From 13560ea0a275fffbb9cc35a0ba52e77e39932234 Mon Sep 17 00:00:00 2001 From: Jason Rappaport Date: Wed, 28 Jul 2021 18:44:51 -0400 Subject: [PATCH 01/73] Test commit for discord bot --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05dd088b..20752179 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ phpinfo.php # Part of the database migration framework we're using that could be useful, just not right now. dev/db/schema.rb *.sublime-workspace -.DS_Store +.DS_Store From aa31b8dd51ce02a40bcdc434eb4bfba9627ac86f Mon Sep 17 00:00:00 2001 From: Jason Rappaport Date: Wed, 28 Jul 2021 18:46:25 -0400 Subject: [PATCH 02/73] Test commit for discord bot --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20752179..05dd088b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ phpinfo.php # Part of the database migration framework we're using that could be useful, just not right now. dev/db/schema.rb *.sublime-workspace -.DS_Store +.DS_Store From 629330967ccfd40d36ffb1db1fca27097122013a Mon Sep 17 00:00:00 2001 From: Jason Rappaport Date: Wed, 28 Jul 2021 18:50:40 -0400 Subject: [PATCH 03/73] Test commit for discord bot --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 05dd088b..388ffbd5 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ phpinfo.php dev/db/schema.rb *.sublime-workspace .DS_Store + \ No newline at end of file From 068dd57cc1dec1e983ebdd1764e37eeb5d3be407 Mon Sep 17 00:00:00 2001 From: Jason Rappaport Date: Wed, 28 Jul 2021 18:51:30 -0400 Subject: [PATCH 04/73] Revert test commit --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 388ffbd5..05dd088b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,3 @@ phpinfo.php dev/db/schema.rb *.sublime-workspace .DS_Store - \ No newline at end of file From dbee5ec3a61428aa6d26433d3b24cd40ad070009 Mon Sep 17 00:00:00 2001 From: Pysis Date: Sat, 14 Aug 2021 12:40:17 -0400 Subject: [PATCH 05/73] Project Refresh Setting up fresh on Windows and updating what doesn't work or needs more information. Change name officially to Tingle now. Added more env settings. Made some gitignore paths absolute so they don't hide a new nested directory that I made. Simplified to 'minify' config name. Organizing files in dev directory. Weird the mysql adapter wasn't working and fixed the suffix needed there.. Added cleaning file for database exports for more efficient comparison to add real data changes via migrations manually later. Added various improvements to export script such as usage text, output new line management to accomadate new messages and just use a better method in general, text stream change, formatting, the new clean/converge setting with warning, some limited script database account management, fix for MySQL 8 so it doesn't fail for old or different servers like what is running in production, generating the new columns for test users, and named the files better. Added migrations to finally replicate production data updates. Tried using AR code but without actual classes that we use elsewhere a lot of the files use raw SQL. In other cases it was found or discussed that the differences between servers were not significant and now they are ignored with the additional export script step and 'converge' config added. Made a note and left samples where a migration was intentionally not or c-/s-houldn't be made. Added LAfS data and also any user contributions since last stored export. For server set-up, Windows required a root conf change to auto-include child scripts so I could keep the latter that I used from Mac the same. I copied from the base installation there and just added that line, removing comments and extra sample configuration. Added the debug log line as it helped find an issue I was having, and a pass IP line required to connect to php-cgi which is the php-fpm but on Windows since I didn't see socket support there. Filled out version info for convenience and added missing tags to the repository. Added various updates to the doc files. Sample commands that I used while working so we could all remember and use them easily, cleaned redundancies, process updates, in general or with common errors and their explanations. Mainly added Windows instructions split from the Max steps while testing them, but also fixes for some gem native install problems I was having probably because my terminal environment is complex. General gem updates. The the dependabot was getting noisy, so I thought this would help, also in general, but the migration gem was not working initially and this fixed that too for some reason.... In res after config+env changes I may have fixed the minify bug finally just by making a code path simplification, not sure. Actually may have been reading the env file for config as an ini file and didn't realize it was being read wrong when I added the setting earlier. Sure is annoying dealing with PHP debugging without a proper xdebug-IDE setup or decent REPL, but php -a is ok I guess. While working on the issue I made a test mode with config and its own folder for server work, but could also be used to general client UI potentially as well, disabled by default for security of course. Loading config in this PHP file in its subdirectory required a config loader patch for loading other files by path. --- .env.example | 15 +- .gitignore | 37 +- Gemfile.lock | 86 +- README.md | 10 +- config.php | 9 +- ...moon Export - BotW Maps Icon Set Font.json | 0 .../tiles}/generateAllMapTiles.fish | 0 .../tiles}/generateDebugTiles.fish | 0 dev/{ => assets/tiles}/generateMapTiles.fish | 0 dev/{ => assets/tiles}/tileConversion.fish | 0 dev/db/config.yml.example | 6 +- .../createSampleDatabaseExport-converge.sed | 9 + ...SampleDatabaseExport-generateDevUsers.sql} | 6 +- ... => createSampleDatabaseExport-sqlize.sed} | 2 +- ...orDev.sh => createSampleDatabaseExport.sh} | 94 +- dev/{ => db}/generateRandomCharacters.sh | 0 ...ainer_add_icon_and_other_missing_fields.rb | 15 + ...006_changelog_add_revised_06_and_new_07.rb | 68 + ..._defaults_and_fill_in_values_for_l_af_s.rb | 40 + ...22855_map_update_and_add_ones_for_l_afs.rb | 38 + ...1425_marker_category_add_l_af_s_entries.rb | 27 + ...0210811034535_submap_add_l_af_s_entries.rb | 18 + ...20210811035109_marker_add_contributions.rb | 7 + ...aceholders_for_new_marker_contributions.rb | 8 + ...0811143812_marker_tab_add_contributions.rb | 5 + ...0210811035109_marker_add_contributions.sql | 2496 ++++++ ...ceholders_for_new_marker_contributions.sql | 1256 +++ ...811143812_marker_tab_add_contributions.sql | 406 + ...210810051452_make_table_references_weak.rb | 38 + .../migrate_reference/field_display_sizes.txt | 16 + dev/db/resetPassword.sh | 4 +- dev/db/{zeldamaps.sql => samples/tingle.sql} | 7106 +++++++++++++---- dev/server/nginx/root.conf | 37 + .../server/nginx/site.conf.example | 1 + dev/versionsInfo.json | 14 +- docs/DEVELOPMENT.md | 60 +- docs/INSTALL.md | 84 - docs/Installation.md | 130 + res.php | 28 +- tests/res.php | 12 + 40 files changed, 10556 insertions(+), 1632 deletions(-) rename dev/{ => assets}/icomoon Export - BotW Maps Icon Set Font.json (100%) rename dev/{ => assets/tiles}/generateAllMapTiles.fish (100%) mode change 100755 => 100644 rename dev/{ => assets/tiles}/generateDebugTiles.fish (100%) mode change 100755 => 100644 rename dev/{ => assets/tiles}/generateMapTiles.fish (100%) mode change 100755 => 100644 rename dev/{ => assets/tiles}/tileConversion.fish (100%) mode change 100755 => 100644 create mode 100644 dev/db/createSampleDatabaseExport-converge.sed rename dev/db/{exportDatabaseForDev-generateDevUsers.sql => createSampleDatabaseExport-generateDevUsers.sql} (84%) rename dev/db/{exportDatabaseForDev-sqlize.sed => createSampleDatabaseExport-sqlize.sed} (87%) rename dev/db/{exportDatabaseForDev.sh => createSampleDatabaseExport.sh} (61%) mode change 100755 => 100644 rename dev/{ => db}/generateRandomCharacters.sh (100%) mode change 100755 => 100644 create mode 100644 dev/db/migrate/20210810041408_container_add_icon_and_other_missing_fields.rb create mode 100644 dev/db/migrate/20210810213006_changelog_add_revised_06_and_new_07.rb create mode 100644 dev/db/migrate/20210811020718_container_update_defaults_and_fill_in_values_for_l_af_s.rb create mode 100644 dev/db/migrate/20210811022855_map_update_and_add_ones_for_l_afs.rb create mode 100644 dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb create mode 100644 dev/db/migrate/20210811034535_submap_add_l_af_s_entries.rb create mode 100644 dev/db/migrate/20210811035109_marker_add_contributions.rb create mode 100644 dev/db/migrate/20210811040936_user_update_old_records_seen_and_add_new_placeholders_for_new_marker_contributions.rb create mode 100644 dev/db/migrate/20210811143812_marker_tab_add_contributions.rb create mode 100644 dev/db/migrate/sql/20210811035109_marker_add_contributions.sql create mode 100644 dev/db/migrate/sql/20210811040936_user_add_new_placeholders_for_new_marker_contributions.sql create mode 100644 dev/db/migrate/sql/20210811143812_marker_tab_add_contributions.sql create mode 100644 dev/db/migrate_reference/20210810051452_make_table_references_weak.rb create mode 100644 dev/db/migrate_reference/field_display_sizes.txt rename dev/db/{zeldamaps.sql => samples/tingle.sql} (70%) create mode 100644 dev/server/nginx/root.conf rename ZM_nginx.conf.example => dev/server/nginx/site.conf.example (94%) delete mode 100644 docs/INSTALL.md create mode 100644 docs/Installation.md create mode 100644 tests/res.php diff --git a/.env.example b/.env.example index c0984442..9249c1af 100644 --- a/.env.example +++ b/.env.example @@ -1,11 +1,11 @@ [DATABASE] DBMS=mysql DBHOST=localhost -DBPORT= -DBNAME=zeldamaps -DBUSER= +DBPORT=3306 +DBNAME=tingle +DBUSER=tingle DBPASSWD="" -# Quotes at least around the password to allow for special characters. +# Quotes at least around the password field to allow for special characters. PREFIX= [SECURITY] LOST_PASSWORD_RANDOM_GENERATOR_STRENGTH=MEDIUM @@ -16,6 +16,9 @@ port=465 username="noreply@server.com" password="" replyToAddress="noreply@server.com" -replyToName="Zelda Maps" -lostPasswordSubject="Zelda Maps - Password Reset" +replyToName="Tingle" +lostPasswordSubject="Tingle - Password Reset" lostPasswordBodyTemplateFilePath="content/lostPasswordEmailBodyTemplate.txt" +[WEB] +minify=true +enableTests=false diff --git a/.gitignore b/.gitignore index 05dd088b..28899655 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,31 @@ # User-specific runtime files -# Environment Files -.env -ZM_nginx.conf -dev/db/config.yml +## Environment Files +/.env +/dev/server/nginx/site.conf +/dev/db/config.yml # Cached Files / Runtime-updated Files -cache/* -!cache/index.html +/cache/* +!/cache/index.html -css.ini -javascript.ini +/css.ini +/javascript.ini + +## OS Files +.DS_Store +Thumbs.db # Downloaded dependencies node_modules -tiles -vendor +/tiles +/vendor # Debug Files -php_errors.log -phpinfo.php +/php_errors.log +/phpinfo.php -# Erroneous Files - -# Part of the database migration framework we're using that could be useful, just not right now. -dev/db/schema.rb +# Extra Files +## Part of the database migration framework we're using that could be useful, just not right now. +/dev/db/schema.rb +/dev/db/samples/tingle-* *.sublime-workspace -.DS_Store diff --git a/Gemfile.lock b/Gemfile.lock index dfc914bb..37fc76bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,69 +1,71 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.2.2.1) - actionview (= 5.2.2.1) - activesupport (= 5.2.2.1) - rack (~> 2.0) + actionpack (6.0.4) + actionview (= 6.0.4) + activesupport (= 6.0.4) + rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.2.1) - activesupport (= 5.2.2.1) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.0.4) + activesupport (= 6.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.2.1) - activesupport (= 5.2.2.1) - activerecord (5.2.2.1) - activemodel (= 5.2.2.1) - activesupport (= 5.2.2.1) - arel (>= 9.0) - activesupport (5.2.2.1) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (6.0.4) + activesupport (= 6.0.4) + activerecord (6.0.4) + activemodel (= 6.0.4) + activesupport (= 6.0.4) + activesupport (6.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - arel (9.0.0) - builder (3.2.3) - concurrent-ruby (1.1.5) - crass (1.0.4) - erubi (1.8.0) - i18n (1.6.0) + zeitwerk (~> 2.2, >= 2.2.2) + builder (3.2.4) + concurrent-ruby (1.1.9) + crass (1.0.6) + erubi (1.10.0) + i18n (1.8.10) concurrent-ruby (~> 1.0) - loofah (2.2.3) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - method_source (0.9.2) - mini_portile2 (2.4.0) - minitest (5.11.3) - mysql2 (0.5.2) - nokogiri (1.10.1) - mini_portile2 (~> 2.4.0) - rack (2.0.6) + method_source (1.0.0) + mini_portile2 (2.6.1) + minitest (5.14.4) + mysql2 (0.5.3) + nokogiri (1.12.3) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) + racc (1.5.2) + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) - railties (5.2.2.1) - actionpack (= 5.2.2.1) - activesupport (= 5.2.2.1) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) + railties (6.0.4) + actionpack (= 6.0.4) + activesupport (= 6.0.4) method_source rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) - rake (12.3.2) - standalone_migrations (5.2.7) - activerecord (>= 4.2.7, < 5.3.0) - railties (>= 4.2.7, < 5.3.0) + thor (>= 0.20.3, < 2.0) + rake (13.0.6) + standalone_migrations (6.0.0) + activerecord (>= 4.2.7, < 6.1.0, != 5.2.3.rc1, != 5.2.3) + railties (>= 4.2.7, < 6.1.0, != 5.2.3.rc1, != 5.2.3) rake (>= 10.0) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) + zeitwerk (2.4.2) PLATFORMS ruby @@ -73,4 +75,4 @@ DEPENDENCIES standalone_migrations BUNDLED WITH - 2.0.1 + 2.2.25 diff --git a/README.md b/README.md index 40321a18..f1b96bd9 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ - The Legend of Zelda: Breath of the Wild for the Nintendo Switch and Wii U (March 3, 2017) ## Help Sections - - [Installation Instructions](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/INSTALL.md) - - [Development Process](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/DEVELOPMENT.md) - - [Team Contact Information](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/CONTACT.md) + - [Installation Instructions](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/Installation.md) + - [Development Process](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/Development.md) + - [Team Contact Information](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/Contact.md) # Links - [Main hosted site](http://zeldamaps.com) @@ -15,11 +15,11 @@ - [Original "Hyrule Legends" site](https://www.zelda.com.br/) - [ZU Announcement Forum Thread](https://zeldauniverse.net/forums/Thread/183322-Zelda-Maps-A-site-with-a-map/) - Games - + BotW + + Breath of the Wild * [Mostly anecdotal game data breakdown](https://tcrf.net/The_Legend_of_Zelda:_Breath_of_the_Wild) * [Relevant game mod - Fully Marked Map](https://gamebanana.com/gamefiles/8774) * [Some mined game data](https://github.com/MrCheeze/botw-tools) - + LA + + Link's Awakening * [Reverse engineered ROM file](https://github.com/zladx/LADX-Disassembly) - Chat diff --git a/config.php b/config.php index 2f39518b..3c9b8fc4 100644 --- a/config.php +++ b/config.php @@ -1,5 +1,6 @@ &2; } pauseWhenEnabled() { @@ -19,13 +23,13 @@ fi if [[ "$VERBOSE" == "true" ]]; then - statusPrint "\n${BROWN_ORANGE}Command${NC}: ${DARK_GREY}$commandString${NC}"; + statusPrint "\n${BROWN_ORANGE}Command${NC}: ${DARK_GREY}$commandString${NC}\n"; fi issueCommand "$commandString"; if [[ -n "$description" ]]; then - statusPrint "${BLUE} >${NC} $(echo -n "$description" | $messageRedirectionString)"; + statusPrint "${BLUE} >${NC} $(echo -n "$description" | $messageRedirectionString)\n"; [[ "$BRIEF_MESSAGES" == "true" && "${#description}" -gt "$availableMessageCharacters" ]] && statusPrint "..."; fi @@ -37,7 +41,7 @@ if [[ "$DRY_RUN" == "false" ]]; then if eval "$commandString"; then - statusPrint "\n[${GREEN}Success${NC}] "; + statusPrint "[${GREEN}Success${NC}] "; else lastCommandStatus="$?"; @@ -52,7 +56,7 @@ fi fi else - statusPrint "\n[${DARK_GREY}Not Run${NC}] "; + statusPrint "[${DARK_GREY}Not Run${NC}] "; fi } @@ -84,25 +88,45 @@ NC='\033[0m'; # No Color SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; + SAMPLES_DIR="$SDIR/samples"; } ## Main Environment Configuration { - [[ -z "$QUIET" ]] && QUIET="false"; - [[ -z "$VERBOSE" ]] && VERBOSE="false"; - [[ -z "$BRIEF_MESSAGES" ]] && BRIEF_MESSAGES="false"; - [[ -z "$PAUSE" ]] && PAUSE="false"; - [[ -z "$DRY_RUN" ]] && DRY_RUN="false"; - [[ -z "$FAIL_FAST" ]] && FAIL_FAST="true"; + [[ -z "$QUIET" ]] && QUIET="false"; + [[ -z "$VERBOSE" ]] && VERBOSE="false"; + [[ -z "$BRIEF_MESSAGES" ]] && BRIEF_MESSAGES="false"; + [[ -z "$PAUSE" ]] && PAUSE="false"; + [[ -z "$DRY_RUN" ]] && DRY_RUN="false"; + [[ -z "$FAIL_FAST" ]] && FAIL_FAST="true"; [[ -z "$CLEAN_ON_FAILURE" ]] && CLEAN_ON_FAILURE="true"; - - [[ -z "$DB_NAME" ]] && DB_NAME="zeldamaps"; + [[ -z "$CONVERGE_SQL" ]] && CONVERGE_SQL="false"; + + [[ -z "$DB_NAME" ]] && DB_NAME="zeldamaps"; + + # Loops as requirement. + while [[ -z "$MYSQL_USER" ]]; do + read -p "Database Username: " MYSQL_USER; + done + # Only asks once as optional if no other connection information is provided first. + if [[ -z "$MYSQL_PASS" ]]; then + if [[ -z "$MYSQL_CONNECTION_STRING" ]]; then + # echo "$MYSQL_CONNECTION_STRING" | grep -vq " -p" && \ + # echo "$MYSQL_CONNECTION_STRING" | grep -vq " --password"; then + read -s -p "Database Password: " MYSQL_PASS; + echo; + fi + # else + #MYSQL_PASS="$(echo "$MYSQL_PASS" | sed -e 's|)|\\\)|g' -e 's|\x27|\\\\x27|g')"; + fi + [[ -z "$MYSQL_OTHER_CONNECTION_OPTIONS" ]] && MYSQL_OTHER_CONNECTION_OPTIONS=""; [[ -z "$MYSQL_CONNECTION_STRING" ]] && MYSQL_CONNECTION_STRING="$MYSQL_OTHER_CONNECTION_OPTIONS -u'$MYSQL_USER' -p'$MYSQL_PASS'"; } ## Derived Configuration & Internal Variables { + mysqlDumpOtherOptions="--column-statistics=0"; # `marker_tab` looked like user data that could be skipped, but apparently not, as no markers appeared using the current query 'monster' :X noAITables="user user_completed_marker"; ignoreTablesOptions=''; @@ -123,22 +147,26 @@ messageRedirectionString="cat"; fi # Additional SQL query function files to use but not modify. - generateDevUsersQueryFilePath="$SDIR/exportDatabaseForDev-generateDevUsers.sql"; - sqlizeSedFilePath="$SDIR/exportDatabaseForDev-sqlize.sed"; + generateDevUsersQueryFilePath="$SDIR/createSampleDatabaseExport-generateDevUsers.sql"; + sqlizeSedFilePath="$SDIR/createSampleDatabaseExport-sqlize.sed"; + convergeSedFilePath="$SDIR/createSampleDatabaseExport-converge.sed" # Intermediate, temporary, working files to be deleted at the end of the process. - keepAIFilePath="$SDIR/zeldamaps-structure_with-AI.sql"; - toRemoveAIFilePath="$SDIR/zeldamaps-structure_to-remove-AI.sql"; - aiRemovedFilePath="$SDIR/zeldamaps-structure_AI-removed.sql"; - dataFilePath="$SDIR/zeldamaps-data.sql"; - sanitizedPartialUserDataFilePath="$SDIR/zeldamaps-sanitizedPartialUserData.txt"; - generatedDevUserDataFilePath="$SDIR/zeldamaps-devUserData.sql"; + keepAIFilePath="$SAMPLES_DIR/01-structure_with-AI.sql"; + toRemoveAIFilePath="$SAMPLES_DIR/02-structure_to-remove-AI.sql"; + aiRemovedFilePath="$SAMPLES_DIR/03-structure_AI-removed.sql"; + dataFilePath="$SAMPLES_DIR/04-data.sql"; + sanitizedPartialUserDataFilePath="$SAMPLES_DIR/05-sanitizedPartialUserData.txt"; + generatedDevUserDataFilePath="$SAMPLES_DIR/06-devUserData.sql"; allIntermediateFilePaths="'$keepAIFilePath' '$toRemoveAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$sanitizedPartialUserDataFilePath' '$generatedDevUserDataFilePath'"; + + [[ "$CONVERGE_SQL" == "true" ]] && convergeSuffix="-converged"; # Resultant, generated file to keep at the end of the process. # completeFilePath="$SDIR/zeldamaps-complete.sql"; - completeFilePath="$SDIR/zeldamaps.sql"; # Since the it is already version-tracked, we can just overwrite the main file now. + completeFilePath="$SAMPLES_DIR/tingle.sql"; # Since the it is already version-tracked, we can just overwrite the main file now. + completeConvergedFilePath="$SAMPLES_DIR/tingle$convergeSuffix.sql"; } ## Main Program Flow @@ -147,17 +175,17 @@ issueStep \ "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ - "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $ignoreTablesOptions --add-drop-database --databases $DB_NAME > '$keepAIFilePath' $errorRedirectionString" \ + "mysqldump $MYSQL_CONNECTION_STRING $mysqlDumpOtherOptions $mysqlVerboseString $structureOptions $ignoreTablesOptions --add-drop-database --databases $DB_NAME > '$keepAIFilePath' $errorRedirectionString" \ ; issueStep \ "Exporting the rest of the database structure, with no way to immediately remove the auto increment values to match not having data later on." \ - "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $DB_NAME $noAITables > '$toRemoveAIFilePath' $errorRedirectionString" \ + "mysqldump $MYSQL_CONNECTION_STRING $mysqlDumpOtherOptions $mysqlVerboseString $structureOptions $DB_NAME $noAITables > '$toRemoveAIFilePath' $errorRedirectionString" \ ; issueStep \ "Exporting majority of the database data, ignoring certain tables with more sensitive user or otherwise less useful data for development." \ - "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $dataOptions $ignoreTablesOptions $DB_NAME > '$dataFilePath' $errorRedirectionString" \ + "mysqldump $MYSQL_CONNECTION_STRING $mysqlDumpOtherOptions $mysqlVerboseString $dataOptions $ignoreTablesOptions $DB_NAME > '$dataFilePath' $errorRedirectionString" \ ; @@ -211,5 +239,21 @@ "Combining intermediate SQL files into a single convenient script for later import and version control." \ "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$generatedDevUserDataFilePath' > '$completeFilePath'" \ ; # "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' > '$completeFilePath'" \ + + issueStep \ + "Converting result to Unix-style LF-only line endings." \ + "dos2unix '$completeFilePath'" \ + ; + clean; + + if [[ "$CONVERGE_SQL" == "true" ]]; then + issueStep \ + "Converging database SQL formats by eliminating less important details." \ + "sed -r -f '$convergeSedFilePath' '$completeFilePath' > '$completeConvergedFilePath'" \ + ; + + echo; + echo "Important Note: The 'CONVERGE_SQL' option is enabled. Do NOT store these exported SQL files permanently in source control OR import them into any database. They are for comparing important differences more easily and quickly by removing any less important differences that may be defaults or other details. The data differences are ONLY to be manually and carefully reviewed and ported through migrations using the more exact, unique, and explicit details to converge the databases more properly."; + fi } diff --git a/dev/generateRandomCharacters.sh b/dev/db/generateRandomCharacters.sh old mode 100755 new mode 100644 similarity index 100% rename from dev/generateRandomCharacters.sh rename to dev/db/generateRandomCharacters.sh diff --git a/dev/db/migrate/20210810041408_container_add_icon_and_other_missing_fields.rb b/dev/db/migrate/20210810041408_container_add_icon_and_other_missing_fields.rb new file mode 100644 index 00000000..eadb03b1 --- /dev/null +++ b/dev/db/migrate/20210810041408_container_add_icon_and_other_missing_fields.rb @@ -0,0 +1,15 @@ +class ContainerAddIconAndOtherMissingFields < ActiveRecord::Migration[6.0] + def change + change_table :container do |t| + t.string :icon, null: false, limit: 60, after: :background_color + t.float :bound_top_pos_x, null: false, default: 0, after: :default_pos_y + t.float :bound_top_pos_y, null: false, default: 0, after: :bound_top_pos_x + t.float :bound_bottom_pos_x, null: false, default: -256, after: :bound_top_pos_y + t.float :bound_bottom_pos_y, null: false, default: 256, after: :bound_bottom_pos_x + t.integer :icon_small_width, null: false, default: 16, after: :icon_height + t.integer :icon_small_height, null: false, default: 16, after: :icon_small_width + t.integer :switch_icons_at_zoom, null: false, default: 5, after: :icon_small_height + t.integer :default_zoom, null: false, default: 3, after: :visible + end + end +end diff --git a/dev/db/migrate/20210810213006_changelog_add_revised_06_and_new_07.rb b/dev/db/migrate/20210810213006_changelog_add_revised_06_and_new_07.rb new file mode 100644 index 00000000..d99db7cf --- /dev/null +++ b/dev/db/migrate/20210810213006_changelog_add_revised_06_and_new_07.rb @@ -0,0 +1,68 @@ +# https://stackoverflow.com/questions/48659937/remove-rows-in-migration-rails-way +# Can't use Rails classes to add or remove data for this project that includes +# minimal libraries from that package, so just use raw SQL then. + +class ChangelogAddRevised06AndNew07 < ActiveRecord::Migration[6.0] + def up + execute <<-SQL + DELETE FROM `changelog` + WHERE + `version_major` = 0 AND + `version_minor` = 6 AND + `version_patch` = 0 + ; + SQL + execute <<-SQL + INSERT INTO `changelog` ( + `version_major`, + `version_minor`, + `version_patch`, + `content` + ) + VALUES + (0,6,0,'New logo by the Zelda Universe design team!'), + (0,6,0,'Added Login/Account button'), + (0,6,0,'Added Lost Password and Change Password functionality'), + (0,6,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'), + (0,6,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'), + (0,6,0,'Made marker completion hotkeys more intelligent per-OS'), + (0,6,0,'Lots of small interface improvements'), + (0,6,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'), + (0,7,0,'Multi-game support with Link\\\'s Awakening: More maps for more Zelda games are on the way.'), + (0,7,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\\\'ve got maps for every dungeon. We\\\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'), + (0,7,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\\\'re starting a new run.'), + (0,7,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\\\'ve completed out of the category total.'), + (0,7,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.') + ; + SQL + end + + def down + execute <<-SQL + DELETE FROM `changelog` + WHERE + `version_major` = 0 AND + (`version_minor` = 6 OR `version_minor` = 7) AND + `version_patch` = 0 + ; + SQL + execute <<-SQL + INSERT INTO `changelog` ( + `version_major`, + `version_minor`, + `version_patch`, + `content` + ) + VALUES + (0, 6, 0, 'Added login button for more obvious accessibility.'), + (0, 6, 0, 'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'), + (0, 6, 0, 'Slippery fast \\\'Escape\\\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'), + (0, 6, 0, 'More account features such as recovering a lost password through a reset email, and changing an existing password.'), + (0, 6, 0, 'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'), + (0, 6, 0, 'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'), + (0, 6, 0, 'Stylistic updates to more closely match final vision.'), + (0, 6, 0, 'A lot of internal system, documentation, and tooling updates!!') + ; + SQL + end +end diff --git a/dev/db/migrate/20210811020718_container_update_defaults_and_fill_in_values_for_l_af_s.rb b/dev/db/migrate/20210811020718_container_update_defaults_and_fill_in_values_for_l_af_s.rb new file mode 100644 index 00000000..6b49ff96 --- /dev/null +++ b/dev/db/migrate/20210811020718_container_update_defaults_and_fill_in_values_for_l_af_s.rb @@ -0,0 +1,40 @@ +class ContainerUpdateDefaultsAndFillInValuesForLAfS < ActiveRecord::Migration[6.0] + def up + execute <<-SQL + UPDATE `container` SET `background_color` = '#000000'; + SQL + execute <<-SQL + UPDATE `container` SET + `visible` = 0 + WHERE `short_name` = 'ALttP'; + SQL + execute <<-SQL + UPDATE `container` SET + `icon` = 'Links-Awakening', + `default_pos_x` = 128, + `default_pos_y` = -128, + `bound_top_pos_x` = -50, + `bound_top_pos_y` = -80, + `bound_bottom_pos_x` = -226, + `bound_bottom_pos_y` = 306, + `switch_icons_at_zoom` = -1, + `visible` = 1 + WHERE `short_name` = 'LA'; + SQL + execute <<-SQL + UPDATE `container` SET + `icon` = 'Breath-of-the-Wild', + `default_pos_x` = 112, + `default_pos_y` = -159, + `bound_top_pos_x` = -49.875, + `bound_top_pos_y` = 34.25, + `bound_bottom_pos_x` = -206, + `bound_bottom_pos_y` = 221, + `default_zoom` = 5 + WHERE `short_name` = 'BotW'; + SQL + end + def down + # Not going to bother, but the original color for most was '#DEECFD' before for some reason.. + end +end diff --git a/dev/db/migrate/20210811022855_map_update_and_add_ones_for_l_afs.rb b/dev/db/migrate/20210811022855_map_update_and_add_ones_for_l_afs.rb new file mode 100644 index 00000000..2cc2e8bf --- /dev/null +++ b/dev/db/migrate/20210811022855_map_update_and_add_ones_for_l_afs.rb @@ -0,0 +1,38 @@ +class MapUpdateAndAddOnesForLAfs < ActiveRecord::Migration[6.0] + def up + idBotW = execute("SELECT `id` FROM `container` WHERE `short_name` = 'BotW';").each{}[0][0] + idLAfS = execute("SELECT `id` FROM `container` WHERE `short_name` = 'LA';").each{}[0][0] + + execute <<-SQL + UPDATE `map` SET `name` = 'Hyrule' WHERE `container_id` = #{idBotW}; + SQL + + execute <<-SQL + INSERT INTO `map` ( + `id`, + `container_id`, + `name`, + `is_default`, + `default_zoom`, + `max_zoom`, + `map_copyright`, + `map_order`, + `visible` + ) VALUES + (20, #{idLAfS},'Koholint Island',1,2,4,'(c) Nintendo',0,1), + (21, #{idLAfS},'Tail Cave',1,2,4,'(c) Nintendo',1,1), + (22, #{idLAfS},'Bottle Grotto',1,2,4,'(c) Nintendo',2,1), + (23, #{idLAfS},'Key Cavern',1,2,4,'(c) Nintendo',3,1), + (24, #{idLAfS},'Angler`s Tunnel',1,2,4,'(c) Nintendo',4,1), + (25, #{idLAfS},'Catfish`s Maw',1,2,4,'(c) Nintendo',5,1), + (26, #{idLAfS},'Face Shrine',1,2,4,'(c) Nintendo',6,1), + (27, #{idLAfS},'Eagle`s Tower',1,2,4,'(c) Nintendo',7,1), + (28, #{idLAfS},'Turtle Rock',1,2,4,'(c) Nintendo',8,1), + (29, #{idLAfS},'Color Dungeon',1,2,4,'(c) Nintendo',9,1) + ; + SQL + # Almost tried using SQL variables since I couldn't figure out any potential mixed SQL literal select or into syntax.. + # Maybe would help?: https://stackoverflow.com/questions/25969/insert-into-values-select-from + # probably won't matter without auto increments on some tables we just use the shared ids anyway.. + end +end diff --git a/dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb b/dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb new file mode 100644 index 00000000..44896837 --- /dev/null +++ b/dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb @@ -0,0 +1,27 @@ +class MarkerCategoryAddLAfS < ActiveRecord::Migration[6.0] + def up + execute <<-SQL + INSERT INTO `marker_category` VALUES + (1950,NULL,1,4,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',0,1), + (1951,1950,1,4,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',0,1), + (1952,1950,1,4,'Trading Sequence',1,'BotW_Side-Quest','#4bc5ee',0,1), + (1953,1950,1,4,'Minigame',1,'BotW_Mini-Game','#4bc5ee',0,1), + (1954,1950,1,4,'Easter Eggs',1,'General_Info','#4bc5ee',0,0), + (1955,NULL,1,4,'Items',1,'BotW_Items','#ffad48',0,1), + (1956,1955,1,4,'Pieces of Heart',1,'General_Heart','#ffad48',0,1), + (1957,1955,1,4,'Seashells',1,'LA_Secret-Seashell','#ffad48',0,1), + (1958,1955,1,4,'Bottles',1,'General_Bottle','#ffad48',0,1), + (1960,1955,1,4,'Map',1,'General_Map','#ffad48',0,1), + (1961,1955,1,4,'Compass',1,'General_Compass','#ffad48',0,1), + (1962,1955,1,4,'Keys',1,'General_Key','#ffad48',0,1), + (1963,NULL,1,4,'Locations',1,'BotW_Locations','#8e72b9',0,1), + (1964,1963,1,4,'Houses',1,'General_House','#8e72b9',0,1), + (1965,1963,1,4,'Shops',1,'General_Store','#8e72b9',0,1), + (1966,1963,1,4,'Dungeons',1,'BotW_Dungeon','#8e72b9',0,1), + (1967,NULL,1,4,'Enemies',1,'BotW_Enemies','#ff422e',0,1), + (1968,1967,1,4,'Boss',1,'BotW_Boss','#ff422e',0,1), + (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1) + ; + SQL + end +end diff --git a/dev/db/migrate/20210811034535_submap_add_l_af_s_entries.rb b/dev/db/migrate/20210811034535_submap_add_l_af_s_entries.rb new file mode 100644 index 00000000..d0729d36 --- /dev/null +++ b/dev/db/migrate/20210811034535_submap_add_l_af_s_entries.rb @@ -0,0 +1,18 @@ +class SubmapAddLAfSEntries < ActiveRecord::Migration[6.0] + def up + execute <<-SQL + INSERT INTO `submap` VALUES + (2000,20,1,1,'Koholint Island',1,'la_rmk/koholint_island/','png','blank',0,0,1,1), + (2001,21,1,1,'Tail Cave',1,'la_rmk/1_tail_cave/','png','blank',1,0,1,1), + (2002,22,1,1,'Bottle Grotto',1,'la_rmk/2_bottle_grotto/','png','blank',2,0,1,1), + (2003,23,1,1,'Key Cavern',1,'la_rmk/3_key_cavern/','png','blank',3,0,1,1), + (2004,24,1,1,'Angler`s Tunnel',1,'la_rmk/4_anglers_tunnel/','png','blank',4,0,1,1), + (2005,25,1,1,'Catfish`s Maw',1,'la_rmk/5_catfishs_maw/','png','blank',5,0,1,1), + (2006,26,1,1,'Face Shrine',1,'la_rmk/6_face_shrine/','png','blank',6,0,1,1), + (2007,27,1,1,'Eagle`s Tower',1,'la_rmk/7_eagles_tower/','png','blank',7,0,1,1), + (2008,28,1,1,'Turtle Rock',1,'la_rmk/8_turtle_rock/','png','blank',8,0,1,1), + (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1) + ; + SQL + end +end diff --git a/dev/db/migrate/20210811035109_marker_add_contributions.rb b/dev/db/migrate/20210811035109_marker_add_contributions.rb new file mode 100644 index 00000000..fe456f3e --- /dev/null +++ b/dev/db/migrate/20210811035109_marker_add_contributions.rb @@ -0,0 +1,7 @@ +class MarkerAddContributions < ActiveRecord::Migration[6.0] + def up + # A file example for large queries. + # May also help manage in the text editor somehow.. + execute File.open('dev/db/migrate/sql/20210811035109_marker_add_contributions.sql').read + end +end diff --git a/dev/db/migrate/20210811040936_user_update_old_records_seen_and_add_new_placeholders_for_new_marker_contributions.rb b/dev/db/migrate/20210811040936_user_update_old_records_seen_and_add_new_placeholders_for_new_marker_contributions.rb new file mode 100644 index 00000000..d53a8192 --- /dev/null +++ b/dev/db/migrate/20210811040936_user_update_old_records_seen_and_add_new_placeholders_for_new_marker_contributions.rb @@ -0,0 +1,8 @@ +class UserUpdateOldRecordsSeenAndAddNewPlaceholdersForNewMarkerContributions < ActiveRecord::Migration[6.0] + def up + execute <<-SQL + UPDATE `user` SET `seen_latest_changelog` = 0; + SQL + execute File.open('dev/db/migrate/sql/20210811040936_users_add_new_placeholders_for_new_marker_contributions.sql').read + end +end diff --git a/dev/db/migrate/20210811143812_marker_tab_add_contributions.rb b/dev/db/migrate/20210811143812_marker_tab_add_contributions.rb new file mode 100644 index 00000000..a1b69484 --- /dev/null +++ b/dev/db/migrate/20210811143812_marker_tab_add_contributions.rb @@ -0,0 +1,5 @@ +class MarkerTabAddContributions < ActiveRecord::Migration[6.0] + def up + execute File.open('dev/db/migrate/sql/20210811143812_marker_tab_add_contributions.sql').read + end +end diff --git a/dev/db/migrate/sql/20210811035109_marker_add_contributions.sql b/dev/db/migrate/sql/20210811035109_marker_add_contributions.sql new file mode 100644 index 00000000..41db2765 --- /dev/null +++ b/dev/db/migrate/sql/20210811035109_marker_add_contributions.sql @@ -0,0 +1,2496 @@ +INSERT INTO `marker` ( + `id`, + `submap_id`, + `overlay_id`, + `marker_status_id`, + `marker_category_id`, + `user_id`, + `name`, + `description`, + `x`, + `y`, + `jump_marker_id`, + `global`, + `visible`, + `last_updated` +) VALUES + (9729,1900,NULL,2,1901,21727,'???','???',137.6171875,-165.3046875,0,0,0,'2018-05-20 07:46:21'), + (9730,1900,NULL,2,1901,21247,'Start Korok','',68.8125,-99.9140625,0,0,0,'2018-05-20 20:08:26'), + (9731,1900,NULL,2,1901,21799,'Was tolles Shrine Beginn here','Defeat the Hinox to get a juwel',134.078125,-79.4921875,0,0,0,'2018-05-21 15:32:41'), + (9732,1900,NULL,2,1926,21041,'Divine Beast Vah Medoh','',71.515625,-99.015625,0,0,0,'2018-05-21 20:06:56'), + (9733,1900,NULL,2,1939,21324,'Blizzrobe','',139.9453125,-116.234375,0,0,0,'2018-05-22 02:04:44'), + (9734,1900,NULL,2,1901,20346,'Rubine','',95.60546875,-95.2421875,0,0,0,'2018-05-22 15:31:57'), + (9735,1900,NULL,2,1901,21856,'Santuario de la vida','',110.44921875,-157.515625,0,0,0,'2018-05-23 05:35:29'), + (9736,1900,NULL,2,1925,21856,'Santuario de la vida','',110.5,-157.46875,0,0,0,'2018-05-23 05:37:21'), + (9737,1900,NULL,2,1902,21858,'PHANTOM GANON ARMOR','',143.95703125,-178.53125,0,1,0,'2018-05-23 07:41:28'), + (9738,1900,NULL,2,1910,16861,'Topaz','',120.48301529884338,-112.11066344380379,0,0,0,'2018-05-24 09:08:25'), + (9739,1900,NULL,2,1934,16432,'White stallion','',109.5,-148.234375,0,0,0,'2018-05-26 16:46:48'), + (9740,1900,NULL,2,1904,21892,'Fleches Illimitées','',77.25,-125,0,0,0,'2018-05-28 10:35:44'), + (9741,1900,NULL,2,1901,22039,'Divine Beast Vah Medoh','',71.375,-99.875,0,1,0,'2018-05-29 18:57:04'), + (9742,1900,NULL,2,1926,22039,'Divine Beast Vah Naboris','',70,-176,0,1,0,'2018-05-29 18:58:53'), + (9743,1900,NULL,2,1901,22054,'nao esta la','',197.375,-150.37812507152557,0,0,0,'2018-05-31 01:19:51'), + (9744,1900,NULL,2,1901,22054,'Não está la o korok','korok não está presente no Nintendo Wii U',197.3125,-150.015625,0,0,0,'2018-05-31 01:21:21'), + (9745,1900,NULL,2,1901,22054,'Não está la o korok','no nintendo wii u nao está la o korok',195.265625,-154.140625,0,0,0,'2018-05-31 01:25:17'), + (9746,1900,NULL,2,1925,22116,'Kebe' Tawa','',91.390625,-188.95703125,0,0,0,'2018-06-01 15:19:25'), + (9747,1900,NULL,2,1921,22141,'Korok forest','',134.40625,-93.78125,0,0,0,'2018-06-02 21:44:25'), + (9748,1900,NULL,2,1901,22148,'EE','',84.140625,-102.953125,0,0,0,'2018-06-03 00:51:51'), + (9749,1900,NULL,2,1944,22175,'Majora's Mask','',120.78125,-147.8125,0,1,0,'2018-06-03 20:58:59'), + (9750,1900,NULL,2,1901,22252,'Feu','',113.83132874965668,-154.16339844465256,0,0,0,'2018-06-06 13:15:56'), + (9751,1900,NULL,2,1925,22228,'dont know','',176.1533203125,-120.8427734375,0,0,0,'2018-06-08 15:06:47'), + (9752,1900,NULL,2,1901,22500,'Southern Oasis','',69.6640625,-184.609375,0,1,0,'2018-06-15 01:58:42'), + (9753,1900,NULL,2,1901,22484,'Todo','',155,-154.375,0,0,0,'2018-06-15 06:20:25'), + (9754,1900,NULL,2,1935,22518,'A Gift of Nightshade','',168.45703125,-183.40945434570312,0,0,0,'2018-06-15 14:42:17'), + (9755,1900,NULL,2,1904,22263,'Bomb Arrow x5 (DLC)','The Bomb Arrow is a recurring item in The Legend of Zelda series. It has appeared in Link's Awakening, Twilight Princess, and Breath of the Wild. They are what Link gets when he combines his Bombs and his Arrows together.',105.3046875,-159.703125,0,1,0,'2018-06-16 08:39:51'), + (9756,1900,NULL,2,1910,21662,'Amber','Search rock to acquire.',107.8671875,-162.69921875,0,0,0,'2018-06-18 04:12:48'), + (9757,1900,NULL,2,1901,22585,'Firly Pond','Pond with Karok seed and Rusty Broadsword',179.35546875,-162.94921875,0,1,0,'2018-06-18 20:08:44'), + (9758,1900,NULL,2,1916,22600,'Korok','Dive into the circle of lilies',110.31685709953308,-134.50760945677757,0,0,0,'2018-06-19 09:07:10'), + (9759,1900,NULL,2,1901,22524,'Hestu','Hestu Final Location',134.78125,-94.5,0,0,0,'2018-06-19 16:08:25'), + (9760,1900,NULL,2,1905,22123,'Nintendo Switch Shirt','',120.6796875,-159.390625,0,0,0,'2018-06-21 14:01:53'), + (9761,1900,NULL,2,1901,22780,'lol','ads',104.6875,-166.8125,0,0,0,'2018-06-26 08:17:40'), + (9762,1900,NULL,2,1926,18201,'Divine Beast Vah Naboris','',79.75,-184.375,0,0,0,'2018-06-27 14:16:30'), + (9763,1900,NULL,2,1926,18201,'Divine Beast Vah Medoh','',69.5,-100.125,0,0,0,'2018-06-27 14:17:06'), + (9764,1900,NULL,2,1926,18201,'Divine Beast Vah Rudania','',168.125,-87.75,0,0,0,'2018-06-27 14:17:38'), + (9765,1900,NULL,2,1916,22279,'Korok Seed','',110.41796875,-184.65234375,0,0,0,'2018-06-29 09:48:48'), + (9766,1900,NULL,2,1935,22858,'????? ?????-?????????','?????????? ????? ????? ???? ????? ?????????',152.5390625,-70.5390625,0,0,0,'2018-06-30 07:00:46'), + (9767,1900,NULL,2,1940,22947,'blue lynel','',126.25,-114.75,0,0,0,'2018-07-03 00:59:59'), + (9768,1900,NULL,2,1901,22918,'Cooking Man','',113.484375,-154.5,0,0,0,'2018-07-04 16:03:00'), + (9769,1900,NULL,2,1901,23031,'KOROK','',112.1875,-169.15625,0,0,0,'2018-07-05 10:12:35'), + (9770,1900,NULL,2,1901,23122,'Oman Au Shrine','',117.5,-144.5,0,1,0,'2018-07-08 20:01:58'), + (9771,1900,NULL,2,1901,23122,'Woodland Tower','',142.25,-100.5,0,0,0,'2018-07-08 20:09:15'), + (9772,1900,NULL,2,1944,15570,'Knight's Halberd','',118.828125,-87.2890625,0,0,0,'2018-07-08 22:28:23'), + (9773,1900,NULL,2,1926,23133,'Divine Beast Vah Naboh','Divine Beast Vah Naboh holds the Windblight Ganon',71,-100.625,0,1,0,'2018-07-09 09:29:22'), + (9774,1900,NULL,2,1926,23133,'Divine Beast Vah Naboris','Divine Beast Vah Naboris holds the Thunderblight Ganon',95.375,-170,0,1,0,'2018-07-09 09:30:34'), + (9775,1900,NULL,2,1926,23133,'Divine Beast Vah Rudania','Divine Beast Vah Rudania holds the Fireblight Ganon',165.5,-88.25,0,1,0,'2018-07-09 09:35:42'), + (9776,1900,NULL,2,1916,23109,'Korok Seed','',84.53125,-82.765625,0,0,0,'2018-07-11 20:45:57'), + (9777,1900,NULL,2,1916,23109,'Korok Seed','',141.14453125,-117.1640625,0,0,0,'2018-07-11 21:11:25'), + (9778,1900,NULL,2,1944,23237,'[EX] Phantom Armor','',124.12109375,-126.66015625,0,0,0,'2018-07-12 11:38:26'), + (9779,1900,NULL,2,1903,10807,'Gerudo Smitar','In the ground, behind explosive wall',113.4375,-181.4375,0,0,0,'2018-07-14 18:13:48'), + (9780,1900,NULL,2,1901,23338,'Durians trees','',137.3046875,-170.00390625,0,0,0,'2018-07-17 01:58:26'), + (9781,1900,NULL,2,1935,23338,'Bird mn acordeon','Hints for a shrine location',140.82572174072266,-175.8167839050293,0,0,0,'2018-07-17 02:30:47'), + (9782,1900,NULL,2,1901,22725,'Baleine','',152,-70.1953125,0,0,0,'2018-07-17 20:07:45'), + (9783,1900,NULL,2,1901,23476,'memory finding place','the last memory from a pic that was gave',185.375,-102.53125,0,0,0,'2018-07-18 02:49:16'), + (9784,1900,NULL,2,1936,23694,'Cracled Rocks','',96.33203125,-135.9375,0,0,0,'2018-07-20 01:50:09'), + (9785,1900,NULL,2,1943,23298,'Ruby','Inside the fall; quite a hight.',183.6171875,-112.91796875,0,0,0,'2018-07-20 05:11:18'), + (9786,1900,NULL,2,1939,23731,'Blirraro','',61.39631247520447,-144.98652338981628,0,0,0,'2018-07-20 14:31:00'), + (9787,1900,NULL,2,1901,9827,'DLC: Majora's Mask','',120.9609375,-148.0234375,0,1,0,'2018-07-20 22:05:14'), + (9788,1900,NULL,2,1901,9827,'Korok Seed Quest','Follow the Yellow Flower',176.1015625,-184.9609375,0,0,0,'2018-07-20 22:48:38'), + (9789,1900,NULL,2,1920,1550,'1212,1212,1212','1212,1212,1212',110.375,-157.81640625,0,0,0,'2018-07-21 00:41:28'), + (9790,1900,NULL,2,1920,1550,'123','321',110.37890625,-157.85546875,0,1,0,'2018-07-21 00:44:17'), + (9791,1900,NULL,2,1920,1550,'12','21',110.40625,-157.8515625,0,1,0,'2018-07-21 00:45:17'), + (9792,1900,NULL,2,1910,23746,'20 Rupees','20 Rupees under boulder.',120.60546875,-159.8671875,0,0,0,'2018-07-21 02:16:40'), + (9793,1900,NULL,2,1901,23704,'Hylian Shrooms','',111.29296875,-156.18359375,0,0,0,'2018-07-21 04:12:30'), + (9794,1900,NULL,2,1902,24140,'Forest Dweller's Bow','',15.5,-90.5,0,0,0,'2018-07-24 03:07:34'), + (9795,1900,NULL,2,1925,24168,'he','',10.75,-131.5,0,0,0,'2018-07-24 12:04:19'), + (9796,1900,NULL,2,1935,23337,'Arrows of Burning Heat','',156.52734375,-144.30859375,0,0,0,'2018-07-24 18:47:35'), + (9797,1900,NULL,2,1935,23337,'By Firefly's Light','',157.6875,-144.16796875,0,1,0,'2018-07-24 18:52:55'), + (9798,1900,NULL,2,1901,24262,'szdf','',67.546875,-138.609375,0,0,0,'2018-07-26 08:29:26'), + (9799,1900,NULL,2,1936,23704,'Bow Chest','',148.78125,-157.16015625,0,0,0,'2018-07-26 09:15:02'), + (9800,1900,NULL,2,1931,23109,'Bokoblin Camp','',180.796875,-70.828125,0,0,0,'2018-07-27 06:14:12'), + (9801,1900,NULL,2,1935,21200,'Hero's Cache','',186.515625,-169.09375,0,0,0,'2018-07-28 11:07:43'), + (9802,1900,NULL,2,1930,23128,'Blizzrobe','',81.4140625,-86.5390625,0,0,0,'2018-07-29 04:46:37'), + (9803,1900,NULL,2,1939,23128,'Blizzrobe','',73.9453125,-86.71875,0,0,0,'2018-07-29 05:14:39'), + (9804,1900,NULL,2,1901,24571,'4123','',-37.5,-78.5,0,0,0,'2018-07-29 18:54:05'), + (9805,1900,NULL,2,1939,23128,'Blizzrobe','',139.9765625,-116.3046875,0,0,0,'2018-07-29 23:38:20'), + (9806,1900,NULL,2,1904,24716,'Ice arrows x10','',108.75390625,-162.3125,0,0,0,'2018-07-30 16:50:58'), + (9807,1900,NULL,2,1901,24716,'Boat','',111.109375,-159.984375,0,0,0,'2018-07-30 17:15:16'), + (9808,1900,NULL,2,1904,24716,'Arrows x10','',115.84375,-161.2109375,0,0,0,'2018-07-30 17:27:03'), + (9809,1900,NULL,2,1939,23109,'Blizzrobe','',73.640625,-129.671875,0,0,0,'2018-07-30 18:13:53'), + (9810,1900,NULL,2,1936,24716,'Cracked Wall','',139.171875,-156.26953125,0,0,0,'2018-07-30 18:27:46'), + (9811,1900,NULL,2,1931,23109,'Bokoblin Camp','',108.16796875,-76.06640625,0,0,0,'2018-07-31 08:52:02'), + (9812,1900,NULL,2,1901,24336,'East Entry','',126.703125,-110.35546875,0,0,0,'2018-07-31 16:53:05'), + (9813,1900,NULL,2,1935,24820,'Hetsu (1st encounter)','',134.203125,-143.9453125,0,0,0,'2018-08-01 04:43:08'), + (9814,1900,NULL,2,1939,23128,'Ice Wizzrobe','',61.125,-145.0234375,0,0,0,'2018-08-01 08:36:44'), + (9815,1900,NULL,2,1901,24449,'?','',155.21875,-174.6484375,0,1,0,'2018-08-01 11:17:17'), + (9816,1900,NULL,2,1934,24018,'REVALI'S FLAP','This memory - not attatched to Princess Zelda, can be obtained during the main quest - Divine Beast Vah Medoh. After speaking to the Elder of Rito Village, talk to Temba's wife in the next building who will point out the landing platform. This will trigger Link's memory of the champion Revali.',71.625,-100.03125,0,1,0,'2018-08-01 20:45:42'), + (9817,1900,NULL,2,1931,24294,'SKULL','',99.1944580078125,-78.31005859375,0,0,0,'2018-08-02 05:06:09'), + (9818,1900,NULL,2,1931,24294,'Enemy Camp','',98.1875,-80.03125,0,0,0,'2018-08-02 05:06:28'), + (9819,1900,NULL,2,1904,24935,'Fire Arrows','',123.55859375,-152.7734375,0,1,0,'2018-08-03 15:30:41'), + (9820,1900,NULL,2,1931,24935,'Bobkins','5 brown, 1 grey bobkins',131.19140625,-151.828125,0,0,0,'2018-08-03 16:46:31'), + (9821,1900,NULL,2,1944,24935,'Soldier's bow','All mobs must die to loot',131.294921875,-151.322265625,0,0,0,'2018-08-03 16:48:03'), + (9822,1900,NULL,2,1944,24935,'boomerang','',132.97265625,-151.1328125,0,0,0,'2018-08-03 16:53:12'), + (9823,1900,NULL,2,1930,25083,'Enemy Camp','Silver Bokoblin present.',156.328125,-186.5390625,0,0,0,'2018-08-04 23:49:00'), + (9824,1900,NULL,2,1904,25180,'flechas explosivas','',180.703125,-70.65625,0,0,0,'2018-08-05 04:27:24'), + (9825,1900,NULL,2,1904,24935,'ice arrow x5','',155.7109375,-152.1484375,0,0,0,'2018-08-05 07:55:51'), + (9826,1900,NULL,2,1944,23128,'Royal Halberd','',118.8828125,-87.3046875,0,0,0,'2018-08-05 10:14:52'), + (9827,1900,NULL,2,1901,25277,'Done','',200.78125,-70.0234375,0,0,0,'2018-08-05 23:33:50'), + (9828,1900,NULL,2,1935,24935,'By Fireflies Light','Lasi (From outside clothes shop) release 5 sunset fireflies in her home. (Available after getting Champion's Tunic) Reward is a purple rupie.',157.69921875,-144.138671875,0,0,0,'2018-08-06 00:04:25'), + (9829,1900,NULL,2,1925,25514,'?????????','',109.00390625,-161.015625,0,0,0,'2018-08-08 09:35:20'), + (9830,1900,NULL,2,1901,25546,'Check Guardians','check the guardians in the water',159.65625,-158.15625,0,0,0,'2018-08-08 21:40:16'), + (9831,1900,NULL,2,1939,15570,'Ice Wizzrobe','',82.65625,-92.828125,0,0,0,'2018-08-12 05:18:43'), + (9832,1900,NULL,2,1901,25848,'Money Earning','',94.578125,-95.5625,0,0,0,'2018-08-13 02:31:34'), + (9833,1900,NULL,2,1926,26051,'Divine Beast','',71.42578125,-99.9140625,0,0,0,'2018-08-15 10:14:00'), + (9834,1900,NULL,2,1926,26216,'Divine Beast Vah Rudania','',167.6953125,-87.578125,0,0,0,'2018-08-18 12:46:23'), + (9835,1900,NULL,2,1926,26216,'Divine Beast Vah Naboris','',95.2109375,-169.1953125,0,0,0,'2018-08-18 12:47:13'), + (9836,1900,NULL,2,1926,26216,'Divine Beast Vah Medoh','',71.53125,-98.921875,0,0,0,'2018-08-18 12:48:08'), + (9837,1900,NULL,2,1916,26402,'Obtenidos ','',173.45168733596802,-136.2073745727539,0,0,0,'2018-08-18 20:08:06'), + (9838,1900,NULL,2,1902,25113,'baú','',113.31640625,-164.30859375,0,0,0,'2018-08-19 11:48:26'), + (9839,1900,NULL,2,1916,25605,'Korok Flower','Starts the path to the Korok marker in the north west.',164.04296875,-139.70703125,0,0,0,'2018-08-21 16:38:52'), + (9840,1900,NULL,2,1910,26297,'Hearty durian spot','',149.53125,-178.15625,0,0,0,'2018-08-22 00:55:42'), + (9841,1900,NULL,2,1925,25277,'Renaissance shrine','',110.69984391704202,-157.3596642613411,0,0,0,'2018-08-22 21:55:37'), + (9842,1900,NULL,2,1930,23128,'Ice Chuchu ','Two of them, small ones',109.4140625,-157.0546875,0,0,0,'2018-08-25 02:16:06'), + (9843,1900,NULL,2,1901,27008,'Ice Block','',62.20271384716034,-69.4638158082962,0,0,0,'2018-08-25 16:48:22'), + (9844,1900,NULL,2,1901,25796,'Clavia','',181.4609375,-160.2578125,0,0,0,'2018-08-26 20:39:38'), + (9845,1900,NULL,2,1916,20599,'Korok Seed(Fly)','Need Rivalies wing',186.19140625,-154.3984375,0,0,0,'2018-08-27 00:32:50'), + (9846,1900,NULL,2,1903,454,'Globo','',130.27069091796875,-153.0772705078125,0,1,0,'2018-08-27 01:24:55'), + (9847,1900,NULL,2,1901,27219,'ancient','',106.5234375,-160.96875,0,0,0,'2018-08-27 16:28:24'), + (9848,1900,NULL,2,1926,23237,'Divine Beast Vah Medoh','',71.5390625,-98.7578125,0,0,0,'2018-08-28 08:50:40'), + (9849,1900,NULL,2,1926,23237,'Divine Beast Vah Naboris','',81.328125,-180.75,0,0,0,'2018-08-28 08:52:09'), + (9850,1900,NULL,2,1910,26878,'majoras mask','majoras mask',120.90234375,-148.09375,0,0,0,'2018-08-30 06:45:33'), + (9851,1900,NULL,2,1925,27279,'?????','?',99.984375,-165.89453125,0,0,0,'2018-09-02 01:40:56'), + (9852,1900,NULL,2,1901,27279,'?????','?',100,-165.921875,0,0,0,'2018-09-02 01:43:17'), + (9853,1900,NULL,2,1936,27737,'Bomb wall w 8 ore deposits on ceiling','',158.71875,-175.6875,0,1,0,'2018-09-03 15:03:30'), + (9854,1900,NULL,2,1925,27660,'Gireom Shrine','',90.97656297683716,-106.359375,0,0,0,'2018-09-03 23:41:23'), + (9855,1900,NULL,2,1916,27903,'Korogu','',149.5,-154.140625,0,0,0,'2018-09-04 15:19:31'), + (9856,1900,NULL,2,1901,22575,'You Are Here RN','',180.21875,-120.09375,0,0,0,'2018-09-07 10:23:53'), + (9857,1900,NULL,2,1901,26810,'????','??',71.64006042480469,-95.47097778320312,0,0,0,'2018-09-08 08:59:09'), + (9858,1900,NULL,2,1931,22592,'Enemy Camp','An enemy camp on the Western Side of the Lodrum Headland.',195.390625,-137.4375,0,1,0,'2018-09-08 23:21:51'), + (9859,1900,NULL,2,1931,28287,'Lizards','Lizards Camp with Knights BoradSword',63.3046875,-119.1875,0,1,0,'2018-09-09 17:48:14'), + (9860,1900,NULL,2,1931,22592,'Enemy Camp','Enemy Camp at Tal Tal Peak',193.32881832122803,-119.78356313705444,0,0,0,'2018-09-09 22:08:57'), + (9861,1900,NULL,2,1935,28358,'Raadsels','Lynel hoof, boven op de boom',134.57870483398438,-93.9571533203125,0,0,0,'2018-09-10 20:22:23'), + (9862,1900,NULL,2,1925,28412,'Tera','',200.6875,-70.1875,0,0,0,'2018-09-11 04:40:45'), + (9863,1900,NULL,2,1901,28066,'dragon','',156.21875,-172.515625,0,0,0,'2018-09-11 17:32:56'), + (9864,1900,NULL,2,1931,23751,'Enemy Camp','',56.546875,-139.40625,0,1,0,'2018-09-12 17:51:36'), + (9865,1900,NULL,2,1901,28177,'susuwa chitang','',109.71875,-107.1875,0,0,0,'2018-09-13 16:23:56'), + (9866,1900,NULL,2,1948,28725,'Apple','',97.46484351158142,-134.3514747619629,0,0,0,'2018-09-16 11:36:44'), + (9867,1900,NULL,2,1944,27801,'Knight's Halberd','',119.03125,-87.375,0,0,0,'2018-09-17 04:10:17'), + (9868,1900,NULL,2,1901,28354,'Akala Ancient Tech Lab','',198.125,-79.25,0,1,0,'2018-09-17 08:54:33'), + (9869,1900,NULL,2,1901,28287,'Giant Horse','Giant horse picture',109.125,-169.4765625,0,0,0,'2018-09-18 04:39:23'), + (9870,1900,NULL,2,1901,29059,'Kakariko','',157.03125,-143.625,0,0,0,'2018-09-18 19:03:16'), + (9871,1900,NULL,2,1936,28076,'Cracked Wall','',144.265625,-154.578125,0,0,0,'2018-09-19 05:45:00'), + (9872,1900,NULL,2,1901,29109,'test','test',120.03125,-157.125,0,0,0,'2018-09-19 08:10:28'), + (9873,1900,NULL,2,1910,29140,'Blue Nightshade','',157.328125,-140.875,0,0,0,'2018-09-19 15:54:43'), + (9874,1900,NULL,2,1910,29140,'Silent Princess','',157.30078125,-140.6953125,0,0,0,'2018-09-19 15:55:12'), + (9875,1900,NULL,2,1935,27618,'Gedenksteine','',180.375,-119.0625,0,0,0,'2018-09-20 17:54:18'), + (9876,1900,NULL,2,1901,29221,'in this area','',115.796875,-156,0,0,0,'2018-09-20 20:12:26'), + (9877,1900,NULL,2,1901,29167,'RUSTY COISAS','',122.5546875,-152.9296875,0,0,0,'2018-09-20 21:31:19'), + (9878,1900,NULL,2,1901,28421,'Kikoriko','',137.7890625,-125,0,0,0,'2018-09-21 16:33:15'), + (9879,1900,NULL,2,1901,29321,'??','',184.734375,-179.828125,0,0,0,'2018-09-22 16:08:01'), + (9880,1900,NULL,2,1901,29495,'seed','',136.77886962890625,-182.23501586914062,0,0,0,'2018-09-24 18:42:05'), + (9881,1900,NULL,2,1901,29495,'hard to get to ','radar is down \r\n',53.96875,-187.6875,0,0,0,'2018-09-24 18:52:14'), + (9882,1900,NULL,2,1903,29604,'Royal Broad','',68.1171875,-111.96875,0,0,0,'2018-09-24 21:39:24'), + (9883,1900,NULL,2,1901,23751,'Divine Beast Vah Rudania','',167.703125,-87.4375,0,0,0,'2018-09-26 05:52:38'), + (9884,1900,NULL,2,1931,29746,'Bokoblin Camp','',132.4375,-154.0234375,0,0,0,'2018-09-27 08:50:40'), + (9885,1900,NULL,2,1901,29746,'Bokoblin Camp','',109.39453125,-163.5703125,0,0,0,'2018-09-27 08:52:19'), + (9886,1900,NULL,2,1926,29602,'Divine Beast Vah Medoh','',71.25,-99.8125,0,0,0,'2018-09-29 00:51:23'), + (9887,1900,NULL,2,1901,29891,'imba','',150.9375,-139.9375,0,0,0,'2018-09-29 13:39:39'), + (9888,1900,NULL,2,1916,30001,'koroko seed','',117.859375,-141.8515625,0,0,0,'2018-09-30 14:13:42'), + (9889,1900,NULL,2,1935,29204,'Riddles of Hyrule','Riddles of Hyrule is one of the Side Quests. It starts in the Korok Forest in the Great Hyrule Forest Region',134.54296875,-93.796875,0,0,0,'2018-09-30 15:23:36'), + (9890,1900,NULL,2,1935,29204,'Little Sister's Big Request','Look for the girl named Jana and give her an armoranth. Speak to Gleema, return to Jana. Give three kinds of insects to Gleema',176.94140625,-101.4921875,0,0,0,'2018-09-30 18:19:43'), + (9891,1900,NULL,2,1920,30043,'Thyphlo Ruins','',133.171875,-78.90625,0,1,0,'2018-10-01 03:09:46'), + (9892,1900,NULL,2,1901,29101,'Antikes Zaumzeug','',92.015625,-133.375,0,1,0,'2018-10-01 19:24:31'), + (9893,1900,NULL,2,1901,29101,'Mo-Ratania-Schrein','Name des Schreins in der deutschen Version',92.1015625,-135.10546875,0,0,0,'2018-10-01 19:27:56'), + (9894,1900,NULL,2,1903,26618,'test','test',119.3203125,-122.1640625,0,0,0,'2018-10-03 14:56:53'), + (9895,1900,NULL,2,1901,30249,'Goddess','',181.63671875,-160.81640625,0,0,0,'2018-10-03 21:11:23'), + (9896,1900,NULL,2,1943,30319,'Ex: Ruby','',117.51171875,-151.8125,0,1,0,'2018-10-04 19:35:24'), + (9897,1900,NULL,2,1944,30319,'EX: Nintendo Switch Shirt','',120.6796875,-159.34765625,0,1,0,'2018-10-04 19:52:37'), + (9898,1900,NULL,2,1910,30319,'Amber','',107.86328125,-162.6953125,0,0,0,'2018-10-04 20:31:26'), + (9899,1900,NULL,2,1940,30503,'Blue Lynel','Master Mode',117.7265625,-160.40625,0,1,0,'2018-10-07 09:01:53'), + (9900,1900,NULL,2,1901,30529,'port','',160.328125,-88.1875,0,0,0,'2018-10-07 15:43:11'), + (9901,1900,NULL,2,1901,30564,'Flèches infinies','',79.6770830154419,-124.22916793823242,0,0,0,'2018-10-08 01:10:08'), + (9902,1900,NULL,2,1921,30210,'Terry Towne','',190.0625,-103.4375,0,0,0,'2018-10-10 16:40:55'), + (9903,1900,NULL,2,1926,29655,'Divine Beast Vah Rudania','',165.8656244277954,-87.34687519073486,0,1,0,'2018-10-10 22:20:34'), + (9904,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:38'), + (9905,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:42'), + (9906,1900,NULL,2,1925,2534,'Mah Eliya Shrine','EX Champion Mipha's Song - Third Clue - chase rings of the waterfall - Secret Stairway',186.734375,-117.96875,0,0,0,'2018-10-11 21:14:42'), + (9907,1900,NULL,2,1925,2534,'Sato Koda Shrine','EX Champion Mipha's Song - Second Clue - conquer the ancient foes - Support and Guidance',176.640625,-114.78125,0,0,0,'2018-10-11 21:53:13'), + (9908,1900,NULL,2,1925,2534,'Kee Dafunia Shrine','EX Champion Mipha's Song - First Clue - find what the light's path shows - The Melting Point',203.609375,-113.1484375,0,0,0,'2018-10-12 04:24:16'), + (9909,1900,NULL,2,1916,30672,'Korok Seed','Add the top of the Research Lab',187.1328125,-161.30078125,0,0,0,'2018-10-12 09:30:01'), + (9910,1900,NULL,2,1925,2534,'Keiye Tala Shrine','Ex Champion Urbasa's Song - Fight the brute of the sand - Big or Small',91.3515625,-188.8671875,0,0,0,'2018-10-13 00:42:49'), + (9911,1900,NULL,2,1925,2534,'Takama Shiri Shine','Ex Champion Urbosa's Song - Chase rings upon the land - Dual Purpose',51.43359375,-161.6640625,0,0,0,'2018-10-13 01:22:50'), + (9912,1900,NULL,2,1925,2534,'Kihiro Moh Shrine','EX Champion Urbosa's Song - Throw the orb underground - Inside the Box\r\n',75.10546875,-148.94921875,0,0,0,'2018-10-13 03:57:41'), + (9913,1900,NULL,2,1916,31095,'West Desert Ruins','Korok on bones',56.25,-164.578125,0,1,0,'2018-10-15 11:45:52'), + (9914,1900,NULL,2,1925,31095,'EX Desert Shrine','Unlockable By Champion's Ballad',51.390625,-161.53125,0,0,0,'2018-10-15 11:48:15'), + (9915,1900,NULL,2,1901,30976,'flower for korok seed','follow the flower',199.90937423706055,-167.42812490463257,0,1,0,'2018-10-16 19:16:30'), + (9916,1900,NULL,2,1935,27919,'Face the Frost Talus','',76.3046875,-99.828125,0,0,0,'2018-10-17 20:20:14'), + (9917,1900,NULL,2,1901,29506,'Hot Spring','',163.9375,-165.0703125,0,0,0,'2018-10-20 23:47:48'), + (9918,1900,NULL,2,1942,30976,'HINOX','',101.71249961853027,-153.953125,0,0,0,'2018-10-22 16:31:45'), + (9919,1900,NULL,2,1935,30319,'Riddles of Hyrule','NPC: Walton (Top of the Great Tree)\r\n\r\nMultistage quest',134.52734375,-93.85546875,0,0,0,'2018-10-22 19:19:33'), + (9920,1900,NULL,2,1948,31697,'Cocina','',127.2839891910553,-174.32001972198486,0,0,0,'2018-10-25 05:34:45'), + (9921,1900,NULL,2,1901,31697,'Mineral','',127.69810223579407,-179.29840433597565,0,0,0,'2018-10-26 04:18:40'), + (9922,1900,NULL,2,1940,12402,'Lynel (DLC HARD MODE)','',117.671875,-160.546875,0,0,0,'2018-10-26 22:20:42'), + (9923,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',115,-161.5234375,0,0,0,'2018-10-28 17:27:59'), + (9924,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',119.9609375,-156.0625,0,0,0,'2018-10-28 17:28:31'), + (9925,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',113.29296875,-154.17578125,0,0,0,'2018-10-28 17:29:22'), + (9926,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',109.00390625,-160.92578125,0,0,0,'2018-10-28 17:44:45'), + (9927,1900,NULL,2,1926,32015,'Vah-Rudania','',167.6484375,-87.3984375,0,0,0,'2018-10-29 11:51:38'), + (9928,1900,NULL,2,1935,31863,'Face the Frost Talus ','',75.89515590667725,-99.76265621185303,0,0,0,'2018-10-31 02:17:59'), + (9929,1900,NULL,2,1920,32214,'Great Plateu','Início',115.19261169433594,-159.66193103790283,0,1,0,'2018-11-02 03:00:07'), + (9930,1900,NULL,2,1905,32328,'Hylian','',3.25,-103.25,0,0,0,'2018-11-03 23:10:48'), + (9931,1900,NULL,2,1939,3082,'Ice Wizzrobe','',74.1328125,-86.5859375,0,0,0,'2018-11-04 10:09:47'), + (9932,1900,NULL,2,1916,32362,'Korak','',107.48011779785156,-147.66822814941406,0,0,0,'2018-11-05 01:40:06'), + (9933,1900,NULL,2,1939,3082,'Ice Wizzrobe','',82.640625,-81.5390625,0,0,0,'2018-11-05 10:02:12'), + (9934,1900,NULL,2,1923,32479,'Hateno Tower','',170.9140625,-161.3515625,0,0,0,'2018-11-05 17:52:38'), + (9935,1900,NULL,2,1925,30399,'Geshma's Santuary','',101.9375,-69.46875,0,0,0,'2018-11-07 00:29:39'), + (9936,1900,NULL,2,1916,30399,'Kolog','',91.796875,-115.46875,0,0,0,'2018-11-07 00:37:44'), + (9937,1900,NULL,2,1910,32592,'Amber','',107.8828125,-162.71484375,0,0,0,'2018-11-07 18:40:30'), + (9938,1900,NULL,2,1925,32607,'Guko-Chise-Schrein','',68.4375,-172,0,0,0,'2018-11-07 22:13:17'), + (9939,1900,NULL,2,1931,32600,'Bokoblin Camp','',118.125,-158.0078125,0,0,0,'2018-11-07 23:32:58'), + (9940,1900,NULL,2,1931,32600,'Bokoblin Camp','',117.63151049613953,-156.66145831346512,0,0,0,'2018-11-07 23:33:52'), + (9941,1900,NULL,2,1901,31698,'Inven','???',142.741943359375,-130.786865234375,0,0,0,'2018-11-08 01:20:08'), + (9942,1900,NULL,2,1926,28495,'Divine Beast Vah Naboris','',76.875,-179.4166660308838,0,0,0,'2018-11-09 16:46:44'), + (9943,1900,NULL,2,1926,28495,'Divine Beast Vah Rudania','',167.578125,-87.47916674613953,0,0,0,'2018-11-09 16:47:09'), + (9944,1900,NULL,2,1926,28495,'Divine Beast Vah Mehdo','',71.60416221618652,-99.1875,0,0,0,'2018-11-09 16:47:40'), + (9945,1900,NULL,2,1916,32758,'Korok seed','',131.546875,-154.6640625,0,1,0,'2018-11-10 09:39:08'), + (9946,1900,NULL,2,1925,14053,'Santuario de Kettava','',92.09375,-189.34375,0,0,0,'2018-11-11 01:55:48'), + (9947,1900,NULL,2,1925,14053,'Santurio de kritmoh','',74.84375,-149.0625,0,0,0,'2018-11-11 01:56:54'), + (9948,1900,NULL,2,1910,32630,'Strili','',204.78125,-185.9375,0,0,0,'2018-11-11 06:23:19'), + (9949,1900,NULL,2,1920,32931,'m','',139.75,-136.25,0,0,0,'2018-11-12 01:51:28'), + (9950,1900,NULL,2,1944,32941,'Phantom','Ex',120.90625,-158.76953125,0,0,0,'2018-11-12 05:45:18'), + (9951,1900,NULL,2,1944,32941,'Nintendo Switch Shirt (Ex)','',121.1953125,-159.38671875,0,0,0,'2018-11-12 05:47:56'), + (9952,1900,NULL,2,1943,32941,'Ruby (EX)','',117.390625,-151.6953125,0,0,0,'2018-11-12 05:50:13'), + (9953,1900,NULL,2,1931,32941,'Bokoblin Camp','',118.19921875,-157.96875,0,0,0,'2018-11-12 05:52:18'), + (9954,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.37890625,-156.03515625,0,0,0,'2018-11-12 05:52:42'), + (9955,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.78515625,-162.3046875,0,0,0,'2018-11-12 05:56:10'), + (9956,1900,NULL,2,1944,32941,'Bomb Arrow x5 (Ex)','',105.3046875,-159.67578125,0,0,0,'2018-11-12 20:39:49'), + (9957,1900,NULL,2,1901,30338,'???????','?????????????????????????????',169.84765625,-148.01953125,0,0,0,'2018-11-13 05:46:32'), + (9958,1900,NULL,2,1926,32959,'Divine Beast Vah Medoh','',68.8046875,-91.921875,0,1,0,'2018-11-13 12:07:08'), + (9959,1900,NULL,2,1926,32959,'Divine Beast Vah Naboris','',74.4375,-176.9296875,0,1,0,'2018-11-13 12:08:23'), + (9960,1900,NULL,2,1926,32959,'Divine Beast Vah Rudania','',153.453125,-82.0703125,0,0,0,'2018-11-13 12:09:04'), + (9961,1900,NULL,2,1901,33048,'????','',110.4140625,-157.9609375,0,0,0,'2018-11-14 01:57:48'), + (9962,1900,NULL,2,1925,33117,'Etsu Korima Shrine ','DLC',108.98828125,-160.9609375,0,0,0,'2018-11-15 13:26:17'), + (9963,1900,NULL,2,1925,33117,'Ruvo Korbah Shrine','DLC',114.9375,-161.4609375,0,0,0,'2018-11-15 13:30:11'), + (9964,1900,NULL,2,1925,33117,'Rohta Chigah Shrine','DLC',119.9375,-156.28125,0,0,0,'2018-11-15 13:31:56'), + (9965,1900,NULL,2,1943,32987,'DLC','Rubis Brut',117.47265625,-151.7929686307907,0,0,0,'2018-11-15 17:29:39'), + (9966,1900,NULL,2,1944,32987,'DLC','Maillot Nintendo Switch',120.68229180574417,-159.37369799613953,0,0,0,'2018-11-15 18:34:15'), + (9967,1900,NULL,2,1901,31690,'Ir por la reliquia en la casa de Impa','',160.109375,-142.765625,0,1,0,'2018-11-15 20:30:01'), + (9968,1900,NULL,2,1902,3082,'Royal Guard's Boots','',122.359375,-114.765625,0,0,0,'2018-11-16 20:42:06'), + (9969,1900,NULL,2,1902,3082,'EX Royal Guard Uniform','',125.15625,-114.265625,0,0,0,'2018-11-17 01:31:40'), + (9970,1900,NULL,2,1943,32987,'DLC','Flêche explosive',105.25260424613953,-159.671875,0,0,0,'2018-11-17 07:20:19'), + (9971,1900,NULL,2,1901,32626,'Here bitch','',134.875,-156.5625,0,0,0,'2018-11-21 07:08:38'), + (9972,1900,NULL,2,1935,33277,'Wind Waker T-Shirt','',125.58380681276321,-176.1068892478943,0,0,0,'2018-11-24 00:29:50'), + (9973,1900,NULL,2,1901,33462,'?????','???????????????????????',146.375,-155.8125,0,0,0,'2018-11-25 15:53:52'), + (9974,1900,NULL,2,1944,33852,'Nintendo Switch Shirt','',120.67578125,-159.3984375,0,0,0,'2018-11-25 19:27:20'), + (9975,1900,NULL,2,1901,33833,'me','',156.8125,-178.8125,0,0,0,'2018-11-26 02:26:47'), + (9976,1900,NULL,2,1940,34084,'Expert','',116.765625,-161.03125,0,0,0,'2018-11-29 11:50:44'), + (9977,1900,NULL,2,1901,34138,'SALIDA','',115.25,-159.125,0,0,0,'2018-11-30 12:09:27'), + (9978,1900,NULL,2,1926,34273,'Divine Beast Vah Naboris','',94.875,-169.75,0,1,0,'2018-12-02 02:05:24'), + (9979,1900,NULL,2,1926,34273,'Divine Beast Vah Rudania','',166.40625,-88.09375,0,0,0,'2018-12-02 02:06:29'), + (9980,1900,NULL,2,1901,34273,'Divine Beast Vah Medoh ','',71.578125,-99.015625,0,0,0,'2018-12-02 02:07:08'), + (9981,1900,NULL,2,1943,34279,'EX Chest','Contains bomb arrows if I recall.',105.26953125,-159.73828125,0,0,0,'2018-12-02 07:55:32'), + (9982,1900,NULL,2,1944,34279,'EX Chest','',117.51953125,-151.7890625,0,0,0,'2018-12-02 07:58:47'), + (9983,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air on balloon platform.',145.3203125,-156.6796875,0,0,0,'2018-12-02 08:01:56'), + (9984,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air, on balloon platform.\r\n',173.40625,-159.1796875,0,0,0,'2018-12-02 08:03:26'), + (9985,1900,NULL,2,1944,34279,'Soldier's Claymore','Master Mode\r\nIn the ground: No\r\n',154.734375,-161.8828125,0,0,0,'2018-12-02 09:08:47'), + (9986,1900,NULL,2,1944,34279,'EX Chest: Boomerang','Floating Platform on the E side of the bridge.',156.16015625,-151.80859375,0,0,0,'2018-12-03 07:50:44'), + (9987,1900,NULL,2,1901,34279,'Serpetine Spear','Master Mode\r\nOn floating platform by bridge',138.53125,-143.5625,0,0,0,'2018-12-03 08:55:36'), + (9988,1900,NULL,2,1944,34279,'Throwing Spear','Master Mode\r\nFloating platform next to bridge',143.390625,-143.09375,0,0,0,'2018-12-03 09:15:08'), + (9989,1900,NULL,2,1902,34434,'Phantom Helmet','',109.5078125,-147.26953125,0,0,0,'2018-12-03 16:22:26'), + (9990,1900,NULL,2,1944,34279,'MM Soldier's Spear','Soldier's Spear in chest on top of floating platform by bridge.',153.921875,-159.625,0,0,0,'2018-12-05 10:17:14'), + (9991,1900,NULL,2,1901,34064,'arrows','231',117.859375,-175.8125,0,0,0,'2018-12-06 06:43:46'), + (9992,1900,NULL,2,1926,21154,'Divine Beast Vah Naboris','',95.06640625,-169.265625,0,0,0,'2018-12-06 14:07:30'), + (9993,1900,NULL,2,1901,34095,'COMIENZO DE TODO','',112.875,-157.9375,0,1,0,'2018-12-07 14:24:44'), + (9994,1900,NULL,2,1901,33237,'no encontrado','',83.9140625,-103.22395837306976,0,0,0,'2018-12-07 22:32:03'), + (9995,1900,NULL,2,1901,34755,'???','???',148.375,-157.46875,0,0,0,'2018-12-08 07:02:21'), + (9996,1900,NULL,2,1935,34424,'The Sheep Rustlers','Start of side-quest "The Sheep Rustlers"',184.66015625,-160.90234375,0,0,0,'2018-12-08 22:01:25'), + (9997,1900,NULL,2,1926,34803,'Divine Beast Vah Medoh','',71.5625,-100.03125,0,0,0,'2018-12-08 22:15:18'), + (9998,1900,NULL,2,1901,34810,'Semilla de manzana','',135.921875,-156.119140625,0,0,0,'2018-12-09 00:51:52'), + (9999,1900,NULL,2,1901,34755,'????','????',88.25,-138.625,0,0,0,'2018-12-09 06:23:26'), + (10000,1900,NULL,2,1925,34826,'Kiah Toza Shrine','',93.125,-78.625,0,0,0,'2018-12-09 10:32:02'), + (10001,1900,NULL,2,1925,34826,'Shira Gomar Shrine','',90.92578125,-106.46875,0,1,0,'2018-12-09 10:35:15'), + (10002,1900,NULL,2,1925,34826,'Kamia Omuna Shrine','',161.23124980926514,-77.68124985694885,0,1,0,'2018-12-09 10:38:10'), + (10003,1900,NULL,2,1944,34279,'MM Royal Broadsword','Chest on floating platform in Master Mode.',169.90625,-149.703125,0,0,0,'2018-12-10 09:22:03'), + (10004,1900,NULL,2,1901,33797,'seeds','',179.0625,-138.3515625,0,0,0,'2018-12-10 15:46:54'), + (10005,1900,NULL,2,1901,33797,'seeds','',179.109375,-138.27734375,0,0,0,'2018-12-10 15:47:15'), + (10006,1900,NULL,2,1916,34446,'Korok seed','',179.24689900875092,-150.5570695400238,0,0,0,'2018-12-10 22:30:00'), + (10007,1900,NULL,2,1910,34124,'Amber','',101.875,-148.15625,0,0,0,'2018-12-11 05:08:42'), + (10008,1900,NULL,2,1925,34124,'Shrine of Resurrection','',110.6015625,-157.4296875,0,0,0,'2018-12-11 07:25:21'), + (10009,1900,NULL,2,1901,34867,'FIRODRA','',155.6015625,-172.296875,0,0,0,'2018-12-11 15:38:23'), + (10010,1900,NULL,2,1903,34867,'FLAMEBLADE','',158.59765625,-169.0546875,0,0,0,'2018-12-12 09:17:32'), + (10011,1900,NULL,2,1925,31383,'Ruvo Korbah','',114.95703125,-161.515625,0,0,0,'2018-12-12 14:14:22'), + (10012,1900,NULL,2,1916,33319,'Korok Seed','',132.134765625,-187.89453125,0,0,0,'2018-12-12 22:26:48'), + (10013,1900,NULL,2,1925,35121,'el imposible','no c',110.93843746185303,-86.40828123688698,0,0,0,'2018-12-12 23:45:05'), + (10014,1900,NULL,2,1916,29592,'Korok Seed','',107.390625,-147.65234375,0,0,0,'2018-12-13 17:46:49'), + (10015,1900,NULL,2,1942,20944,'Black Hinox','',134.5,-94.25,0,0,0,'2018-12-14 01:48:19'), + (10016,1900,NULL,2,1944,34279,'Zora Sword','',170.1875,-122.3828125,0,0,0,'2018-12-14 07:53:18'), + (10017,1900,NULL,2,1944,34279,'Zora Spear','',166.2265625,-124.08203125,0,0,0,'2018-12-14 20:39:29'), + (10018,1900,NULL,2,1944,34279,'Silverscale Spear','',163.9296875,-124.0703125,0,0,0,'2018-12-14 21:09:21'), + (10019,1900,NULL,2,1901,34279,'Silver Shield','',171.59375,-123.78125,0,0,0,'2018-12-14 21:22:25'), + (10020,1900,NULL,2,1944,34279,'Silver Shield','',183.4453125,-112.90625,0,0,0,'2018-12-15 09:27:59'), + (10021,1900,NULL,2,1944,34279,'Silver Bow','',171.9609375,-127.75,0,0,0,'2018-12-15 11:06:23'), + (10022,1900,NULL,2,1944,34279,'Silver Longsword','',176.0625,-120.609375,0,0,0,'2018-12-15 11:35:21'), + (10023,1900,NULL,2,1901,35432,'korok seed?','',57.9302978515625,-88.736083984375,0,0,0,'2018-12-17 05:14:45'), + (10024,1900,NULL,2,1904,35048,'GBOW !','',36.21875,-87.65625,0,0,0,'2018-12-18 03:16:54'), + (10025,1900,NULL,2,1903,35048,'Monster with flameblade','',152.6979160308838,-70.7604169845581,0,0,0,'2018-12-18 05:53:06'), + (10026,1900,NULL,2,1941,35545,'Stone Talus','',110.875,-154.01736092567444,0,0,0,'2018-12-19 01:55:20'), + (10027,1900,NULL,2,1916,27903,'Korogu','',145.171875,-157.625,0,0,0,'2018-12-21 11:42:14'), + (10028,1900,NULL,2,1941,35555,'Stone Talus (Luminous)','[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps',190.375,-125.59375,0,0,0,'2018-12-21 14:27:04'), + (10029,1900,NULL,2,1944,34279,'Frost Blade','',190.7421875,-122.71875,0,0,0,'2018-12-22 08:22:13'), + (10030,1900,NULL,2,1944,34279,'Demon Carver','',192.1484375,-120.3984375,0,0,0,'2018-12-22 08:27:15'), + (10031,1900,NULL,2,1944,34279,'Frost Spear','',175.6875,-128.21875,0,0,0,'2018-12-22 09:22:31'), + (10032,1900,NULL,2,1901,34138,'POBLADO HATELIA (lab y fotos)','',181.3125,-162.5,0,0,0,'2018-12-24 08:00:32'), + (10033,1900,NULL,2,1903,34896,'Left chest weapon here','',118.18359375,-122.63671875,0,0,0,'2018-12-24 12:39:53'), + (10034,1900,NULL,2,1901,36049,'Stealthfin Trout','',142.109375,-93.09375,0,0,0,'2018-12-25 05:01:43'), + (10035,1900,NULL,2,1925,31383,'Sharo Lun Shrine','',173.82421875,-90.19921875,0,1,0,'2018-12-25 21:23:40'), + (10036,1900,NULL,2,1943,34279,'Travel Medallion','',200.65625,-72.4453125,0,0,0,'2018-12-26 07:44:34'), + (10037,1900,NULL,2,1939,36179,'Ice Wizzrobe','',82.328125,-80.9296875,0,1,0,'2018-12-26 15:05:15'), + (10038,1900,NULL,2,1901,36203,'Korok MAsk','',136.453125,-100.96875,0,0,0,'2018-12-26 20:12:17'), + (10039,1900,NULL,2,1926,36179,'Divine Beast Vah Rudania','',167.375,-87.265625,0,1,0,'2018-12-26 20:49:07'), + (10040,1900,NULL,2,1939,34279,'Ice Wizzrobe','',76.046875,-152.359375,0,0,0,'2018-12-27 10:53:37'), + (10041,1900,NULL,2,1901,36179,'Spring of Wisdom','',189.51171875,-148.9453125,0,1,0,'2018-12-27 12:04:55'), + (10042,1900,NULL,2,1926,36179,'Divine Beast Vah Medoh','',71.546875,-98.8515625,0,0,0,'2018-12-27 12:07:20'), + (10043,1900,NULL,2,1901,36179,'Yiga Clan Hideout','',69.75,-149.796875,0,1,0,'2018-12-27 12:13:15'), + (10044,1900,NULL,2,1938,36073,'Lord of the Mountain','',93.6015625,-132.9375,0,0,0,'2018-12-27 18:54:19'), + (10045,1900,NULL,2,1903,35263,'Flame Bade','Inside Temple',179.91796875,-74.46484375,0,0,0,'2018-12-28 07:30:23'), + (10046,1900,NULL,2,1901,36254,'Purple Rupee','',197.48828125,-80.10546875,0,0,0,'2018-12-30 19:39:23'), + (10047,1900,NULL,2,1936,35567,'Mure fissuré Gorons ','',158.0080400109291,-90.44528198242188,0,0,0,'2018-12-31 12:48:28'), + (10048,1900,NULL,2,1910,36489,'????','',154.96139705181122,-173.4979510307312,0,1,0,'2019-01-01 09:45:30'), + (10049,1900,NULL,2,1904,36489,'????','????',171.57887375354767,-162.8784990310669,0,1,0,'2019-01-01 09:48:02'), + (10050,1900,NULL,2,1901,37205,'Vah Naboris','Wanders in this general area',73.12187576293945,-180.16874980926514,0,0,0,'2019-01-02 23:59:39'), + (10051,1900,NULL,2,1936,36393,'Shrine Entrance','',97.28515625,-104.77734375,0,0,0,'2019-01-03 02:09:08'), + (10052,1900,NULL,2,1903,36489,'Rock Pike','',154.23903608322144,-94.42567777633667,0,1,0,'2019-01-03 06:38:16'), + (10053,1900,NULL,2,1901,15410,'8th','',59.8125,-136,0,0,0,'2019-01-03 08:12:01'), + (10054,1900,NULL,2,1901,34279,'Rvaio's Hood','',141.06640625,-165.953125,0,0,0,'2019-01-03 09:53:01'), + (10055,1900,NULL,2,1944,34279,'EX Tingle's Shirt','',117.3359375,-115.28125,0,0,0,'2019-01-05 04:52:22'), + (10056,1900,NULL,2,1901,37418,'?????','',156.7578125,-143.6171875,0,0,0,'2019-01-06 03:46:43'), + (10057,1900,NULL,2,1930,36404,'Ice Keese','',97.9375,-80,0,0,0,'2019-01-06 23:10:16'), + (10058,1900,NULL,2,1935,37845,'By Firefly's Light','Kakariko Village Lazli Side-Quest',157.6796875,-144.1875,0,1,0,'2019-01-07 06:06:50'), + (10059,1900,NULL,2,1935,37845,'Riverbed Reward','',141.2421875,-129.9609375,0,0,0,'2019-01-07 07:27:41'), + (10060,1900,NULL,2,1935,37845,'The Giant of Ralis Pond','',179.828125,-119.4296875,0,0,0,'2019-01-07 07:34:17'), + (10061,1900,NULL,2,1901,37845,'An Ice Guy','',77.390625,-168.234375,0,0,0,'2019-01-07 07:37:28'), + (10062,1900,NULL,2,1935,37845,'The Eighth Heroine & The Forgotten Sword','',69.203125,-173.0703125,0,0,0,'2019-01-07 07:45:22'), + (10063,1900,NULL,2,1901,37845,'Statue of the Eighth Heroine','',59.515625,-136.28125,0,0,0,'2019-01-07 07:48:28'), + (10064,1900,NULL,2,1901,37845,'The Forgotten Sword','',65.890625,-143.046875,0,0,0,'2019-01-07 07:50:19'), + (10065,1900,NULL,2,1939,36539,'Blizzard Wizrobe','',139.9765625,-116.28125,0,0,0,'2019-01-07 23:26:25'), + (10066,1900,NULL,2,1935,37922,'Arrows of Burning Heat','',156.3984375,-144.25390625,0,0,0,'2019-01-08 04:40:27'), + (10067,1900,NULL,2,1910,37908,'Amber','',128.328125,-131.4375,0,0,0,'2019-01-08 06:29:42'), + (10068,1900,NULL,2,1901,38068,'1232','213',113.9375,-155.95625114440918,0,0,0,'2019-01-09 01:45:41'), + (10069,1900,NULL,2,1901,38196,'Santuario de Kaoma','Santuario de Kaoma',136.19921875,-183.06640625,0,0,0,'2019-01-10 12:06:33'), + (10070,1900,NULL,2,1901,38298,'Hidden Cove Containing Chests','Theres a hidden cove that leads behind the waterfall. There's Three Chests inside the cove',110.421875,-161.5234375,0,0,0,'2019-01-12 01:14:11'), + (10071,1900,NULL,2,1916,12708,'Race with shield surfing','',149.8203125,-114.64108204841614,0,0,0,'2019-01-12 02:19:43'), + (10072,1900,NULL,2,1916,32236,'b ','',156.66562509536743,-119.69374990463257,0,0,0,'2019-01-12 23:57:54'), + (10073,1900,NULL,2,1930,36404,'Ice Wissrobe','',103.75,-186.45703125,0,0,0,'2019-01-13 04:09:36'), + (10074,1900,NULL,2,1901,37121,'MUSHROOM SPAWN','',93.71875,-140.453125,0,0,0,'2019-01-13 06:52:24'), + (10075,1900,NULL,2,1926,38854,'Divine Beast Vah Naboris','',81.5,-180.75,0,0,0,'2019-01-14 20:24:08'), + (10076,1900,NULL,2,1935,37720,'A Gift of Nightshade','',168.44921875,-183.31640625,0,0,0,'2019-01-15 22:06:05'), + (10077,1900,NULL,2,1926,38927,'Divine Beast Vah Naboris','',85.109375,-186.09375,0,0,0,'2019-01-16 13:31:18'), + (10078,1900,NULL,2,1943,39150,'10x Arrows','',175.19140625,-159.48046875,0,0,0,'2019-01-18 16:35:05'), + (10079,1900,NULL,2,1943,39150,'50x Rupees','',175.28515625,-162.5234375,0,0,0,'2019-01-18 16:39:33'), + (10080,1900,NULL,2,1901,39287,'find','',42.25,-108.75,0,0,0,'2019-01-19 02:29:44'), + (10081,1900,NULL,2,1901,39292,'Botas de alpinismo','',-28.75,-106.75,0,1,0,'2019-01-19 03:07:15'), + (10082,1900,NULL,2,1916,28484,'Koror Seed','',76.44921875,-106.69140625,0,1,0,'2019-01-20 07:22:36'), + (10083,1900,NULL,2,1943,28484,'Topaz','',76.44921875,-106.640625,0,0,0,'2019-01-20 07:23:32'), + (10084,1900,NULL,2,1916,28484,'Koror Seed','',74.203125,-107.40234375,0,0,0,'2019-01-20 07:27:31'), + (10085,1900,NULL,2,1916,28484,'Koroko Seed','',82.48828125,-102.41796875,0,0,0,'2019-01-20 07:51:18'), + (10086,1900,NULL,2,1904,35517,'Bomb Arrows BOX','',132.234375,-188.99609375,0,0,0,'2019-01-20 07:54:45'), + (10087,1900,NULL,2,1939,28484,'Ice Wizzrobe','',89.1015625,-99.5390625,0,0,0,'2019-01-20 07:59:59'), + (10088,1900,NULL,2,1916,28484,'Koroko Seed','',91.44921875,-101.015625,0,0,0,'2019-01-20 08:05:49'), + (10089,1900,NULL,2,1916,28484,'Koroko Seed','',91.1640625,-98.77734375,0,0,0,'2019-01-20 08:12:09'), + (10090,1900,NULL,2,1901,39897,'Super cold up here','',183.2286376953125,-154.25723266601562,0,0,0,'2019-01-23 20:01:24'), + (10091,1900,NULL,2,1901,39095,'Weapons Cash','',82.91015625,-161.80078125,0,0,0,'2019-01-23 23:23:45'), + (10092,1900,NULL,2,1901,37418,'Dragon','Dragon\r\n',155.65885400772095,-172.38932299613953,0,0,0,'2019-01-24 05:17:14'), + (10093,1900,NULL,2,1903,35263,'Knight's Halbert','',118.91796875,-87.015625,0,0,0,'2019-01-24 12:50:13'), + (10094,1900,NULL,2,1901,35263,'Kass Quest','The Serpent's Jaws',140.72968769073486,-175.84375,0,0,0,'2019-01-25 03:51:29'), + (10095,1900,NULL,2,1938,40130,'White Horse','',100.609375,-140.96875,0,0,0,'2019-01-26 07:20:39'), + (10096,1900,NULL,2,1910,40214,'chest','',114.2890625,-158.609375,0,0,0,'2019-01-26 22:06:14'), + (10097,1900,NULL,2,1901,40096,'elden','',150.90625,-72.78515625,0,0,0,'2019-01-27 18:57:25'), + (10098,1900,NULL,2,1926,39917,'Gourdo beast','',89.77553331851959,-184.40449452400208,0,0,0,'2019-01-28 11:49:13'), + (10099,1900,NULL,2,1926,38947,'Vah'Naboris','',95.015625,-168.859375,0,0,0,'2019-01-29 13:38:48'), + (10100,1900,NULL,2,1926,38947,'Vah'Rudania','',167.58203125,-87.21875,0,0,0,'2019-01-29 13:39:41'), + (10101,1900,NULL,2,1910,40542,'Shrooms','',93.716552734375,-140.4376220703125,0,0,0,'2019-01-29 17:58:24'), + (10102,1900,NULL,2,1903,38067,'Inventory Full!!','',141.546875,-164.39453125,0,0,0,'2019-01-31 01:34:09'), + (10103,1900,NULL,2,1926,40498,'Vah Naboris','Divine Beast Vah Naboris',95.0546875,-168.9765625,0,1,0,'2019-01-31 22:24:25'), + (10104,1900,NULL,2,1916,34046,'Korok Seed','',150.30078125,-103.8828125,0,0,0,'2019-02-02 02:43:03'), + (10105,1900,NULL,2,1910,40881,'Lagartija Humero','',173.62953090667725,-72.59828090667725,0,0,0,'2019-02-02 02:47:28'), + (10106,1900,NULL,2,1926,40194,'Divine Beast Vah Rudania','',167.5625,-87.875,0,0,0,'2019-02-02 17:36:22'), + (10107,1900,NULL,2,1926,40194,'Divine Beast Vah Medo','',71.359375,-99.8125,0,0,0,'2019-02-02 17:36:56'), + (10108,1900,NULL,2,1926,40194,'Divine Beast Vah Naboris','',95.0625,-169.1875,0,0,0,'2019-02-02 17:37:52'), + (10109,1900,NULL,2,1910,40878,'Lots of High Value Ore','',177.28540325164795,-80.4610767364502,0,0,0,'2019-02-02 22:31:31'), + (10110,1900,NULL,2,1935,41140,'Arrows of Burning Heat','',156.44140625,-144.25,0,0,0,'2019-02-04 06:26:35'), + (10111,1900,NULL,2,1901,41143,'Rare Ores','',158.74947929382324,-175.74687457084656,0,0,0,'2019-02-05 04:25:28'), + (10112,1900,NULL,2,1936,41143,'Rare Ore','',158.67447900772095,-175.66302061080933,0,1,0,'2019-02-05 04:26:31'), + (10113,1900,NULL,2,1901,40783,'Hestu','',160.296875,-88.203125,0,0,0,'2019-02-05 09:38:06'), + (10114,1900,NULL,2,1901,39544,'test','j'aime la bite pdpdpd',82.6953125,-104.53125,0,1,0,'2019-02-05 23:02:20'), + (10115,1900,NULL,2,1901,37885,'Dragon?','',188.7890625,-148.6796875,0,0,0,'2019-02-06 10:48:04'), + (10116,1900,NULL,2,1901,40636,'Mounted Archery','',124.78515625,-182.65234375,0,0,0,'2019-02-06 23:21:42'), + (10117,1900,NULL,2,1935,41851,'An Ice Guy','',77.37890625,-168.23046875,0,0,0,'2019-02-13 03:49:03'), + (10118,1900,NULL,2,1901,42280,'??','',149.32421875,-178.453125,0,0,0,'2019-02-14 19:39:27'), + (10119,1900,NULL,2,1904,38067,'Ice Arrow x10','Treasure box of Ice Arrow',127.69140625,-131.01171875,0,0,0,'2019-02-16 07:39:25'), + (10120,1900,NULL,2,1943,38067,'Arrow x10','Treasure Chest contains arrow x10',127.671875,-131.40625,0,0,0,'2019-02-16 07:46:21'), + (10121,1900,NULL,2,1935,42507,'amor sigiloso ','entregar una campana muda en nombre del amor ',168.5546875,-183.4140625,0,0,0,'2019-02-16 15:30:58'), + (10122,1900,NULL,2,1931,41231,'Enemy Camp','',56.5,-139.46875,0,0,0,'2019-02-17 16:57:08'), + (10123,1900,NULL,2,1931,41231,'Enemy Camp','',58.75,-145,0,0,0,'2019-02-17 16:57:31'), + (10124,1900,NULL,2,1931,41231,'Enemy Camp','',53.6875,-149.34375,0,0,0,'2019-02-17 16:57:49'), + (10125,1900,NULL,2,1910,42700,'Blue gem','',199.19140625,-71.65234375,0,0,0,'2019-02-17 19:03:16'), + (10126,1900,NULL,2,1916,40727,'beneath bombable rocks','',139.875,-164.65625,0,1,0,'2019-02-18 10:02:44'), + (10127,1900,NULL,2,1904,43011,'Bomb Arrows ','Take out the surrounding bokoblins for possible bomb arrow drop. ',138.07776987552643,-77.45028412342072,0,0,0,'2019-02-20 06:01:44'), + (10128,1900,NULL,2,1901,42880,'Hearty Durian Farming','',149.78125,-178.18359375,0,1,0,'2019-02-20 21:23:02'), + (10129,1900,NULL,2,1916,43118,'????','',107.125,-143.0625,0,1,0,'2019-02-20 23:31:16'), + (10130,1900,NULL,2,1901,43015,'business','',192.875,-102.625,0,0,0,'2019-02-21 02:16:17'), + (10131,1900,NULL,2,1943,41851,'Gold Rupee','',50.8515625,-161.703125,0,0,0,'2019-02-22 04:44:31'), + (10132,1900,NULL,2,1904,43245,'Bomb Arrows','',180.74609375,-70.77734375,0,0,0,'2019-02-22 08:52:49'), + (10133,1900,NULL,2,1901,43257,'Minerales subterráneos','se necesitan flechas bomba',158.65625,-175.15625,0,0,0,'2019-02-22 13:54:51'), + (10134,1900,NULL,2,1926,41231,'Vah Rudania','',166.33203125,-87.98828125,0,0,0,'2019-02-23 05:05:19'), + (10135,1900,NULL,2,1926,41231,'Divine Beast Vah Naboris','',94.98046875,-169.1640625,0,0,0,'2019-02-23 05:06:10'), + (10136,1900,NULL,2,1926,41231,'Divine Beast Vah Medoh','',71.53515625,-98.875,0,0,0,'2019-02-23 05:07:05'), + (10137,1900,NULL,2,1944,43245,'Silver Bow','',178.59375,-121.49609375,0,0,0,'2019-02-23 08:02:25'), + (10138,1900,NULL,2,1930,43245,'Icy Lizalfos','',193.125,-155.6171875,0,0,0,'2019-02-23 08:34:45'), + (10139,1900,NULL,2,1901,43245,'Pondo's Lodge','',95.546875,-95.5234375,0,0,0,'2019-02-24 07:39:17'), + (10140,1900,NULL,2,1935,43552,'The Sheep Rustlers','',184.58984375,-160.83984375,0,0,0,'2019-02-24 19:39:59'), + (10141,1900,NULL,2,1901,43642,'Old Man's Cabin','The old man's cabin',115.76699829101562,-163.20330810546875,0,0,0,'2019-02-25 06:31:56'), + (10142,1900,NULL,2,1926,43679,'Divine Beast Vah Medoh','',71.56640625,-98.49609375,0,0,0,'2019-02-25 13:39:12'), + (10143,1900,NULL,2,1926,43679,'Divine Beast Vah Rudania','',167.8046875,-87.515625,0,0,0,'2019-02-25 13:39:35'), + (10144,1900,NULL,2,1926,43679,'Divine Beast Vah Naboris','',95.09375,-169.21875,0,0,0,'2019-02-25 13:40:05'), + (10145,1900,NULL,2,1936,43876,'Cracked wall','',114.3515625,-158.2109375,0,0,0,'2019-02-27 16:30:16'), + (10146,1900,NULL,2,1901,43015,'Korok Mask','',139.18359375,-99.109375,0,0,0,'2019-02-28 02:24:08'), + (10147,1900,NULL,2,1940,13795,'Lynel','MasterMode',117.578125,-160.296875,0,0,0,'2019-03-01 12:35:54'), + (10148,1900,NULL,2,1935,42733,'The Sheep Rustlers','NPC: Koyin',180.390625,-161.4375,0,0,0,'2019-03-02 01:36:13'), + (10149,1900,NULL,2,1935,42733,'Robbie's Research','',187.015625,-161.203125,0,0,0,'2019-03-02 01:37:28'), + (10150,1900,NULL,2,1935,42733,'Sunshroom Sensing','',186.828125,-161.421875,0,0,0,'2019-03-02 01:38:22'), + (10151,1900,NULL,2,1935,42733,'Slated for Upgrades','',187.046875,-161.234375,0,0,0,'2019-03-02 01:39:10'), + (10152,1900,NULL,2,1935,42733,'Take Back the Sea','',173.6953125,-181.59114599227905,0,0,0,'2019-03-02 01:40:33'), + (10153,1900,NULL,2,1939,42480,'Blizzrobe','',89.20703125,-99.6015625,0,0,0,'2019-03-02 08:15:41'), + (10154,1900,NULL,2,1916,42886,'Krok Seed','',62.4140625,-86.2890625,0,0,0,'2019-03-03 15:28:27'), + (10155,1900,NULL,2,1902,39380,'Midna's Helmet(DLC)','',106.078125,-131.4921875,0,0,0,'2019-03-07 02:27:14'), + (10156,1900,NULL,2,1943,44908,'Chest','',63.36328125,-69.734375,0,0,0,'2019-03-07 03:30:15'), + (10157,1900,NULL,2,1936,44908,'Cracked wall','',63.3515625,-69.68359375,0,0,0,'2019-03-07 03:30:46'), + (10158,1900,NULL,2,1916,44908,'Korok Seed','',61.41796875,-71.98046875,0,0,0,'2019-03-07 03:43:06'), + (10159,1900,NULL,2,1936,44908,'Luminous Stone','',62.0703125,-70.9140625,0,0,0,'2019-03-07 03:44:01'), + (10160,1900,NULL,2,1935,44908,'Desert Labyrinth','',100.0625,-182,0,0,0,'2019-03-07 07:44:16'), + (10161,1900,NULL,2,1916,45022,'Did i get this one?','',179.4375,-180.15625,0,0,0,'2019-03-08 14:03:39'), + (10162,1900,NULL,2,1901,44841,'????','',113,-156.9375,0,0,0,'2019-03-09 05:24:58'), + (10163,1900,NULL,2,1925,45154,'need divine beast','',71.53515625,-104.34375,0,0,0,'2019-03-09 08:20:19'), + (10164,1900,NULL,2,1926,45168,'Vah'Naboris','',95.140625,-169.1640625,0,0,0,'2019-03-09 10:22:59'), + (10165,1900,NULL,2,1926,45168,'Vah'Medoh','',71.5390625,-99.1015625,0,0,0,'2019-03-09 10:23:44'), + (10166,1900,NULL,2,1901,45168,'Vah'Rudania','',166.34375,-88.03125,0,0,0,'2019-03-09 10:24:21'), + (10167,1900,NULL,2,1926,45168,'Vah'Ruta','',174.64453125,-131.8515625,0,0,0,'2019-03-09 10:25:08'), + (10168,1900,NULL,2,1939,39095,'Ice Wizzrobe','Ice Wizzrobe',139.8125,-115.26953125,0,0,0,'2019-03-11 03:35:32'), + (10169,1900,NULL,2,1902,45432,'CACA','cool',118.58984375,-152.70703125,0,0,0,'2019-03-14 13:37:50'), + (10170,1900,NULL,2,1901,45002,'Last','',173.75,-149.96875,0,0,0,'2019-03-15 02:32:01'), + (10171,1900,NULL,2,1916,45929,'Kokoro Seed','',143.25,-181.6875,0,0,0,'2019-03-15 13:57:24'), + (10172,1900,NULL,2,1916,43169,'Korok Seed','',161.796875,-144.1875,0,0,0,'2019-03-16 15:11:45'), + (10173,1900,NULL,2,1916,43169,'Korok Seed','',157.4140625,-165.7109375,0,0,0,'2019-03-16 15:15:28'), + (10174,1900,NULL,2,1916,43169,'Korok Seed','',154.28125,-164.421875,0,0,0,'2019-03-16 15:15:55'), + (10175,1900,NULL,2,1901,46138,'Home','',179.59375,-163.3125,0,0,0,'2019-03-17 02:42:04'), + (10176,1900,NULL,2,1901,46212,'starting point','',110.671875,-156.6875,0,0,0,'2019-03-17 13:48:26'), + (10177,1900,NULL,2,1901,46216,'South Akkala Stable','',177.21875,-101.54296875,0,0,0,'2019-03-17 22:42:38'), + (10178,1900,NULL,2,1901,46216,'bge','',189.9375,-102.8125,0,0,0,'2019-03-17 23:21:05'), + (10179,1900,NULL,2,1943,43349,'Silver Rupee','',115.1171875,-70.9765625,0,0,0,'2019-03-18 03:58:59'), + (10180,1900,NULL,2,1943,43349,'Gold Rupee','',115.625,-72.37109375,0,0,0,'2019-03-18 04:03:25'), + (10181,1900,NULL,2,1901,43573,'Goldene Schuppe','',141.682373046875,-164.407958984375,0,1,0,'2019-03-18 20:20:04'), + (10182,1900,NULL,2,1921,38530,'jjj','',109.625,-152.0625,0,0,0,'2019-03-18 21:05:41'), + (10183,1900,NULL,2,1926,46386,'Divine Beast Vah Medoh','',71,-100.5,0,0,0,'2019-03-19 01:42:32'), + (10184,1900,NULL,2,1926,46386,'Divine Beast Vah Rudania','',167.75,-88.5,0,0,0,'2019-03-19 01:43:10'), + (10185,1900,NULL,2,1943,33143,'Rupee','Use Magnesis on chest from distance, attached to enemy.',122.203125,-170.03125,0,0,0,'2019-03-19 04:14:26'), + (10186,1900,NULL,2,1902,46500,'Durian','',149.33203125,-178.390625,0,0,0,'2019-03-19 16:22:19'), + (10187,1900,NULL,2,1901,43686,'Dragon legendario ','punto de salida Farodra ',155.4375,-180.765625,0,1,0,'2019-03-20 17:08:24'), + (10188,1900,NULL,2,1901,43686,'Dragones legendarios ','Punto de salida ',121.71875,-165.140625,0,1,0,'2019-03-20 17:12:30'), + (10189,1900,NULL,2,1901,43686,'gragones legendarios ','',101.5625,-96.34375,0,1,0,'2019-03-20 17:13:13'), + (10190,1900,NULL,2,1920,43686,'dragon ','salida del dragon de trueno',155.953125,-173.91015625,0,1,0,'2019-03-20 20:04:50'), + (10191,1900,NULL,2,1901,45903,'Healthy Durian','Farm Spot for Healthy Durian',149.453125,-178.1875,0,0,0,'2019-03-21 11:07:17'), + (10192,1900,NULL,2,1901,46128,'Prince','',164.6484375,-124.1953125,0,0,0,'2019-03-22 04:47:10'), + (10193,1900,NULL,2,1901,46735,'1','',156.38068175315857,-143.12997126579285,0,0,0,'2019-03-22 14:33:25'), + (10194,1900,NULL,2,1921,44197,'Tarrey','',16.875,-98.25,0,0,0,'2019-03-22 17:30:23'), + (10195,1900,NULL,2,1935,46459,'Arrows of Burning Heat','Light the torches around the goddess statue.',156.58984375,-144.27734375,0,0,0,'2019-03-23 03:30:18'), + (10196,1900,NULL,2,1944,46459,'Majora's Mask','DLC Only',120.97265625,-148.02734375,0,0,0,'2019-03-23 09:35:23'), + (10197,1900,NULL,2,1926,46509,'Vah'Naboris Divine Beast','',79.625,-180.90625,0,0,0,'2019-03-23 16:56:06'), + (10198,1900,NULL,2,1916,41317,'Korok seed','',176.0859375,-125.3046875,0,1,0,'2019-03-24 13:20:24'), + (10199,1900,NULL,2,1910,46509,'Opal','Inside the wreck',167.1328125,-179.72265625,0,0,0,'2019-03-24 17:56:01'), + (10200,1900,NULL,2,1902,46946,'Tunique Bleue','Tunique bleue (anti-chaleur)',125.56640625,-176.16015625,0,0,0,'2019-03-25 19:19:06'), + (10201,1900,NULL,2,1901,46946,'Tunique bleue (anti-chaleur)','Tunique bleue (anti-chaleur)',125.5625,-176.1484375,0,0,0,'2019-03-25 19:20:13'), + (10202,1900,NULL,2,1944,46946,'Tunique bleue','anti-chaleur',125.578125,-176.1484375,0,0,0,'2019-03-25 19:21:50'), + (10203,1900,NULL,2,1944,46459,'Phantom Helmet','DLC only.',109.3125,-147.2421875,0,0,0,'2019-03-26 05:26:49'), + (10204,1900,NULL,2,1935,45680,'Taburasa Dog','',190.265625,-103.09375,0,0,0,'2019-03-27 05:25:41'), + (10205,1900,NULL,2,1916,46932,'????','',136.58314710855484,-150.62853413820267,0,1,0,'2019-03-27 08:28:36'), + (10206,1900,NULL,2,1935,45945,'A Fragmented Monument','Kah Yah Shrine Quest',181.65625,-180.0859375,0,0,0,'2019-03-27 23:23:04'), + (10207,1900,NULL,2,1926,46811,'Divine Beast Vah Naboris','',95,-169.25,0,1,0,'2019-03-28 22:25:35'), + (10208,1900,NULL,2,1901,47547,'1','',114.09375,-157.828125,0,0,0,'2019-03-29 13:54:28'), + (10209,1900,NULL,2,1944,46381,'Ext. DLC 2','Midona's Mask',106.08203125,-131.51171875,0,0,0,'2019-03-29 16:31:33'), + (10210,1900,NULL,2,1903,47563,'fire rod','',-98.5,-72.5,0,0,0,'2019-03-29 17:18:06'), + (10211,1900,NULL,2,1935,46509,'Race','',86.734375,-109.765625,0,0,0,'2019-03-30 16:26:40'), + (10212,1900,NULL,2,1925,47691,'Renaissance','',110.7421875,-157.37760496139526,0,0,0,'2019-03-30 17:18:37'), + (10213,1900,NULL,2,1902,47226,'Equipment','Knights Sword, Shields, Arrows\r\n',193.625,-119.8671875,0,0,0,'2019-03-30 22:27:25'), + (10214,1900,NULL,2,1901,46381,'First part Kilton's market ','First point where Kilton is located to activation of is market ',178.78125,-74.265625,0,1,0,'2019-03-31 12:34:08'), + (10215,1900,NULL,2,1920,46381,'Kilton's Market','Black link armor seller, monster seller\r\nAppears after 22.00',155.04296875,-144.328125,0,1,0,'2019-03-31 13:12:33'), + (10216,1900,NULL,2,1926,47824,'Vah'Ruta','',174.5625,-131.71875,0,0,0,'2019-03-31 20:35:17'), + (10217,1900,NULL,2,1902,46381,'Ext. DLC 2','Xanto's Helmet',148.09765625,-166.33203125,0,0,0,'2019-04-01 16:13:15'), + (10218,1900,NULL,2,1944,47226,'Blizzard Rod','',201.9921875,-112.484375,0,0,0,'2019-04-01 18:20:21'), + (10219,1900,NULL,2,1920,47945,'Akkala Ancient Tech Lab','',198.5421872138977,-78.52265644073486,0,0,0,'2019-04-02 20:22:16'), + (10220,1900,NULL,2,1916,47599,'Korok Seed','',163.7578125,-138.9296875,0,0,0,'2019-04-04 03:04:30'), + (10221,1900,NULL,2,1902,48307,'Nintendo Switch Shirt (DLC)','',120.68359375,-159.3046875,0,0,0,'2019-04-05 06:57:19'), + (10222,1900,NULL,2,1904,48307,'Bomb Arrow (DLC)','',105.296875,-159.7578125,0,0,0,'2019-04-05 07:52:42'), + (10223,1900,NULL,2,1910,48238,'??','',149.625,-182.546875,0,0,0,'2019-04-05 09:41:34'), + (10224,1900,NULL,2,1935,48230,'By Firefly's Light','',157.6953125,-144.1640625,0,0,0,'2019-04-05 18:45:40'), + (10225,1900,NULL,2,1935,47691,'By Firefly's Light','',157.70703125,-144.15625,0,0,0,'2019-04-07 19:14:38'), + (10226,1900,NULL,2,1916,47917,'Korok Seed','',83.828125,-103.296875,0,1,0,'2019-04-09 03:19:47'), + (10227,1900,NULL,2,1944,35456,'Ancient Bridle','Ex Ancient Horse Rumors',92.2578125,-133.390625,0,0,0,'2019-04-09 19:56:53'), + (10228,1900,NULL,2,1944,35456,'EX: Tingle's Tights','',127.625,-131.38671875,0,0,0,'2019-04-10 19:11:55'), + (10229,1900,NULL,2,1920,49050,'i monti gemelli','i monti gemelli',149.28125,-158.0625,0,0,0,'2019-04-12 17:31:59'), + (10230,1900,NULL,2,1901,49219,'Campfire','',112.1875,-161.71875,0,1,0,'2019-04-13 01:33:29'), + (10231,1900,NULL,2,1901,49219,'Boat','',111.12109375,-160.01171875,0,1,0,'2019-04-13 01:38:48'), + (10232,1900,NULL,2,1901,48859,'Southern Mine','Southern Mine where several quests can be located, and Greyson is found (who is needed for tarrey town quest. You get Fire guard armor here as well. Very important.',154.27671617269516,-97.43036818504333,0,1,0,'2019-04-13 16:36:26'), + (10233,1900,NULL,2,1903,49367,'???','???',103.54296875,-154.8515625,0,0,0,'2019-04-14 07:35:12'), + (10234,1900,NULL,2,1944,49202,'Climbing Bandanna','',149.5625,-157.1875,0,0,0,'2019-04-14 16:38:56'), + (10235,1900,NULL,2,1916,48678,'Korok Seed','',125.9296875,-187.4765625,0,0,0,'2019-04-15 02:32:54'), + (10236,1900,NULL,2,1901,47960,'ancient core','',186.75,-62.875,0,0,0,'2019-04-16 06:23:35'), + (10237,1900,NULL,2,1926,49628,'Divine Beast vah Naboris','',95,-169.15625,0,0,0,'2019-04-17 09:21:34'), + (10238,1900,NULL,2,1901,3853,'Hesta second','',134.0625,-144.1640625,0,0,0,'2019-04-18 15:24:41'), + (10239,1900,NULL,2,1901,49972,'Go here','',103.5744047164917,-97.05803489685059,0,0,0,'2019-04-19 17:55:54'), + (10240,1900,NULL,2,1931,49367,'Bokoblin Camp','',107.8984375,-154.2578125,0,0,0,'2019-04-20 04:48:12'), + (10241,1900,NULL,2,1931,49367,'Bokoblin Camp','',113.1640625,-158.625,0,0,0,'2019-04-20 04:58:19'), + (10242,1900,NULL,2,1901,50024,'Campfire','',105.6015625,-152.69140625,0,0,0,'2019-04-20 05:36:25'), + (10243,1900,NULL,2,1938,32645,'test123','test222',102.375,-155,0,0,0,'2019-04-20 15:38:45'), + (10244,1900,NULL,2,1939,45880,'Blizzard Wizrobe','Blizzard Rod',140.0546875,-116.2734375,0,0,0,'2019-04-21 05:15:15'), + (10245,1900,NULL,2,1901,50024,'Gem Deposit','',161.28593730926514,-168.78593754768372,0,0,0,'2019-04-21 06:34:14'), + (10246,1900,NULL,2,1930,50024,'Electric Keese','',161.3624997138977,-168.6796875,0,0,0,'2019-04-21 06:34:56'), + (10247,1900,NULL,2,1901,50253,'Kakariko','',40,-140.875,0,0,0,'2019-04-21 20:06:43'), + (10248,1900,NULL,2,1920,50439,'DEPART','Début de l'histoire',110.45703125,-157.53125,0,1,0,'2019-04-23 09:58:17'), + (10249,1900,NULL,2,1944,50431,'??','',139.171875,-97.8125,0,0,0,'2019-04-23 20:22:38'), + (10250,1900,NULL,2,1944,50431,'treasure','treasure',139.6171875,-97.78125,0,0,0,'2019-04-23 20:23:25'), + (10251,1900,NULL,2,1944,50431,'treasure','wooden arrow x5',137.51953125,-97.515625,0,0,0,'2019-04-23 20:29:32'), + (10252,1900,NULL,2,1944,50431,'treasure','knights shield',130.1796875,-120.7890625,0,0,0,'2019-04-23 22:17:04'), + (10253,1900,NULL,2,1944,50431,'bow','knight;'s bow',127.71484375,-123.62890625,0,0,0,'2019-04-23 22:23:11'), + (10254,1900,NULL,2,1943,50431,'chest','bomb arrorx5',130.3515625,-116.87109375,0,0,0,'2019-04-23 22:41:51'), + (10255,1900,NULL,2,1943,50431,'chest','arrow',139.9296875,-116.25,0,0,0,'2019-04-23 23:29:43'), + (10256,1900,NULL,2,1943,50431,'fire arr x5','fire arr x5',144.66796875,-178.265625,0,0,0,'2019-04-23 23:36:17'), + (10257,1900,NULL,2,1948,50458,'FARMING','',96.9044189453125,-136.283447265625,0,0,0,'2019-04-24 10:44:39'), + (10258,1900,NULL,2,1901,50504,'need to beat','',55.9375,-142.125,0,0,0,'2019-04-25 01:13:41'), + (10259,1900,NULL,2,1901,49952,'Blutmond','',79.25,-132,0,0,0,'2019-04-27 18:14:48'), + (10260,1900,NULL,2,1921,50916,'Gerudo Town','',85,-150.625,0,0,0,'2019-04-28 00:37:38'), + (10261,1900,NULL,2,1943,50843,'Chest 5 fire arrows','',105.2734375,-159.7109375,0,0,0,'2019-04-28 10:54:03'), + (10262,1900,NULL,2,1916,50805,'Kolog seeds','',191.7890625,-154.8515625,0,0,0,'2019-04-28 20:45:28'), + (10263,1900,NULL,2,1935,45488,'misko treasure cave','',158.31624031066895,-168.9881410598755,0,0,0,'2019-04-29 17:09:33'), + (10264,1900,NULL,2,1901,51345,'Lurelin Village','',174.9375,-180.75,0,0,0,'2019-05-01 16:13:27'), + (10265,1900,NULL,2,1903,42921,'diamond sword','18 damage one handedsword',105.28125,-117.609375,0,0,0,'2019-05-01 19:55:37'), + (10266,1900,NULL,2,1935,45488,'Take back the sea','NPC: Sebasto\r\n\r\nDescription: Defeat the monsters on Aris beach\r\n\r\nReward: 100 rupees',173.2237969636917,-181.25967395305634,0,0,0,'2019-05-04 02:45:46'), + (10267,1900,NULL,2,1925,51636,'Toh Yahsa Shrine','',92.60433053970337,-113.99996852874756,0,0,0,'2019-05-04 12:18:03'), + (10268,1900,NULL,2,1901,49196,'Devo andare qua ','',93.9921875,-96.2265625,0,0,0,'2019-05-04 16:16:51'), + (10269,1900,NULL,2,1926,50977,'Vah Nahboris','',66,-187,0,0,0,'2019-05-05 12:12:36'), + (10270,1900,NULL,2,1939,50205,'Ice Wizzrobe','',74.984375,-152.3125,0,0,0,'2019-05-05 21:42:54'), + (10271,1900,NULL,2,1901,51954,'!!!!!!!!!','',-322,-6,0,0,0,'2019-05-07 13:13:46'), + (10272,1900,NULL,2,1901,52291,'??','',117.0625,-128.984375,0,0,0,'2019-05-10 06:44:49'), + (10273,1900,NULL,2,1944,52235,'Knight's Bow','',55.765625,-147.71875,0,0,0,'2019-05-10 17:22:19'), + (10274,1900,NULL,2,1943,52235,'Topaz','',55.28125,-143,0,0,0,'2019-05-10 17:24:43'), + (10275,1900,NULL,2,1926,23546,'Vah Medoh','',-25,-143.5,0,0,0,'2019-05-10 22:40:56'), + (10276,1900,NULL,2,1926,23546,'Vah Medoh','',71.375,-99.9375,0,0,0,'2019-05-10 22:41:16'), + (10277,1900,NULL,2,1926,23546,'Vah Rudania','',166.5,-87.75,0,0,0,'2019-05-10 22:42:10'), + (10278,1900,NULL,2,1901,23546,'Vah Naboris','',94.875,-169.375,0,0,0,'2019-05-10 22:42:39'), + (10279,1900,NULL,2,1939,43748,'Ice Wizzrobe','',103.80078125,-186.4140625,0,0,0,'2019-05-11 08:42:39'), + (10280,1900,NULL,2,1942,50205,'Stalnox','',93.421875,-137.1640625,0,0,0,'2019-05-11 09:41:16'), + (10281,1900,NULL,2,1946,52516,'Kletis','',133.46875,-145.296875,0,0,0,'2019-05-12 11:59:37'), + (10282,1900,NULL,2,1943,52322,'DLC Chest','Phantom Armor',124.22265625,-126.6015625,0,1,0,'2019-05-12 21:39:58'), + (10283,1900,NULL,2,1936,52670,'Cracked Plateau','Cracked wall housing several ore deposits on the ceiling inside.',158.640625,-175.734375,0,0,0,'2019-05-13 05:26:59'), + (10284,1900,NULL,2,1916,51892,'Error ','The kolog upside the mountain doesnt exist',132.85369324684143,-179.4389204978943,0,1,0,'2019-05-13 23:19:35'), + (10285,1900,NULL,2,1916,51885,'Korok','',139.359375,-185.34375,0,0,0,'2019-05-14 16:25:26'), + (10286,1900,NULL,2,1901,50587,'Apples','',96.625,-133.5,0,0,0,'2019-05-19 15:44:54'), + (10287,1900,NULL,2,1926,53330,'Divine Beast Vah Naboris','Bring clothes, food or elixirs that protect you from heat and cold in the desert.',94.90625,-169.03125,0,0,0,'2019-05-20 15:08:41'), + (10288,1900,NULL,2,1916,53476,'seed','',129.34375,-152.78515625,0,0,0,'2019-05-22 06:14:38'), + (10289,1900,NULL,2,1901,53039,'Ore Deposits','',175.328125,-155.78125,0,0,0,'2019-05-22 16:47:59'), + (10290,1900,NULL,2,1936,53039,'Bombable Wall','Cave of Rare Ore Deposits',158.71875,-175.62109375,0,0,0,'2019-05-22 19:23:26'), + (10291,1900,NULL,2,1936,53525,'boulder with treasure behind it','',147.71875,-157.0859375,0,0,0,'2019-05-22 19:46:32'), + (10292,1900,NULL,2,1901,53646,'1','',69.25,-68.625,0,0,0,'2019-05-23 14:30:12'), + (10293,1900,NULL,2,1939,43748,'Blizzrobe','',82.75070190429688,-81.89663696289062,0,0,0,'2019-05-25 07:28:47'), + (10294,1900,NULL,2,1916,53227,'Korok Seed','',62.828125,-159.0703125,0,1,0,'2019-05-25 16:25:00'), + (10295,1900,NULL,2,1901,53315,'Hidden Fairy Settlement','',90.51250076293945,-122.3125,0,0,0,'2019-05-26 20:40:03'), + (10296,1900,NULL,2,1901,53327,'1','',78.01838517189026,-70.14527249336243,0,0,0,'2019-05-27 00:34:08'), + (10297,1900,NULL,2,1901,51643,'Eau','Bah c'est de l'eau quoi',69.8046875,-99.453125,0,0,0,'2019-05-27 14:31:34'), + (10298,1900,NULL,2,1932,50024,'Guardian Stalker','',101.875,-174.71875,0,0,0,'2019-05-28 01:48:05'), + (10299,1900,NULL,2,1935,54092,'Hestu','',158.6883773803711,-151.14856147766113,0,0,0,'2019-05-28 03:30:48'), + (10300,1900,NULL,2,1925,54101,'Takama Shiri Shrine','Shrine added as part of Champions' Ballad DLC',51.5,-161.625,0,0,0,'2019-05-28 04:27:40'), + (10301,1900,NULL,2,1916,53781,'Korok2','',47.3125,-188.8125,0,0,0,'2019-05-28 13:37:00'), + (10302,1900,NULL,2,1931,45945,'boko camp','',150.109375,-120.4765625,0,0,0,'2019-05-29 12:19:20'), + (10303,1900,NULL,2,1939,51229,'Blizzard Wizzrobe','',103.7890625,-186.4296875,0,0,0,'2019-05-30 08:37:29'), + (10304,1900,NULL,2,1901,54275,'kmjk','',112.625,-132.25,0,0,0,'2019-05-30 11:43:43'), + (10305,1900,NULL,2,1935,45945,'Good-Sized Horse','Zyle lost his horse during his travels and he needs to buy a horse off of you for 300 Rupees',95.96875,-157.53125,0,0,0,'2019-05-30 16:45:22'), + (10306,1900,NULL,2,1916,54037,'1','',134.65625,-188.0078125,0,0,0,'2019-05-31 11:09:54'), + (10307,1900,NULL,2,1901,54175,'Blue fire','',181.7265625,-158.87890625,0,0,0,'2019-05-31 22:18:19'), + (10308,1900,NULL,2,1916,54529,'pas trouver','',60.125,-186.0625,0,0,0,'2019-06-01 17:24:46'), + (10309,1900,NULL,2,1916,54529,'pas trouver','',60.15625,-186.109375,0,0,0,'2019-06-01 17:25:09'), + (10310,1900,NULL,2,1926,54175,'Divine Beast Vah Medoh','',71.390625,-99.921875,0,0,0,'2019-06-01 23:58:34'), + (10311,1900,NULL,2,1901,54377,'Epreuve de force','Epreuve extrême de force',73.8515625,-121,0,0,0,'2019-06-02 13:24:32'), + (10312,1900,NULL,2,1930,54654,'test','y'a un test ici',62.5,-138.5,0,1,0,'2019-06-02 14:58:27'), + (10313,1900,NULL,2,1935,54526,'quest','',64.484375,-69.875,0,0,0,'2019-06-02 19:46:52'), + (10314,1900,NULL,2,1916,54652,'kk','',153.75,-92.92578125,0,0,0,'2019-06-03 11:21:04'), + (10315,1900,NULL,2,1916,54845,'Weird, ob der wirklich existiert?','',59.0625,-95.921875,0,0,0,'2019-06-04 14:27:40'), + (10316,1900,NULL,2,1901,54845,'Weird, ob der wirklich existiert?','',58.765625,-95.828125,0,0,0,'2019-06-04 14:28:17'), + (10317,1900,NULL,2,1935,54038,'Good-Sized Horse','',96.28125,-157.890625,0,0,0,'2019-06-05 19:31:04'), + (10318,1900,NULL,2,1916,53989,'Korok Seed','',160.046875,-146.83984375,0,1,0,'2019-06-08 21:52:42'), + (10319,1900,NULL,2,1901,55622,'test','test',113.65625,-149.96875,0,0,0,'2019-06-12 00:20:21'), + (10320,1900,NULL,2,1901,55591,'v','',114.46875,-161.5625,0,0,0,'2019-06-12 00:44:05'), + (10321,1900,NULL,2,1902,55591,'asdf','asdf',111.734375,-156.296875,0,0,0,'2019-06-12 00:47:58'), + (10322,1900,NULL,2,1901,55583,'Koro','',108.453125,-176.9765625,0,0,0,'2019-06-12 09:28:44'), + (10323,1900,NULL,2,1931,56110,'Enemy Camp','',143.671875,-149.703125,0,0,0,'2019-06-15 06:30:38'), + (10324,1900,NULL,2,1944,55943,'3 Antike Reaktorkerne','Braucht sie noch.',187.02734375,-161.11328125,0,0,0,'2019-06-15 10:36:49'), + (10325,1900,NULL,2,1901,55709,'snowfield','',84.25,-155.25,0,0,0,'2019-06-15 11:37:24'), + (10326,1900,NULL,2,1910,55589,'Chest','',117.37890625,-152.03125,0,0,0,'2019-06-15 13:51:17'), + (10327,1900,NULL,2,1910,55589,'Rough ruby','',117.5,-151.8125,0,0,0,'2019-06-15 13:53:00'), + (10328,1900,NULL,2,1931,56244,'Majes','',118.1171875,-158.0390625,0,0,0,'2019-06-15 18:58:55'), + (10329,1900,NULL,2,1901,56018,'Campfire','',109.7734375,-158.48697924613953,0,1,0,'2019-06-16 09:41:59'), + (10330,1900,NULL,2,1901,56018,'Campfire','',111.87239646911621,-159.59895849227905,0,1,0,'2019-06-16 09:47:32'), + (10331,1900,NULL,2,1901,56018,'Campfire','',105.45182299613953,-152.77473950386047,0,1,0,'2019-06-16 10:12:20'), + (10332,1900,NULL,2,1910,55589,'Flint','',113.11328125,-156.65234375,0,0,0,'2019-06-16 12:43:33'), + (10333,1900,NULL,2,1940,52480,'Silver Lynel','',117.90625,-161,0,1,0,'2019-06-16 16:36:21'), + (10334,1900,NULL,2,1941,52480,'Frost Talus','',79.9140625,-82.8203125,0,1,0,'2019-06-16 17:20:19'), + (10335,1900,NULL,2,1901,56400,'Eldra + Quest','',150.640625,-71.296875,0,0,0,'2019-06-16 19:19:22'), + (10336,1900,NULL,2,1910,56469,'Gem Deposits','Some pile of rocks with valuable gems.',161.6640625,-152.2109375,0,0,0,'2019-06-16 20:19:51'), + (10337,1900,NULL,2,1926,54359,'Divine Beast Vah Rudania','',167.6875,-87.421875,0,0,0,'2019-06-17 07:35:20'), + (10338,1900,NULL,2,1901,56505,'Mr Monsters','Deleate this after you find him',179.234375,-74.390625,0,0,0,'2019-06-17 16:40:44'), + (10339,1900,NULL,2,1903,50315,'Tree Branch','',112.7734375,-153.9921875,0,1,0,'2019-06-17 17:45:16'), + (10340,1900,NULL,2,1931,50315,'Bokoblin Camp','',118.125,-157.75,0,1,0,'2019-06-18 05:58:33'), + (10341,1900,NULL,2,1903,50315,'Tree Branch','',112.484375,-163.94921875,0,1,0,'2019-06-18 06:55:42'), + (10342,1900,NULL,2,1901,50315,'Campfire','',105.4453125,-152.734375,0,1,0,'2019-06-18 09:10:49'), + (10343,1900,NULL,2,1935,54359,'Zora Stone Monuments','',180.234375,-119.21875,0,0,0,'2019-06-18 10:06:31'), + (10344,1900,NULL,2,1916,56744,'korack seed','',136.125,-167.015625,0,0,0,'2019-06-18 18:37:07'), + (10345,1900,NULL,2,1930,50315,'Moblin','',126.28125,-152.359375,0,1,0,'2019-06-20 12:42:08'), + (10346,1900,NULL,2,1901,50315,'Campfire','',132.484375,-153.234375,0,1,0,'2019-06-20 13:11:18'), + (10347,1900,NULL,2,1901,57031,'fuck','',153.8984375,-146.1640625,0,0,0,'2019-06-20 13:48:49'), + (10348,1900,NULL,2,1901,46381,'Rino'Himika Shrine','Shrine',162.7421875,-96.828125,0,0,0,'2019-06-20 19:23:38'), + (10349,1900,NULL,2,1901,56712,'A Wife Washed Away','The NPC for completing the side quest',124.46875,-167.9296875,0,1,0,'2019-06-21 18:44:07'), + (10350,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'), + (10351,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'), + (10352,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'), + (10353,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'), + (10354,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'), + (10355,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'), + (10356,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'), + (10357,1900,NULL,2,1930,57361,'Stronger Enemies','Two Ice Lizalfos',190.4296875,-150.5859375,0,0,0,'2019-06-21 23:34:34'), + (10358,1900,NULL,2,1916,57381,'fs','',167.125,-86.75,0,0,0,'2019-06-22 03:09:25'), + (10359,1900,NULL,2,1901,57335,'seed kp wieso oben oder unten','',121.5546875,-159.109375,0,0,0,'2019-06-22 06:00:27'), + (10360,1900,NULL,2,1925,45711,'Noe Rajee Shrine','',68.2890625,-91.9375,0,1,0,'2019-06-22 19:28:29'), + (10361,1900,NULL,2,1925,45711,'Rohta Chigah Shrine','',119.796875,-156.125,0,1,0,'2019-06-22 19:45:11'), + (10362,1900,NULL,2,1925,45711,'Etsu Korima Shrine','',109.01171875,-160.97395837306976,0,1,0,'2019-06-22 19:47:29'), + (10363,1900,NULL,2,1925,45711,'Kiah Toza Shrine','',94.32552099227905,-78.24999976158142,0,1,0,'2019-06-22 19:51:30'), + (10364,1900,NULL,2,1925,45711,'Shira Gomar Shrine','',90.91406226158142,-106.36848950386047,0,0,0,'2019-06-22 19:55:25'), + (10365,1900,NULL,2,1901,57539,'My Location','',143.75,-154.375,0,0,0,'2019-06-22 23:06:28'), + (10366,1900,NULL,2,1910,57658,'Amber','',107.875,-162.75,0,1,0,'2019-06-23 17:33:46'), + (10367,1900,NULL,2,1901,43128,'SAVE POINT','',103.265625,-94.65234375,0,0,0,'2019-06-24 02:58:55'), + (10368,1900,NULL,2,1901,43128,'NOPE','lmao trying to make a personal marker PLS ignore',103.26171875,-94.76171875,0,0,0,'2019-06-24 02:59:34'), + (10369,1900,NULL,2,1916,56532,'Korok Seed','Push the three rocks.',149.703125,-157,0,0,0,'2019-06-24 04:22:00'), + (10370,1900,NULL,2,1910,57872,'Antic Screw','By the dead Guardian',115.51171875,-156.82421875,0,0,0,'2019-06-24 19:31:16'), + (10371,1900,NULL,2,1910,57872,'Antic Spring','by the dead Guardian',115.375,-157.828125,0,0,0,'2019-06-24 19:34:11'), + (10372,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',115.10546875,-158.40234375,0,0,0,'2019-06-24 19:35:42'), + (10373,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',114.94921875,-158.5625,0,0,0,'2019-06-24 19:36:29'), + (10374,1900,NULL,2,1943,57872,'Rhodonit (EX)','',117.38671875,-151.7578125,0,0,0,'2019-06-24 19:41:10'), + (10375,1900,NULL,2,1944,57872,'Nintendo Switch Shirt (EX)','On the Wall',120.6875,-159.421875,0,0,0,'2019-06-24 19:54:23'), + (10376,1900,NULL,2,1904,57872,'fire arrows x5','inside of the skull cave',108.8046875,-153.765625,0,0,0,'2019-06-24 20:13:39'), + (10377,1900,NULL,2,1901,57870,'Maybe?','',120.4296875,-112.21875,0,0,0,'2019-06-24 20:30:28'), + (10378,1900,NULL,2,1925,57983,'Dunba Shrine','',43.5,-152.5,0,0,0,'2019-06-25 15:47:32'), + (10379,1900,NULL,2,1905,58025,'shied Real','Detras de un bloque de Metal\r\n',115.71875,-72.79296875,0,1,0,'2019-06-26 00:28:14'), + (10380,1900,NULL,2,1943,58050,'Ruby','DLC Chest',117.48046875,-151.734375,0,0,0,'2019-06-26 01:15:11'), + (10381,1900,NULL,2,1901,57925,'Wild Horses','',134.3828125,-181.453125,0,0,0,'2019-06-26 06:35:53'), + (10382,1900,NULL,2,1901,58140,'test','test',112.69478607177734,-121.0796446800232,0,0,0,'2019-06-26 15:11:57'), + (10383,1900,NULL,2,1925,58140,'Kamia Omuna Shrine','Part of the Champions; ballad DLC',161.15625,-77.625,0,0,0,'2019-06-26 22:54:00'), + (10384,1900,NULL,2,1926,57925,'Divine Beast Vah Rudania','',167.4375,-92.375,0,0,0,'2019-06-26 23:42:05'), + (10385,1900,NULL,2,1926,57925,'Divine Beast Vah Naboris','',83.5,-181.375,0,0,0,'2019-06-26 23:42:50'), + (10386,1900,NULL,2,1926,57925,'Divine Beast Vah Medoh','',71.359375,-96.890625,0,0,0,'2019-06-26 23:43:51'), + (10387,1900,NULL,2,1931,57925,'Moblin Camp','',109.1640625,-125.14453125,0,0,0,'2019-06-26 23:45:54'), + (10388,1900,NULL,2,1930,57925,'Bokoblin on Horseback','',145.015625,-127.8203125,0,0,0,'2019-06-26 23:48:15'), + (10389,1900,NULL,2,1903,58422,'Moblin club','',121.9140625,-152.328125,0,1,0,'2019-06-28 20:00:22'), + (10390,1900,NULL,2,1926,54359,'Divine Beast Vah Medoh','',71.53765869140625,-98.828125,0,0,0,'2019-06-29 01:10:32'), + (10391,1900,NULL,2,1935,54359,'The Giant of Ralis Pond','NPC: Torfeau\r\n\r\nRequires: Kill the Hinox near Ralis Pond.\r\n\r\nReward: Silver Rupee',179.77734375,-119.359375,0,0,0,'2019-06-29 06:23:42'), + (10392,1900,NULL,2,1901,58581,'Huinya','',136.25,-113,0,0,0,'2019-06-29 15:17:48'), + (10393,1900,NULL,2,1910,58317,'Lotus Fruit','',88.0625,-138.05859375,0,0,0,'2019-06-29 18:39:10'), + (10394,1900,NULL,2,1901,58314,'Scout','',33.125,-117.75,0,0,0,'2019-06-30 21:58:56'), + (10395,1900,NULL,2,1943,58823,'Giant Ancient Core','',69.5,-127.625,0,0,0,'2019-07-01 01:13:48'), + (10396,1900,NULL,2,1901,58640,'Hestu','',181.51420378684998,-101.93181848526001,0,0,0,'2019-07-01 03:34:15'), + (10397,1900,NULL,2,1943,58677,'Ruby DLC','',117.40625,-151.7734375,0,0,0,'2019-07-01 14:19:06'), + (10398,1900,NULL,2,1916,55864,'Korok Seed ','',154.4609375,-120.38671875,0,0,0,'2019-07-01 17:38:18'), + (10399,1900,NULL,2,1901,58549,'akkala','',30.75,-100.5,0,0,0,'2019-07-02 12:24:22'), + (10400,1900,NULL,2,1901,58919,'Platform','',110.65625,-161.53515625,0,0,0,'2019-07-04 11:58:05'), + (10401,1900,NULL,2,1903,18179,'?????? ','????? ??? ???????, ?? ?? ?????? ?????? ???????? ?? ???????',62.640625,-100.9375,0,0,0,'2019-07-04 19:25:14'), + (10402,1900,NULL,2,1901,18179,'??????? ??????','',82.2734375,-88.94921875,0,0,0,'2019-07-04 20:04:59'), + (10403,1900,NULL,2,1935,59420,'To be the wind','',201.578125,-186.703125,0,0,0,'2019-07-05 23:43:10'), + (10404,1900,NULL,2,1901,59206,'safiro','',169.8046875,-127.9609375,0,0,0,'2019-07-06 03:13:14'), + (10405,1900,NULL,2,1901,59539,'1 Point','',113.75,-137.75,0,0,0,'2019-07-07 01:07:24'), + (10406,1900,NULL,2,1901,59791,'Central Hyrule','',123.5,-122.125,0,0,0,'2019-07-09 01:57:50'), + (10407,1900,NULL,2,1920,59721,'white ?','white ?',100.7109375,-140.84375,0,0,0,'2019-07-09 15:10:45'), + (10408,1900,NULL,2,1930,58823,'Lynel','',188.2265625,-119.4140625,0,1,0,'2019-07-11 12:15:33'), + (10409,1900,NULL,2,1939,48504,'Ice Wizzrobe','',103.73828125,-186.45703125,0,1,0,'2019-07-11 15:20:55'), + (10410,1900,NULL,2,1926,60089,'Divine Beast Vah Naboris','',95.125,-169.1328125,0,0,0,'2019-07-11 22:48:58'), + (10411,1900,NULL,2,1939,58567,'BIizzrobe','',89.015625,-99.6875,0,0,0,'2019-07-12 14:13:49'), + (10412,1900,NULL,2,1901,60169,'asd','asdf',87.46875,-114.75,0,0,0,'2019-07-12 20:30:44'), + (10413,1900,NULL,2,1925,55511,'Sheh Rata Shrine','',151.5625,-122,0,0,0,'2019-07-12 21:41:04'), + (10414,1900,NULL,2,1925,55511,'Shrine of Ressurection','',110.796875,-157.40625,0,0,0,'2019-07-12 21:44:33'), + (10415,1900,NULL,2,1921,60348,'DLC','',107.1875,-131.3125,0,0,0,'2019-07-14 02:06:18'), + (10416,1900,NULL,2,1926,60455,'DIVINE BEAST VAH RUDANIA','',167.875,-88.375,0,0,0,'2019-07-14 20:41:45'), + (10417,1900,NULL,2,1926,60455,'DIVINE BEAST VAH MEDOH','',71.46875,-99.9375,0,0,0,'2019-07-14 20:42:05'), + (10418,1900,NULL,2,1926,60455,'DIVINE BEAST VAH NABORIS','',95.0625,-169.375,0,0,0,'2019-07-14 20:42:27'), + (10419,1900,NULL,2,1944,60529,'EX Bomb Arrow','',105.296875,-159.671875,0,0,0,'2019-07-14 23:21:18'), + (10420,1900,NULL,2,1943,60780,'Center of "Golden Triangle"','',175.13671875,-188.9765625,0,0,0,'2019-07-17 00:36:33'), + (10421,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.52734375,0,0,0,'2019-07-17 20:01:13'), + (10422,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.53125,0,0,0,'2019-07-17 20:01:49'), + (10423,1900,NULL,2,1944,60912,'EX Phantom Helmet','',109.6015625,-147.1328125,0,0,0,'2019-07-18 03:21:26'), + (10424,1900,NULL,2,1943,60912,'EX Bomb Arrows','',106.5859375,-163.7109375,0,0,0,'2019-07-18 03:42:03'), + (10425,1900,NULL,2,1901,60533,'Silver Rupee','',164.1796875,-156.9453125,0,0,0,'2019-07-18 08:43:59'), + (10426,1900,NULL,2,1936,56798,'Rocks','',164.78125,-154.796875,0,0,0,'2019-07-18 18:36:12'), + (10427,1900,NULL,2,1926,61012,'Divine Beast Vah'RUDANIA','',-20,-150.25,0,0,0,'2019-07-18 23:24:22'), + (10428,1900,NULL,2,1925,60291,'?????','',176.5625,-114.9375,0,0,0,'2019-07-20 04:47:12'), + (10429,1900,NULL,2,1925,61502,'Takama Shiri Srine','',51.48828125,-161.73828125,0,0,0,'2019-07-22 18:31:53'), + (10430,1900,NULL,2,1925,61502,'Keive Talashrine ','Big or small',91.375,-188.953125,0,0,0,'2019-07-22 18:34:46'), + (10431,1900,NULL,2,1925,61502,'Rohta Chigah Shrine','Stop to Start',119.86901044845581,-155.96145820617676,0,0,0,'2019-07-22 18:39:44'), + (10432,1900,NULL,2,1925,61502,'Ruvo Korbah Shrine','A major Test of Strength',114.953125,-161.5,0,0,0,'2019-07-22 18:41:01'), + (10433,1900,NULL,2,1925,61502,'Etsu Korima Shrine','',109.01171875,-160.94140625,0,0,0,'2019-07-22 18:41:50'), + (10434,1900,NULL,2,1925,61502,'Mah Eliya Shrine','',186.78854179382324,-117.93802070617676,0,0,0,'2019-07-22 18:45:48'), + (10435,1900,NULL,2,1925,61502,'Kee Dafunia Shrine','',205.26458358764648,-113.02031302452087,0,0,0,'2019-07-22 18:46:44'), + (10436,1900,NULL,2,1925,61502,'Kamia omuna Shrine','',161.37083435058594,-77.58281242847443,0,0,0,'2019-07-22 18:48:43'), + (10437,1900,NULL,2,1901,61502,'Shira Gomar Shrine','',90.640625,-106.625,0,0,0,'2019-07-22 18:52:01'), + (10438,1900,NULL,2,1939,57925,'Blizzrobe','',103.796875,-186.453125,0,0,0,'2019-07-24 04:09:56'), + (10439,1900,NULL,2,1936,57623,'Cracked Wall','Entrance of the Maag No'rah Shrine',97.3984375,-104.7734375,0,0,0,'2019-07-24 08:31:02'), + (10440,1900,NULL,2,1901,61697,'ARBRE KOROGUS','',133.96875,-144.390625,0,0,0,'2019-07-24 14:37:42'), + (10441,1900,NULL,2,1901,61097,'More than 16 santuary','There are a lot of sanctuaryin this zone. Clean the zone.',110.125,-155.125,0,0,0,'2019-07-24 15:18:34'), + (10442,1900,NULL,2,1901,42424,'beaucoup de bokoblin','',55.484375,-188.453125,0,0,0,'2019-07-24 18:03:51'), + (10443,1900,NULL,2,1903,57925,'Soldier's Broadsword','',174.3671875,-186.95703125,0,0,0,'2019-07-25 20:32:26'), + (10444,1900,NULL,2,1901,43559,'maison','',179.34375,-163.7578125,0,0,0,'2019-07-25 22:21:37'), + (10445,1900,NULL,2,1920,61881,'Hyrule castle','',160.25,-107.25,0,0,0,'2019-07-26 03:19:43'), + (10446,1900,NULL,2,1901,61822,'pfffff','',65.25,-144.9375,0,0,0,'2019-07-26 03:50:28'), + (10447,1900,NULL,2,1901,61027,'Sidequest (flying)','schrim fliegen (ausdauer Mind. + 2-3)',201.5546875,-186.39453125,0,0,0,'2019-07-28 06:18:10'), + (10448,1900,NULL,2,1901,61474,'?','',158.92578125,-157.9595170021057,0,0,0,'2019-07-30 12:53:18'), + (10449,1900,NULL,2,1925,62458,'Keive Tala Shrine','',91.3828125,-188.90625,0,0,0,'2019-07-30 15:06:13'), + (10450,1900,NULL,2,1901,59949,'Talvez nao tenha pego','',121.3359375,-113.515625,0,1,0,'2019-07-30 18:40:19'), + (10451,1900,NULL,2,1904,62522,'Unlimited arrows','',117.67416381835938,-175.86224365234375,0,0,0,'2019-07-31 04:06:09'), + (10452,1900,NULL,2,1901,62522,'test','',117.40625,-175.84375,0,0,0,'2019-07-31 04:06:25'), + (10453,1900,NULL,2,1910,61555,'Amber','',107.86328125,-162.69921875,0,0,0,'2019-07-31 07:24:47'), + (10454,1900,NULL,2,1903,61555,'Traveller's Spear','',105.49609375,-158.953125,0,0,0,'2019-07-31 07:31:10'), + (10455,1900,NULL,2,1935,62448,'Un cheval à tout prix','',96.296875,-157.18359375,0,1,0,'2019-07-31 12:04:15'), + (10456,1900,NULL,2,1901,62356,'Korogu ','Il faut un bouclier rouiller pour faire celui là',117.84375,-114.84375,0,0,0,'2019-08-01 09:08:23'), + (10457,1900,NULL,2,1903,62509,'traveler's sword','',62.25,-148.875,0,1,0,'2019-08-01 18:32:43'), + (10458,1900,NULL,2,1901,62717,'Climbing Boots','',193.71875,-154.5625,0,0,0,'2019-08-01 18:58:59'), + (10459,1900,NULL,2,1930,62978,'FAROSH','dragon',126.40625,-169.109375,0,0,0,'2019-08-03 16:06:19'), + (10460,1900,NULL,2,1935,61589,'Zora Stone Monuments','',180.28125,-119.140625,0,1,0,'2019-08-04 21:11:42'), + (10461,1900,NULL,2,1935,61589,'Riverbed Reward','',141.05859375,-130.03125,0,0,0,'2019-08-05 19:42:04'), + (10462,1900,NULL,2,1916,63431,'Need Magnesis','',121.390625,-159.5390625,0,0,0,'2019-08-07 09:30:11'), + (10463,1900,NULL,2,1926,108,'Divine Beast Rudania','',167.3907470703125,-87.4935302734375,0,0,0,'2019-08-07 16:49:09'), + (10464,1900,NULL,2,1926,108,'Divine Beast Medoh','',71.407958984375,-99.737060546875,0,0,0,'2019-08-07 16:49:49'), + (10465,1900,NULL,2,1926,108,'Divine Beast Naboris','',83.25,-181.375,0,0,0,'2019-08-07 16:50:23'), + (10466,1900,NULL,2,1901,63378,'zora sword','',-76,-113.75,0,0,0,'2019-08-07 20:45:31'), + (10467,1900,NULL,2,1944,63493,'Majora's Mask','DLC EX Chest',120.97265625,-148.021484375,0,0,0,'2019-08-07 22:20:00'), + (10468,1900,NULL,2,1944,63493,'Phantom Armor','DLC EX Chest',124.08984375,-126.544921875,0,0,0,'2019-08-07 22:20:56'), + (10469,1900,NULL,2,1948,63606,'aaa','aaaa',108.1875,-139.75,0,0,0,'2019-08-08 22:10:57'), + (10470,1900,NULL,2,1902,63606,'a','a',159.25,-112.625,0,0,0,'2019-08-08 22:12:01'), + (10471,1900,NULL,2,1904,63322,'Normal Arrow Farming','A chest containing 10 arrows. Load, save, and the chest respawns containing another 10 arrows',204.8125,-185.84375,0,1,0,'2019-08-09 11:24:31'), + (10472,1900,NULL,2,1904,63322,'Bomb Arrow Farming','Put a fire, sleep until morning, and if it's raining, the boboklins will throw at you bomb arrows not ignited, so you can pick them up. WARNING: some bomb arrows actually ignite, so be careful.',180.921875,-71.3046875,0,1,0,'2019-08-09 11:27:36'), + (10473,1900,NULL,2,1916,63489,'Korok Seed','',179.09375,-138.3125,0,0,0,'2019-08-09 21:23:07'), + (10474,1900,NULL,2,1902,54500,'Phantom Helmet','',109.3515625,-147.21484375,0,0,0,'2019-08-10 00:30:33'), + (10475,1900,NULL,2,1903,63460,'Mandoble de fuego','',110.65625,-134.765625,0,0,0,'2019-08-10 17:18:36'), + (10476,1900,NULL,2,1903,63460,'Great Flameblade','',110.671875,-134.8125,0,0,0,'2019-08-10 17:19:26'), + (10477,1900,NULL,2,1916,64080,'Seed in cave','',69.26953125,-72.34765625,0,0,0,'2019-08-12 18:01:12'), + (10478,1900,NULL,2,1916,63578,'Korok Seed','',190.7265625,-174.4609375,0,0,0,'2019-08-13 20:04:52'), + (10479,1900,NULL,2,1902,54500,'Tingle's shirt','',117.36328125,-115.23828125,0,0,0,'2019-08-13 20:49:11'), + (10480,1900,NULL,2,1902,54500,'Phantom Armor','',124.125,-126.40625,0,0,0,'2019-08-13 21:21:48'), + (10481,1900,NULL,2,1935,63841,'Bloodmoon','',85.21484375,-131.5625,0,0,0,'2019-08-13 22:45:07'), + (10482,1900,NULL,2,1901,63841,'test','',87.875,-130.75,0,0,0,'2019-08-13 22:46:27'), + (10483,1900,NULL,2,1903,64340,'Forest bow','',160.484375,-130.578125,0,0,0,'2019-08-15 21:21:55'), + (10484,1900,NULL,2,1935,64446,'The Sheep Rustlers','',184.8203125,-160.7578125,0,1,0,'2019-08-16 01:43:46'), + (10485,1900,NULL,2,1936,64493,'Cracked Wall','Chest',158.80859375,-165.05859375,0,0,0,'2019-08-16 21:07:44'), + (10486,1900,NULL,2,1925,38785,'Gireom Shine','',90.6875,-106.25,0,1,0,'2019-08-17 21:36:35'), + (10487,1900,NULL,2,1920,64572,'Feu de camp','',105.4453125,-152.7734375,0,0,0,'2019-08-17 21:44:54'), + (10488,1900,NULL,2,1931,64572,'Bokoblin Camp','',107.93359375,-154.25390625,0,0,0,'2019-08-17 22:00:36'), + (10489,1900,NULL,2,1910,64572,'Amber','',107.875,-162.6875,0,0,0,'2019-08-17 22:46:47'), + (10490,1900,NULL,2,1925,64429,'Shrine','',52.28125,-186.890625,0,0,0,'2019-08-18 18:14:59'), + (10491,1900,NULL,2,1944,64903,'halberd DLC','',126.7890625,-165.27734375,0,0,0,'2019-08-19 12:02:43'), + (10492,1900,NULL,2,1925,38785,'Kamium shine','',161.53125,-77.6328125,0,1,0,'2019-08-19 15:43:30'), + (10493,1900,NULL,2,1941,38785,'Talus','',161.6640625,-77.7109375,0,1,0,'2019-08-19 15:44:09'), + (10494,1900,NULL,2,1916,38785,'Korok seed','',191.828125,-154.75,0,0,0,'2019-08-19 18:08:35'), + (10495,1900,NULL,2,1935,60468,'Riddles of Hyrules','',134.625,-93.1875,0,0,0,'2019-08-20 17:08:07'), + (10496,1900,NULL,2,1925,60468,'Lanno Kooh Shrine','Lanno Kooh's Blessing',86.875,-96,0,0,0,'2019-08-20 17:32:13'), + (10497,1900,NULL,2,1902,65010,'Zora Helm','',182.21875,-114.3125,0,0,0,'2019-08-21 04:37:44'), + (10498,1900,NULL,2,1935,64630,'The Sheep Rustlers','',184.6640625,-160.671875,0,0,0,'2019-08-21 15:54:39'), + (10499,1900,NULL,2,1925,38785,'Kritmoh Shine','',74.8125,-149,0,0,0,'2019-08-21 19:04:27'), + (10500,1900,NULL,2,1925,38785,'Tamri Shine','',51.0625,-161.65625,0,0,0,'2019-08-21 19:06:21'), + (10501,1900,NULL,2,1939,64340,'Ice Wizzrobe','',103.74609375,-186.3046875,0,0,0,'2019-08-23 18:42:34'), + (10502,1900,NULL,2,1901,63993,'duel','',46,-112.375,0,0,0,'2019-08-24 04:26:19'), + (10503,1900,NULL,2,1910,65479,'Courser Bee Honey','',111.36108303070068,-153.4569612145424,0,0,0,'2019-08-24 18:28:14'), + (10504,1900,NULL,2,1904,65479,'Arrows x 5','',113.73115026950836,-154.10881567001343,0,0,0,'2019-08-24 18:48:55'), + (10505,1900,NULL,2,1901,64167,'Blacksmith','',154.5,-88.80078125,0,0,0,'2019-08-24 21:25:30'), + (10506,1900,NULL,2,1901,64167,'Inn','',154.26953125,-90.14453125,0,0,0,'2019-08-24 21:28:16'), + (10507,1900,NULL,2,1901,64167,'Armor Shop','',153.703125,-90.33984375,0,0,0,'2019-08-24 21:29:18'), + (10508,1900,NULL,2,1901,64167,'General Store','',154.26171875,-89.5390625,0,0,0,'2019-08-24 21:29:46'), + (10509,1900,NULL,2,1936,65479,'Crack Wall','Need to bomb to access treasure inside',112.91804599761963,-164.67701256275177,0,0,0,'2019-08-24 22:04:50'), + (10510,1900,NULL,2,1931,65590,'Enemy Camp','',143.4296875,-149.40625,0,0,0,'2019-08-25 16:23:26'), + (10511,1900,NULL,2,1910,65479,'Mighty Carp','Spawning ground for a large group of carp just use a bomb and get about 5-10 in one go.',163.6796875,-149.3984375,0,0,0,'2019-08-25 23:01:20'), + (10512,1900,NULL,2,1910,65479,'Hylian Shroom','',151.56406497955322,-148.760766685009,0,0,0,'2019-08-25 23:25:06'), + (10513,1900,NULL,2,1910,65479,'Rushroom x 6','Found under the cliff',125.04978966712952,-152.9680411219597,0,0,0,'2019-08-26 20:49:06'), + (10514,1900,NULL,2,1901,66285,'Silverbow','',28.875,-120.625,0,0,0,'2019-09-01 12:55:07'), + (10515,1900,NULL,2,1901,66367,'START place','',115.8125,-155.5625,0,0,0,'2019-09-02 13:20:26'), + (10516,1900,NULL,2,1901,66421,'Farosh Spawner ','',155.7265625,-171.9375,0,0,0,'2019-09-03 15:06:24'), + (10517,1900,NULL,2,1925,66479,'Shrine of Resurrection','',110.65625,-157.1875,0,0,0,'2019-09-03 22:46:30'), + (10518,1900,NULL,2,1901,66479,'lol','',110.53125,-157.453125,0,1,0,'2019-09-03 22:47:16'), + (10519,1900,NULL,2,1901,66495,'DINRAAL FARMING','fire dragon',112.875,-84.25,0,0,0,'2019-09-04 21:14:28'), + (10520,1900,NULL,2,1901,65367,'8th Sister','',59.5703125,-136.2265625,0,0,0,'2019-09-04 23:19:03'), + (10521,1900,NULL,2,1926,62393,'Vah Rudania','',167.734375,-87.390625,0,0,0,'2019-09-05 03:24:50'), + (10522,1900,NULL,2,1901,62393,'Vah Medoh','',71.4375,-99.9375,0,0,0,'2019-09-05 03:27:32'), + (10523,1900,NULL,2,1902,64372,'phantom','',119.3046875,-137.2734375,0,0,0,'2019-09-05 14:36:12'), + (10524,1900,NULL,2,1943,65970,'cracked rocks','',86.03515625,-162.75,0,0,0,'2019-09-07 00:57:10'), + (10525,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'), + (10526,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'), + (10527,1900,NULL,2,1938,66838,'establo}','primero',105.328125,-148.234375,0,0,0,'2019-09-07 19:24:53'), + (10528,1900,NULL,2,1901,63915,'Ruins','',106.953125,-131.52734375,0,0,0,'2019-09-11 09:24:43'), + (10529,1900,NULL,2,1925,64572,'Takama'Simiri Shrine','',51.4765625,-161.7109375,0,0,0,'2019-09-14 19:36:28'), + (10530,1900,NULL,2,1936,67259,'cracked wall','',114.359375,-158.171875,0,1,0,'2019-09-15 11:17:19'), + (10531,1900,NULL,2,1916,47121,'Korok Seed','',197.32942700386047,-78.27300351858139,0,0,0,'2019-09-16 15:23:04'), + (10532,1900,NULL,2,1916,47121,'Korok Seed','',196.6614589691162,-99.32465267181396,0,0,0,'2019-09-16 17:19:56'), + (10533,1900,NULL,2,1901,67564,'????','',97.53125,-133.859375,0,0,0,'2019-09-17 01:52:05'), + (10534,1900,NULL,2,1901,67564,'????','',97.69140625,-133.875,0,0,0,'2019-09-17 01:52:30'), + (10535,1900,NULL,2,1910,67415,'Frost Arrows','',180.0390625,-120.4140625,0,0,0,'2019-09-17 22:17:23'), + (10536,1900,NULL,2,1901,67657,' White stallion','',111.3739013671875,-160.3545331954956,0,0,0,'2019-09-18 16:10:00'), + (10537,1900,NULL,2,1901,67678,'PUENTE DE INOGO','',164.6015625,-124.0703125,0,0,0,'2019-09-24 02:58:38'), + (10538,1900,NULL,2,1931,68111,'Sah Dahaj Camp','',169.5,-102.703125,0,0,0,'2019-09-25 02:28:52'), + (10539,1900,NULL,2,1901,68351,'mi casa','30 de madera y 3000 rupias',179.90625,-163.9375,0,0,0,'2019-09-26 03:36:01'), + (10540,1900,NULL,2,1901,68351,'no la encuentro','',158.609375,-144.5859375,0,0,0,'2019-09-27 21:32:15'), + (10541,1900,NULL,2,1901,68351,'no la encuentro','no la encuentro',158.51171875,-144.60546875,0,0,0,'2019-09-27 21:33:16'), + (10542,1900,NULL,2,1901,68564,'Horn','',156,-174.4140625,0,0,0,'2019-09-28 18:44:49'), + (10543,1900,NULL,2,1901,67518,'test','',121.625,-155.4375,0,0,0,'2019-09-29 04:57:29'), + (10544,1900,NULL,2,1926,68891,'Divine Beast Vah Medoh','',71.5062484741211,-99.73124885559082,0,0,0,'2019-10-01 03:41:01'), + (10545,1900,NULL,2,1903,69068,'Iron Sledgehammer','',90.125,-71.1875,0,0,0,'2019-10-03 04:26:59'), + (10546,2000,NULL,2,1956,1,'Piece of Heart','',60.6875,-158.125,0,0,1,'2019-09-15 22:24:54'), + (10548,2000,NULL,2,1956,1,'Piece of Heart','',61.46875,-156.219,0,0,1,'2019-09-15 22:24:54'), + (10549,2000,NULL,2,1956,1,'Piece of Heart','',59.1875,-144.188,0,0,1,'2019-09-15 22:24:54'), + (10550,2000,NULL,2,1956,1,'Piece of Heart','',26.625,-135.625,0,0,1,'2019-09-15 22:24:54'), + (10551,2000,NULL,2,1956,1,'Piece of Heart','',24.25,-135.688,0,0,1,'2019-09-15 22:24:54'), + (10552,2000,NULL,2,1956,1,'Piece of Heart','',13.6875,-153.813,0,0,1,'2019-09-15 22:24:54'), + (10553,2000,NULL,2,1956,1,'Piece of Heart','',191.875,-166.375,0,0,1,'2019-09-15 22:24:54'), + (10554,2000,NULL,2,1956,1,'Piece of Heart','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'), + (10555,2000,NULL,2,1956,1,'Piece of Heart','',241.25,-97,0,0,1,'2019-09-15 22:24:54'), + (10556,2000,NULL,2,1956,1,'Piece of Heart','',198.75,-113.625,0,0,1,'2019-09-15 22:24:54'), + (10557,2000,NULL,2,1956,1,'Piece of Heart','',230.5,-92,0,0,1,'2019-09-15 22:24:54'), + (10558,2000,NULL,2,1956,1,'Piece of Heart','',145,-133.25,0,0,1,'2019-09-15 22:24:54'), + (10559,2000,NULL,2,1956,1,'Piece of Heart','',167.125,-136.875,0,0,1,'2019-09-15 22:24:54'), + (10560,2000,NULL,2,1956,1,'Piece of Heart','',155.25,-191.125,0,0,1,'2019-09-15 22:24:54'), + (10561,2000,NULL,2,1956,1,'Piece of Heart','',154.125,-186.25,0,0,1,'2019-09-15 22:24:54'), + (10562,2000,NULL,2,1956,1,'Piece of Heart','',121.875,-163.125,0,0,1,'2019-09-15 22:24:54'), + (10563,2000,NULL,2,1956,1,'Piece of Heart','',173.25,-155.125,0,0,1,'2019-09-15 22:24:54'), + (10564,2000,NULL,2,1956,1,'Piece of Heart','',47.125,-118.375,0,0,1,'2019-09-15 22:24:54'), + (10565,2000,NULL,2,1956,1,'Piece of Heart','',41.5,-104.625,0,0,1,'2019-09-15 22:24:54'), + (10566,2000,NULL,2,1956,1,'Piece of Heart','',120.75,-104.5,0,0,1,'2019-09-15 22:24:54'), + (10567,2000,NULL,2,1956,1,'Piece of Heart','',74,-107.125,0,0,1,'2019-09-15 22:24:54'), + (10568,2000,NULL,2,1956,1,'Piece of Heart','',12.875,-67.125,0,0,1,'2019-09-15 22:24:54'), + (10569,2000,NULL,2,1956,1,'Piece of Heart','',32.5,-85.125,0,0,1,'2019-09-15 22:24:54'), + (10570,2000,NULL,2,1956,1,'Piece of Heart','',118.625,-95,0,0,1,'2019-09-15 22:24:54'), + (10571,2000,NULL,2,1956,1,'Piece of Heart','',122,-95.125,0,0,1,'2019-09-15 22:24:54'), + (10572,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-73.875,0,0,1,'2019-09-15 22:24:54'), + (10573,2000,NULL,2,1956,1,'Piece of Heart','',108.125,-127.375,0,0,1,'2019-09-15 22:24:54'), + (10574,2000,NULL,2,1956,1,'Piece of Heart','',229.625,-166.5,0,0,1,'2019-09-15 22:24:54'), + (10575,2000,NULL,2,1956,1,'Piece of Heart','',81.625,-139.5,0,0,1,'2019-09-15 22:24:54'), + (10576,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-80.125,0,0,1,'2019-09-15 22:24:54'), + (10577,2000,NULL,2,1956,1,'Piece of Heart','',101.125,-137.875,0,0,1,'2019-09-15 22:24:54'), + (10578,2000,NULL,2,1956,1,'Piece of Heart','',236.375,-137.375,0,0,1,'2019-09-15 22:24:54'), + (10579,2000,NULL,2,1956,1,'Heart Container','',120.5,-96.375,0,0,1,'2019-09-15 22:24:54'), + (10580,2000,NULL,2,1952,1,'Yoshi Doll','',59.625,-158.5,0,0,1,'2019-09-15 22:24:54'), + (10581,2000,NULL,2,1952,1,'Ribbon','',45.5,-133.75,0,0,1,'2019-09-15 22:24:54'), + (10582,2000,NULL,2,1952,1,'Dog Food','',30,-151,0,0,1,'2019-09-15 22:24:54'), + (10583,2000,NULL,2,1952,1,'Bananas','',59.625,-181.25,0,0,1,'2019-09-15 22:24:54'), + (10584,2000,NULL,2,1952,1,'Stick','',182.625,-134.625,0,0,1,'2019-09-15 22:24:54'), + (10585,2000,NULL,2,1952,1,'Honeycomb','',121.125,-137.625,0,0,1,'2019-09-15 22:24:54'), + (10586,2000,NULL,2,1952,1,'Pineapple','',214.875,-172.75,0,0,1,'2019-09-15 22:24:54'), + (10587,2000,NULL,2,1952,1,'Hibiscus','',154.5,-79.25,0,0,1,'2019-09-15 22:24:54'), + (10588,2000,NULL,2,1952,1,'Letter','',210.375,-166.875,0,0,1,'2019-09-15 22:24:54'), + (10589,2000,NULL,2,1952,1,'Broom','',16.75,-95.625,0,0,1,'2019-09-15 22:24:54'), + (10590,2000,NULL,2,1952,1,'Fishing Hook','',31.25,-160,0,0,1,'2019-09-15 22:24:54'), + (10591,2000,NULL,2,1952,1,'Necklace','',170.375,-183.125,0,0,1,'2019-09-15 22:24:54'), + (10592,2000,NULL,2,1952,1,'Scale','',152.625,-171,0,0,1,'2019-09-15 22:24:54'), + (10593,2000,NULL,2,1952,1,'Magnifying Lens','',154.25,-182,0,0,1,'2019-09-15 22:24:54'), + (10594,2000,NULL,2,1953,1,'Raft Rapids','',241.375,-95.375,0,0,1,'2019-09-15 22:24:54'), + (10595,2000,NULL,2,1953,1,'Trendy Game','',60.25,-160,0,0,1,'2019-09-15 22:24:54'), + (10596,2000,NULL,2,1953,1,'Fishing','',31,-136.25,0,0,1,'2019-09-15 22:24:54'), + (10597,2000,NULL,2,1958,1,'Bottle','',23.875,-137,0,0,1,'2019-09-15 22:24:54'), + (10598,2000,NULL,2,1958,1,'Bottle','',118.5,-97.375,0,0,1,'2019-09-15 22:24:54'), + (10599,2000,NULL,2,1958,1,'Bottle','',71.125,-123.625,0,0,1,'2019-09-15 22:24:54'), + (10600,2000,NULL,2,1951,1,'Cracked Wall','',67.875,-190.5,0,0,1,'2019-09-15 22:24:54'), + (10601,2000,NULL,2,1951,1,'Cracked Wall','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'), + (10602,2000,NULL,2,1951,1,'Cracked Wall','',212.5,-137.5,0,0,1,'2019-09-15 22:24:54'), + (10603,2000,NULL,2,1951,1,'Cracked Wall','',117.5,-135,0,0,1,'2019-09-15 22:24:54'), + (10604,2000,NULL,2,1951,1,'Cracked Wall','',100.875,-137.875,0,0,1,'2019-09-15 22:24:54'), + (10605,2000,NULL,2,1951,1,'Cracked Wall','',60.125,-80,0,0,1,'2019-09-15 22:24:54'), + (10606,2000,NULL,2,1951,1,'Cracked Wall','',243.625,-83.375,0,0,1,'2019-09-15 22:24:54'), + (10607,2000,NULL,2,1968,1,'Lanmolas','',229.625,-167.875,0,0,1,'2019-09-15 22:24:54'), + (10608,2000,NULL,2,1968,1,'Armos Knight','',199.625,-152.25,0,0,1,'2019-09-15 22:24:54'), + (10609,2000,NULL,2,1968,1,'Turtle Rock','',13,-79.25,0,0,1,'2019-09-15 22:24:54'), + (10610,2000,NULL,2,1966,1,'Tail Cave','',61.5,-173.625,0,0,1,'2019-09-15 22:24:54'), + (10611,2000,NULL,2,1966,1,'Bottle Grotto','',72.5,-90.625,0,0,1,'2019-09-15 22:24:54'), + (10612,2000,NULL,2,1966,1,'Key Cavern','',92.625,-158.125,0,0,1,'2019-09-15 22:24:54'), + (10613,2000,NULL,2,1966,1,'Kanalet Castle','',153.125,-126,0,0,1,'2019-09-15 22:24:54'), + (10614,2000,NULL,2,1966,1,'Angler's Tunnel','',182.25,-91.75,0,0,1,'2019-09-15 22:24:54'), + (10615,2000,NULL,2,1966,1,'Catfish's Maw','',153,-176.125,0,0,1,'2019-09-15 22:24:54'), + (10616,2000,NULL,2,1966,1,'North Face Shrine','',196.5,-137.75,0,0,1,'2019-09-15 22:24:54'), + (10617,2000,NULL,2,1966,1,'Eagle's Tower','',230.625,-73.375,0,0,1,'2019-09-15 22:24:54'), + (10618,2000,NULL,2,1966,1,'Turtle Rock','',12.75,-75.125,0,0,1,'2019-09-15 22:24:54'), + (10619,2000,NULL,2,1966,1,'Color Dungeon','',125.375,-125.875,0,0,1,'2019-09-15 22:24:54'), + (10620,2000,NULL,2,1966,1,'Chamber Dungeon','',120.5,-99.375,0,0,1,'2019-09-15 22:24:54'), + (10621,2000,NULL,2,1966,1,'Wind Fish's Egg','',106.6875,-61.5,0,0,1,'2019-09-15 22:24:54'), + (10622,2000,NULL,2,1964,1,'Papahl, Mamasha, and the Quadruplet's House','',46.375,-133.125,0,0,1,'2019-09-15 22:24:54'), + (10623,2000,NULL,2,1964,1,'Marin and Tarin's House','',44.5,-151.125,0,0,1,'2019-09-15 22:24:54'), + (10624,2000,NULL,2,1964,1,'Madam MeowMeow's House','',26.75,-150.125,0,0,1,'2019-09-15 22:24:54'), + (10625,2000,NULL,2,1964,1,'Grandpa Ulrira and Grandma Yahoo's House','',27.75,-157.75,0,0,1,'2019-09-15 22:24:54'), + (10626,2000,NULL,2,1964,1,'Sales House O' Bananas','',60,-181.625,0,0,1,'2019-09-15 22:24:54'), + (10627,2000,NULL,2,1964,1,'Richard's Villa','',104.875,-174.875,0,0,1,'2019-09-15 22:24:54'), + (10628,2000,NULL,2,1964,1,'Ghost's House','',108.375,-187.5,0,0,1,'2019-09-15 22:24:54'), + (10629,2000,NULL,2,1964,1,'Chef Bear's House','',215,-173,0,0,1,'2019-09-15 22:24:54'), + (10630,2000,NULL,2,1964,1,'Christine's House','',210.375,-167.125,0,0,1,'2019-09-15 22:24:54'), + (10631,2000,NULL,2,1964,1,'Mr. Write's House','',16.625,-97.625,0,0,1,'2019-09-15 22:24:54'), + (10632,2000,NULL,2,1964,1,'Hen House','',167,-68,0,0,1,'2019-09-15 22:24:54'), + (10633,2000,NULL,2,1965,1,'Witch's Hut','',89.625,-117.125,0,0,1,'2019-09-15 22:24:54'), + (10634,2000,NULL,2,1965,1,'Mabe Village Shop','',58.75,-145.75,0,0,1,'2019-09-15 22:24:54'), + (10635,2000,NULL,2,1965,1,'Crazy Tracy's Health Spa','',95.75,-104.875,0,0,1,'2019-09-15 22:24:54'), + (10645,2000,NULL,2,1957,1,'Secret Seashells','',83.375,-194.625,0,0,1,'2019-09-15 22:24:54'), + (10646,2000,NULL,2,1957,1,'Secret Seashells','',109.25,-189.125,0,0,1,'2019-09-15 22:24:54'), + (10647,2000,NULL,2,1957,1,'Secret Seashells','',20.5,-186.625,0,0,1,'2019-09-15 22:24:54'), + (10648,2000,NULL,2,1957,1,'Secret Seashells','',42.375,-176.375,0,0,1,'2019-09-15 22:24:54'), + (10649,2000,NULL,2,1957,1,'Secret Seashells','',60,-172.875,0,0,1,'2019-09-15 22:24:54'), + (10650,2000,NULL,2,1957,1,'Secret Seashells','',30.5,-151.875,0,0,1,'2019-09-15 22:24:54'), + (10651,2000,NULL,2,1957,1,'Secret Seashells','',61.5,-151.5,0,0,1,'2019-09-15 22:24:54'), + (10652,2000,NULL,2,1957,1,'Secret Seashells','',59.5,-157.5,0,0,1,'2019-09-15 22:24:54'), + (10653,2000,NULL,2,1957,1,'Secret Seashells','',61.875,-158.5,0,0,1,'2019-09-15 22:24:54'), + (10654,2000,NULL,2,1957,1,'Secret Seashells','',27.25,-136.75,0,0,1,'2019-09-15 22:24:54'), + (10655,2000,NULL,2,1957,1,'Secret Seashells','',26.375,-134.5,0,0,1,'2019-09-15 22:24:54'), + (10656,2000,NULL,2,1957,1,'Secret Seashells','',43.125,-114.875,0,0,1,'2019-09-15 22:24:54'), + (10657,2000,NULL,2,1957,1,'Secret Seashells','',12.625,-104.25,0,0,1,'2019-09-15 22:24:54'), + (10658,2000,NULL,2,1957,1,'Secret Seashells','',77.25,-128.875,0,0,1,'2019-09-15 22:24:54'), + (10659,2000,NULL,2,1957,1,'Secret Seashells','',103.5,-174.75,0,0,1,'2019-09-15 22:24:54'), + (10660,2000,NULL,2,1957,1,'Secret Seashells','',148.25,-185.5,0,0,1,'2019-09-15 22:24:54'), + (10661,2000,NULL,2,1957,1,'Secret Seashells','',136.125,-190.125,0,0,1,'2019-09-15 22:24:54'), + (10662,2000,NULL,2,1957,1,'Secret Seashells','',135,-154,0,0,1,'2019-09-15 22:24:54'), + (10663,2000,NULL,2,1957,1,'Secret Seashells','',91,-151.625,0,0,1,'2019-09-15 22:24:54'), + (10664,2000,NULL,2,1957,1,'Secret Seashells','',77.875,-151.625,0,0,1,'2019-09-15 22:24:54'), + (10665,2000,NULL,2,1957,1,'Secret Seashells','',108.125,-152.25,0,0,1,'2019-09-15 22:24:54'), + (10666,2000,NULL,2,1957,1,'Secret Seashells','',133.625,-135.25,0,0,1,'2019-09-15 22:24:54'), + (10667,2000,NULL,2,1957,1,'Secret Seashells','',137.375,-105.625,0,0,1,'2019-09-15 22:24:54'), + (10668,2000,NULL,2,1957,1,'Secret Seashells','',246,-189.25,0,0,1,'2019-09-15 22:24:54'), + (10669,2000,NULL,2,1957,1,'Secret Seashells','',219.625,-190.25,0,0,1,'2019-09-15 22:24:54'), + (10670,2000,NULL,2,1957,1,'Secret Seashells','',216.125,-166.625,0,0,1,'2019-09-15 22:24:54'), + (10671,2000,NULL,2,1957,1,'Secret Seashells','',210.75,-167.625,0,0,1,'2019-09-15 22:24:54'), + (10672,2000,NULL,2,1957,1,'Secret Seashells','',196.5,-122.75,0,0,1,'2019-09-15 22:24:54'), + (10673,2000,NULL,2,1957,1,'Secret Seashells','',207.5,-94.25,0,0,1,'2019-09-15 22:24:54'), + (10674,2000,NULL,2,1957,1,'Secret Seashells','',240.375,-97.375,0,0,1,'2019-09-15 22:24:54'), + (10675,2000,NULL,2,1957,1,'Secret Seashells','',27,-129.75,0,0,1,'2019-09-15 22:24:54'), + (10676,2000,NULL,2,1957,1,'Secret Seashells','',32.125,-93.375,0,0,1,'2019-09-15 22:24:54'), + (10677,2000,NULL,2,1957,1,'Secret Seashells','',124.375,-111.5,0,0,1,'2019-09-15 22:24:54'), + (10678,2000,NULL,2,1957,1,'Secret Seashells','',121.75,-145.75,0,0,1,'2019-09-15 22:24:54'), + (10679,2000,NULL,2,1957,1,'Secret Seashells','',151.375,-161.125,0,0,1,'2019-09-15 22:24:54'), + (10680,2000,NULL,2,1957,1,'Secret Seashells','',182.25,-139.375,0,0,1,'2019-09-15 22:24:54'), + (10681,2000,NULL,2,1957,1,'Secret Seashells','',165.625,-175.875,0,0,1,'2019-09-15 22:24:54'), + (10682,2000,NULL,2,1957,1,'Secret Seashells','',242.75,-167.875,0,0,1,'2019-09-15 22:24:54'), + (10683,2000,NULL,2,1957,1,'Secret Seashells','',91.125,-90,0,0,1,'2019-09-15 22:24:54'), + (10684,2000,NULL,2,1957,1,'Secret Seashells','',227.125,-117.25,0,0,1,'2019-09-15 22:24:54'), + (10685,2000,NULL,2,1957,1,'Secret Seashells','',227.3125,-154.5,0,0,1,'2019-09-15 22:24:54'), + (10686,2000,NULL,2,1957,1,'Secret Seashells','',239.875,-141.75,0,0,1,'2019-09-15 22:24:54'), + (10687,2000,NULL,2,1957,1,'Secret Seashells','',201,-85.75,0,0,1,'2019-09-15 22:24:54'), + (10688,2000,NULL,2,1957,1,'Secret Seashells','',203.75,-71.125,0,0,1,'2019-09-15 22:24:54'), + (10689,2000,NULL,2,1957,1,'Secret Seashells','',158.125,-74.125,0,0,1,'2019-09-15 22:24:54'), + (10690,2000,NULL,2,1957,1,'Secret Seashells','',214.75,-81.75,0,0,1,'2019-09-15 22:24:54'), + (10691,2000,NULL,2,1957,1,'Secret Seashells','',228.25,-72,0,0,1,'2019-09-15 22:24:54'), + (10692,2000,NULL,2,1957,1,'Secret Seashells','',92.75,-73.25,0,0,1,'2019-09-15 22:24:54'), + (10693,2000,NULL,2,1957,1,'Secret Seashells','',47.875,-77.75,0,0,1,'2019-09-15 22:24:54'), + (10694,2000,NULL,2,1957,1,'Secret Seashells','',122,-97.125,0,0,1,'2019-09-15 22:24:54'), + (10695,2000,NULL,2,1969,1,'Fairy Fountain','',59.67,-113.875,0,0,1,'2019-09-15 22:24:54'), + (10696,2000,NULL,2,1969,1,'Fairy Fountain','',117.54,-132.95,0,0,1,'2019-09-15 22:24:54'), + (10697,2000,NULL,2,1969,1,'Fairy Fountain','',212.5,-136,0,0,1,'2019-09-15 22:24:54'), + (11000,1900,NULL,2,1944,52289,'knight's halberd','',118.328125,-86.921875,0,0,0,'2019-10-05 13:41:35'), + (11003,1901,NULL,2,1925,67560,'Takama Shiri Shrine','',51.52734375,-161.71484375,0,1,0,'2019-10-07 18:11:27'), + (11004,1901,NULL,2,1925,67560,'Takama Shiri Shrine','DLC 2 / EX Champion Urbosa's Song',51.51953125,-161.65625,0,1,0,'2019-10-07 18:17:12'), + (11005,1901,NULL,2,1926,69145,'Divine Beast Vah Rudania','',167.5390625,-87.1171875,0,1,0,'2019-10-08 00:50:37'), + (11006,1901,NULL,2,1916,69806,'no','no',136.62225341796875,-183.97958374023438,0,1,0,'2019-10-09 17:10:52'), + (11007,1901,NULL,2,1931,68177,'Enemy Base','Bokoblin Scouts and Lizalfos\r\nChest: Golden Bow',53.75,-149.34375,0,0,0,'2019-10-09 19:09:47'), + (11008,1901,NULL,2,1901,68895,'asd','asd',46.89534365646193,-102.52071633448497,0,0,0,'2019-10-09 19:15:40'), + (11009,1901,NULL,2,1901,57316,'korok','',68.03124809265137,-95.43221005437252,0,0,0,'2019-10-10 05:19:15'), + (11010,1901,NULL,2,1901,69888,'part 1','',116.25,-158.40625,0,0,0,'2019-10-10 05:58:29'), + (11011,1901,NULL,2,1904,69738,'golden bow','',52.25,-155.75,0,0,0,'2019-10-10 06:46:39'), + (11012,1901,NULL,2,1936,69517,'Cracked Wall','',164.10459899902344,-147.48040771484375,0,0,0,'2019-10-10 18:02:38'), + (11013,1901,NULL,2,1921,68573,'m','',56.640625,-180.90625,0,0,0,'2019-10-11 12:53:39'), + (11014,1900,NULL,2,1901,69200,'Boat','',71.4375,-109.1796875,0,0,0,'2019-10-12 18:06:35'), + (11015,2006,NULL,2,1950,70248,'Facade','Boss #6',138.4166717529297,-121.12939658274352,0,0,0,'2019-10-13 01:01:22'), + (11016,2006,NULL,2,1962,70248,'Face Shrine Nightmare Key','The Key to get to Facade's room in Face Shrine.',178.1666717529297,-103.1321672017886,0,0,0,'2019-10-13 01:07:38'), + (11017,1901,NULL,2,1901,70111,'Shrine of Resurection','',111.0234375,-157.546875,0,0,0,'2019-10-13 09:42:45'), + (11018,1901,NULL,2,1901,69480,'Farosh','',59.18625916013648,-90.9987899594777,0,0,0,'2019-10-14 04:42:44'), + (11019,1901,NULL,2,1901,31439,'??','????',155.3828125,-174.640625,0,0,0,'2019-10-14 09:41:15'), + (11020,1901,NULL,2,1930,68351,'DRAGON','',155.4609375,-182.1171875,0,0,0,'2019-10-14 12:05:56'), + (11021,1901,NULL,2,1926,70548,'Divine Beast Vah Ruta','completed Vah Ruta Location',174.65625,-131.84375,0,1,0,'2019-10-14 14:43:34'), + (11022,1901,NULL,2,1916,70561,'Korok Pinwheel','Shoot balloons',131.3359375,-182.64453125,0,0,0,'2019-10-16 16:32:48'), + (11023,1901,NULL,2,1901,71042,'I’m here','Aquí ',183.91796875,-121.9453125,0,0,0,'2019-10-19 09:09:54'), + (11024,1901,NULL,2,1901,28280,'taloh','',43.25,-84.56250190734863,0,0,0,'2019-10-21 22:36:37'), + (11025,1901,NULL,2,1901,70176,'there was a korok seed','',115.50000381469727,-99.54579696628424,0,0,0,'2019-10-23 11:22:01'), + (11026,1901,NULL,2,1935,71600,'Relais de la rivière','',133.484375,-145.20703125,0,0,0,'2019-10-23 17:30:05'), + (11027,1901,NULL,2,1926,70487,'Dive Beast Vah Medo','',71.125,-97.875,0,0,0,'2019-10-24 03:35:57'), + (11028,1901,NULL,2,1931,71324,'Camp','',118.36979103088379,-158.05729180574417,0,0,0,'2019-10-24 14:37:08'), + (11029,1901,NULL,2,1943,71588,'Rubis','',169.25,-165.703125,0,0,0,'2019-10-24 14:58:57'), + (11030,1901,NULL,2,1931,71324,'CAMP','',114.34635543823242,-162.3333335518837,0,0,0,'2019-10-24 17:50:09'), + (11031,1901,NULL,2,1925,71784,'GO HERE','',175.21875,-101.5625,0,0,0,'2019-10-25 12:51:52'), + (11032,1901,NULL,2,1926,71784,'Divine Beast Vah Rudania','Daruks Divine Beast',167.8125,-87.625,0,0,0,'2019-10-25 13:01:41'), + (11033,1901,NULL,2,1926,71784,'Divine Beast Vah Medoh','Ravelis Divine Beast',71.546875,-98.90625,0,0,0,'2019-10-25 13:02:49'), + (11034,1901,NULL,2,1926,71784,'Divine Beast Vah Naboris','Urbosas Divine Beast',95.15625,-169.34375,0,0,0,'2019-10-25 13:03:52'), + (11035,1901,NULL,2,1935,71784,'An Ice Guy','',77.359375,-168.22265625,0,0,0,'2019-10-25 15:15:14'), + (11036,1901,NULL,2,1916,71786,'Korok Seed near the bridge','',153.875,-159.90234375,0,0,0,'2019-10-25 15:57:17'), + (11037,1901,NULL,2,1901,72022,'statue','',55.59375,-142.59375,0,0,0,'2019-10-27 14:25:39'), + (11038,1901,NULL,2,1901,71370,'4','',31.25,-104,0,0,0,'2019-10-28 20:31:29'), + (11039,1901,NULL,2,1901,72231,'test','test',117.328125,-159.078125,0,0,0,'2019-10-29 06:20:51'), + (11040,1901,NULL,2,1901,72231,'xxxxxxxx','xxxxxxxxxx',109.92547607421875,-153.07366943359375,0,0,0,'2019-10-29 07:16:47'), + (11041,1901,NULL,2,1931,70972,'Bokoblin Camp','',173.96875,-160.046875,0,0,0,'2019-10-30 13:32:01'), + (11042,1901,NULL,2,1926,54654,' ','',168.125,-88.25,0,0,0,'2019-10-31 00:03:21'), + (11043,1901,NULL,2,1926,54654,' ','',71.5625,-100.3125,0,0,0,'2019-10-31 00:03:58'), + (11044,1901,NULL,2,1926,54654,' ','',95.125,-169.375,0,0,0,'2019-10-31 00:04:17'), + (11045,1901,NULL,2,1901,72389,'Chest/??????','phantom',124.26171875,-126.64453125,0,1,0,'2019-10-31 12:14:02'), + (11046,1901,NULL,2,1932,72389,'guardian','',92.8984375,-134.09375,0,0,0,'2019-10-31 12:15:25'), + (11047,1901,NULL,2,1901,72402,'EX Chest','',120.67578125,-159.390625,0,0,0,'2019-10-31 16:26:58'), + (11048,1901,NULL,2,1901,72447,'Shrine Of Ressurection','',110.8359375,-157.4765625,0,0,0,'2019-11-01 03:35:34'), + (11049,1901,NULL,2,1936,72511,'Cracked Wall','',95.140625,-138.78125,0,0,0,'2019-11-01 20:58:55'), + (11050,1901,NULL,2,1931,45393,'Enemy Camp','',118.2109375,-158.0390625,0,0,0,'2019-11-02 00:24:29'), + (11051,1901,NULL,2,1931,45393,'Enemy Camp','',117.50390625,-156.32421875,0,0,0,'2019-11-02 00:25:06'), + (11052,1901,NULL,2,1901,72372,'lynel','',187.21875,-75.40625,0,0,0,'2019-11-02 04:49:20'), + (11053,1901,NULL,2,1925,72615,'keive tala','',89.24869155883789,-187.22418156097174,0,0,0,'2019-11-02 19:55:41'), + (11054,1901,NULL,2,1934,72477,'17','',159.05078125,-157.97265625,0,0,0,'2019-11-02 23:10:15'), + (11055,1901,NULL,2,1901,72645,'noix','',134.28125,-161.671875,0,0,0,'2019-11-02 23:30:45'), + (11056,2000,NULL,2,1969,56231,'Fairy Fountain','Inside the cave protected by a cracked wall.',243.63750457763672,-83.95736269339838,0,0,0,'2019-11-03 01:03:38'), + (11057,1901,NULL,2,1901,72627,'?','',99.9375,-142.625,0,0,0,'2019-11-03 07:01:50'), + (11058,1901,NULL,2,1926,49922,'Vah Rudania','',167.5,-87.75,0,1,0,'2019-11-03 07:17:54'), + (11059,1901,NULL,2,1910,43405,'Flint','was hidden, had to search',131.99652099609375,-158.1366424560547,0,0,0,'2019-11-03 20:37:13'), + (11060,2000,NULL,2,1966,60533,'Entered into the dungeon ','Pick up the stone',47.8125,-113.4375,0,0,0,'2019-11-05 11:41:38'), + (11061,2000,NULL,2,1962,60533,'Slime Key','',109.75,-167.375,0,0,0,'2019-11-05 12:38:49'), + (11062,1901,NULL,2,1935,72985,'Zora Stone Monuments','Talk to Jiahto. Find all 10 Stone Monuments',180.234375,-119.28125,0,0,0,'2019-11-06 19:51:04'), + (11063,1901,NULL,2,1901,73086,'Dragon Shrine','',141.5,-164.4453125,0,0,0,'2019-11-07 05:08:17'), + (11064,1901,NULL,2,1901,72699,'Ver','Necesita escama de dragon',141.09375,-164.28125,0,0,0,'2019-11-08 00:53:18'), + (11065,1901,NULL,2,1903,73012,'TEST','',96.578125,-87.03125,0,0,0,'2019-11-09 06:56:48'), + (11066,1901,NULL,2,1901,73410,'Minor','Description',189.3046875,-107.7890625,0,0,0,'2019-11-10 06:20:03'), + (11067,1901,NULL,2,1901,73410,'Minor','Description',189.8125,-107.875,0,0,0,'2019-11-10 06:21:05'), + (11068,1901,NULL,2,1901,72601,'LInks house','',179.890625,-163.828125,0,0,0,'2019-11-10 14:40:24'), + (11069,1901,NULL,2,1925,72389,'shrine','',145.27734375,-114.55078125,0,0,0,'2019-11-10 17:03:05'), + (11070,1901,NULL,2,1901,73493,'Sacrario della Rinascita','',110.73263549804688,-157.3443603515625,0,0,0,'2019-11-10 20:09:15'), + (11071,1901,NULL,2,1916,73546,'oops','',109.65625,-183.9296875,0,0,0,'2019-11-11 08:51:11'), + (11072,1901,NULL,2,1926,73386,'Divine Beast Vah Medoh','',71,-101,0,0,0,'2019-11-12 03:22:45'), + (11073,1901,NULL,2,1926,73386,'Divine Beast Vah Rudania','',167.5,-90.5,0,0,0,'2019-11-12 03:23:27'), + (11074,1901,NULL,2,1926,73386,'Divine Beast Vah Naboris','',57.5,-173,0,0,0,'2019-11-12 03:24:17'), + (11075,2000,NULL,2,1969,60533,'Fairy Fountains','',243.375,-83.875,0,0,0,'2019-11-13 08:02:33'), + (11076,1901,NULL,2,1910,73379,'Dynamic loaded Guardian Scrap','1.6 Item farm spot',106.421875,-185.4765625,0,0,0,'2019-11-13 22:29:40'), + (11077,1901,NULL,2,1926,73790,'Vah'Medo','',71.34375,-100,0,0,0,'2019-11-14 11:25:46'), + (11078,1901,NULL,2,1901,73849,'RT2472','',166.42578125,-86.1484375,0,0,0,'2019-11-14 12:49:15'), + (11079,1901,NULL,2,1901,72713,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.375,-99.96875,0,1,0,'2019-11-14 14:29:03'), + (11080,1901,NULL,2,1901,3857,'Fairys','',137.28125,-171.66980771097732,0,0,0,'2019-11-15 15:34:18'), + (11081,1901,NULL,2,1910,57658,'Red Rupie','Under a rock in the road.',95.20703125,-145.1171875,0,0,0,'2019-11-15 18:24:14'), + (11082,1901,NULL,2,1910,57658,'Amber','under rock next to unlit cookpit',96.09375,-132.69921875,0,0,0,'2019-11-15 21:25:04'), + (11083,1901,NULL,2,1939,73379,'Ice Wizzrobe','',73.75,-129.71875,0,0,0,'2019-11-16 05:00:32'), + (11084,1901,NULL,2,1944,32383,'Royal Halbeard','',119.02578115463257,-87.36091672639584,0,0,0,'2019-11-16 11:06:58'), + (11085,1901,NULL,2,1944,72651,'EX-Chest - Phantom Armor','Once at the ruins, check the middle ring of water along the Southwest side to use magnesis to pull the chest out.',124.18283417285726,-126.64048012158895,0,0,0,'2019-11-16 12:27:05'), + (11086,1901,NULL,2,1935,73797,'Good Sized Horse','',96.31640625,-157.2421875,0,1,0,'2019-11-16 23:35:44'), + (11087,1901,NULL,2,1926,74038,'Divine Beast Vah Naboris','',95,-169.125,0,0,0,'2019-11-17 01:02:35'), + (11088,1901,NULL,2,1901,74072,'Temple of Time','',115.109375,-158.21875,0,0,0,'2019-11-17 03:08:14'), + (11089,1901,NULL,2,1910,74072,'Bird Egg','',116.09375,-156.5859375,0,0,0,'2019-11-17 03:36:37'), + (11090,1901,NULL,2,1910,57658,'Opal','Under rock',85.234375,-134.734375,0,0,0,'2019-11-17 04:17:45'), + (11091,1901,NULL,2,1910,74072,'Acorn','',114.734375,-152.6796875,0,0,0,'2019-11-17 04:43:25'), + (11092,1901,NULL,2,1903,74072,'Boko Spear','',113.640625,-164.65625,0,0,0,'2019-11-17 20:50:43'), + (11093,1901,NULL,2,1903,74072,'Boko Club','',113.6171875,-164.6484375,0,0,0,'2019-11-17 20:51:24'), + (11094,1901,NULL,2,1910,74072,'Amber','',107.84375,-162.71875,0,0,0,'2019-11-17 21:59:10'), + (11095,1901,NULL,2,1902,74160,'Phantom Greaves','',120.08984375,-137.5,0,0,0,'2019-11-18 01:11:48'), + (11096,1901,NULL,2,1901,74072,'Camp Fire','',105.46484375,-152.76953125,0,0,0,'2019-11-18 04:20:04'), + (11097,1901,NULL,2,1931,74072,'Enemy Camp','',107.90625,-154.234375,0,0,0,'2019-11-18 04:31:35'), + (11098,1901,NULL,2,1905,74072,'Boko Shield','',107.87109375,-154.25,0,0,0,'2019-11-18 04:34:58'), + (11099,1901,NULL,2,1903,74072,'Boko Club','',107.88671875,-154.2421875,0,0,0,'2019-11-18 04:35:17'), + (11100,1901,NULL,2,1904,74072,'Boko Bow','',107.9453125,-154.20703125,0,0,0,'2019-11-18 04:36:15'), + (11101,1901,NULL,2,1931,74072,'Enemy Camp','',110.10546875,-155.58203125,0,0,0,'2019-11-18 04:45:24'), + (11102,1901,NULL,2,1903,74072,'Boko Club','',110.15234375,-155.5703125,0,0,0,'2019-11-18 04:45:45'), + (11103,1901,NULL,2,1905,74072,'Spiked Boko Shield','',105.33203125,-156,0,0,0,'2019-11-18 04:59:07'), + (11104,1901,NULL,2,1903,74072,'Soldier's Broadsword','',105.3125,-155.9609375,0,0,0,'2019-11-18 04:59:51'), + (11105,1901,NULL,2,1930,74072,'White Chuchu x2','',107.87109375,-156.6328125,0,0,0,'2019-11-18 05:07:59'), + (11106,1901,NULL,2,1930,74072,'White Chuchu x2','',109.140625,-156.9140625,0,0,0,'2019-11-18 05:09:05'), + (11107,1901,NULL,2,1901,74072,'Camp Fire','',109.421875,-157.3984375,0,0,0,'2019-11-18 05:10:40'), + (11108,1901,NULL,2,1901,74167,'Current Location','',155.73828125,-143.34375,0,0,0,'2019-11-18 14:54:48'), + (11109,1901,NULL,2,1901,74211,'Início jogo','Início jogo',117.694091796875,-154.384765625,0,0,0,'2019-11-18 22:40:49'), + (11110,1901,NULL,2,1901,73379,'Pondo's Lodge and Bowling','A nice little lodge with a cooking pot and one of the best spots for grinding Rupees',95.65625,-95.12109375,0,0,0,'2019-11-18 23:55:20'), + (11111,1901,NULL,2,1931,74160,'Enemy Camp','',171.8125,-163.05078125,0,0,0,'2019-11-19 20:22:47'), + (11112,1901,NULL,2,1935,73012,'a gift of nightshade ','',169.015625,-183.625,0,0,0,'2019-11-19 22:09:42'), + (11113,1901,NULL,2,1901,74298,'BA?LANGIÇ','',110.546875,-157.47265625,0,0,0,'2019-11-19 22:25:17'), + (11114,1901,NULL,2,1926,73012,'Divine Beast Vah Naboris','',94.96875,-169.21875,0,0,0,'2019-11-19 23:41:47'), + (11115,1901,NULL,2,1926,73012,'Divine Beast Vah Medoh','',71.5625,-99,0,0,0,'2019-11-19 23:42:32'), + (11116,1901,NULL,2,1926,73012,'Divine Beast Vah Rudania','',166.1875,-87.984375,0,0,0,'2019-11-19 23:43:23'), + (11117,1901,NULL,2,1901,73948,'Great flame blade','',153.1875,-71.0625,0,0,0,'2019-11-20 15:38:17'), + (11118,1901,NULL,2,1925,74482,'n','n',156.84375,-166.625,0,0,0,'2019-11-22 09:11:49'), + (11119,1901,NULL,2,1935,74551,'Mejora la tableta sheikan','',187.11135864257812,-161.20536714089562,0,0,0,'2019-11-23 06:26:07'), + (11120,1901,NULL,2,1902,74591,'Shields','Bokoblins carry n,16 shields. Easy hit. ',143.6328125,-149.7045201743898,0,0,0,'2019-11-23 18:11:41'), + (11121,1901,NULL,2,1901,73176,'asd','',110.91921967548237,-154.6835750402829,0,0,0,'2019-11-24 11:46:28'), + (11122,1901,NULL,2,1930,74611,'big bad dude','kill him\r\n\r\n',188.828125,-148.53125,0,1,0,'2019-11-24 23:53:22'), + (11123,1901,NULL,2,1902,74742,'Korok mask','mask of the first dlc, the mask shakes when you are close do korok seeds',139.3984375,-99.515625,0,0,0,'2019-11-25 02:22:08'), + (11124,1901,NULL,2,1910,74742,'a','a',139.40234375,-99.5078125,0,0,0,'2019-11-25 02:22:45'), + (11125,1901,NULL,2,1920,73379,'Akkala Ancient Tech Lab','Location of Robbie and Cherry (Robbie's Robot)',198.546875,-78.57421875,0,0,0,'2019-11-25 04:39:30'), + (11126,1901,NULL,2,1926,74772,'Divine Beast Vah Naboris','',84.859375,-186.359375,0,0,0,'2019-11-25 14:28:41'), + (11127,1901,NULL,2,1926,74772,'Divine Beast Vah Rudania','',167.63671875,-87.29296875,0,0,0,'2019-11-25 14:30:20'), + (11128,1901,NULL,2,1926,74772,'Divine Beast Vah Medoh','',71.4140625,-95.0546875,0,0,0,'2019-11-25 14:32:34'), + (11129,1901,NULL,2,1943,74072,'Silver Rupee (100)','',155.984375,-158.0078125,0,0,0,'2019-11-25 20:59:38'), + (11130,1901,NULL,2,1936,74591,'bombable wall','Contains flint, a treasure chest',114.46484375,-158.07366484494375,0,0,0,'2019-11-26 19:40:58'), + (11131,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','This is Daruk's Divine Beast, housing Fireblight Ganon. Completing it rewards you Daruk's Protection.',58.125,-112.5,0,0,0,'2019-11-28 17:22:55'), + (11132,1901,NULL,2,1916,38501,'lol','',133.25,-94.5,0,0,0,'2019-11-30 08:07:48'), + (11133,1901,NULL,2,1935,75084,'Sunken Treasure','',172.37109375,-182.01953125,0,0,0,'2019-11-30 16:36:35'), + (11134,1901,NULL,2,1926,75272,'Vah Medoh','The Devine Beast Vah Medoh',71.546875,-98.9296875,0,0,0,'2019-11-30 21:49:52'), + (11135,1901,NULL,2,1901,37819,'Hearty Durian','',149.13671875,-178.5390625,0,0,0,'2019-12-01 01:30:31'), + (11136,1901,NULL,2,1944,72699,'Casco fantasmal','aumenta sigilo',154.21875,-177.640625,0,0,0,'2019-12-01 12:25:43'), + (11137,1901,NULL,2,1902,75407,'Majora mask','EX Chest',120.9609375,-148.2265625,0,0,0,'2019-12-01 22:54:56'), + (11138,1901,NULL,2,1901,75439,'????','',115.6640625,-134.7109375,0,0,0,'2019-12-03 03:49:18'), + (11139,1901,NULL,2,1921,75548,'Rito Village','',61.125,-130,0,0,0,'2019-12-03 17:01:08'), + (11140,1901,NULL,2,1916,74589,'???ç','',166.7734375,-106.09375,0,0,0,'2019-12-05 11:03:05'), + (11141,1901,NULL,2,1901,74589,'asdf','',166.7265625,-105.921875,0,0,0,'2019-12-05 11:03:27'), + (11142,1901,NULL,2,1904,75864,'Bomb Arrows','',105.29296875,-159.68359375,0,0,0,'2019-12-07 02:55:14'), + (11143,1901,NULL,2,1910,75864,'Amber','In rock formation',107.87343788146973,-162.7140622138977,0,0,0,'2019-12-07 03:01:12'), + (11144,1901,NULL,2,1903,75916,'ms','',24.5,-86.25,0,0,0,'2019-12-07 23:16:07'), + (11145,1901,NULL,2,1934,51280,'Final Memory','',158.9617919921875,-158.053466796875,0,0,0,'2019-12-09 08:31:14'), + (11146,1901,NULL,2,1943,75407,'Royal Halberd','Royal Halberd',118.96875,-87.21875,0,0,0,'2019-12-09 17:18:33'), + (11147,1901,NULL,2,1902,76199,'?????','',-3.25,-92.2196038414042,0,0,0,'2019-12-09 17:49:07'), + (11148,1901,NULL,2,1901,76202,'Cheval blanc','',101.375,-141.1875,0,0,0,'2019-12-10 10:19:52'), + (11149,1901,NULL,2,1901,74757,'Good Weapon','',141.609375,-103.0078125,0,0,0,'2019-12-10 10:48:32'), + (11150,1901,NULL,2,1936,73669,'Cracked Stones','',61.4921875,-94.22265625,0,1,0,'2019-12-11 13:59:25'), + (11151,1901,NULL,2,1901,76519,'Possible Korok','',60.65625,-86.125,0,0,0,'2019-12-13 05:33:25'), + (11152,1901,NULL,2,1901,76526,'Akkala Ancient Tech Lab','',199.5625,-78.2578125,0,0,0,'2019-12-15 06:36:05'), + (11153,1901,NULL,2,1901,39009,'sadfgsdfgsdfghsfghsdfgh','',41.3125,-142.1875,0,0,0,'2019-12-15 20:17:10'), + (11154,1901,NULL,2,1916,76836,'Race to pond','',152.8046875,-116.8046875,0,0,0,'2019-12-15 23:51:35'), + (11155,1901,NULL,2,1901,76915,'Tori Village','for warm clothes',112.78125,-139.0625,0,0,0,'2019-12-16 23:23:44'), + (11156,1901,NULL,2,1944,77028,'Zant's Helmet','',148.125,-166.296875,0,1,0,'2019-12-17 21:56:08'), + (11157,1901,NULL,2,1946,77028,'Misko's EX Journal','',123.890625,-155.21875,0,0,0,'2019-12-17 22:01:08'), + (11158,1901,NULL,2,1946,77028,'Misko's EX Journal 2','',134.953125,-158.640625,0,0,0,'2019-12-17 22:01:33'), + (11159,1901,NULL,2,1946,74072,'Rumor Mill: Volume 5','Inside the Wetland Stable, on the table',141.875,-130.734375,0,0,0,'2019-12-18 07:14:42'), + (11160,1901,NULL,2,1925,77093,'Difficult - Not done','',185,-179.375,0,0,0,'2019-12-18 12:40:42'), + (11161,1901,NULL,2,1936,76836,'Korok seed behind it','',167.8515625,-71.734375,0,0,0,'2019-12-19 07:27:30'), + (11162,1901,NULL,2,1926,75087,'Divine Beast Vah Naboris','',95.09375,-169.15625,0,0,0,'2019-12-19 20:32:20'), + (11163,1901,NULL,2,1926,77230,'non did shrines','',46.75,-151,0,0,0,'2019-12-19 22:06:39'), + (11164,1901,NULL,2,1921,76435,'Kakariko','',158.578125,-142.734375,0,0,0,'2019-12-20 06:20:09'), + (11165,1901,NULL,2,1901,76435,'Kakariko','',156.765625,-143.625,0,0,0,'2019-12-20 06:23:30'), + (11166,1901,NULL,2,1943,76836,'Silver Rupee','',134.69140625,-189.0390625,0,0,0,'2019-12-20 22:23:26'), + (11167,1901,NULL,2,1943,76836,'Opal x 1','',132.42578125,-189.11328125,0,0,0,'2019-12-20 22:26:17'), + (11168,1901,NULL,2,1939,74072,'Ice Wizzrobe','Maybe a glitch since no other site I found had this, but I did (normal difficulty). Was "flying" around right next to the encampment where the 2 moblins and 10x chest were',163.8984375,-125.8203125,0,0,0,'2019-12-21 06:08:10'), + (11169,1901,NULL,2,1930,67975,' Ganon','The main enemy of the game, once beat, the game ends',124.02734375,-111.421875,0,1,0,'2019-12-21 09:26:13'), + (11170,1901,NULL,2,1935,67975,'A Landscape of a Stable','NPC: Mayro\r\n\r\nRequires: Find the location the picture on the wall was painted from, it will reveal the location of a shrine.\r\n\r\nReward: Shrine',168.859375,-110.11328125,0,1,0,'2019-12-21 11:55:51'), + (11171,1901,NULL,2,1916,67975,'Korok Seed','',169.515625,-112.890625,0,0,0,'2019-12-21 12:00:23'), + (11172,1901,NULL,2,1944,67975,'Knight's Bow','Contains: Knight's Bow\r\n\r\nRequires defeating an army camp: Yes\r\n\r\nIs in the ground: No',167.078125,-113.421875,0,0,0,'2019-12-21 12:03:06'), + (11173,1901,NULL,2,1931,67975,'Bokoblin Camp','Camp includes 2 Bokoblin archers [always awake] and 6 Bokoblins inside the skull [sleeping at night].\r\nit will also include 2 keeses if arriving at night\r\ninside the skull there are 4 exploding barrels, 2 under each eye.\r\nshootinga rope holding the lamp in one of the eyes will cause an explosion.',166.9609375,-113.5546875,0,1,0,'2019-12-21 12:11:45'), + (11174,1901,NULL,2,1901,67975,'Luminous Stone Deposits','A location with 5 luminous stone deposits',166.0078125,-113.71875,0,0,0,'2019-12-21 12:13:10'), + (11175,1901,NULL,2,1931,67975,'Enemy Camp','Camp includes 2 Lizalfos, one Bokoblin, and 2 fire Chuchus.\r\nin addition, there are 4 explosive barrels surrounding the camp.',167.33984375,-116.63671875,0,1,0,'2019-12-21 12:25:53'), + (11176,1901,NULL,2,1944,76836,'Ravio's Hood','Chest is in ground under the hand, pull it out with Magnesis.',141.1171875,-166.08203125,0,0,0,'2019-12-21 22:55:53'), + (11177,1901,NULL,2,1925,59975,'Ya Naga Shrine','',122.7978515625,-168.637939453125,0,0,0,'2019-12-22 02:25:59'), + (11178,1901,NULL,2,1936,74072,'Reward: Ruby x3 (Break the ore deposit)','',174.59375,-133.671875,0,0,0,'2019-12-23 18:03:42'), + (11179,1901,NULL,2,1948,74072,'Under rock overhnag','',178.25,-129.42578125,0,0,0,'2019-12-23 18:19:21'), + (11180,1901,NULL,2,1901,77697,'Kakariko Village','',147.78125,-142.1538100671167,0,1,0,'2019-12-23 22:54:29'), + (11181,1901,NULL,2,1925,77818,'!!','',160.046875,-143.234375,0,0,0,'2019-12-24 21:12:45'), + (11182,1901,NULL,2,1901,77879,'Shrine to do','',103.77157145492,-150.25,0,0,0,'2019-12-25 01:48:45'), + (11183,1901,NULL,2,1935,77923,'sheep rustlers','free the scheep',184.765625,-161.296875,0,0,0,'2019-12-25 11:53:58'), + (11184,1901,NULL,2,1903,23337,'Royal Halberd','',118.9609375,-87.3671875,0,1,0,'2019-12-25 16:07:56'), + (11185,1901,NULL,2,1943,76836,'Amber','',109.953125,-148.69921875,0,0,0,'2019-12-26 09:24:56'), + (11186,1901,NULL,2,1901,78128,'Zoras Domain','',25,-98.5,0,0,0,'2019-12-26 22:03:07'), + (11187,1901,NULL,2,1901,78081,'Need High Jump','',152.75,-173.265625,0,0,0,'2019-12-27 07:09:30'), + (11188,1901,NULL,2,1926,73213,'Devine Beast Va Rudania','',14.25,-180.875,0,0,0,'2019-12-28 11:44:02'), + (11189,1901,NULL,2,1926,73213,'Devine Beast Va Medoh','',71.4375,-99.875,0,0,0,'2019-12-28 11:45:43'), + (11190,1901,NULL,2,1916,78207,'Korok Seed','',150.328125,-100.625,0,0,0,'2019-12-28 13:16:46'), + (11191,1901,NULL,2,1901,78577,'edfqef','',97.2249984741211,-138.65129900998681,0,0,0,'2019-12-29 15:27:27'), + (11192,1901,NULL,2,1901,74630,'honeyvore bear','a beat',145.375,-124.1875,0,0,0,'2019-12-29 20:26:54'), + (11193,1901,NULL,2,1926,76939,'Vah Medoh','',71.97949028015137,-99.70714950561523,0,0,0,'2019-12-29 23:17:42'), + (11194,1901,NULL,2,1926,76939,'Vah Naboris','',86.87124252319336,-182.96971988677979,0,0,0,'2019-12-29 23:18:56'), + (11195,1901,NULL,2,1926,76939,'Divine Beast Vah Rudania','',166.19676971435547,-87.59951210021973,0,0,0,'2019-12-29 23:20:29'), + (11196,1901,NULL,2,1901,78902,'HERE','',117.421875,-152.4765625,0,0,0,'2019-12-30 21:05:33'), + (11197,1901,NULL,2,1943,50315,'Ruby (EX)','',117.41015625,-151.73697918653488,0,0,0,'2019-12-31 14:29:04'), + (11198,1901,NULL,2,1903,50315,'Tree Branch','',114.82031106948853,-153.07812523841858,0,0,0,'2019-12-31 16:09:47'), + (11199,1901,NULL,2,1901,50315,'Amber','Check to marker on top of Mount Hylia for an Amber.',107.88281297683716,-162.7395839691162,0,0,0,'2019-12-31 18:55:40'), + (11200,1901,NULL,2,1901,79082,'luna','',85.015625,-131.37653792491122,0,0,0,'2019-12-31 20:12:55'), + (11201,1901,NULL,2,1920,79070,'Shrine of Resurrection','',110.8515625,-157.48828125,0,0,0,'2019-12-31 20:20:17'), + (11202,1901,NULL,2,1930,79070,'3 Bokoblins','',116.390625,-154.81640625,0,0,0,'2019-12-31 20:21:32'), + (11203,1901,NULL,2,1903,50315,'Tree Branch','',110.42057299613953,-156.26822888851166,0,0,0,'2019-12-31 20:23:42'), + (11204,1901,NULL,2,1931,79070,'Bokoblin camp','Reds and a blue',117.8828125,-157.73828125,0,0,0,'2019-12-31 20:27:10'), + (11205,1901,NULL,2,1930,79070,'Bokoblin','',115.703125,-156.671875,0,0,0,'2019-12-31 20:38:09'), + (11206,1901,NULL,2,1930,79070,'Bokoblin','',116.28515625,-157.09765625,0,0,0,'2019-12-31 20:38:22'), + (11207,1901,NULL,2,1930,79070,'3 Stalkoblins','Appear at night.',112.265625,-153.2265625,0,0,0,'2019-12-31 21:07:02'), + (11208,1901,NULL,2,1920,79070,'Outpost Ruins','',123.8671875,-154.24609375,0,0,0,'2019-12-31 21:08:54'), + (11209,1901,NULL,2,1920,79070,'Eastern Abbey','',120.390625,-158.96484375,0,0,0,'2019-12-31 21:09:41'), + (11210,1901,NULL,2,1920,79070,'Temple of Time','',115.19921875,-159.16796875,0,0,0,'2019-12-31 21:10:18'), + (11211,1901,NULL,2,1944,75407,'Royal shield','',115.76953125,-72.76953125,0,0,0,'2020-01-01 18:39:30'), + (11212,1901,NULL,2,1904,79259,'Fire arrows','Behind cracked wall',112.9247477054596,-164.7574164867401,0,1,0,'2020-01-02 22:08:22'), + (11213,1901,NULL,2,1904,79259,'Bow','Now hidden under rock',113.6098301410675,-163.38385653495789,0,1,0,'2020-01-02 22:15:54'), + (11214,1901,NULL,2,1936,79469,'Secret nook within the secret cave','',158.69921875,-168.7109375,0,0,0,'2020-01-03 05:28:25'), + (11215,1901,NULL,2,1901,79469,'Cave of gemstones','',198.0625,-152.375,0,0,0,'2020-01-03 05:31:19'), + (11216,1901,NULL,2,1925,78050,'Missed Shrine','',186.84375,-86.40625,0,0,0,'2020-01-03 17:07:21'), + (11217,1901,NULL,2,1935,73866,'By Firefly's Light','',156.0078125,-144.109375,0,0,0,'2020-01-04 21:19:18'), + (11218,1901,NULL,2,1903,79726,'eightfold longblade','',180.00390625,-135.58984375,0,0,0,'2020-01-05 00:26:47'), + (11219,1901,NULL,2,1936,76430,'Cave with ore','',158.67135620117188,-175.59947204589844,0,0,0,'2020-01-05 07:58:33'), + (11220,1901,NULL,2,1938,79019,'a visiter !','point d'accroche pour le volcan',168.90625,-109.703125,0,0,0,'2020-01-05 13:58:06'), + (11221,1901,NULL,2,1916,78250,'BOTON','',194.51953125,-78.74609375,0,0,0,'2020-01-05 16:10:10'), + (11222,1901,NULL,2,1944,50315,'Knight's Halberd','',118.89583206176758,-87.25000047683716,0,0,0,'2020-01-06 13:34:56'), + (11223,1901,NULL,2,1916,76609,'falta korok torre llnura','',110.625,-120.01399528214306,0,0,0,'2020-01-06 18:33:23'), + (11224,1901,NULL,2,1901,79503,'Chasse aux cerfs','',184.796875,-160.578125,0,0,0,'2020-01-06 18:44:28'), + (11225,1901,NULL,2,1930,79070,'Yiga footsoldier','A man by the name of "Traveller" stops to talk to you.',155.96484375,-150.875,0,0,0,'2020-01-06 23:29:36'), + (11226,1901,NULL,2,1930,79070,'Yiga footsoldier','A woman by the name of "Traveller" stops to talk to you.',176.3046875,-163.375,0,0,0,'2020-01-06 23:30:50'), + (11227,1901,NULL,2,1936,74072,'Bombable rock pile, Ore inside','Contains rock salt, so not worth the effort unless you are in the area',187.65625,-132.13671875,0,0,0,'2020-01-07 20:14:36'), + (11228,1901,NULL,2,1936,74072,'Rare Ore Depoit behind bombable rock wall','',201.3671875,-115.7265625,0,0,0,'2020-01-07 21:28:13'), + (11229,1901,NULL,2,1901,49011,'V','',84.6015625,-170.8828125,0,0,0,'2020-01-08 01:42:39'), + (11230,1901,NULL,2,1926,76193,'Divine Beast Vah Rudania','',167.5546875,-87.4453125,0,0,0,'2020-01-08 19:29:10'), + (11231,1901,NULL,2,1901,76193,'Shatterback Point','',186.6796875,-121.6171875,0,0,0,'2020-01-08 19:37:48'), + (11232,1901,NULL,2,1901,76193,'Death Mountain Summit','',166.46875,-88.53125,0,0,0,'2020-01-08 19:38:23'), + (11233,1901,NULL,2,1901,76193,'Mekar Island','',123.94921875,-93.66796875,0,0,0,'2020-01-08 19:40:04'), + (11234,1901,NULL,2,1904,76193,'Bomb Arrow x5','',105.09375,-159.6875,0,0,0,'2020-01-08 19:40:32'), + (11235,1901,NULL,2,1901,76193,'Bomb Arrow x5 (DLC)','',105.0859375,-159.70703125,0,0,0,'2020-01-08 19:40:52'), + (11236,1901,NULL,2,1943,76193,'Sapphire (DLC)','',117.4140625,-151.7265625,0,0,0,'2020-01-08 19:41:31'), + (11237,1901,NULL,2,1904,76193,'Bomb Arrow x5 (DLC)','',105.1171875,-159.7109375,0,0,0,'2020-01-08 19:41:43'), + (11238,1901,NULL,2,1944,76193,'Nintendo Switch T-Shirt (DLC)','',120.6796875,-159.37109375,0,0,0,'2020-01-08 19:43:07'), + (11239,1901,NULL,2,1944,76193,'Zant's Helm (DLC)','',148.09375,-166.328125,0,0,0,'2020-01-08 19:43:35'), + (11240,1901,NULL,2,1944,76193,'Island Lobster Shirt (DLC)','',127.53125,-174.71875,0,0,0,'2020-01-08 19:44:06'), + (11241,1901,NULL,2,1944,76193,'Majora's Mask (DLC)','',120.96484375,-148.02734375,0,0,0,'2020-01-08 19:44:42'), + (11242,1901,NULL,2,1944,76193,'Tingle's Tights (DLC)','',126.59375,-130.53125,0,0,0,'2020-01-08 19:45:32'), + (11243,1901,NULL,2,1944,76193,'Korok Mask (DLC)','',138.859375,-98.484375,0,0,0,'2020-01-08 19:46:28'), + (11244,1901,NULL,2,1943,76193,'Travel Medallion (DLC)','',200.7578125,-72.3203125,0,0,0,'2020-01-08 19:49:45'), + (11245,1901,NULL,2,1944,76193,'Tingle's Shirt (DLC)','',117.375,-115.08984375,0,0,0,'2020-01-08 19:52:26'), + (11246,1901,NULL,2,1944,76193,'Tingle's Hat (DLC)','',115.984375,-141.62890625,0,0,0,'2020-01-08 19:53:04'), + (11247,1901,NULL,2,1944,76193,'Midna's Helm (','',106.27734375,-131.73046875,0,0,0,'2020-01-08 19:53:34'), + (11248,1901,NULL,2,1944,76193,'Midna's Helm (DLC)','',106.37109375,-131.6171875,0,0,0,'2020-01-08 19:53:59'), + (11249,1901,NULL,2,1926,76193,'Divine Beast Vah Naboris','',95.0625,-169.5,0,0,0,'2020-01-08 19:57:30'), + (11250,1901,NULL,2,1926,76193,'Divine Beast Vah Medoh','',71.484375,-97.359375,0,0,0,'2020-01-08 19:57:50'), + (11251,1901,NULL,2,1901,76193,'Trial of the Sword (DLC)','',134.8046875,-95.0625,0,0,0,'2020-01-08 19:58:42'), + (11252,1901,NULL,2,1901,76193,'Shrine of Resurrection','',110.92578125,-157.37109375,0,0,0,'2020-01-08 19:59:55'), + (11253,1901,NULL,2,1910,76193,'Sheikah Slate','',110.38671875,-157.66015625,0,0,0,'2020-01-08 20:00:14'), + (11254,1901,NULL,2,1903,76193,'One-Hit Obliterator (DLC)','',110.41796875,-157.71875,0,0,0,'2020-01-08 20:00:39'), + (11255,1901,NULL,2,1910,76193,'Paraglider','',115.32421875,-158.67578125,0,0,0,'2020-01-08 20:01:07'), + (11256,1901,NULL,2,1910,76193,'Daruk's Protection','',153.47265625,-89.953125,0,0,0,'2020-01-08 20:01:35'), + (11257,1901,NULL,2,1910,76193,'Revali's Gale','',71.015625,-99.55859375,0,0,0,'2020-01-08 20:02:30'), + (11258,1901,NULL,2,1910,76193,'Mipha's Grace','',179.2890625,-121.32421875,0,0,0,'2020-01-08 20:03:07'), + (11259,1901,NULL,2,1910,76193,'Urbosa's Fury','',68.91796875,-172.6640625,0,0,0,'2020-01-08 20:03:33'), + (11260,1901,NULL,2,1925,76193,'Maz Koshia's Labyrinth (DLC)','',110.765625,-157.5,0,0,0,'2020-01-08 20:04:42'), + (11261,1901,NULL,2,1910,76193,'Master Cycle Zero (DLC)','',110.875,-157.42578125,0,0,0,'2020-01-08 20:05:09'), + (11262,1901,NULL,2,1946,76193,'Misko's EX Journal','',123.8984375,-155.19921875,0,0,0,'2020-01-08 20:09:55'), + (11263,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2','',133.25,-144.96875,0,0,0,'2020-01-08 20:11:23'), + (11264,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2 (DLC)','',133.2578125,-144.98828125,0,0,0,'2020-01-08 20:11:46'), + (11265,1901,NULL,2,1901,76193,'Eventide Island','',199.25,-185.21875,0,0,0,'2020-01-08 20:16:37'), + (11266,1901,NULL,2,1901,76193,'Yiga Clan Hideout','',71.8671875,-149.1484375,0,0,0,'2020-01-08 20:17:28'), + (11267,1901,NULL,2,1901,76193,'Yiga Hideout Pit','',74.3984375,-148.8671875,0,0,0,'2020-01-08 20:17:47'), + (11268,1901,NULL,2,1901,76193,'Statue of the Eighth Heroine','',59.65625,-136.140625,0,0,0,'2020-01-08 20:18:17'), + (11269,1901,NULL,2,1901,76193,'The Seven Heroines','',85.921875,-172.0859375,0,0,0,'2020-01-08 20:18:39'), + (11270,1901,NULL,2,1935,76193,'Desert Labyrinth','',99.9609375,-181.72265625,0,0,0,'2020-01-08 20:19:29'), + (11271,1901,NULL,2,1935,76193,'North Lomei Labyrinth','',115.0078125,-72.79296875,0,0,0,'2020-01-08 20:20:02'), + (11272,1901,NULL,2,1920,76193,'Lomei Labyrinth Island','',200.75,-72.03125,0,0,0,'2020-01-08 20:20:36'), + (11273,1901,NULL,2,1920,76193,'North Lomei Labyrinth','',114.7109375,-72.76953125,0,0,0,'2020-01-08 20:21:06'), + (11274,1901,NULL,2,1920,76193,'Desert Labyrinth','',99.94140625,-181.8984375,0,0,0,'2020-01-08 20:21:39'), + (11275,1901,NULL,2,1934,76193,'Champion Urbosa's Song (DLC)','',94.3671875,-168.08984375,0,0,0,'2020-01-08 20:22:14'), + (11276,1901,NULL,2,1934,76193,'Champion Revali's Song (DLC)','',71.390625,-99.7265625,0,0,0,'2020-01-08 20:22:45'), + (11277,1901,NULL,2,1934,76193,'Champion Daruk's Song (DLC)','',166.55859375,-88.3203125,0,0,0,'2020-01-08 20:23:13'), + (11278,1901,NULL,2,1934,76193,'Champion Mipha's Song (DLC)','',174.0859375,-129.9296875,0,0,0,'2020-01-08 20:23:47'), + (11279,1901,NULL,2,1930,76193,'Monk Maz Koshia (DLC)','',111.0703125,-157.4453125,0,0,0,'2020-01-08 20:24:26'), + (11280,1901,NULL,2,1934,76193,'The Champions' Ballad (DLC)','',112.03125,-156.0859375,0,0,0,'2020-01-08 20:24:50'), + (11281,1901,NULL,2,1910,76193,'Champions' Picture (DLC)','',111.91796875,-156.1015625,0,0,0,'2020-01-08 20:25:13'), + (11282,1901,NULL,2,1910,79070,'Ore','Several ore deposits in this canyon.',166.7265625,-152.30859375,0,0,0,'2020-01-09 01:26:03'), + (11283,1901,NULL,2,1925,72389,'shrine','',113.15625,-118.20703125,0,1,0,'2020-01-09 13:44:48'), + (11284,1901,NULL,2,1920,76193,'Mounted Archery Camp','',124.4609375,-182.3046875,0,0,0,'2020-01-09 19:50:03'), + (11285,1901,NULL,2,1935,76193,'The Giant Horse','',124.453125,-182.421875,0,0,0,'2020-01-09 19:50:18'), + (11286,1901,NULL,2,1944,76193,'Ravio's Hat (DLC)','',141.1171875,-166.015625,0,0,0,'2020-01-09 19:56:02'), + (11287,1901,NULL,2,1935,76193,'Arrows of Burning Flame','',156.4921875,-144.2578125,0,0,0,'2020-01-09 19:57:23'), + (11288,1901,NULL,2,1935,76193,'By Firefly's Light','',157.68359375,-144.12890625,0,0,0,'2020-01-09 19:57:45'), + (11289,1901,NULL,2,1926,75562,'Divine Beast Vah Naboris','',76.25,-181.625,0,0,0,'2020-01-10 16:24:08'), + (11290,1901,NULL,2,1901,80678,'Shrine of Resurrection','This is where Link wakes up and the game begins.',110.359375,-157.6203439362345,0,0,0,'2020-01-10 18:19:47'), + (11291,1901,NULL,2,1930,79070,'Lizalfos','',134.8125,-159.203125,0,0,0,'2020-01-10 22:20:32'), + (11292,1901,NULL,2,1931,80678,'Bokoblin Camp','',135.6875,-152.6328125,0,0,0,'2020-01-11 18:54:23'), + (11293,1901,NULL,2,1931,80678,'Bokoblin Camp','',132.3671875,-153.9296875,0,0,0,'2020-01-11 22:38:57'), + (11294,1901,NULL,2,1901,80678,'Old Man's House','The Old Man's House. Includes a cooking pot and a bed where Link can recover his hearts.',115.7421875,-163.46875,0,0,0,'2020-01-11 22:40:01'), + (11295,1901,NULL,2,1931,80678,'Bokoblin Camp','',139.359375,-155.625,0,0,0,'2020-01-11 22:51:50'), + (11296,1901,NULL,2,1931,80678,'Bokoblin Camp','',140.9921875,-155.15625,0,0,0,'2020-01-11 22:56:08'), + (11297,1901,NULL,2,1935,75273,'The Sheep Rustlers','Under the tree, speak to Koyin to start the quest. Beat the monsters at Hateno Beach and return to her to finish it.',184.6484375,-160.8671875,0,0,0,'2020-01-12 21:18:38'), + (11298,1901,NULL,2,1935,75273,'Arrows of Burning Heat','Rola asks you to light the torches around the godess statue using arrows.',156.48046875,-144.2421875,0,0,0,'2020-01-13 00:26:36'), + (11299,1901,NULL,2,1926,77978,'Divine Beast Vah Naboris','',95.1171875,-169.1953125,0,0,0,'2020-01-13 13:17:56'), + (11300,1901,NULL,2,1920,76193,'Southern Mine','',154.1953125,-97.5390625,0,0,0,'2020-01-13 18:31:31'), + (11301,1901,NULL,2,1920,76193,'Abandoned North Mine','',153.6796875,-86.4296875,0,0,0,'2020-01-13 18:31:52'), + (11302,1901,NULL,2,1935,76193,'Stranded on Eventide','',199.125,-184.921875,0,0,0,'2020-01-13 18:39:29'), + (11303,1901,NULL,2,1935,76193,'Guardian Slideshow','',129.828125,-187.859375,0,0,0,'2020-01-13 18:40:03'), + (11304,1901,NULL,2,1920,76193,'Akkala Ancient Tech Lab','',198.55078125,-78.56640625,0,0,0,'2020-01-13 18:55:52'), + (11305,1901,NULL,2,1920,76193,'Hateno Ancient Tech Lab','',187.05859375,-161.109375,0,0,0,'2020-01-13 18:56:40'), + (11306,1901,NULL,2,1901,76193,'Fang and Bone (1st Appearance)','',178.80078125,-74.01171875,0,0,0,'2020-01-13 18:58:36'), + (11307,1901,NULL,2,1935,76193,'Death Mountain's Secret','',155.859375,-92.91796875,0,0,0,'2020-01-13 19:07:20'), + (11308,1901,NULL,2,1926,81214,'Vah Medoh','',71.34375,-99.93359375,0,1,0,'2020-01-13 20:42:30'), + (11309,2000,NULL,2,1950,81232,'Lil Devil - Magic Powder','',47.75,-113.25,0,0,0,'2020-01-14 04:05:12'), + (11310,1901,NULL,2,1931,80678,'Bokoblin Camp','',150.203125,-120.28125,0,0,0,'2020-01-14 04:23:41'), + (11311,2003,NULL,2,1962,81232,'Key','',84.875,-165.25,0,0,0,'2020-01-14 05:02:08'), + (11312,1901,NULL,2,1945,80678,'Blupee','',159.1875,-163.25,0,0,0,'2020-01-15 02:36:32'), + (11313,1901,NULL,2,1945,80678,'Blupee','',158,-165.53125,0,0,0,'2020-01-15 02:36:47'), + (11314,1901,NULL,2,1930,76193,'Calamity Ganon','',124.0234375,-111.375,0,0,0,'2020-01-15 18:34:09'), + (11315,1901,NULL,2,1930,76193,'Fireblight Ganon','',167.7109375,-87.5390625,0,0,0,'2020-01-15 18:34:45'), + (11316,1901,NULL,2,1930,76193,'Windblight Ganon','',71.640625,-97.03125,0,0,0,'2020-01-15 18:35:03'), + (11317,1901,NULL,2,1930,76193,'Thunderblight Ganon','',83.6875,-182.4375,0,0,0,'2020-01-15 18:35:26'), + (11318,1901,NULL,2,1930,76193,'Waterblight Ganon','',185.2578125,-125.171875,0,0,0,'2020-01-15 18:35:41'), + (11319,1901,NULL,2,1937,76193,'Lord of the Mountain','',92.3984375,-133.2578125,0,0,0,'2020-01-15 18:43:29'), + (11320,1901,NULL,2,1901,76193,'Zelda's Horse','',101.70703125,-140.671875,0,0,0,'2020-01-15 18:44:41'), + (11321,1901,NULL,2,1935,73866,'A Gift of Nightshade','',168.4453125,-183.4375,0,0,0,'2020-01-16 00:11:54'), + (11322,1901,NULL,2,1935,76193,'Riddles of Hyrule','',134.5234375,-94.0859375,0,0,0,'2020-01-16 18:18:14'), + (11323,1901,NULL,2,1943,78796,'Chest ','Glitched into water',162.31249986690227,-186.08573485039807,0,0,0,'2020-01-17 09:17:56'), + (11324,1901,NULL,2,1925,36179,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.0625,0,1,0,'2020-01-18 08:13:30'), + (11325,1901,NULL,2,1925,36179,'Ruvo Korbah Shrine','A Major Test of Strangth+',114.96484375,-161.4296875,0,1,0,'2020-01-18 08:14:40'), + (11326,1901,NULL,2,1925,36179,'Etsu Korima Shrine','Path of Light',109.01953125,-160.98046875,0,1,0,'2020-01-18 08:15:21'), + (11327,1901,NULL,2,1925,36179,'Yowaka Ita Shrine','Collected Soul',113.265625,-154.1015625,0,1,0,'2020-01-18 08:15:53'), + (11328,1901,NULL,2,1901,36179,'Champion Revali's Song','Part of DLC wave 2 ',70.765625,-107.4375,0,1,0,'2020-01-18 08:25:28'), + (11329,1901,NULL,2,1925,36179,'Noe Rajee Shrine','DLC wave 2 ',68.30859375,-91.8984375,0,1,0,'2020-01-18 08:33:53'), + (11330,1901,NULL,2,1925,36179,'Shira Gomar Shrine','DLC wave 2',90.8515625,-106.40625,0,0,0,'2020-01-18 08:47:16'), + (11331,1901,NULL,2,1925,36179,'Kiah Toza Shrine','DLC wave 2',94.484375,-78.21875,0,0,0,'2020-01-18 09:04:28'), + (11332,1901,NULL,2,1904,81159,'Explosive Arrows x5','',105.2734375,-159.671875,0,0,0,'2020-01-18 18:27:17'), + (11333,1901,NULL,2,1916,81840,'Korok Seed','Korok under the stones',115.171875,-152.19140625,0,1,0,'2020-01-18 21:14:42'), + (11334,1901,NULL,2,1901,81872,'find','',-51.5,-89.47134376698764,0,0,0,'2020-01-19 04:37:39'), + (11335,1901,NULL,2,1901,81851,'Stone Talus','',37.625,-127.625,0,0,0,'2020-01-19 07:33:35'), + (11336,1901,NULL,2,1931,82063,'Bokoblin Camp','',118.25,-158.03125,0,0,0,'2020-01-20 14:35:01'), + (11337,1901,NULL,2,1944,80073,'Royal Bow','In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.',140.27734375,-103.53125,0,0,0,'2020-01-20 17:36:53'), + (11338,1901,NULL,2,1901,14388,'Dinraal Farming Spot','',78.10940838879046,-112.20080150401046,0,0,0,'2020-01-21 04:13:48'), + (11339,1901,NULL,2,1935,79786,'Hero's treasure','Kass quest to retrieve the hero's cache.',186.6875,-169,0,0,0,'2020-01-21 17:25:49'), + (11340,1901,NULL,2,1935,79786,'Hero's treasure','Kass's quest to retrieve the old hero's treasure',186.734375,-169.015625,0,0,0,'2020-01-21 17:31:13'), + (11341,1901,NULL,2,1939,74072,'Ice Wizzrobe','',103.828125,-186.2734375,0,0,0,'2020-01-22 08:26:08'), + (11342,1901,NULL,2,1944,78796,'Silverscale spear','Not a zora spear',178.92578119357813,-120.57020968512843,0,0,0,'2020-01-23 06:16:09'), + (11343,1901,NULL,2,1944,78796,'Silverscale spear','Not Zora spear',180.0005580614658,-119.70081878786053,0,0,0,'2020-01-23 07:14:53'), + (11344,1901,NULL,2,1901,82330,'bghit nmshi','',168.5,-88.5,0,0,0,'2020-01-23 10:34:49'), + (11345,1901,NULL,2,1944,14388,'EX Ravio's Hood','',140.91632506751728,-165.96788977438555,0,1,0,'2020-01-24 20:32:01'), + (11346,1901,NULL,2,1902,82690,'Barbarian Helm','',200.375,-71.625,0,0,0,'2020-01-26 16:12:42'), + (11347,1901,NULL,2,1902,82690,'Barbarian Chestplate','',99.738037109375,-182.03207397460938,0,0,0,'2020-01-26 16:18:02'), + (11348,1901,NULL,2,1902,82690,'Barbarian Leg Wraps','',114.8657455444336,-71.79652404785156,0,0,0,'2020-01-26 16:19:07'), + (11349,1901,NULL,2,1902,82690,'Nintendo switch shirt','',120.66229796409607,-159.3363962173462,0,0,0,'2020-01-26 16:22:57'), + (11350,1901,NULL,2,1902,82690,'Hyrulian Trousers','',115.5775511264801,-158.34299850463867,0,0,0,'2020-01-26 16:26:15'), + (11351,1901,NULL,2,1902,82690,'Warm Doublet','',115.44416403770447,-163.25823616981506,0,0,0,'2020-01-26 16:35:44'), + (11352,1901,NULL,2,1902,82690,'Warm Doublet','',107.85525643825531,-162.6944615840912,0,0,0,'2020-01-26 16:38:36'), + (11353,1901,NULL,2,1943,82757,'Rupee','Purple rupee(50)',135.328125,-158.546875,0,0,0,'2020-01-27 00:57:06'), + (11354,1901,NULL,2,1930,82757,'Lizarfos','2 Lizarfos',135.3984375,-159.171875,0,0,0,'2020-01-27 01:02:07'), + (11355,1901,NULL,2,1935,82757,'The Giant of Relis Pond','hunt a Hinox in Ralis Pond',179.828125,-119.40625,0,0,0,'2020-01-27 02:17:51'), + (11356,1901,NULL,2,1944,82757,'Zora Spear','Behind the Bottom korok',179.859375,-120.0546875,0,0,0,'2020-01-27 02:29:53'), + (11357,1901,NULL,2,1901,82772,'Divine Beast Vah Rudania','',168.375,-88.25,0,0,0,'2020-01-27 04:15:34'), + (11358,1901,NULL,2,1916,82787,'Kolog','',133.0546875,-150.2578125,0,0,0,'2020-01-27 11:48:54'), + (11359,1901,NULL,2,1939,78832,'Blizzrobe','',103.78125,-186.46875,0,0,0,'2020-01-28 00:01:04'), + (11360,1901,NULL,2,1943,82489,'gold rupee','',107.1484375,-90.9140625,0,0,0,'2020-01-28 08:08:07'), + (11361,1901,NULL,2,1943,82489,'giant ancient core','',108.828125,-89.0703125,0,0,0,'2020-01-28 08:09:43'), + (11362,1901,NULL,2,1904,77697,'Dinraal Farm','Farm Dinraal (Fire Dragon) parts',142.640625,-70.390625,0,0,0,'2020-01-28 15:25:36'), + (11363,1901,NULL,2,1901,82864,'Boat','',111.20703125,-160.0234375,0,0,0,'2020-01-28 16:48:11'), + (11364,1901,NULL,2,1901,82864,'Bed','',115.822265625,-163.228515625,0,0,0,'2020-01-28 16:54:43'), + (11365,1901,NULL,2,1931,82864,'Enemy Camp','',117.765625,-162.18359375,0,0,0,'2020-01-28 17:14:34'), + (11366,1901,NULL,2,1936,82864,'Cracked Wall','Hides treasure',114.3984375,-158.234375,0,0,0,'2020-01-28 17:16:27'), + (11367,1901,NULL,2,1926,82913,'Vah'Naboris','',82.125,-180.75,0,0,0,'2020-01-28 18:11:51'), + (11368,1901,NULL,2,1926,82913,'Vah'Rudania','',165.75,-88.3125,0,0,0,'2020-01-28 18:16:18'), + (11369,1901,NULL,2,1901,82913,'Vah'Medoh','',71.5625,-99.8125,0,0,0,'2020-01-28 18:16:53'), + (11370,1901,NULL,2,1901,82414,'Espadon mision diosa','',65.9765625,-142.4921875,0,0,0,'2020-01-28 19:34:02'), + (11371,1901,NULL,2,1901,82929,'hi','',37.06213753668689,-83.9657916120841,0,0,0,'2020-01-28 22:43:16'), + (11372,1901,NULL,2,1935,82864,'By Firefly's Light','',157.71484375,-144.19140625,0,0,0,'2020-01-29 00:58:19'), + (11373,1901,NULL,2,1935,82864,'The Stolen Heirloom','',155.8828125,-143.41796875,0,0,0,'2020-01-29 01:17:36'), + (11374,1901,NULL,2,1936,82864,'Cracked Wall','',154.609375,-145.01953125,0,0,0,'2020-01-29 01:32:17'), + (11375,1901,NULL,2,1901,81346,'cubos ','cubos ',101.95703125,-164.51953125,0,0,0,'2020-01-30 20:47:31'), + (11376,1901,NULL,2,1944,59975,'Tingle's Tights (DLC)','',127.484375,-131.34765625,0,0,0,'2020-01-30 21:33:02'), + (11377,1901,NULL,2,1902,59975,'Phantom Armor (DLC)','',124.18994140625,-126.63272094726562,0,0,0,'2020-01-30 21:35:00'), + (11378,1901,NULL,2,1902,59975,'Phantom Greaves (DLC)','',120.0267333984375,-137.57664489746094,0,0,0,'2020-01-30 21:38:52'), + (11379,1901,NULL,2,1901,82896,'Ores','',79.46875,-156.2578125,0,0,0,'2020-01-31 22:40:52'), + (11380,1901,NULL,2,1901,22593,'Cave Entrance','',69.4921875,-72.390625,0,0,0,'2020-02-02 18:59:54'), + (11381,1901,NULL,2,1926,83430,'Divine Beast Vah Naboris','',88.09375,-185.28125,0,0,0,'2020-02-02 21:30:20'), + (11382,1901,NULL,2,1926,83430,'Divine Beast Vah Medoh','',71.5390625,-98.921875,0,0,0,'2020-02-02 21:31:06'), + (11383,1901,NULL,2,1926,83430,'Divine Beast Vah Rudania','',167.703125,-87.453125,0,0,0,'2020-02-02 21:31:34'), + (11384,1901,NULL,2,1920,83436,'AAA','',75.125,-81.34375,0,0,0,'2020-02-02 22:22:41'), + (11385,1901,NULL,2,1931,82864,'Bokoblin Camp','',143.46875,-149.15625,0,0,0,'2020-02-03 16:56:28'), + (11386,1901,NULL,2,1939,74072,'Ice Wizzrobe','',68.328125,-161.28125,0,0,0,'2020-02-03 22:47:31'), + (11387,1901,NULL,2,1939,74072,'Ice Wizzrobe','',75.4453125,-152.2109375,0,0,0,'2020-02-03 23:59:37'), + (11388,1901,NULL,2,1939,78832,'Blizzrobe','',75.59375,-152.546875,0,0,0,'2020-02-04 12:39:33'), + (11389,1901,NULL,2,1902,83601,'hylian shield','',66.625,-99.125,0,0,0,'2020-02-04 19:14:28'), + (11390,1901,NULL,2,1936,23714,'111','',174.6796875,-133.6484375,0,1,0,'2020-02-05 18:01:36'), + (11391,1901,NULL,2,1926,80678,'Divine Beast Medoh','Revali's Divine Beast',71.61249923706055,-98.87587406479494,0,0,0,'2020-02-05 18:08:20'), + (11392,1901,NULL,2,1926,80678,' Divine Beast Vah Rudania','Daruk's Divine Beast',163.8624973297119,-90.69760846325755,0,0,0,'2020-02-05 18:09:12'), + (11393,1901,NULL,2,1926,80678,'Divine Beast Vah Naboris ','Urbosa's Divine Beast',69.76250076293945,-184.56269717759437,0,0,0,'2020-02-05 18:10:11'), + (11394,1901,NULL,2,1936,23714,'111','',201.359375,-115.8125,0,0,0,'2020-02-06 12:38:13'), + (11395,1901,NULL,2,1936,23714,'111','',200.875,-118.953125,0,0,0,'2020-02-06 12:38:32'), + (11396,1901,NULL,2,1901,76193,'Sanctum','',124.0390625,-112.1875,0,0,0,'2020-02-06 20:01:27'), + (11397,1901,NULL,2,1930,76193,'Calamity Ganon','',124.015625,-111.40625,0,0,0,'2020-02-06 20:01:54'), + (11398,1901,NULL,2,1930,76193,'Dark Beast Ganon','',127.1875,-136.5,0,0,0,'2020-02-06 20:02:24'), + (11399,1901,NULL,2,1901,83632,'volver kolog','',158.6015625,-175.03125,0,0,0,'2020-02-06 23:31:32'), + (11400,1901,NULL,2,1936,23714,'111','',158.05859375,-90.45703125,0,0,0,'2020-02-07 18:23:39'), + (11401,1901,NULL,2,1931,83679,'Lizalfo Camp ','about 6 enemies',168.86328125,-123.8984375,0,0,0,'2020-02-08 09:50:51'), + (11402,1901,NULL,2,1905,84039,'stuff','',127.375,-130.625,0,0,0,'2020-02-08 18:42:01'), + (11403,1901,NULL,2,1931,74630,'enemy camp','',173.703125,-160.0234375,0,0,0,'2020-02-09 01:14:51'), + (11404,1901,NULL,2,1926,74630,'Vah Medah','',71.5390625,-98.9140625,0,0,0,'2020-02-09 01:15:45'), + (11405,1901,NULL,2,1926,74630,'Vah Rudonia','',165.171875,-87.578125,0,0,0,'2020-02-09 01:16:21'), + (11406,1901,NULL,2,1935,79196,'Riddles of Hyrule','',134.55078125,-93.87109375,0,1,0,'2020-02-09 17:59:30'), + (11407,1901,NULL,2,1916,84145,'Korok Seeds','Go to sign in time',136.5859375,-183.9726563692093,0,0,0,'2020-02-11 17:21:00'), + (11408,1901,NULL,2,1926,66829,'Nova Prime','',71.359375,-99.890625,0,0,0,'2020-02-12 03:50:48'), + (11409,1901,NULL,2,1930,84578,'Assasin','',162.935546875,-140.150390625,0,0,0,'2020-02-12 21:48:25'), + (11410,1901,NULL,2,1939,74072,'Ice Wizzrobe','',60.94921875,-145.0625,0,0,0,'2020-02-12 23:34:48'), + (11411,1901,NULL,2,1901,84635,'???','',144.29698374793037,-154.7972177714562,0,0,0,'2020-02-13 05:59:57'), + (11412,1901,NULL,2,1925,84349,'Sharo Lun Shrine','',173.7734375,-90.21875,0,1,0,'2020-02-13 12:24:58'), + (11413,1901,NULL,2,1925,84349,'Rinu Honika Shrine','',163.05078125,-96.87890625,0,0,0,'2020-02-13 12:25:53'), + (11414,1901,NULL,2,1925,84349,'Daqa Koh Shrine','',160.296875,-91.6796875,0,0,0,'2020-02-13 12:26:31'), + (11415,1901,NULL,2,1925,84349,'Kamia Omuna Shrine','',161.3125,-77.56640625,0,0,0,'2020-02-13 12:28:52'), + (11416,1901,NULL,2,1925,84349,'Sato Koda shrine','',176.48828125,-115.00390625,0,0,0,'2020-02-13 12:30:14'), + (11417,1901,NULL,2,1901,84357,'Falta','\r\n\r\n',160.92100309867746,-143.07572886886143,0,0,0,'2020-02-13 19:51:20'), + (11418,1901,NULL,2,1926,78956,'Divine Beast Vah Rudania','',168.6875,-89.125,0,0,0,'2020-02-14 09:47:54'), + (11419,1901,NULL,2,1926,78956,'Divine Beast Vah Medoh','',71.34375,-99.921875,0,0,0,'2020-02-14 09:48:25'), + (11420,1901,NULL,2,1926,78956,'Divine Beast Vah Naboris','',94.8504638671875,-169.0638427734375,0,0,0,'2020-02-14 09:48:46'), + (11421,1901,NULL,2,1940,83846,'Master Mode Lynel','',118.5625,-157.6875,0,0,0,'2020-02-15 02:05:02'), + (11422,1901,NULL,2,1920,77349,'Great Plateau','',111.67708206176758,-158.34375,0,0,0,'2020-02-16 01:18:41'), + (11423,1901,NULL,2,1931,56340,'Bokoblin Camp','',118.0874947309494,-157.941461057196,0,1,0,'2020-02-16 02:08:25'), + (11424,1901,NULL,2,1932,75081,'Decayed Guardian','',71.4614752348991,-144.1709273346582,0,0,0,'2020-02-16 05:52:06'), + (11425,1901,NULL,2,1940,75081,'Lynel','',64.43820768091288,-141.65348519764598,0,0,0,'2020-02-16 05:52:36'), + (11426,1901,NULL,2,1941,75081,'Stone Talus','',68.38338460361675,-146.8820983606131,0,0,0,'2020-02-16 05:53:10'), + (11427,1901,NULL,2,1901,83679,'Zora Monument',' Memoir of a Gifted Stonemason',178.171875,-116.734375,0,1,0,'2020-02-16 09:24:21'), + (11428,1901,NULL,2,1935,83679,'The Giant of Ralis Pond','Defeat the hinox near Ralis pond and return to Torfeau and gain a silver rupee',179.7578125,-119.453125,0,0,0,'2020-02-16 10:11:37'), + (11429,1901,NULL,2,1925,85069,'Mogg Latan Shrine','',92.080322265625,-135.19927978515625,0,0,0,'2020-02-16 17:16:33'), + (11430,1901,NULL,2,1916,84988,'missed','',149.9453125,-114.5546875,0,0,0,'2020-02-17 02:53:51'), + (11431,1901,NULL,2,1901,84360,'Kaya Wan','',101.56137352778163,-161.18480546537663,0,0,0,'2020-02-18 01:34:05'), + (11432,1901,NULL,2,1901,82889,'2go','\r\n\r\n\r\n\r\n\r\n\r\n',95,-162.625,0,1,0,'2020-02-18 02:22:40'), + (11433,1901,NULL,2,1926,81469,'Divine Beast Vah Medoh','',71.328125,-99.453125,0,0,0,'2020-02-18 18:28:49'), + (11434,1901,NULL,2,1910,85375,'Fish','Fish',118.9609375,-153.8125,0,0,0,'2020-02-18 18:37:13'), + (11435,1901,NULL,2,1930,85375,'Bokoblin x2','',116.4453125,-154.84375,0,0,0,'2020-02-18 19:11:51'), + (11436,1901,NULL,2,1901,32383,'Phantom Gannon Marker','',144.08124923706055,-178.62012001509012,0,0,0,'2020-02-19 01:12:33'), + (11437,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.322021484375,-130.96331787109375,0,0,0,'2020-02-19 16:45:34'), + (11438,1901,NULL,2,1901,85483,'Zora Stone Monuments','',172.94642639160156,-127.52369689941406,0,0,0,'2020-02-19 16:46:06'), + (11439,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.78125,-126.90234375,0,0,0,'2020-02-19 16:46:21'), + (11440,1901,NULL,2,1935,85483,'Zora Stone Monuments','',179.97105407714844,-119.23240661621094,0,0,0,'2020-02-19 17:12:01'), + (11441,1901,NULL,2,1916,85573,'korogu','',91.625,-75.03125,0,0,0,'2020-02-20 16:55:42'), + (11442,1901,NULL,2,1901,85654,'INIZIO','',111.78125,-158.625,0,0,0,'2020-02-21 16:17:11'), + (11443,1901,NULL,2,1920,85654,'VILLAGGIO CALBARICO','',128.4375,-154.9375,0,0,0,'2020-02-21 16:18:49'), + (11444,1901,NULL,2,1944,85878,'Island Lobster Shirt','',125.5859375,-176.143736343033,0,0,0,'2020-02-23 00:42:14'), + (11445,1901,NULL,2,1944,85878,'Phantom Ganon Greaves (DLC)','',156.44999885559082,-180.62844515121634,0,0,0,'2020-02-23 01:28:21'), + (11446,1901,NULL,2,1944,85878,' Phantom Ganon Skull (DLC)','',153.72187519073486,-178.81009362793648,0,0,0,'2020-02-23 01:28:48'), + (11447,1901,NULL,2,1901,84688,'Entrada','La entrada para el santuario',122.90625,-109.921875,0,0,0,'2020-02-23 02:57:08'), + (11448,1901,NULL,2,1901,44233,'ss','',123.9375,-165.8125,0,0,0,'2020-02-23 11:59:07'), + (11449,1901,NULL,2,1921,85980,'asd','',124.375,-124.875,0,0,0,'2020-02-23 19:50:15'), + (11450,1901,NULL,2,1903,85240,'sword','',47.25,-132.9375,0,0,0,'2020-02-23 21:42:49'), + (11451,1901,NULL,2,1936,85883,'Cracked Wall','',158.70323061943054,-175.58752091170015,0,1,0,'2020-02-23 22:35:01'), + (11452,1901,NULL,2,1939,78832,'Blizzrobe','',61.328125,-145.1875,0,0,0,'2020-02-24 09:47:21'), + (11453,1901,NULL,2,1936,76193,'Cracked Wall x2','',158.828125,-165.0703125,0,0,0,'2020-02-24 19:43:05'), + (11454,1901,NULL,2,1945,76193,'Lord of the Mountain','',92.36328125,-133.30078125,0,0,0,'2020-02-24 19:54:02'), + (11455,1901,NULL,2,1920,76193,'Satori Mountain','',92.15625,-134.71875,0,0,0,'2020-02-24 19:54:25'), + (11456,1901,NULL,2,1920,76193,'Death Mountain','',167.875,-87.71875,0,0,0,'2020-02-24 19:54:41'), + (11457,1901,NULL,2,1901,86159,'???','??',69.75,-176.875,0,0,0,'2020-02-25 18:09:09'), + (11458,1901,NULL,2,1935,86163,'hero tunic','falar com impa e achar uma memoria',155.8515625,-143.41015625,0,0,0,'2020-02-26 11:21:32'), + (11459,1901,NULL,2,1921,86256,'der','qze',89,-106,0,0,0,'2020-02-26 15:32:00'), + (11460,1901,NULL,2,1939,78832,'Blizzrobe','',74.019287109375,-129.474609375,0,0,0,'2020-02-27 03:17:25'), + (11461,1901,NULL,2,1901,85964,'KOROGU DUR','',63.00390625,-71.55457733871773,0,0,0,'2020-02-27 16:04:05'), + (11462,1901,NULL,2,1901,76193,'Shadow Hamlet Ruins','',175.5625,-92.3203125,0,0,0,'2020-02-27 20:03:01'), + (11463,1901,NULL,2,1901,86407,'kakariko','',34.875,-89.375,0,0,0,'2020-02-28 01:27:43'), + (11464,1901,NULL,2,1923,86422,'Center','',45.53271484375,-110.03076171875,0,1,0,'2020-02-28 01:36:58'), + (11465,1901,NULL,2,1901,82004,'Giant Horse (Ganon's Horse)','You require at least two and a half stamina circles to tame this horse',109.46875,-169.5625,0,1,0,'2020-02-29 03:26:55'), + (11466,1901,NULL,2,1901,82887,'My House','',179.7734375,-163.6953125,0,1,0,'2020-03-02 15:12:05'), + (11467,1901,NULL,2,1939,78832,'Blizzrobe','',82.890625,-81.640625,0,0,0,'2020-03-03 03:45:01'), + (11468,1901,NULL,2,1936,84638,'Crack Wall','',126.91266335728183,-144.34753792085272,0,1,0,'2020-03-03 04:46:24'), + (11469,1901,NULL,2,1936,82489,'rare ore deposit','',193.765625,-127.71484375,0,1,0,'2020-03-03 06:26:35'), + (11470,1901,NULL,2,1939,78832,'Blizzrobe','',81.12554931640625,-86.59439086914062,0,0,0,'2020-03-03 07:35:51'), + (11471,1901,NULL,2,1939,78832,'Blizzrobe','',73.8475341796875,-86.63885498046875,0,0,0,'2020-03-03 08:17:32'), + (11472,1901,NULL,2,1944,82489,'chest','forest dweller's bow',195.9140625,-114.5078125,0,1,0,'2020-03-03 18:46:52'), + (11473,1901,NULL,2,1931,82489,'enemy camp','',195.71875,-114.3984375,0,0,0,'2020-03-03 18:47:32'), + (11474,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.5625,-99.875,0,0,0,'2020-03-03 23:58:55'), + (11475,1901,NULL,2,1939,78832,'Blizzrobe','',83.74578857421875,-93.01483154296875,0,0,0,'2020-03-04 03:45:52'), + (11476,1901,NULL,2,1939,78832,'Blizzrobe','',89.5594482421875,-99.61810302734375,0,0,0,'2020-03-04 04:51:36'), + (11477,1901,NULL,2,1936,82489,'rare ore deposit','rare ore deposit',160.43359375,-93.0859375,0,1,0,'2020-03-04 11:28:13'), + (11478,1901,NULL,2,1936,82489,'rare ore deposit','',143.28515625,-103.87890625,0,1,0,'2020-03-04 15:07:20'), + (11479,1901,NULL,2,1925,87060,'Keive Tala Shrine','',91.03125,-189.46875,0,0,0,'2020-03-05 03:17:41'), + (11480,1901,NULL,2,1925,87060,'Takama Shiri Shrine','Dual Purpose',51.40625,-161.671875,0,0,0,'2020-03-05 03:19:24'), + (11481,1901,NULL,2,1925,87060,'Etsu Korima Shrine','Path of Light',108.9609375,-161.0625,0,0,0,'2020-03-05 03:21:27'), + (11482,1901,NULL,2,1936,82489,'rare ore deposit','',64.4296875,-92.796875,0,1,0,'2020-03-05 09:10:33'), + (11483,1901,NULL,2,1944,82489,'fire arrow x5','fire arrow x5',110.3203125,-87.7421875,0,1,0,'2020-03-05 12:56:03'), + (11484,1901,NULL,2,1901,82489,'xenoblade chronicles 2 ','at night look southeast',84.53125,-82.7421875,0,0,0,'2020-03-05 14:41:25'), + (11485,1901,NULL,2,1901,82489,'surfing challenge','surfing challenge \r\n',81.8515625,-78.9140625,0,1,0,'2020-03-05 15:02:30'), + (11486,1901,NULL,2,1916,86809,'a','',64.16015625,-70.05078125,0,0,0,'2020-03-05 15:22:48'), + (11487,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.37540761383727,-99.56982879934631,0,0,0,'2020-03-05 18:22:44'), + (11488,1901,NULL,2,1926,86992,'Divine Beast Va Naboris','',75.8587462119039,-186.15059570481765,0,0,0,'2020-03-05 18:23:41'), + (11489,1901,NULL,2,1926,86992,'Divine Beast Vah Rudania','',166.42709906278046,-90.28909047202436,0,0,0,'2020-03-05 18:24:19'), + (11490,1901,NULL,2,1935,82489,'good-sized horse','',96.125,-157.296875,0,1,0,'2020-03-05 19:25:39'), + (11491,1901,NULL,2,1943,87074,'Phantom Ganon Skull (DLC)','"Some believe this serie headgear is inspirited by a dark entity resembling the Great King of Evil himself. It's a rather rare find."',154.12109375,-177.42578125,0,0,0,'2020-03-05 20:51:33'), + (11492,1901,NULL,2,1901,87273,'Temple of Time','The Temple once home to the Master Sword',115.421875,-157.984375,0,0,0,'2020-03-07 01:33:12'), + (11493,1901,NULL,2,1902,84143,'Prueba','Cosa molona',108.515625,-161.79777081414525,0,0,0,'2020-03-07 10:49:35'), + (11494,1901,NULL,2,1902,84143,'Prueba','Hola',108.375,-161.65700266858596,0,0,0,'2020-03-07 10:50:19'), + (11495,1901,NULL,2,1944,75356,'Royal Halberd','',118.3125,-86.99443232209474,0,0,0,'2020-03-08 02:40:36'), + (11496,1901,NULL,2,1901,87453,'Collo','',110.1875,-147.875,0,0,0,'2020-03-08 03:32:59'), + (11497,1901,NULL,2,1901,87453,'colosseum','',110,-147.84375,0,0,0,'2020-03-08 03:33:38'), + (11498,1901,NULL,2,1930,83679,'Koblins','Fire Keese\r\nBokoblins \r\nFire Chuchu',161.0078125,-104.125,0,1,0,'2020-03-08 03:46:44'), + (11499,1901,NULL,2,1931,83679,'Lizalfo Camp ','1 Moblin\r\n3archers\r\nabout 4 Bokoblins',169.4375,-119.78125,0,0,0,'2020-03-08 09:48:03'), + (11500,1901,NULL,2,1901,64382,'cd','',67.3515625,-69.578125,0,0,0,'2020-03-08 17:21:57'), + (11501,1901,NULL,2,1901,83679,'Akkala Tech Lab','',198.55859375,-78.515625,0,0,0,'2020-03-09 08:12:23'), + (11502,1901,NULL,2,1916,87607,'K','',187.30907424793315,-184.49025863916341,0,0,0,'2020-03-09 16:29:41'), + (11503,1901,NULL,2,1910,86377,'Purple Rupee (50 Rupees)','',158.890625,-165.0078125,0,1,0,'2020-03-09 19:52:52'), + (11504,1901,NULL,2,1910,86377,'Silver Rupee (100 Rupees)','',107.2734375,-119.88671875,0,0,0,'2020-03-09 21:52:41'), + (11505,1901,NULL,2,1939,73379,'Ice Wizzrobe','missed one',103.8359375,-186.3671875,0,0,0,'2020-03-10 00:49:00'), + (11506,1901,NULL,2,1916,86041,'Korok Seed','',132.4375,-189,0,1,0,'2020-03-10 19:44:23'), + (11507,1901,NULL,2,1916,87765,'Sin encontrar','',111.96066069602966,-85.57942342758179,0,0,0,'2020-03-11 00:18:53'), + (11508,1901,NULL,2,1901,83679,'Hestu Final Location','This is where Hestu stays, its a small opening beside the master sword platform',134.76171875,-94.93359375,0,0,0,'2020-03-11 11:21:34'), + (11509,1901,NULL,2,1939,83262,'Wizzarobe','',73.734375,-129.5625,0,0,0,'2020-03-11 16:27:10'), + (11510,1901,NULL,2,1916,87994,'Korok Seeds','',179.1875,-180.171875,0,0,0,'2020-03-13 12:26:26'), + (11511,1901,NULL,2,1944,87948,'Zora Helmet','',182.09375,-114.1328125,0,0,0,'2020-03-13 13:07:30'), + (11512,1901,NULL,2,1931,88022,'Enemy Camp','',65.4820556640625,-97.047607421875,0,1,0,'2020-03-13 16:20:51'), + (11513,1901,NULL,2,1936,87099,'Box','100 ruby',150.453125,-97.45703125,0,0,0,'2020-03-14 02:08:51'), + (11514,1901,NULL,2,1925,86320,'Shrine of Resurrection','',110.734130859375,-157.36749267578125,0,0,0,'2020-03-14 10:33:19'), + (11515,1901,NULL,2,1938,86803,'relais du sud d'Akkala','',177.046875,-101.828125,0,0,0,'2020-03-14 17:27:54'), + (11516,1901,NULL,2,1926,87473,'Vah Naboris','',95.109375,-168.5703125,0,0,0,'2020-03-15 00:26:56'), + (11517,1901,NULL,2,1926,72128,'vah'rudania','',167.75,-87.5,0,0,0,'2020-03-15 16:04:52'), + (11518,1901,NULL,2,1931,73379,'Enemy Camp','You missed this one',195.390625,-137.671875,0,0,0,'2020-03-15 20:01:37'), + (11519,1901,NULL,2,1936,83262,'Precious & saphire','Cracked stone giving precious stone',95.4765625,-131.2265625,0,0,0,'2020-03-15 20:29:34'), + (11520,1901,NULL,2,1926,85570,'Divine Beast Vah Medoh','',71.5859375,-98.5,0,0,0,'2020-03-15 23:24:41'), + (11521,1901,NULL,2,1935,30971,'By Firefly's Light','',157.671875,-144.18359375,0,0,0,'2020-03-17 05:29:30'), + (11522,1901,NULL,2,1944,87973,'Calças de Tingle','Embaixo do Guardião',127.4960949420929,-131.33984354138374,0,1,0,'2020-03-17 14:48:59'), + (11523,1901,NULL,2,1936,82864,'Cracked Wall','',139.24609375,-156.1640625,0,0,0,'2020-03-17 18:17:10'), + (11524,1901,NULL,2,1944,86041,'Royal Spear ','',118.97135418653488,-87.34895837306976,0,1,0,'2020-03-18 02:53:47'), + (11525,1901,NULL,2,1901,88764,'ok','',35,-127.5,0,0,0,'2020-03-18 17:09:33'), + (11526,1901,NULL,2,1944,56340,'Knight's Spear','',118.9296875,-87.36562987582413,0,0,0,'2020-03-18 18:26:41'), + (11527,1901,NULL,2,1916,80263,'seed','',174.48281264305115,-180.75067737849045,0,0,0,'2020-03-19 04:51:20'), + (11528,1901,NULL,2,1916,80263,'seed','',174.5234375,-180.7027478144451,0,0,0,'2020-03-19 04:51:45'), + (11529,1901,NULL,2,1930,87199,'Lizalfos','',149.671875,-178.71875,0,0,0,'2020-03-19 19:17:35'), + (11530,1901,NULL,2,1934,84505,'The Master Sword #18','',134.760991503956,-94.98366451263428,0,0,0,'2020-03-20 20:42:55'), + (11531,1901,NULL,2,1935,84505,'Rushroom Rush!','',84.14124164340336,-162.78018474578857,0,0,0,'2020-03-20 20:44:16'), + (11532,1901,NULL,2,1935,84505,'Tools of The Trade','',68.04132015869757,-173.58806848526,0,0,0,'2020-03-20 20:45:54'), + (11533,1901,NULL,2,1935,84505,'The Secret Club's Secret','',68.28222077425629,-173.828125,0,0,0,'2020-03-20 20:46:44'), + (11534,1901,NULL,2,1935,84505,'The Mystery Polluter','',66.86012795035073,-174.2734375,0,0,0,'2020-03-20 20:47:23'), + (11535,1901,NULL,2,1935,84505,'Medicinal Molduga','',67.53287617513175,-173.94460225105286,0,0,0,'2020-03-20 20:47:59'), + (11536,1901,NULL,2,1935,84505,'The Search for Barta','',66.93399595240831,-173.78125,0,0,0,'2020-03-20 20:48:54'), + (11537,1901,NULL,2,1935,84505,'The Thunder Helm','',67.26663179238241,-174.34375,0,0,0,'2020-03-20 20:50:23'), + (11538,1901,NULL,2,1935,84505,'The Eighth Heroine','',69.5796977915071,-173.9765625,0,0,0,'2020-03-20 20:50:43'), + (11539,1901,NULL,2,1901,88030,'Lanza de hielo dentro del templo, falto recoger','',140.1640625,-115.06749068694579,0,0,0,'2020-03-22 16:38:43'), + (11540,1901,NULL,2,1926,85570,'Divine Beast Vah Naboris','',95,-169.25,0,0,0,'2020-03-22 17:54:02'), + (11541,1901,NULL,2,1901,88684,'monster','',168.9622802734375,-171.4658203125,0,0,0,'2020-03-22 19:12:21'), + (11542,1901,NULL,2,1943,82864,'5 Fire Arrows','',180.099609375,-119.3125,0,0,0,'2020-03-22 23:15:51'), + (11543,1901,NULL,2,1936,89547,'il tesoro è dietro','',114.4140625,-158.21875,0,0,0,'2020-03-23 16:31:02'), + (11544,1901,NULL,2,1943,89547,'opal','',115.1640625,-158.66796875,0,0,0,'2020-03-23 19:22:10'), + (11545,1901,NULL,2,1943,89547,'opal','',115.16015625,-158.75,0,0,0,'2020-03-23 19:28:05'), + (11546,1901,NULL,2,1931,89547,'bokoblin camp','',107.9375,-154.296875,0,0,0,'2020-03-23 21:15:44'), + (11547,1901,NULL,2,1943,89547,'flint','',107.90625,-162.7265625,0,0,0,'2020-03-23 21:44:27'), + (11548,1901,NULL,2,1901,40441,'dinero infinito','',128.421875,-121.34375,0,0,0,'2020-03-24 03:28:09'), + (11549,1901,NULL,2,1926,39064,'Divine Beast Vah Naboris','',95.125,-169.4375,0,1,0,'2020-03-24 10:27:41'), + (11550,1901,NULL,2,1901,89658,'1','Bombes',121,-159.0625,0,0,0,'2020-03-24 13:03:30'), + (11551,1901,NULL,2,1943,89547,'amber','',137.2578125,-137.015625,0,0,0,'2020-03-24 13:07:01'), + (11552,1901,NULL,2,1934,83679,'Mipha's Touch (#10)','"Mipha quietly expresses her concern for Link while tending to his wounds atop the Divine Beast. She reassures Link that he can count on her in the upcoming trials ahead."',179.625,-120.53125,0,0,0,'2020-03-26 09:48:15'), + (11553,1901,NULL,2,1910,83262,'Gold Rupees','One gold Rupee\r\n300 rupees',197.77734375,-141.046875,0,0,0,'2020-03-26 17:02:14'), + (11554,1901,NULL,2,1920,89488,'Footrace Check-in','',86.5560302734375,-109.64181518554688,0,0,0,'2020-03-26 23:21:30'), + (11555,1901,NULL,2,1910,90066,'Amber','',107.859375,-162.69140625,0,0,0,'2020-03-27 17:33:19'), + (11556,1901,NULL,2,1936,89210,'Cracker Walls','Salt, Opal',178.3125,-103.3046875,0,0,0,'2020-03-28 12:58:42'), + (11557,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','small enemy camp with single watchtower and cooking pot',130.734375,-152.1328125,0,1,0,'2020-03-28 15:11:17'), + (11558,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Enemy Camp w/ Cooking Pot',132.44140625,-154.04296875,0,1,0,'2020-03-28 15:26:52'), + (11559,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Bokoblin Enemy Camp with single watchtower',135.71875,-152.73828125,0,1,0,'2020-03-28 15:34:24'), + (11560,1901,NULL,2,1901,90222,'ijko','ijko',152.09375,-184.21875,0,1,0,'2020-03-29 12:24:58'), + (11561,1901,NULL,2,1931,88203,'Bokoblins','',171.90625,-177.96875,0,0,0,'2020-03-29 13:46:19'), + (11562,1901,NULL,2,1901,89757,'hhhh','',106.421875,-153.84375,0,0,0,'2020-03-29 15:29:53'), + (11563,1901,NULL,2,1931,88203,'Bokoblins/Moblin','',160.87109375,-189.28125,0,0,0,'2020-03-29 15:34:46'), + (11564,1901,NULL,2,1931,88203,'Lezalfos','',179.8671875,-189.05859375,0,0,0,'2020-03-29 15:35:28'), + (11565,1901,NULL,2,1931,88203,'Bokoblins','',149.17578125,-181.578125,0,0,0,'2020-03-29 17:53:23'), + (11566,1901,NULL,2,1931,88203,'Bokoblins','',156.0390625,-186.6171875,0,0,0,'2020-03-29 18:24:57'), + (11567,1901,NULL,2,1931,88203,'Bokoblins','',141.8828125,-174.42578125,0,0,0,'2020-03-29 20:11:52'), + (11568,1901,NULL,2,1931,88203,'Bokoblins','',139.55859375,-171.1015625,0,0,0,'2020-03-29 20:12:09'), + (11569,1901,NULL,2,1931,88203,'Bokoblins','',139.328125,-155.51953125,0,0,0,'2020-03-30 20:43:44'), + (11570,1901,NULL,2,1901,89884,'john','',189.96875,-102.81510424613953,0,0,0,'2020-03-30 21:07:35'), + (11571,1901,NULL,2,1944,87973,'Medalhão de Viajem','Subsolo',200.729687333107,-72.39843761920929,0,1,0,'2020-03-31 00:16:57'), + (11572,1901,NULL,2,1926,90748,'Vah Medoh','',71.25,-99.875,0,0,0,'2020-03-31 11:33:43'), + (11573,1901,NULL,2,1926,90748,'Vah Rudania','',167.5,-87.75,0,0,0,'2020-03-31 11:36:41'), + (11574,1901,NULL,2,1926,90748,'Vah Naboris','',94.125,-168.375,0,0,0,'2020-03-31 11:38:37'), + (11575,1901,NULL,2,1943,90785,'DLC Chest ruby','Ruby',117.5,-151.73046875,0,0,0,'2020-04-01 13:32:56'), + (11576,1901,NULL,2,1901,90559,'Giant Horse','The area where the giant horse is found',108.875,-169.875,0,0,0,'2020-04-01 16:10:11'), + (11577,1901,NULL,2,1901,90983,'Toston's House','Mi humilde casita',179.79620046330842,-163.87256836537497,0,0,0,'2020-04-02 07:04:44'), + (11578,1901,NULL,2,1939,83679,'Ice Wizzrobe','',91.2265625,-99.22265625,0,0,0,'2020-04-02 07:57:10'), + (11579,1901,NULL,2,1901,78192,'bb','',174.25799560546875,-165.0872802734375,0,0,0,'2020-04-02 09:16:48'), + (11580,1901,NULL,2,1925,91066,'s','',132.84375,-79.15625,0,0,0,'2020-04-02 18:18:49'), + (11581,1901,NULL,2,1901,91165,'Campfire ','',105.58823109061187,-152.63490753177268,0,0,0,'2020-04-03 11:57:51'), + (11582,1901,NULL,2,1936,83262,'Cracked wall','precious gems\r\n',160.515625,-93.109375,0,0,0,'2020-04-03 15:24:44'), + (11583,1901,NULL,2,1901,90976,'xc','',59.125,-115.3125,0,0,0,'2020-04-04 06:44:32'), + (11584,1901,NULL,2,1930,91409,'death','',117.625,-160.21875,0,0,0,'2020-04-05 02:55:33'), + (11585,1901,NULL,2,1937,91401,'Horse Fairy','',140.25,-186.171875,0,0,0,'2020-04-05 18:33:56'), + (11586,1901,NULL,2,1901,91548,'Peak','Contains: Amber',107.8671875,-162.7109375,0,0,0,'2020-04-05 20:50:07'), + (11587,1901,NULL,2,1944,83262,'treasure chest ','5 fire arrow',70.25,-68.265625,0,0,0,'2020-04-07 15:01:22'), + (11588,1901,NULL,2,1926,75096,'Divine Beast Vah Rudania','',165.67869567871094,-88.67755508422852,0,0,0,'2020-04-07 22:10:39'), + (11589,1901,NULL,2,1926,75096,'Divine Beast Vah Naboris','',94.93680953979492,-168.76338624954224,0,0,0,'2020-04-07 22:11:36'), + (11590,1901,NULL,2,1926,75096,'Divine Beast Vah Medoh','',71.38671875,-99.80078125,0,0,0,'2020-04-07 22:12:04'), + (11591,1901,NULL,2,1916,91098,'koro seed','',120.625,-79.25,0,0,0,'2020-04-08 00:47:27'), + (11592,1901,NULL,2,1943,90882,'Purple rubies','',99.90625,-165.09375,0,0,0,'2020-04-08 00:47:35'), + (11593,1901,NULL,2,1920,89332,'Shrine of Resurection','',110.96875,-157.73061992598812,0,0,0,'2020-04-09 07:32:55'), + (11594,1901,NULL,2,1916,91143,'Falto','',71.4375,-99.9657286116765,0,0,0,'2020-04-09 18:31:59'), + (11595,1901,NULL,2,1901,92155,'Eightfold blade','Location of an Eightfold blade.',153.671875,-143.078125,0,0,0,'2020-04-09 21:32:40'), + (11596,1901,NULL,2,1901,92155,'Test','',150.1796875,-142.59375,0,0,0,'2020-04-09 21:34:04'), + (11597,1901,NULL,2,1902,92155,'Lizalfos with a Phernic bow','A Lizalfos is carrying a Phernic bow here.\r\n',147.9375,-138.62109375,0,0,0,'2020-04-09 22:10:58'), + (11598,1901,NULL,2,1905,92155,'Shield of the Mind's Eye','Inside of the skull there is a Shield of the Mind's Eye laying on the floor. It's a good idea to disguise yourself before going in since a bokoblin may equip it otherwise.',143.6875,-149.640625,0,0,0,'2020-04-09 22:16:16'), + (11599,1901,NULL,2,1936,83262,'precious gem','topaz x2\r\nsaphire\r\namber',174.5859375,-133.6875,0,0,0,'2020-04-10 17:05:15'), + (11600,1901,NULL,2,1901,92411,'Safula Hill','',99.5625,-142.078125,0,0,0,'2020-04-11 13:25:33'), + (11601,1901,NULL,2,1916,92423,'korogu','',132.1796875,-179.484375,0,0,0,'2020-04-11 21:31:18'), + (11602,1901,NULL,2,1926,23247,'Vah Rudania','',167.6484375,-87.46875,0,1,0,'2020-04-13 00:09:29'), + (11603,1901,NULL,2,1916,90785,'Korok Seeds','under rock',125.5546875,-115.921875,0,0,0,'2020-04-13 12:23:00'), + (11604,1901,NULL,2,1941,92846,'Zendou','',156.5,-101.3125,0,0,0,'2020-04-13 15:37:15'), + (11605,1901,NULL,2,1901,92845,'Great Plateau Tower','The Game starts here',119.28515625,-154.52734375,0,0,0,'2020-04-13 15:37:43'), + (11606,1901,NULL,2,1916,92929,'Start for south','',62.30078125,-84.40625,0,0,0,'2020-04-14 06:21:26'), + (11607,1901,NULL,2,1916,92929,'start for north','',64.453125,-92.359375,0,0,0,'2020-04-14 06:46:44'), + (11608,1901,NULL,2,1916,92929,'Start for south','',57.765625,-88.75390625,0,0,0,'2020-04-14 07:18:36'), + (11609,1901,NULL,2,1916,92929,'Start for South East','',107.703125,-77.328125,0,0,0,'2020-04-14 10:02:47'), + (11610,1901,NULL,2,1901,92956,'Schrein','',152.875,-133.8125,0,0,0,'2020-04-14 11:51:05'), + (11611,1901,NULL,2,1916,92929,'Start for North East','',112.40625,-153.9609375,0,0,0,'2020-04-14 13:09:24'), + (11612,1901,NULL,2,1916,92929,'Start for South','',145.6875,-164.390625,0,0,0,'2020-04-14 17:39:44'), + (11613,1901,NULL,2,1944,83679,'Falcon Bow','',68.5234375,-121.97265625,0,0,0,'2020-04-15 07:15:00'), + (11614,1901,NULL,2,1916,92929,'Start for East','',191.8203125,-154.8125,0,0,0,'2020-04-15 07:17:10'), + (11615,1901,NULL,2,1939,83679,'Ice Wizzrobe','weapon: Blizzard rod',73.9609375,-129.65625,0,0,0,'2020-04-15 12:28:58'), + (11616,1901,NULL,2,1935,92929,'7th ZORA statue ','',178.984375,-125.7109375,0,0,0,'2020-04-15 13:24:20'), + (11617,1901,NULL,2,1935,92929,'1st ZORA statue','',178.9453125,-128.546875,0,0,0,'2020-04-15 13:39:04'), + (11618,1901,NULL,2,1935,92929,'6th ZORA statue','',181,-128.8046875,0,0,0,'2020-04-15 13:40:45'), + (11619,1901,NULL,2,1935,92929,'1st ZORA statue','',172.8046875,-126.90625,0,0,0,'2020-04-15 13:58:26'), + (11620,1901,NULL,2,1935,92929,'3rd ZORA statue','',175.8125,-124.625,0,0,0,'2020-04-15 14:13:43'), + (11621,1901,NULL,2,1935,92929,'5th ZORA statue','',172.390625,-130.875,0,0,0,'2020-04-15 14:21:50'), + (11622,1901,NULL,2,1935,92929,'2nd ZORA statue','',172.90625,-127.515625,0,0,0,'2020-04-15 14:24:15'), + (11623,1901,NULL,2,1935,92929,'A masonry monument','',178.125,-116.5,0,0,0,'2020-04-15 14:38:33'), + (11624,1901,NULL,2,1935,92929,'2nd ZORA side story ','',185.9765625,-119.515625,0,0,0,'2020-04-15 14:42:39'), + (11625,1901,NULL,2,1901,93236,'Amber','',107.87890625,-162.6796875,0,0,0,'2020-04-16 03:08:48'), + (11626,1901,NULL,2,1916,92929,' Start for East','',59.390625,-147.078125,0,0,0,'2020-04-16 06:09:08'), + (11627,1901,NULL,2,1939,83679,'Ice Wizzrobe','holding blizzard rod',61.515625,-145.3671875,0,0,0,'2020-04-16 09:52:15'), + (11628,1901,NULL,2,1916,92423,'korogu','',124.4921875,-111.5,0,0,0,'2020-04-16 10:07:09'), + (11629,1901,NULL,2,1916,92929,'Start for South','',87.5625,-183.46875,0,0,0,'2020-04-16 11:05:01'), + (11630,1901,NULL,2,1916,92929,'Start for West','',186.25,-154.3125,0,0,0,'2020-04-16 12:55:27'), + (11631,1901,NULL,2,1916,92929,'start for north','',181.75,-145.125,0,0,0,'2020-04-16 13:03:29'), + (11632,1901,NULL,2,1916,92929,'start for south west','',165.09375,-115.40625,0,0,0,'2020-04-16 14:08:12'), + (11633,1901,NULL,2,1916,92929,'start for north west','',160.71875,-122.8125,0,0,0,'2020-04-16 14:20:41'), + (11634,1901,NULL,2,1936,83679,'Bomb rocks','Mineral and Gem Cave',158.734375,-175.6015625,0,0,0,'2020-04-17 12:03:30'), + (11635,1901,NULL,2,1916,92929,'start for east','',194.34375,-79.03125,0,0,0,'2020-04-17 14:37:14'), + (11636,1901,NULL,2,1926,93456,'Divine Beast Vah Rudina','',167.734375,-87.6015625,0,0,0,'2020-04-17 20:32:33'), + (11637,1901,NULL,2,1944,86120,'Royal Shield (Floating Platform Chest)','Floating Platform Chest with blue bokoblin',131.95709228515625,-153.70404052734375,0,1,0,'2020-04-18 00:30:40'), + (11638,1901,NULL,2,1944,86120,'Royal Bow (Floating Platform)','',132.94256591796875,-148.24139404296875,0,0,0,'2020-04-18 01:03:36'), + (11639,1901,NULL,2,1916,92929,'Start for south','',96.453125,-181.640625,0,0,0,'2020-04-18 14:06:28'), + (11640,1901,NULL,2,1944,86120,'Serpentine Spear (Floating Platform)','',138.44964599609375,-143.4849853515625,0,0,0,'2020-04-18 17:45:45'), + (11641,1901,NULL,2,1945,93523,'Blupee','Saw one here on my first play-through before leaving the area. Didn't know what it was until later.',112.1796875,-162.828125,0,0,0,'2020-04-20 07:58:54'), + (11642,1901,NULL,2,1926,93892,'Divine Beast Vah Medoh','The big flying birdy',71.33469295501709,-99.8335690498352,0,0,0,'2020-04-20 11:47:36'), + (11643,1901,NULL,2,1901,94033,'???? ?','',147.9140625,-156.80859375,0,0,0,'2020-04-21 05:00:48'), + (11644,1901,NULL,2,1901,94033,'???? ?','',147.8828125,-156.6953125,0,0,0,'2020-04-21 05:01:31'), + (11645,1901,NULL,2,1916,94102,'Korok Seed','',189.09375,-160.78125,0,0,0,'2020-04-21 16:59:35'), + (11646,1901,NULL,2,1943,93612,'gem nox','',89.8125,-162.765625,0,1,0,'2020-04-21 17:54:35'), + (11647,1901,NULL,2,1925,93382,'Sevgik','',68.34375,-172.125,0,0,0,'2020-04-21 18:23:57'), + (11648,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',60.984375,-144.96875,0,0,0,'2020-04-21 18:37:43'), + (11649,1901,NULL,2,1925,94134,'Shrine of Resurection','',111.1624984741211,-157.44586987651977,0,1,0,'2020-04-21 20:08:01'), + (11650,1901,NULL,2,1901,94146,'t','',-319,10,0,0,0,'2020-04-21 20:59:06'), + (11651,1901,NULL,2,1901,94146,'t','',98.375,-142,0,0,0,'2020-04-21 20:59:39'), + (11652,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',75.3359375,-152.6015625,0,0,0,'2020-04-22 17:56:19'), + (11653,1901,NULL,2,1905,74072,'Royal Shield','',115.75,-72.76953125,0,0,0,'2020-04-23 20:34:16'), + (11654,1901,NULL,2,1901,94410,'???','???',217.1875,-203.21875,0,0,0,'2020-04-24 01:54:26'), + (11655,1901,NULL,2,1916,94432,'falta','',60.36458110809326,-96.18750095367432,0,0,0,'2020-04-24 17:27:50'), + (11656,1901,NULL,2,1901,94531,'Old SHirt','',110.599609375,-157.5234375,0,0,0,'2020-04-24 22:30:06'), + (11657,1901,NULL,2,1901,94601,'111111','',156.609375,-146.671875,0,0,0,'2020-04-25 16:13:51'), + (11658,1901,NULL,2,1939,74072,'Ice Wizzrobe','',88.96875,-99.8125,0,0,0,'2020-04-26 04:06:34'), + (11659,1901,NULL,2,1930,93360,'calamity gannon','',123.98215007781982,-111.4362256526947,0,0,0,'2020-04-26 14:48:35'), + (11660,1901,NULL,2,1935,91363,'A gift of Nightshade','No requirements',168.48046875,-183.5390625,0,1,0,'2020-04-26 19:35:41'), + (11661,1901,NULL,2,1926,94871,'Divine Beast Vah Medoh','The Divine Beast situated in Rito Village',-512,-168,0,0,0,'2020-04-27 00:47:46'), + (11662,1901,NULL,2,1901,94805,'entrainement vol','',201.734375,-186.625,0,1,0,'2020-04-27 09:18:27'), + (11663,1901,NULL,2,1903,93396,'????','',118.98281240463257,-87.37987962748004,0,0,0,'2020-04-27 12:17:01'), + (11664,1901,NULL,2,1935,94933,'Sheep bandits','',184.51171875,-160.1015625,0,0,0,'2020-04-27 14:09:21'), + (11665,1901,NULL,2,1931,94933,'Bokoblin and Lizalfos Camp','Several Fire Chu Chus',166.953125,-113.546875,0,0,0,'2020-04-27 14:32:18'), + (11666,1901,NULL,2,1936,94974,'Rock wall','',158.8125,-165.06346153846152,0,0,0,'2020-04-27 18:32:57'), + (11667,1901,NULL,2,1910,94974,'Chest with Opal','',158.875,-164.96966450668896,0,0,0,'2020-04-27 18:33:49'), + (11668,1901,NULL,2,1901,93308,'oups','pas de noix k',196.5,-104.3125,0,0,0,'2020-04-27 20:15:05'), + (11669,1901,NULL,2,1936,94974,'Chest','',91.3359375,-136.60719324832775,0,0,0,'2020-04-27 20:42:36'), + (11670,1901,NULL,2,1910,94974,'silver Rubin +100','',91.41015625,-136.55954222408027,0,0,0,'2020-04-27 20:43:16'), + (11671,1901,NULL,2,1934,92677,'17','',158.8125,-157.4375,0,0,0,'2020-04-27 23:45:35'), + (11672,1901,NULL,2,1901,95030,'Templo','Templo de tiempo',115.58365726494817,-157.98236815056606,0,0,0,'2020-04-28 07:38:31'), + (11673,1901,NULL,2,1901,93397,'5444','',-2,-99.5,0,0,0,'2020-04-28 14:09:01'), + (11674,1901,NULL,2,1901,93360,'https://www.dcode.fr/tools/hylian-a-link-between-worlds/images/char(67).png','',63.9375,-89.1015625,0,0,0,'2020-04-28 20:56:10'), + (11675,1901,NULL,2,1939,74072,'Ice Wizzrobe','',82.890625,-81.765625,0,0,0,'2020-04-29 06:12:40'), + (11676,1901,NULL,2,1916,91119,'Krokos Seed','',130.62890625,-158.171875,0,0,0,'2020-04-29 12:34:23'), + (11677,1901,NULL,2,1901,95211,'g','',130.63749885559082,-129.73620724674947,0,0,0,'2020-04-29 14:48:25'), + (11678,1901,NULL,2,1939,83262,'Blizzard Wizzrobe','Blizzard ',82.796875,-81.8828125,0,0,0,'2020-04-29 15:31:16'), + (11679,1901,NULL,2,1939,74072,'Ice Wizzrobe','',73.9921875,-86.3671875,0,0,0,'2020-04-30 06:01:00'), + (11680,1901,NULL,2,1925,46811,'Gorae Torr Shine','',169.64687460660934,-73.9188291214314,0,0,0,'2020-04-30 07:50:16'), + (11681,1901,NULL,2,1925,46811,'Shira Gomar Shine','',90.96250009536743,-106.35612373039775,0,1,0,'2020-05-01 12:13:31'), + (11682,1901,NULL,2,1926,95474,'Divine Beast Vah Rudania','',164.04876708984375,-87.64111328125,0,0,0,'2020-05-01 14:55:49'), + (11683,1901,NULL,2,1926,95474,'Divine Beast Vah Medoh','',71.32247924804688,-100.03341674804688,0,1,0,'2020-05-01 15:00:49'), + (11684,1901,NULL,2,1926,95474,'Divine Beast Vah Naboris','',95.5,-171.5,0,0,0,'2020-05-01 15:01:55'), + (11685,1901,NULL,2,1901,93117,'Aktuell da','',138.453125,-153.6875,0,0,0,'2020-05-01 20:51:29'), + (11686,1901,NULL,2,1935,95588,'By Firefly's Light','Quest available During Night only - inside the house.',157.609375,-144.14453125,0,0,0,'2020-05-02 10:18:42'), + (11687,1901,NULL,2,1935,95588,'Arrows of Burning Heat','Quest Giver inside the Shop ',156.46484375,-143.88671875,0,0,0,'2020-05-02 10:21:39'), + (11688,1901,NULL,2,1935,95588,'Frog Catching','Quest Giver a child called Tumbo',179.50390625,-120.50390625,0,0,0,'2020-05-02 10:26:15'), + (11689,1901,NULL,2,1935,95588,'Zora Stone Monuments','Ice stone tables with the story of the area. given by Jiahto',180.26953125,-119.1328125,0,0,0,'2020-05-02 10:27:29'), + (11690,1901,NULL,2,1903,95621,'lightscsale','',-273,-15,0,0,0,'2020-05-02 16:04:14'), + (11691,1901,NULL,2,1916,85290,'Forse','',200.3671875,-99.2421875,0,0,0,'2020-05-02 16:49:21'), + (11692,1901,NULL,2,1939,82004,'Blizzrobe','',73.609375,-129.65625,0,0,0,'2020-05-02 17:38:08'), + (11693,1901,NULL,2,1940,95754,'Silver Lynel','',116.79296875,-160.94140625,0,0,0,'2020-05-03 15:37:50'), + (11694,1901,NULL,2,1939,82004,'Blizzrobe','',74.015625,-86.65625,0,0,0,'2020-05-03 23:00:45'), + (11695,1901,NULL,2,1910,38229,'Kilton','',177.7726285457611,-122.10007348842096,0,0,0,'2020-05-04 17:51:56'), + (11696,1901,NULL,2,1901,95982,'need coordinates','',-18.5,-96.125,0,0,0,'2020-05-04 22:44:58'), + (11697,1901,NULL,2,1916,96153,'1','',193.7890625,-163.4765625,0,0,0,'2020-05-06 13:19:36'), + (11698,1901,NULL,2,1901,94471,'amiibo','',133.69179806659983,-143.68569637451245,0,1,0,'2020-05-07 01:12:45'), + (11699,1901,NULL,2,1939,82004,'Blizzrobe','',80.96875,-86.3125,0,0,0,'2020-05-07 02:34:13'), + (11700,1901,NULL,2,1939,82004,'Blizzrobe','',83.09375,-82.203125,0,0,0,'2020-05-08 02:44:30'), + (11701,1901,NULL,2,1905,95793,'Shield of the Mind's Eyes','',173.84375,-160.19700447938962,0,0,0,'2020-05-08 03:22:25'), + (11702,1901,NULL,2,1944,95793,'Fire Arrow x10','Grizzlemaw Bear',85.0625,-151.33734936502648,0,0,0,'2020-05-08 04:19:33'), + (11703,1901,NULL,2,1901,96327,'vah ruduna','',167.29999923706055,-86.9938064977292,0,0,0,'2020-05-08 04:40:16'), + (11704,1901,NULL,2,1916,96316,'Korok Seeds','',130.640625,-158.5078125,0,0,0,'2020-05-08 06:02:20'), + (11705,1901,NULL,2,1916,38229,'Fleur début korogus','',199.88227832317352,-167.35896627810882,0,0,0,'2020-05-09 09:44:31'), + (11706,1901,NULL,2,1916,20922,'NO LO ENCUENTRO','',99.64085584054516,-99.08100971902707,0,0,0,'2020-05-11 08:52:09'), + (11707,1901,NULL,2,1916,96682,'a','',153.828125,-120,0,0,0,'2020-05-11 11:51:26'), + (11708,1901,NULL,2,1901,96802,'PUZZLE','',67.8125,-139.03125,0,0,0,'2020-05-11 14:01:21'), + (11709,1901,NULL,2,1901,96668,'Snow Bowling','Money, money, money!',95.69140625,-95.3203125,0,0,0,'2020-05-11 16:34:46'), + (11710,1901,NULL,2,1939,93523,'Ice Wizzrobe','Arrived on site after 1:00 p.m. in the rain. Was not marked on map',73.921875,-129.6837060704668,0,0,0,'2020-05-12 00:43:11'), + (11711,1901,NULL,2,1939,82004,'Ice wizzrobe','',103.6875,-186.5625,0,0,0,'2020-05-12 01:46:15'), + (11712,1901,NULL,2,1926,96690,'Vah'Nabooris','',81.25,-181.375,0,0,0,'2020-05-12 10:38:17'), + (11713,1901,NULL,2,1926,96690,'Vah'Medoh','',68.875,-96.5,0,0,0,'2020-05-12 10:38:44'), + (11714,1901,NULL,2,1926,96690,'Vah'Rudania','',167.8125,-87.5,0,0,0,'2020-05-12 10:38:59'), + (11715,1901,NULL,2,1901,96690,'Spring of Wisdom','',189.9375,-149.3125,0,0,0,'2020-05-12 10:40:48'), + (11716,1901,NULL,2,1930,96690,'Grand Koga','',74.53125,-148.828125,0,0,0,'2020-05-12 10:44:47'), + (11717,1901,NULL,2,1901,96690,'Caltice's Valley','',64.4375,-152.484375,0,0,0,'2020-05-12 10:45:37'), + (11718,1901,NULL,2,1930,96690,'Moblin','',110.55859375,-134.78125,0,0,0,'2020-05-12 13:04:16'), + (11719,1901,NULL,2,1932,96999,'core','core',147.94921875,-146.4921875,0,0,0,'2020-05-13 07:58:44'), + (11720,1901,NULL,2,1901,96999,'place','??? ??',109.9375,-147.6953125,0,0,0,'2020-05-13 08:35:29'), + (11721,1901,NULL,2,1931,96999,' Arena old ruins','',110.03515625,-147.78515625,0,0,0,'2020-05-13 08:40:31'), + (11722,1901,NULL,2,1901,97040,'Tengo que hacerlo','',66.4375,-101.625,0,0,0,'2020-05-13 21:29:02'), + (11723,1901,NULL,2,1925,95775,'Sato Koda Shrine (DLC)','Shrine from DLC content.',176.5078125,-115,0,0,0,'2020-05-14 00:56:47'), + (11724,1901,NULL,2,1944,96356,'Royal Broadsword ','Level 60',160.484375,-188.484375,0,1,0,'2020-05-14 08:07:20'), + (11725,1901,NULL,2,1926,23655,'Divine Beast Vah Ruta','',174.4375,-131.96875,0,1,0,'2020-05-14 20:25:03'), + (11726,1901,NULL,2,1926,79321,'Divine Beast Vah Medoh','',71.75,-100.25,0,0,0,'2020-05-15 09:28:21'), + (11727,1901,NULL,2,1926,97206,'???????','?????',152.77083361148834,-70.77083349227905,0,0,0,'2020-05-15 10:35:54'), + (11728,1901,NULL,2,1931,96690,'Bokoblin camp','',55.59375,-188.328125,0,0,0,'2020-05-15 13:36:29'), + (11729,1901,NULL,2,1931,96690,'Bokoblin camp','',51.90234375,-183.39453125,0,0,0,'2020-05-15 13:37:20'), + (11730,1901,NULL,2,1901,97345,'Metoer rod','Lag',38.62564079098207,-131.48750101681037,0,0,0,'2020-05-16 20:05:52'), + (11731,1901,NULL,2,1903,97345,'Metoer rod','',116.15695601434989,-72.6708254929876,0,0,0,'2020-05-16 20:07:57'), + (11732,1901,NULL,2,1902,97345,'Metoer rod','',72.26988482930975,-118.76899970356816,0,0,0,'2020-05-16 20:08:38'), + (11733,1901,NULL,2,1901,97367,'Kakariko Village','Free the divine beasts!',155.9765914039684,-143.31883311134607,0,0,0,'2020-05-17 00:24:40'), + (11734,1901,NULL,2,1901,97367,'Zora's Domain','Divine Beast Vah Ruta',179.21542863277253,-120.74530372412832,0,0,0,'2020-05-17 00:25:32'), + (11735,1901,NULL,2,1901,97367,'Memory 1','Locked Mementos',122.98007751719095,-124.86249961863565,0,0,0,'2020-05-17 00:27:54'), + (11736,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','The reptilian Divine Beast of Daruk, found on Death Mountain',167.6875,-87.515625,0,1,0,'2020-05-18 16:59:05'), + (11737,1901,NULL,2,1901,75055,'Exchange Ruins','Ruins of a trading area.',116.23828125,-141.61328125,0,0,0,'2020-05-18 17:02:57'), + (11738,1901,NULL,2,1901,97517,'Dragon','',189.328125,-148.921875,0,0,0,'2020-05-20 04:15:34'), + (11739,1901,NULL,2,1901,97206,'Giant Hollow Blizzard','',77.4375,-102.09375,0,0,0,'2020-05-20 11:02:59'), + (11740,1901,NULL,2,1931,96476,'Bokoblin Camp','',107.84375,-154.38671875,0,0,0,'2020-05-22 22:34:08'), + (11741,1901,NULL,2,1901,94042,'???????','',142.6875,-98.875,0,0,0,'2020-05-23 02:36:17'), + (11742,1901,NULL,2,1926,97047,'Vah ruta','',174.5,-131.83984375,0,0,0,'2020-05-25 09:00:27'), + (11743,1901,NULL,2,1916,98399,'Après prologue','',110.453125,-157.84375,0,0,0,'2020-05-26 23:15:40'), + (11744,1901,NULL,2,1926,98590,'Devine Beast Vah Medoh','',71.5,-99.625,0,0,0,'2020-05-28 18:59:53'), + (11745,1901,NULL,2,1901,98590,'Divine Beast Vah Rudania','',167,-87.625,0,0,0,'2020-05-28 19:00:43'), + (11746,1901,NULL,2,1901,98590,'Divine Beast Vah Naboris','',95.09375,-169.25,0,0,0,'2020-05-28 19:03:52'), + (11747,1901,NULL,2,1921,98596,'Aldea Kakarikp','',-30.931137084960938,-101.18365478515625,0,0,0,'2020-05-28 19:48:32'), + (11748,1901,NULL,2,1916,98484,'Korok Seeds','',106.09999561309814,-134.16178501354966,0,0,0,'2020-05-29 17:13:25'), + (11749,1901,NULL,2,1925,97115,'KIHA TOSA','',94.2890625,-78.1875,0,0,0,'2020-05-29 20:28:01'), + (11750,1901,NULL,2,1905,98495,'Hylian shield','',63.5,-94.75,0,0,0,'2020-05-29 21:57:59'), + (11751,1901,NULL,2,1926,98725,'Vah Rudania','',167.75,-87.48757442408632,0,0,0,'2020-05-31 00:11:49'), + (11752,1901,NULL,2,1926,98725,'Vah Medoh','',71.47500228881836,-99.79315644125765,0,0,0,'2020-05-31 00:12:21'), + (11753,1901,NULL,2,1926,98725,'Vah Naboris','',95,-169.12257737160525,0,0,0,'2020-05-31 00:12:55'), + (11754,1901,NULL,2,1931,98725,'Moblin Camp','',91.06718826293945,-162.88286032563002,0,0,0,'2020-05-31 01:37:33'), + (11755,1901,NULL,2,1931,98725,'Bokolin Camp','',101.76250076293945,-165.2162581536511,0,0,0,'2020-05-31 02:10:06'), + (11756,1901,NULL,2,1901,81511,'tour a chercher','',116.34375,-135.21875,0,0,0,'2020-05-31 19:55:36'), + (11757,1901,NULL,2,1901,89772,'zelda','',95.60546851158142,-134.23954675986732,0,0,0,'2020-06-01 01:12:29'), + (11758,1901,NULL,2,1901,98628,'Hi','',105.875,-130,0,0,0,'2020-06-01 16:35:46'), + (11759,1901,NULL,2,1926,98860,'Divine Beast vah Medo','the orni divine Besat veh Medo',71.375,-99.984375,0,1,0,'2020-06-02 12:17:32'), + (11760,1901,NULL,2,1935,99093,'The Hero´s Cache','',186.53125,-169.015625,0,0,0,'2020-06-02 17:22:15'), + (11761,1901,NULL,2,1940,99207,'lynel','',64.21718740463257,-141.82500004768372,0,0,0,'2020-06-04 00:03:20'), + (11762,1901,NULL,2,1901,98761,'krog ','',164.34375,-155.015625,0,0,0,'2020-06-04 17:40:51'), + (11763,1901,NULL,2,1901,96957,'Dinraal Farming spot','',142.5,-70.4453125,0,0,0,'2020-06-04 21:09:41'), + (11764,1901,NULL,2,1901,99221,'Farming','',155.734375,-172.4140625,0,0,0,'2020-06-05 04:24:07'), + (11765,1901,NULL,2,1920,99367,'wo i grad bin','',189.328125,-160.9765625,0,0,0,'2020-06-05 13:48:48'), + (11766,1901,NULL,2,1931,99380,'Enemy Camp','',79.94140625,-153.19140625,0,0,0,'2020-06-05 15:33:55'), + (11767,1901,NULL,2,1931,99380,'Enemy Camp','',53.703125,-149.3125,0,0,0,'2020-06-05 15:34:31'), + (11768,1901,NULL,2,1931,99380,'Enemy Camp','',71.453125,-142.90625,0,0,0,'2020-06-05 15:34:50'), + (11769,1901,NULL,2,1931,99380,'Enemy Camp','',58.671875,-145.046875,0,0,0,'2020-06-05 15:35:01'), + (11770,1901,NULL,2,1931,99380,'Enemy Camp','',56.578125,-139.46875,0,0,0,'2020-06-05 15:35:10'), + (11771,1901,NULL,2,1931,99380,'Enemy Camp','',83.875,-116.96875,0,0,0,'2020-06-05 15:35:46'), + (11772,1901,NULL,2,1901,99380,'Enemy Camp','',65.53125,-97.140625,0,0,0,'2020-06-05 15:36:09'), + (11773,1901,NULL,2,1931,99380,'Enemy Camp','',64.796875,-78.1875,0,0,0,'2020-06-05 15:36:50'), + (11774,1901,NULL,2,1931,99380,'Enemy Camp','',58.796875,-75.171875,0,0,0,'2020-06-05 15:36:58'), + (11775,1901,NULL,2,1931,99380,'Enemy Camp','',86.0625,-75.75,0,0,0,'2020-06-05 15:37:23'), + (11776,1901,NULL,2,1931,99380,'Enemy Camp','',98.234375,-80.125,0,0,0,'2020-06-05 15:37:38'), + (11777,1901,NULL,2,1931,99380,'Enemy Camp','',99.15625,-78.546875,0,0,0,'2020-06-05 15:37:49'), + (11778,1901,NULL,2,1931,99380,'Enemy Camp','',170.265625,-76.578125,0,0,0,'2020-06-05 15:38:20'), + (11779,1901,NULL,2,1931,99380,'Enemy Camp','',193.375,-119.890625,0,0,0,'2020-06-05 15:38:47'), + (11780,1901,NULL,2,1931,99380,'Enemy Camp','',118.234375,-158.15625,0,0,0,'2020-06-05 15:39:58'), + (11781,1901,NULL,2,1940,98510,'lynel','',197.9453125,-139.9453125,0,0,0,'2020-06-05 20:35:09'), + (11782,1901,NULL,2,1901,99452,'Divide','',142.65625,-128.3828125,0,0,0,'2020-06-06 05:03:28'), + (11783,1901,NULL,2,1903,52948,'martea ude fer ','dans le sanctuaire',147.0078125,-109.0546875,0,0,0,'2020-06-07 15:36:33'), + (11784,1901,NULL,2,1939,98510,'Ice Wizzrobe','',75.3125,-152.421875,0,0,0,'2020-06-08 01:37:09'), + (11785,1901,NULL,2,1901,99671,'Painter','',30.5,-162,0,0,0,'2020-06-08 07:18:24'), + (11786,1901,NULL,2,1935,98510,'trial of desert','',99.953125,-180.234375,0,0,0,'2020-06-08 18:02:13'), + (11787,1901,NULL,2,1910,97750,'ex3','',148.10546875,-166.30859375,0,0,0,'2020-06-08 18:50:05'), + (11788,1901,NULL,2,1902,99760,',n','',-7.5,-103,0,0,0,'2020-06-08 20:15:11'), + (11789,1901,NULL,2,1916,95021,'Korok Seed','',137.241943359375,-154.74038347190915,0,1,0,'2020-06-09 22:46:20'), + (11790,1901,NULL,2,1925,99970,'Kieve Tala Shrine','',91.0625,-189.140625,0,0,0,'2020-06-11 01:49:08'), + (11791,1901,NULL,2,1910,93396,'opal','',107.87499928474426,-162.68310791374498,0,0,0,'2020-06-11 03:51:49'), + (11792,1901,NULL,2,1901,99565,'hg','',41.8125,-74.4375,0,0,0,'2020-06-12 13:27:11'), + (11793,1901,NULL,2,1916,100096,'Can't get this one','',127.59375,-175.55078125,0,0,0,'2020-06-12 14:48:04'), + (11794,1901,NULL,2,1939,98510,'Ice Wizzrobe','',103.765625,-186.3359375,0,0,0,'2020-06-12 20:42:07'), + (11795,1901,NULL,2,1939,98510,'Ice Wizzrobe','',60.89453125,-145.14453125,0,0,0,'2020-06-12 22:52:25'), + (11796,1901,NULL,2,1939,98510,'Ice Wizzrobe','',69.6796875,-152.453125,0,0,0,'2020-06-12 23:04:10'), + (11797,1901,NULL,2,1935,90222,'Fire Arrow','',156.859375,-144.3359375,0,0,0,'2020-06-15 10:06:40'), + (11798,1901,NULL,2,1901,100663,'No lo encuentro','',85.875,-160.8125,0,0,0,'2020-06-17 06:49:44'), + (11799,1901,NULL,2,1935,100668,'Arrows of burning heat','',156.66796875,-143.859375,0,1,0,'2020-06-17 19:47:28'), + (11800,1901,NULL,2,1901,100738,'mem','',177.0100258717581,-145.84462008607025,0,0,0,'2020-06-17 23:03:02'), + (11801,1901,NULL,2,1901,100663,'Yo','',55.56562423706055,-142.36249989271164,0,1,0,'2020-06-18 01:11:30'), + (11802,1901,NULL,2,1939,100437,'Ice Wizzrobe','',74.359375,-86.15625,0,0,0,'2020-06-18 11:09:12'), + (11803,1901,NULL,2,1920,98023,'My House','My lovely home!',180.140625,-163.7890625,0,1,0,'2020-06-19 13:04:51'), + (11804,1901,NULL,2,1901,99409,'Chest EX','Majora Mask',120.9609375,-148.0234375,0,0,0,'2020-06-20 10:00:32'), + (11805,1901,NULL,2,1936,100451,'Cracked wall','Treasure with an opal',114.53255200386047,-157.89322912693024,0,0,0,'2020-06-21 01:28:10'), + (11806,1901,NULL,2,1904,101103,'Ice Arrows x5','Ice Arrows, 5 items',137.8992341783498,-189.36135803458478,0,0,0,'2020-06-22 08:24:35'), + (11807,1901,NULL,2,1947,72792,'Molduga','',188.4375,-105.6875,0,1,0,'2020-06-23 21:47:58'), + (11808,1901,NULL,2,1939,72792,'Blizzrobe','',103.80078125,-186.4609375,0,0,0,'2020-06-23 21:54:41'), + (11809,1901,NULL,2,1939,96424,'Blizzrobe ','',103.81263732910156,-186.451416015625,0,0,0,'2020-06-23 21:55:35'), + (11810,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:35'), + (11811,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:48'), + (11812,1901,NULL,2,1904,72792,'Arrow x10','Use magnesis to get a chest out of the water that holds 10 arrows.',204.7578125,-185.78125,0,0,0,'2020-06-24 22:17:02'), + (11813,1901,NULL,2,1935,101372,'?????? ????????? ??????','',156.5539059638977,-144.28050784283332,0,1,0,'2020-06-25 08:55:47'), + (11814,1901,NULL,2,1920,97558,'Kakariko','',156.38671875,-143.67578125,0,0,0,'2020-06-25 11:34:39'), + (11815,1901,NULL,2,1939,100437,'Polar-Rod','',103.828125,-186.40625,0,0,0,'2020-06-25 15:52:40'), + (11816,1901,NULL,2,1931,101419,'Bokoblin Camp','',107.921875,-154.32421875,0,1,0,'2020-06-25 21:06:23'), + (11817,1901,NULL,2,1901,99835,'laboratorio akkala','',197.846923828125,-79.77880859375,0,0,0,'2020-06-25 22:29:10'), + (11818,1901,NULL,2,1931,98628,'Moblin/Bokoblin Camp','',175.6015625,-110.640625,0,0,0,'2020-06-27 00:53:36'), + (11819,1901,NULL,2,1901,101602,'asdf','',70.375,-103.69921875,0,0,0,'2020-06-28 08:10:21'), + (11820,1901,NULL,2,1910,101671,'Amber','',107.890625,-162.78125,0,0,0,'2020-06-29 00:22:57'), + (11821,2000,NULL,2,1969,98761,'fairy','',243.5,-83.4375,0,0,0,'2020-06-29 21:51:01'), + (11822,1901,NULL,2,1916,92379,'Korok','Inside pile of leaves under rock within ruins.',120.98125556574986,-148.23603947859817,0,0,0,'2020-06-30 04:17:18'), + (11823,1901,NULL,2,1901,82586,'farosh farm','',156.1640625,-173.2265625,0,1,0,'2020-07-02 03:23:37'), + (11824,1901,NULL,2,1935,24558,'A Gift of Nightshade','Blue Nightshade needed',168.50000023841858,-183.39062482118607,0,0,0,'2020-07-02 19:00:36'), + (11825,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',183.2135410308838,-180.56510376930237,0,0,0,'2020-07-02 19:54:38'), + (11826,1901,NULL,2,1935,24558,'A Fragmented Monument','Shrine Quest',181.8984375,-180.171875,0,0,0,'2020-07-02 19:55:53'), + (11827,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',180.98177075386047,-182.37369799613953,0,0,0,'2020-07-02 19:58:46'), + (11828,1901,NULL,2,1925,101922,'Shrine of Resurrection','',110.73240661621094,-157.36920166015625,0,0,0,'2020-07-03 06:29:13'), + (11829,1901,NULL,2,1946,24558,'Super Rumour Mill V3','Ex',136.23567724227905,-182.015625,0,0,0,'2020-07-03 17:25:35'), + (11830,1901,NULL,2,1946,24558,'Super Rumour Mill EX: Volume 1','',144.9270830154419,-110.27604150772095,0,0,0,'2020-07-03 18:19:08'), + (11831,1901,NULL,2,1916,93818,'karok','',154.21875,-177.40625,0,0,0,'2020-07-05 01:00:57'), + (11832,1901,NULL,2,1944,102183,'Majora's Mask','',121,-148.140625,0,0,0,'2020-07-06 21:08:00'), + (11833,1901,NULL,2,1943,102183,'Ruby','Season Pass chest 1',117.40546870231628,-151.7015624344349,0,0,0,'2020-07-06 21:09:03'), + (11834,1901,NULL,2,1944,102183,'Switch shirt','Season Pass chest 3',120.69218730926514,-159.41484379768372,0,0,0,'2020-07-06 21:10:01'), + (11835,1901,NULL,2,1944,102183,'Bomb Arrows','Season Pass chest 2',105.25624990463257,-159.72968745231628,0,0,0,'2020-07-06 21:11:29'), + (11836,1901,NULL,2,1944,102183,'Horse armour Part 1','Expansion Pass Pack 2',92.32656264305115,-133.41874992847443,0,0,0,'2020-07-06 21:16:51'), + (11837,1901,NULL,2,1901,102183,'Horse armour Part 2','Expansion Pass Pack 2',140.390625,-185.875,0,0,0,'2020-07-06 21:18:10'), + (11838,1901,NULL,2,1944,102183,'Korok Mask','Expansion Pass Pack 1',139.22265648841858,-99.11093771457672,0,0,0,'2020-07-06 21:21:37'), + (11839,1901,NULL,2,1944,102183,'Tingle armour 1','Expansion Pass Pack 1',116.3828125,-141.9375,0,0,0,'2020-07-06 21:28:36'), + (11840,1901,NULL,2,1944,102183,'Phantom armour 1','Expansion Pass Pack 2',123.93593740463257,-126.703125,0,0,0,'2020-07-06 21:57:34'), + (11841,1901,NULL,2,1944,102183,'Phantom armour 2','Expansion Pass Pack 2',109.54609370231628,-147.1953123807907,0,0,0,'2020-07-06 22:00:14'), + (11842,1901,NULL,2,1901,102183,'Tingle armour 2','Expansion Pass Pack 1',117.38046860694885,-115.28593730926514,0,0,0,'2020-07-06 22:02:12'), + (11843,1901,NULL,2,1901,102183,'Tingle armour 3','Expansion Pass Pack 1',127.52734375,-131.2890625,0,0,0,'2020-07-06 22:03:32'), + (11844,1901,NULL,2,1943,102183,'Traveler Medallion','Expansion Pass Pack 2',200.71484351158142,-72.43749982118607,0,0,0,'2020-07-06 22:07:28'), + (11845,1901,NULL,2,1901,102183,'Royal Guard armour 1','Expansion Pass Pact 2',124.328125,-111.4281250834465,0,0,0,'2020-07-06 22:10:28'), + (11846,1901,NULL,2,1944,102183,'Royal Guard armour 2','Expansion Pack Pass 2',126.46718764305115,-114.88984370231628,0,0,0,'2020-07-06 22:12:01'), + (11847,1901,NULL,2,1901,102183,'Royal Guard armour 3','Expansion Pass Pack 2',122.28671860694885,-114.82812488079071,0,0,0,'2020-07-06 22:12:47'), + (11848,1901,NULL,2,1944,102183,'Midna's Helmet','Expansion Pass Pack 1',106.05859375,-131.4140625,0,0,0,'2020-07-06 22:27:03'), + (11849,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'), + (11850,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'), + (11851,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'), + (11852,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'), + (11853,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'), + (11854,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'), + (11855,1901,NULL,2,1916,102146,'ddfg','',112.2421875,-142.5985548496754,0,0,0,'2020-07-07 17:41:49'), + (11856,1901,NULL,2,1944,102183,'Outset Island Lobster shirt','Expansion Pass Pack 2',125.52968788146973,-176.16406226158142,0,0,0,'2020-07-07 18:00:32'), + (11857,1901,NULL,2,1901,102371,'Rito Village','',71.5625,-97.875,0,0,0,'2020-07-08 19:59:53'), + (11858,1901,NULL,2,1901,102183,'Eighth Heroine','',59.671875,-136.1968743801117,0,0,0,'2020-07-08 23:53:23'), + (11859,1901,NULL,2,1901,102183,'Eighth Heroine's Sword','',65.94374942779541,-143.1218752861023,0,0,0,'2020-07-08 23:56:41'), + (11860,1901,NULL,2,1935,102183,'Hunt for the Giant Horse','',124.88125038146973,-182.61249899864197,0,0,0,'2020-07-09 10:04:47'), + (11861,1901,NULL,2,1901,102183,'Giant Horse location','',108.57499885559082,-167.8875012397766,0,0,0,'2020-07-09 10:05:38'), + (11862,1901,NULL,2,1901,102183,'Blue Flame 2','',192.8664059638977,-78.60937497019768,0,0,0,'2020-07-09 17:44:59'), + (11863,1901,NULL,2,1901,102447,'kite','',99.20833396911621,-78.6145830154419,0,0,0,'2020-07-09 20:00:48'), + (11864,2000,NULL,2,1950,99997,'creo tener','',13.0625,-105,0,0,0,'2020-07-09 21:43:53'), + (11865,2000,NULL,2,1955,99997,'creo tener','',11.875,-103.9375,0,0,0,'2020-07-09 21:45:01'), + (11866,1901,NULL,2,1901,102183,'Blue Flame 1','',181.77187490463257,-158.95937502384186,0,0,0,'2020-07-09 23:10:53'), + (11867,1901,NULL,2,1935,102183,'Into The Vortex','Shrine Quest',200.2578125,-99.37109375,0,0,0,'2020-07-10 22:16:08'), + (11868,1901,NULL,2,1901,102183,'Fang and Bone starting location','',178.75624895095825,-74.2781240940094,0,0,0,'2020-07-10 22:51:26'), + (11869,1901,NULL,2,1936,102183,'Cracked Wall','',141.55000019073486,-170.63750004768372,0,0,0,'2020-07-11 15:22:24'), + (11870,1901,NULL,2,1935,102183,'The Serpent's Jaws','',140.47031259536743,-176.16249990463257,0,0,0,'2020-07-11 15:30:56'), + (11871,1901,NULL,2,1901,102683,'test de pointeur','ceci est un essai',176.328125,-157.84375,0,0,0,'2020-07-12 17:47:31'), + (11872,1901,NULL,2,1901,102183,'Kilton's Shop','Shop',177.70625066757202,-122.29062527418137,0,0,0,'2020-07-12 21:32:23'), + (11873,1901,NULL,2,1916,102732,'Falta','',97.94276513479501,-169.571412672477,0,0,0,'2020-07-13 05:31:01'), + (11874,1901,NULL,2,1901,102888,'faltra','',187.09375,-75.46875,0,0,0,'2020-07-14 21:59:09'), + (11875,1901,NULL,2,1901,92866,'aqui','aqui',177.83058569472058,-156.845489732281,0,0,0,'2020-07-16 17:44:34'), + (11876,1901,NULL,2,1936,102183,'Cracked Wall','',188.829687833786,-117.00546908378601,0,0,0,'2020-07-16 18:04:51'), + (11877,1901,NULL,2,1943,101535,'Ritterbogen','',57.5625,-139.47265625,0,0,0,'2020-07-16 19:50:32'), + (11878,1901,NULL,2,1903,103138,'great flameblade','',124.02734375,-116.078125,0,0,0,'2020-07-17 16:13:00'), + (11879,1901,NULL,2,1935,102451,'Sunken Treasure','',173.453125,-181.671875,0,0,0,'2020-07-17 21:01:22'), + (11880,1901,NULL,2,1935,102451,'Take back the sea','',173.8203125,-181.2578125,0,0,0,'2020-07-17 21:01:37'), + (11881,1901,NULL,2,1935,102451,'What’s For Dinner?','',174.265625,-181.4296875,0,0,0,'2020-07-17 21:04:37'), + (11882,1901,NULL,2,1931,102451,'Enemy Camp','',171.5,-178.203125,0,0,0,'2020-07-17 21:06:11'), + (11883,1901,NULL,2,1902,102564,'lynel','',188.47749969586926,-118.56876471131145,0,0,0,'2020-07-18 18:26:39'), + (11884,1901,NULL,2,1910,103297,'blue rupee','',96.33203125,-168.01171875,0,0,0,'2020-07-18 23:58:46'), + (11885,1901,NULL,2,1939,103297,'Ice Wizzrobe','',103.7578125,-186.47265625,0,0,0,'2020-07-19 22:33:45'), + (11886,1901,NULL,2,1931,103297,'Enemy Base','',102,-165.2109375,0,0,0,'2020-07-20 18:40:32'), + (11887,1901,NULL,2,1931,103297,'Lizalfos Camp','',93.9609375,-156.60546875,0,0,0,'2020-07-20 18:58:01'), + (11888,1901,NULL,2,1916,93818,'karok','',160.875,-169.09375,0,0,0,'2020-07-21 00:22:22'), + (11889,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',-26.25,-140,0,0,0,'2020-07-22 02:22:27'), + (11890,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',168,-89.25,0,0,0,'2020-07-22 02:22:54'), + (11891,1901,NULL,2,1926,103614,'Divine Beast vah Medoh','',72,-100.5,0,0,0,'2020-07-22 02:23:32'), + (11892,1901,NULL,2,1939,101535,'Polar-Pyromagus','',73.9375,-86.515625,0,0,0,'2020-07-22 11:07:38'), + (11893,1901,NULL,2,1910,103635,'APPLE TREES','',97.7421875,-133.3671875,0,0,0,'2020-07-22 11:26:05'), + (11894,1901,NULL,2,1901,101006,'Good Weapons / Strong Enemies','',109.9921875,-147.765625,0,0,0,'2020-07-23 03:22:50'), + (11895,1901,NULL,2,1926,91734,'Divine Beast Vah Ruta','Here is where you can see Vah Ruta fighting with Ganon',174.703125,-131.76953125,0,0,0,'2020-07-23 04:15:37'), + (11896,1901,NULL,2,1926,91734,'Divine Beast Vah Naboris','Here you can see Vah Naboris fighting with Ganon',95.09375,-169.34375,0,0,0,'2020-07-23 04:16:56'), + (11897,1901,NULL,2,1926,91734,'Divine Beast Vah Medoh','Here you can see Vah Medoh fighting with Ganon',71.609375,-99,0,0,0,'2020-07-23 04:18:28'), + (11898,1901,NULL,2,1926,91734,'Divine Beast Vah Rudania','Here is Vah Rudania fighting with Ganon',165.9140625,-87.296875,0,0,0,'2020-07-23 04:19:21'), + (11899,1901,NULL,2,1925,103616,'Shrine of Resurrection','',110.78125,-157.4375,0,1,0,'2020-07-24 15:28:51'), + (11900,1901,NULL,2,1901,84811,'FREDDO','FREDDO',106.8125,-185.828125,0,0,0,'2020-07-26 10:19:02'), + (11901,1901,NULL,2,1903,103882,'Arma perdida','',85.8828125,-113.99928151592073,0,0,0,'2020-07-28 03:33:26'), + (11902,1901,NULL,2,1916,103747,'111','',132.265625,-179.421875,0,0,0,'2020-07-28 04:24:45'), + (11903,2000,NULL,2,1950,96690,'Fly Coq','',44.875,-146.375,0,0,0,'2020-07-28 12:04:37'), + (11904,1901,NULL,2,1901,104091,'star 1','',-14.5,-119.29482962212843,0,0,0,'2020-07-29 00:04:28'), + (11905,1901,NULL,2,1901,104091,'star 1','',-14,-104.2859230746857,0,0,0,'2020-07-29 00:06:49'), + (11906,1901,NULL,2,1901,102418,'Glitch multiplicar','Puedes multiplicar armas,escudos,arcos solo teniendo un arma electrica y una de metal',138.90625,-118.96484375,0,0,0,'2020-07-29 18:07:51'), + (11907,1901,NULL,2,1901,102418,'Glitch saltos infinitos','Solo con un caballo puedes venir aqui y hacer el glitch de los saltos infinitos',124.2578125,-182.3984375,0,0,0,'2020-07-29 18:12:53'), + (11908,1901,NULL,2,1901,102418,'Alternativa glitch de duplicar armas','Aqui tambien se pueden duplicar armas solo tienes que tener la armadura aislante porque pegan bastante las flechas electricas',52.234375,-183.375,0,0,0,'2020-07-29 18:14:14'), + (11909,1901,NULL,2,1926,102418,'Bestia divina Vah Naboris','',69.5,-187.75,0,0,0,'2020-07-29 18:27:36'), + (11910,1901,NULL,2,1901,102418,'Bestia divina Vah Rudania','',167.75,-89.75,0,0,0,'2020-07-29 18:27:59'), + (11911,1901,NULL,2,1926,102418,'Bestia divina Vah Medoh','',71.5,-99.9375,0,0,0,'2020-07-29 18:28:27'), + (11912,1901,NULL,2,1926,102418,'Bestia divina Vah Rudania','',166.625,-88.6875,0,0,0,'2020-07-29 18:28:38'), + (11913,1901,NULL,2,1930,104262,'DRAGON','',176.71875,-145.53125,0,0,0,'2020-07-30 20:34:56'), + (11914,1901,NULL,2,1935,47775,'Sunshroom Sensing','This sidequest gets unlocked, once you've got the Sheikah-Sensor+.',187,-161.2890625,0,0,0,'2020-08-02 14:47:00'), + (11915,1901,NULL,2,1901,104038,'white horse','',105.60546875,-147.87890625,0,0,0,'2020-08-02 22:04:27'), + (11916,1901,NULL,2,1944,47775,'EX: Royal Guard Boots','One of the EX chests, located inside Ganon's Castle.',122.4453125,-115.13671875,0,0,0,'2020-08-03 20:06:00'), + (11917,1901,NULL,2,1926,104654,'Divine Beast Vah Rudania','',167.84375,-87.59375,0,0,0,'2020-08-04 01:55:23'), + (11918,1901,NULL,2,1926,104654,'Divine Beast Vah Medoh','',71.5703125,-98.875,0,0,0,'2020-08-04 01:56:39'), + (11919,1901,NULL,2,1926,104654,'Divine Beast Vah Naboris','',81.4375,-180.25,0,0,0,'2020-08-04 01:57:33'), + (11920,1901,NULL,2,1935,47775,'The Hero's Cache','This one; https://zelda.gamepedia.com/Kass#The_Hero.27s_Cache',186.515625,-169.109375,0,0,0,'2020-08-04 19:51:31'), + (11921,1901,NULL,2,1936,104812,'Fire arrows','',112.87890625,-164.70703125,0,0,0,'2020-08-05 13:36:41'), + (11922,1901,NULL,2,1935,104775,'Arrows of Burning Heat','',156.546875,-144.2734375,0,0,0,'2020-08-07 01:37:38'), + (11923,1901,NULL,2,1901,41081,'Lord of the Mountain','',92.453125,-133.4375,0,0,0,'2020-08-08 03:53:53'), + (11924,1901,NULL,2,1910,104393,'Korok Mask','',139.2109375,-99,0,0,0,'2020-08-08 12:13:20'), + (11925,1901,NULL,2,1926,47775,'Divine Beast Vah Medoh','',71.55078125,-98.8671875,0,0,0,'2020-08-09 13:43:49'), + (11926,1901,NULL,2,1901,105268,'Nothing','',116.25696006739787,-159.50280460345022,0,0,0,'2020-08-11 03:09:58'), + (11927,1901,NULL,2,1935,102451,'Giant Horse','The Giant Horse is a rare horse that you can find in the Taobab Grassland.',124.77187442779541,-182.65143982876066,0,0,0,'2020-08-12 20:24:27'), + (11928,1901,NULL,2,1926,103711,'Divine Beast Vah'Naboris','',87.4375,-182.5,0,0,0,'2020-08-13 11:46:42'), + (11929,1901,NULL,2,1935,47775,'Slated for Upgrades','',187.125,-160.96875,0,0,0,'2020-08-13 16:07:56'), + (11930,1901,NULL,2,1901,105675,'Kilton','',154.9367184638977,-144.28769591281292,0,0,0,'2020-08-16 07:00:45'), + (11931,1901,NULL,2,1901,76039,'Where I left off','',75.8359375,-161.8203125,0,0,0,'2020-08-16 14:02:43'), + (11932,1901,NULL,2,1901,105023,'Stonks','Bring your arrows',92.39453125,-133.421875,0,0,0,'2020-08-16 15:04:58'), + (11933,1901,NULL,2,1926,47775,'Divine Beast Vah Rudania','',166.3828125,-87.9609375,0,0,0,'2020-08-16 15:24:41'), + (11934,1901,NULL,2,1935,47775,'What's for Dinner? ','',173.1171875,-181.1484375,0,0,0,'2020-08-16 17:12:38'), + (11935,1901,NULL,2,1901,104499,'ME','',155.49609375,-158.2734375,0,0,0,'2020-08-17 18:08:53'), + (11936,1901,NULL,2,1920,101198,'Shrine of resurrection','',110.03125,-158.09375,0,0,0,'2020-08-19 07:31:21'), + (11937,1901,NULL,2,1903,105952,'espada maestra','',136,-97.5,0,0,0,'2020-08-19 08:38:44'), + (11938,1901,NULL,2,1901,105913,'Levianthan Bones','',59.8984375,-68.125,0,0,0,'2020-08-19 12:57:22'), + (11939,1901,NULL,2,1926,106102,'Divine Beast Vah Medoh','',71.75,-99.4375,0,0,0,'2020-08-21 10:48:14'), + (11940,1901,NULL,2,1926,106102,'Divine Beast Vah Naboris','This position is not accurate so do not approve it, however it should probably be added to the map.',85.6875,-178.9375,0,0,0,'2020-08-21 10:49:46'), + (11941,1901,NULL,2,1926,106102,'Divine Beast Vah Rudania','This position is not accurate so do not approve it, however Rudania should be added to the map',165.40625,-88.109375,0,0,0,'2020-08-21 10:50:48'), + (11942,1901,NULL,2,1910,105470,'Amber','',107.87890625,-162.71484375,0,0,0,'2020-08-21 12:12:00'), + (11943,1901,NULL,2,1904,105470,'Bomb Arrows','EX-Item from the DLC',105.3125,-159.7109375,0,0,0,'2020-08-21 12:14:48'), + (11944,1901,NULL,2,1910,105470,'Gemstone','',132.09765625,-158.11328125,0,0,0,'2020-08-21 17:05:59'), + (11945,1901,NULL,2,1910,105470,'Gemstone','',135.05859375,-158.78515625,0,0,0,'2020-08-21 17:25:10'), + (11946,1901,NULL,2,1910,105470,'4 x Slime Gelee','',134.625,-159.9296875,0,0,0,'2020-08-21 17:28:42'), + (11947,1901,NULL,2,1901,106181,'gf','',140.859375,-151.1015625,0,0,0,'2020-08-22 10:17:04'), + (11948,1901,NULL,2,1926,59528,'Vah Rudania','',165.6197919845581,-89.94378658195917,0,0,0,'2020-08-22 20:06:25'), + (11949,1901,NULL,2,1926,59528,'Vah Medoh','',71.5442705154419,-98.8150318171872,0,0,0,'2020-08-22 20:06:55'), + (11950,1901,NULL,2,1926,59528,'Vah Naboris','',85.3125,-184.58945747864203,0,0,0,'2020-08-22 20:07:39'), + (11951,1901,NULL,2,1910,106293,'Ancient core','',45.5,-62.5,0,0,0,'2020-08-23 23:08:50'), + (11952,1901,NULL,2,1932,106334,'test','',152.234375,-153.6875,0,0,0,'2020-08-27 14:10:40'), + (11953,1901,NULL,2,1936,77582,'Cracked Wall','',139.19062519073486,-156.2665245951172,0,0,0,'2020-08-30 10:48:56'), + (11954,1901,NULL,2,1923,106215,'wer','',127.2900390625,-174.53857421875,0,0,0,'2020-08-31 17:17:30'), + (11955,1901,NULL,2,1930,96690,'Ganon','',124.078125,-111.09375,0,0,0,'2020-09-04 08:40:49'), + (11956,1901,NULL,2,1926,107311,'Vah Rudania','',184.9889557732188,-125.17832768372425,0,0,0,'2020-09-05 13:19:17'), + (11957,1901,NULL,2,1926,107311,'Vah Medoh','',71.41869232324058,-99.83602411403866,0,0,0,'2020-09-05 13:20:27'), + (11958,1901,NULL,2,1926,107311,'Vah Naboris','',94.99121706235766,-169.22880054105616,0,0,0,'2020-09-05 13:21:12'), + (11959,1901,NULL,2,1926,107311,'Vah Rudania','',166.42604151294188,-88.50632239886846,0,0,0,'2020-09-05 13:22:04'), + (11960,1901,NULL,2,1926,107311,'Vah Ruta','',174.62608990811069,-131.74156092594384,0,0,0,'2020-09-05 13:22:33'), + (11961,1901,NULL,2,1948,107311,'Cooking pot','',149.27477307389765,-154.0790252567129,0,0,0,'2020-09-05 13:40:20'), + (11962,1901,NULL,2,1901,105966,'Kolog al que atrapar','',69.1015625,-67.880859375,0,0,0,'2020-09-07 23:20:14'), + (11963,1901,NULL,2,1901,72402,'Two possible missed brances','',113.0390625,-156.53125,0,0,0,'2020-09-08 01:10:23'), + (11964,1901,NULL,2,1901,107650,'kay','',-6.5,-77.5,0,0,0,'2020-09-09 00:33:58'), + (11965,1901,NULL,2,1901,102586,'Campamento bok','',134.6087539686239,-111.79324960708618,0,0,0,'2020-09-09 13:31:36'), + (11966,1901,NULL,2,1925,107260,'Keive Tala Shrine','',91.4375,-189.04342834224911,0,0,0,'2020-09-10 17:24:57'), + (11967,1901,NULL,2,1926,107984,'rudana','E',166.5625,-88.8125,0,0,0,'2020-09-12 19:38:42'), + (11968,1901,NULL,2,1901,103112,'thunderblade','thunderblade',43.21240234375,-99.625,0,0,0,'2020-09-13 22:40:26'), + (11969,1901,NULL,2,1901,77479,'rito','',38.30510711669922,-80.66926028233483,0,0,0,'2020-09-15 04:49:25'), + (11970,1901,NULL,2,1916,105553,'kolog','',71.203125,-76.234375,0,0,0,'2020-09-15 21:41:52'), + (11971,1901,NULL,2,1901,108222,'??','??',158.453125,-141.328125,0,0,0,'2020-09-17 06:10:09'), + (11972,1901,NULL,2,1901,108303,'1','Centaleon 1',57.875,-88.96875,0,0,0,'2020-09-17 06:26:07'), + (11973,1901,NULL,2,1901,108390,'Shrine of Resurrection ','',110.796875,-157.5078125,0,0,0,'2020-09-17 17:11:55'), + (11974,1901,NULL,2,1901,108591,'uft','',105.75,-93.15625,0,0,0,'2020-09-19 23:23:43'), + (11975,1901,NULL,2,1901,108380,'f','',177.1484375,-165.6015625,0,0,0,'2020-09-20 21:55:59'), + (11976,1901,NULL,2,1901,108506,'semilla faltante','',59.3515625,-95.9296875,0,0,0,'2020-09-21 01:02:31'), + (11977,1901,NULL,2,1901,108275,'See if bow came back','',139.81406259536743,-127.82264606170752,0,0,0,'2020-09-21 03:16:45'), + (11978,1901,NULL,2,1901,109043,'Hestu','',159.89453125,-150.42578125,0,0,0,'2020-09-24 09:58:37'), + (11979,1901,NULL,2,1901,105023,'Temple Of Time','',115.453125,-157.953125,0,0,0,'2020-09-25 14:37:23'), + (11980,1901,NULL,2,1901,107544,'juyg','iuhi',-30.25,-169.75,0,0,0,'2020-09-25 22:30:11'), + (11981,1901,NULL,2,1926,107544,'vah rudania','',167.65625,-87.46875,0,0,0,'2020-09-25 22:32:36'), + (11982,1901,NULL,2,1925,77482,'Yowaka Ita Shrine','EX The Champions' Ballad - On-Hit Obliterator Quest',113.30078125,-154.14453125,0,0,0,'2020-09-25 23:51:55'), + (11983,1901,NULL,2,1925,77482,'Rohta Chigah Shrine','EX The Champions' Ballad - One-Hit Obilterator Quest',119.90234375,-156.16015625,0,0,0,'2020-09-26 00:11:52'), + (11984,1901,NULL,2,1925,77482,'Ruvo Korbah Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',115.015625,-161.609375,0,0,0,'2020-09-26 00:48:33'), + (11985,1901,NULL,2,1925,77482,'Etsu Korima Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',108.9921875,-161.015625,0,0,0,'2020-09-26 01:13:43'), + (11986,1901,NULL,2,1925,77482,'Mah Eliya Shrine','EX The Champions' Ballad - Mipha's Song',186.765625,-117.921875,0,0,0,'2020-09-26 18:22:29'), + (11987,1901,NULL,2,1925,77482,'Kee Dafunia Shrine','EX The Champions' Ballad - Mipha's Song',204.28125,-112.75,0,0,0,'2020-09-26 18:58:59'), + (11988,1901,NULL,2,1925,77482,'Sato Koda Shrine','EX The Champions' Ballad - Mipha's Song',176.515625,-114.9921875,0,0,0,'2020-09-26 19:35:53'), + (11989,1901,NULL,2,1925,77482,'Rinu Honika Shrine','EX The Champions' Ballad - Daruk's Song',163.05859375,-96.8359375,0,0,0,'2020-09-27 23:02:31'), + (11990,1901,NULL,2,1925,77482,'Sharo Lun Shrine','EX The Champions' Ballad - Daruk's Song',173.7578125,-90.19921875,0,0,0,'2020-09-27 23:39:19'), + (11991,1901,NULL,2,1925,77482,'Kamia Omuna Shrine','EX The Champions' Ballad - Daruk's Song',161.23046875,-77.57421875,0,0,0,'2020-09-27 23:59:33'), + (11992,1901,NULL,2,1925,77482,'Shira Gomar Shrine','EX The Champions' Ballad - Rivali's Song',90.859375,-106.4140625,0,0,0,'2020-09-28 01:45:24'), + (11993,1901,NULL,2,1925,77482,'Noe Rajee Shrine','EX The Champions' Ballad - Rivali's Song',68.29296875,-91.9453125,0,0,0,'2020-09-28 02:14:41'), + (11994,1901,NULL,2,1925,77482,'Kiah Toza Shrine','EX The Champions' Ballad - Rivali's Song',94.2890625,-78.203125,0,0,0,'2020-09-28 03:02:22'), + (11995,1901,NULL,2,1935,109347,'Giant hunt','',179.80859375,-119.36328125,0,0,0,'2020-09-28 14:15:46'), + (11996,1901,NULL,2,1926,67446,'Vah'Medoh','',71.546875,-98.921875,0,0,0,'2020-09-30 14:01:09'), + (11997,1901,NULL,2,1946,109515,'Piments','',113.07194519042969,-158.52413940429688,0,0,0,'2020-09-30 17:47:19'), + (11998,1901,NULL,2,1904,109508,'Chest','',204.75,-185.8125,0,1,0,'2020-10-01 18:03:09'), + (11999,1901,NULL,2,1901,109513,'Edge','',125.83995636340339,-162.58392848761238,0,0,0,'2020-10-01 22:12:05'), + (12000,1901,NULL,2,1926,107050,'Divine Beast Vah Medoh','',71.55156230926514,-98.78449757381924,0,0,0,'2020-10-02 10:59:37'), + (12001,1901,NULL,2,1926,107050,'Divine Beast Vah Rudania','',166.359375,-88.30941789258816,0,0,0,'2020-10-02 11:00:36'), + (12002,1901,NULL,2,1926,107050,'Divine Beast Vah Naboris','',95.01249980926514,-169.26028978525844,0,0,0,'2020-10-02 11:01:55'), + (12003,2000,NULL,2,1950,72402,'Magic Powder Upgrade','',47.20833206176758,-112.50708587982876,0,0,0,'2020-10-02 17:03:42'), + (12004,1901,NULL,2,1926,107092,'Divine Beast Vah Medoh','',70.42108204661218,-98.13647949446786,0,0,0,'2020-10-02 18:08:07'), + (12005,1901,NULL,2,1931,109689,'Camp','',138.875,-155.3671875,0,0,0,'2020-10-03 00:20:35'), + (12006,1901,NULL,2,1925,109711,'Sharo Lun Shrine','chest',173.65312576293945,-90.26592735197623,0,0,0,'2020-10-03 07:30:35'), + (12007,1901,NULL,2,1901,103426,'DRILL','',159.1875,-93.6875,0,0,0,'2020-10-03 17:03:13'), + (12008,1901,NULL,2,1931,108275,'Enemy Camp','Lizalfos',196.1515622138977,-117.97083294108292,0,0,0,'2020-10-04 06:01:05'), + (12009,1901,NULL,2,1944,108275,'Treasure Chest','Silverscale Spear',196.046875,-117.92340945763112,0,0,0,'2020-10-04 06:01:37'), + (12010,1901,NULL,2,1936,108275,'Cracked Wall','Large ore underneath',193.73046875,-127.73512539307353,0,0,0,'2020-10-04 06:07:38'), + (12011,1901,NULL,2,1936,108275,'Cracked Wall','Large ore',199.09375047683716,-139.36447628947772,0,0,0,'2020-10-04 06:36:23'), + (12012,2000,NULL,2,1950,72402,'Bomb Upgrade','',111.3750228881836,-180.91023788887816,0,0,0,'2020-10-05 16:32:50'), + (12013,1901,NULL,2,1926,42863,'Divine Beast Vah Rudania','The Fire Divine Beast',-94.75,-158.5,0,1,0,'2020-10-05 18:10:38'), + (12014,1901,NULL,2,1910,108524,'Durians','',149.8125,-178.359375,0,0,0,'2020-10-05 20:46:58'), + (12015,1901,NULL,2,1916,105802,'POMMIER','POMMIER',185.58437633514404,-95.8985582739899,0,0,0,'2020-10-06 21:00:12'), + (12016,1901,NULL,2,1936,108275,'Cracked Wall','',68.12500023841858,-146.74225910810736,0,0,0,'2020-10-10 05:54:49'), + (12017,1901,NULL,2,1926,107092,'Divine Beast Vah Rudania','',166.09731215319886,-87.22916793823242,0,0,0,'2020-10-11 03:14:10'), + (12018,1901,NULL,2,1910,108742,'hearty Radish','',179.69999933242798,-68.97945246872845,0,0,0,'2020-10-12 23:23:22'), + (12019,1901,NULL,2,1926,99671,'Vah'Rudania','',166.34375,-88.40625,0,0,0,'2020-10-13 08:08:24'), + (12020,1901,NULL,2,1926,99671,'Vah'Medoh','',71.578125,-98.703125,0,0,0,'2020-10-13 08:09:43'), + (12021,1901,NULL,2,1910,110560,'APPLES','',97.5,-133.5,0,0,0,'2020-10-13 19:06:06'), + (12022,1901,NULL,2,1901,110539,'Rebirth Place','',110.68359398841858,-157.45901350875567,0,0,0,'2020-10-13 20:07:57'), + (12023,1901,NULL,2,1901,70984,'Stollen','',124.765625,-109.65625,0,0,0,'2020-10-14 09:21:00'), + (12024,1901,NULL,2,1926,78953,'Divine Beast Vah Medoh','',71.421875,-99.890625,0,0,0,'2020-10-16 18:10:38'), + (12025,1901,NULL,2,1926,78953,'Divine Beast Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.328125,0,0,0,'2020-10-16 18:12:14'), + (12026,1901,NULL,2,1903,110808,'Arrow Farming ','Good spots for all arrow farming ',201.125,-186.5,0,0,0,'2020-10-17 08:25:54'), + (12027,1901,NULL,2,1901,59609,'??????','',155.8942785902363,-175.01939004878025,0,0,0,'2020-10-17 18:15:46'), + (12028,1901,NULL,2,1901,111057,'Archery Camp','',125.125,-182.59375,0,0,0,'2020-10-20 15:26:57'), + (12029,1901,NULL,2,1902,111310,'Hose','',115.546875,-159.3984375,0,0,0,'2020-10-22 14:43:40'), + (12030,1901,NULL,2,1901,111310,'Hose','hose?',115.44921875,-159.34765625,0,0,0,'2020-10-22 14:46:39'), + (12031,1901,NULL,2,1901,111341,'talus','',-46,-132.25,0,0,0,'2020-10-23 04:49:32'), + (12032,1901,NULL,2,1925,108854,'Santuario','',167.593749486127,-151.43293481168814,0,0,0,'2020-10-23 06:38:40'), + (12033,1901,NULL,2,1945,111318,'A lot of Bluppes','Just a ton',92.43848514556885,-133.35961937904358,0,0,0,'2020-10-23 15:36:50'), + (12034,1901,NULL,2,1901,109527,'1','',64.22500228881836,-85.47358857722719,0,0,0,'2020-10-23 21:52:34'), + (12035,1901,NULL,2,1903,111408,'Thunder','',175.625,-189.421875,0,0,0,'2020-10-24 03:57:59'), + (12036,1901,NULL,2,1903,111330,'Frostspear','A magical spear forged from ancient Ice, being able to freeze enemies and it also have a Durability Up!',188.73828125,-148.5703125,0,1,0,'2020-10-25 00:58:23'), + (12037,1901,NULL,2,1901,111560,'Weird Location','Statue with purple eyes...',167.24609375,-151.78515625,0,0,0,'2020-10-25 19:39:24'), + (12038,1901,NULL,2,1901,46381,'EX Shrine ','Kebe'Tawa',91.40625,-189.09375,0,0,0,'2020-10-26 07:54:51'), + (12039,1901,NULL,2,1901,46381,'EX','Takama'Simiri',51.1171875,-161.75,0,0,0,'2020-10-26 08:00:56'), + (12040,1901,NULL,2,1901,46381,'EX','Kiha'Tusa',94.3125,-78.4375,0,0,0,'2020-10-26 08:03:20'), + (12041,1901,NULL,2,1901,46381,'Sanctuaire','Rohita'Tigu',120.09375,-156.1875,0,0,0,'2020-10-26 08:05:24'), + (12042,1901,NULL,2,1901,46381,'EX','Rohita'Tigu',119.75,-155.8125,0,0,0,'2020-10-26 08:06:00'), + (12043,1901,NULL,2,1901,46381,'EX','Runeh'Koribah',114.8125,-161.65625,0,0,0,'2020-10-26 08:06:27'), + (12044,1901,NULL,2,1901,46381,'EX','Etsi'Korima',109.03125,-160.96875,0,0,0,'2020-10-26 08:06:56'), + (12045,1901,NULL,2,1901,107092,'The Eighth Heroine','Location of the Eighth Heroine statue (Sand Boots side quest).',59.79485290459322,-135.87500023841858,0,0,0,'2020-10-27 20:46:06'), + (12046,1901,NULL,2,1901,111805,'hateno','da möcht ich hin',137.76875114440918,-139.53573988248164,0,0,0,'2020-10-28 16:12:03'), + (12047,1901,NULL,2,1926,111894,'Divine Beast Vah Naboris','',87.5,-184.25,0,0,0,'2020-10-30 14:04:57'), + (12048,1901,NULL,2,1901,111894,'Divine Beast Vah Medoh','',71.5625,-98.6875,0,0,0,'2020-10-30 14:05:46'), + (12049,1901,NULL,2,1926,111894,'Divine Beast Vah Rudania','',167.625,-87.625,0,0,0,'2020-10-30 14:06:28'), + (12050,1901,NULL,2,1935,111894,'Medicinal Molduga','A Gerudo woman's husband is seek. Ask her to begin the quest and go to kill a molduga to help her.',66.9296875,-173.59375,0,0,0,'2020-10-30 14:10:24'), + (12051,1901,NULL,2,1935,111894,'The secret club's secret','',68.765625,-173.84375,0,0,0,'2020-10-30 14:10:59'), + (12052,1901,NULL,2,1935,111894,'The eight heroin','',69.28125,-173.03125,0,0,0,'2020-10-30 14:11:31'), + (12053,1901,NULL,2,1935,111894,'The lost sword','Ask the same man than for the eight heroin. This time he wants a proof of the existence of the sword of this heroin.\r\nThe beginning of a great love story between you and him?',69.328125,-173,0,0,0,'2020-10-30 14:12:56'), + (12054,1901,NULL,2,1935,111894,'The mystery polluter','',68.171875,-172.609375,0,0,0,'2020-10-30 14:14:06'), + (12055,1901,NULL,2,1935,111894,'Missing in action!','',84.0625,-162.984375,0,0,0,'2020-10-30 14:15:07'), + (12056,1901,NULL,2,1935,111894,'Rushroom rush!','',84.359375,-162.671875,0,0,0,'2020-10-30 14:15:38'), + (12057,1901,NULL,2,1926,110653,'Divine Beast Vah Naboris','The Divine Beast that contains the trapped spirit of the Gerudo Champion Urbosa.',87.6875,-185.2708339691162,0,1,0,'2020-11-01 06:34:56'), + (12058,1901,NULL,2,1926,110653,'Divine Beast Vah Rudania','The Divine Beast that holds the trapped spirit of the Goron Champion Daruk.',163.5390625,-90.78125,0,1,0,'2020-11-01 06:37:10'), + (12059,1901,NULL,2,1926,110653,'Divine Beast Vah Medoh','The Divine Beast that holds the trapped spirit of the Rito Champion Revali.',71.53645849227905,-99.00911438465118,0,1,0,'2020-11-01 06:39:16'), + (12060,1901,NULL,2,1903,107638,'Kings Spear','',119.0390625,-87.5859375,0,0,0,'2020-11-02 02:02:54'), + (12061,1901,NULL,2,1901,112179,'Sacrario della rinascita','',111.0234375,-157.2109375,0,0,0,'2020-11-02 11:29:28'), + (12062,1901,NULL,2,1905,112385,'Rosted Shield','Oben auf dem Dach des Färberhaus.',181.20703125,-161.5546875,0,0,0,'2020-11-04 20:05:47'), + (12063,1901,NULL,2,1935,110653,'What's for Dinner?','Bring Kiana goat butter and a hearty blueshell snail!',173.18489599227905,-181.27604150772095,0,1,0,'2020-11-05 08:29:46'), + (12064,1901,NULL,2,1935,110653,'Take Back the Sea','Defeat the monsters terrorizing Aris Beach!',173.203125,-181.6875,0,1,0,'2020-11-05 08:30:57'), + (12065,1901,NULL,2,1935,110653,'Sunken Treasure','Find the treasure mentioned by Rozel! The clue is "The treasure sleeps in the center of the golden triangle."',173.1171875,-182.6328125,0,1,0,'2020-11-05 08:32:53'), + (12066,1901,NULL,2,1901,106058,'Test','',57.5,-143.75,0,0,0,'2020-11-05 20:39:48'), + (12067,1901,NULL,2,1916,112146,'korok seed','',155.890625,-175.1015625,0,0,0,'2020-11-07 17:18:26'), + (12068,2000,NULL,2,1969,50607,'Fairy Fountain','Fairy Fountain behind cracked wall',243.75,-83.5625,0,0,0,'2020-11-07 17:55:42'), + (12069,1901,NULL,2,1926,109261,'Vah'Naboris','',88.63541603088379,-188.32291841506958,0,0,0,'2020-11-08 11:52:55'), + (12070,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',-12,-142.95149295157916,0,0,0,'2020-11-08 19:33:37'), + (12071,1901,NULL,2,1916,112860,'1','',109.5,-161.2803899082569,0,0,0,'2020-11-10 02:14:41'), + (12072,1901,NULL,2,1926,112845,'Vah Naboris','The divine beast of the Gerudos,',93.375,-167.0625,0,0,0,'2020-11-10 17:29:57'), + (12073,1901,NULL,2,1926,112845,'Vah Medoh','The divine beast of the Ritos.',71.5,-99.25,0,0,0,'2020-11-10 17:32:36'), + (12074,1901,NULL,2,1926,112845,'Vah Rudania','The Divine beast of the Gorons.',166.25,-87.5,0,0,0,'2020-11-10 17:33:52'), + (12075,1901,NULL,2,1901,112735,'MINA','',179.421875,-180.015625,0,0,0,'2020-11-10 17:53:00'), + (12076,1901,NULL,2,1901,113156,'Hateno','',184.0704345703125,-161.094482421875,0,0,0,'2020-11-14 10:27:04'), + (12077,1901,NULL,2,1901,113308,'Campfire','Flint included',113.10468769073486,-156.6601563692093,0,1,0,'2020-11-15 17:36:49'), + (12078,1901,NULL,2,1901,113308,'.','',111.46562576293945,-159.79375052452087,0,0,0,'2020-11-15 17:39:33'), + (12079,1901,NULL,2,1916,113268,'Korugu','\r\n\r\n',70.54947912693024,-121.90364575386047,0,0,0,'2020-11-15 19:05:52'), + (12080,1901,NULL,2,1901,113000,'?','',114.60259630380068,-91.44601908908983,0,0,0,'2020-11-16 03:56:57'), + (12081,1901,NULL,2,1901,113355,'F','',85.12109375,-131.69921875,0,0,0,'2020-11-16 05:25:51'), + (12082,1901,NULL,2,1901,113397,'test','',118.25,-143.52421069561265,0,0,0,'2020-11-16 15:58:38'), + (12083,1901,NULL,2,1903,105841,'epee glace','',79.546875,-147.12499976158142,0,0,0,'2020-11-17 17:40:25'), + (12084,1901,NULL,2,1910,113418,'Opale','',107.8984375,-162.75,0,0,0,'2020-11-18 23:51:22'), + (12085,1901,NULL,2,1901,113681,'aees','olv',69.84375,-72.1875,0,0,0,'2020-11-20 05:25:19'), + (12086,1901,NULL,2,1901,113699,'Kakiro Village','',38.375,-75.75,0,0,0,'2020-11-20 12:57:53'), + (12087,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'), + (12088,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'), + (12089,1901,NULL,2,1902,91304,'royal halberd','',118.90625,-87.36561711766554,0,0,0,'2020-11-21 19:00:20'), + (12090,1901,NULL,2,1944,91304,'Royal halberd','',118.921875,-87.37343394378767,0,0,0,'2020-11-21 19:01:41'), + (12091,1901,NULL,2,1916,113555,'korok','',183.078125,-154.609375,0,0,0,'2020-11-21 22:41:41'), + (12092,1901,NULL,2,1916,113778,'Kolong seed','Kolong\r\n',165.13541650772095,-133.8645830154419,0,1,0,'2020-11-22 06:49:04'), + (12093,1901,NULL,2,1901,112735,'HIRULE CASTLE','',124.12500190734863,-111.9479169845581,0,0,0,'2020-11-22 13:19:54'), + (12094,1901,NULL,2,1901,113815,'Campamento','',105.515625,-152.7890625,0,0,0,'2020-11-23 02:03:02'), + (12095,1901,NULL,2,1901,113815,'Campfire','',105.5390625,-152.796875,0,0,0,'2020-11-23 02:03:42'), + (12096,1901,NULL,2,1926,114037,'Divine Beast Vah Rudania','',166.3125,-88.625,0,0,0,'2020-11-25 18:33:28'), + (12097,1901,NULL,2,1926,114037,'Divine Beast Vah Medih','',71.5625,-98.8125,0,0,0,'2020-11-25 18:33:49'), + (12098,1901,NULL,2,1901,114037,'Divine Beast Vah Naboris','The Divine beast piloted by the Gerudo Champion, Urbosa. It was freed from Thunderblight Ganon's grasps. Completion grants you the Champion Ability dubbed "Urbosa's Fury"',94.875,-169.375,0,0,0,'2020-11-25 18:35:21'), + (12099,1901,NULL,2,1935,113758,'Arrows of Burning Heat','Speak to Rola in the Curious Quiver shop',156.51953125,-144.28125,0,0,0,'2020-11-27 22:58:03'), + (12100,1901,NULL,2,1901,113758,'By Firefly's Light','',157.68359375,-144.1796875,0,0,0,'2020-11-27 22:59:06'), + (12101,1901,NULL,2,1921,114143,'Gerudo','',69.28076171875,-175.43017578125,0,0,0,'2020-11-28 02:12:00'), + (12102,1901,NULL,2,1901,114341,'Chient Done','',136.5703125,-182.1640625,0,1,0,'2020-11-29 18:03:03'), + (12103,1901,NULL,2,1901,114456,'jeu voile','',152.703125,-116.875,0,0,0,'2020-11-29 19:54:23'), + (12104,1901,NULL,2,1926,114150,'Divine Beast : Vah'Naboris','',95.015625,-169.28125,0,0,0,'2020-11-30 01:15:46'), + (12105,1901,NULL,2,1926,114150,'Divine Beast : Vah'Medoh','',71.5234375,-98.921875,0,0,0,'2020-11-30 01:16:23'), + (12106,1901,NULL,2,1926,114150,'Divine Beast : Vah'Rudania','',166.31640625,-87.99609375,0,0,0,'2020-11-30 01:17:03'), + (12107,1901,NULL,2,1901,114013,'2pt','',87.203125,-170.7421875,0,0,0,'2020-11-30 10:55:16'), + (12108,1901,NULL,2,1916,112710,'Start of Lorogu challenge','',87.4375,-183.375,0,0,0,'2020-11-30 14:13:21'), + (12109,1901,NULL,2,1901,114687,'Entrée du plateau','L'entrée originale du plateau du prélude. Elle est a présent sous les décombres.',119.171875,-151.796875,0,1,0,'2020-12-02 13:01:54'), + (12110,1901,NULL,2,1901,114891,'Found','',60.046875,-69.21875,0,0,0,'2020-12-05 02:12:55'), + (12111,1901,NULL,2,1901,114693,'Mount satori','Marché aux legumes',93.46875,-134.40625,0,0,0,'2020-12-05 23:22:26'), + (12112,1901,NULL,2,1901,113815,'Merchant','',139.015625,-157.171875,0,0,0,'2020-12-06 17:21:21'), + (12113,1901,NULL,2,1901,115108,'Current Location','',142.5234375,-158.4609375,0,0,0,'2020-12-07 17:13:06'), + (12114,1901,NULL,2,1925,115284,'Shrine of Resurrection','Starting point',110.734375,-157.546875,0,1,0,'2020-12-10 01:31:40'), + (12115,1901,NULL,2,1943,115467,'Topaz','',161.287109375,-188.431640625,0,1,0,'2020-12-12 13:42:55'), + (12116,1901,NULL,2,1901,115532,'White-Mayned Lynel','',69.390625,-75.55608974358975,0,0,0,'2020-12-12 20:10:30'), + (12117,1901,NULL,2,1936,115726,' ','',114.390625,-158.171875,0,0,0,'2020-12-14 20:52:24'), + (12118,1901,NULL,2,1926,115737,'lizard','',167.875,-87.7652953425033,0,1,0,'2020-12-14 22:21:37'), + (12119,1901,NULL,2,1926,115737,'Bird','',71.578125,-98.58045540626124,0,1,0,'2020-12-14 22:22:33'), + (12120,1901,NULL,2,1901,115467,'Farosh On the Mountain','',65.89453125,-139.76953125,0,0,0,'2020-12-15 17:02:35'), + (12121,1901,NULL,2,1902,38522,'Armadura ganon','\r\n\r\n\r\n\r\n',109.37958272953388,-147.2140131025078,0,1,0,'2020-12-16 23:50:36'), + (12122,1901,NULL,2,1902,38522,'Armadura ganon','Casco ganon\r\n\r\n',109.40544776692106,-147.17123789787786,0,0,0,'2020-12-16 23:51:27'), + (12123,1901,NULL,2,1943,115737,'50 rubies','',158.92199087142944,-164.97531319177762,0,0,0,'2020-12-21 12:26:40'), + (12124,1901,NULL,2,1936,115737,'bomb wall','',158.9296875,-164.92562777781401,0,0,0,'2020-12-21 12:27:17'), + (12125,1901,NULL,2,1936,115737,'treasure cave wall for quest','',158.42578125,-168.40218038777672,0,0,0,'2020-12-21 12:27:58'), + (12126,1901,NULL,2,1936,115737,'wall','',171.4442949295044,-155.19419791741421,0,0,0,'2020-12-21 12:37:26'), + (12127,1901,NULL,2,1901,76123,'xd','',202.9375,-116.0260162601626,0,0,0,'2020-12-21 21:04:43'), + (12128,1901,NULL,2,1901,116058,'Star Fragment','',140.3944091796875,-104.34046936035156,0,0,0,'2020-12-21 22:36:42'), + (12129,1901,NULL,2,1901,116058,'Star Fragment','',140.44012451171875,-104.33963012695312,0,0,0,'2020-12-21 22:37:20'), + (12130,1901,NULL,2,1925,77482,'Keive Tala Shrine','DLC Ex Champions Ballad',91.41796875,-188.98828125,0,0,0,'2020-12-21 23:31:21'), + (12131,1901,NULL,2,1925,77482,'Takama Shiri Shrine','DLC Ex Champions Shrine',51.50390625,-161.671875,0,0,0,'2020-12-22 00:10:21'), + (12132,1901,NULL,2,1925,77482,'Kihiro Moh Shrine','DLC Ex Champions Ballad Shrine',75.0390625,-149.1171875,0,0,0,'2020-12-22 00:43:51'), + (12133,1901,NULL,2,1901,115534,'armas','',109.8125,-148.03125,0,0,0,'2020-12-23 06:12:23'), + (12134,1901,NULL,2,1901,54914,'Diamond under a rock','Look in this area for a rock, under the rock you can find a diamond',92.9921875,-137.25,0,1,0,'2020-12-23 14:09:20'), + (12135,1901,NULL,2,1926,115434,'Vah'Darunia','',167.75000190734863,-87.4187490940094,0,0,0,'2020-12-26 20:24:11'), + (12136,1901,NULL,2,1921,116749,'First','',110.3828125,-157.3359375,0,0,0,'2020-12-27 12:25:34'), + (12137,1901,NULL,2,1916,47121,'Koroko Seed','',80.073486328125,-142.30034764682065,0,0,0,'2020-12-27 22:26:37'), + (12138,1901,NULL,2,1901,100398,'STAR FRAGMENT','',140.359375,-104.3828125,0,0,0,'2020-12-28 20:53:36'), + (12139,1901,NULL,2,1903,117109,'Boomerang','',151.53125,-158.765625,0,1,0,'2020-12-30 16:52:14'), + (12140,1901,NULL,2,1910,117116,'Big Hearty Truffle','',91.56640625,-134.09375,0,0,0,'2020-12-30 19:01:54'), + (12141,1901,NULL,2,1947,77482,'Modulga King','',88.84375,-186.5625,0,0,0,'2020-12-30 21:23:41'), + (12142,1901,NULL,2,1943,116997,'Purple Rupee','',134.02734375,-117.12890625,0,1,0,'2020-12-31 06:01:28'), + (12143,1901,NULL,2,1943,116997,'Silver Rupee','',145.2421875,-114.5625,0,0,0,'2020-12-31 09:14:13'), + (12144,1901,NULL,2,1943,116997,'Sapphire','',142.1484375,-106.21875,0,0,0,'2020-12-31 09:24:34'), + (12145,1901,NULL,2,1910,117164,'Amber','',107.84834526844102,-162.6371882861493,0,0,0,'2021-01-01 20:21:11'), + (12146,1901,NULL,2,1943,70991,'Gemas dentro de la cueva','',179.3671875,-179.828125,0,0,0,'2021-01-03 16:20:04'), + (12147,1901,NULL,2,1901,117468,'KOLOG NOT FOUND','este kolog no aparece..\r\n\r\n',199.90625,-99.390625,0,0,0,'2021-01-03 18:43:45'), + (12148,1901,NULL,2,1943,117472,'Ruby (DLC)','"A precious red gem mined from large ore deposits found throughout Hyrule. Rubies contain the power of fire and have fetched a high price since ancient times."',117.45703125,-151.73366545612876,0,0,0,'2021-01-03 22:11:39'), + (12149,1901,NULL,2,1926,117579,'Vah Naboris','',95,-169.171875,0,1,0,'2021-01-03 22:44:45'), + (12150,1901,NULL,2,1920,117601,'ON EST ICI','',180.6796875,-162.453125,0,0,0,'2021-01-04 18:22:33'), + (12151,1901,NULL,2,1902,116711,'Diamante','',77.59375,-118.75098073482513,0,0,0,'2021-01-04 21:45:34'), + (12152,1901,NULL,2,1910,117799,'apfelbäume','immer was zu essen',96.12018966674805,-141.85096140438208,0,0,0,'2021-01-05 20:47:20'), + (12153,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','Grand mur à détruire ',68.1875,-146.7890625,0,0,0,'2021-01-06 14:15:19'), + (12154,1901,NULL,2,1916,118430,'h','g',-17,-71.75,0,1,0,'2021-01-11 13:16:03'), + (12155,1901,NULL,2,1904,116115,'Forest dwelling bow','',95.375,-68.65625,0,0,0,'2021-01-11 16:22:25'), + (12156,1901,NULL,2,1935,72116,'Death Mountain's Secret','Dugby side quest to find drillshaft',155.9375,-92.90625,0,0,0,'2021-01-11 23:34:44'), + (12157,1901,NULL,2,1901,117847,'sous ','',155.125,-176.15625,0,0,0,'2021-01-12 15:30:44'), + (12158,1901,NULL,2,1926,118626,'Vah Naboris','',-26.5,-121.25,0,0,0,'2021-01-13 02:23:16'), + (12159,1901,NULL,2,1901,118744,'master sword','',130.21875,-94.15625,0,0,0,'2021-01-14 21:08:49'), + (12160,1901,NULL,2,1901,118744,'bear ','good meat ',80.3359375,-150.03125,0,0,0,'2021-01-14 21:55:57'), + (12161,1901,NULL,2,1901,118855,'Mejora de la sheika','',180.50520825386047,-161.4140625,0,0,0,'2021-01-15 16:28:17'), + (12162,1901,NULL,2,1901,118636,'??????','',175.1640625,-167.703125,0,0,0,'2021-01-16 07:44:58'), + (12163,1901,NULL,2,1901,119014,'pppp','',170.76953125,-161.3359375,0,0,0,'2021-01-16 19:32:15'), + (12164,1901,NULL,2,1926,116066,'Va-Medo','',71.5078125,-100.328125,0,1,0,'2021-01-17 06:02:25'), + (12165,1901,NULL,2,1902,102008,'arnachement','',140.54531288146973,-185.97761400996575,0,0,0,'2021-01-17 12:07:02'), + (12166,1901,NULL,2,1916,117974,'?????','',178.49687480926514,-172.52605000119553,0,0,0,'2021-01-17 13:53:20'), + (12167,1901,NULL,2,1901,117888,'s','',97.78125,-101.78125,0,0,0,'2021-01-17 16:01:49'), + (12168,1901,NULL,2,1901,118744,'chest knights halberd','',180.703125,-178.75,0,0,0,'2021-01-18 01:29:27'), + (12169,1901,NULL,2,1901,118744,'chest royal bow','',171.9375,-178.015625,0,0,0,'2021-01-18 02:40:08'), + (12170,1901,NULL,2,1901,118744,'arrow x10 chest','',204.90625,-185.9375,0,0,0,'2021-01-18 05:40:08'), + (12171,1901,NULL,2,1901,118744,'chest with double axe','under the slab',154.4375,-177.609375,0,0,0,'2021-01-18 06:27:30'), + (12172,1901,NULL,2,1916,119295,'Me equivoque xd','',68,-80.75,0,0,0,'2021-01-19 00:35:06'), + (12173,1901,NULL,2,1944,117957,'Anchient Arrow','',-118,-107.5,0,0,0,'2021-01-19 16:40:21'), + (12174,1901,NULL,2,1901,86684,'Herbes d'Hyrule x5','',117.13671875,-151.23828125,0,0,0,'2021-01-20 18:21:57'), + (12175,1901,NULL,2,1926,86684,'Divine Beast Vah Medoh','',71.5234375,-98.921875,0,0,0,'2021-01-20 18:56:38'), + (12176,1901,NULL,2,1930,111070,'the fucking Ganon','',124.375,-111.4375,0,1,0,'2021-01-21 06:28:16'), + (12177,1901,NULL,2,1939,117957,'Wizzrobe','',103.46745681762695,-186.2244999408722,0,0,0,'2021-01-21 09:02:07'), + (12178,1901,NULL,2,1901,119585,'shrine of res','',111.90625,-156.2890625,0,0,0,'2021-01-21 21:01:25'), + (12179,1901,NULL,2,1901,119585,'shrine of res','',111.859375,-156.484375,0,1,0,'2021-01-21 21:01:47'), + (12180,1901,NULL,2,1925,114003,'???-?????? (DLC)','',108.9453125,-161.015625,0,0,0,'2021-01-23 10:59:32'), + (12181,1901,NULL,2,1901,119737,'Hestu','1st loc',160.875,-149.8649914361465,0,0,0,'2021-01-23 11:20:33'), + (12182,1901,NULL,2,1926,82971,'Divine Beast Vah Medoh','',71.5390625,-98.9921875,0,0,0,'2021-01-24 15:59:33'), + (12183,1901,NULL,2,1926,82971,'Divine Beast Vah Rudania','',166.31640625,-88.01953125,0,0,0,'2021-01-24 16:00:45'), + (12184,1901,NULL,2,1926,82971,'Divine Beast Vah Ruta','',94.9375,-169.09375,0,0,0,'2021-01-24 16:01:13'), + (12185,1901,NULL,2,1901,48985,'Mushrooms','',93.75,-140.484375,0,0,0,'2021-01-24 17:08:34'), + (12186,1901,NULL,2,1944,70991,'Brida Ancestral','Equipación para el caballo. Misteriosa Brida fabricada por medio de técnicas perdidas en el pasado. Aumenta al máximo las habilidades del caballo que la porta, permitiéndole galopar más rápido.',92.16015625,-133.37890625,0,0,0,'2021-01-24 17:34:14'), + (12187,1901,NULL,2,1901,39438,'Midna's Helmet','',107.015625,-131.609375,0,0,0,'2021-01-25 16:58:25'), + (12188,1901,NULL,2,1904,120023,'Forrest Dweller's Bow','',160.24609375,-130.47265625,0,0,0,'2021-01-26 01:26:47'), + (12189,1901,NULL,2,1903,120232,'guardian ','',113.0859375,-139.1640625,0,0,0,'2021-01-28 00:38:42'), + (12190,1901,NULL,2,1920,119918,'Loc','Localisation',194.359375,-137.89118685454687,0,0,0,'2021-01-30 07:57:57'), + (12191,1901,NULL,2,1901,120729,'punto interes','',182.28125,-163.375,0,0,0,'2021-02-01 18:54:12'), + (12192,1901,NULL,2,1902,114115,'Phantomarmor (dlc=','',123.8125,-126.75,0,0,0,'2021-02-02 15:14:49'), + (12193,1901,NULL,2,1931,75146,'Bokoblin Camp','',118.1875,-158,0,1,0,'2021-02-02 16:08:31'), + (12194,1901,NULL,2,1939,119863,'Fire Wizzrobe','Equipped Items: Fire Rod',185.5846347808838,-74.18345122802256,0,0,0,'2021-02-02 20:17:10'), + (12195,1901,NULL,2,1926,120614,'Vah Naboris','Vah Naboris beast',94.9375,-169.4375,0,0,0,'2021-02-03 18:43:52'), + (12196,1901,NULL,2,1901,114058,'No Korok','',93.96253507321167,-135.20001973297573,0,0,0,'2021-02-04 09:04:11'), + (12197,1901,NULL,2,1901,121078,'Zora's Domain','',179.71516799926758,-119.71420097351074,0,0,0,'2021-02-06 02:03:58'), + (12198,1901,NULL,2,1901,121078,'Moon Jumping Glitch Setup','Talk to the guy sitting at the tree at the target range on your horse. Start the mini-game as normal but ride over to a nearby cliff and glide over to a untamed horse ride it till the game ends but dont tame it. The game ends so you need to exit the dialougue with target guy. Telport away, and now you go anywhere you want.',124.90625,-182.40625,0,1,0,'2021-02-06 02:07:24'), + (12199,1901,NULL,2,1925,121188,'Reborn','',111.0625,-157.50516708811597,0,0,0,'2021-02-07 10:07:50'), + (12200,1901,NULL,2,1936,120568,'Cracked Wall','',62.05794166352252,-70.94985723264263,0,0,0,'2021-02-09 21:43:35'), + (12201,1901,NULL,2,1936,120568,'Ice Block','',69.30780021213079,-163.40272933076045,0,0,0,'2021-02-09 21:50:57'), + (12202,1901,NULL,2,1944,120568,'Knight's Halberd','',118.9990153276101,-87.35983048585157,0,0,0,'2021-02-10 20:45:27'), + (12203,1901,NULL,2,1901,121674,'Nabooris Trial','',88.53125,-189.65625,0,0,0,'2021-02-12 00:29:50'), + (12204,1901,NULL,2,1901,121674,'Nabooris Trial','',50.875,-161.75,0,0,0,'2021-02-12 00:31:17'), + (12205,1901,NULL,2,1901,109732,'weapon upgrade?','',144.6484375,-110.359375,0,0,0,'2021-02-13 15:02:48'), + (12206,2005,NULL,2,1966,121866,'link*','',28.480919667953515,-181.72335249436136,0,0,0,'2021-02-14 11:42:40'), + (12207,1901,NULL,2,1916,109732,'Korok Seed','',175.6328125,-113.8359375,0,0,0,'2021-02-14 13:38:17'), + (12208,1901,NULL,2,1916,121582,'kolok','se ubica la primera flor que nos lleva hasta arriba para finalmente encontrar la semilla ',180.4233546257019,-164.23964005708694,0,0,0,'2021-02-16 01:58:26'), + (12209,1901,NULL,2,1921,122196,'Kakariko Villiage','',157.234375,-143.65625,0,0,0,'2021-02-16 17:41:17'), + (12210,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.390625,-133.4453125,0,0,0,'2021-02-16 18:12:45'), + (12211,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.4375,-133.328125,0,1,0,'2021-02-16 18:14:06'), + (12212,1901,NULL,2,1925,120954,'Kia Toza Shrine','',94.21875,-78.375,0,0,0,'2021-02-19 07:28:41'), + (12213,1901,NULL,2,1925,120954,'Shira Goram','',90.890625,-106.40625,0,0,0,'2021-02-19 07:31:16'), + (12214,1901,NULL,2,1920,15161,'Casa','',179.7890625,-163.78125,0,1,0,'2021-02-19 09:35:52'), + (12215,1901,NULL,2,1902,117760,'Majora's Mask','',120.93750047683716,-147.61718702316284,0,1,0,'2021-02-20 10:26:42'), + (12216,1901,NULL,2,1901,122530,'WOW','HELP ME KIDS',191.0811493396759,-108.28704416751862,0,0,0,'2021-02-20 16:24:47'), + (12217,1901,NULL,2,1901,120736,'kjahkd','',14.5,-79.25,0,0,0,'2021-02-23 20:19:12'), + (12218,1901,NULL,2,1935,91398,'Zora Stone Monuments','',180.25390625,-119.11328125,0,0,0,'2021-02-24 05:53:06'), + (12219,1901,NULL,2,1931,122869,'Enemy Base','',142.16171860694885,-167.34622101175916,0,0,0,'2021-02-27 22:42:29'), + (12220,1901,NULL,2,1916,123520,'korok','',155.625,-152,0,0,0,'2021-02-28 07:03:42'), + (12221,1901,NULL,2,1916,123452,'Korogu','',172.3125,-161.1484375,0,0,0,'2021-02-28 12:31:55'), + (12222,1901,NULL,2,1916,113565,'Korok Seed','',146.6953125,-175.78125,0,0,0,'2021-02-28 15:57:18'), + (12223,1901,NULL,2,1916,123141,'Korok next dest','',86.7734375,-136.53515625,0,0,0,'2021-02-28 16:49:26'), + (12224,1901,NULL,2,1902,123337,'EX Chest - Phantom Helmet ','',109.65625,-147.03125,0,0,0,'2021-03-01 08:42:15'), + (12225,1901,NULL,2,1901,123941,'Dobrar ao leste ','Ao leste virar para conseguir memoria ',105.015625,-109.28125,0,0,0,'2021-03-03 23:38:08'), + (12226,1901,NULL,2,1901,123820,'PENDIENTE','',176.2738857269287,-172.93112754821777,0,0,0,'2021-03-04 02:31:43'), + (12227,1901,NULL,2,1901,121582,'Prueba heroica (Hermanos gigantes)','leer la piedra para activar la prueba ',169.59800016880035,-172.41602066159248,0,1,0,'2021-03-04 15:32:03'), + (12228,1901,NULL,2,1916,124201,'korogu','',109.4375,-170.5,0,0,0,'2021-03-06 10:07:21'), + (12229,1901,NULL,2,1901,26371,'letzter krog','',182.78125,-123.39960507640293,0,0,0,'2021-03-08 19:40:14'), + (12230,1901,NULL,2,1904,124641,'Arc Royal','sous un rocher (utiliser cinetis)',113.37109363079071,-164.38166416436724,0,0,0,'2021-03-10 16:34:19'), + (12231,1901,NULL,2,1926,124641,'Vah'Medo','Prodige Révali',71.3390622138977,-99.830073684487,0,0,0,'2021-03-10 16:41:05'), + (12232,1901,NULL,2,1901,124540,'Paratonnere ','',66,-158.25,0,0,0,'2021-03-10 18:30:37'), + (12233,1901,NULL,2,1901,124658,'Yes','',180.59375,-76.46875,0,0,0,'2021-03-10 20:54:36'), + (12234,1901,NULL,2,1903,122571,'fspear','',67.5,-102,0,0,0,'2021-03-12 22:44:02'), + (12235,1901,NULL,2,1903,122571,'Frostspear','On an Ice-Breath Lizalfos',64.7890625,-77.90234375,0,0,0,'2021-03-12 23:05:43'), + (12236,1901,NULL,2,1931,122571,'Lizalfos Camp','2 Fire-Breath Lizalfos and 1 Ice-Breath Lizalfos',64.78125,-77.96875,0,0,0,'2021-03-12 23:10:10'), + (12237,1901,NULL,2,1925,124909,'Rohta Chigah Shrine (DLC)','',119.89188706344548,-156.11484330892563,0,0,0,'2021-03-13 03:44:55'), + (12238,1901,NULL,2,1901,124937,'Inicio','',110.5625,-157.265625,0,0,0,'2021-03-13 13:39:13'), + (12239,1901,NULL,2,1901,124914,'seed','',109.9375,-146.921875,0,0,0,'2021-03-13 17:33:39'), + (12240,1901,NULL,2,1926,124806,'Vah Ruta','',185.1156234741211,-125.29869582084362,0,0,0,'2021-03-14 01:22:14'), + (12241,1901,NULL,2,1926,124806,'Vah Medoh','',70.60000038146973,-97.75723823956432,0,0,0,'2021-03-14 02:06:40'), + (12242,1901,NULL,2,1926,124806,'Vah Medoh','',71.53515648841858,-98.96725482634965,0,0,0,'2021-03-14 02:10:19'), + (12243,1901,NULL,2,1926,124806,'Vah Naboris','Sieged Vah Naboris',95.10468673706055,-169.18254494725576,0,0,0,'2021-03-14 02:14:09'), + (12244,1901,NULL,2,1903,97047,'Longue epée des flammes','Arme en feu qui brule les ennemis. Arme à deux mains.Attaque: 34',137.33984375,-137.0859375,0,0,0,'2021-03-14 11:42:30'), + (12245,1901,NULL,2,1901,124539,'Maronus','',135.9296875,-97.63051428988081,0,0,0,'2021-03-14 19:30:39'), + (12246,1901,NULL,2,1932,120230,'Decayed','',117.421875,-153.859375,0,0,0,'2021-03-14 20:06:49'), + (12247,1901,NULL,2,1901,125128,'Gerudu Canyon Stable','',84.61943070975934,-161.04949559158695,0,0,0,'2021-03-14 21:04:10'), + (12248,1901,NULL,2,1930,123715,'Ice Keese','Behind cracked wall',85.76171875,-151.59375,0,0,0,'2021-03-14 23:08:54'), + (12249,1901,NULL,2,1901,123120,'EX Fairt Cloyhes','',123.85546875,-154.32421875,0,0,0,'2021-03-15 00:57:32'), + (12250,1901,NULL,2,1901,125118,'edge','',164.4375,-157.59375,0,0,0,'2021-03-15 18:05:13'), + (12251,1901,NULL,2,1946,125147,'Rumor mill EX Vol 4','Special volume with DLCs',133.39583325386047,-145.2421875,0,0,0,'2021-03-16 20:44:00'), + (12252,1901,NULL,2,1901,125316,'??????????????','',128.7671880722046,-145.9231334621211,0,0,0,'2021-03-16 23:40:20'), + (12253,1901,NULL,2,1925,125147,'Jizu'kafi temple','',175.70833349227905,-102.08854103088379,0,0,0,'2021-03-17 20:51:48'), + (12254,1901,NULL,2,1926,125435,'Divine Beast Vah Rudania','',166.421875,-87.9140625,0,0,0,'2021-03-17 21:12:01'), + (12255,1901,NULL,2,1926,125435,'Divine Beast Vah Naboris','Completed Quest Location',95.21875,-169.125,0,0,0,'2021-03-17 21:13:21'), + (12256,1901,NULL,2,1926,125435,'Divine Beast Vah Medoh','Completed Quest Location',71.390625,-99.8046875,0,0,0,'2021-03-17 21:14:02'), + (12257,1901,NULL,2,1901,124878,'Ore 1','',179.4609375,-179.80859375,0,0,0,'2021-03-18 15:42:42'), + (12258,1901,NULL,2,1901,125258,'Maronus','',134.625,-144.12213330869758,0,0,0,'2021-03-18 19:55:39'), + (12259,1901,NULL,2,1901,125622,'Cener','',110.74745598158748,-160.1219170743072,0,0,0,'2021-03-20 04:51:04'), + (12260,1901,NULL,2,1939,123927,'Ice Wizzrobe','Carries a Blizzard Rod',103.8671875,-186.39453125,0,0,0,'2021-03-20 11:58:32'), + (12261,1901,NULL,2,1902,125669,'Midnas Krone','wie eine Krone\r\n',119.03281259536743,-111.96543497933335,0,1,0,'2021-03-20 13:49:10'), + (12262,1901,NULL,2,1931,122869,'Skull Camp','',118.16249990463257,-157.95375479700442,0,0,0,'2021-03-21 16:03:45'), + (12263,1901,NULL,2,1901,125867,'horse','',140.328125,-151.3125,0,0,0,'2021-03-21 22:38:54'), + (12264,1901,NULL,2,1902,31109,'Switch Tshirt','',120.6875,-159.3515625,0,0,0,'2021-03-22 14:33:57'), + (12265,1901,NULL,2,1943,125954,'1 x Berenstein','',111.32578134536743,-162.6960676567522,0,0,0,'2021-03-22 22:09:18'), + (12266,1901,NULL,2,1926,124780,'Divine Beast Rudnania','',167.26823806762695,-87.58193516731262,0,0,0,'2021-03-24 15:29:16'), + (12267,1901,NULL,2,1926,124780,'Divine Beast Vah Medoh','',71.45968437194824,-98.58452320098877,0,0,0,'2021-03-24 15:30:10'), + (12268,1901,NULL,2,1905,125395,'Silver Rupy','Silver Rupy',184.671875,-138.4296875,0,0,0,'2021-03-26 12:25:46'), + (12269,1901,NULL,2,1901,115116,'Maze','Guardian Maze? ',99.8967809677124,-181.96149897575378,0,0,0,'2021-03-26 14:18:16'), + (12270,1901,NULL,2,1926,115116,'Vah Rudania','Divine beast',167.76724648475647,-87.35461056232452,0,0,0,'2021-03-26 14:19:19'), + (12271,1901,NULL,2,1930,115116,'Ganon','Ganon Fight!',123.99300861358643,-111.41650748252869,0,0,0,'2021-03-26 14:23:26'), + (12272,1901,NULL,2,1921,115116,'Castle Town','Decayed Town',124.0265121459961,-123.14205977320671,0,0,0,'2021-03-26 14:24:15'), + (12273,1901,NULL,2,1925,115116,'Gardian Maze','',200.6816782951355,-71.19546103477478,0,0,0,'2021-03-26 14:27:13'), + (12274,1901,NULL,2,1920,115116,'Great Deku Tree','',134.67351484298706,-95.43484652042389,0,0,0,'2021-03-26 14:29:25'), + (12275,1901,NULL,2,1931,115116,'Bokoblin Military Camp','',142.35727286338806,-102.49201965332031,0,0,0,'2021-03-26 14:34:44'), + (12276,1901,NULL,2,1916,125255,'Miss','',140.765625,-168.046875,0,0,0,'2021-03-26 21:42:58'), + (12277,1901,NULL,2,1944,28494,'Chest EX','',120.6875,-159.33203125,0,0,0,'2021-03-28 19:33:42'), + (12278,1901,NULL,2,1936,28494,'Wall (Chest Access)','Near River (1st Floor)',148.75390625,-157.20703125,0,0,0,'2021-03-28 23:28:03'), + (12279,1901,NULL,2,1936,28494,'Access To Chest','',157.40625,-155.88671875,0,0,0,'2021-03-28 23:55:45'), + (12280,1901,NULL,2,1901,126531,'Krogs auf Vergessenen Plateau','Krogs auf Vergessenen Plateau',74.9375,-161.49423444905096,0,0,0,'2021-03-29 09:20:48'), + (12281,1901,NULL,2,1901,126550,'owa','',107.546875,-134.53125,0,0,0,'2021-03-29 12:50:50'), + (12282,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:45'), + (12283,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:46'), + (12284,1901,NULL,2,1901,126626,'rucco maag','',179.21250915527344,-134.40870004663194,0,1,0,'2021-03-30 07:12:09'), + (12285,1901,NULL,2,1901,126774,'1','',14.25,-99.375,0,0,0,'2021-04-01 00:41:22'), + (12286,1901,NULL,2,1901,126870,'next','',133.3125,-158.515625,0,0,0,'2021-04-01 16:38:20'), + (12287,1901,NULL,2,1901,126883,'Master Sword','Here is the Master Sword',134.59375,-94.21875,0,0,0,'2021-04-01 20:55:59'), + (12288,1901,NULL,2,1901,125374,'???? ???? ??????','',184.6484375,-160.46484375,0,0,0,'2021-04-03 13:22:26'), + (12289,2000,NULL,2,1950,2534,'More Bombs','Use magic powder to light torch',111.75,-181,0,0,0,'2021-04-03 16:35:46'), + (12290,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',92.6875,-145.75,0,0,0,'2021-04-03 16:40:24'), + (12291,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',200.875,-183.1875,0,0,0,'2021-04-03 16:42:28'), + (12292,2000,NULL,2,1950,2534,'Tal Tal Warp Point','Walk on to it to activate',201.0625,-93.625,0,0,0,'2021-04-03 16:43:33'), + (12293,2000,NULL,2,1950,2534,'Animal Village Warp Point','Walk on to it to activate',201,-183.3125,0,0,0,'2021-04-03 16:44:04'), + (12294,2000,NULL,2,1950,2534,'Martha's Bay Warp Point','Remove Bush to use warp point',124,-183.5625,0,0,0,'2021-04-03 16:45:02'), + (12295,2000,NULL,2,1950,2534,'Seashell Mansion Warp Point','Walk on to it to activate',176.1875,-138.125,0,0,0,'2021-04-03 16:46:46'), + (12296,2000,NULL,2,1950,2534,'Dampé’s Shack Warp Point','Lift rock to activate',115.875,-92.875,0,0,0,'2021-04-03 16:48:53'), + (12297,2000,NULL,2,1950,2534,'Manbo's Pond Warp Point','Learn Manbo's Song to activate',89,-109,0,0,0,'2021-04-03 16:50:06'), + (12298,2000,NULL,2,1950,2534,'Mando's Cave','Learn Mando's Song',170,-93.125,0,0,0,'2021-04-03 17:04:06'), + (12299,2000,NULL,2,1950,2534,'Dream Shrine','Ocarina's Location',55.5625,-135.0625,0,0,0,'2021-04-03 17:06:28'), + (12300,1901,NULL,2,1944,123927,'Royal Halberd','',118.96875,-87.3828125,0,0,0,'2021-04-04 08:20:32'), + (12301,1901,NULL,2,1901,113565,'Vah Medoh','Titan',71.46875,-98.90625,0,0,0,'2021-04-04 16:48:13'), + (12302,1901,NULL,2,1901,127106,'Royal Claymore','',94.4999955371749,-127.71437944607621,0,0,0,'2021-04-04 16:51:39'), + (12303,1901,NULL,2,1901,113565,'Vah Ruta','Titan',174.5625,-131.828125,0,0,0,'2021-04-04 16:53:18'), + (12304,1901,NULL,2,1939,123927,'Ice Wizzrobe','Drops a Blizzard Rod.',74.1328125,-129.140625,0,0,0,'2021-04-06 15:19:13'), + (12305,1901,NULL,2,1931,127468,'Enemy Camp','',72.0390625,-85.40625,0,0,0,'2021-04-07 23:06:34'), + (12306,1901,NULL,2,1926,126743,'Vah Medoh','Vah Medoh',71.546875,-99.15625,0,0,0,'2021-04-08 12:36:01'), + (12307,1901,NULL,2,1926,126743,'Vah Rudania','Divine Beast Vah Rudania',166.28125,-88.34375,0,0,0,'2021-04-08 12:41:15'), + (12308,1901,NULL,2,1905,126743,'Hylian Shield','Best shield of times',120.23828125,-112.23046875,0,0,0,'2021-04-08 12:49:12'), + (12309,1901,NULL,2,1910,126328,'Granja de Escamas de Dragon','De aqui sale el dragon por las mañanas',155.95909353354153,-173.91435148710585,0,0,0,'2021-04-09 00:51:24'), + (12310,1901,NULL,2,1926,126743,'Vah Medoh','Divine Beast Vah Medoh',71.5078125,-99.296875,0,0,0,'2021-04-09 15:09:16'), + (12311,1901,NULL,2,1923,106482,'Dueling Peaks Tower','',143.97073224127604,-154.7955150604248,0,1,0,'2021-04-09 18:37:24'), + (12312,1901,NULL,2,1931,128042,'Enemy Camp','',152.37109375,-70.48828125,0,0,0,'2021-04-13 19:37:04'), + (12313,1901,NULL,2,1930,128042,'Lonely Lizard','Drops decent weapon and shield',166.6328125,-71.1484375,0,0,0,'2021-04-13 20:59:39'), + (12314,1901,NULL,2,1902,127348,'Salvager Headware','',129.99437713623047,-170.40786743164062,0,1,0,'2021-04-15 08:53:36'), + (12315,1901,NULL,2,1921,127910,'villages','',-33.75,-110.25,0,1,0,'2021-04-16 19:02:59'), + (12316,1901,NULL,2,1940,128387,'bow','',107.46875,-72.3125,0,0,0,'2021-04-17 21:24:07'), + (12317,1901,NULL,2,1931,71131,'2 Lizalfos + 1 moblin','',58.734375,-75.109375,0,0,0,'2021-04-17 21:30:38'), + (12318,1901,NULL,2,1944,128287,'Ex: Salvager Headgear','',129.8046875,-170.14453125,0,0,0,'2021-04-18 01:45:29'), + (12319,1901,NULL,2,1926,128246,'vah medo ','créature du vent de Revali gardé par l'ombre du vent de Ganon.\r\nRécompense : réceptacle de coeur ; la rage de Revali ; l'arc de l'aigle donné par le chef des piafs',-12.64999771118164,-117.9000015258789,0,1,0,'2021-04-18 08:49:27'), + (12320,1901,NULL,2,1901,128438,'Zitadelle der Zeit','',115.40625,-158.796875,0,0,0,'2021-04-18 15:55:00'), + (12321,1901,NULL,2,1902,128572,'Royal Halberd','Inside shrine chest',117.75,-122.90625,0,0,0,'2021-04-20 03:29:54'), + (12322,1901,NULL,2,1916,128537,'muchos korokos seeds en este puente','te recomiendo que vallas en moto o tambien puedes ir con la mascara de monstros porque hay muchos monstros pero vale la pena porque hay un monton de koroko seeds ',127.796875,-167.125,0,1,0,'2021-04-20 13:52:03'), + (12323,1901,NULL,2,1939,128572,'Blizzrobe','',82.75,-81.7890625,0,0,0,'2021-04-20 15:40:18'), + (12324,1901,NULL,2,1940,126950,'Master Mode Lynel','',117.46041638548796,-160.82248807019374,0,0,0,'2021-04-21 03:54:29'), + (12325,1901,NULL,2,1926,128492,'Vah Medoh','',71.5625,-98.703125,0,0,0,'2021-04-21 05:21:04'), + (12326,1901,NULL,2,1901,126266,'Divine Beast Vah Rudania','',167.625,-87.34375,0,1,0,'2021-04-21 10:07:17'), + (12327,1901,NULL,2,1926,126266,'Divine Beast Vah Medoh','',71.3828125,-100.08984375,0,0,0,'2021-04-21 10:08:06'), + (12328,1901,NULL,2,1926,126266,'Divine Beast Vah Naboris','',95.109375,-169.3046875,0,0,0,'2021-04-21 10:08:23'), + (12329,1901,NULL,2,1931,126658,'Enemy Camp','',169.4375,-118.7109375,0,0,0,'2021-04-23 14:31:41'), + (12330,1901,NULL,2,1901,128811,'OK','',44.875,-75,0,0,0,'2021-04-23 14:52:25'), + (12331,1901,NULL,2,1926,128736,'Vah Naboris','The Divine Beast Vah Naboris resembles a camel. Its element is thunder. The "humps" are actually powerful lightning generators, which it uses to protect itself. The interior of the Divine Beast is split into three cylinders, each of which can rotate a full 360 degrees. The center cylinder contains the Main Control unit on one side of a platform, and a Sheikah power source on the other side. Urbosa states that Naboris is named after Nabooru, the Sage of Spirit',16.625,-168.375,0,0,0,'2021-04-23 18:01:20'), + (12332,1901,NULL,2,1926,128736,'Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.5,0,0,0,'2021-04-23 18:01:55'), + (12333,1901,NULL,2,1901,128736,'Vah Medoh','The Divine Beast Vah Medoh resembles an eagle. It represents the element of wind. To protect itself, it uses a force shield maintained by four generators - one on each wing, one near its head, and one near its tail. The middle section, the wings, can tilt side to side. This is normally used to help Medoh turn in the air, but it also re-orients the interior of the Divine Beast. The Main Control Unit is located on the top deck, between the Beasts wings. While the other Divine Beasts are named after Sages, the namesake of Medoh is less clear. With its pilot being a Rito, it may be named after Medli, the Rito Sage of Earth.',71.5625,-99.9375,0,0,0,'2021-04-23 18:02:23'), + (12334,1901,NULL,2,1931,126658,'Lizalfo's camp','',168.6015625,-123.86328125,0,0,0,'2021-04-23 19:55:54'), + (12335,1901,NULL,2,1910,128508,'mjbgv','',167.125,-156.7421875,0,0,0,'2021-04-24 01:21:37'), + (12336,1901,NULL,2,1901,127043,'Bowling','',95.63671875,-95.21484375,0,0,0,'2021-04-24 18:13:34'), + (12337,1901,NULL,2,1916,113870,'desconhecido','',124.01942371093722,-121.3629914651594,0,0,0,'2021-04-28 18:55:39'), + (12338,1901,NULL,2,1901,125111,'Durian Max','',149.375,-178.359375,0,1,0,'2021-04-29 16:45:15'), + (12339,1901,NULL,2,1939,128331,'Cold','',103.82421875,-186.44140625,0,1,0,'2021-04-29 23:16:31'), + (12340,1901,NULL,2,1901,129414,'Llegar para el conjunto de lo salvaje','importante',110.61857026727347,-86.9703191932873,0,0,0,'2021-04-30 08:42:22'), + (12341,1901,NULL,2,1925,127395,'Rymka','',163.09375,-96.859375,0,0,0,'2021-05-01 04:07:12'), + (12342,1901,NULL,2,1925,127395,'Ahdlon','',173.921875,-89.875,0,0,0,'2021-05-01 04:08:09'), + (12343,1901,NULL,2,1925,127395,'Kamium','',161.390625,-77.65625,0,0,0,'2021-05-01 04:09:01'), + (12344,1901,NULL,2,1926,126583,'Divine Beast Vah Rudania','',167.75,-87.75,0,0,0,'2021-05-01 12:55:08'), + (12345,1901,NULL,2,1923,129780,'Incompleto','No te lo has pasado maricon',191.25,-175,0,0,0,'2021-05-02 14:27:06'), + (12346,1901,NULL,2,1902,129800,'cap of the wild','',111.28125,-86.28125,0,0,0,'2021-05-02 18:03:26'), + (12347,1901,NULL,2,1926,129886,'Vah'Rudania','',167.375,-87.5,0,0,0,'2021-05-03 17:07:45'), + (12348,1901,NULL,2,1926,129886,'Vah'Naboris','',77.6875,-179.4375,0,0,0,'2021-05-03 17:08:14'), + (12349,1901,NULL,2,1926,129886,'Vah'Medoh','',74.9375,-92.6875,0,0,0,'2021-05-03 17:09:07'), + (12350,1901,NULL,2,1916,113870,'desconhecido','',70.88864106643362,-114.86225880517468,0,0,0,'2021-05-03 18:04:20'), + (12351,1901,NULL,2,1935,126583,'By firefly's light','',157.6875,-144.1875,0,0,0,'2021-05-04 10:10:53'), + (12352,1901,NULL,2,1901,130004,'broken guardian','',163.2633056640625,-126.6444091796875,0,0,0,'2021-05-05 02:09:59'), + (12353,1901,NULL,2,1920,130050,'Durian ','',149.421875,-178.46875,0,1,0,'2021-05-05 17:55:01'), + (12354,1901,NULL,2,1904,130075,'Bomb Arrows','destroy wooden door and open chest ',113.76171875,-162.69140625,0,0,0,'2021-05-05 22:41:53'), + (12355,1901,NULL,2,1916,128450,'kolog','',172.3515625,-181.9921875,0,0,0,'2021-05-05 23:15:37'), + (12356,1901,NULL,2,1901,130154,'Group','',44.6982421875,-88.2998046875,0,0,0,'2021-05-07 01:59:01'), + (12357,1901,NULL,2,1901,130211,'Knight's Broadsword','',90.53776550292969,-112.71631240844727,0,0,0,'2021-05-07 17:17:57'), + (12358,1901,NULL,2,1901,130243,'Tenho que ir lá','',119.24609375,-154.5,0,0,0,'2021-05-08 03:16:33'), + (12359,1901,NULL,2,1901,124376,'hi','',-34.1416015625,-91.8310546875,0,0,0,'2021-05-08 18:24:33'), + (12360,1901,NULL,2,1946,99150,'Nyel's Journal','Describes the locations and solutions to all the ancestral missions that could possibly be narrated by Nyel, the blue acordionist.',-16.050003051757812,-109.47073322722099,0,0,0,'2021-05-09 12:54:12'), + (12361,1901,NULL,2,1939,126950,'Ice Wizzrobe','',73.67496660928498,-129.38025715788373,0,1,0,'2021-05-10 16:45:20'), + (12362,1901,NULL,2,1901,130127,'kara kara bazzar','good for the gerudo clothes, couple shops, and tailor for terry town quest',77.5483672618866,-168.0368082523346,0,1,0,'2021-05-11 13:14:23'), + (12363,1901,NULL,2,1926,130621,'vah medoh','',72.25,-99.25,0,0,0,'2021-05-12 17:38:36'), + (12364,1901,NULL,2,1926,130621,'vah naboris','',79.5,-183,0,0,0,'2021-05-12 17:39:04'), + (12365,1901,NULL,2,1926,130621,'vah rudania','',167.25,-88,0,0,0,'2021-05-12 17:39:29'), + (12366,1901,NULL,2,1935,130600,'Trial of the Desert','',100,-180.5171616355691,0,1,0,'2021-05-12 19:26:07'), + (12367,1901,NULL,2,1901,130507,'barrier','',106.375,-150.96875,0,0,0,'2021-05-12 21:47:00'), + (12368,1901,NULL,2,1926,130507,'Vah Rudania','',167.65625,-89.109375,0,1,0,'2021-05-12 21:49:37'), + (12369,1901,NULL,2,1926,130507,'Vah Ruta','',185.203125,-125.234375,0,0,0,'2021-05-12 21:50:56'), + (12370,1901,NULL,2,1926,130507,'Vah Medow','',71.5625,-98.9296875,0,0,0,'2021-05-12 21:52:11'), + (12371,1901,NULL,2,1926,130507,'Vah Naboris','',88.5625,-188.1875,0,0,0,'2021-05-12 21:53:06'), + (12372,1901,NULL,2,1901,130507,'Yokawa Ita Shrine','dlc shrine',113.28125,-154.203125,0,0,0,'2021-05-12 21:58:10'), + (12373,1901,NULL,2,1925,130507,'Rohta Chigah Shrine','dlc shrine ',119.34375,-157.09375,0,0,0,'2021-05-12 21:59:17'), + (12374,1901,NULL,2,1925,130507,'Yokawa Ita Shrine','dlc shrine',113.140625,-154.078125,0,0,0,'2021-05-12 21:59:43'), + (12375,1901,NULL,2,1925,130507,'Ruvo Korbah Shrine','dlc shrine',115.953125,-161.125,0,0,0,'2021-05-12 22:00:24'), + (12376,1901,NULL,2,1901,130507,'Etsu Korima Shrine','dlc shrine',108.515625,-163.03125,0,0,0,'2021-05-12 22:01:04'), + (12377,1901,NULL,2,1925,130507,'Kee Dafunia Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',203.75,-111.25,0,0,0,'2021-05-12 22:03:51'), + (12378,1901,NULL,2,1925,130507,'Sota Koda Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',177.8125,-113.625,0,0,0,'2021-05-12 22:04:47'), + (12379,1901,NULL,2,1901,130507,'Mah Eliya Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',183.5,-119.3125,0,0,0,'2021-05-12 22:05:26'), + (12380,1901,NULL,2,1925,130507,'Shira Gomar Shrine','dlc shrine - req to start EX Champion Revali's song quest ',91.265625,-106.078125,0,0,0,'2021-05-12 22:07:08'), + (12381,1901,NULL,2,1925,130507,'Kia Toza Shrine','dlc shrine - req to start EX Champion Revali's song quest ',94.671875,-78.921875,0,0,0,'2021-05-12 22:13:40'), + (12382,1901,NULL,2,1925,130507,'Noe Rajee Shrine','dlc shrine - req to start EX Champion Revali's song quest ',67.47265625,-92.0234375,0,0,0,'2021-05-12 22:14:25'), + (12383,1901,NULL,2,1925,130507,'Kami Omuna Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',161.34375,-77.359375,0,0,0,'2021-05-12 22:16:10'), + (12384,1901,NULL,2,1901,130507,'Sharo Lun Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',167.765625,-89.09375,0,0,0,'2021-05-12 22:16:43'), + (12385,1901,NULL,2,1925,130507,'Rinu Horika Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',163.9140625,-95.3203125,0,0,0,'2021-05-12 22:17:44'), + (12386,1901,NULL,2,1925,130507,'Keive Tala Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',88.234375,-189.84375,0,0,0,'2021-05-12 22:19:03'), + (12387,1901,NULL,2,1925,130507,'Takama Shiri Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',50.78125,-162.21875,0,0,0,'2021-05-12 22:21:52'), + (12388,1901,NULL,2,1925,130507,'Kihiro Moh Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',74.046875,-149.3046875,0,0,0,'2021-05-12 22:23:37'), + (12389,1901,NULL,2,1926,130600,'Vah'Rudania','',167.625,-87.50422708182376,0,0,0,'2021-05-15 09:08:28'), + (12390,1901,NULL,2,1926,130600,'Vah'Naboris','',94.9375,-169.2217026245698,0,0,0,'2021-05-15 09:08:57'), + (12391,1901,NULL,2,1901,130600,'Vah'Medoh','',71.51171875,-98.91336986018806,0,0,0,'2021-05-15 09:09:14'), + (12392,1901,NULL,2,1902,131003,'Warm Doublet','Received from Old Man for reaching the peak',107.875,-162.78125,0,1,0,'2021-05-17 00:40:54'), + (12393,1901,NULL,2,1931,84316,'Enemy Camp','',195.96875,-118.1484375,0,0,0,'2021-05-18 13:21:31'), + (12394,1901,NULL,2,1935,130127,'Link's House','need to buy, can sleep and display armor',179.7890625,-163.7265625,0,1,0,'2021-05-18 14:36:45'), + (12395,1901,NULL,2,1926,130127,'Divine beast vah rudania','divine beast, gives you daruks protection',163.32076263427734,-90.84747505187988,0,0,0,'2021-05-19 15:23:19'), + (12396,1901,NULL,2,1931,130127,'Yiga clan hideout','',68.81514930725098,-150.7742509841919,0,0,0,'2021-05-19 15:25:54'), + (12397,2000,NULL,2,1956,131216,'piece of heart from Mysterious Forest','During your first visit through the Mysterious Forest, you may have traveled through a cave near the center of the forest when you acquired the Mushroom. Return to this cave and on the third screen, there is a Piece of Heart. Now that you have the Power Bracelet, you can lift up the skull that is blocking the way. Do so and collect the Piece of Heart.',18,-112.4375,0,0,0,'2021-05-19 15:45:38'), + (12398,1901,NULL,2,1901,131416,'axe','',-75.33334350585938,-93.49996948242188,0,0,0,'2021-05-22 12:44:05'), + (12399,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Korok Seed','',139.14453125,-156.28515625,0,0,0,'2021-05-24 02:22:31'), + (12400,2000,NULL,2,1950,131607,'Field','Field with rupees',56.5625,-151.0625,0,1,0,'2021-05-25 12:46:46'), + (12401,1901,NULL,2,1944,131292,'Royal Broadsword','',201.27494395673844,-70.08447002932147,0,0,0,'2021-05-28 12:57:39'), + (12402,1901,NULL,2,1904,131292,'Bomb Arrows','',200.46119581907658,-71.48996210490509,0,0,0,'2021-05-28 12:58:09'), + (12403,1901,NULL,2,1925,131946,'????','',110.44921875,-157.51079728598557,0,0,0,'2021-05-29 04:28:43'), + (12404,1901,NULL,2,1944,131946,'`Nintendo Switch Clothes','On the wall, need DLC.',120.67734360694885,-159.37451763738213,0,0,0,'2021-05-29 06:14:09'), + (12405,1901,NULL,2,1944,131946,'Bomb Arrow x5','On the wall, maybe need DLC.',105.328125,-159.65138551394742,0,0,0,'2021-05-29 08:41:50'), + (12406,1901,NULL,2,1901,131865,'gourmet meat','',80.96875,-80.609375,0,0,0,'2021-05-29 22:58:23'), + (12407,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Box and Weapon','',160.25390625,-130.2734375,0,0,0,'2021-05-30 02:51:49'), + (12408,1901,NULL,2,1901,127741,'Endroit bisarre','2 Torches qui brulent.',58.3125,-75.828125,0,1,0,'2021-05-30 11:59:45'), + (12409,1901,NULL,2,1901,131285,'goronia','',-28.25,-108.5,0,0,0,'2021-05-30 12:46:34'), + (12410,1901,NULL,2,1939,128331,'Cold','',68.6171875,-161.265625,0,0,0,'2021-05-30 12:53:49'), + (12411,1901,NULL,2,1904,132066,'Phrenic Bow','',154.8984375,-143.7734375,0,0,0,'2021-05-30 18:19:50'), + (12412,1901,NULL,2,1901,131507,'Hetsu (2nd encounter possible)','',133.96484375,-144.109375,0,0,0,'2021-05-30 19:06:47'), + (12413,1901,NULL,2,1921,132115,'Akkala Ancient Tech Lab','',198.5390625,-78.57421875,0,0,0,'2021-05-31 05:53:38'), + (12414,1901,NULL,2,1921,132115,'Hateno Ancient Tech Lab','',187.03515625,-161.22265625,0,0,0,'2021-05-31 05:55:22'), + (12415,1901,NULL,2,1901,131507,'Bed','',183.76953125,-121.69140625,0,0,0,'2021-06-01 00:15:02'), + (12416,1901,NULL,2,1903,130019,'Knight's Hailberd','',118.91796875,-87.35546875,0,0,0,'2021-06-02 09:48:22'), + (12417,1901,NULL,2,1903,132219,'Great Thunderblade','',64.875,-139,0,0,0,'2021-06-02 12:49:03'), + (12418,1901,NULL,2,1935,94666,'Riddles of Hyrule','on the top of the Great Decu Tree',134.76875019073486,-93.77706238641096,0,0,0,'2021-06-02 20:15:30'), + (12419,1901,NULL,2,1939,131946,'Ice Wizzrobe','',75.67343759536743,-152.64061224777853,0,0,0,'2021-06-04 12:54:37'), + (12420,1901,NULL,2,1901,132819,'1','',51.99999800006178,-118.43191736491414,0,0,0,'2021-06-07 22:53:24'), + (12421,1901,NULL,2,1916,132589,'Korok Seeds','',156.01953125,-144.453125,0,0,0,'2021-06-09 01:17:04'), + (12422,1901,NULL,2,1901,127348,'Wildberry','',71.50078105926514,-143.91260717568784,0,0,0,'2021-06-09 15:24:12'), + (12423,1901,NULL,2,1901,127348,'Wildberry','Wildberry',71.546875,-143.84058638914394,0,0,0,'2021-06-09 15:24:38'), + (12424,1901,NULL,2,1901,132936,'OCTO FARM','',180.46875,-80.328125,0,0,0,'2021-06-09 15:52:31'), + (12425,1901,NULL,2,1901,127224,'start next','',179.375,-104.43601016489205,0,0,0,'2021-06-11 01:55:56'), + (12426,1901,NULL,2,1916,132980,'OBAB','OBAB',160.875,-150.03125,0,1,0,'2021-06-11 14:55:14'), + (12427,1901,NULL,2,1901,127936,'Termal','Termal water for Link's relaxation.',163.9375,-165.0853095238095,0,0,0,'2021-06-11 22:57:03'), + (12428,1901,NULL,2,1901,133093,'a','a',104.23446381822275,-135.628139746679,0,0,0,'2021-06-12 00:20:15'), + (12429,1901,NULL,2,1916,133173,'none complete','ne comprend pas comment l'avoir',127.5625,-175.15917725400175,0,0,0,'2021-06-12 21:11:21'), + (12430,1901,NULL,2,1916,133232,'Korok Seed','',203.28125,-76.4296875,0,0,0,'2021-06-15 18:43:49'), + (12431,1901,NULL,2,1901,133115,'korugu a pomme qui doivent pousser','',161.23828125,-138.4765625,0,0,0,'2021-06-16 20:56:35'), + (12432,1901,NULL,2,1916,133623,'kolog','',168.046875,-184.375,0,0,0,'2021-06-17 00:11:26'), + (12433,1901,NULL,2,1901,131883,'Place from BotW 2 teaser','',126.1796875,-140.53125,0,0,0,'2021-06-17 11:47:33'), + (12434,1901,NULL,2,1916,133659,'tree stump','',59.484375,-147.265625,0,0,0,'2021-06-18 08:16:49'), + (12435,1901,NULL,2,1916,122382,'semilla kolog','',149.73438119888306,-126.08901447352817,0,0,0,'2021-06-18 15:16:36'), + (12436,1901,NULL,2,1901,126943,'Mipha Trial 1','',197.625,-115.234375,0,0,0,'2021-06-20 16:12:56'), + (12437,1901,NULL,2,1931,131437,'boblokins','Camp of Boblokins',63.489582538604736,-119.25069395525279,0,1,0,'2021-06-22 05:08:35'), + (12438,1901,NULL,2,1901,134394,'Raft','',111.14921915531158,-160.00468753278255,0,1,0,'2021-06-22 16:29:33'), + (12439,1901,NULL,2,1926,134436,'Divine Beast Vah Rudania','',166.375,-88.53125,0,0,0,'2021-06-22 20:55:39'), + (12440,1901,NULL,2,1904,134448,'flechas explosivas','',181.25,-71.75,0,0,0,'2021-06-22 21:51:58'), + (12441,1901,NULL,2,1944,134444,'espada largada do soldado (Marter Mode)','Espada largado do soldado',118.46875,-152.390625,0,1,0,'2021-06-23 00:38:32'), + (12442,1901,NULL,2,1939,131437,'Ice Wizzrobe','',74.1236982345581,-129.55200593023775,0,0,0,'2021-06-23 01:22:51'), + (12443,1901,NULL,2,1925,132861,'Keive Tala Shrine','Big or Small',91.5,-188.96265882003604,0,0,0,'2021-06-25 06:49:15'), + (12444,1901,NULL,2,1939,131126,'Ice','',103.72209623456001,-186.44580042362213,0,0,0,'2021-06-25 17:14:09'), + (12445,1901,NULL,2,1916,134751,'Non OBtenue','',140.609375,-168.046875,0,0,0,'2021-06-25 19:32:29'), + (12446,1901,NULL,2,1934,112707,'Jtm bb','',192.47187423706055,-159.28028820575597,0,0,0,'2021-06-28 13:16:25'), + (12447,1901,NULL,2,1916,135201,'Korok seeds','\r\n\r\n',121.96838863374822,-115.67152655016264,0,0,0,'2021-06-28 15:01:05'), + (12448,1901,NULL,2,1901,52187,'Flame Spear','Flame spear loot inside skull',64.7265625,-87.015625,0,0,0,'2021-06-28 18:58:54'), + (12449,1901,NULL,2,1902,52187,'Flame Spear','',64.6640625,-86.99609375,0,0,0,'2021-06-28 18:59:32'), + (12450,1901,NULL,2,1901,130486,'Guardian','',129.4256164742048,-120.88363061545324,0,0,0,'2021-06-29 02:47:12'), + (12451,1901,NULL,2,1901,76763,'remove every unmatching apples','',136.74609375,-157.671875,0,0,0,'2021-06-29 19:57:40'), + (12452,1901,NULL,2,1935,116286,'Arrows of Burning Heat','',156.5234375,-144.3359375,0,1,0,'2021-06-30 04:06:04'), + (12453,1901,NULL,2,1935,116286,'By Firefly','',157.6953125,-144.1796875,0,0,0,'2021-06-30 04:06:32'), + (12454,1901,NULL,2,1935,116286,'By Firefly's Light','',157.671875,-144.1640625,0,1,0,'2021-06-30 04:06:53'), + (12455,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','grotte minerai ',158.71875,-175.61328125,0,0,0,'2021-07-02 08:18:34'), + (12456,1901,NULL,2,1935,134075,'Arrow of burning heart','',156.49609375,-144.29296875,0,0,0,'2021-07-03 07:40:12'), + (12457,1901,NULL,2,1910,134120,'Amber','',107.8671875,-162.6953125,0,1,0,'2021-07-03 09:46:36'), + (12458,1901,NULL,2,1936,135903,'Treasure Cave','',158.38671875,-168.51634598785694,0,0,0,'2021-07-04 22:15:06'), + (12459,1901,NULL,2,1901,134162,'Nox','',66.1015625,-67.8359375,0,0,0,'2021-07-04 23:57:30'), + (12460,1901,NULL,2,1902,135968,'EX-Garb of Winds','Island lobster shirt',125.4453125,-176.08203125,0,0,0,'2021-07-05 15:29:40'), + (12461,1901,NULL,2,1940,125802,'White Lynel','',65.375,-142.125,0,0,0,'2021-07-05 16:02:43'), + (12462,1901,NULL,2,1940,125802,'White-Maned Lynel','',65.125,-141.71875,0,0,0,'2021-07-05 17:58:07'), + (12463,1901,NULL,2,1926,136057,'Divine Beast Vah Medoh','',154.40625,-135.890625,0,0,0,'2021-07-06 07:03:32'), + (12464,1901,NULL,2,1944,49116,'Knight's halberd','near the korok seed',118.96875,-87.3671875,0,0,0,'2021-07-06 08:27:56'), + (12465,1901,NULL,2,1935,125221,'Arrows of Burning Heat','',156.5625,-144.28515625,0,0,0,'2021-07-06 11:50:51'), + (12466,1901,NULL,2,1936,136111,'Cracked Wall','',114.375,-158.25,0,0,0,'2021-07-06 21:54:32'), + (12467,1901,NULL,2,1936,135903,'Cracked Wall','',158.03125,-90.3928658485663,0,0,0,'2021-07-06 22:34:04'), + (12468,1901,NULL,2,1926,135903,'Vah Rudania','',167.875,-87.64069285281401,0,0,0,'2021-07-06 23:19:35'), + (12469,1901,NULL,2,1944,38229,'Coffre 5 flèches de feu','Après avoir vaincu les monstres ',167.0390625,-163.1953125,0,0,0,'2021-07-07 09:56:02'), + (12470,1901,NULL,2,1916,136219,'kolok','',189,-160.75,0,0,0,'2021-07-08 04:14:35'), + (12471,1901,NULL,2,1930,136243,'ruine','',151.9375,-124.859375,0,0,0,'2021-07-08 18:28:23'), + (12472,1901,NULL,2,1943,135903,'Chest','',99.3125,-181.2265625,0,0,0,'2021-07-09 14:56:05'), + (12473,1901,NULL,2,1901,67678,'Ganon','',154.12109375,-177.40625,0,0,0,'2021-07-09 17:48:29'), + (12474,1901,NULL,2,1931,131507,'Goblin Camp','',160.359375,-189.15625,0,0,0,'2021-07-11 04:37:11'), + (12475,1901,NULL,2,1901,136480,'HEBRA','',-97.5,-61,0,0,0,'2021-07-11 07:35:26'), + (12476,1901,NULL,2,1931,136638,'enemy camp','',137.1640625,-154.66563871369323,0,0,0,'2021-07-12 13:40:01'), + (12477,1901,NULL,2,1935,52187,'Hobbies of the Rich','Talk to the rich dude sitting on the cliffs, overlooking the Torin Wetland. He'll pay you 100 Rupees to kill the 2 Guardians down there, purely for his own amusement (Rich people, apparently, just have nothing better to do)',189.26953125,-102.85546875,0,0,0,'2021-07-12 22:14:45'), + (12478,1901,NULL,2,1935,52187,'Arrows of Burning Heat','Enter the arrow store, and Rola will ask you to light the torches around the Godess Statue using only arrows. Her husband should really be more upset about this.',156.5546875,-144.3125,0,0,0,'2021-07-12 22:17:46'), + (12479,1901,NULL,2,1901,135368,'Secret enterance','',72.4765625,-149.09375,0,0,0,'2021-07-13 19:25:04'), + (12480,1901,NULL,2,1934,136984,'11 test','',133.625,-159.75,0,0,0,'2021-07-15 14:26:11'), + (12481,1901,NULL,2,1939,131507,'Blizzard Sorceror','',89.234375,-99.6796875,0,0,0,'2021-07-15 18:41:14'), + (12482,1901,NULL,2,1930,49116,'Ice wizzrob','',75.640625,-152.46875,0,0,0,'2021-07-17 00:30:46'), + (12483,1901,NULL,2,1901,136395,'Kolog','',136.7890625,-183.96118568681663,0,0,0,'2021-07-18 00:34:47'), + (12484,1901,NULL,2,1916,132880,'Hidden Ice Rock Korok','Do NOT blow up rock enemies!',86.88671875,-96.0703125,0,0,0,'2021-07-18 14:23:37'), + (12485,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',16.75,-188.125,0,0,0,'2021-07-18 20:33:05'), + (12486,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',165.25,-89.125,0,0,0,'2021-07-18 20:33:39'), + (12487,1901,NULL,2,1926,112269,'Divine Beast Vah Medoh','',71.3125,-99.5625,0,0,0,'2021-07-18 20:34:56'), + (12488,1901,NULL,2,1916,137339,'seed','',69.40625,-67.84375,0,0,0,'2021-07-19 10:18:01'), + (12489,1901,NULL,2,1926,137410,'Vah Medoh','',71.4375,-99.99648459990863,0,0,0,'2021-07-19 17:35:55'), + (12490,1901,NULL,2,1926,137410,'Divine Beast Vah Medoh','',71.4765625,-99.91786987937243,0,0,0,'2021-07-20 07:28:47'), + (12491,1901,NULL,2,1926,137410,'Divine Beast Vah Naboris','',60.8203125,-181.02238287997258,0,0,0,'2021-07-20 09:25:39'), + (12492,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.171875,-88.8890782239598,0,0,0,'2021-07-20 09:26:21'), + (12493,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.515625,-88.60789413771151,0,0,0,'2021-07-20 09:26:43'), + (12494,1901,NULL,2,1944,137410,'EX Chest','Contains: Nintendo Shirt\r\n\r\nIs in the ground: No',120.6796875,-159.35115383473936,0,0,0,'2021-07-20 09:43:20'), + (12495,1901,NULL,2,1944,137410,'EX Chest','Contains: Diamond Circlet\r\n\r\nIs in the ground: No',200.73046875,-70.12073012580305,0,0,0,'2021-07-20 09:53:02'), + (12496,1901,NULL,2,1944,137410,'EX Chest','Contains: Ravio's Hood\r\n\r\nIs in the ground: No',142.60546875,-165.68321035167753,0,0,0,'2021-07-20 10:52:00'), + (12497,1901,NULL,2,1944,137410,'EX Chest','Contains: Majora's Mask\r\n\r\nIs in the ground: No',120.765625,-147.78037993847738,0,0,0,'2021-07-20 10:59:10'), + (12498,1901,NULL,2,1925,137481,'The Shrine of Life','',110.76250004768372,-157.36542250264614,0,0,0,'2021-07-20 17:16:19'), + (12499,1901,NULL,2,1901,137560,'zora sword','',179.04218769073486,-119.34433434619814,0,0,0,'2021-07-21 15:30:22'), + (12500,1901,NULL,2,1944,134721,'Shield','',115.71036787516948,-72.93384944503552,0,0,0,'2021-07-21 19:00:52'), + (12501,1901,NULL,2,1926,137413,'rudania','',167.5859375,-87.515625,0,0,0,'2021-07-24 04:55:57'), + (12502,1901,NULL,2,1926,137413,'medoh','',71.5625,-98.640625,0,0,0,'2021-07-24 04:57:39'), + (12503,1901,NULL,2,1901,137413,'naboris','',86.84375,-184.71875,0,0,0,'2021-07-24 04:59:04'), + (12504,1901,NULL,2,1901,137924,'1hacia der','',184.75,-74.90625,0,0,0,'2021-07-25 19:44:11'), + (12505,1901,NULL,2,1916,138056,'Korogu','',170.5833339691162,-142.5814898264848,0,0,0,'2021-07-26 21:29:16'), + (12506,1901,NULL,2,1901,134944,'luminus stones ','',198.125,-152.46875,0,0,0,'2021-07-27 17:08:27'), + (12507,1901,NULL,2,1936,67678,'Craked','',80.65234375,-96.3984375,0,0,0,'2021-07-28 01:44:26'), + (12508,1901,NULL,2,1901,134162,'Test','',171.875,-168.46875,0,0,0,'2021-07-29 22:51:07'), + (12509,1901,NULL,2,1901,138318,'Divine Beast Vah Rudania ','',168.5,-87.625,0,0,0,'2021-07-30 05:37:12'), + (12510,1901,NULL,2,1926,138318,'Divine Beast Vah Rudania ','',168.5,-88,0,0,0,'2021-07-30 05:38:43'), + (12511,1901,NULL,2,1935,138446,'here','',-189.5,-86,0,0,0,'2021-07-30 15:35:46'), + (12512,1901,NULL,2,1901,138477,'falta','',120.25,-156.75,0,0,0,'2021-07-30 21:13:04'), + (12513,1901,NULL,2,1901,138488,'Majora's Mask','',120.9765625,-148.015625,0,0,0,'2021-08-01 03:08:25'), + (12514,1901,NULL,2,1935,137402,'??????????? ????? ','',168.48046875,-183.3984375,0,0,0,'2021-08-01 17:02:38'), + (12515,1901,NULL,2,1901,106404,'Rusty Sheild','',117.359375,-114.85912645560357,0,0,0,'2021-08-02 00:13:53'), + (12516,1901,NULL,2,1920,138763,'next','',157.09375,-158.443631644477,0,0,0,'2021-08-03 07:14:21'), + (12517,1901,NULL,2,1901,138800,'l','',94.0546875,-96.2109375,0,0,0,'2021-08-03 17:10:27'), + (12518,1901,NULL,2,1901,78601,'Last save location','',158.484375,-143.75,0,0,0,'2021-08-04 11:19:22'), + (12519,1901,NULL,2,1901,138939,'du','',93.6875,-134.9921875,0,0,0,'2021-08-05 10:44:18'), + (12520,1901,NULL,2,1916,138934,'0-','',147.625,-156.9296875,0,0,0,'2021-08-10 20:40:28'), + (12521,1901,NULL,2,1916,138934,'missed this one','missed it',148.1015625,-156.828125,0,0,0,'2021-08-11 18:50:18') +; diff --git a/dev/db/migrate/sql/20210811040936_user_add_new_placeholders_for_new_marker_contributions.sql b/dev/db/migrate/sql/20210811040936_user_add_new_placeholders_for_new_marker_contributions.sql new file mode 100644 index 00000000..b07b9076 --- /dev/null +++ b/dev/db/migrate/sql/20210811040936_user_add_new_placeholders_for_new_marker_contributions.sql @@ -0,0 +1,1256 @@ +INSERT INTO `user` VALUES + ('3853', 'test3853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3853', 'test3853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('12402', 'test12402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12402', 'test12402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('12708', 'test12708', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12708', 'test12708@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('13795', 'test13795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13795', 'test13795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('14388', 'test14388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14388', 'test14388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('15161', 'test15161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15161', 'test15161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('15410', 'test15410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15410', 'test15410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('16432', 'test16432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16432', 'test16432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('18179', 'test18179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18179', 'test18179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('18201', 'test18201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18201', 'test18201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('20346', 'test20346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20346', 'test20346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('20599', 'test20599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20599', 'test20599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('20922', 'test20922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20922', 'test20922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('20944', 'test20944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20944', 'test20944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21041', 'test21041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21041', 'test21041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21200', 'test21200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21200', 'test21200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21247', 'test21247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21247', 'test21247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21662', 'test21662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21662', 'test21662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21727', 'test21727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21727', 'test21727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21799', 'test21799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21799', 'test21799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21856', 'test21856', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21856', 'test21856@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21858', 'test21858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21858', 'test21858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('21892', 'test21892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21892', 'test21892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22039', 'test22039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22039', 'test22039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22054', 'test22054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22054', 'test22054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22116', 'test22116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22116', 'test22116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22123', 'test22123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22123', 'test22123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22141', 'test22141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22141', 'test22141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22148', 'test22148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22148', 'test22148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22175', 'test22175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22175', 'test22175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22228', 'test22228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22228', 'test22228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22252', 'test22252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22252', 'test22252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22263', 'test22263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22263', 'test22263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22279', 'test22279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22279', 'test22279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22484', 'test22484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22484', 'test22484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22500', 'test22500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22500', 'test22500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22518', 'test22518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22518', 'test22518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22524', 'test22524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22524', 'test22524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22575', 'test22575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22575', 'test22575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22585', 'test22585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22585', 'test22585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22592', 'test22592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22592', 'test22592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22593', 'test22593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22593', 'test22593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22600', 'test22600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22600', 'test22600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22725', 'test22725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22725', 'test22725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22780', 'test22780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22780', 'test22780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22858', 'test22858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22858', 'test22858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22918', 'test22918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22918', 'test22918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('22947', 'test22947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22947', 'test22947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23031', 'test23031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23031', 'test23031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23109', 'test23109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23109', 'test23109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23122', 'test23122', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23122', 'test23122@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23128', 'test23128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23128', 'test23128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23133', 'test23133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23133', 'test23133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23237', 'test23237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23237', 'test23237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23247', 'test23247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23247', 'test23247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23298', 'test23298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23298', 'test23298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23337', 'test23337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23337', 'test23337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23338', 'test23338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23338', 'test23338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23476', 'test23476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23476', 'test23476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23546', 'test23546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23546', 'test23546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23655', 'test23655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23655', 'test23655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23694', 'test23694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23694', 'test23694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23704', 'test23704', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23704', 'test23704@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23714', 'test23714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23714', 'test23714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23731', 'test23731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23731', 'test23731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23746', 'test23746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23746', 'test23746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('23751', 'test23751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23751', 'test23751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24018', 'test24018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24018', 'test24018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24140', 'test24140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24140', 'test24140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24168', 'test24168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24168', 'test24168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24262', 'test24262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24262', 'test24262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24294', 'test24294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24294', 'test24294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24336', 'test24336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24336', 'test24336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24449', 'test24449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24449', 'test24449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24558', 'test24558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24558', 'test24558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24571', 'test24571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24571', 'test24571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24716', 'test24716', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24716', 'test24716@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24820', 'test24820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24820', 'test24820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('24935', 'test24935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24935', 'test24935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25083', 'test25083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25083', 'test25083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25113', 'test25113', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25113', 'test25113@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25180', 'test25180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25180', 'test25180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25277', 'test25277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25277', 'test25277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25514', 'test25514', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25514', 'test25514@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25546', 'test25546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25546', 'test25546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25605', 'test25605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25605', 'test25605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25796', 'test25796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25796', 'test25796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('25848', 'test25848', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25848', 'test25848@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26051', 'test26051', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26051', 'test26051@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26216', 'test26216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26216', 'test26216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26297', 'test26297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26297', 'test26297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26371', 'test26371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26371', 'test26371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26402', 'test26402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26402', 'test26402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26618', 'test26618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26618', 'test26618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26810', 'test26810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26810', 'test26810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('26878', 'test26878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26878', 'test26878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27008', 'test27008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27008', 'test27008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27219', 'test27219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27219', 'test27219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27279', 'test27279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27279', 'test27279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27618', 'test27618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27618', 'test27618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27660', 'test27660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27660', 'test27660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27737', 'test27737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27737', 'test27737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27801', 'test27801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27801', 'test27801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27903', 'test27903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27903', 'test27903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('27919', 'test27919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27919', 'test27919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28066', 'test28066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28066', 'test28066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28076', 'test28076', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28076', 'test28076@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28177', 'test28177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28177', 'test28177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28280', 'test28280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28280', 'test28280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28287', 'test28287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28287', 'test28287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28354', 'test28354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28354', 'test28354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28358', 'test28358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28358', 'test28358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28412', 'test28412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28412', 'test28412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28421', 'test28421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28421', 'test28421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28484', 'test28484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28484', 'test28484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28494', 'test28494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28494', 'test28494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28495', 'test28495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28495', 'test28495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('28725', 'test28725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28725', 'test28725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29059', 'test29059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29059', 'test29059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29101', 'test29101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29101', 'test29101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29109', 'test29109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29109', 'test29109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29140', 'test29140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29140', 'test29140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29167', 'test29167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29167', 'test29167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29204', 'test29204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29204', 'test29204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29221', 'test29221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29221', 'test29221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29321', 'test29321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29321', 'test29321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29387', 'test29387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29387', 'test29387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29495', 'test29495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29495', 'test29495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29506', 'test29506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29506', 'test29506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29592', 'test29592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29592', 'test29592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29602', 'test29602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29602', 'test29602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29604', 'test29604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29604', 'test29604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29655', 'test29655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29655', 'test29655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29746', 'test29746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29746', 'test29746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('29891', 'test29891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29891', 'test29891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30001', 'test30001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30001', 'test30001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30043', 'test30043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30043', 'test30043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30210', 'test30210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30210', 'test30210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30249', 'test30249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30249', 'test30249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30319', 'test30319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30319', 'test30319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30338', 'test30338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30338', 'test30338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30399', 'test30399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30399', 'test30399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30503', 'test30503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30503', 'test30503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30529', 'test30529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30529', 'test30529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30564', 'test30564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30564', 'test30564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30672', 'test30672', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30672', 'test30672@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30971', 'test30971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30971', 'test30971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('30976', 'test30976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30976', 'test30976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31095', 'test31095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31095', 'test31095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31109', 'test31109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31109', 'test31109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31383', 'test31383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31383', 'test31383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31439', 'test31439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31439', 'test31439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31690', 'test31690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31690', 'test31690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31697', 'test31697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31697', 'test31697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31698', 'test31698', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31698', 'test31698@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('31863', 'test31863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31863', 'test31863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32015', 'test32015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32015', 'test32015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32214', 'test32214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32214', 'test32214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32236', 'test32236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32236', 'test32236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32328', 'test32328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32328', 'test32328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32362', 'test32362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32362', 'test32362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32383', 'test32383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32383', 'test32383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32479', 'test32479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32479', 'test32479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32592', 'test32592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32592', 'test32592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32600', 'test32600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32600', 'test32600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32607', 'test32607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32607', 'test32607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32626', 'test32626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32626', 'test32626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32630', 'test32630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32630', 'test32630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32645', 'test32645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32645', 'test32645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32758', 'test32758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32758', 'test32758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32931', 'test32931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32931', 'test32931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32941', 'test32941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32941', 'test32941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32959', 'test32959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32959', 'test32959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('32987', 'test32987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32987', 'test32987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33048', 'test33048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33048', 'test33048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33117', 'test33117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33117', 'test33117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33143', 'test33143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33143', 'test33143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33237', 'test33237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33237', 'test33237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33277', 'test33277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33277', 'test33277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33319', 'test33319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33319', 'test33319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33462', 'test33462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33462', 'test33462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33797', 'test33797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33797', 'test33797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33833', 'test33833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33833', 'test33833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('33852', 'test33852', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33852', 'test33852@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34046', 'test34046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34046', 'test34046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34064', 'test34064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34064', 'test34064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34084', 'test34084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34084', 'test34084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34095', 'test34095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34095', 'test34095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34124', 'test34124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34124', 'test34124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34138', 'test34138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34138', 'test34138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34273', 'test34273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34273', 'test34273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34279', 'test34279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34279', 'test34279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34424', 'test34424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34424', 'test34424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34434', 'test34434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34434', 'test34434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34446', 'test34446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34446', 'test34446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34755', 'test34755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34755', 'test34755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34803', 'test34803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34803', 'test34803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34810', 'test34810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34810', 'test34810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34826', 'test34826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34826', 'test34826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34867', 'test34867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34867', 'test34867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('34896', 'test34896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34896', 'test34896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35048', 'test35048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35048', 'test35048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35121', 'test35121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35121', 'test35121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35263', 'test35263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35263', 'test35263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35432', 'test35432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35432', 'test35432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35456', 'test35456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35456', 'test35456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35517', 'test35517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35517', 'test35517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35545', 'test35545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35545', 'test35545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35555', 'test35555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35555', 'test35555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('35567', 'test35567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35567', 'test35567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36049', 'test36049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36049', 'test36049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36073', 'test36073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36073', 'test36073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36179', 'test36179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36179', 'test36179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36203', 'test36203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36203', 'test36203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36254', 'test36254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36254', 'test36254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36393', 'test36393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36393', 'test36393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36404', 'test36404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36404', 'test36404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36489', 'test36489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36489', 'test36489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('36539', 'test36539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36539', 'test36539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37121', 'test37121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37121', 'test37121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37205', 'test37205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37205', 'test37205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37418', 'test37418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37418', 'test37418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37720', 'test37720', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37720', 'test37720@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37819', 'test37819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37819', 'test37819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37845', 'test37845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37845', 'test37845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37885', 'test37885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37885', 'test37885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37908', 'test37908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37908', 'test37908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('37922', 'test37922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37922', 'test37922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38067', 'test38067', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38067', 'test38067@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38068', 'test38068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38068', 'test38068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38196', 'test38196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38196', 'test38196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38229', 'test38229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38229', 'test38229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38298', 'test38298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38298', 'test38298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38501', 'test38501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38501', 'test38501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38522', 'test38522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38522', 'test38522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38530', 'test38530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38530', 'test38530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38785', 'test38785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38785', 'test38785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38854', 'test38854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38854', 'test38854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38927', 'test38927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38927', 'test38927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('38947', 'test38947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38947', 'test38947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39009', 'test39009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39009', 'test39009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39064', 'test39064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39064', 'test39064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39095', 'test39095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39095', 'test39095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39150', 'test39150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39150', 'test39150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39287', 'test39287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39287', 'test39287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39292', 'test39292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39292', 'test39292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39380', 'test39380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39380', 'test39380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39438', 'test39438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39438', 'test39438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39544', 'test39544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39544', 'test39544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39897', 'test39897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39897', 'test39897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('39917', 'test39917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39917', 'test39917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40096', 'test40096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40096', 'test40096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40130', 'test40130', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40130', 'test40130@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40194', 'test40194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40194', 'test40194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40214', 'test40214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40214', 'test40214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40441', 'test40441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40441', 'test40441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40498', 'test40498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40498', 'test40498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40542', 'test40542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40542', 'test40542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40636', 'test40636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40636', 'test40636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40727', 'test40727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40727', 'test40727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40783', 'test40783', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40783', 'test40783@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40878', 'test40878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40878', 'test40878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('40881', 'test40881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40881', 'test40881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('41081', 'test41081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41081', 'test41081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('41140', 'test41140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41140', 'test41140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('41143', 'test41143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41143', 'test41143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('41231', 'test41231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41231', 'test41231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('41317', 'test41317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41317', 'test41317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('41851', 'test41851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41851', 'test41851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42280', 'test42280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42280', 'test42280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42424', 'test42424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42424', 'test42424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42480', 'test42480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42480', 'test42480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42507', 'test42507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42507', 'test42507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42700', 'test42700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42700', 'test42700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42733', 'test42733', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42733', 'test42733@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42863', 'test42863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42863', 'test42863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42880', 'test42880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42880', 'test42880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42886', 'test42886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42886', 'test42886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('42921', 'test42921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42921', 'test42921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43011', 'test43011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43011', 'test43011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43015', 'test43015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43015', 'test43015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43118', 'test43118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43118', 'test43118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43128', 'test43128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43128', 'test43128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43169', 'test43169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43169', 'test43169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43245', 'test43245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43245', 'test43245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43257', 'test43257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43257', 'test43257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43349', 'test43349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43349', 'test43349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43405', 'test43405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43405', 'test43405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43552', 'test43552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43552', 'test43552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43559', 'test43559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43559', 'test43559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43573', 'test43573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43573', 'test43573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43642', 'test43642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43642', 'test43642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43679', 'test43679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43679', 'test43679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43686', 'test43686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43686', 'test43686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43748', 'test43748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43748', 'test43748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('43876', 'test43876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43876', 'test43876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('44197', 'test44197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44197', 'test44197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('44233', 'test44233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44233', 'test44233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('44841', 'test44841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44841', 'test44841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('44908', 'test44908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44908', 'test44908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45002', 'test45002', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45002', 'test45002@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45022', 'test45022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45022', 'test45022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45154', 'test45154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45154', 'test45154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45168', 'test45168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45168', 'test45168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45393', 'test45393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45393', 'test45393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45432', 'test45432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45432', 'test45432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45488', 'test45488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45488', 'test45488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45680', 'test45680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45680', 'test45680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45711', 'test45711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45711', 'test45711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45880', 'test45880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45880', 'test45880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45903', 'test45903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45903', 'test45903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45929', 'test45929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45929', 'test45929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('45945', 'test45945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45945', 'test45945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46128', 'test46128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46128', 'test46128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46138', 'test46138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46138', 'test46138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46212', 'test46212', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46212', 'test46212@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46216', 'test46216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46216', 'test46216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46381', 'test46381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46381', 'test46381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46386', 'test46386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46386', 'test46386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46459', 'test46459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46459', 'test46459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46500', 'test46500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46500', 'test46500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46509', 'test46509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46509', 'test46509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46735', 'test46735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46735', 'test46735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46811', 'test46811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46811', 'test46811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46932', 'test46932', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46932', 'test46932@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('46946', 'test46946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46946', 'test46946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47121', 'test47121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47121', 'test47121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47226', 'test47226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47226', 'test47226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47547', 'test47547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47547', 'test47547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47563', 'test47563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47563', 'test47563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47599', 'test47599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47599', 'test47599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47691', 'test47691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47691', 'test47691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47775', 'test47775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47775', 'test47775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47824', 'test47824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47824', 'test47824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47917', 'test47917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47917', 'test47917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47945', 'test47945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47945', 'test47945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('47960', 'test47960', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47960', 'test47960@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('48230', 'test48230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48230', 'test48230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('48238', 'test48238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48238', 'test48238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('48307', 'test48307', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48307', 'test48307@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('48504', 'test48504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48504', 'test48504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('48678', 'test48678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48678', 'test48678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('48859', 'test48859', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48859', 'test48859@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('48985', 'test48985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48985', 'test48985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49011', 'test49011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49011', 'test49011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49050', 'test49050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49050', 'test49050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49116', 'test49116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49116', 'test49116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49196', 'test49196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49196', 'test49196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49202', 'test49202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49202', 'test49202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49219', 'test49219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49219', 'test49219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49367', 'test49367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49367', 'test49367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49628', 'test49628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49628', 'test49628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49922', 'test49922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49922', 'test49922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49952', 'test49952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49952', 'test49952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('49972', 'test49972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49972', 'test49972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50024', 'test50024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50024', 'test50024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50205', 'test50205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50205', 'test50205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50253', 'test50253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50253', 'test50253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50315', 'test50315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50315', 'test50315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50431', 'test50431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50431', 'test50431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50439', 'test50439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50439', 'test50439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50458', 'test50458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50458', 'test50458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50504', 'test50504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50504', 'test50504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50587', 'test50587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50587', 'test50587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50607', 'test50607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50607', 'test50607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50805', 'test50805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50805', 'test50805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50843', 'test50843', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50843', 'test50843@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50916', 'test50916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50916', 'test50916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('50977', 'test50977', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50977', 'test50977@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51229', 'test51229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51229', 'test51229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51280', 'test51280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51280', 'test51280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51345', 'test51345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51345', 'test51345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51636', 'test51636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51636', 'test51636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51643', 'test51643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51643', 'test51643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51885', 'test51885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51885', 'test51885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51892', 'test51892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51892', 'test51892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('51954', 'test51954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51954', 'test51954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52187', 'test52187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52187', 'test52187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52235', 'test52235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52235', 'test52235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52289', 'test52289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52289', 'test52289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52291', 'test52291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52291', 'test52291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52322', 'test52322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52322', 'test52322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52480', 'test52480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52480', 'test52480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52516', 'test52516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52516', 'test52516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52670', 'test52670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52670', 'test52670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('52948', 'test52948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52948', 'test52948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53039', 'test53039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53039', 'test53039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53227', 'test53227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53227', 'test53227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53315', 'test53315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53315', 'test53315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53327', 'test53327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53327', 'test53327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53330', 'test53330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53330', 'test53330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53476', 'test53476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53476', 'test53476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53525', 'test53525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53525', 'test53525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53646', 'test53646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53646', 'test53646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53781', 'test53781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53781', 'test53781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('53989', 'test53989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53989', 'test53989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54037', 'test54037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54037', 'test54037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54038', 'test54038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54038', 'test54038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54092', 'test54092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54092', 'test54092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54101', 'test54101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54101', 'test54101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54175', 'test54175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54175', 'test54175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54275', 'test54275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54275', 'test54275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54359', 'test54359', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54359', 'test54359@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54377', 'test54377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54377', 'test54377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54500', 'test54500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54500', 'test54500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54526', 'test54526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54526', 'test54526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54529', 'test54529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54529', 'test54529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54652', 'test54652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54652', 'test54652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54654', 'test54654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54654', 'test54654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54845', 'test54845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54845', 'test54845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('54914', 'test54914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54914', 'test54914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55511', 'test55511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55511', 'test55511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55583', 'test55583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55583', 'test55583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55589', 'test55589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55589', 'test55589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55591', 'test55591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55591', 'test55591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55622', 'test55622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55622', 'test55622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55709', 'test55709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55709', 'test55709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55864', 'test55864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55864', 'test55864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('55943', 'test55943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55943', 'test55943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56018', 'test56018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56018', 'test56018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56110', 'test56110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56110', 'test56110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56231', 'test56231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56231', 'test56231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56244', 'test56244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56244', 'test56244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56340', 'test56340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56340', 'test56340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56400', 'test56400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56400', 'test56400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56469', 'test56469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56469', 'test56469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56505', 'test56505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56505', 'test56505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56532', 'test56532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56532', 'test56532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56712', 'test56712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56712', 'test56712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56744', 'test56744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56744', 'test56744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('56798', 'test56798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56798', 'test56798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57031', 'test57031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57031', 'test57031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57316', 'test57316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57316', 'test57316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57335', 'test57335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57335', 'test57335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57361', 'test57361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57361', 'test57361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57381', 'test57381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57381', 'test57381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57539', 'test57539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57539', 'test57539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57623', 'test57623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57623', 'test57623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57658', 'test57658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57658', 'test57658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57870', 'test57870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57870', 'test57870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57872', 'test57872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57872', 'test57872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57925', 'test57925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57925', 'test57925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('57983', 'test57983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57983', 'test57983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58025', 'test58025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58025', 'test58025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58050', 'test58050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58050', 'test58050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58140', 'test58140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58140', 'test58140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58314', 'test58314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58314', 'test58314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58317', 'test58317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58317', 'test58317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58422', 'test58422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58422', 'test58422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58549', 'test58549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58549', 'test58549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58567', 'test58567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58567', 'test58567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58581', 'test58581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58581', 'test58581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58640', 'test58640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58640', 'test58640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58677', 'test58677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58677', 'test58677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58823', 'test58823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58823', 'test58823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('58919', 'test58919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58919', 'test58919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59206', 'test59206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59206', 'test59206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59420', 'test59420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59420', 'test59420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59528', 'test59528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59528', 'test59528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59539', 'test59539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59539', 'test59539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59609', 'test59609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59609', 'test59609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59721', 'test59721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59721', 'test59721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59791', 'test59791', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59791', 'test59791@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59933', 'test59933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59933', 'test59933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59949', 'test59949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59949', 'test59949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('59975', 'test59975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59975', 'test59975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60089', 'test60089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60089', 'test60089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60169', 'test60169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60169', 'test60169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60291', 'test60291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60291', 'test60291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60348', 'test60348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60348', 'test60348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60455', 'test60455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60455', 'test60455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60468', 'test60468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60468', 'test60468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60529', 'test60529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60529', 'test60529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60533', 'test60533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60533', 'test60533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60780', 'test60780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60780', 'test60780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('60912', 'test60912', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60912', 'test60912@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61012', 'test61012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61012', 'test61012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61027', 'test61027', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61027', 'test61027@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61097', 'test61097', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61097', 'test61097@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61474', 'test61474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61474', 'test61474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61502', 'test61502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61502', 'test61502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61555', 'test61555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61555', 'test61555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61589', 'test61589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61589', 'test61589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61697', 'test61697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61697', 'test61697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61822', 'test61822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61822', 'test61822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('61881', 'test61881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61881', 'test61881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62356', 'test62356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62356', 'test62356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62393', 'test62393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62393', 'test62393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62448', 'test62448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62448', 'test62448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62458', 'test62458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62458', 'test62458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62509', 'test62509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62509', 'test62509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62522', 'test62522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62522', 'test62522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62717', 'test62717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62717', 'test62717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('62978', 'test62978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62978', 'test62978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63322', 'test63322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63322', 'test63322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63378', 'test63378', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63378', 'test63378@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63431', 'test63431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63431', 'test63431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63460', 'test63460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63460', 'test63460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63489', 'test63489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63489', 'test63489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63493', 'test63493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63493', 'test63493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63578', 'test63578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63578', 'test63578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63606', 'test63606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63606', 'test63606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63841', 'test63841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63841', 'test63841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63915', 'test63915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63915', 'test63915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('63993', 'test63993', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63993', 'test63993@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64080', 'test64080', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64080', 'test64080@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64167', 'test64167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64167', 'test64167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64340', 'test64340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64340', 'test64340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64372', 'test64372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64372', 'test64372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64382', 'test64382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64382', 'test64382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64429', 'test64429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64429', 'test64429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64446', 'test64446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64446', 'test64446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64493', 'test64493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64493', 'test64493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64572', 'test64572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64572', 'test64572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64630', 'test64630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64630', 'test64630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('64903', 'test64903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64903', 'test64903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('65010', 'test65010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65010', 'test65010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('65367', 'test65367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65367', 'test65367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('65479', 'test65479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65479', 'test65479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('65590', 'test65590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65590', 'test65590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('65970', 'test65970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65970', 'test65970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('66285', 'test66285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66285', 'test66285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('66367', 'test66367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66367', 'test66367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('66421', 'test66421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66421', 'test66421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('66479', 'test66479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66479', 'test66479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('66495', 'test66495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66495', 'test66495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('66829', 'test66829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66829', 'test66829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('66838', 'test66838', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66838', 'test66838@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67259', 'test67259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67259', 'test67259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67415', 'test67415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67415', 'test67415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67446', 'test67446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67446', 'test67446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67518', 'test67518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67518', 'test67518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67560', 'test67560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67560', 'test67560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67564', 'test67564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67564', 'test67564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67657', 'test67657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67657', 'test67657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67678', 'test67678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67678', 'test67678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('67975', 'test67975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67975', 'test67975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('68111', 'test68111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68111', 'test68111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('68177', 'test68177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68177', 'test68177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('68351', 'test68351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68351', 'test68351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('68564', 'test68564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68564', 'test68564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('68573', 'test68573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68573', 'test68573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('68891', 'test68891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68891', 'test68891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('68895', 'test68895', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68895', 'test68895@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69068', 'test69068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69068', 'test69068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69145', 'test69145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69145', 'test69145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69200', 'test69200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69200', 'test69200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69480', 'test69480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69480', 'test69480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69517', 'test69517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69517', 'test69517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69738', 'test69738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69738', 'test69738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69806', 'test69806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69806', 'test69806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('69888', 'test69888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69888', 'test69888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70111', 'test70111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70111', 'test70111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70176', 'test70176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70176', 'test70176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70248', 'test70248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70248', 'test70248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70487', 'test70487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70487', 'test70487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70548', 'test70548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70548', 'test70548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70561', 'test70561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70561', 'test70561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70972', 'test70972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70972', 'test70972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70984', 'test70984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70984', 'test70984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('70991', 'test70991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70991', 'test70991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71042', 'test71042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71042', 'test71042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71131', 'test71131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71131', 'test71131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71324', 'test71324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71324', 'test71324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71370', 'test71370', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71370', 'test71370@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71588', 'test71588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71588', 'test71588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71600', 'test71600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71600', 'test71600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71784', 'test71784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71784', 'test71784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('71786', 'test71786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71786', 'test71786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72022', 'test72022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72022', 'test72022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72116', 'test72116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72116', 'test72116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72128', 'test72128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72128', 'test72128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72231', 'test72231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72231', 'test72231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72372', 'test72372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72372', 'test72372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72389', 'test72389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72389', 'test72389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72402', 'test72402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72402', 'test72402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72447', 'test72447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72447', 'test72447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72477', 'test72477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72477', 'test72477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72511', 'test72511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72511', 'test72511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72601', 'test72601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72601', 'test72601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72615', 'test72615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72615', 'test72615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72627', 'test72627', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72627', 'test72627@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72645', 'test72645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72645', 'test72645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72651', 'test72651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72651', 'test72651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72699', 'test72699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72699', 'test72699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72713', 'test72713', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72713', 'test72713@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72792', 'test72792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72792', 'test72792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('72985', 'test72985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72985', 'test72985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73012', 'test73012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73012', 'test73012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73086', 'test73086', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73086', 'test73086@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73176', 'test73176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73176', 'test73176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73213', 'test73213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73213', 'test73213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73379', 'test73379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73379', 'test73379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73386', 'test73386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73386', 'test73386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73410', 'test73410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73410', 'test73410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73493', 'test73493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73493', 'test73493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73546', 'test73546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73546', 'test73546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73669', 'test73669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73669', 'test73669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73790', 'test73790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73790', 'test73790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73797', 'test73797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73797', 'test73797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73849', 'test73849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73849', 'test73849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73866', 'test73866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73866', 'test73866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('73948', 'test73948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73948', 'test73948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74038', 'test74038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74038', 'test74038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74072', 'test74072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74072', 'test74072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74160', 'test74160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74160', 'test74160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74167', 'test74167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74167', 'test74167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74211', 'test74211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74211', 'test74211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74298', 'test74298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74298', 'test74298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74482', 'test74482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74482', 'test74482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74551', 'test74551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74551', 'test74551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74589', 'test74589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74589', 'test74589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74591', 'test74591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74591', 'test74591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74611', 'test74611', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74611', 'test74611@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74630', 'test74630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74630', 'test74630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74742', 'test74742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74742', 'test74742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74757', 'test74757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74757', 'test74757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('74772', 'test74772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74772', 'test74772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75055', 'test75055', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75055', 'test75055@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75081', 'test75081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75081', 'test75081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75084', 'test75084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75084', 'test75084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75087', 'test75087', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75087', 'test75087@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75096', 'test75096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75096', 'test75096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75146', 'test75146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75146', 'test75146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75272', 'test75272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75272', 'test75272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75273', 'test75273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75273', 'test75273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75356', 'test75356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75356', 'test75356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75407', 'test75407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75407', 'test75407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75439', 'test75439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75439', 'test75439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75548', 'test75548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75548', 'test75548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75562', 'test75562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75562', 'test75562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75864', 'test75864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75864', 'test75864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('75916', 'test75916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75916', 'test75916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76039', 'test76039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76039', 'test76039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76123', 'test76123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76123', 'test76123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76193', 'test76193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76193', 'test76193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76199', 'test76199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76199', 'test76199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76202', 'test76202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76202', 'test76202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76430', 'test76430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76430', 'test76430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76435', 'test76435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76435', 'test76435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76519', 'test76519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76519', 'test76519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76526', 'test76526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76526', 'test76526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76609', 'test76609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76609', 'test76609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76763', 'test76763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76763', 'test76763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76836', 'test76836', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76836', 'test76836@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76915', 'test76915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76915', 'test76915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('76939', 'test76939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76939', 'test76939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77028', 'test77028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77028', 'test77028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77093', 'test77093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77093', 'test77093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77230', 'test77230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77230', 'test77230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77349', 'test77349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77349', 'test77349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77479', 'test77479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77479', 'test77479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77482', 'test77482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77482', 'test77482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77582', 'test77582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77582', 'test77582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77697', 'test77697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77697', 'test77697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77818', 'test77818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77818', 'test77818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77879', 'test77879', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77879', 'test77879@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77923', 'test77923', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77923', 'test77923@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('77978', 'test77978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77978', 'test77978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78050', 'test78050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78050', 'test78050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78081', 'test78081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78081', 'test78081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78128', 'test78128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78128', 'test78128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78192', 'test78192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78192', 'test78192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78207', 'test78207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78207', 'test78207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78250', 'test78250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78250', 'test78250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78577', 'test78577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78577', 'test78577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78601', 'test78601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78601', 'test78601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78796', 'test78796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78796', 'test78796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78832', 'test78832', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78832', 'test78832@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78902', 'test78902', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78902', 'test78902@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78953', 'test78953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78953', 'test78953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('78956', 'test78956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78956', 'test78956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79019', 'test79019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79019', 'test79019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79070', 'test79070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79070', 'test79070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79082', 'test79082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79082', 'test79082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79196', 'test79196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79196', 'test79196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79259', 'test79259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79259', 'test79259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79321', 'test79321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79321', 'test79321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79469', 'test79469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79469', 'test79469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79503', 'test79503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79503', 'test79503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79726', 'test79726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79726', 'test79726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('79786', 'test79786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79786', 'test79786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('80073', 'test80073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80073', 'test80073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('80263', 'test80263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80263', 'test80263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('80678', 'test80678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80678', 'test80678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81159', 'test81159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81159', 'test81159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81214', 'test81214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81214', 'test81214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81232', 'test81232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81232', 'test81232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81346', 'test81346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81346', 'test81346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81469', 'test81469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81469', 'test81469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81511', 'test81511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81511', 'test81511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81840', 'test81840', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81840', 'test81840@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81851', 'test81851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81851', 'test81851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('81872', 'test81872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81872', 'test81872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82004', 'test82004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82004', 'test82004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82063', 'test82063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82063', 'test82063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82330', 'test82330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82330', 'test82330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82414', 'test82414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82414', 'test82414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82489', 'test82489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82489', 'test82489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82586', 'test82586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82586', 'test82586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82690', 'test82690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82690', 'test82690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82757', 'test82757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82757', 'test82757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82772', 'test82772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82772', 'test82772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82787', 'test82787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82787', 'test82787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82864', 'test82864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82864', 'test82864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82887', 'test82887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82887', 'test82887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82889', 'test82889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82889', 'test82889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82896', 'test82896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82896', 'test82896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82913', 'test82913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82913', 'test82913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82929', 'test82929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82929', 'test82929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('82971', 'test82971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82971', 'test82971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('83262', 'test83262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83262', 'test83262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('83430', 'test83430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83430', 'test83430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('83436', 'test83436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83436', 'test83436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('83601', 'test83601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83601', 'test83601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('83632', 'test83632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83632', 'test83632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('83679', 'test83679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83679', 'test83679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('83846', 'test83846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83846', 'test83846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84039', 'test84039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84039', 'test84039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84143', 'test84143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84143', 'test84143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84145', 'test84145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84145', 'test84145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84316', 'test84316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84316', 'test84316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84349', 'test84349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84349', 'test84349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84357', 'test84357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84357', 'test84357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84360', 'test84360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84360', 'test84360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84505', 'test84505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84505', 'test84505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84578', 'test84578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84578', 'test84578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84635', 'test84635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84635', 'test84635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84638', 'test84638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84638', 'test84638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84688', 'test84688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84688', 'test84688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84811', 'test84811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84811', 'test84811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('84988', 'test84988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84988', 'test84988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85069', 'test85069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85069', 'test85069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85240', 'test85240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85240', 'test85240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85290', 'test85290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85290', 'test85290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85375', 'test85375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85375', 'test85375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85483', 'test85483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85483', 'test85483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85570', 'test85570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85570', 'test85570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85573', 'test85573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85573', 'test85573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85654', 'test85654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85654', 'test85654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85878', 'test85878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85878', 'test85878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85883', 'test85883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85883', 'test85883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85964', 'test85964', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85964', 'test85964@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('85980', 'test85980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85980', 'test85980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86041', 'test86041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86041', 'test86041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86120', 'test86120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86120', 'test86120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86159', 'test86159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86159', 'test86159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86163', 'test86163', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86163', 'test86163@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86256', 'test86256', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86256', 'test86256@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86320', 'test86320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86320', 'test86320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86377', 'test86377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86377', 'test86377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86407', 'test86407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86407', 'test86407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86422', 'test86422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86422', 'test86422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86684', 'test86684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86684', 'test86684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86803', 'test86803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86803', 'test86803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86809', 'test86809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86809', 'test86809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('86992', 'test86992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86992', 'test86992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87060', 'test87060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87060', 'test87060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87074', 'test87074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87074', 'test87074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87099', 'test87099', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87099', 'test87099@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87199', 'test87199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87199', 'test87199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87273', 'test87273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87273', 'test87273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87453', 'test87453', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87453', 'test87453@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87473', 'test87473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87473', 'test87473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87607', 'test87607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87607', 'test87607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87765', 'test87765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87765', 'test87765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87948', 'test87948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87948', 'test87948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87973', 'test87973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87973', 'test87973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('87994', 'test87994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87994', 'test87994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('88022', 'test88022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88022', 'test88022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('88030', 'test88030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88030', 'test88030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('88203', 'test88203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88203', 'test88203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('88684', 'test88684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88684', 'test88684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('88764', 'test88764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88764', 'test88764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89210', 'test89210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89210', 'test89210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89332', 'test89332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89332', 'test89332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89488', 'test89488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89488', 'test89488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89547', 'test89547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89547', 'test89547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89658', 'test89658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89658', 'test89658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89757', 'test89757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89757', 'test89757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89772', 'test89772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89772', 'test89772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89884', 'test89884', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89884', 'test89884@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('89926', 'test89926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89926', 'test89926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90066', 'test90066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90066', 'test90066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90222', 'test90222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90222', 'test90222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90559', 'test90559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90559', 'test90559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90748', 'test90748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90748', 'test90748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90785', 'test90785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90785', 'test90785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90882', 'test90882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90882', 'test90882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90976', 'test90976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90976', 'test90976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('90983', 'test90983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90983', 'test90983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91066', 'test91066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91066', 'test91066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91098', 'test91098', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91098', 'test91098@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91119', 'test91119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91119', 'test91119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91143', 'test91143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91143', 'test91143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91165', 'test91165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91165', 'test91165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91304', 'test91304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91304', 'test91304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91363', 'test91363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91363', 'test91363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91398', 'test91398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91398', 'test91398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91401', 'test91401', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91401', 'test91401@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91409', 'test91409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91409', 'test91409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91548', 'test91548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91548', 'test91548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('91734', 'test91734', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91734', 'test91734@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92155', 'test92155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92155', 'test92155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92379', 'test92379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92379', 'test92379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92411', 'test92411', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92411', 'test92411@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92423', 'test92423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92423', 'test92423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92677', 'test92677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92677', 'test92677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92845', 'test92845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92845', 'test92845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92846', 'test92846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92846', 'test92846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92866', 'test92866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92866', 'test92866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92929', 'test92929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92929', 'test92929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('92956', 'test92956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92956', 'test92956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93117', 'test93117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93117', 'test93117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93236', 'test93236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93236', 'test93236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93308', 'test93308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93308', 'test93308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93360', 'test93360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93360', 'test93360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93382', 'test93382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93382', 'test93382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93396', 'test93396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93396', 'test93396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93397', 'test93397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93397', 'test93397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93456', 'test93456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93456', 'test93456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93523', 'test93523', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93523', 'test93523@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93612', 'test93612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93612', 'test93612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93818', 'test93818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93818', 'test93818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93892', 'test93892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93892', 'test93892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('93927', 'test93927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93927', 'test93927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94033', 'test94033', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94033', 'test94033@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94042', 'test94042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94042', 'test94042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94102', 'test94102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94102', 'test94102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94134', 'test94134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94134', 'test94134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94146', 'test94146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94146', 'test94146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94410', 'test94410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94410', 'test94410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94432', 'test94432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94432', 'test94432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94471', 'test94471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94471', 'test94471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94531', 'test94531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94531', 'test94531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94601', 'test94601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94601', 'test94601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94666', 'test94666', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94666', 'test94666@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94805', 'test94805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94805', 'test94805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94871', 'test94871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94871', 'test94871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94933', 'test94933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94933', 'test94933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('94974', 'test94974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94974', 'test94974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95021', 'test95021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95021', 'test95021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95030', 'test95030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95030', 'test95030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95211', 'test95211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95211', 'test95211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95474', 'test95474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95474', 'test95474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95588', 'test95588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95588', 'test95588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95621', 'test95621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95621', 'test95621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95754', 'test95754', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95754', 'test95754@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95775', 'test95775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95775', 'test95775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95793', 'test95793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95793', 'test95793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('95982', 'test95982', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95982', 'test95982@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96153', 'test96153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96153', 'test96153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96316', 'test96316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96316', 'test96316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96327', 'test96327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96327', 'test96327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96356', 'test96356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96356', 'test96356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96424', 'test96424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96424', 'test96424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96476', 'test96476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96476', 'test96476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96668', 'test96668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96668', 'test96668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96682', 'test96682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96682', 'test96682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96690', 'test96690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96690', 'test96690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96802', 'test96802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96802', 'test96802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96957', 'test96957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96957', 'test96957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('96999', 'test96999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96999', 'test96999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97040', 'test97040', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97040', 'test97040@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97047', 'test97047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97047', 'test97047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97115', 'test97115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97115', 'test97115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97206', 'test97206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97206', 'test97206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97345', 'test97345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97345', 'test97345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97367', 'test97367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97367', 'test97367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97517', 'test97517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97517', 'test97517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97558', 'test97558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97558', 'test97558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('97750', 'test97750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97750', 'test97750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98023', 'test98023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98023', 'test98023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98399', 'test98399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98399', 'test98399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98484', 'test98484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98484', 'test98484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98495', 'test98495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98495', 'test98495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98510', 'test98510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98510', 'test98510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98590', 'test98590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98590', 'test98590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98596', 'test98596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98596', 'test98596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98628', 'test98628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98628', 'test98628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98725', 'test98725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98725', 'test98725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98761', 'test98761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98761', 'test98761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('98860', 'test98860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98860', 'test98860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99093', 'test99093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99093', 'test99093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99150', 'test99150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99150', 'test99150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99207', 'test99207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99207', 'test99207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99221', 'test99221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99221', 'test99221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99367', 'test99367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99367', 'test99367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99380', 'test99380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99380', 'test99380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99409', 'test99409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99409', 'test99409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99452', 'test99452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99452', 'test99452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99565', 'test99565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99565', 'test99565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99671', 'test99671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99671', 'test99671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99760', 'test99760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99760', 'test99760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99835', 'test99835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99835', 'test99835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99871', 'test99871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99871', 'test99871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99970', 'test99970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99970', 'test99970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('99997', 'test99997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99997', 'test99997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('100096', 'test100096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100096', 'test100096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('100398', 'test100398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100398', 'test100398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('100437', 'test100437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100437', 'test100437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('100451', 'test100451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100451', 'test100451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('100663', 'test100663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100663', 'test100663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('100668', 'test100668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100668', 'test100668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('100738', 'test100738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100738', 'test100738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101006', 'test101006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101006', 'test101006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101103', 'test101103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101103', 'test101103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101198', 'test101198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101198', 'test101198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101372', 'test101372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101372', 'test101372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101419', 'test101419', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101419', 'test101419@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101535', 'test101535', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101535', 'test101535@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101602', 'test101602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101602', 'test101602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101671', 'test101671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101671', 'test101671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('101922', 'test101922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101922', 'test101922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102008', 'test102008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102008', 'test102008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102146', 'test102146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102146', 'test102146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102183', 'test102183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102183', 'test102183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102371', 'test102371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102371', 'test102371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102418', 'test102418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102418', 'test102418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102447', 'test102447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102447', 'test102447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102451', 'test102451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102451', 'test102451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102564', 'test102564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102564', 'test102564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102586', 'test102586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102586', 'test102586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102683', 'test102683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102683', 'test102683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102732', 'test102732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102732', 'test102732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('102888', 'test102888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102888', 'test102888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103112', 'test103112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103112', 'test103112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103138', 'test103138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103138', 'test103138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103297', 'test103297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103297', 'test103297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103426', 'test103426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103426', 'test103426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103614', 'test103614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103614', 'test103614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103616', 'test103616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103616', 'test103616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103635', 'test103635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103635', 'test103635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103711', 'test103711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103711', 'test103711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103747', 'test103747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103747', 'test103747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('103882', 'test103882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103882', 'test103882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104038', 'test104038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104038', 'test104038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104091', 'test104091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104091', 'test104091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104262', 'test104262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104262', 'test104262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104393', 'test104393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104393', 'test104393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104499', 'test104499', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104499', 'test104499@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104654', 'test104654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104654', 'test104654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104775', 'test104775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104775', 'test104775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('104812', 'test104812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104812', 'test104812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105023', 'test105023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105023', 'test105023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105268', 'test105268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105268', 'test105268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105470', 'test105470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105470', 'test105470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105553', 'test105553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105553', 'test105553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105675', 'test105675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105675', 'test105675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105802', 'test105802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105802', 'test105802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105841', 'test105841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105841', 'test105841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105913', 'test105913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105913', 'test105913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105952', 'test105952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105952', 'test105952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('105966', 'test105966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105966', 'test105966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106058', 'test106058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106058', 'test106058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106102', 'test106102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106102', 'test106102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106181', 'test106181', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106181', 'test106181@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106215', 'test106215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106215', 'test106215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106293', 'test106293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106293', 'test106293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106334', 'test106334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106334', 'test106334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106404', 'test106404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106404', 'test106404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('106482', 'test106482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106482', 'test106482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107050', 'test107050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107050', 'test107050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107092', 'test107092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107092', 'test107092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107260', 'test107260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107260', 'test107260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107311', 'test107311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107311', 'test107311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107544', 'test107544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107544', 'test107544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107638', 'test107638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107638', 'test107638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107650', 'test107650', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107650', 'test107650@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('107984', 'test107984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107984', 'test107984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108222', 'test108222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108222', 'test108222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108275', 'test108275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108275', 'test108275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108303', 'test108303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108303', 'test108303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108380', 'test108380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108380', 'test108380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108390', 'test108390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108390', 'test108390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108506', 'test108506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108506', 'test108506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108524', 'test108524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108524', 'test108524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108591', 'test108591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108591', 'test108591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108742', 'test108742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108742', 'test108742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('108854', 'test108854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108854', 'test108854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109043', 'test109043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109043', 'test109043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109261', 'test109261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109261', 'test109261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109347', 'test109347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109347', 'test109347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109508', 'test109508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109508', 'test109508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109513', 'test109513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109513', 'test109513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109515', 'test109515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109515', 'test109515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109527', 'test109527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109527', 'test109527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109689', 'test109689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109689', 'test109689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109711', 'test109711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109711', 'test109711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('109732', 'test109732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109732', 'test109732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('110539', 'test110539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110539', 'test110539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('110560', 'test110560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110560', 'test110560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('110653', 'test110653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110653', 'test110653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('110808', 'test110808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110808', 'test110808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111057', 'test111057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111057', 'test111057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111070', 'test111070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111070', 'test111070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111310', 'test111310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111310', 'test111310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111318', 'test111318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111318', 'test111318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111330', 'test111330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111330', 'test111330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111341', 'test111341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111341', 'test111341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111408', 'test111408', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111408', 'test111408@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111560', 'test111560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111560', 'test111560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111805', 'test111805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111805', 'test111805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('111894', 'test111894', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111894', 'test111894@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112146', 'test112146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112146', 'test112146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112179', 'test112179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112179', 'test112179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112269', 'test112269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112269', 'test112269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112385', 'test112385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112385', 'test112385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112707', 'test112707', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112707', 'test112707@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112710', 'test112710', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112710', 'test112710@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112735', 'test112735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112735', 'test112735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112845', 'test112845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112845', 'test112845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('112860', 'test112860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112860', 'test112860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113000', 'test113000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113000', 'test113000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113156', 'test113156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113156', 'test113156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113268', 'test113268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113268', 'test113268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113308', 'test113308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113308', 'test113308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113355', 'test113355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113355', 'test113355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113397', 'test113397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113397', 'test113397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113418', 'test113418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113418', 'test113418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113555', 'test113555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113555', 'test113555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113565', 'test113565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113565', 'test113565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113592', 'test113592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113592', 'test113592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113681', 'test113681', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113681', 'test113681@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113699', 'test113699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113699', 'test113699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113758', 'test113758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113758', 'test113758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113778', 'test113778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113778', 'test113778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113815', 'test113815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113815', 'test113815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('113870', 'test113870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113870', 'test113870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114003', 'test114003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114003', 'test114003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114013', 'test114013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114013', 'test114013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114037', 'test114037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114037', 'test114037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114058', 'test114058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114058', 'test114058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114115', 'test114115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114115', 'test114115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114143', 'test114143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114143', 'test114143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114150', 'test114150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114150', 'test114150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114341', 'test114341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114341', 'test114341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114456', 'test114456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114456', 'test114456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114687', 'test114687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114687', 'test114687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114693', 'test114693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114693', 'test114693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('114891', 'test114891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114891', 'test114891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115108', 'test115108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115108', 'test115108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115116', 'test115116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115116', 'test115116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115284', 'test115284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115284', 'test115284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115434', 'test115434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115434', 'test115434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115467', 'test115467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115467', 'test115467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115532', 'test115532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115532', 'test115532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115534', 'test115534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115534', 'test115534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115726', 'test115726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115726', 'test115726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('115737', 'test115737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115737', 'test115737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('116058', 'test116058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116058', 'test116058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('116066', 'test116066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116066', 'test116066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('116115', 'test116115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116115', 'test116115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('116286', 'test116286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116286', 'test116286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('116711', 'test116711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116711', 'test116711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('116749', 'test116749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116749', 'test116749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('116997', 'test116997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116997', 'test116997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117109', 'test117109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117109', 'test117109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117116', 'test117116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117116', 'test117116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117164', 'test117164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117164', 'test117164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117468', 'test117468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117468', 'test117468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117472', 'test117472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117472', 'test117472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117579', 'test117579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117579', 'test117579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117601', 'test117601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117601', 'test117601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117760', 'test117760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117760', 'test117760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117799', 'test117799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117799', 'test117799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117847', 'test117847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117847', 'test117847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117888', 'test117888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117888', 'test117888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117957', 'test117957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117957', 'test117957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('117974', 'test117974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117974', 'test117974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('118430', 'test118430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118430', 'test118430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('118626', 'test118626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118626', 'test118626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('118636', 'test118636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118636', 'test118636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('118744', 'test118744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118744', 'test118744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('118855', 'test118855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118855', 'test118855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('119014', 'test119014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119014', 'test119014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('119295', 'test119295', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119295', 'test119295@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('119585', 'test119585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119585', 'test119585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('119737', 'test119737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119737', 'test119737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('119863', 'test119863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119863', 'test119863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('119918', 'test119918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119918', 'test119918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120023', 'test120023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120023', 'test120023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120230', 'test120230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120230', 'test120230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120232', 'test120232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120232', 'test120232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120568', 'test120568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120568', 'test120568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120614', 'test120614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120614', 'test120614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120729', 'test120729', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120729', 'test120729@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120736', 'test120736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120736', 'test120736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('120954', 'test120954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120954', 'test120954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('121078', 'test121078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121078', 'test121078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('121188', 'test121188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121188', 'test121188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('121582', 'test121582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121582', 'test121582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('121586', 'test121586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121586', 'test121586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('121674', 'test121674', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121674', 'test121674@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('121866', 'test121866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121866', 'test121866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('122196', 'test122196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122196', 'test122196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('122382', 'test122382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122382', 'test122382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('122530', 'test122530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122530', 'test122530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('122571', 'test122571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122571', 'test122571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('122869', 'test122869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122869', 'test122869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123120', 'test123120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123120', 'test123120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123141', 'test123141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123141', 'test123141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123337', 'test123337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123337', 'test123337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123452', 'test123452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123452', 'test123452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123520', 'test123520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123520', 'test123520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123715', 'test123715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123715', 'test123715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123820', 'test123820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123820', 'test123820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123927', 'test123927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123927', 'test123927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('123941', 'test123941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123941', 'test123941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124201', 'test124201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124201', 'test124201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124376', 'test124376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124376', 'test124376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124539', 'test124539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124539', 'test124539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124540', 'test124540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124540', 'test124540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124641', 'test124641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124641', 'test124641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124658', 'test124658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124658', 'test124658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124780', 'test124780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124780', 'test124780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124806', 'test124806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124806', 'test124806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124878', 'test124878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124878', 'test124878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124909', 'test124909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124909', 'test124909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124914', 'test124914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124914', 'test124914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('124937', 'test124937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124937', 'test124937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125111', 'test125111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125111', 'test125111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125118', 'test125118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125118', 'test125118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125128', 'test125128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125128', 'test125128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125147', 'test125147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125147', 'test125147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125221', 'test125221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125221', 'test125221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125255', 'test125255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125255', 'test125255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125258', 'test125258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125258', 'test125258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125316', 'test125316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125316', 'test125316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125374', 'test125374', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125374', 'test125374@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125395', 'test125395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125395', 'test125395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125435', 'test125435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125435', 'test125435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125622', 'test125622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125622', 'test125622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125669', 'test125669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125669', 'test125669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125802', 'test125802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125802', 'test125802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125867', 'test125867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125867', 'test125867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('125954', 'test125954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125954', 'test125954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126266', 'test126266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126266', 'test126266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126328', 'test126328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126328', 'test126328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126531', 'test126531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126531', 'test126531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126550', 'test126550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126550', 'test126550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126583', 'test126583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126583', 'test126583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126624', 'test126624', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126624', 'test126624@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126626', 'test126626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126626', 'test126626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126658', 'test126658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126658', 'test126658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126743', 'test126743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126743', 'test126743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126774', 'test126774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126774', 'test126774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126870', 'test126870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126870', 'test126870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126883', 'test126883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126883', 'test126883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126943', 'test126943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126943', 'test126943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('126950', 'test126950', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126950', 'test126950@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127043', 'test127043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127043', 'test127043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127106', 'test127106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127106', 'test127106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127224', 'test127224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127224', 'test127224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127348', 'test127348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127348', 'test127348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127395', 'test127395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127395', 'test127395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127468', 'test127468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127468', 'test127468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127741', 'test127741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127741', 'test127741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127910', 'test127910', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127910', 'test127910@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('127936', 'test127936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127936', 'test127936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128042', 'test128042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128042', 'test128042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128246', 'test128246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128246', 'test128246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128287', 'test128287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128287', 'test128287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128331', 'test128331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128331', 'test128331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128387', 'test128387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128387', 'test128387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128438', 'test128438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128438', 'test128438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128450', 'test128450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128450', 'test128450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128492', 'test128492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128492', 'test128492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128508', 'test128508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128508', 'test128508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128537', 'test128537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128537', 'test128537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128572', 'test128572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128572', 'test128572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128736', 'test128736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128736', 'test128736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('128811', 'test128811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128811', 'test128811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('129414', 'test129414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129414', 'test129414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('129780', 'test129780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129780', 'test129780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('129800', 'test129800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129800', 'test129800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('129886', 'test129886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129886', 'test129886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130004', 'test130004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130004', 'test130004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130019', 'test130019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130019', 'test130019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130050', 'test130050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130050', 'test130050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130075', 'test130075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130075', 'test130075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130127', 'test130127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130127', 'test130127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130154', 'test130154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130154', 'test130154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130211', 'test130211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130211', 'test130211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130243', 'test130243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130243', 'test130243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130486', 'test130486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130486', 'test130486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130507', 'test130507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130507', 'test130507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130600', 'test130600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130600', 'test130600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('130621', 'test130621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130621', 'test130621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131003', 'test131003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131003', 'test131003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131126', 'test131126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131126', 'test131126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131216', 'test131216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131216', 'test131216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131285', 'test131285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131285', 'test131285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131292', 'test131292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131292', 'test131292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131416', 'test131416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131416', 'test131416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131437', 'test131437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131437', 'test131437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131507', 'test131507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131507', 'test131507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131607', 'test131607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131607', 'test131607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131865', 'test131865', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131865', 'test131865@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131883', 'test131883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131883', 'test131883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('131946', 'test131946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131946', 'test131946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132066', 'test132066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132066', 'test132066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132115', 'test132115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132115', 'test132115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132219', 'test132219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132219', 'test132219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132589', 'test132589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132589', 'test132589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132819', 'test132819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132819', 'test132819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132861', 'test132861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132861', 'test132861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132880', 'test132880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132880', 'test132880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132936', 'test132936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132936', 'test132936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('132980', 'test132980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132980', 'test132980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('133093', 'test133093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133093', 'test133093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('133115', 'test133115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133115', 'test133115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('133173', 'test133173', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133173', 'test133173@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('133232', 'test133232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133232', 'test133232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('133623', 'test133623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133623', 'test133623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('133659', 'test133659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133659', 'test133659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134075', 'test134075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134075', 'test134075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134120', 'test134120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134120', 'test134120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134162', 'test134162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134162', 'test134162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134394', 'test134394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134394', 'test134394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134436', 'test134436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134436', 'test134436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134444', 'test134444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134444', 'test134444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134448', 'test134448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134448', 'test134448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134721', 'test134721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134721', 'test134721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134751', 'test134751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134751', 'test134751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('134944', 'test134944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134944', 'test134944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('135201', 'test135201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135201', 'test135201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('135368', 'test135368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135368', 'test135368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('135903', 'test135903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135903', 'test135903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('135968', 'test135968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135968', 'test135968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136057', 'test136057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136057', 'test136057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136111', 'test136111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136111', 'test136111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136219', 'test136219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136219', 'test136219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136243', 'test136243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136243', 'test136243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136395', 'test136395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136395', 'test136395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136480', 'test136480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136480', 'test136480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136638', 'test136638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136638', 'test136638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('136984', 'test136984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136984', 'test136984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('137339', 'test137339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137339', 'test137339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('137402', 'test137402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137402', 'test137402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('137410', 'test137410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137410', 'test137410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('137413', 'test137413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137413', 'test137413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('137481', 'test137481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137481', 'test137481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('137560', 'test137560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137560', 'test137560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('137924', 'test137924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137924', 'test137924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138056', 'test138056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138056', 'test138056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138318', 'test138318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138318', 'test138318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138446', 'test138446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138446', 'test138446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138477', 'test138477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138477', 'test138477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138488', 'test138488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138488', 'test138488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138763', 'test138763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138763', 'test138763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138800', 'test138800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138800', 'test138800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138934', 'test138934', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138934', 'test138934@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1'), + ('138939', 'test138939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138939', 'test138939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '1') +; diff --git a/dev/db/migrate/sql/20210811143812_marker_tab_add_contributions.sql b/dev/db/migrate/sql/20210811143812_marker_tab_add_contributions.sql new file mode 100644 index 00000000..3c975ddb --- /dev/null +++ b/dev/db/migrate/sql/20210811143812_marker_tab_add_contributions.sql @@ -0,0 +1,406 @@ +INSERT INTO `marker_tab` VALUES + (3530,9733,1,21324,'','<p>Equipped Items: Blizzard Rod</p>',1,1), + (3531,9738,1,16861,'','<p>Topaz</p>',1,1), + (3532,9740,1,21892,'','<p style="text-align: justify;">Tout est rare dans <strong>The Legend of Zelda : Breath of the Wild</strong>, et il vous est probablement arriv&eacute; d'&ecirc;tre en manque de fl&egrave;che au pire moment possible. Heureusement, il existe une astuce simple pour faire le plein de fl&egrave;ches, une bonne fois pour toute, afin de ne plus se retrouver dans la panade. Il n'y a aucun pr&eacute;requis &agrave; avoir, puisque nous allons juste abuser d'un d&eacute;faut dans l'intelligence artificielle des ennemis.</p>\r\n<div id="switch_placeholder_16bd153f5b96ff72d75033157f61d5d9" class="switch_placeholder">&nbsp;</div>\r\n<p style="text-align: justify;">Pour commencez, vous aller devoir trouver un endroit plein de <strong>Bokoblins</strong>, mont&eacute;s sur des chevaux et munis d'arcs. Il en existe un tr&egrave;s facile d'acc&egrave;s dans les Collines de Tabanta, comme vous pouvez le voir sur la map suivante.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Fleches_Tabanta.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Faites-vous remarquer par les ennemis (ils ont un point d'exclamation de la t&ecirc;te quand ils vous rep&egrave;rent) et quand ils commencent &agrave; vous attaquer, placez la cam&eacute;ra au dessus de vous et ne bougez plus. Les Bokoblins vont alors vous tourner autour et tentez de vous tirer des fl&egrave;ches, mais <strong>ils rateront toujours leur cible</strong>. Les fl&egrave;ches vont alors s'accumuler &agrave; vos pieds et vous n'aurez qu'&agrave; tourner sur vous m&ecirc;me et appuyer sur A pour les ramasser.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Zelda_Fleches_Screens.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Vous pourrez tr&egrave;s facilement accumuler plusieurs centaines de fl&egrave;ches en l'espace de quelques minutes. De quoi &ecirc;tre tranquille pour un bon bout de temps.</p>',1,1), + (3533,9749,1,22175,'','<p>Contains: Majora's Mask</p>\r\n<p>In Ground: Yes</p>',1,1), + (3534,9757,1,22585,'','<p>Contains Korok seed and rusty broadsward</p>',1,1), + (3535,9758,1,22600,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/b/b2/Korok129.png/200px-Korok129.png" width="170" height="120" />',1,1), + (3536,9759,1,22524,'','<p>Hestu Final Location</p>',1,1), + (3537,9761,1,22780,'','<p>jhmn</p>',1,1), + (3538,9790,1,1550,'','<p>fast</p>',1,1), + (3539,9790,1,1550,'','<p>rest</p>',1,1), + (3540,9791,1,1550,'','<p>1212</p>',1,1), + (3541,9793,1,23704,'','<p>Three Hylian Shrooms, accesable as soon as you start the game.</p>',1,1), + (3542,9799,1,23704,'','<p>Wall hides a chest with a Traveler's Bow with increased durability.</p>',1,1), + (3543,9823,1,25083,'','<p>Silver Bokoblin Present.</p>',1,1), + (3544,9830,1,25546,'','<p><a title="Rupias" href="https://www.youtube.com/watch?v=kE61uBIa6TA">https://www.youtube.com/watch?v=kE61uBIa6TA</a></p>',1,1), + (3545,9852,1,27279,'','<p>???</p>',1,1), + (3546,9858,1,22592,'','<p>Rewards - Ice Arrow x5</p>',1,1), + (3547,9860,1,22592,'','<p>Rewards - Silver Rupee</p>',1,1), + (3548,9889,1,29204,'','<p>NPC: Walton</p>\r\n<p>Requires: Items</p>\r\n<p>Reward: Diamond</p>',1,1), + (3549,9890,1,29204,'','<p>NPC: Jana</p>\r\n<p>Requires: Give&nbsp;insects</p>\r\n<p>Reward: 100 Rupees</p>',1,1), + (3550,9891,1,30043,'','<p>Thyphlo Ruins</p>',1,1), + (3551,9892,1,29101,'','<p>Antikes Zaumzeug&nbsp;unter Kirschbaum im Laub.</p>',1,1), + (3552,9897,1,30319,'','<p>DLC Item</p>',1,1), + (3553,9898,1,30319,'','<p>Found in stone monument,</p>',1,1), + (3554,9900,1,30529,'','<p><strong><em>try</em></strong></p>',1,1), + (3555,9915,1,30976,'','<p>follow the flower trail</p>',1,1), + (3556,9945,1,32758,'','<p>pick up the stone</p>',1,1), + (3557,9950,1,32941,'','<p>Phantom armor</p>\r\n<p>&nbsp;</p>',1,1), + (3558,9957,1,30338,'','<p>???</p>',1,1), + (3559,9977,1,34138,'','<p><strong>1</strong></p>',1,1), + (3560,9990,1,34279,'','<p>Soldier's Spear in chest on top of floating platform by bridge.</p>',1,1), + (3561,9995,1,34755,'','<p><strong>???</strong></p>',1,1), + (3562,9996,1,34424,'','<p>NPC: Koyin</p>\r\n<p>Requires: Clear out Bokoblin Camp in Hateno Beach</p>\r\n<p>Reward: Fresh Milk x10</p>',1,1), + (3563,9999,1,34755,'','<p>????</p>',1,1), + (3564,10003,1,34279,'','<p>Chest on floating platform in Master Mode.</p>',1,1), + (3565,10016,1,34279,'','<p>Master Moad<br />On floating platform over river.</p>',1,1), + (3566,10017,1,34279,'','<p>Master Mode<br />On top of floating platform close to ledge</p>',1,1), + (3567,10018,1,34279,'','<p>Master Mode<br />On top of floating platform just above river</p>',1,1), + (3568,10019,1,34279,'','<p>Master Mode<br />Floating platform abover river.</p>',1,1), + (3569,10020,1,34279,'','<p>Master Mode<br />Floating platform on top of the waterfall</p>',1,1), + (3570,10021,1,34279,'','<p>Master Mode<br />On floating platform just above the water.</p>',1,1), + (3571,10022,1,34279,'','<p>Master Mode<br />Floating platform all the way up, in front of the waterfall.</p>',1,1), + (3572,10028,1,35555,'','<p>[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps</p>',1,1), + (3573,10029,1,34279,'','<p>Master Mode<br />On high floating platform in front of the waterfall.</p>',1,1), + (3574,10030,1,34279,'','<p>Master Mode<br />Floating platform alongside the waterfall.</p>',1,1), + (3575,10031,1,34279,'','<p>Master Mode<br />Floating platform on the southern side of the bridge. You can snag the chest from the bridge with Magnesis if you desire.</p>',1,1), + (3576,10036,1,34279,'','<p>EX Chest<br />In Basement<br />Contains: Travel Medallion</p>',1,1), + (3577,10039,1,36179,'','<p>Divine Beast Vah Rudania is enterable after it's hit 3 times by Yunobo.</p>\r\n<p>It's dark inside untill the map is collected.</p>',1,1), + (3578,10040,1,34279,'','<p>Ice Wizzrobe</p>',1,1), + (3579,10054,1,34279,'','<p>Ravio's Hood (EX)<br />Right under the right hand.</p>',1,1), + (3580,10055,1,34279,'','<p>EX: Tingle's Shirt</p>',1,1), + (3581,10058,1,37845,'','<p>Reward: 50 Rupees</p>\r\n<p>Go to Lazli's house at night and talk to her. She will ask for you to bring her some fireflies. Return to her house while she's there and hold five Sunset Fireflies in your hands. Drop them in front of her, and the quest will be completed.</p>',1,1), + (3582,10060,1,37845,'','<p>Torfeau will ask you to defeat the Hinox at Ralis Pond.</p>',1,1), + (3583,10061,1,37845,'','<p>Make Guy a cooling elixir by combining monster parts and a Cold Darner. Cooling <em>foods</em> will not work; it must be an <em>elixir</em>.</p>',1,1), + (3584,10062,1,37845,'','<p>Reward: Sand Boots (The Eighth Heroine) &amp; Snow Boots (The Forgotten Sword)</p>\r\n<p>Speak with Bozai while dressed in the female Gerudo clothes. He will give you the Snow Boots. If you want the Sand Boots, you have to complete his quest, "The Eighth Heroine" first. You must photograph the statue of the Eighth Heroine and return to him. He gives you the Sand Boots, but takes the Snow Boots back. If you want both sets of boots, complete "The Forgotten Sword", where you must head up a mountain and photograph the Eighth Heroine's lost sword. Return to him to get the Snow Boots.</p>',1,1), + (3585,10063,1,37845,'','<p>For "The Eighth Heroine" sidequest.</p>',1,1), + (3586,10064,1,37845,'','<p>For "The Forgotten Sword" sidequest.</p>',1,1), + (3587,10067,1,37908,'','<p>Seach the cart ruins.</p>',1,1), + (3588,10069,1,38196,'','<ul>\r\n<li><a href="https://vandal.elespanol.com/guias/guia-zelda-breath-of-the-wild/santuario-de-kaoma">Santuario de Kaoma</a></li>\r\n</ul>',1,1), + (3589,10086,1,35517,'','<p>Bomb Arrows BOX</p>',1,1), + (3590,10117,1,41851,'','<p>Requires: Cooling Elixir</p>\r\n<p>Reward: Purple Rupee</p>',1,1), + (3591,10126,1,40727,'','<p style="padding-left: 40px;">beneath bombable rocks</p>',1,1), + (3592,10139,1,43245,'','<p>Rupee Farm</p>',1,1), + (3593,10148,1,42733,'','<p>NPC: Koyin</p>',1,1), + (3594,10149,1,42733,'','<p>NPC: Purah</p>\r\n<p>&nbsp;</p>',1,1), + (3595,10150,1,42733,'','<p>NPC: Symin</p>',1,1), + (3596,10151,1,42733,'','<p>NPC: Purah</p>',1,1), + (3597,10152,1,42733,'','<p>NPC: Sebasto</p>',1,1), + (3598,10155,1,39380,'','<p>A helmet much like the one Midna wore when she fought alongside the Hero of Twilight. It's a rather rare find.</p>',1,1), + (3599,10156,1,44908,'','<p>silver rupee</p>',1,1), + (3600,10157,1,44908,'','<p>chest</p>',1,1), + (3601,10193,1,46735,'','<p>?????</p>\r\n<p>&nbsp;</p>',1,1), + (3602,10200,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1), + (3603,10201,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1), + (3604,10202,1,46946,'','<p>Tinique bleue (anti-chaleur)</p>',1,1), + (3605,10203,1,46459,'','<p>DLC only.</p>',1,1), + (3606,10206,1,45945,'','<p>A Shrine Quest given by the NPC Garini. He will be standing next to a broken stone tablet, and then will request your assistance in finding the rest of the pieces along the beach and shoreline. You need to take pictures of each, and then return to him to unlock the Kah Yah Shrine.</p>',1,1), + (3607,10207,1,46811,'','<p>Divine Beast Vah Naboris</p>',1,1), + (3608,10214,1,46381,'','<p>Appears only after 23 o'clock</p>',1,1), + (3609,10219,1,47945,'','<p>Sheikah technology research lab created by Robbie after the destruction of the Royal Ancient Tech Lab during the <a title="Great Calamity" href="https://zelda.fandom.com/wiki/Great_Calamity">Great Calamity</a> where he continued his research into ancient technology. It was built from the remains of the old Akkala&nbsp;lighthouse that existed before the Great Calamity.</p>',1,1), + (3610,10226,1,47917,'','<p>Starts on the cliff to the south</p>',1,1), + (3611,10229,1,49050,'','<p>punto di riferimento su mappa monti gemelli</p>',1,1), + (3612,10232,1,48859,'','<blockquote>\r\n<p>Southern mine (Goron) Greyson and fire guard armor found here</p>\r\n</blockquote>',1,1), + (3613,10250,1,50431,'','<p>treasure</p>',1,1), + (3614,10251,1,50431,'','<p>wooden arrow x5</p>',1,1), + (3615,10252,1,50431,'','<p>knights shield</p>',1,1), + (3616,10253,1,50431,'','<p>bow</p>',1,1), + (3617,10254,1,50431,'','<p>bomb arrorx5</p>',1,1), + (3618,10255,1,50431,'','<p>arrow</p>',1,1), + (3619,10256,1,50431,'','<p>fire arr x5</p>',1,1), + (3620,10270,1,50205,'','<p>Equipped Items: Blizzard Rod</p>',1,1), + (3621,10283,1,52670,'','<p>Cracked wall housing several ore deposits on the ceiling inside.</p>',1,1), + (3622,10287,1,53330,'','<p><strong>Divine Beast Vah Naboris</strong></p>',1,1), + (3623,10297,1,51643,'','<p>&Ccedil;A MOUILLE</p>',1,1), + (3624,10321,1,55591,'','<p>asdf</p>',1,1), + (3625,10333,1,52480,'','<p>Master Mode Lynel</p>',1,1), + (3626,10335,1,56400,'','<p>Sonnenaufgang fliegt Eldra &uuml;ber das Skelett</p>',1,1), + (3627,10350,1,57361,'','<p>Route to next village.</p>',1,1), + (3628,10351,1,57361,'','<p>Route to next village.</p>',1,1), + (3629,10352,1,57361,'','<p>Route to next village.</p>',1,1), + (3630,10353,1,57361,'','<p>Route to next village.</p>',1,1), + (3631,10354,1,57361,'','<p>Route to next village.</p>',1,1), + (3632,10355,1,57361,'','<p>Route to next village.</p>',1,1), + (3633,10356,1,57361,'','<p>Route to next village.</p>',1,1), + (3634,10357,1,57361,'','<p>Frozen, will wake up when nearing</p>',1,1), + (3635,10360,1,45711,'','<p>The Four Winds<br />(DLC)</p>',1,1), + (3636,10361,1,45711,'','<p>Stop to Start</p>\r\n<p>(DLC)</p>',1,1), + (3637,10362,1,45711,'','<p>Path to Light</p>\r\n<p>(DLC)</p>',1,1), + (3638,10363,1,45711,'','<p>Master the Orb</p>',1,1), + (3639,10364,1,45711,'','<p>Aim for Stilness</p>',1,1), + (3640,10381,1,57925,'','<p>Wild Horse Location</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'), height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1), + (3641,10384,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'), height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1), + (3642,10385,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'), height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1), + (3643,10386,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'), height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1), + (3644,10387,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'), height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1), + (3645,10388,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'), height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1), + (3646,10398,1,55864,'','<p>This seed is missing from the map</p>',1,1), + (3647,10400,1,58919,'','<p>Platform</p>',1,1), + (3648,10403,1,59420,'','<p>This mission became available afther completing the Wild trial.</p>\r\n<p>I had the master sword in my possesion by the time I came back.</p>\r\n<p>Maybe just completing the wild trial and waiting a couple of days is enough to makeJiogi appear.</p>',1,1), + (3649,10409,1,48504,'','<p>Equiped with: Blizzard Rod</p>',1,1), + (3650,10412,1,60169,'','<p>asd</p>',1,1), + (3651,10423,1,60912,'','<p><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">look along the Northwest walls of the ground floor and use </span><a class="new" style="box-sizing: border-box; color: #3888c9; font-family: &amp;quot; ars-maquette-web&amp;quot;,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="Magnesis (page does not exist)" href="https://www.ign.com/wikis/the-legend-of-zelda-hd/Magnesis">Magnesis</a><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"> on the buried chest. </span></p>',1,1), + (3652,10428,1,60291,'','<p>???</p>',1,1), + (3653,10438,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'), height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1), + (3654,10453,1,61555,'','<p>Hidden in cairn at top of Mount Hyrule.</p>',1,1), + (3655,10454,1,61555,'','<p>In hidden chest of Shrine.</p>',1,1), + (3656,10460,1,61589,'','<p>NPC: Jiahto</p>',1,1), + (3657,10461,1,61589,'','<p>NPC: Izra</p>',1,1), + (3658,10469,1,63606,'','<p>aaaaa</p>',1,1), + (3659,10470,1,63606,'','<p>a</p>',1,1), + (3660,10482,1,63841,'','<p>test</p>',1,1), + (3661,10484,1,64446,'','<p>Head to the Hateno Beach and clear out the enemy camp there.</p>',1,1), + (3662,10495,1,60468,'','<p>Speak to Walton at the top of the Great Deku tree and solve five different riddles</p>',1,1), + (3663,10516,1,66421,'','<p>aa</p>',1,1), + (3664,10530,1,67259,'','<p>destroy with remote bomb or bomb arrow</p>',1,1), + (3665,10541,1,68351,'','<p>mi no encontrar</p>',1,1), + (3807,10546,2,1,'Piece of Heart','<p>Win a Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3808,10548,2,1,'Piece of Heart','<p>Win a second Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy-game-two-placement.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game_2" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3809,10549,2,1,'Piece of Heart','<p>Purchase the Piece of Heart for 200 Rupees in the Mabe Village shoip.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-village-shop.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Village_Shop" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3810,10550,2,1,'Piece of Heart','<p>Catch a red fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fishing1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Beginners_Luck" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3811,10551,2,1,'Piece of Heart','<p>Catch a green fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-green-fish.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Youre_a_Pro_Now" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3812,10552,2,1,'Piece of Heart','<p>Jump into the Mabe Village well near the library.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-pieceofheart-well2.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Bottom_of_the_well" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3813,10553,2,1,'Piece of Heart','<p>Walk behind houses in Animal Village. You can reach the path from the Yarna Desert entrance.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-animal-village-alley-heart.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Animal_Village_Alley" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3814,10554,2,1,'Piece of Heart','<p>Enter the cave behind the houses in Animal Village. Use Bombs and the Hookshot to reach the Piece of Heart.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-hookshot-animal-crossing-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Village_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3815,10555,2,1,'Piece of Heart','<p>Complete the Rapids Race in less than 40 seconds.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-river-race-hookshot-posts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Race" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3816,10556,2,1,'Piece of Heart','<p>Stop the raft in the west-most island during the Rapids Race.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-raft-raid-.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Raid" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3817,10557,2,1,'Piece of Heart','<p>Dive underwater in the empty flooded cave east of Angler's Tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-flooded-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Flooded_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3818,10558,2,1,'Piece of Heart','<p>Dive underwater in the Kanalet Castle moat.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-kanalet.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Moat" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3819,10559,2,1,'Piece of Heart','<p>Visit the Seashell Mansion when you have at least five Secret Seashells.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-seashell-five.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Five_Secret_Seashells" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3820,10560,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Mad Batter's alter in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-mad-batter-dive.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Mad_Batters_Final_Punishment" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3821,10561,2,1,'Piece of Heart','<p>Dive underwater in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-diving.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Bay" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3822,10562,2,1,'Piece of Heart','<p>Jump to the northeast corner of Pothole Field.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-pothole-field.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#More_Than_Holes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3823,10563,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Animal Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-animal-village-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tunnel_Diving" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3824,10564,2,1,'Piece of Heart','<p>Solve the block puzzle in the Mysterious Forest tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Toadstool_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3825,10565,2,1,'Piece of Heart','<p>Use the Hookshot to cross the large pits in the Mysterious Forest cave.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-use-the-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hookshot_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3826,10566,2,1,'Piece of Heart','<p>Jump to the northeast corner of Tabahl Wasteland.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tabahl-wasteland.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Treasure_Among_the_Wastes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3827,10567,2,1,'Piece of Heart','<p>Jump across the pits in Koholint Prairie.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-edge.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Crossroads_at_the_Forests_Edge" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3828,10568,2,1,'Piece of Heart','<p>Find the stairs that lead outside in Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-turtle-rock-outside.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Dungeon_Intermission" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3829,10569,2,1,'Piece of Heart','<p>Walk along the edge of the mountain on your way to Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-narrow-path.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tal_Tal_Cliffside" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3830,10570,2,1,'Piece of Heart','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fill-up-your-hearts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fill_Up_Your_Hearts" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3831,10571,2,1,'Piece of Heart','<p>Complete the Passageway Centra Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-passageway-central.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Passageway_Central" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3832,10572,2,1,'Piece of Heart','<p>Find the secret path in the cave that leads to the western side of the Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-bomb.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hidden_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3833,10573,2,1,'Piece of Heart','<p>Jump across the pits in the cave beneath the Cemetery.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-large-jump.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Ghosts_Treasure" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3834,10574,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in the cave beneath the quicksand in Yarna Desert.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-desert-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Desert_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3835,10575,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave just east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-cave-puzzle-solution.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Cave_Among_the_Grass" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3836,10576,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave leading into Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-tal-tal-cave-block-puzzle.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Along_the_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3837,10577,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in a cave east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-cracked-wall.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Secret_in_the_Sealed_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3838,10578,2,1,'Piece of Heart','<p>Use the Hookshot to reach the Piece of Heart in the tunnel that leads to the Rapids Rafting minigame.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-rapids-cave-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Rapids_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3839,10579,2,1,'Heart Container','<p>Complete the Ticking Clock Chamber Dungeon challenge to earn an full Heart Container. That's 4 Pieces of Heart!</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-ticking-clock-886x498.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Ticking_Clock" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1), + (3840,10580,2,1,'Yoshi Doll','<p>Win the Yoshi Doll at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-yoshi-doll.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Yoshi_Doll_Pros_arent_allowed" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3841,10581,2,1,'Ribbon','<p>Give the Yoshi Doll to Mamasha.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-ribbon.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Ribbon_A_mothers_plight" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3842,10582,2,1,'Dog Food','<p>Give the Ribbon to CiaoCiao, the Chain Chomp.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-dog-food.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Dog_Food_The_envious_dog" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3843,10583,2,1,'Bananas','<p>Give the Dog Food to Sale, the alligator.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-sales-house-o-bananas.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Bananas_The_collector_of_cans" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3844,10584,2,1,'Stick','<p>Give the Bananas to Kiki, the monkey.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Stick_A_helpful_monkey" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3845,10585,2,1,'Honeycomb','<p>Give the Stick to Tarin.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-tarin-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Honeycomb_Tarins_gambit" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3846,10586,2,1,'Pineapple','<p>Give the Honeycomb to Chef Bear.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-pineapple.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Pineapple_The_bear_necessities" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3847,10587,2,1,'Hibiscus','<p>Give the Pineapple to Papahl.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-papahl.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Hibiscus_He_told_you_hed_get_lost" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3848,10588,2,1,'Letter','<p>Give the Hibiscus to Christine.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-christines-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Letter_A_thoughtful_gift" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3849,10589,2,1,'Broom','<p>Give the Letter to Mr. Write.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-writes-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Broom_He_just_got_a_letter" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3850,10590,2,1,'Fishing Hook','<p>Give the Broom to Grandma Yahoo.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-fishing-hook.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Fishing_Hook_Yahoo_Shes_fine_and_you" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3851,10591,2,1,'Necklace','<p>Give the Fishing Hook to the Fisherman under the bridge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-marthas-bay-bridge.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Necklace_Lucky_catch" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3852,10592,2,1,'Scale','<p>Give the Necklace to the Mermaid.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Scale_Only_take_one" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3853,10593,2,1,'Magnifying Lens','<p>Place the Scale in the Mermaid Statue.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-missing-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Magnifying_Lens_Completing_a_masterpiece" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1), + (3854,10594,2,1,'Raft Rapids','<p>Pay 100 Rupees to ride the Rapids.</p></p>',1,1), + (3855,10595,2,1,'Trendy Game','<p>Pay 10 Rupees to play a claw machine game.</p></p>',1,1), + (3856,10596,2,1,'Fishing','<p>Pay 10 Rupees for a chance to catch a fish.</p></p>',1,1), + (3857,10597,2,1,'Bottle','<p>Catch the Bottle at the bottom of the Fishing Hole.</p></p>',1,1), + (3858,10598,2,1,'Bottle','<p>Complete the first 12 Chamber Dungeon challenges.</p></p>',1,1), + (3859,10599,2,1,'Bottle','<p>The Ghost will give you a Bottle after you take it to visit its house and then return it to its grave.</p></p>',1,1), + (3860,10600,2,1,'Cracked Wall','<p>Item Trader</p></p>',1,1), + (3861,10601,2,1,'Cracked Wall','<p>Cave</p></p>',1,1), + (3862,10602,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1), + (3863,10603,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1), + (3864,10604,2,1,'Cracked Wall','<p>Cave</p></p>',1,1), + (3865,10605,2,1,'Cracked Wall','<p>Path to Turtle Rock</p></p>',1,1), + (3866,10606,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1), + (3867,10607,2,1,'Lanmolas','<p>Use the Sword to defeat Lanmolas and receive the Angler's Key.</p></p>',1,1), + (3868,10608,2,1,'Armos Knight','<p>Use the Bow to defeat Armos Knight.</p></p>',1,1), + (3869,10609,2,1,'Turtle Rock','<p>Use Bombs to break Turtle Rock's hard shell and then finish it with the Sword.</p></p>',1,1), + (3870,10610,2,1,'Tail Cave','<p>Level 1</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/tail-cave/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3871,10611,2,1,'Bottle Grotto','<p>Level 2</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-4-bottle-grotto/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3872,10612,2,1,'Key Cavery','<p>Level 3</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-6-key-cavern/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3873,10613,2,1,'Kanalet Castle','<p>Mini Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-5-kanalet-castle/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3874,10614,2,1,'Angler's Tunnel','<p>Level 4</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-8-anglers-tunnel/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3875,10615,2,1,'Catfish's Maw','<p>Level 5</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-10-catfishs-maw/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3876,10616,2,1,'North Face Shrine','<p>Level 6</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-12-north-face-shrine/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3877,10617,2,1,'Eagle's Tower','<p>Level 7</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-14-eagles-tower/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3878,10618,2,1,'Turtle Rock','<p>Level 8</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-16-turtle-rock/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3879,10619,2,1,'Color Dungeon','<p>Optional Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/color-dungeon/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3880,10620,2,1,'Chamber Dungeon','<p>Dungeon Builder</p></p>',1,1), + (3881,10621,2,1,'Wind Fish's Egg','<p>Final Boss and Game Ending</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-17-wind-fishs-egg/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1), + (3882,10622,2,1,'Papahl, Mamasha, and the Quadruplet's Hou','<p></p></p>',1,1), + (3883,10623,2,1,'Marin and Tarin's House','<p></p></p>',1,1), + (3884,10624,2,1,'Madam MeowMeow's House','<p></p></p>',1,1), + (3885,10625,2,1,'Grandpa Ulrira and Grandma Yahoo's House','<p></p></p>',1,1), + (3886,10626,2,1,'Sales House O' Bananas','<p></p></p>',1,1), + (3887,10627,2,1,'Richard's Villa','<p></p></p>',1,1), + (3888,10628,2,1,'Ghost's House','<p></p></p>',1,1), + (3889,10629,2,1,'Chef Bear's House','<p></p></p>',1,1), + (3890,10630,2,1,'Christine's House','<p></p></p>',1,1), + (3891,10631,2,1,'Mr. Write's House','<p></p></p>',1,1), + (3892,10632,2,1,'Hen House','<p></p></p>',1,1), + (3893,10633,2,1,'Witch's Hut','<p>Bring the Toadstool to the Witch to receive Magic Powder.</p></p>',1,1), + (3894,10634,2,1,'Mabe Village Shop','<p>Purchase many items including the Shovel, Bombs, and Bow.</p></p>',1,1), + (3895,10635,2,1,'Crazy Tracy's Health Spa','<p>Purchase the Secret Medicine, which automatically heals you if you die.</p></p>',1,1), + (3896,10645,2,1,'Secret Seashells','<p>Dig on the west side of Marin's favorite spot on the beach.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3897,10646,2,1,'Secret Seashells','<p>Lift the pots in the Ghost's house in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3898,10647,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into a tree in Toronbo Shores.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3899,10648,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree outside of Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3900,10649,2,1,'Secret Seashells','<p>Use a Bomb to enter the secret room in Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3901,10650,2,1,'Secret Seashells','<p>Dig in the dog house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3902,10651,2,1,'Secret Seashells','<p>Cut the patch of bushes in Mabe Village.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3903,10652,2,1,'Secret Seashells','<p>Win a Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3904,10653,2,1,'Secret Seashells','<p>Win another Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3905,10654,2,1,'Secret Seashells','<p>Catch a Cheep Cheep at the Fishing Hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3906,10655,2,1,'Secret Seashells','<p>Catch a Blooper at the Fishing Hole. It might not be your first one!</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3907,10656,2,1,'Secret Seashells','<p>Dig a hole in the circle of flowers in the Mysterious Forest.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3908,10657,2,1,'Secret Seashells','<p>Dig a hole near the north exit of the Mysterious Forest, south of Mr. Write's house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3909,10658,2,1,'Secret Seashells','<p>Dig a hole beneath a lone bush.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3910,10659,2,1,'Secret Seashells','<p>Open the treasure chest in the tunnel beneath Richard's Villa.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3911,10660,2,1,'Secret Seashells','<p>Under the lone bush east of the telephone booth in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3912,10661,2,1,'Secret Seashells','<p>Under the lone bush on the small island south of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3913,10662,2,1,'Secret Seashells','<p>Dig a hole near the Owl Statue northwest of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3914,10663,2,1,'Secret Seashells','<p>Dig a hole in the center of the grass.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3915,10664,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree near the Signpost Maze.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3916,10665,2,1,'Secret Seashells','<p>Under the bush in the islands near Key Cavern.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3917,10666,2,1,'Secret Seashells','<p>Use the Hookshot to reach the stairs to the west of the Kanalet Castle gate.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3918,10667,2,1,'Secret Seashells','<p>Dive underwater in near the waterfall in the Kanalet Castle moat.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3919,10668,2,1,'Secret Seashells','<p>Under a rock in the southeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3920,10669,2,1,'Secret Seashells','<p>Stand near the shore at the entrance of Yarna Desert and play the Ballad of the Wind Fish. The Walrus will appear and give you a Secret Seashell.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3921,10670,2,1,'Secret Seashells','<p>Speak to the hidden Zora in Animal Village after you have the Magnifying Lens.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3922,10671,2,1,'Secret Seashells','<p>Speak to Christine after you deliver the Letter to Mr. Write.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3923,10672,2,1,'Secret Seashells','<p>Find the stairs that lead outside in the North Face Shrine.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3924,10673,2,1,'Secret Seashells','<p>Throw a bomb into the hole near the Angler's Key keyhole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3925,10674,2,1,'Secret Seashells','<p>Finish the Rapids Race in less than 35 seconds.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3926,10675,2,1,'Secret Seashells','<p>Open the chest in the Mysterious Forest that is blocked by a stone.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3927,10676,2,1,'Secret Seashells','<p>Dig a hole under the lone bush north of the telephone booth.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3928,10677,2,1,'Secret Seashells','<p>Dig a hole near the east side of the Tabahl Wasteland.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3929,10678,2,1,'Secret Seashells','<p>Dig a hole beneat the spot where the large skull boulder is before you destroy it.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3930,10679,2,1,'Secret Seashells','<p>Unde a rock north of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3931,10680,2,1,'Secret Seashells','<p>Under a bush east of the Seashell Mansion.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3932,10681,2,1,'Secret Seashells','<p>Dig a hole near the Owl statue east of Catfish's Maw.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3933,10682,2,1,'Secret Seashells','<p>Dig a hole near the cacti in the northeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3934,10683,2,1,'Secret Seashells','<p>Under a rock near the sign north of the Moblin's Hideout.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3935,10684,2,1,'Secret Seashells','<p>Stop the raft on the smallest island in the rapids. Then, dig a hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3936,10685,2,1,'Secret Seashells','<p>Find the stairs beneath the Armos in the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3937,10686,2,1,'Secret Seashells','<p>Under the a lone rock north of the entrance to the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3938,10687,2,1,'Secret Seashells','<p>Dive underwater near the ladder that leads to the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3939,10688,2,1,'Secret Seashells','<p>Under a rock across the bridges to the east of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3940,10689,2,1,'Secret Seashells','<p>Throw a Bomb in the hole southwest of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3941,10690,2,1,'Secret Seashells','<p>Open the treasure chest in east Tal Tal Mountain Range. Use a Bomb to find a secret path.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3942,10691,2,1,'Secret Seashells','<p>Fall in a hole on the far west side of the room where you fight Hinox in Eagle's Tower.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3943,10692,2,1,'Secret Seashells','<p>Under a lone rock in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3944,10693,2,1,'Secret Seashells','<p>Dig a hole in the center of the rock pattern in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3945,10694,2,1,'Secret Seashells','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1), + (3946,10695,2,1,'Fairy Fountain','<p>In plain sight.</p></p>',1,1), + (3947,10696,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1), + (3948,10697,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1), + (3949,11015,1,70248,'','<p>Facade is a easy boss, just use the shield in his first phase, then use bombs. (Watchout for holes as they take you or your bombs.)</p>',1,1), + (3950,11016,1,70248,'','<p>This Nightmare Key allows you to get to boss #6, Facade</p>',1,1), + (3951,11039,1,72231,'','<p>xxxxxxx</p>',1,1), + (3952,11053,1,72615,'','<p>Big or Small</p>',1,1), + (3953,11062,1,72985,'','<p>After hearing Jiahto's request, search for the stone monuments in the area surrounding Zora's Domain. Not counting thr monument in Zora's Domain there are 10 to find in total.</p>',1,1), + (3954,11063,1,73086,'','<p>Serpent Jaws</p>',1,1), + (3955,11094,1,74072,'','<p>Search vertical rock surrounded by 4 small rocks (next to where old man is standing)</p>',1,1), + (3956,11096,1,74072,'','<p>Above skull encampment</p>',1,1), + (3957,11107,1,74072,'','<p>Not active, need to start campfire with flint or fire arrow</p>',1,1), + (3958,11121,1,73176,'','<p>asd</p>',1,1), + (3959,11129,1,74072,'','<p>This marker already exists but could use some more info. To get this, you must feed the dog behind the coral 4 pieces of food (apples work and are located next to the fire). The dog will then lead you to the treasure. It will NOT show up unless you feed the dog</p>',1,1), + (3960,11131,1,75055,'','<p>Enemies:</p>\r\n<ul>\r\n<li>&nbsp;Sentry (outside)</li>\r\n<li>Guardian Scout I (inside)</li>\r\n<li>Cursed Bokoblins/Moblins/Lizalfos (inside)</li>\r\n<li>Fireblight Ganon (inside, boss)</li>\r\n</ul>',1,1), + (3961,11133,1,75084,'','<p>Questgiver Rozel can alternatively be found at the dock.</p>',1,1), + (3962,11134,1,75272,'','<p>This is the Devine Beast Vah Medoh from the Champion Revali</p>',1,1), + (3963,11150,1,73669,'','<p>Reward: Luminous Stone</p>',1,1), + (3964,11170,1,67975,'','<p>To start the quest, head into Foothill Stable in the Eldin region.</p>\r\n<p>Inside, you will find Mayro inspecting a painting on the wall.</p>\r\n<img src="https://oyster.ignimgs.com/mediawiki/apis.ign.com/the-legend-of-zelda-hd/b/b3/LandscapeStable1.png" alt="Mayro and Link, near the spoken painting." width="1593" height="891" />\r\n<p>after interacting with him,&nbsp; the quest will start.</p>\r\n<p>he will tell you the painting was made by the Stable owner, Ozunda, who paints as a hobby.</p>\r\n<p>In addition, he mentions that the sable was painted from a southern direction.</p>\r\n<p>going south from the Stable, you will find the view in the painting, and reveal the location of the shrine [Tah Muhl Shrine].</p>\r\n<img src="https://gamefaqs1.cbsistatic.com/faqs/27/75427-5.png" alt="the location of Tah Muhl Shrine" width="750" height="422" />',1,1), + (3965,11171,1,67975,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/5/5f/Korok862.png/200px-Korok862.png" alt="" width="200" height="159" />\r\n<p>Lift up the rock to reveal the Korok.</p>',1,1), + (3966,11200,1,79082,'','<p>luna carmeci</p>\r\n<p>&nbsp;</p>',1,1), + (3967,11309,1,81232,'','<p>Requires Power Bracelet</p>',1,1), + (3968,11311,1,81232,'','<p>Clear all enemies in room.</p>',1,1), + (3969,11324,1,36179,'','<p>Only obtainable with the DLC wave 2 (Champions' Ballad)</p>',1,1), + (3970,11325,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1), + (3971,11326,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1), + (3972,11327,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1), + (3973,11328,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1), + (3974,11329,1,36179,'','<p>The Four Winds</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1), + (3975,11330,1,36179,'','<p>Aim for Stillness</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1), + (3976,11331,1,36179,'','<p>Master the Orb</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1), + (3977,11337,1,80073,'','<p>Contains: Royal Bow "43" - Attack Up +5</p>\r\n<p>Location: Chest in Water</p>\r\n<p>Description: In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.</p>',1,1), + (3978,11338,1,14388,'','<p>Campfire at the south end of the ledge; sit until morning; walk towards the north ledge &amp; prep. Dinraal will come around the north corner at 6 AM if not glitched. (If he doesn't show by 7 AM, close and reopen the game, then wait til morning, and it should be fixed.)</p>',1,1), + (3979,11340,1,79786,'','<p>Paraglide to the rock south from the center pillar. The chest is to the east underwater</p>',1,1), + (3980,11345,1,14388,'','<p>Buried in ground? Yes</p>',1,1), + (3981,11349,1,82690,'','<p>On top of the wall in front of the Bomb trial</p>',1,1), + (3982,11350,1,82690,'','<p>Somewhere in the vicinity of the temple of time in a chest, found near some bokogoblins.</p>',1,1), + (3983,11351,1,82690,'','<p>Can get by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.), Or by climbing up to the top of Mt. Hylia.&nbsp;</p>',1,1), + (3984,11352,1,82690,'','<p>Climb up to the top of Mt. Hylia and talking to the old man to get the Warm Doublet, or also get this by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.)</p>',1,1), + (3985,11372,1,82864,'','<p>Requires: Five fireflies</p>\r\n<p>Talk to Lasli in her house at night to unlock this quest.</p>\r\n<p>Reward: 50 rupees</p>',1,1), + (3986,11373,1,82864,'','<p>After completing all other side-quests in the village, return here for a shrine quest.</p>\r\n<p>Reward: Lakna Rokee Shrine</p>',1,1), + (3987,11406,1,79196,'','<p>NPC: Walton</p>\r\n<p>Requires: Deliver the correct items from across Hyrule</p>\r\n<p>Reward: Diamond</p>',1,1), + (3988,11412,1,84349,'','<p>missing some dlc shrine i guess?</p>',1,1), + (3989,11413,1,84349,'','<p>missing shrine</p>',1,1), + (3990,11414,1,84349,'','<p>missing</p>',1,1), + (3991,11415,1,84349,'','<p>missing</p>',1,1), + (3992,11416,1,84349,'','<p>missing dlc shrine</p>',1,1), + (3993,11444,1,85878,'','<p>Inside the Water, hard current.</p>',1,1), + (3994,11451,1,85883,'','<p>Collection of ore inside.</p>',1,1), + (3995,11492,1,87273,'','<p>The Temple once home to the<strong> Master Sword.</strong></p>',1,1), + (3996,11516,1,87473,'','<p>Location once completed</p>',1,1), + (3997,11518,1,73379,'','<p>Reward: Ice arrows x5</p>',1,1), + (3998,11527,1,80263,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1), + (3999,11550,1,89658,'','<p>guygg</p>',1,1), + (4000,11560,1,90222,'','<p>hujkl</p>',1,1), + (4001,11562,1,89757,'','<p>h</p>',1,1), + (4002,11571,1,87973,'','<p>Des&ccedil;a pela passagem de ar em frente a Shrines</p>',1,1), + (4003,11586,1,91548,'','<p>Contains: Amber</p>',1,1), + (4004,11640,1,86120,'','<p>Only in Master Mode, on the Floating Platform next to the bridge.</p>',1,1), + (4005,11653,1,74072,'','<p>Destroy all of the electric ChuChus and move the iron crate. Behind it is the treasure chest</p>',1,1), + (4006,11658,1,74072,'','<p>Carries a blizzard rod</p>',1,1), + (4007,11659,1,93360,'','<p>in the sanctum</p>',1,1), + (4008,11662,1,94805,'','<h1>IMPORTANT</h1>',1,1), + (4009,11676,1,91119,'','<p>Inside the stone shrine, behind the statues, examine to get seed.</p>',1,1), + (4010,11693,1,95754,'','<p>That Lynel exists only in MASTER MODE.</p>',1,1), + (4011,11696,1,95982,'','<p><a title="ww" href="?game=BotW&amp;marker=2888&amp;zoom=5">https://zeldamaps.com/?game=BotW&amp;marker=2888&amp;zoom=5</a></p>',1,1), + (4012,11719,1,96999,'','<p>core</p>',1,1), + (4013,11723,1,95775,'','<p><strong>Requirements:</strong> Complete the four additional Shrines on the Great Plateau</p>',1,1), + (4014,11737,1,75055,'','<p>There are multiple enemies spread across the ruins.</p>',1,1), + (4015,11757,1,89772,'','<p><em>its cool</em></p>\r\n<p>&nbsp;</p>',1,1), + (4016,11760,1,99093,'','<p>Speak to&nbsp;Kass&nbsp;on the tallest rock pillar in&nbsp;Kitano Bay. Answer "Yes, please" when he asks if you want to hear the ancient song of the rock pillar you're standing on.<br />He will sing a song with the Direction of the Chest.</p>',1,1), + (4017,11799,1,100668,'','<p>Light the torches by the Goddess statue.</p>',1,1), + (4018,11807,1,72792,'','<p>There isn't actually a molduga here.</p>',1,1), + (4019,11838,1,102183,'','<p>The Korok Mask shakes and makes noises when you get near a Korok's hiding spot, similar to the shrine sensor.</p>',1,1), + (4020,11844,1,102183,'','<p>Allows you to create at your own warp point where you are currently standing. In the same room as the Diamond Circlet.</p>',1,1), + (4021,11845,1,102183,'','<p>Above Ganon boss fight room.</p>',1,1), + (4022,11862,1,102183,'','<p>The flame for Robbie's furnace is found in this area.</p>',1,1), + (4023,11866,1,102183,'','<p>The location of the blue flame needed for the Anchent Tech Lab.</p>',1,1), + (4024,11867,1,102183,'','<p>Bring the glowing orb to Ritaag Zumo shrine hole to reveal the shrine.&nbsp;</p>',1,1), + (4025,11868,1,102183,'','<p>You must visit the shop here first before it starts appearing at other locations.</p>',1,1), + (4026,11870,1,102183,'','<p>Kass shrine quest. Head north to the Spring of Courage and toss a scale from Farosh in the water.</p>',1,1), + (4027,11872,1,102183,'','<p>Where Kilton shows up in Zora's Domain.</p>',1,1), + (4028,11875,1,92866,'','<p>aqui</p>',1,1), + (4029,11876,1,102183,'','<p>Bomb for Korok.</p>',1,1), + (4030,11883,1,102564,'','<p>llynel and shock arrows</p>',1,1), + (4031,11884,1,103297,'','<p>A blue rupee under a rock</p>',1,1), + (4032,11893,1,103635,'','<p>Apple trees</p>',1,1), + (4033,11900,1,84811,'','<p>FREDDO</p>',1,1), + (4034,11914,1,47775,'','<p>NPC: Symin</p>\r\n<p>Requires: Picture of Sunshroom (1st time) / 3 Sunshrooms (2nd time)</p>\r\n<p>Reward: 3 Hearty Truffles</p>',1,1), + (4035,11916,1,47775,'','<p>Contains: Royal Guard Boots</p>\r\n<p>Is in the ground: No</p>',1,1), + (4036,11920,1,47775,'','<p>NPC: Kass</p>\r\n<p>Requires: Find the metallic chest southeast of Kass</p>\r\n<p>Reward: Gold Rupee</p>',1,1), + (4037,11929,1,47775,'','<p>NPC: Purah</p>\r\n<p>Requires: 3 Ancient Screws, 3 Ancient Shafts, and 3 Ancient Cores</p>\r\n<p>Reward: Rune upgrades</p>',1,1), + (4038,11934,1,47775,'','<p>NPC: Kiana</p>\r\n<p>Requires: A Hearty Blue Snail and Goat Butter</p>\r\n<p>Reward: 50 Rupees and Seafood Paella</p>',1,1), + (4039,11974,1,108591,'','<p>87tgiy</p>',1,1), + (4040,11998,1,109508,'','<p>x10 Arrows</p>',1,1), + (4041,12008,1,108275,'','<p>Reward: Silverscale Spear</p>',1,1), + (4042,12037,1,111560,'','<p>Statue with purple eyes surrounded by a bunch of regular statues.</p>',1,1), + (4043,12046,1,111805,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1), + (4044,12055,1,111894,'','<p>Find the four companions of the quest giver</p>',1,1), + (4045,12057,1,110653,'','<p>The Divine Beast of the Desert.</p>',1,1), + (4046,12058,1,110653,'','<p>The Divine Beast of Death Mountain.</p>',1,1), + (4047,12059,1,110653,'','<p>The Divine Beast of Rito Village.</p>',1,1), + (4048,12063,1,110653,'','<p>Kaina lives in a family of fishermen in Lurulin Village. She wants to cook her family's favorite meal, seafood paella, but she's too busy with her daily errands and looking after her children to gather all the necessary ingredients.</p>\r\n<p>Be a sport and help her out by gathering the ingredients for her. She needs Goat Butter and a Hearth Blueshell Snail to prepare the dish.</p>',1,1), + (4049,12064,1,110653,'','<p>Lurelin Village is a fishing village, but the residents have been distressed lately. The fisherman Sebasto in particular is in a bind because a group of monsters have built an encampment right on Aris Beach-the best fishing spot for miles around.<br /><br />Defeat the monsters on the beach so the village can resume its regular fishing.</p>',1,1), + (4050,12065,1,110653,'','<p>The retired fisherman Rozel lives a quiet life, spending each day simply staring at the sea.<br /><br />He shared a legend of a sunken treasure:<br /><br />"The treasure sleeps in the center of the golden triangle."<br /><br />You should check it out.</p>',1,1), + (4051,12066,1,106058,'','<p>Test</p>',1,1), + (4052,12068,1,50607,'','<p>Fairy Fountain behind cracked wall</p>',1,1), + (4053,12082,1,113397,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1), + (4054,12111,1,114693,'','<p>pleins de fruits (private marker)</p>',1,1), + (4055,12154,1,118430,'','<p>lol</p>',1,1), + (4056,12240,1,124806,'','<p>Vah Ruta</p>',1,1), + (4057,12241,1,124806,'','<p>Vah Medoh</p>',1,1), + (4058,12242,1,124806,'','<p>Vah Medoh</p>',1,1), + (4059,12243,1,124806,'','<p>Vah Naboris</p>',1,1), + (4060,12262,1,122869,'','<p>A skull with a tower and a few Bokoblins</p>',1,1), + (4061,12269,1,115116,'','<p>Remember to explore here.</p>',1,1), + (4062,12310,1,126743,'','<p>Divine Beast Vah Medoh</p>',1,1), + (4063,12315,1,127910,'','<img src="bureau\0012.gif" alt="" />',1,1), + (4064,12318,1,128287,'','<p>Found facing North East on the Hylia Bridge at night. Expansion Pack only.</p>',1,1), + (4065,12358,1,130243,'','<p>sfd</p>',1,1), + (4066,12426,1,132980,'','<p>OBAB</p>',1,1), + (4067,12437,1,131437,'','<p>Camp of Boblokins</p>',1,1), + (4068,12440,1,134448,'','<p><strong>flechas explosivos</strong></p>',1,1), + (4069,12465,1,125221,'','<p>Rola wants you to light the four tourches around the Goddess Statue with your bow and arrow.</p>',1,1), + (4070,12467,1,135903,'','<p>Gold rupee</p>',1,1), + (4071,12472,1,135903,'','<p>300 rupees</p>',1,1), + (4072,12482,1,49116,'','<p>Ice wizzrob</p>',1,1), + (4073,12484,1,132880,'','<p>Korock is under a frozen rock that looks like an enemy. Do NOT use bombs on Koroks!!! <strong>Use fire arrows!</strong></p>',1,1), + (4074,12517,1,138800,'','<p>l</p>',1,1) +; diff --git a/dev/db/migrate_reference/20210810051452_make_table_references_weak.rb b/dev/db/migrate_reference/20210810051452_make_table_references_weak.rb new file mode 100644 index 00000000..e932d414 --- /dev/null +++ b/dev/db/migrate_reference/20210810051452_make_table_references_weak.rb @@ -0,0 +1,38 @@ +class MakeTableReferencesWeak < ActiveRecord::Migration[6.0] + def up + # require 'pry-byebug' + # binding.pry + + # change_table :map do |t| + # t.references :container, :fk_map_project1, foreign_key: { on_delete: :no_action, on_update: :no_action } + # end + # Mysql2::Error: Duplicate column name 'container_id' + # But I don't want a new column, but to update a foreign key, and not an index either. + # Seems this may have been the wrong idea?....: https://stackoverflow.com/a/45223598/1091943 + + # Found this other idea from just looking at schema.rb.... + # add_foreign_key "map", "container", name: "fk_map_project1", on_update: :no_action, on_delete: :no_action + # ArgumentError: 'no_action' is not supported for :on_update or :on_delete. + + # https://kodlogs.com/90486/the-foreign-keys-on-delete-no-action-on-update-no-action + # Seems we have the InnoDB engine as identified in the SQL export, so RESTRICT and NO ACTION should be the same. + # Maybe this Ruby/Rails gem is just limiting us, because the option is available in MySQL Workbench.. + + # https://guides.rubyonrails.org/v3.2/migrations.html#changing-tables + # The references helper does not actually create foreign key constraints for you. You will need to use execute or a plugin that adds foreign key support. + + # remove_foreign_key :map, name: :fk_map_project1 + # execute <<-SQL + # ALTER TABLE `map` + # ADD CONSTRAINT `fk_map_project1` + # FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) + # ON DELETE NO ACTION ON UPDATE NO ACTION + # ; + # SQL + # Completes but not seem to change anything when inspecting my MySQL 8 server, so ignore these changers I guess. I will update the export process to clean it out. + end + + def down + # not needed since the rest doesn't work.. + end +end diff --git a/dev/db/migrate_reference/field_display_sizes.txt b/dev/db/migrate_reference/field_display_sizes.txt new file mode 100644 index 00000000..d1bec7b3 --- /dev/null +++ b/dev/db/migrate_reference/field_display_sizes.txt @@ -0,0 +1,16 @@ +At least bring them closer to the expected types, instead of being defaults. +https://stackoverflow.com/questions/5634104/what-is-the-size-of-column-of-int11-in-mysql-in-bytes +" +It you don't provide a length for integer fields, MySQL will set a default value (tinyint 4, smallint 6, mediumint 9, int 11, bigint 20) It is worthy to note that these default lengths are enough to display any number that can be stored in this field (ex : smallint max value is 2^16 = 65536, 5 digits) Unless you have a very good reason to do otherwise, I'd recommand to leave the default sizes to avoid bad surprises. – Thibault Witzig Jan 2 '17 at 10:04 +" +So the `int(11)` and `bigint(20)` typed fields that I see are remote defaults so we don't need to work on close, I am cleaning them out of the export data only for personal comparison. +Assuming the same for `datetime(6)` as well. + +For the rest, find the appropriate type name for MySQL. + +Just tried this: +1 7 19:03:05 ALTER TABLE `map` CHANGE `default_zoom` `default_zoom` tinyint(2) 0 row(s) affected, 1 warning(s): + 1681 Integer display width is deprecated and will be removed in a future release. + Records: 0 Duplicates: 0 Warnings: 1 0.250 sec + +So possibly Maria supports this and we won't. Just format in views I'm guessing. Cleaning out all field display amounts now, possibly even in the usable source SQL too.... diff --git a/dev/db/resetPassword.sh b/dev/db/resetPassword.sh index 2b9f8662..41affbc6 100755 --- a/dev/db/resetPassword.sh +++ b/dev/db/resetPassword.sh @@ -64,9 +64,9 @@ done # cat /dev/urandom | uuencode - | tail --lines=+2 | head --bytes=100 # Gives a decent result, just not as expected from random encoding. -# "$SDIR/generateRandomCharacters.sh" # I did the math and conversions myself. +# "$SDIR/generateRandomCharacters.sh" # I did the math and conversions myself. # What. -passwordGenerationMethod="'$SDIR/../generateRandomCharacters.sh'"; +passwordGenerationMethod="'$SDIR/generateRandomCharacters.sh'"; newPassword="$(eval "$passwordGenerationMethod")"; # echo "newPassword: $newPassword"; # debug newPasswordHash="$(php -r 'echo password_hash("$argv[1]", PASSWORD_DEFAULT, ["cost" => 13]);' "$newPassword")"; diff --git a/dev/db/zeldamaps.sql b/dev/db/samples/tingle.sql similarity index 70% rename from dev/db/zeldamaps.sql rename to dev/db/samples/tingle.sql index 29609135..2e088f8a 100644 --- a/dev/db/zeldamaps.sql +++ b/dev/db/samples/tingle.sql @@ -1,13 +1,13 @@ --- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) +-- MySQL dump 10.13 Distrib 8.0.26, for Win64 (x86_64) -- --- Host: 127.0.0.1 Database: zeldamaps +-- Host: localhost Database: tingle -- ------------------------------------------------------ --- Server version 5.5.5-10.1.21-MariaDB-1~xenial +-- Server version 8.0.26 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; +/*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; @@ -16,14 +16,47 @@ /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- --- Current Database: `zeldamaps` +-- Current Database: `tingle` -- -/*!40000 DROP DATABASE IF EXISTS `zeldamaps`*/; +/*!40000 DROP DATABASE IF EXISTS `tingle`*/; -CREATE DATABASE /*!32312 IF NOT EXISTS*/ `zeldamaps` /*!40100 DEFAULT CHARACTER SET latin1 */; +CREATE DATABASE /*!32312 IF NOT EXISTS*/ `tingle` /*!40100 DEFAULT CHARACTER SET latin1 */ /*!80016 DEFAULT ENCRYPTION='N' */; -USE `zeldamaps`; +USE `tingle`; + +-- +-- Table structure for table `ar_internal_metadata` +-- + +DROP TABLE IF EXISTS `ar_internal_metadata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `ar_internal_metadata` ( + `key` varchar(255) NOT NULL, + `value` varchar(255) DEFAULT NULL, + `created_at` datetime(6) NOT NULL, + `updated_at` datetime(6) NOT NULL, + PRIMARY KEY (`key`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Table structure for table `changelog` +-- + +DROP TABLE IF EXISTS `changelog`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `changelog` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `version_major` int NOT NULL, + `version_minor` int NOT NULL, + `version_patch` int NOT NULL, + `content` text, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `container` @@ -31,14 +64,15 @@ USE `zeldamaps`; DROP TABLE IF EXISTS `container`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `container` ( - `id` int(11) NOT NULL AUTO_INCREMENT, + `id` int NOT NULL AUTO_INCREMENT, `short_name` varchar(45) NOT NULL, `name` varchar(45) NOT NULL, `marker_url` varchar(250) NOT NULL DEFAULT '/markers/' COMMENT 'Each map can have a set of different markers icons just by changing the marker url', `marker_ext` char(3) NOT NULL DEFAULT 'png', `background_color` char(7) NOT NULL DEFAULT '#DEECFD', + `icon` varchar(60) NOT NULL, `show_street_view` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Only for googlemaps (for now)', `show_map_control` tinyint(1) NOT NULL DEFAULT '1', `show_zoom_control` tinyint(1) NOT NULL DEFAULT '1', @@ -46,13 +80,21 @@ CREATE TABLE `container` ( `show_category_menu` tinyint(1) DEFAULT '1', `default_pos_x` float NOT NULL DEFAULT '128' COMMENT '0 for googlemap, 128 for leaflet', `default_pos_y` float NOT NULL DEFAULT '-128' COMMENT '0 for googlemap, -128 for leaflet', - `max_zoom` int(2) DEFAULT '6', - `cluster_max_zoom` int(2) NOT NULL DEFAULT '4' COMMENT 'Max zoom to cluster the markers. Best -2 from the max zoom allowed (if 6 is the max, cluster should be 4)', - `cluster_grid_size` int(2) NOT NULL DEFAULT '30' COMMENT 'Pixel size of grid (default 30)', - `tile_size` int(3) NOT NULL DEFAULT '256' COMMENT 'Internet default is 256', - `icon_width` int(11) NOT NULL, - `icon_height` int(11) NOT NULL, + `bound_top_pos_x` float NOT NULL DEFAULT '0', + `bound_top_pos_y` float NOT NULL DEFAULT '0', + `bound_bottom_pos_x` float NOT NULL DEFAULT '-256', + `bound_bottom_pos_y` float NOT NULL DEFAULT '256', + `max_zoom` int DEFAULT '6', + `cluster_max_zoom` int NOT NULL DEFAULT '4' COMMENT 'Max zoom to cluster the markers. Best -2 from the max zoom allowed (if 6 is the max, cluster should be 4)', + `cluster_grid_size` int NOT NULL DEFAULT '30' COMMENT 'Pixel size of grid (default 30)', + `tile_size` int NOT NULL DEFAULT '256' COMMENT 'Internet default is 256', + `icon_width` int NOT NULL, + `icon_height` int NOT NULL, + `icon_small_width` int NOT NULL DEFAULT '16', + `icon_small_height` int NOT NULL DEFAULT '16', + `switch_icons_at_zoom` int NOT NULL DEFAULT '5', `visible` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'If map can be viewed', + `default_zoom` int NOT NULL DEFAULT '3', PRIMARY KEY (`id`), UNIQUE KEY `map_id_UNIQUE` (`id`), UNIQUE KEY `short_name_UNIQUE` (`short_name`) @@ -65,20 +107,20 @@ CREATE TABLE `container` ( DROP TABLE IF EXISTS `map`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `map` ( - `id` int(11) NOT NULL, - `container_id` int(11) NOT NULL, + `id` int NOT NULL, + `container_id` int NOT NULL, `name` varchar(45) NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', - `default_zoom` tinyint(2) NOT NULL DEFAULT '1', + `default_zoom` tinyint NOT NULL DEFAULT '1', `max_zoom` tinyint(1) NOT NULL, `map_copyright` varchar(250) NOT NULL, - `map_order` tinyint(2) NOT NULL, + `map_order` tinyint NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `fk_map_project1_idx` (`container_id`), - CONSTRAINT `fk_map_project1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION + CONSTRAINT `fk_map_project1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -88,9 +130,9 @@ CREATE TABLE `map` ( DROP TABLE IF EXISTS `map_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `map_type` ( - `id` int(11) NOT NULL AUTO_INCREMENT, + `id` int NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `projection` varchar(45) NOT NULL, `google_default` tinyint(1) NOT NULL DEFAULT '0', @@ -104,9 +146,9 @@ CREATE TABLE `map_type` ( DROP TABLE IF EXISTS `mapper`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `mapper` ( - `id` int(11) NOT NULL AUTO_INCREMENT, + `id` int NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `email` varchar(45) DEFAULT NULL, `site_name` varchar(45) DEFAULT NULL, @@ -121,19 +163,19 @@ CREATE TABLE `mapper` ( DROP TABLE IF EXISTS `marker`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `marker` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `submap_id` int(11) NOT NULL, - `overlay_id` int(11) DEFAULT NULL, - `marker_status_id` int(11) NOT NULL DEFAULT '1', - `marker_category_id` int(11) NOT NULL, - `user_id` int(11) NOT NULL, + `id` int NOT NULL AUTO_INCREMENT, + `submap_id` int NOT NULL, + `overlay_id` int DEFAULT NULL, + `marker_status_id` int NOT NULL DEFAULT '1', + `marker_category_id` int NOT NULL, + `user_id` int NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `x` double NOT NULL, `y` double NOT NULL, - `jump_marker_id` int(11) NOT NULL DEFAULT '0', + `jump_marker_id` int NOT NULL DEFAULT '0', `global` tinyint(1) DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '0', `last_updated` datetime NOT NULL, @@ -142,11 +184,11 @@ CREATE TABLE `marker` ( KEY `fk_map_marker_map_marker_category1_idx` (`marker_category_id`), KEY `fk_marker_submap1_idx` (`submap_id`), KEY `fk_marker_submap2_idx` (`overlay_id`), - CONSTRAINT `fk_map_marker_map_marker_category1` FOREIGN KEY (`marker_category_id`) REFERENCES `marker_category` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_map_marker_map_marker_status1` FOREIGN KEY (`marker_status_id`) REFERENCES `marker_status` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_submap2` FOREIGN KEY (`overlay_id`) REFERENCES `submap` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION -) ENGINE=InnoDB AUTO_INCREMENT=9729 DEFAULT CHARSET=latin1; + CONSTRAINT `fk_map_marker_map_marker_category1` FOREIGN KEY (`marker_category_id`) REFERENCES `marker_category` (`id`), + CONSTRAINT `fk_map_marker_map_marker_status1` FOREIGN KEY (`marker_status_id`) REFERENCES `marker_status` (`id`), + CONSTRAINT `fk_marker_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`), + CONSTRAINT `fk_marker_submap2` FOREIGN KEY (`overlay_id`) REFERENCES `submap` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=12522 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -155,26 +197,26 @@ CREATE TABLE `marker` ( DROP TABLE IF EXISTS `marker_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `marker_category` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `parent_id` int(11) DEFAULT NULL, - `marker_category_type_id` int(11) NOT NULL, - `container_id` int(11) NOT NULL, + `id` int NOT NULL AUTO_INCREMENT, + `parent_id` int DEFAULT NULL, + `marker_category_type_id` int NOT NULL, + `container_id` int NOT NULL, `name` varchar(45) NOT NULL, `default_checked` tinyint(1) NOT NULL DEFAULT '0', `img` varchar(45) NOT NULL, `color` varchar(45) NOT NULL DEFAULT '#000000', - `visible_zoom` int(11) NOT NULL, + `visible_zoom` int NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `fk_marker_category_map_container1_idx` (`container_id`), KEY `fk_marker_category_marker_category_type1_idx` (`marker_category_type_id`), KEY `fk_marker_category_marker_category1_idx` (`parent_id`), - CONSTRAINT `fk_marker_category_map_container1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_category_marker_category1` FOREIGN KEY (`parent_id`) REFERENCES `marker_category` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_category_marker_category_type1` FOREIGN KEY (`marker_category_type_id`) REFERENCES `marker_category_type` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION -) ENGINE=InnoDB AUTO_INCREMENT=1950 DEFAULT CHARSET=latin1; + CONSTRAINT `fk_marker_category_map_container1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`), + CONSTRAINT `fk_marker_category_marker_category1` FOREIGN KEY (`parent_id`) REFERENCES `marker_category` (`id`), + CONSTRAINT `fk_marker_category_marker_category_type1` FOREIGN KEY (`marker_category_type_id`) REFERENCES `marker_category_type` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=1970 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -183,9 +225,9 @@ CREATE TABLE `marker_category` ( DROP TABLE IF EXISTS `marker_category_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `marker_category_type` ( - `id` int(11) NOT NULL AUTO_INCREMENT, + `id` int NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) @@ -198,9 +240,9 @@ CREATE TABLE `marker_category_type` ( DROP TABLE IF EXISTS `marker_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `marker_status` ( - `id` int(11) NOT NULL, + `id` int NOT NULL, `name` varchar(45) NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) @@ -213,24 +255,24 @@ CREATE TABLE `marker_status` ( DROP TABLE IF EXISTS `marker_tab`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `marker_tab` ( - `marker_tab_id` int(11) NOT NULL AUTO_INCREMENT, - `marker_id` int(11) NOT NULL, - `marker_tab_status_id` int(11) NOT NULL, - `user_id` int(11) NOT NULL, + `marker_tab_id` int NOT NULL AUTO_INCREMENT, + `marker_id` int NOT NULL, + `marker_tab_status_id` int NOT NULL, + `user_id` int NOT NULL, `tab_title` varchar(45) NOT NULL, `tab_text` text NOT NULL, - `tab_order` int(11) NOT NULL DEFAULT '-1', + `tab_order` int NOT NULL DEFAULT '-1', `visible` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`marker_tab_id`), KEY `fk_map_marker_tab_map_marker1_idx` (`marker_id`), KEY `fk_marker_tab_marker_tab_status1_idx` (`marker_tab_status_id`), KEY `fk_marker_tab_user1_idx` (`user_id`), CONSTRAINT `fk_map_marker_tab_map_marker1` FOREIGN KEY (`marker_id`) REFERENCES `marker` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_marker_tab_marker_tab_status1` FOREIGN KEY (`marker_tab_status_id`) REFERENCES `marker_tab_status` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_tab_user1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION -) ENGINE=InnoDB AUTO_INCREMENT=3530 DEFAULT CHARSET=latin1; + CONSTRAINT `fk_marker_tab_marker_tab_status1` FOREIGN KEY (`marker_tab_status_id`) REFERENCES `marker_tab_status` (`id`), + CONSTRAINT `fk_marker_tab_user1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4075 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -239,33 +281,46 @@ CREATE TABLE `marker_tab` ( DROP TABLE IF EXISTS `marker_tab_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `marker_tab_status` ( - `id` int(11) NOT NULL, + `id` int NOT NULL, `name` varchar(45) NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; +-- +-- Table structure for table `schema_migrations` +-- + +DROP TABLE IF EXISTS `schema_migrations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `schema_migrations` ( + `version` varchar(255) NOT NULL, + PRIMARY KEY (`version`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; +/*!40101 SET character_set_client = @saved_cs_client */; + -- -- Table structure for table `submap` -- DROP TABLE IF EXISTS `submap`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `submap` ( - `id` int(11) NOT NULL, - `map_id` int(11) NOT NULL, - `map_type_id` int(11) NOT NULL DEFAULT '0', - `mapper_id` int(11) DEFAULT NULL, + `id` int NOT NULL, + `map_id` int NOT NULL, + `map_type_id` int NOT NULL DEFAULT '0', + `mapper_id` int DEFAULT NULL, `name` varchar(45) NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', `tile_url` varchar(250) NOT NULL, `tile_ext` char(3) NOT NULL DEFAULT 'png', `img404` varchar(10) NOT NULL DEFAULT '404', - `submap_order` int(11) NOT NULL DEFAULT '-1', + `submap_order` int NOT NULL DEFAULT '-1', `empty_map` tinyint(1) NOT NULL, `opacity` float NOT NULL DEFAULT '1', `visible` tinyint(1) NOT NULL DEFAULT '0', @@ -273,9 +328,9 @@ CREATE TABLE `submap` ( KEY `fk_map_game_map_type1_idx` (`map_type_id`), KEY `fk_map_mapper1_idx` (`mapper_id`), KEY `fk_submap_map1_idx` (`map_id`), - CONSTRAINT `fk_map_game_map_type10` FOREIGN KEY (`map_type_id`) REFERENCES `map_type` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_map_mapper10` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_submap_map1` FOREIGN KEY (`map_id`) REFERENCES `map` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION + CONSTRAINT `fk_map_game_map_type10` FOREIGN KEY (`map_type_id`) REFERENCES `map_type` (`id`), + CONSTRAINT `fk_map_mapper10` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`), + CONSTRAINT `fk_submap_map1` FOREIGN KEY (`map_id`) REFERENCES `map` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -285,11 +340,11 @@ CREATE TABLE `submap` ( DROP TABLE IF EXISTS `submap_layer`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `submap_layer` ( - `id` int(11) NOT NULL, - `submap_id` int(11) NOT NULL, - `mapper_id` int(11) DEFAULT NULL, + `id` int NOT NULL, + `submap_id` int NOT NULL, + `mapper_id` int DEFAULT NULL, `name` varchar(45) NOT NULL, `tile_url` varchar(250) DEFAULT NULL, `tile_ext` char(3) DEFAULT NULL, @@ -297,14 +352,14 @@ CREATE TABLE `submap_layer` ( `control_visible` tinyint(1) DEFAULT NULL COMMENT '''If the layer can be visible on the layer control''', `control_checked` tinyint(1) DEFAULT NULL COMMENT '''If the layer is default visible or not''', `type` char(1) DEFAULT NULL COMMENT '''F - Foreground / B - Background''', - `layer_order` int(11) DEFAULT NULL, + `layer_order` int DEFAULT NULL, `opacity` float NOT NULL DEFAULT '1', `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `fk_map_layer_submap1_idx` (`submap_id`), KEY `fk_submap_layer_mapper1_idx` (`mapper_id`), - CONSTRAINT `fk_map_layer_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_submap_layer_mapper1` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION + CONSTRAINT `fk_map_layer_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`), + CONSTRAINT `fk_submap_layer_mapper1` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -314,7 +369,7 @@ CREATE TABLE `submap_layer` ( DROP TABLE IF EXISTS `tmp_korok`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `tmp_korok` ( `X` double DEFAULT NULL, `Y` double DEFAULT NULL, @@ -332,12 +387,12 @@ CREATE TABLE `tmp_korok` ( DROP TABLE IF EXISTS `tmp_loc`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `tmp_loc` ( `X` double DEFAULT NULL, `Y` double DEFAULT NULL, `DungeonName` varchar(100) DEFAULT NULL, - `CategoryID` int(11) DEFAULT NULL, + `CategoryID` int DEFAULT NULL, `adjX` double DEFAULT NULL, `adjY` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; @@ -352,17 +407,17 @@ CREATE TABLE `tmp_loc` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2018-05-19 20:27:46 --- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) +-- Dump completed on 2021-08-11 19:10:09 +-- MySQL dump 10.13 Distrib 8.0.26, for Win64 (x86_64) -- --- Host: 127.0.0.1 Database: zeldamaps +-- Host: localhost Database: tingle -- ------------------------------------------------------ --- Server version 5.5.5-10.1.21-MariaDB-1~xenial +-- Server version 8.0.26 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; +/*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; @@ -376,9 +431,9 @@ CREATE TABLE `tmp_loc` ( DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user` ( - `id` int(11) NOT NULL AUTO_INCREMENT, + `id` int NOT NULL AUTO_INCREMENT, `username` varchar(45) NOT NULL, `password` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, @@ -388,6 +443,10 @@ CREATE TABLE `user` ( `last_login` datetime NOT NULL, `level` tinyint(1) NOT NULL DEFAULT '1', `visible` tinyint(1) NOT NULL DEFAULT '1', + `seen_version_major` int NOT NULL DEFAULT '0', + `seen_version_minor` int NOT NULL DEFAULT '0', + `seen_version_patch` int NOT NULL DEFAULT '0', + `seen_latest_changelog` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `username_UNIQUE` (`username`), UNIQUE KEY `email_UNIQUE` (`email`) @@ -400,12 +459,12 @@ CREATE TABLE `user` ( DROP TABLE IF EXISTS `user_completed_marker`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user_completed_marker` ( - `user_id` int(11) NOT NULL, - `marker_id` int(11) NOT NULL, + `user_id` int NOT NULL, + `marker_id` int NOT NULL, `complete_date` datetime NOT NULL, - `visible` int(11) NOT NULL, + `visible` int NOT NULL, PRIMARY KEY (`user_id`,`marker_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; @@ -419,17 +478,17 @@ CREATE TABLE `user_completed_marker` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2018-05-19 20:27:47 --- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) +-- Dump completed on 2021-08-11 19:10:09 +-- MySQL dump 10.13 Distrib 8.0.26, for Win64 (x86_64) -- --- Host: 127.0.0.1 Database: zeldamaps +-- Host: localhost Database: tingle -- ------------------------------------------------------ --- Server version 5.5.5-10.1.21-MariaDB-1~xenial +-- Server version 8.0.26 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; +/*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; @@ -437,31 +496,80 @@ CREATE TABLE `user_completed_marker` ( /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; +-- +-- Dumping data for table `ar_internal_metadata` +-- + +LOCK TABLES `ar_internal_metadata` WRITE; +/*!40000 ALTER TABLE `ar_internal_metadata` DISABLE KEYS */; +INSERT INTO `ar_internal_metadata` VALUES ('environment','development','2021-08-09 17:53:35.510720','2021-08-09 17:53:35.510720'); +/*!40000 ALTER TABLE `ar_internal_metadata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Dumping data for table `changelog` +-- + +LOCK TABLES `changelog` WRITE; +/*!40000 ALTER TABLE `changelog` DISABLE KEYS */; +INSERT INTO `changelog` VALUES (1,0,0,0,'The fabled start of the project!'); +INSERT INTO `changelog` VALUES (2,0,0,1,'Finally, an app to work with :).'); +INSERT INTO `changelog` VALUES (3,0,2,0,'You can now add your own markers! Right click on the map and log in / create an account to start adding (best suited for desktop).'); +INSERT INTO `changelog` VALUES (4,0,2,0,'Optimizations for mobile devices.'); +INSERT INTO `changelog` VALUES (5,0,2,0,'Tons of new markers everyday!'); +INSERT INTO `changelog` VALUES (6,0,3,0,'Mark as complete! You can now right-click a marker (desktop only) to hide a marker indefinitely. You can undo this by using ctrl + z in case of a mistake. This shall help you in the quest to get all koroks, making it much easier to see what you\'re missing. This feature uses cookies, so please don\'t clean it.'); +INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. Sorry if you read the intro everytime :).'); +INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); +INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); +INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); +INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); +INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); +INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); +INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); +INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); +INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); +INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); +INSERT INTO `changelog` VALUES (26,0,6,0,'New logo by the Zelda Universe design team!'); +INSERT INTO `changelog` VALUES (27,0,6,0,'Added Login/Account button'); +INSERT INTO `changelog` VALUES (28,0,6,0,'Added Lost Password and Change Password functionality'); +INSERT INTO `changelog` VALUES (29,0,6,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'); +INSERT INTO `changelog` VALUES (30,0,6,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'); +INSERT INTO `changelog` VALUES (31,0,6,0,'Made marker completion hotkeys more intelligent per-OS'); +INSERT INTO `changelog` VALUES (32,0,6,0,'Lots of small interface improvements'); +INSERT INTO `changelog` VALUES (33,0,6,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'); +INSERT INTO `changelog` VALUES (34,0,7,0,'Multi-game support with Link\'s Awakening: More maps for more Zelda games are on the way.'); +INSERT INTO `changelog` VALUES (35,0,7,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\'ve got maps for every dungeon. We\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'); +INSERT INTO `changelog` VALUES (36,0,7,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\'re starting a new run.'); +INSERT INTO `changelog` VALUES (37,0,7,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\'ve completed out of the category total.'); +INSERT INTO `changelog` VALUES (38,0,7,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.'); +/*!40000 ALTER TABLE `changelog` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Dumping data for table `container` -- LOCK TABLES `container` WRITE; /*!40000 ALTER TABLE `container` DISABLE KEYS */; -INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#DEECFD',0,1,1,0,1,128,-128,6,4,30,256,23,23,1); -INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); -INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000',0,1,1,0,1,128,-128,8,9,50,256,23,23,1); +INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#000000','',0,1,1,0,1,128,-128,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#000000','Links-Awakening',0,1,1,0,1,128,-128,-50,-80,-226,306,6,4,30,256,23,23,16,16,-1,1,3); +INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5); /*!40000 ALTER TABLE `container` ENABLE KEYS */; UNLOCK TABLES; @@ -472,7 +580,17 @@ UNLOCK TABLES; LOCK TABLES `map` WRITE; /*!40000 ALTER TABLE `map` DISABLE KEYS */; INSERT INTO `map` VALUES (3,3,'Overworld',0,2,6,'(c) Nintendo',0,1); -INSERT INTO `map` VALUES (19,19,'BotW',0,2,8,'(c) Nintendo',1,1); +INSERT INTO `map` VALUES (19,19,'Hyrule',0,2,8,'(c) Nintendo',1,1); +INSERT INTO `map` VALUES (20,4,'Koholint Island',1,2,4,'(c) Nintendo',0,1); +INSERT INTO `map` VALUES (21,4,'Tail Cave',1,2,4,'(c) Nintendo',1,1); +INSERT INTO `map` VALUES (22,4,'Bottle Grotto',1,2,4,'(c) Nintendo',2,1); +INSERT INTO `map` VALUES (23,4,'Key Cavern',1,2,4,'(c) Nintendo',3,1); +INSERT INTO `map` VALUES (24,4,'Angler`s Tunnel',1,2,4,'(c) Nintendo',4,1); +INSERT INTO `map` VALUES (25,4,'Catfish`s Maw',1,2,4,'(c) Nintendo',5,1); +INSERT INTO `map` VALUES (26,4,'Face Shrine',1,2,4,'(c) Nintendo',6,1); +INSERT INTO `map` VALUES (27,4,'Eagle`s Tower',1,2,4,'(c) Nintendo',7,1); +INSERT INTO `map` VALUES (28,4,'Turtle Rock',1,2,4,'(c) Nintendo',8,1); +INSERT INTO `map` VALUES (29,4,'Color Dungeon',1,2,4,'(c) Nintendo',9,1); /*!40000 ALTER TABLE `map` ENABLE KEYS */; UNLOCK TABLES; @@ -8345,6 +8463,2485 @@ INSERT INTO `marker` VALUES (9725,1900,NULL,2,1901,21563,'sss','',115.140625,-15 INSERT INTO `marker` VALUES (9726,1900,NULL,2,1901,21321,'inicio','',129.4296875,-153.5703125,0,0,0,'2018-05-12 18:06:14'); INSERT INTO `marker` VALUES (9727,1900,NULL,2,1901,21321,'ffff','',129.41796875,-153.75390625,0,0,0,'2018-05-12 18:07:54'); INSERT INTO `marker` VALUES (9728,1900,NULL,2,1910,21355,'Pondo's Lodge','Make that money.',95.5625,-95.5546875,0,0,0,'2018-05-14 21:49:10'); +INSERT INTO `marker` VALUES (9729,1900,NULL,2,1901,21727,'???','???',137.6171875,-165.3046875,0,0,0,'2018-05-20 07:46:21'); +INSERT INTO `marker` VALUES (9730,1900,NULL,2,1901,21247,'Start Korok','',68.8125,-99.9140625,0,0,0,'2018-05-20 20:08:26'); +INSERT INTO `marker` VALUES (9731,1900,NULL,2,1901,21799,'Was tolles Shrine Beginn here','Defeat the Hinox to get a juwel',134.078125,-79.4921875,0,0,0,'2018-05-21 15:32:41'); +INSERT INTO `marker` VALUES (9732,1900,NULL,2,1926,21041,'Divine Beast Vah Medoh','',71.515625,-99.015625,0,0,0,'2018-05-21 20:06:56'); +INSERT INTO `marker` VALUES (9733,1900,NULL,2,1939,21324,'Blizzrobe','',139.9453125,-116.234375,0,0,0,'2018-05-22 02:04:44'); +INSERT INTO `marker` VALUES (9734,1900,NULL,2,1901,20346,'Rubine','',95.60546875,-95.2421875,0,0,0,'2018-05-22 15:31:57'); +INSERT INTO `marker` VALUES (9735,1900,NULL,2,1901,21856,'Santuario de la vida','',110.44921875,-157.515625,0,0,0,'2018-05-23 05:35:29'); +INSERT INTO `marker` VALUES (9736,1900,NULL,2,1925,21856,'Santuario de la vida','',110.5,-157.46875,0,0,0,'2018-05-23 05:37:21'); +INSERT INTO `marker` VALUES (9737,1900,NULL,2,1902,21858,'PHANTOM GANON ARMOR','',143.95703125,-178.53125,0,1,0,'2018-05-23 07:41:28'); +INSERT INTO `marker` VALUES (9738,1900,NULL,2,1910,16861,'Topaz','',120.48301529884338,-112.11066344380379,0,0,0,'2018-05-24 09:08:25'); +INSERT INTO `marker` VALUES (9739,1900,NULL,2,1934,16432,'White stallion','',109.5,-148.234375,0,0,0,'2018-05-26 16:46:48'); +INSERT INTO `marker` VALUES (9740,1900,NULL,2,1904,21892,'Fleches Illimitées','',77.25,-125,0,0,0,'2018-05-28 10:35:44'); +INSERT INTO `marker` VALUES (9741,1900,NULL,2,1901,22039,'Divine Beast Vah Medoh','',71.375,-99.875,0,1,0,'2018-05-29 18:57:04'); +INSERT INTO `marker` VALUES (9742,1900,NULL,2,1926,22039,'Divine Beast Vah Naboris','',70,-176,0,1,0,'2018-05-29 18:58:53'); +INSERT INTO `marker` VALUES (9743,1900,NULL,2,1901,22054,'nao esta la','',197.375,-150.37812507152557,0,0,0,'2018-05-31 01:19:51'); +INSERT INTO `marker` VALUES (9744,1900,NULL,2,1901,22054,'Não está la o korok','korok não está presente no Nintendo Wii U',197.3125,-150.015625,0,0,0,'2018-05-31 01:21:21'); +INSERT INTO `marker` VALUES (9745,1900,NULL,2,1901,22054,'Não está la o korok','no nintendo wii u nao está la o korok',195.265625,-154.140625,0,0,0,'2018-05-31 01:25:17'); +INSERT INTO `marker` VALUES (9746,1900,NULL,2,1925,22116,'Kebe' Tawa','',91.390625,-188.95703125,0,0,0,'2018-06-01 15:19:25'); +INSERT INTO `marker` VALUES (9747,1900,NULL,2,1921,22141,'Korok forest','',134.40625,-93.78125,0,0,0,'2018-06-02 21:44:25'); +INSERT INTO `marker` VALUES (9748,1900,NULL,2,1901,22148,'EE','',84.140625,-102.953125,0,0,0,'2018-06-03 00:51:51'); +INSERT INTO `marker` VALUES (9749,1900,NULL,2,1944,22175,'Majora's Mask','',120.78125,-147.8125,0,1,0,'2018-06-03 20:58:59'); +INSERT INTO `marker` VALUES (9750,1900,NULL,2,1901,22252,'Feu','',113.83132874965668,-154.16339844465256,0,0,0,'2018-06-06 13:15:56'); +INSERT INTO `marker` VALUES (9751,1900,NULL,2,1925,22228,'dont know','',176.1533203125,-120.8427734375,0,0,0,'2018-06-08 15:06:47'); +INSERT INTO `marker` VALUES (9752,1900,NULL,2,1901,22500,'Southern Oasis','',69.6640625,-184.609375,0,1,0,'2018-06-15 01:58:42'); +INSERT INTO `marker` VALUES (9753,1900,NULL,2,1901,22484,'Todo','',155,-154.375,0,0,0,'2018-06-15 06:20:25'); +INSERT INTO `marker` VALUES (9754,1900,NULL,2,1935,22518,'A Gift of Nightshade','',168.45703125,-183.40945434570312,0,0,0,'2018-06-15 14:42:17'); +INSERT INTO `marker` VALUES (9755,1900,NULL,2,1904,22263,'Bomb Arrow x5 (DLC)','The Bomb Arrow is a recurring item in The Legend of Zelda series. It has appeared in Link's Awakening, Twilight Princess, and Breath of the Wild. They are what Link gets when he combines his Bombs and his Arrows together.',105.3046875,-159.703125,0,1,0,'2018-06-16 08:39:51'); +INSERT INTO `marker` VALUES (9756,1900,NULL,2,1910,21662,'Amber','Search rock to acquire.',107.8671875,-162.69921875,0,0,0,'2018-06-18 04:12:48'); +INSERT INTO `marker` VALUES (9757,1900,NULL,2,1901,22585,'Firly Pond','Pond with Karok seed and Rusty Broadsword',179.35546875,-162.94921875,0,1,0,'2018-06-18 20:08:44'); +INSERT INTO `marker` VALUES (9758,1900,NULL,2,1916,22600,'Korok','Dive into the circle of lilies',110.31685709953308,-134.50760945677757,0,0,0,'2018-06-19 09:07:10'); +INSERT INTO `marker` VALUES (9759,1900,NULL,2,1901,22524,'Hestu','Hestu Final Location',134.78125,-94.5,0,0,0,'2018-06-19 16:08:25'); +INSERT INTO `marker` VALUES (9760,1900,NULL,2,1905,22123,'Nintendo Switch Shirt','',120.6796875,-159.390625,0,0,0,'2018-06-21 14:01:53'); +INSERT INTO `marker` VALUES (9761,1900,NULL,2,1901,22780,'lol','ads',104.6875,-166.8125,0,0,0,'2018-06-26 08:17:40'); +INSERT INTO `marker` VALUES (9762,1900,NULL,2,1926,18201,'Divine Beast Vah Naboris','',79.75,-184.375,0,0,0,'2018-06-27 14:16:30'); +INSERT INTO `marker` VALUES (9763,1900,NULL,2,1926,18201,'Divine Beast Vah Medoh','',69.5,-100.125,0,0,0,'2018-06-27 14:17:06'); +INSERT INTO `marker` VALUES (9764,1900,NULL,2,1926,18201,'Divine Beast Vah Rudania','',168.125,-87.75,0,0,0,'2018-06-27 14:17:38'); +INSERT INTO `marker` VALUES (9765,1900,NULL,2,1916,22279,'Korok Seed','',110.41796875,-184.65234375,0,0,0,'2018-06-29 09:48:48'); +INSERT INTO `marker` VALUES (9766,1900,NULL,2,1935,22858,'????? ?????-?????????','?????????? ????? ????? ???? ????? ?????????',152.5390625,-70.5390625,0,0,0,'2018-06-30 07:00:46'); +INSERT INTO `marker` VALUES (9767,1900,NULL,2,1940,22947,'blue lynel','',126.25,-114.75,0,0,0,'2018-07-03 00:59:59'); +INSERT INTO `marker` VALUES (9768,1900,NULL,2,1901,22918,'Cooking Man','',113.484375,-154.5,0,0,0,'2018-07-04 16:03:00'); +INSERT INTO `marker` VALUES (9769,1900,NULL,2,1901,23031,'KOROK','',112.1875,-169.15625,0,0,0,'2018-07-05 10:12:35'); +INSERT INTO `marker` VALUES (9770,1900,NULL,2,1901,23122,'Oman Au Shrine','',117.5,-144.5,0,1,0,'2018-07-08 20:01:58'); +INSERT INTO `marker` VALUES (9771,1900,NULL,2,1901,23122,'Woodland Tower','',142.25,-100.5,0,0,0,'2018-07-08 20:09:15'); +INSERT INTO `marker` VALUES (9772,1900,NULL,2,1944,15570,'Knight's Halberd','',118.828125,-87.2890625,0,0,0,'2018-07-08 22:28:23'); +INSERT INTO `marker` VALUES (9773,1900,NULL,2,1926,23133,'Divine Beast Vah Naboh','Divine Beast Vah Naboh holds the Windblight Ganon',71,-100.625,0,1,0,'2018-07-09 09:29:22'); +INSERT INTO `marker` VALUES (9774,1900,NULL,2,1926,23133,'Divine Beast Vah Naboris','Divine Beast Vah Naboris holds the Thunderblight Ganon',95.375,-170,0,1,0,'2018-07-09 09:30:34'); +INSERT INTO `marker` VALUES (9775,1900,NULL,2,1926,23133,'Divine Beast Vah Rudania','Divine Beast Vah Rudania holds the Fireblight Ganon',165.5,-88.25,0,1,0,'2018-07-09 09:35:42'); +INSERT INTO `marker` VALUES (9776,1900,NULL,2,1916,23109,'Korok Seed','',84.53125,-82.765625,0,0,0,'2018-07-11 20:45:57'); +INSERT INTO `marker` VALUES (9777,1900,NULL,2,1916,23109,'Korok Seed','',141.14453125,-117.1640625,0,0,0,'2018-07-11 21:11:25'); +INSERT INTO `marker` VALUES (9778,1900,NULL,2,1944,23237,'[EX] Phantom Armor','',124.12109375,-126.66015625,0,0,0,'2018-07-12 11:38:26'); +INSERT INTO `marker` VALUES (9779,1900,NULL,2,1903,10807,'Gerudo Smitar','In the ground, behind explosive wall',113.4375,-181.4375,0,0,0,'2018-07-14 18:13:48'); +INSERT INTO `marker` VALUES (9780,1900,NULL,2,1901,23338,'Durians trees','',137.3046875,-170.00390625,0,0,0,'2018-07-17 01:58:26'); +INSERT INTO `marker` VALUES (9781,1900,NULL,2,1935,23338,'Bird mn acordeon','Hints for a shrine location',140.82572174072266,-175.8167839050293,0,0,0,'2018-07-17 02:30:47'); +INSERT INTO `marker` VALUES (9782,1900,NULL,2,1901,22725,'Baleine','',152,-70.1953125,0,0,0,'2018-07-17 20:07:45'); +INSERT INTO `marker` VALUES (9783,1900,NULL,2,1901,23476,'memory finding place','the last memory from a pic that was gave',185.375,-102.53125,0,0,0,'2018-07-18 02:49:16'); +INSERT INTO `marker` VALUES (9784,1900,NULL,2,1936,23694,'Cracled Rocks','',96.33203125,-135.9375,0,0,0,'2018-07-20 01:50:09'); +INSERT INTO `marker` VALUES (9785,1900,NULL,2,1943,23298,'Ruby','Inside the fall; quite a hight.',183.6171875,-112.91796875,0,0,0,'2018-07-20 05:11:18'); +INSERT INTO `marker` VALUES (9786,1900,NULL,2,1939,23731,'Blirraro','',61.39631247520447,-144.98652338981628,0,0,0,'2018-07-20 14:31:00'); +INSERT INTO `marker` VALUES (9787,1900,NULL,2,1901,9827,'DLC: Majora's Mask','',120.9609375,-148.0234375,0,1,0,'2018-07-20 22:05:14'); +INSERT INTO `marker` VALUES (9788,1900,NULL,2,1901,9827,'Korok Seed Quest','Follow the Yellow Flower',176.1015625,-184.9609375,0,0,0,'2018-07-20 22:48:38'); +INSERT INTO `marker` VALUES (9789,1900,NULL,2,1920,1550,'1212,1212,1212','1212,1212,1212',110.375,-157.81640625,0,0,0,'2018-07-21 00:41:28'); +INSERT INTO `marker` VALUES (9790,1900,NULL,2,1920,1550,'123','321',110.37890625,-157.85546875,0,1,0,'2018-07-21 00:44:17'); +INSERT INTO `marker` VALUES (9791,1900,NULL,2,1920,1550,'12','21',110.40625,-157.8515625,0,1,0,'2018-07-21 00:45:17'); +INSERT INTO `marker` VALUES (9792,1900,NULL,2,1910,23746,'20 Rupees','20 Rupees under boulder.',120.60546875,-159.8671875,0,0,0,'2018-07-21 02:16:40'); +INSERT INTO `marker` VALUES (9793,1900,NULL,2,1901,23704,'Hylian Shrooms','',111.29296875,-156.18359375,0,0,0,'2018-07-21 04:12:30'); +INSERT INTO `marker` VALUES (9794,1900,NULL,2,1902,24140,'Forest Dweller's Bow','',15.5,-90.5,0,0,0,'2018-07-24 03:07:34'); +INSERT INTO `marker` VALUES (9795,1900,NULL,2,1925,24168,'he','',10.75,-131.5,0,0,0,'2018-07-24 12:04:19'); +INSERT INTO `marker` VALUES (9796,1900,NULL,2,1935,23337,'Arrows of Burning Heat','',156.52734375,-144.30859375,0,0,0,'2018-07-24 18:47:35'); +INSERT INTO `marker` VALUES (9797,1900,NULL,2,1935,23337,'By Firefly's Light','',157.6875,-144.16796875,0,1,0,'2018-07-24 18:52:55'); +INSERT INTO `marker` VALUES (9798,1900,NULL,2,1901,24262,'szdf','',67.546875,-138.609375,0,0,0,'2018-07-26 08:29:26'); +INSERT INTO `marker` VALUES (9799,1900,NULL,2,1936,23704,'Bow Chest','',148.78125,-157.16015625,0,0,0,'2018-07-26 09:15:02'); +INSERT INTO `marker` VALUES (9800,1900,NULL,2,1931,23109,'Bokoblin Camp','',180.796875,-70.828125,0,0,0,'2018-07-27 06:14:12'); +INSERT INTO `marker` VALUES (9801,1900,NULL,2,1935,21200,'Hero's Cache','',186.515625,-169.09375,0,0,0,'2018-07-28 11:07:43'); +INSERT INTO `marker` VALUES (9802,1900,NULL,2,1930,23128,'Blizzrobe','',81.4140625,-86.5390625,0,0,0,'2018-07-29 04:46:37'); +INSERT INTO `marker` VALUES (9803,1900,NULL,2,1939,23128,'Blizzrobe','',73.9453125,-86.71875,0,0,0,'2018-07-29 05:14:39'); +INSERT INTO `marker` VALUES (9804,1900,NULL,2,1901,24571,'4123','',-37.5,-78.5,0,0,0,'2018-07-29 18:54:05'); +INSERT INTO `marker` VALUES (9805,1900,NULL,2,1939,23128,'Blizzrobe','',139.9765625,-116.3046875,0,0,0,'2018-07-29 23:38:20'); +INSERT INTO `marker` VALUES (9806,1900,NULL,2,1904,24716,'Ice arrows x10','',108.75390625,-162.3125,0,0,0,'2018-07-30 16:50:58'); +INSERT INTO `marker` VALUES (9807,1900,NULL,2,1901,24716,'Boat','',111.109375,-159.984375,0,0,0,'2018-07-30 17:15:16'); +INSERT INTO `marker` VALUES (9808,1900,NULL,2,1904,24716,'Arrows x10','',115.84375,-161.2109375,0,0,0,'2018-07-30 17:27:03'); +INSERT INTO `marker` VALUES (9809,1900,NULL,2,1939,23109,'Blizzrobe','',73.640625,-129.671875,0,0,0,'2018-07-30 18:13:53'); +INSERT INTO `marker` VALUES (9810,1900,NULL,2,1936,24716,'Cracked Wall','',139.171875,-156.26953125,0,0,0,'2018-07-30 18:27:46'); +INSERT INTO `marker` VALUES (9811,1900,NULL,2,1931,23109,'Bokoblin Camp','',108.16796875,-76.06640625,0,0,0,'2018-07-31 08:52:02'); +INSERT INTO `marker` VALUES (9812,1900,NULL,2,1901,24336,'East Entry','',126.703125,-110.35546875,0,0,0,'2018-07-31 16:53:05'); +INSERT INTO `marker` VALUES (9813,1900,NULL,2,1935,24820,'Hetsu (1st encounter)','',134.203125,-143.9453125,0,0,0,'2018-08-01 04:43:08'); +INSERT INTO `marker` VALUES (9814,1900,NULL,2,1939,23128,'Ice Wizzrobe','',61.125,-145.0234375,0,0,0,'2018-08-01 08:36:44'); +INSERT INTO `marker` VALUES (9815,1900,NULL,2,1901,24449,'?','',155.21875,-174.6484375,0,1,0,'2018-08-01 11:17:17'); +INSERT INTO `marker` VALUES (9816,1900,NULL,2,1934,24018,'REVALI'S FLAP','This memory - not attatched to Princess Zelda, can be obtained during the main quest - Divine Beast Vah Medoh. After speaking to the Elder of Rito Village, talk to Temba's wife in the next building who will point out the landing platform. This will trigger Link's memory of the champion Revali.',71.625,-100.03125,0,1,0,'2018-08-01 20:45:42'); +INSERT INTO `marker` VALUES (9817,1900,NULL,2,1931,24294,'SKULL','',99.1944580078125,-78.31005859375,0,0,0,'2018-08-02 05:06:09'); +INSERT INTO `marker` VALUES (9818,1900,NULL,2,1931,24294,'Enemy Camp','',98.1875,-80.03125,0,0,0,'2018-08-02 05:06:28'); +INSERT INTO `marker` VALUES (9819,1900,NULL,2,1904,24935,'Fire Arrows','',123.55859375,-152.7734375,0,1,0,'2018-08-03 15:30:41'); +INSERT INTO `marker` VALUES (9820,1900,NULL,2,1931,24935,'Bobkins','5 brown, 1 grey bobkins',131.19140625,-151.828125,0,0,0,'2018-08-03 16:46:31'); +INSERT INTO `marker` VALUES (9821,1900,NULL,2,1944,24935,'Soldier's bow','All mobs must die to loot',131.294921875,-151.322265625,0,0,0,'2018-08-03 16:48:03'); +INSERT INTO `marker` VALUES (9822,1900,NULL,2,1944,24935,'boomerang','',132.97265625,-151.1328125,0,0,0,'2018-08-03 16:53:12'); +INSERT INTO `marker` VALUES (9823,1900,NULL,2,1930,25083,'Enemy Camp','Silver Bokoblin present.',156.328125,-186.5390625,0,0,0,'2018-08-04 23:49:00'); +INSERT INTO `marker` VALUES (9824,1900,NULL,2,1904,25180,'flechas explosivas','',180.703125,-70.65625,0,0,0,'2018-08-05 04:27:24'); +INSERT INTO `marker` VALUES (9825,1900,NULL,2,1904,24935,'ice arrow x5','',155.7109375,-152.1484375,0,0,0,'2018-08-05 07:55:51'); +INSERT INTO `marker` VALUES (9826,1900,NULL,2,1944,23128,'Royal Halberd','',118.8828125,-87.3046875,0,0,0,'2018-08-05 10:14:52'); +INSERT INTO `marker` VALUES (9827,1900,NULL,2,1901,25277,'Done','',200.78125,-70.0234375,0,0,0,'2018-08-05 23:33:50'); +INSERT INTO `marker` VALUES (9828,1900,NULL,2,1935,24935,'By Fireflies Light','Lasi (From outside clothes shop) release 5 sunset fireflies in her home. (Available after getting Champion's Tunic) Reward is a purple rupie.',157.69921875,-144.138671875,0,0,0,'2018-08-06 00:04:25'); +INSERT INTO `marker` VALUES (9829,1900,NULL,2,1925,25514,'?????????','',109.00390625,-161.015625,0,0,0,'2018-08-08 09:35:20'); +INSERT INTO `marker` VALUES (9830,1900,NULL,2,1901,25546,'Check Guardians','check the guardians in the water',159.65625,-158.15625,0,0,0,'2018-08-08 21:40:16'); +INSERT INTO `marker` VALUES (9831,1900,NULL,2,1939,15570,'Ice Wizzrobe','',82.65625,-92.828125,0,0,0,'2018-08-12 05:18:43'); +INSERT INTO `marker` VALUES (9832,1900,NULL,2,1901,25848,'Money Earning','',94.578125,-95.5625,0,0,0,'2018-08-13 02:31:34'); +INSERT INTO `marker` VALUES (9833,1900,NULL,2,1926,26051,'Divine Beast','',71.42578125,-99.9140625,0,0,0,'2018-08-15 10:14:00'); +INSERT INTO `marker` VALUES (9834,1900,NULL,2,1926,26216,'Divine Beast Vah Rudania','',167.6953125,-87.578125,0,0,0,'2018-08-18 12:46:23'); +INSERT INTO `marker` VALUES (9835,1900,NULL,2,1926,26216,'Divine Beast Vah Naboris','',95.2109375,-169.1953125,0,0,0,'2018-08-18 12:47:13'); +INSERT INTO `marker` VALUES (9836,1900,NULL,2,1926,26216,'Divine Beast Vah Medoh','',71.53125,-98.921875,0,0,0,'2018-08-18 12:48:08'); +INSERT INTO `marker` VALUES (9837,1900,NULL,2,1916,26402,'Obtenidos ','',173.45168733596802,-136.2073745727539,0,0,0,'2018-08-18 20:08:06'); +INSERT INTO `marker` VALUES (9838,1900,NULL,2,1902,25113,'baú','',113.31640625,-164.30859375,0,0,0,'2018-08-19 11:48:26'); +INSERT INTO `marker` VALUES (9839,1900,NULL,2,1916,25605,'Korok Flower','Starts the path to the Korok marker in the north west.',164.04296875,-139.70703125,0,0,0,'2018-08-21 16:38:52'); +INSERT INTO `marker` VALUES (9840,1900,NULL,2,1910,26297,'Hearty durian spot','',149.53125,-178.15625,0,0,0,'2018-08-22 00:55:42'); +INSERT INTO `marker` VALUES (9841,1900,NULL,2,1925,25277,'Renaissance shrine','',110.69984391704202,-157.3596642613411,0,0,0,'2018-08-22 21:55:37'); +INSERT INTO `marker` VALUES (9842,1900,NULL,2,1930,23128,'Ice Chuchu ','Two of them, small ones',109.4140625,-157.0546875,0,0,0,'2018-08-25 02:16:06'); +INSERT INTO `marker` VALUES (9843,1900,NULL,2,1901,27008,'Ice Block','',62.20271384716034,-69.4638158082962,0,0,0,'2018-08-25 16:48:22'); +INSERT INTO `marker` VALUES (9844,1900,NULL,2,1901,25796,'Clavia','',181.4609375,-160.2578125,0,0,0,'2018-08-26 20:39:38'); +INSERT INTO `marker` VALUES (9845,1900,NULL,2,1916,20599,'Korok Seed(Fly)','Need Rivalies wing',186.19140625,-154.3984375,0,0,0,'2018-08-27 00:32:50'); +INSERT INTO `marker` VALUES (9846,1900,NULL,2,1903,454,'Globo','',130.27069091796875,-153.0772705078125,0,1,0,'2018-08-27 01:24:55'); +INSERT INTO `marker` VALUES (9847,1900,NULL,2,1901,27219,'ancient','',106.5234375,-160.96875,0,0,0,'2018-08-27 16:28:24'); +INSERT INTO `marker` VALUES (9848,1900,NULL,2,1926,23237,'Divine Beast Vah Medoh','',71.5390625,-98.7578125,0,0,0,'2018-08-28 08:50:40'); +INSERT INTO `marker` VALUES (9849,1900,NULL,2,1926,23237,'Divine Beast Vah Naboris','',81.328125,-180.75,0,0,0,'2018-08-28 08:52:09'); +INSERT INTO `marker` VALUES (9850,1900,NULL,2,1910,26878,'majoras mask','majoras mask',120.90234375,-148.09375,0,0,0,'2018-08-30 06:45:33'); +INSERT INTO `marker` VALUES (9851,1900,NULL,2,1925,27279,'?????','?',99.984375,-165.89453125,0,0,0,'2018-09-02 01:40:56'); +INSERT INTO `marker` VALUES (9852,1900,NULL,2,1901,27279,'?????','?',100,-165.921875,0,0,0,'2018-09-02 01:43:17'); +INSERT INTO `marker` VALUES (9853,1900,NULL,2,1936,27737,'Bomb wall w 8 ore deposits on ceiling','',158.71875,-175.6875,0,1,0,'2018-09-03 15:03:30'); +INSERT INTO `marker` VALUES (9854,1900,NULL,2,1925,27660,'Gireom Shrine','',90.97656297683716,-106.359375,0,0,0,'2018-09-03 23:41:23'); +INSERT INTO `marker` VALUES (9855,1900,NULL,2,1916,27903,'Korogu','',149.5,-154.140625,0,0,0,'2018-09-04 15:19:31'); +INSERT INTO `marker` VALUES (9856,1900,NULL,2,1901,22575,'You Are Here RN','',180.21875,-120.09375,0,0,0,'2018-09-07 10:23:53'); +INSERT INTO `marker` VALUES (9857,1900,NULL,2,1901,26810,'????','??',71.64006042480469,-95.47097778320312,0,0,0,'2018-09-08 08:59:09'); +INSERT INTO `marker` VALUES (9858,1900,NULL,2,1931,22592,'Enemy Camp','An enemy camp on the Western Side of the Lodrum Headland.',195.390625,-137.4375,0,1,0,'2018-09-08 23:21:51'); +INSERT INTO `marker` VALUES (9859,1900,NULL,2,1931,28287,'Lizards','Lizards Camp with Knights BoradSword',63.3046875,-119.1875,0,1,0,'2018-09-09 17:48:14'); +INSERT INTO `marker` VALUES (9860,1900,NULL,2,1931,22592,'Enemy Camp','Enemy Camp at Tal Tal Peak',193.32881832122803,-119.78356313705444,0,0,0,'2018-09-09 22:08:57'); +INSERT INTO `marker` VALUES (9861,1900,NULL,2,1935,28358,'Raadsels','Lynel hoof, boven op de boom',134.57870483398438,-93.9571533203125,0,0,0,'2018-09-10 20:22:23'); +INSERT INTO `marker` VALUES (9862,1900,NULL,2,1925,28412,'Tera','',200.6875,-70.1875,0,0,0,'2018-09-11 04:40:45'); +INSERT INTO `marker` VALUES (9863,1900,NULL,2,1901,28066,'dragon','',156.21875,-172.515625,0,0,0,'2018-09-11 17:32:56'); +INSERT INTO `marker` VALUES (9864,1900,NULL,2,1931,23751,'Enemy Camp','',56.546875,-139.40625,0,1,0,'2018-09-12 17:51:36'); +INSERT INTO `marker` VALUES (9865,1900,NULL,2,1901,28177,'susuwa chitang','',109.71875,-107.1875,0,0,0,'2018-09-13 16:23:56'); +INSERT INTO `marker` VALUES (9866,1900,NULL,2,1948,28725,'Apple','',97.46484351158142,-134.3514747619629,0,0,0,'2018-09-16 11:36:44'); +INSERT INTO `marker` VALUES (9867,1900,NULL,2,1944,27801,'Knight's Halberd','',119.03125,-87.375,0,0,0,'2018-09-17 04:10:17'); +INSERT INTO `marker` VALUES (9868,1900,NULL,2,1901,28354,'Akala Ancient Tech Lab','',198.125,-79.25,0,1,0,'2018-09-17 08:54:33'); +INSERT INTO `marker` VALUES (9869,1900,NULL,2,1901,28287,'Giant Horse','Giant horse picture',109.125,-169.4765625,0,0,0,'2018-09-18 04:39:23'); +INSERT INTO `marker` VALUES (9870,1900,NULL,2,1901,29059,'Kakariko','',157.03125,-143.625,0,0,0,'2018-09-18 19:03:16'); +INSERT INTO `marker` VALUES (9871,1900,NULL,2,1936,28076,'Cracked Wall','',144.265625,-154.578125,0,0,0,'2018-09-19 05:45:00'); +INSERT INTO `marker` VALUES (9872,1900,NULL,2,1901,29109,'test','test',120.03125,-157.125,0,0,0,'2018-09-19 08:10:28'); +INSERT INTO `marker` VALUES (9873,1900,NULL,2,1910,29140,'Blue Nightshade','',157.328125,-140.875,0,0,0,'2018-09-19 15:54:43'); +INSERT INTO `marker` VALUES (9874,1900,NULL,2,1910,29140,'Silent Princess','',157.30078125,-140.6953125,0,0,0,'2018-09-19 15:55:12'); +INSERT INTO `marker` VALUES (9875,1900,NULL,2,1935,27618,'Gedenksteine','',180.375,-119.0625,0,0,0,'2018-09-20 17:54:18'); +INSERT INTO `marker` VALUES (9876,1900,NULL,2,1901,29221,'in this area','',115.796875,-156,0,0,0,'2018-09-20 20:12:26'); +INSERT INTO `marker` VALUES (9877,1900,NULL,2,1901,29167,'RUSTY COISAS','',122.5546875,-152.9296875,0,0,0,'2018-09-20 21:31:19'); +INSERT INTO `marker` VALUES (9878,1900,NULL,2,1901,28421,'Kikoriko','',137.7890625,-125,0,0,0,'2018-09-21 16:33:15'); +INSERT INTO `marker` VALUES (9879,1900,NULL,2,1901,29321,'??','',184.734375,-179.828125,0,0,0,'2018-09-22 16:08:01'); +INSERT INTO `marker` VALUES (9880,1900,NULL,2,1901,29495,'seed','',136.77886962890625,-182.23501586914062,0,0,0,'2018-09-24 18:42:05'); +INSERT INTO `marker` VALUES (9881,1900,NULL,2,1901,29495,'hard to get to ','radar is down \r\n',53.96875,-187.6875,0,0,0,'2018-09-24 18:52:14'); +INSERT INTO `marker` VALUES (9882,1900,NULL,2,1903,29604,'Royal Broad','',68.1171875,-111.96875,0,0,0,'2018-09-24 21:39:24'); +INSERT INTO `marker` VALUES (9883,1900,NULL,2,1901,23751,'Divine Beast Vah Rudania','',167.703125,-87.4375,0,0,0,'2018-09-26 05:52:38'); +INSERT INTO `marker` VALUES (9884,1900,NULL,2,1931,29746,'Bokoblin Camp','',132.4375,-154.0234375,0,0,0,'2018-09-27 08:50:40'); +INSERT INTO `marker` VALUES (9885,1900,NULL,2,1901,29746,'Bokoblin Camp','',109.39453125,-163.5703125,0,0,0,'2018-09-27 08:52:19'); +INSERT INTO `marker` VALUES (9886,1900,NULL,2,1926,29602,'Divine Beast Vah Medoh','',71.25,-99.8125,0,0,0,'2018-09-29 00:51:23'); +INSERT INTO `marker` VALUES (9887,1900,NULL,2,1901,29891,'imba','',150.9375,-139.9375,0,0,0,'2018-09-29 13:39:39'); +INSERT INTO `marker` VALUES (9888,1900,NULL,2,1916,30001,'koroko seed','',117.859375,-141.8515625,0,0,0,'2018-09-30 14:13:42'); +INSERT INTO `marker` VALUES (9889,1900,NULL,2,1935,29204,'Riddles of Hyrule','Riddles of Hyrule is one of the Side Quests. It starts in the Korok Forest in the Great Hyrule Forest Region',134.54296875,-93.796875,0,0,0,'2018-09-30 15:23:36'); +INSERT INTO `marker` VALUES (9890,1900,NULL,2,1935,29204,'Little Sister's Big Request','Look for the girl named Jana and give her an armoranth. Speak to Gleema, return to Jana. Give three kinds of insects to Gleema',176.94140625,-101.4921875,0,0,0,'2018-09-30 18:19:43'); +INSERT INTO `marker` VALUES (9891,1900,NULL,2,1920,30043,'Thyphlo Ruins','',133.171875,-78.90625,0,1,0,'2018-10-01 03:09:46'); +INSERT INTO `marker` VALUES (9892,1900,NULL,2,1901,29101,'Antikes Zaumzeug','',92.015625,-133.375,0,1,0,'2018-10-01 19:24:31'); +INSERT INTO `marker` VALUES (9893,1900,NULL,2,1901,29101,'Mo-Ratania-Schrein','Name des Schreins in der deutschen Version',92.1015625,-135.10546875,0,0,0,'2018-10-01 19:27:56'); +INSERT INTO `marker` VALUES (9894,1900,NULL,2,1903,26618,'test','test',119.3203125,-122.1640625,0,0,0,'2018-10-03 14:56:53'); +INSERT INTO `marker` VALUES (9895,1900,NULL,2,1901,30249,'Goddess','',181.63671875,-160.81640625,0,0,0,'2018-10-03 21:11:23'); +INSERT INTO `marker` VALUES (9896,1900,NULL,2,1943,30319,'Ex: Ruby','',117.51171875,-151.8125,0,1,0,'2018-10-04 19:35:24'); +INSERT INTO `marker` VALUES (9897,1900,NULL,2,1944,30319,'EX: Nintendo Switch Shirt','',120.6796875,-159.34765625,0,1,0,'2018-10-04 19:52:37'); +INSERT INTO `marker` VALUES (9898,1900,NULL,2,1910,30319,'Amber','',107.86328125,-162.6953125,0,0,0,'2018-10-04 20:31:26'); +INSERT INTO `marker` VALUES (9899,1900,NULL,2,1940,30503,'Blue Lynel','Master Mode',117.7265625,-160.40625,0,1,0,'2018-10-07 09:01:53'); +INSERT INTO `marker` VALUES (9900,1900,NULL,2,1901,30529,'port','',160.328125,-88.1875,0,0,0,'2018-10-07 15:43:11'); +INSERT INTO `marker` VALUES (9901,1900,NULL,2,1901,30564,'Flèches infinies','',79.6770830154419,-124.22916793823242,0,0,0,'2018-10-08 01:10:08'); +INSERT INTO `marker` VALUES (9902,1900,NULL,2,1921,30210,'Terry Towne','',190.0625,-103.4375,0,0,0,'2018-10-10 16:40:55'); +INSERT INTO `marker` VALUES (9903,1900,NULL,2,1926,29655,'Divine Beast Vah Rudania','',165.8656244277954,-87.34687519073486,0,1,0,'2018-10-10 22:20:34'); +INSERT INTO `marker` VALUES (9904,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:38'); +INSERT INTO `marker` VALUES (9905,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:42'); +INSERT INTO `marker` VALUES (9906,1900,NULL,2,1925,2534,'Mah Eliya Shrine','EX Champion Mipha's Song - Third Clue - chase rings of the waterfall - Secret Stairway',186.734375,-117.96875,0,0,0,'2018-10-11 21:14:42'); +INSERT INTO `marker` VALUES (9907,1900,NULL,2,1925,2534,'Sato Koda Shrine','EX Champion Mipha's Song - Second Clue - conquer the ancient foes - Support and Guidance',176.640625,-114.78125,0,0,0,'2018-10-11 21:53:13'); +INSERT INTO `marker` VALUES (9908,1900,NULL,2,1925,2534,'Kee Dafunia Shrine','EX Champion Mipha's Song - First Clue - find what the light's path shows - The Melting Point',203.609375,-113.1484375,0,0,0,'2018-10-12 04:24:16'); +INSERT INTO `marker` VALUES (9909,1900,NULL,2,1916,30672,'Korok Seed','Add the top of the Research Lab',187.1328125,-161.30078125,0,0,0,'2018-10-12 09:30:01'); +INSERT INTO `marker` VALUES (9910,1900,NULL,2,1925,2534,'Keiye Tala Shrine','Ex Champion Urbasa's Song - Fight the brute of the sand - Big or Small',91.3515625,-188.8671875,0,0,0,'2018-10-13 00:42:49'); +INSERT INTO `marker` VALUES (9911,1900,NULL,2,1925,2534,'Takama Shiri Shine','Ex Champion Urbosa's Song - Chase rings upon the land - Dual Purpose',51.43359375,-161.6640625,0,0,0,'2018-10-13 01:22:50'); +INSERT INTO `marker` VALUES (9912,1900,NULL,2,1925,2534,'Kihiro Moh Shrine','EX Champion Urbosa's Song - Throw the orb underground - Inside the Box\r\n',75.10546875,-148.94921875,0,0,0,'2018-10-13 03:57:41'); +INSERT INTO `marker` VALUES (9913,1900,NULL,2,1916,31095,'West Desert Ruins','Korok on bones',56.25,-164.578125,0,1,0,'2018-10-15 11:45:52'); +INSERT INTO `marker` VALUES (9914,1900,NULL,2,1925,31095,'EX Desert Shrine','Unlockable By Champion's Ballad',51.390625,-161.53125,0,0,0,'2018-10-15 11:48:15'); +INSERT INTO `marker` VALUES (9915,1900,NULL,2,1901,30976,'flower for korok seed','follow the flower',199.90937423706055,-167.42812490463257,0,1,0,'2018-10-16 19:16:30'); +INSERT INTO `marker` VALUES (9916,1900,NULL,2,1935,27919,'Face the Frost Talus','',76.3046875,-99.828125,0,0,0,'2018-10-17 20:20:14'); +INSERT INTO `marker` VALUES (9917,1900,NULL,2,1901,29506,'Hot Spring','',163.9375,-165.0703125,0,0,0,'2018-10-20 23:47:48'); +INSERT INTO `marker` VALUES (9918,1900,NULL,2,1942,30976,'HINOX','',101.71249961853027,-153.953125,0,0,0,'2018-10-22 16:31:45'); +INSERT INTO `marker` VALUES (9919,1900,NULL,2,1935,30319,'Riddles of Hyrule','NPC: Walton (Top of the Great Tree)\r\n\r\nMultistage quest',134.52734375,-93.85546875,0,0,0,'2018-10-22 19:19:33'); +INSERT INTO `marker` VALUES (9920,1900,NULL,2,1948,31697,'Cocina','',127.2839891910553,-174.32001972198486,0,0,0,'2018-10-25 05:34:45'); +INSERT INTO `marker` VALUES (9921,1900,NULL,2,1901,31697,'Mineral','',127.69810223579407,-179.29840433597565,0,0,0,'2018-10-26 04:18:40'); +INSERT INTO `marker` VALUES (9922,1900,NULL,2,1940,12402,'Lynel (DLC HARD MODE)','',117.671875,-160.546875,0,0,0,'2018-10-26 22:20:42'); +INSERT INTO `marker` VALUES (9923,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',115,-161.5234375,0,0,0,'2018-10-28 17:27:59'); +INSERT INTO `marker` VALUES (9924,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',119.9609375,-156.0625,0,0,0,'2018-10-28 17:28:31'); +INSERT INTO `marker` VALUES (9925,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',113.29296875,-154.17578125,0,0,0,'2018-10-28 17:29:22'); +INSERT INTO `marker` VALUES (9926,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',109.00390625,-160.92578125,0,0,0,'2018-10-28 17:44:45'); +INSERT INTO `marker` VALUES (9927,1900,NULL,2,1926,32015,'Vah-Rudania','',167.6484375,-87.3984375,0,0,0,'2018-10-29 11:51:38'); +INSERT INTO `marker` VALUES (9928,1900,NULL,2,1935,31863,'Face the Frost Talus ','',75.89515590667725,-99.76265621185303,0,0,0,'2018-10-31 02:17:59'); +INSERT INTO `marker` VALUES (9929,1900,NULL,2,1920,32214,'Great Plateu','Início',115.19261169433594,-159.66193103790283,0,1,0,'2018-11-02 03:00:07'); +INSERT INTO `marker` VALUES (9930,1900,NULL,2,1905,32328,'Hylian','',3.25,-103.25,0,0,0,'2018-11-03 23:10:48'); +INSERT INTO `marker` VALUES (9931,1900,NULL,2,1939,3082,'Ice Wizzrobe','',74.1328125,-86.5859375,0,0,0,'2018-11-04 10:09:47'); +INSERT INTO `marker` VALUES (9932,1900,NULL,2,1916,32362,'Korak','',107.48011779785156,-147.66822814941406,0,0,0,'2018-11-05 01:40:06'); +INSERT INTO `marker` VALUES (9933,1900,NULL,2,1939,3082,'Ice Wizzrobe','',82.640625,-81.5390625,0,0,0,'2018-11-05 10:02:12'); +INSERT INTO `marker` VALUES (9934,1900,NULL,2,1923,32479,'Hateno Tower','',170.9140625,-161.3515625,0,0,0,'2018-11-05 17:52:38'); +INSERT INTO `marker` VALUES (9935,1900,NULL,2,1925,30399,'Geshma's Santuary','',101.9375,-69.46875,0,0,0,'2018-11-07 00:29:39'); +INSERT INTO `marker` VALUES (9936,1900,NULL,2,1916,30399,'Kolog','',91.796875,-115.46875,0,0,0,'2018-11-07 00:37:44'); +INSERT INTO `marker` VALUES (9937,1900,NULL,2,1910,32592,'Amber','',107.8828125,-162.71484375,0,0,0,'2018-11-07 18:40:30'); +INSERT INTO `marker` VALUES (9938,1900,NULL,2,1925,32607,'Guko-Chise-Schrein','',68.4375,-172,0,0,0,'2018-11-07 22:13:17'); +INSERT INTO `marker` VALUES (9939,1900,NULL,2,1931,32600,'Bokoblin Camp','',118.125,-158.0078125,0,0,0,'2018-11-07 23:32:58'); +INSERT INTO `marker` VALUES (9940,1900,NULL,2,1931,32600,'Bokoblin Camp','',117.63151049613953,-156.66145831346512,0,0,0,'2018-11-07 23:33:52'); +INSERT INTO `marker` VALUES (9941,1900,NULL,2,1901,31698,'Inven','???',142.741943359375,-130.786865234375,0,0,0,'2018-11-08 01:20:08'); +INSERT INTO `marker` VALUES (9942,1900,NULL,2,1926,28495,'Divine Beast Vah Naboris','',76.875,-179.4166660308838,0,0,0,'2018-11-09 16:46:44'); +INSERT INTO `marker` VALUES (9943,1900,NULL,2,1926,28495,'Divine Beast Vah Rudania','',167.578125,-87.47916674613953,0,0,0,'2018-11-09 16:47:09'); +INSERT INTO `marker` VALUES (9944,1900,NULL,2,1926,28495,'Divine Beast Vah Mehdo','',71.60416221618652,-99.1875,0,0,0,'2018-11-09 16:47:40'); +INSERT INTO `marker` VALUES (9945,1900,NULL,2,1916,32758,'Korok seed','',131.546875,-154.6640625,0,1,0,'2018-11-10 09:39:08'); +INSERT INTO `marker` VALUES (9946,1900,NULL,2,1925,14053,'Santuario de Kettava','',92.09375,-189.34375,0,0,0,'2018-11-11 01:55:48'); +INSERT INTO `marker` VALUES (9947,1900,NULL,2,1925,14053,'Santurio de kritmoh','',74.84375,-149.0625,0,0,0,'2018-11-11 01:56:54'); +INSERT INTO `marker` VALUES (9948,1900,NULL,2,1910,32630,'Strili','',204.78125,-185.9375,0,0,0,'2018-11-11 06:23:19'); +INSERT INTO `marker` VALUES (9949,1900,NULL,2,1920,32931,'m','',139.75,-136.25,0,0,0,'2018-11-12 01:51:28'); +INSERT INTO `marker` VALUES (9950,1900,NULL,2,1944,32941,'Phantom','Ex',120.90625,-158.76953125,0,0,0,'2018-11-12 05:45:18'); +INSERT INTO `marker` VALUES (9951,1900,NULL,2,1944,32941,'Nintendo Switch Shirt (Ex)','',121.1953125,-159.38671875,0,0,0,'2018-11-12 05:47:56'); +INSERT INTO `marker` VALUES (9952,1900,NULL,2,1943,32941,'Ruby (EX)','',117.390625,-151.6953125,0,0,0,'2018-11-12 05:50:13'); +INSERT INTO `marker` VALUES (9953,1900,NULL,2,1931,32941,'Bokoblin Camp','',118.19921875,-157.96875,0,0,0,'2018-11-12 05:52:18'); +INSERT INTO `marker` VALUES (9954,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.37890625,-156.03515625,0,0,0,'2018-11-12 05:52:42'); +INSERT INTO `marker` VALUES (9955,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.78515625,-162.3046875,0,0,0,'2018-11-12 05:56:10'); +INSERT INTO `marker` VALUES (9956,1900,NULL,2,1944,32941,'Bomb Arrow x5 (Ex)','',105.3046875,-159.67578125,0,0,0,'2018-11-12 20:39:49'); +INSERT INTO `marker` VALUES (9957,1900,NULL,2,1901,30338,'???????','?????????????????????????????',169.84765625,-148.01953125,0,0,0,'2018-11-13 05:46:32'); +INSERT INTO `marker` VALUES (9958,1900,NULL,2,1926,32959,'Divine Beast Vah Medoh','',68.8046875,-91.921875,0,1,0,'2018-11-13 12:07:08'); +INSERT INTO `marker` VALUES (9959,1900,NULL,2,1926,32959,'Divine Beast Vah Naboris','',74.4375,-176.9296875,0,1,0,'2018-11-13 12:08:23'); +INSERT INTO `marker` VALUES (9960,1900,NULL,2,1926,32959,'Divine Beast Vah Rudania','',153.453125,-82.0703125,0,0,0,'2018-11-13 12:09:04'); +INSERT INTO `marker` VALUES (9961,1900,NULL,2,1901,33048,'????','',110.4140625,-157.9609375,0,0,0,'2018-11-14 01:57:48'); +INSERT INTO `marker` VALUES (9962,1900,NULL,2,1925,33117,'Etsu Korima Shrine ','DLC',108.98828125,-160.9609375,0,0,0,'2018-11-15 13:26:17'); +INSERT INTO `marker` VALUES (9963,1900,NULL,2,1925,33117,'Ruvo Korbah Shrine','DLC',114.9375,-161.4609375,0,0,0,'2018-11-15 13:30:11'); +INSERT INTO `marker` VALUES (9964,1900,NULL,2,1925,33117,'Rohta Chigah Shrine','DLC',119.9375,-156.28125,0,0,0,'2018-11-15 13:31:56'); +INSERT INTO `marker` VALUES (9965,1900,NULL,2,1943,32987,'DLC','Rubis Brut',117.47265625,-151.7929686307907,0,0,0,'2018-11-15 17:29:39'); +INSERT INTO `marker` VALUES (9966,1900,NULL,2,1944,32987,'DLC','Maillot Nintendo Switch',120.68229180574417,-159.37369799613953,0,0,0,'2018-11-15 18:34:15'); +INSERT INTO `marker` VALUES (9967,1900,NULL,2,1901,31690,'Ir por la reliquia en la casa de Impa','',160.109375,-142.765625,0,1,0,'2018-11-15 20:30:01'); +INSERT INTO `marker` VALUES (9968,1900,NULL,2,1902,3082,'Royal Guard's Boots','',122.359375,-114.765625,0,0,0,'2018-11-16 20:42:06'); +INSERT INTO `marker` VALUES (9969,1900,NULL,2,1902,3082,'EX Royal Guard Uniform','',125.15625,-114.265625,0,0,0,'2018-11-17 01:31:40'); +INSERT INTO `marker` VALUES (9970,1900,NULL,2,1943,32987,'DLC','Flêche explosive',105.25260424613953,-159.671875,0,0,0,'2018-11-17 07:20:19'); +INSERT INTO `marker` VALUES (9971,1900,NULL,2,1901,32626,'Here bitch','',134.875,-156.5625,0,0,0,'2018-11-21 07:08:38'); +INSERT INTO `marker` VALUES (9972,1900,NULL,2,1935,33277,'Wind Waker T-Shirt','',125.58380681276321,-176.1068892478943,0,0,0,'2018-11-24 00:29:50'); +INSERT INTO `marker` VALUES (9973,1900,NULL,2,1901,33462,'?????','???????????????????????',146.375,-155.8125,0,0,0,'2018-11-25 15:53:52'); +INSERT INTO `marker` VALUES (9974,1900,NULL,2,1944,33852,'Nintendo Switch Shirt','',120.67578125,-159.3984375,0,0,0,'2018-11-25 19:27:20'); +INSERT INTO `marker` VALUES (9975,1900,NULL,2,1901,33833,'me','',156.8125,-178.8125,0,0,0,'2018-11-26 02:26:47'); +INSERT INTO `marker` VALUES (9976,1900,NULL,2,1940,34084,'Expert','',116.765625,-161.03125,0,0,0,'2018-11-29 11:50:44'); +INSERT INTO `marker` VALUES (9977,1900,NULL,2,1901,34138,'SALIDA','',115.25,-159.125,0,0,0,'2018-11-30 12:09:27'); +INSERT INTO `marker` VALUES (9978,1900,NULL,2,1926,34273,'Divine Beast Vah Naboris','',94.875,-169.75,0,1,0,'2018-12-02 02:05:24'); +INSERT INTO `marker` VALUES (9979,1900,NULL,2,1926,34273,'Divine Beast Vah Rudania','',166.40625,-88.09375,0,0,0,'2018-12-02 02:06:29'); +INSERT INTO `marker` VALUES (9980,1900,NULL,2,1901,34273,'Divine Beast Vah Medoh ','',71.578125,-99.015625,0,0,0,'2018-12-02 02:07:08'); +INSERT INTO `marker` VALUES (9981,1900,NULL,2,1943,34279,'EX Chest','Contains bomb arrows if I recall.',105.26953125,-159.73828125,0,0,0,'2018-12-02 07:55:32'); +INSERT INTO `marker` VALUES (9982,1900,NULL,2,1944,34279,'EX Chest','',117.51953125,-151.7890625,0,0,0,'2018-12-02 07:58:47'); +INSERT INTO `marker` VALUES (9983,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air on balloon platform.',145.3203125,-156.6796875,0,0,0,'2018-12-02 08:01:56'); +INSERT INTO `marker` VALUES (9984,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air, on balloon platform.\r\n',173.40625,-159.1796875,0,0,0,'2018-12-02 08:03:26'); +INSERT INTO `marker` VALUES (9985,1900,NULL,2,1944,34279,'Soldier's Claymore','Master Mode\r\nIn the ground: No\r\n',154.734375,-161.8828125,0,0,0,'2018-12-02 09:08:47'); +INSERT INTO `marker` VALUES (9986,1900,NULL,2,1944,34279,'EX Chest: Boomerang','Floating Platform on the E side of the bridge.',156.16015625,-151.80859375,0,0,0,'2018-12-03 07:50:44'); +INSERT INTO `marker` VALUES (9987,1900,NULL,2,1901,34279,'Serpetine Spear','Master Mode\r\nOn floating platform by bridge',138.53125,-143.5625,0,0,0,'2018-12-03 08:55:36'); +INSERT INTO `marker` VALUES (9988,1900,NULL,2,1944,34279,'Throwing Spear','Master Mode\r\nFloating platform next to bridge',143.390625,-143.09375,0,0,0,'2018-12-03 09:15:08'); +INSERT INTO `marker` VALUES (9989,1900,NULL,2,1902,34434,'Phantom Helmet','',109.5078125,-147.26953125,0,0,0,'2018-12-03 16:22:26'); +INSERT INTO `marker` VALUES (9990,1900,NULL,2,1944,34279,'MM Soldier's Spear','Soldier's Spear in chest on top of floating platform by bridge.',153.921875,-159.625,0,0,0,'2018-12-05 10:17:14'); +INSERT INTO `marker` VALUES (9991,1900,NULL,2,1901,34064,'arrows','231',117.859375,-175.8125,0,0,0,'2018-12-06 06:43:46'); +INSERT INTO `marker` VALUES (9992,1900,NULL,2,1926,21154,'Divine Beast Vah Naboris','',95.06640625,-169.265625,0,0,0,'2018-12-06 14:07:30'); +INSERT INTO `marker` VALUES (9993,1900,NULL,2,1901,34095,'COMIENZO DE TODO','',112.875,-157.9375,0,1,0,'2018-12-07 14:24:44'); +INSERT INTO `marker` VALUES (9994,1900,NULL,2,1901,33237,'no encontrado','',83.9140625,-103.22395837306976,0,0,0,'2018-12-07 22:32:03'); +INSERT INTO `marker` VALUES (9995,1900,NULL,2,1901,34755,'???','???',148.375,-157.46875,0,0,0,'2018-12-08 07:02:21'); +INSERT INTO `marker` VALUES (9996,1900,NULL,2,1935,34424,'The Sheep Rustlers','Start of side-quest "The Sheep Rustlers"',184.66015625,-160.90234375,0,0,0,'2018-12-08 22:01:25'); +INSERT INTO `marker` VALUES (9997,1900,NULL,2,1926,34803,'Divine Beast Vah Medoh','',71.5625,-100.03125,0,0,0,'2018-12-08 22:15:18'); +INSERT INTO `marker` VALUES (9998,1900,NULL,2,1901,34810,'Semilla de manzana','',135.921875,-156.119140625,0,0,0,'2018-12-09 00:51:52'); +INSERT INTO `marker` VALUES (9999,1900,NULL,2,1901,34755,'????','????',88.25,-138.625,0,0,0,'2018-12-09 06:23:26'); +INSERT INTO `marker` VALUES (10000,1900,NULL,2,1925,34826,'Kiah Toza Shrine','',93.125,-78.625,0,0,0,'2018-12-09 10:32:02'); +INSERT INTO `marker` VALUES (10001,1900,NULL,2,1925,34826,'Shira Gomar Shrine','',90.92578125,-106.46875,0,1,0,'2018-12-09 10:35:15'); +INSERT INTO `marker` VALUES (10002,1900,NULL,2,1925,34826,'Kamia Omuna Shrine','',161.23124980926514,-77.68124985694885,0,1,0,'2018-12-09 10:38:10'); +INSERT INTO `marker` VALUES (10003,1900,NULL,2,1944,34279,'MM Royal Broadsword','Chest on floating platform in Master Mode.',169.90625,-149.703125,0,0,0,'2018-12-10 09:22:03'); +INSERT INTO `marker` VALUES (10004,1900,NULL,2,1901,33797,'seeds','',179.0625,-138.3515625,0,0,0,'2018-12-10 15:46:54'); +INSERT INTO `marker` VALUES (10005,1900,NULL,2,1901,33797,'seeds','',179.109375,-138.27734375,0,0,0,'2018-12-10 15:47:15'); +INSERT INTO `marker` VALUES (10006,1900,NULL,2,1916,34446,'Korok seed','',179.24689900875092,-150.5570695400238,0,0,0,'2018-12-10 22:30:00'); +INSERT INTO `marker` VALUES (10007,1900,NULL,2,1910,34124,'Amber','',101.875,-148.15625,0,0,0,'2018-12-11 05:08:42'); +INSERT INTO `marker` VALUES (10008,1900,NULL,2,1925,34124,'Shrine of Resurrection','',110.6015625,-157.4296875,0,0,0,'2018-12-11 07:25:21'); +INSERT INTO `marker` VALUES (10009,1900,NULL,2,1901,34867,'FIRODRA','',155.6015625,-172.296875,0,0,0,'2018-12-11 15:38:23'); +INSERT INTO `marker` VALUES (10010,1900,NULL,2,1903,34867,'FLAMEBLADE','',158.59765625,-169.0546875,0,0,0,'2018-12-12 09:17:32'); +INSERT INTO `marker` VALUES (10011,1900,NULL,2,1925,31383,'Ruvo Korbah','',114.95703125,-161.515625,0,0,0,'2018-12-12 14:14:22'); +INSERT INTO `marker` VALUES (10012,1900,NULL,2,1916,33319,'Korok Seed','',132.134765625,-187.89453125,0,0,0,'2018-12-12 22:26:48'); +INSERT INTO `marker` VALUES (10013,1900,NULL,2,1925,35121,'el imposible','no c',110.93843746185303,-86.40828123688698,0,0,0,'2018-12-12 23:45:05'); +INSERT INTO `marker` VALUES (10014,1900,NULL,2,1916,29592,'Korok Seed','',107.390625,-147.65234375,0,0,0,'2018-12-13 17:46:49'); +INSERT INTO `marker` VALUES (10015,1900,NULL,2,1942,20944,'Black Hinox','',134.5,-94.25,0,0,0,'2018-12-14 01:48:19'); +INSERT INTO `marker` VALUES (10016,1900,NULL,2,1944,34279,'Zora Sword','',170.1875,-122.3828125,0,0,0,'2018-12-14 07:53:18'); +INSERT INTO `marker` VALUES (10017,1900,NULL,2,1944,34279,'Zora Spear','',166.2265625,-124.08203125,0,0,0,'2018-12-14 20:39:29'); +INSERT INTO `marker` VALUES (10018,1900,NULL,2,1944,34279,'Silverscale Spear','',163.9296875,-124.0703125,0,0,0,'2018-12-14 21:09:21'); +INSERT INTO `marker` VALUES (10019,1900,NULL,2,1901,34279,'Silver Shield','',171.59375,-123.78125,0,0,0,'2018-12-14 21:22:25'); +INSERT INTO `marker` VALUES (10020,1900,NULL,2,1944,34279,'Silver Shield','',183.4453125,-112.90625,0,0,0,'2018-12-15 09:27:59'); +INSERT INTO `marker` VALUES (10021,1900,NULL,2,1944,34279,'Silver Bow','',171.9609375,-127.75,0,0,0,'2018-12-15 11:06:23'); +INSERT INTO `marker` VALUES (10022,1900,NULL,2,1944,34279,'Silver Longsword','',176.0625,-120.609375,0,0,0,'2018-12-15 11:35:21'); +INSERT INTO `marker` VALUES (10023,1900,NULL,2,1901,35432,'korok seed?','',57.9302978515625,-88.736083984375,0,0,0,'2018-12-17 05:14:45'); +INSERT INTO `marker` VALUES (10024,1900,NULL,2,1904,35048,'GBOW !','',36.21875,-87.65625,0,0,0,'2018-12-18 03:16:54'); +INSERT INTO `marker` VALUES (10025,1900,NULL,2,1903,35048,'Monster with flameblade','',152.6979160308838,-70.7604169845581,0,0,0,'2018-12-18 05:53:06'); +INSERT INTO `marker` VALUES (10026,1900,NULL,2,1941,35545,'Stone Talus','',110.875,-154.01736092567444,0,0,0,'2018-12-19 01:55:20'); +INSERT INTO `marker` VALUES (10027,1900,NULL,2,1916,27903,'Korogu','',145.171875,-157.625,0,0,0,'2018-12-21 11:42:14'); +INSERT INTO `marker` VALUES (10028,1900,NULL,2,1941,35555,'Stone Talus (Luminous)','[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps',190.375,-125.59375,0,0,0,'2018-12-21 14:27:04'); +INSERT INTO `marker` VALUES (10029,1900,NULL,2,1944,34279,'Frost Blade','',190.7421875,-122.71875,0,0,0,'2018-12-22 08:22:13'); +INSERT INTO `marker` VALUES (10030,1900,NULL,2,1944,34279,'Demon Carver','',192.1484375,-120.3984375,0,0,0,'2018-12-22 08:27:15'); +INSERT INTO `marker` VALUES (10031,1900,NULL,2,1944,34279,'Frost Spear','',175.6875,-128.21875,0,0,0,'2018-12-22 09:22:31'); +INSERT INTO `marker` VALUES (10032,1900,NULL,2,1901,34138,'POBLADO HATELIA (lab y fotos)','',181.3125,-162.5,0,0,0,'2018-12-24 08:00:32'); +INSERT INTO `marker` VALUES (10033,1900,NULL,2,1903,34896,'Left chest weapon here','',118.18359375,-122.63671875,0,0,0,'2018-12-24 12:39:53'); +INSERT INTO `marker` VALUES (10034,1900,NULL,2,1901,36049,'Stealthfin Trout','',142.109375,-93.09375,0,0,0,'2018-12-25 05:01:43'); +INSERT INTO `marker` VALUES (10035,1900,NULL,2,1925,31383,'Sharo Lun Shrine','',173.82421875,-90.19921875,0,1,0,'2018-12-25 21:23:40'); +INSERT INTO `marker` VALUES (10036,1900,NULL,2,1943,34279,'Travel Medallion','',200.65625,-72.4453125,0,0,0,'2018-12-26 07:44:34'); +INSERT INTO `marker` VALUES (10037,1900,NULL,2,1939,36179,'Ice Wizzrobe','',82.328125,-80.9296875,0,1,0,'2018-12-26 15:05:15'); +INSERT INTO `marker` VALUES (10038,1900,NULL,2,1901,36203,'Korok MAsk','',136.453125,-100.96875,0,0,0,'2018-12-26 20:12:17'); +INSERT INTO `marker` VALUES (10039,1900,NULL,2,1926,36179,'Divine Beast Vah Rudania','',167.375,-87.265625,0,1,0,'2018-12-26 20:49:07'); +INSERT INTO `marker` VALUES (10040,1900,NULL,2,1939,34279,'Ice Wizzrobe','',76.046875,-152.359375,0,0,0,'2018-12-27 10:53:37'); +INSERT INTO `marker` VALUES (10041,1900,NULL,2,1901,36179,'Spring of Wisdom','',189.51171875,-148.9453125,0,1,0,'2018-12-27 12:04:55'); +INSERT INTO `marker` VALUES (10042,1900,NULL,2,1926,36179,'Divine Beast Vah Medoh','',71.546875,-98.8515625,0,0,0,'2018-12-27 12:07:20'); +INSERT INTO `marker` VALUES (10043,1900,NULL,2,1901,36179,'Yiga Clan Hideout','',69.75,-149.796875,0,1,0,'2018-12-27 12:13:15'); +INSERT INTO `marker` VALUES (10044,1900,NULL,2,1938,36073,'Lord of the Mountain','',93.6015625,-132.9375,0,0,0,'2018-12-27 18:54:19'); +INSERT INTO `marker` VALUES (10045,1900,NULL,2,1903,35263,'Flame Bade','Inside Temple',179.91796875,-74.46484375,0,0,0,'2018-12-28 07:30:23'); +INSERT INTO `marker` VALUES (10046,1900,NULL,2,1901,36254,'Purple Rupee','',197.48828125,-80.10546875,0,0,0,'2018-12-30 19:39:23'); +INSERT INTO `marker` VALUES (10047,1900,NULL,2,1936,35567,'Mure fissuré Gorons ','',158.0080400109291,-90.44528198242188,0,0,0,'2018-12-31 12:48:28'); +INSERT INTO `marker` VALUES (10048,1900,NULL,2,1910,36489,'????','',154.96139705181122,-173.4979510307312,0,1,0,'2019-01-01 09:45:30'); +INSERT INTO `marker` VALUES (10049,1900,NULL,2,1904,36489,'????','????',171.57887375354767,-162.8784990310669,0,1,0,'2019-01-01 09:48:02'); +INSERT INTO `marker` VALUES (10050,1900,NULL,2,1901,37205,'Vah Naboris','Wanders in this general area',73.12187576293945,-180.16874980926514,0,0,0,'2019-01-02 23:59:39'); +INSERT INTO `marker` VALUES (10051,1900,NULL,2,1936,36393,'Shrine Entrance','',97.28515625,-104.77734375,0,0,0,'2019-01-03 02:09:08'); +INSERT INTO `marker` VALUES (10052,1900,NULL,2,1903,36489,'Rock Pike','',154.23903608322144,-94.42567777633667,0,1,0,'2019-01-03 06:38:16'); +INSERT INTO `marker` VALUES (10053,1900,NULL,2,1901,15410,'8th','',59.8125,-136,0,0,0,'2019-01-03 08:12:01'); +INSERT INTO `marker` VALUES (10054,1900,NULL,2,1901,34279,'Rvaio's Hood','',141.06640625,-165.953125,0,0,0,'2019-01-03 09:53:01'); +INSERT INTO `marker` VALUES (10055,1900,NULL,2,1944,34279,'EX Tingle's Shirt','',117.3359375,-115.28125,0,0,0,'2019-01-05 04:52:22'); +INSERT INTO `marker` VALUES (10056,1900,NULL,2,1901,37418,'?????','',156.7578125,-143.6171875,0,0,0,'2019-01-06 03:46:43'); +INSERT INTO `marker` VALUES (10057,1900,NULL,2,1930,36404,'Ice Keese','',97.9375,-80,0,0,0,'2019-01-06 23:10:16'); +INSERT INTO `marker` VALUES (10058,1900,NULL,2,1935,37845,'By Firefly's Light','Kakariko Village Lazli Side-Quest',157.6796875,-144.1875,0,1,0,'2019-01-07 06:06:50'); +INSERT INTO `marker` VALUES (10059,1900,NULL,2,1935,37845,'Riverbed Reward','',141.2421875,-129.9609375,0,0,0,'2019-01-07 07:27:41'); +INSERT INTO `marker` VALUES (10060,1900,NULL,2,1935,37845,'The Giant of Ralis Pond','',179.828125,-119.4296875,0,0,0,'2019-01-07 07:34:17'); +INSERT INTO `marker` VALUES (10061,1900,NULL,2,1901,37845,'An Ice Guy','',77.390625,-168.234375,0,0,0,'2019-01-07 07:37:28'); +INSERT INTO `marker` VALUES (10062,1900,NULL,2,1935,37845,'The Eighth Heroine & The Forgotten Sword','',69.203125,-173.0703125,0,0,0,'2019-01-07 07:45:22'); +INSERT INTO `marker` VALUES (10063,1900,NULL,2,1901,37845,'Statue of the Eighth Heroine','',59.515625,-136.28125,0,0,0,'2019-01-07 07:48:28'); +INSERT INTO `marker` VALUES (10064,1900,NULL,2,1901,37845,'The Forgotten Sword','',65.890625,-143.046875,0,0,0,'2019-01-07 07:50:19'); +INSERT INTO `marker` VALUES (10065,1900,NULL,2,1939,36539,'Blizzard Wizrobe','',139.9765625,-116.28125,0,0,0,'2019-01-07 23:26:25'); +INSERT INTO `marker` VALUES (10066,1900,NULL,2,1935,37922,'Arrows of Burning Heat','',156.3984375,-144.25390625,0,0,0,'2019-01-08 04:40:27'); +INSERT INTO `marker` VALUES (10067,1900,NULL,2,1910,37908,'Amber','',128.328125,-131.4375,0,0,0,'2019-01-08 06:29:42'); +INSERT INTO `marker` VALUES (10068,1900,NULL,2,1901,38068,'1232','213',113.9375,-155.95625114440918,0,0,0,'2019-01-09 01:45:41'); +INSERT INTO `marker` VALUES (10069,1900,NULL,2,1901,38196,'Santuario de Kaoma','Santuario de Kaoma',136.19921875,-183.06640625,0,0,0,'2019-01-10 12:06:33'); +INSERT INTO `marker` VALUES (10070,1900,NULL,2,1901,38298,'Hidden Cove Containing Chests','Theres a hidden cove that leads behind the waterfall. There's Three Chests inside the cove',110.421875,-161.5234375,0,0,0,'2019-01-12 01:14:11'); +INSERT INTO `marker` VALUES (10071,1900,NULL,2,1916,12708,'Race with shield surfing','',149.8203125,-114.64108204841614,0,0,0,'2019-01-12 02:19:43'); +INSERT INTO `marker` VALUES (10072,1900,NULL,2,1916,32236,'b ','',156.66562509536743,-119.69374990463257,0,0,0,'2019-01-12 23:57:54'); +INSERT INTO `marker` VALUES (10073,1900,NULL,2,1930,36404,'Ice Wissrobe','',103.75,-186.45703125,0,0,0,'2019-01-13 04:09:36'); +INSERT INTO `marker` VALUES (10074,1900,NULL,2,1901,37121,'MUSHROOM SPAWN','',93.71875,-140.453125,0,0,0,'2019-01-13 06:52:24'); +INSERT INTO `marker` VALUES (10075,1900,NULL,2,1926,38854,'Divine Beast Vah Naboris','',81.5,-180.75,0,0,0,'2019-01-14 20:24:08'); +INSERT INTO `marker` VALUES (10076,1900,NULL,2,1935,37720,'A Gift of Nightshade','',168.44921875,-183.31640625,0,0,0,'2019-01-15 22:06:05'); +INSERT INTO `marker` VALUES (10077,1900,NULL,2,1926,38927,'Divine Beast Vah Naboris','',85.109375,-186.09375,0,0,0,'2019-01-16 13:31:18'); +INSERT INTO `marker` VALUES (10078,1900,NULL,2,1943,39150,'10x Arrows','',175.19140625,-159.48046875,0,0,0,'2019-01-18 16:35:05'); +INSERT INTO `marker` VALUES (10079,1900,NULL,2,1943,39150,'50x Rupees','',175.28515625,-162.5234375,0,0,0,'2019-01-18 16:39:33'); +INSERT INTO `marker` VALUES (10080,1900,NULL,2,1901,39287,'find','',42.25,-108.75,0,0,0,'2019-01-19 02:29:44'); +INSERT INTO `marker` VALUES (10081,1900,NULL,2,1901,39292,'Botas de alpinismo','',-28.75,-106.75,0,1,0,'2019-01-19 03:07:15'); +INSERT INTO `marker` VALUES (10082,1900,NULL,2,1916,28484,'Koror Seed','',76.44921875,-106.69140625,0,1,0,'2019-01-20 07:22:36'); +INSERT INTO `marker` VALUES (10083,1900,NULL,2,1943,28484,'Topaz','',76.44921875,-106.640625,0,0,0,'2019-01-20 07:23:32'); +INSERT INTO `marker` VALUES (10084,1900,NULL,2,1916,28484,'Koror Seed','',74.203125,-107.40234375,0,0,0,'2019-01-20 07:27:31'); +INSERT INTO `marker` VALUES (10085,1900,NULL,2,1916,28484,'Koroko Seed','',82.48828125,-102.41796875,0,0,0,'2019-01-20 07:51:18'); +INSERT INTO `marker` VALUES (10086,1900,NULL,2,1904,35517,'Bomb Arrows BOX','',132.234375,-188.99609375,0,0,0,'2019-01-20 07:54:45'); +INSERT INTO `marker` VALUES (10087,1900,NULL,2,1939,28484,'Ice Wizzrobe','',89.1015625,-99.5390625,0,0,0,'2019-01-20 07:59:59'); +INSERT INTO `marker` VALUES (10088,1900,NULL,2,1916,28484,'Koroko Seed','',91.44921875,-101.015625,0,0,0,'2019-01-20 08:05:49'); +INSERT INTO `marker` VALUES (10089,1900,NULL,2,1916,28484,'Koroko Seed','',91.1640625,-98.77734375,0,0,0,'2019-01-20 08:12:09'); +INSERT INTO `marker` VALUES (10090,1900,NULL,2,1901,39897,'Super cold up here','',183.2286376953125,-154.25723266601562,0,0,0,'2019-01-23 20:01:24'); +INSERT INTO `marker` VALUES (10091,1900,NULL,2,1901,39095,'Weapons Cash','',82.91015625,-161.80078125,0,0,0,'2019-01-23 23:23:45'); +INSERT INTO `marker` VALUES (10092,1900,NULL,2,1901,37418,'Dragon','Dragon\r\n',155.65885400772095,-172.38932299613953,0,0,0,'2019-01-24 05:17:14'); +INSERT INTO `marker` VALUES (10093,1900,NULL,2,1903,35263,'Knight's Halbert','',118.91796875,-87.015625,0,0,0,'2019-01-24 12:50:13'); +INSERT INTO `marker` VALUES (10094,1900,NULL,2,1901,35263,'Kass Quest','The Serpent's Jaws',140.72968769073486,-175.84375,0,0,0,'2019-01-25 03:51:29'); +INSERT INTO `marker` VALUES (10095,1900,NULL,2,1938,40130,'White Horse','',100.609375,-140.96875,0,0,0,'2019-01-26 07:20:39'); +INSERT INTO `marker` VALUES (10096,1900,NULL,2,1910,40214,'chest','',114.2890625,-158.609375,0,0,0,'2019-01-26 22:06:14'); +INSERT INTO `marker` VALUES (10097,1900,NULL,2,1901,40096,'elden','',150.90625,-72.78515625,0,0,0,'2019-01-27 18:57:25'); +INSERT INTO `marker` VALUES (10098,1900,NULL,2,1926,39917,'Gourdo beast','',89.77553331851959,-184.40449452400208,0,0,0,'2019-01-28 11:49:13'); +INSERT INTO `marker` VALUES (10099,1900,NULL,2,1926,38947,'Vah'Naboris','',95.015625,-168.859375,0,0,0,'2019-01-29 13:38:48'); +INSERT INTO `marker` VALUES (10100,1900,NULL,2,1926,38947,'Vah'Rudania','',167.58203125,-87.21875,0,0,0,'2019-01-29 13:39:41'); +INSERT INTO `marker` VALUES (10101,1900,NULL,2,1910,40542,'Shrooms','',93.716552734375,-140.4376220703125,0,0,0,'2019-01-29 17:58:24'); +INSERT INTO `marker` VALUES (10102,1900,NULL,2,1903,38067,'Inventory Full!!','',141.546875,-164.39453125,0,0,0,'2019-01-31 01:34:09'); +INSERT INTO `marker` VALUES (10103,1900,NULL,2,1926,40498,'Vah Naboris','Divine Beast Vah Naboris',95.0546875,-168.9765625,0,1,0,'2019-01-31 22:24:25'); +INSERT INTO `marker` VALUES (10104,1900,NULL,2,1916,34046,'Korok Seed','',150.30078125,-103.8828125,0,0,0,'2019-02-02 02:43:03'); +INSERT INTO `marker` VALUES (10105,1900,NULL,2,1910,40881,'Lagartija Humero','',173.62953090667725,-72.59828090667725,0,0,0,'2019-02-02 02:47:28'); +INSERT INTO `marker` VALUES (10106,1900,NULL,2,1926,40194,'Divine Beast Vah Rudania','',167.5625,-87.875,0,0,0,'2019-02-02 17:36:22'); +INSERT INTO `marker` VALUES (10107,1900,NULL,2,1926,40194,'Divine Beast Vah Medo','',71.359375,-99.8125,0,0,0,'2019-02-02 17:36:56'); +INSERT INTO `marker` VALUES (10108,1900,NULL,2,1926,40194,'Divine Beast Vah Naboris','',95.0625,-169.1875,0,0,0,'2019-02-02 17:37:52'); +INSERT INTO `marker` VALUES (10109,1900,NULL,2,1910,40878,'Lots of High Value Ore','',177.28540325164795,-80.4610767364502,0,0,0,'2019-02-02 22:31:31'); +INSERT INTO `marker` VALUES (10110,1900,NULL,2,1935,41140,'Arrows of Burning Heat','',156.44140625,-144.25,0,0,0,'2019-02-04 06:26:35'); +INSERT INTO `marker` VALUES (10111,1900,NULL,2,1901,41143,'Rare Ores','',158.74947929382324,-175.74687457084656,0,0,0,'2019-02-05 04:25:28'); +INSERT INTO `marker` VALUES (10112,1900,NULL,2,1936,41143,'Rare Ore','',158.67447900772095,-175.66302061080933,0,1,0,'2019-02-05 04:26:31'); +INSERT INTO `marker` VALUES (10113,1900,NULL,2,1901,40783,'Hestu','',160.296875,-88.203125,0,0,0,'2019-02-05 09:38:06'); +INSERT INTO `marker` VALUES (10114,1900,NULL,2,1901,39544,'test','j'aime la bite pdpdpd',82.6953125,-104.53125,0,1,0,'2019-02-05 23:02:20'); +INSERT INTO `marker` VALUES (10115,1900,NULL,2,1901,37885,'Dragon?','',188.7890625,-148.6796875,0,0,0,'2019-02-06 10:48:04'); +INSERT INTO `marker` VALUES (10116,1900,NULL,2,1901,40636,'Mounted Archery','',124.78515625,-182.65234375,0,0,0,'2019-02-06 23:21:42'); +INSERT INTO `marker` VALUES (10117,1900,NULL,2,1935,41851,'An Ice Guy','',77.37890625,-168.23046875,0,0,0,'2019-02-13 03:49:03'); +INSERT INTO `marker` VALUES (10118,1900,NULL,2,1901,42280,'??','',149.32421875,-178.453125,0,0,0,'2019-02-14 19:39:27'); +INSERT INTO `marker` VALUES (10119,1900,NULL,2,1904,38067,'Ice Arrow x10','Treasure box of Ice Arrow',127.69140625,-131.01171875,0,0,0,'2019-02-16 07:39:25'); +INSERT INTO `marker` VALUES (10120,1900,NULL,2,1943,38067,'Arrow x10','Treasure Chest contains arrow x10',127.671875,-131.40625,0,0,0,'2019-02-16 07:46:21'); +INSERT INTO `marker` VALUES (10121,1900,NULL,2,1935,42507,'amor sigiloso ','entregar una campana muda en nombre del amor ',168.5546875,-183.4140625,0,0,0,'2019-02-16 15:30:58'); +INSERT INTO `marker` VALUES (10122,1900,NULL,2,1931,41231,'Enemy Camp','',56.5,-139.46875,0,0,0,'2019-02-17 16:57:08'); +INSERT INTO `marker` VALUES (10123,1900,NULL,2,1931,41231,'Enemy Camp','',58.75,-145,0,0,0,'2019-02-17 16:57:31'); +INSERT INTO `marker` VALUES (10124,1900,NULL,2,1931,41231,'Enemy Camp','',53.6875,-149.34375,0,0,0,'2019-02-17 16:57:49'); +INSERT INTO `marker` VALUES (10125,1900,NULL,2,1910,42700,'Blue gem','',199.19140625,-71.65234375,0,0,0,'2019-02-17 19:03:16'); +INSERT INTO `marker` VALUES (10126,1900,NULL,2,1916,40727,'beneath bombable rocks','',139.875,-164.65625,0,1,0,'2019-02-18 10:02:44'); +INSERT INTO `marker` VALUES (10127,1900,NULL,2,1904,43011,'Bomb Arrows ','Take out the surrounding bokoblins for possible bomb arrow drop. ',138.07776987552643,-77.45028412342072,0,0,0,'2019-02-20 06:01:44'); +INSERT INTO `marker` VALUES (10128,1900,NULL,2,1901,42880,'Hearty Durian Farming','',149.78125,-178.18359375,0,1,0,'2019-02-20 21:23:02'); +INSERT INTO `marker` VALUES (10129,1900,NULL,2,1916,43118,'????','',107.125,-143.0625,0,1,0,'2019-02-20 23:31:16'); +INSERT INTO `marker` VALUES (10130,1900,NULL,2,1901,43015,'business','',192.875,-102.625,0,0,0,'2019-02-21 02:16:17'); +INSERT INTO `marker` VALUES (10131,1900,NULL,2,1943,41851,'Gold Rupee','',50.8515625,-161.703125,0,0,0,'2019-02-22 04:44:31'); +INSERT INTO `marker` VALUES (10132,1900,NULL,2,1904,43245,'Bomb Arrows','',180.74609375,-70.77734375,0,0,0,'2019-02-22 08:52:49'); +INSERT INTO `marker` VALUES (10133,1900,NULL,2,1901,43257,'Minerales subterráneos','se necesitan flechas bomba',158.65625,-175.15625,0,0,0,'2019-02-22 13:54:51'); +INSERT INTO `marker` VALUES (10134,1900,NULL,2,1926,41231,'Vah Rudania','',166.33203125,-87.98828125,0,0,0,'2019-02-23 05:05:19'); +INSERT INTO `marker` VALUES (10135,1900,NULL,2,1926,41231,'Divine Beast Vah Naboris','',94.98046875,-169.1640625,0,0,0,'2019-02-23 05:06:10'); +INSERT INTO `marker` VALUES (10136,1900,NULL,2,1926,41231,'Divine Beast Vah Medoh','',71.53515625,-98.875,0,0,0,'2019-02-23 05:07:05'); +INSERT INTO `marker` VALUES (10137,1900,NULL,2,1944,43245,'Silver Bow','',178.59375,-121.49609375,0,0,0,'2019-02-23 08:02:25'); +INSERT INTO `marker` VALUES (10138,1900,NULL,2,1930,43245,'Icy Lizalfos','',193.125,-155.6171875,0,0,0,'2019-02-23 08:34:45'); +INSERT INTO `marker` VALUES (10139,1900,NULL,2,1901,43245,'Pondo's Lodge','',95.546875,-95.5234375,0,0,0,'2019-02-24 07:39:17'); +INSERT INTO `marker` VALUES (10140,1900,NULL,2,1935,43552,'The Sheep Rustlers','',184.58984375,-160.83984375,0,0,0,'2019-02-24 19:39:59'); +INSERT INTO `marker` VALUES (10141,1900,NULL,2,1901,43642,'Old Man's Cabin','The old man's cabin',115.76699829101562,-163.20330810546875,0,0,0,'2019-02-25 06:31:56'); +INSERT INTO `marker` VALUES (10142,1900,NULL,2,1926,43679,'Divine Beast Vah Medoh','',71.56640625,-98.49609375,0,0,0,'2019-02-25 13:39:12'); +INSERT INTO `marker` VALUES (10143,1900,NULL,2,1926,43679,'Divine Beast Vah Rudania','',167.8046875,-87.515625,0,0,0,'2019-02-25 13:39:35'); +INSERT INTO `marker` VALUES (10144,1900,NULL,2,1926,43679,'Divine Beast Vah Naboris','',95.09375,-169.21875,0,0,0,'2019-02-25 13:40:05'); +INSERT INTO `marker` VALUES (10145,1900,NULL,2,1936,43876,'Cracked wall','',114.3515625,-158.2109375,0,0,0,'2019-02-27 16:30:16'); +INSERT INTO `marker` VALUES (10146,1900,NULL,2,1901,43015,'Korok Mask','',139.18359375,-99.109375,0,0,0,'2019-02-28 02:24:08'); +INSERT INTO `marker` VALUES (10147,1900,NULL,2,1940,13795,'Lynel','MasterMode',117.578125,-160.296875,0,0,0,'2019-03-01 12:35:54'); +INSERT INTO `marker` VALUES (10148,1900,NULL,2,1935,42733,'The Sheep Rustlers','NPC: Koyin',180.390625,-161.4375,0,0,0,'2019-03-02 01:36:13'); +INSERT INTO `marker` VALUES (10149,1900,NULL,2,1935,42733,'Robbie's Research','',187.015625,-161.203125,0,0,0,'2019-03-02 01:37:28'); +INSERT INTO `marker` VALUES (10150,1900,NULL,2,1935,42733,'Sunshroom Sensing','',186.828125,-161.421875,0,0,0,'2019-03-02 01:38:22'); +INSERT INTO `marker` VALUES (10151,1900,NULL,2,1935,42733,'Slated for Upgrades','',187.046875,-161.234375,0,0,0,'2019-03-02 01:39:10'); +INSERT INTO `marker` VALUES (10152,1900,NULL,2,1935,42733,'Take Back the Sea','',173.6953125,-181.59114599227905,0,0,0,'2019-03-02 01:40:33'); +INSERT INTO `marker` VALUES (10153,1900,NULL,2,1939,42480,'Blizzrobe','',89.20703125,-99.6015625,0,0,0,'2019-03-02 08:15:41'); +INSERT INTO `marker` VALUES (10154,1900,NULL,2,1916,42886,'Krok Seed','',62.4140625,-86.2890625,0,0,0,'2019-03-03 15:28:27'); +INSERT INTO `marker` VALUES (10155,1900,NULL,2,1902,39380,'Midna's Helmet(DLC)','',106.078125,-131.4921875,0,0,0,'2019-03-07 02:27:14'); +INSERT INTO `marker` VALUES (10156,1900,NULL,2,1943,44908,'Chest','',63.36328125,-69.734375,0,0,0,'2019-03-07 03:30:15'); +INSERT INTO `marker` VALUES (10157,1900,NULL,2,1936,44908,'Cracked wall','',63.3515625,-69.68359375,0,0,0,'2019-03-07 03:30:46'); +INSERT INTO `marker` VALUES (10158,1900,NULL,2,1916,44908,'Korok Seed','',61.41796875,-71.98046875,0,0,0,'2019-03-07 03:43:06'); +INSERT INTO `marker` VALUES (10159,1900,NULL,2,1936,44908,'Luminous Stone','',62.0703125,-70.9140625,0,0,0,'2019-03-07 03:44:01'); +INSERT INTO `marker` VALUES (10160,1900,NULL,2,1935,44908,'Desert Labyrinth','',100.0625,-182,0,0,0,'2019-03-07 07:44:16'); +INSERT INTO `marker` VALUES (10161,1900,NULL,2,1916,45022,'Did i get this one?','',179.4375,-180.15625,0,0,0,'2019-03-08 14:03:39'); +INSERT INTO `marker` VALUES (10162,1900,NULL,2,1901,44841,'????','',113,-156.9375,0,0,0,'2019-03-09 05:24:58'); +INSERT INTO `marker` VALUES (10163,1900,NULL,2,1925,45154,'need divine beast','',71.53515625,-104.34375,0,0,0,'2019-03-09 08:20:19'); +INSERT INTO `marker` VALUES (10164,1900,NULL,2,1926,45168,'Vah'Naboris','',95.140625,-169.1640625,0,0,0,'2019-03-09 10:22:59'); +INSERT INTO `marker` VALUES (10165,1900,NULL,2,1926,45168,'Vah'Medoh','',71.5390625,-99.1015625,0,0,0,'2019-03-09 10:23:44'); +INSERT INTO `marker` VALUES (10166,1900,NULL,2,1901,45168,'Vah'Rudania','',166.34375,-88.03125,0,0,0,'2019-03-09 10:24:21'); +INSERT INTO `marker` VALUES (10167,1900,NULL,2,1926,45168,'Vah'Ruta','',174.64453125,-131.8515625,0,0,0,'2019-03-09 10:25:08'); +INSERT INTO `marker` VALUES (10168,1900,NULL,2,1939,39095,'Ice Wizzrobe','Ice Wizzrobe',139.8125,-115.26953125,0,0,0,'2019-03-11 03:35:32'); +INSERT INTO `marker` VALUES (10169,1900,NULL,2,1902,45432,'CACA','cool',118.58984375,-152.70703125,0,0,0,'2019-03-14 13:37:50'); +INSERT INTO `marker` VALUES (10170,1900,NULL,2,1901,45002,'Last','',173.75,-149.96875,0,0,0,'2019-03-15 02:32:01'); +INSERT INTO `marker` VALUES (10171,1900,NULL,2,1916,45929,'Kokoro Seed','',143.25,-181.6875,0,0,0,'2019-03-15 13:57:24'); +INSERT INTO `marker` VALUES (10172,1900,NULL,2,1916,43169,'Korok Seed','',161.796875,-144.1875,0,0,0,'2019-03-16 15:11:45'); +INSERT INTO `marker` VALUES (10173,1900,NULL,2,1916,43169,'Korok Seed','',157.4140625,-165.7109375,0,0,0,'2019-03-16 15:15:28'); +INSERT INTO `marker` VALUES (10174,1900,NULL,2,1916,43169,'Korok Seed','',154.28125,-164.421875,0,0,0,'2019-03-16 15:15:55'); +INSERT INTO `marker` VALUES (10175,1900,NULL,2,1901,46138,'Home','',179.59375,-163.3125,0,0,0,'2019-03-17 02:42:04'); +INSERT INTO `marker` VALUES (10176,1900,NULL,2,1901,46212,'starting point','',110.671875,-156.6875,0,0,0,'2019-03-17 13:48:26'); +INSERT INTO `marker` VALUES (10177,1900,NULL,2,1901,46216,'South Akkala Stable','',177.21875,-101.54296875,0,0,0,'2019-03-17 22:42:38'); +INSERT INTO `marker` VALUES (10178,1900,NULL,2,1901,46216,'bge','',189.9375,-102.8125,0,0,0,'2019-03-17 23:21:05'); +INSERT INTO `marker` VALUES (10179,1900,NULL,2,1943,43349,'Silver Rupee','',115.1171875,-70.9765625,0,0,0,'2019-03-18 03:58:59'); +INSERT INTO `marker` VALUES (10180,1900,NULL,2,1943,43349,'Gold Rupee','',115.625,-72.37109375,0,0,0,'2019-03-18 04:03:25'); +INSERT INTO `marker` VALUES (10181,1900,NULL,2,1901,43573,'Goldene Schuppe','',141.682373046875,-164.407958984375,0,1,0,'2019-03-18 20:20:04'); +INSERT INTO `marker` VALUES (10182,1900,NULL,2,1921,38530,'jjj','',109.625,-152.0625,0,0,0,'2019-03-18 21:05:41'); +INSERT INTO `marker` VALUES (10183,1900,NULL,2,1926,46386,'Divine Beast Vah Medoh','',71,-100.5,0,0,0,'2019-03-19 01:42:32'); +INSERT INTO `marker` VALUES (10184,1900,NULL,2,1926,46386,'Divine Beast Vah Rudania','',167.75,-88.5,0,0,0,'2019-03-19 01:43:10'); +INSERT INTO `marker` VALUES (10185,1900,NULL,2,1943,33143,'Rupee','Use Magnesis on chest from distance, attached to enemy.',122.203125,-170.03125,0,0,0,'2019-03-19 04:14:26'); +INSERT INTO `marker` VALUES (10186,1900,NULL,2,1902,46500,'Durian','',149.33203125,-178.390625,0,0,0,'2019-03-19 16:22:19'); +INSERT INTO `marker` VALUES (10187,1900,NULL,2,1901,43686,'Dragon legendario ','punto de salida Farodra ',155.4375,-180.765625,0,1,0,'2019-03-20 17:08:24'); +INSERT INTO `marker` VALUES (10188,1900,NULL,2,1901,43686,'Dragones legendarios ','Punto de salida ',121.71875,-165.140625,0,1,0,'2019-03-20 17:12:30'); +INSERT INTO `marker` VALUES (10189,1900,NULL,2,1901,43686,'gragones legendarios ','',101.5625,-96.34375,0,1,0,'2019-03-20 17:13:13'); +INSERT INTO `marker` VALUES (10190,1900,NULL,2,1920,43686,'dragon ','salida del dragon de trueno',155.953125,-173.91015625,0,1,0,'2019-03-20 20:04:50'); +INSERT INTO `marker` VALUES (10191,1900,NULL,2,1901,45903,'Healthy Durian','Farm Spot for Healthy Durian',149.453125,-178.1875,0,0,0,'2019-03-21 11:07:17'); +INSERT INTO `marker` VALUES (10192,1900,NULL,2,1901,46128,'Prince','',164.6484375,-124.1953125,0,0,0,'2019-03-22 04:47:10'); +INSERT INTO `marker` VALUES (10193,1900,NULL,2,1901,46735,'1','',156.38068175315857,-143.12997126579285,0,0,0,'2019-03-22 14:33:25'); +INSERT INTO `marker` VALUES (10194,1900,NULL,2,1921,44197,'Tarrey','',16.875,-98.25,0,0,0,'2019-03-22 17:30:23'); +INSERT INTO `marker` VALUES (10195,1900,NULL,2,1935,46459,'Arrows of Burning Heat','Light the torches around the goddess statue.',156.58984375,-144.27734375,0,0,0,'2019-03-23 03:30:18'); +INSERT INTO `marker` VALUES (10196,1900,NULL,2,1944,46459,'Majora's Mask','DLC Only',120.97265625,-148.02734375,0,0,0,'2019-03-23 09:35:23'); +INSERT INTO `marker` VALUES (10197,1900,NULL,2,1926,46509,'Vah'Naboris Divine Beast','',79.625,-180.90625,0,0,0,'2019-03-23 16:56:06'); +INSERT INTO `marker` VALUES (10198,1900,NULL,2,1916,41317,'Korok seed','',176.0859375,-125.3046875,0,1,0,'2019-03-24 13:20:24'); +INSERT INTO `marker` VALUES (10199,1900,NULL,2,1910,46509,'Opal','Inside the wreck',167.1328125,-179.72265625,0,0,0,'2019-03-24 17:56:01'); +INSERT INTO `marker` VALUES (10200,1900,NULL,2,1902,46946,'Tunique Bleue','Tunique bleue (anti-chaleur)',125.56640625,-176.16015625,0,0,0,'2019-03-25 19:19:06'); +INSERT INTO `marker` VALUES (10201,1900,NULL,2,1901,46946,'Tunique bleue (anti-chaleur)','Tunique bleue (anti-chaleur)',125.5625,-176.1484375,0,0,0,'2019-03-25 19:20:13'); +INSERT INTO `marker` VALUES (10202,1900,NULL,2,1944,46946,'Tunique bleue','anti-chaleur',125.578125,-176.1484375,0,0,0,'2019-03-25 19:21:50'); +INSERT INTO `marker` VALUES (10203,1900,NULL,2,1944,46459,'Phantom Helmet','DLC only.',109.3125,-147.2421875,0,0,0,'2019-03-26 05:26:49'); +INSERT INTO `marker` VALUES (10204,1900,NULL,2,1935,45680,'Taburasa Dog','',190.265625,-103.09375,0,0,0,'2019-03-27 05:25:41'); +INSERT INTO `marker` VALUES (10205,1900,NULL,2,1916,46932,'????','',136.58314710855484,-150.62853413820267,0,1,0,'2019-03-27 08:28:36'); +INSERT INTO `marker` VALUES (10206,1900,NULL,2,1935,45945,'A Fragmented Monument','Kah Yah Shrine Quest',181.65625,-180.0859375,0,0,0,'2019-03-27 23:23:04'); +INSERT INTO `marker` VALUES (10207,1900,NULL,2,1926,46811,'Divine Beast Vah Naboris','',95,-169.25,0,1,0,'2019-03-28 22:25:35'); +INSERT INTO `marker` VALUES (10208,1900,NULL,2,1901,47547,'1','',114.09375,-157.828125,0,0,0,'2019-03-29 13:54:28'); +INSERT INTO `marker` VALUES (10209,1900,NULL,2,1944,46381,'Ext. DLC 2','Midona's Mask',106.08203125,-131.51171875,0,0,0,'2019-03-29 16:31:33'); +INSERT INTO `marker` VALUES (10210,1900,NULL,2,1903,47563,'fire rod','',-98.5,-72.5,0,0,0,'2019-03-29 17:18:06'); +INSERT INTO `marker` VALUES (10211,1900,NULL,2,1935,46509,'Race','',86.734375,-109.765625,0,0,0,'2019-03-30 16:26:40'); +INSERT INTO `marker` VALUES (10212,1900,NULL,2,1925,47691,'Renaissance','',110.7421875,-157.37760496139526,0,0,0,'2019-03-30 17:18:37'); +INSERT INTO `marker` VALUES (10213,1900,NULL,2,1902,47226,'Equipment','Knights Sword, Shields, Arrows\r\n',193.625,-119.8671875,0,0,0,'2019-03-30 22:27:25'); +INSERT INTO `marker` VALUES (10214,1900,NULL,2,1901,46381,'First part Kilton's market ','First point where Kilton is located to activation of is market ',178.78125,-74.265625,0,1,0,'2019-03-31 12:34:08'); +INSERT INTO `marker` VALUES (10215,1900,NULL,2,1920,46381,'Kilton's Market','Black link armor seller, monster seller\r\nAppears after 22.00',155.04296875,-144.328125,0,1,0,'2019-03-31 13:12:33'); +INSERT INTO `marker` VALUES (10216,1900,NULL,2,1926,47824,'Vah'Ruta','',174.5625,-131.71875,0,0,0,'2019-03-31 20:35:17'); +INSERT INTO `marker` VALUES (10217,1900,NULL,2,1902,46381,'Ext. DLC 2','Xanto's Helmet',148.09765625,-166.33203125,0,0,0,'2019-04-01 16:13:15'); +INSERT INTO `marker` VALUES (10218,1900,NULL,2,1944,47226,'Blizzard Rod','',201.9921875,-112.484375,0,0,0,'2019-04-01 18:20:21'); +INSERT INTO `marker` VALUES (10219,1900,NULL,2,1920,47945,'Akkala Ancient Tech Lab','',198.5421872138977,-78.52265644073486,0,0,0,'2019-04-02 20:22:16'); +INSERT INTO `marker` VALUES (10220,1900,NULL,2,1916,47599,'Korok Seed','',163.7578125,-138.9296875,0,0,0,'2019-04-04 03:04:30'); +INSERT INTO `marker` VALUES (10221,1900,NULL,2,1902,48307,'Nintendo Switch Shirt (DLC)','',120.68359375,-159.3046875,0,0,0,'2019-04-05 06:57:19'); +INSERT INTO `marker` VALUES (10222,1900,NULL,2,1904,48307,'Bomb Arrow (DLC)','',105.296875,-159.7578125,0,0,0,'2019-04-05 07:52:42'); +INSERT INTO `marker` VALUES (10223,1900,NULL,2,1910,48238,'??','',149.625,-182.546875,0,0,0,'2019-04-05 09:41:34'); +INSERT INTO `marker` VALUES (10224,1900,NULL,2,1935,48230,'By Firefly's Light','',157.6953125,-144.1640625,0,0,0,'2019-04-05 18:45:40'); +INSERT INTO `marker` VALUES (10225,1900,NULL,2,1935,47691,'By Firefly's Light','',157.70703125,-144.15625,0,0,0,'2019-04-07 19:14:38'); +INSERT INTO `marker` VALUES (10226,1900,NULL,2,1916,47917,'Korok Seed','',83.828125,-103.296875,0,1,0,'2019-04-09 03:19:47'); +INSERT INTO `marker` VALUES (10227,1900,NULL,2,1944,35456,'Ancient Bridle','Ex Ancient Horse Rumors',92.2578125,-133.390625,0,0,0,'2019-04-09 19:56:53'); +INSERT INTO `marker` VALUES (10228,1900,NULL,2,1944,35456,'EX: Tingle's Tights','',127.625,-131.38671875,0,0,0,'2019-04-10 19:11:55'); +INSERT INTO `marker` VALUES (10229,1900,NULL,2,1920,49050,'i monti gemelli','i monti gemelli',149.28125,-158.0625,0,0,0,'2019-04-12 17:31:59'); +INSERT INTO `marker` VALUES (10230,1900,NULL,2,1901,49219,'Campfire','',112.1875,-161.71875,0,1,0,'2019-04-13 01:33:29'); +INSERT INTO `marker` VALUES (10231,1900,NULL,2,1901,49219,'Boat','',111.12109375,-160.01171875,0,1,0,'2019-04-13 01:38:48'); +INSERT INTO `marker` VALUES (10232,1900,NULL,2,1901,48859,'Southern Mine','Southern Mine where several quests can be located, and Greyson is found (who is needed for tarrey town quest. You get Fire guard armor here as well. Very important.',154.27671617269516,-97.43036818504333,0,1,0,'2019-04-13 16:36:26'); +INSERT INTO `marker` VALUES (10233,1900,NULL,2,1903,49367,'???','???',103.54296875,-154.8515625,0,0,0,'2019-04-14 07:35:12'); +INSERT INTO `marker` VALUES (10234,1900,NULL,2,1944,49202,'Climbing Bandanna','',149.5625,-157.1875,0,0,0,'2019-04-14 16:38:56'); +INSERT INTO `marker` VALUES (10235,1900,NULL,2,1916,48678,'Korok Seed','',125.9296875,-187.4765625,0,0,0,'2019-04-15 02:32:54'); +INSERT INTO `marker` VALUES (10236,1900,NULL,2,1901,47960,'ancient core','',186.75,-62.875,0,0,0,'2019-04-16 06:23:35'); +INSERT INTO `marker` VALUES (10237,1900,NULL,2,1926,49628,'Divine Beast vah Naboris','',95,-169.15625,0,0,0,'2019-04-17 09:21:34'); +INSERT INTO `marker` VALUES (10238,1900,NULL,2,1901,3853,'Hesta second','',134.0625,-144.1640625,0,0,0,'2019-04-18 15:24:41'); +INSERT INTO `marker` VALUES (10239,1900,NULL,2,1901,49972,'Go here','',103.5744047164917,-97.05803489685059,0,0,0,'2019-04-19 17:55:54'); +INSERT INTO `marker` VALUES (10240,1900,NULL,2,1931,49367,'Bokoblin Camp','',107.8984375,-154.2578125,0,0,0,'2019-04-20 04:48:12'); +INSERT INTO `marker` VALUES (10241,1900,NULL,2,1931,49367,'Bokoblin Camp','',113.1640625,-158.625,0,0,0,'2019-04-20 04:58:19'); +INSERT INTO `marker` VALUES (10242,1900,NULL,2,1901,50024,'Campfire','',105.6015625,-152.69140625,0,0,0,'2019-04-20 05:36:25'); +INSERT INTO `marker` VALUES (10243,1900,NULL,2,1938,32645,'test123','test222',102.375,-155,0,0,0,'2019-04-20 15:38:45'); +INSERT INTO `marker` VALUES (10244,1900,NULL,2,1939,45880,'Blizzard Wizrobe','Blizzard Rod',140.0546875,-116.2734375,0,0,0,'2019-04-21 05:15:15'); +INSERT INTO `marker` VALUES (10245,1900,NULL,2,1901,50024,'Gem Deposit','',161.28593730926514,-168.78593754768372,0,0,0,'2019-04-21 06:34:14'); +INSERT INTO `marker` VALUES (10246,1900,NULL,2,1930,50024,'Electric Keese','',161.3624997138977,-168.6796875,0,0,0,'2019-04-21 06:34:56'); +INSERT INTO `marker` VALUES (10247,1900,NULL,2,1901,50253,'Kakariko','',40,-140.875,0,0,0,'2019-04-21 20:06:43'); +INSERT INTO `marker` VALUES (10248,1900,NULL,2,1920,50439,'DEPART','Début de l'histoire',110.45703125,-157.53125,0,1,0,'2019-04-23 09:58:17'); +INSERT INTO `marker` VALUES (10249,1900,NULL,2,1944,50431,'??','',139.171875,-97.8125,0,0,0,'2019-04-23 20:22:38'); +INSERT INTO `marker` VALUES (10250,1900,NULL,2,1944,50431,'treasure','treasure',139.6171875,-97.78125,0,0,0,'2019-04-23 20:23:25'); +INSERT INTO `marker` VALUES (10251,1900,NULL,2,1944,50431,'treasure','wooden arrow x5',137.51953125,-97.515625,0,0,0,'2019-04-23 20:29:32'); +INSERT INTO `marker` VALUES (10252,1900,NULL,2,1944,50431,'treasure','knights shield',130.1796875,-120.7890625,0,0,0,'2019-04-23 22:17:04'); +INSERT INTO `marker` VALUES (10253,1900,NULL,2,1944,50431,'bow','knight;'s bow',127.71484375,-123.62890625,0,0,0,'2019-04-23 22:23:11'); +INSERT INTO `marker` VALUES (10254,1900,NULL,2,1943,50431,'chest','bomb arrorx5',130.3515625,-116.87109375,0,0,0,'2019-04-23 22:41:51'); +INSERT INTO `marker` VALUES (10255,1900,NULL,2,1943,50431,'chest','arrow',139.9296875,-116.25,0,0,0,'2019-04-23 23:29:43'); +INSERT INTO `marker` VALUES (10256,1900,NULL,2,1943,50431,'fire arr x5','fire arr x5',144.66796875,-178.265625,0,0,0,'2019-04-23 23:36:17'); +INSERT INTO `marker` VALUES (10257,1900,NULL,2,1948,50458,'FARMING','',96.9044189453125,-136.283447265625,0,0,0,'2019-04-24 10:44:39'); +INSERT INTO `marker` VALUES (10258,1900,NULL,2,1901,50504,'need to beat','',55.9375,-142.125,0,0,0,'2019-04-25 01:13:41'); +INSERT INTO `marker` VALUES (10259,1900,NULL,2,1901,49952,'Blutmond','',79.25,-132,0,0,0,'2019-04-27 18:14:48'); +INSERT INTO `marker` VALUES (10260,1900,NULL,2,1921,50916,'Gerudo Town','',85,-150.625,0,0,0,'2019-04-28 00:37:38'); +INSERT INTO `marker` VALUES (10261,1900,NULL,2,1943,50843,'Chest 5 fire arrows','',105.2734375,-159.7109375,0,0,0,'2019-04-28 10:54:03'); +INSERT INTO `marker` VALUES (10262,1900,NULL,2,1916,50805,'Kolog seeds','',191.7890625,-154.8515625,0,0,0,'2019-04-28 20:45:28'); +INSERT INTO `marker` VALUES (10263,1900,NULL,2,1935,45488,'misko treasure cave','',158.31624031066895,-168.9881410598755,0,0,0,'2019-04-29 17:09:33'); +INSERT INTO `marker` VALUES (10264,1900,NULL,2,1901,51345,'Lurelin Village','',174.9375,-180.75,0,0,0,'2019-05-01 16:13:27'); +INSERT INTO `marker` VALUES (10265,1900,NULL,2,1903,42921,'diamond sword','18 damage one handedsword',105.28125,-117.609375,0,0,0,'2019-05-01 19:55:37'); +INSERT INTO `marker` VALUES (10266,1900,NULL,2,1935,45488,'Take back the sea','NPC: Sebasto\r\n\r\nDescription: Defeat the monsters on Aris beach\r\n\r\nReward: 100 rupees',173.2237969636917,-181.25967395305634,0,0,0,'2019-05-04 02:45:46'); +INSERT INTO `marker` VALUES (10267,1900,NULL,2,1925,51636,'Toh Yahsa Shrine','',92.60433053970337,-113.99996852874756,0,0,0,'2019-05-04 12:18:03'); +INSERT INTO `marker` VALUES (10268,1900,NULL,2,1901,49196,'Devo andare qua ','',93.9921875,-96.2265625,0,0,0,'2019-05-04 16:16:51'); +INSERT INTO `marker` VALUES (10269,1900,NULL,2,1926,50977,'Vah Nahboris','',66,-187,0,0,0,'2019-05-05 12:12:36'); +INSERT INTO `marker` VALUES (10270,1900,NULL,2,1939,50205,'Ice Wizzrobe','',74.984375,-152.3125,0,0,0,'2019-05-05 21:42:54'); +INSERT INTO `marker` VALUES (10271,1900,NULL,2,1901,51954,'!!!!!!!!!','',-322,-6,0,0,0,'2019-05-07 13:13:46'); +INSERT INTO `marker` VALUES (10272,1900,NULL,2,1901,52291,'??','',117.0625,-128.984375,0,0,0,'2019-05-10 06:44:49'); +INSERT INTO `marker` VALUES (10273,1900,NULL,2,1944,52235,'Knight's Bow','',55.765625,-147.71875,0,0,0,'2019-05-10 17:22:19'); +INSERT INTO `marker` VALUES (10274,1900,NULL,2,1943,52235,'Topaz','',55.28125,-143,0,0,0,'2019-05-10 17:24:43'); +INSERT INTO `marker` VALUES (10275,1900,NULL,2,1926,23546,'Vah Medoh','',-25,-143.5,0,0,0,'2019-05-10 22:40:56'); +INSERT INTO `marker` VALUES (10276,1900,NULL,2,1926,23546,'Vah Medoh','',71.375,-99.9375,0,0,0,'2019-05-10 22:41:16'); +INSERT INTO `marker` VALUES (10277,1900,NULL,2,1926,23546,'Vah Rudania','',166.5,-87.75,0,0,0,'2019-05-10 22:42:10'); +INSERT INTO `marker` VALUES (10278,1900,NULL,2,1901,23546,'Vah Naboris','',94.875,-169.375,0,0,0,'2019-05-10 22:42:39'); +INSERT INTO `marker` VALUES (10279,1900,NULL,2,1939,43748,'Ice Wizzrobe','',103.80078125,-186.4140625,0,0,0,'2019-05-11 08:42:39'); +INSERT INTO `marker` VALUES (10280,1900,NULL,2,1942,50205,'Stalnox','',93.421875,-137.1640625,0,0,0,'2019-05-11 09:41:16'); +INSERT INTO `marker` VALUES (10281,1900,NULL,2,1946,52516,'Kletis','',133.46875,-145.296875,0,0,0,'2019-05-12 11:59:37'); +INSERT INTO `marker` VALUES (10282,1900,NULL,2,1943,52322,'DLC Chest','Phantom Armor',124.22265625,-126.6015625,0,1,0,'2019-05-12 21:39:58'); +INSERT INTO `marker` VALUES (10283,1900,NULL,2,1936,52670,'Cracked Plateau','Cracked wall housing several ore deposits on the ceiling inside.',158.640625,-175.734375,0,0,0,'2019-05-13 05:26:59'); +INSERT INTO `marker` VALUES (10284,1900,NULL,2,1916,51892,'Error ','The kolog upside the mountain doesnt exist',132.85369324684143,-179.4389204978943,0,1,0,'2019-05-13 23:19:35'); +INSERT INTO `marker` VALUES (10285,1900,NULL,2,1916,51885,'Korok','',139.359375,-185.34375,0,0,0,'2019-05-14 16:25:26'); +INSERT INTO `marker` VALUES (10286,1900,NULL,2,1901,50587,'Apples','',96.625,-133.5,0,0,0,'2019-05-19 15:44:54'); +INSERT INTO `marker` VALUES (10287,1900,NULL,2,1926,53330,'Divine Beast Vah Naboris','Bring clothes, food or elixirs that protect you from heat and cold in the desert.',94.90625,-169.03125,0,0,0,'2019-05-20 15:08:41'); +INSERT INTO `marker` VALUES (10288,1900,NULL,2,1916,53476,'seed','',129.34375,-152.78515625,0,0,0,'2019-05-22 06:14:38'); +INSERT INTO `marker` VALUES (10289,1900,NULL,2,1901,53039,'Ore Deposits','',175.328125,-155.78125,0,0,0,'2019-05-22 16:47:59'); +INSERT INTO `marker` VALUES (10290,1900,NULL,2,1936,53039,'Bombable Wall','Cave of Rare Ore Deposits',158.71875,-175.62109375,0,0,0,'2019-05-22 19:23:26'); +INSERT INTO `marker` VALUES (10291,1900,NULL,2,1936,53525,'boulder with treasure behind it','',147.71875,-157.0859375,0,0,0,'2019-05-22 19:46:32'); +INSERT INTO `marker` VALUES (10292,1900,NULL,2,1901,53646,'1','',69.25,-68.625,0,0,0,'2019-05-23 14:30:12'); +INSERT INTO `marker` VALUES (10293,1900,NULL,2,1939,43748,'Blizzrobe','',82.75070190429688,-81.89663696289062,0,0,0,'2019-05-25 07:28:47'); +INSERT INTO `marker` VALUES (10294,1900,NULL,2,1916,53227,'Korok Seed','',62.828125,-159.0703125,0,1,0,'2019-05-25 16:25:00'); +INSERT INTO `marker` VALUES (10295,1900,NULL,2,1901,53315,'Hidden Fairy Settlement','',90.51250076293945,-122.3125,0,0,0,'2019-05-26 20:40:03'); +INSERT INTO `marker` VALUES (10296,1900,NULL,2,1901,53327,'1','',78.01838517189026,-70.14527249336243,0,0,0,'2019-05-27 00:34:08'); +INSERT INTO `marker` VALUES (10297,1900,NULL,2,1901,51643,'Eau','Bah c'est de l'eau quoi',69.8046875,-99.453125,0,0,0,'2019-05-27 14:31:34'); +INSERT INTO `marker` VALUES (10298,1900,NULL,2,1932,50024,'Guardian Stalker','',101.875,-174.71875,0,0,0,'2019-05-28 01:48:05'); +INSERT INTO `marker` VALUES (10299,1900,NULL,2,1935,54092,'Hestu','',158.6883773803711,-151.14856147766113,0,0,0,'2019-05-28 03:30:48'); +INSERT INTO `marker` VALUES (10300,1900,NULL,2,1925,54101,'Takama Shiri Shrine','Shrine added as part of Champions' Ballad DLC',51.5,-161.625,0,0,0,'2019-05-28 04:27:40'); +INSERT INTO `marker` VALUES (10301,1900,NULL,2,1916,53781,'Korok2','',47.3125,-188.8125,0,0,0,'2019-05-28 13:37:00'); +INSERT INTO `marker` VALUES (10302,1900,NULL,2,1931,45945,'boko camp','',150.109375,-120.4765625,0,0,0,'2019-05-29 12:19:20'); +INSERT INTO `marker` VALUES (10303,1900,NULL,2,1939,51229,'Blizzard Wizzrobe','',103.7890625,-186.4296875,0,0,0,'2019-05-30 08:37:29'); +INSERT INTO `marker` VALUES (10304,1900,NULL,2,1901,54275,'kmjk','',112.625,-132.25,0,0,0,'2019-05-30 11:43:43'); +INSERT INTO `marker` VALUES (10305,1900,NULL,2,1935,45945,'Good-Sized Horse','Zyle lost his horse during his travels and he needs to buy a horse off of you for 300 Rupees',95.96875,-157.53125,0,0,0,'2019-05-30 16:45:22'); +INSERT INTO `marker` VALUES (10306,1900,NULL,2,1916,54037,'1','',134.65625,-188.0078125,0,0,0,'2019-05-31 11:09:54'); +INSERT INTO `marker` VALUES (10307,1900,NULL,2,1901,54175,'Blue fire','',181.7265625,-158.87890625,0,0,0,'2019-05-31 22:18:19'); +INSERT INTO `marker` VALUES (10308,1900,NULL,2,1916,54529,'pas trouver','',60.125,-186.0625,0,0,0,'2019-06-01 17:24:46'); +INSERT INTO `marker` VALUES (10309,1900,NULL,2,1916,54529,'pas trouver','',60.15625,-186.109375,0,0,0,'2019-06-01 17:25:09'); +INSERT INTO `marker` VALUES (10310,1900,NULL,2,1926,54175,'Divine Beast Vah Medoh','',71.390625,-99.921875,0,0,0,'2019-06-01 23:58:34'); +INSERT INTO `marker` VALUES (10311,1900,NULL,2,1901,54377,'Epreuve de force','Epreuve extrême de force',73.8515625,-121,0,0,0,'2019-06-02 13:24:32'); +INSERT INTO `marker` VALUES (10312,1900,NULL,2,1930,54654,'test','y'a un test ici',62.5,-138.5,0,1,0,'2019-06-02 14:58:27'); +INSERT INTO `marker` VALUES (10313,1900,NULL,2,1935,54526,'quest','',64.484375,-69.875,0,0,0,'2019-06-02 19:46:52'); +INSERT INTO `marker` VALUES (10314,1900,NULL,2,1916,54652,'kk','',153.75,-92.92578125,0,0,0,'2019-06-03 11:21:04'); +INSERT INTO `marker` VALUES (10315,1900,NULL,2,1916,54845,'Weird, ob der wirklich existiert?','',59.0625,-95.921875,0,0,0,'2019-06-04 14:27:40'); +INSERT INTO `marker` VALUES (10316,1900,NULL,2,1901,54845,'Weird, ob der wirklich existiert?','',58.765625,-95.828125,0,0,0,'2019-06-04 14:28:17'); +INSERT INTO `marker` VALUES (10317,1900,NULL,2,1935,54038,'Good-Sized Horse','',96.28125,-157.890625,0,0,0,'2019-06-05 19:31:04'); +INSERT INTO `marker` VALUES (10318,1900,NULL,2,1916,53989,'Korok Seed','',160.046875,-146.83984375,0,1,0,'2019-06-08 21:52:42'); +INSERT INTO `marker` VALUES (10319,1900,NULL,2,1901,55622,'test','test',113.65625,-149.96875,0,0,0,'2019-06-12 00:20:21'); +INSERT INTO `marker` VALUES (10320,1900,NULL,2,1901,55591,'v','',114.46875,-161.5625,0,0,0,'2019-06-12 00:44:05'); +INSERT INTO `marker` VALUES (10321,1900,NULL,2,1902,55591,'asdf','asdf',111.734375,-156.296875,0,0,0,'2019-06-12 00:47:58'); +INSERT INTO `marker` VALUES (10322,1900,NULL,2,1901,55583,'Koro','',108.453125,-176.9765625,0,0,0,'2019-06-12 09:28:44'); +INSERT INTO `marker` VALUES (10323,1900,NULL,2,1931,56110,'Enemy Camp','',143.671875,-149.703125,0,0,0,'2019-06-15 06:30:38'); +INSERT INTO `marker` VALUES (10324,1900,NULL,2,1944,55943,'3 Antike Reaktorkerne','Braucht sie noch.',187.02734375,-161.11328125,0,0,0,'2019-06-15 10:36:49'); +INSERT INTO `marker` VALUES (10325,1900,NULL,2,1901,55709,'snowfield','',84.25,-155.25,0,0,0,'2019-06-15 11:37:24'); +INSERT INTO `marker` VALUES (10326,1900,NULL,2,1910,55589,'Chest','',117.37890625,-152.03125,0,0,0,'2019-06-15 13:51:17'); +INSERT INTO `marker` VALUES (10327,1900,NULL,2,1910,55589,'Rough ruby','',117.5,-151.8125,0,0,0,'2019-06-15 13:53:00'); +INSERT INTO `marker` VALUES (10328,1900,NULL,2,1931,56244,'Majes','',118.1171875,-158.0390625,0,0,0,'2019-06-15 18:58:55'); +INSERT INTO `marker` VALUES (10329,1900,NULL,2,1901,56018,'Campfire','',109.7734375,-158.48697924613953,0,1,0,'2019-06-16 09:41:59'); +INSERT INTO `marker` VALUES (10330,1900,NULL,2,1901,56018,'Campfire','',111.87239646911621,-159.59895849227905,0,1,0,'2019-06-16 09:47:32'); +INSERT INTO `marker` VALUES (10331,1900,NULL,2,1901,56018,'Campfire','',105.45182299613953,-152.77473950386047,0,1,0,'2019-06-16 10:12:20'); +INSERT INTO `marker` VALUES (10332,1900,NULL,2,1910,55589,'Flint','',113.11328125,-156.65234375,0,0,0,'2019-06-16 12:43:33'); +INSERT INTO `marker` VALUES (10333,1900,NULL,2,1940,52480,'Silver Lynel','',117.90625,-161,0,1,0,'2019-06-16 16:36:21'); +INSERT INTO `marker` VALUES (10334,1900,NULL,2,1941,52480,'Frost Talus','',79.9140625,-82.8203125,0,1,0,'2019-06-16 17:20:19'); +INSERT INTO `marker` VALUES (10335,1900,NULL,2,1901,56400,'Eldra + Quest','',150.640625,-71.296875,0,0,0,'2019-06-16 19:19:22'); +INSERT INTO `marker` VALUES (10336,1900,NULL,2,1910,56469,'Gem Deposits','Some pile of rocks with valuable gems.',161.6640625,-152.2109375,0,0,0,'2019-06-16 20:19:51'); +INSERT INTO `marker` VALUES (10337,1900,NULL,2,1926,54359,'Divine Beast Vah Rudania','',167.6875,-87.421875,0,0,0,'2019-06-17 07:35:20'); +INSERT INTO `marker` VALUES (10338,1900,NULL,2,1901,56505,'Mr Monsters','Deleate this after you find him',179.234375,-74.390625,0,0,0,'2019-06-17 16:40:44'); +INSERT INTO `marker` VALUES (10339,1900,NULL,2,1903,50315,'Tree Branch','',112.7734375,-153.9921875,0,1,0,'2019-06-17 17:45:16'); +INSERT INTO `marker` VALUES (10340,1900,NULL,2,1931,50315,'Bokoblin Camp','',118.125,-157.75,0,1,0,'2019-06-18 05:58:33'); +INSERT INTO `marker` VALUES (10341,1900,NULL,2,1903,50315,'Tree Branch','',112.484375,-163.94921875,0,1,0,'2019-06-18 06:55:42'); +INSERT INTO `marker` VALUES (10342,1900,NULL,2,1901,50315,'Campfire','',105.4453125,-152.734375,0,1,0,'2019-06-18 09:10:49'); +INSERT INTO `marker` VALUES (10343,1900,NULL,2,1935,54359,'Zora Stone Monuments','',180.234375,-119.21875,0,0,0,'2019-06-18 10:06:31'); +INSERT INTO `marker` VALUES (10344,1900,NULL,2,1916,56744,'korack seed','',136.125,-167.015625,0,0,0,'2019-06-18 18:37:07'); +INSERT INTO `marker` VALUES (10345,1900,NULL,2,1930,50315,'Moblin','',126.28125,-152.359375,0,1,0,'2019-06-20 12:42:08'); +INSERT INTO `marker` VALUES (10346,1900,NULL,2,1901,50315,'Campfire','',132.484375,-153.234375,0,1,0,'2019-06-20 13:11:18'); +INSERT INTO `marker` VALUES (10347,1900,NULL,2,1901,57031,'fuck','',153.8984375,-146.1640625,0,0,0,'2019-06-20 13:48:49'); +INSERT INTO `marker` VALUES (10348,1900,NULL,2,1901,46381,'Rino'Himika Shrine','Shrine',162.7421875,-96.828125,0,0,0,'2019-06-20 19:23:38'); +INSERT INTO `marker` VALUES (10349,1900,NULL,2,1901,56712,'A Wife Washed Away','The NPC for completing the side quest',124.46875,-167.9296875,0,1,0,'2019-06-21 18:44:07'); +INSERT INTO `marker` VALUES (10350,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10351,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10352,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10353,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10354,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10355,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10356,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10357,1900,NULL,2,1930,57361,'Stronger Enemies','Two Ice Lizalfos',190.4296875,-150.5859375,0,0,0,'2019-06-21 23:34:34'); +INSERT INTO `marker` VALUES (10358,1900,NULL,2,1916,57381,'fs','',167.125,-86.75,0,0,0,'2019-06-22 03:09:25'); +INSERT INTO `marker` VALUES (10359,1900,NULL,2,1901,57335,'seed kp wieso oben oder unten','',121.5546875,-159.109375,0,0,0,'2019-06-22 06:00:27'); +INSERT INTO `marker` VALUES (10360,1900,NULL,2,1925,45711,'Noe Rajee Shrine','',68.2890625,-91.9375,0,1,0,'2019-06-22 19:28:29'); +INSERT INTO `marker` VALUES (10361,1900,NULL,2,1925,45711,'Rohta Chigah Shrine','',119.796875,-156.125,0,1,0,'2019-06-22 19:45:11'); +INSERT INTO `marker` VALUES (10362,1900,NULL,2,1925,45711,'Etsu Korima Shrine','',109.01171875,-160.97395837306976,0,1,0,'2019-06-22 19:47:29'); +INSERT INTO `marker` VALUES (10363,1900,NULL,2,1925,45711,'Kiah Toza Shrine','',94.32552099227905,-78.24999976158142,0,1,0,'2019-06-22 19:51:30'); +INSERT INTO `marker` VALUES (10364,1900,NULL,2,1925,45711,'Shira Gomar Shrine','',90.91406226158142,-106.36848950386047,0,0,0,'2019-06-22 19:55:25'); +INSERT INTO `marker` VALUES (10365,1900,NULL,2,1901,57539,'My Location','',143.75,-154.375,0,0,0,'2019-06-22 23:06:28'); +INSERT INTO `marker` VALUES (10366,1900,NULL,2,1910,57658,'Amber','',107.875,-162.75,0,1,0,'2019-06-23 17:33:46'); +INSERT INTO `marker` VALUES (10367,1900,NULL,2,1901,43128,'SAVE POINT','',103.265625,-94.65234375,0,0,0,'2019-06-24 02:58:55'); +INSERT INTO `marker` VALUES (10368,1900,NULL,2,1901,43128,'NOPE','lmao trying to make a personal marker PLS ignore',103.26171875,-94.76171875,0,0,0,'2019-06-24 02:59:34'); +INSERT INTO `marker` VALUES (10369,1900,NULL,2,1916,56532,'Korok Seed','Push the three rocks.',149.703125,-157,0,0,0,'2019-06-24 04:22:00'); +INSERT INTO `marker` VALUES (10370,1900,NULL,2,1910,57872,'Antic Screw','By the dead Guardian',115.51171875,-156.82421875,0,0,0,'2019-06-24 19:31:16'); +INSERT INTO `marker` VALUES (10371,1900,NULL,2,1910,57872,'Antic Spring','by the dead Guardian',115.375,-157.828125,0,0,0,'2019-06-24 19:34:11'); +INSERT INTO `marker` VALUES (10372,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',115.10546875,-158.40234375,0,0,0,'2019-06-24 19:35:42'); +INSERT INTO `marker` VALUES (10373,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',114.94921875,-158.5625,0,0,0,'2019-06-24 19:36:29'); +INSERT INTO `marker` VALUES (10374,1900,NULL,2,1943,57872,'Rhodonit (EX)','',117.38671875,-151.7578125,0,0,0,'2019-06-24 19:41:10'); +INSERT INTO `marker` VALUES (10375,1900,NULL,2,1944,57872,'Nintendo Switch Shirt (EX)','On the Wall',120.6875,-159.421875,0,0,0,'2019-06-24 19:54:23'); +INSERT INTO `marker` VALUES (10376,1900,NULL,2,1904,57872,'fire arrows x5','inside of the skull cave',108.8046875,-153.765625,0,0,0,'2019-06-24 20:13:39'); +INSERT INTO `marker` VALUES (10377,1900,NULL,2,1901,57870,'Maybe?','',120.4296875,-112.21875,0,0,0,'2019-06-24 20:30:28'); +INSERT INTO `marker` VALUES (10378,1900,NULL,2,1925,57983,'Dunba Shrine','',43.5,-152.5,0,0,0,'2019-06-25 15:47:32'); +INSERT INTO `marker` VALUES (10379,1900,NULL,2,1905,58025,'shied Real','Detras de un bloque de Metal\r\n',115.71875,-72.79296875,0,1,0,'2019-06-26 00:28:14'); +INSERT INTO `marker` VALUES (10380,1900,NULL,2,1943,58050,'Ruby','DLC Chest',117.48046875,-151.734375,0,0,0,'2019-06-26 01:15:11'); +INSERT INTO `marker` VALUES (10381,1900,NULL,2,1901,57925,'Wild Horses','',134.3828125,-181.453125,0,0,0,'2019-06-26 06:35:53'); +INSERT INTO `marker` VALUES (10382,1900,NULL,2,1901,58140,'test','test',112.69478607177734,-121.0796446800232,0,0,0,'2019-06-26 15:11:57'); +INSERT INTO `marker` VALUES (10383,1900,NULL,2,1925,58140,'Kamia Omuna Shrine','Part of the Champions; ballad DLC',161.15625,-77.625,0,0,0,'2019-06-26 22:54:00'); +INSERT INTO `marker` VALUES (10384,1900,NULL,2,1926,57925,'Divine Beast Vah Rudania','',167.4375,-92.375,0,0,0,'2019-06-26 23:42:05'); +INSERT INTO `marker` VALUES (10385,1900,NULL,2,1926,57925,'Divine Beast Vah Naboris','',83.5,-181.375,0,0,0,'2019-06-26 23:42:50'); +INSERT INTO `marker` VALUES (10386,1900,NULL,2,1926,57925,'Divine Beast Vah Medoh','',71.359375,-96.890625,0,0,0,'2019-06-26 23:43:51'); +INSERT INTO `marker` VALUES (10387,1900,NULL,2,1931,57925,'Moblin Camp','',109.1640625,-125.14453125,0,0,0,'2019-06-26 23:45:54'); +INSERT INTO `marker` VALUES (10388,1900,NULL,2,1930,57925,'Bokoblin on Horseback','',145.015625,-127.8203125,0,0,0,'2019-06-26 23:48:15'); +INSERT INTO `marker` VALUES (10389,1900,NULL,2,1903,58422,'Moblin club','',121.9140625,-152.328125,0,1,0,'2019-06-28 20:00:22'); +INSERT INTO `marker` VALUES (10390,1900,NULL,2,1926,54359,'Divine Beast Vah Medoh','',71.53765869140625,-98.828125,0,0,0,'2019-06-29 01:10:32'); +INSERT INTO `marker` VALUES (10391,1900,NULL,2,1935,54359,'The Giant of Ralis Pond','NPC: Torfeau\r\n\r\nRequires: Kill the Hinox near Ralis Pond.\r\n\r\nReward: Silver Rupee',179.77734375,-119.359375,0,0,0,'2019-06-29 06:23:42'); +INSERT INTO `marker` VALUES (10392,1900,NULL,2,1901,58581,'Huinya','',136.25,-113,0,0,0,'2019-06-29 15:17:48'); +INSERT INTO `marker` VALUES (10393,1900,NULL,2,1910,58317,'Lotus Fruit','',88.0625,-138.05859375,0,0,0,'2019-06-29 18:39:10'); +INSERT INTO `marker` VALUES (10394,1900,NULL,2,1901,58314,'Scout','',33.125,-117.75,0,0,0,'2019-06-30 21:58:56'); +INSERT INTO `marker` VALUES (10395,1900,NULL,2,1943,58823,'Giant Ancient Core','',69.5,-127.625,0,0,0,'2019-07-01 01:13:48'); +INSERT INTO `marker` VALUES (10396,1900,NULL,2,1901,58640,'Hestu','',181.51420378684998,-101.93181848526001,0,0,0,'2019-07-01 03:34:15'); +INSERT INTO `marker` VALUES (10397,1900,NULL,2,1943,58677,'Ruby DLC','',117.40625,-151.7734375,0,0,0,'2019-07-01 14:19:06'); +INSERT INTO `marker` VALUES (10398,1900,NULL,2,1916,55864,'Korok Seed ','',154.4609375,-120.38671875,0,0,0,'2019-07-01 17:38:18'); +INSERT INTO `marker` VALUES (10399,1900,NULL,2,1901,58549,'akkala','',30.75,-100.5,0,0,0,'2019-07-02 12:24:22'); +INSERT INTO `marker` VALUES (10400,1900,NULL,2,1901,58919,'Platform','',110.65625,-161.53515625,0,0,0,'2019-07-04 11:58:05'); +INSERT INTO `marker` VALUES (10401,1900,NULL,2,1903,18179,'?????? ','????? ??? ???????, ?? ?? ?????? ?????? ???????? ?? ???????',62.640625,-100.9375,0,0,0,'2019-07-04 19:25:14'); +INSERT INTO `marker` VALUES (10402,1900,NULL,2,1901,18179,'??????? ??????','',82.2734375,-88.94921875,0,0,0,'2019-07-04 20:04:59'); +INSERT INTO `marker` VALUES (10403,1900,NULL,2,1935,59420,'To be the wind','',201.578125,-186.703125,0,0,0,'2019-07-05 23:43:10'); +INSERT INTO `marker` VALUES (10404,1900,NULL,2,1901,59206,'safiro','',169.8046875,-127.9609375,0,0,0,'2019-07-06 03:13:14'); +INSERT INTO `marker` VALUES (10405,1900,NULL,2,1901,59539,'1 Point','',113.75,-137.75,0,0,0,'2019-07-07 01:07:24'); +INSERT INTO `marker` VALUES (10406,1900,NULL,2,1901,59791,'Central Hyrule','',123.5,-122.125,0,0,0,'2019-07-09 01:57:50'); +INSERT INTO `marker` VALUES (10407,1900,NULL,2,1920,59721,'white ?','white ?',100.7109375,-140.84375,0,0,0,'2019-07-09 15:10:45'); +INSERT INTO `marker` VALUES (10408,1900,NULL,2,1930,58823,'Lynel','',188.2265625,-119.4140625,0,1,0,'2019-07-11 12:15:33'); +INSERT INTO `marker` VALUES (10409,1900,NULL,2,1939,48504,'Ice Wizzrobe','',103.73828125,-186.45703125,0,1,0,'2019-07-11 15:20:55'); +INSERT INTO `marker` VALUES (10410,1900,NULL,2,1926,60089,'Divine Beast Vah Naboris','',95.125,-169.1328125,0,0,0,'2019-07-11 22:48:58'); +INSERT INTO `marker` VALUES (10411,1900,NULL,2,1939,58567,'BIizzrobe','',89.015625,-99.6875,0,0,0,'2019-07-12 14:13:49'); +INSERT INTO `marker` VALUES (10412,1900,NULL,2,1901,60169,'asd','asdf',87.46875,-114.75,0,0,0,'2019-07-12 20:30:44'); +INSERT INTO `marker` VALUES (10413,1900,NULL,2,1925,55511,'Sheh Rata Shrine','',151.5625,-122,0,0,0,'2019-07-12 21:41:04'); +INSERT INTO `marker` VALUES (10414,1900,NULL,2,1925,55511,'Shrine of Ressurection','',110.796875,-157.40625,0,0,0,'2019-07-12 21:44:33'); +INSERT INTO `marker` VALUES (10415,1900,NULL,2,1921,60348,'DLC','',107.1875,-131.3125,0,0,0,'2019-07-14 02:06:18'); +INSERT INTO `marker` VALUES (10416,1900,NULL,2,1926,60455,'DIVINE BEAST VAH RUDANIA','',167.875,-88.375,0,0,0,'2019-07-14 20:41:45'); +INSERT INTO `marker` VALUES (10417,1900,NULL,2,1926,60455,'DIVINE BEAST VAH MEDOH','',71.46875,-99.9375,0,0,0,'2019-07-14 20:42:05'); +INSERT INTO `marker` VALUES (10418,1900,NULL,2,1926,60455,'DIVINE BEAST VAH NABORIS','',95.0625,-169.375,0,0,0,'2019-07-14 20:42:27'); +INSERT INTO `marker` VALUES (10419,1900,NULL,2,1944,60529,'EX Bomb Arrow','',105.296875,-159.671875,0,0,0,'2019-07-14 23:21:18'); +INSERT INTO `marker` VALUES (10420,1900,NULL,2,1943,60780,'Center of "Golden Triangle"','',175.13671875,-188.9765625,0,0,0,'2019-07-17 00:36:33'); +INSERT INTO `marker` VALUES (10421,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.52734375,0,0,0,'2019-07-17 20:01:13'); +INSERT INTO `marker` VALUES (10422,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.53125,0,0,0,'2019-07-17 20:01:49'); +INSERT INTO `marker` VALUES (10423,1900,NULL,2,1944,60912,'EX Phantom Helmet','',109.6015625,-147.1328125,0,0,0,'2019-07-18 03:21:26'); +INSERT INTO `marker` VALUES (10424,1900,NULL,2,1943,60912,'EX Bomb Arrows','',106.5859375,-163.7109375,0,0,0,'2019-07-18 03:42:03'); +INSERT INTO `marker` VALUES (10425,1900,NULL,2,1901,60533,'Silver Rupee','',164.1796875,-156.9453125,0,0,0,'2019-07-18 08:43:59'); +INSERT INTO `marker` VALUES (10426,1900,NULL,2,1936,56798,'Rocks','',164.78125,-154.796875,0,0,0,'2019-07-18 18:36:12'); +INSERT INTO `marker` VALUES (10427,1900,NULL,2,1926,61012,'Divine Beast Vah'RUDANIA','',-20,-150.25,0,0,0,'2019-07-18 23:24:22'); +INSERT INTO `marker` VALUES (10428,1900,NULL,2,1925,60291,'?????','',176.5625,-114.9375,0,0,0,'2019-07-20 04:47:12'); +INSERT INTO `marker` VALUES (10429,1900,NULL,2,1925,61502,'Takama Shiri Srine','',51.48828125,-161.73828125,0,0,0,'2019-07-22 18:31:53'); +INSERT INTO `marker` VALUES (10430,1900,NULL,2,1925,61502,'Keive Talashrine ','Big or small',91.375,-188.953125,0,0,0,'2019-07-22 18:34:46'); +INSERT INTO `marker` VALUES (10431,1900,NULL,2,1925,61502,'Rohta Chigah Shrine','Stop to Start',119.86901044845581,-155.96145820617676,0,0,0,'2019-07-22 18:39:44'); +INSERT INTO `marker` VALUES (10432,1900,NULL,2,1925,61502,'Ruvo Korbah Shrine','A major Test of Strength',114.953125,-161.5,0,0,0,'2019-07-22 18:41:01'); +INSERT INTO `marker` VALUES (10433,1900,NULL,2,1925,61502,'Etsu Korima Shrine','',109.01171875,-160.94140625,0,0,0,'2019-07-22 18:41:50'); +INSERT INTO `marker` VALUES (10434,1900,NULL,2,1925,61502,'Mah Eliya Shrine','',186.78854179382324,-117.93802070617676,0,0,0,'2019-07-22 18:45:48'); +INSERT INTO `marker` VALUES (10435,1900,NULL,2,1925,61502,'Kee Dafunia Shrine','',205.26458358764648,-113.02031302452087,0,0,0,'2019-07-22 18:46:44'); +INSERT INTO `marker` VALUES (10436,1900,NULL,2,1925,61502,'Kamia omuna Shrine','',161.37083435058594,-77.58281242847443,0,0,0,'2019-07-22 18:48:43'); +INSERT INTO `marker` VALUES (10437,1900,NULL,2,1901,61502,'Shira Gomar Shrine','',90.640625,-106.625,0,0,0,'2019-07-22 18:52:01'); +INSERT INTO `marker` VALUES (10438,1900,NULL,2,1939,57925,'Blizzrobe','',103.796875,-186.453125,0,0,0,'2019-07-24 04:09:56'); +INSERT INTO `marker` VALUES (10439,1900,NULL,2,1936,57623,'Cracked Wall','Entrance of the Maag No'rah Shrine',97.3984375,-104.7734375,0,0,0,'2019-07-24 08:31:02'); +INSERT INTO `marker` VALUES (10440,1900,NULL,2,1901,61697,'ARBRE KOROGUS','',133.96875,-144.390625,0,0,0,'2019-07-24 14:37:42'); +INSERT INTO `marker` VALUES (10441,1900,NULL,2,1901,61097,'More than 16 santuary','There are a lot of sanctuaryin this zone. Clean the zone.',110.125,-155.125,0,0,0,'2019-07-24 15:18:34'); +INSERT INTO `marker` VALUES (10442,1900,NULL,2,1901,42424,'beaucoup de bokoblin','',55.484375,-188.453125,0,0,0,'2019-07-24 18:03:51'); +INSERT INTO `marker` VALUES (10443,1900,NULL,2,1903,57925,'Soldier's Broadsword','',174.3671875,-186.95703125,0,0,0,'2019-07-25 20:32:26'); +INSERT INTO `marker` VALUES (10444,1900,NULL,2,1901,43559,'maison','',179.34375,-163.7578125,0,0,0,'2019-07-25 22:21:37'); +INSERT INTO `marker` VALUES (10445,1900,NULL,2,1920,61881,'Hyrule castle','',160.25,-107.25,0,0,0,'2019-07-26 03:19:43'); +INSERT INTO `marker` VALUES (10446,1900,NULL,2,1901,61822,'pfffff','',65.25,-144.9375,0,0,0,'2019-07-26 03:50:28'); +INSERT INTO `marker` VALUES (10447,1900,NULL,2,1901,61027,'Sidequest (flying)','schrim fliegen (ausdauer Mind. + 2-3)',201.5546875,-186.39453125,0,0,0,'2019-07-28 06:18:10'); +INSERT INTO `marker` VALUES (10448,1900,NULL,2,1901,61474,'?','',158.92578125,-157.9595170021057,0,0,0,'2019-07-30 12:53:18'); +INSERT INTO `marker` VALUES (10449,1900,NULL,2,1925,62458,'Keive Tala Shrine','',91.3828125,-188.90625,0,0,0,'2019-07-30 15:06:13'); +INSERT INTO `marker` VALUES (10450,1900,NULL,2,1901,59949,'Talvez nao tenha pego','',121.3359375,-113.515625,0,1,0,'2019-07-30 18:40:19'); +INSERT INTO `marker` VALUES (10451,1900,NULL,2,1904,62522,'Unlimited arrows','',117.67416381835938,-175.86224365234375,0,0,0,'2019-07-31 04:06:09'); +INSERT INTO `marker` VALUES (10452,1900,NULL,2,1901,62522,'test','',117.40625,-175.84375,0,0,0,'2019-07-31 04:06:25'); +INSERT INTO `marker` VALUES (10453,1900,NULL,2,1910,61555,'Amber','',107.86328125,-162.69921875,0,0,0,'2019-07-31 07:24:47'); +INSERT INTO `marker` VALUES (10454,1900,NULL,2,1903,61555,'Traveller's Spear','',105.49609375,-158.953125,0,0,0,'2019-07-31 07:31:10'); +INSERT INTO `marker` VALUES (10455,1900,NULL,2,1935,62448,'Un cheval à tout prix','',96.296875,-157.18359375,0,1,0,'2019-07-31 12:04:15'); +INSERT INTO `marker` VALUES (10456,1900,NULL,2,1901,62356,'Korogu ','Il faut un bouclier rouiller pour faire celui là',117.84375,-114.84375,0,0,0,'2019-08-01 09:08:23'); +INSERT INTO `marker` VALUES (10457,1900,NULL,2,1903,62509,'traveler's sword','',62.25,-148.875,0,1,0,'2019-08-01 18:32:43'); +INSERT INTO `marker` VALUES (10458,1900,NULL,2,1901,62717,'Climbing Boots','',193.71875,-154.5625,0,0,0,'2019-08-01 18:58:59'); +INSERT INTO `marker` VALUES (10459,1900,NULL,2,1930,62978,'FAROSH','dragon',126.40625,-169.109375,0,0,0,'2019-08-03 16:06:19'); +INSERT INTO `marker` VALUES (10460,1900,NULL,2,1935,61589,'Zora Stone Monuments','',180.28125,-119.140625,0,1,0,'2019-08-04 21:11:42'); +INSERT INTO `marker` VALUES (10461,1900,NULL,2,1935,61589,'Riverbed Reward','',141.05859375,-130.03125,0,0,0,'2019-08-05 19:42:04'); +INSERT INTO `marker` VALUES (10462,1900,NULL,2,1916,63431,'Need Magnesis','',121.390625,-159.5390625,0,0,0,'2019-08-07 09:30:11'); +INSERT INTO `marker` VALUES (10463,1900,NULL,2,1926,108,'Divine Beast Rudania','',167.3907470703125,-87.4935302734375,0,0,0,'2019-08-07 16:49:09'); +INSERT INTO `marker` VALUES (10464,1900,NULL,2,1926,108,'Divine Beast Medoh','',71.407958984375,-99.737060546875,0,0,0,'2019-08-07 16:49:49'); +INSERT INTO `marker` VALUES (10465,1900,NULL,2,1926,108,'Divine Beast Naboris','',83.25,-181.375,0,0,0,'2019-08-07 16:50:23'); +INSERT INTO `marker` VALUES (10466,1900,NULL,2,1901,63378,'zora sword','',-76,-113.75,0,0,0,'2019-08-07 20:45:31'); +INSERT INTO `marker` VALUES (10467,1900,NULL,2,1944,63493,'Majora's Mask','DLC EX Chest',120.97265625,-148.021484375,0,0,0,'2019-08-07 22:20:00'); +INSERT INTO `marker` VALUES (10468,1900,NULL,2,1944,63493,'Phantom Armor','DLC EX Chest',124.08984375,-126.544921875,0,0,0,'2019-08-07 22:20:56'); +INSERT INTO `marker` VALUES (10469,1900,NULL,2,1948,63606,'aaa','aaaa',108.1875,-139.75,0,0,0,'2019-08-08 22:10:57'); +INSERT INTO `marker` VALUES (10470,1900,NULL,2,1902,63606,'a','a',159.25,-112.625,0,0,0,'2019-08-08 22:12:01'); +INSERT INTO `marker` VALUES (10471,1900,NULL,2,1904,63322,'Normal Arrow Farming','A chest containing 10 arrows. Load, save, and the chest respawns containing another 10 arrows',204.8125,-185.84375,0,1,0,'2019-08-09 11:24:31'); +INSERT INTO `marker` VALUES (10472,1900,NULL,2,1904,63322,'Bomb Arrow Farming','Put a fire, sleep until morning, and if it's raining, the boboklins will throw at you bomb arrows not ignited, so you can pick them up. WARNING: some bomb arrows actually ignite, so be careful.',180.921875,-71.3046875,0,1,0,'2019-08-09 11:27:36'); +INSERT INTO `marker` VALUES (10473,1900,NULL,2,1916,63489,'Korok Seed','',179.09375,-138.3125,0,0,0,'2019-08-09 21:23:07'); +INSERT INTO `marker` VALUES (10474,1900,NULL,2,1902,54500,'Phantom Helmet','',109.3515625,-147.21484375,0,0,0,'2019-08-10 00:30:33'); +INSERT INTO `marker` VALUES (10475,1900,NULL,2,1903,63460,'Mandoble de fuego','',110.65625,-134.765625,0,0,0,'2019-08-10 17:18:36'); +INSERT INTO `marker` VALUES (10476,1900,NULL,2,1903,63460,'Great Flameblade','',110.671875,-134.8125,0,0,0,'2019-08-10 17:19:26'); +INSERT INTO `marker` VALUES (10477,1900,NULL,2,1916,64080,'Seed in cave','',69.26953125,-72.34765625,0,0,0,'2019-08-12 18:01:12'); +INSERT INTO `marker` VALUES (10478,1900,NULL,2,1916,63578,'Korok Seed','',190.7265625,-174.4609375,0,0,0,'2019-08-13 20:04:52'); +INSERT INTO `marker` VALUES (10479,1900,NULL,2,1902,54500,'Tingle's shirt','',117.36328125,-115.23828125,0,0,0,'2019-08-13 20:49:11'); +INSERT INTO `marker` VALUES (10480,1900,NULL,2,1902,54500,'Phantom Armor','',124.125,-126.40625,0,0,0,'2019-08-13 21:21:48'); +INSERT INTO `marker` VALUES (10481,1900,NULL,2,1935,63841,'Bloodmoon','',85.21484375,-131.5625,0,0,0,'2019-08-13 22:45:07'); +INSERT INTO `marker` VALUES (10482,1900,NULL,2,1901,63841,'test','',87.875,-130.75,0,0,0,'2019-08-13 22:46:27'); +INSERT INTO `marker` VALUES (10483,1900,NULL,2,1903,64340,'Forest bow','',160.484375,-130.578125,0,0,0,'2019-08-15 21:21:55'); +INSERT INTO `marker` VALUES (10484,1900,NULL,2,1935,64446,'The Sheep Rustlers','',184.8203125,-160.7578125,0,1,0,'2019-08-16 01:43:46'); +INSERT INTO `marker` VALUES (10485,1900,NULL,2,1936,64493,'Cracked Wall','Chest',158.80859375,-165.05859375,0,0,0,'2019-08-16 21:07:44'); +INSERT INTO `marker` VALUES (10486,1900,NULL,2,1925,38785,'Gireom Shine','',90.6875,-106.25,0,1,0,'2019-08-17 21:36:35'); +INSERT INTO `marker` VALUES (10487,1900,NULL,2,1920,64572,'Feu de camp','',105.4453125,-152.7734375,0,0,0,'2019-08-17 21:44:54'); +INSERT INTO `marker` VALUES (10488,1900,NULL,2,1931,64572,'Bokoblin Camp','',107.93359375,-154.25390625,0,0,0,'2019-08-17 22:00:36'); +INSERT INTO `marker` VALUES (10489,1900,NULL,2,1910,64572,'Amber','',107.875,-162.6875,0,0,0,'2019-08-17 22:46:47'); +INSERT INTO `marker` VALUES (10490,1900,NULL,2,1925,64429,'Shrine','',52.28125,-186.890625,0,0,0,'2019-08-18 18:14:59'); +INSERT INTO `marker` VALUES (10491,1900,NULL,2,1944,64903,'halberd DLC','',126.7890625,-165.27734375,0,0,0,'2019-08-19 12:02:43'); +INSERT INTO `marker` VALUES (10492,1900,NULL,2,1925,38785,'Kamium shine','',161.53125,-77.6328125,0,1,0,'2019-08-19 15:43:30'); +INSERT INTO `marker` VALUES (10493,1900,NULL,2,1941,38785,'Talus','',161.6640625,-77.7109375,0,1,0,'2019-08-19 15:44:09'); +INSERT INTO `marker` VALUES (10494,1900,NULL,2,1916,38785,'Korok seed','',191.828125,-154.75,0,0,0,'2019-08-19 18:08:35'); +INSERT INTO `marker` VALUES (10495,1900,NULL,2,1935,60468,'Riddles of Hyrules','',134.625,-93.1875,0,0,0,'2019-08-20 17:08:07'); +INSERT INTO `marker` VALUES (10496,1900,NULL,2,1925,60468,'Lanno Kooh Shrine','Lanno Kooh's Blessing',86.875,-96,0,0,0,'2019-08-20 17:32:13'); +INSERT INTO `marker` VALUES (10497,1900,NULL,2,1902,65010,'Zora Helm','',182.21875,-114.3125,0,0,0,'2019-08-21 04:37:44'); +INSERT INTO `marker` VALUES (10498,1900,NULL,2,1935,64630,'The Sheep Rustlers','',184.6640625,-160.671875,0,0,0,'2019-08-21 15:54:39'); +INSERT INTO `marker` VALUES (10499,1900,NULL,2,1925,38785,'Kritmoh Shine','',74.8125,-149,0,0,0,'2019-08-21 19:04:27'); +INSERT INTO `marker` VALUES (10500,1900,NULL,2,1925,38785,'Tamri Shine','',51.0625,-161.65625,0,0,0,'2019-08-21 19:06:21'); +INSERT INTO `marker` VALUES (10501,1900,NULL,2,1939,64340,'Ice Wizzrobe','',103.74609375,-186.3046875,0,0,0,'2019-08-23 18:42:34'); +INSERT INTO `marker` VALUES (10502,1900,NULL,2,1901,63993,'duel','',46,-112.375,0,0,0,'2019-08-24 04:26:19'); +INSERT INTO `marker` VALUES (10503,1900,NULL,2,1910,65479,'Courser Bee Honey','',111.36108303070068,-153.4569612145424,0,0,0,'2019-08-24 18:28:14'); +INSERT INTO `marker` VALUES (10504,1900,NULL,2,1904,65479,'Arrows x 5','',113.73115026950836,-154.10881567001343,0,0,0,'2019-08-24 18:48:55'); +INSERT INTO `marker` VALUES (10505,1900,NULL,2,1901,64167,'Blacksmith','',154.5,-88.80078125,0,0,0,'2019-08-24 21:25:30'); +INSERT INTO `marker` VALUES (10506,1900,NULL,2,1901,64167,'Inn','',154.26953125,-90.14453125,0,0,0,'2019-08-24 21:28:16'); +INSERT INTO `marker` VALUES (10507,1900,NULL,2,1901,64167,'Armor Shop','',153.703125,-90.33984375,0,0,0,'2019-08-24 21:29:18'); +INSERT INTO `marker` VALUES (10508,1900,NULL,2,1901,64167,'General Store','',154.26171875,-89.5390625,0,0,0,'2019-08-24 21:29:46'); +INSERT INTO `marker` VALUES (10509,1900,NULL,2,1936,65479,'Crack Wall','Need to bomb to access treasure inside',112.91804599761963,-164.67701256275177,0,0,0,'2019-08-24 22:04:50'); +INSERT INTO `marker` VALUES (10510,1900,NULL,2,1931,65590,'Enemy Camp','',143.4296875,-149.40625,0,0,0,'2019-08-25 16:23:26'); +INSERT INTO `marker` VALUES (10511,1900,NULL,2,1910,65479,'Mighty Carp','Spawning ground for a large group of carp just use a bomb and get about 5-10 in one go.',163.6796875,-149.3984375,0,0,0,'2019-08-25 23:01:20'); +INSERT INTO `marker` VALUES (10512,1900,NULL,2,1910,65479,'Hylian Shroom','',151.56406497955322,-148.760766685009,0,0,0,'2019-08-25 23:25:06'); +INSERT INTO `marker` VALUES (10513,1900,NULL,2,1910,65479,'Rushroom x 6','Found under the cliff',125.04978966712952,-152.9680411219597,0,0,0,'2019-08-26 20:49:06'); +INSERT INTO `marker` VALUES (10514,1900,NULL,2,1901,66285,'Silverbow','',28.875,-120.625,0,0,0,'2019-09-01 12:55:07'); +INSERT INTO `marker` VALUES (10515,1900,NULL,2,1901,66367,'START place','',115.8125,-155.5625,0,0,0,'2019-09-02 13:20:26'); +INSERT INTO `marker` VALUES (10516,1900,NULL,2,1901,66421,'Farosh Spawner ','',155.7265625,-171.9375,0,0,0,'2019-09-03 15:06:24'); +INSERT INTO `marker` VALUES (10517,1900,NULL,2,1925,66479,'Shrine of Resurrection','',110.65625,-157.1875,0,0,0,'2019-09-03 22:46:30'); +INSERT INTO `marker` VALUES (10518,1900,NULL,2,1901,66479,'lol','',110.53125,-157.453125,0,1,0,'2019-09-03 22:47:16'); +INSERT INTO `marker` VALUES (10519,1900,NULL,2,1901,66495,'DINRAAL FARMING','fire dragon',112.875,-84.25,0,0,0,'2019-09-04 21:14:28'); +INSERT INTO `marker` VALUES (10520,1900,NULL,2,1901,65367,'8th Sister','',59.5703125,-136.2265625,0,0,0,'2019-09-04 23:19:03'); +INSERT INTO `marker` VALUES (10521,1900,NULL,2,1926,62393,'Vah Rudania','',167.734375,-87.390625,0,0,0,'2019-09-05 03:24:50'); +INSERT INTO `marker` VALUES (10522,1900,NULL,2,1901,62393,'Vah Medoh','',71.4375,-99.9375,0,0,0,'2019-09-05 03:27:32'); +INSERT INTO `marker` VALUES (10523,1900,NULL,2,1902,64372,'phantom','',119.3046875,-137.2734375,0,0,0,'2019-09-05 14:36:12'); +INSERT INTO `marker` VALUES (10524,1900,NULL,2,1943,65970,'cracked rocks','',86.03515625,-162.75,0,0,0,'2019-09-07 00:57:10'); +INSERT INTO `marker` VALUES (10525,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); +INSERT INTO `marker` VALUES (10526,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); +INSERT INTO `marker` VALUES (10527,1900,NULL,2,1938,66838,'establo}','primero',105.328125,-148.234375,0,0,0,'2019-09-07 19:24:53'); +INSERT INTO `marker` VALUES (10528,1900,NULL,2,1901,63915,'Ruins','',106.953125,-131.52734375,0,0,0,'2019-09-11 09:24:43'); +INSERT INTO `marker` VALUES (10529,1900,NULL,2,1925,64572,'Takama'Simiri Shrine','',51.4765625,-161.7109375,0,0,0,'2019-09-14 19:36:28'); +INSERT INTO `marker` VALUES (10530,1900,NULL,2,1936,67259,'cracked wall','',114.359375,-158.171875,0,1,0,'2019-09-15 11:17:19'); +INSERT INTO `marker` VALUES (10531,1900,NULL,2,1916,47121,'Korok Seed','',197.32942700386047,-78.27300351858139,0,0,0,'2019-09-16 15:23:04'); +INSERT INTO `marker` VALUES (10532,1900,NULL,2,1916,47121,'Korok Seed','',196.6614589691162,-99.32465267181396,0,0,0,'2019-09-16 17:19:56'); +INSERT INTO `marker` VALUES (10533,1900,NULL,2,1901,67564,'????','',97.53125,-133.859375,0,0,0,'2019-09-17 01:52:05'); +INSERT INTO `marker` VALUES (10534,1900,NULL,2,1901,67564,'????','',97.69140625,-133.875,0,0,0,'2019-09-17 01:52:30'); +INSERT INTO `marker` VALUES (10535,1900,NULL,2,1910,67415,'Frost Arrows','',180.0390625,-120.4140625,0,0,0,'2019-09-17 22:17:23'); +INSERT INTO `marker` VALUES (10536,1900,NULL,2,1901,67657,' White stallion','',111.3739013671875,-160.3545331954956,0,0,0,'2019-09-18 16:10:00'); +INSERT INTO `marker` VALUES (10537,1900,NULL,2,1901,67678,'PUENTE DE INOGO','',164.6015625,-124.0703125,0,0,0,'2019-09-24 02:58:38'); +INSERT INTO `marker` VALUES (10538,1900,NULL,2,1931,68111,'Sah Dahaj Camp','',169.5,-102.703125,0,0,0,'2019-09-25 02:28:52'); +INSERT INTO `marker` VALUES (10539,1900,NULL,2,1901,68351,'mi casa','30 de madera y 3000 rupias',179.90625,-163.9375,0,0,0,'2019-09-26 03:36:01'); +INSERT INTO `marker` VALUES (10540,1900,NULL,2,1901,68351,'no la encuentro','',158.609375,-144.5859375,0,0,0,'2019-09-27 21:32:15'); +INSERT INTO `marker` VALUES (10541,1900,NULL,2,1901,68351,'no la encuentro','no la encuentro',158.51171875,-144.60546875,0,0,0,'2019-09-27 21:33:16'); +INSERT INTO `marker` VALUES (10542,1900,NULL,2,1901,68564,'Horn','',156,-174.4140625,0,0,0,'2019-09-28 18:44:49'); +INSERT INTO `marker` VALUES (10543,1900,NULL,2,1901,67518,'test','',121.625,-155.4375,0,0,0,'2019-09-29 04:57:29'); +INSERT INTO `marker` VALUES (10544,1900,NULL,2,1926,68891,'Divine Beast Vah Medoh','',71.5062484741211,-99.73124885559082,0,0,0,'2019-10-01 03:41:01'); +INSERT INTO `marker` VALUES (10545,1900,NULL,2,1903,69068,'Iron Sledgehammer','',90.125,-71.1875,0,0,0,'2019-10-03 04:26:59'); +INSERT INTO `marker` VALUES (10546,2000,NULL,2,1956,1,'Piece of Heart','',60.6875,-158.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10548,2000,NULL,2,1956,1,'Piece of Heart','',61.46875,-156.219,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10549,2000,NULL,2,1956,1,'Piece of Heart','',59.1875,-144.188,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10550,2000,NULL,2,1956,1,'Piece of Heart','',26.625,-135.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10551,2000,NULL,2,1956,1,'Piece of Heart','',24.25,-135.688,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10552,2000,NULL,2,1956,1,'Piece of Heart','',13.6875,-153.813,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10553,2000,NULL,2,1956,1,'Piece of Heart','',191.875,-166.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10554,2000,NULL,2,1956,1,'Piece of Heart','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10555,2000,NULL,2,1956,1,'Piece of Heart','',241.25,-97,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10556,2000,NULL,2,1956,1,'Piece of Heart','',198.75,-113.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10557,2000,NULL,2,1956,1,'Piece of Heart','',230.5,-92,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10558,2000,NULL,2,1956,1,'Piece of Heart','',145,-133.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10559,2000,NULL,2,1956,1,'Piece of Heart','',167.125,-136.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10560,2000,NULL,2,1956,1,'Piece of Heart','',155.25,-191.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10561,2000,NULL,2,1956,1,'Piece of Heart','',154.125,-186.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10562,2000,NULL,2,1956,1,'Piece of Heart','',121.875,-163.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10563,2000,NULL,2,1956,1,'Piece of Heart','',173.25,-155.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10564,2000,NULL,2,1956,1,'Piece of Heart','',47.125,-118.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10565,2000,NULL,2,1956,1,'Piece of Heart','',41.5,-104.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10566,2000,NULL,2,1956,1,'Piece of Heart','',120.75,-104.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10567,2000,NULL,2,1956,1,'Piece of Heart','',74,-107.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10568,2000,NULL,2,1956,1,'Piece of Heart','',12.875,-67.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10569,2000,NULL,2,1956,1,'Piece of Heart','',32.5,-85.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10570,2000,NULL,2,1956,1,'Piece of Heart','',118.625,-95,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10571,2000,NULL,2,1956,1,'Piece of Heart','',122,-95.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10572,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-73.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10573,2000,NULL,2,1956,1,'Piece of Heart','',108.125,-127.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10574,2000,NULL,2,1956,1,'Piece of Heart','',229.625,-166.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10575,2000,NULL,2,1956,1,'Piece of Heart','',81.625,-139.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10576,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-80.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10577,2000,NULL,2,1956,1,'Piece of Heart','',101.125,-137.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10578,2000,NULL,2,1956,1,'Piece of Heart','',236.375,-137.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10579,2000,NULL,2,1956,1,'Heart Container','',120.5,-96.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10580,2000,NULL,2,1952,1,'Yoshi Doll','',59.625,-158.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10581,2000,NULL,2,1952,1,'Ribbon','',45.5,-133.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10582,2000,NULL,2,1952,1,'Dog Food','',30,-151,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10583,2000,NULL,2,1952,1,'Bananas','',59.625,-181.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10584,2000,NULL,2,1952,1,'Stick','',182.625,-134.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10585,2000,NULL,2,1952,1,'Honeycomb','',121.125,-137.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10586,2000,NULL,2,1952,1,'Pineapple','',214.875,-172.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10587,2000,NULL,2,1952,1,'Hibiscus','',154.5,-79.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10588,2000,NULL,2,1952,1,'Letter','',210.375,-166.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10589,2000,NULL,2,1952,1,'Broom','',16.75,-95.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10590,2000,NULL,2,1952,1,'Fishing Hook','',31.25,-160,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10591,2000,NULL,2,1952,1,'Necklace','',170.375,-183.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10592,2000,NULL,2,1952,1,'Scale','',152.625,-171,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10593,2000,NULL,2,1952,1,'Magnifying Lens','',154.25,-182,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10594,2000,NULL,2,1953,1,'Raft Rapids','',241.375,-95.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10595,2000,NULL,2,1953,1,'Trendy Game','',60.25,-160,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10596,2000,NULL,2,1953,1,'Fishing','',31,-136.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10597,2000,NULL,2,1958,1,'Bottle','',23.875,-137,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10598,2000,NULL,2,1958,1,'Bottle','',118.5,-97.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10599,2000,NULL,2,1958,1,'Bottle','',71.125,-123.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10600,2000,NULL,2,1951,1,'Cracked Wall','',67.875,-190.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10601,2000,NULL,2,1951,1,'Cracked Wall','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10602,2000,NULL,2,1951,1,'Cracked Wall','',212.5,-137.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10603,2000,NULL,2,1951,1,'Cracked Wall','',117.5,-135,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10604,2000,NULL,2,1951,1,'Cracked Wall','',100.875,-137.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10605,2000,NULL,2,1951,1,'Cracked Wall','',60.125,-80,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10606,2000,NULL,2,1951,1,'Cracked Wall','',243.625,-83.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10607,2000,NULL,2,1968,1,'Lanmolas','',229.625,-167.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10608,2000,NULL,2,1968,1,'Armos Knight','',199.625,-152.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10609,2000,NULL,2,1968,1,'Turtle Rock','',13,-79.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10610,2000,NULL,2,1966,1,'Tail Cave','',61.5,-173.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10611,2000,NULL,2,1966,1,'Bottle Grotto','',72.5,-90.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10612,2000,NULL,2,1966,1,'Key Cavern','',92.625,-158.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10613,2000,NULL,2,1966,1,'Kanalet Castle','',153.125,-126,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10614,2000,NULL,2,1966,1,'Angler's Tunnel','',182.25,-91.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10615,2000,NULL,2,1966,1,'Catfish's Maw','',153,-176.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10616,2000,NULL,2,1966,1,'North Face Shrine','',196.5,-137.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10617,2000,NULL,2,1966,1,'Eagle's Tower','',230.625,-73.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10618,2000,NULL,2,1966,1,'Turtle Rock','',12.75,-75.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10619,2000,NULL,2,1966,1,'Color Dungeon','',125.375,-125.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10620,2000,NULL,2,1966,1,'Chamber Dungeon','',120.5,-99.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10621,2000,NULL,2,1966,1,'Wind Fish's Egg','',106.6875,-61.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10622,2000,NULL,2,1964,1,'Papahl, Mamasha, and the Quadruplet's House','',46.375,-133.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10623,2000,NULL,2,1964,1,'Marin and Tarin's House','',44.5,-151.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10624,2000,NULL,2,1964,1,'Madam MeowMeow's House','',26.75,-150.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10625,2000,NULL,2,1964,1,'Grandpa Ulrira and Grandma Yahoo's House','',27.75,-157.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10626,2000,NULL,2,1964,1,'Sales House O' Bananas','',60,-181.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10627,2000,NULL,2,1964,1,'Richard's Villa','',104.875,-174.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10628,2000,NULL,2,1964,1,'Ghost's House','',108.375,-187.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10629,2000,NULL,2,1964,1,'Chef Bear's House','',215,-173,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10630,2000,NULL,2,1964,1,'Christine's House','',210.375,-167.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10631,2000,NULL,2,1964,1,'Mr. Write's House','',16.625,-97.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10632,2000,NULL,2,1964,1,'Hen House','',167,-68,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10633,2000,NULL,2,1965,1,'Witch's Hut','',89.625,-117.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10634,2000,NULL,2,1965,1,'Mabe Village Shop','',58.75,-145.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10635,2000,NULL,2,1965,1,'Crazy Tracy's Health Spa','',95.75,-104.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10645,2000,NULL,2,1957,1,'Secret Seashells','',83.375,-194.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10646,2000,NULL,2,1957,1,'Secret Seashells','',109.25,-189.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10647,2000,NULL,2,1957,1,'Secret Seashells','',20.5,-186.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10648,2000,NULL,2,1957,1,'Secret Seashells','',42.375,-176.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10649,2000,NULL,2,1957,1,'Secret Seashells','',60,-172.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10650,2000,NULL,2,1957,1,'Secret Seashells','',30.5,-151.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10651,2000,NULL,2,1957,1,'Secret Seashells','',61.5,-151.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10652,2000,NULL,2,1957,1,'Secret Seashells','',59.5,-157.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10653,2000,NULL,2,1957,1,'Secret Seashells','',61.875,-158.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10654,2000,NULL,2,1957,1,'Secret Seashells','',27.25,-136.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10655,2000,NULL,2,1957,1,'Secret Seashells','',26.375,-134.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10656,2000,NULL,2,1957,1,'Secret Seashells','',43.125,-114.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10657,2000,NULL,2,1957,1,'Secret Seashells','',12.625,-104.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10658,2000,NULL,2,1957,1,'Secret Seashells','',77.25,-128.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10659,2000,NULL,2,1957,1,'Secret Seashells','',103.5,-174.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10660,2000,NULL,2,1957,1,'Secret Seashells','',148.25,-185.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10661,2000,NULL,2,1957,1,'Secret Seashells','',136.125,-190.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10662,2000,NULL,2,1957,1,'Secret Seashells','',135,-154,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10663,2000,NULL,2,1957,1,'Secret Seashells','',91,-151.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10664,2000,NULL,2,1957,1,'Secret Seashells','',77.875,-151.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10665,2000,NULL,2,1957,1,'Secret Seashells','',108.125,-152.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10666,2000,NULL,2,1957,1,'Secret Seashells','',133.625,-135.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10667,2000,NULL,2,1957,1,'Secret Seashells','',137.375,-105.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10668,2000,NULL,2,1957,1,'Secret Seashells','',246,-189.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10669,2000,NULL,2,1957,1,'Secret Seashells','',219.625,-190.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10670,2000,NULL,2,1957,1,'Secret Seashells','',216.125,-166.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10671,2000,NULL,2,1957,1,'Secret Seashells','',210.75,-167.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10672,2000,NULL,2,1957,1,'Secret Seashells','',196.5,-122.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10673,2000,NULL,2,1957,1,'Secret Seashells','',207.5,-94.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10674,2000,NULL,2,1957,1,'Secret Seashells','',240.375,-97.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10675,2000,NULL,2,1957,1,'Secret Seashells','',27,-129.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10676,2000,NULL,2,1957,1,'Secret Seashells','',32.125,-93.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10677,2000,NULL,2,1957,1,'Secret Seashells','',124.375,-111.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10678,2000,NULL,2,1957,1,'Secret Seashells','',121.75,-145.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10679,2000,NULL,2,1957,1,'Secret Seashells','',151.375,-161.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10680,2000,NULL,2,1957,1,'Secret Seashells','',182.25,-139.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10681,2000,NULL,2,1957,1,'Secret Seashells','',165.625,-175.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10682,2000,NULL,2,1957,1,'Secret Seashells','',242.75,-167.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10683,2000,NULL,2,1957,1,'Secret Seashells','',91.125,-90,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10684,2000,NULL,2,1957,1,'Secret Seashells','',227.125,-117.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10685,2000,NULL,2,1957,1,'Secret Seashells','',227.3125,-154.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10686,2000,NULL,2,1957,1,'Secret Seashells','',239.875,-141.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10687,2000,NULL,2,1957,1,'Secret Seashells','',201,-85.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10688,2000,NULL,2,1957,1,'Secret Seashells','',203.75,-71.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10689,2000,NULL,2,1957,1,'Secret Seashells','',158.125,-74.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10690,2000,NULL,2,1957,1,'Secret Seashells','',214.75,-81.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10691,2000,NULL,2,1957,1,'Secret Seashells','',228.25,-72,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10692,2000,NULL,2,1957,1,'Secret Seashells','',92.75,-73.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10693,2000,NULL,2,1957,1,'Secret Seashells','',47.875,-77.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10694,2000,NULL,2,1957,1,'Secret Seashells','',122,-97.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10695,2000,NULL,2,1969,1,'Fairy Fountain','',59.67,-113.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10696,2000,NULL,2,1969,1,'Fairy Fountain','',117.54,-132.95,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10697,2000,NULL,2,1969,1,'Fairy Fountain','',212.5,-136,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (11000,1900,NULL,2,1944,52289,'knight's halberd','',118.328125,-86.921875,0,0,0,'2019-10-05 13:41:35'); +INSERT INTO `marker` VALUES (11003,1901,NULL,2,1925,67560,'Takama Shiri Shrine','',51.52734375,-161.71484375,0,1,0,'2019-10-07 18:11:27'); +INSERT INTO `marker` VALUES (11004,1901,NULL,2,1925,67560,'Takama Shiri Shrine','DLC 2 / EX Champion Urbosa's Song',51.51953125,-161.65625,0,1,0,'2019-10-07 18:17:12'); +INSERT INTO `marker` VALUES (11005,1901,NULL,2,1926,69145,'Divine Beast Vah Rudania','',167.5390625,-87.1171875,0,1,0,'2019-10-08 00:50:37'); +INSERT INTO `marker` VALUES (11006,1901,NULL,2,1916,69806,'no','no',136.62225341796875,-183.97958374023438,0,1,0,'2019-10-09 17:10:52'); +INSERT INTO `marker` VALUES (11007,1901,NULL,2,1931,68177,'Enemy Base','Bokoblin Scouts and Lizalfos\r\nChest: Golden Bow',53.75,-149.34375,0,0,0,'2019-10-09 19:09:47'); +INSERT INTO `marker` VALUES (11008,1901,NULL,2,1901,68895,'asd','asd',46.89534365646193,-102.52071633448497,0,0,0,'2019-10-09 19:15:40'); +INSERT INTO `marker` VALUES (11009,1901,NULL,2,1901,57316,'korok','',68.03124809265137,-95.43221005437252,0,0,0,'2019-10-10 05:19:15'); +INSERT INTO `marker` VALUES (11010,1901,NULL,2,1901,69888,'part 1','',116.25,-158.40625,0,0,0,'2019-10-10 05:58:29'); +INSERT INTO `marker` VALUES (11011,1901,NULL,2,1904,69738,'golden bow','',52.25,-155.75,0,0,0,'2019-10-10 06:46:39'); +INSERT INTO `marker` VALUES (11012,1901,NULL,2,1936,69517,'Cracked Wall','',164.10459899902344,-147.48040771484375,0,0,0,'2019-10-10 18:02:38'); +INSERT INTO `marker` VALUES (11013,1901,NULL,2,1921,68573,'m','',56.640625,-180.90625,0,0,0,'2019-10-11 12:53:39'); +INSERT INTO `marker` VALUES (11014,1900,NULL,2,1901,69200,'Boat','',71.4375,-109.1796875,0,0,0,'2019-10-12 18:06:35'); +INSERT INTO `marker` VALUES (11015,2006,NULL,2,1950,70248,'Facade','Boss #6',138.4166717529297,-121.12939658274352,0,0,0,'2019-10-13 01:01:22'); +INSERT INTO `marker` VALUES (11016,2006,NULL,2,1962,70248,'Face Shrine Nightmare Key','The Key to get to Facade's room in Face Shrine.',178.1666717529297,-103.1321672017886,0,0,0,'2019-10-13 01:07:38'); +INSERT INTO `marker` VALUES (11017,1901,NULL,2,1901,70111,'Shrine of Resurection','',111.0234375,-157.546875,0,0,0,'2019-10-13 09:42:45'); +INSERT INTO `marker` VALUES (11018,1901,NULL,2,1901,69480,'Farosh','',59.18625916013648,-90.9987899594777,0,0,0,'2019-10-14 04:42:44'); +INSERT INTO `marker` VALUES (11019,1901,NULL,2,1901,31439,'??','????',155.3828125,-174.640625,0,0,0,'2019-10-14 09:41:15'); +INSERT INTO `marker` VALUES (11020,1901,NULL,2,1930,68351,'DRAGON','',155.4609375,-182.1171875,0,0,0,'2019-10-14 12:05:56'); +INSERT INTO `marker` VALUES (11021,1901,NULL,2,1926,70548,'Divine Beast Vah Ruta','completed Vah Ruta Location',174.65625,-131.84375,0,1,0,'2019-10-14 14:43:34'); +INSERT INTO `marker` VALUES (11022,1901,NULL,2,1916,70561,'Korok Pinwheel','Shoot balloons',131.3359375,-182.64453125,0,0,0,'2019-10-16 16:32:48'); +INSERT INTO `marker` VALUES (11023,1901,NULL,2,1901,71042,'I’m here','Aquí ',183.91796875,-121.9453125,0,0,0,'2019-10-19 09:09:54'); +INSERT INTO `marker` VALUES (11024,1901,NULL,2,1901,28280,'taloh','',43.25,-84.56250190734863,0,0,0,'2019-10-21 22:36:37'); +INSERT INTO `marker` VALUES (11025,1901,NULL,2,1901,70176,'there was a korok seed','',115.50000381469727,-99.54579696628424,0,0,0,'2019-10-23 11:22:01'); +INSERT INTO `marker` VALUES (11026,1901,NULL,2,1935,71600,'Relais de la rivière','',133.484375,-145.20703125,0,0,0,'2019-10-23 17:30:05'); +INSERT INTO `marker` VALUES (11027,1901,NULL,2,1926,70487,'Dive Beast Vah Medo','',71.125,-97.875,0,0,0,'2019-10-24 03:35:57'); +INSERT INTO `marker` VALUES (11028,1901,NULL,2,1931,71324,'Camp','',118.36979103088379,-158.05729180574417,0,0,0,'2019-10-24 14:37:08'); +INSERT INTO `marker` VALUES (11029,1901,NULL,2,1943,71588,'Rubis','',169.25,-165.703125,0,0,0,'2019-10-24 14:58:57'); +INSERT INTO `marker` VALUES (11030,1901,NULL,2,1931,71324,'CAMP','',114.34635543823242,-162.3333335518837,0,0,0,'2019-10-24 17:50:09'); +INSERT INTO `marker` VALUES (11031,1901,NULL,2,1925,71784,'GO HERE','',175.21875,-101.5625,0,0,0,'2019-10-25 12:51:52'); +INSERT INTO `marker` VALUES (11032,1901,NULL,2,1926,71784,'Divine Beast Vah Rudania','Daruks Divine Beast',167.8125,-87.625,0,0,0,'2019-10-25 13:01:41'); +INSERT INTO `marker` VALUES (11033,1901,NULL,2,1926,71784,'Divine Beast Vah Medoh','Ravelis Divine Beast',71.546875,-98.90625,0,0,0,'2019-10-25 13:02:49'); +INSERT INTO `marker` VALUES (11034,1901,NULL,2,1926,71784,'Divine Beast Vah Naboris','Urbosas Divine Beast',95.15625,-169.34375,0,0,0,'2019-10-25 13:03:52'); +INSERT INTO `marker` VALUES (11035,1901,NULL,2,1935,71784,'An Ice Guy','',77.359375,-168.22265625,0,0,0,'2019-10-25 15:15:14'); +INSERT INTO `marker` VALUES (11036,1901,NULL,2,1916,71786,'Korok Seed near the bridge','',153.875,-159.90234375,0,0,0,'2019-10-25 15:57:17'); +INSERT INTO `marker` VALUES (11037,1901,NULL,2,1901,72022,'statue','',55.59375,-142.59375,0,0,0,'2019-10-27 14:25:39'); +INSERT INTO `marker` VALUES (11038,1901,NULL,2,1901,71370,'4','',31.25,-104,0,0,0,'2019-10-28 20:31:29'); +INSERT INTO `marker` VALUES (11039,1901,NULL,2,1901,72231,'test','test',117.328125,-159.078125,0,0,0,'2019-10-29 06:20:51'); +INSERT INTO `marker` VALUES (11040,1901,NULL,2,1901,72231,'xxxxxxxx','xxxxxxxxxx',109.92547607421875,-153.07366943359375,0,0,0,'2019-10-29 07:16:47'); +INSERT INTO `marker` VALUES (11041,1901,NULL,2,1931,70972,'Bokoblin Camp','',173.96875,-160.046875,0,0,0,'2019-10-30 13:32:01'); +INSERT INTO `marker` VALUES (11042,1901,NULL,2,1926,54654,' ','',168.125,-88.25,0,0,0,'2019-10-31 00:03:21'); +INSERT INTO `marker` VALUES (11043,1901,NULL,2,1926,54654,' ','',71.5625,-100.3125,0,0,0,'2019-10-31 00:03:58'); +INSERT INTO `marker` VALUES (11044,1901,NULL,2,1926,54654,' ','',95.125,-169.375,0,0,0,'2019-10-31 00:04:17'); +INSERT INTO `marker` VALUES (11045,1901,NULL,2,1901,72389,'Chest/??????','phantom',124.26171875,-126.64453125,0,1,0,'2019-10-31 12:14:02'); +INSERT INTO `marker` VALUES (11046,1901,NULL,2,1932,72389,'guardian','',92.8984375,-134.09375,0,0,0,'2019-10-31 12:15:25'); +INSERT INTO `marker` VALUES (11047,1901,NULL,2,1901,72402,'EX Chest','',120.67578125,-159.390625,0,0,0,'2019-10-31 16:26:58'); +INSERT INTO `marker` VALUES (11048,1901,NULL,2,1901,72447,'Shrine Of Ressurection','',110.8359375,-157.4765625,0,0,0,'2019-11-01 03:35:34'); +INSERT INTO `marker` VALUES (11049,1901,NULL,2,1936,72511,'Cracked Wall','',95.140625,-138.78125,0,0,0,'2019-11-01 20:58:55'); +INSERT INTO `marker` VALUES (11050,1901,NULL,2,1931,45393,'Enemy Camp','',118.2109375,-158.0390625,0,0,0,'2019-11-02 00:24:29'); +INSERT INTO `marker` VALUES (11051,1901,NULL,2,1931,45393,'Enemy Camp','',117.50390625,-156.32421875,0,0,0,'2019-11-02 00:25:06'); +INSERT INTO `marker` VALUES (11052,1901,NULL,2,1901,72372,'lynel','',187.21875,-75.40625,0,0,0,'2019-11-02 04:49:20'); +INSERT INTO `marker` VALUES (11053,1901,NULL,2,1925,72615,'keive tala','',89.24869155883789,-187.22418156097174,0,0,0,'2019-11-02 19:55:41'); +INSERT INTO `marker` VALUES (11054,1901,NULL,2,1934,72477,'17','',159.05078125,-157.97265625,0,0,0,'2019-11-02 23:10:15'); +INSERT INTO `marker` VALUES (11055,1901,NULL,2,1901,72645,'noix','',134.28125,-161.671875,0,0,0,'2019-11-02 23:30:45'); +INSERT INTO `marker` VALUES (11056,2000,NULL,2,1969,56231,'Fairy Fountain','Inside the cave protected by a cracked wall.',243.63750457763672,-83.95736269339838,0,0,0,'2019-11-03 01:03:38'); +INSERT INTO `marker` VALUES (11057,1901,NULL,2,1901,72627,'?','',99.9375,-142.625,0,0,0,'2019-11-03 07:01:50'); +INSERT INTO `marker` VALUES (11058,1901,NULL,2,1926,49922,'Vah Rudania','',167.5,-87.75,0,1,0,'2019-11-03 07:17:54'); +INSERT INTO `marker` VALUES (11059,1901,NULL,2,1910,43405,'Flint','was hidden, had to search',131.99652099609375,-158.1366424560547,0,0,0,'2019-11-03 20:37:13'); +INSERT INTO `marker` VALUES (11060,2000,NULL,2,1966,60533,'Entered into the dungeon ','Pick up the stone',47.8125,-113.4375,0,0,0,'2019-11-05 11:41:38'); +INSERT INTO `marker` VALUES (11061,2000,NULL,2,1962,60533,'Slime Key','',109.75,-167.375,0,0,0,'2019-11-05 12:38:49'); +INSERT INTO `marker` VALUES (11062,1901,NULL,2,1935,72985,'Zora Stone Monuments','Talk to Jiahto. Find all 10 Stone Monuments',180.234375,-119.28125,0,0,0,'2019-11-06 19:51:04'); +INSERT INTO `marker` VALUES (11063,1901,NULL,2,1901,73086,'Dragon Shrine','',141.5,-164.4453125,0,0,0,'2019-11-07 05:08:17'); +INSERT INTO `marker` VALUES (11064,1901,NULL,2,1901,72699,'Ver','Necesita escama de dragon',141.09375,-164.28125,0,0,0,'2019-11-08 00:53:18'); +INSERT INTO `marker` VALUES (11065,1901,NULL,2,1903,73012,'TEST','',96.578125,-87.03125,0,0,0,'2019-11-09 06:56:48'); +INSERT INTO `marker` VALUES (11066,1901,NULL,2,1901,73410,'Minor','Description',189.3046875,-107.7890625,0,0,0,'2019-11-10 06:20:03'); +INSERT INTO `marker` VALUES (11067,1901,NULL,2,1901,73410,'Minor','Description',189.8125,-107.875,0,0,0,'2019-11-10 06:21:05'); +INSERT INTO `marker` VALUES (11068,1901,NULL,2,1901,72601,'LInks house','',179.890625,-163.828125,0,0,0,'2019-11-10 14:40:24'); +INSERT INTO `marker` VALUES (11069,1901,NULL,2,1925,72389,'shrine','',145.27734375,-114.55078125,0,0,0,'2019-11-10 17:03:05'); +INSERT INTO `marker` VALUES (11070,1901,NULL,2,1901,73493,'Sacrario della Rinascita','',110.73263549804688,-157.3443603515625,0,0,0,'2019-11-10 20:09:15'); +INSERT INTO `marker` VALUES (11071,1901,NULL,2,1916,73546,'oops','',109.65625,-183.9296875,0,0,0,'2019-11-11 08:51:11'); +INSERT INTO `marker` VALUES (11072,1901,NULL,2,1926,73386,'Divine Beast Vah Medoh','',71,-101,0,0,0,'2019-11-12 03:22:45'); +INSERT INTO `marker` VALUES (11073,1901,NULL,2,1926,73386,'Divine Beast Vah Rudania','',167.5,-90.5,0,0,0,'2019-11-12 03:23:27'); +INSERT INTO `marker` VALUES (11074,1901,NULL,2,1926,73386,'Divine Beast Vah Naboris','',57.5,-173,0,0,0,'2019-11-12 03:24:17'); +INSERT INTO `marker` VALUES (11075,2000,NULL,2,1969,60533,'Fairy Fountains','',243.375,-83.875,0,0,0,'2019-11-13 08:02:33'); +INSERT INTO `marker` VALUES (11076,1901,NULL,2,1910,73379,'Dynamic loaded Guardian Scrap','1.6 Item farm spot',106.421875,-185.4765625,0,0,0,'2019-11-13 22:29:40'); +INSERT INTO `marker` VALUES (11077,1901,NULL,2,1926,73790,'Vah'Medo','',71.34375,-100,0,0,0,'2019-11-14 11:25:46'); +INSERT INTO `marker` VALUES (11078,1901,NULL,2,1901,73849,'RT2472','',166.42578125,-86.1484375,0,0,0,'2019-11-14 12:49:15'); +INSERT INTO `marker` VALUES (11079,1901,NULL,2,1901,72713,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.375,-99.96875,0,1,0,'2019-11-14 14:29:03'); +INSERT INTO `marker` VALUES (11080,1901,NULL,2,1901,3857,'Fairys','',137.28125,-171.66980771097732,0,0,0,'2019-11-15 15:34:18'); +INSERT INTO `marker` VALUES (11081,1901,NULL,2,1910,57658,'Red Rupie','Under a rock in the road.',95.20703125,-145.1171875,0,0,0,'2019-11-15 18:24:14'); +INSERT INTO `marker` VALUES (11082,1901,NULL,2,1910,57658,'Amber','under rock next to unlit cookpit',96.09375,-132.69921875,0,0,0,'2019-11-15 21:25:04'); +INSERT INTO `marker` VALUES (11083,1901,NULL,2,1939,73379,'Ice Wizzrobe','',73.75,-129.71875,0,0,0,'2019-11-16 05:00:32'); +INSERT INTO `marker` VALUES (11084,1901,NULL,2,1944,32383,'Royal Halbeard','',119.02578115463257,-87.36091672639584,0,0,0,'2019-11-16 11:06:58'); +INSERT INTO `marker` VALUES (11085,1901,NULL,2,1944,72651,'EX-Chest - Phantom Armor','Once at the ruins, check the middle ring of water along the Southwest side to use magnesis to pull the chest out.',124.18283417285726,-126.64048012158895,0,0,0,'2019-11-16 12:27:05'); +INSERT INTO `marker` VALUES (11086,1901,NULL,2,1935,73797,'Good Sized Horse','',96.31640625,-157.2421875,0,1,0,'2019-11-16 23:35:44'); +INSERT INTO `marker` VALUES (11087,1901,NULL,2,1926,74038,'Divine Beast Vah Naboris','',95,-169.125,0,0,0,'2019-11-17 01:02:35'); +INSERT INTO `marker` VALUES (11088,1901,NULL,2,1901,74072,'Temple of Time','',115.109375,-158.21875,0,0,0,'2019-11-17 03:08:14'); +INSERT INTO `marker` VALUES (11089,1901,NULL,2,1910,74072,'Bird Egg','',116.09375,-156.5859375,0,0,0,'2019-11-17 03:36:37'); +INSERT INTO `marker` VALUES (11090,1901,NULL,2,1910,57658,'Opal','Under rock',85.234375,-134.734375,0,0,0,'2019-11-17 04:17:45'); +INSERT INTO `marker` VALUES (11091,1901,NULL,2,1910,74072,'Acorn','',114.734375,-152.6796875,0,0,0,'2019-11-17 04:43:25'); +INSERT INTO `marker` VALUES (11092,1901,NULL,2,1903,74072,'Boko Spear','',113.640625,-164.65625,0,0,0,'2019-11-17 20:50:43'); +INSERT INTO `marker` VALUES (11093,1901,NULL,2,1903,74072,'Boko Club','',113.6171875,-164.6484375,0,0,0,'2019-11-17 20:51:24'); +INSERT INTO `marker` VALUES (11094,1901,NULL,2,1910,74072,'Amber','',107.84375,-162.71875,0,0,0,'2019-11-17 21:59:10'); +INSERT INTO `marker` VALUES (11095,1901,NULL,2,1902,74160,'Phantom Greaves','',120.08984375,-137.5,0,0,0,'2019-11-18 01:11:48'); +INSERT INTO `marker` VALUES (11096,1901,NULL,2,1901,74072,'Camp Fire','',105.46484375,-152.76953125,0,0,0,'2019-11-18 04:20:04'); +INSERT INTO `marker` VALUES (11097,1901,NULL,2,1931,74072,'Enemy Camp','',107.90625,-154.234375,0,0,0,'2019-11-18 04:31:35'); +INSERT INTO `marker` VALUES (11098,1901,NULL,2,1905,74072,'Boko Shield','',107.87109375,-154.25,0,0,0,'2019-11-18 04:34:58'); +INSERT INTO `marker` VALUES (11099,1901,NULL,2,1903,74072,'Boko Club','',107.88671875,-154.2421875,0,0,0,'2019-11-18 04:35:17'); +INSERT INTO `marker` VALUES (11100,1901,NULL,2,1904,74072,'Boko Bow','',107.9453125,-154.20703125,0,0,0,'2019-11-18 04:36:15'); +INSERT INTO `marker` VALUES (11101,1901,NULL,2,1931,74072,'Enemy Camp','',110.10546875,-155.58203125,0,0,0,'2019-11-18 04:45:24'); +INSERT INTO `marker` VALUES (11102,1901,NULL,2,1903,74072,'Boko Club','',110.15234375,-155.5703125,0,0,0,'2019-11-18 04:45:45'); +INSERT INTO `marker` VALUES (11103,1901,NULL,2,1905,74072,'Spiked Boko Shield','',105.33203125,-156,0,0,0,'2019-11-18 04:59:07'); +INSERT INTO `marker` VALUES (11104,1901,NULL,2,1903,74072,'Soldier's Broadsword','',105.3125,-155.9609375,0,0,0,'2019-11-18 04:59:51'); +INSERT INTO `marker` VALUES (11105,1901,NULL,2,1930,74072,'White Chuchu x2','',107.87109375,-156.6328125,0,0,0,'2019-11-18 05:07:59'); +INSERT INTO `marker` VALUES (11106,1901,NULL,2,1930,74072,'White Chuchu x2','',109.140625,-156.9140625,0,0,0,'2019-11-18 05:09:05'); +INSERT INTO `marker` VALUES (11107,1901,NULL,2,1901,74072,'Camp Fire','',109.421875,-157.3984375,0,0,0,'2019-11-18 05:10:40'); +INSERT INTO `marker` VALUES (11108,1901,NULL,2,1901,74167,'Current Location','',155.73828125,-143.34375,0,0,0,'2019-11-18 14:54:48'); +INSERT INTO `marker` VALUES (11109,1901,NULL,2,1901,74211,'Início jogo','Início jogo',117.694091796875,-154.384765625,0,0,0,'2019-11-18 22:40:49'); +INSERT INTO `marker` VALUES (11110,1901,NULL,2,1901,73379,'Pondo's Lodge and Bowling','A nice little lodge with a cooking pot and one of the best spots for grinding Rupees',95.65625,-95.12109375,0,0,0,'2019-11-18 23:55:20'); +INSERT INTO `marker` VALUES (11111,1901,NULL,2,1931,74160,'Enemy Camp','',171.8125,-163.05078125,0,0,0,'2019-11-19 20:22:47'); +INSERT INTO `marker` VALUES (11112,1901,NULL,2,1935,73012,'a gift of nightshade ','',169.015625,-183.625,0,0,0,'2019-11-19 22:09:42'); +INSERT INTO `marker` VALUES (11113,1901,NULL,2,1901,74298,'BA?LANGIÇ','',110.546875,-157.47265625,0,0,0,'2019-11-19 22:25:17'); +INSERT INTO `marker` VALUES (11114,1901,NULL,2,1926,73012,'Divine Beast Vah Naboris','',94.96875,-169.21875,0,0,0,'2019-11-19 23:41:47'); +INSERT INTO `marker` VALUES (11115,1901,NULL,2,1926,73012,'Divine Beast Vah Medoh','',71.5625,-99,0,0,0,'2019-11-19 23:42:32'); +INSERT INTO `marker` VALUES (11116,1901,NULL,2,1926,73012,'Divine Beast Vah Rudania','',166.1875,-87.984375,0,0,0,'2019-11-19 23:43:23'); +INSERT INTO `marker` VALUES (11117,1901,NULL,2,1901,73948,'Great flame blade','',153.1875,-71.0625,0,0,0,'2019-11-20 15:38:17'); +INSERT INTO `marker` VALUES (11118,1901,NULL,2,1925,74482,'n','n',156.84375,-166.625,0,0,0,'2019-11-22 09:11:49'); +INSERT INTO `marker` VALUES (11119,1901,NULL,2,1935,74551,'Mejora la tableta sheikan','',187.11135864257812,-161.20536714089562,0,0,0,'2019-11-23 06:26:07'); +INSERT INTO `marker` VALUES (11120,1901,NULL,2,1902,74591,'Shields','Bokoblins carry n,16 shields. Easy hit. ',143.6328125,-149.7045201743898,0,0,0,'2019-11-23 18:11:41'); +INSERT INTO `marker` VALUES (11121,1901,NULL,2,1901,73176,'asd','',110.91921967548237,-154.6835750402829,0,0,0,'2019-11-24 11:46:28'); +INSERT INTO `marker` VALUES (11122,1901,NULL,2,1930,74611,'big bad dude','kill him\r\n\r\n',188.828125,-148.53125,0,1,0,'2019-11-24 23:53:22'); +INSERT INTO `marker` VALUES (11123,1901,NULL,2,1902,74742,'Korok mask','mask of the first dlc, the mask shakes when you are close do korok seeds',139.3984375,-99.515625,0,0,0,'2019-11-25 02:22:08'); +INSERT INTO `marker` VALUES (11124,1901,NULL,2,1910,74742,'a','a',139.40234375,-99.5078125,0,0,0,'2019-11-25 02:22:45'); +INSERT INTO `marker` VALUES (11125,1901,NULL,2,1920,73379,'Akkala Ancient Tech Lab','Location of Robbie and Cherry (Robbie's Robot)',198.546875,-78.57421875,0,0,0,'2019-11-25 04:39:30'); +INSERT INTO `marker` VALUES (11126,1901,NULL,2,1926,74772,'Divine Beast Vah Naboris','',84.859375,-186.359375,0,0,0,'2019-11-25 14:28:41'); +INSERT INTO `marker` VALUES (11127,1901,NULL,2,1926,74772,'Divine Beast Vah Rudania','',167.63671875,-87.29296875,0,0,0,'2019-11-25 14:30:20'); +INSERT INTO `marker` VALUES (11128,1901,NULL,2,1926,74772,'Divine Beast Vah Medoh','',71.4140625,-95.0546875,0,0,0,'2019-11-25 14:32:34'); +INSERT INTO `marker` VALUES (11129,1901,NULL,2,1943,74072,'Silver Rupee (100)','',155.984375,-158.0078125,0,0,0,'2019-11-25 20:59:38'); +INSERT INTO `marker` VALUES (11130,1901,NULL,2,1936,74591,'bombable wall','Contains flint, a treasure chest',114.46484375,-158.07366484494375,0,0,0,'2019-11-26 19:40:58'); +INSERT INTO `marker` VALUES (11131,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','This is Daruk's Divine Beast, housing Fireblight Ganon. Completing it rewards you Daruk's Protection.',58.125,-112.5,0,0,0,'2019-11-28 17:22:55'); +INSERT INTO `marker` VALUES (11132,1901,NULL,2,1916,38501,'lol','',133.25,-94.5,0,0,0,'2019-11-30 08:07:48'); +INSERT INTO `marker` VALUES (11133,1901,NULL,2,1935,75084,'Sunken Treasure','',172.37109375,-182.01953125,0,0,0,'2019-11-30 16:36:35'); +INSERT INTO `marker` VALUES (11134,1901,NULL,2,1926,75272,'Vah Medoh','The Devine Beast Vah Medoh',71.546875,-98.9296875,0,0,0,'2019-11-30 21:49:52'); +INSERT INTO `marker` VALUES (11135,1901,NULL,2,1901,37819,'Hearty Durian','',149.13671875,-178.5390625,0,0,0,'2019-12-01 01:30:31'); +INSERT INTO `marker` VALUES (11136,1901,NULL,2,1944,72699,'Casco fantasmal','aumenta sigilo',154.21875,-177.640625,0,0,0,'2019-12-01 12:25:43'); +INSERT INTO `marker` VALUES (11137,1901,NULL,2,1902,75407,'Majora mask','EX Chest',120.9609375,-148.2265625,0,0,0,'2019-12-01 22:54:56'); +INSERT INTO `marker` VALUES (11138,1901,NULL,2,1901,75439,'????','',115.6640625,-134.7109375,0,0,0,'2019-12-03 03:49:18'); +INSERT INTO `marker` VALUES (11139,1901,NULL,2,1921,75548,'Rito Village','',61.125,-130,0,0,0,'2019-12-03 17:01:08'); +INSERT INTO `marker` VALUES (11140,1901,NULL,2,1916,74589,'???ç','',166.7734375,-106.09375,0,0,0,'2019-12-05 11:03:05'); +INSERT INTO `marker` VALUES (11141,1901,NULL,2,1901,74589,'asdf','',166.7265625,-105.921875,0,0,0,'2019-12-05 11:03:27'); +INSERT INTO `marker` VALUES (11142,1901,NULL,2,1904,75864,'Bomb Arrows','',105.29296875,-159.68359375,0,0,0,'2019-12-07 02:55:14'); +INSERT INTO `marker` VALUES (11143,1901,NULL,2,1910,75864,'Amber','In rock formation',107.87343788146973,-162.7140622138977,0,0,0,'2019-12-07 03:01:12'); +INSERT INTO `marker` VALUES (11144,1901,NULL,2,1903,75916,'ms','',24.5,-86.25,0,0,0,'2019-12-07 23:16:07'); +INSERT INTO `marker` VALUES (11145,1901,NULL,2,1934,51280,'Final Memory','',158.9617919921875,-158.053466796875,0,0,0,'2019-12-09 08:31:14'); +INSERT INTO `marker` VALUES (11146,1901,NULL,2,1943,75407,'Royal Halberd','Royal Halberd',118.96875,-87.21875,0,0,0,'2019-12-09 17:18:33'); +INSERT INTO `marker` VALUES (11147,1901,NULL,2,1902,76199,'?????','',-3.25,-92.2196038414042,0,0,0,'2019-12-09 17:49:07'); +INSERT INTO `marker` VALUES (11148,1901,NULL,2,1901,76202,'Cheval blanc','',101.375,-141.1875,0,0,0,'2019-12-10 10:19:52'); +INSERT INTO `marker` VALUES (11149,1901,NULL,2,1901,74757,'Good Weapon','',141.609375,-103.0078125,0,0,0,'2019-12-10 10:48:32'); +INSERT INTO `marker` VALUES (11150,1901,NULL,2,1936,73669,'Cracked Stones','',61.4921875,-94.22265625,0,1,0,'2019-12-11 13:59:25'); +INSERT INTO `marker` VALUES (11151,1901,NULL,2,1901,76519,'Possible Korok','',60.65625,-86.125,0,0,0,'2019-12-13 05:33:25'); +INSERT INTO `marker` VALUES (11152,1901,NULL,2,1901,76526,'Akkala Ancient Tech Lab','',199.5625,-78.2578125,0,0,0,'2019-12-15 06:36:05'); +INSERT INTO `marker` VALUES (11153,1901,NULL,2,1901,39009,'sadfgsdfgsdfghsfghsdfgh','',41.3125,-142.1875,0,0,0,'2019-12-15 20:17:10'); +INSERT INTO `marker` VALUES (11154,1901,NULL,2,1916,76836,'Race to pond','',152.8046875,-116.8046875,0,0,0,'2019-12-15 23:51:35'); +INSERT INTO `marker` VALUES (11155,1901,NULL,2,1901,76915,'Tori Village','for warm clothes',112.78125,-139.0625,0,0,0,'2019-12-16 23:23:44'); +INSERT INTO `marker` VALUES (11156,1901,NULL,2,1944,77028,'Zant's Helmet','',148.125,-166.296875,0,1,0,'2019-12-17 21:56:08'); +INSERT INTO `marker` VALUES (11157,1901,NULL,2,1946,77028,'Misko's EX Journal','',123.890625,-155.21875,0,0,0,'2019-12-17 22:01:08'); +INSERT INTO `marker` VALUES (11158,1901,NULL,2,1946,77028,'Misko's EX Journal 2','',134.953125,-158.640625,0,0,0,'2019-12-17 22:01:33'); +INSERT INTO `marker` VALUES (11159,1901,NULL,2,1946,74072,'Rumor Mill: Volume 5','Inside the Wetland Stable, on the table',141.875,-130.734375,0,0,0,'2019-12-18 07:14:42'); +INSERT INTO `marker` VALUES (11160,1901,NULL,2,1925,77093,'Difficult - Not done','',185,-179.375,0,0,0,'2019-12-18 12:40:42'); +INSERT INTO `marker` VALUES (11161,1901,NULL,2,1936,76836,'Korok seed behind it','',167.8515625,-71.734375,0,0,0,'2019-12-19 07:27:30'); +INSERT INTO `marker` VALUES (11162,1901,NULL,2,1926,75087,'Divine Beast Vah Naboris','',95.09375,-169.15625,0,0,0,'2019-12-19 20:32:20'); +INSERT INTO `marker` VALUES (11163,1901,NULL,2,1926,77230,'non did shrines','',46.75,-151,0,0,0,'2019-12-19 22:06:39'); +INSERT INTO `marker` VALUES (11164,1901,NULL,2,1921,76435,'Kakariko','',158.578125,-142.734375,0,0,0,'2019-12-20 06:20:09'); +INSERT INTO `marker` VALUES (11165,1901,NULL,2,1901,76435,'Kakariko','',156.765625,-143.625,0,0,0,'2019-12-20 06:23:30'); +INSERT INTO `marker` VALUES (11166,1901,NULL,2,1943,76836,'Silver Rupee','',134.69140625,-189.0390625,0,0,0,'2019-12-20 22:23:26'); +INSERT INTO `marker` VALUES (11167,1901,NULL,2,1943,76836,'Opal x 1','',132.42578125,-189.11328125,0,0,0,'2019-12-20 22:26:17'); +INSERT INTO `marker` VALUES (11168,1901,NULL,2,1939,74072,'Ice Wizzrobe','Maybe a glitch since no other site I found had this, but I did (normal difficulty). Was "flying" around right next to the encampment where the 2 moblins and 10x chest were',163.8984375,-125.8203125,0,0,0,'2019-12-21 06:08:10'); +INSERT INTO `marker` VALUES (11169,1901,NULL,2,1930,67975,' Ganon','The main enemy of the game, once beat, the game ends',124.02734375,-111.421875,0,1,0,'2019-12-21 09:26:13'); +INSERT INTO `marker` VALUES (11170,1901,NULL,2,1935,67975,'A Landscape of a Stable','NPC: Mayro\r\n\r\nRequires: Find the location the picture on the wall was painted from, it will reveal the location of a shrine.\r\n\r\nReward: Shrine',168.859375,-110.11328125,0,1,0,'2019-12-21 11:55:51'); +INSERT INTO `marker` VALUES (11171,1901,NULL,2,1916,67975,'Korok Seed','',169.515625,-112.890625,0,0,0,'2019-12-21 12:00:23'); +INSERT INTO `marker` VALUES (11172,1901,NULL,2,1944,67975,'Knight's Bow','Contains: Knight's Bow\r\n\r\nRequires defeating an army camp: Yes\r\n\r\nIs in the ground: No',167.078125,-113.421875,0,0,0,'2019-12-21 12:03:06'); +INSERT INTO `marker` VALUES (11173,1901,NULL,2,1931,67975,'Bokoblin Camp','Camp includes 2 Bokoblin archers [always awake] and 6 Bokoblins inside the skull [sleeping at night].\r\nit will also include 2 keeses if arriving at night\r\ninside the skull there are 4 exploding barrels, 2 under each eye.\r\nshootinga rope holding the lamp in one of the eyes will cause an explosion.',166.9609375,-113.5546875,0,1,0,'2019-12-21 12:11:45'); +INSERT INTO `marker` VALUES (11174,1901,NULL,2,1901,67975,'Luminous Stone Deposits','A location with 5 luminous stone deposits',166.0078125,-113.71875,0,0,0,'2019-12-21 12:13:10'); +INSERT INTO `marker` VALUES (11175,1901,NULL,2,1931,67975,'Enemy Camp','Camp includes 2 Lizalfos, one Bokoblin, and 2 fire Chuchus.\r\nin addition, there are 4 explosive barrels surrounding the camp.',167.33984375,-116.63671875,0,1,0,'2019-12-21 12:25:53'); +INSERT INTO `marker` VALUES (11176,1901,NULL,2,1944,76836,'Ravio's Hood','Chest is in ground under the hand, pull it out with Magnesis.',141.1171875,-166.08203125,0,0,0,'2019-12-21 22:55:53'); +INSERT INTO `marker` VALUES (11177,1901,NULL,2,1925,59975,'Ya Naga Shrine','',122.7978515625,-168.637939453125,0,0,0,'2019-12-22 02:25:59'); +INSERT INTO `marker` VALUES (11178,1901,NULL,2,1936,74072,'Reward: Ruby x3 (Break the ore deposit)','',174.59375,-133.671875,0,0,0,'2019-12-23 18:03:42'); +INSERT INTO `marker` VALUES (11179,1901,NULL,2,1948,74072,'Under rock overhnag','',178.25,-129.42578125,0,0,0,'2019-12-23 18:19:21'); +INSERT INTO `marker` VALUES (11180,1901,NULL,2,1901,77697,'Kakariko Village','',147.78125,-142.1538100671167,0,1,0,'2019-12-23 22:54:29'); +INSERT INTO `marker` VALUES (11181,1901,NULL,2,1925,77818,'!!','',160.046875,-143.234375,0,0,0,'2019-12-24 21:12:45'); +INSERT INTO `marker` VALUES (11182,1901,NULL,2,1901,77879,'Shrine to do','',103.77157145492,-150.25,0,0,0,'2019-12-25 01:48:45'); +INSERT INTO `marker` VALUES (11183,1901,NULL,2,1935,77923,'sheep rustlers','free the scheep',184.765625,-161.296875,0,0,0,'2019-12-25 11:53:58'); +INSERT INTO `marker` VALUES (11184,1901,NULL,2,1903,23337,'Royal Halberd','',118.9609375,-87.3671875,0,1,0,'2019-12-25 16:07:56'); +INSERT INTO `marker` VALUES (11185,1901,NULL,2,1943,76836,'Amber','',109.953125,-148.69921875,0,0,0,'2019-12-26 09:24:56'); +INSERT INTO `marker` VALUES (11186,1901,NULL,2,1901,78128,'Zoras Domain','',25,-98.5,0,0,0,'2019-12-26 22:03:07'); +INSERT INTO `marker` VALUES (11187,1901,NULL,2,1901,78081,'Need High Jump','',152.75,-173.265625,0,0,0,'2019-12-27 07:09:30'); +INSERT INTO `marker` VALUES (11188,1901,NULL,2,1926,73213,'Devine Beast Va Rudania','',14.25,-180.875,0,0,0,'2019-12-28 11:44:02'); +INSERT INTO `marker` VALUES (11189,1901,NULL,2,1926,73213,'Devine Beast Va Medoh','',71.4375,-99.875,0,0,0,'2019-12-28 11:45:43'); +INSERT INTO `marker` VALUES (11190,1901,NULL,2,1916,78207,'Korok Seed','',150.328125,-100.625,0,0,0,'2019-12-28 13:16:46'); +INSERT INTO `marker` VALUES (11191,1901,NULL,2,1901,78577,'edfqef','',97.2249984741211,-138.65129900998681,0,0,0,'2019-12-29 15:27:27'); +INSERT INTO `marker` VALUES (11192,1901,NULL,2,1901,74630,'honeyvore bear','a beat',145.375,-124.1875,0,0,0,'2019-12-29 20:26:54'); +INSERT INTO `marker` VALUES (11193,1901,NULL,2,1926,76939,'Vah Medoh','',71.97949028015137,-99.70714950561523,0,0,0,'2019-12-29 23:17:42'); +INSERT INTO `marker` VALUES (11194,1901,NULL,2,1926,76939,'Vah Naboris','',86.87124252319336,-182.96971988677979,0,0,0,'2019-12-29 23:18:56'); +INSERT INTO `marker` VALUES (11195,1901,NULL,2,1926,76939,'Divine Beast Vah Rudania','',166.19676971435547,-87.59951210021973,0,0,0,'2019-12-29 23:20:29'); +INSERT INTO `marker` VALUES (11196,1901,NULL,2,1901,78902,'HERE','',117.421875,-152.4765625,0,0,0,'2019-12-30 21:05:33'); +INSERT INTO `marker` VALUES (11197,1901,NULL,2,1943,50315,'Ruby (EX)','',117.41015625,-151.73697918653488,0,0,0,'2019-12-31 14:29:04'); +INSERT INTO `marker` VALUES (11198,1901,NULL,2,1903,50315,'Tree Branch','',114.82031106948853,-153.07812523841858,0,0,0,'2019-12-31 16:09:47'); +INSERT INTO `marker` VALUES (11199,1901,NULL,2,1901,50315,'Amber','Check to marker on top of Mount Hylia for an Amber.',107.88281297683716,-162.7395839691162,0,0,0,'2019-12-31 18:55:40'); +INSERT INTO `marker` VALUES (11200,1901,NULL,2,1901,79082,'luna','',85.015625,-131.37653792491122,0,0,0,'2019-12-31 20:12:55'); +INSERT INTO `marker` VALUES (11201,1901,NULL,2,1920,79070,'Shrine of Resurrection','',110.8515625,-157.48828125,0,0,0,'2019-12-31 20:20:17'); +INSERT INTO `marker` VALUES (11202,1901,NULL,2,1930,79070,'3 Bokoblins','',116.390625,-154.81640625,0,0,0,'2019-12-31 20:21:32'); +INSERT INTO `marker` VALUES (11203,1901,NULL,2,1903,50315,'Tree Branch','',110.42057299613953,-156.26822888851166,0,0,0,'2019-12-31 20:23:42'); +INSERT INTO `marker` VALUES (11204,1901,NULL,2,1931,79070,'Bokoblin camp','Reds and a blue',117.8828125,-157.73828125,0,0,0,'2019-12-31 20:27:10'); +INSERT INTO `marker` VALUES (11205,1901,NULL,2,1930,79070,'Bokoblin','',115.703125,-156.671875,0,0,0,'2019-12-31 20:38:09'); +INSERT INTO `marker` VALUES (11206,1901,NULL,2,1930,79070,'Bokoblin','',116.28515625,-157.09765625,0,0,0,'2019-12-31 20:38:22'); +INSERT INTO `marker` VALUES (11207,1901,NULL,2,1930,79070,'3 Stalkoblins','Appear at night.',112.265625,-153.2265625,0,0,0,'2019-12-31 21:07:02'); +INSERT INTO `marker` VALUES (11208,1901,NULL,2,1920,79070,'Outpost Ruins','',123.8671875,-154.24609375,0,0,0,'2019-12-31 21:08:54'); +INSERT INTO `marker` VALUES (11209,1901,NULL,2,1920,79070,'Eastern Abbey','',120.390625,-158.96484375,0,0,0,'2019-12-31 21:09:41'); +INSERT INTO `marker` VALUES (11210,1901,NULL,2,1920,79070,'Temple of Time','',115.19921875,-159.16796875,0,0,0,'2019-12-31 21:10:18'); +INSERT INTO `marker` VALUES (11211,1901,NULL,2,1944,75407,'Royal shield','',115.76953125,-72.76953125,0,0,0,'2020-01-01 18:39:30'); +INSERT INTO `marker` VALUES (11212,1901,NULL,2,1904,79259,'Fire arrows','Behind cracked wall',112.9247477054596,-164.7574164867401,0,1,0,'2020-01-02 22:08:22'); +INSERT INTO `marker` VALUES (11213,1901,NULL,2,1904,79259,'Bow','Now hidden under rock',113.6098301410675,-163.38385653495789,0,1,0,'2020-01-02 22:15:54'); +INSERT INTO `marker` VALUES (11214,1901,NULL,2,1936,79469,'Secret nook within the secret cave','',158.69921875,-168.7109375,0,0,0,'2020-01-03 05:28:25'); +INSERT INTO `marker` VALUES (11215,1901,NULL,2,1901,79469,'Cave of gemstones','',198.0625,-152.375,0,0,0,'2020-01-03 05:31:19'); +INSERT INTO `marker` VALUES (11216,1901,NULL,2,1925,78050,'Missed Shrine','',186.84375,-86.40625,0,0,0,'2020-01-03 17:07:21'); +INSERT INTO `marker` VALUES (11217,1901,NULL,2,1935,73866,'By Firefly's Light','',156.0078125,-144.109375,0,0,0,'2020-01-04 21:19:18'); +INSERT INTO `marker` VALUES (11218,1901,NULL,2,1903,79726,'eightfold longblade','',180.00390625,-135.58984375,0,0,0,'2020-01-05 00:26:47'); +INSERT INTO `marker` VALUES (11219,1901,NULL,2,1936,76430,'Cave with ore','',158.67135620117188,-175.59947204589844,0,0,0,'2020-01-05 07:58:33'); +INSERT INTO `marker` VALUES (11220,1901,NULL,2,1938,79019,'a visiter !','point d'accroche pour le volcan',168.90625,-109.703125,0,0,0,'2020-01-05 13:58:06'); +INSERT INTO `marker` VALUES (11221,1901,NULL,2,1916,78250,'BOTON','',194.51953125,-78.74609375,0,0,0,'2020-01-05 16:10:10'); +INSERT INTO `marker` VALUES (11222,1901,NULL,2,1944,50315,'Knight's Halberd','',118.89583206176758,-87.25000047683716,0,0,0,'2020-01-06 13:34:56'); +INSERT INTO `marker` VALUES (11223,1901,NULL,2,1916,76609,'falta korok torre llnura','',110.625,-120.01399528214306,0,0,0,'2020-01-06 18:33:23'); +INSERT INTO `marker` VALUES (11224,1901,NULL,2,1901,79503,'Chasse aux cerfs','',184.796875,-160.578125,0,0,0,'2020-01-06 18:44:28'); +INSERT INTO `marker` VALUES (11225,1901,NULL,2,1930,79070,'Yiga footsoldier','A man by the name of "Traveller" stops to talk to you.',155.96484375,-150.875,0,0,0,'2020-01-06 23:29:36'); +INSERT INTO `marker` VALUES (11226,1901,NULL,2,1930,79070,'Yiga footsoldier','A woman by the name of "Traveller" stops to talk to you.',176.3046875,-163.375,0,0,0,'2020-01-06 23:30:50'); +INSERT INTO `marker` VALUES (11227,1901,NULL,2,1936,74072,'Bombable rock pile, Ore inside','Contains rock salt, so not worth the effort unless you are in the area',187.65625,-132.13671875,0,0,0,'2020-01-07 20:14:36'); +INSERT INTO `marker` VALUES (11228,1901,NULL,2,1936,74072,'Rare Ore Depoit behind bombable rock wall','',201.3671875,-115.7265625,0,0,0,'2020-01-07 21:28:13'); +INSERT INTO `marker` VALUES (11229,1901,NULL,2,1901,49011,'V','',84.6015625,-170.8828125,0,0,0,'2020-01-08 01:42:39'); +INSERT INTO `marker` VALUES (11230,1901,NULL,2,1926,76193,'Divine Beast Vah Rudania','',167.5546875,-87.4453125,0,0,0,'2020-01-08 19:29:10'); +INSERT INTO `marker` VALUES (11231,1901,NULL,2,1901,76193,'Shatterback Point','',186.6796875,-121.6171875,0,0,0,'2020-01-08 19:37:48'); +INSERT INTO `marker` VALUES (11232,1901,NULL,2,1901,76193,'Death Mountain Summit','',166.46875,-88.53125,0,0,0,'2020-01-08 19:38:23'); +INSERT INTO `marker` VALUES (11233,1901,NULL,2,1901,76193,'Mekar Island','',123.94921875,-93.66796875,0,0,0,'2020-01-08 19:40:04'); +INSERT INTO `marker` VALUES (11234,1901,NULL,2,1904,76193,'Bomb Arrow x5','',105.09375,-159.6875,0,0,0,'2020-01-08 19:40:32'); +INSERT INTO `marker` VALUES (11235,1901,NULL,2,1901,76193,'Bomb Arrow x5 (DLC)','',105.0859375,-159.70703125,0,0,0,'2020-01-08 19:40:52'); +INSERT INTO `marker` VALUES (11236,1901,NULL,2,1943,76193,'Sapphire (DLC)','',117.4140625,-151.7265625,0,0,0,'2020-01-08 19:41:31'); +INSERT INTO `marker` VALUES (11237,1901,NULL,2,1904,76193,'Bomb Arrow x5 (DLC)','',105.1171875,-159.7109375,0,0,0,'2020-01-08 19:41:43'); +INSERT INTO `marker` VALUES (11238,1901,NULL,2,1944,76193,'Nintendo Switch T-Shirt (DLC)','',120.6796875,-159.37109375,0,0,0,'2020-01-08 19:43:07'); +INSERT INTO `marker` VALUES (11239,1901,NULL,2,1944,76193,'Zant's Helm (DLC)','',148.09375,-166.328125,0,0,0,'2020-01-08 19:43:35'); +INSERT INTO `marker` VALUES (11240,1901,NULL,2,1944,76193,'Island Lobster Shirt (DLC)','',127.53125,-174.71875,0,0,0,'2020-01-08 19:44:06'); +INSERT INTO `marker` VALUES (11241,1901,NULL,2,1944,76193,'Majora's Mask (DLC)','',120.96484375,-148.02734375,0,0,0,'2020-01-08 19:44:42'); +INSERT INTO `marker` VALUES (11242,1901,NULL,2,1944,76193,'Tingle's Tights (DLC)','',126.59375,-130.53125,0,0,0,'2020-01-08 19:45:32'); +INSERT INTO `marker` VALUES (11243,1901,NULL,2,1944,76193,'Korok Mask (DLC)','',138.859375,-98.484375,0,0,0,'2020-01-08 19:46:28'); +INSERT INTO `marker` VALUES (11244,1901,NULL,2,1943,76193,'Travel Medallion (DLC)','',200.7578125,-72.3203125,0,0,0,'2020-01-08 19:49:45'); +INSERT INTO `marker` VALUES (11245,1901,NULL,2,1944,76193,'Tingle's Shirt (DLC)','',117.375,-115.08984375,0,0,0,'2020-01-08 19:52:26'); +INSERT INTO `marker` VALUES (11246,1901,NULL,2,1944,76193,'Tingle's Hat (DLC)','',115.984375,-141.62890625,0,0,0,'2020-01-08 19:53:04'); +INSERT INTO `marker` VALUES (11247,1901,NULL,2,1944,76193,'Midna's Helm (','',106.27734375,-131.73046875,0,0,0,'2020-01-08 19:53:34'); +INSERT INTO `marker` VALUES (11248,1901,NULL,2,1944,76193,'Midna's Helm (DLC)','',106.37109375,-131.6171875,0,0,0,'2020-01-08 19:53:59'); +INSERT INTO `marker` VALUES (11249,1901,NULL,2,1926,76193,'Divine Beast Vah Naboris','',95.0625,-169.5,0,0,0,'2020-01-08 19:57:30'); +INSERT INTO `marker` VALUES (11250,1901,NULL,2,1926,76193,'Divine Beast Vah Medoh','',71.484375,-97.359375,0,0,0,'2020-01-08 19:57:50'); +INSERT INTO `marker` VALUES (11251,1901,NULL,2,1901,76193,'Trial of the Sword (DLC)','',134.8046875,-95.0625,0,0,0,'2020-01-08 19:58:42'); +INSERT INTO `marker` VALUES (11252,1901,NULL,2,1901,76193,'Shrine of Resurrection','',110.92578125,-157.37109375,0,0,0,'2020-01-08 19:59:55'); +INSERT INTO `marker` VALUES (11253,1901,NULL,2,1910,76193,'Sheikah Slate','',110.38671875,-157.66015625,0,0,0,'2020-01-08 20:00:14'); +INSERT INTO `marker` VALUES (11254,1901,NULL,2,1903,76193,'One-Hit Obliterator (DLC)','',110.41796875,-157.71875,0,0,0,'2020-01-08 20:00:39'); +INSERT INTO `marker` VALUES (11255,1901,NULL,2,1910,76193,'Paraglider','',115.32421875,-158.67578125,0,0,0,'2020-01-08 20:01:07'); +INSERT INTO `marker` VALUES (11256,1901,NULL,2,1910,76193,'Daruk's Protection','',153.47265625,-89.953125,0,0,0,'2020-01-08 20:01:35'); +INSERT INTO `marker` VALUES (11257,1901,NULL,2,1910,76193,'Revali's Gale','',71.015625,-99.55859375,0,0,0,'2020-01-08 20:02:30'); +INSERT INTO `marker` VALUES (11258,1901,NULL,2,1910,76193,'Mipha's Grace','',179.2890625,-121.32421875,0,0,0,'2020-01-08 20:03:07'); +INSERT INTO `marker` VALUES (11259,1901,NULL,2,1910,76193,'Urbosa's Fury','',68.91796875,-172.6640625,0,0,0,'2020-01-08 20:03:33'); +INSERT INTO `marker` VALUES (11260,1901,NULL,2,1925,76193,'Maz Koshia's Labyrinth (DLC)','',110.765625,-157.5,0,0,0,'2020-01-08 20:04:42'); +INSERT INTO `marker` VALUES (11261,1901,NULL,2,1910,76193,'Master Cycle Zero (DLC)','',110.875,-157.42578125,0,0,0,'2020-01-08 20:05:09'); +INSERT INTO `marker` VALUES (11262,1901,NULL,2,1946,76193,'Misko's EX Journal','',123.8984375,-155.19921875,0,0,0,'2020-01-08 20:09:55'); +INSERT INTO `marker` VALUES (11263,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2','',133.25,-144.96875,0,0,0,'2020-01-08 20:11:23'); +INSERT INTO `marker` VALUES (11264,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2 (DLC)','',133.2578125,-144.98828125,0,0,0,'2020-01-08 20:11:46'); +INSERT INTO `marker` VALUES (11265,1901,NULL,2,1901,76193,'Eventide Island','',199.25,-185.21875,0,0,0,'2020-01-08 20:16:37'); +INSERT INTO `marker` VALUES (11266,1901,NULL,2,1901,76193,'Yiga Clan Hideout','',71.8671875,-149.1484375,0,0,0,'2020-01-08 20:17:28'); +INSERT INTO `marker` VALUES (11267,1901,NULL,2,1901,76193,'Yiga Hideout Pit','',74.3984375,-148.8671875,0,0,0,'2020-01-08 20:17:47'); +INSERT INTO `marker` VALUES (11268,1901,NULL,2,1901,76193,'Statue of the Eighth Heroine','',59.65625,-136.140625,0,0,0,'2020-01-08 20:18:17'); +INSERT INTO `marker` VALUES (11269,1901,NULL,2,1901,76193,'The Seven Heroines','',85.921875,-172.0859375,0,0,0,'2020-01-08 20:18:39'); +INSERT INTO `marker` VALUES (11270,1901,NULL,2,1935,76193,'Desert Labyrinth','',99.9609375,-181.72265625,0,0,0,'2020-01-08 20:19:29'); +INSERT INTO `marker` VALUES (11271,1901,NULL,2,1935,76193,'North Lomei Labyrinth','',115.0078125,-72.79296875,0,0,0,'2020-01-08 20:20:02'); +INSERT INTO `marker` VALUES (11272,1901,NULL,2,1920,76193,'Lomei Labyrinth Island','',200.75,-72.03125,0,0,0,'2020-01-08 20:20:36'); +INSERT INTO `marker` VALUES (11273,1901,NULL,2,1920,76193,'North Lomei Labyrinth','',114.7109375,-72.76953125,0,0,0,'2020-01-08 20:21:06'); +INSERT INTO `marker` VALUES (11274,1901,NULL,2,1920,76193,'Desert Labyrinth','',99.94140625,-181.8984375,0,0,0,'2020-01-08 20:21:39'); +INSERT INTO `marker` VALUES (11275,1901,NULL,2,1934,76193,'Champion Urbosa's Song (DLC)','',94.3671875,-168.08984375,0,0,0,'2020-01-08 20:22:14'); +INSERT INTO `marker` VALUES (11276,1901,NULL,2,1934,76193,'Champion Revali's Song (DLC)','',71.390625,-99.7265625,0,0,0,'2020-01-08 20:22:45'); +INSERT INTO `marker` VALUES (11277,1901,NULL,2,1934,76193,'Champion Daruk's Song (DLC)','',166.55859375,-88.3203125,0,0,0,'2020-01-08 20:23:13'); +INSERT INTO `marker` VALUES (11278,1901,NULL,2,1934,76193,'Champion Mipha's Song (DLC)','',174.0859375,-129.9296875,0,0,0,'2020-01-08 20:23:47'); +INSERT INTO `marker` VALUES (11279,1901,NULL,2,1930,76193,'Monk Maz Koshia (DLC)','',111.0703125,-157.4453125,0,0,0,'2020-01-08 20:24:26'); +INSERT INTO `marker` VALUES (11280,1901,NULL,2,1934,76193,'The Champions' Ballad (DLC)','',112.03125,-156.0859375,0,0,0,'2020-01-08 20:24:50'); +INSERT INTO `marker` VALUES (11281,1901,NULL,2,1910,76193,'Champions' Picture (DLC)','',111.91796875,-156.1015625,0,0,0,'2020-01-08 20:25:13'); +INSERT INTO `marker` VALUES (11282,1901,NULL,2,1910,79070,'Ore','Several ore deposits in this canyon.',166.7265625,-152.30859375,0,0,0,'2020-01-09 01:26:03'); +INSERT INTO `marker` VALUES (11283,1901,NULL,2,1925,72389,'shrine','',113.15625,-118.20703125,0,1,0,'2020-01-09 13:44:48'); +INSERT INTO `marker` VALUES (11284,1901,NULL,2,1920,76193,'Mounted Archery Camp','',124.4609375,-182.3046875,0,0,0,'2020-01-09 19:50:03'); +INSERT INTO `marker` VALUES (11285,1901,NULL,2,1935,76193,'The Giant Horse','',124.453125,-182.421875,0,0,0,'2020-01-09 19:50:18'); +INSERT INTO `marker` VALUES (11286,1901,NULL,2,1944,76193,'Ravio's Hat (DLC)','',141.1171875,-166.015625,0,0,0,'2020-01-09 19:56:02'); +INSERT INTO `marker` VALUES (11287,1901,NULL,2,1935,76193,'Arrows of Burning Flame','',156.4921875,-144.2578125,0,0,0,'2020-01-09 19:57:23'); +INSERT INTO `marker` VALUES (11288,1901,NULL,2,1935,76193,'By Firefly's Light','',157.68359375,-144.12890625,0,0,0,'2020-01-09 19:57:45'); +INSERT INTO `marker` VALUES (11289,1901,NULL,2,1926,75562,'Divine Beast Vah Naboris','',76.25,-181.625,0,0,0,'2020-01-10 16:24:08'); +INSERT INTO `marker` VALUES (11290,1901,NULL,2,1901,80678,'Shrine of Resurrection','This is where Link wakes up and the game begins.',110.359375,-157.6203439362345,0,0,0,'2020-01-10 18:19:47'); +INSERT INTO `marker` VALUES (11291,1901,NULL,2,1930,79070,'Lizalfos','',134.8125,-159.203125,0,0,0,'2020-01-10 22:20:32'); +INSERT INTO `marker` VALUES (11292,1901,NULL,2,1931,80678,'Bokoblin Camp','',135.6875,-152.6328125,0,0,0,'2020-01-11 18:54:23'); +INSERT INTO `marker` VALUES (11293,1901,NULL,2,1931,80678,'Bokoblin Camp','',132.3671875,-153.9296875,0,0,0,'2020-01-11 22:38:57'); +INSERT INTO `marker` VALUES (11294,1901,NULL,2,1901,80678,'Old Man's House','The Old Man's House. Includes a cooking pot and a bed where Link can recover his hearts.',115.7421875,-163.46875,0,0,0,'2020-01-11 22:40:01'); +INSERT INTO `marker` VALUES (11295,1901,NULL,2,1931,80678,'Bokoblin Camp','',139.359375,-155.625,0,0,0,'2020-01-11 22:51:50'); +INSERT INTO `marker` VALUES (11296,1901,NULL,2,1931,80678,'Bokoblin Camp','',140.9921875,-155.15625,0,0,0,'2020-01-11 22:56:08'); +INSERT INTO `marker` VALUES (11297,1901,NULL,2,1935,75273,'The Sheep Rustlers','Under the tree, speak to Koyin to start the quest. Beat the monsters at Hateno Beach and return to her to finish it.',184.6484375,-160.8671875,0,0,0,'2020-01-12 21:18:38'); +INSERT INTO `marker` VALUES (11298,1901,NULL,2,1935,75273,'Arrows of Burning Heat','Rola asks you to light the torches around the godess statue using arrows.',156.48046875,-144.2421875,0,0,0,'2020-01-13 00:26:36'); +INSERT INTO `marker` VALUES (11299,1901,NULL,2,1926,77978,'Divine Beast Vah Naboris','',95.1171875,-169.1953125,0,0,0,'2020-01-13 13:17:56'); +INSERT INTO `marker` VALUES (11300,1901,NULL,2,1920,76193,'Southern Mine','',154.1953125,-97.5390625,0,0,0,'2020-01-13 18:31:31'); +INSERT INTO `marker` VALUES (11301,1901,NULL,2,1920,76193,'Abandoned North Mine','',153.6796875,-86.4296875,0,0,0,'2020-01-13 18:31:52'); +INSERT INTO `marker` VALUES (11302,1901,NULL,2,1935,76193,'Stranded on Eventide','',199.125,-184.921875,0,0,0,'2020-01-13 18:39:29'); +INSERT INTO `marker` VALUES (11303,1901,NULL,2,1935,76193,'Guardian Slideshow','',129.828125,-187.859375,0,0,0,'2020-01-13 18:40:03'); +INSERT INTO `marker` VALUES (11304,1901,NULL,2,1920,76193,'Akkala Ancient Tech Lab','',198.55078125,-78.56640625,0,0,0,'2020-01-13 18:55:52'); +INSERT INTO `marker` VALUES (11305,1901,NULL,2,1920,76193,'Hateno Ancient Tech Lab','',187.05859375,-161.109375,0,0,0,'2020-01-13 18:56:40'); +INSERT INTO `marker` VALUES (11306,1901,NULL,2,1901,76193,'Fang and Bone (1st Appearance)','',178.80078125,-74.01171875,0,0,0,'2020-01-13 18:58:36'); +INSERT INTO `marker` VALUES (11307,1901,NULL,2,1935,76193,'Death Mountain's Secret','',155.859375,-92.91796875,0,0,0,'2020-01-13 19:07:20'); +INSERT INTO `marker` VALUES (11308,1901,NULL,2,1926,81214,'Vah Medoh','',71.34375,-99.93359375,0,1,0,'2020-01-13 20:42:30'); +INSERT INTO `marker` VALUES (11309,2000,NULL,2,1950,81232,'Lil Devil - Magic Powder','',47.75,-113.25,0,0,0,'2020-01-14 04:05:12'); +INSERT INTO `marker` VALUES (11310,1901,NULL,2,1931,80678,'Bokoblin Camp','',150.203125,-120.28125,0,0,0,'2020-01-14 04:23:41'); +INSERT INTO `marker` VALUES (11311,2003,NULL,2,1962,81232,'Key','',84.875,-165.25,0,0,0,'2020-01-14 05:02:08'); +INSERT INTO `marker` VALUES (11312,1901,NULL,2,1945,80678,'Blupee','',159.1875,-163.25,0,0,0,'2020-01-15 02:36:32'); +INSERT INTO `marker` VALUES (11313,1901,NULL,2,1945,80678,'Blupee','',158,-165.53125,0,0,0,'2020-01-15 02:36:47'); +INSERT INTO `marker` VALUES (11314,1901,NULL,2,1930,76193,'Calamity Ganon','',124.0234375,-111.375,0,0,0,'2020-01-15 18:34:09'); +INSERT INTO `marker` VALUES (11315,1901,NULL,2,1930,76193,'Fireblight Ganon','',167.7109375,-87.5390625,0,0,0,'2020-01-15 18:34:45'); +INSERT INTO `marker` VALUES (11316,1901,NULL,2,1930,76193,'Windblight Ganon','',71.640625,-97.03125,0,0,0,'2020-01-15 18:35:03'); +INSERT INTO `marker` VALUES (11317,1901,NULL,2,1930,76193,'Thunderblight Ganon','',83.6875,-182.4375,0,0,0,'2020-01-15 18:35:26'); +INSERT INTO `marker` VALUES (11318,1901,NULL,2,1930,76193,'Waterblight Ganon','',185.2578125,-125.171875,0,0,0,'2020-01-15 18:35:41'); +INSERT INTO `marker` VALUES (11319,1901,NULL,2,1937,76193,'Lord of the Mountain','',92.3984375,-133.2578125,0,0,0,'2020-01-15 18:43:29'); +INSERT INTO `marker` VALUES (11320,1901,NULL,2,1901,76193,'Zelda's Horse','',101.70703125,-140.671875,0,0,0,'2020-01-15 18:44:41'); +INSERT INTO `marker` VALUES (11321,1901,NULL,2,1935,73866,'A Gift of Nightshade','',168.4453125,-183.4375,0,0,0,'2020-01-16 00:11:54'); +INSERT INTO `marker` VALUES (11322,1901,NULL,2,1935,76193,'Riddles of Hyrule','',134.5234375,-94.0859375,0,0,0,'2020-01-16 18:18:14'); +INSERT INTO `marker` VALUES (11323,1901,NULL,2,1943,78796,'Chest ','Glitched into water',162.31249986690227,-186.08573485039807,0,0,0,'2020-01-17 09:17:56'); +INSERT INTO `marker` VALUES (11324,1901,NULL,2,1925,36179,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.0625,0,1,0,'2020-01-18 08:13:30'); +INSERT INTO `marker` VALUES (11325,1901,NULL,2,1925,36179,'Ruvo Korbah Shrine','A Major Test of Strangth+',114.96484375,-161.4296875,0,1,0,'2020-01-18 08:14:40'); +INSERT INTO `marker` VALUES (11326,1901,NULL,2,1925,36179,'Etsu Korima Shrine','Path of Light',109.01953125,-160.98046875,0,1,0,'2020-01-18 08:15:21'); +INSERT INTO `marker` VALUES (11327,1901,NULL,2,1925,36179,'Yowaka Ita Shrine','Collected Soul',113.265625,-154.1015625,0,1,0,'2020-01-18 08:15:53'); +INSERT INTO `marker` VALUES (11328,1901,NULL,2,1901,36179,'Champion Revali's Song','Part of DLC wave 2 ',70.765625,-107.4375,0,1,0,'2020-01-18 08:25:28'); +INSERT INTO `marker` VALUES (11329,1901,NULL,2,1925,36179,'Noe Rajee Shrine','DLC wave 2 ',68.30859375,-91.8984375,0,1,0,'2020-01-18 08:33:53'); +INSERT INTO `marker` VALUES (11330,1901,NULL,2,1925,36179,'Shira Gomar Shrine','DLC wave 2',90.8515625,-106.40625,0,0,0,'2020-01-18 08:47:16'); +INSERT INTO `marker` VALUES (11331,1901,NULL,2,1925,36179,'Kiah Toza Shrine','DLC wave 2',94.484375,-78.21875,0,0,0,'2020-01-18 09:04:28'); +INSERT INTO `marker` VALUES (11332,1901,NULL,2,1904,81159,'Explosive Arrows x5','',105.2734375,-159.671875,0,0,0,'2020-01-18 18:27:17'); +INSERT INTO `marker` VALUES (11333,1901,NULL,2,1916,81840,'Korok Seed','Korok under the stones',115.171875,-152.19140625,0,1,0,'2020-01-18 21:14:42'); +INSERT INTO `marker` VALUES (11334,1901,NULL,2,1901,81872,'find','',-51.5,-89.47134376698764,0,0,0,'2020-01-19 04:37:39'); +INSERT INTO `marker` VALUES (11335,1901,NULL,2,1901,81851,'Stone Talus','',37.625,-127.625,0,0,0,'2020-01-19 07:33:35'); +INSERT INTO `marker` VALUES (11336,1901,NULL,2,1931,82063,'Bokoblin Camp','',118.25,-158.03125,0,0,0,'2020-01-20 14:35:01'); +INSERT INTO `marker` VALUES (11337,1901,NULL,2,1944,80073,'Royal Bow','In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.',140.27734375,-103.53125,0,0,0,'2020-01-20 17:36:53'); +INSERT INTO `marker` VALUES (11338,1901,NULL,2,1901,14388,'Dinraal Farming Spot','',78.10940838879046,-112.20080150401046,0,0,0,'2020-01-21 04:13:48'); +INSERT INTO `marker` VALUES (11339,1901,NULL,2,1935,79786,'Hero's treasure','Kass quest to retrieve the hero's cache.',186.6875,-169,0,0,0,'2020-01-21 17:25:49'); +INSERT INTO `marker` VALUES (11340,1901,NULL,2,1935,79786,'Hero's treasure','Kass's quest to retrieve the old hero's treasure',186.734375,-169.015625,0,0,0,'2020-01-21 17:31:13'); +INSERT INTO `marker` VALUES (11341,1901,NULL,2,1939,74072,'Ice Wizzrobe','',103.828125,-186.2734375,0,0,0,'2020-01-22 08:26:08'); +INSERT INTO `marker` VALUES (11342,1901,NULL,2,1944,78796,'Silverscale spear','Not a zora spear',178.92578119357813,-120.57020968512843,0,0,0,'2020-01-23 06:16:09'); +INSERT INTO `marker` VALUES (11343,1901,NULL,2,1944,78796,'Silverscale spear','Not Zora spear',180.0005580614658,-119.70081878786053,0,0,0,'2020-01-23 07:14:53'); +INSERT INTO `marker` VALUES (11344,1901,NULL,2,1901,82330,'bghit nmshi','',168.5,-88.5,0,0,0,'2020-01-23 10:34:49'); +INSERT INTO `marker` VALUES (11345,1901,NULL,2,1944,14388,'EX Ravio's Hood','',140.91632506751728,-165.96788977438555,0,1,0,'2020-01-24 20:32:01'); +INSERT INTO `marker` VALUES (11346,1901,NULL,2,1902,82690,'Barbarian Helm','',200.375,-71.625,0,0,0,'2020-01-26 16:12:42'); +INSERT INTO `marker` VALUES (11347,1901,NULL,2,1902,82690,'Barbarian Chestplate','',99.738037109375,-182.03207397460938,0,0,0,'2020-01-26 16:18:02'); +INSERT INTO `marker` VALUES (11348,1901,NULL,2,1902,82690,'Barbarian Leg Wraps','',114.8657455444336,-71.79652404785156,0,0,0,'2020-01-26 16:19:07'); +INSERT INTO `marker` VALUES (11349,1901,NULL,2,1902,82690,'Nintendo switch shirt','',120.66229796409607,-159.3363962173462,0,0,0,'2020-01-26 16:22:57'); +INSERT INTO `marker` VALUES (11350,1901,NULL,2,1902,82690,'Hyrulian Trousers','',115.5775511264801,-158.34299850463867,0,0,0,'2020-01-26 16:26:15'); +INSERT INTO `marker` VALUES (11351,1901,NULL,2,1902,82690,'Warm Doublet','',115.44416403770447,-163.25823616981506,0,0,0,'2020-01-26 16:35:44'); +INSERT INTO `marker` VALUES (11352,1901,NULL,2,1902,82690,'Warm Doublet','',107.85525643825531,-162.6944615840912,0,0,0,'2020-01-26 16:38:36'); +INSERT INTO `marker` VALUES (11353,1901,NULL,2,1943,82757,'Rupee','Purple rupee(50)',135.328125,-158.546875,0,0,0,'2020-01-27 00:57:06'); +INSERT INTO `marker` VALUES (11354,1901,NULL,2,1930,82757,'Lizarfos','2 Lizarfos',135.3984375,-159.171875,0,0,0,'2020-01-27 01:02:07'); +INSERT INTO `marker` VALUES (11355,1901,NULL,2,1935,82757,'The Giant of Relis Pond','hunt a Hinox in Ralis Pond',179.828125,-119.40625,0,0,0,'2020-01-27 02:17:51'); +INSERT INTO `marker` VALUES (11356,1901,NULL,2,1944,82757,'Zora Spear','Behind the Bottom korok',179.859375,-120.0546875,0,0,0,'2020-01-27 02:29:53'); +INSERT INTO `marker` VALUES (11357,1901,NULL,2,1901,82772,'Divine Beast Vah Rudania','',168.375,-88.25,0,0,0,'2020-01-27 04:15:34'); +INSERT INTO `marker` VALUES (11358,1901,NULL,2,1916,82787,'Kolog','',133.0546875,-150.2578125,0,0,0,'2020-01-27 11:48:54'); +INSERT INTO `marker` VALUES (11359,1901,NULL,2,1939,78832,'Blizzrobe','',103.78125,-186.46875,0,0,0,'2020-01-28 00:01:04'); +INSERT INTO `marker` VALUES (11360,1901,NULL,2,1943,82489,'gold rupee','',107.1484375,-90.9140625,0,0,0,'2020-01-28 08:08:07'); +INSERT INTO `marker` VALUES (11361,1901,NULL,2,1943,82489,'giant ancient core','',108.828125,-89.0703125,0,0,0,'2020-01-28 08:09:43'); +INSERT INTO `marker` VALUES (11362,1901,NULL,2,1904,77697,'Dinraal Farm','Farm Dinraal (Fire Dragon) parts',142.640625,-70.390625,0,0,0,'2020-01-28 15:25:36'); +INSERT INTO `marker` VALUES (11363,1901,NULL,2,1901,82864,'Boat','',111.20703125,-160.0234375,0,0,0,'2020-01-28 16:48:11'); +INSERT INTO `marker` VALUES (11364,1901,NULL,2,1901,82864,'Bed','',115.822265625,-163.228515625,0,0,0,'2020-01-28 16:54:43'); +INSERT INTO `marker` VALUES (11365,1901,NULL,2,1931,82864,'Enemy Camp','',117.765625,-162.18359375,0,0,0,'2020-01-28 17:14:34'); +INSERT INTO `marker` VALUES (11366,1901,NULL,2,1936,82864,'Cracked Wall','Hides treasure',114.3984375,-158.234375,0,0,0,'2020-01-28 17:16:27'); +INSERT INTO `marker` VALUES (11367,1901,NULL,2,1926,82913,'Vah'Naboris','',82.125,-180.75,0,0,0,'2020-01-28 18:11:51'); +INSERT INTO `marker` VALUES (11368,1901,NULL,2,1926,82913,'Vah'Rudania','',165.75,-88.3125,0,0,0,'2020-01-28 18:16:18'); +INSERT INTO `marker` VALUES (11369,1901,NULL,2,1901,82913,'Vah'Medoh','',71.5625,-99.8125,0,0,0,'2020-01-28 18:16:53'); +INSERT INTO `marker` VALUES (11370,1901,NULL,2,1901,82414,'Espadon mision diosa','',65.9765625,-142.4921875,0,0,0,'2020-01-28 19:34:02'); +INSERT INTO `marker` VALUES (11371,1901,NULL,2,1901,82929,'hi','',37.06213753668689,-83.9657916120841,0,0,0,'2020-01-28 22:43:16'); +INSERT INTO `marker` VALUES (11372,1901,NULL,2,1935,82864,'By Firefly's Light','',157.71484375,-144.19140625,0,0,0,'2020-01-29 00:58:19'); +INSERT INTO `marker` VALUES (11373,1901,NULL,2,1935,82864,'The Stolen Heirloom','',155.8828125,-143.41796875,0,0,0,'2020-01-29 01:17:36'); +INSERT INTO `marker` VALUES (11374,1901,NULL,2,1936,82864,'Cracked Wall','',154.609375,-145.01953125,0,0,0,'2020-01-29 01:32:17'); +INSERT INTO `marker` VALUES (11375,1901,NULL,2,1901,81346,'cubos ','cubos ',101.95703125,-164.51953125,0,0,0,'2020-01-30 20:47:31'); +INSERT INTO `marker` VALUES (11376,1901,NULL,2,1944,59975,'Tingle's Tights (DLC)','',127.484375,-131.34765625,0,0,0,'2020-01-30 21:33:02'); +INSERT INTO `marker` VALUES (11377,1901,NULL,2,1902,59975,'Phantom Armor (DLC)','',124.18994140625,-126.63272094726562,0,0,0,'2020-01-30 21:35:00'); +INSERT INTO `marker` VALUES (11378,1901,NULL,2,1902,59975,'Phantom Greaves (DLC)','',120.0267333984375,-137.57664489746094,0,0,0,'2020-01-30 21:38:52'); +INSERT INTO `marker` VALUES (11379,1901,NULL,2,1901,82896,'Ores','',79.46875,-156.2578125,0,0,0,'2020-01-31 22:40:52'); +INSERT INTO `marker` VALUES (11380,1901,NULL,2,1901,22593,'Cave Entrance','',69.4921875,-72.390625,0,0,0,'2020-02-02 18:59:54'); +INSERT INTO `marker` VALUES (11381,1901,NULL,2,1926,83430,'Divine Beast Vah Naboris','',88.09375,-185.28125,0,0,0,'2020-02-02 21:30:20'); +INSERT INTO `marker` VALUES (11382,1901,NULL,2,1926,83430,'Divine Beast Vah Medoh','',71.5390625,-98.921875,0,0,0,'2020-02-02 21:31:06'); +INSERT INTO `marker` VALUES (11383,1901,NULL,2,1926,83430,'Divine Beast Vah Rudania','',167.703125,-87.453125,0,0,0,'2020-02-02 21:31:34'); +INSERT INTO `marker` VALUES (11384,1901,NULL,2,1920,83436,'AAA','',75.125,-81.34375,0,0,0,'2020-02-02 22:22:41'); +INSERT INTO `marker` VALUES (11385,1901,NULL,2,1931,82864,'Bokoblin Camp','',143.46875,-149.15625,0,0,0,'2020-02-03 16:56:28'); +INSERT INTO `marker` VALUES (11386,1901,NULL,2,1939,74072,'Ice Wizzrobe','',68.328125,-161.28125,0,0,0,'2020-02-03 22:47:31'); +INSERT INTO `marker` VALUES (11387,1901,NULL,2,1939,74072,'Ice Wizzrobe','',75.4453125,-152.2109375,0,0,0,'2020-02-03 23:59:37'); +INSERT INTO `marker` VALUES (11388,1901,NULL,2,1939,78832,'Blizzrobe','',75.59375,-152.546875,0,0,0,'2020-02-04 12:39:33'); +INSERT INTO `marker` VALUES (11389,1901,NULL,2,1902,83601,'hylian shield','',66.625,-99.125,0,0,0,'2020-02-04 19:14:28'); +INSERT INTO `marker` VALUES (11390,1901,NULL,2,1936,23714,'111','',174.6796875,-133.6484375,0,1,0,'2020-02-05 18:01:36'); +INSERT INTO `marker` VALUES (11391,1901,NULL,2,1926,80678,'Divine Beast Medoh','Revali's Divine Beast',71.61249923706055,-98.87587406479494,0,0,0,'2020-02-05 18:08:20'); +INSERT INTO `marker` VALUES (11392,1901,NULL,2,1926,80678,' Divine Beast Vah Rudania','Daruk's Divine Beast',163.8624973297119,-90.69760846325755,0,0,0,'2020-02-05 18:09:12'); +INSERT INTO `marker` VALUES (11393,1901,NULL,2,1926,80678,'Divine Beast Vah Naboris ','Urbosa's Divine Beast',69.76250076293945,-184.56269717759437,0,0,0,'2020-02-05 18:10:11'); +INSERT INTO `marker` VALUES (11394,1901,NULL,2,1936,23714,'111','',201.359375,-115.8125,0,0,0,'2020-02-06 12:38:13'); +INSERT INTO `marker` VALUES (11395,1901,NULL,2,1936,23714,'111','',200.875,-118.953125,0,0,0,'2020-02-06 12:38:32'); +INSERT INTO `marker` VALUES (11396,1901,NULL,2,1901,76193,'Sanctum','',124.0390625,-112.1875,0,0,0,'2020-02-06 20:01:27'); +INSERT INTO `marker` VALUES (11397,1901,NULL,2,1930,76193,'Calamity Ganon','',124.015625,-111.40625,0,0,0,'2020-02-06 20:01:54'); +INSERT INTO `marker` VALUES (11398,1901,NULL,2,1930,76193,'Dark Beast Ganon','',127.1875,-136.5,0,0,0,'2020-02-06 20:02:24'); +INSERT INTO `marker` VALUES (11399,1901,NULL,2,1901,83632,'volver kolog','',158.6015625,-175.03125,0,0,0,'2020-02-06 23:31:32'); +INSERT INTO `marker` VALUES (11400,1901,NULL,2,1936,23714,'111','',158.05859375,-90.45703125,0,0,0,'2020-02-07 18:23:39'); +INSERT INTO `marker` VALUES (11401,1901,NULL,2,1931,83679,'Lizalfo Camp ','about 6 enemies',168.86328125,-123.8984375,0,0,0,'2020-02-08 09:50:51'); +INSERT INTO `marker` VALUES (11402,1901,NULL,2,1905,84039,'stuff','',127.375,-130.625,0,0,0,'2020-02-08 18:42:01'); +INSERT INTO `marker` VALUES (11403,1901,NULL,2,1931,74630,'enemy camp','',173.703125,-160.0234375,0,0,0,'2020-02-09 01:14:51'); +INSERT INTO `marker` VALUES (11404,1901,NULL,2,1926,74630,'Vah Medah','',71.5390625,-98.9140625,0,0,0,'2020-02-09 01:15:45'); +INSERT INTO `marker` VALUES (11405,1901,NULL,2,1926,74630,'Vah Rudonia','',165.171875,-87.578125,0,0,0,'2020-02-09 01:16:21'); +INSERT INTO `marker` VALUES (11406,1901,NULL,2,1935,79196,'Riddles of Hyrule','',134.55078125,-93.87109375,0,1,0,'2020-02-09 17:59:30'); +INSERT INTO `marker` VALUES (11407,1901,NULL,2,1916,84145,'Korok Seeds','Go to sign in time',136.5859375,-183.9726563692093,0,0,0,'2020-02-11 17:21:00'); +INSERT INTO `marker` VALUES (11408,1901,NULL,2,1926,66829,'Nova Prime','',71.359375,-99.890625,0,0,0,'2020-02-12 03:50:48'); +INSERT INTO `marker` VALUES (11409,1901,NULL,2,1930,84578,'Assasin','',162.935546875,-140.150390625,0,0,0,'2020-02-12 21:48:25'); +INSERT INTO `marker` VALUES (11410,1901,NULL,2,1939,74072,'Ice Wizzrobe','',60.94921875,-145.0625,0,0,0,'2020-02-12 23:34:48'); +INSERT INTO `marker` VALUES (11411,1901,NULL,2,1901,84635,'???','',144.29698374793037,-154.7972177714562,0,0,0,'2020-02-13 05:59:57'); +INSERT INTO `marker` VALUES (11412,1901,NULL,2,1925,84349,'Sharo Lun Shrine','',173.7734375,-90.21875,0,1,0,'2020-02-13 12:24:58'); +INSERT INTO `marker` VALUES (11413,1901,NULL,2,1925,84349,'Rinu Honika Shrine','',163.05078125,-96.87890625,0,0,0,'2020-02-13 12:25:53'); +INSERT INTO `marker` VALUES (11414,1901,NULL,2,1925,84349,'Daqa Koh Shrine','',160.296875,-91.6796875,0,0,0,'2020-02-13 12:26:31'); +INSERT INTO `marker` VALUES (11415,1901,NULL,2,1925,84349,'Kamia Omuna Shrine','',161.3125,-77.56640625,0,0,0,'2020-02-13 12:28:52'); +INSERT INTO `marker` VALUES (11416,1901,NULL,2,1925,84349,'Sato Koda shrine','',176.48828125,-115.00390625,0,0,0,'2020-02-13 12:30:14'); +INSERT INTO `marker` VALUES (11417,1901,NULL,2,1901,84357,'Falta','\r\n\r\n',160.92100309867746,-143.07572886886143,0,0,0,'2020-02-13 19:51:20'); +INSERT INTO `marker` VALUES (11418,1901,NULL,2,1926,78956,'Divine Beast Vah Rudania','',168.6875,-89.125,0,0,0,'2020-02-14 09:47:54'); +INSERT INTO `marker` VALUES (11419,1901,NULL,2,1926,78956,'Divine Beast Vah Medoh','',71.34375,-99.921875,0,0,0,'2020-02-14 09:48:25'); +INSERT INTO `marker` VALUES (11420,1901,NULL,2,1926,78956,'Divine Beast Vah Naboris','',94.8504638671875,-169.0638427734375,0,0,0,'2020-02-14 09:48:46'); +INSERT INTO `marker` VALUES (11421,1901,NULL,2,1940,83846,'Master Mode Lynel','',118.5625,-157.6875,0,0,0,'2020-02-15 02:05:02'); +INSERT INTO `marker` VALUES (11422,1901,NULL,2,1920,77349,'Great Plateau','',111.67708206176758,-158.34375,0,0,0,'2020-02-16 01:18:41'); +INSERT INTO `marker` VALUES (11423,1901,NULL,2,1931,56340,'Bokoblin Camp','',118.0874947309494,-157.941461057196,0,1,0,'2020-02-16 02:08:25'); +INSERT INTO `marker` VALUES (11424,1901,NULL,2,1932,75081,'Decayed Guardian','',71.4614752348991,-144.1709273346582,0,0,0,'2020-02-16 05:52:06'); +INSERT INTO `marker` VALUES (11425,1901,NULL,2,1940,75081,'Lynel','',64.43820768091288,-141.65348519764598,0,0,0,'2020-02-16 05:52:36'); +INSERT INTO `marker` VALUES (11426,1901,NULL,2,1941,75081,'Stone Talus','',68.38338460361675,-146.8820983606131,0,0,0,'2020-02-16 05:53:10'); +INSERT INTO `marker` VALUES (11427,1901,NULL,2,1901,83679,'Zora Monument',' Memoir of a Gifted Stonemason',178.171875,-116.734375,0,1,0,'2020-02-16 09:24:21'); +INSERT INTO `marker` VALUES (11428,1901,NULL,2,1935,83679,'The Giant of Ralis Pond','Defeat the hinox near Ralis pond and return to Torfeau and gain a silver rupee',179.7578125,-119.453125,0,0,0,'2020-02-16 10:11:37'); +INSERT INTO `marker` VALUES (11429,1901,NULL,2,1925,85069,'Mogg Latan Shrine','',92.080322265625,-135.19927978515625,0,0,0,'2020-02-16 17:16:33'); +INSERT INTO `marker` VALUES (11430,1901,NULL,2,1916,84988,'missed','',149.9453125,-114.5546875,0,0,0,'2020-02-17 02:53:51'); +INSERT INTO `marker` VALUES (11431,1901,NULL,2,1901,84360,'Kaya Wan','',101.56137352778163,-161.18480546537663,0,0,0,'2020-02-18 01:34:05'); +INSERT INTO `marker` VALUES (11432,1901,NULL,2,1901,82889,'2go','\r\n\r\n\r\n\r\n\r\n\r\n',95,-162.625,0,1,0,'2020-02-18 02:22:40'); +INSERT INTO `marker` VALUES (11433,1901,NULL,2,1926,81469,'Divine Beast Vah Medoh','',71.328125,-99.453125,0,0,0,'2020-02-18 18:28:49'); +INSERT INTO `marker` VALUES (11434,1901,NULL,2,1910,85375,'Fish','Fish',118.9609375,-153.8125,0,0,0,'2020-02-18 18:37:13'); +INSERT INTO `marker` VALUES (11435,1901,NULL,2,1930,85375,'Bokoblin x2','',116.4453125,-154.84375,0,0,0,'2020-02-18 19:11:51'); +INSERT INTO `marker` VALUES (11436,1901,NULL,2,1901,32383,'Phantom Gannon Marker','',144.08124923706055,-178.62012001509012,0,0,0,'2020-02-19 01:12:33'); +INSERT INTO `marker` VALUES (11437,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.322021484375,-130.96331787109375,0,0,0,'2020-02-19 16:45:34'); +INSERT INTO `marker` VALUES (11438,1901,NULL,2,1901,85483,'Zora Stone Monuments','',172.94642639160156,-127.52369689941406,0,0,0,'2020-02-19 16:46:06'); +INSERT INTO `marker` VALUES (11439,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.78125,-126.90234375,0,0,0,'2020-02-19 16:46:21'); +INSERT INTO `marker` VALUES (11440,1901,NULL,2,1935,85483,'Zora Stone Monuments','',179.97105407714844,-119.23240661621094,0,0,0,'2020-02-19 17:12:01'); +INSERT INTO `marker` VALUES (11441,1901,NULL,2,1916,85573,'korogu','',91.625,-75.03125,0,0,0,'2020-02-20 16:55:42'); +INSERT INTO `marker` VALUES (11442,1901,NULL,2,1901,85654,'INIZIO','',111.78125,-158.625,0,0,0,'2020-02-21 16:17:11'); +INSERT INTO `marker` VALUES (11443,1901,NULL,2,1920,85654,'VILLAGGIO CALBARICO','',128.4375,-154.9375,0,0,0,'2020-02-21 16:18:49'); +INSERT INTO `marker` VALUES (11444,1901,NULL,2,1944,85878,'Island Lobster Shirt','',125.5859375,-176.143736343033,0,0,0,'2020-02-23 00:42:14'); +INSERT INTO `marker` VALUES (11445,1901,NULL,2,1944,85878,'Phantom Ganon Greaves (DLC)','',156.44999885559082,-180.62844515121634,0,0,0,'2020-02-23 01:28:21'); +INSERT INTO `marker` VALUES (11446,1901,NULL,2,1944,85878,' Phantom Ganon Skull (DLC)','',153.72187519073486,-178.81009362793648,0,0,0,'2020-02-23 01:28:48'); +INSERT INTO `marker` VALUES (11447,1901,NULL,2,1901,84688,'Entrada','La entrada para el santuario',122.90625,-109.921875,0,0,0,'2020-02-23 02:57:08'); +INSERT INTO `marker` VALUES (11448,1901,NULL,2,1901,44233,'ss','',123.9375,-165.8125,0,0,0,'2020-02-23 11:59:07'); +INSERT INTO `marker` VALUES (11449,1901,NULL,2,1921,85980,'asd','',124.375,-124.875,0,0,0,'2020-02-23 19:50:15'); +INSERT INTO `marker` VALUES (11450,1901,NULL,2,1903,85240,'sword','',47.25,-132.9375,0,0,0,'2020-02-23 21:42:49'); +INSERT INTO `marker` VALUES (11451,1901,NULL,2,1936,85883,'Cracked Wall','',158.70323061943054,-175.58752091170015,0,1,0,'2020-02-23 22:35:01'); +INSERT INTO `marker` VALUES (11452,1901,NULL,2,1939,78832,'Blizzrobe','',61.328125,-145.1875,0,0,0,'2020-02-24 09:47:21'); +INSERT INTO `marker` VALUES (11453,1901,NULL,2,1936,76193,'Cracked Wall x2','',158.828125,-165.0703125,0,0,0,'2020-02-24 19:43:05'); +INSERT INTO `marker` VALUES (11454,1901,NULL,2,1945,76193,'Lord of the Mountain','',92.36328125,-133.30078125,0,0,0,'2020-02-24 19:54:02'); +INSERT INTO `marker` VALUES (11455,1901,NULL,2,1920,76193,'Satori Mountain','',92.15625,-134.71875,0,0,0,'2020-02-24 19:54:25'); +INSERT INTO `marker` VALUES (11456,1901,NULL,2,1920,76193,'Death Mountain','',167.875,-87.71875,0,0,0,'2020-02-24 19:54:41'); +INSERT INTO `marker` VALUES (11457,1901,NULL,2,1901,86159,'???','??',69.75,-176.875,0,0,0,'2020-02-25 18:09:09'); +INSERT INTO `marker` VALUES (11458,1901,NULL,2,1935,86163,'hero tunic','falar com impa e achar uma memoria',155.8515625,-143.41015625,0,0,0,'2020-02-26 11:21:32'); +INSERT INTO `marker` VALUES (11459,1901,NULL,2,1921,86256,'der','qze',89,-106,0,0,0,'2020-02-26 15:32:00'); +INSERT INTO `marker` VALUES (11460,1901,NULL,2,1939,78832,'Blizzrobe','',74.019287109375,-129.474609375,0,0,0,'2020-02-27 03:17:25'); +INSERT INTO `marker` VALUES (11461,1901,NULL,2,1901,85964,'KOROGU DUR','',63.00390625,-71.55457733871773,0,0,0,'2020-02-27 16:04:05'); +INSERT INTO `marker` VALUES (11462,1901,NULL,2,1901,76193,'Shadow Hamlet Ruins','',175.5625,-92.3203125,0,0,0,'2020-02-27 20:03:01'); +INSERT INTO `marker` VALUES (11463,1901,NULL,2,1901,86407,'kakariko','',34.875,-89.375,0,0,0,'2020-02-28 01:27:43'); +INSERT INTO `marker` VALUES (11464,1901,NULL,2,1923,86422,'Center','',45.53271484375,-110.03076171875,0,1,0,'2020-02-28 01:36:58'); +INSERT INTO `marker` VALUES (11465,1901,NULL,2,1901,82004,'Giant Horse (Ganon's Horse)','You require at least two and a half stamina circles to tame this horse',109.46875,-169.5625,0,1,0,'2020-02-29 03:26:55'); +INSERT INTO `marker` VALUES (11466,1901,NULL,2,1901,82887,'My House','',179.7734375,-163.6953125,0,1,0,'2020-03-02 15:12:05'); +INSERT INTO `marker` VALUES (11467,1901,NULL,2,1939,78832,'Blizzrobe','',82.890625,-81.640625,0,0,0,'2020-03-03 03:45:01'); +INSERT INTO `marker` VALUES (11468,1901,NULL,2,1936,84638,'Crack Wall','',126.91266335728183,-144.34753792085272,0,1,0,'2020-03-03 04:46:24'); +INSERT INTO `marker` VALUES (11469,1901,NULL,2,1936,82489,'rare ore deposit','',193.765625,-127.71484375,0,1,0,'2020-03-03 06:26:35'); +INSERT INTO `marker` VALUES (11470,1901,NULL,2,1939,78832,'Blizzrobe','',81.12554931640625,-86.59439086914062,0,0,0,'2020-03-03 07:35:51'); +INSERT INTO `marker` VALUES (11471,1901,NULL,2,1939,78832,'Blizzrobe','',73.8475341796875,-86.63885498046875,0,0,0,'2020-03-03 08:17:32'); +INSERT INTO `marker` VALUES (11472,1901,NULL,2,1944,82489,'chest','forest dweller's bow',195.9140625,-114.5078125,0,1,0,'2020-03-03 18:46:52'); +INSERT INTO `marker` VALUES (11473,1901,NULL,2,1931,82489,'enemy camp','',195.71875,-114.3984375,0,0,0,'2020-03-03 18:47:32'); +INSERT INTO `marker` VALUES (11474,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.5625,-99.875,0,0,0,'2020-03-03 23:58:55'); +INSERT INTO `marker` VALUES (11475,1901,NULL,2,1939,78832,'Blizzrobe','',83.74578857421875,-93.01483154296875,0,0,0,'2020-03-04 03:45:52'); +INSERT INTO `marker` VALUES (11476,1901,NULL,2,1939,78832,'Blizzrobe','',89.5594482421875,-99.61810302734375,0,0,0,'2020-03-04 04:51:36'); +INSERT INTO `marker` VALUES (11477,1901,NULL,2,1936,82489,'rare ore deposit','rare ore deposit',160.43359375,-93.0859375,0,1,0,'2020-03-04 11:28:13'); +INSERT INTO `marker` VALUES (11478,1901,NULL,2,1936,82489,'rare ore deposit','',143.28515625,-103.87890625,0,1,0,'2020-03-04 15:07:20'); +INSERT INTO `marker` VALUES (11479,1901,NULL,2,1925,87060,'Keive Tala Shrine','',91.03125,-189.46875,0,0,0,'2020-03-05 03:17:41'); +INSERT INTO `marker` VALUES (11480,1901,NULL,2,1925,87060,'Takama Shiri Shrine','Dual Purpose',51.40625,-161.671875,0,0,0,'2020-03-05 03:19:24'); +INSERT INTO `marker` VALUES (11481,1901,NULL,2,1925,87060,'Etsu Korima Shrine','Path of Light',108.9609375,-161.0625,0,0,0,'2020-03-05 03:21:27'); +INSERT INTO `marker` VALUES (11482,1901,NULL,2,1936,82489,'rare ore deposit','',64.4296875,-92.796875,0,1,0,'2020-03-05 09:10:33'); +INSERT INTO `marker` VALUES (11483,1901,NULL,2,1944,82489,'fire arrow x5','fire arrow x5',110.3203125,-87.7421875,0,1,0,'2020-03-05 12:56:03'); +INSERT INTO `marker` VALUES (11484,1901,NULL,2,1901,82489,'xenoblade chronicles 2 ','at night look southeast',84.53125,-82.7421875,0,0,0,'2020-03-05 14:41:25'); +INSERT INTO `marker` VALUES (11485,1901,NULL,2,1901,82489,'surfing challenge','surfing challenge \r\n',81.8515625,-78.9140625,0,1,0,'2020-03-05 15:02:30'); +INSERT INTO `marker` VALUES (11486,1901,NULL,2,1916,86809,'a','',64.16015625,-70.05078125,0,0,0,'2020-03-05 15:22:48'); +INSERT INTO `marker` VALUES (11487,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.37540761383727,-99.56982879934631,0,0,0,'2020-03-05 18:22:44'); +INSERT INTO `marker` VALUES (11488,1901,NULL,2,1926,86992,'Divine Beast Va Naboris','',75.8587462119039,-186.15059570481765,0,0,0,'2020-03-05 18:23:41'); +INSERT INTO `marker` VALUES (11489,1901,NULL,2,1926,86992,'Divine Beast Vah Rudania','',166.42709906278046,-90.28909047202436,0,0,0,'2020-03-05 18:24:19'); +INSERT INTO `marker` VALUES (11490,1901,NULL,2,1935,82489,'good-sized horse','',96.125,-157.296875,0,1,0,'2020-03-05 19:25:39'); +INSERT INTO `marker` VALUES (11491,1901,NULL,2,1943,87074,'Phantom Ganon Skull (DLC)','"Some believe this serie headgear is inspirited by a dark entity resembling the Great King of Evil himself. It's a rather rare find."',154.12109375,-177.42578125,0,0,0,'2020-03-05 20:51:33'); +INSERT INTO `marker` VALUES (11492,1901,NULL,2,1901,87273,'Temple of Time','The Temple once home to the Master Sword',115.421875,-157.984375,0,0,0,'2020-03-07 01:33:12'); +INSERT INTO `marker` VALUES (11493,1901,NULL,2,1902,84143,'Prueba','Cosa molona',108.515625,-161.79777081414525,0,0,0,'2020-03-07 10:49:35'); +INSERT INTO `marker` VALUES (11494,1901,NULL,2,1902,84143,'Prueba','Hola',108.375,-161.65700266858596,0,0,0,'2020-03-07 10:50:19'); +INSERT INTO `marker` VALUES (11495,1901,NULL,2,1944,75356,'Royal Halberd','',118.3125,-86.99443232209474,0,0,0,'2020-03-08 02:40:36'); +INSERT INTO `marker` VALUES (11496,1901,NULL,2,1901,87453,'Collo','',110.1875,-147.875,0,0,0,'2020-03-08 03:32:59'); +INSERT INTO `marker` VALUES (11497,1901,NULL,2,1901,87453,'colosseum','',110,-147.84375,0,0,0,'2020-03-08 03:33:38'); +INSERT INTO `marker` VALUES (11498,1901,NULL,2,1930,83679,'Koblins','Fire Keese\r\nBokoblins \r\nFire Chuchu',161.0078125,-104.125,0,1,0,'2020-03-08 03:46:44'); +INSERT INTO `marker` VALUES (11499,1901,NULL,2,1931,83679,'Lizalfo Camp ','1 Moblin\r\n3archers\r\nabout 4 Bokoblins',169.4375,-119.78125,0,0,0,'2020-03-08 09:48:03'); +INSERT INTO `marker` VALUES (11500,1901,NULL,2,1901,64382,'cd','',67.3515625,-69.578125,0,0,0,'2020-03-08 17:21:57'); +INSERT INTO `marker` VALUES (11501,1901,NULL,2,1901,83679,'Akkala Tech Lab','',198.55859375,-78.515625,0,0,0,'2020-03-09 08:12:23'); +INSERT INTO `marker` VALUES (11502,1901,NULL,2,1916,87607,'K','',187.30907424793315,-184.49025863916341,0,0,0,'2020-03-09 16:29:41'); +INSERT INTO `marker` VALUES (11503,1901,NULL,2,1910,86377,'Purple Rupee (50 Rupees)','',158.890625,-165.0078125,0,1,0,'2020-03-09 19:52:52'); +INSERT INTO `marker` VALUES (11504,1901,NULL,2,1910,86377,'Silver Rupee (100 Rupees)','',107.2734375,-119.88671875,0,0,0,'2020-03-09 21:52:41'); +INSERT INTO `marker` VALUES (11505,1901,NULL,2,1939,73379,'Ice Wizzrobe','missed one',103.8359375,-186.3671875,0,0,0,'2020-03-10 00:49:00'); +INSERT INTO `marker` VALUES (11506,1901,NULL,2,1916,86041,'Korok Seed','',132.4375,-189,0,1,0,'2020-03-10 19:44:23'); +INSERT INTO `marker` VALUES (11507,1901,NULL,2,1916,87765,'Sin encontrar','',111.96066069602966,-85.57942342758179,0,0,0,'2020-03-11 00:18:53'); +INSERT INTO `marker` VALUES (11508,1901,NULL,2,1901,83679,'Hestu Final Location','This is where Hestu stays, its a small opening beside the master sword platform',134.76171875,-94.93359375,0,0,0,'2020-03-11 11:21:34'); +INSERT INTO `marker` VALUES (11509,1901,NULL,2,1939,83262,'Wizzarobe','',73.734375,-129.5625,0,0,0,'2020-03-11 16:27:10'); +INSERT INTO `marker` VALUES (11510,1901,NULL,2,1916,87994,'Korok Seeds','',179.1875,-180.171875,0,0,0,'2020-03-13 12:26:26'); +INSERT INTO `marker` VALUES (11511,1901,NULL,2,1944,87948,'Zora Helmet','',182.09375,-114.1328125,0,0,0,'2020-03-13 13:07:30'); +INSERT INTO `marker` VALUES (11512,1901,NULL,2,1931,88022,'Enemy Camp','',65.4820556640625,-97.047607421875,0,1,0,'2020-03-13 16:20:51'); +INSERT INTO `marker` VALUES (11513,1901,NULL,2,1936,87099,'Box','100 ruby',150.453125,-97.45703125,0,0,0,'2020-03-14 02:08:51'); +INSERT INTO `marker` VALUES (11514,1901,NULL,2,1925,86320,'Shrine of Resurrection','',110.734130859375,-157.36749267578125,0,0,0,'2020-03-14 10:33:19'); +INSERT INTO `marker` VALUES (11515,1901,NULL,2,1938,86803,'relais du sud d'Akkala','',177.046875,-101.828125,0,0,0,'2020-03-14 17:27:54'); +INSERT INTO `marker` VALUES (11516,1901,NULL,2,1926,87473,'Vah Naboris','',95.109375,-168.5703125,0,0,0,'2020-03-15 00:26:56'); +INSERT INTO `marker` VALUES (11517,1901,NULL,2,1926,72128,'vah'rudania','',167.75,-87.5,0,0,0,'2020-03-15 16:04:52'); +INSERT INTO `marker` VALUES (11518,1901,NULL,2,1931,73379,'Enemy Camp','You missed this one',195.390625,-137.671875,0,0,0,'2020-03-15 20:01:37'); +INSERT INTO `marker` VALUES (11519,1901,NULL,2,1936,83262,'Precious & saphire','Cracked stone giving precious stone',95.4765625,-131.2265625,0,0,0,'2020-03-15 20:29:34'); +INSERT INTO `marker` VALUES (11520,1901,NULL,2,1926,85570,'Divine Beast Vah Medoh','',71.5859375,-98.5,0,0,0,'2020-03-15 23:24:41'); +INSERT INTO `marker` VALUES (11521,1901,NULL,2,1935,30971,'By Firefly's Light','',157.671875,-144.18359375,0,0,0,'2020-03-17 05:29:30'); +INSERT INTO `marker` VALUES (11522,1901,NULL,2,1944,87973,'Calças de Tingle','Embaixo do Guardião',127.4960949420929,-131.33984354138374,0,1,0,'2020-03-17 14:48:59'); +INSERT INTO `marker` VALUES (11523,1901,NULL,2,1936,82864,'Cracked Wall','',139.24609375,-156.1640625,0,0,0,'2020-03-17 18:17:10'); +INSERT INTO `marker` VALUES (11524,1901,NULL,2,1944,86041,'Royal Spear ','',118.97135418653488,-87.34895837306976,0,1,0,'2020-03-18 02:53:47'); +INSERT INTO `marker` VALUES (11525,1901,NULL,2,1901,88764,'ok','',35,-127.5,0,0,0,'2020-03-18 17:09:33'); +INSERT INTO `marker` VALUES (11526,1901,NULL,2,1944,56340,'Knight's Spear','',118.9296875,-87.36562987582413,0,0,0,'2020-03-18 18:26:41'); +INSERT INTO `marker` VALUES (11527,1901,NULL,2,1916,80263,'seed','',174.48281264305115,-180.75067737849045,0,0,0,'2020-03-19 04:51:20'); +INSERT INTO `marker` VALUES (11528,1901,NULL,2,1916,80263,'seed','',174.5234375,-180.7027478144451,0,0,0,'2020-03-19 04:51:45'); +INSERT INTO `marker` VALUES (11529,1901,NULL,2,1930,87199,'Lizalfos','',149.671875,-178.71875,0,0,0,'2020-03-19 19:17:35'); +INSERT INTO `marker` VALUES (11530,1901,NULL,2,1934,84505,'The Master Sword #18','',134.760991503956,-94.98366451263428,0,0,0,'2020-03-20 20:42:55'); +INSERT INTO `marker` VALUES (11531,1901,NULL,2,1935,84505,'Rushroom Rush!','',84.14124164340336,-162.78018474578857,0,0,0,'2020-03-20 20:44:16'); +INSERT INTO `marker` VALUES (11532,1901,NULL,2,1935,84505,'Tools of The Trade','',68.04132015869757,-173.58806848526,0,0,0,'2020-03-20 20:45:54'); +INSERT INTO `marker` VALUES (11533,1901,NULL,2,1935,84505,'The Secret Club's Secret','',68.28222077425629,-173.828125,0,0,0,'2020-03-20 20:46:44'); +INSERT INTO `marker` VALUES (11534,1901,NULL,2,1935,84505,'The Mystery Polluter','',66.86012795035073,-174.2734375,0,0,0,'2020-03-20 20:47:23'); +INSERT INTO `marker` VALUES (11535,1901,NULL,2,1935,84505,'Medicinal Molduga','',67.53287617513175,-173.94460225105286,0,0,0,'2020-03-20 20:47:59'); +INSERT INTO `marker` VALUES (11536,1901,NULL,2,1935,84505,'The Search for Barta','',66.93399595240831,-173.78125,0,0,0,'2020-03-20 20:48:54'); +INSERT INTO `marker` VALUES (11537,1901,NULL,2,1935,84505,'The Thunder Helm','',67.26663179238241,-174.34375,0,0,0,'2020-03-20 20:50:23'); +INSERT INTO `marker` VALUES (11538,1901,NULL,2,1935,84505,'The Eighth Heroine','',69.5796977915071,-173.9765625,0,0,0,'2020-03-20 20:50:43'); +INSERT INTO `marker` VALUES (11539,1901,NULL,2,1901,88030,'Lanza de hielo dentro del templo, falto recoger','',140.1640625,-115.06749068694579,0,0,0,'2020-03-22 16:38:43'); +INSERT INTO `marker` VALUES (11540,1901,NULL,2,1926,85570,'Divine Beast Vah Naboris','',95,-169.25,0,0,0,'2020-03-22 17:54:02'); +INSERT INTO `marker` VALUES (11541,1901,NULL,2,1901,88684,'monster','',168.9622802734375,-171.4658203125,0,0,0,'2020-03-22 19:12:21'); +INSERT INTO `marker` VALUES (11542,1901,NULL,2,1943,82864,'5 Fire Arrows','',180.099609375,-119.3125,0,0,0,'2020-03-22 23:15:51'); +INSERT INTO `marker` VALUES (11543,1901,NULL,2,1936,89547,'il tesoro è dietro','',114.4140625,-158.21875,0,0,0,'2020-03-23 16:31:02'); +INSERT INTO `marker` VALUES (11544,1901,NULL,2,1943,89547,'opal','',115.1640625,-158.66796875,0,0,0,'2020-03-23 19:22:10'); +INSERT INTO `marker` VALUES (11545,1901,NULL,2,1943,89547,'opal','',115.16015625,-158.75,0,0,0,'2020-03-23 19:28:05'); +INSERT INTO `marker` VALUES (11546,1901,NULL,2,1931,89547,'bokoblin camp','',107.9375,-154.296875,0,0,0,'2020-03-23 21:15:44'); +INSERT INTO `marker` VALUES (11547,1901,NULL,2,1943,89547,'flint','',107.90625,-162.7265625,0,0,0,'2020-03-23 21:44:27'); +INSERT INTO `marker` VALUES (11548,1901,NULL,2,1901,40441,'dinero infinito','',128.421875,-121.34375,0,0,0,'2020-03-24 03:28:09'); +INSERT INTO `marker` VALUES (11549,1901,NULL,2,1926,39064,'Divine Beast Vah Naboris','',95.125,-169.4375,0,1,0,'2020-03-24 10:27:41'); +INSERT INTO `marker` VALUES (11550,1901,NULL,2,1901,89658,'1','Bombes',121,-159.0625,0,0,0,'2020-03-24 13:03:30'); +INSERT INTO `marker` VALUES (11551,1901,NULL,2,1943,89547,'amber','',137.2578125,-137.015625,0,0,0,'2020-03-24 13:07:01'); +INSERT INTO `marker` VALUES (11552,1901,NULL,2,1934,83679,'Mipha's Touch (#10)','"Mipha quietly expresses her concern for Link while tending to his wounds atop the Divine Beast. She reassures Link that he can count on her in the upcoming trials ahead."',179.625,-120.53125,0,0,0,'2020-03-26 09:48:15'); +INSERT INTO `marker` VALUES (11553,1901,NULL,2,1910,83262,'Gold Rupees','One gold Rupee\r\n300 rupees',197.77734375,-141.046875,0,0,0,'2020-03-26 17:02:14'); +INSERT INTO `marker` VALUES (11554,1901,NULL,2,1920,89488,'Footrace Check-in','',86.5560302734375,-109.64181518554688,0,0,0,'2020-03-26 23:21:30'); +INSERT INTO `marker` VALUES (11555,1901,NULL,2,1910,90066,'Amber','',107.859375,-162.69140625,0,0,0,'2020-03-27 17:33:19'); +INSERT INTO `marker` VALUES (11556,1901,NULL,2,1936,89210,'Cracker Walls','Salt, Opal',178.3125,-103.3046875,0,0,0,'2020-03-28 12:58:42'); +INSERT INTO `marker` VALUES (11557,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','small enemy camp with single watchtower and cooking pot',130.734375,-152.1328125,0,1,0,'2020-03-28 15:11:17'); +INSERT INTO `marker` VALUES (11558,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Enemy Camp w/ Cooking Pot',132.44140625,-154.04296875,0,1,0,'2020-03-28 15:26:52'); +INSERT INTO `marker` VALUES (11559,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Bokoblin Enemy Camp with single watchtower',135.71875,-152.73828125,0,1,0,'2020-03-28 15:34:24'); +INSERT INTO `marker` VALUES (11560,1901,NULL,2,1901,90222,'ijko','ijko',152.09375,-184.21875,0,1,0,'2020-03-29 12:24:58'); +INSERT INTO `marker` VALUES (11561,1901,NULL,2,1931,88203,'Bokoblins','',171.90625,-177.96875,0,0,0,'2020-03-29 13:46:19'); +INSERT INTO `marker` VALUES (11562,1901,NULL,2,1901,89757,'hhhh','',106.421875,-153.84375,0,0,0,'2020-03-29 15:29:53'); +INSERT INTO `marker` VALUES (11563,1901,NULL,2,1931,88203,'Bokoblins/Moblin','',160.87109375,-189.28125,0,0,0,'2020-03-29 15:34:46'); +INSERT INTO `marker` VALUES (11564,1901,NULL,2,1931,88203,'Lezalfos','',179.8671875,-189.05859375,0,0,0,'2020-03-29 15:35:28'); +INSERT INTO `marker` VALUES (11565,1901,NULL,2,1931,88203,'Bokoblins','',149.17578125,-181.578125,0,0,0,'2020-03-29 17:53:23'); +INSERT INTO `marker` VALUES (11566,1901,NULL,2,1931,88203,'Bokoblins','',156.0390625,-186.6171875,0,0,0,'2020-03-29 18:24:57'); +INSERT INTO `marker` VALUES (11567,1901,NULL,2,1931,88203,'Bokoblins','',141.8828125,-174.42578125,0,0,0,'2020-03-29 20:11:52'); +INSERT INTO `marker` VALUES (11568,1901,NULL,2,1931,88203,'Bokoblins','',139.55859375,-171.1015625,0,0,0,'2020-03-29 20:12:09'); +INSERT INTO `marker` VALUES (11569,1901,NULL,2,1931,88203,'Bokoblins','',139.328125,-155.51953125,0,0,0,'2020-03-30 20:43:44'); +INSERT INTO `marker` VALUES (11570,1901,NULL,2,1901,89884,'john','',189.96875,-102.81510424613953,0,0,0,'2020-03-30 21:07:35'); +INSERT INTO `marker` VALUES (11571,1901,NULL,2,1944,87973,'Medalhão de Viajem','Subsolo',200.729687333107,-72.39843761920929,0,1,0,'2020-03-31 00:16:57'); +INSERT INTO `marker` VALUES (11572,1901,NULL,2,1926,90748,'Vah Medoh','',71.25,-99.875,0,0,0,'2020-03-31 11:33:43'); +INSERT INTO `marker` VALUES (11573,1901,NULL,2,1926,90748,'Vah Rudania','',167.5,-87.75,0,0,0,'2020-03-31 11:36:41'); +INSERT INTO `marker` VALUES (11574,1901,NULL,2,1926,90748,'Vah Naboris','',94.125,-168.375,0,0,0,'2020-03-31 11:38:37'); +INSERT INTO `marker` VALUES (11575,1901,NULL,2,1943,90785,'DLC Chest ruby','Ruby',117.5,-151.73046875,0,0,0,'2020-04-01 13:32:56'); +INSERT INTO `marker` VALUES (11576,1901,NULL,2,1901,90559,'Giant Horse','The area where the giant horse is found',108.875,-169.875,0,0,0,'2020-04-01 16:10:11'); +INSERT INTO `marker` VALUES (11577,1901,NULL,2,1901,90983,'Toston's House','Mi humilde casita',179.79620046330842,-163.87256836537497,0,0,0,'2020-04-02 07:04:44'); +INSERT INTO `marker` VALUES (11578,1901,NULL,2,1939,83679,'Ice Wizzrobe','',91.2265625,-99.22265625,0,0,0,'2020-04-02 07:57:10'); +INSERT INTO `marker` VALUES (11579,1901,NULL,2,1901,78192,'bb','',174.25799560546875,-165.0872802734375,0,0,0,'2020-04-02 09:16:48'); +INSERT INTO `marker` VALUES (11580,1901,NULL,2,1925,91066,'s','',132.84375,-79.15625,0,0,0,'2020-04-02 18:18:49'); +INSERT INTO `marker` VALUES (11581,1901,NULL,2,1901,91165,'Campfire ','',105.58823109061187,-152.63490753177268,0,0,0,'2020-04-03 11:57:51'); +INSERT INTO `marker` VALUES (11582,1901,NULL,2,1936,83262,'Cracked wall','precious gems\r\n',160.515625,-93.109375,0,0,0,'2020-04-03 15:24:44'); +INSERT INTO `marker` VALUES (11583,1901,NULL,2,1901,90976,'xc','',59.125,-115.3125,0,0,0,'2020-04-04 06:44:32'); +INSERT INTO `marker` VALUES (11584,1901,NULL,2,1930,91409,'death','',117.625,-160.21875,0,0,0,'2020-04-05 02:55:33'); +INSERT INTO `marker` VALUES (11585,1901,NULL,2,1937,91401,'Horse Fairy','',140.25,-186.171875,0,0,0,'2020-04-05 18:33:56'); +INSERT INTO `marker` VALUES (11586,1901,NULL,2,1901,91548,'Peak','Contains: Amber',107.8671875,-162.7109375,0,0,0,'2020-04-05 20:50:07'); +INSERT INTO `marker` VALUES (11587,1901,NULL,2,1944,83262,'treasure chest ','5 fire arrow',70.25,-68.265625,0,0,0,'2020-04-07 15:01:22'); +INSERT INTO `marker` VALUES (11588,1901,NULL,2,1926,75096,'Divine Beast Vah Rudania','',165.67869567871094,-88.67755508422852,0,0,0,'2020-04-07 22:10:39'); +INSERT INTO `marker` VALUES (11589,1901,NULL,2,1926,75096,'Divine Beast Vah Naboris','',94.93680953979492,-168.76338624954224,0,0,0,'2020-04-07 22:11:36'); +INSERT INTO `marker` VALUES (11590,1901,NULL,2,1926,75096,'Divine Beast Vah Medoh','',71.38671875,-99.80078125,0,0,0,'2020-04-07 22:12:04'); +INSERT INTO `marker` VALUES (11591,1901,NULL,2,1916,91098,'koro seed','',120.625,-79.25,0,0,0,'2020-04-08 00:47:27'); +INSERT INTO `marker` VALUES (11592,1901,NULL,2,1943,90882,'Purple rubies','',99.90625,-165.09375,0,0,0,'2020-04-08 00:47:35'); +INSERT INTO `marker` VALUES (11593,1901,NULL,2,1920,89332,'Shrine of Resurection','',110.96875,-157.73061992598812,0,0,0,'2020-04-09 07:32:55'); +INSERT INTO `marker` VALUES (11594,1901,NULL,2,1916,91143,'Falto','',71.4375,-99.9657286116765,0,0,0,'2020-04-09 18:31:59'); +INSERT INTO `marker` VALUES (11595,1901,NULL,2,1901,92155,'Eightfold blade','Location of an Eightfold blade.',153.671875,-143.078125,0,0,0,'2020-04-09 21:32:40'); +INSERT INTO `marker` VALUES (11596,1901,NULL,2,1901,92155,'Test','',150.1796875,-142.59375,0,0,0,'2020-04-09 21:34:04'); +INSERT INTO `marker` VALUES (11597,1901,NULL,2,1902,92155,'Lizalfos with a Phernic bow','A Lizalfos is carrying a Phernic bow here.\r\n',147.9375,-138.62109375,0,0,0,'2020-04-09 22:10:58'); +INSERT INTO `marker` VALUES (11598,1901,NULL,2,1905,92155,'Shield of the Mind's Eye','Inside of the skull there is a Shield of the Mind's Eye laying on the floor. It's a good idea to disguise yourself before going in since a bokoblin may equip it otherwise.',143.6875,-149.640625,0,0,0,'2020-04-09 22:16:16'); +INSERT INTO `marker` VALUES (11599,1901,NULL,2,1936,83262,'precious gem','topaz x2\r\nsaphire\r\namber',174.5859375,-133.6875,0,0,0,'2020-04-10 17:05:15'); +INSERT INTO `marker` VALUES (11600,1901,NULL,2,1901,92411,'Safula Hill','',99.5625,-142.078125,0,0,0,'2020-04-11 13:25:33'); +INSERT INTO `marker` VALUES (11601,1901,NULL,2,1916,92423,'korogu','',132.1796875,-179.484375,0,0,0,'2020-04-11 21:31:18'); +INSERT INTO `marker` VALUES (11602,1901,NULL,2,1926,23247,'Vah Rudania','',167.6484375,-87.46875,0,1,0,'2020-04-13 00:09:29'); +INSERT INTO `marker` VALUES (11603,1901,NULL,2,1916,90785,'Korok Seeds','under rock',125.5546875,-115.921875,0,0,0,'2020-04-13 12:23:00'); +INSERT INTO `marker` VALUES (11604,1901,NULL,2,1941,92846,'Zendou','',156.5,-101.3125,0,0,0,'2020-04-13 15:37:15'); +INSERT INTO `marker` VALUES (11605,1901,NULL,2,1901,92845,'Great Plateau Tower','The Game starts here',119.28515625,-154.52734375,0,0,0,'2020-04-13 15:37:43'); +INSERT INTO `marker` VALUES (11606,1901,NULL,2,1916,92929,'Start for south','',62.30078125,-84.40625,0,0,0,'2020-04-14 06:21:26'); +INSERT INTO `marker` VALUES (11607,1901,NULL,2,1916,92929,'start for north','',64.453125,-92.359375,0,0,0,'2020-04-14 06:46:44'); +INSERT INTO `marker` VALUES (11608,1901,NULL,2,1916,92929,'Start for south','',57.765625,-88.75390625,0,0,0,'2020-04-14 07:18:36'); +INSERT INTO `marker` VALUES (11609,1901,NULL,2,1916,92929,'Start for South East','',107.703125,-77.328125,0,0,0,'2020-04-14 10:02:47'); +INSERT INTO `marker` VALUES (11610,1901,NULL,2,1901,92956,'Schrein','',152.875,-133.8125,0,0,0,'2020-04-14 11:51:05'); +INSERT INTO `marker` VALUES (11611,1901,NULL,2,1916,92929,'Start for North East','',112.40625,-153.9609375,0,0,0,'2020-04-14 13:09:24'); +INSERT INTO `marker` VALUES (11612,1901,NULL,2,1916,92929,'Start for South','',145.6875,-164.390625,0,0,0,'2020-04-14 17:39:44'); +INSERT INTO `marker` VALUES (11613,1901,NULL,2,1944,83679,'Falcon Bow','',68.5234375,-121.97265625,0,0,0,'2020-04-15 07:15:00'); +INSERT INTO `marker` VALUES (11614,1901,NULL,2,1916,92929,'Start for East','',191.8203125,-154.8125,0,0,0,'2020-04-15 07:17:10'); +INSERT INTO `marker` VALUES (11615,1901,NULL,2,1939,83679,'Ice Wizzrobe','weapon: Blizzard rod',73.9609375,-129.65625,0,0,0,'2020-04-15 12:28:58'); +INSERT INTO `marker` VALUES (11616,1901,NULL,2,1935,92929,'7th ZORA statue ','',178.984375,-125.7109375,0,0,0,'2020-04-15 13:24:20'); +INSERT INTO `marker` VALUES (11617,1901,NULL,2,1935,92929,'1st ZORA statue','',178.9453125,-128.546875,0,0,0,'2020-04-15 13:39:04'); +INSERT INTO `marker` VALUES (11618,1901,NULL,2,1935,92929,'6th ZORA statue','',181,-128.8046875,0,0,0,'2020-04-15 13:40:45'); +INSERT INTO `marker` VALUES (11619,1901,NULL,2,1935,92929,'1st ZORA statue','',172.8046875,-126.90625,0,0,0,'2020-04-15 13:58:26'); +INSERT INTO `marker` VALUES (11620,1901,NULL,2,1935,92929,'3rd ZORA statue','',175.8125,-124.625,0,0,0,'2020-04-15 14:13:43'); +INSERT INTO `marker` VALUES (11621,1901,NULL,2,1935,92929,'5th ZORA statue','',172.390625,-130.875,0,0,0,'2020-04-15 14:21:50'); +INSERT INTO `marker` VALUES (11622,1901,NULL,2,1935,92929,'2nd ZORA statue','',172.90625,-127.515625,0,0,0,'2020-04-15 14:24:15'); +INSERT INTO `marker` VALUES (11623,1901,NULL,2,1935,92929,'A masonry monument','',178.125,-116.5,0,0,0,'2020-04-15 14:38:33'); +INSERT INTO `marker` VALUES (11624,1901,NULL,2,1935,92929,'2nd ZORA side story ','',185.9765625,-119.515625,0,0,0,'2020-04-15 14:42:39'); +INSERT INTO `marker` VALUES (11625,1901,NULL,2,1901,93236,'Amber','',107.87890625,-162.6796875,0,0,0,'2020-04-16 03:08:48'); +INSERT INTO `marker` VALUES (11626,1901,NULL,2,1916,92929,' Start for East','',59.390625,-147.078125,0,0,0,'2020-04-16 06:09:08'); +INSERT INTO `marker` VALUES (11627,1901,NULL,2,1939,83679,'Ice Wizzrobe','holding blizzard rod',61.515625,-145.3671875,0,0,0,'2020-04-16 09:52:15'); +INSERT INTO `marker` VALUES (11628,1901,NULL,2,1916,92423,'korogu','',124.4921875,-111.5,0,0,0,'2020-04-16 10:07:09'); +INSERT INTO `marker` VALUES (11629,1901,NULL,2,1916,92929,'Start for South','',87.5625,-183.46875,0,0,0,'2020-04-16 11:05:01'); +INSERT INTO `marker` VALUES (11630,1901,NULL,2,1916,92929,'Start for West','',186.25,-154.3125,0,0,0,'2020-04-16 12:55:27'); +INSERT INTO `marker` VALUES (11631,1901,NULL,2,1916,92929,'start for north','',181.75,-145.125,0,0,0,'2020-04-16 13:03:29'); +INSERT INTO `marker` VALUES (11632,1901,NULL,2,1916,92929,'start for south west','',165.09375,-115.40625,0,0,0,'2020-04-16 14:08:12'); +INSERT INTO `marker` VALUES (11633,1901,NULL,2,1916,92929,'start for north west','',160.71875,-122.8125,0,0,0,'2020-04-16 14:20:41'); +INSERT INTO `marker` VALUES (11634,1901,NULL,2,1936,83679,'Bomb rocks','Mineral and Gem Cave',158.734375,-175.6015625,0,0,0,'2020-04-17 12:03:30'); +INSERT INTO `marker` VALUES (11635,1901,NULL,2,1916,92929,'start for east','',194.34375,-79.03125,0,0,0,'2020-04-17 14:37:14'); +INSERT INTO `marker` VALUES (11636,1901,NULL,2,1926,93456,'Divine Beast Vah Rudina','',167.734375,-87.6015625,0,0,0,'2020-04-17 20:32:33'); +INSERT INTO `marker` VALUES (11637,1901,NULL,2,1944,86120,'Royal Shield (Floating Platform Chest)','Floating Platform Chest with blue bokoblin',131.95709228515625,-153.70404052734375,0,1,0,'2020-04-18 00:30:40'); +INSERT INTO `marker` VALUES (11638,1901,NULL,2,1944,86120,'Royal Bow (Floating Platform)','',132.94256591796875,-148.24139404296875,0,0,0,'2020-04-18 01:03:36'); +INSERT INTO `marker` VALUES (11639,1901,NULL,2,1916,92929,'Start for south','',96.453125,-181.640625,0,0,0,'2020-04-18 14:06:28'); +INSERT INTO `marker` VALUES (11640,1901,NULL,2,1944,86120,'Serpentine Spear (Floating Platform)','',138.44964599609375,-143.4849853515625,0,0,0,'2020-04-18 17:45:45'); +INSERT INTO `marker` VALUES (11641,1901,NULL,2,1945,93523,'Blupee','Saw one here on my first play-through before leaving the area. Didn't know what it was until later.',112.1796875,-162.828125,0,0,0,'2020-04-20 07:58:54'); +INSERT INTO `marker` VALUES (11642,1901,NULL,2,1926,93892,'Divine Beast Vah Medoh','The big flying birdy',71.33469295501709,-99.8335690498352,0,0,0,'2020-04-20 11:47:36'); +INSERT INTO `marker` VALUES (11643,1901,NULL,2,1901,94033,'???? ?','',147.9140625,-156.80859375,0,0,0,'2020-04-21 05:00:48'); +INSERT INTO `marker` VALUES (11644,1901,NULL,2,1901,94033,'???? ?','',147.8828125,-156.6953125,0,0,0,'2020-04-21 05:01:31'); +INSERT INTO `marker` VALUES (11645,1901,NULL,2,1916,94102,'Korok Seed','',189.09375,-160.78125,0,0,0,'2020-04-21 16:59:35'); +INSERT INTO `marker` VALUES (11646,1901,NULL,2,1943,93612,'gem nox','',89.8125,-162.765625,0,1,0,'2020-04-21 17:54:35'); +INSERT INTO `marker` VALUES (11647,1901,NULL,2,1925,93382,'Sevgik','',68.34375,-172.125,0,0,0,'2020-04-21 18:23:57'); +INSERT INTO `marker` VALUES (11648,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',60.984375,-144.96875,0,0,0,'2020-04-21 18:37:43'); +INSERT INTO `marker` VALUES (11649,1901,NULL,2,1925,94134,'Shrine of Resurection','',111.1624984741211,-157.44586987651977,0,1,0,'2020-04-21 20:08:01'); +INSERT INTO `marker` VALUES (11650,1901,NULL,2,1901,94146,'t','',-319,10,0,0,0,'2020-04-21 20:59:06'); +INSERT INTO `marker` VALUES (11651,1901,NULL,2,1901,94146,'t','',98.375,-142,0,0,0,'2020-04-21 20:59:39'); +INSERT INTO `marker` VALUES (11652,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',75.3359375,-152.6015625,0,0,0,'2020-04-22 17:56:19'); +INSERT INTO `marker` VALUES (11653,1901,NULL,2,1905,74072,'Royal Shield','',115.75,-72.76953125,0,0,0,'2020-04-23 20:34:16'); +INSERT INTO `marker` VALUES (11654,1901,NULL,2,1901,94410,'???','???',217.1875,-203.21875,0,0,0,'2020-04-24 01:54:26'); +INSERT INTO `marker` VALUES (11655,1901,NULL,2,1916,94432,'falta','',60.36458110809326,-96.18750095367432,0,0,0,'2020-04-24 17:27:50'); +INSERT INTO `marker` VALUES (11656,1901,NULL,2,1901,94531,'Old SHirt','',110.599609375,-157.5234375,0,0,0,'2020-04-24 22:30:06'); +INSERT INTO `marker` VALUES (11657,1901,NULL,2,1901,94601,'111111','',156.609375,-146.671875,0,0,0,'2020-04-25 16:13:51'); +INSERT INTO `marker` VALUES (11658,1901,NULL,2,1939,74072,'Ice Wizzrobe','',88.96875,-99.8125,0,0,0,'2020-04-26 04:06:34'); +INSERT INTO `marker` VALUES (11659,1901,NULL,2,1930,93360,'calamity gannon','',123.98215007781982,-111.4362256526947,0,0,0,'2020-04-26 14:48:35'); +INSERT INTO `marker` VALUES (11660,1901,NULL,2,1935,91363,'A gift of Nightshade','No requirements',168.48046875,-183.5390625,0,1,0,'2020-04-26 19:35:41'); +INSERT INTO `marker` VALUES (11661,1901,NULL,2,1926,94871,'Divine Beast Vah Medoh','The Divine Beast situated in Rito Village',-512,-168,0,0,0,'2020-04-27 00:47:46'); +INSERT INTO `marker` VALUES (11662,1901,NULL,2,1901,94805,'entrainement vol','',201.734375,-186.625,0,1,0,'2020-04-27 09:18:27'); +INSERT INTO `marker` VALUES (11663,1901,NULL,2,1903,93396,'????','',118.98281240463257,-87.37987962748004,0,0,0,'2020-04-27 12:17:01'); +INSERT INTO `marker` VALUES (11664,1901,NULL,2,1935,94933,'Sheep bandits','',184.51171875,-160.1015625,0,0,0,'2020-04-27 14:09:21'); +INSERT INTO `marker` VALUES (11665,1901,NULL,2,1931,94933,'Bokoblin and Lizalfos Camp','Several Fire Chu Chus',166.953125,-113.546875,0,0,0,'2020-04-27 14:32:18'); +INSERT INTO `marker` VALUES (11666,1901,NULL,2,1936,94974,'Rock wall','',158.8125,-165.06346153846152,0,0,0,'2020-04-27 18:32:57'); +INSERT INTO `marker` VALUES (11667,1901,NULL,2,1910,94974,'Chest with Opal','',158.875,-164.96966450668896,0,0,0,'2020-04-27 18:33:49'); +INSERT INTO `marker` VALUES (11668,1901,NULL,2,1901,93308,'oups','pas de noix k',196.5,-104.3125,0,0,0,'2020-04-27 20:15:05'); +INSERT INTO `marker` VALUES (11669,1901,NULL,2,1936,94974,'Chest','',91.3359375,-136.60719324832775,0,0,0,'2020-04-27 20:42:36'); +INSERT INTO `marker` VALUES (11670,1901,NULL,2,1910,94974,'silver Rubin +100','',91.41015625,-136.55954222408027,0,0,0,'2020-04-27 20:43:16'); +INSERT INTO `marker` VALUES (11671,1901,NULL,2,1934,92677,'17','',158.8125,-157.4375,0,0,0,'2020-04-27 23:45:35'); +INSERT INTO `marker` VALUES (11672,1901,NULL,2,1901,95030,'Templo','Templo de tiempo',115.58365726494817,-157.98236815056606,0,0,0,'2020-04-28 07:38:31'); +INSERT INTO `marker` VALUES (11673,1901,NULL,2,1901,93397,'5444','',-2,-99.5,0,0,0,'2020-04-28 14:09:01'); +INSERT INTO `marker` VALUES (11674,1901,NULL,2,1901,93360,'https://www.dcode.fr/tools/hylian-a-link-between-worlds/images/char(67).png','',63.9375,-89.1015625,0,0,0,'2020-04-28 20:56:10'); +INSERT INTO `marker` VALUES (11675,1901,NULL,2,1939,74072,'Ice Wizzrobe','',82.890625,-81.765625,0,0,0,'2020-04-29 06:12:40'); +INSERT INTO `marker` VALUES (11676,1901,NULL,2,1916,91119,'Krokos Seed','',130.62890625,-158.171875,0,0,0,'2020-04-29 12:34:23'); +INSERT INTO `marker` VALUES (11677,1901,NULL,2,1901,95211,'g','',130.63749885559082,-129.73620724674947,0,0,0,'2020-04-29 14:48:25'); +INSERT INTO `marker` VALUES (11678,1901,NULL,2,1939,83262,'Blizzard Wizzrobe','Blizzard ',82.796875,-81.8828125,0,0,0,'2020-04-29 15:31:16'); +INSERT INTO `marker` VALUES (11679,1901,NULL,2,1939,74072,'Ice Wizzrobe','',73.9921875,-86.3671875,0,0,0,'2020-04-30 06:01:00'); +INSERT INTO `marker` VALUES (11680,1901,NULL,2,1925,46811,'Gorae Torr Shine','',169.64687460660934,-73.9188291214314,0,0,0,'2020-04-30 07:50:16'); +INSERT INTO `marker` VALUES (11681,1901,NULL,2,1925,46811,'Shira Gomar Shine','',90.96250009536743,-106.35612373039775,0,1,0,'2020-05-01 12:13:31'); +INSERT INTO `marker` VALUES (11682,1901,NULL,2,1926,95474,'Divine Beast Vah Rudania','',164.04876708984375,-87.64111328125,0,0,0,'2020-05-01 14:55:49'); +INSERT INTO `marker` VALUES (11683,1901,NULL,2,1926,95474,'Divine Beast Vah Medoh','',71.32247924804688,-100.03341674804688,0,1,0,'2020-05-01 15:00:49'); +INSERT INTO `marker` VALUES (11684,1901,NULL,2,1926,95474,'Divine Beast Vah Naboris','',95.5,-171.5,0,0,0,'2020-05-01 15:01:55'); +INSERT INTO `marker` VALUES (11685,1901,NULL,2,1901,93117,'Aktuell da','',138.453125,-153.6875,0,0,0,'2020-05-01 20:51:29'); +INSERT INTO `marker` VALUES (11686,1901,NULL,2,1935,95588,'By Firefly's Light','Quest available During Night only - inside the house.',157.609375,-144.14453125,0,0,0,'2020-05-02 10:18:42'); +INSERT INTO `marker` VALUES (11687,1901,NULL,2,1935,95588,'Arrows of Burning Heat','Quest Giver inside the Shop ',156.46484375,-143.88671875,0,0,0,'2020-05-02 10:21:39'); +INSERT INTO `marker` VALUES (11688,1901,NULL,2,1935,95588,'Frog Catching','Quest Giver a child called Tumbo',179.50390625,-120.50390625,0,0,0,'2020-05-02 10:26:15'); +INSERT INTO `marker` VALUES (11689,1901,NULL,2,1935,95588,'Zora Stone Monuments','Ice stone tables with the story of the area. given by Jiahto',180.26953125,-119.1328125,0,0,0,'2020-05-02 10:27:29'); +INSERT INTO `marker` VALUES (11690,1901,NULL,2,1903,95621,'lightscsale','',-273,-15,0,0,0,'2020-05-02 16:04:14'); +INSERT INTO `marker` VALUES (11691,1901,NULL,2,1916,85290,'Forse','',200.3671875,-99.2421875,0,0,0,'2020-05-02 16:49:21'); +INSERT INTO `marker` VALUES (11692,1901,NULL,2,1939,82004,'Blizzrobe','',73.609375,-129.65625,0,0,0,'2020-05-02 17:38:08'); +INSERT INTO `marker` VALUES (11693,1901,NULL,2,1940,95754,'Silver Lynel','',116.79296875,-160.94140625,0,0,0,'2020-05-03 15:37:50'); +INSERT INTO `marker` VALUES (11694,1901,NULL,2,1939,82004,'Blizzrobe','',74.015625,-86.65625,0,0,0,'2020-05-03 23:00:45'); +INSERT INTO `marker` VALUES (11695,1901,NULL,2,1910,38229,'Kilton','',177.7726285457611,-122.10007348842096,0,0,0,'2020-05-04 17:51:56'); +INSERT INTO `marker` VALUES (11696,1901,NULL,2,1901,95982,'need coordinates','',-18.5,-96.125,0,0,0,'2020-05-04 22:44:58'); +INSERT INTO `marker` VALUES (11697,1901,NULL,2,1916,96153,'1','',193.7890625,-163.4765625,0,0,0,'2020-05-06 13:19:36'); +INSERT INTO `marker` VALUES (11698,1901,NULL,2,1901,94471,'amiibo','',133.69179806659983,-143.68569637451245,0,1,0,'2020-05-07 01:12:45'); +INSERT INTO `marker` VALUES (11699,1901,NULL,2,1939,82004,'Blizzrobe','',80.96875,-86.3125,0,0,0,'2020-05-07 02:34:13'); +INSERT INTO `marker` VALUES (11700,1901,NULL,2,1939,82004,'Blizzrobe','',83.09375,-82.203125,0,0,0,'2020-05-08 02:44:30'); +INSERT INTO `marker` VALUES (11701,1901,NULL,2,1905,95793,'Shield of the Mind's Eyes','',173.84375,-160.19700447938962,0,0,0,'2020-05-08 03:22:25'); +INSERT INTO `marker` VALUES (11702,1901,NULL,2,1944,95793,'Fire Arrow x10','Grizzlemaw Bear',85.0625,-151.33734936502648,0,0,0,'2020-05-08 04:19:33'); +INSERT INTO `marker` VALUES (11703,1901,NULL,2,1901,96327,'vah ruduna','',167.29999923706055,-86.9938064977292,0,0,0,'2020-05-08 04:40:16'); +INSERT INTO `marker` VALUES (11704,1901,NULL,2,1916,96316,'Korok Seeds','',130.640625,-158.5078125,0,0,0,'2020-05-08 06:02:20'); +INSERT INTO `marker` VALUES (11705,1901,NULL,2,1916,38229,'Fleur début korogus','',199.88227832317352,-167.35896627810882,0,0,0,'2020-05-09 09:44:31'); +INSERT INTO `marker` VALUES (11706,1901,NULL,2,1916,20922,'NO LO ENCUENTRO','',99.64085584054516,-99.08100971902707,0,0,0,'2020-05-11 08:52:09'); +INSERT INTO `marker` VALUES (11707,1901,NULL,2,1916,96682,'a','',153.828125,-120,0,0,0,'2020-05-11 11:51:26'); +INSERT INTO `marker` VALUES (11708,1901,NULL,2,1901,96802,'PUZZLE','',67.8125,-139.03125,0,0,0,'2020-05-11 14:01:21'); +INSERT INTO `marker` VALUES (11709,1901,NULL,2,1901,96668,'Snow Bowling','Money, money, money!',95.69140625,-95.3203125,0,0,0,'2020-05-11 16:34:46'); +INSERT INTO `marker` VALUES (11710,1901,NULL,2,1939,93523,'Ice Wizzrobe','Arrived on site after 1:00 p.m. in the rain. Was not marked on map',73.921875,-129.6837060704668,0,0,0,'2020-05-12 00:43:11'); +INSERT INTO `marker` VALUES (11711,1901,NULL,2,1939,82004,'Ice wizzrobe','',103.6875,-186.5625,0,0,0,'2020-05-12 01:46:15'); +INSERT INTO `marker` VALUES (11712,1901,NULL,2,1926,96690,'Vah'Nabooris','',81.25,-181.375,0,0,0,'2020-05-12 10:38:17'); +INSERT INTO `marker` VALUES (11713,1901,NULL,2,1926,96690,'Vah'Medoh','',68.875,-96.5,0,0,0,'2020-05-12 10:38:44'); +INSERT INTO `marker` VALUES (11714,1901,NULL,2,1926,96690,'Vah'Rudania','',167.8125,-87.5,0,0,0,'2020-05-12 10:38:59'); +INSERT INTO `marker` VALUES (11715,1901,NULL,2,1901,96690,'Spring of Wisdom','',189.9375,-149.3125,0,0,0,'2020-05-12 10:40:48'); +INSERT INTO `marker` VALUES (11716,1901,NULL,2,1930,96690,'Grand Koga','',74.53125,-148.828125,0,0,0,'2020-05-12 10:44:47'); +INSERT INTO `marker` VALUES (11717,1901,NULL,2,1901,96690,'Caltice's Valley','',64.4375,-152.484375,0,0,0,'2020-05-12 10:45:37'); +INSERT INTO `marker` VALUES (11718,1901,NULL,2,1930,96690,'Moblin','',110.55859375,-134.78125,0,0,0,'2020-05-12 13:04:16'); +INSERT INTO `marker` VALUES (11719,1901,NULL,2,1932,96999,'core','core',147.94921875,-146.4921875,0,0,0,'2020-05-13 07:58:44'); +INSERT INTO `marker` VALUES (11720,1901,NULL,2,1901,96999,'place','??? ??',109.9375,-147.6953125,0,0,0,'2020-05-13 08:35:29'); +INSERT INTO `marker` VALUES (11721,1901,NULL,2,1931,96999,' Arena old ruins','',110.03515625,-147.78515625,0,0,0,'2020-05-13 08:40:31'); +INSERT INTO `marker` VALUES (11722,1901,NULL,2,1901,97040,'Tengo que hacerlo','',66.4375,-101.625,0,0,0,'2020-05-13 21:29:02'); +INSERT INTO `marker` VALUES (11723,1901,NULL,2,1925,95775,'Sato Koda Shrine (DLC)','Shrine from DLC content.',176.5078125,-115,0,0,0,'2020-05-14 00:56:47'); +INSERT INTO `marker` VALUES (11724,1901,NULL,2,1944,96356,'Royal Broadsword ','Level 60',160.484375,-188.484375,0,1,0,'2020-05-14 08:07:20'); +INSERT INTO `marker` VALUES (11725,1901,NULL,2,1926,23655,'Divine Beast Vah Ruta','',174.4375,-131.96875,0,1,0,'2020-05-14 20:25:03'); +INSERT INTO `marker` VALUES (11726,1901,NULL,2,1926,79321,'Divine Beast Vah Medoh','',71.75,-100.25,0,0,0,'2020-05-15 09:28:21'); +INSERT INTO `marker` VALUES (11727,1901,NULL,2,1926,97206,'???????','?????',152.77083361148834,-70.77083349227905,0,0,0,'2020-05-15 10:35:54'); +INSERT INTO `marker` VALUES (11728,1901,NULL,2,1931,96690,'Bokoblin camp','',55.59375,-188.328125,0,0,0,'2020-05-15 13:36:29'); +INSERT INTO `marker` VALUES (11729,1901,NULL,2,1931,96690,'Bokoblin camp','',51.90234375,-183.39453125,0,0,0,'2020-05-15 13:37:20'); +INSERT INTO `marker` VALUES (11730,1901,NULL,2,1901,97345,'Metoer rod','Lag',38.62564079098207,-131.48750101681037,0,0,0,'2020-05-16 20:05:52'); +INSERT INTO `marker` VALUES (11731,1901,NULL,2,1903,97345,'Metoer rod','',116.15695601434989,-72.6708254929876,0,0,0,'2020-05-16 20:07:57'); +INSERT INTO `marker` VALUES (11732,1901,NULL,2,1902,97345,'Metoer rod','',72.26988482930975,-118.76899970356816,0,0,0,'2020-05-16 20:08:38'); +INSERT INTO `marker` VALUES (11733,1901,NULL,2,1901,97367,'Kakariko Village','Free the divine beasts!',155.9765914039684,-143.31883311134607,0,0,0,'2020-05-17 00:24:40'); +INSERT INTO `marker` VALUES (11734,1901,NULL,2,1901,97367,'Zora's Domain','Divine Beast Vah Ruta',179.21542863277253,-120.74530372412832,0,0,0,'2020-05-17 00:25:32'); +INSERT INTO `marker` VALUES (11735,1901,NULL,2,1901,97367,'Memory 1','Locked Mementos',122.98007751719095,-124.86249961863565,0,0,0,'2020-05-17 00:27:54'); +INSERT INTO `marker` VALUES (11736,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','The reptilian Divine Beast of Daruk, found on Death Mountain',167.6875,-87.515625,0,1,0,'2020-05-18 16:59:05'); +INSERT INTO `marker` VALUES (11737,1901,NULL,2,1901,75055,'Exchange Ruins','Ruins of a trading area.',116.23828125,-141.61328125,0,0,0,'2020-05-18 17:02:57'); +INSERT INTO `marker` VALUES (11738,1901,NULL,2,1901,97517,'Dragon','',189.328125,-148.921875,0,0,0,'2020-05-20 04:15:34'); +INSERT INTO `marker` VALUES (11739,1901,NULL,2,1901,97206,'Giant Hollow Blizzard','',77.4375,-102.09375,0,0,0,'2020-05-20 11:02:59'); +INSERT INTO `marker` VALUES (11740,1901,NULL,2,1931,96476,'Bokoblin Camp','',107.84375,-154.38671875,0,0,0,'2020-05-22 22:34:08'); +INSERT INTO `marker` VALUES (11741,1901,NULL,2,1901,94042,'???????','',142.6875,-98.875,0,0,0,'2020-05-23 02:36:17'); +INSERT INTO `marker` VALUES (11742,1901,NULL,2,1926,97047,'Vah ruta','',174.5,-131.83984375,0,0,0,'2020-05-25 09:00:27'); +INSERT INTO `marker` VALUES (11743,1901,NULL,2,1916,98399,'Après prologue','',110.453125,-157.84375,0,0,0,'2020-05-26 23:15:40'); +INSERT INTO `marker` VALUES (11744,1901,NULL,2,1926,98590,'Devine Beast Vah Medoh','',71.5,-99.625,0,0,0,'2020-05-28 18:59:53'); +INSERT INTO `marker` VALUES (11745,1901,NULL,2,1901,98590,'Divine Beast Vah Rudania','',167,-87.625,0,0,0,'2020-05-28 19:00:43'); +INSERT INTO `marker` VALUES (11746,1901,NULL,2,1901,98590,'Divine Beast Vah Naboris','',95.09375,-169.25,0,0,0,'2020-05-28 19:03:52'); +INSERT INTO `marker` VALUES (11747,1901,NULL,2,1921,98596,'Aldea Kakarikp','',-30.931137084960938,-101.18365478515625,0,0,0,'2020-05-28 19:48:32'); +INSERT INTO `marker` VALUES (11748,1901,NULL,2,1916,98484,'Korok Seeds','',106.09999561309814,-134.16178501354966,0,0,0,'2020-05-29 17:13:25'); +INSERT INTO `marker` VALUES (11749,1901,NULL,2,1925,97115,'KIHA TOSA','',94.2890625,-78.1875,0,0,0,'2020-05-29 20:28:01'); +INSERT INTO `marker` VALUES (11750,1901,NULL,2,1905,98495,'Hylian shield','',63.5,-94.75,0,0,0,'2020-05-29 21:57:59'); +INSERT INTO `marker` VALUES (11751,1901,NULL,2,1926,98725,'Vah Rudania','',167.75,-87.48757442408632,0,0,0,'2020-05-31 00:11:49'); +INSERT INTO `marker` VALUES (11752,1901,NULL,2,1926,98725,'Vah Medoh','',71.47500228881836,-99.79315644125765,0,0,0,'2020-05-31 00:12:21'); +INSERT INTO `marker` VALUES (11753,1901,NULL,2,1926,98725,'Vah Naboris','',95,-169.12257737160525,0,0,0,'2020-05-31 00:12:55'); +INSERT INTO `marker` VALUES (11754,1901,NULL,2,1931,98725,'Moblin Camp','',91.06718826293945,-162.88286032563002,0,0,0,'2020-05-31 01:37:33'); +INSERT INTO `marker` VALUES (11755,1901,NULL,2,1931,98725,'Bokolin Camp','',101.76250076293945,-165.2162581536511,0,0,0,'2020-05-31 02:10:06'); +INSERT INTO `marker` VALUES (11756,1901,NULL,2,1901,81511,'tour a chercher','',116.34375,-135.21875,0,0,0,'2020-05-31 19:55:36'); +INSERT INTO `marker` VALUES (11757,1901,NULL,2,1901,89772,'zelda','',95.60546851158142,-134.23954675986732,0,0,0,'2020-06-01 01:12:29'); +INSERT INTO `marker` VALUES (11758,1901,NULL,2,1901,98628,'Hi','',105.875,-130,0,0,0,'2020-06-01 16:35:46'); +INSERT INTO `marker` VALUES (11759,1901,NULL,2,1926,98860,'Divine Beast vah Medo','the orni divine Besat veh Medo',71.375,-99.984375,0,1,0,'2020-06-02 12:17:32'); +INSERT INTO `marker` VALUES (11760,1901,NULL,2,1935,99093,'The Hero´s Cache','',186.53125,-169.015625,0,0,0,'2020-06-02 17:22:15'); +INSERT INTO `marker` VALUES (11761,1901,NULL,2,1940,99207,'lynel','',64.21718740463257,-141.82500004768372,0,0,0,'2020-06-04 00:03:20'); +INSERT INTO `marker` VALUES (11762,1901,NULL,2,1901,98761,'krog ','',164.34375,-155.015625,0,0,0,'2020-06-04 17:40:51'); +INSERT INTO `marker` VALUES (11763,1901,NULL,2,1901,96957,'Dinraal Farming spot','',142.5,-70.4453125,0,0,0,'2020-06-04 21:09:41'); +INSERT INTO `marker` VALUES (11764,1901,NULL,2,1901,99221,'Farming','',155.734375,-172.4140625,0,0,0,'2020-06-05 04:24:07'); +INSERT INTO `marker` VALUES (11765,1901,NULL,2,1920,99367,'wo i grad bin','',189.328125,-160.9765625,0,0,0,'2020-06-05 13:48:48'); +INSERT INTO `marker` VALUES (11766,1901,NULL,2,1931,99380,'Enemy Camp','',79.94140625,-153.19140625,0,0,0,'2020-06-05 15:33:55'); +INSERT INTO `marker` VALUES (11767,1901,NULL,2,1931,99380,'Enemy Camp','',53.703125,-149.3125,0,0,0,'2020-06-05 15:34:31'); +INSERT INTO `marker` VALUES (11768,1901,NULL,2,1931,99380,'Enemy Camp','',71.453125,-142.90625,0,0,0,'2020-06-05 15:34:50'); +INSERT INTO `marker` VALUES (11769,1901,NULL,2,1931,99380,'Enemy Camp','',58.671875,-145.046875,0,0,0,'2020-06-05 15:35:01'); +INSERT INTO `marker` VALUES (11770,1901,NULL,2,1931,99380,'Enemy Camp','',56.578125,-139.46875,0,0,0,'2020-06-05 15:35:10'); +INSERT INTO `marker` VALUES (11771,1901,NULL,2,1931,99380,'Enemy Camp','',83.875,-116.96875,0,0,0,'2020-06-05 15:35:46'); +INSERT INTO `marker` VALUES (11772,1901,NULL,2,1901,99380,'Enemy Camp','',65.53125,-97.140625,0,0,0,'2020-06-05 15:36:09'); +INSERT INTO `marker` VALUES (11773,1901,NULL,2,1931,99380,'Enemy Camp','',64.796875,-78.1875,0,0,0,'2020-06-05 15:36:50'); +INSERT INTO `marker` VALUES (11774,1901,NULL,2,1931,99380,'Enemy Camp','',58.796875,-75.171875,0,0,0,'2020-06-05 15:36:58'); +INSERT INTO `marker` VALUES (11775,1901,NULL,2,1931,99380,'Enemy Camp','',86.0625,-75.75,0,0,0,'2020-06-05 15:37:23'); +INSERT INTO `marker` VALUES (11776,1901,NULL,2,1931,99380,'Enemy Camp','',98.234375,-80.125,0,0,0,'2020-06-05 15:37:38'); +INSERT INTO `marker` VALUES (11777,1901,NULL,2,1931,99380,'Enemy Camp','',99.15625,-78.546875,0,0,0,'2020-06-05 15:37:49'); +INSERT INTO `marker` VALUES (11778,1901,NULL,2,1931,99380,'Enemy Camp','',170.265625,-76.578125,0,0,0,'2020-06-05 15:38:20'); +INSERT INTO `marker` VALUES (11779,1901,NULL,2,1931,99380,'Enemy Camp','',193.375,-119.890625,0,0,0,'2020-06-05 15:38:47'); +INSERT INTO `marker` VALUES (11780,1901,NULL,2,1931,99380,'Enemy Camp','',118.234375,-158.15625,0,0,0,'2020-06-05 15:39:58'); +INSERT INTO `marker` VALUES (11781,1901,NULL,2,1940,98510,'lynel','',197.9453125,-139.9453125,0,0,0,'2020-06-05 20:35:09'); +INSERT INTO `marker` VALUES (11782,1901,NULL,2,1901,99452,'Divide','',142.65625,-128.3828125,0,0,0,'2020-06-06 05:03:28'); +INSERT INTO `marker` VALUES (11783,1901,NULL,2,1903,52948,'martea ude fer ','dans le sanctuaire',147.0078125,-109.0546875,0,0,0,'2020-06-07 15:36:33'); +INSERT INTO `marker` VALUES (11784,1901,NULL,2,1939,98510,'Ice Wizzrobe','',75.3125,-152.421875,0,0,0,'2020-06-08 01:37:09'); +INSERT INTO `marker` VALUES (11785,1901,NULL,2,1901,99671,'Painter','',30.5,-162,0,0,0,'2020-06-08 07:18:24'); +INSERT INTO `marker` VALUES (11786,1901,NULL,2,1935,98510,'trial of desert','',99.953125,-180.234375,0,0,0,'2020-06-08 18:02:13'); +INSERT INTO `marker` VALUES (11787,1901,NULL,2,1910,97750,'ex3','',148.10546875,-166.30859375,0,0,0,'2020-06-08 18:50:05'); +INSERT INTO `marker` VALUES (11788,1901,NULL,2,1902,99760,',n','',-7.5,-103,0,0,0,'2020-06-08 20:15:11'); +INSERT INTO `marker` VALUES (11789,1901,NULL,2,1916,95021,'Korok Seed','',137.241943359375,-154.74038347190915,0,1,0,'2020-06-09 22:46:20'); +INSERT INTO `marker` VALUES (11790,1901,NULL,2,1925,99970,'Kieve Tala Shrine','',91.0625,-189.140625,0,0,0,'2020-06-11 01:49:08'); +INSERT INTO `marker` VALUES (11791,1901,NULL,2,1910,93396,'opal','',107.87499928474426,-162.68310791374498,0,0,0,'2020-06-11 03:51:49'); +INSERT INTO `marker` VALUES (11792,1901,NULL,2,1901,99565,'hg','',41.8125,-74.4375,0,0,0,'2020-06-12 13:27:11'); +INSERT INTO `marker` VALUES (11793,1901,NULL,2,1916,100096,'Can't get this one','',127.59375,-175.55078125,0,0,0,'2020-06-12 14:48:04'); +INSERT INTO `marker` VALUES (11794,1901,NULL,2,1939,98510,'Ice Wizzrobe','',103.765625,-186.3359375,0,0,0,'2020-06-12 20:42:07'); +INSERT INTO `marker` VALUES (11795,1901,NULL,2,1939,98510,'Ice Wizzrobe','',60.89453125,-145.14453125,0,0,0,'2020-06-12 22:52:25'); +INSERT INTO `marker` VALUES (11796,1901,NULL,2,1939,98510,'Ice Wizzrobe','',69.6796875,-152.453125,0,0,0,'2020-06-12 23:04:10'); +INSERT INTO `marker` VALUES (11797,1901,NULL,2,1935,90222,'Fire Arrow','',156.859375,-144.3359375,0,0,0,'2020-06-15 10:06:40'); +INSERT INTO `marker` VALUES (11798,1901,NULL,2,1901,100663,'No lo encuentro','',85.875,-160.8125,0,0,0,'2020-06-17 06:49:44'); +INSERT INTO `marker` VALUES (11799,1901,NULL,2,1935,100668,'Arrows of burning heat','',156.66796875,-143.859375,0,1,0,'2020-06-17 19:47:28'); +INSERT INTO `marker` VALUES (11800,1901,NULL,2,1901,100738,'mem','',177.0100258717581,-145.84462008607025,0,0,0,'2020-06-17 23:03:02'); +INSERT INTO `marker` VALUES (11801,1901,NULL,2,1901,100663,'Yo','',55.56562423706055,-142.36249989271164,0,1,0,'2020-06-18 01:11:30'); +INSERT INTO `marker` VALUES (11802,1901,NULL,2,1939,100437,'Ice Wizzrobe','',74.359375,-86.15625,0,0,0,'2020-06-18 11:09:12'); +INSERT INTO `marker` VALUES (11803,1901,NULL,2,1920,98023,'My House','My lovely home!',180.140625,-163.7890625,0,1,0,'2020-06-19 13:04:51'); +INSERT INTO `marker` VALUES (11804,1901,NULL,2,1901,99409,'Chest EX','Majora Mask',120.9609375,-148.0234375,0,0,0,'2020-06-20 10:00:32'); +INSERT INTO `marker` VALUES (11805,1901,NULL,2,1936,100451,'Cracked wall','Treasure with an opal',114.53255200386047,-157.89322912693024,0,0,0,'2020-06-21 01:28:10'); +INSERT INTO `marker` VALUES (11806,1901,NULL,2,1904,101103,'Ice Arrows x5','Ice Arrows, 5 items',137.8992341783498,-189.36135803458478,0,0,0,'2020-06-22 08:24:35'); +INSERT INTO `marker` VALUES (11807,1901,NULL,2,1947,72792,'Molduga','',188.4375,-105.6875,0,1,0,'2020-06-23 21:47:58'); +INSERT INTO `marker` VALUES (11808,1901,NULL,2,1939,72792,'Blizzrobe','',103.80078125,-186.4609375,0,0,0,'2020-06-23 21:54:41'); +INSERT INTO `marker` VALUES (11809,1901,NULL,2,1939,96424,'Blizzrobe ','',103.81263732910156,-186.451416015625,0,0,0,'2020-06-23 21:55:35'); +INSERT INTO `marker` VALUES (11810,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:35'); +INSERT INTO `marker` VALUES (11811,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:48'); +INSERT INTO `marker` VALUES (11812,1901,NULL,2,1904,72792,'Arrow x10','Use magnesis to get a chest out of the water that holds 10 arrows.',204.7578125,-185.78125,0,0,0,'2020-06-24 22:17:02'); +INSERT INTO `marker` VALUES (11813,1901,NULL,2,1935,101372,'?????? ????????? ??????','',156.5539059638977,-144.28050784283332,0,1,0,'2020-06-25 08:55:47'); +INSERT INTO `marker` VALUES (11814,1901,NULL,2,1920,97558,'Kakariko','',156.38671875,-143.67578125,0,0,0,'2020-06-25 11:34:39'); +INSERT INTO `marker` VALUES (11815,1901,NULL,2,1939,100437,'Polar-Rod','',103.828125,-186.40625,0,0,0,'2020-06-25 15:52:40'); +INSERT INTO `marker` VALUES (11816,1901,NULL,2,1931,101419,'Bokoblin Camp','',107.921875,-154.32421875,0,1,0,'2020-06-25 21:06:23'); +INSERT INTO `marker` VALUES (11817,1901,NULL,2,1901,99835,'laboratorio akkala','',197.846923828125,-79.77880859375,0,0,0,'2020-06-25 22:29:10'); +INSERT INTO `marker` VALUES (11818,1901,NULL,2,1931,98628,'Moblin/Bokoblin Camp','',175.6015625,-110.640625,0,0,0,'2020-06-27 00:53:36'); +INSERT INTO `marker` VALUES (11819,1901,NULL,2,1901,101602,'asdf','',70.375,-103.69921875,0,0,0,'2020-06-28 08:10:21'); +INSERT INTO `marker` VALUES (11820,1901,NULL,2,1910,101671,'Amber','',107.890625,-162.78125,0,0,0,'2020-06-29 00:22:57'); +INSERT INTO `marker` VALUES (11821,2000,NULL,2,1969,98761,'fairy','',243.5,-83.4375,0,0,0,'2020-06-29 21:51:01'); +INSERT INTO `marker` VALUES (11822,1901,NULL,2,1916,92379,'Korok','Inside pile of leaves under rock within ruins.',120.98125556574986,-148.23603947859817,0,0,0,'2020-06-30 04:17:18'); +INSERT INTO `marker` VALUES (11823,1901,NULL,2,1901,82586,'farosh farm','',156.1640625,-173.2265625,0,1,0,'2020-07-02 03:23:37'); +INSERT INTO `marker` VALUES (11824,1901,NULL,2,1935,24558,'A Gift of Nightshade','Blue Nightshade needed',168.50000023841858,-183.39062482118607,0,0,0,'2020-07-02 19:00:36'); +INSERT INTO `marker` VALUES (11825,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',183.2135410308838,-180.56510376930237,0,0,0,'2020-07-02 19:54:38'); +INSERT INTO `marker` VALUES (11826,1901,NULL,2,1935,24558,'A Fragmented Monument','Shrine Quest',181.8984375,-180.171875,0,0,0,'2020-07-02 19:55:53'); +INSERT INTO `marker` VALUES (11827,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',180.98177075386047,-182.37369799613953,0,0,0,'2020-07-02 19:58:46'); +INSERT INTO `marker` VALUES (11828,1901,NULL,2,1925,101922,'Shrine of Resurrection','',110.73240661621094,-157.36920166015625,0,0,0,'2020-07-03 06:29:13'); +INSERT INTO `marker` VALUES (11829,1901,NULL,2,1946,24558,'Super Rumour Mill V3','Ex',136.23567724227905,-182.015625,0,0,0,'2020-07-03 17:25:35'); +INSERT INTO `marker` VALUES (11830,1901,NULL,2,1946,24558,'Super Rumour Mill EX: Volume 1','',144.9270830154419,-110.27604150772095,0,0,0,'2020-07-03 18:19:08'); +INSERT INTO `marker` VALUES (11831,1901,NULL,2,1916,93818,'karok','',154.21875,-177.40625,0,0,0,'2020-07-05 01:00:57'); +INSERT INTO `marker` VALUES (11832,1901,NULL,2,1944,102183,'Majora's Mask','',121,-148.140625,0,0,0,'2020-07-06 21:08:00'); +INSERT INTO `marker` VALUES (11833,1901,NULL,2,1943,102183,'Ruby','Season Pass chest 1',117.40546870231628,-151.7015624344349,0,0,0,'2020-07-06 21:09:03'); +INSERT INTO `marker` VALUES (11834,1901,NULL,2,1944,102183,'Switch shirt','Season Pass chest 3',120.69218730926514,-159.41484379768372,0,0,0,'2020-07-06 21:10:01'); +INSERT INTO `marker` VALUES (11835,1901,NULL,2,1944,102183,'Bomb Arrows','Season Pass chest 2',105.25624990463257,-159.72968745231628,0,0,0,'2020-07-06 21:11:29'); +INSERT INTO `marker` VALUES (11836,1901,NULL,2,1944,102183,'Horse armour Part 1','Expansion Pass Pack 2',92.32656264305115,-133.41874992847443,0,0,0,'2020-07-06 21:16:51'); +INSERT INTO `marker` VALUES (11837,1901,NULL,2,1901,102183,'Horse armour Part 2','Expansion Pass Pack 2',140.390625,-185.875,0,0,0,'2020-07-06 21:18:10'); +INSERT INTO `marker` VALUES (11838,1901,NULL,2,1944,102183,'Korok Mask','Expansion Pass Pack 1',139.22265648841858,-99.11093771457672,0,0,0,'2020-07-06 21:21:37'); +INSERT INTO `marker` VALUES (11839,1901,NULL,2,1944,102183,'Tingle armour 1','Expansion Pass Pack 1',116.3828125,-141.9375,0,0,0,'2020-07-06 21:28:36'); +INSERT INTO `marker` VALUES (11840,1901,NULL,2,1944,102183,'Phantom armour 1','Expansion Pass Pack 2',123.93593740463257,-126.703125,0,0,0,'2020-07-06 21:57:34'); +INSERT INTO `marker` VALUES (11841,1901,NULL,2,1944,102183,'Phantom armour 2','Expansion Pass Pack 2',109.54609370231628,-147.1953123807907,0,0,0,'2020-07-06 22:00:14'); +INSERT INTO `marker` VALUES (11842,1901,NULL,2,1901,102183,'Tingle armour 2','Expansion Pass Pack 1',117.38046860694885,-115.28593730926514,0,0,0,'2020-07-06 22:02:12'); +INSERT INTO `marker` VALUES (11843,1901,NULL,2,1901,102183,'Tingle armour 3','Expansion Pass Pack 1',127.52734375,-131.2890625,0,0,0,'2020-07-06 22:03:32'); +INSERT INTO `marker` VALUES (11844,1901,NULL,2,1943,102183,'Traveler Medallion','Expansion Pass Pack 2',200.71484351158142,-72.43749982118607,0,0,0,'2020-07-06 22:07:28'); +INSERT INTO `marker` VALUES (11845,1901,NULL,2,1901,102183,'Royal Guard armour 1','Expansion Pass Pact 2',124.328125,-111.4281250834465,0,0,0,'2020-07-06 22:10:28'); +INSERT INTO `marker` VALUES (11846,1901,NULL,2,1944,102183,'Royal Guard armour 2','Expansion Pack Pass 2',126.46718764305115,-114.88984370231628,0,0,0,'2020-07-06 22:12:01'); +INSERT INTO `marker` VALUES (11847,1901,NULL,2,1901,102183,'Royal Guard armour 3','Expansion Pass Pack 2',122.28671860694885,-114.82812488079071,0,0,0,'2020-07-06 22:12:47'); +INSERT INTO `marker` VALUES (11848,1901,NULL,2,1944,102183,'Midna's Helmet','Expansion Pass Pack 1',106.05859375,-131.4140625,0,0,0,'2020-07-06 22:27:03'); +INSERT INTO `marker` VALUES (11849,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11850,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11851,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11852,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11853,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11854,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11855,1901,NULL,2,1916,102146,'ddfg','',112.2421875,-142.5985548496754,0,0,0,'2020-07-07 17:41:49'); +INSERT INTO `marker` VALUES (11856,1901,NULL,2,1944,102183,'Outset Island Lobster shirt','Expansion Pass Pack 2',125.52968788146973,-176.16406226158142,0,0,0,'2020-07-07 18:00:32'); +INSERT INTO `marker` VALUES (11857,1901,NULL,2,1901,102371,'Rito Village','',71.5625,-97.875,0,0,0,'2020-07-08 19:59:53'); +INSERT INTO `marker` VALUES (11858,1901,NULL,2,1901,102183,'Eighth Heroine','',59.671875,-136.1968743801117,0,0,0,'2020-07-08 23:53:23'); +INSERT INTO `marker` VALUES (11859,1901,NULL,2,1901,102183,'Eighth Heroine's Sword','',65.94374942779541,-143.1218752861023,0,0,0,'2020-07-08 23:56:41'); +INSERT INTO `marker` VALUES (11860,1901,NULL,2,1935,102183,'Hunt for the Giant Horse','',124.88125038146973,-182.61249899864197,0,0,0,'2020-07-09 10:04:47'); +INSERT INTO `marker` VALUES (11861,1901,NULL,2,1901,102183,'Giant Horse location','',108.57499885559082,-167.8875012397766,0,0,0,'2020-07-09 10:05:38'); +INSERT INTO `marker` VALUES (11862,1901,NULL,2,1901,102183,'Blue Flame 2','',192.8664059638977,-78.60937497019768,0,0,0,'2020-07-09 17:44:59'); +INSERT INTO `marker` VALUES (11863,1901,NULL,2,1901,102447,'kite','',99.20833396911621,-78.6145830154419,0,0,0,'2020-07-09 20:00:48'); +INSERT INTO `marker` VALUES (11864,2000,NULL,2,1950,99997,'creo tener','',13.0625,-105,0,0,0,'2020-07-09 21:43:53'); +INSERT INTO `marker` VALUES (11865,2000,NULL,2,1955,99997,'creo tener','',11.875,-103.9375,0,0,0,'2020-07-09 21:45:01'); +INSERT INTO `marker` VALUES (11866,1901,NULL,2,1901,102183,'Blue Flame 1','',181.77187490463257,-158.95937502384186,0,0,0,'2020-07-09 23:10:53'); +INSERT INTO `marker` VALUES (11867,1901,NULL,2,1935,102183,'Into The Vortex','Shrine Quest',200.2578125,-99.37109375,0,0,0,'2020-07-10 22:16:08'); +INSERT INTO `marker` VALUES (11868,1901,NULL,2,1901,102183,'Fang and Bone starting location','',178.75624895095825,-74.2781240940094,0,0,0,'2020-07-10 22:51:26'); +INSERT INTO `marker` VALUES (11869,1901,NULL,2,1936,102183,'Cracked Wall','',141.55000019073486,-170.63750004768372,0,0,0,'2020-07-11 15:22:24'); +INSERT INTO `marker` VALUES (11870,1901,NULL,2,1935,102183,'The Serpent's Jaws','',140.47031259536743,-176.16249990463257,0,0,0,'2020-07-11 15:30:56'); +INSERT INTO `marker` VALUES (11871,1901,NULL,2,1901,102683,'test de pointeur','ceci est un essai',176.328125,-157.84375,0,0,0,'2020-07-12 17:47:31'); +INSERT INTO `marker` VALUES (11872,1901,NULL,2,1901,102183,'Kilton's Shop','Shop',177.70625066757202,-122.29062527418137,0,0,0,'2020-07-12 21:32:23'); +INSERT INTO `marker` VALUES (11873,1901,NULL,2,1916,102732,'Falta','',97.94276513479501,-169.571412672477,0,0,0,'2020-07-13 05:31:01'); +INSERT INTO `marker` VALUES (11874,1901,NULL,2,1901,102888,'faltra','',187.09375,-75.46875,0,0,0,'2020-07-14 21:59:09'); +INSERT INTO `marker` VALUES (11875,1901,NULL,2,1901,92866,'aqui','aqui',177.83058569472058,-156.845489732281,0,0,0,'2020-07-16 17:44:34'); +INSERT INTO `marker` VALUES (11876,1901,NULL,2,1936,102183,'Cracked Wall','',188.829687833786,-117.00546908378601,0,0,0,'2020-07-16 18:04:51'); +INSERT INTO `marker` VALUES (11877,1901,NULL,2,1943,101535,'Ritterbogen','',57.5625,-139.47265625,0,0,0,'2020-07-16 19:50:32'); +INSERT INTO `marker` VALUES (11878,1901,NULL,2,1903,103138,'great flameblade','',124.02734375,-116.078125,0,0,0,'2020-07-17 16:13:00'); +INSERT INTO `marker` VALUES (11879,1901,NULL,2,1935,102451,'Sunken Treasure','',173.453125,-181.671875,0,0,0,'2020-07-17 21:01:22'); +INSERT INTO `marker` VALUES (11880,1901,NULL,2,1935,102451,'Take back the sea','',173.8203125,-181.2578125,0,0,0,'2020-07-17 21:01:37'); +INSERT INTO `marker` VALUES (11881,1901,NULL,2,1935,102451,'What’s For Dinner?','',174.265625,-181.4296875,0,0,0,'2020-07-17 21:04:37'); +INSERT INTO `marker` VALUES (11882,1901,NULL,2,1931,102451,'Enemy Camp','',171.5,-178.203125,0,0,0,'2020-07-17 21:06:11'); +INSERT INTO `marker` VALUES (11883,1901,NULL,2,1902,102564,'lynel','',188.47749969586926,-118.56876471131145,0,0,0,'2020-07-18 18:26:39'); +INSERT INTO `marker` VALUES (11884,1901,NULL,2,1910,103297,'blue rupee','',96.33203125,-168.01171875,0,0,0,'2020-07-18 23:58:46'); +INSERT INTO `marker` VALUES (11885,1901,NULL,2,1939,103297,'Ice Wizzrobe','',103.7578125,-186.47265625,0,0,0,'2020-07-19 22:33:45'); +INSERT INTO `marker` VALUES (11886,1901,NULL,2,1931,103297,'Enemy Base','',102,-165.2109375,0,0,0,'2020-07-20 18:40:32'); +INSERT INTO `marker` VALUES (11887,1901,NULL,2,1931,103297,'Lizalfos Camp','',93.9609375,-156.60546875,0,0,0,'2020-07-20 18:58:01'); +INSERT INTO `marker` VALUES (11888,1901,NULL,2,1916,93818,'karok','',160.875,-169.09375,0,0,0,'2020-07-21 00:22:22'); +INSERT INTO `marker` VALUES (11889,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',-26.25,-140,0,0,0,'2020-07-22 02:22:27'); +INSERT INTO `marker` VALUES (11890,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',168,-89.25,0,0,0,'2020-07-22 02:22:54'); +INSERT INTO `marker` VALUES (11891,1901,NULL,2,1926,103614,'Divine Beast vah Medoh','',72,-100.5,0,0,0,'2020-07-22 02:23:32'); +INSERT INTO `marker` VALUES (11892,1901,NULL,2,1939,101535,'Polar-Pyromagus','',73.9375,-86.515625,0,0,0,'2020-07-22 11:07:38'); +INSERT INTO `marker` VALUES (11893,1901,NULL,2,1910,103635,'APPLE TREES','',97.7421875,-133.3671875,0,0,0,'2020-07-22 11:26:05'); +INSERT INTO `marker` VALUES (11894,1901,NULL,2,1901,101006,'Good Weapons / Strong Enemies','',109.9921875,-147.765625,0,0,0,'2020-07-23 03:22:50'); +INSERT INTO `marker` VALUES (11895,1901,NULL,2,1926,91734,'Divine Beast Vah Ruta','Here is where you can see Vah Ruta fighting with Ganon',174.703125,-131.76953125,0,0,0,'2020-07-23 04:15:37'); +INSERT INTO `marker` VALUES (11896,1901,NULL,2,1926,91734,'Divine Beast Vah Naboris','Here you can see Vah Naboris fighting with Ganon',95.09375,-169.34375,0,0,0,'2020-07-23 04:16:56'); +INSERT INTO `marker` VALUES (11897,1901,NULL,2,1926,91734,'Divine Beast Vah Medoh','Here you can see Vah Medoh fighting with Ganon',71.609375,-99,0,0,0,'2020-07-23 04:18:28'); +INSERT INTO `marker` VALUES (11898,1901,NULL,2,1926,91734,'Divine Beast Vah Rudania','Here is Vah Rudania fighting with Ganon',165.9140625,-87.296875,0,0,0,'2020-07-23 04:19:21'); +INSERT INTO `marker` VALUES (11899,1901,NULL,2,1925,103616,'Shrine of Resurrection','',110.78125,-157.4375,0,1,0,'2020-07-24 15:28:51'); +INSERT INTO `marker` VALUES (11900,1901,NULL,2,1901,84811,'FREDDO','FREDDO',106.8125,-185.828125,0,0,0,'2020-07-26 10:19:02'); +INSERT INTO `marker` VALUES (11901,1901,NULL,2,1903,103882,'Arma perdida','',85.8828125,-113.99928151592073,0,0,0,'2020-07-28 03:33:26'); +INSERT INTO `marker` VALUES (11902,1901,NULL,2,1916,103747,'111','',132.265625,-179.421875,0,0,0,'2020-07-28 04:24:45'); +INSERT INTO `marker` VALUES (11903,2000,NULL,2,1950,96690,'Fly Coq','',44.875,-146.375,0,0,0,'2020-07-28 12:04:37'); +INSERT INTO `marker` VALUES (11904,1901,NULL,2,1901,104091,'star 1','',-14.5,-119.29482962212843,0,0,0,'2020-07-29 00:04:28'); +INSERT INTO `marker` VALUES (11905,1901,NULL,2,1901,104091,'star 1','',-14,-104.2859230746857,0,0,0,'2020-07-29 00:06:49'); +INSERT INTO `marker` VALUES (11906,1901,NULL,2,1901,102418,'Glitch multiplicar','Puedes multiplicar armas,escudos,arcos solo teniendo un arma electrica y una de metal',138.90625,-118.96484375,0,0,0,'2020-07-29 18:07:51'); +INSERT INTO `marker` VALUES (11907,1901,NULL,2,1901,102418,'Glitch saltos infinitos','Solo con un caballo puedes venir aqui y hacer el glitch de los saltos infinitos',124.2578125,-182.3984375,0,0,0,'2020-07-29 18:12:53'); +INSERT INTO `marker` VALUES (11908,1901,NULL,2,1901,102418,'Alternativa glitch de duplicar armas','Aqui tambien se pueden duplicar armas solo tienes que tener la armadura aislante porque pegan bastante las flechas electricas',52.234375,-183.375,0,0,0,'2020-07-29 18:14:14'); +INSERT INTO `marker` VALUES (11909,1901,NULL,2,1926,102418,'Bestia divina Vah Naboris','',69.5,-187.75,0,0,0,'2020-07-29 18:27:36'); +INSERT INTO `marker` VALUES (11910,1901,NULL,2,1901,102418,'Bestia divina Vah Rudania','',167.75,-89.75,0,0,0,'2020-07-29 18:27:59'); +INSERT INTO `marker` VALUES (11911,1901,NULL,2,1926,102418,'Bestia divina Vah Medoh','',71.5,-99.9375,0,0,0,'2020-07-29 18:28:27'); +INSERT INTO `marker` VALUES (11912,1901,NULL,2,1926,102418,'Bestia divina Vah Rudania','',166.625,-88.6875,0,0,0,'2020-07-29 18:28:38'); +INSERT INTO `marker` VALUES (11913,1901,NULL,2,1930,104262,'DRAGON','',176.71875,-145.53125,0,0,0,'2020-07-30 20:34:56'); +INSERT INTO `marker` VALUES (11914,1901,NULL,2,1935,47775,'Sunshroom Sensing','This sidequest gets unlocked, once you've got the Sheikah-Sensor+.',187,-161.2890625,0,0,0,'2020-08-02 14:47:00'); +INSERT INTO `marker` VALUES (11915,1901,NULL,2,1901,104038,'white horse','',105.60546875,-147.87890625,0,0,0,'2020-08-02 22:04:27'); +INSERT INTO `marker` VALUES (11916,1901,NULL,2,1944,47775,'EX: Royal Guard Boots','One of the EX chests, located inside Ganon's Castle.',122.4453125,-115.13671875,0,0,0,'2020-08-03 20:06:00'); +INSERT INTO `marker` VALUES (11917,1901,NULL,2,1926,104654,'Divine Beast Vah Rudania','',167.84375,-87.59375,0,0,0,'2020-08-04 01:55:23'); +INSERT INTO `marker` VALUES (11918,1901,NULL,2,1926,104654,'Divine Beast Vah Medoh','',71.5703125,-98.875,0,0,0,'2020-08-04 01:56:39'); +INSERT INTO `marker` VALUES (11919,1901,NULL,2,1926,104654,'Divine Beast Vah Naboris','',81.4375,-180.25,0,0,0,'2020-08-04 01:57:33'); +INSERT INTO `marker` VALUES (11920,1901,NULL,2,1935,47775,'The Hero's Cache','This one; https://zelda.gamepedia.com/Kass#The_Hero.27s_Cache',186.515625,-169.109375,0,0,0,'2020-08-04 19:51:31'); +INSERT INTO `marker` VALUES (11921,1901,NULL,2,1936,104812,'Fire arrows','',112.87890625,-164.70703125,0,0,0,'2020-08-05 13:36:41'); +INSERT INTO `marker` VALUES (11922,1901,NULL,2,1935,104775,'Arrows of Burning Heat','',156.546875,-144.2734375,0,0,0,'2020-08-07 01:37:38'); +INSERT INTO `marker` VALUES (11923,1901,NULL,2,1901,41081,'Lord of the Mountain','',92.453125,-133.4375,0,0,0,'2020-08-08 03:53:53'); +INSERT INTO `marker` VALUES (11924,1901,NULL,2,1910,104393,'Korok Mask','',139.2109375,-99,0,0,0,'2020-08-08 12:13:20'); +INSERT INTO `marker` VALUES (11925,1901,NULL,2,1926,47775,'Divine Beast Vah Medoh','',71.55078125,-98.8671875,0,0,0,'2020-08-09 13:43:49'); +INSERT INTO `marker` VALUES (11926,1901,NULL,2,1901,105268,'Nothing','',116.25696006739787,-159.50280460345022,0,0,0,'2020-08-11 03:09:58'); +INSERT INTO `marker` VALUES (11927,1901,NULL,2,1935,102451,'Giant Horse','The Giant Horse is a rare horse that you can find in the Taobab Grassland.',124.77187442779541,-182.65143982876066,0,0,0,'2020-08-12 20:24:27'); +INSERT INTO `marker` VALUES (11928,1901,NULL,2,1926,103711,'Divine Beast Vah'Naboris','',87.4375,-182.5,0,0,0,'2020-08-13 11:46:42'); +INSERT INTO `marker` VALUES (11929,1901,NULL,2,1935,47775,'Slated for Upgrades','',187.125,-160.96875,0,0,0,'2020-08-13 16:07:56'); +INSERT INTO `marker` VALUES (11930,1901,NULL,2,1901,105675,'Kilton','',154.9367184638977,-144.28769591281292,0,0,0,'2020-08-16 07:00:45'); +INSERT INTO `marker` VALUES (11931,1901,NULL,2,1901,76039,'Where I left off','',75.8359375,-161.8203125,0,0,0,'2020-08-16 14:02:43'); +INSERT INTO `marker` VALUES (11932,1901,NULL,2,1901,105023,'Stonks','Bring your arrows',92.39453125,-133.421875,0,0,0,'2020-08-16 15:04:58'); +INSERT INTO `marker` VALUES (11933,1901,NULL,2,1926,47775,'Divine Beast Vah Rudania','',166.3828125,-87.9609375,0,0,0,'2020-08-16 15:24:41'); +INSERT INTO `marker` VALUES (11934,1901,NULL,2,1935,47775,'What's for Dinner? ','',173.1171875,-181.1484375,0,0,0,'2020-08-16 17:12:38'); +INSERT INTO `marker` VALUES (11935,1901,NULL,2,1901,104499,'ME','',155.49609375,-158.2734375,0,0,0,'2020-08-17 18:08:53'); +INSERT INTO `marker` VALUES (11936,1901,NULL,2,1920,101198,'Shrine of resurrection','',110.03125,-158.09375,0,0,0,'2020-08-19 07:31:21'); +INSERT INTO `marker` VALUES (11937,1901,NULL,2,1903,105952,'espada maestra','',136,-97.5,0,0,0,'2020-08-19 08:38:44'); +INSERT INTO `marker` VALUES (11938,1901,NULL,2,1901,105913,'Levianthan Bones','',59.8984375,-68.125,0,0,0,'2020-08-19 12:57:22'); +INSERT INTO `marker` VALUES (11939,1901,NULL,2,1926,106102,'Divine Beast Vah Medoh','',71.75,-99.4375,0,0,0,'2020-08-21 10:48:14'); +INSERT INTO `marker` VALUES (11940,1901,NULL,2,1926,106102,'Divine Beast Vah Naboris','This position is not accurate so do not approve it, however it should probably be added to the map.',85.6875,-178.9375,0,0,0,'2020-08-21 10:49:46'); +INSERT INTO `marker` VALUES (11941,1901,NULL,2,1926,106102,'Divine Beast Vah Rudania','This position is not accurate so do not approve it, however Rudania should be added to the map',165.40625,-88.109375,0,0,0,'2020-08-21 10:50:48'); +INSERT INTO `marker` VALUES (11942,1901,NULL,2,1910,105470,'Amber','',107.87890625,-162.71484375,0,0,0,'2020-08-21 12:12:00'); +INSERT INTO `marker` VALUES (11943,1901,NULL,2,1904,105470,'Bomb Arrows','EX-Item from the DLC',105.3125,-159.7109375,0,0,0,'2020-08-21 12:14:48'); +INSERT INTO `marker` VALUES (11944,1901,NULL,2,1910,105470,'Gemstone','',132.09765625,-158.11328125,0,0,0,'2020-08-21 17:05:59'); +INSERT INTO `marker` VALUES (11945,1901,NULL,2,1910,105470,'Gemstone','',135.05859375,-158.78515625,0,0,0,'2020-08-21 17:25:10'); +INSERT INTO `marker` VALUES (11946,1901,NULL,2,1910,105470,'4 x Slime Gelee','',134.625,-159.9296875,0,0,0,'2020-08-21 17:28:42'); +INSERT INTO `marker` VALUES (11947,1901,NULL,2,1901,106181,'gf','',140.859375,-151.1015625,0,0,0,'2020-08-22 10:17:04'); +INSERT INTO `marker` VALUES (11948,1901,NULL,2,1926,59528,'Vah Rudania','',165.6197919845581,-89.94378658195917,0,0,0,'2020-08-22 20:06:25'); +INSERT INTO `marker` VALUES (11949,1901,NULL,2,1926,59528,'Vah Medoh','',71.5442705154419,-98.8150318171872,0,0,0,'2020-08-22 20:06:55'); +INSERT INTO `marker` VALUES (11950,1901,NULL,2,1926,59528,'Vah Naboris','',85.3125,-184.58945747864203,0,0,0,'2020-08-22 20:07:39'); +INSERT INTO `marker` VALUES (11951,1901,NULL,2,1910,106293,'Ancient core','',45.5,-62.5,0,0,0,'2020-08-23 23:08:50'); +INSERT INTO `marker` VALUES (11952,1901,NULL,2,1932,106334,'test','',152.234375,-153.6875,0,0,0,'2020-08-27 14:10:40'); +INSERT INTO `marker` VALUES (11953,1901,NULL,2,1936,77582,'Cracked Wall','',139.19062519073486,-156.2665245951172,0,0,0,'2020-08-30 10:48:56'); +INSERT INTO `marker` VALUES (11954,1901,NULL,2,1923,106215,'wer','',127.2900390625,-174.53857421875,0,0,0,'2020-08-31 17:17:30'); +INSERT INTO `marker` VALUES (11955,1901,NULL,2,1930,96690,'Ganon','',124.078125,-111.09375,0,0,0,'2020-09-04 08:40:49'); +INSERT INTO `marker` VALUES (11956,1901,NULL,2,1926,107311,'Vah Rudania','',184.9889557732188,-125.17832768372425,0,0,0,'2020-09-05 13:19:17'); +INSERT INTO `marker` VALUES (11957,1901,NULL,2,1926,107311,'Vah Medoh','',71.41869232324058,-99.83602411403866,0,0,0,'2020-09-05 13:20:27'); +INSERT INTO `marker` VALUES (11958,1901,NULL,2,1926,107311,'Vah Naboris','',94.99121706235766,-169.22880054105616,0,0,0,'2020-09-05 13:21:12'); +INSERT INTO `marker` VALUES (11959,1901,NULL,2,1926,107311,'Vah Rudania','',166.42604151294188,-88.50632239886846,0,0,0,'2020-09-05 13:22:04'); +INSERT INTO `marker` VALUES (11960,1901,NULL,2,1926,107311,'Vah Ruta','',174.62608990811069,-131.74156092594384,0,0,0,'2020-09-05 13:22:33'); +INSERT INTO `marker` VALUES (11961,1901,NULL,2,1948,107311,'Cooking pot','',149.27477307389765,-154.0790252567129,0,0,0,'2020-09-05 13:40:20'); +INSERT INTO `marker` VALUES (11962,1901,NULL,2,1901,105966,'Kolog al que atrapar','',69.1015625,-67.880859375,0,0,0,'2020-09-07 23:20:14'); +INSERT INTO `marker` VALUES (11963,1901,NULL,2,1901,72402,'Two possible missed brances','',113.0390625,-156.53125,0,0,0,'2020-09-08 01:10:23'); +INSERT INTO `marker` VALUES (11964,1901,NULL,2,1901,107650,'kay','',-6.5,-77.5,0,0,0,'2020-09-09 00:33:58'); +INSERT INTO `marker` VALUES (11965,1901,NULL,2,1901,102586,'Campamento bok','',134.6087539686239,-111.79324960708618,0,0,0,'2020-09-09 13:31:36'); +INSERT INTO `marker` VALUES (11966,1901,NULL,2,1925,107260,'Keive Tala Shrine','',91.4375,-189.04342834224911,0,0,0,'2020-09-10 17:24:57'); +INSERT INTO `marker` VALUES (11967,1901,NULL,2,1926,107984,'rudana','E',166.5625,-88.8125,0,0,0,'2020-09-12 19:38:42'); +INSERT INTO `marker` VALUES (11968,1901,NULL,2,1901,103112,'thunderblade','thunderblade',43.21240234375,-99.625,0,0,0,'2020-09-13 22:40:26'); +INSERT INTO `marker` VALUES (11969,1901,NULL,2,1901,77479,'rito','',38.30510711669922,-80.66926028233483,0,0,0,'2020-09-15 04:49:25'); +INSERT INTO `marker` VALUES (11970,1901,NULL,2,1916,105553,'kolog','',71.203125,-76.234375,0,0,0,'2020-09-15 21:41:52'); +INSERT INTO `marker` VALUES (11971,1901,NULL,2,1901,108222,'??','??',158.453125,-141.328125,0,0,0,'2020-09-17 06:10:09'); +INSERT INTO `marker` VALUES (11972,1901,NULL,2,1901,108303,'1','Centaleon 1',57.875,-88.96875,0,0,0,'2020-09-17 06:26:07'); +INSERT INTO `marker` VALUES (11973,1901,NULL,2,1901,108390,'Shrine of Resurrection ','',110.796875,-157.5078125,0,0,0,'2020-09-17 17:11:55'); +INSERT INTO `marker` VALUES (11974,1901,NULL,2,1901,108591,'uft','',105.75,-93.15625,0,0,0,'2020-09-19 23:23:43'); +INSERT INTO `marker` VALUES (11975,1901,NULL,2,1901,108380,'f','',177.1484375,-165.6015625,0,0,0,'2020-09-20 21:55:59'); +INSERT INTO `marker` VALUES (11976,1901,NULL,2,1901,108506,'semilla faltante','',59.3515625,-95.9296875,0,0,0,'2020-09-21 01:02:31'); +INSERT INTO `marker` VALUES (11977,1901,NULL,2,1901,108275,'See if bow came back','',139.81406259536743,-127.82264606170752,0,0,0,'2020-09-21 03:16:45'); +INSERT INTO `marker` VALUES (11978,1901,NULL,2,1901,109043,'Hestu','',159.89453125,-150.42578125,0,0,0,'2020-09-24 09:58:37'); +INSERT INTO `marker` VALUES (11979,1901,NULL,2,1901,105023,'Temple Of Time','',115.453125,-157.953125,0,0,0,'2020-09-25 14:37:23'); +INSERT INTO `marker` VALUES (11980,1901,NULL,2,1901,107544,'juyg','iuhi',-30.25,-169.75,0,0,0,'2020-09-25 22:30:11'); +INSERT INTO `marker` VALUES (11981,1901,NULL,2,1926,107544,'vah rudania','',167.65625,-87.46875,0,0,0,'2020-09-25 22:32:36'); +INSERT INTO `marker` VALUES (11982,1901,NULL,2,1925,77482,'Yowaka Ita Shrine','EX The Champions' Ballad - On-Hit Obliterator Quest',113.30078125,-154.14453125,0,0,0,'2020-09-25 23:51:55'); +INSERT INTO `marker` VALUES (11983,1901,NULL,2,1925,77482,'Rohta Chigah Shrine','EX The Champions' Ballad - One-Hit Obilterator Quest',119.90234375,-156.16015625,0,0,0,'2020-09-26 00:11:52'); +INSERT INTO `marker` VALUES (11984,1901,NULL,2,1925,77482,'Ruvo Korbah Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',115.015625,-161.609375,0,0,0,'2020-09-26 00:48:33'); +INSERT INTO `marker` VALUES (11985,1901,NULL,2,1925,77482,'Etsu Korima Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',108.9921875,-161.015625,0,0,0,'2020-09-26 01:13:43'); +INSERT INTO `marker` VALUES (11986,1901,NULL,2,1925,77482,'Mah Eliya Shrine','EX The Champions' Ballad - Mipha's Song',186.765625,-117.921875,0,0,0,'2020-09-26 18:22:29'); +INSERT INTO `marker` VALUES (11987,1901,NULL,2,1925,77482,'Kee Dafunia Shrine','EX The Champions' Ballad - Mipha's Song',204.28125,-112.75,0,0,0,'2020-09-26 18:58:59'); +INSERT INTO `marker` VALUES (11988,1901,NULL,2,1925,77482,'Sato Koda Shrine','EX The Champions' Ballad - Mipha's Song',176.515625,-114.9921875,0,0,0,'2020-09-26 19:35:53'); +INSERT INTO `marker` VALUES (11989,1901,NULL,2,1925,77482,'Rinu Honika Shrine','EX The Champions' Ballad - Daruk's Song',163.05859375,-96.8359375,0,0,0,'2020-09-27 23:02:31'); +INSERT INTO `marker` VALUES (11990,1901,NULL,2,1925,77482,'Sharo Lun Shrine','EX The Champions' Ballad - Daruk's Song',173.7578125,-90.19921875,0,0,0,'2020-09-27 23:39:19'); +INSERT INTO `marker` VALUES (11991,1901,NULL,2,1925,77482,'Kamia Omuna Shrine','EX The Champions' Ballad - Daruk's Song',161.23046875,-77.57421875,0,0,0,'2020-09-27 23:59:33'); +INSERT INTO `marker` VALUES (11992,1901,NULL,2,1925,77482,'Shira Gomar Shrine','EX The Champions' Ballad - Rivali's Song',90.859375,-106.4140625,0,0,0,'2020-09-28 01:45:24'); +INSERT INTO `marker` VALUES (11993,1901,NULL,2,1925,77482,'Noe Rajee Shrine','EX The Champions' Ballad - Rivali's Song',68.29296875,-91.9453125,0,0,0,'2020-09-28 02:14:41'); +INSERT INTO `marker` VALUES (11994,1901,NULL,2,1925,77482,'Kiah Toza Shrine','EX The Champions' Ballad - Rivali's Song',94.2890625,-78.203125,0,0,0,'2020-09-28 03:02:22'); +INSERT INTO `marker` VALUES (11995,1901,NULL,2,1935,109347,'Giant hunt','',179.80859375,-119.36328125,0,0,0,'2020-09-28 14:15:46'); +INSERT INTO `marker` VALUES (11996,1901,NULL,2,1926,67446,'Vah'Medoh','',71.546875,-98.921875,0,0,0,'2020-09-30 14:01:09'); +INSERT INTO `marker` VALUES (11997,1901,NULL,2,1946,109515,'Piments','',113.07194519042969,-158.52413940429688,0,0,0,'2020-09-30 17:47:19'); +INSERT INTO `marker` VALUES (11998,1901,NULL,2,1904,109508,'Chest','',204.75,-185.8125,0,1,0,'2020-10-01 18:03:09'); +INSERT INTO `marker` VALUES (11999,1901,NULL,2,1901,109513,'Edge','',125.83995636340339,-162.58392848761238,0,0,0,'2020-10-01 22:12:05'); +INSERT INTO `marker` VALUES (12000,1901,NULL,2,1926,107050,'Divine Beast Vah Medoh','',71.55156230926514,-98.78449757381924,0,0,0,'2020-10-02 10:59:37'); +INSERT INTO `marker` VALUES (12001,1901,NULL,2,1926,107050,'Divine Beast Vah Rudania','',166.359375,-88.30941789258816,0,0,0,'2020-10-02 11:00:36'); +INSERT INTO `marker` VALUES (12002,1901,NULL,2,1926,107050,'Divine Beast Vah Naboris','',95.01249980926514,-169.26028978525844,0,0,0,'2020-10-02 11:01:55'); +INSERT INTO `marker` VALUES (12003,2000,NULL,2,1950,72402,'Magic Powder Upgrade','',47.20833206176758,-112.50708587982876,0,0,0,'2020-10-02 17:03:42'); +INSERT INTO `marker` VALUES (12004,1901,NULL,2,1926,107092,'Divine Beast Vah Medoh','',70.42108204661218,-98.13647949446786,0,0,0,'2020-10-02 18:08:07'); +INSERT INTO `marker` VALUES (12005,1901,NULL,2,1931,109689,'Camp','',138.875,-155.3671875,0,0,0,'2020-10-03 00:20:35'); +INSERT INTO `marker` VALUES (12006,1901,NULL,2,1925,109711,'Sharo Lun Shrine','chest',173.65312576293945,-90.26592735197623,0,0,0,'2020-10-03 07:30:35'); +INSERT INTO `marker` VALUES (12007,1901,NULL,2,1901,103426,'DRILL','',159.1875,-93.6875,0,0,0,'2020-10-03 17:03:13'); +INSERT INTO `marker` VALUES (12008,1901,NULL,2,1931,108275,'Enemy Camp','Lizalfos',196.1515622138977,-117.97083294108292,0,0,0,'2020-10-04 06:01:05'); +INSERT INTO `marker` VALUES (12009,1901,NULL,2,1944,108275,'Treasure Chest','Silverscale Spear',196.046875,-117.92340945763112,0,0,0,'2020-10-04 06:01:37'); +INSERT INTO `marker` VALUES (12010,1901,NULL,2,1936,108275,'Cracked Wall','Large ore underneath',193.73046875,-127.73512539307353,0,0,0,'2020-10-04 06:07:38'); +INSERT INTO `marker` VALUES (12011,1901,NULL,2,1936,108275,'Cracked Wall','Large ore',199.09375047683716,-139.36447628947772,0,0,0,'2020-10-04 06:36:23'); +INSERT INTO `marker` VALUES (12012,2000,NULL,2,1950,72402,'Bomb Upgrade','',111.3750228881836,-180.91023788887816,0,0,0,'2020-10-05 16:32:50'); +INSERT INTO `marker` VALUES (12013,1901,NULL,2,1926,42863,'Divine Beast Vah Rudania','The Fire Divine Beast',-94.75,-158.5,0,1,0,'2020-10-05 18:10:38'); +INSERT INTO `marker` VALUES (12014,1901,NULL,2,1910,108524,'Durians','',149.8125,-178.359375,0,0,0,'2020-10-05 20:46:58'); +INSERT INTO `marker` VALUES (12015,1901,NULL,2,1916,105802,'POMMIER','POMMIER',185.58437633514404,-95.8985582739899,0,0,0,'2020-10-06 21:00:12'); +INSERT INTO `marker` VALUES (12016,1901,NULL,2,1936,108275,'Cracked Wall','',68.12500023841858,-146.74225910810736,0,0,0,'2020-10-10 05:54:49'); +INSERT INTO `marker` VALUES (12017,1901,NULL,2,1926,107092,'Divine Beast Vah Rudania','',166.09731215319886,-87.22916793823242,0,0,0,'2020-10-11 03:14:10'); +INSERT INTO `marker` VALUES (12018,1901,NULL,2,1910,108742,'hearty Radish','',179.69999933242798,-68.97945246872845,0,0,0,'2020-10-12 23:23:22'); +INSERT INTO `marker` VALUES (12019,1901,NULL,2,1926,99671,'Vah'Rudania','',166.34375,-88.40625,0,0,0,'2020-10-13 08:08:24'); +INSERT INTO `marker` VALUES (12020,1901,NULL,2,1926,99671,'Vah'Medoh','',71.578125,-98.703125,0,0,0,'2020-10-13 08:09:43'); +INSERT INTO `marker` VALUES (12021,1901,NULL,2,1910,110560,'APPLES','',97.5,-133.5,0,0,0,'2020-10-13 19:06:06'); +INSERT INTO `marker` VALUES (12022,1901,NULL,2,1901,110539,'Rebirth Place','',110.68359398841858,-157.45901350875567,0,0,0,'2020-10-13 20:07:57'); +INSERT INTO `marker` VALUES (12023,1901,NULL,2,1901,70984,'Stollen','',124.765625,-109.65625,0,0,0,'2020-10-14 09:21:00'); +INSERT INTO `marker` VALUES (12024,1901,NULL,2,1926,78953,'Divine Beast Vah Medoh','',71.421875,-99.890625,0,0,0,'2020-10-16 18:10:38'); +INSERT INTO `marker` VALUES (12025,1901,NULL,2,1926,78953,'Divine Beast Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.328125,0,0,0,'2020-10-16 18:12:14'); +INSERT INTO `marker` VALUES (12026,1901,NULL,2,1903,110808,'Arrow Farming ','Good spots for all arrow farming ',201.125,-186.5,0,0,0,'2020-10-17 08:25:54'); +INSERT INTO `marker` VALUES (12027,1901,NULL,2,1901,59609,'??????','',155.8942785902363,-175.01939004878025,0,0,0,'2020-10-17 18:15:46'); +INSERT INTO `marker` VALUES (12028,1901,NULL,2,1901,111057,'Archery Camp','',125.125,-182.59375,0,0,0,'2020-10-20 15:26:57'); +INSERT INTO `marker` VALUES (12029,1901,NULL,2,1902,111310,'Hose','',115.546875,-159.3984375,0,0,0,'2020-10-22 14:43:40'); +INSERT INTO `marker` VALUES (12030,1901,NULL,2,1901,111310,'Hose','hose?',115.44921875,-159.34765625,0,0,0,'2020-10-22 14:46:39'); +INSERT INTO `marker` VALUES (12031,1901,NULL,2,1901,111341,'talus','',-46,-132.25,0,0,0,'2020-10-23 04:49:32'); +INSERT INTO `marker` VALUES (12032,1901,NULL,2,1925,108854,'Santuario','',167.593749486127,-151.43293481168814,0,0,0,'2020-10-23 06:38:40'); +INSERT INTO `marker` VALUES (12033,1901,NULL,2,1945,111318,'A lot of Bluppes','Just a ton',92.43848514556885,-133.35961937904358,0,0,0,'2020-10-23 15:36:50'); +INSERT INTO `marker` VALUES (12034,1901,NULL,2,1901,109527,'1','',64.22500228881836,-85.47358857722719,0,0,0,'2020-10-23 21:52:34'); +INSERT INTO `marker` VALUES (12035,1901,NULL,2,1903,111408,'Thunder','',175.625,-189.421875,0,0,0,'2020-10-24 03:57:59'); +INSERT INTO `marker` VALUES (12036,1901,NULL,2,1903,111330,'Frostspear','A magical spear forged from ancient Ice, being able to freeze enemies and it also have a Durability Up!',188.73828125,-148.5703125,0,1,0,'2020-10-25 00:58:23'); +INSERT INTO `marker` VALUES (12037,1901,NULL,2,1901,111560,'Weird Location','Statue with purple eyes...',167.24609375,-151.78515625,0,0,0,'2020-10-25 19:39:24'); +INSERT INTO `marker` VALUES (12038,1901,NULL,2,1901,46381,'EX Shrine ','Kebe'Tawa',91.40625,-189.09375,0,0,0,'2020-10-26 07:54:51'); +INSERT INTO `marker` VALUES (12039,1901,NULL,2,1901,46381,'EX','Takama'Simiri',51.1171875,-161.75,0,0,0,'2020-10-26 08:00:56'); +INSERT INTO `marker` VALUES (12040,1901,NULL,2,1901,46381,'EX','Kiha'Tusa',94.3125,-78.4375,0,0,0,'2020-10-26 08:03:20'); +INSERT INTO `marker` VALUES (12041,1901,NULL,2,1901,46381,'Sanctuaire','Rohita'Tigu',120.09375,-156.1875,0,0,0,'2020-10-26 08:05:24'); +INSERT INTO `marker` VALUES (12042,1901,NULL,2,1901,46381,'EX','Rohita'Tigu',119.75,-155.8125,0,0,0,'2020-10-26 08:06:00'); +INSERT INTO `marker` VALUES (12043,1901,NULL,2,1901,46381,'EX','Runeh'Koribah',114.8125,-161.65625,0,0,0,'2020-10-26 08:06:27'); +INSERT INTO `marker` VALUES (12044,1901,NULL,2,1901,46381,'EX','Etsi'Korima',109.03125,-160.96875,0,0,0,'2020-10-26 08:06:56'); +INSERT INTO `marker` VALUES (12045,1901,NULL,2,1901,107092,'The Eighth Heroine','Location of the Eighth Heroine statue (Sand Boots side quest).',59.79485290459322,-135.87500023841858,0,0,0,'2020-10-27 20:46:06'); +INSERT INTO `marker` VALUES (12046,1901,NULL,2,1901,111805,'hateno','da möcht ich hin',137.76875114440918,-139.53573988248164,0,0,0,'2020-10-28 16:12:03'); +INSERT INTO `marker` VALUES (12047,1901,NULL,2,1926,111894,'Divine Beast Vah Naboris','',87.5,-184.25,0,0,0,'2020-10-30 14:04:57'); +INSERT INTO `marker` VALUES (12048,1901,NULL,2,1901,111894,'Divine Beast Vah Medoh','',71.5625,-98.6875,0,0,0,'2020-10-30 14:05:46'); +INSERT INTO `marker` VALUES (12049,1901,NULL,2,1926,111894,'Divine Beast Vah Rudania','',167.625,-87.625,0,0,0,'2020-10-30 14:06:28'); +INSERT INTO `marker` VALUES (12050,1901,NULL,2,1935,111894,'Medicinal Molduga','A Gerudo woman's husband is seek. Ask her to begin the quest and go to kill a molduga to help her.',66.9296875,-173.59375,0,0,0,'2020-10-30 14:10:24'); +INSERT INTO `marker` VALUES (12051,1901,NULL,2,1935,111894,'The secret club's secret','',68.765625,-173.84375,0,0,0,'2020-10-30 14:10:59'); +INSERT INTO `marker` VALUES (12052,1901,NULL,2,1935,111894,'The eight heroin','',69.28125,-173.03125,0,0,0,'2020-10-30 14:11:31'); +INSERT INTO `marker` VALUES (12053,1901,NULL,2,1935,111894,'The lost sword','Ask the same man than for the eight heroin. This time he wants a proof of the existence of the sword of this heroin.\r\nThe beginning of a great love story between you and him?',69.328125,-173,0,0,0,'2020-10-30 14:12:56'); +INSERT INTO `marker` VALUES (12054,1901,NULL,2,1935,111894,'The mystery polluter','',68.171875,-172.609375,0,0,0,'2020-10-30 14:14:06'); +INSERT INTO `marker` VALUES (12055,1901,NULL,2,1935,111894,'Missing in action!','',84.0625,-162.984375,0,0,0,'2020-10-30 14:15:07'); +INSERT INTO `marker` VALUES (12056,1901,NULL,2,1935,111894,'Rushroom rush!','',84.359375,-162.671875,0,0,0,'2020-10-30 14:15:38'); +INSERT INTO `marker` VALUES (12057,1901,NULL,2,1926,110653,'Divine Beast Vah Naboris','The Divine Beast that contains the trapped spirit of the Gerudo Champion Urbosa.',87.6875,-185.2708339691162,0,1,0,'2020-11-01 06:34:56'); +INSERT INTO `marker` VALUES (12058,1901,NULL,2,1926,110653,'Divine Beast Vah Rudania','The Divine Beast that holds the trapped spirit of the Goron Champion Daruk.',163.5390625,-90.78125,0,1,0,'2020-11-01 06:37:10'); +INSERT INTO `marker` VALUES (12059,1901,NULL,2,1926,110653,'Divine Beast Vah Medoh','The Divine Beast that holds the trapped spirit of the Rito Champion Revali.',71.53645849227905,-99.00911438465118,0,1,0,'2020-11-01 06:39:16'); +INSERT INTO `marker` VALUES (12060,1901,NULL,2,1903,107638,'Kings Spear','',119.0390625,-87.5859375,0,0,0,'2020-11-02 02:02:54'); +INSERT INTO `marker` VALUES (12061,1901,NULL,2,1901,112179,'Sacrario della rinascita','',111.0234375,-157.2109375,0,0,0,'2020-11-02 11:29:28'); +INSERT INTO `marker` VALUES (12062,1901,NULL,2,1905,112385,'Rosted Shield','Oben auf dem Dach des Färberhaus.',181.20703125,-161.5546875,0,0,0,'2020-11-04 20:05:47'); +INSERT INTO `marker` VALUES (12063,1901,NULL,2,1935,110653,'What's for Dinner?','Bring Kiana goat butter and a hearty blueshell snail!',173.18489599227905,-181.27604150772095,0,1,0,'2020-11-05 08:29:46'); +INSERT INTO `marker` VALUES (12064,1901,NULL,2,1935,110653,'Take Back the Sea','Defeat the monsters terrorizing Aris Beach!',173.203125,-181.6875,0,1,0,'2020-11-05 08:30:57'); +INSERT INTO `marker` VALUES (12065,1901,NULL,2,1935,110653,'Sunken Treasure','Find the treasure mentioned by Rozel! The clue is "The treasure sleeps in the center of the golden triangle."',173.1171875,-182.6328125,0,1,0,'2020-11-05 08:32:53'); +INSERT INTO `marker` VALUES (12066,1901,NULL,2,1901,106058,'Test','',57.5,-143.75,0,0,0,'2020-11-05 20:39:48'); +INSERT INTO `marker` VALUES (12067,1901,NULL,2,1916,112146,'korok seed','',155.890625,-175.1015625,0,0,0,'2020-11-07 17:18:26'); +INSERT INTO `marker` VALUES (12068,2000,NULL,2,1969,50607,'Fairy Fountain','Fairy Fountain behind cracked wall',243.75,-83.5625,0,0,0,'2020-11-07 17:55:42'); +INSERT INTO `marker` VALUES (12069,1901,NULL,2,1926,109261,'Vah'Naboris','',88.63541603088379,-188.32291841506958,0,0,0,'2020-11-08 11:52:55'); +INSERT INTO `marker` VALUES (12070,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',-12,-142.95149295157916,0,0,0,'2020-11-08 19:33:37'); +INSERT INTO `marker` VALUES (12071,1901,NULL,2,1916,112860,'1','',109.5,-161.2803899082569,0,0,0,'2020-11-10 02:14:41'); +INSERT INTO `marker` VALUES (12072,1901,NULL,2,1926,112845,'Vah Naboris','The divine beast of the Gerudos,',93.375,-167.0625,0,0,0,'2020-11-10 17:29:57'); +INSERT INTO `marker` VALUES (12073,1901,NULL,2,1926,112845,'Vah Medoh','The divine beast of the Ritos.',71.5,-99.25,0,0,0,'2020-11-10 17:32:36'); +INSERT INTO `marker` VALUES (12074,1901,NULL,2,1926,112845,'Vah Rudania','The Divine beast of the Gorons.',166.25,-87.5,0,0,0,'2020-11-10 17:33:52'); +INSERT INTO `marker` VALUES (12075,1901,NULL,2,1901,112735,'MINA','',179.421875,-180.015625,0,0,0,'2020-11-10 17:53:00'); +INSERT INTO `marker` VALUES (12076,1901,NULL,2,1901,113156,'Hateno','',184.0704345703125,-161.094482421875,0,0,0,'2020-11-14 10:27:04'); +INSERT INTO `marker` VALUES (12077,1901,NULL,2,1901,113308,'Campfire','Flint included',113.10468769073486,-156.6601563692093,0,1,0,'2020-11-15 17:36:49'); +INSERT INTO `marker` VALUES (12078,1901,NULL,2,1901,113308,'.','',111.46562576293945,-159.79375052452087,0,0,0,'2020-11-15 17:39:33'); +INSERT INTO `marker` VALUES (12079,1901,NULL,2,1916,113268,'Korugu','\r\n\r\n',70.54947912693024,-121.90364575386047,0,0,0,'2020-11-15 19:05:52'); +INSERT INTO `marker` VALUES (12080,1901,NULL,2,1901,113000,'?','',114.60259630380068,-91.44601908908983,0,0,0,'2020-11-16 03:56:57'); +INSERT INTO `marker` VALUES (12081,1901,NULL,2,1901,113355,'F','',85.12109375,-131.69921875,0,0,0,'2020-11-16 05:25:51'); +INSERT INTO `marker` VALUES (12082,1901,NULL,2,1901,113397,'test','',118.25,-143.52421069561265,0,0,0,'2020-11-16 15:58:38'); +INSERT INTO `marker` VALUES (12083,1901,NULL,2,1903,105841,'epee glace','',79.546875,-147.12499976158142,0,0,0,'2020-11-17 17:40:25'); +INSERT INTO `marker` VALUES (12084,1901,NULL,2,1910,113418,'Opale','',107.8984375,-162.75,0,0,0,'2020-11-18 23:51:22'); +INSERT INTO `marker` VALUES (12085,1901,NULL,2,1901,113681,'aees','olv',69.84375,-72.1875,0,0,0,'2020-11-20 05:25:19'); +INSERT INTO `marker` VALUES (12086,1901,NULL,2,1901,113699,'Kakiro Village','',38.375,-75.75,0,0,0,'2020-11-20 12:57:53'); +INSERT INTO `marker` VALUES (12087,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'); +INSERT INTO `marker` VALUES (12088,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'); +INSERT INTO `marker` VALUES (12089,1901,NULL,2,1902,91304,'royal halberd','',118.90625,-87.36561711766554,0,0,0,'2020-11-21 19:00:20'); +INSERT INTO `marker` VALUES (12090,1901,NULL,2,1944,91304,'Royal halberd','',118.921875,-87.37343394378767,0,0,0,'2020-11-21 19:01:41'); +INSERT INTO `marker` VALUES (12091,1901,NULL,2,1916,113555,'korok','',183.078125,-154.609375,0,0,0,'2020-11-21 22:41:41'); +INSERT INTO `marker` VALUES (12092,1901,NULL,2,1916,113778,'Kolong seed','Kolong\r\n',165.13541650772095,-133.8645830154419,0,1,0,'2020-11-22 06:49:04'); +INSERT INTO `marker` VALUES (12093,1901,NULL,2,1901,112735,'HIRULE CASTLE','',124.12500190734863,-111.9479169845581,0,0,0,'2020-11-22 13:19:54'); +INSERT INTO `marker` VALUES (12094,1901,NULL,2,1901,113815,'Campamento','',105.515625,-152.7890625,0,0,0,'2020-11-23 02:03:02'); +INSERT INTO `marker` VALUES (12095,1901,NULL,2,1901,113815,'Campfire','',105.5390625,-152.796875,0,0,0,'2020-11-23 02:03:42'); +INSERT INTO `marker` VALUES (12096,1901,NULL,2,1926,114037,'Divine Beast Vah Rudania','',166.3125,-88.625,0,0,0,'2020-11-25 18:33:28'); +INSERT INTO `marker` VALUES (12097,1901,NULL,2,1926,114037,'Divine Beast Vah Medih','',71.5625,-98.8125,0,0,0,'2020-11-25 18:33:49'); +INSERT INTO `marker` VALUES (12098,1901,NULL,2,1901,114037,'Divine Beast Vah Naboris','The Divine beast piloted by the Gerudo Champion, Urbosa. It was freed from Thunderblight Ganon's grasps. Completion grants you the Champion Ability dubbed "Urbosa's Fury"',94.875,-169.375,0,0,0,'2020-11-25 18:35:21'); +INSERT INTO `marker` VALUES (12099,1901,NULL,2,1935,113758,'Arrows of Burning Heat','Speak to Rola in the Curious Quiver shop',156.51953125,-144.28125,0,0,0,'2020-11-27 22:58:03'); +INSERT INTO `marker` VALUES (12100,1901,NULL,2,1901,113758,'By Firefly's Light','',157.68359375,-144.1796875,0,0,0,'2020-11-27 22:59:06'); +INSERT INTO `marker` VALUES (12101,1901,NULL,2,1921,114143,'Gerudo','',69.28076171875,-175.43017578125,0,0,0,'2020-11-28 02:12:00'); +INSERT INTO `marker` VALUES (12102,1901,NULL,2,1901,114341,'Chient Done','',136.5703125,-182.1640625,0,1,0,'2020-11-29 18:03:03'); +INSERT INTO `marker` VALUES (12103,1901,NULL,2,1901,114456,'jeu voile','',152.703125,-116.875,0,0,0,'2020-11-29 19:54:23'); +INSERT INTO `marker` VALUES (12104,1901,NULL,2,1926,114150,'Divine Beast : Vah'Naboris','',95.015625,-169.28125,0,0,0,'2020-11-30 01:15:46'); +INSERT INTO `marker` VALUES (12105,1901,NULL,2,1926,114150,'Divine Beast : Vah'Medoh','',71.5234375,-98.921875,0,0,0,'2020-11-30 01:16:23'); +INSERT INTO `marker` VALUES (12106,1901,NULL,2,1926,114150,'Divine Beast : Vah'Rudania','',166.31640625,-87.99609375,0,0,0,'2020-11-30 01:17:03'); +INSERT INTO `marker` VALUES (12107,1901,NULL,2,1901,114013,'2pt','',87.203125,-170.7421875,0,0,0,'2020-11-30 10:55:16'); +INSERT INTO `marker` VALUES (12108,1901,NULL,2,1916,112710,'Start of Lorogu challenge','',87.4375,-183.375,0,0,0,'2020-11-30 14:13:21'); +INSERT INTO `marker` VALUES (12109,1901,NULL,2,1901,114687,'Entrée du plateau','L'entrée originale du plateau du prélude. Elle est a présent sous les décombres.',119.171875,-151.796875,0,1,0,'2020-12-02 13:01:54'); +INSERT INTO `marker` VALUES (12110,1901,NULL,2,1901,114891,'Found','',60.046875,-69.21875,0,0,0,'2020-12-05 02:12:55'); +INSERT INTO `marker` VALUES (12111,1901,NULL,2,1901,114693,'Mount satori','Marché aux legumes',93.46875,-134.40625,0,0,0,'2020-12-05 23:22:26'); +INSERT INTO `marker` VALUES (12112,1901,NULL,2,1901,113815,'Merchant','',139.015625,-157.171875,0,0,0,'2020-12-06 17:21:21'); +INSERT INTO `marker` VALUES (12113,1901,NULL,2,1901,115108,'Current Location','',142.5234375,-158.4609375,0,0,0,'2020-12-07 17:13:06'); +INSERT INTO `marker` VALUES (12114,1901,NULL,2,1925,115284,'Shrine of Resurrection','Starting point',110.734375,-157.546875,0,1,0,'2020-12-10 01:31:40'); +INSERT INTO `marker` VALUES (12115,1901,NULL,2,1943,115467,'Topaz','',161.287109375,-188.431640625,0,1,0,'2020-12-12 13:42:55'); +INSERT INTO `marker` VALUES (12116,1901,NULL,2,1901,115532,'White-Mayned Lynel','',69.390625,-75.55608974358975,0,0,0,'2020-12-12 20:10:30'); +INSERT INTO `marker` VALUES (12117,1901,NULL,2,1936,115726,' ','',114.390625,-158.171875,0,0,0,'2020-12-14 20:52:24'); +INSERT INTO `marker` VALUES (12118,1901,NULL,2,1926,115737,'lizard','',167.875,-87.7652953425033,0,1,0,'2020-12-14 22:21:37'); +INSERT INTO `marker` VALUES (12119,1901,NULL,2,1926,115737,'Bird','',71.578125,-98.58045540626124,0,1,0,'2020-12-14 22:22:33'); +INSERT INTO `marker` VALUES (12120,1901,NULL,2,1901,115467,'Farosh On the Mountain','',65.89453125,-139.76953125,0,0,0,'2020-12-15 17:02:35'); +INSERT INTO `marker` VALUES (12121,1901,NULL,2,1902,38522,'Armadura ganon','\r\n\r\n\r\n\r\n',109.37958272953388,-147.2140131025078,0,1,0,'2020-12-16 23:50:36'); +INSERT INTO `marker` VALUES (12122,1901,NULL,2,1902,38522,'Armadura ganon','Casco ganon\r\n\r\n',109.40544776692106,-147.17123789787786,0,0,0,'2020-12-16 23:51:27'); +INSERT INTO `marker` VALUES (12123,1901,NULL,2,1943,115737,'50 rubies','',158.92199087142944,-164.97531319177762,0,0,0,'2020-12-21 12:26:40'); +INSERT INTO `marker` VALUES (12124,1901,NULL,2,1936,115737,'bomb wall','',158.9296875,-164.92562777781401,0,0,0,'2020-12-21 12:27:17'); +INSERT INTO `marker` VALUES (12125,1901,NULL,2,1936,115737,'treasure cave wall for quest','',158.42578125,-168.40218038777672,0,0,0,'2020-12-21 12:27:58'); +INSERT INTO `marker` VALUES (12126,1901,NULL,2,1936,115737,'wall','',171.4442949295044,-155.19419791741421,0,0,0,'2020-12-21 12:37:26'); +INSERT INTO `marker` VALUES (12127,1901,NULL,2,1901,76123,'xd','',202.9375,-116.0260162601626,0,0,0,'2020-12-21 21:04:43'); +INSERT INTO `marker` VALUES (12128,1901,NULL,2,1901,116058,'Star Fragment','',140.3944091796875,-104.34046936035156,0,0,0,'2020-12-21 22:36:42'); +INSERT INTO `marker` VALUES (12129,1901,NULL,2,1901,116058,'Star Fragment','',140.44012451171875,-104.33963012695312,0,0,0,'2020-12-21 22:37:20'); +INSERT INTO `marker` VALUES (12130,1901,NULL,2,1925,77482,'Keive Tala Shrine','DLC Ex Champions Ballad',91.41796875,-188.98828125,0,0,0,'2020-12-21 23:31:21'); +INSERT INTO `marker` VALUES (12131,1901,NULL,2,1925,77482,'Takama Shiri Shrine','DLC Ex Champions Shrine',51.50390625,-161.671875,0,0,0,'2020-12-22 00:10:21'); +INSERT INTO `marker` VALUES (12132,1901,NULL,2,1925,77482,'Kihiro Moh Shrine','DLC Ex Champions Ballad Shrine',75.0390625,-149.1171875,0,0,0,'2020-12-22 00:43:51'); +INSERT INTO `marker` VALUES (12133,1901,NULL,2,1901,115534,'armas','',109.8125,-148.03125,0,0,0,'2020-12-23 06:12:23'); +INSERT INTO `marker` VALUES (12134,1901,NULL,2,1901,54914,'Diamond under a rock','Look in this area for a rock, under the rock you can find a diamond',92.9921875,-137.25,0,1,0,'2020-12-23 14:09:20'); +INSERT INTO `marker` VALUES (12135,1901,NULL,2,1926,115434,'Vah'Darunia','',167.75000190734863,-87.4187490940094,0,0,0,'2020-12-26 20:24:11'); +INSERT INTO `marker` VALUES (12136,1901,NULL,2,1921,116749,'First','',110.3828125,-157.3359375,0,0,0,'2020-12-27 12:25:34'); +INSERT INTO `marker` VALUES (12137,1901,NULL,2,1916,47121,'Koroko Seed','',80.073486328125,-142.30034764682065,0,0,0,'2020-12-27 22:26:37'); +INSERT INTO `marker` VALUES (12138,1901,NULL,2,1901,100398,'STAR FRAGMENT','',140.359375,-104.3828125,0,0,0,'2020-12-28 20:53:36'); +INSERT INTO `marker` VALUES (12139,1901,NULL,2,1903,117109,'Boomerang','',151.53125,-158.765625,0,1,0,'2020-12-30 16:52:14'); +INSERT INTO `marker` VALUES (12140,1901,NULL,2,1910,117116,'Big Hearty Truffle','',91.56640625,-134.09375,0,0,0,'2020-12-30 19:01:54'); +INSERT INTO `marker` VALUES (12141,1901,NULL,2,1947,77482,'Modulga King','',88.84375,-186.5625,0,0,0,'2020-12-30 21:23:41'); +INSERT INTO `marker` VALUES (12142,1901,NULL,2,1943,116997,'Purple Rupee','',134.02734375,-117.12890625,0,1,0,'2020-12-31 06:01:28'); +INSERT INTO `marker` VALUES (12143,1901,NULL,2,1943,116997,'Silver Rupee','',145.2421875,-114.5625,0,0,0,'2020-12-31 09:14:13'); +INSERT INTO `marker` VALUES (12144,1901,NULL,2,1943,116997,'Sapphire','',142.1484375,-106.21875,0,0,0,'2020-12-31 09:24:34'); +INSERT INTO `marker` VALUES (12145,1901,NULL,2,1910,117164,'Amber','',107.84834526844102,-162.6371882861493,0,0,0,'2021-01-01 20:21:11'); +INSERT INTO `marker` VALUES (12146,1901,NULL,2,1943,70991,'Gemas dentro de la cueva','',179.3671875,-179.828125,0,0,0,'2021-01-03 16:20:04'); +INSERT INTO `marker` VALUES (12147,1901,NULL,2,1901,117468,'KOLOG NOT FOUND','este kolog no aparece..\r\n\r\n',199.90625,-99.390625,0,0,0,'2021-01-03 18:43:45'); +INSERT INTO `marker` VALUES (12148,1901,NULL,2,1943,117472,'Ruby (DLC)','"A precious red gem mined from large ore deposits found throughout Hyrule. Rubies contain the power of fire and have fetched a high price since ancient times."',117.45703125,-151.73366545612876,0,0,0,'2021-01-03 22:11:39'); +INSERT INTO `marker` VALUES (12149,1901,NULL,2,1926,117579,'Vah Naboris','',95,-169.171875,0,1,0,'2021-01-03 22:44:45'); +INSERT INTO `marker` VALUES (12150,1901,NULL,2,1920,117601,'ON EST ICI','',180.6796875,-162.453125,0,0,0,'2021-01-04 18:22:33'); +INSERT INTO `marker` VALUES (12151,1901,NULL,2,1902,116711,'Diamante','',77.59375,-118.75098073482513,0,0,0,'2021-01-04 21:45:34'); +INSERT INTO `marker` VALUES (12152,1901,NULL,2,1910,117799,'apfelbäume','immer was zu essen',96.12018966674805,-141.85096140438208,0,0,0,'2021-01-05 20:47:20'); +INSERT INTO `marker` VALUES (12153,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','Grand mur à détruire ',68.1875,-146.7890625,0,0,0,'2021-01-06 14:15:19'); +INSERT INTO `marker` VALUES (12154,1901,NULL,2,1916,118430,'h','g',-17,-71.75,0,1,0,'2021-01-11 13:16:03'); +INSERT INTO `marker` VALUES (12155,1901,NULL,2,1904,116115,'Forest dwelling bow','',95.375,-68.65625,0,0,0,'2021-01-11 16:22:25'); +INSERT INTO `marker` VALUES (12156,1901,NULL,2,1935,72116,'Death Mountain's Secret','Dugby side quest to find drillshaft',155.9375,-92.90625,0,0,0,'2021-01-11 23:34:44'); +INSERT INTO `marker` VALUES (12157,1901,NULL,2,1901,117847,'sous ','',155.125,-176.15625,0,0,0,'2021-01-12 15:30:44'); +INSERT INTO `marker` VALUES (12158,1901,NULL,2,1926,118626,'Vah Naboris','',-26.5,-121.25,0,0,0,'2021-01-13 02:23:16'); +INSERT INTO `marker` VALUES (12159,1901,NULL,2,1901,118744,'master sword','',130.21875,-94.15625,0,0,0,'2021-01-14 21:08:49'); +INSERT INTO `marker` VALUES (12160,1901,NULL,2,1901,118744,'bear ','good meat ',80.3359375,-150.03125,0,0,0,'2021-01-14 21:55:57'); +INSERT INTO `marker` VALUES (12161,1901,NULL,2,1901,118855,'Mejora de la sheika','',180.50520825386047,-161.4140625,0,0,0,'2021-01-15 16:28:17'); +INSERT INTO `marker` VALUES (12162,1901,NULL,2,1901,118636,'??????','',175.1640625,-167.703125,0,0,0,'2021-01-16 07:44:58'); +INSERT INTO `marker` VALUES (12163,1901,NULL,2,1901,119014,'pppp','',170.76953125,-161.3359375,0,0,0,'2021-01-16 19:32:15'); +INSERT INTO `marker` VALUES (12164,1901,NULL,2,1926,116066,'Va-Medo','',71.5078125,-100.328125,0,1,0,'2021-01-17 06:02:25'); +INSERT INTO `marker` VALUES (12165,1901,NULL,2,1902,102008,'arnachement','',140.54531288146973,-185.97761400996575,0,0,0,'2021-01-17 12:07:02'); +INSERT INTO `marker` VALUES (12166,1901,NULL,2,1916,117974,'?????','',178.49687480926514,-172.52605000119553,0,0,0,'2021-01-17 13:53:20'); +INSERT INTO `marker` VALUES (12167,1901,NULL,2,1901,117888,'s','',97.78125,-101.78125,0,0,0,'2021-01-17 16:01:49'); +INSERT INTO `marker` VALUES (12168,1901,NULL,2,1901,118744,'chest knights halberd','',180.703125,-178.75,0,0,0,'2021-01-18 01:29:27'); +INSERT INTO `marker` VALUES (12169,1901,NULL,2,1901,118744,'chest royal bow','',171.9375,-178.015625,0,0,0,'2021-01-18 02:40:08'); +INSERT INTO `marker` VALUES (12170,1901,NULL,2,1901,118744,'arrow x10 chest','',204.90625,-185.9375,0,0,0,'2021-01-18 05:40:08'); +INSERT INTO `marker` VALUES (12171,1901,NULL,2,1901,118744,'chest with double axe','under the slab',154.4375,-177.609375,0,0,0,'2021-01-18 06:27:30'); +INSERT INTO `marker` VALUES (12172,1901,NULL,2,1916,119295,'Me equivoque xd','',68,-80.75,0,0,0,'2021-01-19 00:35:06'); +INSERT INTO `marker` VALUES (12173,1901,NULL,2,1944,117957,'Anchient Arrow','',-118,-107.5,0,0,0,'2021-01-19 16:40:21'); +INSERT INTO `marker` VALUES (12174,1901,NULL,2,1901,86684,'Herbes d'Hyrule x5','',117.13671875,-151.23828125,0,0,0,'2021-01-20 18:21:57'); +INSERT INTO `marker` VALUES (12175,1901,NULL,2,1926,86684,'Divine Beast Vah Medoh','',71.5234375,-98.921875,0,0,0,'2021-01-20 18:56:38'); +INSERT INTO `marker` VALUES (12176,1901,NULL,2,1930,111070,'the fucking Ganon','',124.375,-111.4375,0,1,0,'2021-01-21 06:28:16'); +INSERT INTO `marker` VALUES (12177,1901,NULL,2,1939,117957,'Wizzrobe','',103.46745681762695,-186.2244999408722,0,0,0,'2021-01-21 09:02:07'); +INSERT INTO `marker` VALUES (12178,1901,NULL,2,1901,119585,'shrine of res','',111.90625,-156.2890625,0,0,0,'2021-01-21 21:01:25'); +INSERT INTO `marker` VALUES (12179,1901,NULL,2,1901,119585,'shrine of res','',111.859375,-156.484375,0,1,0,'2021-01-21 21:01:47'); +INSERT INTO `marker` VALUES (12180,1901,NULL,2,1925,114003,'???-?????? (DLC)','',108.9453125,-161.015625,0,0,0,'2021-01-23 10:59:32'); +INSERT INTO `marker` VALUES (12181,1901,NULL,2,1901,119737,'Hestu','1st loc',160.875,-149.8649914361465,0,0,0,'2021-01-23 11:20:33'); +INSERT INTO `marker` VALUES (12182,1901,NULL,2,1926,82971,'Divine Beast Vah Medoh','',71.5390625,-98.9921875,0,0,0,'2021-01-24 15:59:33'); +INSERT INTO `marker` VALUES (12183,1901,NULL,2,1926,82971,'Divine Beast Vah Rudania','',166.31640625,-88.01953125,0,0,0,'2021-01-24 16:00:45'); +INSERT INTO `marker` VALUES (12184,1901,NULL,2,1926,82971,'Divine Beast Vah Ruta','',94.9375,-169.09375,0,0,0,'2021-01-24 16:01:13'); +INSERT INTO `marker` VALUES (12185,1901,NULL,2,1901,48985,'Mushrooms','',93.75,-140.484375,0,0,0,'2021-01-24 17:08:34'); +INSERT INTO `marker` VALUES (12186,1901,NULL,2,1944,70991,'Brida Ancestral','Equipación para el caballo. Misteriosa Brida fabricada por medio de técnicas perdidas en el pasado. Aumenta al máximo las habilidades del caballo que la porta, permitiéndole galopar más rápido.',92.16015625,-133.37890625,0,0,0,'2021-01-24 17:34:14'); +INSERT INTO `marker` VALUES (12187,1901,NULL,2,1901,39438,'Midna's Helmet','',107.015625,-131.609375,0,0,0,'2021-01-25 16:58:25'); +INSERT INTO `marker` VALUES (12188,1901,NULL,2,1904,120023,'Forrest Dweller's Bow','',160.24609375,-130.47265625,0,0,0,'2021-01-26 01:26:47'); +INSERT INTO `marker` VALUES (12189,1901,NULL,2,1903,120232,'guardian ','',113.0859375,-139.1640625,0,0,0,'2021-01-28 00:38:42'); +INSERT INTO `marker` VALUES (12190,1901,NULL,2,1920,119918,'Loc','Localisation',194.359375,-137.89118685454687,0,0,0,'2021-01-30 07:57:57'); +INSERT INTO `marker` VALUES (12191,1901,NULL,2,1901,120729,'punto interes','',182.28125,-163.375,0,0,0,'2021-02-01 18:54:12'); +INSERT INTO `marker` VALUES (12192,1901,NULL,2,1902,114115,'Phantomarmor (dlc=','',123.8125,-126.75,0,0,0,'2021-02-02 15:14:49'); +INSERT INTO `marker` VALUES (12193,1901,NULL,2,1931,75146,'Bokoblin Camp','',118.1875,-158,0,1,0,'2021-02-02 16:08:31'); +INSERT INTO `marker` VALUES (12194,1901,NULL,2,1939,119863,'Fire Wizzrobe','Equipped Items: Fire Rod',185.5846347808838,-74.18345122802256,0,0,0,'2021-02-02 20:17:10'); +INSERT INTO `marker` VALUES (12195,1901,NULL,2,1926,120614,'Vah Naboris','Vah Naboris beast',94.9375,-169.4375,0,0,0,'2021-02-03 18:43:52'); +INSERT INTO `marker` VALUES (12196,1901,NULL,2,1901,114058,'No Korok','',93.96253507321167,-135.20001973297573,0,0,0,'2021-02-04 09:04:11'); +INSERT INTO `marker` VALUES (12197,1901,NULL,2,1901,121078,'Zora's Domain','',179.71516799926758,-119.71420097351074,0,0,0,'2021-02-06 02:03:58'); +INSERT INTO `marker` VALUES (12198,1901,NULL,2,1901,121078,'Moon Jumping Glitch Setup','Talk to the guy sitting at the tree at the target range on your horse. Start the mini-game as normal but ride over to a nearby cliff and glide over to a untamed horse ride it till the game ends but dont tame it. The game ends so you need to exit the dialougue with target guy. Telport away, and now you go anywhere you want.',124.90625,-182.40625,0,1,0,'2021-02-06 02:07:24'); +INSERT INTO `marker` VALUES (12199,1901,NULL,2,1925,121188,'Reborn','',111.0625,-157.50516708811597,0,0,0,'2021-02-07 10:07:50'); +INSERT INTO `marker` VALUES (12200,1901,NULL,2,1936,120568,'Cracked Wall','',62.05794166352252,-70.94985723264263,0,0,0,'2021-02-09 21:43:35'); +INSERT INTO `marker` VALUES (12201,1901,NULL,2,1936,120568,'Ice Block','',69.30780021213079,-163.40272933076045,0,0,0,'2021-02-09 21:50:57'); +INSERT INTO `marker` VALUES (12202,1901,NULL,2,1944,120568,'Knight's Halberd','',118.9990153276101,-87.35983048585157,0,0,0,'2021-02-10 20:45:27'); +INSERT INTO `marker` VALUES (12203,1901,NULL,2,1901,121674,'Nabooris Trial','',88.53125,-189.65625,0,0,0,'2021-02-12 00:29:50'); +INSERT INTO `marker` VALUES (12204,1901,NULL,2,1901,121674,'Nabooris Trial','',50.875,-161.75,0,0,0,'2021-02-12 00:31:17'); +INSERT INTO `marker` VALUES (12205,1901,NULL,2,1901,109732,'weapon upgrade?','',144.6484375,-110.359375,0,0,0,'2021-02-13 15:02:48'); +INSERT INTO `marker` VALUES (12206,2005,NULL,2,1966,121866,'link*','',28.480919667953515,-181.72335249436136,0,0,0,'2021-02-14 11:42:40'); +INSERT INTO `marker` VALUES (12207,1901,NULL,2,1916,109732,'Korok Seed','',175.6328125,-113.8359375,0,0,0,'2021-02-14 13:38:17'); +INSERT INTO `marker` VALUES (12208,1901,NULL,2,1916,121582,'kolok','se ubica la primera flor que nos lleva hasta arriba para finalmente encontrar la semilla ',180.4233546257019,-164.23964005708694,0,0,0,'2021-02-16 01:58:26'); +INSERT INTO `marker` VALUES (12209,1901,NULL,2,1921,122196,'Kakariko Villiage','',157.234375,-143.65625,0,0,0,'2021-02-16 17:41:17'); +INSERT INTO `marker` VALUES (12210,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.390625,-133.4453125,0,0,0,'2021-02-16 18:12:45'); +INSERT INTO `marker` VALUES (12211,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.4375,-133.328125,0,1,0,'2021-02-16 18:14:06'); +INSERT INTO `marker` VALUES (12212,1901,NULL,2,1925,120954,'Kia Toza Shrine','',94.21875,-78.375,0,0,0,'2021-02-19 07:28:41'); +INSERT INTO `marker` VALUES (12213,1901,NULL,2,1925,120954,'Shira Goram','',90.890625,-106.40625,0,0,0,'2021-02-19 07:31:16'); +INSERT INTO `marker` VALUES (12214,1901,NULL,2,1920,15161,'Casa','',179.7890625,-163.78125,0,1,0,'2021-02-19 09:35:52'); +INSERT INTO `marker` VALUES (12215,1901,NULL,2,1902,117760,'Majora's Mask','',120.93750047683716,-147.61718702316284,0,1,0,'2021-02-20 10:26:42'); +INSERT INTO `marker` VALUES (12216,1901,NULL,2,1901,122530,'WOW','HELP ME KIDS',191.0811493396759,-108.28704416751862,0,0,0,'2021-02-20 16:24:47'); +INSERT INTO `marker` VALUES (12217,1901,NULL,2,1901,120736,'kjahkd','',14.5,-79.25,0,0,0,'2021-02-23 20:19:12'); +INSERT INTO `marker` VALUES (12218,1901,NULL,2,1935,91398,'Zora Stone Monuments','',180.25390625,-119.11328125,0,0,0,'2021-02-24 05:53:06'); +INSERT INTO `marker` VALUES (12219,1901,NULL,2,1931,122869,'Enemy Base','',142.16171860694885,-167.34622101175916,0,0,0,'2021-02-27 22:42:29'); +INSERT INTO `marker` VALUES (12220,1901,NULL,2,1916,123520,'korok','',155.625,-152,0,0,0,'2021-02-28 07:03:42'); +INSERT INTO `marker` VALUES (12221,1901,NULL,2,1916,123452,'Korogu','',172.3125,-161.1484375,0,0,0,'2021-02-28 12:31:55'); +INSERT INTO `marker` VALUES (12222,1901,NULL,2,1916,113565,'Korok Seed','',146.6953125,-175.78125,0,0,0,'2021-02-28 15:57:18'); +INSERT INTO `marker` VALUES (12223,1901,NULL,2,1916,123141,'Korok next dest','',86.7734375,-136.53515625,0,0,0,'2021-02-28 16:49:26'); +INSERT INTO `marker` VALUES (12224,1901,NULL,2,1902,123337,'EX Chest - Phantom Helmet ','',109.65625,-147.03125,0,0,0,'2021-03-01 08:42:15'); +INSERT INTO `marker` VALUES (12225,1901,NULL,2,1901,123941,'Dobrar ao leste ','Ao leste virar para conseguir memoria ',105.015625,-109.28125,0,0,0,'2021-03-03 23:38:08'); +INSERT INTO `marker` VALUES (12226,1901,NULL,2,1901,123820,'PENDIENTE','',176.2738857269287,-172.93112754821777,0,0,0,'2021-03-04 02:31:43'); +INSERT INTO `marker` VALUES (12227,1901,NULL,2,1901,121582,'Prueba heroica (Hermanos gigantes)','leer la piedra para activar la prueba ',169.59800016880035,-172.41602066159248,0,1,0,'2021-03-04 15:32:03'); +INSERT INTO `marker` VALUES (12228,1901,NULL,2,1916,124201,'korogu','',109.4375,-170.5,0,0,0,'2021-03-06 10:07:21'); +INSERT INTO `marker` VALUES (12229,1901,NULL,2,1901,26371,'letzter krog','',182.78125,-123.39960507640293,0,0,0,'2021-03-08 19:40:14'); +INSERT INTO `marker` VALUES (12230,1901,NULL,2,1904,124641,'Arc Royal','sous un rocher (utiliser cinetis)',113.37109363079071,-164.38166416436724,0,0,0,'2021-03-10 16:34:19'); +INSERT INTO `marker` VALUES (12231,1901,NULL,2,1926,124641,'Vah'Medo','Prodige Révali',71.3390622138977,-99.830073684487,0,0,0,'2021-03-10 16:41:05'); +INSERT INTO `marker` VALUES (12232,1901,NULL,2,1901,124540,'Paratonnere ','',66,-158.25,0,0,0,'2021-03-10 18:30:37'); +INSERT INTO `marker` VALUES (12233,1901,NULL,2,1901,124658,'Yes','',180.59375,-76.46875,0,0,0,'2021-03-10 20:54:36'); +INSERT INTO `marker` VALUES (12234,1901,NULL,2,1903,122571,'fspear','',67.5,-102,0,0,0,'2021-03-12 22:44:02'); +INSERT INTO `marker` VALUES (12235,1901,NULL,2,1903,122571,'Frostspear','On an Ice-Breath Lizalfos',64.7890625,-77.90234375,0,0,0,'2021-03-12 23:05:43'); +INSERT INTO `marker` VALUES (12236,1901,NULL,2,1931,122571,'Lizalfos Camp','2 Fire-Breath Lizalfos and 1 Ice-Breath Lizalfos',64.78125,-77.96875,0,0,0,'2021-03-12 23:10:10'); +INSERT INTO `marker` VALUES (12237,1901,NULL,2,1925,124909,'Rohta Chigah Shrine (DLC)','',119.89188706344548,-156.11484330892563,0,0,0,'2021-03-13 03:44:55'); +INSERT INTO `marker` VALUES (12238,1901,NULL,2,1901,124937,'Inicio','',110.5625,-157.265625,0,0,0,'2021-03-13 13:39:13'); +INSERT INTO `marker` VALUES (12239,1901,NULL,2,1901,124914,'seed','',109.9375,-146.921875,0,0,0,'2021-03-13 17:33:39'); +INSERT INTO `marker` VALUES (12240,1901,NULL,2,1926,124806,'Vah Ruta','',185.1156234741211,-125.29869582084362,0,0,0,'2021-03-14 01:22:14'); +INSERT INTO `marker` VALUES (12241,1901,NULL,2,1926,124806,'Vah Medoh','',70.60000038146973,-97.75723823956432,0,0,0,'2021-03-14 02:06:40'); +INSERT INTO `marker` VALUES (12242,1901,NULL,2,1926,124806,'Vah Medoh','',71.53515648841858,-98.96725482634965,0,0,0,'2021-03-14 02:10:19'); +INSERT INTO `marker` VALUES (12243,1901,NULL,2,1926,124806,'Vah Naboris','Sieged Vah Naboris',95.10468673706055,-169.18254494725576,0,0,0,'2021-03-14 02:14:09'); +INSERT INTO `marker` VALUES (12244,1901,NULL,2,1903,97047,'Longue epée des flammes','Arme en feu qui brule les ennemis. Arme à deux mains.Attaque: 34',137.33984375,-137.0859375,0,0,0,'2021-03-14 11:42:30'); +INSERT INTO `marker` VALUES (12245,1901,NULL,2,1901,124539,'Maronus','',135.9296875,-97.63051428988081,0,0,0,'2021-03-14 19:30:39'); +INSERT INTO `marker` VALUES (12246,1901,NULL,2,1932,120230,'Decayed','',117.421875,-153.859375,0,0,0,'2021-03-14 20:06:49'); +INSERT INTO `marker` VALUES (12247,1901,NULL,2,1901,125128,'Gerudu Canyon Stable','',84.61943070975934,-161.04949559158695,0,0,0,'2021-03-14 21:04:10'); +INSERT INTO `marker` VALUES (12248,1901,NULL,2,1930,123715,'Ice Keese','Behind cracked wall',85.76171875,-151.59375,0,0,0,'2021-03-14 23:08:54'); +INSERT INTO `marker` VALUES (12249,1901,NULL,2,1901,123120,'EX Fairt Cloyhes','',123.85546875,-154.32421875,0,0,0,'2021-03-15 00:57:32'); +INSERT INTO `marker` VALUES (12250,1901,NULL,2,1901,125118,'edge','',164.4375,-157.59375,0,0,0,'2021-03-15 18:05:13'); +INSERT INTO `marker` VALUES (12251,1901,NULL,2,1946,125147,'Rumor mill EX Vol 4','Special volume with DLCs',133.39583325386047,-145.2421875,0,0,0,'2021-03-16 20:44:00'); +INSERT INTO `marker` VALUES (12252,1901,NULL,2,1901,125316,'??????????????','',128.7671880722046,-145.9231334621211,0,0,0,'2021-03-16 23:40:20'); +INSERT INTO `marker` VALUES (12253,1901,NULL,2,1925,125147,'Jizu'kafi temple','',175.70833349227905,-102.08854103088379,0,0,0,'2021-03-17 20:51:48'); +INSERT INTO `marker` VALUES (12254,1901,NULL,2,1926,125435,'Divine Beast Vah Rudania','',166.421875,-87.9140625,0,0,0,'2021-03-17 21:12:01'); +INSERT INTO `marker` VALUES (12255,1901,NULL,2,1926,125435,'Divine Beast Vah Naboris','Completed Quest Location',95.21875,-169.125,0,0,0,'2021-03-17 21:13:21'); +INSERT INTO `marker` VALUES (12256,1901,NULL,2,1926,125435,'Divine Beast Vah Medoh','Completed Quest Location',71.390625,-99.8046875,0,0,0,'2021-03-17 21:14:02'); +INSERT INTO `marker` VALUES (12257,1901,NULL,2,1901,124878,'Ore 1','',179.4609375,-179.80859375,0,0,0,'2021-03-18 15:42:42'); +INSERT INTO `marker` VALUES (12258,1901,NULL,2,1901,125258,'Maronus','',134.625,-144.12213330869758,0,0,0,'2021-03-18 19:55:39'); +INSERT INTO `marker` VALUES (12259,1901,NULL,2,1901,125622,'Cener','',110.74745598158748,-160.1219170743072,0,0,0,'2021-03-20 04:51:04'); +INSERT INTO `marker` VALUES (12260,1901,NULL,2,1939,123927,'Ice Wizzrobe','Carries a Blizzard Rod',103.8671875,-186.39453125,0,0,0,'2021-03-20 11:58:32'); +INSERT INTO `marker` VALUES (12261,1901,NULL,2,1902,125669,'Midnas Krone','wie eine Krone\r\n',119.03281259536743,-111.96543497933335,0,1,0,'2021-03-20 13:49:10'); +INSERT INTO `marker` VALUES (12262,1901,NULL,2,1931,122869,'Skull Camp','',118.16249990463257,-157.95375479700442,0,0,0,'2021-03-21 16:03:45'); +INSERT INTO `marker` VALUES (12263,1901,NULL,2,1901,125867,'horse','',140.328125,-151.3125,0,0,0,'2021-03-21 22:38:54'); +INSERT INTO `marker` VALUES (12264,1901,NULL,2,1902,31109,'Switch Tshirt','',120.6875,-159.3515625,0,0,0,'2021-03-22 14:33:57'); +INSERT INTO `marker` VALUES (12265,1901,NULL,2,1943,125954,'1 x Berenstein','',111.32578134536743,-162.6960676567522,0,0,0,'2021-03-22 22:09:18'); +INSERT INTO `marker` VALUES (12266,1901,NULL,2,1926,124780,'Divine Beast Rudnania','',167.26823806762695,-87.58193516731262,0,0,0,'2021-03-24 15:29:16'); +INSERT INTO `marker` VALUES (12267,1901,NULL,2,1926,124780,'Divine Beast Vah Medoh','',71.45968437194824,-98.58452320098877,0,0,0,'2021-03-24 15:30:10'); +INSERT INTO `marker` VALUES (12268,1901,NULL,2,1905,125395,'Silver Rupy','Silver Rupy',184.671875,-138.4296875,0,0,0,'2021-03-26 12:25:46'); +INSERT INTO `marker` VALUES (12269,1901,NULL,2,1901,115116,'Maze','Guardian Maze? ',99.8967809677124,-181.96149897575378,0,0,0,'2021-03-26 14:18:16'); +INSERT INTO `marker` VALUES (12270,1901,NULL,2,1926,115116,'Vah Rudania','Divine beast',167.76724648475647,-87.35461056232452,0,0,0,'2021-03-26 14:19:19'); +INSERT INTO `marker` VALUES (12271,1901,NULL,2,1930,115116,'Ganon','Ganon Fight!',123.99300861358643,-111.41650748252869,0,0,0,'2021-03-26 14:23:26'); +INSERT INTO `marker` VALUES (12272,1901,NULL,2,1921,115116,'Castle Town','Decayed Town',124.0265121459961,-123.14205977320671,0,0,0,'2021-03-26 14:24:15'); +INSERT INTO `marker` VALUES (12273,1901,NULL,2,1925,115116,'Gardian Maze','',200.6816782951355,-71.19546103477478,0,0,0,'2021-03-26 14:27:13'); +INSERT INTO `marker` VALUES (12274,1901,NULL,2,1920,115116,'Great Deku Tree','',134.67351484298706,-95.43484652042389,0,0,0,'2021-03-26 14:29:25'); +INSERT INTO `marker` VALUES (12275,1901,NULL,2,1931,115116,'Bokoblin Military Camp','',142.35727286338806,-102.49201965332031,0,0,0,'2021-03-26 14:34:44'); +INSERT INTO `marker` VALUES (12276,1901,NULL,2,1916,125255,'Miss','',140.765625,-168.046875,0,0,0,'2021-03-26 21:42:58'); +INSERT INTO `marker` VALUES (12277,1901,NULL,2,1944,28494,'Chest EX','',120.6875,-159.33203125,0,0,0,'2021-03-28 19:33:42'); +INSERT INTO `marker` VALUES (12278,1901,NULL,2,1936,28494,'Wall (Chest Access)','Near River (1st Floor)',148.75390625,-157.20703125,0,0,0,'2021-03-28 23:28:03'); +INSERT INTO `marker` VALUES (12279,1901,NULL,2,1936,28494,'Access To Chest','',157.40625,-155.88671875,0,0,0,'2021-03-28 23:55:45'); +INSERT INTO `marker` VALUES (12280,1901,NULL,2,1901,126531,'Krogs auf Vergessenen Plateau','Krogs auf Vergessenen Plateau',74.9375,-161.49423444905096,0,0,0,'2021-03-29 09:20:48'); +INSERT INTO `marker` VALUES (12281,1901,NULL,2,1901,126550,'owa','',107.546875,-134.53125,0,0,0,'2021-03-29 12:50:50'); +INSERT INTO `marker` VALUES (12282,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:45'); +INSERT INTO `marker` VALUES (12283,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:46'); +INSERT INTO `marker` VALUES (12284,1901,NULL,2,1901,126626,'rucco maag','',179.21250915527344,-134.40870004663194,0,1,0,'2021-03-30 07:12:09'); +INSERT INTO `marker` VALUES (12285,1901,NULL,2,1901,126774,'1','',14.25,-99.375,0,0,0,'2021-04-01 00:41:22'); +INSERT INTO `marker` VALUES (12286,1901,NULL,2,1901,126870,'next','',133.3125,-158.515625,0,0,0,'2021-04-01 16:38:20'); +INSERT INTO `marker` VALUES (12287,1901,NULL,2,1901,126883,'Master Sword','Here is the Master Sword',134.59375,-94.21875,0,0,0,'2021-04-01 20:55:59'); +INSERT INTO `marker` VALUES (12288,1901,NULL,2,1901,125374,'???? ???? ??????','',184.6484375,-160.46484375,0,0,0,'2021-04-03 13:22:26'); +INSERT INTO `marker` VALUES (12289,2000,NULL,2,1950,2534,'More Bombs','Use magic powder to light torch',111.75,-181,0,0,0,'2021-04-03 16:35:46'); +INSERT INTO `marker` VALUES (12290,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',92.6875,-145.75,0,0,0,'2021-04-03 16:40:24'); +INSERT INTO `marker` VALUES (12291,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',200.875,-183.1875,0,0,0,'2021-04-03 16:42:28'); +INSERT INTO `marker` VALUES (12292,2000,NULL,2,1950,2534,'Tal Tal Warp Point','Walk on to it to activate',201.0625,-93.625,0,0,0,'2021-04-03 16:43:33'); +INSERT INTO `marker` VALUES (12293,2000,NULL,2,1950,2534,'Animal Village Warp Point','Walk on to it to activate',201,-183.3125,0,0,0,'2021-04-03 16:44:04'); +INSERT INTO `marker` VALUES (12294,2000,NULL,2,1950,2534,'Martha's Bay Warp Point','Remove Bush to use warp point',124,-183.5625,0,0,0,'2021-04-03 16:45:02'); +INSERT INTO `marker` VALUES (12295,2000,NULL,2,1950,2534,'Seashell Mansion Warp Point','Walk on to it to activate',176.1875,-138.125,0,0,0,'2021-04-03 16:46:46'); +INSERT INTO `marker` VALUES (12296,2000,NULL,2,1950,2534,'Dampé’s Shack Warp Point','Lift rock to activate',115.875,-92.875,0,0,0,'2021-04-03 16:48:53'); +INSERT INTO `marker` VALUES (12297,2000,NULL,2,1950,2534,'Manbo's Pond Warp Point','Learn Manbo's Song to activate',89,-109,0,0,0,'2021-04-03 16:50:06'); +INSERT INTO `marker` VALUES (12298,2000,NULL,2,1950,2534,'Mando's Cave','Learn Mando's Song',170,-93.125,0,0,0,'2021-04-03 17:04:06'); +INSERT INTO `marker` VALUES (12299,2000,NULL,2,1950,2534,'Dream Shrine','Ocarina's Location',55.5625,-135.0625,0,0,0,'2021-04-03 17:06:28'); +INSERT INTO `marker` VALUES (12300,1901,NULL,2,1944,123927,'Royal Halberd','',118.96875,-87.3828125,0,0,0,'2021-04-04 08:20:32'); +INSERT INTO `marker` VALUES (12301,1901,NULL,2,1901,113565,'Vah Medoh','Titan',71.46875,-98.90625,0,0,0,'2021-04-04 16:48:13'); +INSERT INTO `marker` VALUES (12302,1901,NULL,2,1901,127106,'Royal Claymore','',94.4999955371749,-127.71437944607621,0,0,0,'2021-04-04 16:51:39'); +INSERT INTO `marker` VALUES (12303,1901,NULL,2,1901,113565,'Vah Ruta','Titan',174.5625,-131.828125,0,0,0,'2021-04-04 16:53:18'); +INSERT INTO `marker` VALUES (12304,1901,NULL,2,1939,123927,'Ice Wizzrobe','Drops a Blizzard Rod.',74.1328125,-129.140625,0,0,0,'2021-04-06 15:19:13'); +INSERT INTO `marker` VALUES (12305,1901,NULL,2,1931,127468,'Enemy Camp','',72.0390625,-85.40625,0,0,0,'2021-04-07 23:06:34'); +INSERT INTO `marker` VALUES (12306,1901,NULL,2,1926,126743,'Vah Medoh','Vah Medoh',71.546875,-99.15625,0,0,0,'2021-04-08 12:36:01'); +INSERT INTO `marker` VALUES (12307,1901,NULL,2,1926,126743,'Vah Rudania','Divine Beast Vah Rudania',166.28125,-88.34375,0,0,0,'2021-04-08 12:41:15'); +INSERT INTO `marker` VALUES (12308,1901,NULL,2,1905,126743,'Hylian Shield','Best shield of times',120.23828125,-112.23046875,0,0,0,'2021-04-08 12:49:12'); +INSERT INTO `marker` VALUES (12309,1901,NULL,2,1910,126328,'Granja de Escamas de Dragon','De aqui sale el dragon por las mañanas',155.95909353354153,-173.91435148710585,0,0,0,'2021-04-09 00:51:24'); +INSERT INTO `marker` VALUES (12310,1901,NULL,2,1926,126743,'Vah Medoh','Divine Beast Vah Medoh',71.5078125,-99.296875,0,0,0,'2021-04-09 15:09:16'); +INSERT INTO `marker` VALUES (12311,1901,NULL,2,1923,106482,'Dueling Peaks Tower','',143.97073224127604,-154.7955150604248,0,1,0,'2021-04-09 18:37:24'); +INSERT INTO `marker` VALUES (12312,1901,NULL,2,1931,128042,'Enemy Camp','',152.37109375,-70.48828125,0,0,0,'2021-04-13 19:37:04'); +INSERT INTO `marker` VALUES (12313,1901,NULL,2,1930,128042,'Lonely Lizard','Drops decent weapon and shield',166.6328125,-71.1484375,0,0,0,'2021-04-13 20:59:39'); +INSERT INTO `marker` VALUES (12314,1901,NULL,2,1902,127348,'Salvager Headware','',129.99437713623047,-170.40786743164062,0,1,0,'2021-04-15 08:53:36'); +INSERT INTO `marker` VALUES (12315,1901,NULL,2,1921,127910,'villages','',-33.75,-110.25,0,1,0,'2021-04-16 19:02:59'); +INSERT INTO `marker` VALUES (12316,1901,NULL,2,1940,128387,'bow','',107.46875,-72.3125,0,0,0,'2021-04-17 21:24:07'); +INSERT INTO `marker` VALUES (12317,1901,NULL,2,1931,71131,'2 Lizalfos + 1 moblin','',58.734375,-75.109375,0,0,0,'2021-04-17 21:30:38'); +INSERT INTO `marker` VALUES (12318,1901,NULL,2,1944,128287,'Ex: Salvager Headgear','',129.8046875,-170.14453125,0,0,0,'2021-04-18 01:45:29'); +INSERT INTO `marker` VALUES (12319,1901,NULL,2,1926,128246,'vah medo ','créature du vent de Revali gardé par l'ombre du vent de Ganon.\r\nRécompense : réceptacle de coeur ; la rage de Revali ; l'arc de l'aigle donné par le chef des piafs',-12.64999771118164,-117.9000015258789,0,1,0,'2021-04-18 08:49:27'); +INSERT INTO `marker` VALUES (12320,1901,NULL,2,1901,128438,'Zitadelle der Zeit','',115.40625,-158.796875,0,0,0,'2021-04-18 15:55:00'); +INSERT INTO `marker` VALUES (12321,1901,NULL,2,1902,128572,'Royal Halberd','Inside shrine chest',117.75,-122.90625,0,0,0,'2021-04-20 03:29:54'); +INSERT INTO `marker` VALUES (12322,1901,NULL,2,1916,128537,'muchos korokos seeds en este puente','te recomiendo que vallas en moto o tambien puedes ir con la mascara de monstros porque hay muchos monstros pero vale la pena porque hay un monton de koroko seeds ',127.796875,-167.125,0,1,0,'2021-04-20 13:52:03'); +INSERT INTO `marker` VALUES (12323,1901,NULL,2,1939,128572,'Blizzrobe','',82.75,-81.7890625,0,0,0,'2021-04-20 15:40:18'); +INSERT INTO `marker` VALUES (12324,1901,NULL,2,1940,126950,'Master Mode Lynel','',117.46041638548796,-160.82248807019374,0,0,0,'2021-04-21 03:54:29'); +INSERT INTO `marker` VALUES (12325,1901,NULL,2,1926,128492,'Vah Medoh','',71.5625,-98.703125,0,0,0,'2021-04-21 05:21:04'); +INSERT INTO `marker` VALUES (12326,1901,NULL,2,1901,126266,'Divine Beast Vah Rudania','',167.625,-87.34375,0,1,0,'2021-04-21 10:07:17'); +INSERT INTO `marker` VALUES (12327,1901,NULL,2,1926,126266,'Divine Beast Vah Medoh','',71.3828125,-100.08984375,0,0,0,'2021-04-21 10:08:06'); +INSERT INTO `marker` VALUES (12328,1901,NULL,2,1926,126266,'Divine Beast Vah Naboris','',95.109375,-169.3046875,0,0,0,'2021-04-21 10:08:23'); +INSERT INTO `marker` VALUES (12329,1901,NULL,2,1931,126658,'Enemy Camp','',169.4375,-118.7109375,0,0,0,'2021-04-23 14:31:41'); +INSERT INTO `marker` VALUES (12330,1901,NULL,2,1901,128811,'OK','',44.875,-75,0,0,0,'2021-04-23 14:52:25'); +INSERT INTO `marker` VALUES (12331,1901,NULL,2,1926,128736,'Vah Naboris','The Divine Beast Vah Naboris resembles a camel. Its element is thunder. The "humps" are actually powerful lightning generators, which it uses to protect itself. The interior of the Divine Beast is split into three cylinders, each of which can rotate a full 360 degrees. The center cylinder contains the Main Control unit on one side of a platform, and a Sheikah power source on the other side. Urbosa states that Naboris is named after Nabooru, the Sage of Spirit',16.625,-168.375,0,0,0,'2021-04-23 18:01:20'); +INSERT INTO `marker` VALUES (12332,1901,NULL,2,1926,128736,'Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.5,0,0,0,'2021-04-23 18:01:55'); +INSERT INTO `marker` VALUES (12333,1901,NULL,2,1901,128736,'Vah Medoh','The Divine Beast Vah Medoh resembles an eagle. It represents the element of wind. To protect itself, it uses a force shield maintained by four generators - one on each wing, one near its head, and one near its tail. The middle section, the wings, can tilt side to side. This is normally used to help Medoh turn in the air, but it also re-orients the interior of the Divine Beast. The Main Control Unit is located on the top deck, between the Beasts wings. While the other Divine Beasts are named after Sages, the namesake of Medoh is less clear. With its pilot being a Rito, it may be named after Medli, the Rito Sage of Earth.',71.5625,-99.9375,0,0,0,'2021-04-23 18:02:23'); +INSERT INTO `marker` VALUES (12334,1901,NULL,2,1931,126658,'Lizalfo's camp','',168.6015625,-123.86328125,0,0,0,'2021-04-23 19:55:54'); +INSERT INTO `marker` VALUES (12335,1901,NULL,2,1910,128508,'mjbgv','',167.125,-156.7421875,0,0,0,'2021-04-24 01:21:37'); +INSERT INTO `marker` VALUES (12336,1901,NULL,2,1901,127043,'Bowling','',95.63671875,-95.21484375,0,0,0,'2021-04-24 18:13:34'); +INSERT INTO `marker` VALUES (12337,1901,NULL,2,1916,113870,'desconhecido','',124.01942371093722,-121.3629914651594,0,0,0,'2021-04-28 18:55:39'); +INSERT INTO `marker` VALUES (12338,1901,NULL,2,1901,125111,'Durian Max','',149.375,-178.359375,0,1,0,'2021-04-29 16:45:15'); +INSERT INTO `marker` VALUES (12339,1901,NULL,2,1939,128331,'Cold','',103.82421875,-186.44140625,0,1,0,'2021-04-29 23:16:31'); +INSERT INTO `marker` VALUES (12340,1901,NULL,2,1901,129414,'Llegar para el conjunto de lo salvaje','importante',110.61857026727347,-86.9703191932873,0,0,0,'2021-04-30 08:42:22'); +INSERT INTO `marker` VALUES (12341,1901,NULL,2,1925,127395,'Rymka','',163.09375,-96.859375,0,0,0,'2021-05-01 04:07:12'); +INSERT INTO `marker` VALUES (12342,1901,NULL,2,1925,127395,'Ahdlon','',173.921875,-89.875,0,0,0,'2021-05-01 04:08:09'); +INSERT INTO `marker` VALUES (12343,1901,NULL,2,1925,127395,'Kamium','',161.390625,-77.65625,0,0,0,'2021-05-01 04:09:01'); +INSERT INTO `marker` VALUES (12344,1901,NULL,2,1926,126583,'Divine Beast Vah Rudania','',167.75,-87.75,0,0,0,'2021-05-01 12:55:08'); +INSERT INTO `marker` VALUES (12345,1901,NULL,2,1923,129780,'Incompleto','No te lo has pasado maricon',191.25,-175,0,0,0,'2021-05-02 14:27:06'); +INSERT INTO `marker` VALUES (12346,1901,NULL,2,1902,129800,'cap of the wild','',111.28125,-86.28125,0,0,0,'2021-05-02 18:03:26'); +INSERT INTO `marker` VALUES (12347,1901,NULL,2,1926,129886,'Vah'Rudania','',167.375,-87.5,0,0,0,'2021-05-03 17:07:45'); +INSERT INTO `marker` VALUES (12348,1901,NULL,2,1926,129886,'Vah'Naboris','',77.6875,-179.4375,0,0,0,'2021-05-03 17:08:14'); +INSERT INTO `marker` VALUES (12349,1901,NULL,2,1926,129886,'Vah'Medoh','',74.9375,-92.6875,0,0,0,'2021-05-03 17:09:07'); +INSERT INTO `marker` VALUES (12350,1901,NULL,2,1916,113870,'desconhecido','',70.88864106643362,-114.86225880517468,0,0,0,'2021-05-03 18:04:20'); +INSERT INTO `marker` VALUES (12351,1901,NULL,2,1935,126583,'By firefly's light','',157.6875,-144.1875,0,0,0,'2021-05-04 10:10:53'); +INSERT INTO `marker` VALUES (12352,1901,NULL,2,1901,130004,'broken guardian','',163.2633056640625,-126.6444091796875,0,0,0,'2021-05-05 02:09:59'); +INSERT INTO `marker` VALUES (12353,1901,NULL,2,1920,130050,'Durian ','',149.421875,-178.46875,0,1,0,'2021-05-05 17:55:01'); +INSERT INTO `marker` VALUES (12354,1901,NULL,2,1904,130075,'Bomb Arrows','destroy wooden door and open chest ',113.76171875,-162.69140625,0,0,0,'2021-05-05 22:41:53'); +INSERT INTO `marker` VALUES (12355,1901,NULL,2,1916,128450,'kolog','',172.3515625,-181.9921875,0,0,0,'2021-05-05 23:15:37'); +INSERT INTO `marker` VALUES (12356,1901,NULL,2,1901,130154,'Group','',44.6982421875,-88.2998046875,0,0,0,'2021-05-07 01:59:01'); +INSERT INTO `marker` VALUES (12357,1901,NULL,2,1901,130211,'Knight's Broadsword','',90.53776550292969,-112.71631240844727,0,0,0,'2021-05-07 17:17:57'); +INSERT INTO `marker` VALUES (12358,1901,NULL,2,1901,130243,'Tenho que ir lá','',119.24609375,-154.5,0,0,0,'2021-05-08 03:16:33'); +INSERT INTO `marker` VALUES (12359,1901,NULL,2,1901,124376,'hi','',-34.1416015625,-91.8310546875,0,0,0,'2021-05-08 18:24:33'); +INSERT INTO `marker` VALUES (12360,1901,NULL,2,1946,99150,'Nyel's Journal','Describes the locations and solutions to all the ancestral missions that could possibly be narrated by Nyel, the blue acordionist.',-16.050003051757812,-109.47073322722099,0,0,0,'2021-05-09 12:54:12'); +INSERT INTO `marker` VALUES (12361,1901,NULL,2,1939,126950,'Ice Wizzrobe','',73.67496660928498,-129.38025715788373,0,1,0,'2021-05-10 16:45:20'); +INSERT INTO `marker` VALUES (12362,1901,NULL,2,1901,130127,'kara kara bazzar','good for the gerudo clothes, couple shops, and tailor for terry town quest',77.5483672618866,-168.0368082523346,0,1,0,'2021-05-11 13:14:23'); +INSERT INTO `marker` VALUES (12363,1901,NULL,2,1926,130621,'vah medoh','',72.25,-99.25,0,0,0,'2021-05-12 17:38:36'); +INSERT INTO `marker` VALUES (12364,1901,NULL,2,1926,130621,'vah naboris','',79.5,-183,0,0,0,'2021-05-12 17:39:04'); +INSERT INTO `marker` VALUES (12365,1901,NULL,2,1926,130621,'vah rudania','',167.25,-88,0,0,0,'2021-05-12 17:39:29'); +INSERT INTO `marker` VALUES (12366,1901,NULL,2,1935,130600,'Trial of the Desert','',100,-180.5171616355691,0,1,0,'2021-05-12 19:26:07'); +INSERT INTO `marker` VALUES (12367,1901,NULL,2,1901,130507,'barrier','',106.375,-150.96875,0,0,0,'2021-05-12 21:47:00'); +INSERT INTO `marker` VALUES (12368,1901,NULL,2,1926,130507,'Vah Rudania','',167.65625,-89.109375,0,1,0,'2021-05-12 21:49:37'); +INSERT INTO `marker` VALUES (12369,1901,NULL,2,1926,130507,'Vah Ruta','',185.203125,-125.234375,0,0,0,'2021-05-12 21:50:56'); +INSERT INTO `marker` VALUES (12370,1901,NULL,2,1926,130507,'Vah Medow','',71.5625,-98.9296875,0,0,0,'2021-05-12 21:52:11'); +INSERT INTO `marker` VALUES (12371,1901,NULL,2,1926,130507,'Vah Naboris','',88.5625,-188.1875,0,0,0,'2021-05-12 21:53:06'); +INSERT INTO `marker` VALUES (12372,1901,NULL,2,1901,130507,'Yokawa Ita Shrine','dlc shrine',113.28125,-154.203125,0,0,0,'2021-05-12 21:58:10'); +INSERT INTO `marker` VALUES (12373,1901,NULL,2,1925,130507,'Rohta Chigah Shrine','dlc shrine ',119.34375,-157.09375,0,0,0,'2021-05-12 21:59:17'); +INSERT INTO `marker` VALUES (12374,1901,NULL,2,1925,130507,'Yokawa Ita Shrine','dlc shrine',113.140625,-154.078125,0,0,0,'2021-05-12 21:59:43'); +INSERT INTO `marker` VALUES (12375,1901,NULL,2,1925,130507,'Ruvo Korbah Shrine','dlc shrine',115.953125,-161.125,0,0,0,'2021-05-12 22:00:24'); +INSERT INTO `marker` VALUES (12376,1901,NULL,2,1901,130507,'Etsu Korima Shrine','dlc shrine',108.515625,-163.03125,0,0,0,'2021-05-12 22:01:04'); +INSERT INTO `marker` VALUES (12377,1901,NULL,2,1925,130507,'Kee Dafunia Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',203.75,-111.25,0,0,0,'2021-05-12 22:03:51'); +INSERT INTO `marker` VALUES (12378,1901,NULL,2,1925,130507,'Sota Koda Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',177.8125,-113.625,0,0,0,'2021-05-12 22:04:47'); +INSERT INTO `marker` VALUES (12379,1901,NULL,2,1901,130507,'Mah Eliya Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',183.5,-119.3125,0,0,0,'2021-05-12 22:05:26'); +INSERT INTO `marker` VALUES (12380,1901,NULL,2,1925,130507,'Shira Gomar Shrine','dlc shrine - req to start EX Champion Revali's song quest ',91.265625,-106.078125,0,0,0,'2021-05-12 22:07:08'); +INSERT INTO `marker` VALUES (12381,1901,NULL,2,1925,130507,'Kia Toza Shrine','dlc shrine - req to start EX Champion Revali's song quest ',94.671875,-78.921875,0,0,0,'2021-05-12 22:13:40'); +INSERT INTO `marker` VALUES (12382,1901,NULL,2,1925,130507,'Noe Rajee Shrine','dlc shrine - req to start EX Champion Revali's song quest ',67.47265625,-92.0234375,0,0,0,'2021-05-12 22:14:25'); +INSERT INTO `marker` VALUES (12383,1901,NULL,2,1925,130507,'Kami Omuna Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',161.34375,-77.359375,0,0,0,'2021-05-12 22:16:10'); +INSERT INTO `marker` VALUES (12384,1901,NULL,2,1901,130507,'Sharo Lun Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',167.765625,-89.09375,0,0,0,'2021-05-12 22:16:43'); +INSERT INTO `marker` VALUES (12385,1901,NULL,2,1925,130507,'Rinu Horika Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',163.9140625,-95.3203125,0,0,0,'2021-05-12 22:17:44'); +INSERT INTO `marker` VALUES (12386,1901,NULL,2,1925,130507,'Keive Tala Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',88.234375,-189.84375,0,0,0,'2021-05-12 22:19:03'); +INSERT INTO `marker` VALUES (12387,1901,NULL,2,1925,130507,'Takama Shiri Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',50.78125,-162.21875,0,0,0,'2021-05-12 22:21:52'); +INSERT INTO `marker` VALUES (12388,1901,NULL,2,1925,130507,'Kihiro Moh Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',74.046875,-149.3046875,0,0,0,'2021-05-12 22:23:37'); +INSERT INTO `marker` VALUES (12389,1901,NULL,2,1926,130600,'Vah'Rudania','',167.625,-87.50422708182376,0,0,0,'2021-05-15 09:08:28'); +INSERT INTO `marker` VALUES (12390,1901,NULL,2,1926,130600,'Vah'Naboris','',94.9375,-169.2217026245698,0,0,0,'2021-05-15 09:08:57'); +INSERT INTO `marker` VALUES (12391,1901,NULL,2,1901,130600,'Vah'Medoh','',71.51171875,-98.91336986018806,0,0,0,'2021-05-15 09:09:14'); +INSERT INTO `marker` VALUES (12392,1901,NULL,2,1902,131003,'Warm Doublet','Received from Old Man for reaching the peak',107.875,-162.78125,0,1,0,'2021-05-17 00:40:54'); +INSERT INTO `marker` VALUES (12393,1901,NULL,2,1931,84316,'Enemy Camp','',195.96875,-118.1484375,0,0,0,'2021-05-18 13:21:31'); +INSERT INTO `marker` VALUES (12394,1901,NULL,2,1935,130127,'Link's House','need to buy, can sleep and display armor',179.7890625,-163.7265625,0,1,0,'2021-05-18 14:36:45'); +INSERT INTO `marker` VALUES (12395,1901,NULL,2,1926,130127,'Divine beast vah rudania','divine beast, gives you daruks protection',163.32076263427734,-90.84747505187988,0,0,0,'2021-05-19 15:23:19'); +INSERT INTO `marker` VALUES (12396,1901,NULL,2,1931,130127,'Yiga clan hideout','',68.81514930725098,-150.7742509841919,0,0,0,'2021-05-19 15:25:54'); +INSERT INTO `marker` VALUES (12397,2000,NULL,2,1956,131216,'piece of heart from Mysterious Forest','During your first visit through the Mysterious Forest, you may have traveled through a cave near the center of the forest when you acquired the Mushroom. Return to this cave and on the third screen, there is a Piece of Heart. Now that you have the Power Bracelet, you can lift up the skull that is blocking the way. Do so and collect the Piece of Heart.',18,-112.4375,0,0,0,'2021-05-19 15:45:38'); +INSERT INTO `marker` VALUES (12398,1901,NULL,2,1901,131416,'axe','',-75.33334350585938,-93.49996948242188,0,0,0,'2021-05-22 12:44:05'); +INSERT INTO `marker` VALUES (12399,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Korok Seed','',139.14453125,-156.28515625,0,0,0,'2021-05-24 02:22:31'); +INSERT INTO `marker` VALUES (12400,2000,NULL,2,1950,131607,'Field','Field with rupees',56.5625,-151.0625,0,1,0,'2021-05-25 12:46:46'); +INSERT INTO `marker` VALUES (12401,1901,NULL,2,1944,131292,'Royal Broadsword','',201.27494395673844,-70.08447002932147,0,0,0,'2021-05-28 12:57:39'); +INSERT INTO `marker` VALUES (12402,1901,NULL,2,1904,131292,'Bomb Arrows','',200.46119581907658,-71.48996210490509,0,0,0,'2021-05-28 12:58:09'); +INSERT INTO `marker` VALUES (12403,1901,NULL,2,1925,131946,'????','',110.44921875,-157.51079728598557,0,0,0,'2021-05-29 04:28:43'); +INSERT INTO `marker` VALUES (12404,1901,NULL,2,1944,131946,'`Nintendo Switch Clothes','On the wall, need DLC.',120.67734360694885,-159.37451763738213,0,0,0,'2021-05-29 06:14:09'); +INSERT INTO `marker` VALUES (12405,1901,NULL,2,1944,131946,'Bomb Arrow x5','On the wall, maybe need DLC.',105.328125,-159.65138551394742,0,0,0,'2021-05-29 08:41:50'); +INSERT INTO `marker` VALUES (12406,1901,NULL,2,1901,131865,'gourmet meat','',80.96875,-80.609375,0,0,0,'2021-05-29 22:58:23'); +INSERT INTO `marker` VALUES (12407,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Box and Weapon','',160.25390625,-130.2734375,0,0,0,'2021-05-30 02:51:49'); +INSERT INTO `marker` VALUES (12408,1901,NULL,2,1901,127741,'Endroit bisarre','2 Torches qui brulent.',58.3125,-75.828125,0,1,0,'2021-05-30 11:59:45'); +INSERT INTO `marker` VALUES (12409,1901,NULL,2,1901,131285,'goronia','',-28.25,-108.5,0,0,0,'2021-05-30 12:46:34'); +INSERT INTO `marker` VALUES (12410,1901,NULL,2,1939,128331,'Cold','',68.6171875,-161.265625,0,0,0,'2021-05-30 12:53:49'); +INSERT INTO `marker` VALUES (12411,1901,NULL,2,1904,132066,'Phrenic Bow','',154.8984375,-143.7734375,0,0,0,'2021-05-30 18:19:50'); +INSERT INTO `marker` VALUES (12412,1901,NULL,2,1901,131507,'Hetsu (2nd encounter possible)','',133.96484375,-144.109375,0,0,0,'2021-05-30 19:06:47'); +INSERT INTO `marker` VALUES (12413,1901,NULL,2,1921,132115,'Akkala Ancient Tech Lab','',198.5390625,-78.57421875,0,0,0,'2021-05-31 05:53:38'); +INSERT INTO `marker` VALUES (12414,1901,NULL,2,1921,132115,'Hateno Ancient Tech Lab','',187.03515625,-161.22265625,0,0,0,'2021-05-31 05:55:22'); +INSERT INTO `marker` VALUES (12415,1901,NULL,2,1901,131507,'Bed','',183.76953125,-121.69140625,0,0,0,'2021-06-01 00:15:02'); +INSERT INTO `marker` VALUES (12416,1901,NULL,2,1903,130019,'Knight's Hailberd','',118.91796875,-87.35546875,0,0,0,'2021-06-02 09:48:22'); +INSERT INTO `marker` VALUES (12417,1901,NULL,2,1903,132219,'Great Thunderblade','',64.875,-139,0,0,0,'2021-06-02 12:49:03'); +INSERT INTO `marker` VALUES (12418,1901,NULL,2,1935,94666,'Riddles of Hyrule','on the top of the Great Decu Tree',134.76875019073486,-93.77706238641096,0,0,0,'2021-06-02 20:15:30'); +INSERT INTO `marker` VALUES (12419,1901,NULL,2,1939,131946,'Ice Wizzrobe','',75.67343759536743,-152.64061224777853,0,0,0,'2021-06-04 12:54:37'); +INSERT INTO `marker` VALUES (12420,1901,NULL,2,1901,132819,'1','',51.99999800006178,-118.43191736491414,0,0,0,'2021-06-07 22:53:24'); +INSERT INTO `marker` VALUES (12421,1901,NULL,2,1916,132589,'Korok Seeds','',156.01953125,-144.453125,0,0,0,'2021-06-09 01:17:04'); +INSERT INTO `marker` VALUES (12422,1901,NULL,2,1901,127348,'Wildberry','',71.50078105926514,-143.91260717568784,0,0,0,'2021-06-09 15:24:12'); +INSERT INTO `marker` VALUES (12423,1901,NULL,2,1901,127348,'Wildberry','Wildberry',71.546875,-143.84058638914394,0,0,0,'2021-06-09 15:24:38'); +INSERT INTO `marker` VALUES (12424,1901,NULL,2,1901,132936,'OCTO FARM','',180.46875,-80.328125,0,0,0,'2021-06-09 15:52:31'); +INSERT INTO `marker` VALUES (12425,1901,NULL,2,1901,127224,'start next','',179.375,-104.43601016489205,0,0,0,'2021-06-11 01:55:56'); +INSERT INTO `marker` VALUES (12426,1901,NULL,2,1916,132980,'OBAB','OBAB',160.875,-150.03125,0,1,0,'2021-06-11 14:55:14'); +INSERT INTO `marker` VALUES (12427,1901,NULL,2,1901,127936,'Termal','Termal water for Link's relaxation.',163.9375,-165.0853095238095,0,0,0,'2021-06-11 22:57:03'); +INSERT INTO `marker` VALUES (12428,1901,NULL,2,1901,133093,'a','a',104.23446381822275,-135.628139746679,0,0,0,'2021-06-12 00:20:15'); +INSERT INTO `marker` VALUES (12429,1901,NULL,2,1916,133173,'none complete','ne comprend pas comment l'avoir',127.5625,-175.15917725400175,0,0,0,'2021-06-12 21:11:21'); +INSERT INTO `marker` VALUES (12430,1901,NULL,2,1916,133232,'Korok Seed','',203.28125,-76.4296875,0,0,0,'2021-06-15 18:43:49'); +INSERT INTO `marker` VALUES (12431,1901,NULL,2,1901,133115,'korugu a pomme qui doivent pousser','',161.23828125,-138.4765625,0,0,0,'2021-06-16 20:56:35'); +INSERT INTO `marker` VALUES (12432,1901,NULL,2,1916,133623,'kolog','',168.046875,-184.375,0,0,0,'2021-06-17 00:11:26'); +INSERT INTO `marker` VALUES (12433,1901,NULL,2,1901,131883,'Place from BotW 2 teaser','',126.1796875,-140.53125,0,0,0,'2021-06-17 11:47:33'); +INSERT INTO `marker` VALUES (12434,1901,NULL,2,1916,133659,'tree stump','',59.484375,-147.265625,0,0,0,'2021-06-18 08:16:49'); +INSERT INTO `marker` VALUES (12435,1901,NULL,2,1916,122382,'semilla kolog','',149.73438119888306,-126.08901447352817,0,0,0,'2021-06-18 15:16:36'); +INSERT INTO `marker` VALUES (12436,1901,NULL,2,1901,126943,'Mipha Trial 1','',197.625,-115.234375,0,0,0,'2021-06-20 16:12:56'); +INSERT INTO `marker` VALUES (12437,1901,NULL,2,1931,131437,'boblokins','Camp of Boblokins',63.489582538604736,-119.25069395525279,0,1,0,'2021-06-22 05:08:35'); +INSERT INTO `marker` VALUES (12438,1901,NULL,2,1901,134394,'Raft','',111.14921915531158,-160.00468753278255,0,1,0,'2021-06-22 16:29:33'); +INSERT INTO `marker` VALUES (12439,1901,NULL,2,1926,134436,'Divine Beast Vah Rudania','',166.375,-88.53125,0,0,0,'2021-06-22 20:55:39'); +INSERT INTO `marker` VALUES (12440,1901,NULL,2,1904,134448,'flechas explosivas','',181.25,-71.75,0,0,0,'2021-06-22 21:51:58'); +INSERT INTO `marker` VALUES (12441,1901,NULL,2,1944,134444,'espada largada do soldado (Marter Mode)','Espada largado do soldado',118.46875,-152.390625,0,1,0,'2021-06-23 00:38:32'); +INSERT INTO `marker` VALUES (12442,1901,NULL,2,1939,131437,'Ice Wizzrobe','',74.1236982345581,-129.55200593023775,0,0,0,'2021-06-23 01:22:51'); +INSERT INTO `marker` VALUES (12443,1901,NULL,2,1925,132861,'Keive Tala Shrine','Big or Small',91.5,-188.96265882003604,0,0,0,'2021-06-25 06:49:15'); +INSERT INTO `marker` VALUES (12444,1901,NULL,2,1939,131126,'Ice','',103.72209623456001,-186.44580042362213,0,0,0,'2021-06-25 17:14:09'); +INSERT INTO `marker` VALUES (12445,1901,NULL,2,1916,134751,'Non OBtenue','',140.609375,-168.046875,0,0,0,'2021-06-25 19:32:29'); +INSERT INTO `marker` VALUES (12446,1901,NULL,2,1934,112707,'Jtm bb','',192.47187423706055,-159.28028820575597,0,0,0,'2021-06-28 13:16:25'); +INSERT INTO `marker` VALUES (12447,1901,NULL,2,1916,135201,'Korok seeds','\r\n\r\n',121.96838863374822,-115.67152655016264,0,0,0,'2021-06-28 15:01:05'); +INSERT INTO `marker` VALUES (12448,1901,NULL,2,1901,52187,'Flame Spear','Flame spear loot inside skull',64.7265625,-87.015625,0,0,0,'2021-06-28 18:58:54'); +INSERT INTO `marker` VALUES (12449,1901,NULL,2,1902,52187,'Flame Spear','',64.6640625,-86.99609375,0,0,0,'2021-06-28 18:59:32'); +INSERT INTO `marker` VALUES (12450,1901,NULL,2,1901,130486,'Guardian','',129.4256164742048,-120.88363061545324,0,0,0,'2021-06-29 02:47:12'); +INSERT INTO `marker` VALUES (12451,1901,NULL,2,1901,76763,'remove every unmatching apples','',136.74609375,-157.671875,0,0,0,'2021-06-29 19:57:40'); +INSERT INTO `marker` VALUES (12452,1901,NULL,2,1935,116286,'Arrows of Burning Heat','',156.5234375,-144.3359375,0,1,0,'2021-06-30 04:06:04'); +INSERT INTO `marker` VALUES (12453,1901,NULL,2,1935,116286,'By Firefly','',157.6953125,-144.1796875,0,0,0,'2021-06-30 04:06:32'); +INSERT INTO `marker` VALUES (12454,1901,NULL,2,1935,116286,'By Firefly's Light','',157.671875,-144.1640625,0,1,0,'2021-06-30 04:06:53'); +INSERT INTO `marker` VALUES (12455,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','grotte minerai ',158.71875,-175.61328125,0,0,0,'2021-07-02 08:18:34'); +INSERT INTO `marker` VALUES (12456,1901,NULL,2,1935,134075,'Arrow of burning heart','',156.49609375,-144.29296875,0,0,0,'2021-07-03 07:40:12'); +INSERT INTO `marker` VALUES (12457,1901,NULL,2,1910,134120,'Amber','',107.8671875,-162.6953125,0,1,0,'2021-07-03 09:46:36'); +INSERT INTO `marker` VALUES (12458,1901,NULL,2,1936,135903,'Treasure Cave','',158.38671875,-168.51634598785694,0,0,0,'2021-07-04 22:15:06'); +INSERT INTO `marker` VALUES (12459,1901,NULL,2,1901,134162,'Nox','',66.1015625,-67.8359375,0,0,0,'2021-07-04 23:57:30'); +INSERT INTO `marker` VALUES (12460,1901,NULL,2,1902,135968,'EX-Garb of Winds','Island lobster shirt',125.4453125,-176.08203125,0,0,0,'2021-07-05 15:29:40'); +INSERT INTO `marker` VALUES (12461,1901,NULL,2,1940,125802,'White Lynel','',65.375,-142.125,0,0,0,'2021-07-05 16:02:43'); +INSERT INTO `marker` VALUES (12462,1901,NULL,2,1940,125802,'White-Maned Lynel','',65.125,-141.71875,0,0,0,'2021-07-05 17:58:07'); +INSERT INTO `marker` VALUES (12463,1901,NULL,2,1926,136057,'Divine Beast Vah Medoh','',154.40625,-135.890625,0,0,0,'2021-07-06 07:03:32'); +INSERT INTO `marker` VALUES (12464,1901,NULL,2,1944,49116,'Knight's halberd','near the korok seed',118.96875,-87.3671875,0,0,0,'2021-07-06 08:27:56'); +INSERT INTO `marker` VALUES (12465,1901,NULL,2,1935,125221,'Arrows of Burning Heat','',156.5625,-144.28515625,0,0,0,'2021-07-06 11:50:51'); +INSERT INTO `marker` VALUES (12466,1901,NULL,2,1936,136111,'Cracked Wall','',114.375,-158.25,0,0,0,'2021-07-06 21:54:32'); +INSERT INTO `marker` VALUES (12467,1901,NULL,2,1936,135903,'Cracked Wall','',158.03125,-90.3928658485663,0,0,0,'2021-07-06 22:34:04'); +INSERT INTO `marker` VALUES (12468,1901,NULL,2,1926,135903,'Vah Rudania','',167.875,-87.64069285281401,0,0,0,'2021-07-06 23:19:35'); +INSERT INTO `marker` VALUES (12469,1901,NULL,2,1944,38229,'Coffre 5 flèches de feu','Après avoir vaincu les monstres ',167.0390625,-163.1953125,0,0,0,'2021-07-07 09:56:02'); +INSERT INTO `marker` VALUES (12470,1901,NULL,2,1916,136219,'kolok','',189,-160.75,0,0,0,'2021-07-08 04:14:35'); +INSERT INTO `marker` VALUES (12471,1901,NULL,2,1930,136243,'ruine','',151.9375,-124.859375,0,0,0,'2021-07-08 18:28:23'); +INSERT INTO `marker` VALUES (12472,1901,NULL,2,1943,135903,'Chest','',99.3125,-181.2265625,0,0,0,'2021-07-09 14:56:05'); +INSERT INTO `marker` VALUES (12473,1901,NULL,2,1901,67678,'Ganon','',154.12109375,-177.40625,0,0,0,'2021-07-09 17:48:29'); +INSERT INTO `marker` VALUES (12474,1901,NULL,2,1931,131507,'Goblin Camp','',160.359375,-189.15625,0,0,0,'2021-07-11 04:37:11'); +INSERT INTO `marker` VALUES (12475,1901,NULL,2,1901,136480,'HEBRA','',-97.5,-61,0,0,0,'2021-07-11 07:35:26'); +INSERT INTO `marker` VALUES (12476,1901,NULL,2,1931,136638,'enemy camp','',137.1640625,-154.66563871369323,0,0,0,'2021-07-12 13:40:01'); +INSERT INTO `marker` VALUES (12477,1901,NULL,2,1935,52187,'Hobbies of the Rich','Talk to the rich dude sitting on the cliffs, overlooking the Torin Wetland. He'll pay you 100 Rupees to kill the 2 Guardians down there, purely for his own amusement (Rich people, apparently, just have nothing better to do)',189.26953125,-102.85546875,0,0,0,'2021-07-12 22:14:45'); +INSERT INTO `marker` VALUES (12478,1901,NULL,2,1935,52187,'Arrows of Burning Heat','Enter the arrow store, and Rola will ask you to light the torches around the Godess Statue using only arrows. Her husband should really be more upset about this.',156.5546875,-144.3125,0,0,0,'2021-07-12 22:17:46'); +INSERT INTO `marker` VALUES (12479,1901,NULL,2,1901,135368,'Secret enterance','',72.4765625,-149.09375,0,0,0,'2021-07-13 19:25:04'); +INSERT INTO `marker` VALUES (12480,1901,NULL,2,1934,136984,'11 test','',133.625,-159.75,0,0,0,'2021-07-15 14:26:11'); +INSERT INTO `marker` VALUES (12481,1901,NULL,2,1939,131507,'Blizzard Sorceror','',89.234375,-99.6796875,0,0,0,'2021-07-15 18:41:14'); +INSERT INTO `marker` VALUES (12482,1901,NULL,2,1930,49116,'Ice wizzrob','',75.640625,-152.46875,0,0,0,'2021-07-17 00:30:46'); +INSERT INTO `marker` VALUES (12483,1901,NULL,2,1901,136395,'Kolog','',136.7890625,-183.96118568681663,0,0,0,'2021-07-18 00:34:47'); +INSERT INTO `marker` VALUES (12484,1901,NULL,2,1916,132880,'Hidden Ice Rock Korok','Do NOT blow up rock enemies!',86.88671875,-96.0703125,0,0,0,'2021-07-18 14:23:37'); +INSERT INTO `marker` VALUES (12485,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',16.75,-188.125,0,0,0,'2021-07-18 20:33:05'); +INSERT INTO `marker` VALUES (12486,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',165.25,-89.125,0,0,0,'2021-07-18 20:33:39'); +INSERT INTO `marker` VALUES (12487,1901,NULL,2,1926,112269,'Divine Beast Vah Medoh','',71.3125,-99.5625,0,0,0,'2021-07-18 20:34:56'); +INSERT INTO `marker` VALUES (12488,1901,NULL,2,1916,137339,'seed','',69.40625,-67.84375,0,0,0,'2021-07-19 10:18:01'); +INSERT INTO `marker` VALUES (12489,1901,NULL,2,1926,137410,'Vah Medoh','',71.4375,-99.99648459990863,0,0,0,'2021-07-19 17:35:55'); +INSERT INTO `marker` VALUES (12490,1901,NULL,2,1926,137410,'Divine Beast Vah Medoh','',71.4765625,-99.91786987937243,0,0,0,'2021-07-20 07:28:47'); +INSERT INTO `marker` VALUES (12491,1901,NULL,2,1926,137410,'Divine Beast Vah Naboris','',60.8203125,-181.02238287997258,0,0,0,'2021-07-20 09:25:39'); +INSERT INTO `marker` VALUES (12492,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.171875,-88.8890782239598,0,0,0,'2021-07-20 09:26:21'); +INSERT INTO `marker` VALUES (12493,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.515625,-88.60789413771151,0,0,0,'2021-07-20 09:26:43'); +INSERT INTO `marker` VALUES (12494,1901,NULL,2,1944,137410,'EX Chest','Contains: Nintendo Shirt\r\n\r\nIs in the ground: No',120.6796875,-159.35115383473936,0,0,0,'2021-07-20 09:43:20'); +INSERT INTO `marker` VALUES (12495,1901,NULL,2,1944,137410,'EX Chest','Contains: Diamond Circlet\r\n\r\nIs in the ground: No',200.73046875,-70.12073012580305,0,0,0,'2021-07-20 09:53:02'); +INSERT INTO `marker` VALUES (12496,1901,NULL,2,1944,137410,'EX Chest','Contains: Ravio's Hood\r\n\r\nIs in the ground: No',142.60546875,-165.68321035167753,0,0,0,'2021-07-20 10:52:00'); +INSERT INTO `marker` VALUES (12497,1901,NULL,2,1944,137410,'EX Chest','Contains: Majora's Mask\r\n\r\nIs in the ground: No',120.765625,-147.78037993847738,0,0,0,'2021-07-20 10:59:10'); +INSERT INTO `marker` VALUES (12498,1901,NULL,2,1925,137481,'The Shrine of Life','',110.76250004768372,-157.36542250264614,0,0,0,'2021-07-20 17:16:19'); +INSERT INTO `marker` VALUES (12499,1901,NULL,2,1901,137560,'zora sword','',179.04218769073486,-119.34433434619814,0,0,0,'2021-07-21 15:30:22'); +INSERT INTO `marker` VALUES (12500,1901,NULL,2,1944,134721,'Shield','',115.71036787516948,-72.93384944503552,0,0,0,'2021-07-21 19:00:52'); +INSERT INTO `marker` VALUES (12501,1901,NULL,2,1926,137413,'rudania','',167.5859375,-87.515625,0,0,0,'2021-07-24 04:55:57'); +INSERT INTO `marker` VALUES (12502,1901,NULL,2,1926,137413,'medoh','',71.5625,-98.640625,0,0,0,'2021-07-24 04:57:39'); +INSERT INTO `marker` VALUES (12503,1901,NULL,2,1901,137413,'naboris','',86.84375,-184.71875,0,0,0,'2021-07-24 04:59:04'); +INSERT INTO `marker` VALUES (12504,1901,NULL,2,1901,137924,'1hacia der','',184.75,-74.90625,0,0,0,'2021-07-25 19:44:11'); +INSERT INTO `marker` VALUES (12505,1901,NULL,2,1916,138056,'Korogu','',170.5833339691162,-142.5814898264848,0,0,0,'2021-07-26 21:29:16'); +INSERT INTO `marker` VALUES (12506,1901,NULL,2,1901,134944,'luminus stones ','',198.125,-152.46875,0,0,0,'2021-07-27 17:08:27'); +INSERT INTO `marker` VALUES (12507,1901,NULL,2,1936,67678,'Craked','',80.65234375,-96.3984375,0,0,0,'2021-07-28 01:44:26'); +INSERT INTO `marker` VALUES (12508,1901,NULL,2,1901,134162,'Test','',171.875,-168.46875,0,0,0,'2021-07-29 22:51:07'); +INSERT INTO `marker` VALUES (12509,1901,NULL,2,1901,138318,'Divine Beast Vah Rudania ','',168.5,-87.625,0,0,0,'2021-07-30 05:37:12'); +INSERT INTO `marker` VALUES (12510,1901,NULL,2,1926,138318,'Divine Beast Vah Rudania ','',168.5,-88,0,0,0,'2021-07-30 05:38:43'); +INSERT INTO `marker` VALUES (12511,1901,NULL,2,1935,138446,'here','',-189.5,-86,0,0,0,'2021-07-30 15:35:46'); +INSERT INTO `marker` VALUES (12512,1901,NULL,2,1901,138477,'falta','',120.25,-156.75,0,0,0,'2021-07-30 21:13:04'); +INSERT INTO `marker` VALUES (12513,1901,NULL,2,1901,138488,'Majora's Mask','',120.9765625,-148.015625,0,0,0,'2021-08-01 03:08:25'); +INSERT INTO `marker` VALUES (12514,1901,NULL,2,1935,137402,'??????????? ????? ','',168.48046875,-183.3984375,0,0,0,'2021-08-01 17:02:38'); +INSERT INTO `marker` VALUES (12515,1901,NULL,2,1901,106404,'Rusty Sheild','',117.359375,-114.85912645560357,0,0,0,'2021-08-02 00:13:53'); +INSERT INTO `marker` VALUES (12516,1901,NULL,2,1920,138763,'next','',157.09375,-158.443631644477,0,0,0,'2021-08-03 07:14:21'); +INSERT INTO `marker` VALUES (12517,1901,NULL,2,1901,138800,'l','',94.0546875,-96.2109375,0,0,0,'2021-08-03 17:10:27'); +INSERT INTO `marker` VALUES (12518,1901,NULL,2,1901,78601,'Last save location','',158.484375,-143.75,0,0,0,'2021-08-04 11:19:22'); +INSERT INTO `marker` VALUES (12519,1901,NULL,2,1901,138939,'du','',93.6875,-134.9921875,0,0,0,'2021-08-05 10:44:18'); +INSERT INTO `marker` VALUES (12520,1901,NULL,2,1916,138934,'0-','',147.625,-156.9296875,0,0,0,'2021-08-10 20:40:28'); +INSERT INTO `marker` VALUES (12521,1901,NULL,2,1916,138934,'missed this one','missed it',148.1015625,-156.828125,0,0,0,'2021-08-11 18:50:18'); /*!40000 ALTER TABLE `marker` ENABLE KEYS */; UNLOCK TABLES; @@ -8526,6 +11123,25 @@ INSERT INTO `marker_category` VALUES (1946,1901,1,19,'Diary & Books',1,'BotW_Boo INSERT INTO `marker_category` VALUES (1947,1930,1,19,'Molduga',1,'BotW_Boss','#ff422e',6,1); INSERT INTO `marker_category` VALUES (1948,1901,1,19,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1); INSERT INTO `marker_category` VALUES (1949,1901,1,19,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1); +INSERT INTO `marker_category` VALUES (1950,NULL,1,4,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1951,1950,1,4,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1952,1950,1,4,'Trading Sequence',1,'BotW_Side-Quest','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1953,1950,1,4,'Minigame',1,'BotW_Mini-Game','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1954,1950,1,4,'Easter Eggs',1,'General_Info','#4bc5ee',0,0); +INSERT INTO `marker_category` VALUES (1955,NULL,1,4,'Items',1,'BotW_Items','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1956,1955,1,4,'Pieces of Heart',1,'General_Heart','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1957,1955,1,4,'Seashells',1,'LA_Secret-Seashell','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1958,1955,1,4,'Bottles',1,'General_Bottle','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1960,1955,1,4,'Map',1,'General_Map','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1961,1955,1,4,'Compass',1,'General_Compass','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1962,1955,1,4,'Keys',1,'General_Key','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1963,NULL,1,4,'Locations',1,'BotW_Locations','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1964,1963,1,4,'Houses',1,'General_House','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1965,1963,1,4,'Shops',1,'General_Store','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1966,1963,1,4,'Dungeons',1,'BotW_Dungeon','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1967,NULL,1,4,'Enemies',1,'BotW_Enemies','#ff422e',0,1); +INSERT INTO `marker_category` VALUES (1968,1967,1,4,'Boss',1,'BotW_Boss','#ff422e',0,1); +INSERT INTO `marker_category` VALUES (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1); /*!40000 ALTER TABLE `marker_category` ENABLE KEYS */; UNLOCK TABLES; @@ -11406,6 +14022,410 @@ INSERT INTO `marker_tab` VALUES (3526,9717,1,19312,'','<p>Visit into <s INSERT INTO `marker_tab` VALUES (3527,9723,1,21563,'','<p>???</p>',1,1); INSERT INTO `marker_tab` VALUES (3528,9724,1,21563,'','<p>kll</p>',1,1); INSERT INTO `marker_tab` VALUES (3529,9727,1,21321,'','<p>fff</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3530,9733,1,21324,'','<p>Equipped Items: Blizzard Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (3531,9738,1,16861,'','<p>Topaz</p>',1,1); +INSERT INTO `marker_tab` VALUES (3532,9740,1,21892,'','<p style="text-align: justify;">Tout est rare dans <strong>The Legend of Zelda : Breath of the Wild</strong>, et il vous est probablement arriv&eacute; d'&ecirc;tre en manque de fl&egrave;che au pire moment possible. Heureusement, il existe une astuce simple pour faire le plein de fl&egrave;ches, une bonne fois pour toute, afin de ne plus se retrouver dans la panade. Il n'y a aucun pr&eacute;requis &agrave; avoir, puisque nous allons juste abuser d'un d&eacute;faut dans l'intelligence artificielle des ennemis.</p>\r\n<div id="switch_placeholder_16bd153f5b96ff72d75033157f61d5d9" class="switch_placeholder">&nbsp;</div>\r\n<p style="text-align: justify;">Pour commencez, vous aller devoir trouver un endroit plein de <strong>Bokoblins</strong>, mont&eacute;s sur des chevaux et munis d'arcs. Il en existe un tr&egrave;s facile d'acc&egrave;s dans les Collines de Tabanta, comme vous pouvez le voir sur la map suivante.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Fleches_Tabanta.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Faites-vous remarquer par les ennemis (ils ont un point d'exclamation de la t&ecirc;te quand ils vous rep&egrave;rent) et quand ils commencent &agrave; vous attaquer, placez la cam&eacute;ra au dessus de vous et ne bougez plus. Les Bokoblins vont alors vous tourner autour et tentez de vous tirer des fl&egrave;ches, mais <strong>ils rateront toujours leur cible</strong>. Les fl&egrave;ches vont alors s'accumuler &agrave; vos pieds et vous n'aurez qu'&agrave; tourner sur vous m&ecirc;me et appuyer sur A pour les ramasser.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Zelda_Fleches_Screens.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Vous pourrez tr&egrave;s facilement accumuler plusieurs centaines de fl&egrave;ches en l'espace de quelques minutes. De quoi &ecirc;tre tranquille pour un bon bout de temps.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3533,9749,1,22175,'','<p>Contains: Majora's Mask</p>\r\n<p>In Ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3534,9757,1,22585,'','<p>Contains Korok seed and rusty broadsward</p>',1,1); +INSERT INTO `marker_tab` VALUES (3535,9758,1,22600,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/b/b2/Korok129.png/200px-Korok129.png" width="170" height="120" />',1,1); +INSERT INTO `marker_tab` VALUES (3536,9759,1,22524,'','<p>Hestu Final Location</p>',1,1); +INSERT INTO `marker_tab` VALUES (3537,9761,1,22780,'','<p>jhmn</p>',1,1); +INSERT INTO `marker_tab` VALUES (3538,9790,1,1550,'','<p>fast</p>',1,1); +INSERT INTO `marker_tab` VALUES (3539,9790,1,1550,'','<p>rest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3540,9791,1,1550,'','<p>1212</p>',1,1); +INSERT INTO `marker_tab` VALUES (3541,9793,1,23704,'','<p>Three Hylian Shrooms, accesable as soon as you start the game.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3542,9799,1,23704,'','<p>Wall hides a chest with a Traveler's Bow with increased durability.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3543,9823,1,25083,'','<p>Silver Bokoblin Present.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3544,9830,1,25546,'','<p><a title="Rupias" href="https://www.youtube.com/watch?v=kE61uBIa6TA">https://www.youtube.com/watch?v=kE61uBIa6TA</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3545,9852,1,27279,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3546,9858,1,22592,'','<p>Rewards - Ice Arrow x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3547,9860,1,22592,'','<p>Rewards - Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (3548,9889,1,29204,'','<p>NPC: Walton</p>\r\n<p>Requires: Items</p>\r\n<p>Reward: Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (3549,9890,1,29204,'','<p>NPC: Jana</p>\r\n<p>Requires: Give&nbsp;insects</p>\r\n<p>Reward: 100 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3550,9891,1,30043,'','<p>Thyphlo Ruins</p>',1,1); +INSERT INTO `marker_tab` VALUES (3551,9892,1,29101,'','<p>Antikes Zaumzeug&nbsp;unter Kirschbaum im Laub.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3552,9897,1,30319,'','<p>DLC Item</p>',1,1); +INSERT INTO `marker_tab` VALUES (3553,9898,1,30319,'','<p>Found in stone monument,</p>',1,1); +INSERT INTO `marker_tab` VALUES (3554,9900,1,30529,'','<p><strong><em>try</em></strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3555,9915,1,30976,'','<p>follow the flower trail</p>',1,1); +INSERT INTO `marker_tab` VALUES (3556,9945,1,32758,'','<p>pick up the stone</p>',1,1); +INSERT INTO `marker_tab` VALUES (3557,9950,1,32941,'','<p>Phantom armor</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3558,9957,1,30338,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3559,9977,1,34138,'','<p><strong>1</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3560,9990,1,34279,'','<p>Soldier's Spear in chest on top of floating platform by bridge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3561,9995,1,34755,'','<p><strong>???</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3562,9996,1,34424,'','<p>NPC: Koyin</p>\r\n<p>Requires: Clear out Bokoblin Camp in Hateno Beach</p>\r\n<p>Reward: Fresh Milk x10</p>',1,1); +INSERT INTO `marker_tab` VALUES (3563,9999,1,34755,'','<p>????</p>',1,1); +INSERT INTO `marker_tab` VALUES (3564,10003,1,34279,'','<p>Chest on floating platform in Master Mode.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3565,10016,1,34279,'','<p>Master Moad<br />On floating platform over river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3566,10017,1,34279,'','<p>Master Mode<br />On top of floating platform close to ledge</p>',1,1); +INSERT INTO `marker_tab` VALUES (3567,10018,1,34279,'','<p>Master Mode<br />On top of floating platform just above river</p>',1,1); +INSERT INTO `marker_tab` VALUES (3568,10019,1,34279,'','<p>Master Mode<br />Floating platform abover river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3569,10020,1,34279,'','<p>Master Mode<br />Floating platform on top of the waterfall</p>',1,1); +INSERT INTO `marker_tab` VALUES (3570,10021,1,34279,'','<p>Master Mode<br />On floating platform just above the water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3571,10022,1,34279,'','<p>Master Mode<br />Floating platform all the way up, in front of the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3572,10028,1,35555,'','<p>[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps</p>',1,1); +INSERT INTO `marker_tab` VALUES (3573,10029,1,34279,'','<p>Master Mode<br />On high floating platform in front of the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3574,10030,1,34279,'','<p>Master Mode<br />Floating platform alongside the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3575,10031,1,34279,'','<p>Master Mode<br />Floating platform on the southern side of the bridge. You can snag the chest from the bridge with Magnesis if you desire.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3576,10036,1,34279,'','<p>EX Chest<br />In Basement<br />Contains: Travel Medallion</p>',1,1); +INSERT INTO `marker_tab` VALUES (3577,10039,1,36179,'','<p>Divine Beast Vah Rudania is enterable after it's hit 3 times by Yunobo.</p>\r\n<p>It's dark inside untill the map is collected.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3578,10040,1,34279,'','<p>Ice Wizzrobe</p>',1,1); +INSERT INTO `marker_tab` VALUES (3579,10054,1,34279,'','<p>Ravio's Hood (EX)<br />Right under the right hand.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3580,10055,1,34279,'','<p>EX: Tingle's Shirt</p>',1,1); +INSERT INTO `marker_tab` VALUES (3581,10058,1,37845,'','<p>Reward: 50 Rupees</p>\r\n<p>Go to Lazli's house at night and talk to her. She will ask for you to bring her some fireflies. Return to her house while she's there and hold five Sunset Fireflies in your hands. Drop them in front of her, and the quest will be completed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3582,10060,1,37845,'','<p>Torfeau will ask you to defeat the Hinox at Ralis Pond.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3583,10061,1,37845,'','<p>Make Guy a cooling elixir by combining monster parts and a Cold Darner. Cooling <em>foods</em> will not work; it must be an <em>elixir</em>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3584,10062,1,37845,'','<p>Reward: Sand Boots (The Eighth Heroine) &amp; Snow Boots (The Forgotten Sword)</p>\r\n<p>Speak with Bozai while dressed in the female Gerudo clothes. He will give you the Snow Boots. If you want the Sand Boots, you have to complete his quest, "The Eighth Heroine" first. You must photograph the statue of the Eighth Heroine and return to him. He gives you the Sand Boots, but takes the Snow Boots back. If you want both sets of boots, complete "The Forgotten Sword", where you must head up a mountain and photograph the Eighth Heroine's lost sword. Return to him to get the Snow Boots.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3585,10063,1,37845,'','<p>For "The Eighth Heroine" sidequest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3586,10064,1,37845,'','<p>For "The Forgotten Sword" sidequest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3587,10067,1,37908,'','<p>Seach the cart ruins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3588,10069,1,38196,'','<ul>\r\n<li><a href="https://vandal.elespanol.com/guias/guia-zelda-breath-of-the-wild/santuario-de-kaoma">Santuario de Kaoma</a></li>\r\n</ul>',1,1); +INSERT INTO `marker_tab` VALUES (3589,10086,1,35517,'','<p>Bomb Arrows BOX</p>',1,1); +INSERT INTO `marker_tab` VALUES (3590,10117,1,41851,'','<p>Requires: Cooling Elixir</p>\r\n<p>Reward: Purple Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (3591,10126,1,40727,'','<p style="padding-left: 40px;">beneath bombable rocks</p>',1,1); +INSERT INTO `marker_tab` VALUES (3592,10139,1,43245,'','<p>Rupee Farm</p>',1,1); +INSERT INTO `marker_tab` VALUES (3593,10148,1,42733,'','<p>NPC: Koyin</p>',1,1); +INSERT INTO `marker_tab` VALUES (3594,10149,1,42733,'','<p>NPC: Purah</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3595,10150,1,42733,'','<p>NPC: Symin</p>',1,1); +INSERT INTO `marker_tab` VALUES (3596,10151,1,42733,'','<p>NPC: Purah</p>',1,1); +INSERT INTO `marker_tab` VALUES (3597,10152,1,42733,'','<p>NPC: Sebasto</p>',1,1); +INSERT INTO `marker_tab` VALUES (3598,10155,1,39380,'','<p>A helmet much like the one Midna wore when she fought alongside the Hero of Twilight. It's a rather rare find.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3599,10156,1,44908,'','<p>silver rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (3600,10157,1,44908,'','<p>chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3601,10193,1,46735,'','<p>?????</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3602,10200,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3603,10201,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3604,10202,1,46946,'','<p>Tinique bleue (anti-chaleur)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3605,10203,1,46459,'','<p>DLC only.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3606,10206,1,45945,'','<p>A Shrine Quest given by the NPC Garini. He will be standing next to a broken stone tablet, and then will request your assistance in finding the rest of the pieces along the beach and shoreline. You need to take pictures of each, and then return to him to unlock the Kah Yah Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3607,10207,1,46811,'','<p>Divine Beast Vah Naboris</p>',1,1); +INSERT INTO `marker_tab` VALUES (3608,10214,1,46381,'','<p>Appears only after 23 o'clock</p>',1,1); +INSERT INTO `marker_tab` VALUES (3609,10219,1,47945,'','<p>Sheikah technology research lab created by Robbie after the destruction of the Royal Ancient Tech Lab during the <a title="Great Calamity" href="https://zelda.fandom.com/wiki/Great_Calamity">Great Calamity</a> where he continued his research into ancient technology. It was built from the remains of the old Akkala&nbsp;lighthouse that existed before the Great Calamity.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3610,10226,1,47917,'','<p>Starts on the cliff to the south</p>',1,1); +INSERT INTO `marker_tab` VALUES (3611,10229,1,49050,'','<p>punto di riferimento su mappa monti gemelli</p>',1,1); +INSERT INTO `marker_tab` VALUES (3612,10232,1,48859,'','<blockquote>\r\n<p>Southern mine (Goron) Greyson and fire guard armor found here</p>\r\n</blockquote>',1,1); +INSERT INTO `marker_tab` VALUES (3613,10250,1,50431,'','<p>treasure</p>',1,1); +INSERT INTO `marker_tab` VALUES (3614,10251,1,50431,'','<p>wooden arrow x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3615,10252,1,50431,'','<p>knights shield</p>',1,1); +INSERT INTO `marker_tab` VALUES (3616,10253,1,50431,'','<p>bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3617,10254,1,50431,'','<p>bomb arrorx5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3618,10255,1,50431,'','<p>arrow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3619,10256,1,50431,'','<p>fire arr x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3620,10270,1,50205,'','<p>Equipped Items: Blizzard Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (3621,10283,1,52670,'','<p>Cracked wall housing several ore deposits on the ceiling inside.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3622,10287,1,53330,'','<p><strong>Divine Beast Vah Naboris</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3623,10297,1,51643,'','<p>&Ccedil;A MOUILLE</p>',1,1); +INSERT INTO `marker_tab` VALUES (3624,10321,1,55591,'','<p>asdf</p>',1,1); +INSERT INTO `marker_tab` VALUES (3625,10333,1,52480,'','<p>Master Mode Lynel</p>',1,1); +INSERT INTO `marker_tab` VALUES (3626,10335,1,56400,'','<p>Sonnenaufgang fliegt Eldra &uuml;ber das Skelett</p>',1,1); +INSERT INTO `marker_tab` VALUES (3627,10350,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3628,10351,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3629,10352,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3630,10353,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3631,10354,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3632,10355,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3633,10356,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3634,10357,1,57361,'','<p>Frozen, will wake up when nearing</p>',1,1); +INSERT INTO `marker_tab` VALUES (3635,10360,1,45711,'','<p>The Four Winds<br />(DLC)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3636,10361,1,45711,'','<p>Stop to Start</p>\r\n<p>(DLC)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3637,10362,1,45711,'','<p>Path to Light</p>\r\n<p>(DLC)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3638,10363,1,45711,'','<p>Master the Orb</p>',1,1); +INSERT INTO `marker_tab` VALUES (3639,10364,1,45711,'','<p>Aim for Stilness</p>',1,1); +INSERT INTO `marker_tab` VALUES (3640,10381,1,57925,'','<p>Wild Horse Location</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3641,10384,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3642,10385,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3643,10386,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3644,10387,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3645,10388,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3646,10398,1,55864,'','<p>This seed is missing from the map</p>',1,1); +INSERT INTO `marker_tab` VALUES (3647,10400,1,58919,'','<p>Platform</p>',1,1); +INSERT INTO `marker_tab` VALUES (3648,10403,1,59420,'','<p>This mission became available afther completing the Wild trial.</p>\r\n<p>I had the master sword in my possesion by the time I came back.</p>\r\n<p>Maybe just completing the wild trial and waiting a couple of days is enough to makeJiogi appear.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3649,10409,1,48504,'','<p>Equiped with: Blizzard Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (3650,10412,1,60169,'','<p>asd</p>',1,1); +INSERT INTO `marker_tab` VALUES (3651,10423,1,60912,'','<p><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">look along the Northwest walls of the ground floor and use </span><a class="new" style="box-sizing: border-box; color: #3888c9; font-family: &amp;quot; ars-maquette-web&amp;quot;,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="Magnesis (page does not exist)" href="https://www.ign.com/wikis/the-legend-of-zelda-hd/Magnesis">Magnesis</a><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"> on the buried chest. </span></p>',1,1); +INSERT INTO `marker_tab` VALUES (3652,10428,1,60291,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3653,10438,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3654,10453,1,61555,'','<p>Hidden in cairn at top of Mount Hyrule.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3655,10454,1,61555,'','<p>In hidden chest of Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3656,10460,1,61589,'','<p>NPC: Jiahto</p>',1,1); +INSERT INTO `marker_tab` VALUES (3657,10461,1,61589,'','<p>NPC: Izra</p>',1,1); +INSERT INTO `marker_tab` VALUES (3658,10469,1,63606,'','<p>aaaaa</p>',1,1); +INSERT INTO `marker_tab` VALUES (3659,10470,1,63606,'','<p>a</p>',1,1); +INSERT INTO `marker_tab` VALUES (3660,10482,1,63841,'','<p>test</p>',1,1); +INSERT INTO `marker_tab` VALUES (3661,10484,1,64446,'','<p>Head to the Hateno Beach and clear out the enemy camp there.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3662,10495,1,60468,'','<p>Speak to Walton at the top of the Great Deku tree and solve five different riddles</p>',1,1); +INSERT INTO `marker_tab` VALUES (3663,10516,1,66421,'','<p>aa</p>',1,1); +INSERT INTO `marker_tab` VALUES (3664,10530,1,67259,'','<p>destroy with remote bomb or bomb arrow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3665,10541,1,68351,'','<p>mi no encontrar</p>',1,1); +INSERT INTO `marker_tab` VALUES (3807,10546,2,1,'Piece of Heart','<p>Win a Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3808,10548,2,1,'Piece of Heart','<p>Win a second Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy-game-two-placement.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game_2" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3809,10549,2,1,'Piece of Heart','<p>Purchase the Piece of Heart for 200 Rupees in the Mabe Village shoip.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-village-shop.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Village_Shop" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3810,10550,2,1,'Piece of Heart','<p>Catch a red fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fishing1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Beginners_Luck" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3811,10551,2,1,'Piece of Heart','<p>Catch a green fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-green-fish.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Youre_a_Pro_Now" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3812,10552,2,1,'Piece of Heart','<p>Jump into the Mabe Village well near the library.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-pieceofheart-well2.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Bottom_of_the_well" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3813,10553,2,1,'Piece of Heart','<p>Walk behind houses in Animal Village. You can reach the path from the Yarna Desert entrance.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-animal-village-alley-heart.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Animal_Village_Alley" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3814,10554,2,1,'Piece of Heart','<p>Enter the cave behind the houses in Animal Village. Use Bombs and the Hookshot to reach the Piece of Heart.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-hookshot-animal-crossing-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Village_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3815,10555,2,1,'Piece of Heart','<p>Complete the Rapids Race in less than 40 seconds.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-river-race-hookshot-posts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Race" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3816,10556,2,1,'Piece of Heart','<p>Stop the raft in the west-most island during the Rapids Race.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-raft-raid-.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Raid" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3817,10557,2,1,'Piece of Heart','<p>Dive underwater in the empty flooded cave east of Angler's Tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-flooded-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Flooded_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3818,10558,2,1,'Piece of Heart','<p>Dive underwater in the Kanalet Castle moat.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-kanalet.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Moat" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3819,10559,2,1,'Piece of Heart','<p>Visit the Seashell Mansion when you have at least five Secret Seashells.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-seashell-five.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Five_Secret_Seashells" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3820,10560,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Mad Batter's alter in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-mad-batter-dive.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Mad_Batters_Final_Punishment" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3821,10561,2,1,'Piece of Heart','<p>Dive underwater in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-diving.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Bay" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3822,10562,2,1,'Piece of Heart','<p>Jump to the northeast corner of Pothole Field.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-pothole-field.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#More_Than_Holes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3823,10563,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Animal Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-animal-village-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tunnel_Diving" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3824,10564,2,1,'Piece of Heart','<p>Solve the block puzzle in the Mysterious Forest tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Toadstool_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3825,10565,2,1,'Piece of Heart','<p>Use the Hookshot to cross the large pits in the Mysterious Forest cave.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-use-the-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hookshot_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3826,10566,2,1,'Piece of Heart','<p>Jump to the northeast corner of Tabahl Wasteland.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tabahl-wasteland.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Treasure_Among_the_Wastes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3827,10567,2,1,'Piece of Heart','<p>Jump across the pits in Koholint Prairie.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-edge.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Crossroads_at_the_Forests_Edge" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3828,10568,2,1,'Piece of Heart','<p>Find the stairs that lead outside in Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-turtle-rock-outside.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Dungeon_Intermission" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3829,10569,2,1,'Piece of Heart','<p>Walk along the edge of the mountain on your way to Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-narrow-path.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tal_Tal_Cliffside" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3830,10570,2,1,'Piece of Heart','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fill-up-your-hearts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fill_Up_Your_Hearts" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3831,10571,2,1,'Piece of Heart','<p>Complete the Passageway Centra Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-passageway-central.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Passageway_Central" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3832,10572,2,1,'Piece of Heart','<p>Find the secret path in the cave that leads to the western side of the Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-bomb.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hidden_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3833,10573,2,1,'Piece of Heart','<p>Jump across the pits in the cave beneath the Cemetery.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-large-jump.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Ghosts_Treasure" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3834,10574,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in the cave beneath the quicksand in Yarna Desert.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-desert-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Desert_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3835,10575,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave just east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-cave-puzzle-solution.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Cave_Among_the_Grass" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3836,10576,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave leading into Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-tal-tal-cave-block-puzzle.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Along_the_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3837,10577,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in a cave east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-cracked-wall.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Secret_in_the_Sealed_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3838,10578,2,1,'Piece of Heart','<p>Use the Hookshot to reach the Piece of Heart in the tunnel that leads to the Rapids Rafting minigame.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-rapids-cave-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Rapids_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3839,10579,2,1,'Heart Container','<p>Complete the Ticking Clock Chamber Dungeon challenge to earn an full Heart Container. That's 4 Pieces of Heart!</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-ticking-clock-886x498.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Ticking_Clock" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3840,10580,2,1,'Yoshi Doll','<p>Win the Yoshi Doll at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-yoshi-doll.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Yoshi_Doll_Pros_arent_allowed" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3841,10581,2,1,'Ribbon','<p>Give the Yoshi Doll to Mamasha.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-ribbon.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Ribbon_A_mothers_plight" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3842,10582,2,1,'Dog Food','<p>Give the Ribbon to CiaoCiao, the Chain Chomp.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-dog-food.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Dog_Food_The_envious_dog" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3843,10583,2,1,'Bananas','<p>Give the Dog Food to Sale, the alligator.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-sales-house-o-bananas.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Bananas_The_collector_of_cans" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3844,10584,2,1,'Stick','<p>Give the Bananas to Kiki, the monkey.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Stick_A_helpful_monkey" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3845,10585,2,1,'Honeycomb','<p>Give the Stick to Tarin.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-tarin-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Honeycomb_Tarins_gambit" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3846,10586,2,1,'Pineapple','<p>Give the Honeycomb to Chef Bear.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-pineapple.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Pineapple_The_bear_necessities" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3847,10587,2,1,'Hibiscus','<p>Give the Pineapple to Papahl.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-papahl.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Hibiscus_He_told_you_hed_get_lost" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3848,10588,2,1,'Letter','<p>Give the Hibiscus to Christine.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-christines-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Letter_A_thoughtful_gift" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3849,10589,2,1,'Broom','<p>Give the Letter to Mr. Write.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-writes-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Broom_He_just_got_a_letter" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3850,10590,2,1,'Fishing Hook','<p>Give the Broom to Grandma Yahoo.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-fishing-hook.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Fishing_Hook_Yahoo_Shes_fine_and_you" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3851,10591,2,1,'Necklace','<p>Give the Fishing Hook to the Fisherman under the bridge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-marthas-bay-bridge.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Necklace_Lucky_catch" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3852,10592,2,1,'Scale','<p>Give the Necklace to the Mermaid.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Scale_Only_take_one" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3853,10593,2,1,'Magnifying Lens','<p>Place the Scale in the Mermaid Statue.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-missing-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Magnifying_Lens_Completing_a_masterpiece" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3854,10594,2,1,'Raft Rapids','<p>Pay 100 Rupees to ride the Rapids.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3855,10595,2,1,'Trendy Game','<p>Pay 10 Rupees to play a claw machine game.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3856,10596,2,1,'Fishing','<p>Pay 10 Rupees for a chance to catch a fish.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3857,10597,2,1,'Bottle','<p>Catch the Bottle at the bottom of the Fishing Hole.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3858,10598,2,1,'Bottle','<p>Complete the first 12 Chamber Dungeon challenges.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3859,10599,2,1,'Bottle','<p>The Ghost will give you a Bottle after you take it to visit its house and then return it to its grave.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3860,10600,2,1,'Cracked Wall','<p>Item Trader</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3861,10601,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3862,10602,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3863,10603,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3864,10604,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3865,10605,2,1,'Cracked Wall','<p>Path to Turtle Rock</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3866,10606,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3867,10607,2,1,'Lanmolas','<p>Use the Sword to defeat Lanmolas and receive the Angler's Key.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3868,10608,2,1,'Armos Knight','<p>Use the Bow to defeat Armos Knight.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3869,10609,2,1,'Turtle Rock','<p>Use Bombs to break Turtle Rock's hard shell and then finish it with the Sword.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3870,10610,2,1,'Tail Cave','<p>Level 1</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/tail-cave/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3871,10611,2,1,'Bottle Grotto','<p>Level 2</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-4-bottle-grotto/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3872,10612,2,1,'Key Cavery','<p>Level 3</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-6-key-cavern/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3873,10613,2,1,'Kanalet Castle','<p>Mini Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-5-kanalet-castle/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3874,10614,2,1,'Angler's Tunnel','<p>Level 4</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-8-anglers-tunnel/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3875,10615,2,1,'Catfish's Maw','<p>Level 5</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-10-catfishs-maw/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3876,10616,2,1,'North Face Shrine','<p>Level 6</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-12-north-face-shrine/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3877,10617,2,1,'Eagle's Tower','<p>Level 7</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-14-eagles-tower/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3878,10618,2,1,'Turtle Rock','<p>Level 8</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-16-turtle-rock/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3879,10619,2,1,'Color Dungeon','<p>Optional Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/color-dungeon/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3880,10620,2,1,'Chamber Dungeon','<p>Dungeon Builder</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3881,10621,2,1,'Wind Fish's Egg','<p>Final Boss and Game Ending</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-17-wind-fishs-egg/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3882,10622,2,1,'Papahl, Mamasha, and the Quadruplet's Hou','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3883,10623,2,1,'Marin and Tarin's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3884,10624,2,1,'Madam MeowMeow's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3885,10625,2,1,'Grandpa Ulrira and Grandma Yahoo's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3886,10626,2,1,'Sales House O' Bananas','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3887,10627,2,1,'Richard's Villa','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3888,10628,2,1,'Ghost's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3889,10629,2,1,'Chef Bear's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3890,10630,2,1,'Christine's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3891,10631,2,1,'Mr. Write's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3892,10632,2,1,'Hen House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3893,10633,2,1,'Witch's Hut','<p>Bring the Toadstool to the Witch to receive Magic Powder.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3894,10634,2,1,'Mabe Village Shop','<p>Purchase many items including the Shovel, Bombs, and Bow.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3895,10635,2,1,'Crazy Tracy's Health Spa','<p>Purchase the Secret Medicine, which automatically heals you if you die.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3896,10645,2,1,'Secret Seashells','<p>Dig on the west side of Marin's favorite spot on the beach.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3897,10646,2,1,'Secret Seashells','<p>Lift the pots in the Ghost's house in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3898,10647,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into a tree in Toronbo Shores.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3899,10648,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree outside of Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3900,10649,2,1,'Secret Seashells','<p>Use a Bomb to enter the secret room in Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3901,10650,2,1,'Secret Seashells','<p>Dig in the dog house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3902,10651,2,1,'Secret Seashells','<p>Cut the patch of bushes in Mabe Village.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3903,10652,2,1,'Secret Seashells','<p>Win a Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3904,10653,2,1,'Secret Seashells','<p>Win another Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3905,10654,2,1,'Secret Seashells','<p>Catch a Cheep Cheep at the Fishing Hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3906,10655,2,1,'Secret Seashells','<p>Catch a Blooper at the Fishing Hole. It might not be your first one!</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3907,10656,2,1,'Secret Seashells','<p>Dig a hole in the circle of flowers in the Mysterious Forest.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3908,10657,2,1,'Secret Seashells','<p>Dig a hole near the north exit of the Mysterious Forest, south of Mr. Write's house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3909,10658,2,1,'Secret Seashells','<p>Dig a hole beneath a lone bush.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3910,10659,2,1,'Secret Seashells','<p>Open the treasure chest in the tunnel beneath Richard's Villa.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3911,10660,2,1,'Secret Seashells','<p>Under the lone bush east of the telephone booth in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3912,10661,2,1,'Secret Seashells','<p>Under the lone bush on the small island south of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3913,10662,2,1,'Secret Seashells','<p>Dig a hole near the Owl Statue northwest of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3914,10663,2,1,'Secret Seashells','<p>Dig a hole in the center of the grass.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3915,10664,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree near the Signpost Maze.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3916,10665,2,1,'Secret Seashells','<p>Under the bush in the islands near Key Cavern.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3917,10666,2,1,'Secret Seashells','<p>Use the Hookshot to reach the stairs to the west of the Kanalet Castle gate.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3918,10667,2,1,'Secret Seashells','<p>Dive underwater in near the waterfall in the Kanalet Castle moat.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3919,10668,2,1,'Secret Seashells','<p>Under a rock in the southeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3920,10669,2,1,'Secret Seashells','<p>Stand near the shore at the entrance of Yarna Desert and play the Ballad of the Wind Fish. The Walrus will appear and give you a Secret Seashell.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3921,10670,2,1,'Secret Seashells','<p>Speak to the hidden Zora in Animal Village after you have the Magnifying Lens.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3922,10671,2,1,'Secret Seashells','<p>Speak to Christine after you deliver the Letter to Mr. Write.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3923,10672,2,1,'Secret Seashells','<p>Find the stairs that lead outside in the North Face Shrine.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3924,10673,2,1,'Secret Seashells','<p>Throw a bomb into the hole near the Angler's Key keyhole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3925,10674,2,1,'Secret Seashells','<p>Finish the Rapids Race in less than 35 seconds.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3926,10675,2,1,'Secret Seashells','<p>Open the chest in the Mysterious Forest that is blocked by a stone.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3927,10676,2,1,'Secret Seashells','<p>Dig a hole under the lone bush north of the telephone booth.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3928,10677,2,1,'Secret Seashells','<p>Dig a hole near the east side of the Tabahl Wasteland.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3929,10678,2,1,'Secret Seashells','<p>Dig a hole beneat the spot where the large skull boulder is before you destroy it.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3930,10679,2,1,'Secret Seashells','<p>Unde a rock north of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3931,10680,2,1,'Secret Seashells','<p>Under a bush east of the Seashell Mansion.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3932,10681,2,1,'Secret Seashells','<p>Dig a hole near the Owl statue east of Catfish's Maw.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3933,10682,2,1,'Secret Seashells','<p>Dig a hole near the cacti in the northeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3934,10683,2,1,'Secret Seashells','<p>Under a rock near the sign north of the Moblin's Hideout.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3935,10684,2,1,'Secret Seashells','<p>Stop the raft on the smallest island in the rapids. Then, dig a hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3936,10685,2,1,'Secret Seashells','<p>Find the stairs beneath the Armos in the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3937,10686,2,1,'Secret Seashells','<p>Under the a lone rock north of the entrance to the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3938,10687,2,1,'Secret Seashells','<p>Dive underwater near the ladder that leads to the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3939,10688,2,1,'Secret Seashells','<p>Under a rock across the bridges to the east of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3940,10689,2,1,'Secret Seashells','<p>Throw a Bomb in the hole southwest of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3941,10690,2,1,'Secret Seashells','<p>Open the treasure chest in east Tal Tal Mountain Range. Use a Bomb to find a secret path.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3942,10691,2,1,'Secret Seashells','<p>Fall in a hole on the far west side of the room where you fight Hinox in Eagle's Tower.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3943,10692,2,1,'Secret Seashells','<p>Under a lone rock in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3944,10693,2,1,'Secret Seashells','<p>Dig a hole in the center of the rock pattern in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3945,10694,2,1,'Secret Seashells','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3946,10695,2,1,'Fairy Fountain','<p>In plain sight.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3947,10696,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3948,10697,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3949,11015,1,70248,'','<p>Facade is a easy boss, just use the shield in his first phase, then use bombs. (Watchout for holes as they take you or your bombs.)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3950,11016,1,70248,'','<p>This Nightmare Key allows you to get to boss #6, Facade</p>',1,1); +INSERT INTO `marker_tab` VALUES (3951,11039,1,72231,'','<p>xxxxxxx</p>',1,1); +INSERT INTO `marker_tab` VALUES (3952,11053,1,72615,'','<p>Big or Small</p>',1,1); +INSERT INTO `marker_tab` VALUES (3953,11062,1,72985,'','<p>After hearing Jiahto's request, search for the stone monuments in the area surrounding Zora's Domain. Not counting thr monument in Zora's Domain there are 10 to find in total.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3954,11063,1,73086,'','<p>Serpent Jaws</p>',1,1); +INSERT INTO `marker_tab` VALUES (3955,11094,1,74072,'','<p>Search vertical rock surrounded by 4 small rocks (next to where old man is standing)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3956,11096,1,74072,'','<p>Above skull encampment</p>',1,1); +INSERT INTO `marker_tab` VALUES (3957,11107,1,74072,'','<p>Not active, need to start campfire with flint or fire arrow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3958,11121,1,73176,'','<p>asd</p>',1,1); +INSERT INTO `marker_tab` VALUES (3959,11129,1,74072,'','<p>This marker already exists but could use some more info. To get this, you must feed the dog behind the coral 4 pieces of food (apples work and are located next to the fire). The dog will then lead you to the treasure. It will NOT show up unless you feed the dog</p>',1,1); +INSERT INTO `marker_tab` VALUES (3960,11131,1,75055,'','<p>Enemies:</p>\r\n<ul>\r\n<li>&nbsp;Sentry (outside)</li>\r\n<li>Guardian Scout I (inside)</li>\r\n<li>Cursed Bokoblins/Moblins/Lizalfos (inside)</li>\r\n<li>Fireblight Ganon (inside, boss)</li>\r\n</ul>',1,1); +INSERT INTO `marker_tab` VALUES (3961,11133,1,75084,'','<p>Questgiver Rozel can alternatively be found at the dock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3962,11134,1,75272,'','<p>This is the Devine Beast Vah Medoh from the Champion Revali</p>',1,1); +INSERT INTO `marker_tab` VALUES (3963,11150,1,73669,'','<p>Reward: Luminous Stone</p>',1,1); +INSERT INTO `marker_tab` VALUES (3964,11170,1,67975,'','<p>To start the quest, head into Foothill Stable in the Eldin region.</p>\r\n<p>Inside, you will find Mayro inspecting a painting on the wall.</p>\r\n<img src="https://oyster.ignimgs.com/mediawiki/apis.ign.com/the-legend-of-zelda-hd/b/b3/LandscapeStable1.png" alt="Mayro and Link, near the spoken painting." width="1593" height="891" />\r\n<p>after interacting with him,&nbsp; the quest will start.</p>\r\n<p>he will tell you the painting was made by the Stable owner, Ozunda, who paints as a hobby.</p>\r\n<p>In addition, he mentions that the sable was painted from a southern direction.</p>\r\n<p>going south from the Stable, you will find the view in the painting, and reveal the location of the shrine [Tah Muhl Shrine].</p>\r\n<img src="https://gamefaqs1.cbsistatic.com/faqs/27/75427-5.png" alt="the location of Tah Muhl Shrine" width="750" height="422" />',1,1); +INSERT INTO `marker_tab` VALUES (3965,11171,1,67975,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/5/5f/Korok862.png/200px-Korok862.png" alt="" width="200" height="159" />\r\n<p>Lift up the rock to reveal the Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3966,11200,1,79082,'','<p>luna carmeci</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3967,11309,1,81232,'','<p>Requires Power Bracelet</p>',1,1); +INSERT INTO `marker_tab` VALUES (3968,11311,1,81232,'','<p>Clear all enemies in room.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3969,11324,1,36179,'','<p>Only obtainable with the DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3970,11325,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3971,11326,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3972,11327,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3973,11328,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3974,11329,1,36179,'','<p>The Four Winds</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3975,11330,1,36179,'','<p>Aim for Stillness</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3976,11331,1,36179,'','<p>Master the Orb</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3977,11337,1,80073,'','<p>Contains: Royal Bow "43" - Attack Up +5</p>\r\n<p>Location: Chest in Water</p>\r\n<p>Description: In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3978,11338,1,14388,'','<p>Campfire at the south end of the ledge; sit until morning; walk towards the north ledge &amp; prep. Dinraal will come around the north corner at 6 AM if not glitched. (If he doesn't show by 7 AM, close and reopen the game, then wait til morning, and it should be fixed.)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3979,11340,1,79786,'','<p>Paraglide to the rock south from the center pillar. The chest is to the east underwater</p>',1,1); +INSERT INTO `marker_tab` VALUES (3980,11345,1,14388,'','<p>Buried in ground? Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3981,11349,1,82690,'','<p>On top of the wall in front of the Bomb trial</p>',1,1); +INSERT INTO `marker_tab` VALUES (3982,11350,1,82690,'','<p>Somewhere in the vicinity of the temple of time in a chest, found near some bokogoblins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3983,11351,1,82690,'','<p>Can get by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.), Or by climbing up to the top of Mt. Hylia.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3984,11352,1,82690,'','<p>Climb up to the top of Mt. Hylia and talking to the old man to get the Warm Doublet, or also get this by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3985,11372,1,82864,'','<p>Requires: Five fireflies</p>\r\n<p>Talk to Lasli in her house at night to unlock this quest.</p>\r\n<p>Reward: 50 rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3986,11373,1,82864,'','<p>After completing all other side-quests in the village, return here for a shrine quest.</p>\r\n<p>Reward: Lakna Rokee Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (3987,11406,1,79196,'','<p>NPC: Walton</p>\r\n<p>Requires: Deliver the correct items from across Hyrule</p>\r\n<p>Reward: Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (3988,11412,1,84349,'','<p>missing some dlc shrine i guess?</p>',1,1); +INSERT INTO `marker_tab` VALUES (3989,11413,1,84349,'','<p>missing shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (3990,11414,1,84349,'','<p>missing</p>',1,1); +INSERT INTO `marker_tab` VALUES (3991,11415,1,84349,'','<p>missing</p>',1,1); +INSERT INTO `marker_tab` VALUES (3992,11416,1,84349,'','<p>missing dlc shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (3993,11444,1,85878,'','<p>Inside the Water, hard current.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3994,11451,1,85883,'','<p>Collection of ore inside.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3995,11492,1,87273,'','<p>The Temple once home to the<strong> Master Sword.</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3996,11516,1,87473,'','<p>Location once completed</p>',1,1); +INSERT INTO `marker_tab` VALUES (3997,11518,1,73379,'','<p>Reward: Ice arrows x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3998,11527,1,80263,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3999,11550,1,89658,'','<p>guygg</p>',1,1); +INSERT INTO `marker_tab` VALUES (4000,11560,1,90222,'','<p>hujkl</p>',1,1); +INSERT INTO `marker_tab` VALUES (4001,11562,1,89757,'','<p>h</p>',1,1); +INSERT INTO `marker_tab` VALUES (4002,11571,1,87973,'','<p>Des&ccedil;a pela passagem de ar em frente a Shrines</p>',1,1); +INSERT INTO `marker_tab` VALUES (4003,11586,1,91548,'','<p>Contains: Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (4004,11640,1,86120,'','<p>Only in Master Mode, on the Floating Platform next to the bridge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4005,11653,1,74072,'','<p>Destroy all of the electric ChuChus and move the iron crate. Behind it is the treasure chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (4006,11658,1,74072,'','<p>Carries a blizzard rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (4007,11659,1,93360,'','<p>in the sanctum</p>',1,1); +INSERT INTO `marker_tab` VALUES (4008,11662,1,94805,'','<h1>IMPORTANT</h1>',1,1); +INSERT INTO `marker_tab` VALUES (4009,11676,1,91119,'','<p>Inside the stone shrine, behind the statues, examine to get seed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4010,11693,1,95754,'','<p>That Lynel exists only in MASTER MODE.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4011,11696,1,95982,'','<p><a title="ww" href="?game=BotW&amp;marker=2888&amp;zoom=5">https://zeldamaps.com/?game=BotW&amp;marker=2888&amp;zoom=5</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (4012,11719,1,96999,'','<p>core</p>',1,1); +INSERT INTO `marker_tab` VALUES (4013,11723,1,95775,'','<p><strong>Requirements:</strong> Complete the four additional Shrines on the Great Plateau</p>',1,1); +INSERT INTO `marker_tab` VALUES (4014,11737,1,75055,'','<p>There are multiple enemies spread across the ruins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4015,11757,1,89772,'','<p><em>its cool</em></p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (4016,11760,1,99093,'','<p>Speak to&nbsp;Kass&nbsp;on the tallest rock pillar in&nbsp;Kitano Bay. Answer "Yes, please" when he asks if you want to hear the ancient song of the rock pillar you're standing on.<br />He will sing a song with the Direction of the Chest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4017,11799,1,100668,'','<p>Light the torches by the Goddess statue.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4018,11807,1,72792,'','<p>There isn't actually a molduga here.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4019,11838,1,102183,'','<p>The Korok Mask shakes and makes noises when you get near a Korok's hiding spot, similar to the shrine sensor.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4020,11844,1,102183,'','<p>Allows you to create at your own warp point where you are currently standing. In the same room as the Diamond Circlet.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4021,11845,1,102183,'','<p>Above Ganon boss fight room.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4022,11862,1,102183,'','<p>The flame for Robbie's furnace is found in this area.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4023,11866,1,102183,'','<p>The location of the blue flame needed for the Anchent Tech Lab.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4024,11867,1,102183,'','<p>Bring the glowing orb to Ritaag Zumo shrine hole to reveal the shrine.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (4025,11868,1,102183,'','<p>You must visit the shop here first before it starts appearing at other locations.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4026,11870,1,102183,'','<p>Kass shrine quest. Head north to the Spring of Courage and toss a scale from Farosh in the water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4027,11872,1,102183,'','<p>Where Kilton shows up in Zora's Domain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4028,11875,1,92866,'','<p>aqui</p>',1,1); +INSERT INTO `marker_tab` VALUES (4029,11876,1,102183,'','<p>Bomb for Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4030,11883,1,102564,'','<p>llynel and shock arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (4031,11884,1,103297,'','<p>A blue rupee under a rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (4032,11893,1,103635,'','<p>Apple trees</p>',1,1); +INSERT INTO `marker_tab` VALUES (4033,11900,1,84811,'','<p>FREDDO</p>',1,1); +INSERT INTO `marker_tab` VALUES (4034,11914,1,47775,'','<p>NPC: Symin</p>\r\n<p>Requires: Picture of Sunshroom (1st time) / 3 Sunshrooms (2nd time)</p>\r\n<p>Reward: 3 Hearty Truffles</p>',1,1); +INSERT INTO `marker_tab` VALUES (4035,11916,1,47775,'','<p>Contains: Royal Guard Boots</p>\r\n<p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (4036,11920,1,47775,'','<p>NPC: Kass</p>\r\n<p>Requires: Find the metallic chest southeast of Kass</p>\r\n<p>Reward: Gold Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (4037,11929,1,47775,'','<p>NPC: Purah</p>\r\n<p>Requires: 3 Ancient Screws, 3 Ancient Shafts, and 3 Ancient Cores</p>\r\n<p>Reward: Rune upgrades</p>',1,1); +INSERT INTO `marker_tab` VALUES (4038,11934,1,47775,'','<p>NPC: Kiana</p>\r\n<p>Requires: A Hearty Blue Snail and Goat Butter</p>\r\n<p>Reward: 50 Rupees and Seafood Paella</p>',1,1); +INSERT INTO `marker_tab` VALUES (4039,11974,1,108591,'','<p>87tgiy</p>',1,1); +INSERT INTO `marker_tab` VALUES (4040,11998,1,109508,'','<p>x10 Arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (4041,12008,1,108275,'','<p>Reward: Silverscale Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (4042,12037,1,111560,'','<p>Statue with purple eyes surrounded by a bunch of regular statues.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4043,12046,1,111805,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (4044,12055,1,111894,'','<p>Find the four companions of the quest giver</p>',1,1); +INSERT INTO `marker_tab` VALUES (4045,12057,1,110653,'','<p>The Divine Beast of the Desert.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4046,12058,1,110653,'','<p>The Divine Beast of Death Mountain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4047,12059,1,110653,'','<p>The Divine Beast of Rito Village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4048,12063,1,110653,'','<p>Kaina lives in a family of fishermen in Lurulin Village. She wants to cook her family's favorite meal, seafood paella, but she's too busy with her daily errands and looking after her children to gather all the necessary ingredients.</p>\r\n<p>Be a sport and help her out by gathering the ingredients for her. She needs Goat Butter and a Hearth Blueshell Snail to prepare the dish.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4049,12064,1,110653,'','<p>Lurelin Village is a fishing village, but the residents have been distressed lately. The fisherman Sebasto in particular is in a bind because a group of monsters have built an encampment right on Aris Beach-the best fishing spot for miles around.<br /><br />Defeat the monsters on the beach so the village can resume its regular fishing.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4050,12065,1,110653,'','<p>The retired fisherman Rozel lives a quiet life, spending each day simply staring at the sea.<br /><br />He shared a legend of a sunken treasure:<br /><br />"The treasure sleeps in the center of the golden triangle."<br /><br />You should check it out.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4051,12066,1,106058,'','<p>Test</p>',1,1); +INSERT INTO `marker_tab` VALUES (4052,12068,1,50607,'','<p>Fairy Fountain behind cracked wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (4053,12082,1,113397,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1); +INSERT INTO `marker_tab` VALUES (4054,12111,1,114693,'','<p>pleins de fruits (private marker)</p>',1,1); +INSERT INTO `marker_tab` VALUES (4055,12154,1,118430,'','<p>lol</p>',1,1); +INSERT INTO `marker_tab` VALUES (4056,12240,1,124806,'','<p>Vah Ruta</p>',1,1); +INSERT INTO `marker_tab` VALUES (4057,12241,1,124806,'','<p>Vah Medoh</p>',1,1); +INSERT INTO `marker_tab` VALUES (4058,12242,1,124806,'','<p>Vah Medoh</p>',1,1); +INSERT INTO `marker_tab` VALUES (4059,12243,1,124806,'','<p>Vah Naboris</p>',1,1); +INSERT INTO `marker_tab` VALUES (4060,12262,1,122869,'','<p>A skull with a tower and a few Bokoblins</p>',1,1); +INSERT INTO `marker_tab` VALUES (4061,12269,1,115116,'','<p>Remember to explore here.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4062,12310,1,126743,'','<p>Divine Beast Vah Medoh</p>',1,1); +INSERT INTO `marker_tab` VALUES (4063,12315,1,127910,'','<img src="bureau\0012.gif" alt="" />',1,1); +INSERT INTO `marker_tab` VALUES (4064,12318,1,128287,'','<p>Found facing North East on the Hylia Bridge at night. Expansion Pack only.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4065,12358,1,130243,'','<p>sfd</p>',1,1); +INSERT INTO `marker_tab` VALUES (4066,12426,1,132980,'','<p>OBAB</p>',1,1); +INSERT INTO `marker_tab` VALUES (4067,12437,1,131437,'','<p>Camp of Boblokins</p>',1,1); +INSERT INTO `marker_tab` VALUES (4068,12440,1,134448,'','<p><strong>flechas explosivos</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (4069,12465,1,125221,'','<p>Rola wants you to light the four tourches around the Goddess Statue with your bow and arrow.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4070,12467,1,135903,'','<p>Gold rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (4071,12472,1,135903,'','<p>300 rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (4072,12482,1,49116,'','<p>Ice wizzrob</p>',1,1); +INSERT INTO `marker_tab` VALUES (4073,12484,1,132880,'','<p>Korock is under a frozen rock that looks like an enemy. Do NOT use bombs on Koroks!!! <strong>Use fire arrows!</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (4074,12517,1,138800,'','<p>l</p>',1,1); /*!40000 ALTER TABLE `marker_tab` ENABLE KEYS */; UNLOCK TABLES; @@ -11420,6 +14440,28 @@ INSERT INTO `marker_tab_status` VALUES (2,'Approved',1); /*!40000 ALTER TABLE `marker_tab_status` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Dumping data for table `schema_migrations` +-- + +LOCK TABLES `schema_migrations` WRITE; +/*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */; +INSERT INTO `schema_migrations` VALUES ('20180427013505'); +INSERT INTO `schema_migrations` VALUES ('20180430012556'); +INSERT INTO `schema_migrations` VALUES ('20180430031250'); +INSERT INTO `schema_migrations` VALUES ('20180430035101'); +INSERT INTO `schema_migrations` VALUES ('20210810041408'); +INSERT INTO `schema_migrations` VALUES ('20210810213006'); +INSERT INTO `schema_migrations` VALUES ('20210811020718'); +INSERT INTO `schema_migrations` VALUES ('20210811022855'); +INSERT INTO `schema_migrations` VALUES ('20210811031425'); +INSERT INTO `schema_migrations` VALUES ('20210811034535'); +INSERT INTO `schema_migrations` VALUES ('20210811035109'); +INSERT INTO `schema_migrations` VALUES ('20210811040936'); +INSERT INTO `schema_migrations` VALUES ('20210811143812'); +/*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Dumping data for table `submap` -- @@ -11430,6 +14472,16 @@ INSERT INTO `submap` VALUES (140,3,1,NULL,'Light World',1,'alttp/overworld/light INSERT INTO `submap` VALUES (141,3,1,NULL,'Dark World',0,'alttp/overworld/dark/','png','404',1,0,1,1); INSERT INTO `submap` VALUES (1900,19,1,1,'DO NOT USE',0,'botw/e32016/','png','blank',0,0,1,0); INSERT INTO `submap` VALUES (1901,19,1,1,'Hyrule',1,'botw/hyrule/','png','blank',0,0,1,1); +INSERT INTO `submap` VALUES (2000,20,1,1,'Koholint Island',1,'la_rmk/koholint_island/','png','blank',0,0,1,1); +INSERT INTO `submap` VALUES (2001,21,1,1,'Tail Cave',1,'la_rmk/1_tail_cave/','png','blank',1,0,1,1); +INSERT INTO `submap` VALUES (2002,22,1,1,'Bottle Grotto',1,'la_rmk/2_bottle_grotto/','png','blank',2,0,1,1); +INSERT INTO `submap` VALUES (2003,23,1,1,'Key Cavern',1,'la_rmk/3_key_cavern/','png','blank',3,0,1,1); +INSERT INTO `submap` VALUES (2004,24,1,1,'Angler`s Tunnel',1,'la_rmk/4_anglers_tunnel/','png','blank',4,0,1,1); +INSERT INTO `submap` VALUES (2005,25,1,1,'Catfish`s Maw',1,'la_rmk/5_catfishs_maw/','png','blank',5,0,1,1); +INSERT INTO `submap` VALUES (2006,26,1,1,'Face Shrine',1,'la_rmk/6_face_shrine/','png','blank',6,0,1,1); +INSERT INTO `submap` VALUES (2007,27,1,1,'Eagle`s Tower',1,'la_rmk/7_eagles_tower/','png','blank',7,0,1,1); +INSERT INTO `submap` VALUES (2008,28,1,1,'Turtle Rock',1,'la_rmk/8_turtle_rock/','png','blank',8,0,1,1); +INSERT INTO `submap` VALUES (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1); /*!40000 ALTER TABLE `submap` ENABLE KEYS */; UNLOCK TABLES; @@ -12532,1287 +15584,2541 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2018-05-19 20:27:54 +-- Dump completed on 2021-08-11 19:10:10 INSERT INTO `user` -(`id`, `username`, `password`, `name`, `email`, `created`, `ip`, `last_login`, `level`, `visible`) +(`id`, `username`, `password`, `name`, `email`, `created`, `ip`, `last_login`, `level`, `visible`, `seen_version_major`, `seen_version_minor`, `seen_version_patch`, `seen_latest_changelog`) VALUES -('1', 'test1', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1', 'test1@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1'), -('2', 'test2', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2', 'test2@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1'), -('3', 'test3', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3', 'test3@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1'), -('4', 'test4', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4', 'test4@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5', 'test5', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5', 'test5@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1'), -('7', 'test7', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7', 'test7@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '0'), -('9', 'test9', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9', 'test9@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1'), -('12', 'test12', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12', 'test12@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1'), -('14', 'test14', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14', 'test14@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16', 'test16', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16', 'test16@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17', 'test17', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17', 'test17@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18', 'test18', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18', 'test18@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19', 'test19', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19', 'test19@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20', 'test20', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20', 'test20@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21', 'test21', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21', 'test21@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('22', 'test22', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22', 'test22@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('24', 'test24', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24', 'test24@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('25', 'test25', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25', 'test25@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('28', 'test28', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28', 'test28@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('38', 'test38', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38', 'test38@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('39', 'test39', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39', 'test39@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('40', 'test40', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40', 'test40@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('42', 'test42', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42', 'test42@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('43', 'test43', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43', 'test43@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('44', 'test44', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44', 'test44@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('45', 'test45', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45', 'test45@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('47', 'test47', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47', 'test47@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('48', 'test48', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48', 'test48@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('49', 'test49', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49', 'test49@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('50', 'test50', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50', 'test50@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('51', 'test51', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51', 'test51@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('54', 'test54', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54', 'test54@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('55', 'test55', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55', 'test55@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('56', 'test56', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56', 'test56@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('57', 'test57', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57', 'test57@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('58', 'test58', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58', 'test58@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('61', 'test61', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61', 'test61@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('63', 'test63', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63', 'test63@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('64', 'test64', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64', 'test64@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('65', 'test65', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65', 'test65@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('66', 'test66', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66', 'test66@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('67', 'test67', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67', 'test67@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('68', 'test68', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68', 'test68@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('69', 'test69', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69', 'test69@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('71', 'test71', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71', 'test71@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('73', 'test73', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73', 'test73@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('77', 'test77', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77', 'test77@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('82', 'test82', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82', 'test82@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('83', 'test83', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83', 'test83@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('84', 'test84', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84', 'test84@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('85', 'test85', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85', 'test85@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('88', 'test88', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88', 'test88@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('89', 'test89', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89', 'test89@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('91', 'test91', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91', 'test91@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('92', 'test92', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92', 'test92@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('93', 'test93', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93', 'test93@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('95', 'test95', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95', 'test95@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('96', 'test96', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96', 'test96@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('98', 'test98', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98', 'test98@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('99', 'test99', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99', 'test99@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('100', 'test100', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100', 'test100@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('101', 'test101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101', 'test101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('104', 'test104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104', 'test104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('106', 'test106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106', 'test106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('107', 'test107', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107', 'test107@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('108', 'test108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108', 'test108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('110', 'test110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110', 'test110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('111', 'test111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111', 'test111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('114', 'test114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114', 'test114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('118', 'test118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118', 'test118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('119', 'test119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119', 'test119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('123', 'test123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123', 'test123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('125', 'test125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125', 'test125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('127', 'test127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127', 'test127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('131', 'test131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131', 'test131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('132', 'test132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132', 'test132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('136', 'test136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136', 'test136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('140', 'test140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test140', 'test140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('143', 'test143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test143', 'test143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('144', 'test144', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test144', 'test144@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('145', 'test145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test145', 'test145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('146', 'test146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test146', 'test146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('147', 'test147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test147', 'test147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('148', 'test148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test148', 'test148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('149', 'test149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test149', 'test149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('152', 'test152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test152', 'test152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('153', 'test153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test153', 'test153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('154', 'test154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test154', 'test154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('155', 'test155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test155', 'test155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('165', 'test165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test165', 'test165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('167', 'test167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test167', 'test167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('168', 'test168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test168', 'test168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('169', 'test169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test169', 'test169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('170', 'test170', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test170', 'test170@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('171', 'test171', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test171', 'test171@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('174', 'test174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test174', 'test174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('175', 'test175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test175', 'test175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('176', 'test176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test176', 'test176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('177', 'test177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test177', 'test177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('178', 'test178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test178', 'test178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('179', 'test179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test179', 'test179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('180', 'test180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test180', 'test180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('183', 'test183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test183', 'test183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('185', 'test185', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test185', 'test185@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('186', 'test186', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test186', 'test186@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('187', 'test187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test187', 'test187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('190', 'test190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test190', 'test190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('192', 'test192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test192', 'test192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('193', 'test193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test193', 'test193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('194', 'test194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test194', 'test194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('195', 'test195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test195', 'test195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('196', 'test196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test196', 'test196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('197', 'test197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test197', 'test197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('198', 'test198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test198', 'test198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('200', 'test200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test200', 'test200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('205', 'test205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test205', 'test205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('208', 'test208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test208', 'test208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('210', 'test210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test210', 'test210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('211', 'test211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test211', 'test211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('213', 'test213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test213', 'test213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('223', 'test223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test223', 'test223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('224', 'test224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test224', 'test224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('225', 'test225', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test225', 'test225@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('237', 'test237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test237', 'test237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('240', 'test240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test240', 'test240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('243', 'test243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test243', 'test243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('244', 'test244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test244', 'test244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('246', 'test246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test246', 'test246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('247', 'test247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test247', 'test247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('250', 'test250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test250', 'test250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('251', 'test251', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test251', 'test251@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('252', 'test252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test252', 'test252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('255', 'test255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test255', 'test255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('258', 'test258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test258', 'test258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('259', 'test259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test259', 'test259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('261', 'test261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test261', 'test261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('262', 'test262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test262', 'test262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('263', 'test263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test263', 'test263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('266', 'test266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test266', 'test266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('267', 'test267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test267', 'test267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('268', 'test268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test268', 'test268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('269', 'test269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test269', 'test269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('271', 'test271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test271', 'test271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('274', 'test274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test274', 'test274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('275', 'test275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test275', 'test275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('278', 'test278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test278', 'test278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('285', 'test285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test285', 'test285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('286', 'test286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test286', 'test286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('287', 'test287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test287', 'test287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('290', 'test290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test290', 'test290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('291', 'test291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test291', 'test291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('292', 'test292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test292', 'test292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('293', 'test293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test293', 'test293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('296', 'test296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test296', 'test296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('297', 'test297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test297', 'test297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('302', 'test302', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test302', 'test302@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('303', 'test303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test303', 'test303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('304', 'test304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test304', 'test304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('306', 'test306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test306', 'test306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('309', 'test309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test309', 'test309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('311', 'test311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test311', 'test311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('312', 'test312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test312', 'test312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('314', 'test314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test314', 'test314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('315', 'test315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test315', 'test315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('316', 'test316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test316', 'test316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('317', 'test317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test317', 'test317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('318', 'test318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test318', 'test318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('319', 'test319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test319', 'test319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('321', 'test321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test321', 'test321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('322', 'test322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test322', 'test322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('323', 'test323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test323', 'test323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('325', 'test325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test325', 'test325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('326', 'test326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test326', 'test326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('327', 'test327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test327', 'test327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('328', 'test328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test328', 'test328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('331', 'test331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test331', 'test331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('333', 'test333', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test333', 'test333@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('334', 'test334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test334', 'test334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('335', 'test335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test335', 'test335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('338', 'test338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test338', 'test338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('339', 'test339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test339', 'test339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('340', 'test340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test340', 'test340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('341', 'test341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test341', 'test341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('342', 'test342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test342', 'test342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('344', 'test344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test344', 'test344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('346', 'test346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test346', 'test346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('352', 'test352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test352', 'test352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('354', 'test354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test354', 'test354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('355', 'test355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test355', 'test355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('357', 'test357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test357', 'test357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('358', 'test358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test358', 'test358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('360', 'test360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test360', 'test360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('365', 'test365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test365', 'test365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('366', 'test366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test366', 'test366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('375', 'test375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test375', 'test375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('381', 'test381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test381', 'test381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('384', 'test384', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test384', 'test384@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('385', 'test385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test385', 'test385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('397', 'test397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test397', 'test397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('398', 'test398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test398', 'test398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('406', 'test406', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test406', 'test406@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('412', 'test412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test412', 'test412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('415', 'test415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test415', 'test415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('423', 'test423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test423', 'test423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('424', 'test424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test424', 'test424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('427', 'test427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test427', 'test427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('433', 'test433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test433', 'test433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('434', 'test434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test434', 'test434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('436', 'test436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test436', 'test436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('437', 'test437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test437', 'test437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('440', 'test440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test440', 'test440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('442', 'test442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test442', 'test442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('444', 'test444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test444', 'test444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('445', 'test445', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test445', 'test445@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('446', 'test446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test446', 'test446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('449', 'test449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test449', 'test449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('450', 'test450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test450', 'test450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('451', 'test451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test451', 'test451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('454', 'test454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test454', 'test454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('457', 'test457', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test457', 'test457@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('459', 'test459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test459', 'test459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('462', 'test462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test462', 'test462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('463', 'test463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test463', 'test463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('465', 'test465', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test465', 'test465@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('467', 'test467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test467', 'test467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('469', 'test469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test469', 'test469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('470', 'test470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test470', 'test470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('472', 'test472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test472', 'test472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('473', 'test473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test473', 'test473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('474', 'test474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test474', 'test474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('476', 'test476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test476', 'test476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('478', 'test478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test478', 'test478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('482', 'test482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test482', 'test482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('485', 'test485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test485', 'test485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('486', 'test486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test486', 'test486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('490', 'test490', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test490', 'test490@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('491', 'test491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test491', 'test491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('492', 'test492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test492', 'test492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('494', 'test494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test494', 'test494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('496', 'test496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test496', 'test496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('497', 'test497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test497', 'test497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('498', 'test498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test498', 'test498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('506', 'test506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test506', 'test506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('507', 'test507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test507', 'test507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('508', 'test508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test508', 'test508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('510', 'test510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test510', 'test510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('511', 'test511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test511', 'test511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('512', 'test512', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test512', 'test512@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('513', 'test513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test513', 'test513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('515', 'test515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test515', 'test515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('516', 'test516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test516', 'test516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('519', 'test519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test519', 'test519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('520', 'test520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test520', 'test520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('521', 'test521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test521', 'test521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('522', 'test522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test522', 'test522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('524', 'test524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test524', 'test524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('525', 'test525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test525', 'test525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('526', 'test526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test526', 'test526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('527', 'test527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test527', 'test527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('528', 'test528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test528', 'test528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('529', 'test529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test529', 'test529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('531', 'test531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test531', 'test531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('534', 'test534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test534', 'test534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('536', 'test536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test536', 'test536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('537', 'test537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test537', 'test537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('538', 'test538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test538', 'test538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('541', 'test541', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test541', 'test541@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('542', 'test542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test542', 'test542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('546', 'test546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test546', 'test546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('547', 'test547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test547', 'test547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('548', 'test548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test548', 'test548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('550', 'test550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test550', 'test550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('551', 'test551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test551', 'test551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('553', 'test553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test553', 'test553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('557', 'test557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test557', 'test557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('558', 'test558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test558', 'test558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('562', 'test562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test562', 'test562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('563', 'test563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test563', 'test563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('564', 'test564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test564', 'test564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('569', 'test569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test569', 'test569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('570', 'test570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test570', 'test570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('573', 'test573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test573', 'test573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('574', 'test574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test574', 'test574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('577', 'test577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test577', 'test577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('578', 'test578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test578', 'test578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('579', 'test579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test579', 'test579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('595', 'test595', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test595', 'test595@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('597', 'test597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test597', 'test597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('599', 'test599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test599', 'test599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('602', 'test602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test602', 'test602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('604', 'test604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test604', 'test604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('605', 'test605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test605', 'test605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('608', 'test608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test608', 'test608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('613', 'test613', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test613', 'test613@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('615', 'test615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test615', 'test615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('617', 'test617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test617', 'test617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('621', 'test621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test621', 'test621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('623', 'test623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test623', 'test623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('626', 'test626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test626', 'test626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('628', 'test628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test628', 'test628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('630', 'test630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test630', 'test630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('631', 'test631', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test631', 'test631@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('632', 'test632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test632', 'test632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('638', 'test638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test638', 'test638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('639', 'test639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test639', 'test639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('640', 'test640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test640', 'test640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('641', 'test641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test641', 'test641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('646', 'test646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test646', 'test646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('648', 'test648', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test648', 'test648@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('652', 'test652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test652', 'test652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('655', 'test655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test655', 'test655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('660', 'test660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test660', 'test660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('662', 'test662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test662', 'test662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('671', 'test671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test671', 'test671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('675', 'test675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test675', 'test675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('676', 'test676', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test676', 'test676@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('682', 'test682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test682', 'test682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('689', 'test689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test689', 'test689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('690', 'test690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test690', 'test690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('693', 'test693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test693', 'test693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('694', 'test694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test694', 'test694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('695', 'test695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test695', 'test695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('700', 'test700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test700', 'test700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('702', 'test702', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test702', 'test702@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('705', 'test705', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test705', 'test705@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('706', 'test706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test706', 'test706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('709', 'test709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test709', 'test709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('711', 'test711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test711', 'test711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('712', 'test712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test712', 'test712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('714', 'test714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test714', 'test714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('717', 'test717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test717', 'test717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('719', 'test719', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test719', 'test719@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('721', 'test721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test721', 'test721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('728', 'test728', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test728', 'test728@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('730', 'test730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test730', 'test730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('735', 'test735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test735', 'test735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('738', 'test738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test738', 'test738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('741', 'test741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test741', 'test741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('744', 'test744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test744', 'test744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('747', 'test747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test747', 'test747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('749', 'test749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test749', 'test749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('760', 'test760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test760', 'test760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('762', 'test762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test762', 'test762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('763', 'test763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test763', 'test763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('769', 'test769', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test769', 'test769@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('770', 'test770', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test770', 'test770@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('775', 'test775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test775', 'test775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('780', 'test780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test780', 'test780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('784', 'test784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test784', 'test784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('786', 'test786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test786', 'test786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('788', 'test788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test788', 'test788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('793', 'test793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test793', 'test793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('795', 'test795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test795', 'test795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('802', 'test802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test802', 'test802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('808', 'test808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test808', 'test808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('810', 'test810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test810', 'test810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('811', 'test811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test811', 'test811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('812', 'test812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test812', 'test812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('813', 'test813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test813', 'test813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('815', 'test815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test815', 'test815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('818', 'test818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test818', 'test818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('822', 'test822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test822', 'test822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('828', 'test828', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test828', 'test828@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('829', 'test829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test829', 'test829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('833', 'test833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test833', 'test833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('834', 'test834', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test834', 'test834@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('835', 'test835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test835', 'test835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('844', 'test844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test844', 'test844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('845', 'test845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test845', 'test845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('846', 'test846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test846', 'test846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('847', 'test847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test847', 'test847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('849', 'test849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test849', 'test849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('853', 'test853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test853', 'test853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('854', 'test854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test854', 'test854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('857', 'test857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test857', 'test857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('858', 'test858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test858', 'test858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('860', 'test860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test860', 'test860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('867', 'test867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test867', 'test867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('868', 'test868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test868', 'test868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('869', 'test869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test869', 'test869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('870', 'test870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test870', 'test870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('876', 'test876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test876', 'test876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('878', 'test878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test878', 'test878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('880', 'test880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test880', 'test880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('881', 'test881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test881', 'test881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('891', 'test891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test891', 'test891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('892', 'test892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test892', 'test892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('896', 'test896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test896', 'test896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('897', 'test897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test897', 'test897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('901', 'test901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test901', 'test901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('903', 'test903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test903', 'test903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('920', 'test920', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test920', 'test920@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('921', 'test921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test921', 'test921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('922', 'test922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test922', 'test922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('925', 'test925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test925', 'test925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('927', 'test927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test927', 'test927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('931', 'test931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test931', 'test931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('940', 'test940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test940', 'test940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('942', 'test942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test942', 'test942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('943', 'test943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test943', 'test943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('946', 'test946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test946', 'test946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('947', 'test947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test947', 'test947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('949', 'test949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test949', 'test949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('951', 'test951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test951', 'test951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('953', 'test953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test953', 'test953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('955', 'test955', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test955', 'test955@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('968', 'test968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test968', 'test968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('974', 'test974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test974', 'test974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('981', 'test981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test981', 'test981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('983', 'test983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test983', 'test983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('984', 'test984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test984', 'test984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('985', 'test985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test985', 'test985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('988', 'test988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test988', 'test988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('991', 'test991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test991', 'test991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('992', 'test992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test992', 'test992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('996', 'test996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test996', 'test996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('997', 'test997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test997', 'test997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1000', 'test1000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1000', 'test1000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1004', 'test1004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1004', 'test1004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1005', 'test1005', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1005', 'test1005@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1006', 'test1006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1006', 'test1006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1007', 'test1007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1007', 'test1007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1008', 'test1008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1008', 'test1008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1009', 'test1009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1009', 'test1009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1014', 'test1014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1014', 'test1014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1015', 'test1015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1015', 'test1015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1016', 'test1016', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1016', 'test1016@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1018', 'test1018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1018', 'test1018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1024', 'test1024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1024', 'test1024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1025', 'test1025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1025', 'test1025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1026', 'test1026', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1026', 'test1026@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1030', 'test1030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1030', 'test1030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1039', 'test1039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1039', 'test1039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1043', 'test1043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1043', 'test1043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1046', 'test1046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1046', 'test1046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1047', 'test1047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1047', 'test1047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1048', 'test1048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1048', 'test1048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1050', 'test1050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1050', 'test1050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1053', 'test1053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1053', 'test1053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1056', 'test1056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1056', 'test1056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1057', 'test1057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1057', 'test1057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1060', 'test1060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1060', 'test1060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1062', 'test1062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1062', 'test1062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1063', 'test1063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1063', 'test1063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1070', 'test1070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1070', 'test1070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1078', 'test1078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1078', 'test1078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1079', 'test1079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1079', 'test1079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1081', 'test1081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1081', 'test1081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1082', 'test1082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1082', 'test1082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1083', 'test1083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1083', 'test1083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1084', 'test1084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1084', 'test1084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1085', 'test1085', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1085', 'test1085@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1088', 'test1088', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1088', 'test1088@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1089', 'test1089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1089', 'test1089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1090', 'test1090', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1090', 'test1090@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1091', 'test1091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1091', 'test1091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1096', 'test1096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1096', 'test1096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1101', 'test1101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1101', 'test1101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1102', 'test1102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1102', 'test1102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1106', 'test1106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1106', 'test1106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1110', 'test1110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1110', 'test1110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1112', 'test1112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1112', 'test1112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1126', 'test1126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1126', 'test1126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1127', 'test1127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1127', 'test1127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1136', 'test1136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1136', 'test1136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1142', 'test1142', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1142', 'test1142@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1146', 'test1146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1146', 'test1146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1149', 'test1149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1149', 'test1149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1151', 'test1151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1151', 'test1151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1162', 'test1162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1162', 'test1162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1164', 'test1164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1164', 'test1164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1167', 'test1167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1167', 'test1167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1168', 'test1168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1168', 'test1168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1169', 'test1169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1169', 'test1169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1172', 'test1172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1172', 'test1172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1175', 'test1175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1175', 'test1175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1179', 'test1179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1179', 'test1179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1180', 'test1180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1180', 'test1180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1187', 'test1187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1187', 'test1187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1189', 'test1189', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1189', 'test1189@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1195', 'test1195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1195', 'test1195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1197', 'test1197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1197', 'test1197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1198', 'test1198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1198', 'test1198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1202', 'test1202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1202', 'test1202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1204', 'test1204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1204', 'test1204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1208', 'test1208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1208', 'test1208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1209', 'test1209', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1209', 'test1209@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1210', 'test1210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1210', 'test1210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1215', 'test1215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1215', 'test1215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1217', 'test1217', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1217', 'test1217@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1218', 'test1218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1218', 'test1218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1220', 'test1220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1220', 'test1220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1222', 'test1222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1222', 'test1222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1223', 'test1223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1223', 'test1223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1227', 'test1227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1227', 'test1227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1228', 'test1228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1228', 'test1228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1229', 'test1229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1229', 'test1229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1230', 'test1230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1230', 'test1230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1231', 'test1231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1231', 'test1231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1233', 'test1233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1233', 'test1233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1235', 'test1235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1235', 'test1235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1238', 'test1238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1238', 'test1238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1241', 'test1241', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1241', 'test1241@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1245', 'test1245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1245', 'test1245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1246', 'test1246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1246', 'test1246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1247', 'test1247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1247', 'test1247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1248', 'test1248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1248', 'test1248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1250', 'test1250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1250', 'test1250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1253', 'test1253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1253', 'test1253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1258', 'test1258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1258', 'test1258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1259', 'test1259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1259', 'test1259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1261', 'test1261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1261', 'test1261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1263', 'test1263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1263', 'test1263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1266', 'test1266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1266', 'test1266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1267', 'test1267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1267', 'test1267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1270', 'test1270', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1270', 'test1270@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1271', 'test1271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1271', 'test1271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1272', 'test1272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1272', 'test1272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1276', 'test1276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1276', 'test1276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1278', 'test1278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1278', 'test1278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1279', 'test1279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1279', 'test1279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1283', 'test1283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1283', 'test1283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1284', 'test1284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1284', 'test1284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1285', 'test1285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1285', 'test1285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1286', 'test1286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1286', 'test1286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1288', 'test1288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1288', 'test1288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1290', 'test1290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1290', 'test1290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1296', 'test1296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1296', 'test1296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1300', 'test1300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1300', 'test1300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1301', 'test1301', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1301', 'test1301@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1303', 'test1303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1303', 'test1303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1305', 'test1305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1305', 'test1305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1306', 'test1306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1306', 'test1306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1314', 'test1314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1314', 'test1314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1315', 'test1315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1315', 'test1315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1317', 'test1317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1317', 'test1317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1318', 'test1318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1318', 'test1318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1320', 'test1320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1320', 'test1320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1324', 'test1324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1324', 'test1324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1326', 'test1326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1326', 'test1326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1328', 'test1328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1328', 'test1328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1329', 'test1329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1329', 'test1329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1332', 'test1332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1332', 'test1332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1335', 'test1335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1335', 'test1335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1342', 'test1342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1342', 'test1342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1344', 'test1344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1344', 'test1344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1346', 'test1346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1346', 'test1346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1347', 'test1347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1347', 'test1347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1353', 'test1353', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1353', 'test1353@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1354', 'test1354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1354', 'test1354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1361', 'test1361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1361', 'test1361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1362', 'test1362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1362', 'test1362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1365', 'test1365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1365', 'test1365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1366', 'test1366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1366', 'test1366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1375', 'test1375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1375', 'test1375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1376', 'test1376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1376', 'test1376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1377', 'test1377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1377', 'test1377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1380', 'test1380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1380', 'test1380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1382', 'test1382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1382', 'test1382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1383', 'test1383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1383', 'test1383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1386', 'test1386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1386', 'test1386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1389', 'test1389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1389', 'test1389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1394', 'test1394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1394', 'test1394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1395', 'test1395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1395', 'test1395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1396', 'test1396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1396', 'test1396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1398', 'test1398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1398', 'test1398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1403', 'test1403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1403', 'test1403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1405', 'test1405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1405', 'test1405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1410', 'test1410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1410', 'test1410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1416', 'test1416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1416', 'test1416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1418', 'test1418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1418', 'test1418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1420', 'test1420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1420', 'test1420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1424', 'test1424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1424', 'test1424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1425', 'test1425', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1425', 'test1425@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1426', 'test1426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1426', 'test1426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1434', 'test1434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1434', 'test1434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1437', 'test1437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1437', 'test1437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1441', 'test1441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1441', 'test1441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1442', 'test1442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1442', 'test1442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1448', 'test1448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1448', 'test1448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1452', 'test1452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1452', 'test1452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1454', 'test1454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1454', 'test1454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1458', 'test1458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1458', 'test1458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1460', 'test1460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1460', 'test1460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1463', 'test1463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1463', 'test1463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1467', 'test1467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1467', 'test1467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1469', 'test1469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1469', 'test1469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1471', 'test1471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1471', 'test1471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1475', 'test1475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1475', 'test1475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1478', 'test1478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1478', 'test1478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1481', 'test1481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1481', 'test1481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1484', 'test1484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1484', 'test1484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1496', 'test1496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1496', 'test1496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1500', 'test1500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1500', 'test1500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1501', 'test1501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1501', 'test1501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1502', 'test1502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1502', 'test1502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1504', 'test1504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1504', 'test1504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1506', 'test1506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1506', 'test1506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1508', 'test1508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1508', 'test1508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1510', 'test1510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1510', 'test1510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1516', 'test1516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1516', 'test1516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1518', 'test1518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1518', 'test1518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1521', 'test1521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1521', 'test1521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1525', 'test1525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1525', 'test1525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1527', 'test1527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1527', 'test1527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1537', 'test1537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1537', 'test1537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1538', 'test1538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1538', 'test1538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1545', 'test1545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1545', 'test1545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1546', 'test1546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1546', 'test1546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1549', 'test1549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1549', 'test1549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1550', 'test1550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1550', 'test1550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1557', 'test1557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1557', 'test1557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1558', 'test1558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1558', 'test1558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1561', 'test1561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1561', 'test1561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1568', 'test1568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1568', 'test1568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1573', 'test1573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1573', 'test1573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1574', 'test1574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1574', 'test1574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1579', 'test1579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1579', 'test1579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1581', 'test1581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1581', 'test1581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1582', 'test1582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1582', 'test1582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1587', 'test1587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1587', 'test1587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1590', 'test1590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1590', 'test1590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1593', 'test1593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1593', 'test1593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1600', 'test1600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1600', 'test1600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1603', 'test1603', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1603', 'test1603@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1604', 'test1604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1604', 'test1604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1610', 'test1610', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1610', 'test1610@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1620', 'test1620', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1620', 'test1620@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1625', 'test1625', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1625', 'test1625@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1630', 'test1630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1630', 'test1630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1634', 'test1634', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1634', 'test1634@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1637', 'test1637', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1637', 'test1637@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1643', 'test1643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1643', 'test1643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1649', 'test1649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1649', 'test1649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1653', 'test1653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1653', 'test1653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1659', 'test1659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1659', 'test1659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1661', 'test1661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1661', 'test1661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1682', 'test1682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1682', 'test1682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1686', 'test1686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1686', 'test1686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1697', 'test1697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1697', 'test1697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1711', 'test1711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1711', 'test1711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1743', 'test1743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1743', 'test1743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1747', 'test1747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1747', 'test1747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1756', 'test1756', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1756', 'test1756@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1767', 'test1767', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1767', 'test1767@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1774', 'test1774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1774', 'test1774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1779', 'test1779', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1779', 'test1779@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1781', 'test1781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1781', 'test1781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1785', 'test1785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1785', 'test1785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1794', 'test1794', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1794', 'test1794@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1809', 'test1809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1809', 'test1809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1811', 'test1811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1811', 'test1811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1821', 'test1821', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1821', 'test1821@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1824', 'test1824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1824', 'test1824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1825', 'test1825', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1825', 'test1825@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1881', 'test1881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1881', 'test1881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1896', 'test1896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1896', 'test1896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1898', 'test1898', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1898', 'test1898@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1903', 'test1903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1903', 'test1903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1918', 'test1918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1918', 'test1918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1922', 'test1922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1922', 'test1922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1924', 'test1924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1924', 'test1924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1928', 'test1928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1928', 'test1928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1931', 'test1931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1931', 'test1931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1936', 'test1936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1936', 'test1936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1938', 'test1938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1938', 'test1938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1939', 'test1939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1939', 'test1939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1952', 'test1952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1952', 'test1952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1956', 'test1956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1956', 'test1956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('1974', 'test1974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1974', 'test1974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2000', 'test2000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2000', 'test2000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2003', 'test2003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2003', 'test2003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2014', 'test2014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2014', 'test2014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2032', 'test2032', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2032', 'test2032@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2052', 'test2052', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2052', 'test2052@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2063', 'test2063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2063', 'test2063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2091', 'test2091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2091', 'test2091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2104', 'test2104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2104', 'test2104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2106', 'test2106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2106', 'test2106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2131', 'test2131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2131', 'test2131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2147', 'test2147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2147', 'test2147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2153', 'test2153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2153', 'test2153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2205', 'test2205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2205', 'test2205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2222', 'test2222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2222', 'test2222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2236', 'test2236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2236', 'test2236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2262', 'test2262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2262', 'test2262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2280', 'test2280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2280', 'test2280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2320', 'test2320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2320', 'test2320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2371', 'test2371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2371', 'test2371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2376', 'test2376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2376', 'test2376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2403', 'test2403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2403', 'test2403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2417', 'test2417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2417', 'test2417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2433', 'test2433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2433', 'test2433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2441', 'test2441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2441', 'test2441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2444', 'test2444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2444', 'test2444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2460', 'test2460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2460', 'test2460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2520', 'test2520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2520', 'test2520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2534', 'test2534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2534', 'test2534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2587', 'test2587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2587', 'test2587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2596', 'test2596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2596', 'test2596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2615', 'test2615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2615', 'test2615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2629', 'test2629', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2629', 'test2629@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2635', 'test2635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2635', 'test2635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2636', 'test2636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2636', 'test2636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2642', 'test2642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2642', 'test2642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2662', 'test2662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2662', 'test2662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2671', 'test2671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2671', 'test2671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2691', 'test2691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2691', 'test2691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2738', 'test2738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2738', 'test2738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2755', 'test2755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2755', 'test2755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2772', 'test2772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2772', 'test2772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2773', 'test2773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2773', 'test2773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2778', 'test2778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2778', 'test2778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2787', 'test2787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2787', 'test2787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2799', 'test2799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2799', 'test2799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2802', 'test2802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2802', 'test2802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2813', 'test2813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2813', 'test2813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2850', 'test2850', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2850', 'test2850@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2858', 'test2858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2858', 'test2858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2873', 'test2873', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2873', 'test2873@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2880', 'test2880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2880', 'test2880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2909', 'test2909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2909', 'test2909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2922', 'test2922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2922', 'test2922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2937', 'test2937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2937', 'test2937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2938', 'test2938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2938', 'test2938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2939', 'test2939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2939', 'test2939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2942', 'test2942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2942', 'test2942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2946', 'test2946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2946', 'test2946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2953', 'test2953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2953', 'test2953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2966', 'test2966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2966', 'test2966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2988', 'test2988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2988', 'test2988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2989', 'test2989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2989', 'test2989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('2994', 'test2994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2994', 'test2994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3010', 'test3010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3010', 'test3010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3011', 'test3011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3011', 'test3011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3012', 'test3012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3012', 'test3012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3017', 'test3017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3017', 'test3017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3043', 'test3043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3043', 'test3043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3071', 'test3071', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3071', 'test3071@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3082', 'test3082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3082', 'test3082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3161', 'test3161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3161', 'test3161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3182', 'test3182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3182', 'test3182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3224', 'test3224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3224', 'test3224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3234', 'test3234', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3234', 'test3234@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3279', 'test3279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3279', 'test3279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3288', 'test3288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3288', 'test3288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3298', 'test3298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3298', 'test3298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3322', 'test3322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3322', 'test3322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3336', 'test3336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3336', 'test3336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3340', 'test3340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3340', 'test3340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3405', 'test3405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3405', 'test3405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3433', 'test3433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3433', 'test3433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3441', 'test3441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3441', 'test3441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3455', 'test3455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3455', 'test3455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3461', 'test3461', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3461', 'test3461@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3467', 'test3467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3467', 'test3467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3513', 'test3513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3513', 'test3513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3525', 'test3525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3525', 'test3525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3533', 'test3533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3533', 'test3533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3536', 'test3536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3536', 'test3536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3547', 'test3547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3547', 'test3547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3568', 'test3568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3568', 'test3568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3591', 'test3591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3591', 'test3591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3633', 'test3633', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3633', 'test3633@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3641', 'test3641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3641', 'test3641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3651', 'test3651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3651', 'test3651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3683', 'test3683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3683', 'test3683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3691', 'test3691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3691', 'test3691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3809', 'test3809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3809', 'test3809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3833', 'test3833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3833', 'test3833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3837', 'test3837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3837', 'test3837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3842', 'test3842', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3842', 'test3842@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3857', 'test3857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3857', 'test3857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3992', 'test3992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3992', 'test3992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('3999', 'test3999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3999', 'test3999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4136', 'test4136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4136', 'test4136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4184', 'test4184', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4184', 'test4184@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4257', 'test4257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4257', 'test4257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4332', 'test4332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4332', 'test4332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4383', 'test4383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4383', 'test4383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4402', 'test4402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4402', 'test4402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4421', 'test4421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4421', 'test4421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4426', 'test4426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4426', 'test4426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4489', 'test4489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4489', 'test4489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4491', 'test4491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4491', 'test4491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4515', 'test4515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4515', 'test4515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4555', 'test4555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4555', 'test4555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4581', 'test4581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4581', 'test4581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4618', 'test4618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4618', 'test4618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4682', 'test4682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4682', 'test4682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4715', 'test4715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4715', 'test4715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4748', 'test4748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4748', 'test4748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4785', 'test4785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4785', 'test4785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4845', 'test4845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4845', 'test4845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4896', 'test4896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4896', 'test4896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('4911', 'test4911', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4911', 'test4911@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5014', 'test5014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5014', 'test5014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5021', 'test5021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5021', 'test5021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5114', 'test5114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5114', 'test5114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5132', 'test5132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5132', 'test5132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5135', 'test5135', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5135', 'test5135@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5138', 'test5138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5138', 'test5138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5172', 'test5172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5172', 'test5172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5178', 'test5178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5178', 'test5178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5195', 'test5195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5195', 'test5195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5215', 'test5215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5215', 'test5215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5328', 'test5328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5328', 'test5328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5340', 'test5340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5340', 'test5340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5372', 'test5372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5372', 'test5372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5388', 'test5388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5388', 'test5388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5428', 'test5428', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5428', 'test5428@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5468', 'test5468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5468', 'test5468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5475', 'test5475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5475', 'test5475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5524', 'test5524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5524', 'test5524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5531', 'test5531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5531', 'test5531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5540', 'test5540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5540', 'test5540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5561', 'test5561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5561', 'test5561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5600', 'test5600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5600', 'test5600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5607', 'test5607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5607', 'test5607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5626', 'test5626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5626', 'test5626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5638', 'test5638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5638', 'test5638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5694', 'test5694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5694', 'test5694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5715', 'test5715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5715', 'test5715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5742', 'test5742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5742', 'test5742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5755', 'test5755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5755', 'test5755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5784', 'test5784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5784', 'test5784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5869', 'test5869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5869', 'test5869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5905', 'test5905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5905', 'test5905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5935', 'test5935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5935', 'test5935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5941', 'test5941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5941', 'test5941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('5944', 'test5944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5944', 'test5944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6006', 'test6006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6006', 'test6006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6028', 'test6028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6028', 'test6028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6054', 'test6054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6054', 'test6054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6079', 'test6079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6079', 'test6079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6111', 'test6111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6111', 'test6111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6125', 'test6125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6125', 'test6125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6183', 'test6183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6183', 'test6183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6242', 'test6242', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6242', 'test6242@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6289', 'test6289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6289', 'test6289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6292', 'test6292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6292', 'test6292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6306', 'test6306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6306', 'test6306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6315', 'test6315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6315', 'test6315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6381', 'test6381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6381', 'test6381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6426', 'test6426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6426', 'test6426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6427', 'test6427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6427', 'test6427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6442', 'test6442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6442', 'test6442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6538', 'test6538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6538', 'test6538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6546', 'test6546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6546', 'test6546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6614', 'test6614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6614', 'test6614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6652', 'test6652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6652', 'test6652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6680', 'test6680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6680', 'test6680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6688', 'test6688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6688', 'test6688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6690', 'test6690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6690', 'test6690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6700', 'test6700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6700', 'test6700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6801', 'test6801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6801', 'test6801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6867', 'test6867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6867', 'test6867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6936', 'test6936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6936', 'test6936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6937', 'test6937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6937', 'test6937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6981', 'test6981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6981', 'test6981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('6996', 'test6996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6996', 'test6996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7062', 'test7062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7062', 'test7062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7078', 'test7078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7078', 'test7078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7109', 'test7109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7109', 'test7109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7141', 'test7141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7141', 'test7141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7151', 'test7151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7151', 'test7151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7160', 'test7160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7160', 'test7160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7182', 'test7182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7182', 'test7182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7243', 'test7243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7243', 'test7243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7276', 'test7276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7276', 'test7276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7298', 'test7298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7298', 'test7298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7309', 'test7309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7309', 'test7309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7344', 'test7344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7344', 'test7344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7371', 'test7371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7371', 'test7371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7468', 'test7468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7468', 'test7468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7487', 'test7487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7487', 'test7487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7510', 'test7510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7510', 'test7510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7519', 'test7519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7519', 'test7519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7525', 'test7525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7525', 'test7525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7544', 'test7544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7544', 'test7544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7608', 'test7608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7608', 'test7608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7626', 'test7626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7626', 'test7626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7639', 'test7639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7639', 'test7639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7670', 'test7670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7670', 'test7670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7683', 'test7683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7683', 'test7683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7887', 'test7887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7887', 'test7887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7916', 'test7916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7916', 'test7916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('7952', 'test7952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7952', 'test7952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8014', 'test8014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8014', 'test8014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8060', 'test8060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8060', 'test8060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8079', 'test8079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8079', 'test8079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8134', 'test8134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8134', 'test8134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8172', 'test8172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8172', 'test8172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8191', 'test8191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8191', 'test8191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8205', 'test8205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8205', 'test8205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8235', 'test8235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8235', 'test8235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8254', 'test8254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8254', 'test8254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8265', 'test8265', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8265', 'test8265@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8323', 'test8323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8323', 'test8323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8325', 'test8325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8325', 'test8325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8329', 'test8329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8329', 'test8329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8358', 'test8358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8358', 'test8358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8394', 'test8394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8394', 'test8394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8440', 'test8440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8440', 'test8440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8474', 'test8474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8474', 'test8474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8501', 'test8501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8501', 'test8501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8502', 'test8502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8502', 'test8502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8532', 'test8532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8532', 'test8532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8552', 'test8552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8552', 'test8552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8575', 'test8575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8575', 'test8575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8616', 'test8616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8616', 'test8616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8644', 'test8644', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8644', 'test8644@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8649', 'test8649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8649', 'test8649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8661', 'test8661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8661', 'test8661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8663', 'test8663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8663', 'test8663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8730', 'test8730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8730', 'test8730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8764', 'test8764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8764', 'test8764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8774', 'test8774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8774', 'test8774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8846', 'test8846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8846', 'test8846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8866', 'test8866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8866', 'test8866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8905', 'test8905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8905', 'test8905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8973', 'test8973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8973', 'test8973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('8980', 'test8980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8980', 'test8980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9003', 'test9003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9003', 'test9003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9034', 'test9034', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9034', 'test9034@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9035', 'test9035', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9035', 'test9035@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9049', 'test9049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9049', 'test9049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9078', 'test9078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9078', 'test9078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9117', 'test9117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9117', 'test9117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9133', 'test9133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9133', 'test9133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9141', 'test9141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9141', 'test9141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9157', 'test9157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9157', 'test9157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9174', 'test9174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9174', 'test9174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9190', 'test9190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9190', 'test9190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9194', 'test9194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9194', 'test9194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9199', 'test9199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9199', 'test9199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9223', 'test9223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9223', 'test9223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9226', 'test9226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9226', 'test9226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9260', 'test9260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9260', 'test9260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9272', 'test9272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9272', 'test9272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9294', 'test9294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9294', 'test9294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9312', 'test9312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9312', 'test9312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9351', 'test9351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9351', 'test9351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9355', 'test9355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9355', 'test9355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9358', 'test9358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9358', 'test9358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9371', 'test9371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9371', 'test9371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9372', 'test9372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9372', 'test9372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9434', 'test9434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9434', 'test9434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9495', 'test9495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9495', 'test9495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9539', 'test9539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9539', 'test9539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9542', 'test9542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9542', 'test9542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9545', 'test9545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9545', 'test9545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9546', 'test9546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9546', 'test9546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9548', 'test9548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9548', 'test9548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9554', 'test9554', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9554', 'test9554@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9598', 'test9598', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9598', 'test9598@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9694', 'test9694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9694', 'test9694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9827', 'test9827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9827', 'test9827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9854', 'test9854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9854', 'test9854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9903', 'test9903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9903', 'test9903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9940', 'test9940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9940', 'test9940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9953', 'test9953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9953', 'test9953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9967', 'test9967', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9967', 'test9967@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9985', 'test9985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9985', 'test9985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('9995', 'test9995', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9995', 'test9995@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10121', 'test10121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10121', 'test10121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10167', 'test10167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10167', 'test10167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10223', 'test10223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10223', 'test10223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10253', 'test10253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10253', 'test10253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10269', 'test10269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10269', 'test10269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10309', 'test10309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10309', 'test10309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10329', 'test10329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10329', 'test10329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10338', 'test10338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10338', 'test10338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10387', 'test10387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10387', 'test10387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10414', 'test10414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10414', 'test10414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10485', 'test10485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10485', 'test10485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10502', 'test10502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10502', 'test10502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10543', 'test10543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10543', 'test10543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10587', 'test10587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10587', 'test10587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10622', 'test10622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10622', 'test10622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10647', 'test10647', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10647', 'test10647@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10657', 'test10657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10657', 'test10657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10684', 'test10684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10684', 'test10684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10807', 'test10807', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10807', 'test10807@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10826', 'test10826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10826', 'test10826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10827', 'test10827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10827', 'test10827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10875', 'test10875', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10875', 'test10875@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10901', 'test10901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10901', 'test10901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10907', 'test10907', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10907', 'test10907@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10928', 'test10928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10928', 'test10928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('10989', 'test10989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10989', 'test10989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11001', 'test11001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11001', 'test11001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11157', 'test11157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11157', 'test11157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11167', 'test11167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11167', 'test11167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11178', 'test11178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11178', 'test11178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11191', 'test11191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11191', 'test11191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11201', 'test11201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11201', 'test11201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11202', 'test11202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11202', 'test11202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11271', 'test11271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11271', 'test11271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11305', 'test11305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11305', 'test11305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11341', 'test11341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11341', 'test11341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11360', 'test11360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11360', 'test11360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11391', 'test11391', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11391', 'test11391@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11424', 'test11424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11424', 'test11424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11429', 'test11429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11429', 'test11429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11464', 'test11464', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11464', 'test11464@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11569', 'test11569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11569', 'test11569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11582', 'test11582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11582', 'test11582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11604', 'test11604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11604', 'test11604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11607', 'test11607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11607', 'test11607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11617', 'test11617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11617', 'test11617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11690', 'test11690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11690', 'test11690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11731', 'test11731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11731', 'test11731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11742', 'test11742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11742', 'test11742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11777', 'test11777', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11777', 'test11777@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11788', 'test11788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11788', 'test11788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11817', 'test11817', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11817', 'test11817@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11860', 'test11860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11860', 'test11860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('11889', 'test11889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11889', 'test11889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12017', 'test12017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12017', 'test12017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12072', 'test12072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12072', 'test12072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12150', 'test12150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12150', 'test12150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12188', 'test12188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12188', 'test12188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12215', 'test12215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12215', 'test12215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12272', 'test12272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12272', 'test12272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12306', 'test12306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12306', 'test12306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12330', 'test12330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12330', 'test12330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12332', 'test12332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12332', 'test12332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12348', 'test12348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12348', 'test12348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12363', 'test12363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12363', 'test12363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12400', 'test12400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12400', 'test12400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12452', 'test12452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12452', 'test12452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12566', 'test12566', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12566', 'test12566@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12578', 'test12578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12578', 'test12578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12597', 'test12597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12597', 'test12597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12660', 'test12660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12660', 'test12660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12696', 'test12696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12696', 'test12696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12739', 'test12739', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12739', 'test12739@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12742', 'test12742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12742', 'test12742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12889', 'test12889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12889', 'test12889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('12999', 'test12999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12999', 'test12999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13093', 'test13093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13093', 'test13093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13102', 'test13102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13102', 'test13102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13124', 'test13124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13124', 'test13124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13208', 'test13208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13208', 'test13208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13214', 'test13214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13214', 'test13214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13233', 'test13233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13233', 'test13233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13250', 'test13250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13250', 'test13250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13274', 'test13274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13274', 'test13274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13282', 'test13282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13282', 'test13282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13283', 'test13283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13283', 'test13283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13373', 'test13373', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13373', 'test13373@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13376', 'test13376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13376', 'test13376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13379', 'test13379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13379', 'test13379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13446', 'test13446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13446', 'test13446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13525', 'test13525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13525', 'test13525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13530', 'test13530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13530', 'test13530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13531', 'test13531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13531', 'test13531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13612', 'test13612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13612', 'test13612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13746', 'test13746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13746', 'test13746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13750', 'test13750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13750', 'test13750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13759', 'test13759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13759', 'test13759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13772', 'test13772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13772', 'test13772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13784', 'test13784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13784', 'test13784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13792', 'test13792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13792', 'test13792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13799', 'test13799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13799', 'test13799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13815', 'test13815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13815', 'test13815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13844', 'test13844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13844', 'test13844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13876', 'test13876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13876', 'test13876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13892', 'test13892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13892', 'test13892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13944', 'test13944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13944', 'test13944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13951', 'test13951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13951', 'test13951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13953', 'test13953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13953', 'test13953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('13991', 'test13991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13991', 'test13991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14001', 'test14001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14001', 'test14001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14006', 'test14006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14006', 'test14006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14053', 'test14053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14053', 'test14053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14059', 'test14059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14059', 'test14059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14074', 'test14074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14074', 'test14074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14075', 'test14075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14075', 'test14075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14082', 'test14082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14082', 'test14082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14119', 'test14119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14119', 'test14119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14121', 'test14121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14121', 'test14121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14160', 'test14160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14160', 'test14160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14257', 'test14257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14257', 'test14257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14290', 'test14290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14290', 'test14290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14303', 'test14303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14303', 'test14303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14364', 'test14364', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14364', 'test14364@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14481', 'test14481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14481', 'test14481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14497', 'test14497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14497', 'test14497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14626', 'test14626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14626', 'test14626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14643', 'test14643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14643', 'test14643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14706', 'test14706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14706', 'test14706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14759', 'test14759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14759', 'test14759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14782', 'test14782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14782', 'test14782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14810', 'test14810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14810', 'test14810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14881', 'test14881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14881', 'test14881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('14925', 'test14925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14925', 'test14925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15013', 'test15013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15013', 'test15013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15079', 'test15079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15079', 'test15079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15089', 'test15089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15089', 'test15089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15103', 'test15103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15103', 'test15103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15137', 'test15137', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15137', 'test15137@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15220', 'test15220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15220', 'test15220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15272', 'test15272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15272', 'test15272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15279', 'test15279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15279', 'test15279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15305', 'test15305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15305', 'test15305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15310', 'test15310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15310', 'test15310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15417', 'test15417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15417', 'test15417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15434', 'test15434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15434', 'test15434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15446', 'test15446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15446', 'test15446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15456', 'test15456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15456', 'test15456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15491', 'test15491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15491', 'test15491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15494', 'test15494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15494', 'test15494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15545', 'test15545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15545', 'test15545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15562', 'test15562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15562', 'test15562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15570', 'test15570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15570', 'test15570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15609', 'test15609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15609', 'test15609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15641', 'test15641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15641', 'test15641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15662', 'test15662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15662', 'test15662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15680', 'test15680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15680', 'test15680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15699', 'test15699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15699', 'test15699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15736', 'test15736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15736', 'test15736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15765', 'test15765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15765', 'test15765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15773', 'test15773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15773', 'test15773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15776', 'test15776', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15776', 'test15776@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15798', 'test15798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15798', 'test15798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15806', 'test15806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15806', 'test15806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15823', 'test15823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15823', 'test15823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15837', 'test15837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15837', 'test15837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15908', 'test15908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15908', 'test15908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15945', 'test15945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15945', 'test15945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15959', 'test15959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15959', 'test15959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('15983', 'test15983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15983', 'test15983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16053', 'test16053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16053', 'test16053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16068', 'test16068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16068', 'test16068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16096', 'test16096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16096', 'test16096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16104', 'test16104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16104', 'test16104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16114', 'test16114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16114', 'test16114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16136', 'test16136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16136', 'test16136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16194', 'test16194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16194', 'test16194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16197', 'test16197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16197', 'test16197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16218', 'test16218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16218', 'test16218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16249', 'test16249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16249', 'test16249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16253', 'test16253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16253', 'test16253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16257', 'test16257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16257', 'test16257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16264', 'test16264', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16264', 'test16264@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16300', 'test16300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16300', 'test16300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16368', 'test16368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16368', 'test16368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16386', 'test16386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16386', 'test16386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16412', 'test16412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16412', 'test16412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16449', 'test16449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16449', 'test16449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16532', 'test16532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16532', 'test16532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16537', 'test16537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16537', 'test16537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16543', 'test16543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16543', 'test16543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16561', 'test16561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16561', 'test16561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16577', 'test16577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16577', 'test16577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16687', 'test16687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16687', 'test16687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16725', 'test16725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16725', 'test16725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16743', 'test16743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16743', 'test16743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16761', 'test16761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16761', 'test16761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16768', 'test16768', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16768', 'test16768@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16782', 'test16782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16782', 'test16782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16799', 'test16799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16799', 'test16799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16808', 'test16808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16808', 'test16808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16861', 'test16861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16861', 'test16861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16906', 'test16906', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16906', 'test16906@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16925', 'test16925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16925', 'test16925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16930', 'test16930', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16930', 'test16930@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16935', 'test16935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16935', 'test16935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16938', 'test16938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16938', 'test16938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16942', 'test16942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16942', 'test16942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16974', 'test16974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16974', 'test16974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16983', 'test16983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16983', 'test16983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16994', 'test16994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16994', 'test16994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('16998', 'test16998', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16998', 'test16998@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17069', 'test17069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17069', 'test17069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17077', 'test17077', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17077', 'test17077@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17119', 'test17119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17119', 'test17119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17156', 'test17156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17156', 'test17156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17231', 'test17231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17231', 'test17231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17236', 'test17236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17236', 'test17236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17243', 'test17243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17243', 'test17243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17277', 'test17277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17277', 'test17277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17309', 'test17309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17309', 'test17309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17315', 'test17315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17315', 'test17315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17330', 'test17330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17330', 'test17330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17335', 'test17335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17335', 'test17335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17340', 'test17340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17340', 'test17340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17351', 'test17351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17351', 'test17351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17371', 'test17371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17371', 'test17371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17377', 'test17377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17377', 'test17377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17383', 'test17383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17383', 'test17383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17390', 'test17390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17390', 'test17390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17405', 'test17405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17405', 'test17405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17413', 'test17413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17413', 'test17413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17507', 'test17507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17507', 'test17507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17516', 'test17516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17516', 'test17516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17600', 'test17600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17600', 'test17600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17660', 'test17660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17660', 'test17660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17744', 'test17744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17744', 'test17744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17759', 'test17759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17759', 'test17759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17790', 'test17790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17790', 'test17790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17796', 'test17796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17796', 'test17796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17925', 'test17925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17925', 'test17925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17928', 'test17928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17928', 'test17928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17948', 'test17948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17948', 'test17948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17978', 'test17978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17978', 'test17978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('17996', 'test17996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17996', 'test17996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18045', 'test18045', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18045', 'test18045@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18078', 'test18078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18078', 'test18078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18081', 'test18081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18081', 'test18081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18145', 'test18145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18145', 'test18145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18164', 'test18164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18164', 'test18164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18278', 'test18278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18278', 'test18278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18290', 'test18290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18290', 'test18290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18415', 'test18415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18415', 'test18415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18483', 'test18483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18483', 'test18483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18489', 'test18489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18489', 'test18489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18578', 'test18578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18578', 'test18578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18586', 'test18586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18586', 'test18586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18679', 'test18679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18679', 'test18679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18690', 'test18690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18690', 'test18690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18695', 'test18695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18695', 'test18695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18696', 'test18696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18696', 'test18696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18743', 'test18743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18743', 'test18743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18746', 'test18746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18746', 'test18746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18760', 'test18760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18760', 'test18760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18761', 'test18761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18761', 'test18761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18804', 'test18804', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18804', 'test18804@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18823', 'test18823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18823', 'test18823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18862', 'test18862', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18862', 'test18862@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('18991', 'test18991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18991', 'test18991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19007', 'test19007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19007', 'test19007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19054', 'test19054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19054', 'test19054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19073', 'test19073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19073', 'test19073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19152', 'test19152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19152', 'test19152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19247', 'test19247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19247', 'test19247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19262', 'test19262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19262', 'test19262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19312', 'test19312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19312', 'test19312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19313', 'test19313', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19313', 'test19313@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19412', 'test19412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19412', 'test19412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19448', 'test19448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19448', 'test19448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19458', 'test19458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19458', 'test19458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19477', 'test19477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19477', 'test19477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19492', 'test19492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19492', 'test19492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19530', 'test19530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19530', 'test19530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19668', 'test19668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19668', 'test19668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19855', 'test19855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19855', 'test19855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19868', 'test19868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19868', 'test19868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19915', 'test19915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19915', 'test19915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19926', 'test19926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19926', 'test19926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19975', 'test19975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19975', 'test19975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('19987', 'test19987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19987', 'test19987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20011', 'test20011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20011', 'test20011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20019', 'test20019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20019', 'test20019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20061', 'test20061', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20061', 'test20061@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20248', 'test20248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20248', 'test20248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20280', 'test20280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20280', 'test20280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20452', 'test20452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20452', 'test20452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20606', 'test20606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20606', 'test20606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20608', 'test20608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20608', 'test20608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20654', 'test20654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20654', 'test20654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20680', 'test20680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20680', 'test20680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20742', 'test20742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20742', 'test20742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20762', 'test20762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20762', 'test20762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20786', 'test20786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20786', 'test20786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20792', 'test20792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20792', 'test20792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20799', 'test20799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20799', 'test20799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('20921', 'test20921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20921', 'test20921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21154', 'test21154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21154', 'test21154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21282', 'test21282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21282', 'test21282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21321', 'test21321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21321', 'test21321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21324', 'test21324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21324', 'test21324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21352', 'test21352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21352', 'test21352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21355', 'test21355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21355', 'test21355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21496', 'test21496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21496', 'test21496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21552', 'test21552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21552', 'test21552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1') +('1', 'test1', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1', 'test1@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), +('2', 'test2', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2', 'test2@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), +('3', 'test3', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3', 'test3@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), +('4', 'test4', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4', 'test4@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5', 'test5', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5', 'test5@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), +('7', 'test7', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7', 'test7@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '0', '0', '5', '0', '0'), +('9', 'test9', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9', 'test9@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), +('12', 'test12', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12', 'test12@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), +('14', 'test14', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14', 'test14@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16', 'test16', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16', 'test16@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17', 'test17', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17', 'test17@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18', 'test18', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18', 'test18@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19', 'test19', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19', 'test19@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20', 'test20', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20', 'test20@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21', 'test21', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21', 'test21@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22', 'test22', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22', 'test22@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24', 'test24', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24', 'test24@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25', 'test25', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25', 'test25@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28', 'test28', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28', 'test28@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38', 'test38', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38', 'test38@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39', 'test39', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39', 'test39@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40', 'test40', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40', 'test40@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42', 'test42', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42', 'test42@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43', 'test43', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43', 'test43@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44', 'test44', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44', 'test44@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45', 'test45', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45', 'test45@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47', 'test47', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47', 'test47@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48', 'test48', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48', 'test48@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49', 'test49', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49', 'test49@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50', 'test50', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50', 'test50@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51', 'test51', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51', 'test51@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54', 'test54', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54', 'test54@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55', 'test55', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55', 'test55@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56', 'test56', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56', 'test56@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57', 'test57', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57', 'test57@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58', 'test58', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58', 'test58@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61', 'test61', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61', 'test61@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63', 'test63', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63', 'test63@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64', 'test64', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64', 'test64@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65', 'test65', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65', 'test65@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66', 'test66', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66', 'test66@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67', 'test67', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67', 'test67@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68', 'test68', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68', 'test68@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69', 'test69', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69', 'test69@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71', 'test71', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71', 'test71@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73', 'test73', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73', 'test73@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77', 'test77', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77', 'test77@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82', 'test82', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82', 'test82@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83', 'test83', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83', 'test83@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84', 'test84', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84', 'test84@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85', 'test85', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85', 'test85@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88', 'test88', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88', 'test88@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89', 'test89', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89', 'test89@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91', 'test91', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91', 'test91@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92', 'test92', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92', 'test92@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93', 'test93', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93', 'test93@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95', 'test95', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95', 'test95@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96', 'test96', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96', 'test96@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98', 'test98', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98', 'test98@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99', 'test99', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99', 'test99@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100', 'test100', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100', 'test100@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101', 'test101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101', 'test101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104', 'test104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104', 'test104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106', 'test106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106', 'test106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107', 'test107', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107', 'test107@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108', 'test108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108', 'test108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110', 'test110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110', 'test110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111', 'test111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111', 'test111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114', 'test114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114', 'test114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118', 'test118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118', 'test118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119', 'test119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119', 'test119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123', 'test123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123', 'test123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125', 'test125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125', 'test125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127', 'test127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127', 'test127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131', 'test131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131', 'test131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132', 'test132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132', 'test132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136', 'test136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136', 'test136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('140', 'test140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test140', 'test140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('143', 'test143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test143', 'test143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('144', 'test144', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test144', 'test144@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('145', 'test145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test145', 'test145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('146', 'test146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test146', 'test146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('147', 'test147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test147', 'test147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('148', 'test148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test148', 'test148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('149', 'test149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test149', 'test149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('152', 'test152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test152', 'test152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('153', 'test153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test153', 'test153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('154', 'test154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test154', 'test154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('155', 'test155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test155', 'test155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('165', 'test165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test165', 'test165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('167', 'test167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test167', 'test167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('168', 'test168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test168', 'test168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('169', 'test169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test169', 'test169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('170', 'test170', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test170', 'test170@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('171', 'test171', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test171', 'test171@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('174', 'test174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test174', 'test174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('175', 'test175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test175', 'test175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('176', 'test176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test176', 'test176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('177', 'test177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test177', 'test177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('178', 'test178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test178', 'test178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('179', 'test179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test179', 'test179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('180', 'test180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test180', 'test180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('183', 'test183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test183', 'test183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('185', 'test185', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test185', 'test185@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('186', 'test186', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test186', 'test186@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('187', 'test187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test187', 'test187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('190', 'test190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test190', 'test190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('192', 'test192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test192', 'test192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('193', 'test193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test193', 'test193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('194', 'test194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test194', 'test194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('195', 'test195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test195', 'test195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('196', 'test196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test196', 'test196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('197', 'test197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test197', 'test197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('198', 'test198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test198', 'test198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('200', 'test200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test200', 'test200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('205', 'test205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test205', 'test205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('208', 'test208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test208', 'test208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('210', 'test210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test210', 'test210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('211', 'test211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test211', 'test211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('213', 'test213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test213', 'test213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('223', 'test223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test223', 'test223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('224', 'test224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test224', 'test224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('225', 'test225', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test225', 'test225@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('237', 'test237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test237', 'test237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('240', 'test240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test240', 'test240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('243', 'test243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test243', 'test243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('244', 'test244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test244', 'test244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('246', 'test246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test246', 'test246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('247', 'test247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test247', 'test247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('250', 'test250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test250', 'test250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('251', 'test251', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test251', 'test251@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('252', 'test252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test252', 'test252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('255', 'test255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test255', 'test255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('258', 'test258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test258', 'test258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('259', 'test259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test259', 'test259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('261', 'test261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test261', 'test261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('262', 'test262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test262', 'test262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('263', 'test263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test263', 'test263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('266', 'test266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test266', 'test266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('267', 'test267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test267', 'test267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('268', 'test268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test268', 'test268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('269', 'test269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test269', 'test269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('271', 'test271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test271', 'test271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('274', 'test274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test274', 'test274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('275', 'test275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test275', 'test275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('278', 'test278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test278', 'test278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('285', 'test285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test285', 'test285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('286', 'test286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test286', 'test286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('287', 'test287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test287', 'test287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('290', 'test290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test290', 'test290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('291', 'test291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test291', 'test291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('292', 'test292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test292', 'test292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('293', 'test293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test293', 'test293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('296', 'test296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test296', 'test296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('297', 'test297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test297', 'test297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('302', 'test302', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test302', 'test302@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('303', 'test303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test303', 'test303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('304', 'test304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test304', 'test304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('306', 'test306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test306', 'test306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('309', 'test309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test309', 'test309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('311', 'test311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test311', 'test311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('312', 'test312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test312', 'test312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('314', 'test314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test314', 'test314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('315', 'test315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test315', 'test315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('316', 'test316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test316', 'test316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('317', 'test317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test317', 'test317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('318', 'test318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test318', 'test318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('319', 'test319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test319', 'test319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('321', 'test321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test321', 'test321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('322', 'test322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test322', 'test322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('323', 'test323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test323', 'test323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('325', 'test325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test325', 'test325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('326', 'test326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test326', 'test326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('327', 'test327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test327', 'test327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('328', 'test328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test328', 'test328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('331', 'test331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test331', 'test331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('333', 'test333', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test333', 'test333@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('334', 'test334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test334', 'test334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('335', 'test335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test335', 'test335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('338', 'test338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test338', 'test338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('339', 'test339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test339', 'test339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('340', 'test340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test340', 'test340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('341', 'test341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test341', 'test341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('342', 'test342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test342', 'test342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('344', 'test344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test344', 'test344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('346', 'test346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test346', 'test346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('352', 'test352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test352', 'test352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('354', 'test354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test354', 'test354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('355', 'test355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test355', 'test355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('357', 'test357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test357', 'test357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('358', 'test358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test358', 'test358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('360', 'test360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test360', 'test360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('365', 'test365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test365', 'test365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('366', 'test366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test366', 'test366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('375', 'test375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test375', 'test375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('381', 'test381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test381', 'test381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('384', 'test384', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test384', 'test384@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('385', 'test385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test385', 'test385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('397', 'test397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test397', 'test397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('398', 'test398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test398', 'test398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('406', 'test406', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test406', 'test406@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('412', 'test412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test412', 'test412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('415', 'test415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test415', 'test415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('423', 'test423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test423', 'test423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('424', 'test424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test424', 'test424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('427', 'test427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test427', 'test427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('433', 'test433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test433', 'test433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('434', 'test434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test434', 'test434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('436', 'test436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test436', 'test436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('437', 'test437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test437', 'test437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('440', 'test440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test440', 'test440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('442', 'test442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test442', 'test442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('444', 'test444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test444', 'test444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('445', 'test445', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test445', 'test445@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('446', 'test446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test446', 'test446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('449', 'test449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test449', 'test449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('450', 'test450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test450', 'test450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('451', 'test451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test451', 'test451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('454', 'test454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test454', 'test454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('457', 'test457', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test457', 'test457@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('459', 'test459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test459', 'test459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('462', 'test462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test462', 'test462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('463', 'test463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test463', 'test463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('465', 'test465', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test465', 'test465@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('467', 'test467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test467', 'test467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('469', 'test469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test469', 'test469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('470', 'test470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test470', 'test470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('472', 'test472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test472', 'test472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('473', 'test473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test473', 'test473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('474', 'test474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test474', 'test474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('476', 'test476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test476', 'test476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('478', 'test478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test478', 'test478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('482', 'test482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test482', 'test482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('485', 'test485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test485', 'test485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('486', 'test486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test486', 'test486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('490', 'test490', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test490', 'test490@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('491', 'test491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test491', 'test491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('492', 'test492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test492', 'test492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('494', 'test494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test494', 'test494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('496', 'test496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test496', 'test496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('497', 'test497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test497', 'test497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('498', 'test498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test498', 'test498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('506', 'test506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test506', 'test506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('507', 'test507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test507', 'test507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('508', 'test508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test508', 'test508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('510', 'test510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test510', 'test510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('511', 'test511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test511', 'test511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('512', 'test512', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test512', 'test512@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('513', 'test513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test513', 'test513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('515', 'test515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test515', 'test515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('516', 'test516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test516', 'test516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('519', 'test519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test519', 'test519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('520', 'test520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test520', 'test520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('521', 'test521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test521', 'test521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('522', 'test522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test522', 'test522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('524', 'test524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test524', 'test524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('525', 'test525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test525', 'test525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('526', 'test526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test526', 'test526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('527', 'test527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test527', 'test527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('528', 'test528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test528', 'test528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('529', 'test529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test529', 'test529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('531', 'test531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test531', 'test531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('534', 'test534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test534', 'test534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('536', 'test536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test536', 'test536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('537', 'test537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test537', 'test537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('538', 'test538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test538', 'test538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('541', 'test541', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test541', 'test541@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('542', 'test542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test542', 'test542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('546', 'test546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test546', 'test546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('547', 'test547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test547', 'test547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('548', 'test548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test548', 'test548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('550', 'test550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test550', 'test550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('551', 'test551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test551', 'test551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('553', 'test553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test553', 'test553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('557', 'test557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test557', 'test557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('558', 'test558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test558', 'test558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('562', 'test562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test562', 'test562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('563', 'test563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test563', 'test563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('564', 'test564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test564', 'test564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('569', 'test569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test569', 'test569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('570', 'test570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test570', 'test570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('573', 'test573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test573', 'test573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('574', 'test574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test574', 'test574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('577', 'test577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test577', 'test577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('578', 'test578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test578', 'test578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('579', 'test579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test579', 'test579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('595', 'test595', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test595', 'test595@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('597', 'test597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test597', 'test597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('599', 'test599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test599', 'test599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('602', 'test602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test602', 'test602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('604', 'test604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test604', 'test604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('605', 'test605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test605', 'test605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('608', 'test608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test608', 'test608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('613', 'test613', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test613', 'test613@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('615', 'test615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test615', 'test615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('617', 'test617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test617', 'test617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('621', 'test621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test621', 'test621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('623', 'test623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test623', 'test623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('626', 'test626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test626', 'test626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('628', 'test628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test628', 'test628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('630', 'test630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test630', 'test630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('631', 'test631', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test631', 'test631@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('632', 'test632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test632', 'test632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('638', 'test638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test638', 'test638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('639', 'test639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test639', 'test639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('640', 'test640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test640', 'test640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('641', 'test641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test641', 'test641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('646', 'test646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test646', 'test646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('648', 'test648', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test648', 'test648@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('652', 'test652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test652', 'test652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('655', 'test655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test655', 'test655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('660', 'test660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test660', 'test660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('662', 'test662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test662', 'test662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('671', 'test671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test671', 'test671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('675', 'test675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test675', 'test675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('676', 'test676', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test676', 'test676@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('682', 'test682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test682', 'test682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('689', 'test689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test689', 'test689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('690', 'test690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test690', 'test690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('693', 'test693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test693', 'test693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('694', 'test694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test694', 'test694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('695', 'test695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test695', 'test695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('700', 'test700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test700', 'test700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('702', 'test702', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test702', 'test702@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('705', 'test705', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test705', 'test705@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('706', 'test706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test706', 'test706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('709', 'test709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test709', 'test709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('711', 'test711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test711', 'test711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('712', 'test712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test712', 'test712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('714', 'test714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test714', 'test714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('717', 'test717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test717', 'test717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('719', 'test719', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test719', 'test719@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('721', 'test721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test721', 'test721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('728', 'test728', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test728', 'test728@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('730', 'test730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test730', 'test730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('735', 'test735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test735', 'test735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('738', 'test738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test738', 'test738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('741', 'test741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test741', 'test741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('744', 'test744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test744', 'test744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('747', 'test747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test747', 'test747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('749', 'test749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test749', 'test749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('760', 'test760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test760', 'test760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('762', 'test762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test762', 'test762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('763', 'test763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test763', 'test763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('769', 'test769', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test769', 'test769@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('770', 'test770', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test770', 'test770@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('775', 'test775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test775', 'test775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('780', 'test780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test780', 'test780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('784', 'test784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test784', 'test784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('786', 'test786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test786', 'test786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('788', 'test788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test788', 'test788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('793', 'test793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test793', 'test793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('795', 'test795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test795', 'test795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('802', 'test802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test802', 'test802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('808', 'test808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test808', 'test808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('810', 'test810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test810', 'test810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('811', 'test811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test811', 'test811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('812', 'test812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test812', 'test812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('813', 'test813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test813', 'test813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('815', 'test815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test815', 'test815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('818', 'test818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test818', 'test818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('822', 'test822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test822', 'test822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('828', 'test828', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test828', 'test828@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('829', 'test829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test829', 'test829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('833', 'test833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test833', 'test833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('834', 'test834', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test834', 'test834@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('835', 'test835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test835', 'test835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('844', 'test844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test844', 'test844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('845', 'test845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test845', 'test845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('846', 'test846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test846', 'test846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('847', 'test847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test847', 'test847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('849', 'test849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test849', 'test849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('853', 'test853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test853', 'test853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('854', 'test854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test854', 'test854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('857', 'test857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test857', 'test857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('858', 'test858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test858', 'test858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('860', 'test860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test860', 'test860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('867', 'test867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test867', 'test867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('868', 'test868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test868', 'test868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('869', 'test869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test869', 'test869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('870', 'test870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test870', 'test870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('876', 'test876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test876', 'test876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('878', 'test878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test878', 'test878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('880', 'test880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test880', 'test880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('881', 'test881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test881', 'test881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('891', 'test891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test891', 'test891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('892', 'test892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test892', 'test892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('896', 'test896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test896', 'test896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('897', 'test897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test897', 'test897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('901', 'test901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test901', 'test901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('903', 'test903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test903', 'test903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('920', 'test920', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test920', 'test920@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('921', 'test921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test921', 'test921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('922', 'test922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test922', 'test922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('925', 'test925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test925', 'test925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('927', 'test927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test927', 'test927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('931', 'test931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test931', 'test931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('940', 'test940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test940', 'test940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('942', 'test942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test942', 'test942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('943', 'test943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test943', 'test943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('946', 'test946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test946', 'test946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('947', 'test947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test947', 'test947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('949', 'test949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test949', 'test949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('951', 'test951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test951', 'test951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('953', 'test953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test953', 'test953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('955', 'test955', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test955', 'test955@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('968', 'test968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test968', 'test968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('974', 'test974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test974', 'test974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('981', 'test981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test981', 'test981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('983', 'test983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test983', 'test983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('984', 'test984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test984', 'test984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('985', 'test985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test985', 'test985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('988', 'test988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test988', 'test988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('991', 'test991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test991', 'test991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('992', 'test992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test992', 'test992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('996', 'test996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test996', 'test996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('997', 'test997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test997', 'test997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1000', 'test1000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1000', 'test1000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1004', 'test1004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1004', 'test1004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1005', 'test1005', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1005', 'test1005@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1006', 'test1006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1006', 'test1006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1007', 'test1007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1007', 'test1007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1008', 'test1008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1008', 'test1008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1009', 'test1009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1009', 'test1009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1014', 'test1014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1014', 'test1014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1015', 'test1015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1015', 'test1015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1016', 'test1016', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1016', 'test1016@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1018', 'test1018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1018', 'test1018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1024', 'test1024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1024', 'test1024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1025', 'test1025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1025', 'test1025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1026', 'test1026', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1026', 'test1026@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1030', 'test1030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1030', 'test1030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1039', 'test1039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1039', 'test1039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1043', 'test1043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1043', 'test1043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1046', 'test1046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1046', 'test1046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1047', 'test1047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1047', 'test1047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1048', 'test1048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1048', 'test1048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1050', 'test1050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1050', 'test1050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1053', 'test1053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1053', 'test1053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1056', 'test1056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1056', 'test1056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1057', 'test1057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1057', 'test1057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1060', 'test1060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1060', 'test1060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1062', 'test1062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1062', 'test1062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1063', 'test1063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1063', 'test1063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1070', 'test1070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1070', 'test1070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1078', 'test1078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1078', 'test1078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1079', 'test1079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1079', 'test1079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1081', 'test1081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1081', 'test1081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1082', 'test1082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1082', 'test1082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1083', 'test1083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1083', 'test1083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1084', 'test1084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1084', 'test1084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1085', 'test1085', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1085', 'test1085@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1088', 'test1088', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1088', 'test1088@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1089', 'test1089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1089', 'test1089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1090', 'test1090', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1090', 'test1090@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1091', 'test1091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1091', 'test1091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1096', 'test1096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1096', 'test1096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1101', 'test1101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1101', 'test1101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1102', 'test1102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1102', 'test1102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1106', 'test1106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1106', 'test1106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1110', 'test1110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1110', 'test1110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1112', 'test1112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1112', 'test1112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1126', 'test1126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1126', 'test1126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1127', 'test1127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1127', 'test1127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1136', 'test1136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1136', 'test1136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1142', 'test1142', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1142', 'test1142@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1146', 'test1146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1146', 'test1146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1149', 'test1149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1149', 'test1149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1151', 'test1151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1151', 'test1151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1162', 'test1162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1162', 'test1162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1164', 'test1164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1164', 'test1164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1167', 'test1167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1167', 'test1167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1168', 'test1168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1168', 'test1168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1169', 'test1169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1169', 'test1169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1172', 'test1172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1172', 'test1172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1175', 'test1175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1175', 'test1175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1179', 'test1179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1179', 'test1179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1180', 'test1180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1180', 'test1180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1187', 'test1187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1187', 'test1187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1189', 'test1189', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1189', 'test1189@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1195', 'test1195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1195', 'test1195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1197', 'test1197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1197', 'test1197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1198', 'test1198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1198', 'test1198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1202', 'test1202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1202', 'test1202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1204', 'test1204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1204', 'test1204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1208', 'test1208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1208', 'test1208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1209', 'test1209', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1209', 'test1209@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1210', 'test1210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1210', 'test1210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1215', 'test1215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1215', 'test1215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1217', 'test1217', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1217', 'test1217@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1218', 'test1218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1218', 'test1218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1220', 'test1220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1220', 'test1220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1222', 'test1222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1222', 'test1222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1223', 'test1223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1223', 'test1223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1227', 'test1227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1227', 'test1227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1228', 'test1228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1228', 'test1228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1229', 'test1229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1229', 'test1229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1230', 'test1230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1230', 'test1230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1231', 'test1231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1231', 'test1231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1233', 'test1233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1233', 'test1233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1235', 'test1235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1235', 'test1235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1238', 'test1238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1238', 'test1238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1241', 'test1241', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1241', 'test1241@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1245', 'test1245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1245', 'test1245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1246', 'test1246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1246', 'test1246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1247', 'test1247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1247', 'test1247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1248', 'test1248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1248', 'test1248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1250', 'test1250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1250', 'test1250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1253', 'test1253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1253', 'test1253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1258', 'test1258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1258', 'test1258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1259', 'test1259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1259', 'test1259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1261', 'test1261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1261', 'test1261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1263', 'test1263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1263', 'test1263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1266', 'test1266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1266', 'test1266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1267', 'test1267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1267', 'test1267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1270', 'test1270', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1270', 'test1270@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1271', 'test1271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1271', 'test1271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1272', 'test1272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1272', 'test1272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1276', 'test1276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1276', 'test1276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1278', 'test1278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1278', 'test1278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1279', 'test1279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1279', 'test1279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1283', 'test1283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1283', 'test1283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1284', 'test1284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1284', 'test1284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1285', 'test1285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1285', 'test1285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1286', 'test1286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1286', 'test1286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1288', 'test1288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1288', 'test1288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1290', 'test1290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1290', 'test1290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1296', 'test1296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1296', 'test1296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1300', 'test1300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1300', 'test1300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1301', 'test1301', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1301', 'test1301@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1303', 'test1303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1303', 'test1303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1305', 'test1305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1305', 'test1305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1306', 'test1306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1306', 'test1306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1314', 'test1314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1314', 'test1314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1315', 'test1315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1315', 'test1315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1317', 'test1317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1317', 'test1317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1318', 'test1318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1318', 'test1318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1320', 'test1320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1320', 'test1320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1324', 'test1324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1324', 'test1324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1326', 'test1326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1326', 'test1326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1328', 'test1328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1328', 'test1328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1329', 'test1329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1329', 'test1329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1332', 'test1332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1332', 'test1332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1335', 'test1335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1335', 'test1335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1342', 'test1342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1342', 'test1342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1344', 'test1344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1344', 'test1344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1346', 'test1346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1346', 'test1346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1347', 'test1347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1347', 'test1347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1353', 'test1353', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1353', 'test1353@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1354', 'test1354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1354', 'test1354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1361', 'test1361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1361', 'test1361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1362', 'test1362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1362', 'test1362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1365', 'test1365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1365', 'test1365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1366', 'test1366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1366', 'test1366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1375', 'test1375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1375', 'test1375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1376', 'test1376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1376', 'test1376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1377', 'test1377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1377', 'test1377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1380', 'test1380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1380', 'test1380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1382', 'test1382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1382', 'test1382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1383', 'test1383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1383', 'test1383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1386', 'test1386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1386', 'test1386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1389', 'test1389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1389', 'test1389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1394', 'test1394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1394', 'test1394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1395', 'test1395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1395', 'test1395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1396', 'test1396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1396', 'test1396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1398', 'test1398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1398', 'test1398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1403', 'test1403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1403', 'test1403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1405', 'test1405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1405', 'test1405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1410', 'test1410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1410', 'test1410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1416', 'test1416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1416', 'test1416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1418', 'test1418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1418', 'test1418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1420', 'test1420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1420', 'test1420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1424', 'test1424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1424', 'test1424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1425', 'test1425', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1425', 'test1425@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1426', 'test1426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1426', 'test1426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1434', 'test1434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1434', 'test1434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1437', 'test1437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1437', 'test1437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1441', 'test1441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1441', 'test1441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1442', 'test1442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1442', 'test1442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1448', 'test1448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1448', 'test1448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1452', 'test1452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1452', 'test1452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1454', 'test1454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1454', 'test1454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1458', 'test1458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1458', 'test1458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1460', 'test1460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1460', 'test1460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1463', 'test1463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1463', 'test1463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1467', 'test1467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1467', 'test1467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1469', 'test1469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1469', 'test1469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1471', 'test1471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1471', 'test1471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1475', 'test1475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1475', 'test1475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1478', 'test1478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1478', 'test1478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1481', 'test1481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1481', 'test1481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1484', 'test1484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1484', 'test1484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1496', 'test1496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1496', 'test1496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1500', 'test1500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1500', 'test1500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1501', 'test1501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1501', 'test1501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1502', 'test1502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1502', 'test1502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1504', 'test1504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1504', 'test1504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1506', 'test1506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1506', 'test1506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1508', 'test1508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1508', 'test1508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1510', 'test1510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1510', 'test1510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1516', 'test1516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1516', 'test1516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1518', 'test1518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1518', 'test1518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1521', 'test1521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1521', 'test1521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1525', 'test1525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1525', 'test1525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1527', 'test1527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1527', 'test1527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1537', 'test1537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1537', 'test1537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1538', 'test1538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1538', 'test1538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1545', 'test1545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1545', 'test1545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1546', 'test1546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1546', 'test1546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1549', 'test1549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1549', 'test1549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1550', 'test1550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1550', 'test1550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1557', 'test1557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1557', 'test1557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1558', 'test1558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1558', 'test1558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1561', 'test1561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1561', 'test1561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1568', 'test1568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1568', 'test1568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1573', 'test1573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1573', 'test1573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1574', 'test1574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1574', 'test1574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1579', 'test1579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1579', 'test1579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1581', 'test1581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1581', 'test1581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1582', 'test1582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1582', 'test1582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1587', 'test1587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1587', 'test1587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1590', 'test1590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1590', 'test1590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1593', 'test1593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1593', 'test1593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1600', 'test1600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1600', 'test1600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1603', 'test1603', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1603', 'test1603@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1604', 'test1604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1604', 'test1604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1610', 'test1610', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1610', 'test1610@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1620', 'test1620', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1620', 'test1620@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1625', 'test1625', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1625', 'test1625@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1630', 'test1630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1630', 'test1630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1634', 'test1634', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1634', 'test1634@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1637', 'test1637', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1637', 'test1637@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1643', 'test1643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1643', 'test1643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1649', 'test1649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1649', 'test1649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1653', 'test1653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1653', 'test1653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1659', 'test1659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1659', 'test1659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1661', 'test1661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1661', 'test1661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1682', 'test1682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1682', 'test1682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1686', 'test1686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1686', 'test1686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1697', 'test1697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1697', 'test1697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1711', 'test1711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1711', 'test1711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1743', 'test1743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1743', 'test1743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1747', 'test1747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1747', 'test1747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1756', 'test1756', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1756', 'test1756@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1767', 'test1767', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1767', 'test1767@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1774', 'test1774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1774', 'test1774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1779', 'test1779', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1779', 'test1779@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1781', 'test1781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1781', 'test1781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1785', 'test1785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1785', 'test1785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1794', 'test1794', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1794', 'test1794@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1809', 'test1809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1809', 'test1809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1811', 'test1811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1811', 'test1811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1821', 'test1821', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1821', 'test1821@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1824', 'test1824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1824', 'test1824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1825', 'test1825', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1825', 'test1825@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1881', 'test1881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1881', 'test1881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1896', 'test1896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1896', 'test1896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1898', 'test1898', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1898', 'test1898@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1903', 'test1903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1903', 'test1903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1918', 'test1918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1918', 'test1918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1922', 'test1922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1922', 'test1922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1924', 'test1924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1924', 'test1924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1928', 'test1928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1928', 'test1928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1931', 'test1931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1931', 'test1931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1936', 'test1936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1936', 'test1936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1938', 'test1938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1938', 'test1938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1939', 'test1939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1939', 'test1939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1952', 'test1952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1952', 'test1952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1956', 'test1956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1956', 'test1956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1974', 'test1974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1974', 'test1974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2000', 'test2000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2000', 'test2000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2003', 'test2003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2003', 'test2003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2014', 'test2014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2014', 'test2014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2032', 'test2032', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2032', 'test2032@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2052', 'test2052', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2052', 'test2052@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2063', 'test2063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2063', 'test2063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2091', 'test2091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2091', 'test2091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2104', 'test2104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2104', 'test2104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2106', 'test2106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2106', 'test2106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2131', 'test2131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2131', 'test2131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2147', 'test2147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2147', 'test2147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2153', 'test2153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2153', 'test2153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2205', 'test2205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2205', 'test2205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2222', 'test2222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2222', 'test2222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2236', 'test2236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2236', 'test2236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2262', 'test2262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2262', 'test2262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2280', 'test2280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2280', 'test2280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2320', 'test2320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2320', 'test2320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2371', 'test2371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2371', 'test2371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2376', 'test2376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2376', 'test2376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2403', 'test2403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2403', 'test2403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2417', 'test2417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2417', 'test2417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2433', 'test2433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2433', 'test2433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2441', 'test2441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2441', 'test2441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2444', 'test2444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2444', 'test2444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2460', 'test2460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2460', 'test2460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2520', 'test2520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2520', 'test2520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2534', 'test2534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2534', 'test2534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2587', 'test2587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2587', 'test2587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2596', 'test2596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2596', 'test2596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2615', 'test2615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2615', 'test2615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2629', 'test2629', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2629', 'test2629@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2635', 'test2635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2635', 'test2635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2636', 'test2636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2636', 'test2636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2642', 'test2642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2642', 'test2642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2662', 'test2662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2662', 'test2662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2671', 'test2671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2671', 'test2671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2691', 'test2691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2691', 'test2691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2738', 'test2738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2738', 'test2738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2755', 'test2755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2755', 'test2755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2772', 'test2772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2772', 'test2772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2773', 'test2773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2773', 'test2773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2778', 'test2778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2778', 'test2778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2787', 'test2787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2787', 'test2787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2799', 'test2799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2799', 'test2799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2802', 'test2802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2802', 'test2802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2813', 'test2813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2813', 'test2813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2850', 'test2850', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2850', 'test2850@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2858', 'test2858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2858', 'test2858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2873', 'test2873', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2873', 'test2873@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2880', 'test2880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2880', 'test2880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2909', 'test2909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2909', 'test2909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2922', 'test2922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2922', 'test2922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2937', 'test2937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2937', 'test2937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2938', 'test2938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2938', 'test2938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2939', 'test2939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2939', 'test2939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2942', 'test2942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2942', 'test2942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2946', 'test2946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2946', 'test2946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2953', 'test2953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2953', 'test2953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2966', 'test2966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2966', 'test2966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2988', 'test2988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2988', 'test2988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2989', 'test2989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2989', 'test2989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2994', 'test2994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2994', 'test2994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3010', 'test3010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3010', 'test3010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3011', 'test3011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3011', 'test3011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3012', 'test3012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3012', 'test3012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3017', 'test3017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3017', 'test3017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3043', 'test3043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3043', 'test3043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3071', 'test3071', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3071', 'test3071@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3082', 'test3082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3082', 'test3082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3161', 'test3161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3161', 'test3161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3182', 'test3182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3182', 'test3182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3224', 'test3224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3224', 'test3224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3234', 'test3234', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3234', 'test3234@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3279', 'test3279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3279', 'test3279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3288', 'test3288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3288', 'test3288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3298', 'test3298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3298', 'test3298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3322', 'test3322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3322', 'test3322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3336', 'test3336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3336', 'test3336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3340', 'test3340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3340', 'test3340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3405', 'test3405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3405', 'test3405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3433', 'test3433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3433', 'test3433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3441', 'test3441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3441', 'test3441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3455', 'test3455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3455', 'test3455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3461', 'test3461', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3461', 'test3461@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3467', 'test3467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3467', 'test3467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3513', 'test3513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3513', 'test3513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3525', 'test3525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3525', 'test3525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3533', 'test3533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3533', 'test3533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3536', 'test3536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3536', 'test3536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3547', 'test3547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3547', 'test3547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3568', 'test3568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3568', 'test3568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3591', 'test3591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3591', 'test3591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3633', 'test3633', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3633', 'test3633@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3641', 'test3641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3641', 'test3641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3651', 'test3651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3651', 'test3651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3683', 'test3683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3683', 'test3683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3691', 'test3691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3691', 'test3691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3809', 'test3809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3809', 'test3809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3833', 'test3833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3833', 'test3833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3837', 'test3837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3837', 'test3837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3842', 'test3842', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3842', 'test3842@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3853', 'test3853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3853', 'test3853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3857', 'test3857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3857', 'test3857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3992', 'test3992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3992', 'test3992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3999', 'test3999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3999', 'test3999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4136', 'test4136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4136', 'test4136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4184', 'test4184', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4184', 'test4184@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4257', 'test4257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4257', 'test4257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4332', 'test4332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4332', 'test4332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4383', 'test4383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4383', 'test4383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4402', 'test4402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4402', 'test4402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4421', 'test4421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4421', 'test4421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4426', 'test4426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4426', 'test4426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4489', 'test4489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4489', 'test4489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4491', 'test4491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4491', 'test4491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4515', 'test4515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4515', 'test4515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4555', 'test4555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4555', 'test4555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4581', 'test4581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4581', 'test4581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4618', 'test4618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4618', 'test4618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4682', 'test4682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4682', 'test4682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4715', 'test4715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4715', 'test4715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4748', 'test4748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4748', 'test4748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4785', 'test4785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4785', 'test4785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4845', 'test4845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4845', 'test4845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4896', 'test4896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4896', 'test4896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4911', 'test4911', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4911', 'test4911@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5014', 'test5014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5014', 'test5014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5021', 'test5021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5021', 'test5021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5114', 'test5114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5114', 'test5114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5132', 'test5132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5132', 'test5132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5135', 'test5135', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5135', 'test5135@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5138', 'test5138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5138', 'test5138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5172', 'test5172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5172', 'test5172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5178', 'test5178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5178', 'test5178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5195', 'test5195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5195', 'test5195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5215', 'test5215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5215', 'test5215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5328', 'test5328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5328', 'test5328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5340', 'test5340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5340', 'test5340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5372', 'test5372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5372', 'test5372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5388', 'test5388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5388', 'test5388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5428', 'test5428', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5428', 'test5428@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5468', 'test5468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5468', 'test5468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5475', 'test5475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5475', 'test5475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5524', 'test5524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5524', 'test5524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5531', 'test5531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5531', 'test5531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5540', 'test5540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5540', 'test5540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5561', 'test5561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5561', 'test5561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5600', 'test5600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5600', 'test5600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5607', 'test5607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5607', 'test5607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5626', 'test5626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5626', 'test5626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5638', 'test5638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5638', 'test5638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5694', 'test5694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5694', 'test5694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5715', 'test5715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5715', 'test5715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5742', 'test5742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5742', 'test5742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5755', 'test5755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5755', 'test5755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5784', 'test5784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5784', 'test5784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5869', 'test5869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5869', 'test5869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5905', 'test5905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5905', 'test5905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5935', 'test5935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5935', 'test5935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5941', 'test5941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5941', 'test5941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5944', 'test5944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5944', 'test5944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6006', 'test6006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6006', 'test6006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6028', 'test6028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6028', 'test6028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6054', 'test6054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6054', 'test6054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6079', 'test6079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6079', 'test6079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6111', 'test6111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6111', 'test6111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6125', 'test6125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6125', 'test6125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6183', 'test6183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6183', 'test6183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6242', 'test6242', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6242', 'test6242@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6289', 'test6289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6289', 'test6289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6292', 'test6292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6292', 'test6292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6306', 'test6306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6306', 'test6306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6315', 'test6315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6315', 'test6315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6381', 'test6381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6381', 'test6381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6426', 'test6426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6426', 'test6426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6427', 'test6427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6427', 'test6427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6442', 'test6442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6442', 'test6442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6538', 'test6538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6538', 'test6538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6546', 'test6546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6546', 'test6546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6614', 'test6614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6614', 'test6614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6652', 'test6652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6652', 'test6652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6680', 'test6680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6680', 'test6680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6688', 'test6688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6688', 'test6688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6690', 'test6690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6690', 'test6690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6700', 'test6700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6700', 'test6700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6801', 'test6801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6801', 'test6801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6867', 'test6867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6867', 'test6867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6936', 'test6936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6936', 'test6936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6937', 'test6937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6937', 'test6937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6981', 'test6981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6981', 'test6981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6996', 'test6996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6996', 'test6996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7062', 'test7062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7062', 'test7062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7078', 'test7078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7078', 'test7078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7109', 'test7109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7109', 'test7109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7141', 'test7141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7141', 'test7141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7151', 'test7151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7151', 'test7151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7160', 'test7160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7160', 'test7160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7182', 'test7182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7182', 'test7182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7243', 'test7243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7243', 'test7243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7276', 'test7276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7276', 'test7276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7298', 'test7298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7298', 'test7298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7309', 'test7309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7309', 'test7309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7344', 'test7344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7344', 'test7344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7371', 'test7371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7371', 'test7371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7468', 'test7468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7468', 'test7468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7487', 'test7487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7487', 'test7487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7510', 'test7510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7510', 'test7510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7519', 'test7519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7519', 'test7519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7525', 'test7525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7525', 'test7525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7544', 'test7544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7544', 'test7544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7608', 'test7608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7608', 'test7608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7626', 'test7626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7626', 'test7626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7639', 'test7639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7639', 'test7639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7670', 'test7670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7670', 'test7670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7683', 'test7683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7683', 'test7683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7887', 'test7887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7887', 'test7887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7916', 'test7916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7916', 'test7916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7952', 'test7952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7952', 'test7952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8014', 'test8014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8014', 'test8014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8060', 'test8060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8060', 'test8060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8079', 'test8079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8079', 'test8079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8134', 'test8134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8134', 'test8134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8172', 'test8172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8172', 'test8172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8191', 'test8191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8191', 'test8191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8205', 'test8205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8205', 'test8205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8235', 'test8235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8235', 'test8235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8254', 'test8254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8254', 'test8254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8265', 'test8265', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8265', 'test8265@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8323', 'test8323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8323', 'test8323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8325', 'test8325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8325', 'test8325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8329', 'test8329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8329', 'test8329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8358', 'test8358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8358', 'test8358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8394', 'test8394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8394', 'test8394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8440', 'test8440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8440', 'test8440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8474', 'test8474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8474', 'test8474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8501', 'test8501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8501', 'test8501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8502', 'test8502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8502', 'test8502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8532', 'test8532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8532', 'test8532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8552', 'test8552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8552', 'test8552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8575', 'test8575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8575', 'test8575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8616', 'test8616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8616', 'test8616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8644', 'test8644', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8644', 'test8644@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8649', 'test8649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8649', 'test8649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8661', 'test8661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8661', 'test8661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8663', 'test8663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8663', 'test8663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8730', 'test8730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8730', 'test8730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8764', 'test8764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8764', 'test8764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8774', 'test8774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8774', 'test8774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8846', 'test8846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8846', 'test8846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8866', 'test8866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8866', 'test8866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8905', 'test8905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8905', 'test8905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8973', 'test8973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8973', 'test8973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8980', 'test8980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8980', 'test8980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9003', 'test9003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9003', 'test9003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9034', 'test9034', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9034', 'test9034@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9035', 'test9035', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9035', 'test9035@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9049', 'test9049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9049', 'test9049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9078', 'test9078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9078', 'test9078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9117', 'test9117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9117', 'test9117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9133', 'test9133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9133', 'test9133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9141', 'test9141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9141', 'test9141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9157', 'test9157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9157', 'test9157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9174', 'test9174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9174', 'test9174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9190', 'test9190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9190', 'test9190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9194', 'test9194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9194', 'test9194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9199', 'test9199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9199', 'test9199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9223', 'test9223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9223', 'test9223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9226', 'test9226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9226', 'test9226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9260', 'test9260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9260', 'test9260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9272', 'test9272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9272', 'test9272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9294', 'test9294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9294', 'test9294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9312', 'test9312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9312', 'test9312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9351', 'test9351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9351', 'test9351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9355', 'test9355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9355', 'test9355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9358', 'test9358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9358', 'test9358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9371', 'test9371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9371', 'test9371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9372', 'test9372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9372', 'test9372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9434', 'test9434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9434', 'test9434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9495', 'test9495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9495', 'test9495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9539', 'test9539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9539', 'test9539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9542', 'test9542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9542', 'test9542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9545', 'test9545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9545', 'test9545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9546', 'test9546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9546', 'test9546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9548', 'test9548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9548', 'test9548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9554', 'test9554', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9554', 'test9554@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9598', 'test9598', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9598', 'test9598@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9694', 'test9694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9694', 'test9694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9827', 'test9827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9827', 'test9827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9854', 'test9854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9854', 'test9854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9903', 'test9903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9903', 'test9903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9940', 'test9940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9940', 'test9940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9953', 'test9953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9953', 'test9953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9967', 'test9967', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9967', 'test9967@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9985', 'test9985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9985', 'test9985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9995', 'test9995', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9995', 'test9995@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10121', 'test10121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10121', 'test10121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10167', 'test10167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10167', 'test10167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10223', 'test10223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10223', 'test10223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10253', 'test10253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10253', 'test10253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10269', 'test10269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10269', 'test10269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10309', 'test10309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10309', 'test10309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10329', 'test10329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10329', 'test10329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10338', 'test10338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10338', 'test10338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10387', 'test10387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10387', 'test10387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10414', 'test10414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10414', 'test10414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10485', 'test10485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10485', 'test10485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10502', 'test10502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10502', 'test10502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10543', 'test10543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10543', 'test10543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10587', 'test10587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10587', 'test10587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10622', 'test10622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10622', 'test10622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10647', 'test10647', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10647', 'test10647@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10657', 'test10657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10657', 'test10657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10684', 'test10684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10684', 'test10684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10807', 'test10807', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10807', 'test10807@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10826', 'test10826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10826', 'test10826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10827', 'test10827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10827', 'test10827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10875', 'test10875', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10875', 'test10875@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10901', 'test10901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10901', 'test10901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10907', 'test10907', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10907', 'test10907@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10928', 'test10928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10928', 'test10928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10989', 'test10989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10989', 'test10989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11001', 'test11001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11001', 'test11001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11157', 'test11157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11157', 'test11157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11167', 'test11167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11167', 'test11167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11178', 'test11178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11178', 'test11178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11191', 'test11191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11191', 'test11191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11201', 'test11201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11201', 'test11201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11202', 'test11202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11202', 'test11202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11271', 'test11271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11271', 'test11271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11305', 'test11305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11305', 'test11305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11341', 'test11341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11341', 'test11341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11360', 'test11360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11360', 'test11360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11391', 'test11391', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11391', 'test11391@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11424', 'test11424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11424', 'test11424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11429', 'test11429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11429', 'test11429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11464', 'test11464', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11464', 'test11464@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11569', 'test11569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11569', 'test11569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11582', 'test11582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11582', 'test11582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11604', 'test11604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11604', 'test11604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11607', 'test11607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11607', 'test11607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11617', 'test11617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11617', 'test11617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11690', 'test11690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11690', 'test11690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11731', 'test11731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11731', 'test11731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11742', 'test11742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11742', 'test11742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11777', 'test11777', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11777', 'test11777@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11788', 'test11788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11788', 'test11788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11817', 'test11817', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11817', 'test11817@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11860', 'test11860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11860', 'test11860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11889', 'test11889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11889', 'test11889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12017', 'test12017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12017', 'test12017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12072', 'test12072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12072', 'test12072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12150', 'test12150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12150', 'test12150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12188', 'test12188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12188', 'test12188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12215', 'test12215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12215', 'test12215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12272', 'test12272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12272', 'test12272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12306', 'test12306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12306', 'test12306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12330', 'test12330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12330', 'test12330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12332', 'test12332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12332', 'test12332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12348', 'test12348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12348', 'test12348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12363', 'test12363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12363', 'test12363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12400', 'test12400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12400', 'test12400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12402', 'test12402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12402', 'test12402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12452', 'test12452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12452', 'test12452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12566', 'test12566', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12566', 'test12566@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12578', 'test12578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12578', 'test12578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12597', 'test12597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12597', 'test12597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12660', 'test12660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12660', 'test12660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12696', 'test12696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12696', 'test12696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12708', 'test12708', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12708', 'test12708@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12739', 'test12739', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12739', 'test12739@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12742', 'test12742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12742', 'test12742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12889', 'test12889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12889', 'test12889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12999', 'test12999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12999', 'test12999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13093', 'test13093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13093', 'test13093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13102', 'test13102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13102', 'test13102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13124', 'test13124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13124', 'test13124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13208', 'test13208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13208', 'test13208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13214', 'test13214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13214', 'test13214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13233', 'test13233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13233', 'test13233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13250', 'test13250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13250', 'test13250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13274', 'test13274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13274', 'test13274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13282', 'test13282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13282', 'test13282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13283', 'test13283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13283', 'test13283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13373', 'test13373', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13373', 'test13373@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13376', 'test13376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13376', 'test13376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13379', 'test13379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13379', 'test13379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13446', 'test13446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13446', 'test13446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13525', 'test13525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13525', 'test13525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13530', 'test13530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13530', 'test13530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13531', 'test13531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13531', 'test13531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13612', 'test13612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13612', 'test13612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13746', 'test13746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13746', 'test13746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13750', 'test13750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13750', 'test13750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13759', 'test13759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13759', 'test13759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13772', 'test13772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13772', 'test13772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13784', 'test13784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13784', 'test13784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13792', 'test13792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13792', 'test13792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13795', 'test13795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13795', 'test13795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13799', 'test13799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13799', 'test13799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13815', 'test13815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13815', 'test13815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13844', 'test13844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13844', 'test13844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13876', 'test13876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13876', 'test13876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13892', 'test13892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13892', 'test13892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13944', 'test13944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13944', 'test13944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13951', 'test13951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13951', 'test13951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13953', 'test13953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13953', 'test13953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13991', 'test13991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13991', 'test13991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14001', 'test14001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14001', 'test14001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14006', 'test14006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14006', 'test14006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14053', 'test14053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14053', 'test14053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14059', 'test14059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14059', 'test14059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14074', 'test14074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14074', 'test14074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14075', 'test14075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14075', 'test14075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14082', 'test14082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14082', 'test14082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14119', 'test14119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14119', 'test14119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14121', 'test14121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14121', 'test14121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14160', 'test14160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14160', 'test14160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14257', 'test14257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14257', 'test14257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14290', 'test14290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14290', 'test14290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14303', 'test14303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14303', 'test14303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14364', 'test14364', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14364', 'test14364@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14388', 'test14388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14388', 'test14388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14481', 'test14481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14481', 'test14481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14497', 'test14497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14497', 'test14497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14626', 'test14626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14626', 'test14626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14643', 'test14643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14643', 'test14643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14706', 'test14706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14706', 'test14706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14759', 'test14759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14759', 'test14759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14782', 'test14782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14782', 'test14782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14810', 'test14810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14810', 'test14810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14881', 'test14881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14881', 'test14881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14925', 'test14925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14925', 'test14925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15013', 'test15013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15013', 'test15013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15079', 'test15079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15079', 'test15079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15089', 'test15089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15089', 'test15089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15103', 'test15103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15103', 'test15103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15137', 'test15137', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15137', 'test15137@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15161', 'test15161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15161', 'test15161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15220', 'test15220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15220', 'test15220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15272', 'test15272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15272', 'test15272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15279', 'test15279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15279', 'test15279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15305', 'test15305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15305', 'test15305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15310', 'test15310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15310', 'test15310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15410', 'test15410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15410', 'test15410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15417', 'test15417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15417', 'test15417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15434', 'test15434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15434', 'test15434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15446', 'test15446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15446', 'test15446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15456', 'test15456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15456', 'test15456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15491', 'test15491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15491', 'test15491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15494', 'test15494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15494', 'test15494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15545', 'test15545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15545', 'test15545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15562', 'test15562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15562', 'test15562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15570', 'test15570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15570', 'test15570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15609', 'test15609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15609', 'test15609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15641', 'test15641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15641', 'test15641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15662', 'test15662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15662', 'test15662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15680', 'test15680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15680', 'test15680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15699', 'test15699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15699', 'test15699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15736', 'test15736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15736', 'test15736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15765', 'test15765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15765', 'test15765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15773', 'test15773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15773', 'test15773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15776', 'test15776', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15776', 'test15776@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15798', 'test15798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15798', 'test15798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15806', 'test15806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15806', 'test15806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15823', 'test15823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15823', 'test15823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15837', 'test15837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15837', 'test15837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15908', 'test15908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15908', 'test15908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15945', 'test15945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15945', 'test15945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15959', 'test15959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15959', 'test15959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15983', 'test15983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15983', 'test15983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16053', 'test16053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16053', 'test16053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16068', 'test16068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16068', 'test16068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16096', 'test16096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16096', 'test16096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16104', 'test16104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16104', 'test16104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16114', 'test16114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16114', 'test16114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16136', 'test16136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16136', 'test16136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16194', 'test16194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16194', 'test16194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16197', 'test16197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16197', 'test16197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16218', 'test16218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16218', 'test16218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16249', 'test16249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16249', 'test16249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16253', 'test16253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16253', 'test16253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16257', 'test16257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16257', 'test16257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16264', 'test16264', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16264', 'test16264@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16300', 'test16300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16300', 'test16300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16368', 'test16368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16368', 'test16368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16386', 'test16386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16386', 'test16386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16412', 'test16412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16412', 'test16412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16432', 'test16432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16432', 'test16432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16449', 'test16449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16449', 'test16449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16532', 'test16532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16532', 'test16532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16537', 'test16537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16537', 'test16537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16543', 'test16543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16543', 'test16543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16561', 'test16561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16561', 'test16561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16577', 'test16577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16577', 'test16577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16687', 'test16687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16687', 'test16687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16725', 'test16725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16725', 'test16725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16743', 'test16743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16743', 'test16743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16761', 'test16761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16761', 'test16761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16768', 'test16768', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16768', 'test16768@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16782', 'test16782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16782', 'test16782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16799', 'test16799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16799', 'test16799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16808', 'test16808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16808', 'test16808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16861', 'test16861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16861', 'test16861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16906', 'test16906', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16906', 'test16906@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16925', 'test16925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16925', 'test16925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16930', 'test16930', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16930', 'test16930@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16935', 'test16935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16935', 'test16935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16938', 'test16938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16938', 'test16938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16942', 'test16942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16942', 'test16942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16974', 'test16974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16974', 'test16974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16983', 'test16983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16983', 'test16983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16994', 'test16994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16994', 'test16994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16998', 'test16998', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16998', 'test16998@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17069', 'test17069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17069', 'test17069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17077', 'test17077', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17077', 'test17077@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17119', 'test17119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17119', 'test17119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17156', 'test17156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17156', 'test17156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17231', 'test17231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17231', 'test17231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17236', 'test17236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17236', 'test17236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17243', 'test17243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17243', 'test17243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17277', 'test17277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17277', 'test17277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17309', 'test17309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17309', 'test17309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17315', 'test17315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17315', 'test17315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17330', 'test17330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17330', 'test17330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17335', 'test17335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17335', 'test17335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17340', 'test17340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17340', 'test17340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17351', 'test17351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17351', 'test17351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17371', 'test17371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17371', 'test17371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17377', 'test17377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17377', 'test17377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17383', 'test17383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17383', 'test17383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17390', 'test17390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17390', 'test17390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17405', 'test17405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17405', 'test17405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17413', 'test17413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17413', 'test17413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17507', 'test17507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17507', 'test17507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17516', 'test17516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17516', 'test17516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17600', 'test17600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17600', 'test17600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17660', 'test17660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17660', 'test17660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17744', 'test17744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17744', 'test17744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17759', 'test17759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17759', 'test17759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17790', 'test17790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17790', 'test17790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17796', 'test17796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17796', 'test17796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17925', 'test17925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17925', 'test17925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17928', 'test17928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17928', 'test17928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17948', 'test17948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17948', 'test17948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17978', 'test17978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17978', 'test17978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17996', 'test17996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17996', 'test17996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18045', 'test18045', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18045', 'test18045@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18078', 'test18078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18078', 'test18078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18081', 'test18081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18081', 'test18081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18145', 'test18145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18145', 'test18145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18164', 'test18164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18164', 'test18164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18179', 'test18179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18179', 'test18179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18201', 'test18201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18201', 'test18201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18278', 'test18278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18278', 'test18278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18290', 'test18290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18290', 'test18290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18415', 'test18415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18415', 'test18415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18483', 'test18483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18483', 'test18483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18489', 'test18489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18489', 'test18489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18578', 'test18578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18578', 'test18578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18586', 'test18586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18586', 'test18586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18679', 'test18679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18679', 'test18679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18690', 'test18690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18690', 'test18690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18695', 'test18695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18695', 'test18695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18696', 'test18696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18696', 'test18696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18743', 'test18743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18743', 'test18743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18746', 'test18746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18746', 'test18746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18760', 'test18760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18760', 'test18760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18761', 'test18761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18761', 'test18761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18804', 'test18804', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18804', 'test18804@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18823', 'test18823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18823', 'test18823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18862', 'test18862', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18862', 'test18862@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18991', 'test18991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18991', 'test18991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19007', 'test19007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19007', 'test19007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19054', 'test19054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19054', 'test19054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19073', 'test19073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19073', 'test19073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19152', 'test19152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19152', 'test19152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19247', 'test19247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19247', 'test19247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19262', 'test19262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19262', 'test19262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19312', 'test19312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19312', 'test19312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19313', 'test19313', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19313', 'test19313@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19412', 'test19412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19412', 'test19412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19448', 'test19448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19448', 'test19448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19458', 'test19458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19458', 'test19458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19477', 'test19477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19477', 'test19477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19492', 'test19492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19492', 'test19492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19530', 'test19530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19530', 'test19530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19668', 'test19668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19668', 'test19668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19855', 'test19855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19855', 'test19855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19868', 'test19868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19868', 'test19868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19915', 'test19915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19915', 'test19915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19926', 'test19926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19926', 'test19926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19975', 'test19975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19975', 'test19975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19987', 'test19987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19987', 'test19987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20011', 'test20011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20011', 'test20011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20019', 'test20019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20019', 'test20019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20061', 'test20061', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20061', 'test20061@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20248', 'test20248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20248', 'test20248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20280', 'test20280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20280', 'test20280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20346', 'test20346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20346', 'test20346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20452', 'test20452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20452', 'test20452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20599', 'test20599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20599', 'test20599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20606', 'test20606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20606', 'test20606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20608', 'test20608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20608', 'test20608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20654', 'test20654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20654', 'test20654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20680', 'test20680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20680', 'test20680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20742', 'test20742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20742', 'test20742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20762', 'test20762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20762', 'test20762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20786', 'test20786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20786', 'test20786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20792', 'test20792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20792', 'test20792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20799', 'test20799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20799', 'test20799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20921', 'test20921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20921', 'test20921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20922', 'test20922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20922', 'test20922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20944', 'test20944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20944', 'test20944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21041', 'test21041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21041', 'test21041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21154', 'test21154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21154', 'test21154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21200', 'test21200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21200', 'test21200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21247', 'test21247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21247', 'test21247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21282', 'test21282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21282', 'test21282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21321', 'test21321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21321', 'test21321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21324', 'test21324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21324', 'test21324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21352', 'test21352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21352', 'test21352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21355', 'test21355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21355', 'test21355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21496', 'test21496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21496', 'test21496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21552', 'test21552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21552', 'test21552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21662', 'test21662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21662', 'test21662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21727', 'test21727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21727', 'test21727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21799', 'test21799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21799', 'test21799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21856', 'test21856', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21856', 'test21856@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21858', 'test21858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21858', 'test21858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21892', 'test21892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21892', 'test21892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22039', 'test22039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22039', 'test22039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22054', 'test22054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22054', 'test22054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22116', 'test22116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22116', 'test22116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22123', 'test22123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22123', 'test22123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22141', 'test22141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22141', 'test22141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22148', 'test22148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22148', 'test22148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22175', 'test22175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22175', 'test22175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22228', 'test22228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22228', 'test22228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22252', 'test22252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22252', 'test22252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22263', 'test22263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22263', 'test22263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22279', 'test22279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22279', 'test22279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22484', 'test22484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22484', 'test22484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22500', 'test22500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22500', 'test22500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22518', 'test22518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22518', 'test22518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22524', 'test22524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22524', 'test22524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22575', 'test22575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22575', 'test22575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22585', 'test22585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22585', 'test22585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22592', 'test22592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22592', 'test22592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22593', 'test22593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22593', 'test22593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22600', 'test22600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22600', 'test22600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22725', 'test22725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22725', 'test22725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22780', 'test22780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22780', 'test22780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22858', 'test22858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22858', 'test22858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22918', 'test22918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22918', 'test22918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22947', 'test22947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22947', 'test22947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23031', 'test23031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23031', 'test23031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23109', 'test23109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23109', 'test23109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23122', 'test23122', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23122', 'test23122@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23128', 'test23128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23128', 'test23128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23133', 'test23133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23133', 'test23133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23237', 'test23237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23237', 'test23237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23247', 'test23247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23247', 'test23247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23298', 'test23298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23298', 'test23298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23337', 'test23337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23337', 'test23337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23338', 'test23338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23338', 'test23338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23476', 'test23476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23476', 'test23476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23546', 'test23546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23546', 'test23546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23655', 'test23655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23655', 'test23655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23694', 'test23694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23694', 'test23694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23704', 'test23704', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23704', 'test23704@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23714', 'test23714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23714', 'test23714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23731', 'test23731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23731', 'test23731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23746', 'test23746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23746', 'test23746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23751', 'test23751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23751', 'test23751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24018', 'test24018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24018', 'test24018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24140', 'test24140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24140', 'test24140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24168', 'test24168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24168', 'test24168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24262', 'test24262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24262', 'test24262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24294', 'test24294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24294', 'test24294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24336', 'test24336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24336', 'test24336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24449', 'test24449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24449', 'test24449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24558', 'test24558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24558', 'test24558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24571', 'test24571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24571', 'test24571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24716', 'test24716', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24716', 'test24716@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24820', 'test24820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24820', 'test24820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24935', 'test24935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24935', 'test24935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25083', 'test25083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25083', 'test25083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25113', 'test25113', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25113', 'test25113@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25180', 'test25180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25180', 'test25180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25277', 'test25277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25277', 'test25277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25514', 'test25514', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25514', 'test25514@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25546', 'test25546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25546', 'test25546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25605', 'test25605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25605', 'test25605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25796', 'test25796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25796', 'test25796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25848', 'test25848', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25848', 'test25848@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26051', 'test26051', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26051', 'test26051@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26216', 'test26216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26216', 'test26216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26297', 'test26297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26297', 'test26297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26371', 'test26371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26371', 'test26371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26402', 'test26402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26402', 'test26402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26618', 'test26618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26618', 'test26618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26810', 'test26810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26810', 'test26810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26878', 'test26878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26878', 'test26878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27008', 'test27008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27008', 'test27008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27219', 'test27219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27219', 'test27219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27279', 'test27279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27279', 'test27279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27618', 'test27618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27618', 'test27618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27660', 'test27660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27660', 'test27660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27737', 'test27737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27737', 'test27737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27801', 'test27801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27801', 'test27801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27903', 'test27903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27903', 'test27903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27919', 'test27919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27919', 'test27919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28066', 'test28066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28066', 'test28066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28076', 'test28076', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28076', 'test28076@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28177', 'test28177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28177', 'test28177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28280', 'test28280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28280', 'test28280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28287', 'test28287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28287', 'test28287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28354', 'test28354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28354', 'test28354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28358', 'test28358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28358', 'test28358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28412', 'test28412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28412', 'test28412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28421', 'test28421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28421', 'test28421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28484', 'test28484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28484', 'test28484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28494', 'test28494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28494', 'test28494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28495', 'test28495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28495', 'test28495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28725', 'test28725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28725', 'test28725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29059', 'test29059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29059', 'test29059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29101', 'test29101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29101', 'test29101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29109', 'test29109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29109', 'test29109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29140', 'test29140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29140', 'test29140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29167', 'test29167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29167', 'test29167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29204', 'test29204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29204', 'test29204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29221', 'test29221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29221', 'test29221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29321', 'test29321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29321', 'test29321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29387', 'test29387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29387', 'test29387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29495', 'test29495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29495', 'test29495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29506', 'test29506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29506', 'test29506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29592', 'test29592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29592', 'test29592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29602', 'test29602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29602', 'test29602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29604', 'test29604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29604', 'test29604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29655', 'test29655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29655', 'test29655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29746', 'test29746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29746', 'test29746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29891', 'test29891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29891', 'test29891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30001', 'test30001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30001', 'test30001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30043', 'test30043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30043', 'test30043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30210', 'test30210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30210', 'test30210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30249', 'test30249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30249', 'test30249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30319', 'test30319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30319', 'test30319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30338', 'test30338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30338', 'test30338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30399', 'test30399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30399', 'test30399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30503', 'test30503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30503', 'test30503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30529', 'test30529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30529', 'test30529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30564', 'test30564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30564', 'test30564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30672', 'test30672', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30672', 'test30672@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30971', 'test30971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30971', 'test30971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30976', 'test30976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30976', 'test30976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31095', 'test31095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31095', 'test31095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31109', 'test31109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31109', 'test31109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31383', 'test31383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31383', 'test31383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31439', 'test31439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31439', 'test31439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31690', 'test31690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31690', 'test31690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31697', 'test31697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31697', 'test31697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31698', 'test31698', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31698', 'test31698@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31863', 'test31863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31863', 'test31863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32015', 'test32015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32015', 'test32015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32214', 'test32214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32214', 'test32214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32236', 'test32236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32236', 'test32236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32328', 'test32328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32328', 'test32328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32362', 'test32362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32362', 'test32362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32383', 'test32383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32383', 'test32383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32479', 'test32479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32479', 'test32479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32592', 'test32592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32592', 'test32592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32600', 'test32600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32600', 'test32600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32607', 'test32607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32607', 'test32607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32626', 'test32626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32626', 'test32626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32630', 'test32630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32630', 'test32630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32645', 'test32645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32645', 'test32645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32758', 'test32758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32758', 'test32758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32931', 'test32931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32931', 'test32931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32941', 'test32941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32941', 'test32941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32959', 'test32959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32959', 'test32959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32987', 'test32987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32987', 'test32987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33048', 'test33048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33048', 'test33048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33117', 'test33117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33117', 'test33117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33143', 'test33143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33143', 'test33143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33237', 'test33237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33237', 'test33237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33277', 'test33277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33277', 'test33277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33319', 'test33319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33319', 'test33319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33462', 'test33462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33462', 'test33462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33797', 'test33797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33797', 'test33797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33833', 'test33833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33833', 'test33833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33852', 'test33852', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33852', 'test33852@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34046', 'test34046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34046', 'test34046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34064', 'test34064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34064', 'test34064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34084', 'test34084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34084', 'test34084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34095', 'test34095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34095', 'test34095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34124', 'test34124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34124', 'test34124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34138', 'test34138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34138', 'test34138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34273', 'test34273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34273', 'test34273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34279', 'test34279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34279', 'test34279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34424', 'test34424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34424', 'test34424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34434', 'test34434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34434', 'test34434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34446', 'test34446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34446', 'test34446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34755', 'test34755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34755', 'test34755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34803', 'test34803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34803', 'test34803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34810', 'test34810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34810', 'test34810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34826', 'test34826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34826', 'test34826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34867', 'test34867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34867', 'test34867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34896', 'test34896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34896', 'test34896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35048', 'test35048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35048', 'test35048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35121', 'test35121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35121', 'test35121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35263', 'test35263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35263', 'test35263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35432', 'test35432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35432', 'test35432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35456', 'test35456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35456', 'test35456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35517', 'test35517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35517', 'test35517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35545', 'test35545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35545', 'test35545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35555', 'test35555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35555', 'test35555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35567', 'test35567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35567', 'test35567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36049', 'test36049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36049', 'test36049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36073', 'test36073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36073', 'test36073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36179', 'test36179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36179', 'test36179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36203', 'test36203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36203', 'test36203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36254', 'test36254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36254', 'test36254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36393', 'test36393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36393', 'test36393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36404', 'test36404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36404', 'test36404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36489', 'test36489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36489', 'test36489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36539', 'test36539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36539', 'test36539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37121', 'test37121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37121', 'test37121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37205', 'test37205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37205', 'test37205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37418', 'test37418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37418', 'test37418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37720', 'test37720', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37720', 'test37720@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37819', 'test37819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37819', 'test37819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37845', 'test37845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37845', 'test37845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37885', 'test37885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37885', 'test37885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37908', 'test37908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37908', 'test37908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37922', 'test37922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37922', 'test37922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38067', 'test38067', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38067', 'test38067@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38068', 'test38068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38068', 'test38068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38196', 'test38196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38196', 'test38196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38229', 'test38229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38229', 'test38229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38298', 'test38298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38298', 'test38298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38501', 'test38501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38501', 'test38501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38522', 'test38522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38522', 'test38522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38530', 'test38530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38530', 'test38530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38785', 'test38785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38785', 'test38785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38854', 'test38854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38854', 'test38854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38927', 'test38927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38927', 'test38927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38947', 'test38947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38947', 'test38947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39009', 'test39009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39009', 'test39009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39064', 'test39064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39064', 'test39064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39095', 'test39095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39095', 'test39095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39150', 'test39150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39150', 'test39150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39287', 'test39287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39287', 'test39287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39292', 'test39292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39292', 'test39292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39380', 'test39380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39380', 'test39380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39438', 'test39438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39438', 'test39438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39544', 'test39544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39544', 'test39544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39897', 'test39897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39897', 'test39897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39917', 'test39917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39917', 'test39917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40096', 'test40096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40096', 'test40096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40130', 'test40130', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40130', 'test40130@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40194', 'test40194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40194', 'test40194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40214', 'test40214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40214', 'test40214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40441', 'test40441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40441', 'test40441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40498', 'test40498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40498', 'test40498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40542', 'test40542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40542', 'test40542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40636', 'test40636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40636', 'test40636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40727', 'test40727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40727', 'test40727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40783', 'test40783', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40783', 'test40783@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40878', 'test40878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40878', 'test40878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40881', 'test40881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40881', 'test40881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41081', 'test41081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41081', 'test41081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41140', 'test41140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41140', 'test41140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41143', 'test41143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41143', 'test41143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41231', 'test41231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41231', 'test41231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41317', 'test41317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41317', 'test41317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41851', 'test41851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41851', 'test41851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42280', 'test42280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42280', 'test42280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42424', 'test42424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42424', 'test42424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42480', 'test42480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42480', 'test42480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42507', 'test42507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42507', 'test42507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42700', 'test42700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42700', 'test42700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42733', 'test42733', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42733', 'test42733@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42863', 'test42863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42863', 'test42863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42880', 'test42880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42880', 'test42880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42886', 'test42886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42886', 'test42886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42921', 'test42921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42921', 'test42921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43011', 'test43011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43011', 'test43011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43015', 'test43015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43015', 'test43015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43118', 'test43118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43118', 'test43118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43128', 'test43128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43128', 'test43128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43169', 'test43169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43169', 'test43169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43245', 'test43245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43245', 'test43245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43257', 'test43257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43257', 'test43257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43349', 'test43349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43349', 'test43349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43405', 'test43405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43405', 'test43405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43552', 'test43552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43552', 'test43552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43559', 'test43559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43559', 'test43559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43573', 'test43573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43573', 'test43573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43642', 'test43642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43642', 'test43642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43679', 'test43679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43679', 'test43679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43686', 'test43686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43686', 'test43686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43748', 'test43748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43748', 'test43748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43876', 'test43876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43876', 'test43876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44197', 'test44197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44197', 'test44197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44233', 'test44233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44233', 'test44233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44841', 'test44841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44841', 'test44841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44908', 'test44908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44908', 'test44908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45002', 'test45002', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45002', 'test45002@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45022', 'test45022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45022', 'test45022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45154', 'test45154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45154', 'test45154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45168', 'test45168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45168', 'test45168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45393', 'test45393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45393', 'test45393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45432', 'test45432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45432', 'test45432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45488', 'test45488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45488', 'test45488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45680', 'test45680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45680', 'test45680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45711', 'test45711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45711', 'test45711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45880', 'test45880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45880', 'test45880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45903', 'test45903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45903', 'test45903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45929', 'test45929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45929', 'test45929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45945', 'test45945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45945', 'test45945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46128', 'test46128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46128', 'test46128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46138', 'test46138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46138', 'test46138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46212', 'test46212', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46212', 'test46212@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46216', 'test46216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46216', 'test46216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46381', 'test46381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46381', 'test46381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46386', 'test46386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46386', 'test46386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46459', 'test46459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46459', 'test46459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46500', 'test46500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46500', 'test46500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46509', 'test46509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46509', 'test46509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46735', 'test46735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46735', 'test46735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46811', 'test46811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46811', 'test46811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46932', 'test46932', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46932', 'test46932@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46946', 'test46946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46946', 'test46946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47121', 'test47121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47121', 'test47121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47226', 'test47226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47226', 'test47226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47547', 'test47547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47547', 'test47547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47563', 'test47563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47563', 'test47563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47599', 'test47599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47599', 'test47599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47691', 'test47691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47691', 'test47691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47775', 'test47775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47775', 'test47775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47824', 'test47824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47824', 'test47824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47917', 'test47917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47917', 'test47917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47945', 'test47945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47945', 'test47945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47960', 'test47960', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47960', 'test47960@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48230', 'test48230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48230', 'test48230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48238', 'test48238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48238', 'test48238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48307', 'test48307', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48307', 'test48307@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48504', 'test48504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48504', 'test48504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48678', 'test48678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48678', 'test48678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48859', 'test48859', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48859', 'test48859@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48985', 'test48985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48985', 'test48985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49011', 'test49011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49011', 'test49011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49050', 'test49050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49050', 'test49050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49116', 'test49116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49116', 'test49116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49196', 'test49196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49196', 'test49196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49202', 'test49202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49202', 'test49202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49219', 'test49219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49219', 'test49219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49367', 'test49367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49367', 'test49367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49628', 'test49628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49628', 'test49628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49922', 'test49922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49922', 'test49922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49952', 'test49952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49952', 'test49952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49972', 'test49972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49972', 'test49972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50024', 'test50024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50024', 'test50024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50205', 'test50205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50205', 'test50205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50253', 'test50253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50253', 'test50253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50315', 'test50315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50315', 'test50315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50431', 'test50431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50431', 'test50431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50439', 'test50439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50439', 'test50439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50458', 'test50458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50458', 'test50458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50504', 'test50504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50504', 'test50504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50587', 'test50587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50587', 'test50587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50607', 'test50607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50607', 'test50607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50805', 'test50805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50805', 'test50805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50843', 'test50843', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50843', 'test50843@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50916', 'test50916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50916', 'test50916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50977', 'test50977', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50977', 'test50977@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51229', 'test51229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51229', 'test51229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51280', 'test51280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51280', 'test51280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51345', 'test51345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51345', 'test51345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51636', 'test51636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51636', 'test51636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51643', 'test51643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51643', 'test51643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51885', 'test51885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51885', 'test51885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51892', 'test51892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51892', 'test51892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51954', 'test51954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51954', 'test51954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52187', 'test52187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52187', 'test52187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52235', 'test52235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52235', 'test52235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52289', 'test52289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52289', 'test52289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52291', 'test52291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52291', 'test52291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52322', 'test52322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52322', 'test52322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52480', 'test52480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52480', 'test52480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52516', 'test52516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52516', 'test52516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52670', 'test52670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52670', 'test52670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52948', 'test52948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52948', 'test52948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53039', 'test53039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53039', 'test53039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53227', 'test53227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53227', 'test53227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53315', 'test53315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53315', 'test53315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53327', 'test53327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53327', 'test53327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53330', 'test53330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53330', 'test53330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53476', 'test53476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53476', 'test53476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53525', 'test53525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53525', 'test53525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53646', 'test53646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53646', 'test53646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53781', 'test53781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53781', 'test53781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53989', 'test53989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53989', 'test53989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54037', 'test54037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54037', 'test54037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54038', 'test54038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54038', 'test54038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54092', 'test54092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54092', 'test54092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54101', 'test54101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54101', 'test54101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54175', 'test54175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54175', 'test54175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54275', 'test54275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54275', 'test54275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54359', 'test54359', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54359', 'test54359@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54377', 'test54377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54377', 'test54377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54500', 'test54500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54500', 'test54500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54526', 'test54526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54526', 'test54526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54529', 'test54529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54529', 'test54529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54652', 'test54652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54652', 'test54652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54654', 'test54654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54654', 'test54654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54845', 'test54845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54845', 'test54845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54914', 'test54914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54914', 'test54914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55511', 'test55511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55511', 'test55511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55583', 'test55583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55583', 'test55583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55589', 'test55589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55589', 'test55589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55591', 'test55591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55591', 'test55591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55622', 'test55622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55622', 'test55622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55709', 'test55709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55709', 'test55709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55864', 'test55864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55864', 'test55864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55943', 'test55943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55943', 'test55943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56018', 'test56018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56018', 'test56018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56110', 'test56110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56110', 'test56110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56231', 'test56231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56231', 'test56231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56244', 'test56244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56244', 'test56244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56340', 'test56340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56340', 'test56340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56400', 'test56400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56400', 'test56400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56469', 'test56469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56469', 'test56469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56505', 'test56505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56505', 'test56505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56532', 'test56532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56532', 'test56532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56712', 'test56712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56712', 'test56712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56744', 'test56744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56744', 'test56744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56798', 'test56798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56798', 'test56798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57031', 'test57031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57031', 'test57031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57316', 'test57316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57316', 'test57316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57335', 'test57335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57335', 'test57335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57361', 'test57361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57361', 'test57361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57381', 'test57381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57381', 'test57381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57539', 'test57539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57539', 'test57539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57623', 'test57623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57623', 'test57623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57658', 'test57658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57658', 'test57658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57870', 'test57870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57870', 'test57870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57872', 'test57872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57872', 'test57872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57925', 'test57925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57925', 'test57925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57983', 'test57983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57983', 'test57983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58025', 'test58025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58025', 'test58025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58050', 'test58050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58050', 'test58050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58140', 'test58140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58140', 'test58140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58314', 'test58314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58314', 'test58314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58317', 'test58317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58317', 'test58317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58422', 'test58422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58422', 'test58422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58549', 'test58549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58549', 'test58549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58567', 'test58567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58567', 'test58567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58581', 'test58581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58581', 'test58581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58640', 'test58640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58640', 'test58640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58677', 'test58677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58677', 'test58677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58823', 'test58823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58823', 'test58823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58919', 'test58919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58919', 'test58919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59206', 'test59206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59206', 'test59206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59420', 'test59420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59420', 'test59420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59528', 'test59528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59528', 'test59528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59539', 'test59539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59539', 'test59539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59609', 'test59609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59609', 'test59609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59721', 'test59721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59721', 'test59721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59791', 'test59791', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59791', 'test59791@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59933', 'test59933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59933', 'test59933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59949', 'test59949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59949', 'test59949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59975', 'test59975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59975', 'test59975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60089', 'test60089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60089', 'test60089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60169', 'test60169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60169', 'test60169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60291', 'test60291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60291', 'test60291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60348', 'test60348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60348', 'test60348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60455', 'test60455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60455', 'test60455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60468', 'test60468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60468', 'test60468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60529', 'test60529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60529', 'test60529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60533', 'test60533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60533', 'test60533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60780', 'test60780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60780', 'test60780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60912', 'test60912', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60912', 'test60912@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61012', 'test61012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61012', 'test61012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61027', 'test61027', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61027', 'test61027@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61097', 'test61097', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61097', 'test61097@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61474', 'test61474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61474', 'test61474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61502', 'test61502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61502', 'test61502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61555', 'test61555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61555', 'test61555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61589', 'test61589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61589', 'test61589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61697', 'test61697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61697', 'test61697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61822', 'test61822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61822', 'test61822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61881', 'test61881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61881', 'test61881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62356', 'test62356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62356', 'test62356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62393', 'test62393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62393', 'test62393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62448', 'test62448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62448', 'test62448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62458', 'test62458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62458', 'test62458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62509', 'test62509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62509', 'test62509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62522', 'test62522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62522', 'test62522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62717', 'test62717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62717', 'test62717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62978', 'test62978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62978', 'test62978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63322', 'test63322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63322', 'test63322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63378', 'test63378', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63378', 'test63378@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63431', 'test63431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63431', 'test63431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63460', 'test63460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63460', 'test63460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63489', 'test63489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63489', 'test63489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63493', 'test63493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63493', 'test63493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63578', 'test63578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63578', 'test63578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63606', 'test63606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63606', 'test63606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63841', 'test63841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63841', 'test63841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63915', 'test63915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63915', 'test63915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63993', 'test63993', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63993', 'test63993@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64080', 'test64080', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64080', 'test64080@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64167', 'test64167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64167', 'test64167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64340', 'test64340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64340', 'test64340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64372', 'test64372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64372', 'test64372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64382', 'test64382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64382', 'test64382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64429', 'test64429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64429', 'test64429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64446', 'test64446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64446', 'test64446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64493', 'test64493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64493', 'test64493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64572', 'test64572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64572', 'test64572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64630', 'test64630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64630', 'test64630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64903', 'test64903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64903', 'test64903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65010', 'test65010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65010', 'test65010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65367', 'test65367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65367', 'test65367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65479', 'test65479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65479', 'test65479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65590', 'test65590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65590', 'test65590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65970', 'test65970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65970', 'test65970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66285', 'test66285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66285', 'test66285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66367', 'test66367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66367', 'test66367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66421', 'test66421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66421', 'test66421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66479', 'test66479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66479', 'test66479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66495', 'test66495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66495', 'test66495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66829', 'test66829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66829', 'test66829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66838', 'test66838', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66838', 'test66838@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67259', 'test67259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67259', 'test67259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67415', 'test67415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67415', 'test67415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67446', 'test67446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67446', 'test67446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67518', 'test67518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67518', 'test67518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67560', 'test67560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67560', 'test67560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67564', 'test67564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67564', 'test67564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67657', 'test67657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67657', 'test67657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67678', 'test67678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67678', 'test67678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67975', 'test67975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67975', 'test67975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68111', 'test68111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68111', 'test68111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68177', 'test68177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68177', 'test68177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68351', 'test68351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68351', 'test68351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68564', 'test68564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68564', 'test68564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68573', 'test68573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68573', 'test68573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68891', 'test68891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68891', 'test68891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68895', 'test68895', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68895', 'test68895@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69068', 'test69068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69068', 'test69068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69145', 'test69145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69145', 'test69145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69200', 'test69200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69200', 'test69200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69480', 'test69480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69480', 'test69480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69517', 'test69517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69517', 'test69517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69738', 'test69738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69738', 'test69738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69806', 'test69806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69806', 'test69806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69888', 'test69888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69888', 'test69888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70111', 'test70111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70111', 'test70111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70176', 'test70176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70176', 'test70176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70248', 'test70248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70248', 'test70248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70487', 'test70487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70487', 'test70487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70548', 'test70548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70548', 'test70548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70561', 'test70561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70561', 'test70561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70972', 'test70972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70972', 'test70972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70984', 'test70984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70984', 'test70984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70991', 'test70991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70991', 'test70991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71042', 'test71042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71042', 'test71042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71131', 'test71131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71131', 'test71131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71324', 'test71324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71324', 'test71324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71370', 'test71370', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71370', 'test71370@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71588', 'test71588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71588', 'test71588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71600', 'test71600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71600', 'test71600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71784', 'test71784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71784', 'test71784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71786', 'test71786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71786', 'test71786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72022', 'test72022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72022', 'test72022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72116', 'test72116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72116', 'test72116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72128', 'test72128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72128', 'test72128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72231', 'test72231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72231', 'test72231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72372', 'test72372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72372', 'test72372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72389', 'test72389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72389', 'test72389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72402', 'test72402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72402', 'test72402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72447', 'test72447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72447', 'test72447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72477', 'test72477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72477', 'test72477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72511', 'test72511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72511', 'test72511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72601', 'test72601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72601', 'test72601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72615', 'test72615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72615', 'test72615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72627', 'test72627', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72627', 'test72627@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72645', 'test72645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72645', 'test72645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72651', 'test72651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72651', 'test72651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72699', 'test72699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72699', 'test72699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72713', 'test72713', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72713', 'test72713@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72792', 'test72792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72792', 'test72792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72985', 'test72985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72985', 'test72985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73012', 'test73012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73012', 'test73012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73086', 'test73086', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73086', 'test73086@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73176', 'test73176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73176', 'test73176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73213', 'test73213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73213', 'test73213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73379', 'test73379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73379', 'test73379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73386', 'test73386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73386', 'test73386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73410', 'test73410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73410', 'test73410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73493', 'test73493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73493', 'test73493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73546', 'test73546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73546', 'test73546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73669', 'test73669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73669', 'test73669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73790', 'test73790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73790', 'test73790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73797', 'test73797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73797', 'test73797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73849', 'test73849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73849', 'test73849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73866', 'test73866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73866', 'test73866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73948', 'test73948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73948', 'test73948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74038', 'test74038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74038', 'test74038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74072', 'test74072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74072', 'test74072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74160', 'test74160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74160', 'test74160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74167', 'test74167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74167', 'test74167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74211', 'test74211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74211', 'test74211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74298', 'test74298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74298', 'test74298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74482', 'test74482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74482', 'test74482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74551', 'test74551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74551', 'test74551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74589', 'test74589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74589', 'test74589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74591', 'test74591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74591', 'test74591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74611', 'test74611', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74611', 'test74611@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74630', 'test74630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74630', 'test74630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74742', 'test74742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74742', 'test74742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74757', 'test74757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74757', 'test74757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74772', 'test74772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74772', 'test74772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75055', 'test75055', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75055', 'test75055@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75081', 'test75081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75081', 'test75081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75084', 'test75084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75084', 'test75084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75087', 'test75087', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75087', 'test75087@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75096', 'test75096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75096', 'test75096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75146', 'test75146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75146', 'test75146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75272', 'test75272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75272', 'test75272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75273', 'test75273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75273', 'test75273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75356', 'test75356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75356', 'test75356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75407', 'test75407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75407', 'test75407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75439', 'test75439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75439', 'test75439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75548', 'test75548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75548', 'test75548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75562', 'test75562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75562', 'test75562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75864', 'test75864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75864', 'test75864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75916', 'test75916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75916', 'test75916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76039', 'test76039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76039', 'test76039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76123', 'test76123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76123', 'test76123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76193', 'test76193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76193', 'test76193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76199', 'test76199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76199', 'test76199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76202', 'test76202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76202', 'test76202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76430', 'test76430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76430', 'test76430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76435', 'test76435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76435', 'test76435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76519', 'test76519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76519', 'test76519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76526', 'test76526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76526', 'test76526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76609', 'test76609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76609', 'test76609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76763', 'test76763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76763', 'test76763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76836', 'test76836', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76836', 'test76836@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76915', 'test76915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76915', 'test76915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76939', 'test76939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76939', 'test76939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77028', 'test77028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77028', 'test77028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77093', 'test77093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77093', 'test77093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77230', 'test77230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77230', 'test77230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77349', 'test77349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77349', 'test77349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77479', 'test77479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77479', 'test77479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77482', 'test77482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77482', 'test77482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77582', 'test77582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77582', 'test77582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77697', 'test77697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77697', 'test77697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77818', 'test77818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77818', 'test77818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77879', 'test77879', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77879', 'test77879@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77923', 'test77923', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77923', 'test77923@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77978', 'test77978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77978', 'test77978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78050', 'test78050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78050', 'test78050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78081', 'test78081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78081', 'test78081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78128', 'test78128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78128', 'test78128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78192', 'test78192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78192', 'test78192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78207', 'test78207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78207', 'test78207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78250', 'test78250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78250', 'test78250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78577', 'test78577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78577', 'test78577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78601', 'test78601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78601', 'test78601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78796', 'test78796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78796', 'test78796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78832', 'test78832', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78832', 'test78832@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78902', 'test78902', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78902', 'test78902@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78953', 'test78953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78953', 'test78953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78956', 'test78956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78956', 'test78956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79019', 'test79019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79019', 'test79019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79070', 'test79070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79070', 'test79070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79082', 'test79082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79082', 'test79082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79196', 'test79196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79196', 'test79196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79259', 'test79259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79259', 'test79259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79321', 'test79321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79321', 'test79321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79469', 'test79469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79469', 'test79469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79503', 'test79503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79503', 'test79503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79726', 'test79726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79726', 'test79726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79786', 'test79786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79786', 'test79786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('80073', 'test80073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80073', 'test80073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('80263', 'test80263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80263', 'test80263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('80678', 'test80678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80678', 'test80678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81159', 'test81159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81159', 'test81159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81214', 'test81214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81214', 'test81214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81232', 'test81232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81232', 'test81232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81346', 'test81346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81346', 'test81346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81469', 'test81469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81469', 'test81469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81511', 'test81511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81511', 'test81511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81840', 'test81840', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81840', 'test81840@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81851', 'test81851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81851', 'test81851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81872', 'test81872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81872', 'test81872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82004', 'test82004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82004', 'test82004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82063', 'test82063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82063', 'test82063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82330', 'test82330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82330', 'test82330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82414', 'test82414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82414', 'test82414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82489', 'test82489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82489', 'test82489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82586', 'test82586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82586', 'test82586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82690', 'test82690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82690', 'test82690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82757', 'test82757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82757', 'test82757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82772', 'test82772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82772', 'test82772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82787', 'test82787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82787', 'test82787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82864', 'test82864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82864', 'test82864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82887', 'test82887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82887', 'test82887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82889', 'test82889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82889', 'test82889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82896', 'test82896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82896', 'test82896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82913', 'test82913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82913', 'test82913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82929', 'test82929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82929', 'test82929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82971', 'test82971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82971', 'test82971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83262', 'test83262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83262', 'test83262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83430', 'test83430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83430', 'test83430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83436', 'test83436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83436', 'test83436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83601', 'test83601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83601', 'test83601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83632', 'test83632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83632', 'test83632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83679', 'test83679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83679', 'test83679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83846', 'test83846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83846', 'test83846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84039', 'test84039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84039', 'test84039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84143', 'test84143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84143', 'test84143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84145', 'test84145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84145', 'test84145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84316', 'test84316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84316', 'test84316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84349', 'test84349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84349', 'test84349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84357', 'test84357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84357', 'test84357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84360', 'test84360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84360', 'test84360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84505', 'test84505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84505', 'test84505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84578', 'test84578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84578', 'test84578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84635', 'test84635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84635', 'test84635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84638', 'test84638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84638', 'test84638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84688', 'test84688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84688', 'test84688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84811', 'test84811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84811', 'test84811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84988', 'test84988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84988', 'test84988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85069', 'test85069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85069', 'test85069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85240', 'test85240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85240', 'test85240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85290', 'test85290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85290', 'test85290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85375', 'test85375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85375', 'test85375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85483', 'test85483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85483', 'test85483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85570', 'test85570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85570', 'test85570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85573', 'test85573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85573', 'test85573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85654', 'test85654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85654', 'test85654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85878', 'test85878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85878', 'test85878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85883', 'test85883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85883', 'test85883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85964', 'test85964', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85964', 'test85964@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85980', 'test85980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85980', 'test85980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86041', 'test86041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86041', 'test86041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86120', 'test86120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86120', 'test86120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86159', 'test86159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86159', 'test86159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86163', 'test86163', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86163', 'test86163@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86256', 'test86256', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86256', 'test86256@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86320', 'test86320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86320', 'test86320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86377', 'test86377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86377', 'test86377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86407', 'test86407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86407', 'test86407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86422', 'test86422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86422', 'test86422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86684', 'test86684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86684', 'test86684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86803', 'test86803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86803', 'test86803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86809', 'test86809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86809', 'test86809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86992', 'test86992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86992', 'test86992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87060', 'test87060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87060', 'test87060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87074', 'test87074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87074', 'test87074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87099', 'test87099', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87099', 'test87099@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87199', 'test87199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87199', 'test87199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87273', 'test87273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87273', 'test87273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87453', 'test87453', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87453', 'test87453@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87473', 'test87473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87473', 'test87473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87607', 'test87607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87607', 'test87607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87765', 'test87765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87765', 'test87765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87948', 'test87948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87948', 'test87948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87973', 'test87973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87973', 'test87973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87994', 'test87994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87994', 'test87994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88022', 'test88022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88022', 'test88022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88030', 'test88030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88030', 'test88030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88203', 'test88203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88203', 'test88203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88684', 'test88684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88684', 'test88684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88764', 'test88764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88764', 'test88764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89210', 'test89210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89210', 'test89210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89332', 'test89332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89332', 'test89332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89488', 'test89488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89488', 'test89488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89547', 'test89547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89547', 'test89547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89658', 'test89658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89658', 'test89658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89757', 'test89757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89757', 'test89757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89772', 'test89772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89772', 'test89772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89884', 'test89884', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89884', 'test89884@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89926', 'test89926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89926', 'test89926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90066', 'test90066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90066', 'test90066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90222', 'test90222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90222', 'test90222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90559', 'test90559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90559', 'test90559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90748', 'test90748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90748', 'test90748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90785', 'test90785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90785', 'test90785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90882', 'test90882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90882', 'test90882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90976', 'test90976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90976', 'test90976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90983', 'test90983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90983', 'test90983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91066', 'test91066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91066', 'test91066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91098', 'test91098', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91098', 'test91098@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91119', 'test91119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91119', 'test91119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91143', 'test91143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91143', 'test91143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91165', 'test91165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91165', 'test91165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91304', 'test91304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91304', 'test91304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91363', 'test91363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91363', 'test91363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91398', 'test91398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91398', 'test91398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91401', 'test91401', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91401', 'test91401@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91409', 'test91409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91409', 'test91409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91548', 'test91548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91548', 'test91548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91734', 'test91734', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91734', 'test91734@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92155', 'test92155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92155', 'test92155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92379', 'test92379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92379', 'test92379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92411', 'test92411', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92411', 'test92411@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92423', 'test92423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92423', 'test92423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92677', 'test92677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92677', 'test92677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92845', 'test92845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92845', 'test92845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92846', 'test92846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92846', 'test92846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92866', 'test92866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92866', 'test92866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92929', 'test92929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92929', 'test92929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92956', 'test92956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92956', 'test92956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93117', 'test93117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93117', 'test93117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93236', 'test93236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93236', 'test93236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93308', 'test93308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93308', 'test93308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93360', 'test93360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93360', 'test93360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93382', 'test93382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93382', 'test93382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93396', 'test93396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93396', 'test93396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93397', 'test93397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93397', 'test93397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93456', 'test93456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93456', 'test93456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93523', 'test93523', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93523', 'test93523@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93612', 'test93612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93612', 'test93612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93818', 'test93818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93818', 'test93818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93892', 'test93892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93892', 'test93892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93927', 'test93927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93927', 'test93927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94033', 'test94033', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94033', 'test94033@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94042', 'test94042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94042', 'test94042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94102', 'test94102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94102', 'test94102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94134', 'test94134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94134', 'test94134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94146', 'test94146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94146', 'test94146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94410', 'test94410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94410', 'test94410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94432', 'test94432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94432', 'test94432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94471', 'test94471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94471', 'test94471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94531', 'test94531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94531', 'test94531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94601', 'test94601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94601', 'test94601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94666', 'test94666', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94666', 'test94666@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94805', 'test94805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94805', 'test94805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94871', 'test94871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94871', 'test94871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94933', 'test94933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94933', 'test94933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94974', 'test94974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94974', 'test94974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95021', 'test95021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95021', 'test95021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95030', 'test95030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95030', 'test95030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95211', 'test95211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95211', 'test95211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95474', 'test95474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95474', 'test95474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95588', 'test95588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95588', 'test95588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95621', 'test95621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95621', 'test95621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95754', 'test95754', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95754', 'test95754@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95775', 'test95775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95775', 'test95775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95793', 'test95793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95793', 'test95793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95982', 'test95982', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95982', 'test95982@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96153', 'test96153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96153', 'test96153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96316', 'test96316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96316', 'test96316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96327', 'test96327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96327', 'test96327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96356', 'test96356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96356', 'test96356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96424', 'test96424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96424', 'test96424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96476', 'test96476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96476', 'test96476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96668', 'test96668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96668', 'test96668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96682', 'test96682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96682', 'test96682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96690', 'test96690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96690', 'test96690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96802', 'test96802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96802', 'test96802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96957', 'test96957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96957', 'test96957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96999', 'test96999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96999', 'test96999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97040', 'test97040', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97040', 'test97040@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97047', 'test97047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97047', 'test97047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97115', 'test97115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97115', 'test97115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97206', 'test97206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97206', 'test97206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97345', 'test97345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97345', 'test97345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97367', 'test97367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97367', 'test97367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97517', 'test97517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97517', 'test97517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97558', 'test97558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97558', 'test97558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97750', 'test97750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97750', 'test97750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98023', 'test98023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98023', 'test98023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98399', 'test98399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98399', 'test98399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98484', 'test98484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98484', 'test98484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98495', 'test98495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98495', 'test98495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98510', 'test98510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98510', 'test98510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98590', 'test98590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98590', 'test98590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98596', 'test98596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98596', 'test98596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98628', 'test98628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98628', 'test98628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98725', 'test98725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98725', 'test98725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98761', 'test98761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98761', 'test98761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98860', 'test98860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98860', 'test98860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99093', 'test99093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99093', 'test99093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99150', 'test99150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99150', 'test99150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99207', 'test99207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99207', 'test99207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99221', 'test99221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99221', 'test99221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99367', 'test99367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99367', 'test99367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99380', 'test99380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99380', 'test99380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99409', 'test99409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99409', 'test99409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99452', 'test99452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99452', 'test99452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99565', 'test99565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99565', 'test99565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99671', 'test99671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99671', 'test99671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99760', 'test99760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99760', 'test99760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99835', 'test99835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99835', 'test99835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99871', 'test99871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99871', 'test99871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99970', 'test99970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99970', 'test99970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99997', 'test99997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99997', 'test99997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100096', 'test100096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100096', 'test100096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100398', 'test100398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100398', 'test100398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100437', 'test100437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100437', 'test100437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100451', 'test100451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100451', 'test100451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100663', 'test100663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100663', 'test100663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100668', 'test100668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100668', 'test100668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100738', 'test100738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100738', 'test100738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101006', 'test101006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101006', 'test101006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101103', 'test101103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101103', 'test101103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101198', 'test101198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101198', 'test101198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101372', 'test101372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101372', 'test101372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101419', 'test101419', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101419', 'test101419@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101535', 'test101535', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101535', 'test101535@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101602', 'test101602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101602', 'test101602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101671', 'test101671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101671', 'test101671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101922', 'test101922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101922', 'test101922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102008', 'test102008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102008', 'test102008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102146', 'test102146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102146', 'test102146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102183', 'test102183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102183', 'test102183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102371', 'test102371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102371', 'test102371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102418', 'test102418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102418', 'test102418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102447', 'test102447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102447', 'test102447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102451', 'test102451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102451', 'test102451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102564', 'test102564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102564', 'test102564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102586', 'test102586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102586', 'test102586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102683', 'test102683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102683', 'test102683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102732', 'test102732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102732', 'test102732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102888', 'test102888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102888', 'test102888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103112', 'test103112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103112', 'test103112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103138', 'test103138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103138', 'test103138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103297', 'test103297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103297', 'test103297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103426', 'test103426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103426', 'test103426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103614', 'test103614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103614', 'test103614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103616', 'test103616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103616', 'test103616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103635', 'test103635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103635', 'test103635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103711', 'test103711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103711', 'test103711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103747', 'test103747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103747', 'test103747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103882', 'test103882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103882', 'test103882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104038', 'test104038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104038', 'test104038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104091', 'test104091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104091', 'test104091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104262', 'test104262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104262', 'test104262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104393', 'test104393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104393', 'test104393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104499', 'test104499', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104499', 'test104499@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104654', 'test104654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104654', 'test104654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104775', 'test104775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104775', 'test104775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104812', 'test104812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104812', 'test104812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105023', 'test105023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105023', 'test105023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105268', 'test105268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105268', 'test105268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105470', 'test105470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105470', 'test105470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105553', 'test105553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105553', 'test105553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105675', 'test105675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105675', 'test105675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105802', 'test105802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105802', 'test105802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105841', 'test105841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105841', 'test105841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105913', 'test105913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105913', 'test105913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105952', 'test105952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105952', 'test105952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105966', 'test105966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105966', 'test105966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106058', 'test106058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106058', 'test106058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106102', 'test106102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106102', 'test106102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106181', 'test106181', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106181', 'test106181@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106215', 'test106215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106215', 'test106215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106293', 'test106293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106293', 'test106293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106334', 'test106334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106334', 'test106334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106404', 'test106404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106404', 'test106404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106482', 'test106482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106482', 'test106482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107050', 'test107050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107050', 'test107050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107092', 'test107092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107092', 'test107092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107260', 'test107260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107260', 'test107260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107311', 'test107311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107311', 'test107311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107544', 'test107544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107544', 'test107544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107638', 'test107638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107638', 'test107638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107650', 'test107650', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107650', 'test107650@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107984', 'test107984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107984', 'test107984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108222', 'test108222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108222', 'test108222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108275', 'test108275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108275', 'test108275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108303', 'test108303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108303', 'test108303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108380', 'test108380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108380', 'test108380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108390', 'test108390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108390', 'test108390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108506', 'test108506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108506', 'test108506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108524', 'test108524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108524', 'test108524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108591', 'test108591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108591', 'test108591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108742', 'test108742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108742', 'test108742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108854', 'test108854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108854', 'test108854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109043', 'test109043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109043', 'test109043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109261', 'test109261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109261', 'test109261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109347', 'test109347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109347', 'test109347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109508', 'test109508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109508', 'test109508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109513', 'test109513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109513', 'test109513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109515', 'test109515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109515', 'test109515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109527', 'test109527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109527', 'test109527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109689', 'test109689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109689', 'test109689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109711', 'test109711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109711', 'test109711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109732', 'test109732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109732', 'test109732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110539', 'test110539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110539', 'test110539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110560', 'test110560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110560', 'test110560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110653', 'test110653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110653', 'test110653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110808', 'test110808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110808', 'test110808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111057', 'test111057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111057', 'test111057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111070', 'test111070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111070', 'test111070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111310', 'test111310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111310', 'test111310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111318', 'test111318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111318', 'test111318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111330', 'test111330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111330', 'test111330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111341', 'test111341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111341', 'test111341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111408', 'test111408', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111408', 'test111408@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111560', 'test111560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111560', 'test111560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111805', 'test111805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111805', 'test111805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111894', 'test111894', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111894', 'test111894@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112146', 'test112146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112146', 'test112146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112179', 'test112179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112179', 'test112179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112269', 'test112269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112269', 'test112269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112385', 'test112385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112385', 'test112385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112707', 'test112707', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112707', 'test112707@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112710', 'test112710', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112710', 'test112710@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112735', 'test112735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112735', 'test112735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112845', 'test112845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112845', 'test112845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112860', 'test112860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112860', 'test112860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113000', 'test113000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113000', 'test113000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113156', 'test113156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113156', 'test113156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113268', 'test113268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113268', 'test113268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113308', 'test113308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113308', 'test113308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113355', 'test113355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113355', 'test113355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113397', 'test113397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113397', 'test113397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113418', 'test113418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113418', 'test113418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113555', 'test113555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113555', 'test113555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113565', 'test113565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113565', 'test113565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113592', 'test113592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113592', 'test113592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113681', 'test113681', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113681', 'test113681@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113699', 'test113699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113699', 'test113699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113758', 'test113758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113758', 'test113758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113778', 'test113778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113778', 'test113778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113815', 'test113815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113815', 'test113815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113870', 'test113870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113870', 'test113870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114003', 'test114003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114003', 'test114003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114013', 'test114013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114013', 'test114013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114037', 'test114037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114037', 'test114037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114058', 'test114058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114058', 'test114058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114115', 'test114115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114115', 'test114115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114143', 'test114143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114143', 'test114143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114150', 'test114150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114150', 'test114150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114341', 'test114341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114341', 'test114341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114456', 'test114456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114456', 'test114456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114687', 'test114687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114687', 'test114687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114693', 'test114693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114693', 'test114693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114891', 'test114891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114891', 'test114891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115108', 'test115108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115108', 'test115108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115116', 'test115116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115116', 'test115116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115284', 'test115284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115284', 'test115284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115434', 'test115434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115434', 'test115434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115467', 'test115467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115467', 'test115467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115532', 'test115532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115532', 'test115532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115534', 'test115534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115534', 'test115534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115726', 'test115726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115726', 'test115726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115737', 'test115737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115737', 'test115737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116058', 'test116058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116058', 'test116058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116066', 'test116066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116066', 'test116066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116115', 'test116115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116115', 'test116115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116286', 'test116286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116286', 'test116286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116711', 'test116711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116711', 'test116711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116749', 'test116749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116749', 'test116749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116997', 'test116997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116997', 'test116997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117109', 'test117109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117109', 'test117109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117116', 'test117116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117116', 'test117116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117164', 'test117164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117164', 'test117164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117468', 'test117468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117468', 'test117468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117472', 'test117472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117472', 'test117472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117579', 'test117579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117579', 'test117579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117601', 'test117601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117601', 'test117601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117760', 'test117760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117760', 'test117760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117799', 'test117799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117799', 'test117799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117847', 'test117847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117847', 'test117847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117888', 'test117888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117888', 'test117888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117957', 'test117957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117957', 'test117957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117974', 'test117974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117974', 'test117974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118430', 'test118430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118430', 'test118430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118626', 'test118626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118626', 'test118626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118636', 'test118636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118636', 'test118636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118744', 'test118744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118744', 'test118744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118855', 'test118855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118855', 'test118855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119014', 'test119014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119014', 'test119014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119295', 'test119295', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119295', 'test119295@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119585', 'test119585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119585', 'test119585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119737', 'test119737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119737', 'test119737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119863', 'test119863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119863', 'test119863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119918', 'test119918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119918', 'test119918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120023', 'test120023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120023', 'test120023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120230', 'test120230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120230', 'test120230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120232', 'test120232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120232', 'test120232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120568', 'test120568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120568', 'test120568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120614', 'test120614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120614', 'test120614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120729', 'test120729', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120729', 'test120729@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120736', 'test120736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120736', 'test120736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120954', 'test120954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120954', 'test120954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121078', 'test121078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121078', 'test121078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121188', 'test121188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121188', 'test121188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121582', 'test121582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121582', 'test121582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121586', 'test121586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121586', 'test121586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121674', 'test121674', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121674', 'test121674@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121866', 'test121866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121866', 'test121866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122196', 'test122196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122196', 'test122196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122382', 'test122382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122382', 'test122382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122530', 'test122530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122530', 'test122530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122571', 'test122571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122571', 'test122571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122869', 'test122869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122869', 'test122869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123120', 'test123120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123120', 'test123120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123141', 'test123141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123141', 'test123141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123337', 'test123337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123337', 'test123337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123452', 'test123452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123452', 'test123452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123520', 'test123520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123520', 'test123520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123715', 'test123715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123715', 'test123715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123820', 'test123820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123820', 'test123820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123927', 'test123927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123927', 'test123927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123941', 'test123941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123941', 'test123941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124201', 'test124201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124201', 'test124201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124376', 'test124376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124376', 'test124376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124539', 'test124539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124539', 'test124539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124540', 'test124540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124540', 'test124540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124641', 'test124641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124641', 'test124641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124658', 'test124658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124658', 'test124658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124780', 'test124780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124780', 'test124780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124806', 'test124806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124806', 'test124806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124878', 'test124878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124878', 'test124878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124909', 'test124909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124909', 'test124909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124914', 'test124914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124914', 'test124914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124937', 'test124937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124937', 'test124937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125111', 'test125111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125111', 'test125111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125118', 'test125118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125118', 'test125118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125128', 'test125128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125128', 'test125128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125147', 'test125147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125147', 'test125147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125221', 'test125221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125221', 'test125221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125255', 'test125255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125255', 'test125255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125258', 'test125258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125258', 'test125258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125316', 'test125316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125316', 'test125316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125374', 'test125374', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125374', 'test125374@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125395', 'test125395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125395', 'test125395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125435', 'test125435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125435', 'test125435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125622', 'test125622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125622', 'test125622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125669', 'test125669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125669', 'test125669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125802', 'test125802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125802', 'test125802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125867', 'test125867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125867', 'test125867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125954', 'test125954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125954', 'test125954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126266', 'test126266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126266', 'test126266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126328', 'test126328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126328', 'test126328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126531', 'test126531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126531', 'test126531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126550', 'test126550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126550', 'test126550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126583', 'test126583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126583', 'test126583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126624', 'test126624', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126624', 'test126624@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126626', 'test126626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126626', 'test126626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126658', 'test126658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126658', 'test126658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126743', 'test126743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126743', 'test126743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126774', 'test126774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126774', 'test126774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126870', 'test126870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126870', 'test126870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126883', 'test126883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126883', 'test126883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126943', 'test126943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126943', 'test126943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126950', 'test126950', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126950', 'test126950@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127043', 'test127043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127043', 'test127043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127106', 'test127106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127106', 'test127106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127224', 'test127224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127224', 'test127224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127348', 'test127348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127348', 'test127348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127395', 'test127395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127395', 'test127395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127468', 'test127468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127468', 'test127468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127741', 'test127741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127741', 'test127741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127910', 'test127910', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127910', 'test127910@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127936', 'test127936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127936', 'test127936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128042', 'test128042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128042', 'test128042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128246', 'test128246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128246', 'test128246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128287', 'test128287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128287', 'test128287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128331', 'test128331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128331', 'test128331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128387', 'test128387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128387', 'test128387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128438', 'test128438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128438', 'test128438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128450', 'test128450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128450', 'test128450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128492', 'test128492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128492', 'test128492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128508', 'test128508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128508', 'test128508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128537', 'test128537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128537', 'test128537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128572', 'test128572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128572', 'test128572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128736', 'test128736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128736', 'test128736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128811', 'test128811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128811', 'test128811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129414', 'test129414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129414', 'test129414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129780', 'test129780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129780', 'test129780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129800', 'test129800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129800', 'test129800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129886', 'test129886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129886', 'test129886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130004', 'test130004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130004', 'test130004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130019', 'test130019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130019', 'test130019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130050', 'test130050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130050', 'test130050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130075', 'test130075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130075', 'test130075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130127', 'test130127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130127', 'test130127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130154', 'test130154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130154', 'test130154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130211', 'test130211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130211', 'test130211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130243', 'test130243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130243', 'test130243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130486', 'test130486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130486', 'test130486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130507', 'test130507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130507', 'test130507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130600', 'test130600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130600', 'test130600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130621', 'test130621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130621', 'test130621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131003', 'test131003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131003', 'test131003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131126', 'test131126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131126', 'test131126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131216', 'test131216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131216', 'test131216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131285', 'test131285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131285', 'test131285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131292', 'test131292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131292', 'test131292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131416', 'test131416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131416', 'test131416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131437', 'test131437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131437', 'test131437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131507', 'test131507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131507', 'test131507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131607', 'test131607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131607', 'test131607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131865', 'test131865', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131865', 'test131865@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131883', 'test131883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131883', 'test131883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131946', 'test131946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131946', 'test131946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132066', 'test132066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132066', 'test132066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132115', 'test132115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132115', 'test132115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132219', 'test132219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132219', 'test132219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132589', 'test132589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132589', 'test132589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132819', 'test132819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132819', 'test132819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132861', 'test132861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132861', 'test132861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132880', 'test132880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132880', 'test132880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132936', 'test132936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132936', 'test132936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132980', 'test132980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132980', 'test132980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133093', 'test133093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133093', 'test133093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133115', 'test133115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133115', 'test133115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133173', 'test133173', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133173', 'test133173@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133232', 'test133232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133232', 'test133232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133623', 'test133623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133623', 'test133623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133659', 'test133659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133659', 'test133659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134075', 'test134075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134075', 'test134075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134120', 'test134120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134120', 'test134120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134162', 'test134162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134162', 'test134162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134394', 'test134394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134394', 'test134394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134436', 'test134436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134436', 'test134436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134444', 'test134444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134444', 'test134444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134448', 'test134448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134448', 'test134448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134721', 'test134721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134721', 'test134721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134751', 'test134751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134751', 'test134751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134944', 'test134944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134944', 'test134944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135201', 'test135201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135201', 'test135201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135368', 'test135368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135368', 'test135368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135903', 'test135903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135903', 'test135903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135968', 'test135968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135968', 'test135968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136057', 'test136057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136057', 'test136057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136111', 'test136111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136111', 'test136111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136219', 'test136219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136219', 'test136219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136243', 'test136243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136243', 'test136243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136395', 'test136395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136395', 'test136395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136480', 'test136480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136480', 'test136480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136638', 'test136638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136638', 'test136638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136984', 'test136984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136984', 'test136984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137339', 'test137339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137339', 'test137339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137402', 'test137402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137402', 'test137402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137410', 'test137410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137410', 'test137410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137413', 'test137413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137413', 'test137413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137481', 'test137481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137481', 'test137481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137560', 'test137560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137560', 'test137560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137924', 'test137924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137924', 'test137924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138056', 'test138056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138056', 'test138056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138318', 'test138318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138318', 'test138318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138446', 'test138446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138446', 'test138446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138477', 'test138477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138477', 'test138477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138488', 'test138488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138488', 'test138488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138763', 'test138763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138763', 'test138763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138800', 'test138800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138800', 'test138800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138934', 'test138934', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138934', 'test138934@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138939', 'test138939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138939', 'test138939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0') ; diff --git a/dev/server/nginx/root.conf b/dev/server/nginx/root.conf new file mode 100644 index 00000000..ece4cf2d --- /dev/null +++ b/dev/server/nginx/root.conf @@ -0,0 +1,37 @@ + +#user nobody; +worker_processes 1; + +#error_log logs/error.log; +#error_log logs/error.log debug; +#error_log logs/error.log notice; +#error_log logs/error.log info; + +#pid logs/nginx.pid; + + +events { + worker_connections 1024; +} + + +http { + include mime.types; + default_type application/octet-stream; + + #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' + # '$status $body_bytes_sent "$http_referer" ' + # '"$http_user_agent" "$http_x_forwarded_for"'; + + #access_log logs/access.log main; + + sendfile on; + #tcp_nopush on; + + #keepalive_timeout 0; + keepalive_timeout 65; + + #gzip on; + + include servers/*.conf; +} diff --git a/ZM_nginx.conf.example b/dev/server/nginx/site.conf.example similarity index 94% rename from ZM_nginx.conf.example rename to dev/server/nginx/site.conf.example index e429e02c..330e5f35 100644 --- a/ZM_nginx.conf.example +++ b/dev/server/nginx/site.conf.example @@ -24,6 +24,7 @@ server { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/usr/local/var/run/php5-fpm.sock; + #fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; diff --git a/dev/versionsInfo.json b/dev/versionsInfo.json index 422e4a88..612b5b5f 100644 --- a/dev/versionsInfo.json +++ b/dev/versionsInfo.json @@ -1,8 +1,10 @@ [ - { "version": "0.0.0", "timestamp": 1485020708 }, - { "version": "0.0.1", "timestamp": 1486161266 }, - { "version": "0.2.0", "timestamp": 1489091066 }, - { "version": "0.3.0", "timestamp": 1490748018 }, - { "version": "0.4.0", "timestamp": 1491238664 }, - { "version": "0.5.0", "timestamp": 1494570950 } + { "version": "0.0.0", "timestamp": 1485020708, "datetimeString": "Sat, Jan 21, 2017 12:45:08 PM", commitHash: "e0e9a676e05e67092e3b7e2f3da9c5826e38030c" }, + { "version": "0.0.1", "timestamp": 1486161266, "datetimeString": "Fri, Feb 3, 2017 5:34:26 PM", commitHash: "4df1f6b1b14223f72758ed3d47b0b40bd0ee6d8b" }, + { "version": "0.2.0", "timestamp": 1489091066, "datetimeString": "Thu, Mar 9, 2017 3:24:26 PM", commitHash: "d241f777ebf14ba139aa0ce0c79129bb97f24d46", link: "https://www.reddit.com/r/zelda/comments/5xtd5i/spoilers_zeldamapscom_full_resolution_map_of/" }, + { "version": "0.3.0", "timestamp": 1490748018, "datetimeString": "Tue, Mar 28, 2017 8:40:18 PM", commitHash: "31621a3e349272209dcc129533f0fe4e7c673890", link: "https://www.reddit.com/r/zelda/comments/623fwr/botwspoilers_zeldamapscom_v03a_is_out_mark_as/" }, + { "version": "0.4.0", "timestamp": 1491238664, "datetimeString": "Mon, Apr 3, 2017 12:57:44 PM", commitHash: "523124d5606f388ebf76cef96a6c0900d60a7082" }, + { "version": "0.5.0", "timestamp": 1494570950, "datetimeString": "Fri, May 12, 2017 2:35:50 AM", commitHash: "7144acda9537267a64603758214e3df04d3e9f8e", link: "https://www.reddit.com/r/zelda/comments/6atook/botw_zelda_maps_05a_released_collapsable_sidebar/" }, + { "version": "0.6.0", "timestamp": 1532274472, "datetimeString": "Sun, Jul 22, 2018 11:47:52 AM", commitHash: "7f0482f9daf3f7022c7414d4f8c63e1fe666393f", link: "https://www.reddit.com/r/zelda/comments/8zmn8s/zelda_maps_06_beta_its_true_search_password_reset/" }, + { "version": "0.7.0", "timestamp": 1570585913, "datetimeString": "Tue, Oct 8, 2019 9:51:53 PM", commitHash: "7f0482f9daf3f7022c7414d4f8c63e1fe666393f" } ] diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 2cb359cb..be3d77b2 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -20,13 +20,25 @@ # Releases - Done by Jason, from `master` to `production`, at the end of every 2-week sprint. + Done by Jason, from `master` to `production`. - The release manager will manually set all user accounts `seen_latest_changelog` to `0` (`false`). + The release manager must manually set all user accounts `seen_latest_changelog` to `0` (`false`). Don't want a fresh commit to do this before every release; that would be cruft. Do this after you deploy the code, to prevent the edge case of a user visiting the site in the small window of time with the old and/or database without the new changelog entries, and would incorrectly set the `seen_latest_changelog`, and even the `last_login` field as well, so once the new data is present, it would not be triggered and shown to them. Can use this script: `dev/db/resetUsersChangelogSeenPresence.sh` - Make sure to set the MySQL parameters appropriately. See the script header for more deatils. + Make sure to set the MySQL parameters appropriately. See the script header for more details. + +## Version Info + + The project uses the file `dev\info\versionsInfo.json` to, at least once in an early migration file when the changelog table was first introduced, appropriately mark users the release level that users had seen / were already comfortable with / knowledgeable about as inferred by their last login time. + It's also useful for satisfying curiosity quickly using CLI commands, and is in a machine-parseable format ready for any other sort of task, so I try to make it the authority of this task. + + In order to add new versions to it, I find the latest commit related to that day. I start from `HEAD` following parent commits until I find the day or so after it was released, then I browse forward until the end of any potential 0-day bugfixes and run this command `git log -1 --format='%at' (getclip) | putclip` when I have the commit SHA hash copied to my system clipboard. + The human-readable output version of this command is this: `git log -1 --format='%aD' (getclip)`. + + I used this command to reverse the timestamps: `date -d @(getclip) | head -c -1 | putclip`. + + You can see if a version already exists by using this command `git show-ref refs/tags/` and seeing if you have a line output with a hash or not. # Backup @@ -42,7 +54,7 @@ - We may introduce style checking later, and if so, it will only apply to modified/created code as you work in it. - Comment your code so other team members can understand it. - We want to communicate why code is there, since the 'what' is already represented by the code statements themselves, and those are straightforward for the most part, or should try to be. - - When you're done, add a changelog entry for it. + - When you're done, add a changelog entry for it, or probably just wait for it from the release team since they will make one anyway. The ones development makes are in the commit messages at least. - Add a migration to add this new changelog entry into the db, details in its own section below. - Use the next release number as given to the development team or self-determined for smaller or self-initiated features. - If you need to use a single escape, escape it as such in the Ruby- (and to some extent, Rails-) based migration file: `\\\'`. @@ -168,24 +180,22 @@ ## Update Sample Database Data - We will store somewhat of the mined, active, production data snapshot in the `dev/db/zeldamaps.sql` file so developers and others can start using the project faster, and at all. + We will store somewhat of the mined, active, production data snapshot in the `dev/db/tingle.sql` file so developers and others can start using the project faster, and at all. We have a separate method below about migrations for modifying data, including production's, to include new fixes and feature data. - If there is important data you would like to add to this file and check it in, you can issue the following command: `dev/db/exportDatabaseForDev.sh`. Then you can review any changes/updates to commit in place of that file. - Now that this has become a decent system, here are the available configuration environmental flags you can utilize: - - `QUIET` (Default: `false`) - - `VERBOSE` (Default: `false`) - - `BRIEF_MESSAGES` (Default: `false`) - - `PAUSE` (Default: `false`) - - `DRY_RUN` (Default: `false`) - - `FAIL_FAST` (Default: `true`) - - `CLEAN_ON_FAILURE` (Default: `true`) - - `DB_NAME` (Default: `zeldamaps`) - - `MYSQL_OTHER_CONNECTION_OPTIONS` (Default: `""`) - - `MYSQL_CONNECTION_STRING` (Default: `$MYSQL_OTHER_CONNECTION_OPTIONS -u'$MYSQL_USER' -p'$MYSQL_PASS'`) - - `MYSQL_USER` - - `MYSQL_PASS` + If there is important data you would like to add to this file and check it in, you can issue the following command: `dev/db/createSampleDatabaseExport.sh`. Then you can review any changes/updates to commit in place of that file. + - Use of the MySQL login path system is recommended, for any project-related database work, especially when contacting different servers. + - If a connection requires an SSH tunnel, the login path can bet set to a localhost with matching ports, and a command like this can be used: + - `ssh -nNTL :/var/run/mysqld/mysqld.sock @zm-p-db` + - https://www.howtogeek.com/howto/ubuntu/access-your-mysql-server-remotely-over-ssh/ + - Production: `env MYSQL_USER="" MYSQL_CONNECTION_STRING="--login-path=tingle-prod-db '-p(read -s)"'" CONVERGE_SQL="true" ./dev/db/createSampleDatabaseExport.sh`. + - Development: `env DB_NAME="tingle" MYSQL_USER="root" CONVERGE_SQL="true" ./dev/db/createSampleDatabaseExport.sh`. + - Then enter the password for the script prompt, or else you will have to do so for every MySQL(Dump) prompt step thereafter. + - Not using the manage role made for database migrations since it doesn't have the `PROCESS` privilege and I think this type of action should be kept separate since it relates to the entire database. + - Refreshing the data may involve these statements: + - ``echo 'DROP DATABASE `zeldamaps`' | mysql --login-path=local`` + - `mysql --login-path=local < "dev/db/zeldamaps.sql";` This will export the structure, but not the content for the 'user' tables, as this may contain more sensitive information we do not want to store in the code repository. Instead, we capture the useful ids with associated information, then sanitize and generate test data for the other fields. @@ -204,10 +214,6 @@ - Keep as few redundant statements in there are possible. - A good rule for anything that doesn't require or encourage data redundancy. - We want accurate data. - - Use of the MySQL login path system was useful, and may be recommended for any project-related database work, especially when contacting different servers. - - Refreshing the data may involve these statements: - - ``echo 'DROP DATABASE `zeldamaps`' | mysql --login-path=local`` - - `mysql --login-path=local < "dev/db/zeldamaps.sql";` ## Migrations @@ -219,6 +225,7 @@ Now that only accomplishes half of the responsibility. In order to operate on that actual database content data, we don't have ActiveRecord objects to use as an API, so we just implement raw SQL for these, and make sure that both of the `up` and `down` methods are made as appropriate as possible, if both methods possible for that certain situation. It seems we must only pass a single SQL statement per block to avoid a security risk, otherwise it keeps receiving a syntax error only when sent through the migration framework.. https://stackoverflow.com/questions/14856856/how-to-write-sql-in-a-migration-in-rails#comment86794302_42991237 + `Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE....'` Important Note: Do not edit a migration that has been pushed (to others). @@ -237,10 +244,15 @@ `rake db:migrate:up VERSION=20081220234130` To revert your last migration `rake db:rollback` - To revert your last 3 migrations + To revert your last 3 , and migrations `rake db:rollback STEP=3` Check which version of the tool you are currently using `rake db:version` + + If you want to make a timestamp yourself, you can use this command: + `date -u "+%Y%m%d%H%M%S" | putclip` + This tool does also help with naming and the content for the class at least, and I create new files with this customized command: + `rake db:new_migration name=(read | tr ' ' '_')` More Info: http://edgeguides.rubyonrails.org/active_record_migrations.html diff --git a/docs/INSTALL.md b/docs/INSTALL.md deleted file mode 100644 index d9202beb..00000000 --- a/docs/INSTALL.md +++ /dev/null @@ -1,84 +0,0 @@ -# Install - * Download project from GitHub at this URL: `https://github.com/Zelda-Universe/Zelda-Maps`. - * Set-up Dependencies - * Set-up database - * Install and configure database connection - * Catch the new, randomly generated root account's password during the installation. - * Add `/usr/local/mysql/bin` to user path variable. - * `mysql_secure_installation` - * The `mysql_config_editor` to create and store local, default, client credentials may be recommended, especially when contacting different project-related servers. - * A separate account is recommended to only read the related database schemas, so add an account for this project to use. - * `mysql --login-path=local -e "CREATE USER 'zmaps'@'localhost' IDENTIFIED BY ''"` - * Import the `dev/db/zeldamaps.sql` file. - * `mysql --login-path=local < "dev/db/zeldamaps.sql"` - * Grant the new db user all schema privileges to the newly imported `zeldamaps` schema. - * ``mysql --login-path=local -e "GRANT ALL PRIVILEGES ON `zeldamaps`.* to 'zmaps'@'localhost'"`` - * `cp .env.example .env` - * Edit the newly copied `.env` file to your database's parameters for connection location and account credentials. - * Set-up web server - * Note: I used `nginx` on a Mac. I heard you can use [MAMP](https://www.mamp.info), and probably [WAMP](wampserver.com/en/) too. - * Install through homebrew: `brew install nginx`. - * Generate SSL certificates: `openssl req -x509 -nodes -days 36500 -newkey rsa:2048 -keyout /usr/local/etc/nginx/nginx.key -out /usr/local/etc/nginx/nginx.crt` - * `cp Zelda-Maps.conf.example Zelda-Maps.conf` - * Edit the newly copied `Zelda-Maps.conf` file to modify the `$project_location` line appropriately. - * `ln -s (readlink -f ZM_nginx.conf) /usr/local/etc/nginx/servers/Zelda-Maps.conf` - * `nginx -p /usr/local/var` - * Tell the Mac OS to "Allow network connections" when the dialog automatically appears. - * Enable PHP support - * `brew install homebrew/php/php56-xdebug` - * In `/usr/local/etc/php-fpm.conf` add this line: `listen = /usr/local/var/run/php5-fpm.sock` - * `php-fpm --prefix /usr/local` - * PHP dependencies - - Run `composer install`. - * Configure project - - Make any other necessary changes in the `.env` file, say, configuring mail system parameters. - * (Optional) Create map tile images locally - - In case you want to host them locally, either for wanting to work offline, or at least just easing the load on the public server, you can finally do so with some scripts I've included now. - - Mainly you can run this other script to generate the tile images for all configured games' maps. - + All you need to do is include a single source image in that double-nested directory structure. You can most likely grab these from our content repository. - + and then run this command: `dev/generateAllMapTiles.fish` - + This runs the individual script `dev/generateMapTiles.fish` with that setting, a source file argument, and an output directory argument. You can call this individually if you need to for any reason, local to the project or not. - - This debug script was first since I didn't know how to generate the tile images correctly from a master and being cropped, so this generates each individually based on predetermined quadrant and zoom input parameters. - + `mkdir -p markers/debug/test` - + `env outputZoomFolders=true dev/generateDebugTiles.fish markers/debug/test` - + This script can serve as a nice template for any potential future use. - - Note I've been including an additional, non-default parameter for these sample script invocations. Right now, We keep all tiles in one directory, but it may be helpful to transition to using nested zoom folders. - * Coding Workflow - * Import this Git Flow configuration: - * ``` - [gitflow "branch"] - master = master - develop = development - [gitflow "prefix"] - feature = feature/ - release = release/ - hotfix = hotfix/ - support = support/ - versiontag = - ``` - * Install database migration creation framework tool, and run it. - * Install Ruby - * I was using 2.4.1. - * Install RubyGems - * https://rubygems.org/pages/download - * Used 2.6.11 - * Install the migration tool, and its dependencies - * The individual way - * `gem install mysql2` - * 0.5.1 - * `gem install standalone_migrations` - * 5.2.5 - * You might need my edited version of the repository instead. - * https://github.com/Pysis868/standalone-migrations - * As of commit `685d343752a1b42ff844b5a75677db7e4acf8a36`. - * It fixes a particular issue when running several of the commands, but doesn't pass several tests O_o. - * Some commands might not work, but the main ones I have used so far only print a stack trace for the error, but still work. - * The automatic way - * `gem install bundler` - * `bundle install` - * `dev/db/config.yml.example dev/db/config.yml` - * Configure like the `.env` file. - * Note which environment you are configuring for and use the appropriate section. - * May only need to modify the password, and if not, also the database and/or username fields as well. - * Migrate database - * `rake db:migrate` diff --git a/docs/Installation.md b/docs/Installation.md new file mode 100644 index 00000000..1ffde093 --- /dev/null +++ b/docs/Installation.md @@ -0,0 +1,130 @@ +# Install + * Download project from GitHub at this URL: `https://github.com/Zelda-Universe/Tingle`. + * Set-up Dependencies + * Set-up database + * Install and configure a database connection for this project. + * Perform the usual and secure database set-up steps: + * Catch the new, randomly generated root account's password during the installation. + * Add `/usr/local/mysql/bin` to user path variable. + * `mysql_secure_installation` + * The `mysql_config_editor` to create and store local, default, client credentials may be recommended, especially when contacting different project-related servers. + * A separate account is recommended to only read the related database schemas, so add a less privileged database account for only this project to use: + * `mysql --login-path=local -e "CREATE USER 'tingle'@'localhost' IDENTIFIED BY ''"` + * Import the `dev/db/tingle.sql` file. + * `mysql --login-path=local < "dev/db/tingle.sql"` + * Grant the new db user all or some schema privileges to the newly imported `tingle` schema. + * All: ``mysql --login-path=local -e "GRANT ALL PRIVILEGES ON `tingle`.* to 'tingle'@'localhost'"`` + * Specific Schema Privileges: `SELECT, INSERT, UPDATE, DELETE`. + * Setup project local backend PHP config parameters: + * `cp .env.example .env` + * Edit the newly copied `.env` file to your database's parameters for connection location and account credentials. + * Set-up web server + * Mac: + * nginx or [MAMP](https://www.mamp.info) + * Install through homebrew: `brew install nginx`. + * Generate SSL certificates: `openssl req -x509 -nodes -days 36500 -newkey rsa:2048 -keyout /usr/local/etc/nginx/nginx.key -out /usr/local/etc/nginx/nginx.crt` + * `cp site.conf.example site.conf` + * Edit the newly copied `site.conf` file to modify the `$project_location` line appropriately to the root of this project's source tree, and the `fastcgi_pass` directive according to your platform. + * `unix:/` for *nix/bsd platforms, IP and port for Windows or in general. + * `ln -s (readlink -f ZM_nginx.conf) /usr/local/etc/nginx/servers/Zelda-Maps.conf` + * `nginx -p /usr/local/var` + * Enable PHP FPM (Similar to FastCGI?) + * `brew install homebrew/php/php56-xdebug` + * In `/usr/local/etc/php-fpm.conf` add this line: `listen = /usr/local/var/run/php5-fpm.sock` + * `php-fpm --prefix /usr/local` + * Tell the Mac OS to "Allow network connections" when the dialog automatically appears. + * Windows: + * nginx or [WAMP](wampserver.com/en/) + * https://nginx.org/en/docs/windows.html + * Manual Install: + * https://nginx.org/en/download.html + * Probably recommend stable instead of mainline/latest/development. + * https://smarttechnicalworld.com/how-to-install-nginx-on-windows/ + * Generate SSL certificates: `openssl req -x509 -nodes -days 36500 -newkey rsa:2048 -keyout /conf/nginx.key -out /conf/nginx.crt` + * `mv /conf/nginx.conf /conf/nginx.conf.orig` + * `cp dev/server/nginx/root.conf /conf/nginx.conf` + * `cmd /C mklink /H "\conf\servers\Tingle.conf" (cygpath -w (readlink -f site.conf))` + * Enable PHP FastCGI + * Install PHP NTS zip + * https://windows.php.net/download/ + * `php-cgi -b 127.0.0.1:9999` + * Tell the Windows OS to "Allow network connections" when the dialog automatically appears. + * PHP dependencies + * Mysqli + * Make sure it is enabled in `php.ini`. Just uncomment the extension line most likely. + * Optional: Install php zend extension xdebug + * https://stackify.com/php-debugging-guide/ + * Download + * https://xdebug.org/docs/install#windows + * Install + * Copy to PHP ext directory + * Configure + * Add mentioned directives with the appropriate path to `php.ini`. + * Composer + * Install + * Mac: + * Homebrew? + * Windows: + * https://getcomposer.org/download/ + * Run `composer install`. + * Configure project + - Make any other necessary changes in the `.env` file, say, configuring mail system parameters. + * (Optional) Create map tile images locally + - In case you want to host them locally, either for wanting to work offline, or at least just easing the load on the public server, you can finally do so with some scripts I've included now. + - Mainly you can run this other script to generate the tile images for all configured games' maps. + + All you need to do is include a single source image in that double-nested directory structure. You can most likely grab these from our content repository. + + and then run this command: `dev/generateAllMapTiles.fish` + + This runs the individual script `dev/generateMapTiles.fish` with that setting, a source file argument, and an output directory argument. You can call this individually if you need to for any reason, local to the project or not. + - This debug script was first since I didn't know how to generate the tile images correctly from a master and being cropped, so this generates each individually based on predetermined quadrant and zoom input parameters. + + `mkdir -p markers/debug/test` + + `env outputZoomFolders=true dev/generateDebugTiles.fish markers/debug/test` + + This script can serve as a nice template for any potential future use. + - Note I've been including an additional, non-default parameter for these sample script invocations. Right now, We keep all tiles in one directory, but it may be helpful to transition to using nested zoom folders. + * Coding Workflow + * Import this Git Flow configuration: + * ``` + [gitflow "branch"] + master = master + develop = development + [gitflow "prefix"] + feature = feature/ + release = release/ + hotfix = hotfix/ + support = support/ + versiontag = + ``` + * Install database migration creation framework tool, and run it. + * Install Ruby + * I used 2.4.1/. + * Install RubyGems + * https://rubygems.org/pages/download + * I used 2.6.11/. + * Install the migration tool, and its dependencies + * Note: If you use Cygwin or other Linux-like environments like msys2 or mingw, be careful that they don't interfere with gems that require native installation at least like nokogiri, but also possibly mysql2 as well. + * I removed the Cygwin ruby package and installed the native Windows one using the installer that bundles the devkit to help. Then I had some stray `gem`, `rake`, and `*mingw*` commands in my Cygwin environment possibly without a proper package, so I just removed them, and also made fish functions to call them by their Windows-style paths. I stopped getting install errors after that like configure with an `*-ar` executable, failed to apply a patch by not finding a file that is actually there, etc. + * `gem install nokogiri -v 1.10.1 --platform=ruby` + * Mysql2 was then having more unique issues.. I had to figure that out and issue a crazy command like this: + * `gem install mysql2 -v 0.5.2 --platform=ruby -- --with-mysqlclient-dir="C:/Program Files/MySQL/MySQL Server 8.0/bin" --with-mysql-rpath="C:/Program\ Files/MySQL/MySQL\ Server\ 8.0/lib"` + * The individual way + * `gem install mysql2` + * 0.5.2 + * `gem install standalone_migrations` + * 5.2.5 + * You might need my edited version of the repository instead. + * https://github.com/Pysis868/standalone-migrations + * As of commit `685d343752a1b42ff844b5a75677db7e4acf8a36`. + * It fixes a particular issue when running several of the commands, but doesn't pass several tests O_o. + * Some commands might not work, but the main ones I have used so far only print a stack trace for the error, but still work. + * The automatic way + * Install the 2 troublesome gems above in the note manually first. + * `gem install bundler` + * `bundle install` + * `dev/db/config.yml.example dev/db/config.yml` + * Configure like the `.env` file, but use a different account that is more privileged for managing the database. + * Hopefully never using the `root` in a script, so just make another similar to the first one made for the project, use a different password, and add these additional permissions: `ALTER, CREATE, CREATE TEMPORARY TABLES, DELETE, DROP, LOCK TABLES, REFERENCES, INDEX`. + * `PROCESS` is also needed for the export script, and is a global privilege. + * This set could be reduced, but it's what I chose for now.. + * Note which environment you are configuring for and use the appropriate section. + * May only need to modify the password, and if not, also the database and/or username fields as well. + * Migrate database + * `rake db:migrate` diff --git a/res.php b/res.php index 4786d89f..78eaa381 100644 --- a/res.php +++ b/res.php @@ -1,6 +1,11 @@ '); include "$path/lib/minify.php"; $output = "/* cache/index$ext */\n"; foreach($data as $file=>$time) { + // print('DEBUG: Processing file entry'.$file.'...
'); $fpath = $file; - if(stripos($file,"//")===false) { - $fpath = "$path/$file"; - if(!file_exists($fpath)) { - $output.="/* $file doesn't exist */\n"; - continue; - } - } + if(stripos($file,"//")===true) continue; + $fpath = "$path/$file"; + if(!file_exists($fpath)) { + $output.="/* $file doesn't exist */\n"; + continue; + } $output.="/* Source: $file */\n"; $filedata = file_get_contents($fpath); - if(!$skipminify && $minify) { + if($minify) { if($type=="javascript") { + // print('DEBUG: Minifying javascript...
'); $filedata = minify_js($filedata); } else { + // print('DEBUG: Minifying css...
'); $filedata = minify_css($filedata); } } @@ -81,4 +87,4 @@ header("Content-Length: ".strlen($out)); header("X-Updated: false"); - print $out; \ No newline at end of file + print $out; diff --git a/tests/res.php b/tests/res.php new file mode 100644 index 00000000..c3366506 --- /dev/null +++ b/tests/res.php @@ -0,0 +1,12 @@ + From 60d70f93dfc17a484014f47140cc75aab26828c4 Mon Sep 17 00:00:00 2001 From: Pysis Date: Sat, 14 Aug 2021 12:42:30 -0400 Subject: [PATCH 06/73] Leftover changes Organized version info file as well, but it was not behaving as a rename/move in the last commit, more as a complete file delete and other addition, so separated to this later commit with related script update just in case that is needed later too with obviously moved usage text too making it easier to find like most others why did I do that before.... --- dev/{ => info}/versionsInfo.json | 0 lib/VersionMigrator.rb | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) rename dev/{ => info}/versionsInfo.json (100%) diff --git a/dev/versionsInfo.json b/dev/info/versionsInfo.json similarity index 100% rename from dev/versionsInfo.json rename to dev/info/versionsInfo.json diff --git a/lib/VersionMigrator.rb b/lib/VersionMigrator.rb index e888dccb..d95439ea 100644 --- a/lib/VersionMigrator.rb +++ b/lib/VersionMigrator.rb @@ -1,8 +1,19 @@ +# Usage: +# +# In a migration file: +# require './lib/VersionMigrator.rb' +# VersionMigrator.createSeenVersionMigrationSQLStatements.each do |sqlStatement| +# execute sqlStatement +# end +# +# Debug/Other: +# puts VersionMigrator.createSeenVersionMigrationSQLStatements + class VersionMigrator require 'json' require 'active_support/core_ext/hash/indifferent_access' @@versionsInfo = JSON.parse( - File.read('./dev/versionsInfo.json') + File.read('./dev/info/versionsInfo.json') ).map { |versionInfo| versionInfo.with_indifferent_access } # This step is essential for properly creating the ranges through the contiguous timeline in the correct order. @@versionsInfo.sort_by { |versionDatePair| versionDatePair[:timestamp] } @@ -46,6 +57,3 @@ def self.createSQLStatements(versionRanges) end end end - -# Usage: -# puts VersionMigrator.createSeenVersionMigrationSQLStatements From 649130c5baa541848831dac5eecbca0eebeea842 Mon Sep 17 00:00:00 2001 From: Pysis Date: Sat, 14 Aug 2021 15:32:51 -0400 Subject: [PATCH 07/73] Bugfix and Small AJAX QoL For some reason a wrong key was being used to reference a database field in row data, so I fixed it with snake case. Maybe with me using PHP 8 now it found the error, or something in my local PHP configuration.. Also added a variable to use for changing the content type so PHP errors would appear better. --- ajax.php | 2 +- ajax/get_category_tree.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ajax.php b/ajax.php index 262c72cc..bb745515 100644 --- a/ajax.php +++ b/ajax.php @@ -43,6 +43,6 @@ $out = json_encode($data,$flags); - header("Content-Type: application/json"); + header("Content-Type: ".(isset($_GET['forcedMode'])?$_GET['forcedMode']:"application/json")); header("Content-Length: ".strlen($out)); echo $out; \ No newline at end of file diff --git a/ajax/get_category_tree.php b/ajax/get_category_tree.php index 9c0847b6..b28cbf19 100644 --- a/ajax/get_category_tree.php +++ b/ajax/get_category_tree.php @@ -28,7 +28,7 @@ $node['img'] = $row['img']; $node['color']= $row['color']; $node['checked'] = $row['default_checked'] == 1 ? true : false; - $node['visible_zoom']= $row['visibleZoom']; + $node['visible_zoom']= $row['visible_zoom']; $query = 'select * from ' . $map_prefix . 'marker_category @@ -55,7 +55,7 @@ $children['img'] = $row2['img']; $children['color'] = $row2['color']; $children['checked'] = $row2['default_checked'] == 1 ? true : false; - $children['visible_zoom']= $row2['visibleZoom']; + $children['visible_zoom']= $row2['visible_zoom']; array_push($arr_child, $children); } $node['children'] = $arr_child; From fc7ed2bdbff4d7579250a2509e9b8570033da468 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 1 Sep 2021 15:04:28 -0400 Subject: [PATCH 08/73] Map Source Tiles Mining Improvements Added ignore for new intermediate image files, plus random leftovers that mainly help the local server run better. Added scripts with various commands for managing switch game data to help extract map images that can be run instead of copying from the documentation. Finally added BotW script using the existing LAfS Dungeon one as the starting point, researched, tested, fixed a weird PNG color bug, refactored, and then majorly improved not only organization but also developed faster batch method Image Magick script style, caching these results, with validation, error messages, and finer setting control. Tried not using so many global variables, but still am for now. Same with the new LAfS overworld script. Although it mainly uses manual Image Magick scripts, the shell script does still improve the organization, convenience, and control of the process. Normal and Underlay work now O_o, OpenMask is just a quick guess. The LAfS Dungeon script received similar updates, but needs to be renamed first because of that darned strange git bug.... And adding the entire research, practice, and development of this process as notes in the dev doc, but mainly as the newly extracted tile doc, cleaning, organizing, and updating as I went. --- .gitignore | 7 +- dev/tiles/switch/common/1_decompress.fish | 3 + dev/tiles/switch/common/2_extractNCAs.fish | 3 + .../switch/common/3_extractRomFSContents.fish | 10 + .../switch/games/botw/assembleTiles.fish | 327 ++++++++++++++++++ .../switch}/games/lafs/assembleDgnTiles.fish | 0 .../games/lafs/assembleOverworldTiles.fish | 137 ++++++++ docs/{DEVELOPMENT.md => Development.md} | 99 +----- docs/Tile Management.md | 154 +++++++++ index.html | 4 +- 10 files changed, 647 insertions(+), 97 deletions(-) create mode 100644 dev/tiles/switch/common/1_decompress.fish create mode 100644 dev/tiles/switch/common/2_extractNCAs.fish create mode 100644 dev/tiles/switch/common/3_extractRomFSContents.fish create mode 100644 dev/tiles/switch/games/botw/assembleTiles.fish rename dev/{ => tiles/switch}/games/lafs/assembleDgnTiles.fish (100%) create mode 100644 dev/tiles/switch/games/lafs/assembleOverworldTiles.fish rename docs/{DEVELOPMENT.md => Development.md} (72%) create mode 100644 docs/Tile Management.md diff --git a/.gitignore b/.gitignore index 28899655..6314e946 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ /.env /dev/server/nginx/site.conf /dev/db/config.yml +/dev/tiles/**/Maps/**/*.png + +## Team Files +images/favicon.ico +images/apple-touch-icon-precomposed.png # Cached Files / Runtime-updated Files /cache/* @@ -28,4 +33,4 @@ node_modules ## Part of the database migration framework we're using that could be useful, just not right now. /dev/db/schema.rb /dev/db/samples/tingle-* -*.sublime-workspace +*.sublime-workspace diff --git a/dev/tiles/switch/common/1_decompress.fish b/dev/tiles/switch/common/1_decompress.fish new file mode 100644 index 00000000..4a89dc33 --- /dev/null +++ b/dev/tiles/switch/common/1_decompress.fish @@ -0,0 +1,3 @@ +#!/usr/bin/env fish + +nsz -D ("$argv[1]" | tr -d '\r'); \ No newline at end of file diff --git a/dev/tiles/switch/common/2_extractNCAs.fish b/dev/tiles/switch/common/2_extractNCAs.fish new file mode 100644 index 00000000..d2c0c45b --- /dev/null +++ b/dev/tiles/switch/common/2_extractNCAs.fish @@ -0,0 +1,3 @@ +#!/usr/bin/env fish + +nspx -x -o (echo "$argv[1]" | sed -r 's|\.[^.]+$||') -f "$argv[1]"; \ No newline at end of file diff --git a/dev/tiles/switch/common/3_extractRomFSContents.fish b/dev/tiles/switch/common/3_extractRomFSContents.fish new file mode 100644 index 00000000..85f96bab --- /dev/null +++ b/dev/tiles/switch/common/3_extractRomFSContents.fish @@ -0,0 +1,10 @@ +#!/usr/bin/env fish + +mkdir -p (echo "$argv[1]" | sed -r 's|\.[^.]+$||')"/romfs"; +set tikFile (find (dirname "$argv[1]") -mindepth 1 -maxdepth 1 -type f -iname '*.tik'); +test -z "$tikFile"; and set titlekeyOption "--titlekey="(dd if="$tikFile" bs=1 count=16 skip=384 status=none | xxd -p); +hactool \ + -k "$HOME/.switch/prod.keys" \ + $titlekeyOption \ + --romfsdir=(echo "$argv[1]" | sed -r 's|\.[^.]+$||')"/romfs" -x "$argv[1]" +; \ No newline at end of file diff --git a/dev/tiles/switch/games/botw/assembleTiles.fish b/dev/tiles/switch/games/botw/assembleTiles.fish new file mode 100644 index 00000000..fe2d3430 --- /dev/null +++ b/dev/tiles/switch/games/botw/assembleTiles.fish @@ -0,0 +1,327 @@ +#!/usr/bin/env fish + +## Info + +# MapTex# - resolution levels (4) +# Categories - ? (108 + 5?) +# ZABCDEFGHIJK - horizontal index (12) +# 0123456789 - vertical index (10) +# So 120 files per map, plus odd state suffixes that overlap/replace those same places/spots/slots I guess. +# Weird BotW horizontal map axis expression order. +# By comparison, the smallest resolution level with an index of 3 took 283s on my +# machine when assembling it individally, versus the much faster at once / batch +# mosaic tile single process method time of 2.57s.. +# From highest to lowest res level: 56.73min , 43.13s, 5.63s, 3.57s + +## General Function Library + +function setupTemplateFiles --argument-names outDir fileName numXTiles numYTiles tileWidth tileHeight + set totalDimensions (expr "$tileWidth" '*' "$numXTiles")x(expr "$tileHeight" '*' "$numYTiles"); + set blankFile "$outDir/$fileName-Blank.png"; + set workingFile "$outDir/$fileName-Working.png"; + + # PNG Color Type: https://www.w3.org/TR/PNG/#11IHDR + # Took ling enough to solve that issue.... + if test ! -e "$blankFile" + convert -define png:color-type=6 -size "$totalDimensions" "canvas:black" "$blankFile"; + end + + if test ! -e "$workingFile" + cp "$blankFile" "$workingFile"; + end + + echo "$workingFile"; +end + +function getTileOffsets --argument-names tileFile tileWidth tileHeight + # Could implement auto tile dimension detection, just seems more expensive + # especially for a lot of files, but maybe as a fallback later + # but definitely prime the system to find it for 1 tile to cache + # that value and pass that around as the mainm approach. + set coords (echo "$tileFile" | cut -d'_' -f2 | cut -d'.' -f 1); + set coordXLetter (echo "$coords" | sed 's|-[0-9]||g'); + set coordXCharCode (echo 'ibase=16; '(echo -n "$coordXLetter" | xxd -u -p) | bc); + if test "$coordXLetter" = 'Z' + set coordXCharCode 65; # 'A' + else + set coordXCharCode (expr "$coordXCharCode" + 1); + end + set coordXOffset (echo "($coordXCharCode - 65) * $tileWidth" | bc); + set coordYNumber (echo "$coords" | sed 's|[A-Z]-||g'); + + # if test "$coordYNumbersCount" -gt 1 + # echo "\"$tileFile\" contains multiple floors; not currently supported; skipping..."; + # return; + # else + echo "$coordXOffset,$coordYOffset"; + # end +end + +function placeTile --argument-names tileFile outFile tileWidth tileHeight + set offsets (getTileOffsets "$tileFile" "$tileWidth" "$tileHeight"); + set offsetX (echo "$offsets" | cut -d',' -f1); + set offsetY (echo "$offsets" | cut -d',' -f2); + + if test -z "$offsetX" -o -z "$offsetY" + echo "Error: Unsupported or broken offset encountered: ($offsetX, $offsetY); exiting..."; + exit; + else + composite -geometry '+'{$offsetX}'+'{$offsetY} "$tileFile" "$outFile" "$outFile"; + end +end + +# Strategy 1 - 1 Process per tile +# The first way that I learned with geometric placing. +# Could maybe be combined but a lot of extra work if the other +# less flexible methods like montage tiling are enough anyway +# that I am learning now. +function assembleMapIndividually --argument-names outDir fileName numXTiles numYTiles tileWidth tileHeight + set completedFile "$outDir/$resLevel/$fileName.png"; + if test -e "$completedFile" -a "$force" != "true" + echo "\"$completedFile\" already exists, and force has not been specified; exiting..."; + return; + end + + echo "Generating result file with source tile files numbered:"; + set workingFile ( + setupTemplateFiles \ + "$outDir" "$fileName" \ + "$tileWidth" "$tileHeight" \ + "$numXTiles" "$numYTiles" \ + ; + ); + + set fileNum "0"; + find -maxdepth 1 -type f -iname "MapTex*_?1-?.*" | while read tileFile + set fileNum (echo "$fileNum + 1" | bc); + echo -n "$fileNum, "; + # could add switch for dot progress display instead too, but this seems more informative.. + + placeTile "$tileFile" "$workingFile" "$tileWidth" "$tileHeight"; + end + + mv "$workingFile" "$completedFile"; + echo "done!"; +end + +function createMagickScript --argument-names tilePrefix tileSuffix folderPathAndName + set srcGenericScript "$folderPathAndName/Script.txt"; + if test ! -e "$srcGenericScript" -o "$force" = "true" + echo '#!/usr/bin/env magick-script' > "$srcGenericScript"; + echo >> "$srcGenericScript"; + echo '-define png:color-type=6' >> "$srcGenericScript"; + echo >> "$srcGenericScript"; + + for vertialIndex in (seq 0 1 9) + echo '( '( + for horizontalIndex in $indiciesHorizontal + echo -n "$tilePrefix$horizontalIndex-$vertialIndex$tileSuffix.png "; + end + )'+append ) -append' >> "$srcGenericScript"; + end + end + + echo "$srcGenericScript"; +end + +# Strategy 2 - 1 Process call +# Could be large and even invalid command line lengths, +# but hopefully much more efficient. +# Known as montage using the tile option. +# I could have also used +/-append with arrays, but +# that is more manual, and we don't need that level of flexibility. +function assembleMapAtOnce --argument-names tilePrefix tileSuffix outDir folderName + set completeFolderPath "$outDir/$folderName"; + set completedFile "$completeFolderPath/Map.png"; + set srcGenericScript (createMagickScript "$tilePrefix" "$tileSuffix" "$completeFolderPath"); + + test ! -e "$completeFolderPath"; and mkdir "$completeFolderPath"; + + if test -e "$completedFile" -a "$force" != "true" + echo "\""(realpath "$completedFile" )"\" already exists, and force has not been specified; exiting..."; + return; + end + + set workingFile "$completeFolderPath/Map-Working.png"; + test -e "$workingFile"; and rm "$workingFile"; + + # Adding the annoying output parameter that could not be + # recognized from the transient command line.... + set tempUniqueScript (mktemp); + cp "$srcGenericScript" "$tempUniqueScript"; + echo "-write \"$workingFile\"" >> "$tempUniqueScript"; + + echo "Generating result file \"$completedFile\"..."; + if time magick -script "$tempUniqueScript" "$workingFile" + mv "$workingFile" "$completedFile"; + echo "done!"; + else + echo 'Error: Unknown error occured; exiting...'; + exit; + end + + rm "$tempUniqueScript"; +end + +## Step Function Library + +function step1 + echo; + echo 'Step 1 - Sort to MapTex-suffixed resolution level folders'; + for resLevel in $processResLevels + echo "Processing resolution level \"$resLevel\"..."; + + test $resLevel = "0"; and set folderSuffix ''; or set folderSuffix "$resLevel"; + set folderName "$folderPrefix$folderSuffix"; + + if test -d "$folderName" -a "$force" != "true" + echo "Resolution level folder \"$folderName\" already exists, and force has not been specified; skipping..."; + continue; + end + + mkdir "$folderName"; + find -maxdepth 1 -type f -name "$folderName""_*" -exec mv -t "$folderName/" '{}' +; + end +end + +function step2 + echo; + echo 'Step 2 - Sort map tiles type/state by category folder suffix'; + for resLevel in $processResLevels + echo "Processing resolution level \"$resLevel\"..."; + test $resLevel = "0"; and set folderSuffix ''; or set folderSuffix "$resLevel"; + set mapTexFolder "$folderPrefix$folderSuffix"; + pushd "$mapTexFolder"; + + ## Strategy 1 - By single, last number suffix (Disabled) + # Seemed wrong once I found many of the different compound suffixes. + + # set suffixes (find -maxdepth 1 -type f -iregex '.+_[0-9]+\..+$' | sed -r 's|^.+?([0-9])\..+$|\1|' | sort | uniq); + # for suffix in $suffixes + # mkdir -p "$suffix"; + # find -maxdepth 1 -type f -iregex '.+_[0-9]*'"$suffix"'\..+$' -exec mv -t "$suffix" '{}' \+; + # end + # find -maxdepth 1 -type f -iregex '.+[A-Z]-[0-9]\..+$' -exec mv -t "Default" '{}' \+; + ## test (find "Default" -mindepth 1 | wc -l) -eq 0; and rmdir "Default"; # Probably never necessary. + + ## Strategy 2 - By entire number suffix (Enabled) + # Seems ok, maybe not great for future flexible work, but should work ok for Default and 0 folders as complete contiguous sets. + # There are some very few HIJ files still not properly placed that seem to lack the undersore, instead replaced with another hyphen. + # I wonder if this was a typo or intentional, even since the trailing numbers seem to fit in the list's gaps well enough, and will leave them alone in the root of each MapTex folder for now.. + + # By each file, sorting them all and discovering all/most of the possible categories + # find -mindepth 1 -maxdepth 1 -type f -name '*_*-*_*' | while read filePath + # set suffix (echo "$filePath" | sed -r -e 's|^.+?_||' -e 's|\..+$||'); + # mkdir -p "$suffix"; + # mv "$filePath" "$suffix/"; + # end + # By each enabled category + for category in $processCategories + echo "Processing category sub-folder \"$mapTexFolder/$category\"..."; + if test -d "$category" -a "$force" != "true" + echo "Folder already exists, and force has not been specified; skipping..."; + continue; + end + mkdir "$category"; + test "$category" = "Default"; and set filter '*_?-?.*'; or set filter "*_?-?_$category.*"; + find -mindepth 1 -maxdepth 1 -type f -name "$filter" -exec mv -t "$category/" '{}' +; + end + + popd; + end +end + +function step3 --argument-names outputPath + echo; + echo 'Step 3 - Create single large images in each complete category' + for resLevel in $processResLevels + echo "Processing resolution level \"$resLevel\"..."; + test $resLevel = "0"; and set resName ''; or set resName "$resLevel"; + set mapTexFolder "$folderPrefix$resName"; + set filePrefix "$folderPrefix"; + pushd "$mapTexFolder"; + for category in $processCategories + echo "Processing category \"$category\"..."; + pushd "$category"; + + test $category = "Default"; and set tileSuffix ''; or set tileSuffix "_$category"; + set resultOutputPath "$outputPath/$resLevel"; + mkdir -p "$resultOutputPath"; + + # set nextIndex (expr "$resLevel" + 1); + # time assembleMapIndividually \ + # "$resultOutputPath/$resLevel" "$category" \ + # "12" "10" \ + # "$tileDims[$nextIndex]" "$tileDims[$nextIndex]" \ + # ; + assembleMapAtOnce \ + "$filePrefix$resName""_" "$tileSuffix" \ + "$resultOutputPath" "$category"; + + popd; + end + popd; + end; +end + +set SDIR "$PWD/"(dirname (status filename)); + +set indiciesHorizontal "Z" "A" "B" "C" "D" "E" "F" "G" "H" "I" "J" "K" +set tileDims "3000" "840" "300" "135"; +set totalWidths "36000" "10080" "3600" "1620"; +set totalHeights "30000" "8400" "3000" "1350"; +set folderPrefix "MapTex"; + +# Direct (Required) Input +test -z "$srcDir"; and set srcDir "$argv[1]"; + +# Flags +test -z "$force"; and set force "false"; + +# Other Settings +set defaultSteps "1" "2" "3"; +set defaultResLevels "0" "1" "2" "3"; +set defaultCategories "Default" "0"; +test -z "$processSteps"; and set processResLevels $defaultSteps; +test -z "$processResLevels"; and set processResLevels $defaultResLevels; +test -z "$processCategories"; and set processCategories $defaultCategories; +test -z "$outputPath"; and set outputPath "$SDIR/Maps"; + +# Required input validation +if test -z "$srcDir" -o ! -e "$srcDir" + echo "Error: Source directory must be provided as the first argument and exist."; + exit; +end + +if test ! -e "$outputPath" + mkdir "$outputPath"; +else + if ! test -d "$outputPath" + echo "Output path \"$outputPath\" exists and is unusble not being a directory; exiting..."; + exit; + else + set outputPath (realpath "$outputPath"); + end +end + +for resLevel in $processResLevels + if echo "$defaultResLevels" | grep -vq "$resLevel" + echo "Error: Resolution Level \"$resLevel\" not supported; exiting..."; + exit; + end +end + +for category in $processCategories + if echo "$defaultCategories" | grep -vq "$category" + echo "Error: Category \"$category\" not supported; exiting..."; + exit; + end +end + +pushd "$srcDir"; + +echo "$processSteps" | grep -qE "\b1\b"; and step1; +echo "$processSteps" | grep -qE "\b2\b"; and step2; +echo "$processSteps" | grep -qE "\b3\b"; and step3 "$outputPath"; + +popd; diff --git a/dev/games/lafs/assembleDgnTiles.fish b/dev/tiles/switch/games/lafs/assembleDgnTiles.fish similarity index 100% rename from dev/games/lafs/assembleDgnTiles.fish rename to dev/tiles/switch/games/lafs/assembleDgnTiles.fish diff --git a/dev/tiles/switch/games/lafs/assembleOverworldTiles.fish b/dev/tiles/switch/games/lafs/assembleOverworldTiles.fish new file mode 100644 index 00000000..77dbd4a3 --- /dev/null +++ b/dev/tiles/switch/games/lafs/assembleOverworldTiles.fish @@ -0,0 +1,137 @@ +#!/usr/bin/env fish + +## Info + +# ABCDEFGH - horizontal index (8) +# 12345678 - vertical index (8) +# Overworld Dimensions: +# Normal: 4108 x 2301 +# Underlay: 4106 x 2299 +# OpenMask: 264 x 124 + +## General Function Library + +function assembleOverworld --argument-names dgnName outDir + set outFile "$outDir/Map.png"; + set srcGenericScript "$outDir/Script.txt"; + if test ! -e "$srcGenericScript" + echo 'Script does not exist and is required to be built manually for this map type; skipping...'; + return; + end + + if test -e "$outFile" -a "$force" != "true" + echo "Map file already exists, and force has not been specified; skipping..."; + return; + end + + set workingFile "$outDir/Working.png"; + test -e "$workingFile"; and rm "$workingFile"; + + # Adding the annoying output parameter that could not be + # recognized from the transient command line.... + set tempUniqueScript (mktemp); + cp "$srcGenericScript" "$tempUniqueScript"; + echo "-write \"$workingFile\"" >> "$tempUniqueScript"; + + echo "Generating result file \"$outFile\"..."; + if time magick -script "$tempUniqueScript" "$workingFile" + mv "$workingFile" "$outFile"; + else + echo 'Error: Unknown error occured; exiting...'; + exit; + end + + rm "$tempUniqueScript"; +end + +## Step Function Library + +# Organize source tile files +function step1 + echo "Sorting source tiles..."; + echo; + + test ! -d "FldChip"; and mkdir "FldChip"; + + for ttype in $processTypes + test "$ttype" = "Normal"; and set fileSuffix ""; or set fileSuffix "$ttype"; + if test -d "FldChip/$ttype" + echo "Error: Field type \"$ttype\" folder already exists; skipping..."; + continue; + end + + mkdir "FldChip/$ttype"; + find -mindepth 1 -maxdepth 1 -type f -iname "FldChip$fileSuffix""_??^*.*" -exec mv -t "FldChip/$ttype" '{}' \+; + end + + echo; +end + +# Assemble tiles into larger cohesive map file +function step2 --argument-names outDir + for ttype in $processTypes + if test ! -d "FldChip/$ttype" + echo "Error: Source tiles not found in the \"FldChip/$ttype\" folder; skipping..."; + continue; + end + + set typeDir "$outDir/$ttype"; + test ! -d "$typeDir"; and mkdir "$typeDir"; + pushd "FldChip/$ttype"; + assembleOverworld "$ttype" "$typeDir"; + popd + end +end + +set SDIR "$PWD/"(dirname (status filename)); + +# Direct (Required) Input + +test -z "$srcDir"; and set srcDir "$argv[1]"; + +# Flags + +test -z "$force"; and set force "false"; + +# Other Settings + +set allSteps "1" "2"; +set defaultSteps "1" "2"; +set defaultTypes "Normal" "OpenMask" "Underlay"; + +test -z "$processSteps"; and set processSteps $defaultSteps; +test -z "$processTypes"; and set processTypes $defaultTypes; + +# Required input validation + +if test \( -z "$srcDir" -o ! -e "$srcDir" \) + echo "Error: Source directory must be provided as the first argument and exist for most steps."; + exit; +end + +for step in $processSteps + if echo "$allSteps" | grep -qvP "\b$step\b" + echo "Error: Step \"$step\" not recognized in the accepted list of steps \""(string join "\", \"" $allSteps)"\"; exiting..."; + exit; + end +end + +for ttype in $processTypes + if echo "$defaultTypes" | grep -qvP "\b$ttype\b" + echo "Error: Type \"$ttype\" not recognized in the accepted list of types \""(string join "\", \"" $defaultTypes)"\"; exiting..."; + exit; + end +end + +# Main Execution Start + +test -z "$outDir"; and set outDir (realpath "$SDIR/Maps/Overworld"); +mkdir -p "$outDir"; + +pushd "$srcDir"; + +# First, source file hierarchy set-up for easier script writing. +echo "$processSteps" | grep -qE "\b1\b"; and step1 "$dgnMapGridPath"; + +# Now build the map files for each type. +echo "$processSteps" | grep -qE "\b2\b"; and step2 "$outDir"; diff --git a/docs/DEVELOPMENT.md b/docs/Development.md similarity index 72% rename from docs/DEVELOPMENT.md rename to docs/Development.md index be3d77b2..973373f9 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/Development.md @@ -32,12 +32,12 @@ The project uses the file `dev\info\versionsInfo.json` to, at least once in an early migration file when the changelog table was first introduced, appropriately mark users the release level that users had seen / were already comfortable with / knowledgeable about as inferred by their last login time. It's also useful for satisfying curiosity quickly using CLI commands, and is in a machine-parseable format ready for any other sort of task, so I try to make it the authority of this task. - + In order to add new versions to it, I find the latest commit related to that day. I start from `HEAD` following parent commits until I find the day or so after it was released, then I browse forward until the end of any potential 0-day bugfixes and run this command `git log -1 --format='%at' (getclip) | putclip` when I have the commit SHA hash copied to my system clipboard. The human-readable output version of this command is this: `git log -1 --format='%aD' (getclip)`. - + I used this command to reverse the timestamps: `date -d @(getclip) | head -c -1 | putclip`. - + You can see if a version already exists by using this command `git show-ref refs/tags/` and seeing if you have a line output with a hash or not. # Backup @@ -74,7 +74,7 @@ ## Icons For existing icon reference: https://app.tettra.co/teams/zelda/pages/icon-index - + We use the website `https://icomoon.io/app` to choose, compile, and generate the stylesheets that contain the icon font graphics we display in our map's web page. - We do not use the hosted 'Quick Usage' premium feature of icomoon, just the local browser storage to work with the set, then export it to the filesystem, and update the project with the new files. - Import into website / review @@ -89,95 +89,6 @@ - Remove the first change that sets a new random query parameter for each font file link. - I don't think this is necessary yet. Client caches should hopefully be invalidated by normal web server file timestamp comparison. -## Game Source Information - -### Map Images - - Trying to use cross-platform tools from my Mac here. - - Some good file format references and links to tools: - - mk8.tockdom.com - - wiki.tockdom.com - - https://github.com/handsomematt/botw-modding/blob/master/docs/file_formats - - https://botw-modding-database.fandom.com/wiki/File_types - - https://wiki.oatmealdome.me - - https://gist.github.com/zephenryus/b4dbea17de438a1f9f06779657eb4148 - -#### Switch titles - -##### BotW - - 1. You can find the files installed on the internal storage, or you can `wudecrypt` the game disc: `wudecrypt path/to/image.wud /path/to/output /path/to/commonkey.bin /path/to/disckey.bin` - 1. Unyaz the sbmaptex files found in `game/00050000101C9500/content/UI/MapTex/MainField`. - 1. Somehow convert the resultant BFRES files to a common image format. - - I didn't find a tool that worked on the Switch's little endian format, was cross-platform, confidently virus-free, I felt like compiling, worked, or ran in batch. - - I looked at BFRES-Tool, BFRES-Extractor, BFRES-Viewer, Wexos Toolbox, ModelThingy, NintenTools, Switch-Toolbox. - -#### Switch titles - - 1. Extract the ncas from the nsp: `python3 nspx.py -x -f "$nspfile" -o "$outputdir"`. - 1. Use `hactool` to decrypt extract the romfs from the ncas: `./hactool.exe -k keys.dat -x --plaintext="$outputdir" "$ncafile"`. - 1. Use `nstool` to extract the contents of the romfs: `./nstool.exe -v -x --type romfs -f "$romfsfile"`. - -##### LAfS - 1. Use `SARCTool` to extract the game data from the primary game archive files: `python3 "SARCTool.py" "$file"` - - Requires `pip3 install SarcLib libyaz0` first. - - Namely the `Game.arc` and `DgnTex.arc` files in the `romfs/region_common/ui` directory. - 1. Use `bntx_extract` to extract the texture archives: `./bntx_extract.exe "$file"`. - 1. Use astcenc (preferably in a loop/batch) to convert all astc image data to tga: `getclip | while read file; eval "'$astcenc' -d '$astcfile' '$file.tga'"; end`. - -###### Field Map - - 1. Don't forget to flip the images first, if necessary! - - find "$srcDir" -type f -exec mogrify -flip '{}' \; - 1. So far, this was a set of irregular tiles that were hand stitched together.. - -###### Dungeon Maps - - 1. Don't forget to flip the images first, if necessary! - - find "$srcDir" -type f -exec mogrify -flip '{}' \; - 1. (Optional) Add a `DgnMapGrid` file to use that as the dungeon map background. - 1. Assumes 1308x1040 with or without this file being provided which is 1280x1024 for the map tile grid plus offsets allowing for grid lines in between tiles. - 1. Assemble themmm: `dev/games/lafs/assembleDgnTiles.fish "$srcDir"` - - Does not support layered dungeon maps yet.. - -## Map Tiles - - Danilo says he used a [modified version of a] script called `tileCreator.js` (14.4 KB). - I assume it's modified because the original tries to fetch data from a database which we do not use for our map tiles, directly at least. - I may have found that original here: [tileCreator.js](https://github.com/AnderPijoan/vectorosm/blob/master/tileCreator/tileCreator.js). - - I would like a simpler and less proprietary process, also considering I cannot readily access the file. - * https://gis.stackexchange.com/questions/285483/how-can-i-convert-an-image-into-map-tiles-for-leafletjs - * https://wiki.openstreetmap.org/wiki/Creating_your_own_tiles - So I have found tools like: - * [geopython/mapslicer](https://github.com/geopython/mapslicer) - * For my Mac had to do: - * `brew install wxpython` - * `brew install gdal` - * Without experience, couldn't quite get it to work. - * With or without a specified georeference I thought I found in our JS code, I believe the wizard would not proceed without a valid SRS. - * Originally I thought I tried one and it was still looking for valid a SRS/XML file beside the input picture file, and would not proceed because it did not find one. - * Probably I was trying preview and stopped. - * Even doing this didn't help: https://trac.osgeo.org/gdal/wiki/FAQInstallationAndBuilding#HowtosetGDAL_DATAvariable - * https://stackoverflow.com/questions/14444310/how-to-set-the-gdal-data-environment-variable-to-point-to-the-directory-containi - * I tried geodetic and that didn't go too badly, but certainly did not return the results I wanted. Looks like the origin being bottom left may be the biggest problem, and otherwise maybe specifying the offset, which may be in the SRS definition or rather the georeference properties at the beginning. - * I set the tile profile to presentation. I wish that would be enough, and it was have an appropriate SRS in the later list. - * https://wiki.osgeo.org/wiki/MapSlicer - * [gdal2tiles.py](https://gdal.org/gdal2tiles.html) - * For my Mac had to do: - * `brew install gdal` - * Interesting leaflet fork, we may be using the top-left non-standard mapping origin. - * [commenthol/gdal2tiles-leaflet](https://github.com/commenthol/gdal2tiles-leaflet) - * Good invocation: `./gdal2tiles-leaflet-master/gdal2tiles.py -w none --resume -l -p raster -z '0-8' "$file" tiles` - * https://wiki.openstreetmap.org/wiki/GDAL2Tiles - * Without experience, couldn't quite get it to work. - * Created some weird tiles that were blank and made multiple grided copies with lots of negative space in between, so actually tiles in each single image.. - * Thought a good invocation would be: `gdal2tiles.py -w none --resume -p raster -z '0-8' "$file" tiles` - * [MapTiler](https://www.maptiler.com/) - * Seems like too much of a proprietary app and not a configurable script. - * Haven't tried it. Feel like gdal2tiles should work.. - ## Update Sample Database Data We will store somewhat of the mined, active, production data snapshot in the `dev/db/tingle.sql` file so developers and others can start using the project faster, and at all. @@ -248,7 +159,7 @@ `rake db:rollback STEP=3` Check which version of the tool you are currently using `rake db:version` - + If you want to make a timestamp yourself, you can use this command: `date -u "+%Y%m%d%H%M%S" | putclip` This tool does also help with naming and the content for the class at least, and I create new files with this customized command: diff --git a/docs/Tile Management.md b/docs/Tile Management.md new file mode 100644 index 00000000..fa1de0a8 --- /dev/null +++ b/docs/Tile Management.md @@ -0,0 +1,154 @@ +Trying to use cross-platform tools with available source code and batch / command line (CLI) / scriptable interfaces. + +Some good file format references and links to tools: + - http://mk8.tockdom.com + - http://wiki.tockdom.com + - https://github.com/handsomematt/botw-modding/blob/master/docs/file_formats + - https://botw-modding-database.fandom.com/wiki/File_types + - https://wiki.oatmealdome.me + - https://gist.github.com/zephenryus/b4dbea17de438a1f9f06779657eb4148 + +# Tile Mining + +## Switch titles + + 1. Get SARC for certain game data files. + 1. `git clone https://github.com/aboood40091/SARC-Tool` + 1. `pip install SarcLib` + 1. `pip install libyaz0` + 1. Decompress nsp from nsz: `./dev/tiles/switch/common/1_decompress.fish `. + 1. Extract the ncas from the nsp: `./dev/tiles/switch/common/2_extractNCAs.fish `. + 1. Use `hactool` to decrypt & extract the romfs from the ncas: `./dev/tiles/switch/common/3_extractRomFSContents.fish `. You probably only need to do this for the single biggest nca file for any game. + +### Breath of the Wild + + 1. Convert the sbmaptex/BFRES files to a common image format like PNG, although some tools only support dds.. + - The files are found in `861707001401bbce36c7e421efac76d4.nca/romfs/UI/MapTex/MainField`. + - I didn't find a tool that worked on the Switch's little endian format, was cross-platform, confidently virus-free, I felt like compiling, worked, or ran in batch, especially on the command line (CLI). + - I looked at the following: + - BFRES-Tool + - `pip install PyQt5` + - Would not open Switch files. + - Working for Wii U files, but not in batch. + - botw-tools + - MrCheeze's repo does not have extractors. More just mined data. + - zephenryus has a parser that just prints name pos, name, string table size, and string table offset, and also may only work for Wii U files as well, but does include neat map compile code for a potential later step. + - BFRES-Extractor + - Only for extracting them as archives for other files? + - Also does not have great virus scan results for some reason, even when self-compiling.... + - BfresLibrary/BfresPlatformConverter from NintenTools + - Seems to focus only on converting between platforms, not exporting. + - BFRES-Viewer + - Breaks on Wii U files, seems to show something with Switch files, but ultimately does not work.. + - Has a todo export option for textures, but could not even recognize the data I gave it.. + - Wexos Toolbox + - Does not have an export or batch function. + - ModelThingy + - NintenTools.Bfres + - Not an active tool. + - Support Wii U BFRES formats up to 3.x, but not Switch ones.. + - Switch-Toolbox + - Works.... + - Only disabled by renaming `Lib/LibTennis32.dll` and `Lib/RG_ETC1.dll` because they showed some trange virus scan results, and the tool still works for our purposes without them!! + - Syroot Bfres(.py) + - On GitLab + - Not an active tool.. + - Try Switch-Toolbox now. + 1. https://github.com/KillzXGaming/Switch-Toolbox/releases + 1. Tools > Batch Export Textures (All Supported Formats) + - Should be placed under Tools > Textures. + - Also note the other options here do not apply to the switch version at least. + 1. Select all sbmaptex files and click Open. + 1. Select output folder. + 1. Uncheck all (3) settings. + 1. Select the PNG format and hit Ok. + 1. `./dev/tiles/switch/games/botw/assembleTiles.fish ` + - Warning: The largest resolution mode, with no suffix for the folder, and `_0` for the files, can take an hour for each category being processed. + +### Link's Awakening for Switch + + 1. Use `Switch Toolbox` to: + 1. Load the `Game.arc` and `DgnTex.arc` files in the `romfs/region_common/ui` directory. + 1. Double-click to load the `Game/timg/__Combined.bntx` and `DgnTex/timg/__Combined.bntx` files. + 1. Right-click each of those file nodes in the tree view. + 1. Select Extract All Textures. + 1. Make a new folder with the same name as the arc file, and the path as the bntx archive. + 1. Go inside there. + 1. Select the PNG image format. + 1. Uncheck all options. + 1. Click Ok. + 1. For the overworld map, it would use the `FldChip_##^H.png` files. + - `dev/tiles/switch/games/lafs/assembleOverworldTiles.fish ` + - Added manual scripts since most are not simple tiles. + - Chose normal tiles that covered the most area and then filled in the uncompleted holes. All seem to be the same resolution. + - Only tested simply overlaying the `OpenMask` tiles. + 1. For the dungeon maps: + - There are the `Lv_##G.png` files that the `dev/tiles/switch/games/lafs/assembleDgnTiles.fish ` script would use. + - These are be placed on the `DgnMapGrid_00^A.png` file by default in the `Game` folder where the `FldChip_*` files also are for nice effect that the script handles. + - Assumes 1308x1040 with or without this file being provided, which is 1280x1024 for the map tile grid, plus offsets for padding. + - Does not support layered dungeon maps yet that I think the other letter suffix format is for. + +## Wii U titles + + 1. Optionally copy/image entire game disc as a wud file, and then extract that. + - `dd if=/dev/... of=/path/to/wud`? + - `wudecrypt /path/to/image.wud /path/to/output_folder /path/to/commonkey.bin /path/to/disckey.bin` + 1. Get the extracted and decrypted game data files + - Find the files on the internal storage + - FTPiiu? + - Which path exactly? `mlc01`? + - Or use `dumpling` + - https://github.com/emiyl/dumpling + - Or from the disc: + - `dumpling` + - https://github.com/emiyl/dumpling + - `disc2app` + - https://gbatemp.net/threads/release-disc2app-dump-installable-app-files-from-wiiu-game-disc.460668/ + 1. Game package (app) Extraction Choices + - `fuse-wiiu` + - https://github.com/Maschell/fuse-wiiu + - `cdecrypt` + - https://gbatemp.net/threads/release-cdecrypt-v3-0.554220/ + - `wiiu-things` + - https://github.com/ihaveamac/wiiu-things + +### Breath of the Wild + + 1. See similar entry under the Switch titles section with the sbmaptex files found inside `game/00050000101C9500/content/UI/MapTex/MainField`. + +# Tile Cutting + + Danilo says he used a [modified version of a] script called `tileCreator.js` (14.4 KB). + I assume it's modified because the original tries to fetch data from a database which we do not use for our map tiles, directly at least. + I may have found that original here: [tileCreator.js](https://github.com/AnderPijoan/vectorosm/blob/master/tileCreator/tileCreator.js). + + I would like a simpler and less proprietary process, also considering I cannot readily access the file. + * https://gis.stackexchange.com/questions/285483/how-can-i-convert-an-image-into-map-tiles-for-leafletjs + * https://wiki.openstreetmap.org/wiki/Creating_your_own_tiles + So I have found tools like: + * [geopython/mapslicer](https://github.com/geopython/mapslicer) + * For my Mac had to do: + * `brew install wxpython` + * `brew install gdal` + * Without experience, couldn't quite get it to work. + * With or without a specified georeference I thought I found in our JS code, I believe the wizard would not proceed without a valid SRS. + * Originally I thought I tried one and it was still looking for valid a SRS/XML file beside the input picture file, and would not proceed because it did not find one. + * Probably I was trying preview and stopped. + * Even doing this didn't help: https://trac.osgeo.org/gdal/wiki/FAQInstallationAndBuilding#HowtosetGDAL_DATAvariable + * https://stackoverflow.com/questions/14444310/how-to-set-the-gdal-data-environment-variable-to-point-to-the-directory-containi + * I tried geodetic and that didn't go too badly, but certainly did not return the results I wanted. Looks like the origin being bottom left may be the biggest problem, and otherwise maybe specifying the offset, which may be in the SRS definition or rather the georeference properties at the beginning. + * I set the tile profile to presentation. I wish that would be enough, and it was have an appropriate SRS in the later list. + * https://wiki.osgeo.org/wiki/MapSlicer + * [gdal2tiles.py](https://gdal.org/gdal2tiles.html) + * For my Mac had to do: + * `brew install gdal` + * Interesting leaflet fork, we may be using the top-left non-standard mapping origin. + * [commenthol/gdal2tiles-leaflet](https://github.com/commenthol/gdal2tiles-leaflet) + * Good invocation: `./gdal2tiles-leaflet-master/gdal2tiles.py -w none --resume -l -p raster -z '0-8' "$file" tiles` + * https://wiki.openstreetmap.org/wiki/GDAL2Tiles + * Without experience, couldn't quite get it to work. + * Created some weird tiles that were blank and made multiple grided copies with lots of negative space in between, so actually tiles in each single image.. + * Thought a good invocation would be: `gdal2tiles.py -w none --resume -p raster -z '0-8' "$file" tiles` + * [MapTiler](https://www.maptiler.com/) + * Seems like too much of a proprietary app and not a configurable script. + * Haven't tried it. Feel like gdal2tiles should work.. diff --git a/index.html b/index.html index a73fae60..2231b1c7 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@ - - + + Breath of the Wild Interactive Map - Zelda Maps From 5b995d712dc0c783b0369640a69e022545fc222e Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 1 Sep 2021 15:06:17 -0400 Subject: [PATCH 09/73] Leftover tile mining changes Committing changes to the file that inspired the already mentioned tile mining process improvements. --- .../switch/games/lafs/assembleDgnTiles.fish | 435 ++++++++++++------ 1 file changed, 306 insertions(+), 129 deletions(-) diff --git a/dev/tiles/switch/games/lafs/assembleDgnTiles.fish b/dev/tiles/switch/games/lafs/assembleDgnTiles.fish index d06cb752..0cad8501 100755 --- a/dev/tiles/switch/games/lafs/assembleDgnTiles.fish +++ b/dev/tiles/switch/games/lafs/assembleDgnTiles.fish @@ -2,172 +2,349 @@ ## Info -# Author: Pysis - -# Dependencies: -# - fish shell -# - Basic shell utilities: -# - variables -# - subshells -# - loops -# - status -# - dirname -# - find -# - echo -# - read -# - pushd -# - popd -# - cut -# - sort -# - uniq -# - exit -# - function -# - functions -# - $srcDir/_.tga - -# Overwrites functions: -# - assembleDgnLayer +# ABCDEFGH - horizontal index (8) +# 12345678 - vertical index (8) +# Dimensions: +# - Dungeon Tiles: 160 x 128 +# - Dungeon Map Grid: 1,308 x 1,040 + +## General Function Library + +function getTileOffsets --argument-names excludesFile tileFile tileWidth tileHeight + # TODO: this or placeTile is slow, about 2 seconds per tile. + # Not sure how to make it faster.. I don't want to batch rename the + # source tiles, mostly preserce them, just organize. + # Also want to keep the code readable with the multiple variables. + + # Could implement auto tile dimension detection, just seems more expensive + # especially for a lot of files, but maybe as a fallback later + # but definitely prime the system to find it for 1 tile to cache + # that value and pass that around as the mainm approach. + set coords (echo "$tileFile" | cut -d'_' -f2 | cut -d'.' -f 1); + if begin + test -e "$excludesFile"; and \ + grep -q "$coords" "$excludesFile" + end + return; + end + set coordXLetters (echo "$coords" | sed 's|[0-9]||g'); + set coordXLettersCount (echo -n "$coordXLetters" | wc -c); + if test "$coordXLettersCount" -gt 1 + echo "\"$tileFile\" contains multiple floors; not currently supported; skipping..."; + return; + end + set coordXCharCode (echo 'ibase=16; '(echo -n "$coordXLetters" | xxd -u -p) | bc); + set coordXOffset (echo "(($coordXCharCode - 65) * $tileWidth) + 14" | bc) + set coordY (echo "$coords" | sed 's|[A-Z]||g'); + set coordYOffset (echo "(($coordY - 1) * $tileHeight) + 8" | bc); -set SDIR "$PWD/"(dirname (status filename)); + echo "$coordXOffset,$coordYOffset"; +end -# Direct (Required) Input -test -z "$srcDir"; and set srcDir "$argv[1]"; +function placeTile --argument-names mode excludesFile tileFile tileWidth tileHeight outFile + # TODO: Maybe slow. See comment in getTileOffsets. + set offsets (getTileOffsets "$excludesFile" "$tileFile" "$tileWidth" "$tileHeight"); + test -z "$offsets"; and return; + set offsetX (echo "$offsets" | cut -d',' -f1); + set offsetY (echo "$offsets" | cut -d',' -f2); -# Flags -test -z "$force"; and set force "false"; + if test -z "$offsetX" -o -z "$offsetY" + echo "Error: Unsupported or broken offset encountered: ($offsetX, $offsetY); exiting..." 1>&2; + exit; + else + if test "$mode" = 'individual' + composite -geometry '+'{$offsetX}'+'{$offsetY} "$tileFile" "$outFile" "$outFile"; + else if test "$mode" = 'batch' + echo "\"$tileFile\" -geometry +$offsetX+$offsetY -composite"; + end + end +end -# Other Settings -test -z "$gameTilesDir"; and set gameTilesDir "tiles/lafs"; -test -z "$processLayers"; and set processLayers "LvNorm LvMask PanLvNorm PanLvMask"; +function createMagickScript --argument-names background excludesFile dgnName outDir + set srcGenericScript "$outDir/Script.txt"; -# Required settings validation -if test -z "$srcDir" -o ! -e "$srcDir" - echo "Error: Source directory must be provided as the first argument and exist."; - exit; -end + if test ! -e "$srcGenericScript" -o "$force" = "true" + echo '#!/usr/bin/env magick-script' > "$srcGenericScript"; + echo >> "$srcGenericScript"; + echo '-define png:color-type=6' >> "$srcGenericScript"; + echo >> "$srcGenericScript"; -pushd "$SDIR/../../../$gameTilesDir" > /dev/null; + test -n "$background"; + and echo "-size 1308x1040 \"$background\"" >> "$srcGenericScript"; + or "-size 1308x1040 \"canvas:transparent\"" >> "$srcGenericScript"; + find -mindepth 1 -maxdepth 1 -type f \ + \( -iname "*$dgnName""_???.*" -o -iname "*$dgnName""_???_Mask.*" \) \ + -printf '%f\n' | while read tileFile + placeTile 'batch' "$excludesFile" "$tileFile" "160" "128" >> "$srcGenericScript"; + end + end + + echo "$srcGenericScript"; +end -## First, source file hierarchy set-up for easier script writing.. -# to get around technical limitations.. -pushd "$srcDir" > /dev/null; +# TODO: Could add ability to save intermediate dungeon map and switch +# background easily using that cached file, when that becomes desired of course. +# Also if image magic can use a transparent color for the blank canvas +# when building the map. Think from "canvas:blank" to "canvas:none" or +# "canvas:transparent". +function assembleDgnLayerIndividually --argument-names background dgnName outDir + set outFile "$outDir/Map.png"; -if test ! -d PanLv - mkdir PanLv; - - if test ! -d PanLv/Mask - mkdir PanLv/Mask; - mv PanelLv*_Mask*.tga PanLv/Mask/; + if test -e "$outFile" -a "$force" != "true" + echo "\"$outFile\" already exists, and force has not been specified; exiting..."; + return; end - if test ! -d PanLv/Norm - mkdir PanLv/Norm; - mv PanelLv*.tga PanLv/Norm/; + echo -n "Generating result file \"$outFile\" with source tile files numbered "; + + test -n "$background"; + and convert -size 1308x1040 "$background" "$outFile"; + or convert -size 1308x1040 "canvas:transparent" "$outFile"; + + set fileNum "0"; + find -maxdepth 1 -type f -iname "*$dgnName*" -printf '%f\n' | while read tileFile + set fileNum (echo "$fileNum + 1" | bc); + echo -n "$fileNum, "; + # could add switch for dot progress display instead too, but this seems more informative.. + + placeTile 'individual' "$tileFile" "$outFile" "160" "128"; end end -if test ! -d Lv - mkdir Lv; +function assembleDgnLayerAtOnce --argument-names background excludesFile dgnName outDir + set outFile "$outDir/Map.png"; + set srcGenericScript (createMagickScript "$background" "$excludesFile" "$dgnName" "$outDir"); - if test ! -d Lv/Mask - mkdir Lv/Mask; - mv Lv*_Mask*.tga Lv/Mask/; + if test -e "$outFile" -a "$force" != "true" + echo "Map file already exists, and force has not been specified; skipping..."; + return; end - if test ! -d Lv/Norm - mkdir Lv/Norm; - mv Lv*.tga Lv/Norm/; + set workingFile "$outDir/Working.png"; + test -e "$workingFile"; and rm "$workingFile"; + + # Adding the annoying output parameter that could not be + # recognized from the transient command line.... + set tempUniqueScript (mktemp); + cp "$srcGenericScript" "$tempUniqueScript"; + echo "-write \"$workingFile\"" >> "$tempUniqueScript"; + + echo "Generating result file \"$outFile\"..."; + if time magick -script "$tempUniqueScript" "$workingFile" + mv "$workingFile" "$outFile"; + else + echo 'Error: Unknown error occured; exiting...'; + exit; end -end -popd > /dev/null; + rm "$tempUniqueScript"; +end -## Now assemble each map layer.. -# Using arbitrary starting folder for name list +## Step Function Library -# All the images need a v.flip first.. -# find "$srcDir" -type f -exec mogrify -flip '{}' \; +# List dungeon names +function stepListDgnNames + echo 'Generating dungeon name list...' 1>&2; + echo 1>&2; -find -maxdepth 1 -iname 'DgnMapGrid*' | read dgnMapGrid; + test -d "Lv" -a -d "Lv/Norm"; and set folderList (ls -1 "Lv/Norm"); + if test -n "$folderList" + echo "Parsing folder names from already organized files in sub directories..." 1>&2; + echo 1>&2; -function assembleDgnLayer --argument-names srcDir dgnName outFile - if test -e "$outFile" -a "$force" != "true" - echo "\"$outFile\" already exists, and force has not been specified; exiting..."; - return; + string join \n $folderList; + else + echo "Parsing tile files in root directory..." 1>&2; + echo 1>&2; + + find -maxdepth 1 -type f -iname 'Lv*_???.*' -printf '%f\n' | \ + cut -d'_' -f1 | \ + sed -r 's|^.*?Lv||' | \ + sort | \ + uniq end +end - echo -n "Processing layer file \"$outFile\" with files numbered "; +function stepListCompletedDgns --argument-names outDir + pushd "$outDir"; - test -n "$dgnMapGrid"; - and convert -size 1308x1040 "../$dgnMapGrid" "$outFile"; - or convert -size 1308x1040 "canvas:black" "$outFile"; + find -mindepth 1 -type f -iname 'Map.png'; - set fileNum "0"; - find "$srcDir" -maxdepth 1 -type f -iname "*$dgnName*" -printf '%f\n' | while read file - set fileNum (echo "$fileNum + 1" | bc); - echo -n "$fileNum, "; - # TODO: could add switch for dot display instead too.. - - set coords (echo "$file" | cut -d'_' -f2 | cut -d'.' -f 1); - set coordY (echo '(('(echo "$coords" | sed 's|[A-Z]||g')' - 1) * 128) + 8' | bc); - set coordXLetters (echo "$coords" | sed 's|[0-9]||g'); - set coordXLettersCount (echo -n "$coordXLetters" | wc -c); - set coordX (echo '(('(echo 'ibase=16; '(echo -n "$coordXLetters" | xxd -p) | bc)' - 65) * 160) + 14' | bc) - - # echo; - # echo "coords: $coords"; - # echo "coordX: $coordX"; - # echo "coordXLetters: $coordXLetters"; - # echo "coordXLettersCount: $coordXLettersCount"; - # echo "coordY: $coordY"; - # echo; - - if test "$coordXLettersCount" -gt 1 - echo "\"$file\" contains multiple floors; not currently supported; skipping..."; - continue; - else - composite -geometry '+'{$coordX}'+'{$coordY} "$srcDir/$file" "$outFile" "$outFile"; + popd; +end + +# Organize source tile files +function step1 --argument-names dgnNames + echo "Sorting source tiles..."; + echo; + + for tileType in $processTypes + echo "Tile type \"$tileType\"..." + test ! -d "$tileType"; and mkdir "$tileType"; + for tileState in $processStates + echo "Tile state \"$tileState\"..." + test ! -d "$tileType/$tileState"; and mkdir "$tileType/$tileState"; + for dgnName in $processDgns + if test ! -d "$tileType/$tileState/$dgnName" + echo "Dungeon \"$dgnName\"..." + mkdir "$tileType/$tileState/$dgnName"; + + test "$tileType" = "PanLv"; and set tilePrefix "PanelLv"; or set tilePrefix "$tileType"; + test "$tileState" = "Norm"; and set tileStateString ""; or set tileStateString "_$tileState"; + + find -mindepth 1 -maxdepth 1 \ + -iname "$tilePrefix$dgnName""_???$tileStateString.*" \ + -exec mv -t "$tileType/$tileState/$dgnName/" '{}' + \ + ; + end + end end end - echo "done!"; -end -test -z "$dgnNames"; and set dgnNames ( - find "$srcDir/Lv/Norm" -maxdepth 1 -type f -printf '%f\n' | \ - cut -d'_' -f1 | \ - sort | \ - uniq -); -# echo dgnNames: $dgnNames; + echo; +end -echo "$processLayers" | grep -qE "\bLvNorm\b"; and set processLvNorm "true"; -echo "$processLayers" | grep -qE "\bLvMask\b"; and set processLvMask "true"; -echo "$processLayers" | grep -qE "\bPanLvNorm\b"; and set processPanLvNorm "true"; -echo "$processLayers" | grep -qE "\bPanLvMask\b"; and set processPanLvMask "true"; +# Assemble tiles into larger cohesive map files +function step2 --argument-names background outDir + echo 'Assembling map files...'; + + for tileType in $processTypes + echo; + echo "Tile type \"$tileType\"..." + for tileState in $processStates + echo; + echo "Tile state \"$tileState\"..." + for dgnName in $processDgns + echo "Processing \"$dgnName\"..."; + + if test -d "$dgnName" -a "$force" != "true" + echo "\"$dgnName\" dungeon directory already exists; skipping..."; + continue; + end + set subDirPath "$tileType/$tileState/$dgnName"; + set outPath "$outDir/$subDirPath"; + + mkdir -p "$outPath"; + pushd "$subDirPath"; + + assembleDgnLayerAtOnce "$background" "$outDir/_excludes/$dgnName.txt" "$dgnName" "$outPath"; + + popd; + end + end + end -for dgnName in $dgnNames echo; - echo "Processing $dgnName..."; +end + +set SDIR "$PWD/"(dirname (status filename)); + +# Direct (Required) Input + +test -z "$srcDir"; and set srcDir "$argv[1]"; +test -z "$dgnMapGridSrcPath"; and set dgnMapGridSrcPath "$argv[2]"; + +# Flags + +test -z "$force"; and set force "false"; + +# Other Settings + +set allSteps "listDgnNames" "listCompletedDgns" "1" "2"; +set defaultSteps "1" "2"; +set defaultTypes "Lv" "PanLv"; +set defaultStates "Norm" "Mask"; +set defaultDgns \ + "01TailCave" \ + "02BottleGrotto" \ + "03KeyCavern" \ + "04AnglersTunnel" \ + "05CatfishsMaw" \ + "06FaceShrine" \ + "07EagleTower" \ + "08TurtleRock" \ + "10ClothesDungeon" \ + "11PanelOnlyDungeon" \ +; +test -z "$continueWithoutBackground"; and set continueWithoutBackground "false"; +test -z "$processSteps"; and set processSteps $defaultSteps; +test -z "$processTypes"; and set processTypes $defaultTypes; +test -z "$processStates"; and set processStates $defaultStates; +test -z "$processDgns"; and set processDgns $defaultDgns; + +# Required input validation + +if test \( -z "$srcDir" -o ! -e "$srcDir" \) -a "$processSteps" != "listCompletedDgns" + echo "Error: Source directory must be provided as the first argument and exist for most steps."; + exit; +end - if test -d "$dgnName" - echo "\"$dgnName\" dungeon directory already exists; skipping..."; - continue; +for step in $processSteps + if echo "$allSteps" | grep -qvP "\b$step\b" + echo "Error: Step \"$step\" not recognized in the accepted list of steps \""(string join "\", \"" $allSteps)"\"; exiting..."; + exit; + end +end + +for ttype in $processTypes + if echo "$defaultTypes" | grep -qvP "\b$ttype\b" + echo "Error: Type \"$ttype\" not recognized in the accepted list of types \""(string join "\", \"" $defaultType)"\"; exiting..."; + exit; + end +end + +for state in $processStates + if echo "$defaultStates" | grep -qvP "\b$state\b" + echo "Error: Type \"$state\" not recognized in the accepted list of types \""(string join "\", \"" $defaultStates)"\"; exiting..."; + exit; + end +end + +for dgn in $processDgns + if echo "$defaultDgns" | grep -qvP "\b$dgn\b" + echo "Error: Type \"$dgn\" not recognized in the accepted list of types \""(string join "\", \"" $defaultDgns)"\"; exiting..."; + exit; + end +end + +# Main Execution Start + +test -z "$outDir"; and set outDir (realpath "$SDIR/Maps/Dungeons"); +mkdir -p "$outDir"; +set dgnMapGridPath "$srcDir/Background.png"; +if test ! -e "$dgnMapGridPath" + if test -n "$dgnMapGridSrcPath" -a -e "$dgnMapGridSrcPath" + cp "$dgnMapGridSrcPath" "$dgnMapGridPath"; else - mkdir "$dgnName"; - pushd "$dgnName" > /dev/null; - - test "$processLvNorm" = "true"; and assembleDgnLayer "$srcDir/Lv/Norm" "$dgnName" {$dgnName}".png"; - test "$processLvMask" = "true"; and assembleDgnLayer "$srcDir/Lv/Mask" "$dgnName" {$dgnName}"Mask.png"; - test "$processPanLvNorm" = "true"; and assembleDgnLayer "$srcDir/PanLv/Norm" "$dgnName" "Panel"{$dgnName}".png"; - test "$processPanLvMask" = "true"; and assembleDgnLayer "$srcDir/PanLv/Mask" "$dgnName" "Panel"{$dgnName}"Mask.png"; - - popd > /dev/null; + if test (string lower "$continueWithoutBackground") != "true" + echo "Error: Background dungeon map grid not found at internal destination or source path \"$dgnMapGridSrcPath\" and script set to exit without it; exiting..."; + exit; + end end end -# Clean up the self-declared function -functions -e assembleDgnLayer; +pushd "$srcDir"; + +# Initial dungeon name list generation to be used in the script. +echo "$processSteps" | grep -qE "\blistDgnNames\b"; and stepListDgnNames; + +# First, source file hierarchy set-up for easier script writing. +echo "$processSteps" | grep -qE "\b1\b"; and step1 "$dgnMapGridPath"; + +# Now assemble each map layer. +echo "$processSteps" | grep -qE "\b2\b"; and step2 "$dgnMapGridPath" "$outDir"; + +# Manual inquiry to see which dungeons have already been processed. +echo "$processSteps" | grep -qE "\blistCompletedDgns\b"; and stepListCompletedDgns "$outDir"; + +echo "done!" 1>&2; + +popd; + +# ------------------------------------------------------------------------------ + + # Some more notes about determining the max dungeon graph size in tiles # - Finding the range of numbers: @@ -217,4 +394,4 @@ functions -e assembleDgnLayer; # exit # end -# popd > /dev/null; \ No newline at end of file +# popd > /dev/null; From 91512a9f23da9b6f937c28df0ca15cc3d2b48c3f Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 1 Sep 2021 15:09:48 -0400 Subject: [PATCH 10/73] Map Building Scripts Generated by the tile mining scripts, cached to save time that can take longer than the actual image building, for example, the LAfS dungeon maps, including redundant or erroneous tiles to avoid manually listed in excludes files. Folder structure somewhat matches what is used in the actual game directories, with some organizational improvements also handled by the shell scripts. --- .../switch/games/botw/Maps/0/0/Script.txt | 14 +++++ .../games/botw/Maps/0/Default/Script.txt | 14 +++++ .../switch/games/botw/Maps/1/0/Script.txt | 14 +++++ .../games/botw/Maps/1/Default/Script.txt | 14 +++++ .../switch/games/botw/Maps/2/0/Script.txt | 14 +++++ .../games/botw/Maps/2/Default/Script.txt | 14 +++++ .../switch/games/botw/Maps/3/0/Script.txt | 14 +++++ .../games/botw/Maps/3/Default/Script.txt | 14 +++++ .../Dungeons/Lv/Mask/01TailCave/Script.txt | 30 ++++++++++ .../Lv/Mask/02BottleGrotto/Script.txt | 31 ++++++++++ .../Dungeons/Lv/Mask/03KeyCavern/Script.txt | 36 +++++++++++ .../Lv/Mask/04AnglersTunnel/Script.txt | 34 +++++++++++ .../Dungeons/Lv/Mask/05CatfishsMaw/Script.txt | 41 +++++++++++++ .../Dungeons/Lv/Mask/06FaceShrine/Script.txt | 45 ++++++++++++++ .../Dungeons/Lv/Mask/07EagleTower/Script.txt | 60 +++++++++++++++++++ .../Dungeons/Lv/Mask/08TurtleRock/Script.txt | 53 ++++++++++++++++ .../Lv/Mask/10ClothesDungeon/Script.txt | 28 +++++++++ .../Lv/Mask/11PanelOnlyDungeon/Script.txt | 10 ++++ .../Dungeons/Lv/Norm/01TailCave/Script.txt | 30 ++++++++++ .../Lv/Norm/02BottleGrotto/Script.txt | 31 ++++++++++ .../Dungeons/Lv/Norm/03KeyCavern/Script.txt | 36 +++++++++++ .../Lv/Norm/04AnglersTunnel/Script.txt | 34 +++++++++++ .../Dungeons/Lv/Norm/05CatfishsMaw/Script.txt | 41 +++++++++++++ .../Dungeons/Lv/Norm/06FaceShrine/Script.txt | 45 ++++++++++++++ .../Dungeons/Lv/Norm/07EagleTower/Script.txt | 60 +++++++++++++++++++ .../Dungeons/Lv/Norm/08TurtleRock/Script.txt | 53 ++++++++++++++++ .../Lv/Norm/10ClothesDungeon/Script.txt | 28 +++++++++ .../Lv/Norm/11PanelOnlyDungeon/Script.txt | 10 ++++ .../Dungeons/PanLv/Mask/01TailCave/Script.txt | 21 +++++++ .../PanLv/Mask/02BottleGrotto/Script.txt | 22 +++++++ .../PanLv/Mask/03KeyCavern/Script.txt | 19 ++++++ .../PanLv/Mask/04AnglersTunnel/Script.txt | 15 +++++ .../PanLv/Mask/05CatfishsMaw/Script.txt | 26 ++++++++ .../PanLv/Mask/06FaceShrine/Script.txt | 26 ++++++++ .../PanLv/Mask/07EagleTower/Script.txt | 21 +++++++ .../PanLv/Mask/08TurtleRock/Script.txt | 37 ++++++++++++ .../PanLv/Mask/10ClothesDungeon/Script.txt | 28 +++++++++ .../PanLv/Mask/11PanelOnlyDungeon/Script.txt | 10 ++++ .../Dungeons/PanLv/Norm/01TailCave/Script.txt | 21 +++++++ .../PanLv/Norm/02BottleGrotto/Script.txt | 22 +++++++ .../PanLv/Norm/03KeyCavern/Script.txt | 19 ++++++ .../PanLv/Norm/04AnglersTunnel/Script.txt | 15 +++++ .../PanLv/Norm/05CatfishsMaw/Script.txt | 25 ++++++++ .../PanLv/Norm/06FaceShrine/Script.txt | 26 ++++++++ .../PanLv/Norm/07EagleTower/Script.txt | 21 +++++++ .../PanLv/Norm/08TurtleRock/Script.txt | 37 ++++++++++++ .../PanLv/Norm/10ClothesDungeon/Script.txt | 28 +++++++++ .../PanLv/Norm/11PanelOnlyDungeon/Script.txt | 10 ++++ .../Maps/Dungeons/_excludes/01TailCave.txt | 2 + .../Dungeons/_excludes/02BottleGrotto.txt | 2 + .../Dungeons/_excludes/04AnglersTunnel.txt | 1 + .../Maps/Dungeons/_excludes/06FaceShrine.txt | 4 ++ .../Maps/Dungeons/_excludes/08TurtleRock.txt | 3 + .../Dungeons/_excludes/10ClothesDungeon.txt | 1 + .../lafs/Maps/Overworld/Normal/Excludes.txt | 1 + .../lafs/Maps/Overworld/Normal/Script.txt | 13 ++++ .../lafs/Maps/Overworld/OpenMask/Script.txt | 18 ++++++ .../lafs/Maps/Overworld/Underlay/Excludes.txt | 1 + .../lafs/Maps/Overworld/Underlay/Script.txt | 28 +++++++++ 59 files changed, 1371 insertions(+) create mode 100644 dev/tiles/switch/games/botw/Maps/0/0/Script.txt create mode 100644 dev/tiles/switch/games/botw/Maps/0/Default/Script.txt create mode 100644 dev/tiles/switch/games/botw/Maps/1/0/Script.txt create mode 100644 dev/tiles/switch/games/botw/Maps/1/Default/Script.txt create mode 100644 dev/tiles/switch/games/botw/Maps/2/0/Script.txt create mode 100644 dev/tiles/switch/games/botw/Maps/2/Default/Script.txt create mode 100644 dev/tiles/switch/games/botw/Maps/3/0/Script.txt create mode 100644 dev/tiles/switch/games/botw/Maps/3/Default/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt create mode 100644 dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/0/0/Script.txt b/dev/tiles/switch/games/botw/Maps/0/0/Script.txt new file mode 100644 index 00000000..ef57034a --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/0/0/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex_Z-0_0.png MapTex_A-0_0.png MapTex_B-0_0.png MapTex_C-0_0.png MapTex_D-0_0.png MapTex_E-0_0.png MapTex_F-0_0.png MapTex_G-0_0.png MapTex_H-0_0.png MapTex_I-0_0.png MapTex_J-0_0.png MapTex_K-0_0.png +append ) -append +( MapTex_Z-1_0.png MapTex_A-1_0.png MapTex_B-1_0.png MapTex_C-1_0.png MapTex_D-1_0.png MapTex_E-1_0.png MapTex_F-1_0.png MapTex_G-1_0.png MapTex_H-1_0.png MapTex_I-1_0.png MapTex_J-1_0.png MapTex_K-1_0.png +append ) -append +( MapTex_Z-2_0.png MapTex_A-2_0.png MapTex_B-2_0.png MapTex_C-2_0.png MapTex_D-2_0.png MapTex_E-2_0.png MapTex_F-2_0.png MapTex_G-2_0.png MapTex_H-2_0.png MapTex_I-2_0.png MapTex_J-2_0.png MapTex_K-2_0.png +append ) -append +( MapTex_Z-3_0.png MapTex_A-3_0.png MapTex_B-3_0.png MapTex_C-3_0.png MapTex_D-3_0.png MapTex_E-3_0.png MapTex_F-3_0.png MapTex_G-3_0.png MapTex_H-3_0.png MapTex_I-3_0.png MapTex_J-3_0.png MapTex_K-3_0.png +append ) -append +( MapTex_Z-4_0.png MapTex_A-4_0.png MapTex_B-4_0.png MapTex_C-4_0.png MapTex_D-4_0.png MapTex_E-4_0.png MapTex_F-4_0.png MapTex_G-4_0.png MapTex_H-4_0.png MapTex_I-4_0.png MapTex_J-4_0.png MapTex_K-4_0.png +append ) -append +( MapTex_Z-5_0.png MapTex_A-5_0.png MapTex_B-5_0.png MapTex_C-5_0.png MapTex_D-5_0.png MapTex_E-5_0.png MapTex_F-5_0.png MapTex_G-5_0.png MapTex_H-5_0.png MapTex_I-5_0.png MapTex_J-5_0.png MapTex_K-5_0.png +append ) -append +( MapTex_Z-6_0.png MapTex_A-6_0.png MapTex_B-6_0.png MapTex_C-6_0.png MapTex_D-6_0.png MapTex_E-6_0.png MapTex_F-6_0.png MapTex_G-6_0.png MapTex_H-6_0.png MapTex_I-6_0.png MapTex_J-6_0.png MapTex_K-6_0.png +append ) -append +( MapTex_Z-7_0.png MapTex_A-7_0.png MapTex_B-7_0.png MapTex_C-7_0.png MapTex_D-7_0.png MapTex_E-7_0.png MapTex_F-7_0.png MapTex_G-7_0.png MapTex_H-7_0.png MapTex_I-7_0.png MapTex_J-7_0.png MapTex_K-7_0.png +append ) -append +( MapTex_Z-8_0.png MapTex_A-8_0.png MapTex_B-8_0.png MapTex_C-8_0.png MapTex_D-8_0.png MapTex_E-8_0.png MapTex_F-8_0.png MapTex_G-8_0.png MapTex_H-8_0.png MapTex_I-8_0.png MapTex_J-8_0.png MapTex_K-8_0.png +append ) -append +( MapTex_Z-9_0.png MapTex_A-9_0.png MapTex_B-9_0.png MapTex_C-9_0.png MapTex_D-9_0.png MapTex_E-9_0.png MapTex_F-9_0.png MapTex_G-9_0.png MapTex_H-9_0.png MapTex_I-9_0.png MapTex_J-9_0.png MapTex_K-9_0.png +append ) -append diff --git a/dev/tiles/switch/games/botw/Maps/0/Default/Script.txt b/dev/tiles/switch/games/botw/Maps/0/Default/Script.txt new file mode 100644 index 00000000..85235345 --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/0/Default/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex_Z-0.png MapTex_A-0.png MapTex_B-0.png MapTex_C-0.png MapTex_D-0.png MapTex_E-0.png MapTex_F-0.png MapTex_G-0.png MapTex_H-0.png MapTex_I-0.png MapTex_J-0.png MapTex_K-0.png +append ) -append +( MapTex_Z-1.png MapTex_A-1.png MapTex_B-1.png MapTex_C-1.png MapTex_D-1.png MapTex_E-1.png MapTex_F-1.png MapTex_G-1.png MapTex_H-1.png MapTex_I-1.png MapTex_J-1.png MapTex_K-1.png +append ) -append +( MapTex_Z-2.png MapTex_A-2.png MapTex_B-2.png MapTex_C-2.png MapTex_D-2.png MapTex_E-2.png MapTex_F-2.png MapTex_G-2.png MapTex_H-2.png MapTex_I-2.png MapTex_J-2.png MapTex_K-2.png +append ) -append +( MapTex_Z-3.png MapTex_A-3.png MapTex_B-3.png MapTex_C-3.png MapTex_D-3.png MapTex_E-3.png MapTex_F-3.png MapTex_G-3.png MapTex_H-3.png MapTex_I-3.png MapTex_J-3.png MapTex_K-3.png +append ) -append +( MapTex_Z-4.png MapTex_A-4.png MapTex_B-4.png MapTex_C-4.png MapTex_D-4.png MapTex_E-4.png MapTex_F-4.png MapTex_G-4.png MapTex_H-4.png MapTex_I-4.png MapTex_J-4.png MapTex_K-4.png +append ) -append +( MapTex_Z-5.png MapTex_A-5.png MapTex_B-5.png MapTex_C-5.png MapTex_D-5.png MapTex_E-5.png MapTex_F-5.png MapTex_G-5.png MapTex_H-5.png MapTex_I-5.png MapTex_J-5.png MapTex_K-5.png +append ) -append +( MapTex_Z-6.png MapTex_A-6.png MapTex_B-6.png MapTex_C-6.png MapTex_D-6.png MapTex_E-6.png MapTex_F-6.png MapTex_G-6.png MapTex_H-6.png MapTex_I-6.png MapTex_J-6.png MapTex_K-6.png +append ) -append +( MapTex_Z-7.png MapTex_A-7.png MapTex_B-7.png MapTex_C-7.png MapTex_D-7.png MapTex_E-7.png MapTex_F-7.png MapTex_G-7.png MapTex_H-7.png MapTex_I-7.png MapTex_J-7.png MapTex_K-7.png +append ) -append +( MapTex_Z-8.png MapTex_A-8.png MapTex_B-8.png MapTex_C-8.png MapTex_D-8.png MapTex_E-8.png MapTex_F-8.png MapTex_G-8.png MapTex_H-8.png MapTex_I-8.png MapTex_J-8.png MapTex_K-8.png +append ) -append +( MapTex_Z-9.png MapTex_A-9.png MapTex_B-9.png MapTex_C-9.png MapTex_D-9.png MapTex_E-9.png MapTex_F-9.png MapTex_G-9.png MapTex_H-9.png MapTex_I-9.png MapTex_J-9.png MapTex_K-9.png +append ) -append diff --git a/dev/tiles/switch/games/botw/Maps/1/0/Script.txt b/dev/tiles/switch/games/botw/Maps/1/0/Script.txt new file mode 100644 index 00000000..ce5a6448 --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/1/0/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex1_Z-0_0.png MapTex1_A-0_0.png MapTex1_B-0_0.png MapTex1_C-0_0.png MapTex1_D-0_0.png MapTex1_E-0_0.png MapTex1_F-0_0.png MapTex1_G-0_0.png MapTex1_H-0_0.png MapTex1_I-0_0.png MapTex1_J-0_0.png MapTex1_K-0_0.png +append ) -append +( MapTex1_Z-1_0.png MapTex1_A-1_0.png MapTex1_B-1_0.png MapTex1_C-1_0.png MapTex1_D-1_0.png MapTex1_E-1_0.png MapTex1_F-1_0.png MapTex1_G-1_0.png MapTex1_H-1_0.png MapTex1_I-1_0.png MapTex1_J-1_0.png MapTex1_K-1_0.png +append ) -append +( MapTex1_Z-2_0.png MapTex1_A-2_0.png MapTex1_B-2_0.png MapTex1_C-2_0.png MapTex1_D-2_0.png MapTex1_E-2_0.png MapTex1_F-2_0.png MapTex1_G-2_0.png MapTex1_H-2_0.png MapTex1_I-2_0.png MapTex1_J-2_0.png MapTex1_K-2_0.png +append ) -append +( MapTex1_Z-3_0.png MapTex1_A-3_0.png MapTex1_B-3_0.png MapTex1_C-3_0.png MapTex1_D-3_0.png MapTex1_E-3_0.png MapTex1_F-3_0.png MapTex1_G-3_0.png MapTex1_H-3_0.png MapTex1_I-3_0.png MapTex1_J-3_0.png MapTex1_K-3_0.png +append ) -append +( MapTex1_Z-4_0.png MapTex1_A-4_0.png MapTex1_B-4_0.png MapTex1_C-4_0.png MapTex1_D-4_0.png MapTex1_E-4_0.png MapTex1_F-4_0.png MapTex1_G-4_0.png MapTex1_H-4_0.png MapTex1_I-4_0.png MapTex1_J-4_0.png MapTex1_K-4_0.png +append ) -append +( MapTex1_Z-5_0.png MapTex1_A-5_0.png MapTex1_B-5_0.png MapTex1_C-5_0.png MapTex1_D-5_0.png MapTex1_E-5_0.png MapTex1_F-5_0.png MapTex1_G-5_0.png MapTex1_H-5_0.png MapTex1_I-5_0.png MapTex1_J-5_0.png MapTex1_K-5_0.png +append ) -append +( MapTex1_Z-6_0.png MapTex1_A-6_0.png MapTex1_B-6_0.png MapTex1_C-6_0.png MapTex1_D-6_0.png MapTex1_E-6_0.png MapTex1_F-6_0.png MapTex1_G-6_0.png MapTex1_H-6_0.png MapTex1_I-6_0.png MapTex1_J-6_0.png MapTex1_K-6_0.png +append ) -append +( MapTex1_Z-7_0.png MapTex1_A-7_0.png MapTex1_B-7_0.png MapTex1_C-7_0.png MapTex1_D-7_0.png MapTex1_E-7_0.png MapTex1_F-7_0.png MapTex1_G-7_0.png MapTex1_H-7_0.png MapTex1_I-7_0.png MapTex1_J-7_0.png MapTex1_K-7_0.png +append ) -append +( MapTex1_Z-8_0.png MapTex1_A-8_0.png MapTex1_B-8_0.png MapTex1_C-8_0.png MapTex1_D-8_0.png MapTex1_E-8_0.png MapTex1_F-8_0.png MapTex1_G-8_0.png MapTex1_H-8_0.png MapTex1_I-8_0.png MapTex1_J-8_0.png MapTex1_K-8_0.png +append ) -append +( MapTex1_Z-9_0.png MapTex1_A-9_0.png MapTex1_B-9_0.png MapTex1_C-9_0.png MapTex1_D-9_0.png MapTex1_E-9_0.png MapTex1_F-9_0.png MapTex1_G-9_0.png MapTex1_H-9_0.png MapTex1_I-9_0.png MapTex1_J-9_0.png MapTex1_K-9_0.png +append ) -append diff --git a/dev/tiles/switch/games/botw/Maps/1/Default/Script.txt b/dev/tiles/switch/games/botw/Maps/1/Default/Script.txt new file mode 100644 index 00000000..69b8226e --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/1/Default/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex1_Z-0.png MapTex1_A-0.png MapTex1_B-0.png MapTex1_C-0.png MapTex1_D-0.png MapTex1_E-0.png MapTex1_F-0.png MapTex1_G-0.png MapTex1_H-0.png MapTex1_I-0.png MapTex1_J-0.png MapTex1_K-0.png +append ) -append +( MapTex1_Z-1.png MapTex1_A-1.png MapTex1_B-1.png MapTex1_C-1.png MapTex1_D-1.png MapTex1_E-1.png MapTex1_F-1.png MapTex1_G-1.png MapTex1_H-1.png MapTex1_I-1.png MapTex1_J-1.png MapTex1_K-1.png +append ) -append +( MapTex1_Z-2.png MapTex1_A-2.png MapTex1_B-2.png MapTex1_C-2.png MapTex1_D-2.png MapTex1_E-2.png MapTex1_F-2.png MapTex1_G-2.png MapTex1_H-2.png MapTex1_I-2.png MapTex1_J-2.png MapTex1_K-2.png +append ) -append +( MapTex1_Z-3.png MapTex1_A-3.png MapTex1_B-3.png MapTex1_C-3.png MapTex1_D-3.png MapTex1_E-3.png MapTex1_F-3.png MapTex1_G-3.png MapTex1_H-3.png MapTex1_I-3.png MapTex1_J-3.png MapTex1_K-3.png +append ) -append +( MapTex1_Z-4.png MapTex1_A-4.png MapTex1_B-4.png MapTex1_C-4.png MapTex1_D-4.png MapTex1_E-4.png MapTex1_F-4.png MapTex1_G-4.png MapTex1_H-4.png MapTex1_I-4.png MapTex1_J-4.png MapTex1_K-4.png +append ) -append +( MapTex1_Z-5.png MapTex1_A-5.png MapTex1_B-5.png MapTex1_C-5.png MapTex1_D-5.png MapTex1_E-5.png MapTex1_F-5.png MapTex1_G-5.png MapTex1_H-5.png MapTex1_I-5.png MapTex1_J-5.png MapTex1_K-5.png +append ) -append +( MapTex1_Z-6.png MapTex1_A-6.png MapTex1_B-6.png MapTex1_C-6.png MapTex1_D-6.png MapTex1_E-6.png MapTex1_F-6.png MapTex1_G-6.png MapTex1_H-6.png MapTex1_I-6.png MapTex1_J-6.png MapTex1_K-6.png +append ) -append +( MapTex1_Z-7.png MapTex1_A-7.png MapTex1_B-7.png MapTex1_C-7.png MapTex1_D-7.png MapTex1_E-7.png MapTex1_F-7.png MapTex1_G-7.png MapTex1_H-7.png MapTex1_I-7.png MapTex1_J-7.png MapTex1_K-7.png +append ) -append +( MapTex1_Z-8.png MapTex1_A-8.png MapTex1_B-8.png MapTex1_C-8.png MapTex1_D-8.png MapTex1_E-8.png MapTex1_F-8.png MapTex1_G-8.png MapTex1_H-8.png MapTex1_I-8.png MapTex1_J-8.png MapTex1_K-8.png +append ) -append +( MapTex1_Z-9.png MapTex1_A-9.png MapTex1_B-9.png MapTex1_C-9.png MapTex1_D-9.png MapTex1_E-9.png MapTex1_F-9.png MapTex1_G-9.png MapTex1_H-9.png MapTex1_I-9.png MapTex1_J-9.png MapTex1_K-9.png +append ) -append diff --git a/dev/tiles/switch/games/botw/Maps/2/0/Script.txt b/dev/tiles/switch/games/botw/Maps/2/0/Script.txt new file mode 100644 index 00000000..724170f7 --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/2/0/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex2_Z-0_0.png MapTex2_A-0_0.png MapTex2_B-0_0.png MapTex2_C-0_0.png MapTex2_D-0_0.png MapTex2_E-0_0.png MapTex2_F-0_0.png MapTex2_G-0_0.png MapTex2_H-0_0.png MapTex2_I-0_0.png MapTex2_J-0_0.png MapTex2_K-0_0.png +append ) -append +( MapTex2_Z-1_0.png MapTex2_A-1_0.png MapTex2_B-1_0.png MapTex2_C-1_0.png MapTex2_D-1_0.png MapTex2_E-1_0.png MapTex2_F-1_0.png MapTex2_G-1_0.png MapTex2_H-1_0.png MapTex2_I-1_0.png MapTex2_J-1_0.png MapTex2_K-1_0.png +append ) -append +( MapTex2_Z-2_0.png MapTex2_A-2_0.png MapTex2_B-2_0.png MapTex2_C-2_0.png MapTex2_D-2_0.png MapTex2_E-2_0.png MapTex2_F-2_0.png MapTex2_G-2_0.png MapTex2_H-2_0.png MapTex2_I-2_0.png MapTex2_J-2_0.png MapTex2_K-2_0.png +append ) -append +( MapTex2_Z-3_0.png MapTex2_A-3_0.png MapTex2_B-3_0.png MapTex2_C-3_0.png MapTex2_D-3_0.png MapTex2_E-3_0.png MapTex2_F-3_0.png MapTex2_G-3_0.png MapTex2_H-3_0.png MapTex2_I-3_0.png MapTex2_J-3_0.png MapTex2_K-3_0.png +append ) -append +( MapTex2_Z-4_0.png MapTex2_A-4_0.png MapTex2_B-4_0.png MapTex2_C-4_0.png MapTex2_D-4_0.png MapTex2_E-4_0.png MapTex2_F-4_0.png MapTex2_G-4_0.png MapTex2_H-4_0.png MapTex2_I-4_0.png MapTex2_J-4_0.png MapTex2_K-4_0.png +append ) -append +( MapTex2_Z-5_0.png MapTex2_A-5_0.png MapTex2_B-5_0.png MapTex2_C-5_0.png MapTex2_D-5_0.png MapTex2_E-5_0.png MapTex2_F-5_0.png MapTex2_G-5_0.png MapTex2_H-5_0.png MapTex2_I-5_0.png MapTex2_J-5_0.png MapTex2_K-5_0.png +append ) -append +( MapTex2_Z-6_0.png MapTex2_A-6_0.png MapTex2_B-6_0.png MapTex2_C-6_0.png MapTex2_D-6_0.png MapTex2_E-6_0.png MapTex2_F-6_0.png MapTex2_G-6_0.png MapTex2_H-6_0.png MapTex2_I-6_0.png MapTex2_J-6_0.png MapTex2_K-6_0.png +append ) -append +( MapTex2_Z-7_0.png MapTex2_A-7_0.png MapTex2_B-7_0.png MapTex2_C-7_0.png MapTex2_D-7_0.png MapTex2_E-7_0.png MapTex2_F-7_0.png MapTex2_G-7_0.png MapTex2_H-7_0.png MapTex2_I-7_0.png MapTex2_J-7_0.png MapTex2_K-7_0.png +append ) -append +( MapTex2_Z-8_0.png MapTex2_A-8_0.png MapTex2_B-8_0.png MapTex2_C-8_0.png MapTex2_D-8_0.png MapTex2_E-8_0.png MapTex2_F-8_0.png MapTex2_G-8_0.png MapTex2_H-8_0.png MapTex2_I-8_0.png MapTex2_J-8_0.png MapTex2_K-8_0.png +append ) -append +( MapTex2_Z-9_0.png MapTex2_A-9_0.png MapTex2_B-9_0.png MapTex2_C-9_0.png MapTex2_D-9_0.png MapTex2_E-9_0.png MapTex2_F-9_0.png MapTex2_G-9_0.png MapTex2_H-9_0.png MapTex2_I-9_0.png MapTex2_J-9_0.png MapTex2_K-9_0.png +append ) -append diff --git a/dev/tiles/switch/games/botw/Maps/2/Default/Script.txt b/dev/tiles/switch/games/botw/Maps/2/Default/Script.txt new file mode 100644 index 00000000..b44dd94c --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/2/Default/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex2_Z-0.png MapTex2_A-0.png MapTex2_B-0.png MapTex2_C-0.png MapTex2_D-0.png MapTex2_E-0.png MapTex2_F-0.png MapTex2_G-0.png MapTex2_H-0.png MapTex2_I-0.png MapTex2_J-0.png MapTex2_K-0.png +append ) -append +( MapTex2_Z-1.png MapTex2_A-1.png MapTex2_B-1.png MapTex2_C-1.png MapTex2_D-1.png MapTex2_E-1.png MapTex2_F-1.png MapTex2_G-1.png MapTex2_H-1.png MapTex2_I-1.png MapTex2_J-1.png MapTex2_K-1.png +append ) -append +( MapTex2_Z-2.png MapTex2_A-2.png MapTex2_B-2.png MapTex2_C-2.png MapTex2_D-2.png MapTex2_E-2.png MapTex2_F-2.png MapTex2_G-2.png MapTex2_H-2.png MapTex2_I-2.png MapTex2_J-2.png MapTex2_K-2.png +append ) -append +( MapTex2_Z-3.png MapTex2_A-3.png MapTex2_B-3.png MapTex2_C-3.png MapTex2_D-3.png MapTex2_E-3.png MapTex2_F-3.png MapTex2_G-3.png MapTex2_H-3.png MapTex2_I-3.png MapTex2_J-3.png MapTex2_K-3.png +append ) -append +( MapTex2_Z-4.png MapTex2_A-4.png MapTex2_B-4.png MapTex2_C-4.png MapTex2_D-4.png MapTex2_E-4.png MapTex2_F-4.png MapTex2_G-4.png MapTex2_H-4.png MapTex2_I-4.png MapTex2_J-4.png MapTex2_K-4.png +append ) -append +( MapTex2_Z-5.png MapTex2_A-5.png MapTex2_B-5.png MapTex2_C-5.png MapTex2_D-5.png MapTex2_E-5.png MapTex2_F-5.png MapTex2_G-5.png MapTex2_H-5.png MapTex2_I-5.png MapTex2_J-5.png MapTex2_K-5.png +append ) -append +( MapTex2_Z-6.png MapTex2_A-6.png MapTex2_B-6.png MapTex2_C-6.png MapTex2_D-6.png MapTex2_E-6.png MapTex2_F-6.png MapTex2_G-6.png MapTex2_H-6.png MapTex2_I-6.png MapTex2_J-6.png MapTex2_K-6.png +append ) -append +( MapTex2_Z-7.png MapTex2_A-7.png MapTex2_B-7.png MapTex2_C-7.png MapTex2_D-7.png MapTex2_E-7.png MapTex2_F-7.png MapTex2_G-7.png MapTex2_H-7.png MapTex2_I-7.png MapTex2_J-7.png MapTex2_K-7.png +append ) -append +( MapTex2_Z-8.png MapTex2_A-8.png MapTex2_B-8.png MapTex2_C-8.png MapTex2_D-8.png MapTex2_E-8.png MapTex2_F-8.png MapTex2_G-8.png MapTex2_H-8.png MapTex2_I-8.png MapTex2_J-8.png MapTex2_K-8.png +append ) -append +( MapTex2_Z-9.png MapTex2_A-9.png MapTex2_B-9.png MapTex2_C-9.png MapTex2_D-9.png MapTex2_E-9.png MapTex2_F-9.png MapTex2_G-9.png MapTex2_H-9.png MapTex2_I-9.png MapTex2_J-9.png MapTex2_K-9.png +append ) -append diff --git a/dev/tiles/switch/games/botw/Maps/3/0/Script.txt b/dev/tiles/switch/games/botw/Maps/3/0/Script.txt new file mode 100644 index 00000000..be781264 --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/3/0/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex3_Z-0_0.png MapTex3_A-0_0.png MapTex3_B-0_0.png MapTex3_C-0_0.png MapTex3_D-0_0.png MapTex3_E-0_0.png MapTex3_F-0_0.png MapTex3_G-0_0.png MapTex3_H-0_0.png MapTex3_I-0_0.png MapTex3_J-0_0.png MapTex3_K-0_0.png +append ) -append +( MapTex3_Z-1_0.png MapTex3_A-1_0.png MapTex3_B-1_0.png MapTex3_C-1_0.png MapTex3_D-1_0.png MapTex3_E-1_0.png MapTex3_F-1_0.png MapTex3_G-1_0.png MapTex3_H-1_0.png MapTex3_I-1_0.png MapTex3_J-1_0.png MapTex3_K-1_0.png +append ) -append +( MapTex3_Z-2_0.png MapTex3_A-2_0.png MapTex3_B-2_0.png MapTex3_C-2_0.png MapTex3_D-2_0.png MapTex3_E-2_0.png MapTex3_F-2_0.png MapTex3_G-2_0.png MapTex3_H-2_0.png MapTex3_I-2_0.png MapTex3_J-2_0.png MapTex3_K-2_0.png +append ) -append +( MapTex3_Z-3_0.png MapTex3_A-3_0.png MapTex3_B-3_0.png MapTex3_C-3_0.png MapTex3_D-3_0.png MapTex3_E-3_0.png MapTex3_F-3_0.png MapTex3_G-3_0.png MapTex3_H-3_0.png MapTex3_I-3_0.png MapTex3_J-3_0.png MapTex3_K-3_0.png +append ) -append +( MapTex3_Z-4_0.png MapTex3_A-4_0.png MapTex3_B-4_0.png MapTex3_C-4_0.png MapTex3_D-4_0.png MapTex3_E-4_0.png MapTex3_F-4_0.png MapTex3_G-4_0.png MapTex3_H-4_0.png MapTex3_I-4_0.png MapTex3_J-4_0.png MapTex3_K-4_0.png +append ) -append +( MapTex3_Z-5_0.png MapTex3_A-5_0.png MapTex3_B-5_0.png MapTex3_C-5_0.png MapTex3_D-5_0.png MapTex3_E-5_0.png MapTex3_F-5_0.png MapTex3_G-5_0.png MapTex3_H-5_0.png MapTex3_I-5_0.png MapTex3_J-5_0.png MapTex3_K-5_0.png +append ) -append +( MapTex3_Z-6_0.png MapTex3_A-6_0.png MapTex3_B-6_0.png MapTex3_C-6_0.png MapTex3_D-6_0.png MapTex3_E-6_0.png MapTex3_F-6_0.png MapTex3_G-6_0.png MapTex3_H-6_0.png MapTex3_I-6_0.png MapTex3_J-6_0.png MapTex3_K-6_0.png +append ) -append +( MapTex3_Z-7_0.png MapTex3_A-7_0.png MapTex3_B-7_0.png MapTex3_C-7_0.png MapTex3_D-7_0.png MapTex3_E-7_0.png MapTex3_F-7_0.png MapTex3_G-7_0.png MapTex3_H-7_0.png MapTex3_I-7_0.png MapTex3_J-7_0.png MapTex3_K-7_0.png +append ) -append +( MapTex3_Z-8_0.png MapTex3_A-8_0.png MapTex3_B-8_0.png MapTex3_C-8_0.png MapTex3_D-8_0.png MapTex3_E-8_0.png MapTex3_F-8_0.png MapTex3_G-8_0.png MapTex3_H-8_0.png MapTex3_I-8_0.png MapTex3_J-8_0.png MapTex3_K-8_0.png +append ) -append +( MapTex3_Z-9_0.png MapTex3_A-9_0.png MapTex3_B-9_0.png MapTex3_C-9_0.png MapTex3_D-9_0.png MapTex3_E-9_0.png MapTex3_F-9_0.png MapTex3_G-9_0.png MapTex3_H-9_0.png MapTex3_I-9_0.png MapTex3_J-9_0.png MapTex3_K-9_0.png +append ) -append diff --git a/dev/tiles/switch/games/botw/Maps/3/Default/Script.txt b/dev/tiles/switch/games/botw/Maps/3/Default/Script.txt new file mode 100644 index 00000000..dd9b7739 --- /dev/null +++ b/dev/tiles/switch/games/botw/Maps/3/Default/Script.txt @@ -0,0 +1,14 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +( MapTex3_Z-0.png MapTex3_A-0.png MapTex3_B-0.png MapTex3_C-0.png MapTex3_D-0.png MapTex3_E-0.png MapTex3_F-0.png MapTex3_G-0.png MapTex3_H-0.png MapTex3_I-0.png MapTex3_J-0.png MapTex3_K-0.png +append ) -append +( MapTex3_Z-1.png MapTex3_A-1.png MapTex3_B-1.png MapTex3_C-1.png MapTex3_D-1.png MapTex3_E-1.png MapTex3_F-1.png MapTex3_G-1.png MapTex3_H-1.png MapTex3_I-1.png MapTex3_J-1.png MapTex3_K-1.png +append ) -append +( MapTex3_Z-2.png MapTex3_A-2.png MapTex3_B-2.png MapTex3_C-2.png MapTex3_D-2.png MapTex3_E-2.png MapTex3_F-2.png MapTex3_G-2.png MapTex3_H-2.png MapTex3_I-2.png MapTex3_J-2.png MapTex3_K-2.png +append ) -append +( MapTex3_Z-3.png MapTex3_A-3.png MapTex3_B-3.png MapTex3_C-3.png MapTex3_D-3.png MapTex3_E-3.png MapTex3_F-3.png MapTex3_G-3.png MapTex3_H-3.png MapTex3_I-3.png MapTex3_J-3.png MapTex3_K-3.png +append ) -append +( MapTex3_Z-4.png MapTex3_A-4.png MapTex3_B-4.png MapTex3_C-4.png MapTex3_D-4.png MapTex3_E-4.png MapTex3_F-4.png MapTex3_G-4.png MapTex3_H-4.png MapTex3_I-4.png MapTex3_J-4.png MapTex3_K-4.png +append ) -append +( MapTex3_Z-5.png MapTex3_A-5.png MapTex3_B-5.png MapTex3_C-5.png MapTex3_D-5.png MapTex3_E-5.png MapTex3_F-5.png MapTex3_G-5.png MapTex3_H-5.png MapTex3_I-5.png MapTex3_J-5.png MapTex3_K-5.png +append ) -append +( MapTex3_Z-6.png MapTex3_A-6.png MapTex3_B-6.png MapTex3_C-6.png MapTex3_D-6.png MapTex3_E-6.png MapTex3_F-6.png MapTex3_G-6.png MapTex3_H-6.png MapTex3_I-6.png MapTex3_J-6.png MapTex3_K-6.png +append ) -append +( MapTex3_Z-7.png MapTex3_A-7.png MapTex3_B-7.png MapTex3_C-7.png MapTex3_D-7.png MapTex3_E-7.png MapTex3_F-7.png MapTex3_G-7.png MapTex3_H-7.png MapTex3_I-7.png MapTex3_J-7.png MapTex3_K-7.png +append ) -append +( MapTex3_Z-8.png MapTex3_A-8.png MapTex3_B-8.png MapTex3_C-8.png MapTex3_D-8.png MapTex3_E-8.png MapTex3_F-8.png MapTex3_G-8.png MapTex3_H-8.png MapTex3_I-8.png MapTex3_J-8.png MapTex3_K-8.png +append ) -append +( MapTex3_Z-9.png MapTex3_A-9.png MapTex3_B-9.png MapTex3_C-9.png MapTex3_D-9.png MapTex3_E-9.png MapTex3_F-9.png MapTex3_G-9.png MapTex3_H-9.png MapTex3_I-9.png MapTex3_J-9.png MapTex3_K-9.png +append ) -append diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt new file mode 100644 index 00000000..d4168ecd --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt @@ -0,0 +1,30 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv01TailCave_03G_Mask.png" -geometry +974+264 -composite +"Lv01TailCave_04B_Mask.png" -geometry +174+392 -composite +"Lv01TailCave_04C_Mask.png" -geometry +334+392 -composite +"Lv01TailCave_04D_Mask.png" -geometry +494+392 -composite +"Lv01TailCave_04G_Mask.png" -geometry +974+392 -composite +"Lv01TailCave_05A_Mask.png" -geometry +14+520 -composite +"Lv01TailCave_05C_Mask.png" -geometry +334+520 -composite +"Lv01TailCave_05D_Mask.png" -geometry +494+520 -composite +"Lv01TailCave_05E_Mask.png" -geometry +654+520 -composite +"Lv01TailCave_05F_Mask.png" -geometry +814+520 -composite +"Lv01TailCave_05G_Mask.png" -geometry +974+520 -composite +"Lv01TailCave_06A_Mask.png" -geometry +14+648 -composite +"Lv01TailCave_06B_Mask.png" -geometry +174+648 -composite +"Lv01TailCave_06C_Mask.png" -geometry +334+648 -composite +"Lv01TailCave_06D_Mask.png" -geometry +494+648 -composite +"Lv01TailCave_06E_Mask.png" -geometry +654+648 -composite +"Lv01TailCave_06F_Mask.png" -geometry +814+648 -composite +"Lv01TailCave_06G_Mask.png" -geometry +974+648 -composite +"Lv01TailCave_07A_Mask.png" -geometry +14+776 -composite +"Lv01TailCave_07C_Mask.png" -geometry +334+776 -composite +"Lv01TailCave_07D_Mask.png" -geometry +494+776 -composite +"Lv01TailCave_07E_Mask.png" -geometry +654+776 -composite +"Lv01TailCave_08B_Mask.png" -geometry +174+904 -composite +"Lv01TailCave_08C_Mask.png" -geometry +334+904 -composite +"Lv01TailCave_08D_Mask.png" -geometry +494+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt new file mode 100644 index 00000000..f45a43b3 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt @@ -0,0 +1,31 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv02BottleGrotto_02B_Mask.png" -geometry +174+136 -composite +"Lv02BottleGrotto_02C_Mask.png" -geometry +334+136 -composite +"Lv02BottleGrotto_02D_Mask.png" -geometry +494+136 -composite +"Lv02BottleGrotto_02E_Mask.png" -geometry +654+136 -composite +"Lv02BottleGrotto_02F_Mask.png" -geometry +814+136 -composite +"Lv02BottleGrotto_02G_Mask.png" -geometry +974+136 -composite +"Lv02BottleGrotto_03C_Mask.png" -geometry +334+264 -composite +"Lv02BottleGrotto_03F_Mask.png" -geometry +814+264 -composite +"Lv02BottleGrotto_04B_Mask.png" -geometry +174+392 -composite +"Lv02BottleGrotto_04C_Mask.png" -geometry +334+392 -composite +"Lv02BottleGrotto_04F_Mask.png" -geometry +814+392 -composite +"Lv02BottleGrotto_04G_Mask.png" -geometry +974+392 -composite +"Lv02BottleGrotto_05B_Mask.png" -geometry +174+520 -composite +"Lv02BottleGrotto_05G_Mask.png" -geometry +974+520 -composite +"Lv02BottleGrotto_06B_Mask.png" -geometry +174+648 -composite +"Lv02BottleGrotto_06G_Mask.png" -geometry +974+648 -composite +"Lv02BottleGrotto_07B_Mask.png" -geometry +174+776 -composite +"Lv02BottleGrotto_07C_Mask.png" -geometry +334+776 -composite +"Lv02BottleGrotto_07D_Mask.png" -geometry +494+776 -composite +"Lv02BottleGrotto_07E_Mask.png" -geometry +654+776 -composite +"Lv02BottleGrotto_07F_Mask.png" -geometry +814+776 -composite +"Lv02BottleGrotto_07G_Mask.png" -geometry +974+776 -composite +"Lv02BottleGrotto_08C_Mask.png" -geometry +334+904 -composite +"Lv02BottleGrotto_08D_Mask.png" -geometry +494+904 -composite +"Lv02BottleGrotto_08E_Mask.png" -geometry +654+904 -composite +"Lv02BottleGrotto_08F_Mask.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt new file mode 100644 index 00000000..c0e04c47 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt @@ -0,0 +1,36 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv03KeyCavern_01A_Mask.png" -geometry +14+8 -composite +"Lv03KeyCavern_01B_Mask.png" -geometry +174+8 -composite +"Lv03KeyCavern_01C_Mask.png" -geometry +334+8 -composite +"Lv03KeyCavern_01D_Mask.png" -geometry +494+8 -composite +"Lv03KeyCavern_02A_Mask.png" -geometry +14+136 -composite +"Lv03KeyCavern_02B_Mask.png" -geometry +174+136 -composite +"Lv03KeyCavern_02C_Mask.png" -geometry +334+136 -composite +"Lv03KeyCavern_02D_Mask.png" -geometry +494+136 -composite +"Lv03KeyCavern_03A_Mask.png" -geometry +14+264 -composite +"Lv03KeyCavern_03B_Mask.png" -geometry +174+264 -composite +"Lv03KeyCavern_03C_Mask.png" -geometry +334+264 -composite +"Lv03KeyCavern_03D_Mask.png" -geometry +494+264 -composite +"Lv03KeyCavern_03G_Mask.png" -geometry +974+264 -composite +"Lv03KeyCavern_04B_Mask.png" -geometry +174+392 -composite +"Lv03KeyCavern_04C_Mask.png" -geometry +334+392 -composite +"Lv03KeyCavern_04D_Mask.png" -geometry +494+392 -composite +"Lv03KeyCavern_04F_Mask.png" -geometry +814+392 -composite +"Lv03KeyCavern_04G_Mask.png" -geometry +974+392 -composite +"Lv03KeyCavern_04H_Mask.png" -geometry +1134+392 -composite +"Lv03KeyCavern_05B_Mask.png" -geometry +174+520 -composite +"Lv03KeyCavern_05G_Mask.png" -geometry +974+520 -composite +"Lv03KeyCavern_06B_Mask.png" -geometry +174+648 -composite +"Lv03KeyCavern_06C_Mask.png" -geometry +334+648 -composite +"Lv03KeyCavern_06G_Mask.png" -geometry +974+648 -composite +"Lv03KeyCavern_07B_Mask.png" -geometry +174+776 -composite +"Lv03KeyCavern_07G_Mask.png" -geometry +974+776 -composite +"Lv03KeyCavern_07H_Mask.png" -geometry +1134+776 -composite +"Lv03KeyCavern_08B_Mask.png" -geometry +174+904 -composite +"Lv03KeyCavern_08C_Mask.png" -geometry +334+904 -composite +"Lv03KeyCavern_08G_Mask.png" -geometry +974+904 -composite +"Lv03KeyCavern_08H_Mask.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt new file mode 100644 index 00000000..57049393 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt @@ -0,0 +1,34 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv04AnglersTunnel_02D_Mask.png" -geometry +494+136 -composite +"Lv04AnglersTunnel_02E_Mask.png" -geometry +654+136 -composite +"Lv04AnglersTunnel_03B_Mask.png" -geometry +174+264 -composite +"Lv04AnglersTunnel_03D_Mask.png" -geometry +494+264 -composite +"Lv04AnglersTunnel_03E_Mask.png" -geometry +654+264 -composite +"Lv04AnglersTunnel_03F_Mask.png" -geometry +814+264 -composite +"Lv04AnglersTunnel_03G_Mask.png" -geometry +974+264 -composite +"Lv04AnglersTunnel_04B_Mask.png" -geometry +174+392 -composite +"Lv04AnglersTunnel_04C_Mask.png" -geometry +334+392 -composite +"Lv04AnglersTunnel_04D_Mask.png" -geometry +494+392 -composite +"Lv04AnglersTunnel_04E_Mask.png" -geometry +654+392 -composite +"Lv04AnglersTunnel_04F_Mask.png" -geometry +814+392 -composite +"Lv04AnglersTunnel_04G_Mask.png" -geometry +974+392 -composite +"Lv04AnglersTunnel_05B_Mask.png" -geometry +174+520 -composite +"Lv04AnglersTunnel_05C_Mask.png" -geometry +334+520 -composite +"Lv04AnglersTunnel_05D_Mask.png" -geometry +494+520 -composite +"Lv04AnglersTunnel_05E_Mask.png" -geometry +654+520 -composite +"Lv04AnglersTunnel_05F_Mask.png" -geometry +814+520 -composite +"Lv04AnglersTunnel_05G_Mask.png" -geometry +974+520 -composite +"Lv04AnglersTunnel_06C_Mask.png" -geometry +334+648 -composite +"Lv04AnglersTunnel_06D_Mask.png" -geometry +494+648 -composite +"Lv04AnglersTunnel_06E_Mask.png" -geometry +654+648 -composite +"Lv04AnglersTunnel_06F_Mask.png" -geometry +814+648 -composite +"Lv04AnglersTunnel_07C_Mask.png" -geometry +334+776 -composite +"Lv04AnglersTunnel_07D_Mask.png" -geometry +494+776 -composite +"Lv04AnglersTunnel_07E_Mask.png" -geometry +654+776 -composite +"Lv04AnglersTunnel_07F_Mask.png" -geometry +814+776 -composite +"Lv04AnglersTunnel_08D_Mask.png" -geometry +494+904 -composite +"Lv04AnglersTunnel_08E_Mask.png" -geometry +654+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt new file mode 100644 index 00000000..266b22a7 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt @@ -0,0 +1,41 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv05CatfishsMaw_01B_Mask.png" -geometry +174+8 -composite +"Lv05CatfishsMaw_01C_Mask.png" -geometry +334+8 -composite +"Lv05CatfishsMaw_01D_Mask.png" -geometry +494+8 -composite +"Lv05CatfishsMaw_01E_Mask.png" -geometry +654+8 -composite +"Lv05CatfishsMaw_01F_Mask.png" -geometry +814+8 -composite +"Lv05CatfishsMaw_02C_Mask.png" -geometry +334+136 -composite +"Lv05CatfishsMaw_02D_Mask.png" -geometry +494+136 -composite +"Lv05CatfishsMaw_02E_Mask.png" -geometry +654+136 -composite +"Lv05CatfishsMaw_02F_Mask.png" -geometry +814+136 -composite +"Lv05CatfishsMaw_02G_Mask.png" -geometry +974+136 -composite +"Lv05CatfishsMaw_03B_Mask.png" -geometry +174+264 -composite +"Lv05CatfishsMaw_03C_Mask.png" -geometry +334+264 -composite +"Lv05CatfishsMaw_03D_Mask.png" -geometry +494+264 -composite +"Lv05CatfishsMaw_03E_Mask.png" -geometry +654+264 -composite +"Lv05CatfishsMaw_03F_Mask.png" -geometry +814+264 -composite +"Lv05CatfishsMaw_03G_Mask.png" -geometry +974+264 -composite +"Lv05CatfishsMaw_03H_Mask.png" -geometry +1134+264 -composite +"Lv05CatfishsMaw_04F_Mask.png" -geometry +814+392 -composite +"Lv05CatfishsMaw_04G_Mask.png" -geometry +974+392 -composite +"Lv05CatfishsMaw_04H_Mask.png" -geometry +1134+392 -composite +"Lv05CatfishsMaw_05C_Mask.png" -geometry +334+520 -composite +"Lv05CatfishsMaw_05D_Mask.png" -geometry +494+520 -composite +"Lv05CatfishsMaw_05E_Mask.png" -geometry +654+520 -composite +"Lv05CatfishsMaw_05F_Mask.png" -geometry +814+520 -composite +"Lv05CatfishsMaw_05G_Mask.png" -geometry +974+520 -composite +"Lv05CatfishsMaw_06C_Mask.png" -geometry +334+648 -composite +"Lv05CatfishsMaw_06D_Mask.png" -geometry +494+648 -composite +"Lv05CatfishsMaw_06E_Mask.png" -geometry +654+648 -composite +"Lv05CatfishsMaw_06F_Mask.png" -geometry +814+648 -composite +"Lv05CatfishsMaw_07D_Mask.png" -geometry +494+776 -composite +"Lv05CatfishsMaw_07E_Mask.png" -geometry +654+776 -composite +"Lv05CatfishsMaw_07F_Mask.png" -geometry +814+776 -composite +"Lv05CatfishsMaw_08E_Mask.png" -geometry +654+904 -composite +"Lv05CatfishsMaw_08F_Mask.png" -geometry +814+904 -composite +"Lv05CatfishsMaw_08G_Mask.png" -geometry +974+904 -composite +"Lv05CatfishsMaw_08H_Mask.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt new file mode 100644 index 00000000..c8cab05e --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt @@ -0,0 +1,45 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv06FaceShrine_02A_Mask.png" -geometry +14+136 -composite +"Lv06FaceShrine_02H_Mask.png" -geometry +1134+136 -composite +"Lv06FaceShrine_03A_Mask.png" -geometry +14+264 -composite +"Lv06FaceShrine_03B_Mask.png" -geometry +174+264 -composite +"Lv06FaceShrine_03D_Mask.png" -geometry +494+264 -composite +"Lv06FaceShrine_03E_Mask.png" -geometry +654+264 -composite +"Lv06FaceShrine_03G_Mask.png" -geometry +974+264 -composite +"Lv06FaceShrine_03H_Mask.png" -geometry +1134+264 -composite +"Lv06FaceShrine_04A_Mask.png" -geometry +14+392 -composite +"Lv06FaceShrine_04B_Mask.png" -geometry +174+392 -composite +"Lv06FaceShrine_04C_Mask.png" -geometry +334+392 -composite +"Lv06FaceShrine_04D_Mask.png" -geometry +494+392 -composite +"Lv06FaceShrine_04E_Mask.png" -geometry +654+392 -composite +"Lv06FaceShrine_04F_Mask.png" -geometry +814+392 -composite +"Lv06FaceShrine_04G_Mask.png" -geometry +974+392 -composite +"Lv06FaceShrine_04H_Mask.png" -geometry +1134+392 -composite +"Lv06FaceShrine_05A_Mask.png" -geometry +14+520 -composite +"Lv06FaceShrine_05B_Mask.png" -geometry +174+520 -composite +"Lv06FaceShrine_05C_Mask.png" -geometry +334+520 -composite +"Lv06FaceShrine_05D_Mask.png" -geometry +494+520 -composite +"Lv06FaceShrine_05E_Mask.png" -geometry +654+520 -composite +"Lv06FaceShrine_05F_Mask.png" -geometry +814+520 -composite +"Lv06FaceShrine_05G_Mask.png" -geometry +974+520 -composite +"Lv06FaceShrine_05H_Mask.png" -geometry +1134+520 -composite +"Lv06FaceShrine_06B_Mask.png" -geometry +174+648 -composite +"Lv06FaceShrine_06C_Mask.png" -geometry +334+648 -composite +"Lv06FaceShrine_06D_Mask.png" -geometry +494+648 -composite +"Lv06FaceShrine_06E_Mask.png" -geometry +654+648 -composite +"Lv06FaceShrine_06F_Mask.png" -geometry +814+648 -composite +"Lv06FaceShrine_06G_Mask.png" -geometry +974+648 -composite +"Lv06FaceShrine_07B_Mask.png" -geometry +174+776 -composite +"Lv06FaceShrine_07C_Mask.png" -geometry +334+776 -composite +"Lv06FaceShrine_07F_Mask.png" -geometry +814+776 -composite +"Lv06FaceShrine_07G_Mask.png" -geometry +974+776 -composite +"Lv06FaceShrine_08B_Mask.png" -geometry +174+904 -composite +"Lv06FaceShrine_08C_Mask.png" -geometry +334+904 -composite +"Lv06FaceShrine_08D_Mask.png" -geometry +494+904 -composite +"Lv06FaceShrine_08E_Mask.png" -geometry +654+904 -composite +"Lv06FaceShrine_08F_Mask.png" -geometry +814+904 -composite +"Lv06FaceShrine_08G_Mask.png" -geometry +974+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt new file mode 100644 index 00000000..aa32b920 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt @@ -0,0 +1,60 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv07EagleTower_01B_Mask.png" -geometry +174+8 -composite +"Lv07EagleTower_01C_Mask.png" -geometry +334+8 -composite +"Lv07EagleTower_01E_Mask.png" -geometry +654+8 -composite +"Lv07EagleTower_01F_Mask.png" -geometry +814+8 -composite +"Lv07EagleTower_01G_Mask.png" -geometry +974+8 -composite +"Lv07EagleTower_02A_Mask.png" -geometry +14+136 -composite +"Lv07EagleTower_02B_Mask.png" -geometry +174+136 -composite +"Lv07EagleTower_02C_Mask.png" -geometry +334+136 -composite +"Lv07EagleTower_02D_Mask.png" -geometry +494+136 -composite +"Lv07EagleTower_02E_Mask.png" -geometry +654+136 -composite +"Lv07EagleTower_02F_Mask.png" -geometry +814+136 -composite +"Lv07EagleTower_02G_Mask.png" -geometry +974+136 -composite +"Lv07EagleTower_02H_Mask.png" -geometry +1134+136 -composite +"Lv07EagleTower_03A_Mask.png" -geometry +14+264 -composite +"Lv07EagleTower_03B_Mask.png" -geometry +174+264 -composite +"Lv07EagleTower_03C_Mask.png" -geometry +334+264 -composite +"Lv07EagleTower_03D_Mask.png" -geometry +494+264 -composite +"Lv07EagleTower_03E_Mask.png" -geometry +654+264 -composite +"Lv07EagleTower_03F_Mask.png" -geometry +814+264 -composite +"Lv07EagleTower_03G_Mask.png" -geometry +974+264 -composite +"Lv07EagleTower_03H_Mask.png" -geometry +1134+264 -composite +"Lv07EagleTower_04A_Mask.png" -geometry +14+392 -composite +"Lv07EagleTower_04B_Mask.png" -geometry +174+392 -composite +"Lv07EagleTower_04C_Mask.png" -geometry +334+392 -composite +"Lv07EagleTower_04D_Mask.png" -geometry +494+392 -composite +"Lv07EagleTower_04F_Mask.png" -geometry +814+392 -composite +"Lv07EagleTower_04G_Mask.png" -geometry +974+392 -composite +"Lv07EagleTower_05A_Mask.png" -geometry +14+520 -composite +"Lv07EagleTower_05B_Mask.png" -geometry +174+520 -composite +"Lv07EagleTower_05C_Mask.png" -geometry +334+520 -composite +"Lv07EagleTower_05D_Mask.png" -geometry +494+520 -composite +"Lv07EagleTower_05F_Mask.png" -geometry +814+520 -composite +"Lv07EagleTower_05G_Mask.png" -geometry +974+520 -composite +"Lv07EagleTower_06A_Mask.png" -geometry +14+648 -composite +"Lv07EagleTower_06B_Mask.png" -geometry +174+648 -composite +"Lv07EagleTower_06C_Mask.png" -geometry +334+648 -composite +"Lv07EagleTower_06D_Mask.png" -geometry +494+648 -composite +"Lv07EagleTower_06E_Mask.png" -geometry +654+648 -composite +"Lv07EagleTower_06F_Mask.png" -geometry +814+648 -composite +"Lv07EagleTower_06G_Mask.png" -geometry +974+648 -composite +"Lv07EagleTower_06H_Mask.png" -geometry +1134+648 -composite +"Lv07EagleTower_07A_Mask.png" -geometry +14+776 -composite +"Lv07EagleTower_07B_Mask.png" -geometry +174+776 -composite +"Lv07EagleTower_07C_Mask.png" -geometry +334+776 -composite +"Lv07EagleTower_07D_Mask.png" -geometry +494+776 -composite +"Lv07EagleTower_07E_Mask.png" -geometry +654+776 -composite +"Lv07EagleTower_07F_Mask.png" -geometry +814+776 -composite +"Lv07EagleTower_07G_Mask.png" -geometry +974+776 -composite +"Lv07EagleTower_07H_Mask.png" -geometry +1134+776 -composite +"Lv07EagleTower_08A_Mask.png" -geometry +14+904 -composite +"Lv07EagleTower_08B_Mask.png" -geometry +174+904 -composite +"Lv07EagleTower_08C_Mask.png" -geometry +334+904 -composite +"Lv07EagleTower_08D_Mask.png" -geometry +494+904 -composite +"Lv07EagleTower_08F_Mask.png" -geometry +814+904 -composite +"Lv07EagleTower_08G_Mask.png" -geometry +974+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt new file mode 100644 index 00000000..6a96759c --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt @@ -0,0 +1,53 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv08TurtleRock_01D_Mask.png" -geometry +494+8 -composite +"Lv08TurtleRock_01E_Mask.png" -geometry +654+8 -composite +"Lv08TurtleRock_02A_Mask.png" -geometry +14+136 -composite +"Lv08TurtleRock_02D_Mask.png" -geometry +494+136 -composite +"Lv08TurtleRock_02E_Mask.png" -geometry +654+136 -composite +"Lv08TurtleRock_02H_Mask.png" -geometry +1134+136 -composite +"Lv08TurtleRock_03A_Mask.png" -geometry +14+264 -composite +"Lv08TurtleRock_03B_Mask.png" -geometry +174+264 -composite +"Lv08TurtleRock_03C_Mask.png" -geometry +334+264 -composite +"Lv08TurtleRock_03D_Mask.png" -geometry +494+264 -composite +"Lv08TurtleRock_03E_Mask.png" -geometry +654+264 -composite +"Lv08TurtleRock_03F_Mask.png" -geometry +814+264 -composite +"Lv08TurtleRock_03G_Mask.png" -geometry +974+264 -composite +"Lv08TurtleRock_03H_Mask.png" -geometry +1134+264 -composite +"Lv08TurtleRock_04B_Mask.png" -geometry +174+392 -composite +"Lv08TurtleRock_04C_Mask.png" -geometry +334+392 -composite +"Lv08TurtleRock_04D_Mask.png" -geometry +494+392 -composite +"Lv08TurtleRock_04E_Mask.png" -geometry +654+392 -composite +"Lv08TurtleRock_04F_Mask.png" -geometry +814+392 -composite +"Lv08TurtleRock_04G_Mask.png" -geometry +974+392 -composite +"Lv08TurtleRock_05A_Mask.png" -geometry +14+520 -composite +"Lv08TurtleRock_05B_Mask.png" -geometry +174+520 -composite +"Lv08TurtleRock_05C_Mask.png" -geometry +334+520 -composite +"Lv08TurtleRock_05D_Mask.png" -geometry +494+520 -composite +"Lv08TurtleRock_05E_Mask.png" -geometry +654+520 -composite +"Lv08TurtleRock_05F_Mask.png" -geometry +814+520 -composite +"Lv08TurtleRock_05G_Mask.png" -geometry +974+520 -composite +"Lv08TurtleRock_05H_Mask.png" -geometry +1134+520 -composite +"Lv08TurtleRock_06A_Mask.png" -geometry +14+648 -composite +"Lv08TurtleRock_06B_Mask.png" -geometry +174+648 -composite +"Lv08TurtleRock_06C_Mask.png" -geometry +334+648 -composite +"Lv08TurtleRock_06D_Mask.png" -geometry +494+648 -composite +"Lv08TurtleRock_06E_Mask.png" -geometry +654+648 -composite +"Lv08TurtleRock_06F_Mask.png" -geometry +814+648 -composite +"Lv08TurtleRock_06G_Mask.png" -geometry +974+648 -composite +"Lv08TurtleRock_06H_Mask.png" -geometry +1134+648 -composite +"Lv08TurtleRock_07A_Mask.png" -geometry +14+776 -composite +"Lv08TurtleRock_07B_Mask.png" -geometry +174+776 -composite +"Lv08TurtleRock_07C_Mask.png" -geometry +334+776 -composite +"Lv08TurtleRock_07D_Mask.png" -geometry +494+776 -composite +"Lv08TurtleRock_07E_Mask.png" -geometry +654+776 -composite +"Lv08TurtleRock_07F_Mask.png" -geometry +814+776 -composite +"Lv08TurtleRock_07G_Mask.png" -geometry +974+776 -composite +"Lv08TurtleRock_07H_Mask.png" -geometry +1134+776 -composite +"Lv08TurtleRock_08A_Mask.png" -geometry +14+904 -composite +"Lv08TurtleRock_08D_Mask.png" -geometry +494+904 -composite +"Lv08TurtleRock_08E_Mask.png" -geometry +654+904 -composite +"Lv08TurtleRock_08H_Mask.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt new file mode 100644 index 00000000..337cb6d1 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt @@ -0,0 +1,28 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv10ClothesDungeon_04B_Mask.png" -geometry +174+392 -composite +"Lv10ClothesDungeon_04C_Mask.png" -geometry +334+392 -composite +"Lv10ClothesDungeon_04D_Mask.png" -geometry +494+392 -composite +"Lv10ClothesDungeon_04F_Mask.png" -geometry +814+392 -composite +"Lv10ClothesDungeon_04G_Mask.png" -geometry +974+392 -composite +"Lv10ClothesDungeon_05B_Mask.png" -geometry +174+520 -composite +"Lv10ClothesDungeon_05C_Mask.png" -geometry +334+520 -composite +"Lv10ClothesDungeon_05D_Mask.png" -geometry +494+520 -composite +"Lv10ClothesDungeon_05E_Mask.png" -geometry +654+520 -composite +"Lv10ClothesDungeon_05F_Mask.png" -geometry +814+520 -composite +"Lv10ClothesDungeon_05G_Mask.png" -geometry +974+520 -composite +"Lv10ClothesDungeon_06C_Mask.png" -geometry +334+648 -composite +"Lv10ClothesDungeon_06D_Mask.png" -geometry +494+648 -composite +"Lv10ClothesDungeon_06E_Mask.png" -geometry +654+648 -composite +"Lv10ClothesDungeon_06F_Mask.png" -geometry +814+648 -composite +"Lv10ClothesDungeon_07C_Mask.png" -geometry +334+776 -composite +"Lv10ClothesDungeon_07D_Mask.png" -geometry +494+776 -composite +"Lv10ClothesDungeon_07E_Mask.png" -geometry +654+776 -composite +"Lv10ClothesDungeon_07F_Mask.png" -geometry +814+776 -composite +"Lv10ClothesDungeon_08C_Mask.png" -geometry +334+904 -composite +"Lv10ClothesDungeon_08D_Mask.png" -geometry +494+904 -composite +"Lv10ClothesDungeon_08E_Mask.png" -geometry +654+904 -composite +"Lv10ClothesDungeon_08F_Mask.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt new file mode 100644 index 00000000..88cee192 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt @@ -0,0 +1,10 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv11PanelOnlyDungeon_02D_Mask.png" -geometry +494+136 -composite +"Lv11PanelOnlyDungeon_02E_Mask.png" -geometry +654+136 -composite +"Lv11PanelOnlyDungeon_03D_Mask.png" -geometry +494+264 -composite +"Lv11PanelOnlyDungeon_03E_Mask.png" -geometry +654+264 -composite +"Lv11PanelOnlyDungeon_04D_Mask.png" -geometry +494+392 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt new file mode 100644 index 00000000..f4c6d6e3 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt @@ -0,0 +1,30 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv01TailCave_03G.png" -geometry +974+264 -composite +"Lv01TailCave_04B.png" -geometry +174+392 -composite +"Lv01TailCave_04C.png" -geometry +334+392 -composite +"Lv01TailCave_04D.png" -geometry +494+392 -composite +"Lv01TailCave_04G.png" -geometry +974+392 -composite +"Lv01TailCave_05A.png" -geometry +14+520 -composite +"Lv01TailCave_05C.png" -geometry +334+520 -composite +"Lv01TailCave_05D.png" -geometry +494+520 -composite +"Lv01TailCave_05E.png" -geometry +654+520 -composite +"Lv01TailCave_05F.png" -geometry +814+520 -composite +"Lv01TailCave_05G.png" -geometry +974+520 -composite +"Lv01TailCave_06A.png" -geometry +14+648 -composite +"Lv01TailCave_06B.png" -geometry +174+648 -composite +"Lv01TailCave_06C.png" -geometry +334+648 -composite +"Lv01TailCave_06D.png" -geometry +494+648 -composite +"Lv01TailCave_06E.png" -geometry +654+648 -composite +"Lv01TailCave_06F.png" -geometry +814+648 -composite +"Lv01TailCave_06G.png" -geometry +974+648 -composite +"Lv01TailCave_07A.png" -geometry +14+776 -composite +"Lv01TailCave_07C.png" -geometry +334+776 -composite +"Lv01TailCave_07D.png" -geometry +494+776 -composite +"Lv01TailCave_07E.png" -geometry +654+776 -composite +"Lv01TailCave_08B.png" -geometry +174+904 -composite +"Lv01TailCave_08C.png" -geometry +334+904 -composite +"Lv01TailCave_08D.png" -geometry +494+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt new file mode 100644 index 00000000..de88ebd7 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt @@ -0,0 +1,31 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv02BottleGrotto_02B.png" -geometry +174+136 -composite +"Lv02BottleGrotto_02C.png" -geometry +334+136 -composite +"Lv02BottleGrotto_02D.png" -geometry +494+136 -composite +"Lv02BottleGrotto_02E.png" -geometry +654+136 -composite +"Lv02BottleGrotto_02F.png" -geometry +814+136 -composite +"Lv02BottleGrotto_02G.png" -geometry +974+136 -composite +"Lv02BottleGrotto_03C.png" -geometry +334+264 -composite +"Lv02BottleGrotto_03F.png" -geometry +814+264 -composite +"Lv02BottleGrotto_04B.png" -geometry +174+392 -composite +"Lv02BottleGrotto_04C.png" -geometry +334+392 -composite +"Lv02BottleGrotto_04F.png" -geometry +814+392 -composite +"Lv02BottleGrotto_04G.png" -geometry +974+392 -composite +"Lv02BottleGrotto_05B.png" -geometry +174+520 -composite +"Lv02BottleGrotto_05G.png" -geometry +974+520 -composite +"Lv02BottleGrotto_06B.png" -geometry +174+648 -composite +"Lv02BottleGrotto_06G.png" -geometry +974+648 -composite +"Lv02BottleGrotto_07B.png" -geometry +174+776 -composite +"Lv02BottleGrotto_07C.png" -geometry +334+776 -composite +"Lv02BottleGrotto_07D.png" -geometry +494+776 -composite +"Lv02BottleGrotto_07E.png" -geometry +654+776 -composite +"Lv02BottleGrotto_07F.png" -geometry +814+776 -composite +"Lv02BottleGrotto_07G.png" -geometry +974+776 -composite +"Lv02BottleGrotto_08C.png" -geometry +334+904 -composite +"Lv02BottleGrotto_08D.png" -geometry +494+904 -composite +"Lv02BottleGrotto_08E.png" -geometry +654+904 -composite +"Lv02BottleGrotto_08F.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt new file mode 100644 index 00000000..8ac2585f --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt @@ -0,0 +1,36 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv03KeyCavern_01A.png" -geometry +14+8 -composite +"Lv03KeyCavern_01B.png" -geometry +174+8 -composite +"Lv03KeyCavern_01C.png" -geometry +334+8 -composite +"Lv03KeyCavern_01D.png" -geometry +494+8 -composite +"Lv03KeyCavern_02A.png" -geometry +14+136 -composite +"Lv03KeyCavern_02B.png" -geometry +174+136 -composite +"Lv03KeyCavern_02C.png" -geometry +334+136 -composite +"Lv03KeyCavern_02D.png" -geometry +494+136 -composite +"Lv03KeyCavern_03A.png" -geometry +14+264 -composite +"Lv03KeyCavern_03B.png" -geometry +174+264 -composite +"Lv03KeyCavern_03C.png" -geometry +334+264 -composite +"Lv03KeyCavern_03D.png" -geometry +494+264 -composite +"Lv03KeyCavern_03G.png" -geometry +974+264 -composite +"Lv03KeyCavern_04B.png" -geometry +174+392 -composite +"Lv03KeyCavern_04C.png" -geometry +334+392 -composite +"Lv03KeyCavern_04D.png" -geometry +494+392 -composite +"Lv03KeyCavern_04F.png" -geometry +814+392 -composite +"Lv03KeyCavern_04G.png" -geometry +974+392 -composite +"Lv03KeyCavern_04H.png" -geometry +1134+392 -composite +"Lv03KeyCavern_05B.png" -geometry +174+520 -composite +"Lv03KeyCavern_05G.png" -geometry +974+520 -composite +"Lv03KeyCavern_06B.png" -geometry +174+648 -composite +"Lv03KeyCavern_06C.png" -geometry +334+648 -composite +"Lv03KeyCavern_06G.png" -geometry +974+648 -composite +"Lv03KeyCavern_07B.png" -geometry +174+776 -composite +"Lv03KeyCavern_07G.png" -geometry +974+776 -composite +"Lv03KeyCavern_07H.png" -geometry +1134+776 -composite +"Lv03KeyCavern_08B.png" -geometry +174+904 -composite +"Lv03KeyCavern_08C.png" -geometry +334+904 -composite +"Lv03KeyCavern_08G.png" -geometry +974+904 -composite +"Lv03KeyCavern_08H.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt new file mode 100644 index 00000000..8d832248 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt @@ -0,0 +1,34 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv04AnglersTunnel_02D.png" -geometry +494+136 -composite +"Lv04AnglersTunnel_02E.png" -geometry +654+136 -composite +"Lv04AnglersTunnel_03B.png" -geometry +174+264 -composite +"Lv04AnglersTunnel_03D.png" -geometry +494+264 -composite +"Lv04AnglersTunnel_03E.png" -geometry +654+264 -composite +"Lv04AnglersTunnel_03F.png" -geometry +814+264 -composite +"Lv04AnglersTunnel_03G.png" -geometry +974+264 -composite +"Lv04AnglersTunnel_04B.png" -geometry +174+392 -composite +"Lv04AnglersTunnel_04C.png" -geometry +334+392 -composite +"Lv04AnglersTunnel_04D.png" -geometry +494+392 -composite +"Lv04AnglersTunnel_04E.png" -geometry +654+392 -composite +"Lv04AnglersTunnel_04F.png" -geometry +814+392 -composite +"Lv04AnglersTunnel_04G.png" -geometry +974+392 -composite +"Lv04AnglersTunnel_05B.png" -geometry +174+520 -composite +"Lv04AnglersTunnel_05C.png" -geometry +334+520 -composite +"Lv04AnglersTunnel_05D.png" -geometry +494+520 -composite +"Lv04AnglersTunnel_05E.png" -geometry +654+520 -composite +"Lv04AnglersTunnel_05F.png" -geometry +814+520 -composite +"Lv04AnglersTunnel_05G.png" -geometry +974+520 -composite +"Lv04AnglersTunnel_06C.png" -geometry +334+648 -composite +"Lv04AnglersTunnel_06D.png" -geometry +494+648 -composite +"Lv04AnglersTunnel_06E.png" -geometry +654+648 -composite +"Lv04AnglersTunnel_06F.png" -geometry +814+648 -composite +"Lv04AnglersTunnel_07C.png" -geometry +334+776 -composite +"Lv04AnglersTunnel_07D.png" -geometry +494+776 -composite +"Lv04AnglersTunnel_07E.png" -geometry +654+776 -composite +"Lv04AnglersTunnel_07F.png" -geometry +814+776 -composite +"Lv04AnglersTunnel_08D.png" -geometry +494+904 -composite +"Lv04AnglersTunnel_08E.png" -geometry +654+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt new file mode 100644 index 00000000..2afb4dde --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt @@ -0,0 +1,41 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv05CatfishsMaw_01B.png" -geometry +174+8 -composite +"Lv05CatfishsMaw_01C.png" -geometry +334+8 -composite +"Lv05CatfishsMaw_01D.png" -geometry +494+8 -composite +"Lv05CatfishsMaw_01E.png" -geometry +654+8 -composite +"Lv05CatfishsMaw_01F.png" -geometry +814+8 -composite +"Lv05CatfishsMaw_02C.png" -geometry +334+136 -composite +"Lv05CatfishsMaw_02D.png" -geometry +494+136 -composite +"Lv05CatfishsMaw_02E.png" -geometry +654+136 -composite +"Lv05CatfishsMaw_02F.png" -geometry +814+136 -composite +"Lv05CatfishsMaw_02G.png" -geometry +974+136 -composite +"Lv05CatfishsMaw_03B.png" -geometry +174+264 -composite +"Lv05CatfishsMaw_03C.png" -geometry +334+264 -composite +"Lv05CatfishsMaw_03D.png" -geometry +494+264 -composite +"Lv05CatfishsMaw_03E.png" -geometry +654+264 -composite +"Lv05CatfishsMaw_03F.png" -geometry +814+264 -composite +"Lv05CatfishsMaw_03G.png" -geometry +974+264 -composite +"Lv05CatfishsMaw_03H.png" -geometry +1134+264 -composite +"Lv05CatfishsMaw_04F.png" -geometry +814+392 -composite +"Lv05CatfishsMaw_04G.png" -geometry +974+392 -composite +"Lv05CatfishsMaw_04H.png" -geometry +1134+392 -composite +"Lv05CatfishsMaw_05C.png" -geometry +334+520 -composite +"Lv05CatfishsMaw_05D.png" -geometry +494+520 -composite +"Lv05CatfishsMaw_05E.png" -geometry +654+520 -composite +"Lv05CatfishsMaw_05F.png" -geometry +814+520 -composite +"Lv05CatfishsMaw_05G.png" -geometry +974+520 -composite +"Lv05CatfishsMaw_06C.png" -geometry +334+648 -composite +"Lv05CatfishsMaw_06D.png" -geometry +494+648 -composite +"Lv05CatfishsMaw_06E.png" -geometry +654+648 -composite +"Lv05CatfishsMaw_06F.png" -geometry +814+648 -composite +"Lv05CatfishsMaw_07D.png" -geometry +494+776 -composite +"Lv05CatfishsMaw_07E.png" -geometry +654+776 -composite +"Lv05CatfishsMaw_07F.png" -geometry +814+776 -composite +"Lv05CatfishsMaw_08E.png" -geometry +654+904 -composite +"Lv05CatfishsMaw_08F.png" -geometry +814+904 -composite +"Lv05CatfishsMaw_08G.png" -geometry +974+904 -composite +"Lv05CatfishsMaw_08H.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt new file mode 100644 index 00000000..770aef0c --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt @@ -0,0 +1,45 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv06FaceShrine_02A.png" -geometry +14+136 -composite +"Lv06FaceShrine_02H.png" -geometry +1134+136 -composite +"Lv06FaceShrine_03A.png" -geometry +14+264 -composite +"Lv06FaceShrine_03B.png" -geometry +174+264 -composite +"Lv06FaceShrine_03D.png" -geometry +494+264 -composite +"Lv06FaceShrine_03E.png" -geometry +654+264 -composite +"Lv06FaceShrine_03G.png" -geometry +974+264 -composite +"Lv06FaceShrine_03H.png" -geometry +1134+264 -composite +"Lv06FaceShrine_04A.png" -geometry +14+392 -composite +"Lv06FaceShrine_04B.png" -geometry +174+392 -composite +"Lv06FaceShrine_04C.png" -geometry +334+392 -composite +"Lv06FaceShrine_04D.png" -geometry +494+392 -composite +"Lv06FaceShrine_04E.png" -geometry +654+392 -composite +"Lv06FaceShrine_04F.png" -geometry +814+392 -composite +"Lv06FaceShrine_04G.png" -geometry +974+392 -composite +"Lv06FaceShrine_04H.png" -geometry +1134+392 -composite +"Lv06FaceShrine_05A.png" -geometry +14+520 -composite +"Lv06FaceShrine_05B.png" -geometry +174+520 -composite +"Lv06FaceShrine_05C.png" -geometry +334+520 -composite +"Lv06FaceShrine_05D.png" -geometry +494+520 -composite +"Lv06FaceShrine_05E.png" -geometry +654+520 -composite +"Lv06FaceShrine_05F.png" -geometry +814+520 -composite +"Lv06FaceShrine_05G.png" -geometry +974+520 -composite +"Lv06FaceShrine_05H.png" -geometry +1134+520 -composite +"Lv06FaceShrine_06B.png" -geometry +174+648 -composite +"Lv06FaceShrine_06C.png" -geometry +334+648 -composite +"Lv06FaceShrine_06D.png" -geometry +494+648 -composite +"Lv06FaceShrine_06E.png" -geometry +654+648 -composite +"Lv06FaceShrine_06F.png" -geometry +814+648 -composite +"Lv06FaceShrine_06G.png" -geometry +974+648 -composite +"Lv06FaceShrine_07B.png" -geometry +174+776 -composite +"Lv06FaceShrine_07C.png" -geometry +334+776 -composite +"Lv06FaceShrine_07F.png" -geometry +814+776 -composite +"Lv06FaceShrine_07G.png" -geometry +974+776 -composite +"Lv06FaceShrine_08B.png" -geometry +174+904 -composite +"Lv06FaceShrine_08C.png" -geometry +334+904 -composite +"Lv06FaceShrine_08D.png" -geometry +494+904 -composite +"Lv06FaceShrine_08E.png" -geometry +654+904 -composite +"Lv06FaceShrine_08F.png" -geometry +814+904 -composite +"Lv06FaceShrine_08G.png" -geometry +974+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt new file mode 100644 index 00000000..c9d5e38f --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt @@ -0,0 +1,60 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv07EagleTower_01B.png" -geometry +174+8 -composite +"Lv07EagleTower_01C.png" -geometry +334+8 -composite +"Lv07EagleTower_01E.png" -geometry +654+8 -composite +"Lv07EagleTower_01F.png" -geometry +814+8 -composite +"Lv07EagleTower_01G.png" -geometry +974+8 -composite +"Lv07EagleTower_02A.png" -geometry +14+136 -composite +"Lv07EagleTower_02B.png" -geometry +174+136 -composite +"Lv07EagleTower_02C.png" -geometry +334+136 -composite +"Lv07EagleTower_02D.png" -geometry +494+136 -composite +"Lv07EagleTower_02E.png" -geometry +654+136 -composite +"Lv07EagleTower_02F.png" -geometry +814+136 -composite +"Lv07EagleTower_02G.png" -geometry +974+136 -composite +"Lv07EagleTower_02H.png" -geometry +1134+136 -composite +"Lv07EagleTower_03A.png" -geometry +14+264 -composite +"Lv07EagleTower_03B.png" -geometry +174+264 -composite +"Lv07EagleTower_03C.png" -geometry +334+264 -composite +"Lv07EagleTower_03D.png" -geometry +494+264 -composite +"Lv07EagleTower_03E.png" -geometry +654+264 -composite +"Lv07EagleTower_03F.png" -geometry +814+264 -composite +"Lv07EagleTower_03G.png" -geometry +974+264 -composite +"Lv07EagleTower_03H.png" -geometry +1134+264 -composite +"Lv07EagleTower_04A.png" -geometry +14+392 -composite +"Lv07EagleTower_04B.png" -geometry +174+392 -composite +"Lv07EagleTower_04C.png" -geometry +334+392 -composite +"Lv07EagleTower_04D.png" -geometry +494+392 -composite +"Lv07EagleTower_04F.png" -geometry +814+392 -composite +"Lv07EagleTower_04G.png" -geometry +974+392 -composite +"Lv07EagleTower_05A.png" -geometry +14+520 -composite +"Lv07EagleTower_05B.png" -geometry +174+520 -composite +"Lv07EagleTower_05C.png" -geometry +334+520 -composite +"Lv07EagleTower_05D.png" -geometry +494+520 -composite +"Lv07EagleTower_05F.png" -geometry +814+520 -composite +"Lv07EagleTower_05G.png" -geometry +974+520 -composite +"Lv07EagleTower_06A.png" -geometry +14+648 -composite +"Lv07EagleTower_06B.png" -geometry +174+648 -composite +"Lv07EagleTower_06C.png" -geometry +334+648 -composite +"Lv07EagleTower_06D.png" -geometry +494+648 -composite +"Lv07EagleTower_06E.png" -geometry +654+648 -composite +"Lv07EagleTower_06F.png" -geometry +814+648 -composite +"Lv07EagleTower_06G.png" -geometry +974+648 -composite +"Lv07EagleTower_06H.png" -geometry +1134+648 -composite +"Lv07EagleTower_07A.png" -geometry +14+776 -composite +"Lv07EagleTower_07B.png" -geometry +174+776 -composite +"Lv07EagleTower_07C.png" -geometry +334+776 -composite +"Lv07EagleTower_07D.png" -geometry +494+776 -composite +"Lv07EagleTower_07E.png" -geometry +654+776 -composite +"Lv07EagleTower_07F.png" -geometry +814+776 -composite +"Lv07EagleTower_07G.png" -geometry +974+776 -composite +"Lv07EagleTower_07H.png" -geometry +1134+776 -composite +"Lv07EagleTower_08A.png" -geometry +14+904 -composite +"Lv07EagleTower_08B.png" -geometry +174+904 -composite +"Lv07EagleTower_08C.png" -geometry +334+904 -composite +"Lv07EagleTower_08D.png" -geometry +494+904 -composite +"Lv07EagleTower_08F.png" -geometry +814+904 -composite +"Lv07EagleTower_08G.png" -geometry +974+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt new file mode 100644 index 00000000..4f95564c --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt @@ -0,0 +1,53 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv08TurtleRock_01D.png" -geometry +494+8 -composite +"Lv08TurtleRock_01E.png" -geometry +654+8 -composite +"Lv08TurtleRock_02A.png" -geometry +14+136 -composite +"Lv08TurtleRock_02D.png" -geometry +494+136 -composite +"Lv08TurtleRock_02E.png" -geometry +654+136 -composite +"Lv08TurtleRock_02H.png" -geometry +1134+136 -composite +"Lv08TurtleRock_03A.png" -geometry +14+264 -composite +"Lv08TurtleRock_03B.png" -geometry +174+264 -composite +"Lv08TurtleRock_03C.png" -geometry +334+264 -composite +"Lv08TurtleRock_03D.png" -geometry +494+264 -composite +"Lv08TurtleRock_03E.png" -geometry +654+264 -composite +"Lv08TurtleRock_03F.png" -geometry +814+264 -composite +"Lv08TurtleRock_03G.png" -geometry +974+264 -composite +"Lv08TurtleRock_03H.png" -geometry +1134+264 -composite +"Lv08TurtleRock_04B.png" -geometry +174+392 -composite +"Lv08TurtleRock_04C.png" -geometry +334+392 -composite +"Lv08TurtleRock_04D.png" -geometry +494+392 -composite +"Lv08TurtleRock_04E.png" -geometry +654+392 -composite +"Lv08TurtleRock_04F.png" -geometry +814+392 -composite +"Lv08TurtleRock_04G.png" -geometry +974+392 -composite +"Lv08TurtleRock_05A.png" -geometry +14+520 -composite +"Lv08TurtleRock_05B.png" -geometry +174+520 -composite +"Lv08TurtleRock_05C.png" -geometry +334+520 -composite +"Lv08TurtleRock_05D.png" -geometry +494+520 -composite +"Lv08TurtleRock_05E.png" -geometry +654+520 -composite +"Lv08TurtleRock_05F.png" -geometry +814+520 -composite +"Lv08TurtleRock_05G.png" -geometry +974+520 -composite +"Lv08TurtleRock_05H.png" -geometry +1134+520 -composite +"Lv08TurtleRock_06A.png" -geometry +14+648 -composite +"Lv08TurtleRock_06B.png" -geometry +174+648 -composite +"Lv08TurtleRock_06C.png" -geometry +334+648 -composite +"Lv08TurtleRock_06D.png" -geometry +494+648 -composite +"Lv08TurtleRock_06E.png" -geometry +654+648 -composite +"Lv08TurtleRock_06F.png" -geometry +814+648 -composite +"Lv08TurtleRock_06G.png" -geometry +974+648 -composite +"Lv08TurtleRock_06H.png" -geometry +1134+648 -composite +"Lv08TurtleRock_07A.png" -geometry +14+776 -composite +"Lv08TurtleRock_07B.png" -geometry +174+776 -composite +"Lv08TurtleRock_07C.png" -geometry +334+776 -composite +"Lv08TurtleRock_07D.png" -geometry +494+776 -composite +"Lv08TurtleRock_07E.png" -geometry +654+776 -composite +"Lv08TurtleRock_07F.png" -geometry +814+776 -composite +"Lv08TurtleRock_07G.png" -geometry +974+776 -composite +"Lv08TurtleRock_07H.png" -geometry +1134+776 -composite +"Lv08TurtleRock_08A.png" -geometry +14+904 -composite +"Lv08TurtleRock_08D.png" -geometry +494+904 -composite +"Lv08TurtleRock_08E.png" -geometry +654+904 -composite +"Lv08TurtleRock_08H.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt new file mode 100644 index 00000000..59e37f5e --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt @@ -0,0 +1,28 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv10ClothesDungeon_04B.png" -geometry +174+392 -composite +"Lv10ClothesDungeon_04C.png" -geometry +334+392 -composite +"Lv10ClothesDungeon_04D.png" -geometry +494+392 -composite +"Lv10ClothesDungeon_04F.png" -geometry +814+392 -composite +"Lv10ClothesDungeon_04G.png" -geometry +974+392 -composite +"Lv10ClothesDungeon_05B.png" -geometry +174+520 -composite +"Lv10ClothesDungeon_05C.png" -geometry +334+520 -composite +"Lv10ClothesDungeon_05D.png" -geometry +494+520 -composite +"Lv10ClothesDungeon_05E.png" -geometry +654+520 -composite +"Lv10ClothesDungeon_05F.png" -geometry +814+520 -composite +"Lv10ClothesDungeon_05G.png" -geometry +974+520 -composite +"Lv10ClothesDungeon_06C.png" -geometry +334+648 -composite +"Lv10ClothesDungeon_06D.png" -geometry +494+648 -composite +"Lv10ClothesDungeon_06E.png" -geometry +654+648 -composite +"Lv10ClothesDungeon_06F.png" -geometry +814+648 -composite +"Lv10ClothesDungeon_07C.png" -geometry +334+776 -composite +"Lv10ClothesDungeon_07D.png" -geometry +494+776 -composite +"Lv10ClothesDungeon_07E.png" -geometry +654+776 -composite +"Lv10ClothesDungeon_07F.png" -geometry +814+776 -composite +"Lv10ClothesDungeon_08C.png" -geometry +334+904 -composite +"Lv10ClothesDungeon_08D.png" -geometry +494+904 -composite +"Lv10ClothesDungeon_08E.png" -geometry +654+904 -composite +"Lv10ClothesDungeon_08F.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt new file mode 100644 index 00000000..d733cda8 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt @@ -0,0 +1,10 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"Lv11PanelOnlyDungeon_02D.png" -geometry +494+136 -composite +"Lv11PanelOnlyDungeon_02E.png" -geometry +654+136 -composite +"Lv11PanelOnlyDungeon_03D.png" -geometry +494+264 -composite +"Lv11PanelOnlyDungeon_03E.png" -geometry +654+264 -composite +"Lv11PanelOnlyDungeon_04D.png" -geometry +494+392 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt new file mode 100644 index 00000000..99fa08c4 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt @@ -0,0 +1,21 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv01TailCave_04B_Mask.png" -geometry +174+392 -composite +"PanelLv01TailCave_04G_Mask.png" -geometry +974+392 -composite +"PanelLv01TailCave_05A_Mask.png" -geometry +14+520 -composite +"PanelLv01TailCave_05F_Mask.png" -geometry +814+520 -composite +"PanelLv01TailCave_05G_Mask.png" -geometry +974+520 -composite +"PanelLv01TailCave_06A_Mask.png" -geometry +14+648 -composite +"PanelLv01TailCave_06B_Mask.png" -geometry +174+648 -composite +"PanelLv01TailCave_06F_Mask.png" -geometry +814+648 -composite +"PanelLv01TailCave_06G_Mask.png" -geometry +974+648 -composite +"PanelLv01TailCave_07A_Mask.png" -geometry +14+776 -composite +"PanelLv01TailCave_07C_Mask.png" -geometry +334+776 -composite +"PanelLv01TailCave_07D_Mask.png" -geometry +494+776 -composite +"PanelLv01TailCave_07E_Mask.png" -geometry +654+776 -composite +"PanelLv01TailCave_08B_Mask.png" -geometry +174+904 -composite +"PanelLv01TailCave_08C_Mask.png" -geometry +334+904 -composite +"PanelLv01TailCave_08D_Mask.png" -geometry +494+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt new file mode 100644 index 00000000..b959e143 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt @@ -0,0 +1,22 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv02BottleGrotto_02B_Mask.png" -geometry +174+136 -composite +"PanelLv02BottleGrotto_02G_Mask.png" -geometry +974+136 -composite +"PanelLv02BottleGrotto_03C_Mask.png" -geometry +334+264 -composite +"PanelLv02BottleGrotto_03F_Mask.png" -geometry +814+264 -composite +"PanelLv02BottleGrotto_04B_Mask.png" -geometry +174+392 -composite +"PanelLv02BottleGrotto_04C_Mask.png" -geometry +334+392 -composite +"PanelLv02BottleGrotto_04G_Mask.png" -geometry +974+392 -composite +"PanelLv02BottleGrotto_05B_Mask.png" -geometry +174+520 -composite +"PanelLv02BottleGrotto_05G_Mask.png" -geometry +974+520 -composite +"PanelLv02BottleGrotto_06B_Mask.png" -geometry +174+648 -composite +"PanelLv02BottleGrotto_06G_Mask.png" -geometry +974+648 -composite +"PanelLv02BottleGrotto_07B_Mask.png" -geometry +174+776 -composite +"PanelLv02BottleGrotto_07C_Mask.png" -geometry +334+776 -composite +"PanelLv02BottleGrotto_07D_Mask.png" -geometry +494+776 -composite +"PanelLv02BottleGrotto_08C_Mask.png" -geometry +334+904 -composite +"PanelLv02BottleGrotto_08D_Mask.png" -geometry +494+904 -composite +"PanelLv02BottleGrotto_08F_Mask.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt new file mode 100644 index 00000000..ecbcb3be --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt @@ -0,0 +1,19 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv03KeyCavern_03G_Mask.png" -geometry +974+264 -composite +"PanelLv03KeyCavern_04C_Mask.png" -geometry +334+392 -composite +"PanelLv03KeyCavern_04D_Mask.png" -geometry +494+392 -composite +"PanelLv03KeyCavern_04F_Mask.png" -geometry +814+392 -composite +"PanelLv03KeyCavern_04G_Mask.png" -geometry +974+392 -composite +"PanelLv03KeyCavern_04H_Mask.png" -geometry +1134+392 -composite +"PanelLv03KeyCavern_05G_Mask.png" -geometry +974+520 -composite +"PanelLv03KeyCavern_06C_Mask.png" -geometry +334+648 -composite +"PanelLv03KeyCavern_07G_Mask.png" -geometry +974+776 -composite +"PanelLv03KeyCavern_07H_Mask.png" -geometry +1134+776 -composite +"PanelLv03KeyCavern_08B_Mask.png" -geometry +174+904 -composite +"PanelLv03KeyCavern_08C_Mask.png" -geometry +334+904 -composite +"PanelLv03KeyCavern_08G_Mask.png" -geometry +974+904 -composite +"PanelLv03KeyCavern_08H_Mask.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt new file mode 100644 index 00000000..306d6d58 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt @@ -0,0 +1,15 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv04AnglersTunnel_02D_Mask.png" -geometry +494+136 -composite +"PanelLv04AnglersTunnel_02E_Mask.png" -geometry +654+136 -composite +"PanelLv04AnglersTunnel_03E_Mask.png" -geometry +654+264 -composite +"PanelLv04AnglersTunnel_03F_Mask.png" -geometry +814+264 -composite +"PanelLv04AnglersTunnel_03G_Mask.png" -geometry +974+264 -composite +"PanelLv04AnglersTunnel_04B_Mask.png" -geometry +174+392 -composite +"PanelLv04AnglersTunnel_04C_Mask.png" -geometry +334+392 -composite +"PanelLv04AnglersTunnel_05B_Mask.png" -geometry +174+520 -composite +"PanelLv04AnglersTunnel_08D_Mask.png" -geometry +494+904 -composite +"PanelLv04AnglersTunnel_08E_Mask.png" -geometry +654+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt new file mode 100644 index 00000000..5d88e2a9 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt @@ -0,0 +1,26 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv05CatfishsMaw_01B_Mask.png" -geometry +174+8 -composite +"PanelLv05CatfishsMaw_01C_Mask.png" -geometry +334+8 -composite +"PanelLv05CatfishsMaw_01E_Mask.png" -geometry +654+8 -composite +"PanelLv05CatfishsMaw_01F_Mask.png" -geometry +814+8 -composite +"PanelLv05CatfishsMaw_02C_Mask.png" -geometry +334+136 -composite +"PanelLv05CatfishsMaw_02D_Mask.png" -geometry +494+136 -composite +"PanelLv05CatfishsMaw_02E_Mask.png" -geometry +654+136 -composite +"PanelLv05CatfishsMaw_02F_Mask.png" -geometry +814+136 -composite +"PanelLv05CatfishsMaw_03B_Mask.png" -geometry +174+264 -composite +"PanelLv05CatfishsMaw_03C_Mask.png" -geometry +334+264 -composite +"PanelLv05CatfishsMaw_03F_Mask.png" -geometry +814+264 -composite +"PanelLv05CatfishsMaw_04F_Mask.png" -geometry +814+392 -composite +"PanelLv05CatfishsMaw_04G_Mask.png" -geometry +974+392 -composite +"PanelLv05CatfishsMaw_04H_Mask.png" -geometry +1134+392 -composite +"PanelLv05CatfishsMaw_05C_Mask.png" -geometry +334+520 -composite +"PanelLv05CatfishsMaw_05D_Mask.png" -geometry +494+520 -composite +"PanelLv05CatfishsMaw_05F_Mask.png" -geometry +814+520 -composite +"PanelLv05CatfishsMaw_05G_Mask.png" -geometry +974+520 -composite +"PanelLv05CatfishsMaw_07D_Mask.png" -geometry +494+776 -composite +"PanelLv05CatfishsMaw_08E_Mask.png" -geometry +654+904 -composite +"PanelLv05CatfishsMaw_08H_Mask.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt new file mode 100644 index 00000000..8c4106dc --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt @@ -0,0 +1,26 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv06FaceShrine_02A_Mask.png" -geometry +14+136 -composite +"PanelLv06FaceShrine_02H_Mask.png" -geometry +1134+136 -composite +"PanelLv06FaceShrine_03A_Mask.png" -geometry +14+264 -composite +"PanelLv06FaceShrine_03H_Mask.png" -geometry +1134+264 -composite +"PanelLv06FaceShrine_04A_Mask.png" -geometry +14+392 -composite +"PanelLv06FaceShrine_04E_Mask.png" -geometry +654+392 -composite +"PanelLv06FaceShrine_04F_Mask.png" -geometry +814+392 -composite +"PanelLv06FaceShrine_05A_Mask.png" -geometry +14+520 -composite +"PanelLv06FaceShrine_05C_Mask.png" -geometry +334+520 -composite +"PanelLv06FaceShrine_05E_Mask.png" -geometry +654+520 -composite +"PanelLv06FaceShrine_05F_Mask.png" -geometry +814+520 -composite +"PanelLv06FaceShrine_05H_Mask.png" -geometry +1134+520 -composite +"PanelLv06FaceShrine_06D_Mask.png" -geometry +494+648 -composite +"PanelLv06FaceShrine_06E_Mask.png" -geometry +654+648 -composite +"PanelLv06FaceShrine_06F_Mask.png" -geometry +814+648 -composite +"PanelLv06FaceShrine_07B_Mask.png" -geometry +174+776 -composite +"PanelLv06FaceShrine_07F_Mask.png" -geometry +814+776 -composite +"PanelLv06FaceShrine_08B_Mask.png" -geometry +174+904 -composite +"PanelLv06FaceShrine_08D_Mask.png" -geometry +494+904 -composite +"PanelLv06FaceShrine_08E_Mask.png" -geometry +654+904 -composite +"PanelLv06FaceShrine_08F_Mask.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt new file mode 100644 index 00000000..a3b18401 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt @@ -0,0 +1,21 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv07EagleTower_01B_Mask.png" -geometry +174+8 -composite +"PanelLv07EagleTower_01C_Mask.png" -geometry +334+8 -composite +"PanelLv07EagleTower_01E_Mask.png" -geometry +654+8 -composite +"PanelLv07EagleTower_02A_Mask.png" -geometry +14+136 -composite +"PanelLv07EagleTower_02D_Mask.png" -geometry +494+136 -composite +"PanelLv07EagleTower_03A_Mask.png" -geometry +14+264 -composite +"PanelLv07EagleTower_03G_Mask.png" -geometry +974+264 -composite +"PanelLv07EagleTower_04A_Mask.png" -geometry +14+392 -composite +"PanelLv07EagleTower_04C_Mask.png" -geometry +334+392 -composite +"PanelLv07EagleTower_05F_Mask.png" -geometry +814+520 -composite +"PanelLv07EagleTower_05G_Mask.png" -geometry +974+520 -composite +"PanelLv07EagleTower_06H_Mask.png" -geometry +1134+648 -composite +"PanelLv07EagleTower_07G_Mask.png" -geometry +974+776 -composite +"PanelLv07EagleTower_07H_Mask.png" -geometry +1134+776 -composite +"PanelLv07EagleTower_08B_Mask.png" -geometry +174+904 -composite +"PanelLv07EagleTower_08G_Mask.png" -geometry +974+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt new file mode 100644 index 00000000..6fadc32a --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt @@ -0,0 +1,37 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv08TurtleRock_01E_Mask.png" -geometry +654+8 -composite +"PanelLv08TurtleRock_02A_Mask.png" -geometry +14+136 -composite +"PanelLv08TurtleRock_02D_Mask.png" -geometry +494+136 -composite +"PanelLv08TurtleRock_03A_Mask.png" -geometry +14+264 -composite +"PanelLv08TurtleRock_03D_Mask.png" -geometry +494+264 -composite +"PanelLv08TurtleRock_03F_Mask.png" -geometry +814+264 -composite +"PanelLv08TurtleRock_03G_Mask.png" -geometry +974+264 -composite +"PanelLv08TurtleRock_03H_Mask.png" -geometry +1134+264 -composite +"PanelLv08TurtleRock_04C_Mask.png" -geometry +334+392 -composite +"PanelLv08TurtleRock_04F_Mask.png" -geometry +814+392 -composite +"PanelLv08TurtleRock_04G_Mask.png" -geometry +974+392 -composite +"PanelLv08TurtleRock_05A_Mask.png" -geometry +14+520 -composite +"PanelLv08TurtleRock_05C_Mask.png" -geometry +334+520 -composite +"PanelLv08TurtleRock_05G_Mask.png" -geometry +974+520 -composite +"PanelLv08TurtleRock_05H_Mask.png" -geometry +1134+520 -composite +"PanelLv08TurtleRock_06A_Mask.png" -geometry +14+648 -composite +"PanelLv08TurtleRock_06B_Mask.png" -geometry +174+648 -composite +"PanelLv08TurtleRock_06C_Mask.png" -geometry +334+648 -composite +"PanelLv08TurtleRock_06G_Mask.png" -geometry +974+648 -composite +"PanelLv08TurtleRock_06H_Mask.png" -geometry +1134+648 -composite +"PanelLv08TurtleRock_07A_Mask.png" -geometry +14+776 -composite +"PanelLv08TurtleRock_07B_Mask.png" -geometry +174+776 -composite +"PanelLv08TurtleRock_07C_Mask.png" -geometry +334+776 -composite +"PanelLv08TurtleRock_07D_Mask.png" -geometry +494+776 -composite +"PanelLv08TurtleRock_07E_Mask.png" -geometry +654+776 -composite +"PanelLv08TurtleRock_07F_Mask.png" -geometry +814+776 -composite +"PanelLv08TurtleRock_07G_Mask.png" -geometry +974+776 -composite +"PanelLv08TurtleRock_07H_Mask.png" -geometry +1134+776 -composite +"PanelLv08TurtleRock_08A_Mask.png" -geometry +14+904 -composite +"PanelLv08TurtleRock_08D_Mask.png" -geometry +494+904 -composite +"PanelLv08TurtleRock_08E_Mask.png" -geometry +654+904 -composite +"PanelLv08TurtleRock_08H_Mask.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt new file mode 100644 index 00000000..c07da86f --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt @@ -0,0 +1,28 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv10ClothesDungeon_04B_Mask.png" -geometry +174+392 -composite +"PanelLv10ClothesDungeon_04C_Mask.png" -geometry +334+392 -composite +"PanelLv10ClothesDungeon_04D_Mask.png" -geometry +494+392 -composite +"PanelLv10ClothesDungeon_04F_Mask.png" -geometry +814+392 -composite +"PanelLv10ClothesDungeon_04G_Mask.png" -geometry +974+392 -composite +"PanelLv10ClothesDungeon_05B_Mask.png" -geometry +174+520 -composite +"PanelLv10ClothesDungeon_05C_Mask.png" -geometry +334+520 -composite +"PanelLv10ClothesDungeon_05D_Mask.png" -geometry +494+520 -composite +"PanelLv10ClothesDungeon_05E_Mask.png" -geometry +654+520 -composite +"PanelLv10ClothesDungeon_05F_Mask.png" -geometry +814+520 -composite +"PanelLv10ClothesDungeon_05G_Mask.png" -geometry +974+520 -composite +"PanelLv10ClothesDungeon_06C_Mask.png" -geometry +334+648 -composite +"PanelLv10ClothesDungeon_06D_Mask.png" -geometry +494+648 -composite +"PanelLv10ClothesDungeon_06E_Mask.png" -geometry +654+648 -composite +"PanelLv10ClothesDungeon_06F_Mask.png" -geometry +814+648 -composite +"PanelLv10ClothesDungeon_07C_Mask.png" -geometry +334+776 -composite +"PanelLv10ClothesDungeon_07D_Mask.png" -geometry +494+776 -composite +"PanelLv10ClothesDungeon_07E_Mask.png" -geometry +654+776 -composite +"PanelLv10ClothesDungeon_07F_Mask.png" -geometry +814+776 -composite +"PanelLv10ClothesDungeon_08C_Mask.png" -geometry +334+904 -composite +"PanelLv10ClothesDungeon_08D_Mask.png" -geometry +494+904 -composite +"PanelLv10ClothesDungeon_08E_Mask.png" -geometry +654+904 -composite +"PanelLv10ClothesDungeon_08F_Mask.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt new file mode 100644 index 00000000..a16ff6a6 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt @@ -0,0 +1,10 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv11PanelOnlyDungeon_02D_Mask.png" -geometry +494+136 -composite +"PanelLv11PanelOnlyDungeon_02E_Mask.png" -geometry +654+136 -composite +"PanelLv11PanelOnlyDungeon_03D_Mask.png" -geometry +494+264 -composite +"PanelLv11PanelOnlyDungeon_03E_Mask.png" -geometry +654+264 -composite +"PanelLv11PanelOnlyDungeon_04D_Mask.png" -geometry +494+392 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt new file mode 100644 index 00000000..b4c6c8b9 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt @@ -0,0 +1,21 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv01TailCave_04B.png" -geometry +174+392 -composite +"PanelLv01TailCave_04G.png" -geometry +974+392 -composite +"PanelLv01TailCave_05A.png" -geometry +14+520 -composite +"PanelLv01TailCave_05F.png" -geometry +814+520 -composite +"PanelLv01TailCave_05G.png" -geometry +974+520 -composite +"PanelLv01TailCave_06A.png" -geometry +14+648 -composite +"PanelLv01TailCave_06B.png" -geometry +174+648 -composite +"PanelLv01TailCave_06F.png" -geometry +814+648 -composite +"PanelLv01TailCave_06G.png" -geometry +974+648 -composite +"PanelLv01TailCave_07A.png" -geometry +14+776 -composite +"PanelLv01TailCave_07C.png" -geometry +334+776 -composite +"PanelLv01TailCave_07D.png" -geometry +494+776 -composite +"PanelLv01TailCave_07E.png" -geometry +654+776 -composite +"PanelLv01TailCave_08B.png" -geometry +174+904 -composite +"PanelLv01TailCave_08C.png" -geometry +334+904 -composite +"PanelLv01TailCave_08D.png" -geometry +494+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt new file mode 100644 index 00000000..1c09322a --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt @@ -0,0 +1,22 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv02BottleGrotto_02B.png" -geometry +174+136 -composite +"PanelLv02BottleGrotto_02G.png" -geometry +974+136 -composite +"PanelLv02BottleGrotto_03C.png" -geometry +334+264 -composite +"PanelLv02BottleGrotto_03F.png" -geometry +814+264 -composite +"PanelLv02BottleGrotto_04B.png" -geometry +174+392 -composite +"PanelLv02BottleGrotto_04C.png" -geometry +334+392 -composite +"PanelLv02BottleGrotto_04G.png" -geometry +974+392 -composite +"PanelLv02BottleGrotto_05B.png" -geometry +174+520 -composite +"PanelLv02BottleGrotto_05G.png" -geometry +974+520 -composite +"PanelLv02BottleGrotto_06B.png" -geometry +174+648 -composite +"PanelLv02BottleGrotto_06G.png" -geometry +974+648 -composite +"PanelLv02BottleGrotto_07B.png" -geometry +174+776 -composite +"PanelLv02BottleGrotto_07C.png" -geometry +334+776 -composite +"PanelLv02BottleGrotto_07D.png" -geometry +494+776 -composite +"PanelLv02BottleGrotto_08C.png" -geometry +334+904 -composite +"PanelLv02BottleGrotto_08D.png" -geometry +494+904 -composite +"PanelLv02BottleGrotto_08F.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt new file mode 100644 index 00000000..4217ee89 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt @@ -0,0 +1,19 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv03KeyCavern_03G.png" -geometry +974+264 -composite +"PanelLv03KeyCavern_04C.png" -geometry +334+392 -composite +"PanelLv03KeyCavern_04D.png" -geometry +494+392 -composite +"PanelLv03KeyCavern_04F.png" -geometry +814+392 -composite +"PanelLv03KeyCavern_04G.png" -geometry +974+392 -composite +"PanelLv03KeyCavern_04H.png" -geometry +1134+392 -composite +"PanelLv03KeyCavern_05G.png" -geometry +974+520 -composite +"PanelLv03KeyCavern_06C.png" -geometry +334+648 -composite +"PanelLv03KeyCavern_07G.png" -geometry +974+776 -composite +"PanelLv03KeyCavern_07H.png" -geometry +1134+776 -composite +"PanelLv03KeyCavern_08B.png" -geometry +174+904 -composite +"PanelLv03KeyCavern_08C.png" -geometry +334+904 -composite +"PanelLv03KeyCavern_08G.png" -geometry +974+904 -composite +"PanelLv03KeyCavern_08H.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt new file mode 100644 index 00000000..e0252fe7 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt @@ -0,0 +1,15 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv04AnglersTunnel_02D.png" -geometry +494+136 -composite +"PanelLv04AnglersTunnel_02E.png" -geometry +654+136 -composite +"PanelLv04AnglersTunnel_03E.png" -geometry +654+264 -composite +"PanelLv04AnglersTunnel_03F.png" -geometry +814+264 -composite +"PanelLv04AnglersTunnel_03G.png" -geometry +974+264 -composite +"PanelLv04AnglersTunnel_04B.png" -geometry +174+392 -composite +"PanelLv04AnglersTunnel_04C.png" -geometry +334+392 -composite +"PanelLv04AnglersTunnel_05B.png" -geometry +174+520 -composite +"PanelLv04AnglersTunnel_08D.png" -geometry +494+904 -composite +"PanelLv04AnglersTunnel_08E.png" -geometry +654+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt new file mode 100644 index 00000000..a719c247 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt @@ -0,0 +1,25 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv05CatfishsMaw_01B.png" -geometry +174+8 -composite +"PanelLv05CatfishsMaw_01C.png" -geometry +334+8 -composite +"PanelLv05CatfishsMaw_01E.png" -geometry +654+8 -composite +"PanelLv05CatfishsMaw_01F.png" -geometry +814+8 -composite +"PanelLv05CatfishsMaw_02C.png" -geometry +334+136 -composite +"PanelLv05CatfishsMaw_02D.png" -geometry +494+136 -composite +"PanelLv05CatfishsMaw_02F.png" -geometry +814+136 -composite +"PanelLv05CatfishsMaw_03B.png" -geometry +174+264 -composite +"PanelLv05CatfishsMaw_03C.png" -geometry +334+264 -composite +"PanelLv05CatfishsMaw_03F.png" -geometry +814+264 -composite +"PanelLv05CatfishsMaw_04F.png" -geometry +814+392 -composite +"PanelLv05CatfishsMaw_04G.png" -geometry +974+392 -composite +"PanelLv05CatfishsMaw_04H.png" -geometry +1134+392 -composite +"PanelLv05CatfishsMaw_05C.png" -geometry +334+520 -composite +"PanelLv05CatfishsMaw_05D.png" -geometry +494+520 -composite +"PanelLv05CatfishsMaw_05F.png" -geometry +814+520 -composite +"PanelLv05CatfishsMaw_05G.png" -geometry +974+520 -composite +"PanelLv05CatfishsMaw_07D.png" -geometry +494+776 -composite +"PanelLv05CatfishsMaw_08E.png" -geometry +654+904 -composite +"PanelLv05CatfishsMaw_08H.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt new file mode 100644 index 00000000..42ebafd7 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt @@ -0,0 +1,26 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv06FaceShrine_02A.png" -geometry +14+136 -composite +"PanelLv06FaceShrine_02H.png" -geometry +1134+136 -composite +"PanelLv06FaceShrine_03A.png" -geometry +14+264 -composite +"PanelLv06FaceShrine_03H.png" -geometry +1134+264 -composite +"PanelLv06FaceShrine_04A.png" -geometry +14+392 -composite +"PanelLv06FaceShrine_04E.png" -geometry +654+392 -composite +"PanelLv06FaceShrine_04F.png" -geometry +814+392 -composite +"PanelLv06FaceShrine_05A.png" -geometry +14+520 -composite +"PanelLv06FaceShrine_05C.png" -geometry +334+520 -composite +"PanelLv06FaceShrine_05E.png" -geometry +654+520 -composite +"PanelLv06FaceShrine_05F.png" -geometry +814+520 -composite +"PanelLv06FaceShrine_05H.png" -geometry +1134+520 -composite +"PanelLv06FaceShrine_06D.png" -geometry +494+648 -composite +"PanelLv06FaceShrine_06E.png" -geometry +654+648 -composite +"PanelLv06FaceShrine_06F.png" -geometry +814+648 -composite +"PanelLv06FaceShrine_07B.png" -geometry +174+776 -composite +"PanelLv06FaceShrine_07F.png" -geometry +814+776 -composite +"PanelLv06FaceShrine_08B.png" -geometry +174+904 -composite +"PanelLv06FaceShrine_08D.png" -geometry +494+904 -composite +"PanelLv06FaceShrine_08E.png" -geometry +654+904 -composite +"PanelLv06FaceShrine_08F.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt new file mode 100644 index 00000000..e29606db --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt @@ -0,0 +1,21 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv07EagleTower_01B.png" -geometry +174+8 -composite +"PanelLv07EagleTower_01C.png" -geometry +334+8 -composite +"PanelLv07EagleTower_01E.png" -geometry +654+8 -composite +"PanelLv07EagleTower_02A.png" -geometry +14+136 -composite +"PanelLv07EagleTower_02D.png" -geometry +494+136 -composite +"PanelLv07EagleTower_03A.png" -geometry +14+264 -composite +"PanelLv07EagleTower_03G.png" -geometry +974+264 -composite +"PanelLv07EagleTower_04A.png" -geometry +14+392 -composite +"PanelLv07EagleTower_04C.png" -geometry +334+392 -composite +"PanelLv07EagleTower_05F.png" -geometry +814+520 -composite +"PanelLv07EagleTower_05G.png" -geometry +974+520 -composite +"PanelLv07EagleTower_06H.png" -geometry +1134+648 -composite +"PanelLv07EagleTower_07G.png" -geometry +974+776 -composite +"PanelLv07EagleTower_07H.png" -geometry +1134+776 -composite +"PanelLv07EagleTower_08B.png" -geometry +174+904 -composite +"PanelLv07EagleTower_08G.png" -geometry +974+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt new file mode 100644 index 00000000..7d0295e1 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt @@ -0,0 +1,37 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv08TurtleRock_01E.png" -geometry +654+8 -composite +"PanelLv08TurtleRock_02A.png" -geometry +14+136 -composite +"PanelLv08TurtleRock_02D.png" -geometry +494+136 -composite +"PanelLv08TurtleRock_03A.png" -geometry +14+264 -composite +"PanelLv08TurtleRock_03D.png" -geometry +494+264 -composite +"PanelLv08TurtleRock_03F.png" -geometry +814+264 -composite +"PanelLv08TurtleRock_03G.png" -geometry +974+264 -composite +"PanelLv08TurtleRock_03H.png" -geometry +1134+264 -composite +"PanelLv08TurtleRock_04C.png" -geometry +334+392 -composite +"PanelLv08TurtleRock_04F.png" -geometry +814+392 -composite +"PanelLv08TurtleRock_04G.png" -geometry +974+392 -composite +"PanelLv08TurtleRock_05A.png" -geometry +14+520 -composite +"PanelLv08TurtleRock_05C.png" -geometry +334+520 -composite +"PanelLv08TurtleRock_05G.png" -geometry +974+520 -composite +"PanelLv08TurtleRock_05H.png" -geometry +1134+520 -composite +"PanelLv08TurtleRock_06A.png" -geometry +14+648 -composite +"PanelLv08TurtleRock_06B.png" -geometry +174+648 -composite +"PanelLv08TurtleRock_06C.png" -geometry +334+648 -composite +"PanelLv08TurtleRock_06G.png" -geometry +974+648 -composite +"PanelLv08TurtleRock_06H.png" -geometry +1134+648 -composite +"PanelLv08TurtleRock_07A.png" -geometry +14+776 -composite +"PanelLv08TurtleRock_07B.png" -geometry +174+776 -composite +"PanelLv08TurtleRock_07C.png" -geometry +334+776 -composite +"PanelLv08TurtleRock_07D.png" -geometry +494+776 -composite +"PanelLv08TurtleRock_07E.png" -geometry +654+776 -composite +"PanelLv08TurtleRock_07F.png" -geometry +814+776 -composite +"PanelLv08TurtleRock_07G.png" -geometry +974+776 -composite +"PanelLv08TurtleRock_07H.png" -geometry +1134+776 -composite +"PanelLv08TurtleRock_08A.png" -geometry +14+904 -composite +"PanelLv08TurtleRock_08D.png" -geometry +494+904 -composite +"PanelLv08TurtleRock_08E.png" -geometry +654+904 -composite +"PanelLv08TurtleRock_08H.png" -geometry +1134+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt new file mode 100644 index 00000000..ad6fe11c --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt @@ -0,0 +1,28 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv10ClothesDungeon_04B.png" -geometry +174+392 -composite +"PanelLv10ClothesDungeon_04C.png" -geometry +334+392 -composite +"PanelLv10ClothesDungeon_04D.png" -geometry +494+392 -composite +"PanelLv10ClothesDungeon_04F.png" -geometry +814+392 -composite +"PanelLv10ClothesDungeon_04G.png" -geometry +974+392 -composite +"PanelLv10ClothesDungeon_05B.png" -geometry +174+520 -composite +"PanelLv10ClothesDungeon_05C.png" -geometry +334+520 -composite +"PanelLv10ClothesDungeon_05D.png" -geometry +494+520 -composite +"PanelLv10ClothesDungeon_05E.png" -geometry +654+520 -composite +"PanelLv10ClothesDungeon_05F.png" -geometry +814+520 -composite +"PanelLv10ClothesDungeon_05G.png" -geometry +974+520 -composite +"PanelLv10ClothesDungeon_06C.png" -geometry +334+648 -composite +"PanelLv10ClothesDungeon_06D.png" -geometry +494+648 -composite +"PanelLv10ClothesDungeon_06E.png" -geometry +654+648 -composite +"PanelLv10ClothesDungeon_06F.png" -geometry +814+648 -composite +"PanelLv10ClothesDungeon_07C.png" -geometry +334+776 -composite +"PanelLv10ClothesDungeon_07D.png" -geometry +494+776 -composite +"PanelLv10ClothesDungeon_07E.png" -geometry +654+776 -composite +"PanelLv10ClothesDungeon_07F.png" -geometry +814+776 -composite +"PanelLv10ClothesDungeon_08C.png" -geometry +334+904 -composite +"PanelLv10ClothesDungeon_08D.png" -geometry +494+904 -composite +"PanelLv10ClothesDungeon_08E.png" -geometry +654+904 -composite +"PanelLv10ClothesDungeon_08F.png" -geometry +814+904 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt new file mode 100644 index 00000000..3c2aa2b6 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt @@ -0,0 +1,10 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 + +-size 1308x1040 "../../../Background.png" +"PanelLv11PanelOnlyDungeon_02D.png" -geometry +494+136 -composite +"PanelLv11PanelOnlyDungeon_02E.png" -geometry +654+136 -composite +"PanelLv11PanelOnlyDungeon_03D.png" -geometry +494+264 -composite +"PanelLv11PanelOnlyDungeon_03E.png" -geometry +654+264 -composite +"PanelLv11PanelOnlyDungeon_04D.png" -geometry +494+392 -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt new file mode 100644 index 00000000..085dc878 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt @@ -0,0 +1,2 @@ +04H +05H \ No newline at end of file diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt new file mode 100644 index 00000000..c7c9803f --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt @@ -0,0 +1,2 @@ +04H +07A \ No newline at end of file diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt new file mode 100644 index 00000000..20170fa3 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt @@ -0,0 +1 @@ +05A \ No newline at end of file diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt new file mode 100644 index 00000000..a14893ef --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt @@ -0,0 +1,4 @@ +02C +02D +02E +02F \ No newline at end of file diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt new file mode 100644 index 00000000..0e820158 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt @@ -0,0 +1,3 @@ +01C +04A +04H \ No newline at end of file diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt new file mode 100644 index 00000000..d0223528 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt @@ -0,0 +1 @@ +04A \ No newline at end of file diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt b/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt new file mode 100644 index 00000000..33829a49 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt @@ -0,0 +1 @@ +FldChip_00^_D.png \ No newline at end of file diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt b/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt new file mode 100644 index 00000000..c86c80c6 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt @@ -0,0 +1,13 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 +-size 4108x2301 "canvas:transparent" + +"FldChip_00^_H.png" -geometry +0001+0000 -composite +"FldChip_03^_H.png" -geometry +0001+0002 -composite +"FldChip_04^_H.png" -geometry +0872+0001 -composite +"FldChip_12^_H.png" -geometry +0679+0572 -composite +"FldChip_17^_H.png" -geometry +0001+1344 -composite +"FldChip_21^_H.png" -geometry +3074+1124 -composite + +-fill none -fuzz 15% -draw 'alpha 1,1 floodfill' diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt b/dev/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt new file mode 100644 index 00000000..4201ca09 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt @@ -0,0 +1,18 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 +-size 264x124 "canvas:transparent" + +"FldChipOpenMask_00^w.png" -composite +"FldChipOpenMask_01^t.png" -composite +"FldChipOpenMask_02^t.png" -composite +"FldChipOpenMask_03^w.png" -composite +"FldChipOpenMask_04^t.png" -composite +"FldChipOpenMask_05^w.png" -composite +"FldChipOpenMask_09^w.png" -composite +"FldChipOpenMask_12^w.png" -composite +"FldChipOpenMask_14^w.png" -composite +"FldChipOpenMask_17^w.png" -composite +"FldChipOpenMask_18^t.png" -composite +"FldChipOpenMask_21^w.png" -composite +"FldChipOpenMask_22^w.png" -composite diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt b/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt new file mode 100644 index 00000000..9e6c2662 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt @@ -0,0 +1 @@ +FldChipUnderlay_00^_D.png diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt b/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt new file mode 100644 index 00000000..b6d85483 --- /dev/null +++ b/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt @@ -0,0 +1,28 @@ +#!/usr/bin/env magick-script + +-define png:color-type=6 +-size 4106x2299 "canvas:transparent" + +"FldChipUnderlay_00^_H.png" -geometry +0000+0000 -composite +"FldChipUnderlay_01^_H.png" -geometry +1068+0000 -composite +"FldChipUnderlay_02^_H.png" -geometry +1339+0000 -composite +"FldChipUnderlay_03^_H.png" -geometry +0000+0001 -composite +"FldChipUnderlay_04^_H.png" -geometry +0874+0001 -composite +"FldChipUnderlay_05^_H.png" -geometry +0000+0154 -composite +"FldChipUnderlay_06^_H.png" -geometry +0464+0336 -composite +"FldChipUnderlay_07^_H.png" -geometry +1257+0324 -composite +"FldChipUnderlay_08^_H.png" -geometry +1177+0453 -composite +"FldChipUnderlay_09^_H.png" -geometry +1541+0355 -composite +"FldChipUnderlay_10^_H.png" -geometry +2621+0153 -composite +"FldChipUnderlay_11^_H.png" -geometry +0000+0376 -composite +"FldChipUnderlay_12^_H.png" -geometry +0677+0572 -composite +"FldChipUnderlay_13^_H.png" -geometry +2762+0572 -composite +"FldChipUnderlay_14^_H.png" -geometry +0000+1158 -composite +"FldChipUnderlay_15^_H.png" -geometry +0837+1296 -composite +"FldChipUnderlay_16^_H.png" -geometry +1078+1212 -composite +"FldChipUnderlay_17^_H.png" -geometry +0000+1343 -composite +"FldChipUnderlay_18^_H.png" -geometry +1034+1240 -composite +"FldChipUnderlay_22^_H.png" -geometry +2770+1071 -composite +"FldChipUnderlay_19^_H.png" -geometry +2630+1181 -composite +"FldChipUnderlay_20^_H.png" -geometry +2794+1353 -composite +"FldChipUnderlay_21^_H.png" -geometry +3074+1123 -composite From b37695b34c241c980111f1ce43aa04bf06c1aca4 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 1 Sep 2021 16:07:41 -0400 Subject: [PATCH 11/73] More Moving Found the other tiles directory I made that makes more sense to moving everything there now, plus renaming another file I found I want to edit next. --- .gitignore | 2 +- .../{generateAllMapTiles.fish => generateAllMapTilesAuto.fish} | 0 dev/{ => assets}/tiles/switch/common/1_decompress.fish | 0 dev/{ => assets}/tiles/switch/common/2_extractNCAs.fish | 0 .../tiles/switch/common/3_extractRomFSContents.fish | 0 dev/{ => assets}/tiles/switch/games/botw/Maps/0/0/Script.txt | 0 .../tiles/switch/games/botw/Maps/0/Default/Script.txt | 0 dev/{ => assets}/tiles/switch/games/botw/Maps/1/0/Script.txt | 0 .../tiles/switch/games/botw/Maps/1/Default/Script.txt | 0 dev/{ => assets}/tiles/switch/games/botw/Maps/2/0/Script.txt | 0 .../tiles/switch/games/botw/Maps/2/Default/Script.txt | 0 dev/{ => assets}/tiles/switch/games/botw/Maps/3/0/Script.txt | 0 .../tiles/switch/games/botw/Maps/3/Default/Script.txt | 0 dev/{ => assets}/tiles/switch/games/botw/assembleTiles.fish | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt | 0 .../lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt | 0 .../lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt | 0 .../games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt | 0 .../lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt | 0 .../lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt | 0 .../games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt | 0 .../lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt | 0 .../switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt | 0 .../games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt | 0 .../games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt | 0 .../switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt | 0 .../switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt | 0 .../games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt | 0 .../tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt | 0 .../tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt | 0 .../tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt | 0 .../switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt | 0 .../tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt | 0 dev/{ => assets}/tiles/switch/games/lafs/assembleDgnTiles.fish | 0 .../tiles/switch/games/lafs/assembleOverworldTiles.fish | 0 .../tiles/{tileConversion.fish => tileZoomPathConversion.fish} | 0 68 files changed, 1 insertion(+), 1 deletion(-) rename dev/assets/tiles/{generateAllMapTiles.fish => generateAllMapTilesAuto.fish} (100%) rename dev/{ => assets}/tiles/switch/common/1_decompress.fish (100%) rename dev/{ => assets}/tiles/switch/common/2_extractNCAs.fish (100%) rename dev/{ => assets}/tiles/switch/common/3_extractRomFSContents.fish (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/0/0/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/0/Default/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/1/0/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/1/Default/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/2/0/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/2/Default/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/3/0/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/Maps/3/Default/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/botw/assembleTiles.fish (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt (100%) rename dev/{ => assets}/tiles/switch/games/lafs/assembleDgnTiles.fish (100%) mode change 100755 => 100644 rename dev/{ => assets}/tiles/switch/games/lafs/assembleOverworldTiles.fish (100%) rename dev/assets/tiles/{tileConversion.fish => tileZoomPathConversion.fish} (100%) diff --git a/.gitignore b/.gitignore index 6314e946..998e315d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ /.env /dev/server/nginx/site.conf /dev/db/config.yml -/dev/tiles/**/Maps/**/*.png +/dev/assets/tiles/**/Maps/**/*.png ## Team Files images/favicon.ico diff --git a/dev/assets/tiles/generateAllMapTiles.fish b/dev/assets/tiles/generateAllMapTilesAuto.fish similarity index 100% rename from dev/assets/tiles/generateAllMapTiles.fish rename to dev/assets/tiles/generateAllMapTilesAuto.fish diff --git a/dev/tiles/switch/common/1_decompress.fish b/dev/assets/tiles/switch/common/1_decompress.fish similarity index 100% rename from dev/tiles/switch/common/1_decompress.fish rename to dev/assets/tiles/switch/common/1_decompress.fish diff --git a/dev/tiles/switch/common/2_extractNCAs.fish b/dev/assets/tiles/switch/common/2_extractNCAs.fish similarity index 100% rename from dev/tiles/switch/common/2_extractNCAs.fish rename to dev/assets/tiles/switch/common/2_extractNCAs.fish diff --git a/dev/tiles/switch/common/3_extractRomFSContents.fish b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish similarity index 100% rename from dev/tiles/switch/common/3_extractRomFSContents.fish rename to dev/assets/tiles/switch/common/3_extractRomFSContents.fish diff --git a/dev/tiles/switch/games/botw/Maps/0/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/0/0/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/0/0/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/0/0/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/0/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/0/Default/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/0/Default/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/0/Default/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/1/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/1/0/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/1/0/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/1/0/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/1/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/1/Default/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/1/Default/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/1/Default/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/2/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/2/0/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/2/0/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/2/0/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/2/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/2/Default/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/2/Default/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/2/Default/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/3/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/3/0/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/3/0/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/3/0/Script.txt diff --git a/dev/tiles/switch/games/botw/Maps/3/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/3/Default/Script.txt similarity index 100% rename from dev/tiles/switch/games/botw/Maps/3/Default/Script.txt rename to dev/assets/tiles/switch/games/botw/Maps/3/Default/Script.txt diff --git a/dev/tiles/switch/games/botw/assembleTiles.fish b/dev/assets/tiles/switch/games/botw/assembleTiles.fish similarity index 100% rename from dev/tiles/switch/games/botw/assembleTiles.fish rename to dev/assets/tiles/switch/games/botw/assembleTiles.fish diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/01TailCave/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/02BottleGrotto/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/03KeyCavern/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/04AnglersTunnel/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/05CatfishsMaw/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/06FaceShrine/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/07EagleTower/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/08TurtleRock/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/10ClothesDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Mask/11PanelOnlyDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/01TailCave/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/02BottleGrotto/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/03KeyCavern/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/04AnglersTunnel/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/05CatfishsMaw/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/06FaceShrine/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/07EagleTower/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/08TurtleRock/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/10ClothesDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/Lv/Norm/11PanelOnlyDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/01TailCave/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/02BottleGrotto/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/03KeyCavern/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/04AnglersTunnel/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/05CatfishsMaw/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/06FaceShrine/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/07EagleTower/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/08TurtleRock/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/10ClothesDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Mask/11PanelOnlyDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/01TailCave/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/02BottleGrotto/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/03KeyCavern/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/04AnglersTunnel/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/05CatfishsMaw/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/06FaceShrine/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/07EagleTower/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/08TurtleRock/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/10ClothesDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/PanLv/Norm/11PanelOnlyDungeon/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/01TailCave.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/02BottleGrotto.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/04AnglersTunnel.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/06FaceShrine.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/08TurtleRock.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt b/dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Dungeons/_excludes/10ClothesDungeon.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt b/dev/assets/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Overworld/Normal/Excludes.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Overworld/Normal/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Overworld/OpenMask/Script.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt b/dev/assets/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Overworld/Underlay/Excludes.txt diff --git a/dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt b/dev/assets/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt similarity index 100% rename from dev/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt rename to dev/assets/tiles/switch/games/lafs/Maps/Overworld/Underlay/Script.txt diff --git a/dev/tiles/switch/games/lafs/assembleDgnTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish old mode 100755 new mode 100644 similarity index 100% rename from dev/tiles/switch/games/lafs/assembleDgnTiles.fish rename to dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish diff --git a/dev/tiles/switch/games/lafs/assembleOverworldTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish similarity index 100% rename from dev/tiles/switch/games/lafs/assembleOverworldTiles.fish rename to dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish diff --git a/dev/assets/tiles/tileConversion.fish b/dev/assets/tiles/tileZoomPathConversion.fish similarity index 100% rename from dev/assets/tiles/tileConversion.fish rename to dev/assets/tiles/tileZoomPathConversion.fish From 291976e071d03860ec7d7ac6379a308425e5d3fb Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 11 Nov 2021 23:30:37 -0500 Subject: [PATCH 12/73] Quick Fixes Using version info, JSON parsing can't handle newlines, so the migrator should replace these when using, as to keep the formatting in the file for readability. Version info contained improper/unquoted keys. Migration file was previously renamed and needed the class name updated. Same for another, updating its child SQL file this time. Added basic CSP directive to the files could be viewed locally at least. Can always strengthen later.. Exported the DB ER(D)/EER Entity Relationship Diagram for easier viewing without needing to install MySQL Workbench. --- ...1425_marker_category_add_l_af_s_entries.rb | 2 +- ...eholders_for_new_marker_contributions.sql} | 0 dev/db/zmodel.mwb.svg | 2968 +++++++++++++++++ dev/info/versionsInfo.json | 16 +- docs/Installation.md | 4 +- index.html | 6 +- lib/VersionMigrator.rb | 2 +- 7 files changed, 2984 insertions(+), 14 deletions(-) rename dev/db/migrate/sql/{20210811040936_user_add_new_placeholders_for_new_marker_contributions.sql => 20210811040936_user_update_old_records_seen_and_add_new_placeholders_for_new_marker_contributions.sql} (100%) create mode 100644 dev/db/zmodel.mwb.svg diff --git a/dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb b/dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb index 44896837..de873b2f 100644 --- a/dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb +++ b/dev/db/migrate/20210811031425_marker_category_add_l_af_s_entries.rb @@ -1,4 +1,4 @@ -class MarkerCategoryAddLAfS < ActiveRecord::Migration[6.0] +class MarkerCategoryAddLAfSEntries < ActiveRecord::Migration[6.0] def up execute <<-SQL INSERT INTO `marker_category` VALUES diff --git a/dev/db/migrate/sql/20210811040936_user_add_new_placeholders_for_new_marker_contributions.sql b/dev/db/migrate/sql/20210811040936_user_update_old_records_seen_and_add_new_placeholders_for_new_marker_contributions.sql similarity index 100% rename from dev/db/migrate/sql/20210811040936_user_add_new_placeholders_for_new_marker_contributions.sql rename to dev/db/migrate/sql/20210811040936_user_update_old_records_seen_and_add_new_placeholders_for_new_marker_contributions.sql diff --git a/dev/db/zmodel.mwb.svg b/dev/db/zmodel.mwb.svg new file mode 100644 index 00000000..abd3efed --- /dev/null +++ b/dev/db/zmodel.mwb.svg @@ -0,0 +1,2968 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev/info/versionsInfo.json b/dev/info/versionsInfo.json index 612b5b5f..555bfacf 100644 --- a/dev/info/versionsInfo.json +++ b/dev/info/versionsInfo.json @@ -1,10 +1,10 @@ [ - { "version": "0.0.0", "timestamp": 1485020708, "datetimeString": "Sat, Jan 21, 2017 12:45:08 PM", commitHash: "e0e9a676e05e67092e3b7e2f3da9c5826e38030c" }, - { "version": "0.0.1", "timestamp": 1486161266, "datetimeString": "Fri, Feb 3, 2017 5:34:26 PM", commitHash: "4df1f6b1b14223f72758ed3d47b0b40bd0ee6d8b" }, - { "version": "0.2.0", "timestamp": 1489091066, "datetimeString": "Thu, Mar 9, 2017 3:24:26 PM", commitHash: "d241f777ebf14ba139aa0ce0c79129bb97f24d46", link: "https://www.reddit.com/r/zelda/comments/5xtd5i/spoilers_zeldamapscom_full_resolution_map_of/" }, - { "version": "0.3.0", "timestamp": 1490748018, "datetimeString": "Tue, Mar 28, 2017 8:40:18 PM", commitHash: "31621a3e349272209dcc129533f0fe4e7c673890", link: "https://www.reddit.com/r/zelda/comments/623fwr/botwspoilers_zeldamapscom_v03a_is_out_mark_as/" }, - { "version": "0.4.0", "timestamp": 1491238664, "datetimeString": "Mon, Apr 3, 2017 12:57:44 PM", commitHash: "523124d5606f388ebf76cef96a6c0900d60a7082" }, - { "version": "0.5.0", "timestamp": 1494570950, "datetimeString": "Fri, May 12, 2017 2:35:50 AM", commitHash: "7144acda9537267a64603758214e3df04d3e9f8e", link: "https://www.reddit.com/r/zelda/comments/6atook/botw_zelda_maps_05a_released_collapsable_sidebar/" }, - { "version": "0.6.0", "timestamp": 1532274472, "datetimeString": "Sun, Jul 22, 2018 11:47:52 AM", commitHash: "7f0482f9daf3f7022c7414d4f8c63e1fe666393f", link: "https://www.reddit.com/r/zelda/comments/8zmn8s/zelda_maps_06_beta_its_true_search_password_reset/" }, - { "version": "0.7.0", "timestamp": 1570585913, "datetimeString": "Tue, Oct 8, 2019 9:51:53 PM", commitHash: "7f0482f9daf3f7022c7414d4f8c63e1fe666393f" } + { "version": "0.0.0", "timestamp": 1485020708, "datetimeString": "Sat, Jan 21, 2017 12:45:08 PM", "commitHash": "e0e9a676e05e67092e3b7e2f3da9c5826e38030c" }, + { "version": "0.0.1", "timestamp": 1486161266, "datetimeString": "Fri, Feb 3, 2017 5:34:26 PM", "commitHash": "4df1f6b1b14223f72758ed3d47b0b40bd0ee6d8b" }, + { "version": "0.2.0", "timestamp": 1489091066, "datetimeString": "Thu, Mar 9, 2017 3:24:26 PM", "commitHash": "d241f777ebf14ba139aa0ce0c79129bb97f24d46", "link": "https://www.reddit.com/r/zelda/comments/5xtd5i/spoilers_zeldamapscom_full_resolution_map_of/" }, + { "version": "0.3.0", "timestamp": 1490748018, "datetimeString": "Tue, Mar 28, 2017 8:40:18 PM", "commitHash": "31621a3e349272209dcc129533f0fe4e7c673890", "link": "https://www.reddit.com/r/zelda/comments/623fwr/botwspoilers_zeldamapscom_v03a_is_out_mark_as/" }, + { "version": "0.4.0", "timestamp": 1491238664, "datetimeString": "Mon, Apr 3, 2017 12:57:44 PM", "commitHash": "523124d5606f388ebf76cef96a6c0900d60a7082" }, + { "version": "0.5.0", "timestamp": 1494570950, "datetimeString": "Fri, May 12, 2017 2:35:50 AM", "commitHash": "7144acda9537267a64603758214e3df04d3e9f8e", "link": "https://www.reddit.com/r/zelda/comments/6atook/botw_zelda_maps_05a_released_collapsable_sidebar/" }, + { "version": "0.6.0", "timestamp": 1532274472, "datetimeString": "Sun, Jul 22, 2018 11:47:52 AM", "commitHash": "7f0482f9daf3f7022c7414d4f8c63e1fe666393f", "link": "https://www.reddit.com/r/zelda/comments/8zmn8s/zelda_maps_06_beta_its_true_search_password_reset/" }, + { "version": "0.7.0", "timestamp": 1570585913, "datetimeString": "Tue, Oct 8, 2019 9:51:53 PM", "commitHash": "7f0482f9daf3f7022c7414d4f8c63e1fe666393f" } ] diff --git a/docs/Installation.md b/docs/Installation.md index 1ffde093..f6d944d8 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -10,8 +10,8 @@ * The `mysql_config_editor` to create and store local, default, client credentials may be recommended, especially when contacting different project-related servers. * A separate account is recommended to only read the related database schemas, so add a less privileged database account for only this project to use: * `mysql --login-path=local -e "CREATE USER 'tingle'@'localhost' IDENTIFIED BY ''"` - * Import the `dev/db/tingle.sql` file. - * `mysql --login-path=local < "dev/db/tingle.sql"` + * Import the `dev/db/samples/tingle.sql` file. + * `mysql --login-path=local < "dev/db/samples/tingle.sql"` * Grant the new db user all or some schema privileges to the newly imported `tingle` schema. * All: ``mysql --login-path=local -e "GRANT ALL PRIVILEGES ON `tingle`.* to 'tingle'@'localhost'"`` * Specific Schema Privileges: `SELECT, INSERT, UPDATE, DELETE`. diff --git a/index.html b/index.html index 2231b1c7..2c131277 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,8 @@ + + @@ -109,7 +111,7 @@ adsWidth = 234; adsHeight = 60; } - + document.getElementById('desktopAds').style.width = adsWidth + 'px'; document.getElementById('desktopAds').style.height = adsHeight + 'px'; @@ -153,4 +155,4 @@
- \ No newline at end of file + diff --git a/lib/VersionMigrator.rb b/lib/VersionMigrator.rb index d95439ea..eb90f8ab 100644 --- a/lib/VersionMigrator.rb +++ b/lib/VersionMigrator.rb @@ -13,7 +13,7 @@ class VersionMigrator require 'json' require 'active_support/core_ext/hash/indifferent_access' @@versionsInfo = JSON.parse( - File.read('./dev/info/versionsInfo.json') + File.read('./dev/info/versionsInfo.json').gsub(/\n/,'') ).map { |versionInfo| versionInfo.with_indifferent_access } # This step is essential for properly creating the ranges through the contiguous timeline in the correct order. @@versionsInfo.sort_by { |versionDatePair| versionDatePair[:timestamp] } From 0b4a4c7a2c8faef9195a312316c560532aff5aa0 Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 11 Nov 2021 23:35:58 -0500 Subject: [PATCH 13/73] This just in, newlines are actually fine, just have to investigate more carefully with double instead of single quotes.... --- lib/VersionMigrator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VersionMigrator.rb b/lib/VersionMigrator.rb index eb90f8ab..d95439ea 100644 --- a/lib/VersionMigrator.rb +++ b/lib/VersionMigrator.rb @@ -13,7 +13,7 @@ class VersionMigrator require 'json' require 'active_support/core_ext/hash/indifferent_access' @@versionsInfo = JSON.parse( - File.read('./dev/info/versionsInfo.json').gsub(/\n/,'') + File.read('./dev/info/versionsInfo.json') ).map { |versionInfo| versionInfo.with_indifferent_access } # This step is essential for properly creating the ranges through the contiguous timeline in the correct order. @@versionsInfo.sort_by { |versionDatePair| versionDatePair[:timestamp] } From c4b5484abb09d8260f3329cefc08191c4461411b Mon Sep 17 00:00:00 2001 From: Pysis Date: Fri, 12 Nov 2021 00:02:16 -0500 Subject: [PATCH 14/73] CSP 2 REALLY open rules just to get the unhelpful standard to make the website in dev mode work!.. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c131277..7a88094e 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ - + From f41eeebd5f84d758fe1abed54a868f79c0c500b5 Mon Sep 17 00:00:00 2001 From: Pysis Date: Fri, 12 Nov 2021 00:07:28 -0500 Subject: [PATCH 15/73] Fixed get games API Wonder how an error arrived in this file I did not work on and I should be based of latest code, but fixed anyway.. --- ajax/get_games.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ajax/get_games.php b/ajax/get_games.php index 6c944118..ba6b06cb 100644 --- a/ajax/get_games.php +++ b/ajax/get_games.php @@ -2,8 +2,6 @@ $path = DIRNAME(__FILE__); include("$path/../config.php"); - $map = $_GET["game"]; - $query = "select c.id , c.short_name as shortName , c.name @@ -13,18 +11,18 @@ order by c.id ;"; //echo $query; - + $result = @$mysqli->query($query); if(!$result) { print($mysqli->error); return; } - + $res = array(); - + while ($row = $result->fetch_assoc()) { array_push($res, $row); } echo json_encode($res); -?> \ No newline at end of file +?> From b2924461559d0b58bf5f4cd10a542b6816ab4ee8 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 22 Feb 2022 16:24:51 -0500 Subject: [PATCH 16/73] Project Refresh #2 Project Refresh #2 On Linux this time. Cleaned, redacted, organized, added config and new comments to sample env file to make multiple configurations easier. Adds new setting for future SELinux and SCM res minify path fix. Revised installation document. Added similar instructions from the Mac pathway in a more concise fashion, possibly as a better convention for the document later. Possibly more security conscious now from using login path, not sure.. Found more project names to update. Added quick sample API doc, as was also useful for making this commit. Added some SELinux files for at least better running on dev systems. Leftover CSR readability change in the index. Revised nginx root conf. May need converging or splitting work so this file has answers for all OSes, like comments for each as done in the site config with the lines, but maybe it helps clean up others from a cleaner Linux perspective instead. Site conf did some nice deduplication in the same inspiration that I want for root conf, except for the log directives that I added with the same refactoring reasoning, trying to edit system-wide files as little as possible. Nearly forgot the default test user password, but added helpful comment once I did. --- .env.example | 31 +++++++--- ...eSampleDatabaseExport-generateDevUsers.sql | 2 + .../nginx/SELinux/httpd-dosfs_read-open.pp | Bin 0 -> 1053 bytes .../nginx/SELinux/httpd-dosfs_read-open.te | 12 ++++ dev/server/nginx/root.conf | 12 ++-- dev/server/nginx/site.conf.example | 18 +++--- docs/API Examples.md | 27 +++++++++ docs/Installation.md | 57 ++++++++++++++---- index.html | 7 ++- 9 files changed, 127 insertions(+), 39 deletions(-) create mode 100644 dev/server/nginx/SELinux/httpd-dosfs_read-open.pp create mode 100644 dev/server/nginx/SELinux/httpd-dosfs_read-open.te create mode 100644 docs/API Examples.md diff --git a/.env.example b/.env.example index 9249c1af..04680c94 100644 --- a/.env.example +++ b/.env.example @@ -1,24 +1,35 @@ +[WEB] +minify=true +enableTests=false +cacheFolderRootPath=/tmp + [DATABASE] DBMS=mysql -DBHOST=localhost -DBPORT=3306 DBNAME=tingle DBUSER=tingle -DBPASSWD="" -# Quotes at least around the password field to allow for special characters. PREFIX= + +; For TCP/IP network-style connections +;DBHOST=127.0.0.1 +;DBPORT=3306 +; For Linux-style local filesystem socket connections +;DBHOST=localhost +;DBSOCKET=/var/lib/mysql/mysql.sock + +; Quotes to allow special characters in values. +; Escape double-quote characters using a backslash. +DBPASSWD="" + [SECURITY] LOST_PASSWORD_RANDOM_GENERATOR_STRENGTH=MEDIUM + [MAIL] mailEnabled=false -server="smtp.server.com" +server="" port=465 -username="noreply@server.com" +username="" password="" -replyToAddress="noreply@server.com" +replyToAddress="" replyToName="Tingle" lostPasswordSubject="Tingle - Password Reset" lostPasswordBodyTemplateFilePath="content/lostPasswordEmailBodyTemplate.txt" -[WEB] -minify=true -enableTests=false diff --git a/dev/db/createSampleDatabaseExport-generateDevUsers.sql b/dev/db/createSampleDatabaseExport-generateDevUsers.sql index d2028df3..10745559 100644 --- a/dev/db/createSampleDatabaseExport-generateDevUsers.sql +++ b/dev/db/createSampleDatabaseExport-generateDevUsers.sql @@ -1,3 +1,5 @@ +-- Password is 'test'. + SELECT `unique_marker_and_marker_tab_users`.`user_id` AS `id`, CONCAT('test', `unique_marker_and_marker_tab_users`.`user_id`) AS `username`, diff --git a/dev/server/nginx/SELinux/httpd-dosfs_read-open.pp b/dev/server/nginx/SELinux/httpd-dosfs_read-open.pp new file mode 100644 index 0000000000000000000000000000000000000000..8967bdc40a531197ab965f1a718b80aec8426222 GIT binary patch literal 1053 zcmcJOO-{ow5QRfQf*mY4KraA-8_b3stT;eah+Be6Ql+j`B(8usFDsZY@hetQVS#wk z^St@-OcKX$A208FMNz;L=d1h2Zf~!~*LAa6k8j#)H4h^XojNHyasuqr^I0>ioAtiy z%kv9!vki4WNC|w(A(+Dtb zYatK$nyNL|P`)g&9Oe#G{d>y^RP$1;S&hyHLCys literal 0 HcmV?d00001 diff --git a/dev/server/nginx/SELinux/httpd-dosfs_read-open.te b/dev/server/nginx/SELinux/httpd-dosfs_read-open.te new file mode 100644 index 00000000..56bcae32 --- /dev/null +++ b/dev/server/nginx/SELinux/httpd-dosfs_read-open.te @@ -0,0 +1,12 @@ +module my-nginx 1.0; + +require { + type httpd_t; + type dosfs_t; + class file { getattr open read }; +} + +#============= httpd_t ============== + +allow httpd_t dosfs_t:file read; +allow httpd_t dosfs_t:file { getattr open }; diff --git a/dev/server/nginx/root.conf b/dev/server/nginx/root.conf index ece4cf2d..25fc996d 100644 --- a/dev/server/nginx/root.conf +++ b/dev/server/nginx/root.conf @@ -2,12 +2,12 @@ #user nobody; worker_processes 1; -#error_log logs/error.log; -#error_log logs/error.log debug; -#error_log logs/error.log notice; -#error_log logs/error.log info; +#error_log /var/log/nginx/error.log; +#error_log /var/log/nginx/error.log debug; +#error_log /var/log/nginx/error.log notice; +#error_log /var/log/nginx/error.log info; -#pid logs/nginx.pid; +#pid /run/nginx.pid; events { @@ -32,6 +32,6 @@ http { keepalive_timeout 65; #gzip on; - + include servers/*.conf; } diff --git a/dev/server/nginx/site.conf.example b/dev/server/nginx/site.conf.example index 330e5f35..a5066d79 100644 --- a/dev/server/nginx/site.conf.example +++ b/dev/server/nginx/site.conf.example @@ -1,6 +1,12 @@ server { set $project_location /path/to/Zelda-Maps; + root $project_location; + + #error_log /var/log/nginx/error.log ; + #error_log /var/log/nginx/error.log debug ; + #error_log /var/log/nginx/error.log notice; + #error_log /var/log/nginx/error.log info ; listen 8443 ssl; server_name localhost; @@ -14,19 +20,9 @@ server { ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; - root $project_location; + include /etc/nginx/default.d/*.conf; location / { index index.html index.htm; } - - location ~ \.php$ { - fastcgi_split_path_info ^(.+\.php)(/.+)$; - - fastcgi_pass unix:/usr/local/var/run/php5-fpm.sock; - #fastcgi_pass 127.0.0.1:9000; - fastcgi_index index.php; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include fastcgi_params; - } } diff --git a/docs/API Examples.md b/docs/API Examples.md new file mode 100644 index 00000000..2aed42ba --- /dev/null +++ b/docs/API Examples.md @@ -0,0 +1,27 @@ +# Sample Client Flow +TODO: sort.. +## Page Load + +https://.../res.php?type=javascript +https://.../res.php?type=css + +https://.../ajax.php?command=get_container&game=BotW + +https://.../ajax.php?command=get_container_name&game=BotW +https://.../ajax.php?command=get_categories&game=19 +https://.../ajax.php?command=get_map&game=19 +https://.../ajax.php?command=get_category_tree&game=19 +https://.../ajax.php?command=get_games + +https://.../ajax.php?command=get_markers&game=19 + +## Login +https://.../ajax.php?command=login + +## User Load +https://.../ajax.php?command=get_user_info +https://.../ajax.php?command=get_changelog&sinceVersion=0.0.0 +https://.../ajax.php?command=get_user_completed_markers&game=19&userId=1 + +## Logout +https://.../ajax.php?command=logout diff --git a/docs/Installation.md b/docs/Installation.md index f6d944d8..93b5d871 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -3,30 +3,64 @@ * Set-up Dependencies * Set-up database * Install and configure a database connection for this project. + * https://dev.mysql.com/doc/mysql-installation-excerpt/8.0/en/ + * Linux + * https://dev.mysql.com/doc/mysql-installation-excerpt/8.0/en/linux-installation-native.html + * `sudo dnf install community-mysql-server` + * `sudo systemctl start mysqld` + * Install recommended GUI editor/IDE + * https://dev.mysql.com/downloads/workbench/ * Perform the usual and secure database set-up steps: * Catch the new, randomly generated root account's password during the installation. - * Add `/usr/local/mysql/bin` to user path variable. + * Windows/Cygwin?: Add `/usr/local/mysql/bin` to user path variable. * `mysql_secure_installation` + * Recommended settings + * Password validation: `y`, `2` (strong) + * Remove anonymous users: `y` + * Force root local only: `y` + * Remove test database: `y` + * Reload privs: `y` + * A dedicated account is recommended to only read the related database schemas, so add a less privileged database account for this project to use: + * `CREATE USER 'tingle'@'localhost' IDENTIFIED BY '';` * The `mysql_config_editor` to create and store local, default, client credentials may be recommended, especially when contacting different project-related servers. - * A separate account is recommended to only read the related database schemas, so add a less privileged database account for only this project to use: - * `mysql --login-path=local -e "CREATE USER 'tingle'@'localhost' IDENTIFIED BY ''"` - * Import the `dev/db/samples/tingle.sql` file. - * `mysql --login-path=local < "dev/db/samples/tingle.sql"` + * Import the sample database file. + * `dev/db/samples/tingle.sql` * Grant the new db user all or some schema privileges to the newly imported `tingle` schema. - * All: ``mysql --login-path=local -e "GRANT ALL PRIVILEGES ON `tingle`.* to 'tingle'@'localhost'"`` - * Specific Schema Privileges: `SELECT, INSERT, UPDATE, DELETE`. + * All: ``GRANT ALL PRIVILEGES ON `tingle`.* to 'tingle'@'localhost'`` + * Specific Schema Privileges: ``GRANT SELECT, INSERT, UPDATE, DELETE ON `tingle`.* to 'tingle'@'localhost';`` * Setup project local backend PHP config parameters: * `cp .env.example .env` * Edit the newly copied `.env` file to your database's parameters for connection location and account credentials. * Set-up web server + * Linux: + * `sudo dnf install nginx php-fpm php-mysqlnd` + * https://www.php.net/manual/en/mysqli.installation.php + * `sudo mkdir -p /etc/nginx` + * `sudo openssl req -x509 -nodes -days 36500 -newkey rsa:2048 -keyout /etc/nginx/nginx.key -out /etc/nginx/nginx.crt` + * `cp dev/server/nginx/site.conf.example dev/server/nginx/site.conf` + * `sed -i -r 's|(\s+set \$project_location ).+$|\1'(readlink -f .)';|' dev/server/nginx/site.conf` + * Could use `unix:/` socket instead of network pass. + * `sudo ln -s (readlink -f dev/server/nginx/site.conf) /etc/nginx/conf.d/Tingle.conf` + * `sudo systemctl start php-fpm nginx` + * Check for failures due to SELinux + * `sudo systemctl status nginx` + * open failed for site conf file + * Copy relevant error line. + * `xclip -out | audit2why` + * `xclip -out | audit2allow` + * `sudo semodule -i dev/server/nginx/selinux/httpd-dosfs_read-open.pp/` + * `sudo systemctl status php-fpm` + * May require additional permissions to connect to network address and port for database communication. + * Using the local Linux socket route works with additional configuration. * Mac: * nginx or [MAMP](https://www.mamp.info) - * Install through homebrew: `brew install nginx`. + * Install through Homebrew: `brew install nginx`. * Generate SSL certificates: `openssl req -x509 -nodes -days 36500 -newkey rsa:2048 -keyout /usr/local/etc/nginx/nginx.key -out /usr/local/etc/nginx/nginx.crt` - * `cp site.conf.example site.conf` + * `cp dev/server/nginx/site.conf.example dev/server/nginx/site.conf` * Edit the newly copied `site.conf` file to modify the `$project_location` line appropriately to the root of this project's source tree, and the `fastcgi_pass` directive according to your platform. + * See if this works: `sed -i -r 's|(\s+set \$project_location ).+$|\1'(readlink -f .)';|' dev/server/nginx/site.conf` * `unix:/` for *nix/bsd platforms, IP and port for Windows or in general. - * `ln -s (readlink -f ZM_nginx.conf) /usr/local/etc/nginx/servers/Zelda-Maps.conf` + * `ln -s (readlink -f dev/server/nginx/site.conf) /usr/local/etc/nginx/servers/Tingle.conf` * `nginx -p /usr/local/var` * Enable PHP FPM (Similar to FastCGI?) * `brew install homebrew/php/php56-xdebug` @@ -51,7 +85,8 @@ * Tell the Windows OS to "Allow network connections" when the dialog automatically appears. * PHP dependencies * Mysqli - * Make sure it is enabled in `php.ini`. Just uncomment the extension line most likely. + * Now the mysqlnd package. + * (Old?) Make sure it is enabled in `php.ini`. Just uncomment the extension line most likely. * Optional: Install php zend extension xdebug * https://stackify.com/php-debugging-guide/ * Download diff --git a/index.html b/index.html index 7a88094e..6c6a6e37 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,12 @@ - + From bcc4b5b3518839d8e332082231ec41c8b685de12 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 22 Feb 2022 16:31:50 -0500 Subject: [PATCH 17/73] Updated PHP script dir references More efficient and readable this way. Found while working with PHP script updates and paths were getting mixed in a refactoring. Some various whitespace cleanup too. --- ajax.php | 2 +- ajax/add_bulk_complete_marker.php | 16 ++++++++-------- ajax/add_complete_marker.php | 2 +- ajax/add_marker.php | 2 +- ajax/change_password.php | 2 +- ajax/del_complete_marker.php | 2 +- ajax/del_completed_marker_all.php | 2 +- ajax/del_marker.php | 2 +- ajax/get_categories.php | 2 +- ajax/get_category_tree.php | 2 +- ajax/get_changelog.php | 2 +- ajax/get_container.php | 9 +++++---- ajax/get_container_name.php | 2 +- ajax/get_games.php | 2 +- ajax/get_map.php | 2 +- ajax/get_markers.php | 2 +- ajax/get_user_completed_markers.php | 2 +- ajax/get_user_info.php | 2 +- ajax/login.php | 2 +- ajax/logout.php | 2 +- ajax/lost_password.php | 2 +- ajax/search_markers.php | 2 +- ajax/update_user_version.php | 2 +- ajax/user_add.php | 2 +- content/upload.php | 2 +- lib/minify.php | 2 +- lib/zmailer.php | 2 +- res.php | 2 +- sitemap/index.php | 2 +- tests/res.php | 4 ++-- 30 files changed, 42 insertions(+), 41 deletions(-) diff --git a/ajax.php b/ajax.php index bb745515..2d7d9fbd 100644 --- a/ajax.php +++ b/ajax.php @@ -4,7 +4,7 @@ } $cmd = $_GET["command"]; $cmd = preg_replace("#[^a-zA-Z_]#","",$cmd); - $path = DIRNAME(__FILE__); + $path = __DIR__; $cmdpath = "$path/ajax/$cmd.php"; if(!file_exists($cmdpath)) { die(json_encode(array("success"=>false,"code"=>-1,"msg"=>"Invalid command!"))); diff --git a/ajax/add_bulk_complete_marker.php b/ajax/add_bulk_complete_marker.php index fe2702ec..565f61c4 100644 --- a/ajax/add_bulk_complete_marker.php +++ b/ajax/add_bulk_complete_marker.php @@ -1,5 +1,5 @@ query($query); // or die(mysql_error()); if ($result) { - + } else { echo json_encode(array("success"=>false, "msg"=>$mysqli->error())); rollback(); exit(0); } - + if ($i != count($markerList) - 1) { $query = "insert into " . $map_prefix . "user_completed_marker ( user_id , marker_id , complete_date , visible - ) values "; + ) values "; } } } diff --git a/ajax/add_complete_marker.php b/ajax/add_complete_marker.php index 54443c1f..73b0db46 100644 --- a/ajax/add_complete_marker.php +++ b/ajax/add_complete_marker.php @@ -1,5 +1,5 @@ error); return; } - + $res = array(); while($row = $result->fetch_assoc()) { $res[] = $row; diff --git a/ajax/get_container_name.php b/ajax/get_container_name.php index fdb34b5e..e417f01e 100644 --- a/ajax/get_container_name.php +++ b/ajax/get_container_name.php @@ -1,5 +1,5 @@ Date: Tue, 22 Feb 2022 16:34:09 -0500 Subject: [PATCH 18/73] Fixed user info latestversion error Thought this would have been tested, but seems not. Some whitespace cleaning too. --- ajax/get_user_info.php | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/ajax/get_user_info.php b/ajax/get_user_info.php index 84ba1bb3..0926d321 100644 --- a/ajax/get_user_info.php +++ b/ajax/get_user_info.php @@ -18,13 +18,20 @@ if ($_SESSION['user_id'] == $_COOKIE['user_id'] - && $_SESSION['username'] == $_COOKIE['username']) - { + && $_SESSION['username'] == $_COOKIE['username']) { $query = " - select max(concat(`version_major`, '.', `version_minor`, '.', `version_patch`)) latestversion - from `changelog` + SELECT CONCAT( + `version_major`, '.', + `version_minor`, '.', + `version_patch` + ) AS `version` + FROM tingle.changelog + ORDER BY + `version_major` DESC, + `version_minor` DESC, + `version_patch` DESC + LIMIT 1; "; - //echo $query; $result = @$mysqli->query($query); @@ -35,7 +42,7 @@ $lastestVersion = '0.0.0'; while($row = $result->fetch_assoc()) { - $lastestVersion = $row['LATESTVERSION']; + $lastestVersion = $row['version']; } // echo $_SESSION['v1'] . '.' . $_SESSION['v2'] . '.' . $_SESSION['v3']; if ($lastestVersion > $_SESSION['v1'] . '.' . $_SESSION['v2'] . '.' . $_SESSION['v3']) { @@ -46,7 +53,7 @@ } else { $user['seen_version'] = $_SESSION['v1'] . '.' . $_SESSION['v2'] . '.' . $_SESSION['v3']; } - + $user['id'] = $_SESSION['user_id']; $user['username'] = $_SESSION['username']; $user['level'] = $_SESSION['level']; @@ -62,4 +69,4 @@ } else { echo json_encode(array("success"=>false, "msg"=>"Oops, something went wrong...")); } -?> \ No newline at end of file +?> From 4631cfcef10cacc27dae4877d226703e632fe66c Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 22 Feb 2022 16:37:11 -0500 Subject: [PATCH 19/73] Config updates Can't quite remember all intents. I think adding default values and type information in some cases, which led to better error handling, maybe concerning the more comprehensive mail section. Cleaned section from brittle/local dev defaults. Keep config to env file and see samples and comments there. With this improved MySQL connection strategy as I wanted on my Linux system. Continuation of res minify tmp cache area setting. --- config.php | 186 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 116 insertions(+), 70 deletions(-) diff --git a/config.php b/config.php index 3c9b8fc4..595c51a1 100644 --- a/config.php +++ b/config.php @@ -1,80 +1,126 @@ getConstList()); - // LOCAL - error_reporting((E_ALL ^ E_DEPRECATED) & ~E_NOTICE); - if ($_SERVER['SERVER_ADDR'] == "127.0.0.1" || $_SERVER['SERVER_ADDR'] == '::1') { - $dbms = 'mysql'; - $dbhost = 'localhost'; - $dbport = ''; - $dbname = 'zmap_v2'; - $dbuser = 'root'; - $dbpasswd = ''; - - $map_prefix = ""; - // LIVE SERVER - } else { - $dbms = 'mysql'; - $dbhost = 'localhost'; - $dbport = ''; - $dbname = ''; - $dbuser = ''; - $dbpasswd = ''; - - $map_prefix = ""; - } - - define("MAPROOT",$path); - // We want production to run smoothly, - // and still requires a mail server as checked below. - $mailEnabled = true; - if(file_exists(MAPROOT."/.env")) { - $ENV = parse_ini_file(MAPROOT."/.env"); - $dbms = $ENV["DBMS"]; - $dbhost = $ENV["DBHOST"]; - $dbport = $ENV["DBPORT"]; - $dbname = $ENV["DBNAME"]; - $dbuser = $ENV["DBUSER"]; - $dbpasswd = $ENV["DBPASSWD"]; - $map_prefix = $ENV["PREFIX"]; - $minify = strtolower($ENV["minify"]) == true; - $enableTests = strtolower($ENV["enableTests"]) == true; - $lostPasswordRandomGeneratorStrengthString = $ENV["LOST_PASSWORD_RANDOM_GENERATOR_STRENGTH"]; - if(array_search($lostPasswordRandomGeneratorStrengthString, $lostPasswordRandomGeneratorStrengthStrings) === false) { - error_log("Miconfigured \"LOST_PASSWORD_RANDOM_GENERATOR_STRENGTH\" setting; using the value \"MEDIUM\" by default."); - $lostPasswordRandomGeneratorStrengthString = "MEDIUM"; - } - $lostPasswordRandomGeneratorStrengthConstant = new SecurityLib\Strength((new SecurityLib\Strength)->getConstList()[$lostPasswordRandomGeneratorStrengthString]); - - $mailEnabled = $ENV['mailEnabled']; - $mailServer = $ENV['server']; - if(!$mailServer) $mailEnabled = false; - $mailPort = $ENV['port']; - $mailUsername = $ENV['username']; - $mailPassword = $ENV['password']; - $mailReplyToAddress = $ENV['replyToAddress']; - $mailReplyToName = $ENV['replyToName']; - - $lostPasswordSubject = $ENV["lostPasswordSubject"]; - if(isset($ENV["lostPasswordBodyTemplateFilePath"])) $lostPasswordBodyTemplateFilePath = $path.$ENV["lostPasswordBodyTemplateFilePath"]; - if(isset($lostPasswordBodyTemplateFilePath) && !empty($lostPasswordBodyTemplateFilePath)) { - $lostPasswordBodyTemplate = file_get_contents($lostPasswordBodyTemplateFilePath); - } - - $_ENV = array_merge($ENV,$_ENV); - } + # All but deprecated and notices. + # TODO: This is a dev or prod setting currently? + error_reporting((E_ALL ^ E_DEPRECATED) & ~E_NOTICE); + + !file_exists(CONFIGFILE) and die('Project `.env` file not found and must be provided.'); + + load_config(); + $cacheFolderRootPath = get_config("cacheFolderRootPath"); + $cacheFolder = $cacheFolderRootPath."/Tingle"; + + # Database + $dbms = get_config("DBMS" ); + $dbhost = get_config("DBHOST" ); + $dbuser = get_config("DBUSER" ); + $dbpasswd = get_config("DBPASSWD"); + $dbname = get_config("DBNAME" ); + $dbport = get_config("DBPORT" , type: "int"); + $dbsocket = get_config("DBSOCKET"); + $map_prefix = get_config("PREFIX" ); + $minify = get_config("minify", type: "boolean"); + $enableTests = get_config("enableTests", type: "boolean"); + + # User features + $lostPasswordRandomGeneratorStrengthString = get_config("LOST_PASSWORD_RANDOM_GENERATOR_STRENGTH"); + if( + array_search( + $lostPasswordRandomGeneratorStrengthString, $lostPasswordRandomGeneratorStrengthStrings + ) === false + ) { + error_log("Miconfigured \"LOST_PASSWORD_RANDOM_GENERATOR_STRENGTH\" setting; using the value \"MEDIUM\" by default."); + $lostPasswordRandomGeneratorStrengthString = "MEDIUM"; + } + $lostPasswordRandomGeneratorStrengthConstant = new SecurityLib\Strength((new SecurityLib\Strength)->getConstList()[$lostPasswordRandomGeneratorStrengthString]); + + # Mail + $mailEnabled = get_config('mailEnabled'); + $mailServer = get_config('server' ); + $mailPort = get_config('port' ); + $mailUsername = get_config('username' ); + $mailPassword = get_config('password' ); + $mailReplyToAddress = get_config('replyToAddress'); + $mailReplyToName = get_config('replyToName'); + + $lostPasswordSubject = get_config("lostPasswordSubject"); + $lostPasswordBodyTemplateFilePath = get_config("lostPasswordBodyTemplateFilePath"); + if(!empty($lostPasswordBodyTemplateFilePath)) { + $lostPasswordBodyTemplateFilePath = SDIR."/$lostPasswordBodyTemplateFilePath"; + $lostPasswordBodyTemplate = file_get_contents($lostPasswordBodyTemplateFilePath); + } + + if( + empty($mailServer) || + empty($mailPort) || + empty($mailUsername) || + empty($mailPassword) || + empty($mailReplyToAddress) || + empty($mailReplyToName) || + empty($lostPasswordSubject) || + empty($lostPasswordBodyTemplateFilePath) + ) { + # Don't want this message output for every request. + // error_log("Warning: Disabling mail server integration as a required setting was blank..."); + $mailEnabled = false; + } + + if(!file_exists($cacheFolderRootPath)) { + mkdir($cacheFolderRootPath) or + die("Cache root directory error at: ".$cacheFolderRootPath); + } + if(!file_exists($cacheFolder)) { + mkdir($cacheFolder) or + die("Cache directory error at: ".$cacheFolder); + } - $mysqli = new mysqli($dbhost, $dbuser, $dbpasswd) or die('Database connection problem.'); - $mysqli->select_db ($dbname) or die('Database connection problem.'); - $mysqli->query("SET NAMES 'utf8'"); - $mysqli->query('SET character_set_connection=utf8'); - $mysqli->query('SET character_set_client=utf8'); - $mysqli->query('SET character_set_results=utf8'); + # mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT); + # TODO: Prepend hostname with "p:"? # https://www.php.net/manual/en/mysqli.construct.php + $mysqli = new mysqli($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, $dbsocket) or die('Database connection problem.'); + $mysqli->query("SET NAMES 'utf8'"); + $mysqli->query('SET character_set_connection=utf8'); + $mysqli->query('SET character_set_client=utf8'); + $mysqli->query('SET character_set_results=utf8'); + # $mysqli->set_charset('utf8mb4'); + // if ($mysqli->errno) { + // throw new RuntimeException('mysqli error: ' . $mysqli->error); + // } function begin() { global $mysqli; From 3fc357700d10d90ba3d97163f8b39fafa08e0080 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 22 Feb 2022 16:37:56 -0500 Subject: [PATCH 20/73] Res minify updates May have been broken, plus difficult to deal with having SELinux, so refactored and cleaned some. --- res.php | 169 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 94 insertions(+), 75 deletions(-) diff --git a/res.php b/res.php index 8a3149ee..69ac39e4 100644 --- a/res.php +++ b/res.php @@ -1,90 +1,109 @@ $time) { - if(stripos($file,"//")!==false || !file_exists("$path/$file")) { - continue; - } - if($time!=filemtime("$path/$file")) { - $update=true; - break; - } + $update=false; + if(!file_exists("$cacheRegistryFile")) { + $update=true; + copy("$localRegistryFile", "$cacheRegistryFile") or die("Error: Cache file problem with: $cacheRegistryFile"); + } + + # Mark for updating the cache or not based on old or absent timestamps. + $data = parse_ini_file("$cacheRegistryFile"); + + if(!$update) { + if(!isset($_GET['update'])) { + foreach($data as $resfile=>$time) { + if( + !stripos($resfile,"//") || + !file_exists("$path/$resfile") + ) { + continue; + } + if($time != filemtime("$path/$resfile")) { + $update=true; + break; } + } } else { - $update=true; + $update=(strtolower($_GET['update']) === "true"); } - if($update) { - // print('DEBUG: Updating cached file...
'); - include "$path/lib/minify.php"; - $output = "/* cache/index$ext */\n"; - foreach($data as $file=>$time) { - // print('DEBUG: Processing file entry'.$file.'...
'); - $fpath = $file; - if(stripos($file,"//")===true) continue; - $fpath = "$path/$file"; - if(!file_exists($fpath)) { - $output.="/* $file doesn't exist */\n"; - continue; - } - $output.="/* Source: $file */\n"; - $filedata = file_get_contents($fpath); - if($minify) { - if($type=="javascript") { - // print('DEBUG: Minifying javascript...
'); - $filedata = minify_js($filedata); - } else { - // print('DEBUG: Minifying css...
'); - $filedata = minify_css($filedata); - } - } - $output.="$filedata\n"; - if(stripos($file,"//")===false) { - $data[$file]=filemtime($fpath); - } - } - file_put_contents("$path/cache/index$ext",$output); - header("Content-Length: ".strlen($output)); - header("X-Updated: true"); - print $output; + } - $output = ""; - foreach($data as $file=>$time) { - $output.="$file=$time\n"; + # Update the minified cache file. + if($update) { + // error_log('DEBUG: Updating cached file...
'); + include "$path/lib/minify.php"; + $output = "/* index$ext */\n"; + foreach($data as $resfile=>$time) { + // error_log('DEBUG: Processing file entry'.$resfile.'...
'); + $rfpath = $resfile; + if(stripos($resfile,"//")) continue; + $rfpath = "$path/$resfile"; + if(!file_exists($rfpath)) { + $output.="/* $resfile doesn't exist */\n"; + continue; + } + $output.="/* Source: $resfile */\n"; + $resfiledata = file_get_contents($rfpath); + if($minify) { + if($type=="javascript") { + // error_log('DEBUG: Minifying javascript...
'); + $resfiledata = minify_js($resfiledata); + } else { + // error_log('DEBUG: Minifying css...
'); + $resfiledata = minify_css($resfiledata); } - file_put_contents("$path/$type.ini",$output); - return; + } + $output.="$resfiledata\n"; + if(stripos($resfile,"//")===false) { + $data[$resfile]=filemtime($rfpath); + } + } + # Save and send the minified file. + file_put_contents("$cacheDestFile", $output); + header("Content-Length: ".strlen($output)); + header("X-Updated: true"); + print $output; + + # Store timestamps for freshly-chached resource files in the registry file. + $output = ""; + foreach($data as $resfile=>$time) { + $output.="$resfile=$time\n"; } - - $out = file_get_contents("$path/cache/index$ext"); - - header("Content-Length: ".strlen($out)); - header("X-Updated: false"); - print $out; + file_put_contents("$cacheRegistryFile", $output); + return; + } + + $output = file_get_contents("$cacheDestFile"); + + header("Content-Length: ".strlen($output)); + header("X-Updated: false"); + print($output); +?> From 7700c814ecd85f213402622bce8d97ef297341a2 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 7 Mar 2023 15:26:28 -0500 Subject: [PATCH 21/73] Improved the asset processing system. Had these changes for too long. Probably so it better supports more games, more steps in the process, using tools contained in this repository, and easier to run and work on with nested scripts and less manual work. --- .gitignore | 1 + dev/assets/tiles/generateAllMapTiles.fish | 12 + dev/assets/tiles/generateAllMapTilesAuto.fish | 72 ++-- dev/assets/tiles/generateMapTiles.fish | 391 ++++++++++-------- .../tiles/switch/common/2_extractNCAs.fish | 3 +- .../switch/common/3_extractRomFSContents.fish | 34 +- .../switch/games/botw/Maps/0/0/Script.txt | 1 + .../games/botw/Maps/0/Default/Script.txt | 1 + .../switch/games/botw/Maps/1/0/Script.txt | 1 + .../games/botw/Maps/1/Default/Script.txt | 1 + .../switch/games/botw/Maps/2/0/Script.txt | 1 + .../games/botw/Maps/2/Default/Script.txt | 1 + .../switch/games/botw/Maps/3/0/Script.txt | 1 + .../games/botw/Maps/3/Default/Script.txt | 1 + .../switch/games/botw/assembleTiles.fish | 56 ++- dev/assets/tiles/tileZoomPathConversion.fish | 27 +- .../common/filenameRemoveExtension.fish | 6 + docs/{CONTACT.md => Contact.md} | 2 +- docs/Data Mining.md | 0 docs/Tile Management.md | 16 +- 20 files changed, 393 insertions(+), 235 deletions(-) create mode 100644 dev/assets/tiles/generateAllMapTiles.fish create mode 100644 dev/scripts/common/filenameRemoveExtension.fish rename docs/{CONTACT.md => Contact.md} (89%) create mode 100644 docs/Data Mining.md diff --git a/.gitignore b/.gitignore index 998e315d..74fb0b26 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /dev/server/nginx/site.conf /dev/db/config.yml /dev/assets/tiles/**/Maps/**/*.png +/dev/assets/tiles/**/Maps/**/Trials ## Team Files images/favicon.ico diff --git a/dev/assets/tiles/generateAllMapTiles.fish b/dev/assets/tiles/generateAllMapTiles.fish new file mode 100644 index 00000000..8d97afff --- /dev/null +++ b/dev/assets/tiles/generateAllMapTiles.fish @@ -0,0 +1,12 @@ +#!/usr/bin/env fish + +set SDIR "$PWD/"(dirname (status filename)); + +pushd "$SDIR/../../../tiles"; + +## BotW +mkdir -p "botw/hyrule"; +"$SDIR/generateMapTiles.fish" \ + "$SDIR/switch/games/botw/Maps/3/Default/Map.png" \ + "botw/hyrule" \ +; diff --git a/dev/assets/tiles/generateAllMapTilesAuto.fish b/dev/assets/tiles/generateAllMapTilesAuto.fish index d4fe5878..ff669935 100644 --- a/dev/assets/tiles/generateAllMapTilesAuto.fish +++ b/dev/assets/tiles/generateAllMapTilesAuto.fish @@ -1,46 +1,42 @@ #!/usr/bin/env fish -## Info - -# Author: Pysis - -# Dependencies: -# - fish shell -# - Basic shell utilities: -# - variables -# - subshells -# - loops -# - status -# - dirname -# - find -# - echo -# - tail -# - read -# - pushd -# - popd -# - env -# - ./generateMapTiles.fish -# - ../tiles///.png +echo "Not updated or able to be generalized properly; exiting..."; +exit; set SDIR "$PWD/"(dirname (status filename)); -pushd "$SDIR/../tiles" > /dev/null; - -find -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | while read game - echo "Processing game \"$game\""; - pushd "$game" > /dev/null; - find -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | while read map - echo "Processing map \"$map\""; - pushd "$map" > /dev/null; - find -maxdepth 1 -type f -iname '*.png' -printf '%f\n' | head -n 1 | read srcFile; - if test -e "$srcFile"; - env outputZoomFolders=true "$SDIR/generateMapTiles.fish" "$srcFile" .; - else - echo "Source file for $game $map not found; skipping..."; +pushd "$SDIR"; + +find -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | while read platform + echo "Processing platform \"$platform\""; + if test ! -e "$platform/games"; + echo "No games found; skipping..."; + continue; + end + pushd "$platform/games"; + + find -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | while read game + echo "Processing game \"$game\""; + if test ! -e "$game/Maps"; + echo "No Maps found; skipping..."; + continue; + end + pushd "$game/Maps"; + + find -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | while read map + echo "Processing map \"$map\""; + pushd "$map"; + + find -mindepth 1 -maxdepth 1 -type f -iname '*.png' -printf '%f\n' | head -n 1 | read srcFile; + if test -e "$srcFile"; + echo env outputZoomFolders=true "$SDIR/generateMapTiles.fish" "$srcFile" .; + else + echo "Source file for $game $map not found; skipping..."; + end + popd; end - popd > /dev/null; + popd; end - popd > /dev/null; -end -popd > /dev/null; \ No newline at end of file +end +popd; diff --git a/dev/assets/tiles/generateMapTiles.fish b/dev/assets/tiles/generateMapTiles.fish index 8cb8509c..4b32701d 100644 --- a/dev/assets/tiles/generateMapTiles.fish +++ b/dev/assets/tiles/generateMapTiles.fish @@ -1,47 +1,8 @@ #!/usr/bin/env fish -## Info - -# Author: Pysis -# Help from: Danilos Passos - -# Dependencies: -# - fish shell -# - Basic shell utilities: -# - variables -# - loops -# - subshell -# - echo -# - mkdir -# - test -# - printf -# - read -# - set -# - seq -# - pushd -# - popd -# - exit -# - continue -# - function -# - functions -# - bc -# - ImageMagick (convert, identify) - -# Overwrites functions: -# - debugPrint -# - userWait - -# Tools tried: -# - gdal2tiles.py -# - mapslicer -# - Mapeditor(?) -# - GenerateSlippyMapTiles.py - https://gist.github.com/jeffThompson/a08e5b8146352f3974bfa4100d0317f6 - -# Tools not tried or couldn't try: -# - Tiled(?) (Editor) -# - MapTiler +# Dependencies: magick/ImageMagick, bc, ... -## Set-up +## General Function Library function debugPrint test "$__DEBUG_MODE__" = "true"; and echo -e "DEBUG: $argv"; @@ -51,23 +12,167 @@ function userWait test "$manualStep" = "true"; and read -P 'Press any key to continue...'; end -# TODO: only works with absolute file paths currently. -# could add detection for relative modes with branched paths later on -# for setting derivative files using the double dot syntax. +## Step Function Library + +# Step 1 - Always required / internal step. +# Determines the max zoom level dimensions that fit around the source image. +function step1 + set srcFileDims (magick identify -format "%wx%h\n" "$srcFile"); + # debugPrint "Source file dimensions: $srcFileDims"; + + set maxDim (echo "$srcFileDims" | tr 'x' '\n' | sort -rn | head -n 1); + # debugPrint "Source file maximum detected dimension: $maxDim"; + + while true + set zoomLevels (expr $zoomLevels + 1); + set numAxisTiles (echo "2 ^ $zoomLevels" | bc); + set zoomDim (echo "$numAxisTiles * $tileSize" | bc); + + test "$zoomDim" -gt "$maxDim"; and break; + end + + # debugPrint "Max zoom level matched: $zoomLevels"; + # debugPrint "Max zoom level dimension: $zoomDim"; +end + +# Step 2 +# Create a canvas for the new dimensions and place the image in the center. +# Iterate down the zoom levels back to the base of 0 with 1 tile lastly, +# each time cutting the image into the appropriate number of tiles that fit. +# Using the first generated source image once, later it will resized down by +# half for each stage until it is the size of a single tile for the last stage. +function step2 --argument-names srcFile + set availableZoomLevels (seq 0 1 $zoomLevels); + # debugPrint "availableZoomLevels: $availableZoomLevels"; + # debugPrint "count availableZoomLevels: "(count $availableZoomLevels); + test -z "$processZoomLevels" -o "$processZoomLevels" = '*'; and set processZoomLevels $availableZoomLevels; + if begin; + test (count $processZoomLevels) -eq 1; + and echo "$processZoomLevels" | grep -q " " + end + set processZoomLevels (echo "$processZoomLevels" | tr ' ' '\n'); + end + + for zoomLevel in $processZoomLevels + if not echo "$processZoomLevels" | grep -q "\b$zoomLevel\b" + echo "Error: Zoom Level \"$zoomLevel\" not valid."; + echo "Valid choices for this source image: \""(string join "\", \"" $availableZoomLevels)"\""; + echo "Exiting..."; + exit; + end + end + + for zoomLevel in $processZoomLevels + echo; + echo "Processing zoom level \"$zoomLevel\"..."; + + set numAxisTiles (echo "2 ^ $zoomLevel" | bc); + set zoomDim (echo "$numAxisTiles * $tileSize" | bc); + set zoomDims "$zoomDim"x"$zoomDim"; + set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); + + test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; + + # Iteration debug information + # debugPrint "zoomLevel: $zoomLevel"; + # debugPrint "numAxisTiles: $numAxisTiles"; + # debugPrint "zoomDim: $zoomDim"; + # debugPrint "zoomDims: $zoomDims"; + # debugPrint "currentExtFile: $currentExtFile"; + + # Create base square image to cut. + # https://legacy.imagemagick.org/Usage/thumbnails/#fit_summery + # Don't need those tricks though, since we are forcing a known specific size. + # https://legacy.imagemagick.org/Usage/resize/#enlarge + if test ! -e "$currentExtFile" -o "$force" = "true" + echo "Current working file does not already exist, or force has been specified; generating..."; + set srcFileOpts ""; + if test "$zoomLevel" -lt "$zoomLevels" + echo "Not the max zoom level; resizing and padding..."; + set srcFileOpts \( "$srcFile" -resize "$zoomDims>" \) + set timeFileName "1 - Resizing.txt"; + else if test "$zoomLevel" -eq "$zoomLevels" + echo "Max zoom level; padding..."; + set srcFileOpts "$srcFile"; + set timeFileName "1 - Extenting.txt" + end + + time magick \ + -background "transparent" \ + $srcFileOpts \ + -gravity "center" -extent "$zoomDims" \ + "$currentExtFile" \ + ; + # Why is it always zero, even without a wrapping time command invocation for the entire script.... + # debugPrint "CMD_DURATION: $CMD_DURATION"; + echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/$timeFileName"; + else + echo "Current working file already exists; skipping generation..."; + end + end +end + +function step3 --argument-names outDir + pushd "$outDir"; + + for zoomLevel in $processZoomLevels + test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; + + set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); + set workFile "$currentExtFile"; + # debugPrint "currentExtFile: $currentExtFile"; + # debugPrint "workFile: $workFile"; + + if test "$outputZoomFolders" = "true"; + if test -d "$zoomLevel" -a "$force" != "true" # TODO: add first file here too + echo "Current zoom level folder already exists, and force has not been specified; skipping..."; + continue; + else + mkdir "$zoomLevel"; + end + else + find -maxdepth 1 -type f -iname "$zoomLevel*.png" | head -n 1 | read firstFile; + if test -n "$firstFile" -a "$force" != "true" + echo "Current zoom level already contains at least 1 file, and force has not been specified; skipping..."; + continue; + end + end + + set tileFileNamePattern (printf "$tileFileNamePatternMask" "$zoomLevel"); + # debugPrint "tileFileNamePattern: $tileFileNamePattern"; + + time magick \ + "$workFile" \ + -crop {$tileSize}x{$tileSize} \ + -set filename:tile "$tileFileNamePatternCoords" \ + +adjoin \ + "$tileFileNamePattern" \ + ; + + echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/2 - Cutting.txt"; + + userWait; + end + + popd; +end + +## Set-up # Flags -test -z "$force"; and set force "false"; -test -z "$manualStep"; and set manualStep "false"; -test -z "$outputZoomFolders"; and set outputZoomFolders "true"; -test -z "$keepWorkFolder"; and set keepWorkFolder "false"; +test -z "$force"; and set force "false"; +test -z "$manualStep"; and set manualStep "false"; +test -z "$outputZoomFolders"; and set outputZoomFolders "false"; # Direct (Required) Input -test -z "$srcFile"; and set srcFile "$argv[1]"; -test -z "$outDir"; and set outDir "$argv[2]"; +test -z "$srcFile"; and set srcFile "$argv[1]"; +test -z "$outDir"; and set outDir "$argv[2]"; test -z "$cleanFirst"; and set cleanFirst "$argv[3]"; +test -z "$cleanFirst"; and set cleanFirst "false"; # Derived and Static Intermediate Settings -test -z "$outWorkDir"; and set outWorkDir "work"; +test -z "$outWorkDir"; and set outWorkDir (dirname "$srcFile")"/Work"; +test -z "$outTrialsDir"; and set outTrialsDir (dirname "$srcFile")"/Trials/2 - Cutting"; set srcFileNameSuffix (basename "$srcFile" | sed -r 's|(\.[^.]*?)$| - Extented - Zoom %s\1|g'); test -z "$tmpFitFileMask"; and set tmpFitFileMask "$outWorkDir/$srcFileNameSuffix"; test -z "$tileSize"; and set tileSize "256"; @@ -80,15 +185,70 @@ if test -z "$tileFileNamePatternMask" end end +set availableSteps "2" "3" "listFinishedGames"; +test -z "$processSteps"; and set processSteps $availableSteps; +if begin; + test (count $processSteps) -eq 1; + and echo "$processSteps" | grep -q " "; +end + set processSteps (echo "$processSteps" | tr ' ' '\n'); +end + +for step in $processSteps + if not echo "$availableSteps" | grep -q "\b$step\b" + echo "Error: Step \"$step\" not valid."; + echo "Valid choices are: \""(string join "\", \"" $availableSteps)"\""; + echo "Exiting..."; + exit; + end +end + +set processZoomLevels (string split ' ' (echo "$processZoomLevels" | tr ',' ' ')); +for zoomLevel in $processZoomLevels + if echo "$zoomLevel" | grep -v '[-0-9*]' + echo "Error: Zoom level \"$zoomLevel\" is invalid; only enter integers with optional hyphens; exiting..."; + exit; + end + + if test "$zoomLevel" = '*' + set newProcessZoomLevels "$zoomLevel" + break; + end + + set range (string split '-' $zoomLevel); + if test (count $range) -gt 1 + set expandedRange ""; + if test "$range[1]" -gt "$range[2]" + set expandedRange (seq "$range[2]" 1 "$range[1]"); + else + set expandedRange (seq "$range[1]" 1 "$range[2]"); + end + set -a newProcessZoomLevels $expandedRange; + else + set -a newProcessZoomLevels "$zoomLevel"; + end +end +set processZoomLevels $newProcessZoomLevels; + # Settings debug information -debugPrint "srcFile: $srcFile"; -debugPrint "srcFileNameSuffix: $srcFileNameSuffix"; -debugPrint "outDir: $outDir"; -debugPrint "outWorkDir: $outWorkDir"; -debugPrint "tmpFitFileMask: $tmpFitFileMask"; -debugPrint "tileSize: $tileSize"; -debugPrint "tileFileNamePatternCoords: $tileFileNamePatternCoords"; -debugPrint "tileFileNamePatternMask: $tileFileNamePatternMask"; +# debugPrint "force: $force"; +# debugPrint "manualStep: $manualStep"; +# debugPrint "cleanFirst: $cleanFirst"; +# debugPrint "outputZoomFolders: $outputZoomFolders"; +# debugPrint "processSteps: $processSteps"; +# debugPrint "processZoomLevels: $processZoomLevels"; +# debugPrint "count processZoomLevels: "(count $processZoomLevels); +# +# debugPrint "srcFile: $srcFile"; +# debugPrint "srcFileNameSuffix: $srcFileNameSuffix"; +# debugPrint "outDir: $outDir"; +# debugPrint "outTrialsDir: $outTrialsDir"; +# debugPrint "outWorkDir: $outWorkDir"; +# +# debugPrint "tmpFitFileMask: $tmpFitFileMask"; +# debugPrint "tileSize: $tileSize"; +# debugPrint "tileFileNamePatternCoords: $tileFileNamePatternCoords"; +# debugPrint "tileFileNamePatternMask: $tileFileNamePatternMask"; # Optional cleaning preparation step if test "$cleanFirst" = "true" @@ -112,115 +272,22 @@ if test -z "$outDir" -o ! -e "$outDir" -o ! -d "$outDir" exit; end -## Main program - -# Step 1 +## Main program execution # Fit the image into the first highest zoom level it is smaller than by both dimensions. # Extend the canvas to the power of 2. # Center the image over the new background. -set srcFileDims (identify -format "%wx%h\n" "$srcFile"); -echo "Source file dimensions: $srcFileDims"; - -set maxDim (echo "$srcFileDims" | tr 'x' '\n' | sort -rn | head -n 1); -echo "Source file maximum detected dimension: $maxDim"; set zoomLevels 0; -while true - set zoomLevels (expr $zoomLevels + 1); - set numAxisTiles (echo "2 ^ $zoomLevels" | bc); - set zoomDim (echo "$numAxisTiles * $tileSize" | bc); - - test "$zoomDim" -gt "$maxDim"; and break; -end - -debugPrint "Max zoom level matched: $zoomLevels"; -debugPrint "Max zoom level dimension: $zoomDim"; - -userWait; - -# Step 2 -# Create a canvas for the new dimensions and place the image in the center. -# Iterate down the zoom levels back to the base of 0 with 1 tile lastly, -# each time cutting the image into the appropriate number of tiles that fit. -# Using the first generated source image once, later it will resized down by -# half for each stage until it is the size of a single tile for the last stage. - -pushd "$outDir" > /dev/null; # All output preparation mkdir -p "$outWorkDir"; +mkdir -p "$outTrialsDir"; -for zoomLevel in (seq $zoomLevels -1 0) - echo "Generating zoom level $zoomLevel tiles..."; - - set numAxisTiles (echo "2 ^ $zoomLevel" | bc); - set zoomDim (echo "$numAxisTiles * $tileSize" | bc); - set zoomDims {$zoomDim}x{$zoomDim}; - set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); - - # Iteration debug information - debugPrint "zoomLevel: $zoomLevel"; - debugPrint "numAxisTiles: $numAxisTiles"; - debugPrint "zoomDim: $zoomDim"; - debugPrint "zoomDims: $zoomDims"; - debugPrint "currentExtFile: $currentExtFile"; - - # Create base square image to cut. - if test ! -e "$currentExtFile" -o "$force" = "true" - echo "Current working file does not already exist, or force has been specified; generating..."; - if test "$zoomLevel" -lt "$zoomLevels" - convert "$srcFile" -resize "$zoomDims" "$currentExtFile"; - else if test "$zoomLevel" -eq "$zoomLevels" - convert "$srcFile" -gravity "center" -extent "$zoomDims" "$currentExtFile"; - end - else - echo "Current working file already exists; skipping generation..."; - end - set srcFile "$currentExtFile"; - debugPrint "srcFile: $srcFile"; - - # TODO: can do a zoom level check here if the user wants it or not - # depending on the requirement, could check for hyphen to determine parsing mode, - # use seq to create levels to work with all explicitly, - # then grep with word boundaries carefully to only select a single potential element to check - - - if test "$outputZoomFolders" = "true"; - if test -d "$zoomLevel" -a "$force" != "true" - echo "Current zoom level folder already exists, and force has not been specified; skipping..."; - continue; - else - mkdir "$zoomLevel"; - end - else - find -maxdepth 1 -type f -iname "$zoomLevel*.png" | head -n 1 | read firstFile; - if test -n "$firstFile" -a "$force" != "true" - echo "Current zoom level already contains at least 1 file, and force has not been specified; skipping..."; - continue; - end - end - - set tileFileNamePattern (printf "$tileFileNamePatternMask" {$zoomLevel}); - debugPrint "tileFileNamePattern: $tileFileNamePattern"; - - convert \ - "$srcFile" \ - -crop {$tileSize}x{$tileSize} \ - -set filename:tile "$tileFileNamePatternCoords" \ - +adjoin \ - "$tileFileNamePattern" \ - ; - - userWait; -end - -if test "$keepWorkFolder" != "true" -a -d "$keepWorkFolder" - echo "Removing work directory..."; - rm -rf "$outWorkDir"; -end - -popd > /dev/null; - -# Clean up the self-declared function -functions -e debugPrint; -functions -e userWait; \ No newline at end of file +# Maybe make step 1 optional only if the user provided a custom argument for it, +# but it's several.... +step1; +userWait; +echo "$processSteps" | grep -qE "\b2\b"; and step2 "$srcFile"; +userWait; +echo "$processSteps" | grep -qE "\b3\b"; and step3 "$outDir"; +userWait; diff --git a/dev/assets/tiles/switch/common/2_extractNCAs.fish b/dev/assets/tiles/switch/common/2_extractNCAs.fish index d2c0c45b..7f30ccca 100644 --- a/dev/assets/tiles/switch/common/2_extractNCAs.fish +++ b/dev/assets/tiles/switch/common/2_extractNCAs.fish @@ -1,3 +1,4 @@ #!/usr/bin/env fish -nspx -x -o (echo "$argv[1]" | sed -r 's|\.[^.]+$||') -f "$argv[1]"; \ No newline at end of file +# nspx -x -o (echo "$argv[1]" | sed -r 's|\.[^.]+$||') -f "$argv[1]"; +hactool pfs i think diff --git a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish index 85f96bab..0bbc4dc7 100644 --- a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish +++ b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish @@ -1,10 +1,32 @@ #!/usr/bin/env fish -mkdir -p (echo "$argv[1]" | sed -r 's|\.[^.]+$||')"/romfs"; -set tikFile (find (dirname "$argv[1]") -mindepth 1 -maxdepth 1 -type f -iname '*.tik'); -test -z "$tikFile"; and set titlekeyOption "--titlekey="(dd if="$tikFile" bs=1 count=16 skip=384 status=none | xxd -p); +set SDIR "$PWD/"(dirname (status filename)); + +source "$SDIR/../../../../scripts/common/filenameRemoveExtension.fish"; + +test -z "$keyPath"; and set keyPath "$HOME/.switch/prod.keys"; +set ncaPath "$argv[1]"; +if test -z + echo 'Error: No NCA path provided; exiting...'; + return 1; +end +set ncaName (filenameRemoveExtension "$ncaPath"); +set ncaDir (dirname "$ncaPath"); + +mkdir -p "$ncaName/romfs"; + +set tikFile (find "$ncaDir" -mindepth 1 -maxdepth 1 -type f -iname '*.tik'); + +if test -z "$tikFile" + echo 'Error: Tik file not found; exiting...'; + return 2; +end + +set titleKey (dd if="$tikFile" bs=1 count=16 skip=384 status=none | xxd -p); +set titlekeyOption "--titlekey=$titleKey"; + hactool \ - -k "$HOME/.switch/prod.keys" \ + -k "$keyPath" \ $titlekeyOption \ - --romfsdir=(echo "$argv[1]" | sed -r 's|\.[^.]+$||')"/romfs" -x "$argv[1]" -; \ No newline at end of file + --romfsdir=(echo "$ncaName" | sed -r 's|\.[^.]+$||')"/romfs" -x "$ncaPath" +; diff --git a/dev/assets/tiles/switch/games/botw/Maps/0/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/0/0/Script.txt index ef57034a..0bf16454 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/0/0/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/0/0/Script.txt @@ -12,3 +12,4 @@ ( MapTex_Z-7_0.png MapTex_A-7_0.png MapTex_B-7_0.png MapTex_C-7_0.png MapTex_D-7_0.png MapTex_E-7_0.png MapTex_F-7_0.png MapTex_G-7_0.png MapTex_H-7_0.png MapTex_I-7_0.png MapTex_J-7_0.png MapTex_K-7_0.png +append ) -append ( MapTex_Z-8_0.png MapTex_A-8_0.png MapTex_B-8_0.png MapTex_C-8_0.png MapTex_D-8_0.png MapTex_E-8_0.png MapTex_F-8_0.png MapTex_G-8_0.png MapTex_H-8_0.png MapTex_I-8_0.png MapTex_J-8_0.png MapTex_K-8_0.png +append ) -append ( MapTex_Z-9_0.png MapTex_A-9_0.png MapTex_B-9_0.png MapTex_C-9_0.png MapTex_D-9_0.png MapTex_E-9_0.png MapTex_F-9_0.png MapTex_G-9_0.png MapTex_H-9_0.png MapTex_I-9_0.png MapTex_J-9_0.png MapTex_K-9_0.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/Maps/0/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/0/Default/Script.txt index 85235345..c30d0562 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/0/Default/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/0/Default/Script.txt @@ -12,3 +12,4 @@ ( MapTex_Z-7.png MapTex_A-7.png MapTex_B-7.png MapTex_C-7.png MapTex_D-7.png MapTex_E-7.png MapTex_F-7.png MapTex_G-7.png MapTex_H-7.png MapTex_I-7.png MapTex_J-7.png MapTex_K-7.png +append ) -append ( MapTex_Z-8.png MapTex_A-8.png MapTex_B-8.png MapTex_C-8.png MapTex_D-8.png MapTex_E-8.png MapTex_F-8.png MapTex_G-8.png MapTex_H-8.png MapTex_I-8.png MapTex_J-8.png MapTex_K-8.png +append ) -append ( MapTex_Z-9.png MapTex_A-9.png MapTex_B-9.png MapTex_C-9.png MapTex_D-9.png MapTex_E-9.png MapTex_F-9.png MapTex_G-9.png MapTex_H-9.png MapTex_I-9.png MapTex_J-9.png MapTex_K-9.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/Maps/1/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/1/0/Script.txt index ce5a6448..5c0582c5 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/1/0/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/1/0/Script.txt @@ -12,3 +12,4 @@ ( MapTex1_Z-7_0.png MapTex1_A-7_0.png MapTex1_B-7_0.png MapTex1_C-7_0.png MapTex1_D-7_0.png MapTex1_E-7_0.png MapTex1_F-7_0.png MapTex1_G-7_0.png MapTex1_H-7_0.png MapTex1_I-7_0.png MapTex1_J-7_0.png MapTex1_K-7_0.png +append ) -append ( MapTex1_Z-8_0.png MapTex1_A-8_0.png MapTex1_B-8_0.png MapTex1_C-8_0.png MapTex1_D-8_0.png MapTex1_E-8_0.png MapTex1_F-8_0.png MapTex1_G-8_0.png MapTex1_H-8_0.png MapTex1_I-8_0.png MapTex1_J-8_0.png MapTex1_K-8_0.png +append ) -append ( MapTex1_Z-9_0.png MapTex1_A-9_0.png MapTex1_B-9_0.png MapTex1_C-9_0.png MapTex1_D-9_0.png MapTex1_E-9_0.png MapTex1_F-9_0.png MapTex1_G-9_0.png MapTex1_H-9_0.png MapTex1_I-9_0.png MapTex1_J-9_0.png MapTex1_K-9_0.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/Maps/1/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/1/Default/Script.txt index 69b8226e..1cc59de3 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/1/Default/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/1/Default/Script.txt @@ -12,3 +12,4 @@ ( MapTex1_Z-7.png MapTex1_A-7.png MapTex1_B-7.png MapTex1_C-7.png MapTex1_D-7.png MapTex1_E-7.png MapTex1_F-7.png MapTex1_G-7.png MapTex1_H-7.png MapTex1_I-7.png MapTex1_J-7.png MapTex1_K-7.png +append ) -append ( MapTex1_Z-8.png MapTex1_A-8.png MapTex1_B-8.png MapTex1_C-8.png MapTex1_D-8.png MapTex1_E-8.png MapTex1_F-8.png MapTex1_G-8.png MapTex1_H-8.png MapTex1_I-8.png MapTex1_J-8.png MapTex1_K-8.png +append ) -append ( MapTex1_Z-9.png MapTex1_A-9.png MapTex1_B-9.png MapTex1_C-9.png MapTex1_D-9.png MapTex1_E-9.png MapTex1_F-9.png MapTex1_G-9.png MapTex1_H-9.png MapTex1_I-9.png MapTex1_J-9.png MapTex1_K-9.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/Maps/2/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/2/0/Script.txt index 724170f7..ad93210e 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/2/0/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/2/0/Script.txt @@ -12,3 +12,4 @@ ( MapTex2_Z-7_0.png MapTex2_A-7_0.png MapTex2_B-7_0.png MapTex2_C-7_0.png MapTex2_D-7_0.png MapTex2_E-7_0.png MapTex2_F-7_0.png MapTex2_G-7_0.png MapTex2_H-7_0.png MapTex2_I-7_0.png MapTex2_J-7_0.png MapTex2_K-7_0.png +append ) -append ( MapTex2_Z-8_0.png MapTex2_A-8_0.png MapTex2_B-8_0.png MapTex2_C-8_0.png MapTex2_D-8_0.png MapTex2_E-8_0.png MapTex2_F-8_0.png MapTex2_G-8_0.png MapTex2_H-8_0.png MapTex2_I-8_0.png MapTex2_J-8_0.png MapTex2_K-8_0.png +append ) -append ( MapTex2_Z-9_0.png MapTex2_A-9_0.png MapTex2_B-9_0.png MapTex2_C-9_0.png MapTex2_D-9_0.png MapTex2_E-9_0.png MapTex2_F-9_0.png MapTex2_G-9_0.png MapTex2_H-9_0.png MapTex2_I-9_0.png MapTex2_J-9_0.png MapTex2_K-9_0.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/Maps/2/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/2/Default/Script.txt index b44dd94c..9998b0fc 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/2/Default/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/2/Default/Script.txt @@ -12,3 +12,4 @@ ( MapTex2_Z-7.png MapTex2_A-7.png MapTex2_B-7.png MapTex2_C-7.png MapTex2_D-7.png MapTex2_E-7.png MapTex2_F-7.png MapTex2_G-7.png MapTex2_H-7.png MapTex2_I-7.png MapTex2_J-7.png MapTex2_K-7.png +append ) -append ( MapTex2_Z-8.png MapTex2_A-8.png MapTex2_B-8.png MapTex2_C-8.png MapTex2_D-8.png MapTex2_E-8.png MapTex2_F-8.png MapTex2_G-8.png MapTex2_H-8.png MapTex2_I-8.png MapTex2_J-8.png MapTex2_K-8.png +append ) -append ( MapTex2_Z-9.png MapTex2_A-9.png MapTex2_B-9.png MapTex2_C-9.png MapTex2_D-9.png MapTex2_E-9.png MapTex2_F-9.png MapTex2_G-9.png MapTex2_H-9.png MapTex2_I-9.png MapTex2_J-9.png MapTex2_K-9.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/Maps/3/0/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/3/0/Script.txt index be781264..096f545f 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/3/0/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/3/0/Script.txt @@ -12,3 +12,4 @@ ( MapTex3_Z-7_0.png MapTex3_A-7_0.png MapTex3_B-7_0.png MapTex3_C-7_0.png MapTex3_D-7_0.png MapTex3_E-7_0.png MapTex3_F-7_0.png MapTex3_G-7_0.png MapTex3_H-7_0.png MapTex3_I-7_0.png MapTex3_J-7_0.png MapTex3_K-7_0.png +append ) -append ( MapTex3_Z-8_0.png MapTex3_A-8_0.png MapTex3_B-8_0.png MapTex3_C-8_0.png MapTex3_D-8_0.png MapTex3_E-8_0.png MapTex3_F-8_0.png MapTex3_G-8_0.png MapTex3_H-8_0.png MapTex3_I-8_0.png MapTex3_J-8_0.png MapTex3_K-8_0.png +append ) -append ( MapTex3_Z-9_0.png MapTex3_A-9_0.png MapTex3_B-9_0.png MapTex3_C-9_0.png MapTex3_D-9_0.png MapTex3_E-9_0.png MapTex3_F-9_0.png MapTex3_G-9_0.png MapTex3_H-9_0.png MapTex3_I-9_0.png MapTex3_J-9_0.png MapTex3_K-9_0.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/Maps/3/Default/Script.txt b/dev/assets/tiles/switch/games/botw/Maps/3/Default/Script.txt index dd9b7739..fd3e317d 100644 --- a/dev/assets/tiles/switch/games/botw/Maps/3/Default/Script.txt +++ b/dev/assets/tiles/switch/games/botw/Maps/3/Default/Script.txt @@ -12,3 +12,4 @@ ( MapTex3_Z-7.png MapTex3_A-7.png MapTex3_B-7.png MapTex3_C-7.png MapTex3_D-7.png MapTex3_E-7.png MapTex3_F-7.png MapTex3_G-7.png MapTex3_H-7.png MapTex3_I-7.png MapTex3_J-7.png MapTex3_K-7.png +append ) -append ( MapTex3_Z-8.png MapTex3_A-8.png MapTex3_B-8.png MapTex3_C-8.png MapTex3_D-8.png MapTex3_E-8.png MapTex3_F-8.png MapTex3_G-8.png MapTex3_H-8.png MapTex3_I-8.png MapTex3_J-8.png MapTex3_K-8.png +append ) -append ( MapTex3_Z-9.png MapTex3_A-9.png MapTex3_B-9.png MapTex3_C-9.png MapTex3_D-9.png MapTex3_E-9.png MapTex3_F-9.png MapTex3_G-9.png MapTex3_H-9.png MapTex3_I-9.png MapTex3_J-9.png MapTex3_K-9.png +append ) -append ++repage diff --git a/dev/assets/tiles/switch/games/botw/assembleTiles.fish b/dev/assets/tiles/switch/games/botw/assembleTiles.fish index fe2d3430..f16bcd9f 100644 --- a/dev/assets/tiles/switch/games/botw/assembleTiles.fish +++ b/dev/assets/tiles/switch/games/botw/assembleTiles.fish @@ -15,6 +15,23 @@ ## General Function Library +set timeStart -1; +set timeEnd -1; +function timerStart + set timeStart (date "+%s"); +end +function timerStop + set timeEnd (date "+%s"); +end +function timerDuration + if test "$timeStart" -lt 0 -o "$timeEnd" -lt 0 + echo 'Error: Time start or stop was not set yet; returning...' 1>&2; + return; + end + + echo "$timeEnd" - "$timeStart" | bc; +end + function setupTemplateFiles --argument-names outDir fileName numXTiles numYTiles tileWidth tileHeight set totalDimensions (expr "$tileWidth" '*' "$numXTiles")x(expr "$tileHeight" '*' "$numYTiles"); set blankFile "$outDir/$fileName-Blank.png"; @@ -75,7 +92,7 @@ end # Could maybe be combined but a lot of extra work if the other # less flexible methods like montage tiling are enough anyway # that I am learning now. -function assembleMapIndividually --argument-names outDir fileName numXTiles numYTiles tileWidth tileHeight +function assembleMapIndividually --argument-names outDir fileName numXTiles numYTiles tileWidth tileHeight trialsDir set completedFile "$outDir/$resLevel/$fileName.png"; if test -e "$completedFile" -a "$force" != "true" echo "\"$completedFile\" already exists, and force has not been specified; exiting..."; @@ -92,6 +109,7 @@ function assembleMapIndividually --argument-names outDir fileName numXTiles numY ); set fileNum "0"; + timerStart; find -maxdepth 1 -type f -iname "MapTex*_?1-?.*" | while read tileFile set fileNum (echo "$fileNum + 1" | bc); echo -n "$fileNum, "; @@ -99,14 +117,17 @@ function assembleMapIndividually --argument-names outDir fileName numXTiles numY placeTile "$tileFile" "$workingFile" "$tileWidth" "$tileHeight"; end + timerStop; + echo timerDuration > "$trialsDir/2a - Assembling.txt"; mv "$workingFile" "$completedFile"; echo "done!"; end -function createMagickScript --argument-names tilePrefix tileSuffix folderPathAndName +function createMagickScript --argument-names tilePrefix tileSuffix folderPathAndName trialsDir set srcGenericScript "$folderPathAndName/Script.txt"; if test ! -e "$srcGenericScript" -o "$force" = "true" + timerStart; echo '#!/usr/bin/env magick-script' > "$srcGenericScript"; echo >> "$srcGenericScript"; echo '-define png:color-type=6' >> "$srcGenericScript"; @@ -119,6 +140,9 @@ function createMagickScript --argument-names tilePrefix tileSuffix folderPathAnd end )'+append ) -append' >> "$srcGenericScript"; end + echo '+repage' >> "$srcGenericScript"; + timerStop; + echo (timerDuration) > "$trialsDir/1 - Scripting.txt"; end echo "$srcGenericScript"; @@ -130,10 +154,10 @@ end # Known as montage using the tile option. # I could have also used +/-append with arrays, but # that is more manual, and we don't need that level of flexibility. -function assembleMapAtOnce --argument-names tilePrefix tileSuffix outDir folderName +function assembleMapAtOnce --argument-names tilePrefix tileSuffix outDir folderName trialsDir set completeFolderPath "$outDir/$folderName"; set completedFile "$completeFolderPath/Map.png"; - set srcGenericScript (createMagickScript "$tilePrefix" "$tileSuffix" "$completeFolderPath"); + set srcGenericScript (createMagickScript "$tilePrefix" "$tileSuffix" "$completeFolderPath" "$trialsDir"); test ! -e "$completeFolderPath"; and mkdir "$completeFolderPath"; @@ -152,7 +176,10 @@ function assembleMapAtOnce --argument-names tilePrefix tileSuffix outDir folderN echo "-write \"$workingFile\"" >> "$tempUniqueScript"; echo "Generating result file \"$completedFile\"..."; + timerStart; if time magick -script "$tempUniqueScript" "$workingFile" + timerStop; + echo (timerDuration) > "$trialsDir/2b - Assembling.txt"; mv "$workingFile" "$completedFile"; echo "done!"; else @@ -180,7 +207,15 @@ function step1 end mkdir "$folderName"; + set resultOutputPath "$outputPath/$resLevel"; + mkdir -p "$resultOutputPath"; + set outTrialsDir "$outTrialsBaseDir/$resLevel/Trials/1 - Sorting"; + mkdir -p "$outTrialsDir"; + + timerStart; find -maxdepth 1 -type f -name "$folderName""_*" -exec mv -t "$folderName/" '{}' +; + timerStop; + echo (timerDuration) > "$trialsDir/1 - By Res Level.txt"; end end @@ -224,7 +259,13 @@ function step2 end mkdir "$category"; test "$category" = "Default"; and set filter '*_?-?.*'; or set filter "*_?-?_$category.*"; + set outTrialsDir "$outTrialsBaseDir/$resLevel/$category/Trials/1 - Sorting"; + mkdir -p "$outTrialsDir"; + + timerStart; find -mindepth 1 -maxdepth 1 -type f -name "$filter" -exec mv -t "$category/" '{}' +; + timerStop; + echo (timerDuration) > "$trialsDir/2 - Scripting.txt"; end popd; @@ -243,6 +284,8 @@ function step3 --argument-names outputPath for category in $processCategories echo "Processing category \"$category\"..."; pushd "$category"; + set outTrialsDir "$outTrialsBaseDir/$resLevel/$category/Trials/2 - Assembling"; + mkdir -p "$outTrialsDir"; test $category = "Default"; and set tileSuffix ''; or set tileSuffix "_$category"; set resultOutputPath "$outputPath/$resLevel"; @@ -256,7 +299,9 @@ function step3 --argument-names outputPath # ; assembleMapAtOnce \ "$filePrefix$resName""_" "$tileSuffix" \ - "$resultOutputPath" "$category"; + "$resultOutputPath" "$category" \ + "$outTrialsDir" \ + ; popd; end @@ -286,6 +331,7 @@ test -z "$processSteps"; and set processResLevels $defaultSteps; test -z "$processResLevels"; and set processResLevels $defaultResLevels; test -z "$processCategories"; and set processCategories $defaultCategories; test -z "$outputPath"; and set outputPath "$SDIR/Maps"; +test -z "$outTrialsBaseDir"; and set outTrialsBaseDir "$outputPath"; # Required input validation if test -z "$srcDir" -o ! -e "$srcDir" diff --git a/dev/assets/tiles/tileZoomPathConversion.fish b/dev/assets/tiles/tileZoomPathConversion.fish index df1000c5..1015faef 100644 --- a/dev/assets/tiles/tileZoomPathConversion.fish +++ b/dev/assets/tiles/tileZoomPathConversion.fish @@ -1,32 +1,19 @@ #!/usr/bin/env fish -## Info - -# Author: Pysis - -# Dependencies: -# - fish shell -# - Basic shell utilities: -# - variables -# - loops -# - subshell -# - echo -# - mkdir -# - test -# - set -# - pushd -# - popd -# - mv +set SDIR "$PWD/"(dirname (status filename)); test -z "$tilesDir"; and set tilesDir "$argv[1]"; +test -z "$tilesDir"; and set tilesDir "$SDIR/"; + +pushd "$tilesDir"; -pushd "$tilesDir" > /dev/null; echo -n "Processing $tilesDir"; -find "$tilesDir" -maxdepth 1 -type f -iname '*.png' -printf "%f\n" | while read file; +find "$tilesDir" -mindepth 1 -maxdepth 1 -type f -iname '*.png' -printf "%f\n" | while read file; set zoomDir (echo "$file" | cut -d'_' -f 1); test ! -d "$zoomDir"; and mkdir "$zoomDir"; set newFileName (echo "$file" | cut -d'_' -f 2-); mv "$file" "$zoomDir/$newFileName"; echo -n '.'; end -popd > /dev/null; + +popd; diff --git a/dev/scripts/common/filenameRemoveExtension.fish b/dev/scripts/common/filenameRemoveExtension.fish new file mode 100644 index 00000000..f8981033 --- /dev/null +++ b/dev/scripts/common/filenameRemoveExtension.fish @@ -0,0 +1,6 @@ +#!/usr/bin/env fish + +function filenameRemoveExtension --argument-names filename + #Alt: `sed -r 's|\.[^.]{0,16}$||')` + echo "$filename" | sed -r 's|\.[^.]+$||'; +end diff --git a/docs/CONTACT.md b/docs/Contact.md similarity index 89% rename from docs/CONTACT.md rename to docs/Contact.md index 147f52c1..5a085bcb 100644 --- a/docs/CONTACT.md +++ b/docs/Contact.md @@ -7,7 +7,7 @@ | Jason Rappaport | Product Manager | Discord: `GoldenChaos#6532`
Slack: `@jason`
GitHub: `GoldenChaos` | EST/EDT (UTC -5/-4) | | Devon Schneider | Back-end Developer (PHP) (AJAX)
Data Miner | Discord: `ProxEndreeper#3516`
Slack: `@proxendreeper`
GitHub: `proEndreeper` | CST/CDT (UTC -6/-5) | | Joshua Lindquist | ZU Content Director | Discord: `Joshua Lindquist#8029`
Slack: `@joshua`
GitHub: `JoshuaLindquist` | | - | Josh S | Front-end UI Developer | Discord: `Pysis#1215`
Slack: `@pysis`
GitHub: `Pysis868` | EST/EDT (UTC -5/-4) | + | Pysis | Front-end UI Developer | Discord: `Pysis#1215`
Slack: `@pysis`
GitHub: `Pysis868` | EST/EDT (UTC -5/-4) | | Matthew Watson | ZU DevOps Lead | Slack: `@matthew`
GitHub: `AndroidOS` | GMT/BDT (UTC +0/+1) | | Connor Strickland | ZU Leader (Assistant Creative Director) | Slack: `@connor` | | diff --git a/docs/Data Mining.md b/docs/Data Mining.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/Tile Management.md b/docs/Tile Management.md index fa1de0a8..7bc17ae3 100644 --- a/docs/Tile Management.md +++ b/docs/Tile Management.md @@ -118,6 +118,11 @@ Some good file format references and links to tools: # Tile Cutting + Now more of a history section since I finally researched and made scripts to do process the asset files such as cutting and organizing them as preparation. + - `dev/assets/tiles/generateAllMapTiles.fish` + - `dev/assets/tiles/generateAllMapTilesAuto.fish` + - No good way to program this, so disabled for now. + Danilo says he used a [modified version of a] script called `tileCreator.js` (14.4 KB). I assume it's modified because the original tries to fetch data from a database which we do not use for our map tiles, directly at least. I may have found that original here: [tileCreator.js](https://github.com/AnderPijoan/vectorosm/blob/master/tileCreator/tileCreator.js). @@ -150,5 +155,12 @@ Some good file format references and links to tools: * Created some weird tiles that were blank and made multiple grided copies with lots of negative space in between, so actually tiles in each single image.. * Thought a good invocation would be: `gdal2tiles.py -w none --resume -p raster -z '0-8' "$file" tiles` * [MapTiler](https://www.maptiler.com/) - * Seems like too much of a proprietary app and not a configurable script. - * Haven't tried it. Feel like gdal2tiles should work.. + * Seems like too much of a proprietary app and not a configurable script. + * Haven't tried it. Feel like gdal2tiles should work.. + Others tried: + * Mapeditor(?) + * GenerateSlippyMapTiles.py + * https://gist.github.com/jeffThompson/a08e5b8146352f3974bfa4100d0317f6 + Others not tried: + * Tiled(?) (Editor) + * MapTiler From ac7ae90a1aafed8674810861e309c34bb485ec21 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 7 Mar 2023 16:14:53 -0500 Subject: [PATCH 22/73] Improve fish script variants May work better. At least more notes now. --- dev/assets/tiles/generateMapTiles.fish | 16 ++++++++++++---- dev/scripts/common/filenameRemoveExtension.fish | 17 ++++++++++++++--- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/dev/assets/tiles/generateMapTiles.fish b/dev/assets/tiles/generateMapTiles.fish index 4b32701d..0e86af15 100644 --- a/dev/assets/tiles/generateMapTiles.fish +++ b/dev/assets/tiles/generateMapTiles.fish @@ -4,12 +4,20 @@ ## General Function Library -function debugPrint - test "$__DEBUG_MODE__" = "true"; and echo -e "DEBUG: $argv"; +not type -q 'altPrint'; and function altPrint + echo $argv 1>&2; end -function userWait - test "$manualStep" = "true"; and read -P 'Press any key to continue...'; +not type -q 'debugPrint'; and function debugPrint + if test "$__DEBUG__" = "true" + altPrint -n "DEBUG: "; + altPrint $argv; + end +end + +not type -q 'userWait'; and function userWait + test "$manualStep" = "true"; + and read -P 'Press enter to continue...' 1>&2 < /dev/tty; end ## Step Function Library diff --git a/dev/scripts/common/filenameRemoveExtension.fish b/dev/scripts/common/filenameRemoveExtension.fish index f8981033..2d9257bb 100644 --- a/dev/scripts/common/filenameRemoveExtension.fish +++ b/dev/scripts/common/filenameRemoveExtension.fish @@ -1,6 +1,17 @@ #!/usr/bin/env fish -function filenameRemoveExtension --argument-names filename - #Alt: `sed -r 's|\.[^.]{0,16}$||')` - echo "$filename" | sed -r 's|\.[^.]+$||'; +function filenameRemoveExtension --argument-names filePath + if test -z "$filePath" + echo 'Error: File Path not provided; exiting...' 1>&2; + return 1; + end + + # Alt: `sed -r 's|\.[^.]{0,16}$||')` + + if test -n "$filePath" + echo "$filePath" + else + cat + # end | sed -r 's|\.[^.]+$||'; +end | sed -r 's|\.[[:alnum:].]+$||'; end From 9e80e3570726b00c57a956c1c4b68ff85f68d8b3 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 8 Mar 2023 15:15:44 -0500 Subject: [PATCH 23/73] Adding missing commit patch files Not sure why these are missing. Found them when comparing and cleaning my various local copies. Wanted to preserve the complete and original sources before I tried to merge any of the still relevant comments and then removed these when I am done. --- ...eshing-project-files-from-production.patch | 3360 +++++++++++++++++ dev/0002-Later-changelog-edits-now.patch | 61 + ...ist-where-the-project-gained-support.patch | 25 + 3 files changed, 3446 insertions(+) create mode 100644 dev/0001-Refreshing-project-files-from-production.patch create mode 100644 dev/0002-Later-changelog-edits-now.patch create mode 100644 dev/0003-Adding-game-to-list-where-the-project-gained-support.patch diff --git a/dev/0001-Refreshing-project-files-from-production.patch b/dev/0001-Refreshing-project-files-from-production.patch new file mode 100644 index 00000000..824b2f2e --- /dev/null +++ b/dev/0001-Refreshing-project-files-from-production.patch @@ -0,0 +1,3360 @@ +From 63acb67ad9d807fb45b81d4d06e897f55a17e960 Mon Sep 17 00:00:00 2001 +From: Pysis868 +Date: Fri, 17 Apr 2020 01:17:47 -0400 +Subject: [PATCH 1/3] Refreshing project files from production. The database + export sql file mainly. Using initial changelog I had locally before later + edits, just to preserve. Updated db export script to ignore internal ar + table. Did some folding organization and other cleaning. + +--- + dev/db/exportDatabaseForDev.sh | 209 +-- + dev/db/zeldamaps.sql | 2886 +++++++++++++++++++++++++++++++- + 2 files changed, 2954 insertions(+), 141 deletions(-) + +diff --git a/dev/db/exportDatabaseForDev.sh b/dev/db/exportDatabaseForDev.sh +index aad1e49..11d895b 100755 +--- a/dev/db/exportDatabaseForDev.sh ++++ b/dev/db/exportDatabaseForDev.sh +@@ -103,113 +103,132 @@ + + ## Derived Configuration & Internal Variables + { +- # `marker_tab` looked like user data that could be skipped, but apparently not, as no markers appeared using the current query 'monster' :X +- noAITables="user user_completed_marker"; +- ignoreTablesOptions=''; +- for table in $noAITables; do ignoreTablesOptions+="--ignore-table='$DB_NAME.$table' "; done; +- structureOptions="--no-data"; +- dataOptions="--no-create-info --skip-add-drop-table --skip-extended-insert"; +- if [[ "$VERBOSE" == "true" ]]; then +- errorRedirectionString=""; +- mysqlVerboseString="-v"; +- else +- errorRedirectionString="2>/dev/null"; +- mysqlVerboseString=""; +- fi +- if [[ "$BRIEF_MESSAGES" == "true" ]]; then +- availableMessageCharacters="$(expr "$(tput cols)" - 12 - 3)"; # For the result messages, their wrapping characters, the message prefix, and then the ellipsis. +- messageRedirectionString="head --bytes=$availableMessageCharacters"; +- else +- messageRedirectionString="cat"; +- fi +- # Additional SQL query function files to use but not modify. +- generateDevUsersQueryFilePath="$SDIR/exportDatabaseForDev-generateDevUsers.sql"; +- sqlizeSedFilePath="$SDIR/exportDatabaseForDev-sqlize.sed"; +- +- # Intermediate, temporary, working files to be deleted at the end of the process. +- keepAIFilePath="$SDIR/zeldamaps-structure_with-AI.sql"; +- toRemoveAIFilePath="$SDIR/zeldamaps-structure_to-remove-AI.sql"; +- aiRemovedFilePath="$SDIR/zeldamaps-structure_AI-removed.sql"; +- dataFilePath="$SDIR/zeldamaps-data.sql"; +- sanitizedPartialUserDataFilePath="$SDIR/zeldamaps-sanitizedPartialUserData.txt"; +- generatedDevUserDataFilePath="$SDIR/zeldamaps-devUserData.sql"; +- +- allIntermediateFilePaths="'$keepAIFilePath' '$toRemoveAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$sanitizedPartialUserDataFilePath' '$generatedDevUserDataFilePath'"; +- +- # Resultant, generated file to keep at the end of the process. +- # completeFilePath="$SDIR/zeldamaps-complete.sql"; +- completeFilePath="$SDIR/zeldamaps.sql"; # Since the it is already version-tracked, we can just overwrite the main file now. ++ ++ ## Program/Command options/flags/switches ++ { ++ # `marker_tab` looked like user data that could be skipped, but apparently not, as no markers appeared using the current query 'monster' :X ++ noAlwaysTables="ar_internal_metadata"; ++ noAITables="user user_completed_marker"; ++ ignoreAlwaysTablesOptions=''; ++ ignoreAITablesOptions=''; ++ for table in $noAlwaysTables; do ignoreAlwaysTablesOptions+="--ignore-table='$DB_NAME.$table' "; done; ++ for table in $noAITables; do ignoreAITablesOptions+="--ignore-table='$DB_NAME.$table' "; done; ++ structureOptions="--no-data"; ++ dataOptions="--no-create-info --skip-add-drop-table --skip-extended-insert"; ++ ++ if [[ "$VERBOSE" == "true" ]]; then ++ errorRedirectionString=""; ++ mysqlVerboseString="-v"; ++ else ++ errorRedirectionString="2>/dev/null"; ++ mysqlVerboseString=""; ++ fi ++ ++ if [[ "$BRIEF_MESSAGES" == "true" ]]; then ++ availableMessageCharacters="$(expr "$(tput cols)" - 12 - 3)"; # For the result messages, their wrapping characters, the message prefix, and then the ellipsis. ++ messageRedirectionString="head --bytes=$availableMessageCharacters"; ++ else ++ messageRedirectionString="cat"; ++ fi ++ } ++ ++ ## File Paths ++ { ++ # Additional SQL query function files to use but not modify. ++ generateDevUsersQueryFilePath="$SDIR/exportDatabaseForDev-generateDevUsers.sql"; ++ sqlizeSedFilePath="$SDIR/exportDatabaseForDev-sqlize.sed"; ++ ++ # Intermediate, temporary, working files to be deleted at the end of the process. ++ keepAIFilePath="$SDIR/zeldamaps-structure_with-AI.sql"; ++ toRemoveAIFilePath="$SDIR/zeldamaps-structure_to-remove-AI.sql"; ++ aiRemovedFilePath="$SDIR/zeldamaps-structure_AI-removed.sql"; ++ dataFilePath="$SDIR/zeldamaps-data.sql"; ++ sanitizedPartialUserDataFilePath="$SDIR/zeldamaps-sanitizedPartialUserData.txt"; ++ generatedDevUserDataFilePath="$SDIR/zeldamaps-devUserData.sql"; ++ ++ allIntermediateFilePaths="'$keepAIFilePath' '$toRemoveAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$sanitizedPartialUserDataFilePath' '$generatedDevUserDataFilePath'"; ++ ++ # Resultant, generated file to keep at the end of the process. ++ # completeFilePath="$SDIR/zeldamaps-complete.sql"; ++ completeFilePath="$SDIR/zeldamaps.sql"; # Since the it is already version-tracked, we can just overwrite the main file now. ++ } + } + + ## Main Program Flow + { + trap 'statusPrint "\n${RED}User cancels process.${NC}"; cleanAndExit 2;' INT KILL TERM STOP; + +- issueStep \ +- "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ +- "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $ignoreTablesOptions --add-drop-database --databases $DB_NAME > '$keepAIFilePath' $errorRedirectionString" \ +- ; ++ ## Main Exporting ++ { ++ issueStep \ ++ "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ ++ "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $ignoreAlwaysTablesOptions $ignoreAITablesOptions --add-drop-database --databases $DB_NAME > '$keepAIFilePath' $errorRedirectionString" \ ++ ; + +- issueStep \ +- "Exporting the rest of the database structure, with no way to immediately remove the auto increment values to match not having data later on." \ +- "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $DB_NAME $noAITables > '$toRemoveAIFilePath' $errorRedirectionString" \ +- ; ++ issueStep \ ++ "Exporting the rest of the database structure, with no way to immediately remove the auto increment values to match not having data later on." \ ++ "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $DB_NAME $noAITables > '$toRemoveAIFilePath' $errorRedirectionString" \ ++ ; + +- issueStep \ +- "Exporting majority of the database data, ignoring certain tables with more sensitive user or otherwise less useful data for development." \ +- "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $dataOptions $ignoreTablesOptions $DB_NAME > '$dataFilePath' $errorRedirectionString" \ +- ; ++ issueStep \ ++ "Exporting majority of the database data, ignoring certain tables with more sensitive user or otherwise less useful data for development." \ ++ "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $dataOptions $ignoreAlwaysTablesOptions $ignoreAITablesOptions $DB_NAME > '$dataFilePath' $errorRedirectionString" \ ++ ; + + +- issueStep \ +- "Exporting and sanitizing only the required user records by id, with their visiblity and level data for later use in development so that all markers can be displayed." \ +- "mysql $MYSQL_CONNECTION_STRING $mysqlVerboseString $DB_NAME > '$sanitizedPartialUserDataFilePath' $errorRedirectionString < '$generateDevUsersQueryFilePath'" \ +- ; ++ issueStep \ ++ "Exporting and sanitizing only the required user records by id, with their visiblity and level data for later use in development so that all markers can be displayed." \ ++ "mysql $MYSQL_CONNECTION_STRING $mysqlVerboseString $DB_NAME > '$sanitizedPartialUserDataFilePath' $errorRedirectionString < '$generateDevUsersQueryFilePath'" \ ++ ; ++ } + +- if [[ "$VERBOSE" == "true" ]]; then ++ ## Other data manipulations / transformations / massagings ++ { ++ if [[ "$VERBOSE" == "true" ]]; then ++ issueStep \ ++ "Removing embedded verbose query." \ ++ "sed -i '1,27d' '$sanitizedPartialUserDataFilePath'" \ ++ ; ++ fi ++ ++ issueStep \ ++ "Preparing the generated user data into a SQL format." \ ++ "sed -i -r -f '$sqlizeSedFilePath' '$sanitizedPartialUserDataFilePath'" \ ++ ; ++ ++ issueStep \ ++ "Writing SQL INSERT header." \ ++ "echo 'INSERT INTO \`user\`' > '$generatedDevUserDataFilePath'" \ ++ ; ++ ++ issueStep \ ++ "Writing header data fields." \ ++ "head -n 1 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ ++ ; ++ issueStep \ ++ "Writing intermediate VALUES term." \ ++ "echo 'VALUES' >> '$generatedDevUserDataFilePath'" \ ++ ; + issueStep \ +- "Removing embedded verbose query." \ +- "sed -i '1,27d' '$sanitizedPartialUserDataFilePath'" \ ++ "Writing data fields." \ ++ "tail -n +2 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ + ; +- fi +- +- issueStep \ +- "Preparing the generated user data into a SQL format." \ +- "sed -i -r -f '$sqlizeSedFilePath' '$sanitizedPartialUserDataFilePath'" \ +- ; +- +- issueStep \ +- "Writing SQL INSERT header." \ +- "echo 'INSERT INTO \`user\`' > '$generatedDevUserDataFilePath'" \ +- ; +- +- issueStep \ +- "Writing header data fields." \ +- "head -n 1 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ +- ; +- issueStep \ +- "Writing intermediate VALUES term." \ +- "echo 'VALUES' >> '$generatedDevUserDataFilePath'" \ +- ; +- issueStep \ +- "Writing data fields." \ +- "tail -n +2 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ +- ; +- # "tail -n +2 dev/db/userLevels.txt | sed -r 's|([[:digit:]]+)\s+([[:digit:]]+)\s+([[:digit:]]+)|\(\1, \'test\1\', \'test\1\', \2, \3\)|g'"; +- issueStep \ +- "Writing terminating colon." \ +- "echo ';' >> '$generatedDevUserDataFilePath'" \ +- ; +- +- +- issueStep \ +- "Removing auto increment values in sensitive data table schemas." \ +- "sed -r 's| AUTO_INCREMENT=[[:digit:]]+||g' '$toRemoveAIFilePath' > '$aiRemovedFilePath'" \ +- ; +- +- issueStep \ +- "Combining intermediate SQL files into a single convenient script for later import and version control." \ +- "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$generatedDevUserDataFilePath' > '$completeFilePath'" \ +- ; # "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' > '$completeFilePath'" \ ++ # "tail -n +2 dev/db/userLevels.txt | sed -r 's|([[:digit:]]+)\s+([[:digit:]]+)\s+([[:digit:]]+)|\(\1, \'test\1\', \'test\1\', \2, \3\)|g'"; ++ issueStep \ ++ "Writing terminating semicolon." \ ++ "echo ';' >> '$generatedDevUserDataFilePath'" \ ++ ; ++ ++ issueStep \ ++ "Removing auto increment values in sensitive data table schemas." \ ++ "sed -r 's| AUTO_INCREMENT=[[:digit:]]+||g' '$toRemoveAIFilePath' > '$aiRemovedFilePath'" \ ++ ; ++ ++ issueStep \ ++ "Combining intermediate SQL files into a single convenient script for later import and version control." \ ++ "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$generatedDevUserDataFilePath' > '$completeFilePath'" \ ++ ; ++ } ++ + clean; + } +diff --git a/dev/db/zeldamaps.sql b/dev/db/zeldamaps.sql +index 2960913..468b2c8 100644 +--- a/dev/db/zeldamaps.sql ++++ b/dev/db/zeldamaps.sql +@@ -25,6 +25,23 @@ CREATE DATABASE /*!32312 IF NOT EXISTS*/ `zeldamaps` /*!40100 DEFAULT CHARACTER + + USE `zeldamaps`; + ++-- ++-- Table structure for table `changelog` ++-- ++ ++DROP TABLE IF EXISTS `changelog`; ++/*!40101 SET @saved_cs_client = @@character_set_client */; ++/*!40101 SET character_set_client = utf8 */; ++CREATE TABLE `changelog` ( ++ `id` bigint(20) NOT NULL AUTO_INCREMENT, ++ `version_major` int(11) NOT NULL, ++ `version_minor` int(11) NOT NULL, ++ `version_patch` int(11) NOT NULL, ++ `content` text, ++ PRIMARY KEY (`id`) ++) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; ++/*!40101 SET character_set_client = @saved_cs_client */; ++ + -- + -- Table structure for table `container` + -- +@@ -39,6 +56,7 @@ CREATE TABLE `container` ( + `marker_url` varchar(250) NOT NULL DEFAULT '/markers/' COMMENT 'Each map can have a set of different markers icons just by changing the marker url', + `marker_ext` char(3) NOT NULL DEFAULT 'png', + `background_color` char(7) NOT NULL DEFAULT '#DEECFD', ++ `icon` varchar(60) NOT NULL, + `show_street_view` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Only for googlemaps (for now)', + `show_map_control` tinyint(1) NOT NULL DEFAULT '1', + `show_zoom_control` tinyint(1) NOT NULL DEFAULT '1', +@@ -46,13 +64,21 @@ CREATE TABLE `container` ( + `show_category_menu` tinyint(1) DEFAULT '1', + `default_pos_x` float NOT NULL DEFAULT '128' COMMENT '0 for googlemap, 128 for leaflet', + `default_pos_y` float NOT NULL DEFAULT '-128' COMMENT '0 for googlemap, -128 for leaflet', ++ `bound_top_pos_x` float NOT NULL DEFAULT '0', ++ `bound_top_pos_y` float NOT NULL DEFAULT '0', ++ `bound_bottom_pos_x` float NOT NULL DEFAULT '-256', ++ `bound_bottom_pos_y` float NOT NULL DEFAULT '256', + `max_zoom` int(2) DEFAULT '6', + `cluster_max_zoom` int(2) NOT NULL DEFAULT '4' COMMENT 'Max zoom to cluster the markers. Best -2 from the max zoom allowed (if 6 is the max, cluster should be 4)', + `cluster_grid_size` int(2) NOT NULL DEFAULT '30' COMMENT 'Pixel size of grid (default 30)', + `tile_size` int(3) NOT NULL DEFAULT '256' COMMENT 'Internet default is 256', + `icon_width` int(11) NOT NULL, + `icon_height` int(11) NOT NULL, ++ `icon_small_width` int(11) NOT NULL DEFAULT '16', ++ `icon_small_height` int(11) NOT NULL DEFAULT '16', ++ `switch_icons_at_zoom` int(11) NOT NULL DEFAULT '5', + `visible` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'If map can be viewed', ++ `default_zoom` int(11) NOT NULL DEFAULT '3', + PRIMARY KEY (`id`), + UNIQUE KEY `map_id_UNIQUE` (`id`), + UNIQUE KEY `short_name_UNIQUE` (`short_name`) +@@ -146,7 +172,7 @@ CREATE TABLE `marker` ( + CONSTRAINT `fk_map_marker_map_marker_status1` FOREIGN KEY (`marker_status_id`) REFERENCES `marker_status` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, + CONSTRAINT `fk_marker_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, + CONSTRAINT `fk_marker_submap2` FOREIGN KEY (`overlay_id`) REFERENCES `submap` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +-) ENGINE=InnoDB AUTO_INCREMENT=9729 DEFAULT CHARSET=latin1; ++) ENGINE=InnoDB AUTO_INCREMENT=11634 DEFAULT CHARSET=latin1; + /*!40101 SET character_set_client = @saved_cs_client */; + + -- +@@ -174,7 +200,7 @@ CREATE TABLE `marker_category` ( + CONSTRAINT `fk_marker_category_map_container1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, + CONSTRAINT `fk_marker_category_marker_category1` FOREIGN KEY (`parent_id`) REFERENCES `marker_category` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, + CONSTRAINT `fk_marker_category_marker_category_type1` FOREIGN KEY (`marker_category_type_id`) REFERENCES `marker_category_type` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +-) ENGINE=InnoDB AUTO_INCREMENT=1950 DEFAULT CHARSET=latin1; ++) ENGINE=InnoDB AUTO_INCREMENT=1970 DEFAULT CHARSET=latin1; + /*!40101 SET character_set_client = @saved_cs_client */; + + -- +@@ -230,7 +256,7 @@ CREATE TABLE `marker_tab` ( + CONSTRAINT `fk_map_marker_tab_map_marker1` FOREIGN KEY (`marker_id`) REFERENCES `marker` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_marker_tab_marker_tab_status1` FOREIGN KEY (`marker_tab_status_id`) REFERENCES `marker_tab_status` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, + CONSTRAINT `fk_marker_tab_user1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +-) ENGINE=InnoDB AUTO_INCREMENT=3530 DEFAULT CHARSET=latin1; ++) ENGINE=InnoDB AUTO_INCREMENT=4004 DEFAULT CHARSET=latin1; + /*!40101 SET character_set_client = @saved_cs_client */; + + -- +@@ -248,6 +274,19 @@ CREATE TABLE `marker_tab_status` ( + ) ENGINE=InnoDB DEFAULT CHARSET=latin1; + /*!40101 SET character_set_client = @saved_cs_client */; + ++-- ++-- Table structure for table `schema_migrations` ++-- ++ ++DROP TABLE IF EXISTS `schema_migrations`; ++/*!40101 SET @saved_cs_client = @@character_set_client */; ++/*!40101 SET character_set_client = utf8 */; ++CREATE TABLE `schema_migrations` ( ++ `version` varchar(255) NOT NULL, ++ PRIMARY KEY (`version`) ++) ENGINE=InnoDB DEFAULT CHARSET=latin1; ++/*!40101 SET character_set_client = @saved_cs_client */; ++ + -- + -- Table structure for table `submap` + -- +@@ -352,7 +391,7 @@ CREATE TABLE `tmp_loc` ( + /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; + /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +--- Dump completed on 2018-05-19 20:27:46 ++-- Dump completed on 2020-04-17 0:29:03 + -- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) + -- + -- Host: 127.0.0.1 Database: zeldamaps +@@ -388,6 +427,10 @@ CREATE TABLE `user` ( + `last_login` datetime NOT NULL, + `level` tinyint(1) NOT NULL DEFAULT '1', + `visible` tinyint(1) NOT NULL DEFAULT '1', ++ `seen_version_major` int(11) NOT NULL DEFAULT '0', ++ `seen_version_minor` int(11) NOT NULL DEFAULT '0', ++ `seen_version_patch` int(11) NOT NULL DEFAULT '0', ++ `seen_latest_changelog` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `username_UNIQUE` (`username`), + UNIQUE KEY `email_UNIQUE` (`email`) +@@ -419,7 +462,7 @@ CREATE TABLE `user_completed_marker` ( + /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; + /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +--- Dump completed on 2018-05-19 20:27:47 ++-- Dump completed on 2020-04-17 0:29:03 + -- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) + -- + -- Host: 127.0.0.1 Database: zeldamaps +@@ -437,31 +480,65 @@ CREATE TABLE `user_completed_marker` ( + /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; + /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + ++-- ++-- Dumping data for table `changelog` ++-- ++ ++LOCK TABLES `changelog` WRITE; ++/*!40000 ALTER TABLE `changelog` DISABLE KEYS */; ++INSERT INTO `changelog` VALUES (1,0,0,0,'The fabled start of the project!'); ++INSERT INTO `changelog` VALUES (2,0,0,1,'Finally, an app to work with :).'); ++INSERT INTO `changelog` VALUES (3,0,2,0,'You can now add your own markers! Right click on the map and log in / create an account to start adding (best suited for desktop).'); ++INSERT INTO `changelog` VALUES (4,0,2,0,'Optimizations for mobile devices.'); ++INSERT INTO `changelog` VALUES (5,0,2,0,'Tons of new markers everyday!'); ++INSERT INTO `changelog` VALUES (6,0,3,0,'Mark as complete! You can now right-click a marker (desktop only) to hide a marker indefinitely. You can undo this by using ctrl + z in case of a mistake. This shall help you in the quest to get all koroks, making it much easier to see what you\'re missing. This feature uses cookies, so please don\'t clean it.'); ++INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. Sorry if you read the intro everytime :).'); ++INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); ++INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); ++INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); ++INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents); Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); ++INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); ++INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); ++INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); ++INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); ++INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); ++INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); ++INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); ++INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); ++INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); ++INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); ++INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); ++INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); ++INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); ++INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); ++/*!40000 ALTER TABLE `changelog` ENABLE KEYS */; ++UNLOCK TABLES; ++ + -- + -- Dumping data for table `container` + -- + + LOCK TABLES `container` WRITE; + /*!40000 ALTER TABLE `container` DISABLE KEYS */; +-INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#DEECFD',0,1,1,0,1,128,-128,6,4,30,256,23,23,1); +-INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); +-INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000',0,1,1,0,1,128,-128,8,9,50,256,23,23,1); ++INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#000000','',0,1,1,0,1,128,-128,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#000000','Links-Awakening',0,1,1,0,1,128,-128,-50,-80,-226,306,6,4,30,256,23,23,16,16,-1,1,3); ++INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); ++INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5); + /*!40000 ALTER TABLE `container` ENABLE KEYS */; + UNLOCK TABLES; + +@@ -472,7 +549,17 @@ UNLOCK TABLES; + LOCK TABLES `map` WRITE; + /*!40000 ALTER TABLE `map` DISABLE KEYS */; + INSERT INTO `map` VALUES (3,3,'Overworld',0,2,6,'(c) Nintendo',0,1); +-INSERT INTO `map` VALUES (19,19,'BotW',0,2,8,'(c) Nintendo',1,1); ++INSERT INTO `map` VALUES (19,19,'Hyrule',0,2,8,'(c) Nintendo',1,1); ++INSERT INTO `map` VALUES (20,4,'Koholint Island',1,2,4,'(c) Nintendo',0,1); ++INSERT INTO `map` VALUES (21,4,'Tail Cave',1,2,4,'(c) Nintendo',1,1); ++INSERT INTO `map` VALUES (22,4,'Bottle Grotto',1,2,4,'(c) Nintendo',2,1); ++INSERT INTO `map` VALUES (23,4,'Key Cavern',1,2,4,'(c) Nintendo',3,1); ++INSERT INTO `map` VALUES (24,4,'Angler`s Tunnel',1,2,4,'(c) Nintendo',4,1); ++INSERT INTO `map` VALUES (25,4,'Catfish`s Maw',1,2,4,'(c) Nintendo',5,1); ++INSERT INTO `map` VALUES (26,4,'Face Shrine',1,2,4,'(c) Nintendo',6,1); ++INSERT INTO `map` VALUES (27,4,'Eagle`s Tower',1,2,4,'(c) Nintendo',7,1); ++INSERT INTO `map` VALUES (28,4,'Turtle Rock',1,2,4,'(c) Nintendo',8,1); ++INSERT INTO `map` VALUES (29,4,'Color Dungeon',1,2,4,'(c) Nintendo',9,1); + /*!40000 ALTER TABLE `map` ENABLE KEYS */; + UNLOCK TABLES; + +@@ -8345,6 +8432,1597 @@ INSERT INTO `marker` VALUES (9725,1900,NULL,2,1901,21563,'sss','',115.140625,-15 + INSERT INTO `marker` VALUES (9726,1900,NULL,2,1901,21321,'inicio','',129.4296875,-153.5703125,0,0,0,'2018-05-12 18:06:14'); + INSERT INTO `marker` VALUES (9727,1900,NULL,2,1901,21321,'ffff','',129.41796875,-153.75390625,0,0,0,'2018-05-12 18:07:54'); + INSERT INTO `marker` VALUES (9728,1900,NULL,2,1910,21355,'Pondo's Lodge','Make that money.',95.5625,-95.5546875,0,0,0,'2018-05-14 21:49:10'); ++INSERT INTO `marker` VALUES (9729,1900,NULL,2,1901,21727,'???','???',137.6171875,-165.3046875,0,0,0,'2018-05-20 07:46:21'); ++INSERT INTO `marker` VALUES (9730,1900,NULL,2,1901,21247,'Start Korok','',68.8125,-99.9140625,0,0,0,'2018-05-20 20:08:26'); ++INSERT INTO `marker` VALUES (9731,1900,NULL,2,1901,21799,'Was tolles Shrine Beginn here','Defeat the Hinox to get a juwel',134.078125,-79.4921875,0,0,0,'2018-05-21 15:32:41'); ++INSERT INTO `marker` VALUES (9732,1900,NULL,2,1926,21041,'Divine Beast Vah Medoh','',71.515625,-99.015625,0,0,0,'2018-05-21 20:06:56'); ++INSERT INTO `marker` VALUES (9733,1900,NULL,2,1939,21324,'Blizzrobe','',139.9453125,-116.234375,0,0,0,'2018-05-22 02:04:44'); ++INSERT INTO `marker` VALUES (9734,1900,NULL,2,1901,20346,'Rubine','',95.60546875,-95.2421875,0,0,0,'2018-05-22 15:31:57'); ++INSERT INTO `marker` VALUES (9735,1900,NULL,2,1901,21856,'Santuario de la vida','',110.44921875,-157.515625,0,0,0,'2018-05-23 05:35:29'); ++INSERT INTO `marker` VALUES (9736,1900,NULL,2,1925,21856,'Santuario de la vida','',110.5,-157.46875,0,0,0,'2018-05-23 05:37:21'); ++INSERT INTO `marker` VALUES (9737,1900,NULL,2,1902,21858,'PHANTOM GANON ARMOR','',143.95703125,-178.53125,0,1,0,'2018-05-23 07:41:28'); ++INSERT INTO `marker` VALUES (9738,1900,NULL,2,1910,16861,'Topaz','',120.48301529884338,-112.11066344380379,0,0,0,'2018-05-24 09:08:25'); ++INSERT INTO `marker` VALUES (9739,1900,NULL,2,1934,16432,'White stallion','',109.5,-148.234375,0,0,0,'2018-05-26 16:46:48'); ++INSERT INTO `marker` VALUES (9740,1900,NULL,2,1904,21892,'Fleches Illimitées','',77.25,-125,0,0,0,'2018-05-28 10:35:44'); ++INSERT INTO `marker` VALUES (9741,1900,NULL,2,1901,22039,'Divine Beast Vah Medoh','',71.375,-99.875,0,1,0,'2018-05-29 18:57:04'); ++INSERT INTO `marker` VALUES (9742,1900,NULL,2,1926,22039,'Divine Beast Vah Naboris','',70,-176,0,1,0,'2018-05-29 18:58:53'); ++INSERT INTO `marker` VALUES (9743,1900,NULL,2,1901,22054,'nao esta la','',197.375,-150.37812507152557,0,0,0,'2018-05-31 01:19:51'); ++INSERT INTO `marker` VALUES (9744,1900,NULL,2,1901,22054,'Não está la o korok','korok não está presente no Nintendo Wii U',197.3125,-150.015625,0,0,0,'2018-05-31 01:21:21'); ++INSERT INTO `marker` VALUES (9745,1900,NULL,2,1901,22054,'Não está la o korok','no nintendo wii u nao está la o korok',195.265625,-154.140625,0,0,0,'2018-05-31 01:25:17'); ++INSERT INTO `marker` VALUES (9746,1900,NULL,2,1925,22116,'Kebe' Tawa','',91.390625,-188.95703125,0,0,0,'2018-06-01 15:19:25'); ++INSERT INTO `marker` VALUES (9747,1900,NULL,2,1921,22141,'Korok forest','',134.40625,-93.78125,0,0,0,'2018-06-02 21:44:25'); ++INSERT INTO `marker` VALUES (9748,1900,NULL,2,1901,22148,'EE','',84.140625,-102.953125,0,0,0,'2018-06-03 00:51:51'); ++INSERT INTO `marker` VALUES (9749,1900,NULL,2,1944,22175,'Majora's Mask','',120.78125,-147.8125,0,1,0,'2018-06-03 20:58:59'); ++INSERT INTO `marker` VALUES (9750,1900,NULL,2,1901,22252,'Feu','',113.83132874965668,-154.16339844465256,0,0,0,'2018-06-06 13:15:56'); ++INSERT INTO `marker` VALUES (9751,1900,NULL,2,1925,22228,'dont know','',176.1533203125,-120.8427734375,0,0,0,'2018-06-08 15:06:47'); ++INSERT INTO `marker` VALUES (9752,1900,NULL,2,1901,22500,'Southern Oasis','',69.6640625,-184.609375,0,1,0,'2018-06-15 01:58:42'); ++INSERT INTO `marker` VALUES (9753,1900,NULL,2,1901,22484,'Todo','',155,-154.375,0,0,0,'2018-06-15 06:20:25'); ++INSERT INTO `marker` VALUES (9754,1900,NULL,2,1935,22518,'A Gift of Nightshade','',168.45703125,-183.40945434570312,0,0,0,'2018-06-15 14:42:17'); ++INSERT INTO `marker` VALUES (9755,1900,NULL,2,1904,22263,'Bomb Arrow x5 (DLC)','The Bomb Arrow is a recurring item in The Legend of Zelda series. It has appeared in Link's Awakening, Twilight Princess, and Breath of the Wild. They are what Link gets when he combines his Bombs and his Arrows together.',105.3046875,-159.703125,0,1,0,'2018-06-16 08:39:51'); ++INSERT INTO `marker` VALUES (9756,1900,NULL,2,1910,21662,'Amber','Search rock to acquire.',107.8671875,-162.69921875,0,0,0,'2018-06-18 04:12:48'); ++INSERT INTO `marker` VALUES (9757,1900,NULL,2,1901,22585,'Firly Pond','Pond with Karok seed and Rusty Broadsword',179.35546875,-162.94921875,0,1,0,'2018-06-18 20:08:44'); ++INSERT INTO `marker` VALUES (9758,1900,NULL,2,1916,22600,'Korok','Dive into the circle of lilies',110.31685709953308,-134.50760945677757,0,0,0,'2018-06-19 09:07:10'); ++INSERT INTO `marker` VALUES (9759,1900,NULL,2,1901,22524,'Hestu','Hestu Final Location',134.78125,-94.5,0,0,0,'2018-06-19 16:08:25'); ++INSERT INTO `marker` VALUES (9760,1900,NULL,2,1905,22123,'Nintendo Switch Shirt','',120.6796875,-159.390625,0,0,0,'2018-06-21 14:01:53'); ++INSERT INTO `marker` VALUES (9761,1900,NULL,2,1901,22780,'lol','ads',104.6875,-166.8125,0,0,0,'2018-06-26 08:17:40'); ++INSERT INTO `marker` VALUES (9762,1900,NULL,2,1926,18201,'Divine Beast Vah Naboris','',79.75,-184.375,0,0,0,'2018-06-27 14:16:30'); ++INSERT INTO `marker` VALUES (9763,1900,NULL,2,1926,18201,'Divine Beast Vah Medoh','',69.5,-100.125,0,0,0,'2018-06-27 14:17:06'); ++INSERT INTO `marker` VALUES (9764,1900,NULL,2,1926,18201,'Divine Beast Vah Rudania','',168.125,-87.75,0,0,0,'2018-06-27 14:17:38'); ++INSERT INTO `marker` VALUES (9765,1900,NULL,2,1916,22279,'Korok Seed','',110.41796875,-184.65234375,0,0,0,'2018-06-29 09:48:48'); ++INSERT INTO `marker` VALUES (9766,1900,NULL,2,1935,22858,'????? ?????-?????????','?????????? ????? ????? ???? ????? ?????????',152.5390625,-70.5390625,0,0,0,'2018-06-30 07:00:46'); ++INSERT INTO `marker` VALUES (9767,1900,NULL,2,1940,22947,'blue lynel','',126.25,-114.75,0,0,0,'2018-07-03 00:59:59'); ++INSERT INTO `marker` VALUES (9768,1900,NULL,2,1901,22918,'Cooking Man','',113.484375,-154.5,0,0,0,'2018-07-04 16:03:00'); ++INSERT INTO `marker` VALUES (9769,1900,NULL,2,1901,23031,'KOROK','',112.1875,-169.15625,0,0,0,'2018-07-05 10:12:35'); ++INSERT INTO `marker` VALUES (9770,1900,NULL,2,1901,23122,'Oman Au Shrine','',117.5,-144.5,0,1,0,'2018-07-08 20:01:58'); ++INSERT INTO `marker` VALUES (9771,1900,NULL,2,1901,23122,'Woodland Tower','',142.25,-100.5,0,0,0,'2018-07-08 20:09:15'); ++INSERT INTO `marker` VALUES (9772,1900,NULL,2,1944,15570,'Knight's Halberd','',118.828125,-87.2890625,0,0,0,'2018-07-08 22:28:23'); ++INSERT INTO `marker` VALUES (9773,1900,NULL,2,1926,23133,'Divine Beast Vah Naboh','Divine Beast Vah Naboh holds the Windblight Ganon',71,-100.625,0,1,0,'2018-07-09 09:29:22'); ++INSERT INTO `marker` VALUES (9774,1900,NULL,2,1926,23133,'Divine Beast Vah Naboris','Divine Beast Vah Naboris holds the Thunderblight Ganon',95.375,-170,0,1,0,'2018-07-09 09:30:34'); ++INSERT INTO `marker` VALUES (9775,1900,NULL,2,1926,23133,'Divine Beast Vah Rudania','Divine Beast Vah Rudania holds the Fireblight Ganon',165.5,-88.25,0,1,0,'2018-07-09 09:35:42'); ++INSERT INTO `marker` VALUES (9776,1900,NULL,2,1916,23109,'Korok Seed','',84.53125,-82.765625,0,0,0,'2018-07-11 20:45:57'); ++INSERT INTO `marker` VALUES (9777,1900,NULL,2,1916,23109,'Korok Seed','',141.14453125,-117.1640625,0,0,0,'2018-07-11 21:11:25'); ++INSERT INTO `marker` VALUES (9778,1900,NULL,2,1944,23237,'[EX] Phantom Armor','',124.12109375,-126.66015625,0,0,0,'2018-07-12 11:38:26'); ++INSERT INTO `marker` VALUES (9779,1900,NULL,2,1903,10807,'Gerudo Smitar','In the ground, behind explosive wall',113.4375,-181.4375,0,0,0,'2018-07-14 18:13:48'); ++INSERT INTO `marker` VALUES (9780,1900,NULL,2,1901,23338,'Durians trees','',137.3046875,-170.00390625,0,0,0,'2018-07-17 01:58:26'); ++INSERT INTO `marker` VALUES (9781,1900,NULL,2,1935,23338,'Bird mn acordeon','Hints for a shrine location',140.82572174072266,-175.8167839050293,0,0,0,'2018-07-17 02:30:47'); ++INSERT INTO `marker` VALUES (9782,1900,NULL,2,1901,22725,'Baleine','',152,-70.1953125,0,0,0,'2018-07-17 20:07:45'); ++INSERT INTO `marker` VALUES (9783,1900,NULL,2,1901,23476,'memory finding place','the last memory from a pic that was gave',185.375,-102.53125,0,0,0,'2018-07-18 02:49:16'); ++INSERT INTO `marker` VALUES (9784,1900,NULL,2,1936,23694,'Cracled Rocks','',96.33203125,-135.9375,0,0,0,'2018-07-20 01:50:09'); ++INSERT INTO `marker` VALUES (9785,1900,NULL,2,1943,23298,'Ruby','Inside the fall; quite a hight.',183.6171875,-112.91796875,0,0,0,'2018-07-20 05:11:18'); ++INSERT INTO `marker` VALUES (9786,1900,NULL,2,1939,23731,'Blirraro','',61.39631247520447,-144.98652338981628,0,0,0,'2018-07-20 14:31:00'); ++INSERT INTO `marker` VALUES (9787,1900,NULL,2,1901,9827,'DLC: Majora's Mask','',120.9609375,-148.0234375,0,1,0,'2018-07-20 22:05:14'); ++INSERT INTO `marker` VALUES (9788,1900,NULL,2,1901,9827,'Korok Seed Quest','Follow the Yellow Flower',176.1015625,-184.9609375,0,0,0,'2018-07-20 22:48:38'); ++INSERT INTO `marker` VALUES (9789,1900,NULL,2,1920,1550,'1212,1212,1212','1212,1212,1212',110.375,-157.81640625,0,0,0,'2018-07-21 00:41:28'); ++INSERT INTO `marker` VALUES (9790,1900,NULL,2,1920,1550,'123','321',110.37890625,-157.85546875,0,1,0,'2018-07-21 00:44:17'); ++INSERT INTO `marker` VALUES (9791,1900,NULL,2,1920,1550,'12','21',110.40625,-157.8515625,0,1,0,'2018-07-21 00:45:17'); ++INSERT INTO `marker` VALUES (9792,1900,NULL,2,1910,23746,'20 Rupees','20 Rupees under boulder.',120.60546875,-159.8671875,0,0,0,'2018-07-21 02:16:40'); ++INSERT INTO `marker` VALUES (9793,1900,NULL,2,1901,23704,'Hylian Shrooms','',111.29296875,-156.18359375,0,0,0,'2018-07-21 04:12:30'); ++INSERT INTO `marker` VALUES (9794,1900,NULL,2,1902,24140,'Forest Dweller's Bow','',15.5,-90.5,0,0,0,'2018-07-24 03:07:34'); ++INSERT INTO `marker` VALUES (9795,1900,NULL,2,1925,24168,'he','',10.75,-131.5,0,0,0,'2018-07-24 12:04:19'); ++INSERT INTO `marker` VALUES (9796,1900,NULL,2,1935,23337,'Arrows of Burning Heat','',156.52734375,-144.30859375,0,0,0,'2018-07-24 18:47:35'); ++INSERT INTO `marker` VALUES (9797,1900,NULL,2,1935,23337,'By Firefly's Light','',157.6875,-144.16796875,0,1,0,'2018-07-24 18:52:55'); ++INSERT INTO `marker` VALUES (9798,1900,NULL,2,1901,24262,'szdf','',67.546875,-138.609375,0,0,0,'2018-07-26 08:29:26'); ++INSERT INTO `marker` VALUES (9799,1900,NULL,2,1936,23704,'Bow Chest','',148.78125,-157.16015625,0,0,0,'2018-07-26 09:15:02'); ++INSERT INTO `marker` VALUES (9800,1900,NULL,2,1931,23109,'Bokoblin Camp','',180.796875,-70.828125,0,0,0,'2018-07-27 06:14:12'); ++INSERT INTO `marker` VALUES (9801,1900,NULL,2,1935,21200,'Hero's Cache','',186.515625,-169.09375,0,0,0,'2018-07-28 11:07:43'); ++INSERT INTO `marker` VALUES (9802,1900,NULL,2,1930,23128,'Blizzrobe','',81.4140625,-86.5390625,0,0,0,'2018-07-29 04:46:37'); ++INSERT INTO `marker` VALUES (9803,1900,NULL,2,1939,23128,'Blizzrobe','',73.9453125,-86.71875,0,0,0,'2018-07-29 05:14:39'); ++INSERT INTO `marker` VALUES (9804,1900,NULL,2,1901,24571,'4123','',-37.5,-78.5,0,0,0,'2018-07-29 18:54:05'); ++INSERT INTO `marker` VALUES (9805,1900,NULL,2,1939,23128,'Blizzrobe','',139.9765625,-116.3046875,0,0,0,'2018-07-29 23:38:20'); ++INSERT INTO `marker` VALUES (9806,1900,NULL,2,1904,24716,'Ice arrows x10','',108.75390625,-162.3125,0,0,0,'2018-07-30 16:50:58'); ++INSERT INTO `marker` VALUES (9807,1900,NULL,2,1901,24716,'Boat','',111.109375,-159.984375,0,0,0,'2018-07-30 17:15:16'); ++INSERT INTO `marker` VALUES (9808,1900,NULL,2,1904,24716,'Arrows x10','',115.84375,-161.2109375,0,0,0,'2018-07-30 17:27:03'); ++INSERT INTO `marker` VALUES (9809,1900,NULL,2,1939,23109,'Blizzrobe','',73.640625,-129.671875,0,0,0,'2018-07-30 18:13:53'); ++INSERT INTO `marker` VALUES (9810,1900,NULL,2,1936,24716,'Cracked Wall','',139.171875,-156.26953125,0,0,0,'2018-07-30 18:27:46'); ++INSERT INTO `marker` VALUES (9811,1900,NULL,2,1931,23109,'Bokoblin Camp','',108.16796875,-76.06640625,0,0,0,'2018-07-31 08:52:02'); ++INSERT INTO `marker` VALUES (9812,1900,NULL,2,1901,24336,'East Entry','',126.703125,-110.35546875,0,0,0,'2018-07-31 16:53:05'); ++INSERT INTO `marker` VALUES (9813,1900,NULL,2,1935,24820,'Hetsu (1st encounter)','',134.203125,-143.9453125,0,0,0,'2018-08-01 04:43:08'); ++INSERT INTO `marker` VALUES (9814,1900,NULL,2,1939,23128,'Ice Wizzrobe','',61.125,-145.0234375,0,0,0,'2018-08-01 08:36:44'); ++INSERT INTO `marker` VALUES (9815,1900,NULL,2,1901,24449,'?','',155.21875,-174.6484375,0,1,0,'2018-08-01 11:17:17'); ++INSERT INTO `marker` VALUES (9816,1900,NULL,2,1934,24018,'REVALI'S FLAP','This memory - not attatched to Princess Zelda, can be obtained during the main quest - Divine Beast Vah Medoh. After speaking to the Elder of Rito Village, talk to Temba's wife in the next building who will point out the landing platform. This will trigger Link's memory of the champion Revali.',71.625,-100.03125,0,1,0,'2018-08-01 20:45:42'); ++INSERT INTO `marker` VALUES (9817,1900,NULL,2,1931,24294,'SKULL','',99.1944580078125,-78.31005859375,0,0,0,'2018-08-02 05:06:09'); ++INSERT INTO `marker` VALUES (9818,1900,NULL,2,1931,24294,'Enemy Camp','',98.1875,-80.03125,0,0,0,'2018-08-02 05:06:28'); ++INSERT INTO `marker` VALUES (9819,1900,NULL,2,1904,24935,'Fire Arrows','',123.55859375,-152.7734375,0,1,0,'2018-08-03 15:30:41'); ++INSERT INTO `marker` VALUES (9820,1900,NULL,2,1931,24935,'Bobkins','5 brown, 1 grey bobkins',131.19140625,-151.828125,0,0,0,'2018-08-03 16:46:31'); ++INSERT INTO `marker` VALUES (9821,1900,NULL,2,1944,24935,'Soldier's bow','All mobs must die to loot',131.294921875,-151.322265625,0,0,0,'2018-08-03 16:48:03'); ++INSERT INTO `marker` VALUES (9822,1900,NULL,2,1944,24935,'boomerang','',132.97265625,-151.1328125,0,0,0,'2018-08-03 16:53:12'); ++INSERT INTO `marker` VALUES (9823,1900,NULL,2,1930,25083,'Enemy Camp','Silver Bokoblin present.',156.328125,-186.5390625,0,0,0,'2018-08-04 23:49:00'); ++INSERT INTO `marker` VALUES (9824,1900,NULL,2,1904,25180,'flechas explosivas','',180.703125,-70.65625,0,0,0,'2018-08-05 04:27:24'); ++INSERT INTO `marker` VALUES (9825,1900,NULL,2,1904,24935,'ice arrow x5','',155.7109375,-152.1484375,0,0,0,'2018-08-05 07:55:51'); ++INSERT INTO `marker` VALUES (9826,1900,NULL,2,1944,23128,'Royal Halberd','',118.8828125,-87.3046875,0,0,0,'2018-08-05 10:14:52'); ++INSERT INTO `marker` VALUES (9827,1900,NULL,2,1901,25277,'Done','',200.78125,-70.0234375,0,0,0,'2018-08-05 23:33:50'); ++INSERT INTO `marker` VALUES (9828,1900,NULL,2,1935,24935,'By Fireflies Light','Lasi (From outside clothes shop) release 5 sunset fireflies in her home. (Available after getting Champion's Tunic) Reward is a purple rupie.',157.69921875,-144.138671875,0,0,0,'2018-08-06 00:04:25'); ++INSERT INTO `marker` VALUES (9829,1900,NULL,2,1925,25514,'?????????','',109.00390625,-161.015625,0,0,0,'2018-08-08 09:35:20'); ++INSERT INTO `marker` VALUES (9830,1900,NULL,2,1901,25546,'Check Guardians','check the guardians in the water',159.65625,-158.15625,0,0,0,'2018-08-08 21:40:16'); ++INSERT INTO `marker` VALUES (9831,1900,NULL,2,1939,15570,'Ice Wizzrobe','',82.65625,-92.828125,0,0,0,'2018-08-12 05:18:43'); ++INSERT INTO `marker` VALUES (9832,1900,NULL,2,1901,25848,'Money Earning','',94.578125,-95.5625,0,0,0,'2018-08-13 02:31:34'); ++INSERT INTO `marker` VALUES (9833,1900,NULL,2,1926,26051,'Divine Beast','',71.42578125,-99.9140625,0,0,0,'2018-08-15 10:14:00'); ++INSERT INTO `marker` VALUES (9834,1900,NULL,2,1926,26216,'Divine Beast Vah Rudania','',167.6953125,-87.578125,0,0,0,'2018-08-18 12:46:23'); ++INSERT INTO `marker` VALUES (9835,1900,NULL,2,1926,26216,'Divine Beast Vah Naboris','',95.2109375,-169.1953125,0,0,0,'2018-08-18 12:47:13'); ++INSERT INTO `marker` VALUES (9836,1900,NULL,2,1926,26216,'Divine Beast Vah Medoh','',71.53125,-98.921875,0,0,0,'2018-08-18 12:48:08'); ++INSERT INTO `marker` VALUES (9837,1900,NULL,2,1916,26402,'Obtenidos ','',173.45168733596802,-136.2073745727539,0,0,0,'2018-08-18 20:08:06'); ++INSERT INTO `marker` VALUES (9838,1900,NULL,2,1902,25113,'baú','',113.31640625,-164.30859375,0,0,0,'2018-08-19 11:48:26'); ++INSERT INTO `marker` VALUES (9839,1900,NULL,2,1916,25605,'Korok Flower','Starts the path to the Korok marker in the north west.',164.04296875,-139.70703125,0,0,0,'2018-08-21 16:38:52'); ++INSERT INTO `marker` VALUES (9840,1900,NULL,2,1910,26297,'Hearty durian spot','',149.53125,-178.15625,0,0,0,'2018-08-22 00:55:42'); ++INSERT INTO `marker` VALUES (9841,1900,NULL,2,1925,25277,'Renaissance shrine','',110.69984391704202,-157.3596642613411,0,0,0,'2018-08-22 21:55:37'); ++INSERT INTO `marker` VALUES (9842,1900,NULL,2,1930,23128,'Ice Chuchu ','Two of them, small ones',109.4140625,-157.0546875,0,0,0,'2018-08-25 02:16:06'); ++INSERT INTO `marker` VALUES (9843,1900,NULL,2,1901,27008,'Ice Block','',62.20271384716034,-69.4638158082962,0,0,0,'2018-08-25 16:48:22'); ++INSERT INTO `marker` VALUES (9844,1900,NULL,2,1901,25796,'Clavia','',181.4609375,-160.2578125,0,0,0,'2018-08-26 20:39:38'); ++INSERT INTO `marker` VALUES (9845,1900,NULL,2,1916,20599,'Korok Seed(Fly)','Need Rivalies wing',186.19140625,-154.3984375,0,0,0,'2018-08-27 00:32:50'); ++INSERT INTO `marker` VALUES (9846,1900,NULL,2,1903,454,'Globo','',130.27069091796875,-153.0772705078125,0,1,0,'2018-08-27 01:24:55'); ++INSERT INTO `marker` VALUES (9847,1900,NULL,2,1901,27219,'ancient','',106.5234375,-160.96875,0,0,0,'2018-08-27 16:28:24'); ++INSERT INTO `marker` VALUES (9848,1900,NULL,2,1926,23237,'Divine Beast Vah Medoh','',71.5390625,-98.7578125,0,0,0,'2018-08-28 08:50:40'); ++INSERT INTO `marker` VALUES (9849,1900,NULL,2,1926,23237,'Divine Beast Vah Naboris','',81.328125,-180.75,0,0,0,'2018-08-28 08:52:09'); ++INSERT INTO `marker` VALUES (9850,1900,NULL,2,1910,26878,'majoras mask','majoras mask',120.90234375,-148.09375,0,0,0,'2018-08-30 06:45:33'); ++INSERT INTO `marker` VALUES (9851,1900,NULL,2,1925,27279,'?????','?',99.984375,-165.89453125,0,0,0,'2018-09-02 01:40:56'); ++INSERT INTO `marker` VALUES (9852,1900,NULL,2,1901,27279,'?????','?',100,-165.921875,0,0,0,'2018-09-02 01:43:17'); ++INSERT INTO `marker` VALUES (9853,1900,NULL,2,1936,27737,'Bomb wall w 8 ore deposits on ceiling','',158.71875,-175.6875,0,1,0,'2018-09-03 15:03:30'); ++INSERT INTO `marker` VALUES (9854,1900,NULL,2,1925,27660,'Gireom Shrine','',90.97656297683716,-106.359375,0,0,0,'2018-09-03 23:41:23'); ++INSERT INTO `marker` VALUES (9855,1900,NULL,2,1916,27903,'Korogu','',149.5,-154.140625,0,0,0,'2018-09-04 15:19:31'); ++INSERT INTO `marker` VALUES (9856,1900,NULL,2,1901,22575,'You Are Here RN','',180.21875,-120.09375,0,0,0,'2018-09-07 10:23:53'); ++INSERT INTO `marker` VALUES (9857,1900,NULL,2,1901,26810,'????','??',71.64006042480469,-95.47097778320312,0,0,0,'2018-09-08 08:59:09'); ++INSERT INTO `marker` VALUES (9858,1900,NULL,2,1931,22592,'Enemy Camp','An enemy camp on the Western Side of the Lodrum Headland.',195.390625,-137.4375,0,1,0,'2018-09-08 23:21:51'); ++INSERT INTO `marker` VALUES (9859,1900,NULL,2,1931,28287,'Lizards','Lizards Camp with Knights BoradSword',63.3046875,-119.1875,0,1,0,'2018-09-09 17:48:14'); ++INSERT INTO `marker` VALUES (9860,1900,NULL,2,1931,22592,'Enemy Camp','Enemy Camp at Tal Tal Peak',193.32881832122803,-119.78356313705444,0,0,0,'2018-09-09 22:08:57'); ++INSERT INTO `marker` VALUES (9861,1900,NULL,2,1935,28358,'Raadsels','Lynel hoof, boven op de boom',134.57870483398438,-93.9571533203125,0,0,0,'2018-09-10 20:22:23'); ++INSERT INTO `marker` VALUES (9862,1900,NULL,2,1925,28412,'Tera','',200.6875,-70.1875,0,0,0,'2018-09-11 04:40:45'); ++INSERT INTO `marker` VALUES (9863,1900,NULL,2,1901,28066,'dragon','',156.21875,-172.515625,0,0,0,'2018-09-11 17:32:56'); ++INSERT INTO `marker` VALUES (9864,1900,NULL,2,1931,23751,'Enemy Camp','',56.546875,-139.40625,0,1,0,'2018-09-12 17:51:36'); ++INSERT INTO `marker` VALUES (9865,1900,NULL,2,1901,28177,'susuwa chitang','',109.71875,-107.1875,0,0,0,'2018-09-13 16:23:56'); ++INSERT INTO `marker` VALUES (9866,1900,NULL,2,1948,28725,'Apple','',97.46484351158142,-134.3514747619629,0,0,0,'2018-09-16 11:36:44'); ++INSERT INTO `marker` VALUES (9867,1900,NULL,2,1944,27801,'Knight's Halberd','',119.03125,-87.375,0,0,0,'2018-09-17 04:10:17'); ++INSERT INTO `marker` VALUES (9868,1900,NULL,2,1901,28354,'Akala Ancient Tech Lab','',198.125,-79.25,0,1,0,'2018-09-17 08:54:33'); ++INSERT INTO `marker` VALUES (9869,1900,NULL,2,1901,28287,'Giant Horse','Giant horse picture',109.125,-169.4765625,0,0,0,'2018-09-18 04:39:23'); ++INSERT INTO `marker` VALUES (9870,1900,NULL,2,1901,29059,'Kakariko','',157.03125,-143.625,0,0,0,'2018-09-18 19:03:16'); ++INSERT INTO `marker` VALUES (9871,1900,NULL,2,1936,28076,'Cracked Wall','',144.265625,-154.578125,0,0,0,'2018-09-19 05:45:00'); ++INSERT INTO `marker` VALUES (9872,1900,NULL,2,1901,29109,'test','test',120.03125,-157.125,0,0,0,'2018-09-19 08:10:28'); ++INSERT INTO `marker` VALUES (9873,1900,NULL,2,1910,29140,'Blue Nightshade','',157.328125,-140.875,0,0,0,'2018-09-19 15:54:43'); ++INSERT INTO `marker` VALUES (9874,1900,NULL,2,1910,29140,'Silent Princess','',157.30078125,-140.6953125,0,0,0,'2018-09-19 15:55:12'); ++INSERT INTO `marker` VALUES (9875,1900,NULL,2,1935,27618,'Gedenksteine','',180.375,-119.0625,0,0,0,'2018-09-20 17:54:18'); ++INSERT INTO `marker` VALUES (9876,1900,NULL,2,1901,29221,'in this area','',115.796875,-156,0,0,0,'2018-09-20 20:12:26'); ++INSERT INTO `marker` VALUES (9877,1900,NULL,2,1901,29167,'RUSTY COISAS','',122.5546875,-152.9296875,0,0,0,'2018-09-20 21:31:19'); ++INSERT INTO `marker` VALUES (9878,1900,NULL,2,1901,28421,'Kikoriko','',137.7890625,-125,0,0,0,'2018-09-21 16:33:15'); ++INSERT INTO `marker` VALUES (9879,1900,NULL,2,1901,29321,'??','',184.734375,-179.828125,0,0,0,'2018-09-22 16:08:01'); ++INSERT INTO `marker` VALUES (9880,1900,NULL,2,1901,29495,'seed','',136.77886962890625,-182.23501586914062,0,0,0,'2018-09-24 18:42:05'); ++INSERT INTO `marker` VALUES (9881,1900,NULL,2,1901,29495,'hard to get to ','radar is down \r\n',53.96875,-187.6875,0,0,0,'2018-09-24 18:52:14'); ++INSERT INTO `marker` VALUES (9882,1900,NULL,2,1903,29604,'Royal Broad','',68.1171875,-111.96875,0,0,0,'2018-09-24 21:39:24'); ++INSERT INTO `marker` VALUES (9883,1900,NULL,2,1901,23751,'Divine Beast Vah Rudania','',167.703125,-87.4375,0,0,0,'2018-09-26 05:52:38'); ++INSERT INTO `marker` VALUES (9884,1900,NULL,2,1931,29746,'Bokoblin Camp','',132.4375,-154.0234375,0,0,0,'2018-09-27 08:50:40'); ++INSERT INTO `marker` VALUES (9885,1900,NULL,2,1901,29746,'Bokoblin Camp','',109.39453125,-163.5703125,0,0,0,'2018-09-27 08:52:19'); ++INSERT INTO `marker` VALUES (9886,1900,NULL,2,1926,29602,'Divine Beast Vah Medoh','',71.25,-99.8125,0,0,0,'2018-09-29 00:51:23'); ++INSERT INTO `marker` VALUES (9887,1900,NULL,2,1901,29891,'imba','',150.9375,-139.9375,0,0,0,'2018-09-29 13:39:39'); ++INSERT INTO `marker` VALUES (9888,1900,NULL,2,1916,30001,'koroko seed','',117.859375,-141.8515625,0,0,0,'2018-09-30 14:13:42'); ++INSERT INTO `marker` VALUES (9889,1900,NULL,2,1935,29204,'Riddles of Hyrule','Riddles of Hyrule is one of the Side Quests. It starts in the Korok Forest in the Great Hyrule Forest Region',134.54296875,-93.796875,0,0,0,'2018-09-30 15:23:36'); ++INSERT INTO `marker` VALUES (9890,1900,NULL,2,1935,29204,'Little Sister's Big Request','Look for the girl named Jana and give her an armoranth. Speak to Gleema, return to Jana. Give three kinds of insects to Gleema',176.94140625,-101.4921875,0,0,0,'2018-09-30 18:19:43'); ++INSERT INTO `marker` VALUES (9891,1900,NULL,2,1920,30043,'Thyphlo Ruins','',133.171875,-78.90625,0,1,0,'2018-10-01 03:09:46'); ++INSERT INTO `marker` VALUES (9892,1900,NULL,2,1901,29101,'Antikes Zaumzeug','',92.015625,-133.375,0,1,0,'2018-10-01 19:24:31'); ++INSERT INTO `marker` VALUES (9893,1900,NULL,2,1901,29101,'Mo-Ratania-Schrein','Name des Schreins in der deutschen Version',92.1015625,-135.10546875,0,0,0,'2018-10-01 19:27:56'); ++INSERT INTO `marker` VALUES (9894,1900,NULL,2,1903,26618,'test','test',119.3203125,-122.1640625,0,0,0,'2018-10-03 14:56:53'); ++INSERT INTO `marker` VALUES (9895,1900,NULL,2,1901,30249,'Goddess','',181.63671875,-160.81640625,0,0,0,'2018-10-03 21:11:23'); ++INSERT INTO `marker` VALUES (9896,1900,NULL,2,1943,30319,'Ex: Ruby','',117.51171875,-151.8125,0,1,0,'2018-10-04 19:35:24'); ++INSERT INTO `marker` VALUES (9897,1900,NULL,2,1944,30319,'EX: Nintendo Switch Shirt','',120.6796875,-159.34765625,0,1,0,'2018-10-04 19:52:37'); ++INSERT INTO `marker` VALUES (9898,1900,NULL,2,1910,30319,'Amber','',107.86328125,-162.6953125,0,0,0,'2018-10-04 20:31:26'); ++INSERT INTO `marker` VALUES (9899,1900,NULL,2,1940,30503,'Blue Lynel','Master Mode',117.7265625,-160.40625,0,1,0,'2018-10-07 09:01:53'); ++INSERT INTO `marker` VALUES (9900,1900,NULL,2,1901,30529,'port','',160.328125,-88.1875,0,0,0,'2018-10-07 15:43:11'); ++INSERT INTO `marker` VALUES (9901,1900,NULL,2,1901,30564,'Flèches infinies','',79.6770830154419,-124.22916793823242,0,0,0,'2018-10-08 01:10:08'); ++INSERT INTO `marker` VALUES (9902,1900,NULL,2,1921,30210,'Terry Towne','',190.0625,-103.4375,0,0,0,'2018-10-10 16:40:55'); ++INSERT INTO `marker` VALUES (9903,1900,NULL,2,1926,29655,'Divine Beast Vah Rudania','',165.8656244277954,-87.34687519073486,0,1,0,'2018-10-10 22:20:34'); ++INSERT INTO `marker` VALUES (9904,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:38'); ++INSERT INTO `marker` VALUES (9905,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:42'); ++INSERT INTO `marker` VALUES (9906,1900,NULL,2,1925,2534,'Mah Eliya Shrine','EX Champion Mipha's Song - Third Clue - chase rings of the waterfall - Secret Stairway',186.734375,-117.96875,0,0,0,'2018-10-11 21:14:42'); ++INSERT INTO `marker` VALUES (9907,1900,NULL,2,1925,2534,'Sato Koda Shrine','EX Champion Mipha's Song - Second Clue - conquer the ancient foes - Support and Guidance',176.640625,-114.78125,0,0,0,'2018-10-11 21:53:13'); ++INSERT INTO `marker` VALUES (9908,1900,NULL,2,1925,2534,'Kee Dafunia Shrine','EX Champion Mipha's Song - First Clue - find what the light's path shows - The Melting Point',203.609375,-113.1484375,0,0,0,'2018-10-12 04:24:16'); ++INSERT INTO `marker` VALUES (9909,1900,NULL,2,1916,30672,'Korok Seed','Add the top of the Research Lab',187.1328125,-161.30078125,0,0,0,'2018-10-12 09:30:01'); ++INSERT INTO `marker` VALUES (9910,1900,NULL,2,1925,2534,'Keiye Tala Shrine','Ex Champion Urbasa's Song - Fight the brute of the sand - Big or Small',91.3515625,-188.8671875,0,0,0,'2018-10-13 00:42:49'); ++INSERT INTO `marker` VALUES (9911,1900,NULL,2,1925,2534,'Takama Shiri Shine','Ex Champion Urbosa's Song - Chase rings upon the land - Dual Purpose',51.43359375,-161.6640625,0,0,0,'2018-10-13 01:22:50'); ++INSERT INTO `marker` VALUES (9912,1900,NULL,2,1925,2534,'Kihiro Moh Shrine','EX Champion Urbosa's Song - Throw the orb underground - Inside the Box\r\n',75.10546875,-148.94921875,0,0,0,'2018-10-13 03:57:41'); ++INSERT INTO `marker` VALUES (9913,1900,NULL,2,1916,31095,'West Desert Ruins','Korok on bones',56.25,-164.578125,0,1,0,'2018-10-15 11:45:52'); ++INSERT INTO `marker` VALUES (9914,1900,NULL,2,1925,31095,'EX Desert Shrine','Unlockable By Champion's Ballad',51.390625,-161.53125,0,0,0,'2018-10-15 11:48:15'); ++INSERT INTO `marker` VALUES (9915,1900,NULL,2,1901,30976,'flower for korok seed','follow the flower',199.90937423706055,-167.42812490463257,0,1,0,'2018-10-16 19:16:30'); ++INSERT INTO `marker` VALUES (9916,1900,NULL,2,1935,27919,'Face the Frost Talus','',76.3046875,-99.828125,0,0,0,'2018-10-17 20:20:14'); ++INSERT INTO `marker` VALUES (9917,1900,NULL,2,1901,29506,'Hot Spring','',163.9375,-165.0703125,0,0,0,'2018-10-20 23:47:48'); ++INSERT INTO `marker` VALUES (9918,1900,NULL,2,1942,30976,'HINOX','',101.71249961853027,-153.953125,0,0,0,'2018-10-22 16:31:45'); ++INSERT INTO `marker` VALUES (9919,1900,NULL,2,1935,30319,'Riddles of Hyrule','NPC: Walton (Top of the Great Tree)\r\n\r\nMultistage quest',134.52734375,-93.85546875,0,0,0,'2018-10-22 19:19:33'); ++INSERT INTO `marker` VALUES (9920,1900,NULL,2,1948,31697,'Cocina','',127.2839891910553,-174.32001972198486,0,0,0,'2018-10-25 05:34:45'); ++INSERT INTO `marker` VALUES (9921,1900,NULL,2,1901,31697,'Mineral','',127.69810223579407,-179.29840433597565,0,0,0,'2018-10-26 04:18:40'); ++INSERT INTO `marker` VALUES (9922,1900,NULL,2,1940,12402,'Lynel (DLC HARD MODE)','',117.671875,-160.546875,0,0,0,'2018-10-26 22:20:42'); ++INSERT INTO `marker` VALUES (9923,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',115,-161.5234375,0,0,0,'2018-10-28 17:27:59'); ++INSERT INTO `marker` VALUES (9924,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',119.9609375,-156.0625,0,0,0,'2018-10-28 17:28:31'); ++INSERT INTO `marker` VALUES (9925,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',113.29296875,-154.17578125,0,0,0,'2018-10-28 17:29:22'); ++INSERT INTO `marker` VALUES (9926,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',109.00390625,-160.92578125,0,0,0,'2018-10-28 17:44:45'); ++INSERT INTO `marker` VALUES (9927,1900,NULL,2,1926,32015,'Vah-Rudania','',167.6484375,-87.3984375,0,0,0,'2018-10-29 11:51:38'); ++INSERT INTO `marker` VALUES (9928,1900,NULL,2,1935,31863,'Face the Frost Talus ','',75.89515590667725,-99.76265621185303,0,0,0,'2018-10-31 02:17:59'); ++INSERT INTO `marker` VALUES (9929,1900,NULL,2,1920,32214,'Great Plateu','Início',115.19261169433594,-159.66193103790283,0,1,0,'2018-11-02 03:00:07'); ++INSERT INTO `marker` VALUES (9930,1900,NULL,2,1905,32328,'Hylian','',3.25,-103.25,0,0,0,'2018-11-03 23:10:48'); ++INSERT INTO `marker` VALUES (9931,1900,NULL,2,1939,3082,'Ice Wizzrobe','',74.1328125,-86.5859375,0,0,0,'2018-11-04 10:09:47'); ++INSERT INTO `marker` VALUES (9932,1900,NULL,2,1916,32362,'Korak','',107.48011779785156,-147.66822814941406,0,0,0,'2018-11-05 01:40:06'); ++INSERT INTO `marker` VALUES (9933,1900,NULL,2,1939,3082,'Ice Wizzrobe','',82.640625,-81.5390625,0,0,0,'2018-11-05 10:02:12'); ++INSERT INTO `marker` VALUES (9934,1900,NULL,2,1923,32479,'Hateno Tower','',170.9140625,-161.3515625,0,0,0,'2018-11-05 17:52:38'); ++INSERT INTO `marker` VALUES (9935,1900,NULL,2,1925,30399,'Geshma's Santuary','',101.9375,-69.46875,0,0,0,'2018-11-07 00:29:39'); ++INSERT INTO `marker` VALUES (9936,1900,NULL,2,1916,30399,'Kolog','',91.796875,-115.46875,0,0,0,'2018-11-07 00:37:44'); ++INSERT INTO `marker` VALUES (9937,1900,NULL,2,1910,32592,'Amber','',107.8828125,-162.71484375,0,0,0,'2018-11-07 18:40:30'); ++INSERT INTO `marker` VALUES (9938,1900,NULL,2,1925,32607,'Guko-Chise-Schrein','',68.4375,-172,0,0,0,'2018-11-07 22:13:17'); ++INSERT INTO `marker` VALUES (9939,1900,NULL,2,1931,32600,'Bokoblin Camp','',118.125,-158.0078125,0,0,0,'2018-11-07 23:32:58'); ++INSERT INTO `marker` VALUES (9940,1900,NULL,2,1931,32600,'Bokoblin Camp','',117.63151049613953,-156.66145831346512,0,0,0,'2018-11-07 23:33:52'); ++INSERT INTO `marker` VALUES (9941,1900,NULL,2,1901,31698,'Inven','???',142.741943359375,-130.786865234375,0,0,0,'2018-11-08 01:20:08'); ++INSERT INTO `marker` VALUES (9942,1900,NULL,2,1926,28495,'Divine Beast Vah Naboris','',76.875,-179.4166660308838,0,0,0,'2018-11-09 16:46:44'); ++INSERT INTO `marker` VALUES (9943,1900,NULL,2,1926,28495,'Divine Beast Vah Rudania','',167.578125,-87.47916674613953,0,0,0,'2018-11-09 16:47:09'); ++INSERT INTO `marker` VALUES (9944,1900,NULL,2,1926,28495,'Divine Beast Vah Mehdo','',71.60416221618652,-99.1875,0,0,0,'2018-11-09 16:47:40'); ++INSERT INTO `marker` VALUES (9945,1900,NULL,2,1916,32758,'Korok seed','',131.546875,-154.6640625,0,1,0,'2018-11-10 09:39:08'); ++INSERT INTO `marker` VALUES (9946,1900,NULL,2,1925,14053,'Santuario de Kettava','',92.09375,-189.34375,0,0,0,'2018-11-11 01:55:48'); ++INSERT INTO `marker` VALUES (9947,1900,NULL,2,1925,14053,'Santurio de kritmoh','',74.84375,-149.0625,0,0,0,'2018-11-11 01:56:54'); ++INSERT INTO `marker` VALUES (9948,1900,NULL,2,1910,32630,'Strili','',204.78125,-185.9375,0,0,0,'2018-11-11 06:23:19'); ++INSERT INTO `marker` VALUES (9949,1900,NULL,2,1920,32931,'m','',139.75,-136.25,0,0,0,'2018-11-12 01:51:28'); ++INSERT INTO `marker` VALUES (9950,1900,NULL,2,1944,32941,'Phantom','Ex',120.90625,-158.76953125,0,0,0,'2018-11-12 05:45:18'); ++INSERT INTO `marker` VALUES (9951,1900,NULL,2,1944,32941,'Nintendo Switch Shirt (Ex)','',121.1953125,-159.38671875,0,0,0,'2018-11-12 05:47:56'); ++INSERT INTO `marker` VALUES (9952,1900,NULL,2,1943,32941,'Ruby (EX)','',117.390625,-151.6953125,0,0,0,'2018-11-12 05:50:13'); ++INSERT INTO `marker` VALUES (9953,1900,NULL,2,1931,32941,'Bokoblin Camp','',118.19921875,-157.96875,0,0,0,'2018-11-12 05:52:18'); ++INSERT INTO `marker` VALUES (9954,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.37890625,-156.03515625,0,0,0,'2018-11-12 05:52:42'); ++INSERT INTO `marker` VALUES (9955,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.78515625,-162.3046875,0,0,0,'2018-11-12 05:56:10'); ++INSERT INTO `marker` VALUES (9956,1900,NULL,2,1944,32941,'Bomb Arrow x5 (Ex)','',105.3046875,-159.67578125,0,0,0,'2018-11-12 20:39:49'); ++INSERT INTO `marker` VALUES (9957,1900,NULL,2,1901,30338,'???????','?????????????????????????????',169.84765625,-148.01953125,0,0,0,'2018-11-13 05:46:32'); ++INSERT INTO `marker` VALUES (9958,1900,NULL,2,1926,32959,'Divine Beast Vah Medoh','',68.8046875,-91.921875,0,1,0,'2018-11-13 12:07:08'); ++INSERT INTO `marker` VALUES (9959,1900,NULL,2,1926,32959,'Divine Beast Vah Naboris','',74.4375,-176.9296875,0,1,0,'2018-11-13 12:08:23'); ++INSERT INTO `marker` VALUES (9960,1900,NULL,2,1926,32959,'Divine Beast Vah Rudania','',153.453125,-82.0703125,0,0,0,'2018-11-13 12:09:04'); ++INSERT INTO `marker` VALUES (9961,1900,NULL,2,1901,33048,'????','',110.4140625,-157.9609375,0,0,0,'2018-11-14 01:57:48'); ++INSERT INTO `marker` VALUES (9962,1900,NULL,2,1925,33117,'Etsu Korima Shrine ','DLC',108.98828125,-160.9609375,0,0,0,'2018-11-15 13:26:17'); ++INSERT INTO `marker` VALUES (9963,1900,NULL,2,1925,33117,'Ruvo Korbah Shrine','DLC',114.9375,-161.4609375,0,0,0,'2018-11-15 13:30:11'); ++INSERT INTO `marker` VALUES (9964,1900,NULL,2,1925,33117,'Rohta Chigah Shrine','DLC',119.9375,-156.28125,0,0,0,'2018-11-15 13:31:56'); ++INSERT INTO `marker` VALUES (9965,1900,NULL,2,1943,32987,'DLC','Rubis Brut',117.47265625,-151.7929686307907,0,0,0,'2018-11-15 17:29:39'); ++INSERT INTO `marker` VALUES (9966,1900,NULL,2,1944,32987,'DLC','Maillot Nintendo Switch',120.68229180574417,-159.37369799613953,0,0,0,'2018-11-15 18:34:15'); ++INSERT INTO `marker` VALUES (9967,1900,NULL,2,1901,31690,'Ir por la reliquia en la casa de Impa','',160.109375,-142.765625,0,1,0,'2018-11-15 20:30:01'); ++INSERT INTO `marker` VALUES (9968,1900,NULL,2,1902,3082,'Royal Guard's Boots','',122.359375,-114.765625,0,0,0,'2018-11-16 20:42:06'); ++INSERT INTO `marker` VALUES (9969,1900,NULL,2,1902,3082,'EX Royal Guard Uniform','',125.15625,-114.265625,0,0,0,'2018-11-17 01:31:40'); ++INSERT INTO `marker` VALUES (9970,1900,NULL,2,1943,32987,'DLC','Flêche explosive',105.25260424613953,-159.671875,0,0,0,'2018-11-17 07:20:19'); ++INSERT INTO `marker` VALUES (9971,1900,NULL,2,1901,32626,'Here bitch','',134.875,-156.5625,0,0,0,'2018-11-21 07:08:38'); ++INSERT INTO `marker` VALUES (9972,1900,NULL,2,1935,33277,'Wind Waker T-Shirt','',125.58380681276321,-176.1068892478943,0,0,0,'2018-11-24 00:29:50'); ++INSERT INTO `marker` VALUES (9973,1900,NULL,2,1901,33462,'?????','???????????????????????',146.375,-155.8125,0,0,0,'2018-11-25 15:53:52'); ++INSERT INTO `marker` VALUES (9974,1900,NULL,2,1944,33852,'Nintendo Switch Shirt','',120.67578125,-159.3984375,0,0,0,'2018-11-25 19:27:20'); ++INSERT INTO `marker` VALUES (9975,1900,NULL,2,1901,33833,'me','',156.8125,-178.8125,0,0,0,'2018-11-26 02:26:47'); ++INSERT INTO `marker` VALUES (9976,1900,NULL,2,1940,34084,'Expert','',116.765625,-161.03125,0,0,0,'2018-11-29 11:50:44'); ++INSERT INTO `marker` VALUES (9977,1900,NULL,2,1901,34138,'SALIDA','',115.25,-159.125,0,0,0,'2018-11-30 12:09:27'); ++INSERT INTO `marker` VALUES (9978,1900,NULL,2,1926,34273,'Divine Beast Vah Naboris','',94.875,-169.75,0,1,0,'2018-12-02 02:05:24'); ++INSERT INTO `marker` VALUES (9979,1900,NULL,2,1926,34273,'Divine Beast Vah Rudania','',166.40625,-88.09375,0,0,0,'2018-12-02 02:06:29'); ++INSERT INTO `marker` VALUES (9980,1900,NULL,2,1901,34273,'Divine Beast Vah Medoh ','',71.578125,-99.015625,0,0,0,'2018-12-02 02:07:08'); ++INSERT INTO `marker` VALUES (9981,1900,NULL,2,1943,34279,'EX Chest','Contains bomb arrows if I recall.',105.26953125,-159.73828125,0,0,0,'2018-12-02 07:55:32'); ++INSERT INTO `marker` VALUES (9982,1900,NULL,2,1944,34279,'EX Chest','',117.51953125,-151.7890625,0,0,0,'2018-12-02 07:58:47'); ++INSERT INTO `marker` VALUES (9983,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air on balloon platform.',145.3203125,-156.6796875,0,0,0,'2018-12-02 08:01:56'); ++INSERT INTO `marker` VALUES (9984,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air, on balloon platform.\r\n',173.40625,-159.1796875,0,0,0,'2018-12-02 08:03:26'); ++INSERT INTO `marker` VALUES (9985,1900,NULL,2,1944,34279,'Soldier's Claymore','Master Mode\r\nIn the ground: No\r\n',154.734375,-161.8828125,0,0,0,'2018-12-02 09:08:47'); ++INSERT INTO `marker` VALUES (9986,1900,NULL,2,1944,34279,'EX Chest: Boomerang','Floating Platform on the E side of the bridge.',156.16015625,-151.80859375,0,0,0,'2018-12-03 07:50:44'); ++INSERT INTO `marker` VALUES (9987,1900,NULL,2,1901,34279,'Serpetine Spear','Master Mode\r\nOn floating platform by bridge',138.53125,-143.5625,0,0,0,'2018-12-03 08:55:36'); ++INSERT INTO `marker` VALUES (9988,1900,NULL,2,1944,34279,'Throwing Spear','Master Mode\r\nFloating platform next to bridge',143.390625,-143.09375,0,0,0,'2018-12-03 09:15:08'); ++INSERT INTO `marker` VALUES (9989,1900,NULL,2,1902,34434,'Phantom Helmet','',109.5078125,-147.26953125,0,0,0,'2018-12-03 16:22:26'); ++INSERT INTO `marker` VALUES (9990,1900,NULL,2,1944,34279,'MM Soldier's Spear','Soldier's Spear in chest on top of floating platform by bridge.',153.921875,-159.625,0,0,0,'2018-12-05 10:17:14'); ++INSERT INTO `marker` VALUES (9991,1900,NULL,2,1901,34064,'arrows','231',117.859375,-175.8125,0,0,0,'2018-12-06 06:43:46'); ++INSERT INTO `marker` VALUES (9992,1900,NULL,2,1926,21154,'Divine Beast Vah Naboris','',95.06640625,-169.265625,0,0,0,'2018-12-06 14:07:30'); ++INSERT INTO `marker` VALUES (9993,1900,NULL,2,1901,34095,'COMIENZO DE TODO','',112.875,-157.9375,0,1,0,'2018-12-07 14:24:44'); ++INSERT INTO `marker` VALUES (9994,1900,NULL,2,1901,33237,'no encontrado','',83.9140625,-103.22395837306976,0,0,0,'2018-12-07 22:32:03'); ++INSERT INTO `marker` VALUES (9995,1900,NULL,2,1901,34755,'???','???',148.375,-157.46875,0,0,0,'2018-12-08 07:02:21'); ++INSERT INTO `marker` VALUES (9996,1900,NULL,2,1935,34424,'The Sheep Rustlers','Start of side-quest "The Sheep Rustlers"',184.66015625,-160.90234375,0,0,0,'2018-12-08 22:01:25'); ++INSERT INTO `marker` VALUES (9997,1900,NULL,2,1926,34803,'Divine Beast Vah Medoh','',71.5625,-100.03125,0,0,0,'2018-12-08 22:15:18'); ++INSERT INTO `marker` VALUES (9998,1900,NULL,2,1901,34810,'Semilla de manzana','',135.921875,-156.119140625,0,0,0,'2018-12-09 00:51:52'); ++INSERT INTO `marker` VALUES (9999,1900,NULL,2,1901,34755,'????','????',88.25,-138.625,0,0,0,'2018-12-09 06:23:26'); ++INSERT INTO `marker` VALUES (10000,1900,NULL,2,1925,34826,'Kiah Toza Shrine','',93.125,-78.625,0,0,0,'2018-12-09 10:32:02'); ++INSERT INTO `marker` VALUES (10001,1900,NULL,2,1925,34826,'Shira Gomar Shrine','',90.92578125,-106.46875,0,1,0,'2018-12-09 10:35:15'); ++INSERT INTO `marker` VALUES (10002,1900,NULL,2,1925,34826,'Kamia Omuna Shrine','',161.23124980926514,-77.68124985694885,0,1,0,'2018-12-09 10:38:10'); ++INSERT INTO `marker` VALUES (10003,1900,NULL,2,1944,34279,'MM Royal Broadsword','Chest on floating platform in Master Mode.',169.90625,-149.703125,0,0,0,'2018-12-10 09:22:03'); ++INSERT INTO `marker` VALUES (10004,1900,NULL,2,1901,33797,'seeds','',179.0625,-138.3515625,0,0,0,'2018-12-10 15:46:54'); ++INSERT INTO `marker` VALUES (10005,1900,NULL,2,1901,33797,'seeds','',179.109375,-138.27734375,0,0,0,'2018-12-10 15:47:15'); ++INSERT INTO `marker` VALUES (10006,1900,NULL,2,1916,34446,'Korok seed','',179.24689900875092,-150.5570695400238,0,0,0,'2018-12-10 22:30:00'); ++INSERT INTO `marker` VALUES (10007,1900,NULL,2,1910,34124,'Amber','',101.875,-148.15625,0,0,0,'2018-12-11 05:08:42'); ++INSERT INTO `marker` VALUES (10008,1900,NULL,2,1925,34124,'Shrine of Resurrection','',110.6015625,-157.4296875,0,0,0,'2018-12-11 07:25:21'); ++INSERT INTO `marker` VALUES (10009,1900,NULL,2,1901,34867,'FIRODRA','',155.6015625,-172.296875,0,0,0,'2018-12-11 15:38:23'); ++INSERT INTO `marker` VALUES (10010,1900,NULL,2,1903,34867,'FLAMEBLADE','',158.59765625,-169.0546875,0,0,0,'2018-12-12 09:17:32'); ++INSERT INTO `marker` VALUES (10011,1900,NULL,2,1925,31383,'Ruvo Korbah','',114.95703125,-161.515625,0,0,0,'2018-12-12 14:14:22'); ++INSERT INTO `marker` VALUES (10012,1900,NULL,2,1916,33319,'Korok Seed','',132.134765625,-187.89453125,0,0,0,'2018-12-12 22:26:48'); ++INSERT INTO `marker` VALUES (10013,1900,NULL,2,1925,35121,'el imposible','no c',110.93843746185303,-86.40828123688698,0,0,0,'2018-12-12 23:45:05'); ++INSERT INTO `marker` VALUES (10014,1900,NULL,2,1916,29592,'Korok Seed','',107.390625,-147.65234375,0,0,0,'2018-12-13 17:46:49'); ++INSERT INTO `marker` VALUES (10015,1900,NULL,2,1942,20944,'Black Hinox','',134.5,-94.25,0,0,0,'2018-12-14 01:48:19'); ++INSERT INTO `marker` VALUES (10016,1900,NULL,2,1944,34279,'Zora Sword','',170.1875,-122.3828125,0,0,0,'2018-12-14 07:53:18'); ++INSERT INTO `marker` VALUES (10017,1900,NULL,2,1944,34279,'Zora Spear','',166.2265625,-124.08203125,0,0,0,'2018-12-14 20:39:29'); ++INSERT INTO `marker` VALUES (10018,1900,NULL,2,1944,34279,'Silverscale Spear','',163.9296875,-124.0703125,0,0,0,'2018-12-14 21:09:21'); ++INSERT INTO `marker` VALUES (10019,1900,NULL,2,1901,34279,'Silver Shield','',171.59375,-123.78125,0,0,0,'2018-12-14 21:22:25'); ++INSERT INTO `marker` VALUES (10020,1900,NULL,2,1944,34279,'Silver Shield','',183.4453125,-112.90625,0,0,0,'2018-12-15 09:27:59'); ++INSERT INTO `marker` VALUES (10021,1900,NULL,2,1944,34279,'Silver Bow','',171.9609375,-127.75,0,0,0,'2018-12-15 11:06:23'); ++INSERT INTO `marker` VALUES (10022,1900,NULL,2,1944,34279,'Silver Longsword','',176.0625,-120.609375,0,0,0,'2018-12-15 11:35:21'); ++INSERT INTO `marker` VALUES (10023,1900,NULL,2,1901,35432,'korok seed?','',57.9302978515625,-88.736083984375,0,0,0,'2018-12-17 05:14:45'); ++INSERT INTO `marker` VALUES (10024,1900,NULL,2,1904,35048,'GBOW !','',36.21875,-87.65625,0,0,0,'2018-12-18 03:16:54'); ++INSERT INTO `marker` VALUES (10025,1900,NULL,2,1903,35048,'Monster with flameblade','',152.6979160308838,-70.7604169845581,0,0,0,'2018-12-18 05:53:06'); ++INSERT INTO `marker` VALUES (10026,1900,NULL,2,1941,35545,'Stone Talus','',110.875,-154.01736092567444,0,0,0,'2018-12-19 01:55:20'); ++INSERT INTO `marker` VALUES (10027,1900,NULL,2,1916,27903,'Korogu','',145.171875,-157.625,0,0,0,'2018-12-21 11:42:14'); ++INSERT INTO `marker` VALUES (10028,1900,NULL,2,1941,35555,'Stone Talus (Luminous)','[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps',190.375,-125.59375,0,0,0,'2018-12-21 14:27:04'); ++INSERT INTO `marker` VALUES (10029,1900,NULL,2,1944,34279,'Frost Blade','',190.7421875,-122.71875,0,0,0,'2018-12-22 08:22:13'); ++INSERT INTO `marker` VALUES (10030,1900,NULL,2,1944,34279,'Demon Carver','',192.1484375,-120.3984375,0,0,0,'2018-12-22 08:27:15'); ++INSERT INTO `marker` VALUES (10031,1900,NULL,2,1944,34279,'Frost Spear','',175.6875,-128.21875,0,0,0,'2018-12-22 09:22:31'); ++INSERT INTO `marker` VALUES (10032,1900,NULL,2,1901,34138,'POBLADO HATELIA (lab y fotos)','',181.3125,-162.5,0,0,0,'2018-12-24 08:00:32'); ++INSERT INTO `marker` VALUES (10033,1900,NULL,2,1903,34896,'Left chest weapon here','',118.18359375,-122.63671875,0,0,0,'2018-12-24 12:39:53'); ++INSERT INTO `marker` VALUES (10034,1900,NULL,2,1901,36049,'Stealthfin Trout','',142.109375,-93.09375,0,0,0,'2018-12-25 05:01:43'); ++INSERT INTO `marker` VALUES (10035,1900,NULL,2,1925,31383,'Sharo Lun Shrine','',173.82421875,-90.19921875,0,1,0,'2018-12-25 21:23:40'); ++INSERT INTO `marker` VALUES (10036,1900,NULL,2,1943,34279,'Travel Medallion','',200.65625,-72.4453125,0,0,0,'2018-12-26 07:44:34'); ++INSERT INTO `marker` VALUES (10037,1900,NULL,2,1939,36179,'Ice Wizzrobe','',82.328125,-80.9296875,0,1,0,'2018-12-26 15:05:15'); ++INSERT INTO `marker` VALUES (10038,1900,NULL,2,1901,36203,'Korok MAsk','',136.453125,-100.96875,0,0,0,'2018-12-26 20:12:17'); ++INSERT INTO `marker` VALUES (10039,1900,NULL,2,1926,36179,'Divine Beast Vah Rudania','',167.375,-87.265625,0,1,0,'2018-12-26 20:49:07'); ++INSERT INTO `marker` VALUES (10040,1900,NULL,2,1939,34279,'Ice Wizzrobe','',76.046875,-152.359375,0,0,0,'2018-12-27 10:53:37'); ++INSERT INTO `marker` VALUES (10041,1900,NULL,2,1901,36179,'Spring of Wisdom','',189.51171875,-148.9453125,0,1,0,'2018-12-27 12:04:55'); ++INSERT INTO `marker` VALUES (10042,1900,NULL,2,1926,36179,'Divine Beast Vah Medoh','',71.546875,-98.8515625,0,0,0,'2018-12-27 12:07:20'); ++INSERT INTO `marker` VALUES (10043,1900,NULL,2,1901,36179,'Yiga Clan Hideout','',69.75,-149.796875,0,1,0,'2018-12-27 12:13:15'); ++INSERT INTO `marker` VALUES (10044,1900,NULL,2,1938,36073,'Lord of the Mountain','',93.6015625,-132.9375,0,0,0,'2018-12-27 18:54:19'); ++INSERT INTO `marker` VALUES (10045,1900,NULL,2,1903,35263,'Flame Bade','Inside Temple',179.91796875,-74.46484375,0,0,0,'2018-12-28 07:30:23'); ++INSERT INTO `marker` VALUES (10046,1900,NULL,2,1901,36254,'Purple Rupee','',197.48828125,-80.10546875,0,0,0,'2018-12-30 19:39:23'); ++INSERT INTO `marker` VALUES (10047,1900,NULL,2,1936,35567,'Mure fissuré Gorons ','',158.0080400109291,-90.44528198242188,0,0,0,'2018-12-31 12:48:28'); ++INSERT INTO `marker` VALUES (10048,1900,NULL,2,1910,36489,'????','',154.96139705181122,-173.4979510307312,0,1,0,'2019-01-01 09:45:30'); ++INSERT INTO `marker` VALUES (10049,1900,NULL,2,1904,36489,'????','????',171.57887375354767,-162.8784990310669,0,1,0,'2019-01-01 09:48:02'); ++INSERT INTO `marker` VALUES (10050,1900,NULL,2,1901,37205,'Vah Naboris','Wanders in this general area',73.12187576293945,-180.16874980926514,0,0,0,'2019-01-02 23:59:39'); ++INSERT INTO `marker` VALUES (10051,1900,NULL,2,1936,36393,'Shrine Entrance','',97.28515625,-104.77734375,0,0,0,'2019-01-03 02:09:08'); ++INSERT INTO `marker` VALUES (10052,1900,NULL,2,1903,36489,'Rock Pike','',154.23903608322144,-94.42567777633667,0,1,0,'2019-01-03 06:38:16'); ++INSERT INTO `marker` VALUES (10053,1900,NULL,2,1901,15410,'8th','',59.8125,-136,0,0,0,'2019-01-03 08:12:01'); ++INSERT INTO `marker` VALUES (10054,1900,NULL,2,1901,34279,'Rvaio's Hood','',141.06640625,-165.953125,0,0,0,'2019-01-03 09:53:01'); ++INSERT INTO `marker` VALUES (10055,1900,NULL,2,1944,34279,'EX Tingle's Shirt','',117.3359375,-115.28125,0,0,0,'2019-01-05 04:52:22'); ++INSERT INTO `marker` VALUES (10056,1900,NULL,2,1901,37418,'?????','',156.7578125,-143.6171875,0,0,0,'2019-01-06 03:46:43'); ++INSERT INTO `marker` VALUES (10057,1900,NULL,2,1930,36404,'Ice Keese','',97.9375,-80,0,0,0,'2019-01-06 23:10:16'); ++INSERT INTO `marker` VALUES (10058,1900,NULL,2,1935,37845,'By Firefly's Light','Kakariko Village Lazli Side-Quest',157.6796875,-144.1875,0,1,0,'2019-01-07 06:06:50'); ++INSERT INTO `marker` VALUES (10059,1900,NULL,2,1935,37845,'Riverbed Reward','',141.2421875,-129.9609375,0,0,0,'2019-01-07 07:27:41'); ++INSERT INTO `marker` VALUES (10060,1900,NULL,2,1935,37845,'The Giant of Ralis Pond','',179.828125,-119.4296875,0,0,0,'2019-01-07 07:34:17'); ++INSERT INTO `marker` VALUES (10061,1900,NULL,2,1901,37845,'An Ice Guy','',77.390625,-168.234375,0,0,0,'2019-01-07 07:37:28'); ++INSERT INTO `marker` VALUES (10062,1900,NULL,2,1935,37845,'The Eighth Heroine & The Forgotten Sword','',69.203125,-173.0703125,0,0,0,'2019-01-07 07:45:22'); ++INSERT INTO `marker` VALUES (10063,1900,NULL,2,1901,37845,'Statue of the Eighth Heroine','',59.515625,-136.28125,0,0,0,'2019-01-07 07:48:28'); ++INSERT INTO `marker` VALUES (10064,1900,NULL,2,1901,37845,'The Forgotten Sword','',65.890625,-143.046875,0,0,0,'2019-01-07 07:50:19'); ++INSERT INTO `marker` VALUES (10065,1900,NULL,2,1939,36539,'Blizzard Wizrobe','',139.9765625,-116.28125,0,0,0,'2019-01-07 23:26:25'); ++INSERT INTO `marker` VALUES (10066,1900,NULL,2,1935,37922,'Arrows of Burning Heat','',156.3984375,-144.25390625,0,0,0,'2019-01-08 04:40:27'); ++INSERT INTO `marker` VALUES (10067,1900,NULL,2,1910,37908,'Amber','',128.328125,-131.4375,0,0,0,'2019-01-08 06:29:42'); ++INSERT INTO `marker` VALUES (10068,1900,NULL,2,1901,38068,'1232','213',113.9375,-155.95625114440918,0,0,0,'2019-01-09 01:45:41'); ++INSERT INTO `marker` VALUES (10069,1900,NULL,2,1901,38196,'Santuario de Kaoma','Santuario de Kaoma',136.19921875,-183.06640625,0,0,0,'2019-01-10 12:06:33'); ++INSERT INTO `marker` VALUES (10070,1900,NULL,2,1901,38298,'Hidden Cove Containing Chests','Theres a hidden cove that leads behind the waterfall. There's Three Chests inside the cove',110.421875,-161.5234375,0,0,0,'2019-01-12 01:14:11'); ++INSERT INTO `marker` VALUES (10071,1900,NULL,2,1916,12708,'Race with shield surfing','',149.8203125,-114.64108204841614,0,0,0,'2019-01-12 02:19:43'); ++INSERT INTO `marker` VALUES (10072,1900,NULL,2,1916,32236,'b ','',156.66562509536743,-119.69374990463257,0,0,0,'2019-01-12 23:57:54'); ++INSERT INTO `marker` VALUES (10073,1900,NULL,2,1930,36404,'Ice Wissrobe','',103.75,-186.45703125,0,0,0,'2019-01-13 04:09:36'); ++INSERT INTO `marker` VALUES (10074,1900,NULL,2,1901,37121,'MUSHROOM SPAWN','',93.71875,-140.453125,0,0,0,'2019-01-13 06:52:24'); ++INSERT INTO `marker` VALUES (10075,1900,NULL,2,1926,38854,'Divine Beast Vah Naboris','',81.5,-180.75,0,0,0,'2019-01-14 20:24:08'); ++INSERT INTO `marker` VALUES (10076,1900,NULL,2,1935,37720,'A Gift of Nightshade','',168.44921875,-183.31640625,0,0,0,'2019-01-15 22:06:05'); ++INSERT INTO `marker` VALUES (10077,1900,NULL,2,1926,38927,'Divine Beast Vah Naboris','',85.109375,-186.09375,0,0,0,'2019-01-16 13:31:18'); ++INSERT INTO `marker` VALUES (10078,1900,NULL,2,1943,39150,'10x Arrows','',175.19140625,-159.48046875,0,0,0,'2019-01-18 16:35:05'); ++INSERT INTO `marker` VALUES (10079,1900,NULL,2,1943,39150,'50x Rupees','',175.28515625,-162.5234375,0,0,0,'2019-01-18 16:39:33'); ++INSERT INTO `marker` VALUES (10080,1900,NULL,2,1901,39287,'find','',42.25,-108.75,0,0,0,'2019-01-19 02:29:44'); ++INSERT INTO `marker` VALUES (10081,1900,NULL,2,1901,39292,'Botas de alpinismo','',-28.75,-106.75,0,1,0,'2019-01-19 03:07:15'); ++INSERT INTO `marker` VALUES (10082,1900,NULL,2,1916,28484,'Koror Seed','',76.44921875,-106.69140625,0,1,0,'2019-01-20 07:22:36'); ++INSERT INTO `marker` VALUES (10083,1900,NULL,2,1943,28484,'Topaz','',76.44921875,-106.640625,0,0,0,'2019-01-20 07:23:32'); ++INSERT INTO `marker` VALUES (10084,1900,NULL,2,1916,28484,'Koror Seed','',74.203125,-107.40234375,0,0,0,'2019-01-20 07:27:31'); ++INSERT INTO `marker` VALUES (10085,1900,NULL,2,1916,28484,'Koroko Seed','',82.48828125,-102.41796875,0,0,0,'2019-01-20 07:51:18'); ++INSERT INTO `marker` VALUES (10086,1900,NULL,2,1904,35517,'Bomb Arrows BOX','',132.234375,-188.99609375,0,0,0,'2019-01-20 07:54:45'); ++INSERT INTO `marker` VALUES (10087,1900,NULL,2,1939,28484,'Ice Wizzrobe','',89.1015625,-99.5390625,0,0,0,'2019-01-20 07:59:59'); ++INSERT INTO `marker` VALUES (10088,1900,NULL,2,1916,28484,'Koroko Seed','',91.44921875,-101.015625,0,0,0,'2019-01-20 08:05:49'); ++INSERT INTO `marker` VALUES (10089,1900,NULL,2,1916,28484,'Koroko Seed','',91.1640625,-98.77734375,0,0,0,'2019-01-20 08:12:09'); ++INSERT INTO `marker` VALUES (10090,1900,NULL,2,1901,39897,'Super cold up here','',183.2286376953125,-154.25723266601562,0,0,0,'2019-01-23 20:01:24'); ++INSERT INTO `marker` VALUES (10091,1900,NULL,2,1901,39095,'Weapons Cash','',82.91015625,-161.80078125,0,0,0,'2019-01-23 23:23:45'); ++INSERT INTO `marker` VALUES (10092,1900,NULL,2,1901,37418,'Dragon','Dragon\r\n',155.65885400772095,-172.38932299613953,0,0,0,'2019-01-24 05:17:14'); ++INSERT INTO `marker` VALUES (10093,1900,NULL,2,1903,35263,'Knight's Halbert','',118.91796875,-87.015625,0,0,0,'2019-01-24 12:50:13'); ++INSERT INTO `marker` VALUES (10094,1900,NULL,2,1901,35263,'Kass Quest','The Serpent's Jaws',140.72968769073486,-175.84375,0,0,0,'2019-01-25 03:51:29'); ++INSERT INTO `marker` VALUES (10095,1900,NULL,2,1938,40130,'White Horse','',100.609375,-140.96875,0,0,0,'2019-01-26 07:20:39'); ++INSERT INTO `marker` VALUES (10096,1900,NULL,2,1910,40214,'chest','',114.2890625,-158.609375,0,0,0,'2019-01-26 22:06:14'); ++INSERT INTO `marker` VALUES (10097,1900,NULL,2,1901,40096,'elden','',150.90625,-72.78515625,0,0,0,'2019-01-27 18:57:25'); ++INSERT INTO `marker` VALUES (10098,1900,NULL,2,1926,39917,'Gourdo beast','',89.77553331851959,-184.40449452400208,0,0,0,'2019-01-28 11:49:13'); ++INSERT INTO `marker` VALUES (10099,1900,NULL,2,1926,38947,'Vah'Naboris','',95.015625,-168.859375,0,0,0,'2019-01-29 13:38:48'); ++INSERT INTO `marker` VALUES (10100,1900,NULL,2,1926,38947,'Vah'Rudania','',167.58203125,-87.21875,0,0,0,'2019-01-29 13:39:41'); ++INSERT INTO `marker` VALUES (10101,1900,NULL,2,1910,40542,'Shrooms','',93.716552734375,-140.4376220703125,0,0,0,'2019-01-29 17:58:24'); ++INSERT INTO `marker` VALUES (10102,1900,NULL,2,1903,38067,'Inventory Full!!','',141.546875,-164.39453125,0,0,0,'2019-01-31 01:34:09'); ++INSERT INTO `marker` VALUES (10103,1900,NULL,2,1926,40498,'Vah Naboris','Divine Beast Vah Naboris',95.0546875,-168.9765625,0,1,0,'2019-01-31 22:24:25'); ++INSERT INTO `marker` VALUES (10104,1900,NULL,2,1916,34046,'Korok Seed','',150.30078125,-103.8828125,0,0,0,'2019-02-02 02:43:03'); ++INSERT INTO `marker` VALUES (10105,1900,NULL,2,1910,40881,'Lagartija Humero','',173.62953090667725,-72.59828090667725,0,0,0,'2019-02-02 02:47:28'); ++INSERT INTO `marker` VALUES (10106,1900,NULL,2,1926,40194,'Divine Beast Vah Rudania','',167.5625,-87.875,0,0,0,'2019-02-02 17:36:22'); ++INSERT INTO `marker` VALUES (10107,1900,NULL,2,1926,40194,'Divine Beast Vah Medo','',71.359375,-99.8125,0,0,0,'2019-02-02 17:36:56'); ++INSERT INTO `marker` VALUES (10108,1900,NULL,2,1926,40194,'Divine Beast Vah Naboris','',95.0625,-169.1875,0,0,0,'2019-02-02 17:37:52'); ++INSERT INTO `marker` VALUES (10109,1900,NULL,2,1910,40878,'Lots of High Value Ore','',177.28540325164795,-80.4610767364502,0,0,0,'2019-02-02 22:31:31'); ++INSERT INTO `marker` VALUES (10110,1900,NULL,2,1935,41140,'Arrows of Burning Heat','',156.44140625,-144.25,0,0,0,'2019-02-04 06:26:35'); ++INSERT INTO `marker` VALUES (10111,1900,NULL,2,1901,41143,'Rare Ores','',158.74947929382324,-175.74687457084656,0,0,0,'2019-02-05 04:25:28'); ++INSERT INTO `marker` VALUES (10112,1900,NULL,2,1936,41143,'Rare Ore','',158.67447900772095,-175.66302061080933,0,1,0,'2019-02-05 04:26:31'); ++INSERT INTO `marker` VALUES (10113,1900,NULL,2,1901,40783,'Hestu','',160.296875,-88.203125,0,0,0,'2019-02-05 09:38:06'); ++INSERT INTO `marker` VALUES (10114,1900,NULL,2,1901,39544,'test','j'aime la bite pdpdpd',82.6953125,-104.53125,0,1,0,'2019-02-05 23:02:20'); ++INSERT INTO `marker` VALUES (10115,1900,NULL,2,1901,37885,'Dragon?','',188.7890625,-148.6796875,0,0,0,'2019-02-06 10:48:04'); ++INSERT INTO `marker` VALUES (10116,1900,NULL,2,1901,40636,'Mounted Archery','',124.78515625,-182.65234375,0,0,0,'2019-02-06 23:21:42'); ++INSERT INTO `marker` VALUES (10117,1900,NULL,2,1935,41851,'An Ice Guy','',77.37890625,-168.23046875,0,0,0,'2019-02-13 03:49:03'); ++INSERT INTO `marker` VALUES (10118,1900,NULL,2,1901,42280,'??','',149.32421875,-178.453125,0,0,0,'2019-02-14 19:39:27'); ++INSERT INTO `marker` VALUES (10119,1900,NULL,2,1904,38067,'Ice Arrow x10','Treasure box of Ice Arrow',127.69140625,-131.01171875,0,0,0,'2019-02-16 07:39:25'); ++INSERT INTO `marker` VALUES (10120,1900,NULL,2,1943,38067,'Arrow x10','Treasure Chest contains arrow x10',127.671875,-131.40625,0,0,0,'2019-02-16 07:46:21'); ++INSERT INTO `marker` VALUES (10121,1900,NULL,2,1935,42507,'amor sigiloso ','entregar una campana muda en nombre del amor ',168.5546875,-183.4140625,0,0,0,'2019-02-16 15:30:58'); ++INSERT INTO `marker` VALUES (10122,1900,NULL,2,1931,41231,'Enemy Camp','',56.5,-139.46875,0,0,0,'2019-02-17 16:57:08'); ++INSERT INTO `marker` VALUES (10123,1900,NULL,2,1931,41231,'Enemy Camp','',58.75,-145,0,0,0,'2019-02-17 16:57:31'); ++INSERT INTO `marker` VALUES (10124,1900,NULL,2,1931,41231,'Enemy Camp','',53.6875,-149.34375,0,0,0,'2019-02-17 16:57:49'); ++INSERT INTO `marker` VALUES (10125,1900,NULL,2,1910,42700,'Blue gem','',199.19140625,-71.65234375,0,0,0,'2019-02-17 19:03:16'); ++INSERT INTO `marker` VALUES (10126,1900,NULL,2,1916,40727,'beneath bombable rocks','',139.875,-164.65625,0,1,0,'2019-02-18 10:02:44'); ++INSERT INTO `marker` VALUES (10127,1900,NULL,2,1904,43011,'Bomb Arrows ','Take out the surrounding bokoblins for possible bomb arrow drop. ',138.07776987552643,-77.45028412342072,0,0,0,'2019-02-20 06:01:44'); ++INSERT INTO `marker` VALUES (10128,1900,NULL,2,1901,42880,'Hearty Durian Farming','',149.78125,-178.18359375,0,1,0,'2019-02-20 21:23:02'); ++INSERT INTO `marker` VALUES (10129,1900,NULL,2,1916,43118,'????','',107.125,-143.0625,0,1,0,'2019-02-20 23:31:16'); ++INSERT INTO `marker` VALUES (10130,1900,NULL,2,1901,43015,'business','',192.875,-102.625,0,0,0,'2019-02-21 02:16:17'); ++INSERT INTO `marker` VALUES (10131,1900,NULL,2,1943,41851,'Gold Rupee','',50.8515625,-161.703125,0,0,0,'2019-02-22 04:44:31'); ++INSERT INTO `marker` VALUES (10132,1900,NULL,2,1904,43245,'Bomb Arrows','',180.74609375,-70.77734375,0,0,0,'2019-02-22 08:52:49'); ++INSERT INTO `marker` VALUES (10133,1900,NULL,2,1901,43257,'Minerales subterráneos','se necesitan flechas bomba',158.65625,-175.15625,0,0,0,'2019-02-22 13:54:51'); ++INSERT INTO `marker` VALUES (10134,1900,NULL,2,1926,41231,'Vah Rudania','',166.33203125,-87.98828125,0,0,0,'2019-02-23 05:05:19'); ++INSERT INTO `marker` VALUES (10135,1900,NULL,2,1926,41231,'Divine Beast Vah Naboris','',94.98046875,-169.1640625,0,0,0,'2019-02-23 05:06:10'); ++INSERT INTO `marker` VALUES (10136,1900,NULL,2,1926,41231,'Divine Beast Vah Medoh','',71.53515625,-98.875,0,0,0,'2019-02-23 05:07:05'); ++INSERT INTO `marker` VALUES (10137,1900,NULL,2,1944,43245,'Silver Bow','',178.59375,-121.49609375,0,0,0,'2019-02-23 08:02:25'); ++INSERT INTO `marker` VALUES (10138,1900,NULL,2,1930,43245,'Icy Lizalfos','',193.125,-155.6171875,0,0,0,'2019-02-23 08:34:45'); ++INSERT INTO `marker` VALUES (10139,1900,NULL,2,1901,43245,'Pondo's Lodge','',95.546875,-95.5234375,0,0,0,'2019-02-24 07:39:17'); ++INSERT INTO `marker` VALUES (10140,1900,NULL,2,1935,43552,'The Sheep Rustlers','',184.58984375,-160.83984375,0,0,0,'2019-02-24 19:39:59'); ++INSERT INTO `marker` VALUES (10141,1900,NULL,2,1901,43642,'Old Man's Cabin','The old man's cabin',115.76699829101562,-163.20330810546875,0,0,0,'2019-02-25 06:31:56'); ++INSERT INTO `marker` VALUES (10142,1900,NULL,2,1926,43679,'Divine Beast Vah Medoh','',71.56640625,-98.49609375,0,0,0,'2019-02-25 13:39:12'); ++INSERT INTO `marker` VALUES (10143,1900,NULL,2,1926,43679,'Divine Beast Vah Rudania','',167.8046875,-87.515625,0,0,0,'2019-02-25 13:39:35'); ++INSERT INTO `marker` VALUES (10144,1900,NULL,2,1926,43679,'Divine Beast Vah Naboris','',95.09375,-169.21875,0,0,0,'2019-02-25 13:40:05'); ++INSERT INTO `marker` VALUES (10145,1900,NULL,2,1936,43876,'Cracked wall','',114.3515625,-158.2109375,0,0,0,'2019-02-27 16:30:16'); ++INSERT INTO `marker` VALUES (10146,1900,NULL,2,1901,43015,'Korok Mask','',139.18359375,-99.109375,0,0,0,'2019-02-28 02:24:08'); ++INSERT INTO `marker` VALUES (10147,1900,NULL,2,1940,13795,'Lynel','MasterMode',117.578125,-160.296875,0,0,0,'2019-03-01 12:35:54'); ++INSERT INTO `marker` VALUES (10148,1900,NULL,2,1935,42733,'The Sheep Rustlers','NPC: Koyin',180.390625,-161.4375,0,0,0,'2019-03-02 01:36:13'); ++INSERT INTO `marker` VALUES (10149,1900,NULL,2,1935,42733,'Robbie's Research','',187.015625,-161.203125,0,0,0,'2019-03-02 01:37:28'); ++INSERT INTO `marker` VALUES (10150,1900,NULL,2,1935,42733,'Sunshroom Sensing','',186.828125,-161.421875,0,0,0,'2019-03-02 01:38:22'); ++INSERT INTO `marker` VALUES (10151,1900,NULL,2,1935,42733,'Slated for Upgrades','',187.046875,-161.234375,0,0,0,'2019-03-02 01:39:10'); ++INSERT INTO `marker` VALUES (10152,1900,NULL,2,1935,42733,'Take Back the Sea','',173.6953125,-181.59114599227905,0,0,0,'2019-03-02 01:40:33'); ++INSERT INTO `marker` VALUES (10153,1900,NULL,2,1939,42480,'Blizzrobe','',89.20703125,-99.6015625,0,0,0,'2019-03-02 08:15:41'); ++INSERT INTO `marker` VALUES (10154,1900,NULL,2,1916,42886,'Krok Seed','',62.4140625,-86.2890625,0,0,0,'2019-03-03 15:28:27'); ++INSERT INTO `marker` VALUES (10155,1900,NULL,2,1902,39380,'Midna's Helmet(DLC)','',106.078125,-131.4921875,0,0,0,'2019-03-07 02:27:14'); ++INSERT INTO `marker` VALUES (10156,1900,NULL,2,1943,44908,'Chest','',63.36328125,-69.734375,0,0,0,'2019-03-07 03:30:15'); ++INSERT INTO `marker` VALUES (10157,1900,NULL,2,1936,44908,'Cracked wall','',63.3515625,-69.68359375,0,0,0,'2019-03-07 03:30:46'); ++INSERT INTO `marker` VALUES (10158,1900,NULL,2,1916,44908,'Korok Seed','',61.41796875,-71.98046875,0,0,0,'2019-03-07 03:43:06'); ++INSERT INTO `marker` VALUES (10159,1900,NULL,2,1936,44908,'Luminous Stone','',62.0703125,-70.9140625,0,0,0,'2019-03-07 03:44:01'); ++INSERT INTO `marker` VALUES (10160,1900,NULL,2,1935,44908,'Desert Labyrinth','',100.0625,-182,0,0,0,'2019-03-07 07:44:16'); ++INSERT INTO `marker` VALUES (10161,1900,NULL,2,1916,45022,'Did i get this one?','',179.4375,-180.15625,0,0,0,'2019-03-08 14:03:39'); ++INSERT INTO `marker` VALUES (10162,1900,NULL,2,1901,44841,'????','',113,-156.9375,0,0,0,'2019-03-09 05:24:58'); ++INSERT INTO `marker` VALUES (10163,1900,NULL,2,1925,45154,'need divine beast','',71.53515625,-104.34375,0,0,0,'2019-03-09 08:20:19'); ++INSERT INTO `marker` VALUES (10164,1900,NULL,2,1926,45168,'Vah'Naboris','',95.140625,-169.1640625,0,0,0,'2019-03-09 10:22:59'); ++INSERT INTO `marker` VALUES (10165,1900,NULL,2,1926,45168,'Vah'Medoh','',71.5390625,-99.1015625,0,0,0,'2019-03-09 10:23:44'); ++INSERT INTO `marker` VALUES (10166,1900,NULL,2,1901,45168,'Vah'Rudania','',166.34375,-88.03125,0,0,0,'2019-03-09 10:24:21'); ++INSERT INTO `marker` VALUES (10167,1900,NULL,2,1926,45168,'Vah'Ruta','',174.64453125,-131.8515625,0,0,0,'2019-03-09 10:25:08'); ++INSERT INTO `marker` VALUES (10168,1900,NULL,2,1939,39095,'Ice Wizzrobe','Ice Wizzrobe',139.8125,-115.26953125,0,0,0,'2019-03-11 03:35:32'); ++INSERT INTO `marker` VALUES (10169,1900,NULL,2,1902,45432,'CACA','cool',118.58984375,-152.70703125,0,0,0,'2019-03-14 13:37:50'); ++INSERT INTO `marker` VALUES (10170,1900,NULL,2,1901,45002,'Last','',173.75,-149.96875,0,0,0,'2019-03-15 02:32:01'); ++INSERT INTO `marker` VALUES (10171,1900,NULL,2,1916,45929,'Kokoro Seed','',143.25,-181.6875,0,0,0,'2019-03-15 13:57:24'); ++INSERT INTO `marker` VALUES (10172,1900,NULL,2,1916,43169,'Korok Seed','',161.796875,-144.1875,0,0,0,'2019-03-16 15:11:45'); ++INSERT INTO `marker` VALUES (10173,1900,NULL,2,1916,43169,'Korok Seed','',157.4140625,-165.7109375,0,0,0,'2019-03-16 15:15:28'); ++INSERT INTO `marker` VALUES (10174,1900,NULL,2,1916,43169,'Korok Seed','',154.28125,-164.421875,0,0,0,'2019-03-16 15:15:55'); ++INSERT INTO `marker` VALUES (10175,1900,NULL,2,1901,46138,'Home','',179.59375,-163.3125,0,0,0,'2019-03-17 02:42:04'); ++INSERT INTO `marker` VALUES (10176,1900,NULL,2,1901,46212,'starting point','',110.671875,-156.6875,0,0,0,'2019-03-17 13:48:26'); ++INSERT INTO `marker` VALUES (10177,1900,NULL,2,1901,46216,'South Akkala Stable','',177.21875,-101.54296875,0,0,0,'2019-03-17 22:42:38'); ++INSERT INTO `marker` VALUES (10178,1900,NULL,2,1901,46216,'bge','',189.9375,-102.8125,0,0,0,'2019-03-17 23:21:05'); ++INSERT INTO `marker` VALUES (10179,1900,NULL,2,1943,43349,'Silver Rupee','',115.1171875,-70.9765625,0,0,0,'2019-03-18 03:58:59'); ++INSERT INTO `marker` VALUES (10180,1900,NULL,2,1943,43349,'Gold Rupee','',115.625,-72.37109375,0,0,0,'2019-03-18 04:03:25'); ++INSERT INTO `marker` VALUES (10181,1900,NULL,2,1901,43573,'Goldene Schuppe','',141.682373046875,-164.407958984375,0,1,0,'2019-03-18 20:20:04'); ++INSERT INTO `marker` VALUES (10182,1900,NULL,2,1921,38530,'jjj','',109.625,-152.0625,0,0,0,'2019-03-18 21:05:41'); ++INSERT INTO `marker` VALUES (10183,1900,NULL,2,1926,46386,'Divine Beast Vah Medoh','',71,-100.5,0,0,0,'2019-03-19 01:42:32'); ++INSERT INTO `marker` VALUES (10184,1900,NULL,2,1926,46386,'Divine Beast Vah Rudania','',167.75,-88.5,0,0,0,'2019-03-19 01:43:10'); ++INSERT INTO `marker` VALUES (10185,1900,NULL,2,1943,33143,'Rupee','Use Magnesis on chest from distance, attached to enemy.',122.203125,-170.03125,0,0,0,'2019-03-19 04:14:26'); ++INSERT INTO `marker` VALUES (10186,1900,NULL,2,1902,46500,'Durian','',149.33203125,-178.390625,0,0,0,'2019-03-19 16:22:19'); ++INSERT INTO `marker` VALUES (10187,1900,NULL,2,1901,43686,'Dragon legendario ','punto de salida Farodra ',155.4375,-180.765625,0,1,0,'2019-03-20 17:08:24'); ++INSERT INTO `marker` VALUES (10188,1900,NULL,2,1901,43686,'Dragones legendarios ','Punto de salida ',121.71875,-165.140625,0,1,0,'2019-03-20 17:12:30'); ++INSERT INTO `marker` VALUES (10189,1900,NULL,2,1901,43686,'gragones legendarios ','',101.5625,-96.34375,0,1,0,'2019-03-20 17:13:13'); ++INSERT INTO `marker` VALUES (10190,1900,NULL,2,1920,43686,'dragon ','salida del dragon de trueno',155.953125,-173.91015625,0,1,0,'2019-03-20 20:04:50'); ++INSERT INTO `marker` VALUES (10191,1900,NULL,2,1901,45903,'Healthy Durian','Farm Spot for Healthy Durian',149.453125,-178.1875,0,0,0,'2019-03-21 11:07:17'); ++INSERT INTO `marker` VALUES (10192,1900,NULL,2,1901,46128,'Prince','',164.6484375,-124.1953125,0,0,0,'2019-03-22 04:47:10'); ++INSERT INTO `marker` VALUES (10193,1900,NULL,2,1901,46735,'1','',156.38068175315857,-143.12997126579285,0,0,0,'2019-03-22 14:33:25'); ++INSERT INTO `marker` VALUES (10194,1900,NULL,2,1921,44197,'Tarrey','',16.875,-98.25,0,0,0,'2019-03-22 17:30:23'); ++INSERT INTO `marker` VALUES (10195,1900,NULL,2,1935,46459,'Arrows of Burning Heat','Light the torches around the goddess statue.',156.58984375,-144.27734375,0,0,0,'2019-03-23 03:30:18'); ++INSERT INTO `marker` VALUES (10196,1900,NULL,2,1944,46459,'Majora's Mask','DLC Only',120.97265625,-148.02734375,0,0,0,'2019-03-23 09:35:23'); ++INSERT INTO `marker` VALUES (10197,1900,NULL,2,1926,46509,'Vah'Naboris Divine Beast','',79.625,-180.90625,0,0,0,'2019-03-23 16:56:06'); ++INSERT INTO `marker` VALUES (10198,1900,NULL,2,1916,41317,'Korok seed','',176.0859375,-125.3046875,0,1,0,'2019-03-24 13:20:24'); ++INSERT INTO `marker` VALUES (10199,1900,NULL,2,1910,46509,'Opal','Inside the wreck',167.1328125,-179.72265625,0,0,0,'2019-03-24 17:56:01'); ++INSERT INTO `marker` VALUES (10200,1900,NULL,2,1902,46946,'Tunique Bleue','Tunique bleue (anti-chaleur)',125.56640625,-176.16015625,0,0,0,'2019-03-25 19:19:06'); ++INSERT INTO `marker` VALUES (10201,1900,NULL,2,1901,46946,'Tunique bleue (anti-chaleur)','Tunique bleue (anti-chaleur)',125.5625,-176.1484375,0,0,0,'2019-03-25 19:20:13'); ++INSERT INTO `marker` VALUES (10202,1900,NULL,2,1944,46946,'Tunique bleue','anti-chaleur',125.578125,-176.1484375,0,0,0,'2019-03-25 19:21:50'); ++INSERT INTO `marker` VALUES (10203,1900,NULL,2,1944,46459,'Phantom Helmet','DLC only.',109.3125,-147.2421875,0,0,0,'2019-03-26 05:26:49'); ++INSERT INTO `marker` VALUES (10204,1900,NULL,2,1935,45680,'Taburasa Dog','',190.265625,-103.09375,0,0,0,'2019-03-27 05:25:41'); ++INSERT INTO `marker` VALUES (10205,1900,NULL,2,1916,46932,'????','',136.58314710855484,-150.62853413820267,0,1,0,'2019-03-27 08:28:36'); ++INSERT INTO `marker` VALUES (10206,1900,NULL,2,1935,45945,'A Fragmented Monument','Kah Yah Shrine Quest',181.65625,-180.0859375,0,0,0,'2019-03-27 23:23:04'); ++INSERT INTO `marker` VALUES (10207,1900,NULL,2,1926,46811,'Divine Beast Vah Naboris','',95,-169.25,0,1,0,'2019-03-28 22:25:35'); ++INSERT INTO `marker` VALUES (10208,1900,NULL,2,1901,47547,'1','',114.09375,-157.828125,0,0,0,'2019-03-29 13:54:28'); ++INSERT INTO `marker` VALUES (10209,1900,NULL,2,1944,46381,'Ext. DLC 2','Midona's Mask',106.08203125,-131.51171875,0,0,0,'2019-03-29 16:31:33'); ++INSERT INTO `marker` VALUES (10210,1900,NULL,2,1903,47563,'fire rod','',-98.5,-72.5,0,0,0,'2019-03-29 17:18:06'); ++INSERT INTO `marker` VALUES (10211,1900,NULL,2,1935,46509,'Race','',86.734375,-109.765625,0,0,0,'2019-03-30 16:26:40'); ++INSERT INTO `marker` VALUES (10212,1900,NULL,2,1925,47691,'Renaissance','',110.7421875,-157.37760496139526,0,0,0,'2019-03-30 17:18:37'); ++INSERT INTO `marker` VALUES (10213,1900,NULL,2,1902,47226,'Equipment','Knights Sword, Shields, Arrows\r\n',193.625,-119.8671875,0,0,0,'2019-03-30 22:27:25'); ++INSERT INTO `marker` VALUES (10214,1900,NULL,2,1901,46381,'First part Kilton's market ','First point where Kilton is located to activation of is market ',178.78125,-74.265625,0,1,0,'2019-03-31 12:34:08'); ++INSERT INTO `marker` VALUES (10215,1900,NULL,2,1920,46381,'Kilton's Market','Black link armor seller, monster seller\r\nAppears after 22.00',155.04296875,-144.328125,0,1,0,'2019-03-31 13:12:33'); ++INSERT INTO `marker` VALUES (10216,1900,NULL,2,1926,47824,'Vah'Ruta','',174.5625,-131.71875,0,0,0,'2019-03-31 20:35:17'); ++INSERT INTO `marker` VALUES (10217,1900,NULL,2,1902,46381,'Ext. DLC 2','Xanto's Helmet',148.09765625,-166.33203125,0,0,0,'2019-04-01 16:13:15'); ++INSERT INTO `marker` VALUES (10218,1900,NULL,2,1944,47226,'Blizzard Rod','',201.9921875,-112.484375,0,0,0,'2019-04-01 18:20:21'); ++INSERT INTO `marker` VALUES (10219,1900,NULL,2,1920,47945,'Akkala Ancient Tech Lab','',198.5421872138977,-78.52265644073486,0,0,0,'2019-04-02 20:22:16'); ++INSERT INTO `marker` VALUES (10220,1900,NULL,2,1916,47599,'Korok Seed','',163.7578125,-138.9296875,0,0,0,'2019-04-04 03:04:30'); ++INSERT INTO `marker` VALUES (10221,1900,NULL,2,1902,48307,'Nintendo Switch Shirt (DLC)','',120.68359375,-159.3046875,0,0,0,'2019-04-05 06:57:19'); ++INSERT INTO `marker` VALUES (10222,1900,NULL,2,1904,48307,'Bomb Arrow (DLC)','',105.296875,-159.7578125,0,0,0,'2019-04-05 07:52:42'); ++INSERT INTO `marker` VALUES (10223,1900,NULL,2,1910,48238,'??','',149.625,-182.546875,0,0,0,'2019-04-05 09:41:34'); ++INSERT INTO `marker` VALUES (10224,1900,NULL,2,1935,48230,'By Firefly's Light','',157.6953125,-144.1640625,0,0,0,'2019-04-05 18:45:40'); ++INSERT INTO `marker` VALUES (10225,1900,NULL,2,1935,47691,'By Firefly's Light','',157.70703125,-144.15625,0,0,0,'2019-04-07 19:14:38'); ++INSERT INTO `marker` VALUES (10226,1900,NULL,2,1916,47917,'Korok Seed','',83.828125,-103.296875,0,1,0,'2019-04-09 03:19:47'); ++INSERT INTO `marker` VALUES (10227,1900,NULL,2,1944,35456,'Ancient Bridle','Ex Ancient Horse Rumors',92.2578125,-133.390625,0,0,0,'2019-04-09 19:56:53'); ++INSERT INTO `marker` VALUES (10228,1900,NULL,2,1944,35456,'EX: Tingle's Tights','',127.625,-131.38671875,0,0,0,'2019-04-10 19:11:55'); ++INSERT INTO `marker` VALUES (10229,1900,NULL,2,1920,49050,'i monti gemelli','i monti gemelli',149.28125,-158.0625,0,0,0,'2019-04-12 17:31:59'); ++INSERT INTO `marker` VALUES (10230,1900,NULL,2,1901,49219,'Campfire','',112.1875,-161.71875,0,1,0,'2019-04-13 01:33:29'); ++INSERT INTO `marker` VALUES (10231,1900,NULL,2,1901,49219,'Boat','',111.12109375,-160.01171875,0,1,0,'2019-04-13 01:38:48'); ++INSERT INTO `marker` VALUES (10232,1900,NULL,2,1901,48859,'Southern Mine','Southern Mine where several quests can be located, and Greyson is found (who is needed for tarrey town quest. You get Fire guard armor here as well. Very important.',154.27671617269516,-97.43036818504333,0,1,0,'2019-04-13 16:36:26'); ++INSERT INTO `marker` VALUES (10233,1900,NULL,2,1903,49367,'???','???',103.54296875,-154.8515625,0,0,0,'2019-04-14 07:35:12'); ++INSERT INTO `marker` VALUES (10234,1900,NULL,2,1944,49202,'Climbing Bandanna','',149.5625,-157.1875,0,0,0,'2019-04-14 16:38:56'); ++INSERT INTO `marker` VALUES (10235,1900,NULL,2,1916,48678,'Korok Seed','',125.9296875,-187.4765625,0,0,0,'2019-04-15 02:32:54'); ++INSERT INTO `marker` VALUES (10236,1900,NULL,2,1901,47960,'ancient core','',186.75,-62.875,0,0,0,'2019-04-16 06:23:35'); ++INSERT INTO `marker` VALUES (10237,1900,NULL,2,1926,49628,'Divine Beast vah Naboris','',95,-169.15625,0,0,0,'2019-04-17 09:21:34'); ++INSERT INTO `marker` VALUES (10238,1900,NULL,2,1901,3853,'Hesta second','',134.0625,-144.1640625,0,0,0,'2019-04-18 15:24:41'); ++INSERT INTO `marker` VALUES (10239,1900,NULL,2,1901,49972,'Go here','',103.5744047164917,-97.05803489685059,0,0,0,'2019-04-19 17:55:54'); ++INSERT INTO `marker` VALUES (10240,1900,NULL,2,1931,49367,'Bokoblin Camp','',107.8984375,-154.2578125,0,0,0,'2019-04-20 04:48:12'); ++INSERT INTO `marker` VALUES (10241,1900,NULL,2,1931,49367,'Bokoblin Camp','',113.1640625,-158.625,0,0,0,'2019-04-20 04:58:19'); ++INSERT INTO `marker` VALUES (10242,1900,NULL,2,1901,50024,'Campfire','',105.6015625,-152.69140625,0,0,0,'2019-04-20 05:36:25'); ++INSERT INTO `marker` VALUES (10243,1900,NULL,2,1938,32645,'test123','test222',102.375,-155,0,0,0,'2019-04-20 15:38:45'); ++INSERT INTO `marker` VALUES (10244,1900,NULL,2,1939,45880,'Blizzard Wizrobe','Blizzard Rod',140.0546875,-116.2734375,0,0,0,'2019-04-21 05:15:15'); ++INSERT INTO `marker` VALUES (10245,1900,NULL,2,1901,50024,'Gem Deposit','',161.28593730926514,-168.78593754768372,0,0,0,'2019-04-21 06:34:14'); ++INSERT INTO `marker` VALUES (10246,1900,NULL,2,1930,50024,'Electric Keese','',161.3624997138977,-168.6796875,0,0,0,'2019-04-21 06:34:56'); ++INSERT INTO `marker` VALUES (10247,1900,NULL,2,1901,50253,'Kakariko','',40,-140.875,0,0,0,'2019-04-21 20:06:43'); ++INSERT INTO `marker` VALUES (10248,1900,NULL,2,1920,50439,'DEPART','Début de l'histoire',110.45703125,-157.53125,0,1,0,'2019-04-23 09:58:17'); ++INSERT INTO `marker` VALUES (10249,1900,NULL,2,1944,50431,'??','',139.171875,-97.8125,0,0,0,'2019-04-23 20:22:38'); ++INSERT INTO `marker` VALUES (10250,1900,NULL,2,1944,50431,'treasure','treasure',139.6171875,-97.78125,0,0,0,'2019-04-23 20:23:25'); ++INSERT INTO `marker` VALUES (10251,1900,NULL,2,1944,50431,'treasure','wooden arrow x5',137.51953125,-97.515625,0,0,0,'2019-04-23 20:29:32'); ++INSERT INTO `marker` VALUES (10252,1900,NULL,2,1944,50431,'treasure','knights shield',130.1796875,-120.7890625,0,0,0,'2019-04-23 22:17:04'); ++INSERT INTO `marker` VALUES (10253,1900,NULL,2,1944,50431,'bow','knight;'s bow',127.71484375,-123.62890625,0,0,0,'2019-04-23 22:23:11'); ++INSERT INTO `marker` VALUES (10254,1900,NULL,2,1943,50431,'chest','bomb arrorx5',130.3515625,-116.87109375,0,0,0,'2019-04-23 22:41:51'); ++INSERT INTO `marker` VALUES (10255,1900,NULL,2,1943,50431,'chest','arrow',139.9296875,-116.25,0,0,0,'2019-04-23 23:29:43'); ++INSERT INTO `marker` VALUES (10256,1900,NULL,2,1943,50431,'fire arr x5','fire arr x5',144.66796875,-178.265625,0,0,0,'2019-04-23 23:36:17'); ++INSERT INTO `marker` VALUES (10257,1900,NULL,2,1948,50458,'FARMING','',96.9044189453125,-136.283447265625,0,0,0,'2019-04-24 10:44:39'); ++INSERT INTO `marker` VALUES (10258,1900,NULL,2,1901,50504,'need to beat','',55.9375,-142.125,0,0,0,'2019-04-25 01:13:41'); ++INSERT INTO `marker` VALUES (10259,1900,NULL,2,1901,49952,'Blutmond','',79.25,-132,0,0,0,'2019-04-27 18:14:48'); ++INSERT INTO `marker` VALUES (10260,1900,NULL,2,1921,50916,'Gerudo Town','',85,-150.625,0,0,0,'2019-04-28 00:37:38'); ++INSERT INTO `marker` VALUES (10261,1900,NULL,2,1943,50843,'Chest 5 fire arrows','',105.2734375,-159.7109375,0,0,0,'2019-04-28 10:54:03'); ++INSERT INTO `marker` VALUES (10262,1900,NULL,2,1916,50805,'Kolog seeds','',191.7890625,-154.8515625,0,0,0,'2019-04-28 20:45:28'); ++INSERT INTO `marker` VALUES (10263,1900,NULL,2,1935,45488,'misko treasure cave','',158.31624031066895,-168.9881410598755,0,0,0,'2019-04-29 17:09:33'); ++INSERT INTO `marker` VALUES (10264,1900,NULL,2,1901,51345,'Lurelin Village','',174.9375,-180.75,0,0,0,'2019-05-01 16:13:27'); ++INSERT INTO `marker` VALUES (10265,1900,NULL,2,1903,42921,'diamond sword','18 damage one handedsword',105.28125,-117.609375,0,0,0,'2019-05-01 19:55:37'); ++INSERT INTO `marker` VALUES (10266,1900,NULL,2,1935,45488,'Take back the sea','NPC: Sebasto\r\n\r\nDescription: Defeat the monsters on Aris beach\r\n\r\nReward: 100 rupees',173.2237969636917,-181.25967395305634,0,0,0,'2019-05-04 02:45:46'); ++INSERT INTO `marker` VALUES (10267,1900,NULL,2,1925,51636,'Toh Yahsa Shrine','',92.60433053970337,-113.99996852874756,0,0,0,'2019-05-04 12:18:03'); ++INSERT INTO `marker` VALUES (10268,1900,NULL,2,1901,49196,'Devo andare qua ','',93.9921875,-96.2265625,0,0,0,'2019-05-04 16:16:51'); ++INSERT INTO `marker` VALUES (10269,1900,NULL,2,1926,50977,'Vah Nahboris','',66,-187,0,0,0,'2019-05-05 12:12:36'); ++INSERT INTO `marker` VALUES (10270,1900,NULL,2,1939,50205,'Ice Wizzrobe','',74.984375,-152.3125,0,0,0,'2019-05-05 21:42:54'); ++INSERT INTO `marker` VALUES (10271,1900,NULL,2,1901,51954,'!!!!!!!!!','',-322,-6,0,0,0,'2019-05-07 13:13:46'); ++INSERT INTO `marker` VALUES (10272,1900,NULL,2,1901,52291,'??','',117.0625,-128.984375,0,0,0,'2019-05-10 06:44:49'); ++INSERT INTO `marker` VALUES (10273,1900,NULL,2,1944,52235,'Knight's Bow','',55.765625,-147.71875,0,0,0,'2019-05-10 17:22:19'); ++INSERT INTO `marker` VALUES (10274,1900,NULL,2,1943,52235,'Topaz','',55.28125,-143,0,0,0,'2019-05-10 17:24:43'); ++INSERT INTO `marker` VALUES (10275,1900,NULL,2,1926,23546,'Vah Medoh','',-25,-143.5,0,0,0,'2019-05-10 22:40:56'); ++INSERT INTO `marker` VALUES (10276,1900,NULL,2,1926,23546,'Vah Medoh','',71.375,-99.9375,0,0,0,'2019-05-10 22:41:16'); ++INSERT INTO `marker` VALUES (10277,1900,NULL,2,1926,23546,'Vah Rudania','',166.5,-87.75,0,0,0,'2019-05-10 22:42:10'); ++INSERT INTO `marker` VALUES (10278,1900,NULL,2,1901,23546,'Vah Naboris','',94.875,-169.375,0,0,0,'2019-05-10 22:42:39'); ++INSERT INTO `marker` VALUES (10279,1900,NULL,2,1939,43748,'Ice Wizzrobe','',103.80078125,-186.4140625,0,0,0,'2019-05-11 08:42:39'); ++INSERT INTO `marker` VALUES (10280,1900,NULL,2,1942,50205,'Stalnox','',93.421875,-137.1640625,0,0,0,'2019-05-11 09:41:16'); ++INSERT INTO `marker` VALUES (10281,1900,NULL,2,1946,52516,'Kletis','',133.46875,-145.296875,0,0,0,'2019-05-12 11:59:37'); ++INSERT INTO `marker` VALUES (10282,1900,NULL,2,1943,52322,'DLC Chest','Phantom Armor',124.22265625,-126.6015625,0,1,0,'2019-05-12 21:39:58'); ++INSERT INTO `marker` VALUES (10283,1900,NULL,2,1936,52670,'Cracked Plateau','Cracked wall housing several ore deposits on the ceiling inside.',158.640625,-175.734375,0,0,0,'2019-05-13 05:26:59'); ++INSERT INTO `marker` VALUES (10284,1900,NULL,2,1916,51892,'Error ','The kolog upside the mountain doesnt exist',132.85369324684143,-179.4389204978943,0,1,0,'2019-05-13 23:19:35'); ++INSERT INTO `marker` VALUES (10285,1900,NULL,2,1916,51885,'Korok','',139.359375,-185.34375,0,0,0,'2019-05-14 16:25:26'); ++INSERT INTO `marker` VALUES (10286,1900,NULL,2,1901,50587,'Apples','',96.625,-133.5,0,0,0,'2019-05-19 15:44:54'); ++INSERT INTO `marker` VALUES (10287,1900,NULL,2,1926,53330,'Divine Beast Vah Naboris','Bring clothes, food or elixirs that protect you from heat and cold in the desert.',94.90625,-169.03125,0,0,0,'2019-05-20 15:08:41'); ++INSERT INTO `marker` VALUES (10288,1900,NULL,2,1916,53476,'seed','',129.34375,-152.78515625,0,0,0,'2019-05-22 06:14:38'); ++INSERT INTO `marker` VALUES (10289,1900,NULL,2,1901,53039,'Ore Deposits','',175.328125,-155.78125,0,0,0,'2019-05-22 16:47:59'); ++INSERT INTO `marker` VALUES (10290,1900,NULL,2,1936,53039,'Bombable Wall','Cave of Rare Ore Deposits',158.71875,-175.62109375,0,0,0,'2019-05-22 19:23:26'); ++INSERT INTO `marker` VALUES (10291,1900,NULL,2,1936,53525,'boulder with treasure behind it','',147.71875,-157.0859375,0,0,0,'2019-05-22 19:46:32'); ++INSERT INTO `marker` VALUES (10292,1900,NULL,2,1901,53646,'1','',69.25,-68.625,0,0,0,'2019-05-23 14:30:12'); ++INSERT INTO `marker` VALUES (10293,1900,NULL,2,1939,43748,'Blizzrobe','',82.75070190429688,-81.89663696289062,0,0,0,'2019-05-25 07:28:47'); ++INSERT INTO `marker` VALUES (10294,1900,NULL,2,1916,53227,'Korok Seed','',62.828125,-159.0703125,0,1,0,'2019-05-25 16:25:00'); ++INSERT INTO `marker` VALUES (10295,1900,NULL,2,1901,53315,'Hidden Fairy Settlement','',90.51250076293945,-122.3125,0,0,0,'2019-05-26 20:40:03'); ++INSERT INTO `marker` VALUES (10296,1900,NULL,2,1901,53327,'1','',78.01838517189026,-70.14527249336243,0,0,0,'2019-05-27 00:34:08'); ++INSERT INTO `marker` VALUES (10297,1900,NULL,2,1901,51643,'Eau','Bah c'est de l'eau quoi',69.8046875,-99.453125,0,0,0,'2019-05-27 14:31:34'); ++INSERT INTO `marker` VALUES (10298,1900,NULL,2,1932,50024,'Guardian Stalker','',101.875,-174.71875,0,0,0,'2019-05-28 01:48:05'); ++INSERT INTO `marker` VALUES (10299,1900,NULL,2,1935,54092,'Hestu','',158.6883773803711,-151.14856147766113,0,0,0,'2019-05-28 03:30:48'); ++INSERT INTO `marker` VALUES (10300,1900,NULL,2,1925,54101,'Takama Shiri Shrine','Shrine added as part of Champions' Ballad DLC',51.5,-161.625,0,0,0,'2019-05-28 04:27:40'); ++INSERT INTO `marker` VALUES (10301,1900,NULL,2,1916,53781,'Korok2','',47.3125,-188.8125,0,0,0,'2019-05-28 13:37:00'); ++INSERT INTO `marker` VALUES (10302,1900,NULL,2,1931,45945,'boko camp','',150.109375,-120.4765625,0,0,0,'2019-05-29 12:19:20'); ++INSERT INTO `marker` VALUES (10303,1900,NULL,2,1939,51229,'Blizzard Wizzrobe','',103.7890625,-186.4296875,0,0,0,'2019-05-30 08:37:29'); ++INSERT INTO `marker` VALUES (10304,1900,NULL,2,1901,54275,'kmjk','',112.625,-132.25,0,0,0,'2019-05-30 11:43:43'); ++INSERT INTO `marker` VALUES (10305,1900,NULL,2,1935,45945,'Good-Sized Horse','Zyle lost his horse during his travels and he needs to buy a horse off of you for 300 Rupees',95.96875,-157.53125,0,0,0,'2019-05-30 16:45:22'); ++INSERT INTO `marker` VALUES (10306,1900,NULL,2,1916,54037,'1','',134.65625,-188.0078125,0,0,0,'2019-05-31 11:09:54'); ++INSERT INTO `marker` VALUES (10307,1900,NULL,2,1901,54175,'Blue fire','',181.7265625,-158.87890625,0,0,0,'2019-05-31 22:18:19'); ++INSERT INTO `marker` VALUES (10308,1900,NULL,2,1916,54529,'pas trouver','',60.125,-186.0625,0,0,0,'2019-06-01 17:24:46'); ++INSERT INTO `marker` VALUES (10309,1900,NULL,2,1916,54529,'pas trouver','',60.15625,-186.109375,0,0,0,'2019-06-01 17:25:09'); ++INSERT INTO `marker` VALUES (10310,1900,NULL,2,1926,54175,'Divine Beast Vah Medoh','',71.390625,-99.921875,0,0,0,'2019-06-01 23:58:34'); ++INSERT INTO `marker` VALUES (10311,1900,NULL,2,1901,54377,'Epreuve de force','Epreuve extrême de force',73.8515625,-121,0,0,0,'2019-06-02 13:24:32'); ++INSERT INTO `marker` VALUES (10312,1900,NULL,2,1930,54654,'test','y'a un test ici',62.5,-138.5,0,1,0,'2019-06-02 14:58:27'); ++INSERT INTO `marker` VALUES (10313,1900,NULL,2,1935,54526,'quest','',64.484375,-69.875,0,0,0,'2019-06-02 19:46:52'); ++INSERT INTO `marker` VALUES (10314,1900,NULL,2,1916,54652,'kk','',153.75,-92.92578125,0,0,0,'2019-06-03 11:21:04'); ++INSERT INTO `marker` VALUES (10315,1900,NULL,2,1916,54845,'Weird, ob der wirklich existiert?','',59.0625,-95.921875,0,0,0,'2019-06-04 14:27:40'); ++INSERT INTO `marker` VALUES (10316,1900,NULL,2,1901,54845,'Weird, ob der wirklich existiert?','',58.765625,-95.828125,0,0,0,'2019-06-04 14:28:17'); ++INSERT INTO `marker` VALUES (10317,1900,NULL,2,1935,54038,'Good-Sized Horse','',96.28125,-157.890625,0,0,0,'2019-06-05 19:31:04'); ++INSERT INTO `marker` VALUES (10318,1900,NULL,2,1916,53989,'Korok Seed','',160.046875,-146.83984375,0,1,0,'2019-06-08 21:52:42'); ++INSERT INTO `marker` VALUES (10319,1900,NULL,2,1901,55622,'test','test',113.65625,-149.96875,0,0,0,'2019-06-12 00:20:21'); ++INSERT INTO `marker` VALUES (10320,1900,NULL,2,1901,55591,'v','',114.46875,-161.5625,0,0,0,'2019-06-12 00:44:05'); ++INSERT INTO `marker` VALUES (10321,1900,NULL,2,1902,55591,'asdf','asdf',111.734375,-156.296875,0,0,0,'2019-06-12 00:47:58'); ++INSERT INTO `marker` VALUES (10322,1900,NULL,2,1901,55583,'Koro','',108.453125,-176.9765625,0,0,0,'2019-06-12 09:28:44'); ++INSERT INTO `marker` VALUES (10323,1900,NULL,2,1931,56110,'Enemy Camp','',143.671875,-149.703125,0,0,0,'2019-06-15 06:30:38'); ++INSERT INTO `marker` VALUES (10324,1900,NULL,2,1944,55943,'3 Antike Reaktorkerne','Braucht sie noch.',187.02734375,-161.11328125,0,0,0,'2019-06-15 10:36:49'); ++INSERT INTO `marker` VALUES (10325,1900,NULL,2,1901,55709,'snowfield','',84.25,-155.25,0,0,0,'2019-06-15 11:37:24'); ++INSERT INTO `marker` VALUES (10326,1900,NULL,2,1910,55589,'Chest','',117.37890625,-152.03125,0,0,0,'2019-06-15 13:51:17'); ++INSERT INTO `marker` VALUES (10327,1900,NULL,2,1910,55589,'Rough ruby','',117.5,-151.8125,0,0,0,'2019-06-15 13:53:00'); ++INSERT INTO `marker` VALUES (10328,1900,NULL,2,1931,56244,'Majes','',118.1171875,-158.0390625,0,0,0,'2019-06-15 18:58:55'); ++INSERT INTO `marker` VALUES (10329,1900,NULL,2,1901,56018,'Campfire','',109.7734375,-158.48697924613953,0,1,0,'2019-06-16 09:41:59'); ++INSERT INTO `marker` VALUES (10330,1900,NULL,2,1901,56018,'Campfire','',111.87239646911621,-159.59895849227905,0,1,0,'2019-06-16 09:47:32'); ++INSERT INTO `marker` VALUES (10331,1900,NULL,2,1901,56018,'Campfire','',105.45182299613953,-152.77473950386047,0,1,0,'2019-06-16 10:12:20'); ++INSERT INTO `marker` VALUES (10332,1900,NULL,2,1910,55589,'Flint','',113.11328125,-156.65234375,0,0,0,'2019-06-16 12:43:33'); ++INSERT INTO `marker` VALUES (10333,1900,NULL,2,1940,52480,'Silver Lynel','',117.90625,-161,0,1,0,'2019-06-16 16:36:21'); ++INSERT INTO `marker` VALUES (10334,1900,NULL,2,1941,52480,'Frost Talus','',79.9140625,-82.8203125,0,1,0,'2019-06-16 17:20:19'); ++INSERT INTO `marker` VALUES (10335,1900,NULL,2,1901,56400,'Eldra + Quest','',150.640625,-71.296875,0,0,0,'2019-06-16 19:19:22'); ++INSERT INTO `marker` VALUES (10336,1900,NULL,2,1910,56469,'Gem Deposits','Some pile of rocks with valuable gems.',161.6640625,-152.2109375,0,0,0,'2019-06-16 20:19:51'); ++INSERT INTO `marker` VALUES (10337,1900,NULL,2,1926,54359,'Divine Beast Vah Rudania','',167.6875,-87.421875,0,0,0,'2019-06-17 07:35:20'); ++INSERT INTO `marker` VALUES (10338,1900,NULL,2,1901,56505,'Mr Monsters','Deleate this after you find him',179.234375,-74.390625,0,0,0,'2019-06-17 16:40:44'); ++INSERT INTO `marker` VALUES (10339,1900,NULL,2,1903,50315,'Tree Branch','',112.7734375,-153.9921875,0,1,0,'2019-06-17 17:45:16'); ++INSERT INTO `marker` VALUES (10340,1900,NULL,2,1931,50315,'Bokoblin Camp','',118.125,-157.75,0,1,0,'2019-06-18 05:58:33'); ++INSERT INTO `marker` VALUES (10341,1900,NULL,2,1903,50315,'Tree Branch','',112.484375,-163.94921875,0,1,0,'2019-06-18 06:55:42'); ++INSERT INTO `marker` VALUES (10342,1900,NULL,2,1901,50315,'Campfire','',105.4453125,-152.734375,0,1,0,'2019-06-18 09:10:49'); ++INSERT INTO `marker` VALUES (10343,1900,NULL,2,1935,54359,'Zora Stone Monuments','',180.234375,-119.21875,0,0,0,'2019-06-18 10:06:31'); ++INSERT INTO `marker` VALUES (10344,1900,NULL,2,1916,56744,'korack seed','',136.125,-167.015625,0,0,0,'2019-06-18 18:37:07'); ++INSERT INTO `marker` VALUES (10345,1900,NULL,2,1930,50315,'Moblin','',126.28125,-152.359375,0,1,0,'2019-06-20 12:42:08'); ++INSERT INTO `marker` VALUES (10346,1900,NULL,2,1901,50315,'Campfire','',132.484375,-153.234375,0,1,0,'2019-06-20 13:11:18'); ++INSERT INTO `marker` VALUES (10347,1900,NULL,2,1901,57031,'fuck','',153.8984375,-146.1640625,0,0,0,'2019-06-20 13:48:49'); ++INSERT INTO `marker` VALUES (10348,1900,NULL,2,1901,46381,'Rino'Himika Shrine','Shrine',162.7421875,-96.828125,0,0,0,'2019-06-20 19:23:38'); ++INSERT INTO `marker` VALUES (10349,1900,NULL,2,1901,56712,'A Wife Washed Away','The NPC for completing the side quest',124.46875,-167.9296875,0,1,0,'2019-06-21 18:44:07'); ++INSERT INTO `marker` VALUES (10350,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); ++INSERT INTO `marker` VALUES (10351,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); ++INSERT INTO `marker` VALUES (10352,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); ++INSERT INTO `marker` VALUES (10353,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); ++INSERT INTO `marker` VALUES (10354,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); ++INSERT INTO `marker` VALUES (10355,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); ++INSERT INTO `marker` VALUES (10356,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); ++INSERT INTO `marker` VALUES (10357,1900,NULL,2,1930,57361,'Stronger Enemies','Two Ice Lizalfos',190.4296875,-150.5859375,0,0,0,'2019-06-21 23:34:34'); ++INSERT INTO `marker` VALUES (10358,1900,NULL,2,1916,57381,'fs','',167.125,-86.75,0,0,0,'2019-06-22 03:09:25'); ++INSERT INTO `marker` VALUES (10359,1900,NULL,2,1901,57335,'seed kp wieso oben oder unten','',121.5546875,-159.109375,0,0,0,'2019-06-22 06:00:27'); ++INSERT INTO `marker` VALUES (10360,1900,NULL,2,1925,45711,'Noe Rajee Shrine','',68.2890625,-91.9375,0,1,0,'2019-06-22 19:28:29'); ++INSERT INTO `marker` VALUES (10361,1900,NULL,2,1925,45711,'Rohta Chigah Shrine','',119.796875,-156.125,0,1,0,'2019-06-22 19:45:11'); ++INSERT INTO `marker` VALUES (10362,1900,NULL,2,1925,45711,'Etsu Korima Shrine','',109.01171875,-160.97395837306976,0,1,0,'2019-06-22 19:47:29'); ++INSERT INTO `marker` VALUES (10363,1900,NULL,2,1925,45711,'Kiah Toza Shrine','',94.32552099227905,-78.24999976158142,0,1,0,'2019-06-22 19:51:30'); ++INSERT INTO `marker` VALUES (10364,1900,NULL,2,1925,45711,'Shira Gomar Shrine','',90.91406226158142,-106.36848950386047,0,0,0,'2019-06-22 19:55:25'); ++INSERT INTO `marker` VALUES (10365,1900,NULL,2,1901,57539,'My Location','',143.75,-154.375,0,0,0,'2019-06-22 23:06:28'); ++INSERT INTO `marker` VALUES (10366,1900,NULL,2,1910,57658,'Amber','',107.875,-162.75,0,1,0,'2019-06-23 17:33:46'); ++INSERT INTO `marker` VALUES (10367,1900,NULL,2,1901,43128,'SAVE POINT','',103.265625,-94.65234375,0,0,0,'2019-06-24 02:58:55'); ++INSERT INTO `marker` VALUES (10368,1900,NULL,2,1901,43128,'NOPE','lmao trying to make a personal marker PLS ignore',103.26171875,-94.76171875,0,0,0,'2019-06-24 02:59:34'); ++INSERT INTO `marker` VALUES (10369,1900,NULL,2,1916,56532,'Korok Seed','Push the three rocks.',149.703125,-157,0,0,0,'2019-06-24 04:22:00'); ++INSERT INTO `marker` VALUES (10370,1900,NULL,2,1910,57872,'Antic Screw','By the dead Guardian',115.51171875,-156.82421875,0,0,0,'2019-06-24 19:31:16'); ++INSERT INTO `marker` VALUES (10371,1900,NULL,2,1910,57872,'Antic Spring','by the dead Guardian',115.375,-157.828125,0,0,0,'2019-06-24 19:34:11'); ++INSERT INTO `marker` VALUES (10372,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',115.10546875,-158.40234375,0,0,0,'2019-06-24 19:35:42'); ++INSERT INTO `marker` VALUES (10373,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',114.94921875,-158.5625,0,0,0,'2019-06-24 19:36:29'); ++INSERT INTO `marker` VALUES (10374,1900,NULL,2,1943,57872,'Rhodonit (EX)','',117.38671875,-151.7578125,0,0,0,'2019-06-24 19:41:10'); ++INSERT INTO `marker` VALUES (10375,1900,NULL,2,1944,57872,'Nintendo Switch Shirt (EX)','On the Wall',120.6875,-159.421875,0,0,0,'2019-06-24 19:54:23'); ++INSERT INTO `marker` VALUES (10376,1900,NULL,2,1904,57872,'fire arrows x5','inside of the skull cave',108.8046875,-153.765625,0,0,0,'2019-06-24 20:13:39'); ++INSERT INTO `marker` VALUES (10377,1900,NULL,2,1901,57870,'Maybe?','',120.4296875,-112.21875,0,0,0,'2019-06-24 20:30:28'); ++INSERT INTO `marker` VALUES (10378,1900,NULL,2,1925,57983,'Dunba Shrine','',43.5,-152.5,0,0,0,'2019-06-25 15:47:32'); ++INSERT INTO `marker` VALUES (10379,1900,NULL,2,1905,58025,'shied Real','Detras de un bloque de Metal\r\n',115.71875,-72.79296875,0,1,0,'2019-06-26 00:28:14'); ++INSERT INTO `marker` VALUES (10380,1900,NULL,2,1943,58050,'Ruby','DLC Chest',117.48046875,-151.734375,0,0,0,'2019-06-26 01:15:11'); ++INSERT INTO `marker` VALUES (10381,1900,NULL,2,1901,57925,'Wild Horses','',134.3828125,-181.453125,0,0,0,'2019-06-26 06:35:53'); ++INSERT INTO `marker` VALUES (10382,1900,NULL,2,1901,58140,'test','test',112.69478607177734,-121.0796446800232,0,0,0,'2019-06-26 15:11:57'); ++INSERT INTO `marker` VALUES (10383,1900,NULL,2,1925,58140,'Kamia Omuna Shrine','Part of the Champions; ballad DLC',161.15625,-77.625,0,0,0,'2019-06-26 22:54:00'); ++INSERT INTO `marker` VALUES (10384,1900,NULL,2,1926,57925,'Divine Beast Vah Rudania','',167.4375,-92.375,0,0,0,'2019-06-26 23:42:05'); ++INSERT INTO `marker` VALUES (10385,1900,NULL,2,1926,57925,'Divine Beast Vah Naboris','',83.5,-181.375,0,0,0,'2019-06-26 23:42:50'); ++INSERT INTO `marker` VALUES (10386,1900,NULL,2,1926,57925,'Divine Beast Vah Medoh','',71.359375,-96.890625,0,0,0,'2019-06-26 23:43:51'); ++INSERT INTO `marker` VALUES (10387,1900,NULL,2,1931,57925,'Moblin Camp','',109.1640625,-125.14453125,0,0,0,'2019-06-26 23:45:54'); ++INSERT INTO `marker` VALUES (10388,1900,NULL,2,1930,57925,'Bokoblin on Horseback','',145.015625,-127.8203125,0,0,0,'2019-06-26 23:48:15'); ++INSERT INTO `marker` VALUES (10389,1900,NULL,2,1903,58422,'Moblin club','',121.9140625,-152.328125,0,1,0,'2019-06-28 20:00:22'); ++INSERT INTO `marker` VALUES (10390,1900,NULL,2,1926,54359,'Divine Beast Vah Medoh','',71.53765869140625,-98.828125,0,0,0,'2019-06-29 01:10:32'); ++INSERT INTO `marker` VALUES (10391,1900,NULL,2,1935,54359,'The Giant of Ralis Pond','NPC: Torfeau\r\n\r\nRequires: Kill the Hinox near Ralis Pond.\r\n\r\nReward: Silver Rupee',179.77734375,-119.359375,0,0,0,'2019-06-29 06:23:42'); ++INSERT INTO `marker` VALUES (10392,1900,NULL,2,1901,58581,'Huinya','',136.25,-113,0,0,0,'2019-06-29 15:17:48'); ++INSERT INTO `marker` VALUES (10393,1900,NULL,2,1910,58317,'Lotus Fruit','',88.0625,-138.05859375,0,0,0,'2019-06-29 18:39:10'); ++INSERT INTO `marker` VALUES (10394,1900,NULL,2,1901,58314,'Scout','',33.125,-117.75,0,0,0,'2019-06-30 21:58:56'); ++INSERT INTO `marker` VALUES (10395,1900,NULL,2,1943,58823,'Giant Ancient Core','',69.5,-127.625,0,0,0,'2019-07-01 01:13:48'); ++INSERT INTO `marker` VALUES (10396,1900,NULL,2,1901,58640,'Hestu','',181.51420378684998,-101.93181848526001,0,0,0,'2019-07-01 03:34:15'); ++INSERT INTO `marker` VALUES (10397,1900,NULL,2,1943,58677,'Ruby DLC','',117.40625,-151.7734375,0,0,0,'2019-07-01 14:19:06'); ++INSERT INTO `marker` VALUES (10398,1900,NULL,2,1916,55864,'Korok Seed ','',154.4609375,-120.38671875,0,0,0,'2019-07-01 17:38:18'); ++INSERT INTO `marker` VALUES (10399,1900,NULL,2,1901,58549,'akkala','',30.75,-100.5,0,0,0,'2019-07-02 12:24:22'); ++INSERT INTO `marker` VALUES (10400,1900,NULL,2,1901,58919,'Platform','',110.65625,-161.53515625,0,0,0,'2019-07-04 11:58:05'); ++INSERT INTO `marker` VALUES (10401,1900,NULL,2,1903,18179,'?????? ','????? ??? ???????, ?? ?? ?????? ?????? ???????? ?? ???????',62.640625,-100.9375,0,0,0,'2019-07-04 19:25:14'); ++INSERT INTO `marker` VALUES (10402,1900,NULL,2,1901,18179,'??????? ??????','',82.2734375,-88.94921875,0,0,0,'2019-07-04 20:04:59'); ++INSERT INTO `marker` VALUES (10403,1900,NULL,2,1935,59420,'To be the wind','',201.578125,-186.703125,0,0,0,'2019-07-05 23:43:10'); ++INSERT INTO `marker` VALUES (10404,1900,NULL,2,1901,59206,'safiro','',169.8046875,-127.9609375,0,0,0,'2019-07-06 03:13:14'); ++INSERT INTO `marker` VALUES (10405,1900,NULL,2,1901,59539,'1 Point','',113.75,-137.75,0,0,0,'2019-07-07 01:07:24'); ++INSERT INTO `marker` VALUES (10406,1900,NULL,2,1901,59791,'Central Hyrule','',123.5,-122.125,0,0,0,'2019-07-09 01:57:50'); ++INSERT INTO `marker` VALUES (10407,1900,NULL,2,1920,59721,'white ?','white ?',100.7109375,-140.84375,0,0,0,'2019-07-09 15:10:45'); ++INSERT INTO `marker` VALUES (10408,1900,NULL,2,1930,58823,'Lynel','',188.2265625,-119.4140625,0,1,0,'2019-07-11 12:15:33'); ++INSERT INTO `marker` VALUES (10409,1900,NULL,2,1939,48504,'Ice Wizzrobe','',103.73828125,-186.45703125,0,1,0,'2019-07-11 15:20:55'); ++INSERT INTO `marker` VALUES (10410,1900,NULL,2,1926,60089,'Divine Beast Vah Naboris','',95.125,-169.1328125,0,0,0,'2019-07-11 22:48:58'); ++INSERT INTO `marker` VALUES (10411,1900,NULL,2,1939,58567,'BIizzrobe','',89.015625,-99.6875,0,0,0,'2019-07-12 14:13:49'); ++INSERT INTO `marker` VALUES (10412,1900,NULL,2,1901,60169,'asd','asdf',87.46875,-114.75,0,0,0,'2019-07-12 20:30:44'); ++INSERT INTO `marker` VALUES (10413,1900,NULL,2,1925,55511,'Sheh Rata Shrine','',151.5625,-122,0,0,0,'2019-07-12 21:41:04'); ++INSERT INTO `marker` VALUES (10414,1900,NULL,2,1925,55511,'Shrine of Ressurection','',110.796875,-157.40625,0,0,0,'2019-07-12 21:44:33'); ++INSERT INTO `marker` VALUES (10415,1900,NULL,2,1921,60348,'DLC','',107.1875,-131.3125,0,0,0,'2019-07-14 02:06:18'); ++INSERT INTO `marker` VALUES (10416,1900,NULL,2,1926,60455,'DIVINE BEAST VAH RUDANIA','',167.875,-88.375,0,0,0,'2019-07-14 20:41:45'); ++INSERT INTO `marker` VALUES (10417,1900,NULL,2,1926,60455,'DIVINE BEAST VAH MEDOH','',71.46875,-99.9375,0,0,0,'2019-07-14 20:42:05'); ++INSERT INTO `marker` VALUES (10418,1900,NULL,2,1926,60455,'DIVINE BEAST VAH NABORIS','',95.0625,-169.375,0,0,0,'2019-07-14 20:42:27'); ++INSERT INTO `marker` VALUES (10419,1900,NULL,2,1944,60529,'EX Bomb Arrow','',105.296875,-159.671875,0,0,0,'2019-07-14 23:21:18'); ++INSERT INTO `marker` VALUES (10420,1900,NULL,2,1943,60780,'Center of "Golden Triangle"','',175.13671875,-188.9765625,0,0,0,'2019-07-17 00:36:33'); ++INSERT INTO `marker` VALUES (10421,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.52734375,0,0,0,'2019-07-17 20:01:13'); ++INSERT INTO `marker` VALUES (10422,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.53125,0,0,0,'2019-07-17 20:01:49'); ++INSERT INTO `marker` VALUES (10423,1900,NULL,2,1944,60912,'EX Phantom Helmet','',109.6015625,-147.1328125,0,0,0,'2019-07-18 03:21:26'); ++INSERT INTO `marker` VALUES (10424,1900,NULL,2,1943,60912,'EX Bomb Arrows','',106.5859375,-163.7109375,0,0,0,'2019-07-18 03:42:03'); ++INSERT INTO `marker` VALUES (10425,1900,NULL,2,1901,60533,'Silver Rupee','',164.1796875,-156.9453125,0,0,0,'2019-07-18 08:43:59'); ++INSERT INTO `marker` VALUES (10426,1900,NULL,2,1936,56798,'Rocks','',164.78125,-154.796875,0,0,0,'2019-07-18 18:36:12'); ++INSERT INTO `marker` VALUES (10427,1900,NULL,2,1926,61012,'Divine Beast Vah'RUDANIA','',-20,-150.25,0,0,0,'2019-07-18 23:24:22'); ++INSERT INTO `marker` VALUES (10428,1900,NULL,2,1925,60291,'?????','',176.5625,-114.9375,0,0,0,'2019-07-20 04:47:12'); ++INSERT INTO `marker` VALUES (10429,1900,NULL,2,1925,61502,'Takama Shiri Srine','',51.48828125,-161.73828125,0,0,0,'2019-07-22 18:31:53'); ++INSERT INTO `marker` VALUES (10430,1900,NULL,2,1925,61502,'Keive Talashrine ','Big or small',91.375,-188.953125,0,0,0,'2019-07-22 18:34:46'); ++INSERT INTO `marker` VALUES (10431,1900,NULL,2,1925,61502,'Rohta Chigah Shrine','Stop to Start',119.86901044845581,-155.96145820617676,0,0,0,'2019-07-22 18:39:44'); ++INSERT INTO `marker` VALUES (10432,1900,NULL,2,1925,61502,'Ruvo Korbah Shrine','A major Test of Strength',114.953125,-161.5,0,0,0,'2019-07-22 18:41:01'); ++INSERT INTO `marker` VALUES (10433,1900,NULL,2,1925,61502,'Etsu Korima Shrine','',109.01171875,-160.94140625,0,0,0,'2019-07-22 18:41:50'); ++INSERT INTO `marker` VALUES (10434,1900,NULL,2,1925,61502,'Mah Eliya Shrine','',186.78854179382324,-117.93802070617676,0,0,0,'2019-07-22 18:45:48'); ++INSERT INTO `marker` VALUES (10435,1900,NULL,2,1925,61502,'Kee Dafunia Shrine','',205.26458358764648,-113.02031302452087,0,0,0,'2019-07-22 18:46:44'); ++INSERT INTO `marker` VALUES (10436,1900,NULL,2,1925,61502,'Kamia omuna Shrine','',161.37083435058594,-77.58281242847443,0,0,0,'2019-07-22 18:48:43'); ++INSERT INTO `marker` VALUES (10437,1900,NULL,2,1901,61502,'Shira Gomar Shrine','',90.640625,-106.625,0,0,0,'2019-07-22 18:52:01'); ++INSERT INTO `marker` VALUES (10438,1900,NULL,2,1939,57925,'Blizzrobe','',103.796875,-186.453125,0,0,0,'2019-07-24 04:09:56'); ++INSERT INTO `marker` VALUES (10439,1900,NULL,2,1936,57623,'Cracked Wall','Entrance of the Maag No'rah Shrine',97.3984375,-104.7734375,0,0,0,'2019-07-24 08:31:02'); ++INSERT INTO `marker` VALUES (10440,1900,NULL,2,1901,61697,'ARBRE KOROGUS','',133.96875,-144.390625,0,0,0,'2019-07-24 14:37:42'); ++INSERT INTO `marker` VALUES (10441,1900,NULL,2,1901,61097,'More than 16 santuary','There are a lot of sanctuaryin this zone. Clean the zone.',110.125,-155.125,0,0,0,'2019-07-24 15:18:34'); ++INSERT INTO `marker` VALUES (10442,1900,NULL,2,1901,42424,'beaucoup de bokoblin','',55.484375,-188.453125,0,0,0,'2019-07-24 18:03:51'); ++INSERT INTO `marker` VALUES (10443,1900,NULL,2,1903,57925,'Soldier's Broadsword','',174.3671875,-186.95703125,0,0,0,'2019-07-25 20:32:26'); ++INSERT INTO `marker` VALUES (10444,1900,NULL,2,1901,43559,'maison','',179.34375,-163.7578125,0,0,0,'2019-07-25 22:21:37'); ++INSERT INTO `marker` VALUES (10445,1900,NULL,2,1920,61881,'Hyrule castle','',160.25,-107.25,0,0,0,'2019-07-26 03:19:43'); ++INSERT INTO `marker` VALUES (10446,1900,NULL,2,1901,61822,'pfffff','',65.25,-144.9375,0,0,0,'2019-07-26 03:50:28'); ++INSERT INTO `marker` VALUES (10447,1900,NULL,2,1901,61027,'Sidequest (flying)','schrim fliegen (ausdauer Mind. + 2-3)',201.5546875,-186.39453125,0,0,0,'2019-07-28 06:18:10'); ++INSERT INTO `marker` VALUES (10448,1900,NULL,2,1901,61474,'?','',158.92578125,-157.9595170021057,0,0,0,'2019-07-30 12:53:18'); ++INSERT INTO `marker` VALUES (10449,1900,NULL,2,1925,62458,'Keive Tala Shrine','',91.3828125,-188.90625,0,0,0,'2019-07-30 15:06:13'); ++INSERT INTO `marker` VALUES (10450,1900,NULL,2,1901,59949,'Talvez nao tenha pego','',121.3359375,-113.515625,0,1,0,'2019-07-30 18:40:19'); ++INSERT INTO `marker` VALUES (10451,1900,NULL,2,1904,62522,'Unlimited arrows','',117.67416381835938,-175.86224365234375,0,0,0,'2019-07-31 04:06:09'); ++INSERT INTO `marker` VALUES (10452,1900,NULL,2,1901,62522,'test','',117.40625,-175.84375,0,0,0,'2019-07-31 04:06:25'); ++INSERT INTO `marker` VALUES (10453,1900,NULL,2,1910,61555,'Amber','',107.86328125,-162.69921875,0,0,0,'2019-07-31 07:24:47'); ++INSERT INTO `marker` VALUES (10454,1900,NULL,2,1903,61555,'Traveller's Spear','',105.49609375,-158.953125,0,0,0,'2019-07-31 07:31:10'); ++INSERT INTO `marker` VALUES (10455,1900,NULL,2,1935,62448,'Un cheval à tout prix','',96.296875,-157.18359375,0,1,0,'2019-07-31 12:04:15'); ++INSERT INTO `marker` VALUES (10456,1900,NULL,2,1901,62356,'Korogu ','Il faut un bouclier rouiller pour faire celui là',117.84375,-114.84375,0,0,0,'2019-08-01 09:08:23'); ++INSERT INTO `marker` VALUES (10457,1900,NULL,2,1903,62509,'traveler's sword','',62.25,-148.875,0,1,0,'2019-08-01 18:32:43'); ++INSERT INTO `marker` VALUES (10458,1900,NULL,2,1901,62717,'Climbing Boots','',193.71875,-154.5625,0,0,0,'2019-08-01 18:58:59'); ++INSERT INTO `marker` VALUES (10459,1900,NULL,2,1930,62978,'FAROSH','dragon',126.40625,-169.109375,0,0,0,'2019-08-03 16:06:19'); ++INSERT INTO `marker` VALUES (10460,1900,NULL,2,1935,61589,'Zora Stone Monuments','',180.28125,-119.140625,0,1,0,'2019-08-04 21:11:42'); ++INSERT INTO `marker` VALUES (10461,1900,NULL,2,1935,61589,'Riverbed Reward','',141.05859375,-130.03125,0,0,0,'2019-08-05 19:42:04'); ++INSERT INTO `marker` VALUES (10462,1900,NULL,2,1916,63431,'Need Magnesis','',121.390625,-159.5390625,0,0,0,'2019-08-07 09:30:11'); ++INSERT INTO `marker` VALUES (10463,1900,NULL,2,1926,108,'Divine Beast Rudania','',167.3907470703125,-87.4935302734375,0,0,0,'2019-08-07 16:49:09'); ++INSERT INTO `marker` VALUES (10464,1900,NULL,2,1926,108,'Divine Beast Medoh','',71.407958984375,-99.737060546875,0,0,0,'2019-08-07 16:49:49'); ++INSERT INTO `marker` VALUES (10465,1900,NULL,2,1926,108,'Divine Beast Naboris','',83.25,-181.375,0,0,0,'2019-08-07 16:50:23'); ++INSERT INTO `marker` VALUES (10466,1900,NULL,2,1901,63378,'zora sword','',-76,-113.75,0,0,0,'2019-08-07 20:45:31'); ++INSERT INTO `marker` VALUES (10467,1900,NULL,2,1944,63493,'Majora's Mask','DLC EX Chest',120.97265625,-148.021484375,0,0,0,'2019-08-07 22:20:00'); ++INSERT INTO `marker` VALUES (10468,1900,NULL,2,1944,63493,'Phantom Armor','DLC EX Chest',124.08984375,-126.544921875,0,0,0,'2019-08-07 22:20:56'); ++INSERT INTO `marker` VALUES (10469,1900,NULL,2,1948,63606,'aaa','aaaa',108.1875,-139.75,0,0,0,'2019-08-08 22:10:57'); ++INSERT INTO `marker` VALUES (10470,1900,NULL,2,1902,63606,'a','a',159.25,-112.625,0,0,0,'2019-08-08 22:12:01'); ++INSERT INTO `marker` VALUES (10471,1900,NULL,2,1904,63322,'Normal Arrow Farming','A chest containing 10 arrows. Load, save, and the chest respawns containing another 10 arrows',204.8125,-185.84375,0,1,0,'2019-08-09 11:24:31'); ++INSERT INTO `marker` VALUES (10472,1900,NULL,2,1904,63322,'Bomb Arrow Farming','Put a fire, sleep until morning, and if it's raining, the boboklins will throw at you bomb arrows not ignited, so you can pick them up. WARNING: some bomb arrows actually ignite, so be careful.',180.921875,-71.3046875,0,1,0,'2019-08-09 11:27:36'); ++INSERT INTO `marker` VALUES (10473,1900,NULL,2,1916,63489,'Korok Seed','',179.09375,-138.3125,0,0,0,'2019-08-09 21:23:07'); ++INSERT INTO `marker` VALUES (10474,1900,NULL,2,1902,54500,'Phantom Helmet','',109.3515625,-147.21484375,0,0,0,'2019-08-10 00:30:33'); ++INSERT INTO `marker` VALUES (10475,1900,NULL,2,1903,63460,'Mandoble de fuego','',110.65625,-134.765625,0,0,0,'2019-08-10 17:18:36'); ++INSERT INTO `marker` VALUES (10476,1900,NULL,2,1903,63460,'Great Flameblade','',110.671875,-134.8125,0,0,0,'2019-08-10 17:19:26'); ++INSERT INTO `marker` VALUES (10477,1900,NULL,2,1916,64080,'Seed in cave','',69.26953125,-72.34765625,0,0,0,'2019-08-12 18:01:12'); ++INSERT INTO `marker` VALUES (10478,1900,NULL,2,1916,63578,'Korok Seed','',190.7265625,-174.4609375,0,0,0,'2019-08-13 20:04:52'); ++INSERT INTO `marker` VALUES (10479,1900,NULL,2,1902,54500,'Tingle's shirt','',117.36328125,-115.23828125,0,0,0,'2019-08-13 20:49:11'); ++INSERT INTO `marker` VALUES (10480,1900,NULL,2,1902,54500,'Phantom Armor','',124.125,-126.40625,0,0,0,'2019-08-13 21:21:48'); ++INSERT INTO `marker` VALUES (10481,1900,NULL,2,1935,63841,'Bloodmoon','',85.21484375,-131.5625,0,0,0,'2019-08-13 22:45:07'); ++INSERT INTO `marker` VALUES (10482,1900,NULL,2,1901,63841,'test','',87.875,-130.75,0,0,0,'2019-08-13 22:46:27'); ++INSERT INTO `marker` VALUES (10483,1900,NULL,2,1903,64340,'Forest bow','',160.484375,-130.578125,0,0,0,'2019-08-15 21:21:55'); ++INSERT INTO `marker` VALUES (10484,1900,NULL,2,1935,64446,'The Sheep Rustlers','',184.8203125,-160.7578125,0,1,0,'2019-08-16 01:43:46'); ++INSERT INTO `marker` VALUES (10485,1900,NULL,2,1936,64493,'Cracked Wall','Chest',158.80859375,-165.05859375,0,0,0,'2019-08-16 21:07:44'); ++INSERT INTO `marker` VALUES (10486,1900,NULL,2,1925,38785,'Gireom Shine','',90.6875,-106.25,0,1,0,'2019-08-17 21:36:35'); ++INSERT INTO `marker` VALUES (10487,1900,NULL,2,1920,64572,'Feu de camp','',105.4453125,-152.7734375,0,0,0,'2019-08-17 21:44:54'); ++INSERT INTO `marker` VALUES (10488,1900,NULL,2,1931,64572,'Bokoblin Camp','',107.93359375,-154.25390625,0,0,0,'2019-08-17 22:00:36'); ++INSERT INTO `marker` VALUES (10489,1900,NULL,2,1910,64572,'Amber','',107.875,-162.6875,0,0,0,'2019-08-17 22:46:47'); ++INSERT INTO `marker` VALUES (10490,1900,NULL,2,1925,64429,'Shrine','',52.28125,-186.890625,0,0,0,'2019-08-18 18:14:59'); ++INSERT INTO `marker` VALUES (10491,1900,NULL,2,1944,64903,'halberd DLC','',126.7890625,-165.27734375,0,0,0,'2019-08-19 12:02:43'); ++INSERT INTO `marker` VALUES (10492,1900,NULL,2,1925,38785,'Kamium shine','',161.53125,-77.6328125,0,1,0,'2019-08-19 15:43:30'); ++INSERT INTO `marker` VALUES (10493,1900,NULL,2,1941,38785,'Talus','',161.6640625,-77.7109375,0,1,0,'2019-08-19 15:44:09'); ++INSERT INTO `marker` VALUES (10494,1900,NULL,2,1916,38785,'Korok seed','',191.828125,-154.75,0,0,0,'2019-08-19 18:08:35'); ++INSERT INTO `marker` VALUES (10495,1900,NULL,2,1935,60468,'Riddles of Hyrules','',134.625,-93.1875,0,0,0,'2019-08-20 17:08:07'); ++INSERT INTO `marker` VALUES (10496,1900,NULL,2,1925,60468,'Lanno Kooh Shrine','Lanno Kooh's Blessing',86.875,-96,0,0,0,'2019-08-20 17:32:13'); ++INSERT INTO `marker` VALUES (10497,1900,NULL,2,1902,65010,'Zora Helm','',182.21875,-114.3125,0,0,0,'2019-08-21 04:37:44'); ++INSERT INTO `marker` VALUES (10498,1900,NULL,2,1935,64630,'The Sheep Rustlers','',184.6640625,-160.671875,0,0,0,'2019-08-21 15:54:39'); ++INSERT INTO `marker` VALUES (10499,1900,NULL,2,1925,38785,'Kritmoh Shine','',74.8125,-149,0,0,0,'2019-08-21 19:04:27'); ++INSERT INTO `marker` VALUES (10500,1900,NULL,2,1925,38785,'Tamri Shine','',51.0625,-161.65625,0,0,0,'2019-08-21 19:06:21'); ++INSERT INTO `marker` VALUES (10501,1900,NULL,2,1939,64340,'Ice Wizzrobe','',103.74609375,-186.3046875,0,0,0,'2019-08-23 18:42:34'); ++INSERT INTO `marker` VALUES (10502,1900,NULL,2,1901,63993,'duel','',46,-112.375,0,0,0,'2019-08-24 04:26:19'); ++INSERT INTO `marker` VALUES (10503,1900,NULL,2,1910,65479,'Courser Bee Honey','',111.36108303070068,-153.4569612145424,0,0,0,'2019-08-24 18:28:14'); ++INSERT INTO `marker` VALUES (10504,1900,NULL,2,1904,65479,'Arrows x 5','',113.73115026950836,-154.10881567001343,0,0,0,'2019-08-24 18:48:55'); ++INSERT INTO `marker` VALUES (10505,1900,NULL,2,1901,64167,'Blacksmith','',154.5,-88.80078125,0,0,0,'2019-08-24 21:25:30'); ++INSERT INTO `marker` VALUES (10506,1900,NULL,2,1901,64167,'Inn','',154.26953125,-90.14453125,0,0,0,'2019-08-24 21:28:16'); ++INSERT INTO `marker` VALUES (10507,1900,NULL,2,1901,64167,'Armor Shop','',153.703125,-90.33984375,0,0,0,'2019-08-24 21:29:18'); ++INSERT INTO `marker` VALUES (10508,1900,NULL,2,1901,64167,'General Store','',154.26171875,-89.5390625,0,0,0,'2019-08-24 21:29:46'); ++INSERT INTO `marker` VALUES (10509,1900,NULL,2,1936,65479,'Crack Wall','Need to bomb to access treasure inside',112.91804599761963,-164.67701256275177,0,0,0,'2019-08-24 22:04:50'); ++INSERT INTO `marker` VALUES (10510,1900,NULL,2,1931,65590,'Enemy Camp','',143.4296875,-149.40625,0,0,0,'2019-08-25 16:23:26'); ++INSERT INTO `marker` VALUES (10511,1900,NULL,2,1910,65479,'Mighty Carp','Spawning ground for a large group of carp just use a bomb and get about 5-10 in one go.',163.6796875,-149.3984375,0,0,0,'2019-08-25 23:01:20'); ++INSERT INTO `marker` VALUES (10512,1900,NULL,2,1910,65479,'Hylian Shroom','',151.56406497955322,-148.760766685009,0,0,0,'2019-08-25 23:25:06'); ++INSERT INTO `marker` VALUES (10513,1900,NULL,2,1910,65479,'Rushroom x 6','Found under the cliff',125.04978966712952,-152.9680411219597,0,0,0,'2019-08-26 20:49:06'); ++INSERT INTO `marker` VALUES (10514,1900,NULL,2,1901,66285,'Silverbow','',28.875,-120.625,0,0,0,'2019-09-01 12:55:07'); ++INSERT INTO `marker` VALUES (10515,1900,NULL,2,1901,66367,'START place','',115.8125,-155.5625,0,0,0,'2019-09-02 13:20:26'); ++INSERT INTO `marker` VALUES (10516,1900,NULL,2,1901,66421,'Farosh Spawner ','',155.7265625,-171.9375,0,0,0,'2019-09-03 15:06:24'); ++INSERT INTO `marker` VALUES (10517,1900,NULL,2,1925,66479,'Shrine of Resurrection','',110.65625,-157.1875,0,0,0,'2019-09-03 22:46:30'); ++INSERT INTO `marker` VALUES (10518,1900,NULL,2,1901,66479,'lol','',110.53125,-157.453125,0,1,0,'2019-09-03 22:47:16'); ++INSERT INTO `marker` VALUES (10519,1900,NULL,2,1901,66495,'DINRAAL FARMING','fire dragon',112.875,-84.25,0,0,0,'2019-09-04 21:14:28'); ++INSERT INTO `marker` VALUES (10520,1900,NULL,2,1901,65367,'8th Sister','',59.5703125,-136.2265625,0,0,0,'2019-09-04 23:19:03'); ++INSERT INTO `marker` VALUES (10521,1900,NULL,2,1926,62393,'Vah Rudania','',167.734375,-87.390625,0,0,0,'2019-09-05 03:24:50'); ++INSERT INTO `marker` VALUES (10522,1900,NULL,2,1901,62393,'Vah Medoh','',71.4375,-99.9375,0,0,0,'2019-09-05 03:27:32'); ++INSERT INTO `marker` VALUES (10523,1900,NULL,2,1902,64372,'phantom','',119.3046875,-137.2734375,0,0,0,'2019-09-05 14:36:12'); ++INSERT INTO `marker` VALUES (10524,1900,NULL,2,1943,65970,'cracked rocks','',86.03515625,-162.75,0,0,0,'2019-09-07 00:57:10'); ++INSERT INTO `marker` VALUES (10525,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); ++INSERT INTO `marker` VALUES (10526,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); ++INSERT INTO `marker` VALUES (10527,1900,NULL,2,1938,66838,'establo}','primero',105.328125,-148.234375,0,0,0,'2019-09-07 19:24:53'); ++INSERT INTO `marker` VALUES (10528,1900,NULL,2,1901,63915,'Ruins','',106.953125,-131.52734375,0,0,0,'2019-09-11 09:24:43'); ++INSERT INTO `marker` VALUES (10529,1900,NULL,2,1925,64572,'Takama'Simiri Shrine','',51.4765625,-161.7109375,0,0,0,'2019-09-14 19:36:28'); ++INSERT INTO `marker` VALUES (10530,1900,NULL,2,1936,67259,'cracked wall','',114.359375,-158.171875,0,1,0,'2019-09-15 11:17:19'); ++INSERT INTO `marker` VALUES (10531,1900,NULL,2,1916,47121,'Korok Seed','',197.32942700386047,-78.27300351858139,0,0,0,'2019-09-16 15:23:04'); ++INSERT INTO `marker` VALUES (10532,1900,NULL,2,1916,47121,'Korok Seed','',196.6614589691162,-99.32465267181396,0,0,0,'2019-09-16 17:19:56'); ++INSERT INTO `marker` VALUES (10533,1900,NULL,2,1901,67564,'????','',97.53125,-133.859375,0,0,0,'2019-09-17 01:52:05'); ++INSERT INTO `marker` VALUES (10534,1900,NULL,2,1901,67564,'????','',97.69140625,-133.875,0,0,0,'2019-09-17 01:52:30'); ++INSERT INTO `marker` VALUES (10535,1900,NULL,2,1910,67415,'Frost Arrows','',180.0390625,-120.4140625,0,0,0,'2019-09-17 22:17:23'); ++INSERT INTO `marker` VALUES (10536,1900,NULL,2,1901,67657,' White stallion','',111.3739013671875,-160.3545331954956,0,0,0,'2019-09-18 16:10:00'); ++INSERT INTO `marker` VALUES (10537,1900,NULL,2,1901,67678,'PUENTE DE INOGO','',164.6015625,-124.0703125,0,0,0,'2019-09-24 02:58:38'); ++INSERT INTO `marker` VALUES (10538,1900,NULL,2,1931,68111,'Sah Dahaj Camp','',169.5,-102.703125,0,0,0,'2019-09-25 02:28:52'); ++INSERT INTO `marker` VALUES (10539,1900,NULL,2,1901,68351,'mi casa','30 de madera y 3000 rupias',179.90625,-163.9375,0,0,0,'2019-09-26 03:36:01'); ++INSERT INTO `marker` VALUES (10540,1900,NULL,2,1901,68351,'no la encuentro','',158.609375,-144.5859375,0,0,0,'2019-09-27 21:32:15'); ++INSERT INTO `marker` VALUES (10541,1900,NULL,2,1901,68351,'no la encuentro','no la encuentro',158.51171875,-144.60546875,0,0,0,'2019-09-27 21:33:16'); ++INSERT INTO `marker` VALUES (10542,1900,NULL,2,1901,68564,'Horn','',156,-174.4140625,0,0,0,'2019-09-28 18:44:49'); ++INSERT INTO `marker` VALUES (10543,1900,NULL,2,1901,67518,'test','',121.625,-155.4375,0,0,0,'2019-09-29 04:57:29'); ++INSERT INTO `marker` VALUES (10544,1900,NULL,2,1926,68891,'Divine Beast Vah Medoh','',71.5062484741211,-99.73124885559082,0,0,0,'2019-10-01 03:41:01'); ++INSERT INTO `marker` VALUES (10545,1900,NULL,2,1903,69068,'Iron Sledgehammer','',90.125,-71.1875,0,0,0,'2019-10-03 04:26:59'); ++INSERT INTO `marker` VALUES (10546,2000,NULL,2,1956,1,'Piece of Heart','',60.6875,-158.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10548,2000,NULL,2,1956,1,'Piece of Heart','',61.46875,-156.219,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10549,2000,NULL,2,1956,1,'Piece of Heart','',59.1875,-144.188,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10550,2000,NULL,2,1956,1,'Piece of Heart','',26.625,-135.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10551,2000,NULL,2,1956,1,'Piece of Heart','',24.25,-135.688,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10552,2000,NULL,2,1956,1,'Piece of Heart','',13.6875,-153.813,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10553,2000,NULL,2,1956,1,'Piece of Heart','',191.875,-166.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10554,2000,NULL,2,1956,1,'Piece of Heart','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10555,2000,NULL,2,1956,1,'Piece of Heart','',241.25,-97,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10556,2000,NULL,2,1956,1,'Piece of Heart','',198.75,-113.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10557,2000,NULL,2,1956,1,'Piece of Heart','',230.5,-92,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10558,2000,NULL,2,1956,1,'Piece of Heart','',145,-133.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10559,2000,NULL,2,1956,1,'Piece of Heart','',167.125,-136.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10560,2000,NULL,2,1956,1,'Piece of Heart','',155.25,-191.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10561,2000,NULL,2,1956,1,'Piece of Heart','',154.125,-186.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10562,2000,NULL,2,1956,1,'Piece of Heart','',121.875,-163.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10563,2000,NULL,2,1956,1,'Piece of Heart','',173.25,-155.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10564,2000,NULL,2,1956,1,'Piece of Heart','',47.125,-118.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10565,2000,NULL,2,1956,1,'Piece of Heart','',41.5,-104.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10566,2000,NULL,2,1956,1,'Piece of Heart','',120.75,-104.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10567,2000,NULL,2,1956,1,'Piece of Heart','',74,-107.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10568,2000,NULL,2,1956,1,'Piece of Heart','',12.875,-67.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10569,2000,NULL,2,1956,1,'Piece of Heart','',32.5,-85.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10570,2000,NULL,2,1956,1,'Piece of Heart','',118.625,-95,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10571,2000,NULL,2,1956,1,'Piece of Heart','',122,-95.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10572,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-73.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10573,2000,NULL,2,1956,1,'Piece of Heart','',108.125,-127.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10574,2000,NULL,2,1956,1,'Piece of Heart','',229.625,-166.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10575,2000,NULL,2,1956,1,'Piece of Heart','',81.625,-139.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10576,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-80.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10577,2000,NULL,2,1956,1,'Piece of Heart','',101.125,-137.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10578,2000,NULL,2,1956,1,'Piece of Heart','',236.375,-137.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10579,2000,NULL,2,1956,1,'Heart Container','',120.5,-96.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10580,2000,NULL,2,1952,1,'Yoshi Doll','',59.625,-158.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10581,2000,NULL,2,1952,1,'Ribbon','',45.5,-133.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10582,2000,NULL,2,1952,1,'Dog Food','',30,-151,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10583,2000,NULL,2,1952,1,'Bananas','',59.625,-181.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10584,2000,NULL,2,1952,1,'Stick','',182.625,-134.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10585,2000,NULL,2,1952,1,'Honeycomb','',121.125,-137.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10586,2000,NULL,2,1952,1,'Pineapple','',214.875,-172.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10587,2000,NULL,2,1952,1,'Hibiscus','',154.5,-79.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10588,2000,NULL,2,1952,1,'Letter','',210.375,-166.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10589,2000,NULL,2,1952,1,'Broom','',16.75,-95.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10590,2000,NULL,2,1952,1,'Fishing Hook','',31.25,-160,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10591,2000,NULL,2,1952,1,'Necklace','',170.375,-183.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10592,2000,NULL,2,1952,1,'Scale','',152.625,-171,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10593,2000,NULL,2,1952,1,'Magnifying Lens','',154.25,-182,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10594,2000,NULL,2,1953,1,'Raft Rapids','',241.375,-95.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10595,2000,NULL,2,1953,1,'Trendy Game','',60.25,-160,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10596,2000,NULL,2,1953,1,'Fishing','',31,-136.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10597,2000,NULL,2,1958,1,'Bottle','',23.875,-137,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10598,2000,NULL,2,1958,1,'Bottle','',118.5,-97.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10599,2000,NULL,2,1958,1,'Bottle','',71.125,-123.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10600,2000,NULL,2,1951,1,'Cracked Wall','',67.875,-190.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10601,2000,NULL,2,1951,1,'Cracked Wall','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10602,2000,NULL,2,1951,1,'Cracked Wall','',212.5,-137.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10603,2000,NULL,2,1951,1,'Cracked Wall','',117.5,-135,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10604,2000,NULL,2,1951,1,'Cracked Wall','',100.875,-137.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10605,2000,NULL,2,1951,1,'Cracked Wall','',60.125,-80,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10606,2000,NULL,2,1951,1,'Cracked Wall','',243.625,-83.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10607,2000,NULL,2,1968,1,'Lanmolas','',229.625,-167.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10608,2000,NULL,2,1968,1,'Armos Knight','',199.625,-152.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10609,2000,NULL,2,1968,1,'Turtle Rock','',13,-79.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10610,2000,NULL,2,1966,1,'Tail Cave','',61.5,-173.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10611,2000,NULL,2,1966,1,'Bottle Grotto','',72.5,-90.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10612,2000,NULL,2,1966,1,'Key Cavern','',92.625,-158.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10613,2000,NULL,2,1966,1,'Kanalet Castle','',153.125,-126,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10614,2000,NULL,2,1966,1,'Angler's Tunnel','',182.25,-91.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10615,2000,NULL,2,1966,1,'Catfish's Maw','',153,-176.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10616,2000,NULL,2,1966,1,'North Face Shrine','',196.5,-137.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10617,2000,NULL,2,1966,1,'Eagle's Tower','',230.625,-73.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10618,2000,NULL,2,1966,1,'Turtle Rock','',12.75,-75.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10619,2000,NULL,2,1966,1,'Color Dungeon','',125.375,-125.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10620,2000,NULL,2,1966,1,'Chamber Dungeon','',120.5,-99.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10621,2000,NULL,2,1966,1,'Wind Fish's Egg','',106.6875,-61.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10622,2000,NULL,2,1964,1,'Papahl, Mamasha, and the Quadruplet's House','',46.375,-133.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10623,2000,NULL,2,1964,1,'Marin and Tarin's House','',44.5,-151.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10624,2000,NULL,2,1964,1,'Madam MeowMeow's House','',26.75,-150.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10625,2000,NULL,2,1964,1,'Grandpa Ulrira and Grandma Yahoo's House','',27.75,-157.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10626,2000,NULL,2,1964,1,'Sales House O' Bananas','',60,-181.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10627,2000,NULL,2,1964,1,'Richard's Villa','',104.875,-174.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10628,2000,NULL,2,1964,1,'Ghost's House','',108.375,-187.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10629,2000,NULL,2,1964,1,'Chef Bear's House','',215,-173,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10630,2000,NULL,2,1964,1,'Christine's House','',210.375,-167.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10631,2000,NULL,2,1964,1,'Mr. Write's House','',16.625,-97.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10632,2000,NULL,2,1964,1,'Hen House','',167,-68,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10633,2000,NULL,2,1965,1,'Witch's Hut','',89.625,-117.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10634,2000,NULL,2,1965,1,'Mabe Village Shop','',58.75,-145.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10635,2000,NULL,2,1965,1,'Crazy Tracy's Health Spa','',95.75,-104.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10645,2000,NULL,2,1957,1,'Secret Seashells','',83.375,-194.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10646,2000,NULL,2,1957,1,'Secret Seashells','',109.25,-189.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10647,2000,NULL,2,1957,1,'Secret Seashells','',20.5,-186.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10648,2000,NULL,2,1957,1,'Secret Seashells','',42.375,-176.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10649,2000,NULL,2,1957,1,'Secret Seashells','',60,-172.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10650,2000,NULL,2,1957,1,'Secret Seashells','',30.5,-151.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10651,2000,NULL,2,1957,1,'Secret Seashells','',61.5,-151.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10652,2000,NULL,2,1957,1,'Secret Seashells','',59.5,-157.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10653,2000,NULL,2,1957,1,'Secret Seashells','',61.875,-158.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10654,2000,NULL,2,1957,1,'Secret Seashells','',27.25,-136.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10655,2000,NULL,2,1957,1,'Secret Seashells','',26.375,-134.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10656,2000,NULL,2,1957,1,'Secret Seashells','',43.125,-114.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10657,2000,NULL,2,1957,1,'Secret Seashells','',12.625,-104.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10658,2000,NULL,2,1957,1,'Secret Seashells','',77.25,-128.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10659,2000,NULL,2,1957,1,'Secret Seashells','',103.5,-174.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10660,2000,NULL,2,1957,1,'Secret Seashells','',148.25,-185.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10661,2000,NULL,2,1957,1,'Secret Seashells','',136.125,-190.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10662,2000,NULL,2,1957,1,'Secret Seashells','',135,-154,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10663,2000,NULL,2,1957,1,'Secret Seashells','',91,-151.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10664,2000,NULL,2,1957,1,'Secret Seashells','',77.875,-151.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10665,2000,NULL,2,1957,1,'Secret Seashells','',108.125,-152.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10666,2000,NULL,2,1957,1,'Secret Seashells','',133.625,-135.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10667,2000,NULL,2,1957,1,'Secret Seashells','',137.375,-105.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10668,2000,NULL,2,1957,1,'Secret Seashells','',246,-189.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10669,2000,NULL,2,1957,1,'Secret Seashells','',219.625,-190.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10670,2000,NULL,2,1957,1,'Secret Seashells','',216.125,-166.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10671,2000,NULL,2,1957,1,'Secret Seashells','',210.75,-167.625,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10672,2000,NULL,2,1957,1,'Secret Seashells','',196.5,-122.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10673,2000,NULL,2,1957,1,'Secret Seashells','',207.5,-94.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10674,2000,NULL,2,1957,1,'Secret Seashells','',240.375,-97.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10675,2000,NULL,2,1957,1,'Secret Seashells','',27,-129.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10676,2000,NULL,2,1957,1,'Secret Seashells','',32.125,-93.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10677,2000,NULL,2,1957,1,'Secret Seashells','',124.375,-111.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10678,2000,NULL,2,1957,1,'Secret Seashells','',121.75,-145.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10679,2000,NULL,2,1957,1,'Secret Seashells','',151.375,-161.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10680,2000,NULL,2,1957,1,'Secret Seashells','',182.25,-139.375,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10681,2000,NULL,2,1957,1,'Secret Seashells','',165.625,-175.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10682,2000,NULL,2,1957,1,'Secret Seashells','',242.75,-167.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10683,2000,NULL,2,1957,1,'Secret Seashells','',91.125,-90,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10684,2000,NULL,2,1957,1,'Secret Seashells','',227.125,-117.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10685,2000,NULL,2,1957,1,'Secret Seashells','',227.3125,-154.5,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10686,2000,NULL,2,1957,1,'Secret Seashells','',239.875,-141.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10687,2000,NULL,2,1957,1,'Secret Seashells','',201,-85.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10688,2000,NULL,2,1957,1,'Secret Seashells','',203.75,-71.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10689,2000,NULL,2,1957,1,'Secret Seashells','',158.125,-74.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10690,2000,NULL,2,1957,1,'Secret Seashells','',214.75,-81.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10691,2000,NULL,2,1957,1,'Secret Seashells','',228.25,-72,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10692,2000,NULL,2,1957,1,'Secret Seashells','',92.75,-73.25,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10693,2000,NULL,2,1957,1,'Secret Seashells','',47.875,-77.75,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10694,2000,NULL,2,1957,1,'Secret Seashells','',122,-97.125,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10695,2000,NULL,2,1969,1,'Fairy Fountain','',59.67,-113.875,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10696,2000,NULL,2,1969,1,'Fairy Fountain','',117.54,-132.95,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (10697,2000,NULL,2,1969,1,'Fairy Fountain','',212.5,-136,0,0,1,'2019-09-15 22:24:54'); ++INSERT INTO `marker` VALUES (11000,1900,NULL,2,1944,52289,'knight's halberd','',118.328125,-86.921875,0,0,0,'2019-10-05 13:41:35'); ++INSERT INTO `marker` VALUES (11003,1901,NULL,2,1925,67560,'Takama Shiri Shrine','',51.52734375,-161.71484375,0,1,0,'2019-10-07 18:11:27'); ++INSERT INTO `marker` VALUES (11004,1901,NULL,2,1925,67560,'Takama Shiri Shrine','DLC 2 / EX Champion Urbosa's Song',51.51953125,-161.65625,0,1,0,'2019-10-07 18:17:12'); ++INSERT INTO `marker` VALUES (11005,1901,NULL,2,1926,69145,'Divine Beast Vah Rudania','',167.5390625,-87.1171875,0,1,0,'2019-10-08 00:50:37'); ++INSERT INTO `marker` VALUES (11006,1901,NULL,2,1916,69806,'no','no',136.62225341796875,-183.97958374023438,0,1,0,'2019-10-09 17:10:52'); ++INSERT INTO `marker` VALUES (11007,1901,NULL,2,1931,68177,'Enemy Base','Bokoblin Scouts and Lizalfos\r\nChest: Golden Bow',53.75,-149.34375,0,0,0,'2019-10-09 19:09:47'); ++INSERT INTO `marker` VALUES (11008,1901,NULL,2,1901,68895,'asd','asd',46.89534365646193,-102.52071633448497,0,0,0,'2019-10-09 19:15:40'); ++INSERT INTO `marker` VALUES (11009,1901,NULL,2,1901,57316,'korok','',68.03124809265137,-95.43221005437252,0,0,0,'2019-10-10 05:19:15'); ++INSERT INTO `marker` VALUES (11010,1901,NULL,2,1901,69888,'part 1','',116.25,-158.40625,0,0,0,'2019-10-10 05:58:29'); ++INSERT INTO `marker` VALUES (11011,1901,NULL,2,1904,69738,'golden bow','',52.25,-155.75,0,0,0,'2019-10-10 06:46:39'); ++INSERT INTO `marker` VALUES (11012,1901,NULL,2,1936,69517,'Cracked Wall','',164.10459899902344,-147.48040771484375,0,0,0,'2019-10-10 18:02:38'); ++INSERT INTO `marker` VALUES (11013,1901,NULL,2,1921,68573,'m','',56.640625,-180.90625,0,0,0,'2019-10-11 12:53:39'); ++INSERT INTO `marker` VALUES (11014,1900,NULL,2,1901,69200,'Boat','',71.4375,-109.1796875,0,0,0,'2019-10-12 18:06:35'); ++INSERT INTO `marker` VALUES (11015,2006,NULL,2,1950,70248,'Facade','Boss #6',138.4166717529297,-121.12939658274352,0,0,0,'2019-10-13 01:01:22'); ++INSERT INTO `marker` VALUES (11016,2006,NULL,2,1962,70248,'Face Shrine Nightmare Key','The Key to get to Facade's room in Face Shrine.',178.1666717529297,-103.1321672017886,0,0,0,'2019-10-13 01:07:38'); ++INSERT INTO `marker` VALUES (11017,1901,NULL,2,1901,70111,'Shrine of Resurection','',111.0234375,-157.546875,0,0,0,'2019-10-13 09:42:45'); ++INSERT INTO `marker` VALUES (11018,1901,NULL,2,1901,69480,'Farosh','',59.18625916013648,-90.9987899594777,0,0,0,'2019-10-14 04:42:44'); ++INSERT INTO `marker` VALUES (11019,1901,NULL,2,1901,31439,'??','????',155.3828125,-174.640625,0,0,0,'2019-10-14 09:41:15'); ++INSERT INTO `marker` VALUES (11020,1901,NULL,2,1930,68351,'DRAGON','',155.4609375,-182.1171875,0,0,0,'2019-10-14 12:05:56'); ++INSERT INTO `marker` VALUES (11021,1901,NULL,2,1926,70548,'Divine Beast Vah Ruta','completed Vah Ruta Location',174.65625,-131.84375,0,1,0,'2019-10-14 14:43:34'); ++INSERT INTO `marker` VALUES (11022,1901,NULL,2,1916,70561,'Korok Pinwheel','Shoot balloons',131.3359375,-182.64453125,0,0,0,'2019-10-16 16:32:48'); ++INSERT INTO `marker` VALUES (11023,1901,NULL,2,1901,71042,'I’m here','Aquí ',183.91796875,-121.9453125,0,0,0,'2019-10-19 09:09:54'); ++INSERT INTO `marker` VALUES (11024,1901,NULL,2,1901,28280,'taloh','',43.25,-84.56250190734863,0,0,0,'2019-10-21 22:36:37'); ++INSERT INTO `marker` VALUES (11025,1901,NULL,2,1901,70176,'there was a korok seed','',115.50000381469727,-99.54579696628424,0,0,0,'2019-10-23 11:22:01'); ++INSERT INTO `marker` VALUES (11026,1901,NULL,2,1935,71600,'Relais de la rivière','',133.484375,-145.20703125,0,0,0,'2019-10-23 17:30:05'); ++INSERT INTO `marker` VALUES (11027,1901,NULL,2,1926,70487,'Dive Beast Vah Medo','',71.125,-97.875,0,0,0,'2019-10-24 03:35:57'); ++INSERT INTO `marker` VALUES (11028,1901,NULL,2,1931,71324,'Camp','',118.36979103088379,-158.05729180574417,0,0,0,'2019-10-24 14:37:08'); ++INSERT INTO `marker` VALUES (11029,1901,NULL,2,1943,71588,'Rubis','',169.25,-165.703125,0,0,0,'2019-10-24 14:58:57'); ++INSERT INTO `marker` VALUES (11030,1901,NULL,2,1931,71324,'CAMP','',114.34635543823242,-162.3333335518837,0,0,0,'2019-10-24 17:50:09'); ++INSERT INTO `marker` VALUES (11031,1901,NULL,2,1925,71784,'GO HERE','',175.21875,-101.5625,0,0,0,'2019-10-25 12:51:52'); ++INSERT INTO `marker` VALUES (11032,1901,NULL,2,1926,71784,'Divine Beast Vah Rudania','Daruks Divine Beast',167.8125,-87.625,0,0,0,'2019-10-25 13:01:41'); ++INSERT INTO `marker` VALUES (11033,1901,NULL,2,1926,71784,'Divine Beast Vah Medoh','Ravelis Divine Beast',71.546875,-98.90625,0,0,0,'2019-10-25 13:02:49'); ++INSERT INTO `marker` VALUES (11034,1901,NULL,2,1926,71784,'Divine Beast Vah Naboris','Urbosas Divine Beast',95.15625,-169.34375,0,0,0,'2019-10-25 13:03:52'); ++INSERT INTO `marker` VALUES (11035,1901,NULL,2,1935,71784,'An Ice Guy','',77.359375,-168.22265625,0,0,0,'2019-10-25 15:15:14'); ++INSERT INTO `marker` VALUES (11036,1901,NULL,2,1916,71786,'Korok Seed near the bridge','',153.875,-159.90234375,0,0,0,'2019-10-25 15:57:17'); ++INSERT INTO `marker` VALUES (11037,1901,NULL,2,1901,72022,'statue','',55.59375,-142.59375,0,0,0,'2019-10-27 14:25:39'); ++INSERT INTO `marker` VALUES (11038,1901,NULL,2,1901,71370,'4','',31.25,-104,0,0,0,'2019-10-28 20:31:29'); ++INSERT INTO `marker` VALUES (11039,1901,NULL,2,1901,72231,'test','test',117.328125,-159.078125,0,0,0,'2019-10-29 06:20:51'); ++INSERT INTO `marker` VALUES (11040,1901,NULL,2,1901,72231,'xxxxxxxx','xxxxxxxxxx',109.92547607421875,-153.07366943359375,0,0,0,'2019-10-29 07:16:47'); ++INSERT INTO `marker` VALUES (11041,1901,NULL,2,1931,70972,'Bokoblin Camp','',173.96875,-160.046875,0,0,0,'2019-10-30 13:32:01'); ++INSERT INTO `marker` VALUES (11042,1901,NULL,2,1926,54654,' ','',168.125,-88.25,0,0,0,'2019-10-31 00:03:21'); ++INSERT INTO `marker` VALUES (11043,1901,NULL,2,1926,54654,' ','',71.5625,-100.3125,0,0,0,'2019-10-31 00:03:58'); ++INSERT INTO `marker` VALUES (11044,1901,NULL,2,1926,54654,' ','',95.125,-169.375,0,0,0,'2019-10-31 00:04:17'); ++INSERT INTO `marker` VALUES (11045,1901,NULL,2,1901,72389,'Chest/??????','phantom',124.26171875,-126.64453125,0,1,0,'2019-10-31 12:14:02'); ++INSERT INTO `marker` VALUES (11046,1901,NULL,2,1932,72389,'guardian','',92.8984375,-134.09375,0,0,0,'2019-10-31 12:15:25'); ++INSERT INTO `marker` VALUES (11047,1901,NULL,2,1901,72402,'EX Chest','',120.67578125,-159.390625,0,0,0,'2019-10-31 16:26:58'); ++INSERT INTO `marker` VALUES (11048,1901,NULL,2,1901,72447,'Shrine Of Ressurection','',110.8359375,-157.4765625,0,0,0,'2019-11-01 03:35:34'); ++INSERT INTO `marker` VALUES (11049,1901,NULL,2,1936,72511,'Cracked Wall','',95.140625,-138.78125,0,0,0,'2019-11-01 20:58:55'); ++INSERT INTO `marker` VALUES (11050,1901,NULL,2,1931,45393,'Enemy Camp','',118.2109375,-158.0390625,0,0,0,'2019-11-02 00:24:29'); ++INSERT INTO `marker` VALUES (11051,1901,NULL,2,1931,45393,'Enemy Camp','',117.50390625,-156.32421875,0,0,0,'2019-11-02 00:25:06'); ++INSERT INTO `marker` VALUES (11052,1901,NULL,2,1901,72372,'lynel','',187.21875,-75.40625,0,0,0,'2019-11-02 04:49:20'); ++INSERT INTO `marker` VALUES (11053,1901,NULL,2,1925,72615,'keive tala','',89.24869155883789,-187.22418156097174,0,0,0,'2019-11-02 19:55:41'); ++INSERT INTO `marker` VALUES (11054,1901,NULL,2,1934,72477,'17','',159.05078125,-157.97265625,0,0,0,'2019-11-02 23:10:15'); ++INSERT INTO `marker` VALUES (11055,1901,NULL,2,1901,72645,'noix','',134.28125,-161.671875,0,0,0,'2019-11-02 23:30:45'); ++INSERT INTO `marker` VALUES (11056,2000,NULL,2,1969,56231,'Fairy Fountain','Inside the cave protected by a cracked wall.',243.63750457763672,-83.95736269339838,0,0,0,'2019-11-03 01:03:38'); ++INSERT INTO `marker` VALUES (11057,1901,NULL,2,1901,72627,'?','',99.9375,-142.625,0,0,0,'2019-11-03 07:01:50'); ++INSERT INTO `marker` VALUES (11058,1901,NULL,2,1926,49922,'Vah Rudania','',167.5,-87.75,0,1,0,'2019-11-03 07:17:54'); ++INSERT INTO `marker` VALUES (11059,1901,NULL,2,1910,43405,'Flint','was hidden, had to search',131.99652099609375,-158.1366424560547,0,0,0,'2019-11-03 20:37:13'); ++INSERT INTO `marker` VALUES (11060,2000,NULL,2,1966,60533,'Entered into the dungeon ','Pick up the stone',47.8125,-113.4375,0,0,0,'2019-11-05 11:41:38'); ++INSERT INTO `marker` VALUES (11061,2000,NULL,2,1962,60533,'Slime Key','',109.75,-167.375,0,0,0,'2019-11-05 12:38:49'); ++INSERT INTO `marker` VALUES (11062,1901,NULL,2,1935,72985,'Zora Stone Monuments','Talk to Jiahto. Find all 10 Stone Monuments',180.234375,-119.28125,0,0,0,'2019-11-06 19:51:04'); ++INSERT INTO `marker` VALUES (11063,1901,NULL,2,1901,73086,'Dragon Shrine','',141.5,-164.4453125,0,0,0,'2019-11-07 05:08:17'); ++INSERT INTO `marker` VALUES (11064,1901,NULL,2,1901,72699,'Ver','Necesita escama de dragon',141.09375,-164.28125,0,0,0,'2019-11-08 00:53:18'); ++INSERT INTO `marker` VALUES (11065,1901,NULL,2,1903,73012,'TEST','',96.578125,-87.03125,0,0,0,'2019-11-09 06:56:48'); ++INSERT INTO `marker` VALUES (11066,1901,NULL,2,1901,73410,'Minor','Description',189.3046875,-107.7890625,0,0,0,'2019-11-10 06:20:03'); ++INSERT INTO `marker` VALUES (11067,1901,NULL,2,1901,73410,'Minor','Description',189.8125,-107.875,0,0,0,'2019-11-10 06:21:05'); ++INSERT INTO `marker` VALUES (11068,1901,NULL,2,1901,72601,'LInks house','',179.890625,-163.828125,0,0,0,'2019-11-10 14:40:24'); ++INSERT INTO `marker` VALUES (11069,1901,NULL,2,1925,72389,'shrine','',145.27734375,-114.55078125,0,0,0,'2019-11-10 17:03:05'); ++INSERT INTO `marker` VALUES (11070,1901,NULL,2,1901,73493,'Sacrario della Rinascita','',110.73263549804688,-157.3443603515625,0,0,0,'2019-11-10 20:09:15'); ++INSERT INTO `marker` VALUES (11071,1901,NULL,2,1916,73546,'oops','',109.65625,-183.9296875,0,0,0,'2019-11-11 08:51:11'); ++INSERT INTO `marker` VALUES (11072,1901,NULL,2,1926,73386,'Divine Beast Vah Medoh','',71,-101,0,0,0,'2019-11-12 03:22:45'); ++INSERT INTO `marker` VALUES (11073,1901,NULL,2,1926,73386,'Divine Beast Vah Rudania','',167.5,-90.5,0,0,0,'2019-11-12 03:23:27'); ++INSERT INTO `marker` VALUES (11074,1901,NULL,2,1926,73386,'Divine Beast Vah Naboris','',57.5,-173,0,0,0,'2019-11-12 03:24:17'); ++INSERT INTO `marker` VALUES (11075,2000,NULL,2,1969,60533,'Fairy Fountains','',243.375,-83.875,0,0,0,'2019-11-13 08:02:33'); ++INSERT INTO `marker` VALUES (11076,1901,NULL,2,1910,73379,'Dynamic loaded Guardian Scrap','1.6 Item farm spot',106.421875,-185.4765625,0,0,0,'2019-11-13 22:29:40'); ++INSERT INTO `marker` VALUES (11077,1901,NULL,2,1926,73790,'Vah'Medo','',71.34375,-100,0,0,0,'2019-11-14 11:25:46'); ++INSERT INTO `marker` VALUES (11078,1901,NULL,2,1901,73849,'RT2472','',166.42578125,-86.1484375,0,0,0,'2019-11-14 12:49:15'); ++INSERT INTO `marker` VALUES (11079,1901,NULL,2,1901,72713,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.375,-99.96875,0,1,0,'2019-11-14 14:29:03'); ++INSERT INTO `marker` VALUES (11080,1901,NULL,2,1901,3857,'Fairys','',137.28125,-171.66980771097732,0,0,0,'2019-11-15 15:34:18'); ++INSERT INTO `marker` VALUES (11081,1901,NULL,2,1910,57658,'Red Rupie','Under a rock in the road.',95.20703125,-145.1171875,0,0,0,'2019-11-15 18:24:14'); ++INSERT INTO `marker` VALUES (11082,1901,NULL,2,1910,57658,'Amber','under rock next to unlit cookpit',96.09375,-132.69921875,0,0,0,'2019-11-15 21:25:04'); ++INSERT INTO `marker` VALUES (11083,1901,NULL,2,1939,73379,'Ice Wizzrobe','',73.75,-129.71875,0,0,0,'2019-11-16 05:00:32'); ++INSERT INTO `marker` VALUES (11084,1901,NULL,2,1944,32383,'Royal Halbeard','',119.02578115463257,-87.36091672639584,0,0,0,'2019-11-16 11:06:58'); ++INSERT INTO `marker` VALUES (11085,1901,NULL,2,1944,72651,'EX-Chest - Phantom Armor','Once at the ruins, check the middle ring of water along the Southwest side to use magnesis to pull the chest out.',124.18283417285726,-126.64048012158895,0,0,0,'2019-11-16 12:27:05'); ++INSERT INTO `marker` VALUES (11086,1901,NULL,2,1935,73797,'Good Sized Horse','',96.31640625,-157.2421875,0,1,0,'2019-11-16 23:35:44'); ++INSERT INTO `marker` VALUES (11087,1901,NULL,2,1926,74038,'Divine Beast Vah Naboris','',95,-169.125,0,0,0,'2019-11-17 01:02:35'); ++INSERT INTO `marker` VALUES (11088,1901,NULL,2,1901,74072,'Temple of Time','',115.109375,-158.21875,0,0,0,'2019-11-17 03:08:14'); ++INSERT INTO `marker` VALUES (11089,1901,NULL,2,1910,74072,'Bird Egg','',116.09375,-156.5859375,0,0,0,'2019-11-17 03:36:37'); ++INSERT INTO `marker` VALUES (11090,1901,NULL,2,1910,57658,'Opal','Under rock',85.234375,-134.734375,0,0,0,'2019-11-17 04:17:45'); ++INSERT INTO `marker` VALUES (11091,1901,NULL,2,1910,74072,'Acorn','',114.734375,-152.6796875,0,0,0,'2019-11-17 04:43:25'); ++INSERT INTO `marker` VALUES (11092,1901,NULL,2,1903,74072,'Boko Spear','',113.640625,-164.65625,0,0,0,'2019-11-17 20:50:43'); ++INSERT INTO `marker` VALUES (11093,1901,NULL,2,1903,74072,'Boko Club','',113.6171875,-164.6484375,0,0,0,'2019-11-17 20:51:24'); ++INSERT INTO `marker` VALUES (11094,1901,NULL,2,1910,74072,'Amber','',107.84375,-162.71875,0,0,0,'2019-11-17 21:59:10'); ++INSERT INTO `marker` VALUES (11095,1901,NULL,2,1902,74160,'Phantom Greaves','',120.08984375,-137.5,0,0,0,'2019-11-18 01:11:48'); ++INSERT INTO `marker` VALUES (11096,1901,NULL,2,1901,74072,'Camp Fire','',105.46484375,-152.76953125,0,0,0,'2019-11-18 04:20:04'); ++INSERT INTO `marker` VALUES (11097,1901,NULL,2,1931,74072,'Enemy Camp','',107.90625,-154.234375,0,0,0,'2019-11-18 04:31:35'); ++INSERT INTO `marker` VALUES (11098,1901,NULL,2,1905,74072,'Boko Shield','',107.87109375,-154.25,0,0,0,'2019-11-18 04:34:58'); ++INSERT INTO `marker` VALUES (11099,1901,NULL,2,1903,74072,'Boko Club','',107.88671875,-154.2421875,0,0,0,'2019-11-18 04:35:17'); ++INSERT INTO `marker` VALUES (11100,1901,NULL,2,1904,74072,'Boko Bow','',107.9453125,-154.20703125,0,0,0,'2019-11-18 04:36:15'); ++INSERT INTO `marker` VALUES (11101,1901,NULL,2,1931,74072,'Enemy Camp','',110.10546875,-155.58203125,0,0,0,'2019-11-18 04:45:24'); ++INSERT INTO `marker` VALUES (11102,1901,NULL,2,1903,74072,'Boko Club','',110.15234375,-155.5703125,0,0,0,'2019-11-18 04:45:45'); ++INSERT INTO `marker` VALUES (11103,1901,NULL,2,1905,74072,'Spiked Boko Shield','',105.33203125,-156,0,0,0,'2019-11-18 04:59:07'); ++INSERT INTO `marker` VALUES (11104,1901,NULL,2,1903,74072,'Soldier's Broadsword','',105.3125,-155.9609375,0,0,0,'2019-11-18 04:59:51'); ++INSERT INTO `marker` VALUES (11105,1901,NULL,2,1930,74072,'White Chuchu x2','',107.87109375,-156.6328125,0,0,0,'2019-11-18 05:07:59'); ++INSERT INTO `marker` VALUES (11106,1901,NULL,2,1930,74072,'White Chuchu x2','',109.140625,-156.9140625,0,0,0,'2019-11-18 05:09:05'); ++INSERT INTO `marker` VALUES (11107,1901,NULL,2,1901,74072,'Camp Fire','',109.421875,-157.3984375,0,0,0,'2019-11-18 05:10:40'); ++INSERT INTO `marker` VALUES (11108,1901,NULL,2,1901,74167,'Current Location','',155.73828125,-143.34375,0,0,0,'2019-11-18 14:54:48'); ++INSERT INTO `marker` VALUES (11109,1901,NULL,2,1901,74211,'Início jogo','Início jogo',117.694091796875,-154.384765625,0,0,0,'2019-11-18 22:40:49'); ++INSERT INTO `marker` VALUES (11110,1901,NULL,2,1901,73379,'Pondo's Lodge and Bowling','A nice little lodge with a cooking pot and one of the best spots for grinding Rupees',95.65625,-95.12109375,0,0,0,'2019-11-18 23:55:20'); ++INSERT INTO `marker` VALUES (11111,1901,NULL,2,1931,74160,'Enemy Camp','',171.8125,-163.05078125,0,0,0,'2019-11-19 20:22:47'); ++INSERT INTO `marker` VALUES (11112,1901,NULL,2,1935,73012,'a gift of nightshade ','',169.015625,-183.625,0,0,0,'2019-11-19 22:09:42'); ++INSERT INTO `marker` VALUES (11113,1901,NULL,2,1901,74298,'BA?LANGIÇ','',110.546875,-157.47265625,0,0,0,'2019-11-19 22:25:17'); ++INSERT INTO `marker` VALUES (11114,1901,NULL,2,1926,73012,'Divine Beast Vah Naboris','',94.96875,-169.21875,0,0,0,'2019-11-19 23:41:47'); ++INSERT INTO `marker` VALUES (11115,1901,NULL,2,1926,73012,'Divine Beast Vah Medoh','',71.5625,-99,0,0,0,'2019-11-19 23:42:32'); ++INSERT INTO `marker` VALUES (11116,1901,NULL,2,1926,73012,'Divine Beast Vah Rudania','',166.1875,-87.984375,0,0,0,'2019-11-19 23:43:23'); ++INSERT INTO `marker` VALUES (11117,1901,NULL,2,1901,73948,'Great flame blade','',153.1875,-71.0625,0,0,0,'2019-11-20 15:38:17'); ++INSERT INTO `marker` VALUES (11118,1901,NULL,2,1925,74482,'n','n',156.84375,-166.625,0,0,0,'2019-11-22 09:11:49'); ++INSERT INTO `marker` VALUES (11119,1901,NULL,2,1935,74551,'Mejora la tableta sheikan','',187.11135864257812,-161.20536714089562,0,0,0,'2019-11-23 06:26:07'); ++INSERT INTO `marker` VALUES (11120,1901,NULL,2,1902,74591,'Shields','Bokoblins carry n,16 shields. Easy hit. ',143.6328125,-149.7045201743898,0,0,0,'2019-11-23 18:11:41'); ++INSERT INTO `marker` VALUES (11121,1901,NULL,2,1901,73176,'asd','',110.91921967548237,-154.6835750402829,0,0,0,'2019-11-24 11:46:28'); ++INSERT INTO `marker` VALUES (11122,1901,NULL,2,1930,74611,'big bad dude','kill him\r\n\r\n',188.828125,-148.53125,0,1,0,'2019-11-24 23:53:22'); ++INSERT INTO `marker` VALUES (11123,1901,NULL,2,1902,74742,'Korok mask','mask of the first dlc, the mask shakes when you are close do korok seeds',139.3984375,-99.515625,0,0,0,'2019-11-25 02:22:08'); ++INSERT INTO `marker` VALUES (11124,1901,NULL,2,1910,74742,'a','a',139.40234375,-99.5078125,0,0,0,'2019-11-25 02:22:45'); ++INSERT INTO `marker` VALUES (11125,1901,NULL,2,1920,73379,'Akkala Ancient Tech Lab','Location of Robbie and Cherry (Robbie's Robot)',198.546875,-78.57421875,0,0,0,'2019-11-25 04:39:30'); ++INSERT INTO `marker` VALUES (11126,1901,NULL,2,1926,74772,'Divine Beast Vah Naboris','',84.859375,-186.359375,0,0,0,'2019-11-25 14:28:41'); ++INSERT INTO `marker` VALUES (11127,1901,NULL,2,1926,74772,'Divine Beast Vah Rudania','',167.63671875,-87.29296875,0,0,0,'2019-11-25 14:30:20'); ++INSERT INTO `marker` VALUES (11128,1901,NULL,2,1926,74772,'Divine Beast Vah Medoh','',71.4140625,-95.0546875,0,0,0,'2019-11-25 14:32:34'); ++INSERT INTO `marker` VALUES (11129,1901,NULL,2,1943,74072,'Silver Rupee (100)','',155.984375,-158.0078125,0,0,0,'2019-11-25 20:59:38'); ++INSERT INTO `marker` VALUES (11130,1901,NULL,2,1936,74591,'bombable wall','Contains flint, a treasure chest',114.46484375,-158.07366484494375,0,0,0,'2019-11-26 19:40:58'); ++INSERT INTO `marker` VALUES (11131,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','This is Daruk's Divine Beast, housing Fireblight Ganon. Completing it rewards you Daruk's Protection.',58.125,-112.5,0,0,0,'2019-11-28 17:22:55'); ++INSERT INTO `marker` VALUES (11132,1901,NULL,2,1916,38501,'lol','',133.25,-94.5,0,0,0,'2019-11-30 08:07:48'); ++INSERT INTO `marker` VALUES (11133,1901,NULL,2,1935,75084,'Sunken Treasure','',172.37109375,-182.01953125,0,0,0,'2019-11-30 16:36:35'); ++INSERT INTO `marker` VALUES (11134,1901,NULL,2,1926,75272,'Vah Medoh','The Devine Beast Vah Medoh',71.546875,-98.9296875,0,0,0,'2019-11-30 21:49:52'); ++INSERT INTO `marker` VALUES (11135,1901,NULL,2,1901,37819,'Hearty Durian','',149.13671875,-178.5390625,0,0,0,'2019-12-01 01:30:31'); ++INSERT INTO `marker` VALUES (11136,1901,NULL,2,1944,72699,'Casco fantasmal','aumenta sigilo',154.21875,-177.640625,0,0,0,'2019-12-01 12:25:43'); ++INSERT INTO `marker` VALUES (11137,1901,NULL,2,1902,75407,'Majora mask','EX Chest',120.9609375,-148.2265625,0,0,0,'2019-12-01 22:54:56'); ++INSERT INTO `marker` VALUES (11138,1901,NULL,2,1901,75439,'????','',115.6640625,-134.7109375,0,0,0,'2019-12-03 03:49:18'); ++INSERT INTO `marker` VALUES (11139,1901,NULL,2,1921,75548,'Rito Village','',61.125,-130,0,0,0,'2019-12-03 17:01:08'); ++INSERT INTO `marker` VALUES (11140,1901,NULL,2,1916,74589,'???ç','',166.7734375,-106.09375,0,0,0,'2019-12-05 11:03:05'); ++INSERT INTO `marker` VALUES (11141,1901,NULL,2,1901,74589,'asdf','',166.7265625,-105.921875,0,0,0,'2019-12-05 11:03:27'); ++INSERT INTO `marker` VALUES (11142,1901,NULL,2,1904,75864,'Bomb Arrows','',105.29296875,-159.68359375,0,0,0,'2019-12-07 02:55:14'); ++INSERT INTO `marker` VALUES (11143,1901,NULL,2,1910,75864,'Amber','In rock formation',107.87343788146973,-162.7140622138977,0,0,0,'2019-12-07 03:01:12'); ++INSERT INTO `marker` VALUES (11144,1901,NULL,2,1903,75916,'ms','',24.5,-86.25,0,0,0,'2019-12-07 23:16:07'); ++INSERT INTO `marker` VALUES (11145,1901,NULL,2,1934,51280,'Final Memory','',158.9617919921875,-158.053466796875,0,0,0,'2019-12-09 08:31:14'); ++INSERT INTO `marker` VALUES (11146,1901,NULL,2,1943,75407,'Royal Halberd','Royal Halberd',118.96875,-87.21875,0,0,0,'2019-12-09 17:18:33'); ++INSERT INTO `marker` VALUES (11147,1901,NULL,2,1902,76199,'?????','',-3.25,-92.2196038414042,0,0,0,'2019-12-09 17:49:07'); ++INSERT INTO `marker` VALUES (11148,1901,NULL,2,1901,76202,'Cheval blanc','',101.375,-141.1875,0,0,0,'2019-12-10 10:19:52'); ++INSERT INTO `marker` VALUES (11149,1901,NULL,2,1901,74757,'Good Weapon','',141.609375,-103.0078125,0,0,0,'2019-12-10 10:48:32'); ++INSERT INTO `marker` VALUES (11150,1901,NULL,2,1936,73669,'Cracked Stones','',61.4921875,-94.22265625,0,1,0,'2019-12-11 13:59:25'); ++INSERT INTO `marker` VALUES (11151,1901,NULL,2,1901,76519,'Possible Korok','',60.65625,-86.125,0,0,0,'2019-12-13 05:33:25'); ++INSERT INTO `marker` VALUES (11152,1901,NULL,2,1901,76526,'Akkala Ancient Tech Lab','',199.5625,-78.2578125,0,0,0,'2019-12-15 06:36:05'); ++INSERT INTO `marker` VALUES (11153,1901,NULL,2,1901,39009,'sadfgsdfgsdfghsfghsdfgh','',41.3125,-142.1875,0,0,0,'2019-12-15 20:17:10'); ++INSERT INTO `marker` VALUES (11154,1901,NULL,2,1916,76836,'Race to pond','',152.8046875,-116.8046875,0,0,0,'2019-12-15 23:51:35'); ++INSERT INTO `marker` VALUES (11155,1901,NULL,2,1901,76915,'Tori Village','for warm clothes',112.78125,-139.0625,0,0,0,'2019-12-16 23:23:44'); ++INSERT INTO `marker` VALUES (11156,1901,NULL,2,1944,77028,'Zant's Helmet','',148.125,-166.296875,0,1,0,'2019-12-17 21:56:08'); ++INSERT INTO `marker` VALUES (11157,1901,NULL,2,1946,77028,'Misko's EX Journal','',123.890625,-155.21875,0,0,0,'2019-12-17 22:01:08'); ++INSERT INTO `marker` VALUES (11158,1901,NULL,2,1946,77028,'Misko's EX Journal 2','',134.953125,-158.640625,0,0,0,'2019-12-17 22:01:33'); ++INSERT INTO `marker` VALUES (11159,1901,NULL,2,1946,74072,'Rumor Mill: Volume 5','Inside the Wetland Stable, on the table',141.875,-130.734375,0,0,0,'2019-12-18 07:14:42'); ++INSERT INTO `marker` VALUES (11160,1901,NULL,2,1925,77093,'Difficult - Not done','',185,-179.375,0,0,0,'2019-12-18 12:40:42'); ++INSERT INTO `marker` VALUES (11161,1901,NULL,2,1936,76836,'Korok seed behind it','',167.8515625,-71.734375,0,0,0,'2019-12-19 07:27:30'); ++INSERT INTO `marker` VALUES (11162,1901,NULL,2,1926,75087,'Divine Beast Vah Naboris','',95.09375,-169.15625,0,0,0,'2019-12-19 20:32:20'); ++INSERT INTO `marker` VALUES (11163,1901,NULL,2,1926,77230,'non did shrines','',46.75,-151,0,0,0,'2019-12-19 22:06:39'); ++INSERT INTO `marker` VALUES (11164,1901,NULL,2,1921,76435,'Kakariko','',158.578125,-142.734375,0,0,0,'2019-12-20 06:20:09'); ++INSERT INTO `marker` VALUES (11165,1901,NULL,2,1901,76435,'Kakariko','',156.765625,-143.625,0,0,0,'2019-12-20 06:23:30'); ++INSERT INTO `marker` VALUES (11166,1901,NULL,2,1943,76836,'Silver Rupee','',134.69140625,-189.0390625,0,0,0,'2019-12-20 22:23:26'); ++INSERT INTO `marker` VALUES (11167,1901,NULL,2,1943,76836,'Opal x 1','',132.42578125,-189.11328125,0,0,0,'2019-12-20 22:26:17'); ++INSERT INTO `marker` VALUES (11168,1901,NULL,2,1939,74072,'Ice Wizzrobe','Maybe a glitch since no other site I found had this, but I did (normal difficulty). Was "flying" around right next to the encampment where the 2 moblins and 10x chest were',163.8984375,-125.8203125,0,0,0,'2019-12-21 06:08:10'); ++INSERT INTO `marker` VALUES (11169,1901,NULL,2,1930,67975,' Ganon','The main enemy of the game, once beat, the game ends',124.02734375,-111.421875,0,1,0,'2019-12-21 09:26:13'); ++INSERT INTO `marker` VALUES (11170,1901,NULL,2,1935,67975,'A Landscape of a Stable','NPC: Mayro\r\n\r\nRequires: Find the location the picture on the wall was painted from, it will reveal the location of a shrine.\r\n\r\nReward: Shrine',168.859375,-110.11328125,0,1,0,'2019-12-21 11:55:51'); ++INSERT INTO `marker` VALUES (11171,1901,NULL,2,1916,67975,'Korok Seed','',169.515625,-112.890625,0,0,0,'2019-12-21 12:00:23'); ++INSERT INTO `marker` VALUES (11172,1901,NULL,2,1944,67975,'Knight's Bow','Contains: Knight's Bow\r\n\r\nRequires defeating an army camp: Yes\r\n\r\nIs in the ground: No',167.078125,-113.421875,0,0,0,'2019-12-21 12:03:06'); ++INSERT INTO `marker` VALUES (11173,1901,NULL,2,1931,67975,'Bokoblin Camp','Camp includes 2 Bokoblin archers [always awake] and 6 Bokoblins inside the skull [sleeping at night].\r\nit will also include 2 keeses if arriving at night\r\ninside the skull there are 4 exploding barrels, 2 under each eye.\r\nshootinga rope holding the lamp in one of the eyes will cause an explosion.',166.9609375,-113.5546875,0,1,0,'2019-12-21 12:11:45'); ++INSERT INTO `marker` VALUES (11174,1901,NULL,2,1901,67975,'Luminous Stone Deposits','A location with 5 luminous stone deposits',166.0078125,-113.71875,0,0,0,'2019-12-21 12:13:10'); ++INSERT INTO `marker` VALUES (11175,1901,NULL,2,1931,67975,'Enemy Camp','Camp includes 2 Lizalfos, one Bokoblin, and 2 fire Chuchus.\r\nin addition, there are 4 explosive barrels surrounding the camp.',167.33984375,-116.63671875,0,1,0,'2019-12-21 12:25:53'); ++INSERT INTO `marker` VALUES (11176,1901,NULL,2,1944,76836,'Ravio's Hood','Chest is in ground under the hand, pull it out with Magnesis.',141.1171875,-166.08203125,0,0,0,'2019-12-21 22:55:53'); ++INSERT INTO `marker` VALUES (11177,1901,NULL,2,1925,59975,'Ya Naga Shrine','',122.7978515625,-168.637939453125,0,0,0,'2019-12-22 02:25:59'); ++INSERT INTO `marker` VALUES (11178,1901,NULL,2,1936,74072,'Reward: Ruby x3 (Break the ore deposit)','',174.59375,-133.671875,0,0,0,'2019-12-23 18:03:42'); ++INSERT INTO `marker` VALUES (11179,1901,NULL,2,1948,74072,'Under rock overhnag','',178.25,-129.42578125,0,0,0,'2019-12-23 18:19:21'); ++INSERT INTO `marker` VALUES (11180,1901,NULL,2,1901,77697,'Kakariko Village','',147.78125,-142.1538100671167,0,1,0,'2019-12-23 22:54:29'); ++INSERT INTO `marker` VALUES (11181,1901,NULL,2,1925,77818,'!!','',160.046875,-143.234375,0,0,0,'2019-12-24 21:12:45'); ++INSERT INTO `marker` VALUES (11182,1901,NULL,2,1901,77879,'Shrine to do','',103.77157145492,-150.25,0,0,0,'2019-12-25 01:48:45'); ++INSERT INTO `marker` VALUES (11183,1901,NULL,2,1935,77923,'sheep rustlers','free the scheep',184.765625,-161.296875,0,0,0,'2019-12-25 11:53:58'); ++INSERT INTO `marker` VALUES (11184,1901,NULL,2,1903,23337,'Royal Halberd','',118.9609375,-87.3671875,0,1,0,'2019-12-25 16:07:56'); ++INSERT INTO `marker` VALUES (11185,1901,NULL,2,1943,76836,'Amber','',109.953125,-148.69921875,0,0,0,'2019-12-26 09:24:56'); ++INSERT INTO `marker` VALUES (11186,1901,NULL,2,1901,78128,'Zoras Domain','',25,-98.5,0,0,0,'2019-12-26 22:03:07'); ++INSERT INTO `marker` VALUES (11187,1901,NULL,2,1901,78081,'Need High Jump','',152.75,-173.265625,0,0,0,'2019-12-27 07:09:30'); ++INSERT INTO `marker` VALUES (11188,1901,NULL,2,1926,73213,'Devine Beast Va Rudania','',14.25,-180.875,0,0,0,'2019-12-28 11:44:02'); ++INSERT INTO `marker` VALUES (11189,1901,NULL,2,1926,73213,'Devine Beast Va Medoh','',71.4375,-99.875,0,0,0,'2019-12-28 11:45:43'); ++INSERT INTO `marker` VALUES (11190,1901,NULL,2,1916,78207,'Korok Seed','',150.328125,-100.625,0,0,0,'2019-12-28 13:16:46'); ++INSERT INTO `marker` VALUES (11191,1901,NULL,2,1901,78577,'edfqef','',97.2249984741211,-138.65129900998681,0,0,0,'2019-12-29 15:27:27'); ++INSERT INTO `marker` VALUES (11192,1901,NULL,2,1901,74630,'honeyvore bear','a beat',145.375,-124.1875,0,0,0,'2019-12-29 20:26:54'); ++INSERT INTO `marker` VALUES (11193,1901,NULL,2,1926,76939,'Vah Medoh','',71.97949028015137,-99.70714950561523,0,0,0,'2019-12-29 23:17:42'); ++INSERT INTO `marker` VALUES (11194,1901,NULL,2,1926,76939,'Vah Naboris','',86.87124252319336,-182.96971988677979,0,0,0,'2019-12-29 23:18:56'); ++INSERT INTO `marker` VALUES (11195,1901,NULL,2,1926,76939,'Divine Beast Vah Rudania','',166.19676971435547,-87.59951210021973,0,0,0,'2019-12-29 23:20:29'); ++INSERT INTO `marker` VALUES (11196,1901,NULL,2,1901,78902,'HERE','',117.421875,-152.4765625,0,0,0,'2019-12-30 21:05:33'); ++INSERT INTO `marker` VALUES (11197,1901,NULL,2,1943,50315,'Ruby (EX)','',117.41015625,-151.73697918653488,0,0,0,'2019-12-31 14:29:04'); ++INSERT INTO `marker` VALUES (11198,1901,NULL,2,1903,50315,'Tree Branch','',114.82031106948853,-153.07812523841858,0,0,0,'2019-12-31 16:09:47'); ++INSERT INTO `marker` VALUES (11199,1901,NULL,2,1901,50315,'Amber','Check to marker on top of Mount Hylia for an Amber.',107.88281297683716,-162.7395839691162,0,0,0,'2019-12-31 18:55:40'); ++INSERT INTO `marker` VALUES (11200,1901,NULL,2,1901,79082,'luna','',85.015625,-131.37653792491122,0,0,0,'2019-12-31 20:12:55'); ++INSERT INTO `marker` VALUES (11201,1901,NULL,2,1920,79070,'Shrine of Resurrection','',110.8515625,-157.48828125,0,0,0,'2019-12-31 20:20:17'); ++INSERT INTO `marker` VALUES (11202,1901,NULL,2,1930,79070,'3 Bokoblins','',116.390625,-154.81640625,0,0,0,'2019-12-31 20:21:32'); ++INSERT INTO `marker` VALUES (11203,1901,NULL,2,1903,50315,'Tree Branch','',110.42057299613953,-156.26822888851166,0,0,0,'2019-12-31 20:23:42'); ++INSERT INTO `marker` VALUES (11204,1901,NULL,2,1931,79070,'Bokoblin camp','Reds and a blue',117.8828125,-157.73828125,0,0,0,'2019-12-31 20:27:10'); ++INSERT INTO `marker` VALUES (11205,1901,NULL,2,1930,79070,'Bokoblin','',115.703125,-156.671875,0,0,0,'2019-12-31 20:38:09'); ++INSERT INTO `marker` VALUES (11206,1901,NULL,2,1930,79070,'Bokoblin','',116.28515625,-157.09765625,0,0,0,'2019-12-31 20:38:22'); ++INSERT INTO `marker` VALUES (11207,1901,NULL,2,1930,79070,'3 Stalkoblins','Appear at night.',112.265625,-153.2265625,0,0,0,'2019-12-31 21:07:02'); ++INSERT INTO `marker` VALUES (11208,1901,NULL,2,1920,79070,'Outpost Ruins','',123.8671875,-154.24609375,0,0,0,'2019-12-31 21:08:54'); ++INSERT INTO `marker` VALUES (11209,1901,NULL,2,1920,79070,'Eastern Abbey','',120.390625,-158.96484375,0,0,0,'2019-12-31 21:09:41'); ++INSERT INTO `marker` VALUES (11210,1901,NULL,2,1920,79070,'Temple of Time','',115.19921875,-159.16796875,0,0,0,'2019-12-31 21:10:18'); ++INSERT INTO `marker` VALUES (11211,1901,NULL,2,1944,75407,'Royal shield','',115.76953125,-72.76953125,0,0,0,'2020-01-01 18:39:30'); ++INSERT INTO `marker` VALUES (11212,1901,NULL,2,1904,79259,'Fire arrows','Behind cracked wall',112.9247477054596,-164.7574164867401,0,1,0,'2020-01-02 22:08:22'); ++INSERT INTO `marker` VALUES (11213,1901,NULL,2,1904,79259,'Bow','Now hidden under rock',113.6098301410675,-163.38385653495789,0,1,0,'2020-01-02 22:15:54'); ++INSERT INTO `marker` VALUES (11214,1901,NULL,2,1936,79469,'Secret nook within the secret cave','',158.69921875,-168.7109375,0,0,0,'2020-01-03 05:28:25'); ++INSERT INTO `marker` VALUES (11215,1901,NULL,2,1901,79469,'Cave of gemstones','',198.0625,-152.375,0,0,0,'2020-01-03 05:31:19'); ++INSERT INTO `marker` VALUES (11216,1901,NULL,2,1925,78050,'Missed Shrine','',186.84375,-86.40625,0,0,0,'2020-01-03 17:07:21'); ++INSERT INTO `marker` VALUES (11217,1901,NULL,2,1935,73866,'By Firefly's Light','',156.0078125,-144.109375,0,0,0,'2020-01-04 21:19:18'); ++INSERT INTO `marker` VALUES (11218,1901,NULL,2,1903,79726,'eightfold longblade','',180.00390625,-135.58984375,0,0,0,'2020-01-05 00:26:47'); ++INSERT INTO `marker` VALUES (11219,1901,NULL,2,1936,76430,'Cave with ore','',158.67135620117188,-175.59947204589844,0,0,0,'2020-01-05 07:58:33'); ++INSERT INTO `marker` VALUES (11220,1901,NULL,2,1938,79019,'a visiter !','point d'accroche pour le volcan',168.90625,-109.703125,0,0,0,'2020-01-05 13:58:06'); ++INSERT INTO `marker` VALUES (11221,1901,NULL,2,1916,78250,'BOTON','',194.51953125,-78.74609375,0,0,0,'2020-01-05 16:10:10'); ++INSERT INTO `marker` VALUES (11222,1901,NULL,2,1944,50315,'Knight's Halberd','',118.89583206176758,-87.25000047683716,0,0,0,'2020-01-06 13:34:56'); ++INSERT INTO `marker` VALUES (11223,1901,NULL,2,1916,76609,'falta korok torre llnura','',110.625,-120.01399528214306,0,0,0,'2020-01-06 18:33:23'); ++INSERT INTO `marker` VALUES (11224,1901,NULL,2,1901,79503,'Chasse aux cerfs','',184.796875,-160.578125,0,0,0,'2020-01-06 18:44:28'); ++INSERT INTO `marker` VALUES (11225,1901,NULL,2,1930,79070,'Yiga footsoldier','A man by the name of "Traveller" stops to talk to you.',155.96484375,-150.875,0,0,0,'2020-01-06 23:29:36'); ++INSERT INTO `marker` VALUES (11226,1901,NULL,2,1930,79070,'Yiga footsoldier','A woman by the name of "Traveller" stops to talk to you.',176.3046875,-163.375,0,0,0,'2020-01-06 23:30:50'); ++INSERT INTO `marker` VALUES (11227,1901,NULL,2,1936,74072,'Bombable rock pile, Ore inside','Contains rock salt, so not worth the effort unless you are in the area',187.65625,-132.13671875,0,0,0,'2020-01-07 20:14:36'); ++INSERT INTO `marker` VALUES (11228,1901,NULL,2,1936,74072,'Rare Ore Depoit behind bombable rock wall','',201.3671875,-115.7265625,0,0,0,'2020-01-07 21:28:13'); ++INSERT INTO `marker` VALUES (11229,1901,NULL,2,1901,49011,'V','',84.6015625,-170.8828125,0,0,0,'2020-01-08 01:42:39'); ++INSERT INTO `marker` VALUES (11230,1901,NULL,2,1926,76193,'Divine Beast Vah Rudania','',167.5546875,-87.4453125,0,0,0,'2020-01-08 19:29:10'); ++INSERT INTO `marker` VALUES (11231,1901,NULL,2,1901,76193,'Shatterback Point','',186.6796875,-121.6171875,0,0,0,'2020-01-08 19:37:48'); ++INSERT INTO `marker` VALUES (11232,1901,NULL,2,1901,76193,'Death Mountain Summit','',166.46875,-88.53125,0,0,0,'2020-01-08 19:38:23'); ++INSERT INTO `marker` VALUES (11233,1901,NULL,2,1901,76193,'Mekar Island','',123.94921875,-93.66796875,0,0,0,'2020-01-08 19:40:04'); ++INSERT INTO `marker` VALUES (11234,1901,NULL,2,1904,76193,'Bomb Arrow x5','',105.09375,-159.6875,0,0,0,'2020-01-08 19:40:32'); ++INSERT INTO `marker` VALUES (11235,1901,NULL,2,1901,76193,'Bomb Arrow x5 (DLC)','',105.0859375,-159.70703125,0,0,0,'2020-01-08 19:40:52'); ++INSERT INTO `marker` VALUES (11236,1901,NULL,2,1943,76193,'Sapphire (DLC)','',117.4140625,-151.7265625,0,0,0,'2020-01-08 19:41:31'); ++INSERT INTO `marker` VALUES (11237,1901,NULL,2,1904,76193,'Bomb Arrow x5 (DLC)','',105.1171875,-159.7109375,0,0,0,'2020-01-08 19:41:43'); ++INSERT INTO `marker` VALUES (11238,1901,NULL,2,1944,76193,'Nintendo Switch T-Shirt (DLC)','',120.6796875,-159.37109375,0,0,0,'2020-01-08 19:43:07'); ++INSERT INTO `marker` VALUES (11239,1901,NULL,2,1944,76193,'Zant's Helm (DLC)','',148.09375,-166.328125,0,0,0,'2020-01-08 19:43:35'); ++INSERT INTO `marker` VALUES (11240,1901,NULL,2,1944,76193,'Island Lobster Shirt (DLC)','',127.53125,-174.71875,0,0,0,'2020-01-08 19:44:06'); ++INSERT INTO `marker` VALUES (11241,1901,NULL,2,1944,76193,'Majora's Mask (DLC)','',120.96484375,-148.02734375,0,0,0,'2020-01-08 19:44:42'); ++INSERT INTO `marker` VALUES (11242,1901,NULL,2,1944,76193,'Tingle's Tights (DLC)','',126.59375,-130.53125,0,0,0,'2020-01-08 19:45:32'); ++INSERT INTO `marker` VALUES (11243,1901,NULL,2,1944,76193,'Korok Mask (DLC)','',138.859375,-98.484375,0,0,0,'2020-01-08 19:46:28'); ++INSERT INTO `marker` VALUES (11244,1901,NULL,2,1943,76193,'Travel Medallion (DLC)','',200.7578125,-72.3203125,0,0,0,'2020-01-08 19:49:45'); ++INSERT INTO `marker` VALUES (11245,1901,NULL,2,1944,76193,'Tingle's Shirt (DLC)','',117.375,-115.08984375,0,0,0,'2020-01-08 19:52:26'); ++INSERT INTO `marker` VALUES (11246,1901,NULL,2,1944,76193,'Tingle's Hat (DLC)','',115.984375,-141.62890625,0,0,0,'2020-01-08 19:53:04'); ++INSERT INTO `marker` VALUES (11247,1901,NULL,2,1944,76193,'Midna's Helm (','',106.27734375,-131.73046875,0,0,0,'2020-01-08 19:53:34'); ++INSERT INTO `marker` VALUES (11248,1901,NULL,2,1944,76193,'Midna's Helm (DLC)','',106.37109375,-131.6171875,0,0,0,'2020-01-08 19:53:59'); ++INSERT INTO `marker` VALUES (11249,1901,NULL,2,1926,76193,'Divine Beast Vah Naboris','',95.0625,-169.5,0,0,0,'2020-01-08 19:57:30'); ++INSERT INTO `marker` VALUES (11250,1901,NULL,2,1926,76193,'Divine Beast Vah Medoh','',71.484375,-97.359375,0,0,0,'2020-01-08 19:57:50'); ++INSERT INTO `marker` VALUES (11251,1901,NULL,2,1901,76193,'Trial of the Sword (DLC)','',134.8046875,-95.0625,0,0,0,'2020-01-08 19:58:42'); ++INSERT INTO `marker` VALUES (11252,1901,NULL,2,1901,76193,'Shrine of Resurrection','',110.92578125,-157.37109375,0,0,0,'2020-01-08 19:59:55'); ++INSERT INTO `marker` VALUES (11253,1901,NULL,2,1910,76193,'Sheikah Slate','',110.38671875,-157.66015625,0,0,0,'2020-01-08 20:00:14'); ++INSERT INTO `marker` VALUES (11254,1901,NULL,2,1903,76193,'One-Hit Obliterator (DLC)','',110.41796875,-157.71875,0,0,0,'2020-01-08 20:00:39'); ++INSERT INTO `marker` VALUES (11255,1901,NULL,2,1910,76193,'Paraglider','',115.32421875,-158.67578125,0,0,0,'2020-01-08 20:01:07'); ++INSERT INTO `marker` VALUES (11256,1901,NULL,2,1910,76193,'Daruk's Protection','',153.47265625,-89.953125,0,0,0,'2020-01-08 20:01:35'); ++INSERT INTO `marker` VALUES (11257,1901,NULL,2,1910,76193,'Revali's Gale','',71.015625,-99.55859375,0,0,0,'2020-01-08 20:02:30'); ++INSERT INTO `marker` VALUES (11258,1901,NULL,2,1910,76193,'Mipha's Grace','',179.2890625,-121.32421875,0,0,0,'2020-01-08 20:03:07'); ++INSERT INTO `marker` VALUES (11259,1901,NULL,2,1910,76193,'Urbosa's Fury','',68.91796875,-172.6640625,0,0,0,'2020-01-08 20:03:33'); ++INSERT INTO `marker` VALUES (11260,1901,NULL,2,1925,76193,'Maz Koshia's Labyrinth (DLC)','',110.765625,-157.5,0,0,0,'2020-01-08 20:04:42'); ++INSERT INTO `marker` VALUES (11261,1901,NULL,2,1910,76193,'Master Cycle Zero (DLC)','',110.875,-157.42578125,0,0,0,'2020-01-08 20:05:09'); ++INSERT INTO `marker` VALUES (11262,1901,NULL,2,1946,76193,'Misko's EX Journal','',123.8984375,-155.19921875,0,0,0,'2020-01-08 20:09:55'); ++INSERT INTO `marker` VALUES (11263,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2','',133.25,-144.96875,0,0,0,'2020-01-08 20:11:23'); ++INSERT INTO `marker` VALUES (11264,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2 (DLC)','',133.2578125,-144.98828125,0,0,0,'2020-01-08 20:11:46'); ++INSERT INTO `marker` VALUES (11265,1901,NULL,2,1901,76193,'Eventide Island','',199.25,-185.21875,0,0,0,'2020-01-08 20:16:37'); ++INSERT INTO `marker` VALUES (11266,1901,NULL,2,1901,76193,'Yiga Clan Hideout','',71.8671875,-149.1484375,0,0,0,'2020-01-08 20:17:28'); ++INSERT INTO `marker` VALUES (11267,1901,NULL,2,1901,76193,'Yiga Hideout Pit','',74.3984375,-148.8671875,0,0,0,'2020-01-08 20:17:47'); ++INSERT INTO `marker` VALUES (11268,1901,NULL,2,1901,76193,'Statue of the Eighth Heroine','',59.65625,-136.140625,0,0,0,'2020-01-08 20:18:17'); ++INSERT INTO `marker` VALUES (11269,1901,NULL,2,1901,76193,'The Seven Heroines','',85.921875,-172.0859375,0,0,0,'2020-01-08 20:18:39'); ++INSERT INTO `marker` VALUES (11270,1901,NULL,2,1935,76193,'Desert Labyrinth','',99.9609375,-181.72265625,0,0,0,'2020-01-08 20:19:29'); ++INSERT INTO `marker` VALUES (11271,1901,NULL,2,1935,76193,'North Lomei Labyrinth','',115.0078125,-72.79296875,0,0,0,'2020-01-08 20:20:02'); ++INSERT INTO `marker` VALUES (11272,1901,NULL,2,1920,76193,'Lomei Labyrinth Island','',200.75,-72.03125,0,0,0,'2020-01-08 20:20:36'); ++INSERT INTO `marker` VALUES (11273,1901,NULL,2,1920,76193,'North Lomei Labyrinth','',114.7109375,-72.76953125,0,0,0,'2020-01-08 20:21:06'); ++INSERT INTO `marker` VALUES (11274,1901,NULL,2,1920,76193,'Desert Labyrinth','',99.94140625,-181.8984375,0,0,0,'2020-01-08 20:21:39'); ++INSERT INTO `marker` VALUES (11275,1901,NULL,2,1934,76193,'Champion Urbosa's Song (DLC)','',94.3671875,-168.08984375,0,0,0,'2020-01-08 20:22:14'); ++INSERT INTO `marker` VALUES (11276,1901,NULL,2,1934,76193,'Champion Revali's Song (DLC)','',71.390625,-99.7265625,0,0,0,'2020-01-08 20:22:45'); ++INSERT INTO `marker` VALUES (11277,1901,NULL,2,1934,76193,'Champion Daruk's Song (DLC)','',166.55859375,-88.3203125,0,0,0,'2020-01-08 20:23:13'); ++INSERT INTO `marker` VALUES (11278,1901,NULL,2,1934,76193,'Champion Mipha's Song (DLC)','',174.0859375,-129.9296875,0,0,0,'2020-01-08 20:23:47'); ++INSERT INTO `marker` VALUES (11279,1901,NULL,2,1930,76193,'Monk Maz Koshia (DLC)','',111.0703125,-157.4453125,0,0,0,'2020-01-08 20:24:26'); ++INSERT INTO `marker` VALUES (11280,1901,NULL,2,1934,76193,'The Champions' Ballad (DLC)','',112.03125,-156.0859375,0,0,0,'2020-01-08 20:24:50'); ++INSERT INTO `marker` VALUES (11281,1901,NULL,2,1910,76193,'Champions' Picture (DLC)','',111.91796875,-156.1015625,0,0,0,'2020-01-08 20:25:13'); ++INSERT INTO `marker` VALUES (11282,1901,NULL,2,1910,79070,'Ore','Several ore deposits in this canyon.',166.7265625,-152.30859375,0,0,0,'2020-01-09 01:26:03'); ++INSERT INTO `marker` VALUES (11283,1901,NULL,2,1925,72389,'shrine','',113.15625,-118.20703125,0,1,0,'2020-01-09 13:44:48'); ++INSERT INTO `marker` VALUES (11284,1901,NULL,2,1920,76193,'Mounted Archery Camp','',124.4609375,-182.3046875,0,0,0,'2020-01-09 19:50:03'); ++INSERT INTO `marker` VALUES (11285,1901,NULL,2,1935,76193,'The Giant Horse','',124.453125,-182.421875,0,0,0,'2020-01-09 19:50:18'); ++INSERT INTO `marker` VALUES (11286,1901,NULL,2,1944,76193,'Ravio's Hat (DLC)','',141.1171875,-166.015625,0,0,0,'2020-01-09 19:56:02'); ++INSERT INTO `marker` VALUES (11287,1901,NULL,2,1935,76193,'Arrows of Burning Flame','',156.4921875,-144.2578125,0,0,0,'2020-01-09 19:57:23'); ++INSERT INTO `marker` VALUES (11288,1901,NULL,2,1935,76193,'By Firefly's Light','',157.68359375,-144.12890625,0,0,0,'2020-01-09 19:57:45'); ++INSERT INTO `marker` VALUES (11289,1901,NULL,2,1926,75562,'Divine Beast Vah Naboris','',76.25,-181.625,0,0,0,'2020-01-10 16:24:08'); ++INSERT INTO `marker` VALUES (11290,1901,NULL,2,1901,80678,'Shrine of Resurrection','This is where Link wakes up and the game begins.',110.359375,-157.6203439362345,0,0,0,'2020-01-10 18:19:47'); ++INSERT INTO `marker` VALUES (11291,1901,NULL,2,1930,79070,'Lizalfos','',134.8125,-159.203125,0,0,0,'2020-01-10 22:20:32'); ++INSERT INTO `marker` VALUES (11292,1901,NULL,2,1931,80678,'Bokoblin Camp','',135.6875,-152.6328125,0,0,0,'2020-01-11 18:54:23'); ++INSERT INTO `marker` VALUES (11293,1901,NULL,2,1931,80678,'Bokoblin Camp','',132.3671875,-153.9296875,0,0,0,'2020-01-11 22:38:57'); ++INSERT INTO `marker` VALUES (11294,1901,NULL,2,1901,80678,'Old Man's House','The Old Man's House. Includes a cooking pot and a bed where Link can recover his hearts.',115.7421875,-163.46875,0,0,0,'2020-01-11 22:40:01'); ++INSERT INTO `marker` VALUES (11295,1901,NULL,2,1931,80678,'Bokoblin Camp','',139.359375,-155.625,0,0,0,'2020-01-11 22:51:50'); ++INSERT INTO `marker` VALUES (11296,1901,NULL,2,1931,80678,'Bokoblin Camp','',140.9921875,-155.15625,0,0,0,'2020-01-11 22:56:08'); ++INSERT INTO `marker` VALUES (11297,1901,NULL,2,1935,75273,'The Sheep Rustlers','Under the tree, speak to Koyin to start the quest. Beat the monsters at Hateno Beach and return to her to finish it.',184.6484375,-160.8671875,0,0,0,'2020-01-12 21:18:38'); ++INSERT INTO `marker` VALUES (11298,1901,NULL,2,1935,75273,'Arrows of Burning Heat','Rola asks you to light the torches around the godess statue using arrows.',156.48046875,-144.2421875,0,0,0,'2020-01-13 00:26:36'); ++INSERT INTO `marker` VALUES (11299,1901,NULL,2,1926,77978,'Divine Beast Vah Naboris','',95.1171875,-169.1953125,0,0,0,'2020-01-13 13:17:56'); ++INSERT INTO `marker` VALUES (11300,1901,NULL,2,1920,76193,'Southern Mine','',154.1953125,-97.5390625,0,0,0,'2020-01-13 18:31:31'); ++INSERT INTO `marker` VALUES (11301,1901,NULL,2,1920,76193,'Abandoned North Mine','',153.6796875,-86.4296875,0,0,0,'2020-01-13 18:31:52'); ++INSERT INTO `marker` VALUES (11302,1901,NULL,2,1935,76193,'Stranded on Eventide','',199.125,-184.921875,0,0,0,'2020-01-13 18:39:29'); ++INSERT INTO `marker` VALUES (11303,1901,NULL,2,1935,76193,'Guardian Slideshow','',129.828125,-187.859375,0,0,0,'2020-01-13 18:40:03'); ++INSERT INTO `marker` VALUES (11304,1901,NULL,2,1920,76193,'Akkala Ancient Tech Lab','',198.55078125,-78.56640625,0,0,0,'2020-01-13 18:55:52'); ++INSERT INTO `marker` VALUES (11305,1901,NULL,2,1920,76193,'Hateno Ancient Tech Lab','',187.05859375,-161.109375,0,0,0,'2020-01-13 18:56:40'); ++INSERT INTO `marker` VALUES (11306,1901,NULL,2,1901,76193,'Fang and Bone (1st Appearance)','',178.80078125,-74.01171875,0,0,0,'2020-01-13 18:58:36'); ++INSERT INTO `marker` VALUES (11307,1901,NULL,2,1935,76193,'Death Mountain's Secret','',155.859375,-92.91796875,0,0,0,'2020-01-13 19:07:20'); ++INSERT INTO `marker` VALUES (11308,1901,NULL,2,1926,81214,'Vah Medoh','',71.34375,-99.93359375,0,1,0,'2020-01-13 20:42:30'); ++INSERT INTO `marker` VALUES (11309,2000,NULL,2,1950,81232,'Lil Devil - Magic Powder','',47.75,-113.25,0,0,0,'2020-01-14 04:05:12'); ++INSERT INTO `marker` VALUES (11310,1901,NULL,2,1931,80678,'Bokoblin Camp','',150.203125,-120.28125,0,0,0,'2020-01-14 04:23:41'); ++INSERT INTO `marker` VALUES (11311,2003,NULL,2,1962,81232,'Key','',84.875,-165.25,0,0,0,'2020-01-14 05:02:08'); ++INSERT INTO `marker` VALUES (11312,1901,NULL,2,1945,80678,'Blupee','',159.1875,-163.25,0,0,0,'2020-01-15 02:36:32'); ++INSERT INTO `marker` VALUES (11313,1901,NULL,2,1945,80678,'Blupee','',158,-165.53125,0,0,0,'2020-01-15 02:36:47'); ++INSERT INTO `marker` VALUES (11314,1901,NULL,2,1930,76193,'Calamity Ganon','',124.0234375,-111.375,0,0,0,'2020-01-15 18:34:09'); ++INSERT INTO `marker` VALUES (11315,1901,NULL,2,1930,76193,'Fireblight Ganon','',167.7109375,-87.5390625,0,0,0,'2020-01-15 18:34:45'); ++INSERT INTO `marker` VALUES (11316,1901,NULL,2,1930,76193,'Windblight Ganon','',71.640625,-97.03125,0,0,0,'2020-01-15 18:35:03'); ++INSERT INTO `marker` VALUES (11317,1901,NULL,2,1930,76193,'Thunderblight Ganon','',83.6875,-182.4375,0,0,0,'2020-01-15 18:35:26'); ++INSERT INTO `marker` VALUES (11318,1901,NULL,2,1930,76193,'Waterblight Ganon','',185.2578125,-125.171875,0,0,0,'2020-01-15 18:35:41'); ++INSERT INTO `marker` VALUES (11319,1901,NULL,2,1937,76193,'Lord of the Mountain','',92.3984375,-133.2578125,0,0,0,'2020-01-15 18:43:29'); ++INSERT INTO `marker` VALUES (11320,1901,NULL,2,1901,76193,'Zelda's Horse','',101.70703125,-140.671875,0,0,0,'2020-01-15 18:44:41'); ++INSERT INTO `marker` VALUES (11321,1901,NULL,2,1935,73866,'A Gift of Nightshade','',168.4453125,-183.4375,0,0,0,'2020-01-16 00:11:54'); ++INSERT INTO `marker` VALUES (11322,1901,NULL,2,1935,76193,'Riddles of Hyrule','',134.5234375,-94.0859375,0,0,0,'2020-01-16 18:18:14'); ++INSERT INTO `marker` VALUES (11323,1901,NULL,2,1943,78796,'Chest ','Glitched into water',162.31249986690227,-186.08573485039807,0,0,0,'2020-01-17 09:17:56'); ++INSERT INTO `marker` VALUES (11324,1901,NULL,2,1925,36179,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.0625,0,1,0,'2020-01-18 08:13:30'); ++INSERT INTO `marker` VALUES (11325,1901,NULL,2,1925,36179,'Ruvo Korbah Shrine','A Major Test of Strangth+',114.96484375,-161.4296875,0,1,0,'2020-01-18 08:14:40'); ++INSERT INTO `marker` VALUES (11326,1901,NULL,2,1925,36179,'Etsu Korima Shrine','Path of Light',109.01953125,-160.98046875,0,1,0,'2020-01-18 08:15:21'); ++INSERT INTO `marker` VALUES (11327,1901,NULL,2,1925,36179,'Yowaka Ita Shrine','Collected Soul',113.265625,-154.1015625,0,1,0,'2020-01-18 08:15:53'); ++INSERT INTO `marker` VALUES (11328,1901,NULL,2,1901,36179,'Champion Revali's Song','Part of DLC wave 2 ',70.765625,-107.4375,0,1,0,'2020-01-18 08:25:28'); ++INSERT INTO `marker` VALUES (11329,1901,NULL,2,1925,36179,'Noe Rajee Shrine','DLC wave 2 ',68.30859375,-91.8984375,0,1,0,'2020-01-18 08:33:53'); ++INSERT INTO `marker` VALUES (11330,1901,NULL,2,1925,36179,'Shira Gomar Shrine','DLC wave 2',90.8515625,-106.40625,0,0,0,'2020-01-18 08:47:16'); ++INSERT INTO `marker` VALUES (11331,1901,NULL,2,1925,36179,'Kiah Toza Shrine','DLC wave 2',94.484375,-78.21875,0,0,0,'2020-01-18 09:04:28'); ++INSERT INTO `marker` VALUES (11332,1901,NULL,2,1904,81159,'Explosive Arrows x5','',105.2734375,-159.671875,0,0,0,'2020-01-18 18:27:17'); ++INSERT INTO `marker` VALUES (11333,1901,NULL,2,1916,81840,'Korok Seed','Korok under the stones',115.171875,-152.19140625,0,1,0,'2020-01-18 21:14:42'); ++INSERT INTO `marker` VALUES (11334,1901,NULL,2,1901,81872,'find','',-51.5,-89.47134376698764,0,0,0,'2020-01-19 04:37:39'); ++INSERT INTO `marker` VALUES (11335,1901,NULL,2,1901,81851,'Stone Talus','',37.625,-127.625,0,0,0,'2020-01-19 07:33:35'); ++INSERT INTO `marker` VALUES (11336,1901,NULL,2,1931,82063,'Bokoblin Camp','',118.25,-158.03125,0,0,0,'2020-01-20 14:35:01'); ++INSERT INTO `marker` VALUES (11337,1901,NULL,2,1944,80073,'Royal Bow','In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.',140.27734375,-103.53125,0,0,0,'2020-01-20 17:36:53'); ++INSERT INTO `marker` VALUES (11338,1901,NULL,2,1901,14388,'Dinraal Farming Spot','',78.10940838879046,-112.20080150401046,0,0,0,'2020-01-21 04:13:48'); ++INSERT INTO `marker` VALUES (11339,1901,NULL,2,1935,79786,'Hero's treasure','Kass quest to retrieve the hero's cache.',186.6875,-169,0,0,0,'2020-01-21 17:25:49'); ++INSERT INTO `marker` VALUES (11340,1901,NULL,2,1935,79786,'Hero's treasure','Kass's quest to retrieve the old hero's treasure',186.734375,-169.015625,0,0,0,'2020-01-21 17:31:13'); ++INSERT INTO `marker` VALUES (11341,1901,NULL,2,1939,74072,'Ice Wizzrobe','',103.828125,-186.2734375,0,0,0,'2020-01-22 08:26:08'); ++INSERT INTO `marker` VALUES (11342,1901,NULL,2,1944,78796,'Silverscale spear','Not a zora spear',178.92578119357813,-120.57020968512843,0,0,0,'2020-01-23 06:16:09'); ++INSERT INTO `marker` VALUES (11343,1901,NULL,2,1944,78796,'Silverscale spear','Not Zora spear',180.0005580614658,-119.70081878786053,0,0,0,'2020-01-23 07:14:53'); ++INSERT INTO `marker` VALUES (11344,1901,NULL,2,1901,82330,'bghit nmshi','',168.5,-88.5,0,0,0,'2020-01-23 10:34:49'); ++INSERT INTO `marker` VALUES (11345,1901,NULL,2,1944,14388,'EX Ravio's Hood','',140.91632506751728,-165.96788977438555,0,1,0,'2020-01-24 20:32:01'); ++INSERT INTO `marker` VALUES (11346,1901,NULL,2,1902,82690,'Barbarian Helm','',200.375,-71.625,0,0,0,'2020-01-26 16:12:42'); ++INSERT INTO `marker` VALUES (11347,1901,NULL,2,1902,82690,'Barbarian Chestplate','',99.738037109375,-182.03207397460938,0,0,0,'2020-01-26 16:18:02'); ++INSERT INTO `marker` VALUES (11348,1901,NULL,2,1902,82690,'Barbarian Leg Wraps','',114.8657455444336,-71.79652404785156,0,0,0,'2020-01-26 16:19:07'); ++INSERT INTO `marker` VALUES (11349,1901,NULL,2,1902,82690,'Nintendo switch shirt','',120.66229796409607,-159.3363962173462,0,0,0,'2020-01-26 16:22:57'); ++INSERT INTO `marker` VALUES (11350,1901,NULL,2,1902,82690,'Hyrulian Trousers','',115.5775511264801,-158.34299850463867,0,0,0,'2020-01-26 16:26:15'); ++INSERT INTO `marker` VALUES (11351,1901,NULL,2,1902,82690,'Warm Doublet','',115.44416403770447,-163.25823616981506,0,0,0,'2020-01-26 16:35:44'); ++INSERT INTO `marker` VALUES (11352,1901,NULL,2,1902,82690,'Warm Doublet','',107.85525643825531,-162.6944615840912,0,0,0,'2020-01-26 16:38:36'); ++INSERT INTO `marker` VALUES (11353,1901,NULL,2,1943,82757,'Rupee','Purple rupee(50)',135.328125,-158.546875,0,0,0,'2020-01-27 00:57:06'); ++INSERT INTO `marker` VALUES (11354,1901,NULL,2,1930,82757,'Lizarfos','2 Lizarfos',135.3984375,-159.171875,0,0,0,'2020-01-27 01:02:07'); ++INSERT INTO `marker` VALUES (11355,1901,NULL,2,1935,82757,'The Giant of Relis Pond','hunt a Hinox in Ralis Pond',179.828125,-119.40625,0,0,0,'2020-01-27 02:17:51'); ++INSERT INTO `marker` VALUES (11356,1901,NULL,2,1944,82757,'Zora Spear','Behind the Bottom korok',179.859375,-120.0546875,0,0,0,'2020-01-27 02:29:53'); ++INSERT INTO `marker` VALUES (11357,1901,NULL,2,1901,82772,'Divine Beast Vah Rudania','',168.375,-88.25,0,0,0,'2020-01-27 04:15:34'); ++INSERT INTO `marker` VALUES (11358,1901,NULL,2,1916,82787,'Kolog','',133.0546875,-150.2578125,0,0,0,'2020-01-27 11:48:54'); ++INSERT INTO `marker` VALUES (11359,1901,NULL,2,1939,78832,'Blizzrobe','',103.78125,-186.46875,0,0,0,'2020-01-28 00:01:04'); ++INSERT INTO `marker` VALUES (11360,1901,NULL,2,1943,82489,'gold rupee','',107.1484375,-90.9140625,0,0,0,'2020-01-28 08:08:07'); ++INSERT INTO `marker` VALUES (11361,1901,NULL,2,1943,82489,'giant ancient core','',108.828125,-89.0703125,0,0,0,'2020-01-28 08:09:43'); ++INSERT INTO `marker` VALUES (11362,1901,NULL,2,1904,77697,'Dinraal Farm','Farm Dinraal (Fire Dragon) parts',142.640625,-70.390625,0,0,0,'2020-01-28 15:25:36'); ++INSERT INTO `marker` VALUES (11363,1901,NULL,2,1901,82864,'Boat','',111.20703125,-160.0234375,0,0,0,'2020-01-28 16:48:11'); ++INSERT INTO `marker` VALUES (11364,1901,NULL,2,1901,82864,'Bed','',115.822265625,-163.228515625,0,0,0,'2020-01-28 16:54:43'); ++INSERT INTO `marker` VALUES (11365,1901,NULL,2,1931,82864,'Enemy Camp','',117.765625,-162.18359375,0,0,0,'2020-01-28 17:14:34'); ++INSERT INTO `marker` VALUES (11366,1901,NULL,2,1936,82864,'Cracked Wall','Hides treasure',114.3984375,-158.234375,0,0,0,'2020-01-28 17:16:27'); ++INSERT INTO `marker` VALUES (11367,1901,NULL,2,1926,82913,'Vah'Naboris','',82.125,-180.75,0,0,0,'2020-01-28 18:11:51'); ++INSERT INTO `marker` VALUES (11368,1901,NULL,2,1926,82913,'Vah'Rudania','',165.75,-88.3125,0,0,0,'2020-01-28 18:16:18'); ++INSERT INTO `marker` VALUES (11369,1901,NULL,2,1901,82913,'Vah'Medoh','',71.5625,-99.8125,0,0,0,'2020-01-28 18:16:53'); ++INSERT INTO `marker` VALUES (11370,1901,NULL,2,1901,82414,'Espadon mision diosa','',65.9765625,-142.4921875,0,0,0,'2020-01-28 19:34:02'); ++INSERT INTO `marker` VALUES (11371,1901,NULL,2,1901,82929,'hi','',37.06213753668689,-83.9657916120841,0,0,0,'2020-01-28 22:43:16'); ++INSERT INTO `marker` VALUES (11372,1901,NULL,2,1935,82864,'By Firefly's Light','',157.71484375,-144.19140625,0,0,0,'2020-01-29 00:58:19'); ++INSERT INTO `marker` VALUES (11373,1901,NULL,2,1935,82864,'The Stolen Heirloom','',155.8828125,-143.41796875,0,0,0,'2020-01-29 01:17:36'); ++INSERT INTO `marker` VALUES (11374,1901,NULL,2,1936,82864,'Cracked Wall','',154.609375,-145.01953125,0,0,0,'2020-01-29 01:32:17'); ++INSERT INTO `marker` VALUES (11375,1901,NULL,2,1901,81346,'cubos ','cubos ',101.95703125,-164.51953125,0,0,0,'2020-01-30 20:47:31'); ++INSERT INTO `marker` VALUES (11376,1901,NULL,2,1944,59975,'Tingle's Tights (DLC)','',127.484375,-131.34765625,0,0,0,'2020-01-30 21:33:02'); ++INSERT INTO `marker` VALUES (11377,1901,NULL,2,1902,59975,'Phantom Armor (DLC)','',124.18994140625,-126.63272094726562,0,0,0,'2020-01-30 21:35:00'); ++INSERT INTO `marker` VALUES (11378,1901,NULL,2,1902,59975,'Phantom Greaves (DLC)','',120.0267333984375,-137.57664489746094,0,0,0,'2020-01-30 21:38:52'); ++INSERT INTO `marker` VALUES (11379,1901,NULL,2,1901,82896,'Ores','',79.46875,-156.2578125,0,0,0,'2020-01-31 22:40:52'); ++INSERT INTO `marker` VALUES (11380,1901,NULL,2,1901,22593,'Cave Entrance','',69.4921875,-72.390625,0,0,0,'2020-02-02 18:59:54'); ++INSERT INTO `marker` VALUES (11381,1901,NULL,2,1926,83430,'Divine Beast Vah Naboris','',88.09375,-185.28125,0,0,0,'2020-02-02 21:30:20'); ++INSERT INTO `marker` VALUES (11382,1901,NULL,2,1926,83430,'Divine Beast Vah Medoh','',71.5390625,-98.921875,0,0,0,'2020-02-02 21:31:06'); ++INSERT INTO `marker` VALUES (11383,1901,NULL,2,1926,83430,'Divine Beast Vah Rudania','',167.703125,-87.453125,0,0,0,'2020-02-02 21:31:34'); ++INSERT INTO `marker` VALUES (11384,1901,NULL,2,1920,83436,'AAA','',75.125,-81.34375,0,0,0,'2020-02-02 22:22:41'); ++INSERT INTO `marker` VALUES (11385,1901,NULL,2,1931,82864,'Bokoblin Camp','',143.46875,-149.15625,0,0,0,'2020-02-03 16:56:28'); ++INSERT INTO `marker` VALUES (11386,1901,NULL,2,1939,74072,'Ice Wizzrobe','',68.328125,-161.28125,0,0,0,'2020-02-03 22:47:31'); ++INSERT INTO `marker` VALUES (11387,1901,NULL,2,1939,74072,'Ice Wizzrobe','',75.4453125,-152.2109375,0,0,0,'2020-02-03 23:59:37'); ++INSERT INTO `marker` VALUES (11388,1901,NULL,2,1939,78832,'Blizzrobe','',75.59375,-152.546875,0,0,0,'2020-02-04 12:39:33'); ++INSERT INTO `marker` VALUES (11389,1901,NULL,2,1902,83601,'hylian shield','',66.625,-99.125,0,0,0,'2020-02-04 19:14:28'); ++INSERT INTO `marker` VALUES (11390,1901,NULL,2,1936,23714,'111','',174.6796875,-133.6484375,0,1,0,'2020-02-05 18:01:36'); ++INSERT INTO `marker` VALUES (11391,1901,NULL,2,1926,80678,'Divine Beast Medoh','Revali's Divine Beast',71.61249923706055,-98.87587406479494,0,0,0,'2020-02-05 18:08:20'); ++INSERT INTO `marker` VALUES (11392,1901,NULL,2,1926,80678,' Divine Beast Vah Rudania','Daruk's Divine Beast',163.8624973297119,-90.69760846325755,0,0,0,'2020-02-05 18:09:12'); ++INSERT INTO `marker` VALUES (11393,1901,NULL,2,1926,80678,'Divine Beast Vah Naboris ','Urbosa's Divine Beast',69.76250076293945,-184.56269717759437,0,0,0,'2020-02-05 18:10:11'); ++INSERT INTO `marker` VALUES (11394,1901,NULL,2,1936,23714,'111','',201.359375,-115.8125,0,0,0,'2020-02-06 12:38:13'); ++INSERT INTO `marker` VALUES (11395,1901,NULL,2,1936,23714,'111','',200.875,-118.953125,0,0,0,'2020-02-06 12:38:32'); ++INSERT INTO `marker` VALUES (11396,1901,NULL,2,1901,76193,'Sanctum','',124.0390625,-112.1875,0,0,0,'2020-02-06 20:01:27'); ++INSERT INTO `marker` VALUES (11397,1901,NULL,2,1930,76193,'Calamity Ganon','',124.015625,-111.40625,0,0,0,'2020-02-06 20:01:54'); ++INSERT INTO `marker` VALUES (11398,1901,NULL,2,1930,76193,'Dark Beast Ganon','',127.1875,-136.5,0,0,0,'2020-02-06 20:02:24'); ++INSERT INTO `marker` VALUES (11399,1901,NULL,2,1901,83632,'volver kolog','',158.6015625,-175.03125,0,0,0,'2020-02-06 23:31:32'); ++INSERT INTO `marker` VALUES (11400,1901,NULL,2,1936,23714,'111','',158.05859375,-90.45703125,0,0,0,'2020-02-07 18:23:39'); ++INSERT INTO `marker` VALUES (11401,1901,NULL,2,1931,83679,'Lizalfo Camp ','about 6 enemies',168.86328125,-123.8984375,0,0,0,'2020-02-08 09:50:51'); ++INSERT INTO `marker` VALUES (11402,1901,NULL,2,1905,84039,'stuff','',127.375,-130.625,0,0,0,'2020-02-08 18:42:01'); ++INSERT INTO `marker` VALUES (11403,1901,NULL,2,1931,74630,'enemy camp','',173.703125,-160.0234375,0,0,0,'2020-02-09 01:14:51'); ++INSERT INTO `marker` VALUES (11404,1901,NULL,2,1926,74630,'Vah Medah','',71.5390625,-98.9140625,0,0,0,'2020-02-09 01:15:45'); ++INSERT INTO `marker` VALUES (11405,1901,NULL,2,1926,74630,'Vah Rudonia','',165.171875,-87.578125,0,0,0,'2020-02-09 01:16:21'); ++INSERT INTO `marker` VALUES (11406,1901,NULL,2,1935,79196,'Riddles of Hyrule','',134.55078125,-93.87109375,0,1,0,'2020-02-09 17:59:30'); ++INSERT INTO `marker` VALUES (11407,1901,NULL,2,1916,84145,'Korok Seeds','Go to sign in time',136.5859375,-183.9726563692093,0,0,0,'2020-02-11 17:21:00'); ++INSERT INTO `marker` VALUES (11408,1901,NULL,2,1926,66829,'Nova Prime','',71.359375,-99.890625,0,0,0,'2020-02-12 03:50:48'); ++INSERT INTO `marker` VALUES (11409,1901,NULL,2,1930,84578,'Assasin','',162.935546875,-140.150390625,0,0,0,'2020-02-12 21:48:25'); ++INSERT INTO `marker` VALUES (11410,1901,NULL,2,1939,74072,'Ice Wizzrobe','',60.94921875,-145.0625,0,0,0,'2020-02-12 23:34:48'); ++INSERT INTO `marker` VALUES (11411,1901,NULL,2,1901,84635,'???','',144.29698374793037,-154.7972177714562,0,0,0,'2020-02-13 05:59:57'); ++INSERT INTO `marker` VALUES (11412,1901,NULL,2,1925,84349,'Sharo Lun Shrine','',173.7734375,-90.21875,0,1,0,'2020-02-13 12:24:58'); ++INSERT INTO `marker` VALUES (11413,1901,NULL,2,1925,84349,'Rinu Honika Shrine','',163.05078125,-96.87890625,0,0,0,'2020-02-13 12:25:53'); ++INSERT INTO `marker` VALUES (11414,1901,NULL,2,1925,84349,'Daqa Koh Shrine','',160.296875,-91.6796875,0,0,0,'2020-02-13 12:26:31'); ++INSERT INTO `marker` VALUES (11415,1901,NULL,2,1925,84349,'Kamia Omuna Shrine','',161.3125,-77.56640625,0,0,0,'2020-02-13 12:28:52'); ++INSERT INTO `marker` VALUES (11416,1901,NULL,2,1925,84349,'Sato Koda shrine','',176.48828125,-115.00390625,0,0,0,'2020-02-13 12:30:14'); ++INSERT INTO `marker` VALUES (11417,1901,NULL,2,1901,84357,'Falta','\r\n\r\n',160.92100309867746,-143.07572886886143,0,0,0,'2020-02-13 19:51:20'); ++INSERT INTO `marker` VALUES (11418,1901,NULL,2,1926,78956,'Divine Beast Vah Rudania','',168.6875,-89.125,0,0,0,'2020-02-14 09:47:54'); ++INSERT INTO `marker` VALUES (11419,1901,NULL,2,1926,78956,'Divine Beast Vah Medoh','',71.34375,-99.921875,0,0,0,'2020-02-14 09:48:25'); ++INSERT INTO `marker` VALUES (11420,1901,NULL,2,1926,78956,'Divine Beast Vah Naboris','',94.8504638671875,-169.0638427734375,0,0,0,'2020-02-14 09:48:46'); ++INSERT INTO `marker` VALUES (11421,1901,NULL,2,1940,83846,'Master Mode Lynel','',118.5625,-157.6875,0,0,0,'2020-02-15 02:05:02'); ++INSERT INTO `marker` VALUES (11422,1901,NULL,2,1920,77349,'Great Plateau','',111.67708206176758,-158.34375,0,0,0,'2020-02-16 01:18:41'); ++INSERT INTO `marker` VALUES (11423,1901,NULL,2,1931,56340,'Bokoblin Camp','',118.0874947309494,-157.941461057196,0,1,0,'2020-02-16 02:08:25'); ++INSERT INTO `marker` VALUES (11424,1901,NULL,2,1932,75081,'Decayed Guardian','',71.4614752348991,-144.1709273346582,0,0,0,'2020-02-16 05:52:06'); ++INSERT INTO `marker` VALUES (11425,1901,NULL,2,1940,75081,'Lynel','',64.43820768091288,-141.65348519764598,0,0,0,'2020-02-16 05:52:36'); ++INSERT INTO `marker` VALUES (11426,1901,NULL,2,1941,75081,'Stone Talus','',68.38338460361675,-146.8820983606131,0,0,0,'2020-02-16 05:53:10'); ++INSERT INTO `marker` VALUES (11427,1901,NULL,2,1901,83679,'Zora Monument',' Memoir of a Gifted Stonemason',178.171875,-116.734375,0,1,0,'2020-02-16 09:24:21'); ++INSERT INTO `marker` VALUES (11428,1901,NULL,2,1935,83679,'The Giant of Ralis Pond','Defeat the hinox near Ralis pond and return to Torfeau and gain a silver rupee',179.7578125,-119.453125,0,0,0,'2020-02-16 10:11:37'); ++INSERT INTO `marker` VALUES (11429,1901,NULL,2,1925,85069,'Mogg Latan Shrine','',92.080322265625,-135.19927978515625,0,0,0,'2020-02-16 17:16:33'); ++INSERT INTO `marker` VALUES (11430,1901,NULL,2,1916,84988,'missed','',149.9453125,-114.5546875,0,0,0,'2020-02-17 02:53:51'); ++INSERT INTO `marker` VALUES (11431,1901,NULL,2,1901,84360,'Kaya Wan','',101.56137352778163,-161.18480546537663,0,0,0,'2020-02-18 01:34:05'); ++INSERT INTO `marker` VALUES (11432,1901,NULL,2,1901,82889,'2go','\r\n\r\n\r\n\r\n\r\n\r\n',95,-162.625,0,1,0,'2020-02-18 02:22:40'); ++INSERT INTO `marker` VALUES (11433,1901,NULL,2,1926,81469,'Divine Beast Vah Medoh','',71.328125,-99.453125,0,0,0,'2020-02-18 18:28:49'); ++INSERT INTO `marker` VALUES (11434,1901,NULL,2,1910,85375,'Fish','Fish',118.9609375,-153.8125,0,0,0,'2020-02-18 18:37:13'); ++INSERT INTO `marker` VALUES (11435,1901,NULL,2,1930,85375,'Bokoblin x2','',116.4453125,-154.84375,0,0,0,'2020-02-18 19:11:51'); ++INSERT INTO `marker` VALUES (11436,1901,NULL,2,1901,32383,'Phantom Gannon Marker','',144.08124923706055,-178.62012001509012,0,0,0,'2020-02-19 01:12:33'); ++INSERT INTO `marker` VALUES (11437,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.322021484375,-130.96331787109375,0,0,0,'2020-02-19 16:45:34'); ++INSERT INTO `marker` VALUES (11438,1901,NULL,2,1901,85483,'Zora Stone Monuments','',172.94642639160156,-127.52369689941406,0,0,0,'2020-02-19 16:46:06'); ++INSERT INTO `marker` VALUES (11439,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.78125,-126.90234375,0,0,0,'2020-02-19 16:46:21'); ++INSERT INTO `marker` VALUES (11440,1901,NULL,2,1935,85483,'Zora Stone Monuments','',179.97105407714844,-119.23240661621094,0,0,0,'2020-02-19 17:12:01'); ++INSERT INTO `marker` VALUES (11441,1901,NULL,2,1916,85573,'korogu','',91.625,-75.03125,0,0,0,'2020-02-20 16:55:42'); ++INSERT INTO `marker` VALUES (11442,1901,NULL,2,1901,85654,'INIZIO','',111.78125,-158.625,0,0,0,'2020-02-21 16:17:11'); ++INSERT INTO `marker` VALUES (11443,1901,NULL,2,1920,85654,'VILLAGGIO CALBARICO','',128.4375,-154.9375,0,0,0,'2020-02-21 16:18:49'); ++INSERT INTO `marker` VALUES (11444,1901,NULL,2,1944,85878,'Island Lobster Shirt','',125.5859375,-176.143736343033,0,0,0,'2020-02-23 00:42:14'); ++INSERT INTO `marker` VALUES (11445,1901,NULL,2,1944,85878,'Phantom Ganon Greaves (DLC)','',156.44999885559082,-180.62844515121634,0,0,0,'2020-02-23 01:28:21'); ++INSERT INTO `marker` VALUES (11446,1901,NULL,2,1944,85878,' Phantom Ganon Skull (DLC)','',153.72187519073486,-178.81009362793648,0,0,0,'2020-02-23 01:28:48'); ++INSERT INTO `marker` VALUES (11447,1901,NULL,2,1901,84688,'Entrada','La entrada para el santuario',122.90625,-109.921875,0,0,0,'2020-02-23 02:57:08'); ++INSERT INTO `marker` VALUES (11448,1901,NULL,2,1901,44233,'ss','',123.9375,-165.8125,0,0,0,'2020-02-23 11:59:07'); ++INSERT INTO `marker` VALUES (11449,1901,NULL,2,1921,85980,'asd','',124.375,-124.875,0,0,0,'2020-02-23 19:50:15'); ++INSERT INTO `marker` VALUES (11450,1901,NULL,2,1903,85240,'sword','',47.25,-132.9375,0,0,0,'2020-02-23 21:42:49'); ++INSERT INTO `marker` VALUES (11451,1901,NULL,2,1936,85883,'Cracked Wall','',158.70323061943054,-175.58752091170015,0,1,0,'2020-02-23 22:35:01'); ++INSERT INTO `marker` VALUES (11452,1901,NULL,2,1939,78832,'Blizzrobe','',61.328125,-145.1875,0,0,0,'2020-02-24 09:47:21'); ++INSERT INTO `marker` VALUES (11453,1901,NULL,2,1936,76193,'Cracked Wall x2','',158.828125,-165.0703125,0,0,0,'2020-02-24 19:43:05'); ++INSERT INTO `marker` VALUES (11454,1901,NULL,2,1945,76193,'Lord of the Mountain','',92.36328125,-133.30078125,0,0,0,'2020-02-24 19:54:02'); ++INSERT INTO `marker` VALUES (11455,1901,NULL,2,1920,76193,'Satori Mountain','',92.15625,-134.71875,0,0,0,'2020-02-24 19:54:25'); ++INSERT INTO `marker` VALUES (11456,1901,NULL,2,1920,76193,'Death Mountain','',167.875,-87.71875,0,0,0,'2020-02-24 19:54:41'); ++INSERT INTO `marker` VALUES (11457,1901,NULL,2,1901,86159,'???','??',69.75,-176.875,0,0,0,'2020-02-25 18:09:09'); ++INSERT INTO `marker` VALUES (11458,1901,NULL,2,1935,86163,'hero tunic','falar com impa e achar uma memoria',155.8515625,-143.41015625,0,0,0,'2020-02-26 11:21:32'); ++INSERT INTO `marker` VALUES (11459,1901,NULL,2,1921,86256,'der','qze',89,-106,0,0,0,'2020-02-26 15:32:00'); ++INSERT INTO `marker` VALUES (11460,1901,NULL,2,1939,78832,'Blizzrobe','',74.019287109375,-129.474609375,0,0,0,'2020-02-27 03:17:25'); ++INSERT INTO `marker` VALUES (11461,1901,NULL,2,1901,85964,'KOROGU DUR','',63.00390625,-71.55457733871773,0,0,0,'2020-02-27 16:04:05'); ++INSERT INTO `marker` VALUES (11462,1901,NULL,2,1901,76193,'Shadow Hamlet Ruins','',175.5625,-92.3203125,0,0,0,'2020-02-27 20:03:01'); ++INSERT INTO `marker` VALUES (11463,1901,NULL,2,1901,86407,'kakariko','',34.875,-89.375,0,0,0,'2020-02-28 01:27:43'); ++INSERT INTO `marker` VALUES (11464,1901,NULL,2,1923,86422,'Center','',45.53271484375,-110.03076171875,0,1,0,'2020-02-28 01:36:58'); ++INSERT INTO `marker` VALUES (11465,1901,NULL,2,1901,82004,'Giant Horse (Ganon's Horse)','You require at least two and a half stamina circles to tame this horse',109.46875,-169.5625,0,1,0,'2020-02-29 03:26:55'); ++INSERT INTO `marker` VALUES (11466,1901,NULL,2,1901,82887,'My House','',179.7734375,-163.6953125,0,1,0,'2020-03-02 15:12:05'); ++INSERT INTO `marker` VALUES (11467,1901,NULL,2,1939,78832,'Blizzrobe','',82.890625,-81.640625,0,0,0,'2020-03-03 03:45:01'); ++INSERT INTO `marker` VALUES (11468,1901,NULL,2,1936,84638,'Crack Wall','',126.91266335728183,-144.34753792085272,0,1,0,'2020-03-03 04:46:24'); ++INSERT INTO `marker` VALUES (11469,1901,NULL,2,1936,82489,'rare ore deposit','',193.765625,-127.71484375,0,1,0,'2020-03-03 06:26:35'); ++INSERT INTO `marker` VALUES (11470,1901,NULL,2,1939,78832,'Blizzrobe','',81.12554931640625,-86.59439086914062,0,0,0,'2020-03-03 07:35:51'); ++INSERT INTO `marker` VALUES (11471,1901,NULL,2,1939,78832,'Blizzrobe','',73.8475341796875,-86.63885498046875,0,0,0,'2020-03-03 08:17:32'); ++INSERT INTO `marker` VALUES (11472,1901,NULL,2,1944,82489,'chest','forest dweller's bow',195.9140625,-114.5078125,0,1,0,'2020-03-03 18:46:52'); ++INSERT INTO `marker` VALUES (11473,1901,NULL,2,1931,82489,'enemy camp','',195.71875,-114.3984375,0,0,0,'2020-03-03 18:47:32'); ++INSERT INTO `marker` VALUES (11474,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.5625,-99.875,0,0,0,'2020-03-03 23:58:55'); ++INSERT INTO `marker` VALUES (11475,1901,NULL,2,1939,78832,'Blizzrobe','',83.74578857421875,-93.01483154296875,0,0,0,'2020-03-04 03:45:52'); ++INSERT INTO `marker` VALUES (11476,1901,NULL,2,1939,78832,'Blizzrobe','',89.5594482421875,-99.61810302734375,0,0,0,'2020-03-04 04:51:36'); ++INSERT INTO `marker` VALUES (11477,1901,NULL,2,1936,82489,'rare ore deposit','rare ore deposit',160.43359375,-93.0859375,0,1,0,'2020-03-04 11:28:13'); ++INSERT INTO `marker` VALUES (11478,1901,NULL,2,1936,82489,'rare ore deposit','',143.28515625,-103.87890625,0,1,0,'2020-03-04 15:07:20'); ++INSERT INTO `marker` VALUES (11479,1901,NULL,2,1925,87060,'Keive Tala Shrine','',91.03125,-189.46875,0,0,0,'2020-03-05 03:17:41'); ++INSERT INTO `marker` VALUES (11480,1901,NULL,2,1925,87060,'Takama Shiri Shrine','Dual Purpose',51.40625,-161.671875,0,0,0,'2020-03-05 03:19:24'); ++INSERT INTO `marker` VALUES (11481,1901,NULL,2,1925,87060,'Etsu Korima Shrine','Path of Light',108.9609375,-161.0625,0,0,0,'2020-03-05 03:21:27'); ++INSERT INTO `marker` VALUES (11482,1901,NULL,2,1936,82489,'rare ore deposit','',64.4296875,-92.796875,0,1,0,'2020-03-05 09:10:33'); ++INSERT INTO `marker` VALUES (11483,1901,NULL,2,1944,82489,'fire arrow x5','fire arrow x5',110.3203125,-87.7421875,0,1,0,'2020-03-05 12:56:03'); ++INSERT INTO `marker` VALUES (11484,1901,NULL,2,1901,82489,'xenoblade chronicles 2 ','at night look southeast',84.53125,-82.7421875,0,0,0,'2020-03-05 14:41:25'); ++INSERT INTO `marker` VALUES (11485,1901,NULL,2,1901,82489,'surfing challenge','surfing challenge \r\n',81.8515625,-78.9140625,0,1,0,'2020-03-05 15:02:30'); ++INSERT INTO `marker` VALUES (11486,1901,NULL,2,1916,86809,'a','',64.16015625,-70.05078125,0,0,0,'2020-03-05 15:22:48'); ++INSERT INTO `marker` VALUES (11487,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.37540761383727,-99.56982879934631,0,0,0,'2020-03-05 18:22:44'); ++INSERT INTO `marker` VALUES (11488,1901,NULL,2,1926,86992,'Divine Beast Va Naboris','',75.8587462119039,-186.15059570481765,0,0,0,'2020-03-05 18:23:41'); ++INSERT INTO `marker` VALUES (11489,1901,NULL,2,1926,86992,'Divine Beast Vah Rudania','',166.42709906278046,-90.28909047202436,0,0,0,'2020-03-05 18:24:19'); ++INSERT INTO `marker` VALUES (11490,1901,NULL,2,1935,82489,'good-sized horse','',96.125,-157.296875,0,1,0,'2020-03-05 19:25:39'); ++INSERT INTO `marker` VALUES (11491,1901,NULL,2,1943,87074,'Phantom Ganon Skull (DLC)','"Some believe this serie headgear is inspirited by a dark entity resembling the Great King of Evil himself. It's a rather rare find."',154.12109375,-177.42578125,0,0,0,'2020-03-05 20:51:33'); ++INSERT INTO `marker` VALUES (11492,1901,NULL,2,1901,87273,'Temple of Time','The Temple once home to the Master Sword',115.421875,-157.984375,0,0,0,'2020-03-07 01:33:12'); ++INSERT INTO `marker` VALUES (11493,1901,NULL,2,1902,84143,'Prueba','Cosa molona',108.515625,-161.79777081414525,0,0,0,'2020-03-07 10:49:35'); ++INSERT INTO `marker` VALUES (11494,1901,NULL,2,1902,84143,'Prueba','Hola',108.375,-161.65700266858596,0,0,0,'2020-03-07 10:50:19'); ++INSERT INTO `marker` VALUES (11495,1901,NULL,2,1944,75356,'Royal Halberd','',118.3125,-86.99443232209474,0,0,0,'2020-03-08 02:40:36'); ++INSERT INTO `marker` VALUES (11496,1901,NULL,2,1901,87453,'Collo','',110.1875,-147.875,0,0,0,'2020-03-08 03:32:59'); ++INSERT INTO `marker` VALUES (11497,1901,NULL,2,1901,87453,'colosseum','',110,-147.84375,0,0,0,'2020-03-08 03:33:38'); ++INSERT INTO `marker` VALUES (11498,1901,NULL,2,1930,83679,'Koblins','Fire Keese\r\nBokoblins \r\nFire Chuchu',161.0078125,-104.125,0,1,0,'2020-03-08 03:46:44'); ++INSERT INTO `marker` VALUES (11499,1901,NULL,2,1931,83679,'Lizalfo Camp ','1 Moblin\r\n3archers\r\nabout 4 Bokoblins',169.4375,-119.78125,0,0,0,'2020-03-08 09:48:03'); ++INSERT INTO `marker` VALUES (11500,1901,NULL,2,1901,64382,'cd','',67.3515625,-69.578125,0,0,0,'2020-03-08 17:21:57'); ++INSERT INTO `marker` VALUES (11501,1901,NULL,2,1901,83679,'Akkala Tech Lab','',198.55859375,-78.515625,0,0,0,'2020-03-09 08:12:23'); ++INSERT INTO `marker` VALUES (11502,1901,NULL,2,1916,87607,'K','',187.30907424793315,-184.49025863916341,0,0,0,'2020-03-09 16:29:41'); ++INSERT INTO `marker` VALUES (11503,1901,NULL,2,1910,86377,'Purple Rupee (50 Rupees)','',158.890625,-165.0078125,0,1,0,'2020-03-09 19:52:52'); ++INSERT INTO `marker` VALUES (11504,1901,NULL,2,1910,86377,'Silver Rupee (100 Rupees)','',107.2734375,-119.88671875,0,0,0,'2020-03-09 21:52:41'); ++INSERT INTO `marker` VALUES (11505,1901,NULL,2,1939,73379,'Ice Wizzrobe','missed one',103.8359375,-186.3671875,0,0,0,'2020-03-10 00:49:00'); ++INSERT INTO `marker` VALUES (11506,1901,NULL,2,1916,86041,'Korok Seed','',132.4375,-189,0,1,0,'2020-03-10 19:44:23'); ++INSERT INTO `marker` VALUES (11507,1901,NULL,2,1916,87765,'Sin encontrar','',111.96066069602966,-85.57942342758179,0,0,0,'2020-03-11 00:18:53'); ++INSERT INTO `marker` VALUES (11508,1901,NULL,2,1901,83679,'Hestu Final Location','This is where Hestu stays, its a small opening beside the master sword platform',134.76171875,-94.93359375,0,0,0,'2020-03-11 11:21:34'); ++INSERT INTO `marker` VALUES (11509,1901,NULL,2,1939,83262,'Wizzarobe','',73.734375,-129.5625,0,0,0,'2020-03-11 16:27:10'); ++INSERT INTO `marker` VALUES (11510,1901,NULL,2,1916,87994,'Korok Seeds','',179.1875,-180.171875,0,0,0,'2020-03-13 12:26:26'); ++INSERT INTO `marker` VALUES (11511,1901,NULL,2,1944,87948,'Zora Helmet','',182.09375,-114.1328125,0,0,0,'2020-03-13 13:07:30'); ++INSERT INTO `marker` VALUES (11512,1901,NULL,2,1931,88022,'Enemy Camp','',65.4820556640625,-97.047607421875,0,1,0,'2020-03-13 16:20:51'); ++INSERT INTO `marker` VALUES (11513,1901,NULL,2,1936,87099,'Box','100 ruby',150.453125,-97.45703125,0,0,0,'2020-03-14 02:08:51'); ++INSERT INTO `marker` VALUES (11514,1901,NULL,2,1925,86320,'Shrine of Resurrection','',110.734130859375,-157.36749267578125,0,0,0,'2020-03-14 10:33:19'); ++INSERT INTO `marker` VALUES (11515,1901,NULL,2,1938,86803,'relais du sud d'Akkala','',177.046875,-101.828125,0,0,0,'2020-03-14 17:27:54'); ++INSERT INTO `marker` VALUES (11516,1901,NULL,2,1926,87473,'Vah Naboris','',95.109375,-168.5703125,0,0,0,'2020-03-15 00:26:56'); ++INSERT INTO `marker` VALUES (11517,1901,NULL,2,1926,72128,'vah'rudania','',167.75,-87.5,0,0,0,'2020-03-15 16:04:52'); ++INSERT INTO `marker` VALUES (11518,1901,NULL,2,1931,73379,'Enemy Camp','You missed this one',195.390625,-137.671875,0,0,0,'2020-03-15 20:01:37'); ++INSERT INTO `marker` VALUES (11519,1901,NULL,2,1936,83262,'Precious & saphire','Cracked stone giving precious stone',95.4765625,-131.2265625,0,0,0,'2020-03-15 20:29:34'); ++INSERT INTO `marker` VALUES (11520,1901,NULL,2,1926,85570,'Divine Beast Vah Medoh','',71.5859375,-98.5,0,0,0,'2020-03-15 23:24:41'); ++INSERT INTO `marker` VALUES (11521,1901,NULL,2,1935,30971,'By Firefly's Light','',157.671875,-144.18359375,0,0,0,'2020-03-17 05:29:30'); ++INSERT INTO `marker` VALUES (11522,1901,NULL,2,1944,87973,'Calças de Tingle','Embaixo do Guardião',127.4960949420929,-131.33984354138374,0,1,0,'2020-03-17 14:48:59'); ++INSERT INTO `marker` VALUES (11523,1901,NULL,2,1936,82864,'Cracked Wall','',139.24609375,-156.1640625,0,0,0,'2020-03-17 18:17:10'); ++INSERT INTO `marker` VALUES (11524,1901,NULL,2,1944,86041,'Royal Spear ','',118.97135418653488,-87.34895837306976,0,1,0,'2020-03-18 02:53:47'); ++INSERT INTO `marker` VALUES (11525,1901,NULL,2,1901,88764,'ok','',35,-127.5,0,0,0,'2020-03-18 17:09:33'); ++INSERT INTO `marker` VALUES (11526,1901,NULL,2,1944,56340,'Knight's Spear','',118.9296875,-87.36562987582413,0,0,0,'2020-03-18 18:26:41'); ++INSERT INTO `marker` VALUES (11527,1901,NULL,2,1916,80263,'seed','',174.48281264305115,-180.75067737849045,0,0,0,'2020-03-19 04:51:20'); ++INSERT INTO `marker` VALUES (11528,1901,NULL,2,1916,80263,'seed','',174.5234375,-180.7027478144451,0,0,0,'2020-03-19 04:51:45'); ++INSERT INTO `marker` VALUES (11529,1901,NULL,2,1930,87199,'Lizalfos','',149.671875,-178.71875,0,0,0,'2020-03-19 19:17:35'); ++INSERT INTO `marker` VALUES (11530,1901,NULL,2,1934,84505,'The Master Sword #18','',134.760991503956,-94.98366451263428,0,0,0,'2020-03-20 20:42:55'); ++INSERT INTO `marker` VALUES (11531,1901,NULL,2,1935,84505,'Rushroom Rush!','',84.14124164340336,-162.78018474578857,0,0,0,'2020-03-20 20:44:16'); ++INSERT INTO `marker` VALUES (11532,1901,NULL,2,1935,84505,'Tools of The Trade','',68.04132015869757,-173.58806848526,0,0,0,'2020-03-20 20:45:54'); ++INSERT INTO `marker` VALUES (11533,1901,NULL,2,1935,84505,'The Secret Club's Secret','',68.28222077425629,-173.828125,0,0,0,'2020-03-20 20:46:44'); ++INSERT INTO `marker` VALUES (11534,1901,NULL,2,1935,84505,'The Mystery Polluter','',66.86012795035073,-174.2734375,0,0,0,'2020-03-20 20:47:23'); ++INSERT INTO `marker` VALUES (11535,1901,NULL,2,1935,84505,'Medicinal Molduga','',67.53287617513175,-173.94460225105286,0,0,0,'2020-03-20 20:47:59'); ++INSERT INTO `marker` VALUES (11536,1901,NULL,2,1935,84505,'The Search for Barta','',66.93399595240831,-173.78125,0,0,0,'2020-03-20 20:48:54'); ++INSERT INTO `marker` VALUES (11537,1901,NULL,2,1935,84505,'The Thunder Helm','',67.26663179238241,-174.34375,0,0,0,'2020-03-20 20:50:23'); ++INSERT INTO `marker` VALUES (11538,1901,NULL,2,1935,84505,'The Eighth Heroine','',69.5796977915071,-173.9765625,0,0,0,'2020-03-20 20:50:43'); ++INSERT INTO `marker` VALUES (11539,1901,NULL,2,1901,88030,'Lanza de hielo dentro del templo, falto recoger','',140.1640625,-115.06749068694579,0,0,0,'2020-03-22 16:38:43'); ++INSERT INTO `marker` VALUES (11540,1901,NULL,2,1926,85570,'Divine Beast Vah Naboris','',95,-169.25,0,0,0,'2020-03-22 17:54:02'); ++INSERT INTO `marker` VALUES (11541,1901,NULL,2,1901,88684,'monster','',168.9622802734375,-171.4658203125,0,0,0,'2020-03-22 19:12:21'); ++INSERT INTO `marker` VALUES (11542,1901,NULL,2,1943,82864,'5 Fire Arrows','',180.099609375,-119.3125,0,0,0,'2020-03-22 23:15:51'); ++INSERT INTO `marker` VALUES (11543,1901,NULL,2,1936,89547,'il tesoro è dietro','',114.4140625,-158.21875,0,0,0,'2020-03-23 16:31:02'); ++INSERT INTO `marker` VALUES (11544,1901,NULL,2,1943,89547,'opal','',115.1640625,-158.66796875,0,0,0,'2020-03-23 19:22:10'); ++INSERT INTO `marker` VALUES (11545,1901,NULL,2,1943,89547,'opal','',115.16015625,-158.75,0,0,0,'2020-03-23 19:28:05'); ++INSERT INTO `marker` VALUES (11546,1901,NULL,2,1931,89547,'bokoblin camp','',107.9375,-154.296875,0,0,0,'2020-03-23 21:15:44'); ++INSERT INTO `marker` VALUES (11547,1901,NULL,2,1943,89547,'flint','',107.90625,-162.7265625,0,0,0,'2020-03-23 21:44:27'); ++INSERT INTO `marker` VALUES (11548,1901,NULL,2,1901,40441,'dinero infinito','',128.421875,-121.34375,0,0,0,'2020-03-24 03:28:09'); ++INSERT INTO `marker` VALUES (11549,1901,NULL,2,1926,39064,'Divine Beast Vah Naboris','',95.125,-169.4375,0,1,0,'2020-03-24 10:27:41'); ++INSERT INTO `marker` VALUES (11550,1901,NULL,2,1901,89658,'1','Bombes',121,-159.0625,0,0,0,'2020-03-24 13:03:30'); ++INSERT INTO `marker` VALUES (11551,1901,NULL,2,1943,89547,'amber','',137.2578125,-137.015625,0,0,0,'2020-03-24 13:07:01'); ++INSERT INTO `marker` VALUES (11552,1901,NULL,2,1934,83679,'Mipha's Touch (#10)','"Mipha quietly expresses her concern for Link while tending to his wounds atop the Divine Beast. She reassures Link that he can count on her in the upcoming trials ahead."',179.625,-120.53125,0,0,0,'2020-03-26 09:48:15'); ++INSERT INTO `marker` VALUES (11553,1901,NULL,2,1910,83262,'Gold Rupees','One gold Rupee\r\n300 rupees',197.77734375,-141.046875,0,0,0,'2020-03-26 17:02:14'); ++INSERT INTO `marker` VALUES (11554,1901,NULL,2,1920,89488,'Footrace Check-in','',86.5560302734375,-109.64181518554688,0,0,0,'2020-03-26 23:21:30'); ++INSERT INTO `marker` VALUES (11555,1901,NULL,2,1910,90066,'Amber','',107.859375,-162.69140625,0,0,0,'2020-03-27 17:33:19'); ++INSERT INTO `marker` VALUES (11556,1901,NULL,2,1936,89210,'Cracker Walls','Salt, Opal',178.3125,-103.3046875,0,0,0,'2020-03-28 12:58:42'); ++INSERT INTO `marker` VALUES (11557,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','small enemy camp with single watchtower and cooking pot',130.734375,-152.1328125,0,1,0,'2020-03-28 15:11:17'); ++INSERT INTO `marker` VALUES (11558,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Enemy Camp w/ Cooking Pot',132.44140625,-154.04296875,0,1,0,'2020-03-28 15:26:52'); ++INSERT INTO `marker` VALUES (11559,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Bokoblin Enemy Camp with single watchtower',135.71875,-152.73828125,0,1,0,'2020-03-28 15:34:24'); ++INSERT INTO `marker` VALUES (11560,1901,NULL,2,1901,90222,'ijko','ijko',152.09375,-184.21875,0,1,0,'2020-03-29 12:24:58'); ++INSERT INTO `marker` VALUES (11561,1901,NULL,2,1931,88203,'Bokoblins','',171.90625,-177.96875,0,0,0,'2020-03-29 13:46:19'); ++INSERT INTO `marker` VALUES (11562,1901,NULL,2,1901,89757,'hhhh','',106.421875,-153.84375,0,0,0,'2020-03-29 15:29:53'); ++INSERT INTO `marker` VALUES (11563,1901,NULL,2,1931,88203,'Bokoblins/Moblin','',160.87109375,-189.28125,0,0,0,'2020-03-29 15:34:46'); ++INSERT INTO `marker` VALUES (11564,1901,NULL,2,1931,88203,'Lezalfos','',179.8671875,-189.05859375,0,0,0,'2020-03-29 15:35:28'); ++INSERT INTO `marker` VALUES (11565,1901,NULL,2,1931,88203,'Bokoblins','',149.17578125,-181.578125,0,0,0,'2020-03-29 17:53:23'); ++INSERT INTO `marker` VALUES (11566,1901,NULL,2,1931,88203,'Bokoblins','',156.0390625,-186.6171875,0,0,0,'2020-03-29 18:24:57'); ++INSERT INTO `marker` VALUES (11567,1901,NULL,2,1931,88203,'Bokoblins','',141.8828125,-174.42578125,0,0,0,'2020-03-29 20:11:52'); ++INSERT INTO `marker` VALUES (11568,1901,NULL,2,1931,88203,'Bokoblins','',139.55859375,-171.1015625,0,0,0,'2020-03-29 20:12:09'); ++INSERT INTO `marker` VALUES (11569,1901,NULL,2,1931,88203,'Bokoblins','',139.328125,-155.51953125,0,0,0,'2020-03-30 20:43:44'); ++INSERT INTO `marker` VALUES (11570,1901,NULL,2,1901,89884,'john','',189.96875,-102.81510424613953,0,0,0,'2020-03-30 21:07:35'); ++INSERT INTO `marker` VALUES (11571,1901,NULL,2,1944,87973,'Medalhão de Viajem','Subsolo',200.729687333107,-72.39843761920929,0,1,0,'2020-03-31 00:16:57'); ++INSERT INTO `marker` VALUES (11572,1901,NULL,2,1926,90748,'Vah Medoh','',71.25,-99.875,0,0,0,'2020-03-31 11:33:43'); ++INSERT INTO `marker` VALUES (11573,1901,NULL,2,1926,90748,'Vah Rudania','',167.5,-87.75,0,0,0,'2020-03-31 11:36:41'); ++INSERT INTO `marker` VALUES (11574,1901,NULL,2,1926,90748,'Vah Naboris','',94.125,-168.375,0,0,0,'2020-03-31 11:38:37'); ++INSERT INTO `marker` VALUES (11575,1901,NULL,2,1943,90785,'DLC Chest ruby','Ruby',117.5,-151.73046875,0,0,0,'2020-04-01 13:32:56'); ++INSERT INTO `marker` VALUES (11576,1901,NULL,2,1901,90559,'Giant Horse','The area where the giant horse is found',108.875,-169.875,0,0,0,'2020-04-01 16:10:11'); ++INSERT INTO `marker` VALUES (11577,1901,NULL,2,1901,90983,'Toston's House','Mi humilde casita',179.79620046330842,-163.87256836537497,0,0,0,'2020-04-02 07:04:44'); ++INSERT INTO `marker` VALUES (11578,1901,NULL,2,1939,83679,'Ice Wizzrobe','',91.2265625,-99.22265625,0,0,0,'2020-04-02 07:57:10'); ++INSERT INTO `marker` VALUES (11579,1901,NULL,2,1901,78192,'bb','',174.25799560546875,-165.0872802734375,0,0,0,'2020-04-02 09:16:48'); ++INSERT INTO `marker` VALUES (11580,1901,NULL,2,1925,91066,'s','',132.84375,-79.15625,0,0,0,'2020-04-02 18:18:49'); ++INSERT INTO `marker` VALUES (11581,1901,NULL,2,1901,91165,'Campfire ','',105.58823109061187,-152.63490753177268,0,0,0,'2020-04-03 11:57:51'); ++INSERT INTO `marker` VALUES (11582,1901,NULL,2,1936,83262,'Cracked wall','precious gems\r\n',160.515625,-93.109375,0,0,0,'2020-04-03 15:24:44'); ++INSERT INTO `marker` VALUES (11583,1901,NULL,2,1901,90976,'xc','',59.125,-115.3125,0,0,0,'2020-04-04 06:44:32'); ++INSERT INTO `marker` VALUES (11584,1901,NULL,2,1930,91409,'death','',117.625,-160.21875,0,0,0,'2020-04-05 02:55:33'); ++INSERT INTO `marker` VALUES (11585,1901,NULL,2,1937,91401,'Horse Fairy','',140.25,-186.171875,0,0,0,'2020-04-05 18:33:56'); ++INSERT INTO `marker` VALUES (11586,1901,NULL,2,1901,91548,'Peak','Contains: Amber',107.8671875,-162.7109375,0,0,0,'2020-04-05 20:50:07'); ++INSERT INTO `marker` VALUES (11587,1901,NULL,2,1944,83262,'treasure chest ','5 fire arrow',70.25,-68.265625,0,0,0,'2020-04-07 15:01:22'); ++INSERT INTO `marker` VALUES (11588,1901,NULL,2,1926,75096,'Divine Beast Vah Rudania','',165.67869567871094,-88.67755508422852,0,0,0,'2020-04-07 22:10:39'); ++INSERT INTO `marker` VALUES (11589,1901,NULL,2,1926,75096,'Divine Beast Vah Naboris','',94.93680953979492,-168.76338624954224,0,0,0,'2020-04-07 22:11:36'); ++INSERT INTO `marker` VALUES (11590,1901,NULL,2,1926,75096,'Divine Beast Vah Medoh','',71.38671875,-99.80078125,0,0,0,'2020-04-07 22:12:04'); ++INSERT INTO `marker` VALUES (11591,1901,NULL,2,1916,91098,'koro seed','',120.625,-79.25,0,0,0,'2020-04-08 00:47:27'); ++INSERT INTO `marker` VALUES (11592,1901,NULL,2,1943,90882,'Purple rubies','',99.90625,-165.09375,0,0,0,'2020-04-08 00:47:35'); ++INSERT INTO `marker` VALUES (11593,1901,NULL,2,1920,89332,'Shrine of Resurection','',110.96875,-157.73061992598812,0,0,0,'2020-04-09 07:32:55'); ++INSERT INTO `marker` VALUES (11594,1901,NULL,2,1916,91143,'Falto','',71.4375,-99.9657286116765,0,0,0,'2020-04-09 18:31:59'); ++INSERT INTO `marker` VALUES (11595,1901,NULL,2,1901,92155,'Eightfold blade','Location of an Eightfold blade.',153.671875,-143.078125,0,0,0,'2020-04-09 21:32:40'); ++INSERT INTO `marker` VALUES (11596,1901,NULL,2,1901,92155,'Test','',150.1796875,-142.59375,0,0,0,'2020-04-09 21:34:04'); ++INSERT INTO `marker` VALUES (11597,1901,NULL,2,1902,92155,'Lizalfos with a Phernic bow','A Lizalfos is carrying a Phernic bow here.\r\n',147.9375,-138.62109375,0,0,0,'2020-04-09 22:10:58'); ++INSERT INTO `marker` VALUES (11598,1901,NULL,2,1905,92155,'Shield of the Mind's Eye','Inside of the skull there is a Shield of the Mind's Eye laying on the floor. It's a good idea to disguise yourself before going in since a bokoblin may equip it otherwise.',143.6875,-149.640625,0,0,0,'2020-04-09 22:16:16'); ++INSERT INTO `marker` VALUES (11599,1901,NULL,2,1936,83262,'precious gem','topaz x2\r\nsaphire\r\namber',174.5859375,-133.6875,0,0,0,'2020-04-10 17:05:15'); ++INSERT INTO `marker` VALUES (11600,1901,NULL,2,1901,92411,'Safula Hill','',99.5625,-142.078125,0,0,0,'2020-04-11 13:25:33'); ++INSERT INTO `marker` VALUES (11601,1901,NULL,2,1916,92423,'korogu','',132.1796875,-179.484375,0,0,0,'2020-04-11 21:31:18'); ++INSERT INTO `marker` VALUES (11602,1901,NULL,2,1926,23247,'Vah Rudania','',167.6484375,-87.46875,0,1,0,'2020-04-13 00:09:29'); ++INSERT INTO `marker` VALUES (11603,1901,NULL,2,1916,90785,'Korok Seeds','under rock',125.5546875,-115.921875,0,0,0,'2020-04-13 12:23:00'); ++INSERT INTO `marker` VALUES (11604,1901,NULL,2,1941,92846,'Zendou','',156.5,-101.3125,0,0,0,'2020-04-13 15:37:15'); ++INSERT INTO `marker` VALUES (11605,1901,NULL,2,1901,92845,'Great Plateau Tower','The Game starts here',119.28515625,-154.52734375,0,0,0,'2020-04-13 15:37:43'); ++INSERT INTO `marker` VALUES (11606,1901,NULL,2,1916,92929,'Start for south','',62.30078125,-84.40625,0,0,0,'2020-04-14 06:21:26'); ++INSERT INTO `marker` VALUES (11607,1901,NULL,2,1916,92929,'start for north','',64.453125,-92.359375,0,0,0,'2020-04-14 06:46:44'); ++INSERT INTO `marker` VALUES (11608,1901,NULL,2,1916,92929,'Start for south','',57.765625,-88.75390625,0,0,0,'2020-04-14 07:18:36'); ++INSERT INTO `marker` VALUES (11609,1901,NULL,2,1916,92929,'Start for South East','',107.703125,-77.328125,0,0,0,'2020-04-14 10:02:47'); ++INSERT INTO `marker` VALUES (11610,1901,NULL,2,1901,92956,'Schrein','',152.875,-133.8125,0,0,0,'2020-04-14 11:51:05'); ++INSERT INTO `marker` VALUES (11611,1901,NULL,2,1916,92929,'Start for North East','',112.40625,-153.9609375,0,0,0,'2020-04-14 13:09:24'); ++INSERT INTO `marker` VALUES (11612,1901,NULL,2,1916,92929,'Start for South','',145.6875,-164.390625,0,0,0,'2020-04-14 17:39:44'); ++INSERT INTO `marker` VALUES (11613,1901,NULL,2,1944,83679,'Falcon Bow','',68.5234375,-121.97265625,0,0,0,'2020-04-15 07:15:00'); ++INSERT INTO `marker` VALUES (11614,1901,NULL,2,1916,92929,'Start for East','',191.8203125,-154.8125,0,0,0,'2020-04-15 07:17:10'); ++INSERT INTO `marker` VALUES (11615,1901,NULL,2,1939,83679,'Ice Wizzrobe','weapon: Blizzard rod',73.9609375,-129.65625,0,0,0,'2020-04-15 12:28:58'); ++INSERT INTO `marker` VALUES (11616,1901,NULL,2,1935,92929,'7th ZORA statue ','',178.984375,-125.7109375,0,0,0,'2020-04-15 13:24:20'); ++INSERT INTO `marker` VALUES (11617,1901,NULL,2,1935,92929,'1st ZORA statue','',178.9453125,-128.546875,0,0,0,'2020-04-15 13:39:04'); ++INSERT INTO `marker` VALUES (11618,1901,NULL,2,1935,92929,'6th ZORA statue','',181,-128.8046875,0,0,0,'2020-04-15 13:40:45'); ++INSERT INTO `marker` VALUES (11619,1901,NULL,2,1935,92929,'1st ZORA statue','',172.8046875,-126.90625,0,0,0,'2020-04-15 13:58:26'); ++INSERT INTO `marker` VALUES (11620,1901,NULL,2,1935,92929,'3rd ZORA statue','',175.8125,-124.625,0,0,0,'2020-04-15 14:13:43'); ++INSERT INTO `marker` VALUES (11621,1901,NULL,2,1935,92929,'5th ZORA statue','',172.390625,-130.875,0,0,0,'2020-04-15 14:21:50'); ++INSERT INTO `marker` VALUES (11622,1901,NULL,2,1935,92929,'2nd ZORA statue','',172.90625,-127.515625,0,0,0,'2020-04-15 14:24:15'); ++INSERT INTO `marker` VALUES (11623,1901,NULL,2,1935,92929,'A masonry monument','',178.125,-116.5,0,0,0,'2020-04-15 14:38:33'); ++INSERT INTO `marker` VALUES (11624,1901,NULL,2,1935,92929,'2nd ZORA side story ','',185.9765625,-119.515625,0,0,0,'2020-04-15 14:42:39'); ++INSERT INTO `marker` VALUES (11625,1901,NULL,2,1901,93236,'Amber','',107.87890625,-162.6796875,0,0,0,'2020-04-16 03:08:48'); ++INSERT INTO `marker` VALUES (11626,1901,NULL,2,1916,92929,' Start for East','',59.390625,-147.078125,0,0,0,'2020-04-16 06:09:08'); ++INSERT INTO `marker` VALUES (11627,1901,NULL,2,1939,83679,'Ice Wizzrobe','holding blizzard rod',61.515625,-145.3671875,0,0,0,'2020-04-16 09:52:15'); ++INSERT INTO `marker` VALUES (11628,1901,NULL,2,1916,92423,'korogu','',124.4921875,-111.5,0,0,0,'2020-04-16 10:07:09'); ++INSERT INTO `marker` VALUES (11629,1901,NULL,2,1916,92929,'Start for South','',87.5625,-183.46875,0,0,0,'2020-04-16 11:05:01'); ++INSERT INTO `marker` VALUES (11630,1901,NULL,2,1916,92929,'Start for West','',186.25,-154.3125,0,0,0,'2020-04-16 12:55:27'); ++INSERT INTO `marker` VALUES (11631,1901,NULL,2,1916,92929,'start for north','',181.75,-145.125,0,0,0,'2020-04-16 13:03:29'); ++INSERT INTO `marker` VALUES (11632,1901,NULL,2,1916,92929,'start for south west','',165.09375,-115.40625,0,0,0,'2020-04-16 14:08:12'); ++INSERT INTO `marker` VALUES (11633,1901,NULL,2,1916,92929,'start for north west','',160.71875,-122.8125,0,0,0,'2020-04-16 14:20:41'); + /*!40000 ALTER TABLE `marker` ENABLE KEYS */; + UNLOCK TABLES; + +@@ -8411,25 +10089,6 @@ INSERT INTO `marker_category` VALUES (327,322,1,3,'Dungeons',1,'map_dungeon','#0 + INSERT INTO `marker_category` VALUES (328,322,1,3,'Chefes',1,'map_boss','#000000',5,1); + INSERT INTO `marker_category` VALUES (329,322,2,3,'Marcadores de Pulo',1,'map_jump','#000000',5,1); + INSERT INTO `marker_category` VALUES (330,322,3,3,'Lugares',1,'map_places','#000000',5,1); +-INSERT INTO `marker_category` VALUES (400,NULL,1,4,'Itens',1,'map_item','#000000',5,1); +-INSERT INTO `marker_category` VALUES (401,400,1,4,'Itens comuns',1,'map_item','#000000',5,1); +-INSERT INTO `marker_category` VALUES (402,400,1,4,'Mapa',1,'map_map','#000000',5,1); +-INSERT INTO `marker_category` VALUES (403,400,1,4,'Bússola',1,'map_compass','#000000',5,1); +-INSERT INTO `marker_category` VALUES (404,400,1,4,'Chave',1,'map_key','#000000',5,1); +-INSERT INTO `marker_category` VALUES (405,400,1,4,'Coração',1,'map_heart','#000000',5,1); +-INSERT INTO `marker_category` VALUES (415,NULL,1,4,'Segredos',1,'map_secret','#000000',5,1); +-INSERT INTO `marker_category` VALUES (416,415,1,4,'Secret Seashell ',1,'placeholder','#000000',5,1); +-INSERT INTO `marker_category` VALUES (417,415,1,4,'Mad Batter',1,'placeholder','#000000',5,1); +-INSERT INTO `marker_category` VALUES (418,415,1,4,'Easter Egg ',1,'map_gambling','#000000',5,1); +-INSERT INTO `marker_category` VALUES (419,415,1,4,'Trocas',1,'map_move','#000000',5,1); +-INSERT INTO `marker_category` VALUES (420,415,1,4,'Portal',1,'map_tloz_warp','#000000',5,1); +-INSERT INTO `marker_category` VALUES (421,415,1,4,'Rupees',1,'map_rupee','#000000',5,1); +-INSERT INTO `marker_category` VALUES (430,NULL,1,4,'Pontos de Interesse ',1,'map_poi','#000000',5,1); +-INSERT INTO `marker_category` VALUES (431,430,1,4,'Informação',1,'map_info','#000000',5,1); +-INSERT INTO `marker_category` VALUES (432,430,1,4,'Level',1,'map_dungeon','#000000',5,1); +-INSERT INTO `marker_category` VALUES (433,430,1,4,'Chefe',1,'map_boss','#000000',5,1); +-INSERT INTO `marker_category` VALUES (434,430,3,4,'Lugares',1,'map_places','#000000',5,1); +-INSERT INTO `marker_category` VALUES (435,430,2,4,'Marcadores de Pulo',1,'map_jump','#000000',5,1); + INSERT INTO `marker_category` VALUES (500,NULL,1,5,'Itens',1,'map_item','#000000',5,1); + INSERT INTO `marker_category` VALUES (501,500,1,5,'Itens comuns',1,'map_item','#000000',5,1); + INSERT INTO `marker_category` VALUES (502,500,1,5,'Garrafa',1,'map_bottle','#000000',5,1); +@@ -8526,6 +10185,25 @@ INSERT INTO `marker_category` VALUES (1946,1901,1,19,'Diary & Books',1,'BotW_Boo + INSERT INTO `marker_category` VALUES (1947,1930,1,19,'Molduga',1,'BotW_Boss','#ff422e',6,1); + INSERT INTO `marker_category` VALUES (1948,1901,1,19,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1); + INSERT INTO `marker_category` VALUES (1949,1901,1,19,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1); ++INSERT INTO `marker_category` VALUES (1950,NULL,1,4,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',0,1); ++INSERT INTO `marker_category` VALUES (1951,1950,1,4,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',0,1); ++INSERT INTO `marker_category` VALUES (1952,1950,1,4,'Trading Sequence',1,'BotW_Side-Quest','#4bc5ee',0,1); ++INSERT INTO `marker_category` VALUES (1953,1950,1,4,'Minigame',1,'BotW_Mini-Game','#4bc5ee',0,1); ++INSERT INTO `marker_category` VALUES (1954,1950,1,4,'Easter Eggs',1,'General_Info','#4bc5ee',0,0); ++INSERT INTO `marker_category` VALUES (1955,NULL,1,4,'Items',1,'BotW_Items','#ffad48',0,1); ++INSERT INTO `marker_category` VALUES (1956,1955,1,4,'Pieces of Heart',1,'General_Heart','#ffad48',0,1); ++INSERT INTO `marker_category` VALUES (1957,1955,1,4,'Seashells',1,'LA_Secret-Seashell','#ffad48',0,1); ++INSERT INTO `marker_category` VALUES (1958,1955,1,4,'Bottles',1,'General_Bottle','#ffad48',0,1); ++INSERT INTO `marker_category` VALUES (1960,1955,1,4,'Map',1,'General_Map','#ffad48',0,1); ++INSERT INTO `marker_category` VALUES (1961,1955,1,4,'Compass',1,'General_Compass','#ffad48',0,1); ++INSERT INTO `marker_category` VALUES (1962,1955,1,4,'Keys',1,'General_Key','#ffad48',0,1); ++INSERT INTO `marker_category` VALUES (1963,NULL,1,4,'Locations',1,'BotW_Locations','#8e72b9',0,1); ++INSERT INTO `marker_category` VALUES (1964,1963,1,4,'Houses',1,'General_House','#8e72b9',0,1); ++INSERT INTO `marker_category` VALUES (1965,1963,1,4,'Shops',1,'General_Store','#8e72b9',0,1); ++INSERT INTO `marker_category` VALUES (1966,1963,1,4,'Dungeons',1,'BotW_Dungeon','#8e72b9',0,1); ++INSERT INTO `marker_category` VALUES (1967,NULL,1,4,'Enemies',1,'BotW_Enemies','#ff422e',0,1); ++INSERT INTO `marker_category` VALUES (1968,1967,1,4,'Boss',1,'BotW_Boss','#ff422e',0,1); ++INSERT INTO `marker_category` VALUES (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1); + /*!40000 ALTER TABLE `marker_category` ENABLE KEYS */; + UNLOCK TABLES; + +@@ -11406,6 +13084,339 @@ INSERT INTO `marker_tab` VALUES (3526,9717,1,19312,'','<p>Visit into <s + INSERT INTO `marker_tab` VALUES (3527,9723,1,21563,'','<p>???</p>',1,1); + INSERT INTO `marker_tab` VALUES (3528,9724,1,21563,'','<p>kll</p>',1,1); + INSERT INTO `marker_tab` VALUES (3529,9727,1,21321,'','<p>fff</p>\r\n<p>&nbsp;</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3530,9733,1,21324,'','<p>Equipped Items: Blizzard Rod</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3531,9738,1,16861,'','<p>Topaz</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3532,9740,1,21892,'','<p style="text-align: justify;">Tout est rare dans <strong>The Legend of Zelda : Breath of the Wild</strong>, et il vous est probablement arriv&eacute; d'&ecirc;tre en manque de fl&egrave;che au pire moment possible. Heureusement, il existe une astuce simple pour faire le plein de fl&egrave;ches, une bonne fois pour toute, afin de ne plus se retrouver dans la panade. Il n'y a aucun pr&eacute;requis &agrave; avoir, puisque nous allons juste abuser d'un d&eacute;faut dans l'intelligence artificielle des ennemis.</p>\r\n<div id="switch_placeholder_16bd153f5b96ff72d75033157f61d5d9" class="switch_placeholder">&nbsp;</div>\r\n<p style="text-align: justify;">Pour commencez, vous aller devoir trouver un endroit plein de <strong>Bokoblins</strong>, mont&eacute;s sur des chevaux et munis d'arcs. Il en existe un tr&egrave;s facile d'acc&egrave;s dans les Collines de Tabanta, comme vous pouvez le voir sur la map suivante.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Fleches_Tabanta.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Faites-vous remarquer par les ennemis (ils ont un point d'exclamation de la t&ecirc;te quand ils vous rep&egrave;rent) et quand ils commencent &agrave; vous attaquer, placez la cam&eacute;ra au dessus de vous et ne bougez plus. Les Bokoblins vont alors vous tourner autour et tentez de vous tirer des fl&egrave;ches, mais <strong>ils rateront toujours leur cible</strong>. Les fl&egrave;ches vont alors s'accumuler &agrave; vos pieds et vous n'aurez qu'&agrave; tourner sur vous m&ecirc;me et appuyer sur A pour les ramasser.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Zelda_Fleches_Screens.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Vous pourrez tr&egrave;s facilement accumuler plusieurs centaines de fl&egrave;ches en l'espace de quelques minutes. De quoi &ecirc;tre tranquille pour un bon bout de temps.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3533,9749,1,22175,'','<p>Contains: Majora's Mask</p>\r\n<p>In Ground: Yes</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3534,9757,1,22585,'','<p>Contains Korok seed and rusty broadsward</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3535,9758,1,22600,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/b/b2/Korok129.png/200px-Korok129.png" width="170" height="120" />',1,1); ++INSERT INTO `marker_tab` VALUES (3536,9759,1,22524,'','<p>Hestu Final Location</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3537,9761,1,22780,'','<p>jhmn</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3538,9790,1,1550,'','<p>fast</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3539,9790,1,1550,'','<p>rest</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3540,9791,1,1550,'','<p>1212</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3541,9793,1,23704,'','<p>Three Hylian Shrooms, accesable as soon as you start the game.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3542,9799,1,23704,'','<p>Wall hides a chest with a Traveler's Bow with increased durability.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3543,9823,1,25083,'','<p>Silver Bokoblin Present.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3544,9830,1,25546,'','<p><a title="Rupias" href="https://www.youtube.com/watch?v=kE61uBIa6TA">https://www.youtube.com/watch?v=kE61uBIa6TA</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3545,9852,1,27279,'','<p>???</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3546,9858,1,22592,'','<p>Rewards - Ice Arrow x5</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3547,9860,1,22592,'','<p>Rewards - Silver Rupee</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3548,9889,1,29204,'','<p>NPC: Walton</p>\r\n<p>Requires: Items</p>\r\n<p>Reward: Diamond</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3549,9890,1,29204,'','<p>NPC: Jana</p>\r\n<p>Requires: Give&nbsp;insects</p>\r\n<p>Reward: 100 Rupees</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3550,9891,1,30043,'','<p>Thyphlo Ruins</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3551,9892,1,29101,'','<p>Antikes Zaumzeug&nbsp;unter Kirschbaum im Laub.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3552,9897,1,30319,'','<p>DLC Item</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3553,9898,1,30319,'','<p>Found in stone monument,</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3554,9900,1,30529,'','<p><strong><em>try</em></strong></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3555,9915,1,30976,'','<p>follow the flower trail</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3556,9945,1,32758,'','<p>pick up the stone</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3557,9950,1,32941,'','<p>Phantom armor</p>\r\n<p>&nbsp;</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3558,9957,1,30338,'','<p>???</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3559,9977,1,34138,'','<p><strong>1</strong></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3560,9990,1,34279,'','<p>Soldier's Spear in chest on top of floating platform by bridge.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3561,9995,1,34755,'','<p><strong>???</strong></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3562,9996,1,34424,'','<p>NPC: Koyin</p>\r\n<p>Requires: Clear out Bokoblin Camp in Hateno Beach</p>\r\n<p>Reward: Fresh Milk x10</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3563,9999,1,34755,'','<p>????</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3564,10003,1,34279,'','<p>Chest on floating platform in Master Mode.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3565,10016,1,34279,'','<p>Master Moad<br />On floating platform over river.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3566,10017,1,34279,'','<p>Master Mode<br />On top of floating platform close to ledge</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3567,10018,1,34279,'','<p>Master Mode<br />On top of floating platform just above river</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3568,10019,1,34279,'','<p>Master Mode<br />Floating platform abover river.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3569,10020,1,34279,'','<p>Master Mode<br />Floating platform on top of the waterfall</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3570,10021,1,34279,'','<p>Master Mode<br />On floating platform just above the water.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3571,10022,1,34279,'','<p>Master Mode<br />Floating platform all the way up, in front of the waterfall.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3572,10028,1,35555,'','<p>[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3573,10029,1,34279,'','<p>Master Mode<br />On high floating platform in front of the waterfall.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3574,10030,1,34279,'','<p>Master Mode<br />Floating platform alongside the waterfall.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3575,10031,1,34279,'','<p>Master Mode<br />Floating platform on the southern side of the bridge. You can snag the chest from the bridge with Magnesis if you desire.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3576,10036,1,34279,'','<p>EX Chest<br />In Basement<br />Contains: Travel Medallion</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3577,10039,1,36179,'','<p>Divine Beast Vah Rudania is enterable after it's hit 3 times by Yunobo.</p>\r\n<p>It's dark inside untill the map is collected.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3578,10040,1,34279,'','<p>Ice Wizzrobe</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3579,10054,1,34279,'','<p>Ravio's Hood (EX)<br />Right under the right hand.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3580,10055,1,34279,'','<p>EX: Tingle's Shirt</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3581,10058,1,37845,'','<p>Reward: 50 Rupees</p>\r\n<p>Go to Lazli's house at night and talk to her. She will ask for you to bring her some fireflies. Return to her house while she's there and hold five Sunset Fireflies in your hands. Drop them in front of her, and the quest will be completed.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3582,10060,1,37845,'','<p>Torfeau will ask you to defeat the Hinox at Ralis Pond.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3583,10061,1,37845,'','<p>Make Guy a cooling elixir by combining monster parts and a Cold Darner. Cooling <em>foods</em> will not work; it must be an <em>elixir</em>.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3584,10062,1,37845,'','<p>Reward: Sand Boots (The Eighth Heroine) &amp; Snow Boots (The Forgotten Sword)</p>\r\n<p>Speak with Bozai while dressed in the female Gerudo clothes. He will give you the Snow Boots. If you want the Sand Boots, you have to complete his quest, "The Eighth Heroine" first. You must photograph the statue of the Eighth Heroine and return to him. He gives you the Sand Boots, but takes the Snow Boots back. If you want both sets of boots, complete "The Forgotten Sword", where you must head up a mountain and photograph the Eighth Heroine's lost sword. Return to him to get the Snow Boots.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3585,10063,1,37845,'','<p>For "The Eighth Heroine" sidequest.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3586,10064,1,37845,'','<p>For "The Forgotten Sword" sidequest.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3587,10067,1,37908,'','<p>Seach the cart ruins.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3588,10069,1,38196,'','<ul>\r\n<li><a href="https://vandal.elespanol.com/guias/guia-zelda-breath-of-the-wild/santuario-de-kaoma">Santuario de Kaoma</a></li>\r\n</ul>',1,1); ++INSERT INTO `marker_tab` VALUES (3589,10086,1,35517,'','<p>Bomb Arrows BOX</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3590,10117,1,41851,'','<p>Requires: Cooling Elixir</p>\r\n<p>Reward: Purple Rupee</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3591,10126,1,40727,'','<p style="padding-left: 40px;">beneath bombable rocks</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3592,10139,1,43245,'','<p>Rupee Farm</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3593,10148,1,42733,'','<p>NPC: Koyin</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3594,10149,1,42733,'','<p>NPC: Purah</p>\r\n<p>&nbsp;</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3595,10150,1,42733,'','<p>NPC: Symin</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3596,10151,1,42733,'','<p>NPC: Purah</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3597,10152,1,42733,'','<p>NPC: Sebasto</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3598,10155,1,39380,'','<p>A helmet much like the one Midna wore when she fought alongside the Hero of Twilight. It's a rather rare find.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3599,10156,1,44908,'','<p>silver rupee</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3600,10157,1,44908,'','<p>chest</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3601,10193,1,46735,'','<p>?????</p>\r\n<p>&nbsp;</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3602,10200,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3603,10201,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3604,10202,1,46946,'','<p>Tinique bleue (anti-chaleur)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3605,10203,1,46459,'','<p>DLC only.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3606,10206,1,45945,'','<p>A Shrine Quest given by the NPC Garini. He will be standing next to a broken stone tablet, and then will request your assistance in finding the rest of the pieces along the beach and shoreline. You need to take pictures of each, and then return to him to unlock the Kah Yah Shrine.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3607,10207,1,46811,'','<p>Divine Beast Vah Naboris</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3608,10214,1,46381,'','<p>Appears only after 23 o'clock</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3609,10219,1,47945,'','<p>Sheikah technology research lab created by Robbie after the destruction of the Royal Ancient Tech Lab during the <a title="Great Calamity" href="https://zelda.fandom.com/wiki/Great_Calamity">Great Calamity</a> where he continued his research into ancient technology. It was built from the remains of the old Akkala&nbsp;lighthouse that existed before the Great Calamity.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3610,10226,1,47917,'','<p>Starts on the cliff to the south</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3611,10229,1,49050,'','<p>punto di riferimento su mappa monti gemelli</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3612,10232,1,48859,'','<blockquote>\r\n<p>Southern mine (Goron) Greyson and fire guard armor found here</p>\r\n</blockquote>',1,1); ++INSERT INTO `marker_tab` VALUES (3613,10250,1,50431,'','<p>treasure</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3614,10251,1,50431,'','<p>wooden arrow x5</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3615,10252,1,50431,'','<p>knights shield</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3616,10253,1,50431,'','<p>bow</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3617,10254,1,50431,'','<p>bomb arrorx5</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3618,10255,1,50431,'','<p>arrow</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3619,10256,1,50431,'','<p>fire arr x5</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3620,10270,1,50205,'','<p>Equipped Items: Blizzard Rod</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3621,10283,1,52670,'','<p>Cracked wall housing several ore deposits on the ceiling inside.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3622,10287,1,53330,'','<p><strong>Divine Beast Vah Naboris</strong></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3623,10297,1,51643,'','<p>&Ccedil;A MOUILLE</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3624,10321,1,55591,'','<p>asdf</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3625,10333,1,52480,'','<p>Master Mode Lynel</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3626,10335,1,56400,'','<p>Sonnenaufgang fliegt Eldra &uuml;ber das Skelett</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3627,10350,1,57361,'','<p>Route to next village.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3628,10351,1,57361,'','<p>Route to next village.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3629,10352,1,57361,'','<p>Route to next village.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3630,10353,1,57361,'','<p>Route to next village.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3631,10354,1,57361,'','<p>Route to next village.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3632,10355,1,57361,'','<p>Route to next village.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3633,10356,1,57361,'','<p>Route to next village.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3634,10357,1,57361,'','<p>Frozen, will wake up when nearing</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3635,10360,1,45711,'','<p>The Four Winds<br />(DLC)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3636,10361,1,45711,'','<p>Stop to Start</p>\r\n<p>(DLC)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3637,10362,1,45711,'','<p>Path to Light</p>\r\n<p>(DLC)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3638,10363,1,45711,'','<p>Master the Orb</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3639,10364,1,45711,'','<p>Aim for Stilness</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3640,10381,1,57925,'','<p>Wild Horse Location</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); ++INSERT INTO `marker_tab` VALUES (3641,10384,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); ++INSERT INTO `marker_tab` VALUES (3642,10385,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); ++INSERT INTO `marker_tab` VALUES (3643,10386,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); ++INSERT INTO `marker_tab` VALUES (3644,10387,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); ++INSERT INTO `marker_tab` VALUES (3645,10388,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); ++INSERT INTO `marker_tab` VALUES (3646,10398,1,55864,'','<p>This seed is missing from the map</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3647,10400,1,58919,'','<p>Platform</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3648,10403,1,59420,'','<p>This mission became available afther completing the Wild trial.</p>\r\n<p>I had the master sword in my possesion by the time I came back.</p>\r\n<p>Maybe just completing the wild trial and waiting a couple of days is enough to makeJiogi appear.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3649,10409,1,48504,'','<p>Equiped with: Blizzard Rod</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3650,10412,1,60169,'','<p>asd</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3651,10423,1,60912,'','<p><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">look along the Northwest walls of the ground floor and use </span><a class="new" style="box-sizing: border-box; color: #3888c9; font-family: &amp;quot; ars-maquette-web&amp;quot;,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="Magnesis (page does not exist)" href="https://www.ign.com/wikis/the-legend-of-zelda-hd/Magnesis">Magnesis</a><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"> on the buried chest. </span></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3652,10428,1,60291,'','<p>???</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3653,10438,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); ++INSERT INTO `marker_tab` VALUES (3654,10453,1,61555,'','<p>Hidden in cairn at top of Mount Hyrule.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3655,10454,1,61555,'','<p>In hidden chest of Shrine.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3656,10460,1,61589,'','<p>NPC: Jiahto</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3657,10461,1,61589,'','<p>NPC: Izra</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3658,10469,1,63606,'','<p>aaaaa</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3659,10470,1,63606,'','<p>a</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3660,10482,1,63841,'','<p>test</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3661,10484,1,64446,'','<p>Head to the Hateno Beach and clear out the enemy camp there.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3662,10495,1,60468,'','<p>Speak to Walton at the top of the Great Deku tree and solve five different riddles</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3663,10516,1,66421,'','<p>aa</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3664,10530,1,67259,'','<p>destroy with remote bomb or bomb arrow</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3665,10541,1,68351,'','<p>mi no encontrar</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3807,10546,2,1,'Piece of Heart','<p>Win a Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3808,10548,2,1,'Piece of Heart','<p>Win a second Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy-game-two-placement.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game_2" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3809,10549,2,1,'Piece of Heart','<p>Purchase the Piece of Heart for 200 Rupees in the Mabe Village shoip.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-village-shop.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Village_Shop" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3810,10550,2,1,'Piece of Heart','<p>Catch a red fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fishing1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Beginners_Luck" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3811,10551,2,1,'Piece of Heart','<p>Catch a green fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-green-fish.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Youre_a_Pro_Now" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3812,10552,2,1,'Piece of Heart','<p>Jump into the Mabe Village well near the library.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-pieceofheart-well2.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Bottom_of_the_well" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3813,10553,2,1,'Piece of Heart','<p>Walk behind houses in Animal Village. You can reach the path from the Yarna Desert entrance.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-animal-village-alley-heart.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Animal_Village_Alley" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3814,10554,2,1,'Piece of Heart','<p>Enter the cave behind the houses in Animal Village. Use Bombs and the Hookshot to reach the Piece of Heart.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-hookshot-animal-crossing-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Village_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3815,10555,2,1,'Piece of Heart','<p>Complete the Rapids Race in less than 40 seconds.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-river-race-hookshot-posts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Race" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3816,10556,2,1,'Piece of Heart','<p>Stop the raft in the west-most island during the Rapids Race.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-raft-raid-.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Raid" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3817,10557,2,1,'Piece of Heart','<p>Dive underwater in the empty flooded cave east of Angler's Tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-flooded-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Flooded_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3818,10558,2,1,'Piece of Heart','<p>Dive underwater in the Kanalet Castle moat.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-kanalet.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Moat" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3819,10559,2,1,'Piece of Heart','<p>Visit the Seashell Mansion when you have at least five Secret Seashells.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-seashell-five.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Five_Secret_Seashells" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3820,10560,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Mad Batter's alter in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-mad-batter-dive.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Mad_Batters_Final_Punishment" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3821,10561,2,1,'Piece of Heart','<p>Dive underwater in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-diving.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Bay" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3822,10562,2,1,'Piece of Heart','<p>Jump to the northeast corner of Pothole Field.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-pothole-field.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#More_Than_Holes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3823,10563,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Animal Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-animal-village-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tunnel_Diving" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3824,10564,2,1,'Piece of Heart','<p>Solve the block puzzle in the Mysterious Forest tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Toadstool_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3825,10565,2,1,'Piece of Heart','<p>Use the Hookshot to cross the large pits in the Mysterious Forest cave.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-use-the-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hookshot_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3826,10566,2,1,'Piece of Heart','<p>Jump to the northeast corner of Tabahl Wasteland.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tabahl-wasteland.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Treasure_Among_the_Wastes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3827,10567,2,1,'Piece of Heart','<p>Jump across the pits in Koholint Prairie.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-edge.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Crossroads_at_the_Forests_Edge" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3828,10568,2,1,'Piece of Heart','<p>Find the stairs that lead outside in Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-turtle-rock-outside.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Dungeon_Intermission" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3829,10569,2,1,'Piece of Heart','<p>Walk along the edge of the mountain on your way to Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-narrow-path.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tal_Tal_Cliffside" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3830,10570,2,1,'Piece of Heart','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fill-up-your-hearts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fill_Up_Your_Hearts" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3831,10571,2,1,'Piece of Heart','<p>Complete the Passageway Centra Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-passageway-central.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Passageway_Central" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3832,10572,2,1,'Piece of Heart','<p>Find the secret path in the cave that leads to the western side of the Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-bomb.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hidden_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3833,10573,2,1,'Piece of Heart','<p>Jump across the pits in the cave beneath the Cemetery.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-large-jump.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Ghosts_Treasure" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3834,10574,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in the cave beneath the quicksand in Yarna Desert.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-desert-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Desert_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3835,10575,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave just east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-cave-puzzle-solution.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Cave_Among_the_Grass" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3836,10576,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave leading into Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-tal-tal-cave-block-puzzle.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Along_the_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3837,10577,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in a cave east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-cracked-wall.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Secret_in_the_Sealed_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3838,10578,2,1,'Piece of Heart','<p>Use the Hookshot to reach the Piece of Heart in the tunnel that leads to the Rapids Rafting minigame.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-rapids-cave-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Rapids_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3839,10579,2,1,'Heart Container','<p>Complete the Ticking Clock Chamber Dungeon challenge to earn an full Heart Container. That's 4 Pieces of Heart!</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-ticking-clock-886x498.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Ticking_Clock" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3840,10580,2,1,'Yoshi Doll','<p>Win the Yoshi Doll at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-yoshi-doll.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Yoshi_Doll_Pros_arent_allowed" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3841,10581,2,1,'Ribbon','<p>Give the Yoshi Doll to Mamasha.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-ribbon.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Ribbon_A_mothers_plight" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3842,10582,2,1,'Dog Food','<p>Give the Ribbon to CiaoCiao, the Chain Chomp.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-dog-food.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Dog_Food_The_envious_dog" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3843,10583,2,1,'Bananas','<p>Give the Dog Food to Sale, the alligator.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-sales-house-o-bananas.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Bananas_The_collector_of_cans" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3844,10584,2,1,'Stick','<p>Give the Bananas to Kiki, the monkey.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Stick_A_helpful_monkey" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3845,10585,2,1,'Honeycomb','<p>Give the Stick to Tarin.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-tarin-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Honeycomb_Tarins_gambit" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3846,10586,2,1,'Pineapple','<p>Give the Honeycomb to Chef Bear.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-pineapple.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Pineapple_The_bear_necessities" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3847,10587,2,1,'Hibiscus','<p>Give the Pineapple to Papahl.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-papahl.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Hibiscus_He_told_you_hed_get_lost" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3848,10588,2,1,'Letter','<p>Give the Hibiscus to Christine.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-christines-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Letter_A_thoughtful_gift" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3849,10589,2,1,'Broom','<p>Give the Letter to Mr. Write.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-writes-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Broom_He_just_got_a_letter" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3850,10590,2,1,'Fishing Hook','<p>Give the Broom to Grandma Yahoo.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-fishing-hook.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Fishing_Hook_Yahoo_Shes_fine_and_you" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3851,10591,2,1,'Necklace','<p>Give the Fishing Hook to the Fisherman under the bridge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-marthas-bay-bridge.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Necklace_Lucky_catch" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3852,10592,2,1,'Scale','<p>Give the Necklace to the Mermaid.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Scale_Only_take_one" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3853,10593,2,1,'Magnifying Lens','<p>Place the Scale in the Mermaid Statue.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-missing-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Magnifying_Lens_Completing_a_masterpiece" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3854,10594,2,1,'Raft Rapids','<p>Pay 100 Rupees to ride the Rapids.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3855,10595,2,1,'Trendy Game','<p>Pay 10 Rupees to play a claw machine game.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3856,10596,2,1,'Fishing','<p>Pay 10 Rupees for a chance to catch a fish.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3857,10597,2,1,'Bottle','<p>Catch the Bottle at the bottom of the Fishing Hole.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3858,10598,2,1,'Bottle','<p>Complete the first 12 Chamber Dungeon challenges.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3859,10599,2,1,'Bottle','<p>The Ghost will give you a Bottle after you take it to visit its house and then return it to its grave.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3860,10600,2,1,'Cracked Wall','<p>Item Trader</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3861,10601,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3862,10602,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3863,10603,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3864,10604,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3865,10605,2,1,'Cracked Wall','<p>Path to Turtle Rock</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3866,10606,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3867,10607,2,1,'Lanmolas','<p>Use the Sword to defeat Lanmolas and receive the Angler's Key.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3868,10608,2,1,'Armos Knight','<p>Use the Bow to defeat Armos Knight.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3869,10609,2,1,'Turtle Rock','<p>Use Bombs to break Turtle Rock's hard shell and then finish it with the Sword.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3870,10610,2,1,'Tail Cave','<p>Level 1</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/tail-cave/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3871,10611,2,1,'Bottle Grotto','<p>Level 2</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-4-bottle-grotto/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3872,10612,2,1,'Key Cavery','<p>Level 3</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-6-key-cavern/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3873,10613,2,1,'Kanalet Castle','<p>Mini Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-5-kanalet-castle/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3874,10614,2,1,'Angler's Tunnel','<p>Level 4</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-8-anglers-tunnel/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3875,10615,2,1,'Catfish's Maw','<p>Level 5</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-10-catfishs-maw/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3876,10616,2,1,'North Face Shrine','<p>Level 6</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-12-north-face-shrine/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3877,10617,2,1,'Eagle's Tower','<p>Level 7</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-14-eagles-tower/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3878,10618,2,1,'Turtle Rock','<p>Level 8</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-16-turtle-rock/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3879,10619,2,1,'Color Dungeon','<p>Optional Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/color-dungeon/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3880,10620,2,1,'Chamber Dungeon','<p>Dungeon Builder</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3881,10621,2,1,'Wind Fish's Egg','<p>Final Boss and Game Ending</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-17-wind-fishs-egg/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3882,10622,2,1,'Papahl, Mamasha, and the Quadruplet's Hou','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3883,10623,2,1,'Marin and Tarin's House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3884,10624,2,1,'Madam MeowMeow's House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3885,10625,2,1,'Grandpa Ulrira and Grandma Yahoo's House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3886,10626,2,1,'Sales House O' Bananas','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3887,10627,2,1,'Richard's Villa','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3888,10628,2,1,'Ghost's House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3889,10629,2,1,'Chef Bear's House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3890,10630,2,1,'Christine's House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3891,10631,2,1,'Mr. Write's House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3892,10632,2,1,'Hen House','<p></p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3893,10633,2,1,'Witch's Hut','<p>Bring the Toadstool to the Witch to receive Magic Powder.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3894,10634,2,1,'Mabe Village Shop','<p>Purchase many items including the Shovel, Bombs, and Bow.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3895,10635,2,1,'Crazy Tracy's Health Spa','<p>Purchase the Secret Medicine, which automatically heals you if you die.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3896,10645,2,1,'Secret Seashells','<p>Dig on the west side of Marin's favorite spot on the beach.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3897,10646,2,1,'Secret Seashells','<p>Lift the pots in the Ghost's house in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3898,10647,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into a tree in Toronbo Shores.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3899,10648,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree outside of Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3900,10649,2,1,'Secret Seashells','<p>Use a Bomb to enter the secret room in Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3901,10650,2,1,'Secret Seashells','<p>Dig in the dog house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3902,10651,2,1,'Secret Seashells','<p>Cut the patch of bushes in Mabe Village.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3903,10652,2,1,'Secret Seashells','<p>Win a Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3904,10653,2,1,'Secret Seashells','<p>Win another Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3905,10654,2,1,'Secret Seashells','<p>Catch a Cheep Cheep at the Fishing Hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3906,10655,2,1,'Secret Seashells','<p>Catch a Blooper at the Fishing Hole. It might not be your first one!</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3907,10656,2,1,'Secret Seashells','<p>Dig a hole in the circle of flowers in the Mysterious Forest.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3908,10657,2,1,'Secret Seashells','<p>Dig a hole near the north exit of the Mysterious Forest, south of Mr. Write's house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3909,10658,2,1,'Secret Seashells','<p>Dig a hole beneath a lone bush.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3910,10659,2,1,'Secret Seashells','<p>Open the treasure chest in the tunnel beneath Richard's Villa.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3911,10660,2,1,'Secret Seashells','<p>Under the lone bush east of the telephone booth in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3912,10661,2,1,'Secret Seashells','<p>Under the lone bush on the small island south of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3913,10662,2,1,'Secret Seashells','<p>Dig a hole near the Owl Statue northwest of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3914,10663,2,1,'Secret Seashells','<p>Dig a hole in the center of the grass.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3915,10664,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree near the Signpost Maze.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3916,10665,2,1,'Secret Seashells','<p>Under the bush in the islands near Key Cavern.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3917,10666,2,1,'Secret Seashells','<p>Use the Hookshot to reach the stairs to the west of the Kanalet Castle gate.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3918,10667,2,1,'Secret Seashells','<p>Dive underwater in near the waterfall in the Kanalet Castle moat.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3919,10668,2,1,'Secret Seashells','<p>Under a rock in the southeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3920,10669,2,1,'Secret Seashells','<p>Stand near the shore at the entrance of Yarna Desert and play the Ballad of the Wind Fish. The Walrus will appear and give you a Secret Seashell.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3921,10670,2,1,'Secret Seashells','<p>Speak to the hidden Zora in Animal Village after you have the Magnifying Lens.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3922,10671,2,1,'Secret Seashells','<p>Speak to Christine after you deliver the Letter to Mr. Write.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3923,10672,2,1,'Secret Seashells','<p>Find the stairs that lead outside in the North Face Shrine.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3924,10673,2,1,'Secret Seashells','<p>Throw a bomb into the hole near the Angler's Key keyhole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3925,10674,2,1,'Secret Seashells','<p>Finish the Rapids Race in less than 35 seconds.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3926,10675,2,1,'Secret Seashells','<p>Open the chest in the Mysterious Forest that is blocked by a stone.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3927,10676,2,1,'Secret Seashells','<p>Dig a hole under the lone bush north of the telephone booth.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3928,10677,2,1,'Secret Seashells','<p>Dig a hole near the east side of the Tabahl Wasteland.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3929,10678,2,1,'Secret Seashells','<p>Dig a hole beneat the spot where the large skull boulder is before you destroy it.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3930,10679,2,1,'Secret Seashells','<p>Unde a rock north of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3931,10680,2,1,'Secret Seashells','<p>Under a bush east of the Seashell Mansion.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3932,10681,2,1,'Secret Seashells','<p>Dig a hole near the Owl statue east of Catfish's Maw.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3933,10682,2,1,'Secret Seashells','<p>Dig a hole near the cacti in the northeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3934,10683,2,1,'Secret Seashells','<p>Under a rock near the sign north of the Moblin's Hideout.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3935,10684,2,1,'Secret Seashells','<p>Stop the raft on the smallest island in the rapids. Then, dig a hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3936,10685,2,1,'Secret Seashells','<p>Find the stairs beneath the Armos in the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3937,10686,2,1,'Secret Seashells','<p>Under the a lone rock north of the entrance to the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3938,10687,2,1,'Secret Seashells','<p>Dive underwater near the ladder that leads to the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3939,10688,2,1,'Secret Seashells','<p>Under a rock across the bridges to the east of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3940,10689,2,1,'Secret Seashells','<p>Throw a Bomb in the hole southwest of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3941,10690,2,1,'Secret Seashells','<p>Open the treasure chest in east Tal Tal Mountain Range. Use a Bomb to find a secret path.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3942,10691,2,1,'Secret Seashells','<p>Fall in a hole on the far west side of the room where you fight Hinox in Eagle's Tower.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3943,10692,2,1,'Secret Seashells','<p>Under a lone rock in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3944,10693,2,1,'Secret Seashells','<p>Dig a hole in the center of the rock pattern in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3945,10694,2,1,'Secret Seashells','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3946,10695,2,1,'Fairy Fountain','<p>In plain sight.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3947,10696,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3948,10697,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3949,11015,1,70248,'','<p>Facade is a easy boss, just use the shield in his first phase, then use bombs. (Watchout for holes as they take you or your bombs.)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3950,11016,1,70248,'','<p>This Nightmare Key allows you to get to boss #6, Facade</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3951,11039,1,72231,'','<p>xxxxxxx</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3952,11053,1,72615,'','<p>Big or Small</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3953,11062,1,72985,'','<p>After hearing Jiahto's request, search for the stone monuments in the area surrounding Zora's Domain. Not counting thr monument in Zora's Domain there are 10 to find in total.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3954,11063,1,73086,'','<p>Serpent Jaws</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3955,11094,1,74072,'','<p>Search vertical rock surrounded by 4 small rocks (next to where old man is standing)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3956,11096,1,74072,'','<p>Above skull encampment</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3957,11107,1,74072,'','<p>Not active, need to start campfire with flint or fire arrow</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3958,11121,1,73176,'','<p>asd</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3959,11129,1,74072,'','<p>This marker already exists but could use some more info. To get this, you must feed the dog behind the coral 4 pieces of food (apples work and are located next to the fire). The dog will then lead you to the treasure. It will NOT show up unless you feed the dog</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3960,11131,1,75055,'','<p>Enemies:</p>\r\n<ul>\r\n<li>&nbsp;Sentry (outside)</li>\r\n<li>Guardian Scout I (inside)</li>\r\n<li>Cursed Bokoblins/Moblins/Lizalfos (inside)</li>\r\n<li>Fireblight Ganon (inside, boss)</li>\r\n</ul>',1,1); ++INSERT INTO `marker_tab` VALUES (3961,11133,1,75084,'','<p>Questgiver Rozel can alternatively be found at the dock.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3962,11134,1,75272,'','<p>This is the Devine Beast Vah Medoh from the Champion Revali</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3963,11150,1,73669,'','<p>Reward: Luminous Stone</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3964,11170,1,67975,'','<p>To start the quest, head into Foothill Stable in the Eldin region.</p>\r\n<p>Inside, you will find Mayro inspecting a painting on the wall.</p>\r\n<img src="https://oyster.ignimgs.com/mediawiki/apis.ign.com/the-legend-of-zelda-hd/b/b3/LandscapeStable1.png" alt="Mayro and Link, near the spoken painting." width="1593" height="891" />\r\n<p>after interacting with him,&nbsp; the quest will start.</p>\r\n<p>he will tell you the painting was made by the Stable owner, Ozunda, who paints as a hobby.</p>\r\n<p>In addition, he mentions that the sable was painted from a southern direction.</p>\r\n<p>going south from the Stable, you will find the view in the painting, and reveal the location of the shrine [Tah Muhl Shrine].</p>\r\n<img src="https://gamefaqs1.cbsistatic.com/faqs/27/75427-5.png" alt="the location of Tah Muhl Shrine" width="750" height="422" />',1,1); ++INSERT INTO `marker_tab` VALUES (3965,11171,1,67975,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/5/5f/Korok862.png/200px-Korok862.png" alt="" width="200" height="159" />\r\n<p>Lift up the rock to reveal the Korok.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3966,11200,1,79082,'','<p>luna carmeci</p>\r\n<p>&nbsp;</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3967,11309,1,81232,'','<p>Requires Power Bracelet</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3968,11311,1,81232,'','<p>Clear all enemies in room.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3969,11324,1,36179,'','<p>Only obtainable with the DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3970,11325,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3971,11326,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3972,11327,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3973,11328,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3974,11329,1,36179,'','<p>The Four Winds</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3975,11330,1,36179,'','<p>Aim for Stillness</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3976,11331,1,36179,'','<p>Master the Orb</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3977,11337,1,80073,'','<p>Contains: Royal Bow "43" - Attack Up +5</p>\r\n<p>Location: Chest in Water</p>\r\n<p>Description: In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3978,11338,1,14388,'','<p>Campfire at the south end of the ledge; sit until morning; walk towards the north ledge &amp; prep. Dinraal will come around the north corner at 6 AM if not glitched. (If he doesn't show by 7 AM, close and reopen the game, then wait til morning, and it should be fixed.)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3979,11340,1,79786,'','<p>Paraglide to the rock south from the center pillar. The chest is to the east underwater</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3980,11345,1,14388,'','<p>Buried in ground? Yes</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3981,11349,1,82690,'','<p>On top of the wall in front of the Bomb trial</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3982,11350,1,82690,'','<p>Somewhere in the vicinity of the temple of time in a chest, found near some bokogoblins.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3983,11351,1,82690,'','<p>Can get by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.), Or by climbing up to the top of Mt. Hylia.&nbsp;</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3984,11352,1,82690,'','<p>Climb up to the top of Mt. Hylia and talking to the old man to get the Warm Doublet, or also get this by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.)</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3985,11372,1,82864,'','<p>Requires: Five fireflies</p>\r\n<p>Talk to Lasli in her house at night to unlock this quest.</p>\r\n<p>Reward: 50 rupees</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3986,11373,1,82864,'','<p>After completing all other side-quests in the village, return here for a shrine quest.</p>\r\n<p>Reward: Lakna Rokee Shrine</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3987,11406,1,79196,'','<p>NPC: Walton</p>\r\n<p>Requires: Deliver the correct items from across Hyrule</p>\r\n<p>Reward: Diamond</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3988,11412,1,84349,'','<p>missing some dlc shrine i guess?</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3989,11413,1,84349,'','<p>missing shrine</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3990,11414,1,84349,'','<p>missing</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3991,11415,1,84349,'','<p>missing</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3992,11416,1,84349,'','<p>missing dlc shrine</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3993,11444,1,85878,'','<p>Inside the Water, hard current.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3994,11451,1,85883,'','<p>Collection of ore inside.</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3995,11492,1,87273,'','<p>The Temple once home to the<strong> Master Sword.</strong></p>',1,1); ++INSERT INTO `marker_tab` VALUES (3996,11516,1,87473,'','<p>Location once completed</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3997,11518,1,73379,'','<p>Reward: Ice arrows x5</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3998,11527,1,80263,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); ++INSERT INTO `marker_tab` VALUES (3999,11550,1,89658,'','<p>guygg</p>',1,1); ++INSERT INTO `marker_tab` VALUES (4000,11560,1,90222,'','<p>hujkl</p>',1,1); ++INSERT INTO `marker_tab` VALUES (4001,11562,1,89757,'','<p>h</p>',1,1); ++INSERT INTO `marker_tab` VALUES (4002,11571,1,87973,'','<p>Des&ccedil;a pela passagem de ar em frente a Shrines</p>',1,1); ++INSERT INTO `marker_tab` VALUES (4003,11586,1,91548,'','<p>Contains: Amber</p>',1,1); + /*!40000 ALTER TABLE `marker_tab` ENABLE KEYS */; + UNLOCK TABLES; + +@@ -11420,6 +13431,19 @@ INSERT INTO `marker_tab_status` VALUES (2,'Approved',1); + /*!40000 ALTER TABLE `marker_tab_status` ENABLE KEYS */; + UNLOCK TABLES; + ++-- ++-- Dumping data for table `schema_migrations` ++-- ++ ++LOCK TABLES `schema_migrations` WRITE; ++/*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */; ++INSERT INTO `schema_migrations` VALUES ('20180427013505'); ++INSERT INTO `schema_migrations` VALUES ('20180430012556'); ++INSERT INTO `schema_migrations` VALUES ('20180430031250'); ++INSERT INTO `schema_migrations` VALUES ('20180430035101'); ++/*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */; ++UNLOCK TABLES; ++ + -- + -- Dumping data for table `submap` + -- +@@ -11430,6 +13454,16 @@ INSERT INTO `submap` VALUES (140,3,1,NULL,'Light World',1,'alttp/overworld/light + INSERT INTO `submap` VALUES (141,3,1,NULL,'Dark World',0,'alttp/overworld/dark/','png','404',1,0,1,1); + INSERT INTO `submap` VALUES (1900,19,1,1,'DO NOT USE',0,'botw/e32016/','png','blank',0,0,1,0); + INSERT INTO `submap` VALUES (1901,19,1,1,'Hyrule',1,'botw/hyrule/','png','blank',0,0,1,1); ++INSERT INTO `submap` VALUES (2000,20,1,1,'Koholint Island',1,'la_rmk/koholint_island/','png','blank',0,0,1,1); ++INSERT INTO `submap` VALUES (2001,21,1,1,'Tail Cave',1,'la_rmk/1_tail_cave/','png','blank',1,0,1,1); ++INSERT INTO `submap` VALUES (2002,22,1,1,'Bottle Grotto',1,'la_rmk/2_bottle_grotto/','png','blank',2,0,1,1); ++INSERT INTO `submap` VALUES (2003,23,1,1,'Key Cavern',1,'la_rmk/3_key_cavern/','png','blank',3,0,1,1); ++INSERT INTO `submap` VALUES (2004,24,1,1,'Angler`s Tunnel',1,'la_rmk/4_anglers_tunnel/','png','blank',4,0,1,1); ++INSERT INTO `submap` VALUES (2005,25,1,1,'Catfish`s Maw',1,'la_rmk/5_catfishs_maw/','png','blank',5,0,1,1); ++INSERT INTO `submap` VALUES (2006,26,1,1,'Face Shrine',1,'la_rmk/6_face_shrine/','png','blank',6,0,1,1); ++INSERT INTO `submap` VALUES (2007,27,1,1,'Eagle`s Tower',1,'la_rmk/7_eagles_tower/','png','blank',7,0,1,1); ++INSERT INTO `submap` VALUES (2008,28,1,1,'Turtle Rock',1,'la_rmk/8_turtle_rock/','png','blank',8,0,1,1); ++INSERT INTO `submap` VALUES (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1); + /*!40000 ALTER TABLE `submap` ENABLE KEYS */; + UNLOCK TABLES; + +@@ -12532,7 +14566,7 @@ UNLOCK TABLES; + /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; + /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +--- Dump completed on 2018-05-19 20:27:54 ++-- Dump completed on 2020-04-17 0:29:06 + INSERT INTO `user` + (`id`, `username`, `password`, `name`, `email`, `created`, `ip`, `last_login`, `level`, `visible`) + VALUES +@@ -13308,6 +15342,7 @@ VALUES + ('3833', 'test3833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3833', 'test3833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('3837', 'test3837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3837', 'test3837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('3842', 'test3842', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3842', 'test3842@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('3853', 'test3853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3853', 'test3853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('3857', 'test3857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3857', 'test3857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('3992', 'test3992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3992', 'test3992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('3999', 'test3999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3999', 'test3999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13567,12 +15602,14 @@ VALUES + ('12348', 'test12348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12348', 'test12348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12363', 'test12363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12363', 'test12363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12400', 'test12400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12400', 'test12400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('12402', 'test12402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12402', 'test12402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12452', 'test12452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12452', 'test12452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12566', 'test12566', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12566', 'test12566@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12578', 'test12578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12578', 'test12578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12597', 'test12597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12597', 'test12597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12660', 'test12660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12660', 'test12660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12696', 'test12696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12696', 'test12696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('12708', 'test12708', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12708', 'test12708@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12739', 'test12739', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12739', 'test12739@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12742', 'test12742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12742', 'test12742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('12889', 'test12889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12889', 'test12889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13601,6 +15638,7 @@ VALUES + ('13772', 'test13772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13772', 'test13772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('13784', 'test13784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13784', 'test13784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('13792', 'test13792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13792', 'test13792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('13795', 'test13795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13795', 'test13795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('13799', 'test13799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13799', 'test13799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('13815', 'test13815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13815', 'test13815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('13844', 'test13844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13844', 'test13844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13624,6 +15662,7 @@ VALUES + ('14290', 'test14290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14290', 'test14290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('14303', 'test14303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14303', 'test14303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('14364', 'test14364', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14364', 'test14364@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('14388', 'test14388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14388', 'test14388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('14481', 'test14481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14481', 'test14481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('14497', 'test14497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14497', 'test14497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('14626', 'test14626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14626', 'test14626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13644,6 +15683,7 @@ VALUES + ('15279', 'test15279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15279', 'test15279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('15305', 'test15305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15305', 'test15305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('15310', 'test15310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15310', 'test15310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('15410', 'test15410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15410', 'test15410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('15417', 'test15417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15417', 'test15417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('15434', 'test15434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15434', 'test15434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('15446', 'test15446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15446', 'test15446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13687,6 +15727,7 @@ VALUES + ('16368', 'test16368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16368', 'test16368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('16386', 'test16386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16386', 'test16386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('16412', 'test16412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16412', 'test16412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('16432', 'test16432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16432', 'test16432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('16449', 'test16449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16449', 'test16449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('16532', 'test16532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16532', 'test16532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('16537', 'test16537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16537', 'test16537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13750,6 +15791,8 @@ VALUES + ('18081', 'test18081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18081', 'test18081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('18145', 'test18145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18145', 'test18145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('18164', 'test18164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18164', 'test18164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('18179', 'test18179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18179', 'test18179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('18201', 'test18201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18201', 'test18201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('18278', 'test18278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18278', 'test18278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('18290', 'test18290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18290', 'test18290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('18415', 'test18415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18415', 'test18415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13795,7 +15838,9 @@ VALUES + ('20061', 'test20061', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20061', 'test20061@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20248', 'test20248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20248', 'test20248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20280', 'test20280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20280', 'test20280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('20346', 'test20346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20346', 'test20346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20452', 'test20452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20452', 'test20452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('20599', 'test20599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20599', 'test20599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20606', 'test20606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20606', 'test20606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20608', 'test20608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20608', 'test20608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20654', 'test20654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20654', 'test20654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13806,7 +15851,11 @@ VALUES + ('20792', 'test20792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20792', 'test20792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20799', 'test20799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20799', 'test20799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('20921', 'test20921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20921', 'test20921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('20944', 'test20944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20944', 'test20944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21041', 'test21041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21041', 'test21041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('21154', 'test21154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21154', 'test21154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21200', 'test21200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21200', 'test21200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21247', 'test21247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21247', 'test21247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('21282', 'test21282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21282', 'test21282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('21321', 'test21321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21321', 'test21321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('21324', 'test21324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21324', 'test21324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +@@ -13814,5 +15863,750 @@ VALUES + ('21355', 'test21355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21355', 'test21355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('21496', 'test21496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21496', 'test21496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), + ('21552', 'test21552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21552', 'test21552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), +-('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1') ++('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21662', 'test21662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21662', 'test21662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21727', 'test21727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21727', 'test21727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21799', 'test21799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21799', 'test21799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21856', 'test21856', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21856', 'test21856@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21858', 'test21858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21858', 'test21858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('21892', 'test21892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21892', 'test21892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22039', 'test22039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22039', 'test22039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22054', 'test22054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22054', 'test22054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22116', 'test22116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22116', 'test22116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22123', 'test22123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22123', 'test22123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22141', 'test22141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22141', 'test22141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22148', 'test22148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22148', 'test22148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22175', 'test22175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22175', 'test22175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22228', 'test22228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22228', 'test22228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22252', 'test22252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22252', 'test22252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22263', 'test22263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22263', 'test22263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22279', 'test22279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22279', 'test22279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22484', 'test22484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22484', 'test22484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22500', 'test22500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22500', 'test22500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22518', 'test22518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22518', 'test22518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22524', 'test22524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22524', 'test22524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22575', 'test22575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22575', 'test22575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22585', 'test22585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22585', 'test22585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22592', 'test22592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22592', 'test22592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22593', 'test22593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22593', 'test22593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22600', 'test22600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22600', 'test22600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22725', 'test22725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22725', 'test22725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22780', 'test22780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22780', 'test22780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22858', 'test22858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22858', 'test22858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22918', 'test22918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22918', 'test22918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('22947', 'test22947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22947', 'test22947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23031', 'test23031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23031', 'test23031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23109', 'test23109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23109', 'test23109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23122', 'test23122', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23122', 'test23122@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23128', 'test23128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23128', 'test23128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23133', 'test23133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23133', 'test23133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23237', 'test23237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23237', 'test23237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23247', 'test23247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23247', 'test23247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23298', 'test23298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23298', 'test23298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23337', 'test23337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23337', 'test23337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23338', 'test23338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23338', 'test23338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23476', 'test23476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23476', 'test23476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23546', 'test23546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23546', 'test23546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23694', 'test23694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23694', 'test23694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23704', 'test23704', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23704', 'test23704@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23714', 'test23714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23714', 'test23714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23731', 'test23731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23731', 'test23731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23746', 'test23746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23746', 'test23746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('23751', 'test23751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23751', 'test23751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24018', 'test24018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24018', 'test24018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24140', 'test24140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24140', 'test24140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24168', 'test24168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24168', 'test24168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24262', 'test24262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24262', 'test24262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24294', 'test24294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24294', 'test24294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24336', 'test24336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24336', 'test24336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24449', 'test24449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24449', 'test24449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24571', 'test24571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24571', 'test24571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24716', 'test24716', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24716', 'test24716@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24820', 'test24820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24820', 'test24820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('24935', 'test24935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24935', 'test24935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25083', 'test25083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25083', 'test25083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25113', 'test25113', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25113', 'test25113@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25180', 'test25180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25180', 'test25180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25277', 'test25277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25277', 'test25277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25514', 'test25514', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25514', 'test25514@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25546', 'test25546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25546', 'test25546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25605', 'test25605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25605', 'test25605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25796', 'test25796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25796', 'test25796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('25848', 'test25848', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25848', 'test25848@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('26051', 'test26051', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26051', 'test26051@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('26216', 'test26216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26216', 'test26216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('26297', 'test26297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26297', 'test26297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('26402', 'test26402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26402', 'test26402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('26618', 'test26618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26618', 'test26618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('26810', 'test26810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26810', 'test26810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('26878', 'test26878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26878', 'test26878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27008', 'test27008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27008', 'test27008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27219', 'test27219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27219', 'test27219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27279', 'test27279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27279', 'test27279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27618', 'test27618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27618', 'test27618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27660', 'test27660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27660', 'test27660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27737', 'test27737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27737', 'test27737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27801', 'test27801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27801', 'test27801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27903', 'test27903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27903', 'test27903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('27919', 'test27919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27919', 'test27919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28066', 'test28066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28066', 'test28066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28076', 'test28076', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28076', 'test28076@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28177', 'test28177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28177', 'test28177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28280', 'test28280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28280', 'test28280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28287', 'test28287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28287', 'test28287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28354', 'test28354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28354', 'test28354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28358', 'test28358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28358', 'test28358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28412', 'test28412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28412', 'test28412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28421', 'test28421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28421', 'test28421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28484', 'test28484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28484', 'test28484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28495', 'test28495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28495', 'test28495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('28725', 'test28725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28725', 'test28725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29059', 'test29059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29059', 'test29059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29101', 'test29101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29101', 'test29101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29109', 'test29109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29109', 'test29109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29140', 'test29140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29140', 'test29140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29167', 'test29167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29167', 'test29167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29204', 'test29204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29204', 'test29204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29221', 'test29221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29221', 'test29221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29321', 'test29321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29321', 'test29321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29387', 'test29387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29387', 'test29387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29495', 'test29495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29495', 'test29495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29506', 'test29506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29506', 'test29506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29592', 'test29592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29592', 'test29592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29602', 'test29602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29602', 'test29602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29604', 'test29604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29604', 'test29604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29655', 'test29655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29655', 'test29655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29746', 'test29746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29746', 'test29746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('29891', 'test29891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29891', 'test29891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30001', 'test30001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30001', 'test30001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30043', 'test30043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30043', 'test30043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30210', 'test30210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30210', 'test30210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30249', 'test30249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30249', 'test30249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30319', 'test30319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30319', 'test30319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30338', 'test30338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30338', 'test30338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30399', 'test30399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30399', 'test30399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30503', 'test30503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30503', 'test30503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30529', 'test30529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30529', 'test30529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30564', 'test30564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30564', 'test30564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30672', 'test30672', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30672', 'test30672@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30971', 'test30971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30971', 'test30971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('30976', 'test30976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30976', 'test30976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('31095', 'test31095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31095', 'test31095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('31383', 'test31383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31383', 'test31383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('31439', 'test31439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31439', 'test31439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('31690', 'test31690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31690', 'test31690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('31697', 'test31697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31697', 'test31697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('31698', 'test31698', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31698', 'test31698@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('31863', 'test31863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31863', 'test31863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32015', 'test32015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32015', 'test32015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32214', 'test32214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32214', 'test32214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32236', 'test32236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32236', 'test32236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32328', 'test32328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32328', 'test32328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32362', 'test32362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32362', 'test32362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32383', 'test32383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32383', 'test32383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32479', 'test32479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32479', 'test32479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32592', 'test32592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32592', 'test32592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32600', 'test32600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32600', 'test32600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32607', 'test32607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32607', 'test32607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32626', 'test32626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32626', 'test32626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32630', 'test32630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32630', 'test32630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32645', 'test32645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32645', 'test32645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32758', 'test32758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32758', 'test32758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32931', 'test32931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32931', 'test32931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32941', 'test32941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32941', 'test32941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32959', 'test32959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32959', 'test32959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('32987', 'test32987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32987', 'test32987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33048', 'test33048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33048', 'test33048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33117', 'test33117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33117', 'test33117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33143', 'test33143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33143', 'test33143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33237', 'test33237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33237', 'test33237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33277', 'test33277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33277', 'test33277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33319', 'test33319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33319', 'test33319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33462', 'test33462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33462', 'test33462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33797', 'test33797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33797', 'test33797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33833', 'test33833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33833', 'test33833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('33852', 'test33852', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33852', 'test33852@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34046', 'test34046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34046', 'test34046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34064', 'test34064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34064', 'test34064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34084', 'test34084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34084', 'test34084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34095', 'test34095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34095', 'test34095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34124', 'test34124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34124', 'test34124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34138', 'test34138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34138', 'test34138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34273', 'test34273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34273', 'test34273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34279', 'test34279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34279', 'test34279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34424', 'test34424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34424', 'test34424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34434', 'test34434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34434', 'test34434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34446', 'test34446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34446', 'test34446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34755', 'test34755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34755', 'test34755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34803', 'test34803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34803', 'test34803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34810', 'test34810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34810', 'test34810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34826', 'test34826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34826', 'test34826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34867', 'test34867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34867', 'test34867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('34896', 'test34896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34896', 'test34896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35048', 'test35048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35048', 'test35048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35121', 'test35121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35121', 'test35121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35263', 'test35263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35263', 'test35263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35432', 'test35432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35432', 'test35432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35456', 'test35456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35456', 'test35456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35517', 'test35517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35517', 'test35517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35545', 'test35545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35545', 'test35545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35555', 'test35555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35555', 'test35555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('35567', 'test35567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35567', 'test35567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36049', 'test36049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36049', 'test36049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36073', 'test36073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36073', 'test36073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36179', 'test36179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36179', 'test36179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36203', 'test36203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36203', 'test36203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36254', 'test36254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36254', 'test36254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36393', 'test36393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36393', 'test36393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36404', 'test36404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36404', 'test36404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36489', 'test36489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36489', 'test36489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('36539', 'test36539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36539', 'test36539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37121', 'test37121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37121', 'test37121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37205', 'test37205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37205', 'test37205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37418', 'test37418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37418', 'test37418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37720', 'test37720', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37720', 'test37720@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37819', 'test37819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37819', 'test37819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37845', 'test37845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37845', 'test37845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37885', 'test37885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37885', 'test37885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37908', 'test37908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37908', 'test37908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('37922', 'test37922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37922', 'test37922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38067', 'test38067', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38067', 'test38067@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38068', 'test38068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38068', 'test38068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38196', 'test38196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38196', 'test38196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38298', 'test38298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38298', 'test38298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38501', 'test38501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38501', 'test38501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38530', 'test38530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38530', 'test38530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38785', 'test38785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38785', 'test38785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38854', 'test38854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38854', 'test38854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38927', 'test38927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38927', 'test38927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('38947', 'test38947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38947', 'test38947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39009', 'test39009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39009', 'test39009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39064', 'test39064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39064', 'test39064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39095', 'test39095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39095', 'test39095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39150', 'test39150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39150', 'test39150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39287', 'test39287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39287', 'test39287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39292', 'test39292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39292', 'test39292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39380', 'test39380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39380', 'test39380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39544', 'test39544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39544', 'test39544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39897', 'test39897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39897', 'test39897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('39917', 'test39917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39917', 'test39917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40096', 'test40096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40096', 'test40096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40130', 'test40130', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40130', 'test40130@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40194', 'test40194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40194', 'test40194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40214', 'test40214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40214', 'test40214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40441', 'test40441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40441', 'test40441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40498', 'test40498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40498', 'test40498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40542', 'test40542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40542', 'test40542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40636', 'test40636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40636', 'test40636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40727', 'test40727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40727', 'test40727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40783', 'test40783', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40783', 'test40783@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40878', 'test40878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40878', 'test40878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('40881', 'test40881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40881', 'test40881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('41140', 'test41140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41140', 'test41140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('41143', 'test41143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41143', 'test41143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('41231', 'test41231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41231', 'test41231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('41317', 'test41317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41317', 'test41317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('41851', 'test41851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41851', 'test41851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42280', 'test42280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42280', 'test42280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42424', 'test42424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42424', 'test42424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42480', 'test42480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42480', 'test42480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42507', 'test42507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42507', 'test42507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42700', 'test42700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42700', 'test42700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42733', 'test42733', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42733', 'test42733@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42880', 'test42880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42880', 'test42880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42886', 'test42886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42886', 'test42886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('42921', 'test42921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42921', 'test42921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43011', 'test43011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43011', 'test43011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43015', 'test43015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43015', 'test43015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43118', 'test43118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43118', 'test43118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43128', 'test43128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43128', 'test43128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43169', 'test43169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43169', 'test43169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43245', 'test43245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43245', 'test43245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43257', 'test43257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43257', 'test43257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43349', 'test43349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43349', 'test43349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43405', 'test43405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43405', 'test43405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43552', 'test43552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43552', 'test43552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43559', 'test43559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43559', 'test43559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43573', 'test43573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43573', 'test43573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43642', 'test43642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43642', 'test43642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43679', 'test43679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43679', 'test43679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43686', 'test43686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43686', 'test43686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43748', 'test43748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43748', 'test43748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('43876', 'test43876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43876', 'test43876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('44197', 'test44197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44197', 'test44197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('44233', 'test44233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44233', 'test44233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('44841', 'test44841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44841', 'test44841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('44908', 'test44908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44908', 'test44908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45002', 'test45002', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45002', 'test45002@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45022', 'test45022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45022', 'test45022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45154', 'test45154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45154', 'test45154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45168', 'test45168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45168', 'test45168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45393', 'test45393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45393', 'test45393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45432', 'test45432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45432', 'test45432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45488', 'test45488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45488', 'test45488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45680', 'test45680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45680', 'test45680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45711', 'test45711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45711', 'test45711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45880', 'test45880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45880', 'test45880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45903', 'test45903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45903', 'test45903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45929', 'test45929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45929', 'test45929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('45945', 'test45945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45945', 'test45945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46128', 'test46128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46128', 'test46128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46138', 'test46138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46138', 'test46138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46212', 'test46212', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46212', 'test46212@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46216', 'test46216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46216', 'test46216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46381', 'test46381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46381', 'test46381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46386', 'test46386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46386', 'test46386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46459', 'test46459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46459', 'test46459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46500', 'test46500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46500', 'test46500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46509', 'test46509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46509', 'test46509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46735', 'test46735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46735', 'test46735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46811', 'test46811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46811', 'test46811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46932', 'test46932', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46932', 'test46932@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('46946', 'test46946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46946', 'test46946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47121', 'test47121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47121', 'test47121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47226', 'test47226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47226', 'test47226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47547', 'test47547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47547', 'test47547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47563', 'test47563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47563', 'test47563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47599', 'test47599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47599', 'test47599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47691', 'test47691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47691', 'test47691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47824', 'test47824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47824', 'test47824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47917', 'test47917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47917', 'test47917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47945', 'test47945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47945', 'test47945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('47960', 'test47960', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47960', 'test47960@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('48230', 'test48230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48230', 'test48230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('48238', 'test48238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48238', 'test48238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('48307', 'test48307', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48307', 'test48307@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('48504', 'test48504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48504', 'test48504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('48678', 'test48678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48678', 'test48678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('48859', 'test48859', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48859', 'test48859@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49011', 'test49011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49011', 'test49011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49050', 'test49050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49050', 'test49050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49196', 'test49196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49196', 'test49196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49202', 'test49202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49202', 'test49202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49219', 'test49219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49219', 'test49219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49367', 'test49367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49367', 'test49367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49628', 'test49628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49628', 'test49628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49922', 'test49922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49922', 'test49922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49952', 'test49952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49952', 'test49952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('49972', 'test49972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49972', 'test49972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50024', 'test50024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50024', 'test50024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50205', 'test50205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50205', 'test50205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50253', 'test50253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50253', 'test50253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50315', 'test50315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50315', 'test50315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50431', 'test50431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50431', 'test50431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50439', 'test50439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50439', 'test50439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50458', 'test50458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50458', 'test50458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50504', 'test50504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50504', 'test50504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50587', 'test50587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50587', 'test50587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50805', 'test50805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50805', 'test50805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50843', 'test50843', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50843', 'test50843@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50916', 'test50916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50916', 'test50916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('50977', 'test50977', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50977', 'test50977@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51229', 'test51229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51229', 'test51229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51280', 'test51280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51280', 'test51280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51345', 'test51345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51345', 'test51345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51636', 'test51636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51636', 'test51636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51643', 'test51643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51643', 'test51643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51885', 'test51885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51885', 'test51885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51892', 'test51892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51892', 'test51892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('51954', 'test51954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51954', 'test51954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('52235', 'test52235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52235', 'test52235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('52289', 'test52289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52289', 'test52289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('52291', 'test52291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52291', 'test52291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('52322', 'test52322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52322', 'test52322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('52480', 'test52480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52480', 'test52480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('52516', 'test52516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52516', 'test52516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('52670', 'test52670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52670', 'test52670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53039', 'test53039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53039', 'test53039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53227', 'test53227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53227', 'test53227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53315', 'test53315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53315', 'test53315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53327', 'test53327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53327', 'test53327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53330', 'test53330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53330', 'test53330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53476', 'test53476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53476', 'test53476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53525', 'test53525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53525', 'test53525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53646', 'test53646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53646', 'test53646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53781', 'test53781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53781', 'test53781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('53989', 'test53989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53989', 'test53989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54037', 'test54037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54037', 'test54037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54038', 'test54038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54038', 'test54038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54092', 'test54092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54092', 'test54092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54101', 'test54101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54101', 'test54101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54175', 'test54175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54175', 'test54175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54275', 'test54275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54275', 'test54275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54359', 'test54359', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54359', 'test54359@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54377', 'test54377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54377', 'test54377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54500', 'test54500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54500', 'test54500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54526', 'test54526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54526', 'test54526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54529', 'test54529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54529', 'test54529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54652', 'test54652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54652', 'test54652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54654', 'test54654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54654', 'test54654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('54845', 'test54845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54845', 'test54845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55511', 'test55511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55511', 'test55511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55583', 'test55583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55583', 'test55583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55589', 'test55589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55589', 'test55589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55591', 'test55591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55591', 'test55591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55622', 'test55622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55622', 'test55622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55709', 'test55709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55709', 'test55709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55864', 'test55864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55864', 'test55864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('55943', 'test55943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55943', 'test55943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56018', 'test56018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56018', 'test56018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56110', 'test56110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56110', 'test56110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56231', 'test56231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56231', 'test56231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56244', 'test56244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56244', 'test56244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56340', 'test56340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56340', 'test56340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56400', 'test56400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56400', 'test56400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56469', 'test56469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56469', 'test56469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56505', 'test56505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56505', 'test56505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56532', 'test56532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56532', 'test56532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56712', 'test56712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56712', 'test56712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56744', 'test56744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56744', 'test56744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('56798', 'test56798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56798', 'test56798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57031', 'test57031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57031', 'test57031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57316', 'test57316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57316', 'test57316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57335', 'test57335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57335', 'test57335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57361', 'test57361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57361', 'test57361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57381', 'test57381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57381', 'test57381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57539', 'test57539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57539', 'test57539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57623', 'test57623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57623', 'test57623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57658', 'test57658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57658', 'test57658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57870', 'test57870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57870', 'test57870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57872', 'test57872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57872', 'test57872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57925', 'test57925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57925', 'test57925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('57983', 'test57983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57983', 'test57983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58025', 'test58025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58025', 'test58025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58050', 'test58050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58050', 'test58050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58140', 'test58140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58140', 'test58140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58314', 'test58314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58314', 'test58314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58317', 'test58317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58317', 'test58317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58422', 'test58422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58422', 'test58422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58549', 'test58549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58549', 'test58549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58567', 'test58567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58567', 'test58567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58581', 'test58581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58581', 'test58581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58640', 'test58640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58640', 'test58640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58677', 'test58677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58677', 'test58677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58823', 'test58823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58823', 'test58823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('58919', 'test58919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58919', 'test58919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59206', 'test59206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59206', 'test59206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59420', 'test59420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59420', 'test59420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59539', 'test59539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59539', 'test59539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59721', 'test59721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59721', 'test59721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59791', 'test59791', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59791', 'test59791@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59933', 'test59933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59933', 'test59933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59949', 'test59949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59949', 'test59949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('59975', 'test59975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59975', 'test59975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60089', 'test60089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60089', 'test60089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60169', 'test60169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60169', 'test60169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60291', 'test60291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60291', 'test60291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60348', 'test60348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60348', 'test60348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60455', 'test60455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60455', 'test60455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60468', 'test60468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60468', 'test60468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60529', 'test60529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60529', 'test60529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60533', 'test60533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60533', 'test60533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60780', 'test60780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60780', 'test60780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('60912', 'test60912', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60912', 'test60912@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61012', 'test61012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61012', 'test61012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61027', 'test61027', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61027', 'test61027@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61097', 'test61097', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61097', 'test61097@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61474', 'test61474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61474', 'test61474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61502', 'test61502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61502', 'test61502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61555', 'test61555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61555', 'test61555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61589', 'test61589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61589', 'test61589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61697', 'test61697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61697', 'test61697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61822', 'test61822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61822', 'test61822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('61881', 'test61881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61881', 'test61881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62356', 'test62356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62356', 'test62356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62393', 'test62393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62393', 'test62393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62448', 'test62448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62448', 'test62448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62458', 'test62458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62458', 'test62458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62509', 'test62509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62509', 'test62509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62522', 'test62522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62522', 'test62522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62717', 'test62717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62717', 'test62717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('62978', 'test62978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62978', 'test62978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63322', 'test63322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63322', 'test63322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63378', 'test63378', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63378', 'test63378@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63431', 'test63431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63431', 'test63431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63460', 'test63460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63460', 'test63460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63489', 'test63489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63489', 'test63489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63493', 'test63493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63493', 'test63493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63578', 'test63578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63578', 'test63578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63606', 'test63606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63606', 'test63606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63841', 'test63841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63841', 'test63841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63915', 'test63915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63915', 'test63915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('63993', 'test63993', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63993', 'test63993@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64080', 'test64080', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64080', 'test64080@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64167', 'test64167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64167', 'test64167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64340', 'test64340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64340', 'test64340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64372', 'test64372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64372', 'test64372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64382', 'test64382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64382', 'test64382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64429', 'test64429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64429', 'test64429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64446', 'test64446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64446', 'test64446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64493', 'test64493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64493', 'test64493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64572', 'test64572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64572', 'test64572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64630', 'test64630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64630', 'test64630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('64903', 'test64903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64903', 'test64903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('65010', 'test65010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65010', 'test65010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('65367', 'test65367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65367', 'test65367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('65479', 'test65479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65479', 'test65479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('65590', 'test65590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65590', 'test65590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('65970', 'test65970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65970', 'test65970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('66285', 'test66285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66285', 'test66285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('66367', 'test66367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66367', 'test66367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('66421', 'test66421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66421', 'test66421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('66479', 'test66479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66479', 'test66479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('66495', 'test66495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66495', 'test66495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('66829', 'test66829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66829', 'test66829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('66838', 'test66838', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66838', 'test66838@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67259', 'test67259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67259', 'test67259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67415', 'test67415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67415', 'test67415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67518', 'test67518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67518', 'test67518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67560', 'test67560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67560', 'test67560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67564', 'test67564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67564', 'test67564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67657', 'test67657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67657', 'test67657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67678', 'test67678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67678', 'test67678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('67975', 'test67975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67975', 'test67975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('68111', 'test68111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68111', 'test68111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('68177', 'test68177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68177', 'test68177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('68351', 'test68351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68351', 'test68351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('68564', 'test68564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68564', 'test68564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('68573', 'test68573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68573', 'test68573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('68891', 'test68891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68891', 'test68891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('68895', 'test68895', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68895', 'test68895@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69068', 'test69068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69068', 'test69068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69145', 'test69145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69145', 'test69145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69200', 'test69200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69200', 'test69200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69480', 'test69480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69480', 'test69480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69517', 'test69517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69517', 'test69517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69738', 'test69738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69738', 'test69738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69806', 'test69806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69806', 'test69806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('69888', 'test69888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69888', 'test69888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('70111', 'test70111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70111', 'test70111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('70176', 'test70176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70176', 'test70176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('70248', 'test70248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70248', 'test70248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('70487', 'test70487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70487', 'test70487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('70548', 'test70548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70548', 'test70548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('70561', 'test70561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70561', 'test70561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('70972', 'test70972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70972', 'test70972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('71042', 'test71042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71042', 'test71042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('71324', 'test71324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71324', 'test71324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('71370', 'test71370', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71370', 'test71370@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('71588', 'test71588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71588', 'test71588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('71600', 'test71600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71600', 'test71600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('71784', 'test71784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71784', 'test71784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('71786', 'test71786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71786', 'test71786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72022', 'test72022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72022', 'test72022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72128', 'test72128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72128', 'test72128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72231', 'test72231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72231', 'test72231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72372', 'test72372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72372', 'test72372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72389', 'test72389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72389', 'test72389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72402', 'test72402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72402', 'test72402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72447', 'test72447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72447', 'test72447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72477', 'test72477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72477', 'test72477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72511', 'test72511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72511', 'test72511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72601', 'test72601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72601', 'test72601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72615', 'test72615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72615', 'test72615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72627', 'test72627', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72627', 'test72627@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72645', 'test72645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72645', 'test72645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72651', 'test72651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72651', 'test72651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72699', 'test72699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72699', 'test72699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72713', 'test72713', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72713', 'test72713@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('72985', 'test72985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72985', 'test72985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73012', 'test73012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73012', 'test73012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73086', 'test73086', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73086', 'test73086@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73176', 'test73176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73176', 'test73176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73213', 'test73213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73213', 'test73213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73379', 'test73379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73379', 'test73379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73386', 'test73386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73386', 'test73386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73410', 'test73410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73410', 'test73410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73493', 'test73493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73493', 'test73493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73546', 'test73546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73546', 'test73546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73669', 'test73669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73669', 'test73669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73790', 'test73790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73790', 'test73790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73797', 'test73797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73797', 'test73797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73849', 'test73849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73849', 'test73849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73866', 'test73866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73866', 'test73866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('73948', 'test73948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73948', 'test73948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74038', 'test74038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74038', 'test74038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74072', 'test74072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74072', 'test74072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74160', 'test74160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74160', 'test74160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74167', 'test74167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74167', 'test74167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74211', 'test74211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74211', 'test74211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74298', 'test74298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74298', 'test74298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74482', 'test74482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74482', 'test74482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74551', 'test74551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74551', 'test74551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74589', 'test74589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74589', 'test74589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74591', 'test74591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74591', 'test74591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74611', 'test74611', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74611', 'test74611@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74630', 'test74630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74630', 'test74630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74742', 'test74742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74742', 'test74742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74757', 'test74757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74757', 'test74757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('74772', 'test74772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74772', 'test74772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75055', 'test75055', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75055', 'test75055@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75081', 'test75081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75081', 'test75081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75084', 'test75084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75084', 'test75084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75087', 'test75087', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75087', 'test75087@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75096', 'test75096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75096', 'test75096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75272', 'test75272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75272', 'test75272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75273', 'test75273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75273', 'test75273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75356', 'test75356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75356', 'test75356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75407', 'test75407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75407', 'test75407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75439', 'test75439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75439', 'test75439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75548', 'test75548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75548', 'test75548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75562', 'test75562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75562', 'test75562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75864', 'test75864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75864', 'test75864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('75916', 'test75916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75916', 'test75916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76193', 'test76193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76193', 'test76193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76199', 'test76199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76199', 'test76199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76202', 'test76202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76202', 'test76202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76430', 'test76430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76430', 'test76430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76435', 'test76435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76435', 'test76435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76519', 'test76519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76519', 'test76519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76526', 'test76526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76526', 'test76526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76609', 'test76609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76609', 'test76609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76836', 'test76836', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76836', 'test76836@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76915', 'test76915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76915', 'test76915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('76939', 'test76939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76939', 'test76939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77028', 'test77028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77028', 'test77028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77093', 'test77093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77093', 'test77093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77230', 'test77230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77230', 'test77230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77349', 'test77349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77349', 'test77349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77697', 'test77697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77697', 'test77697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77818', 'test77818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77818', 'test77818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77879', 'test77879', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77879', 'test77879@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77923', 'test77923', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77923', 'test77923@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('77978', 'test77978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77978', 'test77978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78050', 'test78050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78050', 'test78050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78081', 'test78081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78081', 'test78081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78128', 'test78128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78128', 'test78128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78192', 'test78192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78192', 'test78192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78207', 'test78207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78207', 'test78207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78250', 'test78250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78250', 'test78250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78577', 'test78577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78577', 'test78577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78796', 'test78796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78796', 'test78796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78832', 'test78832', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78832', 'test78832@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78902', 'test78902', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78902', 'test78902@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('78956', 'test78956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78956', 'test78956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79019', 'test79019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79019', 'test79019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79070', 'test79070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79070', 'test79070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79082', 'test79082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79082', 'test79082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79196', 'test79196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79196', 'test79196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79259', 'test79259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79259', 'test79259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79469', 'test79469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79469', 'test79469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79503', 'test79503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79503', 'test79503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79726', 'test79726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79726', 'test79726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('79786', 'test79786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79786', 'test79786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('80073', 'test80073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80073', 'test80073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('80263', 'test80263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80263', 'test80263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('80678', 'test80678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80678', 'test80678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81159', 'test81159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81159', 'test81159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81214', 'test81214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81214', 'test81214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81232', 'test81232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81232', 'test81232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81346', 'test81346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81346', 'test81346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81469', 'test81469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81469', 'test81469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81840', 'test81840', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81840', 'test81840@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81851', 'test81851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81851', 'test81851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('81872', 'test81872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81872', 'test81872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82004', 'test82004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82004', 'test82004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82063', 'test82063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82063', 'test82063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82330', 'test82330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82330', 'test82330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82414', 'test82414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82414', 'test82414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82489', 'test82489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82489', 'test82489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82690', 'test82690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82690', 'test82690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82757', 'test82757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82757', 'test82757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82772', 'test82772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82772', 'test82772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82787', 'test82787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82787', 'test82787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82864', 'test82864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82864', 'test82864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82887', 'test82887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82887', 'test82887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82889', 'test82889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82889', 'test82889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82896', 'test82896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82896', 'test82896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82913', 'test82913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82913', 'test82913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('82929', 'test82929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82929', 'test82929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('83262', 'test83262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83262', 'test83262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('83430', 'test83430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83430', 'test83430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('83436', 'test83436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83436', 'test83436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('83601', 'test83601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83601', 'test83601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('83632', 'test83632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83632', 'test83632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('83679', 'test83679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83679', 'test83679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('83846', 'test83846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83846', 'test83846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84039', 'test84039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84039', 'test84039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84143', 'test84143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84143', 'test84143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84145', 'test84145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84145', 'test84145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84349', 'test84349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84349', 'test84349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84357', 'test84357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84357', 'test84357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84360', 'test84360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84360', 'test84360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84505', 'test84505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84505', 'test84505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84578', 'test84578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84578', 'test84578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84635', 'test84635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84635', 'test84635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84638', 'test84638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84638', 'test84638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84688', 'test84688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84688', 'test84688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('84988', 'test84988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84988', 'test84988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85069', 'test85069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85069', 'test85069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85240', 'test85240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85240', 'test85240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85375', 'test85375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85375', 'test85375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85483', 'test85483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85483', 'test85483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85570', 'test85570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85570', 'test85570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85573', 'test85573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85573', 'test85573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85654', 'test85654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85654', 'test85654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85878', 'test85878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85878', 'test85878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85883', 'test85883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85883', 'test85883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85964', 'test85964', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85964', 'test85964@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('85980', 'test85980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85980', 'test85980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86041', 'test86041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86041', 'test86041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86159', 'test86159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86159', 'test86159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86163', 'test86163', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86163', 'test86163@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86256', 'test86256', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86256', 'test86256@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86320', 'test86320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86320', 'test86320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86377', 'test86377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86377', 'test86377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86407', 'test86407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86407', 'test86407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86422', 'test86422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86422', 'test86422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86803', 'test86803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86803', 'test86803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86809', 'test86809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86809', 'test86809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('86992', 'test86992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86992', 'test86992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87060', 'test87060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87060', 'test87060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87074', 'test87074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87074', 'test87074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87099', 'test87099', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87099', 'test87099@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87199', 'test87199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87199', 'test87199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87273', 'test87273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87273', 'test87273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87453', 'test87453', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87453', 'test87453@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87473', 'test87473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87473', 'test87473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87607', 'test87607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87607', 'test87607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87765', 'test87765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87765', 'test87765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87948', 'test87948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87948', 'test87948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87973', 'test87973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87973', 'test87973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('87994', 'test87994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87994', 'test87994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('88022', 'test88022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88022', 'test88022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('88030', 'test88030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88030', 'test88030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('88203', 'test88203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88203', 'test88203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('88684', 'test88684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88684', 'test88684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('88764', 'test88764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88764', 'test88764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89210', 'test89210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89210', 'test89210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89332', 'test89332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89332', 'test89332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89488', 'test89488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89488', 'test89488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89547', 'test89547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89547', 'test89547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89658', 'test89658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89658', 'test89658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89757', 'test89757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89757', 'test89757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89884', 'test89884', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89884', 'test89884@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('89926', 'test89926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89926', 'test89926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90066', 'test90066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90066', 'test90066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90222', 'test90222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90222', 'test90222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90559', 'test90559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90559', 'test90559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90748', 'test90748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90748', 'test90748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90785', 'test90785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90785', 'test90785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90882', 'test90882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90882', 'test90882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90976', 'test90976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90976', 'test90976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('90983', 'test90983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90983', 'test90983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('91066', 'test91066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91066', 'test91066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('91098', 'test91098', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91098', 'test91098@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('91143', 'test91143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91143', 'test91143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('91165', 'test91165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91165', 'test91165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('91401', 'test91401', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91401', 'test91401@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('91409', 'test91409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91409', 'test91409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('91548', 'test91548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91548', 'test91548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('92155', 'test92155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92155', 'test92155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('92411', 'test92411', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92411', 'test92411@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('92423', 'test92423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92423', 'test92423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('92845', 'test92845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92845', 'test92845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('92846', 'test92846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92846', 'test92846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('92929', 'test92929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92929', 'test92929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('92956', 'test92956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92956', 'test92956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), ++('93236', 'test93236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93236', 'test93236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1') + ; +-- +2.37.3 + diff --git a/dev/0002-Later-changelog-edits-now.patch b/dev/0002-Later-changelog-edits-now.patch new file mode 100644 index 00000000..2eadb898 --- /dev/null +++ b/dev/0002-Later-changelog-edits-now.patch @@ -0,0 +1,61 @@ +From fff6065b9c918942afc00c7b34e0685c524f4b46 Mon Sep 17 00:00:00 2001 +From: Pysis868 +Date: Fri, 17 Apr 2020 01:18:35 -0400 +Subject: [PATCH 2/3] Later changelog edits now. + +--- + dev/db/zeldamaps.sql | 25 +++++++++++++++---------- + 1 file changed, 15 insertions(+), 10 deletions(-) + +diff --git a/dev/db/zeldamaps.sql b/dev/db/zeldamaps.sql +index 468b2c8..e62843c 100644 +--- a/dev/db/zeldamaps.sql ++++ b/dev/db/zeldamaps.sql +@@ -39,7 +39,7 @@ CREATE TABLE `changelog` ( + `version_patch` int(11) NOT NULL, + `content` text, + PRIMARY KEY (`id`) +-) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; ++) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=latin1; + /*!40101 SET character_set_client = @saved_cs_client */; + + -- +@@ -496,21 +496,26 @@ INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. + INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); + INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); + INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); +-INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents); Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); ++INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); + INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); + INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); + INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); + INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); + INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); + INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); +-INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); +-INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); +-INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); +-INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); +-INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); +-INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); +-INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); +-INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); ++INSERT INTO `changelog` VALUES (26,0,6,0,'New logo by the Zelda Universe design team!'); ++INSERT INTO `changelog` VALUES (27,0,6,0,'Added Login/Account button'); ++INSERT INTO `changelog` VALUES (28,0,6,0,'Added Lost Password and Change Password functionality'); ++INSERT INTO `changelog` VALUES (29,0,6,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'); ++INSERT INTO `changelog` VALUES (30,0,6,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'); ++INSERT INTO `changelog` VALUES (31,0,6,0,'Made marker completion hotkeys more intelligent per-OS'); ++INSERT INTO `changelog` VALUES (32,0,6,0,'Lots of small interface improvements'); ++INSERT INTO `changelog` VALUES (33,0,6,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'); ++INSERT INTO `changelog` VALUES (34,0,7,0,'Multi-game support with Link\'s Awakening: More maps for more Zelda games are on the way.'); ++INSERT INTO `changelog` VALUES (35,0,7,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\'ve got maps for every dungeon. We\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'); ++INSERT INTO `changelog` VALUES (36,0,7,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\'re starting a new run.'); ++INSERT INTO `changelog` VALUES (37,0,7,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\'ve completed out of the category total.'); ++INSERT INTO `changelog` VALUES (38,0,7,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.'); + /*!40000 ALTER TABLE `changelog` ENABLE KEYS */; + UNLOCK TABLES; + +-- +2.37.3 + diff --git a/dev/0003-Adding-game-to-list-where-the-project-gained-support.patch b/dev/0003-Adding-game-to-list-where-the-project-gained-support.patch new file mode 100644 index 00000000..eaba95f7 --- /dev/null +++ b/dev/0003-Adding-game-to-list-where-the-project-gained-support.patch @@ -0,0 +1,25 @@ +From b0122ec54dda8ed19e42bb8f757b0f052302d76d Mon Sep 17 00:00:00 2001 +From: Pysis868 +Date: Fri, 17 Apr 2020 01:22:23 -0400 +Subject: [PATCH 3/3] Adding game to list where the project gained support + already. + +--- + README.md | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/README.md b/README.md +index 40321a1..2710176 100644 +--- a/README.md ++++ b/README.md +@@ -3,6 +3,7 @@ + + Currently supports: + - The Legend of Zelda: Breath of the Wild for the Nintendo Switch and Wii U (March 3, 2017) ++ - The Legend of Zelda: Link's Awakening for the Nintendo Switch (September 20, 2019) + + ## Help Sections + - [Installation Instructions](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/INSTALL.md) +-- +2.37.3 + From c0b1fb226259310794ac9296a2c5294cf506bf11 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 8 Mar 2023 16:35:16 -0500 Subject: [PATCH 24/73] Adding missing commit data and cleaning Removing files now that changes have been added to the actual target files now. Mostly just missing changelog entries that may have just been rewritten. Nicer to keep the data around and just hide them in a newer commit. Further edit seems identical. Added game to support list in readme. The db export script probably had all the better edits now. Ignoring the `Always` variable since the `ar` table may be useful to track now. Original metadata: From 63acb67ad9d807fb45b81d4d06e897f55a17e960 Mon Sep 17 00:00:00 2001 From: Pysis868 Date: Fri, 17 Apr 2020 01:17:47 -0400 Subject: [PATCH 1/3] Refreshing project files from production. The database export sql file mainly. Using initial changelog I had locally before later edits, just to preserve. Updated db export script to ignore internal ar table. Did some folding organization and other cleaning. From fff6065b9c918942afc00c7b34e0685c524f4b46 Mon Sep 17 00:00:00 2001 From: Pysis868 Date: Fri, 17 Apr 2020 01:18:35 -0400 Subject: [PATCH 2/3] Later changelog edits now. From b0122ec54dda8ed19e42bb8f757b0f052302d76d Mon Sep 17 00:00:00 2001 From: Pysis868 Date: Fri, 17 Apr 2020 01:22:23 -0400 Subject: [PATCH 3/3] Adding game to list where the project gained support already. --- README.md => Readme.md | 1 + ...eshing-project-files-from-production.patch | 3360 ----------------- dev/0002-Later-changelog-edits-now.patch | 61 - ...ist-where-the-project-gained-support.patch | 25 - dev/db/samples/tingle.sql | 12 +- 5 files changed, 11 insertions(+), 3448 deletions(-) rename README.md => Readme.md (96%) delete mode 100644 dev/0001-Refreshing-project-files-from-production.patch delete mode 100644 dev/0002-Later-changelog-edits-now.patch delete mode 100644 dev/0003-Adding-game-to-list-where-the-project-gained-support.patch diff --git a/README.md b/Readme.md similarity index 96% rename from README.md rename to Readme.md index f1b96bd9..7f31968f 100644 --- a/README.md +++ b/Readme.md @@ -3,6 +3,7 @@ Currently supports: - The Legend of Zelda: Breath of the Wild for the Nintendo Switch and Wii U (March 3, 2017) + - The Legend of Zelda: Link's Awakening for the Nintendo Switch (September 20, 2019) ## Help Sections - [Installation Instructions](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/Installation.md) diff --git a/dev/0001-Refreshing-project-files-from-production.patch b/dev/0001-Refreshing-project-files-from-production.patch deleted file mode 100644 index 824b2f2e..00000000 --- a/dev/0001-Refreshing-project-files-from-production.patch +++ /dev/null @@ -1,3360 +0,0 @@ -From 63acb67ad9d807fb45b81d4d06e897f55a17e960 Mon Sep 17 00:00:00 2001 -From: Pysis868 -Date: Fri, 17 Apr 2020 01:17:47 -0400 -Subject: [PATCH 1/3] Refreshing project files from production. The database - export sql file mainly. Using initial changelog I had locally before later - edits, just to preserve. Updated db export script to ignore internal ar - table. Did some folding organization and other cleaning. - ---- - dev/db/exportDatabaseForDev.sh | 209 +-- - dev/db/zeldamaps.sql | 2886 +++++++++++++++++++++++++++++++- - 2 files changed, 2954 insertions(+), 141 deletions(-) - -diff --git a/dev/db/exportDatabaseForDev.sh b/dev/db/exportDatabaseForDev.sh -index aad1e49..11d895b 100755 ---- a/dev/db/exportDatabaseForDev.sh -+++ b/dev/db/exportDatabaseForDev.sh -@@ -103,113 +103,132 @@ - - ## Derived Configuration & Internal Variables - { -- # `marker_tab` looked like user data that could be skipped, but apparently not, as no markers appeared using the current query 'monster' :X -- noAITables="user user_completed_marker"; -- ignoreTablesOptions=''; -- for table in $noAITables; do ignoreTablesOptions+="--ignore-table='$DB_NAME.$table' "; done; -- structureOptions="--no-data"; -- dataOptions="--no-create-info --skip-add-drop-table --skip-extended-insert"; -- if [[ "$VERBOSE" == "true" ]]; then -- errorRedirectionString=""; -- mysqlVerboseString="-v"; -- else -- errorRedirectionString="2>/dev/null"; -- mysqlVerboseString=""; -- fi -- if [[ "$BRIEF_MESSAGES" == "true" ]]; then -- availableMessageCharacters="$(expr "$(tput cols)" - 12 - 3)"; # For the result messages, their wrapping characters, the message prefix, and then the ellipsis. -- messageRedirectionString="head --bytes=$availableMessageCharacters"; -- else -- messageRedirectionString="cat"; -- fi -- # Additional SQL query function files to use but not modify. -- generateDevUsersQueryFilePath="$SDIR/exportDatabaseForDev-generateDevUsers.sql"; -- sqlizeSedFilePath="$SDIR/exportDatabaseForDev-sqlize.sed"; -- -- # Intermediate, temporary, working files to be deleted at the end of the process. -- keepAIFilePath="$SDIR/zeldamaps-structure_with-AI.sql"; -- toRemoveAIFilePath="$SDIR/zeldamaps-structure_to-remove-AI.sql"; -- aiRemovedFilePath="$SDIR/zeldamaps-structure_AI-removed.sql"; -- dataFilePath="$SDIR/zeldamaps-data.sql"; -- sanitizedPartialUserDataFilePath="$SDIR/zeldamaps-sanitizedPartialUserData.txt"; -- generatedDevUserDataFilePath="$SDIR/zeldamaps-devUserData.sql"; -- -- allIntermediateFilePaths="'$keepAIFilePath' '$toRemoveAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$sanitizedPartialUserDataFilePath' '$generatedDevUserDataFilePath'"; -- -- # Resultant, generated file to keep at the end of the process. -- # completeFilePath="$SDIR/zeldamaps-complete.sql"; -- completeFilePath="$SDIR/zeldamaps.sql"; # Since the it is already version-tracked, we can just overwrite the main file now. -+ -+ ## Program/Command options/flags/switches -+ { -+ # `marker_tab` looked like user data that could be skipped, but apparently not, as no markers appeared using the current query 'monster' :X -+ noAlwaysTables="ar_internal_metadata"; -+ noAITables="user user_completed_marker"; -+ ignoreAlwaysTablesOptions=''; -+ ignoreAITablesOptions=''; -+ for table in $noAlwaysTables; do ignoreAlwaysTablesOptions+="--ignore-table='$DB_NAME.$table' "; done; -+ for table in $noAITables; do ignoreAITablesOptions+="--ignore-table='$DB_NAME.$table' "; done; -+ structureOptions="--no-data"; -+ dataOptions="--no-create-info --skip-add-drop-table --skip-extended-insert"; -+ -+ if [[ "$VERBOSE" == "true" ]]; then -+ errorRedirectionString=""; -+ mysqlVerboseString="-v"; -+ else -+ errorRedirectionString="2>/dev/null"; -+ mysqlVerboseString=""; -+ fi -+ -+ if [[ "$BRIEF_MESSAGES" == "true" ]]; then -+ availableMessageCharacters="$(expr "$(tput cols)" - 12 - 3)"; # For the result messages, their wrapping characters, the message prefix, and then the ellipsis. -+ messageRedirectionString="head --bytes=$availableMessageCharacters"; -+ else -+ messageRedirectionString="cat"; -+ fi -+ } -+ -+ ## File Paths -+ { -+ # Additional SQL query function files to use but not modify. -+ generateDevUsersQueryFilePath="$SDIR/exportDatabaseForDev-generateDevUsers.sql"; -+ sqlizeSedFilePath="$SDIR/exportDatabaseForDev-sqlize.sed"; -+ -+ # Intermediate, temporary, working files to be deleted at the end of the process. -+ keepAIFilePath="$SDIR/zeldamaps-structure_with-AI.sql"; -+ toRemoveAIFilePath="$SDIR/zeldamaps-structure_to-remove-AI.sql"; -+ aiRemovedFilePath="$SDIR/zeldamaps-structure_AI-removed.sql"; -+ dataFilePath="$SDIR/zeldamaps-data.sql"; -+ sanitizedPartialUserDataFilePath="$SDIR/zeldamaps-sanitizedPartialUserData.txt"; -+ generatedDevUserDataFilePath="$SDIR/zeldamaps-devUserData.sql"; -+ -+ allIntermediateFilePaths="'$keepAIFilePath' '$toRemoveAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$sanitizedPartialUserDataFilePath' '$generatedDevUserDataFilePath'"; -+ -+ # Resultant, generated file to keep at the end of the process. -+ # completeFilePath="$SDIR/zeldamaps-complete.sql"; -+ completeFilePath="$SDIR/zeldamaps.sql"; # Since the it is already version-tracked, we can just overwrite the main file now. -+ } - } - - ## Main Program Flow - { - trap 'statusPrint "\n${RED}User cancels process.${NC}"; cleanAndExit 2;' INT KILL TERM STOP; - -- issueStep \ -- "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ -- "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $ignoreTablesOptions --add-drop-database --databases $DB_NAME > '$keepAIFilePath' $errorRedirectionString" \ -- ; -+ ## Main Exporting -+ { -+ issueStep \ -+ "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ -+ "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $ignoreAlwaysTablesOptions $ignoreAITablesOptions --add-drop-database --databases $DB_NAME > '$keepAIFilePath' $errorRedirectionString" \ -+ ; - -- issueStep \ -- "Exporting the rest of the database structure, with no way to immediately remove the auto increment values to match not having data later on." \ -- "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $DB_NAME $noAITables > '$toRemoveAIFilePath' $errorRedirectionString" \ -- ; -+ issueStep \ -+ "Exporting the rest of the database structure, with no way to immediately remove the auto increment values to match not having data later on." \ -+ "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $structureOptions $DB_NAME $noAITables > '$toRemoveAIFilePath' $errorRedirectionString" \ -+ ; - -- issueStep \ -- "Exporting majority of the database data, ignoring certain tables with more sensitive user or otherwise less useful data for development." \ -- "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $dataOptions $ignoreTablesOptions $DB_NAME > '$dataFilePath' $errorRedirectionString" \ -- ; -+ issueStep \ -+ "Exporting majority of the database data, ignoring certain tables with more sensitive user or otherwise less useful data for development." \ -+ "mysqldump $MYSQL_CONNECTION_STRING $mysqlVerboseString $dataOptions $ignoreAlwaysTablesOptions $ignoreAITablesOptions $DB_NAME > '$dataFilePath' $errorRedirectionString" \ -+ ; - - -- issueStep \ -- "Exporting and sanitizing only the required user records by id, with their visiblity and level data for later use in development so that all markers can be displayed." \ -- "mysql $MYSQL_CONNECTION_STRING $mysqlVerboseString $DB_NAME > '$sanitizedPartialUserDataFilePath' $errorRedirectionString < '$generateDevUsersQueryFilePath'" \ -- ; -+ issueStep \ -+ "Exporting and sanitizing only the required user records by id, with their visiblity and level data for later use in development so that all markers can be displayed." \ -+ "mysql $MYSQL_CONNECTION_STRING $mysqlVerboseString $DB_NAME > '$sanitizedPartialUserDataFilePath' $errorRedirectionString < '$generateDevUsersQueryFilePath'" \ -+ ; -+ } - -- if [[ "$VERBOSE" == "true" ]]; then -+ ## Other data manipulations / transformations / massagings -+ { -+ if [[ "$VERBOSE" == "true" ]]; then -+ issueStep \ -+ "Removing embedded verbose query." \ -+ "sed -i '1,27d' '$sanitizedPartialUserDataFilePath'" \ -+ ; -+ fi -+ -+ issueStep \ -+ "Preparing the generated user data into a SQL format." \ -+ "sed -i -r -f '$sqlizeSedFilePath' '$sanitizedPartialUserDataFilePath'" \ -+ ; -+ -+ issueStep \ -+ "Writing SQL INSERT header." \ -+ "echo 'INSERT INTO \`user\`' > '$generatedDevUserDataFilePath'" \ -+ ; -+ -+ issueStep \ -+ "Writing header data fields." \ -+ "head -n 1 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ -+ ; -+ issueStep \ -+ "Writing intermediate VALUES term." \ -+ "echo 'VALUES' >> '$generatedDevUserDataFilePath'" \ -+ ; - issueStep \ -- "Removing embedded verbose query." \ -- "sed -i '1,27d' '$sanitizedPartialUserDataFilePath'" \ -+ "Writing data fields." \ -+ "tail -n +2 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ - ; -- fi -- -- issueStep \ -- "Preparing the generated user data into a SQL format." \ -- "sed -i -r -f '$sqlizeSedFilePath' '$sanitizedPartialUserDataFilePath'" \ -- ; -- -- issueStep \ -- "Writing SQL INSERT header." \ -- "echo 'INSERT INTO \`user\`' > '$generatedDevUserDataFilePath'" \ -- ; -- -- issueStep \ -- "Writing header data fields." \ -- "head -n 1 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ -- ; -- issueStep \ -- "Writing intermediate VALUES term." \ -- "echo 'VALUES' >> '$generatedDevUserDataFilePath'" \ -- ; -- issueStep \ -- "Writing data fields." \ -- "tail -n +2 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ -- ; -- # "tail -n +2 dev/db/userLevels.txt | sed -r 's|([[:digit:]]+)\s+([[:digit:]]+)\s+([[:digit:]]+)|\(\1, \'test\1\', \'test\1\', \2, \3\)|g'"; -- issueStep \ -- "Writing terminating colon." \ -- "echo ';' >> '$generatedDevUserDataFilePath'" \ -- ; -- -- -- issueStep \ -- "Removing auto increment values in sensitive data table schemas." \ -- "sed -r 's| AUTO_INCREMENT=[[:digit:]]+||g' '$toRemoveAIFilePath' > '$aiRemovedFilePath'" \ -- ; -- -- issueStep \ -- "Combining intermediate SQL files into a single convenient script for later import and version control." \ -- "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$generatedDevUserDataFilePath' > '$completeFilePath'" \ -- ; # "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' > '$completeFilePath'" \ -+ # "tail -n +2 dev/db/userLevels.txt | sed -r 's|([[:digit:]]+)\s+([[:digit:]]+)\s+([[:digit:]]+)|\(\1, \'test\1\', \'test\1\', \2, \3\)|g'"; -+ issueStep \ -+ "Writing terminating semicolon." \ -+ "echo ';' >> '$generatedDevUserDataFilePath'" \ -+ ; -+ -+ issueStep \ -+ "Removing auto increment values in sensitive data table schemas." \ -+ "sed -r 's| AUTO_INCREMENT=[[:digit:]]+||g' '$toRemoveAIFilePath' > '$aiRemovedFilePath'" \ -+ ; -+ -+ issueStep \ -+ "Combining intermediate SQL files into a single convenient script for later import and version control." \ -+ "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$generatedDevUserDataFilePath' > '$completeFilePath'" \ -+ ; -+ } -+ - clean; - } -diff --git a/dev/db/zeldamaps.sql b/dev/db/zeldamaps.sql -index 2960913..468b2c8 100644 ---- a/dev/db/zeldamaps.sql -+++ b/dev/db/zeldamaps.sql -@@ -25,6 +25,23 @@ CREATE DATABASE /*!32312 IF NOT EXISTS*/ `zeldamaps` /*!40100 DEFAULT CHARACTER - - USE `zeldamaps`; - -+-- -+-- Table structure for table `changelog` -+-- -+ -+DROP TABLE IF EXISTS `changelog`; -+/*!40101 SET @saved_cs_client = @@character_set_client */; -+/*!40101 SET character_set_client = utf8 */; -+CREATE TABLE `changelog` ( -+ `id` bigint(20) NOT NULL AUTO_INCREMENT, -+ `version_major` int(11) NOT NULL, -+ `version_minor` int(11) NOT NULL, -+ `version_patch` int(11) NOT NULL, -+ `content` text, -+ PRIMARY KEY (`id`) -+) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; -+/*!40101 SET character_set_client = @saved_cs_client */; -+ - -- - -- Table structure for table `container` - -- -@@ -39,6 +56,7 @@ CREATE TABLE `container` ( - `marker_url` varchar(250) NOT NULL DEFAULT '/markers/' COMMENT 'Each map can have a set of different markers icons just by changing the marker url', - `marker_ext` char(3) NOT NULL DEFAULT 'png', - `background_color` char(7) NOT NULL DEFAULT '#DEECFD', -+ `icon` varchar(60) NOT NULL, - `show_street_view` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Only for googlemaps (for now)', - `show_map_control` tinyint(1) NOT NULL DEFAULT '1', - `show_zoom_control` tinyint(1) NOT NULL DEFAULT '1', -@@ -46,13 +64,21 @@ CREATE TABLE `container` ( - `show_category_menu` tinyint(1) DEFAULT '1', - `default_pos_x` float NOT NULL DEFAULT '128' COMMENT '0 for googlemap, 128 for leaflet', - `default_pos_y` float NOT NULL DEFAULT '-128' COMMENT '0 for googlemap, -128 for leaflet', -+ `bound_top_pos_x` float NOT NULL DEFAULT '0', -+ `bound_top_pos_y` float NOT NULL DEFAULT '0', -+ `bound_bottom_pos_x` float NOT NULL DEFAULT '-256', -+ `bound_bottom_pos_y` float NOT NULL DEFAULT '256', - `max_zoom` int(2) DEFAULT '6', - `cluster_max_zoom` int(2) NOT NULL DEFAULT '4' COMMENT 'Max zoom to cluster the markers. Best -2 from the max zoom allowed (if 6 is the max, cluster should be 4)', - `cluster_grid_size` int(2) NOT NULL DEFAULT '30' COMMENT 'Pixel size of grid (default 30)', - `tile_size` int(3) NOT NULL DEFAULT '256' COMMENT 'Internet default is 256', - `icon_width` int(11) NOT NULL, - `icon_height` int(11) NOT NULL, -+ `icon_small_width` int(11) NOT NULL DEFAULT '16', -+ `icon_small_height` int(11) NOT NULL DEFAULT '16', -+ `switch_icons_at_zoom` int(11) NOT NULL DEFAULT '5', - `visible` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'If map can be viewed', -+ `default_zoom` int(11) NOT NULL DEFAULT '3', - PRIMARY KEY (`id`), - UNIQUE KEY `map_id_UNIQUE` (`id`), - UNIQUE KEY `short_name_UNIQUE` (`short_name`) -@@ -146,7 +172,7 @@ CREATE TABLE `marker` ( - CONSTRAINT `fk_map_marker_map_marker_status1` FOREIGN KEY (`marker_status_id`) REFERENCES `marker_status` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_submap2` FOREIGN KEY (`overlay_id`) REFERENCES `submap` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION --) ENGINE=InnoDB AUTO_INCREMENT=9729 DEFAULT CHARSET=latin1; -+) ENGINE=InnoDB AUTO_INCREMENT=11634 DEFAULT CHARSET=latin1; - /*!40101 SET character_set_client = @saved_cs_client */; - - -- -@@ -174,7 +200,7 @@ CREATE TABLE `marker_category` ( - CONSTRAINT `fk_marker_category_map_container1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_category_marker_category1` FOREIGN KEY (`parent_id`) REFERENCES `marker_category` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_category_marker_category_type1` FOREIGN KEY (`marker_category_type_id`) REFERENCES `marker_category_type` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION --) ENGINE=InnoDB AUTO_INCREMENT=1950 DEFAULT CHARSET=latin1; -+) ENGINE=InnoDB AUTO_INCREMENT=1970 DEFAULT CHARSET=latin1; - /*!40101 SET character_set_client = @saved_cs_client */; - - -- -@@ -230,7 +256,7 @@ CREATE TABLE `marker_tab` ( - CONSTRAINT `fk_map_marker_tab_map_marker1` FOREIGN KEY (`marker_id`) REFERENCES `marker` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_marker_tab_marker_tab_status1` FOREIGN KEY (`marker_tab_status_id`) REFERENCES `marker_tab_status` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, - CONSTRAINT `fk_marker_tab_user1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION --) ENGINE=InnoDB AUTO_INCREMENT=3530 DEFAULT CHARSET=latin1; -+) ENGINE=InnoDB AUTO_INCREMENT=4004 DEFAULT CHARSET=latin1; - /*!40101 SET character_set_client = @saved_cs_client */; - - -- -@@ -248,6 +274,19 @@ CREATE TABLE `marker_tab_status` ( - ) ENGINE=InnoDB DEFAULT CHARSET=latin1; - /*!40101 SET character_set_client = @saved_cs_client */; - -+-- -+-- Table structure for table `schema_migrations` -+-- -+ -+DROP TABLE IF EXISTS `schema_migrations`; -+/*!40101 SET @saved_cs_client = @@character_set_client */; -+/*!40101 SET character_set_client = utf8 */; -+CREATE TABLE `schema_migrations` ( -+ `version` varchar(255) NOT NULL, -+ PRIMARY KEY (`version`) -+) ENGINE=InnoDB DEFAULT CHARSET=latin1; -+/*!40101 SET character_set_client = @saved_cs_client */; -+ - -- - -- Table structure for table `submap` - -- -@@ -352,7 +391,7 @@ CREATE TABLE `tmp_loc` ( - /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; - /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - ---- Dump completed on 2018-05-19 20:27:46 -+-- Dump completed on 2020-04-17 0:29:03 - -- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) - -- - -- Host: 127.0.0.1 Database: zeldamaps -@@ -388,6 +427,10 @@ CREATE TABLE `user` ( - `last_login` datetime NOT NULL, - `level` tinyint(1) NOT NULL DEFAULT '1', - `visible` tinyint(1) NOT NULL DEFAULT '1', -+ `seen_version_major` int(11) NOT NULL DEFAULT '0', -+ `seen_version_minor` int(11) NOT NULL DEFAULT '0', -+ `seen_version_patch` int(11) NOT NULL DEFAULT '0', -+ `seen_latest_changelog` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - UNIQUE KEY `username_UNIQUE` (`username`), - UNIQUE KEY `email_UNIQUE` (`email`) -@@ -419,7 +462,7 @@ CREATE TABLE `user_completed_marker` ( - /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; - /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - ---- Dump completed on 2018-05-19 20:27:47 -+-- Dump completed on 2020-04-17 0:29:03 - -- MySQL dump 10.13 Distrib 5.7.19, for macos10.12 (x86_64) - -- - -- Host: 127.0.0.1 Database: zeldamaps -@@ -437,31 +480,65 @@ CREATE TABLE `user_completed_marker` ( - /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; - /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - -+-- -+-- Dumping data for table `changelog` -+-- -+ -+LOCK TABLES `changelog` WRITE; -+/*!40000 ALTER TABLE `changelog` DISABLE KEYS */; -+INSERT INTO `changelog` VALUES (1,0,0,0,'The fabled start of the project!'); -+INSERT INTO `changelog` VALUES (2,0,0,1,'Finally, an app to work with :).'); -+INSERT INTO `changelog` VALUES (3,0,2,0,'You can now add your own markers! Right click on the map and log in / create an account to start adding (best suited for desktop).'); -+INSERT INTO `changelog` VALUES (4,0,2,0,'Optimizations for mobile devices.'); -+INSERT INTO `changelog` VALUES (5,0,2,0,'Tons of new markers everyday!'); -+INSERT INTO `changelog` VALUES (6,0,3,0,'Mark as complete! You can now right-click a marker (desktop only) to hide a marker indefinitely. You can undo this by using ctrl + z in case of a mistake. This shall help you in the quest to get all koroks, making it much easier to see what you\'re missing. This feature uses cookies, so please don\'t clean it.'); -+INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. Sorry if you read the intro everytime :).'); -+INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); -+INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); -+INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); -+INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents); Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); -+INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); -+INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); -+INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); -+INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); -+INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); -+INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); -+INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); -+INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); -+INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); -+INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); -+INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); -+INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); -+INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); -+INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); -+/*!40000 ALTER TABLE `changelog` ENABLE KEYS */; -+UNLOCK TABLES; -+ - -- - -- Dumping data for table `container` - -- - - LOCK TABLES `container` WRITE; - /*!40000 ALTER TABLE `container` DISABLE KEYS */; --INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#DEECFD',0,1,1,0,1,128,-128,6,4,30,256,23,23,1); --INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#DEECFD',0,1,1,0,1,0,0,6,4,30,256,23,23,0); --INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000',0,1,1,0,1,128,-128,8,9,50,256,23,23,1); -+INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#000000','',0,1,1,0,1,128,-128,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#000000','Links-Awakening',0,1,1,0,1,128,-128,-50,-80,-226,306,6,4,30,256,23,23,16,16,-1,1,3); -+INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -+INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5); - /*!40000 ALTER TABLE `container` ENABLE KEYS */; - UNLOCK TABLES; - -@@ -472,7 +549,17 @@ UNLOCK TABLES; - LOCK TABLES `map` WRITE; - /*!40000 ALTER TABLE `map` DISABLE KEYS */; - INSERT INTO `map` VALUES (3,3,'Overworld',0,2,6,'(c) Nintendo',0,1); --INSERT INTO `map` VALUES (19,19,'BotW',0,2,8,'(c) Nintendo',1,1); -+INSERT INTO `map` VALUES (19,19,'Hyrule',0,2,8,'(c) Nintendo',1,1); -+INSERT INTO `map` VALUES (20,4,'Koholint Island',1,2,4,'(c) Nintendo',0,1); -+INSERT INTO `map` VALUES (21,4,'Tail Cave',1,2,4,'(c) Nintendo',1,1); -+INSERT INTO `map` VALUES (22,4,'Bottle Grotto',1,2,4,'(c) Nintendo',2,1); -+INSERT INTO `map` VALUES (23,4,'Key Cavern',1,2,4,'(c) Nintendo',3,1); -+INSERT INTO `map` VALUES (24,4,'Angler`s Tunnel',1,2,4,'(c) Nintendo',4,1); -+INSERT INTO `map` VALUES (25,4,'Catfish`s Maw',1,2,4,'(c) Nintendo',5,1); -+INSERT INTO `map` VALUES (26,4,'Face Shrine',1,2,4,'(c) Nintendo',6,1); -+INSERT INTO `map` VALUES (27,4,'Eagle`s Tower',1,2,4,'(c) Nintendo',7,1); -+INSERT INTO `map` VALUES (28,4,'Turtle Rock',1,2,4,'(c) Nintendo',8,1); -+INSERT INTO `map` VALUES (29,4,'Color Dungeon',1,2,4,'(c) Nintendo',9,1); - /*!40000 ALTER TABLE `map` ENABLE KEYS */; - UNLOCK TABLES; - -@@ -8345,6 +8432,1597 @@ INSERT INTO `marker` VALUES (9725,1900,NULL,2,1901,21563,'sss','',115.140625,-15 - INSERT INTO `marker` VALUES (9726,1900,NULL,2,1901,21321,'inicio','',129.4296875,-153.5703125,0,0,0,'2018-05-12 18:06:14'); - INSERT INTO `marker` VALUES (9727,1900,NULL,2,1901,21321,'ffff','',129.41796875,-153.75390625,0,0,0,'2018-05-12 18:07:54'); - INSERT INTO `marker` VALUES (9728,1900,NULL,2,1910,21355,'Pondo's Lodge','Make that money.',95.5625,-95.5546875,0,0,0,'2018-05-14 21:49:10'); -+INSERT INTO `marker` VALUES (9729,1900,NULL,2,1901,21727,'???','???',137.6171875,-165.3046875,0,0,0,'2018-05-20 07:46:21'); -+INSERT INTO `marker` VALUES (9730,1900,NULL,2,1901,21247,'Start Korok','',68.8125,-99.9140625,0,0,0,'2018-05-20 20:08:26'); -+INSERT INTO `marker` VALUES (9731,1900,NULL,2,1901,21799,'Was tolles Shrine Beginn here','Defeat the Hinox to get a juwel',134.078125,-79.4921875,0,0,0,'2018-05-21 15:32:41'); -+INSERT INTO `marker` VALUES (9732,1900,NULL,2,1926,21041,'Divine Beast Vah Medoh','',71.515625,-99.015625,0,0,0,'2018-05-21 20:06:56'); -+INSERT INTO `marker` VALUES (9733,1900,NULL,2,1939,21324,'Blizzrobe','',139.9453125,-116.234375,0,0,0,'2018-05-22 02:04:44'); -+INSERT INTO `marker` VALUES (9734,1900,NULL,2,1901,20346,'Rubine','',95.60546875,-95.2421875,0,0,0,'2018-05-22 15:31:57'); -+INSERT INTO `marker` VALUES (9735,1900,NULL,2,1901,21856,'Santuario de la vida','',110.44921875,-157.515625,0,0,0,'2018-05-23 05:35:29'); -+INSERT INTO `marker` VALUES (9736,1900,NULL,2,1925,21856,'Santuario de la vida','',110.5,-157.46875,0,0,0,'2018-05-23 05:37:21'); -+INSERT INTO `marker` VALUES (9737,1900,NULL,2,1902,21858,'PHANTOM GANON ARMOR','',143.95703125,-178.53125,0,1,0,'2018-05-23 07:41:28'); -+INSERT INTO `marker` VALUES (9738,1900,NULL,2,1910,16861,'Topaz','',120.48301529884338,-112.11066344380379,0,0,0,'2018-05-24 09:08:25'); -+INSERT INTO `marker` VALUES (9739,1900,NULL,2,1934,16432,'White stallion','',109.5,-148.234375,0,0,0,'2018-05-26 16:46:48'); -+INSERT INTO `marker` VALUES (9740,1900,NULL,2,1904,21892,'Fleches Illimitées','',77.25,-125,0,0,0,'2018-05-28 10:35:44'); -+INSERT INTO `marker` VALUES (9741,1900,NULL,2,1901,22039,'Divine Beast Vah Medoh','',71.375,-99.875,0,1,0,'2018-05-29 18:57:04'); -+INSERT INTO `marker` VALUES (9742,1900,NULL,2,1926,22039,'Divine Beast Vah Naboris','',70,-176,0,1,0,'2018-05-29 18:58:53'); -+INSERT INTO `marker` VALUES (9743,1900,NULL,2,1901,22054,'nao esta la','',197.375,-150.37812507152557,0,0,0,'2018-05-31 01:19:51'); -+INSERT INTO `marker` VALUES (9744,1900,NULL,2,1901,22054,'Não está la o korok','korok não está presente no Nintendo Wii U',197.3125,-150.015625,0,0,0,'2018-05-31 01:21:21'); -+INSERT INTO `marker` VALUES (9745,1900,NULL,2,1901,22054,'Não está la o korok','no nintendo wii u nao está la o korok',195.265625,-154.140625,0,0,0,'2018-05-31 01:25:17'); -+INSERT INTO `marker` VALUES (9746,1900,NULL,2,1925,22116,'Kebe' Tawa','',91.390625,-188.95703125,0,0,0,'2018-06-01 15:19:25'); -+INSERT INTO `marker` VALUES (9747,1900,NULL,2,1921,22141,'Korok forest','',134.40625,-93.78125,0,0,0,'2018-06-02 21:44:25'); -+INSERT INTO `marker` VALUES (9748,1900,NULL,2,1901,22148,'EE','',84.140625,-102.953125,0,0,0,'2018-06-03 00:51:51'); -+INSERT INTO `marker` VALUES (9749,1900,NULL,2,1944,22175,'Majora's Mask','',120.78125,-147.8125,0,1,0,'2018-06-03 20:58:59'); -+INSERT INTO `marker` VALUES (9750,1900,NULL,2,1901,22252,'Feu','',113.83132874965668,-154.16339844465256,0,0,0,'2018-06-06 13:15:56'); -+INSERT INTO `marker` VALUES (9751,1900,NULL,2,1925,22228,'dont know','',176.1533203125,-120.8427734375,0,0,0,'2018-06-08 15:06:47'); -+INSERT INTO `marker` VALUES (9752,1900,NULL,2,1901,22500,'Southern Oasis','',69.6640625,-184.609375,0,1,0,'2018-06-15 01:58:42'); -+INSERT INTO `marker` VALUES (9753,1900,NULL,2,1901,22484,'Todo','',155,-154.375,0,0,0,'2018-06-15 06:20:25'); -+INSERT INTO `marker` VALUES (9754,1900,NULL,2,1935,22518,'A Gift of Nightshade','',168.45703125,-183.40945434570312,0,0,0,'2018-06-15 14:42:17'); -+INSERT INTO `marker` VALUES (9755,1900,NULL,2,1904,22263,'Bomb Arrow x5 (DLC)','The Bomb Arrow is a recurring item in The Legend of Zelda series. It has appeared in Link's Awakening, Twilight Princess, and Breath of the Wild. They are what Link gets when he combines his Bombs and his Arrows together.',105.3046875,-159.703125,0,1,0,'2018-06-16 08:39:51'); -+INSERT INTO `marker` VALUES (9756,1900,NULL,2,1910,21662,'Amber','Search rock to acquire.',107.8671875,-162.69921875,0,0,0,'2018-06-18 04:12:48'); -+INSERT INTO `marker` VALUES (9757,1900,NULL,2,1901,22585,'Firly Pond','Pond with Karok seed and Rusty Broadsword',179.35546875,-162.94921875,0,1,0,'2018-06-18 20:08:44'); -+INSERT INTO `marker` VALUES (9758,1900,NULL,2,1916,22600,'Korok','Dive into the circle of lilies',110.31685709953308,-134.50760945677757,0,0,0,'2018-06-19 09:07:10'); -+INSERT INTO `marker` VALUES (9759,1900,NULL,2,1901,22524,'Hestu','Hestu Final Location',134.78125,-94.5,0,0,0,'2018-06-19 16:08:25'); -+INSERT INTO `marker` VALUES (9760,1900,NULL,2,1905,22123,'Nintendo Switch Shirt','',120.6796875,-159.390625,0,0,0,'2018-06-21 14:01:53'); -+INSERT INTO `marker` VALUES (9761,1900,NULL,2,1901,22780,'lol','ads',104.6875,-166.8125,0,0,0,'2018-06-26 08:17:40'); -+INSERT INTO `marker` VALUES (9762,1900,NULL,2,1926,18201,'Divine Beast Vah Naboris','',79.75,-184.375,0,0,0,'2018-06-27 14:16:30'); -+INSERT INTO `marker` VALUES (9763,1900,NULL,2,1926,18201,'Divine Beast Vah Medoh','',69.5,-100.125,0,0,0,'2018-06-27 14:17:06'); -+INSERT INTO `marker` VALUES (9764,1900,NULL,2,1926,18201,'Divine Beast Vah Rudania','',168.125,-87.75,0,0,0,'2018-06-27 14:17:38'); -+INSERT INTO `marker` VALUES (9765,1900,NULL,2,1916,22279,'Korok Seed','',110.41796875,-184.65234375,0,0,0,'2018-06-29 09:48:48'); -+INSERT INTO `marker` VALUES (9766,1900,NULL,2,1935,22858,'????? ?????-?????????','?????????? ????? ????? ???? ????? ?????????',152.5390625,-70.5390625,0,0,0,'2018-06-30 07:00:46'); -+INSERT INTO `marker` VALUES (9767,1900,NULL,2,1940,22947,'blue lynel','',126.25,-114.75,0,0,0,'2018-07-03 00:59:59'); -+INSERT INTO `marker` VALUES (9768,1900,NULL,2,1901,22918,'Cooking Man','',113.484375,-154.5,0,0,0,'2018-07-04 16:03:00'); -+INSERT INTO `marker` VALUES (9769,1900,NULL,2,1901,23031,'KOROK','',112.1875,-169.15625,0,0,0,'2018-07-05 10:12:35'); -+INSERT INTO `marker` VALUES (9770,1900,NULL,2,1901,23122,'Oman Au Shrine','',117.5,-144.5,0,1,0,'2018-07-08 20:01:58'); -+INSERT INTO `marker` VALUES (9771,1900,NULL,2,1901,23122,'Woodland Tower','',142.25,-100.5,0,0,0,'2018-07-08 20:09:15'); -+INSERT INTO `marker` VALUES (9772,1900,NULL,2,1944,15570,'Knight's Halberd','',118.828125,-87.2890625,0,0,0,'2018-07-08 22:28:23'); -+INSERT INTO `marker` VALUES (9773,1900,NULL,2,1926,23133,'Divine Beast Vah Naboh','Divine Beast Vah Naboh holds the Windblight Ganon',71,-100.625,0,1,0,'2018-07-09 09:29:22'); -+INSERT INTO `marker` VALUES (9774,1900,NULL,2,1926,23133,'Divine Beast Vah Naboris','Divine Beast Vah Naboris holds the Thunderblight Ganon',95.375,-170,0,1,0,'2018-07-09 09:30:34'); -+INSERT INTO `marker` VALUES (9775,1900,NULL,2,1926,23133,'Divine Beast Vah Rudania','Divine Beast Vah Rudania holds the Fireblight Ganon',165.5,-88.25,0,1,0,'2018-07-09 09:35:42'); -+INSERT INTO `marker` VALUES (9776,1900,NULL,2,1916,23109,'Korok Seed','',84.53125,-82.765625,0,0,0,'2018-07-11 20:45:57'); -+INSERT INTO `marker` VALUES (9777,1900,NULL,2,1916,23109,'Korok Seed','',141.14453125,-117.1640625,0,0,0,'2018-07-11 21:11:25'); -+INSERT INTO `marker` VALUES (9778,1900,NULL,2,1944,23237,'[EX] Phantom Armor','',124.12109375,-126.66015625,0,0,0,'2018-07-12 11:38:26'); -+INSERT INTO `marker` VALUES (9779,1900,NULL,2,1903,10807,'Gerudo Smitar','In the ground, behind explosive wall',113.4375,-181.4375,0,0,0,'2018-07-14 18:13:48'); -+INSERT INTO `marker` VALUES (9780,1900,NULL,2,1901,23338,'Durians trees','',137.3046875,-170.00390625,0,0,0,'2018-07-17 01:58:26'); -+INSERT INTO `marker` VALUES (9781,1900,NULL,2,1935,23338,'Bird mn acordeon','Hints for a shrine location',140.82572174072266,-175.8167839050293,0,0,0,'2018-07-17 02:30:47'); -+INSERT INTO `marker` VALUES (9782,1900,NULL,2,1901,22725,'Baleine','',152,-70.1953125,0,0,0,'2018-07-17 20:07:45'); -+INSERT INTO `marker` VALUES (9783,1900,NULL,2,1901,23476,'memory finding place','the last memory from a pic that was gave',185.375,-102.53125,0,0,0,'2018-07-18 02:49:16'); -+INSERT INTO `marker` VALUES (9784,1900,NULL,2,1936,23694,'Cracled Rocks','',96.33203125,-135.9375,0,0,0,'2018-07-20 01:50:09'); -+INSERT INTO `marker` VALUES (9785,1900,NULL,2,1943,23298,'Ruby','Inside the fall; quite a hight.',183.6171875,-112.91796875,0,0,0,'2018-07-20 05:11:18'); -+INSERT INTO `marker` VALUES (9786,1900,NULL,2,1939,23731,'Blirraro','',61.39631247520447,-144.98652338981628,0,0,0,'2018-07-20 14:31:00'); -+INSERT INTO `marker` VALUES (9787,1900,NULL,2,1901,9827,'DLC: Majora's Mask','',120.9609375,-148.0234375,0,1,0,'2018-07-20 22:05:14'); -+INSERT INTO `marker` VALUES (9788,1900,NULL,2,1901,9827,'Korok Seed Quest','Follow the Yellow Flower',176.1015625,-184.9609375,0,0,0,'2018-07-20 22:48:38'); -+INSERT INTO `marker` VALUES (9789,1900,NULL,2,1920,1550,'1212,1212,1212','1212,1212,1212',110.375,-157.81640625,0,0,0,'2018-07-21 00:41:28'); -+INSERT INTO `marker` VALUES (9790,1900,NULL,2,1920,1550,'123','321',110.37890625,-157.85546875,0,1,0,'2018-07-21 00:44:17'); -+INSERT INTO `marker` VALUES (9791,1900,NULL,2,1920,1550,'12','21',110.40625,-157.8515625,0,1,0,'2018-07-21 00:45:17'); -+INSERT INTO `marker` VALUES (9792,1900,NULL,2,1910,23746,'20 Rupees','20 Rupees under boulder.',120.60546875,-159.8671875,0,0,0,'2018-07-21 02:16:40'); -+INSERT INTO `marker` VALUES (9793,1900,NULL,2,1901,23704,'Hylian Shrooms','',111.29296875,-156.18359375,0,0,0,'2018-07-21 04:12:30'); -+INSERT INTO `marker` VALUES (9794,1900,NULL,2,1902,24140,'Forest Dweller's Bow','',15.5,-90.5,0,0,0,'2018-07-24 03:07:34'); -+INSERT INTO `marker` VALUES (9795,1900,NULL,2,1925,24168,'he','',10.75,-131.5,0,0,0,'2018-07-24 12:04:19'); -+INSERT INTO `marker` VALUES (9796,1900,NULL,2,1935,23337,'Arrows of Burning Heat','',156.52734375,-144.30859375,0,0,0,'2018-07-24 18:47:35'); -+INSERT INTO `marker` VALUES (9797,1900,NULL,2,1935,23337,'By Firefly's Light','',157.6875,-144.16796875,0,1,0,'2018-07-24 18:52:55'); -+INSERT INTO `marker` VALUES (9798,1900,NULL,2,1901,24262,'szdf','',67.546875,-138.609375,0,0,0,'2018-07-26 08:29:26'); -+INSERT INTO `marker` VALUES (9799,1900,NULL,2,1936,23704,'Bow Chest','',148.78125,-157.16015625,0,0,0,'2018-07-26 09:15:02'); -+INSERT INTO `marker` VALUES (9800,1900,NULL,2,1931,23109,'Bokoblin Camp','',180.796875,-70.828125,0,0,0,'2018-07-27 06:14:12'); -+INSERT INTO `marker` VALUES (9801,1900,NULL,2,1935,21200,'Hero's Cache','',186.515625,-169.09375,0,0,0,'2018-07-28 11:07:43'); -+INSERT INTO `marker` VALUES (9802,1900,NULL,2,1930,23128,'Blizzrobe','',81.4140625,-86.5390625,0,0,0,'2018-07-29 04:46:37'); -+INSERT INTO `marker` VALUES (9803,1900,NULL,2,1939,23128,'Blizzrobe','',73.9453125,-86.71875,0,0,0,'2018-07-29 05:14:39'); -+INSERT INTO `marker` VALUES (9804,1900,NULL,2,1901,24571,'4123','',-37.5,-78.5,0,0,0,'2018-07-29 18:54:05'); -+INSERT INTO `marker` VALUES (9805,1900,NULL,2,1939,23128,'Blizzrobe','',139.9765625,-116.3046875,0,0,0,'2018-07-29 23:38:20'); -+INSERT INTO `marker` VALUES (9806,1900,NULL,2,1904,24716,'Ice arrows x10','',108.75390625,-162.3125,0,0,0,'2018-07-30 16:50:58'); -+INSERT INTO `marker` VALUES (9807,1900,NULL,2,1901,24716,'Boat','',111.109375,-159.984375,0,0,0,'2018-07-30 17:15:16'); -+INSERT INTO `marker` VALUES (9808,1900,NULL,2,1904,24716,'Arrows x10','',115.84375,-161.2109375,0,0,0,'2018-07-30 17:27:03'); -+INSERT INTO `marker` VALUES (9809,1900,NULL,2,1939,23109,'Blizzrobe','',73.640625,-129.671875,0,0,0,'2018-07-30 18:13:53'); -+INSERT INTO `marker` VALUES (9810,1900,NULL,2,1936,24716,'Cracked Wall','',139.171875,-156.26953125,0,0,0,'2018-07-30 18:27:46'); -+INSERT INTO `marker` VALUES (9811,1900,NULL,2,1931,23109,'Bokoblin Camp','',108.16796875,-76.06640625,0,0,0,'2018-07-31 08:52:02'); -+INSERT INTO `marker` VALUES (9812,1900,NULL,2,1901,24336,'East Entry','',126.703125,-110.35546875,0,0,0,'2018-07-31 16:53:05'); -+INSERT INTO `marker` VALUES (9813,1900,NULL,2,1935,24820,'Hetsu (1st encounter)','',134.203125,-143.9453125,0,0,0,'2018-08-01 04:43:08'); -+INSERT INTO `marker` VALUES (9814,1900,NULL,2,1939,23128,'Ice Wizzrobe','',61.125,-145.0234375,0,0,0,'2018-08-01 08:36:44'); -+INSERT INTO `marker` VALUES (9815,1900,NULL,2,1901,24449,'?','',155.21875,-174.6484375,0,1,0,'2018-08-01 11:17:17'); -+INSERT INTO `marker` VALUES (9816,1900,NULL,2,1934,24018,'REVALI'S FLAP','This memory - not attatched to Princess Zelda, can be obtained during the main quest - Divine Beast Vah Medoh. After speaking to the Elder of Rito Village, talk to Temba's wife in the next building who will point out the landing platform. This will trigger Link's memory of the champion Revali.',71.625,-100.03125,0,1,0,'2018-08-01 20:45:42'); -+INSERT INTO `marker` VALUES (9817,1900,NULL,2,1931,24294,'SKULL','',99.1944580078125,-78.31005859375,0,0,0,'2018-08-02 05:06:09'); -+INSERT INTO `marker` VALUES (9818,1900,NULL,2,1931,24294,'Enemy Camp','',98.1875,-80.03125,0,0,0,'2018-08-02 05:06:28'); -+INSERT INTO `marker` VALUES (9819,1900,NULL,2,1904,24935,'Fire Arrows','',123.55859375,-152.7734375,0,1,0,'2018-08-03 15:30:41'); -+INSERT INTO `marker` VALUES (9820,1900,NULL,2,1931,24935,'Bobkins','5 brown, 1 grey bobkins',131.19140625,-151.828125,0,0,0,'2018-08-03 16:46:31'); -+INSERT INTO `marker` VALUES (9821,1900,NULL,2,1944,24935,'Soldier's bow','All mobs must die to loot',131.294921875,-151.322265625,0,0,0,'2018-08-03 16:48:03'); -+INSERT INTO `marker` VALUES (9822,1900,NULL,2,1944,24935,'boomerang','',132.97265625,-151.1328125,0,0,0,'2018-08-03 16:53:12'); -+INSERT INTO `marker` VALUES (9823,1900,NULL,2,1930,25083,'Enemy Camp','Silver Bokoblin present.',156.328125,-186.5390625,0,0,0,'2018-08-04 23:49:00'); -+INSERT INTO `marker` VALUES (9824,1900,NULL,2,1904,25180,'flechas explosivas','',180.703125,-70.65625,0,0,0,'2018-08-05 04:27:24'); -+INSERT INTO `marker` VALUES (9825,1900,NULL,2,1904,24935,'ice arrow x5','',155.7109375,-152.1484375,0,0,0,'2018-08-05 07:55:51'); -+INSERT INTO `marker` VALUES (9826,1900,NULL,2,1944,23128,'Royal Halberd','',118.8828125,-87.3046875,0,0,0,'2018-08-05 10:14:52'); -+INSERT INTO `marker` VALUES (9827,1900,NULL,2,1901,25277,'Done','',200.78125,-70.0234375,0,0,0,'2018-08-05 23:33:50'); -+INSERT INTO `marker` VALUES (9828,1900,NULL,2,1935,24935,'By Fireflies Light','Lasi (From outside clothes shop) release 5 sunset fireflies in her home. (Available after getting Champion's Tunic) Reward is a purple rupie.',157.69921875,-144.138671875,0,0,0,'2018-08-06 00:04:25'); -+INSERT INTO `marker` VALUES (9829,1900,NULL,2,1925,25514,'?????????','',109.00390625,-161.015625,0,0,0,'2018-08-08 09:35:20'); -+INSERT INTO `marker` VALUES (9830,1900,NULL,2,1901,25546,'Check Guardians','check the guardians in the water',159.65625,-158.15625,0,0,0,'2018-08-08 21:40:16'); -+INSERT INTO `marker` VALUES (9831,1900,NULL,2,1939,15570,'Ice Wizzrobe','',82.65625,-92.828125,0,0,0,'2018-08-12 05:18:43'); -+INSERT INTO `marker` VALUES (9832,1900,NULL,2,1901,25848,'Money Earning','',94.578125,-95.5625,0,0,0,'2018-08-13 02:31:34'); -+INSERT INTO `marker` VALUES (9833,1900,NULL,2,1926,26051,'Divine Beast','',71.42578125,-99.9140625,0,0,0,'2018-08-15 10:14:00'); -+INSERT INTO `marker` VALUES (9834,1900,NULL,2,1926,26216,'Divine Beast Vah Rudania','',167.6953125,-87.578125,0,0,0,'2018-08-18 12:46:23'); -+INSERT INTO `marker` VALUES (9835,1900,NULL,2,1926,26216,'Divine Beast Vah Naboris','',95.2109375,-169.1953125,0,0,0,'2018-08-18 12:47:13'); -+INSERT INTO `marker` VALUES (9836,1900,NULL,2,1926,26216,'Divine Beast Vah Medoh','',71.53125,-98.921875,0,0,0,'2018-08-18 12:48:08'); -+INSERT INTO `marker` VALUES (9837,1900,NULL,2,1916,26402,'Obtenidos ','',173.45168733596802,-136.2073745727539,0,0,0,'2018-08-18 20:08:06'); -+INSERT INTO `marker` VALUES (9838,1900,NULL,2,1902,25113,'baú','',113.31640625,-164.30859375,0,0,0,'2018-08-19 11:48:26'); -+INSERT INTO `marker` VALUES (9839,1900,NULL,2,1916,25605,'Korok Flower','Starts the path to the Korok marker in the north west.',164.04296875,-139.70703125,0,0,0,'2018-08-21 16:38:52'); -+INSERT INTO `marker` VALUES (9840,1900,NULL,2,1910,26297,'Hearty durian spot','',149.53125,-178.15625,0,0,0,'2018-08-22 00:55:42'); -+INSERT INTO `marker` VALUES (9841,1900,NULL,2,1925,25277,'Renaissance shrine','',110.69984391704202,-157.3596642613411,0,0,0,'2018-08-22 21:55:37'); -+INSERT INTO `marker` VALUES (9842,1900,NULL,2,1930,23128,'Ice Chuchu ','Two of them, small ones',109.4140625,-157.0546875,0,0,0,'2018-08-25 02:16:06'); -+INSERT INTO `marker` VALUES (9843,1900,NULL,2,1901,27008,'Ice Block','',62.20271384716034,-69.4638158082962,0,0,0,'2018-08-25 16:48:22'); -+INSERT INTO `marker` VALUES (9844,1900,NULL,2,1901,25796,'Clavia','',181.4609375,-160.2578125,0,0,0,'2018-08-26 20:39:38'); -+INSERT INTO `marker` VALUES (9845,1900,NULL,2,1916,20599,'Korok Seed(Fly)','Need Rivalies wing',186.19140625,-154.3984375,0,0,0,'2018-08-27 00:32:50'); -+INSERT INTO `marker` VALUES (9846,1900,NULL,2,1903,454,'Globo','',130.27069091796875,-153.0772705078125,0,1,0,'2018-08-27 01:24:55'); -+INSERT INTO `marker` VALUES (9847,1900,NULL,2,1901,27219,'ancient','',106.5234375,-160.96875,0,0,0,'2018-08-27 16:28:24'); -+INSERT INTO `marker` VALUES (9848,1900,NULL,2,1926,23237,'Divine Beast Vah Medoh','',71.5390625,-98.7578125,0,0,0,'2018-08-28 08:50:40'); -+INSERT INTO `marker` VALUES (9849,1900,NULL,2,1926,23237,'Divine Beast Vah Naboris','',81.328125,-180.75,0,0,0,'2018-08-28 08:52:09'); -+INSERT INTO `marker` VALUES (9850,1900,NULL,2,1910,26878,'majoras mask','majoras mask',120.90234375,-148.09375,0,0,0,'2018-08-30 06:45:33'); -+INSERT INTO `marker` VALUES (9851,1900,NULL,2,1925,27279,'?????','?',99.984375,-165.89453125,0,0,0,'2018-09-02 01:40:56'); -+INSERT INTO `marker` VALUES (9852,1900,NULL,2,1901,27279,'?????','?',100,-165.921875,0,0,0,'2018-09-02 01:43:17'); -+INSERT INTO `marker` VALUES (9853,1900,NULL,2,1936,27737,'Bomb wall w 8 ore deposits on ceiling','',158.71875,-175.6875,0,1,0,'2018-09-03 15:03:30'); -+INSERT INTO `marker` VALUES (9854,1900,NULL,2,1925,27660,'Gireom Shrine','',90.97656297683716,-106.359375,0,0,0,'2018-09-03 23:41:23'); -+INSERT INTO `marker` VALUES (9855,1900,NULL,2,1916,27903,'Korogu','',149.5,-154.140625,0,0,0,'2018-09-04 15:19:31'); -+INSERT INTO `marker` VALUES (9856,1900,NULL,2,1901,22575,'You Are Here RN','',180.21875,-120.09375,0,0,0,'2018-09-07 10:23:53'); -+INSERT INTO `marker` VALUES (9857,1900,NULL,2,1901,26810,'????','??',71.64006042480469,-95.47097778320312,0,0,0,'2018-09-08 08:59:09'); -+INSERT INTO `marker` VALUES (9858,1900,NULL,2,1931,22592,'Enemy Camp','An enemy camp on the Western Side of the Lodrum Headland.',195.390625,-137.4375,0,1,0,'2018-09-08 23:21:51'); -+INSERT INTO `marker` VALUES (9859,1900,NULL,2,1931,28287,'Lizards','Lizards Camp with Knights BoradSword',63.3046875,-119.1875,0,1,0,'2018-09-09 17:48:14'); -+INSERT INTO `marker` VALUES (9860,1900,NULL,2,1931,22592,'Enemy Camp','Enemy Camp at Tal Tal Peak',193.32881832122803,-119.78356313705444,0,0,0,'2018-09-09 22:08:57'); -+INSERT INTO `marker` VALUES (9861,1900,NULL,2,1935,28358,'Raadsels','Lynel hoof, boven op de boom',134.57870483398438,-93.9571533203125,0,0,0,'2018-09-10 20:22:23'); -+INSERT INTO `marker` VALUES (9862,1900,NULL,2,1925,28412,'Tera','',200.6875,-70.1875,0,0,0,'2018-09-11 04:40:45'); -+INSERT INTO `marker` VALUES (9863,1900,NULL,2,1901,28066,'dragon','',156.21875,-172.515625,0,0,0,'2018-09-11 17:32:56'); -+INSERT INTO `marker` VALUES (9864,1900,NULL,2,1931,23751,'Enemy Camp','',56.546875,-139.40625,0,1,0,'2018-09-12 17:51:36'); -+INSERT INTO `marker` VALUES (9865,1900,NULL,2,1901,28177,'susuwa chitang','',109.71875,-107.1875,0,0,0,'2018-09-13 16:23:56'); -+INSERT INTO `marker` VALUES (9866,1900,NULL,2,1948,28725,'Apple','',97.46484351158142,-134.3514747619629,0,0,0,'2018-09-16 11:36:44'); -+INSERT INTO `marker` VALUES (9867,1900,NULL,2,1944,27801,'Knight's Halberd','',119.03125,-87.375,0,0,0,'2018-09-17 04:10:17'); -+INSERT INTO `marker` VALUES (9868,1900,NULL,2,1901,28354,'Akala Ancient Tech Lab','',198.125,-79.25,0,1,0,'2018-09-17 08:54:33'); -+INSERT INTO `marker` VALUES (9869,1900,NULL,2,1901,28287,'Giant Horse','Giant horse picture',109.125,-169.4765625,0,0,0,'2018-09-18 04:39:23'); -+INSERT INTO `marker` VALUES (9870,1900,NULL,2,1901,29059,'Kakariko','',157.03125,-143.625,0,0,0,'2018-09-18 19:03:16'); -+INSERT INTO `marker` VALUES (9871,1900,NULL,2,1936,28076,'Cracked Wall','',144.265625,-154.578125,0,0,0,'2018-09-19 05:45:00'); -+INSERT INTO `marker` VALUES (9872,1900,NULL,2,1901,29109,'test','test',120.03125,-157.125,0,0,0,'2018-09-19 08:10:28'); -+INSERT INTO `marker` VALUES (9873,1900,NULL,2,1910,29140,'Blue Nightshade','',157.328125,-140.875,0,0,0,'2018-09-19 15:54:43'); -+INSERT INTO `marker` VALUES (9874,1900,NULL,2,1910,29140,'Silent Princess','',157.30078125,-140.6953125,0,0,0,'2018-09-19 15:55:12'); -+INSERT INTO `marker` VALUES (9875,1900,NULL,2,1935,27618,'Gedenksteine','',180.375,-119.0625,0,0,0,'2018-09-20 17:54:18'); -+INSERT INTO `marker` VALUES (9876,1900,NULL,2,1901,29221,'in this area','',115.796875,-156,0,0,0,'2018-09-20 20:12:26'); -+INSERT INTO `marker` VALUES (9877,1900,NULL,2,1901,29167,'RUSTY COISAS','',122.5546875,-152.9296875,0,0,0,'2018-09-20 21:31:19'); -+INSERT INTO `marker` VALUES (9878,1900,NULL,2,1901,28421,'Kikoriko','',137.7890625,-125,0,0,0,'2018-09-21 16:33:15'); -+INSERT INTO `marker` VALUES (9879,1900,NULL,2,1901,29321,'??','',184.734375,-179.828125,0,0,0,'2018-09-22 16:08:01'); -+INSERT INTO `marker` VALUES (9880,1900,NULL,2,1901,29495,'seed','',136.77886962890625,-182.23501586914062,0,0,0,'2018-09-24 18:42:05'); -+INSERT INTO `marker` VALUES (9881,1900,NULL,2,1901,29495,'hard to get to ','radar is down \r\n',53.96875,-187.6875,0,0,0,'2018-09-24 18:52:14'); -+INSERT INTO `marker` VALUES (9882,1900,NULL,2,1903,29604,'Royal Broad','',68.1171875,-111.96875,0,0,0,'2018-09-24 21:39:24'); -+INSERT INTO `marker` VALUES (9883,1900,NULL,2,1901,23751,'Divine Beast Vah Rudania','',167.703125,-87.4375,0,0,0,'2018-09-26 05:52:38'); -+INSERT INTO `marker` VALUES (9884,1900,NULL,2,1931,29746,'Bokoblin Camp','',132.4375,-154.0234375,0,0,0,'2018-09-27 08:50:40'); -+INSERT INTO `marker` VALUES (9885,1900,NULL,2,1901,29746,'Bokoblin Camp','',109.39453125,-163.5703125,0,0,0,'2018-09-27 08:52:19'); -+INSERT INTO `marker` VALUES (9886,1900,NULL,2,1926,29602,'Divine Beast Vah Medoh','',71.25,-99.8125,0,0,0,'2018-09-29 00:51:23'); -+INSERT INTO `marker` VALUES (9887,1900,NULL,2,1901,29891,'imba','',150.9375,-139.9375,0,0,0,'2018-09-29 13:39:39'); -+INSERT INTO `marker` VALUES (9888,1900,NULL,2,1916,30001,'koroko seed','',117.859375,-141.8515625,0,0,0,'2018-09-30 14:13:42'); -+INSERT INTO `marker` VALUES (9889,1900,NULL,2,1935,29204,'Riddles of Hyrule','Riddles of Hyrule is one of the Side Quests. It starts in the Korok Forest in the Great Hyrule Forest Region',134.54296875,-93.796875,0,0,0,'2018-09-30 15:23:36'); -+INSERT INTO `marker` VALUES (9890,1900,NULL,2,1935,29204,'Little Sister's Big Request','Look for the girl named Jana and give her an armoranth. Speak to Gleema, return to Jana. Give three kinds of insects to Gleema',176.94140625,-101.4921875,0,0,0,'2018-09-30 18:19:43'); -+INSERT INTO `marker` VALUES (9891,1900,NULL,2,1920,30043,'Thyphlo Ruins','',133.171875,-78.90625,0,1,0,'2018-10-01 03:09:46'); -+INSERT INTO `marker` VALUES (9892,1900,NULL,2,1901,29101,'Antikes Zaumzeug','',92.015625,-133.375,0,1,0,'2018-10-01 19:24:31'); -+INSERT INTO `marker` VALUES (9893,1900,NULL,2,1901,29101,'Mo-Ratania-Schrein','Name des Schreins in der deutschen Version',92.1015625,-135.10546875,0,0,0,'2018-10-01 19:27:56'); -+INSERT INTO `marker` VALUES (9894,1900,NULL,2,1903,26618,'test','test',119.3203125,-122.1640625,0,0,0,'2018-10-03 14:56:53'); -+INSERT INTO `marker` VALUES (9895,1900,NULL,2,1901,30249,'Goddess','',181.63671875,-160.81640625,0,0,0,'2018-10-03 21:11:23'); -+INSERT INTO `marker` VALUES (9896,1900,NULL,2,1943,30319,'Ex: Ruby','',117.51171875,-151.8125,0,1,0,'2018-10-04 19:35:24'); -+INSERT INTO `marker` VALUES (9897,1900,NULL,2,1944,30319,'EX: Nintendo Switch Shirt','',120.6796875,-159.34765625,0,1,0,'2018-10-04 19:52:37'); -+INSERT INTO `marker` VALUES (9898,1900,NULL,2,1910,30319,'Amber','',107.86328125,-162.6953125,0,0,0,'2018-10-04 20:31:26'); -+INSERT INTO `marker` VALUES (9899,1900,NULL,2,1940,30503,'Blue Lynel','Master Mode',117.7265625,-160.40625,0,1,0,'2018-10-07 09:01:53'); -+INSERT INTO `marker` VALUES (9900,1900,NULL,2,1901,30529,'port','',160.328125,-88.1875,0,0,0,'2018-10-07 15:43:11'); -+INSERT INTO `marker` VALUES (9901,1900,NULL,2,1901,30564,'Flèches infinies','',79.6770830154419,-124.22916793823242,0,0,0,'2018-10-08 01:10:08'); -+INSERT INTO `marker` VALUES (9902,1900,NULL,2,1921,30210,'Terry Towne','',190.0625,-103.4375,0,0,0,'2018-10-10 16:40:55'); -+INSERT INTO `marker` VALUES (9903,1900,NULL,2,1926,29655,'Divine Beast Vah Rudania','',165.8656244277954,-87.34687519073486,0,1,0,'2018-10-10 22:20:34'); -+INSERT INTO `marker` VALUES (9904,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:38'); -+INSERT INTO `marker` VALUES (9905,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:42'); -+INSERT INTO `marker` VALUES (9906,1900,NULL,2,1925,2534,'Mah Eliya Shrine','EX Champion Mipha's Song - Third Clue - chase rings of the waterfall - Secret Stairway',186.734375,-117.96875,0,0,0,'2018-10-11 21:14:42'); -+INSERT INTO `marker` VALUES (9907,1900,NULL,2,1925,2534,'Sato Koda Shrine','EX Champion Mipha's Song - Second Clue - conquer the ancient foes - Support and Guidance',176.640625,-114.78125,0,0,0,'2018-10-11 21:53:13'); -+INSERT INTO `marker` VALUES (9908,1900,NULL,2,1925,2534,'Kee Dafunia Shrine','EX Champion Mipha's Song - First Clue - find what the light's path shows - The Melting Point',203.609375,-113.1484375,0,0,0,'2018-10-12 04:24:16'); -+INSERT INTO `marker` VALUES (9909,1900,NULL,2,1916,30672,'Korok Seed','Add the top of the Research Lab',187.1328125,-161.30078125,0,0,0,'2018-10-12 09:30:01'); -+INSERT INTO `marker` VALUES (9910,1900,NULL,2,1925,2534,'Keiye Tala Shrine','Ex Champion Urbasa's Song - Fight the brute of the sand - Big or Small',91.3515625,-188.8671875,0,0,0,'2018-10-13 00:42:49'); -+INSERT INTO `marker` VALUES (9911,1900,NULL,2,1925,2534,'Takama Shiri Shine','Ex Champion Urbosa's Song - Chase rings upon the land - Dual Purpose',51.43359375,-161.6640625,0,0,0,'2018-10-13 01:22:50'); -+INSERT INTO `marker` VALUES (9912,1900,NULL,2,1925,2534,'Kihiro Moh Shrine','EX Champion Urbosa's Song - Throw the orb underground - Inside the Box\r\n',75.10546875,-148.94921875,0,0,0,'2018-10-13 03:57:41'); -+INSERT INTO `marker` VALUES (9913,1900,NULL,2,1916,31095,'West Desert Ruins','Korok on bones',56.25,-164.578125,0,1,0,'2018-10-15 11:45:52'); -+INSERT INTO `marker` VALUES (9914,1900,NULL,2,1925,31095,'EX Desert Shrine','Unlockable By Champion's Ballad',51.390625,-161.53125,0,0,0,'2018-10-15 11:48:15'); -+INSERT INTO `marker` VALUES (9915,1900,NULL,2,1901,30976,'flower for korok seed','follow the flower',199.90937423706055,-167.42812490463257,0,1,0,'2018-10-16 19:16:30'); -+INSERT INTO `marker` VALUES (9916,1900,NULL,2,1935,27919,'Face the Frost Talus','',76.3046875,-99.828125,0,0,0,'2018-10-17 20:20:14'); -+INSERT INTO `marker` VALUES (9917,1900,NULL,2,1901,29506,'Hot Spring','',163.9375,-165.0703125,0,0,0,'2018-10-20 23:47:48'); -+INSERT INTO `marker` VALUES (9918,1900,NULL,2,1942,30976,'HINOX','',101.71249961853027,-153.953125,0,0,0,'2018-10-22 16:31:45'); -+INSERT INTO `marker` VALUES (9919,1900,NULL,2,1935,30319,'Riddles of Hyrule','NPC: Walton (Top of the Great Tree)\r\n\r\nMultistage quest',134.52734375,-93.85546875,0,0,0,'2018-10-22 19:19:33'); -+INSERT INTO `marker` VALUES (9920,1900,NULL,2,1948,31697,'Cocina','',127.2839891910553,-174.32001972198486,0,0,0,'2018-10-25 05:34:45'); -+INSERT INTO `marker` VALUES (9921,1900,NULL,2,1901,31697,'Mineral','',127.69810223579407,-179.29840433597565,0,0,0,'2018-10-26 04:18:40'); -+INSERT INTO `marker` VALUES (9922,1900,NULL,2,1940,12402,'Lynel (DLC HARD MODE)','',117.671875,-160.546875,0,0,0,'2018-10-26 22:20:42'); -+INSERT INTO `marker` VALUES (9923,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',115,-161.5234375,0,0,0,'2018-10-28 17:27:59'); -+INSERT INTO `marker` VALUES (9924,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',119.9609375,-156.0625,0,0,0,'2018-10-28 17:28:31'); -+INSERT INTO `marker` VALUES (9925,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',113.29296875,-154.17578125,0,0,0,'2018-10-28 17:29:22'); -+INSERT INTO `marker` VALUES (9926,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',109.00390625,-160.92578125,0,0,0,'2018-10-28 17:44:45'); -+INSERT INTO `marker` VALUES (9927,1900,NULL,2,1926,32015,'Vah-Rudania','',167.6484375,-87.3984375,0,0,0,'2018-10-29 11:51:38'); -+INSERT INTO `marker` VALUES (9928,1900,NULL,2,1935,31863,'Face the Frost Talus ','',75.89515590667725,-99.76265621185303,0,0,0,'2018-10-31 02:17:59'); -+INSERT INTO `marker` VALUES (9929,1900,NULL,2,1920,32214,'Great Plateu','Início',115.19261169433594,-159.66193103790283,0,1,0,'2018-11-02 03:00:07'); -+INSERT INTO `marker` VALUES (9930,1900,NULL,2,1905,32328,'Hylian','',3.25,-103.25,0,0,0,'2018-11-03 23:10:48'); -+INSERT INTO `marker` VALUES (9931,1900,NULL,2,1939,3082,'Ice Wizzrobe','',74.1328125,-86.5859375,0,0,0,'2018-11-04 10:09:47'); -+INSERT INTO `marker` VALUES (9932,1900,NULL,2,1916,32362,'Korak','',107.48011779785156,-147.66822814941406,0,0,0,'2018-11-05 01:40:06'); -+INSERT INTO `marker` VALUES (9933,1900,NULL,2,1939,3082,'Ice Wizzrobe','',82.640625,-81.5390625,0,0,0,'2018-11-05 10:02:12'); -+INSERT INTO `marker` VALUES (9934,1900,NULL,2,1923,32479,'Hateno Tower','',170.9140625,-161.3515625,0,0,0,'2018-11-05 17:52:38'); -+INSERT INTO `marker` VALUES (9935,1900,NULL,2,1925,30399,'Geshma's Santuary','',101.9375,-69.46875,0,0,0,'2018-11-07 00:29:39'); -+INSERT INTO `marker` VALUES (9936,1900,NULL,2,1916,30399,'Kolog','',91.796875,-115.46875,0,0,0,'2018-11-07 00:37:44'); -+INSERT INTO `marker` VALUES (9937,1900,NULL,2,1910,32592,'Amber','',107.8828125,-162.71484375,0,0,0,'2018-11-07 18:40:30'); -+INSERT INTO `marker` VALUES (9938,1900,NULL,2,1925,32607,'Guko-Chise-Schrein','',68.4375,-172,0,0,0,'2018-11-07 22:13:17'); -+INSERT INTO `marker` VALUES (9939,1900,NULL,2,1931,32600,'Bokoblin Camp','',118.125,-158.0078125,0,0,0,'2018-11-07 23:32:58'); -+INSERT INTO `marker` VALUES (9940,1900,NULL,2,1931,32600,'Bokoblin Camp','',117.63151049613953,-156.66145831346512,0,0,0,'2018-11-07 23:33:52'); -+INSERT INTO `marker` VALUES (9941,1900,NULL,2,1901,31698,'Inven','???',142.741943359375,-130.786865234375,0,0,0,'2018-11-08 01:20:08'); -+INSERT INTO `marker` VALUES (9942,1900,NULL,2,1926,28495,'Divine Beast Vah Naboris','',76.875,-179.4166660308838,0,0,0,'2018-11-09 16:46:44'); -+INSERT INTO `marker` VALUES (9943,1900,NULL,2,1926,28495,'Divine Beast Vah Rudania','',167.578125,-87.47916674613953,0,0,0,'2018-11-09 16:47:09'); -+INSERT INTO `marker` VALUES (9944,1900,NULL,2,1926,28495,'Divine Beast Vah Mehdo','',71.60416221618652,-99.1875,0,0,0,'2018-11-09 16:47:40'); -+INSERT INTO `marker` VALUES (9945,1900,NULL,2,1916,32758,'Korok seed','',131.546875,-154.6640625,0,1,0,'2018-11-10 09:39:08'); -+INSERT INTO `marker` VALUES (9946,1900,NULL,2,1925,14053,'Santuario de Kettava','',92.09375,-189.34375,0,0,0,'2018-11-11 01:55:48'); -+INSERT INTO `marker` VALUES (9947,1900,NULL,2,1925,14053,'Santurio de kritmoh','',74.84375,-149.0625,0,0,0,'2018-11-11 01:56:54'); -+INSERT INTO `marker` VALUES (9948,1900,NULL,2,1910,32630,'Strili','',204.78125,-185.9375,0,0,0,'2018-11-11 06:23:19'); -+INSERT INTO `marker` VALUES (9949,1900,NULL,2,1920,32931,'m','',139.75,-136.25,0,0,0,'2018-11-12 01:51:28'); -+INSERT INTO `marker` VALUES (9950,1900,NULL,2,1944,32941,'Phantom','Ex',120.90625,-158.76953125,0,0,0,'2018-11-12 05:45:18'); -+INSERT INTO `marker` VALUES (9951,1900,NULL,2,1944,32941,'Nintendo Switch Shirt (Ex)','',121.1953125,-159.38671875,0,0,0,'2018-11-12 05:47:56'); -+INSERT INTO `marker` VALUES (9952,1900,NULL,2,1943,32941,'Ruby (EX)','',117.390625,-151.6953125,0,0,0,'2018-11-12 05:50:13'); -+INSERT INTO `marker` VALUES (9953,1900,NULL,2,1931,32941,'Bokoblin Camp','',118.19921875,-157.96875,0,0,0,'2018-11-12 05:52:18'); -+INSERT INTO `marker` VALUES (9954,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.37890625,-156.03515625,0,0,0,'2018-11-12 05:52:42'); -+INSERT INTO `marker` VALUES (9955,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.78515625,-162.3046875,0,0,0,'2018-11-12 05:56:10'); -+INSERT INTO `marker` VALUES (9956,1900,NULL,2,1944,32941,'Bomb Arrow x5 (Ex)','',105.3046875,-159.67578125,0,0,0,'2018-11-12 20:39:49'); -+INSERT INTO `marker` VALUES (9957,1900,NULL,2,1901,30338,'???????','?????????????????????????????',169.84765625,-148.01953125,0,0,0,'2018-11-13 05:46:32'); -+INSERT INTO `marker` VALUES (9958,1900,NULL,2,1926,32959,'Divine Beast Vah Medoh','',68.8046875,-91.921875,0,1,0,'2018-11-13 12:07:08'); -+INSERT INTO `marker` VALUES (9959,1900,NULL,2,1926,32959,'Divine Beast Vah Naboris','',74.4375,-176.9296875,0,1,0,'2018-11-13 12:08:23'); -+INSERT INTO `marker` VALUES (9960,1900,NULL,2,1926,32959,'Divine Beast Vah Rudania','',153.453125,-82.0703125,0,0,0,'2018-11-13 12:09:04'); -+INSERT INTO `marker` VALUES (9961,1900,NULL,2,1901,33048,'????','',110.4140625,-157.9609375,0,0,0,'2018-11-14 01:57:48'); -+INSERT INTO `marker` VALUES (9962,1900,NULL,2,1925,33117,'Etsu Korima Shrine ','DLC',108.98828125,-160.9609375,0,0,0,'2018-11-15 13:26:17'); -+INSERT INTO `marker` VALUES (9963,1900,NULL,2,1925,33117,'Ruvo Korbah Shrine','DLC',114.9375,-161.4609375,0,0,0,'2018-11-15 13:30:11'); -+INSERT INTO `marker` VALUES (9964,1900,NULL,2,1925,33117,'Rohta Chigah Shrine','DLC',119.9375,-156.28125,0,0,0,'2018-11-15 13:31:56'); -+INSERT INTO `marker` VALUES (9965,1900,NULL,2,1943,32987,'DLC','Rubis Brut',117.47265625,-151.7929686307907,0,0,0,'2018-11-15 17:29:39'); -+INSERT INTO `marker` VALUES (9966,1900,NULL,2,1944,32987,'DLC','Maillot Nintendo Switch',120.68229180574417,-159.37369799613953,0,0,0,'2018-11-15 18:34:15'); -+INSERT INTO `marker` VALUES (9967,1900,NULL,2,1901,31690,'Ir por la reliquia en la casa de Impa','',160.109375,-142.765625,0,1,0,'2018-11-15 20:30:01'); -+INSERT INTO `marker` VALUES (9968,1900,NULL,2,1902,3082,'Royal Guard's Boots','',122.359375,-114.765625,0,0,0,'2018-11-16 20:42:06'); -+INSERT INTO `marker` VALUES (9969,1900,NULL,2,1902,3082,'EX Royal Guard Uniform','',125.15625,-114.265625,0,0,0,'2018-11-17 01:31:40'); -+INSERT INTO `marker` VALUES (9970,1900,NULL,2,1943,32987,'DLC','Flêche explosive',105.25260424613953,-159.671875,0,0,0,'2018-11-17 07:20:19'); -+INSERT INTO `marker` VALUES (9971,1900,NULL,2,1901,32626,'Here bitch','',134.875,-156.5625,0,0,0,'2018-11-21 07:08:38'); -+INSERT INTO `marker` VALUES (9972,1900,NULL,2,1935,33277,'Wind Waker T-Shirt','',125.58380681276321,-176.1068892478943,0,0,0,'2018-11-24 00:29:50'); -+INSERT INTO `marker` VALUES (9973,1900,NULL,2,1901,33462,'?????','???????????????????????',146.375,-155.8125,0,0,0,'2018-11-25 15:53:52'); -+INSERT INTO `marker` VALUES (9974,1900,NULL,2,1944,33852,'Nintendo Switch Shirt','',120.67578125,-159.3984375,0,0,0,'2018-11-25 19:27:20'); -+INSERT INTO `marker` VALUES (9975,1900,NULL,2,1901,33833,'me','',156.8125,-178.8125,0,0,0,'2018-11-26 02:26:47'); -+INSERT INTO `marker` VALUES (9976,1900,NULL,2,1940,34084,'Expert','',116.765625,-161.03125,0,0,0,'2018-11-29 11:50:44'); -+INSERT INTO `marker` VALUES (9977,1900,NULL,2,1901,34138,'SALIDA','',115.25,-159.125,0,0,0,'2018-11-30 12:09:27'); -+INSERT INTO `marker` VALUES (9978,1900,NULL,2,1926,34273,'Divine Beast Vah Naboris','',94.875,-169.75,0,1,0,'2018-12-02 02:05:24'); -+INSERT INTO `marker` VALUES (9979,1900,NULL,2,1926,34273,'Divine Beast Vah Rudania','',166.40625,-88.09375,0,0,0,'2018-12-02 02:06:29'); -+INSERT INTO `marker` VALUES (9980,1900,NULL,2,1901,34273,'Divine Beast Vah Medoh ','',71.578125,-99.015625,0,0,0,'2018-12-02 02:07:08'); -+INSERT INTO `marker` VALUES (9981,1900,NULL,2,1943,34279,'EX Chest','Contains bomb arrows if I recall.',105.26953125,-159.73828125,0,0,0,'2018-12-02 07:55:32'); -+INSERT INTO `marker` VALUES (9982,1900,NULL,2,1944,34279,'EX Chest','',117.51953125,-151.7890625,0,0,0,'2018-12-02 07:58:47'); -+INSERT INTO `marker` VALUES (9983,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air on balloon platform.',145.3203125,-156.6796875,0,0,0,'2018-12-02 08:01:56'); -+INSERT INTO `marker` VALUES (9984,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air, on balloon platform.\r\n',173.40625,-159.1796875,0,0,0,'2018-12-02 08:03:26'); -+INSERT INTO `marker` VALUES (9985,1900,NULL,2,1944,34279,'Soldier's Claymore','Master Mode\r\nIn the ground: No\r\n',154.734375,-161.8828125,0,0,0,'2018-12-02 09:08:47'); -+INSERT INTO `marker` VALUES (9986,1900,NULL,2,1944,34279,'EX Chest: Boomerang','Floating Platform on the E side of the bridge.',156.16015625,-151.80859375,0,0,0,'2018-12-03 07:50:44'); -+INSERT INTO `marker` VALUES (9987,1900,NULL,2,1901,34279,'Serpetine Spear','Master Mode\r\nOn floating platform by bridge',138.53125,-143.5625,0,0,0,'2018-12-03 08:55:36'); -+INSERT INTO `marker` VALUES (9988,1900,NULL,2,1944,34279,'Throwing Spear','Master Mode\r\nFloating platform next to bridge',143.390625,-143.09375,0,0,0,'2018-12-03 09:15:08'); -+INSERT INTO `marker` VALUES (9989,1900,NULL,2,1902,34434,'Phantom Helmet','',109.5078125,-147.26953125,0,0,0,'2018-12-03 16:22:26'); -+INSERT INTO `marker` VALUES (9990,1900,NULL,2,1944,34279,'MM Soldier's Spear','Soldier's Spear in chest on top of floating platform by bridge.',153.921875,-159.625,0,0,0,'2018-12-05 10:17:14'); -+INSERT INTO `marker` VALUES (9991,1900,NULL,2,1901,34064,'arrows','231',117.859375,-175.8125,0,0,0,'2018-12-06 06:43:46'); -+INSERT INTO `marker` VALUES (9992,1900,NULL,2,1926,21154,'Divine Beast Vah Naboris','',95.06640625,-169.265625,0,0,0,'2018-12-06 14:07:30'); -+INSERT INTO `marker` VALUES (9993,1900,NULL,2,1901,34095,'COMIENZO DE TODO','',112.875,-157.9375,0,1,0,'2018-12-07 14:24:44'); -+INSERT INTO `marker` VALUES (9994,1900,NULL,2,1901,33237,'no encontrado','',83.9140625,-103.22395837306976,0,0,0,'2018-12-07 22:32:03'); -+INSERT INTO `marker` VALUES (9995,1900,NULL,2,1901,34755,'???','???',148.375,-157.46875,0,0,0,'2018-12-08 07:02:21'); -+INSERT INTO `marker` VALUES (9996,1900,NULL,2,1935,34424,'The Sheep Rustlers','Start of side-quest "The Sheep Rustlers"',184.66015625,-160.90234375,0,0,0,'2018-12-08 22:01:25'); -+INSERT INTO `marker` VALUES (9997,1900,NULL,2,1926,34803,'Divine Beast Vah Medoh','',71.5625,-100.03125,0,0,0,'2018-12-08 22:15:18'); -+INSERT INTO `marker` VALUES (9998,1900,NULL,2,1901,34810,'Semilla de manzana','',135.921875,-156.119140625,0,0,0,'2018-12-09 00:51:52'); -+INSERT INTO `marker` VALUES (9999,1900,NULL,2,1901,34755,'????','????',88.25,-138.625,0,0,0,'2018-12-09 06:23:26'); -+INSERT INTO `marker` VALUES (10000,1900,NULL,2,1925,34826,'Kiah Toza Shrine','',93.125,-78.625,0,0,0,'2018-12-09 10:32:02'); -+INSERT INTO `marker` VALUES (10001,1900,NULL,2,1925,34826,'Shira Gomar Shrine','',90.92578125,-106.46875,0,1,0,'2018-12-09 10:35:15'); -+INSERT INTO `marker` VALUES (10002,1900,NULL,2,1925,34826,'Kamia Omuna Shrine','',161.23124980926514,-77.68124985694885,0,1,0,'2018-12-09 10:38:10'); -+INSERT INTO `marker` VALUES (10003,1900,NULL,2,1944,34279,'MM Royal Broadsword','Chest on floating platform in Master Mode.',169.90625,-149.703125,0,0,0,'2018-12-10 09:22:03'); -+INSERT INTO `marker` VALUES (10004,1900,NULL,2,1901,33797,'seeds','',179.0625,-138.3515625,0,0,0,'2018-12-10 15:46:54'); -+INSERT INTO `marker` VALUES (10005,1900,NULL,2,1901,33797,'seeds','',179.109375,-138.27734375,0,0,0,'2018-12-10 15:47:15'); -+INSERT INTO `marker` VALUES (10006,1900,NULL,2,1916,34446,'Korok seed','',179.24689900875092,-150.5570695400238,0,0,0,'2018-12-10 22:30:00'); -+INSERT INTO `marker` VALUES (10007,1900,NULL,2,1910,34124,'Amber','',101.875,-148.15625,0,0,0,'2018-12-11 05:08:42'); -+INSERT INTO `marker` VALUES (10008,1900,NULL,2,1925,34124,'Shrine of Resurrection','',110.6015625,-157.4296875,0,0,0,'2018-12-11 07:25:21'); -+INSERT INTO `marker` VALUES (10009,1900,NULL,2,1901,34867,'FIRODRA','',155.6015625,-172.296875,0,0,0,'2018-12-11 15:38:23'); -+INSERT INTO `marker` VALUES (10010,1900,NULL,2,1903,34867,'FLAMEBLADE','',158.59765625,-169.0546875,0,0,0,'2018-12-12 09:17:32'); -+INSERT INTO `marker` VALUES (10011,1900,NULL,2,1925,31383,'Ruvo Korbah','',114.95703125,-161.515625,0,0,0,'2018-12-12 14:14:22'); -+INSERT INTO `marker` VALUES (10012,1900,NULL,2,1916,33319,'Korok Seed','',132.134765625,-187.89453125,0,0,0,'2018-12-12 22:26:48'); -+INSERT INTO `marker` VALUES (10013,1900,NULL,2,1925,35121,'el imposible','no c',110.93843746185303,-86.40828123688698,0,0,0,'2018-12-12 23:45:05'); -+INSERT INTO `marker` VALUES (10014,1900,NULL,2,1916,29592,'Korok Seed','',107.390625,-147.65234375,0,0,0,'2018-12-13 17:46:49'); -+INSERT INTO `marker` VALUES (10015,1900,NULL,2,1942,20944,'Black Hinox','',134.5,-94.25,0,0,0,'2018-12-14 01:48:19'); -+INSERT INTO `marker` VALUES (10016,1900,NULL,2,1944,34279,'Zora Sword','',170.1875,-122.3828125,0,0,0,'2018-12-14 07:53:18'); -+INSERT INTO `marker` VALUES (10017,1900,NULL,2,1944,34279,'Zora Spear','',166.2265625,-124.08203125,0,0,0,'2018-12-14 20:39:29'); -+INSERT INTO `marker` VALUES (10018,1900,NULL,2,1944,34279,'Silverscale Spear','',163.9296875,-124.0703125,0,0,0,'2018-12-14 21:09:21'); -+INSERT INTO `marker` VALUES (10019,1900,NULL,2,1901,34279,'Silver Shield','',171.59375,-123.78125,0,0,0,'2018-12-14 21:22:25'); -+INSERT INTO `marker` VALUES (10020,1900,NULL,2,1944,34279,'Silver Shield','',183.4453125,-112.90625,0,0,0,'2018-12-15 09:27:59'); -+INSERT INTO `marker` VALUES (10021,1900,NULL,2,1944,34279,'Silver Bow','',171.9609375,-127.75,0,0,0,'2018-12-15 11:06:23'); -+INSERT INTO `marker` VALUES (10022,1900,NULL,2,1944,34279,'Silver Longsword','',176.0625,-120.609375,0,0,0,'2018-12-15 11:35:21'); -+INSERT INTO `marker` VALUES (10023,1900,NULL,2,1901,35432,'korok seed?','',57.9302978515625,-88.736083984375,0,0,0,'2018-12-17 05:14:45'); -+INSERT INTO `marker` VALUES (10024,1900,NULL,2,1904,35048,'GBOW !','',36.21875,-87.65625,0,0,0,'2018-12-18 03:16:54'); -+INSERT INTO `marker` VALUES (10025,1900,NULL,2,1903,35048,'Monster with flameblade','',152.6979160308838,-70.7604169845581,0,0,0,'2018-12-18 05:53:06'); -+INSERT INTO `marker` VALUES (10026,1900,NULL,2,1941,35545,'Stone Talus','',110.875,-154.01736092567444,0,0,0,'2018-12-19 01:55:20'); -+INSERT INTO `marker` VALUES (10027,1900,NULL,2,1916,27903,'Korogu','',145.171875,-157.625,0,0,0,'2018-12-21 11:42:14'); -+INSERT INTO `marker` VALUES (10028,1900,NULL,2,1941,35555,'Stone Talus (Luminous)','[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps',190.375,-125.59375,0,0,0,'2018-12-21 14:27:04'); -+INSERT INTO `marker` VALUES (10029,1900,NULL,2,1944,34279,'Frost Blade','',190.7421875,-122.71875,0,0,0,'2018-12-22 08:22:13'); -+INSERT INTO `marker` VALUES (10030,1900,NULL,2,1944,34279,'Demon Carver','',192.1484375,-120.3984375,0,0,0,'2018-12-22 08:27:15'); -+INSERT INTO `marker` VALUES (10031,1900,NULL,2,1944,34279,'Frost Spear','',175.6875,-128.21875,0,0,0,'2018-12-22 09:22:31'); -+INSERT INTO `marker` VALUES (10032,1900,NULL,2,1901,34138,'POBLADO HATELIA (lab y fotos)','',181.3125,-162.5,0,0,0,'2018-12-24 08:00:32'); -+INSERT INTO `marker` VALUES (10033,1900,NULL,2,1903,34896,'Left chest weapon here','',118.18359375,-122.63671875,0,0,0,'2018-12-24 12:39:53'); -+INSERT INTO `marker` VALUES (10034,1900,NULL,2,1901,36049,'Stealthfin Trout','',142.109375,-93.09375,0,0,0,'2018-12-25 05:01:43'); -+INSERT INTO `marker` VALUES (10035,1900,NULL,2,1925,31383,'Sharo Lun Shrine','',173.82421875,-90.19921875,0,1,0,'2018-12-25 21:23:40'); -+INSERT INTO `marker` VALUES (10036,1900,NULL,2,1943,34279,'Travel Medallion','',200.65625,-72.4453125,0,0,0,'2018-12-26 07:44:34'); -+INSERT INTO `marker` VALUES (10037,1900,NULL,2,1939,36179,'Ice Wizzrobe','',82.328125,-80.9296875,0,1,0,'2018-12-26 15:05:15'); -+INSERT INTO `marker` VALUES (10038,1900,NULL,2,1901,36203,'Korok MAsk','',136.453125,-100.96875,0,0,0,'2018-12-26 20:12:17'); -+INSERT INTO `marker` VALUES (10039,1900,NULL,2,1926,36179,'Divine Beast Vah Rudania','',167.375,-87.265625,0,1,0,'2018-12-26 20:49:07'); -+INSERT INTO `marker` VALUES (10040,1900,NULL,2,1939,34279,'Ice Wizzrobe','',76.046875,-152.359375,0,0,0,'2018-12-27 10:53:37'); -+INSERT INTO `marker` VALUES (10041,1900,NULL,2,1901,36179,'Spring of Wisdom','',189.51171875,-148.9453125,0,1,0,'2018-12-27 12:04:55'); -+INSERT INTO `marker` VALUES (10042,1900,NULL,2,1926,36179,'Divine Beast Vah Medoh','',71.546875,-98.8515625,0,0,0,'2018-12-27 12:07:20'); -+INSERT INTO `marker` VALUES (10043,1900,NULL,2,1901,36179,'Yiga Clan Hideout','',69.75,-149.796875,0,1,0,'2018-12-27 12:13:15'); -+INSERT INTO `marker` VALUES (10044,1900,NULL,2,1938,36073,'Lord of the Mountain','',93.6015625,-132.9375,0,0,0,'2018-12-27 18:54:19'); -+INSERT INTO `marker` VALUES (10045,1900,NULL,2,1903,35263,'Flame Bade','Inside Temple',179.91796875,-74.46484375,0,0,0,'2018-12-28 07:30:23'); -+INSERT INTO `marker` VALUES (10046,1900,NULL,2,1901,36254,'Purple Rupee','',197.48828125,-80.10546875,0,0,0,'2018-12-30 19:39:23'); -+INSERT INTO `marker` VALUES (10047,1900,NULL,2,1936,35567,'Mure fissuré Gorons ','',158.0080400109291,-90.44528198242188,0,0,0,'2018-12-31 12:48:28'); -+INSERT INTO `marker` VALUES (10048,1900,NULL,2,1910,36489,'????','',154.96139705181122,-173.4979510307312,0,1,0,'2019-01-01 09:45:30'); -+INSERT INTO `marker` VALUES (10049,1900,NULL,2,1904,36489,'????','????',171.57887375354767,-162.8784990310669,0,1,0,'2019-01-01 09:48:02'); -+INSERT INTO `marker` VALUES (10050,1900,NULL,2,1901,37205,'Vah Naboris','Wanders in this general area',73.12187576293945,-180.16874980926514,0,0,0,'2019-01-02 23:59:39'); -+INSERT INTO `marker` VALUES (10051,1900,NULL,2,1936,36393,'Shrine Entrance','',97.28515625,-104.77734375,0,0,0,'2019-01-03 02:09:08'); -+INSERT INTO `marker` VALUES (10052,1900,NULL,2,1903,36489,'Rock Pike','',154.23903608322144,-94.42567777633667,0,1,0,'2019-01-03 06:38:16'); -+INSERT INTO `marker` VALUES (10053,1900,NULL,2,1901,15410,'8th','',59.8125,-136,0,0,0,'2019-01-03 08:12:01'); -+INSERT INTO `marker` VALUES (10054,1900,NULL,2,1901,34279,'Rvaio's Hood','',141.06640625,-165.953125,0,0,0,'2019-01-03 09:53:01'); -+INSERT INTO `marker` VALUES (10055,1900,NULL,2,1944,34279,'EX Tingle's Shirt','',117.3359375,-115.28125,0,0,0,'2019-01-05 04:52:22'); -+INSERT INTO `marker` VALUES (10056,1900,NULL,2,1901,37418,'?????','',156.7578125,-143.6171875,0,0,0,'2019-01-06 03:46:43'); -+INSERT INTO `marker` VALUES (10057,1900,NULL,2,1930,36404,'Ice Keese','',97.9375,-80,0,0,0,'2019-01-06 23:10:16'); -+INSERT INTO `marker` VALUES (10058,1900,NULL,2,1935,37845,'By Firefly's Light','Kakariko Village Lazli Side-Quest',157.6796875,-144.1875,0,1,0,'2019-01-07 06:06:50'); -+INSERT INTO `marker` VALUES (10059,1900,NULL,2,1935,37845,'Riverbed Reward','',141.2421875,-129.9609375,0,0,0,'2019-01-07 07:27:41'); -+INSERT INTO `marker` VALUES (10060,1900,NULL,2,1935,37845,'The Giant of Ralis Pond','',179.828125,-119.4296875,0,0,0,'2019-01-07 07:34:17'); -+INSERT INTO `marker` VALUES (10061,1900,NULL,2,1901,37845,'An Ice Guy','',77.390625,-168.234375,0,0,0,'2019-01-07 07:37:28'); -+INSERT INTO `marker` VALUES (10062,1900,NULL,2,1935,37845,'The Eighth Heroine & The Forgotten Sword','',69.203125,-173.0703125,0,0,0,'2019-01-07 07:45:22'); -+INSERT INTO `marker` VALUES (10063,1900,NULL,2,1901,37845,'Statue of the Eighth Heroine','',59.515625,-136.28125,0,0,0,'2019-01-07 07:48:28'); -+INSERT INTO `marker` VALUES (10064,1900,NULL,2,1901,37845,'The Forgotten Sword','',65.890625,-143.046875,0,0,0,'2019-01-07 07:50:19'); -+INSERT INTO `marker` VALUES (10065,1900,NULL,2,1939,36539,'Blizzard Wizrobe','',139.9765625,-116.28125,0,0,0,'2019-01-07 23:26:25'); -+INSERT INTO `marker` VALUES (10066,1900,NULL,2,1935,37922,'Arrows of Burning Heat','',156.3984375,-144.25390625,0,0,0,'2019-01-08 04:40:27'); -+INSERT INTO `marker` VALUES (10067,1900,NULL,2,1910,37908,'Amber','',128.328125,-131.4375,0,0,0,'2019-01-08 06:29:42'); -+INSERT INTO `marker` VALUES (10068,1900,NULL,2,1901,38068,'1232','213',113.9375,-155.95625114440918,0,0,0,'2019-01-09 01:45:41'); -+INSERT INTO `marker` VALUES (10069,1900,NULL,2,1901,38196,'Santuario de Kaoma','Santuario de Kaoma',136.19921875,-183.06640625,0,0,0,'2019-01-10 12:06:33'); -+INSERT INTO `marker` VALUES (10070,1900,NULL,2,1901,38298,'Hidden Cove Containing Chests','Theres a hidden cove that leads behind the waterfall. There's Three Chests inside the cove',110.421875,-161.5234375,0,0,0,'2019-01-12 01:14:11'); -+INSERT INTO `marker` VALUES (10071,1900,NULL,2,1916,12708,'Race with shield surfing','',149.8203125,-114.64108204841614,0,0,0,'2019-01-12 02:19:43'); -+INSERT INTO `marker` VALUES (10072,1900,NULL,2,1916,32236,'b ','',156.66562509536743,-119.69374990463257,0,0,0,'2019-01-12 23:57:54'); -+INSERT INTO `marker` VALUES (10073,1900,NULL,2,1930,36404,'Ice Wissrobe','',103.75,-186.45703125,0,0,0,'2019-01-13 04:09:36'); -+INSERT INTO `marker` VALUES (10074,1900,NULL,2,1901,37121,'MUSHROOM SPAWN','',93.71875,-140.453125,0,0,0,'2019-01-13 06:52:24'); -+INSERT INTO `marker` VALUES (10075,1900,NULL,2,1926,38854,'Divine Beast Vah Naboris','',81.5,-180.75,0,0,0,'2019-01-14 20:24:08'); -+INSERT INTO `marker` VALUES (10076,1900,NULL,2,1935,37720,'A Gift of Nightshade','',168.44921875,-183.31640625,0,0,0,'2019-01-15 22:06:05'); -+INSERT INTO `marker` VALUES (10077,1900,NULL,2,1926,38927,'Divine Beast Vah Naboris','',85.109375,-186.09375,0,0,0,'2019-01-16 13:31:18'); -+INSERT INTO `marker` VALUES (10078,1900,NULL,2,1943,39150,'10x Arrows','',175.19140625,-159.48046875,0,0,0,'2019-01-18 16:35:05'); -+INSERT INTO `marker` VALUES (10079,1900,NULL,2,1943,39150,'50x Rupees','',175.28515625,-162.5234375,0,0,0,'2019-01-18 16:39:33'); -+INSERT INTO `marker` VALUES (10080,1900,NULL,2,1901,39287,'find','',42.25,-108.75,0,0,0,'2019-01-19 02:29:44'); -+INSERT INTO `marker` VALUES (10081,1900,NULL,2,1901,39292,'Botas de alpinismo','',-28.75,-106.75,0,1,0,'2019-01-19 03:07:15'); -+INSERT INTO `marker` VALUES (10082,1900,NULL,2,1916,28484,'Koror Seed','',76.44921875,-106.69140625,0,1,0,'2019-01-20 07:22:36'); -+INSERT INTO `marker` VALUES (10083,1900,NULL,2,1943,28484,'Topaz','',76.44921875,-106.640625,0,0,0,'2019-01-20 07:23:32'); -+INSERT INTO `marker` VALUES (10084,1900,NULL,2,1916,28484,'Koror Seed','',74.203125,-107.40234375,0,0,0,'2019-01-20 07:27:31'); -+INSERT INTO `marker` VALUES (10085,1900,NULL,2,1916,28484,'Koroko Seed','',82.48828125,-102.41796875,0,0,0,'2019-01-20 07:51:18'); -+INSERT INTO `marker` VALUES (10086,1900,NULL,2,1904,35517,'Bomb Arrows BOX','',132.234375,-188.99609375,0,0,0,'2019-01-20 07:54:45'); -+INSERT INTO `marker` VALUES (10087,1900,NULL,2,1939,28484,'Ice Wizzrobe','',89.1015625,-99.5390625,0,0,0,'2019-01-20 07:59:59'); -+INSERT INTO `marker` VALUES (10088,1900,NULL,2,1916,28484,'Koroko Seed','',91.44921875,-101.015625,0,0,0,'2019-01-20 08:05:49'); -+INSERT INTO `marker` VALUES (10089,1900,NULL,2,1916,28484,'Koroko Seed','',91.1640625,-98.77734375,0,0,0,'2019-01-20 08:12:09'); -+INSERT INTO `marker` VALUES (10090,1900,NULL,2,1901,39897,'Super cold up here','',183.2286376953125,-154.25723266601562,0,0,0,'2019-01-23 20:01:24'); -+INSERT INTO `marker` VALUES (10091,1900,NULL,2,1901,39095,'Weapons Cash','',82.91015625,-161.80078125,0,0,0,'2019-01-23 23:23:45'); -+INSERT INTO `marker` VALUES (10092,1900,NULL,2,1901,37418,'Dragon','Dragon\r\n',155.65885400772095,-172.38932299613953,0,0,0,'2019-01-24 05:17:14'); -+INSERT INTO `marker` VALUES (10093,1900,NULL,2,1903,35263,'Knight's Halbert','',118.91796875,-87.015625,0,0,0,'2019-01-24 12:50:13'); -+INSERT INTO `marker` VALUES (10094,1900,NULL,2,1901,35263,'Kass Quest','The Serpent's Jaws',140.72968769073486,-175.84375,0,0,0,'2019-01-25 03:51:29'); -+INSERT INTO `marker` VALUES (10095,1900,NULL,2,1938,40130,'White Horse','',100.609375,-140.96875,0,0,0,'2019-01-26 07:20:39'); -+INSERT INTO `marker` VALUES (10096,1900,NULL,2,1910,40214,'chest','',114.2890625,-158.609375,0,0,0,'2019-01-26 22:06:14'); -+INSERT INTO `marker` VALUES (10097,1900,NULL,2,1901,40096,'elden','',150.90625,-72.78515625,0,0,0,'2019-01-27 18:57:25'); -+INSERT INTO `marker` VALUES (10098,1900,NULL,2,1926,39917,'Gourdo beast','',89.77553331851959,-184.40449452400208,0,0,0,'2019-01-28 11:49:13'); -+INSERT INTO `marker` VALUES (10099,1900,NULL,2,1926,38947,'Vah'Naboris','',95.015625,-168.859375,0,0,0,'2019-01-29 13:38:48'); -+INSERT INTO `marker` VALUES (10100,1900,NULL,2,1926,38947,'Vah'Rudania','',167.58203125,-87.21875,0,0,0,'2019-01-29 13:39:41'); -+INSERT INTO `marker` VALUES (10101,1900,NULL,2,1910,40542,'Shrooms','',93.716552734375,-140.4376220703125,0,0,0,'2019-01-29 17:58:24'); -+INSERT INTO `marker` VALUES (10102,1900,NULL,2,1903,38067,'Inventory Full!!','',141.546875,-164.39453125,0,0,0,'2019-01-31 01:34:09'); -+INSERT INTO `marker` VALUES (10103,1900,NULL,2,1926,40498,'Vah Naboris','Divine Beast Vah Naboris',95.0546875,-168.9765625,0,1,0,'2019-01-31 22:24:25'); -+INSERT INTO `marker` VALUES (10104,1900,NULL,2,1916,34046,'Korok Seed','',150.30078125,-103.8828125,0,0,0,'2019-02-02 02:43:03'); -+INSERT INTO `marker` VALUES (10105,1900,NULL,2,1910,40881,'Lagartija Humero','',173.62953090667725,-72.59828090667725,0,0,0,'2019-02-02 02:47:28'); -+INSERT INTO `marker` VALUES (10106,1900,NULL,2,1926,40194,'Divine Beast Vah Rudania','',167.5625,-87.875,0,0,0,'2019-02-02 17:36:22'); -+INSERT INTO `marker` VALUES (10107,1900,NULL,2,1926,40194,'Divine Beast Vah Medo','',71.359375,-99.8125,0,0,0,'2019-02-02 17:36:56'); -+INSERT INTO `marker` VALUES (10108,1900,NULL,2,1926,40194,'Divine Beast Vah Naboris','',95.0625,-169.1875,0,0,0,'2019-02-02 17:37:52'); -+INSERT INTO `marker` VALUES (10109,1900,NULL,2,1910,40878,'Lots of High Value Ore','',177.28540325164795,-80.4610767364502,0,0,0,'2019-02-02 22:31:31'); -+INSERT INTO `marker` VALUES (10110,1900,NULL,2,1935,41140,'Arrows of Burning Heat','',156.44140625,-144.25,0,0,0,'2019-02-04 06:26:35'); -+INSERT INTO `marker` VALUES (10111,1900,NULL,2,1901,41143,'Rare Ores','',158.74947929382324,-175.74687457084656,0,0,0,'2019-02-05 04:25:28'); -+INSERT INTO `marker` VALUES (10112,1900,NULL,2,1936,41143,'Rare Ore','',158.67447900772095,-175.66302061080933,0,1,0,'2019-02-05 04:26:31'); -+INSERT INTO `marker` VALUES (10113,1900,NULL,2,1901,40783,'Hestu','',160.296875,-88.203125,0,0,0,'2019-02-05 09:38:06'); -+INSERT INTO `marker` VALUES (10114,1900,NULL,2,1901,39544,'test','j'aime la bite pdpdpd',82.6953125,-104.53125,0,1,0,'2019-02-05 23:02:20'); -+INSERT INTO `marker` VALUES (10115,1900,NULL,2,1901,37885,'Dragon?','',188.7890625,-148.6796875,0,0,0,'2019-02-06 10:48:04'); -+INSERT INTO `marker` VALUES (10116,1900,NULL,2,1901,40636,'Mounted Archery','',124.78515625,-182.65234375,0,0,0,'2019-02-06 23:21:42'); -+INSERT INTO `marker` VALUES (10117,1900,NULL,2,1935,41851,'An Ice Guy','',77.37890625,-168.23046875,0,0,0,'2019-02-13 03:49:03'); -+INSERT INTO `marker` VALUES (10118,1900,NULL,2,1901,42280,'??','',149.32421875,-178.453125,0,0,0,'2019-02-14 19:39:27'); -+INSERT INTO `marker` VALUES (10119,1900,NULL,2,1904,38067,'Ice Arrow x10','Treasure box of Ice Arrow',127.69140625,-131.01171875,0,0,0,'2019-02-16 07:39:25'); -+INSERT INTO `marker` VALUES (10120,1900,NULL,2,1943,38067,'Arrow x10','Treasure Chest contains arrow x10',127.671875,-131.40625,0,0,0,'2019-02-16 07:46:21'); -+INSERT INTO `marker` VALUES (10121,1900,NULL,2,1935,42507,'amor sigiloso ','entregar una campana muda en nombre del amor ',168.5546875,-183.4140625,0,0,0,'2019-02-16 15:30:58'); -+INSERT INTO `marker` VALUES (10122,1900,NULL,2,1931,41231,'Enemy Camp','',56.5,-139.46875,0,0,0,'2019-02-17 16:57:08'); -+INSERT INTO `marker` VALUES (10123,1900,NULL,2,1931,41231,'Enemy Camp','',58.75,-145,0,0,0,'2019-02-17 16:57:31'); -+INSERT INTO `marker` VALUES (10124,1900,NULL,2,1931,41231,'Enemy Camp','',53.6875,-149.34375,0,0,0,'2019-02-17 16:57:49'); -+INSERT INTO `marker` VALUES (10125,1900,NULL,2,1910,42700,'Blue gem','',199.19140625,-71.65234375,0,0,0,'2019-02-17 19:03:16'); -+INSERT INTO `marker` VALUES (10126,1900,NULL,2,1916,40727,'beneath bombable rocks','',139.875,-164.65625,0,1,0,'2019-02-18 10:02:44'); -+INSERT INTO `marker` VALUES (10127,1900,NULL,2,1904,43011,'Bomb Arrows ','Take out the surrounding bokoblins for possible bomb arrow drop. ',138.07776987552643,-77.45028412342072,0,0,0,'2019-02-20 06:01:44'); -+INSERT INTO `marker` VALUES (10128,1900,NULL,2,1901,42880,'Hearty Durian Farming','',149.78125,-178.18359375,0,1,0,'2019-02-20 21:23:02'); -+INSERT INTO `marker` VALUES (10129,1900,NULL,2,1916,43118,'????','',107.125,-143.0625,0,1,0,'2019-02-20 23:31:16'); -+INSERT INTO `marker` VALUES (10130,1900,NULL,2,1901,43015,'business','',192.875,-102.625,0,0,0,'2019-02-21 02:16:17'); -+INSERT INTO `marker` VALUES (10131,1900,NULL,2,1943,41851,'Gold Rupee','',50.8515625,-161.703125,0,0,0,'2019-02-22 04:44:31'); -+INSERT INTO `marker` VALUES (10132,1900,NULL,2,1904,43245,'Bomb Arrows','',180.74609375,-70.77734375,0,0,0,'2019-02-22 08:52:49'); -+INSERT INTO `marker` VALUES (10133,1900,NULL,2,1901,43257,'Minerales subterráneos','se necesitan flechas bomba',158.65625,-175.15625,0,0,0,'2019-02-22 13:54:51'); -+INSERT INTO `marker` VALUES (10134,1900,NULL,2,1926,41231,'Vah Rudania','',166.33203125,-87.98828125,0,0,0,'2019-02-23 05:05:19'); -+INSERT INTO `marker` VALUES (10135,1900,NULL,2,1926,41231,'Divine Beast Vah Naboris','',94.98046875,-169.1640625,0,0,0,'2019-02-23 05:06:10'); -+INSERT INTO `marker` VALUES (10136,1900,NULL,2,1926,41231,'Divine Beast Vah Medoh','',71.53515625,-98.875,0,0,0,'2019-02-23 05:07:05'); -+INSERT INTO `marker` VALUES (10137,1900,NULL,2,1944,43245,'Silver Bow','',178.59375,-121.49609375,0,0,0,'2019-02-23 08:02:25'); -+INSERT INTO `marker` VALUES (10138,1900,NULL,2,1930,43245,'Icy Lizalfos','',193.125,-155.6171875,0,0,0,'2019-02-23 08:34:45'); -+INSERT INTO `marker` VALUES (10139,1900,NULL,2,1901,43245,'Pondo's Lodge','',95.546875,-95.5234375,0,0,0,'2019-02-24 07:39:17'); -+INSERT INTO `marker` VALUES (10140,1900,NULL,2,1935,43552,'The Sheep Rustlers','',184.58984375,-160.83984375,0,0,0,'2019-02-24 19:39:59'); -+INSERT INTO `marker` VALUES (10141,1900,NULL,2,1901,43642,'Old Man's Cabin','The old man's cabin',115.76699829101562,-163.20330810546875,0,0,0,'2019-02-25 06:31:56'); -+INSERT INTO `marker` VALUES (10142,1900,NULL,2,1926,43679,'Divine Beast Vah Medoh','',71.56640625,-98.49609375,0,0,0,'2019-02-25 13:39:12'); -+INSERT INTO `marker` VALUES (10143,1900,NULL,2,1926,43679,'Divine Beast Vah Rudania','',167.8046875,-87.515625,0,0,0,'2019-02-25 13:39:35'); -+INSERT INTO `marker` VALUES (10144,1900,NULL,2,1926,43679,'Divine Beast Vah Naboris','',95.09375,-169.21875,0,0,0,'2019-02-25 13:40:05'); -+INSERT INTO `marker` VALUES (10145,1900,NULL,2,1936,43876,'Cracked wall','',114.3515625,-158.2109375,0,0,0,'2019-02-27 16:30:16'); -+INSERT INTO `marker` VALUES (10146,1900,NULL,2,1901,43015,'Korok Mask','',139.18359375,-99.109375,0,0,0,'2019-02-28 02:24:08'); -+INSERT INTO `marker` VALUES (10147,1900,NULL,2,1940,13795,'Lynel','MasterMode',117.578125,-160.296875,0,0,0,'2019-03-01 12:35:54'); -+INSERT INTO `marker` VALUES (10148,1900,NULL,2,1935,42733,'The Sheep Rustlers','NPC: Koyin',180.390625,-161.4375,0,0,0,'2019-03-02 01:36:13'); -+INSERT INTO `marker` VALUES (10149,1900,NULL,2,1935,42733,'Robbie's Research','',187.015625,-161.203125,0,0,0,'2019-03-02 01:37:28'); -+INSERT INTO `marker` VALUES (10150,1900,NULL,2,1935,42733,'Sunshroom Sensing','',186.828125,-161.421875,0,0,0,'2019-03-02 01:38:22'); -+INSERT INTO `marker` VALUES (10151,1900,NULL,2,1935,42733,'Slated for Upgrades','',187.046875,-161.234375,0,0,0,'2019-03-02 01:39:10'); -+INSERT INTO `marker` VALUES (10152,1900,NULL,2,1935,42733,'Take Back the Sea','',173.6953125,-181.59114599227905,0,0,0,'2019-03-02 01:40:33'); -+INSERT INTO `marker` VALUES (10153,1900,NULL,2,1939,42480,'Blizzrobe','',89.20703125,-99.6015625,0,0,0,'2019-03-02 08:15:41'); -+INSERT INTO `marker` VALUES (10154,1900,NULL,2,1916,42886,'Krok Seed','',62.4140625,-86.2890625,0,0,0,'2019-03-03 15:28:27'); -+INSERT INTO `marker` VALUES (10155,1900,NULL,2,1902,39380,'Midna's Helmet(DLC)','',106.078125,-131.4921875,0,0,0,'2019-03-07 02:27:14'); -+INSERT INTO `marker` VALUES (10156,1900,NULL,2,1943,44908,'Chest','',63.36328125,-69.734375,0,0,0,'2019-03-07 03:30:15'); -+INSERT INTO `marker` VALUES (10157,1900,NULL,2,1936,44908,'Cracked wall','',63.3515625,-69.68359375,0,0,0,'2019-03-07 03:30:46'); -+INSERT INTO `marker` VALUES (10158,1900,NULL,2,1916,44908,'Korok Seed','',61.41796875,-71.98046875,0,0,0,'2019-03-07 03:43:06'); -+INSERT INTO `marker` VALUES (10159,1900,NULL,2,1936,44908,'Luminous Stone','',62.0703125,-70.9140625,0,0,0,'2019-03-07 03:44:01'); -+INSERT INTO `marker` VALUES (10160,1900,NULL,2,1935,44908,'Desert Labyrinth','',100.0625,-182,0,0,0,'2019-03-07 07:44:16'); -+INSERT INTO `marker` VALUES (10161,1900,NULL,2,1916,45022,'Did i get this one?','',179.4375,-180.15625,0,0,0,'2019-03-08 14:03:39'); -+INSERT INTO `marker` VALUES (10162,1900,NULL,2,1901,44841,'????','',113,-156.9375,0,0,0,'2019-03-09 05:24:58'); -+INSERT INTO `marker` VALUES (10163,1900,NULL,2,1925,45154,'need divine beast','',71.53515625,-104.34375,0,0,0,'2019-03-09 08:20:19'); -+INSERT INTO `marker` VALUES (10164,1900,NULL,2,1926,45168,'Vah'Naboris','',95.140625,-169.1640625,0,0,0,'2019-03-09 10:22:59'); -+INSERT INTO `marker` VALUES (10165,1900,NULL,2,1926,45168,'Vah'Medoh','',71.5390625,-99.1015625,0,0,0,'2019-03-09 10:23:44'); -+INSERT INTO `marker` VALUES (10166,1900,NULL,2,1901,45168,'Vah'Rudania','',166.34375,-88.03125,0,0,0,'2019-03-09 10:24:21'); -+INSERT INTO `marker` VALUES (10167,1900,NULL,2,1926,45168,'Vah'Ruta','',174.64453125,-131.8515625,0,0,0,'2019-03-09 10:25:08'); -+INSERT INTO `marker` VALUES (10168,1900,NULL,2,1939,39095,'Ice Wizzrobe','Ice Wizzrobe',139.8125,-115.26953125,0,0,0,'2019-03-11 03:35:32'); -+INSERT INTO `marker` VALUES (10169,1900,NULL,2,1902,45432,'CACA','cool',118.58984375,-152.70703125,0,0,0,'2019-03-14 13:37:50'); -+INSERT INTO `marker` VALUES (10170,1900,NULL,2,1901,45002,'Last','',173.75,-149.96875,0,0,0,'2019-03-15 02:32:01'); -+INSERT INTO `marker` VALUES (10171,1900,NULL,2,1916,45929,'Kokoro Seed','',143.25,-181.6875,0,0,0,'2019-03-15 13:57:24'); -+INSERT INTO `marker` VALUES (10172,1900,NULL,2,1916,43169,'Korok Seed','',161.796875,-144.1875,0,0,0,'2019-03-16 15:11:45'); -+INSERT INTO `marker` VALUES (10173,1900,NULL,2,1916,43169,'Korok Seed','',157.4140625,-165.7109375,0,0,0,'2019-03-16 15:15:28'); -+INSERT INTO `marker` VALUES (10174,1900,NULL,2,1916,43169,'Korok Seed','',154.28125,-164.421875,0,0,0,'2019-03-16 15:15:55'); -+INSERT INTO `marker` VALUES (10175,1900,NULL,2,1901,46138,'Home','',179.59375,-163.3125,0,0,0,'2019-03-17 02:42:04'); -+INSERT INTO `marker` VALUES (10176,1900,NULL,2,1901,46212,'starting point','',110.671875,-156.6875,0,0,0,'2019-03-17 13:48:26'); -+INSERT INTO `marker` VALUES (10177,1900,NULL,2,1901,46216,'South Akkala Stable','',177.21875,-101.54296875,0,0,0,'2019-03-17 22:42:38'); -+INSERT INTO `marker` VALUES (10178,1900,NULL,2,1901,46216,'bge','',189.9375,-102.8125,0,0,0,'2019-03-17 23:21:05'); -+INSERT INTO `marker` VALUES (10179,1900,NULL,2,1943,43349,'Silver Rupee','',115.1171875,-70.9765625,0,0,0,'2019-03-18 03:58:59'); -+INSERT INTO `marker` VALUES (10180,1900,NULL,2,1943,43349,'Gold Rupee','',115.625,-72.37109375,0,0,0,'2019-03-18 04:03:25'); -+INSERT INTO `marker` VALUES (10181,1900,NULL,2,1901,43573,'Goldene Schuppe','',141.682373046875,-164.407958984375,0,1,0,'2019-03-18 20:20:04'); -+INSERT INTO `marker` VALUES (10182,1900,NULL,2,1921,38530,'jjj','',109.625,-152.0625,0,0,0,'2019-03-18 21:05:41'); -+INSERT INTO `marker` VALUES (10183,1900,NULL,2,1926,46386,'Divine Beast Vah Medoh','',71,-100.5,0,0,0,'2019-03-19 01:42:32'); -+INSERT INTO `marker` VALUES (10184,1900,NULL,2,1926,46386,'Divine Beast Vah Rudania','',167.75,-88.5,0,0,0,'2019-03-19 01:43:10'); -+INSERT INTO `marker` VALUES (10185,1900,NULL,2,1943,33143,'Rupee','Use Magnesis on chest from distance, attached to enemy.',122.203125,-170.03125,0,0,0,'2019-03-19 04:14:26'); -+INSERT INTO `marker` VALUES (10186,1900,NULL,2,1902,46500,'Durian','',149.33203125,-178.390625,0,0,0,'2019-03-19 16:22:19'); -+INSERT INTO `marker` VALUES (10187,1900,NULL,2,1901,43686,'Dragon legendario ','punto de salida Farodra ',155.4375,-180.765625,0,1,0,'2019-03-20 17:08:24'); -+INSERT INTO `marker` VALUES (10188,1900,NULL,2,1901,43686,'Dragones legendarios ','Punto de salida ',121.71875,-165.140625,0,1,0,'2019-03-20 17:12:30'); -+INSERT INTO `marker` VALUES (10189,1900,NULL,2,1901,43686,'gragones legendarios ','',101.5625,-96.34375,0,1,0,'2019-03-20 17:13:13'); -+INSERT INTO `marker` VALUES (10190,1900,NULL,2,1920,43686,'dragon ','salida del dragon de trueno',155.953125,-173.91015625,0,1,0,'2019-03-20 20:04:50'); -+INSERT INTO `marker` VALUES (10191,1900,NULL,2,1901,45903,'Healthy Durian','Farm Spot for Healthy Durian',149.453125,-178.1875,0,0,0,'2019-03-21 11:07:17'); -+INSERT INTO `marker` VALUES (10192,1900,NULL,2,1901,46128,'Prince','',164.6484375,-124.1953125,0,0,0,'2019-03-22 04:47:10'); -+INSERT INTO `marker` VALUES (10193,1900,NULL,2,1901,46735,'1','',156.38068175315857,-143.12997126579285,0,0,0,'2019-03-22 14:33:25'); -+INSERT INTO `marker` VALUES (10194,1900,NULL,2,1921,44197,'Tarrey','',16.875,-98.25,0,0,0,'2019-03-22 17:30:23'); -+INSERT INTO `marker` VALUES (10195,1900,NULL,2,1935,46459,'Arrows of Burning Heat','Light the torches around the goddess statue.',156.58984375,-144.27734375,0,0,0,'2019-03-23 03:30:18'); -+INSERT INTO `marker` VALUES (10196,1900,NULL,2,1944,46459,'Majora's Mask','DLC Only',120.97265625,-148.02734375,0,0,0,'2019-03-23 09:35:23'); -+INSERT INTO `marker` VALUES (10197,1900,NULL,2,1926,46509,'Vah'Naboris Divine Beast','',79.625,-180.90625,0,0,0,'2019-03-23 16:56:06'); -+INSERT INTO `marker` VALUES (10198,1900,NULL,2,1916,41317,'Korok seed','',176.0859375,-125.3046875,0,1,0,'2019-03-24 13:20:24'); -+INSERT INTO `marker` VALUES (10199,1900,NULL,2,1910,46509,'Opal','Inside the wreck',167.1328125,-179.72265625,0,0,0,'2019-03-24 17:56:01'); -+INSERT INTO `marker` VALUES (10200,1900,NULL,2,1902,46946,'Tunique Bleue','Tunique bleue (anti-chaleur)',125.56640625,-176.16015625,0,0,0,'2019-03-25 19:19:06'); -+INSERT INTO `marker` VALUES (10201,1900,NULL,2,1901,46946,'Tunique bleue (anti-chaleur)','Tunique bleue (anti-chaleur)',125.5625,-176.1484375,0,0,0,'2019-03-25 19:20:13'); -+INSERT INTO `marker` VALUES (10202,1900,NULL,2,1944,46946,'Tunique bleue','anti-chaleur',125.578125,-176.1484375,0,0,0,'2019-03-25 19:21:50'); -+INSERT INTO `marker` VALUES (10203,1900,NULL,2,1944,46459,'Phantom Helmet','DLC only.',109.3125,-147.2421875,0,0,0,'2019-03-26 05:26:49'); -+INSERT INTO `marker` VALUES (10204,1900,NULL,2,1935,45680,'Taburasa Dog','',190.265625,-103.09375,0,0,0,'2019-03-27 05:25:41'); -+INSERT INTO `marker` VALUES (10205,1900,NULL,2,1916,46932,'????','',136.58314710855484,-150.62853413820267,0,1,0,'2019-03-27 08:28:36'); -+INSERT INTO `marker` VALUES (10206,1900,NULL,2,1935,45945,'A Fragmented Monument','Kah Yah Shrine Quest',181.65625,-180.0859375,0,0,0,'2019-03-27 23:23:04'); -+INSERT INTO `marker` VALUES (10207,1900,NULL,2,1926,46811,'Divine Beast Vah Naboris','',95,-169.25,0,1,0,'2019-03-28 22:25:35'); -+INSERT INTO `marker` VALUES (10208,1900,NULL,2,1901,47547,'1','',114.09375,-157.828125,0,0,0,'2019-03-29 13:54:28'); -+INSERT INTO `marker` VALUES (10209,1900,NULL,2,1944,46381,'Ext. DLC 2','Midona's Mask',106.08203125,-131.51171875,0,0,0,'2019-03-29 16:31:33'); -+INSERT INTO `marker` VALUES (10210,1900,NULL,2,1903,47563,'fire rod','',-98.5,-72.5,0,0,0,'2019-03-29 17:18:06'); -+INSERT INTO `marker` VALUES (10211,1900,NULL,2,1935,46509,'Race','',86.734375,-109.765625,0,0,0,'2019-03-30 16:26:40'); -+INSERT INTO `marker` VALUES (10212,1900,NULL,2,1925,47691,'Renaissance','',110.7421875,-157.37760496139526,0,0,0,'2019-03-30 17:18:37'); -+INSERT INTO `marker` VALUES (10213,1900,NULL,2,1902,47226,'Equipment','Knights Sword, Shields, Arrows\r\n',193.625,-119.8671875,0,0,0,'2019-03-30 22:27:25'); -+INSERT INTO `marker` VALUES (10214,1900,NULL,2,1901,46381,'First part Kilton's market ','First point where Kilton is located to activation of is market ',178.78125,-74.265625,0,1,0,'2019-03-31 12:34:08'); -+INSERT INTO `marker` VALUES (10215,1900,NULL,2,1920,46381,'Kilton's Market','Black link armor seller, monster seller\r\nAppears after 22.00',155.04296875,-144.328125,0,1,0,'2019-03-31 13:12:33'); -+INSERT INTO `marker` VALUES (10216,1900,NULL,2,1926,47824,'Vah'Ruta','',174.5625,-131.71875,0,0,0,'2019-03-31 20:35:17'); -+INSERT INTO `marker` VALUES (10217,1900,NULL,2,1902,46381,'Ext. DLC 2','Xanto's Helmet',148.09765625,-166.33203125,0,0,0,'2019-04-01 16:13:15'); -+INSERT INTO `marker` VALUES (10218,1900,NULL,2,1944,47226,'Blizzard Rod','',201.9921875,-112.484375,0,0,0,'2019-04-01 18:20:21'); -+INSERT INTO `marker` VALUES (10219,1900,NULL,2,1920,47945,'Akkala Ancient Tech Lab','',198.5421872138977,-78.52265644073486,0,0,0,'2019-04-02 20:22:16'); -+INSERT INTO `marker` VALUES (10220,1900,NULL,2,1916,47599,'Korok Seed','',163.7578125,-138.9296875,0,0,0,'2019-04-04 03:04:30'); -+INSERT INTO `marker` VALUES (10221,1900,NULL,2,1902,48307,'Nintendo Switch Shirt (DLC)','',120.68359375,-159.3046875,0,0,0,'2019-04-05 06:57:19'); -+INSERT INTO `marker` VALUES (10222,1900,NULL,2,1904,48307,'Bomb Arrow (DLC)','',105.296875,-159.7578125,0,0,0,'2019-04-05 07:52:42'); -+INSERT INTO `marker` VALUES (10223,1900,NULL,2,1910,48238,'??','',149.625,-182.546875,0,0,0,'2019-04-05 09:41:34'); -+INSERT INTO `marker` VALUES (10224,1900,NULL,2,1935,48230,'By Firefly's Light','',157.6953125,-144.1640625,0,0,0,'2019-04-05 18:45:40'); -+INSERT INTO `marker` VALUES (10225,1900,NULL,2,1935,47691,'By Firefly's Light','',157.70703125,-144.15625,0,0,0,'2019-04-07 19:14:38'); -+INSERT INTO `marker` VALUES (10226,1900,NULL,2,1916,47917,'Korok Seed','',83.828125,-103.296875,0,1,0,'2019-04-09 03:19:47'); -+INSERT INTO `marker` VALUES (10227,1900,NULL,2,1944,35456,'Ancient Bridle','Ex Ancient Horse Rumors',92.2578125,-133.390625,0,0,0,'2019-04-09 19:56:53'); -+INSERT INTO `marker` VALUES (10228,1900,NULL,2,1944,35456,'EX: Tingle's Tights','',127.625,-131.38671875,0,0,0,'2019-04-10 19:11:55'); -+INSERT INTO `marker` VALUES (10229,1900,NULL,2,1920,49050,'i monti gemelli','i monti gemelli',149.28125,-158.0625,0,0,0,'2019-04-12 17:31:59'); -+INSERT INTO `marker` VALUES (10230,1900,NULL,2,1901,49219,'Campfire','',112.1875,-161.71875,0,1,0,'2019-04-13 01:33:29'); -+INSERT INTO `marker` VALUES (10231,1900,NULL,2,1901,49219,'Boat','',111.12109375,-160.01171875,0,1,0,'2019-04-13 01:38:48'); -+INSERT INTO `marker` VALUES (10232,1900,NULL,2,1901,48859,'Southern Mine','Southern Mine where several quests can be located, and Greyson is found (who is needed for tarrey town quest. You get Fire guard armor here as well. Very important.',154.27671617269516,-97.43036818504333,0,1,0,'2019-04-13 16:36:26'); -+INSERT INTO `marker` VALUES (10233,1900,NULL,2,1903,49367,'???','???',103.54296875,-154.8515625,0,0,0,'2019-04-14 07:35:12'); -+INSERT INTO `marker` VALUES (10234,1900,NULL,2,1944,49202,'Climbing Bandanna','',149.5625,-157.1875,0,0,0,'2019-04-14 16:38:56'); -+INSERT INTO `marker` VALUES (10235,1900,NULL,2,1916,48678,'Korok Seed','',125.9296875,-187.4765625,0,0,0,'2019-04-15 02:32:54'); -+INSERT INTO `marker` VALUES (10236,1900,NULL,2,1901,47960,'ancient core','',186.75,-62.875,0,0,0,'2019-04-16 06:23:35'); -+INSERT INTO `marker` VALUES (10237,1900,NULL,2,1926,49628,'Divine Beast vah Naboris','',95,-169.15625,0,0,0,'2019-04-17 09:21:34'); -+INSERT INTO `marker` VALUES (10238,1900,NULL,2,1901,3853,'Hesta second','',134.0625,-144.1640625,0,0,0,'2019-04-18 15:24:41'); -+INSERT INTO `marker` VALUES (10239,1900,NULL,2,1901,49972,'Go here','',103.5744047164917,-97.05803489685059,0,0,0,'2019-04-19 17:55:54'); -+INSERT INTO `marker` VALUES (10240,1900,NULL,2,1931,49367,'Bokoblin Camp','',107.8984375,-154.2578125,0,0,0,'2019-04-20 04:48:12'); -+INSERT INTO `marker` VALUES (10241,1900,NULL,2,1931,49367,'Bokoblin Camp','',113.1640625,-158.625,0,0,0,'2019-04-20 04:58:19'); -+INSERT INTO `marker` VALUES (10242,1900,NULL,2,1901,50024,'Campfire','',105.6015625,-152.69140625,0,0,0,'2019-04-20 05:36:25'); -+INSERT INTO `marker` VALUES (10243,1900,NULL,2,1938,32645,'test123','test222',102.375,-155,0,0,0,'2019-04-20 15:38:45'); -+INSERT INTO `marker` VALUES (10244,1900,NULL,2,1939,45880,'Blizzard Wizrobe','Blizzard Rod',140.0546875,-116.2734375,0,0,0,'2019-04-21 05:15:15'); -+INSERT INTO `marker` VALUES (10245,1900,NULL,2,1901,50024,'Gem Deposit','',161.28593730926514,-168.78593754768372,0,0,0,'2019-04-21 06:34:14'); -+INSERT INTO `marker` VALUES (10246,1900,NULL,2,1930,50024,'Electric Keese','',161.3624997138977,-168.6796875,0,0,0,'2019-04-21 06:34:56'); -+INSERT INTO `marker` VALUES (10247,1900,NULL,2,1901,50253,'Kakariko','',40,-140.875,0,0,0,'2019-04-21 20:06:43'); -+INSERT INTO `marker` VALUES (10248,1900,NULL,2,1920,50439,'DEPART','Début de l'histoire',110.45703125,-157.53125,0,1,0,'2019-04-23 09:58:17'); -+INSERT INTO `marker` VALUES (10249,1900,NULL,2,1944,50431,'??','',139.171875,-97.8125,0,0,0,'2019-04-23 20:22:38'); -+INSERT INTO `marker` VALUES (10250,1900,NULL,2,1944,50431,'treasure','treasure',139.6171875,-97.78125,0,0,0,'2019-04-23 20:23:25'); -+INSERT INTO `marker` VALUES (10251,1900,NULL,2,1944,50431,'treasure','wooden arrow x5',137.51953125,-97.515625,0,0,0,'2019-04-23 20:29:32'); -+INSERT INTO `marker` VALUES (10252,1900,NULL,2,1944,50431,'treasure','knights shield',130.1796875,-120.7890625,0,0,0,'2019-04-23 22:17:04'); -+INSERT INTO `marker` VALUES (10253,1900,NULL,2,1944,50431,'bow','knight;'s bow',127.71484375,-123.62890625,0,0,0,'2019-04-23 22:23:11'); -+INSERT INTO `marker` VALUES (10254,1900,NULL,2,1943,50431,'chest','bomb arrorx5',130.3515625,-116.87109375,0,0,0,'2019-04-23 22:41:51'); -+INSERT INTO `marker` VALUES (10255,1900,NULL,2,1943,50431,'chest','arrow',139.9296875,-116.25,0,0,0,'2019-04-23 23:29:43'); -+INSERT INTO `marker` VALUES (10256,1900,NULL,2,1943,50431,'fire arr x5','fire arr x5',144.66796875,-178.265625,0,0,0,'2019-04-23 23:36:17'); -+INSERT INTO `marker` VALUES (10257,1900,NULL,2,1948,50458,'FARMING','',96.9044189453125,-136.283447265625,0,0,0,'2019-04-24 10:44:39'); -+INSERT INTO `marker` VALUES (10258,1900,NULL,2,1901,50504,'need to beat','',55.9375,-142.125,0,0,0,'2019-04-25 01:13:41'); -+INSERT INTO `marker` VALUES (10259,1900,NULL,2,1901,49952,'Blutmond','',79.25,-132,0,0,0,'2019-04-27 18:14:48'); -+INSERT INTO `marker` VALUES (10260,1900,NULL,2,1921,50916,'Gerudo Town','',85,-150.625,0,0,0,'2019-04-28 00:37:38'); -+INSERT INTO `marker` VALUES (10261,1900,NULL,2,1943,50843,'Chest 5 fire arrows','',105.2734375,-159.7109375,0,0,0,'2019-04-28 10:54:03'); -+INSERT INTO `marker` VALUES (10262,1900,NULL,2,1916,50805,'Kolog seeds','',191.7890625,-154.8515625,0,0,0,'2019-04-28 20:45:28'); -+INSERT INTO `marker` VALUES (10263,1900,NULL,2,1935,45488,'misko treasure cave','',158.31624031066895,-168.9881410598755,0,0,0,'2019-04-29 17:09:33'); -+INSERT INTO `marker` VALUES (10264,1900,NULL,2,1901,51345,'Lurelin Village','',174.9375,-180.75,0,0,0,'2019-05-01 16:13:27'); -+INSERT INTO `marker` VALUES (10265,1900,NULL,2,1903,42921,'diamond sword','18 damage one handedsword',105.28125,-117.609375,0,0,0,'2019-05-01 19:55:37'); -+INSERT INTO `marker` VALUES (10266,1900,NULL,2,1935,45488,'Take back the sea','NPC: Sebasto\r\n\r\nDescription: Defeat the monsters on Aris beach\r\n\r\nReward: 100 rupees',173.2237969636917,-181.25967395305634,0,0,0,'2019-05-04 02:45:46'); -+INSERT INTO `marker` VALUES (10267,1900,NULL,2,1925,51636,'Toh Yahsa Shrine','',92.60433053970337,-113.99996852874756,0,0,0,'2019-05-04 12:18:03'); -+INSERT INTO `marker` VALUES (10268,1900,NULL,2,1901,49196,'Devo andare qua ','',93.9921875,-96.2265625,0,0,0,'2019-05-04 16:16:51'); -+INSERT INTO `marker` VALUES (10269,1900,NULL,2,1926,50977,'Vah Nahboris','',66,-187,0,0,0,'2019-05-05 12:12:36'); -+INSERT INTO `marker` VALUES (10270,1900,NULL,2,1939,50205,'Ice Wizzrobe','',74.984375,-152.3125,0,0,0,'2019-05-05 21:42:54'); -+INSERT INTO `marker` VALUES (10271,1900,NULL,2,1901,51954,'!!!!!!!!!','',-322,-6,0,0,0,'2019-05-07 13:13:46'); -+INSERT INTO `marker` VALUES (10272,1900,NULL,2,1901,52291,'??','',117.0625,-128.984375,0,0,0,'2019-05-10 06:44:49'); -+INSERT INTO `marker` VALUES (10273,1900,NULL,2,1944,52235,'Knight's Bow','',55.765625,-147.71875,0,0,0,'2019-05-10 17:22:19'); -+INSERT INTO `marker` VALUES (10274,1900,NULL,2,1943,52235,'Topaz','',55.28125,-143,0,0,0,'2019-05-10 17:24:43'); -+INSERT INTO `marker` VALUES (10275,1900,NULL,2,1926,23546,'Vah Medoh','',-25,-143.5,0,0,0,'2019-05-10 22:40:56'); -+INSERT INTO `marker` VALUES (10276,1900,NULL,2,1926,23546,'Vah Medoh','',71.375,-99.9375,0,0,0,'2019-05-10 22:41:16'); -+INSERT INTO `marker` VALUES (10277,1900,NULL,2,1926,23546,'Vah Rudania','',166.5,-87.75,0,0,0,'2019-05-10 22:42:10'); -+INSERT INTO `marker` VALUES (10278,1900,NULL,2,1901,23546,'Vah Naboris','',94.875,-169.375,0,0,0,'2019-05-10 22:42:39'); -+INSERT INTO `marker` VALUES (10279,1900,NULL,2,1939,43748,'Ice Wizzrobe','',103.80078125,-186.4140625,0,0,0,'2019-05-11 08:42:39'); -+INSERT INTO `marker` VALUES (10280,1900,NULL,2,1942,50205,'Stalnox','',93.421875,-137.1640625,0,0,0,'2019-05-11 09:41:16'); -+INSERT INTO `marker` VALUES (10281,1900,NULL,2,1946,52516,'Kletis','',133.46875,-145.296875,0,0,0,'2019-05-12 11:59:37'); -+INSERT INTO `marker` VALUES (10282,1900,NULL,2,1943,52322,'DLC Chest','Phantom Armor',124.22265625,-126.6015625,0,1,0,'2019-05-12 21:39:58'); -+INSERT INTO `marker` VALUES (10283,1900,NULL,2,1936,52670,'Cracked Plateau','Cracked wall housing several ore deposits on the ceiling inside.',158.640625,-175.734375,0,0,0,'2019-05-13 05:26:59'); -+INSERT INTO `marker` VALUES (10284,1900,NULL,2,1916,51892,'Error ','The kolog upside the mountain doesnt exist',132.85369324684143,-179.4389204978943,0,1,0,'2019-05-13 23:19:35'); -+INSERT INTO `marker` VALUES (10285,1900,NULL,2,1916,51885,'Korok','',139.359375,-185.34375,0,0,0,'2019-05-14 16:25:26'); -+INSERT INTO `marker` VALUES (10286,1900,NULL,2,1901,50587,'Apples','',96.625,-133.5,0,0,0,'2019-05-19 15:44:54'); -+INSERT INTO `marker` VALUES (10287,1900,NULL,2,1926,53330,'Divine Beast Vah Naboris','Bring clothes, food or elixirs that protect you from heat and cold in the desert.',94.90625,-169.03125,0,0,0,'2019-05-20 15:08:41'); -+INSERT INTO `marker` VALUES (10288,1900,NULL,2,1916,53476,'seed','',129.34375,-152.78515625,0,0,0,'2019-05-22 06:14:38'); -+INSERT INTO `marker` VALUES (10289,1900,NULL,2,1901,53039,'Ore Deposits','',175.328125,-155.78125,0,0,0,'2019-05-22 16:47:59'); -+INSERT INTO `marker` VALUES (10290,1900,NULL,2,1936,53039,'Bombable Wall','Cave of Rare Ore Deposits',158.71875,-175.62109375,0,0,0,'2019-05-22 19:23:26'); -+INSERT INTO `marker` VALUES (10291,1900,NULL,2,1936,53525,'boulder with treasure behind it','',147.71875,-157.0859375,0,0,0,'2019-05-22 19:46:32'); -+INSERT INTO `marker` VALUES (10292,1900,NULL,2,1901,53646,'1','',69.25,-68.625,0,0,0,'2019-05-23 14:30:12'); -+INSERT INTO `marker` VALUES (10293,1900,NULL,2,1939,43748,'Blizzrobe','',82.75070190429688,-81.89663696289062,0,0,0,'2019-05-25 07:28:47'); -+INSERT INTO `marker` VALUES (10294,1900,NULL,2,1916,53227,'Korok Seed','',62.828125,-159.0703125,0,1,0,'2019-05-25 16:25:00'); -+INSERT INTO `marker` VALUES (10295,1900,NULL,2,1901,53315,'Hidden Fairy Settlement','',90.51250076293945,-122.3125,0,0,0,'2019-05-26 20:40:03'); -+INSERT INTO `marker` VALUES (10296,1900,NULL,2,1901,53327,'1','',78.01838517189026,-70.14527249336243,0,0,0,'2019-05-27 00:34:08'); -+INSERT INTO `marker` VALUES (10297,1900,NULL,2,1901,51643,'Eau','Bah c'est de l'eau quoi',69.8046875,-99.453125,0,0,0,'2019-05-27 14:31:34'); -+INSERT INTO `marker` VALUES (10298,1900,NULL,2,1932,50024,'Guardian Stalker','',101.875,-174.71875,0,0,0,'2019-05-28 01:48:05'); -+INSERT INTO `marker` VALUES (10299,1900,NULL,2,1935,54092,'Hestu','',158.6883773803711,-151.14856147766113,0,0,0,'2019-05-28 03:30:48'); -+INSERT INTO `marker` VALUES (10300,1900,NULL,2,1925,54101,'Takama Shiri Shrine','Shrine added as part of Champions' Ballad DLC',51.5,-161.625,0,0,0,'2019-05-28 04:27:40'); -+INSERT INTO `marker` VALUES (10301,1900,NULL,2,1916,53781,'Korok2','',47.3125,-188.8125,0,0,0,'2019-05-28 13:37:00'); -+INSERT INTO `marker` VALUES (10302,1900,NULL,2,1931,45945,'boko camp','',150.109375,-120.4765625,0,0,0,'2019-05-29 12:19:20'); -+INSERT INTO `marker` VALUES (10303,1900,NULL,2,1939,51229,'Blizzard Wizzrobe','',103.7890625,-186.4296875,0,0,0,'2019-05-30 08:37:29'); -+INSERT INTO `marker` VALUES (10304,1900,NULL,2,1901,54275,'kmjk','',112.625,-132.25,0,0,0,'2019-05-30 11:43:43'); -+INSERT INTO `marker` VALUES (10305,1900,NULL,2,1935,45945,'Good-Sized Horse','Zyle lost his horse during his travels and he needs to buy a horse off of you for 300 Rupees',95.96875,-157.53125,0,0,0,'2019-05-30 16:45:22'); -+INSERT INTO `marker` VALUES (10306,1900,NULL,2,1916,54037,'1','',134.65625,-188.0078125,0,0,0,'2019-05-31 11:09:54'); -+INSERT INTO `marker` VALUES (10307,1900,NULL,2,1901,54175,'Blue fire','',181.7265625,-158.87890625,0,0,0,'2019-05-31 22:18:19'); -+INSERT INTO `marker` VALUES (10308,1900,NULL,2,1916,54529,'pas trouver','',60.125,-186.0625,0,0,0,'2019-06-01 17:24:46'); -+INSERT INTO `marker` VALUES (10309,1900,NULL,2,1916,54529,'pas trouver','',60.15625,-186.109375,0,0,0,'2019-06-01 17:25:09'); -+INSERT INTO `marker` VALUES (10310,1900,NULL,2,1926,54175,'Divine Beast Vah Medoh','',71.390625,-99.921875,0,0,0,'2019-06-01 23:58:34'); -+INSERT INTO `marker` VALUES (10311,1900,NULL,2,1901,54377,'Epreuve de force','Epreuve extrême de force',73.8515625,-121,0,0,0,'2019-06-02 13:24:32'); -+INSERT INTO `marker` VALUES (10312,1900,NULL,2,1930,54654,'test','y'a un test ici',62.5,-138.5,0,1,0,'2019-06-02 14:58:27'); -+INSERT INTO `marker` VALUES (10313,1900,NULL,2,1935,54526,'quest','',64.484375,-69.875,0,0,0,'2019-06-02 19:46:52'); -+INSERT INTO `marker` VALUES (10314,1900,NULL,2,1916,54652,'kk','',153.75,-92.92578125,0,0,0,'2019-06-03 11:21:04'); -+INSERT INTO `marker` VALUES (10315,1900,NULL,2,1916,54845,'Weird, ob der wirklich existiert?','',59.0625,-95.921875,0,0,0,'2019-06-04 14:27:40'); -+INSERT INTO `marker` VALUES (10316,1900,NULL,2,1901,54845,'Weird, ob der wirklich existiert?','',58.765625,-95.828125,0,0,0,'2019-06-04 14:28:17'); -+INSERT INTO `marker` VALUES (10317,1900,NULL,2,1935,54038,'Good-Sized Horse','',96.28125,-157.890625,0,0,0,'2019-06-05 19:31:04'); -+INSERT INTO `marker` VALUES (10318,1900,NULL,2,1916,53989,'Korok Seed','',160.046875,-146.83984375,0,1,0,'2019-06-08 21:52:42'); -+INSERT INTO `marker` VALUES (10319,1900,NULL,2,1901,55622,'test','test',113.65625,-149.96875,0,0,0,'2019-06-12 00:20:21'); -+INSERT INTO `marker` VALUES (10320,1900,NULL,2,1901,55591,'v','',114.46875,-161.5625,0,0,0,'2019-06-12 00:44:05'); -+INSERT INTO `marker` VALUES (10321,1900,NULL,2,1902,55591,'asdf','asdf',111.734375,-156.296875,0,0,0,'2019-06-12 00:47:58'); -+INSERT INTO `marker` VALUES (10322,1900,NULL,2,1901,55583,'Koro','',108.453125,-176.9765625,0,0,0,'2019-06-12 09:28:44'); -+INSERT INTO `marker` VALUES (10323,1900,NULL,2,1931,56110,'Enemy Camp','',143.671875,-149.703125,0,0,0,'2019-06-15 06:30:38'); -+INSERT INTO `marker` VALUES (10324,1900,NULL,2,1944,55943,'3 Antike Reaktorkerne','Braucht sie noch.',187.02734375,-161.11328125,0,0,0,'2019-06-15 10:36:49'); -+INSERT INTO `marker` VALUES (10325,1900,NULL,2,1901,55709,'snowfield','',84.25,-155.25,0,0,0,'2019-06-15 11:37:24'); -+INSERT INTO `marker` VALUES (10326,1900,NULL,2,1910,55589,'Chest','',117.37890625,-152.03125,0,0,0,'2019-06-15 13:51:17'); -+INSERT INTO `marker` VALUES (10327,1900,NULL,2,1910,55589,'Rough ruby','',117.5,-151.8125,0,0,0,'2019-06-15 13:53:00'); -+INSERT INTO `marker` VALUES (10328,1900,NULL,2,1931,56244,'Majes','',118.1171875,-158.0390625,0,0,0,'2019-06-15 18:58:55'); -+INSERT INTO `marker` VALUES (10329,1900,NULL,2,1901,56018,'Campfire','',109.7734375,-158.48697924613953,0,1,0,'2019-06-16 09:41:59'); -+INSERT INTO `marker` VALUES (10330,1900,NULL,2,1901,56018,'Campfire','',111.87239646911621,-159.59895849227905,0,1,0,'2019-06-16 09:47:32'); -+INSERT INTO `marker` VALUES (10331,1900,NULL,2,1901,56018,'Campfire','',105.45182299613953,-152.77473950386047,0,1,0,'2019-06-16 10:12:20'); -+INSERT INTO `marker` VALUES (10332,1900,NULL,2,1910,55589,'Flint','',113.11328125,-156.65234375,0,0,0,'2019-06-16 12:43:33'); -+INSERT INTO `marker` VALUES (10333,1900,NULL,2,1940,52480,'Silver Lynel','',117.90625,-161,0,1,0,'2019-06-16 16:36:21'); -+INSERT INTO `marker` VALUES (10334,1900,NULL,2,1941,52480,'Frost Talus','',79.9140625,-82.8203125,0,1,0,'2019-06-16 17:20:19'); -+INSERT INTO `marker` VALUES (10335,1900,NULL,2,1901,56400,'Eldra + Quest','',150.640625,-71.296875,0,0,0,'2019-06-16 19:19:22'); -+INSERT INTO `marker` VALUES (10336,1900,NULL,2,1910,56469,'Gem Deposits','Some pile of rocks with valuable gems.',161.6640625,-152.2109375,0,0,0,'2019-06-16 20:19:51'); -+INSERT INTO `marker` VALUES (10337,1900,NULL,2,1926,54359,'Divine Beast Vah Rudania','',167.6875,-87.421875,0,0,0,'2019-06-17 07:35:20'); -+INSERT INTO `marker` VALUES (10338,1900,NULL,2,1901,56505,'Mr Monsters','Deleate this after you find him',179.234375,-74.390625,0,0,0,'2019-06-17 16:40:44'); -+INSERT INTO `marker` VALUES (10339,1900,NULL,2,1903,50315,'Tree Branch','',112.7734375,-153.9921875,0,1,0,'2019-06-17 17:45:16'); -+INSERT INTO `marker` VALUES (10340,1900,NULL,2,1931,50315,'Bokoblin Camp','',118.125,-157.75,0,1,0,'2019-06-18 05:58:33'); -+INSERT INTO `marker` VALUES (10341,1900,NULL,2,1903,50315,'Tree Branch','',112.484375,-163.94921875,0,1,0,'2019-06-18 06:55:42'); -+INSERT INTO `marker` VALUES (10342,1900,NULL,2,1901,50315,'Campfire','',105.4453125,-152.734375,0,1,0,'2019-06-18 09:10:49'); -+INSERT INTO `marker` VALUES (10343,1900,NULL,2,1935,54359,'Zora Stone Monuments','',180.234375,-119.21875,0,0,0,'2019-06-18 10:06:31'); -+INSERT INTO `marker` VALUES (10344,1900,NULL,2,1916,56744,'korack seed','',136.125,-167.015625,0,0,0,'2019-06-18 18:37:07'); -+INSERT INTO `marker` VALUES (10345,1900,NULL,2,1930,50315,'Moblin','',126.28125,-152.359375,0,1,0,'2019-06-20 12:42:08'); -+INSERT INTO `marker` VALUES (10346,1900,NULL,2,1901,50315,'Campfire','',132.484375,-153.234375,0,1,0,'2019-06-20 13:11:18'); -+INSERT INTO `marker` VALUES (10347,1900,NULL,2,1901,57031,'fuck','',153.8984375,-146.1640625,0,0,0,'2019-06-20 13:48:49'); -+INSERT INTO `marker` VALUES (10348,1900,NULL,2,1901,46381,'Rino'Himika Shrine','Shrine',162.7421875,-96.828125,0,0,0,'2019-06-20 19:23:38'); -+INSERT INTO `marker` VALUES (10349,1900,NULL,2,1901,56712,'A Wife Washed Away','The NPC for completing the side quest',124.46875,-167.9296875,0,1,0,'2019-06-21 18:44:07'); -+INSERT INTO `marker` VALUES (10350,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -+INSERT INTO `marker` VALUES (10351,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -+INSERT INTO `marker` VALUES (10352,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -+INSERT INTO `marker` VALUES (10353,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -+INSERT INTO `marker` VALUES (10354,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -+INSERT INTO `marker` VALUES (10355,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -+INSERT INTO `marker` VALUES (10356,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -+INSERT INTO `marker` VALUES (10357,1900,NULL,2,1930,57361,'Stronger Enemies','Two Ice Lizalfos',190.4296875,-150.5859375,0,0,0,'2019-06-21 23:34:34'); -+INSERT INTO `marker` VALUES (10358,1900,NULL,2,1916,57381,'fs','',167.125,-86.75,0,0,0,'2019-06-22 03:09:25'); -+INSERT INTO `marker` VALUES (10359,1900,NULL,2,1901,57335,'seed kp wieso oben oder unten','',121.5546875,-159.109375,0,0,0,'2019-06-22 06:00:27'); -+INSERT INTO `marker` VALUES (10360,1900,NULL,2,1925,45711,'Noe Rajee Shrine','',68.2890625,-91.9375,0,1,0,'2019-06-22 19:28:29'); -+INSERT INTO `marker` VALUES (10361,1900,NULL,2,1925,45711,'Rohta Chigah Shrine','',119.796875,-156.125,0,1,0,'2019-06-22 19:45:11'); -+INSERT INTO `marker` VALUES (10362,1900,NULL,2,1925,45711,'Etsu Korima Shrine','',109.01171875,-160.97395837306976,0,1,0,'2019-06-22 19:47:29'); -+INSERT INTO `marker` VALUES (10363,1900,NULL,2,1925,45711,'Kiah Toza Shrine','',94.32552099227905,-78.24999976158142,0,1,0,'2019-06-22 19:51:30'); -+INSERT INTO `marker` VALUES (10364,1900,NULL,2,1925,45711,'Shira Gomar Shrine','',90.91406226158142,-106.36848950386047,0,0,0,'2019-06-22 19:55:25'); -+INSERT INTO `marker` VALUES (10365,1900,NULL,2,1901,57539,'My Location','',143.75,-154.375,0,0,0,'2019-06-22 23:06:28'); -+INSERT INTO `marker` VALUES (10366,1900,NULL,2,1910,57658,'Amber','',107.875,-162.75,0,1,0,'2019-06-23 17:33:46'); -+INSERT INTO `marker` VALUES (10367,1900,NULL,2,1901,43128,'SAVE POINT','',103.265625,-94.65234375,0,0,0,'2019-06-24 02:58:55'); -+INSERT INTO `marker` VALUES (10368,1900,NULL,2,1901,43128,'NOPE','lmao trying to make a personal marker PLS ignore',103.26171875,-94.76171875,0,0,0,'2019-06-24 02:59:34'); -+INSERT INTO `marker` VALUES (10369,1900,NULL,2,1916,56532,'Korok Seed','Push the three rocks.',149.703125,-157,0,0,0,'2019-06-24 04:22:00'); -+INSERT INTO `marker` VALUES (10370,1900,NULL,2,1910,57872,'Antic Screw','By the dead Guardian',115.51171875,-156.82421875,0,0,0,'2019-06-24 19:31:16'); -+INSERT INTO `marker` VALUES (10371,1900,NULL,2,1910,57872,'Antic Spring','by the dead Guardian',115.375,-157.828125,0,0,0,'2019-06-24 19:34:11'); -+INSERT INTO `marker` VALUES (10372,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',115.10546875,-158.40234375,0,0,0,'2019-06-24 19:35:42'); -+INSERT INTO `marker` VALUES (10373,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',114.94921875,-158.5625,0,0,0,'2019-06-24 19:36:29'); -+INSERT INTO `marker` VALUES (10374,1900,NULL,2,1943,57872,'Rhodonit (EX)','',117.38671875,-151.7578125,0,0,0,'2019-06-24 19:41:10'); -+INSERT INTO `marker` VALUES (10375,1900,NULL,2,1944,57872,'Nintendo Switch Shirt (EX)','On the Wall',120.6875,-159.421875,0,0,0,'2019-06-24 19:54:23'); -+INSERT INTO `marker` VALUES (10376,1900,NULL,2,1904,57872,'fire arrows x5','inside of the skull cave',108.8046875,-153.765625,0,0,0,'2019-06-24 20:13:39'); -+INSERT INTO `marker` VALUES (10377,1900,NULL,2,1901,57870,'Maybe?','',120.4296875,-112.21875,0,0,0,'2019-06-24 20:30:28'); -+INSERT INTO `marker` VALUES (10378,1900,NULL,2,1925,57983,'Dunba Shrine','',43.5,-152.5,0,0,0,'2019-06-25 15:47:32'); -+INSERT INTO `marker` VALUES (10379,1900,NULL,2,1905,58025,'shied Real','Detras de un bloque de Metal\r\n',115.71875,-72.79296875,0,1,0,'2019-06-26 00:28:14'); -+INSERT INTO `marker` VALUES (10380,1900,NULL,2,1943,58050,'Ruby','DLC Chest',117.48046875,-151.734375,0,0,0,'2019-06-26 01:15:11'); -+INSERT INTO `marker` VALUES (10381,1900,NULL,2,1901,57925,'Wild Horses','',134.3828125,-181.453125,0,0,0,'2019-06-26 06:35:53'); -+INSERT INTO `marker` VALUES (10382,1900,NULL,2,1901,58140,'test','test',112.69478607177734,-121.0796446800232,0,0,0,'2019-06-26 15:11:57'); -+INSERT INTO `marker` VALUES (10383,1900,NULL,2,1925,58140,'Kamia Omuna Shrine','Part of the Champions; ballad DLC',161.15625,-77.625,0,0,0,'2019-06-26 22:54:00'); -+INSERT INTO `marker` VALUES (10384,1900,NULL,2,1926,57925,'Divine Beast Vah Rudania','',167.4375,-92.375,0,0,0,'2019-06-26 23:42:05'); -+INSERT INTO `marker` VALUES (10385,1900,NULL,2,1926,57925,'Divine Beast Vah Naboris','',83.5,-181.375,0,0,0,'2019-06-26 23:42:50'); -+INSERT INTO `marker` VALUES (10386,1900,NULL,2,1926,57925,'Divine Beast Vah Medoh','',71.359375,-96.890625,0,0,0,'2019-06-26 23:43:51'); -+INSERT INTO `marker` VALUES (10387,1900,NULL,2,1931,57925,'Moblin Camp','',109.1640625,-125.14453125,0,0,0,'2019-06-26 23:45:54'); -+INSERT INTO `marker` VALUES (10388,1900,NULL,2,1930,57925,'Bokoblin on Horseback','',145.015625,-127.8203125,0,0,0,'2019-06-26 23:48:15'); -+INSERT INTO `marker` VALUES (10389,1900,NULL,2,1903,58422,'Moblin club','',121.9140625,-152.328125,0,1,0,'2019-06-28 20:00:22'); -+INSERT INTO `marker` VALUES (10390,1900,NULL,2,1926,54359,'Divine Beast Vah Medoh','',71.53765869140625,-98.828125,0,0,0,'2019-06-29 01:10:32'); -+INSERT INTO `marker` VALUES (10391,1900,NULL,2,1935,54359,'The Giant of Ralis Pond','NPC: Torfeau\r\n\r\nRequires: Kill the Hinox near Ralis Pond.\r\n\r\nReward: Silver Rupee',179.77734375,-119.359375,0,0,0,'2019-06-29 06:23:42'); -+INSERT INTO `marker` VALUES (10392,1900,NULL,2,1901,58581,'Huinya','',136.25,-113,0,0,0,'2019-06-29 15:17:48'); -+INSERT INTO `marker` VALUES (10393,1900,NULL,2,1910,58317,'Lotus Fruit','',88.0625,-138.05859375,0,0,0,'2019-06-29 18:39:10'); -+INSERT INTO `marker` VALUES (10394,1900,NULL,2,1901,58314,'Scout','',33.125,-117.75,0,0,0,'2019-06-30 21:58:56'); -+INSERT INTO `marker` VALUES (10395,1900,NULL,2,1943,58823,'Giant Ancient Core','',69.5,-127.625,0,0,0,'2019-07-01 01:13:48'); -+INSERT INTO `marker` VALUES (10396,1900,NULL,2,1901,58640,'Hestu','',181.51420378684998,-101.93181848526001,0,0,0,'2019-07-01 03:34:15'); -+INSERT INTO `marker` VALUES (10397,1900,NULL,2,1943,58677,'Ruby DLC','',117.40625,-151.7734375,0,0,0,'2019-07-01 14:19:06'); -+INSERT INTO `marker` VALUES (10398,1900,NULL,2,1916,55864,'Korok Seed ','',154.4609375,-120.38671875,0,0,0,'2019-07-01 17:38:18'); -+INSERT INTO `marker` VALUES (10399,1900,NULL,2,1901,58549,'akkala','',30.75,-100.5,0,0,0,'2019-07-02 12:24:22'); -+INSERT INTO `marker` VALUES (10400,1900,NULL,2,1901,58919,'Platform','',110.65625,-161.53515625,0,0,0,'2019-07-04 11:58:05'); -+INSERT INTO `marker` VALUES (10401,1900,NULL,2,1903,18179,'?????? ','????? ??? ???????, ?? ?? ?????? ?????? ???????? ?? ???????',62.640625,-100.9375,0,0,0,'2019-07-04 19:25:14'); -+INSERT INTO `marker` VALUES (10402,1900,NULL,2,1901,18179,'??????? ??????','',82.2734375,-88.94921875,0,0,0,'2019-07-04 20:04:59'); -+INSERT INTO `marker` VALUES (10403,1900,NULL,2,1935,59420,'To be the wind','',201.578125,-186.703125,0,0,0,'2019-07-05 23:43:10'); -+INSERT INTO `marker` VALUES (10404,1900,NULL,2,1901,59206,'safiro','',169.8046875,-127.9609375,0,0,0,'2019-07-06 03:13:14'); -+INSERT INTO `marker` VALUES (10405,1900,NULL,2,1901,59539,'1 Point','',113.75,-137.75,0,0,0,'2019-07-07 01:07:24'); -+INSERT INTO `marker` VALUES (10406,1900,NULL,2,1901,59791,'Central Hyrule','',123.5,-122.125,0,0,0,'2019-07-09 01:57:50'); -+INSERT INTO `marker` VALUES (10407,1900,NULL,2,1920,59721,'white ?','white ?',100.7109375,-140.84375,0,0,0,'2019-07-09 15:10:45'); -+INSERT INTO `marker` VALUES (10408,1900,NULL,2,1930,58823,'Lynel','',188.2265625,-119.4140625,0,1,0,'2019-07-11 12:15:33'); -+INSERT INTO `marker` VALUES (10409,1900,NULL,2,1939,48504,'Ice Wizzrobe','',103.73828125,-186.45703125,0,1,0,'2019-07-11 15:20:55'); -+INSERT INTO `marker` VALUES (10410,1900,NULL,2,1926,60089,'Divine Beast Vah Naboris','',95.125,-169.1328125,0,0,0,'2019-07-11 22:48:58'); -+INSERT INTO `marker` VALUES (10411,1900,NULL,2,1939,58567,'BIizzrobe','',89.015625,-99.6875,0,0,0,'2019-07-12 14:13:49'); -+INSERT INTO `marker` VALUES (10412,1900,NULL,2,1901,60169,'asd','asdf',87.46875,-114.75,0,0,0,'2019-07-12 20:30:44'); -+INSERT INTO `marker` VALUES (10413,1900,NULL,2,1925,55511,'Sheh Rata Shrine','',151.5625,-122,0,0,0,'2019-07-12 21:41:04'); -+INSERT INTO `marker` VALUES (10414,1900,NULL,2,1925,55511,'Shrine of Ressurection','',110.796875,-157.40625,0,0,0,'2019-07-12 21:44:33'); -+INSERT INTO `marker` VALUES (10415,1900,NULL,2,1921,60348,'DLC','',107.1875,-131.3125,0,0,0,'2019-07-14 02:06:18'); -+INSERT INTO `marker` VALUES (10416,1900,NULL,2,1926,60455,'DIVINE BEAST VAH RUDANIA','',167.875,-88.375,0,0,0,'2019-07-14 20:41:45'); -+INSERT INTO `marker` VALUES (10417,1900,NULL,2,1926,60455,'DIVINE BEAST VAH MEDOH','',71.46875,-99.9375,0,0,0,'2019-07-14 20:42:05'); -+INSERT INTO `marker` VALUES (10418,1900,NULL,2,1926,60455,'DIVINE BEAST VAH NABORIS','',95.0625,-169.375,0,0,0,'2019-07-14 20:42:27'); -+INSERT INTO `marker` VALUES (10419,1900,NULL,2,1944,60529,'EX Bomb Arrow','',105.296875,-159.671875,0,0,0,'2019-07-14 23:21:18'); -+INSERT INTO `marker` VALUES (10420,1900,NULL,2,1943,60780,'Center of "Golden Triangle"','',175.13671875,-188.9765625,0,0,0,'2019-07-17 00:36:33'); -+INSERT INTO `marker` VALUES (10421,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.52734375,0,0,0,'2019-07-17 20:01:13'); -+INSERT INTO `marker` VALUES (10422,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.53125,0,0,0,'2019-07-17 20:01:49'); -+INSERT INTO `marker` VALUES (10423,1900,NULL,2,1944,60912,'EX Phantom Helmet','',109.6015625,-147.1328125,0,0,0,'2019-07-18 03:21:26'); -+INSERT INTO `marker` VALUES (10424,1900,NULL,2,1943,60912,'EX Bomb Arrows','',106.5859375,-163.7109375,0,0,0,'2019-07-18 03:42:03'); -+INSERT INTO `marker` VALUES (10425,1900,NULL,2,1901,60533,'Silver Rupee','',164.1796875,-156.9453125,0,0,0,'2019-07-18 08:43:59'); -+INSERT INTO `marker` VALUES (10426,1900,NULL,2,1936,56798,'Rocks','',164.78125,-154.796875,0,0,0,'2019-07-18 18:36:12'); -+INSERT INTO `marker` VALUES (10427,1900,NULL,2,1926,61012,'Divine Beast Vah'RUDANIA','',-20,-150.25,0,0,0,'2019-07-18 23:24:22'); -+INSERT INTO `marker` VALUES (10428,1900,NULL,2,1925,60291,'?????','',176.5625,-114.9375,0,0,0,'2019-07-20 04:47:12'); -+INSERT INTO `marker` VALUES (10429,1900,NULL,2,1925,61502,'Takama Shiri Srine','',51.48828125,-161.73828125,0,0,0,'2019-07-22 18:31:53'); -+INSERT INTO `marker` VALUES (10430,1900,NULL,2,1925,61502,'Keive Talashrine ','Big or small',91.375,-188.953125,0,0,0,'2019-07-22 18:34:46'); -+INSERT INTO `marker` VALUES (10431,1900,NULL,2,1925,61502,'Rohta Chigah Shrine','Stop to Start',119.86901044845581,-155.96145820617676,0,0,0,'2019-07-22 18:39:44'); -+INSERT INTO `marker` VALUES (10432,1900,NULL,2,1925,61502,'Ruvo Korbah Shrine','A major Test of Strength',114.953125,-161.5,0,0,0,'2019-07-22 18:41:01'); -+INSERT INTO `marker` VALUES (10433,1900,NULL,2,1925,61502,'Etsu Korima Shrine','',109.01171875,-160.94140625,0,0,0,'2019-07-22 18:41:50'); -+INSERT INTO `marker` VALUES (10434,1900,NULL,2,1925,61502,'Mah Eliya Shrine','',186.78854179382324,-117.93802070617676,0,0,0,'2019-07-22 18:45:48'); -+INSERT INTO `marker` VALUES (10435,1900,NULL,2,1925,61502,'Kee Dafunia Shrine','',205.26458358764648,-113.02031302452087,0,0,0,'2019-07-22 18:46:44'); -+INSERT INTO `marker` VALUES (10436,1900,NULL,2,1925,61502,'Kamia omuna Shrine','',161.37083435058594,-77.58281242847443,0,0,0,'2019-07-22 18:48:43'); -+INSERT INTO `marker` VALUES (10437,1900,NULL,2,1901,61502,'Shira Gomar Shrine','',90.640625,-106.625,0,0,0,'2019-07-22 18:52:01'); -+INSERT INTO `marker` VALUES (10438,1900,NULL,2,1939,57925,'Blizzrobe','',103.796875,-186.453125,0,0,0,'2019-07-24 04:09:56'); -+INSERT INTO `marker` VALUES (10439,1900,NULL,2,1936,57623,'Cracked Wall','Entrance of the Maag No'rah Shrine',97.3984375,-104.7734375,0,0,0,'2019-07-24 08:31:02'); -+INSERT INTO `marker` VALUES (10440,1900,NULL,2,1901,61697,'ARBRE KOROGUS','',133.96875,-144.390625,0,0,0,'2019-07-24 14:37:42'); -+INSERT INTO `marker` VALUES (10441,1900,NULL,2,1901,61097,'More than 16 santuary','There are a lot of sanctuaryin this zone. Clean the zone.',110.125,-155.125,0,0,0,'2019-07-24 15:18:34'); -+INSERT INTO `marker` VALUES (10442,1900,NULL,2,1901,42424,'beaucoup de bokoblin','',55.484375,-188.453125,0,0,0,'2019-07-24 18:03:51'); -+INSERT INTO `marker` VALUES (10443,1900,NULL,2,1903,57925,'Soldier's Broadsword','',174.3671875,-186.95703125,0,0,0,'2019-07-25 20:32:26'); -+INSERT INTO `marker` VALUES (10444,1900,NULL,2,1901,43559,'maison','',179.34375,-163.7578125,0,0,0,'2019-07-25 22:21:37'); -+INSERT INTO `marker` VALUES (10445,1900,NULL,2,1920,61881,'Hyrule castle','',160.25,-107.25,0,0,0,'2019-07-26 03:19:43'); -+INSERT INTO `marker` VALUES (10446,1900,NULL,2,1901,61822,'pfffff','',65.25,-144.9375,0,0,0,'2019-07-26 03:50:28'); -+INSERT INTO `marker` VALUES (10447,1900,NULL,2,1901,61027,'Sidequest (flying)','schrim fliegen (ausdauer Mind. + 2-3)',201.5546875,-186.39453125,0,0,0,'2019-07-28 06:18:10'); -+INSERT INTO `marker` VALUES (10448,1900,NULL,2,1901,61474,'?','',158.92578125,-157.9595170021057,0,0,0,'2019-07-30 12:53:18'); -+INSERT INTO `marker` VALUES (10449,1900,NULL,2,1925,62458,'Keive Tala Shrine','',91.3828125,-188.90625,0,0,0,'2019-07-30 15:06:13'); -+INSERT INTO `marker` VALUES (10450,1900,NULL,2,1901,59949,'Talvez nao tenha pego','',121.3359375,-113.515625,0,1,0,'2019-07-30 18:40:19'); -+INSERT INTO `marker` VALUES (10451,1900,NULL,2,1904,62522,'Unlimited arrows','',117.67416381835938,-175.86224365234375,0,0,0,'2019-07-31 04:06:09'); -+INSERT INTO `marker` VALUES (10452,1900,NULL,2,1901,62522,'test','',117.40625,-175.84375,0,0,0,'2019-07-31 04:06:25'); -+INSERT INTO `marker` VALUES (10453,1900,NULL,2,1910,61555,'Amber','',107.86328125,-162.69921875,0,0,0,'2019-07-31 07:24:47'); -+INSERT INTO `marker` VALUES (10454,1900,NULL,2,1903,61555,'Traveller's Spear','',105.49609375,-158.953125,0,0,0,'2019-07-31 07:31:10'); -+INSERT INTO `marker` VALUES (10455,1900,NULL,2,1935,62448,'Un cheval à tout prix','',96.296875,-157.18359375,0,1,0,'2019-07-31 12:04:15'); -+INSERT INTO `marker` VALUES (10456,1900,NULL,2,1901,62356,'Korogu ','Il faut un bouclier rouiller pour faire celui là',117.84375,-114.84375,0,0,0,'2019-08-01 09:08:23'); -+INSERT INTO `marker` VALUES (10457,1900,NULL,2,1903,62509,'traveler's sword','',62.25,-148.875,0,1,0,'2019-08-01 18:32:43'); -+INSERT INTO `marker` VALUES (10458,1900,NULL,2,1901,62717,'Climbing Boots','',193.71875,-154.5625,0,0,0,'2019-08-01 18:58:59'); -+INSERT INTO `marker` VALUES (10459,1900,NULL,2,1930,62978,'FAROSH','dragon',126.40625,-169.109375,0,0,0,'2019-08-03 16:06:19'); -+INSERT INTO `marker` VALUES (10460,1900,NULL,2,1935,61589,'Zora Stone Monuments','',180.28125,-119.140625,0,1,0,'2019-08-04 21:11:42'); -+INSERT INTO `marker` VALUES (10461,1900,NULL,2,1935,61589,'Riverbed Reward','',141.05859375,-130.03125,0,0,0,'2019-08-05 19:42:04'); -+INSERT INTO `marker` VALUES (10462,1900,NULL,2,1916,63431,'Need Magnesis','',121.390625,-159.5390625,0,0,0,'2019-08-07 09:30:11'); -+INSERT INTO `marker` VALUES (10463,1900,NULL,2,1926,108,'Divine Beast Rudania','',167.3907470703125,-87.4935302734375,0,0,0,'2019-08-07 16:49:09'); -+INSERT INTO `marker` VALUES (10464,1900,NULL,2,1926,108,'Divine Beast Medoh','',71.407958984375,-99.737060546875,0,0,0,'2019-08-07 16:49:49'); -+INSERT INTO `marker` VALUES (10465,1900,NULL,2,1926,108,'Divine Beast Naboris','',83.25,-181.375,0,0,0,'2019-08-07 16:50:23'); -+INSERT INTO `marker` VALUES (10466,1900,NULL,2,1901,63378,'zora sword','',-76,-113.75,0,0,0,'2019-08-07 20:45:31'); -+INSERT INTO `marker` VALUES (10467,1900,NULL,2,1944,63493,'Majora's Mask','DLC EX Chest',120.97265625,-148.021484375,0,0,0,'2019-08-07 22:20:00'); -+INSERT INTO `marker` VALUES (10468,1900,NULL,2,1944,63493,'Phantom Armor','DLC EX Chest',124.08984375,-126.544921875,0,0,0,'2019-08-07 22:20:56'); -+INSERT INTO `marker` VALUES (10469,1900,NULL,2,1948,63606,'aaa','aaaa',108.1875,-139.75,0,0,0,'2019-08-08 22:10:57'); -+INSERT INTO `marker` VALUES (10470,1900,NULL,2,1902,63606,'a','a',159.25,-112.625,0,0,0,'2019-08-08 22:12:01'); -+INSERT INTO `marker` VALUES (10471,1900,NULL,2,1904,63322,'Normal Arrow Farming','A chest containing 10 arrows. Load, save, and the chest respawns containing another 10 arrows',204.8125,-185.84375,0,1,0,'2019-08-09 11:24:31'); -+INSERT INTO `marker` VALUES (10472,1900,NULL,2,1904,63322,'Bomb Arrow Farming','Put a fire, sleep until morning, and if it's raining, the boboklins will throw at you bomb arrows not ignited, so you can pick them up. WARNING: some bomb arrows actually ignite, so be careful.',180.921875,-71.3046875,0,1,0,'2019-08-09 11:27:36'); -+INSERT INTO `marker` VALUES (10473,1900,NULL,2,1916,63489,'Korok Seed','',179.09375,-138.3125,0,0,0,'2019-08-09 21:23:07'); -+INSERT INTO `marker` VALUES (10474,1900,NULL,2,1902,54500,'Phantom Helmet','',109.3515625,-147.21484375,0,0,0,'2019-08-10 00:30:33'); -+INSERT INTO `marker` VALUES (10475,1900,NULL,2,1903,63460,'Mandoble de fuego','',110.65625,-134.765625,0,0,0,'2019-08-10 17:18:36'); -+INSERT INTO `marker` VALUES (10476,1900,NULL,2,1903,63460,'Great Flameblade','',110.671875,-134.8125,0,0,0,'2019-08-10 17:19:26'); -+INSERT INTO `marker` VALUES (10477,1900,NULL,2,1916,64080,'Seed in cave','',69.26953125,-72.34765625,0,0,0,'2019-08-12 18:01:12'); -+INSERT INTO `marker` VALUES (10478,1900,NULL,2,1916,63578,'Korok Seed','',190.7265625,-174.4609375,0,0,0,'2019-08-13 20:04:52'); -+INSERT INTO `marker` VALUES (10479,1900,NULL,2,1902,54500,'Tingle's shirt','',117.36328125,-115.23828125,0,0,0,'2019-08-13 20:49:11'); -+INSERT INTO `marker` VALUES (10480,1900,NULL,2,1902,54500,'Phantom Armor','',124.125,-126.40625,0,0,0,'2019-08-13 21:21:48'); -+INSERT INTO `marker` VALUES (10481,1900,NULL,2,1935,63841,'Bloodmoon','',85.21484375,-131.5625,0,0,0,'2019-08-13 22:45:07'); -+INSERT INTO `marker` VALUES (10482,1900,NULL,2,1901,63841,'test','',87.875,-130.75,0,0,0,'2019-08-13 22:46:27'); -+INSERT INTO `marker` VALUES (10483,1900,NULL,2,1903,64340,'Forest bow','',160.484375,-130.578125,0,0,0,'2019-08-15 21:21:55'); -+INSERT INTO `marker` VALUES (10484,1900,NULL,2,1935,64446,'The Sheep Rustlers','',184.8203125,-160.7578125,0,1,0,'2019-08-16 01:43:46'); -+INSERT INTO `marker` VALUES (10485,1900,NULL,2,1936,64493,'Cracked Wall','Chest',158.80859375,-165.05859375,0,0,0,'2019-08-16 21:07:44'); -+INSERT INTO `marker` VALUES (10486,1900,NULL,2,1925,38785,'Gireom Shine','',90.6875,-106.25,0,1,0,'2019-08-17 21:36:35'); -+INSERT INTO `marker` VALUES (10487,1900,NULL,2,1920,64572,'Feu de camp','',105.4453125,-152.7734375,0,0,0,'2019-08-17 21:44:54'); -+INSERT INTO `marker` VALUES (10488,1900,NULL,2,1931,64572,'Bokoblin Camp','',107.93359375,-154.25390625,0,0,0,'2019-08-17 22:00:36'); -+INSERT INTO `marker` VALUES (10489,1900,NULL,2,1910,64572,'Amber','',107.875,-162.6875,0,0,0,'2019-08-17 22:46:47'); -+INSERT INTO `marker` VALUES (10490,1900,NULL,2,1925,64429,'Shrine','',52.28125,-186.890625,0,0,0,'2019-08-18 18:14:59'); -+INSERT INTO `marker` VALUES (10491,1900,NULL,2,1944,64903,'halberd DLC','',126.7890625,-165.27734375,0,0,0,'2019-08-19 12:02:43'); -+INSERT INTO `marker` VALUES (10492,1900,NULL,2,1925,38785,'Kamium shine','',161.53125,-77.6328125,0,1,0,'2019-08-19 15:43:30'); -+INSERT INTO `marker` VALUES (10493,1900,NULL,2,1941,38785,'Talus','',161.6640625,-77.7109375,0,1,0,'2019-08-19 15:44:09'); -+INSERT INTO `marker` VALUES (10494,1900,NULL,2,1916,38785,'Korok seed','',191.828125,-154.75,0,0,0,'2019-08-19 18:08:35'); -+INSERT INTO `marker` VALUES (10495,1900,NULL,2,1935,60468,'Riddles of Hyrules','',134.625,-93.1875,0,0,0,'2019-08-20 17:08:07'); -+INSERT INTO `marker` VALUES (10496,1900,NULL,2,1925,60468,'Lanno Kooh Shrine','Lanno Kooh's Blessing',86.875,-96,0,0,0,'2019-08-20 17:32:13'); -+INSERT INTO `marker` VALUES (10497,1900,NULL,2,1902,65010,'Zora Helm','',182.21875,-114.3125,0,0,0,'2019-08-21 04:37:44'); -+INSERT INTO `marker` VALUES (10498,1900,NULL,2,1935,64630,'The Sheep Rustlers','',184.6640625,-160.671875,0,0,0,'2019-08-21 15:54:39'); -+INSERT INTO `marker` VALUES (10499,1900,NULL,2,1925,38785,'Kritmoh Shine','',74.8125,-149,0,0,0,'2019-08-21 19:04:27'); -+INSERT INTO `marker` VALUES (10500,1900,NULL,2,1925,38785,'Tamri Shine','',51.0625,-161.65625,0,0,0,'2019-08-21 19:06:21'); -+INSERT INTO `marker` VALUES (10501,1900,NULL,2,1939,64340,'Ice Wizzrobe','',103.74609375,-186.3046875,0,0,0,'2019-08-23 18:42:34'); -+INSERT INTO `marker` VALUES (10502,1900,NULL,2,1901,63993,'duel','',46,-112.375,0,0,0,'2019-08-24 04:26:19'); -+INSERT INTO `marker` VALUES (10503,1900,NULL,2,1910,65479,'Courser Bee Honey','',111.36108303070068,-153.4569612145424,0,0,0,'2019-08-24 18:28:14'); -+INSERT INTO `marker` VALUES (10504,1900,NULL,2,1904,65479,'Arrows x 5','',113.73115026950836,-154.10881567001343,0,0,0,'2019-08-24 18:48:55'); -+INSERT INTO `marker` VALUES (10505,1900,NULL,2,1901,64167,'Blacksmith','',154.5,-88.80078125,0,0,0,'2019-08-24 21:25:30'); -+INSERT INTO `marker` VALUES (10506,1900,NULL,2,1901,64167,'Inn','',154.26953125,-90.14453125,0,0,0,'2019-08-24 21:28:16'); -+INSERT INTO `marker` VALUES (10507,1900,NULL,2,1901,64167,'Armor Shop','',153.703125,-90.33984375,0,0,0,'2019-08-24 21:29:18'); -+INSERT INTO `marker` VALUES (10508,1900,NULL,2,1901,64167,'General Store','',154.26171875,-89.5390625,0,0,0,'2019-08-24 21:29:46'); -+INSERT INTO `marker` VALUES (10509,1900,NULL,2,1936,65479,'Crack Wall','Need to bomb to access treasure inside',112.91804599761963,-164.67701256275177,0,0,0,'2019-08-24 22:04:50'); -+INSERT INTO `marker` VALUES (10510,1900,NULL,2,1931,65590,'Enemy Camp','',143.4296875,-149.40625,0,0,0,'2019-08-25 16:23:26'); -+INSERT INTO `marker` VALUES (10511,1900,NULL,2,1910,65479,'Mighty Carp','Spawning ground for a large group of carp just use a bomb and get about 5-10 in one go.',163.6796875,-149.3984375,0,0,0,'2019-08-25 23:01:20'); -+INSERT INTO `marker` VALUES (10512,1900,NULL,2,1910,65479,'Hylian Shroom','',151.56406497955322,-148.760766685009,0,0,0,'2019-08-25 23:25:06'); -+INSERT INTO `marker` VALUES (10513,1900,NULL,2,1910,65479,'Rushroom x 6','Found under the cliff',125.04978966712952,-152.9680411219597,0,0,0,'2019-08-26 20:49:06'); -+INSERT INTO `marker` VALUES (10514,1900,NULL,2,1901,66285,'Silverbow','',28.875,-120.625,0,0,0,'2019-09-01 12:55:07'); -+INSERT INTO `marker` VALUES (10515,1900,NULL,2,1901,66367,'START place','',115.8125,-155.5625,0,0,0,'2019-09-02 13:20:26'); -+INSERT INTO `marker` VALUES (10516,1900,NULL,2,1901,66421,'Farosh Spawner ','',155.7265625,-171.9375,0,0,0,'2019-09-03 15:06:24'); -+INSERT INTO `marker` VALUES (10517,1900,NULL,2,1925,66479,'Shrine of Resurrection','',110.65625,-157.1875,0,0,0,'2019-09-03 22:46:30'); -+INSERT INTO `marker` VALUES (10518,1900,NULL,2,1901,66479,'lol','',110.53125,-157.453125,0,1,0,'2019-09-03 22:47:16'); -+INSERT INTO `marker` VALUES (10519,1900,NULL,2,1901,66495,'DINRAAL FARMING','fire dragon',112.875,-84.25,0,0,0,'2019-09-04 21:14:28'); -+INSERT INTO `marker` VALUES (10520,1900,NULL,2,1901,65367,'8th Sister','',59.5703125,-136.2265625,0,0,0,'2019-09-04 23:19:03'); -+INSERT INTO `marker` VALUES (10521,1900,NULL,2,1926,62393,'Vah Rudania','',167.734375,-87.390625,0,0,0,'2019-09-05 03:24:50'); -+INSERT INTO `marker` VALUES (10522,1900,NULL,2,1901,62393,'Vah Medoh','',71.4375,-99.9375,0,0,0,'2019-09-05 03:27:32'); -+INSERT INTO `marker` VALUES (10523,1900,NULL,2,1902,64372,'phantom','',119.3046875,-137.2734375,0,0,0,'2019-09-05 14:36:12'); -+INSERT INTO `marker` VALUES (10524,1900,NULL,2,1943,65970,'cracked rocks','',86.03515625,-162.75,0,0,0,'2019-09-07 00:57:10'); -+INSERT INTO `marker` VALUES (10525,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); -+INSERT INTO `marker` VALUES (10526,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); -+INSERT INTO `marker` VALUES (10527,1900,NULL,2,1938,66838,'establo}','primero',105.328125,-148.234375,0,0,0,'2019-09-07 19:24:53'); -+INSERT INTO `marker` VALUES (10528,1900,NULL,2,1901,63915,'Ruins','',106.953125,-131.52734375,0,0,0,'2019-09-11 09:24:43'); -+INSERT INTO `marker` VALUES (10529,1900,NULL,2,1925,64572,'Takama'Simiri Shrine','',51.4765625,-161.7109375,0,0,0,'2019-09-14 19:36:28'); -+INSERT INTO `marker` VALUES (10530,1900,NULL,2,1936,67259,'cracked wall','',114.359375,-158.171875,0,1,0,'2019-09-15 11:17:19'); -+INSERT INTO `marker` VALUES (10531,1900,NULL,2,1916,47121,'Korok Seed','',197.32942700386047,-78.27300351858139,0,0,0,'2019-09-16 15:23:04'); -+INSERT INTO `marker` VALUES (10532,1900,NULL,2,1916,47121,'Korok Seed','',196.6614589691162,-99.32465267181396,0,0,0,'2019-09-16 17:19:56'); -+INSERT INTO `marker` VALUES (10533,1900,NULL,2,1901,67564,'????','',97.53125,-133.859375,0,0,0,'2019-09-17 01:52:05'); -+INSERT INTO `marker` VALUES (10534,1900,NULL,2,1901,67564,'????','',97.69140625,-133.875,0,0,0,'2019-09-17 01:52:30'); -+INSERT INTO `marker` VALUES (10535,1900,NULL,2,1910,67415,'Frost Arrows','',180.0390625,-120.4140625,0,0,0,'2019-09-17 22:17:23'); -+INSERT INTO `marker` VALUES (10536,1900,NULL,2,1901,67657,' White stallion','',111.3739013671875,-160.3545331954956,0,0,0,'2019-09-18 16:10:00'); -+INSERT INTO `marker` VALUES (10537,1900,NULL,2,1901,67678,'PUENTE DE INOGO','',164.6015625,-124.0703125,0,0,0,'2019-09-24 02:58:38'); -+INSERT INTO `marker` VALUES (10538,1900,NULL,2,1931,68111,'Sah Dahaj Camp','',169.5,-102.703125,0,0,0,'2019-09-25 02:28:52'); -+INSERT INTO `marker` VALUES (10539,1900,NULL,2,1901,68351,'mi casa','30 de madera y 3000 rupias',179.90625,-163.9375,0,0,0,'2019-09-26 03:36:01'); -+INSERT INTO `marker` VALUES (10540,1900,NULL,2,1901,68351,'no la encuentro','',158.609375,-144.5859375,0,0,0,'2019-09-27 21:32:15'); -+INSERT INTO `marker` VALUES (10541,1900,NULL,2,1901,68351,'no la encuentro','no la encuentro',158.51171875,-144.60546875,0,0,0,'2019-09-27 21:33:16'); -+INSERT INTO `marker` VALUES (10542,1900,NULL,2,1901,68564,'Horn','',156,-174.4140625,0,0,0,'2019-09-28 18:44:49'); -+INSERT INTO `marker` VALUES (10543,1900,NULL,2,1901,67518,'test','',121.625,-155.4375,0,0,0,'2019-09-29 04:57:29'); -+INSERT INTO `marker` VALUES (10544,1900,NULL,2,1926,68891,'Divine Beast Vah Medoh','',71.5062484741211,-99.73124885559082,0,0,0,'2019-10-01 03:41:01'); -+INSERT INTO `marker` VALUES (10545,1900,NULL,2,1903,69068,'Iron Sledgehammer','',90.125,-71.1875,0,0,0,'2019-10-03 04:26:59'); -+INSERT INTO `marker` VALUES (10546,2000,NULL,2,1956,1,'Piece of Heart','',60.6875,-158.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10548,2000,NULL,2,1956,1,'Piece of Heart','',61.46875,-156.219,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10549,2000,NULL,2,1956,1,'Piece of Heart','',59.1875,-144.188,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10550,2000,NULL,2,1956,1,'Piece of Heart','',26.625,-135.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10551,2000,NULL,2,1956,1,'Piece of Heart','',24.25,-135.688,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10552,2000,NULL,2,1956,1,'Piece of Heart','',13.6875,-153.813,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10553,2000,NULL,2,1956,1,'Piece of Heart','',191.875,-166.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10554,2000,NULL,2,1956,1,'Piece of Heart','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10555,2000,NULL,2,1956,1,'Piece of Heart','',241.25,-97,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10556,2000,NULL,2,1956,1,'Piece of Heart','',198.75,-113.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10557,2000,NULL,2,1956,1,'Piece of Heart','',230.5,-92,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10558,2000,NULL,2,1956,1,'Piece of Heart','',145,-133.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10559,2000,NULL,2,1956,1,'Piece of Heart','',167.125,-136.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10560,2000,NULL,2,1956,1,'Piece of Heart','',155.25,-191.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10561,2000,NULL,2,1956,1,'Piece of Heart','',154.125,-186.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10562,2000,NULL,2,1956,1,'Piece of Heart','',121.875,-163.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10563,2000,NULL,2,1956,1,'Piece of Heart','',173.25,-155.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10564,2000,NULL,2,1956,1,'Piece of Heart','',47.125,-118.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10565,2000,NULL,2,1956,1,'Piece of Heart','',41.5,-104.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10566,2000,NULL,2,1956,1,'Piece of Heart','',120.75,-104.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10567,2000,NULL,2,1956,1,'Piece of Heart','',74,-107.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10568,2000,NULL,2,1956,1,'Piece of Heart','',12.875,-67.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10569,2000,NULL,2,1956,1,'Piece of Heart','',32.5,-85.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10570,2000,NULL,2,1956,1,'Piece of Heart','',118.625,-95,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10571,2000,NULL,2,1956,1,'Piece of Heart','',122,-95.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10572,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-73.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10573,2000,NULL,2,1956,1,'Piece of Heart','',108.125,-127.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10574,2000,NULL,2,1956,1,'Piece of Heart','',229.625,-166.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10575,2000,NULL,2,1956,1,'Piece of Heart','',81.625,-139.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10576,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-80.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10577,2000,NULL,2,1956,1,'Piece of Heart','',101.125,-137.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10578,2000,NULL,2,1956,1,'Piece of Heart','',236.375,-137.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10579,2000,NULL,2,1956,1,'Heart Container','',120.5,-96.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10580,2000,NULL,2,1952,1,'Yoshi Doll','',59.625,-158.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10581,2000,NULL,2,1952,1,'Ribbon','',45.5,-133.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10582,2000,NULL,2,1952,1,'Dog Food','',30,-151,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10583,2000,NULL,2,1952,1,'Bananas','',59.625,-181.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10584,2000,NULL,2,1952,1,'Stick','',182.625,-134.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10585,2000,NULL,2,1952,1,'Honeycomb','',121.125,-137.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10586,2000,NULL,2,1952,1,'Pineapple','',214.875,-172.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10587,2000,NULL,2,1952,1,'Hibiscus','',154.5,-79.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10588,2000,NULL,2,1952,1,'Letter','',210.375,-166.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10589,2000,NULL,2,1952,1,'Broom','',16.75,-95.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10590,2000,NULL,2,1952,1,'Fishing Hook','',31.25,-160,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10591,2000,NULL,2,1952,1,'Necklace','',170.375,-183.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10592,2000,NULL,2,1952,1,'Scale','',152.625,-171,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10593,2000,NULL,2,1952,1,'Magnifying Lens','',154.25,-182,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10594,2000,NULL,2,1953,1,'Raft Rapids','',241.375,-95.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10595,2000,NULL,2,1953,1,'Trendy Game','',60.25,-160,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10596,2000,NULL,2,1953,1,'Fishing','',31,-136.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10597,2000,NULL,2,1958,1,'Bottle','',23.875,-137,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10598,2000,NULL,2,1958,1,'Bottle','',118.5,-97.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10599,2000,NULL,2,1958,1,'Bottle','',71.125,-123.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10600,2000,NULL,2,1951,1,'Cracked Wall','',67.875,-190.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10601,2000,NULL,2,1951,1,'Cracked Wall','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10602,2000,NULL,2,1951,1,'Cracked Wall','',212.5,-137.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10603,2000,NULL,2,1951,1,'Cracked Wall','',117.5,-135,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10604,2000,NULL,2,1951,1,'Cracked Wall','',100.875,-137.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10605,2000,NULL,2,1951,1,'Cracked Wall','',60.125,-80,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10606,2000,NULL,2,1951,1,'Cracked Wall','',243.625,-83.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10607,2000,NULL,2,1968,1,'Lanmolas','',229.625,-167.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10608,2000,NULL,2,1968,1,'Armos Knight','',199.625,-152.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10609,2000,NULL,2,1968,1,'Turtle Rock','',13,-79.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10610,2000,NULL,2,1966,1,'Tail Cave','',61.5,-173.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10611,2000,NULL,2,1966,1,'Bottle Grotto','',72.5,-90.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10612,2000,NULL,2,1966,1,'Key Cavern','',92.625,-158.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10613,2000,NULL,2,1966,1,'Kanalet Castle','',153.125,-126,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10614,2000,NULL,2,1966,1,'Angler's Tunnel','',182.25,-91.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10615,2000,NULL,2,1966,1,'Catfish's Maw','',153,-176.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10616,2000,NULL,2,1966,1,'North Face Shrine','',196.5,-137.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10617,2000,NULL,2,1966,1,'Eagle's Tower','',230.625,-73.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10618,2000,NULL,2,1966,1,'Turtle Rock','',12.75,-75.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10619,2000,NULL,2,1966,1,'Color Dungeon','',125.375,-125.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10620,2000,NULL,2,1966,1,'Chamber Dungeon','',120.5,-99.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10621,2000,NULL,2,1966,1,'Wind Fish's Egg','',106.6875,-61.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10622,2000,NULL,2,1964,1,'Papahl, Mamasha, and the Quadruplet's House','',46.375,-133.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10623,2000,NULL,2,1964,1,'Marin and Tarin's House','',44.5,-151.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10624,2000,NULL,2,1964,1,'Madam MeowMeow's House','',26.75,-150.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10625,2000,NULL,2,1964,1,'Grandpa Ulrira and Grandma Yahoo's House','',27.75,-157.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10626,2000,NULL,2,1964,1,'Sales House O' Bananas','',60,-181.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10627,2000,NULL,2,1964,1,'Richard's Villa','',104.875,-174.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10628,2000,NULL,2,1964,1,'Ghost's House','',108.375,-187.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10629,2000,NULL,2,1964,1,'Chef Bear's House','',215,-173,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10630,2000,NULL,2,1964,1,'Christine's House','',210.375,-167.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10631,2000,NULL,2,1964,1,'Mr. Write's House','',16.625,-97.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10632,2000,NULL,2,1964,1,'Hen House','',167,-68,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10633,2000,NULL,2,1965,1,'Witch's Hut','',89.625,-117.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10634,2000,NULL,2,1965,1,'Mabe Village Shop','',58.75,-145.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10635,2000,NULL,2,1965,1,'Crazy Tracy's Health Spa','',95.75,-104.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10645,2000,NULL,2,1957,1,'Secret Seashells','',83.375,-194.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10646,2000,NULL,2,1957,1,'Secret Seashells','',109.25,-189.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10647,2000,NULL,2,1957,1,'Secret Seashells','',20.5,-186.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10648,2000,NULL,2,1957,1,'Secret Seashells','',42.375,-176.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10649,2000,NULL,2,1957,1,'Secret Seashells','',60,-172.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10650,2000,NULL,2,1957,1,'Secret Seashells','',30.5,-151.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10651,2000,NULL,2,1957,1,'Secret Seashells','',61.5,-151.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10652,2000,NULL,2,1957,1,'Secret Seashells','',59.5,-157.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10653,2000,NULL,2,1957,1,'Secret Seashells','',61.875,-158.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10654,2000,NULL,2,1957,1,'Secret Seashells','',27.25,-136.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10655,2000,NULL,2,1957,1,'Secret Seashells','',26.375,-134.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10656,2000,NULL,2,1957,1,'Secret Seashells','',43.125,-114.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10657,2000,NULL,2,1957,1,'Secret Seashells','',12.625,-104.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10658,2000,NULL,2,1957,1,'Secret Seashells','',77.25,-128.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10659,2000,NULL,2,1957,1,'Secret Seashells','',103.5,-174.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10660,2000,NULL,2,1957,1,'Secret Seashells','',148.25,-185.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10661,2000,NULL,2,1957,1,'Secret Seashells','',136.125,-190.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10662,2000,NULL,2,1957,1,'Secret Seashells','',135,-154,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10663,2000,NULL,2,1957,1,'Secret Seashells','',91,-151.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10664,2000,NULL,2,1957,1,'Secret Seashells','',77.875,-151.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10665,2000,NULL,2,1957,1,'Secret Seashells','',108.125,-152.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10666,2000,NULL,2,1957,1,'Secret Seashells','',133.625,-135.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10667,2000,NULL,2,1957,1,'Secret Seashells','',137.375,-105.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10668,2000,NULL,2,1957,1,'Secret Seashells','',246,-189.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10669,2000,NULL,2,1957,1,'Secret Seashells','',219.625,-190.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10670,2000,NULL,2,1957,1,'Secret Seashells','',216.125,-166.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10671,2000,NULL,2,1957,1,'Secret Seashells','',210.75,-167.625,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10672,2000,NULL,2,1957,1,'Secret Seashells','',196.5,-122.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10673,2000,NULL,2,1957,1,'Secret Seashells','',207.5,-94.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10674,2000,NULL,2,1957,1,'Secret Seashells','',240.375,-97.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10675,2000,NULL,2,1957,1,'Secret Seashells','',27,-129.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10676,2000,NULL,2,1957,1,'Secret Seashells','',32.125,-93.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10677,2000,NULL,2,1957,1,'Secret Seashells','',124.375,-111.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10678,2000,NULL,2,1957,1,'Secret Seashells','',121.75,-145.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10679,2000,NULL,2,1957,1,'Secret Seashells','',151.375,-161.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10680,2000,NULL,2,1957,1,'Secret Seashells','',182.25,-139.375,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10681,2000,NULL,2,1957,1,'Secret Seashells','',165.625,-175.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10682,2000,NULL,2,1957,1,'Secret Seashells','',242.75,-167.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10683,2000,NULL,2,1957,1,'Secret Seashells','',91.125,-90,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10684,2000,NULL,2,1957,1,'Secret Seashells','',227.125,-117.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10685,2000,NULL,2,1957,1,'Secret Seashells','',227.3125,-154.5,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10686,2000,NULL,2,1957,1,'Secret Seashells','',239.875,-141.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10687,2000,NULL,2,1957,1,'Secret Seashells','',201,-85.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10688,2000,NULL,2,1957,1,'Secret Seashells','',203.75,-71.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10689,2000,NULL,2,1957,1,'Secret Seashells','',158.125,-74.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10690,2000,NULL,2,1957,1,'Secret Seashells','',214.75,-81.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10691,2000,NULL,2,1957,1,'Secret Seashells','',228.25,-72,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10692,2000,NULL,2,1957,1,'Secret Seashells','',92.75,-73.25,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10693,2000,NULL,2,1957,1,'Secret Seashells','',47.875,-77.75,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10694,2000,NULL,2,1957,1,'Secret Seashells','',122,-97.125,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10695,2000,NULL,2,1969,1,'Fairy Fountain','',59.67,-113.875,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10696,2000,NULL,2,1969,1,'Fairy Fountain','',117.54,-132.95,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (10697,2000,NULL,2,1969,1,'Fairy Fountain','',212.5,-136,0,0,1,'2019-09-15 22:24:54'); -+INSERT INTO `marker` VALUES (11000,1900,NULL,2,1944,52289,'knight's halberd','',118.328125,-86.921875,0,0,0,'2019-10-05 13:41:35'); -+INSERT INTO `marker` VALUES (11003,1901,NULL,2,1925,67560,'Takama Shiri Shrine','',51.52734375,-161.71484375,0,1,0,'2019-10-07 18:11:27'); -+INSERT INTO `marker` VALUES (11004,1901,NULL,2,1925,67560,'Takama Shiri Shrine','DLC 2 / EX Champion Urbosa's Song',51.51953125,-161.65625,0,1,0,'2019-10-07 18:17:12'); -+INSERT INTO `marker` VALUES (11005,1901,NULL,2,1926,69145,'Divine Beast Vah Rudania','',167.5390625,-87.1171875,0,1,0,'2019-10-08 00:50:37'); -+INSERT INTO `marker` VALUES (11006,1901,NULL,2,1916,69806,'no','no',136.62225341796875,-183.97958374023438,0,1,0,'2019-10-09 17:10:52'); -+INSERT INTO `marker` VALUES (11007,1901,NULL,2,1931,68177,'Enemy Base','Bokoblin Scouts and Lizalfos\r\nChest: Golden Bow',53.75,-149.34375,0,0,0,'2019-10-09 19:09:47'); -+INSERT INTO `marker` VALUES (11008,1901,NULL,2,1901,68895,'asd','asd',46.89534365646193,-102.52071633448497,0,0,0,'2019-10-09 19:15:40'); -+INSERT INTO `marker` VALUES (11009,1901,NULL,2,1901,57316,'korok','',68.03124809265137,-95.43221005437252,0,0,0,'2019-10-10 05:19:15'); -+INSERT INTO `marker` VALUES (11010,1901,NULL,2,1901,69888,'part 1','',116.25,-158.40625,0,0,0,'2019-10-10 05:58:29'); -+INSERT INTO `marker` VALUES (11011,1901,NULL,2,1904,69738,'golden bow','',52.25,-155.75,0,0,0,'2019-10-10 06:46:39'); -+INSERT INTO `marker` VALUES (11012,1901,NULL,2,1936,69517,'Cracked Wall','',164.10459899902344,-147.48040771484375,0,0,0,'2019-10-10 18:02:38'); -+INSERT INTO `marker` VALUES (11013,1901,NULL,2,1921,68573,'m','',56.640625,-180.90625,0,0,0,'2019-10-11 12:53:39'); -+INSERT INTO `marker` VALUES (11014,1900,NULL,2,1901,69200,'Boat','',71.4375,-109.1796875,0,0,0,'2019-10-12 18:06:35'); -+INSERT INTO `marker` VALUES (11015,2006,NULL,2,1950,70248,'Facade','Boss #6',138.4166717529297,-121.12939658274352,0,0,0,'2019-10-13 01:01:22'); -+INSERT INTO `marker` VALUES (11016,2006,NULL,2,1962,70248,'Face Shrine Nightmare Key','The Key to get to Facade's room in Face Shrine.',178.1666717529297,-103.1321672017886,0,0,0,'2019-10-13 01:07:38'); -+INSERT INTO `marker` VALUES (11017,1901,NULL,2,1901,70111,'Shrine of Resurection','',111.0234375,-157.546875,0,0,0,'2019-10-13 09:42:45'); -+INSERT INTO `marker` VALUES (11018,1901,NULL,2,1901,69480,'Farosh','',59.18625916013648,-90.9987899594777,0,0,0,'2019-10-14 04:42:44'); -+INSERT INTO `marker` VALUES (11019,1901,NULL,2,1901,31439,'??','????',155.3828125,-174.640625,0,0,0,'2019-10-14 09:41:15'); -+INSERT INTO `marker` VALUES (11020,1901,NULL,2,1930,68351,'DRAGON','',155.4609375,-182.1171875,0,0,0,'2019-10-14 12:05:56'); -+INSERT INTO `marker` VALUES (11021,1901,NULL,2,1926,70548,'Divine Beast Vah Ruta','completed Vah Ruta Location',174.65625,-131.84375,0,1,0,'2019-10-14 14:43:34'); -+INSERT INTO `marker` VALUES (11022,1901,NULL,2,1916,70561,'Korok Pinwheel','Shoot balloons',131.3359375,-182.64453125,0,0,0,'2019-10-16 16:32:48'); -+INSERT INTO `marker` VALUES (11023,1901,NULL,2,1901,71042,'I’m here','Aquí ',183.91796875,-121.9453125,0,0,0,'2019-10-19 09:09:54'); -+INSERT INTO `marker` VALUES (11024,1901,NULL,2,1901,28280,'taloh','',43.25,-84.56250190734863,0,0,0,'2019-10-21 22:36:37'); -+INSERT INTO `marker` VALUES (11025,1901,NULL,2,1901,70176,'there was a korok seed','',115.50000381469727,-99.54579696628424,0,0,0,'2019-10-23 11:22:01'); -+INSERT INTO `marker` VALUES (11026,1901,NULL,2,1935,71600,'Relais de la rivière','',133.484375,-145.20703125,0,0,0,'2019-10-23 17:30:05'); -+INSERT INTO `marker` VALUES (11027,1901,NULL,2,1926,70487,'Dive Beast Vah Medo','',71.125,-97.875,0,0,0,'2019-10-24 03:35:57'); -+INSERT INTO `marker` VALUES (11028,1901,NULL,2,1931,71324,'Camp','',118.36979103088379,-158.05729180574417,0,0,0,'2019-10-24 14:37:08'); -+INSERT INTO `marker` VALUES (11029,1901,NULL,2,1943,71588,'Rubis','',169.25,-165.703125,0,0,0,'2019-10-24 14:58:57'); -+INSERT INTO `marker` VALUES (11030,1901,NULL,2,1931,71324,'CAMP','',114.34635543823242,-162.3333335518837,0,0,0,'2019-10-24 17:50:09'); -+INSERT INTO `marker` VALUES (11031,1901,NULL,2,1925,71784,'GO HERE','',175.21875,-101.5625,0,0,0,'2019-10-25 12:51:52'); -+INSERT INTO `marker` VALUES (11032,1901,NULL,2,1926,71784,'Divine Beast Vah Rudania','Daruks Divine Beast',167.8125,-87.625,0,0,0,'2019-10-25 13:01:41'); -+INSERT INTO `marker` VALUES (11033,1901,NULL,2,1926,71784,'Divine Beast Vah Medoh','Ravelis Divine Beast',71.546875,-98.90625,0,0,0,'2019-10-25 13:02:49'); -+INSERT INTO `marker` VALUES (11034,1901,NULL,2,1926,71784,'Divine Beast Vah Naboris','Urbosas Divine Beast',95.15625,-169.34375,0,0,0,'2019-10-25 13:03:52'); -+INSERT INTO `marker` VALUES (11035,1901,NULL,2,1935,71784,'An Ice Guy','',77.359375,-168.22265625,0,0,0,'2019-10-25 15:15:14'); -+INSERT INTO `marker` VALUES (11036,1901,NULL,2,1916,71786,'Korok Seed near the bridge','',153.875,-159.90234375,0,0,0,'2019-10-25 15:57:17'); -+INSERT INTO `marker` VALUES (11037,1901,NULL,2,1901,72022,'statue','',55.59375,-142.59375,0,0,0,'2019-10-27 14:25:39'); -+INSERT INTO `marker` VALUES (11038,1901,NULL,2,1901,71370,'4','',31.25,-104,0,0,0,'2019-10-28 20:31:29'); -+INSERT INTO `marker` VALUES (11039,1901,NULL,2,1901,72231,'test','test',117.328125,-159.078125,0,0,0,'2019-10-29 06:20:51'); -+INSERT INTO `marker` VALUES (11040,1901,NULL,2,1901,72231,'xxxxxxxx','xxxxxxxxxx',109.92547607421875,-153.07366943359375,0,0,0,'2019-10-29 07:16:47'); -+INSERT INTO `marker` VALUES (11041,1901,NULL,2,1931,70972,'Bokoblin Camp','',173.96875,-160.046875,0,0,0,'2019-10-30 13:32:01'); -+INSERT INTO `marker` VALUES (11042,1901,NULL,2,1926,54654,' ','',168.125,-88.25,0,0,0,'2019-10-31 00:03:21'); -+INSERT INTO `marker` VALUES (11043,1901,NULL,2,1926,54654,' ','',71.5625,-100.3125,0,0,0,'2019-10-31 00:03:58'); -+INSERT INTO `marker` VALUES (11044,1901,NULL,2,1926,54654,' ','',95.125,-169.375,0,0,0,'2019-10-31 00:04:17'); -+INSERT INTO `marker` VALUES (11045,1901,NULL,2,1901,72389,'Chest/??????','phantom',124.26171875,-126.64453125,0,1,0,'2019-10-31 12:14:02'); -+INSERT INTO `marker` VALUES (11046,1901,NULL,2,1932,72389,'guardian','',92.8984375,-134.09375,0,0,0,'2019-10-31 12:15:25'); -+INSERT INTO `marker` VALUES (11047,1901,NULL,2,1901,72402,'EX Chest','',120.67578125,-159.390625,0,0,0,'2019-10-31 16:26:58'); -+INSERT INTO `marker` VALUES (11048,1901,NULL,2,1901,72447,'Shrine Of Ressurection','',110.8359375,-157.4765625,0,0,0,'2019-11-01 03:35:34'); -+INSERT INTO `marker` VALUES (11049,1901,NULL,2,1936,72511,'Cracked Wall','',95.140625,-138.78125,0,0,0,'2019-11-01 20:58:55'); -+INSERT INTO `marker` VALUES (11050,1901,NULL,2,1931,45393,'Enemy Camp','',118.2109375,-158.0390625,0,0,0,'2019-11-02 00:24:29'); -+INSERT INTO `marker` VALUES (11051,1901,NULL,2,1931,45393,'Enemy Camp','',117.50390625,-156.32421875,0,0,0,'2019-11-02 00:25:06'); -+INSERT INTO `marker` VALUES (11052,1901,NULL,2,1901,72372,'lynel','',187.21875,-75.40625,0,0,0,'2019-11-02 04:49:20'); -+INSERT INTO `marker` VALUES (11053,1901,NULL,2,1925,72615,'keive tala','',89.24869155883789,-187.22418156097174,0,0,0,'2019-11-02 19:55:41'); -+INSERT INTO `marker` VALUES (11054,1901,NULL,2,1934,72477,'17','',159.05078125,-157.97265625,0,0,0,'2019-11-02 23:10:15'); -+INSERT INTO `marker` VALUES (11055,1901,NULL,2,1901,72645,'noix','',134.28125,-161.671875,0,0,0,'2019-11-02 23:30:45'); -+INSERT INTO `marker` VALUES (11056,2000,NULL,2,1969,56231,'Fairy Fountain','Inside the cave protected by a cracked wall.',243.63750457763672,-83.95736269339838,0,0,0,'2019-11-03 01:03:38'); -+INSERT INTO `marker` VALUES (11057,1901,NULL,2,1901,72627,'?','',99.9375,-142.625,0,0,0,'2019-11-03 07:01:50'); -+INSERT INTO `marker` VALUES (11058,1901,NULL,2,1926,49922,'Vah Rudania','',167.5,-87.75,0,1,0,'2019-11-03 07:17:54'); -+INSERT INTO `marker` VALUES (11059,1901,NULL,2,1910,43405,'Flint','was hidden, had to search',131.99652099609375,-158.1366424560547,0,0,0,'2019-11-03 20:37:13'); -+INSERT INTO `marker` VALUES (11060,2000,NULL,2,1966,60533,'Entered into the dungeon ','Pick up the stone',47.8125,-113.4375,0,0,0,'2019-11-05 11:41:38'); -+INSERT INTO `marker` VALUES (11061,2000,NULL,2,1962,60533,'Slime Key','',109.75,-167.375,0,0,0,'2019-11-05 12:38:49'); -+INSERT INTO `marker` VALUES (11062,1901,NULL,2,1935,72985,'Zora Stone Monuments','Talk to Jiahto. Find all 10 Stone Monuments',180.234375,-119.28125,0,0,0,'2019-11-06 19:51:04'); -+INSERT INTO `marker` VALUES (11063,1901,NULL,2,1901,73086,'Dragon Shrine','',141.5,-164.4453125,0,0,0,'2019-11-07 05:08:17'); -+INSERT INTO `marker` VALUES (11064,1901,NULL,2,1901,72699,'Ver','Necesita escama de dragon',141.09375,-164.28125,0,0,0,'2019-11-08 00:53:18'); -+INSERT INTO `marker` VALUES (11065,1901,NULL,2,1903,73012,'TEST','',96.578125,-87.03125,0,0,0,'2019-11-09 06:56:48'); -+INSERT INTO `marker` VALUES (11066,1901,NULL,2,1901,73410,'Minor','Description',189.3046875,-107.7890625,0,0,0,'2019-11-10 06:20:03'); -+INSERT INTO `marker` VALUES (11067,1901,NULL,2,1901,73410,'Minor','Description',189.8125,-107.875,0,0,0,'2019-11-10 06:21:05'); -+INSERT INTO `marker` VALUES (11068,1901,NULL,2,1901,72601,'LInks house','',179.890625,-163.828125,0,0,0,'2019-11-10 14:40:24'); -+INSERT INTO `marker` VALUES (11069,1901,NULL,2,1925,72389,'shrine','',145.27734375,-114.55078125,0,0,0,'2019-11-10 17:03:05'); -+INSERT INTO `marker` VALUES (11070,1901,NULL,2,1901,73493,'Sacrario della Rinascita','',110.73263549804688,-157.3443603515625,0,0,0,'2019-11-10 20:09:15'); -+INSERT INTO `marker` VALUES (11071,1901,NULL,2,1916,73546,'oops','',109.65625,-183.9296875,0,0,0,'2019-11-11 08:51:11'); -+INSERT INTO `marker` VALUES (11072,1901,NULL,2,1926,73386,'Divine Beast Vah Medoh','',71,-101,0,0,0,'2019-11-12 03:22:45'); -+INSERT INTO `marker` VALUES (11073,1901,NULL,2,1926,73386,'Divine Beast Vah Rudania','',167.5,-90.5,0,0,0,'2019-11-12 03:23:27'); -+INSERT INTO `marker` VALUES (11074,1901,NULL,2,1926,73386,'Divine Beast Vah Naboris','',57.5,-173,0,0,0,'2019-11-12 03:24:17'); -+INSERT INTO `marker` VALUES (11075,2000,NULL,2,1969,60533,'Fairy Fountains','',243.375,-83.875,0,0,0,'2019-11-13 08:02:33'); -+INSERT INTO `marker` VALUES (11076,1901,NULL,2,1910,73379,'Dynamic loaded Guardian Scrap','1.6 Item farm spot',106.421875,-185.4765625,0,0,0,'2019-11-13 22:29:40'); -+INSERT INTO `marker` VALUES (11077,1901,NULL,2,1926,73790,'Vah'Medo','',71.34375,-100,0,0,0,'2019-11-14 11:25:46'); -+INSERT INTO `marker` VALUES (11078,1901,NULL,2,1901,73849,'RT2472','',166.42578125,-86.1484375,0,0,0,'2019-11-14 12:49:15'); -+INSERT INTO `marker` VALUES (11079,1901,NULL,2,1901,72713,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.375,-99.96875,0,1,0,'2019-11-14 14:29:03'); -+INSERT INTO `marker` VALUES (11080,1901,NULL,2,1901,3857,'Fairys','',137.28125,-171.66980771097732,0,0,0,'2019-11-15 15:34:18'); -+INSERT INTO `marker` VALUES (11081,1901,NULL,2,1910,57658,'Red Rupie','Under a rock in the road.',95.20703125,-145.1171875,0,0,0,'2019-11-15 18:24:14'); -+INSERT INTO `marker` VALUES (11082,1901,NULL,2,1910,57658,'Amber','under rock next to unlit cookpit',96.09375,-132.69921875,0,0,0,'2019-11-15 21:25:04'); -+INSERT INTO `marker` VALUES (11083,1901,NULL,2,1939,73379,'Ice Wizzrobe','',73.75,-129.71875,0,0,0,'2019-11-16 05:00:32'); -+INSERT INTO `marker` VALUES (11084,1901,NULL,2,1944,32383,'Royal Halbeard','',119.02578115463257,-87.36091672639584,0,0,0,'2019-11-16 11:06:58'); -+INSERT INTO `marker` VALUES (11085,1901,NULL,2,1944,72651,'EX-Chest - Phantom Armor','Once at the ruins, check the middle ring of water along the Southwest side to use magnesis to pull the chest out.',124.18283417285726,-126.64048012158895,0,0,0,'2019-11-16 12:27:05'); -+INSERT INTO `marker` VALUES (11086,1901,NULL,2,1935,73797,'Good Sized Horse','',96.31640625,-157.2421875,0,1,0,'2019-11-16 23:35:44'); -+INSERT INTO `marker` VALUES (11087,1901,NULL,2,1926,74038,'Divine Beast Vah Naboris','',95,-169.125,0,0,0,'2019-11-17 01:02:35'); -+INSERT INTO `marker` VALUES (11088,1901,NULL,2,1901,74072,'Temple of Time','',115.109375,-158.21875,0,0,0,'2019-11-17 03:08:14'); -+INSERT INTO `marker` VALUES (11089,1901,NULL,2,1910,74072,'Bird Egg','',116.09375,-156.5859375,0,0,0,'2019-11-17 03:36:37'); -+INSERT INTO `marker` VALUES (11090,1901,NULL,2,1910,57658,'Opal','Under rock',85.234375,-134.734375,0,0,0,'2019-11-17 04:17:45'); -+INSERT INTO `marker` VALUES (11091,1901,NULL,2,1910,74072,'Acorn','',114.734375,-152.6796875,0,0,0,'2019-11-17 04:43:25'); -+INSERT INTO `marker` VALUES (11092,1901,NULL,2,1903,74072,'Boko Spear','',113.640625,-164.65625,0,0,0,'2019-11-17 20:50:43'); -+INSERT INTO `marker` VALUES (11093,1901,NULL,2,1903,74072,'Boko Club','',113.6171875,-164.6484375,0,0,0,'2019-11-17 20:51:24'); -+INSERT INTO `marker` VALUES (11094,1901,NULL,2,1910,74072,'Amber','',107.84375,-162.71875,0,0,0,'2019-11-17 21:59:10'); -+INSERT INTO `marker` VALUES (11095,1901,NULL,2,1902,74160,'Phantom Greaves','',120.08984375,-137.5,0,0,0,'2019-11-18 01:11:48'); -+INSERT INTO `marker` VALUES (11096,1901,NULL,2,1901,74072,'Camp Fire','',105.46484375,-152.76953125,0,0,0,'2019-11-18 04:20:04'); -+INSERT INTO `marker` VALUES (11097,1901,NULL,2,1931,74072,'Enemy Camp','',107.90625,-154.234375,0,0,0,'2019-11-18 04:31:35'); -+INSERT INTO `marker` VALUES (11098,1901,NULL,2,1905,74072,'Boko Shield','',107.87109375,-154.25,0,0,0,'2019-11-18 04:34:58'); -+INSERT INTO `marker` VALUES (11099,1901,NULL,2,1903,74072,'Boko Club','',107.88671875,-154.2421875,0,0,0,'2019-11-18 04:35:17'); -+INSERT INTO `marker` VALUES (11100,1901,NULL,2,1904,74072,'Boko Bow','',107.9453125,-154.20703125,0,0,0,'2019-11-18 04:36:15'); -+INSERT INTO `marker` VALUES (11101,1901,NULL,2,1931,74072,'Enemy Camp','',110.10546875,-155.58203125,0,0,0,'2019-11-18 04:45:24'); -+INSERT INTO `marker` VALUES (11102,1901,NULL,2,1903,74072,'Boko Club','',110.15234375,-155.5703125,0,0,0,'2019-11-18 04:45:45'); -+INSERT INTO `marker` VALUES (11103,1901,NULL,2,1905,74072,'Spiked Boko Shield','',105.33203125,-156,0,0,0,'2019-11-18 04:59:07'); -+INSERT INTO `marker` VALUES (11104,1901,NULL,2,1903,74072,'Soldier's Broadsword','',105.3125,-155.9609375,0,0,0,'2019-11-18 04:59:51'); -+INSERT INTO `marker` VALUES (11105,1901,NULL,2,1930,74072,'White Chuchu x2','',107.87109375,-156.6328125,0,0,0,'2019-11-18 05:07:59'); -+INSERT INTO `marker` VALUES (11106,1901,NULL,2,1930,74072,'White Chuchu x2','',109.140625,-156.9140625,0,0,0,'2019-11-18 05:09:05'); -+INSERT INTO `marker` VALUES (11107,1901,NULL,2,1901,74072,'Camp Fire','',109.421875,-157.3984375,0,0,0,'2019-11-18 05:10:40'); -+INSERT INTO `marker` VALUES (11108,1901,NULL,2,1901,74167,'Current Location','',155.73828125,-143.34375,0,0,0,'2019-11-18 14:54:48'); -+INSERT INTO `marker` VALUES (11109,1901,NULL,2,1901,74211,'Início jogo','Início jogo',117.694091796875,-154.384765625,0,0,0,'2019-11-18 22:40:49'); -+INSERT INTO `marker` VALUES (11110,1901,NULL,2,1901,73379,'Pondo's Lodge and Bowling','A nice little lodge with a cooking pot and one of the best spots for grinding Rupees',95.65625,-95.12109375,0,0,0,'2019-11-18 23:55:20'); -+INSERT INTO `marker` VALUES (11111,1901,NULL,2,1931,74160,'Enemy Camp','',171.8125,-163.05078125,0,0,0,'2019-11-19 20:22:47'); -+INSERT INTO `marker` VALUES (11112,1901,NULL,2,1935,73012,'a gift of nightshade ','',169.015625,-183.625,0,0,0,'2019-11-19 22:09:42'); -+INSERT INTO `marker` VALUES (11113,1901,NULL,2,1901,74298,'BA?LANGIÇ','',110.546875,-157.47265625,0,0,0,'2019-11-19 22:25:17'); -+INSERT INTO `marker` VALUES (11114,1901,NULL,2,1926,73012,'Divine Beast Vah Naboris','',94.96875,-169.21875,0,0,0,'2019-11-19 23:41:47'); -+INSERT INTO `marker` VALUES (11115,1901,NULL,2,1926,73012,'Divine Beast Vah Medoh','',71.5625,-99,0,0,0,'2019-11-19 23:42:32'); -+INSERT INTO `marker` VALUES (11116,1901,NULL,2,1926,73012,'Divine Beast Vah Rudania','',166.1875,-87.984375,0,0,0,'2019-11-19 23:43:23'); -+INSERT INTO `marker` VALUES (11117,1901,NULL,2,1901,73948,'Great flame blade','',153.1875,-71.0625,0,0,0,'2019-11-20 15:38:17'); -+INSERT INTO `marker` VALUES (11118,1901,NULL,2,1925,74482,'n','n',156.84375,-166.625,0,0,0,'2019-11-22 09:11:49'); -+INSERT INTO `marker` VALUES (11119,1901,NULL,2,1935,74551,'Mejora la tableta sheikan','',187.11135864257812,-161.20536714089562,0,0,0,'2019-11-23 06:26:07'); -+INSERT INTO `marker` VALUES (11120,1901,NULL,2,1902,74591,'Shields','Bokoblins carry n,16 shields. Easy hit. ',143.6328125,-149.7045201743898,0,0,0,'2019-11-23 18:11:41'); -+INSERT INTO `marker` VALUES (11121,1901,NULL,2,1901,73176,'asd','',110.91921967548237,-154.6835750402829,0,0,0,'2019-11-24 11:46:28'); -+INSERT INTO `marker` VALUES (11122,1901,NULL,2,1930,74611,'big bad dude','kill him\r\n\r\n',188.828125,-148.53125,0,1,0,'2019-11-24 23:53:22'); -+INSERT INTO `marker` VALUES (11123,1901,NULL,2,1902,74742,'Korok mask','mask of the first dlc, the mask shakes when you are close do korok seeds',139.3984375,-99.515625,0,0,0,'2019-11-25 02:22:08'); -+INSERT INTO `marker` VALUES (11124,1901,NULL,2,1910,74742,'a','a',139.40234375,-99.5078125,0,0,0,'2019-11-25 02:22:45'); -+INSERT INTO `marker` VALUES (11125,1901,NULL,2,1920,73379,'Akkala Ancient Tech Lab','Location of Robbie and Cherry (Robbie's Robot)',198.546875,-78.57421875,0,0,0,'2019-11-25 04:39:30'); -+INSERT INTO `marker` VALUES (11126,1901,NULL,2,1926,74772,'Divine Beast Vah Naboris','',84.859375,-186.359375,0,0,0,'2019-11-25 14:28:41'); -+INSERT INTO `marker` VALUES (11127,1901,NULL,2,1926,74772,'Divine Beast Vah Rudania','',167.63671875,-87.29296875,0,0,0,'2019-11-25 14:30:20'); -+INSERT INTO `marker` VALUES (11128,1901,NULL,2,1926,74772,'Divine Beast Vah Medoh','',71.4140625,-95.0546875,0,0,0,'2019-11-25 14:32:34'); -+INSERT INTO `marker` VALUES (11129,1901,NULL,2,1943,74072,'Silver Rupee (100)','',155.984375,-158.0078125,0,0,0,'2019-11-25 20:59:38'); -+INSERT INTO `marker` VALUES (11130,1901,NULL,2,1936,74591,'bombable wall','Contains flint, a treasure chest',114.46484375,-158.07366484494375,0,0,0,'2019-11-26 19:40:58'); -+INSERT INTO `marker` VALUES (11131,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','This is Daruk's Divine Beast, housing Fireblight Ganon. Completing it rewards you Daruk's Protection.',58.125,-112.5,0,0,0,'2019-11-28 17:22:55'); -+INSERT INTO `marker` VALUES (11132,1901,NULL,2,1916,38501,'lol','',133.25,-94.5,0,0,0,'2019-11-30 08:07:48'); -+INSERT INTO `marker` VALUES (11133,1901,NULL,2,1935,75084,'Sunken Treasure','',172.37109375,-182.01953125,0,0,0,'2019-11-30 16:36:35'); -+INSERT INTO `marker` VALUES (11134,1901,NULL,2,1926,75272,'Vah Medoh','The Devine Beast Vah Medoh',71.546875,-98.9296875,0,0,0,'2019-11-30 21:49:52'); -+INSERT INTO `marker` VALUES (11135,1901,NULL,2,1901,37819,'Hearty Durian','',149.13671875,-178.5390625,0,0,0,'2019-12-01 01:30:31'); -+INSERT INTO `marker` VALUES (11136,1901,NULL,2,1944,72699,'Casco fantasmal','aumenta sigilo',154.21875,-177.640625,0,0,0,'2019-12-01 12:25:43'); -+INSERT INTO `marker` VALUES (11137,1901,NULL,2,1902,75407,'Majora mask','EX Chest',120.9609375,-148.2265625,0,0,0,'2019-12-01 22:54:56'); -+INSERT INTO `marker` VALUES (11138,1901,NULL,2,1901,75439,'????','',115.6640625,-134.7109375,0,0,0,'2019-12-03 03:49:18'); -+INSERT INTO `marker` VALUES (11139,1901,NULL,2,1921,75548,'Rito Village','',61.125,-130,0,0,0,'2019-12-03 17:01:08'); -+INSERT INTO `marker` VALUES (11140,1901,NULL,2,1916,74589,'???ç','',166.7734375,-106.09375,0,0,0,'2019-12-05 11:03:05'); -+INSERT INTO `marker` VALUES (11141,1901,NULL,2,1901,74589,'asdf','',166.7265625,-105.921875,0,0,0,'2019-12-05 11:03:27'); -+INSERT INTO `marker` VALUES (11142,1901,NULL,2,1904,75864,'Bomb Arrows','',105.29296875,-159.68359375,0,0,0,'2019-12-07 02:55:14'); -+INSERT INTO `marker` VALUES (11143,1901,NULL,2,1910,75864,'Amber','In rock formation',107.87343788146973,-162.7140622138977,0,0,0,'2019-12-07 03:01:12'); -+INSERT INTO `marker` VALUES (11144,1901,NULL,2,1903,75916,'ms','',24.5,-86.25,0,0,0,'2019-12-07 23:16:07'); -+INSERT INTO `marker` VALUES (11145,1901,NULL,2,1934,51280,'Final Memory','',158.9617919921875,-158.053466796875,0,0,0,'2019-12-09 08:31:14'); -+INSERT INTO `marker` VALUES (11146,1901,NULL,2,1943,75407,'Royal Halberd','Royal Halberd',118.96875,-87.21875,0,0,0,'2019-12-09 17:18:33'); -+INSERT INTO `marker` VALUES (11147,1901,NULL,2,1902,76199,'?????','',-3.25,-92.2196038414042,0,0,0,'2019-12-09 17:49:07'); -+INSERT INTO `marker` VALUES (11148,1901,NULL,2,1901,76202,'Cheval blanc','',101.375,-141.1875,0,0,0,'2019-12-10 10:19:52'); -+INSERT INTO `marker` VALUES (11149,1901,NULL,2,1901,74757,'Good Weapon','',141.609375,-103.0078125,0,0,0,'2019-12-10 10:48:32'); -+INSERT INTO `marker` VALUES (11150,1901,NULL,2,1936,73669,'Cracked Stones','',61.4921875,-94.22265625,0,1,0,'2019-12-11 13:59:25'); -+INSERT INTO `marker` VALUES (11151,1901,NULL,2,1901,76519,'Possible Korok','',60.65625,-86.125,0,0,0,'2019-12-13 05:33:25'); -+INSERT INTO `marker` VALUES (11152,1901,NULL,2,1901,76526,'Akkala Ancient Tech Lab','',199.5625,-78.2578125,0,0,0,'2019-12-15 06:36:05'); -+INSERT INTO `marker` VALUES (11153,1901,NULL,2,1901,39009,'sadfgsdfgsdfghsfghsdfgh','',41.3125,-142.1875,0,0,0,'2019-12-15 20:17:10'); -+INSERT INTO `marker` VALUES (11154,1901,NULL,2,1916,76836,'Race to pond','',152.8046875,-116.8046875,0,0,0,'2019-12-15 23:51:35'); -+INSERT INTO `marker` VALUES (11155,1901,NULL,2,1901,76915,'Tori Village','for warm clothes',112.78125,-139.0625,0,0,0,'2019-12-16 23:23:44'); -+INSERT INTO `marker` VALUES (11156,1901,NULL,2,1944,77028,'Zant's Helmet','',148.125,-166.296875,0,1,0,'2019-12-17 21:56:08'); -+INSERT INTO `marker` VALUES (11157,1901,NULL,2,1946,77028,'Misko's EX Journal','',123.890625,-155.21875,0,0,0,'2019-12-17 22:01:08'); -+INSERT INTO `marker` VALUES (11158,1901,NULL,2,1946,77028,'Misko's EX Journal 2','',134.953125,-158.640625,0,0,0,'2019-12-17 22:01:33'); -+INSERT INTO `marker` VALUES (11159,1901,NULL,2,1946,74072,'Rumor Mill: Volume 5','Inside the Wetland Stable, on the table',141.875,-130.734375,0,0,0,'2019-12-18 07:14:42'); -+INSERT INTO `marker` VALUES (11160,1901,NULL,2,1925,77093,'Difficult - Not done','',185,-179.375,0,0,0,'2019-12-18 12:40:42'); -+INSERT INTO `marker` VALUES (11161,1901,NULL,2,1936,76836,'Korok seed behind it','',167.8515625,-71.734375,0,0,0,'2019-12-19 07:27:30'); -+INSERT INTO `marker` VALUES (11162,1901,NULL,2,1926,75087,'Divine Beast Vah Naboris','',95.09375,-169.15625,0,0,0,'2019-12-19 20:32:20'); -+INSERT INTO `marker` VALUES (11163,1901,NULL,2,1926,77230,'non did shrines','',46.75,-151,0,0,0,'2019-12-19 22:06:39'); -+INSERT INTO `marker` VALUES (11164,1901,NULL,2,1921,76435,'Kakariko','',158.578125,-142.734375,0,0,0,'2019-12-20 06:20:09'); -+INSERT INTO `marker` VALUES (11165,1901,NULL,2,1901,76435,'Kakariko','',156.765625,-143.625,0,0,0,'2019-12-20 06:23:30'); -+INSERT INTO `marker` VALUES (11166,1901,NULL,2,1943,76836,'Silver Rupee','',134.69140625,-189.0390625,0,0,0,'2019-12-20 22:23:26'); -+INSERT INTO `marker` VALUES (11167,1901,NULL,2,1943,76836,'Opal x 1','',132.42578125,-189.11328125,0,0,0,'2019-12-20 22:26:17'); -+INSERT INTO `marker` VALUES (11168,1901,NULL,2,1939,74072,'Ice Wizzrobe','Maybe a glitch since no other site I found had this, but I did (normal difficulty). Was "flying" around right next to the encampment where the 2 moblins and 10x chest were',163.8984375,-125.8203125,0,0,0,'2019-12-21 06:08:10'); -+INSERT INTO `marker` VALUES (11169,1901,NULL,2,1930,67975,' Ganon','The main enemy of the game, once beat, the game ends',124.02734375,-111.421875,0,1,0,'2019-12-21 09:26:13'); -+INSERT INTO `marker` VALUES (11170,1901,NULL,2,1935,67975,'A Landscape of a Stable','NPC: Mayro\r\n\r\nRequires: Find the location the picture on the wall was painted from, it will reveal the location of a shrine.\r\n\r\nReward: Shrine',168.859375,-110.11328125,0,1,0,'2019-12-21 11:55:51'); -+INSERT INTO `marker` VALUES (11171,1901,NULL,2,1916,67975,'Korok Seed','',169.515625,-112.890625,0,0,0,'2019-12-21 12:00:23'); -+INSERT INTO `marker` VALUES (11172,1901,NULL,2,1944,67975,'Knight's Bow','Contains: Knight's Bow\r\n\r\nRequires defeating an army camp: Yes\r\n\r\nIs in the ground: No',167.078125,-113.421875,0,0,0,'2019-12-21 12:03:06'); -+INSERT INTO `marker` VALUES (11173,1901,NULL,2,1931,67975,'Bokoblin Camp','Camp includes 2 Bokoblin archers [always awake] and 6 Bokoblins inside the skull [sleeping at night].\r\nit will also include 2 keeses if arriving at night\r\ninside the skull there are 4 exploding barrels, 2 under each eye.\r\nshootinga rope holding the lamp in one of the eyes will cause an explosion.',166.9609375,-113.5546875,0,1,0,'2019-12-21 12:11:45'); -+INSERT INTO `marker` VALUES (11174,1901,NULL,2,1901,67975,'Luminous Stone Deposits','A location with 5 luminous stone deposits',166.0078125,-113.71875,0,0,0,'2019-12-21 12:13:10'); -+INSERT INTO `marker` VALUES (11175,1901,NULL,2,1931,67975,'Enemy Camp','Camp includes 2 Lizalfos, one Bokoblin, and 2 fire Chuchus.\r\nin addition, there are 4 explosive barrels surrounding the camp.',167.33984375,-116.63671875,0,1,0,'2019-12-21 12:25:53'); -+INSERT INTO `marker` VALUES (11176,1901,NULL,2,1944,76836,'Ravio's Hood','Chest is in ground under the hand, pull it out with Magnesis.',141.1171875,-166.08203125,0,0,0,'2019-12-21 22:55:53'); -+INSERT INTO `marker` VALUES (11177,1901,NULL,2,1925,59975,'Ya Naga Shrine','',122.7978515625,-168.637939453125,0,0,0,'2019-12-22 02:25:59'); -+INSERT INTO `marker` VALUES (11178,1901,NULL,2,1936,74072,'Reward: Ruby x3 (Break the ore deposit)','',174.59375,-133.671875,0,0,0,'2019-12-23 18:03:42'); -+INSERT INTO `marker` VALUES (11179,1901,NULL,2,1948,74072,'Under rock overhnag','',178.25,-129.42578125,0,0,0,'2019-12-23 18:19:21'); -+INSERT INTO `marker` VALUES (11180,1901,NULL,2,1901,77697,'Kakariko Village','',147.78125,-142.1538100671167,0,1,0,'2019-12-23 22:54:29'); -+INSERT INTO `marker` VALUES (11181,1901,NULL,2,1925,77818,'!!','',160.046875,-143.234375,0,0,0,'2019-12-24 21:12:45'); -+INSERT INTO `marker` VALUES (11182,1901,NULL,2,1901,77879,'Shrine to do','',103.77157145492,-150.25,0,0,0,'2019-12-25 01:48:45'); -+INSERT INTO `marker` VALUES (11183,1901,NULL,2,1935,77923,'sheep rustlers','free the scheep',184.765625,-161.296875,0,0,0,'2019-12-25 11:53:58'); -+INSERT INTO `marker` VALUES (11184,1901,NULL,2,1903,23337,'Royal Halberd','',118.9609375,-87.3671875,0,1,0,'2019-12-25 16:07:56'); -+INSERT INTO `marker` VALUES (11185,1901,NULL,2,1943,76836,'Amber','',109.953125,-148.69921875,0,0,0,'2019-12-26 09:24:56'); -+INSERT INTO `marker` VALUES (11186,1901,NULL,2,1901,78128,'Zoras Domain','',25,-98.5,0,0,0,'2019-12-26 22:03:07'); -+INSERT INTO `marker` VALUES (11187,1901,NULL,2,1901,78081,'Need High Jump','',152.75,-173.265625,0,0,0,'2019-12-27 07:09:30'); -+INSERT INTO `marker` VALUES (11188,1901,NULL,2,1926,73213,'Devine Beast Va Rudania','',14.25,-180.875,0,0,0,'2019-12-28 11:44:02'); -+INSERT INTO `marker` VALUES (11189,1901,NULL,2,1926,73213,'Devine Beast Va Medoh','',71.4375,-99.875,0,0,0,'2019-12-28 11:45:43'); -+INSERT INTO `marker` VALUES (11190,1901,NULL,2,1916,78207,'Korok Seed','',150.328125,-100.625,0,0,0,'2019-12-28 13:16:46'); -+INSERT INTO `marker` VALUES (11191,1901,NULL,2,1901,78577,'edfqef','',97.2249984741211,-138.65129900998681,0,0,0,'2019-12-29 15:27:27'); -+INSERT INTO `marker` VALUES (11192,1901,NULL,2,1901,74630,'honeyvore bear','a beat',145.375,-124.1875,0,0,0,'2019-12-29 20:26:54'); -+INSERT INTO `marker` VALUES (11193,1901,NULL,2,1926,76939,'Vah Medoh','',71.97949028015137,-99.70714950561523,0,0,0,'2019-12-29 23:17:42'); -+INSERT INTO `marker` VALUES (11194,1901,NULL,2,1926,76939,'Vah Naboris','',86.87124252319336,-182.96971988677979,0,0,0,'2019-12-29 23:18:56'); -+INSERT INTO `marker` VALUES (11195,1901,NULL,2,1926,76939,'Divine Beast Vah Rudania','',166.19676971435547,-87.59951210021973,0,0,0,'2019-12-29 23:20:29'); -+INSERT INTO `marker` VALUES (11196,1901,NULL,2,1901,78902,'HERE','',117.421875,-152.4765625,0,0,0,'2019-12-30 21:05:33'); -+INSERT INTO `marker` VALUES (11197,1901,NULL,2,1943,50315,'Ruby (EX)','',117.41015625,-151.73697918653488,0,0,0,'2019-12-31 14:29:04'); -+INSERT INTO `marker` VALUES (11198,1901,NULL,2,1903,50315,'Tree Branch','',114.82031106948853,-153.07812523841858,0,0,0,'2019-12-31 16:09:47'); -+INSERT INTO `marker` VALUES (11199,1901,NULL,2,1901,50315,'Amber','Check to marker on top of Mount Hylia for an Amber.',107.88281297683716,-162.7395839691162,0,0,0,'2019-12-31 18:55:40'); -+INSERT INTO `marker` VALUES (11200,1901,NULL,2,1901,79082,'luna','',85.015625,-131.37653792491122,0,0,0,'2019-12-31 20:12:55'); -+INSERT INTO `marker` VALUES (11201,1901,NULL,2,1920,79070,'Shrine of Resurrection','',110.8515625,-157.48828125,0,0,0,'2019-12-31 20:20:17'); -+INSERT INTO `marker` VALUES (11202,1901,NULL,2,1930,79070,'3 Bokoblins','',116.390625,-154.81640625,0,0,0,'2019-12-31 20:21:32'); -+INSERT INTO `marker` VALUES (11203,1901,NULL,2,1903,50315,'Tree Branch','',110.42057299613953,-156.26822888851166,0,0,0,'2019-12-31 20:23:42'); -+INSERT INTO `marker` VALUES (11204,1901,NULL,2,1931,79070,'Bokoblin camp','Reds and a blue',117.8828125,-157.73828125,0,0,0,'2019-12-31 20:27:10'); -+INSERT INTO `marker` VALUES (11205,1901,NULL,2,1930,79070,'Bokoblin','',115.703125,-156.671875,0,0,0,'2019-12-31 20:38:09'); -+INSERT INTO `marker` VALUES (11206,1901,NULL,2,1930,79070,'Bokoblin','',116.28515625,-157.09765625,0,0,0,'2019-12-31 20:38:22'); -+INSERT INTO `marker` VALUES (11207,1901,NULL,2,1930,79070,'3 Stalkoblins','Appear at night.',112.265625,-153.2265625,0,0,0,'2019-12-31 21:07:02'); -+INSERT INTO `marker` VALUES (11208,1901,NULL,2,1920,79070,'Outpost Ruins','',123.8671875,-154.24609375,0,0,0,'2019-12-31 21:08:54'); -+INSERT INTO `marker` VALUES (11209,1901,NULL,2,1920,79070,'Eastern Abbey','',120.390625,-158.96484375,0,0,0,'2019-12-31 21:09:41'); -+INSERT INTO `marker` VALUES (11210,1901,NULL,2,1920,79070,'Temple of Time','',115.19921875,-159.16796875,0,0,0,'2019-12-31 21:10:18'); -+INSERT INTO `marker` VALUES (11211,1901,NULL,2,1944,75407,'Royal shield','',115.76953125,-72.76953125,0,0,0,'2020-01-01 18:39:30'); -+INSERT INTO `marker` VALUES (11212,1901,NULL,2,1904,79259,'Fire arrows','Behind cracked wall',112.9247477054596,-164.7574164867401,0,1,0,'2020-01-02 22:08:22'); -+INSERT INTO `marker` VALUES (11213,1901,NULL,2,1904,79259,'Bow','Now hidden under rock',113.6098301410675,-163.38385653495789,0,1,0,'2020-01-02 22:15:54'); -+INSERT INTO `marker` VALUES (11214,1901,NULL,2,1936,79469,'Secret nook within the secret cave','',158.69921875,-168.7109375,0,0,0,'2020-01-03 05:28:25'); -+INSERT INTO `marker` VALUES (11215,1901,NULL,2,1901,79469,'Cave of gemstones','',198.0625,-152.375,0,0,0,'2020-01-03 05:31:19'); -+INSERT INTO `marker` VALUES (11216,1901,NULL,2,1925,78050,'Missed Shrine','',186.84375,-86.40625,0,0,0,'2020-01-03 17:07:21'); -+INSERT INTO `marker` VALUES (11217,1901,NULL,2,1935,73866,'By Firefly's Light','',156.0078125,-144.109375,0,0,0,'2020-01-04 21:19:18'); -+INSERT INTO `marker` VALUES (11218,1901,NULL,2,1903,79726,'eightfold longblade','',180.00390625,-135.58984375,0,0,0,'2020-01-05 00:26:47'); -+INSERT INTO `marker` VALUES (11219,1901,NULL,2,1936,76430,'Cave with ore','',158.67135620117188,-175.59947204589844,0,0,0,'2020-01-05 07:58:33'); -+INSERT INTO `marker` VALUES (11220,1901,NULL,2,1938,79019,'a visiter !','point d'accroche pour le volcan',168.90625,-109.703125,0,0,0,'2020-01-05 13:58:06'); -+INSERT INTO `marker` VALUES (11221,1901,NULL,2,1916,78250,'BOTON','',194.51953125,-78.74609375,0,0,0,'2020-01-05 16:10:10'); -+INSERT INTO `marker` VALUES (11222,1901,NULL,2,1944,50315,'Knight's Halberd','',118.89583206176758,-87.25000047683716,0,0,0,'2020-01-06 13:34:56'); -+INSERT INTO `marker` VALUES (11223,1901,NULL,2,1916,76609,'falta korok torre llnura','',110.625,-120.01399528214306,0,0,0,'2020-01-06 18:33:23'); -+INSERT INTO `marker` VALUES (11224,1901,NULL,2,1901,79503,'Chasse aux cerfs','',184.796875,-160.578125,0,0,0,'2020-01-06 18:44:28'); -+INSERT INTO `marker` VALUES (11225,1901,NULL,2,1930,79070,'Yiga footsoldier','A man by the name of "Traveller" stops to talk to you.',155.96484375,-150.875,0,0,0,'2020-01-06 23:29:36'); -+INSERT INTO `marker` VALUES (11226,1901,NULL,2,1930,79070,'Yiga footsoldier','A woman by the name of "Traveller" stops to talk to you.',176.3046875,-163.375,0,0,0,'2020-01-06 23:30:50'); -+INSERT INTO `marker` VALUES (11227,1901,NULL,2,1936,74072,'Bombable rock pile, Ore inside','Contains rock salt, so not worth the effort unless you are in the area',187.65625,-132.13671875,0,0,0,'2020-01-07 20:14:36'); -+INSERT INTO `marker` VALUES (11228,1901,NULL,2,1936,74072,'Rare Ore Depoit behind bombable rock wall','',201.3671875,-115.7265625,0,0,0,'2020-01-07 21:28:13'); -+INSERT INTO `marker` VALUES (11229,1901,NULL,2,1901,49011,'V','',84.6015625,-170.8828125,0,0,0,'2020-01-08 01:42:39'); -+INSERT INTO `marker` VALUES (11230,1901,NULL,2,1926,76193,'Divine Beast Vah Rudania','',167.5546875,-87.4453125,0,0,0,'2020-01-08 19:29:10'); -+INSERT INTO `marker` VALUES (11231,1901,NULL,2,1901,76193,'Shatterback Point','',186.6796875,-121.6171875,0,0,0,'2020-01-08 19:37:48'); -+INSERT INTO `marker` VALUES (11232,1901,NULL,2,1901,76193,'Death Mountain Summit','',166.46875,-88.53125,0,0,0,'2020-01-08 19:38:23'); -+INSERT INTO `marker` VALUES (11233,1901,NULL,2,1901,76193,'Mekar Island','',123.94921875,-93.66796875,0,0,0,'2020-01-08 19:40:04'); -+INSERT INTO `marker` VALUES (11234,1901,NULL,2,1904,76193,'Bomb Arrow x5','',105.09375,-159.6875,0,0,0,'2020-01-08 19:40:32'); -+INSERT INTO `marker` VALUES (11235,1901,NULL,2,1901,76193,'Bomb Arrow x5 (DLC)','',105.0859375,-159.70703125,0,0,0,'2020-01-08 19:40:52'); -+INSERT INTO `marker` VALUES (11236,1901,NULL,2,1943,76193,'Sapphire (DLC)','',117.4140625,-151.7265625,0,0,0,'2020-01-08 19:41:31'); -+INSERT INTO `marker` VALUES (11237,1901,NULL,2,1904,76193,'Bomb Arrow x5 (DLC)','',105.1171875,-159.7109375,0,0,0,'2020-01-08 19:41:43'); -+INSERT INTO `marker` VALUES (11238,1901,NULL,2,1944,76193,'Nintendo Switch T-Shirt (DLC)','',120.6796875,-159.37109375,0,0,0,'2020-01-08 19:43:07'); -+INSERT INTO `marker` VALUES (11239,1901,NULL,2,1944,76193,'Zant's Helm (DLC)','',148.09375,-166.328125,0,0,0,'2020-01-08 19:43:35'); -+INSERT INTO `marker` VALUES (11240,1901,NULL,2,1944,76193,'Island Lobster Shirt (DLC)','',127.53125,-174.71875,0,0,0,'2020-01-08 19:44:06'); -+INSERT INTO `marker` VALUES (11241,1901,NULL,2,1944,76193,'Majora's Mask (DLC)','',120.96484375,-148.02734375,0,0,0,'2020-01-08 19:44:42'); -+INSERT INTO `marker` VALUES (11242,1901,NULL,2,1944,76193,'Tingle's Tights (DLC)','',126.59375,-130.53125,0,0,0,'2020-01-08 19:45:32'); -+INSERT INTO `marker` VALUES (11243,1901,NULL,2,1944,76193,'Korok Mask (DLC)','',138.859375,-98.484375,0,0,0,'2020-01-08 19:46:28'); -+INSERT INTO `marker` VALUES (11244,1901,NULL,2,1943,76193,'Travel Medallion (DLC)','',200.7578125,-72.3203125,0,0,0,'2020-01-08 19:49:45'); -+INSERT INTO `marker` VALUES (11245,1901,NULL,2,1944,76193,'Tingle's Shirt (DLC)','',117.375,-115.08984375,0,0,0,'2020-01-08 19:52:26'); -+INSERT INTO `marker` VALUES (11246,1901,NULL,2,1944,76193,'Tingle's Hat (DLC)','',115.984375,-141.62890625,0,0,0,'2020-01-08 19:53:04'); -+INSERT INTO `marker` VALUES (11247,1901,NULL,2,1944,76193,'Midna's Helm (','',106.27734375,-131.73046875,0,0,0,'2020-01-08 19:53:34'); -+INSERT INTO `marker` VALUES (11248,1901,NULL,2,1944,76193,'Midna's Helm (DLC)','',106.37109375,-131.6171875,0,0,0,'2020-01-08 19:53:59'); -+INSERT INTO `marker` VALUES (11249,1901,NULL,2,1926,76193,'Divine Beast Vah Naboris','',95.0625,-169.5,0,0,0,'2020-01-08 19:57:30'); -+INSERT INTO `marker` VALUES (11250,1901,NULL,2,1926,76193,'Divine Beast Vah Medoh','',71.484375,-97.359375,0,0,0,'2020-01-08 19:57:50'); -+INSERT INTO `marker` VALUES (11251,1901,NULL,2,1901,76193,'Trial of the Sword (DLC)','',134.8046875,-95.0625,0,0,0,'2020-01-08 19:58:42'); -+INSERT INTO `marker` VALUES (11252,1901,NULL,2,1901,76193,'Shrine of Resurrection','',110.92578125,-157.37109375,0,0,0,'2020-01-08 19:59:55'); -+INSERT INTO `marker` VALUES (11253,1901,NULL,2,1910,76193,'Sheikah Slate','',110.38671875,-157.66015625,0,0,0,'2020-01-08 20:00:14'); -+INSERT INTO `marker` VALUES (11254,1901,NULL,2,1903,76193,'One-Hit Obliterator (DLC)','',110.41796875,-157.71875,0,0,0,'2020-01-08 20:00:39'); -+INSERT INTO `marker` VALUES (11255,1901,NULL,2,1910,76193,'Paraglider','',115.32421875,-158.67578125,0,0,0,'2020-01-08 20:01:07'); -+INSERT INTO `marker` VALUES (11256,1901,NULL,2,1910,76193,'Daruk's Protection','',153.47265625,-89.953125,0,0,0,'2020-01-08 20:01:35'); -+INSERT INTO `marker` VALUES (11257,1901,NULL,2,1910,76193,'Revali's Gale','',71.015625,-99.55859375,0,0,0,'2020-01-08 20:02:30'); -+INSERT INTO `marker` VALUES (11258,1901,NULL,2,1910,76193,'Mipha's Grace','',179.2890625,-121.32421875,0,0,0,'2020-01-08 20:03:07'); -+INSERT INTO `marker` VALUES (11259,1901,NULL,2,1910,76193,'Urbosa's Fury','',68.91796875,-172.6640625,0,0,0,'2020-01-08 20:03:33'); -+INSERT INTO `marker` VALUES (11260,1901,NULL,2,1925,76193,'Maz Koshia's Labyrinth (DLC)','',110.765625,-157.5,0,0,0,'2020-01-08 20:04:42'); -+INSERT INTO `marker` VALUES (11261,1901,NULL,2,1910,76193,'Master Cycle Zero (DLC)','',110.875,-157.42578125,0,0,0,'2020-01-08 20:05:09'); -+INSERT INTO `marker` VALUES (11262,1901,NULL,2,1946,76193,'Misko's EX Journal','',123.8984375,-155.19921875,0,0,0,'2020-01-08 20:09:55'); -+INSERT INTO `marker` VALUES (11263,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2','',133.25,-144.96875,0,0,0,'2020-01-08 20:11:23'); -+INSERT INTO `marker` VALUES (11264,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2 (DLC)','',133.2578125,-144.98828125,0,0,0,'2020-01-08 20:11:46'); -+INSERT INTO `marker` VALUES (11265,1901,NULL,2,1901,76193,'Eventide Island','',199.25,-185.21875,0,0,0,'2020-01-08 20:16:37'); -+INSERT INTO `marker` VALUES (11266,1901,NULL,2,1901,76193,'Yiga Clan Hideout','',71.8671875,-149.1484375,0,0,0,'2020-01-08 20:17:28'); -+INSERT INTO `marker` VALUES (11267,1901,NULL,2,1901,76193,'Yiga Hideout Pit','',74.3984375,-148.8671875,0,0,0,'2020-01-08 20:17:47'); -+INSERT INTO `marker` VALUES (11268,1901,NULL,2,1901,76193,'Statue of the Eighth Heroine','',59.65625,-136.140625,0,0,0,'2020-01-08 20:18:17'); -+INSERT INTO `marker` VALUES (11269,1901,NULL,2,1901,76193,'The Seven Heroines','',85.921875,-172.0859375,0,0,0,'2020-01-08 20:18:39'); -+INSERT INTO `marker` VALUES (11270,1901,NULL,2,1935,76193,'Desert Labyrinth','',99.9609375,-181.72265625,0,0,0,'2020-01-08 20:19:29'); -+INSERT INTO `marker` VALUES (11271,1901,NULL,2,1935,76193,'North Lomei Labyrinth','',115.0078125,-72.79296875,0,0,0,'2020-01-08 20:20:02'); -+INSERT INTO `marker` VALUES (11272,1901,NULL,2,1920,76193,'Lomei Labyrinth Island','',200.75,-72.03125,0,0,0,'2020-01-08 20:20:36'); -+INSERT INTO `marker` VALUES (11273,1901,NULL,2,1920,76193,'North Lomei Labyrinth','',114.7109375,-72.76953125,0,0,0,'2020-01-08 20:21:06'); -+INSERT INTO `marker` VALUES (11274,1901,NULL,2,1920,76193,'Desert Labyrinth','',99.94140625,-181.8984375,0,0,0,'2020-01-08 20:21:39'); -+INSERT INTO `marker` VALUES (11275,1901,NULL,2,1934,76193,'Champion Urbosa's Song (DLC)','',94.3671875,-168.08984375,0,0,0,'2020-01-08 20:22:14'); -+INSERT INTO `marker` VALUES (11276,1901,NULL,2,1934,76193,'Champion Revali's Song (DLC)','',71.390625,-99.7265625,0,0,0,'2020-01-08 20:22:45'); -+INSERT INTO `marker` VALUES (11277,1901,NULL,2,1934,76193,'Champion Daruk's Song (DLC)','',166.55859375,-88.3203125,0,0,0,'2020-01-08 20:23:13'); -+INSERT INTO `marker` VALUES (11278,1901,NULL,2,1934,76193,'Champion Mipha's Song (DLC)','',174.0859375,-129.9296875,0,0,0,'2020-01-08 20:23:47'); -+INSERT INTO `marker` VALUES (11279,1901,NULL,2,1930,76193,'Monk Maz Koshia (DLC)','',111.0703125,-157.4453125,0,0,0,'2020-01-08 20:24:26'); -+INSERT INTO `marker` VALUES (11280,1901,NULL,2,1934,76193,'The Champions' Ballad (DLC)','',112.03125,-156.0859375,0,0,0,'2020-01-08 20:24:50'); -+INSERT INTO `marker` VALUES (11281,1901,NULL,2,1910,76193,'Champions' Picture (DLC)','',111.91796875,-156.1015625,0,0,0,'2020-01-08 20:25:13'); -+INSERT INTO `marker` VALUES (11282,1901,NULL,2,1910,79070,'Ore','Several ore deposits in this canyon.',166.7265625,-152.30859375,0,0,0,'2020-01-09 01:26:03'); -+INSERT INTO `marker` VALUES (11283,1901,NULL,2,1925,72389,'shrine','',113.15625,-118.20703125,0,1,0,'2020-01-09 13:44:48'); -+INSERT INTO `marker` VALUES (11284,1901,NULL,2,1920,76193,'Mounted Archery Camp','',124.4609375,-182.3046875,0,0,0,'2020-01-09 19:50:03'); -+INSERT INTO `marker` VALUES (11285,1901,NULL,2,1935,76193,'The Giant Horse','',124.453125,-182.421875,0,0,0,'2020-01-09 19:50:18'); -+INSERT INTO `marker` VALUES (11286,1901,NULL,2,1944,76193,'Ravio's Hat (DLC)','',141.1171875,-166.015625,0,0,0,'2020-01-09 19:56:02'); -+INSERT INTO `marker` VALUES (11287,1901,NULL,2,1935,76193,'Arrows of Burning Flame','',156.4921875,-144.2578125,0,0,0,'2020-01-09 19:57:23'); -+INSERT INTO `marker` VALUES (11288,1901,NULL,2,1935,76193,'By Firefly's Light','',157.68359375,-144.12890625,0,0,0,'2020-01-09 19:57:45'); -+INSERT INTO `marker` VALUES (11289,1901,NULL,2,1926,75562,'Divine Beast Vah Naboris','',76.25,-181.625,0,0,0,'2020-01-10 16:24:08'); -+INSERT INTO `marker` VALUES (11290,1901,NULL,2,1901,80678,'Shrine of Resurrection','This is where Link wakes up and the game begins.',110.359375,-157.6203439362345,0,0,0,'2020-01-10 18:19:47'); -+INSERT INTO `marker` VALUES (11291,1901,NULL,2,1930,79070,'Lizalfos','',134.8125,-159.203125,0,0,0,'2020-01-10 22:20:32'); -+INSERT INTO `marker` VALUES (11292,1901,NULL,2,1931,80678,'Bokoblin Camp','',135.6875,-152.6328125,0,0,0,'2020-01-11 18:54:23'); -+INSERT INTO `marker` VALUES (11293,1901,NULL,2,1931,80678,'Bokoblin Camp','',132.3671875,-153.9296875,0,0,0,'2020-01-11 22:38:57'); -+INSERT INTO `marker` VALUES (11294,1901,NULL,2,1901,80678,'Old Man's House','The Old Man's House. Includes a cooking pot and a bed where Link can recover his hearts.',115.7421875,-163.46875,0,0,0,'2020-01-11 22:40:01'); -+INSERT INTO `marker` VALUES (11295,1901,NULL,2,1931,80678,'Bokoblin Camp','',139.359375,-155.625,0,0,0,'2020-01-11 22:51:50'); -+INSERT INTO `marker` VALUES (11296,1901,NULL,2,1931,80678,'Bokoblin Camp','',140.9921875,-155.15625,0,0,0,'2020-01-11 22:56:08'); -+INSERT INTO `marker` VALUES (11297,1901,NULL,2,1935,75273,'The Sheep Rustlers','Under the tree, speak to Koyin to start the quest. Beat the monsters at Hateno Beach and return to her to finish it.',184.6484375,-160.8671875,0,0,0,'2020-01-12 21:18:38'); -+INSERT INTO `marker` VALUES (11298,1901,NULL,2,1935,75273,'Arrows of Burning Heat','Rola asks you to light the torches around the godess statue using arrows.',156.48046875,-144.2421875,0,0,0,'2020-01-13 00:26:36'); -+INSERT INTO `marker` VALUES (11299,1901,NULL,2,1926,77978,'Divine Beast Vah Naboris','',95.1171875,-169.1953125,0,0,0,'2020-01-13 13:17:56'); -+INSERT INTO `marker` VALUES (11300,1901,NULL,2,1920,76193,'Southern Mine','',154.1953125,-97.5390625,0,0,0,'2020-01-13 18:31:31'); -+INSERT INTO `marker` VALUES (11301,1901,NULL,2,1920,76193,'Abandoned North Mine','',153.6796875,-86.4296875,0,0,0,'2020-01-13 18:31:52'); -+INSERT INTO `marker` VALUES (11302,1901,NULL,2,1935,76193,'Stranded on Eventide','',199.125,-184.921875,0,0,0,'2020-01-13 18:39:29'); -+INSERT INTO `marker` VALUES (11303,1901,NULL,2,1935,76193,'Guardian Slideshow','',129.828125,-187.859375,0,0,0,'2020-01-13 18:40:03'); -+INSERT INTO `marker` VALUES (11304,1901,NULL,2,1920,76193,'Akkala Ancient Tech Lab','',198.55078125,-78.56640625,0,0,0,'2020-01-13 18:55:52'); -+INSERT INTO `marker` VALUES (11305,1901,NULL,2,1920,76193,'Hateno Ancient Tech Lab','',187.05859375,-161.109375,0,0,0,'2020-01-13 18:56:40'); -+INSERT INTO `marker` VALUES (11306,1901,NULL,2,1901,76193,'Fang and Bone (1st Appearance)','',178.80078125,-74.01171875,0,0,0,'2020-01-13 18:58:36'); -+INSERT INTO `marker` VALUES (11307,1901,NULL,2,1935,76193,'Death Mountain's Secret','',155.859375,-92.91796875,0,0,0,'2020-01-13 19:07:20'); -+INSERT INTO `marker` VALUES (11308,1901,NULL,2,1926,81214,'Vah Medoh','',71.34375,-99.93359375,0,1,0,'2020-01-13 20:42:30'); -+INSERT INTO `marker` VALUES (11309,2000,NULL,2,1950,81232,'Lil Devil - Magic Powder','',47.75,-113.25,0,0,0,'2020-01-14 04:05:12'); -+INSERT INTO `marker` VALUES (11310,1901,NULL,2,1931,80678,'Bokoblin Camp','',150.203125,-120.28125,0,0,0,'2020-01-14 04:23:41'); -+INSERT INTO `marker` VALUES (11311,2003,NULL,2,1962,81232,'Key','',84.875,-165.25,0,0,0,'2020-01-14 05:02:08'); -+INSERT INTO `marker` VALUES (11312,1901,NULL,2,1945,80678,'Blupee','',159.1875,-163.25,0,0,0,'2020-01-15 02:36:32'); -+INSERT INTO `marker` VALUES (11313,1901,NULL,2,1945,80678,'Blupee','',158,-165.53125,0,0,0,'2020-01-15 02:36:47'); -+INSERT INTO `marker` VALUES (11314,1901,NULL,2,1930,76193,'Calamity Ganon','',124.0234375,-111.375,0,0,0,'2020-01-15 18:34:09'); -+INSERT INTO `marker` VALUES (11315,1901,NULL,2,1930,76193,'Fireblight Ganon','',167.7109375,-87.5390625,0,0,0,'2020-01-15 18:34:45'); -+INSERT INTO `marker` VALUES (11316,1901,NULL,2,1930,76193,'Windblight Ganon','',71.640625,-97.03125,0,0,0,'2020-01-15 18:35:03'); -+INSERT INTO `marker` VALUES (11317,1901,NULL,2,1930,76193,'Thunderblight Ganon','',83.6875,-182.4375,0,0,0,'2020-01-15 18:35:26'); -+INSERT INTO `marker` VALUES (11318,1901,NULL,2,1930,76193,'Waterblight Ganon','',185.2578125,-125.171875,0,0,0,'2020-01-15 18:35:41'); -+INSERT INTO `marker` VALUES (11319,1901,NULL,2,1937,76193,'Lord of the Mountain','',92.3984375,-133.2578125,0,0,0,'2020-01-15 18:43:29'); -+INSERT INTO `marker` VALUES (11320,1901,NULL,2,1901,76193,'Zelda's Horse','',101.70703125,-140.671875,0,0,0,'2020-01-15 18:44:41'); -+INSERT INTO `marker` VALUES (11321,1901,NULL,2,1935,73866,'A Gift of Nightshade','',168.4453125,-183.4375,0,0,0,'2020-01-16 00:11:54'); -+INSERT INTO `marker` VALUES (11322,1901,NULL,2,1935,76193,'Riddles of Hyrule','',134.5234375,-94.0859375,0,0,0,'2020-01-16 18:18:14'); -+INSERT INTO `marker` VALUES (11323,1901,NULL,2,1943,78796,'Chest ','Glitched into water',162.31249986690227,-186.08573485039807,0,0,0,'2020-01-17 09:17:56'); -+INSERT INTO `marker` VALUES (11324,1901,NULL,2,1925,36179,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.0625,0,1,0,'2020-01-18 08:13:30'); -+INSERT INTO `marker` VALUES (11325,1901,NULL,2,1925,36179,'Ruvo Korbah Shrine','A Major Test of Strangth+',114.96484375,-161.4296875,0,1,0,'2020-01-18 08:14:40'); -+INSERT INTO `marker` VALUES (11326,1901,NULL,2,1925,36179,'Etsu Korima Shrine','Path of Light',109.01953125,-160.98046875,0,1,0,'2020-01-18 08:15:21'); -+INSERT INTO `marker` VALUES (11327,1901,NULL,2,1925,36179,'Yowaka Ita Shrine','Collected Soul',113.265625,-154.1015625,0,1,0,'2020-01-18 08:15:53'); -+INSERT INTO `marker` VALUES (11328,1901,NULL,2,1901,36179,'Champion Revali's Song','Part of DLC wave 2 ',70.765625,-107.4375,0,1,0,'2020-01-18 08:25:28'); -+INSERT INTO `marker` VALUES (11329,1901,NULL,2,1925,36179,'Noe Rajee Shrine','DLC wave 2 ',68.30859375,-91.8984375,0,1,0,'2020-01-18 08:33:53'); -+INSERT INTO `marker` VALUES (11330,1901,NULL,2,1925,36179,'Shira Gomar Shrine','DLC wave 2',90.8515625,-106.40625,0,0,0,'2020-01-18 08:47:16'); -+INSERT INTO `marker` VALUES (11331,1901,NULL,2,1925,36179,'Kiah Toza Shrine','DLC wave 2',94.484375,-78.21875,0,0,0,'2020-01-18 09:04:28'); -+INSERT INTO `marker` VALUES (11332,1901,NULL,2,1904,81159,'Explosive Arrows x5','',105.2734375,-159.671875,0,0,0,'2020-01-18 18:27:17'); -+INSERT INTO `marker` VALUES (11333,1901,NULL,2,1916,81840,'Korok Seed','Korok under the stones',115.171875,-152.19140625,0,1,0,'2020-01-18 21:14:42'); -+INSERT INTO `marker` VALUES (11334,1901,NULL,2,1901,81872,'find','',-51.5,-89.47134376698764,0,0,0,'2020-01-19 04:37:39'); -+INSERT INTO `marker` VALUES (11335,1901,NULL,2,1901,81851,'Stone Talus','',37.625,-127.625,0,0,0,'2020-01-19 07:33:35'); -+INSERT INTO `marker` VALUES (11336,1901,NULL,2,1931,82063,'Bokoblin Camp','',118.25,-158.03125,0,0,0,'2020-01-20 14:35:01'); -+INSERT INTO `marker` VALUES (11337,1901,NULL,2,1944,80073,'Royal Bow','In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.',140.27734375,-103.53125,0,0,0,'2020-01-20 17:36:53'); -+INSERT INTO `marker` VALUES (11338,1901,NULL,2,1901,14388,'Dinraal Farming Spot','',78.10940838879046,-112.20080150401046,0,0,0,'2020-01-21 04:13:48'); -+INSERT INTO `marker` VALUES (11339,1901,NULL,2,1935,79786,'Hero's treasure','Kass quest to retrieve the hero's cache.',186.6875,-169,0,0,0,'2020-01-21 17:25:49'); -+INSERT INTO `marker` VALUES (11340,1901,NULL,2,1935,79786,'Hero's treasure','Kass's quest to retrieve the old hero's treasure',186.734375,-169.015625,0,0,0,'2020-01-21 17:31:13'); -+INSERT INTO `marker` VALUES (11341,1901,NULL,2,1939,74072,'Ice Wizzrobe','',103.828125,-186.2734375,0,0,0,'2020-01-22 08:26:08'); -+INSERT INTO `marker` VALUES (11342,1901,NULL,2,1944,78796,'Silverscale spear','Not a zora spear',178.92578119357813,-120.57020968512843,0,0,0,'2020-01-23 06:16:09'); -+INSERT INTO `marker` VALUES (11343,1901,NULL,2,1944,78796,'Silverscale spear','Not Zora spear',180.0005580614658,-119.70081878786053,0,0,0,'2020-01-23 07:14:53'); -+INSERT INTO `marker` VALUES (11344,1901,NULL,2,1901,82330,'bghit nmshi','',168.5,-88.5,0,0,0,'2020-01-23 10:34:49'); -+INSERT INTO `marker` VALUES (11345,1901,NULL,2,1944,14388,'EX Ravio's Hood','',140.91632506751728,-165.96788977438555,0,1,0,'2020-01-24 20:32:01'); -+INSERT INTO `marker` VALUES (11346,1901,NULL,2,1902,82690,'Barbarian Helm','',200.375,-71.625,0,0,0,'2020-01-26 16:12:42'); -+INSERT INTO `marker` VALUES (11347,1901,NULL,2,1902,82690,'Barbarian Chestplate','',99.738037109375,-182.03207397460938,0,0,0,'2020-01-26 16:18:02'); -+INSERT INTO `marker` VALUES (11348,1901,NULL,2,1902,82690,'Barbarian Leg Wraps','',114.8657455444336,-71.79652404785156,0,0,0,'2020-01-26 16:19:07'); -+INSERT INTO `marker` VALUES (11349,1901,NULL,2,1902,82690,'Nintendo switch shirt','',120.66229796409607,-159.3363962173462,0,0,0,'2020-01-26 16:22:57'); -+INSERT INTO `marker` VALUES (11350,1901,NULL,2,1902,82690,'Hyrulian Trousers','',115.5775511264801,-158.34299850463867,0,0,0,'2020-01-26 16:26:15'); -+INSERT INTO `marker` VALUES (11351,1901,NULL,2,1902,82690,'Warm Doublet','',115.44416403770447,-163.25823616981506,0,0,0,'2020-01-26 16:35:44'); -+INSERT INTO `marker` VALUES (11352,1901,NULL,2,1902,82690,'Warm Doublet','',107.85525643825531,-162.6944615840912,0,0,0,'2020-01-26 16:38:36'); -+INSERT INTO `marker` VALUES (11353,1901,NULL,2,1943,82757,'Rupee','Purple rupee(50)',135.328125,-158.546875,0,0,0,'2020-01-27 00:57:06'); -+INSERT INTO `marker` VALUES (11354,1901,NULL,2,1930,82757,'Lizarfos','2 Lizarfos',135.3984375,-159.171875,0,0,0,'2020-01-27 01:02:07'); -+INSERT INTO `marker` VALUES (11355,1901,NULL,2,1935,82757,'The Giant of Relis Pond','hunt a Hinox in Ralis Pond',179.828125,-119.40625,0,0,0,'2020-01-27 02:17:51'); -+INSERT INTO `marker` VALUES (11356,1901,NULL,2,1944,82757,'Zora Spear','Behind the Bottom korok',179.859375,-120.0546875,0,0,0,'2020-01-27 02:29:53'); -+INSERT INTO `marker` VALUES (11357,1901,NULL,2,1901,82772,'Divine Beast Vah Rudania','',168.375,-88.25,0,0,0,'2020-01-27 04:15:34'); -+INSERT INTO `marker` VALUES (11358,1901,NULL,2,1916,82787,'Kolog','',133.0546875,-150.2578125,0,0,0,'2020-01-27 11:48:54'); -+INSERT INTO `marker` VALUES (11359,1901,NULL,2,1939,78832,'Blizzrobe','',103.78125,-186.46875,0,0,0,'2020-01-28 00:01:04'); -+INSERT INTO `marker` VALUES (11360,1901,NULL,2,1943,82489,'gold rupee','',107.1484375,-90.9140625,0,0,0,'2020-01-28 08:08:07'); -+INSERT INTO `marker` VALUES (11361,1901,NULL,2,1943,82489,'giant ancient core','',108.828125,-89.0703125,0,0,0,'2020-01-28 08:09:43'); -+INSERT INTO `marker` VALUES (11362,1901,NULL,2,1904,77697,'Dinraal Farm','Farm Dinraal (Fire Dragon) parts',142.640625,-70.390625,0,0,0,'2020-01-28 15:25:36'); -+INSERT INTO `marker` VALUES (11363,1901,NULL,2,1901,82864,'Boat','',111.20703125,-160.0234375,0,0,0,'2020-01-28 16:48:11'); -+INSERT INTO `marker` VALUES (11364,1901,NULL,2,1901,82864,'Bed','',115.822265625,-163.228515625,0,0,0,'2020-01-28 16:54:43'); -+INSERT INTO `marker` VALUES (11365,1901,NULL,2,1931,82864,'Enemy Camp','',117.765625,-162.18359375,0,0,0,'2020-01-28 17:14:34'); -+INSERT INTO `marker` VALUES (11366,1901,NULL,2,1936,82864,'Cracked Wall','Hides treasure',114.3984375,-158.234375,0,0,0,'2020-01-28 17:16:27'); -+INSERT INTO `marker` VALUES (11367,1901,NULL,2,1926,82913,'Vah'Naboris','',82.125,-180.75,0,0,0,'2020-01-28 18:11:51'); -+INSERT INTO `marker` VALUES (11368,1901,NULL,2,1926,82913,'Vah'Rudania','',165.75,-88.3125,0,0,0,'2020-01-28 18:16:18'); -+INSERT INTO `marker` VALUES (11369,1901,NULL,2,1901,82913,'Vah'Medoh','',71.5625,-99.8125,0,0,0,'2020-01-28 18:16:53'); -+INSERT INTO `marker` VALUES (11370,1901,NULL,2,1901,82414,'Espadon mision diosa','',65.9765625,-142.4921875,0,0,0,'2020-01-28 19:34:02'); -+INSERT INTO `marker` VALUES (11371,1901,NULL,2,1901,82929,'hi','',37.06213753668689,-83.9657916120841,0,0,0,'2020-01-28 22:43:16'); -+INSERT INTO `marker` VALUES (11372,1901,NULL,2,1935,82864,'By Firefly's Light','',157.71484375,-144.19140625,0,0,0,'2020-01-29 00:58:19'); -+INSERT INTO `marker` VALUES (11373,1901,NULL,2,1935,82864,'The Stolen Heirloom','',155.8828125,-143.41796875,0,0,0,'2020-01-29 01:17:36'); -+INSERT INTO `marker` VALUES (11374,1901,NULL,2,1936,82864,'Cracked Wall','',154.609375,-145.01953125,0,0,0,'2020-01-29 01:32:17'); -+INSERT INTO `marker` VALUES (11375,1901,NULL,2,1901,81346,'cubos ','cubos ',101.95703125,-164.51953125,0,0,0,'2020-01-30 20:47:31'); -+INSERT INTO `marker` VALUES (11376,1901,NULL,2,1944,59975,'Tingle's Tights (DLC)','',127.484375,-131.34765625,0,0,0,'2020-01-30 21:33:02'); -+INSERT INTO `marker` VALUES (11377,1901,NULL,2,1902,59975,'Phantom Armor (DLC)','',124.18994140625,-126.63272094726562,0,0,0,'2020-01-30 21:35:00'); -+INSERT INTO `marker` VALUES (11378,1901,NULL,2,1902,59975,'Phantom Greaves (DLC)','',120.0267333984375,-137.57664489746094,0,0,0,'2020-01-30 21:38:52'); -+INSERT INTO `marker` VALUES (11379,1901,NULL,2,1901,82896,'Ores','',79.46875,-156.2578125,0,0,0,'2020-01-31 22:40:52'); -+INSERT INTO `marker` VALUES (11380,1901,NULL,2,1901,22593,'Cave Entrance','',69.4921875,-72.390625,0,0,0,'2020-02-02 18:59:54'); -+INSERT INTO `marker` VALUES (11381,1901,NULL,2,1926,83430,'Divine Beast Vah Naboris','',88.09375,-185.28125,0,0,0,'2020-02-02 21:30:20'); -+INSERT INTO `marker` VALUES (11382,1901,NULL,2,1926,83430,'Divine Beast Vah Medoh','',71.5390625,-98.921875,0,0,0,'2020-02-02 21:31:06'); -+INSERT INTO `marker` VALUES (11383,1901,NULL,2,1926,83430,'Divine Beast Vah Rudania','',167.703125,-87.453125,0,0,0,'2020-02-02 21:31:34'); -+INSERT INTO `marker` VALUES (11384,1901,NULL,2,1920,83436,'AAA','',75.125,-81.34375,0,0,0,'2020-02-02 22:22:41'); -+INSERT INTO `marker` VALUES (11385,1901,NULL,2,1931,82864,'Bokoblin Camp','',143.46875,-149.15625,0,0,0,'2020-02-03 16:56:28'); -+INSERT INTO `marker` VALUES (11386,1901,NULL,2,1939,74072,'Ice Wizzrobe','',68.328125,-161.28125,0,0,0,'2020-02-03 22:47:31'); -+INSERT INTO `marker` VALUES (11387,1901,NULL,2,1939,74072,'Ice Wizzrobe','',75.4453125,-152.2109375,0,0,0,'2020-02-03 23:59:37'); -+INSERT INTO `marker` VALUES (11388,1901,NULL,2,1939,78832,'Blizzrobe','',75.59375,-152.546875,0,0,0,'2020-02-04 12:39:33'); -+INSERT INTO `marker` VALUES (11389,1901,NULL,2,1902,83601,'hylian shield','',66.625,-99.125,0,0,0,'2020-02-04 19:14:28'); -+INSERT INTO `marker` VALUES (11390,1901,NULL,2,1936,23714,'111','',174.6796875,-133.6484375,0,1,0,'2020-02-05 18:01:36'); -+INSERT INTO `marker` VALUES (11391,1901,NULL,2,1926,80678,'Divine Beast Medoh','Revali's Divine Beast',71.61249923706055,-98.87587406479494,0,0,0,'2020-02-05 18:08:20'); -+INSERT INTO `marker` VALUES (11392,1901,NULL,2,1926,80678,' Divine Beast Vah Rudania','Daruk's Divine Beast',163.8624973297119,-90.69760846325755,0,0,0,'2020-02-05 18:09:12'); -+INSERT INTO `marker` VALUES (11393,1901,NULL,2,1926,80678,'Divine Beast Vah Naboris ','Urbosa's Divine Beast',69.76250076293945,-184.56269717759437,0,0,0,'2020-02-05 18:10:11'); -+INSERT INTO `marker` VALUES (11394,1901,NULL,2,1936,23714,'111','',201.359375,-115.8125,0,0,0,'2020-02-06 12:38:13'); -+INSERT INTO `marker` VALUES (11395,1901,NULL,2,1936,23714,'111','',200.875,-118.953125,0,0,0,'2020-02-06 12:38:32'); -+INSERT INTO `marker` VALUES (11396,1901,NULL,2,1901,76193,'Sanctum','',124.0390625,-112.1875,0,0,0,'2020-02-06 20:01:27'); -+INSERT INTO `marker` VALUES (11397,1901,NULL,2,1930,76193,'Calamity Ganon','',124.015625,-111.40625,0,0,0,'2020-02-06 20:01:54'); -+INSERT INTO `marker` VALUES (11398,1901,NULL,2,1930,76193,'Dark Beast Ganon','',127.1875,-136.5,0,0,0,'2020-02-06 20:02:24'); -+INSERT INTO `marker` VALUES (11399,1901,NULL,2,1901,83632,'volver kolog','',158.6015625,-175.03125,0,0,0,'2020-02-06 23:31:32'); -+INSERT INTO `marker` VALUES (11400,1901,NULL,2,1936,23714,'111','',158.05859375,-90.45703125,0,0,0,'2020-02-07 18:23:39'); -+INSERT INTO `marker` VALUES (11401,1901,NULL,2,1931,83679,'Lizalfo Camp ','about 6 enemies',168.86328125,-123.8984375,0,0,0,'2020-02-08 09:50:51'); -+INSERT INTO `marker` VALUES (11402,1901,NULL,2,1905,84039,'stuff','',127.375,-130.625,0,0,0,'2020-02-08 18:42:01'); -+INSERT INTO `marker` VALUES (11403,1901,NULL,2,1931,74630,'enemy camp','',173.703125,-160.0234375,0,0,0,'2020-02-09 01:14:51'); -+INSERT INTO `marker` VALUES (11404,1901,NULL,2,1926,74630,'Vah Medah','',71.5390625,-98.9140625,0,0,0,'2020-02-09 01:15:45'); -+INSERT INTO `marker` VALUES (11405,1901,NULL,2,1926,74630,'Vah Rudonia','',165.171875,-87.578125,0,0,0,'2020-02-09 01:16:21'); -+INSERT INTO `marker` VALUES (11406,1901,NULL,2,1935,79196,'Riddles of Hyrule','',134.55078125,-93.87109375,0,1,0,'2020-02-09 17:59:30'); -+INSERT INTO `marker` VALUES (11407,1901,NULL,2,1916,84145,'Korok Seeds','Go to sign in time',136.5859375,-183.9726563692093,0,0,0,'2020-02-11 17:21:00'); -+INSERT INTO `marker` VALUES (11408,1901,NULL,2,1926,66829,'Nova Prime','',71.359375,-99.890625,0,0,0,'2020-02-12 03:50:48'); -+INSERT INTO `marker` VALUES (11409,1901,NULL,2,1930,84578,'Assasin','',162.935546875,-140.150390625,0,0,0,'2020-02-12 21:48:25'); -+INSERT INTO `marker` VALUES (11410,1901,NULL,2,1939,74072,'Ice Wizzrobe','',60.94921875,-145.0625,0,0,0,'2020-02-12 23:34:48'); -+INSERT INTO `marker` VALUES (11411,1901,NULL,2,1901,84635,'???','',144.29698374793037,-154.7972177714562,0,0,0,'2020-02-13 05:59:57'); -+INSERT INTO `marker` VALUES (11412,1901,NULL,2,1925,84349,'Sharo Lun Shrine','',173.7734375,-90.21875,0,1,0,'2020-02-13 12:24:58'); -+INSERT INTO `marker` VALUES (11413,1901,NULL,2,1925,84349,'Rinu Honika Shrine','',163.05078125,-96.87890625,0,0,0,'2020-02-13 12:25:53'); -+INSERT INTO `marker` VALUES (11414,1901,NULL,2,1925,84349,'Daqa Koh Shrine','',160.296875,-91.6796875,0,0,0,'2020-02-13 12:26:31'); -+INSERT INTO `marker` VALUES (11415,1901,NULL,2,1925,84349,'Kamia Omuna Shrine','',161.3125,-77.56640625,0,0,0,'2020-02-13 12:28:52'); -+INSERT INTO `marker` VALUES (11416,1901,NULL,2,1925,84349,'Sato Koda shrine','',176.48828125,-115.00390625,0,0,0,'2020-02-13 12:30:14'); -+INSERT INTO `marker` VALUES (11417,1901,NULL,2,1901,84357,'Falta','\r\n\r\n',160.92100309867746,-143.07572886886143,0,0,0,'2020-02-13 19:51:20'); -+INSERT INTO `marker` VALUES (11418,1901,NULL,2,1926,78956,'Divine Beast Vah Rudania','',168.6875,-89.125,0,0,0,'2020-02-14 09:47:54'); -+INSERT INTO `marker` VALUES (11419,1901,NULL,2,1926,78956,'Divine Beast Vah Medoh','',71.34375,-99.921875,0,0,0,'2020-02-14 09:48:25'); -+INSERT INTO `marker` VALUES (11420,1901,NULL,2,1926,78956,'Divine Beast Vah Naboris','',94.8504638671875,-169.0638427734375,0,0,0,'2020-02-14 09:48:46'); -+INSERT INTO `marker` VALUES (11421,1901,NULL,2,1940,83846,'Master Mode Lynel','',118.5625,-157.6875,0,0,0,'2020-02-15 02:05:02'); -+INSERT INTO `marker` VALUES (11422,1901,NULL,2,1920,77349,'Great Plateau','',111.67708206176758,-158.34375,0,0,0,'2020-02-16 01:18:41'); -+INSERT INTO `marker` VALUES (11423,1901,NULL,2,1931,56340,'Bokoblin Camp','',118.0874947309494,-157.941461057196,0,1,0,'2020-02-16 02:08:25'); -+INSERT INTO `marker` VALUES (11424,1901,NULL,2,1932,75081,'Decayed Guardian','',71.4614752348991,-144.1709273346582,0,0,0,'2020-02-16 05:52:06'); -+INSERT INTO `marker` VALUES (11425,1901,NULL,2,1940,75081,'Lynel','',64.43820768091288,-141.65348519764598,0,0,0,'2020-02-16 05:52:36'); -+INSERT INTO `marker` VALUES (11426,1901,NULL,2,1941,75081,'Stone Talus','',68.38338460361675,-146.8820983606131,0,0,0,'2020-02-16 05:53:10'); -+INSERT INTO `marker` VALUES (11427,1901,NULL,2,1901,83679,'Zora Monument',' Memoir of a Gifted Stonemason',178.171875,-116.734375,0,1,0,'2020-02-16 09:24:21'); -+INSERT INTO `marker` VALUES (11428,1901,NULL,2,1935,83679,'The Giant of Ralis Pond','Defeat the hinox near Ralis pond and return to Torfeau and gain a silver rupee',179.7578125,-119.453125,0,0,0,'2020-02-16 10:11:37'); -+INSERT INTO `marker` VALUES (11429,1901,NULL,2,1925,85069,'Mogg Latan Shrine','',92.080322265625,-135.19927978515625,0,0,0,'2020-02-16 17:16:33'); -+INSERT INTO `marker` VALUES (11430,1901,NULL,2,1916,84988,'missed','',149.9453125,-114.5546875,0,0,0,'2020-02-17 02:53:51'); -+INSERT INTO `marker` VALUES (11431,1901,NULL,2,1901,84360,'Kaya Wan','',101.56137352778163,-161.18480546537663,0,0,0,'2020-02-18 01:34:05'); -+INSERT INTO `marker` VALUES (11432,1901,NULL,2,1901,82889,'2go','\r\n\r\n\r\n\r\n\r\n\r\n',95,-162.625,0,1,0,'2020-02-18 02:22:40'); -+INSERT INTO `marker` VALUES (11433,1901,NULL,2,1926,81469,'Divine Beast Vah Medoh','',71.328125,-99.453125,0,0,0,'2020-02-18 18:28:49'); -+INSERT INTO `marker` VALUES (11434,1901,NULL,2,1910,85375,'Fish','Fish',118.9609375,-153.8125,0,0,0,'2020-02-18 18:37:13'); -+INSERT INTO `marker` VALUES (11435,1901,NULL,2,1930,85375,'Bokoblin x2','',116.4453125,-154.84375,0,0,0,'2020-02-18 19:11:51'); -+INSERT INTO `marker` VALUES (11436,1901,NULL,2,1901,32383,'Phantom Gannon Marker','',144.08124923706055,-178.62012001509012,0,0,0,'2020-02-19 01:12:33'); -+INSERT INTO `marker` VALUES (11437,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.322021484375,-130.96331787109375,0,0,0,'2020-02-19 16:45:34'); -+INSERT INTO `marker` VALUES (11438,1901,NULL,2,1901,85483,'Zora Stone Monuments','',172.94642639160156,-127.52369689941406,0,0,0,'2020-02-19 16:46:06'); -+INSERT INTO `marker` VALUES (11439,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.78125,-126.90234375,0,0,0,'2020-02-19 16:46:21'); -+INSERT INTO `marker` VALUES (11440,1901,NULL,2,1935,85483,'Zora Stone Monuments','',179.97105407714844,-119.23240661621094,0,0,0,'2020-02-19 17:12:01'); -+INSERT INTO `marker` VALUES (11441,1901,NULL,2,1916,85573,'korogu','',91.625,-75.03125,0,0,0,'2020-02-20 16:55:42'); -+INSERT INTO `marker` VALUES (11442,1901,NULL,2,1901,85654,'INIZIO','',111.78125,-158.625,0,0,0,'2020-02-21 16:17:11'); -+INSERT INTO `marker` VALUES (11443,1901,NULL,2,1920,85654,'VILLAGGIO CALBARICO','',128.4375,-154.9375,0,0,0,'2020-02-21 16:18:49'); -+INSERT INTO `marker` VALUES (11444,1901,NULL,2,1944,85878,'Island Lobster Shirt','',125.5859375,-176.143736343033,0,0,0,'2020-02-23 00:42:14'); -+INSERT INTO `marker` VALUES (11445,1901,NULL,2,1944,85878,'Phantom Ganon Greaves (DLC)','',156.44999885559082,-180.62844515121634,0,0,0,'2020-02-23 01:28:21'); -+INSERT INTO `marker` VALUES (11446,1901,NULL,2,1944,85878,' Phantom Ganon Skull (DLC)','',153.72187519073486,-178.81009362793648,0,0,0,'2020-02-23 01:28:48'); -+INSERT INTO `marker` VALUES (11447,1901,NULL,2,1901,84688,'Entrada','La entrada para el santuario',122.90625,-109.921875,0,0,0,'2020-02-23 02:57:08'); -+INSERT INTO `marker` VALUES (11448,1901,NULL,2,1901,44233,'ss','',123.9375,-165.8125,0,0,0,'2020-02-23 11:59:07'); -+INSERT INTO `marker` VALUES (11449,1901,NULL,2,1921,85980,'asd','',124.375,-124.875,0,0,0,'2020-02-23 19:50:15'); -+INSERT INTO `marker` VALUES (11450,1901,NULL,2,1903,85240,'sword','',47.25,-132.9375,0,0,0,'2020-02-23 21:42:49'); -+INSERT INTO `marker` VALUES (11451,1901,NULL,2,1936,85883,'Cracked Wall','',158.70323061943054,-175.58752091170015,0,1,0,'2020-02-23 22:35:01'); -+INSERT INTO `marker` VALUES (11452,1901,NULL,2,1939,78832,'Blizzrobe','',61.328125,-145.1875,0,0,0,'2020-02-24 09:47:21'); -+INSERT INTO `marker` VALUES (11453,1901,NULL,2,1936,76193,'Cracked Wall x2','',158.828125,-165.0703125,0,0,0,'2020-02-24 19:43:05'); -+INSERT INTO `marker` VALUES (11454,1901,NULL,2,1945,76193,'Lord of the Mountain','',92.36328125,-133.30078125,0,0,0,'2020-02-24 19:54:02'); -+INSERT INTO `marker` VALUES (11455,1901,NULL,2,1920,76193,'Satori Mountain','',92.15625,-134.71875,0,0,0,'2020-02-24 19:54:25'); -+INSERT INTO `marker` VALUES (11456,1901,NULL,2,1920,76193,'Death Mountain','',167.875,-87.71875,0,0,0,'2020-02-24 19:54:41'); -+INSERT INTO `marker` VALUES (11457,1901,NULL,2,1901,86159,'???','??',69.75,-176.875,0,0,0,'2020-02-25 18:09:09'); -+INSERT INTO `marker` VALUES (11458,1901,NULL,2,1935,86163,'hero tunic','falar com impa e achar uma memoria',155.8515625,-143.41015625,0,0,0,'2020-02-26 11:21:32'); -+INSERT INTO `marker` VALUES (11459,1901,NULL,2,1921,86256,'der','qze',89,-106,0,0,0,'2020-02-26 15:32:00'); -+INSERT INTO `marker` VALUES (11460,1901,NULL,2,1939,78832,'Blizzrobe','',74.019287109375,-129.474609375,0,0,0,'2020-02-27 03:17:25'); -+INSERT INTO `marker` VALUES (11461,1901,NULL,2,1901,85964,'KOROGU DUR','',63.00390625,-71.55457733871773,0,0,0,'2020-02-27 16:04:05'); -+INSERT INTO `marker` VALUES (11462,1901,NULL,2,1901,76193,'Shadow Hamlet Ruins','',175.5625,-92.3203125,0,0,0,'2020-02-27 20:03:01'); -+INSERT INTO `marker` VALUES (11463,1901,NULL,2,1901,86407,'kakariko','',34.875,-89.375,0,0,0,'2020-02-28 01:27:43'); -+INSERT INTO `marker` VALUES (11464,1901,NULL,2,1923,86422,'Center','',45.53271484375,-110.03076171875,0,1,0,'2020-02-28 01:36:58'); -+INSERT INTO `marker` VALUES (11465,1901,NULL,2,1901,82004,'Giant Horse (Ganon's Horse)','You require at least two and a half stamina circles to tame this horse',109.46875,-169.5625,0,1,0,'2020-02-29 03:26:55'); -+INSERT INTO `marker` VALUES (11466,1901,NULL,2,1901,82887,'My House','',179.7734375,-163.6953125,0,1,0,'2020-03-02 15:12:05'); -+INSERT INTO `marker` VALUES (11467,1901,NULL,2,1939,78832,'Blizzrobe','',82.890625,-81.640625,0,0,0,'2020-03-03 03:45:01'); -+INSERT INTO `marker` VALUES (11468,1901,NULL,2,1936,84638,'Crack Wall','',126.91266335728183,-144.34753792085272,0,1,0,'2020-03-03 04:46:24'); -+INSERT INTO `marker` VALUES (11469,1901,NULL,2,1936,82489,'rare ore deposit','',193.765625,-127.71484375,0,1,0,'2020-03-03 06:26:35'); -+INSERT INTO `marker` VALUES (11470,1901,NULL,2,1939,78832,'Blizzrobe','',81.12554931640625,-86.59439086914062,0,0,0,'2020-03-03 07:35:51'); -+INSERT INTO `marker` VALUES (11471,1901,NULL,2,1939,78832,'Blizzrobe','',73.8475341796875,-86.63885498046875,0,0,0,'2020-03-03 08:17:32'); -+INSERT INTO `marker` VALUES (11472,1901,NULL,2,1944,82489,'chest','forest dweller's bow',195.9140625,-114.5078125,0,1,0,'2020-03-03 18:46:52'); -+INSERT INTO `marker` VALUES (11473,1901,NULL,2,1931,82489,'enemy camp','',195.71875,-114.3984375,0,0,0,'2020-03-03 18:47:32'); -+INSERT INTO `marker` VALUES (11474,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.5625,-99.875,0,0,0,'2020-03-03 23:58:55'); -+INSERT INTO `marker` VALUES (11475,1901,NULL,2,1939,78832,'Blizzrobe','',83.74578857421875,-93.01483154296875,0,0,0,'2020-03-04 03:45:52'); -+INSERT INTO `marker` VALUES (11476,1901,NULL,2,1939,78832,'Blizzrobe','',89.5594482421875,-99.61810302734375,0,0,0,'2020-03-04 04:51:36'); -+INSERT INTO `marker` VALUES (11477,1901,NULL,2,1936,82489,'rare ore deposit','rare ore deposit',160.43359375,-93.0859375,0,1,0,'2020-03-04 11:28:13'); -+INSERT INTO `marker` VALUES (11478,1901,NULL,2,1936,82489,'rare ore deposit','',143.28515625,-103.87890625,0,1,0,'2020-03-04 15:07:20'); -+INSERT INTO `marker` VALUES (11479,1901,NULL,2,1925,87060,'Keive Tala Shrine','',91.03125,-189.46875,0,0,0,'2020-03-05 03:17:41'); -+INSERT INTO `marker` VALUES (11480,1901,NULL,2,1925,87060,'Takama Shiri Shrine','Dual Purpose',51.40625,-161.671875,0,0,0,'2020-03-05 03:19:24'); -+INSERT INTO `marker` VALUES (11481,1901,NULL,2,1925,87060,'Etsu Korima Shrine','Path of Light',108.9609375,-161.0625,0,0,0,'2020-03-05 03:21:27'); -+INSERT INTO `marker` VALUES (11482,1901,NULL,2,1936,82489,'rare ore deposit','',64.4296875,-92.796875,0,1,0,'2020-03-05 09:10:33'); -+INSERT INTO `marker` VALUES (11483,1901,NULL,2,1944,82489,'fire arrow x5','fire arrow x5',110.3203125,-87.7421875,0,1,0,'2020-03-05 12:56:03'); -+INSERT INTO `marker` VALUES (11484,1901,NULL,2,1901,82489,'xenoblade chronicles 2 ','at night look southeast',84.53125,-82.7421875,0,0,0,'2020-03-05 14:41:25'); -+INSERT INTO `marker` VALUES (11485,1901,NULL,2,1901,82489,'surfing challenge','surfing challenge \r\n',81.8515625,-78.9140625,0,1,0,'2020-03-05 15:02:30'); -+INSERT INTO `marker` VALUES (11486,1901,NULL,2,1916,86809,'a','',64.16015625,-70.05078125,0,0,0,'2020-03-05 15:22:48'); -+INSERT INTO `marker` VALUES (11487,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.37540761383727,-99.56982879934631,0,0,0,'2020-03-05 18:22:44'); -+INSERT INTO `marker` VALUES (11488,1901,NULL,2,1926,86992,'Divine Beast Va Naboris','',75.8587462119039,-186.15059570481765,0,0,0,'2020-03-05 18:23:41'); -+INSERT INTO `marker` VALUES (11489,1901,NULL,2,1926,86992,'Divine Beast Vah Rudania','',166.42709906278046,-90.28909047202436,0,0,0,'2020-03-05 18:24:19'); -+INSERT INTO `marker` VALUES (11490,1901,NULL,2,1935,82489,'good-sized horse','',96.125,-157.296875,0,1,0,'2020-03-05 19:25:39'); -+INSERT INTO `marker` VALUES (11491,1901,NULL,2,1943,87074,'Phantom Ganon Skull (DLC)','"Some believe this serie headgear is inspirited by a dark entity resembling the Great King of Evil himself. It's a rather rare find."',154.12109375,-177.42578125,0,0,0,'2020-03-05 20:51:33'); -+INSERT INTO `marker` VALUES (11492,1901,NULL,2,1901,87273,'Temple of Time','The Temple once home to the Master Sword',115.421875,-157.984375,0,0,0,'2020-03-07 01:33:12'); -+INSERT INTO `marker` VALUES (11493,1901,NULL,2,1902,84143,'Prueba','Cosa molona',108.515625,-161.79777081414525,0,0,0,'2020-03-07 10:49:35'); -+INSERT INTO `marker` VALUES (11494,1901,NULL,2,1902,84143,'Prueba','Hola',108.375,-161.65700266858596,0,0,0,'2020-03-07 10:50:19'); -+INSERT INTO `marker` VALUES (11495,1901,NULL,2,1944,75356,'Royal Halberd','',118.3125,-86.99443232209474,0,0,0,'2020-03-08 02:40:36'); -+INSERT INTO `marker` VALUES (11496,1901,NULL,2,1901,87453,'Collo','',110.1875,-147.875,0,0,0,'2020-03-08 03:32:59'); -+INSERT INTO `marker` VALUES (11497,1901,NULL,2,1901,87453,'colosseum','',110,-147.84375,0,0,0,'2020-03-08 03:33:38'); -+INSERT INTO `marker` VALUES (11498,1901,NULL,2,1930,83679,'Koblins','Fire Keese\r\nBokoblins \r\nFire Chuchu',161.0078125,-104.125,0,1,0,'2020-03-08 03:46:44'); -+INSERT INTO `marker` VALUES (11499,1901,NULL,2,1931,83679,'Lizalfo Camp ','1 Moblin\r\n3archers\r\nabout 4 Bokoblins',169.4375,-119.78125,0,0,0,'2020-03-08 09:48:03'); -+INSERT INTO `marker` VALUES (11500,1901,NULL,2,1901,64382,'cd','',67.3515625,-69.578125,0,0,0,'2020-03-08 17:21:57'); -+INSERT INTO `marker` VALUES (11501,1901,NULL,2,1901,83679,'Akkala Tech Lab','',198.55859375,-78.515625,0,0,0,'2020-03-09 08:12:23'); -+INSERT INTO `marker` VALUES (11502,1901,NULL,2,1916,87607,'K','',187.30907424793315,-184.49025863916341,0,0,0,'2020-03-09 16:29:41'); -+INSERT INTO `marker` VALUES (11503,1901,NULL,2,1910,86377,'Purple Rupee (50 Rupees)','',158.890625,-165.0078125,0,1,0,'2020-03-09 19:52:52'); -+INSERT INTO `marker` VALUES (11504,1901,NULL,2,1910,86377,'Silver Rupee (100 Rupees)','',107.2734375,-119.88671875,0,0,0,'2020-03-09 21:52:41'); -+INSERT INTO `marker` VALUES (11505,1901,NULL,2,1939,73379,'Ice Wizzrobe','missed one',103.8359375,-186.3671875,0,0,0,'2020-03-10 00:49:00'); -+INSERT INTO `marker` VALUES (11506,1901,NULL,2,1916,86041,'Korok Seed','',132.4375,-189,0,1,0,'2020-03-10 19:44:23'); -+INSERT INTO `marker` VALUES (11507,1901,NULL,2,1916,87765,'Sin encontrar','',111.96066069602966,-85.57942342758179,0,0,0,'2020-03-11 00:18:53'); -+INSERT INTO `marker` VALUES (11508,1901,NULL,2,1901,83679,'Hestu Final Location','This is where Hestu stays, its a small opening beside the master sword platform',134.76171875,-94.93359375,0,0,0,'2020-03-11 11:21:34'); -+INSERT INTO `marker` VALUES (11509,1901,NULL,2,1939,83262,'Wizzarobe','',73.734375,-129.5625,0,0,0,'2020-03-11 16:27:10'); -+INSERT INTO `marker` VALUES (11510,1901,NULL,2,1916,87994,'Korok Seeds','',179.1875,-180.171875,0,0,0,'2020-03-13 12:26:26'); -+INSERT INTO `marker` VALUES (11511,1901,NULL,2,1944,87948,'Zora Helmet','',182.09375,-114.1328125,0,0,0,'2020-03-13 13:07:30'); -+INSERT INTO `marker` VALUES (11512,1901,NULL,2,1931,88022,'Enemy Camp','',65.4820556640625,-97.047607421875,0,1,0,'2020-03-13 16:20:51'); -+INSERT INTO `marker` VALUES (11513,1901,NULL,2,1936,87099,'Box','100 ruby',150.453125,-97.45703125,0,0,0,'2020-03-14 02:08:51'); -+INSERT INTO `marker` VALUES (11514,1901,NULL,2,1925,86320,'Shrine of Resurrection','',110.734130859375,-157.36749267578125,0,0,0,'2020-03-14 10:33:19'); -+INSERT INTO `marker` VALUES (11515,1901,NULL,2,1938,86803,'relais du sud d'Akkala','',177.046875,-101.828125,0,0,0,'2020-03-14 17:27:54'); -+INSERT INTO `marker` VALUES (11516,1901,NULL,2,1926,87473,'Vah Naboris','',95.109375,-168.5703125,0,0,0,'2020-03-15 00:26:56'); -+INSERT INTO `marker` VALUES (11517,1901,NULL,2,1926,72128,'vah'rudania','',167.75,-87.5,0,0,0,'2020-03-15 16:04:52'); -+INSERT INTO `marker` VALUES (11518,1901,NULL,2,1931,73379,'Enemy Camp','You missed this one',195.390625,-137.671875,0,0,0,'2020-03-15 20:01:37'); -+INSERT INTO `marker` VALUES (11519,1901,NULL,2,1936,83262,'Precious & saphire','Cracked stone giving precious stone',95.4765625,-131.2265625,0,0,0,'2020-03-15 20:29:34'); -+INSERT INTO `marker` VALUES (11520,1901,NULL,2,1926,85570,'Divine Beast Vah Medoh','',71.5859375,-98.5,0,0,0,'2020-03-15 23:24:41'); -+INSERT INTO `marker` VALUES (11521,1901,NULL,2,1935,30971,'By Firefly's Light','',157.671875,-144.18359375,0,0,0,'2020-03-17 05:29:30'); -+INSERT INTO `marker` VALUES (11522,1901,NULL,2,1944,87973,'Calças de Tingle','Embaixo do Guardião',127.4960949420929,-131.33984354138374,0,1,0,'2020-03-17 14:48:59'); -+INSERT INTO `marker` VALUES (11523,1901,NULL,2,1936,82864,'Cracked Wall','',139.24609375,-156.1640625,0,0,0,'2020-03-17 18:17:10'); -+INSERT INTO `marker` VALUES (11524,1901,NULL,2,1944,86041,'Royal Spear ','',118.97135418653488,-87.34895837306976,0,1,0,'2020-03-18 02:53:47'); -+INSERT INTO `marker` VALUES (11525,1901,NULL,2,1901,88764,'ok','',35,-127.5,0,0,0,'2020-03-18 17:09:33'); -+INSERT INTO `marker` VALUES (11526,1901,NULL,2,1944,56340,'Knight's Spear','',118.9296875,-87.36562987582413,0,0,0,'2020-03-18 18:26:41'); -+INSERT INTO `marker` VALUES (11527,1901,NULL,2,1916,80263,'seed','',174.48281264305115,-180.75067737849045,0,0,0,'2020-03-19 04:51:20'); -+INSERT INTO `marker` VALUES (11528,1901,NULL,2,1916,80263,'seed','',174.5234375,-180.7027478144451,0,0,0,'2020-03-19 04:51:45'); -+INSERT INTO `marker` VALUES (11529,1901,NULL,2,1930,87199,'Lizalfos','',149.671875,-178.71875,0,0,0,'2020-03-19 19:17:35'); -+INSERT INTO `marker` VALUES (11530,1901,NULL,2,1934,84505,'The Master Sword #18','',134.760991503956,-94.98366451263428,0,0,0,'2020-03-20 20:42:55'); -+INSERT INTO `marker` VALUES (11531,1901,NULL,2,1935,84505,'Rushroom Rush!','',84.14124164340336,-162.78018474578857,0,0,0,'2020-03-20 20:44:16'); -+INSERT INTO `marker` VALUES (11532,1901,NULL,2,1935,84505,'Tools of The Trade','',68.04132015869757,-173.58806848526,0,0,0,'2020-03-20 20:45:54'); -+INSERT INTO `marker` VALUES (11533,1901,NULL,2,1935,84505,'The Secret Club's Secret','',68.28222077425629,-173.828125,0,0,0,'2020-03-20 20:46:44'); -+INSERT INTO `marker` VALUES (11534,1901,NULL,2,1935,84505,'The Mystery Polluter','',66.86012795035073,-174.2734375,0,0,0,'2020-03-20 20:47:23'); -+INSERT INTO `marker` VALUES (11535,1901,NULL,2,1935,84505,'Medicinal Molduga','',67.53287617513175,-173.94460225105286,0,0,0,'2020-03-20 20:47:59'); -+INSERT INTO `marker` VALUES (11536,1901,NULL,2,1935,84505,'The Search for Barta','',66.93399595240831,-173.78125,0,0,0,'2020-03-20 20:48:54'); -+INSERT INTO `marker` VALUES (11537,1901,NULL,2,1935,84505,'The Thunder Helm','',67.26663179238241,-174.34375,0,0,0,'2020-03-20 20:50:23'); -+INSERT INTO `marker` VALUES (11538,1901,NULL,2,1935,84505,'The Eighth Heroine','',69.5796977915071,-173.9765625,0,0,0,'2020-03-20 20:50:43'); -+INSERT INTO `marker` VALUES (11539,1901,NULL,2,1901,88030,'Lanza de hielo dentro del templo, falto recoger','',140.1640625,-115.06749068694579,0,0,0,'2020-03-22 16:38:43'); -+INSERT INTO `marker` VALUES (11540,1901,NULL,2,1926,85570,'Divine Beast Vah Naboris','',95,-169.25,0,0,0,'2020-03-22 17:54:02'); -+INSERT INTO `marker` VALUES (11541,1901,NULL,2,1901,88684,'monster','',168.9622802734375,-171.4658203125,0,0,0,'2020-03-22 19:12:21'); -+INSERT INTO `marker` VALUES (11542,1901,NULL,2,1943,82864,'5 Fire Arrows','',180.099609375,-119.3125,0,0,0,'2020-03-22 23:15:51'); -+INSERT INTO `marker` VALUES (11543,1901,NULL,2,1936,89547,'il tesoro è dietro','',114.4140625,-158.21875,0,0,0,'2020-03-23 16:31:02'); -+INSERT INTO `marker` VALUES (11544,1901,NULL,2,1943,89547,'opal','',115.1640625,-158.66796875,0,0,0,'2020-03-23 19:22:10'); -+INSERT INTO `marker` VALUES (11545,1901,NULL,2,1943,89547,'opal','',115.16015625,-158.75,0,0,0,'2020-03-23 19:28:05'); -+INSERT INTO `marker` VALUES (11546,1901,NULL,2,1931,89547,'bokoblin camp','',107.9375,-154.296875,0,0,0,'2020-03-23 21:15:44'); -+INSERT INTO `marker` VALUES (11547,1901,NULL,2,1943,89547,'flint','',107.90625,-162.7265625,0,0,0,'2020-03-23 21:44:27'); -+INSERT INTO `marker` VALUES (11548,1901,NULL,2,1901,40441,'dinero infinito','',128.421875,-121.34375,0,0,0,'2020-03-24 03:28:09'); -+INSERT INTO `marker` VALUES (11549,1901,NULL,2,1926,39064,'Divine Beast Vah Naboris','',95.125,-169.4375,0,1,0,'2020-03-24 10:27:41'); -+INSERT INTO `marker` VALUES (11550,1901,NULL,2,1901,89658,'1','Bombes',121,-159.0625,0,0,0,'2020-03-24 13:03:30'); -+INSERT INTO `marker` VALUES (11551,1901,NULL,2,1943,89547,'amber','',137.2578125,-137.015625,0,0,0,'2020-03-24 13:07:01'); -+INSERT INTO `marker` VALUES (11552,1901,NULL,2,1934,83679,'Mipha's Touch (#10)','"Mipha quietly expresses her concern for Link while tending to his wounds atop the Divine Beast. She reassures Link that he can count on her in the upcoming trials ahead."',179.625,-120.53125,0,0,0,'2020-03-26 09:48:15'); -+INSERT INTO `marker` VALUES (11553,1901,NULL,2,1910,83262,'Gold Rupees','One gold Rupee\r\n300 rupees',197.77734375,-141.046875,0,0,0,'2020-03-26 17:02:14'); -+INSERT INTO `marker` VALUES (11554,1901,NULL,2,1920,89488,'Footrace Check-in','',86.5560302734375,-109.64181518554688,0,0,0,'2020-03-26 23:21:30'); -+INSERT INTO `marker` VALUES (11555,1901,NULL,2,1910,90066,'Amber','',107.859375,-162.69140625,0,0,0,'2020-03-27 17:33:19'); -+INSERT INTO `marker` VALUES (11556,1901,NULL,2,1936,89210,'Cracker Walls','Salt, Opal',178.3125,-103.3046875,0,0,0,'2020-03-28 12:58:42'); -+INSERT INTO `marker` VALUES (11557,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','small enemy camp with single watchtower and cooking pot',130.734375,-152.1328125,0,1,0,'2020-03-28 15:11:17'); -+INSERT INTO `marker` VALUES (11558,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Enemy Camp w/ Cooking Pot',132.44140625,-154.04296875,0,1,0,'2020-03-28 15:26:52'); -+INSERT INTO `marker` VALUES (11559,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Bokoblin Enemy Camp with single watchtower',135.71875,-152.73828125,0,1,0,'2020-03-28 15:34:24'); -+INSERT INTO `marker` VALUES (11560,1901,NULL,2,1901,90222,'ijko','ijko',152.09375,-184.21875,0,1,0,'2020-03-29 12:24:58'); -+INSERT INTO `marker` VALUES (11561,1901,NULL,2,1931,88203,'Bokoblins','',171.90625,-177.96875,0,0,0,'2020-03-29 13:46:19'); -+INSERT INTO `marker` VALUES (11562,1901,NULL,2,1901,89757,'hhhh','',106.421875,-153.84375,0,0,0,'2020-03-29 15:29:53'); -+INSERT INTO `marker` VALUES (11563,1901,NULL,2,1931,88203,'Bokoblins/Moblin','',160.87109375,-189.28125,0,0,0,'2020-03-29 15:34:46'); -+INSERT INTO `marker` VALUES (11564,1901,NULL,2,1931,88203,'Lezalfos','',179.8671875,-189.05859375,0,0,0,'2020-03-29 15:35:28'); -+INSERT INTO `marker` VALUES (11565,1901,NULL,2,1931,88203,'Bokoblins','',149.17578125,-181.578125,0,0,0,'2020-03-29 17:53:23'); -+INSERT INTO `marker` VALUES (11566,1901,NULL,2,1931,88203,'Bokoblins','',156.0390625,-186.6171875,0,0,0,'2020-03-29 18:24:57'); -+INSERT INTO `marker` VALUES (11567,1901,NULL,2,1931,88203,'Bokoblins','',141.8828125,-174.42578125,0,0,0,'2020-03-29 20:11:52'); -+INSERT INTO `marker` VALUES (11568,1901,NULL,2,1931,88203,'Bokoblins','',139.55859375,-171.1015625,0,0,0,'2020-03-29 20:12:09'); -+INSERT INTO `marker` VALUES (11569,1901,NULL,2,1931,88203,'Bokoblins','',139.328125,-155.51953125,0,0,0,'2020-03-30 20:43:44'); -+INSERT INTO `marker` VALUES (11570,1901,NULL,2,1901,89884,'john','',189.96875,-102.81510424613953,0,0,0,'2020-03-30 21:07:35'); -+INSERT INTO `marker` VALUES (11571,1901,NULL,2,1944,87973,'Medalhão de Viajem','Subsolo',200.729687333107,-72.39843761920929,0,1,0,'2020-03-31 00:16:57'); -+INSERT INTO `marker` VALUES (11572,1901,NULL,2,1926,90748,'Vah Medoh','',71.25,-99.875,0,0,0,'2020-03-31 11:33:43'); -+INSERT INTO `marker` VALUES (11573,1901,NULL,2,1926,90748,'Vah Rudania','',167.5,-87.75,0,0,0,'2020-03-31 11:36:41'); -+INSERT INTO `marker` VALUES (11574,1901,NULL,2,1926,90748,'Vah Naboris','',94.125,-168.375,0,0,0,'2020-03-31 11:38:37'); -+INSERT INTO `marker` VALUES (11575,1901,NULL,2,1943,90785,'DLC Chest ruby','Ruby',117.5,-151.73046875,0,0,0,'2020-04-01 13:32:56'); -+INSERT INTO `marker` VALUES (11576,1901,NULL,2,1901,90559,'Giant Horse','The area where the giant horse is found',108.875,-169.875,0,0,0,'2020-04-01 16:10:11'); -+INSERT INTO `marker` VALUES (11577,1901,NULL,2,1901,90983,'Toston's House','Mi humilde casita',179.79620046330842,-163.87256836537497,0,0,0,'2020-04-02 07:04:44'); -+INSERT INTO `marker` VALUES (11578,1901,NULL,2,1939,83679,'Ice Wizzrobe','',91.2265625,-99.22265625,0,0,0,'2020-04-02 07:57:10'); -+INSERT INTO `marker` VALUES (11579,1901,NULL,2,1901,78192,'bb','',174.25799560546875,-165.0872802734375,0,0,0,'2020-04-02 09:16:48'); -+INSERT INTO `marker` VALUES (11580,1901,NULL,2,1925,91066,'s','',132.84375,-79.15625,0,0,0,'2020-04-02 18:18:49'); -+INSERT INTO `marker` VALUES (11581,1901,NULL,2,1901,91165,'Campfire ','',105.58823109061187,-152.63490753177268,0,0,0,'2020-04-03 11:57:51'); -+INSERT INTO `marker` VALUES (11582,1901,NULL,2,1936,83262,'Cracked wall','precious gems\r\n',160.515625,-93.109375,0,0,0,'2020-04-03 15:24:44'); -+INSERT INTO `marker` VALUES (11583,1901,NULL,2,1901,90976,'xc','',59.125,-115.3125,0,0,0,'2020-04-04 06:44:32'); -+INSERT INTO `marker` VALUES (11584,1901,NULL,2,1930,91409,'death','',117.625,-160.21875,0,0,0,'2020-04-05 02:55:33'); -+INSERT INTO `marker` VALUES (11585,1901,NULL,2,1937,91401,'Horse Fairy','',140.25,-186.171875,0,0,0,'2020-04-05 18:33:56'); -+INSERT INTO `marker` VALUES (11586,1901,NULL,2,1901,91548,'Peak','Contains: Amber',107.8671875,-162.7109375,0,0,0,'2020-04-05 20:50:07'); -+INSERT INTO `marker` VALUES (11587,1901,NULL,2,1944,83262,'treasure chest ','5 fire arrow',70.25,-68.265625,0,0,0,'2020-04-07 15:01:22'); -+INSERT INTO `marker` VALUES (11588,1901,NULL,2,1926,75096,'Divine Beast Vah Rudania','',165.67869567871094,-88.67755508422852,0,0,0,'2020-04-07 22:10:39'); -+INSERT INTO `marker` VALUES (11589,1901,NULL,2,1926,75096,'Divine Beast Vah Naboris','',94.93680953979492,-168.76338624954224,0,0,0,'2020-04-07 22:11:36'); -+INSERT INTO `marker` VALUES (11590,1901,NULL,2,1926,75096,'Divine Beast Vah Medoh','',71.38671875,-99.80078125,0,0,0,'2020-04-07 22:12:04'); -+INSERT INTO `marker` VALUES (11591,1901,NULL,2,1916,91098,'koro seed','',120.625,-79.25,0,0,0,'2020-04-08 00:47:27'); -+INSERT INTO `marker` VALUES (11592,1901,NULL,2,1943,90882,'Purple rubies','',99.90625,-165.09375,0,0,0,'2020-04-08 00:47:35'); -+INSERT INTO `marker` VALUES (11593,1901,NULL,2,1920,89332,'Shrine of Resurection','',110.96875,-157.73061992598812,0,0,0,'2020-04-09 07:32:55'); -+INSERT INTO `marker` VALUES (11594,1901,NULL,2,1916,91143,'Falto','',71.4375,-99.9657286116765,0,0,0,'2020-04-09 18:31:59'); -+INSERT INTO `marker` VALUES (11595,1901,NULL,2,1901,92155,'Eightfold blade','Location of an Eightfold blade.',153.671875,-143.078125,0,0,0,'2020-04-09 21:32:40'); -+INSERT INTO `marker` VALUES (11596,1901,NULL,2,1901,92155,'Test','',150.1796875,-142.59375,0,0,0,'2020-04-09 21:34:04'); -+INSERT INTO `marker` VALUES (11597,1901,NULL,2,1902,92155,'Lizalfos with a Phernic bow','A Lizalfos is carrying a Phernic bow here.\r\n',147.9375,-138.62109375,0,0,0,'2020-04-09 22:10:58'); -+INSERT INTO `marker` VALUES (11598,1901,NULL,2,1905,92155,'Shield of the Mind's Eye','Inside of the skull there is a Shield of the Mind's Eye laying on the floor. It's a good idea to disguise yourself before going in since a bokoblin may equip it otherwise.',143.6875,-149.640625,0,0,0,'2020-04-09 22:16:16'); -+INSERT INTO `marker` VALUES (11599,1901,NULL,2,1936,83262,'precious gem','topaz x2\r\nsaphire\r\namber',174.5859375,-133.6875,0,0,0,'2020-04-10 17:05:15'); -+INSERT INTO `marker` VALUES (11600,1901,NULL,2,1901,92411,'Safula Hill','',99.5625,-142.078125,0,0,0,'2020-04-11 13:25:33'); -+INSERT INTO `marker` VALUES (11601,1901,NULL,2,1916,92423,'korogu','',132.1796875,-179.484375,0,0,0,'2020-04-11 21:31:18'); -+INSERT INTO `marker` VALUES (11602,1901,NULL,2,1926,23247,'Vah Rudania','',167.6484375,-87.46875,0,1,0,'2020-04-13 00:09:29'); -+INSERT INTO `marker` VALUES (11603,1901,NULL,2,1916,90785,'Korok Seeds','under rock',125.5546875,-115.921875,0,0,0,'2020-04-13 12:23:00'); -+INSERT INTO `marker` VALUES (11604,1901,NULL,2,1941,92846,'Zendou','',156.5,-101.3125,0,0,0,'2020-04-13 15:37:15'); -+INSERT INTO `marker` VALUES (11605,1901,NULL,2,1901,92845,'Great Plateau Tower','The Game starts here',119.28515625,-154.52734375,0,0,0,'2020-04-13 15:37:43'); -+INSERT INTO `marker` VALUES (11606,1901,NULL,2,1916,92929,'Start for south','',62.30078125,-84.40625,0,0,0,'2020-04-14 06:21:26'); -+INSERT INTO `marker` VALUES (11607,1901,NULL,2,1916,92929,'start for north','',64.453125,-92.359375,0,0,0,'2020-04-14 06:46:44'); -+INSERT INTO `marker` VALUES (11608,1901,NULL,2,1916,92929,'Start for south','',57.765625,-88.75390625,0,0,0,'2020-04-14 07:18:36'); -+INSERT INTO `marker` VALUES (11609,1901,NULL,2,1916,92929,'Start for South East','',107.703125,-77.328125,0,0,0,'2020-04-14 10:02:47'); -+INSERT INTO `marker` VALUES (11610,1901,NULL,2,1901,92956,'Schrein','',152.875,-133.8125,0,0,0,'2020-04-14 11:51:05'); -+INSERT INTO `marker` VALUES (11611,1901,NULL,2,1916,92929,'Start for North East','',112.40625,-153.9609375,0,0,0,'2020-04-14 13:09:24'); -+INSERT INTO `marker` VALUES (11612,1901,NULL,2,1916,92929,'Start for South','',145.6875,-164.390625,0,0,0,'2020-04-14 17:39:44'); -+INSERT INTO `marker` VALUES (11613,1901,NULL,2,1944,83679,'Falcon Bow','',68.5234375,-121.97265625,0,0,0,'2020-04-15 07:15:00'); -+INSERT INTO `marker` VALUES (11614,1901,NULL,2,1916,92929,'Start for East','',191.8203125,-154.8125,0,0,0,'2020-04-15 07:17:10'); -+INSERT INTO `marker` VALUES (11615,1901,NULL,2,1939,83679,'Ice Wizzrobe','weapon: Blizzard rod',73.9609375,-129.65625,0,0,0,'2020-04-15 12:28:58'); -+INSERT INTO `marker` VALUES (11616,1901,NULL,2,1935,92929,'7th ZORA statue ','',178.984375,-125.7109375,0,0,0,'2020-04-15 13:24:20'); -+INSERT INTO `marker` VALUES (11617,1901,NULL,2,1935,92929,'1st ZORA statue','',178.9453125,-128.546875,0,0,0,'2020-04-15 13:39:04'); -+INSERT INTO `marker` VALUES (11618,1901,NULL,2,1935,92929,'6th ZORA statue','',181,-128.8046875,0,0,0,'2020-04-15 13:40:45'); -+INSERT INTO `marker` VALUES (11619,1901,NULL,2,1935,92929,'1st ZORA statue','',172.8046875,-126.90625,0,0,0,'2020-04-15 13:58:26'); -+INSERT INTO `marker` VALUES (11620,1901,NULL,2,1935,92929,'3rd ZORA statue','',175.8125,-124.625,0,0,0,'2020-04-15 14:13:43'); -+INSERT INTO `marker` VALUES (11621,1901,NULL,2,1935,92929,'5th ZORA statue','',172.390625,-130.875,0,0,0,'2020-04-15 14:21:50'); -+INSERT INTO `marker` VALUES (11622,1901,NULL,2,1935,92929,'2nd ZORA statue','',172.90625,-127.515625,0,0,0,'2020-04-15 14:24:15'); -+INSERT INTO `marker` VALUES (11623,1901,NULL,2,1935,92929,'A masonry monument','',178.125,-116.5,0,0,0,'2020-04-15 14:38:33'); -+INSERT INTO `marker` VALUES (11624,1901,NULL,2,1935,92929,'2nd ZORA side story ','',185.9765625,-119.515625,0,0,0,'2020-04-15 14:42:39'); -+INSERT INTO `marker` VALUES (11625,1901,NULL,2,1901,93236,'Amber','',107.87890625,-162.6796875,0,0,0,'2020-04-16 03:08:48'); -+INSERT INTO `marker` VALUES (11626,1901,NULL,2,1916,92929,' Start for East','',59.390625,-147.078125,0,0,0,'2020-04-16 06:09:08'); -+INSERT INTO `marker` VALUES (11627,1901,NULL,2,1939,83679,'Ice Wizzrobe','holding blizzard rod',61.515625,-145.3671875,0,0,0,'2020-04-16 09:52:15'); -+INSERT INTO `marker` VALUES (11628,1901,NULL,2,1916,92423,'korogu','',124.4921875,-111.5,0,0,0,'2020-04-16 10:07:09'); -+INSERT INTO `marker` VALUES (11629,1901,NULL,2,1916,92929,'Start for South','',87.5625,-183.46875,0,0,0,'2020-04-16 11:05:01'); -+INSERT INTO `marker` VALUES (11630,1901,NULL,2,1916,92929,'Start for West','',186.25,-154.3125,0,0,0,'2020-04-16 12:55:27'); -+INSERT INTO `marker` VALUES (11631,1901,NULL,2,1916,92929,'start for north','',181.75,-145.125,0,0,0,'2020-04-16 13:03:29'); -+INSERT INTO `marker` VALUES (11632,1901,NULL,2,1916,92929,'start for south west','',165.09375,-115.40625,0,0,0,'2020-04-16 14:08:12'); -+INSERT INTO `marker` VALUES (11633,1901,NULL,2,1916,92929,'start for north west','',160.71875,-122.8125,0,0,0,'2020-04-16 14:20:41'); - /*!40000 ALTER TABLE `marker` ENABLE KEYS */; - UNLOCK TABLES; - -@@ -8411,25 +10089,6 @@ INSERT INTO `marker_category` VALUES (327,322,1,3,'Dungeons',1,'map_dungeon','#0 - INSERT INTO `marker_category` VALUES (328,322,1,3,'Chefes',1,'map_boss','#000000',5,1); - INSERT INTO `marker_category` VALUES (329,322,2,3,'Marcadores de Pulo',1,'map_jump','#000000',5,1); - INSERT INTO `marker_category` VALUES (330,322,3,3,'Lugares',1,'map_places','#000000',5,1); --INSERT INTO `marker_category` VALUES (400,NULL,1,4,'Itens',1,'map_item','#000000',5,1); --INSERT INTO `marker_category` VALUES (401,400,1,4,'Itens comuns',1,'map_item','#000000',5,1); --INSERT INTO `marker_category` VALUES (402,400,1,4,'Mapa',1,'map_map','#000000',5,1); --INSERT INTO `marker_category` VALUES (403,400,1,4,'Bússola',1,'map_compass','#000000',5,1); --INSERT INTO `marker_category` VALUES (404,400,1,4,'Chave',1,'map_key','#000000',5,1); --INSERT INTO `marker_category` VALUES (405,400,1,4,'Coração',1,'map_heart','#000000',5,1); --INSERT INTO `marker_category` VALUES (415,NULL,1,4,'Segredos',1,'map_secret','#000000',5,1); --INSERT INTO `marker_category` VALUES (416,415,1,4,'Secret Seashell ',1,'placeholder','#000000',5,1); --INSERT INTO `marker_category` VALUES (417,415,1,4,'Mad Batter',1,'placeholder','#000000',5,1); --INSERT INTO `marker_category` VALUES (418,415,1,4,'Easter Egg ',1,'map_gambling','#000000',5,1); --INSERT INTO `marker_category` VALUES (419,415,1,4,'Trocas',1,'map_move','#000000',5,1); --INSERT INTO `marker_category` VALUES (420,415,1,4,'Portal',1,'map_tloz_warp','#000000',5,1); --INSERT INTO `marker_category` VALUES (421,415,1,4,'Rupees',1,'map_rupee','#000000',5,1); --INSERT INTO `marker_category` VALUES (430,NULL,1,4,'Pontos de Interesse ',1,'map_poi','#000000',5,1); --INSERT INTO `marker_category` VALUES (431,430,1,4,'Informação',1,'map_info','#000000',5,1); --INSERT INTO `marker_category` VALUES (432,430,1,4,'Level',1,'map_dungeon','#000000',5,1); --INSERT INTO `marker_category` VALUES (433,430,1,4,'Chefe',1,'map_boss','#000000',5,1); --INSERT INTO `marker_category` VALUES (434,430,3,4,'Lugares',1,'map_places','#000000',5,1); --INSERT INTO `marker_category` VALUES (435,430,2,4,'Marcadores de Pulo',1,'map_jump','#000000',5,1); - INSERT INTO `marker_category` VALUES (500,NULL,1,5,'Itens',1,'map_item','#000000',5,1); - INSERT INTO `marker_category` VALUES (501,500,1,5,'Itens comuns',1,'map_item','#000000',5,1); - INSERT INTO `marker_category` VALUES (502,500,1,5,'Garrafa',1,'map_bottle','#000000',5,1); -@@ -8526,6 +10185,25 @@ INSERT INTO `marker_category` VALUES (1946,1901,1,19,'Diary & Books',1,'BotW_Boo - INSERT INTO `marker_category` VALUES (1947,1930,1,19,'Molduga',1,'BotW_Boss','#ff422e',6,1); - INSERT INTO `marker_category` VALUES (1948,1901,1,19,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1); - INSERT INTO `marker_category` VALUES (1949,1901,1,19,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1); -+INSERT INTO `marker_category` VALUES (1950,NULL,1,4,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',0,1); -+INSERT INTO `marker_category` VALUES (1951,1950,1,4,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',0,1); -+INSERT INTO `marker_category` VALUES (1952,1950,1,4,'Trading Sequence',1,'BotW_Side-Quest','#4bc5ee',0,1); -+INSERT INTO `marker_category` VALUES (1953,1950,1,4,'Minigame',1,'BotW_Mini-Game','#4bc5ee',0,1); -+INSERT INTO `marker_category` VALUES (1954,1950,1,4,'Easter Eggs',1,'General_Info','#4bc5ee',0,0); -+INSERT INTO `marker_category` VALUES (1955,NULL,1,4,'Items',1,'BotW_Items','#ffad48',0,1); -+INSERT INTO `marker_category` VALUES (1956,1955,1,4,'Pieces of Heart',1,'General_Heart','#ffad48',0,1); -+INSERT INTO `marker_category` VALUES (1957,1955,1,4,'Seashells',1,'LA_Secret-Seashell','#ffad48',0,1); -+INSERT INTO `marker_category` VALUES (1958,1955,1,4,'Bottles',1,'General_Bottle','#ffad48',0,1); -+INSERT INTO `marker_category` VALUES (1960,1955,1,4,'Map',1,'General_Map','#ffad48',0,1); -+INSERT INTO `marker_category` VALUES (1961,1955,1,4,'Compass',1,'General_Compass','#ffad48',0,1); -+INSERT INTO `marker_category` VALUES (1962,1955,1,4,'Keys',1,'General_Key','#ffad48',0,1); -+INSERT INTO `marker_category` VALUES (1963,NULL,1,4,'Locations',1,'BotW_Locations','#8e72b9',0,1); -+INSERT INTO `marker_category` VALUES (1964,1963,1,4,'Houses',1,'General_House','#8e72b9',0,1); -+INSERT INTO `marker_category` VALUES (1965,1963,1,4,'Shops',1,'General_Store','#8e72b9',0,1); -+INSERT INTO `marker_category` VALUES (1966,1963,1,4,'Dungeons',1,'BotW_Dungeon','#8e72b9',0,1); -+INSERT INTO `marker_category` VALUES (1967,NULL,1,4,'Enemies',1,'BotW_Enemies','#ff422e',0,1); -+INSERT INTO `marker_category` VALUES (1968,1967,1,4,'Boss',1,'BotW_Boss','#ff422e',0,1); -+INSERT INTO `marker_category` VALUES (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1); - /*!40000 ALTER TABLE `marker_category` ENABLE KEYS */; - UNLOCK TABLES; - -@@ -11406,6 +13084,339 @@ INSERT INTO `marker_tab` VALUES (3526,9717,1,19312,'','<p>Visit into <s - INSERT INTO `marker_tab` VALUES (3527,9723,1,21563,'','<p>???</p>',1,1); - INSERT INTO `marker_tab` VALUES (3528,9724,1,21563,'','<p>kll</p>',1,1); - INSERT INTO `marker_tab` VALUES (3529,9727,1,21321,'','<p>fff</p>\r\n<p>&nbsp;</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3530,9733,1,21324,'','<p>Equipped Items: Blizzard Rod</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3531,9738,1,16861,'','<p>Topaz</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3532,9740,1,21892,'','<p style="text-align: justify;">Tout est rare dans <strong>The Legend of Zelda : Breath of the Wild</strong>, et il vous est probablement arriv&eacute; d'&ecirc;tre en manque de fl&egrave;che au pire moment possible. Heureusement, il existe une astuce simple pour faire le plein de fl&egrave;ches, une bonne fois pour toute, afin de ne plus se retrouver dans la panade. Il n'y a aucun pr&eacute;requis &agrave; avoir, puisque nous allons juste abuser d'un d&eacute;faut dans l'intelligence artificielle des ennemis.</p>\r\n<div id="switch_placeholder_16bd153f5b96ff72d75033157f61d5d9" class="switch_placeholder">&nbsp;</div>\r\n<p style="text-align: justify;">Pour commencez, vous aller devoir trouver un endroit plein de <strong>Bokoblins</strong>, mont&eacute;s sur des chevaux et munis d'arcs. Il en existe un tr&egrave;s facile d'acc&egrave;s dans les Collines de Tabanta, comme vous pouvez le voir sur la map suivante.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Fleches_Tabanta.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Faites-vous remarquer par les ennemis (ils ont un point d'exclamation de la t&ecirc;te quand ils vous rep&egrave;rent) et quand ils commencent &agrave; vous attaquer, placez la cam&eacute;ra au dessus de vous et ne bougez plus. Les Bokoblins vont alors vous tourner autour et tentez de vous tirer des fl&egrave;ches, mais <strong>ils rateront toujours leur cible</strong>. Les fl&egrave;ches vont alors s'accumuler &agrave; vos pieds et vous n'aurez qu'&agrave; tourner sur vous m&ecirc;me et appuyer sur A pour les ramasser.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Zelda_Fleches_Screens.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Vous pourrez tr&egrave;s facilement accumuler plusieurs centaines de fl&egrave;ches en l'espace de quelques minutes. De quoi &ecirc;tre tranquille pour un bon bout de temps.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3533,9749,1,22175,'','<p>Contains: Majora's Mask</p>\r\n<p>In Ground: Yes</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3534,9757,1,22585,'','<p>Contains Korok seed and rusty broadsward</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3535,9758,1,22600,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/b/b2/Korok129.png/200px-Korok129.png" width="170" height="120" />',1,1); -+INSERT INTO `marker_tab` VALUES (3536,9759,1,22524,'','<p>Hestu Final Location</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3537,9761,1,22780,'','<p>jhmn</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3538,9790,1,1550,'','<p>fast</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3539,9790,1,1550,'','<p>rest</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3540,9791,1,1550,'','<p>1212</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3541,9793,1,23704,'','<p>Three Hylian Shrooms, accesable as soon as you start the game.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3542,9799,1,23704,'','<p>Wall hides a chest with a Traveler's Bow with increased durability.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3543,9823,1,25083,'','<p>Silver Bokoblin Present.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3544,9830,1,25546,'','<p><a title="Rupias" href="https://www.youtube.com/watch?v=kE61uBIa6TA">https://www.youtube.com/watch?v=kE61uBIa6TA</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3545,9852,1,27279,'','<p>???</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3546,9858,1,22592,'','<p>Rewards - Ice Arrow x5</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3547,9860,1,22592,'','<p>Rewards - Silver Rupee</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3548,9889,1,29204,'','<p>NPC: Walton</p>\r\n<p>Requires: Items</p>\r\n<p>Reward: Diamond</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3549,9890,1,29204,'','<p>NPC: Jana</p>\r\n<p>Requires: Give&nbsp;insects</p>\r\n<p>Reward: 100 Rupees</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3550,9891,1,30043,'','<p>Thyphlo Ruins</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3551,9892,1,29101,'','<p>Antikes Zaumzeug&nbsp;unter Kirschbaum im Laub.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3552,9897,1,30319,'','<p>DLC Item</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3553,9898,1,30319,'','<p>Found in stone monument,</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3554,9900,1,30529,'','<p><strong><em>try</em></strong></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3555,9915,1,30976,'','<p>follow the flower trail</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3556,9945,1,32758,'','<p>pick up the stone</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3557,9950,1,32941,'','<p>Phantom armor</p>\r\n<p>&nbsp;</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3558,9957,1,30338,'','<p>???</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3559,9977,1,34138,'','<p><strong>1</strong></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3560,9990,1,34279,'','<p>Soldier's Spear in chest on top of floating platform by bridge.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3561,9995,1,34755,'','<p><strong>???</strong></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3562,9996,1,34424,'','<p>NPC: Koyin</p>\r\n<p>Requires: Clear out Bokoblin Camp in Hateno Beach</p>\r\n<p>Reward: Fresh Milk x10</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3563,9999,1,34755,'','<p>????</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3564,10003,1,34279,'','<p>Chest on floating platform in Master Mode.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3565,10016,1,34279,'','<p>Master Moad<br />On floating platform over river.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3566,10017,1,34279,'','<p>Master Mode<br />On top of floating platform close to ledge</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3567,10018,1,34279,'','<p>Master Mode<br />On top of floating platform just above river</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3568,10019,1,34279,'','<p>Master Mode<br />Floating platform abover river.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3569,10020,1,34279,'','<p>Master Mode<br />Floating platform on top of the waterfall</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3570,10021,1,34279,'','<p>Master Mode<br />On floating platform just above the water.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3571,10022,1,34279,'','<p>Master Mode<br />Floating platform all the way up, in front of the waterfall.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3572,10028,1,35555,'','<p>[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3573,10029,1,34279,'','<p>Master Mode<br />On high floating platform in front of the waterfall.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3574,10030,1,34279,'','<p>Master Mode<br />Floating platform alongside the waterfall.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3575,10031,1,34279,'','<p>Master Mode<br />Floating platform on the southern side of the bridge. You can snag the chest from the bridge with Magnesis if you desire.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3576,10036,1,34279,'','<p>EX Chest<br />In Basement<br />Contains: Travel Medallion</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3577,10039,1,36179,'','<p>Divine Beast Vah Rudania is enterable after it's hit 3 times by Yunobo.</p>\r\n<p>It's dark inside untill the map is collected.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3578,10040,1,34279,'','<p>Ice Wizzrobe</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3579,10054,1,34279,'','<p>Ravio's Hood (EX)<br />Right under the right hand.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3580,10055,1,34279,'','<p>EX: Tingle's Shirt</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3581,10058,1,37845,'','<p>Reward: 50 Rupees</p>\r\n<p>Go to Lazli's house at night and talk to her. She will ask for you to bring her some fireflies. Return to her house while she's there and hold five Sunset Fireflies in your hands. Drop them in front of her, and the quest will be completed.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3582,10060,1,37845,'','<p>Torfeau will ask you to defeat the Hinox at Ralis Pond.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3583,10061,1,37845,'','<p>Make Guy a cooling elixir by combining monster parts and a Cold Darner. Cooling <em>foods</em> will not work; it must be an <em>elixir</em>.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3584,10062,1,37845,'','<p>Reward: Sand Boots (The Eighth Heroine) &amp; Snow Boots (The Forgotten Sword)</p>\r\n<p>Speak with Bozai while dressed in the female Gerudo clothes. He will give you the Snow Boots. If you want the Sand Boots, you have to complete his quest, "The Eighth Heroine" first. You must photograph the statue of the Eighth Heroine and return to him. He gives you the Sand Boots, but takes the Snow Boots back. If you want both sets of boots, complete "The Forgotten Sword", where you must head up a mountain and photograph the Eighth Heroine's lost sword. Return to him to get the Snow Boots.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3585,10063,1,37845,'','<p>For "The Eighth Heroine" sidequest.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3586,10064,1,37845,'','<p>For "The Forgotten Sword" sidequest.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3587,10067,1,37908,'','<p>Seach the cart ruins.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3588,10069,1,38196,'','<ul>\r\n<li><a href="https://vandal.elespanol.com/guias/guia-zelda-breath-of-the-wild/santuario-de-kaoma">Santuario de Kaoma</a></li>\r\n</ul>',1,1); -+INSERT INTO `marker_tab` VALUES (3589,10086,1,35517,'','<p>Bomb Arrows BOX</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3590,10117,1,41851,'','<p>Requires: Cooling Elixir</p>\r\n<p>Reward: Purple Rupee</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3591,10126,1,40727,'','<p style="padding-left: 40px;">beneath bombable rocks</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3592,10139,1,43245,'','<p>Rupee Farm</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3593,10148,1,42733,'','<p>NPC: Koyin</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3594,10149,1,42733,'','<p>NPC: Purah</p>\r\n<p>&nbsp;</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3595,10150,1,42733,'','<p>NPC: Symin</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3596,10151,1,42733,'','<p>NPC: Purah</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3597,10152,1,42733,'','<p>NPC: Sebasto</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3598,10155,1,39380,'','<p>A helmet much like the one Midna wore when she fought alongside the Hero of Twilight. It's a rather rare find.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3599,10156,1,44908,'','<p>silver rupee</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3600,10157,1,44908,'','<p>chest</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3601,10193,1,46735,'','<p>?????</p>\r\n<p>&nbsp;</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3602,10200,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3603,10201,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3604,10202,1,46946,'','<p>Tinique bleue (anti-chaleur)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3605,10203,1,46459,'','<p>DLC only.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3606,10206,1,45945,'','<p>A Shrine Quest given by the NPC Garini. He will be standing next to a broken stone tablet, and then will request your assistance in finding the rest of the pieces along the beach and shoreline. You need to take pictures of each, and then return to him to unlock the Kah Yah Shrine.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3607,10207,1,46811,'','<p>Divine Beast Vah Naboris</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3608,10214,1,46381,'','<p>Appears only after 23 o'clock</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3609,10219,1,47945,'','<p>Sheikah technology research lab created by Robbie after the destruction of the Royal Ancient Tech Lab during the <a title="Great Calamity" href="https://zelda.fandom.com/wiki/Great_Calamity">Great Calamity</a> where he continued his research into ancient technology. It was built from the remains of the old Akkala&nbsp;lighthouse that existed before the Great Calamity.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3610,10226,1,47917,'','<p>Starts on the cliff to the south</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3611,10229,1,49050,'','<p>punto di riferimento su mappa monti gemelli</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3612,10232,1,48859,'','<blockquote>\r\n<p>Southern mine (Goron) Greyson and fire guard armor found here</p>\r\n</blockquote>',1,1); -+INSERT INTO `marker_tab` VALUES (3613,10250,1,50431,'','<p>treasure</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3614,10251,1,50431,'','<p>wooden arrow x5</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3615,10252,1,50431,'','<p>knights shield</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3616,10253,1,50431,'','<p>bow</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3617,10254,1,50431,'','<p>bomb arrorx5</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3618,10255,1,50431,'','<p>arrow</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3619,10256,1,50431,'','<p>fire arr x5</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3620,10270,1,50205,'','<p>Equipped Items: Blizzard Rod</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3621,10283,1,52670,'','<p>Cracked wall housing several ore deposits on the ceiling inside.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3622,10287,1,53330,'','<p><strong>Divine Beast Vah Naboris</strong></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3623,10297,1,51643,'','<p>&Ccedil;A MOUILLE</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3624,10321,1,55591,'','<p>asdf</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3625,10333,1,52480,'','<p>Master Mode Lynel</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3626,10335,1,56400,'','<p>Sonnenaufgang fliegt Eldra &uuml;ber das Skelett</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3627,10350,1,57361,'','<p>Route to next village.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3628,10351,1,57361,'','<p>Route to next village.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3629,10352,1,57361,'','<p>Route to next village.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3630,10353,1,57361,'','<p>Route to next village.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3631,10354,1,57361,'','<p>Route to next village.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3632,10355,1,57361,'','<p>Route to next village.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3633,10356,1,57361,'','<p>Route to next village.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3634,10357,1,57361,'','<p>Frozen, will wake up when nearing</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3635,10360,1,45711,'','<p>The Four Winds<br />(DLC)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3636,10361,1,45711,'','<p>Stop to Start</p>\r\n<p>(DLC)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3637,10362,1,45711,'','<p>Path to Light</p>\r\n<p>(DLC)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3638,10363,1,45711,'','<p>Master the Orb</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3639,10364,1,45711,'','<p>Aim for Stilness</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3640,10381,1,57925,'','<p>Wild Horse Location</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -+INSERT INTO `marker_tab` VALUES (3641,10384,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -+INSERT INTO `marker_tab` VALUES (3642,10385,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -+INSERT INTO `marker_tab` VALUES (3643,10386,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -+INSERT INTO `marker_tab` VALUES (3644,10387,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -+INSERT INTO `marker_tab` VALUES (3645,10388,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -+INSERT INTO `marker_tab` VALUES (3646,10398,1,55864,'','<p>This seed is missing from the map</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3647,10400,1,58919,'','<p>Platform</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3648,10403,1,59420,'','<p>This mission became available afther completing the Wild trial.</p>\r\n<p>I had the master sword in my possesion by the time I came back.</p>\r\n<p>Maybe just completing the wild trial and waiting a couple of days is enough to makeJiogi appear.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3649,10409,1,48504,'','<p>Equiped with: Blizzard Rod</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3650,10412,1,60169,'','<p>asd</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3651,10423,1,60912,'','<p><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">look along the Northwest walls of the ground floor and use </span><a class="new" style="box-sizing: border-box; color: #3888c9; font-family: &amp;quot; ars-maquette-web&amp;quot;,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="Magnesis (page does not exist)" href="https://www.ign.com/wikis/the-legend-of-zelda-hd/Magnesis">Magnesis</a><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"> on the buried chest. </span></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3652,10428,1,60291,'','<p>???</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3653,10438,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -+INSERT INTO `marker_tab` VALUES (3654,10453,1,61555,'','<p>Hidden in cairn at top of Mount Hyrule.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3655,10454,1,61555,'','<p>In hidden chest of Shrine.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3656,10460,1,61589,'','<p>NPC: Jiahto</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3657,10461,1,61589,'','<p>NPC: Izra</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3658,10469,1,63606,'','<p>aaaaa</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3659,10470,1,63606,'','<p>a</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3660,10482,1,63841,'','<p>test</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3661,10484,1,64446,'','<p>Head to the Hateno Beach and clear out the enemy camp there.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3662,10495,1,60468,'','<p>Speak to Walton at the top of the Great Deku tree and solve five different riddles</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3663,10516,1,66421,'','<p>aa</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3664,10530,1,67259,'','<p>destroy with remote bomb or bomb arrow</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3665,10541,1,68351,'','<p>mi no encontrar</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3807,10546,2,1,'Piece of Heart','<p>Win a Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3808,10548,2,1,'Piece of Heart','<p>Win a second Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy-game-two-placement.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game_2" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3809,10549,2,1,'Piece of Heart','<p>Purchase the Piece of Heart for 200 Rupees in the Mabe Village shoip.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-village-shop.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Village_Shop" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3810,10550,2,1,'Piece of Heart','<p>Catch a red fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fishing1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Beginners_Luck" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3811,10551,2,1,'Piece of Heart','<p>Catch a green fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-green-fish.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Youre_a_Pro_Now" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3812,10552,2,1,'Piece of Heart','<p>Jump into the Mabe Village well near the library.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-pieceofheart-well2.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Bottom_of_the_well" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3813,10553,2,1,'Piece of Heart','<p>Walk behind houses in Animal Village. You can reach the path from the Yarna Desert entrance.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-animal-village-alley-heart.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Animal_Village_Alley" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3814,10554,2,1,'Piece of Heart','<p>Enter the cave behind the houses in Animal Village. Use Bombs and the Hookshot to reach the Piece of Heart.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-hookshot-animal-crossing-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Village_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3815,10555,2,1,'Piece of Heart','<p>Complete the Rapids Race in less than 40 seconds.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-river-race-hookshot-posts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Race" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3816,10556,2,1,'Piece of Heart','<p>Stop the raft in the west-most island during the Rapids Race.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-raft-raid-.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Raid" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3817,10557,2,1,'Piece of Heart','<p>Dive underwater in the empty flooded cave east of Angler's Tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-flooded-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Flooded_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3818,10558,2,1,'Piece of Heart','<p>Dive underwater in the Kanalet Castle moat.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-kanalet.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Moat" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3819,10559,2,1,'Piece of Heart','<p>Visit the Seashell Mansion when you have at least five Secret Seashells.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-seashell-five.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Five_Secret_Seashells" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3820,10560,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Mad Batter's alter in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-mad-batter-dive.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Mad_Batters_Final_Punishment" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3821,10561,2,1,'Piece of Heart','<p>Dive underwater in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-diving.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Bay" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3822,10562,2,1,'Piece of Heart','<p>Jump to the northeast corner of Pothole Field.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-pothole-field.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#More_Than_Holes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3823,10563,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Animal Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-animal-village-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tunnel_Diving" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3824,10564,2,1,'Piece of Heart','<p>Solve the block puzzle in the Mysterious Forest tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Toadstool_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3825,10565,2,1,'Piece of Heart','<p>Use the Hookshot to cross the large pits in the Mysterious Forest cave.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-use-the-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hookshot_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3826,10566,2,1,'Piece of Heart','<p>Jump to the northeast corner of Tabahl Wasteland.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tabahl-wasteland.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Treasure_Among_the_Wastes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3827,10567,2,1,'Piece of Heart','<p>Jump across the pits in Koholint Prairie.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-edge.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Crossroads_at_the_Forests_Edge" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3828,10568,2,1,'Piece of Heart','<p>Find the stairs that lead outside in Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-turtle-rock-outside.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Dungeon_Intermission" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3829,10569,2,1,'Piece of Heart','<p>Walk along the edge of the mountain on your way to Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-narrow-path.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tal_Tal_Cliffside" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3830,10570,2,1,'Piece of Heart','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fill-up-your-hearts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fill_Up_Your_Hearts" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3831,10571,2,1,'Piece of Heart','<p>Complete the Passageway Centra Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-passageway-central.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Passageway_Central" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3832,10572,2,1,'Piece of Heart','<p>Find the secret path in the cave that leads to the western side of the Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-bomb.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hidden_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3833,10573,2,1,'Piece of Heart','<p>Jump across the pits in the cave beneath the Cemetery.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-large-jump.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Ghosts_Treasure" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3834,10574,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in the cave beneath the quicksand in Yarna Desert.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-desert-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Desert_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3835,10575,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave just east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-cave-puzzle-solution.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Cave_Among_the_Grass" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3836,10576,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave leading into Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-tal-tal-cave-block-puzzle.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Along_the_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3837,10577,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in a cave east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-cracked-wall.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Secret_in_the_Sealed_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3838,10578,2,1,'Piece of Heart','<p>Use the Hookshot to reach the Piece of Heart in the tunnel that leads to the Rapids Rafting minigame.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-rapids-cave-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Rapids_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3839,10579,2,1,'Heart Container','<p>Complete the Ticking Clock Chamber Dungeon challenge to earn an full Heart Container. That's 4 Pieces of Heart!</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-ticking-clock-886x498.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Ticking_Clock" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3840,10580,2,1,'Yoshi Doll','<p>Win the Yoshi Doll at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-yoshi-doll.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Yoshi_Doll_Pros_arent_allowed" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3841,10581,2,1,'Ribbon','<p>Give the Yoshi Doll to Mamasha.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-ribbon.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Ribbon_A_mothers_plight" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3842,10582,2,1,'Dog Food','<p>Give the Ribbon to CiaoCiao, the Chain Chomp.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-dog-food.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Dog_Food_The_envious_dog" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3843,10583,2,1,'Bananas','<p>Give the Dog Food to Sale, the alligator.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-sales-house-o-bananas.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Bananas_The_collector_of_cans" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3844,10584,2,1,'Stick','<p>Give the Bananas to Kiki, the monkey.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Stick_A_helpful_monkey" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3845,10585,2,1,'Honeycomb','<p>Give the Stick to Tarin.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-tarin-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Honeycomb_Tarins_gambit" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3846,10586,2,1,'Pineapple','<p>Give the Honeycomb to Chef Bear.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-pineapple.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Pineapple_The_bear_necessities" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3847,10587,2,1,'Hibiscus','<p>Give the Pineapple to Papahl.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-papahl.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Hibiscus_He_told_you_hed_get_lost" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3848,10588,2,1,'Letter','<p>Give the Hibiscus to Christine.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-christines-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Letter_A_thoughtful_gift" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3849,10589,2,1,'Broom','<p>Give the Letter to Mr. Write.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-writes-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Broom_He_just_got_a_letter" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3850,10590,2,1,'Fishing Hook','<p>Give the Broom to Grandma Yahoo.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-fishing-hook.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Fishing_Hook_Yahoo_Shes_fine_and_you" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3851,10591,2,1,'Necklace','<p>Give the Fishing Hook to the Fisherman under the bridge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-marthas-bay-bridge.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Necklace_Lucky_catch" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3852,10592,2,1,'Scale','<p>Give the Necklace to the Mermaid.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Scale_Only_take_one" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3853,10593,2,1,'Magnifying Lens','<p>Place the Scale in the Mermaid Statue.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-missing-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Magnifying_Lens_Completing_a_masterpiece" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3854,10594,2,1,'Raft Rapids','<p>Pay 100 Rupees to ride the Rapids.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3855,10595,2,1,'Trendy Game','<p>Pay 10 Rupees to play a claw machine game.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3856,10596,2,1,'Fishing','<p>Pay 10 Rupees for a chance to catch a fish.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3857,10597,2,1,'Bottle','<p>Catch the Bottle at the bottom of the Fishing Hole.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3858,10598,2,1,'Bottle','<p>Complete the first 12 Chamber Dungeon challenges.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3859,10599,2,1,'Bottle','<p>The Ghost will give you a Bottle after you take it to visit its house and then return it to its grave.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3860,10600,2,1,'Cracked Wall','<p>Item Trader</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3861,10601,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3862,10602,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3863,10603,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3864,10604,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3865,10605,2,1,'Cracked Wall','<p>Path to Turtle Rock</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3866,10606,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3867,10607,2,1,'Lanmolas','<p>Use the Sword to defeat Lanmolas and receive the Angler's Key.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3868,10608,2,1,'Armos Knight','<p>Use the Bow to defeat Armos Knight.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3869,10609,2,1,'Turtle Rock','<p>Use Bombs to break Turtle Rock's hard shell and then finish it with the Sword.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3870,10610,2,1,'Tail Cave','<p>Level 1</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/tail-cave/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3871,10611,2,1,'Bottle Grotto','<p>Level 2</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-4-bottle-grotto/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3872,10612,2,1,'Key Cavery','<p>Level 3</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-6-key-cavern/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3873,10613,2,1,'Kanalet Castle','<p>Mini Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-5-kanalet-castle/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3874,10614,2,1,'Angler's Tunnel','<p>Level 4</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-8-anglers-tunnel/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3875,10615,2,1,'Catfish's Maw','<p>Level 5</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-10-catfishs-maw/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3876,10616,2,1,'North Face Shrine','<p>Level 6</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-12-north-face-shrine/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3877,10617,2,1,'Eagle's Tower','<p>Level 7</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-14-eagles-tower/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3878,10618,2,1,'Turtle Rock','<p>Level 8</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-16-turtle-rock/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3879,10619,2,1,'Color Dungeon','<p>Optional Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/color-dungeon/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3880,10620,2,1,'Chamber Dungeon','<p>Dungeon Builder</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3881,10621,2,1,'Wind Fish's Egg','<p>Final Boss and Game Ending</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-17-wind-fishs-egg/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3882,10622,2,1,'Papahl, Mamasha, and the Quadruplet's Hou','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3883,10623,2,1,'Marin and Tarin's House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3884,10624,2,1,'Madam MeowMeow's House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3885,10625,2,1,'Grandpa Ulrira and Grandma Yahoo's House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3886,10626,2,1,'Sales House O' Bananas','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3887,10627,2,1,'Richard's Villa','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3888,10628,2,1,'Ghost's House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3889,10629,2,1,'Chef Bear's House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3890,10630,2,1,'Christine's House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3891,10631,2,1,'Mr. Write's House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3892,10632,2,1,'Hen House','<p></p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3893,10633,2,1,'Witch's Hut','<p>Bring the Toadstool to the Witch to receive Magic Powder.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3894,10634,2,1,'Mabe Village Shop','<p>Purchase many items including the Shovel, Bombs, and Bow.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3895,10635,2,1,'Crazy Tracy's Health Spa','<p>Purchase the Secret Medicine, which automatically heals you if you die.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3896,10645,2,1,'Secret Seashells','<p>Dig on the west side of Marin's favorite spot on the beach.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3897,10646,2,1,'Secret Seashells','<p>Lift the pots in the Ghost's house in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3898,10647,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into a tree in Toronbo Shores.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3899,10648,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree outside of Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3900,10649,2,1,'Secret Seashells','<p>Use a Bomb to enter the secret room in Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3901,10650,2,1,'Secret Seashells','<p>Dig in the dog house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3902,10651,2,1,'Secret Seashells','<p>Cut the patch of bushes in Mabe Village.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3903,10652,2,1,'Secret Seashells','<p>Win a Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3904,10653,2,1,'Secret Seashells','<p>Win another Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3905,10654,2,1,'Secret Seashells','<p>Catch a Cheep Cheep at the Fishing Hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3906,10655,2,1,'Secret Seashells','<p>Catch a Blooper at the Fishing Hole. It might not be your first one!</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3907,10656,2,1,'Secret Seashells','<p>Dig a hole in the circle of flowers in the Mysterious Forest.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3908,10657,2,1,'Secret Seashells','<p>Dig a hole near the north exit of the Mysterious Forest, south of Mr. Write's house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3909,10658,2,1,'Secret Seashells','<p>Dig a hole beneath a lone bush.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3910,10659,2,1,'Secret Seashells','<p>Open the treasure chest in the tunnel beneath Richard's Villa.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3911,10660,2,1,'Secret Seashells','<p>Under the lone bush east of the telephone booth in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3912,10661,2,1,'Secret Seashells','<p>Under the lone bush on the small island south of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3913,10662,2,1,'Secret Seashells','<p>Dig a hole near the Owl Statue northwest of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3914,10663,2,1,'Secret Seashells','<p>Dig a hole in the center of the grass.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3915,10664,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree near the Signpost Maze.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3916,10665,2,1,'Secret Seashells','<p>Under the bush in the islands near Key Cavern.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3917,10666,2,1,'Secret Seashells','<p>Use the Hookshot to reach the stairs to the west of the Kanalet Castle gate.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3918,10667,2,1,'Secret Seashells','<p>Dive underwater in near the waterfall in the Kanalet Castle moat.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3919,10668,2,1,'Secret Seashells','<p>Under a rock in the southeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3920,10669,2,1,'Secret Seashells','<p>Stand near the shore at the entrance of Yarna Desert and play the Ballad of the Wind Fish. The Walrus will appear and give you a Secret Seashell.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3921,10670,2,1,'Secret Seashells','<p>Speak to the hidden Zora in Animal Village after you have the Magnifying Lens.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3922,10671,2,1,'Secret Seashells','<p>Speak to Christine after you deliver the Letter to Mr. Write.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3923,10672,2,1,'Secret Seashells','<p>Find the stairs that lead outside in the North Face Shrine.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3924,10673,2,1,'Secret Seashells','<p>Throw a bomb into the hole near the Angler's Key keyhole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3925,10674,2,1,'Secret Seashells','<p>Finish the Rapids Race in less than 35 seconds.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3926,10675,2,1,'Secret Seashells','<p>Open the chest in the Mysterious Forest that is blocked by a stone.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3927,10676,2,1,'Secret Seashells','<p>Dig a hole under the lone bush north of the telephone booth.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3928,10677,2,1,'Secret Seashells','<p>Dig a hole near the east side of the Tabahl Wasteland.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3929,10678,2,1,'Secret Seashells','<p>Dig a hole beneat the spot where the large skull boulder is before you destroy it.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3930,10679,2,1,'Secret Seashells','<p>Unde a rock north of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3931,10680,2,1,'Secret Seashells','<p>Under a bush east of the Seashell Mansion.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3932,10681,2,1,'Secret Seashells','<p>Dig a hole near the Owl statue east of Catfish's Maw.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3933,10682,2,1,'Secret Seashells','<p>Dig a hole near the cacti in the northeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3934,10683,2,1,'Secret Seashells','<p>Under a rock near the sign north of the Moblin's Hideout.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3935,10684,2,1,'Secret Seashells','<p>Stop the raft on the smallest island in the rapids. Then, dig a hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3936,10685,2,1,'Secret Seashells','<p>Find the stairs beneath the Armos in the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3937,10686,2,1,'Secret Seashells','<p>Under the a lone rock north of the entrance to the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3938,10687,2,1,'Secret Seashells','<p>Dive underwater near the ladder that leads to the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3939,10688,2,1,'Secret Seashells','<p>Under a rock across the bridges to the east of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3940,10689,2,1,'Secret Seashells','<p>Throw a Bomb in the hole southwest of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3941,10690,2,1,'Secret Seashells','<p>Open the treasure chest in east Tal Tal Mountain Range. Use a Bomb to find a secret path.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3942,10691,2,1,'Secret Seashells','<p>Fall in a hole on the far west side of the room where you fight Hinox in Eagle's Tower.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3943,10692,2,1,'Secret Seashells','<p>Under a lone rock in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3944,10693,2,1,'Secret Seashells','<p>Dig a hole in the center of the rock pattern in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3945,10694,2,1,'Secret Seashells','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3946,10695,2,1,'Fairy Fountain','<p>In plain sight.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3947,10696,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3948,10697,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3949,11015,1,70248,'','<p>Facade is a easy boss, just use the shield in his first phase, then use bombs. (Watchout for holes as they take you or your bombs.)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3950,11016,1,70248,'','<p>This Nightmare Key allows you to get to boss #6, Facade</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3951,11039,1,72231,'','<p>xxxxxxx</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3952,11053,1,72615,'','<p>Big or Small</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3953,11062,1,72985,'','<p>After hearing Jiahto's request, search for the stone monuments in the area surrounding Zora's Domain. Not counting thr monument in Zora's Domain there are 10 to find in total.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3954,11063,1,73086,'','<p>Serpent Jaws</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3955,11094,1,74072,'','<p>Search vertical rock surrounded by 4 small rocks (next to where old man is standing)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3956,11096,1,74072,'','<p>Above skull encampment</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3957,11107,1,74072,'','<p>Not active, need to start campfire with flint or fire arrow</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3958,11121,1,73176,'','<p>asd</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3959,11129,1,74072,'','<p>This marker already exists but could use some more info. To get this, you must feed the dog behind the coral 4 pieces of food (apples work and are located next to the fire). The dog will then lead you to the treasure. It will NOT show up unless you feed the dog</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3960,11131,1,75055,'','<p>Enemies:</p>\r\n<ul>\r\n<li>&nbsp;Sentry (outside)</li>\r\n<li>Guardian Scout I (inside)</li>\r\n<li>Cursed Bokoblins/Moblins/Lizalfos (inside)</li>\r\n<li>Fireblight Ganon (inside, boss)</li>\r\n</ul>',1,1); -+INSERT INTO `marker_tab` VALUES (3961,11133,1,75084,'','<p>Questgiver Rozel can alternatively be found at the dock.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3962,11134,1,75272,'','<p>This is the Devine Beast Vah Medoh from the Champion Revali</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3963,11150,1,73669,'','<p>Reward: Luminous Stone</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3964,11170,1,67975,'','<p>To start the quest, head into Foothill Stable in the Eldin region.</p>\r\n<p>Inside, you will find Mayro inspecting a painting on the wall.</p>\r\n<img src="https://oyster.ignimgs.com/mediawiki/apis.ign.com/the-legend-of-zelda-hd/b/b3/LandscapeStable1.png" alt="Mayro and Link, near the spoken painting." width="1593" height="891" />\r\n<p>after interacting with him,&nbsp; the quest will start.</p>\r\n<p>he will tell you the painting was made by the Stable owner, Ozunda, who paints as a hobby.</p>\r\n<p>In addition, he mentions that the sable was painted from a southern direction.</p>\r\n<p>going south from the Stable, you will find the view in the painting, and reveal the location of the shrine [Tah Muhl Shrine].</p>\r\n<img src="https://gamefaqs1.cbsistatic.com/faqs/27/75427-5.png" alt="the location of Tah Muhl Shrine" width="750" height="422" />',1,1); -+INSERT INTO `marker_tab` VALUES (3965,11171,1,67975,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/5/5f/Korok862.png/200px-Korok862.png" alt="" width="200" height="159" />\r\n<p>Lift up the rock to reveal the Korok.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3966,11200,1,79082,'','<p>luna carmeci</p>\r\n<p>&nbsp;</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3967,11309,1,81232,'','<p>Requires Power Bracelet</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3968,11311,1,81232,'','<p>Clear all enemies in room.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3969,11324,1,36179,'','<p>Only obtainable with the DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3970,11325,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3971,11326,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3972,11327,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3973,11328,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3974,11329,1,36179,'','<p>The Four Winds</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3975,11330,1,36179,'','<p>Aim for Stillness</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3976,11331,1,36179,'','<p>Master the Orb</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3977,11337,1,80073,'','<p>Contains: Royal Bow "43" - Attack Up +5</p>\r\n<p>Location: Chest in Water</p>\r\n<p>Description: In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3978,11338,1,14388,'','<p>Campfire at the south end of the ledge; sit until morning; walk towards the north ledge &amp; prep. Dinraal will come around the north corner at 6 AM if not glitched. (If he doesn't show by 7 AM, close and reopen the game, then wait til morning, and it should be fixed.)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3979,11340,1,79786,'','<p>Paraglide to the rock south from the center pillar. The chest is to the east underwater</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3980,11345,1,14388,'','<p>Buried in ground? Yes</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3981,11349,1,82690,'','<p>On top of the wall in front of the Bomb trial</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3982,11350,1,82690,'','<p>Somewhere in the vicinity of the temple of time in a chest, found near some bokogoblins.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3983,11351,1,82690,'','<p>Can get by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.), Or by climbing up to the top of Mt. Hylia.&nbsp;</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3984,11352,1,82690,'','<p>Climb up to the top of Mt. Hylia and talking to the old man to get the Warm Doublet, or also get this by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.)</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3985,11372,1,82864,'','<p>Requires: Five fireflies</p>\r\n<p>Talk to Lasli in her house at night to unlock this quest.</p>\r\n<p>Reward: 50 rupees</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3986,11373,1,82864,'','<p>After completing all other side-quests in the village, return here for a shrine quest.</p>\r\n<p>Reward: Lakna Rokee Shrine</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3987,11406,1,79196,'','<p>NPC: Walton</p>\r\n<p>Requires: Deliver the correct items from across Hyrule</p>\r\n<p>Reward: Diamond</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3988,11412,1,84349,'','<p>missing some dlc shrine i guess?</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3989,11413,1,84349,'','<p>missing shrine</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3990,11414,1,84349,'','<p>missing</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3991,11415,1,84349,'','<p>missing</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3992,11416,1,84349,'','<p>missing dlc shrine</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3993,11444,1,85878,'','<p>Inside the Water, hard current.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3994,11451,1,85883,'','<p>Collection of ore inside.</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3995,11492,1,87273,'','<p>The Temple once home to the<strong> Master Sword.</strong></p>',1,1); -+INSERT INTO `marker_tab` VALUES (3996,11516,1,87473,'','<p>Location once completed</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3997,11518,1,73379,'','<p>Reward: Ice arrows x5</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3998,11527,1,80263,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); -+INSERT INTO `marker_tab` VALUES (3999,11550,1,89658,'','<p>guygg</p>',1,1); -+INSERT INTO `marker_tab` VALUES (4000,11560,1,90222,'','<p>hujkl</p>',1,1); -+INSERT INTO `marker_tab` VALUES (4001,11562,1,89757,'','<p>h</p>',1,1); -+INSERT INTO `marker_tab` VALUES (4002,11571,1,87973,'','<p>Des&ccedil;a pela passagem de ar em frente a Shrines</p>',1,1); -+INSERT INTO `marker_tab` VALUES (4003,11586,1,91548,'','<p>Contains: Amber</p>',1,1); - /*!40000 ALTER TABLE `marker_tab` ENABLE KEYS */; - UNLOCK TABLES; - -@@ -11420,6 +13431,19 @@ INSERT INTO `marker_tab_status` VALUES (2,'Approved',1); - /*!40000 ALTER TABLE `marker_tab_status` ENABLE KEYS */; - UNLOCK TABLES; - -+-- -+-- Dumping data for table `schema_migrations` -+-- -+ -+LOCK TABLES `schema_migrations` WRITE; -+/*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */; -+INSERT INTO `schema_migrations` VALUES ('20180427013505'); -+INSERT INTO `schema_migrations` VALUES ('20180430012556'); -+INSERT INTO `schema_migrations` VALUES ('20180430031250'); -+INSERT INTO `schema_migrations` VALUES ('20180430035101'); -+/*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */; -+UNLOCK TABLES; -+ - -- - -- Dumping data for table `submap` - -- -@@ -11430,6 +13454,16 @@ INSERT INTO `submap` VALUES (140,3,1,NULL,'Light World',1,'alttp/overworld/light - INSERT INTO `submap` VALUES (141,3,1,NULL,'Dark World',0,'alttp/overworld/dark/','png','404',1,0,1,1); - INSERT INTO `submap` VALUES (1900,19,1,1,'DO NOT USE',0,'botw/e32016/','png','blank',0,0,1,0); - INSERT INTO `submap` VALUES (1901,19,1,1,'Hyrule',1,'botw/hyrule/','png','blank',0,0,1,1); -+INSERT INTO `submap` VALUES (2000,20,1,1,'Koholint Island',1,'la_rmk/koholint_island/','png','blank',0,0,1,1); -+INSERT INTO `submap` VALUES (2001,21,1,1,'Tail Cave',1,'la_rmk/1_tail_cave/','png','blank',1,0,1,1); -+INSERT INTO `submap` VALUES (2002,22,1,1,'Bottle Grotto',1,'la_rmk/2_bottle_grotto/','png','blank',2,0,1,1); -+INSERT INTO `submap` VALUES (2003,23,1,1,'Key Cavern',1,'la_rmk/3_key_cavern/','png','blank',3,0,1,1); -+INSERT INTO `submap` VALUES (2004,24,1,1,'Angler`s Tunnel',1,'la_rmk/4_anglers_tunnel/','png','blank',4,0,1,1); -+INSERT INTO `submap` VALUES (2005,25,1,1,'Catfish`s Maw',1,'la_rmk/5_catfishs_maw/','png','blank',5,0,1,1); -+INSERT INTO `submap` VALUES (2006,26,1,1,'Face Shrine',1,'la_rmk/6_face_shrine/','png','blank',6,0,1,1); -+INSERT INTO `submap` VALUES (2007,27,1,1,'Eagle`s Tower',1,'la_rmk/7_eagles_tower/','png','blank',7,0,1,1); -+INSERT INTO `submap` VALUES (2008,28,1,1,'Turtle Rock',1,'la_rmk/8_turtle_rock/','png','blank',8,0,1,1); -+INSERT INTO `submap` VALUES (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1); - /*!40000 ALTER TABLE `submap` ENABLE KEYS */; - UNLOCK TABLES; - -@@ -12532,7 +14566,7 @@ UNLOCK TABLES; - /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; - /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - ---- Dump completed on 2018-05-19 20:27:54 -+-- Dump completed on 2020-04-17 0:29:06 - INSERT INTO `user` - (`id`, `username`, `password`, `name`, `email`, `created`, `ip`, `last_login`, `level`, `visible`) - VALUES -@@ -13308,6 +15342,7 @@ VALUES - ('3833', 'test3833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3833', 'test3833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('3837', 'test3837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3837', 'test3837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('3842', 'test3842', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3842', 'test3842@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('3853', 'test3853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3853', 'test3853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('3857', 'test3857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3857', 'test3857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('3992', 'test3992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3992', 'test3992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('3999', 'test3999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3999', 'test3999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13567,12 +15602,14 @@ VALUES - ('12348', 'test12348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12348', 'test12348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12363', 'test12363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12363', 'test12363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12400', 'test12400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12400', 'test12400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('12402', 'test12402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12402', 'test12402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12452', 'test12452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12452', 'test12452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12566', 'test12566', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12566', 'test12566@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12578', 'test12578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12578', 'test12578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12597', 'test12597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12597', 'test12597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12660', 'test12660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12660', 'test12660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12696', 'test12696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12696', 'test12696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('12708', 'test12708', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12708', 'test12708@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12739', 'test12739', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12739', 'test12739@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12742', 'test12742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12742', 'test12742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('12889', 'test12889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12889', 'test12889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13601,6 +15638,7 @@ VALUES - ('13772', 'test13772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13772', 'test13772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('13784', 'test13784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13784', 'test13784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('13792', 'test13792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13792', 'test13792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('13795', 'test13795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13795', 'test13795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('13799', 'test13799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13799', 'test13799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('13815', 'test13815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13815', 'test13815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('13844', 'test13844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13844', 'test13844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13624,6 +15662,7 @@ VALUES - ('14290', 'test14290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14290', 'test14290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('14303', 'test14303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14303', 'test14303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('14364', 'test14364', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14364', 'test14364@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('14388', 'test14388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14388', 'test14388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('14481', 'test14481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14481', 'test14481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('14497', 'test14497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14497', 'test14497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('14626', 'test14626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14626', 'test14626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13644,6 +15683,7 @@ VALUES - ('15279', 'test15279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15279', 'test15279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('15305', 'test15305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15305', 'test15305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('15310', 'test15310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15310', 'test15310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('15410', 'test15410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15410', 'test15410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('15417', 'test15417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15417', 'test15417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('15434', 'test15434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15434', 'test15434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('15446', 'test15446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15446', 'test15446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13687,6 +15727,7 @@ VALUES - ('16368', 'test16368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16368', 'test16368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('16386', 'test16386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16386', 'test16386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('16412', 'test16412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16412', 'test16412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('16432', 'test16432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16432', 'test16432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('16449', 'test16449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16449', 'test16449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('16532', 'test16532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16532', 'test16532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('16537', 'test16537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16537', 'test16537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13750,6 +15791,8 @@ VALUES - ('18081', 'test18081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18081', 'test18081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('18145', 'test18145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18145', 'test18145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('18164', 'test18164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18164', 'test18164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('18179', 'test18179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18179', 'test18179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('18201', 'test18201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18201', 'test18201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('18278', 'test18278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18278', 'test18278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('18290', 'test18290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18290', 'test18290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('18415', 'test18415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18415', 'test18415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13795,7 +15838,9 @@ VALUES - ('20061', 'test20061', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20061', 'test20061@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20248', 'test20248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20248', 'test20248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20280', 'test20280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20280', 'test20280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('20346', 'test20346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20346', 'test20346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20452', 'test20452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20452', 'test20452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('20599', 'test20599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20599', 'test20599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20606', 'test20606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20606', 'test20606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20608', 'test20608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20608', 'test20608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20654', 'test20654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20654', 'test20654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13806,7 +15851,11 @@ VALUES - ('20792', 'test20792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20792', 'test20792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20799', 'test20799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20799', 'test20799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('20921', 'test20921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20921', 'test20921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('20944', 'test20944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20944', 'test20944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21041', 'test21041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21041', 'test21041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('21154', 'test21154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21154', 'test21154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21200', 'test21200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21200', 'test21200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21247', 'test21247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21247', 'test21247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('21282', 'test21282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21282', 'test21282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('21321', 'test21321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21321', 'test21321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('21324', 'test21324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21324', 'test21324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -@@ -13814,5 +15863,750 @@ VALUES - ('21355', 'test21355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21355', 'test21355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('21496', 'test21496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21496', 'test21496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), - ('21552', 'test21552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21552', 'test21552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), --('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1') -+('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21662', 'test21662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21662', 'test21662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21727', 'test21727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21727', 'test21727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21799', 'test21799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21799', 'test21799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21856', 'test21856', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21856', 'test21856@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21858', 'test21858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21858', 'test21858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('21892', 'test21892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21892', 'test21892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22039', 'test22039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22039', 'test22039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22054', 'test22054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22054', 'test22054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22116', 'test22116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22116', 'test22116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22123', 'test22123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22123', 'test22123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22141', 'test22141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22141', 'test22141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22148', 'test22148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22148', 'test22148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22175', 'test22175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22175', 'test22175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22228', 'test22228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22228', 'test22228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22252', 'test22252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22252', 'test22252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22263', 'test22263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22263', 'test22263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22279', 'test22279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22279', 'test22279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22484', 'test22484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22484', 'test22484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22500', 'test22500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22500', 'test22500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22518', 'test22518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22518', 'test22518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22524', 'test22524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22524', 'test22524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22575', 'test22575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22575', 'test22575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22585', 'test22585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22585', 'test22585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22592', 'test22592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22592', 'test22592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22593', 'test22593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22593', 'test22593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22600', 'test22600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22600', 'test22600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22725', 'test22725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22725', 'test22725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22780', 'test22780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22780', 'test22780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22858', 'test22858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22858', 'test22858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22918', 'test22918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22918', 'test22918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('22947', 'test22947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22947', 'test22947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23031', 'test23031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23031', 'test23031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23109', 'test23109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23109', 'test23109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23122', 'test23122', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23122', 'test23122@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23128', 'test23128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23128', 'test23128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23133', 'test23133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23133', 'test23133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23237', 'test23237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23237', 'test23237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23247', 'test23247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23247', 'test23247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23298', 'test23298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23298', 'test23298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23337', 'test23337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23337', 'test23337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23338', 'test23338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23338', 'test23338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23476', 'test23476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23476', 'test23476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23546', 'test23546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23546', 'test23546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23694', 'test23694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23694', 'test23694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23704', 'test23704', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23704', 'test23704@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23714', 'test23714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23714', 'test23714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23731', 'test23731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23731', 'test23731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23746', 'test23746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23746', 'test23746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('23751', 'test23751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23751', 'test23751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24018', 'test24018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24018', 'test24018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24140', 'test24140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24140', 'test24140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24168', 'test24168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24168', 'test24168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24262', 'test24262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24262', 'test24262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24294', 'test24294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24294', 'test24294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24336', 'test24336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24336', 'test24336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24449', 'test24449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24449', 'test24449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24571', 'test24571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24571', 'test24571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24716', 'test24716', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24716', 'test24716@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24820', 'test24820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24820', 'test24820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('24935', 'test24935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24935', 'test24935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25083', 'test25083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25083', 'test25083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25113', 'test25113', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25113', 'test25113@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25180', 'test25180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25180', 'test25180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25277', 'test25277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25277', 'test25277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25514', 'test25514', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25514', 'test25514@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25546', 'test25546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25546', 'test25546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25605', 'test25605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25605', 'test25605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25796', 'test25796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25796', 'test25796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('25848', 'test25848', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25848', 'test25848@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('26051', 'test26051', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26051', 'test26051@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('26216', 'test26216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26216', 'test26216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('26297', 'test26297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26297', 'test26297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('26402', 'test26402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26402', 'test26402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('26618', 'test26618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26618', 'test26618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('26810', 'test26810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26810', 'test26810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('26878', 'test26878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26878', 'test26878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27008', 'test27008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27008', 'test27008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27219', 'test27219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27219', 'test27219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27279', 'test27279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27279', 'test27279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27618', 'test27618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27618', 'test27618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27660', 'test27660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27660', 'test27660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27737', 'test27737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27737', 'test27737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27801', 'test27801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27801', 'test27801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27903', 'test27903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27903', 'test27903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('27919', 'test27919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27919', 'test27919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28066', 'test28066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28066', 'test28066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28076', 'test28076', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28076', 'test28076@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28177', 'test28177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28177', 'test28177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28280', 'test28280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28280', 'test28280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28287', 'test28287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28287', 'test28287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28354', 'test28354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28354', 'test28354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28358', 'test28358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28358', 'test28358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28412', 'test28412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28412', 'test28412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28421', 'test28421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28421', 'test28421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28484', 'test28484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28484', 'test28484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28495', 'test28495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28495', 'test28495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('28725', 'test28725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28725', 'test28725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29059', 'test29059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29059', 'test29059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29101', 'test29101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29101', 'test29101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29109', 'test29109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29109', 'test29109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29140', 'test29140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29140', 'test29140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29167', 'test29167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29167', 'test29167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29204', 'test29204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29204', 'test29204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29221', 'test29221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29221', 'test29221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29321', 'test29321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29321', 'test29321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29387', 'test29387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29387', 'test29387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29495', 'test29495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29495', 'test29495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29506', 'test29506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29506', 'test29506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29592', 'test29592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29592', 'test29592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29602', 'test29602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29602', 'test29602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29604', 'test29604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29604', 'test29604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29655', 'test29655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29655', 'test29655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29746', 'test29746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29746', 'test29746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('29891', 'test29891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29891', 'test29891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30001', 'test30001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30001', 'test30001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30043', 'test30043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30043', 'test30043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30210', 'test30210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30210', 'test30210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30249', 'test30249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30249', 'test30249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30319', 'test30319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30319', 'test30319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30338', 'test30338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30338', 'test30338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30399', 'test30399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30399', 'test30399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30503', 'test30503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30503', 'test30503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30529', 'test30529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30529', 'test30529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30564', 'test30564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30564', 'test30564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30672', 'test30672', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30672', 'test30672@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30971', 'test30971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30971', 'test30971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('30976', 'test30976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30976', 'test30976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('31095', 'test31095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31095', 'test31095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('31383', 'test31383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31383', 'test31383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('31439', 'test31439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31439', 'test31439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('31690', 'test31690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31690', 'test31690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('31697', 'test31697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31697', 'test31697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('31698', 'test31698', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31698', 'test31698@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('31863', 'test31863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31863', 'test31863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32015', 'test32015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32015', 'test32015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32214', 'test32214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32214', 'test32214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32236', 'test32236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32236', 'test32236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32328', 'test32328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32328', 'test32328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32362', 'test32362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32362', 'test32362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32383', 'test32383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32383', 'test32383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32479', 'test32479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32479', 'test32479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32592', 'test32592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32592', 'test32592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32600', 'test32600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32600', 'test32600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32607', 'test32607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32607', 'test32607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32626', 'test32626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32626', 'test32626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32630', 'test32630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32630', 'test32630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32645', 'test32645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32645', 'test32645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32758', 'test32758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32758', 'test32758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32931', 'test32931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32931', 'test32931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32941', 'test32941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32941', 'test32941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32959', 'test32959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32959', 'test32959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('32987', 'test32987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32987', 'test32987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33048', 'test33048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33048', 'test33048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33117', 'test33117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33117', 'test33117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33143', 'test33143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33143', 'test33143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33237', 'test33237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33237', 'test33237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33277', 'test33277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33277', 'test33277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33319', 'test33319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33319', 'test33319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33462', 'test33462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33462', 'test33462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33797', 'test33797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33797', 'test33797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33833', 'test33833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33833', 'test33833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('33852', 'test33852', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33852', 'test33852@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34046', 'test34046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34046', 'test34046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34064', 'test34064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34064', 'test34064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34084', 'test34084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34084', 'test34084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34095', 'test34095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34095', 'test34095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34124', 'test34124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34124', 'test34124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34138', 'test34138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34138', 'test34138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34273', 'test34273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34273', 'test34273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34279', 'test34279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34279', 'test34279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34424', 'test34424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34424', 'test34424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34434', 'test34434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34434', 'test34434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34446', 'test34446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34446', 'test34446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34755', 'test34755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34755', 'test34755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34803', 'test34803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34803', 'test34803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34810', 'test34810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34810', 'test34810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34826', 'test34826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34826', 'test34826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34867', 'test34867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34867', 'test34867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('34896', 'test34896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34896', 'test34896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35048', 'test35048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35048', 'test35048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35121', 'test35121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35121', 'test35121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35263', 'test35263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35263', 'test35263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35432', 'test35432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35432', 'test35432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35456', 'test35456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35456', 'test35456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35517', 'test35517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35517', 'test35517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35545', 'test35545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35545', 'test35545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35555', 'test35555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35555', 'test35555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('35567', 'test35567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35567', 'test35567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36049', 'test36049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36049', 'test36049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36073', 'test36073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36073', 'test36073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36179', 'test36179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36179', 'test36179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36203', 'test36203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36203', 'test36203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36254', 'test36254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36254', 'test36254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36393', 'test36393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36393', 'test36393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36404', 'test36404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36404', 'test36404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36489', 'test36489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36489', 'test36489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('36539', 'test36539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36539', 'test36539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37121', 'test37121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37121', 'test37121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37205', 'test37205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37205', 'test37205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37418', 'test37418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37418', 'test37418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37720', 'test37720', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37720', 'test37720@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37819', 'test37819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37819', 'test37819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37845', 'test37845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37845', 'test37845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37885', 'test37885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37885', 'test37885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37908', 'test37908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37908', 'test37908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('37922', 'test37922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37922', 'test37922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38067', 'test38067', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38067', 'test38067@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38068', 'test38068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38068', 'test38068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38196', 'test38196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38196', 'test38196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38298', 'test38298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38298', 'test38298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38501', 'test38501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38501', 'test38501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38530', 'test38530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38530', 'test38530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38785', 'test38785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38785', 'test38785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38854', 'test38854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38854', 'test38854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38927', 'test38927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38927', 'test38927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('38947', 'test38947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38947', 'test38947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39009', 'test39009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39009', 'test39009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39064', 'test39064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39064', 'test39064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39095', 'test39095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39095', 'test39095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39150', 'test39150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39150', 'test39150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39287', 'test39287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39287', 'test39287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39292', 'test39292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39292', 'test39292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39380', 'test39380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39380', 'test39380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39544', 'test39544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39544', 'test39544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39897', 'test39897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39897', 'test39897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('39917', 'test39917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39917', 'test39917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40096', 'test40096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40096', 'test40096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40130', 'test40130', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40130', 'test40130@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40194', 'test40194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40194', 'test40194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40214', 'test40214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40214', 'test40214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40441', 'test40441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40441', 'test40441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40498', 'test40498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40498', 'test40498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40542', 'test40542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40542', 'test40542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40636', 'test40636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40636', 'test40636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40727', 'test40727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40727', 'test40727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40783', 'test40783', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40783', 'test40783@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40878', 'test40878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40878', 'test40878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('40881', 'test40881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40881', 'test40881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('41140', 'test41140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41140', 'test41140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('41143', 'test41143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41143', 'test41143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('41231', 'test41231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41231', 'test41231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('41317', 'test41317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41317', 'test41317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('41851', 'test41851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41851', 'test41851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42280', 'test42280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42280', 'test42280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42424', 'test42424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42424', 'test42424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42480', 'test42480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42480', 'test42480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42507', 'test42507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42507', 'test42507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42700', 'test42700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42700', 'test42700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42733', 'test42733', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42733', 'test42733@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42880', 'test42880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42880', 'test42880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42886', 'test42886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42886', 'test42886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('42921', 'test42921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42921', 'test42921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43011', 'test43011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43011', 'test43011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43015', 'test43015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43015', 'test43015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43118', 'test43118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43118', 'test43118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43128', 'test43128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43128', 'test43128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43169', 'test43169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43169', 'test43169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43245', 'test43245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43245', 'test43245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43257', 'test43257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43257', 'test43257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43349', 'test43349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43349', 'test43349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43405', 'test43405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43405', 'test43405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43552', 'test43552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43552', 'test43552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43559', 'test43559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43559', 'test43559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43573', 'test43573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43573', 'test43573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43642', 'test43642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43642', 'test43642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43679', 'test43679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43679', 'test43679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43686', 'test43686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43686', 'test43686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43748', 'test43748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43748', 'test43748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('43876', 'test43876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43876', 'test43876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('44197', 'test44197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44197', 'test44197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('44233', 'test44233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44233', 'test44233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('44841', 'test44841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44841', 'test44841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('44908', 'test44908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44908', 'test44908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45002', 'test45002', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45002', 'test45002@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45022', 'test45022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45022', 'test45022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45154', 'test45154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45154', 'test45154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45168', 'test45168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45168', 'test45168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45393', 'test45393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45393', 'test45393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45432', 'test45432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45432', 'test45432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45488', 'test45488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45488', 'test45488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45680', 'test45680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45680', 'test45680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45711', 'test45711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45711', 'test45711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45880', 'test45880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45880', 'test45880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45903', 'test45903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45903', 'test45903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45929', 'test45929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45929', 'test45929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('45945', 'test45945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45945', 'test45945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46128', 'test46128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46128', 'test46128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46138', 'test46138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46138', 'test46138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46212', 'test46212', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46212', 'test46212@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46216', 'test46216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46216', 'test46216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46381', 'test46381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46381', 'test46381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46386', 'test46386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46386', 'test46386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46459', 'test46459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46459', 'test46459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46500', 'test46500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46500', 'test46500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46509', 'test46509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46509', 'test46509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46735', 'test46735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46735', 'test46735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46811', 'test46811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46811', 'test46811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46932', 'test46932', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46932', 'test46932@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('46946', 'test46946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46946', 'test46946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47121', 'test47121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47121', 'test47121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47226', 'test47226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47226', 'test47226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47547', 'test47547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47547', 'test47547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47563', 'test47563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47563', 'test47563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47599', 'test47599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47599', 'test47599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47691', 'test47691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47691', 'test47691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47824', 'test47824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47824', 'test47824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47917', 'test47917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47917', 'test47917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47945', 'test47945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47945', 'test47945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('47960', 'test47960', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47960', 'test47960@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('48230', 'test48230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48230', 'test48230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('48238', 'test48238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48238', 'test48238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('48307', 'test48307', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48307', 'test48307@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('48504', 'test48504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48504', 'test48504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('48678', 'test48678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48678', 'test48678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('48859', 'test48859', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48859', 'test48859@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49011', 'test49011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49011', 'test49011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49050', 'test49050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49050', 'test49050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49196', 'test49196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49196', 'test49196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49202', 'test49202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49202', 'test49202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49219', 'test49219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49219', 'test49219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49367', 'test49367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49367', 'test49367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49628', 'test49628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49628', 'test49628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49922', 'test49922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49922', 'test49922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49952', 'test49952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49952', 'test49952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('49972', 'test49972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49972', 'test49972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50024', 'test50024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50024', 'test50024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50205', 'test50205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50205', 'test50205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50253', 'test50253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50253', 'test50253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50315', 'test50315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50315', 'test50315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50431', 'test50431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50431', 'test50431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50439', 'test50439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50439', 'test50439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50458', 'test50458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50458', 'test50458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50504', 'test50504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50504', 'test50504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50587', 'test50587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50587', 'test50587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50805', 'test50805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50805', 'test50805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50843', 'test50843', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50843', 'test50843@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50916', 'test50916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50916', 'test50916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('50977', 'test50977', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50977', 'test50977@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51229', 'test51229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51229', 'test51229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51280', 'test51280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51280', 'test51280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51345', 'test51345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51345', 'test51345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51636', 'test51636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51636', 'test51636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51643', 'test51643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51643', 'test51643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51885', 'test51885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51885', 'test51885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51892', 'test51892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51892', 'test51892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('51954', 'test51954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51954', 'test51954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('52235', 'test52235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52235', 'test52235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('52289', 'test52289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52289', 'test52289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('52291', 'test52291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52291', 'test52291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('52322', 'test52322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52322', 'test52322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('52480', 'test52480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52480', 'test52480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('52516', 'test52516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52516', 'test52516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('52670', 'test52670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52670', 'test52670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53039', 'test53039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53039', 'test53039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53227', 'test53227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53227', 'test53227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53315', 'test53315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53315', 'test53315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53327', 'test53327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53327', 'test53327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53330', 'test53330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53330', 'test53330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53476', 'test53476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53476', 'test53476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53525', 'test53525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53525', 'test53525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53646', 'test53646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53646', 'test53646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53781', 'test53781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53781', 'test53781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('53989', 'test53989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53989', 'test53989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54037', 'test54037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54037', 'test54037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54038', 'test54038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54038', 'test54038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54092', 'test54092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54092', 'test54092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54101', 'test54101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54101', 'test54101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54175', 'test54175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54175', 'test54175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54275', 'test54275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54275', 'test54275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54359', 'test54359', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54359', 'test54359@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54377', 'test54377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54377', 'test54377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54500', 'test54500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54500', 'test54500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54526', 'test54526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54526', 'test54526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54529', 'test54529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54529', 'test54529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54652', 'test54652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54652', 'test54652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54654', 'test54654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54654', 'test54654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('54845', 'test54845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54845', 'test54845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55511', 'test55511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55511', 'test55511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55583', 'test55583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55583', 'test55583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55589', 'test55589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55589', 'test55589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55591', 'test55591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55591', 'test55591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55622', 'test55622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55622', 'test55622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55709', 'test55709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55709', 'test55709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55864', 'test55864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55864', 'test55864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('55943', 'test55943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55943', 'test55943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56018', 'test56018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56018', 'test56018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56110', 'test56110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56110', 'test56110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56231', 'test56231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56231', 'test56231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56244', 'test56244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56244', 'test56244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56340', 'test56340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56340', 'test56340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56400', 'test56400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56400', 'test56400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56469', 'test56469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56469', 'test56469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56505', 'test56505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56505', 'test56505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56532', 'test56532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56532', 'test56532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56712', 'test56712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56712', 'test56712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56744', 'test56744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56744', 'test56744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('56798', 'test56798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56798', 'test56798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57031', 'test57031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57031', 'test57031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57316', 'test57316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57316', 'test57316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57335', 'test57335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57335', 'test57335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57361', 'test57361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57361', 'test57361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57381', 'test57381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57381', 'test57381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57539', 'test57539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57539', 'test57539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57623', 'test57623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57623', 'test57623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57658', 'test57658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57658', 'test57658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57870', 'test57870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57870', 'test57870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57872', 'test57872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57872', 'test57872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57925', 'test57925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57925', 'test57925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('57983', 'test57983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57983', 'test57983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58025', 'test58025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58025', 'test58025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58050', 'test58050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58050', 'test58050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58140', 'test58140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58140', 'test58140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58314', 'test58314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58314', 'test58314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58317', 'test58317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58317', 'test58317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58422', 'test58422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58422', 'test58422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58549', 'test58549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58549', 'test58549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58567', 'test58567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58567', 'test58567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58581', 'test58581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58581', 'test58581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58640', 'test58640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58640', 'test58640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58677', 'test58677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58677', 'test58677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58823', 'test58823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58823', 'test58823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('58919', 'test58919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58919', 'test58919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59206', 'test59206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59206', 'test59206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59420', 'test59420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59420', 'test59420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59539', 'test59539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59539', 'test59539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59721', 'test59721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59721', 'test59721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59791', 'test59791', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59791', 'test59791@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59933', 'test59933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59933', 'test59933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59949', 'test59949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59949', 'test59949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('59975', 'test59975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59975', 'test59975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60089', 'test60089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60089', 'test60089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60169', 'test60169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60169', 'test60169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60291', 'test60291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60291', 'test60291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60348', 'test60348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60348', 'test60348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60455', 'test60455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60455', 'test60455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60468', 'test60468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60468', 'test60468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60529', 'test60529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60529', 'test60529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60533', 'test60533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60533', 'test60533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60780', 'test60780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60780', 'test60780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('60912', 'test60912', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60912', 'test60912@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61012', 'test61012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61012', 'test61012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61027', 'test61027', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61027', 'test61027@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61097', 'test61097', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61097', 'test61097@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61474', 'test61474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61474', 'test61474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61502', 'test61502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61502', 'test61502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61555', 'test61555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61555', 'test61555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61589', 'test61589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61589', 'test61589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61697', 'test61697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61697', 'test61697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61822', 'test61822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61822', 'test61822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('61881', 'test61881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61881', 'test61881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62356', 'test62356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62356', 'test62356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62393', 'test62393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62393', 'test62393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62448', 'test62448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62448', 'test62448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62458', 'test62458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62458', 'test62458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62509', 'test62509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62509', 'test62509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62522', 'test62522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62522', 'test62522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62717', 'test62717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62717', 'test62717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('62978', 'test62978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62978', 'test62978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63322', 'test63322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63322', 'test63322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63378', 'test63378', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63378', 'test63378@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63431', 'test63431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63431', 'test63431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63460', 'test63460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63460', 'test63460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63489', 'test63489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63489', 'test63489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63493', 'test63493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63493', 'test63493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63578', 'test63578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63578', 'test63578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63606', 'test63606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63606', 'test63606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63841', 'test63841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63841', 'test63841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63915', 'test63915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63915', 'test63915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('63993', 'test63993', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63993', 'test63993@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64080', 'test64080', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64080', 'test64080@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64167', 'test64167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64167', 'test64167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64340', 'test64340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64340', 'test64340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64372', 'test64372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64372', 'test64372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64382', 'test64382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64382', 'test64382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64429', 'test64429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64429', 'test64429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64446', 'test64446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64446', 'test64446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64493', 'test64493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64493', 'test64493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64572', 'test64572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64572', 'test64572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64630', 'test64630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64630', 'test64630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('64903', 'test64903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64903', 'test64903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('65010', 'test65010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65010', 'test65010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('65367', 'test65367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65367', 'test65367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('65479', 'test65479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65479', 'test65479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('65590', 'test65590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65590', 'test65590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('65970', 'test65970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65970', 'test65970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('66285', 'test66285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66285', 'test66285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('66367', 'test66367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66367', 'test66367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('66421', 'test66421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66421', 'test66421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('66479', 'test66479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66479', 'test66479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('66495', 'test66495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66495', 'test66495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('66829', 'test66829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66829', 'test66829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('66838', 'test66838', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66838', 'test66838@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67259', 'test67259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67259', 'test67259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67415', 'test67415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67415', 'test67415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67518', 'test67518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67518', 'test67518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67560', 'test67560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67560', 'test67560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67564', 'test67564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67564', 'test67564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67657', 'test67657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67657', 'test67657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67678', 'test67678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67678', 'test67678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('67975', 'test67975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67975', 'test67975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('68111', 'test68111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68111', 'test68111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('68177', 'test68177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68177', 'test68177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('68351', 'test68351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68351', 'test68351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('68564', 'test68564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68564', 'test68564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('68573', 'test68573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68573', 'test68573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('68891', 'test68891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68891', 'test68891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('68895', 'test68895', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68895', 'test68895@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69068', 'test69068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69068', 'test69068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69145', 'test69145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69145', 'test69145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69200', 'test69200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69200', 'test69200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69480', 'test69480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69480', 'test69480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69517', 'test69517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69517', 'test69517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69738', 'test69738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69738', 'test69738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69806', 'test69806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69806', 'test69806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('69888', 'test69888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69888', 'test69888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('70111', 'test70111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70111', 'test70111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('70176', 'test70176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70176', 'test70176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('70248', 'test70248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70248', 'test70248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('70487', 'test70487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70487', 'test70487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('70548', 'test70548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70548', 'test70548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('70561', 'test70561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70561', 'test70561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('70972', 'test70972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70972', 'test70972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('71042', 'test71042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71042', 'test71042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('71324', 'test71324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71324', 'test71324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('71370', 'test71370', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71370', 'test71370@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('71588', 'test71588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71588', 'test71588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('71600', 'test71600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71600', 'test71600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('71784', 'test71784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71784', 'test71784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('71786', 'test71786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71786', 'test71786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72022', 'test72022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72022', 'test72022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72128', 'test72128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72128', 'test72128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72231', 'test72231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72231', 'test72231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72372', 'test72372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72372', 'test72372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72389', 'test72389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72389', 'test72389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72402', 'test72402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72402', 'test72402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72447', 'test72447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72447', 'test72447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72477', 'test72477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72477', 'test72477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72511', 'test72511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72511', 'test72511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72601', 'test72601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72601', 'test72601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72615', 'test72615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72615', 'test72615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72627', 'test72627', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72627', 'test72627@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72645', 'test72645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72645', 'test72645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72651', 'test72651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72651', 'test72651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72699', 'test72699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72699', 'test72699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72713', 'test72713', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72713', 'test72713@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('72985', 'test72985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72985', 'test72985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73012', 'test73012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73012', 'test73012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73086', 'test73086', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73086', 'test73086@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73176', 'test73176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73176', 'test73176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73213', 'test73213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73213', 'test73213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73379', 'test73379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73379', 'test73379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73386', 'test73386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73386', 'test73386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73410', 'test73410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73410', 'test73410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73493', 'test73493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73493', 'test73493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73546', 'test73546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73546', 'test73546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73669', 'test73669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73669', 'test73669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73790', 'test73790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73790', 'test73790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73797', 'test73797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73797', 'test73797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73849', 'test73849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73849', 'test73849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73866', 'test73866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73866', 'test73866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('73948', 'test73948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73948', 'test73948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74038', 'test74038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74038', 'test74038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74072', 'test74072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74072', 'test74072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74160', 'test74160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74160', 'test74160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74167', 'test74167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74167', 'test74167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74211', 'test74211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74211', 'test74211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74298', 'test74298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74298', 'test74298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74482', 'test74482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74482', 'test74482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74551', 'test74551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74551', 'test74551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74589', 'test74589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74589', 'test74589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74591', 'test74591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74591', 'test74591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74611', 'test74611', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74611', 'test74611@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74630', 'test74630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74630', 'test74630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74742', 'test74742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74742', 'test74742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74757', 'test74757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74757', 'test74757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('74772', 'test74772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74772', 'test74772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75055', 'test75055', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75055', 'test75055@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75081', 'test75081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75081', 'test75081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75084', 'test75084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75084', 'test75084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75087', 'test75087', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75087', 'test75087@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75096', 'test75096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75096', 'test75096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75272', 'test75272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75272', 'test75272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75273', 'test75273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75273', 'test75273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75356', 'test75356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75356', 'test75356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75407', 'test75407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75407', 'test75407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75439', 'test75439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75439', 'test75439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75548', 'test75548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75548', 'test75548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75562', 'test75562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75562', 'test75562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75864', 'test75864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75864', 'test75864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('75916', 'test75916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75916', 'test75916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76193', 'test76193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76193', 'test76193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76199', 'test76199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76199', 'test76199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76202', 'test76202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76202', 'test76202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76430', 'test76430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76430', 'test76430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76435', 'test76435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76435', 'test76435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76519', 'test76519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76519', 'test76519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76526', 'test76526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76526', 'test76526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76609', 'test76609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76609', 'test76609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76836', 'test76836', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76836', 'test76836@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76915', 'test76915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76915', 'test76915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('76939', 'test76939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76939', 'test76939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77028', 'test77028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77028', 'test77028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77093', 'test77093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77093', 'test77093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77230', 'test77230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77230', 'test77230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77349', 'test77349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77349', 'test77349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77697', 'test77697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77697', 'test77697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77818', 'test77818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77818', 'test77818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77879', 'test77879', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77879', 'test77879@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77923', 'test77923', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77923', 'test77923@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('77978', 'test77978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77978', 'test77978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78050', 'test78050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78050', 'test78050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78081', 'test78081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78081', 'test78081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78128', 'test78128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78128', 'test78128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78192', 'test78192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78192', 'test78192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78207', 'test78207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78207', 'test78207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78250', 'test78250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78250', 'test78250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78577', 'test78577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78577', 'test78577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78796', 'test78796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78796', 'test78796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78832', 'test78832', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78832', 'test78832@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78902', 'test78902', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78902', 'test78902@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('78956', 'test78956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78956', 'test78956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79019', 'test79019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79019', 'test79019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79070', 'test79070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79070', 'test79070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79082', 'test79082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79082', 'test79082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79196', 'test79196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79196', 'test79196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79259', 'test79259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79259', 'test79259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79469', 'test79469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79469', 'test79469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79503', 'test79503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79503', 'test79503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79726', 'test79726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79726', 'test79726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('79786', 'test79786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79786', 'test79786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('80073', 'test80073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80073', 'test80073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('80263', 'test80263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80263', 'test80263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('80678', 'test80678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80678', 'test80678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81159', 'test81159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81159', 'test81159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81214', 'test81214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81214', 'test81214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81232', 'test81232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81232', 'test81232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81346', 'test81346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81346', 'test81346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81469', 'test81469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81469', 'test81469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81840', 'test81840', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81840', 'test81840@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81851', 'test81851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81851', 'test81851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('81872', 'test81872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81872', 'test81872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82004', 'test82004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82004', 'test82004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82063', 'test82063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82063', 'test82063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82330', 'test82330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82330', 'test82330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82414', 'test82414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82414', 'test82414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82489', 'test82489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82489', 'test82489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82690', 'test82690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82690', 'test82690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82757', 'test82757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82757', 'test82757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82772', 'test82772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82772', 'test82772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82787', 'test82787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82787', 'test82787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82864', 'test82864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82864', 'test82864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82887', 'test82887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82887', 'test82887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82889', 'test82889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82889', 'test82889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82896', 'test82896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82896', 'test82896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82913', 'test82913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82913', 'test82913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('82929', 'test82929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82929', 'test82929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('83262', 'test83262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83262', 'test83262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('83430', 'test83430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83430', 'test83430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('83436', 'test83436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83436', 'test83436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('83601', 'test83601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83601', 'test83601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('83632', 'test83632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83632', 'test83632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('83679', 'test83679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83679', 'test83679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('83846', 'test83846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83846', 'test83846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84039', 'test84039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84039', 'test84039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84143', 'test84143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84143', 'test84143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84145', 'test84145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84145', 'test84145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84349', 'test84349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84349', 'test84349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84357', 'test84357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84357', 'test84357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84360', 'test84360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84360', 'test84360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84505', 'test84505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84505', 'test84505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84578', 'test84578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84578', 'test84578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84635', 'test84635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84635', 'test84635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84638', 'test84638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84638', 'test84638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84688', 'test84688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84688', 'test84688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('84988', 'test84988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84988', 'test84988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85069', 'test85069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85069', 'test85069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85240', 'test85240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85240', 'test85240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85375', 'test85375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85375', 'test85375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85483', 'test85483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85483', 'test85483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85570', 'test85570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85570', 'test85570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85573', 'test85573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85573', 'test85573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85654', 'test85654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85654', 'test85654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85878', 'test85878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85878', 'test85878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85883', 'test85883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85883', 'test85883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85964', 'test85964', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85964', 'test85964@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('85980', 'test85980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85980', 'test85980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86041', 'test86041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86041', 'test86041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86159', 'test86159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86159', 'test86159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86163', 'test86163', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86163', 'test86163@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86256', 'test86256', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86256', 'test86256@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86320', 'test86320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86320', 'test86320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86377', 'test86377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86377', 'test86377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86407', 'test86407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86407', 'test86407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86422', 'test86422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86422', 'test86422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86803', 'test86803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86803', 'test86803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86809', 'test86809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86809', 'test86809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('86992', 'test86992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86992', 'test86992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87060', 'test87060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87060', 'test87060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87074', 'test87074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87074', 'test87074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87099', 'test87099', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87099', 'test87099@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87199', 'test87199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87199', 'test87199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87273', 'test87273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87273', 'test87273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87453', 'test87453', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87453', 'test87453@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87473', 'test87473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87473', 'test87473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87607', 'test87607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87607', 'test87607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87765', 'test87765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87765', 'test87765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87948', 'test87948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87948', 'test87948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87973', 'test87973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87973', 'test87973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('87994', 'test87994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87994', 'test87994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('88022', 'test88022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88022', 'test88022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('88030', 'test88030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88030', 'test88030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('88203', 'test88203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88203', 'test88203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('88684', 'test88684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88684', 'test88684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('88764', 'test88764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88764', 'test88764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89210', 'test89210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89210', 'test89210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89332', 'test89332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89332', 'test89332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89488', 'test89488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89488', 'test89488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89547', 'test89547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89547', 'test89547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89658', 'test89658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89658', 'test89658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89757', 'test89757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89757', 'test89757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89884', 'test89884', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89884', 'test89884@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('89926', 'test89926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89926', 'test89926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90066', 'test90066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90066', 'test90066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90222', 'test90222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90222', 'test90222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90559', 'test90559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90559', 'test90559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90748', 'test90748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90748', 'test90748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90785', 'test90785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90785', 'test90785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90882', 'test90882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90882', 'test90882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90976', 'test90976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90976', 'test90976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('90983', 'test90983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90983', 'test90983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('91066', 'test91066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91066', 'test91066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('91098', 'test91098', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91098', 'test91098@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('91143', 'test91143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91143', 'test91143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('91165', 'test91165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91165', 'test91165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('91401', 'test91401', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91401', 'test91401@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('91409', 'test91409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91409', 'test91409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('91548', 'test91548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91548', 'test91548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('92155', 'test92155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92155', 'test92155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('92411', 'test92411', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92411', 'test92411@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('92423', 'test92423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92423', 'test92423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('92845', 'test92845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92845', 'test92845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('92846', 'test92846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92846', 'test92846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('92929', 'test92929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92929', 'test92929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('92956', 'test92956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92956', 'test92956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1'), -+('93236', 'test93236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93236', 'test93236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1') - ; --- -2.37.3 - diff --git a/dev/0002-Later-changelog-edits-now.patch b/dev/0002-Later-changelog-edits-now.patch deleted file mode 100644 index 2eadb898..00000000 --- a/dev/0002-Later-changelog-edits-now.patch +++ /dev/null @@ -1,61 +0,0 @@ -From fff6065b9c918942afc00c7b34e0685c524f4b46 Mon Sep 17 00:00:00 2001 -From: Pysis868 -Date: Fri, 17 Apr 2020 01:18:35 -0400 -Subject: [PATCH 2/3] Later changelog edits now. - ---- - dev/db/zeldamaps.sql | 25 +++++++++++++++---------- - 1 file changed, 15 insertions(+), 10 deletions(-) - -diff --git a/dev/db/zeldamaps.sql b/dev/db/zeldamaps.sql -index 468b2c8..e62843c 100644 ---- a/dev/db/zeldamaps.sql -+++ b/dev/db/zeldamaps.sql -@@ -39,7 +39,7 @@ CREATE TABLE `changelog` ( - `version_patch` int(11) NOT NULL, - `content` text, - PRIMARY KEY (`id`) --) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; -+) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=latin1; - /*!40101 SET character_set_client = @saved_cs_client */; - - -- -@@ -496,21 +496,26 @@ INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. - INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); - INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); - INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); --INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents); Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); -+INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); - INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); - INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); - INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); - INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); - INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); - INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); --INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); --INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); --INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); --INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); --INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); --INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); --INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); --INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); -+INSERT INTO `changelog` VALUES (26,0,6,0,'New logo by the Zelda Universe design team!'); -+INSERT INTO `changelog` VALUES (27,0,6,0,'Added Login/Account button'); -+INSERT INTO `changelog` VALUES (28,0,6,0,'Added Lost Password and Change Password functionality'); -+INSERT INTO `changelog` VALUES (29,0,6,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'); -+INSERT INTO `changelog` VALUES (30,0,6,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'); -+INSERT INTO `changelog` VALUES (31,0,6,0,'Made marker completion hotkeys more intelligent per-OS'); -+INSERT INTO `changelog` VALUES (32,0,6,0,'Lots of small interface improvements'); -+INSERT INTO `changelog` VALUES (33,0,6,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'); -+INSERT INTO `changelog` VALUES (34,0,7,0,'Multi-game support with Link\'s Awakening: More maps for more Zelda games are on the way.'); -+INSERT INTO `changelog` VALUES (35,0,7,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\'ve got maps for every dungeon. We\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'); -+INSERT INTO `changelog` VALUES (36,0,7,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\'re starting a new run.'); -+INSERT INTO `changelog` VALUES (37,0,7,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\'ve completed out of the category total.'); -+INSERT INTO `changelog` VALUES (38,0,7,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.'); - /*!40000 ALTER TABLE `changelog` ENABLE KEYS */; - UNLOCK TABLES; - --- -2.37.3 - diff --git a/dev/0003-Adding-game-to-list-where-the-project-gained-support.patch b/dev/0003-Adding-game-to-list-where-the-project-gained-support.patch deleted file mode 100644 index eaba95f7..00000000 --- a/dev/0003-Adding-game-to-list-where-the-project-gained-support.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b0122ec54dda8ed19e42bb8f757b0f052302d76d Mon Sep 17 00:00:00 2001 -From: Pysis868 -Date: Fri, 17 Apr 2020 01:22:23 -0400 -Subject: [PATCH 3/3] Adding game to list where the project gained support - already. - ---- - README.md | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/README.md b/README.md -index 40321a1..2710176 100644 ---- a/README.md -+++ b/README.md -@@ -3,6 +3,7 @@ - - Currently supports: - - The Legend of Zelda: Breath of the Wild for the Nintendo Switch and Wii U (March 3, 2017) -+ - The Legend of Zelda: Link's Awakening for the Nintendo Switch (September 20, 2019) - - ## Help Sections - - [Installation Instructions](https://github.com/Zelda-Universe/Zelda-Maps/blob/master/INSTALL.md) --- -2.37.3 - diff --git a/dev/db/samples/tingle.sql b/dev/db/samples/tingle.sql index 2e088f8a..74d56bd1 100644 --- a/dev/db/samples/tingle.sql +++ b/dev/db/samples/tingle.sql @@ -522,13 +522,21 @@ INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); -INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); +INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books, and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); -INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); +INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories of the same type.'); INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); +INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); +INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); +INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); +INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); +INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); +INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); +INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); +INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); INSERT INTO `changelog` VALUES (26,0,6,0,'New logo by the Zelda Universe design team!'); INSERT INTO `changelog` VALUES (27,0,6,0,'Added Login/Account button'); INSERT INTO `changelog` VALUES (28,0,6,0,'Added Lost Password and Change Password functionality'); From c7fc68236ac25d7d9c7a5f0a1626422b9f79dfe1 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 8 Mar 2023 23:33:11 -0500 Subject: [PATCH 25/73] Adding specific license At least to the files that I created. --- LICENSE-MIT | 21 ++++++++++ dev/assets/tiles/generateAllMapTiles.fish | 4 ++ dev/assets/tiles/generateAllMapTilesAuto.fish | 4 ++ dev/assets/tiles/generateDebugTiles.fish | 22 ++--------- dev/assets/tiles/generateMapTiles.fish | 4 ++ .../tiles/switch/common/1_decompress.fish | 6 ++- .../tiles/switch/common/2_extractNCAs.fish | 4 ++ .../switch/common/3_extractRomFSContents.fish | 4 ++ .../switch/games/botw/assembleTiles.fish | 4 ++ .../switch/games/lafs/assembleDgnTiles.fish | 4 ++ .../games/lafs/assembleOverworldTiles.fish | 4 ++ dev/assets/tiles/tileZoomPathConversion.fish | 4 ++ dev/db/createSampleDatabaseExport.sh | 18 +++++---- dev/db/generateRandomCharacters.sh | 4 ++ dev/db/resetPassword.sh | 4 ++ dev/db/resetUsersChangelogSeenPresence.sh | 4 ++ dev/db/test/createVersionTestUsers.sh | 4 ++ dev/db/test/verifySeenVersionTestUsers.sh | 4 ++ .../common/filenameRemoveExtension.fish | 4 ++ lib/VersionMigrator.rb | 4 ++ lib/zmailer.php | 3 ++ scripts/controls/InfoBox.js | 4 ++ scripts/controls/ZLayers.Bottom.js | 18 +++++---- scripts/controls/ZMobileHeaderBar.js | 4 ++ scripts/controls/infoBox/Location.js | 4 ++ scripts/controls/infoBox/Mouse.js | 6 ++- scripts/controls/infoBox/location/Bounds.js | 4 ++ scripts/controls/infoBox/location/Center.js | 4 ++ scripts/controls/infoBox/mouse/ClickHist.js | 38 ++++++++++--------- scripts/controls/infoBox/mouse/Move.js | 4 ++ scripts/handlers/ChangelogHandler.js | 12 ++++-- scripts/handlers/SearchMarkerHandler.js | 4 ++ scripts/services/SearcherFuse.js | 4 ++ scripts/util/ZConfig.js | 4 ++ scripts/util/debug.js | 4 ++ scripts/util/debug.lib.js | 4 ++ scripts/util/debug.zmap.lib.js | 4 ++ scripts/util/general.js | 4 ++ scripts/util/zlogger.js | 4 ++ scripts/widgets/AccountButton.js | 4 ++ scripts/widgets/CategoryButton.js | 10 +++-- scripts/widgets/CategoryButtonCompleted.js | 4 ++ .../widgets/CategoryButtonCompletedBlock.js | 4 ++ scripts/widgets/CategoryButtonGame.js | 4 ++ scripts/widgets/CategoryButtonMap.js | 8 +++- scripts/widgets/CategoryIcon.js | 4 ++ scripts/widgets/CategoryIconCompleted.js | 4 ++ scripts/widgets/CategoryMenu.js | 4 ++ scripts/widgets/CategoryParentButton.js | 4 ++ scripts/widgets/CopyLink.js | 4 ++ scripts/widgets/GameButton.js | 5 ++- scripts/widgets/GameMenu.js | 4 ++ scripts/widgets/HeaderBar.js | 4 ++ scripts/widgets/Link.js | 6 ++- scripts/widgets/Logo.js | 4 ++ scripts/widgets/MapButton.js | 6 ++- scripts/widgets/MapsMenu.js | 6 ++- scripts/widgets/MarkerListEntry.js | 4 ++ scripts/widgets/MarkerListView.js | 4 ++ scripts/widgets/MarkerSearchField.js | 4 ++ scripts/widgets/ProgressBar.js | 4 ++ scripts/widgets/SearchArea.js | 4 ++ scripts/widgets/SearchMarkerListEntry.js | 4 ++ scripts/widgets/SearchMarkerListView.js | 4 ++ 64 files changed, 316 insertions(+), 65 deletions(-) create mode 100644 LICENSE-MIT diff --git a/LICENSE-MIT b/LICENSE-MIT new file mode 100644 index 00000000..8aa26455 --- /dev/null +++ b/LICENSE-MIT @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [year] [fullname] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/dev/assets/tiles/generateAllMapTiles.fish b/dev/assets/tiles/generateAllMapTiles.fish index 8d97afff..f9e63943 100644 --- a/dev/assets/tiles/generateAllMapTiles.fish +++ b/dev/assets/tiles/generateAllMapTiles.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + set SDIR "$PWD/"(dirname (status filename)); pushd "$SDIR/../../../tiles"; diff --git a/dev/assets/tiles/generateAllMapTilesAuto.fish b/dev/assets/tiles/generateAllMapTilesAuto.fish index ff669935..fb96164a 100644 --- a/dev/assets/tiles/generateAllMapTilesAuto.fish +++ b/dev/assets/tiles/generateAllMapTilesAuto.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + echo "Not updated or able to be generalized properly; exiting..."; exit; diff --git a/dev/assets/tiles/generateDebugTiles.fish b/dev/assets/tiles/generateDebugTiles.fish index 62c791b2..e2d43072 100644 --- a/dev/assets/tiles/generateDebugTiles.fish +++ b/dev/assets/tiles/generateDebugTiles.fish @@ -1,24 +1,8 @@ #!/usr/bin/env fish -## Info - -# Author: Pysis - -# Dependencies: -# - fish shell -# - Basic shell utilities: -# - variables -# - subshell -# - test -# - eval -# - seq -# - set -# - printf -# - pushd -# - popd -# - exit -# - break -# - ImageMagick (convert, identify) +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ set SDIR "$PWD/"(dirname (status filename)); diff --git a/dev/assets/tiles/generateMapTiles.fish b/dev/assets/tiles/generateMapTiles.fish index 0e86af15..87df48e0 100644 --- a/dev/assets/tiles/generateMapTiles.fish +++ b/dev/assets/tiles/generateMapTiles.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + # Dependencies: magick/ImageMagick, bc, ... ## General Function Library diff --git a/dev/assets/tiles/switch/common/1_decompress.fish b/dev/assets/tiles/switch/common/1_decompress.fish index 4a89dc33..b8412e0d 100644 --- a/dev/assets/tiles/switch/common/1_decompress.fish +++ b/dev/assets/tiles/switch/common/1_decompress.fish @@ -1,3 +1,7 @@ #!/usr/bin/env fish -nsz -D ("$argv[1]" | tr -d '\r'); \ No newline at end of file +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +nsz -D ("$argv[1]" | tr -d '\r'); diff --git a/dev/assets/tiles/switch/common/2_extractNCAs.fish b/dev/assets/tiles/switch/common/2_extractNCAs.fish index 7f30ccca..c7eaac01 100644 --- a/dev/assets/tiles/switch/common/2_extractNCAs.fish +++ b/dev/assets/tiles/switch/common/2_extractNCAs.fish @@ -1,4 +1,8 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + # nspx -x -o (echo "$argv[1]" | sed -r 's|\.[^.]+$||') -f "$argv[1]"; hactool pfs i think diff --git a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish index 0bbc4dc7..ac77c467 100644 --- a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish +++ b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + set SDIR "$PWD/"(dirname (status filename)); source "$SDIR/../../../../scripts/common/filenameRemoveExtension.fish"; diff --git a/dev/assets/tiles/switch/games/botw/assembleTiles.fish b/dev/assets/tiles/switch/games/botw/assembleTiles.fish index f16bcd9f..4cc83f26 100644 --- a/dev/assets/tiles/switch/games/botw/assembleTiles.fish +++ b/dev/assets/tiles/switch/games/botw/assembleTiles.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + ## Info # MapTex# - resolution levels (4) diff --git a/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish index 0cad8501..ef76d065 100644 --- a/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish +++ b/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + ## Info # ABCDEFGH - horizontal index (8) diff --git a/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish index 77dbd4a3..840918b3 100644 --- a/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish +++ b/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + ## Info # ABCDEFGH - horizontal index (8) diff --git a/dev/assets/tiles/tileZoomPathConversion.fish b/dev/assets/tiles/tileZoomPathConversion.fish index 1015faef..b0ae5a82 100644 --- a/dev/assets/tiles/tileZoomPathConversion.fish +++ b/dev/assets/tiles/tileZoomPathConversion.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + set SDIR "$PWD/"(dirname (status filename)); test -z "$tilesDir"; and set tilesDir "$argv[1]"; diff --git a/dev/db/createSampleDatabaseExport.sh b/dev/db/createSampleDatabaseExport.sh index 526381b8..727e1f60 100644 --- a/dev/db/createSampleDatabaseExport.sh +++ b/dev/db/createSampleDatabaseExport.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + # Users the `mysqldump` command with provided SQL statements and shell commands # to create a customized backup and sample database data file to use to operate # the project. @@ -101,7 +105,7 @@ [[ -z "$FAIL_FAST" ]] && FAIL_FAST="true"; [[ -z "$CLEAN_ON_FAILURE" ]] && CLEAN_ON_FAILURE="true"; [[ -z "$CONVERGE_SQL" ]] && CONVERGE_SQL="false"; - + [[ -z "$DB_NAME" ]] && DB_NAME="zeldamaps"; # Loops as requirement. @@ -119,7 +123,7 @@ # else #MYSQL_PASS="$(echo "$MYSQL_PASS" | sed -e 's|)|\\\)|g' -e 's|\x27|\\\\x27|g')"; fi - + [[ -z "$MYSQL_OTHER_CONNECTION_OPTIONS" ]] && MYSQL_OTHER_CONNECTION_OPTIONS=""; [[ -z "$MYSQL_CONNECTION_STRING" ]] && MYSQL_CONNECTION_STRING="$MYSQL_OTHER_CONNECTION_OPTIONS -u'$MYSQL_USER' -p'$MYSQL_PASS'"; } @@ -160,7 +164,7 @@ generatedDevUserDataFilePath="$SAMPLES_DIR/06-devUserData.sql"; allIntermediateFilePaths="'$keepAIFilePath' '$toRemoveAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$sanitizedPartialUserDataFilePath' '$generatedDevUserDataFilePath'"; - + [[ "$CONVERGE_SQL" == "true" ]] && convergeSuffix="-converged"; # Resultant, generated file to keep at the end of the process. @@ -239,20 +243,20 @@ "Combining intermediate SQL files into a single convenient script for later import and version control." \ "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$generatedDevUserDataFilePath' > '$completeFilePath'" \ ; # "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' > '$completeFilePath'" \ - + issueStep \ "Converting result to Unix-style LF-only line endings." \ "dos2unix '$completeFilePath'" \ ; - + clean; - + if [[ "$CONVERGE_SQL" == "true" ]]; then issueStep \ "Converging database SQL formats by eliminating less important details." \ "sed -r -f '$convergeSedFilePath' '$completeFilePath' > '$completeConvergedFilePath'" \ ; - + echo; echo "Important Note: The 'CONVERGE_SQL' option is enabled. Do NOT store these exported SQL files permanently in source control OR import them into any database. They are for comparing important differences more easily and quickly by removing any less important differences that may be defaults or other details. The data differences are ONLY to be manually and carefully reviewed and ported through migrations using the more exact, unique, and explicit details to converge the databases more properly."; fi diff --git a/dev/db/generateRandomCharacters.sh b/dev/db/generateRandomCharacters.sh index cb638f19..d69f671d 100644 --- a/dev/db/generateRandomCharacters.sh +++ b/dev/db/generateRandomCharacters.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + numChars="${1-32}"; # printf '\x'"$(printf '%x' "$(echo "($(printf '%d' '0x'"$(echo -n '!' | xxd -p)") % 95) + 32" | bc)")"; diff --git a/dev/db/resetPassword.sh b/dev/db/resetPassword.sh index 41affbc6..9c41aff8 100755 --- a/dev/db/resetPassword.sh +++ b/dev/db/resetPassword.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; # Currently this script may require interaction for the MySQL user account. diff --git a/dev/db/resetUsersChangelogSeenPresence.sh b/dev/db/resetUsersChangelogSeenPresence.sh index 0dbef195..6b55c58b 100755 --- a/dev/db/resetUsersChangelogSeenPresence.sh +++ b/dev/db/resetUsersChangelogSeenPresence.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; # Currently this script may require interaction for the MySQL user account. diff --git a/dev/db/test/createVersionTestUsers.sh b/dev/db/test/createVersionTestUsers.sh index 3bab1b68..81cbb258 100755 --- a/dev/db/test/createVersionTestUsers.sh +++ b/dev/db/test/createVersionTestUsers.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; testUserSQLTemplateHeader='INSERT INTO diff --git a/dev/db/test/verifySeenVersionTestUsers.sh b/dev/db/test/verifySeenVersionTestUsers.sh index a59c83cf..3248f1ff 100755 --- a/dev/db/test/verifySeenVersionTestUsers.sh +++ b/dev/db/test/verifySeenVersionTestUsers.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + [[ -z "$DB_NAME" ]] && DB_NAME="zeldamaps"; [[ -z "$MYSQL_OTHER_CONNECTION_OPTIONS" ]] && MYSQL_OTHER_CONNECTION_OPTIONS=""; [[ -z "$MYSQL_CONNECTION_STRING" ]] && MYSQL_CONNECTION_STRING="$MYSQL_OTHER_CONNECTION_OPTIONS -u'$MYSQL_USER' -p'$MYSQL_PASS'"; diff --git a/dev/scripts/common/filenameRemoveExtension.fish b/dev/scripts/common/filenameRemoveExtension.fish index 2d9257bb..84b94d59 100644 --- a/dev/scripts/common/filenameRemoveExtension.fish +++ b/dev/scripts/common/filenameRemoveExtension.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + function filenameRemoveExtension --argument-names filePath if test -z "$filePath" echo 'Error: File Path not provided; exiting...' 1>&2; diff --git a/lib/VersionMigrator.rb b/lib/VersionMigrator.rb index d95439ea..71fad26e 100644 --- a/lib/VersionMigrator.rb +++ b/lib/VersionMigrator.rb @@ -1,3 +1,7 @@ +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + # Usage: # # In a migration file: diff --git a/lib/zmailer.php b/lib/zmailer.php index e4e0f3f1..98b708b5 100644 --- a/lib/zmailer.php +++ b/lib/zmailer.php @@ -1,4 +1,7 @@ 5) { this.hist.shift(); @@ -71,25 +75,25 @@ L.Control.InfoBox.Mouse.ClickHist = L.Control.InfoBox.Mouse.extend({ //var mouse = this._map.getMouse(); if (this.hist[0]) { this.rows.row1ValueCell.text(this.hist[0].lat + " / " + this.hist[0].lng); - this.pos.row1ValueCell.text(this.hist[0].id); - } - if (this.hist[1]) { + this.pos.row1ValueCell.text(this.hist[0].id); + } + if (this.hist[1]) { this.rows.row2ValueCell.text(this.hist[1].lat + " / " + this.hist[1].lng); - this.pos.row2ValueCell.text(this.hist[1].id); - } - if (this.hist[2]) { + this.pos.row2ValueCell.text(this.hist[1].id); + } + if (this.hist[2]) { this.rows.row3ValueCell.text(this.hist[2].lat + " / " + this.hist[2].lng); - this.pos.row3ValueCell.text(this.hist[2].id); - } - if (this.hist[3]) { - this.pos.row4ValueCell.text(this.hist[3].id); + this.pos.row3ValueCell.text(this.hist[2].id); + } + if (this.hist[3]) { + this.pos.row4ValueCell.text(this.hist[3].id); this.rows.row4ValueCell.text(this.hist[3].lat + " / " + this.hist[3].lng); - } - if (this.hist[4]) { - this.pos.row5ValueCell.text(this.hist[4].id); + } + if (this.hist[4]) { + this.pos.row5ValueCell.text(this.hist[4].id); this.rows.row5ValueCell.text(this.hist[4].lat + " / " + this.hist[4].lng); } - + //this.rows.row2ValueCell.text(this.hist[1]); } //var bounds = this._map.getClickHist(); @@ -108,7 +112,7 @@ L.Control.InfoBox.Mouse.ClickHist = L.Control.InfoBox.Mouse.extend({ text += this.hist[i].id + "," + this.hist[i].lat + "," + this.hist[i].lng + "|"; } return text; - + /*var bounds = this._map.getClickHist(); var coordsString = "" + bounds.getSouth().toFixed(this.options.precision) + "," + diff --git a/scripts/controls/infoBox/mouse/Move.js b/scripts/controls/infoBox/mouse/Move.js index 68ba7ae3..732e0864 100644 --- a/scripts/controls/infoBox/mouse/Move.js +++ b/scripts/controls/infoBox/mouse/Move.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // Mouse // - opts: [Object] // - precision: [Number] diff --git a/scripts/handlers/ChangelogHandler.js b/scripts/handlers/ChangelogHandler.js index d4569fa8..3154195e 100644 --- a/scripts/handlers/ChangelogHandler.js +++ b/scripts/handlers/ChangelogHandler.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // ChangelogHandler - Connects the various related widgets to perform search actions, cohesively-containing logic, and provides configuration. // - opts: [Object] Typical options object. // - user: [Object] - User data to use for version checking. @@ -24,7 +28,7 @@ ChangelogHandler.prototype._fetchChangelogEntries = function(opts) { if (opts.user.seen_version < opts.version) { this._fetchChangelogEntriesByUser(opts.user); } - } else if (opts.seenChangelogVersion && opts.seenChangelogVersion < opts.version) { + } else if (opts.seenChangelogVersion && opts.seenChangelogVersion < opts.version) { this._fetchChangelogEntriesByCookie(opts.seenChangelogVersion, opts.version); } else { setCookie(seenChangelogVersionCookieName, opts.version); @@ -64,7 +68,7 @@ ChangelogHandler.prototype._groupChangelogEntriesByVersion = function(entries) { ChangelogHandler.prototype._notifyChangelogVersionUpdate = function(version, versionEntry, user) { toastr.remove(); - + if (user != undefined) { $.ajax({ type: "POST", @@ -72,7 +76,7 @@ ChangelogHandler.prototype._notifyChangelogVersionUpdate = function(version, ver data: {userId: user.id, version: version}, success: function(data) { if (data.success) { - + } else { toastr.error("Unable to update user version"); //alert(data.msg); @@ -80,7 +84,7 @@ ChangelogHandler.prototype._notifyChangelogVersionUpdate = function(version, ver } }) }; - + return zlogger.info( '
    ' + versionEntry.join('') + diff --git a/scripts/handlers/SearchMarkerHandler.js b/scripts/handlers/SearchMarkerHandler.js index fe44fdc2..94f555c7 100644 --- a/scripts/handlers/SearchMarkerHandler.js +++ b/scripts/handlers/SearchMarkerHandler.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // SearchMarkerHandler - Connects the various related widgets to perform search actions, cohesively-containing logic, and provides configuration. // - opts: [Object] Typical options object. // - markerSearchField: [Object] - The search field to use. Creates a default instance if one is not provided. diff --git a/scripts/services/SearcherFuse.js b/scripts/services/SearcherFuse.js index 982661cc..8d49e9eb 100644 --- a/scripts/services/SearcherFuse.js +++ b/scripts/services/SearcherFuse.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // SearcherFuse // - opts: [Object] // - targetSearchMaterial: [Array] Objects to search through. diff --git a/scripts/util/ZConfig.js b/scripts/util/ZConfig.js index 796aeaa4..8c2315a4 100644 --- a/scripts/util/ZConfig.js +++ b/scripts/util/ZConfig.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + ZConfig = { options: {}, getConfig: function(propertyName) { diff --git a/scripts/util/debug.js b/scripts/util/debug.js index a10b47e1..019767ef 100644 --- a/scripts/util/debug.js +++ b/scripts/util/debug.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // Configure below var isDebugMode = false; diff --git a/scripts/util/debug.lib.js b/scripts/util/debug.lib.js index ece1748c..fa339f45 100644 --- a/scripts/util/debug.lib.js +++ b/scripts/util/debug.lib.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + var callLevel = 0; function debugPrint() { diff --git a/scripts/util/debug.zmap.lib.js b/scripts/util/debug.zmap.lib.js index 80fe008d..b223597b 100644 --- a/scripts/util/debug.zmap.lib.js +++ b/scripts/util/debug.zmap.lib.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + function printCategoriesListOverview() { console.log( categories diff --git a/scripts/util/general.js b/scripts/util/general.js index a9ffb8c5..8539a36c 100644 --- a/scripts/util/general.js +++ b/scripts/util/general.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + function getSetOrDefaultValue(value, defaultValue) { if(value === undefined) { return defaultValue; diff --git a/scripts/util/zlogger.js b/scripts/util/zlogger.js index 19b5048a..db80d3ad 100644 --- a/scripts/util/zlogger.js +++ b/scripts/util/zlogger.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + function ZLogger(opts) { opts = opts || {}; if(opts.notification === undefined) opts.notification = true; diff --git a/scripts/widgets/AccountButton.js b/scripts/widgets/AccountButton.js index a9221c8e..081698d1 100644 --- a/scripts/widgets/AccountButton.js +++ b/scripts/widgets/AccountButton.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // AccountButton function AccountButton(opts) { diff --git a/scripts/widgets/CategoryButton.js b/scripts/widgets/CategoryButton.js index e0f4e907..313b2002 100644 --- a/scripts/widgets/CategoryButton.js +++ b/scripts/widgets/CategoryButton.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryButton // - opts: [Object] // - category: [Object] - A single category from the database API. @@ -26,9 +30,9 @@ CategoryButton.prototype._initSettings = function(opts) { if(!opts.category) opts.category = {}; if(opts.showIcon == undefined) opts.showIcon = true; if(opts.showProgress == undefined) opts.showProgress = false; - + this.showIcon = opts.showIcon; - + this.category = opts.category; this.onToggle = opts.onToggle || $.noop; @@ -87,7 +91,7 @@ CategoryButton.prototype.toggle = function(toggledOn) { CategoryButton.prototype.mouseEnter = function() { this.labelNode.html(categories[this.category.id].complete+'/'+categories[this.category.id].total + (this.labelNode[0].clientHeight == 24 ? "

    " : "")); - + }; CategoryButton.prototype.mouseLeave = function() { diff --git a/scripts/widgets/CategoryButtonCompleted.js b/scripts/widgets/CategoryButtonCompleted.js index 715a2f45..62c4c25b 100644 --- a/scripts/widgets/CategoryButtonCompleted.js +++ b/scripts/widgets/CategoryButtonCompleted.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryButtonCompleted // - opts: [Object] // - onToggle: [Function] To call when the button is clicked. diff --git a/scripts/widgets/CategoryButtonCompletedBlock.js b/scripts/widgets/CategoryButtonCompletedBlock.js index 004aaf83..b90ac4f0 100644 --- a/scripts/widgets/CategoryButtonCompletedBlock.js +++ b/scripts/widgets/CategoryButtonCompletedBlock.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryButtonCompletedBlock // - opts: [Object] // - onToggle: [Function] To call when the button is clicked. diff --git a/scripts/widgets/CategoryButtonGame.js b/scripts/widgets/CategoryButtonGame.js index 715a2f45..62c4c25b 100644 --- a/scripts/widgets/CategoryButtonGame.js +++ b/scripts/widgets/CategoryButtonGame.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryButtonCompleted // - opts: [Object] // - onToggle: [Function] To call when the button is clicked. diff --git a/scripts/widgets/CategoryButtonMap.js b/scripts/widgets/CategoryButtonMap.js index 5485622f..eb1778f3 100644 --- a/scripts/widgets/CategoryButtonMap.js +++ b/scripts/widgets/CategoryButtonMap.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryButtonMap // - opts: [Object] // - category: [Object] - A single category from the database API. @@ -25,9 +29,9 @@ CategoryButtonMap.prototype._setDebugNames = function() { CategoryButtonMap.prototype._initSettings = function(opts) { if(!opts.category) opts.category = {}; if(opts.showIcon == undefined) opts.showIcon = true; - + this.showIcon = opts.showIcon; - + this.category = opts.category; this.onToggle = opts.onToggle || $.noop; diff --git a/scripts/widgets/CategoryIcon.js b/scripts/widgets/CategoryIcon.js index 1a7d9679..5dfc9778 100644 --- a/scripts/widgets/CategoryIcon.js +++ b/scripts/widgets/CategoryIcon.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryIcon // - opts: [Object] // - color: [String] diff --git a/scripts/widgets/CategoryIconCompleted.js b/scripts/widgets/CategoryIconCompleted.js index 1c866147..83fbcf4c 100644 --- a/scripts/widgets/CategoryIconCompleted.js +++ b/scripts/widgets/CategoryIconCompleted.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryIconCompleted // - opts: [Object] // - color: [String] diff --git a/scripts/widgets/CategoryMenu.js b/scripts/widgets/CategoryMenu.js index 5e09fc9f..6f0b623e 100644 --- a/scripts/widgets/CategoryMenu.js +++ b/scripts/widgets/CategoryMenu.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + function CategoryMenu(opts) { this._initSettings(opts); this._initDOMElements(opts); diff --git a/scripts/widgets/CategoryParentButton.js b/scripts/widgets/CategoryParentButton.js index 83599e2a..13af27b8 100644 --- a/scripts/widgets/CategoryParentButton.js +++ b/scripts/widgets/CategoryParentButton.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CategoryParentButton // - opts: [Object] // - category: [Object] - A single category from the database API. diff --git a/scripts/widgets/CopyLink.js b/scripts/widgets/CopyLink.js index 585040d1..deffa10c 100644 --- a/scripts/widgets/CopyLink.js +++ b/scripts/widgets/CopyLink.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // CopyLink // - opts: [Object] // - content: [String or Function] - The content to copy when clicked. diff --git a/scripts/widgets/GameButton.js b/scripts/widgets/GameButton.js index 14baa42c..ad0cca4d 100644 --- a/scripts/widgets/GameButton.js +++ b/scripts/widgets/GameButton.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // GameButton // - opts: [Object] // - onToggle: [Function] To call when the button is clicked. @@ -35,4 +39,3 @@ GameButton.prototype.clear = function() { this.toggledOn = false; this._updateState(); }; - diff --git a/scripts/widgets/GameMenu.js b/scripts/widgets/GameMenu.js index 2144235b..f42db963 100644 --- a/scripts/widgets/GameMenu.js +++ b/scripts/widgets/GameMenu.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + function GameMenu(opts) { this._initSettings(opts); this._initDOMElements(opts); diff --git a/scripts/widgets/HeaderBar.js b/scripts/widgets/HeaderBar.js index 711eafb8..6f2a782e 100644 --- a/scripts/widgets/HeaderBar.js +++ b/scripts/widgets/HeaderBar.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // Header // - opts: [Object] // - parent: [DOMElement] The parent node to attach to. diff --git a/scripts/widgets/Link.js b/scripts/widgets/Link.js index 90872a73..f39627df 100644 --- a/scripts/widgets/Link.js +++ b/scripts/widgets/Link.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // Link // - opts: [Object] // - content: [String or Function] - The content to copy when clicked. @@ -24,7 +28,7 @@ Link.prototype._initDOMElements = function() { Link.prototype.action = function() { zlogger.info("Navigating browser..."); - + window.location = this._getContent(); }; diff --git a/scripts/widgets/Logo.js b/scripts/widgets/Logo.js index 6020aa6f..f61c4dae 100644 --- a/scripts/widgets/Logo.js +++ b/scripts/widgets/Logo.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // Logo // - opts: [Object] // - parent: [DOMElement] The parent node to attach to. diff --git a/scripts/widgets/MapButton.js b/scripts/widgets/MapButton.js index 76af9257..39f9dd07 100644 --- a/scripts/widgets/MapButton.js +++ b/scripts/widgets/MapButton.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // MapButton // - opts: [Object] // - onToggle: [Function] To call when the button is clicked. @@ -15,7 +19,7 @@ MapButton.prototype.constructor = MapButton; MapButton.prototype._initDOMElements = function(opts) { CategoryButton.prototype._initDOMElements.call(this, opts); - + this.domNode.addClass('completed-button'); this.domNode.addClass('menu-header-button'); diff --git a/scripts/widgets/MapsMenu.js b/scripts/widgets/MapsMenu.js index df5d5a8b..3fd92ae6 100644 --- a/scripts/widgets/MapsMenu.js +++ b/scripts/widgets/MapsMenu.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + function MapsMenu(opts) { this._initSettings(opts); this._initDOMElements(opts); @@ -22,7 +26,7 @@ MapsMenu.prototype._initDOMElements = function(opts) { ; var currentCategoryParentButton; - + this._categoryTree.forEach(function(category) { category.name = category.title; currentCategoryParentButton = new CategoryButtonMap({ diff --git a/scripts/widgets/MarkerListEntry.js b/scripts/widgets/MarkerListEntry.js index 2c009699..be6b7c44 100644 --- a/scripts/widgets/MarkerListEntry.js +++ b/scripts/widgets/MarkerListEntry.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // MarkerListEntry // - opts: [Object] Typical options object. // - onClick: [Function] The function to call when clicked. Passes in the owned marker data object this entry represents. diff --git a/scripts/widgets/MarkerListView.js b/scripts/widgets/MarkerListView.js index 37053e7b..b3948b6e 100644 --- a/scripts/widgets/MarkerListView.js +++ b/scripts/widgets/MarkerListView.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // MarkerListView // - opts: [Object] Typical options object. // - markerEntryClick: [Function] The function to execute when a marker entry in the list is clicked. diff --git a/scripts/widgets/MarkerSearchField.js b/scripts/widgets/MarkerSearchField.js index e56c5499..e3e9d901 100644 --- a/scripts/widgets/MarkerSearchField.js +++ b/scripts/widgets/MarkerSearchField.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // MarkerSearchField // - opts: [Object] // - minMatchCharLength: [Number] Minimum number of characters required before a search should be executed. Too few for a lot of search material may cost heavily for performance. diff --git a/scripts/widgets/ProgressBar.js b/scripts/widgets/ProgressBar.js index e838cb08..92a7334a 100644 --- a/scripts/widgets/ProgressBar.js +++ b/scripts/widgets/ProgressBar.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // ProgressBar // - opts: [Object] // - progressPercentage: [Number] Starting amonut out of 100 that the progress bar should be filled. diff --git a/scripts/widgets/SearchArea.js b/scripts/widgets/SearchArea.js index 93f065bc..fcce255b 100644 --- a/scripts/widgets/SearchArea.js +++ b/scripts/widgets/SearchArea.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // SearchArea // - opts: [Object] // - parent: [DOMElement] The parent node to attach to. diff --git a/scripts/widgets/SearchMarkerListEntry.js b/scripts/widgets/SearchMarkerListEntry.js index 0667c156..ed5f2dca 100644 --- a/scripts/widgets/SearchMarkerListEntry.js +++ b/scripts/widgets/SearchMarkerListEntry.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + // SearchMarkerListEntry // - searchEntry: [Object] The search entry with subject marker and metadata // - item: [Object] The subject marker object to render. diff --git a/scripts/widgets/SearchMarkerListView.js b/scripts/widgets/SearchMarkerListView.js index 5d2dc7d6..a832a794 100644 --- a/scripts/widgets/SearchMarkerListView.js +++ b/scripts/widgets/SearchMarkerListView.js @@ -1,3 +1,7 @@ +// MIT Licensed +// Copyright (c) 2023 Pysis(868) +// https://choosealicense.com/licenses/mit/ + function SearchMarkerListView(opts) { MarkerListView.call(this, opts); }; From 3661d3d0620771641355ab76127f2833377a72e8 Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 30 Mar 2023 14:50:29 -0400 Subject: [PATCH 26/73] Prepare for db script overhaul by performing renames first so SCM file tracking is not broken, sigh.. --- .../run.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dev/db/{createSampleDatabaseExport.sh => createSampleDatabaseExport/run.sh} (100%) diff --git a/dev/db/createSampleDatabaseExport.sh b/dev/db/createSampleDatabaseExport/run.sh similarity index 100% rename from dev/db/createSampleDatabaseExport.sh rename to dev/db/createSampleDatabaseExport/run.sh From 9ac3e78b7532f6a7ad75fa94a7a539a2c5339125 Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 30 Mar 2023 15:02:31 -0400 Subject: [PATCH 27/73] DB Script Overhaul Move related files to help clean root db script dir. Add similar common function includes in another script file too. They were extracted from here. Main DB script changes: - Added individual file mode, and made it the default. Should make SCM much easier. - Common step code moved to functions and generalized. - Added help and config messages. - Added preliminary test commands, especially since executables are now also customizable. - Tried improving pause functionality, not without the command being executed, but now the step description can be read more conveniently in the case of a failure. - More consistent variable forming to camel case, and also function naming style. - Left in value and trace statements for future investigations. - Improved code styling/indentation. - Improved converge warning message, some comments, and step descriptions. - Tried improving executable option handling and other internal variables, between client and dump exes, different export paths, and table categories.. Added common script functions for both shell types for now, with conditional creation. --- dev/assets/tiles/generateMapTiles.fish | 28 +- .../converge.sed} | 0 .../generateDevUsers.sql} | 0 dev/db/createSampleDatabaseExport/run.sh | 773 ++++++++++++++---- .../sqlize.sed} | 0 dev/scripts/common/altPrint.bash | 6 + dev/scripts/common/altPrint.fish | 6 + dev/scripts/common/debugPrint.bash | 11 + dev/scripts/common/debugPrint.fish | 11 + dev/scripts/common/default.fish | 11 + dev/scripts/common/errorPrint.bash | 6 + dev/scripts/common/errorPrint.fish | 5 + dev/scripts/common/userWaitConditional.fish | 6 + 13 files changed, 688 insertions(+), 175 deletions(-) rename dev/db/{createSampleDatabaseExport-converge.sed => createSampleDatabaseExport/converge.sed} (100%) rename dev/db/{createSampleDatabaseExport-generateDevUsers.sql => createSampleDatabaseExport/generateDevUsers.sql} (100%) rename dev/db/{createSampleDatabaseExport-sqlize.sed => createSampleDatabaseExport/sqlize.sed} (100%) create mode 100644 dev/scripts/common/altPrint.bash create mode 100644 dev/scripts/common/altPrint.fish create mode 100644 dev/scripts/common/debugPrint.bash create mode 100644 dev/scripts/common/debugPrint.fish create mode 100644 dev/scripts/common/default.fish create mode 100644 dev/scripts/common/errorPrint.bash create mode 100644 dev/scripts/common/errorPrint.fish create mode 100644 dev/scripts/common/userWaitConditional.fish diff --git a/dev/assets/tiles/generateMapTiles.fish b/dev/assets/tiles/generateMapTiles.fish index 87df48e0..8a611dc3 100644 --- a/dev/assets/tiles/generateMapTiles.fish +++ b/dev/assets/tiles/generateMapTiles.fish @@ -8,21 +8,9 @@ ## General Function Library -not type -q 'altPrint'; and function altPrint - echo $argv 1>&2; -end - -not type -q 'debugPrint'; and function debugPrint - if test "$__DEBUG__" = "true" - altPrint -n "DEBUG: "; - altPrint $argv; - end -end - -not type -q 'userWait'; and function userWait - test "$manualStep" = "true"; - and read -P 'Press enter to continue...' 1>&2 < /dev/tty; -end +source "$SDIR/../../scripts/common/altPrint.fish"; +source "$SDIR/../../scripts/common/debugPrint.fish"; +source "$SDIR/../../scripts/common/userWaitConditional.fish"; ## Step Function Library @@ -163,7 +151,7 @@ function step3 --argument-names outDir echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/2 - Cutting.txt"; - userWait; + userWaitConditional; end popd; @@ -267,7 +255,7 @@ if test "$cleanFirst" = "true" echo "Cleaning the output (not work sub-) directory and exiting..."; find "$outDir" -maxdepth 1 -type f -iname "*.png" -delete; find "$outDir" -regextype posix-extended -maxdepth 1 -type d -iregex '.*?/[0-9]+$' -exec rm -rf '{}' \;; - userWait; + userWaitConditional; end # Required settings validation @@ -298,8 +286,8 @@ mkdir -p "$outTrialsDir"; # Maybe make step 1 optional only if the user provided a custom argument for it, # but it's several.... step1; -userWait; +userWaitConditional; echo "$processSteps" | grep -qE "\b2\b"; and step2 "$srcFile"; -userWait; +userWaitConditional; echo "$processSteps" | grep -qE "\b3\b"; and step3 "$outDir"; -userWait; +userWaitConditional; diff --git a/dev/db/createSampleDatabaseExport-converge.sed b/dev/db/createSampleDatabaseExport/converge.sed similarity index 100% rename from dev/db/createSampleDatabaseExport-converge.sed rename to dev/db/createSampleDatabaseExport/converge.sed diff --git a/dev/db/createSampleDatabaseExport-generateDevUsers.sql b/dev/db/createSampleDatabaseExport/generateDevUsers.sql similarity index 100% rename from dev/db/createSampleDatabaseExport-generateDevUsers.sql rename to dev/db/createSampleDatabaseExport/generateDevUsers.sql diff --git a/dev/db/createSampleDatabaseExport/run.sh b/dev/db/createSampleDatabaseExport/run.sh index 727e1f60..c5f24de5 100644 --- a/dev/db/createSampleDatabaseExport/run.sh +++ b/dev/db/createSampleDatabaseExport/run.sh @@ -4,67 +4,134 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -# Users the `mysqldump` command with provided SQL statements and shell commands -# to create a customized backup and sample database data file to use to operate -# the project. +# Uses the database client and dump executables with provided SQL +# statements and shell commands to create a customized backup and sample +# database data file to use to operate the project. + +SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; ## Function Library { + source "$SDIR/../../scripts/common/altPrint.bash"; + source "$SDIR/../../scripts/common/debugPrint.bash"; + source "$SDIR/../../scripts/common/errorPrint.bash"; + + includes() { + pattern="$1"; + text="$2"; + + echo "$pattern" \ + | grep -q "\b$text\b"; + } + + pTWSC() { + printTextWithSentimentColoring "$@"; + } + + printTextWithSentimentColoring() { + text="$1"; + text="$(echo "$text" | tr '[A-Z]' '[a-z]')"; + if [[ \ + "$text" == 'true' \ + || "$text" == 'success' \ + ]]; then + echo -n "${GREEN}"; + elif [[ \ + "$text" == 'false' \ + || "$text" == 'failure' \ + ]]; then + echo -n "${RED}"; + fi + echo "$text${NC}"; + } + statusPrint() { - [[ "$QUIET" != "true" ]] && echo -en $* 1>&2; + [[ "$quiet" != "true" ]] && echo -en $* 1>&2; } pauseWhenEnabled() { - [[ "$PAUSE" == "true" ]] && read -s -n 1; + [[ "$pause" == "true" ]] && read -s -n 1; } issueStep() { + # debugPrint 'issueStep Start'; if [[ "$#" -eq "1" ]]; then commandString="$1"; elif [[ "$#" -eq "2" ]]; then description="$1"; commandString="$2"; fi - - if [[ "$VERBOSE" == "true" ]]; then - statusPrint "\n${BROWN_ORANGE}Command${NC}: ${DARK_GREY}$commandString${NC}\n"; + # debugPrint "issueStep commandString: $commandString"; + + if [[ "$verbose" == "true" ]]; then + # statusPrint "\n${BROWN_ORANGE}Command${NC}: ${DARK_GREY}$( + # echo "$commandString" \ + # | sed -r "s|(-p(assword=)?)['\"]?[^ \t\n]+['\"]? |\1...|g" + # )${NC}\n"; + # debugPrint "issueStep commandString: $commandString"; + statusPrint "${BROWN_ORANGE}Command${NC}: ${DARK_GREY}$( + echo "$commandString" + )${NC}\n"; fi issueCommand "$commandString"; + commandStatus="$?"; + # debugPrint "commandStatus: $commandStatus"; if [[ -n "$description" ]]; then - statusPrint "${BLUE} >${NC} $(echo -n "$description" | $messageRedirectionString)\n"; - [[ "$BRIEF_MESSAGES" == "true" && "${#description}" -gt "$availableMessageCharacters" ]] && statusPrint "..."; + statusPrint "${BLUE} >${NC} $(echo -n "$description" | $messageRedirectionString)"; + [[ "$briefMessages" == "true" && "${#description}" -gt "$availableMessageCharacters" ]] && statusPrint "..."; + statusPrint '\n'; fi pauseWhenEnabled; + + if [[ "$commandStatus" -gt '0' ]]; then + # debugPrint 'issueStep cleanAndExit'; + cleanAndExit; + fi + # debugPrint 'issueStep End'; } issueCommand() { + # debugPrint 'issueCommand Start'; commandString="$1"; - - if [[ "$DRY_RUN" == "false" ]]; then - if eval "$commandString"; then + commandString="$(echo "$commandString" | sed 's|"|\\"|g')"; + + if [[ "$dryRun" == "false" ]]; then + eval "$commandString"; + commandStatus="$?"; + # debugPrint "issueCommand commandStatus: $commandStatus"; + if [[ "$commandStatus" -eq '0' ]]; then + # debugPrint 'issueCommand Success'; statusPrint "[${GREEN}Success${NC}] "; else - lastCommandStatus="$?"; + # debugPrint 'issueCommand Failed'; - statusPrint "\n[${RED}Failed ${NC}] "; + statusPrint "[${RED}Failure${NC}] "; - if [[ "$CLEAN_ON_FAILURE" == "true" ]]; then - clean; + if [[ "$cleanOnFailure" == "true" ]]; then + issueStepClean; fi - if [[ "$FAIL_FAST" == "true" ]]; then - exit "$lastCommandStatus"; + if [[ "$failFast" == "true" ]]; then + # debugPrint "issueCommand return commandStatus: $commandStatus"; + return "$commandStatus"; fi fi else statusPrint "[${DARK_GREY}Not Run${NC}] "; fi + # debugPrint 'issueCommand End'; } - clean() { + issueStepClean() { + # [[ -n "$allIntermediateDirPaths" ]] && \ + # issueStep \ + # "Cleaning the no longer needed intermediate directories for SQL files." \ + # "rmdir $allIntermediateDirPaths" \ + # ; + [[ -n "$allIntermediateFilePaths" ]] && \ issueStep \ "Cleaning the no longer needed intermediate SQL files." \ "rm -f $allIntermediateFilePaths" \ @@ -73,11 +140,151 @@ cleanAndExit() { exitStatusToApply="${1:-2}"; - statusPrint "\n"; - clean; + # statusPrint "\n"; + issueStepClean; statusPrint "Exiting..."; exit "$exitStatusToApply"; } + + issueStepD2UConditional() { + file="$1"; + + detectedOS="$(uname)"; + if [[ \ + "$detectedOS" == 'Windows' \ + || "$detectedOS" == 'Cygwin' \ + ]]; then + issueStep \ + "Converting result to Unix-style LF-only line endings." \ + "dos2unix '$file' 2> /dev/null" \ + ; + fi + } + + issueStepsRemoveAIValue() { + # Other variables are common/global between any route. + # Also even if the variable naming is consistent, the values won't be. + # Might not matter in the code, but wanted to make this explicitly obvious at least, when understanding the statements for any future coding. + toRemoveAIFilePath="$1"; + aiRemovedFilePath="$2"; + tableNames="$3"; + if [[ -z "$tableNames" ]]; then + tableNames="$removeAITables"; + descPrefixToRemoveAI='Exporting the rest of the database structure'; + descPrefixAIRemove='Removing auto increment values in sensitive data tables'; + else + descPrefixToRemoveAI="Exporting structure for table \"$tableName\""; + descPrefixAIRemove='Removing auto increment value in this sensitive data table'; + fi + + issueStep \ + "$descPrefixToRemoveAI, with no way to immediately remove the auto increment values to match not having the same data later on." \ + "'$dbDumpExe' \ + $dbDumpCommonOptions \ + $structureOnlyOptions \ + $tableNames \ + > '$toRemoveAIFilePath' \ + $errorRedirectionString \ + " \ + ; + + issueStep \ + "$descPrefixAIRemove, since it will be auto-generated later when data is inserted." \ + "sed -r \ + 's| AUTO_INCREMENT=[[:digit:]]+||g' \ + '$toRemoveAIFilePath' \ + > '$aiRemovedFilePath' \ + " \ + ; + } + + issueStepsUserSanAndGen() { + # debugPrint 'issueStepsUserSanAndGen Start'; + # Other variables are common/global between any route. + # Also even if the variable naming is consistent, the values won't be. + # Might not matter in the code, but wanted to make this explicitly obvious at least, when understanding the statements for any future coding. + sanitizedPartialUserDataFilePath="$1"; + generatedDevUserDataFilePath="$2"; + + issueStep \ + "Exporting and sanitizing only the required user records by id, with their visiblity and level data for later use in development so that all markers can be displayed." \ + "'$dbClientExe' \ + $dbClientCommonOptions \ + > '$sanitizedPartialUserDataFilePath' \ + $errorRedirectionString \ + < '$generateDevUsersQueryFilePath' \ + " \ + ; + + # Only for MySQL, all versions, or just old ones? + if \ + echo "$dbClientExe" | grep -Pq '^mysql' \ + && [[ "$verbose" == "true" ]] \ + ; then + issueStep \ + "Removing embedded verbose query." \ + "sed -i '1,27d' \ + '$sanitizedPartialUserDataFilePath' \ + ;" \ + ; + fi + + issueStep \ + "Preparing the generated user data into a SQL format." \ + "sed -i -r -f \ + '$sqlizeSedFilePath' \ + '$sanitizedPartialUserDataFilePath' \ + " \ + ; + + issueStep \ + "Writing SQL INSERT header." \ + "echo 'INSERT INTO \`user\`' > '$generatedDevUserDataFilePath'" \ + ; + + issueStep \ + "Writing header data fields." \ + "head -n 1 \ + '$sanitizedPartialUserDataFilePath' \ + >> '$generatedDevUserDataFilePath' \ + " \ + ; + issueStep \ + "Writing intermediate VALUES term." \ + "echo 'VALUES' >> '$generatedDevUserDataFilePath'" \ + ; + issueStep \ + "Writing data fields." \ + "tail -n +2 \ + '$sanitizedPartialUserDataFilePath' \ + >> '$generatedDevUserDataFilePath' \ + " \ + ; + + # "tail -n +2 dev/db/userLevels.txt | sed -r 's|([[:digit:]]+)\s+([[:digit:]]+)\s+([[:digit:]]+)|\(\1, \'test\1\', \'test\1\', \2, \3\)|g'"; + issueStep \ + "Writing terminating colon." \ + "echo ';' >> '$generatedDevUserDataFilePath'" \ + ; + + # debugPrint 'issueStepsUserSanAndGen End'; + } + + issueStepConverge() { + filePath="$1"; + convergedFilePath="$2"; + if [[ "$converge" == "true" ]]; then + convergedFilePath=""; + issueStep \ + "Converging database SQL formats by eliminating less important details." \ + "sed -r -f \ + '$convergeSedFilePath' \ + '$filePath' \ + > '$convergedFilePath' \ + " \ + ; + fi + } } ## Initialization @@ -90,174 +297,430 @@ GREEN='\033[0;32m'; RED='\033[0;31m'; NC='\033[0m'; # No Color - - SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; - SAMPLES_DIR="$SDIR/samples"; } ## Main Environment Configuration { - [[ -z "$QUIET" ]] && QUIET="false"; - [[ -z "$VERBOSE" ]] && VERBOSE="false"; - [[ -z "$BRIEF_MESSAGES" ]] && BRIEF_MESSAGES="false"; - [[ -z "$PAUSE" ]] && PAUSE="false"; - [[ -z "$DRY_RUN" ]] && DRY_RUN="false"; - [[ -z "$FAIL_FAST" ]] && FAIL_FAST="true"; - [[ -z "$CLEAN_ON_FAILURE" ]] && CLEAN_ON_FAILURE="true"; - [[ -z "$CONVERGE_SQL" ]] && CONVERGE_SQL="false"; - - [[ -z "$DB_NAME" ]] && DB_NAME="zeldamaps"; - - # Loops as requirement. - while [[ -z "$MYSQL_USER" ]]; do - read -p "Database Username: " MYSQL_USER; - done - # Only asks once as optional if no other connection information is provided first. - if [[ -z "$MYSQL_PASS" ]]; then - if [[ -z "$MYSQL_CONNECTION_STRING" ]]; then - # echo "$MYSQL_CONNECTION_STRING" | grep -vq " -p" && \ - # echo "$MYSQL_CONNECTION_STRING" | grep -vq " --password"; then - read -s -p "Database Password: " MYSQL_PASS; - echo; - fi - # else - #MYSQL_PASS="$(echo "$MYSQL_PASS" | sed -e 's|)|\\\)|g' -e 's|\x27|\\\\x27|g')"; + [[ -z "$quiet" ]] && quiet="false" ; + [[ -z "$verbose" ]] && verbose="false" ; + [[ -z "$briefMessages" ]] && briefMessages="false" ; + [[ -z "$pause" ]] && pause="false" ; + [[ -z "$dryRun" ]] && dryRun="false" ; + [[ -z "$failFast" ]] && failFast="true" ; + [[ -z "$cleanOnFailure" ]] && cleanOnFailure="true" ; + [[ -z "$converge" ]] && converge="false" ; + [[ -z "$oneFile" ]] && oneFile="false" ; + [[ -z "$dbName" ]] && dbName="tingle"; + [[ -z "$outputName" ]] && outputName="tingle"; + [[ -z "$dbDumpExe" ]] && dbDumpExe="mariadb-dump"; + [[ -z "$dbClientExe" ]] && dbClientExe="mariadb"; + + # debugPrint "databaseUser: $databaseUser"; + # debugPrint "databasePassword: $([[ -n "$databasePassword" ]] && echo 'Set' || echo 'Not Set')."; + # debugPrint "quiet: $quiet"; + # debugPrint "verbose: $verbose"; + # debugPrint "briefMessages: $briefMessages"; + # debugPrint "pause: $pause"; + # debugPrint "dryRun: $dryRun"; + # debugPrint "failFast: $failFast"; + # debugPrint "cleanOnFailure: $cleanOnFailure"; + # debugPrint "converge: $converge"; + # debugPrint "oneFile: $oneFile"; + # debugPrint "dbName: $dbName"; + # debugPrint "outputName: $outputName"; + # debugPrint "dbDumpExe: $dbDumpExe"; + # debugPrint "dbClientExe: $dbClientExe"; +} + +## Usage message +{ + if [[ "$1" == '-h' || "$1" == '--help' ]]; then + echo 'Usage: $0 [-h|--help]'; + echo; + echo 'Configuration:'; + echo -e "\tbriefMessages - Condenses verbose step command description messages to fit withing a single line of terminal width (hopefully..). (Current: $briefMessages)"; + echo -e "\tcleanOnFailure - Removes result files when an error occurs with a step command. (Current: $cleanOnFailure)"; + echo -e "\tconverge - Enables mode to further process resultant SQL data so that it can be more efficiently compared. (Current: $converge)"; + echo -e "\tdbClientExe - The executable to use when issuing certain custom commands to the database server. (Current: $dbClientExe)"; + echo -e "\tdbDumpExe - The executable to use when exporting data from the database server. (Current: $dbDumpExe)"; + echo -e "\tdbName - The name of the database schema to work with. (Current: $dbName)"; + echo -e "\tdryRun - Output step commands, but do not execute them. (Current: $dryRun)"; + echo -e "\tfailFast - Stop when a single step encounters a problem. (Current: $failFast)"; + echo -e "\toneFile - Enables the mode to output result data in a single file in the root directory, versus separate ones in a respective subdirectory. (Current: $oneFile)"; + echo -e "\toutputName - Customizable name for the result directory or single file. (Current: $outputName)"; + echo -e "\tpause - Wait for the user to press the enter key to execute each step. (Current: $pause)"; + echo -e "\tquiet - Do not output anything. (Current: $quiet)"; + echo -e "\tverbose - Output more messages, such as the step commands being executed. (Current: $verbose)"; + exit; fi +} - [[ -z "$MYSQL_OTHER_CONNECTION_OPTIONS" ]] && MYSQL_OTHER_CONNECTION_OPTIONS=""; - [[ -z "$MYSQL_CONNECTION_STRING" ]] && MYSQL_CONNECTION_STRING="$MYSQL_OTHER_CONNECTION_OPTIONS -u'$MYSQL_USER' -p'$MYSQL_PASS'"; +## Config message (condensed) +{ + if [[ "$1" == '-c' || "$1" == '--config' ]]; then + echo 'Configuration:'; + echo -e "\tbriefMessages : $(pTWSC "$briefMessages" )"; + echo -e "\tcleanOnFailure: $(pTWSC "$cleanOnFailure" )"; + echo -e "\tconverge : $(pTWSC "$converge" )"; + echo -e "\tdbClientExe : $dbClientExe" ; + echo -e "\tdbDumpExe : $dbDumpExe" ; + echo -e "\tdbName : $dbName" ; + echo -e "\tdryRun : $(pTWSC "$dryRun" )"; + echo -e "\tfailFast : $(pTWSC "$failFast" )"; + echo -e "\toneFile : $(pTWSC "$oneFile" )"; + echo -e "\toutputName : $outputName" ; + echo -e "\tpause : $(pTWSC "$pause" )"; + echo -e "\tquiet : $(pTWSC "$quiet" )"; + echo -e "\tverbose : $(pTWSC "$verbose" )"; + exit; + fi } ## Derived Configuration & Internal Variables { - mysqlDumpOtherOptions="--column-statistics=0"; - # `marker_tab` looked like user data that could be skipped, but apparently not, as no markers appeared using the current query 'monster' :X - noAITables="user user_completed_marker"; + samplesDir="$SDIR/../samples"; + + ## Database connection Details + { + # Loops as required. + while [[ -z "$databaseUser" ]]; do + read -p "Database Username: " databaseUser; + done + + # Only asks once as optional if no other connection information is provided first. + if [[ -z "$databasePassword" ]]; then + if [[ -z "$DATABASE_CONNECTION_STRING" ]]; then + # echo "$DATABASE_CONNECTION_STRING" | grep -vq " -p" && \ + # echo "$DATABASE_CONNECTION_STRING" | grep -vq " --password"; then + read -s -p "Database Password: " databasePassword; + echo; + fi + # else + #databasePassword="$(echo "$databasePassword" | sed -e 's|)|\\\)|g' -e 's|\x27|\\\\x27|g')"; + fi + + # debugPrint "databasePassword: $databasePassword"; + # echo "$databasePassword" + # echo "$databasePassword" | sed -r "s|([\`'\"\$])|\\\\\1|g"; + # databasePassword="$(echo "$databasePassword" | sed -r "s|([\`'\"\$\\])|\\\\\1|g")"; + # exit + + # [[ -z "$otherConnectionOptions" ]] && otherConnectionOptions=""; + [[ -z "$databaseConnectionString" ]] && databaseConnectionString="$otherConnectionOptions -u'$databaseUser' -p"$databasePassword""; + } + + [[ -z "$dbDumpCommonOptions" && "$dbDumpExe" = 'mysqldump' ]] && dbDumpCommonOptions="--column-statistics=0"; # Is this a fix for using plain or also the dump mysql exes to connect to a Maria Server? + dbDumpCommonOptions="$dbDumpCommonOptions $databaseConnectionString"; + dbDumpCommonOptions="$dbDumpCommonOptions $dbName"; + + if [[ -z "$dbClientCommonOptions" ]]; then + dbClientCommonOptions="$dbClientCommonOptions $databaseConnectionString"; + dbClientCommonOptions="$dbClientCommonOptions --database=$dbName"; + dbClientCommonOptions="$dbClientCommonOptions $verboseString"; + fi + + # `marker_tab` looked like user data that could be skipped, but apparently not, as no markers appeared using the current query 'monster' :X # Which monster specifically? In the server code?? + removeAITables='user user_completed_marker'; # With transformed data. + noDataTables='user_completed_marker'; + ignoreTablesOptions=''; - for table in $noAITables; do ignoreTablesOptions+="--ignore-table='$DB_NAME.$table' "; done; - structureOptions="--no-data"; - dataOptions="--no-create-info --skip-add-drop-table --skip-extended-insert"; - if [[ "$VERBOSE" == "true" ]]; then + for table in $removeAITables; do + ignoreTablesOptions+="--ignore-table='$dbName.$table' "; + done + + structureOnlyOptions="--no-data"; + dataOnlyOptions="$dataOnlyOptions --no-create-info"; + dataOnlyOptions="$dataOnlyOptions --skip-add-drop-table"; + dataOnlyOptions="$dataOnlyOptions --skip-extended-insert"; + + if [[ "$verbose" == 'true' ]]; then errorRedirectionString=""; - mysqlVerboseString="-v"; + verboseString="-v"; else errorRedirectionString="2>/dev/null"; - mysqlVerboseString=""; + verboseString=""; fi - if [[ "$BRIEF_MESSAGES" == "true" ]]; then + + if [[ "$briefMessages" == "true" ]]; then availableMessageCharacters="$(expr "$(tput cols)" - 12 - 3)"; # For the result messages, their wrapping characters, the message prefix, and then the ellipsis. messageRedirectionString="head --bytes=$availableMessageCharacters"; else messageRedirectionString="cat"; fi - # Additional SQL query function files to use but not modify. - generateDevUsersQueryFilePath="$SDIR/createSampleDatabaseExport-generateDevUsers.sql"; - sqlizeSedFilePath="$SDIR/createSampleDatabaseExport-sqlize.sed"; - convergeSedFilePath="$SDIR/createSampleDatabaseExport-converge.sed" - - # Intermediate, temporary, working files to be deleted at the end of the process. - keepAIFilePath="$SAMPLES_DIR/01-structure_with-AI.sql"; - toRemoveAIFilePath="$SAMPLES_DIR/02-structure_to-remove-AI.sql"; - aiRemovedFilePath="$SAMPLES_DIR/03-structure_AI-removed.sql"; - dataFilePath="$SAMPLES_DIR/04-data.sql"; - sanitizedPartialUserDataFilePath="$SAMPLES_DIR/05-sanitizedPartialUserData.txt"; - generatedDevUserDataFilePath="$SAMPLES_DIR/06-devUserData.sql"; - - allIntermediateFilePaths="'$keepAIFilePath' '$toRemoveAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$sanitizedPartialUserDataFilePath' '$generatedDevUserDataFilePath'"; - - [[ "$CONVERGE_SQL" == "true" ]] && convergeSuffix="-converged"; - - # Resultant, generated file to keep at the end of the process. - # completeFilePath="$SDIR/zeldamaps-complete.sql"; - completeFilePath="$SAMPLES_DIR/tingle.sql"; # Since the it is already version-tracked, we can just overwrite the main file now. - completeConvergedFilePath="$SAMPLES_DIR/tingle$convergeSuffix.sql"; + + generateDevUsersQueryFilePath="$SDIR/generateDevUsers.sql"; + sqlizeSedFilePath="$SDIR/sqlize.sed"; + convergeSedFilePath="$SDIR/converge.sed" + + # Intermediate, temporary, working directories and files to be deleted at the end of the process, and a few other variables. + if [[ "$oneFile" = 'true' ]]; then + keepAIFilePath="$samplesDir/01-structure_keep-AI.sql"; + toRemoveAIFilePath="$samplesDir/02-structure_to-remove-AI.sql"; + aiRemovedFilePath="$samplesDir/03-structure_AI-removed.sql"; + dataFilePath="$samplesDir/04-data.sql"; + sanitizedPartialUserDataFilePath="$samplesDir/05-sanitizedPartialUserData.txt"; + generatedDevUserDataFilePath="$samplesDir/06-devUserData.sql"; + + allIntermediateFilePaths=" \ + '$keepAIFilePath' \ + '$toRemoveAIFilePath' \ + '$aiRemovedFilePath' \ + '$dataFilePath' \ + '$sanitizedPartialUserDataFilePath' \ + '$generatedDevUserDataFilePath' \ + "; + + # Resultant, generated file to keep at the end of the process. + # completeFilePath="$SDIR/zeldamaps-complete.sql"; + completeFilePath="$samplesDir/$outputName.sql"; # Since the DB is already internally version-tracked, we can just overwrite the main file now. + completeConvergedFilePath="$samplesDir/$outputName$convergeSuffix.sql"; + else + completeDirPath="$samplesDir/$outputName"; + [[ ! -d "$completeDirPath" && "$dryRun" != 'true' ]] && mkdir "$completeDirPath"; + fi + + [[ "$converge" == "true" ]] && convergeSuffix="-converged"; + + # debugPrint "samplesDir: $samplesDir"; + # debugPrint "removeAITables: $removeAITables"; + # debugPrint "dbDumpCommonOptions: $dbDumpCommonOptions"; + # debugPrint "ignoreTablesOptions: $ignoreTablesOptions"; + # debugPrint "structureOnlyOptions: $structureOnlyOptions"; + # debugPrint "dataOnlyOptions: $dataOnlyOptions"; + # debugPrint "errorRedirectionString: $errorRedirectionString"; + # debugPrint "availableMessageCharacters: $availableMessageCharacters"; + # debugPrint "messageRedirectionString: $messageRedirectionString"; + # debugPrint "convergeSuffix: $convergeSuffix"; + # debugPrint "tableNames: $tableNames"; } ## Main Program Flow { - trap 'statusPrint "\n${RED}User cancels process.${NC}"; cleanAndExit 2;' INT KILL TERM STOP; + trap ' \ + statusPrint "${RED}User cancels process; checking to clean now...${NC}"; \ + cleanAndExit 1; \ + ' INT KILL TERM STOP; - issueStep \ - "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ - "mysqldump $MYSQL_CONNECTION_STRING $mysqlDumpOtherOptions $mysqlVerboseString $structureOptions $ignoreTablesOptions --add-drop-database --databases $DB_NAME > '$keepAIFilePath' $errorRedirectionString" \ - ; + # debugPrint "Script Start"; - issueStep \ - "Exporting the rest of the database structure, with no way to immediately remove the auto increment values to match not having data later on." \ - "mysqldump $MYSQL_CONNECTION_STRING $mysqlDumpOtherOptions $mysqlVerboseString $structureOptions $DB_NAME $noAITables > '$toRemoveAIFilePath' $errorRedirectionString" \ - ; - - issueStep \ - "Exporting majority of the database data, ignoring certain tables with more sensitive user or otherwise less useful data for development." \ - "mysqldump $MYSQL_CONNECTION_STRING $mysqlDumpOtherOptions $mysqlVerboseString $dataOptions $ignoreTablesOptions $DB_NAME > '$dataFilePath' $errorRedirectionString" \ - ; + ## Basic Preliminary Tests + { + issueStep \ + 'Test executing database client.' \ + "type -t "$dbClientExe" > /dev/null"; + issueStep \ + 'Test executing database dump.' \ + "type -t "$dbDumpExe" > /dev/null"; + issueStep \ + 'Test client connection to database.' \ + "echo \ + | '$dbClientExe' \ + $dbClientCommonOptions \ + $errorRedirectionString \ + " \ + ; + issueStep \ + 'Test dump connection to database.' \ + "'$dbDumpExe' \ + $dbDumpCommonOptions \ + > /dev/null \ + $errorRedirectionString \ + " \ + ; + } + # debugPrint "oneFile: $oneFile"; + if [[ "$oneFile" = 'true' ]]; then + ## Export to a single, ultimate combined file. + # debugPrint "oneFile Start"; + issueStep \ + "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ + "'$dbDumpExe' \ + $dbDumpCommonOptions \ + $structureOnlyOptions \ + $ignoreTablesOptions \ + --add-drop-database \ + > '$keepAIFilePath' \ + $errorRedirectionString \ + " \ + ; - issueStep \ - "Exporting and sanitizing only the required user records by id, with their visiblity and level data for later use in development so that all markers can be displayed." \ - "mysql $MYSQL_CONNECTION_STRING $mysqlVerboseString $DB_NAME > '$sanitizedPartialUserDataFilePath' $errorRedirectionString < '$generateDevUsersQueryFilePath'" \ - ; + issueStepsRemoveAIValue \ + "$toRemoveAIFilePath" \ + "$aiRemovedFilePath" \ + ; - if [[ "$VERBOSE" == "true" ]]; then issueStep \ - "Removing embedded verbose query." \ - "sed -i '1,27d' '$sanitizedPartialUserDataFilePath'" \ + "Exporting majority of the database data, ignoring certain tables with more sensitive user or otherwise less useful data for development." \ + "'$dbDumpExe' \ + $dbDumpCommonOptions \ + $dataOnlyOptions \ + $ignoreTablesOptions \ + > '$dataFilePath' \ + $errorRedirectionString \ + " \ + ; + + issueStepsUserSanAndGen \ + "$sanitizedPartialUserDataFilePath" \ + "$generatedDevUserDataFilePath" \ ; - fi - issueStep \ - "Preparing the generated user data into a SQL format." \ - "sed -i -r -f '$sqlizeSedFilePath' '$sanitizedPartialUserDataFilePath'" \ - ; - - issueStep \ - "Writing SQL INSERT header." \ - "echo 'INSERT INTO \`user\`' > '$generatedDevUserDataFilePath'" \ - ; - - issueStep \ - "Writing header data fields." \ - "head -n 1 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ - ; - issueStep \ - "Writing intermediate VALUES term." \ - "echo 'VALUES' >> '$generatedDevUserDataFilePath'" \ - ; - issueStep \ - "Writing data fields." \ - "tail -n +2 '$sanitizedPartialUserDataFilePath' >> '$generatedDevUserDataFilePath'" \ - ; - # "tail -n +2 dev/db/userLevels.txt | sed -r 's|([[:digit:]]+)\s+([[:digit:]]+)\s+([[:digit:]]+)|\(\1, \'test\1\', \'test\1\', \2, \3\)|g'"; - issueStep \ - "Writing terminating colon." \ - "echo ';' >> '$generatedDevUserDataFilePath'" \ - ; - - - issueStep \ - "Removing auto increment values in sensitive data table schemas." \ - "sed -r 's| AUTO_INCREMENT=[[:digit:]]+||g' '$toRemoveAIFilePath' > '$aiRemovedFilePath'" \ - ; - - issueStep \ - "Combining intermediate SQL files into a single convenient script for later import and version control." \ - "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' '$generatedDevUserDataFilePath' > '$completeFilePath'" \ - ; # "cat '$keepAIFilePath' '$aiRemovedFilePath' '$dataFilePath' > '$completeFilePath'" \ - - issueStep \ - "Converting result to Unix-style LF-only line endings." \ - "dos2unix '$completeFilePath'" \ - ; - - clean; - - if [[ "$CONVERGE_SQL" == "true" ]]; then issueStep \ - "Converging database SQL formats by eliminating less important details." \ - "sed -r -f '$convergeSedFilePath' '$completeFilePath' > '$completeConvergedFilePath'" \ + "Combining intermediate SQL files into a single convenient script for later import and version control." \ + "cat \ + '$keepAIFilePath' \ + '$aiRemovedFilePath' \ + '$dataFilePath' \ + '$generatedDevUserDataFilePath' \ + > '$completeFilePath' \ + " \ + ; + + issueStepD2UConditional "$completeFilePath"; + + ## Converge Action + issueStepConverge \ + "$completeFilePath" \ + "$completeConvergedFilePath" \ ; + # debugPrint "oneFile End"; + else + # debugPrint "Not oneFile Start"; + ## Export to multiple, individual files. + defaultTableNames="$( \ + "$dbClientExe" \ + $dbClientCommonOptions \ + -e 'SHOW TABLES' \ + --batch \ + --skip-column-names \ + ;)"; + [[ -z "$tableNames" ]] && tableNames="$defaultTableNames"; + # debugPrint "defaultTableNames: $defaultTableNames"; + # debugPrint "tableNames: $tableNames"; + + for tableName in $tableNames; do + # debugPrint "Table Start"; + # debugPrint "tableName: $tableName"; + + if ! includes \ + "$defaultTableNames" \ + "$tableName" \ + ; then + errorPrint "Table \"$tableName\" not found; exiting..."; + exit 2; + fi + + resultFile="$completeDirPath/$tableName.sql"; + resultConvergedFilePath="$samplesDir/$completeDirPath/$tableName$convergeSuffix.sql"; + # debugPrint "resultFile: $resultFile"; + + if includes \ + "$removeAITables" \ + "$tableName" \ + ; then + # debugPrint "removeAITable Start"; + ## Handle tables that require transforming data with an updated AI value. + + toRemoveAIFilePath="$samplesDir/$tableName-01-structure_to-remove-AI.sql"; + aiRemovedFilePath="$samplesDir/$tableName-02-structure_AI-removed.sql"; + + allIntermediateFilePaths=" \ + '$toRemoveAIFilePath' \ + '$aiRemovedFilePath' \ + "; + + issueStepsRemoveAIValue \ + "$toRemoveAIFilePath" \ + "$aiRemovedFilePath" \ + "$tableName" \ + ; + + if includes \ + "$noDataTables" \ + "$tableName" \ + ; then + # debugPrint "No Data Table Start"; + + issueStep \ + "Simply using the only intermediate SQL file as the individual table script for later, more specific and efficient, import and version control." \ + "mv \ + '$aiRemovedFilePath' \ + '$resultFile' \ + " \ + ; + + # debugPrint "No Data Table End"; + else + # debugPrint "Data Table Start"; + sanitizedPartialUserDataFilePath="$samplesDir/$tableName-03-sanitizedPartialUserData.txt"; + generatedDevUserDataFilePath="$samplesDir/$tableName-04-devUserData.sql"; + + allIntermediateFilePaths=" \ + $allIntermediateFilePaths \ + '$sanitizedPartialUserDataFilePath' \ + '$generatedDevUserDataFilePath' \ + "; + + issueStepsUserSanAndGen \ + "$sanitizedPartialUserDataFilePath" \ + "$generatedDevUserDataFilePath" \ + ; + + issueStep \ + "Combining intermediate SQL files into the individual table script for later, more specific and efficient, import and version control." \ + "cat \ + '$aiRemovedFilePath' \ + '$generatedDevUserDataFilePath' \ + > '$resultFile' \ + " \ + ; + + # debugPrint "Data Table End"; + fi + + issueStepClean; + + # debugPrint "removeAITable End"; + else + # debugPrint "Not removeAITable Start"; + + ## Handle tables that don't require transforming data with the same AI value. + issueStep \ + "Exporting complete table \"$tableName\" to an individual completed result file, keeping the auto increment values to match the data later on." \ + "'$dbDumpExe' \ + $dbDumpCommonOptions \ + --skip-extended-insert \ + $tableName \ + > '$resultFile' \ + $errorRedirectionString \ + " \ + ; + + # debugPrint "Not removeAITable End"; + fi + + issueStepD2UConditional "$resultFile"; + + ## Converge Action + issueStepConverge \ + "$resultFile" \ + "$resultConvergedFilePath" \ + ; + + # debugPrint "Table End"; + done + + # debugPrint "Not oneFile End"; + fi + + ## Converge Warning Message + if [[ "$converge" == "true" ]]; then echo; - echo "Important Note: The 'CONVERGE_SQL' option is enabled. Do NOT store these exported SQL files permanently in source control OR import them into any database. They are for comparing important differences more easily and quickly by removing any less important differences that may be defaults or other details. The data differences are ONLY to be manually and carefully reviewed and ported through migrations using the more exact, unique, and explicit details to converge the databases more properly."; + echo "Important Note: The 'converge' option is enabled. Do NOT store these exported SQL files permanently in source control OR import them into any database! + They are for comparing important differences more easily and quickly by removing any less important or always differing information such as defaults and other details *to the content*, but are still important for proper function for the data in its respective sources. + The data differences are ONLY to be manually and carefully reviewed, ported through migrations using the more exact, unique, and explicit details to converge the databases more properly, then deleted after committing those migration code files."; fi + # debugPrint "Script End"; } diff --git a/dev/db/createSampleDatabaseExport-sqlize.sed b/dev/db/createSampleDatabaseExport/sqlize.sed similarity index 100% rename from dev/db/createSampleDatabaseExport-sqlize.sed rename to dev/db/createSampleDatabaseExport/sqlize.sed diff --git a/dev/scripts/common/altPrint.bash b/dev/scripts/common/altPrint.bash new file mode 100644 index 00000000..6de7b886 --- /dev/null +++ b/dev/scripts/common/altPrint.bash @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +! type -t 'altPrint' && \ +altPrint() { + echo "$@" 1>&2; +} diff --git a/dev/scripts/common/altPrint.fish b/dev/scripts/common/altPrint.fish new file mode 100644 index 00000000..0fe95689 --- /dev/null +++ b/dev/scripts/common/altPrint.fish @@ -0,0 +1,6 @@ +#!/usr/bin/env fish + +not type -q 'altPrint'; +and function altPrint + echo $argv 1>&2; +end diff --git a/dev/scripts/common/debugPrint.bash b/dev/scripts/common/debugPrint.bash new file mode 100644 index 00000000..7a10a747 --- /dev/null +++ b/dev/scripts/common/debugPrint.bash @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +! type -t 'debugPrint' && \ +debugPrint() { + # echo "DEBUG __DEBUG__: $__DEBUG__"; + if [[ "$__DEBUG__" = "true" ]]; then + # altPrint "DEBUG: $argv"; + altPrint -n "DEBUG: "; + altPrint "$@"; + fi +} diff --git a/dev/scripts/common/debugPrint.fish b/dev/scripts/common/debugPrint.fish new file mode 100644 index 00000000..e5df26eb --- /dev/null +++ b/dev/scripts/common/debugPrint.fish @@ -0,0 +1,11 @@ +#!/usr/bin/env fish + +not type -q 'debugPrint'; +function debugPrint + # echo "DEBUG __DEBUG__: $__DEBUG__"; + if test "$__DEBUG__" = "true" + # altPrint "DEBUG: $argv"; + altPrint -n "DEBUG: "; + altPrint $argv; + end +end diff --git a/dev/scripts/common/default.fish b/dev/scripts/common/default.fish new file mode 100644 index 00000000..8e171ab0 --- /dev/null +++ b/dev/scripts/common/default.fish @@ -0,0 +1,11 @@ +#!/usr/bin/env fish + +not type -q 'default'; +and function default + for value in $argv + if test -n "$value" + echo "$value"; + break; + end + end +end diff --git a/dev/scripts/common/errorPrint.bash b/dev/scripts/common/errorPrint.bash new file mode 100644 index 00000000..d7c06e8e --- /dev/null +++ b/dev/scripts/common/errorPrint.bash @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +! type -t 'errorPrint' && \ +errorPrint() { + altPrint "ERROR: $@"; +} diff --git a/dev/scripts/common/errorPrint.fish b/dev/scripts/common/errorPrint.fish new file mode 100644 index 00000000..5b6b71fa --- /dev/null +++ b/dev/scripts/common/errorPrint.fish @@ -0,0 +1,5 @@ +#!/usr/bin/env fish + +function errorPrint + altPrint "ERROR: $argv"; +end diff --git a/dev/scripts/common/userWaitConditional.fish b/dev/scripts/common/userWaitConditional.fish new file mode 100644 index 00000000..93ae2c12 --- /dev/null +++ b/dev/scripts/common/userWaitConditional.fish @@ -0,0 +1,6 @@ +#!/usr/bin/env fish + +not type -q 'userWaitConditional'; and function userWaitConditionalConditional + test "$manualStep" = "true"; + and read -P 'Press enter to continue...' 1>&2 < /dev/tty; +end From 3b910dad4ef1186e741cce861d2425e5f35e7c72 Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 30 Mar 2023 15:03:34 -0400 Subject: [PATCH 28/73] Prepare for new style DB exports Removing old, large, cumbersome, single, combined file. --- dev/db/samples/tingle.sql | 18132 ------------------------------------ 1 file changed, 18132 deletions(-) delete mode 100644 dev/db/samples/tingle.sql diff --git a/dev/db/samples/tingle.sql b/dev/db/samples/tingle.sql deleted file mode 100644 index 74d56bd1..00000000 --- a/dev/db/samples/tingle.sql +++ /dev/null @@ -1,18132 +0,0 @@ --- MySQL dump 10.13 Distrib 8.0.26, for Win64 (x86_64) --- --- Host: localhost Database: tingle --- ------------------------------------------------------ --- Server version 8.0.26 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!50503 SET NAMES utf8mb4 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Current Database: `tingle` --- - -/*!40000 DROP DATABASE IF EXISTS `tingle`*/; - -CREATE DATABASE /*!32312 IF NOT EXISTS*/ `tingle` /*!40100 DEFAULT CHARACTER SET latin1 */ /*!80016 DEFAULT ENCRYPTION='N' */; - -USE `tingle`; - --- --- Table structure for table `ar_internal_metadata` --- - -DROP TABLE IF EXISTS `ar_internal_metadata`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `ar_internal_metadata` ( - `key` varchar(255) NOT NULL, - `value` varchar(255) DEFAULT NULL, - `created_at` datetime(6) NOT NULL, - `updated_at` datetime(6) NOT NULL, - PRIMARY KEY (`key`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `changelog` --- - -DROP TABLE IF EXISTS `changelog`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `changelog` ( - `id` bigint NOT NULL AUTO_INCREMENT, - `version_major` int NOT NULL, - `version_minor` int NOT NULL, - `version_patch` int NOT NULL, - `content` text, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `container` --- - -DROP TABLE IF EXISTS `container`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `container` ( - `id` int NOT NULL AUTO_INCREMENT, - `short_name` varchar(45) NOT NULL, - `name` varchar(45) NOT NULL, - `marker_url` varchar(250) NOT NULL DEFAULT '/markers/' COMMENT 'Each map can have a set of different markers icons just by changing the marker url', - `marker_ext` char(3) NOT NULL DEFAULT 'png', - `background_color` char(7) NOT NULL DEFAULT '#DEECFD', - `icon` varchar(60) NOT NULL, - `show_street_view` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Only for googlemaps (for now)', - `show_map_control` tinyint(1) NOT NULL DEFAULT '1', - `show_zoom_control` tinyint(1) NOT NULL DEFAULT '1', - `show_pan_control` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Only for googlemaps (for now)', - `show_category_menu` tinyint(1) DEFAULT '1', - `default_pos_x` float NOT NULL DEFAULT '128' COMMENT '0 for googlemap, 128 for leaflet', - `default_pos_y` float NOT NULL DEFAULT '-128' COMMENT '0 for googlemap, -128 for leaflet', - `bound_top_pos_x` float NOT NULL DEFAULT '0', - `bound_top_pos_y` float NOT NULL DEFAULT '0', - `bound_bottom_pos_x` float NOT NULL DEFAULT '-256', - `bound_bottom_pos_y` float NOT NULL DEFAULT '256', - `max_zoom` int DEFAULT '6', - `cluster_max_zoom` int NOT NULL DEFAULT '4' COMMENT 'Max zoom to cluster the markers. Best -2 from the max zoom allowed (if 6 is the max, cluster should be 4)', - `cluster_grid_size` int NOT NULL DEFAULT '30' COMMENT 'Pixel size of grid (default 30)', - `tile_size` int NOT NULL DEFAULT '256' COMMENT 'Internet default is 256', - `icon_width` int NOT NULL, - `icon_height` int NOT NULL, - `icon_small_width` int NOT NULL DEFAULT '16', - `icon_small_height` int NOT NULL DEFAULT '16', - `switch_icons_at_zoom` int NOT NULL DEFAULT '5', - `visible` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'If map can be viewed', - `default_zoom` int NOT NULL DEFAULT '3', - PRIMARY KEY (`id`), - UNIQUE KEY `map_id_UNIQUE` (`id`), - UNIQUE KEY `short_name_UNIQUE` (`short_name`) -) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `map` --- - -DROP TABLE IF EXISTS `map`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `map` ( - `id` int NOT NULL, - `container_id` int NOT NULL, - `name` varchar(45) NOT NULL, - `is_default` tinyint(1) NOT NULL DEFAULT '0', - `default_zoom` tinyint NOT NULL DEFAULT '1', - `max_zoom` tinyint(1) NOT NULL, - `map_copyright` varchar(250) NOT NULL, - `map_order` tinyint NOT NULL, - `visible` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_map_project1_idx` (`container_id`), - CONSTRAINT `fk_map_project1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `map_type` --- - -DROP TABLE IF EXISTS `map_type`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `map_type` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(45) NOT NULL, - `projection` varchar(45) NOT NULL, - `google_default` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `mapper` --- - -DROP TABLE IF EXISTS `mapper`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `mapper` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(45) NOT NULL, - `email` varchar(45) DEFAULT NULL, - `site_name` varchar(45) DEFAULT NULL, - `site_url` varchar(45) DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `marker` --- - -DROP TABLE IF EXISTS `marker`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `marker` ( - `id` int NOT NULL AUTO_INCREMENT, - `submap_id` int NOT NULL, - `overlay_id` int DEFAULT NULL, - `marker_status_id` int NOT NULL DEFAULT '1', - `marker_category_id` int NOT NULL, - `user_id` int NOT NULL, - `name` text NOT NULL, - `description` text NOT NULL, - `x` double NOT NULL, - `y` double NOT NULL, - `jump_marker_id` int NOT NULL DEFAULT '0', - `global` tinyint(1) DEFAULT '0', - `visible` tinyint(1) NOT NULL DEFAULT '0', - `last_updated` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `fk_map_marker_map_marker_status1_idx` (`marker_status_id`), - KEY `fk_map_marker_map_marker_category1_idx` (`marker_category_id`), - KEY `fk_marker_submap1_idx` (`submap_id`), - KEY `fk_marker_submap2_idx` (`overlay_id`), - CONSTRAINT `fk_map_marker_map_marker_category1` FOREIGN KEY (`marker_category_id`) REFERENCES `marker_category` (`id`), - CONSTRAINT `fk_map_marker_map_marker_status1` FOREIGN KEY (`marker_status_id`) REFERENCES `marker_status` (`id`), - CONSTRAINT `fk_marker_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`), - CONSTRAINT `fk_marker_submap2` FOREIGN KEY (`overlay_id`) REFERENCES `submap` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=12522 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `marker_category` --- - -DROP TABLE IF EXISTS `marker_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `marker_category` ( - `id` int NOT NULL AUTO_INCREMENT, - `parent_id` int DEFAULT NULL, - `marker_category_type_id` int NOT NULL, - `container_id` int NOT NULL, - `name` varchar(45) NOT NULL, - `default_checked` tinyint(1) NOT NULL DEFAULT '0', - `img` varchar(45) NOT NULL, - `color` varchar(45) NOT NULL DEFAULT '#000000', - `visible_zoom` int NOT NULL, - `visible` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_marker_category_map_container1_idx` (`container_id`), - KEY `fk_marker_category_marker_category_type1_idx` (`marker_category_type_id`), - KEY `fk_marker_category_marker_category1_idx` (`parent_id`), - CONSTRAINT `fk_marker_category_map_container1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`), - CONSTRAINT `fk_marker_category_marker_category1` FOREIGN KEY (`parent_id`) REFERENCES `marker_category` (`id`), - CONSTRAINT `fk_marker_category_marker_category_type1` FOREIGN KEY (`marker_category_type_id`) REFERENCES `marker_category_type` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=1970 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `marker_category_type` --- - -DROP TABLE IF EXISTS `marker_category_type`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `marker_category_type` ( - `id` int NOT NULL AUTO_INCREMENT, - `name` varchar(45) NOT NULL, - `visible` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `marker_status` --- - -DROP TABLE IF EXISTS `marker_status`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `marker_status` ( - `id` int NOT NULL, - `name` varchar(45) NOT NULL, - `visible` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `marker_tab` --- - -DROP TABLE IF EXISTS `marker_tab`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `marker_tab` ( - `marker_tab_id` int NOT NULL AUTO_INCREMENT, - `marker_id` int NOT NULL, - `marker_tab_status_id` int NOT NULL, - `user_id` int NOT NULL, - `tab_title` varchar(45) NOT NULL, - `tab_text` text NOT NULL, - `tab_order` int NOT NULL DEFAULT '-1', - `visible` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`marker_tab_id`), - KEY `fk_map_marker_tab_map_marker1_idx` (`marker_id`), - KEY `fk_marker_tab_marker_tab_status1_idx` (`marker_tab_status_id`), - KEY `fk_marker_tab_user1_idx` (`user_id`), - CONSTRAINT `fk_map_marker_tab_map_marker1` FOREIGN KEY (`marker_id`) REFERENCES `marker` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, - CONSTRAINT `fk_marker_tab_marker_tab_status1` FOREIGN KEY (`marker_tab_status_id`) REFERENCES `marker_tab_status` (`id`), - CONSTRAINT `fk_marker_tab_user1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=4075 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `marker_tab_status` --- - -DROP TABLE IF EXISTS `marker_tab_status`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `marker_tab_status` ( - `id` int NOT NULL, - `name` varchar(45) NOT NULL, - `visible` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `schema_migrations` --- - -DROP TABLE IF EXISTS `schema_migrations`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `schema_migrations` ( - `version` varchar(255) NOT NULL, - PRIMARY KEY (`version`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `submap` --- - -DROP TABLE IF EXISTS `submap`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `submap` ( - `id` int NOT NULL, - `map_id` int NOT NULL, - `map_type_id` int NOT NULL DEFAULT '0', - `mapper_id` int DEFAULT NULL, - `name` varchar(45) NOT NULL, - `is_default` tinyint(1) NOT NULL DEFAULT '0', - `tile_url` varchar(250) NOT NULL, - `tile_ext` char(3) NOT NULL DEFAULT 'png', - `img404` varchar(10) NOT NULL DEFAULT '404', - `submap_order` int NOT NULL DEFAULT '-1', - `empty_map` tinyint(1) NOT NULL, - `opacity` float NOT NULL DEFAULT '1', - `visible` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `fk_map_game_map_type1_idx` (`map_type_id`), - KEY `fk_map_mapper1_idx` (`mapper_id`), - KEY `fk_submap_map1_idx` (`map_id`), - CONSTRAINT `fk_map_game_map_type10` FOREIGN KEY (`map_type_id`) REFERENCES `map_type` (`id`), - CONSTRAINT `fk_map_mapper10` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`), - CONSTRAINT `fk_submap_map1` FOREIGN KEY (`map_id`) REFERENCES `map` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `submap_layer` --- - -DROP TABLE IF EXISTS `submap_layer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `submap_layer` ( - `id` int NOT NULL, - `submap_id` int NOT NULL, - `mapper_id` int DEFAULT NULL, - `name` varchar(45) NOT NULL, - `tile_url` varchar(250) DEFAULT NULL, - `tile_ext` char(3) DEFAULT NULL, - `img404` varchar(10) DEFAULT NULL, - `control_visible` tinyint(1) DEFAULT NULL COMMENT '''If the layer can be visible on the layer control''', - `control_checked` tinyint(1) DEFAULT NULL COMMENT '''If the layer is default visible or not''', - `type` char(1) DEFAULT NULL COMMENT '''F - Foreground / B - Background''', - `layer_order` int DEFAULT NULL, - `opacity` float NOT NULL DEFAULT '1', - `visible` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - KEY `fk_map_layer_submap1_idx` (`submap_id`), - KEY `fk_submap_layer_mapper1_idx` (`mapper_id`), - CONSTRAINT `fk_map_layer_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`), - CONSTRAINT `fk_submap_layer_mapper1` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `tmp_korok` --- - -DROP TABLE IF EXISTS `tmp_korok`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `tmp_korok` ( - `X` double DEFAULT NULL, - `Y` double DEFAULT NULL, - `PlacementType` varchar(100) DEFAULT NULL, - `KorokLift` varchar(5) DEFAULT NULL, - `Invisible` varchar(5) DEFAULT NULL, - `adjX` double DEFAULT NULL, - `adjY` double DEFAULT NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `tmp_loc` --- - -DROP TABLE IF EXISTS `tmp_loc`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `tmp_loc` ( - `X` double DEFAULT NULL, - `Y` double DEFAULT NULL, - `DungeonName` varchar(100) DEFAULT NULL, - `CategoryID` int DEFAULT NULL, - `adjX` double DEFAULT NULL, - `adjY` double DEFAULT NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2021-08-11 19:10:09 --- MySQL dump 10.13 Distrib 8.0.26, for Win64 (x86_64) --- --- Host: localhost Database: tingle --- ------------------------------------------------------ --- Server version 8.0.26 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!50503 SET NAMES utf8mb4 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `user` --- - -DROP TABLE IF EXISTS `user`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `user` ( - `id` int NOT NULL AUTO_INCREMENT, - `username` varchar(45) NOT NULL, - `password` varchar(255) NOT NULL, - `name` varchar(255) NOT NULL, - `email` varchar(255) NOT NULL, - `created` datetime NOT NULL, - `ip` varchar(46) NOT NULL, - `last_login` datetime NOT NULL, - `level` tinyint(1) NOT NULL DEFAULT '1', - `visible` tinyint(1) NOT NULL DEFAULT '1', - `seen_version_major` int NOT NULL DEFAULT '0', - `seen_version_minor` int NOT NULL DEFAULT '0', - `seen_version_patch` int NOT NULL DEFAULT '0', - `seen_latest_changelog` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - UNIQUE KEY `username_UNIQUE` (`username`), - UNIQUE KEY `email_UNIQUE` (`email`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `user_completed_marker` --- - -DROP TABLE IF EXISTS `user_completed_marker`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!50503 SET character_set_client = utf8mb4 */; -CREATE TABLE `user_completed_marker` ( - `user_id` int NOT NULL, - `marker_id` int NOT NULL, - `complete_date` datetime NOT NULL, - `visible` int NOT NULL, - PRIMARY KEY (`user_id`,`marker_id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2021-08-11 19:10:09 --- MySQL dump 10.13 Distrib 8.0.26, for Win64 (x86_64) --- --- Host: localhost Database: tingle --- ------------------------------------------------------ --- Server version 8.0.26 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!50503 SET NAMES utf8mb4 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Dumping data for table `ar_internal_metadata` --- - -LOCK TABLES `ar_internal_metadata` WRITE; -/*!40000 ALTER TABLE `ar_internal_metadata` DISABLE KEYS */; -INSERT INTO `ar_internal_metadata` VALUES ('environment','development','2021-08-09 17:53:35.510720','2021-08-09 17:53:35.510720'); -/*!40000 ALTER TABLE `ar_internal_metadata` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `changelog` --- - -LOCK TABLES `changelog` WRITE; -/*!40000 ALTER TABLE `changelog` DISABLE KEYS */; -INSERT INTO `changelog` VALUES (1,0,0,0,'The fabled start of the project!'); -INSERT INTO `changelog` VALUES (2,0,0,1,'Finally, an app to work with :).'); -INSERT INTO `changelog` VALUES (3,0,2,0,'You can now add your own markers! Right click on the map and log in / create an account to start adding (best suited for desktop).'); -INSERT INTO `changelog` VALUES (4,0,2,0,'Optimizations for mobile devices.'); -INSERT INTO `changelog` VALUES (5,0,2,0,'Tons of new markers everyday!'); -INSERT INTO `changelog` VALUES (6,0,3,0,'Mark as complete! You can now right-click a marker (desktop only) to hide a marker indefinitely. You can undo this by using ctrl + z in case of a mistake. This shall help you in the quest to get all koroks, making it much easier to see what you\'re missing. This feature uses cookies, so please don\'t clean it.'); -INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. Sorry if you read the intro everytime :).'); -INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); -INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); -INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); -INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books, and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); -INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); -INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories of the same type.'); -INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); -INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); -INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); -INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); -INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); -INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); -INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); -INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); -INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); -INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); -INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); -INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); -INSERT INTO `changelog` VALUES (26,0,6,0,'New logo by the Zelda Universe design team!'); -INSERT INTO `changelog` VALUES (27,0,6,0,'Added Login/Account button'); -INSERT INTO `changelog` VALUES (28,0,6,0,'Added Lost Password and Change Password functionality'); -INSERT INTO `changelog` VALUES (29,0,6,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'); -INSERT INTO `changelog` VALUES (30,0,6,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'); -INSERT INTO `changelog` VALUES (31,0,6,0,'Made marker completion hotkeys more intelligent per-OS'); -INSERT INTO `changelog` VALUES (32,0,6,0,'Lots of small interface improvements'); -INSERT INTO `changelog` VALUES (33,0,6,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'); -INSERT INTO `changelog` VALUES (34,0,7,0,'Multi-game support with Link\'s Awakening: More maps for more Zelda games are on the way.'); -INSERT INTO `changelog` VALUES (35,0,7,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\'ve got maps for every dungeon. We\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'); -INSERT INTO `changelog` VALUES (36,0,7,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\'re starting a new run.'); -INSERT INTO `changelog` VALUES (37,0,7,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\'ve completed out of the category total.'); -INSERT INTO `changelog` VALUES (38,0,7,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.'); -/*!40000 ALTER TABLE `changelog` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `container` --- - -LOCK TABLES `container` WRITE; -/*!40000 ALTER TABLE `container` DISABLE KEYS */; -INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#000000','',0,1,1,0,1,128,-128,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#000000','Links-Awakening',0,1,1,0,1,128,-128,-50,-80,-226,306,6,4,30,256,23,23,16,16,-1,1,3); -INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); -INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5); -/*!40000 ALTER TABLE `container` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `map` --- - -LOCK TABLES `map` WRITE; -/*!40000 ALTER TABLE `map` DISABLE KEYS */; -INSERT INTO `map` VALUES (3,3,'Overworld',0,2,6,'(c) Nintendo',0,1); -INSERT INTO `map` VALUES (19,19,'Hyrule',0,2,8,'(c) Nintendo',1,1); -INSERT INTO `map` VALUES (20,4,'Koholint Island',1,2,4,'(c) Nintendo',0,1); -INSERT INTO `map` VALUES (21,4,'Tail Cave',1,2,4,'(c) Nintendo',1,1); -INSERT INTO `map` VALUES (22,4,'Bottle Grotto',1,2,4,'(c) Nintendo',2,1); -INSERT INTO `map` VALUES (23,4,'Key Cavern',1,2,4,'(c) Nintendo',3,1); -INSERT INTO `map` VALUES (24,4,'Angler`s Tunnel',1,2,4,'(c) Nintendo',4,1); -INSERT INTO `map` VALUES (25,4,'Catfish`s Maw',1,2,4,'(c) Nintendo',5,1); -INSERT INTO `map` VALUES (26,4,'Face Shrine',1,2,4,'(c) Nintendo',6,1); -INSERT INTO `map` VALUES (27,4,'Eagle`s Tower',1,2,4,'(c) Nintendo',7,1); -INSERT INTO `map` VALUES (28,4,'Turtle Rock',1,2,4,'(c) Nintendo',8,1); -INSERT INTO `map` VALUES (29,4,'Color Dungeon',1,2,4,'(c) Nintendo',9,1); -/*!40000 ALTER TABLE `map` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `map_type` --- - -LOCK TABLES `map_type` WRITE; -/*!40000 ALTER TABLE `map_type` DISABLE KEYS */; -INSERT INTO `map_type` VALUES (1,'FlatMap','Euclidean',0); -INSERT INTO `map_type` VALUES (2,'ROADMAP','Mercator',1); -INSERT INTO `map_type` VALUES (3,'SATELLITE','Mercator',1); -/*!40000 ALTER TABLE `map_type` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `mapper` --- - -LOCK TABLES `mapper` WRITE; -/*!40000 ALTER TABLE `mapper` DISABLE KEYS */; -INSERT INTO `mapper` VALUES (1,'Danilo Passos','danilo.passos@zelda.com.br','Hyrule Legends','https://www.zelda.com.br'); -INSERT INTO `mapper` VALUES (2,'Jacob Zaccaria',NULL,'Zelda Universe','http://zeldauniverse.net'); -/*!40000 ALTER TABLE `mapper` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `marker` --- - -LOCK TABLES `marker` WRITE; -/*!40000 ALTER TABLE `marker` DISABLE KEYS */; -INSERT INTO `marker` VALUES (22,1900,NULL,2,1927,1,'Temple of Time','',114.125,-165.53125,0,0,0,'2017-01-23 04:06:43'); -INSERT INTO `marker` VALUES (23,1900,NULL,2,1924,1,'Shrine of Resurrection','BEFORE HACK',111.046875,-163.421875,0,0,0,'2017-01-23 04:07:11'); -INSERT INTO `marker` VALUES (24,1900,NULL,2,1925,1,'Oman Au Shrine','BEFORE HACK',116.703125,-157.21875,0,0,0,'2017-01-23 05:50:10'); -INSERT INTO `marker` VALUES (25,1900,NULL,2,1903,1,'Weapons Test','',41,-57,0,0,0,'2017-01-23 04:22:20'); -INSERT INTO `marker` VALUES (26,1900,NULL,2,1911,1,'Food Test','',90,-57,0,0,0,'2017-01-23 04:22:30'); -INSERT INTO `marker` VALUES (27,1900,NULL,2,1926,1,'Dungeon Test','',129,-59,0,0,0,'2017-01-23 04:22:43'); -INSERT INTO `marker` VALUES (28,1900,NULL,2,1931,1,'Enemy Test (Overflow!)','',173,-53,0,0,0,'2017-01-23 05:41:10'); -INSERT INTO `marker` VALUES (29,1900,NULL,2,1927,1,'The Future is Nigh!','',128.5625,-161.4375,0,0,0,'2017-01-23 06:14:30'); -INSERT INTO `marker` VALUES (30,1900,NULL,2,1931,1,'5 o'clock','What is this field even for?',66,-188.75,0,0,0,'2017-01-23 23:06:11'); -INSERT INTO `marker` VALUES (31,1900,NULL,2,1914,1,'wtf is this','SECRET ISLAND OMG2',221.4375,-210.25,0,0,0,'2017-02-13 05:24:41'); -INSERT INTO `marker` VALUES (32,1900,NULL,2,1903,1,'Test','',77,-88.5,0,0,0,'2017-01-26 23:05:37'); -INSERT INTO `marker` VALUES (33,1900,NULL,2,1903,1,'das','dasdas',171,-115.5,0,0,0,'2017-02-01 18:08:20'); -INSERT INTO `marker` VALUES (34,1900,NULL,2,1913,3,'Spicy Pepper','There are six Spicy Peppers growing on two plants here. (Three to each plant.)',111.46875,-166,0,0,1,'2017-02-16 04:15:33'); -INSERT INTO `marker` VALUES (35,1900,NULL,2,1903,3,'Woodcutter's Axe','',110.703125,-166.296875,0,0,0,'2017-02-13 04:51:58'); -INSERT INTO `marker` VALUES (36,1900,NULL,2,1914,3,'Hylian Shroom','',110.671875,-166.296875,0,0,1,'2017-02-13 04:52:49'); -INSERT INTO `marker` VALUES (37,1900,NULL,2,1903,3,'Korok Leaf','',110.015625,-165.578125,0,0,0,'2017-02-13 04:57:11'); -INSERT INTO `marker` VALUES (38,1900,NULL,2,1915,3,'Wood','There are three bundles of Wood in this dilapidated house, and two bundles outside of it.',110.265625,-165.90625,0,0,1,'2017-02-13 07:46:12'); -INSERT INTO `marker` VALUES (39,1900,NULL,2,1927,2,'Temple of Time','Temple of Time',114.140625,-165.4375,0,0,1,'2017-02-13 05:07:12'); -INSERT INTO `marker` VALUES (40,1901,NULL,2,1930,3,'White Chuchu','',110.07421875,-161.03515625,0,0,1,'2017-02-13 06:19:16'); -INSERT INTO `marker` VALUES (41,1901,NULL,2,1925,2,'Oman Au Shrine','BEFORE HACK',117.4921875,-151.6640625,0,0,0,'2017-03-11 23:21:58'); -INSERT INTO `marker` VALUES (42,1901,NULL,2,1925,2,'Ja Baij Shrine','DELETE - BEFORE HACK',120.91015625,-159.2109375,0,0,0,'2017-03-14 06:26:17'); -INSERT INTO `marker` VALUES (43,1900,NULL,2,1904,3,'Spiked Boko Bow','Found inside a Treasure Chest in the cave behind the waterfall.',109.375,-168.390625,0,0,0,'2017-02-13 05:13:45'); -INSERT INTO `marker` VALUES (44,1900,NULL,2,1904,3,'Arrow x10','Found inside a Treasure Chest in the cave behind the waterfall.',109.359375,-168.375,0,0,0,'2017-02-13 05:14:44'); -INSERT INTO `marker` VALUES (45,1900,NULL,2,1904,3,'Fire Arrow x5','Found inside a Treasure Chest in the cave behind the waterfall.',109.359375,-168.375,0,0,0,'2017-02-13 05:15:19'); -INSERT INTO `marker` VALUES (46,1900,NULL,2,1925,2,'Ke Numut Shrine','BEFORE HACK',103.640625,-164.96875,0,0,0,'2017-02-13 05:15:37'); -INSERT INTO `marker` VALUES (47,1900,NULL,2,1901,3,'River of the Dead','',107.21875,-165.75,0,0,0,'2017-02-13 05:16:48'); -INSERT INTO `marker` VALUES (48,1900,NULL,2,1901,3,'River of the Dead','',106.328125,-163.921875,0,0,0,'2017-02-13 05:17:10'); -INSERT INTO `marker` VALUES (49,1901,NULL,2,1930,3,'White Chuchu','Two White Chuchus are found here.',109.2890625,-160.49609375,0,0,1,'2017-02-13 07:49:46'); -INSERT INTO `marker` VALUES (50,1900,NULL,2,1930,3,'Keese','Two Keese spawn here at night.',108.484375,-164.328125,0,0,1,'2017-02-13 06:19:28'); -INSERT INTO `marker` VALUES (51,1900,NULL,2,1904,2,'Traveler's Bow','',112.9375,-159.8125,0,0,0,'2017-02-13 05:33:40'); -INSERT INTO `marker` VALUES (52,1900,NULL,2,1904,2,'Arrow x10','',112.5625,-159.875,0,0,0,'2017-02-13 09:21:21'); -INSERT INTO `marker` VALUES (53,1900,NULL,2,1903,4,'312323','3213',-0.5,-143.5,0,0,0,'2017-02-13 06:10:00'); -INSERT INTO `marker` VALUES (54,1900,NULL,2,1901,3,'Mineral Deposit','Outside of the dilapidated house, containing 2 Rock Salts (needs consistency verification).',110.421875,-166.046875,0,0,0,'2017-02-13 08:06:44'); -INSERT INTO `marker` VALUES (55,1901,NULL,2,1901,3,'Goddess Statue','',115.12109375,-159.78125,0,0,0,'2017-02-13 07:47:34'); -INSERT INTO `marker` VALUES (56,1900,NULL,2,1904,3,'Soldier's Bow','Found in a Treasure Chest the tower.',114.265625,-164.9375,0,0,0,'2017-02-13 07:48:27'); -INSERT INTO `marker` VALUES (57,1900,NULL,2,1916,3,'Korok Seed','From a Korok on the spire.',114.234375,-164.890625,0,0,0,'2017-02-13 07:49:16'); -INSERT INTO `marker` VALUES (58,1900,NULL,2,1910,3,'Treasure Chest','Hidden under the water, contents unknown.',110.28125,-166.015625,0,0,0,'2017-02-13 07:51:42'); -INSERT INTO `marker` VALUES (59,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',110.3125,-166,0,0,0,'2017-02-13 07:53:14'); -INSERT INTO `marker` VALUES (60,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',110.3125,-166,0,0,0,'2017-02-13 07:53:52'); -INSERT INTO `marker` VALUES (61,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',109.71875,-165.578125,0,0,0,'2017-02-13 07:54:14'); -INSERT INTO `marker` VALUES (62,1900,NULL,2,1901,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',109.625,-165.40625,0,0,0,'2017-02-13 07:54:29'); -INSERT INTO `marker` VALUES (63,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',109.3125,-165.375,0,0,1,'2017-02-13 07:56:09'); -INSERT INTO `marker` VALUES (64,1901,NULL,2,1904,3,'Traveler's Bow','(Needs confirmation.)',115.046875,-158.6953125,0,0,0,'2017-02-13 08:03:39'); -INSERT INTO `marker` VALUES (65,1900,NULL,2,1901,3,'Mineral Deposit','Outside of the dilapidated house, containing 2 Rock Salts.',110.75,-166.015625,0,0,1,'2017-02-13 12:00:57'); -INSERT INTO `marker` VALUES (66,1900,NULL,2,1901,3,'Campfire','(Unlit.)',107.921875,-164.734375,0,0,1,'2017-02-13 08:17:16'); -INSERT INTO `marker` VALUES (67,1900,NULL,2,1930,3,'White Chuchu','',107.875,-163.640625,0,0,1,'2017-02-13 08:18:27'); -INSERT INTO `marker` VALUES (68,1900,NULL,2,1901,3,'Campfire','Unlit.',107.78125,-163.34375,0,0,1,'2017-02-13 08:20:41'); -INSERT INTO `marker` VALUES (69,1900,NULL,2,1930,3,'White Chuchu','Two White Chuchus are found here.',107.65625,-163.203125,0,0,1,'2017-02-13 08:21:30'); -INSERT INTO `marker` VALUES (70,1900,NULL,2,1930,3,'White Chuchu','Two White Chuchus',106.40625,-162.859375,0,0,1,'2017-02-13 08:22:22'); -INSERT INTO `marker` VALUES (71,1901,NULL,2,1931,3,'Bokoblin Camp','',105.26171875,-156.01171875,0,0,1,'2017-02-13 08:24:15'); -INSERT INTO `marker` VALUES (72,1900,NULL,2,1901,3,'Cooking Pot','Unlit',103.15625,-161.5625,0,0,1,'2017-02-13 12:59:42'); -INSERT INTO `marker` VALUES (73,1900,NULL,2,1901,3,'Cooking Pot','Unlit',112.734375,-160.015625,0,0,1,'2017-02-13 08:31:42'); -INSERT INTO `marker` VALUES (74,1900,NULL,2,1901,3,'Campfire','Lit',112.9375,-160,0,0,1,'2017-02-13 08:31:31'); -INSERT INTO `marker` VALUES (75,1900,NULL,2,1930,3,'Bokoblin','Two red Bokoblins (NOT a campsite)',114.328125,-160.5,0,0,1,'2017-02-13 08:32:59'); -INSERT INTO `marker` VALUES (76,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',114.796875,-161.828125,0,0,1,'2017-02-13 08:43:24'); -INSERT INTO `marker` VALUES (77,1900,NULL,2,1930,3,'Keese','Two Keese appear here at night.',115.140625,-161.921875,0,0,0,'2017-02-13 08:44:07'); -INSERT INTO `marker` VALUES (78,1900,NULL,2,1930,3,'Keese','Two Keese appear here at night.',115.109375,-161.375,0,0,1,'2017-02-13 08:44:23'); -INSERT INTO `marker` VALUES (79,1900,NULL,2,1901,3,'Boulder','Two pushable boulders are situated on a ledge here.',115.171875,-160.90625,0,0,1,'2017-02-13 08:45:45'); -INSERT INTO `marker` VALUES (80,1900,NULL,2,1930,3,'Chuchu','Two Chuchus appear here.',116.0625,-161.0625,0,0,1,'2017-02-13 08:46:53'); -INSERT INTO `marker` VALUES (81,1900,NULL,2,1913,3,'Hyrule Herb','Two Hyrule Herbs grow here.',115.453125,-161.21875,0,0,1,'2017-02-16 04:12:21'); -INSERT INTO `marker` VALUES (82,1900,NULL,2,1930,3,'Keese','Three Keese appear here at night.',117.3125,-160.078125,0,0,1,'2017-02-13 08:53:55'); -INSERT INTO `marker` VALUES (83,1901,NULL,2,1923,3,'Great Plateau Tower','BEFORE HACK',119.28125,-154.5,0,0,0,'2017-02-13 08:54:39'); -INSERT INTO `marker` VALUES (84,1900,NULL,2,1931,3,'Bokoblin Camp','Three red Bokoblins\r\nOne blue Bokoblin\r\nOne Keese',117.171875,-164.09375,0,0,1,'2017-02-13 09:48:08'); -INSERT INTO `marker` VALUES (85,1900,NULL,2,1901,3,'Raft','',109.6875,-166.328125,0,0,1,'2017-02-13 08:56:17'); -INSERT INTO `marker` VALUES (86,1900,NULL,2,1930,3,'Bokoblin','Two red Bokoblins appear here.',118.140625,-160.859375,0,0,1,'2017-02-13 08:57:29'); -INSERT INTO `marker` VALUES (87,1900,NULL,2,1915,3,'Courser Bee Honey','',117.140625,-166.859375,0,0,1,'2017-02-13 09:04:32'); -INSERT INTO `marker` VALUES (88,1900,NULL,2,1931,3,'Bokoblin Camp','',117.484375,-166.890625,0,0,1,'2017-02-13 09:05:02'); -INSERT INTO `marker` VALUES (89,1900,NULL,2,1901,3,'Campfire','Lit',117.46875,-166.875,0,0,1,'2017-02-13 09:05:23'); -INSERT INTO `marker` VALUES (90,1900,NULL,2,1905,3,'Boko Shield','',117.46875,-166.875,0,0,0,'2017-02-13 09:07:48'); -INSERT INTO `marker` VALUES (91,1900,NULL,2,1903,3,'Boko Club','',117.375,-167.453125,0,0,0,'2017-02-13 09:08:21'); -INSERT INTO `marker` VALUES (92,1900,NULL,2,1904,3,'Boko Bow','',117.46875,-166.890625,0,0,0,'2017-02-13 09:08:09'); -INSERT INTO `marker` VALUES (93,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins appear here at night.',116.21875,-170.203125,0,0,1,'2017-02-13 09:11:26'); -INSERT INTO `marker` VALUES (94,1900,NULL,2,1930,3,'Keese','Three Keese appear here at night.',115.65625,-169.921875,0,0,1,'2017-02-13 09:12:17'); -INSERT INTO `marker` VALUES (95,1900,NULL,2,1914,3,'Stamella Shroom','',115.359375,-170.046875,0,0,1,'2017-02-13 09:13:52'); -INSERT INTO `marker` VALUES (96,1900,NULL,2,1914,3,'Endura Shroom','Two Endura Shrooms',115.71875,-170.375,0,0,1,'2017-02-28 22:40:25'); -INSERT INTO `marker` VALUES (97,1900,NULL,2,1903,3,'Torch','',112.8125,-159.90625,0,0,0,'2017-02-13 09:21:40'); -INSERT INTO `marker` VALUES (98,1900,NULL,2,1901,3,'Boulder','',116.390625,-161.734375,0,0,1,'2017-02-13 09:38:38'); -INSERT INTO `marker` VALUES (99,1900,NULL,2,1901,3,'Explosive Barrel','Four Explosive Barrels are located here.',116.703125,-161.890625,0,0,1,'2017-02-13 09:46:45'); -INSERT INTO `marker` VALUES (100,1900,NULL,2,1931,3,'Bokoblin Camp','Two red Bokoblins appear here. The Campfire is lit.',116.625,-162.265625,0,0,1,'2017-02-13 09:42:07'); -INSERT INTO `marker` VALUES (101,1900,NULL,2,1911,3,'Seared Steak','Over the Campfire.',116.921875,-162.46875,0,0,1,'2017-02-16 04:10:01'); -INSERT INTO `marker` VALUES (102,1900,NULL,2,1930,3,'Keese','Two Keese appear here at night.',117.40625,-163.25,0,0,1,'2017-02-13 09:44:52'); -INSERT INTO `marker` VALUES (103,1900,NULL,2,1901,3,'Explosive Barrel','Five Explosive Barrels are located here.',117.375,-164.046875,0,0,1,'2017-02-13 09:46:27'); -INSERT INTO `marker` VALUES (104,1900,NULL,2,1915,3,'Sizzlewing Butterfly','',118,-164.125,0,0,1,'2017-02-13 09:49:15'); -INSERT INTO `marker` VALUES (105,1900,NULL,2,1901,3,'Pigeon','Two pigeons appear here',120.234375,-163.65625,0,0,1,'2017-02-13 09:51:03'); -INSERT INTO `marker` VALUES (107,1900,NULL,2,1915,3,'Sizzlewing Butterfly','',118.03125,-166.65625,0,0,1,'2017-02-13 10:01:25'); -INSERT INTO `marker` VALUES (108,1900,NULL,2,1914,3,'Endura Shroom','Three (total) Endura Shrooms along multiple trees.',115.046875,-170.40625,0,0,1,'2017-02-28 22:47:08'); -INSERT INTO `marker` VALUES (109,1900,NULL,2,1915,3,'Apple','',114.265625,-170.8125,0,0,0,'2017-02-13 10:06:56'); -INSERT INTO `marker` VALUES (110,1900,NULL,2,1915,3,'Apple','',113.84375,-170.609375,0,0,1,'2017-02-13 10:07:30'); -INSERT INTO `marker` VALUES (111,1900,NULL,2,1901,3,'Pigeon','Two pigeons',113.984375,-170.3125,0,0,1,'2017-02-13 10:08:42'); -INSERT INTO `marker` VALUES (112,1900,NULL,2,1915,3,'Hightail Lizard','',114.390625,-170.390625,0,0,0,'2017-02-13 10:09:08'); -INSERT INTO `marker` VALUES (113,1900,NULL,2,1915,3,'Hightail Lizard','',114.125,-170.0625,0,0,1,'2017-02-13 10:09:50'); -INSERT INTO `marker` VALUES (114,1900,NULL,2,1901,3,'Cooking Pot','Lit',114.25,-169.859375,0,0,1,'2017-02-13 10:10:12'); -INSERT INTO `marker` VALUES (115,1900,NULL,2,1903,3,'Torch','',114.359375,-169.984375,0,0,0,'2017-02-13 10:10:51'); -INSERT INTO `marker` VALUES (116,1900,NULL,2,1903,3,'Farmer's Pitchfork','',114.296875,-169.796875,0,0,0,'2017-02-13 10:11:20'); -INSERT INTO `marker` VALUES (117,1900,NULL,2,1901,3,'Woodcutter's Axe','',114.421875,-169.640625,0,0,1,'2017-02-13 10:11:58'); -INSERT INTO `marker` VALUES (118,1900,NULL,2,1913,3,'Spicy Pepper','Inside Pot.',114.4375,-169.640625,0,0,1,'2017-02-16 04:14:52'); -INSERT INTO `marker` VALUES (119,1900,NULL,2,1914,3,'Stamella Shroom','',114.4375,-169.671875,0,0,1,'2017-02-13 10:12:50'); -INSERT INTO `marker` VALUES (120,1900,NULL,2,1901,3,'Baked Apple','',114.421875,-169.671875,0,0,1,'2017-02-13 10:13:22'); -INSERT INTO `marker` VALUES (121,1900,NULL,2,1914,3,'Endura Shroom','',114.359375,-170.140625,0,0,1,'2017-02-28 22:39:03'); -INSERT INTO `marker` VALUES (122,1900,NULL,2,1905,3,'Pot Lid','',114.375,-170,0,0,0,'2017-02-13 10:14:38'); -INSERT INTO `marker` VALUES (123,1900,NULL,2,1914,3,'Stamella Shroom','',113.015625,-170.65625,0,0,0,'2017-02-13 10:16:19'); -INSERT INTO `marker` VALUES (124,1900,NULL,2,1914,3,'Stamella Shroom','',112.59375,-170.609375,0,0,1,'2017-02-28 22:37:49'); -INSERT INTO `marker` VALUES (125,1900,NULL,2,1930,3,'Bokoblin','Two red Bokoblins',112.609375,-171.203125,0,0,1,'2017-02-13 10:18:36'); -INSERT INTO `marker` VALUES (126,1900,NULL,2,1915,3,'Apple','Eight Apples',112.609375,-171.09375,0,0,1,'2017-02-13 10:18:58'); -INSERT INTO `marker` VALUES (127,1900,NULL,2,1901,3,'Cracked Wall','',111.40625,-171.34375,0,0,1,'2017-02-13 10:19:56'); -INSERT INTO `marker` VALUES (128,1901,NULL,2,1925,3,'Owa Daim Shrine','BEFORE HACK',113.60546875,-164.26171875,0,0,0,'2017-02-13 10:22:44'); -INSERT INTO `marker` VALUES (129,1901,NULL,2,1931,3,'Bokoblin Camp','',113.8671875,-162.64453125,0,0,1,'2017-02-13 10:25:26'); -INSERT INTO `marker` VALUES (130,1900,NULL,2,1915,3,'Hightail Lizard','',114,-167.09375,0,0,1,'2017-02-13 10:26:31'); -INSERT INTO `marker` VALUES (131,1900,NULL,2,1901,3,'Mineral Deposit','A mineral deposit resembling a cairn rests at Mount Hylia's peak.',106.1875,-169.203125,0,0,1,'2017-02-13 10:44:37'); -INSERT INTO `marker` VALUES (132,1900,NULL,2,1906,3,'Quilted Shirt','Obtained from the Old Man.',106.1875,-169.171875,0,0,1,'2017-02-13 10:45:03'); -INSERT INTO `marker` VALUES (133,1900,NULL,2,1931,3,'Bokoblin Camp','Four red Bokoblins, one is atop a platform.',103.640625,-158.640625,0,0,1,'2017-02-13 13:27:23'); -INSERT INTO `marker` VALUES (134,1900,NULL,2,1903,3,'Fire Rod','Inside a Treasure Chest (which can be opened at any time).',103.96875,-158.921875,0,0,0,'2017-02-13 13:29:15'); -INSERT INTO `marker` VALUES (135,1900,NULL,2,1901,3,'Explosive Barrel','Unknown number',103.8125,-158.65625,0,0,1,'2017-02-13 10:49:50'); -INSERT INTO `marker` VALUES (136,1901,NULL,2,1931,3,'Bokoblin Camp','Five red Bokoblins, two are atop platforms.',108.875,-153.73046875,0,0,1,'2017-02-13 13:22:47'); -INSERT INTO `marker` VALUES (137,1900,NULL,2,1915,3,'Sizzlewing Butterfly','Two Sizzlewing Butterflies',112.21875,-167.890625,0,0,1,'2017-02-13 10:54:46'); -INSERT INTO `marker` VALUES (138,1900,NULL,2,1931,3,'Bokoblin Camp','Three red Bokoblins',111.34375,-167.65625,0,0,1,'2017-02-13 10:58:16'); -INSERT INTO `marker` VALUES (139,1900,NULL,2,1901,3,'Treasure Chest','Unknown contents.',111.296875,-167.546875,0,0,1,'2017-02-13 10:58:45'); -INSERT INTO `marker` VALUES (140,1901,NULL,2,1916,3,'Korok Seed','',114.125,-157.51953125,0,0,0,'2017-02-13 11:01:10'); -INSERT INTO `marker` VALUES (141,1901,NULL,2,1933,3,'Stone Talus','',110.97265625,-154.0234375,0,0,1,'2017-02-13 11:05:43'); -INSERT INTO `marker` VALUES (142,1900,NULL,2,1914,3,'Hylian Shroom','Four Hylian Shrooms',109.265625,-159.65625,0,0,1,'2017-02-28 21:57:42'); -INSERT INTO `marker` VALUES (143,1901,NULL,2,1931,3,'Bokoblin Camp','',112.7890625,-152.52734375,0,0,1,'2017-02-28 04:13:11'); -INSERT INTO `marker` VALUES (144,1900,NULL,2,1904,3,'Fire Arrow','Unknown quanitity',114.75,-158.125,0,0,0,'2017-02-13 11:11:05'); -INSERT INTO `marker` VALUES (145,1900,NULL,2,1904,3,'Ice Arrow','Unknown quantity',114.75,-158.0625,0,0,0,'2017-02-13 11:11:20'); -INSERT INTO `marker` VALUES (146,1901,NULL,2,1903,3,'Rusty Broadsword','Reference to the fake Master Swords in ALttP',114.1171875,-157.84375,0,0,0,'2017-02-13 11:15:11'); -INSERT INTO `marker` VALUES (147,1900,NULL,2,1901,3,'Mineral Deposit','Two mineral deposits, one contains Flint, the other contains a Topaz and an Amber.',110.921875,-171.171875,0,0,1,'2017-02-13 11:43:30'); -INSERT INTO `marker` VALUES (148,1901,NULL,2,1904,3,'Traveler's Bow','Inside a Treasure Chest beneath a Boulder. This one has increased Durability.',113.32421875,-164.359375,0,0,0,'2017-02-13 11:38:18'); -INSERT INTO `marker` VALUES (149,1900,NULL,2,1901,3,'Mineral Deposit','Two mineral deposits are located here. One contains a Sapphire and Flint, the other contains an Amber.',108.265625,-171.1875,0,0,1,'2017-02-13 11:47:03'); -INSERT INTO `marker` VALUES (150,1901,NULL,2,1924,3,'Shrine of Resurrection','BEFORE HACK',110.8359375,-157.4453125,0,0,0,'2017-03-06 18:31:37'); -INSERT INTO `marker` VALUES (151,1900,NULL,2,1903,3,'Tree Branch','',109.8125,-162.796875,0,0,0,'2017-02-13 11:49:25'); -INSERT INTO `marker` VALUES (152,1900,NULL,2,1903,3,'Tree Branch','There are two Tree Branches near the cliff here.',110.046875,-162.875,0,0,0,'2017-02-13 11:53:22'); -INSERT INTO `marker` VALUES (153,1900,NULL,2,1901,3,'Tree Branch','There are two Tree Branches near the cliff here.',110.609375,-162.359375,0,0,1,'2017-02-13 11:53:37'); -INSERT INTO `marker` VALUES (154,1900,NULL,2,1915,3,'Hearty Truffle','',109.984375,-162.203125,0,0,0,'2017-02-13 11:54:23'); -INSERT INTO `marker` VALUES (155,1900,NULL,2,1914,3,'Hylian Shroom','Three Hylian Shrooms.',110.25,-162.09375,0,0,1,'2017-02-28 22:10:45'); -INSERT INTO `marker` VALUES (156,1900,NULL,2,1914,3,'Hearty Truffle','',109.875,-162.234375,0,0,0,'2017-02-28 22:06:46'); -INSERT INTO `marker` VALUES (157,1900,NULL,2,1901,3,'Boar','',109.828125,-162.6875,0,0,1,'2017-02-13 11:56:18'); -INSERT INTO `marker` VALUES (158,1900,NULL,2,1901,3,'Campfire','Unlit',109.890625,-165.640625,0,0,1,'2017-02-13 11:59:00'); -INSERT INTO `marker` VALUES (159,1900,NULL,2,1901,3,'Cooking Pot','Unlit',110.125,-165.578125,0,0,1,'2017-02-13 12:00:06'); -INSERT INTO `marker` VALUES (160,1900,NULL,2,1930,3,'Keese','Three Keese appear here at night.',108.1875,-164.875,0,0,1,'2017-02-13 12:03:38'); -INSERT INTO `marker` VALUES (161,1900,NULL,2,1913,3,'Spicy Pepper','Nine Spicy Peppers among three plants underneath the tree fort.',103.015625,-162.28125,0,0,1,'2017-02-16 04:16:01'); -INSERT INTO `marker` VALUES (162,1900,NULL,2,1914,3,'Stamella Shroom','Underneath the tree fort.',103.203125,-161.78125,0,0,1,'2017-02-28 22:14:27'); -INSERT INTO `marker` VALUES (163,1900,NULL,2,1914,3,'Hylian Shroom','Two Hylian Shrooms underneath the tree fort.',103.140625,-161.890625,0,0,1,'2017-02-13 12:58:49'); -INSERT INTO `marker` VALUES (164,1900,NULL,2,1903,3,'Torch','Underneath the tree fort.',103.15625,-161.90625,0,0,0,'2017-02-13 12:59:08'); -INSERT INTO `marker` VALUES (165,1900,NULL,2,1901,3,'Campfire','Lit',103.140625,-161.625,0,0,1,'2017-02-13 12:59:56'); -INSERT INTO `marker` VALUES (166,1900,NULL,2,1901,3,'Pigeon','',112.65625,-159.828125,0,0,1,'2017-02-13 13:01:03'); -INSERT INTO `marker` VALUES (167,1900,NULL,2,1914,3,'Hearty Truffle','',112.828125,-159.875,0,0,1,'2017-02-13 13:02:53'); -INSERT INTO `marker` VALUES (168,1900,NULL,2,1901,3,'THIS CLEARING IS THE REAL SPOT','',112.8125,-161.09375,0,0,1,'2017-02-13 13:04:14'); -INSERT INTO `marker` VALUES (169,1900,NULL,2,1901,3,'Boar','',111.609375,-160.625,0,0,1,'2017-02-13 13:04:26'); -INSERT INTO `marker` VALUES (170,1900,NULL,2,1901,3,'Cracked Wall','',110.0625,-161.96875,0,0,1,'2017-02-13 13:05:37'); -INSERT INTO `marker` VALUES (171,1900,NULL,2,1903,3,'Tree Branch','',110.578125,-161.234375,0,0,0,'2017-02-13 13:06:50'); -INSERT INTO `marker` VALUES (172,1900,NULL,2,1915,3,'Acorn','Two Acorns.',110.09375,-160.9375,0,0,1,'2017-02-28 22:04:26'); -INSERT INTO `marker` VALUES (173,1900,NULL,2,1914,3,'Hylian Shroom','At the base of a tree.',109.125,-160.203125,0,0,1,'2017-02-28 22:11:05'); -INSERT INTO `marker` VALUES (174,1900,NULL,2,1915,3,'Courser Bee Honey','',110,-159.203125,0,0,1,'2017-02-13 13:11:51'); -INSERT INTO `marker` VALUES (175,1900,NULL,2,1915,3,'Apple','Two Apples on a tree.',110.078125,-159.1875,0,0,1,'2017-02-13 13:12:25'); -INSERT INTO `marker` VALUES (176,1900,NULL,2,1901,3,'Unknown Material','Pink flower, unidentified',109.390625,-158.890625,0,0,1,'2017-02-13 13:15:59'); -INSERT INTO `marker` VALUES (177,1900,NULL,2,1914,3,'Hearty Truffle','Two Hearty Truffles inside a hollow stump.',108.890625,-159.03125,0,0,1,'2017-02-28 22:12:10'); -INSERT INTO `marker` VALUES (178,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',108.1875,-158.875,0,0,1,'2017-02-13 13:18:18'); -INSERT INTO `marker` VALUES (179,1900,NULL,2,1915,3,'Blue Nightshade','',108.140625,-158.953125,0,0,1,'2017-02-13 13:18:52'); -INSERT INTO `marker` VALUES (180,1900,NULL,2,1911,3,'Seared Steak','On the spit in the camp.',107.609375,-159.421875,0,0,1,'2017-02-16 04:09:42'); -INSERT INTO `marker` VALUES (181,1900,NULL,2,1903,3,'Boko Club','',107.59375,-159.4375,0,0,0,'2017-02-13 13:20:37'); -INSERT INTO `marker` VALUES (182,1900,NULL,2,1905,3,'Boko Shield','',107.578125,-159.421875,0,0,0,'2017-02-13 13:20:59'); -INSERT INTO `marker` VALUES (183,1900,NULL,2,1901,3,'Tower','Just a tower that Link can climb.',106.125,-158.203125,0,0,1,'2017-02-13 13:23:42'); -INSERT INTO `marker` VALUES (184,1900,NULL,2,1901,3,'Campfire','Lit',104.53125,-159.0625,0,0,0,'2017-02-13 13:25:26'); -INSERT INTO `marker` VALUES (185,1901,NULL,2,1901,3,'Campfire','Lit',106.4296875,-153.3203125,0,0,1,'2017-02-13 13:26:08'); -INSERT INTO `marker` VALUES (186,1900,NULL,2,1913,3,'Hyrule Herb','Three Hyrule Herbs.',104.03125,-157.96875,0,0,1,'2017-02-16 04:12:32'); -INSERT INTO `marker` VALUES (187,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,1,'2017-02-13 13:57:29'); -INSERT INTO `marker` VALUES (188,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,0,'2017-02-13 13:57:30'); -INSERT INTO `marker` VALUES (189,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,0,'2017-02-13 13:57:34'); -INSERT INTO `marker` VALUES (190,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,0,'2017-02-13 15:38:58'); -INSERT INTO `marker` VALUES (191,1900,NULL,2,1901,3,'Campfire','Lit',103.546875,-158.359375,0,0,1,'2017-02-13 19:23:58'); -INSERT INTO `marker` VALUES (192,1900,NULL,2,1901,3,'Boulder','Two Boulders atop the cliff.',103.640625,-158.421875,0,0,1,'2017-02-13 19:24:26'); -INSERT INTO `marker` VALUES (193,1900,NULL,2,1901,3,'Tower','Just a tower for Link to climb.',103.21875,-160.734375,0,0,1,'2017-02-13 19:33:50'); -INSERT INTO `marker` VALUES (194,1901,NULL,2,1931,3,'Bokoblin Camp','Three red Bokoblins. Campfire is lit.',106.21875,-159.21484375,0,0,1,'2017-02-13 19:42:05'); -INSERT INTO `marker` VALUES (195,1901,NULL,2,1903,3,'Boko Club','',106.2421875,-159.40234375,0,0,0,'2017-02-13 19:41:31'); -INSERT INTO `marker` VALUES (196,1901,NULL,2,1911,3,'Seared Steak','On spit above Campfire.',106.3828125,-159.30078125,0,0,1,'2017-02-16 04:10:27'); -INSERT INTO `marker` VALUES (197,1901,NULL,2,1901,3,'Explosive Barrel','Two Explosive Barrels.',106.3984375,-159,0,0,1,'2017-02-13 19:43:48'); -INSERT INTO `marker` VALUES (198,1900,NULL,2,1930,3,'Stal Bokoblin','Appears here at night.',104.15625,-165.109375,0,0,1,'2017-02-13 19:49:04'); -INSERT INTO `marker` VALUES (199,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins appear here at night.',104.28125,-165.921875,0,0,1,'2017-02-13 19:50:00'); -INSERT INTO `marker` VALUES (200,1901,NULL,2,1916,3,'Korok Seed','DELETE',106.921875,-162.921875,0,0,0,'2017-03-14 06:25:22'); -INSERT INTO `marker` VALUES (201,1900,NULL,2,1915,3,'Sizzlewing Butterfly','',109.9375,-162.046875,0,0,1,'2017-02-28 22:09:48'); -INSERT INTO `marker` VALUES (202,1900,NULL,2,1901,3,'Boar','Three Boars.',112.84375,-161.625,0,0,1,'2017-02-13 20:40:05'); -INSERT INTO `marker` VALUES (203,1900,NULL,2,1914,3,'Hylian Shroom','',113.78125,-161.34375,0,0,1,'2017-02-27 14:40:12'); -INSERT INTO `marker` VALUES (204,1900,NULL,2,1906,3,'Hylian Trousers','Inside a Treasure Chest.',113.796875,-162.84375,0,0,0,'2017-02-13 20:42:17'); -INSERT INTO `marker` VALUES (205,1900,NULL,2,1930,3,'Bokoblin','Red Bokoblin.',113.90625,-162.6875,0,0,0,'2017-02-13 20:42:32'); -INSERT INTO `marker` VALUES (206,1900,NULL,2,1901,3,'Pigeon','',113.4375,-166.4375,0,0,1,'2017-02-13 20:43:42'); -INSERT INTO `marker` VALUES (207,1900,NULL,2,1930,3,'Bokoblin','Red Bokoblin.',114.3125,-164.640625,0,0,1,'2017-02-13 20:45:06'); -INSERT INTO `marker` VALUES (208,1901,NULL,2,1936,3,'Cracked Wall','',120.6796875,-159.11328125,0,0,1,'2017-03-09 01:39:30'); -INSERT INTO `marker` VALUES (210,1900,NULL,2,1915,3,'Sunset Firefly','Six Sunset Fireflies appear here at night.',112.546875,-171,0,0,1,'2017-02-13 21:03:08'); -INSERT INTO `marker` VALUES (211,1900,NULL,2,1914,3,'Hearty Truffle','Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.\r\nAdditional Effect: Restores 2 hearts.',112.375,-170.765625,0,0,1,'2017-02-27 10:23:35'); -INSERT INTO `marker` VALUES (212,1900,NULL,2,1914,3,'Rushroom','Four dotting the cliff side.',112.703125,-171.015625,0,0,1,'2017-02-28 22:17:47'); -INSERT INTO `marker` VALUES (213,1900,NULL,2,1930,3,'Bokoblin','Red Bokoblin.',115.375,-163.046875,0,0,1,'2017-02-13 21:20:11'); -INSERT INTO `marker` VALUES (214,1900,NULL,2,1906,3,'Hylian Trousers','Inside a Treasure Chest.',115.453125,-162.78125,0,0,1,'2017-02-13 21:20:38'); -INSERT INTO `marker` VALUES (215,1900,NULL,2,1904,3,'Fire Arrow x5','Locked inside a Treasure Chest that is unlocked after all the Bokoblins have been cleared.',117.2734375,-164.140625,0,0,0,'2017-02-28 22:50:20'); -INSERT INTO `marker` VALUES (216,1900,NULL,2,1901,3,'Serenne Stable','',107.25,-98.125,0,0,1,'2017-02-28 18:04:26'); -INSERT INTO `marker` VALUES (217,1900,NULL,2,1923,3,'Sheikah Tower','BEFORE HACK',98.625,-92.5,0,0,0,'2017-02-13 21:37:04'); -INSERT INTO `marker` VALUES (218,1901,NULL,2,1925,2,'Ke Numut Shrine','BEFORE HACK',105.5234375,-159.125,0,0,0,'2017-02-14 00:24:39'); -INSERT INTO `marker` VALUES (219,1900,NULL,2,1901,4,'dasd','dsad',180,-112,0,0,0,'2017-02-14 14:26:34'); -INSERT INTO `marker` VALUES (220,1900,NULL,2,1930,3,'Stal Bokoblin','Two Stal Bokoblins appear here at night.',120.78125,-164.203125,0,0,1,'2017-02-15 19:40:40'); -INSERT INTO `marker` VALUES (221,1900,NULL,2,1901,3,'Pigeon','Two pigeons.',110.8125,-167.7578125,0,0,1,'2017-02-17 10:06:17'); -INSERT INTO `marker` VALUES (222,1900,NULL,2,1916,3,'Korok Seed','Given by Linder.',111.91015625,-160.76953125,0,0,0,'2017-02-17 11:10:10'); -INSERT INTO `marker` VALUES (223,1901,NULL,2,1916,3,'Korok Seed','Given by Oakin',112.6640625,-153.7109375,0,0,0,'2017-02-17 11:13:26'); -INSERT INTO `marker` VALUES (224,1901,NULL,2,1916,3,'Korok Seed','Given by Olivio, underneath a Rock.',115.109375,-152.1640625,0,0,0,'2017-02-17 11:26:22'); -INSERT INTO `marker` VALUES (225,1901,NULL,2,1931,3,'Bokoblin Camp','Four red Bokoblins, one is atop a platform.',119.1484375,-152.8203125,0,0,1,'2017-02-17 11:31:07'); -INSERT INTO `marker` VALUES (227,1901,NULL,2,1916,5,'Korok Seed','',115.328125,-158.74609375,0,0,0,'2017-03-01 17:44:19'); -INSERT INTO `marker` VALUES (228,1901,NULL,2,1920,5,'Hyrule Castle','',124.078125,-111.453125,0,0,1,'2017-03-11 23:24:18'); -INSERT INTO `marker` VALUES (229,1901,NULL,2,1935,2,'Hestu','Hestu Location',159.875,-150.4296875,0,0,1,'2017-03-05 03:35:20'); -INSERT INTO `marker` VALUES (230,1901,NULL,2,1921,2,'Kakariko Village','BEFORE HACK',156.9921875,-143.6328125,0,0,0,'2017-03-02 20:17:38'); -INSERT INTO `marker` VALUES (232,1901,NULL,2,1916,1,'Korok','Melt the Ice Rock to find one more Korok',104.50390625,-158.0390625,0,0,0,'2017-03-03 05:01:11'); -INSERT INTO `marker` VALUES (233,1901,NULL,2,1915,1,'Amber','',107.875,-162.69921875,0,0,1,'2017-03-03 05:10:36'); -INSERT INTO `marker` VALUES (234,1901,NULL,2,1930,1,'White Chuchu x 2','',108.46875,-160.15234375,0,0,1,'2017-03-03 05:14:13'); -INSERT INTO `marker` VALUES (235,1901,NULL,2,1930,1,'White Chuchu x 2','',107.2265625,-159.41015625,0,0,1,'2017-03-03 05:15:07'); -INSERT INTO `marker` VALUES (236,1901,NULL,2,1925,1,'Dah Kaso Shrine','BEFORE HACK',101.46875,-154.62890625,0,0,0,'2017-03-03 05:22:47'); -INSERT INTO `marker` VALUES (237,1901,NULL,2,1925,1,'Jee Noh Shrine','BEFORE HACK',99.9765625,-165.8125,0,0,0,'2017-03-03 05:23:56'); -INSERT INTO `marker` VALUES (238,1901,NULL,2,1923,1,'Wasteland Tower','BEFORE HACK',91.9140625,-166.05859375,0,0,0,'2017-03-03 05:24:26'); -INSERT INTO `marker` VALUES (239,1901,NULL,2,1923,1,'Lake Tower','BEFORE HACK',127.5234375,-174.2890625,0,0,0,'2017-03-03 05:25:07'); -INSERT INTO `marker` VALUES (240,1901,NULL,2,1923,1,'Faron Tower','BEFORE HACK',148.796875,-179.1171875,0,0,0,'2017-03-03 05:25:41'); -INSERT INTO `marker` VALUES (241,1901,NULL,2,1901,1,'Hateno Ancient Tech Lab','',187.0703125,-161.2265625,0,0,1,'2017-03-03 05:26:20'); -INSERT INTO `marker` VALUES (242,1901,NULL,2,1925,1,'Myahm Agana Shrine','BEFORE HACK',180.90625,-162.5859375,0,0,0,'2017-03-03 05:27:01'); -INSERT INTO `marker` VALUES (243,1901,NULL,2,1923,1,'Hateno Tower','BEFORE HACK',170.78125,-161.40234375,0,0,0,'2017-03-03 05:27:43'); -INSERT INTO `marker` VALUES (244,1901,NULL,2,1925,1,'Ha Dahamar Shrine','BEFORE HACK',153.9609375,-157.98046875,0,0,0,'2017-03-03 05:28:22'); -INSERT INTO `marker` VALUES (245,1901,NULL,2,1925,1,'Ta'loh Naeg Shrine','BEFORE HACK',156.79296875,-141.86328125,0,0,0,'2017-03-03 05:29:19'); -INSERT INTO `marker` VALUES (246,1901,NULL,2,1923,1,'Dueling Peaks Tower','BEFORE HACK',143.8984375,-154.84375,0,0,0,'2017-03-03 05:29:52'); -INSERT INTO `marker` VALUES (247,1901,NULL,2,1925,1,'Ree Dahee Shrine','BEFORE HACK',147.98046875,-156.98828125,0,0,0,'2017-03-11 03:52:48'); -INSERT INTO `marker` VALUES (248,1901,NULL,2,1923,1,'Central Tower','BEFORE HACK',115.68359375,-134.91015625,0,0,0,'2017-03-03 05:31:11'); -INSERT INTO `marker` VALUES (249,1901,NULL,2,1923,1,'Woodland Tower','BEFORE HACK',141.7890625,-102.9453125,0,0,0,'2017-03-03 05:31:46'); -INSERT INTO `marker` VALUES (250,1901,NULL,2,1925,1,'Mirro Shaz Shrine','BEFORE HACK',147.2265625,-109.09375,0,0,0,'2017-03-03 05:32:23'); -INSERT INTO `marker` VALUES (251,1901,NULL,2,1925,1,'Soh Kofi Shrine','BEFORE HACK',162.9609375,-123.453125,0,0,0,'2017-03-03 05:33:08'); -INSERT INTO `marker` VALUES (252,1901,NULL,2,1923,1,'Lanayru Tower','BEFORE HACK',163.28125,-126.30859375,0,0,0,'2017-03-03 05:33:31'); -INSERT INTO `marker` VALUES (253,1901,NULL,2,1925,1,'Daka Tuss Shrine','BEFORE HACK',152.9921875,-135.28125,0,0,0,'2017-03-03 05:34:04'); -INSERT INTO `marker` VALUES (254,1901,NULL,2,1930,1,'Lynel','',188.21484375,-119.38671875,0,0,1,'2017-03-03 07:06:42'); -INSERT INTO `marker` VALUES (255,1901,NULL,2,1926,1,'Divine Beast Vah Ruta','',185,-125.28125,0,0,1,'2017-03-03 07:08:15'); -INSERT INTO `marker` VALUES (256,1901,NULL,2,1925,1,'Monya Toma Shrine','BEFORE HACK',104.74609375,-104.984375,0,0,0,'2017-03-03 15:11:44'); -INSERT INTO `marker` VALUES (257,1901,NULL,2,1923,1,'Ridgeland Tower','BEFORE HACK',100.5703125,-115.8671875,0,0,0,'2017-03-03 15:27:49'); -INSERT INTO `marker` VALUES (258,1901,NULL,2,1925,2,'Bosh Kala Shrine','BEFORE HACK',129.3203125,-153.9140625,0,0,0,'2017-03-04 04:32:11'); -INSERT INTO `marker` VALUES (259,1901,NULL,2,1925,5,'Ya Naga Shrine','BEFORE HACK',122.82421875,-168.640625,0,0,0,'2017-03-04 04:29:00'); -INSERT INTO `marker` VALUES (260,1901,NULL,2,1925,1,'Kaam Ya'tak Shrine','BEFORE HACK',112.8671875,-139.17578125,0,0,0,'2017-03-04 10:24:44'); -INSERT INTO `marker` VALUES (261,1901,NULL,2,1925,1,'Rota Ooh Shrine','BEFORE HACK',103.5625,-148.48828125,0,0,0,'2017-03-04 10:25:27'); -INSERT INTO `marker` VALUES (262,1901,NULL,2,1916,9,'Korok','Hiding underneath a rock at the summit',147.6640625,-156.953125,0,0,0,'2017-03-04 17:12:19'); -INSERT INTO `marker` VALUES (263,1901,NULL,2,1925,9,'Shee Vaneth Shrine','BEFORE HACK',147.45703125,-156.953125,0,0,0,'2017-03-04 17:13:12'); -INSERT INTO `marker` VALUES (264,1901,NULL,2,1925,9,'Shee Vaneer Shrine','BEFORE HACK',147.84375,-158.24609375,0,0,0,'2017-03-04 17:13:46'); -INSERT INTO `marker` VALUES (265,1901,NULL,2,1916,9,'Korok','In the centre of trees. ',151.73046875,-156.8984375,0,0,0,'2017-03-04 17:15:38'); -INSERT INTO `marker` VALUES (266,1901,NULL,2,1925,9,'Dow Na'eh Shrine','BEFORE HACK',170.1015625,-148.96875,0,0,0,'2017-03-04 17:17:50'); -INSERT INTO `marker` VALUES (267,1901,NULL,2,1916,2,'Korok Seed','',185.94140625,-158.375,0,0,0,'2017-03-04 18:45:32'); -INSERT INTO `marker` VALUES (268,1901,NULL,2,1925,1,'Wahgo Katta Shrine','BEFORE HACK',133.41796875,-143.72265625,0,0,0,'2017-03-04 20:46:40'); -INSERT INTO `marker` VALUES (269,1901,NULL,2,1916,1,'Korok Seed','',133.38671875,-147.87109375,0,0,0,'2017-03-04 20:47:32'); -INSERT INTO `marker` VALUES (270,1901,NULL,2,1916,1,'Korok Seed','',132.6640625,-146.82421875,0,0,0,'2017-03-04 20:48:03'); -INSERT INTO `marker` VALUES (271,1901,NULL,2,1925,1,'Hila Rao Shrine','BEFORE HACK',141.3671875,-141.06640625,0,0,0,'2017-03-04 20:57:01'); -INSERT INTO `marker` VALUES (272,1901,NULL,2,1925,12,'Tu Ka'loh Shrine','BEFORE HACK',200.7421875,-70.04296875,0,0,0,'2017-03-04 21:39:56'); -INSERT INTO `marker` VALUES (273,1901,NULL,2,1902,12,'Barbarian Helm','',200.73828125,-70.04296875,0,0,0,'2017-03-04 21:44:39'); -INSERT INTO `marker` VALUES (274,1901,NULL,2,1925,5,'Katah Chuki Shrine','BEFORE HACK',118.0859375,-122.6015625,0,0,0,'2017-03-04 22:37:40'); -INSERT INTO `marker` VALUES (275,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',131.6640625,-148.25,0,0,1,'2017-03-04 22:38:42'); -INSERT INTO `marker` VALUES (276,1901,NULL,2,1936,1,'Cracked Wall','',137.171875,-150.87890625,0,0,1,'2017-03-13 04:39:35'); -INSERT INTO `marker` VALUES (277,1901,NULL,2,1903,1,'Korok Leaf','',140.7734375,-154.45703125,0,0,0,'2017-03-13 04:36:42'); -INSERT INTO `marker` VALUES (278,1901,NULL,2,1931,1,'Enemy Camp','',141.546875,-154.14453125,0,0,1,'2017-03-13 04:36:54'); -INSERT INTO `marker` VALUES (279,1901,NULL,2,1901,1,'Cracked Wall','',148.78515625,-157.19140625,0,0,0,'2017-03-05 00:00:19'); -INSERT INTO `marker` VALUES (280,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',151.6875,-158.5703125,0,0,1,'2017-03-05 00:03:25'); -INSERT INTO `marker` VALUES (281,1901,NULL,2,1901,1,'Chest','',155.02734375,-155.31640625,0,0,0,'2017-03-05 00:18:50'); -INSERT INTO `marker` VALUES (282,1901,NULL,2,1931,1,'','',161.9296875,-149.48828125,0,0,1,'2017-03-05 00:23:47'); -INSERT INTO `marker` VALUES (283,1901,NULL,2,1935,1,'Koko','',156.1796875,-143.85546875,0,0,1,'2017-03-05 01:30:52'); -INSERT INTO `marker` VALUES (284,1901,NULL,2,1935,1,'Flown the Coop','',156.65234375,-143.01953125,0,0,1,'2017-03-05 02:14:19'); -INSERT INTO `marker` VALUES (285,1901,NULL,2,1935,1,'Playtime with Cottla','',157.5546875,-143.02734375,0,0,1,'2017-03-05 02:15:38'); -INSERT INTO `marker` VALUES (286,1901,NULL,2,1938,1,'Dueling Peaks Stable','BEFORE HACK',155.56640625,-158.14453125,0,0,0,'2017-03-05 03:30:19'); -INSERT INTO `marker` VALUES (287,1901,NULL,2,1938,1,'Riverside Stable','BEFORE HACK',133.2890625,-145.1796875,0,0,0,'2017-03-05 03:30:46'); -INSERT INTO `marker` VALUES (288,1901,NULL,2,1938,1,'Outskirt Stable','BEFORE HACK',105.39453125,-147.9140625,0,0,0,'2017-03-05 03:32:13'); -INSERT INTO `marker` VALUES (289,1901,NULL,2,1935,1,'My Hero','',106.21875,-147.91015625,0,0,1,'2017-03-09 04:47:39'); -INSERT INTO `marker` VALUES (290,1901,NULL,2,1935,1,'A Rare Find','',105.515625,-147.75390625,0,0,1,'2017-03-11 07:49:22'); -INSERT INTO `marker` VALUES (291,1901,NULL,2,1935,1,'The Royal White Stallion','',105.5859375,-147.95703125,0,0,1,'2017-03-11 08:49:15'); -INSERT INTO `marker` VALUES (292,1901,NULL,2,1935,1,'Wild Horses','',155.3671875,-158.16015625,0,0,1,'2017-03-05 03:35:03'); -INSERT INTO `marker` VALUES (293,1901,NULL,2,1935,1,'Watch Out for the Flowers','',140.8671875,-141.16015625,0,0,1,'2017-03-05 03:36:15'); -INSERT INTO `marker` VALUES (294,1901,NULL,2,1937,1,'Great Fairy Cotera','',158.9375,-141.203125,0,0,1,'2017-03-05 03:37:28'); -INSERT INTO `marker` VALUES (295,1901,NULL,2,1916,1,'Korok','',155.46484375,-158.00390625,0,0,0,'2017-03-05 03:46:45'); -INSERT INTO `marker` VALUES (296,1901,NULL,2,1935,1,'Misko, the Great Bandit','',155.71484375,-158.16796875,0,0,1,'2017-03-09 06:58:13'); -INSERT INTO `marker` VALUES (297,1901,NULL,2,1916,1,'Korok','',117.76953125,-149.7109375,0,0,0,'2017-03-05 05:43:06'); -INSERT INTO `marker` VALUES (298,1901,NULL,2,1934,1,'Resolve and Grief (#3)','',117.3203125,-147.140625,0,0,0,'2017-03-06 06:28:31'); -INSERT INTO `marker` VALUES (299,1901,NULL,2,1916,1,'','',166.58203125,-135.234375,0,0,0,'2017-03-05 07:58:10'); -INSERT INTO `marker` VALUES (300,1901,NULL,2,1916,1,'','',164.0546875,-139.71484375,0,0,0,'2017-03-05 07:58:52'); -INSERT INTO `marker` VALUES (301,1901,NULL,2,1935,1,'The Crowned Beast','',168.47265625,-134.953125,0,0,1,'2017-03-05 08:24:58'); -INSERT INTO `marker` VALUES (302,1901,NULL,2,1916,1,'Korok','',169.18359375,-133.84375,0,0,0,'2017-03-05 08:02:35'); -INSERT INTO `marker` VALUES (303,1901,NULL,2,1916,1,'','',170.2734375,-136.8671875,0,0,0,'2017-03-05 08:09:23'); -INSERT INTO `marker` VALUES (304,1901,NULL,2,1925,1,'Mezza Lo Shrine','BEFORE HACK',168.9140625,-134.0390625,0,0,0,'2017-03-05 08:24:41'); -INSERT INTO `marker` VALUES (305,1901,NULL,2,1916,1,'Korok','',170.8984375,-125.22265625,0,0,0,'2017-03-05 09:13:19'); -INSERT INTO `marker` VALUES (306,1901,NULL,2,1934,5,'Memory #14 - To Mount Lanayru','',102.53125,-138.796875,0,0,0,'2017-03-05 09:15:13'); -INSERT INTO `marker` VALUES (307,1901,NULL,2,1931,1,'Lizalfos' Camp','',173.3203125,-126.09375,0,0,1,'2017-03-05 09:22:50'); -INSERT INTO `marker` VALUES (308,1901,NULL,2,1916,1,'Korok','',179.4375,-123.9296875,0,0,0,'2017-03-05 09:32:58'); -INSERT INTO `marker` VALUES (309,1901,NULL,2,1925,1,'Ne'ez Yohma Shrine','BEFORE HACK',179.89453125,-119.98828125,0,0,0,'2017-03-05 10:09:46'); -INSERT INTO `marker` VALUES (310,1901,NULL,2,1916,1,'Korok','',176.81640625,-127.73046875,0,0,0,'2017-03-05 10:10:16'); -INSERT INTO `marker` VALUES (311,1901,NULL,2,1925,1,'Rucco Maag Shine','BEFORE HACK',180.08984375,-134.28515625,0,0,0,'2017-03-05 10:27:31'); -INSERT INTO `marker` VALUES (312,1901,NULL,2,1935,1,'Lynel Safari','',180.296875,-120.02734375,0,0,1,'2017-03-05 20:10:23'); -INSERT INTO `marker` VALUES (313,1901,NULL,2,1935,1,'The Ceremonial Song','',179.56640625,-119.91796875,0,0,0,'2017-03-05 20:18:41'); -INSERT INTO `marker` VALUES (314,1901,NULL,2,1935,1,'Diving is Beauty!','',179.44140625,-119.8984375,0,0,1,'2017-03-05 20:23:26'); -INSERT INTO `marker` VALUES (315,1901,NULL,2,1935,1,'The Ceremonial Song','',179.5859375,-120.0390625,0,0,1,'2017-03-05 20:23:16'); -INSERT INTO `marker` VALUES (316,1901,NULL,2,1935,1,'A Wife Washed Away','',180.3828125,-119.53515625,0,0,1,'2017-03-05 20:26:13'); -INSERT INTO `marker` VALUES (317,1901,NULL,2,1901,1,'Chest','',179.64453125,-120.51953125,0,0,0,'2017-03-06 01:26:37'); -INSERT INTO `marker` VALUES (318,1901,NULL,2,1935,1,'Frog Catching','',179.8046875,-120.58203125,0,0,1,'2017-03-06 01:27:37'); -INSERT INTO `marker` VALUES (319,1901,NULL,2,1935,1,'Luminous Stone Gathering','',179.36328125,-120.9453125,0,0,1,'2017-03-06 05:59:04'); -INSERT INTO `marker` VALUES (320,1901,NULL,2,1936,1,'Cracked Rocks','',168.37109375,-122.52734375,0,0,1,'2017-03-06 01:42:32'); -INSERT INTO `marker` VALUES (321,1901,NULL,2,1935,1,'Special Delivery','',171.05859375,-126.68359375,0,0,1,'2017-03-06 05:26:33'); -INSERT INTO `marker` VALUES (322,1901,NULL,2,1901,1,'Chest','',163.42578125,-124.1953125,0,0,1,'2017-03-06 01:47:43'); -INSERT INTO `marker` VALUES (323,1901,NULL,2,1901,1,'Chest','',157.86328125,-126.34765625,0,0,1,'2017-03-06 01:56:09'); -INSERT INTO `marker` VALUES (324,1901,NULL,2,1901,1,'Chest','',156.94140625,-126.44921875,0,0,1,'2017-03-06 01:58:21'); -INSERT INTO `marker` VALUES (325,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',155.2109375,-126.65234375,0,0,1,'2017-03-06 02:03:22'); -INSERT INTO `marker` VALUES (326,1901,NULL,2,1901,1,'Chest','',151.6796875,-123.42578125,0,0,1,'2017-03-06 02:06:53'); -INSERT INTO `marker` VALUES (327,1901,NULL,2,1925,1,'Sheh Rata Shrine','BEFORE HACK',151.5625,-122.10546875,0,0,0,'2017-03-06 02:10:47'); -INSERT INTO `marker` VALUES (328,1901,NULL,2,1925,1,'Dah Hesho Shrine','BEFORE HACK',188.9375,-107.7421875,0,0,0,'2017-03-06 05:25:10'); -INSERT INTO `marker` VALUES (329,1901,NULL,2,1923,1,'Akkala Tower','BEFORE HACK',179.66015625,-104.55078125,0,0,0,'2017-03-06 05:25:51'); -INSERT INTO `marker` VALUES (330,1901,NULL,2,1925,1,'Ze Kasho Shrine','BEFORE HACK',175.3359375,-101.953125,0,0,0,'2017-03-06 05:34:42'); -INSERT INTO `marker` VALUES (331,1901,NULL,2,1901,1,'Hetsu (2nd Encounter)','',144.59765625,-110.75390625,0,0,1,'2017-03-06 05:45:02'); -INSERT INTO `marker` VALUES (332,1901,NULL,2,1938,1,'Woodland Stable','BEFORE HACK',144.6328125,-110.1015625,0,0,0,'2017-03-06 05:45:20'); -INSERT INTO `marker` VALUES (333,1901,NULL,2,1938,1,'South Akkala Stable','BEFORE HACK',177.19921875,-101.58984375,0,0,0,'2017-03-06 05:56:55'); -INSERT INTO `marker` VALUES (334,1901,NULL,2,1916,1,'Korok','',132.421875,-165.5859375,0,0,0,'2017-03-06 06:05:46'); -INSERT INTO `marker` VALUES (335,1901,NULL,2,1916,1,'Korok','',132.4609375,-163.203125,0,0,0,'2017-03-06 06:07:44'); -INSERT INTO `marker` VALUES (336,1901,NULL,2,1916,1,'Korok','',133.03125,-161.7890625,0,0,0,'2017-03-06 06:10:09'); -INSERT INTO `marker` VALUES (337,1901,NULL,2,1916,1,'Korok','',131.1953125,-160.3515625,0,0,0,'2017-03-06 06:12:28'); -INSERT INTO `marker` VALUES (338,1901,NULL,2,1934,1,'Shelter from the Storm (#11)','',130.7109375,-158.2421875,0,0,0,'2017-03-06 06:28:07'); -INSERT INTO `marker` VALUES (339,1901,NULL,2,1916,1,'Korok','',130.4453125,-158.3515625,0,0,0,'2017-03-06 06:17:02'); -INSERT INTO `marker` VALUES (340,1901,NULL,2,1938,1,'Highland Stable','BEFORE HACK',136.30859375,-182.0078125,0,0,0,'2017-03-06 06:20:25'); -INSERT INTO `marker` VALUES (341,1901,NULL,2,1925,1,'Ka'o Makagh Shrine','BEFORE HACK',136.22265625,-183.12890625,0,0,0,'2017-03-06 06:20:54'); -INSERT INTO `marker` VALUES (342,1901,NULL,2,1934,1,'Subdued Ceremony (#1)','',124.0390625,-126.4765625,0,0,0,'2017-03-06 06:29:03'); -INSERT INTO `marker` VALUES (343,1901,NULL,2,1935,1,'Horse Mini-Game','',136.046875,-181.77734375,0,0,1,'2017-03-06 06:50:42'); -INSERT INTO `marker` VALUES (344,1901,NULL,2,1935,1,'The Horseback Hoodlumns','',136.171875,-182.2109375,0,0,1,'2017-03-06 06:57:25'); -INSERT INTO `marker` VALUES (345,1901,NULL,2,1938,1,'Lakeside Stable','BEFORE HACK',152.265625,-183.28125,0,0,0,'2017-03-06 07:19:12'); -INSERT INTO `marker` VALUES (346,1901,NULL,2,1925,1,'Shai Utoh Shrine','BEFORE HACK',152.74609375,-184.41015625,0,0,0,'2017-03-06 07:19:40'); -INSERT INTO `marker` VALUES (347,1901,NULL,2,1935,1,'Thunder Magnet','',152.1484375,-183.171875,0,0,1,'2017-03-06 07:32:39'); -INSERT INTO `marker` VALUES (348,1901,NULL,2,1916,1,'Korok','',155.1328125,-181.9921875,0,0,0,'2017-03-06 07:35:44'); -INSERT INTO `marker` VALUES (349,1901,NULL,2,1935,1,'A Song of Storms','',160.54296875,-178.40234375,0,0,1,'2017-03-06 07:39:48'); -INSERT INTO `marker` VALUES (350,1901,NULL,2,1925,1,'Qukah Nata Shrine','BEFORE HACK',159.390625,-179.34375,0,0,0,'2017-03-06 07:43:49'); -INSERT INTO `marker` VALUES (351,1901,NULL,2,1925,1,'Jitan Sa'mi Shrine','BEFORE HACK',188.8671875,-148.65625,0,0,0,'2017-03-06 08:24:07'); -INSERT INTO `marker` VALUES (352,1901,NULL,2,1925,1,'Tahno O'ah Shrine','BEFORE HACK',193.5546875,-154.33203125,0,0,0,'2017-03-06 08:29:38'); -INSERT INTO `marker` VALUES (353,1901,NULL,2,1936,1,'Cracked Wall','',193.74609375,-154.31640625,0,0,1,'2017-03-06 08:29:52'); -INSERT INTO `marker` VALUES (354,1901,NULL,2,1901,5,'Test','',144.6875,-101.875,0,0,0,'2017-03-06 22:28:48'); -INSERT INTO `marker` VALUES (355,1901,NULL,2,1933,2,'Hinox','',151.125,-175.4765625,0,0,1,'2017-03-07 03:20:02'); -INSERT INTO `marker` VALUES (356,1901,NULL,2,1933,2,'Lynel','',153.7421875,-173.421875,0,0,1,'2017-03-07 03:20:30'); -INSERT INTO `marker` VALUES (357,1901,NULL,2,1925,2,'Shoda San Shrine','BEFORE HACK',155.8984375,-175.015625,0,0,0,'2017-03-07 03:22:23'); -INSERT INTO `marker` VALUES (358,1901,NULL,2,1931,2,'Enemy Camp','',156.7265625,-182.71484375,0,0,1,'2017-03-07 03:23:41'); -INSERT INTO `marker` VALUES (359,1901,NULL,2,1916,2,'Korok','',158.28125,-171.3984375,0,0,0,'2017-03-07 03:24:31'); -INSERT INTO `marker` VALUES (360,1901,NULL,2,1916,2,'Korok','',160.8671875,-170.625,0,0,0,'2017-03-07 03:25:20'); -INSERT INTO `marker` VALUES (361,1901,NULL,2,1916,2,'Korok','',158.265625,-168.0859375,0,0,0,'2017-03-07 03:25:55'); -INSERT INTO `marker` VALUES (362,1901,NULL,2,1916,2,'Korok','',162.10546875,-167.60546875,0,0,0,'2017-03-07 03:26:18'); -INSERT INTO `marker` VALUES (363,1901,NULL,2,1933,2,'Bone Hinox','',158.640625,-165.625,0,0,1,'2017-03-07 03:26:44'); -INSERT INTO `marker` VALUES (364,1901,NULL,2,1925,2,'Korgu Chideh Shrine','BEFORE HACK',202.3359375,-187.21875,0,0,0,'2017-03-07 03:39:58'); -INSERT INTO `marker` VALUES (365,1901,NULL,2,1935,2,'Eventide Island','',199.390625,-184.84375,0,0,1,'2017-03-07 03:54:44'); -INSERT INTO `marker` VALUES (366,1901,NULL,2,1933,2,'Blue Hinox','',198.984375,-185.984375,0,0,1,'2017-03-07 03:42:27'); -INSERT INTO `marker` VALUES (367,1901,NULL,2,1931,2,'Enemy Camp','',201.328125,-185.28125,0,0,1,'2017-03-07 03:42:48'); -INSERT INTO `marker` VALUES (368,1901,NULL,2,1930,2,'Enemies','',198.421875,-183.734375,0,0,1,'2017-03-07 03:43:06'); -INSERT INTO `marker` VALUES (369,1901,NULL,2,1930,2,'Enemies','',197.640625,-186.4375,0,0,1,'2017-03-07 03:43:26'); -INSERT INTO `marker` VALUES (370,1901,NULL,2,1930,2,'Enemies','',200.546875,-186.328125,0,0,1,'2017-03-07 03:43:45'); -INSERT INTO `marker` VALUES (371,1901,NULL,2,1901,2,'Ball 1','',200.9296875,-186.609375,0,0,1,'2017-03-07 03:44:29'); -INSERT INTO `marker` VALUES (372,1901,NULL,2,1901,2,'Hole 1','',201.0078125,-186.8359375,0,0,1,'2017-03-07 03:44:37'); -INSERT INTO `marker` VALUES (373,1901,NULL,2,1901,2,'Ball 3','',201.390625,-185.34375,0,0,1,'2017-03-07 03:44:53'); -INSERT INTO `marker` VALUES (374,1901,NULL,2,1901,2,'Ball 2','',197.078125,-186.08203125,0,0,1,'2017-03-07 03:45:12'); -INSERT INTO `marker` VALUES (375,1901,NULL,2,1901,2,'Goal 2','',197.69140625,-186.859375,0,0,1,'2017-03-07 03:45:23'); -INSERT INTO `marker` VALUES (376,1901,NULL,2,1901,2,'Goal 3','',198.296875,-181.05078125,0,0,1,'2017-03-07 03:45:38'); -INSERT INTO `marker` VALUES (377,1901,NULL,2,1935,1,'Hetsu (3rd Encounter)','',135.234375,-94.9921875,0,0,1,'2017-03-07 03:49:06'); -INSERT INTO `marker` VALUES (378,1901,NULL,2,1921,2,'Tarrey Town','BEFORE HACK',190.03125,-102.875,0,0,0,'2017-03-07 03:49:35'); -INSERT INTO `marker` VALUES (379,1901,NULL,2,1925,1,'Keo Ruug Shrine','BEFORE HACK',135.3125,-94.125,0,0,0,'2017-03-07 03:49:58'); -INSERT INTO `marker` VALUES (380,1901,NULL,2,1937,2,'Great Fairy Mija','',192.21875,-106.5,0,0,1,'2017-04-07 22:31:18'); -INSERT INTO `marker` VALUES (381,1901,NULL,2,1925,2,'Kah Tosa Shrine','BEFORE HACK',194.890625,-85.609375,0,0,0,'2017-03-07 03:57:57'); -INSERT INTO `marker` VALUES (382,1901,NULL,2,1916,2,'Korok','',128.04296875,-157.609375,0,0,0,'2017-03-07 04:00:53'); -INSERT INTO `marker` VALUES (383,1901,NULL,2,1916,2,'Korok','',125.015625,-156.65234375,0,0,0,'2017-03-07 04:01:21'); -INSERT INTO `marker` VALUES (384,1901,NULL,2,1910,2,'Treasure Chest: Opal','',105.58984375,-158.52734375,0,0,0,'2017-03-07 04:04:51'); -INSERT INTO `marker` VALUES (385,1901,NULL,2,1910,2,'Treasure Chest','',117.12890625,-151.8125,0,0,0,'2017-03-07 04:08:09'); -INSERT INTO `marker` VALUES (386,1901,NULL,2,1935,1,'A Freezing Rod','',134.5234375,-94.8515625,0,0,1,'2017-03-07 07:01:08'); -INSERT INTO `marker` VALUES (387,1901,NULL,2,1935,1,'Legendary Rabbit Trial','',134.609375,-94.171875,0,0,1,'2017-03-07 04:35:23'); -INSERT INTO `marker` VALUES (388,1901,NULL,2,1936,1,'Cracked Wall','',178.94921875,-122.38671875,0,0,0,'2017-03-07 04:50:05'); -INSERT INTO `marker` VALUES (389,1901,NULL,2,1901,1,'Chest','',178.32421875,-123.59765625,0,0,0,'2017-03-07 04:51:26'); -INSERT INTO `marker` VALUES (390,1901,NULL,2,1933,1,'Stone Talus','',167.515625,-157.796875,0,0,1,'2017-03-12 02:55:04'); -INSERT INTO `marker` VALUES (391,1901,NULL,2,1916,1,'Korok','',166.83203125,-160.84375,0,0,0,'2017-03-07 06:27:47'); -INSERT INTO `marker` VALUES (392,1901,NULL,2,1923,1,'Eldin Tower','BEFORE HACK',161.93359375,-103.69921875,0,0,0,'2017-03-07 07:13:01'); -INSERT INTO `marker` VALUES (393,1901,NULL,2,1925,1,'Mo'a Keet Shrine','BEFORE HACK',170.54296875,-109.80078125,0,0,0,'2017-03-07 07:13:44'); -INSERT INTO `marker` VALUES (394,1901,NULL,2,1938,1,'Foothill Stable','BEFORE HACK',168.8046875,-110.12890625,0,0,0,'2017-03-07 07:14:03'); -INSERT INTO `marker` VALUES (395,1901,NULL,2,1925,1,'Tah Muhl Shrine','BEFORE HACK',163.96875,-113.3125,0,0,0,'2017-03-07 07:14:30'); -INSERT INTO `marker` VALUES (396,1901,NULL,2,1925,1,'Qua Raym Shrine','BEFORE HACK',156.4375,-104.296875,0,0,0,'2017-03-07 07:15:02'); -INSERT INTO `marker` VALUES (397,1901,NULL,2,1925,1,'Shai Yota Shrine','BEFORE HACK',194.30859375,-132.00390625,0,0,0,'2017-03-07 07:16:12'); -INSERT INTO `marker` VALUES (398,1901,NULL,2,1916,1,'Korok','',188.21875,-133.4921875,0,0,0,'2017-03-07 07:17:02'); -INSERT INTO `marker` VALUES (399,1901,NULL,2,1935,1,'Master of the Wind','',192.9453125,-133.41015625,0,0,1,'2017-03-07 07:21:40'); -INSERT INTO `marker` VALUES (400,1901,NULL,2,1936,1,'Rock Formation','',170.01953125,-98.3671875,0,0,1,'2017-03-07 07:50:06'); -INSERT INTO `marker` VALUES (401,1901,NULL,2,1936,1,'Rock Formation','',169.296875,-98.39453125,0,0,1,'2017-03-07 07:51:49'); -INSERT INTO `marker` VALUES (402,1901,NULL,2,1935,1,'The Road to Respect','',154.68359375,-88.69140625,0,0,1,'2017-03-09 06:07:43'); -INSERT INTO `marker` VALUES (403,1901,NULL,2,1935,1,'A Brother's Roast','',153.80859375,-89.45703125,0,0,1,'2017-03-07 08:29:18'); -INSERT INTO `marker` VALUES (404,1901,NULL,2,1935,1,'Fireproof Lizard Roundup','',153.84765625,-97.52734375,0,0,1,'2017-03-09 05:52:18'); -INSERT INTO `marker` VALUES (405,1901,NULL,2,1925,1,'Shae Mo'sah Shrine','BEFORE HACK',155.5,-87.98046875,0,0,0,'2017-03-07 08:41:04'); -INSERT INTO `marker` VALUES (406,1901,NULL,2,1925,1,'Daqa Koh Shrine','BEFORE HACK',160.27734375,-91.6484375,0,0,0,'2017-03-07 08:50:25'); -INSERT INTO `marker` VALUES (407,1901,NULL,2,1916,1,'Korok','',161.90625,-95.05078125,0,0,0,'2017-03-07 08:55:08'); -INSERT INTO `marker` VALUES (408,1901,NULL,2,1925,1,'Kayra Mah Shrine','BEFORE HACK',160.453125,-96.1875,0,0,0,'2017-03-07 09:16:37'); -INSERT INTO `marker` VALUES (409,1901,NULL,2,1933,5,'Stone Tallus (Senior)','',146.6953125,-153.63671875,0,0,0,'2017-03-08 00:55:11'); -INSERT INTO `marker` VALUES (410,1901,NULL,2,1935,1,'Trial of the Labyrinth','',200.78125,-72.390625,0,0,1,'2017-03-08 05:23:48'); -INSERT INTO `marker` VALUES (411,1901,NULL,2,1925,1,'Gorae Torr Shrine','BEFORE HACK',169.58984375,-73.984375,0,0,0,'2017-03-08 05:24:55'); -INSERT INTO `marker` VALUES (412,1901,NULL,2,1935,1,'The Gut Check Challenge','',169.7421875,-73.83203125,0,0,1,'2017-03-08 05:26:04'); -INSERT INTO `marker` VALUES (413,1901,NULL,2,1925,1,'Zuna Kai Shrine','BEFORE HACK',179.9140625,-74.53125,0,0,0,'2017-03-08 05:27:13'); -INSERT INTO `marker` VALUES (414,1901,NULL,2,1916,1,'Korok','',196.6953125,-85.484375,0,0,0,'2017-03-08 05:29:43'); -INSERT INTO `marker` VALUES (415,1901,NULL,2,1938,1,'East Akkala Stable','BEFORE HACK',194.03515625,-85.0859375,0,0,0,'2017-03-08 05:30:17'); -INSERT INTO `marker` VALUES (416,1901,NULL,2,1935,1,'A Shady Customer','',194.23046875,-85.15234375,0,0,1,'2017-03-08 05:31:39'); -INSERT INTO `marker` VALUES (417,1901,NULL,2,1935,1,'The Cursed Statue','',198.4453125,-78.671875,0,0,1,'2017-03-08 05:32:43'); -INSERT INTO `marker` VALUES (418,1901,NULL,2,1916,1,'Korok','',198.28125,-78.56640625,0,0,0,'2017-03-08 05:33:15'); -INSERT INTO `marker` VALUES (419,1901,NULL,2,1916,1,'Korok','',153.46484375,-82.07421875,0,0,0,'2017-03-08 05:34:06'); -INSERT INTO `marker` VALUES (420,1901,NULL,2,1936,1,'Rocks','',179.8046875,-158.37890625,0,0,1,'2017-03-08 06:07:47'); -INSERT INTO `marker` VALUES (421,1901,NULL,2,1916,1,'Korok','',173.6796875,-149.796875,0,0,0,'2017-03-08 06:17:10'); -INSERT INTO `marker` VALUES (422,1901,NULL,2,1933,1,'Blue Hinox','',178.7421875,-148.796875,0,0,1,'2017-03-12 02:54:55'); -INSERT INTO `marker` VALUES (423,1901,NULL,2,1935,1,'The Weapon Connoisseur','',180.015625,-160.94921875,0,0,1,'2017-03-08 06:27:45'); -INSERT INTO `marker` VALUES (424,1901,NULL,2,1916,1,'Korok','',180.40234375,-163.1796875,0,0,0,'2017-03-08 06:28:18'); -INSERT INTO `marker` VALUES (425,1901,NULL,2,1916,1,'Korok','',180.8984375,-164.12890625,0,0,0,'2017-03-08 06:34:33'); -INSERT INTO `marker` VALUES (426,1901,NULL,2,1931,1,'Enemy Camp','',180.65234375,-178.640625,0,0,1,'2017-03-08 06:44:12'); -INSERT INTO `marker` VALUES (427,1901,NULL,2,1925,1,'Muwo Jeem Shrine','BEFORE HACK',185.13671875,-179.68359375,0,0,0,'2017-03-08 06:57:32'); -INSERT INTO `marker` VALUES (428,1901,NULL,2,1901,5,'Hebra Leviathan','',69.1796875,-72.25,0,0,1,'2017-03-08 06:50:20'); -INSERT INTO `marker` VALUES (429,1901,NULL,2,1938,5,'Serenne Stable','BEFORE HACK',103.875,-100.5625,0,0,0,'2017-03-08 06:51:31'); -INSERT INTO `marker` VALUES (430,1901,NULL,2,1938,5,'Serenne Stable','BEFORE HACK',103.67578125,-99.9375,0,0,0,'2017-03-08 06:52:06'); -INSERT INTO `marker` VALUES (431,1901,NULL,2,1935,5,'Leviathan Bones','',103.8671875,-99.89453125,0,0,1,'2017-03-08 06:55:27'); -INSERT INTO `marker` VALUES (432,1901,NULL,2,1923,5,'Gerudo Tower','BEFORE HACK',70.73828125,-156.62890625,0,0,0,'2017-03-08 07:02:06'); -INSERT INTO `marker` VALUES (433,1901,NULL,2,1925,1,'Chaas Qeta Shrine','BEFORE HACK',190.72265625,-174.67578125,0,0,0,'2017-03-08 07:09:22'); -INSERT INTO `marker` VALUES (434,1901,NULL,2,1916,1,'Korok','',190.796875,-174.44140625,0,0,0,'2017-03-08 07:14:20'); -INSERT INTO `marker` VALUES (435,1901,NULL,2,1903,1,'Korok Leaf','',190.90234375,-174.703125,0,0,0,'2017-03-08 07:14:40'); -INSERT INTO `marker` VALUES (436,1901,NULL,2,1916,1,'Korok','',187.3046875,-184.59375,0,0,0,'2017-03-08 07:16:08'); -INSERT INTO `marker` VALUES (437,1901,NULL,2,1916,1,'Korok','',175.390625,-159.68359375,0,0,0,'2017-03-08 07:22:01'); -INSERT INTO `marker` VALUES (438,1901,NULL,2,1901,1,'Chest','',175.2734375,-159.57421875,0,0,0,'2017-03-08 07:22:41'); -INSERT INTO `marker` VALUES (439,1901,NULL,2,1916,1,'Korok','',172.7890625,-162.05859375,0,0,0,'2017-03-08 07:26:49'); -INSERT INTO `marker` VALUES (440,1901,NULL,2,1916,1,'Korok','',143.76953125,-103.5546875,0,0,0,'2017-03-08 07:30:08'); -INSERT INTO `marker` VALUES (441,1901,NULL,2,1934,1,'A Premonition (#8)','',150.1484375,-104.015625,0,0,0,'2017-03-08 07:46:46'); -INSERT INTO `marker` VALUES (442,1901,NULL,2,1916,1,'Korok','',150.3046875,-103.87890625,0,0,0,'2017-03-08 07:47:41'); -INSERT INTO `marker` VALUES (443,1901,NULL,2,1931,2,'Enemy Base','',105.5546875,-153.2734375,0,0,1,'2017-03-09 01:40:40'); -INSERT INTO `marker` VALUES (444,1901,NULL,2,1916,2,'Korok','',132.9296875,-155.5859375,0,0,0,'2017-03-09 01:43:14'); -INSERT INTO `marker` VALUES (445,1901,NULL,2,1916,2,'Korok','',136.0859375,-155.9375,0,0,0,'2017-03-09 01:43:34'); -INSERT INTO `marker` VALUES (446,1901,NULL,2,1916,2,'Korok','',164.28125,-154.953125,0,0,0,'2017-03-09 01:45:05'); -INSERT INTO `marker` VALUES (447,1901,NULL,2,1916,2,'Korok','',167.0546875,-156.1875,0,0,0,'2017-03-09 01:45:44'); -INSERT INTO `marker` VALUES (448,1901,NULL,2,1916,2,'Korok','',180.859375,-143.359375,0,0,0,'2017-03-09 01:48:27'); -INSERT INTO `marker` VALUES (449,1901,NULL,2,1931,2,'Enemy Camp','',160.3671875,-156.3671875,0,0,1,'2017-03-09 01:52:28'); -INSERT INTO `marker` VALUES (450,1901,NULL,2,1901,2,'Horned Statue','',179.3671875,-162.35546875,0,0,1,'2017-03-09 02:21:41'); -INSERT INTO `marker` VALUES (451,1901,NULL,2,1935,2,'The Statue's Bargain','',179.5703125,-161.5546875,0,0,1,'2017-03-09 02:22:51'); -INSERT INTO `marker` VALUES (452,1901,NULL,2,1921,2,'Hateno Village','BEFORE HACK',180.796875,-161.5390625,0,0,0,'2017-03-09 02:23:33'); -INSERT INTO `marker` VALUES (453,1901,NULL,2,1934,2,'Return of Calamity Ganon (#15)','',176.5390625,-145.84375,0,0,0,'2017-03-11 03:51:27'); -INSERT INTO `marker` VALUES (454,1901,NULL,2,1916,2,'Korok','',113.109375,-154.921875,0,0,0,'2017-03-09 03:08:21'); -INSERT INTO `marker` VALUES (455,1901,NULL,2,1933,2,'Stone Talus','',146.140625,-153.3359375,0,0,1,'2017-03-09 03:19:31'); -INSERT INTO `marker` VALUES (456,1901,NULL,2,1931,2,'Enemy Camp','',148.875,-152.15625,0,0,1,'2017-03-09 03:21:02'); -INSERT INTO `marker` VALUES (457,1901,NULL,2,1934,2,'Memory','',78,-167.828125,0,0,0,'2017-03-09 03:38:48'); -INSERT INTO `marker` VALUES (458,1901,NULL,2,1933,1,'Igneo Talus','',148.70703125,-80.56640625,0,0,1,'2017-03-12 02:54:39'); -INSERT INTO `marker` VALUES (459,1901,NULL,2,1935,1,'The Jewel Trade','',154.6953125,-89.89453125,0,0,1,'2017-03-09 06:12:34'); -INSERT INTO `marker` VALUES (460,1901,NULL,2,1935,1,'A Gift for my Beloved','',181.828125,-161.1328125,0,0,1,'2017-03-09 06:26:16'); -INSERT INTO `marker` VALUES (461,1901,NULL,2,1916,1,'Korok','',147.359375,-158.29296875,0,0,0,'2017-03-09 06:51:01'); -INSERT INTO `marker` VALUES (462,1901,NULL,2,1935,1,'Cracked Wall','',158.43359375,-168.58984375,0,0,1,'2017-03-09 06:57:23'); -INSERT INTO `marker` VALUES (463,1901,NULL,2,1925,1,'Maag Halan Shrine','BEFORE HACK',141.09375,-90.265625,0,0,0,'2017-03-09 07:51:56'); -INSERT INTO `marker` VALUES (464,1901,NULL,2,1925,1,'Kuhn Sidajj Shrine','BEFORE HACK',128.35546875,-97.65625,0,0,0,'2017-03-09 07:52:35'); -INSERT INTO `marker` VALUES (465,1901,NULL,2,1925,1,'Daag Chokah Shrine','BEFORE HACK',127.56640625,-89.58203125,0,0,0,'2017-03-09 07:53:11'); -INSERT INTO `marker` VALUES (466,1901,NULL,2,1935,1,'The Test of Wood','',136.7890625,-94.22265625,0,0,1,'2017-03-09 07:54:36'); -INSERT INTO `marker` VALUES (467,1901,NULL,2,1935,1,'The Lost Pilgrimage','',132.06640625,-93.2734375,0,0,1,'2017-03-09 07:56:03'); -INSERT INTO `marker` VALUES (468,1901,NULL,2,1935,1,'Trial of Second Sight','',131.8671875,-97.109375,0,0,1,'2017-03-09 07:59:44'); -INSERT INTO `marker` VALUES (469,1901,NULL,2,1935,1,'','',135.65625,-94.640625,0,0,1,'2017-03-09 08:01:40'); -INSERT INTO `marker` VALUES (470,1901,NULL,2,1936,1,'Cracked Wall','',157.1484375,-166.60546875,0,0,1,'2017-03-09 08:06:34'); -INSERT INTO `marker` VALUES (471,1901,NULL,2,1925,1,'Toto Sah Shrine','BEFORE HACK',156.96875,-166.71875,0,0,0,'2017-03-09 08:07:05'); -INSERT INTO `marker` VALUES (472,1901,NULL,2,1933,1,'Blue Hinox','',120.48046875,-96.00390625,0,0,1,'2017-03-12 02:29:43'); -INSERT INTO `marker` VALUES (473,1901,NULL,2,1916,1,'Korok','',121.34765625,-100.95703125,0,0,0,'2017-03-09 08:19:02'); -INSERT INTO `marker` VALUES (474,1901,NULL,2,1930,1,'Lynel','',116.0078125,-99.5,0,0,1,'2017-03-09 08:20:13'); -INSERT INTO `marker` VALUES (475,1901,NULL,2,1916,1,'Korok','',113.7734375,-102.74609375,0,0,0,'2017-03-09 08:22:09'); -INSERT INTO `marker` VALUES (476,1901,NULL,2,1934,1,'Silent Princess (#9)','',110.96875,-107.61328125,0,0,0,'2017-03-09 08:45:25'); -INSERT INTO `marker` VALUES (477,1901,NULL,2,1916,14,'Korok','Riola Spring Korok',155.734375,-173.84375,0,0,0,'2017-03-09 20:41:50'); -INSERT INTO `marker` VALUES (478,1901,NULL,2,1916,14,'Korok','Riola Spring to Floria Falls waterfall korok',155.8125,-175.8359375,0,0,0,'2017-03-09 20:45:08'); -INSERT INTO `marker` VALUES (479,1901,NULL,2,1925,16,'Daqo Chisay Shrine','BEFORE HACK',68.34375,-172.16796875,0,0,0,'2017-03-09 20:51:34'); -INSERT INTO `marker` VALUES (480,1901,NULL,2,1925,16,'Hawa Koth Shrine','BEFORE HACK',52.16796875,-187.05078125,0,0,0,'2017-03-09 20:52:06'); -INSERT INTO `marker` VALUES (481,1901,NULL,2,1925,16,'Kema Zoos Shrine','BEFORE HACK',54.921875,-158.8828125,0,0,0,'2017-03-09 20:52:45'); -INSERT INTO `marker` VALUES (482,1901,NULL,2,1923,17,'Hebra Tower','BEFORE HACK',93.96875,-96.1875,0,0,0,'2017-03-09 20:53:23'); -INSERT INTO `marker` VALUES (483,1901,NULL,2,1925,16,'Dila Maag Shrine','BEFORE HACK',99.94140625,-182.05859375,0,0,0,'2017-03-09 20:53:24'); -INSERT INTO `marker` VALUES (484,1901,NULL,2,1923,17,'Tabantha Tower','BEFORE HACK',71.4375,-112.65625,0,0,0,'2017-03-09 20:53:41'); -INSERT INTO `marker` VALUES (485,1901,NULL,2,1925,16,'Qaza Tokki Shrine','BEFORE HACK',115.125,-72.6875,0,0,0,'2017-03-09 20:54:24'); -INSERT INTO `marker` VALUES (486,1901,NULL,2,1901,22,'','',100,-176.5,0,0,0,'2017-03-09 20:55:17'); -INSERT INTO `marker` VALUES (487,1901,NULL,2,1937,21,'Great Fairy Fountain','',51.875,-187.4765625,0,0,0,'2017-03-09 20:56:13'); -INSERT INTO `marker` VALUES (488,1901,NULL,2,1925,20,'Rona Katcha Shrine','BEFORE HACK',110.96875,-86.34375,0,0,0,'2017-03-09 20:57:11'); -INSERT INTO `marker` VALUES (489,1901,NULL,2,1925,21,'Hawa Koth Shrine','BEFORE HACK',52.140625,-187,0,0,0,'2017-03-09 20:59:19'); -INSERT INTO `marker` VALUES (490,1901,NULL,2,1925,25,'Dila Maag Shrine','BEFORE HACK',99.953125,-182.078125,0,0,0,'2017-03-09 20:59:53'); -INSERT INTO `marker` VALUES (494,1901,NULL,2,1934,21,'Father and Daughter (#12)','',123.125,-111.796875,0,0,0,'2017-03-09 21:02:02'); -INSERT INTO `marker` VALUES (495,1901,NULL,2,1920,18,'Me','',112.875,-163.0703125,0,0,0,'2017-03-09 21:02:08'); -INSERT INTO `marker` VALUES (496,1901,NULL,2,1901,28,'Korok Seed','Lift door with magnesis',121.42578125,-159.1953125,0,0,0,'2017-03-09 21:02:08'); -INSERT INTO `marker` VALUES (497,1901,NULL,2,1925,25,'Daqo Chisay Shrine','BEFORE HACK',68.328125,-172.109375,0,0,0,'2017-03-09 21:02:13'); -INSERT INTO `marker` VALUES (498,1901,NULL,2,1916,28,'Korok Seed','',121.32421875,-159.625,0,0,0,'2017-03-09 21:02:20'); -INSERT INTO `marker` VALUES (499,1901,NULL,2,1916,28,'Korok Seed','on top of house',115.6484375,-163.3515625,0,0,0,'2017-03-09 21:02:44'); -INSERT INTO `marker` VALUES (500,1901,NULL,2,1920,25,'Gerudo Town','Gerudo Town',68.015625,-173.65625,0,0,0,'2017-03-09 21:02:59'); -INSERT INTO `marker` VALUES (501,1901,NULL,2,1916,28,'Korok Seed','under rock by wall',109.65625,-164.2265625,0,0,0,'2017-03-09 21:03:09'); -INSERT INTO `marker` VALUES (502,1901,NULL,2,1934,21,'Despair (#16)','',139.25,-134.6875,0,0,0,'2017-03-09 21:03:19'); -INSERT INTO `marker` VALUES (504,1901,NULL,2,1938,21,'Wetland Stable','BEFORE HACK',141.890625,-130.6875,0,0,0,'2017-03-09 21:03:47'); -INSERT INTO `marker` VALUES (505,1901,NULL,2,1916,28,'Korok Seed','',105.47265625,-160.9140625,0,0,0,'2017-03-09 21:03:48'); -INSERT INTO `marker` VALUES (506,1901,NULL,2,1925,21,'Kaya Wan Shrine','BEFORE HACK',140.859375,-130.953125,0,0,0,'2017-03-09 21:04:03'); -INSERT INTO `marker` VALUES (508,1901,NULL,2,1916,28,'Korok Seed','on your bed in the shrine',110.33984375,-157.875,0,0,0,'2017-03-09 21:04:53'); -INSERT INTO `marker` VALUES (509,1901,NULL,2,1925,21,'Akh Va'quot Shrine','BEFORE HACK',70.9375,-100.6015625,0,0,0,'2017-03-09 21:05:14'); -INSERT INTO `marker` VALUES (510,1901,NULL,2,1916,21,'Korok Seed','',71.3125,-99.78125,0,0,0,'2017-03-09 21:05:33'); -INSERT INTO `marker` VALUES (511,1901,NULL,2,1925,28,'spring of courage','BEFORE HACK',141.6875,-165.359375,0,0,0,'2017-03-09 21:05:43'); -INSERT INTO `marker` VALUES (512,1901,NULL,2,1938,21,'Rito Stable','BEFORE HACK',77.140625,-100.5,0,0,0,'2017-03-09 21:05:53'); -INSERT INTO `marker` VALUES (513,1901,NULL,2,1937,28,'Great fairy','can see from tower',72.65625,-116.28125,0,0,0,'2017-03-09 21:06:55'); -INSERT INTO `marker` VALUES (514,1901,NULL,2,1925,21,'Rok Uwog Shrine','BEFORE HACK',90.984375,-77.625,0,0,0,'2017-03-09 21:07:10'); -INSERT INTO `marker` VALUES (515,1901,NULL,2,1925,21,'Shada Naw Shrine','BEFORE HACK',81.1875,-77.6875,0,0,0,'2017-03-09 21:07:48'); -INSERT INTO `marker` VALUES (516,1901,NULL,2,1901,21,'Flight Range','',67.734375,-92.2734375,0,0,0,'2017-03-09 21:08:27'); -INSERT INTO `marker` VALUES (517,1901,NULL,2,1921,21,'Rito Village','BEFORE HACK',71.40625,-99.9453125,0,0,0,'2017-03-09 21:09:06'); -INSERT INTO `marker` VALUES (518,1901,NULL,2,1923,21,'Tabantha Tower','BEFORE HACK',71.6015625,-112.609375,0,0,0,'2017-03-09 21:09:40'); -INSERT INTO `marker` VALUES (519,1901,NULL,2,1916,21,'Korok','',70.796875,-115.0546875,0,0,0,'2017-03-09 21:09:55'); -INSERT INTO `marker` VALUES (520,1901,NULL,2,1937,21,'Great Fairy Fountain','',72.7265625,-116.265625,0,0,0,'2017-03-09 21:10:09'); -INSERT INTO `marker` VALUES (521,1901,NULL,2,1901,21,'Spring of Power','',186.640625,-86.265625,0,0,0,'2017-03-09 21:11:02'); -INSERT INTO `marker` VALUES (522,1901,NULL,2,1901,21,'Spring of Courage','',141.66796875,-164.87890625,0,0,0,'2017-03-09 21:11:45'); -INSERT INTO `marker` VALUES (523,1901,NULL,2,1925,21,'Shae Katha Shrine','BEFORE HACK',141.60546875,-164.31640625,0,0,0,'2017-03-09 21:12:04'); -INSERT INTO `marker` VALUES (524,1901,NULL,2,1925,21,'Dila Maag Shrine','BEFORE HACK',99.96875,-182.3125,0,0,0,'2017-03-09 21:12:33'); -INSERT INTO `marker` VALUES (525,1901,NULL,2,1925,21,'Ritaag Zumo Shrine','BEFORE HACK',198.78125,-94.921875,0,0,0,'2017-03-09 21:13:57'); -INSERT INTO `marker` VALUES (526,1901,NULL,2,1934,21,'Zelda's Awakening (#17)','',159.01953125,-158.01171875,0,0,0,'2017-03-09 21:16:07'); -INSERT INTO `marker` VALUES (527,1901,NULL,2,1934,21,'The Master Sword (#18)','',135.84375,-95.21875,0,0,0,'2017-03-09 21:16:51'); -INSERT INTO `marker` VALUES (528,1901,NULL,2,1901,21,'Yiga Clan Hideout','',71.625,-149.640625,0,0,0,'2017-03-09 21:18:01'); -INSERT INTO `marker` VALUES (529,1901,NULL,2,1921,40,'Rito Village','BEFORE HACK',71.40625,-99.875,0,0,0,'2017-03-09 21:25:10'); -INSERT INTO `marker` VALUES (530,1901,NULL,2,1925,39,'North Lomei Labyrinth','BEFORE HACK',114.75,-72.6875,0,0,0,'2017-03-09 21:27:58'); -INSERT INTO `marker` VALUES (531,1901,NULL,2,1925,14,'Zalta Wa Shrine','BEFORE HACK',105.62890625,-118.7890625,0,0,0,'2017-03-09 21:43:55'); -INSERT INTO `marker` VALUES (532,1901,NULL,2,1933,44,'Igneo Talus','',161.59375,-81.046875,0,0,0,'2017-03-09 21:49:03'); -INSERT INTO `marker` VALUES (533,1901,NULL,2,1933,44,'Stone Talus (Luminous)','',112.921875,-178.53125,0,0,0,'2017-03-09 21:49:40'); -INSERT INTO `marker` VALUES (534,1901,NULL,2,1933,45,'Stone Talus','Luminous Talus',94.1875,-103.46875,0,0,0,'2017-03-09 21:50:21'); -INSERT INTO `marker` VALUES (535,1901,NULL,2,1933,44,'Hinox','',178.7578125,-148.890625,0,0,0,'2017-03-09 21:55:05'); -INSERT INTO `marker` VALUES (536,1901,NULL,2,1925,47,'Mogg Latan Shrine','BEFORE HACK',92.11328125,-135.1484375,0,0,0,'2017-03-09 21:57:53'); -INSERT INTO `marker` VALUES (537,1901,NULL,2,1925,47,'Kuh Takkar Shrine','BEFORE HACK',79.75,-147.28125,0,0,0,'2017-03-09 21:59:05'); -INSERT INTO `marker` VALUES (538,1901,NULL,2,1925,48,'Dila Maag Shrine','BEFORE HACK',100,-182.0625,0,0,0,'2017-03-09 21:59:27'); -INSERT INTO `marker` VALUES (539,1901,NULL,2,1925,48,'Ishto Soh Shrine','BEFORE HACK',112.4296875,-183.734375,0,0,0,'2017-03-09 22:01:34'); -INSERT INTO `marker` VALUES (540,1901,NULL,2,1925,48,'Hawa Koth Shrine','BEFORE HACK',52.21875,-186.9140625,0,0,0,'2017-03-09 22:02:20'); -INSERT INTO `marker` VALUES (541,1901,NULL,2,1901,48,'Keeha Yoog Shrine','',67.71875,-139.21875,0,0,0,'2017-03-09 22:03:58'); -INSERT INTO `marker` VALUES (542,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); -INSERT INTO `marker` VALUES (543,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); -INSERT INTO `marker` VALUES (544,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); -INSERT INTO `marker` VALUES (545,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); -INSERT INTO `marker` VALUES (546,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.546875,-121.55859375,0,0,0,'2017-03-09 22:06:21'); -INSERT INTO `marker` VALUES (547,1901,NULL,2,1916,14,'Korok','Thundra Plateau Korok',92.2421875,-115.46875,0,0,0,'2017-03-09 22:07:33'); -INSERT INTO `marker` VALUES (548,1901,NULL,2,1926,50,'Divine Beast Vah Naboris','',85.125,-186.75,0,0,0,'2017-03-09 22:10:29'); -INSERT INTO `marker` VALUES (549,1901,NULL,2,1938,50,'Gerudo Canyon Stable','BEFORE HACK',84.19140625,-162.7421875,0,0,0,'2017-03-09 22:11:52'); -INSERT INTO `marker` VALUES (550,1901,NULL,2,1925,50,'Kay Noh Shrine','BEFORE HACK',84.140625,-163.96484375,0,0,0,'2017-03-09 22:12:38'); -INSERT INTO `marker` VALUES (551,1901,NULL,2,1901,51,'Old Man's Hut','If you didn't get the Warm Doublet it is waiting here in a chest',115.7421875,-163.2578125,0,0,0,'2017-03-09 22:13:19'); -INSERT INTO `marker` VALUES (552,1901,NULL,2,1925,50,'Daqo Chisay Shrine','BEFORE HACK',68.37109375,-172.02734375,0,0,0,'2017-03-09 22:13:30'); -INSERT INTO `marker` VALUES (553,1901,NULL,2,1921,50,'Gerudo Town','BEFORE HACK',68.0234375,-173.61328125,0,0,0,'2017-03-09 22:14:09'); -INSERT INTO `marker` VALUES (554,1901,NULL,2,1916,54,'Korok seed','',191.8125,-154.625,0,0,0,'2017-03-09 22:14:42'); -INSERT INTO `marker` VALUES (555,1901,NULL,2,1921,50,'Kara Kara Bazaar','BEFORE HACK',77.3515625,-167.94921875,0,0,0,'2017-03-09 22:15:21'); -INSERT INTO `marker` VALUES (557,1901,NULL,2,1925,14,'Toh Yahsa Shrine','BEFORE HACK',92.5703125,-113.90625,0,0,0,'2017-03-09 22:21:36'); -INSERT INTO `marker` VALUES (558,1901,NULL,2,1901,56,'','',200.6875,-69.875,0,0,0,'2017-03-09 22:24:38'); -INSERT INTO `marker` VALUES (559,1901,NULL,2,1916,55,'Korok','',197.8125,-166.734375,0,0,0,'2017-03-13 03:49:18'); -INSERT INTO `marker` VALUES (560,1901,NULL,2,1916,55,'Korok','',198.90625,-167.4375,0,0,0,'2017-03-09 22:26:09'); -INSERT INTO `marker` VALUES (561,1901,NULL,2,1916,57,'','',124.17578125,-126.33984375,0,0,0,'2017-03-09 22:27:46'); -INSERT INTO `marker` VALUES (562,1901,NULL,2,1925,48,'Tena Ko'sah Shrine','BEFORE HACK',73.8828125,-120.9765625,0,0,0,'2017-03-09 22:27:53'); -INSERT INTO `marker` VALUES (565,1901,NULL,2,1902,58,'Casco de barbaro','Attack +',200.7578125,-70.3203125,0,0,0,'2017-03-09 22:39:18'); -INSERT INTO `marker` VALUES (566,1901,NULL,2,1902,58,'Diadema con diamante','',200.734375,-70.3515625,0,0,0,'2017-03-09 22:39:50'); -INSERT INTO `marker` VALUES (567,1901,NULL,2,1903,61,'','Tree Stump Great Flameblade',110.6015625,-134.7109375,0,1,0,'2017-03-09 22:48:14'); -INSERT INTO `marker` VALUES (568,1901,NULL,2,1925,63,'Ritah'Zuma Shrine ','BEFORE HACK',198.40625,-94.4375,0,0,0,'2017-03-09 22:50:01'); -INSERT INTO `marker` VALUES (569,1901,NULL,2,1925,64,'Hia Miu Shrine','DELETE - BEFORE HACK',58.53125,-68.8125,0,0,0,'2017-03-14 06:18:17'); -INSERT INTO `marker` VALUES (570,1901,NULL,2,1916,64,'','DELETE - DUP',59.40625,-69.15625,0,0,0,'2017-03-14 06:17:20'); -INSERT INTO `marker` VALUES (571,1901,NULL,2,1933,64,'','',61.953125,-69.09375,0,0,0,'2017-03-09 22:55:36'); -INSERT INTO `marker` VALUES (572,1901,NULL,2,1916,64,'','',65.453125,-71.484375,0,0,0,'2017-03-09 22:56:22'); -INSERT INTO `marker` VALUES (573,1901,NULL,2,1901,63,'Goku'Chise Shrine','',68.84375,-172.3671875,0,0,0,'2017-03-09 23:01:05'); -INSERT INTO `marker` VALUES (574,1901,NULL,2,1925,64,'Mozo Shenno Shrine','BEFORE HACK',71.3203125,-80.5390625,0,0,0,'2017-03-09 23:01:41'); -INSERT INTO `marker` VALUES (575,1901,NULL,2,1901,63,'Shora'Ha Shrine','',152.359375,-79.53125,0,0,0,'2017-03-09 23:02:16'); -INSERT INTO `marker` VALUES (576,1901,NULL,2,1916,64,'','',59.203125,-83.2265625,0,0,0,'2017-03-09 23:02:16'); -INSERT INTO `marker` VALUES (577,1901,NULL,2,1933,64,'','',57.1015625,-85.9453125,0,0,0,'2017-03-09 23:02:34'); -INSERT INTO `marker` VALUES (578,1901,NULL,2,1934,67,'MEMORY #13: Slumbering Power','',186.515625,-86.5,0,1,0,'2017-03-09 23:02:34'); -INSERT INTO `marker` VALUES (579,1901,NULL,2,1927,66,'Temple of Time','Old crumbled Temple of Time, up on the Great Plateau',115.171875,-159.3359375,0,1,0,'2017-03-09 23:02:55'); -INSERT INTO `marker` VALUES (581,1901,NULL,2,1916,64,'','',58.875,-77.828125,0,0,0,'2017-03-09 23:03:15'); -INSERT INTO `marker` VALUES (582,1901,NULL,2,1916,68,'Korok Seed','',200.2109375,-118.07421875,0,0,0,'2017-03-09 23:07:00'); -INSERT INTO `marker` VALUES (583,1901,NULL,2,1916,56,'Korok Seed','Bomb in the leaves, pick up rock',198.9375,-95.1875,0,0,0,'2017-03-09 23:14:21'); -INSERT INTO `marker` VALUES (584,1901,NULL,2,1925,24,'Sha Gehma Shrine','BEFORE HACK',101.8359375,-69.2890625,0,0,0,'2017-03-09 23:14:47'); -INSERT INTO `marker` VALUES (585,1901,NULL,2,1925,24,'Akh Va'quot Shrine','BEFORE HACK',70.8828125,-100.546875,0,0,0,'2017-03-09 23:16:42'); -INSERT INTO `marker` VALUES (586,1901,NULL,2,1925,69,'','BEFORE HACK',68.6875,-172.28125,0,0,0,'2017-03-09 23:17:00'); -INSERT INTO `marker` VALUES (587,1901,NULL,2,1916,24,'','',70.265625,-101.6875,0,0,0,'2017-03-09 23:17:09'); -INSERT INTO `marker` VALUES (588,1901,NULL,2,1925,69,'','BEFORE HACK',84.0234375,-163.9140625,0,0,0,'2017-03-09 23:17:52'); -INSERT INTO `marker` VALUES (589,1901,NULL,2,1925,24,'Sha Warvo Shrine','BEFORE HACK',68.390625,-93.4765625,0,0,0,'2017-03-09 23:18:07'); -INSERT INTO `marker` VALUES (590,1901,NULL,2,1916,64,'','',64.3203125,-88.21484375,0,0,0,'2017-03-09 23:18:16'); -INSERT INTO `marker` VALUES (591,1901,NULL,2,1916,64,'','',64.3203125,-88.21484375,0,0,0,'2017-03-09 23:18:16'); -INSERT INTO `marker` VALUES (592,1901,NULL,2,1925,69,'','BEFORE HACK',76.2578125,-161.765625,0,0,0,'2017-03-09 23:18:43'); -INSERT INTO `marker` VALUES (593,1901,NULL,2,1925,24,'Shada Naw Shrine','BEFORE HACK',81.28125,-77.90625,0,0,0,'2017-03-09 23:18:58'); -INSERT INTO `marker` VALUES (594,1901,NULL,2,1923,24,'Tabantha Tower','BEFORE HACK',71.53125,-112.546875,0,0,0,'2017-03-09 23:20:21'); -INSERT INTO `marker` VALUES (595,1901,NULL,2,1925,24,'Hawa Koth Shrine','BEFORE HACK',52.171875,-187.046875,0,0,0,'2017-03-09 23:21:13'); -INSERT INTO `marker` VALUES (596,1901,NULL,2,1925,24,'Dila Maag Shrine','BEFORE HACK',99.9609375,-182.03515625,0,0,0,'2017-03-09 23:21:44'); -INSERT INTO `marker` VALUES (597,1901,NULL,2,1925,24,'Pumaag Nitae Shrine','BEFORE HACK',136.78125,-174.7265625,0,0,0,'2017-03-09 23:24:08'); -INSERT INTO `marker` VALUES (598,1901,NULL,2,1925,24,'Rona Kachta Shrine','BEFORE HACK',110.953125,-86.5,0,0,0,'2017-03-09 23:25:23'); -INSERT INTO `marker` VALUES (599,1901,NULL,2,1916,55,'Korok','',198.5703125,-164.18359375,0,0,0,'2017-03-13 03:50:28'); -INSERT INTO `marker` VALUES (600,1901,NULL,2,1901,24,'Forgotten Temple','',106.390625,-91.96875,0,0,0,'2017-03-09 23:28:05'); -INSERT INTO `marker` VALUES (601,1901,NULL,2,1916,24,'','',111.578125,-85.6640625,0,0,0,'2017-03-09 23:28:27'); -INSERT INTO `marker` VALUES (602,1901,NULL,2,1938,24,'Snowfield Stable','BEFORE HACK',102.203125,-87.546875,0,0,0,'2017-03-09 23:29:02'); -INSERT INTO `marker` VALUES (603,1901,NULL,2,1925,24,'Rin Oyaa Shrine','BEFORE HACK',101.390625,-88.140625,0,0,0,'2017-03-09 23:29:35'); -INSERT INTO `marker` VALUES (604,1901,NULL,2,1923,24,'Hebra Tower','BEFORE HACK',94.03125,-96.203125,0,0,0,'2017-03-09 23:29:56'); -INSERT INTO `marker` VALUES (605,1901,NULL,2,1901,24,'Pondo's Lodge','',95.546875,-95.4921875,0,0,0,'2017-03-09 23:30:53'); -INSERT INTO `marker` VALUES (606,1901,NULL,2,1925,24,'Dunba Taag Shrine','BEFORE HACK',83.8359375,-103.4453125,0,0,0,'2017-03-09 23:31:29'); -INSERT INTO `marker` VALUES (607,1901,NULL,2,1916,24,'','',92.109375,-133.375,0,0,0,'2017-03-09 23:32:18'); -INSERT INTO `marker` VALUES (608,1901,NULL,2,1925,24,'Mogg Latan Shrine','BEFORE HACK',92.09375,-135.265625,0,0,0,'2017-03-09 23:32:51'); -INSERT INTO `marker` VALUES (609,1901,NULL,2,1916,24,'','',93.078125,-135.703125,0,0,0,'2017-03-09 23:33:15'); -INSERT INTO `marker` VALUES (610,1901,NULL,2,1901,24,'Lord of the Mountain','',92.421875,-133.3984375,0,0,0,'2017-03-09 23:36:20'); -INSERT INTO `marker` VALUES (611,1901,NULL,2,1925,24,'Kema Zoos Shrine','BEFORE HACK',54.953125,-158.8203125,0,0,0,'2017-03-09 23:37:19'); -INSERT INTO `marker` VALUES (612,1901,NULL,2,1925,24,'Tutsuwa Nima Shrine','BEFORE HACK',187.0234375,-85.75,0,0,0,'2017-03-09 23:39:36'); -INSERT INTO `marker` VALUES (613,1901,NULL,2,1901,24,'Spring of Power','',186.671875,-86.234375,0,0,0,'2017-03-09 23:40:07'); -INSERT INTO `marker` VALUES (614,1901,NULL,2,1901,24,'Spring of Wisdom','',189.5,-148.96875,0,0,0,'2017-03-09 23:41:07'); -INSERT INTO `marker` VALUES (615,1901,NULL,2,1925,24,'Yah Rin Shrine','BEFORE HACK',172.2578125,-179.7734375,0,0,0,'2017-03-09 23:41:50'); -INSERT INTO `marker` VALUES (616,1901,NULL,2,1903,71,'Great Flameblade','Greatsword forged in the fire of Death Moutain by Goron',110.6328125,-134.7890625,0,1,0,'2017-03-09 23:42:14'); -INSERT INTO `marker` VALUES (617,1901,NULL,2,1916,24,'','',163.83984375,-175.2890625,0,0,0,'2017-03-09 23:42:44'); -INSERT INTO `marker` VALUES (618,1901,NULL,2,1930,24,'Stalhorse','',111.765625,-72.65625,0,0,0,'2017-03-09 23:44:32'); -INSERT INTO `marker` VALUES (619,1901,NULL,2,1925,73,'Saas Ko'sah Shrine','BEFORE HACK',125.671875,-109.91796875,0,0,0,'2017-03-09 23:44:32'); -INSERT INTO `marker` VALUES (620,1901,NULL,2,1930,24,'White Lynel','',108.1171875,-72.25,0,0,0,'2017-03-09 23:45:08'); -INSERT INTO `marker` VALUES (621,1901,NULL,2,1925,73,'Namika Ozz Shrine','BEFORE HACK',139.890625,-115.21875,0,0,0,'2017-03-09 23:45:19'); -INSERT INTO `marker` VALUES (622,1901,NULL,2,1930,24,'Blue Lynel','',179.140625,-146.8046875,0,0,0,'2017-03-09 23:46:37'); -INSERT INTO `marker` VALUES (623,1901,NULL,2,1901,24,'Tanagar Canyon Course','',79.2578125,-118.53125,0,0,0,'2017-03-09 23:49:58'); -INSERT INTO `marker` VALUES (624,1901,NULL,2,1937,24,'','',72.7734375,-116.3203125,0,0,0,'2017-03-09 23:50:23'); -INSERT INTO `marker` VALUES (625,1901,NULL,2,1925,24,'Shae Loya Shrine','BEFORE HACK',82.28125,-121.2578125,0,0,0,'2017-03-09 23:50:47'); -INSERT INTO `marker` VALUES (626,1901,NULL,2,1916,24,'','',77.984375,-122.6875,0,0,0,'2017-03-09 23:51:10'); -INSERT INTO `marker` VALUES (627,1901,NULL,2,1901,24,'Giant Horse','',108.96875,-170.109375,0,0,0,'2017-03-09 23:52:45'); -INSERT INTO `marker` VALUES (628,1901,NULL,2,1901,24,'Divine Beast Vah Rudania','',166.328125,-88.046875,0,0,0,'2017-03-09 23:56:00'); -INSERT INTO `marker` VALUES (629,1901,NULL,2,1901,24,'Eldin Leviathan','',152.1875,-70.2578125,0,0,0,'2017-03-09 23:57:18'); -INSERT INTO `marker` VALUES (630,1901,NULL,2,1931,24,'','',152.65625,-70.6328125,0,0,0,'2017-03-09 23:57:33'); -INSERT INTO `marker` VALUES (631,1901,NULL,2,1903,24,'Great Flameblade','',152.9375,-70.796875,0,0,0,'2017-03-09 23:57:46'); -INSERT INTO `marker` VALUES (632,1901,NULL,2,1925,42,'Hawa Koth Shrine','BEFORE HACK',52.4140625,-186.875,0,0,0,'2017-03-09 23:59:45'); -INSERT INTO `marker` VALUES (633,1901,NULL,2,1903,77,'Great Flameblade','',200.5,-69.5,0,0,0,'2017-03-10 00:00:04'); -INSERT INTO `marker` VALUES (634,1901,NULL,2,1930,24,'Guardian Skywatchers','',185.203125,-88.359375,0,0,0,'2017-03-10 00:01:15'); -INSERT INTO `marker` VALUES (635,1901,NULL,2,1937,42,'Great Fairy Fountain','',51.8046875,-187.8828125,0,0,0,'2017-03-10 00:01:31'); -INSERT INTO `marker` VALUES (636,1901,NULL,2,1930,24,'Guardian Skywatchers','',179.8125,-104.40625,0,0,0,'2017-03-10 00:01:40'); -INSERT INTO `marker` VALUES (639,1901,NULL,2,1931,24,'','',182.3046875,-92.8515625,0,0,0,'2017-03-10 00:02:27'); -INSERT INTO `marker` VALUES (640,1901,NULL,2,1931,24,'','',172.1171875,-108.3671875,0,0,0,'2017-03-10 00:04:24'); -INSERT INTO `marker` VALUES (641,1901,NULL,2,1916,24,'','',169.484375,-112.8671875,0,0,0,'2017-03-10 00:04:46'); -INSERT INTO `marker` VALUES (642,1901,NULL,2,1930,24,'Ice Wizzrobe','',170.6015625,-114.3515625,0,0,0,'2017-03-10 00:05:38'); -INSERT INTO `marker` VALUES (643,1901,NULL,2,1930,24,'Ice Wizzrobe','',170.23046875,-110.37890625,0,0,0,'2017-03-10 00:06:03'); -INSERT INTO `marker` VALUES (644,1901,NULL,2,1915,24,'Ore deposit','',167.72265625,-108.7890625,0,0,0,'2017-03-10 00:07:49'); -INSERT INTO `marker` VALUES (645,1901,NULL,2,1915,55,'Mineral Stones','',198.04296875,-152.37109375,0,0,0,'2017-03-10 00:08:24'); -INSERT INTO `marker` VALUES (646,1901,NULL,2,1901,24,'Goron Hot Springs','',155.6953125,-92.8125,0,0,0,'2017-03-10 00:08:49'); -INSERT INTO `marker` VALUES (647,1901,NULL,2,1920,24,'Southern Mine','',154.15625,-97.3046875,0,0,0,'2017-03-10 00:09:31'); -INSERT INTO `marker` VALUES (648,1901,NULL,2,1935,24,''From The Group Up' Goron Location','',153.7734375,-97.34375,0,0,0,'2017-03-10 00:10:12'); -INSERT INTO `marker` VALUES (650,1901,NULL,2,1901,82,'Gerudo Town','',67.40625,-174.03125,0,0,0,'2017-03-10 00:36:30'); -INSERT INTO `marker` VALUES (651,1901,NULL,2,1934,83,'Shrine Of Power Memory','Location Of The Memory at the Shrine Of Power',186.765625,-86.234375,0,0,0,'2017-03-10 00:37:57'); -INSERT INTO `marker` VALUES (653,1901,NULL,2,1925,82,'Hawa Koth Shrine','BEFORE HACK',52.18359375,-186.953125,0,0,0,'2017-03-10 00:40:04'); -INSERT INTO `marker` VALUES (654,1901,NULL,2,1937,82,'Great Fairy, Tera','',51.375,-188.51171875,0,0,0,'2017-03-10 00:40:33'); -INSERT INTO `marker` VALUES (655,1901,NULL,2,1901,82,'Tabantha Great Bridge','',79.453125,-118.9375,0,0,0,'2017-03-10 00:42:18'); -INSERT INTO `marker` VALUES (656,1901,NULL,2,1938,82,'Tabantha Stable','BEFORE HACK',82.140625,-119.28125,0,0,0,'2017-03-10 00:42:53'); -INSERT INTO `marker` VALUES (657,1901,NULL,2,1925,82,'Shae Loya Shrine','BEFORE HACK',82.15625,-121.171875,0,0,0,'2017-03-10 00:43:35'); -INSERT INTO `marker` VALUES (658,1901,NULL,2,1937,82,'Great Fairy, Kayasa','',72.78125,-116.34375,0,0,0,'2017-03-10 00:44:25'); -INSERT INTO `marker` VALUES (659,1901,NULL,2,1923,82,'Tabantha Tower','BEFORE HACK',71.5390625,-112.609375,0,0,0,'2017-03-10 00:45:04'); -INSERT INTO `marker` VALUES (660,1901,NULL,2,1901,82,'Cuho Mountain','',67.9921875,-107.296875,0,0,0,'2017-03-10 00:45:31'); -INSERT INTO `marker` VALUES (661,1901,NULL,2,1901,82,'Strock Lake','',75.640625,-108.3359375,0,0,0,'2017-03-10 00:45:51'); -INSERT INTO `marker` VALUES (662,1901,NULL,2,1901,82,'Lake Totori','',70.453125,-97.9765625,0,0,0,'2017-03-10 00:46:31'); -INSERT INTO `marker` VALUES (663,1901,NULL,2,1921,82,'Rito Village','BEFORE HACK',71.4453125,-99.828125,0,0,0,'2017-03-10 00:47:00'); -INSERT INTO `marker` VALUES (664,1901,NULL,2,1901,82,'Flight Range','',67.7109375,-92.296875,0,0,0,'2017-03-10 00:47:46'); -INSERT INTO `marker` VALUES (665,1901,NULL,2,1925,12,'Qaza Tokki Shrine','BEFORE HACK',115.078125,-72.76953125,0,0,0,'2017-03-10 00:49:44'); -INSERT INTO `marker` VALUES (666,1901,NULL,2,1925,12,'Sha Gehma Shrine','BEFORE HACK',101.890625,-69.265625,0,0,0,'2017-03-10 00:52:14'); -INSERT INTO `marker` VALUES (667,1901,NULL,2,1925,85,'Namika Ozz Shrine','BEFORE HACK',139.86328125,-115.171875,0,0,0,'2017-03-10 00:52:47'); -INSERT INTO `marker` VALUES (668,1901,NULL,2,1925,82,'Ritaag Zumo Shrine','BEFORE HACK',198.890625,-94.453125,0,0,0,'2017-03-10 00:53:26'); -INSERT INTO `marker` VALUES (669,1901,NULL,2,1925,12,'Rok Uwog Shrine','BEFORE HACK',90.8125,-77.6875,0,0,0,'2017-03-10 00:53:31'); -INSERT INTO `marker` VALUES (670,1901,NULL,2,1916,85,'','',138.1875,-114.21484375,0,0,0,'2017-03-10 00:54:17'); -INSERT INTO `marker` VALUES (671,1901,NULL,2,1925,82,'Tutsuwa Nima Shrine','BEFORE HACK',187.09375,-85.65625,0,0,0,'2017-03-10 00:54:21'); -INSERT INTO `marker` VALUES (672,1901,NULL,2,1916,85,'Korok Seed','',141.16015625,-117.16796875,0,0,0,'2017-03-10 00:55:03'); -INSERT INTO `marker` VALUES (673,1901,NULL,2,1925,12,'To Quomo Shrine','BEFORE HACK',65.13671875,-70.0546875,0,0,0,'2017-03-10 00:55:32'); -INSERT INTO `marker` VALUES (674,1901,NULL,2,1925,82,'Shora Hah Shrine','BEFORE HACK',152.1171875,-79.3828125,0,0,0,'2017-03-10 00:55:46'); -INSERT INTO `marker` VALUES (675,1901,NULL,2,1901,12,'Hebra Great Skeleton','',65.02734375,-70.08203125,0,0,1,'2017-03-10 00:56:45'); -INSERT INTO `marker` VALUES (676,1901,NULL,2,1925,82,'Qaza Tokki Shrine','BEFORE HACK',115.125,-72.796875,0,0,0,'2017-03-10 00:57:31'); -INSERT INTO `marker` VALUES (677,1901,NULL,2,1901,12,'Door to To Quomo Shrine','',68.45703125,-71.78125,0,0,0,'2017-03-10 00:58:09'); -INSERT INTO `marker` VALUES (678,1901,NULL,2,1925,12,'Hia Miu Shrine','DELETE - BEFORE HACK',58.578125,-68.6796875,0,0,0,'2017-03-14 06:18:51'); -INSERT INTO `marker` VALUES (679,1901,NULL,2,1925,12,'Goma Asaagh Shrine','BEFORE HACK',84.34375,-83.0625,0,0,0,'2017-03-10 01:00:38'); -INSERT INTO `marker` VALUES (680,1901,NULL,2,1925,12,'Shada Naw Shrine','BEFORE HACK',81.140625,-77.765625,0,0,0,'2017-03-10 01:01:02'); -INSERT INTO `marker` VALUES (681,1901,NULL,2,1925,12,'Mozo Shenno Shrine','BEFORE HACK',71.296875,-80.46875,0,0,0,'2017-03-10 01:02:05'); -INSERT INTO `marker` VALUES (682,1901,NULL,2,1925,12,'Maka Rah Shrine','BEFORE HACK',64.609375,-88.9296875,0,0,0,'2017-03-10 01:02:41'); -INSERT INTO `marker` VALUES (683,1901,NULL,2,1901,12,'Flight Range','',67.7421875,-92.3125,0,0,1,'2017-03-10 01:02:56'); -INSERT INTO `marker` VALUES (684,1901,NULL,2,1925,12,'Sha Warvo Shrine','BEFORE HACK',68.328125,-93.578125,0,0,0,'2017-03-10 01:03:20'); -INSERT INTO `marker` VALUES (685,1901,NULL,2,1925,73,'Noya Neha Shrine','BEFORE HACK',113.08984375,-118.2734375,0,0,0,'2017-03-10 01:04:34'); -INSERT INTO `marker` VALUES (686,1901,NULL,2,1925,73,'Noya Neha Shrine','BEFORE HACK',113.08984375,-118.2734375,0,0,0,'2017-03-10 01:04:35'); -INSERT INTO `marker` VALUES (687,1901,NULL,2,1925,12,'Ketoh Wawai Shrine','BEFORE HACK',132.625,-79.25,0,0,0,'2017-03-10 01:04:46'); -INSERT INTO `marker` VALUES (688,1901,NULL,2,1925,12,'Voo Lota Shrine','BEFORE HACK',65.265625,-101.0625,0,0,0,'2017-03-10 01:05:43'); -INSERT INTO `marker` VALUES (689,1901,NULL,2,1906,88,'Barbarian Helm','Part of the Barbarian Set',200.7421875,-70.1171875,0,0,0,'2017-03-10 01:06:00'); -INSERT INTO `marker` VALUES (690,1901,NULL,2,1925,12,'Akh Va'quot Shrine','BEFORE HACK',70.9375,-100.578125,0,0,0,'2017-03-10 01:06:04'); -INSERT INTO `marker` VALUES (691,1901,NULL,2,1925,12,'Bareeda Naag Shrine','BEFORE HACK',71.5625,-104.375,0,0,0,'2017-03-10 01:06:22'); -INSERT INTO `marker` VALUES (692,1901,NULL,2,1925,89,'Dila Maag Shrine','BEFORE HACK',99.9375,-182.0625,0,1,0,'2017-03-10 01:06:30'); -INSERT INTO `marker` VALUES (693,1901,NULL,2,1921,12,'Rito Village','BEFORE HACK',71.59375,-99.890625,0,0,0,'2017-03-10 01:07:26'); -INSERT INTO `marker` VALUES (694,1901,NULL,2,1925,89,'Ishto Soh Shrine','BEFORE HACK',111.9375,-184.15625,0,1,0,'2017-03-10 01:07:31'); -INSERT INTO `marker` VALUES (695,1901,NULL,2,1923,12,'Tabantha Tower','BEFORE HACK',71.5625,-112.640625,0,0,0,'2017-03-10 01:08:03'); -INSERT INTO `marker` VALUES (696,1901,NULL,2,1925,88,'Dila Maag Shrine','BEFORE HACK',99.94921875,-181.8515625,0,0,0,'2017-03-10 01:08:11'); -INSERT INTO `marker` VALUES (697,1901,NULL,2,1925,12,'Tena Ko'sah Shrine','BEFORE HACK',73.875,-120.984375,0,0,0,'2017-03-10 01:08:22'); -INSERT INTO `marker` VALUES (698,1901,NULL,2,1925,89,'Hawa Koth Shrine','BEFORE HACK',52.3125,-187.03125,0,0,0,'2017-03-10 01:08:33'); -INSERT INTO `marker` VALUES (699,1901,NULL,2,1925,12,'Kah Okeo Shrine','BEFORE HACK',63.609375,-121.5,0,0,0,'2017-03-10 01:08:41'); -INSERT INTO `marker` VALUES (700,1901,NULL,2,1906,88,'Barbarian Armor','Chest piece of the Barbarian Armor set.',99.953125,-182.08984375,0,0,0,'2017-03-10 01:09:11'); -INSERT INTO `marker` VALUES (701,1901,NULL,2,1925,89,'Misae Suma Shrine','BEFORE HACK',81.625,-187.03125,0,1,0,'2017-03-10 01:09:29'); -INSERT INTO `marker` VALUES (703,1901,NULL,2,1925,88,'Qaza Tokki Shrine','BEFORE HACK',115.1171875,-72.76953125,0,0,0,'2017-03-10 01:10:26'); -INSERT INTO `marker` VALUES (704,1901,NULL,2,1925,12,'Dunba Taag Shrine','BEFORE HACK',83.71875,-103.3671875,0,0,0,'2017-03-10 01:10:38'); -INSERT INTO `marker` VALUES (705,1901,NULL,2,1925,12,'Lanno Kooh Shrine','BEFORE HACK',86.8203125,-95.7265625,0,0,0,'2017-03-10 01:11:03'); -INSERT INTO `marker` VALUES (706,1901,NULL,2,1925,89,'Daqo Chisay Shrine','BEFORE HACK',68.390625,-172.125,0,1,0,'2017-03-10 01:11:06'); -INSERT INTO `marker` VALUES (707,1901,NULL,2,1906,88,'Barbarian Leg Wraps','Legs portion of the Barbarian Armor set.',115.08984375,-72.77734375,0,0,0,'2017-03-10 01:11:16'); -INSERT INTO `marker` VALUES (708,1901,NULL,2,1923,12,'Hebra Tower','BEFORE HACK',94.0625,-96.2578125,0,0,0,'2017-03-10 01:11:27'); -INSERT INTO `marker` VALUES (709,1901,NULL,2,1925,12,'Gee Ha'rah Shrine','BEFORE HACK',90.828125,-92.8046875,0,0,0,'2017-03-10 01:12:31'); -INSERT INTO `marker` VALUES (710,1901,NULL,2,1925,12,'Rin Oyaa Shrine','BEFORE HACK',101.09375,-88.0625,0,0,0,'2017-03-10 01:12:55'); -INSERT INTO `marker` VALUES (711,1901,NULL,2,1938,12,'Snowfield Stable','BEFORE HACK',102.234375,-87.890625,0,0,0,'2017-03-10 01:13:09'); -INSERT INTO `marker` VALUES (712,1901,NULL,2,1925,12,'Rona Kachta Shrine','BEFORE HACK',111.09375,-86.5,0,0,0,'2017-03-10 01:13:33'); -INSERT INTO `marker` VALUES (713,1901,NULL,2,1901,12,'Forgotten Temple','',106.21875,-92.03125,0,0,1,'2017-03-10 01:13:53'); -INSERT INTO `marker` VALUES (714,1901,NULL,2,1925,12,'Saas Ko'sah Shrine','BEFORE HACK',125.6875,-109.90625,0,0,0,'2017-03-10 01:14:47'); -INSERT INTO `marker` VALUES (715,1901,NULL,2,1925,12,'Ritaag Zumo Shrine','BEFORE HACK',198.78125,-94.625,0,0,0,'2017-03-10 01:17:10'); -INSERT INTO `marker` VALUES (716,1901,NULL,2,1925,12,'Tutsuwa Nima Shrine','BEFORE HACK',186.875,-85.9375,0,0,0,'2017-03-10 01:17:29'); -INSERT INTO `marker` VALUES (717,1901,NULL,2,1906,88,'Ancient Armor Set','Inside the Akkala Ancient Tech Lab.',198.56640625,-78.53125,0,0,0,'2017-03-10 01:17:45'); -INSERT INTO `marker` VALUES (718,1901,NULL,2,1901,12,'Spring of Power','',186.40625,-86.6875,0,0,1,'2017-03-10 01:17:50'); -INSERT INTO `marker` VALUES (719,1901,NULL,2,1925,12,'Kah Mael Shrine','BEFORE HACK',201.59375,-107.53125,0,0,0,'2017-03-10 01:18:27'); -INSERT INTO `marker` VALUES (720,1901,NULL,2,1925,12,'Ke'nai Shakah Shrine','BEFORE HACK',193.5625,-114.65625,0,0,0,'2017-03-10 01:18:47'); -INSERT INTO `marker` VALUES (721,1901,NULL,2,1925,12,'Sah Dahaj Shrine','BEFORE HACK',169.65625,-103.28125,0,0,0,'2017-03-10 01:19:52'); -INSERT INTO `marker` VALUES (722,1901,NULL,2,1916,92,'Korok Seed','',115.734375,-163.25390625,0,0,0,'2017-03-10 01:20:19'); -INSERT INTO `marker` VALUES (724,1901,NULL,2,1925,12,'Dagah Keek Shrine','BEFORE HACK',177.125,-121.46875,0,0,0,'2017-03-10 01:21:14'); -INSERT INTO `marker` VALUES (725,1901,NULL,2,1925,12,'Lakna Rokee Shrine','BEFORE HACK',159.609375,-143,0,0,0,'2017-03-10 01:22:04'); -INSERT INTO `marker` VALUES (726,1901,NULL,2,1925,12,'Kam Urog Shrine','BEFORE HACK',167.078125,-151.328125,0,0,0,'2017-03-10 01:22:23'); -INSERT INTO `marker` VALUES (727,1901,NULL,2,1925,12,'Kah Yah Shrine','BEFORE HACK',181.75,-179.90625,0,0,0,'2017-03-10 01:23:01'); -INSERT INTO `marker` VALUES (728,1901,NULL,2,1938,49,'Snowfield Stable','BEFORE HACK',102.12109375,-87.8125,0,0,0,'2017-03-10 01:23:01'); -INSERT INTO `marker` VALUES (729,1901,NULL,2,1906,88,'Climbing Gear','Chest piece of the Climber's Armor set.',190.73046875,-174.78125,0,0,0,'2017-03-10 01:23:05'); -INSERT INTO `marker` VALUES (730,1901,NULL,2,1925,12,'Shoqa Tatone Shrine','BEFORE HACK',129.390625,-188.015625,0,0,0,'2017-03-10 01:23:40'); -INSERT INTO `marker` VALUES (731,1901,NULL,2,1925,49,'Rin Oyaa Shrine','BEFORE HACK',101.14453125,-88.0859375,0,0,0,'2017-03-10 01:23:52'); -INSERT INTO `marker` VALUES (732,1901,NULL,2,1925,12,'Ishto Soh Shrine','BEFORE HACK',112.59375,-183.71875,0,0,0,'2017-03-10 01:24:04'); -INSERT INTO `marker` VALUES (733,1901,NULL,2,1906,88,'Climbing Boots','Leg piece for the Climber's Armor set',193.5703125,-154.43359375,0,0,0,'2017-03-10 01:24:06'); -INSERT INTO `marker` VALUES (734,1901,NULL,2,1925,12,'Suma Sahma Shrine','BEFORE HACK',105.828125,-181.875,0,0,0,'2017-03-10 01:24:27'); -INSERT INTO `marker` VALUES (735,1901,NULL,2,1923,49,'Hebra Tower','BEFORE HACK',94.0390625,-96.21875,0,0,0,'2017-03-10 01:24:48'); -INSERT INTO `marker` VALUES (736,1901,NULL,2,1925,12,'Dila Maag Shrine','BEFORE HACK',99.953125,-182.171875,0,0,0,'2017-03-10 01:24:48'); -INSERT INTO `marker` VALUES (737,1901,NULL,2,1925,12,'Korsh O'hu Shrine','BEFORE HACK',86.125,-172.1875,0,0,0,'2017-03-10 01:25:12'); -INSERT INTO `marker` VALUES (738,1901,NULL,2,1925,12,'Misae Suma Shrine','BEFORE HACK',81.5,-187.078125,0,0,0,'2017-03-10 01:25:36'); -INSERT INTO `marker` VALUES (739,1901,NULL,2,1925,12,'Hawa Koth Shrine','BEFORE HACK',52.21875,-187.109375,0,0,0,'2017-03-10 01:25:59'); -INSERT INTO `marker` VALUES (740,1901,NULL,2,1901,12,'Gerudo Great Skeleton','',52.671875,-186.046875,0,0,1,'2017-03-10 01:26:20'); -INSERT INTO `marker` VALUES (741,1901,NULL,2,1937,12,'Great Fairy Tera','',51.765625,-187.859375,0,0,1,'2017-04-07 22:31:53'); -INSERT INTO `marker` VALUES (742,1901,NULL,2,1925,12,'Raqa Zunzo Shrine','BEFORE HACK',68.40625,-176.84375,0,0,0,'2017-03-10 01:27:20'); -INSERT INTO `marker` VALUES (743,1901,NULL,2,1925,12,'Daqo Chisay Shrine','BEFORE HACK',68.359375,-172.109375,0,0,0,'2017-03-10 01:27:37'); -INSERT INTO `marker` VALUES (744,1901,NULL,2,1906,88,'Dark Link Outfit','Full Dark Link Outfit',178.74609375,-74.23828125,0,0,0,'2017-03-10 01:27:39'); -INSERT INTO `marker` VALUES (745,1901,NULL,2,1921,12,'Gerudo Town','BEFORE HACK',67.921875,-173.765625,0,0,0,'2017-03-10 01:27:48'); -INSERT INTO `marker` VALUES (746,1901,NULL,2,1901,12,'Northern Icehouse','',69.5,-163.8125,0,0,1,'2017-03-10 01:28:08'); -INSERT INTO `marker` VALUES (747,1901,NULL,2,1925,12,'Sasa Kai Shrine','BEFORE HACK',72.34375,-158.5625,0,0,0,'2017-03-10 01:28:29'); -INSERT INTO `marker` VALUES (748,1901,NULL,2,1925,12,'Dako Tah Shrine','BEFORE HACK',76.21875,-161.90625,0,0,0,'2017-03-10 01:28:47'); -INSERT INTO `marker` VALUES (749,1901,NULL,2,1925,12,'Tho Kayu Shrine','BEFORE HACK',52.9765625,-171.875,0,0,0,'2017-03-10 01:29:43'); -INSERT INTO `marker` VALUES (750,1901,NULL,2,1925,12,'Kema Zoos Shrine','BEFORE HACK',54.9609375,-159.03125,0,0,0,'2017-03-10 01:30:03'); -INSERT INTO `marker` VALUES (751,1901,NULL,2,1925,12,'Kay Noh Shrine','BEFORE HACK',84.0390625,-163.9765625,0,0,0,'2017-03-10 01:31:25'); -INSERT INTO `marker` VALUES (752,1901,NULL,2,1925,12,'Sho Dantu Shrine','BEFORE HACK',66.78125,-153.796875,0,0,0,'2017-03-10 01:31:57'); -INSERT INTO `marker` VALUES (753,1901,NULL,2,1925,12,'Kuh Takkar Shrine','BEFORE HACK',79.8828125,-147.0703125,0,0,0,'2017-03-10 01:32:23'); -INSERT INTO `marker` VALUES (754,1901,NULL,2,1925,12,'Keeha Yoog Shrine','BEFORE HACK',67.625,-139.21875,0,0,0,'2017-03-10 01:32:44'); -INSERT INTO `marker` VALUES (755,1901,NULL,2,1916,55,'Korok','',163.7578125,-138.984375,0,0,0,'2017-03-10 01:32:57'); -INSERT INTO `marker` VALUES (756,1901,NULL,2,1925,12,'Kema Kosassa Shrine','BEFORE HACK',55.25,-142.109375,0,0,0,'2017-03-10 01:33:04'); -INSERT INTO `marker` VALUES (757,1901,NULL,2,1906,88,'Desert Voe Armor','Desert Voe armor set',68.765625,-173.90625,0,0,0,'2017-03-10 01:33:31'); -INSERT INTO `marker` VALUES (758,1901,NULL,2,1925,12,'Mijah Rokee Shrine','BEFORE HACK',85.109375,-131.515625,0,0,0,'2017-03-10 01:33:32'); -INSERT INTO `marker` VALUES (759,1901,NULL,2,1925,12,'Mogg Latan Shrine','BEFORE HACK',92.078125,-135.15625,0,0,0,'2017-03-10 01:33:51'); -INSERT INTO `marker` VALUES (760,1901,NULL,2,1925,12,'Sheem Dagoze Shrine','BEFORE HACK',98.3203125,-129.5,0,0,0,'2017-03-10 01:34:14'); -INSERT INTO `marker` VALUES (761,1901,NULL,2,1925,12,'Zalta Wa Shrine','BEFORE HACK',105.6171875,-118.78125,0,0,0,'2017-03-10 01:34:38'); -INSERT INTO `marker` VALUES (762,1901,NULL,2,1925,12,'Toh Yahsa Shrine','BEFORE HACK',92.515625,-113.921875,0,0,0,'2017-03-10 01:35:02'); -INSERT INTO `marker` VALUES (763,1901,NULL,2,1925,12,'Maag No'rah Shrine','BEFORE HACK',97.6484375,-105.203125,0,0,0,'2017-03-10 01:35:32'); -INSERT INTO `marker` VALUES (764,1901,NULL,2,1925,12,'Noya Neha Shrine','BEFORE HACK',113.1171875,-118.21484375,0,0,0,'2017-03-10 01:36:17'); -INSERT INTO `marker` VALUES (765,1901,NULL,2,1906,88,'Flamebreaker Armor','Flamebreaker armor chest piece',154.2578125,-97.51953125,0,0,0,'2017-03-10 01:36:24'); -INSERT INTO `marker` VALUES (766,1901,NULL,2,1925,12,'Shora Hah Shrine','BEFORE HACK',152.03125,-79.46875,0,0,0,'2017-03-10 01:38:07'); -INSERT INTO `marker` VALUES (767,1901,NULL,2,1916,55,'Korok','',163.00390625,-139.328125,0,0,0,'2017-03-10 01:38:25'); -INSERT INTO `marker` VALUES (768,1901,NULL,2,1925,12,'Namika Ozz Shrine','BEFORE HACK',139.890625,-115.15625,0,0,0,'2017-03-10 01:38:34'); -INSERT INTO `marker` VALUES (769,1901,NULL,2,1925,12,'Kaya Wan Shrine','BEFORE HACK',140.84375,-130.84375,0,0,0,'2017-03-10 01:38:57'); -INSERT INTO `marker` VALUES (770,1901,NULL,2,1906,88,'Gerudo Vai Outfit','',77.3125,-167.578125,0,0,0,'2017-03-10 01:39:50'); -INSERT INTO `marker` VALUES (771,1901,NULL,2,1925,12,'Shae Katha Shrine','BEFORE HACK',141.65625,-164.6875,0,0,0,'2017-03-10 01:39:51'); -INSERT INTO `marker` VALUES (772,1901,NULL,2,1901,12,'Spring of Courage','',142.03125,-165.875,0,0,1,'2017-03-10 01:40:00'); -INSERT INTO `marker` VALUES (773,1901,NULL,2,1925,12,'Pumaag Nitae Shrine','BEFORE HACK',136.796875,-174.734375,0,0,0,'2017-03-10 01:40:37'); -INSERT INTO `marker` VALUES (774,1901,NULL,2,1925,12,'Joloo Nah Shrine','BEFORE HACK',96.6796875,-154.1953125,0,0,0,'2017-03-10 01:41:21'); -INSERT INTO `marker` VALUES (775,1901,NULL,2,1925,12,'Shae Loya Shrine','BEFORE HACK',82.1953125,-121.265625,0,0,0,'2017-03-10 01:42:55'); -INSERT INTO `marker` VALUES (776,1901,NULL,2,1920,25,'Yiga Clan Hideout','Yiga Clan',71.96875,-149.40625,0,0,0,'2017-03-10 01:45:26'); -INSERT INTO `marker` VALUES (777,1901,NULL,2,1925,12,'Yah Rin Shrine','BEFORE HACK',172.28125,-179.71875,0,0,0,'2017-03-10 01:45:49'); -INSERT INTO `marker` VALUES (778,1901,NULL,2,1916,25,'Korok','',80.0859375,-148.109375,0,0,0,'2017-03-10 01:46:08'); -INSERT INTO `marker` VALUES (779,1901,NULL,2,1925,12,'Tawa Jinn Shrine','BEFORE HACK',169.2109375,-172.203125,0,0,0,'2017-03-10 01:46:12'); -INSERT INTO `marker` VALUES (780,1901,NULL,2,1925,25,'Kuh Takkar Shrine','BEFORE HACK',79.78125,-147.109375,0,0,0,'2017-03-10 01:46:41'); -INSERT INTO `marker` VALUES (781,1901,NULL,2,1906,88,'Hylian Trousers','Hylian Armor set trousers',116.4296875,-157.015625,0,0,0,'2017-03-10 01:46:55'); -INSERT INTO `marker` VALUES (782,1901,NULL,2,1921,12,'Zora's Domain','BEFORE HACK',179.0625,-121.6875,0,0,0,'2017-03-10 01:48:08'); -INSERT INTO `marker` VALUES (783,1901,NULL,2,1921,12,'Goron City','BEFORE HACK',154.375,-89.84375,0,0,0,'2017-03-10 01:48:25'); -INSERT INTO `marker` VALUES (784,1901,NULL,2,1921,12,'Lurelin Village','BEFORE HACK',174.953125,-181.875,0,0,0,'2017-03-10 01:49:08'); -INSERT INTO `marker` VALUES (785,1901,NULL,2,1937,12,'Great Fairy Kaysa','',72.6875,-116.28125,0,0,1,'2017-04-07 22:32:08'); -INSERT INTO `marker` VALUES (786,1901,NULL,2,1937,12,'Horse God Malanya','',140.3671875,-186.15625,0,0,1,'2017-04-07 22:31:38'); -INSERT INTO `marker` VALUES (787,1901,NULL,2,1906,88,'Warm Doublet','Warm Doublet reward from Old Man',114.77734375,-163.828125,0,0,0,'2017-03-10 01:51:23'); -INSERT INTO `marker` VALUES (788,1901,NULL,2,1938,12,'Rito Stable','BEFORE HACK',77.203125,-100.65625,0,0,0,'2017-03-10 01:51:27'); -INSERT INTO `marker` VALUES (789,1901,NULL,2,1938,12,'Tabantha Bridge Stable','BEFORE HACK',82.078125,-118.453125,0,0,0,'2017-03-10 01:51:55'); -INSERT INTO `marker` VALUES (790,1901,NULL,2,1938,12,'Gerudo Canyon Stable','BEFORE HACK',84.203125,-162.828125,0,0,0,'2017-03-10 01:52:29'); -INSERT INTO `marker` VALUES (791,1901,NULL,2,1938,12,'Wetland Shrine','BEFORE HACK',142.0390625,-130.78125,0,0,0,'2017-03-10 01:53:07'); -INSERT INTO `marker` VALUES (792,1901,NULL,2,1921,12,'Tarrey Town','BEFORE HACK',190.0625,-102.875,0,0,0,'2017-03-10 01:53:36'); -INSERT INTO `marker` VALUES (793,1901,NULL,2,1906,88,'Champion's Tunic','Champion's Tunic location',157.22265625,-143.63671875,0,0,0,'2017-03-10 01:53:50'); -INSERT INTO `marker` VALUES (794,1901,NULL,2,1906,88,'Rubber Helm','Rubber Helm armor piece',152.546875,-183.30859375,0,0,0,'2017-03-10 01:56:35'); -INSERT INTO `marker` VALUES (795,1901,NULL,2,1901,88,'Rubber Armor','Rubber Armor Chest Piece',104.796875,-118.6015625,0,0,0,'2017-03-10 02:02:15'); -INSERT INTO `marker` VALUES (796,1901,NULL,2,1906,88,'Rubber Tights','Rubber Armor legs piece',159.5,-179.296875,0,0,0,'2017-03-10 02:03:45'); -INSERT INTO `marker` VALUES (797,1901,NULL,2,1927,88,'Temple of Time','Temple of Time BotW',115.48046875,-157.9296875,0,0,0,'2017-03-10 02:05:13'); -INSERT INTO `marker` VALUES (798,1901,NULL,2,1935,96,'Link's House','This is not the actual side quest name. We need to confirm in-game. -Josh',179.703125,-163.765625,0,0,1,'2017-03-13 03:59:07'); -INSERT INTO `marker` VALUES (799,1901,NULL,2,1906,88,'Zora Helm','Zora Helm armor piece',182.1875,-114.21875,0,0,0,'2017-03-10 02:13:42'); -INSERT INTO `marker` VALUES (800,1901,NULL,2,1926,98,'','Goron - Dungeon',167.625,-87.875,0,0,0,'2017-03-10 02:18:03'); -INSERT INTO `marker` VALUES (801,1901,NULL,2,1906,88,'Zora Greaves','Zora Greaves leg armor',180.3671875,-120.296875,0,0,0,'2017-03-10 02:18:09'); -INSERT INTO `marker` VALUES (802,1901,NULL,2,1934,99,'Memory #5','',72.6328125,-120.99609375,0,0,0,'2017-03-10 02:18:27'); -INSERT INTO `marker` VALUES (803,1901,NULL,2,1926,98,'','',71.53125,-98.90625,0,0,0,'2017-03-10 02:18:33'); -INSERT INTO `marker` VALUES (804,1901,NULL,2,1930,100,'Lynel','',197.84375,-139.625,0,0,0,'2017-03-10 02:23:23'); -INSERT INTO `marker` VALUES (805,1901,NULL,2,1930,101,'Yiga Member','Answer Link when ask for something with L',169.234375,-115.984375,0,0,0,'2017-03-10 02:23:43'); -INSERT INTO `marker` VALUES (806,1901,NULL,2,1930,100,'Blue Hinox','',197.421875,-133.78125,0,0,0,'2017-03-10 02:24:09'); -INSERT INTO `marker` VALUES (807,1901,NULL,2,1916,100,'','',198.71875,-143.90625,0,0,0,'2017-03-10 02:26:18'); -INSERT INTO `marker` VALUES (808,1901,NULL,2,1916,100,'','',198.734375,-143.671875,0,0,0,'2017-03-10 02:26:40'); -INSERT INTO `marker` VALUES (809,1901,NULL,2,1930,101,'Yiga Member','Ask about the Yiga clan',169.1875,-116.484375,0,0,0,'2017-03-10 02:28:18'); -INSERT INTO `marker` VALUES (810,1901,NULL,2,1930,101,'Yiga Member','Is selling bananas for 99 rupees each',157.703125,-123.234375,0,0,0,'2017-03-10 02:30:08'); -INSERT INTO `marker` VALUES (811,1901,NULL,2,1916,100,'','',189.328125,-107.703125,0,0,0,'2017-03-10 02:39:04'); -INSERT INTO `marker` VALUES (812,1901,NULL,2,1925,95,'Fountain of Courage','BEFORE HACK',141.7265625,-165.1328125,0,0,0,'2017-03-10 02:46:45'); -INSERT INTO `marker` VALUES (813,1901,NULL,2,1901,104,'Giant Horse','Location of giant horse',114.03125,-171.625,0,0,0,'2017-03-10 02:58:01'); -INSERT INTO `marker` VALUES (814,1901,NULL,2,1937,99,'Great fairy','',72.62109375,-116.3359375,0,0,0,'2017-03-10 03:10:41'); -INSERT INTO `marker` VALUES (816,1901,NULL,2,1916,106,'Korok','Korok seed',200.84375,-165.2109375,0,0,0,'2017-03-13 03:49:50'); -INSERT INTO `marker` VALUES (817,1901,NULL,2,1933,106,'Luminous Stone Talus','',199.11328125,-166.4921875,0,0,1,'2017-03-13 03:48:28'); -INSERT INTO `marker` VALUES (818,1901,NULL,2,1916,106,'Korok','',198.84375,-165.59375,0,0,0,'2017-03-13 03:49:08'); -INSERT INTO `marker` VALUES (819,1901,NULL,2,1901,106,'Boat','',190.6171875,-174.38671875,0,0,0,'2017-03-10 03:14:38'); -INSERT INTO `marker` VALUES (820,1901,NULL,2,1901,106,'Father and Daughter (#12)','',122.31640625,-112.45703125,0,0,0,'2017-03-10 03:16:58'); -INSERT INTO `marker` VALUES (821,1901,NULL,2,1901,106,'The Eighth Heroine','Eight Heroine',59.59765625,-136.18359375,0,0,0,'2017-03-10 03:22:49'); -INSERT INTO `marker` VALUES (822,1901,NULL,2,1916,107,'Korok seed','',111.65234375,-87.04296875,0,0,0,'2017-03-10 03:24:40'); -INSERT INTO `marker` VALUES (823,1901,NULL,2,1916,107,'Korok seed','',108.40625,-91.140625,0,0,0,'2017-03-10 03:26:45'); -INSERT INTO `marker` VALUES (824,1901,NULL,2,1916,107,'Korok seed','',105.8125,-92.0390625,0,0,0,'2017-03-10 03:27:23'); -INSERT INTO `marker` VALUES (825,1901,NULL,2,1930,108,'Talus','',112.6875,-178.53125,0,0,0,'2017-03-10 03:29:10'); -INSERT INTO `marker` VALUES (826,1901,NULL,2,1916,108,'Korok','Hide and Seek Korok',110.765625,-184.5625,0,0,0,'2017-03-10 03:33:19'); -INSERT INTO `marker` VALUES (827,1901,NULL,2,1934,58,'El resentimiento de Zelda','',73.25,-121.4296875,0,0,0,'2017-03-10 03:36:06'); -INSERT INTO `marker` VALUES (828,1901,NULL,2,1916,106,'Korok','',155.73046875,-173.83984375,0,0,0,'2017-03-10 03:38:49'); -INSERT INTO `marker` VALUES (829,1901,NULL,2,1901,106,'Farosh Spawn Point','',156.05859375,-173.85546875,0,0,0,'2017-03-10 03:39:16'); -INSERT INTO `marker` VALUES (830,1901,NULL,2,1903,106,'Great Flameblade','',110.60546875,-134.6640625,0,0,0,'2017-03-10 03:40:22'); -INSERT INTO `marker` VALUES (831,1901,NULL,2,1930,108,'Stalnox','Skeletal Hynox',111.390625,-186.859375,0,0,0,'2017-03-10 03:51:05'); -INSERT INTO `marker` VALUES (833,1901,NULL,2,1901,110,'','',104.515625,-158.0390625,0,0,0,'2017-03-10 04:09:13'); -INSERT INTO `marker` VALUES (834,1901,NULL,2,1930,111,'White Lynel','',114.5,-177.5,0,0,0,'2017-03-10 04:11:27'); -INSERT INTO `marker` VALUES (835,1901,NULL,2,1930,111,'White Lynel','',116.0625,-183.75,0,0,0,'2017-03-10 04:11:47'); -INSERT INTO `marker` VALUES (836,1901,NULL,2,1930,111,'Lynel','',100.265625,-72.96875,0,0,0,'2017-03-10 04:12:28'); -INSERT INTO `marker` VALUES (837,1901,NULL,2,1930,111,'Lynel','',107.25,-72.296875,0,0,0,'2017-03-10 04:12:45'); -INSERT INTO `marker` VALUES (838,1901,NULL,2,1936,106,'Cracked Wall','',158.09765625,-90.37109375,0,0,0,'2017-03-10 04:27:34'); -INSERT INTO `marker` VALUES (839,1901,NULL,2,1916,106,'Korok','',157.171875,-90.515625,0,0,0,'2017-03-10 04:28:37'); -INSERT INTO `marker` VALUES (840,1901,NULL,2,1916,110,'Korok Seed','',96.40625,-162.15625,0,0,0,'2017-03-13 04:54:09'); -INSERT INTO `marker` VALUES (841,1901,NULL,2,1916,114,'Korok Seed','Seed is behind ruin wall',109.6953125,-164.234375,0,1,0,'2017-03-10 04:35:20'); -INSERT INTO `marker` VALUES (842,1901,NULL,2,1916,1,'Korok','',92.11328125,-133.3671875,0,0,0,'2017-03-10 05:05:40'); -INSERT INTO `marker` VALUES (844,1901,NULL,2,1916,1,'Korok','',92.2578125,-134.453125,0,0,0,'2017-03-10 05:09:48'); -INSERT INTO `marker` VALUES (845,1901,NULL,2,1916,1,'Korok','',92.19921875,-135.1953125,0,0,0,'2017-03-10 05:21:59'); -INSERT INTO `marker` VALUES (846,1901,NULL,2,1933,119,'Stone Talus','',124.46875,-156.453125,0,0,0,'2017-03-10 05:33:37'); -INSERT INTO `marker` VALUES (847,1901,NULL,2,1902,123,'Gerudo Hero Grave','',68.734375,-154.546875,0,0,0,'2017-03-10 06:05:18'); -INSERT INTO `marker` VALUES (848,1901,NULL,2,1933,127,'Hinox','',179.46875,-108.390625,0,0,0,'2017-03-10 06:08:26'); -INSERT INTO `marker` VALUES (849,1901,NULL,2,1915,127,'Ore Deposit','',174.65625,-133.33984375,0,0,0,'2017-03-10 06:13:41'); -INSERT INTO `marker` VALUES (850,1901,NULL,2,1901,1,'Chest','',72.5234375,-118.6953125,0,0,0,'2017-03-10 06:15:02'); -INSERT INTO `marker` VALUES (851,1901,NULL,2,1901,1,'Chest','',72.33984375,-118.78515625,0,0,0,'2017-03-10 06:15:16'); -INSERT INTO `marker` VALUES (852,1901,NULL,2,1933,127,'Hinox','',183.15625,-133.7109375,0,0,0,'2017-03-10 06:16:40'); -INSERT INTO `marker` VALUES (853,1901,NULL,2,1938,1,'Tabantha Bridge Stable','BEFORE HACK',82.14453125,-119.43359375,0,0,0,'2017-03-10 06:20:56'); -INSERT INTO `marker` VALUES (854,1901,NULL,2,1935,1,'A Gift for the Great Fairy','',82.22265625,-119.296875,0,0,1,'2017-03-10 06:22:11'); -INSERT INTO `marker` VALUES (855,1901,NULL,2,1933,127,'Lynel','',178.87109375,-146.77734375,0,0,0,'2017-03-10 06:28:36'); -INSERT INTO `marker` VALUES (856,1901,NULL,2,1933,127,'White-Maned Lynel','',64.96875,-141.671875,0,0,0,'2017-03-10 06:32:06'); -INSERT INTO `marker` VALUES (857,1901,NULL,2,1933,127,'White-Maned Lynel','',80.09375,-144.75,0,0,0,'2017-03-10 06:32:39'); -INSERT INTO `marker` VALUES (858,1901,NULL,2,1933,127,'White-Maned Lynel','',82.4140625,-148.1875,0,0,0,'2017-03-10 06:33:07'); -INSERT INTO `marker` VALUES (859,1901,NULL,2,1933,127,'Molduga','',57.40625,-174.90625,0,0,0,'2017-03-10 06:42:21'); -INSERT INTO `marker` VALUES (860,1901,NULL,2,1916,106,'Korok','',138.38671875,-150.94921875,0,0,0,'2017-03-13 04:38:50'); -INSERT INTO `marker` VALUES (861,1901,NULL,2,1916,118,'Korok Seed','Korok Seed under metal plate',203.28125,-76.4453125,0,0,0,'2017-03-10 07:03:23'); -INSERT INTO `marker` VALUES (862,1901,NULL,2,1901,131,'done','',105.25,-156,0,0,0,'2017-03-10 07:18:52'); -INSERT INTO `marker` VALUES (864,1901,NULL,2,1904,119,'Forest Dweller's Bow','CAN FIRE THREE ARROWS SIMULTANEOUSLY!',91.41796875,-138.58984375,0,0,0,'2017-03-10 07:28:47'); -INSERT INTO `marker` VALUES (865,1901,NULL,2,1936,119,'Silver Rupee','',91.37890625,-136.6015625,0,0,0,'2017-03-10 07:31:23'); -INSERT INTO `marker` VALUES (867,1901,NULL,2,1910,119,'Chest','Contains Forest Dweller's Spear',96.28125,-132.71875,0,0,0,'2017-03-10 08:03:45'); -INSERT INTO `marker` VALUES (868,1901,NULL,2,1910,119,'Amber','Amber under rock',96.28125,-132.6875,0,0,0,'2017-03-10 08:04:25'); -INSERT INTO `marker` VALUES (869,1901,NULL,2,1916,119,'Cracked Wall','Contains Rock; lift to find Korok',96.1328125,-132.6328125,0,0,0,'2017-03-10 08:06:53'); -INSERT INTO `marker` VALUES (870,1901,NULL,2,1901,136,'','',174.078125,-123.625,0,0,0,'2017-03-10 08:14:23'); -INSERT INTO `marker` VALUES (871,1901,NULL,2,1901,143,'','',124.01171875,-111.390625,0,0,0,'2017-03-10 09:57:32'); -INSERT INTO `marker` VALUES (872,1901,NULL,2,1903,144,'Great Flameblade','',110.671875,-134.76953125,0,1,0,'2017-03-10 09:58:54'); -INSERT INTO `marker` VALUES (873,1901,NULL,2,1916,140,'Korok','Korok seed - Throw a stone in the middle of the circle stone in the water',129.82421875,-154.75390625,0,1,0,'2017-03-10 10:10:42'); -INSERT INTO `marker` VALUES (874,1901,NULL,2,1916,140,'Korok','Korok seeds - shoot target that appears behind the ruins wall',128.8515625,-150.5078125,0,1,0,'2017-03-10 10:13:29'); -INSERT INTO `marker` VALUES (875,1901,NULL,2,1935,140,'Castle weapons - Parisse','Parisse side quest',133.140625,-145.296875,0,0,1,'2017-03-13 04:42:15'); -INSERT INTO `marker` VALUES (876,1901,NULL,2,1935,140,'Royal Receipes','Gottah's quest',133.4765625,-145.09375,0,0,1,'2017-03-13 04:42:03'); -INSERT INTO `marker` VALUES (877,1901,NULL,2,1916,140,'Korok','Korok seeds - Remove stone and door to find the Korok',121.3828125,-159.171875,0,1,0,'2017-03-10 10:22:04'); -INSERT INTO `marker` VALUES (878,1901,NULL,2,1916,140,'Korok','',115.86328125,-152.68359375,0,0,0,'2017-03-13 04:46:25'); -INSERT INTO `marker` VALUES (880,1901,NULL,2,1916,145,'korok seeds','under two rock',181.953125,-72.0625,0,0,0,'2017-03-10 10:40:28'); -INSERT INTO `marker` VALUES (882,1901,NULL,2,1916,147,'Seed','There is a seed available for pick up after you lift the rock on top of the fall',107.11328125,-131.8671875,0,0,0,'2017-03-10 12:46:16'); -INSERT INTO `marker` VALUES (883,1901,NULL,2,1901,148,'Glowing Ball','Ball can be picked up and needs to be placed in bowl.',200.69140625,-99.4765625,0,0,0,'2017-03-10 12:54:54'); -INSERT INTO `marker` VALUES (884,1901,NULL,2,1901,152,'','',112.31640625,-119.517578125,0,0,0,'2017-03-10 13:29:44'); -INSERT INTO `marker` VALUES (885,1901,NULL,2,1901,152,'','',111.802734375,-121.0546875,0,0,0,'2017-03-10 13:31:17'); -INSERT INTO `marker` VALUES (886,1901,NULL,2,1936,153,'Cracked Wall','Treasure Chests Inside',141.3671875,-158.296875,0,0,1,'2017-03-13 04:34:29'); -INSERT INTO `marker` VALUES (887,1901,NULL,2,1916,153,'Korok Seed','Push rock into hole',140.2734375,-157.7578125,0,0,0,'2017-03-13 04:34:53'); -INSERT INTO `marker` VALUES (888,1901,NULL,2,1916,153,'Korok Seed','Throw rock into ring of stones (throw from bridge, bounce off Cryonis pillar)',155.39453125,-151.98828125,0,0,0,'2017-03-10 13:36:58'); -INSERT INTO `marker` VALUES (889,1901,NULL,2,1930,153,'Fire Wizzrobe','Defeat to receive Fire Rod',162.9453125,-150.8359375,0,0,0,'2017-03-10 13:41:33'); -INSERT INTO `marker` VALUES (890,1901,NULL,2,1901,153,'Chest - Eightfold Longblade','',154.9375,-143.578125,0,0,0,'2017-03-10 13:57:01'); -INSERT INTO `marker` VALUES (892,1901,NULL,2,1916,153,'Korok Seed','Place one apple in each bowl',156.234375,-143.56640625,0,0,0,'2017-03-10 13:58:02'); -INSERT INTO `marker` VALUES (893,1901,NULL,2,1903,153,'Iron Sledgehammer','',155.85546875,-141.375,0,0,0,'2017-03-10 13:59:52'); -INSERT INTO `marker` VALUES (894,1901,NULL,2,1933,155,'Hinox','Hinox',173.8125,-123.375,0,0,0,'2017-03-10 14:15:13'); -INSERT INTO `marker` VALUES (895,1901,NULL,2,1933,155,'Lynel','Lynel',179.625,-147.25,0,0,0,'2017-03-10 14:16:59'); -INSERT INTO `marker` VALUES (896,1901,NULL,2,1916,155,'Korok seeds','',170.30078125,-146.1953125,0,0,0,'2017-03-10 14:18:22'); -INSERT INTO `marker` VALUES (898,1901,NULL,2,1901,149,'','Korok Seed',68.6015625,-115.875,0,0,0,'2017-03-10 14:37:16'); -INSERT INTO `marker` VALUES (899,1901,NULL,2,1916,149,'Korok Seed','',66.0234375,-118.2265625,0,0,0,'2017-03-10 14:40:12'); -INSERT INTO `marker` VALUES (900,1901,NULL,2,1916,91,'Korok','',186.640625,-161.09375,0,0,0,'2017-03-13 03:53:10'); -INSERT INTO `marker` VALUES (904,1901,NULL,2,1930,24,'Black Hinox','',133.6484375,-79.1875,0,0,0,'2017-03-10 15:40:29'); -INSERT INTO `marker` VALUES (905,1901,NULL,2,1916,91,'seed','',192.53125,-167.8125,0,0,0,'2017-03-13 03:51:43'); -INSERT INTO `marker` VALUES (906,1901,NULL,2,1916,24,'','',124.0390625,-111.38671875,0,0,0,'2017-03-10 15:43:52'); -INSERT INTO `marker` VALUES (907,1901,NULL,2,1916,24,'','',121.96875,-110.6875,0,0,0,'2017-03-10 15:44:37'); -INSERT INTO `marker` VALUES (908,1901,NULL,2,1916,165,'Owl in Tree','Shoot the Owl in the Tree with an arrow',98.90625,-133.484375,0,0,0,'2017-03-10 15:56:15'); -INSERT INTO `marker` VALUES (910,1901,NULL,2,1913,165,'Lots of Herbs','Electric Safflina, Swift Carrot, Warm Safflina, Blue Nightshade, Hyrule Herb',98.765625,-133.71875,0,0,0,'2017-03-10 15:57:33'); -INSERT INTO `marker` VALUES (911,1901,NULL,2,1915,165,'Apple Orchard','Lots of Apples (100+)\r\nclear cut with bombs, then harvest away!',97.5390625,-133.375,0,0,0,'2017-03-10 15:58:29'); -INSERT INTO `marker` VALUES (912,1901,NULL,2,1913,165,'Hearty Durian ','grove of 8+ Durian',93.625,-134.90625,0,0,0,'2017-03-10 15:59:25'); -INSERT INTO `marker` VALUES (913,1901,NULL,2,1916,165,'Owl in the Tree','Shoot the owl in the tree with an arrow',100.9375,-133.9375,0,0,0,'2017-03-10 16:00:26'); -INSERT INTO `marker` VALUES (914,1901,NULL,2,1916,165,'Rock in the Tree','climb the lone tree and lift the rock on top',106,-135.15625,0,0,0,'2017-03-10 16:02:06'); -INSERT INTO `marker` VALUES (915,1901,NULL,2,1933,167,'Lynel','',179.234375,-146.9375,0,1,0,'2017-03-10 16:02:41'); -INSERT INTO `marker` VALUES (916,1901,NULL,2,1903,168,'Great Flame Sword','',152.7109375,-70.71875,0,0,0,'2017-03-10 16:12:55'); -INSERT INTO `marker` VALUES (917,1901,NULL,2,1901,170,'Recuerdo Princesa Zelda','un recuerdo para desbloquear cinematica',124.0546875,-121.40625,0,1,0,'2017-03-10 16:18:55'); -INSERT INTO `marker` VALUES (920,1901,NULL,2,1934,175,'Memory of Zelda and King Rhoam','',122.28125,-112.4296875,0,1,0,'2017-03-10 16:35:49'); -INSERT INTO `marker` VALUES (921,1901,NULL,2,1935,174,'','Loves pond; Gerudo lady and a hylian male will be here. Quest will be given by the Hylian',168.484375,-183.203125,0,0,0,'2017-03-10 16:37:30'); -INSERT INTO `marker` VALUES (922,1901,NULL,2,1935,174,'Leviathan (Volcano)','',152.375,-70.3046875,0,0,0,'2017-03-10 16:38:56'); -INSERT INTO `marker` VALUES (923,1901,NULL,2,1916,176,'Korok Seed','',109.6875,-164.2265625,0,0,0,'2017-03-10 16:42:33'); -INSERT INTO `marker` VALUES (924,1901,NULL,2,1901,152,'','',152.7421875,-116.6875,0,0,0,'2017-03-10 16:59:58'); -INSERT INTO `marker` VALUES (925,1901,NULL,2,1916,152,'Korok seed','Catch the fairy.',149.68359375,-114.9375,0,0,0,'2017-03-10 17:06:16'); -INSERT INTO `marker` VALUES (927,1901,NULL,2,1920,5,'Reddit Shield Surf Challenge Start Point','',200.64453125,-111.296875,0,0,1,'2017-03-10 17:10:01'); -INSERT INTO `marker` VALUES (928,1901,NULL,2,1901,178,'','Giant Horse',108.96875,-169.8125,0,0,0,'2017-03-10 17:10:02'); -INSERT INTO `marker` VALUES (929,1901,NULL,2,1925,178,'','BEFORE HACK',190.5625,-174.703125,0,0,0,'2017-03-10 17:11:03'); -INSERT INTO `marker` VALUES (930,1901,NULL,2,1901,179,'Lynel','',146.8359375,-69.25,0,0,0,'2017-03-10 17:16:07'); -INSERT INTO `marker` VALUES (931,1901,NULL,2,1901,179,'Lynel','',107.4453125,-72.55078125,0,0,0,'2017-03-10 17:17:26'); -INSERT INTO `marker` VALUES (932,1901,NULL,2,1916,177,'Korok','',186.25390625,-86.171875,0,0,0,'2017-03-10 17:17:31'); -INSERT INTO `marker` VALUES (933,1901,NULL,2,1901,179,'Lynel','',101.9375,-72.484375,0,0,0,'2017-03-10 17:17:48'); -INSERT INTO `marker` VALUES (934,1901,NULL,2,1901,179,'Lynel','',65.0078125,-142.0078125,0,0,0,'2017-03-10 17:18:43'); -INSERT INTO `marker` VALUES (936,1901,NULL,2,1901,179,'Lynel','',179.0546875,-146.9921875,0,0,0,'2017-03-10 17:20:27'); -INSERT INTO `marker` VALUES (938,1901,NULL,2,1930,180,'Lynel','',139.3515625,-70.4140625,0,0,0,'2017-03-10 17:35:43'); -INSERT INTO `marker` VALUES (939,1901,NULL,2,1916,176,'Korok Seed','Activate from the treestump on the shoreline.',118.390625,-165.3515625,0,0,0,'2017-03-10 17:36:03'); -INSERT INTO `marker` VALUES (941,1901,NULL,2,1903,180,'elemental weapons','',109.98046875,-147.80078125,0,0,0,'2017-03-13 04:51:05'); -INSERT INTO `marker` VALUES (942,1901,NULL,2,1901,177,'Goddess Statue','',190.046875,-102.953125,0,0,0,'2017-03-10 17:54:06'); -INSERT INTO `marker` VALUES (943,1901,NULL,2,1916,177,'Korok','',179.45703125,-105.70703125,0,0,0,'2017-03-10 17:55:54'); -INSERT INTO `marker` VALUES (944,1901,NULL,2,1916,177,'Korok','',179.390625,-103.46875,0,0,0,'2017-03-10 17:56:23'); -INSERT INTO `marker` VALUES (945,1901,NULL,2,1916,177,'Korok','',178.7421875,-96.8046875,0,0,0,'2017-03-10 17:57:14'); -INSERT INTO `marker` VALUES (946,1901,NULL,2,1930,180,'Black Hinox','',57.46875,-86.140625,0,0,0,'2017-03-10 18:02:16'); -INSERT INTO `marker` VALUES (947,1901,NULL,2,1930,180,'Guardian','',70.21875,-79.15625,0,0,0,'2017-03-10 18:07:02'); -INSERT INTO `marker` VALUES (948,1901,NULL,2,1901,93,'Yiga Clan Hideout','Yiga Clan Base',71.25,-149.375,0,0,0,'2017-03-10 18:08:23'); -INSERT INTO `marker` VALUES (949,1901,NULL,2,1930,180,'Hinox','',133.53125,-79.375,0,0,0,'2017-03-10 18:09:59'); -INSERT INTO `marker` VALUES (950,1901,NULL,2,1930,180,'Lyndel','',179.0625,-146.4375,0,0,0,'2017-03-10 18:10:58'); -INSERT INTO `marker` VALUES (951,1901,NULL,2,1916,180,'in the tree','',114.453125,-76.28125,0,0,0,'2017-03-10 18:13:24'); -INSERT INTO `marker` VALUES (952,1901,NULL,2,1915,180,'lots of materials.','',93.5703125,-140.4765625,0,0,0,'2017-03-10 18:16:18'); -INSERT INTO `marker` VALUES (953,1901,NULL,2,1930,180,'Lynel','',122.6875,-79.125,0,0,0,'2017-03-10 18:18:18'); -INSERT INTO `marker` VALUES (954,1901,NULL,2,1910,186,'Treasure Chests','',109.2578125,-154.109375,0,0,0,'2017-03-13 04:48:26'); -INSERT INTO `marker` VALUES (955,1901,NULL,2,1901,187,'Test','just a test marker',77.3125,-83.1875,0,0,0,'2017-03-10 18:37:52'); -INSERT INTO `marker` VALUES (956,1901,NULL,2,1910,183,'Treasure Chest','Silver Bow',178.6015625,-121.44921875,0,0,0,'2017-03-10 18:40:09'); -INSERT INTO `marker` VALUES (957,1901,NULL,2,1910,183,'Zora Spear','',179.80078125,-120.1328125,0,0,0,'2017-03-10 18:42:49'); -INSERT INTO `marker` VALUES (958,1901,NULL,2,1901,183,'Treasure Chest','',179.734375,-119.58984375,0,0,0,'2017-03-10 18:44:36'); -INSERT INTO `marker` VALUES (959,1901,NULL,2,1901,183,'Treasure Chest','',179.0078125,-120.46875,0,0,0,'2017-03-10 18:47:26'); -INSERT INTO `marker` VALUES (960,1901,NULL,2,1901,183,'Treasure Chest','',178.67578125,-120.93359375,0,0,0,'2017-03-10 18:49:22'); -INSERT INTO `marker` VALUES (961,1901,NULL,2,1901,183,'Treasure Chest','',179.671875,-121.91796875,0,0,0,'2017-03-10 18:52:19'); -INSERT INTO `marker` VALUES (962,1901,NULL,2,1901,183,'Treasure Chest','',179.3359375,-119.12109375,0,0,0,'2017-03-10 19:00:00'); -INSERT INTO `marker` VALUES (963,1901,NULL,2,1936,183,'Treasure Chest','',173.03515625,-122.18359375,0,0,0,'2017-03-10 19:04:09'); -INSERT INTO `marker` VALUES (964,1901,NULL,2,1901,183,'Treasure Chest','',170.46875,-119.265625,0,0,0,'2017-03-10 19:07:26'); -INSERT INTO `marker` VALUES (965,1901,NULL,2,1931,183,'Moblin Camp','',169.12890625,-119.0859375,0,0,0,'2017-03-10 19:09:15'); -INSERT INTO `marker` VALUES (966,1901,NULL,2,1916,125,'Korok','Follow the Flower',138.87890625,-176.01953125,0,0,0,'2017-03-10 19:09:16'); -INSERT INTO `marker` VALUES (967,1901,NULL,2,1901,183,'Treasure Chest','',169.5859375,-118.66015625,0,0,0,'2017-03-10 19:09:40'); -INSERT INTO `marker` VALUES (968,1901,NULL,2,1901,183,'Treasure Chest','',167.328125,-115.9375,0,0,0,'2017-03-10 19:13:10'); -INSERT INTO `marker` VALUES (969,1901,NULL,2,1931,183,'','',167.328125,-116.5390625,0,0,0,'2017-03-10 19:13:31'); -INSERT INTO `marker` VALUES (970,1901,NULL,2,1903,125,'Soldier's Broadsword','',155.9296875,-177.4296875,0,0,0,'2017-03-10 19:15:28'); -INSERT INTO `marker` VALUES (971,1901,NULL,2,1915,125,'Topaz','',156.3359375,-177.4296875,0,0,0,'2017-03-10 19:18:08'); -INSERT INTO `marker` VALUES (972,1901,NULL,2,1916,190,'','',148.2651243209839,-148.80637496709824,0,0,0,'2017-03-10 19:19:56'); -INSERT INTO `marker` VALUES (974,1901,NULL,2,1903,192,'Master Sword','Located in Lost Woods',132,-94.25,0,0,0,'2017-03-10 19:20:38'); -INSERT INTO `marker` VALUES (975,1901,NULL,2,1901,125,'Korok','Step on the switch and follow the circle up the waterfall',155.90625,-175.21875,0,0,0,'2017-03-10 19:21:30'); -INSERT INTO `marker` VALUES (976,1901,NULL,2,1933,190,'Stone boss','',150.86075019836426,-148.83144521713257,0,0,0,'2017-03-10 19:22:18'); -INSERT INTO `marker` VALUES (977,1901,NULL,2,1903,194,'Iron Sledgehammer','',79.19921875,-118.5390625,0,0,0,'2017-03-10 19:28:04'); -INSERT INTO `marker` VALUES (978,1901,NULL,2,1903,194,'Iron Sledgehammer','Two Iron Sledgehammers here',79.27734375,-118.51953125,0,0,0,'2017-03-10 19:28:22'); -INSERT INTO `marker` VALUES (979,1901,NULL,2,1916,193,'Top','The Top Of The Castle Has A Korok Seed.',124.0234375,-111.37890625,0,0,0,'2017-03-10 19:28:58'); -INSERT INTO `marker` VALUES (980,1901,NULL,2,1903,193,'WoodCutters Axe','',115.72265625,-163.26953125,0,0,0,'2017-03-10 19:30:58'); -INSERT INTO `marker` VALUES (981,1901,NULL,2,1903,192,'Lumberman's Axe','Located inside Old Man's Hut',118.328125,-160.1875,0,0,0,'2017-03-10 19:31:52'); -INSERT INTO `marker` VALUES (982,1901,NULL,2,1916,190,'','',161.85649061203003,-144.23279678821564,0,0,0,'2017-03-10 19:35:06'); -INSERT INTO `marker` VALUES (983,1901,NULL,2,1901,183,'Treasure Chest','',154.8984375,-143.54296875,0,0,0,'2017-03-10 19:37:05'); -INSERT INTO `marker` VALUES (984,1901,NULL,2,1933,193,'Giant Skeleton','He Wakes Up In The Day',91.94921875,-136.19140625,0,1,0,'2017-03-10 19:37:17'); -INSERT INTO `marker` VALUES (985,1901,NULL,2,1901,183,'Treasure Chest','',155.3828125,-143.453125,0,0,0,'2017-03-10 19:37:22'); -INSERT INTO `marker` VALUES (986,1901,NULL,2,1916,190,'','',167.4938907623291,-147.66802334785461,0,0,0,'2017-03-10 19:39:03'); -INSERT INTO `marker` VALUES (987,1901,NULL,2,1916,190,'','',160.109375,-160.7578125,0,0,0,'2017-03-10 19:40:19'); -INSERT INTO `marker` VALUES (989,1901,NULL,2,1901,183,'Treasure Chest','',155.3046875,-139.515625,0,0,0,'2017-03-10 19:42:47'); -INSERT INTO `marker` VALUES (990,1901,NULL,2,1901,183,'Treasure Chest','',155.109375,-140.1015625,0,0,0,'2017-03-10 19:43:03'); -INSERT INTO `marker` VALUES (991,1901,NULL,2,1901,183,'Treasure Chest','',154.69140625,-138.421875,0,0,0,'2017-03-10 19:44:29'); -INSERT INTO `marker` VALUES (993,1901,NULL,2,1901,183,'Treasure Chest','',156.14453125,-134.75390625,0,0,0,'2017-03-10 19:47:53'); -INSERT INTO `marker` VALUES (994,1901,NULL,2,1901,183,'Treasure Chest','',154.16015625,-133.60546875,0,0,0,'2017-03-10 19:50:07'); -INSERT INTO `marker` VALUES (995,1901,NULL,2,1910,183,'Rusty Claymore','',153.25390625,-132.54296875,0,0,0,'2017-03-10 19:51:09'); -INSERT INTO `marker` VALUES (996,1901,NULL,2,1901,183,'Treasure Chest','',153.21484375,-132.58984375,0,0,0,'2017-03-10 19:51:33'); -INSERT INTO `marker` VALUES (997,1901,NULL,2,1910,183,'Rusty Claymore','',153.125,-132.93359375,0,0,0,'2017-03-10 19:53:57'); -INSERT INTO `marker` VALUES (998,1901,NULL,2,1910,183,'Rusty Broadsword','',153.28515625,-132.57421875,0,0,0,'2017-03-10 19:54:36'); -INSERT INTO `marker` VALUES (999,1901,NULL,2,1901,183,'Treasure Chest','',154.7109375,-129.46875,0,0,0,'2017-03-10 19:56:35'); -INSERT INTO `marker` VALUES (1000,1901,NULL,2,1901,183,'Treasure Chest','',157.171875,-130.79296875,0,0,0,'2017-03-10 19:57:50'); -INSERT INTO `marker` VALUES (1001,1901,NULL,2,1921,196,'Gerudo Town','BEFORE HACK',67.8984375,-173.7421875,0,0,0,'2017-03-10 20:02:19'); -INSERT INTO `marker` VALUES (1002,1901,NULL,2,1901,195,'','DELETE',121.28515625,-159.21484375,0,0,0,'2017-03-14 06:26:28'); -INSERT INTO `marker` VALUES (1003,1901,NULL,2,1916,177,'Korok','',192.078125,-102.578125,0,0,0,'2017-03-10 20:06:15'); -INSERT INTO `marker` VALUES (1004,1901,NULL,2,1916,177,'Korok','',192.078125,-102.578125,0,0,0,'2017-03-10 20:06:17'); -INSERT INTO `marker` VALUES (1005,1901,NULL,2,1916,176,'Korok Seed','',155.4375,-152.1484375,0,0,0,'2017-03-10 20:10:41'); -INSERT INTO `marker` VALUES (1006,1901,NULL,2,1903,125,'Forest Dweller's Spear','',139.390625,-97.765625,0,0,0,'2017-03-10 20:18:07'); -INSERT INTO `marker` VALUES (1007,1901,NULL,2,1930,197,'Lynel','',83.109375,-123.078125,0,0,0,'2017-03-10 20:40:27'); -INSERT INTO `marker` VALUES (1008,1901,NULL,2,1901,183,'Treasure Chest','',158.796875,-148.28125,0,0,0,'2017-03-10 20:44:56'); -INSERT INTO `marker` VALUES (1009,1901,NULL,2,1933,200,'Stone Talus','',133.375,-158.4375,0,0,0,'2017-03-10 20:45:00'); -INSERT INTO `marker` VALUES (1010,1901,NULL,2,1933,200,'Stone Talus','',151.625,-149,0,0,0,'2017-03-10 20:46:14'); -INSERT INTO `marker` VALUES (1011,1901,NULL,2,1901,198,'Temple of Time','',115.2265625,-159.26953125,0,0,0,'2017-03-10 20:46:29'); -INSERT INTO `marker` VALUES (1012,1901,NULL,2,1936,183,'Treasure Chest','',164.1796875,-147.5234375,0,0,0,'2017-03-10 20:47:39'); -INSERT INTO `marker` VALUES (1013,1901,NULL,2,1916,176,'Korok Seed','',162.4765625,-149.453125,0,0,0,'2017-03-10 20:48:43'); -INSERT INTO `marker` VALUES (1014,1901,NULL,2,1901,183,'Treasure Chest','',163.32421875,-149.62109375,0,0,0,'2017-03-10 20:50:24'); -INSERT INTO `marker` VALUES (1015,1901,NULL,2,1901,183,'Treasure Chest','',161.6328125,-150.37109375,0,0,0,'2017-03-10 20:52:12'); -INSERT INTO `marker` VALUES (1016,1901,NULL,2,1926,205,'Divine Beast Van Rudania','',167.25,-87.75,0,0,0,'2017-03-10 20:55:38'); -INSERT INTO `marker` VALUES (1017,1901,NULL,2,1902,205,'Master Sword','The Sword of Legend',134.5,-94.25,0,0,0,'2017-03-10 20:57:04'); -INSERT INTO `marker` VALUES (1018,1901,NULL,2,1905,205,'Hylian Shield','Trial of the Knight',121.1875,-111.1484375,0,0,0,'2017-03-10 20:58:40'); -INSERT INTO `marker` VALUES (1020,1901,NULL,2,1901,205,'The Eight Heroine','Location of the "Bronze Giant", the eight heroine for the sand boots side quest.',59.546875,-136.1875,0,0,0,'2017-03-10 21:03:13'); -INSERT INTO `marker` VALUES (1021,1901,NULL,2,1930,208,'Spiral of Endurance','Very hard when low on arrows',201.1875,-98.6875,0,0,0,'2017-03-10 21:16:18'); -INSERT INTO `marker` VALUES (1022,1901,NULL,2,1916,210,'','',160.1640625,-146.91015625,0,0,0,'2017-03-10 21:39:41'); -INSERT INTO `marker` VALUES (1023,1901,NULL,2,1916,176,'Korok Seed','',157.3125,-160.03125,0,0,0,'2017-03-10 21:45:43'); -INSERT INTO `marker` VALUES (1024,1901,NULL,2,1934,58,'Desesperacion','',138.96875,-134.8203125,0,0,0,'2017-03-10 21:45:53'); -INSERT INTO `marker` VALUES (1025,1901,NULL,2,1916,176,'Korok Seed','',160.0234375,-160.703125,0,0,0,'2017-03-10 21:51:06'); -INSERT INTO `marker` VALUES (1026,1901,NULL,2,1916,211,'Korok Seed ','',155.73046875,-173.8515625,0,0,0,'2017-03-10 21:55:28'); -INSERT INTO `marker` VALUES (1027,1901,NULL,2,1933,211,'Rock Monster','',154.3515625,-178.015625,0,0,0,'2017-03-10 21:56:37'); -INSERT INTO `marker` VALUES (1028,1901,NULL,2,1901,183,'Treasure Chest','',151.85546875,-124.875,0,0,0,'2017-03-10 21:57:25'); -INSERT INTO `marker` VALUES (1029,1901,NULL,2,1931,183,'Boko Camp','',151.921875,-125.3046875,0,0,0,'2017-03-10 21:57:50'); -INSERT INTO `marker` VALUES (1030,1901,NULL,2,1916,118,'Korok Seed','',146.6875,-109.84375,0,0,0,'2017-03-10 22:35:17'); -INSERT INTO `marker` VALUES (1031,1901,NULL,2,1901,183,'Treasure Chest','',144.2578125,-111.77734375,0,0,0,'2017-03-10 22:37:54'); -INSERT INTO `marker` VALUES (1032,1901,NULL,2,1925,38,'Zalta Wa Shrine','BEFORE HACK',105.625,-118.796875,0,0,0,'2017-03-10 22:39:45'); -INSERT INTO `marker` VALUES (1033,1901,NULL,2,1901,183,'Treasure Chest','',143.8828125,-111.59765625,0,0,0,'2017-03-10 22:39:50'); -INSERT INTO `marker` VALUES (1034,1901,NULL,2,1901,183,'Treasure Chest','',142.1328125,-106.1953125,0,0,0,'2017-03-10 22:42:16'); -INSERT INTO `marker` VALUES (1035,1901,NULL,2,1901,183,'Treasure Chest','',143.02734375,-104.734375,0,0,0,'2017-03-10 22:44:49'); -INSERT INTO `marker` VALUES (1036,1901,NULL,2,1901,183,'Treasure Chest','',143.0703125,-104.5546875,0,0,0,'2017-03-10 22:45:21'); -INSERT INTO `marker` VALUES (1037,1901,NULL,2,1931,183,'Fire wizrobes','',142.69140625,-102.6015625,0,0,0,'2017-03-10 22:51:43'); -INSERT INTO `marker` VALUES (1038,1901,NULL,2,1901,183,'Treasure Chest','',143.19921875,-102.12890625,0,0,0,'2017-03-10 22:55:34'); -INSERT INTO `marker` VALUES (1039,1901,NULL,2,1916,210,'Korok','',156.2421875,-143.3984375,0,0,0,'2017-03-10 22:57:06'); -INSERT INTO `marker` VALUES (1040,1901,NULL,2,1901,183,'Treasure Chest','',141.57421875,-102.54296875,0,0,0,'2017-03-10 22:57:29'); -INSERT INTO `marker` VALUES (1041,1901,NULL,2,1905,118,'Shield Salesman','',152.78125,-116.734375,0,0,0,'2017-03-10 22:58:40'); -INSERT INTO `marker` VALUES (1044,1901,NULL,2,1916,213,'Korok','',136.625,-157.6328125,0,0,0,'2017-03-10 23:24:38'); -INSERT INTO `marker` VALUES (1045,1901,NULL,2,1901,213,'Blupee','',137.15625,-149.296875,0,0,1,'2017-03-13 04:40:13'); -INSERT INTO `marker` VALUES (1048,1901,NULL,2,1901,225,'Spring of Power','',186.765625,-86.15625,0,0,0,'2017-03-10 23:43:18'); -INSERT INTO `marker` VALUES (1050,1901,NULL,2,1934,225,'Zelda's Study','',122.3125,-112.453125,0,0,0,'2017-03-10 23:44:31'); -INSERT INTO `marker` VALUES (1055,1901,NULL,2,1933,125,'Stone Talus (Junior)','',147.7265625,-162.03125,0,0,1,'2017-03-13 04:33:42'); -INSERT INTO `marker` VALUES (1056,1901,NULL,2,1916,240,'Korok','Reach the summit before time runs out',181.66015625,-145.984375,0,0,0,'2017-03-11 00:30:40'); -INSERT INTO `marker` VALUES (1057,1901,NULL,2,1916,240,'Korok','Complete the circle of rocks',191.875,-145.8515625,0,0,0,'2017-03-11 00:42:35'); -INSERT INTO `marker` VALUES (1058,1901,NULL,2,1916,240,'Korok','',188.671875,-107.0625,0,0,0,'2017-03-11 00:50:02'); -INSERT INTO `marker` VALUES (1060,1901,NULL,2,1916,240,'Korok seed','I FIGURED IT OUT. There's a fire keese around. If you kill it and set the grass on fire, it'll create wind. You can use this to get to the ring on time.',196.0703125,-104.29296875,0,0,0,'2017-03-11 00:57:48'); -INSERT INTO `marker` VALUES (1061,1901,NULL,2,1904,125,'Knight's Bow','',152.6484375,-84.0078125,0,0,0,'2017-03-11 01:02:16'); -INSERT INTO `marker` VALUES (1062,1901,NULL,2,1904,125,'Ice Arrows x10','',153.9921875,-83.15625,0,0,0,'2017-03-11 01:10:04'); -INSERT INTO `marker` VALUES (1063,1901,NULL,2,1933,243,'Blue Hinox','',101.2265625,-155.69921875,0,0,1,'2017-03-13 04:53:35'); -INSERT INTO `marker` VALUES (1066,1901,NULL,2,1916,246,'Korok Seed','',131.484375,-154.6875,0,0,0,'2017-03-11 02:56:23'); -INSERT INTO `marker` VALUES (1067,1901,NULL,2,1916,246,'Korok Seed','',130.67578125,-154.97265625,0,0,0,'2017-03-11 02:56:55'); -INSERT INTO `marker` VALUES (1068,1901,NULL,2,1916,246,'Korok Seed','',129.67578125,-154.71875,0,0,0,'2017-03-11 02:57:25'); -INSERT INTO `marker` VALUES (1069,1901,NULL,2,1916,250,'Korok Seed','',163.625,-153.1328125,0,1,0,'2017-03-11 03:56:51'); -INSERT INTO `marker` VALUES (1070,1901,NULL,2,1901,251,'Shine - Done','',153.9375,-158.125,0,0,0,'2017-03-11 04:12:31'); -INSERT INTO `marker` VALUES (1071,1901,NULL,2,1903,255,'Royal Claymore','On top of the skull shaped structure that rest at the top of the tower.',141.65234375,-102.8359375,0,0,0,'2017-03-11 04:27:31'); -INSERT INTO `marker` VALUES (1072,1901,NULL,2,1916,252,'Korok Seeds','',156.21484375,-143.61328125,0,0,0,'2017-03-11 04:30:02'); -INSERT INTO `marker` VALUES (1073,1901,NULL,2,1903,255,'Great Flameblade','Down stairs from the trial, burn away the thorn vines and crawl up to find the blade.\r\n',200.5703125,-70.24609375,0,0,0,'2017-03-11 04:34:49'); -INSERT INTO `marker` VALUES (1074,1901,NULL,2,1901,252,'Godess Statue','',156.76171875,-143.5859375,0,0,0,'2017-03-11 04:37:44'); -INSERT INTO `marker` VALUES (1075,1901,NULL,2,1916,252,'Korok','',158.609375,-146.25390625,0,0,0,'2017-03-11 04:39:02'); -INSERT INTO `marker` VALUES (1076,1901,NULL,2,1904,252,'Soldiers bow','',115.2265625,-158.703125,0,0,0,'2017-03-11 05:02:19'); -INSERT INTO `marker` VALUES (1077,1901,NULL,2,1927,255,'Temple of Time','',115.203125,-159.3125,0,0,0,'2017-03-11 05:03:15'); -INSERT INTO `marker` VALUES (1078,1901,NULL,2,1913,258,'Spicy Pepper','',105.328125,-155.984375,0,0,0,'2017-03-11 05:06:25'); -INSERT INTO `marker` VALUES (1079,1901,NULL,2,1934,255,'Memory #5: Zelda's Resentment','',73.61328125,-121.265625,0,0,0,'2017-03-11 05:06:48'); -INSERT INTO `marker` VALUES (1080,1901,NULL,2,1934,255,'Memory #17: Zelda's Awakening','',158.91015625,-157.890625,0,0,0,'2017-03-11 05:07:55'); -INSERT INTO `marker` VALUES (1081,1901,NULL,2,1934,255,'Memory #13: Slumbering Power','',186.48828125,-86.51953125,0,0,0,'2017-03-11 05:09:10'); -INSERT INTO `marker` VALUES (1082,1901,NULL,2,1916,259,'Hyrule Castle Tip Seed','Korok seed located at the tip of Hyrule Castle',124.0625,-111.43359375,0,0,0,'2017-03-11 05:29:55'); -INSERT INTO `marker` VALUES (1083,1901,NULL,2,1934,259,'Fleeing Memory','',139.3125,-134.84375,0,0,0,'2017-03-11 05:33:02'); -INSERT INTO `marker` VALUES (1084,1901,NULL,2,1934,1,'Zelda's Resentment (#5)','',73.29296875,-121.421875,0,0,0,'2017-03-11 05:42:29'); -INSERT INTO `marker` VALUES (1085,1901,NULL,2,1916,261,'','',136.125,-155.84375,0,0,0,'2017-03-11 05:47:27'); -INSERT INTO `marker` VALUES (1086,1901,NULL,2,1901,261,'','',132.9375,-155.71875,0,0,0,'2017-03-11 05:49:08'); -INSERT INTO `marker` VALUES (1087,1901,NULL,2,1901,261,'100 ruppee's','',128.78125,-161.34375,0,0,0,'2017-03-11 06:02:34'); -INSERT INTO `marker` VALUES (1088,1901,NULL,2,1913,258,'Lots of plants','Silent Mushroom, Silent Princess, Blue Nightshade',157.171875,-140.875,0,0,0,'2017-03-11 06:07:16'); -INSERT INTO `marker` VALUES (1089,1901,NULL,2,1910,266,'Season Pass Chest','',117.40625,-151.83984375,0,0,0,'2017-03-13 04:45:45'); -INSERT INTO `marker` VALUES (1090,1901,NULL,2,1916,263,'Korok','',177.15625,-162.828125,0,1,0,'2017-03-13 03:59:28'); -INSERT INTO `marker` VALUES (1091,1901,NULL,2,1916,267,'Korok Seed','Place an apple in the dish.',167.265625,-152.5546875,0,0,0,'2017-03-13 03:45:04'); -INSERT INTO `marker` VALUES (1092,1901,NULL,2,1916,1,'Korok','',104.05859375,-73.71484375,0,0,0,'2017-03-11 07:00:45'); -INSERT INTO `marker` VALUES (1093,1901,NULL,2,1916,1,'Korok','',106.51171875,-71.1015625,0,0,0,'2017-03-11 07:09:12'); -INSERT INTO `marker` VALUES (1094,1901,NULL,2,1901,1,'Chest','',116.9140625,-72.76953125,0,0,0,'2017-03-11 07:18:24'); -INSERT INTO `marker` VALUES (1095,1901,NULL,2,1903,1,'Meteor Rod','',116.17578125,-72.72265625,0,0,0,'2017-03-11 07:18:54'); -INSERT INTO `marker` VALUES (1096,1901,NULL,2,1901,1,'Chest','',115.10546875,-70.953125,0,0,0,'2017-03-11 07:20:02'); -INSERT INTO `marker` VALUES (1097,1901,NULL,2,1901,1,'Chest','',115.609375,-72.3828125,0,0,0,'2017-03-11 07:23:27'); -INSERT INTO `marker` VALUES (1098,1901,NULL,2,1901,268,'Bandana','',148.1875,-156.921875,0,0,0,'2017-03-11 07:24:45'); -INSERT INTO `marker` VALUES (1099,1901,NULL,2,1901,1,'Chest','',115.109375,-74.55078125,0,0,0,'2017-03-11 07:24:59'); -INSERT INTO `marker` VALUES (1100,1901,NULL,2,1901,1,'Chest','',115.84765625,-72.76953125,0,0,0,'2017-03-11 07:30:47'); -INSERT INTO `marker` VALUES (1101,1901,NULL,2,1935,1,'Trial on the Cliff','',113.3359375,-72.78125,0,0,1,'2017-03-11 07:32:39'); -INSERT INTO `marker` VALUES (1102,1901,NULL,2,1916,1,'Korok','',114.359375,-76.1796875,0,0,0,'2017-03-11 07:36:08'); -INSERT INTO `marker` VALUES (1103,1901,NULL,2,1916,269,'Korok','',193.79545313119888,-163.90929687023163,0,0,0,'2017-03-13 03:51:08'); -INSERT INTO `marker` VALUES (1105,1901,NULL,2,1935,1,'Stalhorse: Pictured!','',102.16015625,-87.76171875,0,0,1,'2017-03-11 07:46:25'); -INSERT INTO `marker` VALUES (1106,1901,NULL,2,1916,1,'Korok','',93.7734375,-136.96484375,0,0,0,'2017-03-11 07:54:47'); -INSERT INTO `marker` VALUES (1107,1901,NULL,2,1936,1,'Cracked rocks','',93.73046875,-135.9921875,0,0,1,'2017-03-11 07:58:26'); -INSERT INTO `marker` VALUES (1109,1901,NULL,2,1936,1,'Cracled Rocks','',94.51953125,-135.9921875,0,0,1,'2017-03-11 07:58:17'); -INSERT INTO `marker` VALUES (1110,1901,NULL,2,1916,1,'Korok','',97.265625,-137.3515625,0,0,0,'2017-03-11 08:00:13'); -INSERT INTO `marker` VALUES (1111,1901,NULL,2,1934,1,'Memory #14 - To Mount Lanayru','',102.81640625,-138.75,0,0,0,'2017-03-11 08:01:58'); -INSERT INTO `marker` VALUES (1112,1901,NULL,2,1916,1,'Korok','',106.81640625,-143.6875,0,0,0,'2017-03-11 08:12:48'); -INSERT INTO `marker` VALUES (1113,1901,NULL,2,1916,1,'Korok','',156.24609375,-143.50390625,0,0,0,'2017-03-11 08:17:30'); -INSERT INTO `marker` VALUES (1115,1901,NULL,2,1935,1,'Find the Fairy Fountain','',156.53515625,-143.4609375,0,0,1,'2017-03-11 08:24:19'); -INSERT INTO `marker` VALUES (1116,1901,NULL,2,1916,263,'Korok','',164.375,-156.5703125,0,1,0,'2017-03-11 08:47:10'); -INSERT INTO `marker` VALUES (1117,1901,NULL,2,1933,274,'Molduga','General spawn estimation of one of four Molduga bosses.',70.76953125,-185.484375,0,0,0,'2017-03-11 08:51:22'); -INSERT INTO `marker` VALUES (1118,1901,NULL,2,1933,274,'Molduga','General spawn estimation of one of four Molduga bosses.',64.5546875,-187.359375,0,0,0,'2017-03-11 08:52:20'); -INSERT INTO `marker` VALUES (1119,1901,NULL,2,1901,275,'Done','Done',198.375,-95.0625,0,0,0,'2017-03-11 08:52:37'); -INSERT INTO `marker` VALUES (1120,1901,NULL,2,1933,274,'Molduga','General spawn estimation of one of four Molduga bosses.',57.1875,-177.9765625,0,0,0,'2017-03-11 08:53:22'); -INSERT INTO `marker` VALUES (1121,1901,NULL,2,1916,271,'','',181.91015625,-136.5390625,0,0,0,'2017-03-11 09:13:52'); -INSERT INTO `marker` VALUES (1122,1901,NULL,2,1916,278,'Korok seed','Shoot at the acorns from the top of the door tower. Daylight.',164.28516793251038,-156.54348829388618,0,0,0,'2017-03-11 10:05:59'); -INSERT INTO `marker` VALUES (1123,1901,NULL,2,1901,85,'Farosh spawn point','',155.95703125,-173.9609375,0,0,0,'2017-03-11 10:56:10'); -INSERT INTO `marker` VALUES (1125,1901,NULL,2,1916,287,'On top of Tuft Mountain','',168.1875,-184.25,0,0,0,'2017-03-11 11:14:16'); -INSERT INTO `marker` VALUES (1126,1901,NULL,2,1916,285,'','',124.015625,-111.3828125,0,0,0,'2017-03-11 11:14:31'); -INSERT INTO `marker` VALUES (1127,1901,NULL,2,1916,285,'','',122.19140625,-112.44921875,0,0,0,'2017-03-11 11:15:33'); -INSERT INTO `marker` VALUES (1128,1901,NULL,2,1916,285,'','',122.7109375,-112.328125,0,0,0,'2017-03-11 11:15:46'); -INSERT INTO `marker` VALUES (1130,1901,NULL,2,1916,285,'','',183.12109375,-123.69921875,0,0,0,'2017-03-11 11:24:02'); -INSERT INTO `marker` VALUES (1131,1901,NULL,2,1916,285,'','',182.82421875,-122.1640625,0,0,0,'2017-03-11 11:24:27'); -INSERT INTO `marker` VALUES (1132,1901,NULL,2,1916,285,'','',192.09375,-83.734375,0,0,0,'2017-03-11 11:27:03'); -INSERT INTO `marker` VALUES (1133,1901,NULL,2,1916,285,'','',197.13671875,-78.28515625,0,0,0,'2017-03-11 11:27:41'); -INSERT INTO `marker` VALUES (1134,1901,NULL,2,1916,285,'','',203.23046875,-76.44921875,0,0,0,'2017-03-11 11:27:56'); -INSERT INTO `marker` VALUES (1135,1901,NULL,2,1916,285,'','',203.265625,-79.65234375,0,0,0,'2017-03-11 11:28:10'); -INSERT INTO `marker` VALUES (1136,1901,NULL,2,1916,285,'','',187.5625,-74.78125,0,0,0,'2017-03-11 11:28:59'); -INSERT INTO `marker` VALUES (1137,1901,NULL,2,1916,285,'','',179.4609375,-105.7265625,0,0,0,'2017-03-11 11:31:31'); -INSERT INTO `marker` VALUES (1138,1901,NULL,2,1916,285,'','',179.578125,-128.31640625,0,0,0,'2017-03-11 11:39:38'); -INSERT INTO `marker` VALUES (1140,1901,NULL,2,1902,286,'Hylian Pants','',116.5078125,-157.1953125,0,1,0,'2017-03-11 11:51:35'); -INSERT INTO `marker` VALUES (1141,1901,NULL,2,1916,285,'','',136.21484375,-185.2578125,0,0,0,'2017-03-11 12:01:05'); -INSERT INTO `marker` VALUES (1142,1901,NULL,2,1916,285,'','',110.8359375,-157.4453125,0,0,0,'2017-03-11 12:13:57'); -INSERT INTO `marker` VALUES (1143,1901,NULL,2,1916,285,'','',150.6171875,-183.21484375,0,0,0,'2017-03-11 12:36:58'); -INSERT INTO `marker` VALUES (1144,1901,NULL,2,1901,290,'','',139.25,-142.5,0,0,0,'2017-03-11 13:18:12'); -INSERT INTO `marker` VALUES (1145,1901,NULL,2,1901,290,'','',152.75,-136.5,0,0,0,'2017-03-11 13:18:43'); -INSERT INTO `marker` VALUES (1146,1901,NULL,2,1926,291,'Divine Beast Vah'Medoh','',68.6953125,-91.78515625,0,0,0,'2017-03-11 13:37:16'); -INSERT INTO `marker` VALUES (1147,1901,NULL,2,1927,291,'Old Ruins Temple Of Time','',115.5078125,-157.9609375,0,0,0,'2017-03-11 13:40:05'); -INSERT INTO `marker` VALUES (1148,1901,NULL,2,1916,293,'Korok','',188.98828125,-160.6015625,0,0,0,'2017-03-13 03:52:42'); -INSERT INTO `marker` VALUES (1149,1901,NULL,2,1916,293,'Three rocks?','Push one of the rocks down the hill (using bombs or stasis) into the hole down the bottom.',160.96875,-144.5234375,0,0,0,'2017-03-11 14:43:56'); -INSERT INTO `marker` VALUES (1151,1901,NULL,2,1916,176,'Korok Seed','',170.28125,-146.171875,0,0,0,'2017-03-11 15:20:21'); -INSERT INTO `marker` VALUES (1152,1901,NULL,2,1901,297,'','',142.875,-90,0,0,0,'2017-03-11 15:22:59'); -INSERT INTO `marker` VALUES (1154,1901,NULL,2,1916,176,'Korok Seed','Climb the wall and shoot the acorns jumping across the trees.',164.3671875,-156.5390625,0,0,0,'2017-03-11 15:33:43'); -INSERT INTO `marker` VALUES (1155,1901,NULL,2,1930,302,'Hinox','Sleeping Hinox between trees',159.0859375,-129.6328125,0,0,0,'2017-03-11 16:09:42'); -INSERT INTO `marker` VALUES (1158,1901,NULL,2,1930,302,'Lynel','Patroling Lynel on the road',179.125,-147,0,0,0,'2017-03-11 16:19:44'); -INSERT INTO `marker` VALUES (1159,1901,NULL,2,1926,303,'Divine Beast Vah Rudania','',167.9375,-87.46875,0,0,0,'2017-03-11 16:29:05'); -INSERT INTO `marker` VALUES (1160,1901,NULL,2,1931,302,'Bokoblin Camp','',192.34375,-165.28125,0,0,1,'2017-03-13 03:51:30'); -INSERT INTO `marker` VALUES (1161,1901,NULL,2,1916,240,'Korok','',62.7890625,-151.25,0,0,0,'2017-03-11 17:00:14'); -INSERT INTO `marker` VALUES (1162,1901,NULL,2,1933,304,'Molduga','',63.046875,-186.828125,0,1,0,'2017-03-11 17:04:15'); -INSERT INTO `marker` VALUES (1163,1901,NULL,2,1916,240,'Korok','',63.71875,-149.578125,0,0,0,'2017-03-11 17:07:35'); -INSERT INTO `marker` VALUES (1164,1901,NULL,2,1904,240,'Golden Bow','',63.73828125,-149.62890625,0,0,0,'2017-03-11 17:08:13'); -INSERT INTO `marker` VALUES (1167,1901,NULL,2,1915,293,'Rare Ore deposit','Blow the loose rocks tucked into the corner of the mountain out of the way to reveal the Rare Ore Deposit. Blow up with Bomb',193.828125,-125.640625,0,0,0,'2017-03-11 17:31:12'); -INSERT INTO `marker` VALUES (1168,1901,NULL,2,1936,293,'Rare Ore Cracked Boulders','Block up with bomb',194.0625,-125.453125,0,0,0,'2017-03-11 17:31:54'); -INSERT INTO `marker` VALUES (1169,1901,NULL,2,1916,293,'Pyramid of Boulders','Bomb the stacked pyramid of boulders to find the Korok seed',195.59375,-129.5,0,0,0,'2017-03-11 17:40:00'); -INSERT INTO `marker` VALUES (1171,1901,NULL,2,1916,278,'Korok seed','',165.859375,-100.984375,0,0,0,'2017-03-11 17:53:04'); -INSERT INTO `marker` VALUES (1172,1901,NULL,2,1916,306,'Korok','',128.5703125,-144.1640625,0,0,0,'2017-03-13 04:42:44'); -INSERT INTO `marker` VALUES (1173,1901,NULL,2,1916,306,'Korok','',126.34765625,-144.3828125,0,0,0,'2017-03-13 04:43:47'); -INSERT INTO `marker` VALUES (1174,1901,NULL,2,1916,306,'Korok','',126.09375,-142.625,0,0,0,'2017-03-13 04:44:14'); -INSERT INTO `marker` VALUES (1176,1901,NULL,2,1930,132,'Red Hinox','',165.703125,-146.2890625,0,0,0,'2017-03-11 18:07:24'); -INSERT INTO `marker` VALUES (1178,1901,NULL,2,1910,266,'Treasure Chest','1 of 2 chests in pond',117.49609375,-152.01171875,0,0,0,'2017-03-13 04:45:59'); -INSERT INTO `marker` VALUES (1179,1901,NULL,2,1916,306,'Rock','Lift the rock.',112.9296875,-118.4609375,0,0,0,'2017-03-11 18:23:46'); -INSERT INTO `marker` VALUES (1180,1901,NULL,2,1901,1,'Chest','',105.90625,-147.5703125,0,0,0,'2017-03-11 18:24:16'); -INSERT INTO `marker` VALUES (1181,1901,NULL,2,1916,118,'Korok Seed','Lift the rock',103.2890625,-94.67578125,0,0,0,'2017-03-11 18:46:24'); -INSERT INTO `marker` VALUES (1182,1901,NULL,2,1916,309,'Korok','Lift the Rock',84.0234375,-163.16796875,0,0,0,'2017-03-11 18:52:43'); -INSERT INTO `marker` VALUES (1183,1901,NULL,2,1916,1,'Korok','',111.56640625,-85.67578125,0,0,0,'2017-03-11 19:03:39'); -INSERT INTO `marker` VALUES (1184,1901,NULL,2,1916,178,'shoot pot in wagon','',122.03125,-134.34375,0,0,0,'2017-03-11 19:03:47'); -INSERT INTO `marker` VALUES (1185,1901,NULL,2,1901,312,'Korok Seed','',137.546875,-172.9375,0,0,0,'2017-03-11 19:04:08'); -INSERT INTO `marker` VALUES (1186,1901,NULL,2,1916,1,'Korok','',105.92578125,-93.30859375,0,0,0,'2017-03-11 19:04:25'); -INSERT INTO `marker` VALUES (1187,1901,NULL,2,1916,1,'Korok','',90.84765625,-100.046875,0,0,0,'2017-03-11 19:05:08'); -INSERT INTO `marker` VALUES (1188,1901,NULL,2,1916,178,'Hit boulder and pick up rock','',145.3125,-136.4375,0,0,0,'2017-03-11 19:20:10'); -INSERT INTO `marker` VALUES (1189,1901,NULL,2,1901,311,'Eight Heroine','Eight Heroine Statue',59.5859375,-136.1875,0,1,0,'2017-03-11 19:30:28'); -INSERT INTO `marker` VALUES (1190,1901,NULL,2,1901,311,'Eight Heroine's Sword','Eight Heroine's Sword',65.71875,-143.890625,0,1,0,'2017-03-11 19:31:22'); -INSERT INTO `marker` VALUES (1191,1901,NULL,2,1935,1,'Balloon Flight','',144.95703125,-110.4921875,0,0,1,'2017-03-11 19:32:41'); -INSERT INTO `marker` VALUES (1192,1901,NULL,2,1935,311,'Eighth Heroine Sidequest','Eighth Heroine Sidequest',69.22265625,-173.0859375,0,0,0,'2017-03-11 19:33:31'); -INSERT INTO `marker` VALUES (1193,1901,NULL,2,1935,311,'Forgotten Sword Sidequest','Forgotten Sword Sidequest',69.20703125,-173.0625,0,1,0,'2017-03-11 19:34:25'); -INSERT INTO `marker` VALUES (1194,1901,NULL,2,1916,1,'Korok','',146.69921875,-109.9921875,0,0,0,'2017-03-11 19:34:50'); -INSERT INTO `marker` VALUES (1195,1901,NULL,2,1930,262,'Stone Talus','Lake Hylia North',125.0078125,-156.21875,0,0,0,'2017-03-11 19:38:00'); -INSERT INTO `marker` VALUES (1196,1901,NULL,2,1916,1,'Korok','',148.09765625,-110.43359375,0,0,0,'2017-03-11 19:38:22'); -INSERT INTO `marker` VALUES (1197,1901,NULL,2,1933,1,'Stone Talus','',66.48046875,-111.05859375,0,0,1,'2017-03-12 02:57:03'); -INSERT INTO `marker` VALUES (1198,1901,NULL,2,1933,315,'Lynel','121 - These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence, resilience and strength, making them among the most dangerous monsters in all the land. This is compounded by the fact that they have a natural resistance to all elements. You would be wise to challenge a Lynel only if you're very well prepared!',178.6484375,-146.390625,0,0,0,'2017-03-11 19:45:55'); -INSERT INTO `marker` VALUES (1199,1901,NULL,2,1916,1,'Korok','',65.3125,-109.828125,0,0,0,'2017-03-11 19:47:23'); -INSERT INTO `marker` VALUES (1200,1901,NULL,2,1916,178,'jump thorns','',141.75,-132.40625,0,0,0,'2017-03-11 19:47:55'); -INSERT INTO `marker` VALUES (1201,1901,NULL,2,1916,315,'Korok Seed','Lift stone on the middle of the circle platform',170.28125,-146.18359375,0,0,0,'2017-03-11 19:48:40'); -INSERT INTO `marker` VALUES (1202,1901,NULL,2,1916,271,'Korok','Underneath stone at the top of the fountain.',170.296875,-146.1796875,0,0,0,'2017-03-11 19:49:00'); -INSERT INTO `marker` VALUES (1203,1901,NULL,2,1931,1,'Lizafos' Enemy Camp','',59.375,-97.7109375,0,0,1,'2017-03-11 20:04:18'); -INSERT INTO `marker` VALUES (1204,1901,NULL,2,1916,1,'Korok','',60.3359375,-95.92578125,0,0,0,'2017-03-11 20:07:13'); -INSERT INTO `marker` VALUES (1205,1901,NULL,2,1936,1,'Cracked rocks','',60.97265625,-94.96484375,0,0,1,'2017-03-11 20:08:39'); -INSERT INTO `marker` VALUES (1206,1901,NULL,2,1916,178,'match the gates','',146.625,-109.8984375,0,0,0,'2017-03-11 20:10:02'); -INSERT INTO `marker` VALUES (1207,1901,NULL,2,1930,316,'Powerful Lynel','',146.75,-69.5625,0,0,0,'2017-03-11 20:32:22'); -INSERT INTO `marker` VALUES (1208,1901,NULL,2,1916,317,'','',168.02734375,-184.234375,0,0,0,'2017-03-11 21:02:38'); -INSERT INTO `marker` VALUES (1209,1901,NULL,2,1916,317,'','',166.48828125,-188.12109375,0,0,0,'2017-03-11 21:03:02'); -INSERT INTO `marker` VALUES (1210,1901,NULL,2,1916,319,'Lanayru Promenade','',170.3046875,-146.2421875,0,0,0,'2017-03-11 21:34:01'); -INSERT INTO `marker` VALUES (1211,1901,NULL,2,1916,318,'Korok','Activate sparkles in center of fountain.',127.3984375,-167.296875,0,0,0,'2017-03-11 21:42:07'); -INSERT INTO `marker` VALUES (1212,1901,NULL,2,1916,169,'Place an apple before the shrine','',112.046875,-136.75,0,0,0,'2017-03-11 21:48:44'); -INSERT INTO `marker` VALUES (1213,1901,NULL,2,1916,319,'Korok Seed','',144.7265625,-178.8984375,0,0,0,'2017-03-11 21:54:42'); -INSERT INTO `marker` VALUES (1214,1901,NULL,2,1905,319,'Emblazoned Shield','',119.0546875,-150.5546875,0,0,0,'2017-03-13 04:45:10'); -INSERT INTO `marker` VALUES (1215,1901,NULL,2,1901,321,'Shrine Completed','',166.93359375,-151.35546875,0,0,0,'2017-03-11 22:24:52'); -INSERT INTO `marker` VALUES (1218,1901,NULL,2,1916,322,'Korok Seede','Korok Seede',130.76953125,-154.82421875,0,0,0,'2017-03-11 22:28:35'); -INSERT INTO `marker` VALUES (1219,1901,NULL,2,1901,323,'','Koko',153.40625,-149.5625,0,0,0,'2017-03-11 22:30:38'); -INSERT INTO `marker` VALUES (1220,1901,NULL,2,1916,323,'Korok side of lake Magnesis','',130.890625,-155.046875,0,0,0,'2017-03-11 22:32:06'); -INSERT INTO `marker` VALUES (1221,1901,NULL,2,1916,323,'Throw rock in ring of rocks','',153.625,-149.5,0,0,0,'2017-03-11 22:32:31'); -INSERT INTO `marker` VALUES (1222,1901,NULL,2,1901,325,'Lynel','Boss',188.046875,-119.0390625,0,0,0,'2017-03-11 22:54:43'); -INSERT INTO `marker` VALUES (1223,1901,NULL,2,1901,325,'Igneto Talus','',161.375,-81.125,0,0,0,'2017-03-11 22:56:05'); -INSERT INTO `marker` VALUES (1224,1901,NULL,2,1901,327,'','',124,-126.9375,0,0,0,'2017-03-11 23:27:36'); -INSERT INTO `marker` VALUES (1225,1901,NULL,2,1901,24,'Leviathan','',152.78125,-70.90625,0,0,0,'2017-03-11 23:43:12'); -INSERT INTO `marker` VALUES (1226,1901,NULL,2,1901,24,'Eldin Great Skeleton','',152.46875,-70.6875,0,0,0,'2017-03-11 23:44:31'); -INSERT INTO `marker` VALUES (1227,1901,NULL,2,1901,328,'','',115.2734375,-159.3828125,0,0,0,'2017-03-11 23:50:21'); -INSERT INTO `marker` VALUES (1228,1901,NULL,2,1901,328,'ff','fff',115.3203125,-159.296875,0,0,0,'2017-03-11 23:50:32'); -INSERT INTO `marker` VALUES (1229,1901,NULL,2,1916,331,'','',179.64453125,-128.34375,0,0,0,'2017-03-11 23:56:33'); -INSERT INTO `marker` VALUES (1230,1901,NULL,2,1901,333,'','',164.79296875,-156.5,0,0,0,'2017-03-12 00:14:59'); -INSERT INTO `marker` VALUES (1231,1901,NULL,2,1901,333,'waypoint','ehee',164.86328125,-156.5234375,0,0,0,'2017-03-12 00:15:18'); -INSERT INTO `marker` VALUES (1232,1901,NULL,2,1934,99,'memory 13','',186.53125,-86.4375,0,0,0,'2017-03-12 00:35:22'); -INSERT INTO `marker` VALUES (1233,1901,NULL,2,1936,334,'Chest','',158.90234375,-164.97265625,0,0,0,'2017-03-12 00:42:15'); -INSERT INTO `marker` VALUES (1234,1901,NULL,2,1901,335,'','DELETE - NO INFO',58.59375,-68.6875,0,0,0,'2017-03-14 06:18:29'); -INSERT INTO `marker` VALUES (1235,1901,NULL,2,1901,326,'done','',169.125,-172.375,0,0,0,'2017-03-12 00:52:15'); -INSERT INTO `marker` VALUES (1238,1901,NULL,2,1916,271,'Korok','use Magnesis to add the block to the group on the cliff face to match the group on the ground',192.734375,-131.046875,0,0,0,'2017-03-12 01:53:50'); -INSERT INTO `marker` VALUES (1239,1901,NULL,2,1916,340,'Bomb the Rocks','',167.1328125,-107.6484375,0,0,0,'2017-03-12 02:05:27'); -INSERT INTO `marker` VALUES (1240,1901,NULL,2,1901,339,'Visitado','',167.1484375,-151.3671875,0,0,0,'2017-03-12 02:07:46'); -INSERT INTO `marker` VALUES (1241,1901,NULL,2,1934,340,'#13 - Slumbering Power','',186.58984375,-86.3828125,0,0,0,'2017-03-12 02:09:54'); -INSERT INTO `marker` VALUES (1242,1901,NULL,2,1920,340,'Spring of Power','',186.58984375,-86.35546875,0,0,0,'2017-03-12 02:10:24'); -INSERT INTO `marker` VALUES (1243,1901,NULL,2,1916,341,'Korok Seed','',183.6328125,-113.671875,0,0,0,'2017-03-12 02:16:57'); -INSERT INTO `marker` VALUES (1244,1901,NULL,2,1916,154,'Korok','',141.81640625,-132.2734375,0,0,0,'2017-03-12 02:21:28'); -INSERT INTO `marker` VALUES (1245,1901,NULL,2,1916,342,'Korok Seed - Finra Woods 1','',131.75,-172.953125,0,0,0,'2017-03-12 02:31:48'); -INSERT INTO `marker` VALUES (1246,1901,NULL,2,1916,342,'Korok Seed Finra Woods 2','',134.71875,-172.921875,0,0,0,'2017-03-12 02:32:19'); -INSERT INTO `marker` VALUES (1247,1901,NULL,2,1916,341,'Korok Seed','',186.296875,-110.15625,0,0,0,'2017-03-12 02:34:35'); -INSERT INTO `marker` VALUES (1248,1901,NULL,2,1916,344,'Korok Seeds','',109.6484375,-164.2578125,0,0,0,'2017-03-12 02:55:50'); -INSERT INTO `marker` VALUES (1250,1901,NULL,2,1927,1,'Temple of Time','',115.1953125,-159.26171875,0,0,1,'2017-03-12 02:59:03'); -INSERT INTO `marker` VALUES (1251,1901,NULL,2,1916,342,'Korok Seed Baloon Pop','',133.984375,-168.0625,0,0,0,'2017-03-12 03:02:47'); -INSERT INTO `marker` VALUES (1252,1901,NULL,2,1916,154,'Korok','Behind a cracked wall ontop of the temple. Pick up the rock.',106.1171875,-91.82421875,0,0,0,'2017-03-12 03:07:30'); -INSERT INTO `marker` VALUES (1253,1901,NULL,2,1936,154,'Cracked Wall','Reward: Korok Seed',106.09765625,-91.84375,0,0,0,'2017-03-12 03:08:52'); -INSERT INTO `marker` VALUES (1254,1901,NULL,2,1916,1,'Korok','',121.37890625,-159.12109375,0,0,0,'2017-03-12 03:50:56'); -INSERT INTO `marker` VALUES (1255,1901,NULL,2,1916,1,'Korok','',121.41015625,-159.70703125,0,0,0,'2017-03-12 03:51:03'); -INSERT INTO `marker` VALUES (1257,1901,NULL,2,1933,346,'Red Hinox','',158.609375,-175.28125,0,0,0,'2017-03-12 03:58:12'); -INSERT INTO `marker` VALUES (1258,1901,NULL,2,1916,1,'Korok','',203.2578125,-76.4296875,0,0,0,'2017-03-12 04:06:35'); -INSERT INTO `marker` VALUES (1259,1901,NULL,2,1916,342,'Korok Seed','',160.296875,-146.875,0,0,0,'2017-03-12 04:11:23'); -INSERT INTO `marker` VALUES (1260,1901,NULL,2,1936,154,'Cracked Wall','Reward: Korok Seed',96.140625,-102.30078125,0,0,0,'2017-03-12 04:16:19'); -INSERT INTO `marker` VALUES (1261,1901,NULL,2,1916,154,'Korok','Underneath a rock behind a cracked wall.',96.10546875,-102.6640625,0,0,0,'2017-03-12 04:17:25'); -INSERT INTO `marker` VALUES (1262,1901,NULL,2,1903,352,'Silver Sword','',180.04296875,-120.01953125,0,0,0,'2017-03-12 04:44:06'); -INSERT INTO `marker` VALUES (1263,1901,NULL,2,1903,352,'','',179.0859375,-119.52734375,0,0,0,'2017-03-12 04:44:39'); -INSERT INTO `marker` VALUES (1264,1901,NULL,2,1905,352,'Silver Shield','',179.00390625,-119.46484375,0,0,0,'2017-03-12 04:46:30'); -INSERT INTO `marker` VALUES (1265,1901,NULL,2,1903,352,'Zora's Spear','',179.89453125,-119.94140625,0,0,0,'2017-03-12 04:47:31'); -INSERT INTO `marker` VALUES (1266,1901,NULL,2,1903,352,'Gerudo Scimitar','',68.87890625,-173.28125,0,0,0,'2017-03-12 04:49:13'); -INSERT INTO `marker` VALUES (1267,1901,NULL,2,1903,352,'Swallow Bow','',71.75,-99.0546875,0,0,0,'2017-03-12 04:50:51'); -INSERT INTO `marker` VALUES (1268,1901,NULL,2,1933,2,'Stone Talus','',149.73828125,-186.23828125,0,0,1,'2017-03-12 05:16:47'); -INSERT INTO `marker` VALUES (1269,1901,NULL,2,1901,355,'Buried Chest','Buried chest',198.4765625,-143.484375,0,0,0,'2017-03-12 05:18:11'); -INSERT INTO `marker` VALUES (1270,1901,NULL,2,1916,355,'Korok Flower','',198.5,-143.32421875,0,0,0,'2017-03-12 05:18:59'); -INSERT INTO `marker` VALUES (1271,1901,NULL,2,1916,355,'Rock Circle Korok','',198.7890625,-143.96484375,0,0,0,'2017-03-12 05:19:44'); -INSERT INTO `marker` VALUES (1272,1901,NULL,2,1901,355,'2 Chests (600 Rupees)','',197.828125,-141.16796875,0,0,0,'2017-03-12 05:24:30'); -INSERT INTO `marker` VALUES (1273,1901,NULL,2,1916,355,'Korok seed -flower','',197.9140625,-137.7578125,0,0,0,'2017-03-12 05:29:27'); -INSERT INTO `marker` VALUES (1274,1901,NULL,2,1901,355,'Chest (100 Rupees)','',198.40625,-152.3984375,0,0,0,'2017-03-12 05:50:35'); -INSERT INTO `marker` VALUES (1275,1901,NULL,2,1916,271,'Korok Flower Puzzle','Walk over the flowers by the number of flowers in the group.\r\n\r\n1 flower first \r\n2 flower\r\n3 flower\r\n4 flower\r\n\r\n5 flower group is on top the large tree next to the flower groups.',192.39453125,-106.67578125,0,0,0,'2017-03-12 06:03:21'); -INSERT INTO `marker` VALUES (1277,1901,NULL,2,1916,358,'Korok','Korok',86.94140625,-170.98828125,0,0,0,'2017-03-12 06:11:32'); -INSERT INTO `marker` VALUES (1278,1901,NULL,2,1936,344,'Cracked Wall','',114.33984375,-158.21875,0,0,0,'2017-03-12 06:15:23'); -INSERT INTO `marker` VALUES (1279,1901,NULL,2,1916,271,'Korok','Bomb Wall\r\nPick up rock behind wall\r\n',192.578125,-128.9765625,0,0,0,'2017-03-12 06:44:02'); -INSERT INTO `marker` VALUES (1280,1901,NULL,2,1936,271,'Korok','Korok Behind wall',192.5859375,-128.953125,0,0,0,'2017-03-12 06:44:28'); -INSERT INTO `marker` VALUES (1281,1901,NULL,2,1936,271,'Mining Rock','Mining rock behind wall',193.6953125,-127.7421875,0,0,0,'2017-03-12 06:46:09'); -INSERT INTO `marker` VALUES (1282,1901,NULL,2,1916,360,'','',128.8828125,-155.54296875,0,0,0,'2017-03-12 07:01:01'); -INSERT INTO `marker` VALUES (1283,1901,NULL,2,1916,360,'','',128.85546875,-155.5390625,0,0,0,'2017-03-12 07:02:07'); -INSERT INTO `marker` VALUES (1285,1901,NULL,2,1916,360,'','',110.9296875,-131.08203125,0,0,0,'2017-03-12 07:16:35'); -INSERT INTO `marker` VALUES (1287,1901,NULL,2,1916,344,'Korok Seeds','',131.59765625,-153.109375,0,0,0,'2017-03-12 07:22:51'); -INSERT INTO `marker` VALUES (1288,1901,NULL,2,1916,344,'Korok Seeds','',130.9765625,-154.7890625,0,0,0,'2017-03-12 07:23:49'); -INSERT INTO `marker` VALUES (1289,1901,NULL,2,1916,262,'Seed','',67.32421875,-174.3203125,0,0,0,'2017-03-12 07:29:06'); -INSERT INTO `marker` VALUES (1290,1901,NULL,2,1916,1,'Korok','',72.39453125,-100.58203125,0,0,0,'2017-03-12 07:29:20'); -INSERT INTO `marker` VALUES (1291,1901,NULL,2,1916,344,'Korok Seeds','',129.62890625,-154.7421875,0,0,0,'2017-03-12 07:52:07'); -INSERT INTO `marker` VALUES (1292,1901,NULL,2,1916,365,'On Top Of The Spring','',127.375,-167.3125,0,0,0,'2017-03-12 08:31:33'); -INSERT INTO `marker` VALUES (1293,1901,NULL,2,1934,366,'Spring of Power','',186.4765625,-86.5078125,0,0,0,'2017-03-12 08:44:53'); -INSERT INTO `marker` VALUES (1295,1901,NULL,2,1935,1,'Curry for What Ails You','',77,-100.265625,0,0,1,'2017-03-12 08:53:12'); -INSERT INTO `marker` VALUES (1297,1901,NULL,2,1916,285,'','',133.0625,-158.1640625,0,0,0,'2017-03-12 09:03:28'); -INSERT INTO `marker` VALUES (1298,1901,NULL,2,1901,285,'','',136.0546875,-166.953125,0,0,0,'2017-03-12 09:03:51'); -INSERT INTO `marker` VALUES (1299,1901,NULL,2,1916,285,'','',136.0234375,-166.9453125,0,0,0,'2017-03-12 09:04:03'); -INSERT INTO `marker` VALUES (1300,1901,NULL,2,1916,285,'','',137.6015625,-165.6328125,0,0,0,'2017-03-12 09:06:27'); -INSERT INTO `marker` VALUES (1301,1901,NULL,2,1916,285,'','',137.2734375,-165.5546875,0,0,0,'2017-03-12 09:06:36'); -INSERT INTO `marker` VALUES (1303,1901,NULL,2,1916,285,'','',164.65234375,-151.85546875,0,0,0,'2017-03-12 09:48:51'); -INSERT INTO `marker` VALUES (1304,1901,NULL,2,1936,285,'','',171.484375,-155.2265625,0,0,0,'2017-03-12 10:02:24'); -INSERT INTO `marker` VALUES (1305,1901,NULL,2,1916,317,'','',180.51171875,-185.125,0,0,0,'2017-03-12 10:15:18'); -INSERT INTO `marker` VALUES (1306,1901,NULL,2,1916,317,'','',179.48046875,-180.19140625,0,0,0,'2017-03-12 10:15:41'); -INSERT INTO `marker` VALUES (1307,1901,NULL,2,1916,285,'','',179.203125,-150.5234375,0,0,0,'2017-03-12 10:16:02'); -INSERT INTO `marker` VALUES (1308,1901,NULL,2,1901,375,'Father and Daughter (#12)','Recovered Memory #12',122.3359375,-112.4375,0,0,0,'2017-03-12 10:37:20'); -INSERT INTO `marker` VALUES (1309,1901,NULL,2,1904,285,'','',142.2578125,-124.09375,0,0,0,'2017-03-12 10:42:30'); -INSERT INTO `marker` VALUES (1310,1901,NULL,2,1934,375,'Zelda's Awakening (#17)','Can only be recovered after finding the locations of the 12 pictures in your album.',158.9140625,-157.9921875,0,0,0,'2017-03-12 10:43:10'); -INSERT INTO `marker` VALUES (1311,1901,NULL,2,1916,285,'','',145.0078125,-124.8203125,0,0,0,'2017-03-12 10:46:03'); -INSERT INTO `marker` VALUES (1312,1901,NULL,2,1916,285,'','',141.171875,-117.1796875,0,0,0,'2017-03-12 10:52:09'); -INSERT INTO `marker` VALUES (1313,1901,NULL,2,1916,285,'','',154.453125,-100.5625,0,0,0,'2017-03-12 11:38:57'); -INSERT INTO `marker` VALUES (1314,1901,NULL,2,1916,285,'','',186.3125,-109.9296875,0,0,0,'2017-03-12 12:42:06'); -INSERT INTO `marker` VALUES (1315,1901,NULL,2,1916,292,'Seed in Back Alley','Break the wall with rock sword. Pick-up the black rock on the ground.',166.546875,-78.421875,0,0,0,'2017-03-12 12:52:47'); -INSERT INTO `marker` VALUES (1316,1901,NULL,2,1901,381,'','',194.359375,-112.4375,0,0,0,'2017-03-12 13:05:23'); -INSERT INTO `marker` VALUES (1317,1901,NULL,2,1916,285,'','',193.58203125,-135.203125,0,0,0,'2017-03-12 13:11:21'); -INSERT INTO `marker` VALUES (1318,1901,NULL,2,1916,331,'Korok','',176.796875,-133.296875,0,0,0,'2017-03-12 13:40:27'); -INSERT INTO `marker` VALUES (1319,1901,NULL,2,1916,285,'','',179.94921875,-119.8671875,0,0,0,'2017-03-12 13:42:03'); -INSERT INTO `marker` VALUES (1320,1901,NULL,2,1916,384,'Korok','Under the rock',183.15625,-123.6953125,0,0,0,'2017-03-12 14:00:54'); -INSERT INTO `marker` VALUES (1321,1901,NULL,2,1901,385,'','',112.125,-123.5,0,0,0,'2017-03-12 14:02:28'); -INSERT INTO `marker` VALUES (1322,1901,NULL,2,1916,285,'','',124.265625,-181.265625,0,0,0,'2017-03-12 14:04:31'); -INSERT INTO `marker` VALUES (1323,1901,NULL,2,1916,397,'Korok seed','Korok seed in the Shrine of Resurrection',110.671875,-157.515625,0,0,0,'2017-03-12 14:08:30'); -INSERT INTO `marker` VALUES (1325,1901,NULL,2,1916,398,'Korok Seed','',126.40625,-164.03125,0,0,0,'2017-03-12 14:24:44'); -INSERT INTO `marker` VALUES (1326,1901,NULL,2,1916,398,'Korok Seed','',129.3515625,-152.7890625,0,0,0,'2017-03-12 14:25:39'); -INSERT INTO `marker` VALUES (1327,1901,NULL,2,1916,398,'Korok Seed','',136.6328125,-157.6796875,0,0,0,'2017-03-12 14:26:15'); -INSERT INTO `marker` VALUES (1329,1901,NULL,2,1916,398,'Korok Seed','',141.2890625,-153.3984375,0,0,0,'2017-03-13 04:37:42'); -INSERT INTO `marker` VALUES (1330,1901,NULL,2,1916,398,'Korok Seed','',144.2734375,-148.6484375,0,0,0,'2017-03-12 14:29:30'); -INSERT INTO `marker` VALUES (1331,1901,NULL,2,1916,398,'Korok Seed','',142.9453125,-142.765625,0,0,0,'2017-03-12 14:30:01'); -INSERT INTO `marker` VALUES (1333,1901,NULL,2,1916,398,'Korok Seed','',149.53515625,-154.234375,0,0,0,'2017-03-12 14:42:58'); -INSERT INTO `marker` VALUES (1334,1901,NULL,2,1916,398,'Korok Seed','',154.28125,-164.38671875,0,0,0,'2017-03-13 04:02:44'); -INSERT INTO `marker` VALUES (1335,1901,NULL,2,1916,398,'Korok Seed','',148.21875,-148.828125,0,0,0,'2017-03-12 14:44:51'); -INSERT INTO `marker` VALUES (1336,1901,NULL,2,1916,398,'Korok Seed','',162.33984375,-149.48828125,0,0,0,'2017-03-12 14:45:37'); -INSERT INTO `marker` VALUES (1337,1901,NULL,2,1916,398,'Korok Seed','',128.84375,-155.59375,0,0,0,'2017-03-12 14:51:11'); -INSERT INTO `marker` VALUES (1338,1901,NULL,2,1916,398,'Korok Seed','',129.5,-154.609375,0,0,0,'2017-03-12 14:52:36'); -INSERT INTO `marker` VALUES (1339,1901,NULL,2,1916,398,'Korok Seed','',131.6328125,-153.0703125,0,0,0,'2017-03-12 14:53:21'); -INSERT INTO `marker` VALUES (1340,1901,NULL,2,1916,384,'Korok Test','Run/glide to the near peak',160.7578125,-122.8359375,0,0,0,'2017-03-12 14:53:50'); -INSERT INTO `marker` VALUES (1341,1901,NULL,2,1916,398,'Korok Seed','',131.515625,-154.6171875,0,0,0,'2017-03-12 14:55:11'); -INSERT INTO `marker` VALUES (1342,1901,NULL,2,1916,398,'Korok Seed','',131.109375,-154.703125,0,0,0,'2017-03-12 14:56:29'); -INSERT INTO `marker` VALUES (1343,1901,NULL,2,1916,384,'Korok Dive','Drop from the nearby mountain into the plant circle in the pond',153.5859375,-119.51171875,0,0,0,'2017-03-12 14:58:01'); -INSERT INTO `marker` VALUES (1344,1901,NULL,2,1916,384,'Korok Tag','Catch the korok running in the water',149.609375,-114.515625,0,0,0,'2017-03-12 15:01:14'); -INSERT INTO `marker` VALUES (1345,1901,NULL,2,1916,398,'Korok Seed','',138.1484375,-155.6015625,0,0,0,'2017-03-13 04:36:05'); -INSERT INTO `marker` VALUES (1346,1901,NULL,2,1916,398,'Korok Seed','',139.1171875,-156.265625,0,0,0,'2017-03-13 04:35:22'); -INSERT INTO `marker` VALUES (1347,1901,NULL,2,1916,398,'Korok Seed','',141.625,-157.8046875,0,0,0,'2017-03-13 04:34:22'); -INSERT INTO `marker` VALUES (1348,1901,NULL,2,1916,384,'Korok Surf','Use a shield to surf down the slope before time's up',152.765625,-116.7578125,0,0,0,'2017-03-12 15:05:28'); -INSERT INTO `marker` VALUES (1349,1901,NULL,2,1916,398,'Korok Seed','',140.75,-160.4140625,0,0,0,'2017-03-12 15:05:58'); -INSERT INTO `marker` VALUES (1350,1901,NULL,2,1916,398,'Korok Seed','',143.0078125,-163.2109375,0,0,0,'2017-03-12 15:10:03'); -INSERT INTO `marker` VALUES (1351,1901,NULL,2,1916,398,'Korok Seed','',145.2890625,-157.578125,0,0,0,'2017-03-13 04:34:04'); -INSERT INTO `marker` VALUES (1352,1901,NULL,2,1916,398,'Korok Seed','',136.234375,-146.2890625,0,0,0,'2017-03-13 04:40:58'); -INSERT INTO `marker` VALUES (1353,1901,NULL,2,1916,398,'Korok Seed','',132.9453125,-149.7421875,0,0,0,'2017-03-13 04:41:42'); -INSERT INTO `marker` VALUES (1354,1901,NULL,2,1916,398,'Korok Seed','',136.4296875,-151.125,0,0,0,'2017-03-13 04:39:56'); -INSERT INTO `marker` VALUES (1356,1901,NULL,2,1916,398,'Korok Seed','',140.5234375,-151.3125,0,0,0,'2017-03-13 04:38:25'); -INSERT INTO `marker` VALUES (1357,1901,NULL,2,1916,398,'Korok Seed','',138.4921875,-153.640625,0,0,0,'2017-03-13 04:36:18'); -INSERT INTO `marker` VALUES (1358,1901,NULL,2,1916,398,'Korok Seed','',143.34375,-156.7109375,0,0,0,'2017-03-13 04:34:13'); -INSERT INTO `marker` VALUES (1359,1901,NULL,2,1916,398,'Korok Seed','',157.4140625,-165.8046875,0,0,0,'2017-03-13 04:02:24'); -INSERT INTO `marker` VALUES (1360,1901,NULL,2,1916,398,'Korok Seed','',165.05078125,-164.09765625,0,0,0,'2017-03-13 04:00:39'); -INSERT INTO `marker` VALUES (1361,1901,NULL,2,1916,398,'Korok Seed','',157.31640625,-160.05859375,0,0,0,'2017-03-12 15:36:44'); -INSERT INTO `marker` VALUES (1362,1901,NULL,2,1916,398,'Korok Seed','',160.0390625,-160.69140625,0,0,0,'2017-03-12 15:37:51'); -INSERT INTO `marker` VALUES (1363,1901,NULL,2,1916,398,'Korok Seed','',155.390625,-152.10546875,0,0,0,'2017-03-12 15:38:53'); -INSERT INTO `marker` VALUES (1364,1901,NULL,2,1916,398,'Korok Seed','',152.2265625,-148.3203125,0,0,0,'2017-03-12 15:40:03'); -INSERT INTO `marker` VALUES (1365,1901,NULL,2,1916,398,'Korok Seed','',153.48046875,-149.45703125,0,0,0,'2017-03-12 15:40:59'); -INSERT INTO `marker` VALUES (1366,1901,NULL,2,1916,398,'Korok Seed','',160.09375,-146.859375,0,0,0,'2017-03-12 15:42:30'); -INSERT INTO `marker` VALUES (1367,1901,NULL,2,1916,398,'Korok Seed','',161.7890625,-144.2109375,0,0,0,'2017-03-12 15:43:31'); -INSERT INTO `marker` VALUES (1368,1901,NULL,2,1916,398,'Korok Seed','',158.234375,-147.078125,0,0,0,'2017-03-12 15:44:35'); -INSERT INTO `marker` VALUES (1369,1901,NULL,2,1916,398,'Korok Seed','',155.171875,-146.5390625,0,0,0,'2017-03-12 15:45:40'); -INSERT INTO `marker` VALUES (1370,1901,NULL,2,1916,398,'Korok Seed','',154.109375,-146.1875,0,0,0,'2017-03-12 15:46:37'); -INSERT INTO `marker` VALUES (1371,1901,NULL,2,1916,398,'Korok Seed','',158.27734375,-145.35546875,0,0,0,'2017-03-12 15:47:38'); -INSERT INTO `marker` VALUES (1372,1901,NULL,2,1916,398,'Korok Seed','',158.578125,-144.56640625,0,0,0,'2017-03-12 15:50:00'); -INSERT INTO `marker` VALUES (1373,1901,NULL,2,1916,398,'Korok Seed','',155.6484375,-143.0625,0,0,0,'2017-03-12 15:51:50'); -INSERT INTO `marker` VALUES (1374,1901,NULL,2,1916,398,'Korok Seed','',156.02734375,-144.45703125,0,0,0,'2017-03-12 15:53:20'); -INSERT INTO `marker` VALUES (1375,1901,NULL,2,1916,398,'Korok Seed','',156.125,-144.82421875,0,0,0,'2017-03-12 15:54:40'); -INSERT INTO `marker` VALUES (1376,1901,NULL,2,1916,354,'Korok','',179.1875,-138.359375,0,0,0,'2017-03-12 16:17:56'); -INSERT INTO `marker` VALUES (1377,1901,NULL,2,1916,406,'Korok','Push the Rock Down the hill.',164.54296875,-151.78515625,0,0,0,'2017-03-12 16:21:45'); -INSERT INTO `marker` VALUES (1378,1901,NULL,2,1916,354,'Korok','',181.890625,-136.59375,0,0,0,'2017-03-12 16:22:07'); -INSERT INTO `marker` VALUES (1379,1901,NULL,2,1916,354,'Korok','',192.640625,-128.953125,0,0,0,'2017-03-12 16:22:56'); -INSERT INTO `marker` VALUES (1380,1901,NULL,2,1916,412,'Korok','Water wreath.',200.1796875,-118.1015625,0,0,0,'2017-03-12 17:27:24'); -INSERT INTO `marker` VALUES (1381,1901,NULL,2,1933,423,'Molduga','',54.21875,-171.75,0,0,0,'2017-03-12 18:27:12'); -INSERT INTO `marker` VALUES (1382,1901,NULL,2,1916,424,'Korok seed','',188.98046875,-152.3203125,0,0,0,'2017-03-12 18:39:29'); -INSERT INTO `marker` VALUES (1384,1901,NULL,2,1903,427,'Master sword','',134.25,-95.25,0,1,0,'2017-03-12 18:53:14'); -INSERT INTO `marker` VALUES (1385,1901,NULL,2,1933,427,'Ganon','',124.375,-112.625,0,1,0,'2017-03-12 18:54:04'); -INSERT INTO `marker` VALUES (1387,1901,NULL,2,1933,1,'Lynel','',110.078125,-147.671875,0,0,1,'2017-03-12 19:07:24'); -INSERT INTO `marker` VALUES (1388,1901,NULL,2,1916,1,'Korok','',115.89453125,-149.625,0,0,0,'2017-03-12 19:07:57'); -INSERT INTO `marker` VALUES (1389,1901,NULL,2,1916,1,'Korok','',111.47265625,-148.82421875,0,0,0,'2017-03-12 19:08:25'); -INSERT INTO `marker` VALUES (1390,1901,NULL,2,1916,1,'Korok','',108.89453125,-149.2265625,0,0,0,'2017-03-12 19:08:56'); -INSERT INTO `marker` VALUES (1391,1901,NULL,2,1916,1,'Korok','',107.94140625,-149.65625,0,0,0,'2017-03-12 19:09:39'); -INSERT INTO `marker` VALUES (1392,1901,NULL,2,1933,1,'Stone Talus','',120.00390625,-146.453125,0,0,1,'2017-03-12 19:14:53'); -INSERT INTO `marker` VALUES (1393,1901,NULL,2,1901,433,'','',179.64453125,-120.58203125,0,0,0,'2017-03-12 19:19:57'); -INSERT INTO `marker` VALUES (1394,1901,NULL,2,1903,321,'Soldier's Broadsword','',155.890625,-177.375,0,0,0,'2017-03-12 19:20:52'); -INSERT INTO `marker` VALUES (1395,1901,NULL,2,1916,1,'Korok','',120.71875,-147.99609375,0,0,0,'2017-03-12 19:41:10'); -INSERT INTO `marker` VALUES (1396,1901,NULL,2,1901,1,'Chest','',123.57421875,-147.45703125,0,0,1,'2017-03-12 19:41:46'); -INSERT INTO `marker` VALUES (1397,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',123.49609375,-147.6796875,0,0,1,'2017-03-12 19:42:06'); -INSERT INTO `marker` VALUES (1398,1901,NULL,2,1901,1,'Blupee','',124.58203125,-149.34765625,0,0,1,'2017-03-12 19:43:49'); -INSERT INTO `marker` VALUES (1399,1901,NULL,2,1916,178,'boulder in stump','',138.3125,-175.6875,0,0,0,'2017-03-12 19:46:25'); -INSERT INTO `marker` VALUES (1400,1901,NULL,2,1915,178,'follow flower','',138.890625,-175.890625,0,0,0,'2017-03-12 19:49:39'); -INSERT INTO `marker` VALUES (1401,1901,NULL,2,1930,434,'Bokoblin','Drop Items:\r\nTraveler's Sword\r\n(5) Arrows\r\nBoko Shield',119.109375,-154.67578125,0,0,0,'2017-03-12 19:51:11'); -INSERT INTO `marker` VALUES (1402,1901,NULL,2,1936,436,'Cracked Wall','Near water.',114.33984375,-158.2109375,0,0,0,'2017-03-12 19:54:18'); -INSERT INTO `marker` VALUES (1403,1901,NULL,2,1916,178,'stay and mag boulders','',140.625,-174.921875,0,0,0,'2017-03-12 19:54:36'); -INSERT INTO `marker` VALUES (1405,1901,NULL,2,1916,178,'boulder in hole','',136.046875,-184.859375,0,0,0,'2017-03-12 20:12:14'); -INSERT INTO `marker` VALUES (1406,1901,NULL,2,1921,437,'Woodcutter's Cabin','BEFORE HACK',115.75,-163.28515625,0,0,0,'2017-03-12 20:12:58'); -INSERT INTO `marker` VALUES (1407,1901,NULL,2,1916,437,'Korok Seed','',115.671875,-163.32421875,0,0,0,'2017-03-12 20:13:55'); -INSERT INTO `marker` VALUES (1408,1901,NULL,2,1916,437,'Korok Seed','',105.578125,-161.21484375,0,0,0,'2017-03-12 20:18:07'); -INSERT INTO `marker` VALUES (1410,1901,NULL,2,1916,437,'Korok Seed','',109.64453125,-164.3671875,0,0,0,'2017-03-12 20:20:52'); -INSERT INTO `marker` VALUES (1412,1901,NULL,2,1916,437,'Korok Seed','',109.37890625,-155.5546875,0,0,0,'2017-03-13 04:48:48'); -INSERT INTO `marker` VALUES (1414,1901,NULL,2,1934,49,'Slumbering Power (#13)','',186.5,-86.5078125,0,0,0,'2017-03-12 20:34:15'); -INSERT INTO `marker` VALUES (1415,1901,NULL,2,1910,442,'2 Chests (600 rupees total)','',197.78125,-141.109375,0,1,0,'2017-03-12 20:37:57'); -INSERT INTO `marker` VALUES (1416,1901,NULL,2,1934,49,'Despair (#16)','',138.921875,-134.79296875,0,0,0,'2017-03-12 20:43:25'); -INSERT INTO `marker` VALUES (1418,1901,NULL,2,1901,444,'horse','giant horse',109.0703125,-169.2734375,0,0,0,'2017-03-12 20:50:56'); -INSERT INTO `marker` VALUES (1419,1901,NULL,2,1916,1,'Korok','',129.3515625,-152.8359375,0,0,0,'2017-03-12 20:52:17'); -INSERT INTO `marker` VALUES (1420,1901,NULL,2,1934,49,'Father and Daughter (#12)','',122.23046875,-112.4453125,0,0,0,'2017-03-12 21:14:02'); -INSERT INTO `marker` VALUES (1421,1901,NULL,2,1916,1,'Korok','',107.10546875,-133.80078125,0,0,0,'2017-03-12 21:27:36'); -INSERT INTO `marker` VALUES (1422,1901,NULL,2,1916,1,'Korok','',139.203125,-148.828125,0,0,0,'2017-03-12 21:29:03'); -INSERT INTO `marker` VALUES (1423,1901,NULL,2,1934,49,'Zelda's Awakening (#17)','',159.0234375,-157.875,0,0,0,'2017-03-12 21:46:38'); -INSERT INTO `marker` VALUES (1424,1901,NULL,2,1916,446,'Dive into circle','Dive into the circle floating on the water.',155.8359375,-143.0859375,0,0,0,'2017-03-12 21:57:53'); -INSERT INTO `marker` VALUES (1425,1901,NULL,2,1901,445,'','',181.6328125,-136.16796875,0,0,0,'2017-03-12 21:57:59'); -INSERT INTO `marker` VALUES (1426,1901,NULL,2,1901,445,'','',186.15625,-137.7890625,0,0,0,'2017-03-12 22:15:27'); -INSERT INTO `marker` VALUES (1427,1901,NULL,2,1936,271,'Korok','Bomb Rocks on top of hill to expose Korok.',201.3984375,-119.453125,0,0,0,'2017-03-12 22:17:08'); -INSERT INTO `marker` VALUES (1428,1901,NULL,2,1916,271,'Korok','Kill two octorok's in the water to spawn an korok',200.1953125,-118.0546875,0,0,0,'2017-03-12 22:18:16'); -INSERT INTO `marker` VALUES (1429,1901,NULL,2,1903,271,'Hammers','~ 4-5 Mining Hammers in this location Travel to Ke`nai Shakah Shrine and ride air current to the east up to the location.',195.125,-115.6484375,0,0,0,'2017-03-12 22:20:04'); -INSERT INTO `marker` VALUES (1430,1901,NULL,2,1910,271,'Silver(100) Rupee','Kill bokoblin and take the silver rupee in his cave. Don't fall off the cliff',201.25390625,-114.6953125,0,0,0,'2017-03-12 22:25:55'); -INSERT INTO `marker` VALUES (1431,1901,NULL,2,1936,271,'Bomb rocks','Clear rocks to expose Ore Node',201.359375,-115.734375,0,0,0,'2017-03-12 22:27:07'); -INSERT INTO `marker` VALUES (1432,1901,NULL,2,1916,358,'Korok Balloon','Korok Balloon',153.69140625,-188.75,0,0,0,'2017-03-12 22:27:19'); -INSERT INTO `marker` VALUES (1433,1901,NULL,2,1936,271,'Bomb Wall','Bomb away rocks to expose Ore Node',199.98828125,-115.36328125,0,0,0,'2017-03-12 22:29:10'); -INSERT INTO `marker` VALUES (1434,1901,NULL,2,1903,446,'Magnesis Chest','Use Magnesis Rune to pull chest out of the ground then find where it falls and open it.',154.90625,-143.578125,0,0,0,'2017-03-12 22:32:08'); -INSERT INTO `marker` VALUES (1435,1901,NULL,2,1916,449,'Korok Seed','highest point of south east pillar, destroy cracked rocks',201.453125,-119.4375,0,0,0,'2017-03-12 22:34:20'); -INSERT INTO `marker` VALUES (1436,1901,NULL,2,1916,449,'Korok Seed','Ring of Leaves in water',200.171875,-118.078125,0,0,0,'2017-03-12 22:35:08'); -INSERT INTO `marker` VALUES (1437,1901,NULL,2,1901,445,'','',193.6796875,-135.265625,0,0,0,'2017-03-12 22:51:58'); -INSERT INTO `marker` VALUES (1438,1901,NULL,2,1904,271,'Chest','Clear plants to reveal Chest buried in ground. Use Magnesis to pull chest out. Bomb Arrow's inside.',200.67578125,-115.73046875,0,0,0,'2017-03-12 23:04:02'); -INSERT INTO `marker` VALUES (1439,1901,NULL,2,1916,451,'Korok ','Push Rock into hole',128.8671875,-155.578125,0,0,0,'2017-03-12 23:06:31'); -INSERT INTO `marker` VALUES (1440,1901,NULL,2,1916,271,'Korok','Lift Rock on top of hill to reveal a Korok',201.4296875,-112.33984375,0,0,0,'2017-03-12 23:17:15'); -INSERT INTO `marker` VALUES (1441,1901,NULL,2,1930,445,'Blue maned Lynel','',197.9140625,-140.4765625,0,0,0,'2017-03-12 23:25:32'); -INSERT INTO `marker` VALUES (1442,1901,NULL,2,1916,445,'Korok','',193.65625,-135.21875,0,0,0,'2017-03-12 23:28:37'); -INSERT INTO `marker` VALUES (1443,1901,NULL,2,1901,457,'Korok','Climb all the way to the very top of the castle.',124.03125,-111.40234375,0,0,0,'2017-03-12 23:28:55'); -INSERT INTO `marker` VALUES (1444,1901,NULL,2,1903,454,'Tresure Hideout','',68.96875,-154.421875,0,0,0,'2017-03-12 23:29:22'); -INSERT INTO `marker` VALUES (1445,1901,NULL,2,1916,445,'Korok','',186.2578125,-137.796875,0,0,0,'2017-03-12 23:29:47'); -INSERT INTO `marker` VALUES (1446,1901,NULL,2,1912,459,'Fish','',114.09375,-158.1484375,0,0,0,'2017-03-12 23:35:35'); -INSERT INTO `marker` VALUES (1447,1901,NULL,2,1904,271,'Buried Chest','Use magnesis to pull out buried chest 5 fire arrows',201.359375,-105.5,0,0,0,'2017-03-12 23:56:26'); -INSERT INTO `marker` VALUES (1448,1901,NULL,2,1931,177,'Enemy Camp','Reward: Silver Rupee',189.9375,-134.40625,0,0,0,'2017-03-12 23:58:42'); -INSERT INTO `marker` VALUES (1449,1901,NULL,2,1916,178,'lift rock','',178.1328125,-112.2578125,0,0,0,'2017-03-13 00:04:56'); -INSERT INTO `marker` VALUES (1451,1901,NULL,2,1916,223,'','',115.7578125,-163.2578125,0,0,0,'2017-03-13 00:24:02'); -INSERT INTO `marker` VALUES (1452,1901,NULL,2,1916,19,'Korok Seed','',163.828125,-175.359375,0,0,0,'2017-03-13 00:48:39'); -INSERT INTO `marker` VALUES (1454,1901,NULL,2,1916,450,'Korok Seeds','',188.59375,-107.15625,0,0,0,'2017-03-13 00:52:03'); -INSERT INTO `marker` VALUES (1457,1901,NULL,2,1916,463,'Korok','',149.38671875,-171.453125,0,0,0,'2017-03-13 00:54:27'); -INSERT INTO `marker` VALUES (1458,1901,NULL,2,1916,463,'Korok','',146.73046875,-175.875,0,0,0,'2017-03-13 00:55:26'); -INSERT INTO `marker` VALUES (1459,1901,NULL,2,1916,462,'Korok',' ',93.34375,-167.6796875,0,0,0,'2017-03-13 04:54:58'); -INSERT INTO `marker` VALUES (1460,1901,NULL,2,1916,463,'Korok','',148.3984375,-166.35546875,0,0,0,'2017-03-13 00:56:12'); -INSERT INTO `marker` VALUES (1461,1901,NULL,2,1916,314,'Korok','',115.6484375,-163.2578125,0,0,0,'2017-03-13 00:56:14'); -INSERT INTO `marker` VALUES (1462,1901,NULL,2,1916,463,'Korok','',149.5625,-163.78125,0,0,0,'2017-03-13 04:03:06'); -INSERT INTO `marker` VALUES (1463,1901,NULL,2,1901,462,'Korok seed','Shoot the target under the bridge ',90.31640625,-162.8046875,0,0,0,'2017-03-13 00:56:55'); -INSERT INTO `marker` VALUES (1464,1901,NULL,2,1916,463,'Korok','',150.84375,-164.984375,0,0,0,'2017-03-13 04:02:56'); -INSERT INTO `marker` VALUES (1465,1901,NULL,2,1901,462,'Korok seed ','Pick up rock on the top of piller ',97.99609375,-179.26953125,0,0,0,'2017-03-13 01:00:26'); -INSERT INTO `marker` VALUES (1466,1901,NULL,2,1901,462,'Korok seed ','Under rook on top of highest piller ',106.48828125,-180.015625,0,0,0,'2017-03-13 01:02:13'); -INSERT INTO `marker` VALUES (1467,1901,NULL,2,1916,454,'','',110.421875,-157.9375,0,0,0,'2017-03-13 01:45:03'); -INSERT INTO `marker` VALUES (1469,1901,NULL,2,1934,84,'Father and Daughter (#12)','',122.3125,-112.44140625,0,0,0,'2017-03-13 01:48:25'); -INSERT INTO `marker` VALUES (1471,1901,NULL,2,1916,465,'Korok Seed','Lift up rock.',168.0078125,-184.296875,0,0,0,'2017-03-13 02:00:50'); -INSERT INTO `marker` VALUES (1472,1901,NULL,2,1935,465,'A Gift of Nightshade','Speak to the Gerudo NPC and then check on the other Hylian NPC at the other side of the heart-shaped pond.',168.5,-183.15625,0,0,0,'2017-03-13 02:04:21'); -INSERT INTO `marker` VALUES (1473,1901,NULL,2,1916,465,'Korok Seed','Remove small rock',170.29296875,-146.1796875,0,0,0,'2017-03-13 02:43:23'); -INSERT INTO `marker` VALUES (1477,1901,NULL,2,1916,465,'Korok','',114.6484375,-154.140625,0,0,0,'2017-03-13 03:43:44'); -INSERT INTO `marker` VALUES (1478,1901,NULL,2,1916,85,'Korok','',149.54296875,-108.234375,0,0,0,'2017-03-13 03:41:30'); -INSERT INTO `marker` VALUES (1479,1901,NULL,2,1916,465,'Korok Seed','',106.4609375,-157.078125,0,0,0,'2017-03-13 03:41:03'); -INSERT INTO `marker` VALUES (1480,1901,NULL,2,1916,465,'Korok Seed','Metal cubes puzzle',107.140625,-154.2578125,0,0,0,'2017-03-13 03:27:36'); -INSERT INTO `marker` VALUES (1481,1901,NULL,2,1916,465,'Korok Seed','',109.12890625,-164.33984375,0,0,0,'2017-03-13 03:34:49'); -INSERT INTO `marker` VALUES (1482,1901,NULL,2,1916,465,'Korok Seed','',109.71875,-164.2421875,0,0,0,'2017-03-13 03:30:37'); -INSERT INTO `marker` VALUES (1483,1901,NULL,2,1921,357,'Lurelin Village','BEFORE HACK',162.4375,-187.5625,0,1,0,'2017-03-13 03:31:51'); -INSERT INTO `marker` VALUES (1484,1901,NULL,2,1916,465,'Korok Seed','',105.4765625,-160.953125,0,0,0,'2017-03-13 03:38:05'); -INSERT INTO `marker` VALUES (1485,1901,NULL,2,1916,465,'Korok Seed','',104.578125,-156.7890625,0,0,0,'2017-03-13 03:41:54'); -INSERT INTO `marker` VALUES (1486,1901,NULL,2,1916,465,'Korok Seed','',110.2265625,-157.96484375,0,0,0,'2017-03-13 03:45:46'); -INSERT INTO `marker` VALUES (1487,1901,NULL,2,1935,1,'Find Kheel','',70.6953125,-100.3359375,0,0,1,'2017-03-13 04:13:21'); -INSERT INTO `marker` VALUES (1488,1901,NULL,2,1916,1,'Korok','',68.94921875,-98.83984375,0,0,0,'2017-03-13 04:07:56'); -INSERT INTO `marker` VALUES (1489,1901,NULL,2,1916,1,'Korok','',68.9375,-100,0,0,0,'2017-03-13 04:09:37'); -INSERT INTO `marker` VALUES (1490,1901,NULL,2,1935,1,'The Apple of My Eye','',71.51171875,-99.4296875,0,0,1,'2017-03-13 04:15:20'); -INSERT INTO `marker` VALUES (1491,1901,NULL,2,1935,1,'The Spark of Romance','',71.64453125,-99.26171875,0,0,1,'2017-03-13 04:17:20'); -INSERT INTO `marker` VALUES (1492,1901,NULL,2,1935,1,'The Bird in the Mountains','',71.16796875,-99.46875,0,0,1,'2017-03-13 04:21:33'); -INSERT INTO `marker` VALUES (1493,1901,NULL,2,1920,469,'I'm here','DELETE',120.9296875,-159.1796875,0,0,0,'2017-03-14 06:26:01'); -INSERT INTO `marker` VALUES (1494,1901,NULL,2,1906,470,'Zora Helm','Helm Piece for Zora Set',182.1875,-114.25,0,0,0,'2017-03-13 04:38:49'); -INSERT INTO `marker` VALUES (1495,1901,NULL,2,1935,1,'Recital at Warbler`s Nest','',65.73046875,-100.81640625,0,0,1,'2017-03-13 04:44:20'); -INSERT INTO `marker` VALUES (1496,1901,NULL,2,1916,1,'Korok','',64.96484375,-100.66015625,0,0,0,'2017-03-13 04:44:36'); -INSERT INTO `marker` VALUES (1497,1901,NULL,2,1916,1,'Korok','',75.94140625,-92.109375,0,0,0,'2017-03-13 05:00:16'); -INSERT INTO `marker` VALUES (1498,1901,NULL,2,1903,472,'Vault of gerudo Weapons','',68.8125,-154.4375,0,0,0,'2017-03-13 05:09:10'); -INSERT INTO `marker` VALUES (1499,1901,NULL,2,1916,1,'Korok','',73.390625,-72.08984375,0,0,0,'2017-03-13 05:21:48'); -INSERT INTO `marker` VALUES (1500,1901,NULL,2,1936,1,'Cracked Rocks','',75.08203125,-70.4375,0,0,1,'2017-03-13 05:24:29'); -INSERT INTO `marker` VALUES (1501,1901,NULL,2,1916,1,'Korok','',69.29296875,-67.8671875,0,0,0,'2017-03-13 05:27:05'); -INSERT INTO `marker` VALUES (1502,1901,NULL,2,1903,473,'Great Thunderblade 32 Atk','',68.08984375,-107.3359375,0,1,0,'2017-03-13 05:28:01'); -INSERT INTO `marker` VALUES (1503,1901,NULL,2,1901,1,'Buried Chest','',66.82421875,-68.1875,0,0,1,'2017-03-13 05:28:22'); -INSERT INTO `marker` VALUES (1504,1901,NULL,2,1916,1,'Korok','DELETE - DUP',59.2109375,-69.03125,0,0,0,'2017-03-14 06:18:01'); -INSERT INTO `marker` VALUES (1505,1901,NULL,2,1936,1,'Cracked Wall','',59.08203125,-70.52734375,0,0,1,'2017-03-13 05:40:53'); -INSERT INTO `marker` VALUES (1506,1901,NULL,2,1916,360,'','',158.25,-145.359375,0,0,0,'2017-03-13 05:46:03'); -INSERT INTO `marker` VALUES (1507,1901,NULL,2,1933,1,'Stalnox','',61.28125,-68.94140625,0,0,1,'2017-03-13 05:46:49'); -INSERT INTO `marker` VALUES (1508,1901,NULL,2,1901,1,'Ice blocks','',63.1875,-68.60546875,0,0,1,'2017-03-13 05:50:48'); -INSERT INTO `marker` VALUES (1509,1901,NULL,2,1916,1,'Korok','DELETE',65.21875,-71.765625,0,0,0,'2017-03-14 06:23:26'); -INSERT INTO `marker` VALUES (1510,1901,NULL,2,1936,1,'Cracked rocks','',67.6796875,-69.78125,0,0,1,'2017-03-13 06:00:51'); -INSERT INTO `marker` VALUES (1511,1901,NULL,2,1901,474,'','',201.875,-70.875,0,0,0,'2017-03-13 06:14:01'); -INSERT INTO `marker` VALUES (1512,1901,NULL,2,1901,476,'','',190.015625,-102.8984375,0,0,0,'2017-03-13 06:25:31'); -INSERT INTO `marker` VALUES (1513,1901,NULL,2,1933,1,'Lynel','',179.7265625,-147.21484375,0,0,1,'2017-03-13 07:16:59'); -INSERT INTO `marker` VALUES (1514,1901,NULL,2,1916,1,'Korok','',141.78125,-132.29296875,0,0,0,'2017-03-13 08:00:14'); -INSERT INTO `marker` VALUES (1515,1901,NULL,2,1934,1,'Despair (#16)','',138.984375,-134.8515625,0,0,0,'2017-03-13 08:05:04'); -INSERT INTO `marker` VALUES (1517,1901,NULL,2,1916,1,'Korok','',128.3828125,-130.3359375,0,0,0,'2017-03-13 08:12:16'); -INSERT INTO `marker` VALUES (1518,1901,NULL,2,1901,482,'','',165.15625,-103.21875,0,0,0,'2017-03-13 08:13:00'); -INSERT INTO `marker` VALUES (1521,1901,NULL,2,1933,486,'Rare Ore Stone Talus','',78.734375,-129.5625,0,0,0,'2017-03-13 08:47:25'); -INSERT INTO `marker` VALUES (1522,1901,NULL,2,1933,486,'Rare Ore Stone Talus','',69.65625,-91.53125,0,0,0,'2017-03-13 08:47:57'); -INSERT INTO `marker` VALUES (1523,1901,NULL,2,1934,485,'Father and Daughter (#12)','',122.36328125,-112.45703125,0,0,0,'2017-03-13 08:48:02'); -INSERT INTO `marker` VALUES (1524,1901,NULL,2,1933,486,'Molduga','',53.09765625,-171.66796875,0,0,0,'2017-03-13 08:48:47'); -INSERT INTO `marker` VALUES (1525,1901,NULL,2,1916,467,'','',177.6328125,-178.0546875,0,0,0,'2017-03-13 08:49:41'); -INSERT INTO `marker` VALUES (1526,1901,NULL,2,1916,285,'','',150.609375,-183.21875,0,0,0,'2017-03-13 09:03:15'); -INSERT INTO `marker` VALUES (1527,1901,NULL,2,1916,285,'','',130.5546875,-171.53125,0,0,0,'2017-03-13 09:04:00'); -INSERT INTO `marker` VALUES (1528,1901,NULL,2,1916,285,'','',131.5234375,-172.84375,0,0,0,'2017-03-13 09:04:13'); -INSERT INTO `marker` VALUES (1529,1901,NULL,2,1916,285,'','',134.59375,-172.921875,0,0,0,'2017-03-13 09:04:24'); -INSERT INTO `marker` VALUES (1530,1901,NULL,2,1916,285,'','',137.515625,-172.859375,0,0,0,'2017-03-13 09:04:35'); -INSERT INTO `marker` VALUES (1531,1901,NULL,2,1916,285,'','',136.1796875,-185.5,0,0,0,'2017-03-13 09:04:59'); -INSERT INTO `marker` VALUES (1532,1901,NULL,2,1916,285,'','',142.1484375,-187.9765625,0,0,0,'2017-03-13 09:05:15'); -INSERT INTO `marker` VALUES (1533,1901,NULL,2,1916,285,'','',188.640625,-107.0625,0,0,0,'2017-03-13 09:06:35'); -INSERT INTO `marker` VALUES (1534,1901,NULL,2,1916,285,'','',186.328125,-90.09375,0,0,0,'2017-03-13 09:07:07'); -INSERT INTO `marker` VALUES (1535,1901,NULL,2,1916,285,'','',188.640625,-90.984375,0,0,0,'2017-03-13 09:07:20'); -INSERT INTO `marker` VALUES (1536,1901,NULL,2,1916,285,'','',192.140625,-83.765625,0,0,0,'2017-03-13 09:07:49'); -INSERT INTO `marker` VALUES (1537,1901,NULL,2,1916,285,'','',197.21875,-78.3125,0,0,0,'2017-03-13 09:08:09'); -INSERT INTO `marker` VALUES (1538,1901,NULL,2,1916,285,'','',187.546875,-74.59375,0,0,0,'2017-03-13 09:08:23'); -INSERT INTO `marker` VALUES (1539,1901,NULL,2,1916,285,'','',153.40625,-71.15625,0,0,0,'2017-03-13 09:08:55'); -INSERT INTO `marker` VALUES (1540,1901,NULL,2,1933,490,'Stone Talus','',134.53125,-159.4375,0,0,0,'2017-03-13 10:35:05'); -INSERT INTO `marker` VALUES (1541,1901,NULL,2,1916,285,'','',109.734375,-183.9765625,0,0,0,'2017-03-13 10:35:13'); -INSERT INTO `marker` VALUES (1542,1901,NULL,2,1916,285,'','',114.3125,-183.734375,0,0,0,'2017-03-13 10:35:30'); -INSERT INTO `marker` VALUES (1543,1901,NULL,2,1933,490,'Stone Talus','',122.859375,-156.09375,0,0,0,'2017-03-13 10:36:00'); -INSERT INTO `marker` VALUES (1544,1901,NULL,2,1933,491,'Molduga','',68.58984375,-184.125,0,0,0,'2017-03-13 11:23:42'); -INSERT INTO `marker` VALUES (1545,1901,NULL,2,1916,491,'Korok','',127.40625,-167.3125,0,0,0,'2017-03-13 11:26:16'); -INSERT INTO `marker` VALUES (1546,1901,NULL,2,1916,491,'Korok','',84.5390625,-82.7890625,0,0,0,'2017-03-13 11:30:08'); -INSERT INTO `marker` VALUES (1547,1901,NULL,2,1933,491,'Stalnox','',111.6875,-189.2890625,0,0,0,'2017-03-13 11:31:11'); -INSERT INTO `marker` VALUES (1548,1901,NULL,2,1916,491,'Korok','',83.9921875,-153.75,0,0,0,'2017-03-13 11:32:35'); -INSERT INTO `marker` VALUES (1549,1901,NULL,2,1916,285,'','',99.421875,-166.3125,0,0,0,'2017-03-13 12:08:34'); -INSERT INTO `marker` VALUES (1550,1901,NULL,2,1916,285,'','',95.7890625,-165.8046875,0,0,0,'2017-03-13 12:12:02'); -INSERT INTO `marker` VALUES (1551,1901,NULL,2,1901,494,'','Guardian',197.609375,-80.6640625,0,0,0,'2017-03-13 12:17:24'); -INSERT INTO `marker` VALUES (1552,1901,NULL,2,1901,494,'','Guardian',197.6328125,-80.625,0,0,0,'2017-03-13 12:17:47'); -INSERT INTO `marker` VALUES (1556,1901,NULL,2,1916,498,'Korok','',129.5234375,-187.71875,0,0,0,'2017-03-13 13:38:17'); -INSERT INTO `marker` VALUES (1557,1901,NULL,2,1916,498,'Korok','',132.5,-188.9375,0,0,0,'2017-03-13 13:38:44'); -INSERT INTO `marker` VALUES (1558,1901,NULL,2,1916,498,'Korok','',132.09375,-187.8984375,0,0,0,'2017-03-13 13:39:43'); -INSERT INTO `marker` VALUES (1559,1901,NULL,2,1916,498,'Korok','',136.1953125,-185.4765625,0,0,0,'2017-03-13 13:40:27'); -INSERT INTO `marker` VALUES (1560,1901,NULL,2,1916,285,'','',84.00390625,-163.1328125,0,0,0,'2017-03-13 14:05:09'); -INSERT INTO `marker` VALUES (1561,1901,NULL,2,1916,507,'','Follow flowers',196.6875,-103.765625,0,0,0,'2017-03-13 15:42:07'); -INSERT INTO `marker` VALUES (1562,1901,NULL,2,1901,508,'Test','',140.828125,-130.84375,0,0,0,'2017-03-13 15:53:54'); -INSERT INTO `marker` VALUES (1563,1901,NULL,2,1916,510,'Lift the rock at top of tree','',101.90625,-149.828125,0,0,0,'2017-03-13 16:04:07'); -INSERT INTO `marker` VALUES (1564,1901,NULL,2,1904,192,'5x Ancient Arrows','Located in chest at top of castle.',124.09375,-111.34375,0,0,0,'2017-03-13 16:28:42'); -INSERT INTO `marker` VALUES (1565,1901,NULL,2,1901,192,'Saria Lake','',128.9296875,-98.203125,0,0,0,'2017-03-13 16:33:50'); -INSERT INTO `marker` VALUES (1566,1901,NULL,2,1901,192,'Mido Swamp','',140.640625,-91,0,0,0,'2017-03-13 16:34:04'); -INSERT INTO `marker` VALUES (1567,1901,NULL,2,1905,192,'Sheikah Shield','Located inside Shrine',156.82421875,-141.84765625,0,0,0,'2017-03-13 16:40:49'); -INSERT INTO `marker` VALUES (1568,1901,NULL,2,1903,192,'Sheikah Weapon(Needs name)','',156.80859375,-141.828125,0,0,0,'2017-03-13 16:41:14'); -INSERT INTO `marker` VALUES (1569,1901,NULL,2,1901,512,'Giant Horse','Location of the special Giant Horse mount and quest objective.',108.984375,-169.609375,0,1,0,'2017-03-13 16:56:46'); -INSERT INTO `marker` VALUES (1570,1901,NULL,2,1901,513,'','',104.66015625,-156.70703125,0,0,0,'2017-03-13 17:10:25'); -INSERT INTO `marker` VALUES (1571,1901,NULL,2,1916,178,'place apple as offiring','',112.078125,-136.75,0,0,0,'2017-03-13 17:12:25'); -INSERT INTO `marker` VALUES (1572,1901,NULL,2,1916,17,'Korok Seeds','Puzzle',80.28125,-174.5078125,0,0,0,'2017-03-13 17:37:18'); -INSERT INTO `marker` VALUES (1573,1901,NULL,2,1916,17,'Korok Seeds','Under a Rock',97.93359375,-179.2734375,0,0,0,'2017-03-13 17:38:08'); -INSERT INTO `marker` VALUES (1574,1901,NULL,2,1916,17,'Korok Seeds','Puzzle',98.00390625,-178.66796875,0,0,0,'2017-03-13 17:38:32'); -INSERT INTO `marker` VALUES (1575,1901,NULL,2,1903,511,'Silver Longsword','',179.94140625,-119.90234375,0,0,0,'2017-03-13 17:42:29'); -INSERT INTO `marker` VALUES (1576,1901,NULL,2,1916,17,'Korok Seeds','Puzzle',105.44140625,-160.91796875,0,0,0,'2017-03-13 17:46:31'); -INSERT INTO `marker` VALUES (1577,1901,NULL,2,1901,478,'','',105.1171875,-159.9296875,0,0,0,'2017-03-13 17:49:52'); -INSERT INTO `marker` VALUES (1578,1901,NULL,2,1933,515,'Molduga','',63.3125,-187.03125,0,0,0,'2017-03-13 18:08:21'); -INSERT INTO `marker` VALUES (1579,1901,NULL,2,1933,515,'Molduga','',53.15625,-172.046875,0,0,0,'2017-03-13 18:09:39'); -INSERT INTO `marker` VALUES (1580,1901,NULL,2,1906,192,'Sheikah Armor/Hylian Armor','Sold in the store',156.96484375,-143.32421875,0,0,0,'2017-03-13 18:11:31'); -INSERT INTO `marker` VALUES (1581,1901,NULL,2,1906,192,'Knight Armor/Hylian Armor','Sold in Armor Shop',181.28125,-161.1953125,0,0,0,'2017-03-13 18:12:56'); -INSERT INTO `marker` VALUES (1582,1901,NULL,2,1933,516,'Molduga','',53.875,-171.6015625,0,0,0,'2017-03-13 18:24:13'); -INSERT INTO `marker` VALUES (1583,1901,NULL,2,1933,516,'Molduga','',57.0390625,-177.6640625,0,0,0,'2017-03-13 18:25:00'); -INSERT INTO `marker` VALUES (1584,1901,NULL,2,1916,498,'Korok','',64.359375,-88.2421875,0,0,0,'2017-03-13 18:25:53'); -INSERT INTO `marker` VALUES (1585,1901,NULL,2,1933,516,'Frost Talus','',72.3828125,-152.3984375,0,0,0,'2017-03-13 18:27:31'); -INSERT INTO `marker` VALUES (1586,1901,NULL,2,1933,516,'Stone Talus','',68.453125,-146.765625,0,0,0,'2017-03-13 18:27:55'); -INSERT INTO `marker` VALUES (1587,1901,NULL,2,1933,516,'Lynel','',65.3046875,-141.671875,0,0,0,'2017-03-13 18:28:21'); -INSERT INTO `marker` VALUES (1588,1901,NULL,2,1901,497,'Starting Point','',110.8125,-157.4375,0,0,0,'2017-03-13 18:42:48'); -INSERT INTO `marker` VALUES (1589,1901,NULL,2,1916,457,'Korok','Pick up the rock on top of this pillar.',84.05078125,-163.1015625,0,0,0,'2017-03-13 18:49:47'); -INSERT INTO `marker` VALUES (1590,1901,NULL,2,1916,457,'Korok','Shoot the balloon inside of the crack in the archway.',88.17578125,-159.875,0,0,0,'2017-03-13 18:51:55'); -INSERT INTO `marker` VALUES (1591,1901,NULL,2,1916,519,'Left Side of Bridge','Flower Game. Follow from left side of bridge down underneath broken bridge portion',127.859375,-168.4140625,0,0,0,'2017-03-13 18:52:50'); -INSERT INTO `marker` VALUES (1592,1901,NULL,2,1916,318,'Korok','',115.609375,-163.33203125,0,0,0,'2017-03-13 18:57:18'); -INSERT INTO `marker` VALUES (1593,1901,NULL,2,1901,520,'Heart pond','',168.5390625,-183.1953125,0,0,0,'2017-03-13 19:08:47'); -INSERT INTO `marker` VALUES (1594,1901,NULL,2,1916,318,'Korok','',109.67578125,-164.24609375,0,0,0,'2017-03-13 19:12:21'); -INSERT INTO `marker` VALUES (1595,1901,NULL,2,1916,318,'Korok','',105.46875,-160.97265625,0,0,0,'2017-03-13 19:19:54'); -INSERT INTO `marker` VALUES (1596,1901,NULL,2,1933,521,'Blue Hinox','',173.79245686531067,-123.58742570877075,0,1,0,'2017-03-13 19:25:38'); -INSERT INTO `marker` VALUES (1597,1901,NULL,2,1901,522,'','K',146.69921875,-175.76953125,0,1,0,'2017-03-13 19:30:08'); -INSERT INTO `marker` VALUES (1598,1901,NULL,2,1901,522,'','',143.3828125,-173.01171875,0,1,0,'2017-03-13 19:32:42'); -INSERT INTO `marker` VALUES (1599,1901,NULL,2,1901,524,'','',74.171875,-177.03125,0,1,0,'2017-03-13 19:54:43'); -INSERT INTO `marker` VALUES (1600,1901,NULL,2,1926,524,'Divine Beast Vah Naboris','',80.015625,-181.234375,0,1,0,'2017-03-13 19:55:36'); -INSERT INTO `marker` VALUES (1601,1901,NULL,2,1920,524,'Lookout Post','',74.5,-176.875,0,0,0,'2017-03-13 19:56:01'); -INSERT INTO `marker` VALUES (1602,1901,NULL,2,1926,524,'Divine Beast Vah Medoh','',71.53125,-98.75,0,0,0,'2017-03-13 19:56:37'); -INSERT INTO `marker` VALUES (1603,1901,NULL,2,1916,525,'Korok','',173.4296875,-127.2421875,0,0,0,'2017-03-13 20:00:33'); -INSERT INTO `marker` VALUES (1604,1901,NULL,2,1916,527,'Korok Seeds','',65.0234375,-69.3515625,0,0,0,'2017-03-13 20:08:54'); -INSERT INTO `marker` VALUES (1605,1901,NULL,2,1901,528,'','dasdvas',128.0625,-133.9375,0,0,0,'2017-03-13 20:11:01'); -INSERT INTO `marker` VALUES (1606,1901,NULL,2,1916,318,'Korok','',133.0234375,-158.109375,0,0,0,'2017-03-13 20:21:01'); -INSERT INTO `marker` VALUES (1607,1901,NULL,2,1916,529,'Follow the flower','',65.09375,-70.00390625,0,0,0,'2017-03-13 20:26:02'); -INSERT INTO `marker` VALUES (1608,1901,NULL,2,1901,531,'','',61.53125,-70.9375,0,0,0,'2017-03-13 20:35:11'); -INSERT INTO `marker` VALUES (1609,1901,NULL,2,1916,529,'Snowboard down the hill','',61.71875,-72.03125,0,0,0,'2017-03-13 20:37:36'); -INSERT INTO `marker` VALUES (1610,1901,NULL,2,1901,529,'Sherfin's Secret Hot Spring','',60.58203125,-73.46875,0,0,0,'2017-03-13 20:51:23'); -INSERT INTO `marker` VALUES (1611,1901,NULL,2,1901,529,'Selmie's Spot','',81.8671875,-78.921875,0,0,0,'2017-03-13 20:53:03'); -INSERT INTO `marker` VALUES (1612,1901,NULL,2,1901,529,'Flying minigame','',201.5078125,-186.4609375,0,0,0,'2017-03-13 20:55:59'); -INSERT INTO `marker` VALUES (1613,1901,NULL,2,1916,526,'','',105.43359375,-160.8359375,0,0,0,'2017-03-13 20:59:36'); -INSERT INTO `marker` VALUES (1614,1901,NULL,2,1902,445,'Ceremonial Trident','',178.34375,-118.4609375,0,0,0,'2017-03-13 20:59:48'); -INSERT INTO `marker` VALUES (1615,1901,NULL,2,1916,529,'Complete the Spiral','',63.12890625,-87.1328125,0,0,0,'2017-03-13 21:02:31'); -INSERT INTO `marker` VALUES (1616,1901,NULL,2,1916,529,'Under a rock','',64.32421875,-88.2734375,0,0,0,'2017-03-13 21:05:54'); -INSERT INTO `marker` VALUES (1617,1901,NULL,2,1936,450,'Cracked Walls','',76.484375,-106.671875,0,0,0,'2017-03-13 21:28:35'); -INSERT INTO `marker` VALUES (1618,1901,NULL,2,1916,450,'Korok Seeds','',76.453125,-106.6875,0,0,0,'2017-03-13 21:29:05'); -INSERT INTO `marker` VALUES (1619,1901,NULL,2,1902,445,'Zora Helm','',182.1796875,-114.078125,0,0,0,'2017-03-13 21:29:34'); -INSERT INTO `marker` VALUES (1620,1901,NULL,2,1903,450,'Feathered Spear','',76.140625,-107.03125,0,0,0,'2017-03-13 21:29:51'); -INSERT INTO `marker` VALUES (1621,1901,NULL,2,1916,529,'Drop the ball in the ring','',68.203125,-95.25,0,0,0,'2017-03-13 21:31:12'); -INSERT INTO `marker` VALUES (1622,1901,NULL,2,1916,450,'Korok Seed','',74.171875,-107.390625,0,0,0,'2017-03-13 21:32:21'); -INSERT INTO `marker` VALUES (1623,1901,NULL,2,1916,529,'Follow the flower','',65.9375,-101.625,0,0,0,'2017-03-13 21:37:15'); -INSERT INTO `marker` VALUES (1624,1901,NULL,2,1916,529,'Under a rock','',61.953125,-100.73046875,0,0,0,'2017-03-13 21:41:36'); -INSERT INTO `marker` VALUES (1625,1901,NULL,2,1903,450,'Great Thunderblade','',68.09765625,-107.3125,0,0,0,'2017-03-13 21:44:24'); -INSERT INTO `marker` VALUES (1626,1901,NULL,2,1933,529,'Black Hinox','',68.84375,-103.65625,0,0,0,'2017-03-13 21:45:51'); -INSERT INTO `marker` VALUES (1627,1901,NULL,2,1901,534,'','',86.91796875,-171.0078125,0,0,0,'2017-03-13 21:53:03'); -INSERT INTO `marker` VALUES (1628,1901,NULL,2,1934,506,'Slumbering Power (#13)','',186.5625,-86.3125,0,0,0,'2017-03-13 21:57:42'); -INSERT INTO `marker` VALUES (1629,1901,NULL,2,1901,506,'Akkala Ancient Tech Lab','',198.5625,-78.59375,0,0,0,'2017-03-13 21:58:32'); -INSERT INTO `marker` VALUES (1630,1901,NULL,2,1916,527,'Korok Seeds','Korok Puzzle',201.30078125,-100.28515625,0,0,0,'2017-03-13 21:59:01'); -INSERT INTO `marker` VALUES (1631,1901,NULL,2,1916,529,'Jump in the flower ring','',72.9765625,-121.015625,0,0,0,'2017-03-13 22:03:08'); -INSERT INTO `marker` VALUES (1632,1901,NULL,2,1916,527,'Korok Seeds','Under a pile of leaf.',198.8046875,-95.26953125,0,0,0,'2017-03-13 22:03:36'); -INSERT INTO `marker` VALUES (1633,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',58.872578125000004,-77.75090625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1634,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',61.892296875,-79.018578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1635,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.063484375,-74.81049999999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1636,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',59.234375,-69.03125,0,0,1,'2017-03-14 06:17:41'); -INSERT INTO `marker` VALUES (1637,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',62.888093749999996,-71.500984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1638,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.041578125,-69.247203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1639,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',60.33028125,-87.372484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1640,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',60.183921874999996,-91.21712500000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1641,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.1893125,-91.275640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1642,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',59.210078124999995,-83.2079375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1643,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.487390625,-86.141515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1644,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',64.37782812500001,-88.21954687499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1645,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.335578125,-95.924109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1646,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.17565625,-87.117578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1647,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',57.574453125000005,-94.4670625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1648,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',59.299406250000004,-95.970546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1649,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.568515625,-97.76035937500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1650,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',57.954281249999994,-97.2050625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1651,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',61.97321875,-100.697109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1652,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.953390625,-100.68121875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1653,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.32545312500001,-109.76428125000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1654,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.47707812499999,-101.77612500000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1655,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.08268749999999,-124.36865,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1656,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.880609375,-122.52751875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1657,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',61.556171875000004,-126.687305,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1658,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.58078125,-115.908575,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1659,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',54.711124999999996,-141.1619296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1660,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.45645312500001,-134.8413671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1661,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',59.107765625,-133.1772140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1662,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',62.630078125,-132.5479203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1663,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',60.415484375000005,-138.9108203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1664,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.172593750000004,-140.2208265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1665,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',59.94785937499999,-139.09178125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1666,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',56.871281249999996,-149.143109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1667,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',63.73601562499999,-149.523984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1668,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',59.9783125,-156.72696875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1669,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.83309375,-159.084140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1670,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',57.252562499999996,-150.239453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1671,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',54.79353125,-158.78731249999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1672,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',62.218359375000006,-145.711078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1673,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.592093750000004,-153.459515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1674,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.062171875000004,-153.934328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1675,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',61.334796874999995,-154.43025,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1676,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',64.319,-152.9239375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1677,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.6755,-151.16240625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1678,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.368812500000004,-154.843125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1679,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.48315625000001,-152.477375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1680,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',54.398671875000005,-161.934921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1681,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',59.65784375,-168.422765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1682,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',51.798312499999994,-166.58865624999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1683,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',61.986421875000005,-170.78240625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1684,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',56.00146875,-164.54445312500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1685,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',60.6935625,-182.05851562499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1686,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',52.07534375,-187.8898125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1687,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',62.994890625,-187.78440625000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1688,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.441421875,-176.30553125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1689,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.064109375,-186.01850000000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1690,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',52.0281875,-178.952578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1691,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',66.119125,-69.82409375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1692,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',65.4296875,-71.46875,0,0,1,'2017-03-14 06:23:12'); -INSERT INTO `marker` VALUES (1693,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',68.7228125,-80.60989062499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1694,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',74.64384375,-73.162328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1695,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.95070312499999,-75.68465625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1696,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',69.294890625,-67.87370312499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1697,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',72.147265625,-76.86903125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1698,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',73.373046875,-72.05196875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1699,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',71.58360937500001,-73.43765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1700,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',74.58578125,-95.70601562499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1701,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',69.64403125,-81.68128125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1702,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.74042187500001,-91.747015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1703,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.168421875,-84.03615625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1704,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.48251562499999,-88.62217187499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1705,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.135296875,-95.082671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1706,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',76.79025,-87.080234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1707,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',70.53282812500001,-89.456953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1708,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',75.93828125,-92.10676562500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1709,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',75.64796874999999,-81.204765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1710,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',79.31296875000001,-84.15259375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1711,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',78.756640625,-103.5736875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1712,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',76.51321875,-106.704234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1713,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',76.884515625,-98.80846875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1714,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',72.33990625,-100.47896875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1715,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',79.900875,-110.4944375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1716,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',69.95721875000001,-111.734921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1717,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',71.322125,-99.799609375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1718,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.92907812499999,-98.849625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1719,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',79.16884375000001,-106.64834375000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1720,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',70.23959375,-101.68578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1721,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',74.181796875,-107.23921874999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1722,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',68.56351562500001,-115.930259375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1723,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',73.68434375,-126.92096515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1724,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',77.88201562500001,-122.7814625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1725,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',79.417828125,-113.792728125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1726,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',74.233234375,-117.6113203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1727,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',74.38746875,-116.939984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1728,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',76.00859375,-122.7355484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1729,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',70.5775625,-121.8543390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1730,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',70.791171875,-115.04994375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1731,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',65.943234375,-113.616928125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1732,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.174390625,-126.149621875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1733,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.973234375,-115.437740625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1734,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.6604375,-125.7007015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1735,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',72.92889062500001,-120.9735296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1736,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',77.87829687499999,-120.2673,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1737,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',66.026375,-118.24122187500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1738,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',77.799078125,-119.0310875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1739,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',70.36175,-140.480078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1740,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',80.90370312499999,-133.8193265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1741,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.03628125,-142.23045000000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1742,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',70.59709375,-138.9110109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1743,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',73.91932812499999,-130.5984203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1744,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',67.887578125,-150.922171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1745,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.1,-148.113546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1746,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',79.10915625,-150.92429687499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1747,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.91820312499999,-157.6414375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1748,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',69.939703125,-152.344890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1749,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',77.616890625,-143.97579687500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1750,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',74.322046875,-174.565015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1751,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',79.44878125,-173.019390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1752,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',69.3774375,-167.556625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1753,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.0095625,-159.948953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1754,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',75.60875,-163.5673125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1755,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.27903125,-174.3409375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1756,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.630859375,-186.665484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1757,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',69.74153125000001,-184.407546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1758,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',76.64946875,-187.174234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1759,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',68.63048437500001,-181.576359375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1760,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.130375,-80.78748437499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1761,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.2170625,-74.756296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1762,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',83.582875,-73.41425000000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1763,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',92.840390625,-79.684640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1764,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',87.341015625,-77.39170312499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1765,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.96089062499999,-78.83282812499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1766,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.28803125,-94.172078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1767,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.802796875,-95.9945,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1768,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',82.11665625,-90.3053125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1769,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',90.77265625,-94.676875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1770,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',84.507,-82.757421875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1771,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',93.46781250000001,-82.554,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1772,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',85.24828124999999,-87.64328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1773,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.68293750000001,-90.127578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1774,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',82.6861875,-88.800203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1775,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.44109375,-84.79340625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1776,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',82.94010937499999,-90.53101562500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1777,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',85.01035937500001,-92.706609375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1778,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.7671875,-91.0609375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1779,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.103625,-92.16954687500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1780,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',96.507,-89.62496875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1781,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.36099999999999,-85.91365625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1782,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',83.77256249999999,-83.80710937500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1783,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.5498125,-98.65465625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1784,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',91.465296875,-101.020296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1785,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.553125,-97.9734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1786,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',93.346421875,-103.54650000000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1787,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.17271875,-102.64146875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1788,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',90.757375,-110.021375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1789,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',93.508015625,-100.38332812499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1790,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',82.5284375,-102.390046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1791,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.39603125,-107.677625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1792,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.685546875,-105.557734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1793,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',86.8080625,-108.515765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1794,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.83978125,-103.31128125000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1795,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',93.459390625,-102.665625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1796,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',95.43810937500001,-103.644921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1797,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.672578125,-103.08153125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1798,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',84.38859375,-97.60003125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1799,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',91.14695312500001,-98.737359375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1800,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',88.571921875,-100.860203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1801,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',91.8,-115.3991796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1802,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.28812500000001,-114.4938875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1803,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',85.837203125,-116.01956875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1804,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.8021875,-115.8783265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1805,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.966953125,-120.3275671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1806,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.967109375,-122.6045734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1807,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.190125,-123.2140265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1808,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',85.56398437499999,-121.2833703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1809,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',96.27934375000001,-119.443690625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1810,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.6143125,-119.9663875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1811,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.87937500000001,-135.2605140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1812,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.26817187500001,-137.997790625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1813,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',92.21014062500001,-135.31622031249998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1814,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.6565625,-136.5613140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1815,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',82.396828125,-135.4958578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1816,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',82.55096875000001,-140.44165625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1817,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.0515,-137.21360625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1818,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',94.013609375,-135.2398515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1819,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.91429687499999,-137.943921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1820,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.302859375,-136.557309375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1821,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',91.26329687500001,-141.2215625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1822,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',93.61,-139.4194609375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1823,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',89.19820312499999,-135.8865015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1824,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',92.08031249999999,-133.33065937499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1825,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',91.865484375,-128.3752546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1826,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.10875,-132.6305125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1827,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',85.34496874999999,-139.896628125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1828,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.71618749999999,-133.8356234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1829,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.656171875,-151.986484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1830,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.229515625,-158.058203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1831,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.19034375,-145.576984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1832,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',83.46875,-147.203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1833,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',83.977109375,-153.823765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1834,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.488390625,-154.773046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1835,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.651984375,-146.082890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1836,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.48296875,-151.078578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1837,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',88.59746874999999,-148.60296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1838,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.04473437499999,-158.020875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1839,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',95.19715625,-145.261375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1840,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.60359375,-144.364703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1841,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',91.42653125,-145.259046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1842,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.708578125,-156.907765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1843,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.035546875,-173.77587499999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1844,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',83.41620312500001,-164.252390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1845,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',91.14406249999999,-167.914578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1846,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',94.128375,-160.53190625000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1847,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.458875,-162.166296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1848,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',92.0828125,-172.5315625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1849,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',85.855265625,-160.89159375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1850,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',95.70853125,-165.453828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1851,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',95.814296875,-165.814046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1852,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',91.98309375,-168.0213125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1853,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',93.5048125,-167.853453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1854,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.61699999999999,-161.80281250000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1855,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',86.935703125,-170.98759375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1856,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',96.44221875,-173.066109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1857,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',87.456953125,-167.68545312499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1858,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.69465625000001,-162.76181250000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1859,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.153453125,-159.84534374999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1860,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',84.010765625,-163.123640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1861,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',88.196453125,-189.74890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1862,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.7435625,-186.6240625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1863,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',94.054546875,-178.0061875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1864,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',86.809421875,-179.60271875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1865,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',82.39601562499999,-175.82834375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1866,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.2041875,-68.74110937500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1867,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.512921875,-71.110265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1868,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.87521875,-74.876984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1869,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.64378125,-80.43974999999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1870,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',104.011015625,-73.69032812500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1871,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',101.812625,-94.57340625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1872,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.211125,-94.67184375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1873,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.916,-85.273140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1874,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',100.17184375,-85.109109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1875,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.076296875,-91.87048437499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1876,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',101.71534375,-93.86190625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1877,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',100.4375,-91.27025,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1878,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',111.630859375,-87.053734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1879,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',108.333859375,-91.1235,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1880,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',105.896125,-90.5219375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1881,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',105.960125,-93.237390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1882,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',111.6575,-85.69315625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1883,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.0700625,-95.54223437499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1884,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',98.554828125,-99.66904687499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1885,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',99.791296875,-99.210515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1886,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',108.824390625,-103.34100000000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1887,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',112.0959375,-111.34253125000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1888,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',99.00021875,-109.366546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1889,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',111.1659375,-108.02018749999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1890,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',105.557984375,-101.92715625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1891,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',111.39071875,-97.779546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1892,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.904078125,-100.93915625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1893,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.534921875,-97.66312500000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1894,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',108.773171875,-112.3778671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1895,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',111.826796875,-121.027778125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1896,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',101.562734375,-125.2573671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1897,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.145765625,-123.55723125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1898,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',108.337484375,-124.2419046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1899,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',102.200625,-127.38955640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1900,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',98.657765625,-127.497129375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1901,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.554125,-126.3127046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1902,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.30193750000001,-118.8724265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1903,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.05940625,-124.458040625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1904,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.417515625,-117.4464046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1905,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.9361875,-120.226346875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1906,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.149703125,-116.0945828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1907,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',102.507140625,-119.9500859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1908,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.155640625,-124.419771875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1909,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.569390625,-119.7407921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1910,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.861078125,-130.52061874999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1911,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.986484375,-133.6710390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1912,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',104.374734375,-128.8821821875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1913,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 1 - Invisible: 0',97.330609375,-134.40396875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1914,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',107.111125,-131.9009734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1915,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',98.94395312500001,-133.22349843749998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1916,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.284171875,-137.3898421875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1917,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.75053125,-140.7420296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1918,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.03890625,-135.1829390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1919,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',107.469640625,-137.73221093749999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1920,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',109.963140625,-143.0724296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1921,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',109.93796875,-131.8300546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1922,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.056515625,-136.74705625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1923,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.70406249999999,-142.1447234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1924,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',108.47575,-139.4168265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1925,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.119421875,-133.7283796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1926,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.227140625,-142.5631125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1927,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',105.50623437499999,-141.2291828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1928,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',104.36428125,-142.1978953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1929,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.386140625,-134.4736046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1930,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',99.57340625,-143.2124703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1931,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',100.9519375,-133.861434375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1932,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',104.5318125,-130.4409046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1933,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.274,-144.101125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1934,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',106.402046875,-157.031828125,0,0,1,'2017-03-18 01:19:23'); -INSERT INTO `marker` VALUES (1935,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.143609375,-154.1859375,0,0,1,'2017-03-18 18:39:08'); -INSERT INTO `marker` VALUES (1936,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',111.4795,-148.742578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1937,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',108.86421874999999,-149.22525000000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1938,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',107.46410937499999,-147.645859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1939,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',110.03254687500001,-146.814125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1940,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',101.958421875,-149.780625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1941,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',100.990859375,-151.10725,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1942,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',99.57665625,-151.94762500000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1943,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',100.70442187500001,-156.610890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1944,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',103.25107812499999,-152.68267187499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1945,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',104.694828125,-156.62882812499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1946,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',99.881140625,-153.404703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1947,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',109.40587500000001,-145.44914062499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1948,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',106.58840624999999,-146.215953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1949,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.993859375,-149.639046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1950,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.222671875,-144.997390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1951,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.234375,-157.828125,0,0,1,'2017-03-18 18:34:02'); -INSERT INTO `marker` VALUES (1952,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.801609375,-143.6626875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1953,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',104.50903124999999,-158.00271874999999,0,0,1,'2017-03-18 01:04:43'); -INSERT INTO `marker` VALUES (1954,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.69584375,-162.612421875,0,0,1,'2017-03-18 18:37:22'); -INSERT INTO `marker` VALUES (1955,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',105.09521875,-174.1336875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1956,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',109.69346875,-164.20665624999998,0,0,1,'2017-03-18 18:44:41'); -INSERT INTO `marker` VALUES (1957,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',97.76023437500001,-169.77346875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1958,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',105.451265625,-160.900625,0,0,1,'2017-03-18 20:01:00'); -INSERT INTO `marker` VALUES (1959,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',102.08453125,-164.04328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1960,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',106.134,-165.159453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1961,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',99.721546875,-166.431640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1962,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',102.7505625,-166.239515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1963,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',101.97032812500001,-164.533796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1964,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',109.1819375,-164.293375,0,0,1,'2017-03-18 18:47:01'); -INSERT INTO `marker` VALUES (1965,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',101.10584374999999,-162.96532812499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1966,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',112.18890625,-169.22609375000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1967,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.44396875,-170.85521875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1968,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',109.026359375,-170.21178125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1969,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',111.33134375,-173.468921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1970,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.803125,-184.557296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1971,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',110.407015625,-184.6316875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1972,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',97.96521874999999,-179.245203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1973,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',104.14099999999999,-181.217078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1974,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',102.820078125,-185.47385937500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1975,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.88346874999999,-186.918640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1976,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',108.363390625,-176.971109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1977,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',103.007859375,-176.436546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1978,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',109.61170312499999,-183.90709375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1979,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',97.901515625,-178.656234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1980,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.79634375,-185.3740625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1981,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.45046875,-180.00125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1982,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.957140625,-175.97004687499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1983,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',120.3950234375,-78.89192187500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1984,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',114.3609796875,-76.18584374999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1985,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',119.1283296875,-87.38745312500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1986,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',127.36274625,-81.347703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1987,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',116.22389375,-111.01884375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1988,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',113.753125,-102.800015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1989,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.80321875,-100.6970625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1990,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.3218734375,-100.90551562499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1991,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.6951203125,-109.87821875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1992,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',125.96028593750002,-106.448765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1993,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',123.175434375,-109.781171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1994,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.75933125,-112.32314062500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1995,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.004903125,-105.440859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1996,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',115.2394359375,-97.903796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1997,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.09154062499998,-111.411359375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1998,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.08345624999998,-110.62346875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (1999,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.064940625,-111.40982812499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2000,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',123.84782343749998,-110.206921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2001,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',115.438125,-121.701140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2002,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',113.3874109375,-117.980603125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2003,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.5790859375,-119.5029015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2004,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',114.14609375,-123.718125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2005,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',124.25961875,-126.240709375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2006,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.5299078125,-113.42686093750001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2007,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',113.2904640625,-115.22446875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2008,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',124.3955234375,-118.1034390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2009,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.0339171875,-121.348034375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2010,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',118.4755359375,-117.3390328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2011,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.3543875,-114.55270625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2012,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.4784375,-115.037365625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2013,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.4679234375,-114.280421875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2014,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.0124078125,-112.474615625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2015,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',119.4296875,-124.41375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2016,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',126.93648906249999,-112.69337812500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2017,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',124.033546875,-118.1214328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2018,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',121.843325,-115.7280703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2019,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',123.8248390625,-118.4658140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2020,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.02573125,-123.8685296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2021,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.6359046875,-121.2406,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2022,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',124.0312265625,-116.4446734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2023,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.1380703125,-116.443546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2024,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.334484375,-116.3760515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2025,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.9314828125,-115.5287703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2026,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',115.5590625,-119.267878125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2027,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',116.06609375,-118.526875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2028,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.4726078125,-123.9055765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2029,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.36923125,-114.5561578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2030,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.4231140625,-112.6914421875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2031,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',121.1785171875,-113.4246078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2032,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.03125,-112.459159375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2033,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',125.4486859375,-115.7394140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2034,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',123.77716718750001,-114.2625515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2035,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.2350859375,-112.47740781249999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2036,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',116.478028125,-133.2149453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2037,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',114.429653125,-131.42374375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2038,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',119.98827031249999,-136.603490625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2039,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',116.902334375,-129.56144859375001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2040,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',116.2824578125,-141.94078906250002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2041,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',125.9108484375,-142.76618906250002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2042,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',116.62391875,-130.1059140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2043,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.928403125,-141.6892640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2044,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',122.3242328125,-134.2022125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2045,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',119.9225265625,-129.52797453124998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2046,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',126.0922703125,-137.281303125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2047,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.3236859375,-130.3582,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2048,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',113.108309375,-154.8981875,0,0,1,'2017-03-18 20:04:18'); -INSERT INTO `marker` VALUES (2049,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',115.3558828125,-158.732953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2050,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',115.9705765625,-152.597265625,0,0,1,'2017-03-17 21:58:35'); -INSERT INTO `marker` VALUES (2051,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',114.1355875,-157.553234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2052,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.35508125,-146.58353125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2053,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',126.336565625,-144.37451562500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2054,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',121.39026875,-159.146265625,0,0,1,'2017-03-18 19:25:38'); -INSERT INTO `marker` VALUES (2055,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',114.6682421875,-154.11279687500002,0,0,1,'2017-03-17 22:01:57'); -INSERT INTO `marker` VALUES (2056,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.9143734375,-153.401515625,0,0,1,'2017-03-17 22:04:25'); -INSERT INTO `marker` VALUES (2057,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',120.712315625,-147.99034375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2058,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',115.968290625,-149.57776562499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2059,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',118.6258453125,-144.74712499999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2060,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.7867953125,-149.72328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2061,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',125.0164046875,-156.6178125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2062,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',115.1462890625,-152.170640625,0,0,1,'2017-03-18 20:04:59'); -INSERT INTO `marker` VALUES (2063,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',121.385084375,-159.600890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2064,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.19554999999998,-163.9905,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2065,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',127.14413984374998,-166.94437499999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2066,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',115.6244375,-163.269109375,0,0,1,'2017-03-18 19:57:40'); -INSERT INTO `marker` VALUES (2067,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',118.5944734375,-169.50185937499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2068,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.96491343749999,-166.135265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2069,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',120.67746406250001,-173.441125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2070,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',126.83776046875,-165.701125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2071,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',127.39089578125,-167.275671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2072,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.93718437499999,-164.447125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2073,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',118.471759375,-165.353953125,0,0,1,'2017-03-18 20:11:44'); -INSERT INTO `marker` VALUES (2074,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',127.80512281250002,-168.411265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2075,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',113.5431234375,-173.88187499999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2076,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.775,-167.988125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2077,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',127.95265245312498,-168.85417187500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2078,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',124.2482640625,-188.66409375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2079,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',123.8382125,-188.752390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2080,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',125.87753281249998,-187.4063125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2081,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',126.5117178125,-176.889953125,0,0,1,'2017-03-18 20:54:07'); -INSERT INTO `marker` VALUES (2082,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.72241406250001,-188.18496875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2083,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',121.425715625,-180.6325625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2084,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',113.570296875,-181.69343750000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2085,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',124.10953437499998,-187.81953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2086,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.943846875,-177.243015625,0,0,1,'2017-03-18 21:45:37'); -INSERT INTO `marker` VALUES (2087,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',114.269871875,-183.745984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2088,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',124.4486765625,-180.23021875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2089,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.45567031249999,-188.918484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2090,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',125.641875,-175.9265625,0,0,1,'2017-03-18 20:58:22'); -INSERT INTO `marker` VALUES (2091,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',127.57978156249999,-175.54203124999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2092,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',141.49870312500002,-75.522984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2093,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.4280890625,-71.22234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2094,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',131.2306421875,-72.390546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2095,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.70994374999998,-82.00959375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2096,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.70509531249996,-84.89909374999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2097,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',141.56274843749998,-106.71615625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2098,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.2151953125,-110.701109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2099,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',137.58457499999997,-116.384715625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2100,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',134.18875624999998,-118.2256234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2101,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.7193421875,-118.0765,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2102,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.73813437500002,-124.956734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2103,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.34740156249998,-121.56115625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2104,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',135.9204125,-114.2090890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2105,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.52561671875,-121.284253125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2106,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',135.8820921875,-120.289546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2107,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.99459843750003,-112.9677328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2108,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.56538437499998,-116.6861203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2109,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',130.7898203125,-113.31217968749999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2110,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.87984062499999,-115.118984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2111,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 1 - Invisible: 0',141.131340625,-117.18001406249999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2112,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.33667140625,-118.0784890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2113,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.79802812499997,-132.2937140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2114,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.40099859375,-130.304390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2115,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',134.00408906250001,-130.1150375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2116,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.0322765625,-136.20323906250002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2117,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',140.60268593749998,-128.37648343749999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2118,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.521590625,-141.6256296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2119,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',130.29850312499997,-132.62138125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2120,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',142.912546875,-142.7260640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2121,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',137.7974859375,-130.848546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2122,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.289184375,-153.374890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2123,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',136.06412812499997,-146.235984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2124,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',131.5203234375,-154.650984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2125,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.61350921874998,-144.1639375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2126,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',131.6282515625,-153.02215625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2127,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',133.5372578125,-159.21165625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2128,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.4858125,-153.599671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2129,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.359571875,-152.767171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2130,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',130.5006921875,-158.34643749999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2131,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.88562812499998,-155.60620312499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2132,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.6183859375,-157.742296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2133,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.7548984375,-154.71534375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2134,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.06544843749998,-155.551,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2135,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',139.015415625,-156.071359375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2136,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',130.79627031249998,-154.874734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2137,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',139.173609375,-148.73478125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2138,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.074484375,-155.940140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2139,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',128.8591765625,-155.47746875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2140,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',136.103546875,-151.055078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2141,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',141.5667640625,-157.719265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2142,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.26796406250003,-147.86034375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2143,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.0546015625,-158.116046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2144,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.082848125,-150.46875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2145,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.447609375,-150.94215624999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2146,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.083150859375,-157.654625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2147,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',132.971196875,-149.84221875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2148,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',140.325596875,-150.98990625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2149,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.6184421875,-146.8249375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2150,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.1386,-168.6853125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2151,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',139.00058124999998,-174.216171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2152,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',137.5365890625,-172.84142187499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2153,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',138.61245937500001,-167.05346874999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2154,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',137.52011249999998,-165.653578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2155,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',137.45209375000002,-165.63720312499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2156,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',135.4212140625,-161.58003125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2157,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.0998375,-166.947265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2158,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',130.5511921875,-171.48904687499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2159,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',139.8076859375,-164.681328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2160,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.131753125,-169.848984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2161,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',130.652065625,-173.36587500000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2162,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',130.4054671875,-174.58934375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2163,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.50268281249998,-172.818796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2164,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',134.534521875,-172.89696874999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2165,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',140.73783281250002,-160.64746875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2166,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.4420640625,-163.209,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2167,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.35274687499998,-160.34467187500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2168,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.38166875000002,-165.57828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2169,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',142.1919765625,-162.27384375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2170,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',140.353746875,-168.080234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2171,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',134.263590625,-161.6073125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2172,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.90016718750002,-165.426609375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2173,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',141.027428125,-166.04025000000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2174,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.7682,-164.02978124999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2175,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.32231093750002,-172.228578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2176,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.78777812500002,-168.110046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2177,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.03477328125,-164.10390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2178,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',128.53554203125,-160.85509374999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2179,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',137.0820234375,-174.993796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2180,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',140.889740625,-174.957828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2181,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',140.5948890625,-176.638375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2182,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.08944843749998,-184.486296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2183,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.481809375,-188.92846875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2184,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',134.345525,-175.67396875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2185,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.52126359375,-187.71168749999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2186,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.9244859375,-185.73167187500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2187,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',128.88585859375002,-177.21910937500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2188,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',132.35976718749998,-182.74671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2189,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',137.9904859375,-185.981859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2190,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',132.1503421875,-187.95325,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2191,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.2456171875,-179.399828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2192,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.08698125,-186.82848437500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2193,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.8675515625,-175.99078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2194,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',139.60770156249998,-178.673125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2195,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',136.1635375,-185.51496875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2196,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.735890625,-184.908109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2197,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',142.21285781249998,-187.9576875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2198,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.380040625,-182.500234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2199,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',143.051609375,-180.673484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2200,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.15785,-185.32735937500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2201,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.93625,-179.200984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2202,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.07866765625,-178.341765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2203,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',134.51182968749998,-188.13942187499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2204,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.218088125,-187.22546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2205,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',153.236015625,-70.79640624999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2206,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',145.865671875,-69.51909375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2207,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',152.20489062500002,-79.428921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2208,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.904359375,-89.32421875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2209,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',153.90828125000002,-87.923828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2210,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',157.149296875,-89.4836875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2211,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',157.465375,-85.04521875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2212,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',153.738,-92.93029687500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2213,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.02890625,-95.32026562499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2214,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',153.500265625,-82.0703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2215,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',154.958578125,-88.094703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2216,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',157.18460937499998,-90.49003125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2217,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',143.75204687500002,-103.562203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2218,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',148.04128125,-110.446171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2219,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',158.31484375,-108.9729375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2220,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.48209375,-99.364734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2221,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',150.295234375,-103.87390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2222,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.130171875,-99.29353125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2223,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',150.06287500000002,-100.503046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2224,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.5188125,-108.29415625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2225,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',154.3680625,-101.17051562500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2226,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',146.711265625,-109.99015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2227,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',153.51446875,-119.4812953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2228,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',149.95239062500002,-114.9845453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2229,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',146.52346875,-126.9465765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2230,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',154.482375,-114.529915625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2231,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.676234375,-126.2354859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2232,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',145.250234375,-121.0588953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2233,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',145.00829687499998,-124.626646875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2234,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',147.76840625,-116.9492109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2235,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',149.84434375,-114.6195703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2236,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.63628125,-119.629728125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2237,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',148.53084375,-135.86046249999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2238,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',154.337546875,-138.330075,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2239,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.952015625,-135.0612125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2240,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',152.893546875,-129.78376874999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2241,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',150.41775,-130.11568281249998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2242,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',152.93367187500002,-140.6199328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2243,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',150.60153125,-136.72438125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2244,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',145.43971875,-136.6808640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2245,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.13067187500002,-129.33872125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2246,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.74690625,-143.0563140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2247,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.234875,-143.5031484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2248,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',144.258671875,-148.596140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2249,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.27407812500002,-148.268546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2250,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',155.176671875,-146.541796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2251,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.30490625,-145.358296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2252,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',148.21003125,-148.802515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2253,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',156.0296875,-144.450390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2254,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',145.213953125,-157.5240625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2255,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',147.66342187499998,-156.923859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2256,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.3214375,-158.025828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2257,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',153.60889062500002,-149.50453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2258,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',147.454859375,-158.34653125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2259,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',149.50821875,-154.255359375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2260,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',154.18907812499998,-146.092796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2261,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.35046875,-152.13578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2262,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.20712500000002,-147.0775625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2263,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',144.394359375,-155.863703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2264,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',158.582078125,-144.59459375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2265,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.09896874999998,-144.846484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2266,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',151.707375,-156.90754687499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2267,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',157.334765625,-160.0519375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2268,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.72859375000002,-169.163734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2269,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 1 - Invisible: 0',157.47162500000002,-165.792734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2270,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.25825,-171.41475,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2271,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',154.291515625,-164.36904687499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2272,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',146.334296875,-172.531078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2273,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.453125,-170.95384375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2274,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',146.5725,-166.69859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2275,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',148.683171875,-166.33518750000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2276,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',149.59225,-163.585125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2277,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',148.395140625,-166.03217187500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2278,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',150.854328125,-165.044515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2279,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',155.71631250000002,-173.794796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2280,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.41500000000002,-173.286203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2281,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.25845312500002,-168.070328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2282,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',157.022359375,-180.369875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2283,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',146.6890625,-175.741109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2284,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',156.453703125,-186.46915625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2285,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',150.64803125,-183.177625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2286,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',147.02165625,-183.064140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2287,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',156.1159375,-177.33835937499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2288,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.478453125,-186.616625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2289,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.979890625,-177.98054687500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2290,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.080640625,-181.915453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2291,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',148.711890625,-175.01059375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2292,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',151.314328125,-180.663828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2293,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',155.46565625,-185.59340625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2294,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',143.813546875,-178.909109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2295,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',144.4861875,-178.855796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2296,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.25760937500002,-183.144390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2297,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',144.78984375,-184.577265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2298,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',158.37103125,-175.02221874999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2299,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.899015625,-175.04796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2300,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',156.18334375,-178.3436875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2301,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',153.39834374999998,-188.8083125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2302,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.760765625,-184.18479687500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2303,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',153.939859375,-177.43190625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2304,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.532796875,-182.743140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2305,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',151.65221875,-186.203703125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2306,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.86034375,-71.864421875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2307,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',166.592390625,-78.398390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2308,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',162.906125,-70.601171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2309,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',169.603625,-73.756484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2310,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',162.304734375,-81.002484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2311,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.611171875,-72.16318749999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2312,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.623390625,-95.705109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2313,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',164.8105625,-95.69725,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2314,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.20278125,-84.9153125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2315,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',159.55337500000002,-94.04845312500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2316,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.91778124999996,-95.038203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2317,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.880171875,-100.8359375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2318,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.00459375,-106.65100000000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2319,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',163.4149375,-103.53928125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2320,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',164.172296875,-110.292859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2321,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',162.055484375,-107.968203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2322,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.1324375,-107.6205625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2323,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',170.985421875,-101.81393750000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2324,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.628046875,-108.782015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2325,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.52810937499999,-99.512109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2326,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',166.142765625,-108.59796875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2327,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.613609375,-102.7875625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2328,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',166.727703125,-106.25637499999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2329,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',170.245484375,-100.667640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2330,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.335953125,-124.679978125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2331,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.496703125,-112.8254515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2332,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',169.64892187499998,-127.9797081875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2333,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.9338125,-121.5606,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2334,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.54696875,-116.747690625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2335,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',170.90856250000002,-125.24371875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2336,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.616625,-120.1729375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2337,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',170.639328125,-142.13015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2338,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',169.950859375,-136.7934640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2339,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',165.16078125,-133.83041875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2340,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',173.172390625,-136.091734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2341,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',163.758234375,-138.93158281249998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2342,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.5904375,-130.838478125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2343,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.31909374999998,-138.6070125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2344,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',173.74478125000002,-133.20000625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2345,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',166.654515625,-135.21400625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2346,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.649171875,-141.2706078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2347,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',162.994765625,-139.3492625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2348,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.583703125,-140.34379218750001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2349,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.182703125,-133.7967828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2350,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.280421875,-133.45072031249998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2351,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',161.810875,-144.16776562500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2352,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',173.7104375,-149.899578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2353,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',162.488828125,-149.460625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2354,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',167.241140625,-152.555078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2355,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',164.418375,-156.56268749999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2356,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.56303125,-151.462828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2357,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',169.19009375000002,-145.328078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2358,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',167.478390625,-147.649671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2359,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',170.272484375,-146.202265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2360,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',163.614296875,-153.13039062500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2361,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',166.997703125,-156.19065625000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2362,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.16414062500002,-146.88365625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2363,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',173.0639375,-155.578546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2364,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',164.2604375,-154.974484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2365,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',172.3175,-161.132921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2366,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',166.82546875,-160.865515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2367,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',172.920546875,-169.927625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2368,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.99234375,-165.111484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2369,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',163.69176562500002,-169.5620625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2370,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',162.08948437499998,-167.604625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2371,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',165.559859375,-167.23784375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2372,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',160.808140625,-169.0245625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2373,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',164.9775,-163.992171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2374,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',170.408328125,-164.649265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2375,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.92681249999998,-165.37384375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2376,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.873671875,-170.595296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2377,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',172.747828125,-162.107859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2378,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',160.106703125,-160.69890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2379,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',174.740515625,-163.50228125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2380,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',174.114703125,-174.96815625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2381,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',172.32753125,-181.94942187499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2382,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.191140625,-177.96560937499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2383,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.988140625,-184.292375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2384,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',167.18984375,-187.779828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2385,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',173.928625,-181.54821875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2386,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.925171875,-179.201671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2387,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.437203125,-183.1865625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2388,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',172.634109375,-185.05890625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2389,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',174.38623437500002,-180.81534375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2390,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',163.85125,-175.315171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2391,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',159.75440625,-177.44289062500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2392,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',176.060546875,-70.43154687500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2393,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',180.345359375,-79.877515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2394,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.585265625,-74.57468750000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2395,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.983796875,-71.91862499999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2396,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',183.825671875,-80.39170312499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2397,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',182.627546875,-75.27660937499999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2398,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',177.67159375,-79.97395312500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2399,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',190.43435937499999,-78.819046875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2400,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.25928125000002,-75.9945625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2401,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.057921875,-75.47625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2402,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',181.993984375,-72.03321875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2403,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',186.231125,-86.16465625000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2404,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',180.68824999999998,-91.825109375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2405,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',188.586625,-90.93964062500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2406,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',182.37446875,-95.541546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2407,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',185.231,-95.6981875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2408,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',186.385453125,-82.922125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2409,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.921,-84.202125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2410,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.69671875,-88.411671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2411,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',186.325625,-90.137265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2412,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',181.24009375,-108.026140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2413,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.4393125,-105.67792187500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2414,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',185.95925,-101.696171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2415,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',178.13551562499998,-112.19959374999999,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2416,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.385546875,-103.39707812500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2417,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',178.590578125,-104.12896875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2418,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',188.66482812499999,-107.06226562500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2419,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.503625,-105.79551562500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2420,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',178.701828125,-96.74515625000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2421,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',186.223515625,-110.34826562500001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2422,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.52642187499998,-103.25325000000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2423,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',175.033671875,-109.183625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2424,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',176.633625,-107.760484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2425,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',184.32453125,-112.24003125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2426,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',183.71696875,-113.6887140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2427,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.4370625,-123.919990625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2428,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',183.113859375,-123.6755640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2429,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',179.93618750000002,-119.8825734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2430,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',176.175609375,-125.37985,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2431,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',188.8360625,-116.9963546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2432,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',176.795015625,-127.728145625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2433,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',189.884625,-114.5845609375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2434,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',179.89840625,-119.96479375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2435,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',183.01,-122.0064328125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2436,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',177.075890625,-133.0776140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2437,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',188.22368749999998,-133.5040140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2438,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',178.1056875,-128.37001375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2439,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.621,-128.35286859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2440,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',186.14473437499998,-137.650415625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2441,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.111625,-138.262825,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2442,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',189.747921875,-138.87325625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2443,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',180.859875,-143.356625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2444,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',181.611578125,-136.183553125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2445,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',183.655359375,-137.78624374999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2446,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.93734375,-136.6061390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2447,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',186.464375,-146.064390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2448,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',183.2658125,-149.50176562500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2449,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',182.306859375,-157.941578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2450,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',185.95610937499998,-158.360734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2451,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',188.885,-152.3209375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2452,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',178.453625,-152.14445312499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2453,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.4738125,-156.576421875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2454,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',183.0935,-154.728484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2455,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',181.63971875,-145.97359375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2456,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.6689375,-153.114125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2457,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.34265625,-147.831203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2458,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.56157812499998,-151.295859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2459,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.21521875,-150.437546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2460,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',175.3286875,-159.526203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2461,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.120703125,-161.20600000000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2462,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',188.95440625,-160.761390625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2463,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',176.202046875,-173.07264062500002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2464,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',185.62435937499998,-165.710828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2465,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',182.93934375,-169.06846875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2466,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',178.465859375,-172.50690625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2467,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',177.19875,-165.54343749999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2468,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.45225,-165.348234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2469,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.132296875,-162.841484375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2470,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',180.306546875,-163.1445625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2471,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',179.39964062500002,-180.168640625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2472,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',184.87146875,-178.90975,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2473,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',187.32209375,-184.545234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2474,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',180.6110625,-185.086515625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2475,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.78028125,-176.7793125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2476,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',175.256328125,-185.09729687499998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2477,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',177.616296875,-178.06296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2478,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.53775000000002,-187.75493749999998,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2479,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',198.369671875,-78.5564375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2480,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',197.108796875,-75.809078125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2481,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',203.26871875,-79.65284375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2482,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',195.875890625,-78.338,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2483,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',197.200546875,-78.2671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2484,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',203.242203125,-76.43365625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2485,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.14771875,-83.6765625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2486,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',198.796015625,-95.212875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2487,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',196.7005,-85.47525,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2488,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',195.782671875,-89.89815625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2489,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',190.634421875,-85.245203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2490,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',193.32878125000002,-88.30615625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2491,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.44896875,-86.693671875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2492,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',191.996609375,-102.570875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2493,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',200.412640625,-99.23521875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2494,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',201.4825625,-111.760453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2495,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',201.420375,-112.327734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2496,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',192.13371875,-106.895859375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2497,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',191.09703125,-108.39262500000001,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2498,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',201.547765625,-106.8278125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2499,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.036203125,-100.55525,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2500,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',201.30796875,-100.22921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2501,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',196.074671875,-104.1234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2502,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',195.701875,-117.11510625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2503,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',201.40375,-119.45265625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2504,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',194.239890625,-112.4022171875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2505,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',194.13646875,-124.6822828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2506,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',200.13189062499998,-118.0308015625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2507,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.63446875,-121.6161453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2508,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',191.621765625,-120.827284375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2509,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',192.754078125,-118.6879984375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2510,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',191.75634374999998,-124.6127734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2511,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',191.15965625,-117.6567828125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2512,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',194.63217187499998,-137.81595,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2513,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',199.445875,-138.12333125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2514,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',192.607265625,-128.94251296875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2515,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',197.572671875,-135.56208750000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2516,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.75684375,-131.0620234375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2517,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',195.1065625,-129.22657734375,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2518,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',193.6165,-135.244921875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2519,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.29878125,-143.85953125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2520,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.83496875,-143.984140625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2521,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',191.874,-145.849546875,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2522,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',194.7869375,-158.953453125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2523,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',194.91696875,-153.86978125000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2524,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',200.111609375,-157.92928125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2525,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',197.35790624999998,-150.38931250000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2526,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',200.854875,-165.12900000000002,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2527,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',198.601515625,-164.1955625,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2528,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.883203125,-167.37925,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2529,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',193.80990624999998,-163.474578125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2530,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.23403125,-168.440125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2531,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',191.806171875,-174.457203125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2532,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',198.9676875,-165.588125,0,0,1,'2017-03-13 22:12:54'); -INSERT INTO `marker` VALUES (2656,1901,NULL,2,1916,529,'Place Apples','',64.6171875,-115.9453125,0,0,0,'2017-03-13 22:31:48'); -INSERT INTO `marker` VALUES (2657,1901,NULL,2,1901,537,'','',169.78125,-74.3125,0,0,0,'2017-03-13 22:32:12'); -INSERT INTO `marker` VALUES (2658,1901,NULL,2,1901,536,'','',129.546875,-121.2890625,0,0,0,'2017-03-13 22:33:23'); -INSERT INTO `marker` VALUES (2659,1901,NULL,2,1930,538,'Lizards ','',152.125,-122.3125,0,0,0,'2017-03-13 22:49:45'); -INSERT INTO `marker` VALUES (2660,1901,NULL,2,1931,450,'Black Moblin Camp','',70.6953125,-85.94140625,0,0,0,'2017-03-13 22:52:15'); -INSERT INTO `marker` VALUES (2788,1901,NULL,2,1925,65,'','BEFORE HACK',194.1875,-132.0859375,0,0,0,'2017-03-13 23:00:51'); -INSERT INTO `marker` VALUES (2789,1901,NULL,2,1933,542,'Frost Talus','',76.1484375,-90.4140625,0,0,0,'2017-03-13 23:05:02'); -INSERT INTO `marker` VALUES (2790,1901,NULL,2,1901,474,'','',202,-70.5,0,0,0,'2017-03-13 23:05:51'); -INSERT INTO `marker` VALUES (2791,1901,NULL,2,1933,542,'Sylver Lynel','',108.703125,-72.53125,0,1,0,'2017-03-13 23:07:53'); -INSERT INTO `marker` VALUES (2792,1901,NULL,2,1933,542,'Stone Talus','',154.48046875,-180.15625,0,1,0,'2017-03-13 23:08:54'); -INSERT INTO `marker` VALUES (2793,1901,NULL,1,1925,1,'To Quomo Shrine','',65.154265625,-70.004734375,0,0,1,'2017-04-05 23:25:08'); -INSERT INTO `marker` VALUES (2794,1901,NULL,1,1925,1,'Hia Miu Shrine','',58.53096875,-68.587203125,0,0,1,'2017-04-05 23:24:47'); -INSERT INTO `marker` VALUES (2795,1901,NULL,1,1925,1,'Maka Rah Shrine','',64.580703125,-88.808484375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2796,1901,NULL,1,1925,1,'Voo Lota Shrine','',65.25996875,-101.08615625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2797,1901,NULL,1,1925,1,'Kah Okeo Shrine','',63.603140624999995,-121.528128125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2798,1901,NULL,1,1925,1,'Kema Kosassa Shrine','',55.226671874999994,-142.1401515625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2799,1901,NULL,1,1925,1,'Kema Zoos Shrine','',54.976093750000004,-158.76234375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2800,1901,NULL,1,1925,1,'Tho Kayu Shrine','',53.0289375,-171.75048437499998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2801,1901,NULL,1,1925,1,'Hawa Koth Shrine','',52.25884375,-186.96168749999998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2802,1901,NULL,1,1925,1,'Mozo Shenno Shrine','',71.33265625,-80.527203125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2803,1901,NULL,1,1925,1,'Sha Warvo Shrine','',68.277546875,-93.51724999999999,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2804,1901,NULL,1,1921,1,'Rito Village','',71.467046875,-99.756109375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2805,1901,NULL,1,1938,1,'Rito Stable','',77.131703125,-100.537109375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2806,1901,NULL,1,1925,1,'Akh Va\'quot Shrine','',70.87448437500001,-100.5359375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2807,1901,NULL,1,1925,1,'Bareeda Naag Shrine','',71.60959375,-104.306609375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2808,1901,NULL,1,1925,1,'Tena Ko\'sah Shrine','',73.838171875,-121.007821875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2809,1901,NULL,1,1923,1,'Tabantha Tower','',71.5351875,-112.52867656250001,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2810,1901,NULL,1,1925,1,'Keeha Yoog Shrine','',67.8053125,-139.19309375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2811,1901,NULL,1,1923,1,'Gerudo Tower','',70.71875,-156.571875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2812,1901,NULL,1,1925,1,'Kuh Takkar Shrine','',79.81854687500001,-147.09046875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2813,1901,NULL,1,1925,1,'Sho Dantu Shrine','',66.89667187500001,-153.82860937499998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2814,1901,NULL,1,1925,1,'Sasa Kai Shrine','',72.370515625,-158.529265625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2815,1901,NULL,1,1921,1,'Gerudo Town','',68.078125,-173.546875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2816,1901,NULL,1,1925,1,'Dako Tah Shrine','',76.17496875,-161.791859375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2817,1901,NULL,1,1925,1,'Daqo Chisay Shrine','',68.37009375,-172.049328125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2818,1901,NULL,1,1925,1,'Raqa Zunzo Shrine','',68.47562500000001,-176.85715625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2819,1901,NULL,1,1925,1,'Shada Naw Shrine','',81.151484375,-77.677578125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2820,1901,NULL,1,1925,1,'Rok Uwog Shrine','',90.859109375,-77.61546875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2821,1901,NULL,1,1925,1,'Lanno Kooh Shrine','',86.800859375,-95.79237499999999,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2822,1901,NULL,1,1923,1,'Hebra Tower','',94.046875,-96.21875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2823,1901,NULL,1,1925,1,'Gee Ha\'rah Shrine','',90.805953125,-92.7593125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2824,1901,NULL,1,1925,1,'Goma Asaagh Shrine','',84.35509375000001,-82.967765625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2825,1901,NULL,1,1925,1,'Dunba Taag Shrine','',83.749015625,-103.35732812500001,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2826,1901,NULL,1,1938,1,'Tabantha Bridge Stable','',82.19425,-119.44378125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2827,1901,NULL,1,1925,1,'Shae Loya Shrine','',82.206875,-121.2337734375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2828,1901,NULL,1,1925,1,'Toh Yahsa Shrine','',92.5453125,-113.9203125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2829,1901,NULL,1,1925,1,'Mogg Latan Shrine','',92.097125,-135.2135015625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2830,1901,NULL,1,1925,1,'Mijah Rokee Shrine','',85.125125,-131.5272921875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2831,1901,NULL,1,1925,1,'Joloo Nah Shrine','',96.687375,-154.17598437499998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2832,1901,NULL,1,1938,1,'Gerudo Canyon Stable','',84.1904375,-162.777578125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2833,1901,NULL,1,1923,1,'Wasteland Tower','',91.95568750000001,-166.083125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2834,1901,NULL,1,1925,1,'Kay Noh Shrine','',84.09425,-163.940265625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2835,1901,NULL,1,1925,1,'Korsh O\'hu Shrine','',85.979578125,-171.936046875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2836,1901,NULL,1,1925,1,'Misae Suma Shrine','',81.596875,-187.07240625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2837,1901,NULL,1,1925,1,'Sha Gehma Shrine','',101.8694375,-69.2651875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2838,1901,NULL,1,1938,1,'Snowfield Stable','',102.142453125,-87.8100625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2839,1901,NULL,1,1925,1,'Rin Oyaa Shrine','',101.118921875,-88.08396875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2840,1901,NULL,1,1925,1,'Rona Kachta Shrine','',110.9875,-86.42587499999999,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2841,1901,NULL,1,1938,1,'Serenne Stable','',103.634765625,-99.889796875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2842,1901,NULL,1,1925,1,'Maag No\'rah Shrine','',97.68009375,-105.202828125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2843,1901,NULL,1,1925,1,'Monya Toma Shrine','',104.730625,-104.971828125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2844,1901,NULL,1,1925,1,'Zalta Wa Shrine','',105.615390625,-118.73053125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2845,1901,NULL,1,1923,1,'Ridgeland Tower','',100.5734375,-115.9015625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2846,1901,NULL,1,1925,1,'Sheem Dagoze Shrine','',98.43098437500001,-129.422351875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2847,1901,NULL,1,1924,1,'Shrine of Resurrection','',110.777609375,-157.37704687500002,0,0,1,'2017-03-14 04:49:19'); -INSERT INTO `marker` VALUES (2848,1901,NULL,1,1938,1,'Outskirt Stable','',105.351671875,-147.828296875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2849,1901,NULL,1,1925,1,'Rota Ooh Shrine','',103.589171875,-148.465359375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2850,1901,NULL,1,1925,1,'Dah Kaso Shrine','',101.50446875,-154.57853125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2851,1901,NULL,1,1925,1,'Keh Namut Shrine','',105.572078125,-159.10478125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2852,1901,NULL,1,1925,1,'Jee Noh Shrine','',99.980390625,-165.85134375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2853,1901,NULL,1,1925,1,'Suma Sahma Shrine','',105.847234375,-181.89384375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2854,1901,NULL,1,1925,1,'Dila Maag Shrine','',99.953125,-182.131109375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2855,1901,NULL,1,1925,1,'Qaza Tokki Shrine','',115.1640625,-72.765625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2856,1901,NULL,1,1925,1,'Daag Chokah Shrine','',127.59249453125,-89.598625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2857,1901,NULL,1,1925,1,'Saas Ko\'sah Shrine','',125.68132499999999,-109.88521875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2858,1901,NULL,1,1925,1,'Noya Neha Shrine','',113.1222921875,-118.251803125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2859,1901,NULL,1,1925,1,'Katah Chuki Shrine','',118.0611890625,-122.6224234375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2860,1901,NULL,1,1925,1,'Kaam Ya\'tak Shrine','',112.880634375,-139.2012390625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2861,1901,NULL,1,1923,1,'Central Tower','',115.677421875,-134.906728125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2862,1901,NULL,1,1925,1,'Ja Baij Shrine','',121.0047640625,-159.09659375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2863,1901,NULL,1,1925,1,'Oman Au Shrine','',117.4927765625,-151.65046875000002,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2864,1901,NULL,1,1923,1,'Great Plateau Tower','',119.24945,-154.48223437500002,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2865,1901,NULL,1,1923,1,'Lake Tower','',127.50288203124998,-174.27501562499998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2866,1901,NULL,1,1925,1,'Owa Daim Shrine','',113.5464015625,-164.253578125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2867,1901,NULL,1,1925,1,'Ya Naga Shrine','',122.85677187499999,-168.62685937499998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2868,1901,NULL,1,1925,1,'Ishto Soh Shrine','',112.5970453125,-183.70278125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2869,1901,NULL,1,1925,1,'Ketoh Wawai Shrine','',132.44375,-79.25625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2870,1901,NULL,1,1921,1,'Korok Forest','',134.6873609375,-94.602015625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2871,1901,NULL,1,1925,1,'Keo Ruug Shrine','',135.3586703125,-94.127859375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2872,1901,NULL,1,1925,1,'Maag Halan Shrine','',141.072403125,-90.206078125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2873,1901,NULL,1,1923,1,'Woodland Tower','',141.8106921875,-102.91078125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2874,1901,NULL,1,1925,1,'Kuhn Sidajj Shrine','',128.288195625,-97.629625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2875,1901,NULL,1,1925,1,'Namika Ozz Shrine','',139.8795390625,-115.1658265625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2876,1901,NULL,1,1938,1,'Wetland Stable','',141.8759625,-130.7136296875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2877,1901,NULL,1,1925,1,'Kaya Wan Shrine','',140.893209375,-130.929828125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2878,1901,NULL,1,1925,1,'Hila Rao Shrine','',141.3437984375,-141.105284375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2879,1901,NULL,1,1938,1,'Riverside Stable','',133.30050625,-145.114015625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2880,1901,NULL,1,1925,1,'Wahgo Katta Shrine','',133.399803125,-143.746390625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2881,1901,NULL,1,1925,1,'Bosh Kala Shrine','',129.35963296875002,-153.90165625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2882,1901,NULL,1,1925,1,'Pumaag Nitae Shrine','',136.7400625,-174.73715625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2883,1901,NULL,1,1925,1,'Shae Katha Shrine','',141.6014796875,-164.398875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2884,1901,NULL,1,1938,1,'Highland Stable','',136.2750015625,-181.920046875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2885,1901,NULL,1,1925,1,'Ka\'o Makagh Shrine','',136.171159375,-183.0831875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2886,1901,NULL,1,1925,1,'Shoqa Tatone Shrine','',129.4843496875,-188.014734375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2887,1901,NULL,1,1925,1,'Shora Hah Shrine','',152.00326562499998,-79.2895625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2888,1901,NULL,1,1921,1,'Goron City','',154.3305,-89.445390625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2889,1901,NULL,1,1925,1,'Shae Mo\'sah Shrine','',155.446421875,-87.973421875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2890,1901,NULL,1,1938,1,'Woodland Stable','',144.65109375,-110.16276562499999,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2891,1901,NULL,1,1925,1,'Mirro Shaz Shrine','',147.234328125,-109.051125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2892,1901,NULL,1,1925,1,'Qua Raym Shrine','',156.441265625,-104.282765625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2893,1901,NULL,1,1925,1,'Sheh Rata Shrine','',151.585625,-122.105953125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2894,1901,NULL,1,1925,1,'Daka Tuss Shrine','',153.02864062499998,-135.230528125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2895,1901,NULL,1,1925,1,'Ta\'loh Naeg Shrine','',156.769140625,-141.9236328125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2896,1901,NULL,1,1921,1,'Kakariko Village','',156.218796875,-143.38686875000002,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2897,1901,NULL,1,1923,1,'Dueling Peaks Tower','',143.887140625,-154.78253125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2898,1901,NULL,1,1925,1,'Shee Venath Shrine','',147.45496875,-156.91314062499998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2899,1901,NULL,1,1925,1,'Shee Vaneer Shrine','',147.785453125,-158.2921875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2900,1901,NULL,1,1925,1,'Ha Dahamar Shrine','',153.983859375,-158.0374375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2901,1901,NULL,1,1925,1,'Ree Dahee Shrine','',147.88932812500002,-156.81109375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2902,1901,NULL,1,1938,1,'Dueling Peaks Stable','',155.52053125,-158.09756249999998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2903,1901,NULL,1,1925,1,'Toto Sah Shrine','',156.852515625,-166.65196874999998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2904,1901,NULL,1,1925,1,'Shoda Sah Shrine','',155.972765625,-174.7635,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2905,1901,NULL,1,1938,1,'Lakeside Stable','',152.25035937500002,-183.278734375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2906,1901,NULL,1,1925,1,'Shai Utoh Shrine','',152.787109375,-184.468625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2907,1901,NULL,1,1923,1,'Faron Tower','',148.80004687500002,-179.151921875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2908,1901,NULL,1,1925,1,'Gorae Torr Shrine','',169.604796875,-73.981140625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2909,1901,NULL,1,1925,1,'Daqa Koh Shrine','',160.265203125,-91.62696875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2910,1901,NULL,1,1925,1,'Kayra Mah Shrine','',160.434734375,-96.12940625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2911,1901,NULL,1,1938,1,'Foothill Stable','',168.8333125,-110.132609375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2912,1901,NULL,1,1923,1,'Eldin Tower','',161.971109375,-103.675296875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2913,1901,NULL,1,1925,1,'Mo\'a Keet Shrine','',170.54809375,-109.79425,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2914,1901,NULL,1,1925,1,'Sah Dahaj Shrine','',169.65812499999998,-103.30737500000001,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2915,1901,NULL,1,1925,1,'Tah Muhl Shrine','',163.96034375,-113.301159375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2916,1901,NULL,1,1925,1,'Soh Kofi Shrine','',162.987703125,-123.43078125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2917,1901,NULL,1,1923,1,'Lanayru Tower','',163.28125,-126.296875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2918,1901,NULL,1,1925,1,'Lakna Rokee Shrine','',159.869265625,-143.18288124999998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2919,1901,NULL,1,1925,1,'Mezza Lo Shrine','',168.96281249999998,-133.92553437499998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2920,1901,NULL,1,1925,1,'Dow Na\'eh Shrine','',170.137,-148.828390625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2921,1901,NULL,1,1925,1,'Kam Urog Shrine','',167.0890625,-151.36846875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2922,1901,NULL,1,1923,1,'Hateno Tower','',170.7421875,-161.3359375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2923,1901,NULL,1,1925,1,'Tawa Jinn Shrine','',169.19829687499998,-172.27896875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2924,1901,NULL,1,1925,1,'Yah Rin Shrine','',172.273953125,-179.74934375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2925,1901,NULL,1,1925,1,'Qukah Nata Shrine','',159.373453125,-179.32134374999998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2926,1901,NULL,1,1925,1,'Zuna Kai Shrine','',179.938828125,-74.54110937499999,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2927,1901,NULL,1,1925,1,'Tutsuwa Nima Shrine','',187.01960937500002,-85.74892187500001,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2928,1901,NULL,1,1938,1,'South Akkala Stable','',177.216125,-101.552390625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2929,1901,NULL,1,1923,1,'Akkala Tower','',179.6875,-104.5609375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2930,1901,NULL,1,1925,1,'Dah Hesho Shrine','',188.93267187499998,-107.62821875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2931,1901,NULL,1,1925,1,'Ze Kasho Shrine','Ze Kasho Apparatus',175.31715624999998,-101.937265625,0,0,1,'2017-03-17 01:46:59'); -INSERT INTO `marker` VALUES (2932,1901,NULL,1,1921,1,'Tarrey Town','',189.9515,-102.765359375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2933,1901,NULL,1,1921,1,'Zora\'s Domain','',179.122890625,-121.7267453125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2934,1901,NULL,1,1925,1,'Ne\'ez Yohma Shrine','',179.924515625,-119.90751875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2935,1901,NULL,1,1925,1,'Dagah Keek Shrine','',177.20081249999998,-121.4792203125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2936,1901,NULL,1,1925,1,'Rucco Maag Shrine','',180.0859375,-134.2890625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2937,1901,NULL,1,1925,1,'Jitan Sa\'mi Shrine','',188.6723125,-148.552515625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2938,1901,NULL,1,1921,1,'Hateno Village','',184.136609375,-161.15393749999998,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2939,1901,NULL,1,1925,1,'Myahm Agana Shrine','',180.932921875,-162.61140625000002,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2940,1901,NULL,1,1921,1,'Lurelin Village','',175.02295312500002,-182.341765625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2941,1901,NULL,1,1925,1,'Muwo Jeem Shrine','',185.143234375,-179.687390625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2942,1901,NULL,1,1925,1,'Kah Yah Shrine','',181.707578125,-179.8311875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2943,1901,NULL,1,1925,1,'Tu Ka\'loh Shrine','',200.734375,-70.046875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2944,1901,NULL,1,1938,1,'East Akkala Stable','',194.0596875,-85.066109375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2945,1901,NULL,1,1925,1,'Katosa Aug Shrine','',195.107828125,-85.345703125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2946,1901,NULL,1,1925,1,'Ritaag Zumo Shrine','',198.70375,-94.743859375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2947,1901,NULL,1,1925,1,'Kah Mael Shrine','',201.5713125,-107.538890625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2948,1901,NULL,1,1925,1,'Ke\'nai Shakah Shrine','',193.54240625,-114.6264375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2949,1901,NULL,1,1925,1,'Shai Yota Shrine','',194.33196875,-131.96730625,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2950,1901,NULL,1,1925,1,'Tahno O\'ah Shrine','',193.355703125,-154.35246875,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2951,1901,NULL,1,1925,1,'Chaas Qeta Shrine','',190.679421875,-174.716109375,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (2952,1901,NULL,1,1925,1,'Korgu Chideh Shrine','',202.00965625,-186.931125,0,0,1,'2017-03-13 23:19:23'); -INSERT INTO `marker` VALUES (3048,1901,NULL,2,1916,529,'Offer an apple','',99.46484375,-143.2890625,0,0,0,'2017-03-13 23:19:38'); -INSERT INTO `marker` VALUES (3049,1901,NULL,2,1933,496,'Stone Talus','',139.0078125,-150.8125,0,0,0,'2017-03-13 23:35:34'); -INSERT INTO `marker` VALUES (3050,1901,NULL,2,1933,546,'Stone Talus','',79.0078125,-129.2578125,0,0,0,'2017-03-14 00:13:40'); -INSERT INTO `marker` VALUES (3051,1901,NULL,2,1933,546,'Igneo Talus','',156.0625,-100.6875,0,0,0,'2017-03-14 00:14:42'); -INSERT INTO `marker` VALUES (3052,1901,NULL,2,1916,529,'Catch the sparkles','',132.14453125,-188.796875,0,0,0,'2017-03-14 00:24:29'); -INSERT INTO `marker` VALUES (3053,1901,NULL,2,1916,529,'Complete the circle','',136.09765625,-186.86328125,0,0,0,'2017-03-14 00:34:42'); -INSERT INTO `marker` VALUES (3054,1901,NULL,2,1916,529,'Under a rock','',141.91796875,-185.734375,0,0,0,'2017-03-14 00:41:26'); -INSERT INTO `marker` VALUES (3055,1901,NULL,2,1916,529,'Complete the spiral','',144.61328125,-184.73046875,0,0,0,'2017-03-14 00:42:33'); -INSERT INTO `marker` VALUES (3056,1901,NULL,2,1901,547,'','',156.2578125,-143.5625,0,0,0,'2017-03-14 00:50:19'); -INSERT INTO `marker` VALUES (3057,1901,NULL,2,1933,132,'Hinox (Elder Kin)','',165.859375,-171.453125,0,0,0,'2017-03-14 01:10:56'); -INSERT INTO `marker` VALUES (3058,1901,NULL,2,1933,132,'Hinox (Young Kin)','',171.25,-170.390625,0,0,0,'2017-03-14 01:11:19'); -INSERT INTO `marker` VALUES (3059,1901,NULL,2,1933,132,'Hinox (Middle Kin)','',170.03125,-174.25,0,0,0,'2017-03-14 01:11:35'); -INSERT INTO `marker` VALUES (3060,1901,NULL,2,1916,548,'Korok Seed','Under rock at peak',108.8984375,-149.2109375,0,0,0,'2017-03-14 01:12:01'); -INSERT INTO `marker` VALUES (3061,1901,NULL,2,1916,529,'Under a rock','',168.03515625,-184.26171875,0,0,0,'2017-03-14 01:22:56'); -INSERT INTO `marker` VALUES (3062,1901,NULL,2,1933,550,'Igneo Talus','',155.9375,-100.5078125,0,0,0,'2017-03-14 01:27:48'); -INSERT INTO `marker` VALUES (3063,1901,NULL,2,1933,550,'Igneo Talus','',161.3984375,-93.96875,0,0,0,'2017-03-14 01:29:00'); -INSERT INTO `marker` VALUES (3064,1901,NULL,2,1933,550,'Igneo Talus','',165.4375,-96.3828125,0,0,0,'2017-03-14 01:29:26'); -INSERT INTO `marker` VALUES (3065,1901,NULL,2,1933,550,'Igneo Talus','',161.46875,-80.78125,0,0,0,'2017-03-14 01:29:51'); -INSERT INTO `marker` VALUES (3066,1901,NULL,2,1933,550,'Stone Talus','',179.15625,-181.40625,0,0,0,'2017-03-14 01:30:46'); -INSERT INTO `marker` VALUES (3067,1901,NULL,2,1901,550,'Cave of Wonders','Cave with respawning Gem Nodes, unsure what the time frame is sorry lol',179.484375,-179.953125,0,0,0,'2017-03-14 01:32:00'); -INSERT INTO `marker` VALUES (3068,1901,NULL,2,1903,551,'test','test',154.58374786376953,-135.33374786376953,0,0,0,'2017-03-14 01:32:57'); -INSERT INTO `marker` VALUES (3069,1901,NULL,2,1901,529,'Aris Beach monster camp','',160.53125,-189.17578125,0,0,0,'2017-03-14 01:54:12'); -INSERT INTO `marker` VALUES (3070,1901,NULL,2,1935,529,'Take Back the Sea','',173.125,-181.296875,0,0,0,'2017-03-14 01:58:37'); -INSERT INTO `marker` VALUES (3071,1901,NULL,2,1901,529,'Treasure chest minigame','',174.421875,-180.71875,0,0,0,'2017-03-14 02:00:31'); -INSERT INTO `marker` VALUES (3072,1901,NULL,2,1901,492,'','',91.109375,-167.921875,0,0,0,'2017-03-14 02:01:17'); -INSERT INTO `marker` VALUES (3073,1901,NULL,2,1910,266,'Chest','',108.234375,-152.5078125,0,0,0,'2017-03-14 02:42:46'); -INSERT INTO `marker` VALUES (3074,1901,NULL,2,1910,266,'Chest (x2)','pair of chests over bog of eternal stench.',116.046875,-152.1484375,0,0,0,'2017-03-14 02:48:27'); -INSERT INTO `marker` VALUES (3075,1901,NULL,2,1901,557,'','',187.21875,-184.484375,0,0,0,'2017-03-14 02:55:32'); -INSERT INTO `marker` VALUES (3076,1901,NULL,2,1910,266,'Chest','',116.48828125,-157.1328125,0,0,0,'2017-03-14 03:04:29'); -INSERT INTO `marker` VALUES (3077,1901,NULL,2,1936,266,'Treasure Cave','',114.36328125,-158.1953125,0,0,0,'2017-03-14 03:08:34'); -INSERT INTO `marker` VALUES (3078,1901,NULL,2,1903,266,'Soldier's Bow','',115.27734375,-158.7265625,0,0,0,'2017-03-14 03:13:42'); -INSERT INTO `marker` VALUES (3079,1901,NULL,2,1931,266,'Bokoblin Camp','',118.1953125,-157.9609375,0,0,0,'2017-03-14 03:17:35'); -INSERT INTO `marker` VALUES (3080,1901,NULL,2,1901,558,'','',187.4375,-184.375,0,0,0,'2017-03-14 03:20:51'); -INSERT INTO `marker` VALUES (3081,1901,NULL,2,1910,266,'Season Pass Chest','',120.6875,-159.36328125,0,0,0,'2017-03-14 03:21:05'); -INSERT INTO `marker` VALUES (3082,1901,NULL,2,1933,562,'Frost Talus','',72.40625,-152.36328125,0,1,0,'2017-03-14 04:25:41'); -INSERT INTO `marker` VALUES (3083,1901,NULL,2,1936,563,'Bluepee','',126.8828125,-144.328125,0,0,0,'2017-03-14 04:37:49'); -INSERT INTO `marker` VALUES (3084,1901,NULL,2,1901,564,'done','DELETE - ???',59.515625,-68.875,0,0,0,'2017-03-14 06:25:37'); -INSERT INTO `marker` VALUES (3085,1901,NULL,2,1901,569,'','',158.953125,-141.234375,0,0,0,'2017-03-14 06:48:17'); -INSERT INTO `marker` VALUES (3086,1901,NULL,2,1916,534,'Korok Seed','',155.734375,-173.8359375,0,0,0,'2017-03-14 06:56:56'); -INSERT INTO `marker` VALUES (3087,1901,NULL,2,1916,534,'Korok Seed','',86.9296875,-170.99609375,0,0,0,'2017-03-14 06:57:45'); -INSERT INTO `marker` VALUES (3088,1901,NULL,2,1901,573,'Done','',59.1875,-68.984375,0,0,0,'2017-03-14 08:10:31'); -INSERT INTO `marker` VALUES (3089,1901,NULL,2,1903,574,'Frost Spear','',188.78125,-148.69921875,0,0,0,'2017-03-14 08:35:39'); -INSERT INTO `marker` VALUES (3090,1901,NULL,2,1920,577,'','',65.03125,-69.296875,0,0,0,'2017-03-14 09:55:26'); -INSERT INTO `marker` VALUES (3091,1901,NULL,2,1901,578,'check','',77.671875,-115.125,0,0,0,'2017-03-14 10:00:19'); -INSERT INTO `marker` VALUES (3094,1901,NULL,2,1933,578,'White Lynel','',133.5625,-70.015625,0,0,0,'2017-03-14 11:32:02'); -INSERT INTO `marker` VALUES (3095,1901,NULL,2,1933,578,'Stone Talus','',179.1484375,-181.3515625,0,0,0,'2017-03-14 11:32:50'); -INSERT INTO `marker` VALUES (3096,1901,NULL,2,1936,595,'access to the Shai Utoh Shrine','',152.64453125,-184.20703125,0,0,0,'2017-03-14 14:42:01'); -INSERT INTO `marker` VALUES (3097,1901,NULL,2,1934,599,'Slumbering Power (#13)','',186.734375,-86.15625,0,0,0,'2017-03-14 15:35:01'); -INSERT INTO `marker` VALUES (3098,1901,NULL,2,1901,602,'Completed','Completed',186.1875,-145.8125,0,0,0,'2017-03-14 15:37:49'); -INSERT INTO `marker` VALUES (3099,1901,NULL,2,1933,597,'Igneo Talus','',161.25,-81.375,0,1,0,'2017-03-14 15:39:44'); -INSERT INTO `marker` VALUES (3100,1901,NULL,2,1906,605,'Diamond Circlet','',200.703125,-70.40625,0,0,0,'2017-03-14 15:56:17'); -INSERT INTO `marker` VALUES (3101,1901,NULL,2,1933,608,'Molduga','',69.015625,-184.2734375,0,0,0,'2017-03-14 16:12:25'); -INSERT INTO `marker` VALUES (3102,1901,NULL,2,1904,599,'Chest w/ 5x Bomb Arrows','',117.91015625,-121.13671875,0,0,0,'2017-03-14 16:15:19'); -INSERT INTO `marker` VALUES (3103,1901,NULL,2,1905,599,'Knight's Shield','',118.03125,-118.359375,0,0,0,'2017-03-14 16:22:36'); -INSERT INTO `marker` VALUES (3104,1901,NULL,2,1904,599,'Shock Arrow x5','',117.6015625,-119.08203125,0,0,0,'2017-03-14 16:29:33'); -INSERT INTO `marker` VALUES (3105,1901,NULL,2,1936,599,'Cracked Walls','',116.30078125,-119.26953125,0,0,0,'2017-03-14 16:38:20'); -INSERT INTO `marker` VALUES (3106,1901,NULL,2,1901,613,'','',188.296875,-118.9609375,0,0,0,'2017-03-14 16:49:31'); -INSERT INTO `marker` VALUES (3107,1901,NULL,2,1901,613,'','',200.7578125,-70.9765625,0,0,0,'2017-03-14 16:53:26'); -INSERT INTO `marker` VALUES (3108,1901,NULL,2,1903,615,'Great Flameblade','Pierced in the ground/tree at the top, 2 mobs you need to kill dont let them pick up the sword.',110.6328125,-134.765625,0,1,0,'2017-03-14 16:58:46'); -INSERT INTO `marker` VALUES (3109,1901,NULL,2,1903,617,'Great Flameblade','inside the skull',152.69921875,-70.71484375,0,0,0,'2017-03-14 17:02:03'); -INSERT INTO `marker` VALUES (3110,1901,NULL,2,1901,615,'Fang and Bone Shop - Start Quest','Where you start your journy to be able to access the shop',178.73828125,-74.23828125,0,0,0,'2017-03-14 17:02:16'); -INSERT INTO `marker` VALUES (3111,1901,NULL,2,1933,617,'White-Maned Lynel','',148.640625,-68.921875,0,0,0,'2017-03-14 17:02:29'); -INSERT INTO `marker` VALUES (3112,1901,NULL,2,1901,621,'','',45.375,-104.75,0,0,0,'2017-03-14 17:17:28'); -INSERT INTO `marker` VALUES (3113,1901,NULL,2,1903,623,'Great Flameblade','',110.63671875,-134.7265625,0,0,0,'2017-03-14 17:33:18'); -INSERT INTO `marker` VALUES (3114,1901,NULL,2,1903,623,'Knight Sword','',124.01953125,-121.66796875,0,0,0,'2017-03-14 17:33:48'); -INSERT INTO `marker` VALUES (3115,1901,NULL,2,1905,623,'Knight Shield','',124.01953125,-121.65234375,0,0,0,'2017-03-14 17:34:01'); -INSERT INTO `marker` VALUES (3116,1901,NULL,2,1903,623,'Great Flameblade','',152.8203125,-70.86328125,0,0,0,'2017-03-14 17:34:29'); -INSERT INTO `marker` VALUES (3117,1901,NULL,2,1933,623,'Black Hinox','',172.9140625,-72.625,0,0,0,'2017-03-14 17:35:33'); -INSERT INTO `marker` VALUES (3118,1901,NULL,2,1930,623,'White Lynel','',198,-139.9140625,0,0,0,'2017-03-14 17:36:21'); -INSERT INTO `marker` VALUES (3119,1901,NULL,2,1933,623,'Hinox','',177.859375,-174.71875,0,0,0,'2017-03-14 17:36:49'); -INSERT INTO `marker` VALUES (3120,1901,NULL,2,1926,626,'Divine Beast Vah Medoh','',71.421875,-99.96875,0,0,0,'2017-03-14 17:54:50'); -INSERT INTO `marker` VALUES (3121,1901,NULL,2,1910,628,'Season Pass Chest','Fire Arrows',104.7265625,-158.6171875,0,0,0,'2017-03-14 18:12:18'); -INSERT INTO `marker` VALUES (3122,1901,NULL,2,1925,630,'','',174.9609375,-182.29296875,0,0,0,'2017-03-14 18:18:58'); -INSERT INTO `marker` VALUES (3123,1901,NULL,2,1933,630,'','',170.0546875,-174.35546875,0,0,0,'2017-03-14 18:24:26'); -INSERT INTO `marker` VALUES (3124,1901,NULL,2,1910,628,'Chest ','Behind the Wood\r\nBomb Arrows',113.6640625,-162.640625,0,0,0,'2017-03-14 18:25:26'); -INSERT INTO `marker` VALUES (3125,1901,NULL,2,1906,631,'Well-Worn Trousers','',111.1171875,-157.0078125,0,1,0,'2017-03-14 18:27:59'); -INSERT INTO `marker` VALUES (3126,1901,NULL,2,1906,631,'Old Shirt','',111.03125,-156.78125,0,0,0,'2017-03-14 18:28:19'); -INSERT INTO `marker` VALUES (3127,1901,NULL,2,1934,632,'Mmemory','',179.640625,-120.5703125,0,0,0,'2017-03-14 18:29:02'); -INSERT INTO `marker` VALUES (3128,1901,NULL,2,1904,631,'Sheika Bow','',154.8984375,-143.578125,0,0,0,'2017-03-14 18:29:15'); -INSERT INTO `marker` VALUES (3133,1901,NULL,2,1926,631,'Divine Beast Vah Norbis','',95.125,-169.28125,0,0,0,'2017-03-14 18:32:46'); -INSERT INTO `marker` VALUES (3134,1901,NULL,2,1901,631,'Old Man (Paraglider)','',115.453125,-157.90625,0,0,0,'2017-03-14 18:34:01'); -INSERT INTO `marker` VALUES (3135,1901,NULL,2,1933,630,'','',179.13671875,-181.30859375,0,0,0,'2017-03-14 18:35:34'); -INSERT INTO `marker` VALUES (3136,1901,NULL,2,1915,630,'','',179.40625,-179.69921875,0,0,0,'2017-03-14 18:37:46'); -INSERT INTO `marker` VALUES (3137,1901,NULL,2,1933,579,'Blue Hinox','',183.19140625,-133.76953125,0,0,0,'2017-03-14 18:43:05'); -INSERT INTO `marker` VALUES (3138,1901,NULL,2,1931,579,'Lezarfos Camp','',184.609375,-133.0625,0,0,0,'2017-03-14 18:44:07'); -INSERT INTO `marker` VALUES (3139,1901,NULL,2,1935,599,'Leviathan Bones','',103.7734375,-100.0078125,0,0,0,'2017-03-14 18:57:34'); -INSERT INTO `marker` VALUES (3140,1901,NULL,2,1925,638,'Done','',123.1875,-168.4375,0,0,0,'2017-03-14 18:58:33'); -INSERT INTO `marker` VALUES (3141,1901,NULL,2,1906,631,'Cloak of the Hero','',155.98828125,-143.359375,0,0,0,'2017-03-14 19:03:12'); -INSERT INTO `marker` VALUES (3142,1901,NULL,2,1933,553,'Lynel','',113.625,-102.375,0,0,0,'2017-03-14 19:03:24'); -INSERT INTO `marker` VALUES (3143,1901,NULL,2,1933,599,'Stone Talus','',93.8671875,-103.3671875,0,0,0,'2017-03-14 19:04:00'); -INSERT INTO `marker` VALUES (3144,1901,NULL,2,1906,639,'Sheika Stealth Armor','',156.953125,-143.26953125,0,1,0,'2017-03-14 19:04:04'); -INSERT INTO `marker` VALUES (3145,1901,NULL,2,1930,631,'Yiga Footsoldier','',156.421875,-150.171875,0,0,0,'2017-03-14 19:05:27'); -INSERT INTO `marker` VALUES (3146,1901,NULL,2,1933,639,'Blue Hinox','',198.51171875,-185.9296875,0,0,0,'2017-03-14 19:05:50'); -INSERT INTO `marker` VALUES (3147,1901,NULL,2,1933,553,'Hinox','',165.9375,-171.625,0,0,0,'2017-03-14 19:06:38'); -INSERT INTO `marker` VALUES (3148,1901,NULL,2,1933,553,'Hinox','',165.9375,-171.625,0,0,0,'2017-03-14 19:06:39'); -INSERT INTO `marker` VALUES (3149,1901,NULL,2,1933,553,'Hinox','',171.328125,-170.40625,0,0,0,'2017-03-14 19:07:02'); -INSERT INTO `marker` VALUES (3150,1901,NULL,2,1933,553,'Hinox','',171.328125,-170.40625,0,0,0,'2017-03-14 19:07:02'); -INSERT INTO `marker` VALUES (3151,1901,NULL,2,1933,553,'Hinox','',170.203125,-174.296875,0,0,0,'2017-03-14 19:07:24'); -INSERT INTO `marker` VALUES (3152,1901,NULL,2,1936,599,'Chest with Ice Arrows x5','',92.515625,-100.921875,0,0,0,'2017-03-14 19:07:43'); -INSERT INTO `marker` VALUES (3154,1901,NULL,2,1916,641,'Found','',138.0546875,-155.5,0,0,0,'2017-03-14 19:20:35'); -INSERT INTO `marker` VALUES (3155,1901,NULL,2,1933,553,'Stalnox','',160.40625,-181.6875,0,0,0,'2017-03-14 19:29:31'); -INSERT INTO `marker` VALUES (3156,1901,NULL,2,1936,553,'Chest','50 rupees',157.2265625,-178.5,0,0,0,'2017-03-14 19:35:06'); -INSERT INTO `marker` VALUES (3157,1901,NULL,2,1901,169,'Ancient Furnace','Robbie's Research Furnace Light Source',192.92578125,-78.52734375,0,0,0,'2017-03-14 19:44:13'); -INSERT INTO `marker` VALUES (3158,1901,NULL,2,1930,640,'White Lynel','',106.578125,-72.65625,0,0,0,'2017-03-14 19:46:56'); -INSERT INTO `marker` VALUES (3159,1901,NULL,2,1930,640,'White Lynel','',104.65625,-73.1640625,0,0,0,'2017-03-14 19:47:16'); -INSERT INTO `marker` VALUES (3160,1901,NULL,2,1930,640,'Lynel','',110.0625,-147.71875,0,0,0,'2017-03-14 19:47:36'); -INSERT INTO `marker` VALUES (3161,1901,NULL,2,1930,640,'Lynel','',188.25,-119.046875,0,0,0,'2017-03-14 19:48:08'); -INSERT INTO `marker` VALUES (3162,1901,NULL,2,1930,640,'Lynel','',114.75,-178.03125,0,0,0,'2017-03-14 19:48:59'); -INSERT INTO `marker` VALUES (3163,1901,NULL,2,1930,640,'Lynel','',115.71875,-183.5,0,0,0,'2017-03-14 19:49:16'); -INSERT INTO `marker` VALUES (3164,1901,NULL,2,1916,646,'feito','',110.3125,-157.9765625,0,0,0,'2017-03-14 20:05:02'); -INSERT INTO `marker` VALUES (3165,1901,NULL,2,1933,579,'Hinox','',166.6640625,-126.1015625,0,0,0,'2017-03-14 20:14:05'); -INSERT INTO `marker` VALUES (3166,1901,NULL,2,1926,631,'Yiga Clan Lair','',69.765625,-150.03125,0,0,0,'2017-03-14 20:15:55'); -INSERT INTO `marker` VALUES (3167,1901,NULL,2,1930,631,'Moblin','',168.78125,-161.625,0,0,0,'2017-03-14 20:27:22'); -INSERT INTO `marker` VALUES (3168,1901,NULL,2,1914,631,'Sunshroom','',187.08203125,-161.46875,0,0,0,'2017-03-14 20:29:00'); -INSERT INTO `marker` VALUES (3169,1901,NULL,2,1933,648,'Skeleton Boss','',93.2109375,-137.140625,0,0,0,'2017-03-14 20:32:25'); -INSERT INTO `marker` VALUES (3170,1901,NULL,2,1906,631,'Warm Doublet','Received from Old Man, or in a chest.',115.64453125,-163.140625,0,0,0,'2017-03-14 20:32:58'); -INSERT INTO `marker` VALUES (3171,1901,NULL,2,1903,648,'Golden Claymore','',93.2265625,-137.125,0,0,0,'2017-03-14 20:33:45'); -INSERT INTO `marker` VALUES (3172,1901,NULL,2,1904,631,'Soldiers Bow','',115.2890625,-158.71484375,0,0,0,'2017-03-14 20:34:03'); -INSERT INTO `marker` VALUES (3173,1901,NULL,2,1930,631,'Bokoblin','',115.33984375,-158.53125,0,0,0,'2017-03-14 20:34:25'); -INSERT INTO `marker` VALUES (3174,1901,NULL,2,1931,631,'Bokoblin Camp','',113.1640625,-158.484375,0,0,0,'2017-03-14 20:35:27'); -INSERT INTO `marker` VALUES (3175,1901,NULL,2,1931,631,'Bokoblin Camp','',110.0078125,-162.5234375,0,0,0,'2017-03-14 20:36:24'); -INSERT INTO `marker` VALUES (3176,1901,NULL,2,1905,648,'Knight's Shield','',99.9375,-115.86328125,0,0,0,'2017-03-14 20:37:50'); -INSERT INTO `marker` VALUES (3177,1901,NULL,2,1906,631,'Hylian Trousers','',116.43359375,-157.09765625,0,0,0,'2017-03-14 20:38:36'); -INSERT INTO `marker` VALUES (3178,1901,NULL,2,1931,631,'Bokoblin Camp','',118.21484375,-158.01171875,0,0,0,'2017-03-14 20:39:09'); -INSERT INTO `marker` VALUES (3179,1901,NULL,2,1936,631,'Cracked Wall','',112.96484375,-164.64453125,0,0,0,'2017-03-14 20:40:18'); -INSERT INTO `marker` VALUES (3180,1901,NULL,2,1930,631,'Bokoblin','',113.234375,-164.83203125,0,0,0,'2017-03-14 20:40:43'); -INSERT INTO `marker` VALUES (3181,1901,NULL,2,1930,631,'Bokoblin','',113.40625,-164.78515625,0,0,0,'2017-03-14 20:40:56'); -INSERT INTO `marker` VALUES (3182,1901,NULL,2,1931,631,'Bokoblin Camp','',101.99609375,-162.2578125,0,0,0,'2017-03-14 20:42:17'); -INSERT INTO `marker` VALUES (3183,1901,NULL,2,1904,631,'Ice Arrows X 5','',102.01171875,-162.234375,0,0,0,'2017-03-14 20:42:55'); -INSERT INTO `marker` VALUES (3184,1901,NULL,2,1933,648,'Lynel','',83.48828125,-123.43359375,0,0,0,'2017-03-14 20:50:42'); -INSERT INTO `marker` VALUES (3185,1901,NULL,2,1926,513,'Divine Beast','Divine Beast',167.6875,-87.4375,0,0,0,'2017-03-14 20:57:07'); -INSERT INTO `marker` VALUES (3186,1901,NULL,2,1926,513,'Divine Beast','',71.5625,-98.875,0,0,0,'2017-03-14 20:57:35'); -INSERT INTO `marker` VALUES (3187,1901,NULL,2,1934,631,'Mount Lanayru: East Gate','',176.96875,-145.75,0,0,0,'2017-03-14 21:00:47'); -INSERT INTO `marker` VALUES (3188,1901,NULL,2,1930,631,'Lizalfoss','',169.9765625,-145.2578125,0,0,0,'2017-03-14 21:01:39'); -INSERT INTO `marker` VALUES (3189,1901,NULL,2,1902,662,'Sword','',99.046875,-122.796875,0,1,0,'2017-03-14 21:16:08'); -INSERT INTO `marker` VALUES (3190,1901,NULL,2,1926,660,'Divine Beast Vah Rudania','',170.015625,-86.46875,0,0,0,'2017-03-14 21:22:08'); -INSERT INTO `marker` VALUES (3191,1901,NULL,2,1933,513,'Hinox','',171.25,-170.375,0,0,0,'2017-03-14 21:39:59'); -INSERT INTO `marker` VALUES (3192,1901,NULL,2,1933,513,'Hinox','',170.03125,-174.34375,0,0,0,'2017-03-14 21:40:18'); -INSERT INTO `marker` VALUES (3193,1901,NULL,2,1901,513,'Hinox','',165.84375,-171.46875,0,0,0,'2017-03-14 21:40:33'); -INSERT INTO `marker` VALUES (3194,1901,NULL,2,1935,266,'Forgotten Recipe','',115.76953125,-163.23046875,0,0,0,'2017-03-14 21:41:07'); -INSERT INTO `marker` VALUES (3195,1901,NULL,2,1901,440,'Spring of Wisdom','',189.1875,-148.796875,0,0,0,'2017-03-14 21:41:49'); -INSERT INTO `marker` VALUES (3196,1901,NULL,2,1933,553,'Blue Hinox','',144.2109375,-182.4609375,0,0,0,'2017-03-14 21:45:59'); -INSERT INTO `marker` VALUES (3197,1901,NULL,2,1933,553,'Hinox','',178.03125,-174.8359375,0,0,0,'2017-03-14 21:59:40'); -INSERT INTO `marker` VALUES (3198,1901,NULL,2,1901,631,'Sand-Seal Races','',68.8125,-176.7265625,0,0,0,'2017-03-14 22:02:31'); -INSERT INTO `marker` VALUES (3199,1901,NULL,2,1903,631,'Travelers Sword','',137.140625,-136.93359375,0,0,0,'2017-03-14 22:04:06'); -INSERT INTO `marker` VALUES (3200,1901,NULL,2,1903,631,'Travelers Spear','',137.17578125,-136.93359375,0,0,0,'2017-03-14 22:04:23'); -INSERT INTO `marker` VALUES (3201,1901,NULL,2,1903,631,'Travelers Sword','',137.1328125,-136.84375,0,0,0,'2017-03-14 22:04:38'); -INSERT INTO `marker` VALUES (3202,1901,NULL,2,1933,631,'Farosh','',123.046875,-164.625,0,0,0,'2017-03-14 22:07:32'); -INSERT INTO `marker` VALUES (3203,1901,NULL,2,1935,631,'Bird-Man Challenge','',100.59375,-115.94140625,0,0,0,'2017-03-14 22:10:09'); -INSERT INTO `marker` VALUES (3204,1901,NULL,2,1933,553,'Stone Talus','',139.125,-151,0,0,0,'2017-03-14 22:33:50'); -INSERT INTO `marker` VALUES (3205,1901,NULL,2,1935,631,'An Ice Guy','',77.40625,-168.21875,0,0,0,'2017-03-14 22:56:28'); -INSERT INTO `marker` VALUES (3206,1901,NULL,2,1933,553,'Stone Talus','',133.6875,-158,0,0,0,'2017-03-14 23:25:18'); -INSERT INTO `marker` VALUES (3207,1901,NULL,2,1933,553,'Stone Talus','',139.375,-150.9375,0,0,0,'2017-03-14 23:25:47'); -INSERT INTO `marker` VALUES (3208,1901,NULL,2,1903,671,'Great Flameblade','',110.64453125,-134.75390625,0,0,0,'2017-03-14 23:48:26'); -INSERT INTO `marker` VALUES (3209,1901,NULL,2,1903,671,'Great Thunderblade','',68.18359375,-107.31640625,0,0,0,'2017-03-14 23:52:28'); -INSERT INTO `marker` VALUES (3210,1901,NULL,2,1933,553,'Black Hinox','',179.71875,-108.65625,0,0,0,'2017-03-15 00:37:21'); -INSERT INTO `marker` VALUES (3211,1901,NULL,2,1931,178,'','bad very bad',51.9453125,-183.578125,0,0,0,'2017-03-15 00:42:56'); -INSERT INTO `marker` VALUES (3212,1901,NULL,2,1931,178,'','bad very bad',55.4609375,-188.4609375,0,0,0,'2017-03-15 00:43:19'); -INSERT INTO `marker` VALUES (3214,1901,NULL,2,1930,675,'Blue Hinox','',173.78125,-123.3828125,0,0,0,'2017-03-15 01:17:07'); -INSERT INTO `marker` VALUES (3215,1901,NULL,2,1933,675,'Lynel','',115.71875,-184.2109375,0,0,0,'2017-03-15 01:18:12'); -INSERT INTO `marker` VALUES (3216,1901,NULL,2,1931,178,'lizolfos','5 lizolfos and one black lizolfo',196.140625,-118.1796875,0,0,0,'2017-03-15 01:42:08'); -INSERT INTO `marker` VALUES (3217,1901,NULL,2,1903,676,'OK','',140.65625,-154.5625,0,0,0,'2017-03-15 01:43:06'); -INSERT INTO `marker` VALUES (3218,1901,NULL,2,1916,682,'D','Done\r\n',144.375,-155.8359375,0,0,0,'2017-03-15 02:26:47'); -INSERT INTO `marker` VALUES (3219,1901,NULL,2,1901,689,'Eldin Great Skeleton','',152.76953125,-70.828125,0,0,0,'2017-03-15 03:05:18'); -INSERT INTO `marker` VALUES (3220,1901,NULL,2,1916,690,'','Follow the Flower Start Point',59.55859375,-140.24609375,0,0,0,'2017-03-15 03:11:33'); -INSERT INTO `marker` VALUES (3221,1901,NULL,2,1916,690,'Race to the Finish','',61.19921875,-137.5390625,0,0,0,'2017-03-15 03:17:13'); -INSERT INTO `marker` VALUES (3222,1901,NULL,2,1933,693,'Lynel','Silver',96.1875,-71,0,0,0,'2017-03-15 03:54:14'); -INSERT INTO `marker` VALUES (3223,1901,NULL,2,1933,693,'Lynel','Silver',101.25,-69.75,0,0,0,'2017-03-15 03:54:44'); -INSERT INTO `marker` VALUES (3224,1901,NULL,2,1933,693,'Lynel','Silver',105.625,-72.375,0,0,0,'2017-03-15 03:55:11'); -INSERT INTO `marker` VALUES (3225,1901,NULL,2,1933,553,'Igneo Talus','',165.109375,-96.7421875,0,0,0,'2017-03-15 03:55:59'); -INSERT INTO `marker` VALUES (3226,1901,NULL,2,1901,693,'Giant Horse','',109,-169.75,0,0,0,'2017-03-15 03:56:16'); -INSERT INTO `marker` VALUES (3227,1901,NULL,2,1933,694,'Stone Talus','',125.203125,-155.609375,0,0,0,'2017-03-15 03:58:00'); -INSERT INTO `marker` VALUES (3228,1901,NULL,2,1933,553,'Igneo Talus','',161.4375,-94.0234375,0,0,0,'2017-03-15 03:58:50'); -INSERT INTO `marker` VALUES (3229,1901,NULL,2,1933,553,'Igneo Talus','',161.453125,-81,0,0,0,'2017-03-15 04:10:30'); -INSERT INTO `marker` VALUES (3230,1901,NULL,2,1933,553,'Igneo Talus','',161.453125,-81,0,0,0,'2017-03-15 04:10:30'); -INSERT INTO `marker` VALUES (3231,1901,NULL,2,1934,695,'Father and Daughter','',122.40625,-112.4765625,0,1,0,'2017-03-15 04:12:57'); -INSERT INTO `marker` VALUES (3232,1901,NULL,2,1933,553,'Igneo Talus','',155.953125,-100.515625,0,0,0,'2017-03-15 04:26:26'); -INSERT INTO `marker` VALUES (3233,1901,NULL,2,1933,690,'Igneo Talus','',161.46875,-94.0703125,0,0,0,'2017-03-15 04:41:05'); -INSERT INTO `marker` VALUES (3234,1901,NULL,2,1933,553,'Stone Talus','',150.859375,-148.75,0,0,0,'2017-03-15 04:59:59'); -INSERT INTO `marker` VALUES (3235,1901,NULL,2,1901,702,'Spring of Wisdom','',189.234375,-148.890625,0,0,0,'2017-03-15 05:04:17'); -INSERT INTO `marker` VALUES (3238,1901,NULL,2,1933,705,'Silver Lynel','',101.203125,-72.375,0,0,0,'2017-03-15 06:03:11'); -INSERT INTO `marker` VALUES (3239,1901,NULL,2,1933,706,'Hinox','',177.96875,-174.62109375,0,0,0,'2017-03-15 06:27:12'); -INSERT INTO `marker` VALUES (3240,1901,NULL,2,1933,706,'Hinox','Hinox',178,-174.6484375,0,0,0,'2017-03-15 06:28:17'); -INSERT INTO `marker` VALUES (3242,1901,NULL,2,1933,709,'Lynel','',197.890625,-140.265625,0,0,0,'2017-03-15 07:00:19'); -INSERT INTO `marker` VALUES (3243,1901,NULL,2,1933,709,'Lynel','',197.890625,-140.265625,0,0,0,'2017-03-15 07:00:23'); -INSERT INTO `marker` VALUES (3244,1901,NULL,2,1933,709,'Hinox','',197.484375,-133.609375,0,0,0,'2017-03-15 07:00:44'); -INSERT INTO `marker` VALUES (3245,1901,NULL,2,1933,709,'Lynel','',102.78125,-70.71875,0,0,0,'2017-03-15 07:01:28'); -INSERT INTO `marker` VALUES (3246,1901,NULL,2,1933,709,'Igneo Talus','',161.40625,-94.0625,0,0,0,'2017-03-15 07:02:26'); -INSERT INTO `marker` VALUES (3247,1901,NULL,2,1933,709,'Hinox','',159.484375,-129.953125,0,0,0,'2017-03-15 07:03:25'); -INSERT INTO `marker` VALUES (3248,1901,NULL,2,1933,709,'Red Lynel','',188.53125,-119.28125,0,0,0,'2017-03-15 07:04:01'); -INSERT INTO `marker` VALUES (3249,1901,NULL,2,1933,709,'Hinox','',179.328125,-107.953125,0,0,0,'2017-03-15 07:04:22'); -INSERT INTO `marker` VALUES (3250,1901,NULL,2,1933,709,'Molduga','',69.28125,-185.265625,0,0,0,'2017-03-15 07:05:18'); -INSERT INTO `marker` VALUES (3251,1901,NULL,2,1933,709,'Lynel','',186.03125,-74.46875,0,0,0,'2017-03-15 07:06:34'); -INSERT INTO `marker` VALUES (3252,1901,NULL,2,1934,717,'Zelda Study Memory','',122.015625,-112.453125,0,0,0,'2017-03-15 08:28:25'); -INSERT INTO `marker` VALUES (3253,1901,NULL,2,1901,719,'Lynel','A lynel, you meet it in the zora main quest',188.78125,-118.40625,0,0,0,'2017-03-15 08:57:28'); -INSERT INTO `marker` VALUES (3254,1901,NULL,2,1916,721,'done','',104.609375,-156.515625,0,0,0,'2017-03-15 09:12:27'); -INSERT INTO `marker` VALUES (3255,1901,NULL,2,1901,711,'??','',52.1875,-179.03125,0,0,0,'2017-03-15 10:06:40'); -INSERT INTO `marker` VALUES (3256,1901,NULL,2,1934,728,'Un poder que no despierta #13','Zelda lleva a cabo un ritual sagrado en la Fuente del Poder para tratar de despertar su poder. Tras diez años intentandolo, se siente avergonzada por no haber logrado resultados. Muy afectada, se pregunta si hay algo que no funciona en su interior.',186.74609375,-86.16015625,0,0,0,'2017-03-15 11:15:47'); -INSERT INTO `marker` VALUES (3257,1901,NULL,2,1933,728,'Lynel','',101.6640625,-71.7109375,0,0,0,'2017-03-15 11:28:35'); -INSERT INTO `marker` VALUES (3258,1901,NULL,2,1933,728,'Lynel','',114.703125,-178,0,0,0,'2017-03-15 11:29:52'); -INSERT INTO `marker` VALUES (3259,1901,NULL,2,1933,728,'Lynel','',115.734375,-184.265625,0,0,0,'2017-03-15 11:30:10'); -INSERT INTO `marker` VALUES (3260,1901,NULL,2,1933,728,'Hinox','',171.2578125,-170.3984375,0,0,0,'2017-03-15 11:30:56'); -INSERT INTO `marker` VALUES (3261,1901,NULL,2,1933,728,'Blue Hinox','',170.1015625,-174.3125,0,0,0,'2017-03-15 11:31:09'); -INSERT INTO `marker` VALUES (3262,1901,NULL,2,1933,728,'Black Hinox','',165.8515625,-171.4453125,0,0,0,'2017-03-15 11:31:51'); -INSERT INTO `marker` VALUES (3263,1901,NULL,2,1916,730,'asdasd','asdasd',59.234375,-69.0390625,0,0,0,'2017-03-15 11:41:44'); -INSERT INTO `marker` VALUES (3264,1901,NULL,2,1901,730,'123','123',59.21875,-69.0390625,0,0,0,'2017-03-15 11:41:57'); -INSERT INTO `marker` VALUES (3265,1901,NULL,2,1901,730,'','',65.15625,-69.21875,0,0,0,'2017-03-15 11:55:09'); -INSERT INTO `marker` VALUES (3266,1901,NULL,2,1933,741,'Black Hinox','',57.015625,-86.15625,0,0,0,'2017-03-15 13:15:46'); -INSERT INTO `marker` VALUES (3267,1901,NULL,2,1933,741,'Lynel','',57.53125,-90.1875,0,0,0,'2017-03-15 13:16:35'); -INSERT INTO `marker` VALUES (3268,1901,NULL,2,1933,741,'Frost Talus','',70.03125,-91.4140625,0,0,0,'2017-03-15 13:18:27'); -INSERT INTO `marker` VALUES (3269,1901,NULL,2,1933,741,'Frost Talus','',80.109375,-82.9375,0,0,0,'2017-03-15 13:21:41'); -INSERT INTO `marker` VALUES (3270,1901,NULL,2,1933,741,'Frost Talus','',94.453125,-79.765625,0,0,0,'2017-03-15 13:22:12'); -INSERT INTO `marker` VALUES (3271,1901,NULL,2,1933,741,'Lynel','',96.5,-71.125,0,0,0,'2017-03-15 13:22:31'); -INSERT INTO `marker` VALUES (3272,1901,NULL,2,1933,741,'Lynel','',101.21875,-72.890625,0,0,0,'2017-03-15 13:22:59'); -INSERT INTO `marker` VALUES (3273,1901,NULL,2,1933,741,'Lynel','',107.734375,-72.359375,0,0,0,'2017-03-15 13:23:16'); -INSERT INTO `marker` VALUES (3275,1901,NULL,2,1901,744,'Akkala Tech Lab','',198.5625,-78.5390625,0,0,0,'2017-03-15 13:51:14'); -INSERT INTO `marker` VALUES (3276,1901,NULL,2,1934,728,'Padre e hija #12','Zelda supervisa con orgullo los experimentos que se llevan a cabo en el castillo de Hyrule ocn los guardianes. El rey de hyrule aparece y la expresion de la princesa cambia por completo. Se ve obligada a callar mientras su padre la instiga a que despierte su poder.',122.33203125,-112.4453125,0,0,0,'2017-03-15 13:52:47'); -INSERT INTO `marker` VALUES (3277,1901,NULL,2,1901,749,'','',114.625,-72.5,0,0,0,'2017-03-15 14:49:37'); -INSERT INTO `marker` VALUES (3278,1901,NULL,2,1901,738,'complete','',129.375,-117.9375,0,0,0,'2017-03-15 15:05:09'); -INSERT INTO `marker` VALUES (3279,1901,NULL,2,1930,747,'Hinox','',168.90625,-124.2421875,0,0,0,'2017-03-15 15:31:11'); -INSERT INTO `marker` VALUES (3280,1901,NULL,2,1930,747,'Hinox','',173.12109375,-123.31640625,0,0,0,'2017-03-15 15:33:32'); -INSERT INTO `marker` VALUES (3281,1901,NULL,2,1933,760,'White Lynel','One of two White Lynel in the Wild.',100.15625,-71.15625,0,1,0,'2017-03-15 16:16:34'); -INSERT INTO `marker` VALUES (3282,1901,NULL,2,1933,760,'Blue Hinox','Blue Hinox sleeping by logs',116.296875,-108.453125,0,0,0,'2017-03-15 16:24:08'); -INSERT INTO `marker` VALUES (3283,1901,NULL,2,1901,763,'Done','',200.78125,-72.359375,0,0,0,'2017-03-15 17:10:39'); -INSERT INTO `marker` VALUES (3284,1901,NULL,2,1933,762,'Red Maned Lynel','',114.015625,-177.03125,0,0,0,'2017-03-15 17:14:26'); -INSERT INTO `marker` VALUES (3285,1901,NULL,2,1903,652,'Master Sword','',134.640625,-94.296875,0,0,0,'2017-03-15 17:15:13'); -INSERT INTO `marker` VALUES (3286,1901,NULL,2,1933,762,'Red Maned Lynel','',115.5625,-182.53125,0,0,0,'2017-03-15 17:15:16'); -INSERT INTO `marker` VALUES (3287,1901,NULL,2,1930,762,'Bokoblin Chiefs','',121.65625,-187.2109375,0,0,0,'2017-03-15 17:17:54'); -INSERT INTO `marker` VALUES (3288,1901,NULL,2,1905,652,'Hylian Shield','',121.296875,-111.3359375,0,0,0,'2017-03-15 17:19:08'); -INSERT INTO `marker` VALUES (3289,1901,NULL,2,1913,762,'Swift Violets','',153.5546875,-157.515625,0,0,0,'2017-03-15 17:21:03'); -INSERT INTO `marker` VALUES (3290,1901,NULL,2,1935,762,'Hunt for the Giant Horse','',124.9375,-182.6796875,0,0,0,'2017-03-15 17:35:31'); -INSERT INTO `marker` VALUES (3291,1901,NULL,2,1935,762,'','',124.640625,-182.6171875,0,0,0,'2017-03-15 17:40:04'); -INSERT INTO `marker` VALUES (3292,1901,NULL,2,1906,770,'Zora Helm','',182.1953125,-114.125,0,0,0,'2017-03-15 17:43:34'); -INSERT INTO `marker` VALUES (3293,1901,NULL,2,1933,770,'White Lynel','',121.40625,-80,0,0,0,'2017-03-15 17:48:00'); -INSERT INTO `marker` VALUES (3294,1901,NULL,2,1933,770,'Frost Talus','',79.9453125,-82.40625,0,0,0,'2017-03-15 17:51:43'); -INSERT INTO `marker` VALUES (3295,1901,NULL,2,1933,770,'Lynel','',82.75,-123.671875,0,0,0,'2017-03-15 17:54:26'); -INSERT INTO `marker` VALUES (3296,1901,NULL,2,1933,770,'Lynel','',66.09375,-141.96875,0,0,0,'2017-03-15 17:54:59'); -INSERT INTO `marker` VALUES (3297,1901,NULL,2,1933,770,'Lynel','',115.8125,-185.2890625,0,0,0,'2017-03-15 17:55:45'); -INSERT INTO `marker` VALUES (3298,1901,NULL,2,1933,770,'Lynel','',114.6328125,-177.734375,0,0,0,'2017-03-15 17:56:06'); -INSERT INTO `marker` VALUES (3299,1901,NULL,2,1933,770,'Stone Talus','',179.1875,-181.34375,0,0,0,'2017-03-15 18:00:05'); -INSERT INTO `marker` VALUES (3300,1901,NULL,2,1930,775,'Stalnox','',93.2578125,-137.125,0,0,0,'2017-03-15 18:36:08'); -INSERT INTO `marker` VALUES (3301,1901,NULL,2,1915,775,'Apple farm','',97.5703125,-133.3125,0,0,0,'2017-03-15 18:38:34'); -INSERT INTO `marker` VALUES (3302,1901,NULL,2,1933,770,'Igneo Talus','',161.53125,-80.921875,0,0,0,'2017-03-15 18:57:51'); -INSERT INTO `marker` VALUES (3303,1901,NULL,2,1933,770,'Igneo Talus','',161.40625,-93.96875,0,0,0,'2017-03-15 18:58:32'); -INSERT INTO `marker` VALUES (3304,1901,NULL,2,1936,747,'100 rupee chest','',176.6953125,-130.20703125,0,0,0,'2017-03-15 19:09:22'); -INSERT INTO `marker` VALUES (3305,1901,NULL,2,1903,780,'Iron Sledgehammer','Hammer by buyable house',179.91796875,-163.65625,0,0,0,'2017-03-15 19:10:55'); -INSERT INTO `marker` VALUES (3306,1901,NULL,2,1903,780,'Iron Sledgehammer','',154.58203125,-89.0234375,0,0,0,'2017-03-15 19:15:05'); -INSERT INTO `marker` VALUES (3307,1901,NULL,2,1903,780,'Iron Sledgehammer','',153.3203125,-90.703125,0,0,0,'2017-03-15 19:16:20'); -INSERT INTO `marker` VALUES (3308,1901,NULL,2,1903,780,'Cobble Crusher','',154.546875,-90.546875,0,0,0,'2017-03-15 19:18:31'); -INSERT INTO `marker` VALUES (3309,1901,NULL,2,1934,169,'Memory #13','',186.76171875,-86.16015625,0,0,0,'2017-03-15 19:19:01'); -INSERT INTO `marker` VALUES (3310,1901,NULL,2,1933,169,'Stone Talus','',179.1875,-181.328125,0,0,0,'2017-03-15 19:38:03'); -INSERT INTO `marker` VALUES (3311,1901,NULL,2,1903,762,'1 Rusty Broadsword','',154.46484375,-159.5546875,0,0,0,'2017-03-15 19:47:43'); -INSERT INTO `marker` VALUES (3312,1901,NULL,2,1905,762,'Rusty Shield','',154.51171875,-159.48828125,0,0,0,'2017-03-15 19:48:12'); -INSERT INTO `marker` VALUES (3313,1901,NULL,2,1910,735,'Durian','',149.3828125,-178.359375,0,0,0,'2017-03-15 19:52:24'); -INSERT INTO `marker` VALUES (3314,1901,NULL,2,1933,784,'Stone Talus','',79.40625,-127.875,0,0,0,'2017-03-15 19:58:56'); -INSERT INTO `marker` VALUES (3315,1901,NULL,2,1933,784,'Ignus Talus','',156.1796875,-100.875,0,0,0,'2017-03-15 19:59:51'); -INSERT INTO `marker` VALUES (3316,1901,NULL,2,1933,784,'Lynel','',83.796875,-118.171875,0,0,0,'2017-03-15 20:00:47'); -INSERT INTO `marker` VALUES (3317,1901,NULL,2,1903,786,'Great Flameblade','',152.78125,-70.84375,0,0,0,'2017-03-15 20:07:18'); -INSERT INTO `marker` VALUES (3318,1901,NULL,2,1903,786,'Zora Spear','',172.47265625,-125.890625,0,0,0,'2017-03-15 20:08:25'); -INSERT INTO `marker` VALUES (3319,1901,NULL,2,1903,786,'Blizzard Rod','',103.6953125,-186.46875,0,0,0,'2017-03-15 20:09:17'); -INSERT INTO `marker` VALUES (3320,1901,NULL,2,1933,700,'Ignus','Ignus\r\n',161.41796875,-80.89453125,0,0,0,'2017-03-15 20:12:34'); -INSERT INTO `marker` VALUES (3321,1901,NULL,2,1933,786,'Stone Talus','',77.1171875,-111.2734375,0,0,0,'2017-03-15 20:13:47'); -INSERT INTO `marker` VALUES (3322,1901,NULL,2,1933,786,'Stone Talus','',79.109375,-129.09375,0,0,0,'2017-03-15 20:14:30'); -INSERT INTO `marker` VALUES (3323,1901,NULL,2,1933,786,'Stone Talus','',92.5546875,-158.81640625,0,0,0,'2017-03-15 20:15:10'); -INSERT INTO `marker` VALUES (3324,1901,NULL,2,1933,788,'Lynel','',187.375,-121.25,0,0,0,'2017-03-15 20:19:14'); -INSERT INTO `marker` VALUES (3325,1901,NULL,2,1926,788,'Divine Beast - Vah Naboris','',58.5,-182.125,0,0,0,'2017-03-15 20:21:54'); -INSERT INTO `marker` VALUES (3326,1901,NULL,2,1903,788,'Master Sword','',135.171875,-93.734375,0,0,0,'2017-03-15 20:22:41'); -INSERT INTO `marker` VALUES (3327,1901,NULL,2,1933,793,'Hinox','',173.5,-72.25,0,1,0,'2017-03-15 20:49:51'); -INSERT INTO `marker` VALUES (3328,1901,NULL,2,1933,793,'Lynel','',147.1875,-69.1875,0,1,0,'2017-03-15 20:50:24'); -INSERT INTO `marker` VALUES (3329,1901,NULL,2,1901,795,'Done','',129,-153.625,0,1,0,'2017-03-15 21:17:23'); -INSERT INTO `marker` VALUES (3330,1901,NULL,2,1933,793,'Lynel','',131.28125,-70.8125,0,1,0,'2017-03-15 21:20:42'); -INSERT INTO `marker` VALUES (3331,1901,NULL,2,1933,793,'Lynel','',121.90625,-79.5,0,1,0,'2017-03-15 21:21:12'); -INSERT INTO `marker` VALUES (3332,1901,NULL,2,1933,793,'Igneo Talus','',161.3046875,-93.9921875,0,1,0,'2017-03-15 21:21:49'); -INSERT INTO `marker` VALUES (3333,1901,NULL,2,1933,793,'Hinox','',173.7734375,-124.078125,0,1,0,'2017-03-15 21:22:32'); -INSERT INTO `marker` VALUES (3334,1901,NULL,2,1933,793,'Hinox','',182.96875,-133.734375,0,1,0,'2017-03-15 21:23:11'); -INSERT INTO `marker` VALUES (3335,1901,NULL,2,1901,604,'Test','',52.62109375,-188.375,0,0,0,'2017-03-15 21:34:41'); -INSERT INTO `marker` VALUES (3337,1901,NULL,2,1933,747,'Hinox','',197.39453125,-133.55078125,0,0,0,'2017-03-15 22:41:27'); -INSERT INTO `marker` VALUES (3338,1901,NULL,2,1933,747,'Lynol','',197.8828125,-139.6953125,0,0,0,'2017-03-15 22:47:29'); -INSERT INTO `marker` VALUES (3339,1901,NULL,2,1933,802,'Stone Talus','',151.4375,-149.265625,0,0,0,'2017-03-15 22:56:32'); -INSERT INTO `marker` VALUES (3340,1901,NULL,2,1933,808,'Lynel','Lynel patrols here.',82.9375,-123.890625,0,0,0,'2017-03-15 23:31:58'); -INSERT INTO `marker` VALUES (3341,1901,NULL,2,1901,808,'Lord of the Mountain','Lord of the Mountain and a good number of Blupees spawn here at night time, but not every night.',92.4296875,-133.40625,0,0,0,'2017-03-15 23:37:37'); -INSERT INTO `marker` VALUES (3342,1901,NULL,2,1913,808,'Herb Garden','',98.73046875,-133.734375,0,0,0,'2017-03-15 23:38:05'); -INSERT INTO `marker` VALUES (3343,1901,NULL,2,1910,808,'Apple Orchard','At least twenty Apple Tree's here. Be careful in a lightning storm, a lot of metallic objects lying around.',97.54296875,-133.23828125,0,0,0,'2017-03-15 23:39:30'); -INSERT INTO `marker` VALUES (3344,1901,NULL,2,1916,810,'','',154.9609375,-88.0859375,0,0,0,'2017-03-16 00:15:15'); -INSERT INTO `marker` VALUES (3345,1901,NULL,2,1901,811,'','',201.1875,-69.1875,0,0,0,'2017-03-16 00:16:37'); -INSERT INTO `marker` VALUES (3346,1901,NULL,2,1916,810,'','',157.1640625,-90.5,0,0,0,'2017-03-16 00:25:10'); -INSERT INTO `marker` VALUES (3347,1901,NULL,2,1927,813,'Got it','Got it',138.96875,-134.84375,0,0,0,'2017-03-16 00:31:34'); -INSERT INTO `marker` VALUES (3348,1901,NULL,2,1901,815,'ok','',123.96875,-126.46875,0,0,0,'2017-03-16 00:40:53'); -INSERT INTO `marker` VALUES (3349,1901,NULL,2,1910,92,'Chest on Pillar','',127.40625,-155.171875,0,0,0,'2017-03-16 00:49:42'); -INSERT INTO `marker` VALUES (3350,1901,NULL,2,1904,92,'Chest with bows','',128.73828125,-152.33203125,0,0,0,'2017-03-16 01:08:21'); -INSERT INTO `marker` VALUES (3351,1901,NULL,2,1901,818,'','',203.0625,-76.1875,0,0,0,'2017-03-16 01:19:11'); -INSERT INTO `marker` VALUES (3352,1901,NULL,2,1933,818,'Molduga','',71.0625,-185.2265625,0,0,0,'2017-03-16 01:26:28'); -INSERT INTO `marker` VALUES (3353,1901,NULL,2,1933,818,'Molduga','',63.390625,-187.203125,0,0,0,'2017-03-16 01:27:03'); -INSERT INTO `marker` VALUES (3354,1901,NULL,2,1933,818,'Molduga','',56.4375,-177.46875,0,0,0,'2017-03-16 01:27:20'); -INSERT INTO `marker` VALUES (3355,1901,NULL,2,1933,818,'Molduga','',53.78125,-171.75,0,0,0,'2017-03-16 01:27:44'); -INSERT INTO `marker` VALUES (3356,1901,NULL,2,1934,822,'Slumbering Power (#9)','',186.52734375,-86.390625,0,1,0,'2017-03-16 03:04:49'); -INSERT INTO `marker` VALUES (3357,1901,NULL,2,1930,822,'Lynel','',185.484375,-82.234375,0,0,0,'2017-03-16 03:06:53'); -INSERT INTO `marker` VALUES (3358,1901,NULL,2,1903,828,'Great Thunderblade','',68.15234375,-107.31640625,0,0,0,'2017-03-16 03:51:40'); -INSERT INTO `marker` VALUES (3359,1901,NULL,2,1901,829,'Done','dONE',156.75,-141.921875,0,0,0,'2017-03-16 04:38:06'); -INSERT INTO `marker` VALUES (3363,1901,NULL,2,1936,833,'Cracked Walls had a treasure chest inside','',157.3671875,-155.796875,0,0,0,'2017-03-16 05:15:09'); -INSERT INTO `marker` VALUES (3365,1901,NULL,2,1910,833,'Treasure chest','Under the water',156.60546875,-151.62890625,0,0,0,'2017-03-16 05:17:07'); -INSERT INTO `marker` VALUES (3366,1901,NULL,2,1933,834,'Stone Talus','',133.9296875,-157.6015625,0,0,0,'2017-03-16 05:23:24'); -INSERT INTO `marker` VALUES (3367,1901,NULL,2,1916,835,'finished','',187.265625,-184.5625,0,0,0,'2017-03-16 05:50:12'); -INSERT INTO `marker` VALUES (3368,1901,NULL,2,1903,845,'Silver Longsword','Behind the Shrine.',179.9765625,-119.921875,0,1,0,'2017-03-16 10:38:43'); -INSERT INTO `marker` VALUES (3369,1901,NULL,2,1901,847,'','',120.375,-96.1875,0,0,0,'2017-03-16 11:20:01'); -INSERT INTO `marker` VALUES (3370,1901,NULL,2,1901,846,'Found','Found flashback and Korok Seed',111.140625,-107.9765625,0,1,0,'2017-03-16 11:29:50'); -INSERT INTO `marker` VALUES (3371,1901,NULL,2,1916,846,'Done!','',108.84375,-103.359375,0,0,0,'2017-03-16 11:32:22'); -INSERT INTO `marker` VALUES (3372,1901,NULL,2,1934,849,'','The 9th Memorie is located here',186.765625,-86.1875,0,0,0,'2017-03-16 11:49:42'); -INSERT INTO `marker` VALUES (3373,1901,NULL,2,1933,854,'Stalhinox','Skeleton awakes at night.',93.2734375,-137.078125,0,0,0,'2017-03-16 14:24:31'); -INSERT INTO `marker` VALUES (3374,1901,NULL,2,1933,854,'Iwarock','I don't know which sort of Iwarok, sorry.',83.0078125,-123.390625,0,0,0,'2017-03-16 14:25:57'); -INSERT INTO `marker` VALUES (3375,1901,NULL,2,1902,854,'Treasure Hoard','Move the rocks away with stasis.',69.046875,-154.484375,0,0,0,'2017-03-16 14:35:49'); -INSERT INTO `marker` VALUES (3376,1901,NULL,2,1901,857,'Arrow Farm','',100.84375,-113.0625,0,0,0,'2017-03-16 15:16:39'); -INSERT INTO `marker` VALUES (3377,1901,NULL,2,1914,860,'','',115.7109375,-163.14453125,0,0,0,'2017-03-16 15:40:43'); -INSERT INTO `marker` VALUES (3378,1901,NULL,2,1930,867,'Lynel (White Maned)','',142.53125,-70.671875,0,0,0,'2017-03-16 16:37:09'); -INSERT INTO `marker` VALUES (3379,1901,NULL,2,1901,870,'X','X',59.171875,-68.96875,0,0,0,'2017-03-16 17:10:57'); -INSERT INTO `marker` VALUES (3380,1901,NULL,2,1931,868,'','',113.1328125,-158.5546875,0,0,0,'2017-03-16 17:58:28'); -INSERT INTO `marker` VALUES (3381,1901,NULL,2,1936,868,'','',114.6484375,-157.78125,0,0,0,'2017-03-16 18:04:34'); -INSERT INTO `marker` VALUES (3382,1901,NULL,2,1906,868,'Hylia Trousers','',116.46875,-157.125,0,0,0,'2017-03-16 18:07:12'); -INSERT INTO `marker` VALUES (3383,1901,NULL,2,1926,876,'Divine Beast: Vah Medoh','The Divine Beast of the Rito ',67.734375,-92.23046875,0,1,0,'2017-03-16 18:40:02'); -INSERT INTO `marker` VALUES (3384,1901,NULL,2,1901,878,'','',115.1328125,-152.1484375,0,0,0,'2017-03-16 18:43:53'); -INSERT INTO `marker` VALUES (3385,1901,NULL,2,1910,880,'Chest','',134.671875,-145.734375,0,0,0,'2017-03-16 19:34:48'); -INSERT INTO `marker` VALUES (3386,1901,NULL,2,1931,880,'Bokoblin Camp','',136.015625,-150.59375,0,0,0,'2017-03-16 19:37:22'); -INSERT INTO `marker` VALUES (3387,1901,NULL,2,1910,881,'Gold Rupee','In chest under water. Use Magnesis.',192.796875,-186.265625,0,0,0,'2017-03-16 19:41:26'); -INSERT INTO `marker` VALUES (3388,1901,NULL,2,1910,881,'Gold Rupee','In chest under water. Use Magnesis.',194.359375,-180.265625,0,0,0,'2017-03-16 19:41:42'); -INSERT INTO `marker` VALUES (3389,1901,NULL,2,1910,881,'Silver Rupee','In chest under water. Use Magnesis.',201.40625,-176.484375,0,0,0,'2017-03-16 19:41:57'); -INSERT INTO `marker` VALUES (3390,1901,NULL,2,1930,675,'Hinox','Eldest Hinox',165.65625,-171.484375,0,0,0,'2017-03-16 19:42:47'); -INSERT INTO `marker` VALUES (3391,1901,NULL,2,1930,675,'Youngest Hinox','3 of 3 holding orb for shrine',171.265625,-170.421875,0,0,0,'2017-03-16 19:43:32'); -INSERT INTO `marker` VALUES (3392,1901,NULL,2,1930,675,'Hinox','2 of 3 holding a orb for the shrine',170.078125,-174.234375,0,0,0,'2017-03-16 19:44:06'); -INSERT INTO `marker` VALUES (3393,1901,NULL,2,1933,675,'Stone Talus','',133.640625,-158.15625,0,0,0,'2017-03-16 19:46:08'); -INSERT INTO `marker` VALUES (3394,1901,NULL,2,1930,880,'Lynel','',101.46875,-72.375,0,0,0,'2017-03-16 19:54:10'); -INSERT INTO `marker` VALUES (3395,1901,NULL,2,1933,579,'White Lynel','',147.1953125,-69.2109375,0,0,0,'2017-03-16 21:00:54'); -INSERT INTO `marker` VALUES (3396,1901,NULL,2,1936,880,'Chest- Silver Rupee','',63.39453125,-69.71875,0,0,0,'2017-03-16 21:20:10'); -INSERT INTO `marker` VALUES (3397,1901,NULL,2,1933,266,'Stone Talus','',125.25,-155.7109375,0,0,0,'2017-03-16 21:45:44'); -INSERT INTO `marker` VALUES (3398,1901,NULL,2,1910,266,'Chest on a Pillar','',127.703125,-154.984375,0,0,0,'2017-03-16 21:48:42'); -INSERT INTO `marker` VALUES (3399,1901,NULL,2,1933,892,'Stone Talus','',179.1796875,-181.3828125,0,0,0,'2017-03-16 22:00:27'); -INSERT INTO `marker` VALUES (3400,1901,NULL,2,1926,891,'Divine Beast Vah Rudania','',167.6484375,-87.296875,0,0,0,'2017-03-16 22:00:34'); -INSERT INTO `marker` VALUES (3401,1901,NULL,2,1930,896,'STONE TALUS','STONE TALUS',150.890625,-148.796875,0,0,0,'2017-03-16 22:17:44'); -INSERT INTO `marker` VALUES (3402,1901,NULL,2,1930,896,'STONE TALUS','STONE TALUS',178.390625,-157.3359375,0,0,0,'2017-03-16 22:18:25'); -INSERT INTO `marker` VALUES (3403,1901,NULL,2,1903,897,'Sledghammer','',84.56640625,-162.80078125,0,0,0,'2017-03-16 22:28:08'); -INSERT INTO `marker` VALUES (3404,1901,NULL,2,1933,760,'Frost Talus','This Frost Talus has his rock on the back, making him hard to take down, I suggest bomb Arrows.',72.41015625,-152.390625,0,0,0,'2017-03-16 23:41:30'); -INSERT INTO `marker` VALUES (3405,1901,NULL,2,1931,760,'Various Enemy Camp','',80.265625,-153.03125,0,0,0,'2017-03-17 00:07:10'); -INSERT INTO `marker` VALUES (3406,1901,NULL,2,1933,760,'Blue-Maned Lynel','Small Battleground means close quarters',80.125,-144.4375,0,0,0,'2017-03-17 00:13:51'); -INSERT INTO `marker` VALUES (3407,1901,NULL,2,1933,760,'White-maned Lynel','Powerful Beast',65.2265625,-141.78125,0,0,0,'2017-03-17 00:47:50'); -INSERT INTO `marker` VALUES (3408,1901,NULL,2,1901,903,'Great Thunderblade','2-handed electric sword, respawns here on blood moon',68.12890625,-107.3125,0,1,0,'2017-03-17 01:13:07'); -INSERT INTO `marker` VALUES (3409,1901,NULL,2,1915,880,'Rare Ore Deposit','',73.79296875,-72.80859375,0,0,0,'2017-03-17 01:16:12'); -INSERT INTO `marker` VALUES (3410,1901,NULL,2,1906,903,'Climber's Bandana','',147.8828125,-156.7890625,0,1,0,'2017-03-17 01:16:34'); -INSERT INTO `marker` VALUES (3411,1901,NULL,2,1906,903,'Zora Helm','',182.1796875,-114.15625,0,1,0,'2017-03-17 01:18:13'); -INSERT INTO `marker` VALUES (3412,1901,NULL,2,1903,903,'Great Thunderblade','',68.1171875,-107.30859375,0,1,0,'2017-03-17 01:19:51'); -INSERT INTO `marker` VALUES (3413,1901,NULL,2,1904,880,'Chest- Shock Arrow x5','',140.34375,-180.25,0,0,0,'2017-03-17 03:46:02'); -INSERT INTO `marker` VALUES (3414,1901,NULL,2,1915,880,'Chest- Amber','',139.0390625,-178.7734375,0,0,0,'2017-03-17 03:49:35'); -INSERT INTO `marker` VALUES (3415,1901,NULL,2,1904,880,'Chest- Phrenic Bow','',141.53125,-180.140625,0,0,0,'2017-03-17 03:52:20'); -INSERT INTO `marker` VALUES (3416,1901,NULL,2,1901,920,'','',118.046875,-122.625,0,0,0,'2017-03-17 04:19:40'); -INSERT INTO `marker` VALUES (3417,1901,NULL,2,1933,921,'Lynel','',107.3203125,-71.921875,0,0,0,'2017-03-17 04:46:50'); -INSERT INTO `marker` VALUES (3418,1901,NULL,2,1933,921,'Lynel','',96.34375,-71.0234375,0,0,0,'2017-03-17 04:47:19'); -INSERT INTO `marker` VALUES (3419,1901,NULL,2,1933,921,'Molduga','',68.984375,-185.140625,0,0,0,'2017-03-17 05:02:29'); -INSERT INTO `marker` VALUES (3420,1901,NULL,2,1933,921,'Molduga','',53.0625,-171.75,0,0,0,'2017-03-17 05:02:46'); -INSERT INTO `marker` VALUES (3421,1901,NULL,2,1933,925,'Stone Talus','',125.0625,-155.4375,0,0,0,'2017-03-17 07:04:36'); -INSERT INTO `marker` VALUES (3422,1901,NULL,2,1933,925,'Molduga','',63.015625,-187.2578125,0,0,0,'2017-03-17 07:08:00'); -INSERT INTO `marker` VALUES (3423,1901,NULL,2,1933,925,'Molduga','',68.5625,-184.0390625,0,0,0,'2017-03-17 07:08:29'); -INSERT INTO `marker` VALUES (3424,1901,NULL,2,1933,925,'Molduga','',57.8125,-177.4296875,0,0,0,'2017-03-17 07:09:01'); -INSERT INTO `marker` VALUES (3425,1901,NULL,2,1933,553,'Lynel','',185.46875,-82.375,0,0,0,'2017-03-17 07:09:21'); -INSERT INTO `marker` VALUES (3426,1901,NULL,2,1933,925,'Molduga','',53.0859375,-171.46875,0,0,0,'2017-03-17 07:09:38'); -INSERT INTO `marker` VALUES (3427,1901,NULL,2,1933,553,'Lynel','',188.1875,-77.15625,0,0,0,'2017-03-17 07:09:51'); -INSERT INTO `marker` VALUES (3428,1901,NULL,2,1933,553,'Lynel','',131.59375,-71.0625,0,0,0,'2017-03-17 07:10:19'); -INSERT INTO `marker` VALUES (3429,1901,NULL,2,1933,553,'Lynel','',148.4375,-69.3125,0,0,0,'2017-03-17 07:10:54'); -INSERT INTO `marker` VALUES (3430,1901,NULL,2,1933,553,'Lynel','',122.03125,-79.40625,0,0,0,'2017-03-17 07:11:16'); -INSERT INTO `marker` VALUES (3431,1901,NULL,2,1901,925,'Fang and Bone Shop','',65.11328125,-170.34375,0,0,0,'2017-03-17 07:11:27'); -INSERT INTO `marker` VALUES (3432,1901,NULL,2,1901,553,'Igneo Talus','',161.40625,-81.0625,0,0,0,'2017-03-17 07:11:55'); -INSERT INTO `marker` VALUES (3433,1901,NULL,2,1901,553,'Igneo Talus','',161.40625,-81.0625,0,0,0,'2017-03-17 07:11:55'); -INSERT INTO `marker` VALUES (3434,1901,NULL,2,1933,553,'Igneo Talus','',165.0078125,-96.7734375,0,0,0,'2017-03-17 07:12:36'); -INSERT INTO `marker` VALUES (3435,1901,NULL,2,1933,553,'Igneo Talus','',161.4453125,-93.921875,0,0,0,'2017-03-17 07:12:54'); -INSERT INTO `marker` VALUES (3436,1901,NULL,2,1933,553,'Igneo Talus','',156.09375,-100.75,0,0,0,'2017-03-17 07:13:22'); -INSERT INTO `marker` VALUES (3437,1901,NULL,2,1933,553,'Stone Talus','',125.3125,-155.734375,0,0,0,'2017-03-17 07:14:28'); -INSERT INTO `marker` VALUES (3438,1901,NULL,2,1933,553,'Stone Talus','',133.484375,-157.890625,0,0,0,'2017-03-17 07:14:52'); -INSERT INTO `marker` VALUES (3439,1901,NULL,2,1933,553,'Stone Talus','',139.21875,-151.09375,0,0,0,'2017-03-17 07:15:11'); -INSERT INTO `marker` VALUES (3440,1901,NULL,2,1933,553,'Stone Talus','',150.828125,-148.75,0,0,0,'2017-03-17 07:15:42'); -INSERT INTO `marker` VALUES (3441,1901,NULL,2,1933,553,'Stone Talus','',178.1796875,-157.890625,0,0,0,'2017-03-17 07:16:35'); -INSERT INTO `marker` VALUES (3442,1901,NULL,2,1933,553,'Molduga','',70.5625,-185.6875,0,0,0,'2017-03-17 07:18:31'); -INSERT INTO `marker` VALUES (3443,1901,NULL,2,1933,553,'Molduga','',61.60546875,-187.43359375,0,0,0,'2017-03-17 07:19:44'); -INSERT INTO `marker` VALUES (3444,1901,NULL,2,1933,553,'Molduga','',57.5,-179.5625,0,0,0,'2017-03-17 07:20:14'); -INSERT INTO `marker` VALUES (3445,1901,NULL,2,1933,553,'Molduga','',53.171875,-171.5703125,0,0,0,'2017-03-17 07:20:39'); -INSERT INTO `marker` VALUES (3446,1901,NULL,2,1933,553,'Molduga','',53.171875,-171.5703125,0,0,0,'2017-03-17 07:20:39'); -INSERT INTO `marker` VALUES (3447,1901,NULL,2,1933,553,'Lynel','',116.1875,-186,0,0,0,'2017-03-17 07:21:20'); -INSERT INTO `marker` VALUES (3448,1901,NULL,2,1933,553,'Lynel','',114.09375,-177.0625,0,0,0,'2017-03-17 07:21:33'); -INSERT INTO `marker` VALUES (3449,1901,NULL,2,1933,553,'Lynel','',114.09375,-177.0625,0,0,0,'2017-03-17 07:21:33'); -INSERT INTO `marker` VALUES (3450,1901,NULL,2,1933,553,'Stalnox','',111.3359375,-187.28125,0,0,0,'2017-03-17 07:23:16'); -INSERT INTO `marker` VALUES (3451,1901,NULL,2,1933,553,'Hinox','',144.25,-182.4375,0,0,0,'2017-03-17 07:25:33'); -INSERT INTO `marker` VALUES (3452,1901,NULL,2,1933,553,'Stalnox','',161.0546875,-181.609375,0,0,0,'2017-03-17 07:27:41'); -INSERT INTO `marker` VALUES (3453,1901,NULL,2,1901,553,'Hinox','',171.34375,-170.46875,0,0,0,'2017-03-17 07:29:51'); -INSERT INTO `marker` VALUES (3454,1901,NULL,2,1933,553,'Blue Hinox','',170.09375,-174.5,0,0,0,'2017-03-17 07:30:11'); -INSERT INTO `marker` VALUES (3455,1901,NULL,2,1933,553,'Black Hinox','',165.84375,-171.59375,0,0,0,'2017-03-17 07:30:27'); -INSERT INTO `marker` VALUES (3456,1901,NULL,2,1933,553,'Hinox','',177.90625,-174.765625,0,0,0,'2017-03-17 07:32:34'); -INSERT INTO `marker` VALUES (3457,1901,NULL,2,1933,553,'Stone Talus','',178.0546875,-157.7265625,0,0,0,'2017-03-17 07:33:19'); -INSERT INTO `marker` VALUES (3458,1901,NULL,2,1901,931,'rupeee farm','farm rupees',95.5625,-95.5390625,0,0,0,'2017-03-17 10:11:50'); -INSERT INTO `marker` VALUES (3459,1901,NULL,2,1901,931,'rupeee farm','farm rupees',95.5625,-95.4609375,0,1,0,'2017-03-17 10:12:50'); -INSERT INTO `marker` VALUES (3468,1901,NULL,2,1901,927,'','',126.46875,-176.8125,0,0,0,'2017-03-17 12:54:46'); -INSERT INTO `marker` VALUES (3469,1901,NULL,2,1901,927,'','2',126.578125,-176.75,0,0,0,'2017-03-17 12:55:01'); -INSERT INTO `marker` VALUES (3470,1901,NULL,2,1901,927,'1','1',126.46875,-176.9375,0,1,0,'2017-03-17 12:55:41'); -INSERT INTO `marker` VALUES (3471,1901,NULL,2,1905,858,'Forest Shield','40 - wooden sh',136.453125,-96.96875,0,0,0,'2017-03-17 13:47:28'); -INSERT INTO `marker` VALUES (3472,1901,NULL,2,1906,942,'Zoras Helm','Increase Swim Speed',182.15625,-114.21875,0,0,0,'2017-03-17 14:05:15'); -INSERT INTO `marker` VALUES (3473,1901,NULL,2,1901,943,'','',69.625,-184.5,0,0,0,'2017-03-17 14:21:45'); -INSERT INTO `marker` VALUES (3474,1901,NULL,2,1931,942,'2 Moblins and a Bokoblin','2 Moblins and a Bokoblin, 1 Chest',175.7578125,-110.265625,0,0,0,'2017-03-17 14:42:18'); -INSERT INTO `marker` VALUES (3475,1901,NULL,2,1903,854,'Royal 2-Handed','Climb up the skull on the tower.',141.75,-102.90625,0,0,0,'2017-03-17 14:46:16'); -INSERT INTO `marker` VALUES (3476,1901,NULL,2,1933,652,'Igneo Talus','',161.41015625,-80.91796875,0,0,0,'2017-03-17 14:54:18'); -INSERT INTO `marker` VALUES (3477,1901,NULL,2,1901,946,'Done','',187.421875,-184.421875,0,0,0,'2017-03-17 15:15:24'); -INSERT INTO `marker` VALUES (3478,1901,NULL,2,1910,947,'Treasures Box','3 Treasure boxes',110.71875,-161.703125,0,0,0,'2017-03-17 15:21:33'); -INSERT INTO `marker` VALUES (3479,1901,NULL,2,1906,949,'Zora Helm','Found Underwater in a chest, use Magnesis to lift it from the Water!',182.1953125,-114.140625,0,0,0,'2017-03-17 16:24:24'); -INSERT INTO `marker` VALUES (3480,1901,NULL,2,1903,951,'Great Flameblade','',110.60765624046326,-134.6105077266693,0,0,0,'2017-03-17 16:36:33'); -INSERT INTO `marker` VALUES (3481,1901,NULL,2,1926,16,'Divine Beast Vah Rudania','',167.65625,-87.4375,0,0,0,'2017-03-17 18:13:24'); -INSERT INTO `marker` VALUES (3482,1901,NULL,2,1925,953,'DONE','',185.23828125,-179.71484375,0,0,0,'2017-03-17 18:17:27'); -INSERT INTO `marker` VALUES (3483,1901,NULL,2,1933,955,'Savage Lynel','Savage Lynel, very hard, casts explosion, fire arrow x5, 4000 hp',101.4375,-72.375,0,0,0,'2017-03-17 18:26:48'); -INSERT INTO `marker` VALUES (3484,1901,NULL,2,1933,968,'molduga','',70.25,-185.03125,0,0,0,'2017-03-17 21:38:21'); -INSERT INTO `marker` VALUES (3485,1901,NULL,2,1933,925,'Frost Talus','',69.7890625,-91.2734375,0,0,0,'2017-03-17 21:57:44'); -INSERT INTO `marker` VALUES (3486,1901,NULL,2,1905,338,'Rusty Shield','',151.83984375,-124.97265625,0,0,0,'2017-03-17 22:02:03'); -INSERT INTO `marker` VALUES (3487,1901,NULL,2,1904,338,'Golden Bow','',66.625,-173.828125,0,0,0,'2017-03-17 22:44:14'); -INSERT INTO `marker` VALUES (3488,1901,NULL,2,1903,338,'Iron Sledgehammer','',68.94921875,-173.30078125,0,0,0,'2017-03-17 22:47:54'); -INSERT INTO `marker` VALUES (3489,1901,NULL,2,1903,338,'Gerudo Scimitar','',68.90625,-173.19921875,0,0,0,'2017-03-17 22:48:36'); -INSERT INTO `marker` VALUES (3490,1901,NULL,2,1933,974,'','',188.34375,-119.28125,0,0,0,'2017-03-17 22:51:11'); -INSERT INTO `marker` VALUES (3491,1901,NULL,2,1903,951,'Forest Dweller's bow','',160.33984375,-130.4375,0,0,0,'2017-03-18 00:37:02'); -INSERT INTO `marker` VALUES (3492,1901,NULL,2,1901,983,'','',59.09375,-68.90625,0,0,0,'2017-03-18 00:38:52'); -INSERT INTO `marker` VALUES (3494,1901,NULL,2,1910,981,'Silver Rupee Chest','',127.12109375,-130.30078125,0,0,0,'2017-03-18 00:41:35'); -INSERT INTO `marker` VALUES (3495,1901,NULL,2,1933,224,'Hinox(Middle Kin)','',170.125,-174.421875,0,0,0,'2017-03-18 00:46:39'); -INSERT INTO `marker` VALUES (3496,1901,NULL,2,1933,224,'Hinox','',171.25,-170.4375,0,0,0,'2017-03-18 00:49:33'); -INSERT INTO `marker` VALUES (3497,1901,NULL,2,1933,224,'Hinox(Oldest KIn)','',165.828125,-171.359375,0,0,0,'2017-03-18 00:54:33'); -INSERT INTO `marker` VALUES (3498,1901,NULL,2,1931,984,'','',101.94921875,-162.25390625,0,0,0,'2017-03-18 00:55:38'); -INSERT INTO `marker` VALUES (3499,1901,NULL,2,1934,984,'','',186.48828125,-86.4765625,0,0,0,'2017-03-18 00:56:31'); -INSERT INTO `marker` VALUES (3501,1901,NULL,2,1901,985,'','',59.21875,-69.0625,0,0,0,'2017-03-18 01:47:35'); -INSERT INTO `marker` VALUES (3502,1901,NULL,2,1910,988,'','',112.9140625,-164.71875,0,0,0,'2017-03-18 02:36:03'); -INSERT INTO `marker` VALUES (3503,1901,NULL,2,1901,991,'Pega','',74.34375,-174.59375,0,0,0,'2017-03-18 02:36:25'); -INSERT INTO `marker` VALUES (3504,1901,NULL,2,1910,988,'Waterfall Cave','',110.96875,-161.8046875,0,0,0,'2017-03-18 02:37:43'); -INSERT INTO `marker` VALUES (3505,1901,NULL,2,1933,992,'Stalnox','Shows up at night, disappears at sun up.',129.5234375,-180.734375,0,0,0,'2017-03-18 02:54:16'); -INSERT INTO `marker` VALUES (3506,1901,NULL,2,1901,992,'Blupee','',157.9140625,-142.015625,0,0,0,'2017-03-18 02:59:30'); -INSERT INTO `marker` VALUES (3507,1901,NULL,2,1903,992,'Akkala Ancient Tech Lab','Shop Ancient guardian gear.',198.60546875,-78.53125,0,0,0,'2017-03-18 03:03:49'); -INSERT INTO `marker` VALUES (3508,1901,NULL,2,1901,992,'Kilton - Fang and Bone Store','Monster parts store',178.6875,-74.328125,0,0,0,'2017-03-18 03:07:58'); -INSERT INTO `marker` VALUES (3509,1901,NULL,2,1931,992,'Enemy camp','',170.3125,-76.40625,0,0,0,'2017-03-18 03:11:06'); -INSERT INTO `marker` VALUES (3514,1901,NULL,2,1933,992,'Naydra','Free Naydra from malice. ',189.171875,-148.5,0,0,0,'2017-03-18 03:21:57'); -INSERT INTO `marker` VALUES (3515,1901,NULL,2,1933,925,'Frost Talus','',94.4375,-79.7890625,0,0,0,'2017-03-18 03:28:17'); -INSERT INTO `marker` VALUES (3516,1901,NULL,2,1901,224,'Breakable wall','',158.6796875,-175.6953125,0,0,0,'2017-03-18 03:53:34'); -INSERT INTO `marker` VALUES (3517,1901,NULL,2,1933,996,'Blue Hinox','',174.65625,-140.359375,0,0,0,'2017-03-18 04:53:06'); -INSERT INTO `marker` VALUES (3518,1901,NULL,2,1904,714,'arrowa','',204.71875,-185.7265625,0,0,0,'2017-03-18 05:01:25'); -INSERT INTO `marker` VALUES (3519,1901,NULL,2,1933,925,'Stone Talus','',93.90625,-103.5234375,0,0,0,'2017-03-18 05:06:11'); -INSERT INTO `marker` VALUES (3520,1901,NULL,2,1935,997,'The Eighth Heroine (Target)','',59.828125,-135.9375,0,0,0,'2017-03-18 07:53:36'); -INSERT INTO `marker` VALUES (3521,1901,NULL,2,1933,925,'Blue Hinox','',91.140625,-121.3125,0,0,0,'2017-03-18 08:05:03'); -INSERT INTO `marker` VALUES (3522,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',96.97265625,-118.22265625,0,0,0,'2017-03-18 08:19:29'); -INSERT INTO `marker` VALUES (3523,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',95.9140625,-120.06640625,0,0,0,'2017-03-18 08:19:46'); -INSERT INTO `marker` VALUES (3524,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',89.5859375,-123.796875,0,0,0,'2017-03-18 08:20:08'); -INSERT INTO `marker` VALUES (3525,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',80.8984375,-118.87890625,0,0,0,'2017-03-18 08:20:31'); -INSERT INTO `marker` VALUES (3526,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',68.29296875,-125.33984375,0,0,0,'2017-03-18 08:20:54'); -INSERT INTO `marker` VALUES (3527,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',71.0078125,-121.18359375,0,0,0,'2017-03-18 08:21:09'); -INSERT INTO `marker` VALUES (3528,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',70.30078125,-115.6171875,0,0,0,'2017-03-18 08:21:30'); -INSERT INTO `marker` VALUES (3529,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',57.73046875,-88.578125,0,0,0,'2017-03-18 08:22:09'); -INSERT INTO `marker` VALUES (3530,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',62.26171875,-84.5078125,0,0,0,'2017-03-18 08:22:29'); -INSERT INTO `marker` VALUES (3531,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',62.37109375,-79.25,0,0,0,'2017-03-18 08:22:43'); -INSERT INTO `marker` VALUES (3532,1901,NULL,2,1910,997,'Fire Arrows x5','',63.45703125,-143.12109375,0,0,0,'2017-03-18 08:58:43'); -INSERT INTO `marker` VALUES (3533,1901,NULL,2,1933,925,'Stalnox','',93.29296875,-137.19921875,0,0,0,'2017-03-18 09:10:11'); -INSERT INTO `marker` VALUES (3534,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',93.78515625,-136.890625,0,0,0,'2017-03-18 09:10:24'); -INSERT INTO `marker` VALUES (3535,1901,NULL,2,1933,925,'Blue Hinox','',103.95703125,-125.35546875,0,0,0,'2017-03-18 09:57:22'); -INSERT INTO `marker` VALUES (3536,1901,NULL,2,1933,1000,'Frost Talus','',79.953125,-82.625,0,0,0,'2017-03-18 11:34:27'); -INSERT INTO `marker` VALUES (3537,1901,NULL,2,1910,1004,'Tresaure chest','',106.65234375,-151.44140625,0,0,0,'2017-03-18 11:48:36'); -INSERT INTO `marker` VALUES (3538,1901,NULL,2,1910,1004,'Treasure Chest','',105.6171875,-155.1015625,0,0,0,'2017-03-18 11:54:21'); -INSERT INTO `marker` VALUES (3539,1901,NULL,2,1901,1006,'Lynel','Missing Lynel from map',82.75,-123.4921875,0,1,0,'2017-03-18 12:18:16'); -INSERT INTO `marker` VALUES (3540,1901,NULL,2,1920,1005,'Giant Horse','Giant Horse\r\n??? ???? ????? ? ????? ???? ??? ',108.71875,-169.8046875,0,1,0,'2017-03-18 12:18:48'); -INSERT INTO `marker` VALUES (3541,1901,NULL,2,1934,1005,'?????','??? ? ???? ?? ????? ??? ',123.0625,-111.0390625,0,0,0,'2017-03-18 12:22:11'); -INSERT INTO `marker` VALUES (3542,1901,NULL,2,1916,1007,'Found','',84.0859375,-61.96875,0,0,0,'2017-03-18 13:24:27'); -INSERT INTO `marker` VALUES (3543,1901,NULL,2,1901,1008,'Done','',178.46875,-172.5,0,0,0,'2017-03-18 13:49:47'); -INSERT INTO `marker` VALUES (3544,1901,NULL,2,1901,1008,'Done','',178.46875,-172.5,0,0,0,'2017-03-18 13:49:47'); -INSERT INTO `marker` VALUES (3545,1901,NULL,2,1903,1009,'Eightfold Blade','Eightfold Blade',153.671875,-143.13671875,0,1,0,'2017-03-18 14:20:34'); -INSERT INTO `marker` VALUES (3546,1901,NULL,2,1920,940,'got','',52.0859375,-187.4609375,0,0,0,'2017-03-18 15:11:25'); -INSERT INTO `marker` VALUES (3547,1901,NULL,2,1905,1016,'Hylian Shield','In the bottom of the Castle. Required to defeat a Stalnox to obtain. 90 Defence Power.',124.125,-110.84375,0,1,0,'2017-03-18 15:25:30'); -INSERT INTO `marker` VALUES (3548,1901,NULL,2,1901,1015,'','',121.2734375,-100.8671875,0,0,0,'2017-03-18 15:25:47'); -INSERT INTO `marker` VALUES (3549,1901,NULL,2,1902,1015,'a','a',121.296875,-100.875,0,0,0,'2017-03-18 15:26:11'); -INSERT INTO `marker` VALUES (3550,1901,NULL,2,1901,1015,'','',121.32421875,-100.91796875,0,1,0,'2017-03-18 15:27:29'); -INSERT INTO `marker` VALUES (3551,1901,NULL,2,1931,1018,'Enemy Camp','Closest spawn point Ketoh Wawai Shrine',138.0703125,-77.4609375,0,0,0,'2017-03-18 16:06:56'); -INSERT INTO `marker` VALUES (3552,1901,NULL,2,1901,1014,'ya','',101.6875,-156.03125,0,0,0,'2017-03-18 17:21:22'); -INSERT INTO `marker` VALUES (3553,1901,NULL,2,1933,1024,'Moldoga','',69.7177505493164,-184.74056243896484,0,0,0,'2017-03-18 17:23:48'); -INSERT INTO `marker` VALUES (3554,1901,NULL,2,1933,1024,'Muldoga','',53.06515645980835,-171.79496097564697,0,0,0,'2017-03-18 17:28:59'); -INSERT INTO `marker` VALUES (3555,1901,NULL,2,1933,1024,'Molduga','',62.8828125,-187.109375,0,0,0,'2017-03-18 17:31:38'); -INSERT INTO `marker` VALUES (3556,1901,NULL,2,1931,1024,'','',55.85886001586914,-187.43964850902557,0,0,0,'2017-03-18 17:38:29'); -INSERT INTO `marker` VALUES (3557,1901,NULL,2,1903,338,'Drillshaft','',158.44140625,-93.66015625,0,0,0,'2017-03-18 17:45:11'); -INSERT INTO `marker` VALUES (3558,1901,NULL,2,1933,769,'Lynel','',197.9375,-140.1875,0,0,0,'2017-03-18 18:38:18'); -INSERT INTO `marker` VALUES (3559,1901,NULL,2,1901,1026,'','',203.1875,-79.3125,0,0,0,'2017-03-18 18:47:07'); -INSERT INTO `marker` VALUES (3560,1901,NULL,2,1933,769,'Hinox','',197.40625,-133.59375,0,0,0,'2017-03-18 18:48:01'); -INSERT INTO `marker` VALUES (3561,1901,NULL,2,1901,1026,'','D',203.1875,-79.8125,0,0,0,'2017-03-18 18:49:33'); -INSERT INTO `marker` VALUES (3562,1901,NULL,2,1933,769,'Lynel','',188.1875,-119.0625,0,0,0,'2017-03-18 18:49:36'); -INSERT INTO `marker` VALUES (3563,1901,NULL,2,1933,769,'Hinox','',173.6875,-123.375,0,0,0,'2017-03-18 18:51:52'); -INSERT INTO `marker` VALUES (3564,1901,NULL,2,1933,769,'Hinox','',179.25390625,-108.30859375,0,0,0,'2017-03-18 18:54:04'); -INSERT INTO `marker` VALUES (3565,1901,NULL,2,1933,769,'Igneo Talus','',164.890625,-96.78125,0,0,0,'2017-03-18 18:57:51'); -INSERT INTO `marker` VALUES (3566,1901,NULL,2,1933,1030,'Molduga','',69.875,-184.53125,0,1,0,'2017-03-18 20:22:46'); -INSERT INTO `marker` VALUES (3567,1901,NULL,2,1933,1030,'Molduga','',62.953125,-186.84375,0,1,0,'2017-03-18 20:23:23'); -INSERT INTO `marker` VALUES (3568,1901,NULL,2,1933,1030,'Molduga','',55.921875,-178.046875,0,1,0,'2017-03-18 20:24:30'); -INSERT INTO `marker` VALUES (3569,1901,NULL,2,1933,1030,'Molduga','',53.12109375,-171.75,0,0,0,'2017-03-18 20:25:21'); -INSERT INTO `marker` VALUES (3570,1901,NULL,2,1933,1030,'Lynel','',65.171875,-141.59375,0,1,0,'2017-03-18 20:27:07'); -INSERT INTO `marker` VALUES (3571,1901,NULL,2,1933,1030,'Stone Talus (Rare)','',115.890625,-115.59375,0,1,0,'2017-03-18 20:32:08'); -INSERT INTO `marker` VALUES (3572,1901,NULL,2,1933,1030,'Lynel','',121.796875,-79.03125,0,1,0,'2017-03-18 20:33:04'); -INSERT INTO `marker` VALUES (3573,1901,NULL,2,1933,1030,'Hinox','',133.203125,-79.03125,0,1,0,'2017-03-18 20:33:31'); -INSERT INTO `marker` VALUES (3574,1901,NULL,2,1933,1030,'Lynel','',147.5,-69.21875,0,1,0,'2017-03-18 20:34:11'); -INSERT INTO `marker` VALUES (3575,1901,NULL,2,1933,1030,'Stalnox','',93.296875,-137.078125,0,1,0,'2017-03-18 20:34:50'); -INSERT INTO `marker` VALUES (3576,1901,NULL,2,1933,1030,'Stalnox','',160.8984375,-181.66796875,0,1,0,'2017-03-18 20:35:27'); -INSERT INTO `marker` VALUES (3577,1901,NULL,2,1933,1030,'Stone Talus','',177.90625,-157.8125,0,1,0,'2017-03-18 20:37:07'); -INSERT INTO `marker` VALUES (3578,1901,NULL,2,1933,1030,'Igneo Talus','',155.90625,-100.4609375,0,1,0,'2017-03-18 20:37:53'); -INSERT INTO `marker` VALUES (3579,1901,NULL,2,1903,1030,'Royal Claymore','',141.6953125,-102.8203125,0,1,0,'2017-03-18 20:49:37'); -INSERT INTO `marker` VALUES (3580,1901,NULL,2,1903,1030,'Great Flameblade','',153.04296875,-70.97265625,0,1,0,'2017-03-18 20:51:34'); -INSERT INTO `marker` VALUES (3581,1901,NULL,2,1933,925,'Black Hinox','',57.2265625,-86.125,0,0,0,'2017-03-18 20:51:50'); -INSERT INTO `marker` VALUES (3582,1901,NULL,2,1933,1030,'Hinox','',148.9296875,-169.09375,0,1,0,'2017-03-18 20:58:46'); -INSERT INTO `marker` VALUES (3583,1901,NULL,2,1933,925,'Stone Talus','',76.91796875,-111.45703125,0,0,0,'2017-03-18 21:05:05'); -INSERT INTO `marker` VALUES (3584,1901,NULL,2,1933,925,'Stone Talus','',78.95703125,-128.96875,0,0,0,'2017-03-18 21:12:45'); -INSERT INTO `marker` VALUES (3585,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',100.06640625,-122.0859375,0,0,0,'2017-03-18 21:21:28'); -INSERT INTO `marker` VALUES (3586,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',109.53515625,-124.16796875,0,0,0,'2017-03-18 21:27:28'); -INSERT INTO `marker` VALUES (3587,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',112.55078125,-119.53125,0,0,0,'2017-03-18 21:39:19'); -INSERT INTO `marker` VALUES (3588,1901,NULL,2,1901,1039,'','',115.97265625,-152.5703125,0,0,0,'2017-03-18 22:03:19'); -INSERT INTO `marker` VALUES (3589,1901,NULL,2,1901,1039,'Done','',115.95703125,-152.5859375,0,0,0,'2017-03-18 22:03:48'); -INSERT INTO `marker` VALUES (3590,1901,NULL,2,1901,1039,'dasdasdas','',115.9609375,-152.56640625,0,0,0,'2017-03-18 22:04:01'); -INSERT INTO `marker` VALUES (3591,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',108.6875,-110.859375,0,0,0,'2017-03-18 22:08:34'); -INSERT INTO `marker` VALUES (3592,1901,NULL,2,1905,338,'Wooden Shield','Tarrey Town',190.5703125,-102.44921875,0,0,0,'2017-03-18 22:14:27'); -INSERT INTO `marker` VALUES (3593,1901,NULL,2,1933,1024,'Lynel','',79.51374244689941,-144.76463282108307,0,0,0,'2017-03-18 22:32:42'); -INSERT INTO `marker` VALUES (3594,1901,NULL,2,1933,1024,'','',83.24681234359741,-147.7198829650879,0,0,0,'2017-03-18 22:32:59'); -INSERT INTO `marker` VALUES (3595,1901,NULL,2,1933,1043,'Lynel','',115.1875,-178.609375,0,0,0,'2017-03-18 23:51:25'); -INSERT INTO `marker` VALUES (3596,1901,NULL,2,1933,1043,'Lynel','',115.5,-183.109375,0,1,0,'2017-03-18 23:51:42'); -INSERT INTO `marker` VALUES (3597,1901,NULL,2,1901,1046,'','',104.625,-158,0,0,0,'2017-03-19 00:22:31'); -INSERT INTO `marker` VALUES (3598,1901,NULL,2,1901,1048,'Great Flameblade','Inside the Labyrinth, behind the burnable thorns.',200.58203125,-70.21875,0,1,0,'2017-03-19 00:42:39'); -INSERT INTO `marker` VALUES (3599,1901,NULL,2,1902,1048,'Barbarian Help','Inside the Shrine',200.7265625,-70.0390625,0,0,0,'2017-03-19 00:45:05'); -INSERT INTO `marker` VALUES (3600,1901,NULL,2,1901,1050,'','',112.1875,-159,0,0,0,'2017-03-19 02:00:51'); -INSERT INTO `marker` VALUES (3601,1901,NULL,2,1901,1053,'','',139.28125,-134.96875,0,0,0,'2017-03-19 02:03:31'); -INSERT INTO `marker` VALUES (3602,1901,NULL,2,1901,1056,'','',74.40625,-73.09375,0,0,0,'2017-03-19 02:09:16'); -INSERT INTO `marker` VALUES (3603,1901,NULL,2,1901,1057,'','',117.8125,-122.8125,0,0,0,'2017-03-19 02:10:52'); -INSERT INTO `marker` VALUES (3604,1901,NULL,2,1931,1024,'','',58.62103080749512,-76.59490728378296,0,0,0,'2017-03-19 02:11:14'); -INSERT INTO `marker` VALUES (3605,1901,NULL,2,1901,880,'Cooking Pot','',113.609375,-154.125,0,0,0,'2017-03-19 02:52:16'); -INSERT INTO `marker` VALUES (3606,1901,NULL,2,1933,769,'Lynel','',184.9375,-81.71875,0,0,0,'2017-03-19 02:57:19'); -INSERT INTO `marker` VALUES (3607,1901,NULL,2,1936,1024,'','',63.36364459991455,-69.67440629005432,0,0,0,'2017-03-19 03:18:28'); -INSERT INTO `marker` VALUES (3608,1901,NULL,2,1901,247,'stable','stable',133.75,-145.3125,0,0,0,'2017-03-19 04:08:40'); -INSERT INTO `marker` VALUES (3609,1901,NULL,2,1933,1062,'Hinox','',109.75,-130.03125,0,0,0,'2017-03-19 04:29:59'); -INSERT INTO `marker` VALUES (3610,1901,NULL,2,1901,1063,'','',58.71875,-68.65625,0,0,0,'2017-03-19 04:39:06'); -INSERT INTO `marker` VALUES (3611,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',164.3671875,-104.796875,0,0,0,'2017-03-19 04:39:26'); -INSERT INTO `marker` VALUES (3614,1901,NULL,2,1901,652,'','',200.6875,-70.125,0,0,0,'2017-03-19 04:50:01'); -INSERT INTO `marker` VALUES (3615,1901,NULL,2,1933,925,'Black Hinox','',173.453125,-72.265625,0,0,0,'2017-03-19 06:14:11'); -INSERT INTO `marker` VALUES (3616,1901,NULL,2,1933,925,'Black Hinox','',182.5546875,-75.8828125,0,0,0,'2017-03-19 06:46:00'); -INSERT INTO `marker` VALUES (3617,1901,NULL,2,1901,880,'Cooking Pot','',169.953125,-73.78515625,0,0,0,'2017-03-19 06:52:02'); -INSERT INTO `marker` VALUES (3618,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',191.5703125,-89.5390625,0,0,0,'2017-03-19 07:06:29'); -INSERT INTO `marker` VALUES (3619,1901,NULL,2,1913,922,'Endura Carrots','',92.12890625,-136.14453125,0,0,0,'2017-03-19 07:06:43'); -INSERT INTO `marker` VALUES (3620,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',194.46875,-78.96875,0,0,0,'2017-03-19 07:25:56'); -INSERT INTO `marker` VALUES (3621,1901,NULL,2,1936,922,'Cracked Rocks','Chest, forgot what was inside. :(',96.296875,-135.953125,0,0,0,'2017-03-19 07:45:41'); -INSERT INTO `marker` VALUES (3622,1901,NULL,2,1913,922,'Spicy Peppers','',95.1484375,-136.5,0,0,0,'2017-03-19 07:47:26'); -INSERT INTO `marker` VALUES (3623,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',195.9453125,-104.5703125,0,0,0,'2017-03-19 07:56:21'); -INSERT INTO `marker` VALUES (3624,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',196.47265625,-103.78515625,0,0,0,'2017-03-19 07:59:43'); -INSERT INTO `marker` VALUES (3625,1901,NULL,2,1931,922,'Bokoblin Camp','',107.953125,-119.68359375,0,0,0,'2017-03-19 08:03:25'); -INSERT INTO `marker` VALUES (3626,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',200.921875,-107.82421875,0,0,0,'2017-03-19 08:13:58'); -INSERT INTO `marker` VALUES (3627,1901,NULL,2,1933,925,'Blue Hinox','',179.18359375,-108.22265625,0,0,0,'2017-03-19 08:48:05'); -INSERT INTO `marker` VALUES (3628,1901,NULL,2,1901,655,'Complete','',170.15625,-148.859375,0,0,0,'2017-03-19 09:19:38'); -INSERT INTO `marker` VALUES (3629,1901,NULL,2,1901,1078,'done','',101.4375,-154.484375,0,0,0,'2017-03-19 10:58:14'); -INSERT INTO `marker` VALUES (3630,1901,NULL,2,1901,1079,'','',120.46875,-96.0078125,0,0,0,'2017-03-19 11:02:08'); -INSERT INTO `marker` VALUES (3631,1901,NULL,2,1934,1081,'Memory','',186.5625,-86.40625,0,0,0,'2017-03-19 13:18:31'); -INSERT INTO `marker` VALUES (3632,1901,NULL,2,1901,1082,'','',118.40625,-165.1875,0,0,0,'2017-03-19 13:52:00'); -INSERT INTO `marker` VALUES (3633,1901,NULL,2,1933,1084,'Lynel','',185.8984375,-116.609375,0,0,0,'2017-03-19 14:18:09'); -INSERT INTO `marker` VALUES (3634,1901,NULL,2,1933,1084,'Blue Hinox','',158.734375,-129.4921875,0,0,0,'2017-03-19 14:19:11'); -INSERT INTO `marker` VALUES (3635,1901,NULL,2,1933,1088,'','',53.171875,-171.703125,0,0,0,'2017-03-19 15:09:47'); -INSERT INTO `marker` VALUES (3636,1901,NULL,2,1916,1089,'Korok Seed','Melt block of ice.',104.4609375,-158.0078125,0,0,0,'2017-03-19 15:15:45'); -INSERT INTO `marker` VALUES (3637,1901,NULL,2,1933,1090,'Talus','u',115.90625,-115.515625,0,1,0,'2017-03-19 15:25:08'); -INSERT INTO `marker` VALUES (3638,1901,NULL,2,1901,1091,'','',187.21875,-184.625,0,0,0,'2017-03-19 15:48:27'); -INSERT INTO `marker` VALUES (3639,1901,NULL,2,1901,652,'','',65.5,-69,0,0,0,'2017-03-19 16:46:32'); -INSERT INTO `marker` VALUES (3640,1901,NULL,2,1934,1088,'Father and Daughter (Recovered Memory #12)','',122.375,-112.4453125,0,0,0,'2017-03-19 16:57:29'); -INSERT INTO `marker` VALUES (3641,1901,NULL,2,1933,1096,'Lynel','White-Maned Lynel',149.078125,-69.0234375,0,1,0,'2017-03-19 18:36:20'); -INSERT INTO `marker` VALUES (3642,1901,NULL,2,1933,1096,'Lynel','Silver Lynel',99.875,-73.28125,0,1,0,'2017-03-19 19:02:20'); -INSERT INTO `marker` VALUES (3643,1901,NULL,2,1933,1096,'Lynel','Silver Lynel',106.875,-72.4375,0,0,0,'2017-03-19 19:20:05'); -INSERT INTO `marker` VALUES (3644,1901,NULL,2,1901,1089,'Kara Kara Bazaar','',77.5625,-167.890625,0,0,0,'2017-03-19 19:36:38'); -INSERT INTO `marker` VALUES (3645,1901,NULL,2,1901,1101,'','',169.625,-73.9375,0,0,0,'2017-03-19 19:53:50'); -INSERT INTO `marker` VALUES (3646,1901,NULL,2,1901,1102,'','Done\r\n',115.09375,-152.171875,0,0,0,'2017-03-19 19:57:11'); -INSERT INTO `marker` VALUES (3647,1901,NULL,2,1933,1096,'Hinox','Blue Hinox',183.19140625,-133.77734375,0,1,0,'2017-03-19 20:19:33'); -INSERT INTO `marker` VALUES (3648,1901,NULL,2,1931,1096,'Enemy Camp','Lyzal Camp',184.5,-133.1015625,0,0,0,'2017-03-19 20:26:54'); -INSERT INTO `marker` VALUES (3649,1901,NULL,2,1906,1088,'Ancient Armor Set','',198.5703125,-78.5703125,0,0,0,'2017-03-19 20:35:06'); -INSERT INTO `marker` VALUES (3650,1901,NULL,2,1901,1096,'Chest','Star Fragment',193.94921875,-125.6875,0,0,0,'2017-03-19 20:46:28'); -INSERT INTO `marker` VALUES (3651,1901,NULL,2,1901,1047,',',',',101.71466636657715,-68.85429096221924,0,0,0,'2017-03-19 20:47:25'); -INSERT INTO `marker` VALUES (3652,1901,NULL,2,1913,1106,'Apples','Lots of apples',136.25,-124.09375,0,0,0,'2017-03-19 21:16:06'); -INSERT INTO `marker` VALUES (3653,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',191.78515625,-121.40234375,0,0,0,'2017-03-19 21:25:46'); -INSERT INTO `marker` VALUES (3654,1901,NULL,2,1933,925,'Blue Hinox','',174.8515625,-140.46875,0,0,0,'2017-03-19 21:50:08'); -INSERT INTO `marker` VALUES (3655,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',182.890625,-136.140625,0,0,0,'2017-03-19 21:53:58'); -INSERT INTO `marker` VALUES (3656,1901,NULL,2,1916,1110,'Korok Seed','Catch the sparkling, fairy-like Korok',148.7109375,-175.0078125,0,0,0,'2017-03-19 22:25:03'); -INSERT INTO `marker` VALUES (3657,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',174.65625,-125.23828125,0,0,0,'2017-03-19 22:28:49'); -INSERT INTO `marker` VALUES (3658,1901,NULL,2,1903,258,'Royal Claymore (52 damage)','Sword is sticking out of the skull on top of the tower. You have to climb around to get it.',142.3125,-102.625,0,0,0,'2017-03-19 22:29:55'); -INSERT INTO `marker` VALUES (3659,1901,NULL,2,1916,1110,'Korok Seed','Stand on stump and go through ring at the top of the waterfall.',155.78125,-175.75,0,0,0,'2017-03-19 22:32:34'); -INSERT INTO `marker` VALUES (3660,1901,NULL,2,1916,1110,'Korok Seed','Use magnesis to place the rock on the chain in the center of the stone square.',155.74609375,-173.8671875,0,0,0,'2017-03-19 22:35:20'); -INSERT INTO `marker` VALUES (3661,1901,NULL,2,1933,747,'Igneo Talus','',155.85546875,-100.2109375,0,0,0,'2017-03-19 22:41:33'); -INSERT INTO `marker` VALUES (3662,1901,NULL,2,1903,812,'Forest Dweller's Spear','The Koroks made this spear for Hylians. The shaft is made from a light, sturdy wood, offering ease of use. The spearhead is made from a much harder wood, offering strength.',139.390625,-97.8359375,0,0,0,'2017-03-19 22:51:55'); -INSERT INTO `marker` VALUES (3663,1901,NULL,2,1901,1112,'','',106.78125,-154.25,0,0,0,'2017-03-19 23:30:45'); -INSERT INTO `marker` VALUES (3664,1901,NULL,2,1930,1085,'Lylnel','',101.7265625,-69.8125,0,0,0,'2017-03-20 01:35:38'); -INSERT INTO `marker` VALUES (3665,1901,NULL,2,1901,1085,'Eldin Leviathan Bones','',152.8203125,-70.78125,0,0,0,'2017-03-20 01:45:41'); -INSERT INTO `marker` VALUES (3666,1901,NULL,2,1933,925,'Hinox','',158.75,-129.6171875,0,0,0,'2017-03-20 04:17:06'); -INSERT INTO `marker` VALUES (3667,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',164.0703125,-139.72265625,0,0,0,'2017-03-20 05:36:45'); -INSERT INTO `marker` VALUES (3668,1901,NULL,2,1933,1030,'Frost Talus (Rare)','',79.84765625,-82.64453125,0,1,0,'2017-03-20 05:39:45'); -INSERT INTO `marker` VALUES (3669,1901,NULL,2,1933,1030,'Black Hinox','',68.85546875,-103.63671875,0,1,0,'2017-03-20 05:41:21'); -INSERT INTO `marker` VALUES (3670,1901,NULL,2,1933,1030,'Stone Talus (Rare)','',77.2890625,-111.33203125,0,1,0,'2017-03-20 05:42:30'); -INSERT INTO `marker` VALUES (3671,1901,NULL,2,1933,1030,'Frost Talus (Rare)','',82.4453125,-148.1171875,0,1,0,'2017-03-20 05:48:23'); -INSERT INTO `marker` VALUES (3672,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',181.75,-145.1875,0,0,0,'2017-03-20 05:54:46'); -INSERT INTO `marker` VALUES (3675,1901,NULL,2,1910,1126,'Treasure Chest','',108.265625,-152.25,0,0,0,'2017-03-20 06:33:15'); -INSERT INTO `marker` VALUES (3676,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',191.72265625,-154.82421875,0,0,0,'2017-03-20 06:33:58'); -INSERT INTO `marker` VALUES (3677,1901,NULL,2,1901,1126,'Treasure Chest','',109.8515625,-148.6875,0,1,0,'2017-03-20 06:38:00'); -INSERT INTO `marker` VALUES (3678,1901,NULL,2,1934,1127,'Father's Disappointment','Zelda's study',122.0234375,-112.4609375,0,0,0,'2017-03-20 06:39:58'); -INSERT INTO `marker` VALUES (3679,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',180.6953125,-163.94140625,0,0,0,'2017-03-20 07:39:48'); -INSERT INTO `marker` VALUES (3680,1901,NULL,2,1933,925,'Stone Talus','',139.03125,-150.984375,0,0,0,'2017-03-20 09:11:52'); -INSERT INTO `marker` VALUES (3681,1901,NULL,2,1925,1136,'False marker','I couldn't remove the marker, but there is no shrine here, or even close enough to trigger the detector, but there is something orange in the nearby waterfall',177.1875,-121.484375,0,0,0,'2017-03-20 11:40:02'); -INSERT INTO `marker` VALUES (3682,1901,NULL,2,1901,1136,'Unknown orange glowing','just slightly under the water at the bottom of the waterfall. No clue what it is',176.140625,-120.87890625,0,0,0,'2017-03-20 11:42:04'); -INSERT INTO `marker` VALUES (3683,1901,NULL,2,1906,1142,'Done','',121.015625,-159.30078125,0,0,0,'2017-03-20 14:10:46'); -INSERT INTO `marker` VALUES (3684,1901,NULL,2,1916,1089,'Korok Seed','',113.421875,-118.00390625,0,0,0,'2017-03-20 14:11:58'); -INSERT INTO `marker` VALUES (3687,1901,NULL,2,1901,1146,'Got','',172.0625,-179.5,0,0,0,'2017-03-20 15:41:52'); -INSERT INTO `marker` VALUES (3688,1901,NULL,2,1933,1149,'Lynel','',101.0625,-73.21875,0,0,0,'2017-03-20 16:12:28'); -INSERT INTO `marker` VALUES (3689,1901,NULL,2,1901,1151,'','',179.9375,-134.375,0,0,0,'2017-03-20 16:18:31'); -INSERT INTO `marker` VALUES (3690,1901,NULL,2,1933,631,'Nydra','',188.125,-148.5,0,0,0,'2017-03-20 17:57:37'); -INSERT INTO `marker` VALUES (3691,1901,NULL,2,1914,631,'Sunshroom','',187.03125,-161.43359375,0,0,0,'2017-03-20 17:58:45'); -INSERT INTO `marker` VALUES (3692,1901,NULL,2,1903,631,'Woodcuters Axe','',112.15625,-159.984375,0,0,0,'2017-03-20 17:59:58'); -INSERT INTO `marker` VALUES (3693,1901,NULL,2,1914,631,'Hylian Shroom','',111.328125,-156.2890625,0,0,0,'2017-03-20 18:00:25'); -INSERT INTO `marker` VALUES (3694,1901,NULL,2,1914,631,'Hylian Shroom','',111.37109375,-156.31640625,0,0,0,'2017-03-20 18:00:31'); -INSERT INTO `marker` VALUES (3695,1901,NULL,2,1914,631,'Hylian Shroom','',111.84375,-156.859375,0,0,0,'2017-03-20 18:00:41'); -INSERT INTO `marker` VALUES (3696,1901,NULL,2,1914,631,'Hylian Shroom','',111.81640625,-156.83984375,0,0,0,'2017-03-20 18:00:47'); -INSERT INTO `marker` VALUES (3697,1901,NULL,2,1914,631,'Hylian Shroom','',111.296875,-156.24609375,0,0,0,'2017-03-20 18:00:56'); -INSERT INTO `marker` VALUES (3698,1901,NULL,2,1904,631,'Soldiers Bow','',115.2578125,-158.71875,0,0,0,'2017-03-20 18:01:13'); -INSERT INTO `marker` VALUES (3702,1901,NULL,2,1926,631,'Divine Beast Vah Rudania','',167.59375,-87.34375,0,0,0,'2017-03-20 18:03:49'); -INSERT INTO `marker` VALUES (3706,1901,NULL,2,1904,631,'Ice Arrows x10','',179.421875,-104.6953125,0,0,0,'2017-03-20 18:06:43'); -INSERT INTO `marker` VALUES (3707,1901,NULL,2,1903,631,'Travelers Sword','',137.1875,-136.9453125,0,0,0,'2017-03-20 18:07:24'); -INSERT INTO `marker` VALUES (3708,1901,NULL,2,1903,631,'Travelers Spear','',137.19140625,-136.9453125,0,0,0,'2017-03-20 18:07:36'); -INSERT INTO `marker` VALUES (3709,1901,NULL,2,1901,1162,'','',133.984375,-130.17578125,0,0,0,'2017-03-20 18:11:29'); -INSERT INTO `marker` VALUES (3710,1901,NULL,2,1934,1164,'Father and Daughter (#12)','',122.3046875,-112.44140625,0,0,0,'2017-03-20 18:21:32'); -INSERT INTO `marker` VALUES (3711,1901,NULL,2,1901,1168,'arrow farming','',121.703125,-187.125,0,0,0,'2017-03-20 19:00:27'); -INSERT INTO `marker` VALUES (3712,1901,NULL,2,1927,1167,'Done','',58.75,-77.59375,0,0,0,'2017-03-20 19:03:22'); -INSERT INTO `marker` VALUES (3713,1901,NULL,2,1927,1167,'Done','',58.1015625,-69.2734375,0,0,0,'2017-03-20 19:03:59'); -INSERT INTO `marker` VALUES (3714,1901,NULL,2,1933,925,'Hinox','',148.921875,-169.2578125,0,0,0,'2017-03-20 19:08:50'); -INSERT INTO `marker` VALUES (3715,1901,NULL,2,1933,1169,'Blue Hinox','',133.09375,-78.46875,0,0,0,'2017-03-20 19:20:11'); -INSERT INTO `marker` VALUES (3716,1901,NULL,2,1914,1172,'Zapshroom ','Zapshroom Spawn',98.046875,-178.921875,0,0,0,'2017-03-20 20:11:20'); -INSERT INTO `marker` VALUES (3717,1901,NULL,2,1914,1172,'Zapshroom ','Zapshroom Spawn',93.890625,-176.8359375,0,0,0,'2017-03-20 20:12:18'); -INSERT INTO `marker` VALUES (3718,1901,NULL,2,1912,1172,'Stealthfin Trout','Stealthfin Trout',137.875,-103.0625,0,0,0,'2017-03-20 20:12:52'); -INSERT INTO `marker` VALUES (3719,1901,NULL,2,1912,1172,'Stealthfin Trout','Stealthfin Trout Spawn',129.5625,-102.9375,0,0,0,'2017-03-20 20:13:17'); -INSERT INTO `marker` VALUES (3720,1901,NULL,2,1912,1172,'Stealthfin Trout','Stealthfin Trout Spawn',123.9375,-97.5625,0,0,0,'2017-03-20 20:13:41'); -INSERT INTO `marker` VALUES (3721,1901,NULL,2,1914,1172,'Sunshroom','Sunshroom Spawn',187.46875,-161.09375,0,0,0,'2017-03-20 20:14:23'); -INSERT INTO `marker` VALUES (3722,1901,NULL,2,1901,1172,'Sunshroom','Sunshroom Spawn',189.0625,-159.875,0,0,0,'2017-03-20 20:14:35'); -INSERT INTO `marker` VALUES (3723,1901,NULL,2,1914,1172,'Sunshroom','Sunshroom Spawn',188.0625,-159.40625,0,0,0,'2017-03-20 20:14:49'); -INSERT INTO `marker` VALUES (3724,1901,NULL,2,1914,1172,'Sunshroom','Sunshroom Spawn',186.8125,-159.40625,0,0,0,'2017-03-20 20:15:04'); -INSERT INTO `marker` VALUES (3725,1901,NULL,2,1913,1172,'Swift Violet','Swift Violet Spawn',153.4375,-157.796875,0,0,0,'2017-03-20 20:15:45'); -INSERT INTO `marker` VALUES (3726,1901,NULL,2,1901,1172,'Swift Violet','Swift Violet Spawn',93.71875,-166.1875,0,0,0,'2017-03-20 20:16:06'); -INSERT INTO `marker` VALUES (3727,1901,NULL,2,1913,1172,'Swift Violet','Swift Violet',93.140625,-165.140625,0,0,0,'2017-03-20 20:16:22'); -INSERT INTO `marker` VALUES (3728,1901,NULL,2,1913,1172,'Swift Violet ','Swift Violet',180.0078125,-120.46875,0,0,0,'2017-03-20 20:16:55'); -INSERT INTO `marker` VALUES (3729,1901,NULL,2,1912,1172,'Hearty Bass','Hearty Bass Spawn',153.57421875,-185.46484375,0,0,0,'2017-03-20 20:17:29'); -INSERT INTO `marker` VALUES (3730,1901,NULL,2,1915,1172,'Ice Keese Wings','5 Keese 10 wings',98.203125,-80.078125,0,0,0,'2017-03-20 20:18:53'); -INSERT INTO `marker` VALUES (3731,1901,NULL,2,1914,1172,'Zapshroom ','',68.28515625,-173.82421875,0,0,0,'2017-03-20 20:20:02'); -INSERT INTO `marker` VALUES (3732,1901,NULL,2,1914,1172,'Sunshroom','',68.30859375,-173.859375,0,0,0,'2017-03-20 20:20:16'); -INSERT INTO `marker` VALUES (3733,1901,NULL,2,1913,1172,'Voltfruit','',68.16796875,-173.078125,0,0,0,'2017-03-20 20:20:49'); -INSERT INTO `marker` VALUES (3734,1901,NULL,2,1913,1172,'Warm Saffina','Warm Saffina Spawn',69.015625,-169.875,0,0,0,'2017-03-20 20:21:23'); -INSERT INTO `marker` VALUES (3735,1901,NULL,2,1913,1172,'Warm Saffina','Warm Saffina Spawn',68.96875,-168.421875,0,0,0,'2017-03-20 20:21:40'); -INSERT INTO `marker` VALUES (3736,1901,NULL,2,1913,1172,'Warm Saffina','Warm Saffina Spawn',68.890625,-166.6875,0,0,0,'2017-03-20 20:21:53'); -INSERT INTO `marker` VALUES (3737,1901,NULL,2,1913,1172,'Electric Saffina','Electric Saffina Spawn',69.640625,-166.0859375,0,0,0,'2017-03-20 20:22:20'); -INSERT INTO `marker` VALUES (3738,1901,NULL,2,1913,1172,'Electric Saffina Spawn','Electric Saffina Spawn',69.5625,-168,0,0,0,'2017-03-20 20:22:33'); -INSERT INTO `marker` VALUES (3739,1901,NULL,2,1913,1172,'Electric Saffina','Electric Saffina Spawn',69.578125,-169.8125,0,0,0,'2017-03-20 20:22:47'); -INSERT INTO `marker` VALUES (3740,1901,NULL,2,1913,1172,'Electric Saffina','Electric Saffina Spawn',51.6484375,-187.65234375,0,0,0,'2017-03-20 20:23:07'); -INSERT INTO `marker` VALUES (3741,1901,NULL,2,1913,1172,'Warm Saffina Spawn','Warm Saffina Spawn',51.85546875,-187.7734375,0,0,0,'2017-03-20 20:23:24'); -INSERT INTO `marker` VALUES (3742,1901,NULL,2,1901,1175,'asd','asd',110.125,-116.0703125,0,0,0,'2017-03-20 20:55:45'); -INSERT INTO `marker` VALUES (3744,1901,NULL,2,1913,1179,'Endura Carrots','',91.84375,-136.14453125,0,0,0,'2017-03-20 21:50:01'); -INSERT INTO `marker` VALUES (3745,1901,NULL,2,1926,1180,'Divine Beast Vah Rudania','',167.16624450683594,-87.125,0,1,0,'2017-03-20 21:53:22'); -INSERT INTO `marker` VALUES (3746,1901,NULL,2,1926,1180,'Divine Beast Vah Naboris','',82.33312225341797,-183.89562511444092,0,1,0,'2017-03-20 21:54:25'); -INSERT INTO `marker` VALUES (3747,1901,NULL,2,1926,1180,'Divine Beast Vah Medoh','',71.66687393188477,-96.45874977111816,0,1,0,'2017-03-20 21:55:48'); -INSERT INTO `marker` VALUES (3748,1901,NULL,2,1923,1089,'Ridgeland Tower','',100.28125,-115.75,0,0,0,'2017-03-20 21:56:18'); -INSERT INTO `marker` VALUES (3749,1901,NULL,2,1936,296,'300 Rupee Chest','Behind the Cracked wall is a gold Rupee',158.40625,-76.6796875,0,0,0,'2017-03-20 22:13:17'); -INSERT INTO `marker` VALUES (3750,1901,NULL,2,1916,1187,'Circles','Jump in the circle formed by nenuphars.',114.140625,-157.55078125,0,0,0,'2017-03-20 23:40:03'); -INSERT INTO `marker` VALUES (3751,1901,NULL,2,1916,1187,'Fairy Dust','',115.3828125,-158.7421875,0,0,0,'2017-03-20 23:48:05'); -INSERT INTO `marker` VALUES (3752,1901,NULL,2,1933,1195,'Lynel','Part of the Zora quest line, good for farming shock arrows',188.1875,-119.125,0,0,0,'2017-03-21 02:21:18'); -INSERT INTO `marker` VALUES (3754,1901,NULL,2,1931,1195,'Bokoblin Camp','',118.1953125,-158.0234375,0,0,0,'2017-03-21 02:23:47'); -INSERT INTO `marker` VALUES (3755,1901,NULL,2,1936,1195,'Cracked Wall','Cracked Wall with a chest inside',114.359375,-158.1875,0,0,0,'2017-03-21 02:26:37'); -INSERT INTO `marker` VALUES (3756,1901,NULL,2,1906,1195,'Diamond Circlet','Down the hole in front of the shrine, in a chest in the Guardian graveyard',200.734375,-70.2578125,0,0,0,'2017-03-21 02:33:02'); -INSERT INTO `marker` VALUES (3757,1901,NULL,2,1933,1197,'Stone Talus','',154.4453125,-180.203125,0,0,0,'2017-03-21 02:56:58'); -INSERT INTO `marker` VALUES (3758,1901,NULL,2,1901,1198,'','',187.10546875,-161.2265625,0,0,0,'2017-03-21 03:24:06'); -INSERT INTO `marker` VALUES (3759,1901,NULL,2,1901,1202,'','',173.9296875,-181.55859375,0,0,0,'2017-03-21 03:44:36'); -INSERT INTO `marker` VALUES (3760,1901,NULL,2,1933,869,'Lynel','',101.625,-71.0625,0,0,0,'2017-03-21 04:03:38'); -INSERT INTO `marker` VALUES (3761,1901,NULL,2,1933,869,'Lynel','',107.578125,-72.453125,0,0,0,'2017-03-21 04:03:57'); -INSERT INTO `marker` VALUES (3762,1901,NULL,2,1933,869,'Lynel','',97.546875,-71.59375,0,0,0,'2017-03-21 04:04:10'); -INSERT INTO `marker` VALUES (3763,1901,NULL,2,1933,869,'Lynel','',121.96875,-79.828125,0,0,0,'2017-03-21 04:06:27'); -INSERT INTO `marker` VALUES (3764,1901,NULL,2,1933,869,'Hinox','',133.578125,-79.140625,0,0,0,'2017-03-21 04:06:44'); -INSERT INTO `marker` VALUES (3765,1901,NULL,2,1933,869,'Lynel','',131.15625,-70.984375,0,0,0,'2017-03-21 04:07:03'); -INSERT INTO `marker` VALUES (3766,1901,NULL,2,1933,869,'Lynel','',148.3125,-69.09375,0,0,0,'2017-03-21 04:07:19'); -INSERT INTO `marker` VALUES (3767,1901,NULL,2,1933,869,'Talus','',161.375,-80.953125,0,0,0,'2017-03-21 04:07:41'); -INSERT INTO `marker` VALUES (3768,1901,NULL,2,1933,869,'Talus','',161.3671875,-94.0078125,0,0,0,'2017-03-21 04:08:03'); -INSERT INTO `marker` VALUES (3769,1901,NULL,2,1933,869,'Lynel','',187.96875,-77.46875,0,0,0,'2017-03-21 04:08:22'); -INSERT INTO `marker` VALUES (3770,1901,NULL,2,1933,869,'Lynel','',185.203125,-82.453125,0,0,0,'2017-03-21 04:08:34'); -INSERT INTO `marker` VALUES (3771,1901,NULL,2,1933,869,'Stalnox Hinox','',192.75,-93.046875,0,0,0,'2017-03-21 04:09:34'); -INSERT INTO `marker` VALUES (3772,1901,NULL,2,1933,869,'Hinox','',179.234375,-108.3125,0,0,0,'2017-03-21 04:09:52'); -INSERT INTO `marker` VALUES (3773,1901,NULL,2,1933,869,'Lynel','',188.234375,-119.171875,0,0,0,'2017-03-21 04:10:09'); -INSERT INTO `marker` VALUES (3774,1901,NULL,2,1933,869,'Hinox','',173.734375,-123.765625,0,0,0,'2017-03-21 04:10:24'); -INSERT INTO `marker` VALUES (3775,1901,NULL,2,1933,869,'Talus','',190.34375,-125.515625,0,0,0,'2017-03-21 04:10:36'); -INSERT INTO `marker` VALUES (3776,1901,NULL,2,1933,869,'Hinox','',183.171875,-133.78125,0,0,0,'2017-03-21 04:10:49'); -INSERT INTO `marker` VALUES (3777,1901,NULL,2,1933,869,'Hinox','',197.390625,-133.546875,0,0,0,'2017-03-21 04:11:02'); -INSERT INTO `marker` VALUES (3778,1901,NULL,2,1933,869,'Lynel','',197.921875,-139.921875,0,0,0,'2017-03-21 04:11:12'); -INSERT INTO `marker` VALUES (3779,1901,NULL,2,1933,869,'Talus','',178.015625,-157.84375,0,0,0,'2017-03-21 04:11:35'); -INSERT INTO `marker` VALUES (3780,1901,NULL,2,1933,869,'Hinox','',177.953125,-174.578125,0,0,0,'2017-03-21 04:12:04'); -INSERT INTO `marker` VALUES (3781,1901,NULL,2,1933,869,'Hinox','',171.203125,-170.40625,0,0,0,'2017-03-21 04:12:14'); -INSERT INTO `marker` VALUES (3782,1901,NULL,2,1933,869,'Hinox','',165.828125,-171.46875,0,0,0,'2017-03-21 04:12:28'); -INSERT INTO `marker` VALUES (3783,1901,NULL,2,1933,869,'Hinox','',170.125,-174.40625,0,0,0,'2017-03-21 04:12:43'); -INSERT INTO `marker` VALUES (3784,1901,NULL,2,1933,869,'Talus','',179.140625,-181.390625,0,0,0,'2017-03-21 04:12:59'); -INSERT INTO `marker` VALUES (3785,1901,NULL,2,1933,869,'Hinox','',144.09375,-182.59375,0,0,0,'2017-03-21 04:13:22'); -INSERT INTO `marker` VALUES (3786,1901,NULL,2,1933,869,'Lynel','',115.6875,-184.703125,0,0,0,'2017-03-21 04:13:47'); -INSERT INTO `marker` VALUES (3787,1901,NULL,2,1933,869,'Talus','',112.828125,-178.5625,0,0,0,'2017-03-21 04:14:01'); -INSERT INTO `marker` VALUES (3788,1901,NULL,2,1933,869,'Lynel','',114.609375,-177.53125,0,0,0,'2017-03-21 04:14:14'); -INSERT INTO `marker` VALUES (3789,1901,NULL,2,1933,869,'Molduga','',68.015625,-183.984375,0,0,0,'2017-03-21 04:14:50'); -INSERT INTO `marker` VALUES (3790,1901,NULL,2,1933,869,'Molduga','',63.171875,-187.265625,0,0,0,'2017-03-21 04:15:07'); -INSERT INTO `marker` VALUES (3791,1901,NULL,2,1933,869,'Molduga','',57.171875,-176.390625,0,0,0,'2017-03-21 04:15:26'); -INSERT INTO `marker` VALUES (3792,1901,NULL,2,1933,869,'Molduga','',53.109375,-171.75,0,0,0,'2017-03-21 04:15:50'); -INSERT INTO `marker` VALUES (3793,1901,NULL,2,1933,869,'Talus','',72.40625,-152.4375,0,0,0,'2017-03-21 04:16:25'); -INSERT INTO `marker` VALUES (3794,1901,NULL,2,1933,869,'Talus','',68.59375,-147.15625,0,0,0,'2017-03-21 04:16:39'); -INSERT INTO `marker` VALUES (3795,1901,NULL,2,1933,869,'Lynel','',63.8125,-141.84375,0,0,0,'2017-03-21 04:16:50'); -INSERT INTO `marker` VALUES (3796,1901,NULL,2,1933,869,'Talus','',79.15625,-128.875,0,0,0,'2017-03-21 04:17:06'); -INSERT INTO `marker` VALUES (3797,1901,NULL,2,1933,869,'Lynel','',83.0625,-123.5,0,0,0,'2017-03-21 04:17:20'); -INSERT INTO `marker` VALUES (3798,1901,NULL,2,1933,869,'Hinox','',90.59375,-121.53125,0,0,0,'2017-03-21 04:17:33'); -INSERT INTO `marker` VALUES (3799,1901,NULL,2,1933,869,'Talus','',80.03125,-82.625,0,0,0,'2017-03-21 04:17:57'); -INSERT INTO `marker` VALUES (3800,1901,NULL,2,1933,869,'Talus','',94.0625,-103.28125,0,0,0,'2017-03-21 04:18:18'); -INSERT INTO `marker` VALUES (3801,1901,NULL,2,1933,869,'Lynel','',116.6875,-98.75,0,0,0,'2017-03-21 04:18:38'); -INSERT INTO `marker` VALUES (3802,1901,NULL,2,1933,869,'Hinox','',149.03125,-169.71875,0,0,0,'2017-03-21 04:19:29'); -INSERT INTO `marker` VALUES (3803,1901,NULL,2,1933,869,'Stone Talus (Senior)','',150.75,-148.84375,0,0,0,'2017-03-21 04:19:56'); -INSERT INTO `marker` VALUES (3804,1901,NULL,2,1933,869,'Hinox','',165.78125,-146.4375,0,0,0,'2017-03-21 04:20:26'); -INSERT INTO `marker` VALUES (3805,1901,NULL,2,1933,869,'Hinox','',174.03125,-140.625,0,0,0,'2017-03-21 04:20:45'); -INSERT INTO `marker` VALUES (3806,1901,NULL,2,1933,1195,'Blue Hinox','',173.8125,-124.140625,0,0,0,'2017-03-21 04:42:18'); -INSERT INTO `marker` VALUES (3807,1901,NULL,2,1901,1204,'done','',102.1796875,-127.328125,0,0,0,'2017-03-21 04:44:15'); -INSERT INTO `marker` VALUES (3808,1901,NULL,2,1901,1168,'farm arrows.','',76.890625,-124.8125,0,0,0,'2017-03-21 05:09:59'); -INSERT INTO `marker` VALUES (3809,1901,NULL,2,1901,712,'','',125.6875,-106.75,0,0,0,'2017-03-21 05:29:23'); -INSERT INTO `marker` VALUES (3810,1901,NULL,2,1901,712,'','',125.75,-102.375,0,0,0,'2017-03-21 05:29:34'); -INSERT INTO `marker` VALUES (3811,1901,NULL,2,1930,1209,'Lynel','',107.734375,-71.59375,0,1,0,'2017-03-21 06:09:21'); -INSERT INTO `marker` VALUES (3812,1901,NULL,2,1933,1210,'Lynel','White-Maned Lynel',101.2890625,-72.4140625,0,0,0,'2017-03-21 06:24:20'); -INSERT INTO `marker` VALUES (3813,1901,NULL,2,1901,652,'Cracked Guardian','',152.4375,-154.796875,0,0,0,'2017-03-21 10:22:29'); -INSERT INTO `marker` VALUES (3815,1901,NULL,2,1901,1215,'','',59.93093681335449,-68.74656200408936,0,0,0,'2017-03-21 10:41:31'); -INSERT INTO `marker` VALUES (3816,1901,NULL,2,1901,1217,'found','Found',156.75390625,-141.9765625,0,0,0,'2017-03-21 11:37:49'); -INSERT INTO `marker` VALUES (3817,1901,NULL,2,1901,1217,'found','You should add a way to turn off individual markers so we know what we have found :) This map is awesome!',156.7578125,-142.046875,0,0,0,'2017-03-21 11:39:23'); -INSERT INTO `marker` VALUES (3818,1901,NULL,2,1912,1218,'Hearty Bass','Found my first and so far only Hearty Bass here, a bit to the right of the lake. There is also hyrule bass in the lake.',179.703125,-180.484375,0,0,0,'2017-03-21 11:44:39'); -INSERT INTO `marker` VALUES (3820,1901,NULL,2,1926,1223,'Vah Medoh','',68.5703125,-91.875,0,0,0,'2017-03-21 14:14:49'); -INSERT INTO `marker` VALUES (3821,1901,NULL,2,1901,1220,'How to find this korok?','',62.453125,-86.15625,0,0,0,'2017-03-21 14:14:58'); -INSERT INTO `marker` VALUES (3822,1901,NULL,2,1926,1222,'Divine Beast Vah Medoh','',71.53125,-98.92578125,0,0,0,'2017-03-21 14:18:28'); -INSERT INTO `marker` VALUES (3823,1901,NULL,2,1911,1222,'Wolfs, QA : Divine','',188.8046875,-107.39453125,0,0,0,'2017-03-21 14:26:22'); -INSERT INTO `marker` VALUES (3824,1901,NULL,2,1933,1227,'Lynel','',112.21875,-175.5625,0,0,0,'2017-03-21 15:45:01'); -INSERT INTO `marker` VALUES (3825,1901,NULL,2,1901,1228,'Village','',157.40625,-143.875,0,0,0,'2017-03-21 15:54:00'); -INSERT INTO `marker` VALUES (3826,1901,NULL,2,1916,1229,'already','',52.328125,-187.8984375,0,0,0,'2017-03-21 16:08:21'); -INSERT INTO `marker` VALUES (3827,1901,NULL,2,1916,1229,'already','',52.21875,-188.015625,0,0,0,'2017-03-21 16:09:08'); -INSERT INTO `marker` VALUES (3828,1901,NULL,2,1935,25,'Riddles of Hyrule','Answer riddles at the top of the Deku Tree.',134.390625,-93.734375,0,0,0,'2017-03-21 16:49:36'); -INSERT INTO `marker` VALUES (3829,1901,NULL,2,1901,1231,'Boss','Silver Lynel',139.375,-70.75,0,0,0,'2017-03-21 17:09:57'); -INSERT INTO `marker` VALUES (3830,1901,NULL,2,1933,1231,'Lynel','Lynel',188.21875,-118.96875,0,0,0,'2017-03-21 17:11:12'); -INSERT INTO `marker` VALUES (3831,1901,NULL,2,1933,1231,'Silver Lynel','',144.6875,-70.1875,0,0,0,'2017-03-21 17:12:18'); -INSERT INTO `marker` VALUES (3832,1901,NULL,2,1901,1233,'done','',154.125,-89.625,0,0,0,'2017-03-21 17:20:12'); -INSERT INTO `marker` VALUES (3834,1901,NULL,2,1933,1235,'Lynel','Red Maned Lynel. Recommended fight before attacking Van Ruta.',188.1328125,-119.1015625,0,1,0,'2017-03-21 17:43:02'); -INSERT INTO `marker` VALUES (3835,1901,NULL,2,1933,1030,'Black Hinox','',166.8828125,-125.84375,0,1,0,'2017-03-21 17:54:18'); -INSERT INTO `marker` VALUES (3836,1901,NULL,2,1933,1241,'Stone Talous (Luminous)','',82.5,-162.5625,0,0,0,'2017-03-21 19:47:11'); -INSERT INTO `marker` VALUES (3837,1901,NULL,2,1916,43,'Stump Tree Race','',191.734375,-154.8359375,0,0,0,'2017-03-21 20:19:45'); -INSERT INTO `marker` VALUES (3838,1901,NULL,2,1933,1245,'Molduga','',68.6484375,-184.1640625,0,0,0,'2017-03-21 20:25:09'); -INSERT INTO `marker` VALUES (3839,1901,NULL,2,1933,1245,'Hinox','',165.828125,-171.4375,0,0,0,'2017-03-21 20:27:02'); -INSERT INTO `marker` VALUES (3840,1901,NULL,2,1933,1245,'Hinox','',171.234375,-170.5,0,0,0,'2017-03-21 20:27:21'); -INSERT INTO `marker` VALUES (3841,1901,NULL,2,1901,1245,'Hinox','',170.1015625,-174.296875,0,0,0,'2017-03-21 20:27:36'); -INSERT INTO `marker` VALUES (3842,1901,NULL,2,1933,1246,'White-maned Lynel','',101.015625,-72.703125,0,0,0,'2017-03-21 20:44:19'); -INSERT INTO `marker` VALUES (3843,1901,NULL,2,1926,1247,'Devine Beast Vah Rudania','',166.375,-87.375,0,0,0,'2017-03-21 21:20:10'); -INSERT INTO `marker` VALUES (3844,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:00'); -INSERT INTO `marker` VALUES (3845,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:00'); -INSERT INTO `marker` VALUES (3846,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:00'); -INSERT INTO `marker` VALUES (3847,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:01'); -INSERT INTO `marker` VALUES (3848,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:01'); -INSERT INTO `marker` VALUES (3849,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:01'); -INSERT INTO `marker` VALUES (3850,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); -INSERT INTO `marker` VALUES (3851,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); -INSERT INTO `marker` VALUES (3852,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); -INSERT INTO `marker` VALUES (3853,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); -INSERT INTO `marker` VALUES (3854,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); -INSERT INTO `marker` VALUES (3855,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); -INSERT INTO `marker` VALUES (3856,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3857,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3858,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3859,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3860,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3861,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3862,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3863,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); -INSERT INTO `marker` VALUES (3864,1901,NULL,2,1916,1238,'','',79.6875,-144.34375,0,0,0,'2017-03-21 21:24:56'); -INSERT INTO `marker` VALUES (3865,1901,NULL,2,1933,1246,'Stone Talus','',154.40625,-180.1328125,0,0,0,'2017-03-21 21:34:50'); -INSERT INTO `marker` VALUES (3866,1901,NULL,2,1933,1246,'Stone Talus','',133.61328125,-157.80859375,0,0,0,'2017-03-21 21:35:54'); -INSERT INTO `marker` VALUES (3867,1901,NULL,2,1933,1246,'Stone Talus','',151.046875,-148.921875,0,0,0,'2017-03-21 21:36:26'); -INSERT INTO `marker` VALUES (3868,1901,NULL,2,1933,1246,'Stone Talus','',178.046875,-157.734375,0,0,0,'2017-03-21 21:37:44'); -INSERT INTO `marker` VALUES (3869,1901,NULL,2,1933,1246,'Stone Talus','',179.1875,-181.34375,0,0,0,'2017-03-21 21:38:05'); -INSERT INTO `marker` VALUES (3870,1901,NULL,2,1933,1250,'Stal','',111.6171875,-91.234375,0,0,0,'2017-03-21 21:50:25'); -INSERT INTO `marker` VALUES (3871,1901,NULL,2,1916,1253,'ok','',110.25,-157.8203125,0,0,0,'2017-03-21 23:15:00'); -INSERT INTO `marker` VALUES (3872,1901,NULL,2,1903,1253,'Traveler's Bow','',113.96484375,-154.1328125,0,0,0,'2017-03-21 23:29:54'); -INSERT INTO `marker` VALUES (3873,1901,NULL,2,1903,1253,'Torch','',114.0078125,-154.1328125,0,0,0,'2017-03-21 23:30:26'); -INSERT INTO `marker` VALUES (3874,1901,NULL,2,1901,1253,'Cooking pot','',113.96484375,-154.1796875,0,0,0,'2017-03-21 23:33:12'); -INSERT INTO `marker` VALUES (3875,1901,NULL,2,1916,1187,'Korok Seed','',121.3515625,-159.625,0,0,0,'2017-03-21 23:51:48'); -INSERT INTO `marker` VALUES (3876,1901,NULL,2,1903,1253,'Soldier's Broadsword','in top',121.59765625,-158.97265625,0,0,0,'2017-03-22 00:59:48'); -INSERT INTO `marker` VALUES (3877,1901,NULL,2,1916,1259,'Aquired','',109.6875,-164.15625,0,0,0,'2017-03-22 01:23:23'); -INSERT INTO `marker` VALUES (3878,1901,NULL,2,1933,1235,'Savage Lynel','White-Maned Lynel with a Zebra body. Possesses the Savage Sword, Bow, and Shield.',101.6875,-72.03125,0,0,0,'2017-03-22 01:43:17'); -INSERT INTO `marker` VALUES (3879,1901,NULL,2,1901,1235,'Savage Lynel','White-Maned Lynel with a Zebra body. Possesses the Savage Sword, Bow, and Shield.',96.09375,-71.125,0,0,0,'2017-03-22 01:43:33'); -INSERT INTO `marker` VALUES (3880,1901,NULL,2,1901,1235,'Stalker Guardian','The main enemy found in this maze other than the skywatchers',200.7578125,-70.65625,0,0,0,'2017-03-22 01:44:33'); -INSERT INTO `marker` VALUES (3881,1901,NULL,2,1903,1235,'Great Thunderblade','Unknown requirements for spawning. But it's there.',92.25390625,-134.45703125,0,0,0,'2017-03-22 01:45:46'); -INSERT INTO `marker` VALUES (3882,1901,NULL,2,1926,1235,'Divine Beast Van Rudania','',168,-87.5625,0,1,0,'2017-03-22 01:47:07'); -INSERT INTO `marker` VALUES (3883,1901,NULL,2,1926,1235,'Divine Beast Van Medoh','This is the Flight Range, which is how to can access the dungeon. otherwise inaccessible.',68,-92.25,0,1,0,'2017-03-22 01:48:21'); -INSERT INTO `marker` VALUES (3884,1901,NULL,2,1926,1235,'Divine Beast Van Naboris','',87.375,-183.40625,0,1,0,'2017-03-22 01:48:51'); -INSERT INTO `marker` VALUES (3885,1901,NULL,2,1903,1235,'Master Sword','Requires at least 13 hearts before obtaining',134.34375,-94.4375,0,1,0,'2017-03-22 01:50:13'); -INSERT INTO `marker` VALUES (3886,1901,NULL,2,1934,1235,'Calamity Master Sword','Triggers a flashback of Zelda's memory contained in the Master Sword after pulling.',134.3359375,-94.43359375,0,1,0,'2017-03-22 01:51:14'); -INSERT INTO `marker` VALUES (3887,1901,NULL,2,1916,1261,'asdf','asdf',130.875,-129.1875,0,0,0,'2017-03-22 02:05:03'); -INSERT INTO `marker` VALUES (3888,1901,NULL,2,1904,1263,'Infinite Arrows Farming Glitch','',117.53125,-178.484375,0,0,0,'2017-03-22 02:29:23'); -INSERT INTO `marker` VALUES (3889,1901,NULL,2,1933,1030,'Hinox','',174.7890625,-140.2734375,0,1,0,'2017-03-22 03:58:55'); -INSERT INTO `marker` VALUES (3890,1901,NULL,2,1901,1266,'??→','',204,-141.5,0,0,0,'2017-03-22 04:02:11'); -INSERT INTO `marker` VALUES (3891,1901,NULL,2,1901,1266,'','',196.3125,-143.234375,0,0,0,'2017-03-22 04:02:36'); -INSERT INTO `marker` VALUES (3892,1901,NULL,2,1930,1253,'Guardian Stalker','',136.5546875,-189.3828125,0,0,0,'2017-03-22 04:08:57'); -INSERT INTO `marker` VALUES (3893,1901,NULL,2,1925,1267,'','done',155.90625,-174.734375,0,1,0,'2017-03-22 04:12:16'); -INSERT INTO `marker` VALUES (3894,1901,NULL,2,1915,880,'Courser Bee Honey','',122.0703125,-151.4765625,0,0,0,'2017-03-22 05:49:24'); -INSERT INTO `marker` VALUES (3895,1901,NULL,2,1901,1270,'k','k',69.328125,-67.90625,0,0,0,'2017-03-22 06:05:57'); -INSERT INTO `marker` VALUES (3896,1901,NULL,2,1901,1270,'k','kk',69.21875,-67.78125,0,0,0,'2017-03-22 06:06:16'); -INSERT INTO `marker` VALUES (3897,1901,NULL,2,1930,1271,'Lizalfos','',169.65625,-145.4375,0,0,0,'2017-03-22 06:16:57'); -INSERT INTO `marker` VALUES (3898,1901,NULL,2,1930,1271,'Yiga Footsoldier','',163.59375,-140.40625,0,0,0,'2017-03-22 06:19:22'); -INSERT INTO `marker` VALUES (3899,1901,NULL,2,1901,1272,'ok','',122.375,-168.625,0,0,0,'2017-03-22 06:43:30'); -INSERT INTO `marker` VALUES (3900,1901,NULL,2,1933,1246,'Stone Talus (Luminous)','',93.96875,-103.19921875,0,0,0,'2017-03-22 09:45:19'); -INSERT INTO `marker` VALUES (3901,1901,NULL,2,1933,1246,'Stone Talus (Luminous)','',140.0859375,-112.1015625,0,0,0,'2017-03-22 09:49:49'); -INSERT INTO `marker` VALUES (3902,1901,NULL,2,1901,1025,'Rito Stable','',76.875,-100.3125,0,0,0,'2017-03-22 10:54:04'); -INSERT INTO `marker` VALUES (3903,1901,NULL,2,1933,1278,'Blue Hinox','',144.078125,-182.75,0,0,0,'2017-03-22 12:03:43'); -INSERT INTO `marker` VALUES (3904,1901,NULL,2,1933,1279,'Igneo Talus','',161.375,-93.98046875,0,0,0,'2017-03-22 12:06:22'); -INSERT INTO `marker` VALUES (3905,1901,NULL,2,1916,1283,'','',182.84375,-105.0625,0,0,0,'2017-03-22 13:51:05'); -INSERT INTO `marker` VALUES (3906,1901,NULL,2,1916,1283,'','',143.25,-99.875,0,0,0,'2017-03-22 13:58:30'); -INSERT INTO `marker` VALUES (3907,1901,NULL,2,1916,1283,'lol','',163.1875,-84.875,0,1,0,'2017-03-22 13:59:57'); -INSERT INTO `marker` VALUES (3908,1901,NULL,2,1916,1284,'Found','',128.3125,-130.5625,0,0,0,'2017-03-22 14:00:25'); -INSERT INTO `marker` VALUES (3909,1901,NULL,2,1930,1285,'Lynel','There is a Lynel',197.9375,-139.765625,0,1,0,'2017-03-22 14:15:22'); -INSERT INTO `marker` VALUES (3910,1901,NULL,2,1930,1285,'Lynel','',115.578125,-183.046875,0,0,0,'2017-03-22 14:16:23'); -INSERT INTO `marker` VALUES (3911,1901,NULL,2,1930,1285,'Lynel','',110.921875,-172.765625,0,0,0,'2017-03-22 14:16:37'); -INSERT INTO `marker` VALUES (3912,1901,NULL,2,1930,1285,'Lynel','',80.4375,-145.09375,0,0,0,'2017-03-22 14:17:01'); -INSERT INTO `marker` VALUES (3913,1901,NULL,2,1930,1285,'Lynel','',63.75,-139.0625,0,0,0,'2017-03-22 14:17:17'); -INSERT INTO `marker` VALUES (3914,1901,NULL,2,1901,1286,'Pondo's Snowling Game','',95.546875,-95.515625,0,0,0,'2017-03-22 14:56:12'); -INSERT INTO `marker` VALUES (3915,1901,NULL,2,1934,1288,'#13 Slumbering Power','Spring of Power Memory',186.484375,-86.53125,0,1,0,'2017-03-22 15:46:54'); -INSERT INTO `marker` VALUES (3916,1901,NULL,2,1933,1290,'Lynell','Red Lynell',188.21875,-119.1875,0,0,0,'2017-03-22 16:12:07'); -INSERT INTO `marker` VALUES (3917,1901,NULL,2,1933,1290,'Lynel','White Lynel',100.390625,-73.390625,0,0,0,'2017-03-22 16:16:50'); -INSERT INTO `marker` VALUES (3918,1901,NULL,2,1930,1085,'Lynel','',179.1796875,-147.03125,0,0,0,'2017-03-22 16:39:37'); -INSERT INTO `marker` VALUES (3919,1901,NULL,2,1935,1223,'Medicinal Molduga','',67.90625,-174.0078125,0,0,0,'2017-03-22 17:27:06'); -INSERT INTO `marker` VALUES (3920,1901,NULL,2,1935,1223,'Tools of the Trade','',67.98828125,-173.234375,0,0,0,'2017-03-22 17:32:48'); -INSERT INTO `marker` VALUES (3921,1901,NULL,2,1937,1296,'xD','',151.921875,-79.34375,0,0,0,'2017-03-22 17:51:36'); -INSERT INTO `marker` VALUES (3922,1901,NULL,2,1925,185,'Shrine Done','Complete',85.8125,-171.625,0,0,0,'2017-03-22 19:10:55'); -INSERT INTO `marker` VALUES (3923,1901,NULL,2,1916,1300,'','',50.5,-189.375,0,0,0,'2017-03-22 19:15:07'); -INSERT INTO `marker` VALUES (3924,1901,NULL,2,1933,1301,'Blue Lynel','',185.4140625,-81.91015625,0,0,0,'2017-03-22 19:20:54'); -INSERT INTO `marker` VALUES (3925,1901,NULL,2,1933,1030,'Blue Hinox','',173.75,-123.40625,0,1,0,'2017-03-22 19:43:52'); -INSERT INTO `marker` VALUES (3926,1901,NULL,2,1933,1030,'Lynel','',188.296875,-118.6875,0,1,0,'2017-03-22 19:44:38'); -INSERT INTO `marker` VALUES (3927,1901,NULL,2,1934,1303,'Captured Memory 12 - Father and Daughter','Set just outside Princess Zelda's Study in the grounds of Hyrule Castle, and so is the most dangerous and difficult Memory to find of all, but provided you have the Zora Armor from Zora's Domain, you're able to swim up waterfalls and make the journey both combat free and reasonably fast.',122,-112.4609375,0,0,0,'2017-03-22 20:04:37'); -INSERT INTO `marker` VALUES (3928,1901,NULL,2,1934,1303,'Captured Memory 13 - Slumbering Power','This can be found in the Spring of Power in the Akkala region in the far north east of the map.\r\n\r\nIf you head to the East Akkala Stable that's on the way to the Ankkala Ancient Tech Lab, go directly west and you should find the spring sunk into the ground. The memory is on a plinth in front of the water.',186.734375,-86.203125,0,0,0,'2017-03-22 20:06:16'); -INSERT INTO `marker` VALUES (3929,1901,NULL,2,1934,1303,'Captured Memory 17 - Zelda's Awakening','This Memory will become available once you have captured all 12 main Captured Memories and spoken to Impa, who will give you the clue of its location from a painting on the wall.\r\n\r\nTo find it, east of Ha Dahamar Shrine and Dueling Peaks Stable and towards Hateno Fort, through the sea of ruined Guardians. The memory is close to the center of the battlefield.',159.16015625,-157.94140625,0,0,0,'2017-03-22 20:11:35'); -INSERT INTO `marker` VALUES (3930,1901,NULL,2,1903,1303,'Master Sword','Navigate the lost woods with a torch. You need 13 heart containers to pull the master sword. ',134.03125,-96.65625,0,0,0,'2017-03-22 20:16:32'); -INSERT INTO `marker` VALUES (3931,1901,NULL,2,1934,1303,'Captured Memory 18 - The Master Sword','You'll unlock this as part of collecting the Master Sword from the Lost Woods.',134.21875,-96.796875,0,0,0,'2017-03-22 20:17:25'); -INSERT INTO `marker` VALUES (3932,1901,NULL,2,1933,1305,'Silver Lynel','great sword',82.953125,-123.796875,0,0,0,'2017-03-22 21:26:04'); -INSERT INTO `marker` VALUES (3933,1901,NULL,2,1933,1306,'Lynel','',99.3671875,-73.2265625,0,0,0,'2017-03-22 21:45:13'); -INSERT INTO `marker` VALUES (3934,1901,NULL,2,1933,1306,'Lynel','',106.7421875,-72.3671875,0,0,0,'2017-03-22 21:45:36'); -INSERT INTO `marker` VALUES (3935,1901,NULL,2,1936,1253,'','',158.671875,-175.64453125,0,0,0,'2017-03-22 22:08:35'); -INSERT INTO `marker` VALUES (3936,1901,NULL,2,1933,1306,'Stalnox','',158.15625,-165.125,0,0,0,'2017-03-22 23:58:23'); -INSERT INTO `marker` VALUES (3937,1901,NULL,2,1934,1314,'Slumbering Power','Recovered Memory #13',186.5078125,-86.48828125,0,1,0,'2017-03-23 01:41:48'); -INSERT INTO `marker` VALUES (3938,1901,NULL,2,1934,1315,'Memory 13','Just in front of the statue',186.6640625,-86.2421875,0,0,0,'2017-03-23 01:57:20'); -INSERT INTO `marker` VALUES (3939,1901,NULL,2,1934,1314,'Zelda's Awakening','Recovered Memory #17 - unlocks after finding the first 12 memories in the Sheikah Slate gallery.',158.9375,-157.92578125,0,1,0,'2017-03-23 02:33:02'); -INSERT INTO `marker` VALUES (3940,1901,NULL,2,1906,1317,'Barbarian Helm','armor',200.73828125,-70.26171875,0,1,0,'2017-03-23 02:36:28'); -INSERT INTO `marker` VALUES (3941,1901,NULL,2,1906,1317,'Barbarian armor','armor',99.95703125,-182.03125,0,1,0,'2017-03-23 02:37:17'); -INSERT INTO `marker` VALUES (3942,1901,NULL,2,1906,1317,'Barbarian leggings','armor',115.125,-72.7734375,0,1,0,'2017-03-23 02:37:48'); -INSERT INTO `marker` VALUES (3943,1901,NULL,2,1903,1317,'Master Sword','Weapon',134.75,-95.1015625,0,1,0,'2017-03-23 02:39:47'); -INSERT INTO `marker` VALUES (3944,1901,NULL,2,1906,1317,'Climbing bandana','',147.8984375,-156.84375,0,1,0,'2017-03-23 02:41:14'); -INSERT INTO `marker` VALUES (3945,1901,NULL,2,1906,1317,'Climbing gear','pants',190.6875,-174.765625,0,1,0,'2017-03-23 02:41:54'); -INSERT INTO `marker` VALUES (3946,1901,NULL,2,1906,1317,'Climbing boots','',193.55078125,-154.1484375,0,1,0,'2017-03-23 02:42:39'); -INSERT INTO `marker` VALUES (3947,1901,NULL,2,1906,1317,'Rubber armor','',92.578125,-113.859375,0,0,0,'2017-03-23 02:43:19'); -INSERT INTO `marker` VALUES (3948,1901,NULL,2,1906,1317,'Rubber helm','',152.30078125,-183.22265625,0,0,0,'2017-03-23 02:44:06'); -INSERT INTO `marker` VALUES (3949,1901,NULL,2,1901,1317,'Rubber tights','',159.3828125,-179.33203125,0,1,0,'2017-03-23 02:46:24'); -INSERT INTO `marker` VALUES (3950,1901,NULL,2,1906,1317,'Stealth armor','all the stealth armor',156.9296875,-143.3046875,0,1,0,'2017-03-23 02:47:33'); -INSERT INTO `marker` VALUES (3951,1901,NULL,2,1906,1317,'Hylian Armor','',157.04296875,-143.42578125,0,1,0,'2017-03-23 02:49:08'); -INSERT INTO `marker` VALUES (3952,1901,NULL,2,1906,1317,'Flamebreaker Armor','Whole armor set',153.6796875,-90.34375,0,0,0,'2017-03-23 02:49:59'); -INSERT INTO `marker` VALUES (3953,1901,NULL,2,1901,1317,'Zora armor','',179.828125,-120.10546875,0,0,0,'2017-03-23 02:50:30'); -INSERT INTO `marker` VALUES (3954,1901,NULL,2,1906,1317,'Zora Helm','',182.1640625,-114.125,0,1,0,'2017-03-23 02:50:54'); -INSERT INTO `marker` VALUES (3955,1901,NULL,2,1906,1317,'Zora Leggings','quest',180.2578125,-120.140625,0,0,0,'2017-03-23 02:51:21'); -INSERT INTO `marker` VALUES (3956,1901,NULL,2,1906,1317,'Snowquil armor','full set',71.21875,-100.02734375,0,0,0,'2017-03-23 02:52:00'); -INSERT INTO `marker` VALUES (3957,1901,NULL,2,1901,1317,'Knight armor','full set',180.46484375,-161.29296875,0,0,0,'2017-03-23 02:52:57'); -INSERT INTO `marker` VALUES (3958,1901,NULL,2,1906,1317,'Desert voe armor','quests-full armor',68.8203125,-173.87109375,0,0,0,'2017-03-23 02:54:08'); -INSERT INTO `marker` VALUES (3959,1901,NULL,2,1906,1317,'Radiant armor','Full set',68.7890625,-173.828125,0,0,0,'2017-03-23 02:54:43'); -INSERT INTO `marker` VALUES (3960,1901,NULL,2,1906,1317,'Gerudo Set','full',77.06640625,-168.8046875,0,0,0,'2017-03-23 02:55:10'); -INSERT INTO `marker` VALUES (3961,1901,NULL,2,1906,1317,'Ancient armor','full set',198.44921875,-78.609375,0,1,0,'2017-03-23 02:55:55'); -INSERT INTO `marker` VALUES (3962,1901,NULL,2,1906,1317,'Sand Boots','Quest',69.2109375,-173.0859375,0,0,0,'2017-03-23 02:56:25'); -INSERT INTO `marker` VALUES (3963,1901,NULL,2,1906,1317,'Snow Boots','Quest',69.21875,-173.09765625,0,0,0,'2017-03-23 02:56:45'); -INSERT INTO `marker` VALUES (3964,1901,NULL,2,1901,1317,'Wild Armor','finish all shrines',111,-86.37109375,0,0,0,'2017-03-23 02:57:52'); -INSERT INTO `marker` VALUES (3965,1901,NULL,2,1934,1318,'Memory','',186.796875,-86.2890625,0,0,0,'2017-03-23 03:24:18'); -INSERT INTO `marker` VALUES (3966,1901,NULL,2,1901,1320,'1','A',58.84375,-70.1875,0,0,0,'2017-03-23 05:07:18'); -INSERT INTO `marker` VALUES (3967,1901,NULL,2,1901,1324,'Done','',117.625,-121.28125,0,0,0,'2017-03-23 07:07:24'); -INSERT INTO `marker` VALUES (3968,1901,NULL,2,1903,1326,'Sword Att.52','2 hands sword\r\natt. 52\r\n\r\ntop of the Woodland tower's skull\r\n',141.8359375,-102.73828125,0,0,0,'2017-03-23 09:17:33'); -INSERT INTO `marker` VALUES (3969,1901,NULL,2,1901,1328,'','',197.28125,-75.9375,0,0,0,'2017-03-23 10:43:27'); -INSERT INTO `marker` VALUES (3970,1901,NULL,2,1916,1328,'','',196.9375,-76.03125,0,0,0,'2017-03-23 10:44:01'); -INSERT INTO `marker` VALUES (3971,1901,NULL,2,1901,1328,'','',203.15625,-76.15625,0,0,0,'2017-03-23 10:45:02'); -INSERT INTO `marker` VALUES (3972,1901,NULL,2,1916,1328,'1','',196.90625,-75.375,0,1,0,'2017-03-23 10:46:31'); -INSERT INTO `marker` VALUES (3973,1901,NULL,2,1901,1329,'get','',115.171875,-152.234375,0,0,0,'2017-03-23 12:27:32'); -INSERT INTO `marker` VALUES (3974,1901,NULL,2,1916,1329,'get','',115.21875,-152.234375,0,0,0,'2017-03-23 12:28:36'); -INSERT INTO `marker` VALUES (3975,1901,NULL,2,1901,1332,'Spring of Wisdom','',189.4375,-148.96875,0,1,0,'2017-03-23 12:42:54'); -INSERT INTO `marker` VALUES (3976,1901,NULL,2,1905,1335,'Knights Shield','Respawning Knights Shield',100.58203125,-115.23828125,0,0,0,'2017-03-23 13:09:45'); -INSERT INTO `marker` VALUES (3977,1901,NULL,2,1903,1276,'Rusty Halberd','',139.2421875,-103.6484375,0,0,0,'2017-03-23 14:29:57'); -INSERT INTO `marker` VALUES (3978,1901,NULL,2,1916,1305,'','',87.53125,-183.3671875,0,0,0,'2017-03-23 15:29:29'); -INSERT INTO `marker` VALUES (3979,1901,NULL,2,1933,1342,'White Lynel','',102,-73.03125,0,0,0,'2017-03-23 15:34:09'); -INSERT INTO `marker` VALUES (3981,1901,NULL,2,1930,1276,'Blue Hinox','',197.40625,-133.578125,0,0,0,'2017-03-23 15:51:34'); -INSERT INTO `marker` VALUES (3982,1901,NULL,2,1930,1276,'White-Maned Lynel','',197.8671875,-139.765625,0,0,0,'2017-03-23 15:57:54'); -INSERT INTO `marker` VALUES (3983,1901,NULL,2,1901,1344,'1','',59.265625,-68.96875,0,0,0,'2017-03-23 16:07:35'); -INSERT INTO `marker` VALUES (3984,1901,NULL,2,1903,1276,'Traveler's Sword','',177.9453125,-138.265625,0,0,0,'2017-03-23 16:19:39'); -INSERT INTO `marker` VALUES (3985,1901,NULL,2,1921,1276,'Traveler's Shield','',177.9375,-138.203125,0,0,0,'2017-03-23 16:19:57'); -INSERT INTO `marker` VALUES (3986,1901,NULL,2,1930,1276,'Hinox','',158.5546875,-129.390625,0,0,0,'2017-03-23 16:36:12'); -INSERT INTO `marker` VALUES (3987,1901,NULL,2,1915,880,'Apple Orchard','',97.625,-133.21875,0,0,0,'2017-03-23 16:37:59'); -INSERT INTO `marker` VALUES (3988,1901,NULL,2,1904,1305,'bomb arrow','',86.40625,-178.921875,0,0,0,'2017-03-23 16:48:45'); -INSERT INTO `marker` VALUES (3989,1901,NULL,2,1913,762,'Hearty Radish','',138.453125,-171.46875,0,0,0,'2017-03-23 16:57:41'); -INSERT INTO `marker` VALUES (3990,1901,NULL,2,1933,1346,'Molduga','',53.203125,-171.5,0,0,0,'2017-03-23 17:02:31'); -INSERT INTO `marker` VALUES (3991,1901,NULL,2,1901,1346,'Molduga','',56.25,-178.3125,0,0,0,'2017-03-23 17:03:26'); -INSERT INTO `marker` VALUES (3992,1901,NULL,2,1933,1346,'Lynel','',188.09375,-76,0,0,0,'2017-03-23 17:04:07'); -INSERT INTO `marker` VALUES (3993,1901,NULL,2,1933,1346,'Hinox','',173.53125,-72.4375,0,0,0,'2017-03-23 17:04:28'); -INSERT INTO `marker` VALUES (3994,1901,NULL,2,1916,1347,'Done','',132.6328125,-146.8359375,0,0,0,'2017-03-23 17:29:43'); -INSERT INTO `marker` VALUES (3995,1901,NULL,2,1903,762,'Pot Lid & Soup Ladle','',135.8828125,-182.07421875,0,0,0,'2017-03-23 17:40:02'); -INSERT INTO `marker` VALUES (3999,1901,NULL,2,1901,1353,'','d',142.3125,-131.1875,0,0,0,'2017-03-23 21:31:30'); -INSERT INTO `marker` VALUES (4000,1901,NULL,2,1901,1354,'done','',169.90625,-148.8125,0,0,0,'2017-03-23 21:47:31'); -INSERT INTO `marker` VALUES (4001,1901,NULL,2,1901,118,'Idea for new feature','',167.76154708862305,-87.45607805252075,0,0,0,'2017-03-23 23:14:21'); -INSERT INTO `marker` VALUES (4002,1901,NULL,2,1905,244,'Hylian Shield','You have to cross over some roads and then yo have to fight a mega moblin to unlock the shield',122.140625,-116.453125,0,0,0,'2017-03-24 00:40:35'); -INSERT INTO `marker` VALUES (4003,1901,NULL,2,1930,1362,'Hinox','',165.625,-146.26953125,0,0,0,'2017-03-24 02:26:34'); -INSERT INTO `marker` VALUES (4004,1901,NULL,2,1903,1361,'Iron Sledgehammer','',113.00390625,-164.2265625,0,0,0,'2017-03-24 02:49:10'); -INSERT INTO `marker` VALUES (4005,1901,NULL,2,1933,1235,'Igneo Talus','I was hit into the lava by this thing so many times...',162.171875,-94.21875,0,0,0,'2017-03-24 02:56:23'); -INSERT INTO `marker` VALUES (4006,1901,NULL,2,1901,1235,'Spring of Wisdom',':V',189.2421875,-148.828125,0,0,0,'2017-03-24 02:58:16'); -INSERT INTO `marker` VALUES (4007,1901,NULL,2,1903,1235,'Great Flameblade','',110.6015625,-134.6875,0,0,0,'2017-03-24 02:59:43'); -INSERT INTO `marker` VALUES (4008,1901,NULL,2,1903,1235,'Blizzard Rod','Check actual location, this marker is a guess.',120.796875,-115.34375,0,0,0,'2017-03-24 03:00:59'); -INSERT INTO `marker` VALUES (4009,1901,NULL,2,1904,1235,'Bow of Light','',119.625,-134.046875,0,0,0,'2017-03-24 03:02:08'); -INSERT INTO `marker` VALUES (4010,1901,NULL,2,1901,1235,'Hylian Shield ','Check actual location, this is an estimate.',120.21875,-113.890625,0,0,0,'2017-03-24 03:03:19'); -INSERT INTO `marker` VALUES (4011,1901,NULL,2,1920,1235,'Statue of the Eighth Heroine','',59.703125,-136.171875,0,0,0,'2017-03-24 03:05:23'); -INSERT INTO `marker` VALUES (4012,1901,NULL,2,1903,1361,'Soldier's Broadsword','',110.98046875,-161.7265625,0,0,0,'2017-03-24 03:13:24'); -INSERT INTO `marker` VALUES (4013,1901,NULL,2,1904,1361,'Fire Arrows X5','',110.96875,-161.7265625,0,0,0,'2017-03-24 03:14:39'); -INSERT INTO `marker` VALUES (4014,1901,NULL,2,1904,1361,'Arrow X5','',110.9921875,-161.72265625,0,0,0,'2017-03-24 03:14:59'); -INSERT INTO `marker` VALUES (4015,1901,NULL,2,1904,1361,'Spiked Boko Bow','',111,-161.71875,0,0,0,'2017-03-24 03:15:20'); -INSERT INTO `marker` VALUES (4016,1901,NULL,2,1901,1361,'Cave leading to 3 chests and Soldier Broadsword','',110.40625,-161.3671875,0,0,0,'2017-03-24 03:15:45'); -INSERT INTO `marker` VALUES (4017,1901,NULL,2,1901,1365,'Cracked Wall','',199.74609375,-187.0078125,0,1,0,'2017-03-24 03:18:59'); -INSERT INTO `marker` VALUES (4018,1901,NULL,2,1901,1365,'Stalnox','',131.2734375,-113.2421875,0,1,0,'2017-03-24 03:19:57'); -INSERT INTO `marker` VALUES (4019,1901,NULL,2,1901,1365,'Lynel','',188.28125,-119.09375,0,1,0,'2017-03-24 03:20:57'); -INSERT INTO `marker` VALUES (4020,1901,NULL,2,1933,1366,'Igneous Talus','',156.0234375,-100.546875,0,1,0,'2017-03-24 03:29:38'); -INSERT INTO `marker` VALUES (4021,1901,NULL,2,1930,1361,'White Chulu','',109.3984375,-158.125,0,0,0,'2017-03-24 03:30:09'); -INSERT INTO `marker` VALUES (4022,1901,NULL,2,1933,1366,'Lynel','',184.96875,-81.6171875,0,1,0,'2017-03-24 03:31:54'); -INSERT INTO `marker` VALUES (4023,1901,NULL,2,1933,1366,'Hinox','',181.6171875,-75.9453125,0,1,0,'2017-03-24 03:32:32'); -INSERT INTO `marker` VALUES (4024,1901,NULL,2,1933,1366,'Hinox','',174.3046875,-72.328125,0,1,0,'2017-03-24 03:33:05'); -INSERT INTO `marker` VALUES (4025,1901,NULL,2,1933,1366,'Lynel','',188.0703125,-118.875,0,1,0,'2017-03-24 03:34:26'); -INSERT INTO `marker` VALUES (4026,1901,NULL,2,1933,1366,'Lynel','',197.71484375,-139.8359375,0,1,0,'2017-03-24 03:35:10'); -INSERT INTO `marker` VALUES (4027,1901,NULL,2,1933,1366,'Lynel','',57.6875,-89.8203125,0,1,0,'2017-03-24 04:01:34'); -INSERT INTO `marker` VALUES (4028,1901,NULL,2,1933,1366,'Frost Talus','',70.01953125,-91.3515625,0,1,0,'2017-03-24 04:02:57'); -INSERT INTO `marker` VALUES (4029,1901,NULL,2,1933,1366,'Frost Talus','',80.05078125,-82.46875,0,1,0,'2017-03-24 04:04:00'); -INSERT INTO `marker` VALUES (4030,1901,NULL,2,1901,1375,'Regeneration Pool - hearts','',150.26171875,-100.5234375,0,0,0,'2017-03-24 12:41:15'); -INSERT INTO `marker` VALUES (4031,1901,NULL,2,1930,1376,'Luminous Stone Talus','',179.15625,-181.3046875,0,0,0,'2017-03-24 12:53:47'); -INSERT INTO `marker` VALUES (4032,1901,NULL,2,1933,1377,'Hinox','Red Hinox- Phalian Highlands.',165.765625,-146.5,0,0,0,'2017-03-24 13:20:25'); -INSERT INTO `marker` VALUES (4033,1901,NULL,2,1933,1377,'Black Hinox','Black Hinox- Rabella Wetlands.',165.8203125,-171.4453125,0,0,0,'2017-03-24 13:22:38'); -INSERT INTO `marker` VALUES (4034,1901,NULL,2,1933,1377,'Hinox','Hinox- Hanu Pond.',171.28125,-170.40625,0,0,0,'2017-03-24 13:23:45'); -INSERT INTO `marker` VALUES (4035,1901,NULL,2,1933,1377,'Blue Hinox','Blue Hinox- Uten Marsh',170.0625,-174.3984375,0,0,0,'2017-03-24 13:24:21'); -INSERT INTO `marker` VALUES (4036,1901,NULL,2,1933,1377,'Hinox','Hinox- Loshlo Harbor (In cave).',178.0625,-174.96875,0,0,0,'2017-03-24 13:32:12'); -INSERT INTO `marker` VALUES (4037,1901,NULL,2,1933,1377,'Silver Lynel','Silver Lynel - Lodrum Headland\r\n(Sword/Shield)',197.953125,-140,0,0,0,'2017-03-24 13:40:46'); -INSERT INTO `marker` VALUES (4038,1901,NULL,2,1933,1377,'Blue Hinox','Blue Hinox - Talus Plateau',197.421875,-133.5625,0,0,0,'2017-03-24 13:41:17'); -INSERT INTO `marker` VALUES (4039,1901,NULL,2,1933,1377,'Igneo Talus','Igneo Talus - Lake Darman',161.4765625,-81.0078125,0,0,0,'2017-03-24 13:42:35'); -INSERT INTO `marker` VALUES (4040,1901,NULL,2,1933,1377,'Silver Lynel','Silver Lynel - Akkala Wilds\r\nSpear',188.328125,-77.171875,0,0,0,'2017-03-24 13:48:07'); -INSERT INTO `marker` VALUES (4041,1901,NULL,2,1933,1377,'Black Hinox','Black Hinox - Gut Check Rock',173.546875,-72.34375,0,0,0,'2017-03-24 14:01:13'); -INSERT INTO `marker` VALUES (4042,1901,NULL,2,1934,1380,'#12','',122.33984375,-112.453125,0,0,0,'2017-03-24 14:09:21'); -INSERT INTO `marker` VALUES (4043,1901,NULL,2,1934,1380,'#13','',186.609375,-86.3203125,0,0,0,'2017-03-24 14:09:59'); -INSERT INTO `marker` VALUES (4044,1901,NULL,2,1934,1380,'#17','',159.140625,-157.92578125,0,0,0,'2017-03-24 14:17:06'); -INSERT INTO `marker` VALUES (4045,1901,NULL,2,1933,1377,'Blue Hinox','Blue Hinox - North Hyrule Castle',116.5625,-107.4296875,0,0,0,'2017-03-24 14:43:23'); -INSERT INTO `marker` VALUES (4046,1901,NULL,2,1906,1382,'to complete your zora armor','zora helm',182.13688278198242,-114.2849532365799,0,0,0,'2017-03-24 15:11:42'); -INSERT INTO `marker` VALUES (4047,1901,NULL,2,1933,1383,'Lynel','',115.515625,-183.4609375,0,0,0,'2017-03-24 15:49:00'); -INSERT INTO `marker` VALUES (4048,1901,NULL,2,1935,1383,'Hunt for the Giant Horse','',124.96875,-182.4609375,0,0,0,'2017-03-24 15:58:06'); -INSERT INTO `marker` VALUES (4049,1901,NULL,2,1933,1383,'Lynel','',114.859375,-178.515625,0,0,0,'2017-03-24 15:59:40'); -INSERT INTO `marker` VALUES (4050,1901,NULL,2,1933,1377,'Lynel','Silver Lynel - Drenan Highlands\r\nSpear',121.859375,-79.65625,0,0,0,'2017-03-24 16:08:58'); -INSERT INTO `marker` VALUES (4051,1901,NULL,2,1926,1084,'Divine Beast Vah Naboris','',85.1328125,-187.7734375,0,0,0,'2017-03-24 16:16:41'); -INSERT INTO `marker` VALUES (4052,1901,NULL,2,1933,1377,'Lynel','Silver Lynel - East Deplian Badlands.\r\nSword/Shield.',147.5625,-69.28125,0,0,0,'2017-03-24 17:12:01'); -INSERT INTO `marker` VALUES (4053,1901,NULL,2,1910,1386,'Two Chest ','Two chest',116.01953125,-152.1484375,0,0,0,'2017-03-24 17:27:31'); -INSERT INTO `marker` VALUES (4054,1901,NULL,2,1933,1377,'Lynel','Silver Lynel\r\nMace.',131.8046875,-70.5859375,0,0,0,'2017-03-24 17:51:40'); -INSERT INTO `marker` VALUES (4055,1901,NULL,2,1901,1389,'dd','dd',95.9296875,-165.4375,0,0,0,'2017-03-24 18:03:30'); -INSERT INTO `marker` VALUES (4056,1901,NULL,2,1901,1395,'test','test test',122.953125,-126.359375,0,0,0,'2017-03-24 20:33:20'); -INSERT INTO `marker` VALUES (4057,1901,NULL,2,1901,1394,'','',136.34375,-124.6875,0,0,0,'2017-03-24 20:35:34'); -INSERT INTO `marker` VALUES (4058,1901,NULL,2,1901,1396,'X','',187.140625,-161.2421875,0,0,0,'2017-03-24 20:38:38'); -INSERT INTO `marker` VALUES (4059,1901,NULL,2,1916,1398,'Klar','',59.15625,-69.015625,0,0,0,'2017-03-24 20:43:44'); -INSERT INTO `marker` VALUES (4060,1901,NULL,2,1931,1403,'Enemy Skull Camp','',71.390625,-142.796875,0,1,0,'2017-03-24 22:40:32'); -INSERT INTO `marker` VALUES (4061,1901,NULL,2,1933,1405,'Igneo Talus','',161.359375,-94,0,0,0,'2017-03-24 23:20:16'); -INSERT INTO `marker` VALUES (4062,1901,NULL,2,1933,1405,'Blue Hinox','',132.9296875,-78.1484375,0,0,0,'2017-03-24 23:21:31'); -INSERT INTO `marker` VALUES (4063,1901,NULL,2,1901,1410,'','',106.34375,-179.84375,0,0,0,'2017-03-24 23:29:18'); -INSERT INTO `marker` VALUES (4064,1901,NULL,2,1914,1416,'Ironshroom','',170.65234375,-101.78125,0,0,0,'2017-03-25 01:57:32'); -INSERT INTO `marker` VALUES (4065,1901,NULL,2,1915,1416,'Flint','',167.8828125,-106.4609375,0,0,0,'2017-03-25 02:25:11'); -INSERT INTO `marker` VALUES (4066,1901,NULL,2,1915,1416,'Various Minerals - Opal, Amber, Rock Salt','',169.828125,-104.75,0,0,0,'2017-03-25 02:28:24'); -INSERT INTO `marker` VALUES (4067,1901,NULL,2,1901,1416,'Various Minerals','',169.6640625,-104.4140625,0,0,0,'2017-03-25 02:30:17'); -INSERT INTO `marker` VALUES (4068,1901,NULL,2,1916,1416,'Korok Stone Circle','',170.9609375,-101.765625,0,0,0,'2017-03-25 02:55:14'); -INSERT INTO `marker` VALUES (4069,1901,NULL,2,1903,1416,'Royal Claymore','52 Two Handed Royal Claymore',141.66796875,-102.96484375,0,0,0,'2017-03-25 03:04:11'); -INSERT INTO `marker` VALUES (4070,1901,NULL,2,1901,1416,'Mobile Guardian','',165.7578125,-102.421875,0,0,0,'2017-03-25 03:11:33'); -INSERT INTO `marker` VALUES (4071,1901,NULL,2,1914,1416,'Sunshroom','',165,-102.5859375,0,0,0,'2017-03-25 03:12:31'); -INSERT INTO `marker` VALUES (4073,1901,NULL,2,1913,1416,'Swift Violet','',163.96875,-102.50390625,0,0,0,'2017-03-25 03:22:15'); -INSERT INTO `marker` VALUES (4074,1901,NULL,2,1915,1416,'Various Minerals','',163.703125,-102.671875,0,0,0,'2017-03-25 03:24:17'); -INSERT INTO `marker` VALUES (4075,1901,NULL,2,1936,1416,'Cracked Wall','',163.44921875,-103.5546875,0,0,0,'2017-03-25 03:27:33'); -INSERT INTO `marker` VALUES (4076,1901,NULL,2,1915,1416,'Various Minerals','',165.54296875,-108.78515625,0,0,0,'2017-03-25 03:42:21'); -INSERT INTO `marker` VALUES (4077,1901,NULL,2,1915,1416,'Various Minerals','',167.07421875,-108.7109375,0,0,0,'2017-03-25 04:19:21'); -INSERT INTO `marker` VALUES (4078,1901,NULL,2,1915,1416,'Various Minerals','',169.40234375,-107.27734375,0,0,0,'2017-03-25 04:23:09'); -INSERT INTO `marker` VALUES (4079,1901,NULL,2,1933,1418,'Hinox','Hinox Boss',178.6171875,-175.078125,0,0,0,'2017-03-25 04:23:11'); -INSERT INTO `marker` VALUES (4080,1901,NULL,2,1915,1416,'Minerals','',169.5703125,-107.12890625,0,0,0,'2017-03-25 04:23:52'); -INSERT INTO `marker` VALUES (4081,1901,NULL,2,1903,1416,'Great Flame Blade','',110.62890625,-134.68359375,0,0,0,'2017-03-25 04:59:06'); -INSERT INTO `marker` VALUES (4082,1901,NULL,2,1916,1420,'completed','',103.25,-152.6796875,0,0,0,'2017-03-25 05:00:18'); -INSERT INTO `marker` VALUES (4083,1901,NULL,2,1915,1418,'','',131.0703125,-155.15234375,0,0,0,'2017-03-25 06:14:16'); -INSERT INTO `marker` VALUES (4084,1901,NULL,2,1901,1424,'','',200.625,-69.75,0,0,0,'2017-03-25 08:04:48'); -INSERT INTO `marker` VALUES (4085,1901,NULL,2,1905,1425,'Hylian Shield','',123.4609375,-110.890625,0,0,0,'2017-03-25 08:06:57'); -INSERT INTO `marker` VALUES (4086,1901,NULL,2,1911,1426,'Raw Meat','There are plenty of foxes in this region that can be easily hunted.',183.140625,-119.9375,0,1,0,'2017-03-25 08:09:20'); -INSERT INTO `marker` VALUES (4087,1901,NULL,2,1901,1434,'','',59.234375,-69.078125,0,0,0,'2017-03-25 11:03:48'); -INSERT INTO `marker` VALUES (4088,1901,NULL,2,1933,1437,'Stal-Hinox','',93.26953125,-137.09375,0,0,0,'2017-03-25 11:51:40'); -INSERT INTO `marker` VALUES (4089,1901,NULL,2,1922,1441,'??????','',117.69140625,-175.9609375,0,0,0,'2017-03-25 14:11:17'); -INSERT INTO `marker` VALUES (4090,1901,NULL,2,1922,1441,'??????','',117.69140625,-175.9609375,0,0,0,'2017-03-25 14:12:26'); -INSERT INTO `marker` VALUES (4091,1901,NULL,2,1933,1442,'Igneo Talus','',161.5,-81.015625,0,0,0,'2017-03-25 14:12:50'); -INSERT INTO `marker` VALUES (4092,1901,NULL,2,1904,1441,'GongJian','',117.5,-176,0,0,0,'2017-03-25 14:13:23'); -INSERT INTO `marker` VALUES (4093,1901,NULL,2,1903,1448,'Forest Dweller's Spear','',134.9375,-94.4765625,0,0,0,'2017-03-25 15:57:24'); -INSERT INTO `marker` VALUES (4094,1901,NULL,2,1905,1448,'Forest Dweller's Shield','',135.21875,-94.328125,0,0,0,'2017-03-25 15:57:44'); -INSERT INTO `marker` VALUES (4095,1901,NULL,2,1903,1448,'Edge of Duality','Hit Boulder to enter',67.953125,-154.0546875,0,0,0,'2017-03-25 15:59:13'); -INSERT INTO `marker` VALUES (4096,1901,NULL,2,1905,1448,'Radiant Shield','Hit Boulder to enter',68.171875,-153.921875,0,0,0,'2017-03-25 15:59:42'); -INSERT INTO `marker` VALUES (4097,1901,NULL,2,1904,1448,'Golden Bow','Hit Boulder to enter',68.328125,-154.09375,0,0,0,'2017-03-25 16:00:03'); -INSERT INTO `marker` VALUES (4098,1901,NULL,2,1903,1448,'Moonlight Scimitar','Hit Boulder to enter',68.2890625,-154.234375,0,0,0,'2017-03-25 16:00:27'); -INSERT INTO `marker` VALUES (4099,1901,NULL,2,1903,1448,'Gerudo Spear','Hit Boulder to enter',67.8984375,-154.390625,0,0,0,'2017-03-25 16:00:51'); -INSERT INTO `marker` VALUES (4100,1901,NULL,2,1903,1448,'Royal Claymore','Climb tower to the very top',141.9296875,-103.0703125,0,0,0,'2017-03-25 16:01:30'); -INSERT INTO `marker` VALUES (4101,1901,NULL,2,1901,1448,'Great Thunderblade','In the middle of rock formation',68.046875,-107.296875,0,0,0,'2017-03-25 16:02:11'); -INSERT INTO `marker` VALUES (4102,1901,NULL,2,1903,1448,'Silver Longsword','Behind Shrine',179.9921875,-119.6953125,0,0,0,'2017-03-25 16:03:28'); -INSERT INTO `marker` VALUES (4103,1901,NULL,2,1905,1448,'Silver Shield','',178.984375,-119.5546875,0,0,0,'2017-03-25 16:03:40'); -INSERT INTO `marker` VALUES (4104,1901,NULL,2,1903,1448,'Zora Sword','',179.1171875,-119.4375,0,0,0,'2017-03-25 16:04:04'); -INSERT INTO `marker` VALUES (4105,1901,NULL,2,1904,1448,'Silver Bow','Along the thin bridge slightly in the water',180,-121.0546875,0,0,0,'2017-03-25 16:04:52'); -INSERT INTO `marker` VALUES (4106,1901,NULL,2,1901,1448,'Silverscale Spear','In the water use magnesis',178.7734375,-120.28125,0,0,0,'2017-03-25 16:05:18'); -INSERT INTO `marker` VALUES (4107,1901,NULL,2,1903,1448,'Zora Spear','',179.53125,-120.4609375,0,0,0,'2017-03-25 16:05:31'); -INSERT INTO `marker` VALUES (4108,1901,NULL,2,1903,1448,'Great Flameblade','Go downstairs and shoot a fire arrow at the bramble',200.3828125,-70.0546875,0,0,0,'2017-03-25 16:06:19'); -INSERT INTO `marker` VALUES (4109,1901,NULL,2,1903,1448,'Great Flameblade','',151.921875,-70.109375,0,0,0,'2017-03-25 16:06:36'); -INSERT INTO `marker` VALUES (4110,1901,NULL,2,1903,1448,'Eightfold Blade','Very top of mountain',153.625,-143.140625,0,0,0,'2017-03-25 16:07:49'); -INSERT INTO `marker` VALUES (4111,1901,NULL,2,1903,1448,'Great Flameblade','',110.6015625,-134.7578125,0,0,0,'2017-03-25 16:08:47'); -INSERT INTO `marker` VALUES (4112,1901,NULL,2,1934,1452,'Slumbering Power (#13)','',186.8125,-86.1875,0,0,0,'2017-03-25 16:31:08'); -INSERT INTO `marker` VALUES (4113,1901,NULL,2,1910,1454,'Red Rupee','Red Rupee',125.23828125,-154.1171875,0,0,0,'2017-03-25 16:37:56'); -INSERT INTO `marker` VALUES (4114,1901,NULL,2,1916,1248,'Found','',203.2265625,-76.4296875,0,0,0,'2017-03-25 17:17:18'); -INSERT INTO `marker` VALUES (4115,1901,NULL,2,1901,1189,'','',68.75,-67.5,0,0,0,'2017-03-25 18:31:46'); -INSERT INTO `marker` VALUES (4116,1901,NULL,2,1933,1458,'Silver Lynel','',115.1875,-181.015625,0,1,0,'2017-03-25 20:08:32'); -INSERT INTO `marker` VALUES (4117,1901,NULL,2,1906,1460,'Zora Helm','',182.171875,-114.07421875,0,0,0,'2017-03-25 20:33:14'); -INSERT INTO `marker` VALUES (4118,1901,NULL,2,1925,1463,'','',65.4375,-69.8125,0,0,0,'2017-03-25 21:16:16'); -INSERT INTO `marker` VALUES (4119,1901,NULL,2,1901,1467,'','',202.046875,-186.9375,0,0,0,'2017-03-25 21:43:13'); -INSERT INTO `marker` VALUES (4120,1901,NULL,2,1933,1469,'Hinox','',165.8203125,-171.453125,0,0,0,'2017-03-25 22:24:25'); -INSERT INTO `marker` VALUES (4121,1901,NULL,2,1933,1469,'Hinox','',171.109375,-170.3046875,0,0,0,'2017-03-25 22:24:39'); -INSERT INTO `marker` VALUES (4122,1901,NULL,2,1933,1469,'Hinox','',170.1015625,-174.3125,0,0,0,'2017-03-25 22:24:54'); -INSERT INTO `marker` VALUES (4123,1901,NULL,2,1934,1471,'Memory ','',122.0625,-112.4375,0,0,0,'2017-03-25 22:57:54'); -INSERT INTO `marker` VALUES (4124,1901,NULL,2,1901,1060,'','',72.85546875,-116.265625,0,0,0,'2017-03-25 23:59:26'); -INSERT INTO `marker` VALUES (4125,1901,NULL,2,1931,747,'Enemy Camp','',151.921875,-70.15625,0,0,0,'2017-03-26 00:13:59'); -INSERT INTO `marker` VALUES (4126,1901,NULL,2,1933,747,'White Lynal','',147.796875,-69.0703125,0,0,0,'2017-03-26 00:27:47'); -INSERT INTO `marker` VALUES (4127,1901,NULL,2,1933,747,'White Lynal','',131.30078125,-70.6875,0,0,0,'2017-03-26 00:40:27'); -INSERT INTO `marker` VALUES (4128,1901,NULL,2,1931,747,'Enemy Camp','',138.03515625,-77.47265625,0,0,0,'2017-03-26 00:51:02'); -INSERT INTO `marker` VALUES (4129,1901,NULL,2,1902,1475,'Master Sword','The Master Sword',134.4375,-94.015625,0,1,0,'2017-03-26 00:51:10'); -INSERT INTO `marker` VALUES (4130,1901,NULL,2,1906,1478,'Barbarian set piece','Dont remember which piece\r\n\r\n',115.125,-72.7578125,0,0,0,'2017-03-26 01:36:51'); -INSERT INTO `marker` VALUES (4131,1901,NULL,2,1906,1478,'Barbarian set piece','Another piece, don't remember which',99.9453125,-181.9375,0,0,0,'2017-03-26 01:37:50'); -INSERT INTO `marker` VALUES (4132,1901,NULL,2,1906,1478,'Barbarian set piece','The last piece of the set, same response as the last few',200.75,-70.1875,0,0,0,'2017-03-26 01:38:51'); -INSERT INTO `marker` VALUES (4133,1901,NULL,2,1926,1478,'Divine Beast Vah Rudania','Put it in middle of Death Mountain because it walks on it.',167.9375,-87.5,0,0,0,'2017-03-26 01:45:00'); -INSERT INTO `marker` VALUES (4134,1901,NULL,2,1903,1481,'Iron Slegehammer','',155.8828125,-141.21484375,0,0,0,'2017-03-26 02:31:08'); -INSERT INTO `marker` VALUES (4135,1901,NULL,2,1933,1018,'Lynel','',64.8125,-141.734375,0,0,0,'2017-03-26 03:53:10'); -INSERT INTO `marker` VALUES (4136,1901,NULL,2,1933,1018,'Lynel','',147.8125,-69.07421875,0,0,0,'2017-03-26 03:55:35'); -INSERT INTO `marker` VALUES (4137,1901,NULL,2,1902,1484,'Hourse','',108.75,-169.390625,0,1,0,'2017-03-26 04:48:21'); -INSERT INTO `marker` VALUES (4138,1901,NULL,2,1902,1484,'','',108.671875,-169.09375,0,0,0,'2017-03-26 04:48:59'); -INSERT INTO `marker` VALUES (4139,1901,NULL,2,1936,1437,'Cracked Wall','Hides a chest with a silver rupee, worth 100 rupees.',150.43359375,-97.546875,0,0,0,'2017-03-26 09:12:20'); -INSERT INTO `marker` VALUES (4142,1901,NULL,2,1915,1458,'Opale','',124.00390625,-93.6328125,0,1,0,'2017-03-26 13:11:42'); -INSERT INTO `marker` VALUES (4143,1901,NULL,2,1930,1458,'Blue Slimes','',123.91796875,-93.6796875,0,1,0,'2017-03-26 13:12:07'); -INSERT INTO `marker` VALUES (4144,1901,NULL,2,1936,149,'Rupee Chest','300 Rupies',158.02734375,-90.4765625,0,0,0,'2017-03-26 13:44:58'); -INSERT INTO `marker` VALUES (4145,1901,NULL,2,1901,262,'Chest','',115.00390625,-72.7734375,0,1,0,'2017-03-26 14:55:52'); -INSERT INTO `marker` VALUES (4146,1901,NULL,2,1901,1496,'','',84.3125,-82.8125,0,0,0,'2017-03-26 17:04:12'); -INSERT INTO `marker` VALUES (4147,1901,NULL,2,1933,1084,'Lynel','',65.28125,-141.9921875,0,0,0,'2017-03-26 17:22:40'); -INSERT INTO `marker` VALUES (4148,1901,NULL,2,1926,1084,'Hyrule Castle','',124.015625,-113.15625,0,0,0,'2017-03-26 17:23:08'); -INSERT INTO `marker` VALUES (4149,1901,NULL,2,1901,1084,'Blupee's','',92.4921875,-133.34375,0,0,0,'2017-03-26 17:39:42'); -INSERT INTO `marker` VALUES (4150,1901,NULL,2,1936,1437,'Cracked Wall','Behind the cracked wall is a chest containing a silver rupee worth 100 rupees.',111.984375,-73.8515625,0,0,0,'2017-03-26 18:11:19'); -INSERT INTO `marker` VALUES (4151,1901,NULL,2,1901,1500,'Done','',107.15625,-154.18359375,0,0,0,'2017-03-26 18:43:33'); -INSERT INTO `marker` VALUES (4152,1901,NULL,2,1901,1500,'Done','',107.109375,-154.1640625,0,0,0,'2017-03-26 18:44:09'); -INSERT INTO `marker` VALUES (4153,1901,NULL,2,1933,1501,'Lynel','',197.921875,-139.71875,0,0,0,'2017-03-26 19:07:33'); -INSERT INTO `marker` VALUES (4154,1901,NULL,2,1902,1501,'Treasure Chest','',204.7578125,-185.76171875,0,0,0,'2017-03-26 19:08:53'); -INSERT INTO `marker` VALUES (4155,1901,NULL,2,1930,1258,'','',114.078125,-157.53125,0,0,0,'2017-03-26 19:22:03'); -INSERT INTO `marker` VALUES (4156,1901,NULL,2,1901,1502,'found','',52.09375,-187.6875,0,0,0,'2017-03-26 19:42:37'); -INSERT INTO `marker` VALUES (4157,1901,NULL,2,1901,1504,'Elemental Rods','',139.203125,-115.84375,0,0,0,'2017-03-26 19:52:04'); -INSERT INTO `marker` VALUES (4158,1901,NULL,2,1902,1506,'Interesting Shit','Blalbla\r\n',145.25,-75.5,0,0,0,'2017-03-26 20:07:41'); -INSERT INTO `marker` VALUES (4159,1901,NULL,2,1910,1508,'Treasure Chests (2)','',197.81640625,-141.109375,0,0,0,'2017-03-26 22:35:01'); -INSERT INTO `marker` VALUES (4160,1901,NULL,2,1933,1510,'Stone Talus','',179.15625,-181.3203125,0,0,0,'2017-03-27 00:04:58'); -INSERT INTO `marker` VALUES (4161,1901,NULL,2,1901,1516,'Complete','',153.96875,-158.02734375,0,0,0,'2017-03-27 01:18:11'); -INSERT INTO `marker` VALUES (4162,1901,NULL,2,1912,1518,'test','do not approve',115.75,-127.3125,0,0,0,'2017-03-27 01:42:21'); -INSERT INTO `marker` VALUES (4163,1901,NULL,2,1901,1521,'','',137.0625,-150.859375,0,0,0,'2017-03-27 03:53:26'); -INSERT INTO `marker` VALUES (4164,1901,NULL,2,1933,1195,'Igneo Talus','',161.4375,-81.015625,0,0,0,'2017-03-27 05:31:09'); -INSERT INTO `marker` VALUES (4165,1901,NULL,2,1933,1195,'Igneo Talus','',155.921875,-100.5,0,0,0,'2017-03-27 05:31:38'); -INSERT INTO `marker` VALUES (4166,1901,NULL,2,1933,1195,'Molduga','',57.5625,-177.1875,0,0,0,'2017-03-27 05:32:39'); -INSERT INTO `marker` VALUES (4167,1901,NULL,2,1914,1525,'Zapshroom','',185.5625,-74.1875,0,0,0,'2017-03-27 10:11:33'); -INSERT INTO `marker` VALUES (4168,1901,NULL,2,1926,1527,'Divine Beast Vah Rudania','',167.96875,-87.71875,0,1,0,'2017-03-27 12:01:25'); -INSERT INTO `marker` VALUES (4169,1901,NULL,2,1926,1527,'Divine Beast Vah Naboris','',76.4375,-178.3125,0,1,0,'2017-03-27 12:02:43'); -INSERT INTO `marker` VALUES (4170,1901,NULL,2,1926,1527,'Divine Beast Vah Medoh','',71.5,-99.8125,0,1,0,'2017-03-27 12:03:26'); -INSERT INTO `marker` VALUES (4171,1901,NULL,2,1933,1510,'Stone Talus','Stone Talus- Weak point on lower back.',179.1875,-181.3125,0,0,0,'2017-03-27 14:55:13'); -INSERT INTO `marker` VALUES (4172,1901,NULL,2,1901,1538,'','',177.1875,-121.4375,0,1,0,'2017-03-27 19:56:30'); -INSERT INTO `marker` VALUES (4173,1901,NULL,2,1926,788,'Divine Beast - Vah Rudania','',167.75,-87.9375,0,0,0,'2017-03-27 22:20:26'); -INSERT INTO `marker` VALUES (4174,1901,NULL,2,1926,788,'Divine Beast - Vah Medoh','',71.4375,-99.875,0,0,0,'2017-03-27 22:20:55'); -INSERT INTO `marker` VALUES (4175,1901,NULL,2,1916,1083,'','',177.109375,-162.82421875,0,0,0,'2017-03-27 23:13:37'); -INSERT INTO `marker` VALUES (4176,1901,NULL,2,1933,747,'Lynal','',115.9921875,-185.3828125,0,0,0,'2017-03-28 00:29:56'); -INSERT INTO `marker` VALUES (4177,1901,NULL,2,1903,1546,'Chest','',169.4375,-146.2109375,0,0,0,'2017-03-28 02:20:01'); -INSERT INTO `marker` VALUES (4178,1901,NULL,2,1901,1545,'x','',121.390625,-159.109375,0,0,0,'2017-03-28 02:26:56'); -INSERT INTO `marker` VALUES (4179,1901,NULL,2,1933,1549,'Lynel','',146.953125,-69.0234375,0,0,0,'2017-03-28 04:19:13'); -INSERT INTO `marker` VALUES (4180,1901,NULL,2,1933,1549,'Red Lynel','',188.296875,-118.76953125,0,0,0,'2017-03-28 04:22:45'); -INSERT INTO `marker` VALUES (4181,1901,NULL,2,1902,1550,'777','454454',117.546875,-159.25,0,0,0,'2017-03-28 04:57:24'); -INSERT INTO `marker` VALUES (4182,1901,NULL,2,1901,1557,'','',88.17578125,-189.7421875,0,0,0,'2017-03-28 06:06:23'); -INSERT INTO `marker` VALUES (4183,1901,NULL,2,1933,1558,'Molduga','',53.0625,-171.734375,0,1,0,'2017-03-28 06:22:29'); -INSERT INTO `marker` VALUES (4185,1901,NULL,2,1926,1568,'Divine Beast Vah Rudania','',167.6875,-87.453125,0,0,0,'2017-03-28 15:17:27'); -INSERT INTO `marker` VALUES (4186,1901,NULL,2,1926,1568,'Divine Beast Vah Medoh','',70.75,-97.890625,0,0,0,'2017-03-28 15:19:25'); -INSERT INTO `marker` VALUES (4187,1901,NULL,2,1926,1568,'Divine Beast Vah Naboris','',79.5,-180.78125,0,0,0,'2017-03-28 15:21:21'); -INSERT INTO `marker` VALUES (4188,1901,NULL,2,1933,1568,'Molduga','',56,-178.875,0,0,0,'2017-03-28 15:23:38'); -INSERT INTO `marker` VALUES (4189,1901,NULL,2,1933,1568,'Molduga','',52.96875,-172.46875,0,0,0,'2017-03-28 15:39:33'); -INSERT INTO `marker` VALUES (4190,1901,NULL,2,1933,1568,'Molduga','',68.984375,-185.34375,0,0,0,'2017-03-28 15:40:58'); -INSERT INTO `marker` VALUES (4191,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',60.8359375,-149.86328125,0,0,0,'2017-03-28 15:43:13'); -INSERT INTO `marker` VALUES (4192,1901,NULL,2,1933,1568,'Frost Talus','',72.37890625,-152.328125,0,0,0,'2017-03-28 15:44:17'); -INSERT INTO `marker` VALUES (4193,1901,NULL,2,1933,1568,'Frost Talus','',82.5625,-148.5859375,0,0,0,'2017-03-28 15:45:18'); -INSERT INTO `marker` VALUES (4194,1901,NULL,2,1933,1568,'Stone Talus - Rare','',68.546875,-146.890625,0,0,0,'2017-03-28 15:46:22'); -INSERT INTO `marker` VALUES (4195,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',82.515625,-162.578125,0,0,0,'2017-03-28 15:47:19'); -INSERT INTO `marker` VALUES (4196,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',92.296875,-158.65625,0,0,0,'2017-03-28 15:48:04'); -INSERT INTO `marker` VALUES (4197,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',97.734375,-159.265625,0,0,0,'2017-03-28 15:48:58'); -INSERT INTO `marker` VALUES (4198,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',112.875,-178.5625,0,0,0,'2017-03-28 15:49:51'); -INSERT INTO `marker` VALUES (4199,1901,NULL,2,1933,1568,'Stalnox','',111.484375,-186.65625,0,0,0,'2017-03-28 15:51:15'); -INSERT INTO `marker` VALUES (4200,1901,NULL,2,1933,1568,'Stalnox','',129.53125,-180.6875,0,0,0,'2017-03-28 15:51:59'); -INSERT INTO `marker` VALUES (4201,1901,NULL,2,1933,1573,'Moldora','',70.8359375,-185.484375,0,0,0,'2017-03-28 17:38:42'); -INSERT INTO `marker` VALUES (4202,1901,NULL,2,1933,1573,'Moldora','',53.375,-171.84375,0,0,0,'2017-03-28 17:43:12'); -INSERT INTO `marker` VALUES (4203,1901,NULL,2,1931,1574,'Bokoblin Base','Inside the sandstorm',55.5,-188.34375,0,1,0,'2017-03-28 18:43:25'); -INSERT INTO `marker` VALUES (4204,1901,NULL,2,1933,749,'Molduga','',69.7421875,-184.62109375,0,0,0,'2017-03-28 18:50:22'); -INSERT INTO `marker` VALUES (4205,1901,NULL,2,1933,749,'Molduga','',57.59765625,-176.66796875,0,0,0,'2017-03-28 18:50:55'); -INSERT INTO `marker` VALUES (4206,1901,NULL,2,1933,749,'Molduga','',53.07421875,-171.71875,0,0,0,'2017-03-28 18:51:24'); -INSERT INTO `marker` VALUES (4207,1901,NULL,2,1901,844,'','',104.6875,-104.875,0,0,0,'2017-03-28 21:53:11'); -INSERT INTO `marker` VALUES (4208,1901,NULL,2,1901,844,'','',104.6875,-104.875,0,0,0,'2017-03-28 21:53:12'); -INSERT INTO `marker` VALUES (4209,1901,NULL,2,1933,1579,'Blue Maned Lynel','Blue Maned Lynel with 3000 HP, shock arrows.',197.87109375,-139.921875,0,0,0,'2017-03-28 23:15:39'); -INSERT INTO `marker` VALUES (4210,1901,NULL,2,1933,747,'Stone Talus','',154.44140625,-180.14453125,0,0,0,'2017-03-28 23:24:21'); -INSERT INTO `marker` VALUES (4211,1901,NULL,2,1901,1581,'','',178.09375,-187.59375,0,0,0,'2017-03-29 00:55:00'); -INSERT INTO `marker` VALUES (4212,1901,NULL,2,1934,1582,'Captured Memories','Located at the Spring of Power',186.7421875,-86.1953125,0,0,0,'2017-03-29 01:20:27'); -INSERT INTO `marker` VALUES (4213,1901,NULL,2,1934,1582,'Captured Memories','Located just outside Princess Zelda's Study in Hyrule Castle',122.2109375,-112.4609375,0,0,0,'2017-03-29 01:52:34'); -INSERT INTO `marker` VALUES (4214,1901,NULL,2,1910,1537,'Ches','On top of the building',180.03515625,-119.6875,0,0,0,'2017-03-29 04:14:32'); -INSERT INTO `marker` VALUES (4215,1901,NULL,2,1901,1590,'','',100.25,-73.75,0,0,0,'2017-03-29 05:03:23'); -INSERT INTO `marker` VALUES (4216,1901,NULL,2,1933,1590,'Linux','',188.171875,-119.40625,0,1,0,'2017-03-29 05:04:28'); -INSERT INTO `marker` VALUES (4217,1901,NULL,2,1933,1590,'Big guy','',190.21875,-125.59375,0,0,0,'2017-03-29 05:05:05'); -INSERT INTO `marker` VALUES (4218,1901,NULL,2,1933,1600,'Stone Talus','',150.796875,-148.6484375,0,0,0,'2017-03-29 09:55:18'); -INSERT INTO `marker` VALUES (4219,1901,NULL,2,1933,1600,'Stone Talus','',139.03125,-151,0,0,0,'2017-03-29 09:55:50'); -INSERT INTO `marker` VALUES (4220,1901,NULL,2,1933,1600,'Stone Talus','',133.66015625,-157.72265625,0,0,0,'2017-03-29 09:56:14'); -INSERT INTO `marker` VALUES (4221,1901,NULL,2,1903,1603,'Master Sword','13 hearts needed',134.9375,-94.125,0,1,0,'2017-03-29 10:10:05'); -INSERT INTO `marker` VALUES (4222,1901,NULL,2,1933,1593,'Hinox','',171.26171875,-170.40234375,0,0,0,'2017-03-29 12:20:10'); -INSERT INTO `marker` VALUES (4223,1901,NULL,2,1904,1610,'chest','under the bridge',155.953125,-152.19140625,0,1,0,'2017-03-29 13:07:42'); -INSERT INTO `marker` VALUES (4224,1901,NULL,2,1910,1610,'chest','topaz',154.69254684448242,-144.8638516664505,0,1,0,'2017-03-29 13:32:22'); -INSERT INTO `marker` VALUES (4225,1901,NULL,2,1904,1610,'arrow','',156.03125,-144.80859375,0,1,0,'2017-03-29 13:37:05'); -INSERT INTO `marker` VALUES (4226,1901,NULL,2,1910,1610,'chest','opal',181.9375,-161.87890625,0,1,0,'2017-03-29 15:17:36'); -INSERT INTO `marker` VALUES (4227,1901,NULL,2,1910,1610,'chest','arrow',172.11594319343567,-161.14287102222443,0,1,0,'2017-03-29 16:10:18'); -INSERT INTO `marker` VALUES (4228,1901,NULL,2,1910,1610,'wooden chest','ambre',177.78125,-154.109375,0,1,0,'2017-03-29 16:38:43'); -INSERT INTO `marker` VALUES (4229,1901,NULL,2,1916,1610,'korok seed (shoot)','shoot gold eye',156.18359375,-144.88671875,0,0,0,'2017-03-29 17:10:27'); -INSERT INTO `marker` VALUES (4230,1901,NULL,2,1935,1610,'ARROWS OF THE BURNING HEART','',156.54296875,-144.296875,0,1,0,'2017-03-29 17:14:11'); -INSERT INTO `marker` VALUES (4231,1901,NULL,2,1910,1610,'wooden chest','100 rupee',198.3515625,-152.421875,0,1,0,'2017-03-29 18:54:26'); -INSERT INTO `marker` VALUES (4232,1901,NULL,2,1902,1382,'','',182.15625,-114.296875,0,0,0,'2017-03-29 19:02:00'); -INSERT INTO `marker` VALUES (4233,1901,NULL,2,1934,1620,'The power that does not wake up','',186.265625,-86.87890625,0,0,0,'2017-03-29 20:02:04'); -INSERT INTO `marker` VALUES (4234,1901,NULL,2,1916,1610,'korok seeds (circle ttl)','',191.5859375,-89.5546875,0,1,0,'2017-03-29 20:54:15'); -INSERT INTO `marker` VALUES (4235,1901,NULL,2,1910,1610,'chest','',106.76171875,-131.765625,0,0,0,'2017-03-29 22:51:32'); -INSERT INTO `marker` VALUES (4236,1901,NULL,2,1910,1610,'chest','',91.43359375,-138.66796875,0,1,0,'2017-03-30 01:10:41'); -INSERT INTO `marker` VALUES (4237,1901,NULL,2,1934,237,'Memory 12 - Father and Daughter','',122.3359375,-112.421875,0,0,0,'2017-03-30 02:01:38'); -INSERT INTO `marker` VALUES (4238,1901,NULL,2,1933,1637,'Silver Lynel','',101.14453125,-73.28515625,0,0,0,'2017-03-30 03:10:48'); -INSERT INTO `marker` VALUES (4239,1901,NULL,2,1903,1587,'','Lanza de las aguas',195.94140625,-117.93359375,0,0,0,'2017-03-30 04:11:01'); -INSERT INTO `marker` VALUES (4240,1901,NULL,2,1931,1587,'','',196.0234375,-118.12109375,0,0,0,'2017-03-30 04:11:42'); -INSERT INTO `marker` VALUES (4241,1901,NULL,2,1903,1587,'Cetro de Hielo','',201.62890625,-111.88671875,0,0,0,'2017-03-30 04:39:41'); -INSERT INTO `marker` VALUES (4242,1901,NULL,2,1934,1587,'Un poder que no despierta','',186.5078125,-86.515625,0,0,0,'2017-03-30 05:27:39'); -INSERT INTO `marker` VALUES (4243,1901,NULL,2,1926,1604,'Vah Rudania','',166.359375,-88.96875,0,0,0,'2017-03-30 05:45:38'); -INSERT INTO `marker` VALUES (4244,1901,NULL,2,1936,1537,'Craked Wall','Craked wall whit a chest ',114.3515625,-158.1796875,0,0,0,'2017-03-30 06:05:17'); -INSERT INTO `marker` VALUES (4245,1901,NULL,2,1934,1230,'Memorie 9','',186.625,-86.3125,0,0,0,'2017-03-30 13:27:36'); -INSERT INTO `marker` VALUES (4246,1901,NULL,2,1936,1649,'','',114.375,-158.21875,0,0,0,'2017-03-30 16:15:01'); -INSERT INTO `marker` VALUES (4247,1901,NULL,2,1901,1625,'Kara Kara Bazaar','',77.04296875,-168.13671875,0,0,0,'2017-03-30 16:36:58'); -INSERT INTO `marker` VALUES (4248,1901,NULL,2,1904,1643,'Phrenic Bow','Chest under the bridge, "inside" broken pillar. Phrenic Bow.',127.80859375,-168.421875,0,0,0,'2017-03-30 17:08:08'); -INSERT INTO `marker` VALUES (4249,1901,NULL,2,1904,1643,'Phrenic Bow','Chest between breakable boulders. Use bomb.\r\nPhrenic Bow',129.82421875,-112.21484375,0,0,0,'2017-03-30 17:10:13'); -INSERT INTO `marker` VALUES (4250,1901,NULL,2,1933,1643,'Lynel','',198.1328125,-140.4453125,0,0,0,'2017-03-30 17:11:46'); -INSERT INTO `marker` VALUES (4251,1901,NULL,2,1933,1643,'Lynel','',185.015625,-81.75,0,0,0,'2017-03-30 17:12:39'); -INSERT INTO `marker` VALUES (4252,1901,NULL,2,1933,1643,'Lynel','',188.015625,-77.296875,0,0,0,'2017-03-30 17:13:04'); -INSERT INTO `marker` VALUES (4253,1901,NULL,2,1933,1643,'Lynel','',148.1875,-69.28125,0,0,0,'2017-03-30 17:13:43'); -INSERT INTO `marker` VALUES (4254,1901,NULL,2,1933,1643,'Lynel','',131.1875,-71.125,0,0,0,'2017-03-30 17:14:05'); -INSERT INTO `marker` VALUES (4255,1901,NULL,2,1933,1643,'Lynel','',123.5,-78.71875,0,0,0,'2017-03-30 17:14:44'); -INSERT INTO `marker` VALUES (4256,1901,NULL,2,1933,1643,'Lynel','',116.3125,-98.84375,0,0,0,'2017-03-30 17:15:06'); -INSERT INTO `marker` VALUES (4257,1901,NULL,2,1933,1643,'Lynel','',108.375,-72.46875,0,0,0,'2017-03-30 17:15:29'); -INSERT INTO `marker` VALUES (4258,1901,NULL,2,1933,1643,'Lynel','',101.71875,-72.625,0,0,0,'2017-03-30 17:15:52'); -INSERT INTO `marker` VALUES (4259,1901,NULL,2,1933,1643,'Lynel','',96.40625,-71.15625,0,0,0,'2017-03-30 17:16:05'); -INSERT INTO `marker` VALUES (4260,1901,NULL,2,1933,1643,'Lynel','',57.59375,-89.71875,0,0,0,'2017-03-30 17:16:56'); -INSERT INTO `marker` VALUES (4261,1901,NULL,2,1931,1620,'','',125.0703125,-162.390625,0,0,0,'2017-03-30 17:44:34'); -INSERT INTO `marker` VALUES (4262,1901,NULL,2,1930,1659,'Silver Lynel','',109.09375,-72.328125,0,1,0,'2017-03-30 19:47:54'); -INSERT INTO `marker` VALUES (4263,1901,NULL,2,1903,1007,'Flame Greatsword','',110.6171875,-134.765625,0,1,0,'2017-03-30 20:06:58'); -INSERT INTO `marker` VALUES (4264,1901,NULL,2,1904,1661,'Soldier's Bow','In bell tower off roof',115.26171875,-158.73828125,0,0,0,'2017-03-30 21:10:04'); -INSERT INTO `marker` VALUES (4265,1901,NULL,2,1931,1661,'Bokoblin camp','',113.0625,-158.50390625,0,0,0,'2017-03-30 21:11:18'); -INSERT INTO `marker` VALUES (4266,1901,NULL,2,1931,1661,'Bokoblin camp','',118.09765625,-157.890625,0,0,0,'2017-03-30 21:12:23'); -INSERT INTO `marker` VALUES (4267,1901,NULL,2,1910,1661,'Chest','',117.20703125,-163.80859375,0,0,0,'2017-03-30 21:14:33'); -INSERT INTO `marker` VALUES (4268,1901,NULL,2,1931,1661,'Bokoblin camp','',117.37890625,-156.05859375,0,0,0,'2017-03-30 21:15:23'); -INSERT INTO `marker` VALUES (4269,1901,NULL,2,1925,1653,'shrine','',79.8125,-147.296875,0,0,0,'2017-03-31 03:07:06'); -INSERT INTO `marker` VALUES (4270,1901,NULL,2,1901,1375,'Hateno Ancient Tech Lab','',187.109375,-161.28125,0,0,0,'2017-03-31 12:08:29'); -INSERT INTO `marker` VALUES (4271,1901,NULL,2,1901,1375,'Akkala Ancient Tech Lab','',198.69921875,-78.359375,0,0,0,'2017-03-31 12:10:09'); -INSERT INTO `marker` VALUES (4272,1901,NULL,2,1910,1686,'Opal','Opal in a hidden chest',114.37890625,-158.1484375,0,0,0,'2017-03-31 12:52:21'); -INSERT INTO `marker` VALUES (4300,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1070446750',147.4765625,-134.6171875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4301,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1895467681',148.94690624999998,-179.03467187500002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4302,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1899568569',141.71875,-173.578125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4303,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1966190823',154.3901875,-176.42578125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4304,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -778000549',146.1015625,-176.90625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4305,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -799924769',141.93125,-113.296875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4306,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -894814924',101.0875,-115.61875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4307,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 122372285',100.0359375,-116.003125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4308,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 346741434',156.82590625,-176.7470625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4309,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 410515381',100.875,-116.353125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4310,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 780410236',152.6328125,-132.796875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4311,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 817220492',178.4921875,-128.6796875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4312,1901,NULL,1,1939,1,'Thunder Wizzrobe','Game ID: -1370100773',69.398359375,-107.1270625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4313,1901,NULL,1,1939,1,'Thunder Wizzrobe','Game ID: 778242681',138.65625,-116.253125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4314,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -1186495831',93.76159375,-167.0991875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4315,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -1362357379',163.015625,-150.9609375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4316,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -1865717721',104.03125,-151.9140625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4317,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -834620865',94.2193125,-161.447375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4318,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1179191329',126.11596718749999,-175.21029687499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4319,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1464460165',96.09878125,-163.45540625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4320,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1467785709',125.767640625,-174.145640625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4321,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1587467038',142.9828125,-118.7046875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4322,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1726561686',98.290609375,-166.874390625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4323,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1799378514',141.6880578125,-103.33321875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4324,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 600223672',137.3203125,-161.125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4325,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 629321287',101.49859375,-149.685296875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4326,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 795782529',135.572103125,-163.240953125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4327,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: -1089317293',138.2546875,-114.390625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4328,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: -1804192569',140.920490625,-80.242609375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4329,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: -491191410',175.6096875,-92.05626562500001,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4330,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: 926370827',177.200875,-83.73935937499999,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4331,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -149733274',164.07353125,-125.9466765625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4332,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -24969083',169.796875,-111.1015625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4333,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -459047056',149.568609375,-109.276984375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4334,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -563251786',79.9265625,-147.1703125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4335,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -886535180',170.628203125,-114.238940625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4336,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 1341359998',136.065625,-114.26875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4337,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 1375707729',166.58740625000002,-120.480834375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4338,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 209009649',65.504109375,-146.37309375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4339,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 586069873',88.84703125,-152.847515625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4340,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 642600740',79.584375,-147.065625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4363,1901,NULL,1,1940,1,'Silver Lynel','Game ID: 1578404536',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4364,1901,NULL,1,1940,1,'Lynel','Game ID: -903790588',83.08798437499999,-123.590990625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4365,1901,NULL,1,1940,1,'Lynel','Game ID: -94054922',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4366,1901,NULL,1,1940,1,'Lynel','Game ID: 1492521341',178.95543750000002,-146.934203125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4367,1901,NULL,1,1940,1,'Lynel','Game ID: 1819222204',114.4865,-177.712578125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4368,1901,NULL,1,1940,1,'Lynel','Game ID: 232962450',153.302984375,-173.7588125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4369,1901,NULL,1,1940,1,'Lynel','Game ID: 459804714',115.784221875,-185.13134374999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4370,1901,NULL,1,1940,1,'Lynel','Game ID: -2003288895',188.077875,-118.607909375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4371,1901,NULL,1,1940,1,'Lynel','Game ID: 1396251553',188.3828125,-118.578125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4372,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: -102695323',116.1134015625,-99.28746875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4373,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: -2010019374',122.5920796875,-115.09546875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4374,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: -898189077',188.296875,-77.59375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4375,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 1423341458',57.791671875000006,-89.62221875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4376,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 1529588945',184.828125,-81.6640625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4377,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 1544805954',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4378,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 438554606',197.98990625,-140.32708125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4379,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 86620264',80.157984375,-144.683453125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4380,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -1916342068',107.48321874999999,-72.2604375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4381,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -193265826',147.651375,-69.350703125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4382,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -48920391',121.734375,-79.5546875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4383,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -506866551',96.30646875,-71.30315625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4384,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -779433878',125.5449703125,-114.1262734375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4385,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -923255062',131.859375,-70.6796875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4386,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: 1309263371',64.91328125,-141.7279734375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4387,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: 237760997',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4388,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: 329409903',101.6015625,-72.421875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4394,1901,NULL,1,1941,1,'Igneo Talus','GameID:-1114480603',161.461828125,-93.961390625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4395,1901,NULL,1,1941,1,'Igneo Talus','GameID:-151855053',161.5390625,-80.9453125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4396,1901,NULL,1,1941,1,'Igneo Talus','GameID:1372356658',165.070578125,-96.771640625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4397,1901,NULL,1,1941,1,'Igneo Talus','GameID:2080410037',148.87653125,-80.44981250000001,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4398,1901,NULL,1,1941,1,'Igneo Talus','GameID:2112489205',156.05532812500002,-100.707328125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4399,1901,NULL,1,1941,1,'Frost Talus','GameID:-207226742',94.4863125,-79.83449999999999,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4400,1901,NULL,1,1941,1,'Frost Talus','GameID:-287277272',72.3950625,-152.376046875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4401,1901,NULL,1,1941,1,'Frost Talus','GameID:1684711544',79.9765625,-82.3984375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4402,1901,NULL,1,1941,1,'Frost Talus','GameID:189892196',70.0390625,-91.328125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4403,1901,NULL,1,1941,1,'Frost Talus','GameID:648092042',82.375171875,-148.22290625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4404,1901,NULL,1,1941,1,'Stone Talus','GameID:-197761366',154.41759374999998,-180.119078125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4405,1901,NULL,1,1941,1,'Stone Talus','GameID:-421745999',147.6424375,-162.00815625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4406,1901,NULL,1,1941,1,'Stone Talus','GameID:-477091887',149.7503125,-186.243609375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4407,1901,NULL,1,1941,1,'Stone Talus','GameID:-587280206',179.133078125,-181.27896875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4408,1901,NULL,1,1941,1,'Stone Talus','GameID:-60569385',139.0209859375,-150.998171875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4409,1901,NULL,1,1941,1,'Stone Talus','GameID:-606454255',167.4921875,-157.7578125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4410,1901,NULL,1,1941,1,'Stone Talus','GameID:-684759226',111.003859375,-153.987171875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4411,1901,NULL,1,1941,1,'Stone Talus','GameID:139564765',177.99078125,-157.755609375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4412,1901,NULL,1,1941,1,'Stone Talus','GameID:1450825465',146.54093749999998,-153.66825,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4413,1901,NULL,1,1941,1,'Stone Talus','GameID:2009332164',150.904796875,-148.76421875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4414,1901,NULL,1,1941,1,'Stone Talus','GameID:481698249',133.6147140625,-157.750234375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4415,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-1021089624',98.375,-159.94809375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4416,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-1467136833',92.4140625,-158.921875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4417,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-1927229395',125.2354203125,-155.68154687499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4418,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-394584925',60.623984375000006,-150.60759375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4419,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-482553350',119.957003125,-146.4646875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4420,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-689215827',93.977109375,-103.22828125000001,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4421,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-765148577',199.2265625,-166.515625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4422,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:1063952470',190.37926562500002,-125.5185078125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4423,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:372172601',82.711421875,-162.54678124999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4424,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:491623064',112.826078125,-178.56465624999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4425,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:853217538',140.0546875,-112.15625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4426,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:975119268',95.24284374999999,-175.46728124999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4427,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-1531753942',78.9765625,-129.13903765625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4428,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-1764034358',77.24367187499999,-111.154375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4429,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-1839341511',68.550671875,-146.8245625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4430,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-425252627',115.9883921875,-115.429896875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4431,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:1943962273',125.8648984375,-113.0583828125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4432,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:321907823',83.242171875,-99.47021875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4433,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:464316212',66.60473437499999,-111.0705625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4457,1901,NULL,1,1942,1,'Stalnox','Game ID: -1093191407',108.1015625,-94.9765625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4458,1901,NULL,1,1942,1,'Stalnox','Game ID: -1320886829',129.5703125,-180.671875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4459,1901,NULL,1,1942,1,'Stalnox','Game ID: -1479112308',111.40625,-186.9296875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4460,1901,NULL,1,1942,1,'Stalnox','Game ID: -1775419891',192.7920625,-93.230578125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4461,1901,NULL,1,1942,1,'Stalnox','Game ID: -57758398',61.4351875,-68.97679687499999,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4462,1901,NULL,1,1942,1,'Stalnox','Game ID: -594702300',160.478390625,-181.916640625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4463,1901,NULL,1,1942,1,'Stalnox','Game ID: 1287559097',132.0078125,-113.7265609375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4464,1901,NULL,1,1942,1,'Stalnox','Game ID: 1698864303',158.3203125,-165.4453125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4465,1901,NULL,1,1942,1,'Stalnox','Game ID: 1721655973',93.359375,-137.125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4466,1901,NULL,1,1942,1,'Stalnox','Game ID: 73882430',120.3227375,-112.22164062499999,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4467,1901,NULL,1,1942,1,'Hinox','Game ID: -195151372',151.334296875,-176.31465624999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4468,1901,NULL,1,1942,1,'Hinox','Game ID: -944954171',178.79590625,-148.806640625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4469,1901,NULL,1,1942,1,'Hinox','Game ID: -957080854',171.2509375,-170.36848437499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4470,1901,NULL,1,1942,1,'Hinox','Game ID: 1602515170',158.7661875,-129.52184156250001,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4471,1901,NULL,1,1942,1,'Hinox','Game ID: 1833514674',165.729953125,-146.403671875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4472,1901,NULL,1,1942,1,'Hinox','Game ID: 1903632265',148.78979687499998,-168.99903125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4473,1901,NULL,1,1942,1,'Hinox','Game ID: 373348007',178.15895312499998,-174.81762500000002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4474,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -1022439736',144.11609375,-182.62909375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4475,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -1764651626',133.3409375,-79.3103125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4476,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -1822558219',104.017484375,-125.3188796875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4477,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -214413042',116.24240156249999,-108.185546875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4478,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -463100083',183.09784375,-133.70263749999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4479,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -550790576',134.578125,-133.1484375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4480,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -588686648',197.40625,-133.4833984375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4481,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -657773647',120.4913375,-96.130625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4482,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -667065489',90.96801562499999,-121.4439703125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4483,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -722740842',174.732828125,-140.3113078125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4484,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1266282060',137.7888640625,-123.2258609375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4485,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1384742674',179.38678125,-108.37121875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4486,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1925665429',198.892359375,-185.84300000000002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4487,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1949698080',101.37035937499999,-155.76220312499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4488,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 2083136285',173.78928125,-123.3375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4489,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 936329231',170.08903125,-174.368234375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4490,1901,NULL,1,1942,1,'Black Hinox','Game ID: -1441095752',68.72375,-103.67028125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4491,1901,NULL,1,1942,1,'Black Hinox','Game ID: -509328048',165.824265625,-171.47804687500002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4492,1901,NULL,1,1942,1,'Black Hinox','Game ID: -553469486',166.82971874999998,-125.913190625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4493,1901,NULL,1,1942,1,'Black Hinox','Game ID: -884585299',173.58465625,-72.353125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4494,1901,NULL,1,1942,1,'Black Hinox','Game ID: 1028264440',182.521578125,-75.878359375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4495,1901,NULL,1,1942,1,'Black Hinox','Game ID: 2009832062',57.203125,-86.136359375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4496,1901,NULL,1,1942,1,'Black Hinox','Game ID: 851170738',109.60859375,-129.85166093750001,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4520,1901,NULL,1,1945,1,'Blupee','GameID:8112710',92.2976875,-133.302234375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4521,1901,NULL,1,1945,1,'Blupee','GameID:67622795',93.829953125,-132.859740625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4522,1901,NULL,1,1945,1,'Blupee','GameID:119676254',92.508203125,-133.5684421875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4523,1901,NULL,1,1945,1,'Blupee','GameID:125156133',92.438625,-134.93205625000002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4524,1901,NULL,1,1945,1,'Blupee','GameID:352056706',93.347625,-136.9433671875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4525,1901,NULL,1,1945,1,'Blupee','GameID:581551889',92.05053125,-137.8593484375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4526,1901,NULL,1,1945,1,'Blupee','GameID:647652707',92.60026562499999,-133.2752625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4527,1901,NULL,1,1945,1,'Blupee','GameID:654864030',88.10012499999999,-136.34644375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4528,1901,NULL,1,1945,1,'Blupee','GameID:750180744',91.850734375,-140.25032031249998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4529,1901,NULL,1,1945,1,'Blupee','GameID:789917160',92.241046875,-133.37005937499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4530,1901,NULL,1,1945,1,'Blupee','GameID:823897486',93.467375,-140.44702187500002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4531,1901,NULL,1,1945,1,'Blupee','GameID:956029213',92.553125,-133.2203125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4532,1901,NULL,1,1945,1,'Blupee','GameID:1158573626',89.698859375,-135.7708578125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4533,1901,NULL,1,1945,1,'Blupee','GameID:1207652058',92.362515625,-133.699678125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4534,1901,NULL,1,1945,1,'Blupee','GameID:1326369154',92.217859375,-133.5381,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4535,1901,NULL,1,1945,1,'Blupee','GameID:1452972064',92.127671875,-136.33900156250002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4536,1901,NULL,1,1945,1,'Blupee','GameID:2133969819',92.465625,-133.2015625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4537,1901,NULL,1,1945,1,'Blupee','GameID:-2078914857',95.083828125,-136.58632968749998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4538,1901,NULL,1,1945,1,'Blupee','GameID:-1850637496',93.816296875,-134.8625796875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4539,1901,NULL,1,1945,1,'Blupee','GameID:-1815722336',92.398515625,-133.237984375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4540,1901,NULL,1,1945,1,'Blupee','GameID:-1447561260',88.967546875,-139.7709984375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4541,1901,NULL,1,1945,1,'Blupee','GameID:-1345044241',92.337734375,-133.5613984375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4542,1901,NULL,1,1945,1,'Blupee','GameID:-1307935654',92.42115625,-133.59091562499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4543,1901,NULL,1,1945,1,'Blupee','GameID:-1256947696',92.32348437499999,-133.5607625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4544,1901,NULL,1,1945,1,'Blupee','GameID:-1236962431',92.310140625,-133.68234375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4545,1901,NULL,1,1945,1,'Blupee','GameID:-1112474538',92.5875,-133.2359375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4546,1901,NULL,1,1945,1,'Blupee','GameID:-1028011668',92.62796875000001,-133.4199359375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4547,1901,NULL,1,1945,1,'Blupee','GameID:-1004993643',93.44512499999999,-139.235190625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4548,1901,NULL,1,1945,1,'Blupee','GameID:-945246599',92.18279687500001,-133.6963203125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4549,1901,NULL,1,1945,1,'Blupee','GameID:-909187802',86.9346875,-138.15129218750002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4550,1901,NULL,1,1945,1,'Blupee','GameID:-864151855',92.60235937499999,-133.4605640625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4551,1901,NULL,1,1945,1,'Blupee','GameID:-841305980',90.05953124999999,-136.4893546875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4552,1901,NULL,1,1945,1,'Blupee','GameID:-800659145',92.6198125,-133.375396875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4553,1901,NULL,1,1945,1,'Blupee','GameID:-727753018',89.33121875,-138.104959375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4554,1901,NULL,1,1945,1,'Blupee','GameID:-596746417',94.84398437499999,-137.740290625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4555,1901,NULL,1,1945,1,'Blupee','GameID:-459594147',87.9001875,-138.23744375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4556,1901,NULL,1,1945,1,'Blupee','GameID:-450394293',92.1759375,-133.4896015625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4557,1901,NULL,1,1945,1,'Blupee','GameID:-423998841',92.45917187500001,-133.59282812499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4558,1901,NULL,1,1945,1,'Blupee','GameID:-233568771',95.576296875,-132.51598124999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4559,1901,NULL,1,1945,1,'Blupee','GameID:-187755273',92.25553124999999,-133.48372187500001,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4560,1901,NULL,1,1945,1,'Blupee','GameID:1355702776',97.68020312499999,-134.423575,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4561,1901,NULL,1,1945,1,'Blupee','GameID:-2088041912',97.77195312500001,-134.82321875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4562,1901,NULL,1,1945,1,'Blupee','GameID:-1832224716',97.681375,-132.98589218749999,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4563,1901,NULL,1,1945,1,'Blupee','GameID:-803272861',99.17295312499999,-133.54474375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4564,1901,NULL,1,1945,1,'Blupee','GameID:-1807451319',124.6262703125,-149.294859375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4565,1901,NULL,1,1945,1,'Blupee','GameID:558955435',135.1845046875,-149.55096874999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4566,1901,NULL,1,1945,1,'Blupee','GameID:1397879052',137.060125,-149.221640625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4567,1901,NULL,1,1945,1,'Blupee','GameID:2088165780',158.20678125,-141.86630468750002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4568,1901,NULL,1,1945,1,'Blupee','GameID:-1141095909',144.60146874999998,-130.5845546875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4569,1901,NULL,1,1945,1,'Blupee','GameID:-68399232',157.47121875,-142.0634828125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4570,1901,NULL,1,1945,1,'Blupee','GameID:750137237',158.642625,-142.42371875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4571,1901,NULL,1,1945,1,'Blupee','GameID:216844463',158.660171875,-165.06846875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4572,1901,NULL,1,1945,1,'Blupee','GameID:1416749828',158.13584375,-166.40893749999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4573,1901,NULL,1,1945,1,'Blupee','GameID:1860780134',158.292140625,-161.672875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4574,1901,NULL,1,1945,1,'Blupee','GameID:-2138250636',144.7961875,-172.85525,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4575,1901,NULL,1,1945,1,'Blupee','GameID:-817454126',146.142890625,-175.00265625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4576,1901,NULL,1,1945,1,'Blupee','GameID:-737001022',158.38914062499998,-160.41778125000002,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4577,1901,NULL,1,1945,1,'Blupee','GameID:-155770291',143.31732499999998,-172.91153125,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4578,1901,NULL,1,1945,1,'Blupee','GameID:1206289926',159.86321875,-142.362746875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4579,1901,NULL,1,1945,1,'Blupee','GameID:1918020349',159.52492187500002,-162.38189062499998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4580,1901,NULL,1,1945,1,'Blupee','GameID:2052852149',159.55951562500002,-161.37184374999998,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4581,1901,NULL,1,1945,1,'Blupee','GameID:-72591425',161.003796875,-161.5509375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4582,1901,NULL,1,1945,1,'Blupee','GameID:-1641823448',180.34834375,-80.143765625,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4583,1901,NULL,1,1945,1,'Blupee','GameID:-600348053',180.18290625,-79.859546875,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4584,1901,NULL,1,1945,1,'Blupee','GameID:-295278280',180.53674999999998,-79.68059375,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4585,1901,NULL,1,1945,1,'Blupee','GameID:-130313959',180.50426562500002,-79.89345312500001,0,0,1,'2017-03-31 09:19:06'); -INSERT INTO `marker` VALUES (4647,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1008007535',145.2295,-114.52065625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4648,1901,NULL,1,1943,1,'Opal','Game ID: -1008534459',171.4686875,-123.4922125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4649,1901,NULL,1,1943,1,'Giant Ancient Core','Game ID: -1017784990',199.83596875,-69.80946875000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4650,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1018033230',140.906015625,-184.795109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4651,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1023961227',138.61507968749999,-157.469890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4652,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1032994',59.37778125,-141.0655546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4653,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1047362977',63.342734375000006,-69.646375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4654,1901,NULL,1,1943,1,'Diamond','Game ID: -1047524465',77.872078125,-156.99757812500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4655,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1048151654',192.38921875,-168.54303125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4656,1901,NULL,1,1943,1,'Ruby','Game ID: -1048883559',192.40589062499998,-165.025375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4657,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1050463831',156.0150625,-134.5791515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4658,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1056021203',185.3655625,-180.227921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4659,1901,NULL,1,1943,1,'Topaz','Game ID: -1061143940',175.109390625,-188.94465625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4660,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1076616169',197.77825,-141.116965625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4661,1901,NULL,1,1943,1,'Opal','Game ID: -10823820',131.68956406249998,-148.545578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4662,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1086774964',59.808218749999995,-144.830046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4663,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1089245121',122.8203125,-112.275515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4664,1901,NULL,1,1943,1,'Amber','Game ID: -1103299758',177.744984375,-154.065296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4665,1901,NULL,1,1943,1,'Sapphire','Game ID: -1110740138',142.089565625,-106.151703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4666,1901,NULL,1,1943,1,'Diamond','Game ID: -11125146',84.001421875,-162.718734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4667,1901,NULL,1,1943,1,'Topaz','Game ID: -1119355011',156.984609375,-185.661328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4668,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1127480161',176.5078125,-130.32812343749998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4669,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1130309811',76.296328125,-90.984546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4670,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1133046255',193.92067187499998,-125.69435625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4671,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1150711905',136.2812421875,-110.007875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4672,1901,NULL,1,1943,1,'Opal','Game ID: -1166747932',156.000234375,-183.942421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4673,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1187194443',134.29215156249998,-118.8783984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4674,1901,NULL,1,1943,1,'Opal','Game ID: -1196060440',174.17978125,-161.7648125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4675,1901,NULL,1,1943,1,'Topaz','Game ID: -1199189401',188.402921875,-186.709765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4676,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1201878415',73.152203125,-142.3351796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4677,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1201977216',201.3568125,-176.38653125000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4678,1901,NULL,1,1943,1,'Ruby','Game ID: -1202179686',125.80632187500001,-110.43865625000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4679,1901,NULL,1,1943,1,'Ruby','Game ID: -1204756075',87.5674375,-159.8426875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4680,1901,NULL,1,1943,1,'Sapphire','Game ID: -1224136418',87.036609375,-97.582140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4681,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1226654451',153.161421875,-132.821309375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4682,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1253304644',155.884609375,-173.412609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4683,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -125451966',137.2257140625,-150.93993749999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4684,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1263398072',90.06700000000001,-96.95278125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4685,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1267773832',193.71157812500002,-188.296609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4686,1901,NULL,1,1943,1,'Opal','Game ID: -1276150049',72.56846875,-141.209371875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4687,1901,NULL,1,1943,1,'Sapphire','Game ID: -1287393749',183.96153125,-184.496546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4688,1901,NULL,1,1943,1,'Amber','Game ID: -1288571721',139.0290234375,-178.80053125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4689,1901,NULL,1,1943,1,'Opal','Game ID: -1289309623',105.623734375,-158.51584375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4690,1901,NULL,1,1943,1,'Diamond','Game ID: -1295744293',122.3671875,-109.7421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4691,1901,NULL,1,1943,1,'Amber','Game ID: -1299763841',170.028328125,-188.248265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4692,1901,NULL,1,1943,1,'Sapphire','Game ID: -1301113880',199.219609375,-71.7109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4693,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1333386446',188.09540625,-172.57434375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4694,1901,NULL,1,1943,1,'Ruby','Game ID: -1335626422',192.34159375000002,-136.62094374999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4695,1901,NULL,1,1943,1,'Sapphire','Game ID: -1336035504',158.55965625,-168.77685937500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4696,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1345836722',108.861640625,-89.194453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4697,1901,NULL,1,1943,1,'Opal','Game ID: -1350909166',65.047640625,-139.2308171875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4698,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1355352184',130.99345,-153.0498125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4699,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1360537520',56.057765625,-177.84996875000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4700,1901,NULL,1,1943,1,'Opal','Game ID: -136078908',153.77687500000002,-176.74284375000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4701,1901,NULL,1,1943,1,'Amber','Game ID: -1367047419',180.570859375,-184.46114062499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4702,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1373356769',84.45821875,-91.15215624999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4703,1901,NULL,1,1943,1,'Opal','Game ID: -1404978849',171.75796875,-146.217375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4704,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1407009570',70.537796875,-140.94479375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4705,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1412503566',124.499846875,-109.59578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4706,1901,NULL,1,1943,1,'Opal','Game ID: -1426791900',133.09502656249998,-171.647859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4707,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1429488882',145.708390625,-187.724,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4708,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1435574268',50.8359375,-161.7015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4709,1901,NULL,1,1943,1,'','Game ID: -1437454309',174.539296875,-180.694046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4710,1901,NULL,1,1943,1,'Opal','Game ID: -1438291674',129.851796875,-151.444984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4711,1901,NULL,1,1943,1,'Flint','Game ID: -1449081326',156.58100000000002,-182.568890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4712,1901,NULL,1,1943,1,'Opal','Game ID: -1462561810',142.4521234375,-132.28982812499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4713,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1472115440',165.84121875,-171.42670312500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4714,1901,NULL,1,1943,1,'Opal','Game ID: -1473951002',112.808915625,-152.56503125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4715,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -14753071',174.68890625,-184.403875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4716,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1482457515',179.582734375,-137.529096875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4717,1901,NULL,1,1943,1,'Ruby','Game ID: -1494125745',71.457390625,-142.7418625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4718,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1498256518',134.7047765625,-188.944375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4719,1901,NULL,1,1943,1,'Opal','Game ID: -1506182731',97.03162499999999,-131.122684375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4720,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -150621195',123.09375,-122.9453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4721,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1508742176',189.877671875,-134.1355453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4722,1901,NULL,1,1943,1,'Opal','Game ID: -1517075919',131.8671875,-79.2359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4723,1901,NULL,1,1943,1,'Amber','Game ID: -1527596739',144.56334375,-178.1595,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4724,1901,NULL,1,1943,1,'Amber','Game ID: -1533471983',173.94565625,-182.313015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4725,1901,NULL,1,1943,1,'Topaz','Game ID: -1535053151',198.672921875,-177.089515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4726,1901,NULL,1,1943,1,'Opal','Game ID: -1544466939',68.542125,-148.0269375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4727,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1546321777',113.408990625,-182.05375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4728,1901,NULL,1,1943,1,'Opal','Game ID: -1547349243',160.3945,-156.464390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4729,1901,NULL,1,1943,1,'Luminous Stone','Game ID: -1548878308',148.95971874999998,-151.83721875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4730,1901,NULL,1,1943,1,'Amber','Game ID: -1562395',135.86158125000003,-145.03201562499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4731,1901,NULL,1,1943,1,'Ruby','Game ID: -1563274135',138.254765625,-114.4077515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4732,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1563525819',72.507953125,-118.7152234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4733,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1564211484',197.384484375,-181.21846875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4734,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1565642503',179.68153125,-104.383640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4735,1901,NULL,1,1943,1,'Opal','Game ID: -1566537959',114.40625,-158.2265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4736,1901,NULL,1,1943,1,'Amber','Game ID: -1571493',141.38106562500002,-155.853359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4737,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1572817637',79.27014062500001,-89.62182812500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4738,1901,NULL,1,1943,1,'Topaz','Game ID: -1577325947',151.251625,-94.474953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4739,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1582058541',174.51403125000002,-185.749828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4740,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1592840763',192.83156250000002,-186.24925000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4741,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1599904121',111.97078125,-73.96346875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4742,1901,NULL,1,1943,1,'Topaz','Game ID: -1604420303',97.528890625,-103.945859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4743,1901,NULL,1,1943,1,'Opal','Game ID: -1619832060',174.155671875,-187.299921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4744,1901,NULL,1,1943,1,'Amber','Game ID: -1626568109',129.12968734375,-98.9203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4745,1901,NULL,1,1943,1,'Opal','Game ID: -1630380856',190.202875,-115.1340765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4746,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1660453739',74.414203125,-146.581453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4747,1901,NULL,1,1943,1,'Amber','Game ID: -1667509827',99.328953125,-158.015875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4748,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1669736785',101.63090625,-88.317234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4749,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1674681304',53.45209375,-149.63725,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4750,1901,NULL,1,1943,1,'Amber','Game ID: -1683440653',171.48184375,-155.2240625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4751,1901,NULL,1,1943,1,'Topaz','Game ID: -1683523913',157.8721875,-189.4559375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4752,1901,NULL,1,1943,1,'Topaz','Game ID: -1686959267',156.28898437499998,-116.30355312500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4753,1901,NULL,1,1943,1,'Amber','Game ID: -169208717',111.3744375,-155.89234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4754,1901,NULL,1,1943,1,'Topaz','Game ID: -1697329467',192.211796875,-176.863609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4755,1901,NULL,1,1943,1,'Amber','Game ID: -170237930',86.952875,-152.384078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4756,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1709700102',172.65550000000002,-180.81940625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4757,1901,NULL,1,1943,1,'Opal','Game ID: -1723703675',156.740265625,-151.63914062499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4758,1901,NULL,1,1943,1,'Ruby','Game ID: -1725604604',79.765625,-94.875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4759,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1734005952',134.2215265625,-109.65315625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4760,1901,NULL,1,1943,1,'Opal','Game ID: -1734091378',179.69671875,-121.9392265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4761,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1747527974',67.2734375,-167.7578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4762,1901,NULL,1,1943,1,'Topaz','Game ID: -1756316212',196.21025,-176.744109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4763,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1760858464',73.968828125,-92.98903125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4764,1901,NULL,1,1943,1,'Opal','Game ID: -1768546852',157.888828125,-126.49162203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4765,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1778534180',94.9985,-154.6000625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4766,1901,NULL,1,1943,1,'Opal','Game ID: -1779299490',70.9265625,-141.8343265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4767,1901,NULL,1,1943,1,'Sapphire','Game ID: -1790822215',60.38140625,-75.96546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4768,1901,NULL,1,1943,1,'Opal','Game ID: -1791498417',102.21557812500001,-160.6099375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4769,1901,NULL,1,1943,1,'Sapphire','Game ID: -1795897734',57.773578125,-138.9300515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4770,1901,NULL,1,1943,1,'Opal','Game ID: -1799013568',153.05962499999998,-177.78015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4771,1901,NULL,1,1943,1,'Sapphire','Game ID: -1818439055',173.41690625,-189.029046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4772,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1824501238',56.568890624999995,-139.40251406250002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4773,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1831494844',136.38241562499996,-181.51871875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4774,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -183193354',158.74098437499998,-148.21279687499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4775,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1851661213',126.783896875,-110.072109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4776,1901,NULL,1,1943,1,'Amber','Game ID: -1857555566',158.478375,-168.82390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4777,1901,NULL,1,1943,1,'Sapphire','Game ID: -1865881781',152.25873437500002,-88.36075,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4778,1901,NULL,1,1943,1,'Opal','Game ID: -1869248111',125.146828125,-188.26146875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4779,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1879414430',138.9801828125,-126.6701484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4780,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1889978828',154.216171875,-181.0740625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4781,1901,NULL,1,1943,1,'Red Rupee','Game ID: -1890433576',166.928015625,-183.21653125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4782,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1901404047',152.344171875,-181.161265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4783,1901,NULL,1,1943,1,'Topaz','Game ID: -1910225824',76.470484375,-106.72334375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4784,1901,NULL,1,1943,1,'Sapphire','Game ID: -1912877106',65.6895625,-146.40029687499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4785,1901,NULL,1,1943,1,'Topaz','Game ID: -1924650489',55.36446875,-143.0503265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4786,1901,NULL,1,1943,1,'Opal','Game ID: -1933472223',166.616375,-143.800375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4787,1901,NULL,1,1943,1,'Diamond','Game ID: -1936435529',55.3875625,-188.388515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4788,1901,NULL,1,1943,1,'Diamond','Game ID: -193758334',121.6104296875,-116.0505421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4789,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1952893116',170.0078125,-123.46875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4790,1901,NULL,1,1943,1,'Opal','Game ID: -1959574606',134.4265625,-78.5875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4791,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1968510568',154.324390625,-183.442125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4792,1901,NULL,1,1943,1,'Opal','Game ID: -1969251752',192.258703125,-174.00496875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4793,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1977749551',73.4921875,-171.078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4794,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1997589043',142.20840312500002,-154.82885937499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4795,1901,NULL,1,1943,1,'Sapphire','Game ID: -2002064131',79.4368125,-74.941671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4796,1901,NULL,1,1943,1,'Topaz','Game ID: -2002154946',156.31740625,-177.4176875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4797,1901,NULL,1,1943,1,'Opal','Game ID: -2007111710',135.9033328125,-152.598875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4798,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -2011573689',173.379984375,-183.03575,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4799,1901,NULL,1,1943,1,'Topaz','Game ID: -2024762453',188.013796875,-185.22140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4800,1901,NULL,1,1943,1,'Opal','Game ID: -2061653147',91.994703125,-129.13095484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4801,1901,NULL,1,1943,1,'Opal','Game ID: -2076188011',155.88434375,-174.052953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4802,1901,NULL,1,1943,1,'Sapphire','Game ID: -2076239985',92.30604687499999,-166.177671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4803,1901,NULL,1,1943,1,'Dinraal\'s Scale','Game ID: -2077493679',124.93026718749998,-108.95953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4804,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -2080178773',115.9921875,-142.3515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4805,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2083448163',121.23124375,-111.47915625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4806,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -2083878686',177.056015625,-83.94365625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4807,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2095543250',159.71725,-188.987953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4808,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2101315364',200.73445312500002,-69.76823437499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4809,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -2123321615',141.8379,-165.67542187499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4810,1901,NULL,1,1943,1,'Topaz','Game ID: -2124901554',141.5662796875,-105.558484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4811,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -2132498094',154.514765625,-175.68778125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4812,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2133610317',192.26070312500002,-117.5079734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4813,1901,NULL,1,1943,1,'Ruby','Game ID: -2140241891',72.81421875000001,-75.17498437500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4814,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -217195049',153.579296875,-81.96396874999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4815,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -230246556',201.034328125,-71.47660937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4816,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -251972557',165.888390625,-68.73259375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4817,1901,NULL,1,1943,1,'Opal','Game ID: -260239551',138.4400453125,-98.907890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4818,1901,NULL,1,1943,1,'Opal','Game ID: -269492549',66.868140625,-140.27646875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4819,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -272591379',118.705946875,-120.0309625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4820,1901,NULL,1,1943,1,'Topaz','Game ID: -274475851',189.070375,-188.7035,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4821,1901,NULL,1,1943,1,'Amber','Game ID: -274750070',145.474296875,-144.24865625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4822,1901,NULL,1,1943,1,'Opal','Game ID: -282282260',155.13345312500002,-140.10014375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4823,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -283095789',156.447234375,-179.62359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4824,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -283355413',82.318390625,-94.659015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4825,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -299555116',169.267703125,-165.823359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4826,1901,NULL,1,1943,1,'Topaz','Game ID: -309781206',115.3046875,-72.734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4827,1901,NULL,1,1943,1,'Opal','Game ID: -324421432',154.129078125,-181.066796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4828,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -3261668',71.3629375,-144.138640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4829,1901,NULL,1,1943,1,'Ruby','Game ID: -328826349',58.830625,-70.48203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4830,1901,NULL,1,1943,1,'Flint','Game ID: -331275494',144.3943125,-157.700625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4831,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -337011229',76.340953125,-152.854921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4832,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -341533365',111.932875,-119.57182656250001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4833,1901,NULL,1,1943,1,'Opal','Game ID: -351450905',109.482609375,-142.98319062500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4834,1901,NULL,1,1943,1,'Sapphire','Game ID: -351855086',69.915625,-169.4890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4835,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -354289572',175.2780625,-162.527890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4836,1901,NULL,1,1943,1,'Amber','Game ID: -357795929',143.544959375,-149.225203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4837,1901,NULL,1,1943,1,'Ruby','Game ID: -357942962',138.47980625000002,-178.61849999999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4838,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -380454041',187.88679687500002,-135.8553234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4839,1901,NULL,1,1943,1,'Topaz','Game ID: -383310907',154.686515625,-144.85940625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4840,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -384766669',184.46146875,-158.57356249999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4841,1901,NULL,1,1943,1,'Topaz','Game ID: -387466149',184.66096875,-181.57999999999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4842,1901,NULL,1,1943,1,'Sapphire','Game ID: -388124141',154.994921875,-190.091796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4843,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -390495745',122.796875,-120.8828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4844,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -392704388',197.814765625,-141.1278484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4845,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -397187899',184.87834375,-138.1860015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4846,1901,NULL,1,1943,1,'Amber','Game ID: -411267216',120.2971890625,-162.65645312499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4847,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -413737390',173.5001875,-145.710640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4848,1901,NULL,1,1943,1,'Sapphire','Game ID: -419908148',156.35760937499998,-173.55207812499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4849,1901,NULL,1,1943,1,'Ruby','Game ID: -432630121',60.228140624999995,-85.448640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4850,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -437581555',167.941375,-189.145921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4851,1901,NULL,1,1943,1,'Ruby','Game ID: -439563476',115.3046875,-72.765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4852,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -443201257',167.320296875,-115.917603125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4853,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -444183556',158.8730625,-165.01534375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4854,1901,NULL,1,1943,1,'Amber','Game ID: -445887501',75.020375,-152.039921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4855,1901,NULL,1,1943,1,'Opal','Game ID: -464287013',85.765625,-134.734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4856,1901,NULL,1,1943,1,'Topaz','Game ID: -476562065',72.215140625,-148.52503124999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4857,1901,NULL,1,1943,1,'Sapphire','Game ID: -494158681',63.443171875000004,-100.96453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4858,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -494991428',134.1396734375,-146.371640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4859,1901,NULL,1,1943,1,'Amber','Game ID: -498790477',117.6099234375,-145.848875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4860,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -50689895',130.5861890625,-153.679171875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4861,1901,NULL,1,1943,1,'Opal','Game ID: -514954792',88.3703125,-138.5716578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4862,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -51619314',107.2578125,-119.890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4863,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -517473880',56.8551875,-143.22004687499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4864,1901,NULL,1,1943,1,'Sapphire','Game ID: -527513241',141.909584375,-174.24923437500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4865,1901,NULL,1,1943,1,'Opal','Game ID: -534568777',153.88228125,-177.822515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4866,1901,NULL,1,1943,1,'Opal','Game ID: -536753649',157.187640625,-130.7825109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4867,1901,NULL,1,1943,1,'Amber','Game ID: -548420401',117.306090625,-152.006703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4868,1901,NULL,1,1943,1,'Sapphire','Game ID: -55081583',57.58667187499999,-141.16015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4869,1901,NULL,1,1943,1,'Amber','Game ID: -565789368',111.770390625,-159.75946875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4870,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -575807216',72.82593750000001,-149.114625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4871,1901,NULL,1,1943,1,'Red Rupee','Game ID: -593325520',125.228425,-154.326234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4872,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -597462427',191.814734375,-183.59717187500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4873,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -611567032',71.194671875,-148.860203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4874,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -613142779',61.893109374999995,-141.25831718749998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4875,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -623388875',198.722265625,-152.46253124999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4876,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -641755010',183.98253125,-184.58279687499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4877,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -643377195',110.218078125,-77.8333125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4878,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -649991673',127.51554578125,-114.29806562499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4879,1901,NULL,1,1943,1,'Topaz','Game ID: -653467904',121.09505625,-112.09198437500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4880,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -668203523',103.4649375,-161.465359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4881,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -671131708',137.0421703125,-136.8073359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4882,1901,NULL,1,1943,1,'Ruby','Game ID: -678348723',154.25,-114.8640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4883,1901,NULL,1,1943,1,'Sapphire','Game ID: -688587233',169.46826562500002,-126.89111375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4884,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -695189916',144.11906249999998,-148.579484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4885,1901,NULL,1,1943,1,'Opal','Game ID: -707882117',109.234578125,-153.451609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4886,1901,NULL,1,1943,1,'Opal','Game ID: -708227629',73.619921875,-119.3414609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4887,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -735434838',131.2876828125,-167.813078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4888,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -737271727',186.95850000000002,-169.36624999999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4889,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -742492762',164.069890625,-147.524875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4890,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -745187119',115.6439140625,-72.375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4891,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -746643346',163.266234375,-149.643578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4892,1901,NULL,1,1943,1,'Amber','Game ID: -7542511',76.010625,-145.010734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4893,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -759143752',68.72757812500001,-154.244296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4894,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -760077306',72.307453125,-148.8948125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4895,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -774359706',86.440640625,-102.823640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4896,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -7806348',150.392890625,-97.5195625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4897,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -781210446',151.79259374999998,-178.048640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4898,1901,NULL,1,1943,1,'Topaz','Game ID: -785778934',142.27879375,-108.951328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4899,1901,NULL,1,1943,1,'','Game ID: -787232730',174.466390625,-180.63509375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4900,1901,NULL,1,1943,1,'Amber','Game ID: -791741309',155.63204687500001,-175.92215625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4901,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -795392464',140.5376671875,-140.7389625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4902,1901,NULL,1,1943,1,'Sapphire','Game ID: -797339268',175.184609375,-188.905671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4903,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -798931388',141.1562046875,-175.40800000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4904,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -800420838',58.002578125,-145.980359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4905,1901,NULL,1,1943,1,'Opal','Game ID: -802826193',131.3921875,-77.8859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4906,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -80706825',68.945453125,-173.20815625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4907,1901,NULL,1,1943,1,'Amber','Game ID: -808625347',123.6542203125,-155.1926875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4908,1901,NULL,1,1943,1,'Topaz','Game ID: -809792080',200.10371874999998,-113.3943484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4909,1901,NULL,1,1943,1,'Amber','Game ID: -822489454',135.00218125,-80.811359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4910,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -828874546',122.186028125,-170.067921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4911,1901,NULL,1,1943,1,'Opal','Game ID: -834934493',136.6662921875,-120.293653125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4912,1901,NULL,1,1943,1,'Amber','Game ID: -843882112',107.7338125,-154.29409375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4913,1901,NULL,1,1943,1,'Opal','Game ID: -843936836',158.451578125,-168.78790625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4914,1901,NULL,1,1943,1,'Opal','Game ID: -84419985',172.041671875,-163.481578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4915,1901,NULL,1,1943,1,'Opal','Game ID: -854080235',155.153859375,-179.663,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4916,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -873761146',140.10629531249998,-169.687546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4917,1901,NULL,1,1943,1,'Amber','Game ID: -891682453',178.3214375,-123.6052296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4918,1901,NULL,1,1943,1,'Amber','Game ID: -897581065',132.88403593750002,-151.902390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4919,1901,NULL,1,1943,1,'Opal','Game ID: -903596309',133.12794375,-148.24657812499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4920,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -911458909',143.215625,-102.603125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4921,1901,NULL,1,1943,1,'Amber','Game ID: -913963973',111.874140625,-160.625546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4922,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -944420962',121.5115015625,-109.352421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4923,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -944930414',189.538,-181.72540625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4924,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -945613584',144.31843750000002,-111.8234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4925,1901,NULL,1,1943,1,'Topaz','Game ID: -952307340',189.191421875,-188.648578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4926,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -954118869',63.09959375,-139.283440625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4927,1901,NULL,1,1943,1,'Topaz','Game ID: -95524552',62.854546875,-145.96242187500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4928,1901,NULL,1,1943,1,'Opal','Game ID: -959306813',177.8866875,-156.123609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4929,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -959684752',123.0393453125,-167.03217187500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4930,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -963110850',72.809765625,-149.175,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4931,1901,NULL,1,1943,1,'Ruby','Game ID: -965433637',185.5814375,-138.391671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4932,1901,NULL,1,1943,1,'Red Rupee','Game ID: -976614989',182.393421875,-186.856375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4933,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -997524076',64.811609375,-147.925953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4934,1901,NULL,1,1943,1,'Topaz','Game ID: 1001778960',154.820265625,-185.579984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4935,1901,NULL,1,1943,1,'Opal','Game ID: 1004674500',117.973565625,-150.18017187499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4936,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1007253771',124.73824687499999,-109.78884375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4937,1901,NULL,1,1943,1,'Topaz','Game ID: 1009245369',71.859015625,-159.943953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4938,1901,NULL,1,1943,1,'Sapphire','Game ID: 1010046799',70.378125,-148.9741875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4939,1901,NULL,1,1943,1,'Shard of Naydra\'s Fang','Game ID: 1018768719',122.4331078125,-115.3346671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4940,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1019527254',144.893484375,-122.9313328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4941,1901,NULL,1,1943,1,'Opal','Game ID: 1034798336',144.383265625,-146.25801562499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4942,1901,NULL,1,1943,1,'Flint','Game ID: 1037519518',164.797265625,-154.7739375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4943,1901,NULL,1,1943,1,'Opal','Game ID: 1039277961',167.53703124999998,-156.8058125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4944,1901,NULL,1,1943,1,'Opal','Game ID: 1044386518',143.14133437499999,-182.68881249999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4945,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1054358123',183.718796875,-112.59395,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4946,1901,NULL,1,1943,1,'Amber','Game ID: 1057130287',113.6875,-163.375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4947,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1058824036',185.91421875,-187.5066875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4948,1901,NULL,1,1943,1,'Opal','Game ID: 1060034856',81.6609375,-172.6609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4949,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1060537711',121.614646875,-114.6818640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4950,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1061698721',106.52618749999999,-133.45780468750002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4951,1901,NULL,1,1943,1,'Diamond','Game ID: 1062031406',61.969421874999995,-100.892109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4952,1901,NULL,1,1943,1,'Topaz','Game ID: 1068442606',175.1208125,-188.88329687499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4953,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1068730519',73.73804687500001,-145.73834375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4954,1901,NULL,1,1943,1,'Topaz','Game ID: 1081762818',91.70446874999999,-162.8943125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4955,1901,NULL,1,1943,1,'Ruby','Game ID: 1082549397',58.384656250000006,-94.2579375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4956,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1088776091',57.046875,-140.296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4957,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1093245165',157.34468750000002,-178.25365625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4958,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1094385771',93.29359375,-83.553625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4959,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1099237980',91.406,-136.5841,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4960,1901,NULL,1,1943,1,'Diamond','Game ID: 1102353536',69.634921875,-68.79334374999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4961,1901,NULL,1,1943,1,'Topaz','Game ID: 1108287970',125.85705625,-123.390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4962,1901,NULL,1,1943,1,'Amber','Game ID: 111780462',128.9984378125,-98.190625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4963,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1140709720',105.89875,-147.50790625000002,0,0,1,'2017-04-10 22:55:57'); -INSERT INTO `marker` VALUES (4964,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1152452426',77.335921875,-168.041640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4965,1901,NULL,1,1943,1,'Red Rupee','Game ID: 1154148229',177.65415625,-186.2578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4966,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1164859773',76.95090625,-145.0651875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4967,1901,NULL,1,1943,1,'Sapphire','Game ID: 1175755810',122.7890625,-121.703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4968,1901,NULL,1,1943,1,'Opal','Game ID: 1185882003',153.404640625,-179.7600625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4969,1901,NULL,1,1943,1,'Sapphire','Game ID: 1195250099',72.57124999999999,-149.66107812500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4970,1901,NULL,1,1943,1,'Opal','Game ID: 1216984011',164.53221875,-154.97909375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4971,1901,NULL,1,1943,1,'Opal (Glitched)','Game ID: 1223229531',161.4921875,-186.7890625,0,0,1,'2017-04-11 00:05:19'); -INSERT INTO `marker` VALUES (4972,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1231558654',129.48018015625001,-189.27100000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4973,1901,NULL,1,1943,1,'Amber','Game ID: 1234441321',144.363171875,-153.72915625000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4974,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1237367464',179.65603125,-120.512034375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4975,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1239682',175.7744375,-125.62165937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4976,1901,NULL,1,1943,1,'Opal','Game ID: 1254156027',134.24214843750002,-157.313625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4977,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1280223692',154.53060937499998,-175.689109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4978,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 130530844',59.64631249999999,-144.277,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4979,1901,NULL,1,1943,1,'Flint','Game ID: 1307332435',157.72582812500002,-185.65484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4980,1901,NULL,1,1943,1,'Opal','Game ID: 1350638657',145.715171875,-172.331875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4981,1901,NULL,1,1943,1,'Opal','Game ID: 13508045',141.95625,-128.59218734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4982,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1359342477',201.22089062499998,-114.69264375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4983,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1378726307',107.495953125,-90.32875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4984,1901,NULL,1,1943,1,'Amber','Game ID: 137887917',173.474328125,-186.993234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4985,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1385678178',186.353484375,-109.51921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4986,1901,NULL,1,1943,1,'Opal','Game ID: 1389340257',178.785390625,-120.9669171875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4987,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 139569725',140.146846875,-171.13634374999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4988,1901,NULL,1,1943,1,'Opal','Game ID: 139611962',181.865390625,-161.82051562499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4989,1901,NULL,1,1943,1,'Shard of Farosh\'s Fang','Game ID: 1397214346',125.92085,-113.14901875000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4990,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 139851715',120.87821875,-111.173890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4991,1901,NULL,1,1943,1,'Sapphire','Game ID: 141775228',127.65908234374999,-154.99959375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4992,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1420026614',140.0314890625,-105.88495312500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4993,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1420845522',106.7109375,-140.03125156250002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4994,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1427933274',141.47196250000002,-176.527625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4995,1901,NULL,1,1943,1,'Opal','Game ID: 1438333699',120.6169890625,-162.30025,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4996,1901,NULL,1,1943,1,'Topaz','Game ID: 1438899360',104.22221875,-163.02445312499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4997,1901,NULL,1,1943,1,'Amber','Game ID: 1454666335',172.338734375,-188.581609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4998,1901,NULL,1,1943,1,'Flint','Game ID: 1454959846',155.63946875,-179.540578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (4999,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1465348166',154.039671875,-175.068671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5000,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1467932802',125.722953125,-112.22471875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5001,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1468292364',132.028771875,-158.2904375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5002,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1469049575',127.11929375,-183.60539062499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5003,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1483366419',154.71223437499998,-129.57819999999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5004,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1488683803',158.42700000000002,-76.3133125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5005,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1489808006',103.906125,-100.47953125000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5006,1901,NULL,1,1943,1,'Sapphire','Game ID: 1498077515',89.42665625000001,-79.35990625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5007,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1510666715',74.4765625,-90.8359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5008,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1520451930',138.86853437499997,-174.167421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5009,1901,NULL,1,1943,1,'Sapphire','Game ID: 152120795',126.260125,-115.658871875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5010,1901,NULL,1,1943,1,'','Game ID: 1525150591',174.50284375,-180.6645625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5011,1901,NULL,1,1943,1,'Opal','Game ID: 1529964834',78.05254687499999,-146.54109375000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5012,1901,NULL,1,1943,1,'Ruby','Game ID: 1530743282',137.7883984375,-77.3916875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5013,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1535280777',166.312546875,-123.7266109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5014,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1542514592',156.443953125,-184.164578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5015,1901,NULL,1,1943,1,'Opal','Game ID: 154457414',119.4140625,-137.125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5016,1901,NULL,1,1943,1,'Opal','Game ID: 1549603485',69.66332812499999,-146.722328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5017,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1559548426',74.674375,-145.817828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5018,1901,NULL,1,1943,1,'Opal','Game ID: 1567807835',154.26365625,-159.854921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5019,1901,NULL,1,1943,1,'Opal','Game ID: 1580711597',68.72898437500001,-154.181671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5020,1901,NULL,1,1943,1,'Sapphire','Game ID: 1582552700',158.64293750000002,-168.688015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5021,1901,NULL,1,1943,1,'Ruby','Game ID: 1596209266',142.8828125,-102.2171875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5022,1901,NULL,1,1943,1,'Sapphire','Game ID: 160190496',77.57732812500001,-152.87725,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5023,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1610277516',120.6077796875,-114.82864375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5024,1901,NULL,1,1943,1,'Sapphire','Game ID: 1623139313',72.890625,-79.28125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5025,1901,NULL,1,1943,1,'Flint','Game ID: 1627044513',156.53201562499999,-184.1726875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5026,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 164330944',128.7035078125,-161.3665,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5027,1901,NULL,1,1943,1,'Opal','Game ID: 1650509316',117.1335828125,-151.81434375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5028,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1651840378',192.42624999999998,-131.44445625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5029,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1655137296',76.982421875,-169.069984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5030,1901,NULL,1,1943,1,'Amber','Game ID: 1655335696',162.283234375,-186.061984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5031,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1673894958',147.52435937500002,-92.3400625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5032,1901,NULL,1,1943,1,'Red Rupee','Game ID: 169212219',173.775375,-186.53603125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5033,1901,NULL,1,1943,1,'Ruby','Game ID: 1704474960',183.63046875,-112.9315703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5034,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1721250700',124.7826296875,-164.59703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5035,1901,NULL,1,1943,1,'Ruby','Game ID: 1722978285',70.506109375,-145.826890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5036,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1728252078',198.423703125,-143.517246875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5037,1901,NULL,1,1943,1,'Amber','Game ID: 1731294309',65.24995312499999,-148.68339062500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5038,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1737237722',184.78425,-166.623453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5039,1901,NULL,1,1943,1,'Sapphire','Game ID: 1738703230',115.3046875,-72.796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5040,1901,NULL,1,1943,1,'Mighty Bananas','Game ID: 1748775430',73.12271874999999,-148.38415625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5041,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1756624524',182.974734375,-174.761671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5042,1901,NULL,1,1943,1,'Ruby','Game ID: 1761515063',130.7260375,-80.57471875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5043,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1766782611',75.51446874999999,-82.761640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5044,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1767134980',179.816453125,-189.193875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5045,1901,NULL,1,1943,1,'Topaz','Game ID: 1767830151',175.0753125,-185.12284375000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5046,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1775504681',128.1640625,-113.7044703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5047,1901,NULL,1,1943,1,'Opal','Game ID: 1778606661',123.55797187499999,-147.49953125000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5048,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1790025404',91.908640625,-72.1768125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5049,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 181265501',135.3352828125,-158.53982812499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5050,1901,NULL,1,1943,1,'Topaz','Game ID: 1813328737',153.185109375,-181.24175,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5051,1901,NULL,1,1943,1,'Luminous Stone','Game ID: 1827679107',124.2472140625,-123.254271875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5052,1901,NULL,1,1943,1,'Opal','Game ID: 1833151420',106.421859375,-132.38280625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5053,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1833976329',125.9193046875,-181.19046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5054,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1836137588',99.35153125,-150.54209375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5055,1901,NULL,1,1943,1,'Ruby','Game ID: 1857299176',64.96056250000001,-78.57509375000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5056,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1861981528',158.910296875,-176.0846875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5057,1901,NULL,1,1943,1,'Giant Ancient Core','Game ID: 186643694',108.8665625,-88.977328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5058,1901,NULL,1,1943,1,'Sapphire','Game ID: 1866611099',142.6054828125,-102.881265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5059,1901,NULL,1,1943,1,'Amber','Game ID: 1867978954',142.71569375,-152.43742187499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5060,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1893981910',65.824671875,-83.52185937499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5061,1901,NULL,1,1943,1,'Opal','Game ID: 1900840968',127.18070984375,-173.83306249999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5062,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1901053128',82.557359375,-173.047828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5063,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1903790114',99.78728125,-117.0448640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5064,1901,NULL,1,1943,1,'Ancient Core','Game ID: 1904619820',198.71753124999998,-70.305171875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5065,1901,NULL,1,1943,1,'Opal','Game ID: 1930979206',132.15542812500001,-153.794046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5066,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1937646263',61.153921874999995,-140.00828437500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5067,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1938601138',126.59375046875,-121.7265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5068,1901,NULL,1,1943,1,'Topaz','Game ID: 195085511',96.30924999999999,-135.81202812499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5069,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 196387272',191.07876562500002,-123.0269953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5070,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 198140701',159.067859375,-136.5461703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5071,1901,NULL,1,1943,1,'Amber','Game ID: 1992338821',58.460078124999995,-148.82103125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5072,1901,NULL,1,1943,1,'Shard of Dinraal\'s Fang','Game ID: 199240618',122.8990390625,-112.3375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5073,1901,NULL,1,1943,1,'Star Fragment','Game ID: 2005265140',132.234375,-80.2796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5074,1901,NULL,1,1943,1,'Topaz','Game ID: 2011178569',96.36715625,-127.0468803125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5075,1901,NULL,1,1943,1,'Opal','Game ID: 2019636385',142.50226093749998,-159.1498125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5076,1901,NULL,1,1943,1,'Opal','Game ID: 2023665230',70.776953125,-140.24414218750002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5077,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 203206732',109.51696875,-125.6617109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5078,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2053491615',68.859375,-161.703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5079,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 2055474776',83.533546875,-114.81871406249999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5080,1901,NULL,1,1943,1,'Opal','Game ID: 2055514071',132.55012499999998,-189.053015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5081,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2061310186',81.34996875,-152.27478125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5082,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 206270111',126.85449265625,-144.367703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5083,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 207450471',126.198725,-118.4428640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5084,1901,NULL,1,1943,1,'Amber','Game ID: 2080206557',111.312640625,-162.718421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5085,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2088975630',127.0625,-130.3125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5086,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 2108624220',146.024296875,-154.560265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5087,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 2132275790',157.03434375,-176.9850625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5088,1901,NULL,1,1943,1,'Purple Rupee (Glitched)','Game ID: 2136309676',182.79015625,-161.25845312500002,0,0,1,'2017-04-11 00:15:00'); -INSERT INTO `marker` VALUES (5089,1901,NULL,1,1943,1,'Amber','Game ID: 2139413692',80.87771875,-151.497640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5090,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2144669829',85.21592187499999,-135.192303125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5091,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 2145001544',194.23642187500002,-180.177328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5092,1901,NULL,1,1943,1,'Ruby','Game ID: 214791822',73.1875,-148.4921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5093,1901,NULL,1,1943,1,'Topaz','Game ID: 231707920',98.97757812500001,-168.57960937500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5094,1901,NULL,1,1943,1,'Ruby','Game ID: 235380293',61.857468749999995,-140.8927265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5095,1901,NULL,1,1943,1,'Opal','Game ID: 240876353',141.6809703125,-177.73709374999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5096,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 26391794',79.90625,-153.2734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5097,1901,NULL,1,1943,1,'Amber','Game ID: 26843095',133.972278125,-145.83553125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5098,1901,NULL,1,1943,1,'Ancient Shaft','Game ID: 278838322',199.2890625,-71.686296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5099,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 283478570',105.423609375,-184.940015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5100,1901,NULL,1,1943,1,'Opal','Game ID: 287602722',155.841796875,-175.82498437499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5101,1901,NULL,1,1943,1,'Amber','Game ID: 287994949',172.90015625,-163.04625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5102,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 289940332',71.7836875,-145.406625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5103,1901,NULL,1,1943,1,'Topaz','Game ID: 293738793',72.846625,-148.63485937500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5104,1901,NULL,1,1943,1,'Ruby','Game ID: 297334505',65.4363125,-147.156484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5105,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 298151136',125.81666093750002,-188.305765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5106,1901,NULL,1,1943,1,'Opal','Game ID: 300311671',140.661196875,-153.633515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5107,1901,NULL,1,1943,1,'Amber','Game ID: 303823410',86.0390625,-134.65625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5108,1901,NULL,1,1943,1,'Ruby','Game ID: 303953733',170.226140625,-76.467015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5109,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 304706761',100.4890625,-183.15625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5110,1901,NULL,1,1943,1,'Amber','Game ID: 305852247',119.49222656250001,-158.3046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5111,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 317834611',75.267890625,-108.54959375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5112,1901,NULL,1,1943,1,'Amber','Game ID: 334717340',141.86605624999999,-153.198640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5113,1901,NULL,1,1943,1,'Amber','Game ID: 350171171',105.13703125,-156.09140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5114,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 358523342',173.2890625,-126.2109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5115,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 36009935',71.3696875,-153.1244375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5116,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 36541502',100.1868125,-101.9199375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5117,1901,NULL,1,1943,1,'Sapphire','Game ID: 370374453',59.637359375,-145.70059375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5118,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 370794488',101.556328125,-110.390734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5119,1901,NULL,1,1943,1,'Amber','Game ID: 377195081',180.99928125,-120.484121875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5120,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 388443518',190.22328125,-100.86848437500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5121,1901,NULL,1,1943,1,'Sapphire','Game ID: 418291669',66.96451562499999,-126.7427215625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5122,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 43619475',76.36073437499999,-107.20890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5123,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 441938591',126.2652703125,-188.52045312500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5124,1901,NULL,1,1943,1,'Red Rupee','Game ID: 441992928',180.746390625,-184.743328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5125,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 442485578',177.575921875,-153.3265,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5126,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 461693195',183.137609375,-189.567859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5127,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 464533090',193.242875,-119.749971875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5128,1901,NULL,1,1943,1,'Amber','Game ID: 467957087',109.921890625,-148.6875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5129,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 468536599',118.4921875,-138.015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5130,1901,NULL,1,1943,1,'Amber','Game ID: 469170580',123.56741562500001,-151.99690625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5131,1901,NULL,1,1943,1,'Amber','Game ID: 473877286',127.310605,-121.6509796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5132,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 477335528',137.23475000000002,-171.549828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5133,1901,NULL,1,1943,1,'Naydra\'s Scale','Game ID: 479936489',125.15169375000002,-109.72623437499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5134,1901,NULL,1,1943,1,'Amber','Game ID: 484706126',143.501725,-149.194015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5135,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 492030687',71.87231249999999,-167.982984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5136,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 494258676',134.0538171875,-117.064346875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5137,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 496333431',99.41875,-181.203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5138,1901,NULL,1,1943,1,'Topaz','Game ID: 498854459',161.769390625,-183.94165625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5139,1901,NULL,1,1943,1,'Topaz','Game ID: 500137107',161.33100000000002,-188.84243750000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5140,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 500243416',196.05737499999998,-176.81425000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5141,1901,NULL,1,1943,1,'Amber','Game ID: 507951821',55.89884375,-150.277875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5142,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 515835868',182.17621875,-92.786546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5143,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 525020201',155.84887500000002,-157.844328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5144,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 53105567',140.56253906249998,-91.44228125000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5145,1901,NULL,1,1943,1,'Sapphire','Game ID: 534660948',138.2488265625,-77.20340625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5146,1901,NULL,1,1943,1,'Opal','Game ID: 536499972',127.502838125,-184.443703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5147,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 546454289',178.472671875,-188.936390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5148,1901,NULL,1,1943,1,'Sapphire','Game ID: 550777769',189.61390625,-174.174421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5149,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 554021750',67.52381249999999,-91.94928125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5150,1901,NULL,1,1943,1,'Opal','Game ID: 591392381',106.65328124999999,-151.41192187500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5151,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 599080023',131.0713453125,-171.00234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5152,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 600253898',178.984375,-122.3359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5153,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 606035849',125.3671875,-122.8515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5154,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 607911630',158.134203125,-90.4675,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5155,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 608422654',100.2519375,-164.63524999999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5156,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 611155917',125.1365296875,-111.19425,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5157,1901,NULL,1,1943,1,'Opal','Game ID: 632077327',133.30153124999998,-160.797046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5158,1901,NULL,1,1943,1,'Opal','Game ID: 634727440',137.3599484375,-154.665765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5159,1901,NULL,1,1943,1,'Amber','Game ID: 636489135',133.415625,-80.0453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5160,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 646828635',142.4198734375,-175.38575,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5161,1901,NULL,1,1943,1,'Star Fragment','Game ID: 64882599',140.4075125,-104.34246875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5162,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 655823661',154.9599375,-126.578396875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5163,1901,NULL,1,1943,1,'Amber','Game ID: 657698018',133.1993109375,-147.41709375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5164,1901,NULL,1,1943,1,'Topaz','Game ID: 664766686',81.33532812499999,-173.60035937499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5165,1901,NULL,1,1943,1,'Opal','Game ID: 68760609',163.96425,-127.941709953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5166,1901,NULL,1,1943,1,'Luminous Stone','Game ID: 693429994',158.6326875,-168.651515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5167,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 696793431',149.128296875,-179.024171875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5168,1901,NULL,1,1943,1,'Topaz','Game ID: 69905208',73.0234375,-148.3203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5169,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 70676703',91.12659375,-131.379515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5170,1901,NULL,1,1943,1,'Topaz','Game ID: 708513020',61.965671875,-139.4201140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5171,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 716855822',155.15254687499998,-174.01140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5172,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 721376267',168.316921875,-144.78300000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5173,1901,NULL,1,1943,1,'Opal','Game ID: 722284165',155.075484375,-155.28303125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5174,1901,NULL,1,1943,1,'Diamond','Game ID: 724255579',115.109375,-72.765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5175,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 743549766',94.571265625,-135.90329843749998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5176,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 744026530',161.478765625,-118.1206078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5177,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 747184169',153.8983125,-177.82325,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5178,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 753815850',179.782078125,-158.24978125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5179,1901,NULL,1,1943,1,'Sapphire','Game ID: 757198158',62.537687500000004,-176.150109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5180,1901,NULL,1,1943,1,'Sapphire','Game ID: 766927520',68.95921874999999,-141.614140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5181,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 767501701',184.77240625000002,-138.3714515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5182,1901,NULL,1,1943,1,'Amber','Game ID: 793944584',132.101353125,-80.120140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5183,1901,NULL,1,1943,1,'Opal','Game ID: 797448374',194.505984375,-165.68875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5184,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 815609585',115.109375,-70.96875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5185,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 836749965',94.703015625,-158.784046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5186,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 843744120',143.629140625,-169.19921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5187,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 85065275',63.954078124999995,-146.64284375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5188,1901,NULL,1,1943,1,'Thunder Helm','Game ID: 854114284',74.078125,-148.8046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5189,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 890467781',187.40309374999998,-180.25725,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5190,1901,NULL,1,1943,1,'Topaz','Game ID: 893358713',185.547984375,-189.3961875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5191,1901,NULL,1,1943,1,'Amber','Game ID: 910468887',162.053828125,-187.354421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5192,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 91802921',125.2738015625,-110.58753125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5193,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 92601747',138.86134375,-179.613734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5194,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 93487111',100.3281875,-147.425828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5195,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 950706040',56.75498437500001,-176.37185937499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5196,1901,NULL,1,1943,1,'Sapphire','Game ID: 962481589',55.82846875,-183.42203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5197,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 962756328',193.5610625,-182.31346875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5198,1901,NULL,1,1943,1,'Opal','Game ID: 982603570',140.35263125,-159.083296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5199,1901,NULL,1,1943,1,'Sapphire','Game ID: 983742254',145.16035937499998,-187.84496875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5200,1901,NULL,1,1943,1,'Topaz','Game ID: 984289322',73.1640625,-148.328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5201,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 990270704',153.5959375,-179.18059375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5202,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 994679130',153.78446875,-176.75678125000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5203,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 99574487',155.66578125,-179.604078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5204,1901,NULL,1,1943,1,'Amber','Game ID: 996157908',174.17849999999999,-183.313609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5205,1901,NULL,1,1943,1,'Sapphire','Game ID: 997729111',198.554578125,-131.640740625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5206,1901,NULL,1,1943,1,'Hestu\'s Maracas','Game ID: 999953490',161.94120312500002,-149.393734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5670,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1008811079',100.63123437499999,-115.6566140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5671,1901,NULL,1,1944,1,'Feathered Spear','Game ID: -101299528',76.162375,-106.816625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5672,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -1019192796',170.09550000000002,-107.606640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5673,1901,NULL,1,1944,1,'Spiked Boko Bow','Game ID: -1021826767',110.92403125,-161.751671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5674,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1026779046',108.02809375,-75.9835625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5675,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1037312312',117.890625,-113.6484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5676,1901,NULL,1,1944,1,'Silver Bow','Game ID: -1041471937',186.08759375,-114.0044703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5677,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1059266709',153.485046875,-180.86014062499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5678,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1068083932',138.0401578125,-189.445734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5679,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1070760956',77.430109375,-168.569515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5680,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: -1072378555',113.970875,-182.40528125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5681,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: -1072910322',128.7612171875,-152.28546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5682,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1077822558',57.511234375,-139.45464375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5683,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -1080723002',84.562015625,-162.92434375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5684,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1102626592',163.66828125,-125.2984625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5685,1901,NULL,1,1944,1,'Traveler\'s Sword','Game ID: -1112930002',132.3586859375,-149.945609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5686,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1137081320',160.97653125,-103.976578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5687,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1139539068',155.4796875,-178.04807812500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5688,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: -1142436063',63.12998437500001,-68.630453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5689,1901,NULL,1,1944,1,'Flameblade','Game ID: -1144259359',158.747625,-168.737328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5690,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1148887127',199.50204687500002,-186.81553125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5691,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -1152416075',81.71559375,-101.422859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5692,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: -1155225967',100.022015625,-161.945328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5693,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1156668896',105.354234375,-156.06064062500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5694,1901,NULL,1,1944,1,'Fisherman\'s Shield','Game ID: -1163963442',121.8776,-177.037171875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5695,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1168108606',85.107921875,-150.151609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5696,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -1168703086',139.61456718749997,-155.73975000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5697,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1171815532',66.976625,-167.687546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5698,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1172710364',167.06006250000002,-113.3684734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5699,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1182654164',68.82046875,-79.9358125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5700,1901,NULL,1,1944,1,'Lightscale Trident','Game ID: -1189873269',180.015453125,-119.4474984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5701,1901,NULL,1,1944,1,'Throwing Spear','Game ID: -1193927459',114.14844375,-162.732125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5702,1901,NULL,1,1944,1,'Thunderstorm Rod','Game ID: -1211307036',143.2608875,-112.17840625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5703,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -1215458878',172.044203125,-170.7968125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5704,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1225679413',141.590965625,-153.393078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5705,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1230505423',140.34442656250002,-180.205453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5706,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -1231582053',115.2698,-158.7013125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5707,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1240084269',107.9906875,-79.24479687499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5708,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: -1240341090',134.38455937499998,-171.215640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5709,1901,NULL,1,1944,1,'Ancient Arrow','Game ID: -1247380224',118.453125,-115.75,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5710,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1252549478',174.65590625,-146.2805625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5711,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1259988165',86.86756249999999,-151.68675000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5712,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1260182448',81.57831250000001,-100.0789375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5713,1901,NULL,1,1944,1,'Royal Claymore','Game ID: -1260410724',64.97665625,-69.290125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5714,1901,NULL,1,1944,1,'Boomerang','Game ID: -1271069462',151.610203125,-158.56646875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5715,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -1278075250',76.706171875,-104.90259375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5716,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1280412641',189.567125,-102.231296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5717,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1287634870',177.392359375,-125.910921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5718,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1290869859',83.39775,-79.830109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5719,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1299185085',98.17587500000002,-92.64996875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5720,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: -1300074399',169.802015625,-102.4439375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5721,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1304842540',112.200203125,-161.681234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5722,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1309368252',145.25675,-188.37465625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5723,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1330276103',132.79995624999998,-158.5053125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5724,1901,NULL,1,1944,1,'Zora Spear','Game ID: -1333756646',127.33117390625,-167.41153125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5725,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -1336881195',140.91627499999998,-129.931365625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5726,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1342938786',129.99608125,-167.716234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5727,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -1343845852',112.573775,-80.173078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5728,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1346698066',124.856071875,-117.1785953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5729,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1357100896',74.183890625,-142.12959999999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5730,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1362820416',70.071875,-169.6234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5731,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -1366162887',199.865265625,-183.73417187500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5732,1901,NULL,1,1944,1,'Ice Rod','Game ID: -1374267339',201.8219375,-112.530840625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5733,1901,NULL,1,1944,1,'Meteor Rod','Game ID: -1376505469',58.907765624999996,-136.860625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5734,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -1393121368',161.78359375,-128.61080890624999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5735,1901,NULL,1,1944,1,'Tunic of the Wild','Game ID: -1398301527',111.265515625,-86.021625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5736,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1402564610',130.328125,-116.890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5737,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1410324131',69.713671875,-147.4740625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5738,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1412113487',72.91815625000001,-152.078078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5739,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1440845945',127.38198328125,-173.48209375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5740,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1441006890',54.40275,-148.317296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5741,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -146259732',124.414675,-167.52018750000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5742,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1468454307',115.109375,-74.5625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5743,1901,NULL,1,1944,1,'Golden Bow','Game ID: -1470966036',79.6835625,-152.119703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5744,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1473371794',159.180109375,-136.3986375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5745,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1476717666',80.182,-75.89515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5746,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: -1478428506',62.521874999999994,-160.31328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5747,1901,NULL,1,1944,1,'Golden Claymore','Game ID: -1483690929',75.443859375,-145.24771875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5748,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1496815284',116.859375,-164.109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5749,1901,NULL,1,1944,1,'Cobble Crusher','Game ID: -1504186885',151.16385937500002,-94.40784375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5750,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1509173611',124.3880234375,-169.09565625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5751,1901,NULL,1,1944,1,'Shock Arrow x10','Game ID: -1512898711',193.6214375,-85.06337500000001,0,0,1,'2017-04-13 19:07:25'); -INSERT INTO `marker` VALUES (5752,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1532139254',61.664249999999996,-82.88278125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5753,1901,NULL,1,1944,1,'Warm Doublet','Game ID: -153429815',115.71875,-163.2421875,0,0,1,'2017-04-10 21:44:42'); -INSERT INTO `marker` VALUES (5754,1901,NULL,1,1944,1,'Double Axe','Game ID: -1550409614',154.542703125,-177.546328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5755,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1553806867',120.0889015625,-115.544225,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5756,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1569845458',71.8773125,-85.436578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5757,1901,NULL,1,1944,1,'Silver Bow','Game ID: -1571545390',178.552921875,-121.4252640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5758,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: -1571824438',71.164375,-116.008009375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5759,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1572812576',157.418484375,-177.102953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5760,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1577611961',69.44987499999999,-142.72577343749998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5761,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: -1579532148',122.387259375,-113.60625625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5762,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1580624204',155.30965625,-173.940140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5763,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -1595005010',170.55281250000002,-119.272546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5764,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1611172275',66.2868125,-143.55699687499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5765,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: -1618867267',79.33848437500001,-153.457,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5766,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -1622294295',120.4107625,-168.875953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5767,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1629705439',59.132781249999994,-176.24803125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5768,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: -1639689229',69.4234375,-144.8109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5769,1901,NULL,1,1944,1,'Swallow Bow','Game ID: -1643439830',78.21875,-98.25,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5770,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1648255206',92.6605625,-100.738890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5771,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1656526013',127.86040687499998,-185.537390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5772,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -165676121',115.7734375,-142.15625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5773,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1662013531',112.69378125,-99.729015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5774,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -1662731845',140.98670625,-153.63328124999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5775,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1664933682',155.575265625,-179.64646875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5776,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1687884422',127.9947242734375,-115.0488578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5777,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1706663619',72.41131250000001,-104.5064375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5778,1901,NULL,1,1944,1,'Drillshaft','Game ID: -1707150938',171.9656875,-108.39485937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5779,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1708656555',176.024234375,-110.06140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5780,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: -1725160823',66.028171875,-137.5233875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5781,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1731268305',195.402296875,-137.3253796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5782,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -1741919697',198.753921875,-142.7339203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5783,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1746308188',154.88925,-143.5752453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5784,1901,NULL,1,1944,1,'Edge of Duality','Game ID: -1747221695',127.3573740625,-167.2023125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5785,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1748168494',156.50571875,-184.10934375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5786,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -1752479644',133.209265625,-116.1809046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5787,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1785303168',157.766890625,-185.33503125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5788,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1789648675',117.9300609375,-118.53026249999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5789,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1796104179',154.32356249999998,-176.539328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5790,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1797181556',86.29375,-113.9578109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5791,1901,NULL,1,1944,1,'Traveler\'s Sword','Game ID: -1799564336',119.133178125,-152.71128125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5792,1901,NULL,1,1944,1,'Emblazoned Shield','Game ID: -1801573950',119.10625,-150.7421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5793,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1802424558',128.146096296875,-174.182453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5794,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1806103699',74.887625,-143.2081515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5795,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1823415790',121.9091796875,-113.656525,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5796,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1845525158',156.56828124999998,-174.03507812499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5797,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: -184964310',80.578125,-166.0703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5798,1901,NULL,1,1944,1,'Zora Spear','Game ID: -1852876691',176.82809375,-130.86719375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5799,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1854146143',124.86645781250002,-117.272775,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5800,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1863528504',132.40854375,-149.1866875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5801,1901,NULL,1,1944,1,'Ancient Arrow','Game ID: -1864024453',124.621625,-109.56045312500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5802,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1866889670',79.2734375,-166.7734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5803,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1875830335',70.30725000000001,-68.10978125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5804,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1877537946',200.43285937500002,-71.47651562499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5805,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1879093226',155.772265625,-139.411140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5806,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: -1896777170',76.957140625,-107.47490625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5807,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1904026760',127.69805390624998,-174.6040625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5808,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1912074526',77.81412499999999,-152.024234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5809,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1922939682',172.70271875,-128.60942640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5810,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1923407071',125.4256953125,-111.56346875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5811,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -1923535882',180.734265625,-117.031346875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5812,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1923785301',186.37096875,-107.9465,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5813,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1933382830',125.5819828125,-114.041603125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5814,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1944061639',123.898265625,-109.815953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5815,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -194818698',67.84446875,-161.787734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5816,1901,NULL,1,1944,1,'Golden Claymore','Game ID: -1948999198',66.71953125,-164.11846875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5817,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1953981372',122.0655125,-183.7384375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5818,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1956900873',177.326234375,-187.50675,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5819,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1959536881',180.748328125,-178.639671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5820,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1959791937',77.54509375,-90.24242187499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5821,1901,NULL,1,1944,1,'Golden Bow','Game ID: -1989506779',68.93603125,-174.319859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5822,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1989700051',118.71875,-118.0703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5823,1901,NULL,1,1944,1,'Scimitar of the Seven','Game ID: -1990852819',67.231359375,-174.44792187500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5824,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -2003223078',155.173984375,-189.905828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5825,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -2004237375',119.722778125,-117.1553046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5826,1901,NULL,1,1944,1,'Golden Claymore','Game ID: -201097724',60.709765625,-149.440984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5827,1901,NULL,1,1944,1,'Fishing Harpoon','Game ID: -202688801',121.914834375,-173.16776562500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5828,1901,NULL,1,1944,1,'Arrow x5','Game ID: -202913021',67.00842187500001,-146.9974375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5829,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -2035370468',135.2343703125,-119.601425,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5830,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -2043686984',200.54809375000002,-184.650265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5831,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -2045909577',74.17578125,-144.66331250000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5832,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -2051388230',171.90625,-125.4218765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5833,1901,NULL,1,1944,1,'Frostblade','Game ID: -2052116670',57.76698437500001,-96.2898125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5834,1901,NULL,1,1944,1,'Feathered Spear','Game ID: -2055117580',102.15942187499999,-86.98260937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5835,1901,NULL,1,1944,1,'Forest Dweller\'s Sword','Game ID: -2055530419',155.14182812500002,-182.1975625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5836,1901,NULL,1,1944,1,'Silver Bow','Game ID: -2056604190',186.41593749999998,-107.30590624999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5837,1901,NULL,1,1944,1,'Traveler\'s Sword','Game ID: -2071703980',198.33340625,-183.51509375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5838,1901,NULL,1,1944,1,'Royal Halberd','Game ID: -2078713980',56.506390624999995,-168.656859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5839,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -2103666787',73.84109375,-106.13020312500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5840,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -2106027271',129.8138046875,-112.177734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5841,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -2106120196',156.39973437499998,-183.871234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5842,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -211032712',140.94519843749998,-110.359578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5843,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -2113421111',165.951609375,-142.5055703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5844,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -2116738417',141.62654062500002,-184.375234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5845,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -2128135986',151.197109375,-94.444390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5846,1901,NULL,1,1944,1,'Shock Arrow x10','Game ID: -2135792596',192.93596875,-115.6699796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5847,1901,NULL,1,1944,1,'Drillshaft','Game ID: -218868837',166.3203125,-99.125609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5848,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -223980837',140.26151875,-103.547046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5849,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -240820020',156.137609375,-186.55839062500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5850,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -248624205',111.04834375,-161.47875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5851,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -25088570',141.40431406249996,-105.5715625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5852,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -251160089',142.1778984375,-124.04078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5853,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -257715982',188.213796875,-111.138890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5854,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -2581090',58.8094375,-93.25218749999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5855,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -25814652',141.5437109375,-102.583625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5856,1901,NULL,1,1944,1,'Falcon Bow','Game ID: -258229004',68.614390625,-91.8025625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5857,1901,NULL,1,1944,1,'Radiant Shield','Game ID: -259785718',61.9055625,-137.4176734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5858,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -260543368',200.31789062500002,-185.760890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5859,1901,NULL,1,1944,1,'Golden Bow','Game ID: -269754738',74.91131250000001,-142.53838593749998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5860,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -277936734',126.4609375,-113.447390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5861,1901,NULL,1,1944,1,'Arrow x10','Game ID: -299174066',185.267890625,-129.28729671874999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5862,1901,NULL,1,1944,1,'Arrow x5','Game ID: -304207054',149.23853125,-181.496,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5863,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -308411437',120.984375,-111.869265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5864,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -311986962',59.25164062499999,-81.14065625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5865,1901,NULL,1,1944,1,'Boomerang','Game ID: -316066524',126.91729015625,-173.20003125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5866,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -320478475',92.61449999999999,-161.7718125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5867,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -323176398',128.24208828125,-161.35985937499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5868,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: -323739117',67.974609375,-147.316671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5869,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -331502259',154.173859375,-133.5808828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5870,1901,NULL,1,1944,1,'Arrow x5','Game ID: -338925433',127.24140500000001,-167.46140624999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5871,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -343944482',152.68946875,-83.956921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5872,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -349610974',57.100796875,-141.6842015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5873,1901,NULL,1,1944,1,'Zora Spear','Game ID: -361670094',180.02771875,-119.675346875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5874,1901,NULL,1,1944,1,'Fisherman\'s Shield','Game ID: -363907077',191.09684375,-134.5461703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5875,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -373747860',78.602453125,-92.10009375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5876,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: -377691645',135.9358125,-147.64920312499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5877,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -394374408',60.873718749999995,-145.11859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5878,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -404540692',162.170359375,-125.6530609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5879,1901,NULL,1,1944,1,'Silverscale Spear','Game ID: -414515092',185.551203125,-114.768803125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5880,1901,NULL,1,1944,1,'Arrow x10','Game ID: -430166506',175.2285625,-159.509796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5881,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -433882207',200.4453125,-186.234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5882,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -435728028',91.396234375,-138.6375796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5883,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -435968390',63.79028125000001,-161.0004375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5884,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -436138381',125.174259375,-162.268125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5885,1901,NULL,1,1944,1,'Silver Bow','Game ID: -437349013',144.9084375,-187.265640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5886,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: -443391182',99.676703125,-150.476046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5887,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -447999661',78.58859375,-81.343109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5888,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -450270297',124.36387968750002,-109.5869375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5889,1901,NULL,1,1944,1,'Savage Lynel Shield','Game ID: -459035727',121.9022703125,-114.9203578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5890,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: -477962676',113.2796875,-164.3703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5891,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -479010706',93.64099999999999,-135.9675515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5892,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -487878670',155.850171875,-174.103234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5893,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -503727285',115.8928953125,-152.35396875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5894,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -510579382',158.21175,-126.8979203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5895,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -515777509',92.09314062499999,-90.445765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5896,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -521740055',106.319390625,-122.5221484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5897,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: -522375131',85.25265625,-163.446140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5898,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -522414338',124.012715625,-164.2460625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5899,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -525259637',162.69970312499998,-126.89421375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5900,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -531100239',81.697015625,-88.79054687499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5901,1901,NULL,1,1944,1,'Arrow x10','Game ID: -532163414',121.54235625,-173.13765625000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5902,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -535377152',124.1171875,-109.291140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5903,1901,NULL,1,1944,1,'Zora Spear','Game ID: -535382870',198.87685937499998,-144.67871875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5904,1901,NULL,1,1944,1,'Golden Bow','Game ID: -541783122',66.567453125,-149.387234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5905,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -548344095',160.84560937499998,-189.40550000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5906,1901,NULL,1,1944,1,'Arrow x5','Game ID: -552557799',62.83220312500001,-140.47992499999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5907,1901,NULL,1,1944,1,'Ice Arrow','Game ID: -563849434',177.062484375,-131.109346875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5908,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: -566020712',177.13665625,-84.0698125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5909,1901,NULL,1,1944,1,'Golden Bow','Game ID: -571421005',83.35421875,-164.26293750000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5910,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -574894224',126.9132309375,-110.8418125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5911,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -601834483',71.427375,-140.527878125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5912,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -60415975',181.419265625,-174.94021874999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5913,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: -608293595',170.399921875,-147.37520312499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5914,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -609345036',93.18,-73.92046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5915,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: -61036158',66.483953125,-139.7903328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5916,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -613240012',65.33134375,-141.65792343750002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5917,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: -625958330',151.877078125,-182.777359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5918,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -634754321',65.5235,-146.17012499999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5919,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -635443624',169.59868749999998,-118.6320203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5920,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -64072087',131.0595109375,-112.213875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5921,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -660322040',86.15495312499999,-84.1754375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5922,1901,NULL,1,1944,1,'Golden Bow','Game ID: -671470529',69.69375,-168.625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5923,1901,NULL,1,1944,1,'Silver Shield','Game ID: -679544030',179.76079687499998,-119.5167734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5924,1901,NULL,1,1944,1,'Throwing Spear','Game ID: -680233014',168.484125,-183.211875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5925,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: -686647436',57.403109375,-176.81559375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5926,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -687909141',123.54620624999998,-152.773375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5927,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -689737480',184.32140625,-132.9972796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5928,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -692247255',157.334703125,-184.08178125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5929,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -692634881',155.941984375,-174.0445,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5930,1901,NULL,1,1944,1,'Thunderstorm Rod','Game ID: -701126392',158.647484375,-179.039921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5931,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -704426440',118.3828125,-137.8203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5932,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -706221118',130.21875,-120.78125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5933,1901,NULL,1,1944,1,'Silver Bow','Game ID: -709539495',173.350703125,-128.49145484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5934,1901,NULL,1,1944,1,'Drillshaft','Game ID: -713946995',180.76940625,-70.79559375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5935,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -72569067',110.02890625,-146.7328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5936,1901,NULL,1,1944,1,'Drillshaft','Game ID: -728220559',161.1,-114.1703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5937,1901,NULL,1,1944,1,'Kite Shield','Game ID: -736440099',99.25440625,-78.394703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5938,1901,NULL,1,1944,1,'Arrow x10','Game ID: -737840468',78.25978125,-111.37703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5939,1901,NULL,1,1944,1,'Great Thunderblade','Game ID: -74226143',51.806828124999996,-183.561234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5940,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -748749092',127.296875,-115.127078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5941,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -751509251',73.78184375000001,-151.53785937499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5942,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -77472596',142.3327625,-178.45235937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5943,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: -78982660',100.4875,-181.515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5944,1901,NULL,1,1944,1,'Arrow x5','Game ID: -792712051',76.84834375,-150.08278124999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5945,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: -798558426',65.1721875,-162.39609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5946,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -803574302',120.9281328125,-162.821671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5947,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -806204589',67.6854375,-69.761546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5948,1901,NULL,1,1944,1,'Arrow x10','Game ID: -81397405',72.36934375,-143.0676671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5949,1901,NULL,1,1944,1,'Cobble Crusher','Game ID: -815569397',161.621515625,-104.983890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5950,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -82492911',55.958734375000006,-147.96009375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5951,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -827535352',118.2858046875,-158.0763125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5952,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -831740923',84.625,-96.34375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5953,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -834994620',123.47435312499998,-110.32650000000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5954,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -84198042',65.068234375,-142.49271562500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5955,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -857859686',148.1914375,-138.2464765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5956,1901,NULL,1,1944,1,'Arrow x10','Game ID: -867448201',171.449328125,-162.751890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5957,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -869759933',95.26640625,-69.19200000000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5958,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -880073514',180.035125,-104.88207812499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5959,1901,NULL,1,1944,1,'Silver Shield','Game ID: -885792679',133.23077812499997,-171.701671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5960,1901,NULL,1,1944,1,'Edge of Duality','Game ID: -889878575',116.9060828125,-72.765640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5961,1901,NULL,1,1944,1,'Blizzard Rod','Game ID: -895301971',84.01753124999999,-83.01746875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5962,1901,NULL,1,1944,1,'Zora Spear','Game ID: -898114782',195.86570312499998,-185.91615625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5963,1901,NULL,1,1944,1,'Arrow x10','Game ID: -912124599',91.5380625,-97.718734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5964,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -919780812',118.5846421875,-119.6098734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5965,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -92049957',105.422984375,-153.27065625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5966,1901,NULL,1,1944,1,'Forest Dweller\'s Sword','Game ID: -934224324',140.4854921875,-91.896125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5967,1901,NULL,1,1944,1,'Frostblade','Game ID: -93949812',121.9503328125,-112.37892500000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5968,1901,NULL,1,1944,1,'Arrow x10','Game ID: -95821402',178.03117187499998,-155.465984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5969,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -959124242',122.796875,-111.017703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5970,1901,NULL,1,1944,1,'Golden Bow','Game ID: -97540061',63.73301562499999,-149.59415625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5971,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -984196025',138.3998390625,-116.2279375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5972,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -985772129',127.41597546875002,-167.34076562500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5973,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 100295353',166.65504687499998,-184.3349375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5974,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1019895495',54.177984374999994,-151.45862499999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5975,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1035186669',115.8346171875,-72.76559375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5976,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1039414755',191.452390625,-118.7880140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5977,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 104119229',121.781390625,-173.351328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5978,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1042555180',139.8792640625,-116.20618125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5979,1901,NULL,1,1944,1,'Flamespear','Game ID: 1046310171',64.5546875,-87.023921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5980,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1053938972',127.19063625,-167.09753125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5981,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1057953325',144.38184375,-178.336953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5982,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1069229842',156.45590625,-182.713453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5983,1901,NULL,1,1944,1,'Shock Arrow x10','Game ID: 1070881855',168.742328125,-144.22653125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5984,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1085667751',125.6417984375,-109.680828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5985,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1087571833',74.59875,-145.92828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5986,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 1100553496',122.9187328125,-115.52202187500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5987,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1101107709',143.5125,-110.30625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5988,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 112042483',94.021171875,-156.920921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5989,1901,NULL,1,1944,1,'Well-Worn Trousers','Game ID: 1122331722',110.62771875,-157.599203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5990,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1122705485',161.73835937500002,-150.47470312500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5991,1901,NULL,1,1944,1,'Daybreaker','Game ID: 1129053593',67.214625,-174.431203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5992,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1130610796',117.875,-121.140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5993,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1149811241',65.532421875,-96.9778125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5994,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 1153264704',63.349578124999994,-119.1491921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5995,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 1160943436',66.809578125,-68.20009375000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5996,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1166023328',66.285125,-78.5936875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5997,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1167755580',156.961203125,-185.719421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5998,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: 1177129274',77.2638125,-162.800921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (5999,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1197778593',73.571484375,-141.487553125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6000,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1203619059',131.1356953125,-171.13575,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6001,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1219292146',64.8071875,-170.430484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6002,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1225298978',126.94910093750002,-166.109109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6003,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1225528380',174.4009375,-187.041828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6004,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 1234325019',144.28635937500002,-154.5911875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6005,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1248915646',121.7257328125,-112.03129687500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6006,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: 1253211792',56.117281250000005,-169.414046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6007,1901,NULL,1,1944,1,'Korok Leaf','Game ID: 1253947834',140.759628125,-154.474,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6008,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1261285928',157.509921875,-157.177953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6009,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1305945533',132.2575953125,-188.94034375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6010,1901,NULL,1,1944,1,'Hylian Trousers','Game ID: 1313140003',116.494971875,-157.150734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6011,1901,NULL,1,1944,1,'Throwing Spear','Game ID: 131922223',182.982265625,-132.13027499999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6012,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1319867852',143.05307031249998,-104.488953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6013,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1320534692',162.2678125,-102.308140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6014,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1325848240',172.10454687499998,-161.14667187499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6015,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1333419385',92.15615625000001,-129.53046703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6016,1901,NULL,1,1944,1,'Old Shirt','Game ID: 1335244483',110.60884375,-157.54034375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6017,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1336330295',157.98753125000002,-177.72540625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6018,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 1336487113',167.798671875,-144.91728125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6019,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1337874741',121.03125,-124.265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6020,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1351790075',127.542003125,-167.09365624999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6021,1901,NULL,1,1944,1,'Bomb Arrow','Game ID: 1355194819',163.399578125,-124.1404859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6022,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: 1367637753',195.923484375,-114.487953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6023,1901,NULL,1,1944,1,'Zora Helm','Game ID: 1369310247',182.161859375,-114.108525,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6024,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1379201832',142.8952859375,-178.589515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6025,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1397757005',119.1484375,-122.9765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6026,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: 1400211312',92.82571875,-155.301828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6027,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 1401384830',59.244437500000004,-138.948775,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6028,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1403466912',110.98357812500001,-161.743,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6029,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1406995855',70.68871874999999,-113.29894999999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6030,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 1407137022',91.171875,-76.40228125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6031,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 1408506157',58.775203125000004,-144.868234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6032,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1413590562',73.62118749999999,-95.59534375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6033,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1424156752',178.663609375,-127.53269484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6034,1901,NULL,1,1944,1,'Royal Shield','Game ID: 1429812883',80.40531250000001,-144.89540625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6035,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 1437174372',139.78604375,-171.17651562499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6036,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 1441938348',72.275,-92.6859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6037,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1444486421',85.976953125,-75.69968750000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6038,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1446344031',94.1953125,-154.59375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6039,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1449120336',102.0750625,-165.24215625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6040,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 1451704573',58.845515625000004,-74.964546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6041,1901,NULL,1,1944,1,'Thunderblade','Game ID: 1453896671',175.14656250000002,-188.944609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6042,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1457770742',139.50287187499998,-162.512859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6043,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1471186924',69.57864062499999,-140.594665625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6044,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 1482345138',156.242640625,-178.131109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6045,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1491795805',136.640625,-130.59375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6046,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1493548515',80.5703125,-91.22618750000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6047,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1496117456',134.6960328125,-145.69828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6048,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 149982252',177.2500625,-135.46766875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6049,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1506497297',74.54139062499999,-91.392890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6050,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1509788199',173.038828125,-122.181625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6051,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: 1524125403',57.0313125,-178.031140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6052,1901,NULL,1,1944,1,'Zora Spear','Game ID: 1532272583',171.093703125,-126.398390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6053,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1549979885',169.81103124999998,-174.58465625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6054,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: 1558154797',124.26231874999999,-153.8088125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6055,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1565885892',156.57384374999998,-174.05053125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6056,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1574041919',126.5,-113.423953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6057,1901,NULL,1,1944,1,'Feathered Edge','Game ID: 1574761993',62.780015625000004,-100.60878124999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6058,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: 1594216329',122.57660625,-114.9241125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6059,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1602544782',88.48053125,-138.1160859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6060,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1603123707',63.65484375,-160.0496875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6061,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 1610925690',83.834671875,-116.809,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6062,1901,NULL,1,1944,1,'Double Axe','Game ID: 1637373433',149.48975000000002,-181.511328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6063,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: 1649297148',126.01315156250001,-146.24200000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6064,1901,NULL,1,1944,1,'Royal Broadsword','Game ID: 1659104910',201.266609375,-70.0703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6065,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1669353966',137.52297968749997,-97.575140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6066,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: 1675229188',148.770328125,-157.124828125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6067,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1689737867',188.44740625,-136.023778125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6068,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1695514473',153.7231875,-181.241046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6069,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: 1705997727',58.993875,-139.4862484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6070,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: 1732049083',144.321390625,-174.2051875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6071,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1732323234',75.12903125,-161.312,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6072,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1732745671',179.52028124999998,-104.66403125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6073,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 1752241026',125.40169375000002,-114.2240625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6074,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 1754409777',141.8224359375,-176.74200000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6075,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 1756408700',189.169328125,-172.44437499999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6076,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1757302122',112.828084375,-164.612140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6077,1901,NULL,1,1944,1,'Trousers of the Wild','Game ID: 1761649191',111.337328125,-86.081890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6078,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1764582201',158.060203125,-163.94439062499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6079,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 1769347722',59.285421875,-97.60900000000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6080,1901,NULL,1,1944,1,'Forest Dweller\'s Sword','Game ID: 1780912248',118.2109375,-136.75,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6081,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 1781413350',179.80659375,-111.79675,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6082,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1782046241',143.016728125,-112.017703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6083,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1784715464',191.28428125,-173.85229687499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6084,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 1794295881',192.105125,-120.5993578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6085,1901,NULL,1,1944,1,'Feathered Spear','Game ID: 1795066482',109.0443125,-125.4527234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6086,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: 1795422602',127.81868796875,-168.43481250000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6087,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1796411624',94.175203125,-76.449,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6088,1901,NULL,1,1944,1,'Stone Smasher','Game ID: 1805177461',149.83059375,-95.67601562499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6089,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1807902579',127.71093796875,-131.0234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6090,1901,NULL,1,1944,1,'Radiant Shield','Game ID: 1813492430',77.23059375,-150.86934374999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6091,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 181926113',106.7734375,-131.7265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6092,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1823339420',74.268609375,-87.352703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6093,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1825524602',153.929515625,-189.382296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6094,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1836271291',153.13664062499998,-180.794921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6095,1901,NULL,1,1944,1,'Silverscale Spear','Game ID: 184482119',195.88190625,-117.9273359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6096,1901,NULL,1,1944,1,'Feathered Spear','Game ID: 1845994126',86.478640625,-90.52915625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6097,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1846342251',156.9423125,-126.4262015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6098,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1848407939',71.195671875,-76.29440625000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6099,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1850654508',67.827203125,-145.30281250000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6100,1901,NULL,1,1944,1,'Golden Claymore','Game ID: 185132469',69.87615625000001,-141.4332203125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6101,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 1855573219',124.03125,-116.400515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6102,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1860880510',157.41845312499998,-177.08721875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6103,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 1876238077',92.20103125,-98.066671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6104,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1880894645',87.55603124999999,-178.843625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6105,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1882321148',177.5936875,-189.171609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6106,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1893983190',143.04462343750004,-103.63537500000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6107,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 191517764',62.875031250000006,-89.952453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6108,1901,NULL,1,1944,1,'Arrow x5','Game ID: 191697808',163.01068750000002,-126.98880546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6109,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1924960938',155.915578125,-177.41471875000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6110,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 1930134405',68.24437499999999,-92.45090625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6111,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1933608495',177.518828125,-187.02015625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6112,1901,NULL,1,1944,1,'Zora Spear','Game ID: 1936720710',179.027203125,-120.5489890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6113,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1949315180',153.15856250000002,-181.1799375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6114,1901,NULL,1,1944,1,'Arrow x5','Game ID: 195317545',87.25471875,-153.207140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6115,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1963694381',156.96978124999998,-176.441953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6116,1901,NULL,1,1944,1,'Iron Sledgehammer','Game ID: 1965651867',164.69759375,-155.404578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6117,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1965946491',68.60718750000001,-146.733703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6118,1901,NULL,1,1944,1,'Forest Dweller\'s Shield','Game ID: 1973681754',138.740678125,-91.61559375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6119,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1978005036',63.00684375,-101.51279687499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6120,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1982372038',160.31975,-188.47409375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6121,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 199399775',68.7373125,-156.926453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6122,1901,NULL,1,1944,1,'Great Eagle Bow','Game ID: 1994756610',71.275515625,-99.43484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6123,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1999356160',74.360765625,-176.93089062500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6124,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: 2008800968',146.15334375,-172.99078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6125,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2009260213',108.226453125,-152.434046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6126,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 2009900434',151.186625,-94.2350625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6127,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 201748986',155.752796875,-175.507984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6128,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 2026648602',169.137671875,-124.6019140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6129,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 2029054705',115.8758984375,-152.403640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6130,1901,NULL,1,1944,1,'Hunter\'s Shield','Game ID: 2029607683',161.96928125,-126.663274375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6131,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 2045340421',120.7363890625,-113.2246734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6132,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 2055560919',72.942796875,-73.82946874999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6133,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 2069325108',153.98209375,-83.08,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6134,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 2070850062',136.488390625,-147.7395,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6135,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 2071543779',146.917125,-93.8565625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6136,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2074155839',116.2109375,-140.7578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6137,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 2076156603',91.751671875,-165.962921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6138,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 208016799',101.85196875,-162.366875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6139,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 2082874460',57.975546875000006,-144.272609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6140,1901,NULL,1,1944,1,'Arrow x5','Game ID: 2086905331',114.3302484375,-143.2461625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6141,1901,NULL,1,1944,1,'Silver Bow','Game ID: 2089566527',154.19009375000002,-181.01115625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6142,1901,NULL,1,1944,1,'Feathered Spear','Game ID: 2094766373',107.1875625,-90.114953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6143,1901,NULL,1,1944,1,'Kite Shield','Game ID: 2095607697',82.97203125,-94.25221875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6144,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2099137307',63.515734374999994,-168.395890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6145,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: 2105406180',57.712593749999996,-161.398109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6146,1901,NULL,1,1944,1,'Emblazoned Shield','Game ID: 2110462589',164.555671875,-154.978078125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6147,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 2112563469',175.9528125,-145.76659375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6148,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 2116087794',78.301703125,-144.12559375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6149,1901,NULL,1,1944,1,'Throwing Spear','Game ID: 212115638',195.56742187499998,-131.04558281250002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6150,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: 2127983644',90.63675,-95.22575,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6151,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 2129092038',193.270640625,-76.68221874999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6152,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 2137637124',142.8303703125,-101.7244375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6153,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2141755056',134.7249265625,-159.56259375000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6154,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 2142154964',166.91521875,-163.090984375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6155,1901,NULL,1,1944,1,'Arrow x5','Game ID: 217594417',105.585765625,-155.09365624999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6156,1901,NULL,1,1944,1,'Radiant Shield','Game ID: 222423612',72.80309375,-133.7234109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6157,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 225004724',180.455078125,-120.01815625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6158,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 231106372',117.5931390625,-119.0768125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6159,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: 234388252',87.989984375,-152.674703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6160,1901,NULL,1,1944,1,'Arrow x5','Game ID: 238676055',64.47018750000001,-163.900390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6161,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 246237684',151.66575,-123.3562734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6162,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: 249226348',69.385015625,-184.28515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6163,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 275172052',63.470296875,-143.0991234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6164,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 286295037',174.359546875,-182.7184375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6165,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 290764376',131.24269218749998,-151.5735,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6166,1901,NULL,1,1944,1,'Throwing Spear','Game ID: 292872964',170.86509375,-124.8512578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6167,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 293266321',201.268421875,-105.57753124999999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6168,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 293873791',127.01149078125,-188.804953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6169,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 29985339',179.680265625,-119.135990625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6170,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 300913965',57.83639062500001,-88.38848437499999,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6171,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 303330436',137.46997499999998,-163.33221874999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6172,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 30547543',70.8046875,-158.271875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6173,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 306014001',86.67735937500001,-153.609921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6174,1901,NULL,1,1944,1,'Boomerang','Game ID: 306589109',144.559265625,-181.496359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6175,1901,NULL,1,1944,1,'Diamond Circlet','Game ID: 306589417',200.734375,-71.125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6176,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 312182765',71.73765625,-141.3746734375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6177,1901,NULL,1,1944,1,'Arrow x5','Game ID: 313309550',200.1174375,-182.193765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6178,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 318716168',200.67471875,-115.7820578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6179,1901,NULL,1,1944,1,'Arrow x10','Game ID: 320668688',204.769953125,-185.713125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6180,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 345113310',85.819828125,-114.2572515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6181,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 349167694',133.1593765625,-171.78140625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6182,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 364857245',78.5859375,-73.4296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6183,1901,NULL,1,1944,1,'Silver Bow','Game ID: 36837439',163.30546875,-127.51551796875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6184,1901,NULL,1,1944,1,'Thunderstorm Rod','Game ID: 372261438',138.77865624999998,-107.94165625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6185,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: 383258217',198.227921875,-184.47121875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6186,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 383692990',153.09690625000002,-181.23445312500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6187,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 394040126',155.97729687499998,-152.123390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6188,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 4029984',201.90625,-183.8125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6189,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: 406185851',139.381678125,-97.76525000000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6190,1901,NULL,1,1944,1,'Arrow x5','Game ID: 407446232',111.869390625,-163.381765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6191,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: 415503958',97.103078125,-164.6296875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6192,1901,NULL,1,1944,1,'Golden Claymore','Game ID: 419833188',64.43843749999999,-140.699384375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6193,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 420581026',153.4214375,-186.46359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6194,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 430630870',92.49298437499999,-83.854046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6195,1901,NULL,1,1944,1,'Golden Bow','Game ID: 432831078',53.618875,-149.3710625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6196,1901,NULL,1,1944,1,'Silver Shield','Game ID: 44135018',185.936,-107.77425,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6197,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 455907821',178.03412500000002,-101.396890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6198,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 464024192',161.355421875,-186.604390625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6199,1901,NULL,1,1944,1,'Arrow x10','Game ID: 471032154',126.4537353125,-152.696359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6200,1901,NULL,1,1944,1,'Eightfold Blade','Game ID: 472254805',134.627628125,-158.168515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6201,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 48319296',156.892359375,-185.69584375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6202,1901,NULL,1,1944,1,'Swallow Bow','Game ID: 484243667',68.43096875,-122.02920625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6203,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 485240907',138.8107078125,-137.8842890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6204,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 504874141',109.07971875,-80.1948125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6205,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 511163824',185.829890625,-138.196225,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6206,1901,NULL,1,1944,1,'Boulder Breaker','Game ID: 516117098',155.19659375,-89.76271875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6207,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: 519268736',96.165578125,-132.6654421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6208,1901,NULL,1,1944,1,'Silver Shield','Game ID: 521265924',196.75242187499998,-185.10096875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6209,1901,NULL,1,1944,1,'Ancient Arrow','Game ID: 523166592',126.9940384375,-112.638646875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6210,1901,NULL,1,1944,1,'Arrow x10','Game ID: 528853506',72.74215625,-170.9218125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6211,1901,NULL,1,1944,1,'Arrow x5','Game ID: 530571635',54.037046875,-150.381109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6212,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 533479225',153.577296875,-81.99309375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6213,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 536149570',128.171875,-114.259890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6214,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 537942608',133.2499703125,-117.42964218750001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6215,1901,NULL,1,1944,1,'Arrow x10','Game ID: 547751767',122.550065625,-152.61621875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6216,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: 562065515',64.80506249999999,-78.11485937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6217,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 576770187',169.3748125,-146.1954375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6218,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 598465132',176.851578125,-127.28144765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6219,1901,NULL,1,1944,1,'Boomerang','Game ID: 599487442',132.9962203125,-151.14959375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6220,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 614466614',110.983703125,-161.718125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6221,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 614595506',171.758953125,-177.92803125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6222,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 623513864',148.3636875,-183.54818749999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6223,1901,NULL,1,1944,1,'Hylian Shield','Game ID: 628080506',120.1629984375,-112.194046875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6224,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 636083304',110.38556249999999,-87.763,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6225,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: 65242927',99.1328125,-183.1546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6226,1901,NULL,1,1944,1,'Eightfold Longblade','Game ID: 655045212',155.336078125,-143.53427812500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6227,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 655889537',151.840734375,-124.8905375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6228,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 660146514',130.46916875,-165.07942187499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6229,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 662706173',140.14431875,-104.0684375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6230,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 676170857',129.41766921875,-179.89184375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6231,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: 677118654',55.8828125,-142.2265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6232,1901,NULL,1,1944,1,'Arrow x10','Game ID: 686576388',191.27278125,-175.16862500000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6233,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 68921327',155.720734375,-178.98290624999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6234,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 693233483',201.328125,-106.09375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6235,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: 703644996',141.53518437499997,-180.138578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6236,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 710063442',156.357734375,-173.57003125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6237,1901,NULL,1,1944,1,'Silver Longsword','Game ID: 716129908',192.83309375,-127.98368359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6238,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: 728790229',64.10421875,-171.40515625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6239,1901,NULL,1,1944,1,'Royal Broadsword','Game ID: 737157778',80.735078125,-84.93921875000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6240,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 748227650',68.7419375,-154.272859375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6241,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 755056013',131.2070953125,-171.056109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6242,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 776371786',127.02124015625,-111.68335937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6243,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 776493141',139.4539921875,-171.08896875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6244,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 776728342',121.5759515625,-114.6457703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6245,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 783210943',174.192125,-162.831765625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6246,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: 789522239',124.17718125,-189.04090625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6247,1901,NULL,1,1944,1,'Double Axe','Game ID: 793213793',159.69957812500002,-158.14014062500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6248,1901,NULL,1,1944,1,'Royal Guard\'s Spear','Game ID: 796277443',125.5221625,-114.2197546875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6249,1901,NULL,1,1944,1,'Arrow x10','Game ID: 820697865',127.6796875,-131.40625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6250,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 824379463',183.40625,-121.8640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6251,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 828753638',127.78125,-123.59375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6252,1901,NULL,1,1944,1,'Iron Sledgehammer','Game ID: 8312663',198.927703125,-187.42418750000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6253,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 835342906',122.69394687500001,-115.146075,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6254,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 852165051',73.45289062500001,-143.344603125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6255,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 859339332',79.219921875,-148.71496875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6256,1901,NULL,1,1944,1,'Serpentine Spear','Game ID: 865093810',118.96875,-137.625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6257,1901,NULL,1,1944,1,'Iron Sledgehammer','Game ID: 876552493',149.449203125,-153.94609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6258,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 87655617',92.7210625,-80.4438125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6259,1901,NULL,1,1944,1,'Double Axe','Game ID: 883235353',141.533271875,-183.43673437500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6260,1901,NULL,1,1944,1,'Arrow x5','Game ID: 885284593',162.34559375,-126.3873421875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6261,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 88585716',72.28101562500001,-118.770971875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6262,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: 890774752',85.219046875,-151.23521875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6263,1901,NULL,1,1944,1,'Ancient Arrow x5','Game ID: 911152910',123.9453125,-111.353640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6264,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 926056347',143.679671875,-111.609375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6265,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 9268528',100.214234375,-101.619890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6266,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 932195220',154.70140625,-138.44465937500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6267,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 934506065',59.1551875,-70.5414375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6268,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: 946822747',114.9932296875,-158.6735625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6269,1901,NULL,1,1944,1,'Emblazoned Shield','Game ID: 949903176',157.46045312500002,-155.87275,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6270,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 950861039',113.44875,-162.48000000000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6271,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 953870732',143.4762875,-180.780359375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6272,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 956481320',142.9769078125,-104.61825,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6273,1901,NULL,1,1944,1,'Arrow x5','Game ID: 971003604',172.57804687499998,-128.52316921875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6274,1901,NULL,1,1944,1,'Cap of the Wild','Game ID: 993561984',111.28134375,-86.0756875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6693,1901,NULL,1,1946,1,'Girl\'s Notebook','GameID: -1040482008',181.84409375,-160.7464375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6694,1901,NULL,1,1946,1,'Robbie\'s Memoirs','GameID: -1063967086',198.680578125,-78.61775,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6695,1901,NULL,1,1946,1,'Journal of Various Worries','GameID: -1105632466',155.8359375,-143.5234375,0,0,1,'2017-04-07 21:37:18'); -INSERT INTO `marker` VALUES (6696,1901,NULL,1,1946,1,'Rumor Mill, Volume 5','GameID: -1153725123',141.7532140625,-130.75905625000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6697,1901,NULL,1,1946,1,'Castle Library Book','GameID: -1424265512',125.82773906249999,-111.47096875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6698,1901,NULL,1,1946,1,'Camera Manual','GameID: -1485816522',186.94650000000001,-161.21604687500002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6699,1901,NULL,1,1946,1,'Sheikah Sensor Notes','GameID: -1642513372',187.07603125,-161.295375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6700,1901,NULL,1,1946,1,'Kass\'s Journal','GameID: -1912630473',84.641484375,-131.4462484375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6701,1901,NULL,1,1946,1,'Ivee\'s Diary','GameID: -1918081014',180.448921875,-161.890671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6702,1901,NULL,1,1946,1,'King Rhoam\'s Journal','GameID: -1953322477',125.23216718749998,-110.519640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6703,1901,NULL,1,1946,1,'Misa\'s Recipe Book','GameID: -1979115610',71.1169375,-99.530640625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6704,1901,NULL,1,1946,1,'Rumor Mill, Volume 7','GameID: -2077744925',77.13787500000001,-168.83015625000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6705,1901,NULL,1,1946,1,'Zelda\'s Research Notes','GameID: -342576600',121.9567984375,-112.443525,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6706,1901,NULL,1,1946,1,'Chef Aurie Taamu, Vol. 1','GameID: -792560489',68.38615625,-174.1053125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6707,1901,NULL,1,1946,1,'Rumor Mill, Volume 6','GameID: -835316627',152.134734375,-183.286453125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6708,1901,NULL,1,1946,1,'Sheikah Slate Manual','GameID: -874311396',186.951546875,-161.2478125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6709,1901,NULL,1,1946,1,'Selmie\'s Notes','GameID: 1299272333',72.185125,-92.65703125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6710,1901,NULL,1,1946,1,'Rumor Mill, Volume 4','GameID: 1389314621',194.083859375,-84.93614062500001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6711,1901,NULL,1,1946,1,'Castle Library Book','GameID: 1458152653',125.627328125,-111.255328125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6712,1901,NULL,1,1946,1,'Rumor Mill, Volume 1','GameID: 1600032128',157.021734375,-143.3540953125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6713,1901,NULL,1,1946,1,'An Ancient Text','GameID: 177930135',165.53378125,-156.745265625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6714,1901,NULL,1,1946,1,'Mountain Peak Log','GameID: 178299259',106.31521875,-182.595,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6715,1901,NULL,1,1946,1,'Rumor Mill, Volume 3','GameID: 1948041916',105.2643125,-147.74868750000002,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6716,1901,NULL,1,1946,1,'Chief\'s Diary','GameID: 1998492185',67.387609375,-174.22201562499998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6717,1901,NULL,1,1946,1,'Chef Aurie Taamu, Vol. 2','GameID: 2027464142',68.44059375,-174.23965625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6718,1901,NULL,1,1946,1,'The Old Man\'s Diary','GameID: 27030436',115.7390625,-163.2109375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6719,1901,NULL,1,1946,1,'Rumor Mill, Volume 2','GameID: 431019069',77.01887500000001,-100.56993750000001,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6720,1901,NULL,1,1946,1,'Purah\'s Diary','GameID: 499154955',187.114703125,-161.20690625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6721,1901,NULL,1,1946,1,'Mountain Peak Log','GameID: 531780330',106.368109375,-179.09059374999998,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6722,1901,NULL,1,1946,1,'Paya\'s Diary','GameID: 56513545',155.7229375,-143.4522671875,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6723,1901,NULL,1,1946,1,'Zelda\'s Diary','GameID: 832337884',122.8224859375,-112.5731234375,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6724,1901,NULL,1,1947,1,'Molduga','GameID: -1196291133',52.4904375,-171.756578125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6725,1901,NULL,1,1947,1,'Molduga','GameID: -725228242',56.818406249999995,-178.88053125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6726,1901,NULL,1,1947,1,'Molduga','GameID: -756430361',62.5138125,-187.335125,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6727,1901,NULL,1,1947,1,'Molduga','GameID: 494020159',68.63971875,-185.084890625,0,0,1,'2017-03-31 09:19:07'); -INSERT INTO `marker` VALUES (6728,1901,NULL,2,1910,1610,'chest','arrow',172.609375,-128.5234375,0,0,0,'2017-03-31 21:12:12'); -INSERT INTO `marker` VALUES (6729,1901,NULL,2,1910,1610,'chest','zora bow',178.6171875,-121.48828125,0,0,0,'2017-03-31 23:45:54'); -INSERT INTO `marker` VALUES (6730,1901,NULL,2,1910,1610,'chest','opal',179.66796875,-121.9609375,0,0,0,'2017-03-31 23:47:48'); -INSERT INTO `marker` VALUES (6731,1901,NULL,2,1910,1610,'chest','ice arrow',169.58984375,-118.66015625,0,0,0,'2017-04-01 00:07:42'); -INSERT INTO `marker` VALUES (6732,1901,NULL,2,1910,1610,'chest','sylvestre bow',170.51953125,-119.28515625,0,0,0,'2017-04-01 00:18:14'); -INSERT INTO `marker` VALUES (6733,1901,NULL,2,1910,1610,'chest','ice arrow',176.8359375,-127.28515625,0,1,0,'2017-04-01 00:24:50'); -INSERT INTO `marker` VALUES (6734,1901,NULL,2,1910,1610,'chest','star fragment',194.0234375,-125.765625,0,0,0,'2017-04-01 00:54:29'); -INSERT INTO `marker` VALUES (6735,1901,NULL,2,1901,1711,'Zelda's Awakening (#17)','Recovered Memory #17',158.9375,-157.81640625,0,1,0,'2017-04-01 03:55:28'); -INSERT INTO `marker` VALUES (6736,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',175.83203125,-124.66015625,0,1,0,'2017-04-01 08:40:32'); -INSERT INTO `marker` VALUES (6737,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',172.328125,-130.97265625,0,1,0,'2017-04-01 08:42:37'); -INSERT INTO `marker` VALUES (6738,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',172.9765625,-127.53515625,0,0,0,'2017-04-01 08:44:49'); -INSERT INTO `marker` VALUES (6739,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',172.82421875,-126.92578125,0,0,0,'2017-04-01 08:46:05'); -INSERT INTO `marker` VALUES (6740,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',176.4140625,-129.1171875,0,0,0,'2017-04-01 08:48:14'); -INSERT INTO `marker` VALUES (6741,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',179.00390625,-128.609375,0,1,0,'2017-04-01 08:50:50'); -INSERT INTO `marker` VALUES (6742,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',181.00390625,-128.8671875,0,1,0,'2017-04-01 09:00:29'); -INSERT INTO `marker` VALUES (6743,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',178.953125,-125.7421875,0,0,0,'2017-04-01 09:02:09'); -INSERT INTO `marker` VALUES (6744,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',186.14453125,-119.7109375,0,0,0,'2017-04-01 09:07:01'); -INSERT INTO `marker` VALUES (6745,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',178.1328125,-116.48828125,0,0,0,'2017-04-01 09:11:54'); -INSERT INTO `marker` VALUES (6746,1901,NULL,2,1930,652,'Ganon','',123.9765625,-111.484375,0,0,0,'2017-04-01 14:51:20'); -INSERT INTO `marker` VALUES (6748,1901,NULL,2,1926,1743,'Farosh','Farosh appears at night, exiting upwards from center of this pond, diving down just a bit south past the waterfall, making for a great farming location.',155.91015625,-174.1953125,0,0,0,'2017-04-01 18:49:42'); -INSERT INTO `marker` VALUES (6749,1901,NULL,2,1926,1743,'Dinraal','Tabantha Bridge stable, sleep until 9pm, run north along the canyon. Jump down to farm Dinraal's items.',83.1875,-106.3125,0,0,0,'2017-04-01 18:52:36'); -INSERT INTO `marker` VALUES (6750,1901,NULL,2,1916,1747,'','',55.296875,-142.5,0,0,0,'2017-04-01 19:29:34'); -INSERT INTO `marker` VALUES (6751,1901,NULL,1,1934,1,'Father and Daughter (#12)','GameID: -1779480254',122.3490765625,-112.4004890625,0,0,1,'2017-04-05 19:33:06'); -INSERT INTO `marker` VALUES (6752,1901,NULL,1,1934,1,'Despair (#16)','GameID: -1802682384',138.9249765625,-134.83428750000002,0,0,1,'2017-04-05 19:32:32'); -INSERT INTO `marker` VALUES (6753,1901,NULL,1,1934,1,'Blades of the Yiga (#7)','GameID: -1918179467',78.099078125,-167.789203125,0,0,1,'2017-04-05 19:31:07'); -INSERT INTO `marker` VALUES (6754,1901,NULL,1,1934,1,'Slumbering Power (#13)','GameID: -1931286242',186.537375,-86.544578125,0,0,1,'2017-04-05 19:34:00'); -INSERT INTO `marker` VALUES (6755,1901,NULL,1,1934,1,'Zelda's Resentment (#3)','GameID: -2035170847',73.25653125,-121.468628125,0,0,1,'2017-04-05 19:30:23'); -INSERT INTO `marker` VALUES (6756,1901,NULL,1,1934,1,'Return of Calamity Ganon (#15)','GameID: -320464507',177.0485,-145.901796875,0,0,1,'2017-04-05 19:32:13'); -INSERT INTO `marker` VALUES (6757,1901,NULL,1,1934,1,'Shelter from the Storm (#11)','GameID: -897764772',130.757378125,-158.169859375,0,0,1,'2017-04-05 19:31:43'); -INSERT INTO `marker` VALUES (6758,1901,NULL,1,1934,1,'Silent Princess (#9)','GameID: 1338160978',110.92078125,-107.697375,0,0,1,'2017-04-05 19:33:24'); -INSERT INTO `marker` VALUES (6759,1901,NULL,1,1934,1,'To Mount Lanayru (#14)','GameID: 1712027938',102.736171875,-138.84330625,0,0,1,'2017-04-05 19:30:44'); -INSERT INTO `marker` VALUES (6760,1901,NULL,1,1934,1,'A Premonition (#8)','GameID: 2000341734',150.155953125,-103.931984375,0,0,1,'2017-04-05 19:33:40'); -INSERT INTO `marker` VALUES (6761,1901,NULL,1,1934,1,'Subdued Ceremony (#1)','GameID: 2065177959',124.0729828125,-126.4311515625,0,0,1,'2017-04-05 19:32:47'); -INSERT INTO `marker` VALUES (6762,1901,NULL,1,1934,1,'Resolve and Grief (#3)','GameID: 2117349880',117.40965,-147.1951875,0,0,1,'2017-04-05 19:31:23'); -INSERT INTO `marker` VALUES (6763,1901,NULL,2,1901,1756,'Enchants clothes','',69.1875,-117,0,1,0,'2017-04-01 23:29:35'); -INSERT INTO `marker` VALUES (6764,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1006321517',122.420053125,-114.5346515625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6765,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1043111549',74.21728125,-119.4608734375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6766,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1063293207',124.561471875,-121.25076875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6767,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1107650036',120.62256875,-113.2369734375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6768,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1154470515',120.58499375,-123.6444515625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6769,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1162388538',122.3359375,-112.205078125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6770,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1163853477',104.656265625,-174.88273437499998,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6771,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1220570347',127.13248109375,-111.63453125000001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6772,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1223205769',109.435359375,-87.810296875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6773,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1233322230',163.727421875,-155.45,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6774,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1234402338',98.464453125,-187.053953125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6775,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -124509855',105.5421875,-186.065625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6776,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1300015954',120.879271875,-111.004890625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6777,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1375253827',107.73975,-89.74376562500001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6778,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1394466535',200.244375,-113.087709375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6779,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1434350001',124.72514375,-112.8725453125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6780,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1492564324',121.9453125,-116.697390625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6781,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1522691480',129.11718703125,-126.375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6782,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1565163225',126.34684999999999,-109.951671875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6783,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1594157118',124.02305937500002,-124.978321875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6784,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1651557342',117.015625,-117.859375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6785,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1681985352',128.30467421875,-114.295071875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6786,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1690780190',127.4921875,-113.791140625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6787,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1737761593',72.44995312500001,-118.2443625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6788,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1753012982',134.1484375,-138.6171875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6789,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1754732352',124.03125,-136.7781796875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6790,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -177021088',124.03125,-117.8177484375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6791,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1809727237',130.9453125,-114.6875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6792,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1815424613',200.932078125,-71.39770312499999,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6793,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1815626142',201.407375,-81.179953125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6794,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -182807448',124.0734375,-109.17637500000001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6795,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1844762361',200.734375,-70.5296875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6796,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1848417727',185.76765625000002,-101.340046875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6797,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1921939279',201.75,-70.734375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6798,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -195349598',126.46138953125002,-122.5566359375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6799,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1965517472',114.2265625,-132.4375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6800,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1966918877',147.95271875,-146.51690625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6801,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1969911947',134.7109375,-110.9375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6802,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -2001623801',180.084375,-102.96753125000001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6803,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -2016290029',124.85701093750001,-117.3043953125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6804,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -2045767065',178.15,-104.534375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6805,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -206332713',114.603671875,-134.31229374999998,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6806,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -210756456',125.061140625,-114.4695390625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6807,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -2122383',122.6932796875,-110.948921875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6808,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -234160987',117.0107734375,-115.468721875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6809,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -288047154',185.7255,-88.760765625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6810,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -314416524',200.6460625,-106.086421875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6811,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -349743004',71.58540625,-144.174078125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6812,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -35674634',125.2696140625,-130.368240625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6813,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -378349709',115.7546484375,-137.86473125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6814,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -391870158',125.5971578125,-112.48243124999999,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6815,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -416798934',109.7790625,-88.3218125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6816,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -432882321',70.69375,-78.6734375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6817,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -483987347',130.6316984375,-122.196175,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6818,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -494463775',134.1484375,-131.82031093749998,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6819,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -502434079',125.7128296875,-114.7054875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6820,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -520286243',119.9602625,-120.5378703125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6821,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -547618001',122.4062484375,-110.424921875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6822,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -587851197',129.09480765625,-123.667984375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6823,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -604324882',127.5726046875,-124.179628125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6824,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -644089915',122.7713625,-112.96921093750001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6825,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -696081803',97.1245625,-185.762125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6826,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -725128883',108.6035625,-88.35829687500001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6827,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -730873986',120.8515625,-158.4609375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6828,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -734984877',125.50735781249999,-124.220378125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6829,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -735749967',103.325,-170.3125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6830,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -740560252',110.945125,-75.8454375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6831,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -760473623',118.1015625,-121.53125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6832,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -81831345',114.89480625,-129.0868178125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6833,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -836045546',185.51925,-104.3821875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6834,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -841515129',110.567359375,-87.629578125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6835,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -851009956',123.12727812500002,-113.77155156250001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6836,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -875973979',199.229125,-71.2421875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6837,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -946545451',116.71069375,-124.6234140625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6838,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -947971563',91.5328125,-174.6734375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6839,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1009936452',200.54153125,-71.55031249999999,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6840,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1026285922',129.8828125,-132.2578125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6841,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1036545592',121.2252046875,-124.594321875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6842,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1098862896',106.976875,-91.1473125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6843,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1116061641',141.03428437500003,-102.83390625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6844,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1129871460',106.868859375,-91.98935937499999,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6845,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1131939274',109.44953125,-89.073359375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6846,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1165739025',180.8005625,-103.707984375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6847,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1190835183',126.4140640625,-121.4921875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6848,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1258322447',200.72273437500002,-71.42175,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6849,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 128179700',128.85156203125,-118.955321875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6850,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 129785380',199.70625,-71.4578125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6851,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1329210538',180.6921875,-105.61875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6852,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1347313845',184.63784375,-102.958984375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6853,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1349980722',124.0234375,-122.775025,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6854,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1388604117',201.671875,-71.28125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6855,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1398978899',120.90354375,-114.57620625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6856,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1410780922',184.83223437499998,-87.850671875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6857,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1429678381',149.97221875,-146.82123437500002,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6858,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 144669291',147.90115624999999,-149.516953125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6859,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1460989990',127.36799625,-115.2186859375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6860,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1469234556',127.37434390625,-113.00119375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6861,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1514696366',109.871578125,-87.05765625000001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6862,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1543401762',165.4453125,-102.484375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6863,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 15757298',158.09125,-156.130640625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6864,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1577003372',136.869225,-189.686421875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6865,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1684975308',121.03125,-159.71875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6866,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1714130641',125.38786562499999,-116.213203125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6867,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1736524803',126.2031265625,-126.4375009375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6868,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1792291780',200.96875,-70.65625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6869,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1795667543',123.4314234375,-116.641875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6870,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1805862402',127.76525875,-116.4150421875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6871,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1820487938',122.023909375,-115.111590625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6872,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1831683864',123.153546875,-123.7469265625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6873,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1847558585',126.56632234375,-112.230671875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6874,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1868928329',118.1762671875,-124.0248578125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6875,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1887892887',130.67258750000002,-120.55675625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6876,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1901107858',127.945238109375,-110.87409375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6877,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1981635416',131.0482171875,-109.808234375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6878,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1983585774',200.50871875,-108.34353125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6879,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 2036635130',124.6399765625,-110.244546875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6880,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 2073400203',125.6572953125,-111.851453125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6881,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 2099244869',123.72123125000002,-114.13768125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6882,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 2116637744',125.09936562499999,-106.51453125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6883,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 2126640931',178.6734375,-104.271875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6884,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 217044693',125.0842890625,-116.7252125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6885,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 220762433',132.1484375,-125.1484375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6886,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 238847606',152.06040625,-165.629875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6887,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 323452567',107.2489375,-91.307875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6888,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 332514522',116.84168125,-134.6169703125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6889,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 367948831',119.0130859375,-136.5900421875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6890,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 38462232',126.56628890625,-113.37928124999999,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6891,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 418960964',199.953125,-71.046875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6892,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 486930483',123.0061375,-111.769671875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6893,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 510946050',184.08953125,-88.9856875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6894,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 545803614',105.993859375,-91.50334375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6895,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 557056845',124.03125,-113.048953125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6896,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 568632014',200.870125,-83.7885,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6897,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 604932524',123.027946875,-112.8654953125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6898,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 626309166',122.4141390625,-120.6483875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6899,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 645337006',114.9453125,-121.1328125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6900,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 684303411',200.38815625,-70.85846875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6901,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 731812326',121.47703125,-121.5194546875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6902,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 743552386',99.139625,-174.9271875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6903,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 744877403',163.737234375,-100.271390625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6904,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 82492342',122.35668906250001,-122.955321875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6905,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 856671268',201.087671875,-70.850609375,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6906,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 887589490',116.5234375,-114.421875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6907,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 888231907',157.00603125,-134.3363640625,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6908,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 900880028',146.63015625,-169.666453125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6909,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 924505285',197.699234375,-80.57953125,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6910,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 948025218',120.1875,-159.171875,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6911,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 966286228',108.379125,-90.24710937500001,0,0,1,'2017-04-02 02:15:30'); -INSERT INTO `marker` VALUES (6912,1901,NULL,2,1916,146,'','',130.8314528465271,-173.28568744659424,0,0,0,'2017-04-02 09:17:01'); -INSERT INTO `marker` VALUES (6913,1901,NULL,2,1916,146,'','',131.53125,-172.890625,0,0,0,'2017-04-02 09:18:22'); -INSERT INTO `marker` VALUES (6914,1901,NULL,2,1916,146,'','',134.54412508010864,-173.0142695903778,0,0,0,'2017-04-02 09:20:02'); -INSERT INTO `marker` VALUES (6915,1901,NULL,2,1916,146,'','',135.640625,-161.484375,0,0,0,'2017-04-02 09:35:39'); -INSERT INTO `marker` VALUES (6916,1901,NULL,2,1916,146,'Korok Seeds','',135.60280871391296,-161.49171870946884,0,0,0,'2017-04-02 09:36:32'); -INSERT INTO `marker` VALUES (6917,1901,NULL,2,1916,146,'Korok Seeds','',136.15741395950317,-166.9189921617508,0,0,0,'2017-04-02 10:01:38'); -INSERT INTO `marker` VALUES (6918,1901,NULL,2,1903,1774,'Great Flameblade','',110.59765625,-134.703125,0,1,0,'2017-04-02 11:20:44'); -INSERT INTO `marker` VALUES (6919,1901,NULL,2,1903,1774,'Great Flameblade','',152.5859375,-70.6171875,0,1,0,'2017-04-02 11:22:10'); -INSERT INTO `marker` VALUES (6920,1901,NULL,2,1903,1774,'Great Thunderblade','',68.0859375,-107.3125,0,1,0,'2017-04-02 11:23:41'); -INSERT INTO `marker` VALUES (6921,1901,NULL,2,1901,1779,'House of Kaas','Maison d'Asarim - Vous y retrouverez la liste des endroits où Asarim chante. ',84.5625,-131.640625,0,0,0,'2017-04-02 13:28:30'); -INSERT INTO `marker` VALUES (6922,1901,NULL,2,1926,1781,'Divine Beast Va Rudania','',166.234375,-88.015625,0,0,0,'2017-04-02 15:21:59'); -INSERT INTO `marker` VALUES (6923,1901,NULL,2,1926,1785,'Divine Beast Vah Medoh','Medoh normally flies around Rito Village, attacking any who dare to fly near it. However, once the Beast is restored, it perches here and takes aim at Calamity Ganon. ',71.51953125,-98.89453125,0,1,0,'2017-04-02 15:59:24'); -INSERT INTO `marker` VALUES (6924,1901,NULL,2,1901,1785,'Ancient Blue Flame','',192.8125,-78.421875,0,1,0,'2017-04-02 16:42:24'); -INSERT INTO `marker` VALUES (6925,1901,NULL,2,1901,1785,'Goddess Statue','',111.3671875,-85.93359375,0,1,0,'2017-04-02 16:44:50'); -INSERT INTO `marker` VALUES (6926,1901,NULL,2,1901,1785,'Shrine of Resurrection','',111.609375,-156.640625,0,1,0,'2017-04-02 16:49:34'); -INSERT INTO `marker` VALUES (6927,1901,NULL,2,1936,1794,'Cracked Wall','',76.78125,-106.296875,0,0,0,'2017-04-02 17:51:27'); -INSERT INTO `marker` VALUES (6928,1901,NULL,2,1935,1785,'Guardian Slideshow','',129.828125,-187.71484375,0,0,0,'2017-04-02 20:23:39'); -INSERT INTO `marker` VALUES (6929,1901,NULL,2,1935,1785,'Trial of Thunder','',95.921875,-113.453125,0,0,0,'2017-04-02 20:28:29'); -INSERT INTO `marker` VALUES (6930,1901,NULL,2,1931,1785,'Blue Bokoblin Camp','',97.421875,-103.8984375,0,0,0,'2017-04-02 20:51:41'); -INSERT INTO `marker` VALUES (6931,1901,NULL,2,1901,1785,'The Great Eagle Bow','',71.4609375,-100.18359375,0,0,0,'2017-04-02 21:01:28'); -INSERT INTO `marker` VALUES (6932,1901,NULL,2,1905,1785,'Knight's Shield','',76.0703125,-90.984375,0,0,0,'2017-04-02 23:54:09'); -INSERT INTO `marker` VALUES (6933,1901,NULL,2,1903,1809,'Great Flamesword','Sticking out of ground',152.859375,-70.89453125,0,0,0,'2017-04-03 00:45:07'); -INSERT INTO `marker` VALUES (6934,1901,NULL,2,1903,1809,'Flamesword','Held by Black Moblin',151.6328125,-69.85546875,0,0,0,'2017-04-03 00:45:35'); -INSERT INTO `marker` VALUES (6935,1901,NULL,2,1905,1809,'Knight's Shield','Held by Black Moblin',151.40625,-69.5078125,0,0,0,'2017-04-03 00:46:17'); -INSERT INTO `marker` VALUES (6936,1901,NULL,2,1904,1809,'Forest Dweller's Bow','Laying on ground in a cave behind a breakable wall',160.6171875,-130.671875,0,0,0,'2017-04-03 00:47:35'); -INSERT INTO `marker` VALUES (6937,1901,NULL,2,1901,1809,'Forest Dweller's Bow','On ground in cave behind breakable wall',160.65234375,-130.71484375,0,0,0,'2017-04-03 00:48:05'); -INSERT INTO `marker` VALUES (6938,1901,NULL,2,1903,1809,'Royal Broadsword','Sticking out of the giant skull surrounding the tower top',141.62109375,-102.8125,0,0,0,'2017-04-03 00:49:38'); -INSERT INTO `marker` VALUES (6939,1901,NULL,2,1903,1809,'Great Thunderblade','Sticking out of ground between the three summit points',68.08984375,-107.328125,0,0,0,'2017-04-03 00:50:42'); -INSERT INTO `marker` VALUES (6940,1901,NULL,2,1903,1809,'Frostblade','Around Hinox neck',193.28125,-94.3125,0,0,0,'2017-04-03 00:51:54'); -INSERT INTO `marker` VALUES (6941,1901,NULL,2,1903,1809,'Golden Claymore','Stuck in calamity goop',99.953125,-182.10546875,0,0,0,'2017-04-03 01:40:02'); -INSERT INTO `marker` VALUES (6942,1901,NULL,2,1901,1811,'DONE','',115.33984375,-158.71875,0,0,0,'2017-04-03 02:42:09'); -INSERT INTO `marker` VALUES (6943,1901,NULL,2,1916,146,'Korok Seeds','',128.20681643486023,-187.16972661018372,0,0,0,'2017-04-03 03:03:26'); -INSERT INTO `marker` VALUES (6944,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1069339845',180.46504687499998,-160.74515624999998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6945,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1080037582',156.1289375,-143.82140625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6946,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1113664166',84.073234375,-162.99828125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6947,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1125891992',144.23934375,-110.221671875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6948,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1139102435',102.675296875,-114.6703125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6949,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1144094741',79.344578125,-118.58140625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6950,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1188339297',173.2584375,-181.296546875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6951,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1257229318',122.796875,-121.078125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6952,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1320005314',195.538203125,-137.52450625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6953,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1444453395',173.766875,-167.08501562499998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6954,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1520266211',135.9322078125,-181.96671874999998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6955,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1523786984',143.268915625,-106.27846875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6956,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1582788193',84.03343749999999,-152.34709375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6957,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1666249828',106.872796875,-140.0096453125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6958,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1667838467',76.967921875,-100.25565625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6959,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1684479142',144.27459375,-132.4759390625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6960,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1713202538',169.695453125,-161.82262500000002,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6961,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1744311463',160.362,-156.090796875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6962,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1792991271',125.60026718750001,-115.30318125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6963,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1848678473',71.92071874999999,-99.78909375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6964,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1870951999',102.014359375,-88.07503125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6965,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1967915327',69.4424375,-184.361703125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6966,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2013268821',108.028453125,-154.14360937499998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6967,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2036652947',154.71949999999998,-90.366921875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6968,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2071045507',157.78459375,-143.340684375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6969,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2122072390',71.38134375,-114.3717265625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6970,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2127819008',194.3755,-85.04425,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6971,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2130585804',111.82128125,-183.709234375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6972,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2136568792',140.3552734375,-169.75015625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6973,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -330996527',130.6569421875,-152.183078125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6974,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -333530054',159.2515625,-127.67812484375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6975,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -341351936',139.01318437499998,-126.83008046875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6976,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -35911729',123.040675,-148.09859375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6977,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -359532013',198.45554687499998,-131.5292609375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6978,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -368864665',114.2127578125,-131.3851078125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6979,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -407891914',169.920625,-73.7481875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6980,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -45075227',56.227171874999996,-169.453125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6981,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -45384543',159.799359375,-96.19373437499999,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6982,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -46753504',122.8351828125,-114.9605328125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6983,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -516622765',189.666984375,-102.95037500000001,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6984,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -541727879',153.8166875,-89.54309375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6985,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -587450896',132.9781609375,-145.18546874999998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6986,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -588316257',138.97109375,-157.55703125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6987,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -614187747',127.2822275,-174.626703125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6988,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -634995631',163.05376562499998,-127.52861734375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6989,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -647828392',178.297390625,-129.48461968750001,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6990,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -683135986',155.292640625,-158.39021875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6991,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -702327516',197.9418125,-186.413640625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6992,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -733228412',155.8828125,-152.298984375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6993,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -828084883',124.7072375,-182.47481249999998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6994,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -87754680',129.68701093750002,-187.637453125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6995,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -889286026',81.92182812499999,-78.86375000000001,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6996,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -914454598',107.98293749999999,-79.13382812500001,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6997,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -926401081',85.19540624999999,-134.7700734375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6998,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -969801727',76.78096875,-168.15090625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (6999,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1028376157',70.818328125,-68.594703125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7000,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 106573109',97.67809375,-103.99840625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7001,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1074117276',72.1664375,-104.621171875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7002,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1174213350',63.439578125,-168.5130625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7003,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1187727547',137.7108,-129.247085625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7004,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1227675235',150.8743125,-158.150328125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7005,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1233964417',113.9140625,-154.21875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7006,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1296543977',71.7815,-159.83907812500001,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7007,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1322153298',115.4296875,-163.35625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7008,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1399063739',113.054096875,-158.632671875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7009,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1434115625',200.673578125,-186.43990625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7010,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1502049245',143.03427968749997,-153.41775,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7011,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1507443534',105.46875,-147.59375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7012,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1565525813',82.47834375,-119.2323171875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7013,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1664270099',126.1612765625,-146.29751562500002,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7014,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1695040178',144.23796875,-157.499015625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7015,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1728860110',170.665046875,-124.402221875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7016,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1791618859',190.213328125,-103.013828125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7017,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1804883439',68.112640625,-174.06518749999998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7018,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1808865797',68.74065625,-91.7626875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7019,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1846293384',153.840109375,-97.307453125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7020,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1851682016',95.536671875,-95.553375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7021,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1853332472',164.6295,-156.85921875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7022,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 192321722',142.54647812499996,-158.37565625000002,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7023,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1930278890',96.075,-132.6828125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7024,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1956819158',152.582265625,-183.164921875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7025,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1987945431',126.77343796875,-121.484375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7026,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2056222840',126.86588859375,-112.64558281250001,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7027,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2058798097',68.0793125,-174.031875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7028,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2096727906',162.236484375,-124.3131703125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7029,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2110111919',132.50190781249998,-154.039625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7030,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2125624711',149.315796875,-154.07165625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7031,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 233305585',179.62340625000002,-120.2464109375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7032,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 295507623',59.2716875,-139.152159375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7033,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 304328892',142.2070015625,-109.09228125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7034,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 304423069',61.194609375,-73.646515625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7035,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 329970935',134.56814375,-93.996484375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7036,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 355175199',180.0734375,-104.8578125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7037,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 365712368',175.739859375,-110.28675,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7038,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 380383770',103.92345312500001,-99.96190625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7039,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 402375701',72.2549375,-92.73195312499999,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7040,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 408127263',180.081078125,-163.6736875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7041,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 430206866',141.64973125,-130.577009375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7042,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 430375403',119.1860390625,-152.876453125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7043,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 454084949',170.41760937499998,-75.738640625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7044,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 462120574',111.8203125,-159.2734375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7045,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 46623571',96.205890625,-157.23428124999998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7046,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 525840029',107.8046875,-119.8984375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7047,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 540897182',121.5343765625,-116.20894375,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7048,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 555228533',67.50884375,-146.3545,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7049,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 62738222',172.5859375,-127.64062546875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7050,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 635891555',115.4296875,-163.35625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7051,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 657694711',105.159953125,-155.66064062499998,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7052,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 773902635',177.15303125,-101.866140625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7053,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 785263556',138.91428906250002,-155.266125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7054,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 844746329',181.844875,-161.38207812500002,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7055,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 864570196',168.81778125,-110.430640625,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7056,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 89509018',140.42734218750002,-105.30059374999999,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7057,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 951555887',68.74065625,-91.7626875,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7058,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 976319928',181.897625,-161.350328125,0,0,1,'2017-04-02 22:14:32'); -INSERT INTO `marker` VALUES (7059,1901,NULL,1,1949,1,'Goddess Statue','GameID: -1378818098',134.49588749999998,-93.93990625,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7060,1901,NULL,1,1949,1,'Goddess Statue','GameID: -1860653865',69.09953125,-174.005515625,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7061,1901,NULL,1,1949,1,'Goddess Statue','GameID: -196385168',115.1364953125,-159.74182812499998,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7062,1901,NULL,1,1949,1,'Goddess Statue','GameID: -1978196145',141.66940312500003,-164.85934375,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7063,1901,NULL,1,1949,1,'Goddess Statue','GameID: -2054750789',173.677453125,-181.82125,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7064,1901,NULL,1,1949,1,'Goddess Statue','GameID: -215973737',179.826421875,-120.1259953125,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7065,1901,NULL,1,1949,1,'Goddess Statue','GameID: -519751009',186.758609375,-86.13478125,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7066,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1181060233',189.972921875,-102.82468750000001,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7067,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1246506962',71.587203125,-99.7945625,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7068,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1424623068',189.105859375,-148.75465624999998,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7069,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1491646650',111.46948437500001,-85.84881250000001,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7070,1901,NULL,1,1949,1,'Goddess Statue','GameID: 243925789',181.7369375,-160.788484375,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7071,1901,NULL,1,1949,1,'Goddess Statue','GameID: 417713071',156.751890625,-143.5919890625,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7072,1901,NULL,1,1949,1,'Goddess Statue','GameID: 863900412',154.91009375,-89.621203125,0,0,1,'2017-04-03 00:38:49'); -INSERT INTO `marker` VALUES (7073,1901,NULL,2,1916,146,'Korok','',165.6767659187317,-167.1414451599121,0,0,0,'2017-04-03 09:27:22'); -INSERT INTO `marker` VALUES (7074,1901,NULL,2,1942,146,'Hinox (Youngest Kin)','',171.301335811615,-170.3580937385559,0,0,0,'2017-04-03 09:34:15'); -INSERT INTO `marker` VALUES (7075,1901,NULL,2,1925,1821,'Qua Raym Shrine','',156.40625,-104.28125,0,0,0,'2017-04-03 11:32:33'); -INSERT INTO `marker` VALUES (7076,1901,NULL,2,1934,1824,'Memory 6 - Father and Daughter','Memory',122.44921875,-112.46875,0,1,0,'2017-04-03 13:46:31'); -INSERT INTO `marker` VALUES (7077,1901,NULL,2,1946,1825,'c','',101.75,-114.9375,0,0,0,'2017-04-03 14:19:13'); -INSERT INTO `marker` VALUES (7078,1901,NULL,1,1934,1,'Zelda's Awakening (#17)','GameID: 1313289634',159.0603125,-157.905,0,0,1,'2017-04-05 20:36:15'); -INSERT INTO `marker` VALUES (7079,1901,NULL,2,1905,1634,'Hylian Shield','Be aware that there is a dungeon, to get the Hylian Shield you must clean the dungeon to get access to the Boss' room. There, after killing the boss, a chest will appear, this chest has the Hylian Shield inside',122.0546875,-116.4375,0,0,0,'2017-04-06 02:53:15'); -INSERT INTO `marker` VALUES (7080,1901,NULL,2,1903,1634,'Great Flameblade','Right below the giant skeleton, there is a Great Flameblade lying by.',152.7265625,-70.71875,0,0,0,'2017-04-06 02:57:02'); -INSERT INTO `marker` VALUES (7081,1901,NULL,2,1903,1898,'Royal Claymore',' stabbed into the broken stone skull on top of the Tower.',141.62109375,-102.796875,0,0,0,'2017-04-06 22:21:25'); -INSERT INTO `marker` VALUES (7082,1901,NULL,2,1926,1475,'Vah Medoh','',71.375,-99.875,0,1,0,'2017-04-07 00:59:50'); -INSERT INTO `marker` VALUES (7083,1901,NULL,2,1901,1475,'Vah Naboris','',94.953125,-169.0625,0,0,0,'2017-04-07 01:01:05'); -INSERT INTO `marker` VALUES (7084,1901,NULL,2,1926,1475,'Vah Naborix','',94.859375,-169.140625,0,1,0,'2017-04-07 01:01:53'); -INSERT INTO `marker` VALUES (7085,1901,NULL,2,1926,1475,'Vah Rudania','',166.2578125,-88.0625,0,0,0,'2017-04-07 01:02:47'); -INSERT INTO `marker` VALUES (7086,1901,NULL,2,1901,1697,'999 arrows','',117.515625,-178.265625,0,0,0,'2017-04-07 02:23:50'); -INSERT INTO `marker` VALUES (7087,1901,NULL,2,1926,1924,'Divine Beast Vah Rudania','',168,-88.25,0,1,0,'2017-04-07 12:15:28'); -INSERT INTO `marker` VALUES (7088,1901,NULL,2,1926,1928,'Divine Beast Vah Naboris ','Champion Lady Urbosa',78.0625,-185.5,0,0,0,'2017-04-07 14:27:54'); -INSERT INTO `marker` VALUES (7089,1901,NULL,2,1926,1928,'Divine Beast Vah Medoh','Champion Revali',71.1875,-98.5,0,0,0,'2017-04-07 14:29:05'); -INSERT INTO `marker` VALUES (7090,1901,NULL,2,1926,1928,'Divine Beast Vah Rudania','Champion Daruk',166.359375,-88.53125,0,0,0,'2017-04-07 14:29:54'); -INSERT INTO `marker` VALUES (7091,1901,NULL,2,1926,1938,'Vah Medoh','',70.9375,-98.875,0,0,0,'2017-04-07 19:42:33'); -INSERT INTO `marker` VALUES (7092,1901,NULL,2,1926,1938,'Vah Rudania','',166.625,-88.0625,0,0,0,'2017-04-07 19:43:15'); -INSERT INTO `marker` VALUES (7093,1901,NULL,2,1926,1938,'Vah Naboris','',78,-178.875,0,0,0,'2017-04-07 19:43:42'); -INSERT INTO `marker` VALUES (7094,1901,NULL,2,1921,1938,'Kara Kara Bazaar','',77.375,-168.5,0,0,0,'2017-04-07 19:46:08'); -INSERT INTO `marker` VALUES (7095,1901,NULL,2,1901,1939,'i here','d',116.9296875,-152.45703125,0,0,0,'2017-04-07 20:18:12'); -INSERT INTO `marker` VALUES (7096,1901,NULL,2,1935,1936,'The Stolen Heirloom','',155.80078125,-143.31640625,0,0,0,'2017-04-07 22:09:34'); -INSERT INTO `marker` VALUES (7097,1901,NULL,2,1926,1936,'Divinne Beast Vah Rudania','',167.75,-87.5625,0,0,0,'2017-04-07 22:16:14'); -INSERT INTO `marker` VALUES (7098,1901,NULL,2,1901,1903,'missing korok seeds','',93.87109375,-135.13671875,0,1,0,'2017-04-08 00:39:47'); -INSERT INTO `marker` VALUES (7099,1901,NULL,2,1905,1956,'Silver Shield','Silver Shield (on the ground)',179.04296875,-119.4296875,0,1,0,'2017-04-08 04:31:04'); -INSERT INTO `marker` VALUES (7100,1901,NULL,2,1903,1956,'Zora Sword','Zora Sword (on the ground)',179.04296875,-119.4296875,0,1,0,'2017-04-08 04:31:33'); -INSERT INTO `marker` VALUES (7101,1901,NULL,2,1904,1956,'Golden Bow','Golden Bow (on the ground)',66.73046875,-173.77734375,0,1,0,'2017-04-08 04:32:16'); -INSERT INTO `marker` VALUES (7102,1901,NULL,2,1904,1956,'Swallow Bow','Swallow Bow (on the ground)',68.69921875,-91.71875,0,1,0,'2017-04-08 04:33:02'); -INSERT INTO `marker` VALUES (7103,1901,NULL,2,1931,1936,'Enemy Camp','',51.90625,-183.53125,0,0,0,'2017-04-08 13:33:30'); -INSERT INTO `marker` VALUES (7104,1901,NULL,2,1910,1974,'Spicy Peppers','',132.8671875,-175.234375,0,0,0,'2017-04-08 21:00:23'); -INSERT INTO `marker` VALUES (7105,1901,NULL,2,1901,1561,'Akkala AAinchent Tech Lab','',198.53125,-78.625,0,1,0,'2017-04-09 10:24:24'); -INSERT INTO `marker` VALUES (7106,1901,NULL,2,1901,1767,'??','',150.5703125,-178.2265625,0,0,0,'2017-04-09 16:10:18'); -INSERT INTO `marker` VALUES (7107,1901,NULL,2,1926,2003,'Vah Rudania','',167.546875,-87.484375,0,1,0,'2017-04-09 18:41:29'); -INSERT INTO `marker` VALUES (7108,1901,NULL,2,1916,1208,'Hay uno abajo en una cueva','',176.296875,-172.79296875,0,0,0,'2017-04-09 20:55:07'); -INSERT INTO `marker` VALUES (7109,1901,NULL,2,1901,2014,'Shield Surfing Shop','Shield surfing "shop" - really just a place to buy shields on top of a hill.',152.453125,-116.4921875,0,0,0,'2017-04-10 00:42:41'); -INSERT INTO `marker` VALUES (7110,1901,NULL,2,1926,2032,'Divine Beast Vah Naboris','',72.3125,-179.5625,0,0,0,'2017-04-10 15:12:47'); -INSERT INTO `marker` VALUES (7111,1901,NULL,2,1926,2032,'Divine Beast Vah Rudania','',166,-87.25,0,0,0,'2017-04-10 15:13:28'); -INSERT INTO `marker` VALUES (7112,1901,NULL,2,1926,2032,'Divine Beast Vah Medoh','',71.375,-99.6875,0,0,0,'2017-04-10 15:14:03'); -INSERT INTO `marker` VALUES (7113,1901,NULL,2,1926,2063,'','',167.9375,-87.40625,0,1,0,'2017-04-11 10:49:10'); -INSERT INTO `marker` VALUES (7114,1901,NULL,2,1947,652,'fzefze','fzefzefzefze',168,-87.625,0,0,0,'2017-04-11 14:29:48'); -INSERT INTO `marker` VALUES (7115,1901,NULL,2,1903,1974,'Gerudo Scimitar','Behind Rocks, use Remote Bomb to clear the way',113.58984375,-181.38671875,0,0,0,'2017-04-11 15:41:51'); -INSERT INTO `marker` VALUES (7116,1901,NULL,2,1926,1253,'','',79.625,-175.6875,0,0,0,'2017-04-11 22:30:25'); -INSERT INTO `marker` VALUES (7117,1901,NULL,2,1941,2091,'','Mini Talus dropping minerals',175.33203125,-155.8046875,0,1,0,'2017-04-12 02:32:42'); -INSERT INTO `marker` VALUES (7118,1901,NULL,2,1901,2104,'','',105.3125,-78.125,0,0,0,'2017-04-12 12:49:24'); -INSERT INTO `marker` VALUES (7119,1901,NULL,2,1916,1168,'','',164.796875,-95.734375,0,1,0,'2017-04-13 15:43:00'); -INSERT INTO `marker` VALUES (7120,1901,NULL,2,1926,2147,'Divine Beast Vah Rudania','',167.5625,-87.15625,0,1,0,'2017-04-13 16:54:55'); -INSERT INTO `marker` VALUES (7121,1901,NULL,2,1901,2153,'Entrance to Quomo Shrine','',69.375,-72.515625,0,0,0,'2017-04-13 22:18:05'); -INSERT INTO `marker` VALUES (7122,1901,NULL,2,1903,1881,'Royal Claymore','Royal Claymore Lv 71 , burg the ice and chress apper.\r\nAttack Up + 19',64.828125,-69.4453125,0,0,0,'2017-04-14 02:22:50'); -INSERT INTO `marker` VALUES (7123,1901,NULL,2,1901,1922,'????','',143.78125,-155.75,0,0,0,'2017-04-14 11:14:13'); -INSERT INTO `marker` VALUES (7124,1901,NULL,2,1901,1922,'????','',143.78125,-155.75,0,0,0,'2017-04-14 11:14:13'); -INSERT INTO `marker` VALUES (7125,1901,NULL,2,1923,1922,'????','?',143.640625,-154.9375,0,1,0,'2017-04-14 11:15:28'); -INSERT INTO `marker` VALUES (7126,1901,NULL,2,1926,2236,'Divine Beast Naboris','',67.16796875,-174.3515625,0,0,0,'2017-04-14 18:21:51'); -INSERT INTO `marker` VALUES (7127,1901,NULL,2,1944,1896,'Flamespear','',86.125,-172.1875,0,0,0,'2017-04-14 21:12:30'); -INSERT INTO `marker` VALUES (7128,1901,NULL,2,1935,762,'A Parent's Love','NPC: Ruli',189.8828125,-103.3203125,0,0,0,'2017-04-15 01:18:26'); -INSERT INTO `marker` VALUES (7129,1901,NULL,2,1903,2262,'Knight's Broadsword ','',124.0078125,-121.875,0,0,0,'2017-04-15 03:26:18'); -INSERT INTO `marker` VALUES (7130,1901,NULL,2,1905,2262,'Knight's Shield ','',124.140625,-121.80078125,0,0,0,'2017-04-15 03:27:50'); -INSERT INTO `marker` VALUES (7131,1901,NULL,2,1931,415,'Bokgoblin camp','One red, one white',117.74609375,-162.1953125,0,0,0,'2017-04-15 11:49:35'); -INSERT INTO `marker` VALUES (7132,1901,NULL,2,1916,2106,'','',198.87890625,-167.390625,0,0,0,'2017-04-15 12:32:03'); -INSERT INTO `marker` VALUES (7133,1901,NULL,2,1916,2106,'','',192.25,-168.4609375,0,0,0,'2017-04-15 12:32:42'); -INSERT INTO `marker` VALUES (7134,1901,NULL,2,1916,2106,'','',178.4921875,-172.5,0,0,0,'2017-04-15 12:33:15'); -INSERT INTO `marker` VALUES (7135,1901,NULL,2,1916,2106,'','',178.4921875,-172.5,0,0,0,'2017-04-15 12:33:21'); -INSERT INTO `marker` VALUES (7136,1901,NULL,2,1916,2106,'','',176.2265625,-173.1171875,0,0,0,'2017-04-15 12:33:56'); -INSERT INTO `marker` VALUES (7137,1901,NULL,2,1901,415,'Korok seed flower','',62.46875,-84.6015625,0,0,0,'2017-04-15 13:59:33'); -INSERT INTO `marker` VALUES (7138,1901,NULL,2,1916,415,'Korok Seed','',62.2578125,-86.1484375,0,0,0,'2017-04-15 14:01:02'); -INSERT INTO `marker` VALUES (7139,1901,NULL,2,1903,2222,'Traveler sword/shield','',178.03125,-138.1953125,0,0,0,'2017-04-15 14:32:56'); -INSERT INTO `marker` VALUES (7140,1901,NULL,2,1903,2222,'Thunderspear','',193.953125,-125.4609375,0,0,0,'2017-04-15 15:02:31'); -INSERT INTO `marker` VALUES (7141,1901,NULL,2,1926,2280,'Divine Beast Vah Medoh','',71.625,-98.71875,0,0,0,'2017-04-15 19:27:57'); -INSERT INTO `marker` VALUES (7142,1901,NULL,2,1926,1918,'Divine Beast Vah Rudania','',167.75,-87.46875,0,0,0,'2017-04-16 16:18:05'); -INSERT INTO `marker` VALUES (7143,1901,NULL,2,1926,1918,'Vah Medoh','',71.46875,-100.125,0,0,0,'2017-04-16 16:19:47'); -INSERT INTO `marker` VALUES (7144,1901,NULL,2,1926,1634,'Vah Medoh','',71.53125,-98.71875,0,0,0,'2017-04-16 20:26:25'); -INSERT INTO `marker` VALUES (7145,1901,NULL,2,1903,2371,'Great Flameblade','',110.625,-134.74609375,0,0,0,'2017-04-17 01:02:10'); -INSERT INTO `marker` VALUES (7146,1901,NULL,2,1903,2371,'Great Flameblade','',110.625,-134.75390625,0,0,0,'2017-04-17 01:04:20'); -INSERT INTO `marker` VALUES (7147,1901,NULL,2,1901,1952,'','',70.625,-80.375,0,0,0,'2017-04-17 01:19:18'); -INSERT INTO `marker` VALUES (7148,1901,NULL,2,1903,2376,'Weapon','',72.1484375,-92.71875,0,0,0,'2017-04-17 03:43:06'); -INSERT INTO `marker` VALUES (7149,1901,NULL,2,1903,2376,'Great Thunderblade','Has long throw ability',98.390625,-129.546875,0,0,0,'2017-04-17 04:19:53'); -INSERT INTO `marker` VALUES (7150,1901,NULL,2,1903,2320,'Reise-Zweihänder','Im Schrein',120.99609375,-159.25390625,0,0,0,'2017-04-17 08:03:16'); -INSERT INTO `marker` VALUES (7151,1901,NULL,2,1901,2403,'','',122.3125,-176.25,0,0,0,'2017-04-17 17:10:03'); -INSERT INTO `marker` VALUES (7152,1901,NULL,2,1903,2262,'Knight's Broadsword ','',123.9921875,-121.796875,0,0,0,'2017-04-18 05:48:39'); -INSERT INTO `marker` VALUES (7153,1901,NULL,2,1905,2262,'Knight's Broadsword','',124.15625,-121.75,0,0,0,'2017-04-18 05:49:08'); -INSERT INTO `marker` VALUES (7154,1901,NULL,2,1901,2444,'Links House','Links House',179.7734375,-163.84375,0,0,0,'2017-04-18 13:02:22'); -INSERT INTO `marker` VALUES (7155,1901,NULL,2,1903,2460,'Iron Sledgehammer','Iron Sledgehammer',172.20703125,-181.9453125,0,0,0,'2017-04-18 14:49:20'); -INSERT INTO `marker` VALUES (7156,1901,NULL,2,1903,2460,'Iron Sledgehammer','Iron Sledgehammer',155.9453125,-141.2890625,0,0,0,'2017-04-18 14:53:12'); -INSERT INTO `marker` VALUES (7157,1901,NULL,2,1903,2460,'Iron Sledgehammer','Iron Sledgehammer',168.90234375,-110.30078125,0,0,0,'2017-04-18 15:00:04'); -INSERT INTO `marker` VALUES (7158,1901,NULL,2,1916,2131,'Complete pattern','',126.51171875,-176.890625,0,0,0,'2017-04-19 12:31:04'); -INSERT INTO `marker` VALUES (7159,1901,NULL,2,1926,2520,'Vah Rudania','',168.125,-87.75,0,0,0,'2017-04-19 13:57:52'); -INSERT INTO `marker` VALUES (7160,1901,NULL,2,1926,2520,'Vah Naboris','',64,-182.875,0,0,0,'2017-04-19 13:59:01'); -INSERT INTO `marker` VALUES (7161,1901,NULL,2,1926,2520,'Vah Medoh','',71.3671875,-100.02734375,0,0,0,'2017-04-19 14:00:02'); -INSERT INTO `marker` VALUES (7162,1901,NULL,2,1926,2534,'Divine Beast Vah Rudania','',167.15625,-88.1875,0,0,0,'2017-04-20 06:36:54'); -INSERT INTO `marker` VALUES (7163,1901,NULL,2,1926,2534,'Divine Beast Vah Medoh','',71.4375,-99.71875,0,0,0,'2017-04-20 06:37:54'); -INSERT INTO `marker` VALUES (7164,1901,NULL,2,1926,2534,'Divine Beast Vah Naboris','',73.9375,-180.3125,0,0,0,'2017-04-20 06:39:07'); -INSERT INTO `marker` VALUES (7165,1901,NULL,2,1934,2534,'The Master Sword #18','',134.71875,-93.703125,0,0,0,'2017-04-20 07:05:19'); -INSERT INTO `marker` VALUES (7166,1901,NULL,2,1934,2534,'Mipha's Touch (#10)','',179.66796875,-120.5234375,0,0,0,'2017-04-20 07:07:42'); -INSERT INTO `marker` VALUES (7167,1901,NULL,2,1916,2131,'Korok seed','',126.9375,-166.13671875,0,1,0,'2017-04-20 07:08:55'); -INSERT INTO `marker` VALUES (7168,1901,NULL,2,1934,2534,'Urbosa's Hand (#6)','',73.5625,-180.9375,0,0,0,'2017-04-20 07:09:04'); -INSERT INTO `marker` VALUES (7169,1901,NULL,2,1921,1682,'aaa','bbbb',204.8125,-186.46875,0,0,0,'2017-04-20 07:44:38'); -INSERT INTO `marker` VALUES (7170,1901,NULL,2,1903,2596,'','',107.765625,-128.5625,0,0,0,'2017-04-21 18:56:51'); -INSERT INTO `marker` VALUES (7171,1901,NULL,2,1903,2596,'','',107.765625,-128.5625,0,0,0,'2017-04-21 18:56:51'); -INSERT INTO `marker` VALUES (7172,1901,NULL,2,1910,2596,'','',113.65625,-134,0,0,0,'2017-04-21 18:58:16'); -INSERT INTO `marker` VALUES (7173,1901,NULL,2,1925,91,'','',179.9375,-74.78125,0,0,0,'2017-04-21 23:30:23'); -INSERT INTO `marker` VALUES (7174,1901,NULL,2,1937,2629,'Great Fairy Mija','',192.171875,-106.53125,0,0,0,'2017-04-22 06:00:50'); -INSERT INTO `marker` VALUES (7175,1901,NULL,2,1935,1931,'The Eight Heroine','',69.109375,-172.91015625,0,0,0,'2017-04-22 10:06:19'); -INSERT INTO `marker` VALUES (7176,1901,NULL,2,1916,2636,'','',106.07031226158142,-91.87187492847443,0,0,0,'2017-04-22 11:26:43'); -INSERT INTO `marker` VALUES (7177,1901,NULL,2,1939,2642,'Blizzrobe','',75.8828125,-152.4375,0,0,0,'2017-04-22 13:06:36'); -INSERT INTO `marker` VALUES (7178,1901,NULL,2,1901,2662,'','',77.875,-67.25,0,0,0,'2017-04-22 17:56:29'); -INSERT INTO `marker` VALUES (7179,1901,NULL,2,1916,2636,'','',176.6515622138977,-107.79374980926514,0,0,0,'2017-04-22 19:26:02'); -INSERT INTO `marker` VALUES (7180,1901,NULL,2,1916,2636,'','',175.09374904632568,-109.25312519073486,0,0,0,'2017-04-22 19:27:31'); -INSERT INTO `marker` VALUES (7181,1901,NULL,2,1901,901,'Fishing spot','Open metal door and fish come out',153.66796875,-185.46875,0,1,0,'2017-04-22 23:43:11'); -INSERT INTO `marker` VALUES (7182,1901,NULL,2,1901,901,'Fishing spot','Lots of fish swimming around',192.125,-120.734375,0,1,0,'2017-04-22 23:47:08'); -INSERT INTO `marker` VALUES (7183,1901,NULL,2,1901,2615,'Location','',169.1875,-172.375,0,0,0,'2017-04-23 00:05:16'); -INSERT INTO `marker` VALUES (7184,1901,NULL,2,1926,2691,'Vah Medoh','',71.55859375,-98.7578125,0,1,0,'2017-04-23 05:41:33'); -INSERT INTO `marker` VALUES (7185,1901,NULL,2,1903,1974,'Great Flameblade','',200.58203125,-70.25,0,0,0,'2017-04-23 13:26:29'); -INSERT INTO `marker` VALUES (7186,1901,NULL,2,1936,2615,'Cracked Wall','3 Wooden Crates and a Spear/Bow',161.0625,-131.046875,0,0,0,'2017-04-23 15:39:48'); -INSERT INTO `marker` VALUES (7187,1901,NULL,2,1923,1106,'Sah Dahaj Shrine','',169.75,-103.375,0,0,0,'2017-04-23 19:33:19'); -INSERT INTO `marker` VALUES (7188,1901,NULL,2,1903,2755,'Great Flameblade','',110.59375,-134.7421875,0,0,0,'2017-04-24 04:12:16'); -INSERT INTO `marker` VALUES (7189,1901,NULL,2,1916,2772,'','',129.875,-106.5,0,0,0,'2017-04-24 12:48:49'); -INSERT INTO `marker` VALUES (7190,1901,NULL,2,1939,2642,'Blizzrobe','',68.3828125,-161.328125,0,0,0,'2017-04-24 14:31:03'); -INSERT INTO `marker` VALUES (7191,1901,NULL,2,1943,2773,'Opal','',114.37890625,-158.1796875,0,0,0,'2017-04-24 14:39:34'); -INSERT INTO `marker` VALUES (7192,1901,NULL,2,1901,2787,'Fadas','Fadas',180.34375,-167.171875,0,0,0,'2017-04-24 19:59:11'); -INSERT INTO `marker` VALUES (7193,1901,NULL,2,1903,2262,'Eightfold Longblade ','An enemy drop. ',184.1413745880127,-116.01118755340576,0,0,0,'2017-04-25 02:17:39'); -INSERT INTO `marker` VALUES (7194,1901,NULL,2,1901,2799,'place to mine luminous stone','',198.296875,-152.453125,0,0,0,'2017-04-25 03:03:56'); -INSERT INTO `marker` VALUES (7195,1901,NULL,2,1916,2813,'Korok seed','Korok',66.06640625,-69.76171875,0,0,0,'2017-04-25 18:48:00'); -INSERT INTO `marker` VALUES (7196,1901,NULL,2,1916,2813,'','',66.02734375,-69.74609375,0,0,0,'2017-04-25 18:48:22'); -INSERT INTO `marker` VALUES (7197,1901,NULL,2,1916,2813,'','',66.046875,-69.734375,0,0,0,'2017-04-25 18:48:42'); -INSERT INTO `marker` VALUES (7198,1901,NULL,2,1901,2813,'Korok seed','',66.07421875,-69.74609375,0,0,0,'2017-04-25 18:49:09'); -INSERT INTO `marker` VALUES (7199,1901,NULL,2,1920,2813,'','',66.046875,-69.78515625,0,0,0,'2017-04-25 18:49:39'); -INSERT INTO `marker` VALUES (7200,1901,NULL,2,1916,2052,'3 Rusty shield needed','',117.42578125,-114.55078125,0,0,0,'2017-04-26 12:53:35'); -INSERT INTO `marker` VALUES (7201,1901,NULL,2,1931,2802,'Enemy Camp','',157.7578125,-163.828125,0,0,0,'2017-04-26 20:05:25'); -INSERT INTO `marker` VALUES (7202,1901,NULL,2,1923,2873,'Dueling Peaks Tower','Sheikah Tower',143.85546875,-154.76953125,0,0,0,'2017-04-26 22:17:44'); -INSERT INTO `marker` VALUES (7203,1901,NULL,2,1903,2909,'Zora's spear','',173.8125,-126.953125,0,0,0,'2017-04-27 15:59:21'); -INSERT INTO `marker` VALUES (7204,1901,NULL,2,1903,2909,'Zora's spear','',172.5,-125.796875,0,0,0,'2017-04-27 16:06:20'); -INSERT INTO `marker` VALUES (7205,1901,NULL,2,1905,2937,'Gerudo shield','',71.1953125,-142.84375,0,0,0,'2017-04-28 06:28:33'); -INSERT INTO `marker` VALUES (7206,1901,NULL,2,1903,2937,'Gerudo scimitar','',71.38671875,-142.828125,0,0,0,'2017-04-28 06:29:00'); -INSERT INTO `marker` VALUES (7207,1901,NULL,2,1936,2939,'','Lanayru Wetlands Cove',160.34375,-130.23828125,0,1,0,'2017-04-28 09:08:56'); -INSERT INTO `marker` VALUES (7208,1901,NULL,2,1904,2939,'Forest Dweller's Bow','',160.36328125,-130.40234375,0,0,0,'2017-04-28 09:29:31'); -INSERT INTO `marker` VALUES (7209,1901,NULL,2,1926,2922,'','',95.3125,-169.75,0,0,0,'2017-04-28 11:20:08'); -INSERT INTO `marker` VALUES (7210,1901,NULL,2,1901,2942,'Camp - Spicy Peppers','7x Spicy Peppers at this camp',95.2265625,-136.34375,0,0,0,'2017-04-28 12:00:28'); -INSERT INTO `marker` VALUES (7211,1901,NULL,2,1901,2942,'Hearty Durian Tree stand','',93.9375,-134.86328125,0,0,0,'2017-04-28 12:05:20'); -INSERT INTO `marker` VALUES (7212,1901,NULL,2,1916,2942,'Follow the Flower','',92.234375,-134.4765625,0,0,0,'2017-04-28 12:09:39'); -INSERT INTO `marker` VALUES (7213,1901,NULL,2,1926,2946,'Divine Beast Vah Rudania','',168.0625,-87.8125,0,0,0,'2017-04-28 13:34:00'); -INSERT INTO `marker` VALUES (7214,1901,NULL,2,1926,2946,'Divine Beast Vah Medoh','',71.4375,-99.9375,0,0,0,'2017-04-28 13:34:34'); -INSERT INTO `marker` VALUES (7215,1901,NULL,2,1901,2942,'Hearty Durian Tree stand','',158.5625,-175.1171875,0,0,0,'2017-04-28 13:46:26'); -INSERT INTO `marker` VALUES (7216,1901,NULL,2,1901,2942,'Hearty Durian Tree stand','',149.7578125,-178.4765625,0,0,0,'2017-04-28 13:47:09'); -INSERT INTO `marker` VALUES (7217,1901,NULL,2,1926,2953,'Vah Naboris','',80.03125,-180.59375,0,0,0,'2017-04-28 17:00:29'); -INSERT INTO `marker` VALUES (7218,1901,NULL,2,1926,2953,'Vah Medoh','',71.359375,-99.984375,0,0,0,'2017-04-28 17:01:06'); -INSERT INTO `marker` VALUES (7219,1901,NULL,2,1926,2953,'Vah Rudania','',167.625,-87.5,0,0,0,'2017-04-28 17:01:26'); -INSERT INTO `marker` VALUES (7220,1901,NULL,2,1935,2953,'Hobbies of the Rich','',189.28515625,-102.921875,0,0,0,'2017-04-28 17:04:22'); -INSERT INTO `marker` VALUES (7221,1901,NULL,2,1935,2953,'A Parent's Love','',190.09765625,-103.3515625,0,0,0,'2017-04-28 17:05:15'); -INSERT INTO `marker` VALUES (7222,1901,NULL,2,1936,2433,'','',111.33984375,-155.8359375,0,0,0,'2017-04-28 17:18:24'); -INSERT INTO `marker` VALUES (7223,1901,NULL,2,1936,2433,'','',114.34765625,-158.1484375,0,0,0,'2017-04-28 17:19:07'); -INSERT INTO `marker` VALUES (7224,1901,NULL,2,1936,2433,'','',71.65234375,-155.96484375,0,0,0,'2017-04-28 17:20:09'); -INSERT INTO `marker` VALUES (7225,1901,NULL,2,1901,2433,'','',69.71875,-155.04296875,0,0,0,'2017-04-28 17:20:26'); -INSERT INTO `marker` VALUES (7226,1901,NULL,2,1936,2433,'','',69.84375,-155.1875,0,0,0,'2017-04-28 17:20:57'); -INSERT INTO `marker` VALUES (7227,1901,NULL,2,1936,2433,'','',112.92578125,-164.66015625,0,0,0,'2017-04-28 17:22:05'); -INSERT INTO `marker` VALUES (7228,1901,NULL,2,1936,2433,'','',124.09765625,-187.88671875,0,0,0,'2017-04-28 17:23:03'); -INSERT INTO `marker` VALUES (7229,1901,NULL,2,1936,2433,'','',152.66015625,-184.1875,0,0,0,'2017-04-28 17:24:19'); -INSERT INTO `marker` VALUES (7230,1901,NULL,2,1936,2433,'','',142.625,-169.65625,0,0,0,'2017-04-28 17:25:29'); -INSERT INTO `marker` VALUES (7231,1901,NULL,2,1936,2433,'','',158.8046875,-165.03515625,0,0,0,'2017-04-28 17:26:17'); -INSERT INTO `marker` VALUES (7232,1901,NULL,2,1936,2433,'','',158.9921875,-164.9453125,0,0,0,'2017-04-28 17:26:41'); -INSERT INTO `marker` VALUES (7233,1901,NULL,2,1936,2433,'','',158.453125,-168.60546875,0,0,0,'2017-04-28 17:27:22'); -INSERT INTO `marker` VALUES (7234,1901,NULL,2,1936,2433,'','',158.71484375,-168.72265625,0,0,0,'2017-04-28 17:27:48'); -INSERT INTO `marker` VALUES (7235,1901,NULL,2,1936,2433,'','',157.46484375,-155.84765625,0,0,0,'2017-04-28 17:28:39'); -INSERT INTO `marker` VALUES (7236,1901,NULL,2,1936,2433,'','',154.67578125,-144.87109375,0,0,0,'2017-04-28 17:29:22'); -INSERT INTO `marker` VALUES (7237,1901,NULL,2,1936,2433,'','',171.4921875,-155.19140625,0,0,0,'2017-04-28 17:30:07'); -INSERT INTO `marker` VALUES (7238,1901,NULL,2,1936,2433,'','',148.7578125,-157.1015625,0,0,0,'2017-04-28 17:31:34'); -INSERT INTO `marker` VALUES (7239,1901,NULL,2,1936,2433,'','',160.25,-130.28125,0,0,0,'2017-04-28 17:32:28'); -INSERT INTO `marker` VALUES (7240,1901,NULL,2,1936,2433,'','',95.140625,-138.83984375,0,0,0,'2017-04-28 17:33:39'); -INSERT INTO `marker` VALUES (7241,1901,NULL,2,1936,2433,'','',97.359375,-104.734375,0,0,0,'2017-04-28 17:34:34'); -INSERT INTO `marker` VALUES (7242,1901,NULL,2,1901,2966,'Naydra Farming','',177.2265625,-147.703125,0,0,0,'2017-04-29 00:32:48'); -INSERT INTO `marker` VALUES (7243,1901,NULL,2,1935,2738,'','A Gift of Nightshade is a side quest in The Legend of Zelda: Breath of the Wild. It is given to Link by Wabbin, who can be found at Tuft Mountain. ',180.359375,-167.09375,0,0,0,'2017-04-29 03:52:37'); -INSERT INTO `marker` VALUES (7244,1901,NULL,2,1901,2738,'A Gift of Nightshade','A side-quest.\r\n',180.375,-167.2890625,0,0,0,'2017-04-29 03:54:28'); -INSERT INTO `marker` VALUES (7245,1901,NULL,2,1939,2052,'Blizzrobe','',139.828125,-115.203125,0,0,0,'2017-04-29 16:49:32'); -INSERT INTO `marker` VALUES (7246,1901,NULL,2,1939,2052,'Blizzrobe','',139.828125,-115.203125,0,0,0,'2017-04-29 16:49:33'); -INSERT INTO `marker` VALUES (7247,1901,NULL,2,1916,2988,'oops','deleted ',153.4609375,-82.02734375,0,0,0,'2017-04-29 19:37:05'); -INSERT INTO `marker` VALUES (7248,1901,NULL,2,1901,2989,'','',110.0234375,-142.71875,0,0,0,'2017-04-29 19:54:53'); -INSERT INTO `marker` VALUES (7249,1901,NULL,2,1925,3010,'Santuario de la vida','',110.703125,-157.5,0,0,0,'2017-04-30 04:05:53'); -INSERT INTO `marker` VALUES (7250,1901,NULL,2,1930,3017,'','',117.31640625,-111.00390625,0,0,0,'2017-04-30 08:25:40'); -INSERT INTO `marker` VALUES (7251,1901,NULL,2,1939,3043,'','',139.9453125,-116.24609375,0,0,0,'2017-04-30 12:59:00'); -INSERT INTO `marker` VALUES (7252,1901,NULL,2,1939,3043,'frize wizzrobe','',139.9140625,-116.265625,0,1,0,'2017-04-30 13:00:50'); -INSERT INTO `marker` VALUES (7253,1901,NULL,2,1925,3010,'Santuario de keltsar','',190.640625,-174.734375,0,0,0,'2017-04-30 13:48:18'); -INSERT INTO `marker` VALUES (7254,1901,NULL,2,1916,2052,'running spot','The trial begins in a big alone tree near the guy who sells shields.',149.9765625,-114.65234375,0,0,0,'2017-04-30 19:29:52'); -INSERT INTO `marker` VALUES (7255,1901,NULL,2,1936,3071,'','',201.37109375,-115.765625,0,0,0,'2017-04-30 21:38:55'); -INSERT INTO `marker` VALUES (7256,1901,NULL,2,1904,3012,'Arrow Farm','Farm Arrows here.',117.546875,-175.6875,0,0,0,'2017-05-01 04:15:13'); -INSERT INTO `marker` VALUES (7257,1901,NULL,2,1903,2994,'Swallow Bow','With dude who repairs Great Eagle Bow',71.49609375,-100.03515625,0,0,0,'2017-05-02 13:32:33'); -INSERT INTO `marker` VALUES (7258,1901,NULL,2,1903,2994,'Swallow Bow','up the ladder by flight range',68.75,-91.71875,0,0,0,'2017-05-02 13:34:51'); -INSERT INTO `marker` VALUES (7259,1901,NULL,2,1903,2994,'Silver Sword','Behind Ne'ez Yohma Shrine',180.0859375,-119.640625,0,0,0,'2017-05-02 13:37:42'); -INSERT INTO `marker` VALUES (7260,1901,NULL,2,1901,2994,'Stone Smasher','location: Inside Hyrule Castle library, accessible through the shrine in the docks that empty out the north side of the castle. The weapon is up the stairs and inside a cave with some ore, behind a magnesis-able bookshelf directly across from the identical bookshelf that has to be moved to access the library's main hall.',125.8125,-111.0078125,0,0,0,'2017-05-02 13:44:11'); -INSERT INTO `marker` VALUES (7261,1901,NULL,2,1903,2994,'Great Flame Blade','on Ancient Tree Stump',110.63671875,-134.63671875,0,0,0,'2017-05-02 13:55:57'); -INSERT INTO `marker` VALUES (7262,1901,NULL,2,1903,2994,'Great Flame Blade',' in the labyrinth below Akala lab. Inside the maze, if you see brambles growing from a hole in the ceiling, that's where it is. Burn the brambles and climb up. If you clear the shrine in there, the sword is just down the steps to the right from the quick travel point look right and you'll find the brambles to burn',200.5625,-70.2109375,0,0,0,'2017-05-02 14:02:34'); -INSERT INTO `marker` VALUES (7263,1901,NULL,2,1903,2994,'Great Flame Blade','under Eldin Great Skeleton, watch out for the group of monsters, they will pick up the great flame blade if engauged',152.55078125,-70.51953125,0,0,0,'2017-05-02 14:17:14'); -INSERT INTO `marker` VALUES (7264,1901,NULL,2,1944,3161,'Expansion Pass Chest','Switch shirt',120.6796875,-159.34375,0,1,0,'2017-05-02 20:53:47'); -INSERT INTO `marker` VALUES (7265,1901,NULL,2,1943,541,'Star Fragment','Use your Magneis rune to pull a chest from under the swamp, and open it to get a Star Fragment',140.421875,-104.375,0,0,0,'2017-05-02 22:08:12'); -INSERT INTO `marker` VALUES (7266,1901,NULL,2,1901,2587,'$$$$$$$','',95.52734375,-95.48046875,0,0,0,'2017-05-03 03:07:11'); -INSERT INTO `marker` VALUES (7267,1901,NULL,2,1920,3182,'Forgotten Temple','',105.875,-92.8125,0,0,0,'2017-05-03 11:49:25'); -INSERT INTO `marker` VALUES (7268,1901,NULL,2,1901,3224,'Shrine of Resurrection ','',110.5,-157.51953125,0,0,0,'2017-05-04 03:12:25'); -INSERT INTO `marker` VALUES (7269,1901,NULL,2,1901,3234,'Dinaral','Dragon farming Position',142.515625,-70.453125,0,0,0,'2017-05-04 10:20:13'); -INSERT INTO `marker` VALUES (7270,1901,NULL,2,1903,1630,'Soldier's Sword','',83.296875,-119.4375,0,0,0,'2017-05-05 04:41:35'); -INSERT INTO `marker` VALUES (7271,1901,NULL,2,1904,1630,'Soldier's Bow','',83.3125,-119.640625,0,0,0,'2017-05-05 04:42:07'); -INSERT INTO `marker` VALUES (7272,1901,NULL,2,1903,3279,'Royal Claymore','',141.7265625,-102.9609375,0,0,0,'2017-05-05 09:03:02'); -INSERT INTO `marker` VALUES (7273,1901,NULL,2,1901,3298,'Test Marker','',132.84375,-78.03125,0,0,0,'2017-05-05 16:33:32'); -INSERT INTO `marker` VALUES (7274,1901,NULL,2,1925,3322,'Muo'Jihm','Epreuve moyenne de force',185.234375,-179.8515625,0,0,0,'2017-05-05 19:40:26'); -INSERT INTO `marker` VALUES (7275,1901,NULL,2,1923,3336,'edge','gi',180.5,-61.03125,0,0,0,'2017-05-05 21:30:11'); -INSERT INTO `marker` VALUES (7276,1901,NULL,2,1923,3336,'edge','gi',180.5,-61.03125,0,0,0,'2017-05-05 21:30:12'); -INSERT INTO `marker` VALUES (7277,1901,NULL,2,1920,3336,'Temple of Time','',115.21484375,-159.28515625,0,0,0,'2017-05-05 21:39:24'); -INSERT INTO `marker` VALUES (7278,1901,NULL,2,1936,3405,'Reward: Opal','',114.33203125,-158.15625,0,0,0,'2017-05-07 07:59:53'); -INSERT INTO `marker` VALUES (7279,1901,NULL,2,1916,2938,'Korok Unknown','',163.53125,-116.71875,0,0,0,'2017-05-07 13:38:11'); -INSERT INTO `marker` VALUES (7280,1901,NULL,2,1935,3441,'Good-Sized Horse','Side quest for traveler camped here. He wants a horse in exchange for 300 rupees.',96.296875,-157.18359375,0,1,0,'2017-05-07 18:26:47'); -INSERT INTO `marker` VALUES (7281,1901,NULL,2,1925,3433,'Bosh Kala Shrine','',129.3046875,-153.89453125,0,0,0,'2017-05-07 19:02:05'); -INSERT INTO `marker` VALUES (7282,1901,NULL,2,1903,3467,'Soldier's Broadsword','',121.44140625,-159.265625,0,0,0,'2017-05-08 02:26:59'); -INSERT INTO `marker` VALUES (7283,1901,NULL,2,1903,3467,'Soldier's Broadsword','',105.140625,-155.875,0,0,0,'2017-05-08 02:27:52'); -INSERT INTO `marker` VALUES (7284,1901,NULL,2,1903,3467,'Iron Sledgehammer','',113.26953125,-164.09765625,0,0,0,'2017-05-08 02:28:57'); -INSERT INTO `marker` VALUES (7285,1901,NULL,2,1935,3082,'Hunt for the Giant Horse','Tame the giant black horse with the orange mane in the Taobab Grassland and bring it back to Straia in the Faron Grasslands.',124.734375,-182.59765625,0,0,0,'2017-05-08 05:03:37'); -INSERT INTO `marker` VALUES (7286,1901,NULL,2,1901,3525,'bob','oh',85.09375,-92.6875,0,0,0,'2017-05-09 00:51:41'); -INSERT INTO `marker` VALUES (7287,1901,NULL,2,1935,3082,'AGift of Nightshade','Bring Wabbin a blue nightshade',168.359375,-183.3828125,0,0,0,'2017-05-09 17:32:54'); -INSERT INTO `marker` VALUES (7288,1901,NULL,2,1916,3547,'Speed Check','Marker to left is end point',87.546875,-161.328125,0,1,0,'2017-05-09 18:16:31'); -INSERT INTO `marker` VALUES (7289,1901,NULL,2,1935,3082,'Sunken Treasure','Rozel shared the legend of the sunken treasure located between the three rocks in the ocean south of the village.',173.10546875,-182.62109375,0,0,0,'2017-05-09 21:18:52'); -INSERT INTO `marker` VALUES (7290,1901,NULL,2,1901,3568,'Test','',123.8203125,-129.9765625,0,0,0,'2017-05-09 22:16:15'); -INSERT INTO `marker` VALUES (7291,1901,NULL,2,1902,3568,'test','',123.6875,-129.265625,0,0,0,'2017-05-09 22:16:25'); -INSERT INTO `marker` VALUES (7292,1901,NULL,2,1926,3547,'Divine Beast Vah Rudania','',166.8125,-90.625,0,0,0,'2017-05-10 01:41:27'); -INSERT INTO `marker` VALUES (7293,1901,NULL,2,1901,3591,'hello','',201.875,-113.3125,0,0,0,'2017-05-10 15:41:37'); -INSERT INTO `marker` VALUES (7294,1901,NULL,2,1903,3633,'Soldier's Broadsword','',121.59375,-158.95703125,0,0,0,'2017-05-11 23:13:54'); -INSERT INTO `marker` VALUES (7295,1901,NULL,2,1904,3633,'Traveler's Bow','',113.9453125,-154.1328125,0,0,0,'2017-05-11 23:17:27'); -INSERT INTO `marker` VALUES (7296,1901,NULL,2,1903,3641,'Great Flameblade','Guarded by a Moblin and Bokoblin, you will see the blade stuck in the ground.',110.6015625,-134.65625,0,0,0,'2017-05-12 01:48:01'); -INSERT INTO `marker` VALUES (7297,1901,NULL,2,1916,3683,'Korok','',117.21875,-187.8671875,0,0,0,'2017-05-12 12:31:23'); -INSERT INTO `marker` VALUES (7300,1901,NULL,1,1903,1,'Spiked Boko Club','GameID: -1002434519',143.756671875,-102.910015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7301,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1006956313',154.69628125,-97.271375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7302,1901,NULL,1,1903,1,'Torch','GameID: -1007146407',131.28095000000002,-78.033203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7303,1901,NULL,1,1903,1,'Torch','GameID: -100848481',152.62290625,-183.151046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7304,1901,NULL,1,1903,1,'Boko Spear','GameID: -1014542866',197.861328125,-186.332375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7305,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1014701532',155.95434375000002,-141.3523,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7306,1901,NULL,1,1903,1,'Boko Bat','GameID: -1020252527',123.65969999999999,-147.5630625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7307,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -1026841406',93.607546875,-82.965828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7308,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -1027321990',122.6659234375,-115.010834375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7309,1901,NULL,1,1903,1,'Tree Branch','GameID: -1027802752',198.76273437499998,-181.895375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7310,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -103550980',139.1221875,-157.56484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7311,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1035982537',79.30687499999999,-118.6403171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7312,1901,NULL,1,1903,1,'Boko Spear','GameID: -1041769059',123.40356406250001,-147.684453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7313,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -1054333951',106.93871874999999,-139.9364015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7314,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1059708268',106.647625,-131.1877515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7315,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1065263317',123.6007046875,-153.86271875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7316,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -1080600762',62.648875000000004,-146.224390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7317,1901,NULL,1,1903,1,'Korok Leaf','GameID: -1083260789',129.22999375,-98.651921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7318,1901,NULL,1,1903,1,'Torch','GameID: -1091532030',84,-163.0046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7319,1901,NULL,1,1903,1,'Boko Spear','GameID: -1095474747',198.341640625,-183.3651875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7320,1901,NULL,1,1903,1,'Royal Halberd','GameID: -1128404419',124.3202453125,-110.853640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7321,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1131789420',159.62157812499998,-158.35671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7322,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -11408532',166.648578125,-124.6171765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7323,1901,NULL,1,1903,1,'Tree Branch','GameID: -1140910281',127.17092375,-166.9505625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7324,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1142454387',159.790765625,-158.400953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7325,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1143664793',84.81671875,-164.31046874999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7326,1901,NULL,1,1903,1,'Boko Spear','GameID: -1148772588',157.935609375,-163.828671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7327,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -1155094419',166.4199375,-103.33884375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7328,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1158572607',55.45125,-162.68728125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7329,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1160197282',80.54909375,-165.995640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7330,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1162029820',78.021484375,-111.46787499999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7331,1901,NULL,1,1903,1,'Tree Branch','GameID: -1180087502',133.32830781250001,-158.033265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7332,1901,NULL,1,1903,1,'Tree Branch','GameID: -1185491433',168.758671875,-123.960921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7333,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: -1185919097',100.4390625,-115.26875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7334,1901,NULL,1,1903,1,'Throwing Spear','GameID: -1187652153',130.5921953125,-152.22584375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7335,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -118787234',154.21009375,-102.73296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7336,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1196684633',198.245953125,-184.02140624999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7337,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1201943743',103.26599999999999,-162.384171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7338,1901,NULL,1,1903,1,'Boko Spear','GameID: -1205270871',123.4275796875,-147.6495,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7339,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1211035134',106.660859375,-131.4252296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7340,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: -1212699056',174.59728125,-181.982328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7341,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1215926339',124.05597187499998,-153.94521874999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7342,1901,NULL,1,1903,1,'Meteor Rod','GameID: -1224666381',116.1765859375,-72.703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7343,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1226348290',157.63189062499998,-144.31134375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7344,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -122879028',59.339015625,-160.533265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7345,1901,NULL,1,1903,1,'Torch','GameID: -1234346796',138.9150015625,-155.223484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7346,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -12401252',170.386484375,-75.797359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7347,1901,NULL,1,1903,1,'Tree Branch','GameID: -1247439253',134.69555625,-158.75134375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7348,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1249795130',121.311584375,-124.42395,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7349,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -126557559',71.2479375,-114.3555390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7350,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1265589175',175.847046875,-181.057578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7351,1901,NULL,1,1903,1,'Royal Broadsword','GameID: -1266031275',123.5781203125,-111.900515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7352,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -126660172',197.442203125,-185.540234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7353,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1267125733',159.16771875,-95.898234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7354,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: -1269804354',122.40464375,-113.63371875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7355,1901,NULL,1,1903,1,'Silverscale Spear','GameID: -1270058180',178.819265625,-119.765946875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7356,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: -1273030233',110.9616875,-161.743921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7357,1901,NULL,1,1903,1,'Royal Claymore','GameID: -1278996934',122.102534375,-114.4004875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7358,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1283207904',107.472296875,-124.2260125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7359,1901,NULL,1,1903,1,'Boat Oar','GameID: -1315743609',185.6853125,-187.6056875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7360,1901,NULL,1,1903,1,'Boko Club','GameID: -1331583801',126.0160234375,-146.383046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7361,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: -1332417299',71.240765625,-114.3232015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7362,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -133284647',72.46875,-111.702265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7363,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -1343361447',186.8305,-161.29399999999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7364,1901,NULL,1,1903,1,'Vicious Sickle','GameID: -1345451351',61.52284375000001,-158.760734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7365,1901,NULL,1,1903,1,'Boko Spear','GameID: -1349170378',172.696703125,-129.4559196875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7366,1901,NULL,1,1903,1,'Boko Club','GameID: -1350752851',160.1904375,-155.916515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7367,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1359502262',61.266828125,-167.53720312500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7368,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1378873836',122.48232500000002,-152.70834374999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7369,1901,NULL,1,1903,1,'Boko Club','GameID: -1381386779',109.979484375,-155.611453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7370,1901,NULL,1,1903,1,'Boko Spear','GameID: -1388227857',166.787796875,-163.367140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7371,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1390936123',177.9865625,-123.809178125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7372,1901,NULL,1,1903,1,'Tree Branch','GameID: -139371793',199.07675,-182.3723125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7373,1901,NULL,1,1903,1,'Torch','GameID: -1397410132',112.30703125,-155.171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7374,1901,NULL,1,1903,1,'Royal Guard\'s Spear','GameID: -1402778837',126.66165781250001,-114.21496875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7375,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1410602370',72.46875,-111.857390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7376,1901,NULL,1,1903,1,'Torch','GameID: -1410937145',70.95837499999999,-149.42834375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7377,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -142324926',199.859515625,-183.64573437500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7378,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -1439095295',145.147984375,-187.75221875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7379,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -1441926692',164.036953125,-99.95768749999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7380,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1443139223',84.17078125,-164.885484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7381,1901,NULL,1,1903,1,'Torch','GameID: -1449329892',82.494859375,-119.1550328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7382,1901,NULL,1,1903,1,'Boko Club','GameID: -1452738811',149.03442187500002,-152.3596875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7383,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1457124713',50.6958125,-159.099859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7384,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -1460324182',139.09090625,-126.89065265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7385,1901,NULL,1,1903,1,'Throwing Spear','GameID: -1462639424',160.23985937499998,-130.4158390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7386,1901,NULL,1,1903,1,'Tree Branch','GameID: -1467896697',138.875525,-157.51301562499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7387,1901,NULL,1,1903,1,'Boko Spear','GameID: -1471314862',154.23985937499998,-189.448828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7388,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1474137700',139.2756953125,-103.6460625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7389,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -1474919271',173.4129375,-126.2252375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7390,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1476402678',177.2533125,-105.6609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7391,1901,NULL,1,1903,1,'Farming Hoe','GameID: -1486432725',157.870203125,-143.682546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7392,1901,NULL,1,1903,1,'Spiked Boko Club','GameID: -1489697229',150.24659375,-119.86745625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7393,1901,NULL,1,1903,1,'Tree Branch','GameID: -1505480922',198.581203125,-182.035,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7394,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1505833913',67.38503125,-167.745640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7395,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1509653987',106.08390625,-122.4242640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7396,1901,NULL,1,1903,1,'Boat Oar','GameID: -1518147193',198.16378125,-182.355421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7397,1901,NULL,1,1903,1,'Torch','GameID: -152164092',150.2255625,-119.879125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7398,1901,NULL,1,1903,1,'Soup Ladle','GameID: -1534617704',181.958796875,-161.366390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7399,1901,NULL,1,1903,1,'Boko Club','GameID: -154488523',117.362915625,-156.326,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7400,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1544903552',51.523515625,-164.77821875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7401,1901,NULL,1,1903,1,'Torch','GameID: -1577216073',132.21240156250002,-80.131640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7402,1901,NULL,1,1903,1,'Wooden Mop','GameID: -1587351141',141.861496875,-130.8740375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7403,1901,NULL,1,1903,1,'Lizal Spear','GameID: -1589251189',100.0359375,-115.7234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7404,1901,NULL,1,1903,1,'Royal Claymore','GameID: -1593575577',123.367190625,-111.353640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7405,1901,NULL,1,1903,1,'Boko Spear','GameID: -1593698296',170.108296875,-124.70441875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7406,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1596269387',127.2678221875,-129.797790625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7407,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1597076411',134.48877031249998,-121.3973390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7408,1901,NULL,1,1903,1,'Cobble Crusher','GameID: -1605954313',154.53678125,-90.59525,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7409,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1622987',108.107109375,-95.541265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7410,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -163003278',148.44921875,-179.122734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7411,1901,NULL,1,1903,1,'Boko Spear','GameID: -1635954261',172.623203125,-129.44657421875002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7412,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: -1646043921',142.0833296875,-108.92984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7413,1901,NULL,1,1903,1,'Torch','GameID: -1659713389',130.6115328125,-152.1695,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7414,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1660404262',118.6552296875,-118.508059375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7415,1901,NULL,1,1903,1,'Torch','GameID: -166105101',113.219746875,-158.5628125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7416,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1665022264',60.594796875,-163.904296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7417,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1668352743',142.12391874999997,-130.5816765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7418,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -1676519177',181.337796875,-160.53825,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7419,1901,NULL,1,1903,1,'Korok Leaf','GameID: -1676640992',135.4614171875,-93.3124375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7420,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1678320389',55.9680625,-156.84106250000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7421,1901,NULL,1,1903,1,'Wooden Mop','GameID: -1684391186',92.33589062499999,-98.267875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7422,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1690614172',154.165625,-102.71925,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7423,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1691206727',138.796753125,-140.0018921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7424,1901,NULL,1,1903,1,'Boko Club','GameID: -1703602585',108.918203125,-153.69975,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7425,1901,NULL,1,1903,1,'Torch','GameID: -1711607603',131.2863015625,-78.046765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7426,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1713894602',114.6242671875,-145.18323437499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7427,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1720270754',72.447265625,-111.8996875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7428,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -1729484686',178.036453125,-138.21594375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7429,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: -1736561034',143.7955,-102.421859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7430,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1741809120',100.155546875,-101.70790625000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7431,1901,NULL,1,1903,1,'Throwing Spear','GameID: -1748963109',162.179578125,-124.3659234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7432,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -1753418405',107.920640625,-79.20496875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7433,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1761773079',153.3503125,-90.6169375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7434,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1765458068',163.972234375,-76.02059375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7435,1901,NULL,1,1903,1,'Spiked Boko Bat','GameID: -1766679473',150.20304687499998,-119.8906765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7436,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1767042129',126.66534421875,-129.6646734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7437,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1779007475',73.57678125000001,-111.22953125000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7438,1901,NULL,1,1903,1,'Spiked Moblin Spear','GameID: -1812608751',143.2493421875,-105.30996875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7439,1901,NULL,1,1903,1,'Double Axe','GameID: -1812927287',134.7604125,-96.28790624999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7440,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1813127875',77.392890625,-101.13525,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7441,1901,NULL,1,1903,1,'Boko Club','GameID: -1818350263',113.873225,-162.458203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7442,1901,NULL,1,1903,1,'Boko Bat','GameID: -1847623759',126.0183640625,-146.438625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7443,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: -185172993',137.14736875,-137.0466921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7444,1901,NULL,1,1903,1,'Soup Ladle','GameID: -186034860',71.92335937499999,-99.8515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7445,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1861515337',81.90537499999999,-78.99248437499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7446,1901,NULL,1,1903,1,'Tree Branch','GameID: -1863045938',111.05757812499999,-155.02428125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7447,1901,NULL,1,1903,1,'Master Sword','GameID: -1867810024',134.74465625,-95.015703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7448,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -1871463020',184.677515625,-160.789046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7449,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1890429494',73.34142187500001,-99.11457812500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7450,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1895928034',154.5165,-89.007953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7451,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1899528146',121.235534375,-147.70965625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7452,1901,NULL,1,1903,1,'Boko Bat','GameID: -190581171',160.187546875,-155.97201562499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7453,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1918906707',153.88162499999999,-123.5591015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7454,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -1921728577',177.40925,-112.99215625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7455,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1924007590',179.95790625,-163.88765625000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7456,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: -1928775814',183.998453125,-115.7457328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7457,1901,NULL,1,1903,1,'Torch','GameID: -1928787820',114,-154.109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7458,1901,NULL,1,1903,1,'Boko Spear','GameID: -1929057619',102.65334375,-114.67999375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7459,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -192970825',112.432190625,-140.8666375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7460,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1943719360',177.43653125,-105.8734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7461,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1948117438',172.19606249999998,-181.942890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7462,1901,NULL,1,1903,1,'Torch','GameID: -1955584820',95.18467187499999,-136.44910625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7463,1901,NULL,1,1903,1,'Boat Oar','GameID: -1961755892',174.6818125,-181.386578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7464,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1978479511',177.114265625,-83.986390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7465,1901,NULL,1,1903,1,'Lizal Spear','GameID: -1980608888',127.3564453125,-174.6169375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7466,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: -1981549783',101.0859375,-116.0546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7467,1901,NULL,1,1903,1,'Tree Branch','GameID: -1983010700',130.6441296875,-91.742578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7468,1901,NULL,1,1903,1,'Dragonbone Boko Bat','GameID: -1986346650',97.53340625,-104.1424375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7469,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -2005086973',183.987609375,-115.826684375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7470,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -2012105550',72.701296875,-111.849265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7471,1901,NULL,1,1903,1,'Torch','GameID: -2017938127',113.371875,-157.378125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7472,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -2022854170',164.57828125,-158.539328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7473,1901,NULL,1,1903,1,'Boko Spear','GameID: -2024881231',113.2605609375,-158.5083125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7474,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -2025054876',84.49471875,-164.656515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7475,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: -2032613911',127.22003984374999,-174.6358125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7476,1901,NULL,1,1903,1,'Boko Club','GameID: -2035526844',131.6194171875,-148.16192187500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7477,1901,NULL,1,1903,1,'Korok Leaf','GameID: -2039797837',111.6988125,-159.182171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7478,1901,NULL,1,1903,1,'Thunderblade','GameID: -2046880590',124.0264203125,-116.1368796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7479,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -2047393530',68.297125,-174.691625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7480,1901,NULL,1,1903,1,'Korok Leaf','GameID: -2048068532',133.696003125,-94.024625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7481,1901,NULL,1,1903,1,'Tree Branch','GameID: -2048912784',112.6872171875,-156.13457812500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7482,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -2058516725',169.05921875,-159.70079687499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7483,1901,NULL,1,1903,1,'Bokoblin Arm','GameID: -2063193625',121.1243484375,-145.4531875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7484,1901,NULL,1,1903,1,'Wooden Mop','GameID: -2066293153',180.636265625,-160.315140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7485,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -2070195298',194.998609375,-115.586715625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7486,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -2076271146',179.858375,-121.149165625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7487,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -2077761664',152.272375,-88.423328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7488,1901,NULL,1,1903,1,'Great Flameblade','GameID: -2079323183',152.732,-70.79921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7489,1901,NULL,1,1903,1,'Dragonbone Boko Club','GameID: -2085133097',97.532390625,-104.11721875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7490,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -2093118133',137.5187984375,-137.2521671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7491,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -2095321233',78.786125,-81.38653125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7492,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -2096796949',128.037231453125,-158.2005625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7493,1901,NULL,1,1903,1,'Torch','GameID: -2101030001',133.727440625,-79.285359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7494,1901,NULL,1,1903,1,'Tree Branch','GameID: -2102213957',112.495678125,-155.594140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7495,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -2104793552',112.06875,-159.9375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7496,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -2104955177',179.338109375,-162.009546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7497,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -2106370504',126.96160890625,-130.04400625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7498,1901,NULL,1,1903,1,'Moblin Spear','GameID: -210775437',70.0859375,-155.0703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7499,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -2113600878',99.0571875,-115.876696875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7500,1901,NULL,1,1903,1,'Torch','GameID: -2123398858',135.0734703125,-78.47367187500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7501,1901,NULL,1,1903,1,'Gerudo Scimitar','GameID: -2124930147',77.151703125,-168.59562499999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7502,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -2138212130',92.38153125,-98.2840625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7503,1901,NULL,1,1903,1,'Torch','GameID: -2145064319',134.76465625,-78.8065625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7504,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -216075764',136.09189375,-182.3699375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7505,1901,NULL,1,1903,1,'Golden Claymore','GameID: -221889703',100.143890625,-182.307765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7506,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: -222236948',142.10847343749998,-108.932171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7507,1901,NULL,1,1903,1,'Boko Spear','GameID: -227114879',162.25553125,-124.2375984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7508,1901,NULL,1,1903,1,'Boko Spear','GameID: -230887573',177.080546875,-135.4527640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7509,1901,NULL,1,1903,1,'Tree Branch','GameID: -237321899',130.6671875,-91.4234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7510,1901,NULL,1,1903,1,'Boko Club','GameID: -240426030',135.52671875,-152.700203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7511,1901,NULL,1,1903,1,'Zora Spear','GameID: -2425283',172.462859375,-125.9898953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7512,1901,NULL,1,1903,1,'Spiked Boko Spear','GameID: -253104928',71.720453125,-113.712959375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7513,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -269382519',125.4145390625,-114.551646875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7514,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -273626928',100.201078125,-101.833640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7515,1901,NULL,1,1903,1,'Throwing Spear','GameID: -274555979',150.8168125,-158.09821875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7516,1901,NULL,1,1903,1,'Torch','GameID: -281488755',198.60025000000002,-78.69196875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7517,1901,NULL,1,1903,1,'Torch','GameID: -282951133',133.85097187500003,-77.772609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7518,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -298358407',157.084515625,-141.70986875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7519,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -301995500',72.9740625,-111.370609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7520,1901,NULL,1,1903,1,'Soup Ladle','GameID: -309683751',135.93840156250002,-182.024578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7521,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -322877966',101.471390625,-115.864709375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7522,1901,NULL,1,1903,1,'Tree Branch','GameID: -323551383',199.01646875,-182.650984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7523,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -339282338',58.21484375,-167.27417187499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7524,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -346284207',115.3865203125,-162.972078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7525,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -347273789',125.02199375000001,-114.61004375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7526,1901,NULL,1,1903,1,'Gerudo Spear','GameID: -360400454',68.87328124999999,-154.196671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7527,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -361169502',116.8643796875,-134.6585078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7528,1901,NULL,1,1903,1,'Tree Branch','GameID: -371564686',111.45078125,-156.2051875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7529,1901,NULL,1,1903,1,'Dragonbone Moblin Club','GameID: -372687084',84.062484375,-83.186171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7530,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -373123019',153.55068749999998,-86.704578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7531,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: -37984612',75.56490625,-86.465296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7532,1901,NULL,1,1903,1,'Tree Branch','GameID: -38975352',134.50944062499997,-95.08596875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7533,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -390376677',139.6800390625,-105.16248437499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7534,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -406232386',56.399984375,-168.51975,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7535,1901,NULL,1,1903,1,'Farming Hoe','GameID: -412276599',97.5703125,-133.6296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7536,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -422413341',155.42960937499998,-158.520875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7537,1901,NULL,1,1903,1,'Tree Branch','GameID: -434617742',199.246890625,-184.41581250000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7538,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -446401388',115.84375,-163.21875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7539,1901,NULL,1,1903,1,'Soup Ladle','GameID: -448947807',139.0791375,-126.85103296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7540,1901,NULL,1,1903,1,'Zora Spear','GameID: -472922325',179.829421875,-119.89621875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7541,1901,NULL,1,1903,1,'Boko Club','GameID: -47549484',142.93163125,-153.403734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7542,1901,NULL,1,1903,1,'Torch','GameID: -478376866',134.74658593750002,-78.812890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7543,1901,NULL,1,1903,1,'Tree Branch','GameID: -482535378',130.6796875,-91.5625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7544,1901,NULL,1,1903,1,'Boko Spear','GameID: -483975307',170.051328125,-124.657315625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7545,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -501868030',113.610409375,-157.247328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7546,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -505369544',122.59375,-120.1953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7547,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -511177510',125.187796875,-114.440640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7548,1901,NULL,1,1903,1,'Double Axe','GameID: -513605224',189.442125,-103.1149375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7549,1901,NULL,1,1903,1,'Boko Bat','GameID: -522926179',142.86985625,-153.426734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7550,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -524351929',127.53253203124999,-167.47521875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7551,1901,NULL,1,1903,1,'Throwing Spear','GameID: -52480789',122.500125,-152.60853125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7552,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -545917490',119.017334375,-150.17340625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7553,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -552605808',178.67932812499998,-105.26184375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7554,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -554194317',119.401875,-150.254875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7555,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -56697563',107.587640625,-98.30475,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7556,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -567987960',163.9875625,-76.06271875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7557,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -574750147',195.672453125,-137.352590625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7558,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: -583339763',101.91928125,-88.325859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7559,1901,NULL,1,1903,1,'Boko Spear','GameID: -583742834',202.230578125,-96.61615625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7560,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -584032144',108.04284375,-79.214390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7561,1901,NULL,1,1903,1,'Torch','GameID: -589169071',70.928359375,-148.94048437499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7562,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -597049759',138.87353593749998,-140.1495359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7563,1901,NULL,1,1903,1,'Torch','GameID: -598853137',135.40803125,-78.468046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7564,1901,NULL,1,1903,1,'Boko Spear','GameID: -607502422',160.3008125,-127.13670390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7565,1901,NULL,1,1903,1,'Torch','GameID: -60768782',157.60482812499998,-143.1334421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7566,1901,NULL,1,1903,1,'Eightfold Blade','GameID: -608331474',153.67728125,-143.0955296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7567,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -608419805',106.575265625,-132.59371875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7568,1901,NULL,1,1903,1,'Lizal Spear','GameID: -610182117',142.85625,-103.9234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7569,1901,NULL,1,1903,1,'Torch','GameID: -617212054',135.4015953125,-78.813171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7570,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -618926688',118.2516703125,-115.63338125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7571,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: -623533383',177.4171875,-112.990625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7572,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -625112089',165.835921875,-91.96982812499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7573,1901,NULL,1,1903,1,'Boko Club','GameID: -62887672',125.53125,-175.078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7574,1901,NULL,1,1903,1,'Throwing Spear','GameID: -632295892',138.86114062500002,-155.20959375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7575,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -633850335',126.36151093750001,-152.78778125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7576,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -633988060',54.329046875,-160.0465625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7577,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -655035311',71.86940625,-167.933140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7578,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -662669469',121.5800140625,-114.7196328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7579,1901,NULL,1,1903,1,'Torch','GameID: -675303009',177.192515625,-101.925703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7580,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -686384153',107.323953125,-132.0190296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7581,1901,NULL,1,1903,1,'Boko Spear','GameID: -692552646',202.18843750000002,-96.611453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7582,1901,NULL,1,1903,1,'Tree Branch','GameID: -692690137',112.94156406249999,-156.5854375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7583,1901,NULL,1,1903,1,'Dragonbone Moblin Club','GameID: -696154008',86.055109375,-151.96675,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7584,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -702449629',56.288546874999994,-168.59209375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7585,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -704950005',180.0681875,-104.796203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7586,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -705526300',72.572015625,-111.905265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7587,1901,NULL,1,1903,1,'Boat Oar','GameID: -717528503',172.66521875,-181.818796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7588,1901,NULL,1,1903,1,'Boko Spear','GameID: -721772650',160.288546875,-128.539465,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7589,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -722627562',52.80565625,-165.936421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7590,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -723503087',163.99059375000002,-76.027375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7591,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -725832862',189.78412500000002,-102.292125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7592,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -750054172',100.0875,-115.9296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7593,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -753809501',84.58065625,-162.79735937499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7594,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -753986473',103.45228125,-99.94276562499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7595,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -757713889',172.739890625,-162.131359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7596,1901,NULL,1,1903,1,'Soup Ladle','GameID: -773605529',76.758171875,-168.129140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7597,1901,NULL,1,1903,1,'Boko Club','GameID: -781931095',200.44412499999999,-186.466984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7598,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -784609149',128.171325625,-152.132015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7599,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: -789964900',178.32514062500002,-129.303080625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7600,1901,NULL,1,1903,1,'Boko Spear','GameID: -791760798',150.95125000000002,-158.16271875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7601,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -793222083',96.0079375,-129.0486440625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7602,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -806609224',199.88818750000002,-118.4649578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7603,1901,NULL,1,1903,1,'Fire Rod','GameID: -806928591',135.0766484375,-79.81628125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7604,1901,NULL,1,1903,1,'Torch','GameID: -808598810',174.761875,-181.419734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7605,1901,NULL,1,1903,1,'Boat Oar','GameID: -818554303',172.703453125,-181.939,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7606,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -81945964',106.1476875,-148.264796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7607,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -826405274',105.9940625,-147.508390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7608,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: -833959343',173.752828125,-167.241875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7609,1901,NULL,1,1903,1,'Boko Club','GameID: -838384835',117.7782265625,-162.170265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7610,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -839473833',58.688515624999994,-163.316671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7611,1901,NULL,1,1903,1,'Dragonbone Boko Club','GameID: -842429976',141.49062187500002,-101.84653125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7612,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -842940338',164.516359375,-105.03984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7613,1901,NULL,1,1903,1,'Spiked Boko Bat','GameID: -854868122',141.553234375,-101.735046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7614,1901,NULL,1,1903,1,'Torch','GameID: -859874582',155.930484375,-152.284453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7615,1901,NULL,1,1903,1,'Boko Spear','GameID: -860804119',160.30034375,-127.07010078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7616,1901,NULL,1,1903,1,'Boko Club','GameID: -861577787',149.09142187499998,-152.326671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7617,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -864850482',143.01223749999997,-153.33384375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7618,1901,NULL,1,1903,1,'Boko Club','GameID: -873294712',113.9009296875,-162.450171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7619,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -879668983',194.97703124999998,-115.637446875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7620,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -879922430',159.9030625,-158.349546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7621,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -88146834',117.11008125000001,-107.78096875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7622,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -887867381',197.092671875,-117.04608125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7623,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -894071936',155.73681249999998,-133.7789921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7624,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -909347810',144.84057812499998,-122.7218015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7625,1901,NULL,1,1903,1,'Torch','GameID: -918683941',105.22890625,-155.95078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7626,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -922523197',154.1911875,-102.713203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7627,1901,NULL,1,1903,1,'Spiked Moblin Spear','GameID: -923716075',180.859375,-105.11875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7628,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -931683611',73.27868749999999,-111.328546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7629,1901,NULL,1,1903,1,'Boko Spear','GameID: -938397415',154.176671875,-189.410109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7630,1901,NULL,1,1903,1,'Torch','GameID: -940148531',144.1064375,-157.544640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7631,1901,NULL,1,1903,1,'Great Frostblade','GameID: -942009393',125.86254062499998,-112.74288125000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7632,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -943987059',107.6561875,-131.96065,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7633,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -953172199',116.5109859375,-142.27221718750002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7634,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: -955099072',170.246515625,-124.679334375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7635,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -96497640',136.2695375,-182.106296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7636,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -969328517',125.33771875,-114.08876875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7637,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -972306356',152.254453125,-183.208734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7638,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -981519218',92.38125,-114.059375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7639,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -982788455',179.383859375,-104.197796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7640,1901,NULL,1,1903,1,'Wooden Mop','GameID: -984008133',133.1977390625,-145.2791875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7641,1901,NULL,1,1903,1,'Torch','GameID: -995786610',115.5171875,-163.3484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7642,1901,NULL,1,1903,1,'Boko Spear','GameID: -996531338',143.23113750000002,-149.029671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7643,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1002487822',125.26621875,-114.03850625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7644,1901,NULL,1,1903,1,'Flamespear','GameID: 100321491',133.92562656249999,-77.908234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7645,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 100337587',127.28297140624998,-130.432384375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7646,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1003725872',200.824796875,-114.753959375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7647,1901,NULL,1,1903,1,'Boko Spear','GameID: 1008850007',157.92431249999998,-163.77381250000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7648,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1027557987',146.92590625,-134.0567015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7649,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1028410832',154.176203125,-102.734765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7650,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1028776920',56.174953125,-164.58779687499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7651,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1032728867',56.39765625,-160.932359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7652,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1034014322',106.210640625,-122.3354015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7653,1901,NULL,1,1903,1,'Royal Claymore','GameID: 1036024282',72.46875,-111.63592187500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7654,1901,NULL,1,1903,1,'Boko Club','GameID: 1037677709',106.251203125,-159.11587500000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7655,1901,NULL,1,1903,1,'Great Flameblade','GameID: 1038655950',200.60075,-70.22634375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7656,1901,NULL,1,1903,1,'Torch','GameID: 1046727917',187.082203125,-161.113328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7657,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1054903453',165.899234375,-171.217046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7658,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1057524311',133.6906421875,-78.4234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7659,1901,NULL,1,1903,1,'Boko Bat','GameID: 1068968262',200.4656875,-186.480140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7660,1901,NULL,1,1903,1,'Boko Spear','GameID: 1072548040',170.094203125,-124.6644609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7661,1901,NULL,1,1903,1,'Torch','GameID: 1080478767',79.339484375,-148.802078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7662,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1093945475',184.76553125,-160.197578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7663,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: 109426075',143.479584375,-105.265921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7664,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1108524058',118.448603125,-115.8584015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7665,1901,NULL,1,1903,1,'Torch','GameID: 1110933843',139.5693609375,-97.70859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7666,1901,NULL,1,1903,1,'Dragonbone Boko Club','GameID: 1111079703',97.532015625,-104.08687499999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7667,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: 1113055412',83.41959374999999,-79.611484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7668,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1114992135',114.1028734375,-157.808265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7669,1901,NULL,1,1903,1,'Torch','GameID: 1116040178',70.654375,-149.26990625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7670,1901,NULL,1,1903,1,'Boko Spear','GameID: 1128065077',143.2144140625,-148.97621875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7671,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1135692838',121.5794828125,-158.94709375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7672,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1147214610',83.678484375,-164.07878125000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7673,1901,NULL,1,1903,1,'Boko Club','GameID: 1148223985',166.7464375,-163.413546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7674,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1151412900',73.109953125,-111.263640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7675,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1152532368',173.328625,-182.182515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7676,1901,NULL,1,1903,1,'Farming Hoe','GameID: 1152724048',179.877578125,-160.86040624999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7677,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1154531834',143.762515625,-102.438875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7678,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: 1159558445',195.69328124999998,-137.3703015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7679,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 1167637704',97.62184375,-133.275,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7680,1901,NULL,1,1903,1,'Torch','GameID: 1172877291',70.700203125,-149.09310937499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7681,1901,NULL,1,1903,1,'Boko Spear','GameID: 1179121918',123.40816562500001,-147.6105,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7682,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1184503543',171.33239062500002,-169.994203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7683,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1186855975',102.478125,-114.546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7684,1901,NULL,1,1903,1,'Boko Spear','GameID: 1186995313',113.2407625,-158.53254687499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7685,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1187515891',127.62459499999999,-167.34921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7686,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1198226501',199.608140625,-118.040728125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7687,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 1201245983',141.54285781250002,-141.07292343749998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7688,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1202292342',107.01309375,-132.09020625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7689,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 1210450490',100.065625,-115.8796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7690,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1212608971',178.37423437500001,-74.98303125000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7691,1901,NULL,1,1903,1,'Boko Club','GameID: 121505861',149.05421875000002,-152.34521875000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7692,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 122047548',124.815003125,-153.344359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7693,1901,NULL,1,1903,1,'Throwing Spear','GameID: 12345023',132.3806625,-154.08389062499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7694,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1236019577',121.2280421875,-145.565828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7695,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1245650050',106.3005,-122.4367453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7696,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1248142302',168.89765625,-110.35496875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7697,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1250492853',56.345890624999996,-159.283640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7698,1901,NULL,1,1903,1,'Thunderstorm Rod','GameID: 1254937349',199.2471875,-70.580859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7699,1901,NULL,1,1903,1,'Vicious Sickle','GameID: 1261643737',71.025953125,-149.48175,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7700,1901,NULL,1,1903,1,'Torch','GameID: 1268135547',200.65584375,-70.3413125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7701,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1278389905',158.173515625,-143.42574374999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7702,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1293808698',172.50968749999998,-125.9470890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7703,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1294222788',145.27279687499998,-109.693234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7704,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1294248255',179.00243749999998,-162.77381250000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7705,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1300441212',107.47021875,-98.32025,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7706,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1306838444',50.793734375,-162.30196875000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7707,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 131111423',107.5338125,-124.1397703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7708,1901,NULL,1,1903,1,'Cobble Crusher','GameID: 1317605538',153.58657812500002,-82.02871875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7709,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1326019490',190.5785,-174.849890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7710,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1349958830',67.35732812500001,-167.80915625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7711,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1366707485',77.14596875000001,-164.06940625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7712,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1373700145',86.002671875,-165.45126562500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7713,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1383303370',153.856328125,-123.560425,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7714,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1384391352',159.776015625,-158.327953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7715,1901,NULL,1,1903,1,'Torch','GameID: 1387944112',130.159375,-79.153953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7716,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 139371048',158.4645625,-168.72103125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7717,1901,NULL,1,1903,1,'Tree Branch','GameID: 1394597338',134.622496875,-159.8699375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7718,1901,NULL,1,1903,1,'Zora Sword','GameID: 1398824038',179.02,-119.4187796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7719,1901,NULL,1,1903,1,'Tree Branch','GameID: 1399955322',135.356040625,-94.37025,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7720,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1411549357',73.217765625,-111.41278125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7721,1901,NULL,1,1903,1,'Double Axe','GameID: 1429726699',76.701625,-168.544296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7722,1901,NULL,1,1903,1,'Thunderstorm Rod','GameID: 1434622013',166.741046875,-171.534765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7723,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1441392289',159.85620312499998,-158.432921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7724,1901,NULL,1,1903,1,'Double Axe','GameID: 144749449',175.98250000000002,-180.975953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7725,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1448906168',114.5783078125,-144.8851875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7726,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1451707291',78.187328125,-111.328046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7727,1901,NULL,1,1903,1,'Soup Ladle','GameID: 1454847272',106.898453125,-139.945325,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7728,1901,NULL,1,1903,1,'Tree Branch','GameID: 1465431867',168.696765625,-124.0529046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7729,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 1468591707',101.285875,-116.97231875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7730,1901,NULL,1,1903,1,'Soup Ladle','GameID: 1475473118',134.6418875,-94.038765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7731,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 1485032943',193.16287499999999,-93.161890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7732,1901,NULL,1,1903,1,'Torch','GameID: 1491868917',155.353015625,-158.4844375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7733,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1496698408',170.381265625,-75.8286875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7734,1901,NULL,1,1903,1,'Boko Spear','GameID: 1498478900',138.98999218749998,-155.284640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7735,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1507816238',106.117265625,-131.457203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7736,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 151126172',129.23699953125,-151.624265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7737,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1513643559',143.265503125,-106.40721875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7738,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1514781468',140.9558109375,-103.09314062499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7739,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1517240306',163.9490625,-76.03175,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7740,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1517385728',115.8544921875,-142.39141875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7741,1901,NULL,1,1903,1,'Boko Spear','GameID: 1519710189',202.1631875,-96.646953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7742,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1521547542',144.73485937499998,-109.655046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7743,1901,NULL,1,1903,1,'Torch','GameID: 1521734217',71.88559375,-99.726078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7744,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1523865505',82.758109375,-119.3807671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7745,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1535266639',58.054703125,-149.19703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7746,1901,NULL,1,1903,1,'Boko Spear','GameID: 1549041402',177.037984375,-135.4163578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7747,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1552334017',122.4454140625,-152.747765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7748,1901,NULL,1,1903,1,'Boat Oar','GameID: 1556900446',185.63471875,-187.591328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7749,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1565685674',153.094984375,-132.9083203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7750,1901,NULL,1,1903,1,'Boko Club','GameID: 1565859272',69.206734375,-114.1106875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7751,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1570068101',127.2601746875,-130.44814687500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7752,1901,NULL,1,1903,1,'Torch','GameID: 1571873686',132.2031,-80.126234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7753,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1586442302',61.461734375000006,-161.81125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7754,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1587312874',154.18685937499998,-102.72171875000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7755,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 1590954853',174.56046874999998,-181.9740625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7756,1901,NULL,1,1903,1,'Gerudo Scimitar','GameID: 1596317762',68.912359375,-173.17707812499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7757,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 1601676551',79.325609375,-148.78243750000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7758,1901,NULL,1,1903,1,'Boko Spear','GameID: 1602887767',154.1963125,-189.447703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7759,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 1605846467',177.725171875,-101.031375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7760,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1612025419',173.52834375,-160.18734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7761,1901,NULL,1,1903,1,'Ceremonial Trident','GameID: 1617641678',178.3734375,-118.5921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7762,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: 1633864555',89.59134375,-137.272765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7763,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1635415352',73.0390625,-111.2265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7764,1901,NULL,1,1903,1,'Torch','GameID: 1637930170',134.4359375,-79.2625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7765,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1640259547',115.53125,-98.374390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7766,1901,NULL,1,1903,1,'Vicious Sickle','GameID: 1645917618',72.3549375,-149.382,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7767,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1649136016',172.1988125,-161.271078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7768,1901,NULL,1,1903,1,'Boko Spear','GameID: 165822594',172.682046875,-129.40185015625002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7769,1901,NULL,1,1903,1,'Boko Spear','GameID: 1660867908',143.2730703125,-149.0233125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7770,1901,NULL,1,1903,1,'Torch','GameID: 1672688940',114.0156265625,-154.015578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7771,1901,NULL,1,1903,1,'Boko Spear','GameID: 1681809870',123.068903125,-148.025953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7772,1901,NULL,1,1903,1,'Dragonbone Boko Bat','GameID: 1682703764',142.52676875,-101.8754375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7773,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 1685011161',194.23021875,-84.95474999999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7774,1901,NULL,1,1903,1,'Korok Leaf','GameID: 170189656',129.1760846875,-98.791375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7775,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 1702432567',105.3203125,-148.01875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7776,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 17048906',195.26675,-115.62122343749999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7777,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1707213344',125.0110296875,-114.608375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7778,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1714494229',72.489375,-111.77484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7779,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1718002010',154.44579687499998,-138.306640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7780,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 171955666',122.04381875,-114.3434640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7781,1901,NULL,1,1903,1,'Torch','GameID: 1722067734',179.64209375000002,-120.2187984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7782,1901,NULL,1,1903,1,'Tree Branch','GameID: 1732135326',114.8690265625,-156.15678125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7783,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1737878368',113.0201171875,-164.225734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7784,1901,NULL,1,1903,1,'Forest Dweller\'s Sword','GameID: 1749082723',136.8687625,-94.204734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7785,1901,NULL,1,1903,1,'Royal Guard\'s Sword','GameID: 1750182378',125.2822578125,-114.0801984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7786,1901,NULL,1,1903,1,'Wooden Mop','GameID: 1752020925',177.308921875,-101.696296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7787,1901,NULL,1,1903,1,'Boko Club','GameID: 1756509703',142.9099171875,-153.415109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7788,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1757264564',102.478125,-114.565625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7789,1901,NULL,1,1903,1,'Great Thunderblade','GameID: 1759865226',68.135265625,-107.290625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7790,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 1767031697',177.370796875,-101.136890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7791,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 1770685778',138.696640625,-70.104515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7792,1901,NULL,1,1903,1,'Boko Spear','GameID: 177207181',157.97796875,-163.82653125000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7793,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1782056780',114.3897703125,-132.14325,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7794,1901,NULL,1,1903,1,'Royal Claymore','GameID: 1787002457',141.67350625,-102.961640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7795,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1791471750',140.1908203125,-102.64453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7796,1901,NULL,1,1903,1,'Soup Ladle','GameID: 1791960524',56.210968750000006,-169.359625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7797,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1797798192',122.494859375,-152.567015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7798,1901,NULL,1,1903,1,'Boat Oar','GameID: 1801719534',167.6409375,-189.245140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7799,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1807641619',120.5206328125,-147.9561875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7800,1901,NULL,1,1903,1,'Boko Bat','GameID: 1812839565',135.54437812499998,-152.73303125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7801,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: 1818521644',100.0125,-115.7890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7802,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1824032073',159.1626875,-136.53235781249998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7803,1901,NULL,1,1903,1,'Moonlight Scimitar','GameID: 1825436865',68.73498437500001,-154.122984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7804,1901,NULL,1,1903,1,'Blizzard Rod','GameID: 1828295553',120.786559375,-111.390421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7805,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1831413168',65.555890625,-172.71532812499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7806,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1837152091',84.46971875,-162.30181249999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7807,1901,NULL,1,1903,1,'Boko Spear','GameID: 1839732886',170.03315625,-124.708053125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7808,1901,NULL,1,1903,1,'Forest Dweller\'s Spear','GameID: 1841342358',135.0219796875,-94.26357812500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7809,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 1851909563',102.07128125,-115.065096875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7810,1901,NULL,1,1903,1,'Bokoblin Arm','GameID: 185224578',121.41333125,-145.398328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7811,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1853396883',124.835571875,-153.24225,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7812,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 185366284',155.69390625,-133.89233437500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7813,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1855603921',178.071875,-106.16875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7814,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1856105757',92.73679687500001,-129.437530625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7815,1901,NULL,1,1903,1,'Golden Claymore','GameID: 1857683630',65.91471874999999,-143.1155609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7816,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1859179689',149.20554687499998,-178.2911875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7817,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1862732601',125.1823359375,-114.45996875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7818,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1868468147',122.527284375,-111.41125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7819,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1869898359',154.21540625,-102.70893749999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7820,1901,NULL,1,1903,1,'Boko Spear','GameID: 1871662092',123.3531109375,-147.660125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7821,1901,NULL,1,1903,1,'Torch','GameID: 1873237327',134.759834375,-78.481875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7822,1901,NULL,1,1903,1,'Boko Spear','GameID: 1874563027',157.997171875,-163.787421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7823,1901,NULL,1,1903,1,'Torch','GameID: 1874732902',82.70545312499999,-119.3960359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7824,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1878465865',154.93871875000002,-126.464111875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7825,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 1882970610',162.29525,-187.439203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7826,1901,NULL,1,1903,1,'Tree Branch','GameID: 1892880072',111.84078124999999,-156.86039062499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7827,1901,NULL,1,1903,1,'Double Axe','GameID: 189712426',102.489109375,-87.346984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7828,1901,NULL,1,1903,1,'Tree Branch','GameID: 1900407929',111.539953125,-156.165765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7829,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1901459934',172.466828125,-125.94466875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7830,1901,NULL,1,1903,1,'Tree Branch','GameID: 1910541071',112.9164234375,-156.58807812499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7831,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1916313309',202.7109375,-69.5109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7832,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1916759933',195.231875,-115.400340625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7833,1901,NULL,1,1903,1,'Boko Club','GameID: 1919342319',125.110628125,-174.4560625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7834,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1923414253',107.662296875,-124.2354734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7835,1901,NULL,1,1903,1,'Farming Hoe','GameID: 1928042578',187.117421875,-161.277484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7836,1901,NULL,1,1903,1,'Boko Club','GameID: 1928068136',160.188484375,-155.94678125000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7837,1901,NULL,1,1903,1,'Boko Spear','GameID: 1935432479',202.232921875,-96.672125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7838,1901,NULL,1,1903,1,'Torch','GameID: 1935556204',197.887,-186.358828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7839,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 193754326',182.32096875,-159.63039062500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7840,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1942071887',181.94774999999998,-108.22803125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7841,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1944652323',153.280390625,-132.62451249999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7842,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1946556624',144.89892187499998,-122.8440296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7843,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1963450847',95.965109375,-132.7193,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7844,1901,NULL,1,1903,1,'Boko Spear','GameID: 1965077930',177.112703125,-135.42510625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7845,1901,NULL,1,1903,1,'Tree Branch','GameID: 1970982377',158.140359375,-143.61001562500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7846,1901,NULL,1,1903,1,'Boko Spear','GameID: 1973209608',177.103890625,-135.3824390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7847,1901,NULL,1,1903,1,'Boko Spear','GameID: 1973879504',130.6880515625,-152.111625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7848,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1978443500',107.498296875,-97.45715625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7849,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1986938606',100.08921875,-115.892446875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7850,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 1993321627',173.411796875,-126.2626125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7851,1901,NULL,1,1903,1,'Boat Oar','GameID: 1998312778',162.252203125,-187.464109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7852,1901,NULL,1,1903,1,'Royal Guard\'s Claymore','GameID: 2003407569',121.5171875,-111.003640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7853,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 2012498743',151.962484375,-124.9703078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7854,1901,NULL,1,1903,1,'Boko Spear','GameID: 2017664332',198.328265625,-183.3249375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7855,1901,NULL,1,1903,1,'Gerudo Spear','GameID: 2020879773',67.404859375,-174.51096875000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7856,1901,NULL,1,1903,1,'Tree Branch','GameID: 2025527455',111.9901875,-156.32106249999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7857,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 2033979031',72.5390625,-111.925078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7858,1901,NULL,1,1903,1,'Tree Branch','GameID: 2036679395',112.18071875,-157.562734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7859,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 2056071821',165.936953125,-171.93,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7860,1901,NULL,1,1903,1,'Korok Leaf','GameID: 2063791640',129.3569025,-98.774265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7861,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: 2067764370',122.62706562500001,-115.06344375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7862,1901,NULL,1,1903,1,'Double Axe','GameID: 2071528294',144.71474999999998,-109.87121875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7863,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: 2074956857',65.88340625000001,-79.09903125000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7864,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 2081723260',72.149625,-99.458828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7865,1901,NULL,1,1903,1,'Torch','GameID: 208415607',154.49256250000002,-168.2135625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7866,1901,NULL,1,1903,1,'Boat Oar','GameID: 2090510651',175.60159375,-185.13796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7867,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 2112670695',129.2724609375,-151.525328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7868,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 2116328295',72.453125,-111.792265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7869,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 2121293970',124.0234375,-121.6796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7870,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 2123828106',63.466953125,-168.34315625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7871,1901,NULL,1,1903,1,'Stone Smasher','GameID: 2125878384',125.174096875,-111.43964062500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7872,1901,NULL,1,1903,1,'Boko Club','GameID: 2128844072',167.192796875,-156.51425,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7873,1901,NULL,1,1903,1,'Tree Branch','GameID: 2141441599',199.159296875,-183.32975,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7874,1901,NULL,1,1903,1,'Double Axe','GameID: 227161167',168.606375,-109.908921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7875,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 239019860',69.902984375,-111.82249999999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7876,1901,NULL,1,1903,1,'Tree Branch','GameID: 272201992',114.2905453125,-156.6336875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7877,1901,NULL,1,1903,1,'Boko Spear','GameID: 279360433',143.288275,-148.982484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7878,1901,NULL,1,1903,1,'Boko Spear','GameID: 282914900',198.2918125,-183.39075,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7879,1901,NULL,1,1903,1,'Boko Club','GameID: 283800169',200.4186875,-186.450484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7880,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 29985905',76.686390625,-167.80989062499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7881,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 311374230',164.00968749999998,-76.04273437500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7882,1901,NULL,1,1903,1,'Torch','GameID: 314609705',131.58464062500002,-80.04040624999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7883,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 319295042',109.309125,-125.1663890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7884,1901,NULL,1,1903,1,'Boko Spear','GameID: 325091086',102.644609375,-114.6593578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7885,1901,NULL,1,1903,1,'Boat Oar','GameID: 335700083',197.890890625,-185.0515,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7886,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 33902432',178.590625,-105.3625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7887,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 341487003',144.694078125,-122.7723875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7888,1901,NULL,1,1903,1,'Boko Spear','GameID: 34181678',197.841390625,-186.30828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7889,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 346005870',82.657234375,-119.20475625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7890,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: 351084550',116.35625,-72.45625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7891,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 358434845',97.4734375,-132.859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7892,1901,NULL,1,1903,1,'Boko Spear','GameID: 361228444',154.221796875,-189.3769375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7893,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 379806432',63.197984375000004,-165.131984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7894,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 385316526',127.2510934375,-167.3518125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7895,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 389719858',133.54461406250002,-144.771875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7896,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 391527232',149.4606875,-178.446140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7897,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 39639157',138.33544999999998,-107.435,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7898,1901,NULL,1,1903,1,'Tree Branch','GameID: 404092506',198.55867187500002,-185.366890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7899,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 407517327',163.9635,-76.050484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7900,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 407627143',165.955875,-171.116765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7901,1901,NULL,1,1903,1,'Silver Longsword','GameID: 409100399',180.083671875,-119.72132500000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7902,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 419184373',106.0221875,-131.954353125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7903,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 421260041',138.384521875,-140.3257453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7904,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 434112131',146.896734375,-134.142028125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7905,1901,NULL,1,1903,1,'Double Axe','GameID: 436408984',69.553125,-143.5625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7906,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 438454197',178.7421875,-105.058109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7907,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 44389227',59.140390624999995,-165.345875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7908,1901,NULL,1,1903,1,'Boko Bat','GameID: 453676059',131.58525937500002,-148.17684375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7909,1901,NULL,1,1903,1,'Boko Spear','GameID: 457986179',172.639953125,-129.40644453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7910,1901,NULL,1,1903,1,'Torch','GameID: 459777025',132.192965625,-80.103390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7911,1901,NULL,1,1903,1,'Boko Bat','GameID: 46068049',123.6670625,-147.589515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7912,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 463028272',108.02990625,-95.638734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7913,1901,NULL,1,1903,1,'Drillshaft','GameID: 472713211',158.41870312499998,-93.57434375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7914,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 480954384',144.240125,-157.602265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7915,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 485161632',68.95565625,-173.29309375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7916,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 485215461',50.79670312499999,-161.054390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7917,1901,NULL,1,1903,1,'Great Flameblade','GameID: 48940628',110.614265625,-134.6284484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7918,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 493588007',140.235725,-103.22521875000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7919,1901,NULL,1,1903,1,'Great Flameblade','GameID: 507370149',123.808715625,-109.9795,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7920,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 513250660',178.390625,-128.9453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7921,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 516105193',164.458921875,-158.46837499999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7922,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 518102224',153.52859375,-160.02715625000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7923,1901,NULL,1,1903,1,'Tree Branch','GameID: 519444861',113.3112484375,-154.95834374999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7924,1901,NULL,1,1903,1,'Dragonbone Moblin Club','GameID: 540703076',79.353390625,-148.82321875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7925,1901,NULL,1,1903,1,'Tree Branch','GameID: 543131565',168.72725,-123.8042140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7926,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 555325803',78.052390625,-111.31628125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7927,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 579469106',76.852328125,-100.781421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7928,1901,NULL,1,1903,1,'Korok Leaf','GameID: 582435023',61.711468749999995,-93.602984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7929,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 586077751',159.7270625,-158.273578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7930,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 59463247',100.003515625,-101.73935937499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7931,1901,NULL,1,1903,1,'Boko Club','GameID: 60256358',108.937171875,-153.744125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7932,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 608883353',54.333625,-162.17103125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7933,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 617433136',135.46996875000002,-96.17878125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7934,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 619736918',151.59814062499998,-139.7849734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7935,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 623919826',149.481703125,-178.435421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7936,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 625771197',112.95599375,-141.50445625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7937,1901,NULL,1,1903,1,'Torch','GameID: 62821711',68.046453125,-174.022,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7938,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 64468660',114.320190625,-132.08148125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7939,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 644971915',73.256671875,-165.136171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7940,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 652708931',120.5991828125,-151.601625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7941,1901,NULL,1,1903,1,'Lizal Tri-Boomerang','GameID: 65380107',86.929265625,-85.5851875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7942,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 655630567',115.6121828125,-98.25384375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7943,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 669451613',125.038646875,-114.60378593749999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7944,1901,NULL,1,1903,1,'Torch','GameID: 68430968',133.43930625000002,-77.88417187499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7945,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 684324395',137.110290625,-137.054321875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7946,1901,NULL,1,1903,1,'Torch','GameID: 692636644',135.39463593750003,-78.47040625000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7947,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 695143272',167.778609375,-107.6185,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7948,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 697126769',181.432140625,-120.51145625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7949,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 701709299',174.596265625,-181.9474375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7950,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 715236419',122.69708281249999,-154.4611875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7951,1901,NULL,1,1903,1,'Boko Club','GameID: 715941349',108.92946875,-153.72375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7952,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 715992487',97.380890625,-133.1125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7953,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 718975380',173.1930625,-126.276815625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7954,1901,NULL,1,1903,1,'Boko Club','GameID: 721741992',126.0163921875,-146.413390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7955,1901,NULL,1,1903,1,'Boko Club','GameID: 726212617',119.09250625,-153.015765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7956,1901,NULL,1,1903,1,'Boko Bat','GameID: 730195154',123.6738046875,-147.62620312500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7957,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 741694981',159.849359375,-158.340359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7958,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: 757206084',125.18635625000002,-114.429028125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7959,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 768516789',110.2870625,-154.291640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7960,1901,NULL,1,1903,1,'Gerudo Scimitar','GameID: 772217572',113.564659375,-181.36925,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7961,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 775426429',125.601628125,-120.0120234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7962,1901,NULL,1,1903,1,'Farming Hoe','GameID: 778349076',181.380125,-160.517703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7963,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 781139463',119.1621515625,-150.986171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7964,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: 784633565',109.27668750000001,-125.1480125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7965,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 785177218',100.7071875,-114.5516828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7966,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 802292516',140.063225,-102.41771875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7967,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 802496562',193.3375,-93.1810625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7968,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 806947824',104.314515625,-150.982,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7969,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 808409901',52.8053125,-158.11203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7970,1901,NULL,1,1903,1,'Fire Rod','GameID: 809871254',133.629703125,-77.28435937500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7971,1901,NULL,1,1903,1,'Torch','GameID: 811211574',144.18293749999998,-110.171046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7972,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 814952937',65.076015625,-170.311984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7973,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 816756448',106.894265625,-132.01729843750002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7974,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 821676895',123.9472890625,-153.54373437499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7975,1901,NULL,1,1903,1,'Tree Branch','GameID: 831263988',199.59940625000002,-182.4668125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7976,1901,NULL,1,1903,1,'Tree Branch','GameID: 835024154',112.511971875,-153.892359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7977,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 846743701',118.095940625,-116.0067515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7978,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 849503904',79.3018125,-118.6503265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7979,1901,NULL,1,1903,1,'Golden Claymore','GameID: 853939404',93.328015625,-137.265459375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7980,1901,NULL,1,1903,1,'Korok Leaf','GameID: 85535898',135.4011859375,-94.792109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7981,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 858164246',154.396359375,-159.66535937499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7982,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 860762412',142.138590625,-108.9358125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7983,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 862223036',139.0732125,-126.7213584375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7984,1901,NULL,1,1903,1,'Lizal Spear','GameID: 863043235',172.46548437500002,-126.02106875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7985,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 872421342',56.157140625,-167.0624375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7986,1901,NULL,1,1903,1,'Torch','GameID: 874088710',162.189578125,-124.307325,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7987,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: 881840419',195.71590625,-137.3994078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7988,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 895942674',106.75675,-140.00897656249998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7989,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 902293433',153.58371875,-82.03759375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7990,1901,NULL,1,1903,1,'Boko Club','GameID: 904013311',166.77224999999999,-163.38725,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7991,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 90961557',154.887875,-138.10180624999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7992,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 916701448',116.690490625,-142.1258546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7993,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 919109892',88.11659374999999,-176.167953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7994,1901,NULL,1,1903,1,'Fire Rod','GameID: 91923013',135.2109375,-78.6455625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7995,1901,NULL,1,1903,1,'Tree Branch','GameID: 919943336',134.413440625,-94.60551562500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7996,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 920902179',201.01415624999998,-69.72159375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7997,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 926437243',179.940578125,-163.713953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7998,1901,NULL,1,1903,1,'Royal Guard\'s Sword','GameID: 926749202',126.9074478125,-112.67934062500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (7999,1901,NULL,1,1903,1,'Torch','GameID: 932210875',81.931078125,-78.991265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8000,1901,NULL,1,1903,1,'Torch','GameID: 947616289',150.8755625,-158.10415625000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8001,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 949044769',155.71646875,-158.1195625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8002,1901,NULL,1,1903,1,'Tree Branch','GameID: 94985308',168.530875,-123.96422187499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8003,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 951159655',153.193078125,-132.49293749999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8004,1901,NULL,1,1903,1,'Boko Spear','GameID: 957629606',198.2854375,-183.31689062499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8005,1901,NULL,1,1903,1,'Edge of Duality','GameID: 959777623',68.80654687500001,-154.16275000000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8006,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 97837659',95.14146875,-136.4145296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8007,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 987072729',80.681640625,-91.38171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8008,1901,NULL,1,1903,1,'Torch','GameID: 988022808',104.984203125,-147.61540625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8323,1901,NULL,1,1904,1,'Duplex Bow','GameID: -1208101314',70.80449999999999,-149.0920625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8324,1901,NULL,1,1904,1,'Golden Bow','GameID: -1247954958',68.8269375,-154.17171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8325,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: -1253872741',121.2828671875,-114.1502109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8326,1901,NULL,1,1904,1,'Forest Dweller\'s Bow','GameID: -1372661942',160.255140625,-130.48101406249998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8327,1901,NULL,1,1904,1,'Swallow Bow','GameID: -1463240530',68.7323125,-91.683484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8328,1901,NULL,1,1904,1,'Wooden Bow','GameID: -1528017988',165.931453125,-171.7865,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8329,1901,NULL,1,1904,1,'Lizal Bow','GameID: -1537886601',173.226125,-126.29474375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8330,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: -1548940377',125.1850328125,-114.41325625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8331,1901,NULL,1,1904,1,'Wooden Bow','GameID: -156796630',133.2788703125,-157.899109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8332,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: -1568736028',143.0922625,-105.21042187500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8333,1901,NULL,1,1904,1,'Golden Bow','GameID: -1746035112',69.3265625,-163.38546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8334,1901,NULL,1,1904,1,'Wooden Bow','GameID: -1874583050',156.641046875,-144.35378125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8335,1901,NULL,1,1904,1,'Falcon Bow','GameID: -1945586434',121.552253125,-114.6986921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8336,1901,NULL,1,1904,1,'Wooden Bow','GameID: -2012231899',124.043740625,-154.31175000000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8337,1901,NULL,1,1904,1,'Royal Guard\'s Bow','GameID: -20506639',124.9710515625,-114.605221875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8338,1901,NULL,1,1904,1,'Wooden Bow','GameID: -2084161313',121.407409375,-124.3244015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8339,1901,NULL,1,1904,1,'Bow of Light','GameID: -2116711615',124.0177359375,-134.5588078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8340,1901,NULL,1,1904,1,'Silver Bow','GameID: -2331761',180.21548437500002,-120.7862859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8341,1901,NULL,1,1904,1,'Boko Bow','GameID: -261319989',167.211234375,-156.54703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8342,1901,NULL,1,1904,1,'Golden Bow','GameID: -431095333',66.579390625,-173.79859375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8343,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: -45374075',124.9921875,-119.7890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8344,1901,NULL,1,1904,1,'Spiked Boko Bow','GameID: -482894204',151.95,-125.509378125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8345,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: -526362301',169.049203125,-159.700078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8346,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: -601460021',200.82678125,-107.597203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8347,1901,NULL,1,1904,1,'Wooden Bow','GameID: -638581719',137.286071875,-163.266046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8348,1901,NULL,1,1904,1,'Wooden Bow','GameID: -706614576',150.33496875,-130.32739218749998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8349,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: -737913422',100.513828125,-116.6127484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8350,1901,NULL,1,1904,1,'Duplex Bow','GameID: -749233471',73.149078125,-148.270421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8351,1901,NULL,1,1904,1,'Wooden Bow','GameID: -881376830',101.996578125,-148.41259374999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8352,1901,NULL,1,1904,1,'Wooden Bow','GameID: -894837653',133.43927031249999,-160.58276562499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8353,1901,NULL,1,1904,1,'Wooden Bow','GameID: -951487490',133.0087890625,-158.20276562499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8354,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1098631094',121.183959375,-147.806515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8355,1901,NULL,1,1904,1,'Lizal Bow','GameID: 1235050403',170.284046875,-124.681853125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8356,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1265908210',174.825078125,-161.046625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8357,1901,NULL,1,1904,1,'Forest Dweller\'s Bow','GameID: 1278332844',136.8753765625,-94.169609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8358,1901,NULL,1,1904,1,'Boko Bow','GameID: 1376842377',113.8447546875,-162.466,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8359,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1440538914',140.025634375,-127.7941284375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8360,1901,NULL,1,1904,1,'Boko Bow','GameID: 1474635068',117.7476015625,-162.192109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8361,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 1529216882',82.74967187499999,-119.366196875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8362,1901,NULL,1,1904,1,'Boko Bow','GameID: 1557656313',119.11755625,-153.043828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8363,1901,NULL,1,1904,1,'Royal Bow','GameID: 1587619363',120.8140625,-111.355203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8364,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: 1790118271',198.74375,-69.5234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8365,1901,NULL,1,1904,1,'Wooden Bow','GameID: 179645897',114.562621875,-144.66821875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8366,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1806973813',173.52209375,-167.225703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8367,1901,NULL,1,1904,1,'Royal Bow','GameID: 1839855609',124.664071875,-111.564578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8368,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 1878496234',113.9171875,-154.1140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8369,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 1917941768',199.23193750000002,-70.63134375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8370,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 1974182254',166.67112500000002,-124.72699375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8371,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 1986588683',104.08175,-99.92059375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8372,1901,NULL,1,1904,1,'Wooden Bow','GameID: 2045557689',113.09814375,-141.58081093750002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8373,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 2138882423',178.893140625,-105.45453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8374,1901,NULL,1,1904,1,'Royal Guard\'s Bow','GameID: 277043031',123.15234375,-112.439578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8375,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: 304950860',115.8515625,-72.765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8376,1901,NULL,1,1904,1,'Royal Bow','GameID: 362320067',126.134375,-114.825515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8377,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 436518968',169.44503125,-122.6250921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8378,1901,NULL,1,1904,1,'Golden Bow','GameID: 504971724',99.75928125,-182.2203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8379,1901,NULL,1,1904,1,'Swallow Bow','GameID: 574340301',71.52134375,-100.00578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8380,1901,NULL,1,1904,1,'Strengthened Lizal Bow','GameID: 596868754',69.7328125,-166.5078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8381,1901,NULL,1,1904,1,'Wooden Bow','GameID: 834595535',194.083375,-84.68328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8382,1901,NULL,1,1904,1,'Wooden Bow','GameID: 894150865',154.79053125000002,-138.149109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8383,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 900840757',152.41296875,-183.40031249999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8384,1901,NULL,1,1904,1,'Royal Bow','GameID: 910258361',124.0595703125,-116.420828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8385,1901,NULL,1,1904,1,'Strengthened Lizal Bow','GameID: 941765605',68.65625,-166.7921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8386,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1048271668',137.55023125,-163.3645625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8387,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1182051725',64.88740625,-86.173671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8388,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1227330639',64.887828125,-86.153765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8389,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1242560494',139.10300781249998,-126.70986296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8390,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1251761992',181.150828125,-161.575078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8391,1901,NULL,1,1905,1,'Boko Shield','GameID: -1286732828',108.94248437499999,-153.75660937499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8392,1901,NULL,1,1905,1,'Lizal Shield','GameID: -129979528',173.412484375,-126.2759375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8393,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1312613939',101.91265625,-88.2976875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8394,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1319423102',182.266359375,-91.02032812499999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8395,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1328659486',109.822875,-133.979796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8396,1901,NULL,1,1905,1,'Pot Lid','GameID: -1330670380',154.561046875,-168.245484375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8397,1901,NULL,1,1905,1,'Wooden Shield','GameID: -133337431',116.3452140625,-140.640075,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8398,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1345563680',81.954265625,-78.93890625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8399,1901,NULL,1,1905,1,'Forest Dweller\'s Shield','GameID: -1394067894',135.01787812499998,-94.251046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8400,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1400933244',171.486140625,-169.918578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8401,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1431546067',142.1517875,-108.93712500000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8402,1901,NULL,1,1905,1,'Royal Guard\'s Shield','GameID: -1452801346',125.18850312499998,-114.394584375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8403,1901,NULL,1,1905,1,'Reinforced Lizal Shield','GameID: -1457067086',195.7206875,-137.40616875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8404,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1493021426',126.8466796875,-129.41223140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8405,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -1518772681',70.026390625,-72.248578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8406,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -1544253651',122.5535390625,-111.37628125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8407,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1554178601',154.9625625,-126.45935375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8408,1901,NULL,1,1905,1,'Royal Guard\'s Shield','GameID: -1572386751',125.2648734375,-110.43879687500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8409,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1575767121',176.7390625,-105.584375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8410,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1614235187',120.7732703125,-114.6030453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8411,1901,NULL,1,1905,1,'Rusty Shield','GameID: -161646282',134.4693609375,-121.5640875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8412,1901,NULL,1,1905,1,'Rusty Shield','GameID: -164517922',122.1603,-114.4547625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8413,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1667071123',80.6914375,-91.39346875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8414,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1683572657',103.295390625,-162.36767187499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8415,1901,NULL,1,1905,1,'Gerudo Shield','GameID: -1687468249',78.188453125,-161.88378125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8416,1901,NULL,1,1905,1,'Rusty Shield','GameID: -169950776',122.74093125,-114.83660625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8417,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1709067536',152.02445312499998,-183.316421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8418,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1716118313',150.38140625,-130.19311562500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8419,1901,NULL,1,1905,1,'Pot Lid','GameID: -1720288109',135.8892703125,-182.014296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8420,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1722573979',123.53729218750001,-155.005734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8421,1901,NULL,1,1905,1,'Pot Lid','GameID: -1741105378',113.11968125,-158.616203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8422,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1809136724',154.431484375,-159.60515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8423,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -1820722577',99.9765625,-115.8578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8424,1901,NULL,1,1905,1,'Silver Shield','GameID: -1832483305',179.01384375,-119.4291953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8425,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1837965605',106.07596875,-131.452434375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8426,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1873860028',120.36901875,-151.714171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8427,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1881125588',184.00334375,-115.7728015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8428,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: -1886851065',81.82314062500001,-78.850171875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8429,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1892088221',169.06553125,-159.71165625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8430,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1901069606',129.120910625,-151.02234375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8431,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1955756537',81.85970312500001,-78.81937500000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8432,1901,NULL,1,1905,1,'Rusty Shield','GameID: -196016014',127.8907470625,-129.7412109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8433,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1964349373',109.32075,-125.1727734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8434,1901,NULL,1,1905,1,'Boko Shield','GameID: -1995959192',200.40740625,-186.4435,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8435,1901,NULL,1,1905,1,'Radiant Shield','GameID: -1996261810',68.85445312499999,-154.153359375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8436,1901,NULL,1,1905,1,'Rusty Shield','GameID: -2011193563',72.989828125,-111.377765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8437,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -2057081250',81.97345312499999,-78.922078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8438,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: -2101743063',172.96396875,-181.068328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8439,1901,NULL,1,1905,1,'Rusty Shield','GameID: -24285105',166.419953125,-103.276984375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8440,1901,NULL,1,1905,1,'Rusty Shield','GameID: -245745100',168.25953125,-109.326875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8441,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -255836516',106.9295625,-139.9140140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8442,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -269674268',178.021671875,-138.2102828125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8443,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -274683421',124.0390625,-121.671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8444,1901,NULL,1,1905,1,'Wooden Shield','GameID: -29731241',109.64196875,-145.69896875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8445,1901,NULL,1,1905,1,'Wooden Shield','GameID: -306346531',178.367578125,-128.91371953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8446,1901,NULL,1,1905,1,'Rusty Shield','GameID: -33786406',123.759946875,-154.80803125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8447,1901,NULL,1,1905,1,'Hunter\'s Shield','GameID: -401639900',81.92259375,-78.962546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8448,1901,NULL,1,1905,1,'Boko Shield','GameID: -415476034',117.788128125,-162.16023437500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8449,1901,NULL,1,1905,1,'Rusty Shield','GameID: -44164903',64.89518749999999,-86.17065625000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8450,1901,NULL,1,1905,1,'Boko Shield','GameID: -490110709',113.911909375,-162.445375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8451,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -490878519',79.31803124999999,-148.771546875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8452,1901,NULL,1,1905,1,'Hunter\'s Shield','GameID: -493285890',116.303125,-72.9421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8453,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -501435793',152.66,-116.689275,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8454,1901,NULL,1,1905,1,'Rusty Shield','GameID: -533027799',138.8037109375,-140.31695625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8455,1901,NULL,1,1905,1,'Rusty Shield','GameID: -589389339',120.4223015625,-147.96090625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8456,1901,NULL,1,1905,1,'Dragonbone Boko Shield','GameID: -606348010',97.53157812500001,-104.07362499999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8457,1901,NULL,1,1905,1,'Boko Shield','GameID: -640042144',166.74071874999998,-163.41953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8458,1901,NULL,1,1905,1,'Rusty Shield','GameID: -668339409',127.18432609375,-129.6799921875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8459,1901,NULL,1,1905,1,'Rusty Shield','GameID: -691953736',83.861890625,-164.86645312500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8460,1901,NULL,1,1905,1,'Rusty Shield','GameID: -698414214',118.1610265625,-115.5993078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8461,1901,NULL,1,1905,1,'Wooden Shield','GameID: -727720679',114.019165625,-123.0014640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8462,1901,NULL,1,1905,1,'Rusty Shield','GameID: -738621493',106.598640625,-132.577803125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8463,1901,NULL,1,1905,1,'Pot Lid','GameID: -742294805',182.36621875,-161.05915625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8464,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: -777011766',167.11096874999998,-152.02056249999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8465,1901,NULL,1,1905,1,'Wooden Shield','GameID: -802133698',190.445703125,-102.45985937500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8466,1901,NULL,1,1905,1,'Lizal Shield','GameID: -841526951',170.23250000000002,-124.6811515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8467,1901,NULL,1,1905,1,'Rusty Shield','GameID: -897840952',129.5635078125,-99.447390625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8468,1901,NULL,1,1905,1,'Rusty Shield','GameID: -902900705',164.94825,-171.38421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8469,1901,NULL,1,1905,1,'Boko Shield','GameID: -952142281',126.0129203125,-146.369796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8470,1901,NULL,1,1905,1,'Pot Lid','GameID: -972614721',181.878,-161.445765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8471,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1026274418',165.75890625,-171.85473437500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8472,1901,NULL,1,1905,1,'Forest Dweller\'s Shield','GameID: 1102799451',136.8723640625,-94.184578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8473,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 1137636259',104.075328125,-99.909875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8474,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: 1143390168',174.013796875,-167.39215625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8475,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1190188805',180.0533125,-104.81053125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8476,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1205080412',125.56245781249999,-120.0704671875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8477,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1210992092',128.2546996875,-152.081421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8478,1901,NULL,1,1905,1,'Pot Lid','GameID: 1348374492',71.9290625,-99.7265625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8479,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: 1349809041',172.281796875,-182.01973437499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8480,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 1376854905',152.67195312500002,-116.679096875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8481,1901,NULL,1,1905,1,'Pot Lid','GameID: 1461701600',76.969921875,-100.103953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8482,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: 1495640543',166.5440625,-170.822515625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8483,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1501537886',117.3202515625,-114.58254375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8484,1901,NULL,1,1905,1,'Pot Lid','GameID: 1529298769',56.26540625,-169.37246875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8485,1901,NULL,1,1905,1,'Boko Shield','GameID: 1543227815',108.91326562500001,-153.691578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8486,1901,NULL,1,1905,1,'Spiked Boko Shield','GameID: 1544197829',60.525000000000006,-92.7046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8487,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 1551608170',81.970265625,-78.89078125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8488,1901,NULL,1,1905,1,'Boko Shield','GameID: 1607584134',119.08145625,-153.007015625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8489,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1623471875',140.42755156249999,-105.19428125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8490,1901,NULL,1,1905,1,'Lizal Shield','GameID: 16690007',127.21118453125,-174.65221875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8491,1901,NULL,1,1905,1,'Wooden Shield','GameID: 1706835627',152.687203125,-116.6652328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8492,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1720507825',122.52667499999998,-152.70626562500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8493,1901,NULL,1,1905,1,'Pot Lid','GameID: 1732496797',132.94232812500002,-145.27046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8494,1901,NULL,1,1905,1,'Boko Shield','GameID: 1749616083',135.520278125,-152.688609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8495,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 1782415526',140.0722203125,-102.88409375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8496,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1829795741',124.9916546875,-119.71185625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8497,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 1836072978',122.415946875,-113.5704953125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8498,1901,NULL,1,1905,1,'Dragonbone Boko Shield','GameID: 1859453947',142.21200625,-102.254875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8499,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1911781620',95.123890625,-136.4234140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8500,1901,NULL,1,1905,1,'Boko Shield','GameID: 1948687409',167.183890625,-156.503328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8501,1901,NULL,1,1905,1,'Wooden Shield','GameID: 1971397593',127.55432125,-130.134765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8502,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1993630992',112.5773921875,-121.48095625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8503,1901,NULL,1,1905,1,'Royal Shield','GameID: 2015618507',123.56240312500002,-111.877109375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8504,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 2018824967',200.998875,-69.721140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8505,1901,NULL,1,1905,1,'Wooden Shield','GameID: 2036382394',174.013125,-160.79796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8506,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2057731097',159.17264062499999,-136.5455125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8507,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2072451464',151.8656875,-124.9547703125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8508,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2072508291',198.271890625,-183.1746875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8509,1901,NULL,1,1905,1,'Wooden Shield','GameID: 2104118373',128.22839359375,-151.82825,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8510,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2116276360',120.805884375,-111.42512500000001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8511,1901,NULL,1,1905,1,'Pot Lid','GameID: 2123865193',115.4457765625,-163.39734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8512,1901,NULL,1,1905,1,'Rusty Shield','GameID: 221948406',112.6831046875,-140.7854609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8513,1901,NULL,1,1905,1,'Rusty Shield','GameID: 232075737',165.849921875,-171.082578125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8514,1901,NULL,1,1905,1,'Rusty Shield','GameID: 235461879',118.67968125,-118.50391718750001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8515,1901,NULL,1,1905,1,'Pot Lid','GameID: 246142587',179.94865625,-160.768140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8516,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 25360411',180.3205625,-107.525640625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8517,1901,NULL,1,1905,1,'Rusty Shield','GameID: 290115350',126.72259515625,-152.227421875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8518,1901,NULL,1,1905,1,'Rusty Shield','GameID: 291742865',117.386078125,-114.5873046875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8519,1901,NULL,1,1905,1,'Boko Shield','GameID: 314001763',160.191015625,-155.90326562500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8520,1901,NULL,1,1905,1,'Kite Shield','GameID: 328092650',81.90239062500001,-78.809453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8521,1901,NULL,1,1905,1,'Wooden Shield','GameID: 352416725',165.668515625,-172.003296875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8522,1901,NULL,1,1905,1,'Rusty Shield','GameID: 363835820',127.107788125,-130.0172734375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8523,1901,NULL,1,1905,1,'Royal Shield','GameID: 386082466',81.91173437500001,-78.86820312500001,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8524,1901,NULL,1,1905,1,'Wooden Shield','GameID: 387104477',173.9575,-159.82959375000002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8525,1901,NULL,1,1905,1,'Rusty Shield','GameID: 394249698',107.403984375,-132.0805203125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8526,1901,NULL,1,1905,1,'Pot Lid','GameID: 394653421',156.10353125,-143.79931249999998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8527,1901,NULL,1,1905,1,'Rusty Shield','GameID: 412858250',101.736578125,-149.03173437499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8528,1901,NULL,1,1905,1,'Rusty Shield','GameID: 41600110',164.554015625,-158.539765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8529,1901,NULL,1,1905,1,'Pot Lid','GameID: 450406350',154.204734375,-114.9671453125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8530,1901,NULL,1,1905,1,'Spiked Boko Shield','GameID: 452946685',150.258234375,-119.861103125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8531,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 466887375',140.87554843750002,-104.14699999999999,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8532,1901,NULL,1,1905,1,'Pot Lid','GameID: 494896769',197.92928125,-186.439609375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8533,1901,NULL,1,1905,1,'Wooden Shield','GameID: 508451459',137.2260125,-163.10796875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8534,1901,NULL,1,1905,1,'Boko Shield','GameID: 525219141',131.63150000000002,-148.15645312499998,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8535,1901,NULL,1,1905,1,'Lizal Shield','GameID: 538949773',173.179703125,-126.272321875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8536,1901,NULL,1,1905,1,'Wooden Shield','GameID: 594516372',116.1767578125,-140.4812625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8537,1901,NULL,1,1905,1,'Rusty Shield','GameID: 602175703',166.67865625000002,-171.5938125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8538,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 623171509',199.219,-70.66821875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8539,1901,NULL,1,1905,1,'Rusty Shield','GameID: 636907837',174.037140625,-182.798140625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8540,1901,NULL,1,1905,1,'Rusty Shield','GameID: 655891830',123.4191484375,-154.54940625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8541,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: 679192469',81.880109375,-78.8023125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8542,1901,NULL,1,1905,1,'Rusty Shield','GameID: 70459680',64.896484375,-86.16803125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8543,1901,NULL,1,1905,1,'Wooden Shield','GameID: 731070699',173.80475,-166.9426875,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8544,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: 76487311',106.759265625,-139.9115328125,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8545,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: 765483804',173.7710625,-160.04389062500002,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8546,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: 778127876',139.0873140625,-126.87811765625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8547,1901,NULL,1,1905,1,'Rusty Shield','GameID: 846010223',124.9899046875,-114.610684375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8548,1901,NULL,1,1905,1,'Rusty Shield','GameID: 861119578',114.804015625,-144.9949375,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8549,1901,NULL,1,1905,1,'Pot Lid','GameID: 871017963',155.90646875,-152.331625,0,0,1,'2017-05-12 13:12:57'); -INSERT INTO `marker` VALUES (8550,1900,NULL,2,1925,1106,'To Quomo Shrine','Goes with Leviathan quest, Hebra skeleton',65.203125,-70.0546875,0,0,0,'2017-05-12 22:51:27'); -INSERT INTO `marker` VALUES (8551,1900,NULL,2,1925,1106,'Hia Miu Shrine','',58.49609375,-68.578125,0,0,0,'2017-05-12 22:52:23'); -INSERT INTO `marker` VALUES (8552,1900,NULL,2,1925,1106,'Maka Rah Shrine','',64.6171875,-88.8125,0,0,0,'2017-05-12 22:55:04'); -INSERT INTO `marker` VALUES (8553,1900,NULL,2,1939,2802,'Ice Wizzrobe','',140.0703125,-116.390625,0,0,0,'2017-05-12 23:33:25'); -INSERT INTO `marker` VALUES (8554,1900,NULL,2,1926,3809,'Divine Beast Vah Medoh','',71.5625,-98.78125,0,1,0,'2017-05-13 09:15:26'); -INSERT INTO `marker` VALUES (8555,1900,NULL,2,1926,3809,'Divine Beast Vah Rudania','',167.75,-88.125,0,0,0,'2017-05-13 09:16:39'); -INSERT INTO `marker` VALUES (8556,1900,NULL,2,1926,3809,'Divine Beast Vah Naboris','',84.3125,-182.5625,0,0,0,'2017-05-13 09:17:56'); -INSERT INTO `marker` VALUES (8557,1900,NULL,2,1901,3842,'Gorogolf','Sous le pont',79.3046875,-118.5390625,0,0,0,'2017-05-13 13:49:40'); -INSERT INTO `marker` VALUES (8558,1900,NULL,2,1935,3513,'Le cheval géant ','Trouver le cheval géant ',124.46745300292969,-182.87335920333862,0,0,0,'2017-05-13 18:01:41'); -INSERT INTO `marker` VALUES (8559,1900,NULL,2,1926,3651,'Vah'Ruta','',174.59375,-131.859375,0,0,0,'2017-05-13 18:16:07'); -INSERT INTO `marker` VALUES (8560,1900,NULL,2,1935,3513,'Entraînement tir à l'arc à cheval','Zone d'entrainement',124.29112434387207,-182.98931312561035,0,0,0,'2017-05-14 10:04:26'); -INSERT INTO `marker` VALUES (8561,1900,NULL,2,1939,3992,'Ice Wizzrobe','',103.81640625,-186.3359375,0,0,0,'2017-05-14 12:44:34'); -INSERT INTO `marker` VALUES (8562,1900,NULL,2,1901,3533,'Hestu','',144.5390625,-110.21484375,0,0,0,'2017-05-15 07:19:50'); -INSERT INTO `marker` VALUES (8563,1900,NULL,2,1930,2671,'Invocatis Glacial','',103.78749942779541,-186.4375,0,1,0,'2017-05-16 10:19:12'); -INSERT INTO `marker` VALUES (8564,1900,NULL,2,1935,3461,'Clean the beach','Cleaning Araiso beach of monsters for fishermen.',173.296875,-181.578125,0,0,0,'2017-05-16 23:01:04'); -INSERT INTO `marker` VALUES (8565,1900,NULL,2,1901,2417,'a','',86.5625,-132.1875,0,0,0,'2017-05-17 03:43:03'); -INSERT INTO `marker` VALUES (8566,1900,NULL,2,1943,4421,'4 Phospholites','',147.1875,-177.96875,0,0,0,'2017-05-17 15:48:23'); -INSERT INTO `marker` VALUES (8567,1900,NULL,2,1944,4421,'4 Phospholites','',147.1640625,-178.0078125,0,1,0,'2017-05-17 15:50:23'); -INSERT INTO `marker` VALUES (8568,1900,NULL,2,1935,2671,'The Giant Horse','',124.859375,-182.64531230926514,0,0,0,'2017-05-17 23:02:24'); -INSERT INTO `marker` VALUES (8569,1900,NULL,2,1910,3633,'Courser Bee Honey','',111.44921875,-153.4609375,0,0,0,'2017-05-17 23:30:46'); -INSERT INTO `marker` VALUES (8570,1900,NULL,2,1930,3633,'Bokoblin','',114.32421875,-156.21484375,0,0,0,'2017-05-17 23:33:08'); -INSERT INTO `marker` VALUES (8571,1900,NULL,2,1930,3633,'Church up','',114.90625,-156.26953125,0,0,0,'2017-05-17 23:34:46'); -INSERT INTO `marker` VALUES (8572,1900,NULL,2,1930,3633,'Chuchu','',114.90625,-156.2890625,0,0,0,'2017-05-17 23:35:45'); -INSERT INTO `marker` VALUES (8573,1900,NULL,2,1930,3633,'Chuchu x2','',116.45703125,-155.375,0,0,0,'2017-05-17 23:37:09'); -INSERT INTO `marker` VALUES (8574,1900,NULL,2,1930,3633,'Bokoblin','',115.671875,-156.66796875,0,0,0,'2017-05-17 23:38:16'); -INSERT INTO `marker` VALUES (8575,1900,NULL,2,1930,3633,'Bokoblin','',116.39453125,-157.2734375,0,0,0,'2017-05-17 23:39:27'); -INSERT INTO `marker` VALUES (8576,1900,NULL,2,1910,3633,'Spicy Pepper x9','',105.3515625,-155.87890625,0,0,0,'2017-05-18 00:01:12'); -INSERT INTO `marker` VALUES (8577,1900,NULL,2,1931,3633,'Bokoblin x3','',110.0625,-155.609375,0,0,0,'2017-05-18 00:21:32'); -INSERT INTO `marker` VALUES (8578,1900,NULL,2,1931,3633,'Bokoblin x4','',107.8984375,-154.22265625,0,0,0,'2017-05-18 00:22:35'); -INSERT INTO `marker` VALUES (8579,1900,NULL,2,1910,3633,'Spicy Pepper x3','',112.6328125,-159.3515625,0,0,0,'2017-05-18 00:25:06'); -INSERT INTO `marker` VALUES (8580,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.73046875,-159.6640625,0,0,0,'2017-05-18 00:26:02'); -INSERT INTO `marker` VALUES (8581,1900,NULL,2,1931,3633,'Bokoblin x3','',113.11328125,-158.51953125,0,0,0,'2017-05-18 00:27:29'); -INSERT INTO `marker` VALUES (8582,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.94921875,-158.609375,0,0,0,'2017-05-18 00:28:28'); -INSERT INTO `marker` VALUES (8583,1900,NULL,2,1930,3633,'Bokoblin','',115.28515625,-158.51953125,0,0,0,'2017-05-18 00:30:15'); -INSERT INTO `marker` VALUES (8584,1900,NULL,2,1936,3633,'Cracked Wall','',114.375,-158.18359375,0,0,0,'2017-05-18 00:31:27'); -INSERT INTO `marker` VALUES (8585,1900,NULL,2,1936,3633,'Cracked Wall','',111.40625,-155.87890625,0,0,0,'2017-05-18 00:34:27'); -INSERT INTO `marker` VALUES (8586,1900,NULL,2,1930,3633,'Bokoblin','',115.3984375,-154.99609375,0,0,0,'2017-05-18 00:43:47'); -INSERT INTO `marker` VALUES (8587,1900,NULL,2,1930,3633,'Bokoblin','',115.40234375,-154.671875,0,0,0,'2017-05-18 00:44:17'); -INSERT INTO `marker` VALUES (8588,1900,NULL,2,1930,3633,'Bokoblin x2','',116.34765625,-154.87890625,0,0,0,'2017-05-18 00:45:50'); -INSERT INTO `marker` VALUES (8589,1900,NULL,2,1931,3633,'Bokoblin x2','',117.42578125,-156.296875,0,0,0,'2017-05-18 00:47:31'); -INSERT INTO `marker` VALUES (8590,1900,NULL,2,1930,3633,'Bokoblin Archers x2','',118.41015625,-155.3125,0,0,0,'2017-05-18 01:00:33'); -INSERT INTO `marker` VALUES (8591,1900,NULL,2,1910,3633,'Courser Bee Honey','',117.67578125,-162.359375,0,0,0,'2017-05-18 01:05:25'); -INSERT INTO `marker` VALUES (8592,1900,NULL,2,1931,3633,'Bokoblin x2','',117.8203125,-162.25390625,0,0,0,'2017-05-18 01:06:15'); -INSERT INTO `marker` VALUES (8593,1900,NULL,2,1910,3633,'Rushroom x2','',115.9296875,-162.42578125,0,0,0,'2017-05-18 01:09:47'); -INSERT INTO `marker` VALUES (8594,1900,NULL,2,1910,3633,'Rushroom x3','',114.4921875,-161.87890625,0,0,0,'2017-05-18 01:13:39'); -INSERT INTO `marker` VALUES (8595,1900,NULL,2,1910,3633,'Courser Bee Honey and Stamella Shroom x3','',113.4140625,-162.55078125,0,0,0,'2017-05-18 01:18:06'); -INSERT INTO `marker` VALUES (8596,1900,NULL,2,1910,3633,'Rushroom x4','',113.32421875,-164.16015625,0,0,0,'2017-05-18 02:27:56'); -INSERT INTO `marker` VALUES (8597,1900,NULL,2,1910,3633,'Rushroom x4','',113.70703125,-164.265625,0,0,0,'2017-05-18 02:29:11'); -INSERT INTO `marker` VALUES (8598,1900,NULL,2,1936,3633,'Cracked Wall','',112.84375,-164.640625,0,0,0,'2017-05-18 02:29:59'); -INSERT INTO `marker` VALUES (8599,1900,NULL,2,1944,3633,'Expansion ','',120.69140625,-159.42578125,0,0,0,'2017-05-18 02:36:03'); -INSERT INTO `marker` VALUES (8600,1900,NULL,2,1944,3633,'Season Pass Chest ','',120.68359375,-159.4375,0,0,0,'2017-05-18 02:40:29'); -INSERT INTO `marker` VALUES (8601,1900,NULL,2,1943,3633,'Season Pass Chest','',117.4609375,-151.74609375,0,0,0,'2017-05-18 02:41:40'); -INSERT INTO `marker` VALUES (8602,1900,NULL,2,1943,3633,'Chest','',111.5078125,-161.47265625,0,0,0,'2017-05-18 02:58:30'); -INSERT INTO `marker` VALUES (8603,1900,NULL,2,1901,3633,'Bonfire','',111.64453125,-159.5078125,0,0,0,'2017-05-18 03:03:15'); -INSERT INTO `marker` VALUES (8604,1900,NULL,2,1901,3633,'Campfire','',111.65625,-159.5234375,0,0,0,'2017-05-18 03:04:05'); -INSERT INTO `marker` VALUES (8605,1900,NULL,2,1901,3633,'Campfire','',110.2421875,-158.70703125,0,0,0,'2017-05-18 03:05:23'); -INSERT INTO `marker` VALUES (8606,1900,NULL,2,1901,3633,'Campfire','',109.75,-158.453125,0,0,0,'2017-05-18 03:06:25'); -INSERT INTO `marker` VALUES (8607,1900,NULL,2,1903,3633,'Tree Branch','',109.48046875,-158.265625,0,0,0,'2017-05-18 03:07:06'); -INSERT INTO `marker` VALUES (8608,1900,NULL,2,1930,3633,'White Chuchu','',109.4296875,-157.7421875,0,0,0,'2017-05-18 03:08:24'); -INSERT INTO `marker` VALUES (8609,1900,NULL,2,1901,3633,'Campfire','',109.4296875,-157.2578125,0,0,0,'2017-05-18 03:09:06'); -INSERT INTO `marker` VALUES (8610,1900,NULL,2,1930,3633,'White Chuchu x2','',109.25,-157.046875,0,0,0,'2017-05-18 03:10:04'); -INSERT INTO `marker` VALUES (8611,1900,NULL,2,1930,3633,'White Chuchu x2','',108.08984375,-156.7890625,0,0,0,'2017-05-18 03:11:34'); -INSERT INTO `marker` VALUES (8612,1900,NULL,2,1943,3633,'Season Pass Chest','',105.29296875,-159.71484375,0,0,0,'2017-05-18 03:31:06'); -INSERT INTO `marker` VALUES (8613,1900,NULL,2,1930,3633,'Ice Keene','',107.60546875,-160.546875,0,0,0,'2017-05-18 03:42:37'); -INSERT INTO `marker` VALUES (8614,1900,NULL,2,1930,3633,'Ice Keese','',107.578125,-160.546875,0,0,0,'2017-05-18 03:43:09'); -INSERT INTO `marker` VALUES (8615,1900,NULL,2,1930,3633,'Ice Keese x2','',107.55859375,-160.5859375,0,0,0,'2017-05-18 03:45:18'); -INSERT INTO `marker` VALUES (8616,1900,NULL,2,1930,3633,'Bokoblin','',111.23046875,-162.83984375,0,0,0,'2017-05-18 03:49:03'); -INSERT INTO `marker` VALUES (8617,1900,NULL,2,1931,3633,'Bokoblin x3','',111.7578125,-163.33984375,0,0,0,'2017-05-18 03:56:08'); -INSERT INTO `marker` VALUES (8618,1900,NULL,2,1931,3633,'Bokoblin x3','',112.18359375,-161.828125,0,0,0,'2017-05-18 04:10:23'); -INSERT INTO `marker` VALUES (8619,1900,NULL,2,1936,3633,'Cracked Wall','',113.765625,-163.4296875,0,0,0,'2017-05-18 04:30:07'); -INSERT INTO `marker` VALUES (8620,1900,NULL,2,1910,3633,'Hearty Lizard','',124.79296875,-161.0546875,0,0,0,'2017-05-18 05:09:35'); -INSERT INTO `marker` VALUES (8621,1900,NULL,2,1936,4383,'Cracked Wall','',159.09765625,-136.46875,0,0,0,'2017-05-18 08:45:23'); -INSERT INTO `marker` VALUES (8622,1900,NULL,2,1943,2778,'rupee','100',200.47265625,-72.03515625,0,0,0,'2017-05-18 08:53:56'); -INSERT INTO `marker` VALUES (8623,1900,NULL,2,1926,4491,'Divine Beast Vah Rudania','',165.125,-88.625,0,0,0,'2017-05-18 11:27:31'); -INSERT INTO `marker` VALUES (8624,1900,NULL,2,1926,4491,'Divine Beast Vah Medoh','',71.53125,-98.953125,0,0,0,'2017-05-18 11:28:22'); -INSERT INTO `marker` VALUES (8625,1900,NULL,2,1935,171,'The Mystery Polluter','',68.08203125,-172.58203125,0,0,0,'2017-05-18 16:31:40'); -INSERT INTO `marker` VALUES (8626,1900,NULL,2,1935,171,'The Secret Club's Secret','',68.875,-173.8984375,0,0,0,'2017-05-18 16:33:08'); -INSERT INTO `marker` VALUES (8627,1900,NULL,2,1901,3082,'The Royal Guard's Gear','Important note: The quest currently listed on the map at the Riverside Stable is inaccurate. The quest title and info are wrong as well as the name of the character (even though it comes a bit close). This current listing is fully accurate with the information as well as the exact location and name of the NPC. \r\n\r\nParcy wants to see some royal guard weapons from Hyrule castle.',133.35546875,-144.95703125,0,0,0,'2017-05-19 00:54:07'); -INSERT INTO `marker` VALUES (8628,1900,NULL,2,1935,3082,'A Royal Recipe','Important note: The quest currently listed on the map at the Riverside Stable is inaccurate. The quest title and info are wrong as well as the name of the character (even though it comes a bit close). This current listing and maker is fully accurate with the information as well as the exact location and name of the NPC.\r\n\r\nGotter wants you to find recipes from cook books inside Hyrule Castle.',133.06640625,-145.19140625,0,0,0,'2017-05-19 01:00:38'); -INSERT INTO `marker` VALUES (8629,1900,NULL,2,1901,4618,'Nuevo','',123.78125,-115.53125,0,0,0,'2017-05-20 17:37:30'); -INSERT INTO `marker` VALUES (8630,1900,NULL,2,1936,4383,'Cracked Wall','',139.20703125,-156.23828125,0,0,0,'2017-05-21 06:53:05'); -INSERT INTO `marker` VALUES (8631,1900,NULL,2,1935,3082,'An Ice Guy','Give a cooling elixir to Guy, a rito, who has trouble beating the heat.',77.37109375,-168.23046875,0,0,0,'2017-05-21 10:25:11'); -INSERT INTO `marker` VALUES (8632,1900,NULL,2,1901,3691,'Hearty Bass','',85.8359375,-114.1640625,0,0,0,'2017-05-21 17:02:04'); -INSERT INTO `marker` VALUES (8633,1900,NULL,2,1930,4581,'Tower','',114.41397649049759,-143.17773842811584,0,0,0,'2017-05-21 17:17:58'); -INSERT INTO `marker` VALUES (8634,1900,NULL,2,1925,4845,'Shrine of Resurrection','Where you wake up at the start of the game',110.80859375,-157.41796875,0,1,0,'2017-05-21 22:38:03'); -INSERT INTO `marker` VALUES (8635,1900,NULL,2,1920,4845,'Inn','Sleep for the night.',156.64453125,-143.9375,0,0,0,'2017-05-21 22:47:39'); -INSERT INTO `marker` VALUES (8636,1900,NULL,2,1920,4845,'General Store','',156.5390625,-144.26171875,0,0,0,'2017-05-21 22:47:59'); -INSERT INTO `marker` VALUES (8637,1900,NULL,2,1920,4845,'General Store','',156.03515625,-144.08984375,0,0,0,'2017-05-21 22:48:15'); -INSERT INTO `marker` VALUES (8638,1900,NULL,2,1916,2880,'test','testing',61.671875,-79.609375,0,0,0,'2017-05-22 05:38:58'); -INSERT INTO `marker` VALUES (8639,1900,NULL,2,1925,4896,'guardian fueerte','',59.375,-68.875,0,0,0,'2017-05-23 06:47:33'); -INSERT INTO `marker` VALUES (8640,1900,NULL,2,1931,4682,'tre nemici','',153.9375,-123.53125,0,0,0,'2017-05-24 12:26:10'); -INSERT INTO `marker` VALUES (8641,1900,NULL,2,1916,5014,'not found','',117.625,-121.2265625,0,0,0,'2017-05-24 13:18:13'); -INSERT INTO `marker` VALUES (8642,1900,NULL,2,1935,171,'Riddles of Hyrule','',134.51171875,-94.1640625,0,0,0,'2017-05-24 14:56:33'); -INSERT INTO `marker` VALUES (8643,1900,NULL,2,1901,3837,'temp','',65.6640625,-88.3359375,0,0,0,'2017-05-24 15:27:17'); -INSERT INTO `marker` VALUES (8644,1900,NULL,2,1901,3837,'temp','',65.6640625,-88.359375,0,0,0,'2017-05-24 15:27:42'); -INSERT INTO `marker` VALUES (8645,1900,NULL,2,1901,3837,'temp','',65.6640625,-88.3359375,0,0,0,'2017-05-24 15:29:04'); -INSERT INTO `marker` VALUES (8646,1900,NULL,2,1939,4489,'thu','',68.546875,-160.984375,0,0,0,'2017-05-24 18:35:26'); -INSERT INTO `marker` VALUES (8647,1900,NULL,2,1910,3633,'Spicy Pepper x3','',115.72265625,-163.23046875,0,0,0,'2017-05-24 21:19:49'); -INSERT INTO `marker` VALUES (8648,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.7265625,-159.66015625,0,0,0,'2017-05-24 21:20:51'); -INSERT INTO `marker` VALUES (8649,1900,NULL,2,1910,3633,'Spicy Pepper x3','',112.6015625,-159.359375,0,0,0,'2017-05-24 21:21:17'); -INSERT INTO `marker` VALUES (8650,1900,NULL,2,1910,3633,'Spicy Pepper x9','',105.33203125,-155.8984375,0,0,0,'2017-05-24 21:26:21'); -INSERT INTO `marker` VALUES (8651,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.87890625,-158.6484375,0,0,0,'2017-05-24 21:27:05'); -INSERT INTO `marker` VALUES (8652,1900,NULL,2,1936,3633,'Cracked Wall','',158.73046875,-168.7421875,0,0,0,'2017-05-24 22:31:58'); -INSERT INTO `marker` VALUES (8653,1900,NULL,2,1935,3633,'Playtime with Cottla','',157.54296875,-143.02734375,0,0,0,'2017-05-24 23:22:33'); -INSERT INTO `marker` VALUES (8654,1900,NULL,2,1901,3857,'Seared Steak in the wooden creat','',111.7890625,-159.21484375,0,0,0,'2017-05-24 23:46:38'); -INSERT INTO `marker` VALUES (8655,1900,NULL,2,1935,3441,'The Mystery Polluter','Dalia wants to start a garden, but a mystery polluter is tainting her water supply.',68.13671875,-172.5703125,0,0,0,'2017-05-25 03:26:53'); -INSERT INTO `marker` VALUES (8656,1900,NULL,2,1936,4785,'Cracked Walls','Cracked walls hide Korok Seed',139.05859375,-156.30859375,0,0,0,'2017-05-25 19:59:28'); -INSERT INTO `marker` VALUES (8657,1900,NULL,2,1901,5132,'1','',60.625,-69.8125,0,0,0,'2017-05-25 22:54:53'); -INSERT INTO `marker` VALUES (8658,1900,NULL,2,1921,5135,'General Store','',157.5078125,-144.1640625,0,0,0,'2017-05-26 00:02:29'); -INSERT INTO `marker` VALUES (8659,1900,NULL,2,1901,4136,'Sanctuaire de la Rennaissance','Entrée du sanctuaire, accès Korok Seed',111.38671875,-156.5859375,0,0,0,'2017-05-26 00:22:53'); -INSERT INTO `marker` VALUES (8660,1900,NULL,2,1916,5178,'Seed ','',149.75239849090576,-157.19882822036743,0,0,0,'2017-05-26 17:16:57'); -INSERT INTO `marker` VALUES (8661,1900,NULL,2,1935,3513,'Giant horse','',124.89468669891357,-183.44793701171875,0,0,0,'2017-05-27 11:30:59'); -INSERT INTO `marker` VALUES (8662,1900,NULL,2,1901,5114,'History of the Zora, Addendum 2','',185.98046875,-119.84765625,0,0,0,'2017-05-27 20:35:15'); -INSERT INTO `marker` VALUES (8663,1900,NULL,2,1935,5114,'Little Sister's Big Request','',177.0234375,-101.3828125,0,0,0,'2017-05-28 00:48:37'); -INSERT INTO `marker` VALUES (8664,1900,NULL,2,1935,5114,'A Landscape of a Stable','',168.78515625,-110.1953125,0,0,0,'2017-05-28 01:06:20'); -INSERT INTO `marker` VALUES (8665,1900,NULL,2,1926,5138,'Divine Beast Rudania','',167.828125,-87.625,0,1,0,'2017-05-28 01:22:52'); -INSERT INTO `marker` VALUES (8666,1900,NULL,2,1926,5138,'Divine Beast Van Medoh','',71.5,-99.8125,0,1,0,'2017-05-28 01:24:59'); -INSERT INTO `marker` VALUES (8667,1900,NULL,2,1901,5114,'H---ory of the Zor-, Part S-ven','',180.2734375,-119.0859375,0,0,0,'2017-05-28 01:30:16'); -INSERT INTO `marker` VALUES (8668,1900,NULL,2,1901,5135,'HEh','',39.625,-95.25,0,0,0,'2017-05-28 05:46:02'); -INSERT INTO `marker` VALUES (8669,1900,NULL,2,1934,5135,'Urbosa's Head (#6)','',67.57421875,-174.0703125,0,0,0,'2017-05-28 05:59:55'); -INSERT INTO `marker` VALUES (8670,1900,NULL,2,1935,1070,'Zora Stone Monuments','Side quest to find the stone monuments scattered around the Zora's Domain area.',180.25,-119.2109375,0,0,0,'2017-05-28 10:42:01'); -INSERT INTO `marker` VALUES (8671,1900,NULL,2,1901,5388,'Eldin Leviathan','Nothing really important to say. Just wanted to point it out because it wasn't on the map, but the other two Leviathans were.',151.84375,-69.90625,0,1,0,'2017-05-28 20:03:02'); -INSERT INTO `marker` VALUES (8672,1900,NULL,2,1926,5388,'Divine Beast Vah Rudania','Since the only Divine Beast that's on the map is Vah Ruta, I think it's time to add the other three, right?',164.109375,-90.265625,0,1,0,'2017-05-28 20:06:01'); -INSERT INTO `marker` VALUES (8673,1900,NULL,2,1926,5388,'Divine Beast Vah Medoh','Another Divine Beast that isn't on the map for some reason',71.546875,-98.8203125,0,1,0,'2017-05-28 20:06:43'); -INSERT INTO `marker` VALUES (8674,1900,NULL,2,1926,5388,'Divine Beast Vah Naboris','Last Divine Beast not on the map',69.125,-181.875,0,1,0,'2017-05-28 20:07:45'); -INSERT INTO `marker` VALUES (8675,1900,NULL,2,1935,5388,'The Hero's Cache','The chest you need to open in order to clear this mission is already on the map.',186.53125,-169.078125,0,1,0,'2017-05-28 20:43:07'); -INSERT INTO `marker` VALUES (8676,1900,NULL,2,1916,5328,'Korok Seed','You Must Find a Yellow Flower in the south near of this point, then follow the Flowers that will appear before comeback to this point again',124.4609375,-180.3203125,0,0,0,'2017-05-29 04:55:47'); -INSERT INTO `marker` VALUES (8677,1900,NULL,2,1916,5021,'Krog','',83.609375,-73.4765625,0,0,0,'2017-05-29 19:56:39'); -INSERT INTO `marker` VALUES (8678,1900,NULL,2,1920,5468,'1st Tower','Great Plateau Tower',117.375,-153.5,0,1,0,'2017-05-29 21:30:39'); -INSERT INTO `marker` VALUES (8679,1900,NULL,2,1935,5114,'Missing in Action','',84.2578125,-162.9609375,0,0,0,'2017-05-29 22:00:35'); -INSERT INTO `marker` VALUES (8680,1900,NULL,2,1935,5114,'An Ice Guy','',77.3984375,-168.25390625,0,0,0,'2017-05-30 00:49:09'); -INSERT INTO `marker` VALUES (8681,1900,NULL,2,1910,3633,'Fairy x4','',158.7890625,-141.3125,0,0,0,'2017-05-30 08:15:55'); -INSERT INTO `marker` VALUES (8682,1900,NULL,2,1910,3633,'Silent Princess x3','',159.19921875,-141.12109375,0,0,0,'2017-05-30 08:17:54'); -INSERT INTO `marker` VALUES (8683,1900,NULL,2,1910,3633,'Cool Safflina x3','',149.4609375,-154.28125,0,0,0,'2017-05-30 08:26:02'); -INSERT INTO `marker` VALUES (8684,1901,NULL,2,1901,5340,'Position ','',99.25,-154.625,0,0,0,'2017-05-30 08:40:49'); -INSERT INTO `marker` VALUES (8685,1900,NULL,2,1926,5524,'Divine Beast Vah Rudania','',168.1875,-87.25,0,0,0,'2017-05-30 18:01:14'); -INSERT INTO `marker` VALUES (8686,1900,NULL,2,1926,5524,'Divine Beast Vah Medoh','',71.5,-99.75,0,0,0,'2017-05-30 18:01:34'); -INSERT INTO `marker` VALUES (8687,1900,NULL,2,1901,5524,'Divine Beast Vah Medoh','',74.375,-176.84375,0,0,0,'2017-05-30 18:05:17'); -INSERT INTO `marker` VALUES (8688,1900,NULL,2,1923,5531,'3 Pictures of Guardians (Flying, Walking, Small)','',129.7265625,-187.6875,0,1,0,'2017-05-30 19:34:26'); -INSERT INTO `marker` VALUES (8689,1900,NULL,2,1944,5540,'Chess Season pass','',105.3125,-159.671875,0,0,0,'2017-05-31 22:20:11'); -INSERT INTO `marker` VALUES (8690,1900,NULL,2,1916,5561,'Korok seed','',129.4277148246765,-152.77287888526917,0,0,0,'2017-06-01 03:53:12'); -INSERT INTO `marker` VALUES (8691,1900,NULL,2,1904,5607,'shock arrow','',123.5625,-164.453125,0,0,0,'2017-06-01 22:54:40'); -INSERT INTO `marker` VALUES (8692,1900,NULL,2,1903,5715,'Bonnes armes ','',197.4453125,-133.5859375,0,0,0,'2017-06-02 11:19:27'); -INSERT INTO `marker` VALUES (8693,1900,NULL,2,1901,5755,'Farosh','',156.0625,-174,0,0,0,'2017-06-02 22:46:24'); -INSERT INTO `marker` VALUES (8694,1900,NULL,2,1931,5869,'Bokoblin Camp','',132.4296875,-153.9921875,0,0,0,'2017-06-04 04:14:45'); -INSERT INTO `marker` VALUES (8695,1900,NULL,2,1930,5869,'Ice Chuchu','',108.31640625,-156.796875,0,0,0,'2017-06-04 04:17:09'); -INSERT INTO `marker` VALUES (8696,1900,NULL,2,1939,4785,'Frost Wizzrobe','',82.609375,-81.5625,0,0,0,'2017-06-04 13:53:54'); -INSERT INTO `marker` VALUES (8697,1900,NULL,2,1901,5694,'Dragon Farodra','???? ?????????????????',156.15948432683945,-176.77600026130676,0,0,0,'2017-06-04 14:46:48'); -INSERT INTO `marker` VALUES (8698,1900,NULL,2,1916,5328,'Korok Seed Event','Find and Follow the Yellow Flowers',132.921875,-161.7890625,0,0,0,'2017-06-05 02:21:07'); -INSERT INTO `marker` VALUES (8699,1900,NULL,2,1901,5935,'??','',155.9561561346054,-172.95471096038818,0,0,0,'2017-06-05 10:34:40'); -INSERT INTO `marker` VALUES (8700,1900,NULL,2,1901,5638,'Santuário de lá vida ','Inicio',110.7492926120758,-157.32160556316376,0,1,0,'2017-06-05 17:00:18'); -INSERT INTO `marker` VALUES (8701,1900,NULL,2,1901,5944,'Amber','',107.875,-162.5703125,0,1,0,'2017-06-06 01:25:36'); -INSERT INTO `marker` VALUES (8702,1900,NULL,2,1901,5944,'Amber','',107.8984375,-162.640625,0,1,0,'2017-06-06 01:26:01'); -INSERT INTO `marker` VALUES (8703,1900,NULL,2,1901,6028,'To make','',187.3046875,-85.578125,0,0,0,'2017-06-06 08:24:01'); -INSERT INTO `marker` VALUES (8704,1900,NULL,2,1926,6028,' Divine Beast Vah Naboris','',74.9375,-183.125,0,0,0,'2017-06-06 12:44:53'); -INSERT INTO `marker` VALUES (8705,1900,NULL,2,1926,6028,'Divine Beast Vah Medoh','',71.5703125,-98.45703125,0,0,0,'2017-06-06 12:45:45'); -INSERT INTO `marker` VALUES (8706,1900,NULL,2,1926,6028,' Divine Beast Vah Rudania','',154.71484375,-89.70703125,0,0,0,'2017-06-06 12:46:33'); -INSERT INTO `marker` VALUES (8707,1900,NULL,2,1910,5742,'Safflina','',98.828125,-133.6015625,0,0,0,'2017-06-06 17:38:29'); -INSERT INTO `marker` VALUES (8708,1900,NULL,2,1935,6111,'The Giant of Ralis Pond','Torfeau',179.8359375,-119.3671875,0,1,0,'2017-06-07 16:26:25'); -INSERT INTO `marker` VALUES (8709,1900,NULL,2,1901,6111,'Arrows of Burning Heat','Given by Rola',156.5546875,-144.25390625,0,0,0,'2017-06-07 16:34:32'); -INSERT INTO `marker` VALUES (8710,1900,NULL,2,1935,6111,'By Firefly's Light','Start the quest by visiting into Lasli's house at night. She will say that she hasn't been able to catch fireflies in a long time, so she asks you to catch her five of them. ',157.67578125,-144.12109375,0,0,0,'2017-06-07 16:37:03'); -INSERT INTO `marker` VALUES (8711,1900,NULL,2,1916,6125,'Top Temple','',115.328125,-158.7421875,0,0,0,'2017-06-07 16:40:40'); -INSERT INTO `marker` VALUES (8712,1900,NULL,2,1935,6111,'The Hero's Cache','To begin the side quest, talk to Kass on the tallest rock pillar in Kitano Bay. \r\n\r\nAnswer "Yes, please" when he asks if you want to hear the ancient song of the rock pillar you're standing on. \r\n\r\nIn the song, it says, "My cache is at 17 of 24, This rock will point to it's retrieval." \r\n\r\nTo find the cache, paraglide to the rock pillar to the east of the one you're on with Kass. Then face south use Magnesis to lift up the Treasure chest up from the water. In the treasure chest is a gold rupee. ',186.59375,-168.953125,0,0,0,'2017-06-07 17:39:12'); -INSERT INTO `marker` VALUES (8713,1900,NULL,2,1935,6111,'The Sheep Rustlers','',184.453125,-160.8671875,0,0,0,'2017-06-07 17:46:17'); -INSERT INTO `marker` VALUES (8714,1900,NULL,2,1935,6111,'Secret of the Cedars','',184.140625,-160.734375,0,0,0,'2017-06-07 17:47:49'); -INSERT INTO `marker` VALUES (8715,1900,NULL,2,1901,6183,'Reprendre Ici (korogus)','',91.21500015258789,-92.56937408447266,0,0,0,'2017-06-08 20:30:34'); -INSERT INTO `marker` VALUES (8716,1900,NULL,2,1901,5600,'kologs','',200.34375,-99.21875,0,0,0,'2017-06-09 00:06:51'); -INSERT INTO `marker` VALUES (8717,1900,NULL,2,1916,6125,'Timelap','',136.546875,-184.015625,0,0,0,'2017-06-09 08:07:14'); -INSERT INTO `marker` VALUES (8718,1900,NULL,2,1901,6289,'Korok seed start','',64.4609375,-92.421875,0,0,0,'2017-06-10 14:23:43'); -INSERT INTO `marker` VALUES (8719,1900,NULL,2,1926,6315,'Devine Beast Vah Naboris','',94.84375,-168.84375,0,1,0,'2017-06-11 00:40:41'); -INSERT INTO `marker` VALUES (8720,1900,NULL,2,1901,5941,'Rare Harvest','(Big) Hearty Radishes, Hearty Truffles, Endura Shrooms, etc.',141.234375,-131.96875,0,0,0,'2017-06-11 01:14:16'); -INSERT INTO `marker` VALUES (8721,1900,NULL,2,1901,3536,'Seed','',126.25,-106.25,0,0,0,'2017-06-11 11:05:36'); -INSERT INTO `marker` VALUES (8722,1900,NULL,2,1925,5638,'Santuário de kensha','',193.5383279323578,-114.77067196369171,0,0,0,'2017-06-11 22:12:32'); -INSERT INTO `marker` VALUES (8723,1900,NULL,2,1925,5638,'Santuario de kensha','Prueba de fuerza media',193.44401174783707,-114.64583200216293,0,0,0,'2017-06-11 22:16:26'); -INSERT INTO `marker` VALUES (8724,1900,NULL,2,1916,6427,'Korok Seed','',140.296875,-150.9921875,0,0,0,'2017-06-12 04:59:25'); -INSERT INTO `marker` VALUES (8725,1900,NULL,2,1926,6538,'Vah Medoh','',71.5625,-98.953125,0,0,0,'2017-06-14 03:34:31'); -INSERT INTO `marker` VALUES (8726,1900,NULL,2,1916,6426,'KOROK SEEDS','Trio of boulders. Roll one down the hill in between the two trees at the base of the hill and the Korok will appear.',149.73046875,-157.03125,0,0,0,'2017-06-14 04:21:13'); -INSERT INTO `marker` VALUES (8727,1900,NULL,2,1904,2205,'Fire Arrows','',139.91743755340576,-116.24604296684265,0,0,0,'2017-06-14 09:45:18'); -INSERT INTO `marker` VALUES (8728,1900,NULL,2,1904,2205,'5x Ice Arrows','',125.61320328712463,-109.68164443969727,0,0,0,'2017-06-14 10:32:45'); -INSERT INTO `marker` VALUES (8729,1900,NULL,2,1904,2205,'5x Bomb Arrow','',125.39370679855347,-111.46522271633148,0,0,0,'2017-06-14 10:46:59'); -INSERT INTO `marker` VALUES (8730,1900,NULL,2,1904,2205,'5x Bomb Arrows','',126.48611736297607,-113.46299982070923,0,0,0,'2017-06-14 10:53:15'); -INSERT INTO `marker` VALUES (8731,1900,NULL,2,1904,2205,'5x Electro Arrows','',126.4765625,-113.546875,0,0,0,'2017-06-14 10:54:42'); -INSERT INTO `marker` VALUES (8732,1900,NULL,2,1901,2205,'5x Bomb Arrows','',125.609375,-114.3671875,0,0,0,'2017-06-14 10:56:20'); -INSERT INTO `marker` VALUES (8733,1900,NULL,2,1916,4184,'Korok Seeds','',140.5703125,-128.296875,0,0,0,'2017-06-15 04:59:15'); -INSERT INTO `marker` VALUES (8734,1900,NULL,2,1936,6546,'Ore','',100.83761739730835,-161.42367973923683,0,1,0,'2017-06-15 06:06:40'); -INSERT INTO `marker` VALUES (8735,1900,NULL,2,1901,4426,'i','',79.875,-82.0625,0,0,0,'2017-06-16 00:24:16'); -INSERT INTO `marker` VALUES (8736,1900,NULL,2,1920,4748,'Gedenkstein','',176.0703125,-124.6484375,0,0,0,'2017-06-16 01:18:18'); -INSERT INTO `marker` VALUES (8737,1900,NULL,2,1935,6426,'The Cursed Statue','Kam Urog Shrine quest',165.296875,-156.67578125,0,0,0,'2017-06-16 21:55:30'); -INSERT INTO `marker` VALUES (8738,1900,NULL,2,1901,6700,'Death Mountain's Secret','',155.7421875,-92.9921875,0,0,0,'2017-06-17 01:16:37'); -INSERT INTO `marker` VALUES (8739,1900,NULL,2,1901,6652,'Start','',110.40471839904785,-157.21921920776367,0,0,0,'2017-06-17 05:24:59'); -INSERT INTO `marker` VALUES (8740,1900,NULL,2,1935,2850,'From the Ground Up','',179.92578125,-163.6328125,0,0,0,'2017-06-17 16:22:51'); -INSERT INTO `marker` VALUES (8741,1900,NULL,2,1935,2850,'Little Sister's Big Request','',176.8203125,-101.671875,0,0,0,'2017-06-17 16:24:19'); -INSERT INTO `marker` VALUES (8742,1900,NULL,2,1935,2850,'Sunshroom Sensing','',187.09765625,-160.92578125,0,0,0,'2017-06-17 16:25:48'); -INSERT INTO `marker` VALUES (8743,1900,NULL,2,1935,2850,'What's for Dinner?','',172.984375,-181.4921875,0,0,0,'2017-06-17 16:27:02'); -INSERT INTO `marker` VALUES (8744,1900,NULL,2,1935,6801,'Secret of the Cedars','To begin this shrine quest, speak to Clavia in Hateno Village. She tells you about an old legend about three cedar trees that can be seen on the top of Madorna Mountain. ',184.1328125,-160.546875,0,0,0,'2017-06-18 07:41:22'); -INSERT INTO `marker` VALUES (8745,1900,NULL,2,1935,6801,'By Firefly's Light','Requires you to finish one sides quest and one main quest before unlocking this side quest; Prerequisites: Flown the Coop and Find the Fairy Fountain.',157.71484375,-143.96875,0,0,0,'2017-06-18 08:07:30'); -INSERT INTO `marker` VALUES (8746,1900,NULL,2,1935,6801,'Arrows of Burning Heat','Speak to Rola in Kakariko Village and she'll ask you to light up four torches which is behind the Goddess statue in the village. ',156.55859375,-144.26953125,0,0,0,'2017-06-18 08:32:02'); -INSERT INTO `marker` VALUES (8747,1900,NULL,2,1944,6801,'Inside Shae Loya Shrine ','',82.15625,-121.23046875,0,0,0,'2017-06-18 13:09:54'); -INSERT INTO `marker` VALUES (8748,1900,NULL,2,1943,6801,'Inside Shae Loya Shrine','',82.3046875,-121.265625,0,0,0,'2017-06-18 13:33:48'); -INSERT INTO `marker` VALUES (8749,1900,NULL,2,1943,6801,'Inside Sha Warvo Shrine','',68.3359375,-93.4765625,0,0,0,'2017-06-18 20:57:22'); -INSERT INTO `marker` VALUES (8750,1900,NULL,2,1935,6801,'Missing in Action','',84.1328125,-162.8671875,0,0,0,'2017-06-19 00:42:32'); -INSERT INTO `marker` VALUES (8751,1900,NULL,2,1935,6801,'Hunt for the Giant Horse','',125.1328125,-182.3359375,0,0,0,'2017-06-19 02:19:50'); -INSERT INTO `marker` VALUES (8752,1900,NULL,2,1935,6801,'Little Sister's Big Request','',177.1015625,-101.46875,0,0,0,'2017-06-19 02:37:32'); -INSERT INTO `marker` VALUES (8753,1900,NULL,2,1910,5784,'Amber','',193.671875,-84.828125,0,0,0,'2017-06-19 08:47:45'); -INSERT INTO `marker` VALUES (8754,1900,NULL,2,1901,6614,'Pondo's Lodge','Snowball Bowling with Pondo',95.671875,-95.328125,0,1,0,'2017-06-19 21:13:31'); -INSERT INTO `marker` VALUES (8755,1900,NULL,2,1935,6801,'Guardian Slideshow','',129.73046875,-187.90234375,0,0,0,'2017-06-21 23:05:36'); -INSERT INTO `marker` VALUES (8756,1900,NULL,2,1935,6801,'What's For Dinner?','',173.421875,-181.171875,0,0,0,'2017-06-22 02:53:50'); -INSERT INTO `marker` VALUES (8757,1900,NULL,2,1916,7078,'Korok Seed','',121.3984375,-159.1796875,0,0,0,'2017-06-22 06:19:01'); -INSERT INTO `marker` VALUES (8758,1900,NULL,2,1916,7078,'start plant korok seed','start',135.28125,-154.78125,0,0,0,'2017-06-22 09:03:33'); -INSERT INTO `marker` VALUES (8759,1900,NULL,2,1901,6688,'korugu','',193.9375,-112.53125,0,0,0,'2017-06-22 14:33:59'); -INSERT INTO `marker` VALUES (8760,1900,NULL,2,1949,6936,'Black one','',179.265625,-162.3515625,0,0,0,'2017-06-22 16:53:52'); -INSERT INTO `marker` VALUES (8761,1900,NULL,2,1916,7078,'Flower start','Is the Flower where the sequence begins',143.33203125,-156.73046875,0,0,0,'2017-06-23 05:16:18'); -INSERT INTO `marker` VALUES (8762,1900,NULL,2,1931,6801,'Bokoblins','',107.9296875,-154.328125,0,0,0,'2017-06-23 12:18:35'); -INSERT INTO `marker` VALUES (8763,1900,NULL,2,1901,7141,'hestu(1st)','',159.109375,-150.578125,0,0,0,'2017-06-23 16:33:46'); -INSERT INTO `marker` VALUES (8764,1900,NULL,2,1901,6981,'Explosive Barrel','',118.06640625,-158.0234375,0,0,0,'2017-06-23 19:47:23'); -INSERT INTO `marker` VALUES (8765,1900,NULL,2,1930,6981,'Bokoblin','Archer',117.78125,-157.75390625,0,0,0,'2017-06-23 19:49:15'); -INSERT INTO `marker` VALUES (8766,1900,NULL,2,1930,6981,'Bokoblin','',117.54296875,-156.13671875,0,0,0,'2017-06-23 19:49:27'); -INSERT INTO `marker` VALUES (8767,1900,NULL,2,1930,6981,'Blue Bokoblin','',117.4375,-156.35546875,0,0,0,'2017-06-23 19:54:33'); -INSERT INTO `marker` VALUES (8768,1900,NULL,2,1930,6981,'Bokoblin x2 (Archer)','',118.31640625,-155.296875,0,0,0,'2017-06-23 19:56:32'); -INSERT INTO `marker` VALUES (8769,1900,NULL,2,1910,6981,'Eggs','In nest, on tree.',116.92578125,-156.8828125,0,0,0,'2017-06-23 19:59:11'); -INSERT INTO `marker` VALUES (8770,1900,NULL,2,1930,6981,'Bokoblin','',116.36328125,-157.01953125,0,0,0,'2017-06-23 20:00:34'); -INSERT INTO `marker` VALUES (8771,1900,NULL,2,1930,6981,'Bokoblin','',115.66796875,-156.67578125,0,0,0,'2017-06-23 20:01:30'); -INSERT INTO `marker` VALUES (8772,1900,NULL,2,1930,6981,'Bokoblin','',115.37109375,-158.5234375,0,0,0,'2017-06-23 20:03:24'); -INSERT INTO `marker` VALUES (8773,1900,NULL,2,1920,7160,'Shrine of Ressurection','This is where you start off in Breath of the Wild.',106.90625,-155.71875,0,0,0,'2017-06-23 20:35:09'); -INSERT INTO `marker` VALUES (8774,1900,NULL,2,1935,6381,'Good-Sized Horse','',96.328125,-157.140625,0,0,0,'2017-06-23 22:05:24'); -INSERT INTO `marker` VALUES (8775,1900,NULL,2,1935,6381,'Riverbed Reward','',141.078125,-130.3671875,0,0,0,'2017-06-23 22:06:51'); -INSERT INTO `marker` VALUES (8776,1900,NULL,2,1935,6381,'A Gift of Nightshade','',168.375,-183.375,0,0,0,'2017-06-23 22:07:39'); -INSERT INTO `marker` VALUES (8777,1900,NULL,2,1935,6381,'Sunken Treasure','',173.0859375,-182.59375,0,0,0,'2017-06-23 22:08:10'); -INSERT INTO `marker` VALUES (8778,1900,NULL,2,1935,6381,'What's for Dinner?','',173.09375,-181.2734375,0,0,0,'2017-06-23 22:08:38'); -INSERT INTO `marker` VALUES (8779,1900,NULL,2,1935,6381,'Take Back the Sea','',172.984375,-181.0859375,0,0,0,'2017-06-23 22:09:08'); -INSERT INTO `marker` VALUES (8780,1900,NULL,2,1916,7078,'Flower','Flower wherenyou start',180.6796875,-163.98046875,0,0,0,'2017-06-23 22:25:18'); -INSERT INTO `marker` VALUES (8781,1900,NULL,2,1930,6981,'Bokoblin x3','',112.04296875,-161.73828125,0,0,0,'2017-06-23 22:36:33'); -INSERT INTO `marker` VALUES (8782,1900,NULL,2,1931,6981,'Bokoblin Camp','',125.0234375,-162.40625,0,0,0,'2017-06-23 23:00:12'); -INSERT INTO `marker` VALUES (8783,1900,NULL,2,1901,6981,'Raft','',121.796875,-169.16015625,0,0,0,'2017-06-23 23:48:24'); -INSERT INTO `marker` VALUES (8784,1900,NULL,2,1910,5784,'Amber','',123.1015625,-153.8671875,0,0,0,'2017-06-24 10:38:23'); -INSERT INTO `marker` VALUES (8785,1900,NULL,2,1925,4257,'Dau Nae','',170.0859375,-148.91796875,0,1,0,'2017-06-24 13:15:17'); -INSERT INTO `marker` VALUES (8786,1900,NULL,2,1901,7243,'Now','6/25',102.9375,-138.9375,0,0,0,'2017-06-24 23:23:44'); -INSERT INTO `marker` VALUES (8787,1900,NULL,2,1935,3857,'zora stone monuments','Find all of the Stone Monuments scattered around Zora’s Domain',180.28125,-119.1875,0,0,0,'2017-06-25 00:35:21'); -INSERT INTO `marker` VALUES (8788,1900,NULL,2,1935,3857,'Hunt for the Giant Horse ','The Giant Horse is a rare horse can be found in the Taobab Grassland, Just south of the great plateau. KEN',124.703125,-182.42578125,0,0,0,'2017-06-25 01:04:30'); -INSERT INTO `marker` VALUES (8789,1900,NULL,2,1926,2000,'Vah Rudania','',167.671875,-87.421875,0,0,0,'2017-06-25 02:08:01'); -INSERT INTO `marker` VALUES (8790,1900,NULL,2,1905,7182,'40 shields','',183.41796875,-121.96875,0,0,0,'2017-06-25 07:45:42'); -INSERT INTO `marker` VALUES (8791,1900,NULL,2,1901,7276,'Need to get rusty shields back','',117.390625,-114.828125,0,0,0,'2017-06-25 11:54:58'); -INSERT INTO `marker` VALUES (8792,1900,NULL,2,1925,6306,'Completed','',123.875,-112.875,0,0,0,'2017-06-26 15:50:13'); -INSERT INTO `marker` VALUES (8793,1900,NULL,2,1936,7298,'Cracked Wall','',68.140625,-146.75,0,0,0,'2017-06-26 18:22:10'); -INSERT INTO `marker` VALUES (8794,1900,NULL,2,1903,6242,'Thunderspear','Held by Black Moblin',193.9453125,-125.6015625,0,0,0,'2017-06-26 20:11:47'); -INSERT INTO `marker` VALUES (8795,1900,NULL,2,1901,5328,'Korok Seed Event','Start the Event to get the Korok Seed of th south east from this point',68.8515625,-99.9453125,0,0,0,'2017-06-27 05:56:43'); -INSERT INTO `marker` VALUES (8796,1900,NULL,2,1901,5328,'Korok Seed Event','Find the Kolog Stone to start the Event and get the kolog Seed in front of this point',68.296875,-125.421875,0,0,0,'2017-06-27 16:28:43'); -INSERT INTO `marker` VALUES (8797,1900,NULL,2,1925,7468,'Shrine of Resurrection','',110.90625,-157.4375,0,0,0,'2017-06-28 04:39:05'); -INSERT INTO `marker` VALUES (8798,1900,NULL,2,1901,5328,'Korok Seed Event','Find the Kolog Stone to start the Event and get the kolog Seed west of this point',112.37109375,-119.578125,0,0,0,'2017-06-28 05:13:10'); -INSERT INTO `marker` VALUES (8799,1900,NULL,2,1901,5328,'Kolog Seed Event','Find the Yellow Flower between the Ruins, you'll get the kolog Seed of the south of this point',108.66796875,-110.8828125,0,0,0,'2017-06-28 05:49:07'); -INSERT INTO `marker` VALUES (8800,1900,NULL,2,1926,7487,'khedfsjkbd','',100.625,-70.9375,0,0,0,'2017-06-28 16:24:33'); -INSERT INTO `marker` VALUES (8801,1900,NULL,2,1926,7525,'Vah Rudania','',167.5,-87.359375,0,0,0,'2017-06-29 07:55:27'); -INSERT INTO `marker` VALUES (8802,1900,NULL,2,1901,6680,'korugu ','',180.625,-91.78125,0,0,0,'2017-06-29 10:40:35'); -INSERT INTO `marker` VALUES (8803,1900,NULL,2,1943,3288,'Diamond','',69.57389882206917,-69.21227341890335,0,0,0,'2017-06-29 13:24:43'); -INSERT INTO `marker` VALUES (8804,1900,NULL,2,1916,7544,'Korok Seed','',97.31640625,-134.4765625,0,0,0,'2017-06-29 16:48:17'); -INSERT INTO `marker` VALUES (8805,1900,NULL,2,1944,106,'Korok Mask','Requires Master Trials DLC',139.22265625,-99.046875,0,0,0,'2017-06-30 05:01:56'); -INSERT INTO `marker` VALUES (8806,1900,NULL,2,1944,106,'Midna's Helmet','Requires Master Trials DLC',106.046875,-131.390625,0,1,0,'2017-06-30 06:14:08'); -INSERT INTO `marker` VALUES (8807,1900,NULL,2,1944,106,'Majora's Mask','Requires Master Trials DLC',120.99609375,-148.0546875,0,0,0,'2017-06-30 06:14:41'); -INSERT INTO `marker` VALUES (8808,1900,NULL,2,1944,106,'Tingle's Hood','Requires Master Trials DLC',116.33984375,-141.91796875,0,0,0,'2017-06-30 06:21:37'); -INSERT INTO `marker` VALUES (8809,1900,NULL,2,1934,6690,'gdfg','',102.5,-162.75,0,0,0,'2017-06-30 13:10:49'); -INSERT INTO `marker` VALUES (8810,1900,NULL,2,1901,3633,'An Idea','',110.03125,-154.8984375,0,0,0,'2017-06-30 14:14:54'); -INSERT INTO `marker` VALUES (8811,1900,NULL,2,1946,5328,'DLC: Nambod Diary','This diary will only appear with the DLC's season pass Pack 1 after June 30, 2017',123.9140625,-155.2265625,0,0,0,'2017-06-30 14:39:57'); -INSERT INTO `marker` VALUES (8812,1900,NULL,2,1901,570,'Tons of Mighty Carp','',163.734375,-149.3671875,0,0,0,'2017-06-30 16:18:39'); -INSERT INTO `marker` VALUES (8813,1900,NULL,2,1901,4332,'GHOST ON WALL','',64.53515625,-68.21875,0,0,0,'2017-06-30 16:39:55'); -INSERT INTO `marker` VALUES (8814,1900,NULL,2,1926,7608,'Divine Beast Vah Rudania','',167.6875,-87.5625,0,1,0,'2017-06-30 18:05:19'); -INSERT INTO `marker` VALUES (8815,1900,NULL,2,1944,3857,'Midna's Helmant (DLC) KEN','',106.078125,-131.484375,0,0,0,'2017-06-30 21:14:18'); -INSERT INTO `marker` VALUES (8816,1900,NULL,2,1944,7639,'traveler sword','',118.74609375,-152.29296875,0,0,0,'2017-06-30 22:08:15'); -INSERT INTO `marker` VALUES (8817,1900,NULL,2,1944,7639,'traveler sword','',118.81640625,-152.27734375,0,0,0,'2017-06-30 22:08:43'); -INSERT INTO `marker` VALUES (8818,1900,NULL,2,1944,3857,'Phantom Graves (DLC) KEN','',120.1484375,-137.53125,0,0,0,'2017-07-01 01:09:09'); -INSERT INTO `marker` VALUES (8819,1900,NULL,2,1944,3857,'Tingle's Hood (DLC) KEN','',116.41015625,-141.94921875,0,0,0,'2017-07-01 01:22:10'); -INSERT INTO `marker` VALUES (8820,1900,NULL,2,1936,7519,'Rock Formation','',178.1484375,-102.9921875,0,0,0,'2017-07-01 02:47:16'); -INSERT INTO `marker` VALUES (8821,1900,NULL,2,1944,3857,'Tingle's Tights (DLC) KEN','Under the dead Guardian.',127.5078125,-131.375,0,0,0,'2017-07-01 02:47:28'); -INSERT INTO `marker` VALUES (8822,1900,NULL,2,1944,3857,'Phantom Armor (DLC) KEN','',124.20703125,-126.64453125,0,0,0,'2017-07-01 03:05:06'); -INSERT INTO `marker` VALUES (8823,1900,NULL,2,1943,3857,'Ruby (DLC) KEN','',117.4375,-151.6953125,0,0,0,'2017-07-01 03:19:08'); -INSERT INTO `marker` VALUES (8824,1900,NULL,2,1944,3857,'Phantom Helmet (DLC) KEN','On the ground floor, in the corner.',109.2734375,-147.2734375,0,0,0,'2017-07-01 03:29:32'); -INSERT INTO `marker` VALUES (8825,1900,NULL,2,1944,3857,'Tingle's Shirt (DLC) KEN','',117.5859375,-115.21484375,0,0,0,'2017-07-01 04:18:10'); -INSERT INTO `marker` VALUES (8826,1900,NULL,2,1910,3340,'Amber','',108.19921875,-131.265625,0,0,0,'2017-07-01 04:59:31'); -INSERT INTO `marker` VALUES (8827,1900,NULL,2,1910,3340,'Topaz','In cart',106.98046875,-131.9296875,0,0,0,'2017-07-01 05:04:04'); -INSERT INTO `marker` VALUES (8828,1900,NULL,2,1944,7309,'Tingle's Tights location','',127.58203125,-131.3359375,0,0,0,'2017-07-01 05:48:54'); -INSERT INTO `marker` VALUES (8829,1900,NULL,2,1944,7309,'Tingle's Shirt Location','Need DLC 1',117.4296875,-115.28125,0,0,0,'2017-07-01 06:06:51'); -INSERT INTO `marker` VALUES (8830,1900,NULL,2,1944,7309,'Tingle's Hood Location','Need DLC 1',116.27734375,-141.9296875,0,0,0,'2017-07-01 06:17:31'); -INSERT INTO `marker` VALUES (8831,1900,NULL,2,1944,7309,'Midna's Helmet','Need DLC 1',106.10546875,-131.46484375,0,0,0,'2017-07-01 06:25:14'); -INSERT INTO `marker` VALUES (8832,1900,NULL,2,1944,7309,'Korok Mask Location','Need DLC 1',139.34375,-99.140625,0,0,0,'2017-07-01 06:31:08'); -INSERT INTO `marker` VALUES (8833,1900,NULL,2,1944,7309,'Majora's Mask Location','Need DLC 1',121,-148.046875,0,0,0,'2017-07-01 06:39:23'); -INSERT INTO `marker` VALUES (8834,1900,NULL,2,1943,7309,'Travel Medalion Location','Need DLC 1',200.7734375,-72.47265625,0,0,0,'2017-07-01 06:53:29'); -INSERT INTO `marker` VALUES (8835,1900,NULL,2,1944,7683,'Soldier's Bow','',106.8046875,-157.234375,0,0,0,'2017-07-01 16:14:17'); -INSERT INTO `marker` VALUES (8836,1900,NULL,2,1926,5428,'Vah Medoh','',71.5,-100.125,0,0,0,'2017-07-01 20:04:34'); -INSERT INTO `marker` VALUES (8837,1900,NULL,2,1936,7298,'Cracked Wall','',134.1171875,-130.15625,0,0,0,'2017-07-01 20:12:16'); -INSERT INTO `marker` VALUES (8838,1900,NULL,2,1944,7510,'Phantom Armor DLC','',124.1037187576294,-126.82800781726837,0,0,0,'2017-07-02 06:54:06'); -INSERT INTO `marker` VALUES (8839,1900,NULL,2,1944,7510,'Phantom leggings DLC','',120.08843755722046,-137.63341391086578,0,0,0,'2017-07-02 07:03:48'); -INSERT INTO `marker` VALUES (8840,1900,NULL,2,1944,7510,'Phantom leggings DLC','',120.08843755722046,-137.63341391086578,0,0,0,'2017-07-02 07:04:14'); -INSERT INTO `marker` VALUES (8841,1900,NULL,2,1935,7670,'Arrows of Burning Heat','NPC Rola, light the torches by the goddess statue.',156.46875,-144.2578125,0,1,0,'2017-07-02 20:25:54'); -INSERT INTO `marker` VALUES (8842,1900,NULL,2,1931,854,'Skull','',193.34375,-119.84765625,0,0,0,'2017-07-03 08:05:21'); -INSERT INTO `marker` VALUES (8843,1900,NULL,2,1940,7916,'Silver Lynel (Master Mode)','Only present in Master Mode',117.4296875,-161.96875,0,0,0,'2017-07-03 20:09:02'); -INSERT INTO `marker` VALUES (8844,1900,NULL,2,1921,6442,'Home','',179.7890625,-163.78125,0,0,0,'2017-07-04 01:26:37'); -INSERT INTO `marker` VALUES (8845,1900,NULL,2,1935,5626,'Riverbed Reward','',141.40625,-130.96875,0,0,0,'2017-07-04 06:00:51'); -INSERT INTO `marker` VALUES (8846,1900,NULL,2,1910,7887,'Durians','',149.390625,-178.3125,0,0,0,'2017-07-04 08:55:46'); -INSERT INTO `marker` VALUES (8847,1900,NULL,2,1901,7151,'yummy','',133.03125,-145.53125,0,0,0,'2017-07-04 15:32:45'); -INSERT INTO `marker` VALUES (8848,1900,NULL,2,1901,8014,'','',120.71875,-159.265625,0,0,0,'2017-07-04 19:49:25'); -INSERT INTO `marker` VALUES (8849,1900,NULL,2,1901,8014,'','',117.59375,-151.796875,0,0,0,'2017-07-04 19:49:56'); -INSERT INTO `marker` VALUES (8850,1900,NULL,2,1901,8014,'','',118.59375,-152.328125,0,0,0,'2017-07-04 19:53:36'); -INSERT INTO `marker` VALUES (8851,1900,NULL,2,1901,8014,'','',111.3125,-159.625,0,0,0,'2017-07-04 19:57:13'); -INSERT INTO `marker` VALUES (8852,1900,NULL,2,1916,7952,'Dueling peaks korok seed','Throw a rock from the cliff above into the circle of stones in the river',129.75,-154.484375,0,0,0,'2017-07-04 20:40:18'); -INSERT INTO `marker` VALUES (8853,1900,NULL,2,1920,8060,'Deku Tree','j'ai une belle moustache',134.9296875,-93.5234375,0,0,0,'2017-07-05 16:09:35'); -INSERT INTO `marker` VALUES (8854,1900,NULL,2,1901,2858,'Naydra's Horn','',177.4765625,-145.640625,0,0,0,'2017-07-06 01:36:24'); -INSERT INTO `marker` VALUES (8855,1900,NULL,2,1901,7344,'Hestu','',134.52734375,-143.65234375,0,0,0,'2017-07-06 02:33:03'); -INSERT INTO `marker` VALUES (8856,1900,NULL,2,1901,7109,'??','',83.5625,-131.4375,0,0,0,'2017-07-06 04:54:17'); -INSERT INTO `marker` VALUES (8857,1900,NULL,2,1925,7109,'??','',83.9375,-131.875,0,0,0,'2017-07-06 04:54:37'); -INSERT INTO `marker` VALUES (8858,1900,NULL,2,1930,6006,'Yega Clan (x3)','',84.078125,-152.375,0,0,0,'2017-07-06 14:40:56'); -INSERT INTO `marker` VALUES (8859,1900,NULL,2,1916,5172,'korogu','',91.265625,-141.2734375,0,0,0,'2017-07-06 16:10:51'); -INSERT INTO `marker` VALUES (8860,1900,NULL,2,1940,8079,'White-Maned Lynel','Lynel in Hard Mode. It starts as a White Lynel and it goes up to Golden Lynel as game increases difficulty',117.15625,-161.203125,0,1,0,'2017-07-06 22:56:08'); -INSERT INTO `marker` VALUES (8861,1900,NULL,2,1936,5215,'Jewells','',142.6640625,-169.59375,0,0,0,'2017-07-06 23:01:27'); -INSERT INTO `marker` VALUES (8862,1900,NULL,2,1901,8172,'Hard','',160.125,-142.375,0,0,0,'2017-07-06 23:13:04'); -INSERT INTO `marker` VALUES (8863,1900,NULL,2,1940,7626,'Silver-Maned Lynel','',117.5390625,-160.5546875,0,0,0,'2017-07-07 06:17:29'); -INSERT INTO `marker` VALUES (8864,1900,NULL,2,1926,8235,'Divine Beast Vah Rudania','',167.84375,-87.4375,0,1,0,'2017-07-07 15:49:52'); -INSERT INTO `marker` VALUES (8865,1900,NULL,2,1903,8265,'Ice Spear','For the side quest',64.796875,-77.9765625,0,0,0,'2017-07-08 00:45:39'); -INSERT INTO `marker` VALUES (8866,1900,NULL,2,1948,8134,'Cooking pot','',173.734375,-167.140625,0,0,0,'2017-07-08 13:50:47'); -INSERT INTO `marker` VALUES (8867,1900,NULL,2,1901,8323,'asdf','asdf',117.41796875,-142.46484375,0,0,0,'2017-07-08 17:50:44'); -INSERT INTO `marker` VALUES (8868,1900,NULL,2,1935,8323,'Úkol na v?ži','Na v?ži je úkol k doletu co nejdále.',100.58203125,-115.78125,0,0,0,'2017-07-08 18:28:18'); -INSERT INTO `marker` VALUES (8869,1900,NULL,2,1936,5215,'Jewells','',158.78515625,-175.5703125,0,0,0,'2017-07-08 21:28:14'); -INSERT INTO `marker` VALUES (8870,1900,NULL,2,1903,5784,'Soldier's Claymore','',183.921875,-189.4140625,0,0,0,'2017-07-09 00:49:25'); -INSERT INTO `marker` VALUES (8871,1900,NULL,2,1916,8394,'Korok Seed','',98.078125,-169.828125,0,0,0,'2017-07-09 17:56:50'); -INSERT INTO `marker` VALUES (8872,1900,NULL,2,1901,5328,'Korok Seed Event','Start the event at the top of the tree, you'll get the kolog seed at the NorthWest of this point',152.78125,-116.7578125,0,0,0,'2017-07-09 18:55:58'); -INSERT INTO `marker` VALUES (8873,1900,NULL,2,1940,8358,'Master Mode Only','White-mane lynel ',117.609375,-160.41015625,0,1,0,'2017-07-09 21:05:28'); -INSERT INTO `marker` VALUES (8874,1900,NULL,2,1901,5328,'DLC1: Majora's Mask','DLC1: Majora's Mask',120.98828125,-148.046875,0,0,0,'2017-07-10 03:07:53'); -INSERT INTO `marker` VALUES (8875,1900,NULL,2,1931,8205,' A enemy tree ','',121.8125,-176.953125,0,1,0,'2017-07-10 06:00:07'); -INSERT INTO `marker` VALUES (8876,1900,NULL,2,1931,8205,' Enemy Skull','',170.28125,-76.4765625,0,1,0,'2017-07-10 06:02:25'); -INSERT INTO `marker` VALUES (8877,1900,NULL,2,1931,8205,'Enemy tree','',169.484375,-102.5234375,0,0,0,'2017-07-10 06:03:06'); -INSERT INTO `marker` VALUES (8878,1900,NULL,2,1901,8205,'Lizalfos boat','',172.1484375,-108.359375,0,0,0,'2017-07-10 06:04:17'); -INSERT INTO `marker` VALUES (8879,1900,NULL,2,1901,8205,'Enemy Skull','',167.0234375,-113.4453125,0,1,0,'2017-07-10 06:06:00'); -INSERT INTO `marker` VALUES (8880,1900,NULL,2,1901,8205,' Special Enemy Skull','One of a kind!',137.34375,-137.03125,0,1,0,'2017-07-10 06:07:18'); -INSERT INTO `marker` VALUES (8881,1900,NULL,2,1931,8205,'Enemy Skull','',118.09375,-157.953125,0,1,0,'2017-07-10 06:09:40'); -INSERT INTO `marker` VALUES (8882,1900,NULL,2,1931,8205,'Lizalfos camp','',180.21875,-135.625,0,1,0,'2017-07-10 06:11:07'); -INSERT INTO `marker` VALUES (8883,1900,NULL,2,1901,8440,'spawn rordrac','camper le lac',156.03125,-173.859375,0,0,0,'2017-07-10 07:11:53'); -INSERT INTO `marker` VALUES (8884,1900,NULL,2,1935,8501,'firefly ','collect five firefly ',157.66796875,-144.140625,0,1,0,'2017-07-11 13:19:30'); -INSERT INTO `marker` VALUES (8885,1900,NULL,2,1935,8575,'Riverbed reward','A man named Izra is unable to rest at night. He is staring at a treasure chest in the river he can't get to. Use the magnet rune to fish it out and open it (knight sword)',140.125,-131.375,0,0,0,'2017-07-13 03:05:14'); -INSERT INTO `marker` VALUES (8886,1900,NULL,2,1916,8644,'Not done 1','',149.859375,-114.375,0,0,0,'2017-07-13 16:38:58'); -INSERT INTO `marker` VALUES (8887,1900,NULL,2,1916,8649,'Korok Seeds','',93.71875,-136.75,0,0,0,'2017-07-13 17:52:01'); -INSERT INTO `marker` VALUES (8888,1900,NULL,2,1916,8649,'Korok Seed','',93.81640625,-136.9296875,0,0,0,'2017-07-13 17:53:15'); -INSERT INTO `marker` VALUES (8889,1900,NULL,2,1934,8663,'Miphas love','statue where you remember mipha during a main quest to free the divine beast of waterblight gannon',179.46875,-120.9375,0,0,0,'2017-07-13 21:17:20'); -INSERT INTO `marker` VALUES (8890,1900,NULL,2,1904,8616,'???','',179.84375,-69.03125,0,0,0,'2017-07-14 07:34:04'); -INSERT INTO `marker` VALUES (8891,1900,NULL,2,1901,8616,'????????','',199.8359375,-183.75,0,0,0,'2017-07-14 07:34:49'); -INSERT INTO `marker` VALUES (8892,1900,NULL,2,1901,8616,'Arrow','',179.765625,-68.9140625,0,0,0,'2017-07-14 07:36:09'); -INSERT INTO `marker` VALUES (8893,1900,NULL,2,1935,8502,'Sheep Rustlers','',184.708984375,-160.904296875,0,0,0,'2017-07-14 10:04:11'); -INSERT INTO `marker` VALUES (8894,1900,NULL,2,1904,8329,'??????!','',78.1875,-124.9375,0,0,0,'2017-07-14 14:02:28'); -INSERT INTO `marker` VALUES (8895,1900,NULL,2,1901,6996,'óejfpsodjgsdófjk','',165.78125,-145.5,0,0,0,'2017-07-14 16:03:46'); -INSERT INTO `marker` VALUES (8896,1900,NULL,2,1926,8730,'Divine Beast Vah Naboris','',94.953125,-169.0859375,0,1,0,'2017-07-14 19:47:28'); -INSERT INTO `marker` VALUES (8897,1900,NULL,2,1926,8730,'Divine Beast Vah Medoh','',71.52734375,-98.9453125,0,1,0,'2017-07-14 19:48:51'); -INSERT INTO `marker` VALUES (8898,1900,NULL,2,1916,8191,'Korok Seed','',158.25390625,-168.09765625,0,0,0,'2017-07-15 19:32:52'); -INSERT INTO `marker` VALUES (8899,1900,NULL,2,1935,8552,'The Sheep Rustlers','',184.62084341049194,-160.9250466823578,0,0,0,'2017-07-16 14:25:31'); -INSERT INTO `marker` VALUES (8900,1900,NULL,2,1944,3340,'Edge of Duality','Seems to be in place of Eightfold Longblade',155.3984375,-143.5390625,0,0,0,'2017-07-16 15:07:00'); -INSERT INTO `marker` VALUES (8901,1900,NULL,2,1935,3340,'Arrows of Burning Heat (Rola)','Light the torches around the goddess statue',156.50962501764297,-144.25728511810303,0,0,0,'2017-07-16 15:17:01'); -INSERT INTO `marker` VALUES (8902,1900,NULL,2,1935,3340,'By Firefly's Light (Lasli, Purple Rupee)','Given at night when Lasli is home, she asks you to get her fireflies. Catch around 5 and release them at once inside her home.',157.6983203291893,-144.16861724853516,0,0,0,'2017-07-16 15:25:12'); -INSERT INTO `marker` VALUES (8903,1900,NULL,2,1901,3011,'debut du korogu','debut du korogu que jarrive pas tu vois',57.7109375,-88.734375,0,0,0,'2017-07-16 16:48:13'); -INSERT INTO `marker` VALUES (8904,1900,NULL,2,1901,8774,'Aqui','',190.125,-148,0,0,0,'2017-07-16 17:14:16'); -INSERT INTO `marker` VALUES (8905,1900,NULL,2,1901,8661,'Hetsu ( Second Encounter)','The second Position of Hetsu',134.15625,-144.0625,0,0,0,'2017-07-16 20:38:28'); -INSERT INTO `marker` VALUES (8906,1900,NULL,2,1901,8905,'Oui','Oui',61.6875,-182.3125,0,0,0,'2017-07-17 10:50:31'); -INSERT INTO `marker` VALUES (8907,1900,NULL,2,1901,8254,'Kolog seed NW from Lagoon Haray','Starting point to get a kolog seed',136.5703125,-183.9765625,0,0,0,'2017-07-17 19:22:14'); -INSERT INTO `marker` VALUES (8908,1900,NULL,2,1902,8846,'Phantasma Head','',109.3046875,-147.30078125,0,0,0,'2017-07-17 20:08:34'); -INSERT INTO `marker` VALUES (8909,1900,NULL,2,1901,8254,'flower path to kolog','It's the method to get the kolog seed',66.078125,-101.6484375,0,1,0,'2017-07-17 20:45:22'); -INSERT INTO `marker` VALUES (8910,1900,NULL,2,1901,8254,'Kolog seed','',64.4453125,-101.6015625,0,0,0,'2017-07-17 20:46:45'); -INSERT INTO `marker` VALUES (8911,1900,NULL,2,1936,6937,'Cracked wall ','',63.102874994277954,-69.77173471450806,0,0,0,'2017-07-18 03:31:51'); -INSERT INTO `marker` VALUES (8912,1900,NULL,2,1903,8973,'Stone Smasher','',126.3125,-114.6640625,0,0,0,'2017-07-18 04:39:40'); -INSERT INTO `marker` VALUES (8913,1900,NULL,2,1926,8980,'Divine Beast Vah Rudania','',166.50581169128418,-88.66856336593628,0,0,0,'2017-07-18 09:32:55'); -INSERT INTO `marker` VALUES (8914,1900,NULL,2,1926,8980,'Divine Beast Vah Medoh','',71.55243730545044,-99.07503128051758,0,0,0,'2017-07-18 09:34:01'); -INSERT INTO `marker` VALUES (8915,1900,NULL,2,1926,8980,'Divine Beast Vah Naboris','',95.26831245422363,-168.890625,0,0,0,'2017-07-18 09:34:59'); -INSERT INTO `marker` VALUES (8916,1900,NULL,2,1901,9035,'Hello','',146.828125,-153.515625,0,0,0,'2017-07-19 03:55:04'); -INSERT INTO `marker` VALUES (8917,1900,NULL,2,1925,9078,'Tah Muhl Shrine','',164.1085702776909,-113.36981648206711,0,0,0,'2017-07-19 17:52:02'); -INSERT INTO `marker` VALUES (8918,1900,NULL,2,1901,9003,'Fake korogu','This korogu dosen't exist',102.5625,-120.25,0,0,0,'2017-07-20 13:05:32'); -INSERT INTO `marker` VALUES (8919,1900,NULL,2,1901,9003,'Fake Korogu n°2','This Korogu dosen't exist too',110.28125,-119.84375,0,0,0,'2017-07-20 13:06:35'); -INSERT INTO `marker` VALUES (8920,1900,NULL,2,1902,9157,'Soldier's Shield','Master Mode',111.5625,-159.63671875,0,0,0,'2017-07-21 16:35:02'); -INSERT INTO `marker` VALUES (8921,1900,NULL,2,1902,9157,'Nintendo Switch Shirt','DLC Item',120.6669921875,-159.3427734375,0,1,0,'2017-07-21 17:07:30'); -INSERT INTO `marker` VALUES (8922,1900,NULL,2,1902,9117,'Tingles Hood','',116.3671875,-141.953125,0,1,0,'2017-07-21 17:21:33'); -INSERT INTO `marker` VALUES (8923,1900,NULL,2,1944,9117,'Tingles Hood','t h',116.38671875,-141.90625,0,0,0,'2017-07-21 17:22:54'); -INSERT INTO `marker` VALUES (8924,1900,NULL,2,1901,9034,'A','',131.9375,-80.5625,0,0,0,'2017-07-22 01:33:02'); -INSERT INTO `marker` VALUES (8925,1900,NULL,2,1901,9194,'The Forest Dragon','',140.6640625,-175.84375,0,0,0,'2017-07-22 05:43:44'); -INSERT INTO `marker` VALUES (8926,1900,NULL,2,1904,9190,'Bow','',108.6875,-154.0234375,0,0,0,'2017-07-22 18:40:34'); -INSERT INTO `marker` VALUES (8927,1900,NULL,2,1935,5941,'Hylian Homeowner','Not "Link's House"...the actual name of the side-quest is "Hylian Homeowner."',179.515625,-163.84375,0,1,0,'2017-07-22 21:58:02'); -INSERT INTO `marker` VALUES (8928,1900,NULL,2,1901,1785,'Akkala Ancient Tech Lab','',198.125,-79,0,1,0,'2017-07-22 22:15:37'); -INSERT INTO `marker` VALUES (8929,1900,NULL,2,1903,1785,'The Master Sword','',134.9140625,-94.62109375,0,1,0,'2017-07-22 22:23:08'); -INSERT INTO `marker` VALUES (8930,1900,NULL,2,1939,7683,'Blizzrobe','',68.2578125,-161.375,0,1,0,'2017-07-23 05:34:33'); -INSERT INTO `marker` VALUES (8931,1900,NULL,2,1930,9223,'Bokoblins','',113.1875,-158.59375,0,0,0,'2017-07-23 08:12:52'); -INSERT INTO `marker` VALUES (8932,1900,NULL,2,1901,9223,'Amber','',107.921875,-162.734375,0,0,0,'2017-07-23 08:38:02'); -INSERT INTO `marker` VALUES (8933,1900,NULL,2,1916,9272,'stone on tree','stone on great tree',136.05078125,-146.2265625,0,0,0,'2017-07-23 19:40:49'); -INSERT INTO `marker` VALUES (8934,1900,NULL,2,1944,9226,'Chest','Silverscale Spear',179.97723829746246,-119.83299219608307,0,0,0,'2017-07-23 21:07:50'); -INSERT INTO `marker` VALUES (8935,1900,NULL,2,1935,9272,'by firefly's light','Visit into Lasli's house at night. She has not been able to catch fireflies in a long time, so she asks you to catch her five of them and give you a purple rupee (50).',157.6875,-144.1953125,0,0,0,'2017-07-24 17:08:13'); -INSERT INTO `marker` VALUES (8936,1900,NULL,2,1944,9133,'Phantom Greaves','Only if DLC Expansion Pass is purchased',120.05078125,-137.59375,0,0,0,'2017-07-25 05:10:24'); -INSERT INTO `marker` VALUES (8937,1900,NULL,2,1944,9133,'Tingle's Tights','Part of Expansion Pass DLC',127.5078125,-131.328125,0,0,0,'2017-07-25 05:14:53'); -INSERT INTO `marker` VALUES (8938,1900,NULL,2,1902,9312,'Tingel Armor','',117.46484375,-115.1171875,0,0,0,'2017-07-25 06:57:07'); -INSERT INTO `marker` VALUES (8939,1900,NULL,2,1901,9351,'APPLE','put an apple here',147.7265625,-158.4296875,0,0,0,'2017-07-25 13:24:33'); -INSERT INTO `marker` VALUES (8940,1900,NULL,2,1926,9355,'Divine Beast Vah Rudania','',165.21312522888184,-88.19637680053711,0,0,0,'2017-07-26 06:12:22'); -INSERT INTO `marker` VALUES (8941,1900,NULL,2,1926,9355,'Divine Beast Vah Medoh','',71.4375,-99.875,0,0,0,'2017-07-26 06:14:18'); -INSERT INTO `marker` VALUES (8942,1900,NULL,2,1926,9355,'Divine Beast Vah Naboris','',96,-170.20724868774414,0,0,0,'2017-07-26 06:16:35'); -INSERT INTO `marker` VALUES (8943,1900,NULL,2,1944,4383,'Treasure Chest (Equip)','',67.65234375,-69.8671875,0,0,0,'2017-07-27 09:09:54'); -INSERT INTO `marker` VALUES (8944,1900,NULL,2,1903,9495,'Branch','A branch on the ground',110.7421875,-153.1328125,0,1,0,'2017-07-28 03:56:17'); -INSERT INTO `marker` VALUES (8945,1900,NULL,2,1901,9495,'Campfire','Inside hill indent',113.09765625,-156.6328125,0,1,0,'2017-07-28 06:51:19'); -INSERT INTO `marker` VALUES (8946,1900,NULL,2,1901,9545,'Eldin Great Skeleton','',152.75,-70.71875,0,0,0,'2017-07-29 01:24:44'); -INSERT INTO `marker` VALUES (8947,1900,NULL,2,1916,9539,'Look','',124.1796875,-111.44921875,0,0,0,'2017-07-29 06:39:48'); -INSERT INTO `marker` VALUES (8948,1900,NULL,2,1925,9548,'Shrine of Resurrection ','',110.7890625,-157.296875,0,0,0,'2017-07-29 15:30:28'); -INSERT INTO `marker` VALUES (8949,1900,NULL,2,1901,8325,'i am here','',93.53125,-167.8125,0,0,0,'2017-07-29 22:10:20'); -INSERT INTO `marker` VALUES (8950,1900,NULL,2,1946,9546,'Misko's EX Journal','DLC Pack 1 journal',123.87890625,-155.17578125,0,1,0,'2017-07-29 23:09:55'); -INSERT INTO `marker` VALUES (8951,1900,NULL,2,1903,9554,'Traveler's Spear','',181.40625,-120.5625,0,0,0,'2017-07-30 11:02:33'); -INSERT INTO `marker` VALUES (8952,1900,NULL,2,1936,9542,'Cracked Wall','',155.6015625,-145.12109375,0,1,0,'2017-07-30 21:56:23'); -INSERT INTO `marker` VALUES (8953,1900,NULL,2,1901,9598,'Farosh','Farming',156.21875,-173.125,0,0,0,'2017-07-31 00:49:56'); -INSERT INTO `marker` VALUES (8954,1900,NULL,2,1939,3441,'Blizzrobe','',82.734375,-81.62890625,0,0,0,'2017-08-02 01:49:07'); -INSERT INTO `marker` VALUES (8955,1900,NULL,2,1940,8764,'two blue/black/white Lynel','',113.875,-181.125,0,0,0,'2017-08-02 16:11:13'); -INSERT INTO `marker` VALUES (8956,1900,NULL,2,1916,9199,'Korok?','',59.3125,-95.6875,0,0,0,'2017-08-03 06:10:46'); -INSERT INTO `marker` VALUES (8957,1900,NULL,2,1935,9694,'Secret of the Cedars','',193.4375,-154.328125,0,1,0,'2017-08-03 21:37:59'); -INSERT INTO `marker` VALUES (8958,1900,NULL,2,1935,8474,'Pomme grillées = 100','',72,-99.0625,0,0,0,'2017-08-04 00:21:34'); -INSERT INTO `marker` VALUES (8959,1900,NULL,2,1931,9903,'Bokoblin encampment','',124.77132797241211,-162.29768753051758,0,0,0,'2017-08-04 19:21:39'); -INSERT INTO `marker` VALUES (8960,1900,NULL,2,1935,9694,'A Wife Washed Away (after Divine Beast)','',180.30078125,-120.62890625,0,0,0,'2017-08-05 02:42:49'); -INSERT INTO `marker` VALUES (8961,1900,NULL,2,1901,9694,'The Giant of Ralis Pond (after divine beast)','',179.83984375,-119.28125,0,0,0,'2017-08-05 02:44:07'); -INSERT INTO `marker` VALUES (8962,1900,NULL,2,1935,8866,'A Gift of Nightshade','',168.4921875,-183.375,0,1,0,'2017-08-05 04:15:12'); -INSERT INTO `marker` VALUES (8963,1900,NULL,2,1936,854,'Small cave with a chest (ember)','',114.35546875,-158.203125,0,0,0,'2017-08-05 15:31:10'); -INSERT INTO `marker` VALUES (8964,1900,NULL,2,1943,9953,'Ancient Core','',108.828125,-88.9375,0,0,0,'2017-08-06 22:25:05'); -INSERT INTO `marker` VALUES (8965,1900,NULL,2,1901,9358,'Fotos von Wächtern','',129.859375,-188.453125,0,0,0,'2017-08-09 20:33:15'); -INSERT INTO `marker` VALUES (8966,1900,NULL,2,1925,8866,'Tawa Jinn Shrine','Tawa Jinn's Blessing. ',169.1171875,-172.3046875,0,1,0,'2017-08-10 01:34:30'); -INSERT INTO `marker` VALUES (8967,1900,NULL,2,1930,6292,'White Lynel','',117.375,-160.53125,0,0,0,'2017-08-10 14:40:42'); -INSERT INTO `marker` VALUES (8968,1900,NULL,2,1903,9260,'Gerudo simitar','',113.5234375,-181.36328125,0,0,0,'2017-08-10 15:46:23'); -INSERT INTO `marker` VALUES (8969,1900,NULL,2,1916,9372,'Korok Seed','',121.390625,-159.15234375,0,0,0,'2017-08-10 16:19:01'); -INSERT INTO `marker` VALUES (8970,1900,NULL,2,1916,9372,'Korok Seed','',121.421875,-159.5859375,0,0,0,'2017-08-10 16:19:47'); -INSERT INTO `marker` VALUES (8971,1900,NULL,2,1931,10167,'Lizalfos camp','',193.40625,-119.8125,0,0,0,'2017-08-10 20:05:14'); -INSERT INTO `marker` VALUES (8972,1900,NULL,2,1943,10167,'Silver rupee','',193.24609375,-119.734375,0,0,0,'2017-08-10 20:07:15'); -INSERT INTO `marker` VALUES (8973,1900,NULL,2,1903,9260,'Gerudo bow','Is in purple Ganon goo.',99.2265625,-182.2421875,0,0,0,'2017-08-11 08:33:53'); -INSERT INTO `marker` VALUES (8974,1900,NULL,2,1946,10223,'Misko's EX journal','',123.88051569461823,-155.18115240335464,0,0,0,'2017-08-11 22:12:57'); -INSERT INTO `marker` VALUES (8975,1900,NULL,2,1935,10223,'EX Treasure: Ancient Mask','',120.953125,-148.01171875,0,0,0,'2017-08-11 22:20:03'); -INSERT INTO `marker` VALUES (8976,1900,NULL,2,1935,10223,'Arrows of Burning Heat ','',156.64658212661743,-144.2651132941246,0,1,0,'2017-08-11 23:52:35'); -INSERT INTO `marker` VALUES (8977,1900,NULL,2,1946,10223,'Super Rumor Mill V1','',144.84192579984665,-110.49455863237381,0,0,0,'2017-08-12 02:03:26'); -INSERT INTO `marker` VALUES (8978,1900,NULL,2,1935,10223,'EX Strange Mask Rumors','',139.33168745040894,-99.09809398651123,0,1,0,'2017-08-12 02:27:59'); -INSERT INTO `marker` VALUES (8979,1900,NULL,2,1944,9049,'EX: Nintendo Switch Shirt','This item is only available if u playing in Expert mode',120.703125,-159.375,0,0,0,'2017-08-12 09:38:21'); -INSERT INTO `marker` VALUES (8980,1900,NULL,2,1944,9049,'EX: 5x bomb arrows','',105.171875,-159.765625,0,0,0,'2017-08-12 09:43:37'); -INSERT INTO `marker` VALUES (8981,1900,NULL,2,1931,9995,'Lizalfos' Enemy Camp','An Lizalfos camp with a cooking pot and two chest in the ground',85.5078125,-134.671875,0,0,0,'2017-08-12 19:27:52'); -INSERT INTO `marker` VALUES (8982,1900,NULL,2,1901,9995,'Arbiter's Ground','A place there's a molduga and a korok seed',63.0403750538826,-186.84375,0,0,0,'2017-08-12 21:05:12'); -INSERT INTO `marker` VALUES (8983,1900,NULL,2,1935,10223,'Cliffside Etchings','',81.91762113571167,-120.25440239906311,0,1,0,'2017-08-12 21:52:41'); -INSERT INTO `marker` VALUES (8984,1900,NULL,2,1944,10269,'ARROW x 5','ARROW x 5',112.2890625,-163.55859375,0,1,0,'2017-08-13 04:45:13'); -INSERT INTO `marker` VALUES (8985,1900,NULL,2,1931,10269,'5G','',111.81640625,-163.33984375,0,0,0,'2017-08-13 04:52:37'); -INSERT INTO `marker` VALUES (8986,1900,NULL,2,1930,10269,'1G','',111.15234375,-162.94140625,0,0,0,'2017-08-13 04:53:05'); -INSERT INTO `marker` VALUES (8987,1900,NULL,2,1943,10269,'OPAL','',105.38671875,-158.2734375,0,0,0,'2017-08-13 05:17:54'); -INSERT INTO `marker` VALUES (8988,1900,NULL,2,1935,9995,'A Gift of Nightshade','',168.3671875,-183.44921875,0,0,0,'2017-08-13 08:38:13'); -INSERT INTO `marker` VALUES (8989,1900,NULL,2,1901,9967,'?','',159.90625,-158.1875,0,0,0,'2017-08-13 09:40:37'); -INSERT INTO `marker` VALUES (8990,1900,NULL,2,1935,9985,'The Serpent's Jaws','Kass is singing an ancient song about a dragon...',140.8671875,-175.703125,0,0,0,'2017-08-13 20:28:56'); -INSERT INTO `marker` VALUES (8991,1900,NULL,2,1930,10309,'Iwarok','',190.39453125,-125.4609375,0,0,0,'2017-08-13 23:05:57'); -INSERT INTO `marker` VALUES (8992,1900,NULL,2,1935,9985,'Hunt for the Giant Horse','',124.8125,-182.46875,0,0,0,'2017-08-14 00:29:37'); -INSERT INTO `marker` VALUES (8993,1900,NULL,2,1901,9985,'Hestu (2nd time)','',134.00390625,-144.17578125,0,0,0,'2017-08-14 02:07:14'); -INSERT INTO `marker` VALUES (8994,1900,NULL,2,1935,3833,'EX: Korok-Mask (DLC)','',139.27634382247925,-99.08071851730347,0,1,0,'2017-08-14 11:21:25'); -INSERT INTO `marker` VALUES (8995,1900,NULL,2,1916,10253,'korok seed','',149.578125,-157.203125,0,0,0,'2017-08-14 20:03:06'); -INSERT INTO `marker` VALUES (8996,1900,NULL,2,1916,10329,'Korok s','',193.7667109966278,-163.8208203315735,0,0,0,'2017-08-15 17:09:10'); -INSERT INTO `marker` VALUES (8997,1900,NULL,2,1901,853,'Hada caballo','',140.15625,-186.21875,0,0,0,'2017-08-16 13:13:40'); -INSERT INTO `marker` VALUES (8998,1900,NULL,2,1935,10387,'Sheep Rustlers','',184.6953125,-160.9765625,0,0,0,'2017-08-16 15:16:09'); -INSERT INTO `marker` VALUES (8999,1900,NULL,2,1901,10121,'Shrine of Resurrection','',110.62273406982422,-157.12835931777954,0,1,0,'2017-08-18 01:38:56'); -INSERT INTO `marker` VALUES (9000,1900,NULL,2,1939,3441,'Blozzrobe','',103.71875,-186.328125,0,0,0,'2017-08-18 03:10:16'); -INSERT INTO `marker` VALUES (9001,1900,NULL,2,1916,10502,'korok','',112.84375,-157.1875,0,0,0,'2017-08-19 00:26:52'); -INSERT INTO `marker` VALUES (9002,1900,NULL,2,1936,10543,'Mouth of the skull','',143.3046875,-111.94921875,0,0,0,'2017-08-19 19:30:37'); -INSERT INTO `marker` VALUES (9003,1900,NULL,2,1944,9294,'Knight's Halberd (Master Mode)','This chest continually respawns in the sky and tumbles down the mountain until it despawns. Use Stasis to stop it long enough to open it.',119.0546875,-87.375,0,0,0,'2017-08-20 04:00:51'); -INSERT INTO `marker` VALUES (9004,1900,NULL,2,1936,9995,'Cracked Wall','Cracked wall + rare ore',193.7774453163147,-127.68614053726196,0,0,0,'2017-08-20 08:39:16'); -INSERT INTO `marker` VALUES (9005,1900,NULL,2,1902,9985,'Tingle's Hood','',116.34765625,-141.89453125,0,0,0,'2017-08-20 14:14:13'); -INSERT INTO `marker` VALUES (9006,1900,NULL,2,1901,9985,'Dai's Reward (Silver Rupee)','',110.640625,-145.71484375,0,0,0,'2017-08-20 19:04:28'); -INSERT INTO `marker` VALUES (9007,1900,NULL,2,1944,9985,'Phantom Helmet','',109.3984375,-147.71875,0,0,0,'2017-08-20 19:21:38'); -INSERT INTO `marker` VALUES (9008,1900,NULL,2,1936,9294,'Mineral Deposit (1 Rare, 1 Regular)','Two Mineral Deposits under Cracked Wall',61.48828125,-83.87109375,0,0,0,'2017-08-21 01:14:39'); -INSERT INTO `marker` VALUES (9009,1900,NULL,2,1901,9294,'Two Regular Mineral Deposits','Two Regular Mineral Deposits',64.4296875,-92.62109375,0,0,0,'2017-08-21 01:20:19'); -INSERT INTO `marker` VALUES (9010,1900,NULL,2,1936,9294,'Rare Mineral Deposit','Rare Mineral Deposit',64.43359375,-92.828125,0,0,0,'2017-08-21 01:21:26'); -INSERT INTO `marker` VALUES (9011,1900,NULL,2,1944,10587,'Nintendo Switch Shirt (DLC)','',120.67578125,-159.3984375,0,0,0,'2017-08-21 15:38:32'); -INSERT INTO `marker` VALUES (9012,1900,NULL,2,1935,10485,'guardian amateur','',129.875,-188.1875,0,0,0,'2017-08-22 10:48:42'); -INSERT INTO `marker` VALUES (9013,1900,NULL,2,1916,10414,'Korok seed','',61.546875,-71.96875,0,0,0,'2017-08-22 16:48:01'); -INSERT INTO `marker` VALUES (9014,1900,NULL,2,1901,10647,'Campfire','',105.5390625,-152.7578125,0,0,0,'2017-08-22 19:19:22'); -INSERT INTO `marker` VALUES (9015,1900,NULL,2,1930,10657,'Lizalfos','',177.0234375,-130.95703125,0,0,0,'2017-08-22 22:20:26'); -INSERT INTO `marker` VALUES (9016,1900,NULL,2,1944,10622,'Switch Shirt Expansion Pack Bonus','',120.69609355926514,-159.32578110694885,0,1,0,'2017-08-23 00:24:19'); -INSERT INTO `marker` VALUES (9017,1900,NULL,2,1916,8532,'','',89.91015625,-186.5390625,0,0,0,'2017-08-25 12:22:00'); -INSERT INTO `marker` VALUES (9018,1900,NULL,2,1940,8079,'White-Maned Lynel','This Lynel appears ONLY in Master Mode',117.015625,-160.890625,0,0,0,'2017-08-25 14:55:46'); -INSERT INTO `marker` VALUES (9019,1900,NULL,2,1916,10807,'Korok Seed','',106.4375,-180.0859375,0,0,0,'2017-08-25 17:52:24'); -INSERT INTO `marker` VALUES (9020,1900,NULL,2,1936,9371,'Gerudo scimitar','',113.390984416008,-176.90292984247208,0,0,0,'2017-08-26 07:33:12'); -INSERT INTO `marker` VALUES (9021,1900,NULL,2,1944,5540,'Spectral trouser','',120.046875,-137.625,0,0,0,'2017-08-26 23:30:03'); -INSERT INTO `marker` VALUES (9022,1900,NULL,2,1944,5540,'Majora's mask','',120.96875,-148.0703125,0,0,0,'2017-08-27 01:02:49'); -INSERT INTO `marker` VALUES (9023,1900,NULL,2,1910,10875,'Shock Arrows ','',174.35546875,-162.8828125,0,0,0,'2017-08-27 04:17:11'); -INSERT INTO `marker` VALUES (9024,1900,NULL,2,1901,10338,'Cliff side Etchings','',82.234375,-120.0625,0,0,0,'2017-08-27 22:06:45'); -INSERT INTO `marker` VALUES (9025,1900,NULL,2,1916,10928,'1','',128.1628761291504,-123.68462562561035,0,0,0,'2017-08-28 01:29:11'); -INSERT INTO `marker` VALUES (9026,1900,NULL,2,1916,10928,'1','',127,-128.4375,0,0,0,'2017-08-28 01:30:37'); -INSERT INTO `marker` VALUES (9027,1900,NULL,2,1936,9294,'Rare Mineral Deposit','Rare Mineral Deposit',193.7578125,-127.734375,0,0,0,'2017-08-28 02:06:54'); -INSERT INTO `marker` VALUES (9028,1900,NULL,2,1935,9854,'Mushroom Rush!','55 rushrooms',84.2890625,-162.77734375,0,0,0,'2017-08-28 13:18:33'); -INSERT INTO `marker` VALUES (9029,1900,NULL,2,1944,10989,'Amber','',107.8671875,-162.7265625,0,0,0,'2017-08-30 00:57:11'); -INSERT INTO `marker` VALUES (9030,1900,NULL,2,1925,11001,'misclick','',169.875,-74.25,0,0,0,'2017-08-30 05:04:51'); -INSERT INTO `marker` VALUES (9031,1900,NULL,2,1925,10684,'Hard','',57.125,-142.75,0,0,0,'2017-08-30 17:52:29'); -INSERT INTO `marker` VALUES (9032,1900,NULL,2,1904,10622,'5 Bomb arrows','',105.28671860694885,-159.71484375,0,1,0,'2017-08-31 00:25:01'); -INSERT INTO `marker` VALUES (9033,1900,NULL,2,1901,9141,'Palmorae Ruins','',181.953125,-180.0625,0,0,0,'2017-08-31 07:07:03'); -INSERT INTO `marker` VALUES (9034,1900,NULL,2,1930,10657,'Green Lizalfo','Green Lizalfo in Master Mode',177.0546875,-131.0078125,0,1,0,'2017-08-31 22:01:08'); -INSERT INTO `marker` VALUES (9035,1900,NULL,2,1930,10657,'Red Moblin','Red Moblin in Master Mode',60.6171875,-73.40625,0,1,0,'2017-08-31 22:01:52'); -INSERT INTO `marker` VALUES (9036,1900,NULL,2,1930,10657,'Red Bokoblin','Red Bokoblin in Master Mode',114.3046875,-164.8046875,0,1,0,'2017-08-31 22:02:51'); -INSERT INTO `marker` VALUES (9037,1900,NULL,2,1910,3999,'Precious deposit ','',85.19140625,-102.24609375,0,0,0,'2017-09-01 12:05:19'); -INSERT INTO `marker` VALUES (9038,1900,NULL,2,1935,11167,'Take Back the Sea','',160.78125,-189.4375,0,1,0,'2017-09-03 17:11:11'); -INSERT INTO `marker` VALUES (9039,1900,NULL,2,1935,11167,'Arrows of Burning Heat','',156.546875,-143.6328125,0,1,0,'2017-09-03 17:24:35'); -INSERT INTO `marker` VALUES (9040,1900,NULL,2,1935,11167,'By Fireflies Light','',157.703125,-144.1875,0,1,0,'2017-09-03 17:26:21'); -INSERT INTO `marker` VALUES (9041,1900,NULL,2,1935,11167,'The Sheep Rustlers','',184.6328125,-160.6796875,0,0,0,'2017-09-03 17:29:57'); -INSERT INTO `marker` VALUES (9042,1900,NULL,2,1935,11167,'The Giant of Ralis Pond','',179.3125,-119.40625,0,1,0,'2017-09-03 17:33:13'); -INSERT INTO `marker` VALUES (9043,1900,NULL,2,1935,11167,'A Gift of Nightshade','',168.4296875,-183.015625,0,1,0,'2017-09-03 17:34:57'); -INSERT INTO `marker` VALUES (9044,1900,NULL,2,1935,11167,'What's for Dinner','',174.4140625,-181.6328125,0,1,0,'2017-09-03 17:36:43'); -INSERT INTO `marker` VALUES (9045,1900,NULL,2,1925,11178,'Shrine of Resurrection','Shrine in Great Plateau',110.76953125,-157.35546875,0,0,0,'2017-09-04 01:23:53'); -INSERT INTO `marker` VALUES (9046,1900,NULL,2,1901,11191,'Hestu','Para gastar as Koroks Seeds',160.984375,-149.53125,0,0,0,'2017-09-04 12:18:42'); -INSERT INTO `marker` VALUES (9047,1900,NULL,2,1926,11191,'Divine Beast Vah Naboris','',85.5,-185.75,0,1,0,'2017-09-04 12:57:45'); -INSERT INTO `marker` VALUES (9048,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:43'); -INSERT INTO `marker` VALUES (9049,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:46'); -INSERT INTO `marker` VALUES (9050,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:48'); -INSERT INTO `marker` VALUES (9051,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:49'); -INSERT INTO `marker` VALUES (9052,1900,NULL,2,1901,11271,'zelda','',144.375,-80.375,0,0,0,'2017-09-06 14:19:25'); -INSERT INTO `marker` VALUES (9053,1900,NULL,2,1901,11202,'My Hero Sidequest','Talk to Aliza\r\nRequires Master Sword',105.40625,-148.0078125,0,0,0,'2017-09-06 15:09:55'); -INSERT INTO `marker` VALUES (9054,1900,NULL,2,1901,10901,'xshop','xshop',192.953125,-102.9375,0,0,0,'2017-09-07 10:30:42'); -INSERT INTO `marker` VALUES (9055,1900,NULL,2,1901,10901,'monter shop','monter shop',154.890625,-144.453125,0,0,0,'2017-09-07 10:31:45'); -INSERT INTO `marker` VALUES (9056,1900,NULL,2,1901,10901,'monter shop','monter shop',64.875,-170.125,0,0,0,'2017-09-07 10:32:13'); -INSERT INTO `marker` VALUES (9057,1900,NULL,2,1901,10901,'monter shop','monter shop',180.125,-158.125,0,0,0,'2017-09-07 10:32:42'); -INSERT INTO `marker` VALUES (9058,1900,NULL,2,1901,10901,'monter shop','monter shop',177.609375,-122.203125,0,0,0,'2017-09-07 10:33:03'); -INSERT INTO `marker` VALUES (9059,1900,NULL,2,1901,10901,'monter shop','monter shop',71.609375,-95.71875,0,0,0,'2017-09-07 10:33:33'); -INSERT INTO `marker` VALUES (9060,1900,NULL,2,1901,10901,'monter shop','monter shop',174.390625,-185.359375,0,0,0,'2017-09-07 10:34:03'); -INSERT INTO `marker` VALUES (9061,1900,NULL,2,1901,11341,'????','',153.09375,-71.0625,0,0,0,'2017-09-08 18:40:18'); -INSERT INTO `marker` VALUES (9062,1900,NULL,2,1901,11341,'123','123',152.859375,-70.90625,0,0,0,'2017-09-08 18:40:42'); -INSERT INTO `marker` VALUES (9063,1900,NULL,2,1902,11341,'13','123',152.765625,-70.953125,0,1,0,'2017-09-08 18:41:22'); -INSERT INTO `marker` VALUES (9064,1900,NULL,2,1902,11341,'13','123',152.765625,-70.953125,0,1,0,'2017-09-08 18:41:26'); -INSERT INTO `marker` VALUES (9065,1900,NULL,2,1940,11341,'3','31',152.890625,-70.796875,0,0,0,'2017-09-08 18:42:21'); -INSERT INTO `marker` VALUES (9066,1900,NULL,2,1901,11341,'gg','',152.78125,-70.75390625,0,0,0,'2017-09-08 18:43:26'); -INSERT INTO `marker` VALUES (9067,1900,NULL,2,1901,11341,'gg','3',152.78125,-70.75390625,0,0,0,'2017-09-08 18:43:29'); -INSERT INTO `marker` VALUES (9068,1900,NULL,2,1901,11341,'gg','3',152.78125,-70.75390625,0,0,0,'2017-09-08 18:43:33'); -INSERT INTO `marker` VALUES (9069,1900,NULL,2,1901,11391,'Nambod note','',123.890625,-155.21875,0,1,0,'2017-09-10 02:04:50'); -INSERT INTO `marker` VALUES (9070,1900,NULL,2,1916,9940,'Korok','',158.3125,-168.15625,0,0,0,'2017-09-10 08:47:22'); -INSERT INTO `marker` VALUES (9071,1900,NULL,2,1916,9940,'Korok','',149.46875,-171.21875,0,0,0,'2017-09-10 08:48:09'); -INSERT INTO `marker` VALUES (9072,1900,NULL,2,1916,9940,'Korok','',160.9375,-170.75,0,0,0,'2017-09-10 08:50:38'); -INSERT INTO `marker` VALUES (9073,1900,NULL,2,1902,9985,'Tingle's Shirt','',117.546875,-114.81640625,0,0,0,'2017-09-10 14:26:48'); -INSERT INTO `marker` VALUES (9074,1900,NULL,2,1902,9985,'Tingle's Tights','',127.55078125,-131.31640625,0,0,0,'2017-09-10 17:44:19'); -INSERT INTO `marker` VALUES (9075,1900,NULL,2,1944,8866,'Knight's Halberd','Falls from the sky. Catch with magnesis. ',118.95703125,-87.3671875,0,0,0,'2017-09-13 19:11:59'); -INSERT INTO `marker` VALUES (9076,1900,NULL,2,1901,9174,'vendeur','',139.04296875,-157.58984375,0,0,0,'2017-09-14 19:46:20'); -INSERT INTO `marker` VALUES (9077,1900,NULL,2,1910,11464,'Purple Rup','under water',185.4140625,-180.265625,0,0,0,'2017-09-15 00:13:56'); -INSERT INTO `marker` VALUES (9078,1900,NULL,2,1944,11569,'Warm Doublet','Talk to the old man for warm doublet',107.90625,-162.734375,0,0,0,'2017-09-16 23:14:53'); -INSERT INTO `marker` VALUES (9079,1900,NULL,2,1943,11569,'Amber','Inspect the rocks on the summit',107.890625,-162.703125,0,0,0,'2017-09-16 23:15:50'); -INSERT INTO `marker` VALUES (9080,1900,NULL,2,1944,11569,'Bomb arrows x5 (DLC)','',105.2265625,-159.6953125,0,0,0,'2017-09-16 23:20:41'); -INSERT INTO `marker` VALUES (9081,1900,NULL,2,1944,11569,'Switch shirt (DLC)','',120.6796875,-159.28125,0,0,0,'2017-09-16 23:21:25'); -INSERT INTO `marker` VALUES (9082,1900,NULL,2,1943,11569,'Saphire (DLC)','',117.5703125,-151.859375,0,0,0,'2017-09-16 23:22:11'); -INSERT INTO `marker` VALUES (9083,1900,NULL,2,1901,11607,'DLC Phatasma','',109.546875,-147.28125,0,0,0,'2017-09-17 13:13:50'); -INSERT INTO `marker` VALUES (9084,1900,NULL,2,1936,9294,'Ore Deposits','Ore Deposits',160.49609375,-93.03515625,0,0,0,'2017-09-18 02:24:44'); -INSERT INTO `marker` VALUES (9085,1900,NULL,2,1901,11582,'SIde quest','Kill the beasts on the beach to unlock the chest',184.09375,-161.109375,0,0,0,'2017-09-19 20:00:46'); -INSERT INTO `marker` VALUES (9086,1900,NULL,2,1901,11690,'Keese (Flock)','Large flock of Keese',121.4140625,-160.296875,0,0,0,'2017-09-21 05:32:19'); -INSERT INTO `marker` VALUES (9087,1900,NULL,2,1901,11742,'??????','',154.35546875,-157.640625,0,0,0,'2017-09-22 07:22:42'); -INSERT INTO `marker` VALUES (9088,1900,NULL,2,1926,11305,'Vah Naboris','',85.75,-186.1875,0,0,0,'2017-09-22 16:03:44'); -INSERT INTO `marker` VALUES (9089,1900,NULL,2,1901,11391,'History of the Zora','First part: The region of the zora.',172.6640625,-126.85546875,0,1,0,'2017-09-23 19:51:12'); -INSERT INTO `marker` VALUES (9090,1900,NULL,2,1901,11391,'History of the Zora','Third part: The region of the zora.',175.984375,-124.6875,0,1,0,'2017-09-23 19:55:54'); -INSERT INTO `marker` VALUES (9091,1900,NULL,2,1901,11391,'History of the Zora','Sixth part: Mipha and Ruta.',181.04296875,-128.80859375,0,1,0,'2017-09-23 20:09:52'); -INSERT INTO `marker` VALUES (9092,1900,NULL,2,1901,11391,'History of the Zora','Appendix I: An Unexpected Visitor',179.0078125,-128.62890625,0,1,0,'2017-09-23 20:16:37'); -INSERT INTO `marker` VALUES (9093,1900,NULL,2,1901,11391,'History of the Zora','Seventh part: The hero who beat Lynel',178.953125,-125.78515625,0,1,0,'2017-09-23 20:26:43'); -INSERT INTO `marker` VALUES (9094,1900,NULL,2,1901,11391,'History of the Zora','Appendix II: The Prince's Feat',186.24609375,-119.6640625,0,1,0,'2017-09-23 22:27:19'); -INSERT INTO `marker` VALUES (9095,1900,NULL,2,1901,11391,'History of the Zora','Memories of a stonemason',178.1640625,-116.4765625,0,1,0,'2017-09-24 01:19:52'); -INSERT INTO `marker` VALUES (9096,1900,NULL,2,1901,11391,'History of the Zora','Fifth part: the great princess Ruto',172.40625,-131.0390625,0,1,0,'2017-09-24 01:39:09'); -INSERT INTO `marker` VALUES (9097,1900,NULL,2,1901,11391,'History of the Zora','Second part: the links with Hyrule',172.96875,-127.53125,0,1,0,'2017-09-24 01:52:10'); -INSERT INTO `marker` VALUES (9098,1900,NULL,2,1901,11391,'History of the Zora','Fourth part: the champion festival',176.3203125,-129.1796875,0,1,0,'2017-09-24 02:02:20'); -INSERT INTO `marker` VALUES (9099,1900,NULL,2,1920,11617,'Sherfin's secret Hot Spring','',60.625,-73.5,0,0,0,'2017-09-24 11:04:15'); -INSERT INTO `marker` VALUES (9100,1900,NULL,2,1935,11777,'Good-Sized Horse','',96,-157.140625,0,0,0,'2017-09-24 17:39:42'); -INSERT INTO `marker` VALUES (9101,1900,NULL,2,1925,11860,'Norahma','',97.671875,-105.21875,0,0,0,'2017-09-25 00:57:42'); -INSERT INTO `marker` VALUES (9102,1900,NULL,2,1944,11817,'Majora's Mask','DLC Pack 1 EX Treasure',120.8828125,-148.09375,0,0,0,'2017-09-25 07:50:22'); -INSERT INTO `marker` VALUES (9103,1900,NULL,2,1944,11817,'Majora's Mask','DLC Pack 1 EX Treasure',120.8828125,-148.09375,0,0,0,'2017-09-25 07:50:23'); -INSERT INTO `marker` VALUES (9104,1900,NULL,2,1935,11889,'Leviathan','',151.921875,-70.03125,0,0,0,'2017-09-27 03:11:16'); -INSERT INTO `marker` VALUES (9105,1900,NULL,2,1935,11889,'An Ice Guy','This quest starts at Kara Kara Bazaar, located in the Gerudo Wasteland Region. With a Rito named Guy.',77.3984375,-168.23828125,0,0,0,'2017-09-27 05:51:59'); -INSERT INTO `marker` VALUES (9106,1900,NULL,2,1940,11360,'Silver Lynel','',56.7578125,-86.046875,0,0,0,'2017-09-30 07:44:29'); -INSERT INTO `marker` VALUES (9107,1900,NULL,2,1946,11391,'The mysterious mask','',144.73046875,-110.1015625,0,1,0,'2017-09-30 17:59:35'); -INSERT INTO `marker` VALUES (9108,1900,NULL,2,1939,11157,'Ice Wizzrobe','',82.8515625,-81.79296875,0,0,0,'2017-10-02 05:22:25'); -INSERT INTO `marker` VALUES (9109,1900,NULL,2,1939,5540,'Blizzaro','',68.3515625,-161.6171875,0,0,0,'2017-10-02 10:25:23'); -INSERT INTO `marker` VALUES (9110,1900,NULL,2,1903,4402,'Elemental weapons','The "bird wizards" who, when killed drops elemental weapons',139.46875,-115.953125,0,0,0,'2017-10-02 17:31:39'); -INSERT INTO `marker` VALUES (9111,1900,NULL,2,1939,5540,'Ice Wizzrobe','',75.796875,-152.421875,0,0,0,'2017-10-03 22:53:28'); -INSERT INTO `marker` VALUES (9112,1900,NULL,2,1916,12072,'Korok Seed','',134.11658585071564,-144.27362501621246,0,0,0,'2017-10-04 10:14:41'); -INSERT INTO `marker` VALUES (9113,1900,NULL,2,1916,12150,'Krog','',112.859375,-153.59375,0,0,0,'2017-10-05 18:02:29'); -INSERT INTO `marker` VALUES (9114,1900,NULL,2,1901,11742,'?','',98.46875,-134.1015625,0,0,0,'2017-10-07 07:36:27'); -INSERT INTO `marker` VALUES (9115,1900,NULL,2,1925,11464,'Atlitzmin','hided',92.546875,-113.890625,0,0,0,'2017-10-08 01:51:42'); -INSERT INTO `marker` VALUES (9116,1900,NULL,2,1925,11464,'Nineah Shrine','basic skill test',113.21484375,-118.20703125,0,0,0,'2017-10-08 01:53:54'); -INSERT INTO `marker` VALUES (9117,1900,NULL,2,1925,11464,'Nittma Shrine','basic test of strenght',136.6015625,-174.6796875,0,0,0,'2017-10-08 02:00:47'); -INSERT INTO `marker` VALUES (9118,1900,NULL,2,1925,11464,'Noihkra Shrine','Noihkra's protection',86.84375,-95.8359375,0,0,0,'2017-10-08 02:09:11'); -INSERT INTO `marker` VALUES (9119,1900,NULL,2,1925,11464,'Rimoa Shrine','oposite to the wind',101.1640625,-88.0234375,0,0,0,'2017-10-08 02:10:28'); -INSERT INTO `marker` VALUES (9120,1900,NULL,2,1901,3455,'yo','',121.28125,-159.26171875,0,0,0,'2017-10-08 17:04:59'); -INSERT INTO `marker` VALUES (9121,1900,NULL,2,1916,12215,'Korok Seed','',110.40234375,-117.4453125,0,0,0,'2017-10-08 17:48:23'); -INSERT INTO `marker` VALUES (9122,1900,NULL,2,1940,12306,'lynel','',110.015625,-147.75,0,0,0,'2017-10-11 16:18:33'); -INSERT INTO `marker` VALUES (9123,1900,NULL,2,1901,12017,'Fang and Bong as First Meet.','Kilton , Shop of Monsters, Dark World.',178.76953125,-74.125,0,0,0,'2017-10-13 04:34:24'); -INSERT INTO `marker` VALUES (9124,1900,NULL,2,1903,12348,'Cobble Crusher','Respawning Weapon',153.47265625,-82.1171875,0,1,0,'2017-10-14 06:30:42'); -INSERT INTO `marker` VALUES (9125,1900,NULL,2,1920,12017,'God of mountain','A horse Can't register due to it's God of Mountain.',92.75,-133.484375,0,0,0,'2017-10-14 08:53:06'); -INSERT INTO `marker` VALUES (9126,1900,NULL,2,1910,12017,'Bird Egg','',92.10546875,-134.33984375,0,0,0,'2017-10-14 08:54:41'); -INSERT INTO `marker` VALUES (9127,1900,NULL,2,1901,12400,'dragon','',153.0625,-71,0,0,0,'2017-10-15 15:07:50'); -INSERT INTO `marker` VALUES (9128,1900,NULL,2,1939,5540,'Ice Wizzrobe','',103.7578125,-186.3984375,0,0,0,'2017-10-16 15:59:20'); -INSERT INTO `marker` VALUES (9129,1900,NULL,2,1904,12452,'Falcon Bow','Inside a tresure chest on the top of a Monster Camp',68.4140625,-122.015625,0,0,0,'2017-10-16 16:29:11'); -INSERT INTO `marker` VALUES (9130,1900,NULL,2,1920,12017,'Shot Horn of Dragon','Shot Horn of Dragon to get more rupee.(Make Money)',155.70703125,-172.10546875,0,0,0,'2017-10-19 22:12:17'); -INSERT INTO `marker` VALUES (9131,1900,NULL,2,1939,9434,'Ice Wizzrobe','',103.6171875,-186.578125,0,0,0,'2017-10-20 02:37:00'); -INSERT INTO `marker` VALUES (9132,1900,NULL,2,1901,12332,'Apples','',97.5625,-133.328125,0,0,0,'2017-10-20 07:17:58'); -INSERT INTO `marker` VALUES (9133,1900,NULL,2,1901,12578,'Zora Stone Monument','',180.22265625,-119.1875,0,0,0,'2017-10-20 20:00:48'); -INSERT INTO `marker` VALUES (9134,1900,NULL,2,1935,12578,'A Parent's Love','The house does not appear on this map so the location may be skewed.',190.0625,-103.6015625,0,0,0,'2017-10-20 20:18:10'); -INSERT INTO `marker` VALUES (9135,1900,NULL,2,1902,12566,'Nintendo Switch Shirt','Only avaible with the Extention Pass',120.6640625,-159.2578125,0,0,0,'2017-10-21 01:02:40'); -INSERT INTO `marker` VALUES (9136,1900,NULL,2,1926,12597,'Divine Beast',' Vah Rudania',165.8125,-89.75,0,1,0,'2017-10-21 18:41:42'); -INSERT INTO `marker` VALUES (9137,1900,NULL,2,1903,9294,'[Master Mode] Blizzard Rod','',85.31640625,-97.28125,0,0,0,'2017-10-23 03:16:56'); -INSERT INTO `marker` VALUES (9138,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',93.00390625,-94.046875,0,0,0,'2017-10-23 04:52:45'); -INSERT INTO `marker` VALUES (9139,1900,NULL,2,1903,9294,'[Master Mode] Feathered Spear','',93.54296875,-95.0078125,0,0,0,'2017-10-23 04:53:22'); -INSERT INTO `marker` VALUES (9140,1900,NULL,2,1944,10827,'EX Treasure: Phantom Helm','',109.703125,-146.92578125,0,0,0,'2017-10-23 10:02:56'); -INSERT INTO `marker` VALUES (9141,1900,NULL,2,1935,12215,'The Mystery Polluter','',68.109375,-172.5546875,0,0,0,'2017-10-23 21:12:34'); -INSERT INTO `marker` VALUES (9142,1900,NULL,2,1935,12215,'The Undefeated Champ','',69.19921875,-176.640625,0,0,0,'2017-10-23 21:24:55'); -INSERT INTO `marker` VALUES (9143,1900,NULL,2,1916,12660,'Korok Seeds','',106.58203125,-146.23828125,0,0,0,'2017-10-25 13:07:34'); -INSERT INTO `marker` VALUES (9144,1900,NULL,2,1916,12660,'Korok Seeds','',72.953125,-120.984375,0,0,0,'2017-10-25 13:40:42'); -INSERT INTO `marker` VALUES (9145,1900,NULL,2,1904,12566,'5x Bomb Arrows (DLC1)','Only avaible with DLC1.',105.27734375,-159.65625,0,0,0,'2017-10-27 00:06:41'); -INSERT INTO `marker` VALUES (9146,1900,NULL,2,1940,12739,'Lynel Silver MM','',116.875,-160.96875,0,1,0,'2017-10-27 03:43:52'); -INSERT INTO `marker` VALUES (9147,1900,NULL,2,1940,12739,'Master Mode. Lynel Silver','Master mode lynel silver',117.33042192459106,-160.9768283367157,0,0,0,'2017-10-27 03:46:17'); -INSERT INTO `marker` VALUES (9148,1900,NULL,2,1930,12739,'Master Mode Bokoblin blue plataform ','Master mode plataform bokoblin blue',118.0878477692604,-152.89804303646088,0,1,0,'2017-10-27 04:08:36'); -INSERT INTO `marker` VALUES (9149,1900,NULL,2,1925,12742,'Shrine of Ressurection','',111.34375,-155.984375,0,0,0,'2017-10-27 13:06:58'); -INSERT INTO `marker` VALUES (9150,1900,NULL,2,1903,9294,'[Master Mode] Drillshaft','',188.2578125,-110.67578125,0,0,0,'2017-10-29 04:47:56'); -INSERT INTO `marker` VALUES (9151,1900,NULL,2,1903,9294,'[Master Mode] Stone Smasher','',185.65625,-112.5390625,0,0,0,'2017-10-29 04:54:04'); -INSERT INTO `marker` VALUES (9152,1900,NULL,2,1903,9294,'[Master Mode] Royal Broadsword','',184.3984375,-111.984375,0,0,0,'2017-10-29 04:58:25'); -INSERT INTO `marker` VALUES (9153,1900,NULL,2,1905,9294,'[Master Mode] Silver Shield','',183.38671875,-112.8984375,0,0,0,'2017-10-29 05:03:42'); -INSERT INTO `marker` VALUES (9154,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',185.06640625,-108.59765625,0,0,0,'2017-10-29 05:07:04'); -INSERT INTO `marker` VALUES (9155,1900,NULL,2,1903,9294,'[Master Mode] Flamespear','',185.38671875,-108.8359375,0,0,0,'2017-10-29 05:11:28'); -INSERT INTO `marker` VALUES (9156,1900,NULL,2,1903,9294,'[Master Mode] Flameblade','',187.01171875,-108.78515625,0,0,0,'2017-10-29 05:14:12'); -INSERT INTO `marker` VALUES (9157,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',186.3515625,-108.75390625,0,0,0,'2017-10-29 05:16:00'); -INSERT INTO `marker` VALUES (9158,1900,NULL,2,1903,9294,'[Master Mode] Meteor Rod','',185.859375,-108.80078125,0,0,0,'2017-10-29 05:17:09'); -INSERT INTO `marker` VALUES (9159,1900,NULL,2,1903,9294,'[Master Mode] Royal Claymore','',177.734375,-105.734375,0,0,0,'2017-10-29 06:12:49'); -INSERT INTO `marker` VALUES (9160,1900,NULL,2,1903,9294,'[Master Mode] Great Frostblade','',175.34375,-108.4375,0,0,0,'2017-10-29 09:48:23'); -INSERT INTO `marker` VALUES (9161,1900,NULL,2,1944,12739,'5 explosive arrow master mode','5 explosive arrow master mode',105.30124998092651,-159.6958748102188,0,0,0,'2017-10-29 21:01:34'); -INSERT INTO `marker` VALUES (9162,1900,NULL,2,1903,9294,'[Master Mode] Silverscale Spear','',166.23828125,-124.06640625,0,0,0,'2017-10-30 01:44:22'); -INSERT INTO `marker` VALUES (9163,1900,NULL,2,1903,9294,'[Master Mode] Zora Sword','',170.18359375,-122.390625,0,0,0,'2017-10-30 01:53:30'); -INSERT INTO `marker` VALUES (9164,1900,NULL,2,1905,9294,'[Master Mode] Silver Shield','',171.5859375,-123.81640625,0,0,0,'2017-10-30 01:55:22'); -INSERT INTO `marker` VALUES (9165,1900,NULL,2,1903,9294,'[Master Mode] Royal Broadsword','',169.8203125,-149.65625,0,0,0,'2017-10-30 02:42:00'); -INSERT INTO `marker` VALUES (9166,1900,NULL,2,1903,9294,'[Master Mode] Great Thunderblade','',155.7421875,-175.2109375,0,0,0,'2017-10-30 03:37:21'); -INSERT INTO `marker` VALUES (9167,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',155.78125,-175.23046875,0,0,0,'2017-10-30 03:37:45'); -INSERT INTO `marker` VALUES (9168,1900,NULL,2,1905,9294,'[Master Mode] Forest Dweller's Shield','',155.91796875,-177.8359375,0,0,0,'2017-10-30 05:10:04'); -INSERT INTO `marker` VALUES (9169,1900,NULL,2,1903,9294,'[Master Mode] Forest Dweller's Bow','',156.23046875,-178.0546875,0,0,0,'2017-10-30 05:11:24'); -INSERT INTO `marker` VALUES (9170,1900,NULL,2,1903,9294,'[Master Mode] Thunderspear','',156.06640625,-179.37109375,0,0,0,'2017-10-30 05:25:14'); -INSERT INTO `marker` VALUES (9171,1900,NULL,2,1903,9294,'[Master Mode] Thunderstorm Rod','',158.30859375,-179.3046875,0,0,0,'2017-10-30 05:36:05'); -INSERT INTO `marker` VALUES (9172,1900,NULL,2,1901,1918,'dlc','',109.44921875,-147.8359375,0,0,0,'2017-11-02 00:35:37'); -INSERT INTO `marker` VALUES (9173,1900,NULL,2,1916,12999,'Korok Seed','',66.203125,-82.0703125,0,0,0,'2017-11-05 10:00:06'); -INSERT INTO `marker` VALUES (9174,1900,NULL,2,1901,12363,'semilla','',132.20703125,-179.421875,0,0,0,'2017-11-05 15:21:17'); -INSERT INTO `marker` VALUES (9175,1900,NULL,2,1939,12272,'blizzard wizzrob','',103.77945327758789,-186.42546871304512,0,0,0,'2017-11-06 17:59:39'); -INSERT INTO `marker` VALUES (9176,1900,NULL,2,1921,13102,'Kokoriko','',113.25,-107.3125,0,0,0,'2017-11-08 05:39:39'); -INSERT INTO `marker` VALUES (9177,1900,NULL,2,1936,12889,'entrada a santuario','con una flecha bomba para romper las piedras y poder entrar al santuario',193.55859375,-114.83984375,0,1,0,'2017-11-09 01:31:32'); -INSERT INTO `marker` VALUES (9178,1900,NULL,2,1916,13093,'Down The Hill','Did not managed to reach it. so far :/',191.65625,-154.734375,0,0,0,'2017-11-09 21:53:06'); -INSERT INTO `marker` VALUES (9179,1900,NULL,2,1910,13124,'Korok Mask','The Korok Mask can be found here.',139.34375,-98.9140625,0,0,0,'2017-11-12 15:41:21'); -INSERT INTO `marker` VALUES (9180,1900,NULL,2,1926,13214,'Divine Beast Vah Rudania','',167.5625,-87.625,0,1,0,'2017-11-13 02:13:13'); -INSERT INTO `marker` VALUES (9181,1900,NULL,2,1926,13214,'Divine Beast Vah Medoh','',71.5625,-99.875,0,1,0,'2017-11-13 02:14:06'); -INSERT INTO `marker` VALUES (9182,1900,NULL,2,1926,13214,'Divine Beast Vah Naboris','',80.5625,-180.75,0,1,0,'2017-11-13 02:14:49'); -INSERT INTO `marker` VALUES (9183,1900,NULL,2,1920,13214,'Kara Kara Bazaar','',77.44921875,-167.9609375,0,0,0,'2017-11-13 02:18:35'); -INSERT INTO `marker` VALUES (9184,1900,NULL,2,1920,13214,'Yiga Clan Hideout','',71.87109375,-149.55859375,0,0,0,'2017-11-13 02:19:09'); -INSERT INTO `marker` VALUES (9185,1900,NULL,2,1920,13214,'Flight Range','',67.984375,-92.33203125,0,1,0,'2017-11-13 02:21:09'); -INSERT INTO `marker` VALUES (9186,1900,NULL,2,1920,13214,'Abandoned North Mine','',153.69921875,-84.37109375,0,1,0,'2017-11-13 02:21:43'); -INSERT INTO `marker` VALUES (9187,1900,NULL,2,1920,13214,'Southern Mine','',153.74609375,-97.0703125,0,0,0,'2017-11-13 02:22:20'); -INSERT INTO `marker` VALUES (9188,1900,NULL,2,1926,13250,'Vah' Nabooris','',95,-168.875,0,0,0,'2017-11-16 07:28:04'); -INSERT INTO `marker` VALUES (9189,1900,NULL,2,1901,13282,'mission','',141,-164.875,0,0,0,'2017-11-16 11:00:55'); -INSERT INTO `marker` VALUES (9190,1900,NULL,2,1901,13283,'Cant find Hinox','',116.46875,-108.390625,0,0,0,'2017-11-17 11:10:19'); -INSERT INTO `marker` VALUES (9191,1900,NULL,2,1901,13376,'Ambre brut','Examinez le rocher au sommet',107.875,-162.69921875,0,0,0,'2017-11-19 17:57:10'); -INSERT INTO `marker` VALUES (9192,1900,NULL,2,1901,13379,'semilla sin poder hacer','acertijo de manzanas, no he podido completar\r\n',172.25,-165.359375,0,0,0,'2017-11-20 00:23:12'); -INSERT INTO `marker` VALUES (9193,1900,NULL,2,1901,13379,'semilla sin poder hacer','semilla faltante',172.109375,-165.390625,0,1,0,'2017-11-20 00:25:00'); -INSERT INTO `marker` VALUES (9194,1900,NULL,2,1905,9294,'[Master Mode] Kite Shield','',84.4453125,-91.0078125,0,0,0,'2017-11-20 05:01:31'); -INSERT INTO `marker` VALUES (9195,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',82.3515625,-94.87890625,0,0,0,'2017-11-20 05:10:56'); -INSERT INTO `marker` VALUES (9196,1900,NULL,2,1944,9294,'[Master Mode] Feathered Edge','',81.9765625,-94.50390625,0,0,0,'2017-11-20 05:13:47'); -INSERT INTO `marker` VALUES (9197,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',101.53125,-130.4921875,0,0,0,'2017-11-20 08:18:28'); -INSERT INTO `marker` VALUES (9198,1900,NULL,2,1902,13446,'Korok Mask (DLC)','The approximate location of the Korok Mask.',138.5625,-99.2578125,0,1,0,'2017-11-22 00:34:51'); -INSERT INTO `marker` VALUES (9199,1900,NULL,2,1902,13446,'Phantom Helmet (DLC)','The location of the Phantom Helmet, buried in the ground in a red EX treasure chest.',109.48828125,-147.21875,0,1,0,'2017-11-22 00:39:06'); -INSERT INTO `marker` VALUES (9200,1900,NULL,2,1902,13446,'Majora's Mask (DLC)','The location of Majora's Mask.',120.9921875,-148.05078125,0,1,0,'2017-11-22 00:40:07'); -INSERT INTO `marker` VALUES (9201,1900,NULL,2,1910,13446,'Travel Medallion (DLC)','The location of the Travel Medallion.',200.7421875,-72.33203125,0,1,0,'2017-11-22 00:42:30'); -INSERT INTO `marker` VALUES (9202,1900,NULL,2,1902,13446,'Fused Shadow Helmet (DLC)','The location of the Fused Shadow (Midna's) Helmet.',106.0390625,-131.29296875,0,1,0,'2017-11-22 00:44:28'); -INSERT INTO `marker` VALUES (9203,1900,NULL,2,1939,13373,'Ice Wizzrobe','',103.765625,-186.421875,0,0,0,'2017-11-24 09:16:18'); -INSERT INTO `marker` VALUES (9204,1900,NULL,2,1931,13530,'Bokoblin Camp','',107.96875,-154.2109375,0,0,0,'2017-11-25 08:22:12'); -INSERT INTO `marker` VALUES (9205,1900,NULL,2,1930,13530,'Blue Bokoblin','',111.171875,-162.9375,0,0,0,'2017-11-25 09:00:08'); -INSERT INTO `marker` VALUES (9206,1900,NULL,2,1931,13530,'Bokoblin Camp','',111.6953125,-163.2890625,0,0,0,'2017-11-25 09:02:45'); -INSERT INTO `marker` VALUES (9207,1900,NULL,2,1931,13530,'Bokoblin Camp','',111.92578125,-162.08984375,0,0,0,'2017-11-25 09:04:25'); -INSERT INTO `marker` VALUES (9208,1900,NULL,2,1903,13531,'Tree Branch','',139.79296875,-158.1484375,0,0,0,'2017-11-25 17:18:44'); -INSERT INTO `marker` VALUES (9209,1900,NULL,2,1901,4715,'Golden Claymore??','',65.0625,-140.0625,0,0,0,'2017-11-26 03:57:23'); -INSERT INTO `marker` VALUES (9210,1900,NULL,2,1926,6079,'Divine Beast Vah Rudania','',167.9375,-87.875,0,0,0,'2017-11-26 23:49:42'); -INSERT INTO `marker` VALUES (9211,1900,NULL,2,1925,13208,'Sheem Dagoze Shrine','',98.4375,-129.390625,0,0,0,'2017-11-27 07:33:31'); -INSERT INTO `marker` VALUES (9212,1900,NULL,2,1944,9294,'[Master Mode] Royal Bow','',148.59375,-117.40625,0,0,0,'2017-11-27 07:37:01'); -INSERT INTO `marker` VALUES (9213,1900,NULL,2,1944,9294,'[Master Mode] Silverscale Spear','',163.70703125,-124.16015625,0,0,0,'2017-11-27 09:14:25'); -INSERT INTO `marker` VALUES (9214,1900,NULL,2,1903,13612,'?????','',141.8984375,-102.83203125,0,0,0,'2017-11-27 14:45:51'); -INSERT INTO `marker` VALUES (9215,1900,NULL,2,1948,13746,'Adventurer Camp','A camp with an adventurer, rice, seared meat',137.640625,-129.09375,0,0,0,'2017-12-02 20:00:28'); -INSERT INTO `marker` VALUES (9216,1900,NULL,2,1903,13750,'Flamesword chest','Inside Shrine',110.25,-88.75,0,0,0,'2017-12-03 02:41:54'); -INSERT INTO `marker` VALUES (9217,1900,NULL,2,1944,9294,'[Master Mode] Throwing Spear','',143.28125,-143.125,0,0,0,'2017-12-03 10:51:21'); -INSERT INTO `marker` VALUES (9218,1900,NULL,2,1930,13772,'Electric Keese','',170.65625,-127.5546875,0,0,0,'2017-12-03 13:09:29'); -INSERT INTO `marker` VALUES (9219,1900,NULL,2,1901,13376,'la huitième héroïne','',59.765625,-136.03125,0,0,0,'2017-12-03 17:34:05'); -INSERT INTO `marker` VALUES (9220,1900,NULL,2,1901,13784,'shrine','',159.9375,-141.75,0,0,0,'2017-12-03 18:38:55'); -INSERT INTO `marker` VALUES (9221,1900,NULL,2,1902,13746,'Ancient Screw','It's in the guardian ',132.671875,-151.4453125,0,0,0,'2017-12-04 02:42:16'); -INSERT INTO `marker` VALUES (9222,1900,NULL,2,1944,9294,'[Master Mode] Royal Halberd','',153.828125,-159.6484375,0,0,0,'2017-12-04 04:19:49'); -INSERT INTO `marker` VALUES (9223,1900,NULL,2,1941,7062,'Talus escondido xdd ','Firee!',161.265625,-80.859375,0,0,0,'2017-12-04 05:24:32'); -INSERT INTO `marker` VALUES (9224,1900,NULL,2,1930,13799,'ganon','',124.03515625,-111.4375,0,0,0,'2017-12-04 19:57:42'); -INSERT INTO `marker` VALUES (9225,1900,NULL,2,1930,13799,'ganon','',124.03515625,-111.4375,0,0,0,'2017-12-04 19:57:49'); -INSERT INTO `marker` VALUES (9226,1900,NULL,2,1930,13799,'ganon','',124.03515625,-111.4375,0,0,0,'2017-12-04 19:57:50'); -INSERT INTO `marker` VALUES (9227,1900,NULL,2,1930,13799,'ganon','ganon boss final',124.03515625,-111.4375,0,1,0,'2017-12-04 19:58:18'); -INSERT INTO `marker` VALUES (9228,1900,NULL,2,1930,13799,'ganon','ganon boss final',124.03515625,-111.4375,0,1,0,'2017-12-04 19:58:20'); -INSERT INTO `marker` VALUES (9229,1900,NULL,2,1920,13815,'Kakiriko Village','',155.859375,-143.421875,0,0,0,'2017-12-06 09:35:35'); -INSERT INTO `marker` VALUES (9230,1900,NULL,2,1935,13525,'Take Back the Sea','',172.94921875,-181.65234375,0,0,0,'2017-12-06 15:25:40'); -INSERT INTO `marker` VALUES (9231,1900,NULL,2,1944,13892,'??? ?????? 1','????? ?????? ??????\r\n',154.02734375,-177.3125,0,0,0,'2017-12-08 15:46:26'); -INSERT INTO `marker` VALUES (9232,1900,NULL,2,1926,11429,'Divine Beast Vah Naboris','',85.875,-184.875,0,1,0,'2017-12-09 10:39:27'); -INSERT INTO `marker` VALUES (9233,1900,NULL,2,1949,13951,'fgsefs','',129.6875,-145.78125,0,1,0,'2017-12-09 19:12:46'); -INSERT INTO `marker` VALUES (9234,1900,NULL,2,1920,13953,'Pondo's Lodge','Snow Bowling for Rupees',95.5546875,-95.5,0,1,0,'2017-12-09 21:47:52'); -INSERT INTO `marker` VALUES (9235,1900,NULL,2,1944,9294,'[Master Mode] Double Axe','',140.6484375,-127.69140625,0,0,0,'2017-12-10 02:19:56'); -INSERT INTO `marker` VALUES (9236,1900,NULL,2,1944,9294,'[Master Mode] Royal Bow','',132.9453125,-148.21875,0,0,0,'2017-12-10 02:34:43'); -INSERT INTO `marker` VALUES (9237,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',110.6484375,-143.4609375,0,0,0,'2017-12-10 03:19:03'); -INSERT INTO `marker` VALUES (9238,1900,NULL,2,1944,9294,'[Master Mode] Royal Shield','',110.1015625,-144.328125,0,0,0,'2017-12-10 03:19:29'); -INSERT INTO `marker` VALUES (9239,1900,NULL,2,1944,9294,'[Master Mode] Golden Bow','',100.1640625,-151.31640625,0,0,0,'2017-12-10 08:03:04'); -INSERT INTO `marker` VALUES (9240,1900,NULL,2,1944,9294,'[Master Mode] Radiant Shield','',101.609375,-152.1484375,0,0,0,'2017-12-10 08:16:04'); -INSERT INTO `marker` VALUES (9241,1900,NULL,2,1943,9294,'[Master Mode] Diamond','',102.203125,-152.25390625,0,0,0,'2017-12-10 08:30:00'); -INSERT INTO `marker` VALUES (9242,1900,NULL,2,1943,9294,'[Master Mode] Diamond','',101.4765625,-152.6796875,0,0,0,'2017-12-10 08:31:22'); -INSERT INTO `marker` VALUES (9243,1900,NULL,2,1944,9294,'[Master Mode] Royal Bow','',106.9765625,-157.2578125,0,0,0,'2017-12-10 09:29:39'); -INSERT INTO `marker` VALUES (9244,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',105.0078125,-156.73828125,0,0,0,'2017-12-10 09:35:20'); -INSERT INTO `marker` VALUES (9245,1900,NULL,2,1944,9294,'[Master Mode] Golden Claymore','',104.890625,-156.31640625,0,0,0,'2017-12-10 09:36:02'); -INSERT INTO `marker` VALUES (9246,1900,NULL,2,1944,9294,'[Master Mode] Royal Claymore','',110.61328125,-161.35546875,0,0,0,'2017-12-10 10:35:02'); -INSERT INTO `marker` VALUES (9247,1900,NULL,2,1944,9294,'[Master Mode] Royal Shield','',111.4609375,-159.6328125,0,0,0,'2017-12-10 10:45:10'); -INSERT INTO `marker` VALUES (9248,1900,NULL,2,1925,13991,'Ruvo Korbah Shrine','A major test of strenght',116.5625,-162.25,0,0,0,'2017-12-10 19:16:41'); -INSERT INTO `marker` VALUES (9249,1900,NULL,2,1925,13991,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.09375,0,0,0,'2017-12-10 19:18:03'); -INSERT INTO `marker` VALUES (9250,1900,NULL,2,1901,14001,'MONI BOI','',156.0625,-173.671875,0,0,0,'2017-12-10 22:55:24'); -INSERT INTO `marker` VALUES (9251,1900,NULL,2,1910,13746,'Opal','Opal',177.8828125,-128.8984375,0,0,0,'2017-12-11 02:08:33'); -INSERT INTO `marker` VALUES (9252,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',129.984375,-174.96875,0,0,0,'2017-12-11 03:27:21'); -INSERT INTO `marker` VALUES (9253,1900,NULL,2,1944,9294,'[Master Mode] Meteor Rod','',129.94921875,-175.23046875,0,0,0,'2017-12-11 03:27:46'); -INSERT INTO `marker` VALUES (9254,1900,NULL,2,1916,11731,'koeok','',60.625,-186.5625,0,0,0,'2017-12-11 17:45:53'); -INSERT INTO `marker` VALUES (9255,1900,NULL,2,1916,11731,'koeok','',60.625,-186.5625,0,0,0,'2017-12-11 17:45:53'); -INSERT INTO `marker` VALUES (9256,1900,NULL,2,1916,11731,'koeok','',60.625,-186.5625,0,0,0,'2017-12-11 17:45:53'); -INSERT INTO `marker` VALUES (9257,1900,NULL,2,1901,14053,'Kilton','',174.25,-185.28125,0,0,0,'2017-12-11 22:06:14'); -INSERT INTO `marker` VALUES (9258,1900,NULL,2,1943,14074,'Treasures unheard of.','Surounded by spikes,\r\n50 rupees',169.96484375,-123.5,0,1,0,'2017-12-12 14:20:26'); -INSERT INTO `marker` VALUES (9259,1900,NULL,2,1902,14059,'Phantom Helmet (DLC)','',109.46484375,-147.1875,0,0,0,'2017-12-12 18:36:29'); -INSERT INTO `marker` VALUES (9260,1900,NULL,2,1902,14059,'Phantom Armor (DLC)','',124.1484375,-126.66796875,0,0,0,'2017-12-12 18:37:10'); -INSERT INTO `marker` VALUES (9261,1900,NULL,2,1901,14059,'Phantom Greaves (DLC)','',120.05859375,-137.51953125,0,0,0,'2017-12-12 18:37:57'); -INSERT INTO `marker` VALUES (9262,1900,NULL,2,1944,14059,'Midna's Mask (DLC)','',106.1875,-131.40234375,0,0,0,'2017-12-12 19:23:51'); -INSERT INTO `marker` VALUES (9263,1900,NULL,2,1901,14119,'START','',115.0625,-134.75,0,0,0,'2017-12-13 13:36:33'); -INSERT INTO `marker` VALUES (9264,1900,NULL,2,1931,14053,'Lizalfos camp','',77.3671875,-162.8671875,0,0,0,'2017-12-13 15:38:33'); -INSERT INTO `marker` VALUES (9265,1900,NULL,2,1925,13944,'Rohitta-Chigu-Shrine(DLC)','Part of the DLC pack',119.8359375,-156.109375,0,0,0,'2017-12-13 18:14:10'); -INSERT INTO `marker` VALUES (9266,1900,NULL,2,1925,13944,'Ruhne-Koriba-Shrine(DLC)','Part of the (DLC). Quest with the one hit striker and only 1 quater health.',115.015625,-161.578125,0,0,0,'2017-12-13 18:19:06'); -INSERT INTO `marker` VALUES (9267,1900,NULL,2,1925,13944,'Etsuy-Korima-Shrine (DLC)','Part of the DLC, Quest with the one hit striker and a quater health. one of the four shrines of the quest',109.00390625,-160.98046875,0,0,0,'2017-12-13 18:21:51'); -INSERT INTO `marker` VALUES (9268,1900,NULL,2,1925,13944,'Yohwaka-Iruta-Shrine','Part of the DLC, Quest with the one hit striker and a quater health. one of the four shrines of the quest.\r\nNot shure if the shrine name is the same in english as i play the german vershion of the game',113.2734375,-154.0703125,0,0,0,'2017-12-13 18:23:17'); -INSERT INTO `marker` VALUES (9269,1900,NULL,2,1916,14160,'Not Gotten','',132.796875,-163.25,0,0,0,'2017-12-14 00:31:17'); -INSERT INTO `marker` VALUES (9270,1900,NULL,2,1916,14121,'korok','',186.921875,-161.11328125,0,0,0,'2017-12-14 02:49:46'); -INSERT INTO `marker` VALUES (9271,1900,NULL,2,1926,11424,'Divine Beast VAh'Naboris','',167.625,-87.8125,0,0,0,'2017-12-14 16:09:20'); -INSERT INTO `marker` VALUES (9272,1900,NULL,2,1901,14257,'Recovery water','',163.890625,-165.109375,0,0,0,'2017-12-16 02:58:23'); -INSERT INTO `marker` VALUES (9273,1900,NULL,2,1901,14290,'Ask Nobo','',187.3828125,-85.515625,0,0,0,'2017-12-16 16:43:08'); -INSERT INTO `marker` VALUES (9274,1900,NULL,2,1901,14082,'A Major Test of Strength','',52.75,-65.375,0,1,0,'2017-12-16 22:08:09'); -INSERT INTO `marker` VALUES (9275,1900,NULL,2,1901,13844,'Red Rupy','',167.33203125,-123.140625,0,0,0,'2017-12-16 22:37:26'); -INSERT INTO `marker` VALUES (9276,1900,NULL,2,1944,9294,'[Master Mode] Giant Boomerang','',153.4921875,-179.6171875,0,0,0,'2017-12-17 07:44:27'); -INSERT INTO `marker` VALUES (9277,1900,NULL,2,1944,9294,'[Master Mode] Great Thunderblade','',155.73046875,-175.2734375,0,0,0,'2017-12-17 08:10:12'); -INSERT INTO `marker` VALUES (9278,1900,NULL,2,1944,9294,'[Master Mode] Forest Dweller's Spear','',154.01953125,-177.28125,0,0,0,'2017-12-17 08:55:04'); -INSERT INTO `marker` VALUES (9279,1900,NULL,2,1944,9294,'[Master Mode] Gerudo Spear','',94.38671875,-166.19140625,0,0,0,'2017-12-18 06:19:50'); -INSERT INTO `marker` VALUES (9280,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',94.69921875,-166.45703125,0,0,0,'2017-12-18 06:20:21'); -INSERT INTO `marker` VALUES (9281,1900,NULL,2,1944,9294,'[Master Mode] Radiant Shield','',102.125,-158.5703125,0,0,0,'2017-12-18 08:18:27'); -INSERT INTO `marker` VALUES (9282,1900,NULL,2,1944,9294,'[Master Mode] Radiant Shield','',102.640625,-144.19140625,0,0,0,'2017-12-18 09:02:33'); -INSERT INTO `marker` VALUES (9283,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',103.12890625,-143.6640625,0,0,0,'2017-12-18 09:03:04'); -INSERT INTO `marker` VALUES (9284,1900,NULL,2,1910,14481,'DLC Chest','',117.546875,-152.15625,0,0,0,'2017-12-19 18:03:45'); -INSERT INTO `marker` VALUES (9285,1900,NULL,2,1940,14497,'Centaleon','',115.34375,-183.8125,0,0,0,'2017-12-20 03:37:33'); -INSERT INTO `marker` VALUES (9286,1900,NULL,2,1925,11604,'Yohaka-Iruta-Schrein','',113.2890625,-154.1875,0,0,0,'2017-12-20 12:44:25'); -INSERT INTO `marker` VALUES (9287,1900,NULL,2,1901,14303,'Mark','',64.765625,-171.234375,0,0,0,'2017-12-22 15:46:58'); -INSERT INTO `marker` VALUES (9288,1900,NULL,2,1901,13876,'PRINCIPIO','',112.625,-155.8828125,0,0,0,'2017-12-22 22:48:24'); -INSERT INTO `marker` VALUES (9289,1900,NULL,2,1931,14626,'Bokoblin Camp','',107.90234375,-154.3359375,0,0,0,'2017-12-23 01:39:26'); -INSERT INTO `marker` VALUES (9290,1900,NULL,2,1931,14626,'Bokoblin Camp','',110.04296875,-155.6015625,0,0,0,'2017-12-23 01:41:21'); -INSERT INTO `marker` VALUES (9291,1900,NULL,2,1944,9294,'[Master Mode] Moonlight Scimitar','',107.41796875,-140.14453125,0,0,0,'2017-12-23 04:09:06'); -INSERT INTO `marker` VALUES (9292,1900,NULL,2,1944,9294,'[Master Mode] Iron Sledgehammer','',129.91796875,-152.79296875,0,0,0,'2017-12-23 06:17:34'); -INSERT INTO `marker` VALUES (9293,1900,NULL,2,1944,9294,'[Master Mode] Royal Shield','',132.2265625,-153.57421875,0,0,0,'2017-12-23 06:26:53'); -INSERT INTO `marker` VALUES (9294,1900,NULL,2,1944,9294,'[Master Mode] Shield of the Mind's Eye','',145.2421875,-156.640625,0,0,0,'2017-12-23 07:56:03'); -INSERT INTO `marker` VALUES (9295,1900,NULL,2,1935,14643,'Secret of the Cedars','',181.54296875,-161.82421875,0,0,0,'2017-12-23 22:10:27'); -INSERT INTO `marker` VALUES (9296,1900,NULL,2,1901,14006,'ytest','',160.34375,-93.40625,0,0,0,'2017-12-23 23:38:05'); -INSERT INTO `marker` VALUES (9297,1900,NULL,2,1944,9294,'[Master Mode] Royal Halberd','',129.015625,-160.359375,0,0,0,'2017-12-24 04:15:23'); -INSERT INTO `marker` VALUES (9298,1900,NULL,2,1944,9294,'[Master Mode] Royal Halberd','',126.8203125,-165.2265625,0,0,0,'2017-12-24 05:08:44'); -INSERT INTO `marker` VALUES (9299,1900,NULL,2,1943,9294,'[Master Mode] Diamond','',110.66796875,-120.83984375,0,0,0,'2017-12-24 09:10:57'); -INSERT INTO `marker` VALUES (9300,1900,NULL,2,1944,9294,'[Master Mode] Royal Guard's Claymore','',111.390625,-120.234375,0,0,0,'2017-12-24 11:20:20'); -INSERT INTO `marker` VALUES (9301,1900,NULL,2,1944,9294,'[Master Mode] Royal Guard's Sword','',118.3828125,-117.8203125,0,0,0,'2017-12-25 04:20:23'); -INSERT INTO `marker` VALUES (9302,1900,NULL,2,1926,14706,'Divine Beast Vah'Medoh','',71.375,-100.125,0,0,0,'2017-12-25 12:56:24'); -INSERT INTO `marker` VALUES (9303,1900,NULL,2,1944,14643,'Forest Dweller's Bow','',160.25,-130.515625,0,0,0,'2017-12-25 18:31:54'); -INSERT INTO `marker` VALUES (9304,1900,NULL,2,1920,8235,'Sherfin's Secret Hot Spring','Location for 100% Completition',60.6328125,-73.421875,0,0,0,'2017-12-25 22:28:02'); -INSERT INTO `marker` VALUES (9305,1900,NULL,2,1944,9294,'[Master Mode] Edge of Duality','',86.26953125,-114.03515625,0,0,0,'2017-12-26 07:23:01'); -INSERT INTO `marker` VALUES (9306,1900,NULL,2,1931,14626,'Bokoblin Camp','',118.2109375,-158.0703125,0,0,0,'2017-12-26 22:54:01'); -INSERT INTO `marker` VALUES (9307,1900,NULL,2,1931,14626,'Bokoblin Camp','',107.91015625,-154.2890625,0,0,0,'2017-12-26 22:54:59'); -INSERT INTO `marker` VALUES (9308,1900,NULL,2,1931,14626,'Bokoblin Camp','',110.08203125,-155.625,0,0,0,'2017-12-26 22:55:59'); -INSERT INTO `marker` VALUES (9309,1900,NULL,2,1901,14626,'Old Man's Diary','',115.73046875,-163.20703125,0,0,0,'2017-12-26 22:58:36'); -INSERT INTO `marker` VALUES (9310,1900,NULL,2,1946,14626,'Old Man's Diary','',115.734375,-163.23046875,0,0,0,'2017-12-26 22:59:30'); -INSERT INTO `marker` VALUES (9311,1900,NULL,2,1931,14626,'Bokoblin Camp','',125.09375,-162.421875,0,0,0,'2017-12-26 23:01:14'); -INSERT INTO `marker` VALUES (9312,1900,NULL,2,1916,14782,'Race Start','',136.5546875,-183.9453125,0,0,0,'2017-12-27 06:06:02'); -INSERT INTO `marker` VALUES (9313,1900,NULL,2,1901,2635,'Can a mod edit this chest to display as glitched?','',180.37831211090088,-111.77506256103516,0,0,0,'2017-12-27 08:42:40'); -INSERT INTO `marker` VALUES (9314,1900,NULL,2,1916,14759,'Korok Seed','',187.0390625,-161.1328125,0,0,0,'2017-12-27 10:09:28'); -INSERT INTO `marker` VALUES (9315,1900,NULL,2,1910,14643,'Silver Rupee','',171.66015625,-128.8125,0,0,0,'2017-12-27 16:08:32'); -INSERT INTO `marker` VALUES (9316,1900,NULL,2,1903,14643,'Forked Lizal Spear','',178.30078125,-128.81640625,0,0,0,'2017-12-27 17:12:41'); -INSERT INTO `marker` VALUES (9317,1900,NULL,2,1930,14810,'Stone Talus','',125.3671875,-155.9375,0,0,0,'2017-12-27 18:43:45'); -INSERT INTO `marker` VALUES (9318,1900,NULL,2,1901,6054,'HERE','',128.15625,-154.65625,0,0,0,'2017-12-27 22:22:10'); -INSERT INTO `marker` VALUES (9319,1900,NULL,2,1916,14364,'Korok Seed','',138.3671875,-151.0546875,0,0,0,'2017-12-28 03:23:55'); -INSERT INTO `marker` VALUES (9320,1900,NULL,2,1944,14643,'Tingle's Hood','',116.38671875,-141.92578125,0,0,0,'2017-12-28 03:46:04'); -INSERT INTO `marker` VALUES (9321,1900,NULL,2,1901,2635,'I got a zora spear from this chest ','',196.359375,-118.046875,0,0,0,'2017-12-28 08:42:15'); -INSERT INTO `marker` VALUES (9322,1900,NULL,2,1932,13746,'Covered in Moss. Inactive ','Covered in moss. Inactive',183.4765625,-72.5703125,0,0,0,'2017-12-30 01:05:44'); -INSERT INTO `marker` VALUES (9323,1900,NULL,2,1944,9294,'[Master Mode] Thunderblade','',156.76171875,-184.3671875,0,0,0,'2017-12-31 04:35:52'); -INSERT INTO `marker` VALUES (9324,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',156.5625,-184.4453125,0,0,0,'2017-12-31 04:36:12'); -INSERT INTO `marker` VALUES (9325,1900,NULL,2,1944,9294,'[Master Mode] Thunderstorm Rod','',153.58203125,-180.62109375,0,0,0,'2017-12-31 06:00:44'); -INSERT INTO `marker` VALUES (9326,1900,NULL,2,1936,14626,'Cracked Wall','',112.6015625,-164.62109375,0,0,0,'2017-12-31 07:39:50'); -INSERT INTO `marker` VALUES (9327,1900,NULL,2,1936,14626,'Cracked Wall','',114.34765625,-158.1953125,0,0,0,'2017-12-31 07:41:00'); -INSERT INTO `marker` VALUES (9328,1900,NULL,2,1936,14626,'Cracked Wall','',111.22265625,-155.88671875,0,0,0,'2017-12-31 07:42:10'); -INSERT INTO `marker` VALUES (9329,1900,NULL,2,1901,12330,'Maybe Talus','',179.25,-181.3125,0,0,0,'2018-01-01 04:13:14'); -INSERT INTO `marker` VALUES (9330,1900,NULL,2,1942,15013,'Hinox','',116.71875,-108.1875,0,0,0,'2018-01-01 14:38:48'); -INSERT INTO `marker` VALUES (9331,1900,NULL,2,1901,497,'Weird Shrine','',160.21875,-143.5625,0,0,0,'2018-01-01 21:08:32'); -INSERT INTO `marker` VALUES (9332,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',70.68359375,-157.16015625,0,0,0,'2018-01-02 02:42:02'); -INSERT INTO `marker` VALUES (9333,1900,NULL,2,1944,9294,'[Master Mode] Moonlight Scimitar','',70.7421875,-157.54296875,0,0,0,'2018-01-02 02:42:43'); -INSERT INTO `marker` VALUES (9334,1900,NULL,2,1945,15079,'Blupee','',158.22265625,-141.86328125,0,0,0,'2018-01-02 18:39:03'); -INSERT INTO `marker` VALUES (9335,1900,NULL,2,1945,15079,'Blupee','',159.89453125,-142.484375,0,0,0,'2018-01-02 18:51:02'); -INSERT INTO `marker` VALUES (9336,1900,NULL,2,1936,15079,'On grassy outcropping','Bomb the will and several chests with arrows and apples inside, plus bomb arrows chest.',159.08203125,-136.46484375,0,0,0,'2018-01-02 19:38:26'); -INSERT INTO `marker` VALUES (9337,1900,NULL,2,1901,15137,'ARROW','',119.7109375,-177.6171875,0,0,0,'2018-01-03 09:41:38'); -INSERT INTO `marker` VALUES (9338,1900,NULL,2,1936,14626,'Cracked Wall','',139.19140625,-156.26953125,0,0,0,'2018-01-03 12:24:35'); -INSERT INTO `marker` VALUES (9339,1900,NULL,2,1901,15279,'Inicio','Para Orientarme',120.875,-157.5,0,1,0,'2018-01-03 17:15:51'); -INSERT INTO `marker` VALUES (9340,1900,NULL,2,1910,14881,'Ancient Core in Shrine','',102.5625,-155.0625,0,0,0,'2018-01-03 17:50:38'); -INSERT INTO `marker` VALUES (9341,1900,NULL,2,1943,15220,'','',157.921875,-185.546875,0,0,0,'2018-01-03 22:10:06'); -INSERT INTO `marker` VALUES (9342,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:12'); -INSERT INTO `marker` VALUES (9343,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:20'); -INSERT INTO `marker` VALUES (9344,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:29'); -INSERT INTO `marker` VALUES (9345,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:49'); -INSERT INTO `marker` VALUES (9346,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:51'); -INSERT INTO `marker` VALUES (9347,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:51'); -INSERT INTO `marker` VALUES (9348,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:52'); -INSERT INTO `marker` VALUES (9349,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:11'); -INSERT INTO `marker` VALUES (9350,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); -INSERT INTO `marker` VALUES (9351,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); -INSERT INTO `marker` VALUES (9352,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); -INSERT INTO `marker` VALUES (9353,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); -INSERT INTO `marker` VALUES (9354,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); -INSERT INTO `marker` VALUES (9355,1900,NULL,2,1926,2773,'Divine Beast Van Medoh','',71.5625,-99.046875,0,0,0,'2018-01-04 16:31:41'); -INSERT INTO `marker` VALUES (9356,1900,NULL,2,1926,2773,'Divine Beast Van Naboris','',94.92578125,-169.359375,0,0,0,'2018-01-04 16:32:58'); -INSERT INTO `marker` VALUES (9357,1900,NULL,2,1910,2441,'Rubí (expansión)','',117.34375,-151.84375,0,1,0,'2018-01-04 16:35:41'); -INSERT INTO `marker` VALUES (9358,1900,NULL,2,1925,7371,'Sanctuaire de Kebe'Tawa','',91.40625,-188.984375,0,1,0,'2018-01-04 17:30:33'); -INSERT INTO `marker` VALUES (9359,1900,NULL,2,1936,14626,'Cracked Wall','',148.7734375,-157.17578125,0,0,0,'2018-01-04 18:31:17'); -INSERT INTO `marker` VALUES (9360,1900,NULL,2,1936,14626,'Cracked Wall','',144.30078125,-154.54296875,0,0,0,'2018-01-04 18:37:26'); -INSERT INTO `marker` VALUES (9361,1900,NULL,2,1901,15310,'Leviathan Bones','',152.25,-69.375,0,0,0,'2018-01-05 01:54:19'); -INSERT INTO `marker` VALUES (9362,1900,NULL,2,1944,12332,'red box','',87.328125,-86.734375,0,0,0,'2018-01-05 02:56:12'); -INSERT INTO `marker` VALUES (9363,1900,NULL,2,1901,13792,'money','',94.578125,-96.03125,0,0,0,'2018-01-05 05:41:15'); -INSERT INTO `marker` VALUES (9364,1900,NULL,2,1901,15417,'Forest','',121.953125,-131.21875,0,0,0,'2018-01-05 22:30:15'); -INSERT INTO `marker` VALUES (9365,1900,NULL,2,1930,13944,'Golden leun','',109.296875,-72.8125,0,0,0,'2018-01-06 00:11:20'); -INSERT INTO `marker` VALUES (9366,1900,NULL,2,1923,15456,'VISITADA','',113.03125,-163.03125,0,0,0,'2018-01-06 13:08:29'); -INSERT INTO `marker` VALUES (9367,1900,NULL,2,1901,15456,'ASDE','WER',112.1875,-174.625,0,0,0,'2018-01-06 13:10:16'); -INSERT INTO `marker` VALUES (9368,1900,NULL,2,1936,14626,'Cracked Wall','',137.0703125,-150.953125,0,0,0,'2018-01-06 15:20:43'); -INSERT INTO `marker` VALUES (9369,1900,NULL,2,1935,15434,'Arrows of Burning Heat','Arrows of Burning Heat side quest given by the arrow shop owner. Light the torches next to the goddess statue on fire using arrows.',156.5234375,-144.29296875,0,0,0,'2018-01-07 01:51:14'); -INSERT INTO `marker` VALUES (9370,1900,NULL,2,1901,5475,'Fée 1','',158.9765625,-141.171875,0,0,0,'2018-01-07 20:58:34'); -INSERT INTO `marker` VALUES (9371,1900,NULL,2,1937,5475,'Fée 1','',158.96484375,-141.3125,0,0,0,'2018-01-07 20:59:47'); -INSERT INTO `marker` VALUES (9372,1900,NULL,2,1925,8661,'Yowaka Ita Shrine','The Champions Ballad DLC',113.2578125,-154.171875,0,0,0,'2018-01-10 01:38:57'); -INSERT INTO `marker` VALUES (9373,1900,NULL,2,1925,8661,'Rohta Chigah Shrine','The Champions Ballad DLC',119.953125,-156.1796875,0,0,0,'2018-01-10 01:40:40'); -INSERT INTO `marker` VALUES (9374,1900,NULL,2,1925,8661,'Ruvo Korbah Shrine','The Champions Ballad DLC',115.0078125,-161.53125,0,0,0,'2018-01-10 01:42:51'); -INSERT INTO `marker` VALUES (9375,1900,NULL,2,1925,8661,'Etsu Korima Shrine','The Champions Ballad DLC',108.984375,-161,0,0,0,'2018-01-10 01:44:15'); -INSERT INTO `marker` VALUES (9376,1900,NULL,2,1948,15680,'Old Man's Cooking Pot','',113.984375,-154.25,0,0,0,'2018-01-10 03:52:14'); -INSERT INTO `marker` VALUES (9377,1900,NULL,2,1901,15662,'Unobtained Korok','',144.890625,-155.84375,0,0,0,'2018-01-10 14:08:17'); -INSERT INTO `marker` VALUES (9378,1900,NULL,2,1901,15680,'Campfire','',105.5078125,-152.7109375,0,0,0,'2018-01-10 14:32:41'); -INSERT INTO `marker` VALUES (9379,1900,NULL,2,1920,4555,'Shrine of Ressurrection','',110.8720703125,-157.37405079603195,0,0,0,'2018-01-10 23:26:01'); -INSERT INTO `marker` VALUES (9380,1900,NULL,2,1926,15103,'Vah Rudania','',167.75,-87.5,0,0,0,'2018-01-11 03:28:13'); -INSERT INTO `marker` VALUES (9381,1900,NULL,2,1904,13759,'???','???',121.375,-187.25,0,0,0,'2018-01-11 06:20:58'); -INSERT INTO `marker` VALUES (9382,1900,NULL,2,1901,15773,'Farosh's spawn','This is where Faros spawns, he comes out of the water. This is the ideal place to farm him.',177.65625,-151.2890625,0,1,0,'2018-01-11 11:11:18'); -INSERT INTO `marker` VALUES (9383,1900,NULL,2,1925,15776,'Shrine','needs a Quest ',181.1875,-179.90625,0,0,0,'2018-01-11 14:40:58'); -INSERT INTO `marker` VALUES (9384,1900,NULL,2,1901,15798,'Hestu #2','',135.03125,-143.875,0,0,0,'2018-01-12 21:42:21'); -INSERT INTO `marker` VALUES (9385,1900,NULL,2,1901,15798,'Hestu #1','',160.21875,-150.3125,0,0,0,'2018-01-12 21:42:55'); -INSERT INTO `marker` VALUES (9386,1900,NULL,2,1901,15798,'Hestu #3','',144.1875,-110.1875,0,0,0,'2018-01-12 21:43:20'); -INSERT INTO `marker` VALUES (9387,1900,NULL,2,1901,15798,'Incorrect side quest marked here','The Cursed Statue side quest that is marked here is not the right side quest. The one here should be The Skull's Eye ',198.515625,-78.5625,0,0,0,'2018-01-12 21:45:38'); -INSERT INTO `marker` VALUES (9388,1900,NULL,2,1920,15699,'II','',86,-173.4921875,0,0,0,'2018-01-12 22:36:02'); -INSERT INTO `marker` VALUES (9389,1900,NULL,2,1901,15699,'S','',87.390625,-171.9921875,0,0,0,'2018-01-12 22:36:28'); -INSERT INTO `marker` VALUES (9390,1900,NULL,2,1901,15699,':','',87.1640625,-170.8125,0,0,0,'2018-01-12 22:36:43'); -INSERT INTO `marker` VALUES (9391,1900,NULL,2,1901,15699,'O','',85.953125,-170.4765625,0,0,0,'2018-01-12 22:37:05'); -INSERT INTO `marker` VALUES (9392,1900,NULL,2,1901,15699,'^','',84.9296875,-170.9765625,0,0,0,'2018-01-12 22:37:28'); -INSERT INTO `marker` VALUES (9393,1900,NULL,2,1901,15699,''','',84.375,-171.9609375,0,0,0,'2018-01-12 22:37:42'); -INSERT INTO `marker` VALUES (9394,1900,NULL,2,1916,15765,'Kook Seed ','',133.484375,-159.265625,0,0,0,'2018-01-13 17:13:39'); -INSERT INTO `marker` VALUES (9395,1900,NULL,2,1925,15545,'Shrine of Resurrection','',110.59375,-157.34375,0,0,0,'2018-01-13 17:21:28'); -INSERT INTO `marker` VALUES (9396,1900,NULL,2,1910,15491,'fragment 2','',187.375,-184.546875,0,0,0,'2018-01-13 20:37:39'); -INSERT INTO `marker` VALUES (9397,1900,NULL,2,1910,15491,'quest fragment','',187.28515625,-184.43359375,0,0,0,'2018-01-13 20:38:16'); -INSERT INTO `marker` VALUES (9398,1900,NULL,2,1901,15491,'fragment 2','',181.01171875,-182.3984375,0,0,0,'2018-01-13 20:39:35'); -INSERT INTO `marker` VALUES (9399,1900,NULL,2,1901,15491,'fragment 3','',183.2265625,-180.5,0,0,0,'2018-01-13 20:40:27'); -INSERT INTO `marker` VALUES (9400,1900,NULL,2,1944,9294,'[Master Mode] Boomerang','',156.13671875,-151.81640625,0,0,0,'2018-01-14 08:49:38'); -INSERT INTO `marker` VALUES (9401,1900,NULL,2,1901,15908,'champi enduro','',105.82421875,-154.22265625,0,0,0,'2018-01-14 12:11:16'); -INSERT INTO `marker` VALUES (9402,1900,NULL,2,1944,15908,'5 flèches explosives','DLC',105.53515625,-159.3359375,0,1,0,'2018-01-14 13:08:03'); -INSERT INTO `marker` VALUES (9403,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:32:46'); -INSERT INTO `marker` VALUES (9404,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:32:52'); -INSERT INTO `marker` VALUES (9405,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:33:30'); -INSERT INTO `marker` VALUES (9406,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:33:30'); -INSERT INTO `marker` VALUES (9407,1900,NULL,2,1901,15983,'Test','Test of Marker System',115.171875,-159.046875,0,0,0,'2018-01-15 20:27:50'); -INSERT INTO `marker` VALUES (9408,1900,NULL,2,1905,15641,'shield 40','',99.9921875,-115.875,0,0,0,'2018-01-15 23:13:49'); -INSERT INTO `marker` VALUES (9409,1900,NULL,2,1932,13746,'Decayed guardian','Not avtive',117.875,-153.5546875,0,0,0,'2018-01-17 02:10:08'); -INSERT INTO `marker` VALUES (9410,1900,NULL,2,1932,13746,'Decayed guardian covered in moss','',117.53125,-153.71484375,0,0,0,'2018-01-17 02:11:03'); -INSERT INTO `marker` VALUES (9411,1900,NULL,2,1901,16068,'T','',193.4609375,-149.484375,0,0,0,'2018-01-17 07:43:16'); -INSERT INTO `marker` VALUES (9412,1900,NULL,2,1926,10907,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.3984375,-99.9375,0,0,0,'2018-01-17 20:12:21'); -INSERT INTO `marker` VALUES (9413,1900,NULL,2,1943,16096,'amber','',111.2890625,-155.80859375,0,0,0,'2018-01-17 21:39:39'); -INSERT INTO `marker` VALUES (9414,1900,NULL,2,1931,16096,'bokoblin camp','',107.859375,-154.328125,0,0,0,'2018-01-17 21:55:14'); -INSERT INTO `marker` VALUES (9415,1900,NULL,2,1939,15272,'Ice Wizzrobe','',68.25,-161.4453125,0,0,0,'2018-01-19 12:17:20'); -INSERT INTO `marker` VALUES (9416,1900,NULL,2,1947,15089,'Modulking','DLC-2 only',89.203125,-186.09375,0,0,0,'2018-01-19 13:08:07'); -INSERT INTO `marker` VALUES (9417,1900,NULL,2,1921,16194,'Capital','',123.96875,-111.53125,0,0,0,'2018-01-20 02:01:24'); -INSERT INTO `marker` VALUES (9418,1900,NULL,2,1902,16197,'Phantom Armor','Only avaible with the DLC',123.95703125,-126.68359375,0,0,0,'2018-01-20 03:33:38'); -INSERT INTO `marker` VALUES (9419,1900,NULL,2,1936,16114,'Cracked wall','',142.640625,-169.6875,0,0,0,'2018-01-20 06:24:18'); -INSERT INTO `marker` VALUES (9420,1900,NULL,2,1936,16114,'Cracked Wall','',141.578125,-170.609375,0,0,0,'2018-01-20 06:27:30'); -INSERT INTO `marker` VALUES (9421,1900,NULL,2,1926,16218,'Divine Beast Vah Medoh','',71.4375,-99.75,0,0,0,'2018-01-20 07:22:15'); -INSERT INTO `marker` VALUES (9422,1900,NULL,2,1901,16053,'korogu ok','',190.828125,-132.2265625,0,0,0,'2018-01-20 11:31:23'); -INSERT INTO `marker` VALUES (9423,1900,NULL,2,1903,16136,'Arco de madera','',156.7109375,-144.078125,0,0,0,'2018-01-20 19:08:35'); -INSERT INTO `marker` VALUES (9424,1900,NULL,2,1901,16253,'Kolizium','',110.08984375,-147.6484375,0,0,0,'2018-01-20 19:35:06'); -INSERT INTO `marker` VALUES (9425,1900,NULL,2,1901,16257,'Metal Door in ake','',153.60546875,-185.44921875,0,0,0,'2018-01-20 20:58:10'); -INSERT INTO `marker` VALUES (9426,1900,NULL,2,1926,16264,'Vah Rudania','',166.625,-88.5,0,1,0,'2018-01-20 23:12:47'); -INSERT INTO `marker` VALUES (9427,1900,NULL,2,1926,16264,'Vah Naboris','',95,-169.15625,0,1,0,'2018-01-20 23:19:44'); -INSERT INTO `marker` VALUES (9428,1900,NULL,2,1926,16264,'Vah Medoh','',71.5625,-98.6953125,0,1,0,'2018-01-20 23:20:32'); -INSERT INTO `marker` VALUES (9429,1900,NULL,2,1901,15446,'Plain Shrine','',81.453125,-77.8125,0,0,0,'2018-01-22 08:32:15'); -INSERT INTO `marker` VALUES (9430,1900,NULL,2,1903,16386,' Phantom Helmet','',109.21484375,-147.375,0,1,0,'2018-01-22 14:02:17'); -INSERT INTO `marker` VALUES (9431,1900,NULL,2,1910,14075,'Knight's Halberd','',118.97265625,-87.328125,0,0,0,'2018-01-23 13:13:39'); -INSERT INTO `marker` VALUES (9432,1900,NULL,2,1944,14075,'Knight's Halberd','',118.97265625,-87.328125,0,0,0,'2018-01-23 13:14:33'); -INSERT INTO `marker` VALUES (9433,1900,NULL,2,1936,15806,'Lots of gems','',158.7109375,-175.6875,0,0,0,'2018-01-23 19:22:23'); -INSERT INTO `marker` VALUES (9434,1900,NULL,2,1901,16537,'test','desc',143.75,-111.125,0,0,0,'2018-01-24 13:30:47'); -INSERT INTO `marker` VALUES (9435,1900,NULL,2,1901,16449,'Blood moon','',85.75,-129.9375,0,1,0,'2018-01-25 07:29:19'); -INSERT INTO `marker` VALUES (9436,1900,NULL,2,1943,15983,'Ruby','Expansion Content Chest',117.453125,-151.77734375,0,0,0,'2018-01-26 02:44:35'); -INSERT INTO `marker` VALUES (9437,1900,NULL,2,1931,16412,'Lizalfos camp','Lizalfos camp.\r\n3 lookouts',189.734375,-134.390625,0,0,0,'2018-01-26 13:46:35'); -INSERT INTO `marker` VALUES (9438,1900,NULL,2,1948,16532,'HOME','',180.734375,-162.90625,0,0,0,'2018-01-27 03:57:37'); -INSERT INTO `marker` VALUES (9439,1900,NULL,2,1935,16249,'Hunt for the Giant Horse','',124.890625,-182.359375,0,0,0,'2018-01-27 18:29:57'); -INSERT INTO `marker` VALUES (9440,1900,NULL,2,1903,15983,'Tree Branch','',110.578125,-156.6640625,0,0,0,'2018-01-27 20:00:59'); -INSERT INTO `marker` VALUES (9441,1900,NULL,2,1939,15570,'Ice Wizzrobe','',103.609375,-186.5,0,0,0,'2018-01-27 20:28:39'); -INSERT INTO `marker` VALUES (9442,1900,NULL,2,1925,16300,'kiha'tusa','',92.8203125,-78.0078125,0,0,0,'2018-01-28 12:04:38'); -INSERT INTO `marker` VALUES (9443,1900,NULL,2,1904,16761,'zeldas bedroom','Royal Guard's Bow on the Mantle - need easy climb',122.93359375,-112.39453125,0,0,0,'2018-01-28 12:51:32'); -INSERT INTO `marker` VALUES (9444,1900,NULL,2,1905,16761,'Wooden Shield','Painted Wooden Shield - similar to Fish Shield - beside Grante's Deck Door bottom right side facing the house.',190.46875,-102.15625,0,0,0,'2018-01-28 12:58:16'); -INSERT INTO `marker` VALUES (9445,1900,NULL,2,1905,16768,'Templos','',110.5,-97.875,0,0,0,'2018-01-28 14:59:03'); -INSERT INTO `marker` VALUES (9446,1900,NULL,2,1936,16782,'Reward: Minerals','',158.703125,-175.6875,0,0,0,'2018-01-28 19:18:38'); -INSERT INTO `marker` VALUES (9447,1900,NULL,2,1901,5905,'Hearty Durian Spot','',149.484375,-178.484375,0,0,0,'2018-01-29 01:22:04'); -INSERT INTO `marker` VALUES (9448,1900,NULL,2,1903,16799,'wefwefwef','wefwefwe',123.75,-130.71875,0,0,0,'2018-01-29 11:24:45'); -INSERT INTO `marker` VALUES (9449,1900,NULL,2,1910,15823,'Smotherwing butterfly','',156.78125,-104.4375,0,0,0,'2018-01-29 15:47:05'); -INSERT INTO `marker` VALUES (9450,1900,NULL,2,1936,16782,'Reward: Korok seed and minerals','',139.19921875,-156.2578125,0,0,0,'2018-01-29 19:18:46'); -INSERT INTO `marker` VALUES (9451,1900,NULL,2,1916,10826,'Korok Seed','',193.59765625,-135.2109375,0,0,0,'2018-01-30 02:15:18'); -INSERT INTO `marker` VALUES (9452,1900,NULL,2,1916,15945,'Korok seed','Korok seed',149.75,-157.015625,0,1,0,'2018-01-30 10:49:31'); -INSERT INTO `marker` VALUES (9453,1900,NULL,2,1901,16808,'Farm for meats','',100.4375,-82.78125,0,0,0,'2018-01-30 17:08:09'); -INSERT INTO `marker` VALUES (9454,1900,NULL,2,1916,16930,'prochain départ korogu','',88.15625,-137.203125,0,1,0,'2018-01-31 21:34:39'); -INSERT INTO `marker` VALUES (9455,1900,NULL,2,1901,16906,'HOME','',118.125,-155.75,0,0,0,'2018-02-01 01:36:12'); -INSERT INTO `marker` VALUES (9456,1900,NULL,2,1916,16938,'KOROK SEEDS','',120.296875,-129.484375,0,0,0,'2018-02-01 02:55:24'); -INSERT INTO `marker` VALUES (9457,1900,NULL,2,1903,16942,'Solder's sword','In cave behind the waterfall',110.92578125,-161.66015625,0,1,0,'2018-02-01 08:25:44'); -INSERT INTO `marker` VALUES (9458,1900,NULL,2,1930,16942,'Rock Giant','',110.953125,-154.25,0,0,0,'2018-02-01 09:59:21'); -INSERT INTO `marker` VALUES (9459,1900,NULL,2,1916,16935,'kolog','',167.75,-72.625,0,0,0,'2018-02-01 11:35:21'); -INSERT INTO `marker` VALUES (9460,1900,NULL,2,1903,16925,'Epée de chevalier','drop sur un lezard',193.046875,-155.671875,0,0,0,'2018-02-01 11:39:35'); -INSERT INTO `marker` VALUES (9461,1900,NULL,2,1944,16974,'EX LE VERT TRÉSOR DES FÉES','',116.015625,-141.765625,0,0,0,'2018-02-01 11:42:20'); -INSERT INTO `marker` VALUES (9462,1900,NULL,2,1926,14925,'Divine Beast Vah Naboris','',94.765625,-168.34375,0,0,0,'2018-02-01 14:32:39'); -INSERT INTO `marker` VALUES (9463,1900,NULL,2,1926,14925,'Divine Beast Vah Medoh','',71.5390625,-98.984375,0,0,0,'2018-02-01 14:33:59'); -INSERT INTO `marker` VALUES (9464,1900,NULL,2,1901,16687,'Exit Maze','',200.328125,-70.4140625,0,0,0,'2018-02-01 14:58:43'); -INSERT INTO `marker` VALUES (9465,1900,NULL,2,1901,16983,'Done!','',114.875,-71.875,0,0,0,'2018-02-02 01:33:38'); -INSERT INTO `marker` VALUES (9466,1900,NULL,2,1901,15837,'Bowling Mini Game','',95.5625,-95.53125,0,0,0,'2018-02-02 17:24:59'); -INSERT INTO `marker` VALUES (9467,1900,NULL,2,1901,16543,'Moi','',112.75,-139.625,0,0,0,'2018-02-03 12:36:21'); -INSERT INTO `marker` VALUES (9468,1900,NULL,2,1901,16725,'Dragon farming','',154.6875,-173.734375,0,0,0,'2018-02-04 00:30:51'); -INSERT INTO `marker` VALUES (9469,1900,NULL,2,1901,16368,'Selma Shield Sled','',81.828125,-78.9296875,0,0,0,'2018-02-04 03:31:17'); -INSERT INTO `marker` VALUES (9470,1900,NULL,2,1902,17077,'DLC Chest','Nintendo Switch Shirt',120.6875,-159.375,0,0,0,'2018-02-04 04:03:52'); -INSERT INTO `marker` VALUES (9471,1900,NULL,2,1935,15736,'Missing in Action','',84.109375,-163.12109375,0,1,0,'2018-02-04 09:32:31'); -INSERT INTO `marker` VALUES (9472,1900,NULL,2,1935,15736,'Rushroom Rush!','',84.3515625,-162.88671875,0,1,0,'2018-02-04 09:33:41'); -INSERT INTO `marker` VALUES (9473,1900,NULL,2,1943,17119,'Amber','In stones',107.875,-162.69140625,0,0,0,'2018-02-04 14:48:57'); -INSERT INTO `marker` VALUES (9474,1900,NULL,2,1943,17156,'EX Treasure Chest','',117.41796875,-151.68359375,0,0,0,'2018-02-04 17:30:15'); -INSERT INTO `marker` VALUES (9475,1900,NULL,2,1903,15983,'Tree Branch','',116.4140625,-160.63671875,0,0,0,'2018-02-04 21:08:34'); -INSERT INTO `marker` VALUES (9476,1900,NULL,2,1931,15983,'Bokoblin Camp','',117.78515625,-162.22265625,0,0,0,'2018-02-05 00:51:18'); -INSERT INTO `marker` VALUES (9477,1900,NULL,2,1931,15983,'Bokoblin Camp','',113.15234375,-158.546875,0,0,0,'2018-02-05 00:55:33'); -INSERT INTO `marker` VALUES (9478,1900,NULL,2,1903,4911,'??','',112.3125,-134.875,0,0,0,'2018-02-05 12:28:58'); -INSERT INTO `marker` VALUES (9479,1900,NULL,2,1926,17231,'Divine Beast Vah Naboris','',94.953125,-169.09375,0,0,0,'2018-02-05 18:09:11'); -INSERT INTO `marker` VALUES (9480,1900,NULL,2,1926,17231,'Divine Beast Vah Rudania','',166.2109375,-87.9453125,0,0,0,'2018-02-05 18:10:20'); -INSERT INTO `marker` VALUES (9481,1900,NULL,2,1925,15272,'Ri'Dahi','',147.859375,-156.83984375,0,1,0,'2018-02-05 20:21:11'); -INSERT INTO `marker` VALUES (9482,1900,NULL,2,1903,16998,'deje espada de hielo','espada de hielo',72.375,-158.71875,0,0,0,'2018-02-05 23:19:28'); -INSERT INTO `marker` VALUES (9483,1900,NULL,2,1926,15609,'Divine Beast Vah Medoh','',71.4375,-99.8125,0,0,0,'2018-02-06 15:37:51'); -INSERT INTO `marker` VALUES (9484,1900,NULL,2,1926,15609,'Divine Beast Vah Rudania','',154.265625,-89.515625,0,0,0,'2018-02-06 15:38:52'); -INSERT INTO `marker` VALUES (9485,1900,NULL,2,1926,15609,'Divine Beast Vah Naboris','',67.484375,-174.171875,0,0,0,'2018-02-06 15:39:30'); -INSERT INTO `marker` VALUES (9486,1900,NULL,2,1916,17309,'Korok Seed','Top of hill in stones',107.890625,-162.703125,0,0,0,'2018-02-06 16:36:15'); -INSERT INTO `marker` VALUES (9487,1900,NULL,2,1943,17309,'Expansion chest','Chest said EX on it, contained 5 bomb arrows',105.28125,-159.71875,0,0,0,'2018-02-06 16:44:56'); -INSERT INTO `marker` VALUES (9488,1900,NULL,2,1940,17309,'Expansion or Hardmode Lynel?','',117.4375,-160.40625,0,0,0,'2018-02-06 17:30:35'); -INSERT INTO `marker` VALUES (9489,1900,NULL,2,1901,17335,'Horses','',94.078125,-103.0234375,0,1,0,'2018-02-07 01:27:28'); -INSERT INTO `marker` VALUES (9490,1900,NULL,2,1944,15562,'Cagoule de Tingle','',116.390625,-141.96875,0,0,0,'2018-02-07 10:41:50'); -INSERT INTO `marker` VALUES (9491,1900,NULL,2,1901,13233,'Divine Beast Vah Naboris','',95.03593754768372,-169.17499995231628,0,1,0,'2018-02-07 17:32:51'); -INSERT INTO `marker` VALUES (9492,1900,NULL,2,1901,17377,'Eldin Great Skeleton','1 of 3 required photograph locations for the Leviathan Bones side quest.',152.015625,-70.0625,0,0,0,'2018-02-08 03:02:10'); -INSERT INTO `marker` VALUES (9493,1900,NULL,2,1944,16114,'Knight's Halberd','',119.015625,-87.36328125,0,0,0,'2018-02-08 03:13:00'); -INSERT INTO `marker` VALUES (9494,1900,NULL,2,1901,12017,'Get Dragon horon','',155.78125,-172.421875,0,0,0,'2018-02-08 06:07:34'); -INSERT INTO `marker` VALUES (9495,1900,NULL,2,1926,17390,'Divine Beast Vah Rudania','Divine Beast Vah Rudania',167.625,-87.5625,0,0,0,'2018-02-08 13:57:27'); -INSERT INTO `marker` VALUES (9496,1900,NULL,2,1901,17405,'x','',192.25,-150.5,0,0,0,'2018-02-08 17:00:13'); -INSERT INTO `marker` VALUES (9497,1900,NULL,2,1944,17413,'Ancient Saddle (DLC)','',140.6953125,-185.77734375,0,0,0,'2018-02-08 18:43:16'); -INSERT INTO `marker` VALUES (9498,1900,NULL,2,1935,17351,'The Hero's Cache','Kass gives you the coordinates to a treasure',186.5390625,-169.06640625,0,0,0,'2018-02-08 20:57:14'); -INSERT INTO `marker` VALUES (9499,1900,NULL,2,1934,17236,'Revali's Flap #2','Was Missing.',71.3671875,-99.6875,0,0,0,'2018-02-08 23:09:58'); -INSERT INTO `marker` VALUES (9500,1900,NULL,2,1934,17236,'Mipha's Touch #10','Was Missing... probably because it is a plot point.',179.5703125,-120.8203125,0,0,0,'2018-02-08 23:12:24'); -INSERT INTO `marker` VALUES (9501,1900,NULL,2,1901,17069,'Kroko','',132.34987497329712,-179.63450050354004,0,1,0,'2018-02-09 06:39:32'); -INSERT INTO `marker` VALUES (9502,1900,NULL,2,1902,17277,'????','',200.734375,-70.28125,0,0,0,'2018-02-09 08:45:14'); -INSERT INTO `marker` VALUES (9503,1900,NULL,2,1926,17243,'Vah Rudania','',167.75,-87.375,0,1,0,'2018-02-10 11:25:36'); -INSERT INTO `marker` VALUES (9504,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); -INSERT INTO `marker` VALUES (9505,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); -INSERT INTO `marker` VALUES (9506,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); -INSERT INTO `marker` VALUES (9507,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); -INSERT INTO `marker` VALUES (9508,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); -INSERT INTO `marker` VALUES (9509,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); -INSERT INTO `marker` VALUES (9510,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); -INSERT INTO `marker` VALUES (9511,1900,NULL,2,1935,17156,'Arrow of Burning Heat','',156.57421875,-144.29296875,0,0,0,'2018-02-10 19:09:42'); -INSERT INTO `marker` VALUES (9512,1900,NULL,2,1935,17507,'The Royal Guard's Gear','Speak to Parcy at the Riverside Stable. Bring her any piece of gear from the Royal Guard weapon set, which can be found throughout Hyrule Castle.',133.1953125,-145.296875,0,0,0,'2018-02-10 22:00:26'); -INSERT INTO `marker` VALUES (9513,1900,NULL,2,1926,17507,'Divine Beast Vah Rudania','',167.78125,-87.453125,0,0,0,'2018-02-10 22:12:17'); -INSERT INTO `marker` VALUES (9514,1900,NULL,2,1926,17507,'Divine Beast Vah Naboris','',72.2414779663086,-181.00284004211426,0,0,0,'2018-02-10 22:22:09'); -INSERT INTO `marker` VALUES (9515,1900,NULL,2,1926,17507,'Divine Beast Vah Medoh','',71.3515625,-99.86328125,0,0,0,'2018-02-10 22:23:03'); -INSERT INTO `marker` VALUES (9516,1900,NULL,2,1901,17507,'THE VOID','',-253.36363220214844,-175.18182373046875,0,0,0,'2018-02-10 22:30:07'); -INSERT INTO `marker` VALUES (9517,1900,NULL,2,1944,17340,'Twilight Relic Midna’s Helmet','Midna’s Helmet',106.44140625,-132.56640625,0,0,0,'2018-02-11 00:09:45'); -INSERT INTO `marker` VALUES (9518,1900,NULL,2,1936,17516,'50 Rupees','',154.08984375,-175.14453125,0,0,0,'2018-02-11 06:14:03'); -INSERT INTO `marker` VALUES (9519,1900,NULL,2,1926,17516,'Vah Medoh','',71.75,-100,0,0,0,'2018-02-11 08:32:04'); -INSERT INTO `marker` VALUES (9520,1900,NULL,2,1901,17371,'Wood Farming Area','',97.5,-133.0546875,0,0,0,'2018-02-11 17:40:39'); -INSERT INTO `marker` VALUES (9521,1900,NULL,2,1901,17371,'Wood Farming Area','',77.46484375,-100.67578125,0,0,0,'2018-02-11 17:41:54'); -INSERT INTO `marker` VALUES (9522,1900,NULL,2,1901,17371,'Lord of the Mountain (rare)','',92.4609375,-133.38671875,0,0,0,'2018-02-11 17:47:39'); -INSERT INTO `marker` VALUES (9523,1900,NULL,2,1935,16743,'What's For Dinner?','',173.17578125,-181.26953125,0,0,0,'2018-02-12 16:41:40'); -INSERT INTO `marker` VALUES (9524,1900,NULL,2,1901,17315,'alto','no llego',161.75,-144.125,0,0,0,'2018-02-12 18:16:18'); -INSERT INTO `marker` VALUES (9525,1900,NULL,2,1925,17660,'Takama Shiri Shrine','',50.25,-161,0,0,0,'2018-02-13 05:36:09'); -INSERT INTO `marker` VALUES (9526,1900,NULL,2,1925,17660,'Keive Tala Shrine','DLC Shrine of Trials',91.375,-188.93281269073486,0,0,0,'2018-02-13 05:37:11'); -INSERT INTO `marker` VALUES (9527,1900,NULL,2,1925,17660,'Etsu Korima Shrine','DLC EX The Champion's Ballad',108.96875,-161.05859375,0,0,0,'2018-02-13 06:11:40'); -INSERT INTO `marker` VALUES (9528,1900,NULL,2,1935,17315,'arrow','hunt ciervos',184.71875,-160.5,0,0,0,'2018-02-13 18:47:30'); -INSERT INTO `marker` VALUES (9529,1900,NULL,2,1901,16577,'foot race','',85.828125,-110.375,0,0,0,'2018-02-13 20:21:25'); -INSERT INTO `marker` VALUES (9530,1900,NULL,2,1903,17330,'Weapons','Defeat the enemy to get weapons on body',158.453125,-165.640625,0,0,0,'2018-02-13 20:26:33'); -INSERT INTO `marker` VALUES (9531,1900,NULL,2,1935,15079,'Hunt for the Giant Horse','Straia gives the quest to capture the Giant Horse in Taobab Grasslands.',124.9296875,-182.578125,0,0,0,'2018-02-13 23:33:53'); -INSERT INTO `marker` VALUES (9532,1900,NULL,2,1935,17383,'hunting the giant','',173.859375,-123.46875,0,0,0,'2018-02-14 10:12:45'); -INSERT INTO `marker` VALUES (9533,1900,NULL,2,1935,17351,'Riverbed Reward','Irza is looking at the water',141.0546875,-129.98828125,0,0,0,'2018-02-14 16:45:24'); -INSERT INTO `marker` VALUES (9534,1900,NULL,2,1903,17744,'boomarang','',154.8359375,-138.4140625,0,0,0,'2018-02-14 20:39:55'); -INSERT INTO `marker` VALUES (9535,1900,NULL,2,1935,15494,'Face the Frost Talus','',76.3515625,-99.9140625,0,0,0,'2018-02-15 03:42:06'); -INSERT INTO `marker` VALUES (9536,1900,NULL,2,1935,15494,'A Gift from the Monks','All 120 Shrines',111.3984375,-85.8828125,0,0,0,'2018-02-15 03:43:07'); -INSERT INTO `marker` VALUES (9537,1900,NULL,2,1935,15494,'The Giant of Ralis Pond','',179.76171875,-119.42578125,0,0,0,'2018-02-15 03:44:32'); -INSERT INTO `marker` VALUES (9538,1900,NULL,2,1935,15494,'Zora Stone Monuments','',180.27734375,-119.16796875,0,0,0,'2018-02-15 03:44:59'); -INSERT INTO `marker` VALUES (9539,1900,NULL,2,1947,16743,'Molduking','Molduking from DLC Pack 2',90.015625,-188.484375,0,0,0,'2018-02-15 17:11:46'); -INSERT INTO `marker` VALUES (9540,1900,NULL,2,1903,17790,'S','S',107.4296875,-128.4296875,0,0,0,'2018-02-15 21:03:05'); -INSERT INTO `marker` VALUES (9541,1900,NULL,2,1901,17759,'ichigo','',84.453125,-148.9375,0,0,0,'2018-02-16 08:54:10'); -INSERT INTO `marker` VALUES (9542,1900,NULL,2,1939,17351,'Ice Wizzrobe','Blizzard Rod',74.53125,-129.65625,0,0,0,'2018-02-17 13:45:58'); -INSERT INTO `marker` VALUES (9543,1900,NULL,2,1935,17351,'Under a Red Moon','Kass tells you yet another shrine riddle song',84.86197900772095,-131.5234375,0,0,0,'2018-02-17 14:17:50'); -INSERT INTO `marker` VALUES (9544,1900,NULL,2,1916,17796,'Korok Seed','Fire an arrow on the crest on the wooden arch',158.58203125,-144.5703125,0,0,0,'2018-02-17 18:48:56'); -INSERT INTO `marker` VALUES (9545,1900,NULL,2,1936,16743,'Cracked wall','',80.07421875,-75.92578125,0,0,0,'2018-02-18 06:35:35'); -INSERT INTO `marker` VALUES (9546,1900,NULL,2,1936,16743,'Cracked Wall','',63.3359375,-69.66015625,0,0,0,'2018-02-18 08:41:33'); -INSERT INTO `marker` VALUES (9547,1900,NULL,2,1925,17925,'Sho Dantu Shrine','two bombs',66.96875,-153.65625,0,1,0,'2018-02-18 10:50:01'); -INSERT INTO `marker` VALUES (9548,1900,NULL,2,1936,16743,'Bombable wall','There's a Mineral deposit underneath the bombable wall',200.03515625,-115.375,0,0,0,'2018-02-18 13:20:19'); -INSERT INTO `marker` VALUES (9549,1900,NULL,2,1901,16743,'Cache Of Porgy','There are at least 5 of both Armored Porgy and Mighty Porgy right around those 2 treasure chests',183.7265625,-184.5859375,0,0,0,'2018-02-18 14:42:52'); -INSERT INTO `marker` VALUES (9550,1900,NULL,2,1935,16743,'A Fragmented Monument','This is where you find the shrine quest for A Fragmented Monument',181.83984375,-180.19921875,0,0,0,'2018-02-18 15:17:52'); -INSERT INTO `marker` VALUES (9551,1900,NULL,2,1901,16743,'Monument Shard','This is where you find one of the fragmented monument shards required to complete the "A Fragmented Monument" shrine quest.',180.984375,-182.3984375,0,0,0,'2018-02-18 15:19:00'); -INSERT INTO `marker` VALUES (9552,1900,NULL,2,1901,16743,'Monument Shard','This is where you find one of the fragmented monument shards required to complete the "A Fragmented Monument" shrine quest.',187.3515625,-184.4140625,0,0,0,'2018-02-18 15:19:18'); -INSERT INTO `marker` VALUES (9553,1900,NULL,2,1901,16743,'Monument Shard','This is where you find one of the fragmented monument shards required to complete the "A Fragmented Monument" shrine quest.',183.15625,-180.5546875,0,0,0,'2018-02-18 15:25:13'); -INSERT INTO `marker` VALUES (9554,1900,NULL,2,1935,16687,'Zora Stone Monuments','',180.10546875,-119.42578125,0,0,0,'2018-02-18 20:57:04'); -INSERT INTO `marker` VALUES (9555,1900,NULL,2,1934,17948,'Mem','',63.125,-127.375,0,0,0,'2018-02-18 21:04:19'); -INSERT INTO `marker` VALUES (9556,1900,NULL,2,1903,18078,'Lizal Tri-Boomerang','Lizal Tri-Boomerang carried by a Fire breathing Lizalfoe',185.1171875,-109.6875,0,0,0,'2018-02-21 10:02:30'); -INSERT INTO `marker` VALUES (9557,1900,NULL,2,1901,18078,'Big Hearty Raddish','',185.03515625,-109.69140625,0,0,0,'2018-02-21 10:03:40'); -INSERT INTO `marker` VALUES (9558,1900,NULL,2,1901,17925,'Giant Horse','Ganons Horse',109.484375,-169.28125,0,1,0,'2018-02-22 08:40:13'); -INSERT INTO `marker` VALUES (9559,1900,NULL,2,1910,18081,'Ore Deposits','',130.5859375,-156.65625,0,1,0,'2018-02-23 04:33:01'); -INSERT INTO `marker` VALUES (9560,1900,NULL,2,1910,18081,'Ore dep[opsits','',131.078125,-155.34375,0,0,0,'2018-02-23 04:33:52'); -INSERT INTO `marker` VALUES (9561,1900,NULL,2,1910,18081,'Ore Deposits','',139.05859375,-156.16015625,0,1,0,'2018-02-23 05:40:52'); -INSERT INTO `marker` VALUES (9562,1900,NULL,2,1910,18081,'Ore Deposits','',145.671875,-158.2421875,0,0,0,'2018-02-23 05:59:04'); -INSERT INTO `marker` VALUES (9563,1900,NULL,2,1910,18081,'Ore Deposits','',148.3046875,-159.28515625,0,0,0,'2018-02-23 06:11:24'); -INSERT INTO `marker` VALUES (9564,1900,NULL,2,1910,18081,'Ore Deposits','',148.4609375,-158.72265625,0,0,0,'2018-02-23 06:12:44'); -INSERT INTO `marker` VALUES (9565,1900,NULL,2,1910,18081,'Ore Deposits','',147.36328125,-158.57421875,0,0,0,'2018-02-23 06:36:07'); -INSERT INTO `marker` VALUES (9566,1900,NULL,2,1901,12696,'????','',141.63693618774414,-164.22618675231934,0,0,0,'2018-02-24 13:06:42'); -INSERT INTO `marker` VALUES (9567,1900,NULL,2,1943,17351,'Treasure Chest','Purple Rupee\r\n',56.59375,-176.42708349227905,0,0,0,'2018-02-24 18:32:43'); -INSERT INTO `marker` VALUES (9568,1900,NULL,2,1935,18290,'Horned Statue','Trade a heart of stamina container for the other.',179.28125,-162.421875,0,1,0,'2018-02-25 05:05:19'); -INSERT INTO `marker` VALUES (9569,1900,NULL,2,1943,18164,'Ruby','',117.54296875,-151.80859375,0,0,0,'2018-02-25 08:29:52'); -INSERT INTO `marker` VALUES (9570,1900,NULL,2,1905,18278,'Reqs','',186.921875,-86.296875,0,0,0,'2018-02-25 18:05:56'); -INSERT INTO `marker` VALUES (9571,1900,NULL,2,1910,18164,'Amber','',107.87890625,-162.71875,0,0,0,'2018-02-26 19:21:39'); -INSERT INTO `marker` VALUES (9572,1900,NULL,2,1936,18164,'Cracked Wall','',114.32421875,-158.18359375,0,0,0,'2018-02-26 19:40:10'); -INSERT INTO `marker` VALUES (9573,1900,NULL,2,1936,16743,'Bombable Wall','Behind wall is 2 ore deposits',100.84375,-161.3515625,0,0,0,'2018-02-27 06:25:53'); -INSERT INTO `marker` VALUES (9574,1900,NULL,2,1901,18415,'completed','',200.9406247138977,-70.14218723773956,0,0,0,'2018-02-27 14:57:34'); -INSERT INTO `marker` VALUES (9575,1900,NULL,2,1936,18164,'Cracked Wall','',111.421875,-155.8828125,0,0,0,'2018-02-27 18:27:31'); -INSERT INTO `marker` VALUES (9576,1900,NULL,2,1901,18483,'Gegner','',173.40625,-127.609375,0,0,0,'2018-02-28 15:47:37'); -INSERT INTO `marker` VALUES (9577,1900,NULL,2,1926,18489,'Vah Ruta','',-45.75,-167.75,0,0,0,'2018-02-28 18:52:01'); -INSERT INTO `marker` VALUES (9578,1900,NULL,2,1926,18489,'Vah Ruta','',184.53125,-126.0625,0,0,0,'2018-02-28 18:52:27'); -INSERT INTO `marker` VALUES (9579,1900,NULL,2,1939,18145,'Ice Wizzrobe','Blizzard Rod',103.859375,-186.234375,0,1,0,'2018-03-02 18:38:51'); -INSERT INTO `marker` VALUES (9580,1900,NULL,2,1931,18578,'ERLEDIGT','',118.1640625,-158.0078125,0,0,0,'2018-03-02 20:52:29'); -INSERT INTO `marker` VALUES (9581,1900,NULL,2,1935,18586,'[Xenoblade Chronicles 2]','',184.83203125,-72.98046875,0,0,0,'2018-03-03 02:36:34'); -INSERT INTO `marker` VALUES (9582,1900,NULL,2,1936,18164,'Cracked Wall','',144.28125,-154.62109375,0,0,0,'2018-03-03 08:19:36'); -INSERT INTO `marker` VALUES (9583,1900,NULL,2,1935,18586,'EX Treasure: Ancient Mask','',121.015625,-148.06640625,0,0,0,'2018-03-04 06:13:12'); -INSERT INTO `marker` VALUES (9584,1900,NULL,2,1935,18586,'EX Treasure: Twilight Relic','',106.08984375,-131.40234375,0,0,0,'2018-03-04 09:59:36'); -INSERT INTO `marker` VALUES (9585,1900,NULL,2,1916,17928,'korok seed','',150.125,-104,0,0,0,'2018-03-04 11:39:12'); -INSERT INTO `marker` VALUES (9586,1900,NULL,2,1939,18679,'shock wizzard','',119.109375,-187.6328125,0,1,0,'2018-03-04 14:02:55'); -INSERT INTO `marker` VALUES (9587,1900,NULL,2,1935,18586,'EX Treasure: Phantasma','Phantom Helmet',109.24609375,-147.2109375,0,0,0,'2018-03-05 02:40:08'); -INSERT INTO `marker` VALUES (9588,1900,NULL,2,1935,18586,'EX Treasure: Phantasma','Phantom Armor',124.1171875,-126.62109375,0,0,0,'2018-03-05 02:57:26'); -INSERT INTO `marker` VALUES (9589,1900,NULL,2,1901,18586,'EX Treasure: Phantasma','Phantom Greaves',120.0625,-137.515625,0,0,0,'2018-03-05 02:58:33'); -INSERT INTO `marker` VALUES (9590,1900,NULL,2,1901,18586,'EX Treasure: Fairy Clothes','Tingle's Hood',116.328125,-141.9453125,0,0,0,'2018-03-05 03:00:12'); -INSERT INTO `marker` VALUES (9591,1900,NULL,2,1901,18586,'EX Treasure: Fairy Clothes','Tingle's Shirt',117.3828125,-115.22265625,0,0,0,'2018-03-05 03:01:19'); -INSERT INTO `marker` VALUES (9592,1900,NULL,2,1901,18586,'EX Treasure: Fairy Clothes','Tingle's Tights',127.4765625,-131.31640625,0,0,0,'2018-03-05 03:02:18'); -INSERT INTO `marker` VALUES (9593,1900,NULL,2,1903,18743,'????','',110.60546875,-134.7265625,0,0,0,'2018-03-05 10:15:03'); -INSERT INTO `marker` VALUES (9594,1900,NULL,2,1901,18045,'????','',71.46875,-100,0,0,0,'2018-03-05 15:36:14'); -INSERT INTO `marker` VALUES (9595,1900,NULL,2,1934,18761,'??????????? ??? ','??????????? ??? ????? ??????????? ??? ',135.046875,-93.734375,0,0,0,'2018-03-05 15:43:24'); -INSERT INTO `marker` VALUES (9596,1900,NULL,2,1901,18760,'Korok seed','',149.7734375,-157.0390625,0,1,0,'2018-03-05 20:26:06'); -INSERT INTO `marker` VALUES (9597,1900,NULL,2,1936,18164,'Cracked Wall','',154.6875,-144.890625,0,0,0,'2018-03-05 22:06:08'); -INSERT INTO `marker` VALUES (9598,1900,NULL,2,1901,18804,'Faron hunting','',155.6875,-172.4609375,0,0,0,'2018-03-06 13:18:18'); -INSERT INTO `marker` VALUES (9599,1900,NULL,2,1916,18690,'NO LO ENCUENTRO','',187.375,-75.6875,0,0,0,'2018-03-06 18:38:26'); -INSERT INTO `marker` VALUES (9600,1900,NULL,2,1901,18690,'NO LO ENCUENTRO','',186.09375,-76.46875,0,0,0,'2018-03-06 18:43:07'); -INSERT INTO `marker` VALUES (9601,1900,NULL,2,1936,18862,'Cracked Wall','contains ore deposit',199.97314739227295,-115.37966394424438,0,0,0,'2018-03-09 07:29:50'); -INSERT INTO `marker` VALUES (9602,1900,NULL,2,1936,18164,'Cracked Wall','',188.8359375,-117,0,0,0,'2018-03-09 19:11:13'); -INSERT INTO `marker` VALUES (9603,1900,NULL,2,1901,18695,'test pour jeu de role','ii est mort le vampire',107.5,-172.25,0,0,0,'2018-03-10 16:31:24'); -INSERT INTO `marker` VALUES (9604,1900,NULL,2,1901,19007,'Hidden passage','',110.37109375,-161.34765625,0,0,0,'2018-03-11 08:14:23'); -INSERT INTO `marker` VALUES (9605,1900,NULL,2,1901,19073,'CABAÑA ABUELO','',115.875,-163.38671875,0,1,0,'2018-03-12 13:13:48'); -INSERT INTO `marker` VALUES (9606,1900,NULL,2,1942,18679,'Black hinox','',120.71000099182129,-95.5212516784668,0,0,0,'2018-03-12 14:26:41'); -INSERT INTO `marker` VALUES (9607,1900,NULL,2,1940,18679,'White hair lynel','',114.82290649414062,-99.0834379196167,0,0,0,'2018-03-12 14:29:34'); -INSERT INTO `marker` VALUES (9608,1900,NULL,2,1936,18823,'Amber','',174.5859375,-133.6875,0,0,0,'2018-03-13 21:38:34'); -INSERT INTO `marker` VALUES (9609,1900,NULL,2,1903,19152,'??','',110.6171875,-134.625,0,0,0,'2018-03-14 10:41:25'); -INSERT INTO `marker` VALUES (9610,1900,NULL,2,1936,16743,'Cracked Wall','Bombable wall leads to some luminous stone deposits and many ice keese.',85.796875,-151.625,0,0,0,'2018-03-14 13:07:57'); -INSERT INTO `marker` VALUES (9611,1900,NULL,2,1916,19054,'A FAIRE !','',77,-183.375,0,0,0,'2018-03-15 15:00:37'); -INSERT INTO `marker` VALUES (9612,1900,NULL,2,1931,18991,'Enemy camp','',101.96484375,-165.19921875,0,0,0,'2018-03-16 07:15:15'); -INSERT INTO `marker` VALUES (9613,1900,NULL,2,1935,18164,'Riddles of Hyrule','',134.43359375,-93.8828125,0,0,0,'2018-03-16 18:25:54'); -INSERT INTO `marker` VALUES (9614,1900,NULL,2,1940,19313,'Lynel','',107.96249961853027,-113.97500038146973,0,0,0,'2018-03-17 18:01:07'); -INSERT INTO `marker` VALUES (9615,1900,NULL,2,1901,19458,'Fairies','',137.2734375,-171.6328125,0,0,0,'2018-03-20 10:42:07'); -INSERT INTO `marker` VALUES (9616,1900,NULL,2,1930,19458,'Mimic Octorok','',113.83984375,-72.203125,0,0,0,'2018-03-20 15:26:56'); -INSERT INTO `marker` VALUES (9617,1900,NULL,2,1901,19477,'Shrine of Resurrection','',110.73828125,-157.36328125,0,0,0,'2018-03-21 02:57:12'); -INSERT INTO `marker` VALUES (9618,1900,NULL,2,1901,19492,'fire','',194.75,-128.875,0,0,0,'2018-03-21 03:57:26'); -INSERT INTO `marker` VALUES (9619,1900,NULL,2,1901,19448,'Gold Maker','Gold Maker',95.578125,-95.515625,0,0,0,'2018-03-21 09:19:07'); -INSERT INTO `marker` VALUES (9620,1900,NULL,2,1901,19448,'Gold Maker','Gold Maker',95.4609375,-95.46875,0,0,0,'2018-03-21 09:19:55'); -INSERT INTO `marker` VALUES (9621,1900,NULL,2,1939,18862,'Blizzrobe','',75.453125,-152.578125,0,0,0,'2018-03-22 00:25:43'); -INSERT INTO `marker` VALUES (9622,1900,NULL,2,1901,6867,'The Eight Heroine Statue','',59.78125,-136.015625,0,1,0,'2018-03-22 07:05:04'); -INSERT INTO `marker` VALUES (9623,1900,NULL,2,1901,19448,'??? (??)','??? (??)',155.734375,-172.46875,0,0,0,'2018-03-23 06:06:45'); -INSERT INTO `marker` VALUES (9624,1900,NULL,2,1901,19448,'??? - ??','??? - ??',155.7734375,-172.3671875,0,0,0,'2018-03-23 06:11:52'); -INSERT INTO `marker` VALUES (9625,1900,NULL,2,1901,19448,'Making Money','Making Money',95.5625,-95.5234375,0,0,0,'2018-03-23 07:11:16'); -INSERT INTO `marker` VALUES (9626,1900,NULL,2,1916,19412,'Korok Seed - Offering','Place matching object in the empty bowl.',99.5625,-143.3046875,0,0,0,'2018-03-24 22:51:25'); -INSERT INTO `marker` VALUES (9627,1900,NULL,2,1901,19247,'Clothes','',153.83385848999023,-97.35057783126831,0,0,0,'2018-03-25 19:47:20'); -INSERT INTO `marker` VALUES (9628,1900,NULL,2,1901,4715,'BUY ARROWS @ ARCHERY CAMP!!','',124.90909194946289,-182.68750071525574,0,0,0,'2018-03-25 19:50:23'); -INSERT INTO `marker` VALUES (9629,1900,NULL,2,1936,9294,'Cracked Wall covering Air Vent','',73.81640625,-136.20703125,0,0,0,'2018-03-26 01:53:25'); -INSERT INTO `marker` VALUES (9630,1900,NULL,2,1936,9294,'Cracked Wall covering Air Vent','',73.05078125,-138.98046875,0,0,0,'2018-03-26 01:58:53'); -INSERT INTO `marker` VALUES (9631,1900,NULL,2,1902,19412,'Ex Treasure: Usurper King','Zant's Helmet is in a chest buried in the dirt. Use Magnesis to unearth it. ',148.12890625,-166.28515625,0,0,0,'2018-03-27 07:10:01'); -INSERT INTO `marker` VALUES (9632,1900,NULL,2,1902,19412,'Ex Treasure: Merchant Hood','Location of Ravio's Hood. Chest buried in dirt. Use magnesis to unearth.',140.9609375,-166.1015625,0,0,0,'2018-03-27 07:34:06'); -INSERT INTO `marker` VALUES (9633,1900,NULL,2,1901,18746,'1111','',116.125,-153.125,0,0,0,'2018-03-28 15:12:20'); -INSERT INTO `marker` VALUES (9634,1900,NULL,2,1944,9294,'[Master Mode] Great Flameblade','',185.68359375,-114.34765625,0,0,0,'2018-03-29 06:58:57'); -INSERT INTO `marker` VALUES (9635,1900,NULL,2,1901,19855,'cur','',155.484375,-144.15625,0,0,0,'2018-03-29 10:13:03'); -INSERT INTO `marker` VALUES (9636,1900,NULL,2,1910,18164,'Travel Medallion','EX Item',200.68359375,-72.421875,0,0,0,'2018-03-30 21:37:57'); -INSERT INTO `marker` VALUES (9637,1900,NULL,2,1916,19987,'Kolog','',172.91667187213898,-162.00260937213898,0,0,0,'2018-04-01 07:16:41'); -INSERT INTO `marker` VALUES (9638,1900,NULL,2,1916,19987,'Kolog','',172.34244918823242,-161.11067578196526,0,0,0,'2018-04-01 07:17:20'); -INSERT INTO `marker` VALUES (9639,1900,NULL,2,1916,19987,'Seed','',175.234375,-159.78125,0,0,0,'2018-04-01 07:17:55'); -INSERT INTO `marker` VALUES (9640,1900,NULL,2,1925,20061,'Need Quest','',182.09375,-180.03125,0,0,0,'2018-04-02 14:00:51'); -INSERT INTO `marker` VALUES (9641,1900,NULL,2,1901,20011,'sonderq','',181.5625,-179.375,0,0,0,'2018-04-02 19:51:15'); -INSERT INTO `marker` VALUES (9642,1900,NULL,2,1901,19975,'@','',125.625,-128.0625,0,0,0,'2018-04-03 01:08:57'); -INSERT INTO `marker` VALUES (9643,1900,NULL,2,1901,19975,'','',124.34375,-128.3125,0,0,0,'2018-04-03 01:09:10'); -INSERT INTO `marker` VALUES (9644,1900,NULL,2,1901,19975,'test','',124.0625,-129.671875,0,0,0,'2018-04-03 01:09:50'); -INSERT INTO `marker` VALUES (9645,1900,NULL,2,1901,19975,'','',125.78125,-129.859375,0,0,0,'2018-04-03 01:10:04'); -INSERT INTO `marker` VALUES (9646,1900,NULL,2,1901,19975,'','',127.375,-129.109375,0,0,0,'2018-04-03 01:10:18'); -INSERT INTO `marker` VALUES (9647,1900,NULL,2,1916,19668,'Korok Seed','flying thing',165.484375,-115.3125,0,0,0,'2018-04-04 05:40:12'); -INSERT INTO `marker` VALUES (9648,1900,NULL,2,1901,19868,'Korok Seed Flower','This is the flower for the Korok Seed nearby',64.203125,-69.796875,0,0,0,'2018-04-04 12:15:27'); -INSERT INTO `marker` VALUES (9649,1900,NULL,2,1902,20019,'Phantom Chestplate','',124.109375,-126.6953125,0,1,0,'2018-04-05 01:12:31'); -INSERT INTO `marker` VALUES (9650,1900,NULL,2,1901,18746,'masker I','',69.625,-152.125,0,0,0,'2018-04-05 06:51:48'); -INSERT INTO `marker` VALUES (9651,1900,NULL,2,1901,16104,'sanctuaire de la renaissance','',111.921875,-156.390625,0,0,0,'2018-04-05 19:53:50'); -INSERT INTO `marker` VALUES (9652,1900,NULL,2,1925,16994,'E','',156.375,-104.3125,0,0,0,'2018-04-06 11:10:30'); -INSERT INTO `marker` VALUES (9653,1900,NULL,2,1901,19530,'Enter','',126.71875,-110.28515625,0,0,0,'2018-04-08 08:59:15'); -INSERT INTO `marker` VALUES (9654,1900,NULL,2,1903,14053,'Royal Halberd','',118.96875,-87.30859375,0,0,0,'2018-04-08 17:34:18'); -INSERT INTO `marker` VALUES (9655,1900,NULL,2,1901,20248,'Statue clue??','',165.28125,-156.84375,0,0,0,'2018-04-10 01:00:08'); -INSERT INTO `marker` VALUES (9656,1900,NULL,2,1920,20280,'Kara Kara Bazaar','',77.34765625,-167.46484375,0,0,0,'2018-04-11 04:10:35'); -INSERT INTO `marker` VALUES (9657,1900,NULL,2,1945,19262,'Blupee','Blupee',145.9375,-175.171875,0,1,0,'2018-04-11 17:47:40'); -INSERT INTO `marker` VALUES (9658,1900,NULL,2,1935,20452,'Hero's Cache','',186.4921875,-169.1015625,0,0,0,'2018-04-12 18:34:32'); -INSERT INTO `marker` VALUES (9659,1900,NULL,2,1925,20452,'Ishto Soh Shrine','',112.375,-183.8125,0,0,0,'2018-04-12 20:57:11'); -INSERT INTO `marker` VALUES (9660,1900,NULL,2,1923,19926,'LIMITE EXPLORACIÓN','',153.25,-123.75,0,0,0,'2018-04-14 20:57:35'); -INSERT INTO `marker` VALUES (9661,1900,NULL,2,1943,18164,'Ancient Bridle','',92.1640625,-133.41015625,0,0,0,'2018-04-15 08:24:27'); -INSERT INTO `marker` VALUES (9662,1900,NULL,2,1916,11788,'Kolok que falta','',96.00976610183716,-165.43389058113098,0,0,0,'2018-04-15 11:35:16'); -INSERT INTO `marker` VALUES (9663,1900,NULL,2,1932,20248,'Ke'Nai Shrine','',193.3125,-114.5625,0,0,0,'2018-04-15 13:43:37'); -INSERT INTO `marker` VALUES (9664,1900,NULL,2,1925,20606,'Kiha'Tusa','',94.6875,-78.1875,0,0,0,'2018-04-15 23:01:38'); -INSERT INTO `marker` VALUES (9665,1900,NULL,2,1925,20606,'Nohie'Roji','EX2',68.296875,-91.953125,0,0,0,'2018-04-15 23:02:49'); -INSERT INTO `marker` VALUES (9666,1900,NULL,2,1925,20606,'Kamira'Omuna','EX2',161.296875,-77.59375,0,0,0,'2018-04-15 23:05:32'); -INSERT INTO `marker` VALUES (9667,1900,NULL,2,1925,20606,'Shado'Lon ','EX2',173.78125,-90.140625,0,0,0,'2018-04-15 23:06:38'); -INSERT INTO `marker` VALUES (9668,1900,NULL,2,1923,20606,'Kebe'Tawa','',91.3828125,-188.953125,0,0,0,'2018-04-15 23:09:54'); -INSERT INTO `marker` VALUES (9669,1900,NULL,2,1925,20606,'Takama'Simiri','',51.4140625,-161.5546875,0,0,0,'2018-04-15 23:10:49'); -INSERT INTO `marker` VALUES (9670,1900,NULL,2,1925,20606,'Kiroteh'Moh','',75.0234375,-149.0390625,0,0,0,'2018-04-15 23:11:46'); -INSERT INTO `marker` VALUES (9671,1900,NULL,2,1925,20606,'Rohita'Tigu','EX2',119.875,-156.125,0,0,0,'2018-04-15 23:14:48'); -INSERT INTO `marker` VALUES (9672,1900,NULL,2,1925,20606,'Yowaka'Illuta','EX2',113.21875,-154.0625,0,0,0,'2018-04-15 23:15:27'); -INSERT INTO `marker` VALUES (9673,1900,NULL,2,1925,20606,'Etsi'Korima','EX2',108.8359375,-160.8828125,0,0,0,'2018-04-15 23:16:24'); -INSERT INTO `marker` VALUES (9674,1900,NULL,2,1925,20606,'Kio'Dafuna','EX2',205.375,-112.5,0,0,0,'2018-04-15 23:40:13'); -INSERT INTO `marker` VALUES (9675,1900,NULL,2,1925,20606,'Mau'Eruya','EX2',186.7421875,-117.9296875,0,0,0,'2018-04-15 23:41:05'); -INSERT INTO `marker` VALUES (9676,1900,NULL,2,1949,20608,'Goddess Statue','',190.046875,-102.84375,0,0,0,'2018-04-16 00:45:16'); -INSERT INTO `marker` VALUES (9677,1900,NULL,2,1946,20248,'Super Rumor Mill EX: Vol 3','',136.2265625,-182.01953125,0,0,0,'2018-04-16 02:42:25'); -INSERT INTO `marker` VALUES (9678,1900,NULL,2,1901,16561,'Inicio prueba korok race','\r\n',82.07524999976158,-89.21014845371246,0,0,0,'2018-04-16 04:29:23'); -INSERT INTO `marker` VALUES (9679,1900,NULL,2,1901,16561,'Start prueba korok flower','',62.34446096420288,-84.51089060306549,0,0,0,'2018-04-16 05:39:14'); -INSERT INTO `marker` VALUES (9680,1900,NULL,2,1901,16561,'Inicio prueba korok race','',61.45384380221367,-71.9466404914856,0,0,0,'2018-04-16 06:08:52'); -INSERT INTO `marker` VALUES (9681,1900,NULL,2,1901,20248,'Bowling','',95.546875,-95.4140625,0,0,0,'2018-04-16 16:09:49'); -INSERT INTO `marker` VALUES (9682,1900,NULL,2,1901,20654,'revisit maybe ','',166.6875,-146.5625,0,1,0,'2018-04-16 17:15:58'); -INSERT INTO `marker` VALUES (9683,1900,NULL,2,1925,4515,'Noe Rajee Shrine','The Four Winds Trial',68.31640625,-91.91796875,0,0,0,'2018-04-16 19:50:57'); -INSERT INTO `marker` VALUES (9684,1900,NULL,2,1916,19868,'Korok Seed Flower','',115.875,-188.90625,0,1,0,'2018-04-16 20:39:08'); -INSERT INTO `marker` VALUES (9685,1900,NULL,2,1910,20680,'ancient shaft','',101.65625,-154.03125,0,0,0,'2018-04-17 20:58:52'); -INSERT INTO `marker` VALUES (9686,1900,NULL,2,1901,18078,'selling rushroom herer','',84.234375,-162.8671875,0,0,0,'2018-04-18 09:23:01'); -INSERT INTO `marker` VALUES (9687,1900,NULL,2,1925,20762,'Kebe'Tawa Shrine','',91.40885418653488,-188.96223962306976,0,0,0,'2018-04-20 08:40:39'); -INSERT INTO `marker` VALUES (9688,1900,NULL,2,1916,20786,'Korok Seed','',106.42578125,-180.0390625,0,1,0,'2018-04-21 10:34:17'); -INSERT INTO `marker` VALUES (9689,1900,NULL,2,1926,20742,'Vah'Medoh','',69,-94.625,0,0,0,'2018-04-21 11:01:16'); -INSERT INTO `marker` VALUES (9690,1900,NULL,2,1926,20742,'Vah'Medoh','',69,-94.625,0,0,0,'2018-04-21 11:01:17'); -INSERT INTO `marker` VALUES (9691,1900,NULL,2,1926,20742,'Vah'Medoh','',69,-94.625,0,0,0,'2018-04-21 11:01:17'); -INSERT INTO `marker` VALUES (9692,1900,NULL,2,1926,20742,'Vah'Naboris','',66.5,-182.875,0,0,0,'2018-04-21 11:01:50'); -INSERT INTO `marker` VALUES (9693,1900,NULL,2,1926,20742,'Vah'Rudania','',166.25,-87.625,0,0,0,'2018-04-21 11:02:29'); -INSERT INTO `marker` VALUES (9694,1900,NULL,2,1931,20792,'Bokoblin Camp','',107.9296875,-154.29296875,0,0,0,'2018-04-21 15:43:35'); -INSERT INTO `marker` VALUES (9695,1900,NULL,2,1925,4515,'Shrine Of Resurrection','Shrine Of Resurrection',110.796875,-157.3828125,0,0,0,'2018-04-22 09:45:25'); -INSERT INTO `marker` VALUES (9696,1900,NULL,2,1944,19915,'Knight's Spear','',118.999671459198,-87.30093741416931,0,0,0,'2018-04-22 11:38:25'); -INSERT INTO `marker` VALUES (9697,1900,NULL,2,1904,17978,'????','????\r\n',141.25,-180.171875,0,0,0,'2018-04-22 14:25:54'); -INSERT INTO `marker` VALUES (9698,1900,NULL,2,1940,12188,' White Lynel','',117.984375,-159.734375,0,0,0,'2018-04-24 19:13:22'); -INSERT INTO `marker` VALUES (9699,1900,NULL,2,1901,20248,'Pondo's Lodge','',94.38671875,-95.63671875,0,0,0,'2018-04-25 02:21:25'); -INSERT INTO `marker` VALUES (9700,1900,NULL,2,1920,20921,'????','',140.5390625,-186.1328125,0,1,0,'2018-04-26 01:04:13'); -INSERT INTO `marker` VALUES (9701,1900,NULL,2,1925,18696,'Kihiat Shrine','',94.2734375,-78.203125,0,0,0,'2018-04-26 20:56:50'); -INSERT INTO `marker` VALUES (9702,1900,NULL,2,1925,18696,'Kiah Toza Shrine','',94.265625,-78.265625,0,0,0,'2018-04-26 20:59:09'); -INSERT INTO `marker` VALUES (9703,1900,NULL,2,1916,5372,'Korok Seed','Missing Korok Seed',105.9609375,-91.984375,0,0,0,'2018-04-27 21:49:46'); -INSERT INTO `marker` VALUES (9704,1900,NULL,2,1935,9827,'Majora's Mask (DLC)','Majora's Mask (DLC)',120.96484375,-148.046875,0,0,0,'2018-04-30 05:13:39'); -INSERT INTO `marker` VALUES (9705,1900,NULL,2,1916,17600,'korok seeds','',84.70703125,-104.96484375,0,0,0,'2018-04-30 16:13:40'); -INSERT INTO `marker` VALUES (9706,1900,NULL,2,1925,17600,'Shira Gomar Shrine','',91,-106.3984375,0,0,0,'2018-04-30 16:17:32'); -INSERT INTO `marker` VALUES (9707,1900,NULL,2,1926,21154,'Divine Beast Vah Medoh','',71.52734375,-98.83984375,0,1,0,'2018-04-30 22:58:19'); -INSERT INTO `marker` VALUES (9708,1900,NULL,2,1901,16861,'Selmie's Spot','Sheild Surfer Trainer',81.84939956665039,-78.91268575191498,0,0,0,'2018-05-03 09:40:26'); -INSERT INTO `marker` VALUES (9709,1900,NULL,2,1901,13274,'test','',71.73046875,-104.125,0,0,0,'2018-05-03 11:34:58'); -INSERT INTO `marker` VALUES (9710,1900,NULL,2,1916,20799,'Golf Korok','',149.625,-157.15625,0,0,0,'2018-05-04 18:12:11'); -INSERT INTO `marker` VALUES (9711,1900,NULL,2,1910,21352,'Amber','Search the standing rock formation.',107.828125,-162.625,0,1,0,'2018-05-06 11:54:57'); -INSERT INTO `marker` VALUES (9712,1900,NULL,2,1904,21352,'Bomb Arrows x5','In a chest. Visible from far away.',105.24879598617554,-159.61257934570312,0,0,0,'2018-05-06 12:03:46'); -INSERT INTO `marker` VALUES (9713,1900,NULL,2,1944,5195,'Iron Sledgehammer','',149.49609375,-154.052734375,0,0,0,'2018-05-08 09:48:37'); -INSERT INTO `marker` VALUES (9714,1900,NULL,2,1935,17996,'The Hero's Cache','',186.5390625,-169.078125,0,0,0,'2018-05-08 11:46:26'); -INSERT INTO `marker` VALUES (9715,1900,NULL,2,1935,21282,'Hunt for the Giant Horse','',124.6796875,-182.5,0,0,0,'2018-05-08 11:51:06'); -INSERT INTO `marker` VALUES (9716,1900,NULL,2,1936,21324,'Cracked Wall','',174.671875,-133.65234375,0,0,0,'2018-05-09 01:06:53'); -INSERT INTO `marker` VALUES (9717,1900,NULL,2,1935,19312,'By Firefly's Light','',157.671875,-144.2109375,0,0,0,'2018-05-09 12:41:44'); -INSERT INTO `marker` VALUES (9718,1900,NULL,2,1901,21496,'done','',196.03125,-111.1875,0,0,0,'2018-05-10 13:53:01'); -INSERT INTO `marker` VALUES (9719,1900,NULL,2,1901,21552,'????','',99.875,-141.0625,0,0,0,'2018-05-12 02:17:34'); -INSERT INTO `marker` VALUES (9720,1900,NULL,2,1901,21563,'???','',117.5,-140.25,0,0,0,'2018-05-12 08:06:55'); -INSERT INTO `marker` VALUES (9721,1900,NULL,2,1901,21563,'???','',117.5,-140.25,0,0,0,'2018-05-12 08:06:55'); -INSERT INTO `marker` VALUES (9722,1900,NULL,2,1910,21563,'???','',115.015625,-162.78125,0,0,0,'2018-05-12 08:16:42'); -INSERT INTO `marker` VALUES (9723,1900,NULL,2,1901,21563,'???','?????',114.6015625,-162.40625,0,0,0,'2018-05-12 08:18:03'); -INSERT INTO `marker` VALUES (9724,1900,NULL,2,1901,21563,'kkk','mmm',114.84765625,-162.37890625,0,0,0,'2018-05-12 08:25:21'); -INSERT INTO `marker` VALUES (9725,1900,NULL,2,1901,21563,'sss','',115.140625,-159.5,0,0,0,'2018-05-12 08:56:35'); -INSERT INTO `marker` VALUES (9726,1900,NULL,2,1901,21321,'inicio','',129.4296875,-153.5703125,0,0,0,'2018-05-12 18:06:14'); -INSERT INTO `marker` VALUES (9727,1900,NULL,2,1901,21321,'ffff','',129.41796875,-153.75390625,0,0,0,'2018-05-12 18:07:54'); -INSERT INTO `marker` VALUES (9728,1900,NULL,2,1910,21355,'Pondo's Lodge','Make that money.',95.5625,-95.5546875,0,0,0,'2018-05-14 21:49:10'); -INSERT INTO `marker` VALUES (9729,1900,NULL,2,1901,21727,'???','???',137.6171875,-165.3046875,0,0,0,'2018-05-20 07:46:21'); -INSERT INTO `marker` VALUES (9730,1900,NULL,2,1901,21247,'Start Korok','',68.8125,-99.9140625,0,0,0,'2018-05-20 20:08:26'); -INSERT INTO `marker` VALUES (9731,1900,NULL,2,1901,21799,'Was tolles Shrine Beginn here','Defeat the Hinox to get a juwel',134.078125,-79.4921875,0,0,0,'2018-05-21 15:32:41'); -INSERT INTO `marker` VALUES (9732,1900,NULL,2,1926,21041,'Divine Beast Vah Medoh','',71.515625,-99.015625,0,0,0,'2018-05-21 20:06:56'); -INSERT INTO `marker` VALUES (9733,1900,NULL,2,1939,21324,'Blizzrobe','',139.9453125,-116.234375,0,0,0,'2018-05-22 02:04:44'); -INSERT INTO `marker` VALUES (9734,1900,NULL,2,1901,20346,'Rubine','',95.60546875,-95.2421875,0,0,0,'2018-05-22 15:31:57'); -INSERT INTO `marker` VALUES (9735,1900,NULL,2,1901,21856,'Santuario de la vida','',110.44921875,-157.515625,0,0,0,'2018-05-23 05:35:29'); -INSERT INTO `marker` VALUES (9736,1900,NULL,2,1925,21856,'Santuario de la vida','',110.5,-157.46875,0,0,0,'2018-05-23 05:37:21'); -INSERT INTO `marker` VALUES (9737,1900,NULL,2,1902,21858,'PHANTOM GANON ARMOR','',143.95703125,-178.53125,0,1,0,'2018-05-23 07:41:28'); -INSERT INTO `marker` VALUES (9738,1900,NULL,2,1910,16861,'Topaz','',120.48301529884338,-112.11066344380379,0,0,0,'2018-05-24 09:08:25'); -INSERT INTO `marker` VALUES (9739,1900,NULL,2,1934,16432,'White stallion','',109.5,-148.234375,0,0,0,'2018-05-26 16:46:48'); -INSERT INTO `marker` VALUES (9740,1900,NULL,2,1904,21892,'Fleches Illimitées','',77.25,-125,0,0,0,'2018-05-28 10:35:44'); -INSERT INTO `marker` VALUES (9741,1900,NULL,2,1901,22039,'Divine Beast Vah Medoh','',71.375,-99.875,0,1,0,'2018-05-29 18:57:04'); -INSERT INTO `marker` VALUES (9742,1900,NULL,2,1926,22039,'Divine Beast Vah Naboris','',70,-176,0,1,0,'2018-05-29 18:58:53'); -INSERT INTO `marker` VALUES (9743,1900,NULL,2,1901,22054,'nao esta la','',197.375,-150.37812507152557,0,0,0,'2018-05-31 01:19:51'); -INSERT INTO `marker` VALUES (9744,1900,NULL,2,1901,22054,'Não está la o korok','korok não está presente no Nintendo Wii U',197.3125,-150.015625,0,0,0,'2018-05-31 01:21:21'); -INSERT INTO `marker` VALUES (9745,1900,NULL,2,1901,22054,'Não está la o korok','no nintendo wii u nao está la o korok',195.265625,-154.140625,0,0,0,'2018-05-31 01:25:17'); -INSERT INTO `marker` VALUES (9746,1900,NULL,2,1925,22116,'Kebe' Tawa','',91.390625,-188.95703125,0,0,0,'2018-06-01 15:19:25'); -INSERT INTO `marker` VALUES (9747,1900,NULL,2,1921,22141,'Korok forest','',134.40625,-93.78125,0,0,0,'2018-06-02 21:44:25'); -INSERT INTO `marker` VALUES (9748,1900,NULL,2,1901,22148,'EE','',84.140625,-102.953125,0,0,0,'2018-06-03 00:51:51'); -INSERT INTO `marker` VALUES (9749,1900,NULL,2,1944,22175,'Majora's Mask','',120.78125,-147.8125,0,1,0,'2018-06-03 20:58:59'); -INSERT INTO `marker` VALUES (9750,1900,NULL,2,1901,22252,'Feu','',113.83132874965668,-154.16339844465256,0,0,0,'2018-06-06 13:15:56'); -INSERT INTO `marker` VALUES (9751,1900,NULL,2,1925,22228,'dont know','',176.1533203125,-120.8427734375,0,0,0,'2018-06-08 15:06:47'); -INSERT INTO `marker` VALUES (9752,1900,NULL,2,1901,22500,'Southern Oasis','',69.6640625,-184.609375,0,1,0,'2018-06-15 01:58:42'); -INSERT INTO `marker` VALUES (9753,1900,NULL,2,1901,22484,'Todo','',155,-154.375,0,0,0,'2018-06-15 06:20:25'); -INSERT INTO `marker` VALUES (9754,1900,NULL,2,1935,22518,'A Gift of Nightshade','',168.45703125,-183.40945434570312,0,0,0,'2018-06-15 14:42:17'); -INSERT INTO `marker` VALUES (9755,1900,NULL,2,1904,22263,'Bomb Arrow x5 (DLC)','The Bomb Arrow is a recurring item in The Legend of Zelda series. It has appeared in Link's Awakening, Twilight Princess, and Breath of the Wild. They are what Link gets when he combines his Bombs and his Arrows together.',105.3046875,-159.703125,0,1,0,'2018-06-16 08:39:51'); -INSERT INTO `marker` VALUES (9756,1900,NULL,2,1910,21662,'Amber','Search rock to acquire.',107.8671875,-162.69921875,0,0,0,'2018-06-18 04:12:48'); -INSERT INTO `marker` VALUES (9757,1900,NULL,2,1901,22585,'Firly Pond','Pond with Karok seed and Rusty Broadsword',179.35546875,-162.94921875,0,1,0,'2018-06-18 20:08:44'); -INSERT INTO `marker` VALUES (9758,1900,NULL,2,1916,22600,'Korok','Dive into the circle of lilies',110.31685709953308,-134.50760945677757,0,0,0,'2018-06-19 09:07:10'); -INSERT INTO `marker` VALUES (9759,1900,NULL,2,1901,22524,'Hestu','Hestu Final Location',134.78125,-94.5,0,0,0,'2018-06-19 16:08:25'); -INSERT INTO `marker` VALUES (9760,1900,NULL,2,1905,22123,'Nintendo Switch Shirt','',120.6796875,-159.390625,0,0,0,'2018-06-21 14:01:53'); -INSERT INTO `marker` VALUES (9761,1900,NULL,2,1901,22780,'lol','ads',104.6875,-166.8125,0,0,0,'2018-06-26 08:17:40'); -INSERT INTO `marker` VALUES (9762,1900,NULL,2,1926,18201,'Divine Beast Vah Naboris','',79.75,-184.375,0,0,0,'2018-06-27 14:16:30'); -INSERT INTO `marker` VALUES (9763,1900,NULL,2,1926,18201,'Divine Beast Vah Medoh','',69.5,-100.125,0,0,0,'2018-06-27 14:17:06'); -INSERT INTO `marker` VALUES (9764,1900,NULL,2,1926,18201,'Divine Beast Vah Rudania','',168.125,-87.75,0,0,0,'2018-06-27 14:17:38'); -INSERT INTO `marker` VALUES (9765,1900,NULL,2,1916,22279,'Korok Seed','',110.41796875,-184.65234375,0,0,0,'2018-06-29 09:48:48'); -INSERT INTO `marker` VALUES (9766,1900,NULL,2,1935,22858,'????? ?????-?????????','?????????? ????? ????? ???? ????? ?????????',152.5390625,-70.5390625,0,0,0,'2018-06-30 07:00:46'); -INSERT INTO `marker` VALUES (9767,1900,NULL,2,1940,22947,'blue lynel','',126.25,-114.75,0,0,0,'2018-07-03 00:59:59'); -INSERT INTO `marker` VALUES (9768,1900,NULL,2,1901,22918,'Cooking Man','',113.484375,-154.5,0,0,0,'2018-07-04 16:03:00'); -INSERT INTO `marker` VALUES (9769,1900,NULL,2,1901,23031,'KOROK','',112.1875,-169.15625,0,0,0,'2018-07-05 10:12:35'); -INSERT INTO `marker` VALUES (9770,1900,NULL,2,1901,23122,'Oman Au Shrine','',117.5,-144.5,0,1,0,'2018-07-08 20:01:58'); -INSERT INTO `marker` VALUES (9771,1900,NULL,2,1901,23122,'Woodland Tower','',142.25,-100.5,0,0,0,'2018-07-08 20:09:15'); -INSERT INTO `marker` VALUES (9772,1900,NULL,2,1944,15570,'Knight's Halberd','',118.828125,-87.2890625,0,0,0,'2018-07-08 22:28:23'); -INSERT INTO `marker` VALUES (9773,1900,NULL,2,1926,23133,'Divine Beast Vah Naboh','Divine Beast Vah Naboh holds the Windblight Ganon',71,-100.625,0,1,0,'2018-07-09 09:29:22'); -INSERT INTO `marker` VALUES (9774,1900,NULL,2,1926,23133,'Divine Beast Vah Naboris','Divine Beast Vah Naboris holds the Thunderblight Ganon',95.375,-170,0,1,0,'2018-07-09 09:30:34'); -INSERT INTO `marker` VALUES (9775,1900,NULL,2,1926,23133,'Divine Beast Vah Rudania','Divine Beast Vah Rudania holds the Fireblight Ganon',165.5,-88.25,0,1,0,'2018-07-09 09:35:42'); -INSERT INTO `marker` VALUES (9776,1900,NULL,2,1916,23109,'Korok Seed','',84.53125,-82.765625,0,0,0,'2018-07-11 20:45:57'); -INSERT INTO `marker` VALUES (9777,1900,NULL,2,1916,23109,'Korok Seed','',141.14453125,-117.1640625,0,0,0,'2018-07-11 21:11:25'); -INSERT INTO `marker` VALUES (9778,1900,NULL,2,1944,23237,'[EX] Phantom Armor','',124.12109375,-126.66015625,0,0,0,'2018-07-12 11:38:26'); -INSERT INTO `marker` VALUES (9779,1900,NULL,2,1903,10807,'Gerudo Smitar','In the ground, behind explosive wall',113.4375,-181.4375,0,0,0,'2018-07-14 18:13:48'); -INSERT INTO `marker` VALUES (9780,1900,NULL,2,1901,23338,'Durians trees','',137.3046875,-170.00390625,0,0,0,'2018-07-17 01:58:26'); -INSERT INTO `marker` VALUES (9781,1900,NULL,2,1935,23338,'Bird mn acordeon','Hints for a shrine location',140.82572174072266,-175.8167839050293,0,0,0,'2018-07-17 02:30:47'); -INSERT INTO `marker` VALUES (9782,1900,NULL,2,1901,22725,'Baleine','',152,-70.1953125,0,0,0,'2018-07-17 20:07:45'); -INSERT INTO `marker` VALUES (9783,1900,NULL,2,1901,23476,'memory finding place','the last memory from a pic that was gave',185.375,-102.53125,0,0,0,'2018-07-18 02:49:16'); -INSERT INTO `marker` VALUES (9784,1900,NULL,2,1936,23694,'Cracled Rocks','',96.33203125,-135.9375,0,0,0,'2018-07-20 01:50:09'); -INSERT INTO `marker` VALUES (9785,1900,NULL,2,1943,23298,'Ruby','Inside the fall; quite a hight.',183.6171875,-112.91796875,0,0,0,'2018-07-20 05:11:18'); -INSERT INTO `marker` VALUES (9786,1900,NULL,2,1939,23731,'Blirraro','',61.39631247520447,-144.98652338981628,0,0,0,'2018-07-20 14:31:00'); -INSERT INTO `marker` VALUES (9787,1900,NULL,2,1901,9827,'DLC: Majora's Mask','',120.9609375,-148.0234375,0,1,0,'2018-07-20 22:05:14'); -INSERT INTO `marker` VALUES (9788,1900,NULL,2,1901,9827,'Korok Seed Quest','Follow the Yellow Flower',176.1015625,-184.9609375,0,0,0,'2018-07-20 22:48:38'); -INSERT INTO `marker` VALUES (9789,1900,NULL,2,1920,1550,'1212,1212,1212','1212,1212,1212',110.375,-157.81640625,0,0,0,'2018-07-21 00:41:28'); -INSERT INTO `marker` VALUES (9790,1900,NULL,2,1920,1550,'123','321',110.37890625,-157.85546875,0,1,0,'2018-07-21 00:44:17'); -INSERT INTO `marker` VALUES (9791,1900,NULL,2,1920,1550,'12','21',110.40625,-157.8515625,0,1,0,'2018-07-21 00:45:17'); -INSERT INTO `marker` VALUES (9792,1900,NULL,2,1910,23746,'20 Rupees','20 Rupees under boulder.',120.60546875,-159.8671875,0,0,0,'2018-07-21 02:16:40'); -INSERT INTO `marker` VALUES (9793,1900,NULL,2,1901,23704,'Hylian Shrooms','',111.29296875,-156.18359375,0,0,0,'2018-07-21 04:12:30'); -INSERT INTO `marker` VALUES (9794,1900,NULL,2,1902,24140,'Forest Dweller's Bow','',15.5,-90.5,0,0,0,'2018-07-24 03:07:34'); -INSERT INTO `marker` VALUES (9795,1900,NULL,2,1925,24168,'he','',10.75,-131.5,0,0,0,'2018-07-24 12:04:19'); -INSERT INTO `marker` VALUES (9796,1900,NULL,2,1935,23337,'Arrows of Burning Heat','',156.52734375,-144.30859375,0,0,0,'2018-07-24 18:47:35'); -INSERT INTO `marker` VALUES (9797,1900,NULL,2,1935,23337,'By Firefly's Light','',157.6875,-144.16796875,0,1,0,'2018-07-24 18:52:55'); -INSERT INTO `marker` VALUES (9798,1900,NULL,2,1901,24262,'szdf','',67.546875,-138.609375,0,0,0,'2018-07-26 08:29:26'); -INSERT INTO `marker` VALUES (9799,1900,NULL,2,1936,23704,'Bow Chest','',148.78125,-157.16015625,0,0,0,'2018-07-26 09:15:02'); -INSERT INTO `marker` VALUES (9800,1900,NULL,2,1931,23109,'Bokoblin Camp','',180.796875,-70.828125,0,0,0,'2018-07-27 06:14:12'); -INSERT INTO `marker` VALUES (9801,1900,NULL,2,1935,21200,'Hero's Cache','',186.515625,-169.09375,0,0,0,'2018-07-28 11:07:43'); -INSERT INTO `marker` VALUES (9802,1900,NULL,2,1930,23128,'Blizzrobe','',81.4140625,-86.5390625,0,0,0,'2018-07-29 04:46:37'); -INSERT INTO `marker` VALUES (9803,1900,NULL,2,1939,23128,'Blizzrobe','',73.9453125,-86.71875,0,0,0,'2018-07-29 05:14:39'); -INSERT INTO `marker` VALUES (9804,1900,NULL,2,1901,24571,'4123','',-37.5,-78.5,0,0,0,'2018-07-29 18:54:05'); -INSERT INTO `marker` VALUES (9805,1900,NULL,2,1939,23128,'Blizzrobe','',139.9765625,-116.3046875,0,0,0,'2018-07-29 23:38:20'); -INSERT INTO `marker` VALUES (9806,1900,NULL,2,1904,24716,'Ice arrows x10','',108.75390625,-162.3125,0,0,0,'2018-07-30 16:50:58'); -INSERT INTO `marker` VALUES (9807,1900,NULL,2,1901,24716,'Boat','',111.109375,-159.984375,0,0,0,'2018-07-30 17:15:16'); -INSERT INTO `marker` VALUES (9808,1900,NULL,2,1904,24716,'Arrows x10','',115.84375,-161.2109375,0,0,0,'2018-07-30 17:27:03'); -INSERT INTO `marker` VALUES (9809,1900,NULL,2,1939,23109,'Blizzrobe','',73.640625,-129.671875,0,0,0,'2018-07-30 18:13:53'); -INSERT INTO `marker` VALUES (9810,1900,NULL,2,1936,24716,'Cracked Wall','',139.171875,-156.26953125,0,0,0,'2018-07-30 18:27:46'); -INSERT INTO `marker` VALUES (9811,1900,NULL,2,1931,23109,'Bokoblin Camp','',108.16796875,-76.06640625,0,0,0,'2018-07-31 08:52:02'); -INSERT INTO `marker` VALUES (9812,1900,NULL,2,1901,24336,'East Entry','',126.703125,-110.35546875,0,0,0,'2018-07-31 16:53:05'); -INSERT INTO `marker` VALUES (9813,1900,NULL,2,1935,24820,'Hetsu (1st encounter)','',134.203125,-143.9453125,0,0,0,'2018-08-01 04:43:08'); -INSERT INTO `marker` VALUES (9814,1900,NULL,2,1939,23128,'Ice Wizzrobe','',61.125,-145.0234375,0,0,0,'2018-08-01 08:36:44'); -INSERT INTO `marker` VALUES (9815,1900,NULL,2,1901,24449,'?','',155.21875,-174.6484375,0,1,0,'2018-08-01 11:17:17'); -INSERT INTO `marker` VALUES (9816,1900,NULL,2,1934,24018,'REVALI'S FLAP','This memory - not attatched to Princess Zelda, can be obtained during the main quest - Divine Beast Vah Medoh. After speaking to the Elder of Rito Village, talk to Temba's wife in the next building who will point out the landing platform. This will trigger Link's memory of the champion Revali.',71.625,-100.03125,0,1,0,'2018-08-01 20:45:42'); -INSERT INTO `marker` VALUES (9817,1900,NULL,2,1931,24294,'SKULL','',99.1944580078125,-78.31005859375,0,0,0,'2018-08-02 05:06:09'); -INSERT INTO `marker` VALUES (9818,1900,NULL,2,1931,24294,'Enemy Camp','',98.1875,-80.03125,0,0,0,'2018-08-02 05:06:28'); -INSERT INTO `marker` VALUES (9819,1900,NULL,2,1904,24935,'Fire Arrows','',123.55859375,-152.7734375,0,1,0,'2018-08-03 15:30:41'); -INSERT INTO `marker` VALUES (9820,1900,NULL,2,1931,24935,'Bobkins','5 brown, 1 grey bobkins',131.19140625,-151.828125,0,0,0,'2018-08-03 16:46:31'); -INSERT INTO `marker` VALUES (9821,1900,NULL,2,1944,24935,'Soldier's bow','All mobs must die to loot',131.294921875,-151.322265625,0,0,0,'2018-08-03 16:48:03'); -INSERT INTO `marker` VALUES (9822,1900,NULL,2,1944,24935,'boomerang','',132.97265625,-151.1328125,0,0,0,'2018-08-03 16:53:12'); -INSERT INTO `marker` VALUES (9823,1900,NULL,2,1930,25083,'Enemy Camp','Silver Bokoblin present.',156.328125,-186.5390625,0,0,0,'2018-08-04 23:49:00'); -INSERT INTO `marker` VALUES (9824,1900,NULL,2,1904,25180,'flechas explosivas','',180.703125,-70.65625,0,0,0,'2018-08-05 04:27:24'); -INSERT INTO `marker` VALUES (9825,1900,NULL,2,1904,24935,'ice arrow x5','',155.7109375,-152.1484375,0,0,0,'2018-08-05 07:55:51'); -INSERT INTO `marker` VALUES (9826,1900,NULL,2,1944,23128,'Royal Halberd','',118.8828125,-87.3046875,0,0,0,'2018-08-05 10:14:52'); -INSERT INTO `marker` VALUES (9827,1900,NULL,2,1901,25277,'Done','',200.78125,-70.0234375,0,0,0,'2018-08-05 23:33:50'); -INSERT INTO `marker` VALUES (9828,1900,NULL,2,1935,24935,'By Fireflies Light','Lasi (From outside clothes shop) release 5 sunset fireflies in her home. (Available after getting Champion's Tunic) Reward is a purple rupie.',157.69921875,-144.138671875,0,0,0,'2018-08-06 00:04:25'); -INSERT INTO `marker` VALUES (9829,1900,NULL,2,1925,25514,'?????????','',109.00390625,-161.015625,0,0,0,'2018-08-08 09:35:20'); -INSERT INTO `marker` VALUES (9830,1900,NULL,2,1901,25546,'Check Guardians','check the guardians in the water',159.65625,-158.15625,0,0,0,'2018-08-08 21:40:16'); -INSERT INTO `marker` VALUES (9831,1900,NULL,2,1939,15570,'Ice Wizzrobe','',82.65625,-92.828125,0,0,0,'2018-08-12 05:18:43'); -INSERT INTO `marker` VALUES (9832,1900,NULL,2,1901,25848,'Money Earning','',94.578125,-95.5625,0,0,0,'2018-08-13 02:31:34'); -INSERT INTO `marker` VALUES (9833,1900,NULL,2,1926,26051,'Divine Beast','',71.42578125,-99.9140625,0,0,0,'2018-08-15 10:14:00'); -INSERT INTO `marker` VALUES (9834,1900,NULL,2,1926,26216,'Divine Beast Vah Rudania','',167.6953125,-87.578125,0,0,0,'2018-08-18 12:46:23'); -INSERT INTO `marker` VALUES (9835,1900,NULL,2,1926,26216,'Divine Beast Vah Naboris','',95.2109375,-169.1953125,0,0,0,'2018-08-18 12:47:13'); -INSERT INTO `marker` VALUES (9836,1900,NULL,2,1926,26216,'Divine Beast Vah Medoh','',71.53125,-98.921875,0,0,0,'2018-08-18 12:48:08'); -INSERT INTO `marker` VALUES (9837,1900,NULL,2,1916,26402,'Obtenidos ','',173.45168733596802,-136.2073745727539,0,0,0,'2018-08-18 20:08:06'); -INSERT INTO `marker` VALUES (9838,1900,NULL,2,1902,25113,'baú','',113.31640625,-164.30859375,0,0,0,'2018-08-19 11:48:26'); -INSERT INTO `marker` VALUES (9839,1900,NULL,2,1916,25605,'Korok Flower','Starts the path to the Korok marker in the north west.',164.04296875,-139.70703125,0,0,0,'2018-08-21 16:38:52'); -INSERT INTO `marker` VALUES (9840,1900,NULL,2,1910,26297,'Hearty durian spot','',149.53125,-178.15625,0,0,0,'2018-08-22 00:55:42'); -INSERT INTO `marker` VALUES (9841,1900,NULL,2,1925,25277,'Renaissance shrine','',110.69984391704202,-157.3596642613411,0,0,0,'2018-08-22 21:55:37'); -INSERT INTO `marker` VALUES (9842,1900,NULL,2,1930,23128,'Ice Chuchu ','Two of them, small ones',109.4140625,-157.0546875,0,0,0,'2018-08-25 02:16:06'); -INSERT INTO `marker` VALUES (9843,1900,NULL,2,1901,27008,'Ice Block','',62.20271384716034,-69.4638158082962,0,0,0,'2018-08-25 16:48:22'); -INSERT INTO `marker` VALUES (9844,1900,NULL,2,1901,25796,'Clavia','',181.4609375,-160.2578125,0,0,0,'2018-08-26 20:39:38'); -INSERT INTO `marker` VALUES (9845,1900,NULL,2,1916,20599,'Korok Seed(Fly)','Need Rivalies wing',186.19140625,-154.3984375,0,0,0,'2018-08-27 00:32:50'); -INSERT INTO `marker` VALUES (9846,1900,NULL,2,1903,454,'Globo','',130.27069091796875,-153.0772705078125,0,1,0,'2018-08-27 01:24:55'); -INSERT INTO `marker` VALUES (9847,1900,NULL,2,1901,27219,'ancient','',106.5234375,-160.96875,0,0,0,'2018-08-27 16:28:24'); -INSERT INTO `marker` VALUES (9848,1900,NULL,2,1926,23237,'Divine Beast Vah Medoh','',71.5390625,-98.7578125,0,0,0,'2018-08-28 08:50:40'); -INSERT INTO `marker` VALUES (9849,1900,NULL,2,1926,23237,'Divine Beast Vah Naboris','',81.328125,-180.75,0,0,0,'2018-08-28 08:52:09'); -INSERT INTO `marker` VALUES (9850,1900,NULL,2,1910,26878,'majoras mask','majoras mask',120.90234375,-148.09375,0,0,0,'2018-08-30 06:45:33'); -INSERT INTO `marker` VALUES (9851,1900,NULL,2,1925,27279,'?????','?',99.984375,-165.89453125,0,0,0,'2018-09-02 01:40:56'); -INSERT INTO `marker` VALUES (9852,1900,NULL,2,1901,27279,'?????','?',100,-165.921875,0,0,0,'2018-09-02 01:43:17'); -INSERT INTO `marker` VALUES (9853,1900,NULL,2,1936,27737,'Bomb wall w 8 ore deposits on ceiling','',158.71875,-175.6875,0,1,0,'2018-09-03 15:03:30'); -INSERT INTO `marker` VALUES (9854,1900,NULL,2,1925,27660,'Gireom Shrine','',90.97656297683716,-106.359375,0,0,0,'2018-09-03 23:41:23'); -INSERT INTO `marker` VALUES (9855,1900,NULL,2,1916,27903,'Korogu','',149.5,-154.140625,0,0,0,'2018-09-04 15:19:31'); -INSERT INTO `marker` VALUES (9856,1900,NULL,2,1901,22575,'You Are Here RN','',180.21875,-120.09375,0,0,0,'2018-09-07 10:23:53'); -INSERT INTO `marker` VALUES (9857,1900,NULL,2,1901,26810,'????','??',71.64006042480469,-95.47097778320312,0,0,0,'2018-09-08 08:59:09'); -INSERT INTO `marker` VALUES (9858,1900,NULL,2,1931,22592,'Enemy Camp','An enemy camp on the Western Side of the Lodrum Headland.',195.390625,-137.4375,0,1,0,'2018-09-08 23:21:51'); -INSERT INTO `marker` VALUES (9859,1900,NULL,2,1931,28287,'Lizards','Lizards Camp with Knights BoradSword',63.3046875,-119.1875,0,1,0,'2018-09-09 17:48:14'); -INSERT INTO `marker` VALUES (9860,1900,NULL,2,1931,22592,'Enemy Camp','Enemy Camp at Tal Tal Peak',193.32881832122803,-119.78356313705444,0,0,0,'2018-09-09 22:08:57'); -INSERT INTO `marker` VALUES (9861,1900,NULL,2,1935,28358,'Raadsels','Lynel hoof, boven op de boom',134.57870483398438,-93.9571533203125,0,0,0,'2018-09-10 20:22:23'); -INSERT INTO `marker` VALUES (9862,1900,NULL,2,1925,28412,'Tera','',200.6875,-70.1875,0,0,0,'2018-09-11 04:40:45'); -INSERT INTO `marker` VALUES (9863,1900,NULL,2,1901,28066,'dragon','',156.21875,-172.515625,0,0,0,'2018-09-11 17:32:56'); -INSERT INTO `marker` VALUES (9864,1900,NULL,2,1931,23751,'Enemy Camp','',56.546875,-139.40625,0,1,0,'2018-09-12 17:51:36'); -INSERT INTO `marker` VALUES (9865,1900,NULL,2,1901,28177,'susuwa chitang','',109.71875,-107.1875,0,0,0,'2018-09-13 16:23:56'); -INSERT INTO `marker` VALUES (9866,1900,NULL,2,1948,28725,'Apple','',97.46484351158142,-134.3514747619629,0,0,0,'2018-09-16 11:36:44'); -INSERT INTO `marker` VALUES (9867,1900,NULL,2,1944,27801,'Knight's Halberd','',119.03125,-87.375,0,0,0,'2018-09-17 04:10:17'); -INSERT INTO `marker` VALUES (9868,1900,NULL,2,1901,28354,'Akala Ancient Tech Lab','',198.125,-79.25,0,1,0,'2018-09-17 08:54:33'); -INSERT INTO `marker` VALUES (9869,1900,NULL,2,1901,28287,'Giant Horse','Giant horse picture',109.125,-169.4765625,0,0,0,'2018-09-18 04:39:23'); -INSERT INTO `marker` VALUES (9870,1900,NULL,2,1901,29059,'Kakariko','',157.03125,-143.625,0,0,0,'2018-09-18 19:03:16'); -INSERT INTO `marker` VALUES (9871,1900,NULL,2,1936,28076,'Cracked Wall','',144.265625,-154.578125,0,0,0,'2018-09-19 05:45:00'); -INSERT INTO `marker` VALUES (9872,1900,NULL,2,1901,29109,'test','test',120.03125,-157.125,0,0,0,'2018-09-19 08:10:28'); -INSERT INTO `marker` VALUES (9873,1900,NULL,2,1910,29140,'Blue Nightshade','',157.328125,-140.875,0,0,0,'2018-09-19 15:54:43'); -INSERT INTO `marker` VALUES (9874,1900,NULL,2,1910,29140,'Silent Princess','',157.30078125,-140.6953125,0,0,0,'2018-09-19 15:55:12'); -INSERT INTO `marker` VALUES (9875,1900,NULL,2,1935,27618,'Gedenksteine','',180.375,-119.0625,0,0,0,'2018-09-20 17:54:18'); -INSERT INTO `marker` VALUES (9876,1900,NULL,2,1901,29221,'in this area','',115.796875,-156,0,0,0,'2018-09-20 20:12:26'); -INSERT INTO `marker` VALUES (9877,1900,NULL,2,1901,29167,'RUSTY COISAS','',122.5546875,-152.9296875,0,0,0,'2018-09-20 21:31:19'); -INSERT INTO `marker` VALUES (9878,1900,NULL,2,1901,28421,'Kikoriko','',137.7890625,-125,0,0,0,'2018-09-21 16:33:15'); -INSERT INTO `marker` VALUES (9879,1900,NULL,2,1901,29321,'??','',184.734375,-179.828125,0,0,0,'2018-09-22 16:08:01'); -INSERT INTO `marker` VALUES (9880,1900,NULL,2,1901,29495,'seed','',136.77886962890625,-182.23501586914062,0,0,0,'2018-09-24 18:42:05'); -INSERT INTO `marker` VALUES (9881,1900,NULL,2,1901,29495,'hard to get to ','radar is down \r\n',53.96875,-187.6875,0,0,0,'2018-09-24 18:52:14'); -INSERT INTO `marker` VALUES (9882,1900,NULL,2,1903,29604,'Royal Broad','',68.1171875,-111.96875,0,0,0,'2018-09-24 21:39:24'); -INSERT INTO `marker` VALUES (9883,1900,NULL,2,1901,23751,'Divine Beast Vah Rudania','',167.703125,-87.4375,0,0,0,'2018-09-26 05:52:38'); -INSERT INTO `marker` VALUES (9884,1900,NULL,2,1931,29746,'Bokoblin Camp','',132.4375,-154.0234375,0,0,0,'2018-09-27 08:50:40'); -INSERT INTO `marker` VALUES (9885,1900,NULL,2,1901,29746,'Bokoblin Camp','',109.39453125,-163.5703125,0,0,0,'2018-09-27 08:52:19'); -INSERT INTO `marker` VALUES (9886,1900,NULL,2,1926,29602,'Divine Beast Vah Medoh','',71.25,-99.8125,0,0,0,'2018-09-29 00:51:23'); -INSERT INTO `marker` VALUES (9887,1900,NULL,2,1901,29891,'imba','',150.9375,-139.9375,0,0,0,'2018-09-29 13:39:39'); -INSERT INTO `marker` VALUES (9888,1900,NULL,2,1916,30001,'koroko seed','',117.859375,-141.8515625,0,0,0,'2018-09-30 14:13:42'); -INSERT INTO `marker` VALUES (9889,1900,NULL,2,1935,29204,'Riddles of Hyrule','Riddles of Hyrule is one of the Side Quests. It starts in the Korok Forest in the Great Hyrule Forest Region',134.54296875,-93.796875,0,0,0,'2018-09-30 15:23:36'); -INSERT INTO `marker` VALUES (9890,1900,NULL,2,1935,29204,'Little Sister's Big Request','Look for the girl named Jana and give her an armoranth. Speak to Gleema, return to Jana. Give three kinds of insects to Gleema',176.94140625,-101.4921875,0,0,0,'2018-09-30 18:19:43'); -INSERT INTO `marker` VALUES (9891,1900,NULL,2,1920,30043,'Thyphlo Ruins','',133.171875,-78.90625,0,1,0,'2018-10-01 03:09:46'); -INSERT INTO `marker` VALUES (9892,1900,NULL,2,1901,29101,'Antikes Zaumzeug','',92.015625,-133.375,0,1,0,'2018-10-01 19:24:31'); -INSERT INTO `marker` VALUES (9893,1900,NULL,2,1901,29101,'Mo-Ratania-Schrein','Name des Schreins in der deutschen Version',92.1015625,-135.10546875,0,0,0,'2018-10-01 19:27:56'); -INSERT INTO `marker` VALUES (9894,1900,NULL,2,1903,26618,'test','test',119.3203125,-122.1640625,0,0,0,'2018-10-03 14:56:53'); -INSERT INTO `marker` VALUES (9895,1900,NULL,2,1901,30249,'Goddess','',181.63671875,-160.81640625,0,0,0,'2018-10-03 21:11:23'); -INSERT INTO `marker` VALUES (9896,1900,NULL,2,1943,30319,'Ex: Ruby','',117.51171875,-151.8125,0,1,0,'2018-10-04 19:35:24'); -INSERT INTO `marker` VALUES (9897,1900,NULL,2,1944,30319,'EX: Nintendo Switch Shirt','',120.6796875,-159.34765625,0,1,0,'2018-10-04 19:52:37'); -INSERT INTO `marker` VALUES (9898,1900,NULL,2,1910,30319,'Amber','',107.86328125,-162.6953125,0,0,0,'2018-10-04 20:31:26'); -INSERT INTO `marker` VALUES (9899,1900,NULL,2,1940,30503,'Blue Lynel','Master Mode',117.7265625,-160.40625,0,1,0,'2018-10-07 09:01:53'); -INSERT INTO `marker` VALUES (9900,1900,NULL,2,1901,30529,'port','',160.328125,-88.1875,0,0,0,'2018-10-07 15:43:11'); -INSERT INTO `marker` VALUES (9901,1900,NULL,2,1901,30564,'Flèches infinies','',79.6770830154419,-124.22916793823242,0,0,0,'2018-10-08 01:10:08'); -INSERT INTO `marker` VALUES (9902,1900,NULL,2,1921,30210,'Terry Towne','',190.0625,-103.4375,0,0,0,'2018-10-10 16:40:55'); -INSERT INTO `marker` VALUES (9903,1900,NULL,2,1926,29655,'Divine Beast Vah Rudania','',165.8656244277954,-87.34687519073486,0,1,0,'2018-10-10 22:20:34'); -INSERT INTO `marker` VALUES (9904,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:38'); -INSERT INTO `marker` VALUES (9905,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:42'); -INSERT INTO `marker` VALUES (9906,1900,NULL,2,1925,2534,'Mah Eliya Shrine','EX Champion Mipha's Song - Third Clue - chase rings of the waterfall - Secret Stairway',186.734375,-117.96875,0,0,0,'2018-10-11 21:14:42'); -INSERT INTO `marker` VALUES (9907,1900,NULL,2,1925,2534,'Sato Koda Shrine','EX Champion Mipha's Song - Second Clue - conquer the ancient foes - Support and Guidance',176.640625,-114.78125,0,0,0,'2018-10-11 21:53:13'); -INSERT INTO `marker` VALUES (9908,1900,NULL,2,1925,2534,'Kee Dafunia Shrine','EX Champion Mipha's Song - First Clue - find what the light's path shows - The Melting Point',203.609375,-113.1484375,0,0,0,'2018-10-12 04:24:16'); -INSERT INTO `marker` VALUES (9909,1900,NULL,2,1916,30672,'Korok Seed','Add the top of the Research Lab',187.1328125,-161.30078125,0,0,0,'2018-10-12 09:30:01'); -INSERT INTO `marker` VALUES (9910,1900,NULL,2,1925,2534,'Keiye Tala Shrine','Ex Champion Urbasa's Song - Fight the brute of the sand - Big or Small',91.3515625,-188.8671875,0,0,0,'2018-10-13 00:42:49'); -INSERT INTO `marker` VALUES (9911,1900,NULL,2,1925,2534,'Takama Shiri Shine','Ex Champion Urbosa's Song - Chase rings upon the land - Dual Purpose',51.43359375,-161.6640625,0,0,0,'2018-10-13 01:22:50'); -INSERT INTO `marker` VALUES (9912,1900,NULL,2,1925,2534,'Kihiro Moh Shrine','EX Champion Urbosa's Song - Throw the orb underground - Inside the Box\r\n',75.10546875,-148.94921875,0,0,0,'2018-10-13 03:57:41'); -INSERT INTO `marker` VALUES (9913,1900,NULL,2,1916,31095,'West Desert Ruins','Korok on bones',56.25,-164.578125,0,1,0,'2018-10-15 11:45:52'); -INSERT INTO `marker` VALUES (9914,1900,NULL,2,1925,31095,'EX Desert Shrine','Unlockable By Champion's Ballad',51.390625,-161.53125,0,0,0,'2018-10-15 11:48:15'); -INSERT INTO `marker` VALUES (9915,1900,NULL,2,1901,30976,'flower for korok seed','follow the flower',199.90937423706055,-167.42812490463257,0,1,0,'2018-10-16 19:16:30'); -INSERT INTO `marker` VALUES (9916,1900,NULL,2,1935,27919,'Face the Frost Talus','',76.3046875,-99.828125,0,0,0,'2018-10-17 20:20:14'); -INSERT INTO `marker` VALUES (9917,1900,NULL,2,1901,29506,'Hot Spring','',163.9375,-165.0703125,0,0,0,'2018-10-20 23:47:48'); -INSERT INTO `marker` VALUES (9918,1900,NULL,2,1942,30976,'HINOX','',101.71249961853027,-153.953125,0,0,0,'2018-10-22 16:31:45'); -INSERT INTO `marker` VALUES (9919,1900,NULL,2,1935,30319,'Riddles of Hyrule','NPC: Walton (Top of the Great Tree)\r\n\r\nMultistage quest',134.52734375,-93.85546875,0,0,0,'2018-10-22 19:19:33'); -INSERT INTO `marker` VALUES (9920,1900,NULL,2,1948,31697,'Cocina','',127.2839891910553,-174.32001972198486,0,0,0,'2018-10-25 05:34:45'); -INSERT INTO `marker` VALUES (9921,1900,NULL,2,1901,31697,'Mineral','',127.69810223579407,-179.29840433597565,0,0,0,'2018-10-26 04:18:40'); -INSERT INTO `marker` VALUES (9922,1900,NULL,2,1940,12402,'Lynel (DLC HARD MODE)','',117.671875,-160.546875,0,0,0,'2018-10-26 22:20:42'); -INSERT INTO `marker` VALUES (9923,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',115,-161.5234375,0,0,0,'2018-10-28 17:27:59'); -INSERT INTO `marker` VALUES (9924,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',119.9609375,-156.0625,0,0,0,'2018-10-28 17:28:31'); -INSERT INTO `marker` VALUES (9925,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',113.29296875,-154.17578125,0,0,0,'2018-10-28 17:29:22'); -INSERT INTO `marker` VALUES (9926,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',109.00390625,-160.92578125,0,0,0,'2018-10-28 17:44:45'); -INSERT INTO `marker` VALUES (9927,1900,NULL,2,1926,32015,'Vah-Rudania','',167.6484375,-87.3984375,0,0,0,'2018-10-29 11:51:38'); -INSERT INTO `marker` VALUES (9928,1900,NULL,2,1935,31863,'Face the Frost Talus ','',75.89515590667725,-99.76265621185303,0,0,0,'2018-10-31 02:17:59'); -INSERT INTO `marker` VALUES (9929,1900,NULL,2,1920,32214,'Great Plateu','Início',115.19261169433594,-159.66193103790283,0,1,0,'2018-11-02 03:00:07'); -INSERT INTO `marker` VALUES (9930,1900,NULL,2,1905,32328,'Hylian','',3.25,-103.25,0,0,0,'2018-11-03 23:10:48'); -INSERT INTO `marker` VALUES (9931,1900,NULL,2,1939,3082,'Ice Wizzrobe','',74.1328125,-86.5859375,0,0,0,'2018-11-04 10:09:47'); -INSERT INTO `marker` VALUES (9932,1900,NULL,2,1916,32362,'Korak','',107.48011779785156,-147.66822814941406,0,0,0,'2018-11-05 01:40:06'); -INSERT INTO `marker` VALUES (9933,1900,NULL,2,1939,3082,'Ice Wizzrobe','',82.640625,-81.5390625,0,0,0,'2018-11-05 10:02:12'); -INSERT INTO `marker` VALUES (9934,1900,NULL,2,1923,32479,'Hateno Tower','',170.9140625,-161.3515625,0,0,0,'2018-11-05 17:52:38'); -INSERT INTO `marker` VALUES (9935,1900,NULL,2,1925,30399,'Geshma's Santuary','',101.9375,-69.46875,0,0,0,'2018-11-07 00:29:39'); -INSERT INTO `marker` VALUES (9936,1900,NULL,2,1916,30399,'Kolog','',91.796875,-115.46875,0,0,0,'2018-11-07 00:37:44'); -INSERT INTO `marker` VALUES (9937,1900,NULL,2,1910,32592,'Amber','',107.8828125,-162.71484375,0,0,0,'2018-11-07 18:40:30'); -INSERT INTO `marker` VALUES (9938,1900,NULL,2,1925,32607,'Guko-Chise-Schrein','',68.4375,-172,0,0,0,'2018-11-07 22:13:17'); -INSERT INTO `marker` VALUES (9939,1900,NULL,2,1931,32600,'Bokoblin Camp','',118.125,-158.0078125,0,0,0,'2018-11-07 23:32:58'); -INSERT INTO `marker` VALUES (9940,1900,NULL,2,1931,32600,'Bokoblin Camp','',117.63151049613953,-156.66145831346512,0,0,0,'2018-11-07 23:33:52'); -INSERT INTO `marker` VALUES (9941,1900,NULL,2,1901,31698,'Inven','???',142.741943359375,-130.786865234375,0,0,0,'2018-11-08 01:20:08'); -INSERT INTO `marker` VALUES (9942,1900,NULL,2,1926,28495,'Divine Beast Vah Naboris','',76.875,-179.4166660308838,0,0,0,'2018-11-09 16:46:44'); -INSERT INTO `marker` VALUES (9943,1900,NULL,2,1926,28495,'Divine Beast Vah Rudania','',167.578125,-87.47916674613953,0,0,0,'2018-11-09 16:47:09'); -INSERT INTO `marker` VALUES (9944,1900,NULL,2,1926,28495,'Divine Beast Vah Mehdo','',71.60416221618652,-99.1875,0,0,0,'2018-11-09 16:47:40'); -INSERT INTO `marker` VALUES (9945,1900,NULL,2,1916,32758,'Korok seed','',131.546875,-154.6640625,0,1,0,'2018-11-10 09:39:08'); -INSERT INTO `marker` VALUES (9946,1900,NULL,2,1925,14053,'Santuario de Kettava','',92.09375,-189.34375,0,0,0,'2018-11-11 01:55:48'); -INSERT INTO `marker` VALUES (9947,1900,NULL,2,1925,14053,'Santurio de kritmoh','',74.84375,-149.0625,0,0,0,'2018-11-11 01:56:54'); -INSERT INTO `marker` VALUES (9948,1900,NULL,2,1910,32630,'Strili','',204.78125,-185.9375,0,0,0,'2018-11-11 06:23:19'); -INSERT INTO `marker` VALUES (9949,1900,NULL,2,1920,32931,'m','',139.75,-136.25,0,0,0,'2018-11-12 01:51:28'); -INSERT INTO `marker` VALUES (9950,1900,NULL,2,1944,32941,'Phantom','Ex',120.90625,-158.76953125,0,0,0,'2018-11-12 05:45:18'); -INSERT INTO `marker` VALUES (9951,1900,NULL,2,1944,32941,'Nintendo Switch Shirt (Ex)','',121.1953125,-159.38671875,0,0,0,'2018-11-12 05:47:56'); -INSERT INTO `marker` VALUES (9952,1900,NULL,2,1943,32941,'Ruby (EX)','',117.390625,-151.6953125,0,0,0,'2018-11-12 05:50:13'); -INSERT INTO `marker` VALUES (9953,1900,NULL,2,1931,32941,'Bokoblin Camp','',118.19921875,-157.96875,0,0,0,'2018-11-12 05:52:18'); -INSERT INTO `marker` VALUES (9954,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.37890625,-156.03515625,0,0,0,'2018-11-12 05:52:42'); -INSERT INTO `marker` VALUES (9955,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.78515625,-162.3046875,0,0,0,'2018-11-12 05:56:10'); -INSERT INTO `marker` VALUES (9956,1900,NULL,2,1944,32941,'Bomb Arrow x5 (Ex)','',105.3046875,-159.67578125,0,0,0,'2018-11-12 20:39:49'); -INSERT INTO `marker` VALUES (9957,1900,NULL,2,1901,30338,'???????','?????????????????????????????',169.84765625,-148.01953125,0,0,0,'2018-11-13 05:46:32'); -INSERT INTO `marker` VALUES (9958,1900,NULL,2,1926,32959,'Divine Beast Vah Medoh','',68.8046875,-91.921875,0,1,0,'2018-11-13 12:07:08'); -INSERT INTO `marker` VALUES (9959,1900,NULL,2,1926,32959,'Divine Beast Vah Naboris','',74.4375,-176.9296875,0,1,0,'2018-11-13 12:08:23'); -INSERT INTO `marker` VALUES (9960,1900,NULL,2,1926,32959,'Divine Beast Vah Rudania','',153.453125,-82.0703125,0,0,0,'2018-11-13 12:09:04'); -INSERT INTO `marker` VALUES (9961,1900,NULL,2,1901,33048,'????','',110.4140625,-157.9609375,0,0,0,'2018-11-14 01:57:48'); -INSERT INTO `marker` VALUES (9962,1900,NULL,2,1925,33117,'Etsu Korima Shrine ','DLC',108.98828125,-160.9609375,0,0,0,'2018-11-15 13:26:17'); -INSERT INTO `marker` VALUES (9963,1900,NULL,2,1925,33117,'Ruvo Korbah Shrine','DLC',114.9375,-161.4609375,0,0,0,'2018-11-15 13:30:11'); -INSERT INTO `marker` VALUES (9964,1900,NULL,2,1925,33117,'Rohta Chigah Shrine','DLC',119.9375,-156.28125,0,0,0,'2018-11-15 13:31:56'); -INSERT INTO `marker` VALUES (9965,1900,NULL,2,1943,32987,'DLC','Rubis Brut',117.47265625,-151.7929686307907,0,0,0,'2018-11-15 17:29:39'); -INSERT INTO `marker` VALUES (9966,1900,NULL,2,1944,32987,'DLC','Maillot Nintendo Switch',120.68229180574417,-159.37369799613953,0,0,0,'2018-11-15 18:34:15'); -INSERT INTO `marker` VALUES (9967,1900,NULL,2,1901,31690,'Ir por la reliquia en la casa de Impa','',160.109375,-142.765625,0,1,0,'2018-11-15 20:30:01'); -INSERT INTO `marker` VALUES (9968,1900,NULL,2,1902,3082,'Royal Guard's Boots','',122.359375,-114.765625,0,0,0,'2018-11-16 20:42:06'); -INSERT INTO `marker` VALUES (9969,1900,NULL,2,1902,3082,'EX Royal Guard Uniform','',125.15625,-114.265625,0,0,0,'2018-11-17 01:31:40'); -INSERT INTO `marker` VALUES (9970,1900,NULL,2,1943,32987,'DLC','Flêche explosive',105.25260424613953,-159.671875,0,0,0,'2018-11-17 07:20:19'); -INSERT INTO `marker` VALUES (9971,1900,NULL,2,1901,32626,'Here bitch','',134.875,-156.5625,0,0,0,'2018-11-21 07:08:38'); -INSERT INTO `marker` VALUES (9972,1900,NULL,2,1935,33277,'Wind Waker T-Shirt','',125.58380681276321,-176.1068892478943,0,0,0,'2018-11-24 00:29:50'); -INSERT INTO `marker` VALUES (9973,1900,NULL,2,1901,33462,'?????','???????????????????????',146.375,-155.8125,0,0,0,'2018-11-25 15:53:52'); -INSERT INTO `marker` VALUES (9974,1900,NULL,2,1944,33852,'Nintendo Switch Shirt','',120.67578125,-159.3984375,0,0,0,'2018-11-25 19:27:20'); -INSERT INTO `marker` VALUES (9975,1900,NULL,2,1901,33833,'me','',156.8125,-178.8125,0,0,0,'2018-11-26 02:26:47'); -INSERT INTO `marker` VALUES (9976,1900,NULL,2,1940,34084,'Expert','',116.765625,-161.03125,0,0,0,'2018-11-29 11:50:44'); -INSERT INTO `marker` VALUES (9977,1900,NULL,2,1901,34138,'SALIDA','',115.25,-159.125,0,0,0,'2018-11-30 12:09:27'); -INSERT INTO `marker` VALUES (9978,1900,NULL,2,1926,34273,'Divine Beast Vah Naboris','',94.875,-169.75,0,1,0,'2018-12-02 02:05:24'); -INSERT INTO `marker` VALUES (9979,1900,NULL,2,1926,34273,'Divine Beast Vah Rudania','',166.40625,-88.09375,0,0,0,'2018-12-02 02:06:29'); -INSERT INTO `marker` VALUES (9980,1900,NULL,2,1901,34273,'Divine Beast Vah Medoh ','',71.578125,-99.015625,0,0,0,'2018-12-02 02:07:08'); -INSERT INTO `marker` VALUES (9981,1900,NULL,2,1943,34279,'EX Chest','Contains bomb arrows if I recall.',105.26953125,-159.73828125,0,0,0,'2018-12-02 07:55:32'); -INSERT INTO `marker` VALUES (9982,1900,NULL,2,1944,34279,'EX Chest','',117.51953125,-151.7890625,0,0,0,'2018-12-02 07:58:47'); -INSERT INTO `marker` VALUES (9983,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air on balloon platform.',145.3203125,-156.6796875,0,0,0,'2018-12-02 08:01:56'); -INSERT INTO `marker` VALUES (9984,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air, on balloon platform.\r\n',173.40625,-159.1796875,0,0,0,'2018-12-02 08:03:26'); -INSERT INTO `marker` VALUES (9985,1900,NULL,2,1944,34279,'Soldier's Claymore','Master Mode\r\nIn the ground: No\r\n',154.734375,-161.8828125,0,0,0,'2018-12-02 09:08:47'); -INSERT INTO `marker` VALUES (9986,1900,NULL,2,1944,34279,'EX Chest: Boomerang','Floating Platform on the E side of the bridge.',156.16015625,-151.80859375,0,0,0,'2018-12-03 07:50:44'); -INSERT INTO `marker` VALUES (9987,1900,NULL,2,1901,34279,'Serpetine Spear','Master Mode\r\nOn floating platform by bridge',138.53125,-143.5625,0,0,0,'2018-12-03 08:55:36'); -INSERT INTO `marker` VALUES (9988,1900,NULL,2,1944,34279,'Throwing Spear','Master Mode\r\nFloating platform next to bridge',143.390625,-143.09375,0,0,0,'2018-12-03 09:15:08'); -INSERT INTO `marker` VALUES (9989,1900,NULL,2,1902,34434,'Phantom Helmet','',109.5078125,-147.26953125,0,0,0,'2018-12-03 16:22:26'); -INSERT INTO `marker` VALUES (9990,1900,NULL,2,1944,34279,'MM Soldier's Spear','Soldier's Spear in chest on top of floating platform by bridge.',153.921875,-159.625,0,0,0,'2018-12-05 10:17:14'); -INSERT INTO `marker` VALUES (9991,1900,NULL,2,1901,34064,'arrows','231',117.859375,-175.8125,0,0,0,'2018-12-06 06:43:46'); -INSERT INTO `marker` VALUES (9992,1900,NULL,2,1926,21154,'Divine Beast Vah Naboris','',95.06640625,-169.265625,0,0,0,'2018-12-06 14:07:30'); -INSERT INTO `marker` VALUES (9993,1900,NULL,2,1901,34095,'COMIENZO DE TODO','',112.875,-157.9375,0,1,0,'2018-12-07 14:24:44'); -INSERT INTO `marker` VALUES (9994,1900,NULL,2,1901,33237,'no encontrado','',83.9140625,-103.22395837306976,0,0,0,'2018-12-07 22:32:03'); -INSERT INTO `marker` VALUES (9995,1900,NULL,2,1901,34755,'???','???',148.375,-157.46875,0,0,0,'2018-12-08 07:02:21'); -INSERT INTO `marker` VALUES (9996,1900,NULL,2,1935,34424,'The Sheep Rustlers','Start of side-quest "The Sheep Rustlers"',184.66015625,-160.90234375,0,0,0,'2018-12-08 22:01:25'); -INSERT INTO `marker` VALUES (9997,1900,NULL,2,1926,34803,'Divine Beast Vah Medoh','',71.5625,-100.03125,0,0,0,'2018-12-08 22:15:18'); -INSERT INTO `marker` VALUES (9998,1900,NULL,2,1901,34810,'Semilla de manzana','',135.921875,-156.119140625,0,0,0,'2018-12-09 00:51:52'); -INSERT INTO `marker` VALUES (9999,1900,NULL,2,1901,34755,'????','????',88.25,-138.625,0,0,0,'2018-12-09 06:23:26'); -INSERT INTO `marker` VALUES (10000,1900,NULL,2,1925,34826,'Kiah Toza Shrine','',93.125,-78.625,0,0,0,'2018-12-09 10:32:02'); -INSERT INTO `marker` VALUES (10001,1900,NULL,2,1925,34826,'Shira Gomar Shrine','',90.92578125,-106.46875,0,1,0,'2018-12-09 10:35:15'); -INSERT INTO `marker` VALUES (10002,1900,NULL,2,1925,34826,'Kamia Omuna Shrine','',161.23124980926514,-77.68124985694885,0,1,0,'2018-12-09 10:38:10'); -INSERT INTO `marker` VALUES (10003,1900,NULL,2,1944,34279,'MM Royal Broadsword','Chest on floating platform in Master Mode.',169.90625,-149.703125,0,0,0,'2018-12-10 09:22:03'); -INSERT INTO `marker` VALUES (10004,1900,NULL,2,1901,33797,'seeds','',179.0625,-138.3515625,0,0,0,'2018-12-10 15:46:54'); -INSERT INTO `marker` VALUES (10005,1900,NULL,2,1901,33797,'seeds','',179.109375,-138.27734375,0,0,0,'2018-12-10 15:47:15'); -INSERT INTO `marker` VALUES (10006,1900,NULL,2,1916,34446,'Korok seed','',179.24689900875092,-150.5570695400238,0,0,0,'2018-12-10 22:30:00'); -INSERT INTO `marker` VALUES (10007,1900,NULL,2,1910,34124,'Amber','',101.875,-148.15625,0,0,0,'2018-12-11 05:08:42'); -INSERT INTO `marker` VALUES (10008,1900,NULL,2,1925,34124,'Shrine of Resurrection','',110.6015625,-157.4296875,0,0,0,'2018-12-11 07:25:21'); -INSERT INTO `marker` VALUES (10009,1900,NULL,2,1901,34867,'FIRODRA','',155.6015625,-172.296875,0,0,0,'2018-12-11 15:38:23'); -INSERT INTO `marker` VALUES (10010,1900,NULL,2,1903,34867,'FLAMEBLADE','',158.59765625,-169.0546875,0,0,0,'2018-12-12 09:17:32'); -INSERT INTO `marker` VALUES (10011,1900,NULL,2,1925,31383,'Ruvo Korbah','',114.95703125,-161.515625,0,0,0,'2018-12-12 14:14:22'); -INSERT INTO `marker` VALUES (10012,1900,NULL,2,1916,33319,'Korok Seed','',132.134765625,-187.89453125,0,0,0,'2018-12-12 22:26:48'); -INSERT INTO `marker` VALUES (10013,1900,NULL,2,1925,35121,'el imposible','no c',110.93843746185303,-86.40828123688698,0,0,0,'2018-12-12 23:45:05'); -INSERT INTO `marker` VALUES (10014,1900,NULL,2,1916,29592,'Korok Seed','',107.390625,-147.65234375,0,0,0,'2018-12-13 17:46:49'); -INSERT INTO `marker` VALUES (10015,1900,NULL,2,1942,20944,'Black Hinox','',134.5,-94.25,0,0,0,'2018-12-14 01:48:19'); -INSERT INTO `marker` VALUES (10016,1900,NULL,2,1944,34279,'Zora Sword','',170.1875,-122.3828125,0,0,0,'2018-12-14 07:53:18'); -INSERT INTO `marker` VALUES (10017,1900,NULL,2,1944,34279,'Zora Spear','',166.2265625,-124.08203125,0,0,0,'2018-12-14 20:39:29'); -INSERT INTO `marker` VALUES (10018,1900,NULL,2,1944,34279,'Silverscale Spear','',163.9296875,-124.0703125,0,0,0,'2018-12-14 21:09:21'); -INSERT INTO `marker` VALUES (10019,1900,NULL,2,1901,34279,'Silver Shield','',171.59375,-123.78125,0,0,0,'2018-12-14 21:22:25'); -INSERT INTO `marker` VALUES (10020,1900,NULL,2,1944,34279,'Silver Shield','',183.4453125,-112.90625,0,0,0,'2018-12-15 09:27:59'); -INSERT INTO `marker` VALUES (10021,1900,NULL,2,1944,34279,'Silver Bow','',171.9609375,-127.75,0,0,0,'2018-12-15 11:06:23'); -INSERT INTO `marker` VALUES (10022,1900,NULL,2,1944,34279,'Silver Longsword','',176.0625,-120.609375,0,0,0,'2018-12-15 11:35:21'); -INSERT INTO `marker` VALUES (10023,1900,NULL,2,1901,35432,'korok seed?','',57.9302978515625,-88.736083984375,0,0,0,'2018-12-17 05:14:45'); -INSERT INTO `marker` VALUES (10024,1900,NULL,2,1904,35048,'GBOW !','',36.21875,-87.65625,0,0,0,'2018-12-18 03:16:54'); -INSERT INTO `marker` VALUES (10025,1900,NULL,2,1903,35048,'Monster with flameblade','',152.6979160308838,-70.7604169845581,0,0,0,'2018-12-18 05:53:06'); -INSERT INTO `marker` VALUES (10026,1900,NULL,2,1941,35545,'Stone Talus','',110.875,-154.01736092567444,0,0,0,'2018-12-19 01:55:20'); -INSERT INTO `marker` VALUES (10027,1900,NULL,2,1916,27903,'Korogu','',145.171875,-157.625,0,0,0,'2018-12-21 11:42:14'); -INSERT INTO `marker` VALUES (10028,1900,NULL,2,1941,35555,'Stone Talus (Luminous)','[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps',190.375,-125.59375,0,0,0,'2018-12-21 14:27:04'); -INSERT INTO `marker` VALUES (10029,1900,NULL,2,1944,34279,'Frost Blade','',190.7421875,-122.71875,0,0,0,'2018-12-22 08:22:13'); -INSERT INTO `marker` VALUES (10030,1900,NULL,2,1944,34279,'Demon Carver','',192.1484375,-120.3984375,0,0,0,'2018-12-22 08:27:15'); -INSERT INTO `marker` VALUES (10031,1900,NULL,2,1944,34279,'Frost Spear','',175.6875,-128.21875,0,0,0,'2018-12-22 09:22:31'); -INSERT INTO `marker` VALUES (10032,1900,NULL,2,1901,34138,'POBLADO HATELIA (lab y fotos)','',181.3125,-162.5,0,0,0,'2018-12-24 08:00:32'); -INSERT INTO `marker` VALUES (10033,1900,NULL,2,1903,34896,'Left chest weapon here','',118.18359375,-122.63671875,0,0,0,'2018-12-24 12:39:53'); -INSERT INTO `marker` VALUES (10034,1900,NULL,2,1901,36049,'Stealthfin Trout','',142.109375,-93.09375,0,0,0,'2018-12-25 05:01:43'); -INSERT INTO `marker` VALUES (10035,1900,NULL,2,1925,31383,'Sharo Lun Shrine','',173.82421875,-90.19921875,0,1,0,'2018-12-25 21:23:40'); -INSERT INTO `marker` VALUES (10036,1900,NULL,2,1943,34279,'Travel Medallion','',200.65625,-72.4453125,0,0,0,'2018-12-26 07:44:34'); -INSERT INTO `marker` VALUES (10037,1900,NULL,2,1939,36179,'Ice Wizzrobe','',82.328125,-80.9296875,0,1,0,'2018-12-26 15:05:15'); -INSERT INTO `marker` VALUES (10038,1900,NULL,2,1901,36203,'Korok MAsk','',136.453125,-100.96875,0,0,0,'2018-12-26 20:12:17'); -INSERT INTO `marker` VALUES (10039,1900,NULL,2,1926,36179,'Divine Beast Vah Rudania','',167.375,-87.265625,0,1,0,'2018-12-26 20:49:07'); -INSERT INTO `marker` VALUES (10040,1900,NULL,2,1939,34279,'Ice Wizzrobe','',76.046875,-152.359375,0,0,0,'2018-12-27 10:53:37'); -INSERT INTO `marker` VALUES (10041,1900,NULL,2,1901,36179,'Spring of Wisdom','',189.51171875,-148.9453125,0,1,0,'2018-12-27 12:04:55'); -INSERT INTO `marker` VALUES (10042,1900,NULL,2,1926,36179,'Divine Beast Vah Medoh','',71.546875,-98.8515625,0,0,0,'2018-12-27 12:07:20'); -INSERT INTO `marker` VALUES (10043,1900,NULL,2,1901,36179,'Yiga Clan Hideout','',69.75,-149.796875,0,1,0,'2018-12-27 12:13:15'); -INSERT INTO `marker` VALUES (10044,1900,NULL,2,1938,36073,'Lord of the Mountain','',93.6015625,-132.9375,0,0,0,'2018-12-27 18:54:19'); -INSERT INTO `marker` VALUES (10045,1900,NULL,2,1903,35263,'Flame Bade','Inside Temple',179.91796875,-74.46484375,0,0,0,'2018-12-28 07:30:23'); -INSERT INTO `marker` VALUES (10046,1900,NULL,2,1901,36254,'Purple Rupee','',197.48828125,-80.10546875,0,0,0,'2018-12-30 19:39:23'); -INSERT INTO `marker` VALUES (10047,1900,NULL,2,1936,35567,'Mure fissuré Gorons ','',158.0080400109291,-90.44528198242188,0,0,0,'2018-12-31 12:48:28'); -INSERT INTO `marker` VALUES (10048,1900,NULL,2,1910,36489,'????','',154.96139705181122,-173.4979510307312,0,1,0,'2019-01-01 09:45:30'); -INSERT INTO `marker` VALUES (10049,1900,NULL,2,1904,36489,'????','????',171.57887375354767,-162.8784990310669,0,1,0,'2019-01-01 09:48:02'); -INSERT INTO `marker` VALUES (10050,1900,NULL,2,1901,37205,'Vah Naboris','Wanders in this general area',73.12187576293945,-180.16874980926514,0,0,0,'2019-01-02 23:59:39'); -INSERT INTO `marker` VALUES (10051,1900,NULL,2,1936,36393,'Shrine Entrance','',97.28515625,-104.77734375,0,0,0,'2019-01-03 02:09:08'); -INSERT INTO `marker` VALUES (10052,1900,NULL,2,1903,36489,'Rock Pike','',154.23903608322144,-94.42567777633667,0,1,0,'2019-01-03 06:38:16'); -INSERT INTO `marker` VALUES (10053,1900,NULL,2,1901,15410,'8th','',59.8125,-136,0,0,0,'2019-01-03 08:12:01'); -INSERT INTO `marker` VALUES (10054,1900,NULL,2,1901,34279,'Rvaio's Hood','',141.06640625,-165.953125,0,0,0,'2019-01-03 09:53:01'); -INSERT INTO `marker` VALUES (10055,1900,NULL,2,1944,34279,'EX Tingle's Shirt','',117.3359375,-115.28125,0,0,0,'2019-01-05 04:52:22'); -INSERT INTO `marker` VALUES (10056,1900,NULL,2,1901,37418,'?????','',156.7578125,-143.6171875,0,0,0,'2019-01-06 03:46:43'); -INSERT INTO `marker` VALUES (10057,1900,NULL,2,1930,36404,'Ice Keese','',97.9375,-80,0,0,0,'2019-01-06 23:10:16'); -INSERT INTO `marker` VALUES (10058,1900,NULL,2,1935,37845,'By Firefly's Light','Kakariko Village Lazli Side-Quest',157.6796875,-144.1875,0,1,0,'2019-01-07 06:06:50'); -INSERT INTO `marker` VALUES (10059,1900,NULL,2,1935,37845,'Riverbed Reward','',141.2421875,-129.9609375,0,0,0,'2019-01-07 07:27:41'); -INSERT INTO `marker` VALUES (10060,1900,NULL,2,1935,37845,'The Giant of Ralis Pond','',179.828125,-119.4296875,0,0,0,'2019-01-07 07:34:17'); -INSERT INTO `marker` VALUES (10061,1900,NULL,2,1901,37845,'An Ice Guy','',77.390625,-168.234375,0,0,0,'2019-01-07 07:37:28'); -INSERT INTO `marker` VALUES (10062,1900,NULL,2,1935,37845,'The Eighth Heroine & The Forgotten Sword','',69.203125,-173.0703125,0,0,0,'2019-01-07 07:45:22'); -INSERT INTO `marker` VALUES (10063,1900,NULL,2,1901,37845,'Statue of the Eighth Heroine','',59.515625,-136.28125,0,0,0,'2019-01-07 07:48:28'); -INSERT INTO `marker` VALUES (10064,1900,NULL,2,1901,37845,'The Forgotten Sword','',65.890625,-143.046875,0,0,0,'2019-01-07 07:50:19'); -INSERT INTO `marker` VALUES (10065,1900,NULL,2,1939,36539,'Blizzard Wizrobe','',139.9765625,-116.28125,0,0,0,'2019-01-07 23:26:25'); -INSERT INTO `marker` VALUES (10066,1900,NULL,2,1935,37922,'Arrows of Burning Heat','',156.3984375,-144.25390625,0,0,0,'2019-01-08 04:40:27'); -INSERT INTO `marker` VALUES (10067,1900,NULL,2,1910,37908,'Amber','',128.328125,-131.4375,0,0,0,'2019-01-08 06:29:42'); -INSERT INTO `marker` VALUES (10068,1900,NULL,2,1901,38068,'1232','213',113.9375,-155.95625114440918,0,0,0,'2019-01-09 01:45:41'); -INSERT INTO `marker` VALUES (10069,1900,NULL,2,1901,38196,'Santuario de Kaoma','Santuario de Kaoma',136.19921875,-183.06640625,0,0,0,'2019-01-10 12:06:33'); -INSERT INTO `marker` VALUES (10070,1900,NULL,2,1901,38298,'Hidden Cove Containing Chests','Theres a hidden cove that leads behind the waterfall. There's Three Chests inside the cove',110.421875,-161.5234375,0,0,0,'2019-01-12 01:14:11'); -INSERT INTO `marker` VALUES (10071,1900,NULL,2,1916,12708,'Race with shield surfing','',149.8203125,-114.64108204841614,0,0,0,'2019-01-12 02:19:43'); -INSERT INTO `marker` VALUES (10072,1900,NULL,2,1916,32236,'b ','',156.66562509536743,-119.69374990463257,0,0,0,'2019-01-12 23:57:54'); -INSERT INTO `marker` VALUES (10073,1900,NULL,2,1930,36404,'Ice Wissrobe','',103.75,-186.45703125,0,0,0,'2019-01-13 04:09:36'); -INSERT INTO `marker` VALUES (10074,1900,NULL,2,1901,37121,'MUSHROOM SPAWN','',93.71875,-140.453125,0,0,0,'2019-01-13 06:52:24'); -INSERT INTO `marker` VALUES (10075,1900,NULL,2,1926,38854,'Divine Beast Vah Naboris','',81.5,-180.75,0,0,0,'2019-01-14 20:24:08'); -INSERT INTO `marker` VALUES (10076,1900,NULL,2,1935,37720,'A Gift of Nightshade','',168.44921875,-183.31640625,0,0,0,'2019-01-15 22:06:05'); -INSERT INTO `marker` VALUES (10077,1900,NULL,2,1926,38927,'Divine Beast Vah Naboris','',85.109375,-186.09375,0,0,0,'2019-01-16 13:31:18'); -INSERT INTO `marker` VALUES (10078,1900,NULL,2,1943,39150,'10x Arrows','',175.19140625,-159.48046875,0,0,0,'2019-01-18 16:35:05'); -INSERT INTO `marker` VALUES (10079,1900,NULL,2,1943,39150,'50x Rupees','',175.28515625,-162.5234375,0,0,0,'2019-01-18 16:39:33'); -INSERT INTO `marker` VALUES (10080,1900,NULL,2,1901,39287,'find','',42.25,-108.75,0,0,0,'2019-01-19 02:29:44'); -INSERT INTO `marker` VALUES (10081,1900,NULL,2,1901,39292,'Botas de alpinismo','',-28.75,-106.75,0,1,0,'2019-01-19 03:07:15'); -INSERT INTO `marker` VALUES (10082,1900,NULL,2,1916,28484,'Koror Seed','',76.44921875,-106.69140625,0,1,0,'2019-01-20 07:22:36'); -INSERT INTO `marker` VALUES (10083,1900,NULL,2,1943,28484,'Topaz','',76.44921875,-106.640625,0,0,0,'2019-01-20 07:23:32'); -INSERT INTO `marker` VALUES (10084,1900,NULL,2,1916,28484,'Koror Seed','',74.203125,-107.40234375,0,0,0,'2019-01-20 07:27:31'); -INSERT INTO `marker` VALUES (10085,1900,NULL,2,1916,28484,'Koroko Seed','',82.48828125,-102.41796875,0,0,0,'2019-01-20 07:51:18'); -INSERT INTO `marker` VALUES (10086,1900,NULL,2,1904,35517,'Bomb Arrows BOX','',132.234375,-188.99609375,0,0,0,'2019-01-20 07:54:45'); -INSERT INTO `marker` VALUES (10087,1900,NULL,2,1939,28484,'Ice Wizzrobe','',89.1015625,-99.5390625,0,0,0,'2019-01-20 07:59:59'); -INSERT INTO `marker` VALUES (10088,1900,NULL,2,1916,28484,'Koroko Seed','',91.44921875,-101.015625,0,0,0,'2019-01-20 08:05:49'); -INSERT INTO `marker` VALUES (10089,1900,NULL,2,1916,28484,'Koroko Seed','',91.1640625,-98.77734375,0,0,0,'2019-01-20 08:12:09'); -INSERT INTO `marker` VALUES (10090,1900,NULL,2,1901,39897,'Super cold up here','',183.2286376953125,-154.25723266601562,0,0,0,'2019-01-23 20:01:24'); -INSERT INTO `marker` VALUES (10091,1900,NULL,2,1901,39095,'Weapons Cash','',82.91015625,-161.80078125,0,0,0,'2019-01-23 23:23:45'); -INSERT INTO `marker` VALUES (10092,1900,NULL,2,1901,37418,'Dragon','Dragon\r\n',155.65885400772095,-172.38932299613953,0,0,0,'2019-01-24 05:17:14'); -INSERT INTO `marker` VALUES (10093,1900,NULL,2,1903,35263,'Knight's Halbert','',118.91796875,-87.015625,0,0,0,'2019-01-24 12:50:13'); -INSERT INTO `marker` VALUES (10094,1900,NULL,2,1901,35263,'Kass Quest','The Serpent's Jaws',140.72968769073486,-175.84375,0,0,0,'2019-01-25 03:51:29'); -INSERT INTO `marker` VALUES (10095,1900,NULL,2,1938,40130,'White Horse','',100.609375,-140.96875,0,0,0,'2019-01-26 07:20:39'); -INSERT INTO `marker` VALUES (10096,1900,NULL,2,1910,40214,'chest','',114.2890625,-158.609375,0,0,0,'2019-01-26 22:06:14'); -INSERT INTO `marker` VALUES (10097,1900,NULL,2,1901,40096,'elden','',150.90625,-72.78515625,0,0,0,'2019-01-27 18:57:25'); -INSERT INTO `marker` VALUES (10098,1900,NULL,2,1926,39917,'Gourdo beast','',89.77553331851959,-184.40449452400208,0,0,0,'2019-01-28 11:49:13'); -INSERT INTO `marker` VALUES (10099,1900,NULL,2,1926,38947,'Vah'Naboris','',95.015625,-168.859375,0,0,0,'2019-01-29 13:38:48'); -INSERT INTO `marker` VALUES (10100,1900,NULL,2,1926,38947,'Vah'Rudania','',167.58203125,-87.21875,0,0,0,'2019-01-29 13:39:41'); -INSERT INTO `marker` VALUES (10101,1900,NULL,2,1910,40542,'Shrooms','',93.716552734375,-140.4376220703125,0,0,0,'2019-01-29 17:58:24'); -INSERT INTO `marker` VALUES (10102,1900,NULL,2,1903,38067,'Inventory Full!!','',141.546875,-164.39453125,0,0,0,'2019-01-31 01:34:09'); -INSERT INTO `marker` VALUES (10103,1900,NULL,2,1926,40498,'Vah Naboris','Divine Beast Vah Naboris',95.0546875,-168.9765625,0,1,0,'2019-01-31 22:24:25'); -INSERT INTO `marker` VALUES (10104,1900,NULL,2,1916,34046,'Korok Seed','',150.30078125,-103.8828125,0,0,0,'2019-02-02 02:43:03'); -INSERT INTO `marker` VALUES (10105,1900,NULL,2,1910,40881,'Lagartija Humero','',173.62953090667725,-72.59828090667725,0,0,0,'2019-02-02 02:47:28'); -INSERT INTO `marker` VALUES (10106,1900,NULL,2,1926,40194,'Divine Beast Vah Rudania','',167.5625,-87.875,0,0,0,'2019-02-02 17:36:22'); -INSERT INTO `marker` VALUES (10107,1900,NULL,2,1926,40194,'Divine Beast Vah Medo','',71.359375,-99.8125,0,0,0,'2019-02-02 17:36:56'); -INSERT INTO `marker` VALUES (10108,1900,NULL,2,1926,40194,'Divine Beast Vah Naboris','',95.0625,-169.1875,0,0,0,'2019-02-02 17:37:52'); -INSERT INTO `marker` VALUES (10109,1900,NULL,2,1910,40878,'Lots of High Value Ore','',177.28540325164795,-80.4610767364502,0,0,0,'2019-02-02 22:31:31'); -INSERT INTO `marker` VALUES (10110,1900,NULL,2,1935,41140,'Arrows of Burning Heat','',156.44140625,-144.25,0,0,0,'2019-02-04 06:26:35'); -INSERT INTO `marker` VALUES (10111,1900,NULL,2,1901,41143,'Rare Ores','',158.74947929382324,-175.74687457084656,0,0,0,'2019-02-05 04:25:28'); -INSERT INTO `marker` VALUES (10112,1900,NULL,2,1936,41143,'Rare Ore','',158.67447900772095,-175.66302061080933,0,1,0,'2019-02-05 04:26:31'); -INSERT INTO `marker` VALUES (10113,1900,NULL,2,1901,40783,'Hestu','',160.296875,-88.203125,0,0,0,'2019-02-05 09:38:06'); -INSERT INTO `marker` VALUES (10114,1900,NULL,2,1901,39544,'test','j'aime la bite pdpdpd',82.6953125,-104.53125,0,1,0,'2019-02-05 23:02:20'); -INSERT INTO `marker` VALUES (10115,1900,NULL,2,1901,37885,'Dragon?','',188.7890625,-148.6796875,0,0,0,'2019-02-06 10:48:04'); -INSERT INTO `marker` VALUES (10116,1900,NULL,2,1901,40636,'Mounted Archery','',124.78515625,-182.65234375,0,0,0,'2019-02-06 23:21:42'); -INSERT INTO `marker` VALUES (10117,1900,NULL,2,1935,41851,'An Ice Guy','',77.37890625,-168.23046875,0,0,0,'2019-02-13 03:49:03'); -INSERT INTO `marker` VALUES (10118,1900,NULL,2,1901,42280,'??','',149.32421875,-178.453125,0,0,0,'2019-02-14 19:39:27'); -INSERT INTO `marker` VALUES (10119,1900,NULL,2,1904,38067,'Ice Arrow x10','Treasure box of Ice Arrow',127.69140625,-131.01171875,0,0,0,'2019-02-16 07:39:25'); -INSERT INTO `marker` VALUES (10120,1900,NULL,2,1943,38067,'Arrow x10','Treasure Chest contains arrow x10',127.671875,-131.40625,0,0,0,'2019-02-16 07:46:21'); -INSERT INTO `marker` VALUES (10121,1900,NULL,2,1935,42507,'amor sigiloso ','entregar una campana muda en nombre del amor ',168.5546875,-183.4140625,0,0,0,'2019-02-16 15:30:58'); -INSERT INTO `marker` VALUES (10122,1900,NULL,2,1931,41231,'Enemy Camp','',56.5,-139.46875,0,0,0,'2019-02-17 16:57:08'); -INSERT INTO `marker` VALUES (10123,1900,NULL,2,1931,41231,'Enemy Camp','',58.75,-145,0,0,0,'2019-02-17 16:57:31'); -INSERT INTO `marker` VALUES (10124,1900,NULL,2,1931,41231,'Enemy Camp','',53.6875,-149.34375,0,0,0,'2019-02-17 16:57:49'); -INSERT INTO `marker` VALUES (10125,1900,NULL,2,1910,42700,'Blue gem','',199.19140625,-71.65234375,0,0,0,'2019-02-17 19:03:16'); -INSERT INTO `marker` VALUES (10126,1900,NULL,2,1916,40727,'beneath bombable rocks','',139.875,-164.65625,0,1,0,'2019-02-18 10:02:44'); -INSERT INTO `marker` VALUES (10127,1900,NULL,2,1904,43011,'Bomb Arrows ','Take out the surrounding bokoblins for possible bomb arrow drop. ',138.07776987552643,-77.45028412342072,0,0,0,'2019-02-20 06:01:44'); -INSERT INTO `marker` VALUES (10128,1900,NULL,2,1901,42880,'Hearty Durian Farming','',149.78125,-178.18359375,0,1,0,'2019-02-20 21:23:02'); -INSERT INTO `marker` VALUES (10129,1900,NULL,2,1916,43118,'????','',107.125,-143.0625,0,1,0,'2019-02-20 23:31:16'); -INSERT INTO `marker` VALUES (10130,1900,NULL,2,1901,43015,'business','',192.875,-102.625,0,0,0,'2019-02-21 02:16:17'); -INSERT INTO `marker` VALUES (10131,1900,NULL,2,1943,41851,'Gold Rupee','',50.8515625,-161.703125,0,0,0,'2019-02-22 04:44:31'); -INSERT INTO `marker` VALUES (10132,1900,NULL,2,1904,43245,'Bomb Arrows','',180.74609375,-70.77734375,0,0,0,'2019-02-22 08:52:49'); -INSERT INTO `marker` VALUES (10133,1900,NULL,2,1901,43257,'Minerales subterráneos','se necesitan flechas bomba',158.65625,-175.15625,0,0,0,'2019-02-22 13:54:51'); -INSERT INTO `marker` VALUES (10134,1900,NULL,2,1926,41231,'Vah Rudania','',166.33203125,-87.98828125,0,0,0,'2019-02-23 05:05:19'); -INSERT INTO `marker` VALUES (10135,1900,NULL,2,1926,41231,'Divine Beast Vah Naboris','',94.98046875,-169.1640625,0,0,0,'2019-02-23 05:06:10'); -INSERT INTO `marker` VALUES (10136,1900,NULL,2,1926,41231,'Divine Beast Vah Medoh','',71.53515625,-98.875,0,0,0,'2019-02-23 05:07:05'); -INSERT INTO `marker` VALUES (10137,1900,NULL,2,1944,43245,'Silver Bow','',178.59375,-121.49609375,0,0,0,'2019-02-23 08:02:25'); -INSERT INTO `marker` VALUES (10138,1900,NULL,2,1930,43245,'Icy Lizalfos','',193.125,-155.6171875,0,0,0,'2019-02-23 08:34:45'); -INSERT INTO `marker` VALUES (10139,1900,NULL,2,1901,43245,'Pondo's Lodge','',95.546875,-95.5234375,0,0,0,'2019-02-24 07:39:17'); -INSERT INTO `marker` VALUES (10140,1900,NULL,2,1935,43552,'The Sheep Rustlers','',184.58984375,-160.83984375,0,0,0,'2019-02-24 19:39:59'); -INSERT INTO `marker` VALUES (10141,1900,NULL,2,1901,43642,'Old Man's Cabin','The old man's cabin',115.76699829101562,-163.20330810546875,0,0,0,'2019-02-25 06:31:56'); -INSERT INTO `marker` VALUES (10142,1900,NULL,2,1926,43679,'Divine Beast Vah Medoh','',71.56640625,-98.49609375,0,0,0,'2019-02-25 13:39:12'); -INSERT INTO `marker` VALUES (10143,1900,NULL,2,1926,43679,'Divine Beast Vah Rudania','',167.8046875,-87.515625,0,0,0,'2019-02-25 13:39:35'); -INSERT INTO `marker` VALUES (10144,1900,NULL,2,1926,43679,'Divine Beast Vah Naboris','',95.09375,-169.21875,0,0,0,'2019-02-25 13:40:05'); -INSERT INTO `marker` VALUES (10145,1900,NULL,2,1936,43876,'Cracked wall','',114.3515625,-158.2109375,0,0,0,'2019-02-27 16:30:16'); -INSERT INTO `marker` VALUES (10146,1900,NULL,2,1901,43015,'Korok Mask','',139.18359375,-99.109375,0,0,0,'2019-02-28 02:24:08'); -INSERT INTO `marker` VALUES (10147,1900,NULL,2,1940,13795,'Lynel','MasterMode',117.578125,-160.296875,0,0,0,'2019-03-01 12:35:54'); -INSERT INTO `marker` VALUES (10148,1900,NULL,2,1935,42733,'The Sheep Rustlers','NPC: Koyin',180.390625,-161.4375,0,0,0,'2019-03-02 01:36:13'); -INSERT INTO `marker` VALUES (10149,1900,NULL,2,1935,42733,'Robbie's Research','',187.015625,-161.203125,0,0,0,'2019-03-02 01:37:28'); -INSERT INTO `marker` VALUES (10150,1900,NULL,2,1935,42733,'Sunshroom Sensing','',186.828125,-161.421875,0,0,0,'2019-03-02 01:38:22'); -INSERT INTO `marker` VALUES (10151,1900,NULL,2,1935,42733,'Slated for Upgrades','',187.046875,-161.234375,0,0,0,'2019-03-02 01:39:10'); -INSERT INTO `marker` VALUES (10152,1900,NULL,2,1935,42733,'Take Back the Sea','',173.6953125,-181.59114599227905,0,0,0,'2019-03-02 01:40:33'); -INSERT INTO `marker` VALUES (10153,1900,NULL,2,1939,42480,'Blizzrobe','',89.20703125,-99.6015625,0,0,0,'2019-03-02 08:15:41'); -INSERT INTO `marker` VALUES (10154,1900,NULL,2,1916,42886,'Krok Seed','',62.4140625,-86.2890625,0,0,0,'2019-03-03 15:28:27'); -INSERT INTO `marker` VALUES (10155,1900,NULL,2,1902,39380,'Midna's Helmet(DLC)','',106.078125,-131.4921875,0,0,0,'2019-03-07 02:27:14'); -INSERT INTO `marker` VALUES (10156,1900,NULL,2,1943,44908,'Chest','',63.36328125,-69.734375,0,0,0,'2019-03-07 03:30:15'); -INSERT INTO `marker` VALUES (10157,1900,NULL,2,1936,44908,'Cracked wall','',63.3515625,-69.68359375,0,0,0,'2019-03-07 03:30:46'); -INSERT INTO `marker` VALUES (10158,1900,NULL,2,1916,44908,'Korok Seed','',61.41796875,-71.98046875,0,0,0,'2019-03-07 03:43:06'); -INSERT INTO `marker` VALUES (10159,1900,NULL,2,1936,44908,'Luminous Stone','',62.0703125,-70.9140625,0,0,0,'2019-03-07 03:44:01'); -INSERT INTO `marker` VALUES (10160,1900,NULL,2,1935,44908,'Desert Labyrinth','',100.0625,-182,0,0,0,'2019-03-07 07:44:16'); -INSERT INTO `marker` VALUES (10161,1900,NULL,2,1916,45022,'Did i get this one?','',179.4375,-180.15625,0,0,0,'2019-03-08 14:03:39'); -INSERT INTO `marker` VALUES (10162,1900,NULL,2,1901,44841,'????','',113,-156.9375,0,0,0,'2019-03-09 05:24:58'); -INSERT INTO `marker` VALUES (10163,1900,NULL,2,1925,45154,'need divine beast','',71.53515625,-104.34375,0,0,0,'2019-03-09 08:20:19'); -INSERT INTO `marker` VALUES (10164,1900,NULL,2,1926,45168,'Vah'Naboris','',95.140625,-169.1640625,0,0,0,'2019-03-09 10:22:59'); -INSERT INTO `marker` VALUES (10165,1900,NULL,2,1926,45168,'Vah'Medoh','',71.5390625,-99.1015625,0,0,0,'2019-03-09 10:23:44'); -INSERT INTO `marker` VALUES (10166,1900,NULL,2,1901,45168,'Vah'Rudania','',166.34375,-88.03125,0,0,0,'2019-03-09 10:24:21'); -INSERT INTO `marker` VALUES (10167,1900,NULL,2,1926,45168,'Vah'Ruta','',174.64453125,-131.8515625,0,0,0,'2019-03-09 10:25:08'); -INSERT INTO `marker` VALUES (10168,1900,NULL,2,1939,39095,'Ice Wizzrobe','Ice Wizzrobe',139.8125,-115.26953125,0,0,0,'2019-03-11 03:35:32'); -INSERT INTO `marker` VALUES (10169,1900,NULL,2,1902,45432,'CACA','cool',118.58984375,-152.70703125,0,0,0,'2019-03-14 13:37:50'); -INSERT INTO `marker` VALUES (10170,1900,NULL,2,1901,45002,'Last','',173.75,-149.96875,0,0,0,'2019-03-15 02:32:01'); -INSERT INTO `marker` VALUES (10171,1900,NULL,2,1916,45929,'Kokoro Seed','',143.25,-181.6875,0,0,0,'2019-03-15 13:57:24'); -INSERT INTO `marker` VALUES (10172,1900,NULL,2,1916,43169,'Korok Seed','',161.796875,-144.1875,0,0,0,'2019-03-16 15:11:45'); -INSERT INTO `marker` VALUES (10173,1900,NULL,2,1916,43169,'Korok Seed','',157.4140625,-165.7109375,0,0,0,'2019-03-16 15:15:28'); -INSERT INTO `marker` VALUES (10174,1900,NULL,2,1916,43169,'Korok Seed','',154.28125,-164.421875,0,0,0,'2019-03-16 15:15:55'); -INSERT INTO `marker` VALUES (10175,1900,NULL,2,1901,46138,'Home','',179.59375,-163.3125,0,0,0,'2019-03-17 02:42:04'); -INSERT INTO `marker` VALUES (10176,1900,NULL,2,1901,46212,'starting point','',110.671875,-156.6875,0,0,0,'2019-03-17 13:48:26'); -INSERT INTO `marker` VALUES (10177,1900,NULL,2,1901,46216,'South Akkala Stable','',177.21875,-101.54296875,0,0,0,'2019-03-17 22:42:38'); -INSERT INTO `marker` VALUES (10178,1900,NULL,2,1901,46216,'bge','',189.9375,-102.8125,0,0,0,'2019-03-17 23:21:05'); -INSERT INTO `marker` VALUES (10179,1900,NULL,2,1943,43349,'Silver Rupee','',115.1171875,-70.9765625,0,0,0,'2019-03-18 03:58:59'); -INSERT INTO `marker` VALUES (10180,1900,NULL,2,1943,43349,'Gold Rupee','',115.625,-72.37109375,0,0,0,'2019-03-18 04:03:25'); -INSERT INTO `marker` VALUES (10181,1900,NULL,2,1901,43573,'Goldene Schuppe','',141.682373046875,-164.407958984375,0,1,0,'2019-03-18 20:20:04'); -INSERT INTO `marker` VALUES (10182,1900,NULL,2,1921,38530,'jjj','',109.625,-152.0625,0,0,0,'2019-03-18 21:05:41'); -INSERT INTO `marker` VALUES (10183,1900,NULL,2,1926,46386,'Divine Beast Vah Medoh','',71,-100.5,0,0,0,'2019-03-19 01:42:32'); -INSERT INTO `marker` VALUES (10184,1900,NULL,2,1926,46386,'Divine Beast Vah Rudania','',167.75,-88.5,0,0,0,'2019-03-19 01:43:10'); -INSERT INTO `marker` VALUES (10185,1900,NULL,2,1943,33143,'Rupee','Use Magnesis on chest from distance, attached to enemy.',122.203125,-170.03125,0,0,0,'2019-03-19 04:14:26'); -INSERT INTO `marker` VALUES (10186,1900,NULL,2,1902,46500,'Durian','',149.33203125,-178.390625,0,0,0,'2019-03-19 16:22:19'); -INSERT INTO `marker` VALUES (10187,1900,NULL,2,1901,43686,'Dragon legendario ','punto de salida Farodra ',155.4375,-180.765625,0,1,0,'2019-03-20 17:08:24'); -INSERT INTO `marker` VALUES (10188,1900,NULL,2,1901,43686,'Dragones legendarios ','Punto de salida ',121.71875,-165.140625,0,1,0,'2019-03-20 17:12:30'); -INSERT INTO `marker` VALUES (10189,1900,NULL,2,1901,43686,'gragones legendarios ','',101.5625,-96.34375,0,1,0,'2019-03-20 17:13:13'); -INSERT INTO `marker` VALUES (10190,1900,NULL,2,1920,43686,'dragon ','salida del dragon de trueno',155.953125,-173.91015625,0,1,0,'2019-03-20 20:04:50'); -INSERT INTO `marker` VALUES (10191,1900,NULL,2,1901,45903,'Healthy Durian','Farm Spot for Healthy Durian',149.453125,-178.1875,0,0,0,'2019-03-21 11:07:17'); -INSERT INTO `marker` VALUES (10192,1900,NULL,2,1901,46128,'Prince','',164.6484375,-124.1953125,0,0,0,'2019-03-22 04:47:10'); -INSERT INTO `marker` VALUES (10193,1900,NULL,2,1901,46735,'1','',156.38068175315857,-143.12997126579285,0,0,0,'2019-03-22 14:33:25'); -INSERT INTO `marker` VALUES (10194,1900,NULL,2,1921,44197,'Tarrey','',16.875,-98.25,0,0,0,'2019-03-22 17:30:23'); -INSERT INTO `marker` VALUES (10195,1900,NULL,2,1935,46459,'Arrows of Burning Heat','Light the torches around the goddess statue.',156.58984375,-144.27734375,0,0,0,'2019-03-23 03:30:18'); -INSERT INTO `marker` VALUES (10196,1900,NULL,2,1944,46459,'Majora's Mask','DLC Only',120.97265625,-148.02734375,0,0,0,'2019-03-23 09:35:23'); -INSERT INTO `marker` VALUES (10197,1900,NULL,2,1926,46509,'Vah'Naboris Divine Beast','',79.625,-180.90625,0,0,0,'2019-03-23 16:56:06'); -INSERT INTO `marker` VALUES (10198,1900,NULL,2,1916,41317,'Korok seed','',176.0859375,-125.3046875,0,1,0,'2019-03-24 13:20:24'); -INSERT INTO `marker` VALUES (10199,1900,NULL,2,1910,46509,'Opal','Inside the wreck',167.1328125,-179.72265625,0,0,0,'2019-03-24 17:56:01'); -INSERT INTO `marker` VALUES (10200,1900,NULL,2,1902,46946,'Tunique Bleue','Tunique bleue (anti-chaleur)',125.56640625,-176.16015625,0,0,0,'2019-03-25 19:19:06'); -INSERT INTO `marker` VALUES (10201,1900,NULL,2,1901,46946,'Tunique bleue (anti-chaleur)','Tunique bleue (anti-chaleur)',125.5625,-176.1484375,0,0,0,'2019-03-25 19:20:13'); -INSERT INTO `marker` VALUES (10202,1900,NULL,2,1944,46946,'Tunique bleue','anti-chaleur',125.578125,-176.1484375,0,0,0,'2019-03-25 19:21:50'); -INSERT INTO `marker` VALUES (10203,1900,NULL,2,1944,46459,'Phantom Helmet','DLC only.',109.3125,-147.2421875,0,0,0,'2019-03-26 05:26:49'); -INSERT INTO `marker` VALUES (10204,1900,NULL,2,1935,45680,'Taburasa Dog','',190.265625,-103.09375,0,0,0,'2019-03-27 05:25:41'); -INSERT INTO `marker` VALUES (10205,1900,NULL,2,1916,46932,'????','',136.58314710855484,-150.62853413820267,0,1,0,'2019-03-27 08:28:36'); -INSERT INTO `marker` VALUES (10206,1900,NULL,2,1935,45945,'A Fragmented Monument','Kah Yah Shrine Quest',181.65625,-180.0859375,0,0,0,'2019-03-27 23:23:04'); -INSERT INTO `marker` VALUES (10207,1900,NULL,2,1926,46811,'Divine Beast Vah Naboris','',95,-169.25,0,1,0,'2019-03-28 22:25:35'); -INSERT INTO `marker` VALUES (10208,1900,NULL,2,1901,47547,'1','',114.09375,-157.828125,0,0,0,'2019-03-29 13:54:28'); -INSERT INTO `marker` VALUES (10209,1900,NULL,2,1944,46381,'Ext. DLC 2','Midona's Mask',106.08203125,-131.51171875,0,0,0,'2019-03-29 16:31:33'); -INSERT INTO `marker` VALUES (10210,1900,NULL,2,1903,47563,'fire rod','',-98.5,-72.5,0,0,0,'2019-03-29 17:18:06'); -INSERT INTO `marker` VALUES (10211,1900,NULL,2,1935,46509,'Race','',86.734375,-109.765625,0,0,0,'2019-03-30 16:26:40'); -INSERT INTO `marker` VALUES (10212,1900,NULL,2,1925,47691,'Renaissance','',110.7421875,-157.37760496139526,0,0,0,'2019-03-30 17:18:37'); -INSERT INTO `marker` VALUES (10213,1900,NULL,2,1902,47226,'Equipment','Knights Sword, Shields, Arrows\r\n',193.625,-119.8671875,0,0,0,'2019-03-30 22:27:25'); -INSERT INTO `marker` VALUES (10214,1900,NULL,2,1901,46381,'First part Kilton's market ','First point where Kilton is located to activation of is market ',178.78125,-74.265625,0,1,0,'2019-03-31 12:34:08'); -INSERT INTO `marker` VALUES (10215,1900,NULL,2,1920,46381,'Kilton's Market','Black link armor seller, monster seller\r\nAppears after 22.00',155.04296875,-144.328125,0,1,0,'2019-03-31 13:12:33'); -INSERT INTO `marker` VALUES (10216,1900,NULL,2,1926,47824,'Vah'Ruta','',174.5625,-131.71875,0,0,0,'2019-03-31 20:35:17'); -INSERT INTO `marker` VALUES (10217,1900,NULL,2,1902,46381,'Ext. DLC 2','Xanto's Helmet',148.09765625,-166.33203125,0,0,0,'2019-04-01 16:13:15'); -INSERT INTO `marker` VALUES (10218,1900,NULL,2,1944,47226,'Blizzard Rod','',201.9921875,-112.484375,0,0,0,'2019-04-01 18:20:21'); -INSERT INTO `marker` VALUES (10219,1900,NULL,2,1920,47945,'Akkala Ancient Tech Lab','',198.5421872138977,-78.52265644073486,0,0,0,'2019-04-02 20:22:16'); -INSERT INTO `marker` VALUES (10220,1900,NULL,2,1916,47599,'Korok Seed','',163.7578125,-138.9296875,0,0,0,'2019-04-04 03:04:30'); -INSERT INTO `marker` VALUES (10221,1900,NULL,2,1902,48307,'Nintendo Switch Shirt (DLC)','',120.68359375,-159.3046875,0,0,0,'2019-04-05 06:57:19'); -INSERT INTO `marker` VALUES (10222,1900,NULL,2,1904,48307,'Bomb Arrow (DLC)','',105.296875,-159.7578125,0,0,0,'2019-04-05 07:52:42'); -INSERT INTO `marker` VALUES (10223,1900,NULL,2,1910,48238,'??','',149.625,-182.546875,0,0,0,'2019-04-05 09:41:34'); -INSERT INTO `marker` VALUES (10224,1900,NULL,2,1935,48230,'By Firefly's Light','',157.6953125,-144.1640625,0,0,0,'2019-04-05 18:45:40'); -INSERT INTO `marker` VALUES (10225,1900,NULL,2,1935,47691,'By Firefly's Light','',157.70703125,-144.15625,0,0,0,'2019-04-07 19:14:38'); -INSERT INTO `marker` VALUES (10226,1900,NULL,2,1916,47917,'Korok Seed','',83.828125,-103.296875,0,1,0,'2019-04-09 03:19:47'); -INSERT INTO `marker` VALUES (10227,1900,NULL,2,1944,35456,'Ancient Bridle','Ex Ancient Horse Rumors',92.2578125,-133.390625,0,0,0,'2019-04-09 19:56:53'); -INSERT INTO `marker` VALUES (10228,1900,NULL,2,1944,35456,'EX: Tingle's Tights','',127.625,-131.38671875,0,0,0,'2019-04-10 19:11:55'); -INSERT INTO `marker` VALUES (10229,1900,NULL,2,1920,49050,'i monti gemelli','i monti gemelli',149.28125,-158.0625,0,0,0,'2019-04-12 17:31:59'); -INSERT INTO `marker` VALUES (10230,1900,NULL,2,1901,49219,'Campfire','',112.1875,-161.71875,0,1,0,'2019-04-13 01:33:29'); -INSERT INTO `marker` VALUES (10231,1900,NULL,2,1901,49219,'Boat','',111.12109375,-160.01171875,0,1,0,'2019-04-13 01:38:48'); -INSERT INTO `marker` VALUES (10232,1900,NULL,2,1901,48859,'Southern Mine','Southern Mine where several quests can be located, and Greyson is found (who is needed for tarrey town quest. You get Fire guard armor here as well. Very important.',154.27671617269516,-97.43036818504333,0,1,0,'2019-04-13 16:36:26'); -INSERT INTO `marker` VALUES (10233,1900,NULL,2,1903,49367,'???','???',103.54296875,-154.8515625,0,0,0,'2019-04-14 07:35:12'); -INSERT INTO `marker` VALUES (10234,1900,NULL,2,1944,49202,'Climbing Bandanna','',149.5625,-157.1875,0,0,0,'2019-04-14 16:38:56'); -INSERT INTO `marker` VALUES (10235,1900,NULL,2,1916,48678,'Korok Seed','',125.9296875,-187.4765625,0,0,0,'2019-04-15 02:32:54'); -INSERT INTO `marker` VALUES (10236,1900,NULL,2,1901,47960,'ancient core','',186.75,-62.875,0,0,0,'2019-04-16 06:23:35'); -INSERT INTO `marker` VALUES (10237,1900,NULL,2,1926,49628,'Divine Beast vah Naboris','',95,-169.15625,0,0,0,'2019-04-17 09:21:34'); -INSERT INTO `marker` VALUES (10238,1900,NULL,2,1901,3853,'Hesta second','',134.0625,-144.1640625,0,0,0,'2019-04-18 15:24:41'); -INSERT INTO `marker` VALUES (10239,1900,NULL,2,1901,49972,'Go here','',103.5744047164917,-97.05803489685059,0,0,0,'2019-04-19 17:55:54'); -INSERT INTO `marker` VALUES (10240,1900,NULL,2,1931,49367,'Bokoblin Camp','',107.8984375,-154.2578125,0,0,0,'2019-04-20 04:48:12'); -INSERT INTO `marker` VALUES (10241,1900,NULL,2,1931,49367,'Bokoblin Camp','',113.1640625,-158.625,0,0,0,'2019-04-20 04:58:19'); -INSERT INTO `marker` VALUES (10242,1900,NULL,2,1901,50024,'Campfire','',105.6015625,-152.69140625,0,0,0,'2019-04-20 05:36:25'); -INSERT INTO `marker` VALUES (10243,1900,NULL,2,1938,32645,'test123','test222',102.375,-155,0,0,0,'2019-04-20 15:38:45'); -INSERT INTO `marker` VALUES (10244,1900,NULL,2,1939,45880,'Blizzard Wizrobe','Blizzard Rod',140.0546875,-116.2734375,0,0,0,'2019-04-21 05:15:15'); -INSERT INTO `marker` VALUES (10245,1900,NULL,2,1901,50024,'Gem Deposit','',161.28593730926514,-168.78593754768372,0,0,0,'2019-04-21 06:34:14'); -INSERT INTO `marker` VALUES (10246,1900,NULL,2,1930,50024,'Electric Keese','',161.3624997138977,-168.6796875,0,0,0,'2019-04-21 06:34:56'); -INSERT INTO `marker` VALUES (10247,1900,NULL,2,1901,50253,'Kakariko','',40,-140.875,0,0,0,'2019-04-21 20:06:43'); -INSERT INTO `marker` VALUES (10248,1900,NULL,2,1920,50439,'DEPART','Début de l'histoire',110.45703125,-157.53125,0,1,0,'2019-04-23 09:58:17'); -INSERT INTO `marker` VALUES (10249,1900,NULL,2,1944,50431,'??','',139.171875,-97.8125,0,0,0,'2019-04-23 20:22:38'); -INSERT INTO `marker` VALUES (10250,1900,NULL,2,1944,50431,'treasure','treasure',139.6171875,-97.78125,0,0,0,'2019-04-23 20:23:25'); -INSERT INTO `marker` VALUES (10251,1900,NULL,2,1944,50431,'treasure','wooden arrow x5',137.51953125,-97.515625,0,0,0,'2019-04-23 20:29:32'); -INSERT INTO `marker` VALUES (10252,1900,NULL,2,1944,50431,'treasure','knights shield',130.1796875,-120.7890625,0,0,0,'2019-04-23 22:17:04'); -INSERT INTO `marker` VALUES (10253,1900,NULL,2,1944,50431,'bow','knight;'s bow',127.71484375,-123.62890625,0,0,0,'2019-04-23 22:23:11'); -INSERT INTO `marker` VALUES (10254,1900,NULL,2,1943,50431,'chest','bomb arrorx5',130.3515625,-116.87109375,0,0,0,'2019-04-23 22:41:51'); -INSERT INTO `marker` VALUES (10255,1900,NULL,2,1943,50431,'chest','arrow',139.9296875,-116.25,0,0,0,'2019-04-23 23:29:43'); -INSERT INTO `marker` VALUES (10256,1900,NULL,2,1943,50431,'fire arr x5','fire arr x5',144.66796875,-178.265625,0,0,0,'2019-04-23 23:36:17'); -INSERT INTO `marker` VALUES (10257,1900,NULL,2,1948,50458,'FARMING','',96.9044189453125,-136.283447265625,0,0,0,'2019-04-24 10:44:39'); -INSERT INTO `marker` VALUES (10258,1900,NULL,2,1901,50504,'need to beat','',55.9375,-142.125,0,0,0,'2019-04-25 01:13:41'); -INSERT INTO `marker` VALUES (10259,1900,NULL,2,1901,49952,'Blutmond','',79.25,-132,0,0,0,'2019-04-27 18:14:48'); -INSERT INTO `marker` VALUES (10260,1900,NULL,2,1921,50916,'Gerudo Town','',85,-150.625,0,0,0,'2019-04-28 00:37:38'); -INSERT INTO `marker` VALUES (10261,1900,NULL,2,1943,50843,'Chest 5 fire arrows','',105.2734375,-159.7109375,0,0,0,'2019-04-28 10:54:03'); -INSERT INTO `marker` VALUES (10262,1900,NULL,2,1916,50805,'Kolog seeds','',191.7890625,-154.8515625,0,0,0,'2019-04-28 20:45:28'); -INSERT INTO `marker` VALUES (10263,1900,NULL,2,1935,45488,'misko treasure cave','',158.31624031066895,-168.9881410598755,0,0,0,'2019-04-29 17:09:33'); -INSERT INTO `marker` VALUES (10264,1900,NULL,2,1901,51345,'Lurelin Village','',174.9375,-180.75,0,0,0,'2019-05-01 16:13:27'); -INSERT INTO `marker` VALUES (10265,1900,NULL,2,1903,42921,'diamond sword','18 damage one handedsword',105.28125,-117.609375,0,0,0,'2019-05-01 19:55:37'); -INSERT INTO `marker` VALUES (10266,1900,NULL,2,1935,45488,'Take back the sea','NPC: Sebasto\r\n\r\nDescription: Defeat the monsters on Aris beach\r\n\r\nReward: 100 rupees',173.2237969636917,-181.25967395305634,0,0,0,'2019-05-04 02:45:46'); -INSERT INTO `marker` VALUES (10267,1900,NULL,2,1925,51636,'Toh Yahsa Shrine','',92.60433053970337,-113.99996852874756,0,0,0,'2019-05-04 12:18:03'); -INSERT INTO `marker` VALUES (10268,1900,NULL,2,1901,49196,'Devo andare qua ','',93.9921875,-96.2265625,0,0,0,'2019-05-04 16:16:51'); -INSERT INTO `marker` VALUES (10269,1900,NULL,2,1926,50977,'Vah Nahboris','',66,-187,0,0,0,'2019-05-05 12:12:36'); -INSERT INTO `marker` VALUES (10270,1900,NULL,2,1939,50205,'Ice Wizzrobe','',74.984375,-152.3125,0,0,0,'2019-05-05 21:42:54'); -INSERT INTO `marker` VALUES (10271,1900,NULL,2,1901,51954,'!!!!!!!!!','',-322,-6,0,0,0,'2019-05-07 13:13:46'); -INSERT INTO `marker` VALUES (10272,1900,NULL,2,1901,52291,'??','',117.0625,-128.984375,0,0,0,'2019-05-10 06:44:49'); -INSERT INTO `marker` VALUES (10273,1900,NULL,2,1944,52235,'Knight's Bow','',55.765625,-147.71875,0,0,0,'2019-05-10 17:22:19'); -INSERT INTO `marker` VALUES (10274,1900,NULL,2,1943,52235,'Topaz','',55.28125,-143,0,0,0,'2019-05-10 17:24:43'); -INSERT INTO `marker` VALUES (10275,1900,NULL,2,1926,23546,'Vah Medoh','',-25,-143.5,0,0,0,'2019-05-10 22:40:56'); -INSERT INTO `marker` VALUES (10276,1900,NULL,2,1926,23546,'Vah Medoh','',71.375,-99.9375,0,0,0,'2019-05-10 22:41:16'); -INSERT INTO `marker` VALUES (10277,1900,NULL,2,1926,23546,'Vah Rudania','',166.5,-87.75,0,0,0,'2019-05-10 22:42:10'); -INSERT INTO `marker` VALUES (10278,1900,NULL,2,1901,23546,'Vah Naboris','',94.875,-169.375,0,0,0,'2019-05-10 22:42:39'); -INSERT INTO `marker` VALUES (10279,1900,NULL,2,1939,43748,'Ice Wizzrobe','',103.80078125,-186.4140625,0,0,0,'2019-05-11 08:42:39'); -INSERT INTO `marker` VALUES (10280,1900,NULL,2,1942,50205,'Stalnox','',93.421875,-137.1640625,0,0,0,'2019-05-11 09:41:16'); -INSERT INTO `marker` VALUES (10281,1900,NULL,2,1946,52516,'Kletis','',133.46875,-145.296875,0,0,0,'2019-05-12 11:59:37'); -INSERT INTO `marker` VALUES (10282,1900,NULL,2,1943,52322,'DLC Chest','Phantom Armor',124.22265625,-126.6015625,0,1,0,'2019-05-12 21:39:58'); -INSERT INTO `marker` VALUES (10283,1900,NULL,2,1936,52670,'Cracked Plateau','Cracked wall housing several ore deposits on the ceiling inside.',158.640625,-175.734375,0,0,0,'2019-05-13 05:26:59'); -INSERT INTO `marker` VALUES (10284,1900,NULL,2,1916,51892,'Error ','The kolog upside the mountain doesnt exist',132.85369324684143,-179.4389204978943,0,1,0,'2019-05-13 23:19:35'); -INSERT INTO `marker` VALUES (10285,1900,NULL,2,1916,51885,'Korok','',139.359375,-185.34375,0,0,0,'2019-05-14 16:25:26'); -INSERT INTO `marker` VALUES (10286,1900,NULL,2,1901,50587,'Apples','',96.625,-133.5,0,0,0,'2019-05-19 15:44:54'); -INSERT INTO `marker` VALUES (10287,1900,NULL,2,1926,53330,'Divine Beast Vah Naboris','Bring clothes, food or elixirs that protect you from heat and cold in the desert.',94.90625,-169.03125,0,0,0,'2019-05-20 15:08:41'); -INSERT INTO `marker` VALUES (10288,1900,NULL,2,1916,53476,'seed','',129.34375,-152.78515625,0,0,0,'2019-05-22 06:14:38'); -INSERT INTO `marker` VALUES (10289,1900,NULL,2,1901,53039,'Ore Deposits','',175.328125,-155.78125,0,0,0,'2019-05-22 16:47:59'); -INSERT INTO `marker` VALUES (10290,1900,NULL,2,1936,53039,'Bombable Wall','Cave of Rare Ore Deposits',158.71875,-175.62109375,0,0,0,'2019-05-22 19:23:26'); -INSERT INTO `marker` VALUES (10291,1900,NULL,2,1936,53525,'boulder with treasure behind it','',147.71875,-157.0859375,0,0,0,'2019-05-22 19:46:32'); -INSERT INTO `marker` VALUES (10292,1900,NULL,2,1901,53646,'1','',69.25,-68.625,0,0,0,'2019-05-23 14:30:12'); -INSERT INTO `marker` VALUES (10293,1900,NULL,2,1939,43748,'Blizzrobe','',82.75070190429688,-81.89663696289062,0,0,0,'2019-05-25 07:28:47'); -INSERT INTO `marker` VALUES (10294,1900,NULL,2,1916,53227,'Korok Seed','',62.828125,-159.0703125,0,1,0,'2019-05-25 16:25:00'); -INSERT INTO `marker` VALUES (10295,1900,NULL,2,1901,53315,'Hidden Fairy Settlement','',90.51250076293945,-122.3125,0,0,0,'2019-05-26 20:40:03'); -INSERT INTO `marker` VALUES (10296,1900,NULL,2,1901,53327,'1','',78.01838517189026,-70.14527249336243,0,0,0,'2019-05-27 00:34:08'); -INSERT INTO `marker` VALUES (10297,1900,NULL,2,1901,51643,'Eau','Bah c'est de l'eau quoi',69.8046875,-99.453125,0,0,0,'2019-05-27 14:31:34'); -INSERT INTO `marker` VALUES (10298,1900,NULL,2,1932,50024,'Guardian Stalker','',101.875,-174.71875,0,0,0,'2019-05-28 01:48:05'); -INSERT INTO `marker` VALUES (10299,1900,NULL,2,1935,54092,'Hestu','',158.6883773803711,-151.14856147766113,0,0,0,'2019-05-28 03:30:48'); -INSERT INTO `marker` VALUES (10300,1900,NULL,2,1925,54101,'Takama Shiri Shrine','Shrine added as part of Champions' Ballad DLC',51.5,-161.625,0,0,0,'2019-05-28 04:27:40'); -INSERT INTO `marker` VALUES (10301,1900,NULL,2,1916,53781,'Korok2','',47.3125,-188.8125,0,0,0,'2019-05-28 13:37:00'); -INSERT INTO `marker` VALUES (10302,1900,NULL,2,1931,45945,'boko camp','',150.109375,-120.4765625,0,0,0,'2019-05-29 12:19:20'); -INSERT INTO `marker` VALUES (10303,1900,NULL,2,1939,51229,'Blizzard Wizzrobe','',103.7890625,-186.4296875,0,0,0,'2019-05-30 08:37:29'); -INSERT INTO `marker` VALUES (10304,1900,NULL,2,1901,54275,'kmjk','',112.625,-132.25,0,0,0,'2019-05-30 11:43:43'); -INSERT INTO `marker` VALUES (10305,1900,NULL,2,1935,45945,'Good-Sized Horse','Zyle lost his horse during his travels and he needs to buy a horse off of you for 300 Rupees',95.96875,-157.53125,0,0,0,'2019-05-30 16:45:22'); -INSERT INTO `marker` VALUES (10306,1900,NULL,2,1916,54037,'1','',134.65625,-188.0078125,0,0,0,'2019-05-31 11:09:54'); -INSERT INTO `marker` VALUES (10307,1900,NULL,2,1901,54175,'Blue fire','',181.7265625,-158.87890625,0,0,0,'2019-05-31 22:18:19'); -INSERT INTO `marker` VALUES (10308,1900,NULL,2,1916,54529,'pas trouver','',60.125,-186.0625,0,0,0,'2019-06-01 17:24:46'); -INSERT INTO `marker` VALUES (10309,1900,NULL,2,1916,54529,'pas trouver','',60.15625,-186.109375,0,0,0,'2019-06-01 17:25:09'); -INSERT INTO `marker` VALUES (10310,1900,NULL,2,1926,54175,'Divine Beast Vah Medoh','',71.390625,-99.921875,0,0,0,'2019-06-01 23:58:34'); -INSERT INTO `marker` VALUES (10311,1900,NULL,2,1901,54377,'Epreuve de force','Epreuve extrême de force',73.8515625,-121,0,0,0,'2019-06-02 13:24:32'); -INSERT INTO `marker` VALUES (10312,1900,NULL,2,1930,54654,'test','y'a un test ici',62.5,-138.5,0,1,0,'2019-06-02 14:58:27'); -INSERT INTO `marker` VALUES (10313,1900,NULL,2,1935,54526,'quest','',64.484375,-69.875,0,0,0,'2019-06-02 19:46:52'); -INSERT INTO `marker` VALUES (10314,1900,NULL,2,1916,54652,'kk','',153.75,-92.92578125,0,0,0,'2019-06-03 11:21:04'); -INSERT INTO `marker` VALUES (10315,1900,NULL,2,1916,54845,'Weird, ob der wirklich existiert?','',59.0625,-95.921875,0,0,0,'2019-06-04 14:27:40'); -INSERT INTO `marker` VALUES (10316,1900,NULL,2,1901,54845,'Weird, ob der wirklich existiert?','',58.765625,-95.828125,0,0,0,'2019-06-04 14:28:17'); -INSERT INTO `marker` VALUES (10317,1900,NULL,2,1935,54038,'Good-Sized Horse','',96.28125,-157.890625,0,0,0,'2019-06-05 19:31:04'); -INSERT INTO `marker` VALUES (10318,1900,NULL,2,1916,53989,'Korok Seed','',160.046875,-146.83984375,0,1,0,'2019-06-08 21:52:42'); -INSERT INTO `marker` VALUES (10319,1900,NULL,2,1901,55622,'test','test',113.65625,-149.96875,0,0,0,'2019-06-12 00:20:21'); -INSERT INTO `marker` VALUES (10320,1900,NULL,2,1901,55591,'v','',114.46875,-161.5625,0,0,0,'2019-06-12 00:44:05'); -INSERT INTO `marker` VALUES (10321,1900,NULL,2,1902,55591,'asdf','asdf',111.734375,-156.296875,0,0,0,'2019-06-12 00:47:58'); -INSERT INTO `marker` VALUES (10322,1900,NULL,2,1901,55583,'Koro','',108.453125,-176.9765625,0,0,0,'2019-06-12 09:28:44'); -INSERT INTO `marker` VALUES (10323,1900,NULL,2,1931,56110,'Enemy Camp','',143.671875,-149.703125,0,0,0,'2019-06-15 06:30:38'); -INSERT INTO `marker` VALUES (10324,1900,NULL,2,1944,55943,'3 Antike Reaktorkerne','Braucht sie noch.',187.02734375,-161.11328125,0,0,0,'2019-06-15 10:36:49'); -INSERT INTO `marker` VALUES (10325,1900,NULL,2,1901,55709,'snowfield','',84.25,-155.25,0,0,0,'2019-06-15 11:37:24'); -INSERT INTO `marker` VALUES (10326,1900,NULL,2,1910,55589,'Chest','',117.37890625,-152.03125,0,0,0,'2019-06-15 13:51:17'); -INSERT INTO `marker` VALUES (10327,1900,NULL,2,1910,55589,'Rough ruby','',117.5,-151.8125,0,0,0,'2019-06-15 13:53:00'); -INSERT INTO `marker` VALUES (10328,1900,NULL,2,1931,56244,'Majes','',118.1171875,-158.0390625,0,0,0,'2019-06-15 18:58:55'); -INSERT INTO `marker` VALUES (10329,1900,NULL,2,1901,56018,'Campfire','',109.7734375,-158.48697924613953,0,1,0,'2019-06-16 09:41:59'); -INSERT INTO `marker` VALUES (10330,1900,NULL,2,1901,56018,'Campfire','',111.87239646911621,-159.59895849227905,0,1,0,'2019-06-16 09:47:32'); -INSERT INTO `marker` VALUES (10331,1900,NULL,2,1901,56018,'Campfire','',105.45182299613953,-152.77473950386047,0,1,0,'2019-06-16 10:12:20'); -INSERT INTO `marker` VALUES (10332,1900,NULL,2,1910,55589,'Flint','',113.11328125,-156.65234375,0,0,0,'2019-06-16 12:43:33'); -INSERT INTO `marker` VALUES (10333,1900,NULL,2,1940,52480,'Silver Lynel','',117.90625,-161,0,1,0,'2019-06-16 16:36:21'); -INSERT INTO `marker` VALUES (10334,1900,NULL,2,1941,52480,'Frost Talus','',79.9140625,-82.8203125,0,1,0,'2019-06-16 17:20:19'); -INSERT INTO `marker` VALUES (10335,1900,NULL,2,1901,56400,'Eldra + Quest','',150.640625,-71.296875,0,0,0,'2019-06-16 19:19:22'); -INSERT INTO `marker` VALUES (10336,1900,NULL,2,1910,56469,'Gem Deposits','Some pile of rocks with valuable gems.',161.6640625,-152.2109375,0,0,0,'2019-06-16 20:19:51'); -INSERT INTO `marker` VALUES (10337,1900,NULL,2,1926,54359,'Divine Beast Vah Rudania','',167.6875,-87.421875,0,0,0,'2019-06-17 07:35:20'); -INSERT INTO `marker` VALUES (10338,1900,NULL,2,1901,56505,'Mr Monsters','Deleate this after you find him',179.234375,-74.390625,0,0,0,'2019-06-17 16:40:44'); -INSERT INTO `marker` VALUES (10339,1900,NULL,2,1903,50315,'Tree Branch','',112.7734375,-153.9921875,0,1,0,'2019-06-17 17:45:16'); -INSERT INTO `marker` VALUES (10340,1900,NULL,2,1931,50315,'Bokoblin Camp','',118.125,-157.75,0,1,0,'2019-06-18 05:58:33'); -INSERT INTO `marker` VALUES (10341,1900,NULL,2,1903,50315,'Tree Branch','',112.484375,-163.94921875,0,1,0,'2019-06-18 06:55:42'); -INSERT INTO `marker` VALUES (10342,1900,NULL,2,1901,50315,'Campfire','',105.4453125,-152.734375,0,1,0,'2019-06-18 09:10:49'); -INSERT INTO `marker` VALUES (10343,1900,NULL,2,1935,54359,'Zora Stone Monuments','',180.234375,-119.21875,0,0,0,'2019-06-18 10:06:31'); -INSERT INTO `marker` VALUES (10344,1900,NULL,2,1916,56744,'korack seed','',136.125,-167.015625,0,0,0,'2019-06-18 18:37:07'); -INSERT INTO `marker` VALUES (10345,1900,NULL,2,1930,50315,'Moblin','',126.28125,-152.359375,0,1,0,'2019-06-20 12:42:08'); -INSERT INTO `marker` VALUES (10346,1900,NULL,2,1901,50315,'Campfire','',132.484375,-153.234375,0,1,0,'2019-06-20 13:11:18'); -INSERT INTO `marker` VALUES (10347,1900,NULL,2,1901,57031,'fuck','',153.8984375,-146.1640625,0,0,0,'2019-06-20 13:48:49'); -INSERT INTO `marker` VALUES (10348,1900,NULL,2,1901,46381,'Rino'Himika Shrine','Shrine',162.7421875,-96.828125,0,0,0,'2019-06-20 19:23:38'); -INSERT INTO `marker` VALUES (10349,1900,NULL,2,1901,56712,'A Wife Washed Away','The NPC for completing the side quest',124.46875,-167.9296875,0,1,0,'2019-06-21 18:44:07'); -INSERT INTO `marker` VALUES (10350,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -INSERT INTO `marker` VALUES (10351,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -INSERT INTO `marker` VALUES (10352,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -INSERT INTO `marker` VALUES (10353,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -INSERT INTO `marker` VALUES (10354,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -INSERT INTO `marker` VALUES (10355,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -INSERT INTO `marker` VALUES (10356,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); -INSERT INTO `marker` VALUES (10357,1900,NULL,2,1930,57361,'Stronger Enemies','Two Ice Lizalfos',190.4296875,-150.5859375,0,0,0,'2019-06-21 23:34:34'); -INSERT INTO `marker` VALUES (10358,1900,NULL,2,1916,57381,'fs','',167.125,-86.75,0,0,0,'2019-06-22 03:09:25'); -INSERT INTO `marker` VALUES (10359,1900,NULL,2,1901,57335,'seed kp wieso oben oder unten','',121.5546875,-159.109375,0,0,0,'2019-06-22 06:00:27'); -INSERT INTO `marker` VALUES (10360,1900,NULL,2,1925,45711,'Noe Rajee Shrine','',68.2890625,-91.9375,0,1,0,'2019-06-22 19:28:29'); -INSERT INTO `marker` VALUES (10361,1900,NULL,2,1925,45711,'Rohta Chigah Shrine','',119.796875,-156.125,0,1,0,'2019-06-22 19:45:11'); -INSERT INTO `marker` VALUES (10362,1900,NULL,2,1925,45711,'Etsu Korima Shrine','',109.01171875,-160.97395837306976,0,1,0,'2019-06-22 19:47:29'); -INSERT INTO `marker` VALUES (10363,1900,NULL,2,1925,45711,'Kiah Toza Shrine','',94.32552099227905,-78.24999976158142,0,1,0,'2019-06-22 19:51:30'); -INSERT INTO `marker` VALUES (10364,1900,NULL,2,1925,45711,'Shira Gomar Shrine','',90.91406226158142,-106.36848950386047,0,0,0,'2019-06-22 19:55:25'); -INSERT INTO `marker` VALUES (10365,1900,NULL,2,1901,57539,'My Location','',143.75,-154.375,0,0,0,'2019-06-22 23:06:28'); -INSERT INTO `marker` VALUES (10366,1900,NULL,2,1910,57658,'Amber','',107.875,-162.75,0,1,0,'2019-06-23 17:33:46'); -INSERT INTO `marker` VALUES (10367,1900,NULL,2,1901,43128,'SAVE POINT','',103.265625,-94.65234375,0,0,0,'2019-06-24 02:58:55'); -INSERT INTO `marker` VALUES (10368,1900,NULL,2,1901,43128,'NOPE','lmao trying to make a personal marker PLS ignore',103.26171875,-94.76171875,0,0,0,'2019-06-24 02:59:34'); -INSERT INTO `marker` VALUES (10369,1900,NULL,2,1916,56532,'Korok Seed','Push the three rocks.',149.703125,-157,0,0,0,'2019-06-24 04:22:00'); -INSERT INTO `marker` VALUES (10370,1900,NULL,2,1910,57872,'Antic Screw','By the dead Guardian',115.51171875,-156.82421875,0,0,0,'2019-06-24 19:31:16'); -INSERT INTO `marker` VALUES (10371,1900,NULL,2,1910,57872,'Antic Spring','by the dead Guardian',115.375,-157.828125,0,0,0,'2019-06-24 19:34:11'); -INSERT INTO `marker` VALUES (10372,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',115.10546875,-158.40234375,0,0,0,'2019-06-24 19:35:42'); -INSERT INTO `marker` VALUES (10373,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',114.94921875,-158.5625,0,0,0,'2019-06-24 19:36:29'); -INSERT INTO `marker` VALUES (10374,1900,NULL,2,1943,57872,'Rhodonit (EX)','',117.38671875,-151.7578125,0,0,0,'2019-06-24 19:41:10'); -INSERT INTO `marker` VALUES (10375,1900,NULL,2,1944,57872,'Nintendo Switch Shirt (EX)','On the Wall',120.6875,-159.421875,0,0,0,'2019-06-24 19:54:23'); -INSERT INTO `marker` VALUES (10376,1900,NULL,2,1904,57872,'fire arrows x5','inside of the skull cave',108.8046875,-153.765625,0,0,0,'2019-06-24 20:13:39'); -INSERT INTO `marker` VALUES (10377,1900,NULL,2,1901,57870,'Maybe?','',120.4296875,-112.21875,0,0,0,'2019-06-24 20:30:28'); -INSERT INTO `marker` VALUES (10378,1900,NULL,2,1925,57983,'Dunba Shrine','',43.5,-152.5,0,0,0,'2019-06-25 15:47:32'); -INSERT INTO `marker` VALUES (10379,1900,NULL,2,1905,58025,'shied Real','Detras de un bloque de Metal\r\n',115.71875,-72.79296875,0,1,0,'2019-06-26 00:28:14'); -INSERT INTO `marker` VALUES (10380,1900,NULL,2,1943,58050,'Ruby','DLC Chest',117.48046875,-151.734375,0,0,0,'2019-06-26 01:15:11'); -INSERT INTO `marker` VALUES (10381,1900,NULL,2,1901,57925,'Wild Horses','',134.3828125,-181.453125,0,0,0,'2019-06-26 06:35:53'); -INSERT INTO `marker` VALUES (10382,1900,NULL,2,1901,58140,'test','test',112.69478607177734,-121.0796446800232,0,0,0,'2019-06-26 15:11:57'); -INSERT INTO `marker` VALUES (10383,1900,NULL,2,1925,58140,'Kamia Omuna Shrine','Part of the Champions; ballad DLC',161.15625,-77.625,0,0,0,'2019-06-26 22:54:00'); -INSERT INTO `marker` VALUES (10384,1900,NULL,2,1926,57925,'Divine Beast Vah Rudania','',167.4375,-92.375,0,0,0,'2019-06-26 23:42:05'); -INSERT INTO `marker` VALUES (10385,1900,NULL,2,1926,57925,'Divine Beast Vah Naboris','',83.5,-181.375,0,0,0,'2019-06-26 23:42:50'); -INSERT INTO `marker` VALUES (10386,1900,NULL,2,1926,57925,'Divine Beast Vah Medoh','',71.359375,-96.890625,0,0,0,'2019-06-26 23:43:51'); -INSERT INTO `marker` VALUES (10387,1900,NULL,2,1931,57925,'Moblin Camp','',109.1640625,-125.14453125,0,0,0,'2019-06-26 23:45:54'); -INSERT INTO `marker` VALUES (10388,1900,NULL,2,1930,57925,'Bokoblin on Horseback','',145.015625,-127.8203125,0,0,0,'2019-06-26 23:48:15'); -INSERT INTO `marker` VALUES (10389,1900,NULL,2,1903,58422,'Moblin club','',121.9140625,-152.328125,0,1,0,'2019-06-28 20:00:22'); -INSERT INTO `marker` VALUES (10390,1900,NULL,2,1926,54359,'Divine Beast Vah Medoh','',71.53765869140625,-98.828125,0,0,0,'2019-06-29 01:10:32'); -INSERT INTO `marker` VALUES (10391,1900,NULL,2,1935,54359,'The Giant of Ralis Pond','NPC: Torfeau\r\n\r\nRequires: Kill the Hinox near Ralis Pond.\r\n\r\nReward: Silver Rupee',179.77734375,-119.359375,0,0,0,'2019-06-29 06:23:42'); -INSERT INTO `marker` VALUES (10392,1900,NULL,2,1901,58581,'Huinya','',136.25,-113,0,0,0,'2019-06-29 15:17:48'); -INSERT INTO `marker` VALUES (10393,1900,NULL,2,1910,58317,'Lotus Fruit','',88.0625,-138.05859375,0,0,0,'2019-06-29 18:39:10'); -INSERT INTO `marker` VALUES (10394,1900,NULL,2,1901,58314,'Scout','',33.125,-117.75,0,0,0,'2019-06-30 21:58:56'); -INSERT INTO `marker` VALUES (10395,1900,NULL,2,1943,58823,'Giant Ancient Core','',69.5,-127.625,0,0,0,'2019-07-01 01:13:48'); -INSERT INTO `marker` VALUES (10396,1900,NULL,2,1901,58640,'Hestu','',181.51420378684998,-101.93181848526001,0,0,0,'2019-07-01 03:34:15'); -INSERT INTO `marker` VALUES (10397,1900,NULL,2,1943,58677,'Ruby DLC','',117.40625,-151.7734375,0,0,0,'2019-07-01 14:19:06'); -INSERT INTO `marker` VALUES (10398,1900,NULL,2,1916,55864,'Korok Seed ','',154.4609375,-120.38671875,0,0,0,'2019-07-01 17:38:18'); -INSERT INTO `marker` VALUES (10399,1900,NULL,2,1901,58549,'akkala','',30.75,-100.5,0,0,0,'2019-07-02 12:24:22'); -INSERT INTO `marker` VALUES (10400,1900,NULL,2,1901,58919,'Platform','',110.65625,-161.53515625,0,0,0,'2019-07-04 11:58:05'); -INSERT INTO `marker` VALUES (10401,1900,NULL,2,1903,18179,'?????? ','????? ??? ???????, ?? ?? ?????? ?????? ???????? ?? ???????',62.640625,-100.9375,0,0,0,'2019-07-04 19:25:14'); -INSERT INTO `marker` VALUES (10402,1900,NULL,2,1901,18179,'??????? ??????','',82.2734375,-88.94921875,0,0,0,'2019-07-04 20:04:59'); -INSERT INTO `marker` VALUES (10403,1900,NULL,2,1935,59420,'To be the wind','',201.578125,-186.703125,0,0,0,'2019-07-05 23:43:10'); -INSERT INTO `marker` VALUES (10404,1900,NULL,2,1901,59206,'safiro','',169.8046875,-127.9609375,0,0,0,'2019-07-06 03:13:14'); -INSERT INTO `marker` VALUES (10405,1900,NULL,2,1901,59539,'1 Point','',113.75,-137.75,0,0,0,'2019-07-07 01:07:24'); -INSERT INTO `marker` VALUES (10406,1900,NULL,2,1901,59791,'Central Hyrule','',123.5,-122.125,0,0,0,'2019-07-09 01:57:50'); -INSERT INTO `marker` VALUES (10407,1900,NULL,2,1920,59721,'white ?','white ?',100.7109375,-140.84375,0,0,0,'2019-07-09 15:10:45'); -INSERT INTO `marker` VALUES (10408,1900,NULL,2,1930,58823,'Lynel','',188.2265625,-119.4140625,0,1,0,'2019-07-11 12:15:33'); -INSERT INTO `marker` VALUES (10409,1900,NULL,2,1939,48504,'Ice Wizzrobe','',103.73828125,-186.45703125,0,1,0,'2019-07-11 15:20:55'); -INSERT INTO `marker` VALUES (10410,1900,NULL,2,1926,60089,'Divine Beast Vah Naboris','',95.125,-169.1328125,0,0,0,'2019-07-11 22:48:58'); -INSERT INTO `marker` VALUES (10411,1900,NULL,2,1939,58567,'BIizzrobe','',89.015625,-99.6875,0,0,0,'2019-07-12 14:13:49'); -INSERT INTO `marker` VALUES (10412,1900,NULL,2,1901,60169,'asd','asdf',87.46875,-114.75,0,0,0,'2019-07-12 20:30:44'); -INSERT INTO `marker` VALUES (10413,1900,NULL,2,1925,55511,'Sheh Rata Shrine','',151.5625,-122,0,0,0,'2019-07-12 21:41:04'); -INSERT INTO `marker` VALUES (10414,1900,NULL,2,1925,55511,'Shrine of Ressurection','',110.796875,-157.40625,0,0,0,'2019-07-12 21:44:33'); -INSERT INTO `marker` VALUES (10415,1900,NULL,2,1921,60348,'DLC','',107.1875,-131.3125,0,0,0,'2019-07-14 02:06:18'); -INSERT INTO `marker` VALUES (10416,1900,NULL,2,1926,60455,'DIVINE BEAST VAH RUDANIA','',167.875,-88.375,0,0,0,'2019-07-14 20:41:45'); -INSERT INTO `marker` VALUES (10417,1900,NULL,2,1926,60455,'DIVINE BEAST VAH MEDOH','',71.46875,-99.9375,0,0,0,'2019-07-14 20:42:05'); -INSERT INTO `marker` VALUES (10418,1900,NULL,2,1926,60455,'DIVINE BEAST VAH NABORIS','',95.0625,-169.375,0,0,0,'2019-07-14 20:42:27'); -INSERT INTO `marker` VALUES (10419,1900,NULL,2,1944,60529,'EX Bomb Arrow','',105.296875,-159.671875,0,0,0,'2019-07-14 23:21:18'); -INSERT INTO `marker` VALUES (10420,1900,NULL,2,1943,60780,'Center of "Golden Triangle"','',175.13671875,-188.9765625,0,0,0,'2019-07-17 00:36:33'); -INSERT INTO `marker` VALUES (10421,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.52734375,0,0,0,'2019-07-17 20:01:13'); -INSERT INTO `marker` VALUES (10422,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.53125,0,0,0,'2019-07-17 20:01:49'); -INSERT INTO `marker` VALUES (10423,1900,NULL,2,1944,60912,'EX Phantom Helmet','',109.6015625,-147.1328125,0,0,0,'2019-07-18 03:21:26'); -INSERT INTO `marker` VALUES (10424,1900,NULL,2,1943,60912,'EX Bomb Arrows','',106.5859375,-163.7109375,0,0,0,'2019-07-18 03:42:03'); -INSERT INTO `marker` VALUES (10425,1900,NULL,2,1901,60533,'Silver Rupee','',164.1796875,-156.9453125,0,0,0,'2019-07-18 08:43:59'); -INSERT INTO `marker` VALUES (10426,1900,NULL,2,1936,56798,'Rocks','',164.78125,-154.796875,0,0,0,'2019-07-18 18:36:12'); -INSERT INTO `marker` VALUES (10427,1900,NULL,2,1926,61012,'Divine Beast Vah'RUDANIA','',-20,-150.25,0,0,0,'2019-07-18 23:24:22'); -INSERT INTO `marker` VALUES (10428,1900,NULL,2,1925,60291,'?????','',176.5625,-114.9375,0,0,0,'2019-07-20 04:47:12'); -INSERT INTO `marker` VALUES (10429,1900,NULL,2,1925,61502,'Takama Shiri Srine','',51.48828125,-161.73828125,0,0,0,'2019-07-22 18:31:53'); -INSERT INTO `marker` VALUES (10430,1900,NULL,2,1925,61502,'Keive Talashrine ','Big or small',91.375,-188.953125,0,0,0,'2019-07-22 18:34:46'); -INSERT INTO `marker` VALUES (10431,1900,NULL,2,1925,61502,'Rohta Chigah Shrine','Stop to Start',119.86901044845581,-155.96145820617676,0,0,0,'2019-07-22 18:39:44'); -INSERT INTO `marker` VALUES (10432,1900,NULL,2,1925,61502,'Ruvo Korbah Shrine','A major Test of Strength',114.953125,-161.5,0,0,0,'2019-07-22 18:41:01'); -INSERT INTO `marker` VALUES (10433,1900,NULL,2,1925,61502,'Etsu Korima Shrine','',109.01171875,-160.94140625,0,0,0,'2019-07-22 18:41:50'); -INSERT INTO `marker` VALUES (10434,1900,NULL,2,1925,61502,'Mah Eliya Shrine','',186.78854179382324,-117.93802070617676,0,0,0,'2019-07-22 18:45:48'); -INSERT INTO `marker` VALUES (10435,1900,NULL,2,1925,61502,'Kee Dafunia Shrine','',205.26458358764648,-113.02031302452087,0,0,0,'2019-07-22 18:46:44'); -INSERT INTO `marker` VALUES (10436,1900,NULL,2,1925,61502,'Kamia omuna Shrine','',161.37083435058594,-77.58281242847443,0,0,0,'2019-07-22 18:48:43'); -INSERT INTO `marker` VALUES (10437,1900,NULL,2,1901,61502,'Shira Gomar Shrine','',90.640625,-106.625,0,0,0,'2019-07-22 18:52:01'); -INSERT INTO `marker` VALUES (10438,1900,NULL,2,1939,57925,'Blizzrobe','',103.796875,-186.453125,0,0,0,'2019-07-24 04:09:56'); -INSERT INTO `marker` VALUES (10439,1900,NULL,2,1936,57623,'Cracked Wall','Entrance of the Maag No'rah Shrine',97.3984375,-104.7734375,0,0,0,'2019-07-24 08:31:02'); -INSERT INTO `marker` VALUES (10440,1900,NULL,2,1901,61697,'ARBRE KOROGUS','',133.96875,-144.390625,0,0,0,'2019-07-24 14:37:42'); -INSERT INTO `marker` VALUES (10441,1900,NULL,2,1901,61097,'More than 16 santuary','There are a lot of sanctuaryin this zone. Clean the zone.',110.125,-155.125,0,0,0,'2019-07-24 15:18:34'); -INSERT INTO `marker` VALUES (10442,1900,NULL,2,1901,42424,'beaucoup de bokoblin','',55.484375,-188.453125,0,0,0,'2019-07-24 18:03:51'); -INSERT INTO `marker` VALUES (10443,1900,NULL,2,1903,57925,'Soldier's Broadsword','',174.3671875,-186.95703125,0,0,0,'2019-07-25 20:32:26'); -INSERT INTO `marker` VALUES (10444,1900,NULL,2,1901,43559,'maison','',179.34375,-163.7578125,0,0,0,'2019-07-25 22:21:37'); -INSERT INTO `marker` VALUES (10445,1900,NULL,2,1920,61881,'Hyrule castle','',160.25,-107.25,0,0,0,'2019-07-26 03:19:43'); -INSERT INTO `marker` VALUES (10446,1900,NULL,2,1901,61822,'pfffff','',65.25,-144.9375,0,0,0,'2019-07-26 03:50:28'); -INSERT INTO `marker` VALUES (10447,1900,NULL,2,1901,61027,'Sidequest (flying)','schrim fliegen (ausdauer Mind. + 2-3)',201.5546875,-186.39453125,0,0,0,'2019-07-28 06:18:10'); -INSERT INTO `marker` VALUES (10448,1900,NULL,2,1901,61474,'?','',158.92578125,-157.9595170021057,0,0,0,'2019-07-30 12:53:18'); -INSERT INTO `marker` VALUES (10449,1900,NULL,2,1925,62458,'Keive Tala Shrine','',91.3828125,-188.90625,0,0,0,'2019-07-30 15:06:13'); -INSERT INTO `marker` VALUES (10450,1900,NULL,2,1901,59949,'Talvez nao tenha pego','',121.3359375,-113.515625,0,1,0,'2019-07-30 18:40:19'); -INSERT INTO `marker` VALUES (10451,1900,NULL,2,1904,62522,'Unlimited arrows','',117.67416381835938,-175.86224365234375,0,0,0,'2019-07-31 04:06:09'); -INSERT INTO `marker` VALUES (10452,1900,NULL,2,1901,62522,'test','',117.40625,-175.84375,0,0,0,'2019-07-31 04:06:25'); -INSERT INTO `marker` VALUES (10453,1900,NULL,2,1910,61555,'Amber','',107.86328125,-162.69921875,0,0,0,'2019-07-31 07:24:47'); -INSERT INTO `marker` VALUES (10454,1900,NULL,2,1903,61555,'Traveller's Spear','',105.49609375,-158.953125,0,0,0,'2019-07-31 07:31:10'); -INSERT INTO `marker` VALUES (10455,1900,NULL,2,1935,62448,'Un cheval à tout prix','',96.296875,-157.18359375,0,1,0,'2019-07-31 12:04:15'); -INSERT INTO `marker` VALUES (10456,1900,NULL,2,1901,62356,'Korogu ','Il faut un bouclier rouiller pour faire celui là',117.84375,-114.84375,0,0,0,'2019-08-01 09:08:23'); -INSERT INTO `marker` VALUES (10457,1900,NULL,2,1903,62509,'traveler's sword','',62.25,-148.875,0,1,0,'2019-08-01 18:32:43'); -INSERT INTO `marker` VALUES (10458,1900,NULL,2,1901,62717,'Climbing Boots','',193.71875,-154.5625,0,0,0,'2019-08-01 18:58:59'); -INSERT INTO `marker` VALUES (10459,1900,NULL,2,1930,62978,'FAROSH','dragon',126.40625,-169.109375,0,0,0,'2019-08-03 16:06:19'); -INSERT INTO `marker` VALUES (10460,1900,NULL,2,1935,61589,'Zora Stone Monuments','',180.28125,-119.140625,0,1,0,'2019-08-04 21:11:42'); -INSERT INTO `marker` VALUES (10461,1900,NULL,2,1935,61589,'Riverbed Reward','',141.05859375,-130.03125,0,0,0,'2019-08-05 19:42:04'); -INSERT INTO `marker` VALUES (10462,1900,NULL,2,1916,63431,'Need Magnesis','',121.390625,-159.5390625,0,0,0,'2019-08-07 09:30:11'); -INSERT INTO `marker` VALUES (10463,1900,NULL,2,1926,108,'Divine Beast Rudania','',167.3907470703125,-87.4935302734375,0,0,0,'2019-08-07 16:49:09'); -INSERT INTO `marker` VALUES (10464,1900,NULL,2,1926,108,'Divine Beast Medoh','',71.407958984375,-99.737060546875,0,0,0,'2019-08-07 16:49:49'); -INSERT INTO `marker` VALUES (10465,1900,NULL,2,1926,108,'Divine Beast Naboris','',83.25,-181.375,0,0,0,'2019-08-07 16:50:23'); -INSERT INTO `marker` VALUES (10466,1900,NULL,2,1901,63378,'zora sword','',-76,-113.75,0,0,0,'2019-08-07 20:45:31'); -INSERT INTO `marker` VALUES (10467,1900,NULL,2,1944,63493,'Majora's Mask','DLC EX Chest',120.97265625,-148.021484375,0,0,0,'2019-08-07 22:20:00'); -INSERT INTO `marker` VALUES (10468,1900,NULL,2,1944,63493,'Phantom Armor','DLC EX Chest',124.08984375,-126.544921875,0,0,0,'2019-08-07 22:20:56'); -INSERT INTO `marker` VALUES (10469,1900,NULL,2,1948,63606,'aaa','aaaa',108.1875,-139.75,0,0,0,'2019-08-08 22:10:57'); -INSERT INTO `marker` VALUES (10470,1900,NULL,2,1902,63606,'a','a',159.25,-112.625,0,0,0,'2019-08-08 22:12:01'); -INSERT INTO `marker` VALUES (10471,1900,NULL,2,1904,63322,'Normal Arrow Farming','A chest containing 10 arrows. Load, save, and the chest respawns containing another 10 arrows',204.8125,-185.84375,0,1,0,'2019-08-09 11:24:31'); -INSERT INTO `marker` VALUES (10472,1900,NULL,2,1904,63322,'Bomb Arrow Farming','Put a fire, sleep until morning, and if it's raining, the boboklins will throw at you bomb arrows not ignited, so you can pick them up. WARNING: some bomb arrows actually ignite, so be careful.',180.921875,-71.3046875,0,1,0,'2019-08-09 11:27:36'); -INSERT INTO `marker` VALUES (10473,1900,NULL,2,1916,63489,'Korok Seed','',179.09375,-138.3125,0,0,0,'2019-08-09 21:23:07'); -INSERT INTO `marker` VALUES (10474,1900,NULL,2,1902,54500,'Phantom Helmet','',109.3515625,-147.21484375,0,0,0,'2019-08-10 00:30:33'); -INSERT INTO `marker` VALUES (10475,1900,NULL,2,1903,63460,'Mandoble de fuego','',110.65625,-134.765625,0,0,0,'2019-08-10 17:18:36'); -INSERT INTO `marker` VALUES (10476,1900,NULL,2,1903,63460,'Great Flameblade','',110.671875,-134.8125,0,0,0,'2019-08-10 17:19:26'); -INSERT INTO `marker` VALUES (10477,1900,NULL,2,1916,64080,'Seed in cave','',69.26953125,-72.34765625,0,0,0,'2019-08-12 18:01:12'); -INSERT INTO `marker` VALUES (10478,1900,NULL,2,1916,63578,'Korok Seed','',190.7265625,-174.4609375,0,0,0,'2019-08-13 20:04:52'); -INSERT INTO `marker` VALUES (10479,1900,NULL,2,1902,54500,'Tingle's shirt','',117.36328125,-115.23828125,0,0,0,'2019-08-13 20:49:11'); -INSERT INTO `marker` VALUES (10480,1900,NULL,2,1902,54500,'Phantom Armor','',124.125,-126.40625,0,0,0,'2019-08-13 21:21:48'); -INSERT INTO `marker` VALUES (10481,1900,NULL,2,1935,63841,'Bloodmoon','',85.21484375,-131.5625,0,0,0,'2019-08-13 22:45:07'); -INSERT INTO `marker` VALUES (10482,1900,NULL,2,1901,63841,'test','',87.875,-130.75,0,0,0,'2019-08-13 22:46:27'); -INSERT INTO `marker` VALUES (10483,1900,NULL,2,1903,64340,'Forest bow','',160.484375,-130.578125,0,0,0,'2019-08-15 21:21:55'); -INSERT INTO `marker` VALUES (10484,1900,NULL,2,1935,64446,'The Sheep Rustlers','',184.8203125,-160.7578125,0,1,0,'2019-08-16 01:43:46'); -INSERT INTO `marker` VALUES (10485,1900,NULL,2,1936,64493,'Cracked Wall','Chest',158.80859375,-165.05859375,0,0,0,'2019-08-16 21:07:44'); -INSERT INTO `marker` VALUES (10486,1900,NULL,2,1925,38785,'Gireom Shine','',90.6875,-106.25,0,1,0,'2019-08-17 21:36:35'); -INSERT INTO `marker` VALUES (10487,1900,NULL,2,1920,64572,'Feu de camp','',105.4453125,-152.7734375,0,0,0,'2019-08-17 21:44:54'); -INSERT INTO `marker` VALUES (10488,1900,NULL,2,1931,64572,'Bokoblin Camp','',107.93359375,-154.25390625,0,0,0,'2019-08-17 22:00:36'); -INSERT INTO `marker` VALUES (10489,1900,NULL,2,1910,64572,'Amber','',107.875,-162.6875,0,0,0,'2019-08-17 22:46:47'); -INSERT INTO `marker` VALUES (10490,1900,NULL,2,1925,64429,'Shrine','',52.28125,-186.890625,0,0,0,'2019-08-18 18:14:59'); -INSERT INTO `marker` VALUES (10491,1900,NULL,2,1944,64903,'halberd DLC','',126.7890625,-165.27734375,0,0,0,'2019-08-19 12:02:43'); -INSERT INTO `marker` VALUES (10492,1900,NULL,2,1925,38785,'Kamium shine','',161.53125,-77.6328125,0,1,0,'2019-08-19 15:43:30'); -INSERT INTO `marker` VALUES (10493,1900,NULL,2,1941,38785,'Talus','',161.6640625,-77.7109375,0,1,0,'2019-08-19 15:44:09'); -INSERT INTO `marker` VALUES (10494,1900,NULL,2,1916,38785,'Korok seed','',191.828125,-154.75,0,0,0,'2019-08-19 18:08:35'); -INSERT INTO `marker` VALUES (10495,1900,NULL,2,1935,60468,'Riddles of Hyrules','',134.625,-93.1875,0,0,0,'2019-08-20 17:08:07'); -INSERT INTO `marker` VALUES (10496,1900,NULL,2,1925,60468,'Lanno Kooh Shrine','Lanno Kooh's Blessing',86.875,-96,0,0,0,'2019-08-20 17:32:13'); -INSERT INTO `marker` VALUES (10497,1900,NULL,2,1902,65010,'Zora Helm','',182.21875,-114.3125,0,0,0,'2019-08-21 04:37:44'); -INSERT INTO `marker` VALUES (10498,1900,NULL,2,1935,64630,'The Sheep Rustlers','',184.6640625,-160.671875,0,0,0,'2019-08-21 15:54:39'); -INSERT INTO `marker` VALUES (10499,1900,NULL,2,1925,38785,'Kritmoh Shine','',74.8125,-149,0,0,0,'2019-08-21 19:04:27'); -INSERT INTO `marker` VALUES (10500,1900,NULL,2,1925,38785,'Tamri Shine','',51.0625,-161.65625,0,0,0,'2019-08-21 19:06:21'); -INSERT INTO `marker` VALUES (10501,1900,NULL,2,1939,64340,'Ice Wizzrobe','',103.74609375,-186.3046875,0,0,0,'2019-08-23 18:42:34'); -INSERT INTO `marker` VALUES (10502,1900,NULL,2,1901,63993,'duel','',46,-112.375,0,0,0,'2019-08-24 04:26:19'); -INSERT INTO `marker` VALUES (10503,1900,NULL,2,1910,65479,'Courser Bee Honey','',111.36108303070068,-153.4569612145424,0,0,0,'2019-08-24 18:28:14'); -INSERT INTO `marker` VALUES (10504,1900,NULL,2,1904,65479,'Arrows x 5','',113.73115026950836,-154.10881567001343,0,0,0,'2019-08-24 18:48:55'); -INSERT INTO `marker` VALUES (10505,1900,NULL,2,1901,64167,'Blacksmith','',154.5,-88.80078125,0,0,0,'2019-08-24 21:25:30'); -INSERT INTO `marker` VALUES (10506,1900,NULL,2,1901,64167,'Inn','',154.26953125,-90.14453125,0,0,0,'2019-08-24 21:28:16'); -INSERT INTO `marker` VALUES (10507,1900,NULL,2,1901,64167,'Armor Shop','',153.703125,-90.33984375,0,0,0,'2019-08-24 21:29:18'); -INSERT INTO `marker` VALUES (10508,1900,NULL,2,1901,64167,'General Store','',154.26171875,-89.5390625,0,0,0,'2019-08-24 21:29:46'); -INSERT INTO `marker` VALUES (10509,1900,NULL,2,1936,65479,'Crack Wall','Need to bomb to access treasure inside',112.91804599761963,-164.67701256275177,0,0,0,'2019-08-24 22:04:50'); -INSERT INTO `marker` VALUES (10510,1900,NULL,2,1931,65590,'Enemy Camp','',143.4296875,-149.40625,0,0,0,'2019-08-25 16:23:26'); -INSERT INTO `marker` VALUES (10511,1900,NULL,2,1910,65479,'Mighty Carp','Spawning ground for a large group of carp just use a bomb and get about 5-10 in one go.',163.6796875,-149.3984375,0,0,0,'2019-08-25 23:01:20'); -INSERT INTO `marker` VALUES (10512,1900,NULL,2,1910,65479,'Hylian Shroom','',151.56406497955322,-148.760766685009,0,0,0,'2019-08-25 23:25:06'); -INSERT INTO `marker` VALUES (10513,1900,NULL,2,1910,65479,'Rushroom x 6','Found under the cliff',125.04978966712952,-152.9680411219597,0,0,0,'2019-08-26 20:49:06'); -INSERT INTO `marker` VALUES (10514,1900,NULL,2,1901,66285,'Silverbow','',28.875,-120.625,0,0,0,'2019-09-01 12:55:07'); -INSERT INTO `marker` VALUES (10515,1900,NULL,2,1901,66367,'START place','',115.8125,-155.5625,0,0,0,'2019-09-02 13:20:26'); -INSERT INTO `marker` VALUES (10516,1900,NULL,2,1901,66421,'Farosh Spawner ','',155.7265625,-171.9375,0,0,0,'2019-09-03 15:06:24'); -INSERT INTO `marker` VALUES (10517,1900,NULL,2,1925,66479,'Shrine of Resurrection','',110.65625,-157.1875,0,0,0,'2019-09-03 22:46:30'); -INSERT INTO `marker` VALUES (10518,1900,NULL,2,1901,66479,'lol','',110.53125,-157.453125,0,1,0,'2019-09-03 22:47:16'); -INSERT INTO `marker` VALUES (10519,1900,NULL,2,1901,66495,'DINRAAL FARMING','fire dragon',112.875,-84.25,0,0,0,'2019-09-04 21:14:28'); -INSERT INTO `marker` VALUES (10520,1900,NULL,2,1901,65367,'8th Sister','',59.5703125,-136.2265625,0,0,0,'2019-09-04 23:19:03'); -INSERT INTO `marker` VALUES (10521,1900,NULL,2,1926,62393,'Vah Rudania','',167.734375,-87.390625,0,0,0,'2019-09-05 03:24:50'); -INSERT INTO `marker` VALUES (10522,1900,NULL,2,1901,62393,'Vah Medoh','',71.4375,-99.9375,0,0,0,'2019-09-05 03:27:32'); -INSERT INTO `marker` VALUES (10523,1900,NULL,2,1902,64372,'phantom','',119.3046875,-137.2734375,0,0,0,'2019-09-05 14:36:12'); -INSERT INTO `marker` VALUES (10524,1900,NULL,2,1943,65970,'cracked rocks','',86.03515625,-162.75,0,0,0,'2019-09-07 00:57:10'); -INSERT INTO `marker` VALUES (10525,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); -INSERT INTO `marker` VALUES (10526,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); -INSERT INTO `marker` VALUES (10527,1900,NULL,2,1938,66838,'establo}','primero',105.328125,-148.234375,0,0,0,'2019-09-07 19:24:53'); -INSERT INTO `marker` VALUES (10528,1900,NULL,2,1901,63915,'Ruins','',106.953125,-131.52734375,0,0,0,'2019-09-11 09:24:43'); -INSERT INTO `marker` VALUES (10529,1900,NULL,2,1925,64572,'Takama'Simiri Shrine','',51.4765625,-161.7109375,0,0,0,'2019-09-14 19:36:28'); -INSERT INTO `marker` VALUES (10530,1900,NULL,2,1936,67259,'cracked wall','',114.359375,-158.171875,0,1,0,'2019-09-15 11:17:19'); -INSERT INTO `marker` VALUES (10531,1900,NULL,2,1916,47121,'Korok Seed','',197.32942700386047,-78.27300351858139,0,0,0,'2019-09-16 15:23:04'); -INSERT INTO `marker` VALUES (10532,1900,NULL,2,1916,47121,'Korok Seed','',196.6614589691162,-99.32465267181396,0,0,0,'2019-09-16 17:19:56'); -INSERT INTO `marker` VALUES (10533,1900,NULL,2,1901,67564,'????','',97.53125,-133.859375,0,0,0,'2019-09-17 01:52:05'); -INSERT INTO `marker` VALUES (10534,1900,NULL,2,1901,67564,'????','',97.69140625,-133.875,0,0,0,'2019-09-17 01:52:30'); -INSERT INTO `marker` VALUES (10535,1900,NULL,2,1910,67415,'Frost Arrows','',180.0390625,-120.4140625,0,0,0,'2019-09-17 22:17:23'); -INSERT INTO `marker` VALUES (10536,1900,NULL,2,1901,67657,' White stallion','',111.3739013671875,-160.3545331954956,0,0,0,'2019-09-18 16:10:00'); -INSERT INTO `marker` VALUES (10537,1900,NULL,2,1901,67678,'PUENTE DE INOGO','',164.6015625,-124.0703125,0,0,0,'2019-09-24 02:58:38'); -INSERT INTO `marker` VALUES (10538,1900,NULL,2,1931,68111,'Sah Dahaj Camp','',169.5,-102.703125,0,0,0,'2019-09-25 02:28:52'); -INSERT INTO `marker` VALUES (10539,1900,NULL,2,1901,68351,'mi casa','30 de madera y 3000 rupias',179.90625,-163.9375,0,0,0,'2019-09-26 03:36:01'); -INSERT INTO `marker` VALUES (10540,1900,NULL,2,1901,68351,'no la encuentro','',158.609375,-144.5859375,0,0,0,'2019-09-27 21:32:15'); -INSERT INTO `marker` VALUES (10541,1900,NULL,2,1901,68351,'no la encuentro','no la encuentro',158.51171875,-144.60546875,0,0,0,'2019-09-27 21:33:16'); -INSERT INTO `marker` VALUES (10542,1900,NULL,2,1901,68564,'Horn','',156,-174.4140625,0,0,0,'2019-09-28 18:44:49'); -INSERT INTO `marker` VALUES (10543,1900,NULL,2,1901,67518,'test','',121.625,-155.4375,0,0,0,'2019-09-29 04:57:29'); -INSERT INTO `marker` VALUES (10544,1900,NULL,2,1926,68891,'Divine Beast Vah Medoh','',71.5062484741211,-99.73124885559082,0,0,0,'2019-10-01 03:41:01'); -INSERT INTO `marker` VALUES (10545,1900,NULL,2,1903,69068,'Iron Sledgehammer','',90.125,-71.1875,0,0,0,'2019-10-03 04:26:59'); -INSERT INTO `marker` VALUES (10546,2000,NULL,2,1956,1,'Piece of Heart','',60.6875,-158.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10548,2000,NULL,2,1956,1,'Piece of Heart','',61.46875,-156.219,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10549,2000,NULL,2,1956,1,'Piece of Heart','',59.1875,-144.188,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10550,2000,NULL,2,1956,1,'Piece of Heart','',26.625,-135.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10551,2000,NULL,2,1956,1,'Piece of Heart','',24.25,-135.688,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10552,2000,NULL,2,1956,1,'Piece of Heart','',13.6875,-153.813,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10553,2000,NULL,2,1956,1,'Piece of Heart','',191.875,-166.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10554,2000,NULL,2,1956,1,'Piece of Heart','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10555,2000,NULL,2,1956,1,'Piece of Heart','',241.25,-97,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10556,2000,NULL,2,1956,1,'Piece of Heart','',198.75,-113.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10557,2000,NULL,2,1956,1,'Piece of Heart','',230.5,-92,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10558,2000,NULL,2,1956,1,'Piece of Heart','',145,-133.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10559,2000,NULL,2,1956,1,'Piece of Heart','',167.125,-136.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10560,2000,NULL,2,1956,1,'Piece of Heart','',155.25,-191.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10561,2000,NULL,2,1956,1,'Piece of Heart','',154.125,-186.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10562,2000,NULL,2,1956,1,'Piece of Heart','',121.875,-163.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10563,2000,NULL,2,1956,1,'Piece of Heart','',173.25,-155.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10564,2000,NULL,2,1956,1,'Piece of Heart','',47.125,-118.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10565,2000,NULL,2,1956,1,'Piece of Heart','',41.5,-104.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10566,2000,NULL,2,1956,1,'Piece of Heart','',120.75,-104.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10567,2000,NULL,2,1956,1,'Piece of Heart','',74,-107.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10568,2000,NULL,2,1956,1,'Piece of Heart','',12.875,-67.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10569,2000,NULL,2,1956,1,'Piece of Heart','',32.5,-85.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10570,2000,NULL,2,1956,1,'Piece of Heart','',118.625,-95,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10571,2000,NULL,2,1956,1,'Piece of Heart','',122,-95.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10572,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-73.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10573,2000,NULL,2,1956,1,'Piece of Heart','',108.125,-127.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10574,2000,NULL,2,1956,1,'Piece of Heart','',229.625,-166.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10575,2000,NULL,2,1956,1,'Piece of Heart','',81.625,-139.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10576,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-80.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10577,2000,NULL,2,1956,1,'Piece of Heart','',101.125,-137.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10578,2000,NULL,2,1956,1,'Piece of Heart','',236.375,-137.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10579,2000,NULL,2,1956,1,'Heart Container','',120.5,-96.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10580,2000,NULL,2,1952,1,'Yoshi Doll','',59.625,-158.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10581,2000,NULL,2,1952,1,'Ribbon','',45.5,-133.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10582,2000,NULL,2,1952,1,'Dog Food','',30,-151,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10583,2000,NULL,2,1952,1,'Bananas','',59.625,-181.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10584,2000,NULL,2,1952,1,'Stick','',182.625,-134.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10585,2000,NULL,2,1952,1,'Honeycomb','',121.125,-137.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10586,2000,NULL,2,1952,1,'Pineapple','',214.875,-172.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10587,2000,NULL,2,1952,1,'Hibiscus','',154.5,-79.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10588,2000,NULL,2,1952,1,'Letter','',210.375,-166.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10589,2000,NULL,2,1952,1,'Broom','',16.75,-95.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10590,2000,NULL,2,1952,1,'Fishing Hook','',31.25,-160,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10591,2000,NULL,2,1952,1,'Necklace','',170.375,-183.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10592,2000,NULL,2,1952,1,'Scale','',152.625,-171,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10593,2000,NULL,2,1952,1,'Magnifying Lens','',154.25,-182,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10594,2000,NULL,2,1953,1,'Raft Rapids','',241.375,-95.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10595,2000,NULL,2,1953,1,'Trendy Game','',60.25,-160,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10596,2000,NULL,2,1953,1,'Fishing','',31,-136.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10597,2000,NULL,2,1958,1,'Bottle','',23.875,-137,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10598,2000,NULL,2,1958,1,'Bottle','',118.5,-97.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10599,2000,NULL,2,1958,1,'Bottle','',71.125,-123.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10600,2000,NULL,2,1951,1,'Cracked Wall','',67.875,-190.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10601,2000,NULL,2,1951,1,'Cracked Wall','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10602,2000,NULL,2,1951,1,'Cracked Wall','',212.5,-137.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10603,2000,NULL,2,1951,1,'Cracked Wall','',117.5,-135,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10604,2000,NULL,2,1951,1,'Cracked Wall','',100.875,-137.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10605,2000,NULL,2,1951,1,'Cracked Wall','',60.125,-80,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10606,2000,NULL,2,1951,1,'Cracked Wall','',243.625,-83.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10607,2000,NULL,2,1968,1,'Lanmolas','',229.625,-167.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10608,2000,NULL,2,1968,1,'Armos Knight','',199.625,-152.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10609,2000,NULL,2,1968,1,'Turtle Rock','',13,-79.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10610,2000,NULL,2,1966,1,'Tail Cave','',61.5,-173.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10611,2000,NULL,2,1966,1,'Bottle Grotto','',72.5,-90.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10612,2000,NULL,2,1966,1,'Key Cavern','',92.625,-158.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10613,2000,NULL,2,1966,1,'Kanalet Castle','',153.125,-126,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10614,2000,NULL,2,1966,1,'Angler's Tunnel','',182.25,-91.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10615,2000,NULL,2,1966,1,'Catfish's Maw','',153,-176.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10616,2000,NULL,2,1966,1,'North Face Shrine','',196.5,-137.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10617,2000,NULL,2,1966,1,'Eagle's Tower','',230.625,-73.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10618,2000,NULL,2,1966,1,'Turtle Rock','',12.75,-75.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10619,2000,NULL,2,1966,1,'Color Dungeon','',125.375,-125.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10620,2000,NULL,2,1966,1,'Chamber Dungeon','',120.5,-99.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10621,2000,NULL,2,1966,1,'Wind Fish's Egg','',106.6875,-61.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10622,2000,NULL,2,1964,1,'Papahl, Mamasha, and the Quadruplet's House','',46.375,-133.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10623,2000,NULL,2,1964,1,'Marin and Tarin's House','',44.5,-151.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10624,2000,NULL,2,1964,1,'Madam MeowMeow's House','',26.75,-150.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10625,2000,NULL,2,1964,1,'Grandpa Ulrira and Grandma Yahoo's House','',27.75,-157.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10626,2000,NULL,2,1964,1,'Sales House O' Bananas','',60,-181.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10627,2000,NULL,2,1964,1,'Richard's Villa','',104.875,-174.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10628,2000,NULL,2,1964,1,'Ghost's House','',108.375,-187.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10629,2000,NULL,2,1964,1,'Chef Bear's House','',215,-173,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10630,2000,NULL,2,1964,1,'Christine's House','',210.375,-167.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10631,2000,NULL,2,1964,1,'Mr. Write's House','',16.625,-97.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10632,2000,NULL,2,1964,1,'Hen House','',167,-68,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10633,2000,NULL,2,1965,1,'Witch's Hut','',89.625,-117.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10634,2000,NULL,2,1965,1,'Mabe Village Shop','',58.75,-145.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10635,2000,NULL,2,1965,1,'Crazy Tracy's Health Spa','',95.75,-104.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10645,2000,NULL,2,1957,1,'Secret Seashells','',83.375,-194.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10646,2000,NULL,2,1957,1,'Secret Seashells','',109.25,-189.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10647,2000,NULL,2,1957,1,'Secret Seashells','',20.5,-186.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10648,2000,NULL,2,1957,1,'Secret Seashells','',42.375,-176.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10649,2000,NULL,2,1957,1,'Secret Seashells','',60,-172.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10650,2000,NULL,2,1957,1,'Secret Seashells','',30.5,-151.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10651,2000,NULL,2,1957,1,'Secret Seashells','',61.5,-151.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10652,2000,NULL,2,1957,1,'Secret Seashells','',59.5,-157.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10653,2000,NULL,2,1957,1,'Secret Seashells','',61.875,-158.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10654,2000,NULL,2,1957,1,'Secret Seashells','',27.25,-136.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10655,2000,NULL,2,1957,1,'Secret Seashells','',26.375,-134.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10656,2000,NULL,2,1957,1,'Secret Seashells','',43.125,-114.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10657,2000,NULL,2,1957,1,'Secret Seashells','',12.625,-104.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10658,2000,NULL,2,1957,1,'Secret Seashells','',77.25,-128.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10659,2000,NULL,2,1957,1,'Secret Seashells','',103.5,-174.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10660,2000,NULL,2,1957,1,'Secret Seashells','',148.25,-185.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10661,2000,NULL,2,1957,1,'Secret Seashells','',136.125,-190.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10662,2000,NULL,2,1957,1,'Secret Seashells','',135,-154,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10663,2000,NULL,2,1957,1,'Secret Seashells','',91,-151.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10664,2000,NULL,2,1957,1,'Secret Seashells','',77.875,-151.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10665,2000,NULL,2,1957,1,'Secret Seashells','',108.125,-152.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10666,2000,NULL,2,1957,1,'Secret Seashells','',133.625,-135.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10667,2000,NULL,2,1957,1,'Secret Seashells','',137.375,-105.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10668,2000,NULL,2,1957,1,'Secret Seashells','',246,-189.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10669,2000,NULL,2,1957,1,'Secret Seashells','',219.625,-190.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10670,2000,NULL,2,1957,1,'Secret Seashells','',216.125,-166.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10671,2000,NULL,2,1957,1,'Secret Seashells','',210.75,-167.625,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10672,2000,NULL,2,1957,1,'Secret Seashells','',196.5,-122.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10673,2000,NULL,2,1957,1,'Secret Seashells','',207.5,-94.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10674,2000,NULL,2,1957,1,'Secret Seashells','',240.375,-97.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10675,2000,NULL,2,1957,1,'Secret Seashells','',27,-129.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10676,2000,NULL,2,1957,1,'Secret Seashells','',32.125,-93.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10677,2000,NULL,2,1957,1,'Secret Seashells','',124.375,-111.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10678,2000,NULL,2,1957,1,'Secret Seashells','',121.75,-145.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10679,2000,NULL,2,1957,1,'Secret Seashells','',151.375,-161.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10680,2000,NULL,2,1957,1,'Secret Seashells','',182.25,-139.375,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10681,2000,NULL,2,1957,1,'Secret Seashells','',165.625,-175.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10682,2000,NULL,2,1957,1,'Secret Seashells','',242.75,-167.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10683,2000,NULL,2,1957,1,'Secret Seashells','',91.125,-90,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10684,2000,NULL,2,1957,1,'Secret Seashells','',227.125,-117.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10685,2000,NULL,2,1957,1,'Secret Seashells','',227.3125,-154.5,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10686,2000,NULL,2,1957,1,'Secret Seashells','',239.875,-141.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10687,2000,NULL,2,1957,1,'Secret Seashells','',201,-85.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10688,2000,NULL,2,1957,1,'Secret Seashells','',203.75,-71.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10689,2000,NULL,2,1957,1,'Secret Seashells','',158.125,-74.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10690,2000,NULL,2,1957,1,'Secret Seashells','',214.75,-81.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10691,2000,NULL,2,1957,1,'Secret Seashells','',228.25,-72,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10692,2000,NULL,2,1957,1,'Secret Seashells','',92.75,-73.25,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10693,2000,NULL,2,1957,1,'Secret Seashells','',47.875,-77.75,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10694,2000,NULL,2,1957,1,'Secret Seashells','',122,-97.125,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10695,2000,NULL,2,1969,1,'Fairy Fountain','',59.67,-113.875,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10696,2000,NULL,2,1969,1,'Fairy Fountain','',117.54,-132.95,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (10697,2000,NULL,2,1969,1,'Fairy Fountain','',212.5,-136,0,0,1,'2019-09-15 22:24:54'); -INSERT INTO `marker` VALUES (11000,1900,NULL,2,1944,52289,'knight's halberd','',118.328125,-86.921875,0,0,0,'2019-10-05 13:41:35'); -INSERT INTO `marker` VALUES (11003,1901,NULL,2,1925,67560,'Takama Shiri Shrine','',51.52734375,-161.71484375,0,1,0,'2019-10-07 18:11:27'); -INSERT INTO `marker` VALUES (11004,1901,NULL,2,1925,67560,'Takama Shiri Shrine','DLC 2 / EX Champion Urbosa's Song',51.51953125,-161.65625,0,1,0,'2019-10-07 18:17:12'); -INSERT INTO `marker` VALUES (11005,1901,NULL,2,1926,69145,'Divine Beast Vah Rudania','',167.5390625,-87.1171875,0,1,0,'2019-10-08 00:50:37'); -INSERT INTO `marker` VALUES (11006,1901,NULL,2,1916,69806,'no','no',136.62225341796875,-183.97958374023438,0,1,0,'2019-10-09 17:10:52'); -INSERT INTO `marker` VALUES (11007,1901,NULL,2,1931,68177,'Enemy Base','Bokoblin Scouts and Lizalfos\r\nChest: Golden Bow',53.75,-149.34375,0,0,0,'2019-10-09 19:09:47'); -INSERT INTO `marker` VALUES (11008,1901,NULL,2,1901,68895,'asd','asd',46.89534365646193,-102.52071633448497,0,0,0,'2019-10-09 19:15:40'); -INSERT INTO `marker` VALUES (11009,1901,NULL,2,1901,57316,'korok','',68.03124809265137,-95.43221005437252,0,0,0,'2019-10-10 05:19:15'); -INSERT INTO `marker` VALUES (11010,1901,NULL,2,1901,69888,'part 1','',116.25,-158.40625,0,0,0,'2019-10-10 05:58:29'); -INSERT INTO `marker` VALUES (11011,1901,NULL,2,1904,69738,'golden bow','',52.25,-155.75,0,0,0,'2019-10-10 06:46:39'); -INSERT INTO `marker` VALUES (11012,1901,NULL,2,1936,69517,'Cracked Wall','',164.10459899902344,-147.48040771484375,0,0,0,'2019-10-10 18:02:38'); -INSERT INTO `marker` VALUES (11013,1901,NULL,2,1921,68573,'m','',56.640625,-180.90625,0,0,0,'2019-10-11 12:53:39'); -INSERT INTO `marker` VALUES (11014,1900,NULL,2,1901,69200,'Boat','',71.4375,-109.1796875,0,0,0,'2019-10-12 18:06:35'); -INSERT INTO `marker` VALUES (11015,2006,NULL,2,1950,70248,'Facade','Boss #6',138.4166717529297,-121.12939658274352,0,0,0,'2019-10-13 01:01:22'); -INSERT INTO `marker` VALUES (11016,2006,NULL,2,1962,70248,'Face Shrine Nightmare Key','The Key to get to Facade's room in Face Shrine.',178.1666717529297,-103.1321672017886,0,0,0,'2019-10-13 01:07:38'); -INSERT INTO `marker` VALUES (11017,1901,NULL,2,1901,70111,'Shrine of Resurection','',111.0234375,-157.546875,0,0,0,'2019-10-13 09:42:45'); -INSERT INTO `marker` VALUES (11018,1901,NULL,2,1901,69480,'Farosh','',59.18625916013648,-90.9987899594777,0,0,0,'2019-10-14 04:42:44'); -INSERT INTO `marker` VALUES (11019,1901,NULL,2,1901,31439,'??','????',155.3828125,-174.640625,0,0,0,'2019-10-14 09:41:15'); -INSERT INTO `marker` VALUES (11020,1901,NULL,2,1930,68351,'DRAGON','',155.4609375,-182.1171875,0,0,0,'2019-10-14 12:05:56'); -INSERT INTO `marker` VALUES (11021,1901,NULL,2,1926,70548,'Divine Beast Vah Ruta','completed Vah Ruta Location',174.65625,-131.84375,0,1,0,'2019-10-14 14:43:34'); -INSERT INTO `marker` VALUES (11022,1901,NULL,2,1916,70561,'Korok Pinwheel','Shoot balloons',131.3359375,-182.64453125,0,0,0,'2019-10-16 16:32:48'); -INSERT INTO `marker` VALUES (11023,1901,NULL,2,1901,71042,'I’m here','Aquí ',183.91796875,-121.9453125,0,0,0,'2019-10-19 09:09:54'); -INSERT INTO `marker` VALUES (11024,1901,NULL,2,1901,28280,'taloh','',43.25,-84.56250190734863,0,0,0,'2019-10-21 22:36:37'); -INSERT INTO `marker` VALUES (11025,1901,NULL,2,1901,70176,'there was a korok seed','',115.50000381469727,-99.54579696628424,0,0,0,'2019-10-23 11:22:01'); -INSERT INTO `marker` VALUES (11026,1901,NULL,2,1935,71600,'Relais de la rivière','',133.484375,-145.20703125,0,0,0,'2019-10-23 17:30:05'); -INSERT INTO `marker` VALUES (11027,1901,NULL,2,1926,70487,'Dive Beast Vah Medo','',71.125,-97.875,0,0,0,'2019-10-24 03:35:57'); -INSERT INTO `marker` VALUES (11028,1901,NULL,2,1931,71324,'Camp','',118.36979103088379,-158.05729180574417,0,0,0,'2019-10-24 14:37:08'); -INSERT INTO `marker` VALUES (11029,1901,NULL,2,1943,71588,'Rubis','',169.25,-165.703125,0,0,0,'2019-10-24 14:58:57'); -INSERT INTO `marker` VALUES (11030,1901,NULL,2,1931,71324,'CAMP','',114.34635543823242,-162.3333335518837,0,0,0,'2019-10-24 17:50:09'); -INSERT INTO `marker` VALUES (11031,1901,NULL,2,1925,71784,'GO HERE','',175.21875,-101.5625,0,0,0,'2019-10-25 12:51:52'); -INSERT INTO `marker` VALUES (11032,1901,NULL,2,1926,71784,'Divine Beast Vah Rudania','Daruks Divine Beast',167.8125,-87.625,0,0,0,'2019-10-25 13:01:41'); -INSERT INTO `marker` VALUES (11033,1901,NULL,2,1926,71784,'Divine Beast Vah Medoh','Ravelis Divine Beast',71.546875,-98.90625,0,0,0,'2019-10-25 13:02:49'); -INSERT INTO `marker` VALUES (11034,1901,NULL,2,1926,71784,'Divine Beast Vah Naboris','Urbosas Divine Beast',95.15625,-169.34375,0,0,0,'2019-10-25 13:03:52'); -INSERT INTO `marker` VALUES (11035,1901,NULL,2,1935,71784,'An Ice Guy','',77.359375,-168.22265625,0,0,0,'2019-10-25 15:15:14'); -INSERT INTO `marker` VALUES (11036,1901,NULL,2,1916,71786,'Korok Seed near the bridge','',153.875,-159.90234375,0,0,0,'2019-10-25 15:57:17'); -INSERT INTO `marker` VALUES (11037,1901,NULL,2,1901,72022,'statue','',55.59375,-142.59375,0,0,0,'2019-10-27 14:25:39'); -INSERT INTO `marker` VALUES (11038,1901,NULL,2,1901,71370,'4','',31.25,-104,0,0,0,'2019-10-28 20:31:29'); -INSERT INTO `marker` VALUES (11039,1901,NULL,2,1901,72231,'test','test',117.328125,-159.078125,0,0,0,'2019-10-29 06:20:51'); -INSERT INTO `marker` VALUES (11040,1901,NULL,2,1901,72231,'xxxxxxxx','xxxxxxxxxx',109.92547607421875,-153.07366943359375,0,0,0,'2019-10-29 07:16:47'); -INSERT INTO `marker` VALUES (11041,1901,NULL,2,1931,70972,'Bokoblin Camp','',173.96875,-160.046875,0,0,0,'2019-10-30 13:32:01'); -INSERT INTO `marker` VALUES (11042,1901,NULL,2,1926,54654,' ','',168.125,-88.25,0,0,0,'2019-10-31 00:03:21'); -INSERT INTO `marker` VALUES (11043,1901,NULL,2,1926,54654,' ','',71.5625,-100.3125,0,0,0,'2019-10-31 00:03:58'); -INSERT INTO `marker` VALUES (11044,1901,NULL,2,1926,54654,' ','',95.125,-169.375,0,0,0,'2019-10-31 00:04:17'); -INSERT INTO `marker` VALUES (11045,1901,NULL,2,1901,72389,'Chest/??????','phantom',124.26171875,-126.64453125,0,1,0,'2019-10-31 12:14:02'); -INSERT INTO `marker` VALUES (11046,1901,NULL,2,1932,72389,'guardian','',92.8984375,-134.09375,0,0,0,'2019-10-31 12:15:25'); -INSERT INTO `marker` VALUES (11047,1901,NULL,2,1901,72402,'EX Chest','',120.67578125,-159.390625,0,0,0,'2019-10-31 16:26:58'); -INSERT INTO `marker` VALUES (11048,1901,NULL,2,1901,72447,'Shrine Of Ressurection','',110.8359375,-157.4765625,0,0,0,'2019-11-01 03:35:34'); -INSERT INTO `marker` VALUES (11049,1901,NULL,2,1936,72511,'Cracked Wall','',95.140625,-138.78125,0,0,0,'2019-11-01 20:58:55'); -INSERT INTO `marker` VALUES (11050,1901,NULL,2,1931,45393,'Enemy Camp','',118.2109375,-158.0390625,0,0,0,'2019-11-02 00:24:29'); -INSERT INTO `marker` VALUES (11051,1901,NULL,2,1931,45393,'Enemy Camp','',117.50390625,-156.32421875,0,0,0,'2019-11-02 00:25:06'); -INSERT INTO `marker` VALUES (11052,1901,NULL,2,1901,72372,'lynel','',187.21875,-75.40625,0,0,0,'2019-11-02 04:49:20'); -INSERT INTO `marker` VALUES (11053,1901,NULL,2,1925,72615,'keive tala','',89.24869155883789,-187.22418156097174,0,0,0,'2019-11-02 19:55:41'); -INSERT INTO `marker` VALUES (11054,1901,NULL,2,1934,72477,'17','',159.05078125,-157.97265625,0,0,0,'2019-11-02 23:10:15'); -INSERT INTO `marker` VALUES (11055,1901,NULL,2,1901,72645,'noix','',134.28125,-161.671875,0,0,0,'2019-11-02 23:30:45'); -INSERT INTO `marker` VALUES (11056,2000,NULL,2,1969,56231,'Fairy Fountain','Inside the cave protected by a cracked wall.',243.63750457763672,-83.95736269339838,0,0,0,'2019-11-03 01:03:38'); -INSERT INTO `marker` VALUES (11057,1901,NULL,2,1901,72627,'?','',99.9375,-142.625,0,0,0,'2019-11-03 07:01:50'); -INSERT INTO `marker` VALUES (11058,1901,NULL,2,1926,49922,'Vah Rudania','',167.5,-87.75,0,1,0,'2019-11-03 07:17:54'); -INSERT INTO `marker` VALUES (11059,1901,NULL,2,1910,43405,'Flint','was hidden, had to search',131.99652099609375,-158.1366424560547,0,0,0,'2019-11-03 20:37:13'); -INSERT INTO `marker` VALUES (11060,2000,NULL,2,1966,60533,'Entered into the dungeon ','Pick up the stone',47.8125,-113.4375,0,0,0,'2019-11-05 11:41:38'); -INSERT INTO `marker` VALUES (11061,2000,NULL,2,1962,60533,'Slime Key','',109.75,-167.375,0,0,0,'2019-11-05 12:38:49'); -INSERT INTO `marker` VALUES (11062,1901,NULL,2,1935,72985,'Zora Stone Monuments','Talk to Jiahto. Find all 10 Stone Monuments',180.234375,-119.28125,0,0,0,'2019-11-06 19:51:04'); -INSERT INTO `marker` VALUES (11063,1901,NULL,2,1901,73086,'Dragon Shrine','',141.5,-164.4453125,0,0,0,'2019-11-07 05:08:17'); -INSERT INTO `marker` VALUES (11064,1901,NULL,2,1901,72699,'Ver','Necesita escama de dragon',141.09375,-164.28125,0,0,0,'2019-11-08 00:53:18'); -INSERT INTO `marker` VALUES (11065,1901,NULL,2,1903,73012,'TEST','',96.578125,-87.03125,0,0,0,'2019-11-09 06:56:48'); -INSERT INTO `marker` VALUES (11066,1901,NULL,2,1901,73410,'Minor','Description',189.3046875,-107.7890625,0,0,0,'2019-11-10 06:20:03'); -INSERT INTO `marker` VALUES (11067,1901,NULL,2,1901,73410,'Minor','Description',189.8125,-107.875,0,0,0,'2019-11-10 06:21:05'); -INSERT INTO `marker` VALUES (11068,1901,NULL,2,1901,72601,'LInks house','',179.890625,-163.828125,0,0,0,'2019-11-10 14:40:24'); -INSERT INTO `marker` VALUES (11069,1901,NULL,2,1925,72389,'shrine','',145.27734375,-114.55078125,0,0,0,'2019-11-10 17:03:05'); -INSERT INTO `marker` VALUES (11070,1901,NULL,2,1901,73493,'Sacrario della Rinascita','',110.73263549804688,-157.3443603515625,0,0,0,'2019-11-10 20:09:15'); -INSERT INTO `marker` VALUES (11071,1901,NULL,2,1916,73546,'oops','',109.65625,-183.9296875,0,0,0,'2019-11-11 08:51:11'); -INSERT INTO `marker` VALUES (11072,1901,NULL,2,1926,73386,'Divine Beast Vah Medoh','',71,-101,0,0,0,'2019-11-12 03:22:45'); -INSERT INTO `marker` VALUES (11073,1901,NULL,2,1926,73386,'Divine Beast Vah Rudania','',167.5,-90.5,0,0,0,'2019-11-12 03:23:27'); -INSERT INTO `marker` VALUES (11074,1901,NULL,2,1926,73386,'Divine Beast Vah Naboris','',57.5,-173,0,0,0,'2019-11-12 03:24:17'); -INSERT INTO `marker` VALUES (11075,2000,NULL,2,1969,60533,'Fairy Fountains','',243.375,-83.875,0,0,0,'2019-11-13 08:02:33'); -INSERT INTO `marker` VALUES (11076,1901,NULL,2,1910,73379,'Dynamic loaded Guardian Scrap','1.6 Item farm spot',106.421875,-185.4765625,0,0,0,'2019-11-13 22:29:40'); -INSERT INTO `marker` VALUES (11077,1901,NULL,2,1926,73790,'Vah'Medo','',71.34375,-100,0,0,0,'2019-11-14 11:25:46'); -INSERT INTO `marker` VALUES (11078,1901,NULL,2,1901,73849,'RT2472','',166.42578125,-86.1484375,0,0,0,'2019-11-14 12:49:15'); -INSERT INTO `marker` VALUES (11079,1901,NULL,2,1901,72713,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.375,-99.96875,0,1,0,'2019-11-14 14:29:03'); -INSERT INTO `marker` VALUES (11080,1901,NULL,2,1901,3857,'Fairys','',137.28125,-171.66980771097732,0,0,0,'2019-11-15 15:34:18'); -INSERT INTO `marker` VALUES (11081,1901,NULL,2,1910,57658,'Red Rupie','Under a rock in the road.',95.20703125,-145.1171875,0,0,0,'2019-11-15 18:24:14'); -INSERT INTO `marker` VALUES (11082,1901,NULL,2,1910,57658,'Amber','under rock next to unlit cookpit',96.09375,-132.69921875,0,0,0,'2019-11-15 21:25:04'); -INSERT INTO `marker` VALUES (11083,1901,NULL,2,1939,73379,'Ice Wizzrobe','',73.75,-129.71875,0,0,0,'2019-11-16 05:00:32'); -INSERT INTO `marker` VALUES (11084,1901,NULL,2,1944,32383,'Royal Halbeard','',119.02578115463257,-87.36091672639584,0,0,0,'2019-11-16 11:06:58'); -INSERT INTO `marker` VALUES (11085,1901,NULL,2,1944,72651,'EX-Chest - Phantom Armor','Once at the ruins, check the middle ring of water along the Southwest side to use magnesis to pull the chest out.',124.18283417285726,-126.64048012158895,0,0,0,'2019-11-16 12:27:05'); -INSERT INTO `marker` VALUES (11086,1901,NULL,2,1935,73797,'Good Sized Horse','',96.31640625,-157.2421875,0,1,0,'2019-11-16 23:35:44'); -INSERT INTO `marker` VALUES (11087,1901,NULL,2,1926,74038,'Divine Beast Vah Naboris','',95,-169.125,0,0,0,'2019-11-17 01:02:35'); -INSERT INTO `marker` VALUES (11088,1901,NULL,2,1901,74072,'Temple of Time','',115.109375,-158.21875,0,0,0,'2019-11-17 03:08:14'); -INSERT INTO `marker` VALUES (11089,1901,NULL,2,1910,74072,'Bird Egg','',116.09375,-156.5859375,0,0,0,'2019-11-17 03:36:37'); -INSERT INTO `marker` VALUES (11090,1901,NULL,2,1910,57658,'Opal','Under rock',85.234375,-134.734375,0,0,0,'2019-11-17 04:17:45'); -INSERT INTO `marker` VALUES (11091,1901,NULL,2,1910,74072,'Acorn','',114.734375,-152.6796875,0,0,0,'2019-11-17 04:43:25'); -INSERT INTO `marker` VALUES (11092,1901,NULL,2,1903,74072,'Boko Spear','',113.640625,-164.65625,0,0,0,'2019-11-17 20:50:43'); -INSERT INTO `marker` VALUES (11093,1901,NULL,2,1903,74072,'Boko Club','',113.6171875,-164.6484375,0,0,0,'2019-11-17 20:51:24'); -INSERT INTO `marker` VALUES (11094,1901,NULL,2,1910,74072,'Amber','',107.84375,-162.71875,0,0,0,'2019-11-17 21:59:10'); -INSERT INTO `marker` VALUES (11095,1901,NULL,2,1902,74160,'Phantom Greaves','',120.08984375,-137.5,0,0,0,'2019-11-18 01:11:48'); -INSERT INTO `marker` VALUES (11096,1901,NULL,2,1901,74072,'Camp Fire','',105.46484375,-152.76953125,0,0,0,'2019-11-18 04:20:04'); -INSERT INTO `marker` VALUES (11097,1901,NULL,2,1931,74072,'Enemy Camp','',107.90625,-154.234375,0,0,0,'2019-11-18 04:31:35'); -INSERT INTO `marker` VALUES (11098,1901,NULL,2,1905,74072,'Boko Shield','',107.87109375,-154.25,0,0,0,'2019-11-18 04:34:58'); -INSERT INTO `marker` VALUES (11099,1901,NULL,2,1903,74072,'Boko Club','',107.88671875,-154.2421875,0,0,0,'2019-11-18 04:35:17'); -INSERT INTO `marker` VALUES (11100,1901,NULL,2,1904,74072,'Boko Bow','',107.9453125,-154.20703125,0,0,0,'2019-11-18 04:36:15'); -INSERT INTO `marker` VALUES (11101,1901,NULL,2,1931,74072,'Enemy Camp','',110.10546875,-155.58203125,0,0,0,'2019-11-18 04:45:24'); -INSERT INTO `marker` VALUES (11102,1901,NULL,2,1903,74072,'Boko Club','',110.15234375,-155.5703125,0,0,0,'2019-11-18 04:45:45'); -INSERT INTO `marker` VALUES (11103,1901,NULL,2,1905,74072,'Spiked Boko Shield','',105.33203125,-156,0,0,0,'2019-11-18 04:59:07'); -INSERT INTO `marker` VALUES (11104,1901,NULL,2,1903,74072,'Soldier's Broadsword','',105.3125,-155.9609375,0,0,0,'2019-11-18 04:59:51'); -INSERT INTO `marker` VALUES (11105,1901,NULL,2,1930,74072,'White Chuchu x2','',107.87109375,-156.6328125,0,0,0,'2019-11-18 05:07:59'); -INSERT INTO `marker` VALUES (11106,1901,NULL,2,1930,74072,'White Chuchu x2','',109.140625,-156.9140625,0,0,0,'2019-11-18 05:09:05'); -INSERT INTO `marker` VALUES (11107,1901,NULL,2,1901,74072,'Camp Fire','',109.421875,-157.3984375,0,0,0,'2019-11-18 05:10:40'); -INSERT INTO `marker` VALUES (11108,1901,NULL,2,1901,74167,'Current Location','',155.73828125,-143.34375,0,0,0,'2019-11-18 14:54:48'); -INSERT INTO `marker` VALUES (11109,1901,NULL,2,1901,74211,'Início jogo','Início jogo',117.694091796875,-154.384765625,0,0,0,'2019-11-18 22:40:49'); -INSERT INTO `marker` VALUES (11110,1901,NULL,2,1901,73379,'Pondo's Lodge and Bowling','A nice little lodge with a cooking pot and one of the best spots for grinding Rupees',95.65625,-95.12109375,0,0,0,'2019-11-18 23:55:20'); -INSERT INTO `marker` VALUES (11111,1901,NULL,2,1931,74160,'Enemy Camp','',171.8125,-163.05078125,0,0,0,'2019-11-19 20:22:47'); -INSERT INTO `marker` VALUES (11112,1901,NULL,2,1935,73012,'a gift of nightshade ','',169.015625,-183.625,0,0,0,'2019-11-19 22:09:42'); -INSERT INTO `marker` VALUES (11113,1901,NULL,2,1901,74298,'BA?LANGIÇ','',110.546875,-157.47265625,0,0,0,'2019-11-19 22:25:17'); -INSERT INTO `marker` VALUES (11114,1901,NULL,2,1926,73012,'Divine Beast Vah Naboris','',94.96875,-169.21875,0,0,0,'2019-11-19 23:41:47'); -INSERT INTO `marker` VALUES (11115,1901,NULL,2,1926,73012,'Divine Beast Vah Medoh','',71.5625,-99,0,0,0,'2019-11-19 23:42:32'); -INSERT INTO `marker` VALUES (11116,1901,NULL,2,1926,73012,'Divine Beast Vah Rudania','',166.1875,-87.984375,0,0,0,'2019-11-19 23:43:23'); -INSERT INTO `marker` VALUES (11117,1901,NULL,2,1901,73948,'Great flame blade','',153.1875,-71.0625,0,0,0,'2019-11-20 15:38:17'); -INSERT INTO `marker` VALUES (11118,1901,NULL,2,1925,74482,'n','n',156.84375,-166.625,0,0,0,'2019-11-22 09:11:49'); -INSERT INTO `marker` VALUES (11119,1901,NULL,2,1935,74551,'Mejora la tableta sheikan','',187.11135864257812,-161.20536714089562,0,0,0,'2019-11-23 06:26:07'); -INSERT INTO `marker` VALUES (11120,1901,NULL,2,1902,74591,'Shields','Bokoblins carry n,16 shields. Easy hit. ',143.6328125,-149.7045201743898,0,0,0,'2019-11-23 18:11:41'); -INSERT INTO `marker` VALUES (11121,1901,NULL,2,1901,73176,'asd','',110.91921967548237,-154.6835750402829,0,0,0,'2019-11-24 11:46:28'); -INSERT INTO `marker` VALUES (11122,1901,NULL,2,1930,74611,'big bad dude','kill him\r\n\r\n',188.828125,-148.53125,0,1,0,'2019-11-24 23:53:22'); -INSERT INTO `marker` VALUES (11123,1901,NULL,2,1902,74742,'Korok mask','mask of the first dlc, the mask shakes when you are close do korok seeds',139.3984375,-99.515625,0,0,0,'2019-11-25 02:22:08'); -INSERT INTO `marker` VALUES (11124,1901,NULL,2,1910,74742,'a','a',139.40234375,-99.5078125,0,0,0,'2019-11-25 02:22:45'); -INSERT INTO `marker` VALUES (11125,1901,NULL,2,1920,73379,'Akkala Ancient Tech Lab','Location of Robbie and Cherry (Robbie's Robot)',198.546875,-78.57421875,0,0,0,'2019-11-25 04:39:30'); -INSERT INTO `marker` VALUES (11126,1901,NULL,2,1926,74772,'Divine Beast Vah Naboris','',84.859375,-186.359375,0,0,0,'2019-11-25 14:28:41'); -INSERT INTO `marker` VALUES (11127,1901,NULL,2,1926,74772,'Divine Beast Vah Rudania','',167.63671875,-87.29296875,0,0,0,'2019-11-25 14:30:20'); -INSERT INTO `marker` VALUES (11128,1901,NULL,2,1926,74772,'Divine Beast Vah Medoh','',71.4140625,-95.0546875,0,0,0,'2019-11-25 14:32:34'); -INSERT INTO `marker` VALUES (11129,1901,NULL,2,1943,74072,'Silver Rupee (100)','',155.984375,-158.0078125,0,0,0,'2019-11-25 20:59:38'); -INSERT INTO `marker` VALUES (11130,1901,NULL,2,1936,74591,'bombable wall','Contains flint, a treasure chest',114.46484375,-158.07366484494375,0,0,0,'2019-11-26 19:40:58'); -INSERT INTO `marker` VALUES (11131,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','This is Daruk's Divine Beast, housing Fireblight Ganon. Completing it rewards you Daruk's Protection.',58.125,-112.5,0,0,0,'2019-11-28 17:22:55'); -INSERT INTO `marker` VALUES (11132,1901,NULL,2,1916,38501,'lol','',133.25,-94.5,0,0,0,'2019-11-30 08:07:48'); -INSERT INTO `marker` VALUES (11133,1901,NULL,2,1935,75084,'Sunken Treasure','',172.37109375,-182.01953125,0,0,0,'2019-11-30 16:36:35'); -INSERT INTO `marker` VALUES (11134,1901,NULL,2,1926,75272,'Vah Medoh','The Devine Beast Vah Medoh',71.546875,-98.9296875,0,0,0,'2019-11-30 21:49:52'); -INSERT INTO `marker` VALUES (11135,1901,NULL,2,1901,37819,'Hearty Durian','',149.13671875,-178.5390625,0,0,0,'2019-12-01 01:30:31'); -INSERT INTO `marker` VALUES (11136,1901,NULL,2,1944,72699,'Casco fantasmal','aumenta sigilo',154.21875,-177.640625,0,0,0,'2019-12-01 12:25:43'); -INSERT INTO `marker` VALUES (11137,1901,NULL,2,1902,75407,'Majora mask','EX Chest',120.9609375,-148.2265625,0,0,0,'2019-12-01 22:54:56'); -INSERT INTO `marker` VALUES (11138,1901,NULL,2,1901,75439,'????','',115.6640625,-134.7109375,0,0,0,'2019-12-03 03:49:18'); -INSERT INTO `marker` VALUES (11139,1901,NULL,2,1921,75548,'Rito Village','',61.125,-130,0,0,0,'2019-12-03 17:01:08'); -INSERT INTO `marker` VALUES (11140,1901,NULL,2,1916,74589,'???ç','',166.7734375,-106.09375,0,0,0,'2019-12-05 11:03:05'); -INSERT INTO `marker` VALUES (11141,1901,NULL,2,1901,74589,'asdf','',166.7265625,-105.921875,0,0,0,'2019-12-05 11:03:27'); -INSERT INTO `marker` VALUES (11142,1901,NULL,2,1904,75864,'Bomb Arrows','',105.29296875,-159.68359375,0,0,0,'2019-12-07 02:55:14'); -INSERT INTO `marker` VALUES (11143,1901,NULL,2,1910,75864,'Amber','In rock formation',107.87343788146973,-162.7140622138977,0,0,0,'2019-12-07 03:01:12'); -INSERT INTO `marker` VALUES (11144,1901,NULL,2,1903,75916,'ms','',24.5,-86.25,0,0,0,'2019-12-07 23:16:07'); -INSERT INTO `marker` VALUES (11145,1901,NULL,2,1934,51280,'Final Memory','',158.9617919921875,-158.053466796875,0,0,0,'2019-12-09 08:31:14'); -INSERT INTO `marker` VALUES (11146,1901,NULL,2,1943,75407,'Royal Halberd','Royal Halberd',118.96875,-87.21875,0,0,0,'2019-12-09 17:18:33'); -INSERT INTO `marker` VALUES (11147,1901,NULL,2,1902,76199,'?????','',-3.25,-92.2196038414042,0,0,0,'2019-12-09 17:49:07'); -INSERT INTO `marker` VALUES (11148,1901,NULL,2,1901,76202,'Cheval blanc','',101.375,-141.1875,0,0,0,'2019-12-10 10:19:52'); -INSERT INTO `marker` VALUES (11149,1901,NULL,2,1901,74757,'Good Weapon','',141.609375,-103.0078125,0,0,0,'2019-12-10 10:48:32'); -INSERT INTO `marker` VALUES (11150,1901,NULL,2,1936,73669,'Cracked Stones','',61.4921875,-94.22265625,0,1,0,'2019-12-11 13:59:25'); -INSERT INTO `marker` VALUES (11151,1901,NULL,2,1901,76519,'Possible Korok','',60.65625,-86.125,0,0,0,'2019-12-13 05:33:25'); -INSERT INTO `marker` VALUES (11152,1901,NULL,2,1901,76526,'Akkala Ancient Tech Lab','',199.5625,-78.2578125,0,0,0,'2019-12-15 06:36:05'); -INSERT INTO `marker` VALUES (11153,1901,NULL,2,1901,39009,'sadfgsdfgsdfghsfghsdfgh','',41.3125,-142.1875,0,0,0,'2019-12-15 20:17:10'); -INSERT INTO `marker` VALUES (11154,1901,NULL,2,1916,76836,'Race to pond','',152.8046875,-116.8046875,0,0,0,'2019-12-15 23:51:35'); -INSERT INTO `marker` VALUES (11155,1901,NULL,2,1901,76915,'Tori Village','for warm clothes',112.78125,-139.0625,0,0,0,'2019-12-16 23:23:44'); -INSERT INTO `marker` VALUES (11156,1901,NULL,2,1944,77028,'Zant's Helmet','',148.125,-166.296875,0,1,0,'2019-12-17 21:56:08'); -INSERT INTO `marker` VALUES (11157,1901,NULL,2,1946,77028,'Misko's EX Journal','',123.890625,-155.21875,0,0,0,'2019-12-17 22:01:08'); -INSERT INTO `marker` VALUES (11158,1901,NULL,2,1946,77028,'Misko's EX Journal 2','',134.953125,-158.640625,0,0,0,'2019-12-17 22:01:33'); -INSERT INTO `marker` VALUES (11159,1901,NULL,2,1946,74072,'Rumor Mill: Volume 5','Inside the Wetland Stable, on the table',141.875,-130.734375,0,0,0,'2019-12-18 07:14:42'); -INSERT INTO `marker` VALUES (11160,1901,NULL,2,1925,77093,'Difficult - Not done','',185,-179.375,0,0,0,'2019-12-18 12:40:42'); -INSERT INTO `marker` VALUES (11161,1901,NULL,2,1936,76836,'Korok seed behind it','',167.8515625,-71.734375,0,0,0,'2019-12-19 07:27:30'); -INSERT INTO `marker` VALUES (11162,1901,NULL,2,1926,75087,'Divine Beast Vah Naboris','',95.09375,-169.15625,0,0,0,'2019-12-19 20:32:20'); -INSERT INTO `marker` VALUES (11163,1901,NULL,2,1926,77230,'non did shrines','',46.75,-151,0,0,0,'2019-12-19 22:06:39'); -INSERT INTO `marker` VALUES (11164,1901,NULL,2,1921,76435,'Kakariko','',158.578125,-142.734375,0,0,0,'2019-12-20 06:20:09'); -INSERT INTO `marker` VALUES (11165,1901,NULL,2,1901,76435,'Kakariko','',156.765625,-143.625,0,0,0,'2019-12-20 06:23:30'); -INSERT INTO `marker` VALUES (11166,1901,NULL,2,1943,76836,'Silver Rupee','',134.69140625,-189.0390625,0,0,0,'2019-12-20 22:23:26'); -INSERT INTO `marker` VALUES (11167,1901,NULL,2,1943,76836,'Opal x 1','',132.42578125,-189.11328125,0,0,0,'2019-12-20 22:26:17'); -INSERT INTO `marker` VALUES (11168,1901,NULL,2,1939,74072,'Ice Wizzrobe','Maybe a glitch since no other site I found had this, but I did (normal difficulty). Was "flying" around right next to the encampment where the 2 moblins and 10x chest were',163.8984375,-125.8203125,0,0,0,'2019-12-21 06:08:10'); -INSERT INTO `marker` VALUES (11169,1901,NULL,2,1930,67975,' Ganon','The main enemy of the game, once beat, the game ends',124.02734375,-111.421875,0,1,0,'2019-12-21 09:26:13'); -INSERT INTO `marker` VALUES (11170,1901,NULL,2,1935,67975,'A Landscape of a Stable','NPC: Mayro\r\n\r\nRequires: Find the location the picture on the wall was painted from, it will reveal the location of a shrine.\r\n\r\nReward: Shrine',168.859375,-110.11328125,0,1,0,'2019-12-21 11:55:51'); -INSERT INTO `marker` VALUES (11171,1901,NULL,2,1916,67975,'Korok Seed','',169.515625,-112.890625,0,0,0,'2019-12-21 12:00:23'); -INSERT INTO `marker` VALUES (11172,1901,NULL,2,1944,67975,'Knight's Bow','Contains: Knight's Bow\r\n\r\nRequires defeating an army camp: Yes\r\n\r\nIs in the ground: No',167.078125,-113.421875,0,0,0,'2019-12-21 12:03:06'); -INSERT INTO `marker` VALUES (11173,1901,NULL,2,1931,67975,'Bokoblin Camp','Camp includes 2 Bokoblin archers [always awake] and 6 Bokoblins inside the skull [sleeping at night].\r\nit will also include 2 keeses if arriving at night\r\ninside the skull there are 4 exploding barrels, 2 under each eye.\r\nshootinga rope holding the lamp in one of the eyes will cause an explosion.',166.9609375,-113.5546875,0,1,0,'2019-12-21 12:11:45'); -INSERT INTO `marker` VALUES (11174,1901,NULL,2,1901,67975,'Luminous Stone Deposits','A location with 5 luminous stone deposits',166.0078125,-113.71875,0,0,0,'2019-12-21 12:13:10'); -INSERT INTO `marker` VALUES (11175,1901,NULL,2,1931,67975,'Enemy Camp','Camp includes 2 Lizalfos, one Bokoblin, and 2 fire Chuchus.\r\nin addition, there are 4 explosive barrels surrounding the camp.',167.33984375,-116.63671875,0,1,0,'2019-12-21 12:25:53'); -INSERT INTO `marker` VALUES (11176,1901,NULL,2,1944,76836,'Ravio's Hood','Chest is in ground under the hand, pull it out with Magnesis.',141.1171875,-166.08203125,0,0,0,'2019-12-21 22:55:53'); -INSERT INTO `marker` VALUES (11177,1901,NULL,2,1925,59975,'Ya Naga Shrine','',122.7978515625,-168.637939453125,0,0,0,'2019-12-22 02:25:59'); -INSERT INTO `marker` VALUES (11178,1901,NULL,2,1936,74072,'Reward: Ruby x3 (Break the ore deposit)','',174.59375,-133.671875,0,0,0,'2019-12-23 18:03:42'); -INSERT INTO `marker` VALUES (11179,1901,NULL,2,1948,74072,'Under rock overhnag','',178.25,-129.42578125,0,0,0,'2019-12-23 18:19:21'); -INSERT INTO `marker` VALUES (11180,1901,NULL,2,1901,77697,'Kakariko Village','',147.78125,-142.1538100671167,0,1,0,'2019-12-23 22:54:29'); -INSERT INTO `marker` VALUES (11181,1901,NULL,2,1925,77818,'!!','',160.046875,-143.234375,0,0,0,'2019-12-24 21:12:45'); -INSERT INTO `marker` VALUES (11182,1901,NULL,2,1901,77879,'Shrine to do','',103.77157145492,-150.25,0,0,0,'2019-12-25 01:48:45'); -INSERT INTO `marker` VALUES (11183,1901,NULL,2,1935,77923,'sheep rustlers','free the scheep',184.765625,-161.296875,0,0,0,'2019-12-25 11:53:58'); -INSERT INTO `marker` VALUES (11184,1901,NULL,2,1903,23337,'Royal Halberd','',118.9609375,-87.3671875,0,1,0,'2019-12-25 16:07:56'); -INSERT INTO `marker` VALUES (11185,1901,NULL,2,1943,76836,'Amber','',109.953125,-148.69921875,0,0,0,'2019-12-26 09:24:56'); -INSERT INTO `marker` VALUES (11186,1901,NULL,2,1901,78128,'Zoras Domain','',25,-98.5,0,0,0,'2019-12-26 22:03:07'); -INSERT INTO `marker` VALUES (11187,1901,NULL,2,1901,78081,'Need High Jump','',152.75,-173.265625,0,0,0,'2019-12-27 07:09:30'); -INSERT INTO `marker` VALUES (11188,1901,NULL,2,1926,73213,'Devine Beast Va Rudania','',14.25,-180.875,0,0,0,'2019-12-28 11:44:02'); -INSERT INTO `marker` VALUES (11189,1901,NULL,2,1926,73213,'Devine Beast Va Medoh','',71.4375,-99.875,0,0,0,'2019-12-28 11:45:43'); -INSERT INTO `marker` VALUES (11190,1901,NULL,2,1916,78207,'Korok Seed','',150.328125,-100.625,0,0,0,'2019-12-28 13:16:46'); -INSERT INTO `marker` VALUES (11191,1901,NULL,2,1901,78577,'edfqef','',97.2249984741211,-138.65129900998681,0,0,0,'2019-12-29 15:27:27'); -INSERT INTO `marker` VALUES (11192,1901,NULL,2,1901,74630,'honeyvore bear','a beat',145.375,-124.1875,0,0,0,'2019-12-29 20:26:54'); -INSERT INTO `marker` VALUES (11193,1901,NULL,2,1926,76939,'Vah Medoh','',71.97949028015137,-99.70714950561523,0,0,0,'2019-12-29 23:17:42'); -INSERT INTO `marker` VALUES (11194,1901,NULL,2,1926,76939,'Vah Naboris','',86.87124252319336,-182.96971988677979,0,0,0,'2019-12-29 23:18:56'); -INSERT INTO `marker` VALUES (11195,1901,NULL,2,1926,76939,'Divine Beast Vah Rudania','',166.19676971435547,-87.59951210021973,0,0,0,'2019-12-29 23:20:29'); -INSERT INTO `marker` VALUES (11196,1901,NULL,2,1901,78902,'HERE','',117.421875,-152.4765625,0,0,0,'2019-12-30 21:05:33'); -INSERT INTO `marker` VALUES (11197,1901,NULL,2,1943,50315,'Ruby (EX)','',117.41015625,-151.73697918653488,0,0,0,'2019-12-31 14:29:04'); -INSERT INTO `marker` VALUES (11198,1901,NULL,2,1903,50315,'Tree Branch','',114.82031106948853,-153.07812523841858,0,0,0,'2019-12-31 16:09:47'); -INSERT INTO `marker` VALUES (11199,1901,NULL,2,1901,50315,'Amber','Check to marker on top of Mount Hylia for an Amber.',107.88281297683716,-162.7395839691162,0,0,0,'2019-12-31 18:55:40'); -INSERT INTO `marker` VALUES (11200,1901,NULL,2,1901,79082,'luna','',85.015625,-131.37653792491122,0,0,0,'2019-12-31 20:12:55'); -INSERT INTO `marker` VALUES (11201,1901,NULL,2,1920,79070,'Shrine of Resurrection','',110.8515625,-157.48828125,0,0,0,'2019-12-31 20:20:17'); -INSERT INTO `marker` VALUES (11202,1901,NULL,2,1930,79070,'3 Bokoblins','',116.390625,-154.81640625,0,0,0,'2019-12-31 20:21:32'); -INSERT INTO `marker` VALUES (11203,1901,NULL,2,1903,50315,'Tree Branch','',110.42057299613953,-156.26822888851166,0,0,0,'2019-12-31 20:23:42'); -INSERT INTO `marker` VALUES (11204,1901,NULL,2,1931,79070,'Bokoblin camp','Reds and a blue',117.8828125,-157.73828125,0,0,0,'2019-12-31 20:27:10'); -INSERT INTO `marker` VALUES (11205,1901,NULL,2,1930,79070,'Bokoblin','',115.703125,-156.671875,0,0,0,'2019-12-31 20:38:09'); -INSERT INTO `marker` VALUES (11206,1901,NULL,2,1930,79070,'Bokoblin','',116.28515625,-157.09765625,0,0,0,'2019-12-31 20:38:22'); -INSERT INTO `marker` VALUES (11207,1901,NULL,2,1930,79070,'3 Stalkoblins','Appear at night.',112.265625,-153.2265625,0,0,0,'2019-12-31 21:07:02'); -INSERT INTO `marker` VALUES (11208,1901,NULL,2,1920,79070,'Outpost Ruins','',123.8671875,-154.24609375,0,0,0,'2019-12-31 21:08:54'); -INSERT INTO `marker` VALUES (11209,1901,NULL,2,1920,79070,'Eastern Abbey','',120.390625,-158.96484375,0,0,0,'2019-12-31 21:09:41'); -INSERT INTO `marker` VALUES (11210,1901,NULL,2,1920,79070,'Temple of Time','',115.19921875,-159.16796875,0,0,0,'2019-12-31 21:10:18'); -INSERT INTO `marker` VALUES (11211,1901,NULL,2,1944,75407,'Royal shield','',115.76953125,-72.76953125,0,0,0,'2020-01-01 18:39:30'); -INSERT INTO `marker` VALUES (11212,1901,NULL,2,1904,79259,'Fire arrows','Behind cracked wall',112.9247477054596,-164.7574164867401,0,1,0,'2020-01-02 22:08:22'); -INSERT INTO `marker` VALUES (11213,1901,NULL,2,1904,79259,'Bow','Now hidden under rock',113.6098301410675,-163.38385653495789,0,1,0,'2020-01-02 22:15:54'); -INSERT INTO `marker` VALUES (11214,1901,NULL,2,1936,79469,'Secret nook within the secret cave','',158.69921875,-168.7109375,0,0,0,'2020-01-03 05:28:25'); -INSERT INTO `marker` VALUES (11215,1901,NULL,2,1901,79469,'Cave of gemstones','',198.0625,-152.375,0,0,0,'2020-01-03 05:31:19'); -INSERT INTO `marker` VALUES (11216,1901,NULL,2,1925,78050,'Missed Shrine','',186.84375,-86.40625,0,0,0,'2020-01-03 17:07:21'); -INSERT INTO `marker` VALUES (11217,1901,NULL,2,1935,73866,'By Firefly's Light','',156.0078125,-144.109375,0,0,0,'2020-01-04 21:19:18'); -INSERT INTO `marker` VALUES (11218,1901,NULL,2,1903,79726,'eightfold longblade','',180.00390625,-135.58984375,0,0,0,'2020-01-05 00:26:47'); -INSERT INTO `marker` VALUES (11219,1901,NULL,2,1936,76430,'Cave with ore','',158.67135620117188,-175.59947204589844,0,0,0,'2020-01-05 07:58:33'); -INSERT INTO `marker` VALUES (11220,1901,NULL,2,1938,79019,'a visiter !','point d'accroche pour le volcan',168.90625,-109.703125,0,0,0,'2020-01-05 13:58:06'); -INSERT INTO `marker` VALUES (11221,1901,NULL,2,1916,78250,'BOTON','',194.51953125,-78.74609375,0,0,0,'2020-01-05 16:10:10'); -INSERT INTO `marker` VALUES (11222,1901,NULL,2,1944,50315,'Knight's Halberd','',118.89583206176758,-87.25000047683716,0,0,0,'2020-01-06 13:34:56'); -INSERT INTO `marker` VALUES (11223,1901,NULL,2,1916,76609,'falta korok torre llnura','',110.625,-120.01399528214306,0,0,0,'2020-01-06 18:33:23'); -INSERT INTO `marker` VALUES (11224,1901,NULL,2,1901,79503,'Chasse aux cerfs','',184.796875,-160.578125,0,0,0,'2020-01-06 18:44:28'); -INSERT INTO `marker` VALUES (11225,1901,NULL,2,1930,79070,'Yiga footsoldier','A man by the name of "Traveller" stops to talk to you.',155.96484375,-150.875,0,0,0,'2020-01-06 23:29:36'); -INSERT INTO `marker` VALUES (11226,1901,NULL,2,1930,79070,'Yiga footsoldier','A woman by the name of "Traveller" stops to talk to you.',176.3046875,-163.375,0,0,0,'2020-01-06 23:30:50'); -INSERT INTO `marker` VALUES (11227,1901,NULL,2,1936,74072,'Bombable rock pile, Ore inside','Contains rock salt, so not worth the effort unless you are in the area',187.65625,-132.13671875,0,0,0,'2020-01-07 20:14:36'); -INSERT INTO `marker` VALUES (11228,1901,NULL,2,1936,74072,'Rare Ore Depoit behind bombable rock wall','',201.3671875,-115.7265625,0,0,0,'2020-01-07 21:28:13'); -INSERT INTO `marker` VALUES (11229,1901,NULL,2,1901,49011,'V','',84.6015625,-170.8828125,0,0,0,'2020-01-08 01:42:39'); -INSERT INTO `marker` VALUES (11230,1901,NULL,2,1926,76193,'Divine Beast Vah Rudania','',167.5546875,-87.4453125,0,0,0,'2020-01-08 19:29:10'); -INSERT INTO `marker` VALUES (11231,1901,NULL,2,1901,76193,'Shatterback Point','',186.6796875,-121.6171875,0,0,0,'2020-01-08 19:37:48'); -INSERT INTO `marker` VALUES (11232,1901,NULL,2,1901,76193,'Death Mountain Summit','',166.46875,-88.53125,0,0,0,'2020-01-08 19:38:23'); -INSERT INTO `marker` VALUES (11233,1901,NULL,2,1901,76193,'Mekar Island','',123.94921875,-93.66796875,0,0,0,'2020-01-08 19:40:04'); -INSERT INTO `marker` VALUES (11234,1901,NULL,2,1904,76193,'Bomb Arrow x5','',105.09375,-159.6875,0,0,0,'2020-01-08 19:40:32'); -INSERT INTO `marker` VALUES (11235,1901,NULL,2,1901,76193,'Bomb Arrow x5 (DLC)','',105.0859375,-159.70703125,0,0,0,'2020-01-08 19:40:52'); -INSERT INTO `marker` VALUES (11236,1901,NULL,2,1943,76193,'Sapphire (DLC)','',117.4140625,-151.7265625,0,0,0,'2020-01-08 19:41:31'); -INSERT INTO `marker` VALUES (11237,1901,NULL,2,1904,76193,'Bomb Arrow x5 (DLC)','',105.1171875,-159.7109375,0,0,0,'2020-01-08 19:41:43'); -INSERT INTO `marker` VALUES (11238,1901,NULL,2,1944,76193,'Nintendo Switch T-Shirt (DLC)','',120.6796875,-159.37109375,0,0,0,'2020-01-08 19:43:07'); -INSERT INTO `marker` VALUES (11239,1901,NULL,2,1944,76193,'Zant's Helm (DLC)','',148.09375,-166.328125,0,0,0,'2020-01-08 19:43:35'); -INSERT INTO `marker` VALUES (11240,1901,NULL,2,1944,76193,'Island Lobster Shirt (DLC)','',127.53125,-174.71875,0,0,0,'2020-01-08 19:44:06'); -INSERT INTO `marker` VALUES (11241,1901,NULL,2,1944,76193,'Majora's Mask (DLC)','',120.96484375,-148.02734375,0,0,0,'2020-01-08 19:44:42'); -INSERT INTO `marker` VALUES (11242,1901,NULL,2,1944,76193,'Tingle's Tights (DLC)','',126.59375,-130.53125,0,0,0,'2020-01-08 19:45:32'); -INSERT INTO `marker` VALUES (11243,1901,NULL,2,1944,76193,'Korok Mask (DLC)','',138.859375,-98.484375,0,0,0,'2020-01-08 19:46:28'); -INSERT INTO `marker` VALUES (11244,1901,NULL,2,1943,76193,'Travel Medallion (DLC)','',200.7578125,-72.3203125,0,0,0,'2020-01-08 19:49:45'); -INSERT INTO `marker` VALUES (11245,1901,NULL,2,1944,76193,'Tingle's Shirt (DLC)','',117.375,-115.08984375,0,0,0,'2020-01-08 19:52:26'); -INSERT INTO `marker` VALUES (11246,1901,NULL,2,1944,76193,'Tingle's Hat (DLC)','',115.984375,-141.62890625,0,0,0,'2020-01-08 19:53:04'); -INSERT INTO `marker` VALUES (11247,1901,NULL,2,1944,76193,'Midna's Helm (','',106.27734375,-131.73046875,0,0,0,'2020-01-08 19:53:34'); -INSERT INTO `marker` VALUES (11248,1901,NULL,2,1944,76193,'Midna's Helm (DLC)','',106.37109375,-131.6171875,0,0,0,'2020-01-08 19:53:59'); -INSERT INTO `marker` VALUES (11249,1901,NULL,2,1926,76193,'Divine Beast Vah Naboris','',95.0625,-169.5,0,0,0,'2020-01-08 19:57:30'); -INSERT INTO `marker` VALUES (11250,1901,NULL,2,1926,76193,'Divine Beast Vah Medoh','',71.484375,-97.359375,0,0,0,'2020-01-08 19:57:50'); -INSERT INTO `marker` VALUES (11251,1901,NULL,2,1901,76193,'Trial of the Sword (DLC)','',134.8046875,-95.0625,0,0,0,'2020-01-08 19:58:42'); -INSERT INTO `marker` VALUES (11252,1901,NULL,2,1901,76193,'Shrine of Resurrection','',110.92578125,-157.37109375,0,0,0,'2020-01-08 19:59:55'); -INSERT INTO `marker` VALUES (11253,1901,NULL,2,1910,76193,'Sheikah Slate','',110.38671875,-157.66015625,0,0,0,'2020-01-08 20:00:14'); -INSERT INTO `marker` VALUES (11254,1901,NULL,2,1903,76193,'One-Hit Obliterator (DLC)','',110.41796875,-157.71875,0,0,0,'2020-01-08 20:00:39'); -INSERT INTO `marker` VALUES (11255,1901,NULL,2,1910,76193,'Paraglider','',115.32421875,-158.67578125,0,0,0,'2020-01-08 20:01:07'); -INSERT INTO `marker` VALUES (11256,1901,NULL,2,1910,76193,'Daruk's Protection','',153.47265625,-89.953125,0,0,0,'2020-01-08 20:01:35'); -INSERT INTO `marker` VALUES (11257,1901,NULL,2,1910,76193,'Revali's Gale','',71.015625,-99.55859375,0,0,0,'2020-01-08 20:02:30'); -INSERT INTO `marker` VALUES (11258,1901,NULL,2,1910,76193,'Mipha's Grace','',179.2890625,-121.32421875,0,0,0,'2020-01-08 20:03:07'); -INSERT INTO `marker` VALUES (11259,1901,NULL,2,1910,76193,'Urbosa's Fury','',68.91796875,-172.6640625,0,0,0,'2020-01-08 20:03:33'); -INSERT INTO `marker` VALUES (11260,1901,NULL,2,1925,76193,'Maz Koshia's Labyrinth (DLC)','',110.765625,-157.5,0,0,0,'2020-01-08 20:04:42'); -INSERT INTO `marker` VALUES (11261,1901,NULL,2,1910,76193,'Master Cycle Zero (DLC)','',110.875,-157.42578125,0,0,0,'2020-01-08 20:05:09'); -INSERT INTO `marker` VALUES (11262,1901,NULL,2,1946,76193,'Misko's EX Journal','',123.8984375,-155.19921875,0,0,0,'2020-01-08 20:09:55'); -INSERT INTO `marker` VALUES (11263,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2','',133.25,-144.96875,0,0,0,'2020-01-08 20:11:23'); -INSERT INTO `marker` VALUES (11264,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2 (DLC)','',133.2578125,-144.98828125,0,0,0,'2020-01-08 20:11:46'); -INSERT INTO `marker` VALUES (11265,1901,NULL,2,1901,76193,'Eventide Island','',199.25,-185.21875,0,0,0,'2020-01-08 20:16:37'); -INSERT INTO `marker` VALUES (11266,1901,NULL,2,1901,76193,'Yiga Clan Hideout','',71.8671875,-149.1484375,0,0,0,'2020-01-08 20:17:28'); -INSERT INTO `marker` VALUES (11267,1901,NULL,2,1901,76193,'Yiga Hideout Pit','',74.3984375,-148.8671875,0,0,0,'2020-01-08 20:17:47'); -INSERT INTO `marker` VALUES (11268,1901,NULL,2,1901,76193,'Statue of the Eighth Heroine','',59.65625,-136.140625,0,0,0,'2020-01-08 20:18:17'); -INSERT INTO `marker` VALUES (11269,1901,NULL,2,1901,76193,'The Seven Heroines','',85.921875,-172.0859375,0,0,0,'2020-01-08 20:18:39'); -INSERT INTO `marker` VALUES (11270,1901,NULL,2,1935,76193,'Desert Labyrinth','',99.9609375,-181.72265625,0,0,0,'2020-01-08 20:19:29'); -INSERT INTO `marker` VALUES (11271,1901,NULL,2,1935,76193,'North Lomei Labyrinth','',115.0078125,-72.79296875,0,0,0,'2020-01-08 20:20:02'); -INSERT INTO `marker` VALUES (11272,1901,NULL,2,1920,76193,'Lomei Labyrinth Island','',200.75,-72.03125,0,0,0,'2020-01-08 20:20:36'); -INSERT INTO `marker` VALUES (11273,1901,NULL,2,1920,76193,'North Lomei Labyrinth','',114.7109375,-72.76953125,0,0,0,'2020-01-08 20:21:06'); -INSERT INTO `marker` VALUES (11274,1901,NULL,2,1920,76193,'Desert Labyrinth','',99.94140625,-181.8984375,0,0,0,'2020-01-08 20:21:39'); -INSERT INTO `marker` VALUES (11275,1901,NULL,2,1934,76193,'Champion Urbosa's Song (DLC)','',94.3671875,-168.08984375,0,0,0,'2020-01-08 20:22:14'); -INSERT INTO `marker` VALUES (11276,1901,NULL,2,1934,76193,'Champion Revali's Song (DLC)','',71.390625,-99.7265625,0,0,0,'2020-01-08 20:22:45'); -INSERT INTO `marker` VALUES (11277,1901,NULL,2,1934,76193,'Champion Daruk's Song (DLC)','',166.55859375,-88.3203125,0,0,0,'2020-01-08 20:23:13'); -INSERT INTO `marker` VALUES (11278,1901,NULL,2,1934,76193,'Champion Mipha's Song (DLC)','',174.0859375,-129.9296875,0,0,0,'2020-01-08 20:23:47'); -INSERT INTO `marker` VALUES (11279,1901,NULL,2,1930,76193,'Monk Maz Koshia (DLC)','',111.0703125,-157.4453125,0,0,0,'2020-01-08 20:24:26'); -INSERT INTO `marker` VALUES (11280,1901,NULL,2,1934,76193,'The Champions' Ballad (DLC)','',112.03125,-156.0859375,0,0,0,'2020-01-08 20:24:50'); -INSERT INTO `marker` VALUES (11281,1901,NULL,2,1910,76193,'Champions' Picture (DLC)','',111.91796875,-156.1015625,0,0,0,'2020-01-08 20:25:13'); -INSERT INTO `marker` VALUES (11282,1901,NULL,2,1910,79070,'Ore','Several ore deposits in this canyon.',166.7265625,-152.30859375,0,0,0,'2020-01-09 01:26:03'); -INSERT INTO `marker` VALUES (11283,1901,NULL,2,1925,72389,'shrine','',113.15625,-118.20703125,0,1,0,'2020-01-09 13:44:48'); -INSERT INTO `marker` VALUES (11284,1901,NULL,2,1920,76193,'Mounted Archery Camp','',124.4609375,-182.3046875,0,0,0,'2020-01-09 19:50:03'); -INSERT INTO `marker` VALUES (11285,1901,NULL,2,1935,76193,'The Giant Horse','',124.453125,-182.421875,0,0,0,'2020-01-09 19:50:18'); -INSERT INTO `marker` VALUES (11286,1901,NULL,2,1944,76193,'Ravio's Hat (DLC)','',141.1171875,-166.015625,0,0,0,'2020-01-09 19:56:02'); -INSERT INTO `marker` VALUES (11287,1901,NULL,2,1935,76193,'Arrows of Burning Flame','',156.4921875,-144.2578125,0,0,0,'2020-01-09 19:57:23'); -INSERT INTO `marker` VALUES (11288,1901,NULL,2,1935,76193,'By Firefly's Light','',157.68359375,-144.12890625,0,0,0,'2020-01-09 19:57:45'); -INSERT INTO `marker` VALUES (11289,1901,NULL,2,1926,75562,'Divine Beast Vah Naboris','',76.25,-181.625,0,0,0,'2020-01-10 16:24:08'); -INSERT INTO `marker` VALUES (11290,1901,NULL,2,1901,80678,'Shrine of Resurrection','This is where Link wakes up and the game begins.',110.359375,-157.6203439362345,0,0,0,'2020-01-10 18:19:47'); -INSERT INTO `marker` VALUES (11291,1901,NULL,2,1930,79070,'Lizalfos','',134.8125,-159.203125,0,0,0,'2020-01-10 22:20:32'); -INSERT INTO `marker` VALUES (11292,1901,NULL,2,1931,80678,'Bokoblin Camp','',135.6875,-152.6328125,0,0,0,'2020-01-11 18:54:23'); -INSERT INTO `marker` VALUES (11293,1901,NULL,2,1931,80678,'Bokoblin Camp','',132.3671875,-153.9296875,0,0,0,'2020-01-11 22:38:57'); -INSERT INTO `marker` VALUES (11294,1901,NULL,2,1901,80678,'Old Man's House','The Old Man's House. Includes a cooking pot and a bed where Link can recover his hearts.',115.7421875,-163.46875,0,0,0,'2020-01-11 22:40:01'); -INSERT INTO `marker` VALUES (11295,1901,NULL,2,1931,80678,'Bokoblin Camp','',139.359375,-155.625,0,0,0,'2020-01-11 22:51:50'); -INSERT INTO `marker` VALUES (11296,1901,NULL,2,1931,80678,'Bokoblin Camp','',140.9921875,-155.15625,0,0,0,'2020-01-11 22:56:08'); -INSERT INTO `marker` VALUES (11297,1901,NULL,2,1935,75273,'The Sheep Rustlers','Under the tree, speak to Koyin to start the quest. Beat the monsters at Hateno Beach and return to her to finish it.',184.6484375,-160.8671875,0,0,0,'2020-01-12 21:18:38'); -INSERT INTO `marker` VALUES (11298,1901,NULL,2,1935,75273,'Arrows of Burning Heat','Rola asks you to light the torches around the godess statue using arrows.',156.48046875,-144.2421875,0,0,0,'2020-01-13 00:26:36'); -INSERT INTO `marker` VALUES (11299,1901,NULL,2,1926,77978,'Divine Beast Vah Naboris','',95.1171875,-169.1953125,0,0,0,'2020-01-13 13:17:56'); -INSERT INTO `marker` VALUES (11300,1901,NULL,2,1920,76193,'Southern Mine','',154.1953125,-97.5390625,0,0,0,'2020-01-13 18:31:31'); -INSERT INTO `marker` VALUES (11301,1901,NULL,2,1920,76193,'Abandoned North Mine','',153.6796875,-86.4296875,0,0,0,'2020-01-13 18:31:52'); -INSERT INTO `marker` VALUES (11302,1901,NULL,2,1935,76193,'Stranded on Eventide','',199.125,-184.921875,0,0,0,'2020-01-13 18:39:29'); -INSERT INTO `marker` VALUES (11303,1901,NULL,2,1935,76193,'Guardian Slideshow','',129.828125,-187.859375,0,0,0,'2020-01-13 18:40:03'); -INSERT INTO `marker` VALUES (11304,1901,NULL,2,1920,76193,'Akkala Ancient Tech Lab','',198.55078125,-78.56640625,0,0,0,'2020-01-13 18:55:52'); -INSERT INTO `marker` VALUES (11305,1901,NULL,2,1920,76193,'Hateno Ancient Tech Lab','',187.05859375,-161.109375,0,0,0,'2020-01-13 18:56:40'); -INSERT INTO `marker` VALUES (11306,1901,NULL,2,1901,76193,'Fang and Bone (1st Appearance)','',178.80078125,-74.01171875,0,0,0,'2020-01-13 18:58:36'); -INSERT INTO `marker` VALUES (11307,1901,NULL,2,1935,76193,'Death Mountain's Secret','',155.859375,-92.91796875,0,0,0,'2020-01-13 19:07:20'); -INSERT INTO `marker` VALUES (11308,1901,NULL,2,1926,81214,'Vah Medoh','',71.34375,-99.93359375,0,1,0,'2020-01-13 20:42:30'); -INSERT INTO `marker` VALUES (11309,2000,NULL,2,1950,81232,'Lil Devil - Magic Powder','',47.75,-113.25,0,0,0,'2020-01-14 04:05:12'); -INSERT INTO `marker` VALUES (11310,1901,NULL,2,1931,80678,'Bokoblin Camp','',150.203125,-120.28125,0,0,0,'2020-01-14 04:23:41'); -INSERT INTO `marker` VALUES (11311,2003,NULL,2,1962,81232,'Key','',84.875,-165.25,0,0,0,'2020-01-14 05:02:08'); -INSERT INTO `marker` VALUES (11312,1901,NULL,2,1945,80678,'Blupee','',159.1875,-163.25,0,0,0,'2020-01-15 02:36:32'); -INSERT INTO `marker` VALUES (11313,1901,NULL,2,1945,80678,'Blupee','',158,-165.53125,0,0,0,'2020-01-15 02:36:47'); -INSERT INTO `marker` VALUES (11314,1901,NULL,2,1930,76193,'Calamity Ganon','',124.0234375,-111.375,0,0,0,'2020-01-15 18:34:09'); -INSERT INTO `marker` VALUES (11315,1901,NULL,2,1930,76193,'Fireblight Ganon','',167.7109375,-87.5390625,0,0,0,'2020-01-15 18:34:45'); -INSERT INTO `marker` VALUES (11316,1901,NULL,2,1930,76193,'Windblight Ganon','',71.640625,-97.03125,0,0,0,'2020-01-15 18:35:03'); -INSERT INTO `marker` VALUES (11317,1901,NULL,2,1930,76193,'Thunderblight Ganon','',83.6875,-182.4375,0,0,0,'2020-01-15 18:35:26'); -INSERT INTO `marker` VALUES (11318,1901,NULL,2,1930,76193,'Waterblight Ganon','',185.2578125,-125.171875,0,0,0,'2020-01-15 18:35:41'); -INSERT INTO `marker` VALUES (11319,1901,NULL,2,1937,76193,'Lord of the Mountain','',92.3984375,-133.2578125,0,0,0,'2020-01-15 18:43:29'); -INSERT INTO `marker` VALUES (11320,1901,NULL,2,1901,76193,'Zelda's Horse','',101.70703125,-140.671875,0,0,0,'2020-01-15 18:44:41'); -INSERT INTO `marker` VALUES (11321,1901,NULL,2,1935,73866,'A Gift of Nightshade','',168.4453125,-183.4375,0,0,0,'2020-01-16 00:11:54'); -INSERT INTO `marker` VALUES (11322,1901,NULL,2,1935,76193,'Riddles of Hyrule','',134.5234375,-94.0859375,0,0,0,'2020-01-16 18:18:14'); -INSERT INTO `marker` VALUES (11323,1901,NULL,2,1943,78796,'Chest ','Glitched into water',162.31249986690227,-186.08573485039807,0,0,0,'2020-01-17 09:17:56'); -INSERT INTO `marker` VALUES (11324,1901,NULL,2,1925,36179,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.0625,0,1,0,'2020-01-18 08:13:30'); -INSERT INTO `marker` VALUES (11325,1901,NULL,2,1925,36179,'Ruvo Korbah Shrine','A Major Test of Strangth+',114.96484375,-161.4296875,0,1,0,'2020-01-18 08:14:40'); -INSERT INTO `marker` VALUES (11326,1901,NULL,2,1925,36179,'Etsu Korima Shrine','Path of Light',109.01953125,-160.98046875,0,1,0,'2020-01-18 08:15:21'); -INSERT INTO `marker` VALUES (11327,1901,NULL,2,1925,36179,'Yowaka Ita Shrine','Collected Soul',113.265625,-154.1015625,0,1,0,'2020-01-18 08:15:53'); -INSERT INTO `marker` VALUES (11328,1901,NULL,2,1901,36179,'Champion Revali's Song','Part of DLC wave 2 ',70.765625,-107.4375,0,1,0,'2020-01-18 08:25:28'); -INSERT INTO `marker` VALUES (11329,1901,NULL,2,1925,36179,'Noe Rajee Shrine','DLC wave 2 ',68.30859375,-91.8984375,0,1,0,'2020-01-18 08:33:53'); -INSERT INTO `marker` VALUES (11330,1901,NULL,2,1925,36179,'Shira Gomar Shrine','DLC wave 2',90.8515625,-106.40625,0,0,0,'2020-01-18 08:47:16'); -INSERT INTO `marker` VALUES (11331,1901,NULL,2,1925,36179,'Kiah Toza Shrine','DLC wave 2',94.484375,-78.21875,0,0,0,'2020-01-18 09:04:28'); -INSERT INTO `marker` VALUES (11332,1901,NULL,2,1904,81159,'Explosive Arrows x5','',105.2734375,-159.671875,0,0,0,'2020-01-18 18:27:17'); -INSERT INTO `marker` VALUES (11333,1901,NULL,2,1916,81840,'Korok Seed','Korok under the stones',115.171875,-152.19140625,0,1,0,'2020-01-18 21:14:42'); -INSERT INTO `marker` VALUES (11334,1901,NULL,2,1901,81872,'find','',-51.5,-89.47134376698764,0,0,0,'2020-01-19 04:37:39'); -INSERT INTO `marker` VALUES (11335,1901,NULL,2,1901,81851,'Stone Talus','',37.625,-127.625,0,0,0,'2020-01-19 07:33:35'); -INSERT INTO `marker` VALUES (11336,1901,NULL,2,1931,82063,'Bokoblin Camp','',118.25,-158.03125,0,0,0,'2020-01-20 14:35:01'); -INSERT INTO `marker` VALUES (11337,1901,NULL,2,1944,80073,'Royal Bow','In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.',140.27734375,-103.53125,0,0,0,'2020-01-20 17:36:53'); -INSERT INTO `marker` VALUES (11338,1901,NULL,2,1901,14388,'Dinraal Farming Spot','',78.10940838879046,-112.20080150401046,0,0,0,'2020-01-21 04:13:48'); -INSERT INTO `marker` VALUES (11339,1901,NULL,2,1935,79786,'Hero's treasure','Kass quest to retrieve the hero's cache.',186.6875,-169,0,0,0,'2020-01-21 17:25:49'); -INSERT INTO `marker` VALUES (11340,1901,NULL,2,1935,79786,'Hero's treasure','Kass's quest to retrieve the old hero's treasure',186.734375,-169.015625,0,0,0,'2020-01-21 17:31:13'); -INSERT INTO `marker` VALUES (11341,1901,NULL,2,1939,74072,'Ice Wizzrobe','',103.828125,-186.2734375,0,0,0,'2020-01-22 08:26:08'); -INSERT INTO `marker` VALUES (11342,1901,NULL,2,1944,78796,'Silverscale spear','Not a zora spear',178.92578119357813,-120.57020968512843,0,0,0,'2020-01-23 06:16:09'); -INSERT INTO `marker` VALUES (11343,1901,NULL,2,1944,78796,'Silverscale spear','Not Zora spear',180.0005580614658,-119.70081878786053,0,0,0,'2020-01-23 07:14:53'); -INSERT INTO `marker` VALUES (11344,1901,NULL,2,1901,82330,'bghit nmshi','',168.5,-88.5,0,0,0,'2020-01-23 10:34:49'); -INSERT INTO `marker` VALUES (11345,1901,NULL,2,1944,14388,'EX Ravio's Hood','',140.91632506751728,-165.96788977438555,0,1,0,'2020-01-24 20:32:01'); -INSERT INTO `marker` VALUES (11346,1901,NULL,2,1902,82690,'Barbarian Helm','',200.375,-71.625,0,0,0,'2020-01-26 16:12:42'); -INSERT INTO `marker` VALUES (11347,1901,NULL,2,1902,82690,'Barbarian Chestplate','',99.738037109375,-182.03207397460938,0,0,0,'2020-01-26 16:18:02'); -INSERT INTO `marker` VALUES (11348,1901,NULL,2,1902,82690,'Barbarian Leg Wraps','',114.8657455444336,-71.79652404785156,0,0,0,'2020-01-26 16:19:07'); -INSERT INTO `marker` VALUES (11349,1901,NULL,2,1902,82690,'Nintendo switch shirt','',120.66229796409607,-159.3363962173462,0,0,0,'2020-01-26 16:22:57'); -INSERT INTO `marker` VALUES (11350,1901,NULL,2,1902,82690,'Hyrulian Trousers','',115.5775511264801,-158.34299850463867,0,0,0,'2020-01-26 16:26:15'); -INSERT INTO `marker` VALUES (11351,1901,NULL,2,1902,82690,'Warm Doublet','',115.44416403770447,-163.25823616981506,0,0,0,'2020-01-26 16:35:44'); -INSERT INTO `marker` VALUES (11352,1901,NULL,2,1902,82690,'Warm Doublet','',107.85525643825531,-162.6944615840912,0,0,0,'2020-01-26 16:38:36'); -INSERT INTO `marker` VALUES (11353,1901,NULL,2,1943,82757,'Rupee','Purple rupee(50)',135.328125,-158.546875,0,0,0,'2020-01-27 00:57:06'); -INSERT INTO `marker` VALUES (11354,1901,NULL,2,1930,82757,'Lizarfos','2 Lizarfos',135.3984375,-159.171875,0,0,0,'2020-01-27 01:02:07'); -INSERT INTO `marker` VALUES (11355,1901,NULL,2,1935,82757,'The Giant of Relis Pond','hunt a Hinox in Ralis Pond',179.828125,-119.40625,0,0,0,'2020-01-27 02:17:51'); -INSERT INTO `marker` VALUES (11356,1901,NULL,2,1944,82757,'Zora Spear','Behind the Bottom korok',179.859375,-120.0546875,0,0,0,'2020-01-27 02:29:53'); -INSERT INTO `marker` VALUES (11357,1901,NULL,2,1901,82772,'Divine Beast Vah Rudania','',168.375,-88.25,0,0,0,'2020-01-27 04:15:34'); -INSERT INTO `marker` VALUES (11358,1901,NULL,2,1916,82787,'Kolog','',133.0546875,-150.2578125,0,0,0,'2020-01-27 11:48:54'); -INSERT INTO `marker` VALUES (11359,1901,NULL,2,1939,78832,'Blizzrobe','',103.78125,-186.46875,0,0,0,'2020-01-28 00:01:04'); -INSERT INTO `marker` VALUES (11360,1901,NULL,2,1943,82489,'gold rupee','',107.1484375,-90.9140625,0,0,0,'2020-01-28 08:08:07'); -INSERT INTO `marker` VALUES (11361,1901,NULL,2,1943,82489,'giant ancient core','',108.828125,-89.0703125,0,0,0,'2020-01-28 08:09:43'); -INSERT INTO `marker` VALUES (11362,1901,NULL,2,1904,77697,'Dinraal Farm','Farm Dinraal (Fire Dragon) parts',142.640625,-70.390625,0,0,0,'2020-01-28 15:25:36'); -INSERT INTO `marker` VALUES (11363,1901,NULL,2,1901,82864,'Boat','',111.20703125,-160.0234375,0,0,0,'2020-01-28 16:48:11'); -INSERT INTO `marker` VALUES (11364,1901,NULL,2,1901,82864,'Bed','',115.822265625,-163.228515625,0,0,0,'2020-01-28 16:54:43'); -INSERT INTO `marker` VALUES (11365,1901,NULL,2,1931,82864,'Enemy Camp','',117.765625,-162.18359375,0,0,0,'2020-01-28 17:14:34'); -INSERT INTO `marker` VALUES (11366,1901,NULL,2,1936,82864,'Cracked Wall','Hides treasure',114.3984375,-158.234375,0,0,0,'2020-01-28 17:16:27'); -INSERT INTO `marker` VALUES (11367,1901,NULL,2,1926,82913,'Vah'Naboris','',82.125,-180.75,0,0,0,'2020-01-28 18:11:51'); -INSERT INTO `marker` VALUES (11368,1901,NULL,2,1926,82913,'Vah'Rudania','',165.75,-88.3125,0,0,0,'2020-01-28 18:16:18'); -INSERT INTO `marker` VALUES (11369,1901,NULL,2,1901,82913,'Vah'Medoh','',71.5625,-99.8125,0,0,0,'2020-01-28 18:16:53'); -INSERT INTO `marker` VALUES (11370,1901,NULL,2,1901,82414,'Espadon mision diosa','',65.9765625,-142.4921875,0,0,0,'2020-01-28 19:34:02'); -INSERT INTO `marker` VALUES (11371,1901,NULL,2,1901,82929,'hi','',37.06213753668689,-83.9657916120841,0,0,0,'2020-01-28 22:43:16'); -INSERT INTO `marker` VALUES (11372,1901,NULL,2,1935,82864,'By Firefly's Light','',157.71484375,-144.19140625,0,0,0,'2020-01-29 00:58:19'); -INSERT INTO `marker` VALUES (11373,1901,NULL,2,1935,82864,'The Stolen Heirloom','',155.8828125,-143.41796875,0,0,0,'2020-01-29 01:17:36'); -INSERT INTO `marker` VALUES (11374,1901,NULL,2,1936,82864,'Cracked Wall','',154.609375,-145.01953125,0,0,0,'2020-01-29 01:32:17'); -INSERT INTO `marker` VALUES (11375,1901,NULL,2,1901,81346,'cubos ','cubos ',101.95703125,-164.51953125,0,0,0,'2020-01-30 20:47:31'); -INSERT INTO `marker` VALUES (11376,1901,NULL,2,1944,59975,'Tingle's Tights (DLC)','',127.484375,-131.34765625,0,0,0,'2020-01-30 21:33:02'); -INSERT INTO `marker` VALUES (11377,1901,NULL,2,1902,59975,'Phantom Armor (DLC)','',124.18994140625,-126.63272094726562,0,0,0,'2020-01-30 21:35:00'); -INSERT INTO `marker` VALUES (11378,1901,NULL,2,1902,59975,'Phantom Greaves (DLC)','',120.0267333984375,-137.57664489746094,0,0,0,'2020-01-30 21:38:52'); -INSERT INTO `marker` VALUES (11379,1901,NULL,2,1901,82896,'Ores','',79.46875,-156.2578125,0,0,0,'2020-01-31 22:40:52'); -INSERT INTO `marker` VALUES (11380,1901,NULL,2,1901,22593,'Cave Entrance','',69.4921875,-72.390625,0,0,0,'2020-02-02 18:59:54'); -INSERT INTO `marker` VALUES (11381,1901,NULL,2,1926,83430,'Divine Beast Vah Naboris','',88.09375,-185.28125,0,0,0,'2020-02-02 21:30:20'); -INSERT INTO `marker` VALUES (11382,1901,NULL,2,1926,83430,'Divine Beast Vah Medoh','',71.5390625,-98.921875,0,0,0,'2020-02-02 21:31:06'); -INSERT INTO `marker` VALUES (11383,1901,NULL,2,1926,83430,'Divine Beast Vah Rudania','',167.703125,-87.453125,0,0,0,'2020-02-02 21:31:34'); -INSERT INTO `marker` VALUES (11384,1901,NULL,2,1920,83436,'AAA','',75.125,-81.34375,0,0,0,'2020-02-02 22:22:41'); -INSERT INTO `marker` VALUES (11385,1901,NULL,2,1931,82864,'Bokoblin Camp','',143.46875,-149.15625,0,0,0,'2020-02-03 16:56:28'); -INSERT INTO `marker` VALUES (11386,1901,NULL,2,1939,74072,'Ice Wizzrobe','',68.328125,-161.28125,0,0,0,'2020-02-03 22:47:31'); -INSERT INTO `marker` VALUES (11387,1901,NULL,2,1939,74072,'Ice Wizzrobe','',75.4453125,-152.2109375,0,0,0,'2020-02-03 23:59:37'); -INSERT INTO `marker` VALUES (11388,1901,NULL,2,1939,78832,'Blizzrobe','',75.59375,-152.546875,0,0,0,'2020-02-04 12:39:33'); -INSERT INTO `marker` VALUES (11389,1901,NULL,2,1902,83601,'hylian shield','',66.625,-99.125,0,0,0,'2020-02-04 19:14:28'); -INSERT INTO `marker` VALUES (11390,1901,NULL,2,1936,23714,'111','',174.6796875,-133.6484375,0,1,0,'2020-02-05 18:01:36'); -INSERT INTO `marker` VALUES (11391,1901,NULL,2,1926,80678,'Divine Beast Medoh','Revali's Divine Beast',71.61249923706055,-98.87587406479494,0,0,0,'2020-02-05 18:08:20'); -INSERT INTO `marker` VALUES (11392,1901,NULL,2,1926,80678,' Divine Beast Vah Rudania','Daruk's Divine Beast',163.8624973297119,-90.69760846325755,0,0,0,'2020-02-05 18:09:12'); -INSERT INTO `marker` VALUES (11393,1901,NULL,2,1926,80678,'Divine Beast Vah Naboris ','Urbosa's Divine Beast',69.76250076293945,-184.56269717759437,0,0,0,'2020-02-05 18:10:11'); -INSERT INTO `marker` VALUES (11394,1901,NULL,2,1936,23714,'111','',201.359375,-115.8125,0,0,0,'2020-02-06 12:38:13'); -INSERT INTO `marker` VALUES (11395,1901,NULL,2,1936,23714,'111','',200.875,-118.953125,0,0,0,'2020-02-06 12:38:32'); -INSERT INTO `marker` VALUES (11396,1901,NULL,2,1901,76193,'Sanctum','',124.0390625,-112.1875,0,0,0,'2020-02-06 20:01:27'); -INSERT INTO `marker` VALUES (11397,1901,NULL,2,1930,76193,'Calamity Ganon','',124.015625,-111.40625,0,0,0,'2020-02-06 20:01:54'); -INSERT INTO `marker` VALUES (11398,1901,NULL,2,1930,76193,'Dark Beast Ganon','',127.1875,-136.5,0,0,0,'2020-02-06 20:02:24'); -INSERT INTO `marker` VALUES (11399,1901,NULL,2,1901,83632,'volver kolog','',158.6015625,-175.03125,0,0,0,'2020-02-06 23:31:32'); -INSERT INTO `marker` VALUES (11400,1901,NULL,2,1936,23714,'111','',158.05859375,-90.45703125,0,0,0,'2020-02-07 18:23:39'); -INSERT INTO `marker` VALUES (11401,1901,NULL,2,1931,83679,'Lizalfo Camp ','about 6 enemies',168.86328125,-123.8984375,0,0,0,'2020-02-08 09:50:51'); -INSERT INTO `marker` VALUES (11402,1901,NULL,2,1905,84039,'stuff','',127.375,-130.625,0,0,0,'2020-02-08 18:42:01'); -INSERT INTO `marker` VALUES (11403,1901,NULL,2,1931,74630,'enemy camp','',173.703125,-160.0234375,0,0,0,'2020-02-09 01:14:51'); -INSERT INTO `marker` VALUES (11404,1901,NULL,2,1926,74630,'Vah Medah','',71.5390625,-98.9140625,0,0,0,'2020-02-09 01:15:45'); -INSERT INTO `marker` VALUES (11405,1901,NULL,2,1926,74630,'Vah Rudonia','',165.171875,-87.578125,0,0,0,'2020-02-09 01:16:21'); -INSERT INTO `marker` VALUES (11406,1901,NULL,2,1935,79196,'Riddles of Hyrule','',134.55078125,-93.87109375,0,1,0,'2020-02-09 17:59:30'); -INSERT INTO `marker` VALUES (11407,1901,NULL,2,1916,84145,'Korok Seeds','Go to sign in time',136.5859375,-183.9726563692093,0,0,0,'2020-02-11 17:21:00'); -INSERT INTO `marker` VALUES (11408,1901,NULL,2,1926,66829,'Nova Prime','',71.359375,-99.890625,0,0,0,'2020-02-12 03:50:48'); -INSERT INTO `marker` VALUES (11409,1901,NULL,2,1930,84578,'Assasin','',162.935546875,-140.150390625,0,0,0,'2020-02-12 21:48:25'); -INSERT INTO `marker` VALUES (11410,1901,NULL,2,1939,74072,'Ice Wizzrobe','',60.94921875,-145.0625,0,0,0,'2020-02-12 23:34:48'); -INSERT INTO `marker` VALUES (11411,1901,NULL,2,1901,84635,'???','',144.29698374793037,-154.7972177714562,0,0,0,'2020-02-13 05:59:57'); -INSERT INTO `marker` VALUES (11412,1901,NULL,2,1925,84349,'Sharo Lun Shrine','',173.7734375,-90.21875,0,1,0,'2020-02-13 12:24:58'); -INSERT INTO `marker` VALUES (11413,1901,NULL,2,1925,84349,'Rinu Honika Shrine','',163.05078125,-96.87890625,0,0,0,'2020-02-13 12:25:53'); -INSERT INTO `marker` VALUES (11414,1901,NULL,2,1925,84349,'Daqa Koh Shrine','',160.296875,-91.6796875,0,0,0,'2020-02-13 12:26:31'); -INSERT INTO `marker` VALUES (11415,1901,NULL,2,1925,84349,'Kamia Omuna Shrine','',161.3125,-77.56640625,0,0,0,'2020-02-13 12:28:52'); -INSERT INTO `marker` VALUES (11416,1901,NULL,2,1925,84349,'Sato Koda shrine','',176.48828125,-115.00390625,0,0,0,'2020-02-13 12:30:14'); -INSERT INTO `marker` VALUES (11417,1901,NULL,2,1901,84357,'Falta','\r\n\r\n',160.92100309867746,-143.07572886886143,0,0,0,'2020-02-13 19:51:20'); -INSERT INTO `marker` VALUES (11418,1901,NULL,2,1926,78956,'Divine Beast Vah Rudania','',168.6875,-89.125,0,0,0,'2020-02-14 09:47:54'); -INSERT INTO `marker` VALUES (11419,1901,NULL,2,1926,78956,'Divine Beast Vah Medoh','',71.34375,-99.921875,0,0,0,'2020-02-14 09:48:25'); -INSERT INTO `marker` VALUES (11420,1901,NULL,2,1926,78956,'Divine Beast Vah Naboris','',94.8504638671875,-169.0638427734375,0,0,0,'2020-02-14 09:48:46'); -INSERT INTO `marker` VALUES (11421,1901,NULL,2,1940,83846,'Master Mode Lynel','',118.5625,-157.6875,0,0,0,'2020-02-15 02:05:02'); -INSERT INTO `marker` VALUES (11422,1901,NULL,2,1920,77349,'Great Plateau','',111.67708206176758,-158.34375,0,0,0,'2020-02-16 01:18:41'); -INSERT INTO `marker` VALUES (11423,1901,NULL,2,1931,56340,'Bokoblin Camp','',118.0874947309494,-157.941461057196,0,1,0,'2020-02-16 02:08:25'); -INSERT INTO `marker` VALUES (11424,1901,NULL,2,1932,75081,'Decayed Guardian','',71.4614752348991,-144.1709273346582,0,0,0,'2020-02-16 05:52:06'); -INSERT INTO `marker` VALUES (11425,1901,NULL,2,1940,75081,'Lynel','',64.43820768091288,-141.65348519764598,0,0,0,'2020-02-16 05:52:36'); -INSERT INTO `marker` VALUES (11426,1901,NULL,2,1941,75081,'Stone Talus','',68.38338460361675,-146.8820983606131,0,0,0,'2020-02-16 05:53:10'); -INSERT INTO `marker` VALUES (11427,1901,NULL,2,1901,83679,'Zora Monument',' Memoir of a Gifted Stonemason',178.171875,-116.734375,0,1,0,'2020-02-16 09:24:21'); -INSERT INTO `marker` VALUES (11428,1901,NULL,2,1935,83679,'The Giant of Ralis Pond','Defeat the hinox near Ralis pond and return to Torfeau and gain a silver rupee',179.7578125,-119.453125,0,0,0,'2020-02-16 10:11:37'); -INSERT INTO `marker` VALUES (11429,1901,NULL,2,1925,85069,'Mogg Latan Shrine','',92.080322265625,-135.19927978515625,0,0,0,'2020-02-16 17:16:33'); -INSERT INTO `marker` VALUES (11430,1901,NULL,2,1916,84988,'missed','',149.9453125,-114.5546875,0,0,0,'2020-02-17 02:53:51'); -INSERT INTO `marker` VALUES (11431,1901,NULL,2,1901,84360,'Kaya Wan','',101.56137352778163,-161.18480546537663,0,0,0,'2020-02-18 01:34:05'); -INSERT INTO `marker` VALUES (11432,1901,NULL,2,1901,82889,'2go','\r\n\r\n\r\n\r\n\r\n\r\n',95,-162.625,0,1,0,'2020-02-18 02:22:40'); -INSERT INTO `marker` VALUES (11433,1901,NULL,2,1926,81469,'Divine Beast Vah Medoh','',71.328125,-99.453125,0,0,0,'2020-02-18 18:28:49'); -INSERT INTO `marker` VALUES (11434,1901,NULL,2,1910,85375,'Fish','Fish',118.9609375,-153.8125,0,0,0,'2020-02-18 18:37:13'); -INSERT INTO `marker` VALUES (11435,1901,NULL,2,1930,85375,'Bokoblin x2','',116.4453125,-154.84375,0,0,0,'2020-02-18 19:11:51'); -INSERT INTO `marker` VALUES (11436,1901,NULL,2,1901,32383,'Phantom Gannon Marker','',144.08124923706055,-178.62012001509012,0,0,0,'2020-02-19 01:12:33'); -INSERT INTO `marker` VALUES (11437,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.322021484375,-130.96331787109375,0,0,0,'2020-02-19 16:45:34'); -INSERT INTO `marker` VALUES (11438,1901,NULL,2,1901,85483,'Zora Stone Monuments','',172.94642639160156,-127.52369689941406,0,0,0,'2020-02-19 16:46:06'); -INSERT INTO `marker` VALUES (11439,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.78125,-126.90234375,0,0,0,'2020-02-19 16:46:21'); -INSERT INTO `marker` VALUES (11440,1901,NULL,2,1935,85483,'Zora Stone Monuments','',179.97105407714844,-119.23240661621094,0,0,0,'2020-02-19 17:12:01'); -INSERT INTO `marker` VALUES (11441,1901,NULL,2,1916,85573,'korogu','',91.625,-75.03125,0,0,0,'2020-02-20 16:55:42'); -INSERT INTO `marker` VALUES (11442,1901,NULL,2,1901,85654,'INIZIO','',111.78125,-158.625,0,0,0,'2020-02-21 16:17:11'); -INSERT INTO `marker` VALUES (11443,1901,NULL,2,1920,85654,'VILLAGGIO CALBARICO','',128.4375,-154.9375,0,0,0,'2020-02-21 16:18:49'); -INSERT INTO `marker` VALUES (11444,1901,NULL,2,1944,85878,'Island Lobster Shirt','',125.5859375,-176.143736343033,0,0,0,'2020-02-23 00:42:14'); -INSERT INTO `marker` VALUES (11445,1901,NULL,2,1944,85878,'Phantom Ganon Greaves (DLC)','',156.44999885559082,-180.62844515121634,0,0,0,'2020-02-23 01:28:21'); -INSERT INTO `marker` VALUES (11446,1901,NULL,2,1944,85878,' Phantom Ganon Skull (DLC)','',153.72187519073486,-178.81009362793648,0,0,0,'2020-02-23 01:28:48'); -INSERT INTO `marker` VALUES (11447,1901,NULL,2,1901,84688,'Entrada','La entrada para el santuario',122.90625,-109.921875,0,0,0,'2020-02-23 02:57:08'); -INSERT INTO `marker` VALUES (11448,1901,NULL,2,1901,44233,'ss','',123.9375,-165.8125,0,0,0,'2020-02-23 11:59:07'); -INSERT INTO `marker` VALUES (11449,1901,NULL,2,1921,85980,'asd','',124.375,-124.875,0,0,0,'2020-02-23 19:50:15'); -INSERT INTO `marker` VALUES (11450,1901,NULL,2,1903,85240,'sword','',47.25,-132.9375,0,0,0,'2020-02-23 21:42:49'); -INSERT INTO `marker` VALUES (11451,1901,NULL,2,1936,85883,'Cracked Wall','',158.70323061943054,-175.58752091170015,0,1,0,'2020-02-23 22:35:01'); -INSERT INTO `marker` VALUES (11452,1901,NULL,2,1939,78832,'Blizzrobe','',61.328125,-145.1875,0,0,0,'2020-02-24 09:47:21'); -INSERT INTO `marker` VALUES (11453,1901,NULL,2,1936,76193,'Cracked Wall x2','',158.828125,-165.0703125,0,0,0,'2020-02-24 19:43:05'); -INSERT INTO `marker` VALUES (11454,1901,NULL,2,1945,76193,'Lord of the Mountain','',92.36328125,-133.30078125,0,0,0,'2020-02-24 19:54:02'); -INSERT INTO `marker` VALUES (11455,1901,NULL,2,1920,76193,'Satori Mountain','',92.15625,-134.71875,0,0,0,'2020-02-24 19:54:25'); -INSERT INTO `marker` VALUES (11456,1901,NULL,2,1920,76193,'Death Mountain','',167.875,-87.71875,0,0,0,'2020-02-24 19:54:41'); -INSERT INTO `marker` VALUES (11457,1901,NULL,2,1901,86159,'???','??',69.75,-176.875,0,0,0,'2020-02-25 18:09:09'); -INSERT INTO `marker` VALUES (11458,1901,NULL,2,1935,86163,'hero tunic','falar com impa e achar uma memoria',155.8515625,-143.41015625,0,0,0,'2020-02-26 11:21:32'); -INSERT INTO `marker` VALUES (11459,1901,NULL,2,1921,86256,'der','qze',89,-106,0,0,0,'2020-02-26 15:32:00'); -INSERT INTO `marker` VALUES (11460,1901,NULL,2,1939,78832,'Blizzrobe','',74.019287109375,-129.474609375,0,0,0,'2020-02-27 03:17:25'); -INSERT INTO `marker` VALUES (11461,1901,NULL,2,1901,85964,'KOROGU DUR','',63.00390625,-71.55457733871773,0,0,0,'2020-02-27 16:04:05'); -INSERT INTO `marker` VALUES (11462,1901,NULL,2,1901,76193,'Shadow Hamlet Ruins','',175.5625,-92.3203125,0,0,0,'2020-02-27 20:03:01'); -INSERT INTO `marker` VALUES (11463,1901,NULL,2,1901,86407,'kakariko','',34.875,-89.375,0,0,0,'2020-02-28 01:27:43'); -INSERT INTO `marker` VALUES (11464,1901,NULL,2,1923,86422,'Center','',45.53271484375,-110.03076171875,0,1,0,'2020-02-28 01:36:58'); -INSERT INTO `marker` VALUES (11465,1901,NULL,2,1901,82004,'Giant Horse (Ganon's Horse)','You require at least two and a half stamina circles to tame this horse',109.46875,-169.5625,0,1,0,'2020-02-29 03:26:55'); -INSERT INTO `marker` VALUES (11466,1901,NULL,2,1901,82887,'My House','',179.7734375,-163.6953125,0,1,0,'2020-03-02 15:12:05'); -INSERT INTO `marker` VALUES (11467,1901,NULL,2,1939,78832,'Blizzrobe','',82.890625,-81.640625,0,0,0,'2020-03-03 03:45:01'); -INSERT INTO `marker` VALUES (11468,1901,NULL,2,1936,84638,'Crack Wall','',126.91266335728183,-144.34753792085272,0,1,0,'2020-03-03 04:46:24'); -INSERT INTO `marker` VALUES (11469,1901,NULL,2,1936,82489,'rare ore deposit','',193.765625,-127.71484375,0,1,0,'2020-03-03 06:26:35'); -INSERT INTO `marker` VALUES (11470,1901,NULL,2,1939,78832,'Blizzrobe','',81.12554931640625,-86.59439086914062,0,0,0,'2020-03-03 07:35:51'); -INSERT INTO `marker` VALUES (11471,1901,NULL,2,1939,78832,'Blizzrobe','',73.8475341796875,-86.63885498046875,0,0,0,'2020-03-03 08:17:32'); -INSERT INTO `marker` VALUES (11472,1901,NULL,2,1944,82489,'chest','forest dweller's bow',195.9140625,-114.5078125,0,1,0,'2020-03-03 18:46:52'); -INSERT INTO `marker` VALUES (11473,1901,NULL,2,1931,82489,'enemy camp','',195.71875,-114.3984375,0,0,0,'2020-03-03 18:47:32'); -INSERT INTO `marker` VALUES (11474,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.5625,-99.875,0,0,0,'2020-03-03 23:58:55'); -INSERT INTO `marker` VALUES (11475,1901,NULL,2,1939,78832,'Blizzrobe','',83.74578857421875,-93.01483154296875,0,0,0,'2020-03-04 03:45:52'); -INSERT INTO `marker` VALUES (11476,1901,NULL,2,1939,78832,'Blizzrobe','',89.5594482421875,-99.61810302734375,0,0,0,'2020-03-04 04:51:36'); -INSERT INTO `marker` VALUES (11477,1901,NULL,2,1936,82489,'rare ore deposit','rare ore deposit',160.43359375,-93.0859375,0,1,0,'2020-03-04 11:28:13'); -INSERT INTO `marker` VALUES (11478,1901,NULL,2,1936,82489,'rare ore deposit','',143.28515625,-103.87890625,0,1,0,'2020-03-04 15:07:20'); -INSERT INTO `marker` VALUES (11479,1901,NULL,2,1925,87060,'Keive Tala Shrine','',91.03125,-189.46875,0,0,0,'2020-03-05 03:17:41'); -INSERT INTO `marker` VALUES (11480,1901,NULL,2,1925,87060,'Takama Shiri Shrine','Dual Purpose',51.40625,-161.671875,0,0,0,'2020-03-05 03:19:24'); -INSERT INTO `marker` VALUES (11481,1901,NULL,2,1925,87060,'Etsu Korima Shrine','Path of Light',108.9609375,-161.0625,0,0,0,'2020-03-05 03:21:27'); -INSERT INTO `marker` VALUES (11482,1901,NULL,2,1936,82489,'rare ore deposit','',64.4296875,-92.796875,0,1,0,'2020-03-05 09:10:33'); -INSERT INTO `marker` VALUES (11483,1901,NULL,2,1944,82489,'fire arrow x5','fire arrow x5',110.3203125,-87.7421875,0,1,0,'2020-03-05 12:56:03'); -INSERT INTO `marker` VALUES (11484,1901,NULL,2,1901,82489,'xenoblade chronicles 2 ','at night look southeast',84.53125,-82.7421875,0,0,0,'2020-03-05 14:41:25'); -INSERT INTO `marker` VALUES (11485,1901,NULL,2,1901,82489,'surfing challenge','surfing challenge \r\n',81.8515625,-78.9140625,0,1,0,'2020-03-05 15:02:30'); -INSERT INTO `marker` VALUES (11486,1901,NULL,2,1916,86809,'a','',64.16015625,-70.05078125,0,0,0,'2020-03-05 15:22:48'); -INSERT INTO `marker` VALUES (11487,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.37540761383727,-99.56982879934631,0,0,0,'2020-03-05 18:22:44'); -INSERT INTO `marker` VALUES (11488,1901,NULL,2,1926,86992,'Divine Beast Va Naboris','',75.8587462119039,-186.15059570481765,0,0,0,'2020-03-05 18:23:41'); -INSERT INTO `marker` VALUES (11489,1901,NULL,2,1926,86992,'Divine Beast Vah Rudania','',166.42709906278046,-90.28909047202436,0,0,0,'2020-03-05 18:24:19'); -INSERT INTO `marker` VALUES (11490,1901,NULL,2,1935,82489,'good-sized horse','',96.125,-157.296875,0,1,0,'2020-03-05 19:25:39'); -INSERT INTO `marker` VALUES (11491,1901,NULL,2,1943,87074,'Phantom Ganon Skull (DLC)','"Some believe this serie headgear is inspirited by a dark entity resembling the Great King of Evil himself. It's a rather rare find."',154.12109375,-177.42578125,0,0,0,'2020-03-05 20:51:33'); -INSERT INTO `marker` VALUES (11492,1901,NULL,2,1901,87273,'Temple of Time','The Temple once home to the Master Sword',115.421875,-157.984375,0,0,0,'2020-03-07 01:33:12'); -INSERT INTO `marker` VALUES (11493,1901,NULL,2,1902,84143,'Prueba','Cosa molona',108.515625,-161.79777081414525,0,0,0,'2020-03-07 10:49:35'); -INSERT INTO `marker` VALUES (11494,1901,NULL,2,1902,84143,'Prueba','Hola',108.375,-161.65700266858596,0,0,0,'2020-03-07 10:50:19'); -INSERT INTO `marker` VALUES (11495,1901,NULL,2,1944,75356,'Royal Halberd','',118.3125,-86.99443232209474,0,0,0,'2020-03-08 02:40:36'); -INSERT INTO `marker` VALUES (11496,1901,NULL,2,1901,87453,'Collo','',110.1875,-147.875,0,0,0,'2020-03-08 03:32:59'); -INSERT INTO `marker` VALUES (11497,1901,NULL,2,1901,87453,'colosseum','',110,-147.84375,0,0,0,'2020-03-08 03:33:38'); -INSERT INTO `marker` VALUES (11498,1901,NULL,2,1930,83679,'Koblins','Fire Keese\r\nBokoblins \r\nFire Chuchu',161.0078125,-104.125,0,1,0,'2020-03-08 03:46:44'); -INSERT INTO `marker` VALUES (11499,1901,NULL,2,1931,83679,'Lizalfo Camp ','1 Moblin\r\n3archers\r\nabout 4 Bokoblins',169.4375,-119.78125,0,0,0,'2020-03-08 09:48:03'); -INSERT INTO `marker` VALUES (11500,1901,NULL,2,1901,64382,'cd','',67.3515625,-69.578125,0,0,0,'2020-03-08 17:21:57'); -INSERT INTO `marker` VALUES (11501,1901,NULL,2,1901,83679,'Akkala Tech Lab','',198.55859375,-78.515625,0,0,0,'2020-03-09 08:12:23'); -INSERT INTO `marker` VALUES (11502,1901,NULL,2,1916,87607,'K','',187.30907424793315,-184.49025863916341,0,0,0,'2020-03-09 16:29:41'); -INSERT INTO `marker` VALUES (11503,1901,NULL,2,1910,86377,'Purple Rupee (50 Rupees)','',158.890625,-165.0078125,0,1,0,'2020-03-09 19:52:52'); -INSERT INTO `marker` VALUES (11504,1901,NULL,2,1910,86377,'Silver Rupee (100 Rupees)','',107.2734375,-119.88671875,0,0,0,'2020-03-09 21:52:41'); -INSERT INTO `marker` VALUES (11505,1901,NULL,2,1939,73379,'Ice Wizzrobe','missed one',103.8359375,-186.3671875,0,0,0,'2020-03-10 00:49:00'); -INSERT INTO `marker` VALUES (11506,1901,NULL,2,1916,86041,'Korok Seed','',132.4375,-189,0,1,0,'2020-03-10 19:44:23'); -INSERT INTO `marker` VALUES (11507,1901,NULL,2,1916,87765,'Sin encontrar','',111.96066069602966,-85.57942342758179,0,0,0,'2020-03-11 00:18:53'); -INSERT INTO `marker` VALUES (11508,1901,NULL,2,1901,83679,'Hestu Final Location','This is where Hestu stays, its a small opening beside the master sword platform',134.76171875,-94.93359375,0,0,0,'2020-03-11 11:21:34'); -INSERT INTO `marker` VALUES (11509,1901,NULL,2,1939,83262,'Wizzarobe','',73.734375,-129.5625,0,0,0,'2020-03-11 16:27:10'); -INSERT INTO `marker` VALUES (11510,1901,NULL,2,1916,87994,'Korok Seeds','',179.1875,-180.171875,0,0,0,'2020-03-13 12:26:26'); -INSERT INTO `marker` VALUES (11511,1901,NULL,2,1944,87948,'Zora Helmet','',182.09375,-114.1328125,0,0,0,'2020-03-13 13:07:30'); -INSERT INTO `marker` VALUES (11512,1901,NULL,2,1931,88022,'Enemy Camp','',65.4820556640625,-97.047607421875,0,1,0,'2020-03-13 16:20:51'); -INSERT INTO `marker` VALUES (11513,1901,NULL,2,1936,87099,'Box','100 ruby',150.453125,-97.45703125,0,0,0,'2020-03-14 02:08:51'); -INSERT INTO `marker` VALUES (11514,1901,NULL,2,1925,86320,'Shrine of Resurrection','',110.734130859375,-157.36749267578125,0,0,0,'2020-03-14 10:33:19'); -INSERT INTO `marker` VALUES (11515,1901,NULL,2,1938,86803,'relais du sud d'Akkala','',177.046875,-101.828125,0,0,0,'2020-03-14 17:27:54'); -INSERT INTO `marker` VALUES (11516,1901,NULL,2,1926,87473,'Vah Naboris','',95.109375,-168.5703125,0,0,0,'2020-03-15 00:26:56'); -INSERT INTO `marker` VALUES (11517,1901,NULL,2,1926,72128,'vah'rudania','',167.75,-87.5,0,0,0,'2020-03-15 16:04:52'); -INSERT INTO `marker` VALUES (11518,1901,NULL,2,1931,73379,'Enemy Camp','You missed this one',195.390625,-137.671875,0,0,0,'2020-03-15 20:01:37'); -INSERT INTO `marker` VALUES (11519,1901,NULL,2,1936,83262,'Precious & saphire','Cracked stone giving precious stone',95.4765625,-131.2265625,0,0,0,'2020-03-15 20:29:34'); -INSERT INTO `marker` VALUES (11520,1901,NULL,2,1926,85570,'Divine Beast Vah Medoh','',71.5859375,-98.5,0,0,0,'2020-03-15 23:24:41'); -INSERT INTO `marker` VALUES (11521,1901,NULL,2,1935,30971,'By Firefly's Light','',157.671875,-144.18359375,0,0,0,'2020-03-17 05:29:30'); -INSERT INTO `marker` VALUES (11522,1901,NULL,2,1944,87973,'Calças de Tingle','Embaixo do Guardião',127.4960949420929,-131.33984354138374,0,1,0,'2020-03-17 14:48:59'); -INSERT INTO `marker` VALUES (11523,1901,NULL,2,1936,82864,'Cracked Wall','',139.24609375,-156.1640625,0,0,0,'2020-03-17 18:17:10'); -INSERT INTO `marker` VALUES (11524,1901,NULL,2,1944,86041,'Royal Spear ','',118.97135418653488,-87.34895837306976,0,1,0,'2020-03-18 02:53:47'); -INSERT INTO `marker` VALUES (11525,1901,NULL,2,1901,88764,'ok','',35,-127.5,0,0,0,'2020-03-18 17:09:33'); -INSERT INTO `marker` VALUES (11526,1901,NULL,2,1944,56340,'Knight's Spear','',118.9296875,-87.36562987582413,0,0,0,'2020-03-18 18:26:41'); -INSERT INTO `marker` VALUES (11527,1901,NULL,2,1916,80263,'seed','',174.48281264305115,-180.75067737849045,0,0,0,'2020-03-19 04:51:20'); -INSERT INTO `marker` VALUES (11528,1901,NULL,2,1916,80263,'seed','',174.5234375,-180.7027478144451,0,0,0,'2020-03-19 04:51:45'); -INSERT INTO `marker` VALUES (11529,1901,NULL,2,1930,87199,'Lizalfos','',149.671875,-178.71875,0,0,0,'2020-03-19 19:17:35'); -INSERT INTO `marker` VALUES (11530,1901,NULL,2,1934,84505,'The Master Sword #18','',134.760991503956,-94.98366451263428,0,0,0,'2020-03-20 20:42:55'); -INSERT INTO `marker` VALUES (11531,1901,NULL,2,1935,84505,'Rushroom Rush!','',84.14124164340336,-162.78018474578857,0,0,0,'2020-03-20 20:44:16'); -INSERT INTO `marker` VALUES (11532,1901,NULL,2,1935,84505,'Tools of The Trade','',68.04132015869757,-173.58806848526,0,0,0,'2020-03-20 20:45:54'); -INSERT INTO `marker` VALUES (11533,1901,NULL,2,1935,84505,'The Secret Club's Secret','',68.28222077425629,-173.828125,0,0,0,'2020-03-20 20:46:44'); -INSERT INTO `marker` VALUES (11534,1901,NULL,2,1935,84505,'The Mystery Polluter','',66.86012795035073,-174.2734375,0,0,0,'2020-03-20 20:47:23'); -INSERT INTO `marker` VALUES (11535,1901,NULL,2,1935,84505,'Medicinal Molduga','',67.53287617513175,-173.94460225105286,0,0,0,'2020-03-20 20:47:59'); -INSERT INTO `marker` VALUES (11536,1901,NULL,2,1935,84505,'The Search for Barta','',66.93399595240831,-173.78125,0,0,0,'2020-03-20 20:48:54'); -INSERT INTO `marker` VALUES (11537,1901,NULL,2,1935,84505,'The Thunder Helm','',67.26663179238241,-174.34375,0,0,0,'2020-03-20 20:50:23'); -INSERT INTO `marker` VALUES (11538,1901,NULL,2,1935,84505,'The Eighth Heroine','',69.5796977915071,-173.9765625,0,0,0,'2020-03-20 20:50:43'); -INSERT INTO `marker` VALUES (11539,1901,NULL,2,1901,88030,'Lanza de hielo dentro del templo, falto recoger','',140.1640625,-115.06749068694579,0,0,0,'2020-03-22 16:38:43'); -INSERT INTO `marker` VALUES (11540,1901,NULL,2,1926,85570,'Divine Beast Vah Naboris','',95,-169.25,0,0,0,'2020-03-22 17:54:02'); -INSERT INTO `marker` VALUES (11541,1901,NULL,2,1901,88684,'monster','',168.9622802734375,-171.4658203125,0,0,0,'2020-03-22 19:12:21'); -INSERT INTO `marker` VALUES (11542,1901,NULL,2,1943,82864,'5 Fire Arrows','',180.099609375,-119.3125,0,0,0,'2020-03-22 23:15:51'); -INSERT INTO `marker` VALUES (11543,1901,NULL,2,1936,89547,'il tesoro è dietro','',114.4140625,-158.21875,0,0,0,'2020-03-23 16:31:02'); -INSERT INTO `marker` VALUES (11544,1901,NULL,2,1943,89547,'opal','',115.1640625,-158.66796875,0,0,0,'2020-03-23 19:22:10'); -INSERT INTO `marker` VALUES (11545,1901,NULL,2,1943,89547,'opal','',115.16015625,-158.75,0,0,0,'2020-03-23 19:28:05'); -INSERT INTO `marker` VALUES (11546,1901,NULL,2,1931,89547,'bokoblin camp','',107.9375,-154.296875,0,0,0,'2020-03-23 21:15:44'); -INSERT INTO `marker` VALUES (11547,1901,NULL,2,1943,89547,'flint','',107.90625,-162.7265625,0,0,0,'2020-03-23 21:44:27'); -INSERT INTO `marker` VALUES (11548,1901,NULL,2,1901,40441,'dinero infinito','',128.421875,-121.34375,0,0,0,'2020-03-24 03:28:09'); -INSERT INTO `marker` VALUES (11549,1901,NULL,2,1926,39064,'Divine Beast Vah Naboris','',95.125,-169.4375,0,1,0,'2020-03-24 10:27:41'); -INSERT INTO `marker` VALUES (11550,1901,NULL,2,1901,89658,'1','Bombes',121,-159.0625,0,0,0,'2020-03-24 13:03:30'); -INSERT INTO `marker` VALUES (11551,1901,NULL,2,1943,89547,'amber','',137.2578125,-137.015625,0,0,0,'2020-03-24 13:07:01'); -INSERT INTO `marker` VALUES (11552,1901,NULL,2,1934,83679,'Mipha's Touch (#10)','"Mipha quietly expresses her concern for Link while tending to his wounds atop the Divine Beast. She reassures Link that he can count on her in the upcoming trials ahead."',179.625,-120.53125,0,0,0,'2020-03-26 09:48:15'); -INSERT INTO `marker` VALUES (11553,1901,NULL,2,1910,83262,'Gold Rupees','One gold Rupee\r\n300 rupees',197.77734375,-141.046875,0,0,0,'2020-03-26 17:02:14'); -INSERT INTO `marker` VALUES (11554,1901,NULL,2,1920,89488,'Footrace Check-in','',86.5560302734375,-109.64181518554688,0,0,0,'2020-03-26 23:21:30'); -INSERT INTO `marker` VALUES (11555,1901,NULL,2,1910,90066,'Amber','',107.859375,-162.69140625,0,0,0,'2020-03-27 17:33:19'); -INSERT INTO `marker` VALUES (11556,1901,NULL,2,1936,89210,'Cracker Walls','Salt, Opal',178.3125,-103.3046875,0,0,0,'2020-03-28 12:58:42'); -INSERT INTO `marker` VALUES (11557,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','small enemy camp with single watchtower and cooking pot',130.734375,-152.1328125,0,1,0,'2020-03-28 15:11:17'); -INSERT INTO `marker` VALUES (11558,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Enemy Camp w/ Cooking Pot',132.44140625,-154.04296875,0,1,0,'2020-03-28 15:26:52'); -INSERT INTO `marker` VALUES (11559,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Bokoblin Enemy Camp with single watchtower',135.71875,-152.73828125,0,1,0,'2020-03-28 15:34:24'); -INSERT INTO `marker` VALUES (11560,1901,NULL,2,1901,90222,'ijko','ijko',152.09375,-184.21875,0,1,0,'2020-03-29 12:24:58'); -INSERT INTO `marker` VALUES (11561,1901,NULL,2,1931,88203,'Bokoblins','',171.90625,-177.96875,0,0,0,'2020-03-29 13:46:19'); -INSERT INTO `marker` VALUES (11562,1901,NULL,2,1901,89757,'hhhh','',106.421875,-153.84375,0,0,0,'2020-03-29 15:29:53'); -INSERT INTO `marker` VALUES (11563,1901,NULL,2,1931,88203,'Bokoblins/Moblin','',160.87109375,-189.28125,0,0,0,'2020-03-29 15:34:46'); -INSERT INTO `marker` VALUES (11564,1901,NULL,2,1931,88203,'Lezalfos','',179.8671875,-189.05859375,0,0,0,'2020-03-29 15:35:28'); -INSERT INTO `marker` VALUES (11565,1901,NULL,2,1931,88203,'Bokoblins','',149.17578125,-181.578125,0,0,0,'2020-03-29 17:53:23'); -INSERT INTO `marker` VALUES (11566,1901,NULL,2,1931,88203,'Bokoblins','',156.0390625,-186.6171875,0,0,0,'2020-03-29 18:24:57'); -INSERT INTO `marker` VALUES (11567,1901,NULL,2,1931,88203,'Bokoblins','',141.8828125,-174.42578125,0,0,0,'2020-03-29 20:11:52'); -INSERT INTO `marker` VALUES (11568,1901,NULL,2,1931,88203,'Bokoblins','',139.55859375,-171.1015625,0,0,0,'2020-03-29 20:12:09'); -INSERT INTO `marker` VALUES (11569,1901,NULL,2,1931,88203,'Bokoblins','',139.328125,-155.51953125,0,0,0,'2020-03-30 20:43:44'); -INSERT INTO `marker` VALUES (11570,1901,NULL,2,1901,89884,'john','',189.96875,-102.81510424613953,0,0,0,'2020-03-30 21:07:35'); -INSERT INTO `marker` VALUES (11571,1901,NULL,2,1944,87973,'Medalhão de Viajem','Subsolo',200.729687333107,-72.39843761920929,0,1,0,'2020-03-31 00:16:57'); -INSERT INTO `marker` VALUES (11572,1901,NULL,2,1926,90748,'Vah Medoh','',71.25,-99.875,0,0,0,'2020-03-31 11:33:43'); -INSERT INTO `marker` VALUES (11573,1901,NULL,2,1926,90748,'Vah Rudania','',167.5,-87.75,0,0,0,'2020-03-31 11:36:41'); -INSERT INTO `marker` VALUES (11574,1901,NULL,2,1926,90748,'Vah Naboris','',94.125,-168.375,0,0,0,'2020-03-31 11:38:37'); -INSERT INTO `marker` VALUES (11575,1901,NULL,2,1943,90785,'DLC Chest ruby','Ruby',117.5,-151.73046875,0,0,0,'2020-04-01 13:32:56'); -INSERT INTO `marker` VALUES (11576,1901,NULL,2,1901,90559,'Giant Horse','The area where the giant horse is found',108.875,-169.875,0,0,0,'2020-04-01 16:10:11'); -INSERT INTO `marker` VALUES (11577,1901,NULL,2,1901,90983,'Toston's House','Mi humilde casita',179.79620046330842,-163.87256836537497,0,0,0,'2020-04-02 07:04:44'); -INSERT INTO `marker` VALUES (11578,1901,NULL,2,1939,83679,'Ice Wizzrobe','',91.2265625,-99.22265625,0,0,0,'2020-04-02 07:57:10'); -INSERT INTO `marker` VALUES (11579,1901,NULL,2,1901,78192,'bb','',174.25799560546875,-165.0872802734375,0,0,0,'2020-04-02 09:16:48'); -INSERT INTO `marker` VALUES (11580,1901,NULL,2,1925,91066,'s','',132.84375,-79.15625,0,0,0,'2020-04-02 18:18:49'); -INSERT INTO `marker` VALUES (11581,1901,NULL,2,1901,91165,'Campfire ','',105.58823109061187,-152.63490753177268,0,0,0,'2020-04-03 11:57:51'); -INSERT INTO `marker` VALUES (11582,1901,NULL,2,1936,83262,'Cracked wall','precious gems\r\n',160.515625,-93.109375,0,0,0,'2020-04-03 15:24:44'); -INSERT INTO `marker` VALUES (11583,1901,NULL,2,1901,90976,'xc','',59.125,-115.3125,0,0,0,'2020-04-04 06:44:32'); -INSERT INTO `marker` VALUES (11584,1901,NULL,2,1930,91409,'death','',117.625,-160.21875,0,0,0,'2020-04-05 02:55:33'); -INSERT INTO `marker` VALUES (11585,1901,NULL,2,1937,91401,'Horse Fairy','',140.25,-186.171875,0,0,0,'2020-04-05 18:33:56'); -INSERT INTO `marker` VALUES (11586,1901,NULL,2,1901,91548,'Peak','Contains: Amber',107.8671875,-162.7109375,0,0,0,'2020-04-05 20:50:07'); -INSERT INTO `marker` VALUES (11587,1901,NULL,2,1944,83262,'treasure chest ','5 fire arrow',70.25,-68.265625,0,0,0,'2020-04-07 15:01:22'); -INSERT INTO `marker` VALUES (11588,1901,NULL,2,1926,75096,'Divine Beast Vah Rudania','',165.67869567871094,-88.67755508422852,0,0,0,'2020-04-07 22:10:39'); -INSERT INTO `marker` VALUES (11589,1901,NULL,2,1926,75096,'Divine Beast Vah Naboris','',94.93680953979492,-168.76338624954224,0,0,0,'2020-04-07 22:11:36'); -INSERT INTO `marker` VALUES (11590,1901,NULL,2,1926,75096,'Divine Beast Vah Medoh','',71.38671875,-99.80078125,0,0,0,'2020-04-07 22:12:04'); -INSERT INTO `marker` VALUES (11591,1901,NULL,2,1916,91098,'koro seed','',120.625,-79.25,0,0,0,'2020-04-08 00:47:27'); -INSERT INTO `marker` VALUES (11592,1901,NULL,2,1943,90882,'Purple rubies','',99.90625,-165.09375,0,0,0,'2020-04-08 00:47:35'); -INSERT INTO `marker` VALUES (11593,1901,NULL,2,1920,89332,'Shrine of Resurection','',110.96875,-157.73061992598812,0,0,0,'2020-04-09 07:32:55'); -INSERT INTO `marker` VALUES (11594,1901,NULL,2,1916,91143,'Falto','',71.4375,-99.9657286116765,0,0,0,'2020-04-09 18:31:59'); -INSERT INTO `marker` VALUES (11595,1901,NULL,2,1901,92155,'Eightfold blade','Location of an Eightfold blade.',153.671875,-143.078125,0,0,0,'2020-04-09 21:32:40'); -INSERT INTO `marker` VALUES (11596,1901,NULL,2,1901,92155,'Test','',150.1796875,-142.59375,0,0,0,'2020-04-09 21:34:04'); -INSERT INTO `marker` VALUES (11597,1901,NULL,2,1902,92155,'Lizalfos with a Phernic bow','A Lizalfos is carrying a Phernic bow here.\r\n',147.9375,-138.62109375,0,0,0,'2020-04-09 22:10:58'); -INSERT INTO `marker` VALUES (11598,1901,NULL,2,1905,92155,'Shield of the Mind's Eye','Inside of the skull there is a Shield of the Mind's Eye laying on the floor. It's a good idea to disguise yourself before going in since a bokoblin may equip it otherwise.',143.6875,-149.640625,0,0,0,'2020-04-09 22:16:16'); -INSERT INTO `marker` VALUES (11599,1901,NULL,2,1936,83262,'precious gem','topaz x2\r\nsaphire\r\namber',174.5859375,-133.6875,0,0,0,'2020-04-10 17:05:15'); -INSERT INTO `marker` VALUES (11600,1901,NULL,2,1901,92411,'Safula Hill','',99.5625,-142.078125,0,0,0,'2020-04-11 13:25:33'); -INSERT INTO `marker` VALUES (11601,1901,NULL,2,1916,92423,'korogu','',132.1796875,-179.484375,0,0,0,'2020-04-11 21:31:18'); -INSERT INTO `marker` VALUES (11602,1901,NULL,2,1926,23247,'Vah Rudania','',167.6484375,-87.46875,0,1,0,'2020-04-13 00:09:29'); -INSERT INTO `marker` VALUES (11603,1901,NULL,2,1916,90785,'Korok Seeds','under rock',125.5546875,-115.921875,0,0,0,'2020-04-13 12:23:00'); -INSERT INTO `marker` VALUES (11604,1901,NULL,2,1941,92846,'Zendou','',156.5,-101.3125,0,0,0,'2020-04-13 15:37:15'); -INSERT INTO `marker` VALUES (11605,1901,NULL,2,1901,92845,'Great Plateau Tower','The Game starts here',119.28515625,-154.52734375,0,0,0,'2020-04-13 15:37:43'); -INSERT INTO `marker` VALUES (11606,1901,NULL,2,1916,92929,'Start for south','',62.30078125,-84.40625,0,0,0,'2020-04-14 06:21:26'); -INSERT INTO `marker` VALUES (11607,1901,NULL,2,1916,92929,'start for north','',64.453125,-92.359375,0,0,0,'2020-04-14 06:46:44'); -INSERT INTO `marker` VALUES (11608,1901,NULL,2,1916,92929,'Start for south','',57.765625,-88.75390625,0,0,0,'2020-04-14 07:18:36'); -INSERT INTO `marker` VALUES (11609,1901,NULL,2,1916,92929,'Start for South East','',107.703125,-77.328125,0,0,0,'2020-04-14 10:02:47'); -INSERT INTO `marker` VALUES (11610,1901,NULL,2,1901,92956,'Schrein','',152.875,-133.8125,0,0,0,'2020-04-14 11:51:05'); -INSERT INTO `marker` VALUES (11611,1901,NULL,2,1916,92929,'Start for North East','',112.40625,-153.9609375,0,0,0,'2020-04-14 13:09:24'); -INSERT INTO `marker` VALUES (11612,1901,NULL,2,1916,92929,'Start for South','',145.6875,-164.390625,0,0,0,'2020-04-14 17:39:44'); -INSERT INTO `marker` VALUES (11613,1901,NULL,2,1944,83679,'Falcon Bow','',68.5234375,-121.97265625,0,0,0,'2020-04-15 07:15:00'); -INSERT INTO `marker` VALUES (11614,1901,NULL,2,1916,92929,'Start for East','',191.8203125,-154.8125,0,0,0,'2020-04-15 07:17:10'); -INSERT INTO `marker` VALUES (11615,1901,NULL,2,1939,83679,'Ice Wizzrobe','weapon: Blizzard rod',73.9609375,-129.65625,0,0,0,'2020-04-15 12:28:58'); -INSERT INTO `marker` VALUES (11616,1901,NULL,2,1935,92929,'7th ZORA statue ','',178.984375,-125.7109375,0,0,0,'2020-04-15 13:24:20'); -INSERT INTO `marker` VALUES (11617,1901,NULL,2,1935,92929,'1st ZORA statue','',178.9453125,-128.546875,0,0,0,'2020-04-15 13:39:04'); -INSERT INTO `marker` VALUES (11618,1901,NULL,2,1935,92929,'6th ZORA statue','',181,-128.8046875,0,0,0,'2020-04-15 13:40:45'); -INSERT INTO `marker` VALUES (11619,1901,NULL,2,1935,92929,'1st ZORA statue','',172.8046875,-126.90625,0,0,0,'2020-04-15 13:58:26'); -INSERT INTO `marker` VALUES (11620,1901,NULL,2,1935,92929,'3rd ZORA statue','',175.8125,-124.625,0,0,0,'2020-04-15 14:13:43'); -INSERT INTO `marker` VALUES (11621,1901,NULL,2,1935,92929,'5th ZORA statue','',172.390625,-130.875,0,0,0,'2020-04-15 14:21:50'); -INSERT INTO `marker` VALUES (11622,1901,NULL,2,1935,92929,'2nd ZORA statue','',172.90625,-127.515625,0,0,0,'2020-04-15 14:24:15'); -INSERT INTO `marker` VALUES (11623,1901,NULL,2,1935,92929,'A masonry monument','',178.125,-116.5,0,0,0,'2020-04-15 14:38:33'); -INSERT INTO `marker` VALUES (11624,1901,NULL,2,1935,92929,'2nd ZORA side story ','',185.9765625,-119.515625,0,0,0,'2020-04-15 14:42:39'); -INSERT INTO `marker` VALUES (11625,1901,NULL,2,1901,93236,'Amber','',107.87890625,-162.6796875,0,0,0,'2020-04-16 03:08:48'); -INSERT INTO `marker` VALUES (11626,1901,NULL,2,1916,92929,' Start for East','',59.390625,-147.078125,0,0,0,'2020-04-16 06:09:08'); -INSERT INTO `marker` VALUES (11627,1901,NULL,2,1939,83679,'Ice Wizzrobe','holding blizzard rod',61.515625,-145.3671875,0,0,0,'2020-04-16 09:52:15'); -INSERT INTO `marker` VALUES (11628,1901,NULL,2,1916,92423,'korogu','',124.4921875,-111.5,0,0,0,'2020-04-16 10:07:09'); -INSERT INTO `marker` VALUES (11629,1901,NULL,2,1916,92929,'Start for South','',87.5625,-183.46875,0,0,0,'2020-04-16 11:05:01'); -INSERT INTO `marker` VALUES (11630,1901,NULL,2,1916,92929,'Start for West','',186.25,-154.3125,0,0,0,'2020-04-16 12:55:27'); -INSERT INTO `marker` VALUES (11631,1901,NULL,2,1916,92929,'start for north','',181.75,-145.125,0,0,0,'2020-04-16 13:03:29'); -INSERT INTO `marker` VALUES (11632,1901,NULL,2,1916,92929,'start for south west','',165.09375,-115.40625,0,0,0,'2020-04-16 14:08:12'); -INSERT INTO `marker` VALUES (11633,1901,NULL,2,1916,92929,'start for north west','',160.71875,-122.8125,0,0,0,'2020-04-16 14:20:41'); -INSERT INTO `marker` VALUES (11634,1901,NULL,2,1936,83679,'Bomb rocks','Mineral and Gem Cave',158.734375,-175.6015625,0,0,0,'2020-04-17 12:03:30'); -INSERT INTO `marker` VALUES (11635,1901,NULL,2,1916,92929,'start for east','',194.34375,-79.03125,0,0,0,'2020-04-17 14:37:14'); -INSERT INTO `marker` VALUES (11636,1901,NULL,2,1926,93456,'Divine Beast Vah Rudina','',167.734375,-87.6015625,0,0,0,'2020-04-17 20:32:33'); -INSERT INTO `marker` VALUES (11637,1901,NULL,2,1944,86120,'Royal Shield (Floating Platform Chest)','Floating Platform Chest with blue bokoblin',131.95709228515625,-153.70404052734375,0,1,0,'2020-04-18 00:30:40'); -INSERT INTO `marker` VALUES (11638,1901,NULL,2,1944,86120,'Royal Bow (Floating Platform)','',132.94256591796875,-148.24139404296875,0,0,0,'2020-04-18 01:03:36'); -INSERT INTO `marker` VALUES (11639,1901,NULL,2,1916,92929,'Start for south','',96.453125,-181.640625,0,0,0,'2020-04-18 14:06:28'); -INSERT INTO `marker` VALUES (11640,1901,NULL,2,1944,86120,'Serpentine Spear (Floating Platform)','',138.44964599609375,-143.4849853515625,0,0,0,'2020-04-18 17:45:45'); -INSERT INTO `marker` VALUES (11641,1901,NULL,2,1945,93523,'Blupee','Saw one here on my first play-through before leaving the area. Didn't know what it was until later.',112.1796875,-162.828125,0,0,0,'2020-04-20 07:58:54'); -INSERT INTO `marker` VALUES (11642,1901,NULL,2,1926,93892,'Divine Beast Vah Medoh','The big flying birdy',71.33469295501709,-99.8335690498352,0,0,0,'2020-04-20 11:47:36'); -INSERT INTO `marker` VALUES (11643,1901,NULL,2,1901,94033,'???? ?','',147.9140625,-156.80859375,0,0,0,'2020-04-21 05:00:48'); -INSERT INTO `marker` VALUES (11644,1901,NULL,2,1901,94033,'???? ?','',147.8828125,-156.6953125,0,0,0,'2020-04-21 05:01:31'); -INSERT INTO `marker` VALUES (11645,1901,NULL,2,1916,94102,'Korok Seed','',189.09375,-160.78125,0,0,0,'2020-04-21 16:59:35'); -INSERT INTO `marker` VALUES (11646,1901,NULL,2,1943,93612,'gem nox','',89.8125,-162.765625,0,1,0,'2020-04-21 17:54:35'); -INSERT INTO `marker` VALUES (11647,1901,NULL,2,1925,93382,'Sevgik','',68.34375,-172.125,0,0,0,'2020-04-21 18:23:57'); -INSERT INTO `marker` VALUES (11648,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',60.984375,-144.96875,0,0,0,'2020-04-21 18:37:43'); -INSERT INTO `marker` VALUES (11649,1901,NULL,2,1925,94134,'Shrine of Resurection','',111.1624984741211,-157.44586987651977,0,1,0,'2020-04-21 20:08:01'); -INSERT INTO `marker` VALUES (11650,1901,NULL,2,1901,94146,'t','',-319,10,0,0,0,'2020-04-21 20:59:06'); -INSERT INTO `marker` VALUES (11651,1901,NULL,2,1901,94146,'t','',98.375,-142,0,0,0,'2020-04-21 20:59:39'); -INSERT INTO `marker` VALUES (11652,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',75.3359375,-152.6015625,0,0,0,'2020-04-22 17:56:19'); -INSERT INTO `marker` VALUES (11653,1901,NULL,2,1905,74072,'Royal Shield','',115.75,-72.76953125,0,0,0,'2020-04-23 20:34:16'); -INSERT INTO `marker` VALUES (11654,1901,NULL,2,1901,94410,'???','???',217.1875,-203.21875,0,0,0,'2020-04-24 01:54:26'); -INSERT INTO `marker` VALUES (11655,1901,NULL,2,1916,94432,'falta','',60.36458110809326,-96.18750095367432,0,0,0,'2020-04-24 17:27:50'); -INSERT INTO `marker` VALUES (11656,1901,NULL,2,1901,94531,'Old SHirt','',110.599609375,-157.5234375,0,0,0,'2020-04-24 22:30:06'); -INSERT INTO `marker` VALUES (11657,1901,NULL,2,1901,94601,'111111','',156.609375,-146.671875,0,0,0,'2020-04-25 16:13:51'); -INSERT INTO `marker` VALUES (11658,1901,NULL,2,1939,74072,'Ice Wizzrobe','',88.96875,-99.8125,0,0,0,'2020-04-26 04:06:34'); -INSERT INTO `marker` VALUES (11659,1901,NULL,2,1930,93360,'calamity gannon','',123.98215007781982,-111.4362256526947,0,0,0,'2020-04-26 14:48:35'); -INSERT INTO `marker` VALUES (11660,1901,NULL,2,1935,91363,'A gift of Nightshade','No requirements',168.48046875,-183.5390625,0,1,0,'2020-04-26 19:35:41'); -INSERT INTO `marker` VALUES (11661,1901,NULL,2,1926,94871,'Divine Beast Vah Medoh','The Divine Beast situated in Rito Village',-512,-168,0,0,0,'2020-04-27 00:47:46'); -INSERT INTO `marker` VALUES (11662,1901,NULL,2,1901,94805,'entrainement vol','',201.734375,-186.625,0,1,0,'2020-04-27 09:18:27'); -INSERT INTO `marker` VALUES (11663,1901,NULL,2,1903,93396,'????','',118.98281240463257,-87.37987962748004,0,0,0,'2020-04-27 12:17:01'); -INSERT INTO `marker` VALUES (11664,1901,NULL,2,1935,94933,'Sheep bandits','',184.51171875,-160.1015625,0,0,0,'2020-04-27 14:09:21'); -INSERT INTO `marker` VALUES (11665,1901,NULL,2,1931,94933,'Bokoblin and Lizalfos Camp','Several Fire Chu Chus',166.953125,-113.546875,0,0,0,'2020-04-27 14:32:18'); -INSERT INTO `marker` VALUES (11666,1901,NULL,2,1936,94974,'Rock wall','',158.8125,-165.06346153846152,0,0,0,'2020-04-27 18:32:57'); -INSERT INTO `marker` VALUES (11667,1901,NULL,2,1910,94974,'Chest with Opal','',158.875,-164.96966450668896,0,0,0,'2020-04-27 18:33:49'); -INSERT INTO `marker` VALUES (11668,1901,NULL,2,1901,93308,'oups','pas de noix k',196.5,-104.3125,0,0,0,'2020-04-27 20:15:05'); -INSERT INTO `marker` VALUES (11669,1901,NULL,2,1936,94974,'Chest','',91.3359375,-136.60719324832775,0,0,0,'2020-04-27 20:42:36'); -INSERT INTO `marker` VALUES (11670,1901,NULL,2,1910,94974,'silver Rubin +100','',91.41015625,-136.55954222408027,0,0,0,'2020-04-27 20:43:16'); -INSERT INTO `marker` VALUES (11671,1901,NULL,2,1934,92677,'17','',158.8125,-157.4375,0,0,0,'2020-04-27 23:45:35'); -INSERT INTO `marker` VALUES (11672,1901,NULL,2,1901,95030,'Templo','Templo de tiempo',115.58365726494817,-157.98236815056606,0,0,0,'2020-04-28 07:38:31'); -INSERT INTO `marker` VALUES (11673,1901,NULL,2,1901,93397,'5444','',-2,-99.5,0,0,0,'2020-04-28 14:09:01'); -INSERT INTO `marker` VALUES (11674,1901,NULL,2,1901,93360,'https://www.dcode.fr/tools/hylian-a-link-between-worlds/images/char(67).png','',63.9375,-89.1015625,0,0,0,'2020-04-28 20:56:10'); -INSERT INTO `marker` VALUES (11675,1901,NULL,2,1939,74072,'Ice Wizzrobe','',82.890625,-81.765625,0,0,0,'2020-04-29 06:12:40'); -INSERT INTO `marker` VALUES (11676,1901,NULL,2,1916,91119,'Krokos Seed','',130.62890625,-158.171875,0,0,0,'2020-04-29 12:34:23'); -INSERT INTO `marker` VALUES (11677,1901,NULL,2,1901,95211,'g','',130.63749885559082,-129.73620724674947,0,0,0,'2020-04-29 14:48:25'); -INSERT INTO `marker` VALUES (11678,1901,NULL,2,1939,83262,'Blizzard Wizzrobe','Blizzard ',82.796875,-81.8828125,0,0,0,'2020-04-29 15:31:16'); -INSERT INTO `marker` VALUES (11679,1901,NULL,2,1939,74072,'Ice Wizzrobe','',73.9921875,-86.3671875,0,0,0,'2020-04-30 06:01:00'); -INSERT INTO `marker` VALUES (11680,1901,NULL,2,1925,46811,'Gorae Torr Shine','',169.64687460660934,-73.9188291214314,0,0,0,'2020-04-30 07:50:16'); -INSERT INTO `marker` VALUES (11681,1901,NULL,2,1925,46811,'Shira Gomar Shine','',90.96250009536743,-106.35612373039775,0,1,0,'2020-05-01 12:13:31'); -INSERT INTO `marker` VALUES (11682,1901,NULL,2,1926,95474,'Divine Beast Vah Rudania','',164.04876708984375,-87.64111328125,0,0,0,'2020-05-01 14:55:49'); -INSERT INTO `marker` VALUES (11683,1901,NULL,2,1926,95474,'Divine Beast Vah Medoh','',71.32247924804688,-100.03341674804688,0,1,0,'2020-05-01 15:00:49'); -INSERT INTO `marker` VALUES (11684,1901,NULL,2,1926,95474,'Divine Beast Vah Naboris','',95.5,-171.5,0,0,0,'2020-05-01 15:01:55'); -INSERT INTO `marker` VALUES (11685,1901,NULL,2,1901,93117,'Aktuell da','',138.453125,-153.6875,0,0,0,'2020-05-01 20:51:29'); -INSERT INTO `marker` VALUES (11686,1901,NULL,2,1935,95588,'By Firefly's Light','Quest available During Night only - inside the house.',157.609375,-144.14453125,0,0,0,'2020-05-02 10:18:42'); -INSERT INTO `marker` VALUES (11687,1901,NULL,2,1935,95588,'Arrows of Burning Heat','Quest Giver inside the Shop ',156.46484375,-143.88671875,0,0,0,'2020-05-02 10:21:39'); -INSERT INTO `marker` VALUES (11688,1901,NULL,2,1935,95588,'Frog Catching','Quest Giver a child called Tumbo',179.50390625,-120.50390625,0,0,0,'2020-05-02 10:26:15'); -INSERT INTO `marker` VALUES (11689,1901,NULL,2,1935,95588,'Zora Stone Monuments','Ice stone tables with the story of the area. given by Jiahto',180.26953125,-119.1328125,0,0,0,'2020-05-02 10:27:29'); -INSERT INTO `marker` VALUES (11690,1901,NULL,2,1903,95621,'lightscsale','',-273,-15,0,0,0,'2020-05-02 16:04:14'); -INSERT INTO `marker` VALUES (11691,1901,NULL,2,1916,85290,'Forse','',200.3671875,-99.2421875,0,0,0,'2020-05-02 16:49:21'); -INSERT INTO `marker` VALUES (11692,1901,NULL,2,1939,82004,'Blizzrobe','',73.609375,-129.65625,0,0,0,'2020-05-02 17:38:08'); -INSERT INTO `marker` VALUES (11693,1901,NULL,2,1940,95754,'Silver Lynel','',116.79296875,-160.94140625,0,0,0,'2020-05-03 15:37:50'); -INSERT INTO `marker` VALUES (11694,1901,NULL,2,1939,82004,'Blizzrobe','',74.015625,-86.65625,0,0,0,'2020-05-03 23:00:45'); -INSERT INTO `marker` VALUES (11695,1901,NULL,2,1910,38229,'Kilton','',177.7726285457611,-122.10007348842096,0,0,0,'2020-05-04 17:51:56'); -INSERT INTO `marker` VALUES (11696,1901,NULL,2,1901,95982,'need coordinates','',-18.5,-96.125,0,0,0,'2020-05-04 22:44:58'); -INSERT INTO `marker` VALUES (11697,1901,NULL,2,1916,96153,'1','',193.7890625,-163.4765625,0,0,0,'2020-05-06 13:19:36'); -INSERT INTO `marker` VALUES (11698,1901,NULL,2,1901,94471,'amiibo','',133.69179806659983,-143.68569637451245,0,1,0,'2020-05-07 01:12:45'); -INSERT INTO `marker` VALUES (11699,1901,NULL,2,1939,82004,'Blizzrobe','',80.96875,-86.3125,0,0,0,'2020-05-07 02:34:13'); -INSERT INTO `marker` VALUES (11700,1901,NULL,2,1939,82004,'Blizzrobe','',83.09375,-82.203125,0,0,0,'2020-05-08 02:44:30'); -INSERT INTO `marker` VALUES (11701,1901,NULL,2,1905,95793,'Shield of the Mind's Eyes','',173.84375,-160.19700447938962,0,0,0,'2020-05-08 03:22:25'); -INSERT INTO `marker` VALUES (11702,1901,NULL,2,1944,95793,'Fire Arrow x10','Grizzlemaw Bear',85.0625,-151.33734936502648,0,0,0,'2020-05-08 04:19:33'); -INSERT INTO `marker` VALUES (11703,1901,NULL,2,1901,96327,'vah ruduna','',167.29999923706055,-86.9938064977292,0,0,0,'2020-05-08 04:40:16'); -INSERT INTO `marker` VALUES (11704,1901,NULL,2,1916,96316,'Korok Seeds','',130.640625,-158.5078125,0,0,0,'2020-05-08 06:02:20'); -INSERT INTO `marker` VALUES (11705,1901,NULL,2,1916,38229,'Fleur début korogus','',199.88227832317352,-167.35896627810882,0,0,0,'2020-05-09 09:44:31'); -INSERT INTO `marker` VALUES (11706,1901,NULL,2,1916,20922,'NO LO ENCUENTRO','',99.64085584054516,-99.08100971902707,0,0,0,'2020-05-11 08:52:09'); -INSERT INTO `marker` VALUES (11707,1901,NULL,2,1916,96682,'a','',153.828125,-120,0,0,0,'2020-05-11 11:51:26'); -INSERT INTO `marker` VALUES (11708,1901,NULL,2,1901,96802,'PUZZLE','',67.8125,-139.03125,0,0,0,'2020-05-11 14:01:21'); -INSERT INTO `marker` VALUES (11709,1901,NULL,2,1901,96668,'Snow Bowling','Money, money, money!',95.69140625,-95.3203125,0,0,0,'2020-05-11 16:34:46'); -INSERT INTO `marker` VALUES (11710,1901,NULL,2,1939,93523,'Ice Wizzrobe','Arrived on site after 1:00 p.m. in the rain. Was not marked on map',73.921875,-129.6837060704668,0,0,0,'2020-05-12 00:43:11'); -INSERT INTO `marker` VALUES (11711,1901,NULL,2,1939,82004,'Ice wizzrobe','',103.6875,-186.5625,0,0,0,'2020-05-12 01:46:15'); -INSERT INTO `marker` VALUES (11712,1901,NULL,2,1926,96690,'Vah'Nabooris','',81.25,-181.375,0,0,0,'2020-05-12 10:38:17'); -INSERT INTO `marker` VALUES (11713,1901,NULL,2,1926,96690,'Vah'Medoh','',68.875,-96.5,0,0,0,'2020-05-12 10:38:44'); -INSERT INTO `marker` VALUES (11714,1901,NULL,2,1926,96690,'Vah'Rudania','',167.8125,-87.5,0,0,0,'2020-05-12 10:38:59'); -INSERT INTO `marker` VALUES (11715,1901,NULL,2,1901,96690,'Spring of Wisdom','',189.9375,-149.3125,0,0,0,'2020-05-12 10:40:48'); -INSERT INTO `marker` VALUES (11716,1901,NULL,2,1930,96690,'Grand Koga','',74.53125,-148.828125,0,0,0,'2020-05-12 10:44:47'); -INSERT INTO `marker` VALUES (11717,1901,NULL,2,1901,96690,'Caltice's Valley','',64.4375,-152.484375,0,0,0,'2020-05-12 10:45:37'); -INSERT INTO `marker` VALUES (11718,1901,NULL,2,1930,96690,'Moblin','',110.55859375,-134.78125,0,0,0,'2020-05-12 13:04:16'); -INSERT INTO `marker` VALUES (11719,1901,NULL,2,1932,96999,'core','core',147.94921875,-146.4921875,0,0,0,'2020-05-13 07:58:44'); -INSERT INTO `marker` VALUES (11720,1901,NULL,2,1901,96999,'place','??? ??',109.9375,-147.6953125,0,0,0,'2020-05-13 08:35:29'); -INSERT INTO `marker` VALUES (11721,1901,NULL,2,1931,96999,' Arena old ruins','',110.03515625,-147.78515625,0,0,0,'2020-05-13 08:40:31'); -INSERT INTO `marker` VALUES (11722,1901,NULL,2,1901,97040,'Tengo que hacerlo','',66.4375,-101.625,0,0,0,'2020-05-13 21:29:02'); -INSERT INTO `marker` VALUES (11723,1901,NULL,2,1925,95775,'Sato Koda Shrine (DLC)','Shrine from DLC content.',176.5078125,-115,0,0,0,'2020-05-14 00:56:47'); -INSERT INTO `marker` VALUES (11724,1901,NULL,2,1944,96356,'Royal Broadsword ','Level 60',160.484375,-188.484375,0,1,0,'2020-05-14 08:07:20'); -INSERT INTO `marker` VALUES (11725,1901,NULL,2,1926,23655,'Divine Beast Vah Ruta','',174.4375,-131.96875,0,1,0,'2020-05-14 20:25:03'); -INSERT INTO `marker` VALUES (11726,1901,NULL,2,1926,79321,'Divine Beast Vah Medoh','',71.75,-100.25,0,0,0,'2020-05-15 09:28:21'); -INSERT INTO `marker` VALUES (11727,1901,NULL,2,1926,97206,'???????','?????',152.77083361148834,-70.77083349227905,0,0,0,'2020-05-15 10:35:54'); -INSERT INTO `marker` VALUES (11728,1901,NULL,2,1931,96690,'Bokoblin camp','',55.59375,-188.328125,0,0,0,'2020-05-15 13:36:29'); -INSERT INTO `marker` VALUES (11729,1901,NULL,2,1931,96690,'Bokoblin camp','',51.90234375,-183.39453125,0,0,0,'2020-05-15 13:37:20'); -INSERT INTO `marker` VALUES (11730,1901,NULL,2,1901,97345,'Metoer rod','Lag',38.62564079098207,-131.48750101681037,0,0,0,'2020-05-16 20:05:52'); -INSERT INTO `marker` VALUES (11731,1901,NULL,2,1903,97345,'Metoer rod','',116.15695601434989,-72.6708254929876,0,0,0,'2020-05-16 20:07:57'); -INSERT INTO `marker` VALUES (11732,1901,NULL,2,1902,97345,'Metoer rod','',72.26988482930975,-118.76899970356816,0,0,0,'2020-05-16 20:08:38'); -INSERT INTO `marker` VALUES (11733,1901,NULL,2,1901,97367,'Kakariko Village','Free the divine beasts!',155.9765914039684,-143.31883311134607,0,0,0,'2020-05-17 00:24:40'); -INSERT INTO `marker` VALUES (11734,1901,NULL,2,1901,97367,'Zora's Domain','Divine Beast Vah Ruta',179.21542863277253,-120.74530372412832,0,0,0,'2020-05-17 00:25:32'); -INSERT INTO `marker` VALUES (11735,1901,NULL,2,1901,97367,'Memory 1','Locked Mementos',122.98007751719095,-124.86249961863565,0,0,0,'2020-05-17 00:27:54'); -INSERT INTO `marker` VALUES (11736,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','The reptilian Divine Beast of Daruk, found on Death Mountain',167.6875,-87.515625,0,1,0,'2020-05-18 16:59:05'); -INSERT INTO `marker` VALUES (11737,1901,NULL,2,1901,75055,'Exchange Ruins','Ruins of a trading area.',116.23828125,-141.61328125,0,0,0,'2020-05-18 17:02:57'); -INSERT INTO `marker` VALUES (11738,1901,NULL,2,1901,97517,'Dragon','',189.328125,-148.921875,0,0,0,'2020-05-20 04:15:34'); -INSERT INTO `marker` VALUES (11739,1901,NULL,2,1901,97206,'Giant Hollow Blizzard','',77.4375,-102.09375,0,0,0,'2020-05-20 11:02:59'); -INSERT INTO `marker` VALUES (11740,1901,NULL,2,1931,96476,'Bokoblin Camp','',107.84375,-154.38671875,0,0,0,'2020-05-22 22:34:08'); -INSERT INTO `marker` VALUES (11741,1901,NULL,2,1901,94042,'???????','',142.6875,-98.875,0,0,0,'2020-05-23 02:36:17'); -INSERT INTO `marker` VALUES (11742,1901,NULL,2,1926,97047,'Vah ruta','',174.5,-131.83984375,0,0,0,'2020-05-25 09:00:27'); -INSERT INTO `marker` VALUES (11743,1901,NULL,2,1916,98399,'Après prologue','',110.453125,-157.84375,0,0,0,'2020-05-26 23:15:40'); -INSERT INTO `marker` VALUES (11744,1901,NULL,2,1926,98590,'Devine Beast Vah Medoh','',71.5,-99.625,0,0,0,'2020-05-28 18:59:53'); -INSERT INTO `marker` VALUES (11745,1901,NULL,2,1901,98590,'Divine Beast Vah Rudania','',167,-87.625,0,0,0,'2020-05-28 19:00:43'); -INSERT INTO `marker` VALUES (11746,1901,NULL,2,1901,98590,'Divine Beast Vah Naboris','',95.09375,-169.25,0,0,0,'2020-05-28 19:03:52'); -INSERT INTO `marker` VALUES (11747,1901,NULL,2,1921,98596,'Aldea Kakarikp','',-30.931137084960938,-101.18365478515625,0,0,0,'2020-05-28 19:48:32'); -INSERT INTO `marker` VALUES (11748,1901,NULL,2,1916,98484,'Korok Seeds','',106.09999561309814,-134.16178501354966,0,0,0,'2020-05-29 17:13:25'); -INSERT INTO `marker` VALUES (11749,1901,NULL,2,1925,97115,'KIHA TOSA','',94.2890625,-78.1875,0,0,0,'2020-05-29 20:28:01'); -INSERT INTO `marker` VALUES (11750,1901,NULL,2,1905,98495,'Hylian shield','',63.5,-94.75,0,0,0,'2020-05-29 21:57:59'); -INSERT INTO `marker` VALUES (11751,1901,NULL,2,1926,98725,'Vah Rudania','',167.75,-87.48757442408632,0,0,0,'2020-05-31 00:11:49'); -INSERT INTO `marker` VALUES (11752,1901,NULL,2,1926,98725,'Vah Medoh','',71.47500228881836,-99.79315644125765,0,0,0,'2020-05-31 00:12:21'); -INSERT INTO `marker` VALUES (11753,1901,NULL,2,1926,98725,'Vah Naboris','',95,-169.12257737160525,0,0,0,'2020-05-31 00:12:55'); -INSERT INTO `marker` VALUES (11754,1901,NULL,2,1931,98725,'Moblin Camp','',91.06718826293945,-162.88286032563002,0,0,0,'2020-05-31 01:37:33'); -INSERT INTO `marker` VALUES (11755,1901,NULL,2,1931,98725,'Bokolin Camp','',101.76250076293945,-165.2162581536511,0,0,0,'2020-05-31 02:10:06'); -INSERT INTO `marker` VALUES (11756,1901,NULL,2,1901,81511,'tour a chercher','',116.34375,-135.21875,0,0,0,'2020-05-31 19:55:36'); -INSERT INTO `marker` VALUES (11757,1901,NULL,2,1901,89772,'zelda','',95.60546851158142,-134.23954675986732,0,0,0,'2020-06-01 01:12:29'); -INSERT INTO `marker` VALUES (11758,1901,NULL,2,1901,98628,'Hi','',105.875,-130,0,0,0,'2020-06-01 16:35:46'); -INSERT INTO `marker` VALUES (11759,1901,NULL,2,1926,98860,'Divine Beast vah Medo','the orni divine Besat veh Medo',71.375,-99.984375,0,1,0,'2020-06-02 12:17:32'); -INSERT INTO `marker` VALUES (11760,1901,NULL,2,1935,99093,'The Hero´s Cache','',186.53125,-169.015625,0,0,0,'2020-06-02 17:22:15'); -INSERT INTO `marker` VALUES (11761,1901,NULL,2,1940,99207,'lynel','',64.21718740463257,-141.82500004768372,0,0,0,'2020-06-04 00:03:20'); -INSERT INTO `marker` VALUES (11762,1901,NULL,2,1901,98761,'krog ','',164.34375,-155.015625,0,0,0,'2020-06-04 17:40:51'); -INSERT INTO `marker` VALUES (11763,1901,NULL,2,1901,96957,'Dinraal Farming spot','',142.5,-70.4453125,0,0,0,'2020-06-04 21:09:41'); -INSERT INTO `marker` VALUES (11764,1901,NULL,2,1901,99221,'Farming','',155.734375,-172.4140625,0,0,0,'2020-06-05 04:24:07'); -INSERT INTO `marker` VALUES (11765,1901,NULL,2,1920,99367,'wo i grad bin','',189.328125,-160.9765625,0,0,0,'2020-06-05 13:48:48'); -INSERT INTO `marker` VALUES (11766,1901,NULL,2,1931,99380,'Enemy Camp','',79.94140625,-153.19140625,0,0,0,'2020-06-05 15:33:55'); -INSERT INTO `marker` VALUES (11767,1901,NULL,2,1931,99380,'Enemy Camp','',53.703125,-149.3125,0,0,0,'2020-06-05 15:34:31'); -INSERT INTO `marker` VALUES (11768,1901,NULL,2,1931,99380,'Enemy Camp','',71.453125,-142.90625,0,0,0,'2020-06-05 15:34:50'); -INSERT INTO `marker` VALUES (11769,1901,NULL,2,1931,99380,'Enemy Camp','',58.671875,-145.046875,0,0,0,'2020-06-05 15:35:01'); -INSERT INTO `marker` VALUES (11770,1901,NULL,2,1931,99380,'Enemy Camp','',56.578125,-139.46875,0,0,0,'2020-06-05 15:35:10'); -INSERT INTO `marker` VALUES (11771,1901,NULL,2,1931,99380,'Enemy Camp','',83.875,-116.96875,0,0,0,'2020-06-05 15:35:46'); -INSERT INTO `marker` VALUES (11772,1901,NULL,2,1901,99380,'Enemy Camp','',65.53125,-97.140625,0,0,0,'2020-06-05 15:36:09'); -INSERT INTO `marker` VALUES (11773,1901,NULL,2,1931,99380,'Enemy Camp','',64.796875,-78.1875,0,0,0,'2020-06-05 15:36:50'); -INSERT INTO `marker` VALUES (11774,1901,NULL,2,1931,99380,'Enemy Camp','',58.796875,-75.171875,0,0,0,'2020-06-05 15:36:58'); -INSERT INTO `marker` VALUES (11775,1901,NULL,2,1931,99380,'Enemy Camp','',86.0625,-75.75,0,0,0,'2020-06-05 15:37:23'); -INSERT INTO `marker` VALUES (11776,1901,NULL,2,1931,99380,'Enemy Camp','',98.234375,-80.125,0,0,0,'2020-06-05 15:37:38'); -INSERT INTO `marker` VALUES (11777,1901,NULL,2,1931,99380,'Enemy Camp','',99.15625,-78.546875,0,0,0,'2020-06-05 15:37:49'); -INSERT INTO `marker` VALUES (11778,1901,NULL,2,1931,99380,'Enemy Camp','',170.265625,-76.578125,0,0,0,'2020-06-05 15:38:20'); -INSERT INTO `marker` VALUES (11779,1901,NULL,2,1931,99380,'Enemy Camp','',193.375,-119.890625,0,0,0,'2020-06-05 15:38:47'); -INSERT INTO `marker` VALUES (11780,1901,NULL,2,1931,99380,'Enemy Camp','',118.234375,-158.15625,0,0,0,'2020-06-05 15:39:58'); -INSERT INTO `marker` VALUES (11781,1901,NULL,2,1940,98510,'lynel','',197.9453125,-139.9453125,0,0,0,'2020-06-05 20:35:09'); -INSERT INTO `marker` VALUES (11782,1901,NULL,2,1901,99452,'Divide','',142.65625,-128.3828125,0,0,0,'2020-06-06 05:03:28'); -INSERT INTO `marker` VALUES (11783,1901,NULL,2,1903,52948,'martea ude fer ','dans le sanctuaire',147.0078125,-109.0546875,0,0,0,'2020-06-07 15:36:33'); -INSERT INTO `marker` VALUES (11784,1901,NULL,2,1939,98510,'Ice Wizzrobe','',75.3125,-152.421875,0,0,0,'2020-06-08 01:37:09'); -INSERT INTO `marker` VALUES (11785,1901,NULL,2,1901,99671,'Painter','',30.5,-162,0,0,0,'2020-06-08 07:18:24'); -INSERT INTO `marker` VALUES (11786,1901,NULL,2,1935,98510,'trial of desert','',99.953125,-180.234375,0,0,0,'2020-06-08 18:02:13'); -INSERT INTO `marker` VALUES (11787,1901,NULL,2,1910,97750,'ex3','',148.10546875,-166.30859375,0,0,0,'2020-06-08 18:50:05'); -INSERT INTO `marker` VALUES (11788,1901,NULL,2,1902,99760,',n','',-7.5,-103,0,0,0,'2020-06-08 20:15:11'); -INSERT INTO `marker` VALUES (11789,1901,NULL,2,1916,95021,'Korok Seed','',137.241943359375,-154.74038347190915,0,1,0,'2020-06-09 22:46:20'); -INSERT INTO `marker` VALUES (11790,1901,NULL,2,1925,99970,'Kieve Tala Shrine','',91.0625,-189.140625,0,0,0,'2020-06-11 01:49:08'); -INSERT INTO `marker` VALUES (11791,1901,NULL,2,1910,93396,'opal','',107.87499928474426,-162.68310791374498,0,0,0,'2020-06-11 03:51:49'); -INSERT INTO `marker` VALUES (11792,1901,NULL,2,1901,99565,'hg','',41.8125,-74.4375,0,0,0,'2020-06-12 13:27:11'); -INSERT INTO `marker` VALUES (11793,1901,NULL,2,1916,100096,'Can't get this one','',127.59375,-175.55078125,0,0,0,'2020-06-12 14:48:04'); -INSERT INTO `marker` VALUES (11794,1901,NULL,2,1939,98510,'Ice Wizzrobe','',103.765625,-186.3359375,0,0,0,'2020-06-12 20:42:07'); -INSERT INTO `marker` VALUES (11795,1901,NULL,2,1939,98510,'Ice Wizzrobe','',60.89453125,-145.14453125,0,0,0,'2020-06-12 22:52:25'); -INSERT INTO `marker` VALUES (11796,1901,NULL,2,1939,98510,'Ice Wizzrobe','',69.6796875,-152.453125,0,0,0,'2020-06-12 23:04:10'); -INSERT INTO `marker` VALUES (11797,1901,NULL,2,1935,90222,'Fire Arrow','',156.859375,-144.3359375,0,0,0,'2020-06-15 10:06:40'); -INSERT INTO `marker` VALUES (11798,1901,NULL,2,1901,100663,'No lo encuentro','',85.875,-160.8125,0,0,0,'2020-06-17 06:49:44'); -INSERT INTO `marker` VALUES (11799,1901,NULL,2,1935,100668,'Arrows of burning heat','',156.66796875,-143.859375,0,1,0,'2020-06-17 19:47:28'); -INSERT INTO `marker` VALUES (11800,1901,NULL,2,1901,100738,'mem','',177.0100258717581,-145.84462008607025,0,0,0,'2020-06-17 23:03:02'); -INSERT INTO `marker` VALUES (11801,1901,NULL,2,1901,100663,'Yo','',55.56562423706055,-142.36249989271164,0,1,0,'2020-06-18 01:11:30'); -INSERT INTO `marker` VALUES (11802,1901,NULL,2,1939,100437,'Ice Wizzrobe','',74.359375,-86.15625,0,0,0,'2020-06-18 11:09:12'); -INSERT INTO `marker` VALUES (11803,1901,NULL,2,1920,98023,'My House','My lovely home!',180.140625,-163.7890625,0,1,0,'2020-06-19 13:04:51'); -INSERT INTO `marker` VALUES (11804,1901,NULL,2,1901,99409,'Chest EX','Majora Mask',120.9609375,-148.0234375,0,0,0,'2020-06-20 10:00:32'); -INSERT INTO `marker` VALUES (11805,1901,NULL,2,1936,100451,'Cracked wall','Treasure with an opal',114.53255200386047,-157.89322912693024,0,0,0,'2020-06-21 01:28:10'); -INSERT INTO `marker` VALUES (11806,1901,NULL,2,1904,101103,'Ice Arrows x5','Ice Arrows, 5 items',137.8992341783498,-189.36135803458478,0,0,0,'2020-06-22 08:24:35'); -INSERT INTO `marker` VALUES (11807,1901,NULL,2,1947,72792,'Molduga','',188.4375,-105.6875,0,1,0,'2020-06-23 21:47:58'); -INSERT INTO `marker` VALUES (11808,1901,NULL,2,1939,72792,'Blizzrobe','',103.80078125,-186.4609375,0,0,0,'2020-06-23 21:54:41'); -INSERT INTO `marker` VALUES (11809,1901,NULL,2,1939,96424,'Blizzrobe ','',103.81263732910156,-186.451416015625,0,0,0,'2020-06-23 21:55:35'); -INSERT INTO `marker` VALUES (11810,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:35'); -INSERT INTO `marker` VALUES (11811,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:48'); -INSERT INTO `marker` VALUES (11812,1901,NULL,2,1904,72792,'Arrow x10','Use magnesis to get a chest out of the water that holds 10 arrows.',204.7578125,-185.78125,0,0,0,'2020-06-24 22:17:02'); -INSERT INTO `marker` VALUES (11813,1901,NULL,2,1935,101372,'?????? ????????? ??????','',156.5539059638977,-144.28050784283332,0,1,0,'2020-06-25 08:55:47'); -INSERT INTO `marker` VALUES (11814,1901,NULL,2,1920,97558,'Kakariko','',156.38671875,-143.67578125,0,0,0,'2020-06-25 11:34:39'); -INSERT INTO `marker` VALUES (11815,1901,NULL,2,1939,100437,'Polar-Rod','',103.828125,-186.40625,0,0,0,'2020-06-25 15:52:40'); -INSERT INTO `marker` VALUES (11816,1901,NULL,2,1931,101419,'Bokoblin Camp','',107.921875,-154.32421875,0,1,0,'2020-06-25 21:06:23'); -INSERT INTO `marker` VALUES (11817,1901,NULL,2,1901,99835,'laboratorio akkala','',197.846923828125,-79.77880859375,0,0,0,'2020-06-25 22:29:10'); -INSERT INTO `marker` VALUES (11818,1901,NULL,2,1931,98628,'Moblin/Bokoblin Camp','',175.6015625,-110.640625,0,0,0,'2020-06-27 00:53:36'); -INSERT INTO `marker` VALUES (11819,1901,NULL,2,1901,101602,'asdf','',70.375,-103.69921875,0,0,0,'2020-06-28 08:10:21'); -INSERT INTO `marker` VALUES (11820,1901,NULL,2,1910,101671,'Amber','',107.890625,-162.78125,0,0,0,'2020-06-29 00:22:57'); -INSERT INTO `marker` VALUES (11821,2000,NULL,2,1969,98761,'fairy','',243.5,-83.4375,0,0,0,'2020-06-29 21:51:01'); -INSERT INTO `marker` VALUES (11822,1901,NULL,2,1916,92379,'Korok','Inside pile of leaves under rock within ruins.',120.98125556574986,-148.23603947859817,0,0,0,'2020-06-30 04:17:18'); -INSERT INTO `marker` VALUES (11823,1901,NULL,2,1901,82586,'farosh farm','',156.1640625,-173.2265625,0,1,0,'2020-07-02 03:23:37'); -INSERT INTO `marker` VALUES (11824,1901,NULL,2,1935,24558,'A Gift of Nightshade','Blue Nightshade needed',168.50000023841858,-183.39062482118607,0,0,0,'2020-07-02 19:00:36'); -INSERT INTO `marker` VALUES (11825,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',183.2135410308838,-180.56510376930237,0,0,0,'2020-07-02 19:54:38'); -INSERT INTO `marker` VALUES (11826,1901,NULL,2,1935,24558,'A Fragmented Monument','Shrine Quest',181.8984375,-180.171875,0,0,0,'2020-07-02 19:55:53'); -INSERT INTO `marker` VALUES (11827,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',180.98177075386047,-182.37369799613953,0,0,0,'2020-07-02 19:58:46'); -INSERT INTO `marker` VALUES (11828,1901,NULL,2,1925,101922,'Shrine of Resurrection','',110.73240661621094,-157.36920166015625,0,0,0,'2020-07-03 06:29:13'); -INSERT INTO `marker` VALUES (11829,1901,NULL,2,1946,24558,'Super Rumour Mill V3','Ex',136.23567724227905,-182.015625,0,0,0,'2020-07-03 17:25:35'); -INSERT INTO `marker` VALUES (11830,1901,NULL,2,1946,24558,'Super Rumour Mill EX: Volume 1','',144.9270830154419,-110.27604150772095,0,0,0,'2020-07-03 18:19:08'); -INSERT INTO `marker` VALUES (11831,1901,NULL,2,1916,93818,'karok','',154.21875,-177.40625,0,0,0,'2020-07-05 01:00:57'); -INSERT INTO `marker` VALUES (11832,1901,NULL,2,1944,102183,'Majora's Mask','',121,-148.140625,0,0,0,'2020-07-06 21:08:00'); -INSERT INTO `marker` VALUES (11833,1901,NULL,2,1943,102183,'Ruby','Season Pass chest 1',117.40546870231628,-151.7015624344349,0,0,0,'2020-07-06 21:09:03'); -INSERT INTO `marker` VALUES (11834,1901,NULL,2,1944,102183,'Switch shirt','Season Pass chest 3',120.69218730926514,-159.41484379768372,0,0,0,'2020-07-06 21:10:01'); -INSERT INTO `marker` VALUES (11835,1901,NULL,2,1944,102183,'Bomb Arrows','Season Pass chest 2',105.25624990463257,-159.72968745231628,0,0,0,'2020-07-06 21:11:29'); -INSERT INTO `marker` VALUES (11836,1901,NULL,2,1944,102183,'Horse armour Part 1','Expansion Pass Pack 2',92.32656264305115,-133.41874992847443,0,0,0,'2020-07-06 21:16:51'); -INSERT INTO `marker` VALUES (11837,1901,NULL,2,1901,102183,'Horse armour Part 2','Expansion Pass Pack 2',140.390625,-185.875,0,0,0,'2020-07-06 21:18:10'); -INSERT INTO `marker` VALUES (11838,1901,NULL,2,1944,102183,'Korok Mask','Expansion Pass Pack 1',139.22265648841858,-99.11093771457672,0,0,0,'2020-07-06 21:21:37'); -INSERT INTO `marker` VALUES (11839,1901,NULL,2,1944,102183,'Tingle armour 1','Expansion Pass Pack 1',116.3828125,-141.9375,0,0,0,'2020-07-06 21:28:36'); -INSERT INTO `marker` VALUES (11840,1901,NULL,2,1944,102183,'Phantom armour 1','Expansion Pass Pack 2',123.93593740463257,-126.703125,0,0,0,'2020-07-06 21:57:34'); -INSERT INTO `marker` VALUES (11841,1901,NULL,2,1944,102183,'Phantom armour 2','Expansion Pass Pack 2',109.54609370231628,-147.1953123807907,0,0,0,'2020-07-06 22:00:14'); -INSERT INTO `marker` VALUES (11842,1901,NULL,2,1901,102183,'Tingle armour 2','Expansion Pass Pack 1',117.38046860694885,-115.28593730926514,0,0,0,'2020-07-06 22:02:12'); -INSERT INTO `marker` VALUES (11843,1901,NULL,2,1901,102183,'Tingle armour 3','Expansion Pass Pack 1',127.52734375,-131.2890625,0,0,0,'2020-07-06 22:03:32'); -INSERT INTO `marker` VALUES (11844,1901,NULL,2,1943,102183,'Traveler Medallion','Expansion Pass Pack 2',200.71484351158142,-72.43749982118607,0,0,0,'2020-07-06 22:07:28'); -INSERT INTO `marker` VALUES (11845,1901,NULL,2,1901,102183,'Royal Guard armour 1','Expansion Pass Pact 2',124.328125,-111.4281250834465,0,0,0,'2020-07-06 22:10:28'); -INSERT INTO `marker` VALUES (11846,1901,NULL,2,1944,102183,'Royal Guard armour 2','Expansion Pack Pass 2',126.46718764305115,-114.88984370231628,0,0,0,'2020-07-06 22:12:01'); -INSERT INTO `marker` VALUES (11847,1901,NULL,2,1901,102183,'Royal Guard armour 3','Expansion Pass Pack 2',122.28671860694885,-114.82812488079071,0,0,0,'2020-07-06 22:12:47'); -INSERT INTO `marker` VALUES (11848,1901,NULL,2,1944,102183,'Midna's Helmet','Expansion Pass Pack 1',106.05859375,-131.4140625,0,0,0,'2020-07-06 22:27:03'); -INSERT INTO `marker` VALUES (11849,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); -INSERT INTO `marker` VALUES (11850,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); -INSERT INTO `marker` VALUES (11851,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); -INSERT INTO `marker` VALUES (11852,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); -INSERT INTO `marker` VALUES (11853,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); -INSERT INTO `marker` VALUES (11854,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); -INSERT INTO `marker` VALUES (11855,1901,NULL,2,1916,102146,'ddfg','',112.2421875,-142.5985548496754,0,0,0,'2020-07-07 17:41:49'); -INSERT INTO `marker` VALUES (11856,1901,NULL,2,1944,102183,'Outset Island Lobster shirt','Expansion Pass Pack 2',125.52968788146973,-176.16406226158142,0,0,0,'2020-07-07 18:00:32'); -INSERT INTO `marker` VALUES (11857,1901,NULL,2,1901,102371,'Rito Village','',71.5625,-97.875,0,0,0,'2020-07-08 19:59:53'); -INSERT INTO `marker` VALUES (11858,1901,NULL,2,1901,102183,'Eighth Heroine','',59.671875,-136.1968743801117,0,0,0,'2020-07-08 23:53:23'); -INSERT INTO `marker` VALUES (11859,1901,NULL,2,1901,102183,'Eighth Heroine's Sword','',65.94374942779541,-143.1218752861023,0,0,0,'2020-07-08 23:56:41'); -INSERT INTO `marker` VALUES (11860,1901,NULL,2,1935,102183,'Hunt for the Giant Horse','',124.88125038146973,-182.61249899864197,0,0,0,'2020-07-09 10:04:47'); -INSERT INTO `marker` VALUES (11861,1901,NULL,2,1901,102183,'Giant Horse location','',108.57499885559082,-167.8875012397766,0,0,0,'2020-07-09 10:05:38'); -INSERT INTO `marker` VALUES (11862,1901,NULL,2,1901,102183,'Blue Flame 2','',192.8664059638977,-78.60937497019768,0,0,0,'2020-07-09 17:44:59'); -INSERT INTO `marker` VALUES (11863,1901,NULL,2,1901,102447,'kite','',99.20833396911621,-78.6145830154419,0,0,0,'2020-07-09 20:00:48'); -INSERT INTO `marker` VALUES (11864,2000,NULL,2,1950,99997,'creo tener','',13.0625,-105,0,0,0,'2020-07-09 21:43:53'); -INSERT INTO `marker` VALUES (11865,2000,NULL,2,1955,99997,'creo tener','',11.875,-103.9375,0,0,0,'2020-07-09 21:45:01'); -INSERT INTO `marker` VALUES (11866,1901,NULL,2,1901,102183,'Blue Flame 1','',181.77187490463257,-158.95937502384186,0,0,0,'2020-07-09 23:10:53'); -INSERT INTO `marker` VALUES (11867,1901,NULL,2,1935,102183,'Into The Vortex','Shrine Quest',200.2578125,-99.37109375,0,0,0,'2020-07-10 22:16:08'); -INSERT INTO `marker` VALUES (11868,1901,NULL,2,1901,102183,'Fang and Bone starting location','',178.75624895095825,-74.2781240940094,0,0,0,'2020-07-10 22:51:26'); -INSERT INTO `marker` VALUES (11869,1901,NULL,2,1936,102183,'Cracked Wall','',141.55000019073486,-170.63750004768372,0,0,0,'2020-07-11 15:22:24'); -INSERT INTO `marker` VALUES (11870,1901,NULL,2,1935,102183,'The Serpent's Jaws','',140.47031259536743,-176.16249990463257,0,0,0,'2020-07-11 15:30:56'); -INSERT INTO `marker` VALUES (11871,1901,NULL,2,1901,102683,'test de pointeur','ceci est un essai',176.328125,-157.84375,0,0,0,'2020-07-12 17:47:31'); -INSERT INTO `marker` VALUES (11872,1901,NULL,2,1901,102183,'Kilton's Shop','Shop',177.70625066757202,-122.29062527418137,0,0,0,'2020-07-12 21:32:23'); -INSERT INTO `marker` VALUES (11873,1901,NULL,2,1916,102732,'Falta','',97.94276513479501,-169.571412672477,0,0,0,'2020-07-13 05:31:01'); -INSERT INTO `marker` VALUES (11874,1901,NULL,2,1901,102888,'faltra','',187.09375,-75.46875,0,0,0,'2020-07-14 21:59:09'); -INSERT INTO `marker` VALUES (11875,1901,NULL,2,1901,92866,'aqui','aqui',177.83058569472058,-156.845489732281,0,0,0,'2020-07-16 17:44:34'); -INSERT INTO `marker` VALUES (11876,1901,NULL,2,1936,102183,'Cracked Wall','',188.829687833786,-117.00546908378601,0,0,0,'2020-07-16 18:04:51'); -INSERT INTO `marker` VALUES (11877,1901,NULL,2,1943,101535,'Ritterbogen','',57.5625,-139.47265625,0,0,0,'2020-07-16 19:50:32'); -INSERT INTO `marker` VALUES (11878,1901,NULL,2,1903,103138,'great flameblade','',124.02734375,-116.078125,0,0,0,'2020-07-17 16:13:00'); -INSERT INTO `marker` VALUES (11879,1901,NULL,2,1935,102451,'Sunken Treasure','',173.453125,-181.671875,0,0,0,'2020-07-17 21:01:22'); -INSERT INTO `marker` VALUES (11880,1901,NULL,2,1935,102451,'Take back the sea','',173.8203125,-181.2578125,0,0,0,'2020-07-17 21:01:37'); -INSERT INTO `marker` VALUES (11881,1901,NULL,2,1935,102451,'What’s For Dinner?','',174.265625,-181.4296875,0,0,0,'2020-07-17 21:04:37'); -INSERT INTO `marker` VALUES (11882,1901,NULL,2,1931,102451,'Enemy Camp','',171.5,-178.203125,0,0,0,'2020-07-17 21:06:11'); -INSERT INTO `marker` VALUES (11883,1901,NULL,2,1902,102564,'lynel','',188.47749969586926,-118.56876471131145,0,0,0,'2020-07-18 18:26:39'); -INSERT INTO `marker` VALUES (11884,1901,NULL,2,1910,103297,'blue rupee','',96.33203125,-168.01171875,0,0,0,'2020-07-18 23:58:46'); -INSERT INTO `marker` VALUES (11885,1901,NULL,2,1939,103297,'Ice Wizzrobe','',103.7578125,-186.47265625,0,0,0,'2020-07-19 22:33:45'); -INSERT INTO `marker` VALUES (11886,1901,NULL,2,1931,103297,'Enemy Base','',102,-165.2109375,0,0,0,'2020-07-20 18:40:32'); -INSERT INTO `marker` VALUES (11887,1901,NULL,2,1931,103297,'Lizalfos Camp','',93.9609375,-156.60546875,0,0,0,'2020-07-20 18:58:01'); -INSERT INTO `marker` VALUES (11888,1901,NULL,2,1916,93818,'karok','',160.875,-169.09375,0,0,0,'2020-07-21 00:22:22'); -INSERT INTO `marker` VALUES (11889,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',-26.25,-140,0,0,0,'2020-07-22 02:22:27'); -INSERT INTO `marker` VALUES (11890,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',168,-89.25,0,0,0,'2020-07-22 02:22:54'); -INSERT INTO `marker` VALUES (11891,1901,NULL,2,1926,103614,'Divine Beast vah Medoh','',72,-100.5,0,0,0,'2020-07-22 02:23:32'); -INSERT INTO `marker` VALUES (11892,1901,NULL,2,1939,101535,'Polar-Pyromagus','',73.9375,-86.515625,0,0,0,'2020-07-22 11:07:38'); -INSERT INTO `marker` VALUES (11893,1901,NULL,2,1910,103635,'APPLE TREES','',97.7421875,-133.3671875,0,0,0,'2020-07-22 11:26:05'); -INSERT INTO `marker` VALUES (11894,1901,NULL,2,1901,101006,'Good Weapons / Strong Enemies','',109.9921875,-147.765625,0,0,0,'2020-07-23 03:22:50'); -INSERT INTO `marker` VALUES (11895,1901,NULL,2,1926,91734,'Divine Beast Vah Ruta','Here is where you can see Vah Ruta fighting with Ganon',174.703125,-131.76953125,0,0,0,'2020-07-23 04:15:37'); -INSERT INTO `marker` VALUES (11896,1901,NULL,2,1926,91734,'Divine Beast Vah Naboris','Here you can see Vah Naboris fighting with Ganon',95.09375,-169.34375,0,0,0,'2020-07-23 04:16:56'); -INSERT INTO `marker` VALUES (11897,1901,NULL,2,1926,91734,'Divine Beast Vah Medoh','Here you can see Vah Medoh fighting with Ganon',71.609375,-99,0,0,0,'2020-07-23 04:18:28'); -INSERT INTO `marker` VALUES (11898,1901,NULL,2,1926,91734,'Divine Beast Vah Rudania','Here is Vah Rudania fighting with Ganon',165.9140625,-87.296875,0,0,0,'2020-07-23 04:19:21'); -INSERT INTO `marker` VALUES (11899,1901,NULL,2,1925,103616,'Shrine of Resurrection','',110.78125,-157.4375,0,1,0,'2020-07-24 15:28:51'); -INSERT INTO `marker` VALUES (11900,1901,NULL,2,1901,84811,'FREDDO','FREDDO',106.8125,-185.828125,0,0,0,'2020-07-26 10:19:02'); -INSERT INTO `marker` VALUES (11901,1901,NULL,2,1903,103882,'Arma perdida','',85.8828125,-113.99928151592073,0,0,0,'2020-07-28 03:33:26'); -INSERT INTO `marker` VALUES (11902,1901,NULL,2,1916,103747,'111','',132.265625,-179.421875,0,0,0,'2020-07-28 04:24:45'); -INSERT INTO `marker` VALUES (11903,2000,NULL,2,1950,96690,'Fly Coq','',44.875,-146.375,0,0,0,'2020-07-28 12:04:37'); -INSERT INTO `marker` VALUES (11904,1901,NULL,2,1901,104091,'star 1','',-14.5,-119.29482962212843,0,0,0,'2020-07-29 00:04:28'); -INSERT INTO `marker` VALUES (11905,1901,NULL,2,1901,104091,'star 1','',-14,-104.2859230746857,0,0,0,'2020-07-29 00:06:49'); -INSERT INTO `marker` VALUES (11906,1901,NULL,2,1901,102418,'Glitch multiplicar','Puedes multiplicar armas,escudos,arcos solo teniendo un arma electrica y una de metal',138.90625,-118.96484375,0,0,0,'2020-07-29 18:07:51'); -INSERT INTO `marker` VALUES (11907,1901,NULL,2,1901,102418,'Glitch saltos infinitos','Solo con un caballo puedes venir aqui y hacer el glitch de los saltos infinitos',124.2578125,-182.3984375,0,0,0,'2020-07-29 18:12:53'); -INSERT INTO `marker` VALUES (11908,1901,NULL,2,1901,102418,'Alternativa glitch de duplicar armas','Aqui tambien se pueden duplicar armas solo tienes que tener la armadura aislante porque pegan bastante las flechas electricas',52.234375,-183.375,0,0,0,'2020-07-29 18:14:14'); -INSERT INTO `marker` VALUES (11909,1901,NULL,2,1926,102418,'Bestia divina Vah Naboris','',69.5,-187.75,0,0,0,'2020-07-29 18:27:36'); -INSERT INTO `marker` VALUES (11910,1901,NULL,2,1901,102418,'Bestia divina Vah Rudania','',167.75,-89.75,0,0,0,'2020-07-29 18:27:59'); -INSERT INTO `marker` VALUES (11911,1901,NULL,2,1926,102418,'Bestia divina Vah Medoh','',71.5,-99.9375,0,0,0,'2020-07-29 18:28:27'); -INSERT INTO `marker` VALUES (11912,1901,NULL,2,1926,102418,'Bestia divina Vah Rudania','',166.625,-88.6875,0,0,0,'2020-07-29 18:28:38'); -INSERT INTO `marker` VALUES (11913,1901,NULL,2,1930,104262,'DRAGON','',176.71875,-145.53125,0,0,0,'2020-07-30 20:34:56'); -INSERT INTO `marker` VALUES (11914,1901,NULL,2,1935,47775,'Sunshroom Sensing','This sidequest gets unlocked, once you've got the Sheikah-Sensor+.',187,-161.2890625,0,0,0,'2020-08-02 14:47:00'); -INSERT INTO `marker` VALUES (11915,1901,NULL,2,1901,104038,'white horse','',105.60546875,-147.87890625,0,0,0,'2020-08-02 22:04:27'); -INSERT INTO `marker` VALUES (11916,1901,NULL,2,1944,47775,'EX: Royal Guard Boots','One of the EX chests, located inside Ganon's Castle.',122.4453125,-115.13671875,0,0,0,'2020-08-03 20:06:00'); -INSERT INTO `marker` VALUES (11917,1901,NULL,2,1926,104654,'Divine Beast Vah Rudania','',167.84375,-87.59375,0,0,0,'2020-08-04 01:55:23'); -INSERT INTO `marker` VALUES (11918,1901,NULL,2,1926,104654,'Divine Beast Vah Medoh','',71.5703125,-98.875,0,0,0,'2020-08-04 01:56:39'); -INSERT INTO `marker` VALUES (11919,1901,NULL,2,1926,104654,'Divine Beast Vah Naboris','',81.4375,-180.25,0,0,0,'2020-08-04 01:57:33'); -INSERT INTO `marker` VALUES (11920,1901,NULL,2,1935,47775,'The Hero's Cache','This one; https://zelda.gamepedia.com/Kass#The_Hero.27s_Cache',186.515625,-169.109375,0,0,0,'2020-08-04 19:51:31'); -INSERT INTO `marker` VALUES (11921,1901,NULL,2,1936,104812,'Fire arrows','',112.87890625,-164.70703125,0,0,0,'2020-08-05 13:36:41'); -INSERT INTO `marker` VALUES (11922,1901,NULL,2,1935,104775,'Arrows of Burning Heat','',156.546875,-144.2734375,0,0,0,'2020-08-07 01:37:38'); -INSERT INTO `marker` VALUES (11923,1901,NULL,2,1901,41081,'Lord of the Mountain','',92.453125,-133.4375,0,0,0,'2020-08-08 03:53:53'); -INSERT INTO `marker` VALUES (11924,1901,NULL,2,1910,104393,'Korok Mask','',139.2109375,-99,0,0,0,'2020-08-08 12:13:20'); -INSERT INTO `marker` VALUES (11925,1901,NULL,2,1926,47775,'Divine Beast Vah Medoh','',71.55078125,-98.8671875,0,0,0,'2020-08-09 13:43:49'); -INSERT INTO `marker` VALUES (11926,1901,NULL,2,1901,105268,'Nothing','',116.25696006739787,-159.50280460345022,0,0,0,'2020-08-11 03:09:58'); -INSERT INTO `marker` VALUES (11927,1901,NULL,2,1935,102451,'Giant Horse','The Giant Horse is a rare horse that you can find in the Taobab Grassland.',124.77187442779541,-182.65143982876066,0,0,0,'2020-08-12 20:24:27'); -INSERT INTO `marker` VALUES (11928,1901,NULL,2,1926,103711,'Divine Beast Vah'Naboris','',87.4375,-182.5,0,0,0,'2020-08-13 11:46:42'); -INSERT INTO `marker` VALUES (11929,1901,NULL,2,1935,47775,'Slated for Upgrades','',187.125,-160.96875,0,0,0,'2020-08-13 16:07:56'); -INSERT INTO `marker` VALUES (11930,1901,NULL,2,1901,105675,'Kilton','',154.9367184638977,-144.28769591281292,0,0,0,'2020-08-16 07:00:45'); -INSERT INTO `marker` VALUES (11931,1901,NULL,2,1901,76039,'Where I left off','',75.8359375,-161.8203125,0,0,0,'2020-08-16 14:02:43'); -INSERT INTO `marker` VALUES (11932,1901,NULL,2,1901,105023,'Stonks','Bring your arrows',92.39453125,-133.421875,0,0,0,'2020-08-16 15:04:58'); -INSERT INTO `marker` VALUES (11933,1901,NULL,2,1926,47775,'Divine Beast Vah Rudania','',166.3828125,-87.9609375,0,0,0,'2020-08-16 15:24:41'); -INSERT INTO `marker` VALUES (11934,1901,NULL,2,1935,47775,'What's for Dinner? ','',173.1171875,-181.1484375,0,0,0,'2020-08-16 17:12:38'); -INSERT INTO `marker` VALUES (11935,1901,NULL,2,1901,104499,'ME','',155.49609375,-158.2734375,0,0,0,'2020-08-17 18:08:53'); -INSERT INTO `marker` VALUES (11936,1901,NULL,2,1920,101198,'Shrine of resurrection','',110.03125,-158.09375,0,0,0,'2020-08-19 07:31:21'); -INSERT INTO `marker` VALUES (11937,1901,NULL,2,1903,105952,'espada maestra','',136,-97.5,0,0,0,'2020-08-19 08:38:44'); -INSERT INTO `marker` VALUES (11938,1901,NULL,2,1901,105913,'Levianthan Bones','',59.8984375,-68.125,0,0,0,'2020-08-19 12:57:22'); -INSERT INTO `marker` VALUES (11939,1901,NULL,2,1926,106102,'Divine Beast Vah Medoh','',71.75,-99.4375,0,0,0,'2020-08-21 10:48:14'); -INSERT INTO `marker` VALUES (11940,1901,NULL,2,1926,106102,'Divine Beast Vah Naboris','This position is not accurate so do not approve it, however it should probably be added to the map.',85.6875,-178.9375,0,0,0,'2020-08-21 10:49:46'); -INSERT INTO `marker` VALUES (11941,1901,NULL,2,1926,106102,'Divine Beast Vah Rudania','This position is not accurate so do not approve it, however Rudania should be added to the map',165.40625,-88.109375,0,0,0,'2020-08-21 10:50:48'); -INSERT INTO `marker` VALUES (11942,1901,NULL,2,1910,105470,'Amber','',107.87890625,-162.71484375,0,0,0,'2020-08-21 12:12:00'); -INSERT INTO `marker` VALUES (11943,1901,NULL,2,1904,105470,'Bomb Arrows','EX-Item from the DLC',105.3125,-159.7109375,0,0,0,'2020-08-21 12:14:48'); -INSERT INTO `marker` VALUES (11944,1901,NULL,2,1910,105470,'Gemstone','',132.09765625,-158.11328125,0,0,0,'2020-08-21 17:05:59'); -INSERT INTO `marker` VALUES (11945,1901,NULL,2,1910,105470,'Gemstone','',135.05859375,-158.78515625,0,0,0,'2020-08-21 17:25:10'); -INSERT INTO `marker` VALUES (11946,1901,NULL,2,1910,105470,'4 x Slime Gelee','',134.625,-159.9296875,0,0,0,'2020-08-21 17:28:42'); -INSERT INTO `marker` VALUES (11947,1901,NULL,2,1901,106181,'gf','',140.859375,-151.1015625,0,0,0,'2020-08-22 10:17:04'); -INSERT INTO `marker` VALUES (11948,1901,NULL,2,1926,59528,'Vah Rudania','',165.6197919845581,-89.94378658195917,0,0,0,'2020-08-22 20:06:25'); -INSERT INTO `marker` VALUES (11949,1901,NULL,2,1926,59528,'Vah Medoh','',71.5442705154419,-98.8150318171872,0,0,0,'2020-08-22 20:06:55'); -INSERT INTO `marker` VALUES (11950,1901,NULL,2,1926,59528,'Vah Naboris','',85.3125,-184.58945747864203,0,0,0,'2020-08-22 20:07:39'); -INSERT INTO `marker` VALUES (11951,1901,NULL,2,1910,106293,'Ancient core','',45.5,-62.5,0,0,0,'2020-08-23 23:08:50'); -INSERT INTO `marker` VALUES (11952,1901,NULL,2,1932,106334,'test','',152.234375,-153.6875,0,0,0,'2020-08-27 14:10:40'); -INSERT INTO `marker` VALUES (11953,1901,NULL,2,1936,77582,'Cracked Wall','',139.19062519073486,-156.2665245951172,0,0,0,'2020-08-30 10:48:56'); -INSERT INTO `marker` VALUES (11954,1901,NULL,2,1923,106215,'wer','',127.2900390625,-174.53857421875,0,0,0,'2020-08-31 17:17:30'); -INSERT INTO `marker` VALUES (11955,1901,NULL,2,1930,96690,'Ganon','',124.078125,-111.09375,0,0,0,'2020-09-04 08:40:49'); -INSERT INTO `marker` VALUES (11956,1901,NULL,2,1926,107311,'Vah Rudania','',184.9889557732188,-125.17832768372425,0,0,0,'2020-09-05 13:19:17'); -INSERT INTO `marker` VALUES (11957,1901,NULL,2,1926,107311,'Vah Medoh','',71.41869232324058,-99.83602411403866,0,0,0,'2020-09-05 13:20:27'); -INSERT INTO `marker` VALUES (11958,1901,NULL,2,1926,107311,'Vah Naboris','',94.99121706235766,-169.22880054105616,0,0,0,'2020-09-05 13:21:12'); -INSERT INTO `marker` VALUES (11959,1901,NULL,2,1926,107311,'Vah Rudania','',166.42604151294188,-88.50632239886846,0,0,0,'2020-09-05 13:22:04'); -INSERT INTO `marker` VALUES (11960,1901,NULL,2,1926,107311,'Vah Ruta','',174.62608990811069,-131.74156092594384,0,0,0,'2020-09-05 13:22:33'); -INSERT INTO `marker` VALUES (11961,1901,NULL,2,1948,107311,'Cooking pot','',149.27477307389765,-154.0790252567129,0,0,0,'2020-09-05 13:40:20'); -INSERT INTO `marker` VALUES (11962,1901,NULL,2,1901,105966,'Kolog al que atrapar','',69.1015625,-67.880859375,0,0,0,'2020-09-07 23:20:14'); -INSERT INTO `marker` VALUES (11963,1901,NULL,2,1901,72402,'Two possible missed brances','',113.0390625,-156.53125,0,0,0,'2020-09-08 01:10:23'); -INSERT INTO `marker` VALUES (11964,1901,NULL,2,1901,107650,'kay','',-6.5,-77.5,0,0,0,'2020-09-09 00:33:58'); -INSERT INTO `marker` VALUES (11965,1901,NULL,2,1901,102586,'Campamento bok','',134.6087539686239,-111.79324960708618,0,0,0,'2020-09-09 13:31:36'); -INSERT INTO `marker` VALUES (11966,1901,NULL,2,1925,107260,'Keive Tala Shrine','',91.4375,-189.04342834224911,0,0,0,'2020-09-10 17:24:57'); -INSERT INTO `marker` VALUES (11967,1901,NULL,2,1926,107984,'rudana','E',166.5625,-88.8125,0,0,0,'2020-09-12 19:38:42'); -INSERT INTO `marker` VALUES (11968,1901,NULL,2,1901,103112,'thunderblade','thunderblade',43.21240234375,-99.625,0,0,0,'2020-09-13 22:40:26'); -INSERT INTO `marker` VALUES (11969,1901,NULL,2,1901,77479,'rito','',38.30510711669922,-80.66926028233483,0,0,0,'2020-09-15 04:49:25'); -INSERT INTO `marker` VALUES (11970,1901,NULL,2,1916,105553,'kolog','',71.203125,-76.234375,0,0,0,'2020-09-15 21:41:52'); -INSERT INTO `marker` VALUES (11971,1901,NULL,2,1901,108222,'??','??',158.453125,-141.328125,0,0,0,'2020-09-17 06:10:09'); -INSERT INTO `marker` VALUES (11972,1901,NULL,2,1901,108303,'1','Centaleon 1',57.875,-88.96875,0,0,0,'2020-09-17 06:26:07'); -INSERT INTO `marker` VALUES (11973,1901,NULL,2,1901,108390,'Shrine of Resurrection ','',110.796875,-157.5078125,0,0,0,'2020-09-17 17:11:55'); -INSERT INTO `marker` VALUES (11974,1901,NULL,2,1901,108591,'uft','',105.75,-93.15625,0,0,0,'2020-09-19 23:23:43'); -INSERT INTO `marker` VALUES (11975,1901,NULL,2,1901,108380,'f','',177.1484375,-165.6015625,0,0,0,'2020-09-20 21:55:59'); -INSERT INTO `marker` VALUES (11976,1901,NULL,2,1901,108506,'semilla faltante','',59.3515625,-95.9296875,0,0,0,'2020-09-21 01:02:31'); -INSERT INTO `marker` VALUES (11977,1901,NULL,2,1901,108275,'See if bow came back','',139.81406259536743,-127.82264606170752,0,0,0,'2020-09-21 03:16:45'); -INSERT INTO `marker` VALUES (11978,1901,NULL,2,1901,109043,'Hestu','',159.89453125,-150.42578125,0,0,0,'2020-09-24 09:58:37'); -INSERT INTO `marker` VALUES (11979,1901,NULL,2,1901,105023,'Temple Of Time','',115.453125,-157.953125,0,0,0,'2020-09-25 14:37:23'); -INSERT INTO `marker` VALUES (11980,1901,NULL,2,1901,107544,'juyg','iuhi',-30.25,-169.75,0,0,0,'2020-09-25 22:30:11'); -INSERT INTO `marker` VALUES (11981,1901,NULL,2,1926,107544,'vah rudania','',167.65625,-87.46875,0,0,0,'2020-09-25 22:32:36'); -INSERT INTO `marker` VALUES (11982,1901,NULL,2,1925,77482,'Yowaka Ita Shrine','EX The Champions' Ballad - On-Hit Obliterator Quest',113.30078125,-154.14453125,0,0,0,'2020-09-25 23:51:55'); -INSERT INTO `marker` VALUES (11983,1901,NULL,2,1925,77482,'Rohta Chigah Shrine','EX The Champions' Ballad - One-Hit Obilterator Quest',119.90234375,-156.16015625,0,0,0,'2020-09-26 00:11:52'); -INSERT INTO `marker` VALUES (11984,1901,NULL,2,1925,77482,'Ruvo Korbah Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',115.015625,-161.609375,0,0,0,'2020-09-26 00:48:33'); -INSERT INTO `marker` VALUES (11985,1901,NULL,2,1925,77482,'Etsu Korima Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',108.9921875,-161.015625,0,0,0,'2020-09-26 01:13:43'); -INSERT INTO `marker` VALUES (11986,1901,NULL,2,1925,77482,'Mah Eliya Shrine','EX The Champions' Ballad - Mipha's Song',186.765625,-117.921875,0,0,0,'2020-09-26 18:22:29'); -INSERT INTO `marker` VALUES (11987,1901,NULL,2,1925,77482,'Kee Dafunia Shrine','EX The Champions' Ballad - Mipha's Song',204.28125,-112.75,0,0,0,'2020-09-26 18:58:59'); -INSERT INTO `marker` VALUES (11988,1901,NULL,2,1925,77482,'Sato Koda Shrine','EX The Champions' Ballad - Mipha's Song',176.515625,-114.9921875,0,0,0,'2020-09-26 19:35:53'); -INSERT INTO `marker` VALUES (11989,1901,NULL,2,1925,77482,'Rinu Honika Shrine','EX The Champions' Ballad - Daruk's Song',163.05859375,-96.8359375,0,0,0,'2020-09-27 23:02:31'); -INSERT INTO `marker` VALUES (11990,1901,NULL,2,1925,77482,'Sharo Lun Shrine','EX The Champions' Ballad - Daruk's Song',173.7578125,-90.19921875,0,0,0,'2020-09-27 23:39:19'); -INSERT INTO `marker` VALUES (11991,1901,NULL,2,1925,77482,'Kamia Omuna Shrine','EX The Champions' Ballad - Daruk's Song',161.23046875,-77.57421875,0,0,0,'2020-09-27 23:59:33'); -INSERT INTO `marker` VALUES (11992,1901,NULL,2,1925,77482,'Shira Gomar Shrine','EX The Champions' Ballad - Rivali's Song',90.859375,-106.4140625,0,0,0,'2020-09-28 01:45:24'); -INSERT INTO `marker` VALUES (11993,1901,NULL,2,1925,77482,'Noe Rajee Shrine','EX The Champions' Ballad - Rivali's Song',68.29296875,-91.9453125,0,0,0,'2020-09-28 02:14:41'); -INSERT INTO `marker` VALUES (11994,1901,NULL,2,1925,77482,'Kiah Toza Shrine','EX The Champions' Ballad - Rivali's Song',94.2890625,-78.203125,0,0,0,'2020-09-28 03:02:22'); -INSERT INTO `marker` VALUES (11995,1901,NULL,2,1935,109347,'Giant hunt','',179.80859375,-119.36328125,0,0,0,'2020-09-28 14:15:46'); -INSERT INTO `marker` VALUES (11996,1901,NULL,2,1926,67446,'Vah'Medoh','',71.546875,-98.921875,0,0,0,'2020-09-30 14:01:09'); -INSERT INTO `marker` VALUES (11997,1901,NULL,2,1946,109515,'Piments','',113.07194519042969,-158.52413940429688,0,0,0,'2020-09-30 17:47:19'); -INSERT INTO `marker` VALUES (11998,1901,NULL,2,1904,109508,'Chest','',204.75,-185.8125,0,1,0,'2020-10-01 18:03:09'); -INSERT INTO `marker` VALUES (11999,1901,NULL,2,1901,109513,'Edge','',125.83995636340339,-162.58392848761238,0,0,0,'2020-10-01 22:12:05'); -INSERT INTO `marker` VALUES (12000,1901,NULL,2,1926,107050,'Divine Beast Vah Medoh','',71.55156230926514,-98.78449757381924,0,0,0,'2020-10-02 10:59:37'); -INSERT INTO `marker` VALUES (12001,1901,NULL,2,1926,107050,'Divine Beast Vah Rudania','',166.359375,-88.30941789258816,0,0,0,'2020-10-02 11:00:36'); -INSERT INTO `marker` VALUES (12002,1901,NULL,2,1926,107050,'Divine Beast Vah Naboris','',95.01249980926514,-169.26028978525844,0,0,0,'2020-10-02 11:01:55'); -INSERT INTO `marker` VALUES (12003,2000,NULL,2,1950,72402,'Magic Powder Upgrade','',47.20833206176758,-112.50708587982876,0,0,0,'2020-10-02 17:03:42'); -INSERT INTO `marker` VALUES (12004,1901,NULL,2,1926,107092,'Divine Beast Vah Medoh','',70.42108204661218,-98.13647949446786,0,0,0,'2020-10-02 18:08:07'); -INSERT INTO `marker` VALUES (12005,1901,NULL,2,1931,109689,'Camp','',138.875,-155.3671875,0,0,0,'2020-10-03 00:20:35'); -INSERT INTO `marker` VALUES (12006,1901,NULL,2,1925,109711,'Sharo Lun Shrine','chest',173.65312576293945,-90.26592735197623,0,0,0,'2020-10-03 07:30:35'); -INSERT INTO `marker` VALUES (12007,1901,NULL,2,1901,103426,'DRILL','',159.1875,-93.6875,0,0,0,'2020-10-03 17:03:13'); -INSERT INTO `marker` VALUES (12008,1901,NULL,2,1931,108275,'Enemy Camp','Lizalfos',196.1515622138977,-117.97083294108292,0,0,0,'2020-10-04 06:01:05'); -INSERT INTO `marker` VALUES (12009,1901,NULL,2,1944,108275,'Treasure Chest','Silverscale Spear',196.046875,-117.92340945763112,0,0,0,'2020-10-04 06:01:37'); -INSERT INTO `marker` VALUES (12010,1901,NULL,2,1936,108275,'Cracked Wall','Large ore underneath',193.73046875,-127.73512539307353,0,0,0,'2020-10-04 06:07:38'); -INSERT INTO `marker` VALUES (12011,1901,NULL,2,1936,108275,'Cracked Wall','Large ore',199.09375047683716,-139.36447628947772,0,0,0,'2020-10-04 06:36:23'); -INSERT INTO `marker` VALUES (12012,2000,NULL,2,1950,72402,'Bomb Upgrade','',111.3750228881836,-180.91023788887816,0,0,0,'2020-10-05 16:32:50'); -INSERT INTO `marker` VALUES (12013,1901,NULL,2,1926,42863,'Divine Beast Vah Rudania','The Fire Divine Beast',-94.75,-158.5,0,1,0,'2020-10-05 18:10:38'); -INSERT INTO `marker` VALUES (12014,1901,NULL,2,1910,108524,'Durians','',149.8125,-178.359375,0,0,0,'2020-10-05 20:46:58'); -INSERT INTO `marker` VALUES (12015,1901,NULL,2,1916,105802,'POMMIER','POMMIER',185.58437633514404,-95.8985582739899,0,0,0,'2020-10-06 21:00:12'); -INSERT INTO `marker` VALUES (12016,1901,NULL,2,1936,108275,'Cracked Wall','',68.12500023841858,-146.74225910810736,0,0,0,'2020-10-10 05:54:49'); -INSERT INTO `marker` VALUES (12017,1901,NULL,2,1926,107092,'Divine Beast Vah Rudania','',166.09731215319886,-87.22916793823242,0,0,0,'2020-10-11 03:14:10'); -INSERT INTO `marker` VALUES (12018,1901,NULL,2,1910,108742,'hearty Radish','',179.69999933242798,-68.97945246872845,0,0,0,'2020-10-12 23:23:22'); -INSERT INTO `marker` VALUES (12019,1901,NULL,2,1926,99671,'Vah'Rudania','',166.34375,-88.40625,0,0,0,'2020-10-13 08:08:24'); -INSERT INTO `marker` VALUES (12020,1901,NULL,2,1926,99671,'Vah'Medoh','',71.578125,-98.703125,0,0,0,'2020-10-13 08:09:43'); -INSERT INTO `marker` VALUES (12021,1901,NULL,2,1910,110560,'APPLES','',97.5,-133.5,0,0,0,'2020-10-13 19:06:06'); -INSERT INTO `marker` VALUES (12022,1901,NULL,2,1901,110539,'Rebirth Place','',110.68359398841858,-157.45901350875567,0,0,0,'2020-10-13 20:07:57'); -INSERT INTO `marker` VALUES (12023,1901,NULL,2,1901,70984,'Stollen','',124.765625,-109.65625,0,0,0,'2020-10-14 09:21:00'); -INSERT INTO `marker` VALUES (12024,1901,NULL,2,1926,78953,'Divine Beast Vah Medoh','',71.421875,-99.890625,0,0,0,'2020-10-16 18:10:38'); -INSERT INTO `marker` VALUES (12025,1901,NULL,2,1926,78953,'Divine Beast Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.328125,0,0,0,'2020-10-16 18:12:14'); -INSERT INTO `marker` VALUES (12026,1901,NULL,2,1903,110808,'Arrow Farming ','Good spots for all arrow farming ',201.125,-186.5,0,0,0,'2020-10-17 08:25:54'); -INSERT INTO `marker` VALUES (12027,1901,NULL,2,1901,59609,'??????','',155.8942785902363,-175.01939004878025,0,0,0,'2020-10-17 18:15:46'); -INSERT INTO `marker` VALUES (12028,1901,NULL,2,1901,111057,'Archery Camp','',125.125,-182.59375,0,0,0,'2020-10-20 15:26:57'); -INSERT INTO `marker` VALUES (12029,1901,NULL,2,1902,111310,'Hose','',115.546875,-159.3984375,0,0,0,'2020-10-22 14:43:40'); -INSERT INTO `marker` VALUES (12030,1901,NULL,2,1901,111310,'Hose','hose?',115.44921875,-159.34765625,0,0,0,'2020-10-22 14:46:39'); -INSERT INTO `marker` VALUES (12031,1901,NULL,2,1901,111341,'talus','',-46,-132.25,0,0,0,'2020-10-23 04:49:32'); -INSERT INTO `marker` VALUES (12032,1901,NULL,2,1925,108854,'Santuario','',167.593749486127,-151.43293481168814,0,0,0,'2020-10-23 06:38:40'); -INSERT INTO `marker` VALUES (12033,1901,NULL,2,1945,111318,'A lot of Bluppes','Just a ton',92.43848514556885,-133.35961937904358,0,0,0,'2020-10-23 15:36:50'); -INSERT INTO `marker` VALUES (12034,1901,NULL,2,1901,109527,'1','',64.22500228881836,-85.47358857722719,0,0,0,'2020-10-23 21:52:34'); -INSERT INTO `marker` VALUES (12035,1901,NULL,2,1903,111408,'Thunder','',175.625,-189.421875,0,0,0,'2020-10-24 03:57:59'); -INSERT INTO `marker` VALUES (12036,1901,NULL,2,1903,111330,'Frostspear','A magical spear forged from ancient Ice, being able to freeze enemies and it also have a Durability Up!',188.73828125,-148.5703125,0,1,0,'2020-10-25 00:58:23'); -INSERT INTO `marker` VALUES (12037,1901,NULL,2,1901,111560,'Weird Location','Statue with purple eyes...',167.24609375,-151.78515625,0,0,0,'2020-10-25 19:39:24'); -INSERT INTO `marker` VALUES (12038,1901,NULL,2,1901,46381,'EX Shrine ','Kebe'Tawa',91.40625,-189.09375,0,0,0,'2020-10-26 07:54:51'); -INSERT INTO `marker` VALUES (12039,1901,NULL,2,1901,46381,'EX','Takama'Simiri',51.1171875,-161.75,0,0,0,'2020-10-26 08:00:56'); -INSERT INTO `marker` VALUES (12040,1901,NULL,2,1901,46381,'EX','Kiha'Tusa',94.3125,-78.4375,0,0,0,'2020-10-26 08:03:20'); -INSERT INTO `marker` VALUES (12041,1901,NULL,2,1901,46381,'Sanctuaire','Rohita'Tigu',120.09375,-156.1875,0,0,0,'2020-10-26 08:05:24'); -INSERT INTO `marker` VALUES (12042,1901,NULL,2,1901,46381,'EX','Rohita'Tigu',119.75,-155.8125,0,0,0,'2020-10-26 08:06:00'); -INSERT INTO `marker` VALUES (12043,1901,NULL,2,1901,46381,'EX','Runeh'Koribah',114.8125,-161.65625,0,0,0,'2020-10-26 08:06:27'); -INSERT INTO `marker` VALUES (12044,1901,NULL,2,1901,46381,'EX','Etsi'Korima',109.03125,-160.96875,0,0,0,'2020-10-26 08:06:56'); -INSERT INTO `marker` VALUES (12045,1901,NULL,2,1901,107092,'The Eighth Heroine','Location of the Eighth Heroine statue (Sand Boots side quest).',59.79485290459322,-135.87500023841858,0,0,0,'2020-10-27 20:46:06'); -INSERT INTO `marker` VALUES (12046,1901,NULL,2,1901,111805,'hateno','da möcht ich hin',137.76875114440918,-139.53573988248164,0,0,0,'2020-10-28 16:12:03'); -INSERT INTO `marker` VALUES (12047,1901,NULL,2,1926,111894,'Divine Beast Vah Naboris','',87.5,-184.25,0,0,0,'2020-10-30 14:04:57'); -INSERT INTO `marker` VALUES (12048,1901,NULL,2,1901,111894,'Divine Beast Vah Medoh','',71.5625,-98.6875,0,0,0,'2020-10-30 14:05:46'); -INSERT INTO `marker` VALUES (12049,1901,NULL,2,1926,111894,'Divine Beast Vah Rudania','',167.625,-87.625,0,0,0,'2020-10-30 14:06:28'); -INSERT INTO `marker` VALUES (12050,1901,NULL,2,1935,111894,'Medicinal Molduga','A Gerudo woman's husband is seek. Ask her to begin the quest and go to kill a molduga to help her.',66.9296875,-173.59375,0,0,0,'2020-10-30 14:10:24'); -INSERT INTO `marker` VALUES (12051,1901,NULL,2,1935,111894,'The secret club's secret','',68.765625,-173.84375,0,0,0,'2020-10-30 14:10:59'); -INSERT INTO `marker` VALUES (12052,1901,NULL,2,1935,111894,'The eight heroin','',69.28125,-173.03125,0,0,0,'2020-10-30 14:11:31'); -INSERT INTO `marker` VALUES (12053,1901,NULL,2,1935,111894,'The lost sword','Ask the same man than for the eight heroin. This time he wants a proof of the existence of the sword of this heroin.\r\nThe beginning of a great love story between you and him?',69.328125,-173,0,0,0,'2020-10-30 14:12:56'); -INSERT INTO `marker` VALUES (12054,1901,NULL,2,1935,111894,'The mystery polluter','',68.171875,-172.609375,0,0,0,'2020-10-30 14:14:06'); -INSERT INTO `marker` VALUES (12055,1901,NULL,2,1935,111894,'Missing in action!','',84.0625,-162.984375,0,0,0,'2020-10-30 14:15:07'); -INSERT INTO `marker` VALUES (12056,1901,NULL,2,1935,111894,'Rushroom rush!','',84.359375,-162.671875,0,0,0,'2020-10-30 14:15:38'); -INSERT INTO `marker` VALUES (12057,1901,NULL,2,1926,110653,'Divine Beast Vah Naboris','The Divine Beast that contains the trapped spirit of the Gerudo Champion Urbosa.',87.6875,-185.2708339691162,0,1,0,'2020-11-01 06:34:56'); -INSERT INTO `marker` VALUES (12058,1901,NULL,2,1926,110653,'Divine Beast Vah Rudania','The Divine Beast that holds the trapped spirit of the Goron Champion Daruk.',163.5390625,-90.78125,0,1,0,'2020-11-01 06:37:10'); -INSERT INTO `marker` VALUES (12059,1901,NULL,2,1926,110653,'Divine Beast Vah Medoh','The Divine Beast that holds the trapped spirit of the Rito Champion Revali.',71.53645849227905,-99.00911438465118,0,1,0,'2020-11-01 06:39:16'); -INSERT INTO `marker` VALUES (12060,1901,NULL,2,1903,107638,'Kings Spear','',119.0390625,-87.5859375,0,0,0,'2020-11-02 02:02:54'); -INSERT INTO `marker` VALUES (12061,1901,NULL,2,1901,112179,'Sacrario della rinascita','',111.0234375,-157.2109375,0,0,0,'2020-11-02 11:29:28'); -INSERT INTO `marker` VALUES (12062,1901,NULL,2,1905,112385,'Rosted Shield','Oben auf dem Dach des Färberhaus.',181.20703125,-161.5546875,0,0,0,'2020-11-04 20:05:47'); -INSERT INTO `marker` VALUES (12063,1901,NULL,2,1935,110653,'What's for Dinner?','Bring Kiana goat butter and a hearty blueshell snail!',173.18489599227905,-181.27604150772095,0,1,0,'2020-11-05 08:29:46'); -INSERT INTO `marker` VALUES (12064,1901,NULL,2,1935,110653,'Take Back the Sea','Defeat the monsters terrorizing Aris Beach!',173.203125,-181.6875,0,1,0,'2020-11-05 08:30:57'); -INSERT INTO `marker` VALUES (12065,1901,NULL,2,1935,110653,'Sunken Treasure','Find the treasure mentioned by Rozel! The clue is "The treasure sleeps in the center of the golden triangle."',173.1171875,-182.6328125,0,1,0,'2020-11-05 08:32:53'); -INSERT INTO `marker` VALUES (12066,1901,NULL,2,1901,106058,'Test','',57.5,-143.75,0,0,0,'2020-11-05 20:39:48'); -INSERT INTO `marker` VALUES (12067,1901,NULL,2,1916,112146,'korok seed','',155.890625,-175.1015625,0,0,0,'2020-11-07 17:18:26'); -INSERT INTO `marker` VALUES (12068,2000,NULL,2,1969,50607,'Fairy Fountain','Fairy Fountain behind cracked wall',243.75,-83.5625,0,0,0,'2020-11-07 17:55:42'); -INSERT INTO `marker` VALUES (12069,1901,NULL,2,1926,109261,'Vah'Naboris','',88.63541603088379,-188.32291841506958,0,0,0,'2020-11-08 11:52:55'); -INSERT INTO `marker` VALUES (12070,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',-12,-142.95149295157916,0,0,0,'2020-11-08 19:33:37'); -INSERT INTO `marker` VALUES (12071,1901,NULL,2,1916,112860,'1','',109.5,-161.2803899082569,0,0,0,'2020-11-10 02:14:41'); -INSERT INTO `marker` VALUES (12072,1901,NULL,2,1926,112845,'Vah Naboris','The divine beast of the Gerudos,',93.375,-167.0625,0,0,0,'2020-11-10 17:29:57'); -INSERT INTO `marker` VALUES (12073,1901,NULL,2,1926,112845,'Vah Medoh','The divine beast of the Ritos.',71.5,-99.25,0,0,0,'2020-11-10 17:32:36'); -INSERT INTO `marker` VALUES (12074,1901,NULL,2,1926,112845,'Vah Rudania','The Divine beast of the Gorons.',166.25,-87.5,0,0,0,'2020-11-10 17:33:52'); -INSERT INTO `marker` VALUES (12075,1901,NULL,2,1901,112735,'MINA','',179.421875,-180.015625,0,0,0,'2020-11-10 17:53:00'); -INSERT INTO `marker` VALUES (12076,1901,NULL,2,1901,113156,'Hateno','',184.0704345703125,-161.094482421875,0,0,0,'2020-11-14 10:27:04'); -INSERT INTO `marker` VALUES (12077,1901,NULL,2,1901,113308,'Campfire','Flint included',113.10468769073486,-156.6601563692093,0,1,0,'2020-11-15 17:36:49'); -INSERT INTO `marker` VALUES (12078,1901,NULL,2,1901,113308,'.','',111.46562576293945,-159.79375052452087,0,0,0,'2020-11-15 17:39:33'); -INSERT INTO `marker` VALUES (12079,1901,NULL,2,1916,113268,'Korugu','\r\n\r\n',70.54947912693024,-121.90364575386047,0,0,0,'2020-11-15 19:05:52'); -INSERT INTO `marker` VALUES (12080,1901,NULL,2,1901,113000,'?','',114.60259630380068,-91.44601908908983,0,0,0,'2020-11-16 03:56:57'); -INSERT INTO `marker` VALUES (12081,1901,NULL,2,1901,113355,'F','',85.12109375,-131.69921875,0,0,0,'2020-11-16 05:25:51'); -INSERT INTO `marker` VALUES (12082,1901,NULL,2,1901,113397,'test','',118.25,-143.52421069561265,0,0,0,'2020-11-16 15:58:38'); -INSERT INTO `marker` VALUES (12083,1901,NULL,2,1903,105841,'epee glace','',79.546875,-147.12499976158142,0,0,0,'2020-11-17 17:40:25'); -INSERT INTO `marker` VALUES (12084,1901,NULL,2,1910,113418,'Opale','',107.8984375,-162.75,0,0,0,'2020-11-18 23:51:22'); -INSERT INTO `marker` VALUES (12085,1901,NULL,2,1901,113681,'aees','olv',69.84375,-72.1875,0,0,0,'2020-11-20 05:25:19'); -INSERT INTO `marker` VALUES (12086,1901,NULL,2,1901,113699,'Kakiro Village','',38.375,-75.75,0,0,0,'2020-11-20 12:57:53'); -INSERT INTO `marker` VALUES (12087,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'); -INSERT INTO `marker` VALUES (12088,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'); -INSERT INTO `marker` VALUES (12089,1901,NULL,2,1902,91304,'royal halberd','',118.90625,-87.36561711766554,0,0,0,'2020-11-21 19:00:20'); -INSERT INTO `marker` VALUES (12090,1901,NULL,2,1944,91304,'Royal halberd','',118.921875,-87.37343394378767,0,0,0,'2020-11-21 19:01:41'); -INSERT INTO `marker` VALUES (12091,1901,NULL,2,1916,113555,'korok','',183.078125,-154.609375,0,0,0,'2020-11-21 22:41:41'); -INSERT INTO `marker` VALUES (12092,1901,NULL,2,1916,113778,'Kolong seed','Kolong\r\n',165.13541650772095,-133.8645830154419,0,1,0,'2020-11-22 06:49:04'); -INSERT INTO `marker` VALUES (12093,1901,NULL,2,1901,112735,'HIRULE CASTLE','',124.12500190734863,-111.9479169845581,0,0,0,'2020-11-22 13:19:54'); -INSERT INTO `marker` VALUES (12094,1901,NULL,2,1901,113815,'Campamento','',105.515625,-152.7890625,0,0,0,'2020-11-23 02:03:02'); -INSERT INTO `marker` VALUES (12095,1901,NULL,2,1901,113815,'Campfire','',105.5390625,-152.796875,0,0,0,'2020-11-23 02:03:42'); -INSERT INTO `marker` VALUES (12096,1901,NULL,2,1926,114037,'Divine Beast Vah Rudania','',166.3125,-88.625,0,0,0,'2020-11-25 18:33:28'); -INSERT INTO `marker` VALUES (12097,1901,NULL,2,1926,114037,'Divine Beast Vah Medih','',71.5625,-98.8125,0,0,0,'2020-11-25 18:33:49'); -INSERT INTO `marker` VALUES (12098,1901,NULL,2,1901,114037,'Divine Beast Vah Naboris','The Divine beast piloted by the Gerudo Champion, Urbosa. It was freed from Thunderblight Ganon's grasps. Completion grants you the Champion Ability dubbed "Urbosa's Fury"',94.875,-169.375,0,0,0,'2020-11-25 18:35:21'); -INSERT INTO `marker` VALUES (12099,1901,NULL,2,1935,113758,'Arrows of Burning Heat','Speak to Rola in the Curious Quiver shop',156.51953125,-144.28125,0,0,0,'2020-11-27 22:58:03'); -INSERT INTO `marker` VALUES (12100,1901,NULL,2,1901,113758,'By Firefly's Light','',157.68359375,-144.1796875,0,0,0,'2020-11-27 22:59:06'); -INSERT INTO `marker` VALUES (12101,1901,NULL,2,1921,114143,'Gerudo','',69.28076171875,-175.43017578125,0,0,0,'2020-11-28 02:12:00'); -INSERT INTO `marker` VALUES (12102,1901,NULL,2,1901,114341,'Chient Done','',136.5703125,-182.1640625,0,1,0,'2020-11-29 18:03:03'); -INSERT INTO `marker` VALUES (12103,1901,NULL,2,1901,114456,'jeu voile','',152.703125,-116.875,0,0,0,'2020-11-29 19:54:23'); -INSERT INTO `marker` VALUES (12104,1901,NULL,2,1926,114150,'Divine Beast : Vah'Naboris','',95.015625,-169.28125,0,0,0,'2020-11-30 01:15:46'); -INSERT INTO `marker` VALUES (12105,1901,NULL,2,1926,114150,'Divine Beast : Vah'Medoh','',71.5234375,-98.921875,0,0,0,'2020-11-30 01:16:23'); -INSERT INTO `marker` VALUES (12106,1901,NULL,2,1926,114150,'Divine Beast : Vah'Rudania','',166.31640625,-87.99609375,0,0,0,'2020-11-30 01:17:03'); -INSERT INTO `marker` VALUES (12107,1901,NULL,2,1901,114013,'2pt','',87.203125,-170.7421875,0,0,0,'2020-11-30 10:55:16'); -INSERT INTO `marker` VALUES (12108,1901,NULL,2,1916,112710,'Start of Lorogu challenge','',87.4375,-183.375,0,0,0,'2020-11-30 14:13:21'); -INSERT INTO `marker` VALUES (12109,1901,NULL,2,1901,114687,'Entrée du plateau','L'entrée originale du plateau du prélude. Elle est a présent sous les décombres.',119.171875,-151.796875,0,1,0,'2020-12-02 13:01:54'); -INSERT INTO `marker` VALUES (12110,1901,NULL,2,1901,114891,'Found','',60.046875,-69.21875,0,0,0,'2020-12-05 02:12:55'); -INSERT INTO `marker` VALUES (12111,1901,NULL,2,1901,114693,'Mount satori','Marché aux legumes',93.46875,-134.40625,0,0,0,'2020-12-05 23:22:26'); -INSERT INTO `marker` VALUES (12112,1901,NULL,2,1901,113815,'Merchant','',139.015625,-157.171875,0,0,0,'2020-12-06 17:21:21'); -INSERT INTO `marker` VALUES (12113,1901,NULL,2,1901,115108,'Current Location','',142.5234375,-158.4609375,0,0,0,'2020-12-07 17:13:06'); -INSERT INTO `marker` VALUES (12114,1901,NULL,2,1925,115284,'Shrine of Resurrection','Starting point',110.734375,-157.546875,0,1,0,'2020-12-10 01:31:40'); -INSERT INTO `marker` VALUES (12115,1901,NULL,2,1943,115467,'Topaz','',161.287109375,-188.431640625,0,1,0,'2020-12-12 13:42:55'); -INSERT INTO `marker` VALUES (12116,1901,NULL,2,1901,115532,'White-Mayned Lynel','',69.390625,-75.55608974358975,0,0,0,'2020-12-12 20:10:30'); -INSERT INTO `marker` VALUES (12117,1901,NULL,2,1936,115726,' ','',114.390625,-158.171875,0,0,0,'2020-12-14 20:52:24'); -INSERT INTO `marker` VALUES (12118,1901,NULL,2,1926,115737,'lizard','',167.875,-87.7652953425033,0,1,0,'2020-12-14 22:21:37'); -INSERT INTO `marker` VALUES (12119,1901,NULL,2,1926,115737,'Bird','',71.578125,-98.58045540626124,0,1,0,'2020-12-14 22:22:33'); -INSERT INTO `marker` VALUES (12120,1901,NULL,2,1901,115467,'Farosh On the Mountain','',65.89453125,-139.76953125,0,0,0,'2020-12-15 17:02:35'); -INSERT INTO `marker` VALUES (12121,1901,NULL,2,1902,38522,'Armadura ganon','\r\n\r\n\r\n\r\n',109.37958272953388,-147.2140131025078,0,1,0,'2020-12-16 23:50:36'); -INSERT INTO `marker` VALUES (12122,1901,NULL,2,1902,38522,'Armadura ganon','Casco ganon\r\n\r\n',109.40544776692106,-147.17123789787786,0,0,0,'2020-12-16 23:51:27'); -INSERT INTO `marker` VALUES (12123,1901,NULL,2,1943,115737,'50 rubies','',158.92199087142944,-164.97531319177762,0,0,0,'2020-12-21 12:26:40'); -INSERT INTO `marker` VALUES (12124,1901,NULL,2,1936,115737,'bomb wall','',158.9296875,-164.92562777781401,0,0,0,'2020-12-21 12:27:17'); -INSERT INTO `marker` VALUES (12125,1901,NULL,2,1936,115737,'treasure cave wall for quest','',158.42578125,-168.40218038777672,0,0,0,'2020-12-21 12:27:58'); -INSERT INTO `marker` VALUES (12126,1901,NULL,2,1936,115737,'wall','',171.4442949295044,-155.19419791741421,0,0,0,'2020-12-21 12:37:26'); -INSERT INTO `marker` VALUES (12127,1901,NULL,2,1901,76123,'xd','',202.9375,-116.0260162601626,0,0,0,'2020-12-21 21:04:43'); -INSERT INTO `marker` VALUES (12128,1901,NULL,2,1901,116058,'Star Fragment','',140.3944091796875,-104.34046936035156,0,0,0,'2020-12-21 22:36:42'); -INSERT INTO `marker` VALUES (12129,1901,NULL,2,1901,116058,'Star Fragment','',140.44012451171875,-104.33963012695312,0,0,0,'2020-12-21 22:37:20'); -INSERT INTO `marker` VALUES (12130,1901,NULL,2,1925,77482,'Keive Tala Shrine','DLC Ex Champions Ballad',91.41796875,-188.98828125,0,0,0,'2020-12-21 23:31:21'); -INSERT INTO `marker` VALUES (12131,1901,NULL,2,1925,77482,'Takama Shiri Shrine','DLC Ex Champions Shrine',51.50390625,-161.671875,0,0,0,'2020-12-22 00:10:21'); -INSERT INTO `marker` VALUES (12132,1901,NULL,2,1925,77482,'Kihiro Moh Shrine','DLC Ex Champions Ballad Shrine',75.0390625,-149.1171875,0,0,0,'2020-12-22 00:43:51'); -INSERT INTO `marker` VALUES (12133,1901,NULL,2,1901,115534,'armas','',109.8125,-148.03125,0,0,0,'2020-12-23 06:12:23'); -INSERT INTO `marker` VALUES (12134,1901,NULL,2,1901,54914,'Diamond under a rock','Look in this area for a rock, under the rock you can find a diamond',92.9921875,-137.25,0,1,0,'2020-12-23 14:09:20'); -INSERT INTO `marker` VALUES (12135,1901,NULL,2,1926,115434,'Vah'Darunia','',167.75000190734863,-87.4187490940094,0,0,0,'2020-12-26 20:24:11'); -INSERT INTO `marker` VALUES (12136,1901,NULL,2,1921,116749,'First','',110.3828125,-157.3359375,0,0,0,'2020-12-27 12:25:34'); -INSERT INTO `marker` VALUES (12137,1901,NULL,2,1916,47121,'Koroko Seed','',80.073486328125,-142.30034764682065,0,0,0,'2020-12-27 22:26:37'); -INSERT INTO `marker` VALUES (12138,1901,NULL,2,1901,100398,'STAR FRAGMENT','',140.359375,-104.3828125,0,0,0,'2020-12-28 20:53:36'); -INSERT INTO `marker` VALUES (12139,1901,NULL,2,1903,117109,'Boomerang','',151.53125,-158.765625,0,1,0,'2020-12-30 16:52:14'); -INSERT INTO `marker` VALUES (12140,1901,NULL,2,1910,117116,'Big Hearty Truffle','',91.56640625,-134.09375,0,0,0,'2020-12-30 19:01:54'); -INSERT INTO `marker` VALUES (12141,1901,NULL,2,1947,77482,'Modulga King','',88.84375,-186.5625,0,0,0,'2020-12-30 21:23:41'); -INSERT INTO `marker` VALUES (12142,1901,NULL,2,1943,116997,'Purple Rupee','',134.02734375,-117.12890625,0,1,0,'2020-12-31 06:01:28'); -INSERT INTO `marker` VALUES (12143,1901,NULL,2,1943,116997,'Silver Rupee','',145.2421875,-114.5625,0,0,0,'2020-12-31 09:14:13'); -INSERT INTO `marker` VALUES (12144,1901,NULL,2,1943,116997,'Sapphire','',142.1484375,-106.21875,0,0,0,'2020-12-31 09:24:34'); -INSERT INTO `marker` VALUES (12145,1901,NULL,2,1910,117164,'Amber','',107.84834526844102,-162.6371882861493,0,0,0,'2021-01-01 20:21:11'); -INSERT INTO `marker` VALUES (12146,1901,NULL,2,1943,70991,'Gemas dentro de la cueva','',179.3671875,-179.828125,0,0,0,'2021-01-03 16:20:04'); -INSERT INTO `marker` VALUES (12147,1901,NULL,2,1901,117468,'KOLOG NOT FOUND','este kolog no aparece..\r\n\r\n',199.90625,-99.390625,0,0,0,'2021-01-03 18:43:45'); -INSERT INTO `marker` VALUES (12148,1901,NULL,2,1943,117472,'Ruby (DLC)','"A precious red gem mined from large ore deposits found throughout Hyrule. Rubies contain the power of fire and have fetched a high price since ancient times."',117.45703125,-151.73366545612876,0,0,0,'2021-01-03 22:11:39'); -INSERT INTO `marker` VALUES (12149,1901,NULL,2,1926,117579,'Vah Naboris','',95,-169.171875,0,1,0,'2021-01-03 22:44:45'); -INSERT INTO `marker` VALUES (12150,1901,NULL,2,1920,117601,'ON EST ICI','',180.6796875,-162.453125,0,0,0,'2021-01-04 18:22:33'); -INSERT INTO `marker` VALUES (12151,1901,NULL,2,1902,116711,'Diamante','',77.59375,-118.75098073482513,0,0,0,'2021-01-04 21:45:34'); -INSERT INTO `marker` VALUES (12152,1901,NULL,2,1910,117799,'apfelbäume','immer was zu essen',96.12018966674805,-141.85096140438208,0,0,0,'2021-01-05 20:47:20'); -INSERT INTO `marker` VALUES (12153,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','Grand mur à détruire ',68.1875,-146.7890625,0,0,0,'2021-01-06 14:15:19'); -INSERT INTO `marker` VALUES (12154,1901,NULL,2,1916,118430,'h','g',-17,-71.75,0,1,0,'2021-01-11 13:16:03'); -INSERT INTO `marker` VALUES (12155,1901,NULL,2,1904,116115,'Forest dwelling bow','',95.375,-68.65625,0,0,0,'2021-01-11 16:22:25'); -INSERT INTO `marker` VALUES (12156,1901,NULL,2,1935,72116,'Death Mountain's Secret','Dugby side quest to find drillshaft',155.9375,-92.90625,0,0,0,'2021-01-11 23:34:44'); -INSERT INTO `marker` VALUES (12157,1901,NULL,2,1901,117847,'sous ','',155.125,-176.15625,0,0,0,'2021-01-12 15:30:44'); -INSERT INTO `marker` VALUES (12158,1901,NULL,2,1926,118626,'Vah Naboris','',-26.5,-121.25,0,0,0,'2021-01-13 02:23:16'); -INSERT INTO `marker` VALUES (12159,1901,NULL,2,1901,118744,'master sword','',130.21875,-94.15625,0,0,0,'2021-01-14 21:08:49'); -INSERT INTO `marker` VALUES (12160,1901,NULL,2,1901,118744,'bear ','good meat ',80.3359375,-150.03125,0,0,0,'2021-01-14 21:55:57'); -INSERT INTO `marker` VALUES (12161,1901,NULL,2,1901,118855,'Mejora de la sheika','',180.50520825386047,-161.4140625,0,0,0,'2021-01-15 16:28:17'); -INSERT INTO `marker` VALUES (12162,1901,NULL,2,1901,118636,'??????','',175.1640625,-167.703125,0,0,0,'2021-01-16 07:44:58'); -INSERT INTO `marker` VALUES (12163,1901,NULL,2,1901,119014,'pppp','',170.76953125,-161.3359375,0,0,0,'2021-01-16 19:32:15'); -INSERT INTO `marker` VALUES (12164,1901,NULL,2,1926,116066,'Va-Medo','',71.5078125,-100.328125,0,1,0,'2021-01-17 06:02:25'); -INSERT INTO `marker` VALUES (12165,1901,NULL,2,1902,102008,'arnachement','',140.54531288146973,-185.97761400996575,0,0,0,'2021-01-17 12:07:02'); -INSERT INTO `marker` VALUES (12166,1901,NULL,2,1916,117974,'?????','',178.49687480926514,-172.52605000119553,0,0,0,'2021-01-17 13:53:20'); -INSERT INTO `marker` VALUES (12167,1901,NULL,2,1901,117888,'s','',97.78125,-101.78125,0,0,0,'2021-01-17 16:01:49'); -INSERT INTO `marker` VALUES (12168,1901,NULL,2,1901,118744,'chest knights halberd','',180.703125,-178.75,0,0,0,'2021-01-18 01:29:27'); -INSERT INTO `marker` VALUES (12169,1901,NULL,2,1901,118744,'chest royal bow','',171.9375,-178.015625,0,0,0,'2021-01-18 02:40:08'); -INSERT INTO `marker` VALUES (12170,1901,NULL,2,1901,118744,'arrow x10 chest','',204.90625,-185.9375,0,0,0,'2021-01-18 05:40:08'); -INSERT INTO `marker` VALUES (12171,1901,NULL,2,1901,118744,'chest with double axe','under the slab',154.4375,-177.609375,0,0,0,'2021-01-18 06:27:30'); -INSERT INTO `marker` VALUES (12172,1901,NULL,2,1916,119295,'Me equivoque xd','',68,-80.75,0,0,0,'2021-01-19 00:35:06'); -INSERT INTO `marker` VALUES (12173,1901,NULL,2,1944,117957,'Anchient Arrow','',-118,-107.5,0,0,0,'2021-01-19 16:40:21'); -INSERT INTO `marker` VALUES (12174,1901,NULL,2,1901,86684,'Herbes d'Hyrule x5','',117.13671875,-151.23828125,0,0,0,'2021-01-20 18:21:57'); -INSERT INTO `marker` VALUES (12175,1901,NULL,2,1926,86684,'Divine Beast Vah Medoh','',71.5234375,-98.921875,0,0,0,'2021-01-20 18:56:38'); -INSERT INTO `marker` VALUES (12176,1901,NULL,2,1930,111070,'the fucking Ganon','',124.375,-111.4375,0,1,0,'2021-01-21 06:28:16'); -INSERT INTO `marker` VALUES (12177,1901,NULL,2,1939,117957,'Wizzrobe','',103.46745681762695,-186.2244999408722,0,0,0,'2021-01-21 09:02:07'); -INSERT INTO `marker` VALUES (12178,1901,NULL,2,1901,119585,'shrine of res','',111.90625,-156.2890625,0,0,0,'2021-01-21 21:01:25'); -INSERT INTO `marker` VALUES (12179,1901,NULL,2,1901,119585,'shrine of res','',111.859375,-156.484375,0,1,0,'2021-01-21 21:01:47'); -INSERT INTO `marker` VALUES (12180,1901,NULL,2,1925,114003,'???-?????? (DLC)','',108.9453125,-161.015625,0,0,0,'2021-01-23 10:59:32'); -INSERT INTO `marker` VALUES (12181,1901,NULL,2,1901,119737,'Hestu','1st loc',160.875,-149.8649914361465,0,0,0,'2021-01-23 11:20:33'); -INSERT INTO `marker` VALUES (12182,1901,NULL,2,1926,82971,'Divine Beast Vah Medoh','',71.5390625,-98.9921875,0,0,0,'2021-01-24 15:59:33'); -INSERT INTO `marker` VALUES (12183,1901,NULL,2,1926,82971,'Divine Beast Vah Rudania','',166.31640625,-88.01953125,0,0,0,'2021-01-24 16:00:45'); -INSERT INTO `marker` VALUES (12184,1901,NULL,2,1926,82971,'Divine Beast Vah Ruta','',94.9375,-169.09375,0,0,0,'2021-01-24 16:01:13'); -INSERT INTO `marker` VALUES (12185,1901,NULL,2,1901,48985,'Mushrooms','',93.75,-140.484375,0,0,0,'2021-01-24 17:08:34'); -INSERT INTO `marker` VALUES (12186,1901,NULL,2,1944,70991,'Brida Ancestral','Equipación para el caballo. Misteriosa Brida fabricada por medio de técnicas perdidas en el pasado. Aumenta al máximo las habilidades del caballo que la porta, permitiéndole galopar más rápido.',92.16015625,-133.37890625,0,0,0,'2021-01-24 17:34:14'); -INSERT INTO `marker` VALUES (12187,1901,NULL,2,1901,39438,'Midna's Helmet','',107.015625,-131.609375,0,0,0,'2021-01-25 16:58:25'); -INSERT INTO `marker` VALUES (12188,1901,NULL,2,1904,120023,'Forrest Dweller's Bow','',160.24609375,-130.47265625,0,0,0,'2021-01-26 01:26:47'); -INSERT INTO `marker` VALUES (12189,1901,NULL,2,1903,120232,'guardian ','',113.0859375,-139.1640625,0,0,0,'2021-01-28 00:38:42'); -INSERT INTO `marker` VALUES (12190,1901,NULL,2,1920,119918,'Loc','Localisation',194.359375,-137.89118685454687,0,0,0,'2021-01-30 07:57:57'); -INSERT INTO `marker` VALUES (12191,1901,NULL,2,1901,120729,'punto interes','',182.28125,-163.375,0,0,0,'2021-02-01 18:54:12'); -INSERT INTO `marker` VALUES (12192,1901,NULL,2,1902,114115,'Phantomarmor (dlc=','',123.8125,-126.75,0,0,0,'2021-02-02 15:14:49'); -INSERT INTO `marker` VALUES (12193,1901,NULL,2,1931,75146,'Bokoblin Camp','',118.1875,-158,0,1,0,'2021-02-02 16:08:31'); -INSERT INTO `marker` VALUES (12194,1901,NULL,2,1939,119863,'Fire Wizzrobe','Equipped Items: Fire Rod',185.5846347808838,-74.18345122802256,0,0,0,'2021-02-02 20:17:10'); -INSERT INTO `marker` VALUES (12195,1901,NULL,2,1926,120614,'Vah Naboris','Vah Naboris beast',94.9375,-169.4375,0,0,0,'2021-02-03 18:43:52'); -INSERT INTO `marker` VALUES (12196,1901,NULL,2,1901,114058,'No Korok','',93.96253507321167,-135.20001973297573,0,0,0,'2021-02-04 09:04:11'); -INSERT INTO `marker` VALUES (12197,1901,NULL,2,1901,121078,'Zora's Domain','',179.71516799926758,-119.71420097351074,0,0,0,'2021-02-06 02:03:58'); -INSERT INTO `marker` VALUES (12198,1901,NULL,2,1901,121078,'Moon Jumping Glitch Setup','Talk to the guy sitting at the tree at the target range on your horse. Start the mini-game as normal but ride over to a nearby cliff and glide over to a untamed horse ride it till the game ends but dont tame it. The game ends so you need to exit the dialougue with target guy. Telport away, and now you go anywhere you want.',124.90625,-182.40625,0,1,0,'2021-02-06 02:07:24'); -INSERT INTO `marker` VALUES (12199,1901,NULL,2,1925,121188,'Reborn','',111.0625,-157.50516708811597,0,0,0,'2021-02-07 10:07:50'); -INSERT INTO `marker` VALUES (12200,1901,NULL,2,1936,120568,'Cracked Wall','',62.05794166352252,-70.94985723264263,0,0,0,'2021-02-09 21:43:35'); -INSERT INTO `marker` VALUES (12201,1901,NULL,2,1936,120568,'Ice Block','',69.30780021213079,-163.40272933076045,0,0,0,'2021-02-09 21:50:57'); -INSERT INTO `marker` VALUES (12202,1901,NULL,2,1944,120568,'Knight's Halberd','',118.9990153276101,-87.35983048585157,0,0,0,'2021-02-10 20:45:27'); -INSERT INTO `marker` VALUES (12203,1901,NULL,2,1901,121674,'Nabooris Trial','',88.53125,-189.65625,0,0,0,'2021-02-12 00:29:50'); -INSERT INTO `marker` VALUES (12204,1901,NULL,2,1901,121674,'Nabooris Trial','',50.875,-161.75,0,0,0,'2021-02-12 00:31:17'); -INSERT INTO `marker` VALUES (12205,1901,NULL,2,1901,109732,'weapon upgrade?','',144.6484375,-110.359375,0,0,0,'2021-02-13 15:02:48'); -INSERT INTO `marker` VALUES (12206,2005,NULL,2,1966,121866,'link*','',28.480919667953515,-181.72335249436136,0,0,0,'2021-02-14 11:42:40'); -INSERT INTO `marker` VALUES (12207,1901,NULL,2,1916,109732,'Korok Seed','',175.6328125,-113.8359375,0,0,0,'2021-02-14 13:38:17'); -INSERT INTO `marker` VALUES (12208,1901,NULL,2,1916,121582,'kolok','se ubica la primera flor que nos lleva hasta arriba para finalmente encontrar la semilla ',180.4233546257019,-164.23964005708694,0,0,0,'2021-02-16 01:58:26'); -INSERT INTO `marker` VALUES (12209,1901,NULL,2,1921,122196,'Kakariko Villiage','',157.234375,-143.65625,0,0,0,'2021-02-16 17:41:17'); -INSERT INTO `marker` VALUES (12210,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.390625,-133.4453125,0,0,0,'2021-02-16 18:12:45'); -INSERT INTO `marker` VALUES (12211,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.4375,-133.328125,0,1,0,'2021-02-16 18:14:06'); -INSERT INTO `marker` VALUES (12212,1901,NULL,2,1925,120954,'Kia Toza Shrine','',94.21875,-78.375,0,0,0,'2021-02-19 07:28:41'); -INSERT INTO `marker` VALUES (12213,1901,NULL,2,1925,120954,'Shira Goram','',90.890625,-106.40625,0,0,0,'2021-02-19 07:31:16'); -INSERT INTO `marker` VALUES (12214,1901,NULL,2,1920,15161,'Casa','',179.7890625,-163.78125,0,1,0,'2021-02-19 09:35:52'); -INSERT INTO `marker` VALUES (12215,1901,NULL,2,1902,117760,'Majora's Mask','',120.93750047683716,-147.61718702316284,0,1,0,'2021-02-20 10:26:42'); -INSERT INTO `marker` VALUES (12216,1901,NULL,2,1901,122530,'WOW','HELP ME KIDS',191.0811493396759,-108.28704416751862,0,0,0,'2021-02-20 16:24:47'); -INSERT INTO `marker` VALUES (12217,1901,NULL,2,1901,120736,'kjahkd','',14.5,-79.25,0,0,0,'2021-02-23 20:19:12'); -INSERT INTO `marker` VALUES (12218,1901,NULL,2,1935,91398,'Zora Stone Monuments','',180.25390625,-119.11328125,0,0,0,'2021-02-24 05:53:06'); -INSERT INTO `marker` VALUES (12219,1901,NULL,2,1931,122869,'Enemy Base','',142.16171860694885,-167.34622101175916,0,0,0,'2021-02-27 22:42:29'); -INSERT INTO `marker` VALUES (12220,1901,NULL,2,1916,123520,'korok','',155.625,-152,0,0,0,'2021-02-28 07:03:42'); -INSERT INTO `marker` VALUES (12221,1901,NULL,2,1916,123452,'Korogu','',172.3125,-161.1484375,0,0,0,'2021-02-28 12:31:55'); -INSERT INTO `marker` VALUES (12222,1901,NULL,2,1916,113565,'Korok Seed','',146.6953125,-175.78125,0,0,0,'2021-02-28 15:57:18'); -INSERT INTO `marker` VALUES (12223,1901,NULL,2,1916,123141,'Korok next dest','',86.7734375,-136.53515625,0,0,0,'2021-02-28 16:49:26'); -INSERT INTO `marker` VALUES (12224,1901,NULL,2,1902,123337,'EX Chest - Phantom Helmet ','',109.65625,-147.03125,0,0,0,'2021-03-01 08:42:15'); -INSERT INTO `marker` VALUES (12225,1901,NULL,2,1901,123941,'Dobrar ao leste ','Ao leste virar para conseguir memoria ',105.015625,-109.28125,0,0,0,'2021-03-03 23:38:08'); -INSERT INTO `marker` VALUES (12226,1901,NULL,2,1901,123820,'PENDIENTE','',176.2738857269287,-172.93112754821777,0,0,0,'2021-03-04 02:31:43'); -INSERT INTO `marker` VALUES (12227,1901,NULL,2,1901,121582,'Prueba heroica (Hermanos gigantes)','leer la piedra para activar la prueba ',169.59800016880035,-172.41602066159248,0,1,0,'2021-03-04 15:32:03'); -INSERT INTO `marker` VALUES (12228,1901,NULL,2,1916,124201,'korogu','',109.4375,-170.5,0,0,0,'2021-03-06 10:07:21'); -INSERT INTO `marker` VALUES (12229,1901,NULL,2,1901,26371,'letzter krog','',182.78125,-123.39960507640293,0,0,0,'2021-03-08 19:40:14'); -INSERT INTO `marker` VALUES (12230,1901,NULL,2,1904,124641,'Arc Royal','sous un rocher (utiliser cinetis)',113.37109363079071,-164.38166416436724,0,0,0,'2021-03-10 16:34:19'); -INSERT INTO `marker` VALUES (12231,1901,NULL,2,1926,124641,'Vah'Medo','Prodige Révali',71.3390622138977,-99.830073684487,0,0,0,'2021-03-10 16:41:05'); -INSERT INTO `marker` VALUES (12232,1901,NULL,2,1901,124540,'Paratonnere ','',66,-158.25,0,0,0,'2021-03-10 18:30:37'); -INSERT INTO `marker` VALUES (12233,1901,NULL,2,1901,124658,'Yes','',180.59375,-76.46875,0,0,0,'2021-03-10 20:54:36'); -INSERT INTO `marker` VALUES (12234,1901,NULL,2,1903,122571,'fspear','',67.5,-102,0,0,0,'2021-03-12 22:44:02'); -INSERT INTO `marker` VALUES (12235,1901,NULL,2,1903,122571,'Frostspear','On an Ice-Breath Lizalfos',64.7890625,-77.90234375,0,0,0,'2021-03-12 23:05:43'); -INSERT INTO `marker` VALUES (12236,1901,NULL,2,1931,122571,'Lizalfos Camp','2 Fire-Breath Lizalfos and 1 Ice-Breath Lizalfos',64.78125,-77.96875,0,0,0,'2021-03-12 23:10:10'); -INSERT INTO `marker` VALUES (12237,1901,NULL,2,1925,124909,'Rohta Chigah Shrine (DLC)','',119.89188706344548,-156.11484330892563,0,0,0,'2021-03-13 03:44:55'); -INSERT INTO `marker` VALUES (12238,1901,NULL,2,1901,124937,'Inicio','',110.5625,-157.265625,0,0,0,'2021-03-13 13:39:13'); -INSERT INTO `marker` VALUES (12239,1901,NULL,2,1901,124914,'seed','',109.9375,-146.921875,0,0,0,'2021-03-13 17:33:39'); -INSERT INTO `marker` VALUES (12240,1901,NULL,2,1926,124806,'Vah Ruta','',185.1156234741211,-125.29869582084362,0,0,0,'2021-03-14 01:22:14'); -INSERT INTO `marker` VALUES (12241,1901,NULL,2,1926,124806,'Vah Medoh','',70.60000038146973,-97.75723823956432,0,0,0,'2021-03-14 02:06:40'); -INSERT INTO `marker` VALUES (12242,1901,NULL,2,1926,124806,'Vah Medoh','',71.53515648841858,-98.96725482634965,0,0,0,'2021-03-14 02:10:19'); -INSERT INTO `marker` VALUES (12243,1901,NULL,2,1926,124806,'Vah Naboris','Sieged Vah Naboris',95.10468673706055,-169.18254494725576,0,0,0,'2021-03-14 02:14:09'); -INSERT INTO `marker` VALUES (12244,1901,NULL,2,1903,97047,'Longue epée des flammes','Arme en feu qui brule les ennemis. Arme à deux mains.Attaque: 34',137.33984375,-137.0859375,0,0,0,'2021-03-14 11:42:30'); -INSERT INTO `marker` VALUES (12245,1901,NULL,2,1901,124539,'Maronus','',135.9296875,-97.63051428988081,0,0,0,'2021-03-14 19:30:39'); -INSERT INTO `marker` VALUES (12246,1901,NULL,2,1932,120230,'Decayed','',117.421875,-153.859375,0,0,0,'2021-03-14 20:06:49'); -INSERT INTO `marker` VALUES (12247,1901,NULL,2,1901,125128,'Gerudu Canyon Stable','',84.61943070975934,-161.04949559158695,0,0,0,'2021-03-14 21:04:10'); -INSERT INTO `marker` VALUES (12248,1901,NULL,2,1930,123715,'Ice Keese','Behind cracked wall',85.76171875,-151.59375,0,0,0,'2021-03-14 23:08:54'); -INSERT INTO `marker` VALUES (12249,1901,NULL,2,1901,123120,'EX Fairt Cloyhes','',123.85546875,-154.32421875,0,0,0,'2021-03-15 00:57:32'); -INSERT INTO `marker` VALUES (12250,1901,NULL,2,1901,125118,'edge','',164.4375,-157.59375,0,0,0,'2021-03-15 18:05:13'); -INSERT INTO `marker` VALUES (12251,1901,NULL,2,1946,125147,'Rumor mill EX Vol 4','Special volume with DLCs',133.39583325386047,-145.2421875,0,0,0,'2021-03-16 20:44:00'); -INSERT INTO `marker` VALUES (12252,1901,NULL,2,1901,125316,'??????????????','',128.7671880722046,-145.9231334621211,0,0,0,'2021-03-16 23:40:20'); -INSERT INTO `marker` VALUES (12253,1901,NULL,2,1925,125147,'Jizu'kafi temple','',175.70833349227905,-102.08854103088379,0,0,0,'2021-03-17 20:51:48'); -INSERT INTO `marker` VALUES (12254,1901,NULL,2,1926,125435,'Divine Beast Vah Rudania','',166.421875,-87.9140625,0,0,0,'2021-03-17 21:12:01'); -INSERT INTO `marker` VALUES (12255,1901,NULL,2,1926,125435,'Divine Beast Vah Naboris','Completed Quest Location',95.21875,-169.125,0,0,0,'2021-03-17 21:13:21'); -INSERT INTO `marker` VALUES (12256,1901,NULL,2,1926,125435,'Divine Beast Vah Medoh','Completed Quest Location',71.390625,-99.8046875,0,0,0,'2021-03-17 21:14:02'); -INSERT INTO `marker` VALUES (12257,1901,NULL,2,1901,124878,'Ore 1','',179.4609375,-179.80859375,0,0,0,'2021-03-18 15:42:42'); -INSERT INTO `marker` VALUES (12258,1901,NULL,2,1901,125258,'Maronus','',134.625,-144.12213330869758,0,0,0,'2021-03-18 19:55:39'); -INSERT INTO `marker` VALUES (12259,1901,NULL,2,1901,125622,'Cener','',110.74745598158748,-160.1219170743072,0,0,0,'2021-03-20 04:51:04'); -INSERT INTO `marker` VALUES (12260,1901,NULL,2,1939,123927,'Ice Wizzrobe','Carries a Blizzard Rod',103.8671875,-186.39453125,0,0,0,'2021-03-20 11:58:32'); -INSERT INTO `marker` VALUES (12261,1901,NULL,2,1902,125669,'Midnas Krone','wie eine Krone\r\n',119.03281259536743,-111.96543497933335,0,1,0,'2021-03-20 13:49:10'); -INSERT INTO `marker` VALUES (12262,1901,NULL,2,1931,122869,'Skull Camp','',118.16249990463257,-157.95375479700442,0,0,0,'2021-03-21 16:03:45'); -INSERT INTO `marker` VALUES (12263,1901,NULL,2,1901,125867,'horse','',140.328125,-151.3125,0,0,0,'2021-03-21 22:38:54'); -INSERT INTO `marker` VALUES (12264,1901,NULL,2,1902,31109,'Switch Tshirt','',120.6875,-159.3515625,0,0,0,'2021-03-22 14:33:57'); -INSERT INTO `marker` VALUES (12265,1901,NULL,2,1943,125954,'1 x Berenstein','',111.32578134536743,-162.6960676567522,0,0,0,'2021-03-22 22:09:18'); -INSERT INTO `marker` VALUES (12266,1901,NULL,2,1926,124780,'Divine Beast Rudnania','',167.26823806762695,-87.58193516731262,0,0,0,'2021-03-24 15:29:16'); -INSERT INTO `marker` VALUES (12267,1901,NULL,2,1926,124780,'Divine Beast Vah Medoh','',71.45968437194824,-98.58452320098877,0,0,0,'2021-03-24 15:30:10'); -INSERT INTO `marker` VALUES (12268,1901,NULL,2,1905,125395,'Silver Rupy','Silver Rupy',184.671875,-138.4296875,0,0,0,'2021-03-26 12:25:46'); -INSERT INTO `marker` VALUES (12269,1901,NULL,2,1901,115116,'Maze','Guardian Maze? ',99.8967809677124,-181.96149897575378,0,0,0,'2021-03-26 14:18:16'); -INSERT INTO `marker` VALUES (12270,1901,NULL,2,1926,115116,'Vah Rudania','Divine beast',167.76724648475647,-87.35461056232452,0,0,0,'2021-03-26 14:19:19'); -INSERT INTO `marker` VALUES (12271,1901,NULL,2,1930,115116,'Ganon','Ganon Fight!',123.99300861358643,-111.41650748252869,0,0,0,'2021-03-26 14:23:26'); -INSERT INTO `marker` VALUES (12272,1901,NULL,2,1921,115116,'Castle Town','Decayed Town',124.0265121459961,-123.14205977320671,0,0,0,'2021-03-26 14:24:15'); -INSERT INTO `marker` VALUES (12273,1901,NULL,2,1925,115116,'Gardian Maze','',200.6816782951355,-71.19546103477478,0,0,0,'2021-03-26 14:27:13'); -INSERT INTO `marker` VALUES (12274,1901,NULL,2,1920,115116,'Great Deku Tree','',134.67351484298706,-95.43484652042389,0,0,0,'2021-03-26 14:29:25'); -INSERT INTO `marker` VALUES (12275,1901,NULL,2,1931,115116,'Bokoblin Military Camp','',142.35727286338806,-102.49201965332031,0,0,0,'2021-03-26 14:34:44'); -INSERT INTO `marker` VALUES (12276,1901,NULL,2,1916,125255,'Miss','',140.765625,-168.046875,0,0,0,'2021-03-26 21:42:58'); -INSERT INTO `marker` VALUES (12277,1901,NULL,2,1944,28494,'Chest EX','',120.6875,-159.33203125,0,0,0,'2021-03-28 19:33:42'); -INSERT INTO `marker` VALUES (12278,1901,NULL,2,1936,28494,'Wall (Chest Access)','Near River (1st Floor)',148.75390625,-157.20703125,0,0,0,'2021-03-28 23:28:03'); -INSERT INTO `marker` VALUES (12279,1901,NULL,2,1936,28494,'Access To Chest','',157.40625,-155.88671875,0,0,0,'2021-03-28 23:55:45'); -INSERT INTO `marker` VALUES (12280,1901,NULL,2,1901,126531,'Krogs auf Vergessenen Plateau','Krogs auf Vergessenen Plateau',74.9375,-161.49423444905096,0,0,0,'2021-03-29 09:20:48'); -INSERT INTO `marker` VALUES (12281,1901,NULL,2,1901,126550,'owa','',107.546875,-134.53125,0,0,0,'2021-03-29 12:50:50'); -INSERT INTO `marker` VALUES (12282,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:45'); -INSERT INTO `marker` VALUES (12283,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:46'); -INSERT INTO `marker` VALUES (12284,1901,NULL,2,1901,126626,'rucco maag','',179.21250915527344,-134.40870004663194,0,1,0,'2021-03-30 07:12:09'); -INSERT INTO `marker` VALUES (12285,1901,NULL,2,1901,126774,'1','',14.25,-99.375,0,0,0,'2021-04-01 00:41:22'); -INSERT INTO `marker` VALUES (12286,1901,NULL,2,1901,126870,'next','',133.3125,-158.515625,0,0,0,'2021-04-01 16:38:20'); -INSERT INTO `marker` VALUES (12287,1901,NULL,2,1901,126883,'Master Sword','Here is the Master Sword',134.59375,-94.21875,0,0,0,'2021-04-01 20:55:59'); -INSERT INTO `marker` VALUES (12288,1901,NULL,2,1901,125374,'???? ???? ??????','',184.6484375,-160.46484375,0,0,0,'2021-04-03 13:22:26'); -INSERT INTO `marker` VALUES (12289,2000,NULL,2,1950,2534,'More Bombs','Use magic powder to light torch',111.75,-181,0,0,0,'2021-04-03 16:35:46'); -INSERT INTO `marker` VALUES (12290,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',92.6875,-145.75,0,0,0,'2021-04-03 16:40:24'); -INSERT INTO `marker` VALUES (12291,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',200.875,-183.1875,0,0,0,'2021-04-03 16:42:28'); -INSERT INTO `marker` VALUES (12292,2000,NULL,2,1950,2534,'Tal Tal Warp Point','Walk on to it to activate',201.0625,-93.625,0,0,0,'2021-04-03 16:43:33'); -INSERT INTO `marker` VALUES (12293,2000,NULL,2,1950,2534,'Animal Village Warp Point','Walk on to it to activate',201,-183.3125,0,0,0,'2021-04-03 16:44:04'); -INSERT INTO `marker` VALUES (12294,2000,NULL,2,1950,2534,'Martha's Bay Warp Point','Remove Bush to use warp point',124,-183.5625,0,0,0,'2021-04-03 16:45:02'); -INSERT INTO `marker` VALUES (12295,2000,NULL,2,1950,2534,'Seashell Mansion Warp Point','Walk on to it to activate',176.1875,-138.125,0,0,0,'2021-04-03 16:46:46'); -INSERT INTO `marker` VALUES (12296,2000,NULL,2,1950,2534,'Dampé’s Shack Warp Point','Lift rock to activate',115.875,-92.875,0,0,0,'2021-04-03 16:48:53'); -INSERT INTO `marker` VALUES (12297,2000,NULL,2,1950,2534,'Manbo's Pond Warp Point','Learn Manbo's Song to activate',89,-109,0,0,0,'2021-04-03 16:50:06'); -INSERT INTO `marker` VALUES (12298,2000,NULL,2,1950,2534,'Mando's Cave','Learn Mando's Song',170,-93.125,0,0,0,'2021-04-03 17:04:06'); -INSERT INTO `marker` VALUES (12299,2000,NULL,2,1950,2534,'Dream Shrine','Ocarina's Location',55.5625,-135.0625,0,0,0,'2021-04-03 17:06:28'); -INSERT INTO `marker` VALUES (12300,1901,NULL,2,1944,123927,'Royal Halberd','',118.96875,-87.3828125,0,0,0,'2021-04-04 08:20:32'); -INSERT INTO `marker` VALUES (12301,1901,NULL,2,1901,113565,'Vah Medoh','Titan',71.46875,-98.90625,0,0,0,'2021-04-04 16:48:13'); -INSERT INTO `marker` VALUES (12302,1901,NULL,2,1901,127106,'Royal Claymore','',94.4999955371749,-127.71437944607621,0,0,0,'2021-04-04 16:51:39'); -INSERT INTO `marker` VALUES (12303,1901,NULL,2,1901,113565,'Vah Ruta','Titan',174.5625,-131.828125,0,0,0,'2021-04-04 16:53:18'); -INSERT INTO `marker` VALUES (12304,1901,NULL,2,1939,123927,'Ice Wizzrobe','Drops a Blizzard Rod.',74.1328125,-129.140625,0,0,0,'2021-04-06 15:19:13'); -INSERT INTO `marker` VALUES (12305,1901,NULL,2,1931,127468,'Enemy Camp','',72.0390625,-85.40625,0,0,0,'2021-04-07 23:06:34'); -INSERT INTO `marker` VALUES (12306,1901,NULL,2,1926,126743,'Vah Medoh','Vah Medoh',71.546875,-99.15625,0,0,0,'2021-04-08 12:36:01'); -INSERT INTO `marker` VALUES (12307,1901,NULL,2,1926,126743,'Vah Rudania','Divine Beast Vah Rudania',166.28125,-88.34375,0,0,0,'2021-04-08 12:41:15'); -INSERT INTO `marker` VALUES (12308,1901,NULL,2,1905,126743,'Hylian Shield','Best shield of times',120.23828125,-112.23046875,0,0,0,'2021-04-08 12:49:12'); -INSERT INTO `marker` VALUES (12309,1901,NULL,2,1910,126328,'Granja de Escamas de Dragon','De aqui sale el dragon por las mañanas',155.95909353354153,-173.91435148710585,0,0,0,'2021-04-09 00:51:24'); -INSERT INTO `marker` VALUES (12310,1901,NULL,2,1926,126743,'Vah Medoh','Divine Beast Vah Medoh',71.5078125,-99.296875,0,0,0,'2021-04-09 15:09:16'); -INSERT INTO `marker` VALUES (12311,1901,NULL,2,1923,106482,'Dueling Peaks Tower','',143.97073224127604,-154.7955150604248,0,1,0,'2021-04-09 18:37:24'); -INSERT INTO `marker` VALUES (12312,1901,NULL,2,1931,128042,'Enemy Camp','',152.37109375,-70.48828125,0,0,0,'2021-04-13 19:37:04'); -INSERT INTO `marker` VALUES (12313,1901,NULL,2,1930,128042,'Lonely Lizard','Drops decent weapon and shield',166.6328125,-71.1484375,0,0,0,'2021-04-13 20:59:39'); -INSERT INTO `marker` VALUES (12314,1901,NULL,2,1902,127348,'Salvager Headware','',129.99437713623047,-170.40786743164062,0,1,0,'2021-04-15 08:53:36'); -INSERT INTO `marker` VALUES (12315,1901,NULL,2,1921,127910,'villages','',-33.75,-110.25,0,1,0,'2021-04-16 19:02:59'); -INSERT INTO `marker` VALUES (12316,1901,NULL,2,1940,128387,'bow','',107.46875,-72.3125,0,0,0,'2021-04-17 21:24:07'); -INSERT INTO `marker` VALUES (12317,1901,NULL,2,1931,71131,'2 Lizalfos + 1 moblin','',58.734375,-75.109375,0,0,0,'2021-04-17 21:30:38'); -INSERT INTO `marker` VALUES (12318,1901,NULL,2,1944,128287,'Ex: Salvager Headgear','',129.8046875,-170.14453125,0,0,0,'2021-04-18 01:45:29'); -INSERT INTO `marker` VALUES (12319,1901,NULL,2,1926,128246,'vah medo ','créature du vent de Revali gardé par l'ombre du vent de Ganon.\r\nRécompense : réceptacle de coeur ; la rage de Revali ; l'arc de l'aigle donné par le chef des piafs',-12.64999771118164,-117.9000015258789,0,1,0,'2021-04-18 08:49:27'); -INSERT INTO `marker` VALUES (12320,1901,NULL,2,1901,128438,'Zitadelle der Zeit','',115.40625,-158.796875,0,0,0,'2021-04-18 15:55:00'); -INSERT INTO `marker` VALUES (12321,1901,NULL,2,1902,128572,'Royal Halberd','Inside shrine chest',117.75,-122.90625,0,0,0,'2021-04-20 03:29:54'); -INSERT INTO `marker` VALUES (12322,1901,NULL,2,1916,128537,'muchos korokos seeds en este puente','te recomiendo que vallas en moto o tambien puedes ir con la mascara de monstros porque hay muchos monstros pero vale la pena porque hay un monton de koroko seeds ',127.796875,-167.125,0,1,0,'2021-04-20 13:52:03'); -INSERT INTO `marker` VALUES (12323,1901,NULL,2,1939,128572,'Blizzrobe','',82.75,-81.7890625,0,0,0,'2021-04-20 15:40:18'); -INSERT INTO `marker` VALUES (12324,1901,NULL,2,1940,126950,'Master Mode Lynel','',117.46041638548796,-160.82248807019374,0,0,0,'2021-04-21 03:54:29'); -INSERT INTO `marker` VALUES (12325,1901,NULL,2,1926,128492,'Vah Medoh','',71.5625,-98.703125,0,0,0,'2021-04-21 05:21:04'); -INSERT INTO `marker` VALUES (12326,1901,NULL,2,1901,126266,'Divine Beast Vah Rudania','',167.625,-87.34375,0,1,0,'2021-04-21 10:07:17'); -INSERT INTO `marker` VALUES (12327,1901,NULL,2,1926,126266,'Divine Beast Vah Medoh','',71.3828125,-100.08984375,0,0,0,'2021-04-21 10:08:06'); -INSERT INTO `marker` VALUES (12328,1901,NULL,2,1926,126266,'Divine Beast Vah Naboris','',95.109375,-169.3046875,0,0,0,'2021-04-21 10:08:23'); -INSERT INTO `marker` VALUES (12329,1901,NULL,2,1931,126658,'Enemy Camp','',169.4375,-118.7109375,0,0,0,'2021-04-23 14:31:41'); -INSERT INTO `marker` VALUES (12330,1901,NULL,2,1901,128811,'OK','',44.875,-75,0,0,0,'2021-04-23 14:52:25'); -INSERT INTO `marker` VALUES (12331,1901,NULL,2,1926,128736,'Vah Naboris','The Divine Beast Vah Naboris resembles a camel. Its element is thunder. The "humps" are actually powerful lightning generators, which it uses to protect itself. The interior of the Divine Beast is split into three cylinders, each of which can rotate a full 360 degrees. The center cylinder contains the Main Control unit on one side of a platform, and a Sheikah power source on the other side. Urbosa states that Naboris is named after Nabooru, the Sage of Spirit',16.625,-168.375,0,0,0,'2021-04-23 18:01:20'); -INSERT INTO `marker` VALUES (12332,1901,NULL,2,1926,128736,'Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.5,0,0,0,'2021-04-23 18:01:55'); -INSERT INTO `marker` VALUES (12333,1901,NULL,2,1901,128736,'Vah Medoh','The Divine Beast Vah Medoh resembles an eagle. It represents the element of wind. To protect itself, it uses a force shield maintained by four generators - one on each wing, one near its head, and one near its tail. The middle section, the wings, can tilt side to side. This is normally used to help Medoh turn in the air, but it also re-orients the interior of the Divine Beast. The Main Control Unit is located on the top deck, between the Beasts wings. While the other Divine Beasts are named after Sages, the namesake of Medoh is less clear. With its pilot being a Rito, it may be named after Medli, the Rito Sage of Earth.',71.5625,-99.9375,0,0,0,'2021-04-23 18:02:23'); -INSERT INTO `marker` VALUES (12334,1901,NULL,2,1931,126658,'Lizalfo's camp','',168.6015625,-123.86328125,0,0,0,'2021-04-23 19:55:54'); -INSERT INTO `marker` VALUES (12335,1901,NULL,2,1910,128508,'mjbgv','',167.125,-156.7421875,0,0,0,'2021-04-24 01:21:37'); -INSERT INTO `marker` VALUES (12336,1901,NULL,2,1901,127043,'Bowling','',95.63671875,-95.21484375,0,0,0,'2021-04-24 18:13:34'); -INSERT INTO `marker` VALUES (12337,1901,NULL,2,1916,113870,'desconhecido','',124.01942371093722,-121.3629914651594,0,0,0,'2021-04-28 18:55:39'); -INSERT INTO `marker` VALUES (12338,1901,NULL,2,1901,125111,'Durian Max','',149.375,-178.359375,0,1,0,'2021-04-29 16:45:15'); -INSERT INTO `marker` VALUES (12339,1901,NULL,2,1939,128331,'Cold','',103.82421875,-186.44140625,0,1,0,'2021-04-29 23:16:31'); -INSERT INTO `marker` VALUES (12340,1901,NULL,2,1901,129414,'Llegar para el conjunto de lo salvaje','importante',110.61857026727347,-86.9703191932873,0,0,0,'2021-04-30 08:42:22'); -INSERT INTO `marker` VALUES (12341,1901,NULL,2,1925,127395,'Rymka','',163.09375,-96.859375,0,0,0,'2021-05-01 04:07:12'); -INSERT INTO `marker` VALUES (12342,1901,NULL,2,1925,127395,'Ahdlon','',173.921875,-89.875,0,0,0,'2021-05-01 04:08:09'); -INSERT INTO `marker` VALUES (12343,1901,NULL,2,1925,127395,'Kamium','',161.390625,-77.65625,0,0,0,'2021-05-01 04:09:01'); -INSERT INTO `marker` VALUES (12344,1901,NULL,2,1926,126583,'Divine Beast Vah Rudania','',167.75,-87.75,0,0,0,'2021-05-01 12:55:08'); -INSERT INTO `marker` VALUES (12345,1901,NULL,2,1923,129780,'Incompleto','No te lo has pasado maricon',191.25,-175,0,0,0,'2021-05-02 14:27:06'); -INSERT INTO `marker` VALUES (12346,1901,NULL,2,1902,129800,'cap of the wild','',111.28125,-86.28125,0,0,0,'2021-05-02 18:03:26'); -INSERT INTO `marker` VALUES (12347,1901,NULL,2,1926,129886,'Vah'Rudania','',167.375,-87.5,0,0,0,'2021-05-03 17:07:45'); -INSERT INTO `marker` VALUES (12348,1901,NULL,2,1926,129886,'Vah'Naboris','',77.6875,-179.4375,0,0,0,'2021-05-03 17:08:14'); -INSERT INTO `marker` VALUES (12349,1901,NULL,2,1926,129886,'Vah'Medoh','',74.9375,-92.6875,0,0,0,'2021-05-03 17:09:07'); -INSERT INTO `marker` VALUES (12350,1901,NULL,2,1916,113870,'desconhecido','',70.88864106643362,-114.86225880517468,0,0,0,'2021-05-03 18:04:20'); -INSERT INTO `marker` VALUES (12351,1901,NULL,2,1935,126583,'By firefly's light','',157.6875,-144.1875,0,0,0,'2021-05-04 10:10:53'); -INSERT INTO `marker` VALUES (12352,1901,NULL,2,1901,130004,'broken guardian','',163.2633056640625,-126.6444091796875,0,0,0,'2021-05-05 02:09:59'); -INSERT INTO `marker` VALUES (12353,1901,NULL,2,1920,130050,'Durian ','',149.421875,-178.46875,0,1,0,'2021-05-05 17:55:01'); -INSERT INTO `marker` VALUES (12354,1901,NULL,2,1904,130075,'Bomb Arrows','destroy wooden door and open chest ',113.76171875,-162.69140625,0,0,0,'2021-05-05 22:41:53'); -INSERT INTO `marker` VALUES (12355,1901,NULL,2,1916,128450,'kolog','',172.3515625,-181.9921875,0,0,0,'2021-05-05 23:15:37'); -INSERT INTO `marker` VALUES (12356,1901,NULL,2,1901,130154,'Group','',44.6982421875,-88.2998046875,0,0,0,'2021-05-07 01:59:01'); -INSERT INTO `marker` VALUES (12357,1901,NULL,2,1901,130211,'Knight's Broadsword','',90.53776550292969,-112.71631240844727,0,0,0,'2021-05-07 17:17:57'); -INSERT INTO `marker` VALUES (12358,1901,NULL,2,1901,130243,'Tenho que ir lá','',119.24609375,-154.5,0,0,0,'2021-05-08 03:16:33'); -INSERT INTO `marker` VALUES (12359,1901,NULL,2,1901,124376,'hi','',-34.1416015625,-91.8310546875,0,0,0,'2021-05-08 18:24:33'); -INSERT INTO `marker` VALUES (12360,1901,NULL,2,1946,99150,'Nyel's Journal','Describes the locations and solutions to all the ancestral missions that could possibly be narrated by Nyel, the blue acordionist.',-16.050003051757812,-109.47073322722099,0,0,0,'2021-05-09 12:54:12'); -INSERT INTO `marker` VALUES (12361,1901,NULL,2,1939,126950,'Ice Wizzrobe','',73.67496660928498,-129.38025715788373,0,1,0,'2021-05-10 16:45:20'); -INSERT INTO `marker` VALUES (12362,1901,NULL,2,1901,130127,'kara kara bazzar','good for the gerudo clothes, couple shops, and tailor for terry town quest',77.5483672618866,-168.0368082523346,0,1,0,'2021-05-11 13:14:23'); -INSERT INTO `marker` VALUES (12363,1901,NULL,2,1926,130621,'vah medoh','',72.25,-99.25,0,0,0,'2021-05-12 17:38:36'); -INSERT INTO `marker` VALUES (12364,1901,NULL,2,1926,130621,'vah naboris','',79.5,-183,0,0,0,'2021-05-12 17:39:04'); -INSERT INTO `marker` VALUES (12365,1901,NULL,2,1926,130621,'vah rudania','',167.25,-88,0,0,0,'2021-05-12 17:39:29'); -INSERT INTO `marker` VALUES (12366,1901,NULL,2,1935,130600,'Trial of the Desert','',100,-180.5171616355691,0,1,0,'2021-05-12 19:26:07'); -INSERT INTO `marker` VALUES (12367,1901,NULL,2,1901,130507,'barrier','',106.375,-150.96875,0,0,0,'2021-05-12 21:47:00'); -INSERT INTO `marker` VALUES (12368,1901,NULL,2,1926,130507,'Vah Rudania','',167.65625,-89.109375,0,1,0,'2021-05-12 21:49:37'); -INSERT INTO `marker` VALUES (12369,1901,NULL,2,1926,130507,'Vah Ruta','',185.203125,-125.234375,0,0,0,'2021-05-12 21:50:56'); -INSERT INTO `marker` VALUES (12370,1901,NULL,2,1926,130507,'Vah Medow','',71.5625,-98.9296875,0,0,0,'2021-05-12 21:52:11'); -INSERT INTO `marker` VALUES (12371,1901,NULL,2,1926,130507,'Vah Naboris','',88.5625,-188.1875,0,0,0,'2021-05-12 21:53:06'); -INSERT INTO `marker` VALUES (12372,1901,NULL,2,1901,130507,'Yokawa Ita Shrine','dlc shrine',113.28125,-154.203125,0,0,0,'2021-05-12 21:58:10'); -INSERT INTO `marker` VALUES (12373,1901,NULL,2,1925,130507,'Rohta Chigah Shrine','dlc shrine ',119.34375,-157.09375,0,0,0,'2021-05-12 21:59:17'); -INSERT INTO `marker` VALUES (12374,1901,NULL,2,1925,130507,'Yokawa Ita Shrine','dlc shrine',113.140625,-154.078125,0,0,0,'2021-05-12 21:59:43'); -INSERT INTO `marker` VALUES (12375,1901,NULL,2,1925,130507,'Ruvo Korbah Shrine','dlc shrine',115.953125,-161.125,0,0,0,'2021-05-12 22:00:24'); -INSERT INTO `marker` VALUES (12376,1901,NULL,2,1901,130507,'Etsu Korima Shrine','dlc shrine',108.515625,-163.03125,0,0,0,'2021-05-12 22:01:04'); -INSERT INTO `marker` VALUES (12377,1901,NULL,2,1925,130507,'Kee Dafunia Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',203.75,-111.25,0,0,0,'2021-05-12 22:03:51'); -INSERT INTO `marker` VALUES (12378,1901,NULL,2,1925,130507,'Sota Koda Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',177.8125,-113.625,0,0,0,'2021-05-12 22:04:47'); -INSERT INTO `marker` VALUES (12379,1901,NULL,2,1901,130507,'Mah Eliya Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',183.5,-119.3125,0,0,0,'2021-05-12 22:05:26'); -INSERT INTO `marker` VALUES (12380,1901,NULL,2,1925,130507,'Shira Gomar Shrine','dlc shrine - req to start EX Champion Revali's song quest ',91.265625,-106.078125,0,0,0,'2021-05-12 22:07:08'); -INSERT INTO `marker` VALUES (12381,1901,NULL,2,1925,130507,'Kia Toza Shrine','dlc shrine - req to start EX Champion Revali's song quest ',94.671875,-78.921875,0,0,0,'2021-05-12 22:13:40'); -INSERT INTO `marker` VALUES (12382,1901,NULL,2,1925,130507,'Noe Rajee Shrine','dlc shrine - req to start EX Champion Revali's song quest ',67.47265625,-92.0234375,0,0,0,'2021-05-12 22:14:25'); -INSERT INTO `marker` VALUES (12383,1901,NULL,2,1925,130507,'Kami Omuna Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',161.34375,-77.359375,0,0,0,'2021-05-12 22:16:10'); -INSERT INTO `marker` VALUES (12384,1901,NULL,2,1901,130507,'Sharo Lun Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',167.765625,-89.09375,0,0,0,'2021-05-12 22:16:43'); -INSERT INTO `marker` VALUES (12385,1901,NULL,2,1925,130507,'Rinu Horika Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',163.9140625,-95.3203125,0,0,0,'2021-05-12 22:17:44'); -INSERT INTO `marker` VALUES (12386,1901,NULL,2,1925,130507,'Keive Tala Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',88.234375,-189.84375,0,0,0,'2021-05-12 22:19:03'); -INSERT INTO `marker` VALUES (12387,1901,NULL,2,1925,130507,'Takama Shiri Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',50.78125,-162.21875,0,0,0,'2021-05-12 22:21:52'); -INSERT INTO `marker` VALUES (12388,1901,NULL,2,1925,130507,'Kihiro Moh Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',74.046875,-149.3046875,0,0,0,'2021-05-12 22:23:37'); -INSERT INTO `marker` VALUES (12389,1901,NULL,2,1926,130600,'Vah'Rudania','',167.625,-87.50422708182376,0,0,0,'2021-05-15 09:08:28'); -INSERT INTO `marker` VALUES (12390,1901,NULL,2,1926,130600,'Vah'Naboris','',94.9375,-169.2217026245698,0,0,0,'2021-05-15 09:08:57'); -INSERT INTO `marker` VALUES (12391,1901,NULL,2,1901,130600,'Vah'Medoh','',71.51171875,-98.91336986018806,0,0,0,'2021-05-15 09:09:14'); -INSERT INTO `marker` VALUES (12392,1901,NULL,2,1902,131003,'Warm Doublet','Received from Old Man for reaching the peak',107.875,-162.78125,0,1,0,'2021-05-17 00:40:54'); -INSERT INTO `marker` VALUES (12393,1901,NULL,2,1931,84316,'Enemy Camp','',195.96875,-118.1484375,0,0,0,'2021-05-18 13:21:31'); -INSERT INTO `marker` VALUES (12394,1901,NULL,2,1935,130127,'Link's House','need to buy, can sleep and display armor',179.7890625,-163.7265625,0,1,0,'2021-05-18 14:36:45'); -INSERT INTO `marker` VALUES (12395,1901,NULL,2,1926,130127,'Divine beast vah rudania','divine beast, gives you daruks protection',163.32076263427734,-90.84747505187988,0,0,0,'2021-05-19 15:23:19'); -INSERT INTO `marker` VALUES (12396,1901,NULL,2,1931,130127,'Yiga clan hideout','',68.81514930725098,-150.7742509841919,0,0,0,'2021-05-19 15:25:54'); -INSERT INTO `marker` VALUES (12397,2000,NULL,2,1956,131216,'piece of heart from Mysterious Forest','During your first visit through the Mysterious Forest, you may have traveled through a cave near the center of the forest when you acquired the Mushroom. Return to this cave and on the third screen, there is a Piece of Heart. Now that you have the Power Bracelet, you can lift up the skull that is blocking the way. Do so and collect the Piece of Heart.',18,-112.4375,0,0,0,'2021-05-19 15:45:38'); -INSERT INTO `marker` VALUES (12398,1901,NULL,2,1901,131416,'axe','',-75.33334350585938,-93.49996948242188,0,0,0,'2021-05-22 12:44:05'); -INSERT INTO `marker` VALUES (12399,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Korok Seed','',139.14453125,-156.28515625,0,0,0,'2021-05-24 02:22:31'); -INSERT INTO `marker` VALUES (12400,2000,NULL,2,1950,131607,'Field','Field with rupees',56.5625,-151.0625,0,1,0,'2021-05-25 12:46:46'); -INSERT INTO `marker` VALUES (12401,1901,NULL,2,1944,131292,'Royal Broadsword','',201.27494395673844,-70.08447002932147,0,0,0,'2021-05-28 12:57:39'); -INSERT INTO `marker` VALUES (12402,1901,NULL,2,1904,131292,'Bomb Arrows','',200.46119581907658,-71.48996210490509,0,0,0,'2021-05-28 12:58:09'); -INSERT INTO `marker` VALUES (12403,1901,NULL,2,1925,131946,'????','',110.44921875,-157.51079728598557,0,0,0,'2021-05-29 04:28:43'); -INSERT INTO `marker` VALUES (12404,1901,NULL,2,1944,131946,'`Nintendo Switch Clothes','On the wall, need DLC.',120.67734360694885,-159.37451763738213,0,0,0,'2021-05-29 06:14:09'); -INSERT INTO `marker` VALUES (12405,1901,NULL,2,1944,131946,'Bomb Arrow x5','On the wall, maybe need DLC.',105.328125,-159.65138551394742,0,0,0,'2021-05-29 08:41:50'); -INSERT INTO `marker` VALUES (12406,1901,NULL,2,1901,131865,'gourmet meat','',80.96875,-80.609375,0,0,0,'2021-05-29 22:58:23'); -INSERT INTO `marker` VALUES (12407,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Box and Weapon','',160.25390625,-130.2734375,0,0,0,'2021-05-30 02:51:49'); -INSERT INTO `marker` VALUES (12408,1901,NULL,2,1901,127741,'Endroit bisarre','2 Torches qui brulent.',58.3125,-75.828125,0,1,0,'2021-05-30 11:59:45'); -INSERT INTO `marker` VALUES (12409,1901,NULL,2,1901,131285,'goronia','',-28.25,-108.5,0,0,0,'2021-05-30 12:46:34'); -INSERT INTO `marker` VALUES (12410,1901,NULL,2,1939,128331,'Cold','',68.6171875,-161.265625,0,0,0,'2021-05-30 12:53:49'); -INSERT INTO `marker` VALUES (12411,1901,NULL,2,1904,132066,'Phrenic Bow','',154.8984375,-143.7734375,0,0,0,'2021-05-30 18:19:50'); -INSERT INTO `marker` VALUES (12412,1901,NULL,2,1901,131507,'Hetsu (2nd encounter possible)','',133.96484375,-144.109375,0,0,0,'2021-05-30 19:06:47'); -INSERT INTO `marker` VALUES (12413,1901,NULL,2,1921,132115,'Akkala Ancient Tech Lab','',198.5390625,-78.57421875,0,0,0,'2021-05-31 05:53:38'); -INSERT INTO `marker` VALUES (12414,1901,NULL,2,1921,132115,'Hateno Ancient Tech Lab','',187.03515625,-161.22265625,0,0,0,'2021-05-31 05:55:22'); -INSERT INTO `marker` VALUES (12415,1901,NULL,2,1901,131507,'Bed','',183.76953125,-121.69140625,0,0,0,'2021-06-01 00:15:02'); -INSERT INTO `marker` VALUES (12416,1901,NULL,2,1903,130019,'Knight's Hailberd','',118.91796875,-87.35546875,0,0,0,'2021-06-02 09:48:22'); -INSERT INTO `marker` VALUES (12417,1901,NULL,2,1903,132219,'Great Thunderblade','',64.875,-139,0,0,0,'2021-06-02 12:49:03'); -INSERT INTO `marker` VALUES (12418,1901,NULL,2,1935,94666,'Riddles of Hyrule','on the top of the Great Decu Tree',134.76875019073486,-93.77706238641096,0,0,0,'2021-06-02 20:15:30'); -INSERT INTO `marker` VALUES (12419,1901,NULL,2,1939,131946,'Ice Wizzrobe','',75.67343759536743,-152.64061224777853,0,0,0,'2021-06-04 12:54:37'); -INSERT INTO `marker` VALUES (12420,1901,NULL,2,1901,132819,'1','',51.99999800006178,-118.43191736491414,0,0,0,'2021-06-07 22:53:24'); -INSERT INTO `marker` VALUES (12421,1901,NULL,2,1916,132589,'Korok Seeds','',156.01953125,-144.453125,0,0,0,'2021-06-09 01:17:04'); -INSERT INTO `marker` VALUES (12422,1901,NULL,2,1901,127348,'Wildberry','',71.50078105926514,-143.91260717568784,0,0,0,'2021-06-09 15:24:12'); -INSERT INTO `marker` VALUES (12423,1901,NULL,2,1901,127348,'Wildberry','Wildberry',71.546875,-143.84058638914394,0,0,0,'2021-06-09 15:24:38'); -INSERT INTO `marker` VALUES (12424,1901,NULL,2,1901,132936,'OCTO FARM','',180.46875,-80.328125,0,0,0,'2021-06-09 15:52:31'); -INSERT INTO `marker` VALUES (12425,1901,NULL,2,1901,127224,'start next','',179.375,-104.43601016489205,0,0,0,'2021-06-11 01:55:56'); -INSERT INTO `marker` VALUES (12426,1901,NULL,2,1916,132980,'OBAB','OBAB',160.875,-150.03125,0,1,0,'2021-06-11 14:55:14'); -INSERT INTO `marker` VALUES (12427,1901,NULL,2,1901,127936,'Termal','Termal water for Link's relaxation.',163.9375,-165.0853095238095,0,0,0,'2021-06-11 22:57:03'); -INSERT INTO `marker` VALUES (12428,1901,NULL,2,1901,133093,'a','a',104.23446381822275,-135.628139746679,0,0,0,'2021-06-12 00:20:15'); -INSERT INTO `marker` VALUES (12429,1901,NULL,2,1916,133173,'none complete','ne comprend pas comment l'avoir',127.5625,-175.15917725400175,0,0,0,'2021-06-12 21:11:21'); -INSERT INTO `marker` VALUES (12430,1901,NULL,2,1916,133232,'Korok Seed','',203.28125,-76.4296875,0,0,0,'2021-06-15 18:43:49'); -INSERT INTO `marker` VALUES (12431,1901,NULL,2,1901,133115,'korugu a pomme qui doivent pousser','',161.23828125,-138.4765625,0,0,0,'2021-06-16 20:56:35'); -INSERT INTO `marker` VALUES (12432,1901,NULL,2,1916,133623,'kolog','',168.046875,-184.375,0,0,0,'2021-06-17 00:11:26'); -INSERT INTO `marker` VALUES (12433,1901,NULL,2,1901,131883,'Place from BotW 2 teaser','',126.1796875,-140.53125,0,0,0,'2021-06-17 11:47:33'); -INSERT INTO `marker` VALUES (12434,1901,NULL,2,1916,133659,'tree stump','',59.484375,-147.265625,0,0,0,'2021-06-18 08:16:49'); -INSERT INTO `marker` VALUES (12435,1901,NULL,2,1916,122382,'semilla kolog','',149.73438119888306,-126.08901447352817,0,0,0,'2021-06-18 15:16:36'); -INSERT INTO `marker` VALUES (12436,1901,NULL,2,1901,126943,'Mipha Trial 1','',197.625,-115.234375,0,0,0,'2021-06-20 16:12:56'); -INSERT INTO `marker` VALUES (12437,1901,NULL,2,1931,131437,'boblokins','Camp of Boblokins',63.489582538604736,-119.25069395525279,0,1,0,'2021-06-22 05:08:35'); -INSERT INTO `marker` VALUES (12438,1901,NULL,2,1901,134394,'Raft','',111.14921915531158,-160.00468753278255,0,1,0,'2021-06-22 16:29:33'); -INSERT INTO `marker` VALUES (12439,1901,NULL,2,1926,134436,'Divine Beast Vah Rudania','',166.375,-88.53125,0,0,0,'2021-06-22 20:55:39'); -INSERT INTO `marker` VALUES (12440,1901,NULL,2,1904,134448,'flechas explosivas','',181.25,-71.75,0,0,0,'2021-06-22 21:51:58'); -INSERT INTO `marker` VALUES (12441,1901,NULL,2,1944,134444,'espada largada do soldado (Marter Mode)','Espada largado do soldado',118.46875,-152.390625,0,1,0,'2021-06-23 00:38:32'); -INSERT INTO `marker` VALUES (12442,1901,NULL,2,1939,131437,'Ice Wizzrobe','',74.1236982345581,-129.55200593023775,0,0,0,'2021-06-23 01:22:51'); -INSERT INTO `marker` VALUES (12443,1901,NULL,2,1925,132861,'Keive Tala Shrine','Big or Small',91.5,-188.96265882003604,0,0,0,'2021-06-25 06:49:15'); -INSERT INTO `marker` VALUES (12444,1901,NULL,2,1939,131126,'Ice','',103.72209623456001,-186.44580042362213,0,0,0,'2021-06-25 17:14:09'); -INSERT INTO `marker` VALUES (12445,1901,NULL,2,1916,134751,'Non OBtenue','',140.609375,-168.046875,0,0,0,'2021-06-25 19:32:29'); -INSERT INTO `marker` VALUES (12446,1901,NULL,2,1934,112707,'Jtm bb','',192.47187423706055,-159.28028820575597,0,0,0,'2021-06-28 13:16:25'); -INSERT INTO `marker` VALUES (12447,1901,NULL,2,1916,135201,'Korok seeds','\r\n\r\n',121.96838863374822,-115.67152655016264,0,0,0,'2021-06-28 15:01:05'); -INSERT INTO `marker` VALUES (12448,1901,NULL,2,1901,52187,'Flame Spear','Flame spear loot inside skull',64.7265625,-87.015625,0,0,0,'2021-06-28 18:58:54'); -INSERT INTO `marker` VALUES (12449,1901,NULL,2,1902,52187,'Flame Spear','',64.6640625,-86.99609375,0,0,0,'2021-06-28 18:59:32'); -INSERT INTO `marker` VALUES (12450,1901,NULL,2,1901,130486,'Guardian','',129.4256164742048,-120.88363061545324,0,0,0,'2021-06-29 02:47:12'); -INSERT INTO `marker` VALUES (12451,1901,NULL,2,1901,76763,'remove every unmatching apples','',136.74609375,-157.671875,0,0,0,'2021-06-29 19:57:40'); -INSERT INTO `marker` VALUES (12452,1901,NULL,2,1935,116286,'Arrows of Burning Heat','',156.5234375,-144.3359375,0,1,0,'2021-06-30 04:06:04'); -INSERT INTO `marker` VALUES (12453,1901,NULL,2,1935,116286,'By Firefly','',157.6953125,-144.1796875,0,0,0,'2021-06-30 04:06:32'); -INSERT INTO `marker` VALUES (12454,1901,NULL,2,1935,116286,'By Firefly's Light','',157.671875,-144.1640625,0,1,0,'2021-06-30 04:06:53'); -INSERT INTO `marker` VALUES (12455,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','grotte minerai ',158.71875,-175.61328125,0,0,0,'2021-07-02 08:18:34'); -INSERT INTO `marker` VALUES (12456,1901,NULL,2,1935,134075,'Arrow of burning heart','',156.49609375,-144.29296875,0,0,0,'2021-07-03 07:40:12'); -INSERT INTO `marker` VALUES (12457,1901,NULL,2,1910,134120,'Amber','',107.8671875,-162.6953125,0,1,0,'2021-07-03 09:46:36'); -INSERT INTO `marker` VALUES (12458,1901,NULL,2,1936,135903,'Treasure Cave','',158.38671875,-168.51634598785694,0,0,0,'2021-07-04 22:15:06'); -INSERT INTO `marker` VALUES (12459,1901,NULL,2,1901,134162,'Nox','',66.1015625,-67.8359375,0,0,0,'2021-07-04 23:57:30'); -INSERT INTO `marker` VALUES (12460,1901,NULL,2,1902,135968,'EX-Garb of Winds','Island lobster shirt',125.4453125,-176.08203125,0,0,0,'2021-07-05 15:29:40'); -INSERT INTO `marker` VALUES (12461,1901,NULL,2,1940,125802,'White Lynel','',65.375,-142.125,0,0,0,'2021-07-05 16:02:43'); -INSERT INTO `marker` VALUES (12462,1901,NULL,2,1940,125802,'White-Maned Lynel','',65.125,-141.71875,0,0,0,'2021-07-05 17:58:07'); -INSERT INTO `marker` VALUES (12463,1901,NULL,2,1926,136057,'Divine Beast Vah Medoh','',154.40625,-135.890625,0,0,0,'2021-07-06 07:03:32'); -INSERT INTO `marker` VALUES (12464,1901,NULL,2,1944,49116,'Knight's halberd','near the korok seed',118.96875,-87.3671875,0,0,0,'2021-07-06 08:27:56'); -INSERT INTO `marker` VALUES (12465,1901,NULL,2,1935,125221,'Arrows of Burning Heat','',156.5625,-144.28515625,0,0,0,'2021-07-06 11:50:51'); -INSERT INTO `marker` VALUES (12466,1901,NULL,2,1936,136111,'Cracked Wall','',114.375,-158.25,0,0,0,'2021-07-06 21:54:32'); -INSERT INTO `marker` VALUES (12467,1901,NULL,2,1936,135903,'Cracked Wall','',158.03125,-90.3928658485663,0,0,0,'2021-07-06 22:34:04'); -INSERT INTO `marker` VALUES (12468,1901,NULL,2,1926,135903,'Vah Rudania','',167.875,-87.64069285281401,0,0,0,'2021-07-06 23:19:35'); -INSERT INTO `marker` VALUES (12469,1901,NULL,2,1944,38229,'Coffre 5 flèches de feu','Après avoir vaincu les monstres ',167.0390625,-163.1953125,0,0,0,'2021-07-07 09:56:02'); -INSERT INTO `marker` VALUES (12470,1901,NULL,2,1916,136219,'kolok','',189,-160.75,0,0,0,'2021-07-08 04:14:35'); -INSERT INTO `marker` VALUES (12471,1901,NULL,2,1930,136243,'ruine','',151.9375,-124.859375,0,0,0,'2021-07-08 18:28:23'); -INSERT INTO `marker` VALUES (12472,1901,NULL,2,1943,135903,'Chest','',99.3125,-181.2265625,0,0,0,'2021-07-09 14:56:05'); -INSERT INTO `marker` VALUES (12473,1901,NULL,2,1901,67678,'Ganon','',154.12109375,-177.40625,0,0,0,'2021-07-09 17:48:29'); -INSERT INTO `marker` VALUES (12474,1901,NULL,2,1931,131507,'Goblin Camp','',160.359375,-189.15625,0,0,0,'2021-07-11 04:37:11'); -INSERT INTO `marker` VALUES (12475,1901,NULL,2,1901,136480,'HEBRA','',-97.5,-61,0,0,0,'2021-07-11 07:35:26'); -INSERT INTO `marker` VALUES (12476,1901,NULL,2,1931,136638,'enemy camp','',137.1640625,-154.66563871369323,0,0,0,'2021-07-12 13:40:01'); -INSERT INTO `marker` VALUES (12477,1901,NULL,2,1935,52187,'Hobbies of the Rich','Talk to the rich dude sitting on the cliffs, overlooking the Torin Wetland. He'll pay you 100 Rupees to kill the 2 Guardians down there, purely for his own amusement (Rich people, apparently, just have nothing better to do)',189.26953125,-102.85546875,0,0,0,'2021-07-12 22:14:45'); -INSERT INTO `marker` VALUES (12478,1901,NULL,2,1935,52187,'Arrows of Burning Heat','Enter the arrow store, and Rola will ask you to light the torches around the Godess Statue using only arrows. Her husband should really be more upset about this.',156.5546875,-144.3125,0,0,0,'2021-07-12 22:17:46'); -INSERT INTO `marker` VALUES (12479,1901,NULL,2,1901,135368,'Secret enterance','',72.4765625,-149.09375,0,0,0,'2021-07-13 19:25:04'); -INSERT INTO `marker` VALUES (12480,1901,NULL,2,1934,136984,'11 test','',133.625,-159.75,0,0,0,'2021-07-15 14:26:11'); -INSERT INTO `marker` VALUES (12481,1901,NULL,2,1939,131507,'Blizzard Sorceror','',89.234375,-99.6796875,0,0,0,'2021-07-15 18:41:14'); -INSERT INTO `marker` VALUES (12482,1901,NULL,2,1930,49116,'Ice wizzrob','',75.640625,-152.46875,0,0,0,'2021-07-17 00:30:46'); -INSERT INTO `marker` VALUES (12483,1901,NULL,2,1901,136395,'Kolog','',136.7890625,-183.96118568681663,0,0,0,'2021-07-18 00:34:47'); -INSERT INTO `marker` VALUES (12484,1901,NULL,2,1916,132880,'Hidden Ice Rock Korok','Do NOT blow up rock enemies!',86.88671875,-96.0703125,0,0,0,'2021-07-18 14:23:37'); -INSERT INTO `marker` VALUES (12485,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',16.75,-188.125,0,0,0,'2021-07-18 20:33:05'); -INSERT INTO `marker` VALUES (12486,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',165.25,-89.125,0,0,0,'2021-07-18 20:33:39'); -INSERT INTO `marker` VALUES (12487,1901,NULL,2,1926,112269,'Divine Beast Vah Medoh','',71.3125,-99.5625,0,0,0,'2021-07-18 20:34:56'); -INSERT INTO `marker` VALUES (12488,1901,NULL,2,1916,137339,'seed','',69.40625,-67.84375,0,0,0,'2021-07-19 10:18:01'); -INSERT INTO `marker` VALUES (12489,1901,NULL,2,1926,137410,'Vah Medoh','',71.4375,-99.99648459990863,0,0,0,'2021-07-19 17:35:55'); -INSERT INTO `marker` VALUES (12490,1901,NULL,2,1926,137410,'Divine Beast Vah Medoh','',71.4765625,-99.91786987937243,0,0,0,'2021-07-20 07:28:47'); -INSERT INTO `marker` VALUES (12491,1901,NULL,2,1926,137410,'Divine Beast Vah Naboris','',60.8203125,-181.02238287997258,0,0,0,'2021-07-20 09:25:39'); -INSERT INTO `marker` VALUES (12492,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.171875,-88.8890782239598,0,0,0,'2021-07-20 09:26:21'); -INSERT INTO `marker` VALUES (12493,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.515625,-88.60789413771151,0,0,0,'2021-07-20 09:26:43'); -INSERT INTO `marker` VALUES (12494,1901,NULL,2,1944,137410,'EX Chest','Contains: Nintendo Shirt\r\n\r\nIs in the ground: No',120.6796875,-159.35115383473936,0,0,0,'2021-07-20 09:43:20'); -INSERT INTO `marker` VALUES (12495,1901,NULL,2,1944,137410,'EX Chest','Contains: Diamond Circlet\r\n\r\nIs in the ground: No',200.73046875,-70.12073012580305,0,0,0,'2021-07-20 09:53:02'); -INSERT INTO `marker` VALUES (12496,1901,NULL,2,1944,137410,'EX Chest','Contains: Ravio's Hood\r\n\r\nIs in the ground: No',142.60546875,-165.68321035167753,0,0,0,'2021-07-20 10:52:00'); -INSERT INTO `marker` VALUES (12497,1901,NULL,2,1944,137410,'EX Chest','Contains: Majora's Mask\r\n\r\nIs in the ground: No',120.765625,-147.78037993847738,0,0,0,'2021-07-20 10:59:10'); -INSERT INTO `marker` VALUES (12498,1901,NULL,2,1925,137481,'The Shrine of Life','',110.76250004768372,-157.36542250264614,0,0,0,'2021-07-20 17:16:19'); -INSERT INTO `marker` VALUES (12499,1901,NULL,2,1901,137560,'zora sword','',179.04218769073486,-119.34433434619814,0,0,0,'2021-07-21 15:30:22'); -INSERT INTO `marker` VALUES (12500,1901,NULL,2,1944,134721,'Shield','',115.71036787516948,-72.93384944503552,0,0,0,'2021-07-21 19:00:52'); -INSERT INTO `marker` VALUES (12501,1901,NULL,2,1926,137413,'rudania','',167.5859375,-87.515625,0,0,0,'2021-07-24 04:55:57'); -INSERT INTO `marker` VALUES (12502,1901,NULL,2,1926,137413,'medoh','',71.5625,-98.640625,0,0,0,'2021-07-24 04:57:39'); -INSERT INTO `marker` VALUES (12503,1901,NULL,2,1901,137413,'naboris','',86.84375,-184.71875,0,0,0,'2021-07-24 04:59:04'); -INSERT INTO `marker` VALUES (12504,1901,NULL,2,1901,137924,'1hacia der','',184.75,-74.90625,0,0,0,'2021-07-25 19:44:11'); -INSERT INTO `marker` VALUES (12505,1901,NULL,2,1916,138056,'Korogu','',170.5833339691162,-142.5814898264848,0,0,0,'2021-07-26 21:29:16'); -INSERT INTO `marker` VALUES (12506,1901,NULL,2,1901,134944,'luminus stones ','',198.125,-152.46875,0,0,0,'2021-07-27 17:08:27'); -INSERT INTO `marker` VALUES (12507,1901,NULL,2,1936,67678,'Craked','',80.65234375,-96.3984375,0,0,0,'2021-07-28 01:44:26'); -INSERT INTO `marker` VALUES (12508,1901,NULL,2,1901,134162,'Test','',171.875,-168.46875,0,0,0,'2021-07-29 22:51:07'); -INSERT INTO `marker` VALUES (12509,1901,NULL,2,1901,138318,'Divine Beast Vah Rudania ','',168.5,-87.625,0,0,0,'2021-07-30 05:37:12'); -INSERT INTO `marker` VALUES (12510,1901,NULL,2,1926,138318,'Divine Beast Vah Rudania ','',168.5,-88,0,0,0,'2021-07-30 05:38:43'); -INSERT INTO `marker` VALUES (12511,1901,NULL,2,1935,138446,'here','',-189.5,-86,0,0,0,'2021-07-30 15:35:46'); -INSERT INTO `marker` VALUES (12512,1901,NULL,2,1901,138477,'falta','',120.25,-156.75,0,0,0,'2021-07-30 21:13:04'); -INSERT INTO `marker` VALUES (12513,1901,NULL,2,1901,138488,'Majora's Mask','',120.9765625,-148.015625,0,0,0,'2021-08-01 03:08:25'); -INSERT INTO `marker` VALUES (12514,1901,NULL,2,1935,137402,'??????????? ????? ','',168.48046875,-183.3984375,0,0,0,'2021-08-01 17:02:38'); -INSERT INTO `marker` VALUES (12515,1901,NULL,2,1901,106404,'Rusty Sheild','',117.359375,-114.85912645560357,0,0,0,'2021-08-02 00:13:53'); -INSERT INTO `marker` VALUES (12516,1901,NULL,2,1920,138763,'next','',157.09375,-158.443631644477,0,0,0,'2021-08-03 07:14:21'); -INSERT INTO `marker` VALUES (12517,1901,NULL,2,1901,138800,'l','',94.0546875,-96.2109375,0,0,0,'2021-08-03 17:10:27'); -INSERT INTO `marker` VALUES (12518,1901,NULL,2,1901,78601,'Last save location','',158.484375,-143.75,0,0,0,'2021-08-04 11:19:22'); -INSERT INTO `marker` VALUES (12519,1901,NULL,2,1901,138939,'du','',93.6875,-134.9921875,0,0,0,'2021-08-05 10:44:18'); -INSERT INTO `marker` VALUES (12520,1901,NULL,2,1916,138934,'0-','',147.625,-156.9296875,0,0,0,'2021-08-10 20:40:28'); -INSERT INTO `marker` VALUES (12521,1901,NULL,2,1916,138934,'missed this one','missed it',148.1015625,-156.828125,0,0,0,'2021-08-11 18:50:18'); -/*!40000 ALTER TABLE `marker` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `marker_category` --- - -LOCK TABLES `marker_category` WRITE; -/*!40000 ALTER TABLE `marker_category` DISABLE KEYS */; -INSERT INTO `marker_category` VALUES (1,NULL,1,1,'Itens',1,'map_gear','#000000',5,1); -INSERT INTO `marker_category` VALUES (2,1,1,1,'Itens comuns',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (3,1,1,1,'Mapa',1,'map_map','#000000',5,1); -INSERT INTO `marker_category` VALUES (4,1,1,1,'Bússola',1,'map_compass','#000000',5,1); -INSERT INTO `marker_category` VALUES (5,1,1,1,'Chave',1,'map_key','#000000',5,1); -INSERT INTO `marker_category` VALUES (6,1,1,1,'Coração',1,'map_heart','#000000',5,1); -INSERT INTO `marker_category` VALUES (7,1,1,1,'Triforce',1,'map_triforce','#000000',5,1); -INSERT INTO `marker_category` VALUES (8,NULL,1,1,'Lojas',1,'map_shop','#000000',5,1); -INSERT INTO `marker_category` VALUES (9,8,1,1,'Loja A',1,'placeholder','#000000',5,1); -INSERT INTO `marker_category` VALUES (10,8,1,1,'Loja B',1,'placeholder','#000000',5,1); -INSERT INTO `marker_category` VALUES (11,8,1,1,'Loja C',1,'placeholder','#000000',5,1); -INSERT INTO `marker_category` VALUES (12,8,1,1,'Loja Poções',1,'map_potion','#000000',5,1); -INSERT INTO `marker_category` VALUES (13,NULL,1,1,'Segredos',1,'map_secret','#000000',5,1); -INSERT INTO `marker_category` VALUES (14,13,1,1,'Ganhar Rupees ',1,'map_rupee','#000000',5,1); -INSERT INTO `marker_category` VALUES (15,13,1,1,'Perder Rupees',1,'placeholder','#000000',5,1); -INSERT INTO `marker_category` VALUES (16,13,1,1,'Jogo de Apostas ',1,'map_gambling','#000000',5,1); -INSERT INTO `marker_category` VALUES (17,13,1,1,'Blocos Móveis',1,'map_move','#000000',5,1); -INSERT INTO `marker_category` VALUES (18,13,1,1,'Paredes Falsas ',1,'placeholder','#000000',5,1); -INSERT INTO `marker_category` VALUES (19,13,1,1,'Portais',1,'map_tloz_warp','#000000',5,1); -INSERT INTO `marker_category` VALUES (20,NULL,1,1,'Pontos de Interesse ',1,'map_poi','#000000',5,1); -INSERT INTO `marker_category` VALUES (21,20,1,1,'Informação',1,'map_info','#000000',5,1); -INSERT INTO `marker_category` VALUES (22,20,1,1,'Fontes de Fada',1,'map_fairy','#000000',5,1); -INSERT INTO `marker_category` VALUES (23,20,1,1,'Level',1,'map_dungeon','#000000',5,1); -INSERT INTO `marker_category` VALUES (24,20,1,1,'Chefe',1,'map_boss','#000000',5,1); -INSERT INTO `marker_category` VALUES (25,20,3,1,'Lugares',1,'map_places','#000000',5,1); -INSERT INTO `marker_category` VALUES (26,20,2,1,'Marcadores de Pulo',1,'map_jump','#000000',5,1); -INSERT INTO `marker_category` VALUES (300,NULL,1,3,'Itens',1,'map_gear','#000000',5,1); -INSERT INTO `marker_category` VALUES (301,300,1,3,'Itens comuns',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (302,300,1,3,'Garrafa',1,'map_bottle','#000000',5,1); -INSERT INTO `marker_category` VALUES (303,300,1,3,'Coração',1,'map_heart','#000000',5,1); -INSERT INTO `marker_category` VALUES (304,300,1,3,'Mapa',1,'map_map','#000000',5,1); -INSERT INTO `marker_category` VALUES (305,300,1,3,'Bússola',1,'map_compass','#000000',5,1); -INSERT INTO `marker_category` VALUES (306,300,1,3,'Chave',1,'map_key','#000000',5,1); -INSERT INTO `marker_category` VALUES (307,NULL,1,3,'Loja',1,'map_shop','#000000',5,1); -INSERT INTO `marker_category` VALUES (308,307,1,3,'Loja de Suprimentos',1,'map_shop','#000000',5,1); -INSERT INTO `marker_category` VALUES (309,307,1,3,'Quiromante',1,'map_alttp_fortuneteller','#000000',5,1); -INSERT INTO `marker_category` VALUES (310,NULL,1,3,'Minigames',1,'map_minigame','#000000',5,1); -INSERT INTO `marker_category` VALUES (311,310,1,3,'Minigames em Geral',1,'map_minigame','#000000',5,1); -INSERT INTO `marker_category` VALUES (312,310,1,3,'Jogos de aposta',1,'map_gambling','#000000',5,1); -INSERT INTO `marker_category` VALUES (313,NULL,1,3,'Sidequest',1,'map_sidequest','#000000',5,1); -INSERT INTO `marker_category` VALUES (314,313,1,3,'Riddle Quest (GBA)',1,'map_alttp_basket','#000000',5,1); -INSERT INTO `marker_category` VALUES (315,NULL,1,3,'Segredos',1,'map_secret','#000000',5,1); -INSERT INTO `marker_category` VALUES (316,315,1,3,'Passagens abertas com bomba',1,'map_bomb_wall','#000000',5,1); -INSERT INTO `marker_category` VALUES (317,315,1,3,'Passagens abertas com Pegasus boots',1,'map_alttp_pegasusboots','#000000',5,1); -INSERT INTO `marker_category` VALUES (318,315,1,3,'Outras passagens ocultas',1,'map_tloz_warp','#000000',5,1); -INSERT INTO `marker_category` VALUES (319,315,1,3,'Rupees',1,'map_rupee','#000000',5,1); -INSERT INTO `marker_category` VALUES (320,315,1,3,'Fairy Fountains',1,'map_fairy','#000000',5,1); -INSERT INTO `marker_category` VALUES (321,315,1,3,'Baús',1,'map_chest','#000000',5,1); -INSERT INTO `marker_category` VALUES (322,NULL,1,3,'POI',1,'map_info','#000000',5,1); -INSERT INTO `marker_category` VALUES (323,322,1,3,'Warp (pato)',1,'map_alttp_bird','#000000',5,1); -INSERT INTO `marker_category` VALUES (324,322,2,3,'Warp (redemoinho)',1,'map_whirlpool','#000000',5,1); -INSERT INTO `marker_category` VALUES (325,322,1,3,'Warp (Portais para o Dark World)',1,'map_alttp_warp','#000000',5,1); -INSERT INTO `marker_category` VALUES (326,322,1,3,'Informações gerais',1,'map_info','#000000',5,1); -INSERT INTO `marker_category` VALUES (327,322,1,3,'Dungeons',1,'map_dungeon','#000000',5,1); -INSERT INTO `marker_category` VALUES (328,322,1,3,'Chefes',1,'map_boss','#000000',5,1); -INSERT INTO `marker_category` VALUES (329,322,2,3,'Marcadores de Pulo',1,'map_jump','#000000',5,1); -INSERT INTO `marker_category` VALUES (330,322,3,3,'Lugares',1,'map_places','#000000',5,1); -INSERT INTO `marker_category` VALUES (400,NULL,1,4,'Itens',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (401,400,1,4,'Itens comuns',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (402,400,1,4,'Mapa',1,'map_map','#000000',5,1); -INSERT INTO `marker_category` VALUES (403,400,1,4,'Bússola',1,'map_compass','#000000',5,1); -INSERT INTO `marker_category` VALUES (404,400,1,4,'Chave',1,'map_key','#000000',5,1); -INSERT INTO `marker_category` VALUES (405,400,1,4,'Coração',1,'map_heart','#000000',5,1); -INSERT INTO `marker_category` VALUES (415,NULL,1,4,'Segredos',1,'map_secret','#000000',5,1); -INSERT INTO `marker_category` VALUES (416,415,1,4,'Secret Seashell ',1,'placeholder','#000000',5,1); -INSERT INTO `marker_category` VALUES (417,415,1,4,'Mad Batter',1,'placeholder','#000000',5,1); -INSERT INTO `marker_category` VALUES (418,415,1,4,'Easter Egg ',1,'map_gambling','#000000',5,1); -INSERT INTO `marker_category` VALUES (419,415,1,4,'Trocas',1,'map_move','#000000',5,1); -INSERT INTO `marker_category` VALUES (420,415,1,4,'Portal',1,'map_tloz_warp','#000000',5,1); -INSERT INTO `marker_category` VALUES (421,415,1,4,'Rupees',1,'map_rupee','#000000',5,1); -INSERT INTO `marker_category` VALUES (430,NULL,1,4,'Pontos de Interesse ',1,'map_poi','#000000',5,1); -INSERT INTO `marker_category` VALUES (431,430,1,4,'Informação',1,'map_info','#000000',5,1); -INSERT INTO `marker_category` VALUES (432,430,1,4,'Level',1,'map_dungeon','#000000',5,1); -INSERT INTO `marker_category` VALUES (433,430,1,4,'Chefe',1,'map_boss','#000000',5,1); -INSERT INTO `marker_category` VALUES (434,430,3,4,'Lugares',1,'map_places','#000000',5,1); -INSERT INTO `marker_category` VALUES (435,430,2,4,'Marcadores de Pulo',1,'map_jump','#000000',5,1); -INSERT INTO `marker_category` VALUES (500,NULL,1,5,'Itens',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (501,500,1,5,'Itens comuns',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (502,500,1,5,'Garrafa',1,'map_bottle','#000000',5,1); -INSERT INTO `marker_category` VALUES (503,500,1,5,'Coração',1,'map_heart','#000000',5,1); -INSERT INTO `marker_category` VALUES (504,500,1,5,'Mapa',1,'map_map','#000000',5,1); -INSERT INTO `marker_category` VALUES (505,500,1,5,'Bússola',1,'map_compass','#000000',5,1); -INSERT INTO `marker_category` VALUES (506,500,1,5,'Chave',1,'map_key','#000000',5,1); -INSERT INTO `marker_category` VALUES (507,NULL,1,5,'Sidequest',1,'map_sidequest','#000000',5,1); -INSERT INTO `marker_category` VALUES (508,507,1,5,'Gold Skulltullas',1,'map_goldskulltulla','#000000',5,1); -INSERT INTO `marker_category` VALUES (509,507,1,5,'Great Fairies',1,'map_greatfairy','#000000',5,1); -INSERT INTO `marker_category` VALUES (510,507,1,5,'Terras Fofas',1,'map_softsoil','#000000',5,1); -INSERT INTO `marker_category` VALUES (511,507,1,5,'Galinhas perdidas',1,'map_lostchicken','#000000',5,1); -INSERT INTO `marker_category` VALUES (512,507,1,5,'Big Poe',1,'map_bigpoe','#000000',5,1); -INSERT INTO `marker_category` VALUES (513,507,1,5,'Trocas Máscara',1,'map_masks','#000000',5,1); -INSERT INTO `marker_category` VALUES (514,507,1,5,'Trocas Biggoron Sword',1,'map_biggoron_sword','#000000',5,1); -INSERT INTO `marker_category` VALUES (515,NULL,1,5,'Segredos',1,'map_secret','#000000',5,1); -INSERT INTO `marker_category` VALUES (516,515,1,5,'Passagens Secretas',1,'map_bomb_wall','#000000',5,1); -INSERT INTO `marker_category` VALUES (517,515,1,5,'Rupees',1,'map_rupee','#000000',5,1); -INSERT INTO `marker_category` VALUES (518,515,1,5,'Fairy Fountains',1,'map_fairy','#000000',5,1); -INSERT INTO `marker_category` VALUES (519,515,1,5,'Baús',1,'map_chest','#000000',5,1); -INSERT INTO `marker_category` VALUES (520,NULL,1,5,'POI',1,'map_poi','#000000',5,1); -INSERT INTO `marker_category` VALUES (521,520,1,5,'Loja',1,'map_shop','#000000',5,1); -INSERT INTO `marker_category` VALUES (526,520,1,5,'Informações gerais',1,'map_info','#000000',5,1); -INSERT INTO `marker_category` VALUES (527,520,1,5,'Gossip Stones',1,'map_gossip_stone','#000000',5,1); -INSERT INTO `marker_category` VALUES (528,520,1,5,'Dungeons',1,'map_dungeon','#000000',5,1); -INSERT INTO `marker_category` VALUES (529,520,1,5,'Chefes',1,'map_boss','#000000',5,1); -INSERT INTO `marker_category` VALUES (530,520,2,5,'Marcadores de Pulo',1,'map_jump','#000000',5,1); -INSERT INTO `marker_category` VALUES (531,520,3,5,'Lugares',1,'map_places','#000000',5,1); -INSERT INTO `marker_category` VALUES (1601,NULL,1,16,'Itens',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (1602,1601,1,16,'Equipamento',1,'map_gear','#000000',5,1); -INSERT INTO `marker_category` VALUES (1603,1601,1,16,'Item',1,'map_item','#000000',5,1); -INSERT INTO `marker_category` VALUES (1604,1601,1,16,'Mapa',1,'map_map','#000000',5,1); -INSERT INTO `marker_category` VALUES (1605,1601,1,16,'Chave',1,'map_key','#000000',5,1); -INSERT INTO `marker_category` VALUES (1606,1601,1,16,'Chave Grande',1,'map_bigkey','#000000',5,1); -INSERT INTO `marker_category` VALUES (1607,1601,1,16,'Pedaço de Coração',1,'map_heart','#000000',5,1); -INSERT INTO `marker_category` VALUES (1608,1601,1,16,'Garrafa',1,'map_bottle','#000000',5,1); -INSERT INTO `marker_category` VALUES (1609,1601,1,16,'Trifoce',1,'map_triforce','#000000',5,1); -INSERT INTO `marker_category` VALUES (1610,NULL,1,16,'Segredos',1,'map_secret','#000000',5,1); -INSERT INTO `marker_category` VALUES (1611,1610,1,16,'Paredes destrutíveis ',1,'map_bomb_wall','#000000',5,1); -INSERT INTO `marker_category` VALUES (1612,1610,1,16,'Baús',1,'map_chest','#000000',5,1); -INSERT INTO `marker_category` VALUES (1613,1610,1,16,'Tesouros',1,'map_ss_treasure','#000000',5,1); -INSERT INTO `marker_category` VALUES (1614,1610,1,16,'Insetos ',1,'map_ss_bug','#000000',5,1); -INSERT INTO `marker_category` VALUES (1615,1610,1,16,'Goddess Cube',1,'map_goddess_cube','#000000',5,1); -INSERT INTO `marker_category` VALUES (1616,1610,1,16,'Gratitue Crystal',1,'map_gratitude_crystal','#000000',5,1); -INSERT INTO `marker_category` VALUES (1617,1610,1,16,'Tears of Light',1,'map_ss_tear','#000000',5,1); -INSERT INTO `marker_category` VALUES (1618,1610,1,16,'Medals',1,'map_ss_medal','#000000',5,1); -INSERT INTO `marker_category` VALUES (1619,1610,1,16,'Side-Quests',1,'map_ss_sidequest','#000000',5,1); -INSERT INTO `marker_category` VALUES (1620,1610,1,16,'Mini-games',1,'map_minigame','#000000',5,1); -INSERT INTO `marker_category` VALUES (1621,NULL,1,16,'Pontos de Interesse ',1,'map_poi','#000000',5,1); -INSERT INTO `marker_category` VALUES (1622,1621,1,16,'Informação',1,'map_info','#000000',5,1); -INSERT INTO `marker_category` VALUES (1623,1621,1,16,'Loja',1,'map_shop','#000000',5,1); -INSERT INTO `marker_category` VALUES (1624,1621,1,16,'Informação',1,'map_info','#000000',5,1); -INSERT INTO `marker_category` VALUES (1625,1621,1,16,'Dungeon',1,'map_dungeon','#000000',5,1); -INSERT INTO `marker_category` VALUES (1626,1621,1,16,'Chefe',1,'map_boss','#000000',5,1); -INSERT INTO `marker_category` VALUES (1627,1621,3,16,'Lugares',1,'map_places','#000000',5,1); -INSERT INTO `marker_category` VALUES (1901,NULL,1,19,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',5,1); -INSERT INTO `marker_category` VALUES (1902,NULL,1,19,'Equipment',1,'BotW_Equipment','#ffad48',7,1); -INSERT INTO `marker_category` VALUES (1903,1902,1,19,'Weapons',1,'BotW_Weapons','#ffad48',7,1); -INSERT INTO `marker_category` VALUES (1904,1902,1,19,'Bows & Arrows',1,'BotW_Bow-n-Arrows','#ffad48',7,1); -INSERT INTO `marker_category` VALUES (1905,1902,1,19,'Shields',1,'BotW_Shields','#ffad48',7,1); -INSERT INTO `marker_category` VALUES (1906,1902,1,19,'Armor',1,'BotW_Armor','#ffad48',7,0); -INSERT INTO `marker_category` VALUES (1910,NULL,1,19,'Items',1,'BotW_Items','#3cbc75',7,1); -INSERT INTO `marker_category` VALUES (1911,1910,1,19,'Food (Beef)',1,'BotW_Meat','#3cbc75',7,0); -INSERT INTO `marker_category` VALUES (1912,1910,1,19,'Food (Fish)',1,'BotW_Fish','#3cbc75',7,0); -INSERT INTO `marker_category` VALUES (1913,1910,1,19,'Herbs',1,'BotW_Herb','#3cbc75',7,0); -INSERT INTO `marker_category` VALUES (1914,1910,1,19,'Mushrooms',1,'BotW_Mushroom','#3cbc75',7,0); -INSERT INTO `marker_category` VALUES (1915,1910,1,19,'Materials',1,'BotW_Materials','#3cbc75',7,0); -INSERT INTO `marker_category` VALUES (1916,1910,1,19,'Korok Seeds',1,'BotW_Korok-Seeds','#3cbc75',4,1); -INSERT INTO `marker_category` VALUES (1920,NULL,1,19,'Locations',1,'BotW_Locations','#8e72b9',5,1); -INSERT INTO `marker_category` VALUES (1921,1920,1,19,'Village',1,'BotW_Village','#8e72b9',5,1); -INSERT INTO `marker_category` VALUES (1922,1920,1,19,'Town (House)',1,'BotW_Farm','#8e72b9',5,0); -INSERT INTO `marker_category` VALUES (1923,1920,1,19,'Sheikah Tower',1,'BotW_Sheikah-Tower','#8e72b9',0,1); -INSERT INTO `marker_category` VALUES (1924,1920,1,19,'Shrine of Resurrection',1,'BotW_Shrine-of-Resurrection','#8e72b9',5,0); -INSERT INTO `marker_category` VALUES (1925,1920,1,19,'Shrine of Trials',1,'BotW_Shrines-of-Trials','#8e72b9',2,1); -INSERT INTO `marker_category` VALUES (1926,1920,1,19,'Divine Beast',1,'BotW_Dungeon','#8e72b9',5,1); -INSERT INTO `marker_category` VALUES (1927,1920,1,19,'Temple of Time',1,'BotW_The-Temple-of-Time','#8e72b9',5,0); -INSERT INTO `marker_category` VALUES (1930,NULL,1,19,'Enemies',1,'BotW_Enemies','#ff422e',5,1); -INSERT INTO `marker_category` VALUES (1931,1930,1,19,'Enemy Camp',1,'BotW_Enemy-Camp','#ff422e',5,1); -INSERT INTO `marker_category` VALUES (1932,1930,1,19,'Guardian',1,'BotW_Guardian','#ff422e',5,1); -INSERT INTO `marker_category` VALUES (1933,1930,1,19,'Boss',1,'BotW_Boss','#ff422e',6,0); -INSERT INTO `marker_category` VALUES (1934,1901,1,19,'Memories',1,'BotW_Memories','#4bc5ee',6,1); -INSERT INTO `marker_category` VALUES (1935,1901,1,19,'Side-Quests',1,'BotW_Side-Quest','#4bc5ee',6,1); -INSERT INTO `marker_category` VALUES (1936,1901,1,19,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',8,1); -INSERT INTO `marker_category` VALUES (1937,1920,1,19,'Great Fairy',1,'BotW_Great-Fairy','#8e72b9',5,1); -INSERT INTO `marker_category` VALUES (1938,1920,1,19,'Stables',1,'BotW_Stables','#8e72b9',5,1); -INSERT INTO `marker_category` VALUES (1939,1930,1,19,'Wizzrobe',1,'BotW_Wizzrobe','#ff422e',6,1); -INSERT INTO `marker_category` VALUES (1940,1930,1,19,'Lynel',1,'BotW_Lynel','#ff422e',6,1); -INSERT INTO `marker_category` VALUES (1941,1930,1,19,'Talus',1,'BotW_Boss','#ff422e',6,1); -INSERT INTO `marker_category` VALUES (1942,1930,1,19,'Hinox',1,'BotW_Hinox','#ff422e',6,1); -INSERT INTO `marker_category` VALUES (1943,1910,1,19,'Treasure Chest (Non-Equip.)',1,'BotW_Treasure-Chest','#3cbc75',6,1); -INSERT INTO `marker_category` VALUES (1944,1902,1,19,'Treasure Chest (Equip.)',1,'BotW_Treasure-Chest','#ffad48',6,1); -INSERT INTO `marker_category` VALUES (1945,1910,1,19,'Blupee',1,'BotW_Blupee','#3cbc75',7,1); -INSERT INTO `marker_category` VALUES (1946,1901,1,19,'Diary & Books',1,'BotW_Book','#4bc5ee',8,1); -INSERT INTO `marker_category` VALUES (1947,1930,1,19,'Molduga',1,'BotW_Boss','#ff422e',6,1); -INSERT INTO `marker_category` VALUES (1948,1901,1,19,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1); -INSERT INTO `marker_category` VALUES (1949,1901,1,19,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1); -INSERT INTO `marker_category` VALUES (1950,NULL,1,4,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',0,1); -INSERT INTO `marker_category` VALUES (1951,1950,1,4,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',0,1); -INSERT INTO `marker_category` VALUES (1952,1950,1,4,'Trading Sequence',1,'BotW_Side-Quest','#4bc5ee',0,1); -INSERT INTO `marker_category` VALUES (1953,1950,1,4,'Minigame',1,'BotW_Mini-Game','#4bc5ee',0,1); -INSERT INTO `marker_category` VALUES (1954,1950,1,4,'Easter Eggs',1,'General_Info','#4bc5ee',0,0); -INSERT INTO `marker_category` VALUES (1955,NULL,1,4,'Items',1,'BotW_Items','#ffad48',0,1); -INSERT INTO `marker_category` VALUES (1956,1955,1,4,'Pieces of Heart',1,'General_Heart','#ffad48',0,1); -INSERT INTO `marker_category` VALUES (1957,1955,1,4,'Seashells',1,'LA_Secret-Seashell','#ffad48',0,1); -INSERT INTO `marker_category` VALUES (1958,1955,1,4,'Bottles',1,'General_Bottle','#ffad48',0,1); -INSERT INTO `marker_category` VALUES (1960,1955,1,4,'Map',1,'General_Map','#ffad48',0,1); -INSERT INTO `marker_category` VALUES (1961,1955,1,4,'Compass',1,'General_Compass','#ffad48',0,1); -INSERT INTO `marker_category` VALUES (1962,1955,1,4,'Keys',1,'General_Key','#ffad48',0,1); -INSERT INTO `marker_category` VALUES (1963,NULL,1,4,'Locations',1,'BotW_Locations','#8e72b9',0,1); -INSERT INTO `marker_category` VALUES (1964,1963,1,4,'Houses',1,'General_House','#8e72b9',0,1); -INSERT INTO `marker_category` VALUES (1965,1963,1,4,'Shops',1,'General_Store','#8e72b9',0,1); -INSERT INTO `marker_category` VALUES (1966,1963,1,4,'Dungeons',1,'BotW_Dungeon','#8e72b9',0,1); -INSERT INTO `marker_category` VALUES (1967,NULL,1,4,'Enemies',1,'BotW_Enemies','#ff422e',0,1); -INSERT INTO `marker_category` VALUES (1968,1967,1,4,'Boss',1,'BotW_Boss','#ff422e',0,1); -INSERT INTO `marker_category` VALUES (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1); -/*!40000 ALTER TABLE `marker_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `marker_category_type` --- - -LOCK TABLES `marker_category_type` WRITE; -/*!40000 ALTER TABLE `marker_category_type` DISABLE KEYS */; -INSERT INTO `marker_category_type` VALUES (1,'Regular',1); -INSERT INTO `marker_category_type` VALUES (2,'Jump (Go To)',1); -INSERT INTO `marker_category_type` VALUES (3,'Label',1); -/*!40000 ALTER TABLE `marker_category_type` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `marker_status` --- - -LOCK TABLES `marker_status` WRITE; -/*!40000 ALTER TABLE `marker_status` DISABLE KEYS */; -INSERT INTO `marker_status` VALUES (1,'Pending',0); -INSERT INTO `marker_status` VALUES (2,'Approved',1); -/*!40000 ALTER TABLE `marker_status` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `marker_tab` --- - -LOCK TABLES `marker_tab` WRITE; -/*!40000 ALTER TABLE `marker_tab` DISABLE KEYS */; -INSERT INTO `marker_tab` VALUES (42,22,1,1,'','<img src="https://zeldawiki.org/images/2/22/BotW_Temple_of_Time.png" width="100%">In Breath of the Wild, the Temple of Time is located in the Great Plateau in Central Hyrule, close to the Shrine of Resurrection. The temple can be seen in an extremely dilapidated state, with missing and broken windows, crumbling rooftop, and collapsed walls. Rubble is strewn around the temple's interior and the structure appears to have been reclaimed by nature as grass can be seen growing inside and ivy creeps up the walls.',1,0); -INSERT INTO `marker_tab` VALUES (43,23,1,1,'','<img src="https://zeldawiki.org/images/0/00/BotW_Shrine_of_Resurrection.png" width="100%">Link awakens from within the Shrine of Resurrection after hearing the call of an unknown voice. He is guided to a pedestal, where he receives the Sheikah Slate. Afterwards, the door to the chamber opens, leading to another room containing two Treasure Chests with the Old Shirt and the Well-Worn Trousers. Behind the Chests rests a pedestal from which Link can place the Sheikah Slate and open the entrance to the Shrine of Resurrection, leading to the Great Plateau.',1,0); -INSERT INTO `marker_tab` VALUES (44,22,1,1,'','<img src="https://zeldawiki.org/images/2/22/BotW_Temple_of_Time.png" width="100%">\r\n<p>In Breath of the Wild, the Temple of Time is located in the Great Plateau in Central Hyrule, close to the Shrine of Resurrection. The temple can be seen in an extremely dilapidated state, with missing and broken windows, crumbling rooftop, and collapsed walls. Rubble is strewn around the temple's interior and the structure appears to have been reclaimed by nature as grass can be seen growing inside and ivy creeps up the walls.</p>',1,1); -INSERT INTO `marker_tab` VALUES (46,23,1,1,'','<img src="https://zeldawiki.org/images/0/00/BotW_Shrine_of_Resurrection.png" width="100%"><p>Link awakens from within the Shrine of Resurrection after hearing the call of an unknown voice. He is guided to a pedestal, where he receives the Sheikah Slate. Afterwards, the door to the chamber opens, leading to another room containing two Treasure Chests with the Old Shirt and the Well-Worn Trousers. Behind the Chests rests a pedestal from which Link can place the Sheikah Slate and open the entrance to the Shrine of Resurrection, leading to the Great Plateau.</p>',1,1); -INSERT INTO `marker_tab` VALUES (47,24,1,1,'','<img src="https://zeldawiki.org/images/6/64/BotW_Oman_Au_Shrine_Exterior.png" width="100%">\r\n<p>After Link activates the Sheikah Towers, he is greeted by the Old Man who directs him to the Oman Au Shrine, promising to trade his Paraglider in exchange for the treasure resting inside. It can only be opened by pressing the Sheikah Slate onto a pedestal near the entrance to the Shrine.</p>',1,0); -INSERT INTO `marker_tab` VALUES (48,24,1,1,'','<img src="https://zeldawiki.org/images/6/64/BotW_Oman_Au_Shrine_Exterior.png" width="100%">\r\n<p>A lone pedestal rests inside the Oman Au Shrine, from which Link can receive the Magnesis Rune for the Sheikah Slate, allowing him to move metallic objects magnetically. Throughout the Shrine, there are several metallic slabs which Link must move to proceed. A metallic Treasure Chest sits upon a platform along the left-hand wall, which can be brought closer to obtain the Traveler's Bow inside.</p>\r\n<p>At the end of the Shrine, the Monk Oman Au waits for Link to complete his trial, and presents him with a Spirit Orb.</p>',1,0); -INSERT INTO `marker_tab` VALUES (49,25,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); -INSERT INTO `marker_tab` VALUES (50,26,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); -INSERT INTO `marker_tab` VALUES (51,27,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); -INSERT INTO `marker_tab` VALUES (52,28,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,0); -INSERT INTO `marker_tab` VALUES (53,28,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,0); -INSERT INTO `marker_tab` VALUES (54,28,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); -INSERT INTO `marker_tab` VALUES (55,24,1,1,'','<img src="https://zeldawiki.org/images/6/64/BotW_Oman_Au_Shrine_Exterior.png" width="100%">\r\n<p>After Link activates the Sheikah Towers, he is greeted by the Old Man who directs him to the Oman Au Shrine, promising to trade his Paraglider in exchange for the treasure resting inside. It can only be opened by pressing the Sheikah Slate onto a pedestal near the entrance to the Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (56,24,1,1,'','<img src="http://zeldauniverse.net/wp-content/uploads/2016/06/guide-botw-ch2-02.jpg" width="100%"><p>Activate Magnesis and look around the room for metallic objects. Use Magnesis to lift the metallic plates in the center of the room to reveal a hidden passage.</p>',1,1); -INSERT INTO `marker_tab` VALUES (57,24,1,1,'','<img src="http://zeldauniverse.net/wp-content/uploads/2016/06/guide-botw-ch2-03.jpg" width="100%"><p>Climb down the ladder and run through the hidden passage. Climb the stairs at the end of the passage.</p>',1,1); -INSERT INTO `marker_tab` VALUES (58,29,1,1,'','<iframe src="http://webgl.zelda.com.br/?m=Zelda"></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (59,29,1,1,'','<iframe src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (60,29,1,1,'','<iframe width=400 src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (61,29,1,1,'','<iframe width=400 height=700 src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (62,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (63,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" border=0></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (64,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" frameBorder="0"></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (65,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" frameBorder="0"></iframe>',1,0); -INSERT INTO `marker_tab` VALUES (66,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" frameBorder="0"></iframe>',1,1); -INSERT INTO `marker_tab` VALUES (67,30,1,1,'','You know that song that says it's 5 o'clock somewhere? That place is here.',1,1); -INSERT INTO `marker_tab` VALUES (68,31,1,1,'','SECRET ISLAND OMG',1,0); -INSERT INTO `marker_tab` VALUES (69,31,1,1,'','<p>SECRET ISLAND OMG</p>',1,0); -INSERT INTO `marker_tab` VALUES (70,32,1,1,'','<p>test</p>',1,0); -INSERT INTO `marker_tab` VALUES (71,32,1,1,'','<p>test</p>',1,0); -INSERT INTO `marker_tab` VALUES (72,32,1,1,'','<p>r</p>',1,0); -INSERT INTO `marker_tab` VALUES (73,32,1,1,'','<p>test</p>',1,1); -INSERT INTO `marker_tab` VALUES (74,32,1,1,'','<p>re</p>',1,1); -INSERT INTO `marker_tab` VALUES (75,33,1,1,'','<p>sas</p>',1,1); -INSERT INTO `marker_tab` VALUES (76,31,1,1,'','<p>SECRET ISLAND OMG</p>',1,0); -INSERT INTO `marker_tab` VALUES (77,31,1,1,'','<p>SECRET ISLAND OMG</p>',1,1); -INSERT INTO `marker_tab` VALUES (78,49,1,3,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (79,49,1,3,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (80,53,1,4,'','<p>3123</p>',1,1); -INSERT INTO `marker_tab` VALUES (81,49,1,3,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (82,49,1,3,'','<p>Test</p>',1,1); -INSERT INTO `marker_tab` VALUES (86,219,1,4,'','<p>dasdasd</p>',1,1); -INSERT INTO `marker_tab` VALUES (87,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (88,180,1,2,'','<img src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (89,180,1,2,'','<img src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (90,180,1,2,'','<img style="float: left;" src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (91,180,1,2,'','<img style="float: left;" src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (92,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (93,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (94,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (95,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (96,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p>&nbsp;</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (97,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (98,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (99,180,1,2,'','<p>The Seared Steak can be found on the spit in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (100,101,1,2,'','<p>The Seared Steak can be found on the spit in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (101,101,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (102,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (103,196,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (104,196,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (105,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (106,101,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (107,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong></p>',1,0); -INSERT INTO `marker_tab` VALUES (108,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<ul>\r\n<li><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</li>\r\n<li><strong>Ingredients:</strong> Raw Meat</li>\r\n<li><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></li>\r\n</ul>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (109,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>',1,0); -INSERT INTO `marker_tab` VALUES (110,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>',1,0); -INSERT INTO `marker_tab` VALUES (111,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (112,101,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (113,196,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (114,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (115,81,1,2,'','<p>There are 2 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (116,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (117,161,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (118,161,1,2,'','<p>There are&nbsp;9 Spicy Peppers on three different plants underneath the tree fort.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (119,161,1,2,'','<p>There are&nbsp;9 Spicy Peppers on three different plants underneath the tree fort.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); -INSERT INTO `marker_tab` VALUES (120,118,1,2,'','<p>The Spicy Pepper is inside the pot.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (121,34,1,2,'','<p>There are 6 Spicy Peppers on growing on two different plants at this location.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (122,161,1,2,'','<p>There are&nbsp;9 Spicy Peppers growing on three different plants at this location. The plants are underneath the tree fort.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (123,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Properties: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (124,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Properties: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (125,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Properties: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (126,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (127,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (128,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (129,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (130,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (131,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (132,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (133,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (134,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (135,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (136,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (137,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (138,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (139,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (140,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (141,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (142,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (143,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (144,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,0); -INSERT INTO `marker_tab` VALUES (145,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,0); -INSERT INTO `marker_tab` VALUES (146,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,0); -INSERT INTO `marker_tab` VALUES (147,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (148,143,1,7,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (149,143,1,7,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (150,143,1,7,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (151,143,1,7,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (152,143,1,7,'','<p>Test</p>',1,0); -INSERT INTO `marker_tab` VALUES (153,143,1,7,'','<p>Test</p>',1,1); -INSERT INTO `marker_tab` VALUES (154,41,1,5,'','<p>Testing</p>',1,0); -INSERT INTO `marker_tab` VALUES (155,41,1,5,'','<p>Testing</p>',1,0); -INSERT INTO `marker_tab` VALUES (156,41,1,5,'','<p>Testing</p>',1,0); -INSERT INTO `marker_tab` VALUES (157,41,1,5,'','<p>Testing2</p>',1,0); -INSERT INTO `marker_tab` VALUES (158,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (159,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (160,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (161,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (162,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (163,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (164,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (165,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (166,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (167,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (168,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (169,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (170,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (171,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (172,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (173,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (174,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (175,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (176,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (177,41,1,5,'','<p>Testing3</p>',1,0); -INSERT INTO `marker_tab` VALUES (178,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (179,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); -INSERT INTO `marker_tab` VALUES (180,41,1,5,'','<p>Testing 4</p>',1,0); -INSERT INTO `marker_tab` VALUES (181,216,1,5,'','<p>Test</p>',1,1); -INSERT INTO `marker_tab` VALUES (182,142,1,9,'','<p><em>There are 4 Hylian Shrooms in this location.</em><strong>&nbsp;</strong></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>',1,1); -INSERT INTO `marker_tab` VALUES (183,173,1,9,'','<p><em>This Shroom is located at the base of a tree.</em></p>\r\n<p>Description:&nbsp;A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>',1,0); -INSERT INTO `marker_tab` VALUES (184,173,1,9,'','<p><em>There is one&nbsp;Shroom is located at the base of a tree.</em></p>\r\n<p>Description:&nbsp;A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>',1,0); -INSERT INTO `marker_tab` VALUES (185,177,1,9,'','<p><strong>Description</strong>: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (186,177,1,9,'','<p><strong>Additional Uses</strong>: Restores 2 hearts.</p>',1,0); -INSERT INTO `marker_tab` VALUES (187,172,1,9,'','<p><em>There are two acorns in this location.</em></p>\r\n<p><strong>Description:</strong>&nbsp;Often found on the ground near trees. Squirrels adore this nut, so you may have competition while foraging. Add one to a meal for a nutty seasoning.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1&nbsp;and 1/4 &nbsp;Hearts</p>',1,1); -INSERT INTO `marker_tab` VALUES (188,156,1,9,'','<p><strong>Description:&nbsp;</strong>This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong></p>',1,0); -INSERT INTO `marker_tab` VALUES (189,156,1,9,'','<p><strong>Description:&nbsp;</strong>This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p><strong>Additional Uses:&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" />&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" />&nbsp;</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (190,155,1,9,'','<p><em>There are 3 Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (191,155,1,9,'','<p><em>There are 3 Hylian Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (192,201,1,9,'','<p><strong>Description:&nbsp;</strong>A butterfly found in the woods and plains of warm regions. Its wings absorb the warmth of the sun. Cook it with monster parts to create an elixir that makes you feel warm and fuzzy.</p>',1,1); -INSERT INTO `marker_tab` VALUES (193,155,1,9,'','<p><em>There are 3 Hylian Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p>&nbsp;<strong>Effect:&nbsp;</strong><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>',1,1); -INSERT INTO `marker_tab` VALUES (194,173,1,9,'','<p><em>There is one&nbsp;Shroom is located at the base of a tree.</em></p>\r\n<p><strong>Description</strong>:&nbsp;A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (195,177,1,9,'','<p><em>There are 2 Hearty Truffles located inside a hollow stump.</em></p>\r\n<p><strong>Description</strong>: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;<strong>Additional Uses</strong>: Restores 2 hearts.</p>',1,1); -INSERT INTO `marker_tab` VALUES (196,162,1,9,'','<p><em>There is a Stamella Shroom located underneath the tree fort.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A green mushroom that grows near trees in the forest. It's chock-full of natural energy. Cook it to release its stamina-restoration properties.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores one heart.</p>',1,1); -INSERT INTO `marker_tab` VALUES (197,212,1,9,'','<p><em>There are 4 Rushrooms in this location. They can be found dotted on the cliff side.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A mushroom that can grow almost anywhere but prefers ceilings and sheer cliffs. Cook it before eating to temporarily increase your movement speed.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores half a heart.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (198,124,1,9,'','<p><strong>Description:&nbsp;</strong>A green mushroom that grows near trees in the forest. It's chock-full of natural energy. Cook it to release its stamina-restoration properties.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); -INSERT INTO `marker_tab` VALUES (199,121,1,9,'','<p><strong>Description:&nbsp;</strong>A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); -INSERT INTO `marker_tab` VALUES (200,96,1,9,'','<p><em>There are 2 Endura Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,0); -INSERT INTO `marker_tab` VALUES (201,96,1,9,'','<p><em>There are 2 Endura Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); -INSERT INTO `marker_tab` VALUES (202,108,1,9,'','<p><em>There are 3 Endura Shrooms in this location. They can be located along the tree line.</em></p>',1,0); -INSERT INTO `marker_tab` VALUES (203,108,1,9,'','<p><em>There are 3 Endura Shrooms in this location. They can be located along the tree line.</em></p>\r\n<p><strong>Description:</strong>&nbsp;A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,0); -INSERT INTO `marker_tab` VALUES (204,108,1,9,'','<p><em>There are 3 Endura Shrooms in this location. They can be located along the tree line.</em></p>\r\n<p><strong>Description:</strong>&nbsp;A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); -INSERT INTO `marker_tab` VALUES (205,215,1,9,'','<p><em>The Fire Arrows can be located inside a Treasure Chest in the Bokoblin Camp. The Fire Arrows may only be aquired after all the Bokoblins have been defeated, thus unlocking the chest.</em></p>',1,1); -INSERT INTO `marker_tab` VALUES (206,229,1,7,'','<p>When Link encounters a Korok, it believes it has been found by Hestu before realizing that Link is not Hestu. The Korok will then give Link a Korok Seed, asking him to return it to Hestu.</p>\r\n<p>Upon finding Hestu, Link will discover that his Maracas were stolen from him by his fellow Koroks as part of a prank. Talking to him will trigger The Priceless Maracas Side Quest, in which Link will have to retrieve his Maracas from a chest in a nearby enemy camp. Once he returns his Maracas to him, Hestu will find out that the Korok Seeds inside the Maracas are gone. Hestu will then tell Link that if Hestu had a Koroko Seed, he would be able to sing, dance and use his powers to expand Link's Inventory. Hestu can upgrade Link's Weapon Stash, Bow Stash, or Shield Stash.</p>\r\n<p><a title="Learn more about Hestu&nbsp;at Zelda Wiki" href="https://zeldawiki.org/Hestu">Learn more about Hestu&nbsp;at Zelda Wiki</a><br /><a title="Korok Seed Inventory Upgrades Guide" href="http://zeldauniverse.net/guides/breath-of-the-wild/sidequests/korok-seed-inventory-upgrades/">Korok Seed Inventory Upgrades Guide</a></p>',1,0); -INSERT INTO `marker_tab` VALUES (207,232,1,1,'','<p>Melt the Ice Rock to find one more Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (208,233,1,1,'','<p>Search the rock on the top of the mountain</p>',1,1); -INSERT INTO `marker_tab` VALUES (209,258,1,7,'','<p>Bosh Kala Shrine tests your skill with the paraglider.</p>\r\n<p><strong>Treasures:</strong> Amber, Soldier's Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (210,267,1,7,'','<p>This island contains a single large tree. Climb to the top of the tree to find a large stone. Pick up the stone to find a Korok!</p>',1,1); -INSERT INTO `marker_tab` VALUES (211,269,1,1,'','<p>Shoot the pot hanging from the bridge</p>',1,1); -INSERT INTO `marker_tab` VALUES (212,270,1,1,'','<p>Step in the tree stump and shoot the 3 targets</p>',1,1); -INSERT INTO `marker_tab` VALUES (213,274,1,5,'','<p>Minor Combat Trial, Guardian has a spear only.&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (214,274,1,5,'','<p>Minor Combat Trial, Guardian has a spear only.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (215,275,1,1,'','<p>Reward: Opal</p>',1,1); -INSERT INTO `marker_tab` VALUES (216,276,1,1,'','<p>Reward: Purple Rupee</p>',1,0); -INSERT INTO `marker_tab` VALUES (217,277,1,1,'','<p>Chest with Korok Leaf</p>',1,0); -INSERT INTO `marker_tab` VALUES (218,279,1,1,'','<p>Ground Level</p>\r\n<p>Chest: Traveler's Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (219,280,1,1,'','<p>Reward: Boomerang</p>',1,1); -INSERT INTO `marker_tab` VALUES (220,281,1,1,'','<p>Reward: Opal</p>',1,1); -INSERT INTO `marker_tab` VALUES (221,282,1,1,'','<p>Reward: Hestu's Maracas (Side-Quest Item)</p>',1,1); -INSERT INTO `marker_tab` VALUES (222,283,1,1,'','<p>Koko's Kitchen</p>\r\n<p>Cooking with Koko</p>\r\n<p>Koko Cuisine</p>\r\n<p>Koko's Specialty</p>',1,1); -INSERT INTO `marker_tab` VALUES (223,284,1,1,'','<p>Catch the Cuccos scattared through out Kakariko Village</p>\r\n<p>Reward: 50 Rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (224,285,1,1,'','<p>Play with Cottla after noon.</p>\r\n<p>- Hide and Seek: Rock Salt<br />- Tag: Amber (x2)</p>',1,1); -INSERT INTO `marker_tab` VALUES (225,289,1,1,'','<p>NPC: Aliza</p>\r\n<p>Come back with the Master Sword</p>',1,0); -INSERT INTO `marker_tab` VALUES (226,290,1,1,'','<p>NPC: Trott</p>\r\n<p>Requires: Raw Gourmet Meat</p>',1,0); -INSERT INTO `marker_tab` VALUES (227,291,1,1,'','<p>NPC: Toffa</p>\r\n<p>Requires: Royal White Horse on Safula Hill</p>',1,0); -INSERT INTO `marker_tab` VALUES (228,292,1,1,'','<p>NPC: Rensa</p>\r\n<p>Requires: catch a wild horse under 2 minutes.</p>',1,1); -INSERT INTO `marker_tab` VALUES (229,229,1,1,'','<p>When Link encounters a Korok, it believes it has been found by Hestu before realizing that Link is not Hestu. The Korok will then give Link a Korok Seed, asking him to return it to Hestu.</p>\r\n<p>Upon finding Hestu, Link will discover that his Maracas were stolen from him by his fellow Koroks as part of a prank. Talking to him will trigger The Priceless Maracas Side Quest, in which Link will have to retrieve his Maracas from a chest in a nearby enemy camp. Once he returns his Maracas to him, Hestu will find out that the Korok Seeds inside the Maracas are gone. Hestu will then tell Link that if Hestu had a Koroko Seed, he would be able to sing, dance and use his powers to expand Link's Inventory. Hestu can upgrade Link's Weapon Stash, Bow Stash, or Shield Stash.</p>\r\n<p><a title="Learn more about Hestu&nbsp;at Zelda Wiki" href="https://zeldawiki.org/Hestu">Learn more about Hestu&nbsp;at Zelda Wiki</a><br /><a title="Korok Seed Inventory Upgrades Guide" href="http://zeldauniverse.net/guides/breath-of-the-wild/sidequests/korok-seed-inventory-upgrades/">Korok Seed Inventory Upgrades Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (230,293,1,1,'','<p>NPC: Magda</p>\r\n<p>Requires: Get to the Shrine without stepping on the flowers.</p>',1,1); -INSERT INTO `marker_tab` VALUES (231,295,1,1,'','<p>On top of the stable, by the horse's nose tip.</p>',1,1); -INSERT INTO `marker_tab` VALUES (232,296,1,1,'','<p>NPC: Domidak</p>\r\n<p>Requires: Inside the tent, pay 100 Rupees to hear the story.</p>',1,0); -INSERT INTO `marker_tab` VALUES (233,297,1,1,'','<p>Shoot the Targets</p>',1,1); -INSERT INTO `marker_tab` VALUES (234,302,1,1,'','<p>Top of tree, below the rock</p>',1,1); -INSERT INTO `marker_tab` VALUES (235,304,1,1,'','<p>Appears after completion of Side-quest nearby</p>',1,1); -INSERT INTO `marker_tab` VALUES (236,301,1,1,'','<p>Bring a male deer to the pedestal</p>',1,1); -INSERT INTO `marker_tab` VALUES (237,305,1,1,'','<p>Put the chainball inside the well</p>',1,1); -INSERT INTO `marker_tab` VALUES (238,306,1,5,'','<p>Right next to the horse monument.</p>',1,0); -INSERT INTO `marker_tab` VALUES (239,306,1,5,'','<p>Right next to the horse monument.</p>',1,1); -INSERT INTO `marker_tab` VALUES (240,307,1,1,'','<p>Chest: 100 Rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (241,312,1,1,'','<p>NPC: Laflat (After Divine BeasT)</p>\r\n<p>Requires: Picture of Lynel at the top of Ploymus Mountain</p>\r\n<p>Reward: Zora Greaves</p>',1,1); -INSERT INTO `marker_tab` VALUES (242,313,1,1,'','<p>NPC: Laruta (Wanders around Zora's Domain)</p>',1,1); -INSERT INTO `marker_tab` VALUES (243,314,1,1,'','<p>NPC: Gruve</p>\r\n<p>Requires: Dive headfirst from the ledge and come back to speak to him.</p>\r\n<p>Reward: Fleet-Lotus Seeds (x5)</p>',1,0); -INSERT INTO `marker_tab` VALUES (244,315,1,1,'','<p>NPC: Laruta (After Divine Beast - Wanders around)</p>',1,1); -INSERT INTO `marker_tab` VALUES (245,314,1,1,'','<p>NPC: Gruve (After Divine Beast)</p>\r\n<p>Requires: Dive headfirst from the ledge and come back to speak to him.</p>\r\n<p>Reward: Fleet-Lotus Seeds (x5)</p>',1,1); -INSERT INTO `marker_tab` VALUES (246,316,1,1,'','<p>NPC: Fronk (After Divine Beast)</p>',1,1); -INSERT INTO `marker_tab` VALUES (247,317,1,1,'','<p>A chest with a Silver Rupee can be found below Zora's Domain&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (248,318,1,1,'','<p>NPC: Tumbo (After Divine Beast)<br />Requires: Five hot-footed frogs<br />Reward: Armoranth</p>',1,1); -INSERT INTO `marker_tab` VALUES (249,319,1,1,'','<p>NPC: Ledo</p>\r\n<p>Requires: Ten Luminous Stones</p>',1,0); -INSERT INTO `marker_tab` VALUES (250,320,1,1,'','<p>Reward: Topaz (x3)</p>',1,1); -INSERT INTO `marker_tab` VALUES (251,321,1,1,'','<p>NPC: Finley (After Divine Beast)</p>\r\n<p>Requires: Follow the love letter down the river</p>',1,0); -INSERT INTO `marker_tab` VALUES (252,322,1,1,'','<p>Reward: Bomb Arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (253,323,1,1,'','<p>Reward: Opal</p>',1,1); -INSERT INTO `marker_tab` VALUES (254,324,1,1,'','<p>Chest: Arrow (x10)</p>',1,1); -INSERT INTO `marker_tab` VALUES (255,325,1,1,'','<p>1 Blue Bokoblin / 1 Red Bokoblin</p>',1,0); -INSERT INTO `marker_tab` VALUES (256,325,1,1,'','<p>1 Blue Bokoblin / 1 Grey Bokoblin</p>',1,0); -INSERT INTO `marker_tab` VALUES (257,325,1,1,'','<p>1 Blue Bokoblin / 1 Grey Bokoblin</p>\r\n<p>Reward: Gold Rupee!</p>',1,1); -INSERT INTO `marker_tab` VALUES (258,326,1,1,'','<p>Reward: Ice Arrow (x5)</p>',1,1); -INSERT INTO `marker_tab` VALUES (259,321,1,1,'','<p>NPC: Finley (After Divine Beast)</p>\r\n<p>Requires: Follow the love letter down the river.</p>\r\n<p>Reward: Gold Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (260,331,1,1,'','<p>After five more upgrades, he will move to the next point.</p>',1,1); -INSERT INTO `marker_tab` VALUES (261,319,1,1,'','<p>NPC: Ledo</p>\r\n<p>Requires: Ten Luminous Stones</p>\r\n<p>Reward: Diamond</p>',1,0); -INSERT INTO `marker_tab` VALUES (262,319,1,1,'','<p>NPC: Ledo</p>\r\n<p>Requires: Ten Luminous Stones</p>\r\n<p>Reward: Diamond (x2)</p>',1,1); -INSERT INTO `marker_tab` VALUES (263,334,1,1,'','<p>Push the rock downhill into the hole.</p>',1,1); -INSERT INTO `marker_tab` VALUES (264,335,1,1,'','<p>Put the chainball inside the tree stump.</p>',1,1); -INSERT INTO `marker_tab` VALUES (265,336,1,1,'','<p>Follow the Korok hidden as a flower</p>',1,1); -INSERT INTO `marker_tab` VALUES (266,337,1,1,'','<p>Put the chainball in the tree stump.</p>',1,1); -INSERT INTO `marker_tab` VALUES (267,339,1,1,'','<p>Behind the statues</p>',1,1); -INSERT INTO `marker_tab` VALUES (268,343,1,1,'','<p>NPC: Blynne</p>\r\n<p>Requires: Run around the field in less than 1:15 minutes.</p>\r\n<p>Reward: Extravangat Bridle (&lt;1:30) / Extravagant Saddle (&lt;1:15)&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (269,344,1,1,'','<p>NPC: Perosa</p>\r\n<p>Requires: Deal with the enemies in front of the stable.</p>\r\n<p>Reward: Endura Carrot</p>',1,1); -INSERT INTO `marker_tab` VALUES (270,347,1,1,'','<p>NPC: Cima</p>\r\n<p>Requires: Remove the Woodcutter's Axe from atop the stable</p>\r\n<p>Reward:</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (271,347,1,1,'','<p>NPC: Cima (During Rain?)</p>\r\n<p>Requires: Remove the Woodcutter's Axe from atop the stable</p>\r\n<p>Reward: Rubber Helm</p>',1,1); -INSERT INTO `marker_tab` VALUES (272,348,1,1,'','<p>Shoot the balloons.</p>',1,1); -INSERT INTO `marker_tab` VALUES (273,350,1,1,'','<p>Put a metal object on top of it to break the mold.</p>\r\n<p>Part of Kass' sidequest</p>',1,1); -INSERT INTO `marker_tab` VALUES (274,351,1,1,'','<p>Revelead as part os side-quest The Spring of Wisdom from Hateno Village</p>',1,1); -INSERT INTO `marker_tab` VALUES (275,353,1,1,'','<p>Reward: Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (276,150,1,1,'','<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,1); -INSERT INTO `marker_tab` VALUES (277,354,1,5,'','<p>testing....</p>',1,1); -INSERT INTO `marker_tab` VALUES (278,357,1,7,'','<p>Shoda San Shrine is behind the waterfall at Riola Spring. Use Cryonis to reach the waterfall, then jump through it.</p>',1,0); -INSERT INTO `marker_tab` VALUES (279,357,1,7,'','<p>Shoda San Shrine is behind the waterfall at Riola Spring. Use Cryonis to reach the waterfall, then jump through it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (280,359,1,7,'','<p>Lift the rock at the top of the mountain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (281,360,1,7,'','<p>Follow the flower. It starts northwest of this point and then comes around the cliffside. It's easy to lose track of it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (282,362,1,7,'','<p>Lift the rock at the top of the mountain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (283,364,1,7,'','<p>Korgu&nbsp;Chideh's Blessing</p>\r\n<p>The Shrine will not appear until you complete the survival challenge on the island. Reaching the Shrine is the challenge; inside you will find only the reward.</p>',1,1); -INSERT INTO `marker_tab` VALUES (284,365,1,7,'','<p>Eventide Island is a survival challenge. The reward is access to a Shrine and its treasure.</p>\r\n<p>When you enter the island, you will lose all your equipment. You have to survive and complete the challenge with only what you find on the island. When the challenge is completed, your equipment is returned.</p>\r\n<p>The challenge involves finding 3 balls and taking them to specific places on the island.</p>',1,0); -INSERT INTO `marker_tab` VALUES (285,373,1,7,'','<p>Ball 3 is inside the enemy camp.</p>',1,1); -INSERT INTO `marker_tab` VALUES (286,365,1,7,'','<p>Eventide Island is a survival challenge. The reward is access to a Shrine and its treasure.</p>\r\n<p>When you enter the island, you will lose all your equipment. You have to survive and complete the challenge with only what you find on the island. When the challenge is completed, your equipment is returned.</p>\r\n<p>The challenge involves finding 3 balls and taking them to specific places on the island.</p>\r\n<p>You cannot save during the trial!</p>',1,0); -INSERT INTO `marker_tab` VALUES (287,365,1,7,'','<p>Eventide Island is a survival challenge. The reward is access to a Shrine and its treasure.</p>\r\n<p>When you enter the island, you will lose all your equipment. You have to survive and complete the challenge with only what you find on the island. When the challenge is completed, your equipment is returned.</p>\r\n<p>The challenge involves finding 3 balls and taking them to specific places on the island.</p>\r\n<p>You cannot save during the trial!</p>',1,1); -INSERT INTO `marker_tab` VALUES (288,384,1,7,'','<p>Use Cryonis to lift the treasure chest out of the freezing water. The treasure chest contains an Opal.</p>',1,1); -INSERT INTO `marker_tab` VALUES (289,385,1,7,'','<p>The treasure chest is underwater. Use Magnesis to lift it out of the pond.</p>',1,1); -INSERT INTO `marker_tab` VALUES (290,386,1,1,'','<p>NPC: Kula</p>\r\n<p>Requires: Ice Rod (from Ice Wizzrobes)</p>',1,0); -INSERT INTO `marker_tab` VALUES (291,387,1,1,'','<p>NPC: Peeks</p>\r\n<p>Requires: Photo o a Blupee (blue rabbit).</p>\r\n<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (292,388,1,1,'','<p>Reward: Gold Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (293,389,1,1,'','<p>Reward: Amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (294,391,1,1,'','<p>Jump in the circle of flowers in the water</p>',1,1); -INSERT INTO `marker_tab` VALUES (295,386,1,1,'','<p>NPC: Kula</p>\r\n<p>Requires: Ice Rod (from Ice Wizzrobes)</p>\r\n<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (296,397,1,1,'','<p>Kass' Sidequest</p>',1,1); -INSERT INTO `marker_tab` VALUES (297,398,1,1,'','<p>Search for the light</p>',1,1); -INSERT INTO `marker_tab` VALUES (298,399,1,1,'','<p>NPC: Kass</p>\r\n<p>Requires: Detroy 3 rock formations that are blocking the wind. Then, land while paragliding in the pedestal nearby.</p>',1,1); -INSERT INTO `marker_tab` VALUES (299,400,1,1,'','<p>Inside the tunnel, destroy the rock formation for Amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (300,401,1,1,'','<p>Destroy the Rock Formation for 3 Fire Chuchus</p>',1,0); -INSERT INTO `marker_tab` VALUES (301,401,1,1,'','<p>Destroy the Rock Formation for 3 Fire Chuchus, Flint and Amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (302,402,1,1,'','<p>NPC: Fugo</p>\r\n<p>Requires: Defeat Igneo Talus at Darunia Lake</p>',1,0); -INSERT INTO `marker_tab` VALUES (303,403,1,1,'','<p>NPC: Bladon</p>\r\n<p>Requires: Find Bladon's brother Gonguron at Gorko Tunnel, southwest of Gorko Lake.</p>\r\n<p>Reward: Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (304,404,1,1,'','<p>NPC: Kima</p>\r\n<p>Requires: 10 fireproof lizards.</p>',1,0); -INSERT INTO `marker_tab` VALUES (305,405,1,1,'','<p>Chest #1: Stone Smasher (+42)</p>\r\n<p>Chest #2: Ruby</p>\r\n<p>Chest #3: Ice Arrows (x10)</p>\r\n<p>Chest #4: Small Key</p>',1,1); -INSERT INTO `marker_tab` VALUES (306,406,1,1,'','<p>Chest #1: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (307,407,1,1,'','<p>Put the nearby metallic block into the shape on the wall, like the one to the left.</p>',1,1); -INSERT INTO `marker_tab` VALUES (308,408,1,1,'','<p>Reward of side-quest "A Brother's Roast"</p>',1,0); -INSERT INTO `marker_tab` VALUES (309,408,1,1,'','<p>Reward of side-quest "A Brother's Roast"</p>\r\n<p>Chest #1: Ruby</p>\r\n<p>Chest #2: Bomb Arrow (x5)</p>',1,1); -INSERT INTO `marker_tab` VALUES (310,410,1,1,'','<p>NPC: ???</p>\r\n<p>Requires: Reach the end of the maze.</p>\r\n<p>Reward: Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (311,411,1,1,'','<p>Chest #1: Great Frostblade (30)</p>',1,1); -INSERT INTO `marker_tab` VALUES (312,412,1,1,'','<p>NPC: Bayge</p>\r\n<p>Requires: Climb the rock before the time runs out and collect more than 100 Rupees.</p>\r\n<p>Reward: Shrine / Mini-game</p>',1,1); -INSERT INTO `marker_tab` VALUES (313,413,1,1,'','<p>Chest #1: Flameblade (24)</p>',1,1); -INSERT INTO `marker_tab` VALUES (314,414,1,1,'','<p>Place the missing rock in the circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (315,416,1,1,'','<p>NPC: Hoz</p>\r\n<p>Requires: Find the suspicious character running Fang and Bone.</p>',1,1); -INSERT INTO `marker_tab` VALUES (316,417,1,1,'','<p>NPC: Jerrin</p>\r\n<p>Requires: Reach the shrine atop the left eye of Skull Lake</p>\r\n<p>Reward: Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (317,418,1,1,'','<p>Examine the light in the top of the Akkala Ancient Tech Lab.</p>',1,1); -INSERT INTO `marker_tab` VALUES (318,419,1,1,'','<p>Lift the small rock atop the big one.</p>',1,1); -INSERT INTO `marker_tab` VALUES (319,420,1,1,'','<p>Reward: Purple Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (320,421,1,1,'','<p>Under the rock atop the mountain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (321,423,1,1,'','<p>NPC:&nbsp;Nebb</p>\r\n<p>Requires: Traveler Sword (Hinox at Purifier Lake has one) / Fire Rod</p>\r\n<p>Reward: Red Rupee.</p>',1,0); -INSERT INTO `marker_tab` VALUES (322,423,1,1,'','<p>NPC:&nbsp;Nebb</p>\r\n<p>Requires: Traveler Sword (Hinox at Purifier Lake has one) (1st time) / Fire Rod (2nd time)</p>\r\n<p>Reward: Red Rupee (1st time).</p>',1,1); -INSERT INTO `marker_tab` VALUES (323,424,1,1,'','<p>Lift the rock at the bottom.</p>',1,1); -INSERT INTO `marker_tab` VALUES (324,425,1,1,'','<p>Follow the Korok to the mountain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (325,426,1,1,'','<p>Rewaed: Soldier's Spear (7)</p>',1,1); -INSERT INTO `marker_tab` VALUES (326,428,1,5,'','<p>In order to get to this leviathan, you need to&nbsp;roll a snowball into 2 doors at the bottom of a hill. However these snowballs will break should they come into contact with the water in between their starting point at the top of the hill and the bottom of the hill. As a result, you need to use Cryonis to make pillars to allow the snowballs to cross the water.</p>\r\n<p>Once inside, there is a blessing shrine that gives you a Royal Claymore, and a Spirit Orb.</p>',1,1); -INSERT INTO `marker_tab` VALUES (327,431,1,5,'','<p>Reward: <img src="https://zeldawiki.org/images/thumb/7/74/GoldRupeeHeldALBW.png/20px-GoldRupeeHeldALBW.png" alt="300 Rupees" width="10" height="18" /></p>',1,0); -INSERT INTO `marker_tab` VALUES (328,431,1,5,'','<p>Advance paleontology by taking pictures of the leviathan bones in Hebra Mountains, Gerudo Desert, and Death Mountain.</p>\r\n<p>Reward: <img src="https://zeldawiki.org/images/thumb/7/74/GoldRupeeHeldALBW.png/20px-GoldRupeeHeldALBW.png" alt="300 Rupees" width="10" height="18" /></p>',1,1); -INSERT INTO `marker_tab` VALUES (329,427,1,1,'','<p>Chest #1: Knight's Bow (26)</p>',1,1); -INSERT INTO `marker_tab` VALUES (330,432,1,5,'','<p>This tower is too tall to climb normally. Your best option is to use the surrounding cliffs to jump on to the tower, otherwise you'll run out of stamina far before you reach the top of the tower.</p>',1,1); -INSERT INTO `marker_tab` VALUES (331,433,1,1,'','<p>Chest #1: Climbing Gear</p>',1,1); -INSERT INTO `marker_tab` VALUES (332,434,1,1,'','<p>Step on the pedestal then swin across.</p>',1,1); -INSERT INTO `marker_tab` VALUES (333,436,1,1,'','<p>Under the rock</p>',1,1); -INSERT INTO `marker_tab` VALUES (334,437,1,1,'','<p>Jump from the rock to the circle of flowers</p>',1,1); -INSERT INTO `marker_tab` VALUES (335,438,1,1,'','<p>Chest under water.</p>\r\n<p>Reward: Arrow (x10)</p>',1,1); -INSERT INTO `marker_tab` VALUES (336,439,1,1,'','<p>Move the metal door, then lift the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (337,440,1,1,'','<p>Lift the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (338,442,1,1,'','<p>Complete the circle of rocks (two missing rocks)</p>',1,1); -INSERT INTO `marker_tab` VALUES (339,449,1,7,'','<p>This enemy camp has a cooking pot, but no treasure.</p>',1,1); -INSERT INTO `marker_tab` VALUES (340,450,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />After completing a short sidequest, The Statue's Bargain, the Horned Statue will allow you to exchange Heart Containers for Stamina Vessels and vice versa. The price to exchange is 20 rupees each time.</p>',1,0); -INSERT INTO `marker_tab` VALUES (341,450,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />After completing a short sidequest, The Statue's Bargain, the Horned Statue will allow you to exchange Heart Containers for Stamina Vessels and vice versa. The price to exchange is 20 rupees each time.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (342,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-teebo.jpg" alt="" width="1280" height="720" />Near the entrance to Hateno Village, speak to Teebo, a young boy, and agree to let him show you what he found. He will lead you around a nearby cliff to the Horned Statue.&nbsp;</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (343,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue-heart-removal.jpg" alt="" width="1280" height="720" />Speak to the Horned Statue, and it will take a Heart Container from you and then tell you the story of how it came to be forgotten.&nbsp;</p>\r\n<p>Speak to the Horned Statue again and demand that it return your Heart Container. The statue will return the Heart Container and then explain how it will allow you to trade Heart Containers for Stamina Vessels. &nbsp;The side quest will then be marked as completed.</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (344,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />You can return to the Horned Statue at any time to exchange Heart Containers and Stamina Vessels.&nbsp;</p>\r\n<p>&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (345,450,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />After completing a short sidequest, <a title="The Statue's Bargain side quest" href="?game=BotW&amp;marker=451&amp;zoom=8">The Statue's Bargain</a>, the Horned Statue will allow you to exchange Heart Containers for Stamina Vessels and vice versa. The price to exchange is 20 rupees each time.</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (346,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-teebo.jpg" alt="" width="1280" height="720" />Near the entrance to Hateno Village, speak to Teebo, a young boy, and agree to let him show you what he found. He will lead you around a nearby cliff to the <a title="Horned Statue" href="?game=BotW&amp;marker=450&amp;zoom=8">Horned Statue</a>.&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (347,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue-heart-removal.jpg" alt="" width="1280" height="720" />Speak to the Horned Statue, and it will take a Heart Container from you and then tell you the story of how it came to be forgotten.&nbsp;</p>\r\n<p>Speak to the Horned Statue again and demand that it return your Heart Container. The statue will return the Heart Container and then explain how it will allow you to trade Heart Containers for Stamina Vessels. &nbsp;The side quest will then be marked as completed.</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (348,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />You can return to the Horned Statue at any time to exchange Heart Containers and Stamina Vessels.&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (349,456,1,7,'','<p>This camp has a treasure chest that activates when you defeat all the enemies.</p>',1,1); -INSERT INTO `marker_tab` VALUES (350,289,1,1,'','<p>NPC: Aliza</p>\r\n<p>Requires: Master Sword</p>\r\n<p>Reward: Star Fragment</p>',1,1); -INSERT INTO `marker_tab` VALUES (351,404,1,1,'','<p>NPC: Kima</p>\r\n<p>Requires: 10 fireproof lizards.</p>\r\n<p>Reward: Flamebreaker Armor (Fire Resistance)</p>',1,1); -INSERT INTO `marker_tab` VALUES (352,402,1,1,'','<p>NPC: Fugo</p>\r\n<p>Requires: Defeat Igneo Talus at Darunia Lake</p>\r\n<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (353,459,1,1,'','<p>NPC: Ramella</p>\r\n<p>Requires: 10 x Amber</p>\r\n<p>Reward: 500 Rupees + trade-in)</p>',1,1); -INSERT INTO `marker_tab` VALUES (354,460,1,1,'','<p>NPC: Manny</p>\r\n<p>Requires: 10 restless crickets</p>\r\n<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (355,461,1,1,'','<p>Place an apple in front of the statue</p>',1,1); -INSERT INTO `marker_tab` VALUES (356,462,1,1,'','<p>Rewards:</p>\r\n<p>1. Chest w/ Luminous Stone</p>\r\n<p>2&amp;3. Chest w/ Sapphire&nbsp;</p>\r\n<p>4. Chest w/ Amber</p>\r\n<p>5. Chest /Opal</p>\r\n<p>6. Chest w/ Flameblade (behind another cracked wall)</p>',1,1); -INSERT INTO `marker_tab` VALUES (357,296,1,1,'','<p>NPC: Domidak</p>\r\n<p>Requires: Inside the tent, pay 100 Rupees to hear the story.</p>\r\n<p>Reward: Chest with lots of items.</p>',1,1); -INSERT INTO `marker_tab` VALUES (358,466,1,1,'','<p>NPC: Damia</p>\r\n<p>Requires: Reach the shrine without changing gear or losing it.</p>\r\n<p>Reward: Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (359,467,1,1,'','<p>NPC:&nbsp;Tasho</p>\r\n<p>Requires: Follow Oaki without been seeing</p>\r\n<p>Reward: Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (360,468,1,1,'','<p>NPC:&nbsp;Zooki</p>\r\n<p>Requires: Follow the trees with iron orb in their mouths.</p>\r\n<p>Reward: Shrine</p>',1,0); -INSERT INTO `marker_tab` VALUES (361,468,1,1,'','<p>NPC:&nbsp;Zooki</p>\r\n<p>Requires: Follow the trees with iron orb in their mouths.</p>\r\n<p>Reward: Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (362,469,1,1,'','<p>NPC: Chio</p>\r\n<p>Requires: The Korok Trials</p>\r\n<p>Reward: Big Hearty Truffle (x3)</p>',1,1); -INSERT INTO `marker_tab` VALUES (363,470,1,1,'','<p>Reward: Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (364,473,1,1,'','<p>Stay on top of the tree stump and shoot the targets</p>',1,1); -INSERT INTO `marker_tab` VALUES (365,475,1,1,'','<p>Shoot the targets</p>',1,1); -INSERT INTO `marker_tab` VALUES (366,477,1,14,'','<p>Use Magnesis to bring the chained iron rock in to the center of the platform.</p>',1,1); -INSERT INTO `marker_tab` VALUES (367,478,1,14,'','<p>You will need the Zora Armor set. Start on this platform and step on the pedastal with the leaf on it. Swim to and up the waterfall.</p>',1,1); -INSERT INTO `marker_tab` VALUES (368,486,1,22,'','<p>ygfiio</p>',1,1); -INSERT INTO `marker_tab` VALUES (369,488,1,20,'','<p>The trial is actually to go to the shrine. Includes a statue of the goddess behind it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (370,530,1,39,'','<p>One of the Labyrinth shrines. The shrine can be easily reached by climbing on top of the walls of the maze and looking for a corridor that is not conntected to the rest of the maze at the northeastern area of the maze.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (371,531,1,14,'','<p>Two Orbs to Guide You</p>',1,1); -INSERT INTO `marker_tab` VALUES (372,538,1,48,'','<p>Dila Maag's Blessing - Hidden in Labyrinth</p>',1,1); -INSERT INTO `marker_tab` VALUES (373,539,1,48,'','<p>Bravery's Grasp</p>',1,1); -INSERT INTO `marker_tab` VALUES (374,540,1,48,'','<p>The Current Solution</p>',1,1); -INSERT INTO `marker_tab` VALUES (375,541,1,48,'','<p>Keeha Yoog's Blessing - Shoot design on wall with Shock Arrow</p>',1,1); -INSERT INTO `marker_tab` VALUES (376,542,1,48,'','<p>Wind Guide - move slate blocking hole</p>',1,1); -INSERT INTO `marker_tab` VALUES (377,543,1,48,'','<p>Wind Guide - move slate</p>',1,1); -INSERT INTO `marker_tab` VALUES (378,544,1,48,'','<p>Wind Guide - move slate</p>',1,1); -INSERT INTO `marker_tab` VALUES (379,545,1,48,'','<p>Wind Guide - move slate</p>',1,1); -INSERT INTO `marker_tab` VALUES (380,546,1,48,'','<p>Wind Guide - Move slate blocking &nbsp;hole in the ground</p>',1,1); -INSERT INTO `marker_tab` VALUES (381,547,1,14,'','<p>Catch the sparkles!</p>',1,1); -INSERT INTO `marker_tab` VALUES (382,557,1,14,'','<p>Buried Secrets</p>',1,1); -INSERT INTO `marker_tab` VALUES (383,557,1,14,'','<p>Revealed by completing the "Trial of Thunder" side-quest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (384,559,1,55,'','<p>Complete stone circle by placing 3 stones on open parts of the circle.</p>',1,0); -INSERT INTO `marker_tab` VALUES (385,560,1,55,'','<p>Complete stone circle by placing 3 stones on open parts of the circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (386,562,1,48,'','<p>A Major Test of Strength</p>',1,1); -INSERT INTO `marker_tab` VALUES (387,567,1,61,'','<p>Great Flameblade</p>',1,1); -INSERT INTO `marker_tab` VALUES (388,574,1,64,'','<p>Is is in a cave. A child in Rito village gives a clue which starts the "The Bird in the Mountains" shrine quest and ends here.</p>',1,1); -INSERT INTO `marker_tab` VALUES (389,579,1,66,'','<p>The Temple of Time, once a glorious place with a gleaming statue of the Goddess Hylia, stands in ruins now, a remnant of its former glory. You can still pray at the statue though, and the sight from the steeple is not to be missed</p>',1,1); -INSERT INTO `marker_tab` VALUES (390,599,1,55,'','<p>Walk towards the pinwheel, then shoot the 3 balloons that appear with you bow.</p>',1,0); -INSERT INTO `marker_tab` VALUES (391,619,1,73,'','<p>A Major Test of Strength - hidden inside Hyrule Castle in a cave area, need to light a brazier to unearth it</p>',1,1); -INSERT INTO `marker_tab` VALUES (392,621,1,73,'','<p>A Modest Test of Strength</p>',1,1); -INSERT INTO `marker_tab` VALUES (393,632,1,42,'','<p>The Current Solution</p>',1,1); -INSERT INTO `marker_tab` VALUES (394,633,1,77,'','<p>Travel to shrine, follow steps down until you see vines. Light on fire and proceed to the weapon</p>',1,1); -INSERT INTO `marker_tab` VALUES (395,645,1,55,'','<p>There are several mineral stones in a cave at the water's surface including 2 gold mineral stones.</p>',1,1); -INSERT INTO `marker_tab` VALUES (396,667,1,85,'','<p>A Modest Test of Strength</p>',1,1); -INSERT INTO `marker_tab` VALUES (397,685,1,73,'','<p>A Minor Test of Strength - inside the mountain, entrance from West side hidden behind cracked wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (398,686,1,73,'','<p>A Minor Test of Strength - inside the mountain, entrance from West side hidden behind cracked wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (399,689,1,88,'','<p>In the chest inside the shrine immediately before the altar.</p>',1,1); -INSERT INTO `marker_tab` VALUES (400,692,1,89,'','<p>Go through the labrynth to find the shrine underneath the labrynth. &nbsp;Look for chests throughout the maze.</p>',1,1); -INSERT INTO `marker_tab` VALUES (401,694,1,89,'','<p>Use the laser to shift the pedestals.</p>',1,1); -INSERT INTO `marker_tab` VALUES (402,700,1,88,'','<p>Immediately in front of the altar inside the Dila Maag Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (404,707,1,88,'','<p>Inside the Qaza Tokki Shrine, immediately before the altar.</p>',1,1); -INSERT INTO `marker_tab` VALUES (405,717,1,88,'','<p>The set&nbsp;(Helm, Cuirass, and Greaves) costs 20 Ancient Gears, 5 Ancient Screws, 3 Ancient Cores, and 2000 rupees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (407,729,1,88,'','<p>Inside the Chaas Qeta Shrine immediately before the altar.</p>',1,1); -INSERT INTO `marker_tab` VALUES (408,733,1,88,'','<p>Inside Tahno O'ah Shrine, immediately before the altar.</p>',1,1); -INSERT INTO `marker_tab` VALUES (409,735,1,49,'','<p>Use fire arrows to access</p>',1,1); -INSERT INTO `marker_tab` VALUES (410,744,1,88,'','<p>Kilton appears at night after you've solved "A Shady Customer" quest. Costs 4,000 mon, a currency bought with monster parts.</p>',1,1); -INSERT INTO `marker_tab` VALUES (411,755,1,55,'','<p>Follow the yellow flower.</p>',1,1); -INSERT INTO `marker_tab` VALUES (412,757,1,88,'','<p>Inside the secret club. 1,300 for the Spaulder, 650 for the trousers, and 450 for the headband.</p>',1,1); -INSERT INTO `marker_tab` VALUES (413,765,1,88,'','<p>Trade 10 Fireproof Lizards to Kima for the Flamebreaker Armor chest piece.</p>',1,1); -INSERT INTO `marker_tab` VALUES (414,767,1,55,'','<p>Place an apple in front of the frog statue.</p>',1,1); -INSERT INTO `marker_tab` VALUES (415,770,1,88,'','<p>In Kara Kara Bazaar, climb to the top of the tower and talk to the woman in traditional Gerudo costume to buy the set for 600 rupees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (416,781,1,88,'','<p>Inside a chest amongst the ruins of the Temple of Time.</p>',1,1); -INSERT INTO `marker_tab` VALUES (417,787,1,88,'','<p>Give the Old Man a "Spicy Meat and Fish Fry" (cook Hylian Bass, Raw Meat, and Spicy Pepper).</p>',1,1); -INSERT INTO `marker_tab` VALUES (418,793,1,88,'','<p>Given by Impa after discovering one memory location for the "Captured Memories" main quest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (419,794,1,88,'','<p>Quest reward for completing "Thunder Magnet."</p>',1,1); -INSERT INTO `marker_tab` VALUES (420,795,1,88,'','<p>Inside Toh Yasha Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (421,796,1,88,'','<p>Inside Qukah Nata shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (422,797,1,88,'','<p>Ruins of the Temple of Time.</p>',1,1); -INSERT INTO `marker_tab` VALUES (423,798,1,96,'','<p>So far, the only known house for sale is in Hateno Village, near the back end of the village. If players go to the area, they will see some NPCs working on a broken down house. Players can talk to them and purchase the house if they have right amount of money.<br /><br />The house price can be further dropped if players are willing to contribute 30 bundles of wood. Chopping down wood isn&rsquo;t very difficult so players should go for this option instead of spending a huge amount on buying the house. All they need to do is grab an axe and start cutting down any trees they come across.</p>\r\n<div id="&ldquo;nativo_middle&rdquo;">&nbsp;To make up the rest of the money, stones and gems acquired while adventuring can be sold to various vendors. Once players have the funds and 30 bundles of wood, they can go back to the house and purchase it, giving them a place to rest at.</div>',1,0); -INSERT INTO `marker_tab` VALUES (424,799,1,88,'','<p>In the flooded ruins near Toto Lake, use Magnesis to fish a chest out of the water.</p>',1,1); -INSERT INTO `marker_tab` VALUES (425,801,1,88,'','<p>Quest reward for completing "Lynel Safari" for Laflat. Take a picture of a Lynel.</p>',1,1); -INSERT INTO `marker_tab` VALUES (426,802,1,99,'','<p>Memory 5 here</p>',1,1); -INSERT INTO `marker_tab` VALUES (427,803,1,98,'','<p>Rito&nbsp;- Dungeon</p>',1,1); -INSERT INTO `marker_tab` VALUES (428,807,1,100,'','<p>Pile one rock to fill the circle formation</p>',1,1); -INSERT INTO `marker_tab` VALUES (429,808,1,100,'','<p>Chase the flower</p>',1,1); -INSERT INTO `marker_tab` VALUES (430,811,1,100,'','<p>Drop an apple in middle altar</p>',1,1); -INSERT INTO `marker_tab` VALUES (431,813,1,104,'','<p>To tame this horse make sure you bring some stamina recovery food to keep hold on it. Its a large horse that is registerable but not customizable. It has no stamina but its full speed is equivalent to using stamina with other horses&nbsp;which is nice to have if you want to get around the map quickly.</p>',1,1); -INSERT INTO `marker_tab` VALUES (432,814,1,99,'','<p>great fairy, quest from guy at stable, gives you 500 rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (434,816,1,106,'','<p>Follow the flowers</p>',1,0); -INSERT INTO `marker_tab` VALUES (435,818,1,106,'','<p>Dive into the circle's center</p>',1,0); -INSERT INTO `marker_tab` VALUES (436,821,1,106,'','<p>Part of "The Eight Heroine" side quest. Take a picture of it and show it to Bozai.</p>',1,1); -INSERT INTO `marker_tab` VALUES (437,822,1,107,'','<p>move metal box on top of other boxes to reveal the little fella</p>',1,1); -INSERT INTO `marker_tab` VALUES (438,823,1,107,'','<p>blow up boulders and get your seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (439,824,1,107,'','<p>blow up boulders</p>',1,1); -INSERT INTO `marker_tab` VALUES (440,828,1,106,'','<p>Put the ball inside of the hole using Magnesis.</p>',1,1); -INSERT INTO `marker_tab` VALUES (441,829,1,106,'','<p>Spawns at midnight.</p>',1,1); -INSERT INTO `marker_tab` VALUES (442,833,1,110,'','<p>Done</p>',1,1); -INSERT INTO `marker_tab` VALUES (443,838,1,106,'','<p>Reward: 300 Rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (444,839,1,106,'','<p>Jump from cliff before time runs out to this rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (445,842,1,1,'','<p>Under the rock atop the tree</p>',1,1); -INSERT INTO `marker_tab` VALUES (446,844,1,1,'','<p>Follow the flower&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (447,844,1,1,'','<p>Follow the flower.</p>\r\n<p>Here is the start position. Not the final.</p>',1,1); -INSERT INTO `marker_tab` VALUES (448,845,1,1,'','<p>Burn the leafs at side of the shrine, the lift the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (449,850,1,1,'','<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (450,851,1,1,'','<p>Reward: Meteor Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (451,854,1,1,'','<p>NPC: Toren</p>\r\n<p>Requires: Find the Great Fairy near Piper Ridge.</p>\r\n<p>Reward: Nothing... although you find the Great Fairy, right?</p>',1,1); -INSERT INTO `marker_tab` VALUES (452,855,1,127,'','<p>Can be Base, Blue-Maned or White-Maned.</p>',1,1); -INSERT INTO `marker_tab` VALUES (453,856,1,127,'','<p>4000 HP</p>',1,1); -INSERT INTO `marker_tab` VALUES (454,857,1,127,'','<p>4000 HP</p>',1,1); -INSERT INTO `marker_tab` VALUES (455,858,1,127,'','<p>4000 HP</p>',1,1); -INSERT INTO `marker_tab` VALUES (456,860,1,106,'','<p>Roll the rock from the top of the hill to this hole.</p>',1,0); -INSERT INTO `marker_tab` VALUES (457,867,1,119,'','<p>Contains Forest Dweller's Spear</p>',1,1); -INSERT INTO `marker_tab` VALUES (458,870,1,136,'','<p>Hixon</p>',1,1); -INSERT INTO `marker_tab` VALUES (459,871,1,143,'','<p>Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (460,873,1,140,'','<p>Throw a stone in the middle of the circle stone in the water</p>',1,1); -INSERT INTO `marker_tab` VALUES (461,874,1,140,'','<p>shoot target that appears behind the ruins wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (462,875,1,140,'','<p>Talk to Parisse in riverside stable to have this quest to see a royal guard weapon from Hyrule castle.</p>',1,0); -INSERT INTO `marker_tab` VALUES (463,876,1,140,'','<p>Talk to Gottah (only during the day because he is sleeping during the night). He would like you to find receipes from his ancestry in Hyrule castle</p>',1,0); -INSERT INTO `marker_tab` VALUES (464,877,1,140,'','<p>Remove stone and door to find the Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (465,878,1,140,'','<p>Use magnet to put the bullet under the water in the center of the tree trunk beside the water.</p>',1,0); -INSERT INTO `marker_tab` VALUES (468,884,1,152,'','<p>Korok Seed on tree tump. Follow yellow rings before time runs out.</p>',1,1); -INSERT INTO `marker_tab` VALUES (469,885,1,152,'','<p>Korok seed under rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (471,898,1,149,'','<p>Korok Seed. &nbsp;Lift rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (472,899,1,149,'','<p>Under rock at top of spire.</p>',1,1); -INSERT INTO `marker_tab` VALUES (473,905,1,91,'','<p>Pick flowers near water till you get seed</p>',1,0); -INSERT INTO `marker_tab` VALUES (474,906,1,24,'','<p>Climb to the very top of the tower.</p>',1,1); -INSERT INTO `marker_tab` VALUES (475,907,1,24,'','<p>Revealed after shooting down a few balloons.</p>',1,1); -INSERT INTO `marker_tab` VALUES (476,924,1,152,'','<p>Merchent selling shields.</p>',1,1); -INSERT INTO `marker_tab` VALUES (477,927,1,5,'','<p>The /r/NintendoSwitch subreddit on Reddit did a shieldsurf challenge back in March 2017, where your goal was to shieldsurf down a long narrow bridge between Anekl Island and Tingel Island. Users who completed the challenge were given a flair indiciating that they completed this challenge.</p>',1,1); -INSERT INTO `marker_tab` VALUES (478,929,1,178,'','<p>havent been to it but see it</p>',1,1); -INSERT INTO `marker_tab` VALUES (479,941,1,180,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,0); -INSERT INTO `marker_tab` VALUES (480,953,1,180,'','<p>a really really really hard one.</p>',1,1); -INSERT INTO `marker_tab` VALUES (481,955,1,187,'','<p>Test marker for fun</p>',1,1); -INSERT INTO `marker_tab` VALUES (482,957,1,183,'','<p>In the water underneath the staircase, use magnesis to retreive.</p>',1,1); -INSERT INTO `marker_tab` VALUES (483,958,1,183,'','<p>Along the outer rim of the King's throneroom. Contains silver shield.</p>',1,1); -INSERT INTO `marker_tab` VALUES (484,959,1,183,'','<p>At water level, contains Zora spear.</p>',1,1); -INSERT INTO `marker_tab` VALUES (485,960,1,183,'','<p>Submerged, contains opal.</p>',1,1); -INSERT INTO `marker_tab` VALUES (486,961,1,183,'','<p>Contains Opal</p>',1,1); -INSERT INTO `marker_tab` VALUES (487,962,1,183,'','<p>Submerged, unreachable?</p>',1,1); -INSERT INTO `marker_tab` VALUES (488,963,1,183,'','<p>5x Arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (489,964,1,183,'','<p>Forest Dweller's Bow (15x3 Damage)</p>',1,1); -INSERT INTO `marker_tab` VALUES (490,967,1,183,'','<p>10x Ice Arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (491,968,1,183,'','<p>Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (492,969,1,183,'','<p>2x Lizalfos, 2x Red Chuchu, 1x Moblin</p>',1,1); -INSERT INTO `marker_tab` VALUES (493,979,1,193,'','<p>Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (494,983,1,183,'','<p>Use magnesis to unbury it from the peak of the hill. Contains eightfold Longblade (32 damage)</p>',1,1); -INSERT INTO `marker_tab` VALUES (495,984,1,193,'','<p>He Wakes Up In The Morning, There Are Many Weapons Stuck To Him, You Can Get The Golden Claymore Out Of Him Before He Wakes By Using Magneses.</p>',1,1); -INSERT INTO `marker_tab` VALUES (496,985,1,183,'','<p>Submerged, contains bow.</p>',1,1); -INSERT INTO `marker_tab` VALUES (497,989,1,183,'','<p>Submerged, use the raft just north to recover. 10x arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (498,990,1,183,'','<p>Submerged, use the raft just north to recover. Contains opal.</p>',1,1); -INSERT INTO `marker_tab` VALUES (499,991,1,183,'','<p>In ruined building. Soldier's broadsword.</p>',1,1); -INSERT INTO `marker_tab` VALUES (501,993,1,183,'','<p>Submerged, silver rupee.</p>',1,1); -INSERT INTO `marker_tab` VALUES (502,994,1,183,'','<p>Ontop of tower. 5x Bomb arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (503,996,1,183,'','<p>Purple rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (504,999,1,183,'','<p>Submerged, purple rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (505,1000,1,183,'','<p>Under the bridge, opal</p>',1,1); -INSERT INTO `marker_tab` VALUES (506,1001,1,196,'','<p>You will not initially be allowed inside. Complete the quest. "Forbidden City Entry"</p>',1,1); -INSERT INTO `marker_tab` VALUES (507,1003,1,177,'','<p>Follow the flowers</p>',1,1); -INSERT INTO `marker_tab` VALUES (508,1004,1,177,'','<p>Follow the flowers</p>',1,1); -INSERT INTO `marker_tab` VALUES (509,1005,1,176,'','<p>Throw stone from the bridge into the stone circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (510,1008,1,183,'','<p>Silver rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (511,1012,1,183,'','<p>Purple rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (512,1013,1,176,'','<p>Climb up the large tree and examine the shiny thing.</p>',1,1); -INSERT INTO `marker_tab` VALUES (513,1014,1,183,'','<p>Submerged, purple rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (514,1015,1,183,'','<p>Submerged, use the raft to the East. Arrow x10</p>',1,1); -INSERT INTO `marker_tab` VALUES (515,1016,1,205,'','<p>Boss : Fireblight Ganon</p>',1,1); -INSERT INTO `marker_tab` VALUES (516,1018,1,205,'','<p>"Defeat the giant skeleton and prove you deserve to be called a true knight of Hyrule"</p>',1,1); -INSERT INTO `marker_tab` VALUES (517,1021,1,208,'','<p>The Start of the Spiral, one needs to complete in order to unlock the Shrine in the middle</p>',1,1); -INSERT INTO `marker_tab` VALUES (518,1022,1,210,'','<p>Use Magnesis to pick up the rock and add it to the 3 other cubes on the rock wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (519,1028,1,183,'','<p>Knight's Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (520,1031,1,183,'','<p>Submerged, purple rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (521,1033,1,183,'','<p>Submerged, use the nearby raft. Soldier's Bow.</p>',1,1); -INSERT INTO `marker_tab` VALUES (522,1034,1,183,'','<p>Sapphire</p>',1,1); -INSERT INTO `marker_tab` VALUES (523,1035,1,183,'','<p>Soldier's Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (524,1036,1,183,'','<p>Bomb arrows x5</p>',1,1); -INSERT INTO `marker_tab` VALUES (525,1038,1,183,'','<p>In the destroyed carraige. Shock arrows x 5</p>',1,1); -INSERT INTO `marker_tab` VALUES (526,1039,1,210,'','<div>\r\n<p>Place an apple in front of the empty frog statue</p>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (527,1040,1,183,'','<p>Bomb arrows x5</p>',1,1); -INSERT INTO `marker_tab` VALUES (528,1044,1,213,'','<p>Remove apples from the tree on the left until it looks like the two on the right.</p>',1,1); -INSERT INTO `marker_tab` VALUES (529,1045,1,213,'','<p>Blue spirit like "rabbit"</p>',1,0); -INSERT INTO `marker_tab` VALUES (531,1058,1,240,'','<p>Put apples on all 3 statues.</p>',1,1); -INSERT INTO `marker_tab` VALUES (532,1060,1,240,'','<p>Use the nearby keese to set grass on fire. This will create wind you can use to get to the ring on time.</p>',1,1); -INSERT INTO `marker_tab` VALUES (535,247,1,2,'','<p>The Climber's Bandana is obtained in this Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (537,1072,1,252,'','<p>Fill the five container with apple.</p>',1,1); -INSERT INTO `marker_tab` VALUES (538,1075,1,252,'','<p>You must place the free block on the block where is the more down.</p>',1,1); -INSERT INTO `marker_tab` VALUES (539,1076,1,252,'','<p>In the up of the "tower".</p>',1,1); -INSERT INTO `marker_tab` VALUES (540,1083,1,259,'','<p>Last Memory in Sheikah Slate.</p>',1,1); -INSERT INTO `marker_tab` VALUES (541,1085,1,261,'','<p>Stars at bottom of hill inside log. Run through flowers that pop up.</p>',1,1); -INSERT INTO `marker_tab` VALUES (542,1086,1,261,'','<p>stand by windmill, shoot 3 balloons.</p>',1,1); -INSERT INTO `marker_tab` VALUES (543,1087,1,261,'','<p>Chest at the bottom of waterfall, use magnet in water.</p>',1,1); -INSERT INTO `marker_tab` VALUES (544,1089,1,266,'','<p>Contains: Ruby (Chest will be absent if no season pass DLC purchased)</p>',1,0); -INSERT INTO `marker_tab` VALUES (545,1090,1,263,'','<p>Break the jar stuck in one of the trees!</p>',1,0); -INSERT INTO `marker_tab` VALUES (546,1091,1,267,'','<p>Place an apple in the dish.</p>',1,0); -INSERT INTO `marker_tab` VALUES (547,1092,1,1,'','<p>Shoot an arrow inside the fallen log</p>',1,1); -INSERT INTO `marker_tab` VALUES (548,1093,1,1,'','<p>Get the middle stone from one of the circles, then complete the other circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (549,1094,1,1,'','<p>Reward: Edge of Durability</p>',1,1); -INSERT INTO `marker_tab` VALUES (550,1096,1,1,'','<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (551,1097,1,1,'','<p>Reward: Gold Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (552,1099,1,1,'','<p>Reward: Ice Arrow (x5)</p>',1,1); -INSERT INTO `marker_tab` VALUES (553,1100,1,1,'','<p>Reward: Knight's Shield</p>',1,1); -INSERT INTO `marker_tab` VALUES (554,1101,1,1,'','<p>Reward: Shrine</p>',1,0); -INSERT INTO `marker_tab` VALUES (555,1101,1,1,'','<p>Requires: Reach the center of the maze.</p>\r\n<p>Reward: Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (556,1102,1,1,'','<p>Shoot the ballon atop the tree.</p>',1,1); -INSERT INTO `marker_tab` VALUES (557,1103,1,269,'','<p style="text-align: justify;">Put the matching fruit in the shrine</p>',1,0); -INSERT INTO `marker_tab` VALUES (559,1105,1,1,'','<p>NPC: Juannelle</p>\r\n<p>Requires: Photo of a Stalhorse from the North Tabantha Snowfiled</p>\r\n<p>Reward: Silver Rupee.</p>',1,1); -INSERT INTO `marker_tab` VALUES (560,290,1,1,'','<p>NPC: Trott</p>\r\n<p>Requires: Raw Gourmet Meat</p>\r\n<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (561,1106,1,1,'','<p>Stand on the tree stump then run to the other side of the hill.</p>',1,1); -INSERT INTO `marker_tab` VALUES (562,1107,1,1,'','<p>Reward: Ice Arrow (x5)</p>',1,0); -INSERT INTO `marker_tab` VALUES (563,1109,1,1,'','<p>Reward: Chest w/ 50 Rupees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (564,1107,1,1,'','<p>Reward: Chest w/ Ice Arrow (x5)</p>',1,1); -INSERT INTO `marker_tab` VALUES (565,1110,1,1,'','<p>Shoot all the baloons.</p>',1,1); -INSERT INTO `marker_tab` VALUES (566,1111,1,1,'','<p>Right next to the horse monument.</p>',1,0); -INSERT INTO `marker_tab` VALUES (567,1111,1,1,'','<p>Right next to the horse monument.</p>',1,1); -INSERT INTO `marker_tab` VALUES (568,1112,1,1,'','<p>Complete the rock triangle</p>',1,1); -INSERT INTO `marker_tab` VALUES (569,1113,1,1,'','<p>Place an apple in the bowl in front of the frogs</p>',1,1); -INSERT INTO `marker_tab` VALUES (571,1115,1,1,'','<p>NPC: Pikango</p>\r\n<p>Requires: Photo of the Great Fairy Fountain</p>\r\n<p>Reward: Locaiton of Memory</p>',1,1); -INSERT INTO `marker_tab` VALUES (572,1116,1,263,'','<p>Pinwheel on top of fort walls. Shoot the flying balls(coconut?) with an arrow and a Korok will appear!</p>',1,1); -INSERT INTO `marker_tab` VALUES (573,291,1,1,'','<p>NPC: Toffa</p>\r\n<p>Requires: Royal White Horse on Safula Hill</p>\r\n<p>Reward: Royal Saddle / Royal Bridle</p>',1,1); -INSERT INTO `marker_tab` VALUES (574,1121,1,271,'','<p>Don't remember what type of puzzle it was will update when I go back to the area to remember.</p>',1,1); -INSERT INTO `marker_tab` VALUES (575,1123,1,85,'','<p>This is one place where Farosh spawns; he flies down the path of the river, under Floria Bridge, up the waterfall on the other side, and then up into the sky.</p>',1,1); -INSERT INTO `marker_tab` VALUES (576,1126,1,285,'','<p>on the highest point of hyrule castle, the tower peak, there is a korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (577,1144,1,290,'','<p>piippipi</p>',1,1); -INSERT INTO `marker_tab` VALUES (578,1145,1,290,'','<p>;j;;;</p>',1,1); -INSERT INTO `marker_tab` VALUES (579,1148,1,293,'','<p>Glide into the Circle of Lillies in the water next to the waterfall</p>',1,0); -INSERT INTO `marker_tab` VALUES (580,1149,1,293,'','<p>Push one of the rocks down the hill (using bombs or stasis) into the hole down the bottom.</p>',1,1); -INSERT INTO `marker_tab` VALUES (581,1161,1,240,'','<p>Complete the rock formation with the nearby magnetic cube (it's on top of a rock pilar&nbsp;a bit west).</p>',1,1); -INSERT INTO `marker_tab` VALUES (582,1163,1,240,'','<p>Catch the korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (583,1164,1,240,'','<p>Inside semi-buried chest. Dig it out with your Magnesis rune.</p>',1,1); -INSERT INTO `marker_tab` VALUES (586,1167,1,293,'','<p>Blow the loose rocks tucked into the corner of the mountain out of the way to reveal the Rare Ore Deposit. Blow up with Bomb</p>',1,1); -INSERT INTO `marker_tab` VALUES (587,1168,1,293,'','<p>Block up with bomb</p>',1,1); -INSERT INTO `marker_tab` VALUES (588,1169,1,293,'','<p>Bomb the stacked pyramid of boulders to find the Korok seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (591,1178,1,266,'','<p>Treasure chest under water. &nbsp;Use magnesis&nbsp;to retrieve.&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (592,1180,1,1,'','<p>Give enough food to the dog nearbt for a chest containing a Silver Rupee.</p>',1,1); -INSERT INTO `marker_tab` VALUES (593,1183,1,1,'','<p>Behind Hylia's Statue, move the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (594,1186,1,1,'','<p>Move the metal door, then the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (595,1187,1,1,'','<p>Follow the flower</p>',1,1); -INSERT INTO `marker_tab` VALUES (596,1189,1,311,'','<p>Eight Heroine Statue, used in the Eight Heroine Sidequest</p>',1,1); -INSERT INTO `marker_tab` VALUES (597,1190,1,311,'','<p>The Eight Heroine's sword, used in the Eight Heroine sidequest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (598,1191,1,1,'','<p>NPC: Shamae</p>\r\n<p>Requires: Put Octo Ballons in the barrels nearbt</p>\r\n<p>Reward: Star Fragment</p>',1,1); -INSERT INTO `marker_tab` VALUES (599,1192,1,311,'','<p>Bozai is running around the town and will start the sidequest if you're wearing vai armor.</p>',1,1); -INSERT INTO `marker_tab` VALUES (600,1193,1,311,'','<p>Bozai will give you this sidequest after you complete the Eighth Heroine sidequest and he is sitting under his tent.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (601,1194,1,1,'','<p>Use magnesis to pull the block from the water and complete the structure nearby</p>',1,1); -INSERT INTO `marker_tab` VALUES (602,1196,1,1,'','<p>Head dive into the circle of flowers</p>',1,1); -INSERT INTO `marker_tab` VALUES (603,1199,1,1,'','<p>Put the nearby rock in the middle of the circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (604,1202,1,271,'','<p>Underneath stone at the top of the fountain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (605,1203,1,1,'','<p>Reward; Falcon Bow (+20)</p>',1,1); -INSERT INTO `marker_tab` VALUES (606,1204,1,1,'','<p>Complete the three circles.</p>',1,1); -INSERT INTO `marker_tab` VALUES (607,1205,1,1,'','<p>Reward: Luminous Stone</p>',1,1); -INSERT INTO `marker_tab` VALUES (608,1210,1,319,'','<p>Pick up the stone on the pedestal</p>',1,1); -INSERT INTO `marker_tab` VALUES (609,1213,1,319,'','<p>Shoot the balloon hidden in the tree</p>',1,1); -INSERT INTO `marker_tab` VALUES (610,1214,1,319,'','<p>In the chest</p>',1,0); -INSERT INTO `marker_tab` VALUES (611,1222,1,325,'','<p>You can get Shock arrows and Lynel sword (24) lynel shield(30) and bow</p>\r\n<p>Red lunel 2000 HP</p>\r\n<p>Blue Lynel 3000 HP</p>\r\n<p>White lynel 4000 HP</p>',1,1); -INSERT INTO `marker_tab` VALUES (612,1224,1,327,'','<p>Done</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (613,1227,1,328,'','<p>done</p>',1,1); -INSERT INTO `marker_tab` VALUES (614,1228,1,328,'','<p>fff</p>',1,1); -INSERT INTO `marker_tab` VALUES (615,1230,1,333,'','<p>here</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (616,1231,1,333,'','<p>here</p>',1,1); -INSERT INTO `marker_tab` VALUES (617,1232,1,99,'','<p>burn vines&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (618,1233,1,334,'','<p style="text-align: center;">Reward: 50 rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (619,1235,1,326,'','<p>done</p>',1,1); -INSERT INTO `marker_tab` VALUES (620,1241,1,340,'','<p>Spring of Power</p>',1,1); -INSERT INTO `marker_tab` VALUES (621,1245,1,342,'','<p>Use Statis to move the boulder into the hole for a Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (622,1246,1,342,'','<p>Use Statis to move the boulder into the hole for a Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (623,1247,1,341,'','<p>Throw rock in circle of rocks in river.</p>',1,1); -INSERT INTO `marker_tab` VALUES (624,1251,1,342,'','<p><strong></strong>Stand next to pin wheel, and three baloons will appear, pop them with arrows to get the seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (625,1252,1,154,'','<p>Behind a cracked wall ontop of the temple. Pick up the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (626,1253,1,154,'','<p>Reward: Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (627,1254,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,0); -INSERT INTO `marker_tab` VALUES (628,1254,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,0); -INSERT INTO `marker_tab` VALUES (629,1255,1,1,'','<p>Remove&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (631,1254,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (632,1255,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (633,1258,1,1,'','<p>Use Statis to remove the large rock and then lift the small rock</p>',1,1); -INSERT INTO `marker_tab` VALUES (634,1259,1,342,'','<p>Place the spare block into the wall with three blocks</p>',1,1); -INSERT INTO `marker_tab` VALUES (635,1260,1,154,'','<p>Reward: Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (636,1261,1,154,'','<p>Underneath a rock behind a cracked wall.</p>',1,1); -INSERT INTO `marker_tab` VALUES (637,1262,1,352,'','<p>Leaning on the wall behind the Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (638,1263,1,352,'','<p>Zora's sword leaning against a short wall near a box on the bridge over to the cliff face.</p>',1,1); -INSERT INTO `marker_tab` VALUES (639,1264,1,352,'','<p>Leaning against the wall immediately next to the Silver Sword on the bridge over to the nearby cliff face.</p>',1,1); -INSERT INTO `marker_tab` VALUES (640,1265,1,352,'','<p>In the bottom of the fountain/bath underneath the ramp up to the King's chamber.&nbsp; There is a middle-aged Zora looking into the pool and sighing.&nbsp; Use Magnesis to retrieve it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (641,1266,1,352,'','<p>In a small alcove sitting on a crate; there is a short set of stairs leading up to a small landing where the alcove is located.</p>',1,1); -INSERT INTO `marker_tab` VALUES (642,1267,1,352,'','<p>Respawns on the counter of the Bow maker's hut, it will trigger a brief dialogue from the bow maker, but he will let you take it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (643,1269,1,355,'','<p>100 rupees, use Magnesis (covered in Moss)</p>',1,1); -INSERT INTO `marker_tab` VALUES (644,1270,1,355,'','<p>Follow the flower for seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (645,1271,1,355,'','<p>Place rock in circle for seed (2 total seeds on this island)</p>',1,1); -INSERT INTO `marker_tab` VALUES (646,1272,1,355,'','<p>2 chests with 300 rupees each</p>',1,1); -INSERT INTO `marker_tab` VALUES (647,1273,1,355,'','<p>Follow the flower for seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (648,1274,1,355,'','<p>In water</p>',1,1); -INSERT INTO `marker_tab` VALUES (650,1277,1,358,'','<p>Shoot balloon between hands.</p>',1,1); -INSERT INTO `marker_tab` VALUES (651,1289,1,262,'','<p>At the top of the waterfalls,&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (652,1290,1,1,'','<p>Lift the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (653,1293,1,366,'','<p>Captured Memory #9.</p>',1,1); -INSERT INTO `marker_tab` VALUES (654,1295,1,1,'','<p>NPC: Lester</p>\r\n<p>Requires: Goron Spice (buy from the General Store in Goron City)</p>\r\n<p>Reward: Purple Rupee (1st time) / Hylian Rice (2nd and onwards)</p>',1,0); -INSERT INTO `marker_tab` VALUES (655,1295,1,1,'','<p>NPC: Lester</p>\r\n<p>Requires: Goron Spice (buy from the General Store in Goron City)</p>\r\n<p>Reward: Purple Rupee (1st time) / Hylian Rice (2nd and onwards).</p>',1,1); -INSERT INTO `marker_tab` VALUES (657,1304,1,285,'','<p>amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (658,1309,1,285,'','<p>5 fire arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (659,1316,1,381,'','<p>Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (660,1319,1,285,'','<p>at top of the fin</p>',1,1); -INSERT INTO `marker_tab` VALUES (662,1325,1,398,'','<p>Ligh the torch on this tower. Use the torch rom the other tower to light an arrow and light this torch.</p>',1,1); -INSERT INTO `marker_tab` VALUES (663,1326,1,398,'','<p>Climb the flag pole and examine the sparkles on top.</p>',1,1); -INSERT INTO `marker_tab` VALUES (664,1327,1,398,'','<p>Shoot the apples off the trees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (666,1329,1,398,'','<p>Lift the rock on the island.</p>',1,0); -INSERT INTO `marker_tab` VALUES (667,1330,1,398,'','<p>Lift the rock on the island.</p>',1,1); -INSERT INTO `marker_tab` VALUES (668,1331,1,398,'','<p>Lif tthe rock on the island below the bridge.</p>',1,1); -INSERT INTO `marker_tab` VALUES (669,1333,1,398,'','<p>Fill each offering bowl with an apple.</p>',1,1); -INSERT INTO `marker_tab` VALUES (670,1334,1,398,'','<p>Lift the rock on the outcropping.</p>',1,0); -INSERT INTO `marker_tab` VALUES (671,1335,1,398,'','<p>Climb the tree and lift the rock on top.</p>',1,1); -INSERT INTO `marker_tab` VALUES (672,1336,1,398,'','<p>Climb one of the trees and examine the sparkling on top.</p>',1,1); -INSERT INTO `marker_tab` VALUES (673,1337,1,398,'','<p>Push boulder(s) from the south into this hole.</p>',1,1); -INSERT INTO `marker_tab` VALUES (674,1338,1,398,'','<p>Toss rock from the cliff into the circle of rocks in the river east.</p>',1,1); -INSERT INTO `marker_tab` VALUES (675,1339,1,398,'','<p>Lift rock from sandbar underneath the bridge.</p>',1,1); -INSERT INTO `marker_tab` VALUES (676,1341,1,398,'','<p>Lift rock along river edge.</p>',1,1); -INSERT INTO `marker_tab` VALUES (677,1342,1,398,'','<p>Use magnesis to move block and match block patterns.</p>',1,1); -INSERT INTO `marker_tab` VALUES (678,1345,1,398,'','<p>Push boulder nearby into the hole.</p>',1,0); -INSERT INTO `marker_tab` VALUES (679,1346,1,398,'','<p>Use bomb to open breakable wall, and then lift rock in shallow water inside the cave.</p>',1,0); -INSERT INTO `marker_tab` VALUES (680,1347,1,398,'','<p>Shoot the target balloons that appear when you are near the pinwheel.&nbsp;</p>',1,0); -INSERT INTO `marker_tab` VALUES (681,1349,1,398,'','<p>Use statis on the heavy slab and knock it out of the way, then lift the rock underneath.</p>',1,1); -INSERT INTO `marker_tab` VALUES (682,1350,1,398,'','<p>Push boulder(s) from the northeast down, then use statis on the boulder to push it up and into this hole.</p>',1,1); -INSERT INTO `marker_tab` VALUES (683,1351,1,398,'','<p>Lift the rock on the ledge above the road.</p>',1,0); -INSERT INTO `marker_tab` VALUES (684,1352,1,398,'','<p>Climb the indicated tree then lift the rock on top.</p>',1,0); -INSERT INTO `marker_tab` VALUES (685,1353,1,398,'','<p>Use statis on the boulder and knock it out of the way, then lift the rock underneath.</p>',1,0); -INSERT INTO `marker_tab` VALUES (686,1354,1,398,'','<p>Step onto the stump with the pinwheel, then shoot the pots between tossed above the trees to the west-northwest.</p>',1,0); -INSERT INTO `marker_tab` VALUES (688,1356,1,398,'','<p>Ride your horse over the three low fences from one end to the other.</p>',1,0); -INSERT INTO `marker_tab` VALUES (689,1357,1,398,'','<p>Climb to the top of the flag pole and examine the sparkles.</p>',1,0); -INSERT INTO `marker_tab` VALUES (690,1358,1,398,'','<p>Follow the flowers starting from here to&nbsp;across the river.</p>',1,0); -INSERT INTO `marker_tab` VALUES (691,1359,1,398,'','<p>Lift the rock inside the ruin.</p>',1,0); -INSERT INTO `marker_tab` VALUES (692,1360,1,398,'','<p>Climb onto small ledge with pinwheel, then shoot the pots being tossed above the trees to the northwest.</p>',1,0); -INSERT INTO `marker_tab` VALUES (693,1361,1,398,'','<p>Climb onto the tree and lift the rock on top.</p>',1,1); -INSERT INTO `marker_tab` VALUES (694,1362,1,398,'','<p>Climb the rock with the pinwheel and then shoot the balloon targets.</p>',1,1); -INSERT INTO `marker_tab` VALUES (695,1363,1,398,'','<p>Toss rock(s) from the bridge into the circle of rocks in the river.</p>',1,1); -INSERT INTO `marker_tab` VALUES (696,1364,1,398,'','<p>Drop/Dive into the circle of flowers.</p>',1,1); -INSERT INTO `marker_tab` VALUES (697,1365,1,398,'','<p>Toss rock from island into the circle of rocks in the river.</p>',1,1); -INSERT INTO `marker_tab` VALUES (698,1366,1,398,'','<p>Use magnesis to move nearby block to complete pattern on wall.</p>',1,1); -INSERT INTO `marker_tab` VALUES (699,1367,1,398,'','<p>Lift rock on top of hilltop.</p>',1,1); -INSERT INTO `marker_tab` VALUES (700,1368,1,398,'','<p>Lift rock on top of hilltop.</p>',1,1); -INSERT INTO `marker_tab` VALUES (701,1369,1,398,'','<p>Lift rock on top of hilltop.</p>',1,1); -INSERT INTO `marker_tab` VALUES (702,1370,1,398,'','<p>Shoot apples off the trees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (703,1371,1,398,'','<p>Lift rock on ledge overlooking the road.</p>',1,1); -INSERT INTO `marker_tab` VALUES (704,1372,1,398,'','<p>Shoot the symbol on the top-center of the town gate.</p>',1,1); -INSERT INTO `marker_tab` VALUES (705,1373,1,398,'','<p>Dive into the circle of flowers from the right side of Impa's house.</p>',1,1); -INSERT INTO `marker_tab` VALUES (706,1374,1,398,'','<p>Lift rock on second ledge overlooking the road.</p>',1,1); -INSERT INTO `marker_tab` VALUES (707,1375,1,398,'','<p>Shoot the town symbol on the top-center of the entrance.</p>',1,1); -INSERT INTO `marker_tab` VALUES (708,1380,1,412,'','<p>Water wreath. &nbsp;Simply enter the center of it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (709,1382,1,424,'','<p>Hay que aplicar fuego al hielo para derretirlo.</p>',1,1); -INSERT INTO `marker_tab` VALUES (710,1388,1,1,'','<p>Examine the light</p>',1,1); -INSERT INTO `marker_tab` VALUES (711,1389,1,1,'','<p>Examine the light</p>',1,1); -INSERT INTO `marker_tab` VALUES (712,1390,1,1,'','<p>Life the rock</p>',1,1); -INSERT INTO `marker_tab` VALUES (713,1391,1,1,'','<p>Shoot the nut inside log</p>',1,1); -INSERT INTO `marker_tab` VALUES (714,1393,1,433,'','<p>Memory with Mipha on the divine beast ( during divine beast quest)</p>',1,1); -INSERT INTO `marker_tab` VALUES (715,1394,1,321,'','<p>Treasure chest on rock with sword inside</p>',1,1); -INSERT INTO `marker_tab` VALUES (716,1395,1,1,'','<p>Burn the dry leafs then lift the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (717,1396,1,1,'','<p>Reward: Opal</p>',1,1); -INSERT INTO `marker_tab` VALUES (718,1402,1,436,'','<p>Chest inside</p>',1,1); -INSERT INTO `marker_tab` VALUES (719,1415,1,442,'','<p>Two chests of 300 rupees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (720,1419,1,1,'','<p>On top of the flagpole</p>',1,1); -INSERT INTO `marker_tab` VALUES (721,1421,1,1,'','<p>Get the metallic block from the river and complete the strange shape.</p>',1,1); -INSERT INTO `marker_tab` VALUES (722,1422,1,1,'','<p>Place the metal ball in the tree stump.</p>',1,1); -INSERT INTO `marker_tab` VALUES (723,1423,1,49,'','<p>Unlocks after finding all 12 Impa memories</p>',1,1); -INSERT INTO `marker_tab` VALUES (724,1425,1,445,'','<p>Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (725,1425,1,445,'','<p>use bomb on pile of leaves.</p>',1,1); -INSERT INTO `marker_tab` VALUES (726,1426,1,445,'','<p>Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (727,1426,1,445,'','<p>under rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (728,1432,1,358,'','<p>Korok balloon located under arch on the beach, shoot up to get the seed.</p>',1,1); -INSERT INTO `marker_tab` VALUES (729,1437,1,445,'','<p>Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (730,1437,1,445,'','<p>throw rock in stone circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (731,1442,1,445,'','<p>Throw rock in stone circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (732,1444,1,454,'','<p>The entrance is blocked with rocks that can be pushed with a metal rock that's on top, inside there are 3 chest and 4 weapons.</p>',1,1); -INSERT INTO `marker_tab` VALUES (734,1451,1,223,'','<p>king home</p>',1,1); -INSERT INTO `marker_tab` VALUES (735,1452,1,19,'','<p>Leave an apple on the plate of the smaller statue.</p>',1,1); -INSERT INTO `marker_tab` VALUES (736,1454,1,450,'','<p>Place an apple in the empty basket before the statue</p>',1,1); -INSERT INTO `marker_tab` VALUES (739,1461,1,314,'','<p>Climb on top of cabin</p>',1,1); -INSERT INTO `marker_tab` VALUES (740,1462,1,463,'','<p>In tree trunk</p>',1,0); -INSERT INTO `marker_tab` VALUES (741,1464,1,463,'','<p>Bow and arrow target challenge</p>',1,0); -INSERT INTO `marker_tab` VALUES (744,1477,1,465,'','<p>Burn red leaves and then remove small rock.</p>',1,0); -INSERT INTO `marker_tab` VALUES (745,1478,1,85,'','<p>Add missing rock to formation.</p>',1,0); -INSERT INTO `marker_tab` VALUES (746,1479,1,465,'','<p>Under bridge. Use the metal door/planks on the other side of bridge to lay next to bridge as a platform to stand. If not place properly, you can use Stasis to lock in place and then get the seed.</p>',1,0); -INSERT INTO `marker_tab` VALUES (747,1480,1,465,'','<p>Climb up till you see the metal blocks that make up a small puzzle. Solve it to get the seed.</p>',1,0); -INSERT INTO `marker_tab` VALUES (748,1480,1,2,'','<p>Climb up till you see the metal blocks that make up a small puzzle. Solve it to get the seed.</p>',1,1); -INSERT INTO `marker_tab` VALUES (749,1481,1,465,'','<p>Remove metal-like plank with Stasis. Pick up small rock.</p>',1,0); -INSERT INTO `marker_tab` VALUES (750,1482,1,465,'','<p>Location is right by the wall. Pick up small rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (751,1481,1,2,'','<p>Remove metal-like plank with Stasis. Pick up small rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (754,1484,1,465,'','<p>Glide down with Paraglider and you'll see a metal square puzzle to solve.</p>',1,1); -INSERT INTO `marker_tab` VALUES (757,1479,1,2,'','<p>Under bridge. Use the metal door/planks on the other side of bridge to lay next to bridge as a platform to stand. If not place properly, you can use Stasis to lock in place and then get the seed.</p>',1,1); -INSERT INTO `marker_tab` VALUES (758,1478,1,2,'','<p>Add missing rock to formation.</p>',1,1); -INSERT INTO `marker_tab` VALUES (759,1485,1,465,'','<p>Drop down all the way to the bottom (open paraglider before you land). You'll see a circle or rocks in water. On the side, you'll see small rocks you have to throw in to it to get the seed.</p>',1,1); -INSERT INTO `marker_tab` VALUES (760,1477,1,2,'','<p>Burn red leaves and then remove small rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (764,1091,1,2,'','<p>Place an apple in the dish.</p>',1,1); -INSERT INTO `marker_tab` VALUES (765,1486,1,465,'','<p>You can find it in the chamber link awakens from. Simply make your way in all the way to the end and you'll see some glittering.</p>',1,1); -INSERT INTO `marker_tab` VALUES (768,818,1,2,'','<p>Dive into the circle's center</p>',1,1); -INSERT INTO `marker_tab` VALUES (769,559,1,2,'','<p>Complete stone circle by placing 3 stones on open parts of the circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (771,816,1,2,'','<p>Follow the flowers</p>',1,1); -INSERT INTO `marker_tab` VALUES (772,599,1,2,'','<p>Walk towards the pinwheel, then shoot the 3 balloons that appear with you bow.</p>',1,0); -INSERT INTO `marker_tab` VALUES (773,599,1,2,'','<p>Walk towards the pinwheel, then shoot the 3 balloons that appear with you bow.</p>',1,1); -INSERT INTO `marker_tab` VALUES (774,1103,1,2,'','<p style="text-align: justify;">Put the matching fruit in the shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (775,905,1,2,'','<p>Pick flowers near water till you get seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (776,1148,1,2,'','<p>Glide into the Circle of Lillies in the water next to the waterfall</p>',1,0); -INSERT INTO `marker_tab` VALUES (777,1148,1,2,'','<p>Glide into the Circle of Lillies in the water next to the waterfall</p>',1,1); -INSERT INTO `marker_tab` VALUES (779,798,1,2,'','<p>So far, the only known house for sale is in Hateno Village, near the back end of the village. If players go to the area, they will see some NPCs working on a broken down house. Players can talk to them and purchase the house if they have right amount of money.<br /><br />The house price can be further dropped if players are willing to contribute 30 bundles of wood. Chopping down wood isn&rsquo;t very difficult so players should go for this option instead of spending a huge amount on buying the house. All they need to do is grab an axe and start cutting down any trees they come across.</p>\r\n<div id="&ldquo;nativo_middle&rdquo;">&nbsp;To make up the rest of the money, stones and gems acquired while adventuring can be sold to various vendors. Once players have the funds and 30 bundles of wood, they can go back to the house and purchase it, giving them a place to rest at.</div>',1,1); -INSERT INTO `marker_tab` VALUES (780,1090,1,2,'','<p>Break the jar stuck in one of the trees!</p>',1,1); -INSERT INTO `marker_tab` VALUES (781,1360,1,2,'','<p>Climb onto small ledge with pinwheel, then shoot the pots being tossed above the trees to the northwest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (783,1359,1,2,'','<p>Lift the rock inside the ruin.</p>',1,1); -INSERT INTO `marker_tab` VALUES (784,1334,1,2,'','<p>Lift the rock on the outcropping.</p>',1,1); -INSERT INTO `marker_tab` VALUES (785,1464,1,2,'','<p>Bow and arrow target challenge</p>',1,1); -INSERT INTO `marker_tab` VALUES (786,1462,1,2,'','<p>In tree trunk</p>',1,1); -INSERT INTO `marker_tab` VALUES (787,1487,1,1,'','<p>NPC: Amali (After Divine Beast)</p>\r\n<p>Requires: Find Amali`s daughter Kheel near Warbler`s Nest.</p>\r\n<p>Reward: ?</p>',1,0); -INSERT INTO `marker_tab` VALUES (788,1488,1,1,'','<p>Place an apple in front of the statue.</p>',1,1); -INSERT INTO `marker_tab` VALUES (789,1489,1,1,'','<p>Step in the platform then glide to the other side.</p>',1,1); -INSERT INTO `marker_tab` VALUES (790,1487,1,1,'','<p>NPC: Amali (After Divine Beast)</p>\r\n<p>Requires: Find Amali`s daughter Kheel near Warbler`s Nest.</p>\r\n<p>Reward: Purple Rupee.</p>',1,1); -INSERT INTO `marker_tab` VALUES (791,1490,1,1,'','<p>NPC: Juney</p>\r\n<p>Requires: Baked Apple.</p>\r\n<p>Reward: Silver Rupee.</p>',1,1); -INSERT INTO `marker_tab` VALUES (792,1491,1,1,'','<p>NPC: Jogo</p>\r\n<p>Requires: Flint</p>\r\n<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (793,1492,1,1,'','<p>NPC: Molli</p>\r\n<p>Requires: Reach the lone cedar tree on the Hebra Mountains (?)</p>\r\n<p>Reward: ?</p>',1,1); -INSERT INTO `marker_tab` VALUES (794,1351,1,2,'','<p>Lift the rock on the ledge above the road.</p>',1,1); -INSERT INTO `marker_tab` VALUES (795,1358,1,2,'','<p>Follow the flowers starting from here to&nbsp;across the river.</p>',1,1); -INSERT INTO `marker_tab` VALUES (796,1347,1,2,'','<p>Shoot the target balloons that appear when you are near the pinwheel.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (797,887,1,2,'','<p>Push the rock into the hole.</p>',1,1); -INSERT INTO `marker_tab` VALUES (798,1346,1,2,'','<p>Use bomb to open breakable wall, and then lift rock in shallow water inside the cave.</p>',1,1); -INSERT INTO `marker_tab` VALUES (799,1345,1,2,'','<p>Push boulder nearby into the hole.</p>',1,1); -INSERT INTO `marker_tab` VALUES (800,1357,1,2,'','<p>Climb to the top of the flag pole and examine the sparkles.</p>',1,1); -INSERT INTO `marker_tab` VALUES (801,277,1,2,'','<p>Chest with Korok Leaf</p>',1,1); -INSERT INTO `marker_tab` VALUES (802,1329,1,2,'','<p>Lift the rock on the island.</p>',1,1); -INSERT INTO `marker_tab` VALUES (803,1356,1,2,'','<p>Ride your horse over the three low fences from one end to the other.</p>',1,1); -INSERT INTO `marker_tab` VALUES (804,1494,1,470,'','<p>Chest Located in the water. Use Magnesis.</p>',1,1); -INSERT INTO `marker_tab` VALUES (805,860,1,2,'','<p>Roll the rock from the top of the hill to this hole.</p>',1,1); -INSERT INTO `marker_tab` VALUES (808,276,1,2,'','<p>Reward: Purple Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (810,1354,1,2,'','<p>Step onto the stump with the pinwheel, then shoot the pots between tossed above the trees to the west-northwest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (811,1045,1,2,'','<p>Blue spirit like "rabbit"</p>',1,1); -INSERT INTO `marker_tab` VALUES (813,1352,1,2,'','<p>Climb the indicated tree then lift the rock on top.</p>',1,1); -INSERT INTO `marker_tab` VALUES (815,1353,1,2,'','<p>Use statis on the boulder and knock it out of the way, then lift the rock underneath.</p>',1,1); -INSERT INTO `marker_tab` VALUES (816,876,1,2,'','<p>Talk to Gottah (only during the day because he is sleeping during the night). He would like you to find receipes from his ancestry in Hyrule castle</p>',1,1); -INSERT INTO `marker_tab` VALUES (817,875,1,2,'','<p>Talk to Parisse in riverside stable to have this quest to see a royal guard weapon from Hyrule castle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (818,1172,1,2,'','<p>Pick up rock in tree.</p>',1,1); -INSERT INTO `marker_tab` VALUES (819,1173,1,2,'','<p>Place the three rocks near the circle in the missing spots at the rock circle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (820,1174,1,2,'','<p>Catch the Korok traveling as light.</p>',1,1); -INSERT INTO `marker_tab` VALUES (821,1495,1,1,'','<p>NPC: Kheel (After Divine Beast)</p>\r\n<p>Requires: Find her sisters then, with a Korok Leaf (given by Kheel), stand in the middle of the pedestal an blow wind to the stones in this order: 4, 5, 3, 1, 2</p>\r\n<p>Reward: Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (822,1496,1,1,'','<p>Complete the rock formation.</p>',1,1); -INSERT INTO `marker_tab` VALUES (823,1214,1,2,'','<p>In the chest</p>',1,1); -INSERT INTO `marker_tab` VALUES (824,1089,1,2,'','<p>Contains: Ruby (Chest will be absent if no season pass DLC purchased)</p>',1,1); -INSERT INTO `marker_tab` VALUES (825,1178,1,2,'','<p>Treasure chest under water. &nbsp;Use magnesis&nbsp;to retrieve.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (826,878,1,2,'','<p>Use magnet to put the bullet under the water in the center of the tree trunk beside the water.</p>',1,1); -INSERT INTO `marker_tab` VALUES (829,941,1,2,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,0); -INSERT INTO `marker_tab` VALUES (830,941,1,2,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,0); -INSERT INTO `marker_tab` VALUES (831,941,1,2,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,1); -INSERT INTO `marker_tab` VALUES (832,1459,1,2,'','<p>Pick up rock on pillar.</p>',1,1); -INSERT INTO `marker_tab` VALUES (835,1497,1,1,'','<p>Shoot the baloons.</p>',1,1); -INSERT INTO `marker_tab` VALUES (836,1499,1,1,'','<p>Inside the hot spring, go to the back of it and burn the dry leafs, then life the rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (837,1500,1,1,'','<p>Reward: Ruby &amp; Amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (838,1501,1,1,'','<p>Complete the &nbsp;circle with the rock in the middle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (839,1503,1,1,'','<p>Reward: Knight`s Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (840,1504,1,1,'','<p>Complete the formation</p>',1,0); -INSERT INTO `marker_tab` VALUES (841,1505,1,1,'','<p>Reward: chest w/ Knight`s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (842,1508,1,1,'','<p>Reward: Bomb Arrows (x10)</p>',1,1); -INSERT INTO `marker_tab` VALUES (843,1509,1,1,'','<p>Shoot the balloon</p>',1,0); -INSERT INTO `marker_tab` VALUES (844,1510,1,1,'','<p>Reward: Shock Arrows (x5)</p>',1,1); -INSERT INTO `marker_tab` VALUES (845,1512,1,476,'','<p>Spirit orb statue</p>',1,1); -INSERT INTO `marker_tab` VALUES (846,1514,1,1,'','<p>Lift the rock in the middle of the spikes.</p>',1,1); -INSERT INTO `marker_tab` VALUES (847,1517,1,1,'','<p>Lift the Rock</p>',1,1); -INSERT INTO `marker_tab` VALUES (848,1518,1,482,'','<h2 class="popupTitle">Guardian</h2>',1,1); -INSERT INTO `marker_tab` VALUES (849,1569,1,512,'','<p>This is the location of the giant horse mount and quest objective.</p>',1,1); -INSERT INTO `marker_tab` VALUES (850,1570,1,513,'','<p>Korok Seed: Toss a stone into the pilar of stones.</p>',1,1); -INSERT INTO `marker_tab` VALUES (851,1572,1,17,'','<p>Puzzle</p>',1,1); -INSERT INTO `marker_tab` VALUES (852,1573,1,17,'','<p>Under a rock</p>',1,1); -INSERT INTO `marker_tab` VALUES (853,1574,1,17,'','<p>Puzzle</p>',1,1); -INSERT INTO `marker_tab` VALUES (854,1575,1,511,'','<p>Behind the shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (855,1576,1,17,'','<p>Puzzle</p>',1,1); -INSERT INTO `marker_tab` VALUES (856,1592,1,318,'','<p>On top of old man house</p>',1,1); -INSERT INTO `marker_tab` VALUES (857,1594,1,318,'','<p>Walk around a corner and there's a rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (858,1595,1,318,'','<p>Jumping off the ledge there's a puzzle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (859,1597,1,522,'','<p>Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (860,1598,1,522,'','<p>Blupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (861,1599,1,524,'','<p>Lookout Post</p>',1,1); -INSERT INTO `marker_tab` VALUES (862,1604,1,527,'','<p>There are three ice blocks.&nbsp;Melt the ice block on the left.</p>',1,1); -INSERT INTO `marker_tab` VALUES (863,1606,1,318,'','<p>Put chained stone into the well with magnesis.</p>',1,1); -INSERT INTO `marker_tab` VALUES (864,1607,1,529,'','<p>Go to the flower at the back of the skeleton, it'll disappear and pop up somewhere else on the skeleton. Keep following it until you find the Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (865,1609,1,529,'','<p>The finish ring is located east from the starting point</p>',1,1); -INSERT INTO `marker_tab` VALUES (866,1610,1,529,'','<p>Heal yourself. There's &nbsp;also a unlit cooking pot next to it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (867,1611,1,529,'','<p>Snowboard minigame, costs 20 rupees. Shields to be won.</p>',1,1); -INSERT INTO `marker_tab` VALUES (868,1612,1,529,'','<p>Flying minigame. Fly through as many rings as possible.<br />Costs 20 rupees.</p>\r\n<p>Only available after completing&nbsp;Korgu Chideh Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (869,1614,1,445,'','<p>Use Cryonis to build stepping stones and then use Magnesis to retrieve trident.</p>',1,1); -INSERT INTO `marker_tab` VALUES (870,1615,1,529,'','<p>The rock to complete the pattern is South up the hill</p>',1,1); -INSERT INTO `marker_tab` VALUES (871,1616,1,529,'','<p>Under a rock behind a bombable wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (872,1617,1,450,'','<p>Chest with Topaz, Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (873,1618,1,450,'','<p>Lift the rock hidden behind the cracked wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (874,1619,1,445,'','<p>Find a chest in the water by the wall in the ruins.</p>',1,1); -INSERT INTO `marker_tab` VALUES (875,1620,1,450,'','<p>Contained in a chest</p>',1,1); -INSERT INTO `marker_tab` VALUES (876,1621,1,529,'','<p>Use Magnesis to put the metal ball in the stone ring</p>',1,1); -INSERT INTO `marker_tab` VALUES (877,1622,1,450,'','<p>Move the metallic block from one stack to the gap in the other stack to make the two the same</p>',1,1); -INSERT INTO `marker_tab` VALUES (878,1623,1,529,'','<p>Follow the flowers until you get to the Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (879,1625,1,450,'','<p>In the ground in the center of the peak. Watch out for the Electric Wizzrobe!</p>',1,1); -INSERT INTO `marker_tab` VALUES (880,1627,1,534,'','<p>Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (881,1631,1,529,'','<p>There's a flower ring in the water, land in it to make the Korok appear</p>',1,1); -INSERT INTO `marker_tab` VALUES (882,1632,1,527,'','<p>Under a pile of leaf.</p>',1,1); -INSERT INTO `marker_tab` VALUES (883,2656,1,529,'','<p>Place apples in the empty dishes in front of the statues</p>',1,1); -INSERT INTO `marker_tab` VALUES (884,2657,1,537,'','<p>v</p>',1,1); -INSERT INTO `marker_tab` VALUES (885,2658,1,536,'','<p>done</p>',1,1); -INSERT INTO `marker_tab` VALUES (886,2788,1,65,'','<p>U</p>',1,1); -INSERT INTO `marker_tab` VALUES (887,2790,1,474,'','<p>Desafio hecho</p>',1,1); -INSERT INTO `marker_tab` VALUES (888,3053,1,529,'','<p>Stone can be found on the cliff above</p>',1,1); -INSERT INTO `marker_tab` VALUES (889,3056,1,547,'','<p>Done</p>\r\n<p style="text-align: justify;">&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (890,3062,1,550,'','<p>Global Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); -INSERT INTO `marker_tab` VALUES (891,3063,1,550,'','<p>World Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); -INSERT INTO `marker_tab` VALUES (892,3064,1,550,'','<p>World Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); -INSERT INTO `marker_tab` VALUES (893,3065,1,550,'','<p>World Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); -INSERT INTO `marker_tab` VALUES (894,3066,1,550,'','<p>World Mini-Boss: Stone Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); -INSERT INTO `marker_tab` VALUES (895,3067,1,550,'','<p>Cave with respawning Gem Nodes, unsure of the time frame, but still nice!<br /><br />-Maniacal_Mudkip</p>',1,1); -INSERT INTO `marker_tab` VALUES (896,3068,1,551,'','<p>test</p>',1,1); -INSERT INTO `marker_tab` VALUES (897,3069,1,529,'','<p>Clear camp for Take Back the Sea side quest</p>\r\n<p>3x Bokoblin<br />5x Blue Bokoblin<br />1x Black Bokoblin<br />1x Blue Moblin<br /><br />Camp reward: Knight's Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (898,3070,1,529,'','<p>Clear the monster camp at Aris Beach</p>\r\n<p>Reward: Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (899,3071,1,529,'','<p>Your typical pick a chest out of 3 minigame.<br />Cost: 10-100 rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (900,3072,1,492,'','<p>HOTOVOOOO</p>',1,1); -INSERT INTO `marker_tab` VALUES (901,3073,1,266,'','<p>Climb the stone pillar for a chest that contains arrows (x10)</p>',1,1); -INSERT INTO `marker_tab` VALUES (902,3074,1,266,'','<p>Retrieve the treasure by making a plank with magnesis.</p>',1,1); -INSERT INTO `marker_tab` VALUES (903,3075,1,557,'','<p>Collected</p>',1,1); -INSERT INTO `marker_tab` VALUES (904,3076,1,266,'','<p>Contains: Hylian Trousers</p>',1,1); -INSERT INTO `marker_tab` VALUES (905,3077,1,266,'','<p>Blow the wall to pilfer the treasure within.</p>',1,1); -INSERT INTO `marker_tab` VALUES (906,3078,1,266,'','<p>Pilfer the chest to receive a Soldier's bow.</p>',1,1); -INSERT INTO `marker_tab` VALUES (907,3079,1,266,'','<p>Clear the camp to loot the chest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (908,3081,1,266,'','<p>Contains: Nintendo Switch Shirt (only available is season pass was purchased)</p>',1,1); -INSERT INTO `marker_tab` VALUES (909,2847,1,1,'','<p>w</p>\r\n<p>eqw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qwe</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>weq</p>\r\n<p>e</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qwe</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qw</p>\r\n<p>eqw</p>\r\n<p>e</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qe</p>\r\n<p>q</p>\r\n<p>eq</p>',1,0); -INSERT INTO `marker_tab` VALUES (910,1636,1,1,'','<p>Complete the formation</p>',1,1); -INSERT INTO `marker_tab` VALUES (911,1504,1,1,'','<p>Complete the formation</p>',1,1); -INSERT INTO `marker_tab` VALUES (912,1509,1,1,'','<p>Shoot the balloon</p>',1,0); -INSERT INTO `marker_tab` VALUES (913,1692,1,1,'','<p>Shoot the balloon</p>',1,1); -INSERT INTO `marker_tab` VALUES (914,1509,1,1,'','<p>Shoot the balloon</p>',1,1); -INSERT INTO `marker_tab` VALUES (915,3091,1,578,'','<p>ch</p>',1,1); -INSERT INTO `marker_tab` VALUES (916,3102,1,599,'','<p>5x Bomb Arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (917,3103,1,599,'','<p>In chest sunken in the river</p>',1,1); -INSERT INTO `marker_tab` VALUES (918,3104,1,599,'','<p>Under large metal plate</p>',1,1); -INSERT INTO `marker_tab` VALUES (919,3105,1,599,'','<p>Reward - high quality&nbsp;Ore&nbsp;node behind rocks</p>',1,1); -INSERT INTO `marker_tab` VALUES (920,3106,1,613,'','<p>Lynel</p>',1,1); -INSERT INTO `marker_tab` VALUES (921,3107,1,613,'','<p>Guardian</p>',1,1); -INSERT INTO `marker_tab` VALUES (922,3117,1,623,'','<p>Wears leg armor.</p>',1,1); -INSERT INTO `marker_tab` VALUES (923,3139,1,599,'','<p>Quest starts here</p>',1,1); -INSERT INTO `marker_tab` VALUES (924,3144,1,639,'','<p>All 3 pieces of Sheika Armor are sold at this Shop. The armor gives Stealth +</p>\r\n<p>At rank 2 it gives the bonus: Night speed up!</p>',1,1); -INSERT INTO `marker_tab` VALUES (925,3146,1,639,'','<p>Blue Hinox has a Ball attached to his chest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (926,3169,1,648,'','<p>Fightable at night</p>',1,1); -INSERT INTO `marker_tab` VALUES (927,3170,1,631,'','<p><em>The Warm Doublet can be received by cooking a spicy fish and mushroom skewer, and giving it to the old man.&nbsp;</em></p>\r\n<p><em>After the tutorial, it remains in a chest in the Old Man's cabin.</em></p>\r\n<p><em>Recipe: Spicy Pepper, Raw Meat, Hylian Trout</em></p>',1,1); -INSERT INTO `marker_tab` VALUES (928,3171,1,648,'','<p>Under the skeleton, use magnetism or fight the boss!</p>',1,1); -INSERT INTO `marker_tab` VALUES (929,3176,1,648,'','<p>on top of the big leaf (?)</p>',1,1); -INSERT INTO `marker_tab` VALUES (930,3194,1,266,'','<p>Read the old man's diary to and create his famous recipe with Hyrule Bass, Raw Meat and Spicy Peppers. &nbsp;Offer him the completed dish for a warm doublet.</p>',1,1); -INSERT INTO `marker_tab` VALUES (931,3203,1,631,'','<p>Goal: Fly as far as possible with the &nbsp;Paraglider</p>',1,1); -INSERT INTO `marker_tab` VALUES (932,3205,1,631,'','<p>Requires: Create an Elixir That Can Help Beat The Heat</p>\r\n<p>Reward: Purple Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (933,3208,1,671,'','<p>lightly guarded (usually a few Bokoblins and a moblin)</p>',1,1); -INSERT INTO `marker_tab` VALUES (934,3209,1,671,'','<p>mostly safe, beware of the occasional chuchu</p>',1,1); -INSERT INTO `marker_tab` VALUES (935,3220,1,690,'','<p>Start point for a korok seed, follow the flower.</p>',1,1); -INSERT INTO `marker_tab` VALUES (936,3221,1,690,'','<p>Race to the Finish start point.</p>',1,1); -INSERT INTO `marker_tab` VALUES (937,3265,1,730,'','<p>089u</p>',1,1); -INSERT INTO `marker_tab` VALUES (938,3281,1,760,'','<p>White Lynel by the Shrine, very dangerous until you have high level upgraded equipment.</p>',1,1); -INSERT INTO `marker_tab` VALUES (939,3282,1,760,'','<p>This Blue Hinox will grab the nearby tree trunks to attack you with.</p>',1,1); -INSERT INTO `marker_tab` VALUES (940,3287,1,762,'','<p>All on horseback with bows, but no shields or heavy armor.</p>',1,1); -INSERT INTO `marker_tab` VALUES (941,3289,1,762,'','<p>6+ Swift Violets growing on the walls on either side of the waterfall.</p>',1,1); -INSERT INTO `marker_tab` VALUES (942,3290,1,762,'','<p>NPC: Straia<br />Requires: Capture the Giant Horse in the Taobab Grassland<br />Reward: Giant Horse, silver rupee (100)</p>',1,1); -INSERT INTO `marker_tab` VALUES (943,3291,1,762,'','<p>NPC: Jini</p>\r\n<p>Requires: Horseback archery</p>\r\n<p>Reward: ?</p>',1,1); -INSERT INTO `marker_tab` VALUES (944,3304,1,747,'','<p>Bomb the wall for a 100 rupee chest!</p>',1,1); -INSERT INTO `marker_tab` VALUES (945,3305,1,780,'','<p>After "Hylian Homeowner" Sidequest</p>',1,1); -INSERT INTO `marker_tab` VALUES (946,3338,1,747,'','<p>3000 HP</p>',1,1); -INSERT INTO `marker_tab` VALUES (947,3344,1,810,'','<p>Starts at top of goron head.</p>',1,1); -INSERT INTO `marker_tab` VALUES (948,3346,1,810,'','<p>starts on lava flow behind location.</p>',1,1); -INSERT INTO `marker_tab` VALUES (949,3347,1,813,'','<p>Got it</p>',1,1); -INSERT INTO `marker_tab` VALUES (950,3349,1,92,'','<p>Chest on Pillar</p>',1,1); -INSERT INTO `marker_tab` VALUES (951,3368,1,845,'','<p>Behind the Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (952,3372,1,849,'','<p>The 9th Memorie is located here</p>',1,1); -INSERT INTO `marker_tab` VALUES (953,3377,1,860,'','<p>pegados al lado de las paredes de la casa</p>',1,1); -INSERT INTO `marker_tab` VALUES (954,3398,1,266,'','<p>Scale this pillar to find a treasure chest at the top.</p>',1,1); -INSERT INTO `marker_tab` VALUES (955,3401,1,896,'','<p>STONE TALUS</p>',1,1); -INSERT INTO `marker_tab` VALUES (956,3402,1,896,'','<p>STONE TALUS</p>',1,1); -INSERT INTO `marker_tab` VALUES (957,3404,1,760,'','<p>Use caution fighting this Frost Talus. &nbsp;It's weak spot rock is actually not on top of its body, rather on the back. &nbsp;This makes it very tricky to attack with Melee Weapons. &nbsp; I suggest using Bomb Arrows to melt the ice then shoot the rock at the back.</p>',1,1); -INSERT INTO `marker_tab` VALUES (958,3405,1,760,'','<p>4 Blue Bokoblin, 3 White Chu Chu, 2 Silver&nbsp;Bokoblin, One Black Bokoblin, 5 Ice Keese</p>\r\n<p>Reward: &nbsp;Buried Chest with Purple Rupees (plus drops)</p>',1,1); -INSERT INTO `marker_tab` VALUES (959,3406,1,760,'','<p>Standard Blue-Maned Lynel Fight.</p>',1,1); -INSERT INTO `marker_tab` VALUES (960,3407,1,760,'','<p>Use caution when fighting this beast. &nbsp;He comes with a spear and his bow, but his most powerful attack (even at 3 ranked armor and a four ranked breastplate from the Knight's Armor) can deal 12 or more hearts of damage.</p>',1,1); -INSERT INTO `marker_tab` VALUES (961,3408,1,903,'','<p>Great Thunderblade</p>',1,1); -INSERT INTO `marker_tab` VALUES (962,3410,1,903,'','<p>climber's bandana that&nbsp;improves your climbing speed is found in the chest in this shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (963,3411,1,903,'','<p>helmet that matches zora armor, improves swimming speed, and allows water spin attack is found here</p>',1,1); -INSERT INTO `marker_tab` VALUES (964,3412,1,903,'','<p>Great Thunderblade (2-handed)(not in chest) respawns here after each blood moon. watch out for electric wizzrobe by the east entrance.</p>',1,1); -INSERT INTO `marker_tab` VALUES (965,3459,1,931,'','<p>rupee farm snowbowling</p>',1,1); -INSERT INTO `marker_tab` VALUES (966,3469,1,927,'','<p>2</p>',1,1); -INSERT INTO `marker_tab` VALUES (967,3470,1,927,'','<p>1</p>',1,1); -INSERT INTO `marker_tab` VALUES (968,3474,1,942,'','<p>2 Moblins and a Bokoblin, 1 Chest</p>',1,1); -INSERT INTO `marker_tab` VALUES (969,2050,1,5,'','<p>In the tar pool, there is a metal stone, Use Magnesis to lift this stone and place it in the nearby tree trunk</p>',1,1); -INSERT INTO `marker_tab` VALUES (970,2055,1,5,'','<p>Light a torch on the nearby campfire, then use the torch on the leaf bundle below a tree. Afterwards, pick up the rock and you'll find the Korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (971,2056,1,5,'','<p>Follow the Flower at the end of the log to this korok seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (972,3491,1,951,'','<p>Inside a cave accessible by bombing a cracked wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (973,1953,1,5,'','<p>This korok is covered in ice, possible strategies to melt the ice is to use a torch and light it with nearby bokoblin camp's fire, then throw it up on the ledge and use the torch to melt the ice block. Otherwise you can shoot fire arrows at the ice block until it melts</p>',1,1); -INSERT INTO `marker_tab` VALUES (974,1934,1,5,'','<p>You need to use cryonis to get the log to sit against the bridge. Once done, clamber down onto it, and you should be able to reach the korok under the bridge.</p>',1,1); -INSERT INTO `marker_tab` VALUES (975,3507,1,992,'','<p>LIght the Furnace with the blue flame to access guardian weapons and armor.</p>',1,1); -INSERT INTO `marker_tab` VALUES (976,3508,1,992,'','<p>This is the first time you run into him, he will be at the locations he lists at night. He buys monster parts for his own currency and sells unique monster gear and spices for cooking.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (977,3509,1,992,'','<p>Camp has bokoblin's and lizalfos.</p>',1,1); -INSERT INTO `marker_tab` VALUES (978,3514,1,992,'','<p>Hit the eye's that are on different parts of Naydra, He moves on to a different point after each hit. Follow him to cleanse him.</p>',1,1); -INSERT INTO `marker_tab` VALUES (979,3520,1,997,'','<p>NPC: Bozai<br />Requires: Camera (Sheika Slate)<br />Reward: Sand Shoes</p>',1,1); -INSERT INTO `marker_tab` VALUES (980,3547,1,1016,'','<p>In the bottom of the Castle. Required to defeat a Stalnox to obtain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (981,3550,1,1015,'','<div id="mceu_614" class="mce-container mce-flow-layout-item mce-btn-group">&nbsp;</div>\r\n<div id="mceu_615" class="mce-container mce-flow-layout-item mce-btn-group">&nbsp;</div>\r\n<div id="mceu_616" class="mce-container mce-flow-layout-item mce-last mce-btn-group">&nbsp;</div>',1,1); -INSERT INTO `marker_tab` VALUES (982,3551,1,1018,'','<p>Multi level, four guard towers, two chests.</p>',1,1); -INSERT INTO `marker_tab` VALUES (983,1951,1,5,'','<p><strong>This korok seed shows up after you leave the Great Plateau.</strong></p>\r\n<p>This korok seed is found inside Link's bed that he awakes from in the Shrine of Resurrection.</p>',1,1); -INSERT INTO `marker_tab` VALUES (984,1954,1,5,'','<p>There is an incomplete ring of rocks, complete it to find a korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (985,1935,1,5,'','<p>On the cliffside is a metal puzzle, place the metal block where the piece is missing in the other structure. Afterwards a korok will show up.</p>',1,1); -INSERT INTO `marker_tab` VALUES (986,1956,1,5,'','<p>Pick up a rock near the last fortification southeast of Mount Hylia and you'll find a korok hiding underneath.</p>',1,1); -INSERT INTO `marker_tab` VALUES (987,1964,1,5,'','<p>Use Stasis on the giant slab, then hit it at least 2 times with a 2h weapon, or 4 times with a 1h weapon to knock it off a rock. Pick up the rock and you will find the Korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (988,3561,1,1026,'','<p>FOUND</p>',1,1); -INSERT INTO `marker_tab` VALUES (989,2054,1,5,'','<p>Use Magnesis on a the door to lift it off a rock. Pick u the rock to find the Korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (990,2066,1,5,'','<p>On the appex&nbsp;of the roof of the Woodcutter's Hut is a Korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (991,1958,1,5,'','<p>On the cliffside is a metal puzzle, place the block around the pillar on the top of the one missing the keystone and you will find a Korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (992,2048,1,5,'','<p>This korok is found on top of a mound of dirt underneath a rock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (993,2062,1,5,'','<p>Lift up the rock below the two stone slabs leaning on each other to find this korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (994,2073,1,5,'','<p>You can get this seed by standing on the little log with a leaf at the shoreline to spawn a countdown circle. However you must rush to get to the circle before the Korok will appear. Best option is to use paraglider to glide from each point on your way there, otherwise the diving animation will take too much time.</p>',1,1); -INSERT INTO `marker_tab` VALUES (995,3579,1,1030,'','<p>Stuck in giant skull on top of the spire</p>',1,1); -INSERT INTO `marker_tab` VALUES (996,3580,1,1030,'','<p>Underneath leviathan skull</p>',1,1); -INSERT INTO `marker_tab` VALUES (997,2081,1,5,'','<p>Pick up the rock hidden in the bushes, place it in the portion of the nearby cross that is missing a rock, and a Korock should appear.</p>',1,1); -INSERT INTO `marker_tab` VALUES (998,2090,1,5,'','<p>On the cliffside, there is a small ledge with a rock on top of it. Pick up the rock to find the Korock</p>',1,1); -INSERT INTO `marker_tab` VALUES (999,2086,1,5,'','<p>This is a time-based korok puzzle, in which you have to glide from the hill southeast of the bokoblin/lizalfos camp from a small stump with a leaf on it.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (1000,3588,1,1039,'','<p>Done</p>',1,1); -INSERT INTO `marker_tab` VALUES (1001,3590,1,1039,'','<p>asdasdasdas</p>',1,1); -INSERT INTO `marker_tab` VALUES (1002,3602,1,1056,'','<p>D</p>',1,1); -INSERT INTO `marker_tab` VALUES (1003,3614,1,652,'','<p>x</p>',1,1); -INSERT INTO `marker_tab` VALUES (1004,3619,1,922,'','<p>Ominous area south of&nbsp;the shrine with mounds of bones. Carrots are around the trees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1005,3622,1,922,'','<p>Lots of spicy peppers surrounding a worn tent.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1006,3625,1,922,'','<p>Five Bokoblins. One lookout, two around cooking pot and two inside eastern skull shelter. The western skull shelter contains 4-5 Keese and a magnesis chest with a silver rupee reward.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1007,3632,1,1082,'','<p>test</p>',1,1); -INSERT INTO `marker_tab` VALUES (1008,3633,1,1084,'','<p>Lynel fires electric arrows, most likely found via electric arrow questline to liberating vah ruta</p>',1,1); -INSERT INTO `marker_tab` VALUES (1009,3636,1,1089,'','<p>Melt ice block with fire.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1010,3640,1,1088,'','<p>Zelda watches, with Link close by, as the guards test and make advancements with the Guardians, until her father, The King, shows up.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1011,3645,1,1101,'','<p>x</p>',1,1); -INSERT INTO `marker_tab` VALUES (1012,3649,1,1088,'','<p>You can purchase this armor set from Robbie at the Akkala Ancient Tech Lab. 2,000 Rupees each.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1013,3675,1,1126,'','<p>Atop a pillar, climb or Revali's up here.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1014,3677,1,1126,'','<p>On top of one of the coliseum walls.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1015,3688,1,1149,'','<p>Lynel</p>',1,1); -INSERT INTO `marker_tab` VALUES (1016,3690,1,631,'','<p>The Dragon Guarding The Spring Of Wisdom</p>',1,1); -INSERT INTO `marker_tab` VALUES (1017,3742,1,1175,'','<p>asd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1018,3749,1,296,'','<p>Behind the Cracked wall is a gold Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (1019,3751,1,1187,'','<p>Climb to the top of the Temple of Time and examine the fairy dust.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1020,3756,1,1195,'','<p>Base Defense: 4</p>\r\n<p>Item Bonus: Decreases &nbsp;damage taken from Gurdian laser attacks</p>\r\n<p>Becareful after opening, as several gurdians will wake up and shoot at you.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1021,3815,1,1215,'','<p>Varit h&auml;r</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (1022,3828,1,25,'','<p>NPC: Walton</p>\r\n<p>Requires: Apple, Pumpkin, Voltfin Trout, Lynel Hoof</p>\r\n<p>Reward: Diamond</p>',1,1); -INSERT INTO `marker_tab` VALUES (1023,3836,1,1241,'','<p>Forms from rocks on top of the hill.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1024,3842,1,1246,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (1025,3875,1,1187,'','<p>Jump off the Great Plateau. The Korok will also be under a a rock which is under a door.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1026,3888,1,1263,'','<p>Arrow Glitch for Infinite Arrow Farming AFK</p>',1,1); -INSERT INTO `marker_tab` VALUES (1027,3893,1,1267,'','<p>done</p>',1,1); -INSERT INTO `marker_tab` VALUES (1028,3895,1,1270,'','<p>k</p>',1,1); -INSERT INTO `marker_tab` VALUES (1029,3896,1,1270,'','<p>kk</p>',1,1); -INSERT INTO `marker_tab` VALUES (1030,3899,1,1272,'','<p>ok</p>',1,1); -INSERT INTO `marker_tab` VALUES (1031,3905,1,1283,'','<p style="text-align: justify;">h</p>',1,1); -INSERT INTO `marker_tab` VALUES (1032,3914,1,1286,'','<p>Awesome way to make money!</p>',1,1); -INSERT INTO `marker_tab` VALUES (1033,3919,1,1223,'','<p>Malena's husband has fallen ill. He needs the guts of a Molduga (giant sand croc/tremors wyrm) in order to get better.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1034,3920,1,1223,'','<p>Isha, the jeweler, ran out of flint. Give her 10 flint and you'll get yourself a circlet for heat/cold/electric resistance.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1035,3966,1,1320,'','<p>A</p>',1,1); -INSERT INTO `marker_tab` VALUES (1036,3970,1,1328,'','<p>f</p>',1,1); -INSERT INTO `marker_tab` VALUES (1037,3972,1,1328,'','<p>found</p>',1,1); -INSERT INTO `marker_tab` VALUES (1038,3983,1,1344,'','<p>1</p>',1,1); -INSERT INTO `marker_tab` VALUES (1039,3999,1,1353,'','<p>d</p>',1,1); -INSERT INTO `marker_tab` VALUES (1040,4001,1,118,'','<p>A feature should be added that one can mark various shrines and seeds as cleared. This would probably work best for those who create a login for this site.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1041,4005,1,1235,'','<p>Recommended to fight it from the east.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1042,4006,1,1235,'','<p>Archery Mini-Boss on first encounter</p>',1,1); -INSERT INTO `marker_tab` VALUES (1043,4008,1,1235,'','<p>Underground in the Prison Cells</p>',1,1); -INSERT INTO `marker_tab` VALUES (1044,4009,1,1235,'','<p>Given during the final fight with Dark Beast Ganon.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1045,4010,1,1235,'','<p>Underground -- Skeletal Hinox mini-boss for it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1046,4046,1,1382,'','<p>look in the water for a surprise&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (1047,4048,1,1383,'','<p>Tame&nbsp;the Giant Horse in the Taobab Grasslands</p>',1,1); -INSERT INTO `marker_tab` VALUES (1048,4055,1,1389,'','<p>sdfws</p>',1,1); -INSERT INTO `marker_tab` VALUES (1049,4057,1,1394,'','<p>&diams;</p>',1,1); -INSERT INTO `marker_tab` VALUES (1050,4060,1,1403,'','<p>Basic skull base camp</p>',1,1); -INSERT INTO `marker_tab` VALUES (1051,4064,1,1416,'','<p>Single Ironshroom, nestled in the rocks west of the Korok stone circle</p>',1,1); -INSERT INTO `marker_tab` VALUES (1052,4065,1,1416,'','<p>Search the smashable rock at the base of the cliff.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1053,4066,1,1416,'','<p>Search the rocks for Opal, Amber, and Rock Salt</p>',1,1); -INSERT INTO `marker_tab` VALUES (1054,4067,1,1416,'','<p>Topaz, Amber, Flint, Rock Salt</p>',1,1); -INSERT INTO `marker_tab` VALUES (1055,4068,1,1416,'','<p>The Missing Stone is at the base of the Moblin Tree to the South West.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1056,4069,1,1416,'','<p>At the top of the tower, climb out through the eye socket of the moblin skull. You will find a 52 Two Handed Royal Claymore embedded in the skull at the top.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1057,4070,1,1416,'','<p>Moves around under the arch.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1059,4073,1,1416,'','<p>Growing from the side of the cliff</p>',1,1); -INSERT INTO `marker_tab` VALUES (1060,4074,1,1416,'','<p>Two Rubies, Two Topaz, Two Flints, Saphire</p>',1,1); -INSERT INTO `marker_tab` VALUES (1061,4075,1,1416,'','<p>Cracked Wall protecting a Korok Seed under a stone.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1062,4076,1,1416,'','<p>Topaz and Rock Salt</p>',1,1); -INSERT INTO `marker_tab` VALUES (1063,4077,1,1416,'','<p>Rock Salt, Amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (1064,4078,1,1416,'','<p>2x Rock Salt, 2x Opal</p>',1,1); -INSERT INTO `marker_tab` VALUES (1065,4080,1,1416,'','<p>Amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (1066,4081,1,1416,'','<p>In the open between a Moblin and a Bokoblin.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1067,4084,1,1424,'','<p>DONE</p>',1,1); -INSERT INTO `marker_tab` VALUES (1068,4117,1,1460,'','<p>Zora Headgear made from dragon scales. Increases swimming speed and allows for you to use Spin Attack.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1069,4119,1,1467,'','<p>Completed</p>',1,1); -INSERT INTO `marker_tab` VALUES (1070,4125,1,747,'','<p>Several moblins and several bokoblins</p>',1,1); -INSERT INTO `marker_tab` VALUES (1071,4128,1,747,'','<p>Got a sapphire and a ruby!</p>',1,1); -INSERT INTO `marker_tab` VALUES (1072,4129,1,1475,'','<p>Need at least 13 hearts to pull it out</p>',1,1); -INSERT INTO `marker_tab` VALUES (1073,4145,1,262,'','<p>On roof of the maze. Diamond</p>',1,1); -INSERT INTO `marker_tab` VALUES (1074,4157,1,1504,'','<p>Inside each of the the tree stumps is one Whizzrobe of each element, dropping their corresponding &nbsp;rods. (Meteor, Thunderstorm &amp; Blizzard Rods respectively)</p>',1,1); -INSERT INTO `marker_tab` VALUES (1075,4159,1,1508,'','<p>2 treasure chests, each containing 300 rupies.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1076,4160,1,1510,'','<p>Weak points on l&ntilde;ower back.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1077,4171,1,1510,'','<p>Stone Talus- Weak point on lower back.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1078,4177,1,1546,'','<p>Fire Arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (1079,4199,1,1568,'','<p>Comes to life at night.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1080,4200,1,1568,'','<p>Comes to life at night.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1081,4215,1,1590,'','<p>Lynux Silver x3</p>',1,1); -INSERT INTO `marker_tab` VALUES (1082,4225,1,1610,'','<p>there arnt korok seed here</p>',1,1); -INSERT INTO `marker_tab` VALUES (1083,4232,1,1382,'','<p>chest in water, &nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (1084,4242,1,1587,'','<p>Memoria 13</p>',1,1); -INSERT INTO `marker_tab` VALUES (1085,4244,1,1537,'','<p>Craked wall whit a <span lang="en">chest <br /></span></p>',1,1); -INSERT INTO `marker_tab` VALUES (1086,4247,1,1625,'','<p>General Store, Armor Shop, Dye Shop, Inn</p>',1,1); -INSERT INTO `marker_tab` VALUES (1087,4272,1,1686,'','<p>Walking to this area and using a bomb on the rocky structure in this corner will reveal a chest with an opal in it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (1100,4300,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1101,4301,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1102,4302,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1103,4303,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1104,4304,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1105,4305,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1106,4306,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1107,4307,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1108,4308,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1109,4309,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1110,4310,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1111,4311,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1112,4312,1,1,'','<p>Equipped Items: Thunderstorm Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1113,4313,1,1,'','<p>Equipped Items: Thunderstorm Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1114,4314,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1115,4315,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1116,4316,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1117,4317,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1118,4318,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1119,4319,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1120,4320,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1121,4321,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1122,4322,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1123,4323,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1124,4324,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1125,4325,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1126,4326,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1127,4327,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1128,4328,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1129,4329,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1130,4330,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1131,4331,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1132,4332,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1133,4333,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1134,4334,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1135,4335,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1136,4336,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1137,4337,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1138,4338,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1139,4339,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1140,4340,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (1163,4363,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Flameblade / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1164,4364,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Crusher / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1165,4365,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1166,4366,1,1,'','<p>Arrow Type: Ice Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1167,4367,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Spear / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1168,4368,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Spear / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1169,4369,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Crusher / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1170,4370,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1171,4371,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1172,4372,1,1,'','<p>Arrow Type: Fire Arrow</p><p>Equipped Items: Mighty Lynel Spear / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1173,4373,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1174,4374,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Spear / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1175,4375,1,1,'','<p>Arrow Type: Ice Arrow</p><p>Equipped Items: Mighty Lynel Crusher / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1176,4376,1,1,'','<p>Arrow Type: Fire Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1177,4377,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1178,4378,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1179,4379,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Crusher / Mighty Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1180,4380,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Spear / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1181,4381,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1182,4382,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Spear / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1183,4383,1,1,'','<p>Arrow Type: Ice Arrow</p><p>Equipped Items: Savage Lynel Crusher / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1184,4384,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1185,4385,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Crusher / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1186,4386,1,1,'','<p>Arrow Type: Arrow</p><p>Equipped Items: Savage Lynel Spear / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1187,4387,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1188,4388,1,1,'','<p>Arrow Type: Fire Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1194,4457,1,1,'','<p>Items: Giant Boomerang / Thunderspear / Knight\'s Broadsword</p>',1,1); -INSERT INTO `marker_tab` VALUES (1195,4458,1,1,'','<p>Items: Giant Boomerang / Frostspear / Knight\'s Broadsword</p>',1,1); -INSERT INTO `marker_tab` VALUES (1196,4459,1,1,'','<p>Items: Moonlight Scimitar / Great Thunderblade / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1197,4460,1,1,'','<p>Items: Giant Boomerang / Frostblade / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1198,4461,1,1,'','<p>Items: Knight\'s Broadsword / Great Frostblade / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1199,4462,1,1,'','<p>Items: Knight\'s Broadsword / Great Flameblade / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1200,4463,1,1,'','<p>Items: Giant Boomerang / Flamespear / Knight\'s Broadsword</p>',1,1); -INSERT INTO `marker_tab` VALUES (1201,4464,1,1,'','<p>Items: Giant Boomerang / Thunderblade / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1202,4465,1,1,'','<p>Items: Giant Boomerang / Flameblade / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1203,4466,1,1,'','<p>Items: Royal Broadsword / Great Thunderblade / Royal Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1204,4467,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1205,4468,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Traveler\'s Spear</p>',1,1); -INSERT INTO `marker_tab` VALUES (1206,4469,1,1,'','<p>Items: Spiked Boko Bat / Spiked Boko Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1207,4470,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Soldier\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1208,4471,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Traveler\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1209,4472,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1210,4473,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Traveler\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1211,4474,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Soldier\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1212,4475,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1213,4476,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1214,4477,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Soldier\'s Spear</p>',1,1); -INSERT INTO `marker_tab` VALUES (1215,4478,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Soldier\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1216,4479,1,1,'','<p>Items: Soldier\'s Broadsword / Soldier\'s Bow / Soldier\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1217,4480,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1218,4481,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1219,4482,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Soldier\'s Spear</p>',1,1); -INSERT INTO `marker_tab` VALUES (1220,4483,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1221,4484,1,1,'','<p>Items: Soldier\'s Broadsword / Soldier\'s Bow / Soldier\'s Spear</p>',1,1); -INSERT INTO `marker_tab` VALUES (1222,4485,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1223,4486,1,1,'','<p>Items: Dragonbone Boko Club / Dragon Bone Boko Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1224,4487,1,1,'','<p>Items: Moonlight Scimitar / Soldier\'s Bow / Soldier\'s Spear</p>',1,1); -INSERT INTO `marker_tab` VALUES (1225,4488,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1226,4489,1,1,'','<p>Items: Dragonbone Boko Spear / Dragonbone Boko Club</p>',1,1); -INSERT INTO `marker_tab` VALUES (1227,4490,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1228,4491,1,1,'','<p>Items: Knight\'s Halberd / Knight\'s Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (1229,4492,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Soldier\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1230,4493,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1231,4494,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1232,4495,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Soldier\'s Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (1233,4496,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); -INSERT INTO `marker_tab` VALUES (1257,4520,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1258,4521,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1259,4522,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1260,4523,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1261,4524,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1262,4525,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1263,4526,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1264,4527,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1265,4528,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1266,4529,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1267,4530,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1268,4531,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1269,4532,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1270,4533,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1271,4534,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1272,4535,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1273,4536,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1274,4537,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1275,4538,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1276,4539,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1277,4540,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1278,4541,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1279,4542,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1280,4543,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1281,4544,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1282,4545,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1283,4546,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1284,4547,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1285,4548,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1286,4549,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1287,4550,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1288,4551,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1289,4552,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1290,4553,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1291,4554,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1292,4555,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1293,4556,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1294,4557,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1295,4558,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1296,4559,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1297,4560,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1298,4561,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1299,4562,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1300,4563,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1301,4564,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1302,4565,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1303,4566,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1304,4567,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1305,4568,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1306,4569,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1307,4570,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1308,4571,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1309,4572,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1310,4573,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1311,4574,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1312,4575,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1313,4576,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1314,4577,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1315,4578,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1316,4579,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1317,4580,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1318,4581,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1319,4582,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1320,4583,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1321,4584,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1322,4585,1,1,'','Possible sight',1,1); -INSERT INTO `marker_tab` VALUES (1384,4647,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1385,4648,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1386,4649,1,1,'','<p>Contains: Giant Ancient Core</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1387,4650,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1388,4651,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1389,4652,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1390,4653,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1391,4654,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1392,4655,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1393,4656,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1394,4657,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1395,4658,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1396,4659,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1397,4660,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1398,4661,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1399,4662,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1400,4663,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1401,4664,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1402,4665,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1403,4666,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1404,4667,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1405,4668,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1406,4669,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1407,4670,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1408,4671,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1409,4672,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1410,4673,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1411,4674,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1412,4675,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1413,4676,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1414,4677,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1415,4678,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1416,4679,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1417,4680,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1418,4681,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1419,4682,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1420,4683,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1421,4684,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1422,4685,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1423,4686,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1424,4687,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1425,4688,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1426,4689,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1427,4690,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1428,4691,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1429,4692,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1430,4693,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1431,4694,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1432,4695,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1433,4696,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1434,4697,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1435,4698,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1436,4699,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1437,4700,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1438,4701,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1439,4702,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1440,4703,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1441,4704,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1442,4705,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1443,4706,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1444,4707,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1445,4708,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1446,4709,1,1,'','<p>Contains: </p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1447,4710,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1448,4711,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1449,4712,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1450,4713,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1451,4714,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1452,4715,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1453,4716,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1454,4717,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1455,4718,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1456,4719,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1457,4720,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1458,4721,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1459,4722,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1460,4723,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1461,4724,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1462,4725,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1463,4726,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1464,4727,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1465,4728,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1466,4729,1,1,'','<p>Contains: Luminous Stone</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1467,4730,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1468,4731,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1469,4732,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1470,4733,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1471,4734,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1472,4735,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1473,4736,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1474,4737,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1475,4738,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1476,4739,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1477,4740,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1478,4741,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1479,4742,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1480,4743,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1481,4744,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1482,4745,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1483,4746,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1484,4747,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1485,4748,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1486,4749,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1487,4750,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1488,4751,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1489,4752,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1490,4753,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1491,4754,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1492,4755,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1493,4756,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1494,4757,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1495,4758,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1496,4759,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1497,4760,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1498,4761,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1499,4762,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1500,4763,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1501,4764,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1502,4765,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1503,4766,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1504,4767,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1505,4768,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1506,4769,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1507,4770,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1508,4771,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1509,4772,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1510,4773,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1511,4774,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1512,4775,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1513,4776,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1514,4777,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1515,4778,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1516,4779,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1517,4780,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1518,4781,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1519,4782,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1520,4783,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1521,4784,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1522,4785,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1523,4786,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1524,4787,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1525,4788,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1526,4789,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1527,4790,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1528,4791,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1529,4792,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1530,4793,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1531,4794,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1532,4795,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1533,4796,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1534,4797,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1535,4798,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1536,4799,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1537,4800,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1538,4801,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1539,4802,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1540,4803,1,1,'','<p>Contains: Dinraal\'s Scale</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1541,4804,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1542,4805,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1543,4806,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1544,4807,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1545,4808,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1546,4809,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1547,4810,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1548,4811,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1549,4812,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1550,4813,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1551,4814,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1552,4815,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1553,4816,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1554,4817,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1555,4818,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1556,4819,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1557,4820,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1558,4821,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1559,4822,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1560,4823,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1561,4824,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1562,4825,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1563,4826,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1564,4827,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1565,4828,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1566,4829,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1567,4830,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1568,4831,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1569,4832,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1570,4833,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1571,4834,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1572,4835,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1573,4836,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1574,4837,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1575,4838,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1576,4839,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1577,4840,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1578,4841,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1579,4842,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1580,4843,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1581,4844,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1582,4845,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1583,4846,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1584,4847,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1585,4848,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1586,4849,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1587,4850,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1588,4851,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1589,4852,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1590,4853,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1591,4854,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1592,4855,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1593,4856,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1594,4857,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1595,4858,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1596,4859,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1597,4860,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1598,4861,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1599,4862,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1600,4863,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1601,4864,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1602,4865,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1603,4866,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1604,4867,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1605,4868,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1606,4869,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1607,4870,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1608,4871,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1609,4872,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1610,4873,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1611,4874,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1612,4875,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1613,4876,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1614,4877,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1615,4878,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1616,4879,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1617,4880,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1618,4881,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1619,4882,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1620,4883,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1621,4884,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1622,4885,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1623,4886,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1624,4887,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1625,4888,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1626,4889,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1627,4890,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1628,4891,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1629,4892,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1630,4893,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1631,4894,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1632,4895,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1633,4896,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1634,4897,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1635,4898,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1636,4899,1,1,'','<p>Contains: </p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1637,4900,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1638,4901,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1639,4902,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1640,4903,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1641,4904,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1642,4905,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1643,4906,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1644,4907,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1645,4908,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1646,4909,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1647,4910,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1648,4911,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1649,4912,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1650,4913,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1651,4914,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1652,4915,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1653,4916,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1654,4917,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1655,4918,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1656,4919,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1657,4920,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1658,4921,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1659,4922,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1660,4923,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1661,4924,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1662,4925,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1663,4926,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1664,4927,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1665,4928,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1666,4929,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1667,4930,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1668,4931,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1669,4932,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1670,4933,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1671,4934,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1672,4935,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1673,4936,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1674,4937,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1675,4938,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1676,4939,1,1,'','<p>Contains: Shard of Naydra\'s Fang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1677,4940,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1678,4941,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1679,4942,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1680,4943,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1681,4944,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1682,4945,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1683,4946,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1684,4947,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1685,4948,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1686,4949,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1687,4950,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1688,4951,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1689,4952,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1690,4953,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1691,4954,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1692,4955,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1693,4956,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1694,4957,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1695,4958,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1696,4959,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1697,4960,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1698,4961,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1699,4962,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1700,4963,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,0); -INSERT INTO `marker_tab` VALUES (1701,4964,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1702,4965,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1703,4966,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1704,4967,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1705,4968,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1706,4969,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1707,4970,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1708,4971,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (1709,4972,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1710,4973,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1711,4974,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1712,4975,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1713,4976,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1714,4977,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1715,4978,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1716,4979,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1717,4980,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1718,4981,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1719,4982,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1720,4983,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1721,4984,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1722,4985,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1723,4986,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1724,4987,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1725,4988,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1726,4989,1,1,'','<p>Contains: Shard of Farosh\'s Fang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1727,4990,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1728,4991,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1729,4992,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1730,4993,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1731,4994,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1732,4995,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1733,4996,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1734,4997,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1735,4998,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1736,4999,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1737,5000,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1738,5001,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1739,5002,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1740,5003,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1741,5004,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1742,5005,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1743,5006,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1744,5007,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1745,5008,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1746,5009,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1747,5010,1,1,'','<p>Contains: </p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1748,5011,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1749,5012,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1750,5013,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1751,5014,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1752,5015,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1753,5016,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1754,5017,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1755,5018,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1756,5019,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1757,5020,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1758,5021,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1759,5022,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1760,5023,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1761,5024,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1762,5025,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1763,5026,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1764,5027,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1765,5028,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1766,5029,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1767,5030,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1768,5031,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1769,5032,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1770,5033,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1771,5034,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1772,5035,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1773,5036,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1774,5037,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1775,5038,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1776,5039,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1777,5040,1,1,'','<p>Contains: Mighty Bananas</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1778,5041,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1779,5042,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1780,5043,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1781,5044,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1782,5045,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1783,5046,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1784,5047,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1785,5048,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1786,5049,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1787,5050,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1788,5051,1,1,'','<p>Contains: Luminous Stone</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1789,5052,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1790,5053,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1791,5054,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1792,5055,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1793,5056,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1794,5057,1,1,'','<p>Contains: Giant Ancient Core</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1795,5058,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1796,5059,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1797,5060,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1798,5061,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1799,5062,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1800,5063,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1801,5064,1,1,'','<p>Contains: Ancient Core</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1802,5065,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1803,5066,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1804,5067,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1805,5068,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1806,5069,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1807,5070,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1808,5071,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1809,5072,1,1,'','<p>Contains: Shard of Dinraal\'s Fang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1810,5073,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1811,5074,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1812,5075,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1813,5076,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1814,5077,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1815,5078,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1816,5079,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1817,5080,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1818,5081,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1819,5082,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1820,5083,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1821,5084,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1822,5085,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1823,5086,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1824,5087,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1825,5088,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (1826,5089,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1827,5090,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1828,5091,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1829,5092,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1830,5093,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1831,5094,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1832,5095,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1833,5096,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1834,5097,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1835,5098,1,1,'','<p>Contains: Ancient Shaft</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1836,5099,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1837,5100,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1838,5101,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1839,5102,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1840,5103,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1841,5104,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1842,5105,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1843,5106,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1844,5107,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1845,5108,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1846,5109,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1847,5110,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1848,5111,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1849,5112,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1850,5113,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1851,5114,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1852,5115,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1853,5116,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1854,5117,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1855,5118,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1856,5119,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1857,5120,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1858,5121,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1859,5122,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1860,5123,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1861,5124,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1862,5125,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1863,5126,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1864,5127,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1865,5128,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1866,5129,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1867,5130,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1868,5131,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1869,5132,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1870,5133,1,1,'','<p>Contains: Naydra\'s Scale</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1871,5134,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1872,5135,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1873,5136,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1874,5137,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1875,5138,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1876,5139,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1877,5140,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1878,5141,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1879,5142,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1880,5143,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1881,5144,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1882,5145,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1883,5146,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1884,5147,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1885,5148,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1886,5149,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1887,5150,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1888,5151,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1889,5152,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1890,5153,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1891,5154,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1892,5155,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1893,5156,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1894,5157,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1895,5158,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1896,5159,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1897,5160,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1898,5161,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1899,5162,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1900,5163,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1901,5164,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1902,5165,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1903,5166,1,1,'','<p>Contains: Luminous Stone</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1904,5167,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1905,5168,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1906,5169,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1907,5170,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1908,5171,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1909,5172,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1910,5173,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1911,5174,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1912,5175,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1913,5176,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1914,5177,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1915,5178,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1916,5179,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1917,5180,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1918,5181,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1919,5182,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1920,5183,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1921,5184,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1922,5185,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1923,5186,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1924,5187,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1925,5188,1,1,'','<p>Contains: Thunder Helm</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1926,5189,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1927,5190,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1928,5191,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1929,5192,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1930,5193,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1931,5194,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1932,5195,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1933,5196,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1934,5197,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1935,5198,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1936,5199,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1937,5200,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (1938,5201,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1939,5202,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1940,5203,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1941,5204,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1942,5205,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (1943,5206,1,1,'','<p>Contains: Hestu\'s Maracas</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2407,5670,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2408,5671,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2409,5672,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2410,5673,1,1,'','<p>Contains: Spiked Boko Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2411,5674,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2412,5675,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2413,5676,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2414,5677,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2415,5678,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2416,5679,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2417,5680,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2418,5681,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2419,5682,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2420,5683,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2421,5684,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2422,5685,1,1,'','<p>Contains: Traveler\'s Sword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2423,5686,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2424,5687,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2425,5688,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2426,5689,1,1,'','<p>Contains: Flameblade</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2427,5690,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2428,5691,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2429,5692,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2430,5693,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2431,5694,1,1,'','<p>Contains: Fisherman\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2432,5695,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2433,5696,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2434,5697,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2435,5698,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2436,5699,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2437,5700,1,1,'','<p>Contains: Lightscale Trident</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2438,5701,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2439,5702,1,1,'','<p>Contains: Thunderstorm Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2440,5703,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2441,5704,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2442,5705,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2443,5706,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2444,5707,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2445,5708,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2446,5709,1,1,'','<p>Contains: Ancient Arrow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2447,5710,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2448,5711,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2449,5712,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2450,5713,1,1,'','<p>Contains: Royal Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2451,5714,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2452,5715,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2453,5716,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2454,5717,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2455,5718,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2456,5719,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2457,5720,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2458,5721,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2459,5722,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2460,5723,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2461,5724,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2462,5725,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2463,5726,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2464,5727,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2465,5728,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2466,5729,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2467,5730,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2468,5731,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2469,5732,1,1,'','<p>Contains: Ice Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2470,5733,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2471,5734,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2472,5735,1,1,'','<p>Contains: Tunic of the Wild</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2473,5736,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2474,5737,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2475,5738,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2476,5739,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2477,5740,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2478,5741,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2479,5742,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2480,5743,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2481,5744,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2482,5745,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2483,5746,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2484,5747,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2485,5748,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2486,5749,1,1,'','<p>Contains: Cobble Crusher</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2487,5750,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2488,5751,1,1,'','<p>Contains: Shock Arrow x10</p><p>Is in the ground: Yes</p>',1,0); -INSERT INTO `marker_tab` VALUES (2489,5752,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2490,5753,1,1,'','<p>Contains: Warm Doublet</p><p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (2491,5754,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2492,5755,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2493,5756,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2494,5757,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2495,5758,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2496,5759,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2497,5760,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2498,5761,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2499,5762,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2500,5763,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2501,5764,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2502,5765,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2503,5766,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2504,5767,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2505,5768,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2506,5769,1,1,'','<p>Contains: Swallow Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2507,5770,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2508,5771,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2509,5772,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2510,5773,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2511,5774,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2512,5775,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2513,5776,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2514,5777,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2515,5778,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2516,5779,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2517,5780,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2518,5781,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2519,5782,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2520,5783,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2521,5784,1,1,'','<p>Contains: Edge of Duality</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2522,5785,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2523,5786,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2524,5787,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2525,5788,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2526,5789,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2527,5790,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2528,5791,1,1,'','<p>Contains: Traveler\'s Sword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2529,5792,1,1,'','<p>Contains: Emblazoned Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2530,5793,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2531,5794,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2532,5795,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2533,5796,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2534,5797,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2535,5798,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2536,5799,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2537,5800,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2538,5801,1,1,'','<p>Contains: Ancient Arrow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2539,5802,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2540,5803,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2541,5804,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2542,5805,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2543,5806,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2544,5807,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2545,5808,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2546,5809,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2547,5810,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2548,5811,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2549,5812,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2550,5813,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2551,5814,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2552,5815,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2553,5816,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2554,5817,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2555,5818,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2556,5819,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2557,5820,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2558,5821,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2559,5822,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2560,5823,1,1,'','<p>Contains: Scimitar of the Seven</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2561,5824,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2562,5825,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2563,5826,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2564,5827,1,1,'','<p>Contains: Fishing Harpoon</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2565,5828,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2566,5829,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2567,5830,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2568,5831,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2569,5832,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2570,5833,1,1,'','<p>Contains: Frostblade</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2571,5834,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2572,5835,1,1,'','<p>Contains: Forest Dweller\'s Sword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2573,5836,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2574,5837,1,1,'','<p>Contains: Traveler\'s Sword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2575,5838,1,1,'','<p>Contains: Royal Halberd</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2576,5839,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2577,5840,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2578,5841,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2579,5842,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2580,5843,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2581,5844,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2582,5845,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2583,5846,1,1,'','<p>Contains: Shock Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2584,5847,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2585,5848,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2586,5849,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2587,5850,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2588,5851,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2589,5852,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2590,5853,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2591,5854,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2592,5855,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2593,5856,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2594,5857,1,1,'','<p>Contains: Radiant Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2595,5858,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2596,5859,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2597,5860,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2598,5861,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2599,5862,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2600,5863,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2601,5864,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2602,5865,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2603,5866,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2604,5867,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2605,5868,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2606,5869,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2607,5870,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2608,5871,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2609,5872,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2610,5873,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2611,5874,1,1,'','<p>Contains: Fisherman\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2612,5875,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2613,5876,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2614,5877,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2615,5878,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2616,5879,1,1,'','<p>Contains: Silverscale Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2617,5880,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2618,5881,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2619,5882,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2620,5883,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2621,5884,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2622,5885,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2623,5886,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2624,5887,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2625,5888,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2626,5889,1,1,'','<p>Contains: Savage Lynel Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2627,5890,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2628,5891,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2629,5892,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2630,5893,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2631,5894,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2632,5895,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2633,5896,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2634,5897,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2635,5898,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2636,5899,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2637,5900,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2638,5901,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2639,5902,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2640,5903,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2641,5904,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2642,5905,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2643,5906,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2644,5907,1,1,'','<p>Contains: Ice Arrow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2645,5908,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2646,5909,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2647,5910,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2648,5911,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2649,5912,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2650,5913,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2651,5914,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2652,5915,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2653,5916,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2654,5917,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2655,5918,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2656,5919,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2657,5920,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2658,5921,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2659,5922,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2660,5923,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2661,5924,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2662,5925,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2663,5926,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2664,5927,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2665,5928,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2666,5929,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2667,5930,1,1,'','<p>Contains: Thunderstorm Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2668,5931,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2669,5932,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2670,5933,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2671,5934,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2672,5935,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2673,5936,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2674,5937,1,1,'','<p>Contains: Kite Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2675,5938,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2676,5939,1,1,'','<p>Contains: Great Thunderblade</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2677,5940,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2678,5941,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2679,5942,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2680,5943,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2681,5944,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2682,5945,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2683,5946,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2684,5947,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2685,5948,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2686,5949,1,1,'','<p>Contains: Cobble Crusher</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2687,5950,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2688,5951,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2689,5952,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2690,5953,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2691,5954,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2692,5955,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2693,5956,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2694,5957,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2695,5958,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2696,5959,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2697,5960,1,1,'','<p>Contains: Edge of Duality</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2698,5961,1,1,'','<p>Contains: Blizzard Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2699,5962,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2700,5963,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2701,5964,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2702,5965,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2703,5966,1,1,'','<p>Contains: Forest Dweller\'s Sword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2704,5967,1,1,'','<p>Contains: Frostblade</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2705,5968,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2706,5969,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2707,5970,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2708,5971,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2709,5972,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2710,5973,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2711,5974,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2712,5975,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2713,5976,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2714,5977,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2715,5978,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2716,5979,1,1,'','<p>Contains: Flamespear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2717,5980,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2718,5981,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2719,5982,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2720,5983,1,1,'','<p>Contains: Shock Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2721,5984,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2722,5985,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2723,5986,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2724,5987,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2725,5988,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2726,5989,1,1,'','<p>Contains: Well-Worn Trousers</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2727,5990,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2728,5991,1,1,'','<p>Contains: Daybreaker</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2729,5992,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2730,5993,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2731,5994,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2732,5995,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2733,5996,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2734,5997,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2735,5998,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2736,5999,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2737,6000,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2738,6001,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2739,6002,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2740,6003,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2741,6004,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2742,6005,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2743,6006,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2744,6007,1,1,'','<p>Contains: Korok Leaf</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2745,6008,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2746,6009,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2747,6010,1,1,'','<p>Contains: Hylian Trousers</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2748,6011,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2749,6012,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2750,6013,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2751,6014,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2752,6015,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2753,6016,1,1,'','<p>Contains: Old Shirt</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2754,6017,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2755,6018,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2756,6019,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2757,6020,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2758,6021,1,1,'','<p>Contains: Bomb Arrow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2759,6022,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2760,6023,1,1,'','<p>Contains: Zora Helm</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2761,6024,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2762,6025,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2763,6026,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2764,6027,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2765,6028,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2766,6029,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2767,6030,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2768,6031,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2769,6032,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2770,6033,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2771,6034,1,1,'','<p>Contains: Royal Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2772,6035,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2773,6036,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2774,6037,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2775,6038,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2776,6039,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2777,6040,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2778,6041,1,1,'','<p>Contains: Thunderblade</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2779,6042,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2780,6043,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2781,6044,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2782,6045,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2783,6046,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2784,6047,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2785,6048,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2786,6049,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2787,6050,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2788,6051,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2789,6052,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2790,6053,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2791,6054,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2792,6055,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2793,6056,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2794,6057,1,1,'','<p>Contains: Feathered Edge</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2795,6058,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2796,6059,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2797,6060,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2798,6061,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2799,6062,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2800,6063,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2801,6064,1,1,'','<p>Contains: Royal Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2802,6065,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2803,6066,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2804,6067,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2805,6068,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2806,6069,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2807,6070,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2808,6071,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2809,6072,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2810,6073,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2811,6074,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2812,6075,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2813,6076,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2814,6077,1,1,'','<p>Contains: Trousers of the Wild</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2815,6078,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2816,6079,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2817,6080,1,1,'','<p>Contains: Forest Dweller\'s Sword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2818,6081,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2819,6082,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2820,6083,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2821,6084,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2822,6085,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2823,6086,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2824,6087,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2825,6088,1,1,'','<p>Contains: Stone Smasher</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2826,6089,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2827,6090,1,1,'','<p>Contains: Radiant Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2828,6091,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2829,6092,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2830,6093,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2831,6094,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2832,6095,1,1,'','<p>Contains: Silverscale Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2833,6096,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2834,6097,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2835,6098,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2836,6099,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2837,6100,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2838,6101,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2839,6102,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2840,6103,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2841,6104,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2842,6105,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2843,6106,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2844,6107,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2845,6108,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2846,6109,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2847,6110,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2848,6111,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2849,6112,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2850,6113,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2851,6114,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2852,6115,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2853,6116,1,1,'','<p>Contains: Iron Sledgehammer</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2854,6117,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2855,6118,1,1,'','<p>Contains: Forest Dweller\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2856,6119,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2857,6120,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2858,6121,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2859,6122,1,1,'','<p>Contains: Great Eagle Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2860,6123,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2861,6124,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2862,6125,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2863,6126,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2864,6127,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2865,6128,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2866,6129,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2867,6130,1,1,'','<p>Contains: Hunter\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2868,6131,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2869,6132,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2870,6133,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2871,6134,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2872,6135,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2873,6136,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2874,6137,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2875,6138,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2876,6139,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2877,6140,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2878,6141,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2879,6142,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2880,6143,1,1,'','<p>Contains: Kite Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2881,6144,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2882,6145,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2883,6146,1,1,'','<p>Contains: Emblazoned Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2884,6147,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2885,6148,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2886,6149,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2887,6150,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2888,6151,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2889,6152,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2890,6153,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2891,6154,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2892,6155,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2893,6156,1,1,'','<p>Contains: Radiant Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2894,6157,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2895,6158,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2896,6159,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2897,6160,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2898,6161,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2899,6162,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2900,6163,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2901,6164,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2902,6165,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2903,6166,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2904,6167,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2905,6168,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2906,6169,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2907,6170,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2908,6171,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2909,6172,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2910,6173,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2911,6174,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2912,6175,1,1,'','<p>Contains: Diamond Circlet</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2913,6176,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2914,6177,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2915,6178,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2916,6179,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2917,6180,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2918,6181,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2919,6182,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2920,6183,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2921,6184,1,1,'','<p>Contains: Thunderstorm Rod</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2922,6185,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2923,6186,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2924,6187,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2925,6188,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2926,6189,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2927,6190,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2928,6191,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2929,6192,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2930,6193,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2931,6194,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2932,6195,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2933,6196,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2934,6197,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2935,6198,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2936,6199,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2937,6200,1,1,'','<p>Contains: Eightfold Blade</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2938,6201,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2939,6202,1,1,'','<p>Contains: Swallow Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2940,6203,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2941,6204,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2942,6205,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2943,6206,1,1,'','<p>Contains: Boulder Breaker</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2944,6207,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2945,6208,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2946,6209,1,1,'','<p>Contains: Ancient Arrow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2947,6210,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2948,6211,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2949,6212,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2950,6213,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2951,6214,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2952,6215,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2953,6216,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2954,6217,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2955,6218,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2956,6219,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2957,6220,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2958,6221,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2959,6222,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2960,6223,1,1,'','<p>Contains: Hylian Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2961,6224,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2962,6225,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2963,6226,1,1,'','<p>Contains: Eightfold Longblade</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2964,6227,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2965,6228,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2966,6229,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2967,6230,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2968,6231,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2969,6232,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2970,6233,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2971,6234,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2972,6235,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2973,6236,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2974,6237,1,1,'','<p>Contains: Silver Longsword</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2975,6238,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2976,6239,1,1,'','<p>Contains: Royal Broadsword</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2977,6240,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2978,6241,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2979,6242,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2980,6243,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2981,6244,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2982,6245,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2983,6246,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2984,6247,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2985,6248,1,1,'','<p>Contains: Royal Guard\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2986,6249,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2987,6250,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2988,6251,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2989,6252,1,1,'','<p>Contains: Iron Sledgehammer</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2990,6253,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2991,6254,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2992,6255,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2993,6256,1,1,'','<p>Contains: Serpentine Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2994,6257,1,1,'','<p>Contains: Iron Sledgehammer</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2995,6258,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (2996,6259,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2997,6260,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2998,6261,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (2999,6262,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3000,6263,1,1,'','<p>Contains: Ancient Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3001,6264,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3002,6265,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3003,6266,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3004,6267,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3005,6268,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3006,6269,1,1,'','<p>Contains: Emblazoned Shield</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3007,6270,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3008,6271,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3009,6272,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3010,6273,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3011,6274,1,1,'','<p>Contains: Cap of the Wild</p><p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3012,6748,1,1743,'','<p>With Zora shirt and nearby shrine, makes for an easy place to quickly farm Farosh's items.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3013,6749,1,1743,'','<p>Wait at Tabantha Bridge Stable's fire until nighttime (9pm).&nbsp; Run north along canyon's edge, and Dinraal will appear from the North, heading South, inside the canyon.&nbsp; Just paraglide towards for easy quick farming.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3014,6763,1,1756,'','<p><strong>Enchants clothes</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3015,6764,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3016,6765,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3017,6766,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3018,6767,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3019,6768,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3020,6769,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3021,6770,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3022,6771,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3023,6772,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3024,6773,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3025,6774,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3026,6775,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Snow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3027,6776,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3028,6777,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3029,6778,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3030,6779,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3031,6780,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3032,6781,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3033,6782,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3034,6783,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3035,6784,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3036,6785,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3037,6786,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3038,6787,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3039,6788,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3040,6789,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3041,6790,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3042,6791,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3043,6792,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3044,6793,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3045,6794,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3046,6795,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3047,6796,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3048,6797,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3049,6798,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3050,6799,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3051,6800,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3052,6801,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3053,6802,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3054,6803,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3055,6804,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3056,6805,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3057,6806,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3058,6807,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3059,6808,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3060,6809,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3061,6810,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3062,6811,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Snow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3063,6812,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3064,6813,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3065,6814,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3066,6815,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3067,6816,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Snow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3068,6817,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3069,6818,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3070,6819,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3071,6820,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3072,6821,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3073,6822,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3074,6823,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3075,6824,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3076,6825,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3077,6826,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3078,6827,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3079,6828,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3080,6829,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3081,6830,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Snow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3082,6831,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3083,6832,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3084,6833,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3085,6834,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3086,6835,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3087,6836,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3088,6837,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3089,6838,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3090,6839,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3091,6840,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3092,6841,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3093,6842,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3094,6843,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3095,6844,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3096,6845,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3097,6846,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3098,6847,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3099,6848,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3100,6849,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3101,6850,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3102,6851,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3103,6852,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3104,6853,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3105,6854,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3106,6855,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3107,6856,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3108,6857,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3109,6858,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3110,6859,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3111,6860,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3112,6861,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3113,6862,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3114,6863,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3115,6864,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3116,6865,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3117,6866,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3118,6867,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3119,6868,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3120,6869,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3121,6870,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3122,6871,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3123,6872,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3124,6873,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3125,6874,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3126,6875,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3127,6876,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3128,6877,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3129,6878,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3130,6879,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3131,6880,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3132,6881,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3133,6882,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3134,6883,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3135,6884,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3136,6885,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3137,6886,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3138,6887,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3139,6888,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3140,6889,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3141,6890,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3142,6891,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3143,6892,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3144,6893,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3145,6894,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3146,6895,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3147,6896,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3148,6897,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3149,6898,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3150,6899,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3151,6900,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3152,6901,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3153,6902,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Sand</p>',1,1); -INSERT INTO `marker_tab` VALUES (3154,6903,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3155,6904,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3156,6905,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3157,6906,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3158,6907,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3159,6908,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3160,6909,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3161,6910,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3162,6911,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); -INSERT INTO `marker_tab` VALUES (3163,6913,1,146,'','<p>Push the rock into the hole</p>',1,1); -INSERT INTO `marker_tab` VALUES (3164,6915,1,146,'','<p>Swimming in the shallow water.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3165,6916,1,146,'','<p>Swimming in the shallow water.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3166,6917,1,146,'','<p>Flower/number puzzle</p>',1,1); -INSERT INTO `marker_tab` VALUES (3167,6928,1,1785,'','<p>Loone, lover of all ancient things, can't bear to part with her precious orb, Roscoe. Although, if you could somehow show her images of three types of Guardians, she may change her tune.</p>\r\n<p>Figure out some way to safely show her what the different Guardians look like. The three include small Guardians, flying Guardians, and Guardians that walk around.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3168,6929,1,1785,'','<p>When you arrived at the Thundra Plateau, a fierce storm blowing around you, a voice spoke.</p>\r\n<p>The voice said that a trial would appear once four spirits were set in their proper places.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3169,6930,1,1785,'','<p>Reward: Topaz</p>',1,1); -INSERT INTO `marker_tab` VALUES (3170,6931,1,1785,'','<p>Harth of the Rito said that if your Great Eagle Bow breaks, he can make another one using a Swallow Bow, a diamond, and five bundles of wood.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3171,6932,1,1785,'','<p>On the ground</p>',1,1); -INSERT INTO `marker_tab` VALUES (3172,6942,1,1811,'','<p>DONE</p>',1,1); -INSERT INTO `marker_tab` VALUES (3173,6944,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3174,6945,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3175,6946,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3176,6947,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3177,6948,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3178,6949,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3179,6950,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3180,6951,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3181,6952,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3182,6953,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3183,6954,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3184,6955,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3185,6956,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3186,6957,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3187,6958,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3188,6959,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3189,6960,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3190,6961,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3191,6962,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3192,6963,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3193,6964,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3194,6965,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3195,6966,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3196,6967,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3197,6968,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3198,6969,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3199,6970,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3200,6971,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3201,6972,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3202,6973,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3203,6974,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3204,6975,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3205,6976,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3206,6977,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3207,6978,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3208,6979,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3209,6980,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3210,6981,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3211,6982,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3212,6983,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3213,6984,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3214,6985,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3215,6986,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3216,6987,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3217,6988,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3218,6989,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3219,6990,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3220,6991,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3221,6992,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3222,6993,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3223,6994,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3224,6995,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3225,6996,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3226,6997,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3227,6998,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3228,6999,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3229,7000,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3230,7001,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3231,7002,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3232,7003,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3233,7004,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3234,7005,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3235,7006,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3236,7007,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3237,7008,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3238,7009,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3239,7010,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3240,7011,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3241,7012,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3242,7013,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3243,7014,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3244,7015,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3245,7016,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3246,7017,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3247,7018,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3248,7019,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3249,7020,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3250,7021,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3251,7022,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3252,7023,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3253,7024,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3254,7025,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3255,7026,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3256,7027,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3257,7028,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3258,7029,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3259,7030,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3260,7031,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3261,7032,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3262,7033,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3263,7034,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3264,7035,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3265,7036,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3266,7037,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3267,7038,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3268,7039,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3269,7040,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3270,7041,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3271,7042,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3272,7043,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3273,7044,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3274,7045,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3275,7046,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3276,7047,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3277,7048,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3278,7049,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3279,7050,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3280,7051,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3281,7052,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3282,7053,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3283,7054,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3284,7055,1,1,'','<p>Already lit: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3285,7056,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3286,7057,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3287,7058,1,1,'','<p>Already lit: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3288,7078,1,1,'','<p>This is the final memory and it will available only after you gather all others.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3289,2793,1,1,'','<p>Chest:&nbsp;Royal Claymore</p>',1,0); -INSERT INTO `marker_tab` VALUES (3290,2793,1,1,'','<p>Chest:&nbsp;Royal Claymore</p>',1,0); -INSERT INTO `marker_tab` VALUES (3291,2794,1,1,'','<p>Title:&nbsp;A Major Test of Strength</p>\r\n<p>Chest:&nbsp;Sapphire</p>',1,1); -INSERT INTO `marker_tab` VALUES (3292,2793,1,1,'','<p>Title:&nbsp;To Quomo's Blessing</p>\r\n<p>Chest:&nbsp;Royal Claymore</p>',1,1); -INSERT INTO `marker_tab` VALUES (3293,7079,1,1634,'','<p>Clear the dungeon by killing its Boss, you'll get a Hylian Shield as a reward</p>',1,1); -INSERT INTO `marker_tab` VALUES (3294,7080,1,1634,'','<p>There will be enemies nearby, so be careful.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3295,7082,1,1475,'','<p>Circles Around the central stone spire</p>',1,1); -INSERT INTO `marker_tab` VALUES (3296,7083,1,1475,'','<p>Walking around the desert, shows up here once taken control of</p>',1,1); -INSERT INTO `marker_tab` VALUES (3297,7084,1,1475,'','<p>Walking around the desert, sits here once taken control of</p>',1,1); -INSERT INTO `marker_tab` VALUES (3298,7085,1,1475,'','<p>Crawling around on top of Death Mountain</p>',1,1); -INSERT INTO `marker_tab` VALUES (3299,6695,1,1,'','<p>Page 1</p>\r\n<p style="padding-left: 30px;">Well, my wife left me today. The last thing she said to me was: "What's more important, the Cuccos or me?!" I chose the Cuccos. - The Bow Master</p>\r\n<p>Page 2</p>\r\n<p style="padding-left: 30px;">A painter unfamiliar to any of us has arrived in the village. He claims he is searching for the Great Fairy's Fountain, but that's near where the village's spirit protector resides. We must make sure the outsider doesn't learn of the location of the fountain...or the two shrines near it. -Anonymous Father of Two</p>\r\n<p>Page 3</p>\r\n<p style="padding-left: 30px;">That new guy in town looks like he really knows how to tune a bow. I hope he comes by and nocks an arrow for me. It's been WAAAY too long. -Lonely Arrow Girl</p>\r\n<p>Page 4</p>\r\n<p style="padding-left: 30px;">Day in, day out, I'm outside barking people into the shop. I don't mind, really. It's good money, and busying myself helps to numb the pain. But the only thing that really helps me feel better is walking among the fireflies. Unfortunately, we've now been asked to not walk around at night because it's dangerous. I don't know how I can cope without the fireflies... -Struggling Shop Girl</p>\r\n<p>Page 5</p>\r\n<p style="padding-left: 30px;">There is a precious heirloom that has been passed down through my family for generations. Recently, I've begun to hear voices telling me that the heirloom has an important destiny. It's going to happen soon. It makes me nervous, but I can feel it in my bones. -Papaya</p>',1,0); -INSERT INTO `marker_tab` VALUES (3300,6695,1,1,'','<p>Page 1</p>\r\n<p style="padding-left: 30px;">Well, my wife left me today. The last thing she said to me was: "What's more important, the Cuccos or me?!" I chose the Cuccos. - The Bow Master</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 2</p>\r\n<p style="padding-left: 30px;">A painter unfamiliar to any of us has arrived in the village. He claims he is searching for the Great Fairy's Fountain, but that's near where the village's spirit protector resides. We must make sure the outsider doesn't learn of the location of the fountain...or the two shrines near it. -Anonymous Father of Two</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 3</p>\r\n<p style="padding-left: 30px;">That new guy in town looks like he really knows how to tune a bow. I hope he comes by and nocks an arrow for me. It's been WAAAY too long. -Lonely Arrow Girl</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 4</p>\r\n<p style="padding-left: 30px;">Day in, day out, I'm outside barking people into the shop. I don't mind, really. It's good money, and busying myself helps to numb the pain. But the only thing that really helps me feel better is walking among the fireflies. Unfortunately, we've now been asked to not walk around at night because it's dangerous. I don't know how I can cope without the fireflies... -Struggling Shop Girl</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 5</p>\r\n<p style="padding-left: 30px;">There is a precious heirloom that has been passed down through my family for generations. Recently, I've begun to hear voices telling me that the heirloom has an important destiny. It's going to happen soon. It makes me nervous, but I can feel it in my bones. -Papaya</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3301,4963,1,1,'','<p>Give enough food to the dog nearby for a chest.</p>\r\n<p>Contains: Silver Rupee</p>\r\n<p>Is in the ground: Yes</p>',1,0); -INSERT INTO `marker_tab` VALUES (3302,5753,1,1,'','<p>This chest is only available if you don't manage to get it from the Old Man, after you received the Paraglider.</p>\r\n<p>Contains: Warm Doublet</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3303,5753,1,1,'','<p>This chest is only available if you didn't manage to get it from the Old Man, after you received the Paraglider.</p>\r\n<p>Contains: Warm Doublet</p>\r\n<p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3304,4963,1,1,'','<p>Feed the nearby dog 4 times in order in order to make this treasure chest to appear.</p>\r\n<p>Contains: Silver Rupee</p>\r\n<p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3305,5088,1,1,'','<p style="color: red;">It has been reported that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3306,5088,1,1,'','<p style="color: red;"><strong>It has been reported that this chest is glitched and cannot be opened.&nbsp;</strong></p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3307,5088,1,1,'','<p style="color: orange;"><strong>Note: It has been reported that this chest is glitched and cannot be opened.&nbsp;</strong></p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3308,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been reported that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3309,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been reported that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3310,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3311,4971,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Opal</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3312,4971,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Opal</p>\r\n<p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3313,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a>&nbsp;that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); -INSERT INTO `marker_tab` VALUES (3314,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (3315,7114,1,652,'','<p>fze</p>',1,1); -INSERT INTO `marker_tab` VALUES (3316,7115,1,1974,'','<p>Behind Rocks, use Remote Bomb to clear the way</p>',1,1); -INSERT INTO `marker_tab` VALUES (3317,5751,1,1,'','<p><img src="content/BotW/BotW_Dog_Chest_East_Akkala_Stable.jpg" alt="" width="960" height="540" />Contains: Shock Arrow x10</p>\r\n<p>Is in the ground: Yes</p>',1,0); -INSERT INTO `marker_tab` VALUES (3318,5751,1,1,'','<img src="content/BotW/BotW_Dog_Chest_East_Akkala_Stable.jpg" alt="" width="960" height="540" />\r\n<p>Feed the nearby dog with 4 different types of food in order to make this chest to appear.</p>\r\n<p>Contains: Shock Arrow x10</p>\r\n<p>Is in the ground: Yes</p>',1,0); -INSERT INTO `marker_tab` VALUES (3319,5751,1,1,'','<img src="content/BotW/BotW_Dog_Chest_East_Akkala_Stable.jpg" alt="" width="960" height="540" />\r\n<p>Feed the nearby dog four times in order to make this chest to appear.</p>\r\n<p>Contains: Shock Arrow x10</p>\r\n<p>Is in the ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3320,7121,1,2153,'','<p>You have to throw a snowball through the door.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3321,7122,1,1881,'','<p>Royal Claymore<strong> Lv 71</strong> , burg the ice and chress apper.<br /><em><strong>Attack Up + 19</strong></em></p>',1,1); -INSERT INTO `marker_tab` VALUES (3322,7123,1,1922,'','<p>??</p>',1,1); -INSERT INTO `marker_tab` VALUES (3323,7124,1,1922,'','<p>??</p>',1,1); -INSERT INTO `marker_tab` VALUES (3324,7127,1,1896,'','<p>chest inside shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (3325,7128,1,762,'','<p>You overheard a fight between Hagie and Ruli, husband and wife. Their daughter Hunnie is sick and won't get better if she doesn't eat. But the thing is, the only food she has an appetite for is cake, and finding a particular cake to please her has proven nearly impossible. Ruli is at her wit's end, ready to even trade her soul to a&nbsp;<em><strong>monster</strong></em> if it means finding a cake her daughter will eat.<br />Where are you going to find a suitable&nbsp;<strong><em>cake</em></strong><em></em>?</p>',1,1); -INSERT INTO `marker_tab` VALUES (3326,7137,1,415,'','<p>Korok seed just south of this marker starts here</p>',1,1); -INSERT INTO `marker_tab` VALUES (3327,7138,1,415,'','<p>This Korok Seed starts north of this point, at the Korok seed flower marker!</p>',1,1); -INSERT INTO `marker_tab` VALUES (3328,7147,1,1952,'','<p>major</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3329,7151,1,2403,'','<p>asdasdasd</p>',1,1); -INSERT INTO `marker_tab` VALUES (3330,7154,1,2444,'','<p>Links House</p>',1,1); -INSERT INTO `marker_tab` VALUES (3331,7155,1,2460,'','<p>Iron Sledgehammer</p>',1,1); -INSERT INTO `marker_tab` VALUES (3332,7156,1,2460,'','<p>Iron Sledgehammer</p>',1,1); -INSERT INTO `marker_tab` VALUES (3333,7157,1,2460,'','<p>Iron Sledgehammer</p>',1,1); -INSERT INTO `marker_tab` VALUES (3334,7167,1,2131,'','<p>Look up toward the bridge from atop the higher broken bridge leg.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3335,7169,1,1682,'','<p>cccc</p>',1,1); -INSERT INTO `marker_tab` VALUES (3336,7172,1,2596,'','<p>test</p>',1,1); -INSERT INTO `marker_tab` VALUES (3337,7176,1,2636,'','<p>lgyu</p>',1,1); -INSERT INTO `marker_tab` VALUES (3338,7176,1,2636,'','<p>njk</p>',1,1); -INSERT INTO `marker_tab` VALUES (3339,7181,1,901,'','<p>Open the metal door, and fish come out.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3340,7182,1,901,'','<p>Lots of fish swimming around</p>',1,1); -INSERT INTO `marker_tab` VALUES (3341,7185,1,1974,'','<p>Great Flameblade w/ Attack Up + 15</p>',1,1); -INSERT INTO `marker_tab` VALUES (3342,7192,1,2787,'','<p>Fadas</p>',1,1); -INSERT INTO `marker_tab` VALUES (3343,7198,1,2813,'','<p>Korok</p>',1,1); -INSERT INTO `marker_tab` VALUES (3344,7200,1,2052,'','<p>3 Rusty shield needed</p>',1,1); -INSERT INTO `marker_tab` VALUES (3345,7207,1,2939,'','<p>Contains a throwing spear, a woodland bow, and three destroyable wooden boxes containing apples and arrows.</p>\r\n<p>Located facing the north end of the wetlands beach and the ascent to Lanayru's tower.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3346,7211,1,2942,'','<p>5x Hearty Durian Trees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3347,7212,1,2942,'','<p>Follow the flower Southeast to a small rock outcropping.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3348,7215,1,2942,'','<p>3x Hearty Durian Trees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3349,7216,1,2942,'','<p>8+ Hearty Durian Trees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3350,7220,1,2953,'','<p>Requires: From The Ground Up side-quest started</p>',1,1); -INSERT INTO `marker_tab` VALUES (3351,7221,1,2953,'','<p>Required: From The Ground Up side-quest started</p>',1,1); -INSERT INTO `marker_tab` VALUES (3352,7243,1,2738,'','<p><strong>A Gift of Nightshade</strong> is a <a title="Quest" href="http://zelda.wikia.com/wiki/Quest">side quest</a> in <em><a title="The Legend of Zelda: Breath of the Wild" href="http://zelda.wikia.com/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild">The Legend of Zelda: Breath of the Wild</a></em>. It is given to <a title="Link" href="http://zelda.wikia.com/wiki/Link">Link</a> by <a title="Wabbin" href="http://zelda.wikia.com/wiki/Wabbin">Wabbin</a>, who can be found at <a title="Tuft Mountain" href="http://zelda.wikia.com/wiki/Tuft_Mountain">Tuft Mountain</a>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3353,7244,1,2738,'','<p><strong>A Gift of Nightshade</strong> is a <a title="Quest" href="http://zelda.wikia.com/wiki/Quest">side quest</a> in <em><a title="The Legend of Zelda: Breath of the Wild" href="http://zelda.wikia.com/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild">The Legend of Zelda: Breath of the Wild.</a></em> It is given to <a title="Link" href="http://zelda.wikia.com/wiki/Link">Link</a> by <a title="Wabbin" href="http://zelda.wikia.com/wiki/Wabbin">Wabbin</a>, who can be found at <a title="Tuft Mountain" href="http://zelda.wikia.com/wiki/Tuft_Mountain">Tuft Mountain</a>.</p>\r\n<p><em>Source: http://zelda.wikia.com/wiki/A_Gift_of_Nightshade</em></p>',1,1); -INSERT INTO `marker_tab` VALUES (3354,7264,1,3161,'','<p>Expansion Pass chest contains switch shirt</p>',1,1); -INSERT INTO `marker_tab` VALUES (3355,7280,1,3441,'','<p>Side quest for traveler camped here. He wants a horse in exchange for 300 rupees.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3356,7285,1,3082,'','<p>OUt in the Faron Grasslands, you came upon Straia, who is conducting a study on animals of the region. He said he's specifically looking for the rumored giant horse that lives on the Taobab Grasslands. <br /><br />Straia asked you to help with his investigation into the giant horse. After all, how giant could it really be?</p>',1,1); -INSERT INTO `marker_tab` VALUES (3357,7286,1,3525,'','<p>oh</p>',1,1); -INSERT INTO `marker_tab` VALUES (3358,7287,1,3082,'','<p>Wabbin has fallen for a Gerudo woman, but he can't work up the courage to talk to her. He's asked that you bring him some blue nightshade so that he can have an excuse to speak to her.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3359,7289,1,3082,'','<p>The retired fisherman Rozel lives a quiet life, spending each day simply staring at the sea.</p>\r\n<p>He shared a legend of a sunken treasure</p>\r\n<p>"The treasure sleeps in teh center of the golden triangle."</p>\r\n<p>You should check it out.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3360,7296,1,3641,'','<p>Guarded by a Moblin and Bokoblin, you will see the blade stuck in the ground.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3361,8560,1,3513,'','<p>20 rubis pour un filet si d&eacute;fi r&eacute;ussi</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3362,8564,1,3461,'','<p>Cleaning Araiso beach of monsters for fishermen.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3363,8565,1,2417,'','<p>a</p>',1,1); -INSERT INTO `marker_tab` VALUES (3364,8600,1,3633,'','<p>Contains Nintendo Switch Shirt</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3365,8601,1,3633,'','<p>Contains a Ruby</p>',1,1); -INSERT INTO `marker_tab` VALUES (3366,8602,1,3633,'','<p>Contains Amber</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3367,8612,1,3633,'','<p>Contains Bomb Arrow x5</p>',1,1); -INSERT INTO `marker_tab` VALUES (3368,8620,1,3633,'','<p>Under the middle of three rocks</p>',1,1); -INSERT INTO `marker_tab` VALUES (3369,8627,1,3082,'','<p>Though Hyrule Castle was destroyed 100 years ago, somewhere inside it still sleeps rare equipment form those days. It is famed among colectors as the <strong>royal guard's series</strong>. Parcy, a traveler at the stable, wants nothing more than to see one of them.<br /><br />However, the castle is a dangerous place nowadays, and ordinary folk risk their lives getting close...</p>',1,1); -INSERT INTO `marker_tab` VALUES (3370,8628,1,3082,'','<p>Gotter, a beautiful man who works at the stables, has become completely infatuated with the cuisine once favored by the Hyrulean royal famil. Eating it has been his lifelong dream ever since learning one of his ancestors was a chef in Hyrule Castle.<br /><br />Some old cookbooks may still bey lying around Hyrule Castle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3371,8638,1,2880,'','<p>testing do can deleted ?</p>',1,1); -INSERT INTO `marker_tab` VALUES (3372,8642,1,171,'','<p>Located on top of the Great Deku Tree</p>\r\n<p>NPC: Walton</p>\r\n<p>Requires: Apple, Fortified Pumpkin, Sunshroom, Voltfin Trout and Lynel Hoof</p>\r\n<p>Reward: Diamond</p>',1,1); -INSERT INTO `marker_tab` VALUES (3373,8647,1,3633,'','<p>Two Spicy Peppers are on the table, another one is in a jar at the back of the hut.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3374,8653,1,3633,'','<p>From 12.00 game time till 16.00.</p>\r\n<p>Hide and Seek and Tag both reward Rock Salt or Amber.</p>\r\n<p>Hide and Seek - Cottla can be found around the back of Impa's porch.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3375,8655,1,3441,'','<p>Trace the pollution (hydromelon rinds) floating in the upper waterways to their source.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3376,8656,1,4785,'','<p>Cracked walls hide Korok Seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (3377,8670,1,1070,'','<p>After hearing Jiahto's request, you agreed to search for the <strong>stone monuments</strong> in the area surrounding Zora's Domain.</p>\r\n<p>Not counting the monument in Zora's Domain, there are <strong>10 to find</strong> in total.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3378,8675,1,5388,'','<p>Talk to Kass and listen to his ancient song. To clear this mission, grab the chest that's next to the rock using Magnesis. There's a golden rupee inside.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3379,8681,1,3633,'','<p>If you already have the four from &nbsp;this location and a blood moon has passed hold max fairies in your hand, then more fairies will spawn.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3380,8689,1,5540,'','<p>5 explosion arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (3381,8694,1,5869,'','<p>Contains a <strong>Blue Bokoblin</strong> and some <strong>Red Bokoblins</strong>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3382,8697,1,5694,'','<p style="padding-left: 30px;">$</p>',1,1); -INSERT INTO `marker_tab` VALUES (3383,8698,1,5328,'','<p>Find and Follow the Yellow Flowers</p>',1,1); -INSERT INTO `marker_tab` VALUES (3384,8700,1,5638,'','<p>In&iacute;cio del juego</p>',1,1); -INSERT INTO `marker_tab` VALUES (3385,8707,1,5742,'','<p>Electric Safflina</p>',1,1); -INSERT INTO `marker_tab` VALUES (3386,8707,1,5742,'','<p>Warm Safflina</p>',1,1); -INSERT INTO `marker_tab` VALUES (3387,8720,1,5941,'','<p>(Big) Hearty Radishes, Hearty Truffles, Endura Shrooms, etc.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3388,8738,1,6700,'','<p>NPC: Dugby</p>\r\n<p>Requirements: Search for hidden drillshaft weapon&nbsp;<br /><br />Reward: You get to keep it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3389,8740,1,2850,'','<table class="infotable">\r\n<tbody>\r\n<tr>\r\n<td colspan="2">\r\n<div class="poem">\r\n<p>Help Hudson build&nbsp;<a title="Tarrey Town" href="https://www.zeldadungeon.net/wiki/Tarrey_Town">Tarrey Town</a>&nbsp;by completing various requests</p>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,1); -INSERT INTO `marker_tab` VALUES (3390,8741,1,2850,'','<p>Collect (1)&nbsp;<a title="Warm Darner" href="https://www.zeldadungeon.net/wiki/Warm_Darner">Warm Darner</a>, (1)&nbsp;<a title="Cold Darner" href="https://www.zeldadungeon.net/wiki/Cold_Darner">Cold Darner</a>, and (1)&nbsp;<a title="Electric Darner" href="https://www.zeldadungeon.net/wiki/Electric_Darner">Electric Darner</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3391,8742,1,2850,'','<table class="infotable">\r\n<tbody>\r\n<tr>\r\n<td colspan="2">\r\n<div class="poem">\r\n<p>Take pictures of Sunshrooms for Symin</p>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,1); -INSERT INTO `marker_tab` VALUES (3392,8743,1,2850,'','<p>Give Kiana&nbsp;<a title="Goat Butter" href="https://www.zeldadungeon.net/wiki/Goat_Butter">Goat Butter</a>&nbsp;and a&nbsp;<a title="Hearty Blueshell Snail" href="https://www.zeldadungeon.net/wiki/Hearty_Blueshell_Snail">Hearty Blueshell Snail</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3393,8744,1,6801,'','<p>"When the three summit trees become one, turn your back to them and head toward the sea."</p>',1,1); -INSERT INTO `marker_tab` VALUES (3394,8745,1,6801,'','<p><strong>!</strong> <em>Lasli&nbsp;&nbsp;&nbsp;&nbsp;</em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kakariko Village</p>\r\n<p>Kakariko Village is famous for its fireflies. Watching their faint glow in the night air is a bit like gazing at the night sky.</p>\r\n<p>Lasli, the clothes-shop barker, is a huge firefly fan.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3395,8746,1,6801,'','<p>! Rola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kakariko Village</p>\r\n<p>Light up four torches.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3396,8747,1,6801,'','<p>Falcon Bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3397,8748,1,6801,'','<p>Topaz</p>',1,1); -INSERT INTO `marker_tab` VALUES (3398,8749,1,6801,'','<p>Purple Ruby</p>',1,1); -INSERT INTO `marker_tab` VALUES (3399,8750,1,6801,'','<p>Gerudo Canyon Stable</p>\r\n<p>Find Sesami four friends who vanished into thin air near the roads at Koukot Plateau.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3400,8751,1,6801,'','<p>Search for a giant horse and tame it and bring it back to Straia to study.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3401,8752,1,6801,'','<p>Speak to a girl named Jana. She will ask for you for an armoranth. Give one to her and she will ask you to speak to her sister Gleema to find out what kind of bugs she wants for her birthday.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3402,8755,1,6801,'','<p>Loone, lover of all things ancient, can't bear to part with her precious orb. Roscoe. Although, if you could somehow show her images of three types of Guardians, she may change her tune.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3403,8756,1,6801,'','<p>She needs goat butter and a hearty blueshell snail to prepare&nbsp; the family's favorite meal, seafood paella.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3404,8758,1,7078,'','<p>Here begins the plant to get the Korok seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (3405,8792,1,6306,'','<p><em><strong>Done</strong></em></p>',1,1); -INSERT INTO `marker_tab` VALUES (3406,8794,1,6242,'','<p>Held by <strong>Black Moblin</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3407,8797,1,7468,'','<p>Shrine of Resurrection</p>',1,1); -INSERT INTO `marker_tab` VALUES (3408,8810,1,3633,'','<p>Hey People who make this map. I don't know how to get in contact with you, But I had an idea that might help you in the long run.</p>\r\n<p>Why not make map markers instant but account bound?&nbsp; It would mean you wouldn't have to scan through every map marker pending, you can use any information on those accounts you choose fit for the "real map",&nbsp; the "real map" will be neat and tidy just the way you want it and if people wanted to map to map out uncommon/rare materials on there own accounts it would make your map even more amazing!!!</p>\r\n<p>Love your map its the best!!! &lt;3</p>',1,1); -INSERT INTO `marker_tab` VALUES (3409,8820,1,7519,'','<p>Blow up rocks to find rare ore deposit and two ore deposits.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3410,8841,1,7670,'','<p>NPC Rola</p>',1,1); -INSERT INTO `marker_tab` VALUES (3411,8843,1,7916,'','<p>Only present in Master Mode</p>',1,1); -INSERT INTO `marker_tab` VALUES (3412,8845,1,5626,'','<p>Pull out the sunken treasure</p>',1,1); -INSERT INTO `marker_tab` VALUES (3413,8848,1,8014,'','<p>Nintendo switch shirt DLC Bundle Exclusive</p>',1,1); -INSERT INTO `marker_tab` VALUES (3414,8849,1,8014,'','<p>Ruby DLC Bundle Exclusive</p>',1,1); -INSERT INTO `marker_tab` VALUES (3415,8850,1,8014,'','<p>Master Mode Exclusive- Soldiers Broadsword</p>',1,1); -INSERT INTO `marker_tab` VALUES (3416,8851,1,8014,'','<p>Master mode Exclusive - Soldiers Shield</p>',1,1); -INSERT INTO `marker_tab` VALUES (3417,8868,1,8323,'','<p>Zat&iacute;m m&aacute;m rekord 666 m.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3418,8898,1,8191,'','<p>Lift the rock at the top of the small island</p>',1,1); -INSERT INTO `marker_tab` VALUES (3419,8899,1,8552,'','<p>Kill monsters on Hateno Beach.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3420,8907,1,8254,'','<p>It's the platform where you start to get the kolog seed northwest from the Haray Lagoon, which is in-between</p>',1,1); -INSERT INTO `marker_tab` VALUES (3421,8909,1,8254,'','<p>You can find the yellow flower that you need to follow to get the kolog seed to the left of the map at the top of the hill.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3422,8910,1,8254,'','<p>Get it following a flower. Start near the shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3423,8916,1,9035,'','<p>Hello</p>',1,1); -INSERT INTO `marker_tab` VALUES (3424,8921,1,9157,'','<p>DLC</p>',1,1); -INSERT INTO `marker_tab` VALUES (3425,8923,1,9117,'','<p>This is tingles hood</p>',1,1); -INSERT INTO `marker_tab` VALUES (3426,8925,1,9194,'','<ul>\r\n<li><strong>Kass</strong>: Where the <em>forest</em> dragon splays its jaws, a <em>Shrine</em> sleeps with noble cause.</li>\r\n</ul>',1,1); -INSERT INTO `marker_tab` VALUES (3427,8927,1,5941,'','<p>Not "Link's House"...the actual name of the side-quest is "Hylian Homeowner." Same steps as mentioned in the "Link's House" marker.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3428,8957,1,9694,'','<p>Tahno O'ah shrine quest</p>',1,1); -INSERT INTO `marker_tab` VALUES (3429,8965,1,9358,'','<p>Fotos von W&auml;chtern</p>',1,1); -INSERT INTO `marker_tab` VALUES (3430,8975,1,10223,'','<p><em></em>You found the treasure that was hidden at Kolomo Garrison Ruins and obtained Majora's Mask.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3431,8977,1,10223,'','<p>The treasure containing the Korok Mask is hidden in the Lost Woods.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3432,8978,1,10223,'','<p>You found the Korok Mask in the spooky tree's hollow within the Lost Woods.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3433,8979,1,9049,'','<p>This chest is at top of wall between the Guardian and the Sanctuary</p>',1,1); -INSERT INTO `marker_tab` VALUES (3434,8981,1,9995,'','<p style="padding-left: 30px;">This enemy camp have a cooking pot and two chest in the ground (an opal and an amber)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3435,8982,1,9995,'','<p>The Arbiter's Ground is a location in Zelda Breath of the wild.</p>\r\n<p>Here there's a molduga and a Korok seed on the central pillar</p>',1,1); -INSERT INTO `marker_tab` VALUES (3436,8983,1,10223,'','<p>Using the scope you will see a platform on the wall. Go there and use Revali's Gale and shoot a shock arrow to it.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3437,8998,1,10387,'','<p>A lady tells you about monsters that have a camp near the bay that have been stealing their sheep. To complete the quest, defeat the bokoblin/moblin camp in Hateno Bay and return to talk to her.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3438,8999,1,10121,'','<p>The Start</p>',1,1); -INSERT INTO `marker_tab` VALUES (3439,9003,1,9294,'','<p>Knight's Halberd (Master Mode)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3440,9004,1,9995,'','<p>Cracked wall</p>\r\n<p>Reward : rare ore</p>',1,1); -INSERT INTO `marker_tab` VALUES (3441,9005,1,9985,'','<p>I found it in DLC 1.3.1</p>',1,1); -INSERT INTO `marker_tab` VALUES (3442,9006,1,9985,'','<p>Dai's will reward you after killing the Lynel nearby</p>',1,1); -INSERT INTO `marker_tab` VALUES (3443,9007,1,9985,'','<p>It's hidden next to the wall, you need to use Magnesys to get it</p>',1,1); -INSERT INTO `marker_tab` VALUES (3444,9015,1,10657,'','<p>Lizalfos</p>',1,1); -INSERT INTO `marker_tab` VALUES (3445,9021,1,5540,'','<p>With Polaris near dead guardian</p>',1,1); -INSERT INTO `marker_tab` VALUES (3446,9022,1,5540,'','<p>with Polaris, found in the ground</p>',1,1); -INSERT INTO `marker_tab` VALUES (3447,9023,1,10875,'','<p>Chest of Shock Arrows. You'll have to cryonis a couple of times from shore.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3448,9039,1,11167,'','<p>Reward: 20 Rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3449,9040,1,11167,'','<p>Reward: 50 Rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3450,9041,1,11167,'','<p>Reward: 10 Goats Milk</p>',1,1); -INSERT INTO `marker_tab` VALUES (3451,9042,1,11167,'','<p>Reward: 100 Rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3452,9044,1,11167,'','<p>Reward: 50 Rupees and new recipe</p>',1,1); -INSERT INTO `marker_tab` VALUES (3453,9054,1,10901,'','<p>xshop</p>',1,1); -INSERT INTO `marker_tab` VALUES (3454,9055,1,10901,'','<p>monter shop</p>',1,1); -INSERT INTO `marker_tab` VALUES (3455,9056,1,10901,'','<p>monter shop</p>',1,1); -INSERT INTO `marker_tab` VALUES (3456,9057,1,10901,'','<p>monter shop</p>',1,1); -INSERT INTO `marker_tab` VALUES (3457,9058,1,10901,'','<p>monter shop</p>',1,1); -INSERT INTO `marker_tab` VALUES (3458,9059,1,10901,'','<p>monter shop</p>',1,1); -INSERT INTO `marker_tab` VALUES (3459,9060,1,10901,'','<p>monter shop</p>',1,1); -INSERT INTO `marker_tab` VALUES (3460,9062,1,11341,'','<p>33</p>',1,1); -INSERT INTO `marker_tab` VALUES (3461,9063,1,11341,'','<p>3333</p>',1,1); -INSERT INTO `marker_tab` VALUES (3462,9064,1,11341,'','<p>3333</p>',1,1); -INSERT INTO `marker_tab` VALUES (3463,9068,1,11341,'','<p>2&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3464,9075,1,8866,'','<p><em></em></p>',1,1); -INSERT INTO `marker_tab` VALUES (3465,9076,1,9174,'','<p>vendeur</p>',1,1); -INSERT INTO `marker_tab` VALUES (3466,9077,1,11464,'','<p>Under water near the ground</p>',1,1); -INSERT INTO `marker_tab` VALUES (3467,9115,1,11464,'','<p>you need to put the four spheres over their correct place</p>',1,1); -INSERT INTO `marker_tab` VALUES (3468,9124,1,12348,'','<p>Cobble Crusher</p>',1,1); -INSERT INTO `marker_tab` VALUES (3469,9133,1,12578,'','<p>NPC - Jiahto<br />Requirements - Defeat Divine Beast Vah Ruta<br /><br /></p>',1,1); -INSERT INTO `marker_tab` VALUES (3470,9134,1,12578,'','<p>Requirements - Complete side quest "From the Ground Up." Only starts at night.<br /><br />To begin the quest, go behind the southern most home where a window should be open at night. You should be given the option to "Listen" to the conversation.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3471,9179,1,13124,'','<p>In the stable of the woods is a book on a table. This book tells of a mysterious mask that is to be found in a big creepy tree found in a forest.</p>\r\n<p>This forest is the "Forest of Maze".</p>\r\n<p>Follow the usual path into the woods and pick up the torch that is at the two fires in the forest. From here you go south towards the river. The tree has its mouth open towards west. In here is the EX Chest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3472,9189,1,13282,'','<p>???</p>',1,1); -INSERT INTO `marker_tab` VALUES (3473,9193,1,13379,'','<p>acertijo de manzanas sin completar</p>',1,1); -INSERT INTO `marker_tab` VALUES (3474,9198,1,13446,'','<p>Korok Mask Approx. Location</p>',1,1); -INSERT INTO `marker_tab` VALUES (3475,9199,1,13446,'','<p>Phantom Helmet</p>',1,1); -INSERT INTO `marker_tab` VALUES (3476,9200,1,13446,'','<p>Majora's Mask</p>',1,1); -INSERT INTO `marker_tab` VALUES (3477,9201,1,13446,'','<p>Travel Medallion</p>',1,1); -INSERT INTO `marker_tab` VALUES (3478,9202,1,13446,'','<p>Fused Shadow Helmet</p>',1,1); -INSERT INTO `marker_tab` VALUES (3479,9227,1,13799,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1); -INSERT INTO `marker_tab` VALUES (3480,9228,1,13799,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1); -INSERT INTO `marker_tab` VALUES (3481,9275,1,13844,'','<p>under stone</p>',1,1); -INSERT INTO `marker_tab` VALUES (3482,9295,1,14643,'','<p>Tahno O'ah shrine quest</p>',1,1); -INSERT INTO `marker_tab` VALUES (3483,9303,1,14643,'','<p>Behind the explosible wall in a chest</p>',1,1); -INSERT INTO `marker_tab` VALUES (3484,9315,1,14643,'','<p>Under the small stone on the road</p>',1,1); -INSERT INTO `marker_tab` VALUES (3485,9320,1,14643,'','<p>Part of Tingle's Outfit</p>',1,1); -INSERT INTO `marker_tab` VALUES (3486,9339,1,15279,'','<p>El inicio</p>',1,1); -INSERT INTO `marker_tab` VALUES (3487,9372,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); -INSERT INTO `marker_tab` VALUES (3488,9373,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); -INSERT INTO `marker_tab` VALUES (3489,9374,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); -INSERT INTO `marker_tab` VALUES (3490,9375,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); -INSERT INTO `marker_tab` VALUES (3491,9381,1,13759,'','<p>???</p>',1,1); -INSERT INTO `marker_tab` VALUES (3492,9401,1,15908,'','<p><strong><img src="https://www.palaiszelda.com/images/z19/trucs/champi_enduro.png" alt="Champi enduro Breath of the Wild" /></strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3493,9419,1,16114,'','<p>Contains Rare Ore Deposit.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3494,9420,1,16114,'','<p>Contains Rare Ore Deposit.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3495,9448,1,16799,'','<p>wefwqefwef</p>',1,1); -INSERT INTO `marker_tab` VALUES (3496,9452,1,15945,'','<p>Korok seed</p>',1,1); -INSERT INTO `marker_tab` VALUES (3497,9471,1,15736,'','<p>Requires:&nbsp; Find his four friends.&nbsp;All four can be found on the elevated walkways on the cliffs surrounding the Koukot Plateau canyon.</p>\r\n<p>Reward: Gold Rupee(300)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3498,9472,1,15736,'','<p>Requires: 55 Rushrooms</p>\r\n<p>Reward: Diamond</p>',1,1); -INSERT INTO `marker_tab` VALUES (3499,9474,1,17156,'','<p>EX Treasyre Chest</p>',1,1); -INSERT INTO `marker_tab` VALUES (3500,9486,1,17309,'','<p>Think there was a korok seed here even though no marker was made by the game.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3501,9498,1,17351,'','<p>The chest is near a rock to the southeast</p>',1,1); -INSERT INTO `marker_tab` VALUES (3502,9501,1,17069,'','<p>Kroko</p>',1,1); -INSERT INTO `marker_tab` VALUES (3503,9512,1,17507,'','<p>Speak to Parcy at the Riverside Stable. Bring her any piece of gear from the Royal Guard weapon set, which can be found throughout Hyrule Castle.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3504,9523,1,16743,'','<p>Requires: Hearty Blueshell Snail, Goat Butter</p>\r\n<p>Reward: Purple Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (3505,9524,1,17315,'','<p>no llego</p>',1,1); -INSERT INTO `marker_tab` VALUES (3506,9527,1,17660,'','<p>DLC EX The Champion's Ballad</p>',1,1); -INSERT INTO `marker_tab` VALUES (3507,9531,1,15079,'','<p>Out in the Faron Grasslands, you came upon Straia, who is conducting a study on animals of the region.&nbsp; He said he's specifically looking for the rumored gian horse that lives on the Tabobab Grasslands.</p>\r\n<p>Straia asked you to help with his investigaiton into the giant horse.&nbsp; After all, how giant could it really be?</p>',1,1); -INSERT INTO `marker_tab` VALUES (3508,9533,1,17351,'','<p>Get the treasure chest with magnesis, open it and talk to the npc to complete the quest</p>',1,1); -INSERT INTO `marker_tab` VALUES (3509,9535,1,15494,'','<p>From Gesane (Rito Village)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3510,9536,1,15494,'','<p>Complete all 120 Shrines</p>',1,1); -INSERT INTO `marker_tab` VALUES (3511,9537,1,15494,'','<p>From Torfeau</p>',1,1); -INSERT INTO `marker_tab` VALUES (3512,9549,1,16743,'','<p>There are at least 5 of both Armored Porgy and Mighty Porgy right around those 2 treasure chests</p>',1,1); -INSERT INTO `marker_tab` VALUES (3513,9550,1,16743,'','<p>*NPC: Garini</p>\r\n<p>Find the 3 Monument shards in the area and take pictures of them all. Then return here, speak to Garini, and then kneel on the podium next to him.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3514,9554,1,16687,'','<h3><a href="https://www.zeldadungeon.net/wiki/Zora%20Stone%20Monuments" target="_blank" rel="noopener">Zora Stone Monuments</a></h3>\r\n<p><strong>Requirements:</strong>&nbsp;<em>Divine Beast Vah Ruta</em>&nbsp;Main Quest<br /><strong>Questgiver:</strong>&nbsp;<a class="new" title="Jiahto (page does not exist)" href="https://www.zeldadungeon.net/wiki/index.php?title=Jiahto&amp;action=edit&amp;redlink=1">Jiahto</a>,&nbsp;<a title="Zora's Domain" href="https://www.zeldadungeon.net/wiki/Zora%27s_Domain">Zora's Domain</a><br /><strong>Objectives:</strong></p>\r\n<ul>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 3">History of the Zora, Part One</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 2">History of the Zora, Part Two</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 8">History of the Zora, Part Three</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 4">History of the Zora, Part Four</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 1">History of the Zora, Part Five</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 6">History of the Zora, Part Six</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 7">History of the Zora, Part Seven</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 5">History of the Zora, Addendum 1</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 10">History of the Zora, Addendum 2</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 9">Memoir of a Gifted Stonemason</span></li>\r\n</ul>\r\n<div class="iw-controls">&nbsp;</div>',1,1); -INSERT INTO `marker_tab` VALUES (3515,9617,1,19477,'','<p>Travel Location</p>',1,1); -INSERT INTO `marker_tab` VALUES (3516,9619,1,19448,'','<p><a title="??????? ??????1??10000??" href="https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94" target="_blank" rel="noopener">https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3517,9620,1,19448,'','<p><a title="??????? ??????1??10000??" href="https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94" target="_blank" rel="noopener">https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3518,9644,1,19975,'','<p>test</p>',1,1); -INSERT INTO `marker_tab` VALUES (3519,9685,1,20680,'','<p>entra e mata o robo</p>',1,1); -INSERT INTO `marker_tab` VALUES (3520,9686,1,18078,'','<p>sell rushroom</p>',1,1); -INSERT INTO `marker_tab` VALUES (3521,9704,1,9827,'','<p>Majora's Mask is a powerful and evil mask. Skull Kid steals it from the Happy Mask Salesman, and its power overcomes him. Once used in hexing rituals by an ancient tribe, the mask contains a seemingly sentient being that seeks to bring the Moon down on Termina in the events of the game Majora's Mask.[1] However, little else is known about the mask. It is also not known where and how the Happy Mask Salesman acquired the mask.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3522,9708,1,16861,'','<p>Surfing Courses.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3523,9714,1,17996,'','<p><em>"An ancient hero spoke these words:</em><br /><em> 'One day I'll return to fight evil.</em><br /><em>My cache is at 17 of 24,</em><br /><em>This rock will point toward its retrieval.'</em></p>',1,1); -INSERT INTO `marker_tab` VALUES (3524,9715,1,21282,'','<p>Quest Giver: <strong>Straia</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3525,9716,1,21324,'','<p>Conceals a rare ore deposit</p>',1,1); -INSERT INTO `marker_tab` VALUES (3526,9717,1,19312,'','<p>Visit into <strong>Lasli's</strong> house at night. She has not been able to catch fireflies in a long time, so she asks you to catch her five of them.</p>\r\n<p>If you already have five <a title="Sunset Firefly" href="http://www.ign.com/wikis/the-legend-of-zelda-breath-of-the-wild/Sunset_Firefly">Sunset Fireflies</a>, congratulations you are done! If not, you can usually find some right outside at night. More can be found near the Great Fairy Fountain right above <a title="Kakariko Village" href="http://www.ign.com/wikis/the-legend-of-zelda-breath-of-the-wild/Kakariko_Village">Kakariko Village</a> as well.</p>\r\n<p>Once you have acquired five&nbsp;<a title="Sunset Firefly" href="http://www.ign.com/wikis/the-legend-of-zelda-breath-of-the-wild/Sunset_Firefly">Sunset Fireflies</a>, take them back to Lasli, and <strong>hold five of them and release them inside her house</strong>. She will then thank you and give you a purple rupee (50).</p>',1,1); -INSERT INTO `marker_tab` VALUES (3527,9723,1,21563,'','<p>???</p>',1,1); -INSERT INTO `marker_tab` VALUES (3528,9724,1,21563,'','<p>kll</p>',1,1); -INSERT INTO `marker_tab` VALUES (3529,9727,1,21321,'','<p>fff</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3530,9733,1,21324,'','<p>Equipped Items: Blizzard Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (3531,9738,1,16861,'','<p>Topaz</p>',1,1); -INSERT INTO `marker_tab` VALUES (3532,9740,1,21892,'','<p style="text-align: justify;">Tout est rare dans <strong>The Legend of Zelda : Breath of the Wild</strong>, et il vous est probablement arriv&eacute; d'&ecirc;tre en manque de fl&egrave;che au pire moment possible. Heureusement, il existe une astuce simple pour faire le plein de fl&egrave;ches, une bonne fois pour toute, afin de ne plus se retrouver dans la panade. Il n'y a aucun pr&eacute;requis &agrave; avoir, puisque nous allons juste abuser d'un d&eacute;faut dans l'intelligence artificielle des ennemis.</p>\r\n<div id="switch_placeholder_16bd153f5b96ff72d75033157f61d5d9" class="switch_placeholder">&nbsp;</div>\r\n<p style="text-align: justify;">Pour commencez, vous aller devoir trouver un endroit plein de <strong>Bokoblins</strong>, mont&eacute;s sur des chevaux et munis d'arcs. Il en existe un tr&egrave;s facile d'acc&egrave;s dans les Collines de Tabanta, comme vous pouvez le voir sur la map suivante.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Fleches_Tabanta.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Faites-vous remarquer par les ennemis (ils ont un point d'exclamation de la t&ecirc;te quand ils vous rep&egrave;rent) et quand ils commencent &agrave; vous attaquer, placez la cam&eacute;ra au dessus de vous et ne bougez plus. Les Bokoblins vont alors vous tourner autour et tentez de vous tirer des fl&egrave;ches, mais <strong>ils rateront toujours leur cible</strong>. Les fl&egrave;ches vont alors s'accumuler &agrave; vos pieds et vous n'aurez qu'&agrave; tourner sur vous m&ecirc;me et appuyer sur A pour les ramasser.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Zelda_Fleches_Screens.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Vous pourrez tr&egrave;s facilement accumuler plusieurs centaines de fl&egrave;ches en l'espace de quelques minutes. De quoi &ecirc;tre tranquille pour un bon bout de temps.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3533,9749,1,22175,'','<p>Contains: Majora's Mask</p>\r\n<p>In Ground: Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3534,9757,1,22585,'','<p>Contains Korok seed and rusty broadsward</p>',1,1); -INSERT INTO `marker_tab` VALUES (3535,9758,1,22600,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/b/b2/Korok129.png/200px-Korok129.png" width="170" height="120" />',1,1); -INSERT INTO `marker_tab` VALUES (3536,9759,1,22524,'','<p>Hestu Final Location</p>',1,1); -INSERT INTO `marker_tab` VALUES (3537,9761,1,22780,'','<p>jhmn</p>',1,1); -INSERT INTO `marker_tab` VALUES (3538,9790,1,1550,'','<p>fast</p>',1,1); -INSERT INTO `marker_tab` VALUES (3539,9790,1,1550,'','<p>rest</p>',1,1); -INSERT INTO `marker_tab` VALUES (3540,9791,1,1550,'','<p>1212</p>',1,1); -INSERT INTO `marker_tab` VALUES (3541,9793,1,23704,'','<p>Three Hylian Shrooms, accesable as soon as you start the game.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3542,9799,1,23704,'','<p>Wall hides a chest with a Traveler's Bow with increased durability.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3543,9823,1,25083,'','<p>Silver Bokoblin Present.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3544,9830,1,25546,'','<p><a title="Rupias" href="https://www.youtube.com/watch?v=kE61uBIa6TA">https://www.youtube.com/watch?v=kE61uBIa6TA</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3545,9852,1,27279,'','<p>???</p>',1,1); -INSERT INTO `marker_tab` VALUES (3546,9858,1,22592,'','<p>Rewards - Ice Arrow x5</p>',1,1); -INSERT INTO `marker_tab` VALUES (3547,9860,1,22592,'','<p>Rewards - Silver Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (3548,9889,1,29204,'','<p>NPC: Walton</p>\r\n<p>Requires: Items</p>\r\n<p>Reward: Diamond</p>',1,1); -INSERT INTO `marker_tab` VALUES (3549,9890,1,29204,'','<p>NPC: Jana</p>\r\n<p>Requires: Give&nbsp;insects</p>\r\n<p>Reward: 100 Rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3550,9891,1,30043,'','<p>Thyphlo Ruins</p>',1,1); -INSERT INTO `marker_tab` VALUES (3551,9892,1,29101,'','<p>Antikes Zaumzeug&nbsp;unter Kirschbaum im Laub.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3552,9897,1,30319,'','<p>DLC Item</p>',1,1); -INSERT INTO `marker_tab` VALUES (3553,9898,1,30319,'','<p>Found in stone monument,</p>',1,1); -INSERT INTO `marker_tab` VALUES (3554,9900,1,30529,'','<p><strong><em>try</em></strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3555,9915,1,30976,'','<p>follow the flower trail</p>',1,1); -INSERT INTO `marker_tab` VALUES (3556,9945,1,32758,'','<p>pick up the stone</p>',1,1); -INSERT INTO `marker_tab` VALUES (3557,9950,1,32941,'','<p>Phantom armor</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3558,9957,1,30338,'','<p>???</p>',1,1); -INSERT INTO `marker_tab` VALUES (3559,9977,1,34138,'','<p><strong>1</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3560,9990,1,34279,'','<p>Soldier's Spear in chest on top of floating platform by bridge.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3561,9995,1,34755,'','<p><strong>???</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3562,9996,1,34424,'','<p>NPC: Koyin</p>\r\n<p>Requires: Clear out Bokoblin Camp in Hateno Beach</p>\r\n<p>Reward: Fresh Milk x10</p>',1,1); -INSERT INTO `marker_tab` VALUES (3563,9999,1,34755,'','<p>????</p>',1,1); -INSERT INTO `marker_tab` VALUES (3564,10003,1,34279,'','<p>Chest on floating platform in Master Mode.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3565,10016,1,34279,'','<p>Master Moad<br />On floating platform over river.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3566,10017,1,34279,'','<p>Master Mode<br />On top of floating platform close to ledge</p>',1,1); -INSERT INTO `marker_tab` VALUES (3567,10018,1,34279,'','<p>Master Mode<br />On top of floating platform just above river</p>',1,1); -INSERT INTO `marker_tab` VALUES (3568,10019,1,34279,'','<p>Master Mode<br />Floating platform abover river.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3569,10020,1,34279,'','<p>Master Mode<br />Floating platform on top of the waterfall</p>',1,1); -INSERT INTO `marker_tab` VALUES (3570,10021,1,34279,'','<p>Master Mode<br />On floating platform just above the water.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3571,10022,1,34279,'','<p>Master Mode<br />Floating platform all the way up, in front of the waterfall.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3572,10028,1,35555,'','<p>[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps</p>',1,1); -INSERT INTO `marker_tab` VALUES (3573,10029,1,34279,'','<p>Master Mode<br />On high floating platform in front of the waterfall.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3574,10030,1,34279,'','<p>Master Mode<br />Floating platform alongside the waterfall.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3575,10031,1,34279,'','<p>Master Mode<br />Floating platform on the southern side of the bridge. You can snag the chest from the bridge with Magnesis if you desire.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3576,10036,1,34279,'','<p>EX Chest<br />In Basement<br />Contains: Travel Medallion</p>',1,1); -INSERT INTO `marker_tab` VALUES (3577,10039,1,36179,'','<p>Divine Beast Vah Rudania is enterable after it's hit 3 times by Yunobo.</p>\r\n<p>It's dark inside untill the map is collected.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3578,10040,1,34279,'','<p>Ice Wizzrobe</p>',1,1); -INSERT INTO `marker_tab` VALUES (3579,10054,1,34279,'','<p>Ravio's Hood (EX)<br />Right under the right hand.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3580,10055,1,34279,'','<p>EX: Tingle's Shirt</p>',1,1); -INSERT INTO `marker_tab` VALUES (3581,10058,1,37845,'','<p>Reward: 50 Rupees</p>\r\n<p>Go to Lazli's house at night and talk to her. She will ask for you to bring her some fireflies. Return to her house while she's there and hold five Sunset Fireflies in your hands. Drop them in front of her, and the quest will be completed.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3582,10060,1,37845,'','<p>Torfeau will ask you to defeat the Hinox at Ralis Pond.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3583,10061,1,37845,'','<p>Make Guy a cooling elixir by combining monster parts and a Cold Darner. Cooling <em>foods</em> will not work; it must be an <em>elixir</em>.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3584,10062,1,37845,'','<p>Reward: Sand Boots (The Eighth Heroine) &amp; Snow Boots (The Forgotten Sword)</p>\r\n<p>Speak with Bozai while dressed in the female Gerudo clothes. He will give you the Snow Boots. If you want the Sand Boots, you have to complete his quest, "The Eighth Heroine" first. You must photograph the statue of the Eighth Heroine and return to him. He gives you the Sand Boots, but takes the Snow Boots back. If you want both sets of boots, complete "The Forgotten Sword", where you must head up a mountain and photograph the Eighth Heroine's lost sword. Return to him to get the Snow Boots.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3585,10063,1,37845,'','<p>For "The Eighth Heroine" sidequest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3586,10064,1,37845,'','<p>For "The Forgotten Sword" sidequest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3587,10067,1,37908,'','<p>Seach the cart ruins.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3588,10069,1,38196,'','<ul>\r\n<li><a href="https://vandal.elespanol.com/guias/guia-zelda-breath-of-the-wild/santuario-de-kaoma">Santuario de Kaoma</a></li>\r\n</ul>',1,1); -INSERT INTO `marker_tab` VALUES (3589,10086,1,35517,'','<p>Bomb Arrows BOX</p>',1,1); -INSERT INTO `marker_tab` VALUES (3590,10117,1,41851,'','<p>Requires: Cooling Elixir</p>\r\n<p>Reward: Purple Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (3591,10126,1,40727,'','<p style="padding-left: 40px;">beneath bombable rocks</p>',1,1); -INSERT INTO `marker_tab` VALUES (3592,10139,1,43245,'','<p>Rupee Farm</p>',1,1); -INSERT INTO `marker_tab` VALUES (3593,10148,1,42733,'','<p>NPC: Koyin</p>',1,1); -INSERT INTO `marker_tab` VALUES (3594,10149,1,42733,'','<p>NPC: Purah</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3595,10150,1,42733,'','<p>NPC: Symin</p>',1,1); -INSERT INTO `marker_tab` VALUES (3596,10151,1,42733,'','<p>NPC: Purah</p>',1,1); -INSERT INTO `marker_tab` VALUES (3597,10152,1,42733,'','<p>NPC: Sebasto</p>',1,1); -INSERT INTO `marker_tab` VALUES (3598,10155,1,39380,'','<p>A helmet much like the one Midna wore when she fought alongside the Hero of Twilight. It's a rather rare find.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3599,10156,1,44908,'','<p>silver rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (3600,10157,1,44908,'','<p>chest</p>',1,1); -INSERT INTO `marker_tab` VALUES (3601,10193,1,46735,'','<p>?????</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3602,10200,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3603,10201,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3604,10202,1,46946,'','<p>Tinique bleue (anti-chaleur)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3605,10203,1,46459,'','<p>DLC only.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3606,10206,1,45945,'','<p>A Shrine Quest given by the NPC Garini. He will be standing next to a broken stone tablet, and then will request your assistance in finding the rest of the pieces along the beach and shoreline. You need to take pictures of each, and then return to him to unlock the Kah Yah Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3607,10207,1,46811,'','<p>Divine Beast Vah Naboris</p>',1,1); -INSERT INTO `marker_tab` VALUES (3608,10214,1,46381,'','<p>Appears only after 23 o'clock</p>',1,1); -INSERT INTO `marker_tab` VALUES (3609,10219,1,47945,'','<p>Sheikah technology research lab created by Robbie after the destruction of the Royal Ancient Tech Lab during the <a title="Great Calamity" href="https://zelda.fandom.com/wiki/Great_Calamity">Great Calamity</a> where he continued his research into ancient technology. It was built from the remains of the old Akkala&nbsp;lighthouse that existed before the Great Calamity.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3610,10226,1,47917,'','<p>Starts on the cliff to the south</p>',1,1); -INSERT INTO `marker_tab` VALUES (3611,10229,1,49050,'','<p>punto di riferimento su mappa monti gemelli</p>',1,1); -INSERT INTO `marker_tab` VALUES (3612,10232,1,48859,'','<blockquote>\r\n<p>Southern mine (Goron) Greyson and fire guard armor found here</p>\r\n</blockquote>',1,1); -INSERT INTO `marker_tab` VALUES (3613,10250,1,50431,'','<p>treasure</p>',1,1); -INSERT INTO `marker_tab` VALUES (3614,10251,1,50431,'','<p>wooden arrow x5</p>',1,1); -INSERT INTO `marker_tab` VALUES (3615,10252,1,50431,'','<p>knights shield</p>',1,1); -INSERT INTO `marker_tab` VALUES (3616,10253,1,50431,'','<p>bow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3617,10254,1,50431,'','<p>bomb arrorx5</p>',1,1); -INSERT INTO `marker_tab` VALUES (3618,10255,1,50431,'','<p>arrow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3619,10256,1,50431,'','<p>fire arr x5</p>',1,1); -INSERT INTO `marker_tab` VALUES (3620,10270,1,50205,'','<p>Equipped Items: Blizzard Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (3621,10283,1,52670,'','<p>Cracked wall housing several ore deposits on the ceiling inside.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3622,10287,1,53330,'','<p><strong>Divine Beast Vah Naboris</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3623,10297,1,51643,'','<p>&Ccedil;A MOUILLE</p>',1,1); -INSERT INTO `marker_tab` VALUES (3624,10321,1,55591,'','<p>asdf</p>',1,1); -INSERT INTO `marker_tab` VALUES (3625,10333,1,52480,'','<p>Master Mode Lynel</p>',1,1); -INSERT INTO `marker_tab` VALUES (3626,10335,1,56400,'','<p>Sonnenaufgang fliegt Eldra &uuml;ber das Skelett</p>',1,1); -INSERT INTO `marker_tab` VALUES (3627,10350,1,57361,'','<p>Route to next village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3628,10351,1,57361,'','<p>Route to next village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3629,10352,1,57361,'','<p>Route to next village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3630,10353,1,57361,'','<p>Route to next village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3631,10354,1,57361,'','<p>Route to next village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3632,10355,1,57361,'','<p>Route to next village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3633,10356,1,57361,'','<p>Route to next village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3634,10357,1,57361,'','<p>Frozen, will wake up when nearing</p>',1,1); -INSERT INTO `marker_tab` VALUES (3635,10360,1,45711,'','<p>The Four Winds<br />(DLC)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3636,10361,1,45711,'','<p>Stop to Start</p>\r\n<p>(DLC)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3637,10362,1,45711,'','<p>Path to Light</p>\r\n<p>(DLC)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3638,10363,1,45711,'','<p>Master the Orb</p>',1,1); -INSERT INTO `marker_tab` VALUES (3639,10364,1,45711,'','<p>Aim for Stilness</p>',1,1); -INSERT INTO `marker_tab` VALUES (3640,10381,1,57925,'','<p>Wild Horse Location</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (3641,10384,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (3642,10385,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (3643,10386,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (3644,10387,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (3645,10388,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (3646,10398,1,55864,'','<p>This seed is missing from the map</p>',1,1); -INSERT INTO `marker_tab` VALUES (3647,10400,1,58919,'','<p>Platform</p>',1,1); -INSERT INTO `marker_tab` VALUES (3648,10403,1,59420,'','<p>This mission became available afther completing the Wild trial.</p>\r\n<p>I had the master sword in my possesion by the time I came back.</p>\r\n<p>Maybe just completing the wild trial and waiting a couple of days is enough to makeJiogi appear.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3649,10409,1,48504,'','<p>Equiped with: Blizzard Rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (3650,10412,1,60169,'','<p>asd</p>',1,1); -INSERT INTO `marker_tab` VALUES (3651,10423,1,60912,'','<p><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">look along the Northwest walls of the ground floor and use </span><a class="new" style="box-sizing: border-box; color: #3888c9; font-family: &amp;quot; ars-maquette-web&amp;quot;,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="Magnesis (page does not exist)" href="https://www.ign.com/wikis/the-legend-of-zelda-hd/Magnesis">Magnesis</a><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"> on the buried chest. </span></p>',1,1); -INSERT INTO `marker_tab` VALUES (3652,10428,1,60291,'','<p>???</p>',1,1); -INSERT INTO `marker_tab` VALUES (3653,10438,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); -INSERT INTO `marker_tab` VALUES (3654,10453,1,61555,'','<p>Hidden in cairn at top of Mount Hyrule.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3655,10454,1,61555,'','<p>In hidden chest of Shrine.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3656,10460,1,61589,'','<p>NPC: Jiahto</p>',1,1); -INSERT INTO `marker_tab` VALUES (3657,10461,1,61589,'','<p>NPC: Izra</p>',1,1); -INSERT INTO `marker_tab` VALUES (3658,10469,1,63606,'','<p>aaaaa</p>',1,1); -INSERT INTO `marker_tab` VALUES (3659,10470,1,63606,'','<p>a</p>',1,1); -INSERT INTO `marker_tab` VALUES (3660,10482,1,63841,'','<p>test</p>',1,1); -INSERT INTO `marker_tab` VALUES (3661,10484,1,64446,'','<p>Head to the Hateno Beach and clear out the enemy camp there.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3662,10495,1,60468,'','<p>Speak to Walton at the top of the Great Deku tree and solve five different riddles</p>',1,1); -INSERT INTO `marker_tab` VALUES (3663,10516,1,66421,'','<p>aa</p>',1,1); -INSERT INTO `marker_tab` VALUES (3664,10530,1,67259,'','<p>destroy with remote bomb or bomb arrow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3665,10541,1,68351,'','<p>mi no encontrar</p>',1,1); -INSERT INTO `marker_tab` VALUES (3807,10546,2,1,'Piece of Heart','<p>Win a Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3808,10548,2,1,'Piece of Heart','<p>Win a second Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy-game-two-placement.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game_2" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3809,10549,2,1,'Piece of Heart','<p>Purchase the Piece of Heart for 200 Rupees in the Mabe Village shoip.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-village-shop.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Village_Shop" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3810,10550,2,1,'Piece of Heart','<p>Catch a red fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fishing1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Beginners_Luck" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3811,10551,2,1,'Piece of Heart','<p>Catch a green fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-green-fish.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Youre_a_Pro_Now" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3812,10552,2,1,'Piece of Heart','<p>Jump into the Mabe Village well near the library.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-pieceofheart-well2.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Bottom_of_the_well" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3813,10553,2,1,'Piece of Heart','<p>Walk behind houses in Animal Village. You can reach the path from the Yarna Desert entrance.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-animal-village-alley-heart.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Animal_Village_Alley" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3814,10554,2,1,'Piece of Heart','<p>Enter the cave behind the houses in Animal Village. Use Bombs and the Hookshot to reach the Piece of Heart.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-hookshot-animal-crossing-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Village_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3815,10555,2,1,'Piece of Heart','<p>Complete the Rapids Race in less than 40 seconds.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-river-race-hookshot-posts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Race" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3816,10556,2,1,'Piece of Heart','<p>Stop the raft in the west-most island during the Rapids Race.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-raft-raid-.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Raid" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3817,10557,2,1,'Piece of Heart','<p>Dive underwater in the empty flooded cave east of Angler's Tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-flooded-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Flooded_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3818,10558,2,1,'Piece of Heart','<p>Dive underwater in the Kanalet Castle moat.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-kanalet.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Moat" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3819,10559,2,1,'Piece of Heart','<p>Visit the Seashell Mansion when you have at least five Secret Seashells.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-seashell-five.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Five_Secret_Seashells" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3820,10560,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Mad Batter's alter in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-mad-batter-dive.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Mad_Batters_Final_Punishment" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3821,10561,2,1,'Piece of Heart','<p>Dive underwater in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-diving.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Bay" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3822,10562,2,1,'Piece of Heart','<p>Jump to the northeast corner of Pothole Field.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-pothole-field.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#More_Than_Holes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3823,10563,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Animal Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-animal-village-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tunnel_Diving" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3824,10564,2,1,'Piece of Heart','<p>Solve the block puzzle in the Mysterious Forest tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Toadstool_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3825,10565,2,1,'Piece of Heart','<p>Use the Hookshot to cross the large pits in the Mysterious Forest cave.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-use-the-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hookshot_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3826,10566,2,1,'Piece of Heart','<p>Jump to the northeast corner of Tabahl Wasteland.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tabahl-wasteland.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Treasure_Among_the_Wastes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3827,10567,2,1,'Piece of Heart','<p>Jump across the pits in Koholint Prairie.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-edge.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Crossroads_at_the_Forests_Edge" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3828,10568,2,1,'Piece of Heart','<p>Find the stairs that lead outside in Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-turtle-rock-outside.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Dungeon_Intermission" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3829,10569,2,1,'Piece of Heart','<p>Walk along the edge of the mountain on your way to Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-narrow-path.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tal_Tal_Cliffside" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3830,10570,2,1,'Piece of Heart','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fill-up-your-hearts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fill_Up_Your_Hearts" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3831,10571,2,1,'Piece of Heart','<p>Complete the Passageway Centra Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-passageway-central.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Passageway_Central" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3832,10572,2,1,'Piece of Heart','<p>Find the secret path in the cave that leads to the western side of the Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-bomb.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hidden_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3833,10573,2,1,'Piece of Heart','<p>Jump across the pits in the cave beneath the Cemetery.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-large-jump.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Ghosts_Treasure" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3834,10574,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in the cave beneath the quicksand in Yarna Desert.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-desert-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Desert_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3835,10575,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave just east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-cave-puzzle-solution.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Cave_Among_the_Grass" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3836,10576,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave leading into Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-tal-tal-cave-block-puzzle.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Along_the_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3837,10577,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in a cave east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-cracked-wall.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Secret_in_the_Sealed_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3838,10578,2,1,'Piece of Heart','<p>Use the Hookshot to reach the Piece of Heart in the tunnel that leads to the Rapids Rafting minigame.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-rapids-cave-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Rapids_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3839,10579,2,1,'Heart Container','<p>Complete the Ticking Clock Chamber Dungeon challenge to earn an full Heart Container. That's 4 Pieces of Heart!</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-ticking-clock-886x498.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Ticking_Clock" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3840,10580,2,1,'Yoshi Doll','<p>Win the Yoshi Doll at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-yoshi-doll.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Yoshi_Doll_Pros_arent_allowed" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3841,10581,2,1,'Ribbon','<p>Give the Yoshi Doll to Mamasha.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-ribbon.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Ribbon_A_mothers_plight" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3842,10582,2,1,'Dog Food','<p>Give the Ribbon to CiaoCiao, the Chain Chomp.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-dog-food.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Dog_Food_The_envious_dog" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3843,10583,2,1,'Bananas','<p>Give the Dog Food to Sale, the alligator.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-sales-house-o-bananas.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Bananas_The_collector_of_cans" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3844,10584,2,1,'Stick','<p>Give the Bananas to Kiki, the monkey.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Stick_A_helpful_monkey" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3845,10585,2,1,'Honeycomb','<p>Give the Stick to Tarin.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-tarin-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Honeycomb_Tarins_gambit" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3846,10586,2,1,'Pineapple','<p>Give the Honeycomb to Chef Bear.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-pineapple.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Pineapple_The_bear_necessities" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3847,10587,2,1,'Hibiscus','<p>Give the Pineapple to Papahl.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-papahl.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Hibiscus_He_told_you_hed_get_lost" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3848,10588,2,1,'Letter','<p>Give the Hibiscus to Christine.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-christines-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Letter_A_thoughtful_gift" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3849,10589,2,1,'Broom','<p>Give the Letter to Mr. Write.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-writes-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Broom_He_just_got_a_letter" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3850,10590,2,1,'Fishing Hook','<p>Give the Broom to Grandma Yahoo.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-fishing-hook.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Fishing_Hook_Yahoo_Shes_fine_and_you" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3851,10591,2,1,'Necklace','<p>Give the Fishing Hook to the Fisherman under the bridge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-marthas-bay-bridge.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Necklace_Lucky_catch" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3852,10592,2,1,'Scale','<p>Give the Necklace to the Mermaid.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Scale_Only_take_one" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3853,10593,2,1,'Magnifying Lens','<p>Place the Scale in the Mermaid Statue.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-missing-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Magnifying_Lens_Completing_a_masterpiece" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3854,10594,2,1,'Raft Rapids','<p>Pay 100 Rupees to ride the Rapids.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3855,10595,2,1,'Trendy Game','<p>Pay 10 Rupees to play a claw machine game.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3856,10596,2,1,'Fishing','<p>Pay 10 Rupees for a chance to catch a fish.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3857,10597,2,1,'Bottle','<p>Catch the Bottle at the bottom of the Fishing Hole.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3858,10598,2,1,'Bottle','<p>Complete the first 12 Chamber Dungeon challenges.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3859,10599,2,1,'Bottle','<p>The Ghost will give you a Bottle after you take it to visit its house and then return it to its grave.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3860,10600,2,1,'Cracked Wall','<p>Item Trader</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3861,10601,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3862,10602,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3863,10603,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3864,10604,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3865,10605,2,1,'Cracked Wall','<p>Path to Turtle Rock</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3866,10606,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3867,10607,2,1,'Lanmolas','<p>Use the Sword to defeat Lanmolas and receive the Angler's Key.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3868,10608,2,1,'Armos Knight','<p>Use the Bow to defeat Armos Knight.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3869,10609,2,1,'Turtle Rock','<p>Use Bombs to break Turtle Rock's hard shell and then finish it with the Sword.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3870,10610,2,1,'Tail Cave','<p>Level 1</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/tail-cave/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3871,10611,2,1,'Bottle Grotto','<p>Level 2</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-4-bottle-grotto/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3872,10612,2,1,'Key Cavery','<p>Level 3</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-6-key-cavern/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3873,10613,2,1,'Kanalet Castle','<p>Mini Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-5-kanalet-castle/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3874,10614,2,1,'Angler's Tunnel','<p>Level 4</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-8-anglers-tunnel/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3875,10615,2,1,'Catfish's Maw','<p>Level 5</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-10-catfishs-maw/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3876,10616,2,1,'North Face Shrine','<p>Level 6</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-12-north-face-shrine/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3877,10617,2,1,'Eagle's Tower','<p>Level 7</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-14-eagles-tower/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3878,10618,2,1,'Turtle Rock','<p>Level 8</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-16-turtle-rock/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3879,10619,2,1,'Color Dungeon','<p>Optional Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/color-dungeon/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3880,10620,2,1,'Chamber Dungeon','<p>Dungeon Builder</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3881,10621,2,1,'Wind Fish's Egg','<p>Final Boss and Game Ending</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-17-wind-fishs-egg/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3882,10622,2,1,'Papahl, Mamasha, and the Quadruplet's Hou','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3883,10623,2,1,'Marin and Tarin's House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3884,10624,2,1,'Madam MeowMeow's House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3885,10625,2,1,'Grandpa Ulrira and Grandma Yahoo's House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3886,10626,2,1,'Sales House O' Bananas','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3887,10627,2,1,'Richard's Villa','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3888,10628,2,1,'Ghost's House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3889,10629,2,1,'Chef Bear's House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3890,10630,2,1,'Christine's House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3891,10631,2,1,'Mr. Write's House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3892,10632,2,1,'Hen House','<p></p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3893,10633,2,1,'Witch's Hut','<p>Bring the Toadstool to the Witch to receive Magic Powder.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3894,10634,2,1,'Mabe Village Shop','<p>Purchase many items including the Shovel, Bombs, and Bow.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3895,10635,2,1,'Crazy Tracy's Health Spa','<p>Purchase the Secret Medicine, which automatically heals you if you die.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3896,10645,2,1,'Secret Seashells','<p>Dig on the west side of Marin's favorite spot on the beach.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3897,10646,2,1,'Secret Seashells','<p>Lift the pots in the Ghost's house in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3898,10647,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into a tree in Toronbo Shores.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3899,10648,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree outside of Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3900,10649,2,1,'Secret Seashells','<p>Use a Bomb to enter the secret room in Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3901,10650,2,1,'Secret Seashells','<p>Dig in the dog house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3902,10651,2,1,'Secret Seashells','<p>Cut the patch of bushes in Mabe Village.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3903,10652,2,1,'Secret Seashells','<p>Win a Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3904,10653,2,1,'Secret Seashells','<p>Win another Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3905,10654,2,1,'Secret Seashells','<p>Catch a Cheep Cheep at the Fishing Hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3906,10655,2,1,'Secret Seashells','<p>Catch a Blooper at the Fishing Hole. It might not be your first one!</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3907,10656,2,1,'Secret Seashells','<p>Dig a hole in the circle of flowers in the Mysterious Forest.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3908,10657,2,1,'Secret Seashells','<p>Dig a hole near the north exit of the Mysterious Forest, south of Mr. Write's house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3909,10658,2,1,'Secret Seashells','<p>Dig a hole beneath a lone bush.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3910,10659,2,1,'Secret Seashells','<p>Open the treasure chest in the tunnel beneath Richard's Villa.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3911,10660,2,1,'Secret Seashells','<p>Under the lone bush east of the telephone booth in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3912,10661,2,1,'Secret Seashells','<p>Under the lone bush on the small island south of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3913,10662,2,1,'Secret Seashells','<p>Dig a hole near the Owl Statue northwest of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3914,10663,2,1,'Secret Seashells','<p>Dig a hole in the center of the grass.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3915,10664,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree near the Signpost Maze.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3916,10665,2,1,'Secret Seashells','<p>Under the bush in the islands near Key Cavern.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3917,10666,2,1,'Secret Seashells','<p>Use the Hookshot to reach the stairs to the west of the Kanalet Castle gate.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3918,10667,2,1,'Secret Seashells','<p>Dive underwater in near the waterfall in the Kanalet Castle moat.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3919,10668,2,1,'Secret Seashells','<p>Under a rock in the southeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3920,10669,2,1,'Secret Seashells','<p>Stand near the shore at the entrance of Yarna Desert and play the Ballad of the Wind Fish. The Walrus will appear and give you a Secret Seashell.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3921,10670,2,1,'Secret Seashells','<p>Speak to the hidden Zora in Animal Village after you have the Magnifying Lens.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3922,10671,2,1,'Secret Seashells','<p>Speak to Christine after you deliver the Letter to Mr. Write.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3923,10672,2,1,'Secret Seashells','<p>Find the stairs that lead outside in the North Face Shrine.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3924,10673,2,1,'Secret Seashells','<p>Throw a bomb into the hole near the Angler's Key keyhole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3925,10674,2,1,'Secret Seashells','<p>Finish the Rapids Race in less than 35 seconds.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3926,10675,2,1,'Secret Seashells','<p>Open the chest in the Mysterious Forest that is blocked by a stone.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3927,10676,2,1,'Secret Seashells','<p>Dig a hole under the lone bush north of the telephone booth.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3928,10677,2,1,'Secret Seashells','<p>Dig a hole near the east side of the Tabahl Wasteland.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3929,10678,2,1,'Secret Seashells','<p>Dig a hole beneat the spot where the large skull boulder is before you destroy it.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3930,10679,2,1,'Secret Seashells','<p>Unde a rock north of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3931,10680,2,1,'Secret Seashells','<p>Under a bush east of the Seashell Mansion.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3932,10681,2,1,'Secret Seashells','<p>Dig a hole near the Owl statue east of Catfish's Maw.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3933,10682,2,1,'Secret Seashells','<p>Dig a hole near the cacti in the northeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3934,10683,2,1,'Secret Seashells','<p>Under a rock near the sign north of the Moblin's Hideout.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3935,10684,2,1,'Secret Seashells','<p>Stop the raft on the smallest island in the rapids. Then, dig a hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3936,10685,2,1,'Secret Seashells','<p>Find the stairs beneath the Armos in the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3937,10686,2,1,'Secret Seashells','<p>Under the a lone rock north of the entrance to the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3938,10687,2,1,'Secret Seashells','<p>Dive underwater near the ladder that leads to the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3939,10688,2,1,'Secret Seashells','<p>Under a rock across the bridges to the east of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3940,10689,2,1,'Secret Seashells','<p>Throw a Bomb in the hole southwest of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3941,10690,2,1,'Secret Seashells','<p>Open the treasure chest in east Tal Tal Mountain Range. Use a Bomb to find a secret path.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3942,10691,2,1,'Secret Seashells','<p>Fall in a hole on the far west side of the room where you fight Hinox in Eagle's Tower.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3943,10692,2,1,'Secret Seashells','<p>Under a lone rock in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3944,10693,2,1,'Secret Seashells','<p>Dig a hole in the center of the rock pattern in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3945,10694,2,1,'Secret Seashells','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (3946,10695,2,1,'Fairy Fountain','<p>In plain sight.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3947,10696,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3948,10697,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); -INSERT INTO `marker_tab` VALUES (3949,11015,1,70248,'','<p>Facade is a easy boss, just use the shield in his first phase, then use bombs. (Watchout for holes as they take you or your bombs.)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3950,11016,1,70248,'','<p>This Nightmare Key allows you to get to boss #6, Facade</p>',1,1); -INSERT INTO `marker_tab` VALUES (3951,11039,1,72231,'','<p>xxxxxxx</p>',1,1); -INSERT INTO `marker_tab` VALUES (3952,11053,1,72615,'','<p>Big or Small</p>',1,1); -INSERT INTO `marker_tab` VALUES (3953,11062,1,72985,'','<p>After hearing Jiahto's request, search for the stone monuments in the area surrounding Zora's Domain. Not counting thr monument in Zora's Domain there are 10 to find in total.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3954,11063,1,73086,'','<p>Serpent Jaws</p>',1,1); -INSERT INTO `marker_tab` VALUES (3955,11094,1,74072,'','<p>Search vertical rock surrounded by 4 small rocks (next to where old man is standing)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3956,11096,1,74072,'','<p>Above skull encampment</p>',1,1); -INSERT INTO `marker_tab` VALUES (3957,11107,1,74072,'','<p>Not active, need to start campfire with flint or fire arrow</p>',1,1); -INSERT INTO `marker_tab` VALUES (3958,11121,1,73176,'','<p>asd</p>',1,1); -INSERT INTO `marker_tab` VALUES (3959,11129,1,74072,'','<p>This marker already exists but could use some more info. To get this, you must feed the dog behind the coral 4 pieces of food (apples work and are located next to the fire). The dog will then lead you to the treasure. It will NOT show up unless you feed the dog</p>',1,1); -INSERT INTO `marker_tab` VALUES (3960,11131,1,75055,'','<p>Enemies:</p>\r\n<ul>\r\n<li>&nbsp;Sentry (outside)</li>\r\n<li>Guardian Scout I (inside)</li>\r\n<li>Cursed Bokoblins/Moblins/Lizalfos (inside)</li>\r\n<li>Fireblight Ganon (inside, boss)</li>\r\n</ul>',1,1); -INSERT INTO `marker_tab` VALUES (3961,11133,1,75084,'','<p>Questgiver Rozel can alternatively be found at the dock.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3962,11134,1,75272,'','<p>This is the Devine Beast Vah Medoh from the Champion Revali</p>',1,1); -INSERT INTO `marker_tab` VALUES (3963,11150,1,73669,'','<p>Reward: Luminous Stone</p>',1,1); -INSERT INTO `marker_tab` VALUES (3964,11170,1,67975,'','<p>To start the quest, head into Foothill Stable in the Eldin region.</p>\r\n<p>Inside, you will find Mayro inspecting a painting on the wall.</p>\r\n<img src="https://oyster.ignimgs.com/mediawiki/apis.ign.com/the-legend-of-zelda-hd/b/b3/LandscapeStable1.png" alt="Mayro and Link, near the spoken painting." width="1593" height="891" />\r\n<p>after interacting with him,&nbsp; the quest will start.</p>\r\n<p>he will tell you the painting was made by the Stable owner, Ozunda, who paints as a hobby.</p>\r\n<p>In addition, he mentions that the sable was painted from a southern direction.</p>\r\n<p>going south from the Stable, you will find the view in the painting, and reveal the location of the shrine [Tah Muhl Shrine].</p>\r\n<img src="https://gamefaqs1.cbsistatic.com/faqs/27/75427-5.png" alt="the location of Tah Muhl Shrine" width="750" height="422" />',1,1); -INSERT INTO `marker_tab` VALUES (3965,11171,1,67975,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/5/5f/Korok862.png/200px-Korok862.png" alt="" width="200" height="159" />\r\n<p>Lift up the rock to reveal the Korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3966,11200,1,79082,'','<p>luna carmeci</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3967,11309,1,81232,'','<p>Requires Power Bracelet</p>',1,1); -INSERT INTO `marker_tab` VALUES (3968,11311,1,81232,'','<p>Clear all enemies in room.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3969,11324,1,36179,'','<p>Only obtainable with the DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3970,11325,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3971,11326,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3972,11327,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3973,11328,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3974,11329,1,36179,'','<p>The Four Winds</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3975,11330,1,36179,'','<p>Aim for Stillness</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3976,11331,1,36179,'','<p>Master the Orb</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3977,11337,1,80073,'','<p>Contains: Royal Bow "43" - Attack Up +5</p>\r\n<p>Location: Chest in Water</p>\r\n<p>Description: In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3978,11338,1,14388,'','<p>Campfire at the south end of the ledge; sit until morning; walk towards the north ledge &amp; prep. Dinraal will come around the north corner at 6 AM if not glitched. (If he doesn't show by 7 AM, close and reopen the game, then wait til morning, and it should be fixed.)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3979,11340,1,79786,'','<p>Paraglide to the rock south from the center pillar. The chest is to the east underwater</p>',1,1); -INSERT INTO `marker_tab` VALUES (3980,11345,1,14388,'','<p>Buried in ground? Yes</p>',1,1); -INSERT INTO `marker_tab` VALUES (3981,11349,1,82690,'','<p>On top of the wall in front of the Bomb trial</p>',1,1); -INSERT INTO `marker_tab` VALUES (3982,11350,1,82690,'','<p>Somewhere in the vicinity of the temple of time in a chest, found near some bokogoblins.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3983,11351,1,82690,'','<p>Can get by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.), Or by climbing up to the top of Mt. Hylia.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3984,11352,1,82690,'','<p>Climb up to the top of Mt. Hylia and talking to the old man to get the Warm Doublet, or also get this by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.)</p>',1,1); -INSERT INTO `marker_tab` VALUES (3985,11372,1,82864,'','<p>Requires: Five fireflies</p>\r\n<p>Talk to Lasli in her house at night to unlock this quest.</p>\r\n<p>Reward: 50 rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (3986,11373,1,82864,'','<p>After completing all other side-quests in the village, return here for a shrine quest.</p>\r\n<p>Reward: Lakna Rokee Shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (3987,11406,1,79196,'','<p>NPC: Walton</p>\r\n<p>Requires: Deliver the correct items from across Hyrule</p>\r\n<p>Reward: Diamond</p>',1,1); -INSERT INTO `marker_tab` VALUES (3988,11412,1,84349,'','<p>missing some dlc shrine i guess?</p>',1,1); -INSERT INTO `marker_tab` VALUES (3989,11413,1,84349,'','<p>missing shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (3990,11414,1,84349,'','<p>missing</p>',1,1); -INSERT INTO `marker_tab` VALUES (3991,11415,1,84349,'','<p>missing</p>',1,1); -INSERT INTO `marker_tab` VALUES (3992,11416,1,84349,'','<p>missing dlc shrine</p>',1,1); -INSERT INTO `marker_tab` VALUES (3993,11444,1,85878,'','<p>Inside the Water, hard current.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3994,11451,1,85883,'','<p>Collection of ore inside.</p>',1,1); -INSERT INTO `marker_tab` VALUES (3995,11492,1,87273,'','<p>The Temple once home to the<strong> Master Sword.</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (3996,11516,1,87473,'','<p>Location once completed</p>',1,1); -INSERT INTO `marker_tab` VALUES (3997,11518,1,73379,'','<p>Reward: Ice arrows x5</p>',1,1); -INSERT INTO `marker_tab` VALUES (3998,11527,1,80263,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (3999,11550,1,89658,'','<p>guygg</p>',1,1); -INSERT INTO `marker_tab` VALUES (4000,11560,1,90222,'','<p>hujkl</p>',1,1); -INSERT INTO `marker_tab` VALUES (4001,11562,1,89757,'','<p>h</p>',1,1); -INSERT INTO `marker_tab` VALUES (4002,11571,1,87973,'','<p>Des&ccedil;a pela passagem de ar em frente a Shrines</p>',1,1); -INSERT INTO `marker_tab` VALUES (4003,11586,1,91548,'','<p>Contains: Amber</p>',1,1); -INSERT INTO `marker_tab` VALUES (4004,11640,1,86120,'','<p>Only in Master Mode, on the Floating Platform next to the bridge.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4005,11653,1,74072,'','<p>Destroy all of the electric ChuChus and move the iron crate. Behind it is the treasure chest</p>',1,1); -INSERT INTO `marker_tab` VALUES (4006,11658,1,74072,'','<p>Carries a blizzard rod</p>',1,1); -INSERT INTO `marker_tab` VALUES (4007,11659,1,93360,'','<p>in the sanctum</p>',1,1); -INSERT INTO `marker_tab` VALUES (4008,11662,1,94805,'','<h1>IMPORTANT</h1>',1,1); -INSERT INTO `marker_tab` VALUES (4009,11676,1,91119,'','<p>Inside the stone shrine, behind the statues, examine to get seed.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4010,11693,1,95754,'','<p>That Lynel exists only in MASTER MODE.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4011,11696,1,95982,'','<p><a title="ww" href="?game=BotW&amp;marker=2888&amp;zoom=5">https://zeldamaps.com/?game=BotW&amp;marker=2888&amp;zoom=5</a></p>',1,1); -INSERT INTO `marker_tab` VALUES (4012,11719,1,96999,'','<p>core</p>',1,1); -INSERT INTO `marker_tab` VALUES (4013,11723,1,95775,'','<p><strong>Requirements:</strong> Complete the four additional Shrines on the Great Plateau</p>',1,1); -INSERT INTO `marker_tab` VALUES (4014,11737,1,75055,'','<p>There are multiple enemies spread across the ruins.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4015,11757,1,89772,'','<p><em>its cool</em></p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (4016,11760,1,99093,'','<p>Speak to&nbsp;Kass&nbsp;on the tallest rock pillar in&nbsp;Kitano Bay. Answer "Yes, please" when he asks if you want to hear the ancient song of the rock pillar you're standing on.<br />He will sing a song with the Direction of the Chest.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4017,11799,1,100668,'','<p>Light the torches by the Goddess statue.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4018,11807,1,72792,'','<p>There isn't actually a molduga here.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4019,11838,1,102183,'','<p>The Korok Mask shakes and makes noises when you get near a Korok's hiding spot, similar to the shrine sensor.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4020,11844,1,102183,'','<p>Allows you to create at your own warp point where you are currently standing. In the same room as the Diamond Circlet.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4021,11845,1,102183,'','<p>Above Ganon boss fight room.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4022,11862,1,102183,'','<p>The flame for Robbie's furnace is found in this area.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4023,11866,1,102183,'','<p>The location of the blue flame needed for the Anchent Tech Lab.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4024,11867,1,102183,'','<p>Bring the glowing orb to Ritaag Zumo shrine hole to reveal the shrine.&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (4025,11868,1,102183,'','<p>You must visit the shop here first before it starts appearing at other locations.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4026,11870,1,102183,'','<p>Kass shrine quest. Head north to the Spring of Courage and toss a scale from Farosh in the water.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4027,11872,1,102183,'','<p>Where Kilton shows up in Zora's Domain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4028,11875,1,92866,'','<p>aqui</p>',1,1); -INSERT INTO `marker_tab` VALUES (4029,11876,1,102183,'','<p>Bomb for Korok.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4030,11883,1,102564,'','<p>llynel and shock arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (4031,11884,1,103297,'','<p>A blue rupee under a rock</p>',1,1); -INSERT INTO `marker_tab` VALUES (4032,11893,1,103635,'','<p>Apple trees</p>',1,1); -INSERT INTO `marker_tab` VALUES (4033,11900,1,84811,'','<p>FREDDO</p>',1,1); -INSERT INTO `marker_tab` VALUES (4034,11914,1,47775,'','<p>NPC: Symin</p>\r\n<p>Requires: Picture of Sunshroom (1st time) / 3 Sunshrooms (2nd time)</p>\r\n<p>Reward: 3 Hearty Truffles</p>',1,1); -INSERT INTO `marker_tab` VALUES (4035,11916,1,47775,'','<p>Contains: Royal Guard Boots</p>\r\n<p>Is in the ground: No</p>',1,1); -INSERT INTO `marker_tab` VALUES (4036,11920,1,47775,'','<p>NPC: Kass</p>\r\n<p>Requires: Find the metallic chest southeast of Kass</p>\r\n<p>Reward: Gold Rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (4037,11929,1,47775,'','<p>NPC: Purah</p>\r\n<p>Requires: 3 Ancient Screws, 3 Ancient Shafts, and 3 Ancient Cores</p>\r\n<p>Reward: Rune upgrades</p>',1,1); -INSERT INTO `marker_tab` VALUES (4038,11934,1,47775,'','<p>NPC: Kiana</p>\r\n<p>Requires: A Hearty Blue Snail and Goat Butter</p>\r\n<p>Reward: 50 Rupees and Seafood Paella</p>',1,1); -INSERT INTO `marker_tab` VALUES (4039,11974,1,108591,'','<p>87tgiy</p>',1,1); -INSERT INTO `marker_tab` VALUES (4040,11998,1,109508,'','<p>x10 Arrows</p>',1,1); -INSERT INTO `marker_tab` VALUES (4041,12008,1,108275,'','<p>Reward: Silverscale Spear</p>',1,1); -INSERT INTO `marker_tab` VALUES (4042,12037,1,111560,'','<p>Statue with purple eyes surrounded by a bunch of regular statues.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4043,12046,1,111805,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); -INSERT INTO `marker_tab` VALUES (4044,12055,1,111894,'','<p>Find the four companions of the quest giver</p>',1,1); -INSERT INTO `marker_tab` VALUES (4045,12057,1,110653,'','<p>The Divine Beast of the Desert.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4046,12058,1,110653,'','<p>The Divine Beast of Death Mountain.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4047,12059,1,110653,'','<p>The Divine Beast of Rito Village.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4048,12063,1,110653,'','<p>Kaina lives in a family of fishermen in Lurulin Village. She wants to cook her family's favorite meal, seafood paella, but she's too busy with her daily errands and looking after her children to gather all the necessary ingredients.</p>\r\n<p>Be a sport and help her out by gathering the ingredients for her. She needs Goat Butter and a Hearth Blueshell Snail to prepare the dish.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4049,12064,1,110653,'','<p>Lurelin Village is a fishing village, but the residents have been distressed lately. The fisherman Sebasto in particular is in a bind because a group of monsters have built an encampment right on Aris Beach-the best fishing spot for miles around.<br /><br />Defeat the monsters on the beach so the village can resume its regular fishing.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4050,12065,1,110653,'','<p>The retired fisherman Rozel lives a quiet life, spending each day simply staring at the sea.<br /><br />He shared a legend of a sunken treasure:<br /><br />"The treasure sleeps in the center of the golden triangle."<br /><br />You should check it out.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4051,12066,1,106058,'','<p>Test</p>',1,1); -INSERT INTO `marker_tab` VALUES (4052,12068,1,50607,'','<p>Fairy Fountain behind cracked wall</p>',1,1); -INSERT INTO `marker_tab` VALUES (4053,12082,1,113397,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1); -INSERT INTO `marker_tab` VALUES (4054,12111,1,114693,'','<p>pleins de fruits (private marker)</p>',1,1); -INSERT INTO `marker_tab` VALUES (4055,12154,1,118430,'','<p>lol</p>',1,1); -INSERT INTO `marker_tab` VALUES (4056,12240,1,124806,'','<p>Vah Ruta</p>',1,1); -INSERT INTO `marker_tab` VALUES (4057,12241,1,124806,'','<p>Vah Medoh</p>',1,1); -INSERT INTO `marker_tab` VALUES (4058,12242,1,124806,'','<p>Vah Medoh</p>',1,1); -INSERT INTO `marker_tab` VALUES (4059,12243,1,124806,'','<p>Vah Naboris</p>',1,1); -INSERT INTO `marker_tab` VALUES (4060,12262,1,122869,'','<p>A skull with a tower and a few Bokoblins</p>',1,1); -INSERT INTO `marker_tab` VALUES (4061,12269,1,115116,'','<p>Remember to explore here.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4062,12310,1,126743,'','<p>Divine Beast Vah Medoh</p>',1,1); -INSERT INTO `marker_tab` VALUES (4063,12315,1,127910,'','<img src="bureau\0012.gif" alt="" />',1,1); -INSERT INTO `marker_tab` VALUES (4064,12318,1,128287,'','<p>Found facing North East on the Hylia Bridge at night. Expansion Pack only.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4065,12358,1,130243,'','<p>sfd</p>',1,1); -INSERT INTO `marker_tab` VALUES (4066,12426,1,132980,'','<p>OBAB</p>',1,1); -INSERT INTO `marker_tab` VALUES (4067,12437,1,131437,'','<p>Camp of Boblokins</p>',1,1); -INSERT INTO `marker_tab` VALUES (4068,12440,1,134448,'','<p><strong>flechas explosivos</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (4069,12465,1,125221,'','<p>Rola wants you to light the four tourches around the Goddess Statue with your bow and arrow.</p>',1,1); -INSERT INTO `marker_tab` VALUES (4070,12467,1,135903,'','<p>Gold rupee</p>',1,1); -INSERT INTO `marker_tab` VALUES (4071,12472,1,135903,'','<p>300 rupees</p>',1,1); -INSERT INTO `marker_tab` VALUES (4072,12482,1,49116,'','<p>Ice wizzrob</p>',1,1); -INSERT INTO `marker_tab` VALUES (4073,12484,1,132880,'','<p>Korock is under a frozen rock that looks like an enemy. Do NOT use bombs on Koroks!!! <strong>Use fire arrows!</strong></p>',1,1); -INSERT INTO `marker_tab` VALUES (4074,12517,1,138800,'','<p>l</p>',1,1); -/*!40000 ALTER TABLE `marker_tab` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `marker_tab_status` --- - -LOCK TABLES `marker_tab_status` WRITE; -/*!40000 ALTER TABLE `marker_tab_status` DISABLE KEYS */; -INSERT INTO `marker_tab_status` VALUES (1,'Pending',0); -INSERT INTO `marker_tab_status` VALUES (2,'Approved',1); -/*!40000 ALTER TABLE `marker_tab_status` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `schema_migrations` --- - -LOCK TABLES `schema_migrations` WRITE; -/*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */; -INSERT INTO `schema_migrations` VALUES ('20180427013505'); -INSERT INTO `schema_migrations` VALUES ('20180430012556'); -INSERT INTO `schema_migrations` VALUES ('20180430031250'); -INSERT INTO `schema_migrations` VALUES ('20180430035101'); -INSERT INTO `schema_migrations` VALUES ('20210810041408'); -INSERT INTO `schema_migrations` VALUES ('20210810213006'); -INSERT INTO `schema_migrations` VALUES ('20210811020718'); -INSERT INTO `schema_migrations` VALUES ('20210811022855'); -INSERT INTO `schema_migrations` VALUES ('20210811031425'); -INSERT INTO `schema_migrations` VALUES ('20210811034535'); -INSERT INTO `schema_migrations` VALUES ('20210811035109'); -INSERT INTO `schema_migrations` VALUES ('20210811040936'); -INSERT INTO `schema_migrations` VALUES ('20210811143812'); -/*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `submap` --- - -LOCK TABLES `submap` WRITE; -/*!40000 ALTER TABLE `submap` DISABLE KEYS */; -INSERT INTO `submap` VALUES (140,3,1,NULL,'Light World',1,'alttp/overworld/light/','png','404',0,0,1,1); -INSERT INTO `submap` VALUES (141,3,1,NULL,'Dark World',0,'alttp/overworld/dark/','png','404',1,0,1,1); -INSERT INTO `submap` VALUES (1900,19,1,1,'DO NOT USE',0,'botw/e32016/','png','blank',0,0,1,0); -INSERT INTO `submap` VALUES (1901,19,1,1,'Hyrule',1,'botw/hyrule/','png','blank',0,0,1,1); -INSERT INTO `submap` VALUES (2000,20,1,1,'Koholint Island',1,'la_rmk/koholint_island/','png','blank',0,0,1,1); -INSERT INTO `submap` VALUES (2001,21,1,1,'Tail Cave',1,'la_rmk/1_tail_cave/','png','blank',1,0,1,1); -INSERT INTO `submap` VALUES (2002,22,1,1,'Bottle Grotto',1,'la_rmk/2_bottle_grotto/','png','blank',2,0,1,1); -INSERT INTO `submap` VALUES (2003,23,1,1,'Key Cavern',1,'la_rmk/3_key_cavern/','png','blank',3,0,1,1); -INSERT INTO `submap` VALUES (2004,24,1,1,'Angler`s Tunnel',1,'la_rmk/4_anglers_tunnel/','png','blank',4,0,1,1); -INSERT INTO `submap` VALUES (2005,25,1,1,'Catfish`s Maw',1,'la_rmk/5_catfishs_maw/','png','blank',5,0,1,1); -INSERT INTO `submap` VALUES (2006,26,1,1,'Face Shrine',1,'la_rmk/6_face_shrine/','png','blank',6,0,1,1); -INSERT INTO `submap` VALUES (2007,27,1,1,'Eagle`s Tower',1,'la_rmk/7_eagles_tower/','png','blank',7,0,1,1); -INSERT INTO `submap` VALUES (2008,28,1,1,'Turtle Rock',1,'la_rmk/8_turtle_rock/','png','blank',8,0,1,1); -INSERT INTO `submap` VALUES (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1); -/*!40000 ALTER TABLE `submap` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `submap_layer` --- - -LOCK TABLES `submap_layer` WRITE; -/*!40000 ALTER TABLE `submap_layer` DISABLE KEYS */; -INSERT INTO `submap_layer` VALUES (190019010,1900,NULL,'VGA 2016','botw/vga2014/','png','blank',1,0,'F',2,0.4,1); -INSERT INTO `submap_layer` VALUES (190019011,1900,2,'Hand Drawn','botw/zu/','png','blank',1,1,'F',1,1,1); -INSERT INTO `submap_layer` VALUES (190019012,1901,2,'Labels','botw/hyrule_labels/','png','blank',1,1,'F',1,1,0); -/*!40000 ALTER TABLE `submap_layer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `tmp_korok` --- - -LOCK TABLES `tmp_korok` WRITE; -/*!40000 ALTER TABLE `tmp_korok` DISABLE KEYS */; -INSERT INTO `tmp_korok` VALUES (-4424.155,-3215.942,'Ground','1','0',58.872578125000004,-77.75090625); -INSERT INTO `tmp_korok` VALUES (-4230.893,-3134.811,'Ground','0','0',61.892296875,-79.018578125); -INSERT INTO `tmp_korok` VALUES (-4155.937,-3404.128,'Ground','0','0',63.063484375,-74.81049999999999); -INSERT INTO `tmp_korok` VALUES (-4397.606,-3773.917,'Ground','0','0',59.287406250000004,-69.03254687500001); -INSERT INTO `tmp_korok` VALUES (-4167.162,-3615.937,'Air','0','0',62.888093749999996,-71.500984375); -INSERT INTO `tmp_korok` VALUES (-4029.339,-3760.179,'Ground','0','0',65.041578125,-69.247203125); -INSERT INTO `tmp_korok` VALUES (-4330.862,-2600.161,'Ground','1','0',60.33028125,-87.372484375); -INSERT INTO `tmp_korok` VALUES (-4340.229,-2354.104,'Ground','1','0',60.183921874999996,-91.21712500000001); -INSERT INTO `tmp_korok` VALUES (-4019.884,-2350.359,'Ground','0','0',65.1893125,-91.275640625); -INSERT INTO `tmp_korok` VALUES (-4402.555,-2866.692,'Ground','0','1',59.210078124999995,-83.2079375); -INSERT INTO `tmp_korok` VALUES (-4192.807,-2678.943,'Ground','0','0',62.487390625,-86.141515625); -INSERT INTO `tmp_korok` VALUES (-4071.819,-2545.949,'Ground','1','0',64.37782812500001,-88.21954687499999); -INSERT INTO `tmp_korok` VALUES (-4330.523,-2052.857,'Ground','0','0',60.335578125,-95.924109375); -INSERT INTO `tmp_korok` VALUES (-4148.758,-2616.475,'Ground','0','0',63.17565625,-87.117578125); -INSERT INTO `tmp_korok` VALUES (-4507.235,-2146.108,'Air','0','0',57.574453125000005,-94.4670625); -INSERT INTO `tmp_korok` VALUES (-4396.838,-2049.885,'Air','0','0',59.299406250000004,-95.970546875); -INSERT INTO `tmp_korok` VALUES (-4123.615,-1935.337,'Ground','0','0',63.568515625,-97.76035937500001); -INSERT INTO `tmp_korok` VALUES (-4482.926,-1970.876,'Ground','1','0',57.954281249999994,-97.2050625); -INSERT INTO `tmp_korok` VALUES (-4225.714,-1747.385,'Ground','1','0',61.97321875,-100.697109375); -INSERT INTO `tmp_korok` VALUES (-4034.983,-1748.402,'Ground','0','0',64.953390625,-100.68121875); -INSERT INTO `tmp_korok` VALUES (-4011.171,-1167.086,'Ground','0','0',65.32545312500001,-109.76428125000001); -INSERT INTO `tmp_korok` VALUES (-4065.467,-1678.328,'Ground','0','0',64.47707812499999,-101.77612500000001); -INSERT INTO `tmp_korok` VALUES (-4026.708,-232.4064,'Ground','0','0',65.08268749999999,-124.36865); -INSERT INTO `tmp_korok` VALUES (-4039.641,-350.2388,'Ground','0','0',64.880609375,-122.52751875); -INSERT INTO `tmp_korok` VALUES (-4252.405,-84.01248,'Air','0','0',61.556171875000004,-126.687305); -INSERT INTO `tmp_korok` VALUES (-4058.83,-773.8512,'Ground','0','0',64.58078125,-115.908575); -INSERT INTO `tmp_korok` VALUES (-4690.488,842.3635,'Ground','0','0',54.711124999999996,-141.1619296875); -INSERT INTO `tmp_korok` VALUES (-4066.787,437.8475,'Ground','0','0',64.45645312500001,-134.8413671875); -INSERT INTO `tmp_korok` VALUES (-4409.103,331.3417,'Air','0','0',59.107765625,-133.1772140625); -INSERT INTO `tmp_korok` VALUES (-4183.675,291.0669,'Air','0','0',62.630078125,-132.5479203125); -INSERT INTO `tmp_korok` VALUES (-4325.409,698.2925,'Air','0','0',60.415484375000005,-138.9108203125); -INSERT INTO `tmp_korok` VALUES (-4340.954,782.1329,'Ground','0','0',60.172593750000004,-140.2208265625); -INSERT INTO `tmp_korok` VALUES (-4355.337,709.874,'Ground','0','0',59.94785937499999,-139.09178125); -INSERT INTO `tmp_korok` VALUES (-4552.238,1353.159,'Ground','1','0',56.871281249999996,-149.143109375); -INSERT INTO `tmp_korok` VALUES (-4112.895,1377.535,'Ground','0','1',63.73601562499999,-149.523984375); -INSERT INTO `tmp_korok` VALUES (-4353.388,1838.526,'Ground','0','0',59.9783125,-156.72696875); -INSERT INTO `tmp_korok` VALUES (-4170.682,1989.385,'Ground','0','0',62.83309375,-159.084140625); -INSERT INTO `tmp_korok` VALUES (-4527.836,1423.325,'Ground','0','0',57.252562499999996,-150.239453125); -INSERT INTO `tmp_korok` VALUES (-4685.214,1970.388,'Ground','0','0',54.79353125,-158.78731249999998); -INSERT INTO `tmp_korok` VALUES (-4210.025,1133.509,'Air','0','0',62.218359375000006,-145.711078125); -INSERT INTO `tmp_korok` VALUES (-4314.106,1629.409,'Ground','0','0',60.592093750000004,-153.459515625); -INSERT INTO `tmp_korok` VALUES (-4220.021,1659.797,'Ground','0','0',62.062171875000004,-153.934328125); -INSERT INTO `tmp_korok` VALUES (-4266.573,1691.536,'Ground','0','0',61.334796874999995,-154.43025); -INSERT INTO `tmp_korok` VALUES (-4075.584,1595.132,'Air','0','0',64.319,-152.9239375); -INSERT INTO `tmp_korok` VALUES (-4180.768,1482.394,'Ground','0','0',62.6755,-151.16240625); -INSERT INTO `tmp_korok` VALUES (-4136.396,1717.96,'Ground','0','0',63.368812500000004,-154.843125); -INSERT INTO `tmp_korok` VALUES (-4001.078,1566.552,'Ground','0','0',65.48315625000001,-152.477375); -INSERT INTO `tmp_korok` VALUES (-4710.485,2171.835,'Air','0','0',54.398671875000005,-161.934921875); -INSERT INTO `tmp_korok` VALUES (-4373.898,2587.057,'Air','0','0',59.65784375,-168.422765625); -INSERT INTO `tmp_korok` VALUES (-4876.908,2469.674,'Ground','0','0',51.798312499999994,-166.58865624999999); -INSERT INTO `tmp_korok` VALUES (-4224.869,2738.074,'Ground','0','0',61.986421875000005,-170.78240625); -INSERT INTO `tmp_korok` VALUES (-4607.906,2338.845,'Air','0','0',56.00146875,-164.54445312500002); -INSERT INTO `tmp_korok` VALUES (-4307.612,3459.745,'Ground','1','0',60.6935625,-182.05851562499998); -INSERT INTO `tmp_korok` VALUES (-4859.178,3832.948,'Air','0','0',52.07534375,-187.8898125); -INSERT INTO `tmp_korok` VALUES (-4160.327,3826.202,'Ground','1','0',62.994890625,-187.78440625000002); -INSERT INTO `tmp_korok` VALUES (-4195.749,3091.554,'Ground','0','0',62.441421875,-176.30553125); -INSERT INTO `tmp_korok` VALUES (-4347.897,3713.184,'Ground','0','0',60.064109375,-186.01850000000002); -INSERT INTO `tmp_korok` VALUES (-4862.196,3260.965,'Ground','0','0',52.0281875,-178.952578125); -INSERT INTO `tmp_korok` VALUES (-3960.376,-3723.258,'Ground','0','0',66.119125,-69.82409375); -INSERT INTO `tmp_korok` VALUES (-3999.216,-3620.06,'Air','0','0',65.51225,-71.43656250000001); -INSERT INTO `tmp_korok` VALUES (-3793.74,-3032.967,'Ground','1','0',68.7228125,-80.60989062499999); -INSERT INTO `tmp_korok` VALUES (-3414.794,-3509.611,'Air','0','0',74.64384375,-73.162328125); -INSERT INTO `tmp_korok` VALUES (-3843.155,-3348.182,'Air','0','0',67.95070312499999,-75.68465625); -INSERT INTO `tmp_korok` VALUES (-3757.127,-3848.083,'Ground','0','0',69.294890625,-67.87370312499999); -INSERT INTO `tmp_korok` VALUES (-3574.575,-3272.382,'Air','0','0',72.147265625,-76.86903125); -INSERT INTO `tmp_korok` VALUES (-3496.125,-3580.674,'Ground','1','0',73.373046875,-72.05196875); -INSERT INTO `tmp_korok` VALUES (-3610.649,-3491.99,'Ground','0','0',71.58360937500001,-73.43765625); -INSERT INTO `tmp_korok` VALUES (-3418.51,-2066.815,'Ground','1','0',74.58578125,-95.70601562499999); -INSERT INTO `tmp_korok` VALUES (-3734.782,-2964.398,'Ground','1','0',69.64403125,-81.68128125); -INSERT INTO `tmp_korok` VALUES (-3792.613,-2320.191,'Air','0','0',68.74042187500001,-91.747015625); -INSERT INTO `tmp_korok` VALUES (-3061.221,-2813.686,'Ground','0','0',80.168421875,-84.03615625); -INSERT INTO `tmp_korok` VALUES (-3041.119,-2520.181,'Ground','0','0',80.48251562499999,-88.62217187499999); -INSERT INTO `tmp_korok` VALUES (-3831.341,-2106.709,'Air','0','0',68.135296875,-95.082671875); -INSERT INTO `tmp_korok` VALUES (-3277.424,-2618.865,'Ground','0','0',76.79025,-87.080234375); -INSERT INTO `tmp_korok` VALUES (-3677.899,-2466.755,'Ground','1','0',70.53282812500001,-89.456953125); -INSERT INTO `tmp_korok` VALUES (-3331.95,-2297.167,'Air','0','0',75.93828125,-92.10676562500001); -INSERT INTO `tmp_korok` VALUES (-3350.53,-2994.895,'Air','0','0',75.64796874999999,-81.204765625); -INSERT INTO `tmp_korok` VALUES (-3115.97,-2806.234,'Ground','0','0',79.31296875000001,-84.15259375); -INSERT INTO `tmp_korok` VALUES (-3151.575,-1563.284,'Air','0','0',78.756640625,-103.5736875); -INSERT INTO `tmp_korok` VALUES (-3295.154,-1362.929,'Ground','1','0',76.51321875,-106.704234375); -INSERT INTO `tmp_korok` VALUES (-3271.391,-1868.258,'Ground','1','0',76.884515625,-98.80846875); -INSERT INTO `tmp_korok` VALUES (-3562.246,-1761.346,'Ground','1','0',72.33990625,-100.47896875); -INSERT INTO `tmp_korok` VALUES (-3078.344,-1120.356,'Ground','1','0',79.900875,-110.4944375); -INSERT INTO `tmp_korok` VALUES (-3714.738,-1040.965,'Ground','1','0',69.95721875000001,-111.734921875); -INSERT INTO `tmp_korok` VALUES (-3627.384,-1804.825,'Air','0','0',71.322125,-99.799609375); -INSERT INTO `tmp_korok` VALUES (-3780.539,-1865.624,'Air','0','0',68.92907812499999,-98.849625); -INSERT INTO `tmp_korok` VALUES (-3125.194,-1366.506,'Ground','1','0',79.16884375000001,-106.64834375000001); -INSERT INTO `tmp_korok` VALUES (-3696.666,-1684.11,'Air','0','0',70.23959375,-101.68578125); -INSERT INTO `tmp_korok` VALUES (-3444.365,-1328.69,'Ground','0','0',74.181796875,-107.23921874999999); -INSERT INTO `tmp_korok` VALUES (-3803.935,-772.4634,'Ground','1','0',68.56351562500001,-115.930259375); -INSERT INTO `tmp_korok` VALUES (-3476.202,-69.05823,'Ground','1','0',73.68434375,-126.92096515625); -INSERT INTO `tmp_korok` VALUES (-3207.551,-333.9864,'Ground','1','0',77.88201562500001,-122.7814625); -INSERT INTO `tmp_korok` VALUES (-3109.259,-909.2654,'Air','0','0',79.417828125,-113.792728125); -INSERT INTO `tmp_korok` VALUES (-3441.073,-664.8755,'Air','0','0',74.233234375,-117.6113203125); -INSERT INTO `tmp_korok` VALUES (-3431.202,-707.841,'Ground','0','0',74.38746875,-116.939984375); -INSERT INTO `tmp_korok` VALUES (-3327.45,-336.9249,'Ground','1','0',76.00859375,-122.7355484375); -INSERT INTO `tmp_korok` VALUES (-3675.036,-393.3223,'Air','0','0',70.5775625,-121.8543390625); -INSERT INTO `tmp_korok` VALUES (-3661.365,-828.8036,'Air','0','0',70.791171875,-115.04994375); -INSERT INTO `tmp_korok` VALUES (-3971.633,-920.5166,'Air','0','0',65.943234375,-113.616928125); -INSERT INTO `tmp_korok` VALUES (-3828.839,-118.4242,'Air','0','0',68.174390625,-126.149621875); -INSERT INTO `tmp_korok` VALUES (-3841.713,-803.9846,'Air','0','0',67.973234375,-115.437740625); -INSERT INTO `tmp_korok` VALUES (-3861.732,-147.1551,'Air','0','0',67.6604375,-125.7007015625); -INSERT INTO `tmp_korok` VALUES (-3524.551,-449.6941,'Air','0','0',72.92889062500001,-120.9735296875); -INSERT INTO `tmp_korok` VALUES (-3207.789,-494.8928,'Ground','0','0',77.87829687499999,-120.2673); -INSERT INTO `tmp_korok` VALUES (-3966.312,-624.5618,'Ground','1','0',66.026375,-118.24122187500001); -INSERT INTO `tmp_korok` VALUES (-3212.859,-574.0104,'Air','0','0',77.799078125,-119.0310875); -INSERT INTO `tmp_korok` VALUES (-3688.848,798.725,'Ground','0','0',70.36175,-140.480078125); -INSERT INTO `tmp_korok` VALUES (-3014.163,372.4369,'Air','0','0',80.90370312499999,-133.8193265625); -INSERT INTO `tmp_korok` VALUES (-3069.678,910.7488,'Ground','0','0',80.03628125,-142.23045000000002); -INSERT INTO `tmp_korok` VALUES (-3673.786,698.3047,'Ground','1','0',70.59709375,-138.9110109375); -INSERT INTO `tmp_korok` VALUES (-3461.163,166.2989,'Ground','0','0',73.91932812499999,-130.5984203125); -INSERT INTO `tmp_korok` VALUES (-3847.195,1467.019,'Ground','1','0',67.887578125,-150.922171875); -INSERT INTO `tmp_korok` VALUES (-3065.6,1287.267,'Ground','0','0',80.1,-148.113546875); -INSERT INTO `tmp_korok` VALUES (-3129.014,1467.155,'Ground','0','0',79.10915625,-150.92429687499998); -INSERT INTO `tmp_korok` VALUES (-3845.235,1897.052,'Air','0','0',67.91820312499999,-157.6414375); -INSERT INTO `tmp_korok` VALUES (-3715.859,1558.073,'Ground','0','0',69.939703125,-152.344890625); -INSERT INTO `tmp_korok` VALUES (-3224.519,1022.451,'Ground','0','0',77.616890625,-143.97579687500001); -INSERT INTO `tmp_korok` VALUES (-3435.389,2980.161,'Ground','0','0',74.322046875,-174.565015625); -INSERT INTO `tmp_korok` VALUES (-3107.278,2881.241,'Ground','0','0',79.44878125,-173.019390625); -INSERT INTO `tmp_korok` VALUES (-3751.844,2531.624,'Air','0','0',69.3774375,-167.556625); -INSERT INTO `tmp_korok` VALUES (-3071.388,2044.733,'Ground','0','0',80.0095625,-159.948953125); -INSERT INTO `tmp_korok` VALUES (-3353.04,2276.308,'Ground','0','0',75.60875,-163.5673125); -INSERT INTO `tmp_korok` VALUES (-3886.142,2965.82,'Air','0','0',67.27903125,-174.3409375); -INSERT INTO `tmp_korok` VALUES (-3031.625,3754.591,'Ground','0','0',80.630859375,-186.665484375); -INSERT INTO `tmp_korok` VALUES (-3728.542,3610.083,'Air','0','0',69.74153125000001,-184.407546875); -INSERT INTO `tmp_korok` VALUES (-3286.434,3787.151,'Ground','0','0',76.64946875,-187.174234375); -INSERT INTO `tmp_korok` VALUES (-3799.649,3428.887,'Ground','1','0',68.63048437500001,-181.576359375); -INSERT INTO `tmp_korok` VALUES (-2487.656,-3021.601,'Ground','0','0',89.130375,-80.78748437499999); -INSERT INTO `tmp_korok` VALUES (-2290.108,-3407.597,'Ground','0','0',92.2170625,-74.756296875); -INSERT INTO `tmp_korok` VALUES (-2842.696,-3493.488,'Ground','0','0',83.582875,-73.41425000000001); -INSERT INTO `tmp_korok` VALUES (-2250.215,-3092.183,'Air','0','0',92.840390625,-79.684640625); -INSERT INTO `tmp_korok` VALUES (-2602.175,-3238.931,'Air','0','0',87.341015625,-77.39170312499999); -INSERT INTO `tmp_korok` VALUES (-2946.503,-3146.699,'Air','0','0',81.96089062499999,-78.83282812499999); -INSERT INTO `tmp_korok` VALUES (-2989.566,-2164.987,'Air','0','0',81.28803125,-94.172078125); -INSERT INTO `tmp_korok` VALUES (-2636.621,-2048.352,'Ground','1','0',86.802796875,-95.9945); -INSERT INTO `tmp_korok` VALUES (-2936.534,-2412.46,'Ground','1','0',82.11665625,-90.3053125); -INSERT INTO `tmp_korok` VALUES (-2382.55,-2132.68,'Ground','1','0',90.77265625,-94.676875); -INSERT INTO `tmp_korok` VALUES (-2783.552,-2895.525,'Ground','1','0',84.507,-82.757421875); -INSERT INTO `tmp_korok` VALUES (-2210.06,-2908.544,'Ground','0','0',93.46781250000001,-82.554); -INSERT INTO `tmp_korok` VALUES (-2736.11,-2582.83,'Air','0','0',85.24828124999999,-87.64328125); -INSERT INTO `tmp_korok` VALUES (-2836.292,-2423.835,'Air','0','0',83.68293750000001,-90.127578125); -INSERT INTO `tmp_korok` VALUES (-2900.084,-2508.787,'Air','0','0',82.6861875,-88.800203125); -INSERT INTO `tmp_korok` VALUES (-2467.77,-2765.222,'Ground','0','0',89.44109375,-84.79340625); -INSERT INTO `tmp_korok` VALUES (-2883.833,-2398.015,'Air','0','0',82.94010937499999,-90.53101562500001); -INSERT INTO `tmp_korok` VALUES (-2751.337,-2258.777,'Ground','0','0',85.01035937500001,-92.706609375); -INSERT INTO `tmp_korok` VALUES (-2638.9,-2364.1,'Ground','1','0',86.7671875,-91.0609375); -INSERT INTO `tmp_korok` VALUES (-2297.368,-2293.149,'Ground','0','0',92.103625,-92.16954687500001); -INSERT INTO `tmp_korok` VALUES (-2015.552,-2456.002,'Ground','0','0',96.507,-89.62496875); -INSERT INTO `tmp_korok` VALUES (-2984.896,-2693.526,'Air','0','0',81.36099999999999,-85.91365625); -INSERT INTO `tmp_korok` VALUES (-2830.556,-2828.345,'Ground','1','0',83.77256249999999,-83.80710937500001); -INSERT INTO `tmp_korok` VALUES (-2972.812,-1878.102,'Air','0','0',81.5498125,-98.65465625); -INSERT INTO `tmp_korok` VALUES (-2338.221,-1726.701,'Ground','0','0',91.465296875,-101.020296875); -INSERT INTO `tmp_korok` VALUES (-2012.6,-1921.7,'Ground','1','0',96.553125,-97.9734375); -INSERT INTO `tmp_korok` VALUES (-2217.829,-1565.024,'Ground','1','0',93.346421875,-103.54650000000001); -INSERT INTO `tmp_korok` VALUES (-2036.946,-1622.946,'Ground','1','0',96.17271875,-102.64146875); -INSERT INTO `tmp_korok` VALUES (-2383.528,-1150.632,'Ground','1','0',90.757375,-110.021375); -INSERT INTO `tmp_korok` VALUES (-2207.487,-1767.467,'Ground','1','0',93.508015625,-100.38332812499999); -INSERT INTO `tmp_korok` VALUES (-2910.18,-1639.037,'Air','0','0',82.5284375,-102.390046875); -INSERT INTO `tmp_korok` VALUES (-2022.654,-1300.632,'Air','0','0',96.39603125,-107.677625); -INSERT INTO `tmp_korok` VALUES (-2516.125,-1436.305,'Air','0','0',88.685546875,-105.557734375); -INSERT INTO `tmp_korok` VALUES (-2636.284,-1246.991,'Air','0','0',86.8080625,-108.515765625); -INSERT INTO `tmp_korok` VALUES (-2826.254,-1580.078,'Air','0','0',83.83978125,-103.31128125000001); -INSERT INTO `tmp_korok` VALUES (-2210.599,-1621.4,'Ground','0','0',93.459390625,-102.665625); -INSERT INTO `tmp_korok` VALUES (-2083.961,-1558.725,'Ground','1','0',95.43810937500001,-103.644921875); -INSERT INTO `tmp_korok` VALUES (-2836.955,-1594.782,'Air','0','0',83.672578125,-103.08153125); -INSERT INTO `tmp_korok` VALUES (-2791.13,-1945.598,'Air','0','0',84.38859375,-97.60003125); -INSERT INTO `tmp_korok` VALUES (-2358.595,-1872.809,'Air','0','0',91.14695312500001,-98.737359375); -INSERT INTO `tmp_korok` VALUES (-2523.397,-1736.947,'Ground','0','0',88.571921875,-100.860203125); -INSERT INTO `tmp_korok` VALUES (-2316.8,-806.4525,'Ground','0','1',91.8,-115.3991796875); -INSERT INTO `tmp_korok` VALUES (-2669.56,-864.3912,'Ground','1','0',86.28812500000001,-114.4938875); -INSERT INTO `tmp_korok` VALUES (-2698.419,-766.7476,'Ground','1','0',85.837203125,-116.01956875); -INSERT INTO `tmp_korok` VALUES (-2060.66,-775.7871,'Ground','0','0',95.8021875,-115.8783265625); -INSERT INTO `tmp_korok` VALUES (-2434.115,-491.0357,'Air','0','0',89.966953125,-120.3275671875); -INSERT INTO `tmp_korok` VALUES (-2370.105,-345.3073,'Air','0','0',90.967109375,-122.6045734375); -INSERT INTO `tmp_korok` VALUES (-2547.832,-306.3023,'Air','0','0',88.190125,-123.2140265625); -INSERT INTO `tmp_korok` VALUES (-2715.905,-429.8643,'Ground','0','1',85.56398437499999,-121.2833703125); -INSERT INTO `tmp_korok` VALUES (-2030.122,-547.6038,'Ground','0','0',96.27934375000001,-119.443690625); -INSERT INTO `tmp_korok` VALUES (-2008.684,-514.1512,'Air','0','0',96.6143125,-119.9663875); -INSERT INTO `tmp_korok` VALUES (-2247.72,464.6729,'Ground','0','0',92.87937500000001,-135.2605140625); -INSERT INTO `tmp_korok` VALUES (-2542.837,639.8586,'Air','0','0',88.26817187500001,-137.997790625); -INSERT INTO `tmp_korok` VALUES (-2290.551,468.2381,'Ground','1','0',92.21014062500001,-135.31622031249998); -INSERT INTO `tmp_korok` VALUES (-2645.98,547.9241,'Ground','1','0',86.6565625,-136.5613140625); -INSERT INTO `tmp_korok` VALUES (-2918.603,479.7349,'Ground','1','0',82.396828125,-135.4958578125); -INSERT INTO `tmp_korok` VALUES (-2908.738,796.266,'Ground','1','0',82.55096875000001,-140.44165625); -INSERT INTO `tmp_korok` VALUES (-2492.704,589.6708,'Air','0','0',89.0515,-137.21360625); -INSERT INTO `tmp_korok` VALUES (-2175.129,463.3505,'Air','0','0',94.013609375,-135.2398515625); -INSERT INTO `tmp_korok` VALUES (-2053.485,636.411,'Ground','0','0',95.91429687499999,-137.943921875); -INSERT INTO `tmp_korok` VALUES (-2476.617,547.6678,'Ground','0','0',89.302859375,-136.557309375); -INSERT INTO `tmp_korok` VALUES (-2351.149,846.18,'Air','0','0',91.26329687500001,-141.2215625); -INSERT INTO `tmp_korok` VALUES (-2200.96,730.8455,'Ground','1','0',93.61,-139.4194609375); -INSERT INTO `tmp_korok` VALUES (-2483.315,504.7361,'Ground','1','0',89.19820312499999,-135.8865015625); -INSERT INTO `tmp_korok` VALUES (-2298.86,341.1622,'Ground','1','0',92.08031249999999,-133.33065937499998); -INSERT INTO `tmp_korok` VALUES (-2312.609,24.0163,'Ground','1','0',91.865484375,-128.3752546875); -INSERT INTO `tmp_korok` VALUES (-2041.04,296.3528,'Ground','1','0',96.10875,-132.6305125); -INSERT INTO `tmp_korok` VALUES (-2729.922,761.3842,'Ground','1','0',85.34496874999999,-139.896628125); -INSERT INTO `tmp_korok` VALUES (-2450.164,373.4799,'Ground','0','0',89.71618749999999,-133.8356234375); -INSERT INTO `tmp_korok` VALUES (-2646.005,1535.135,'Ground','1','0',86.656171875,-151.986484375); -INSERT INTO `tmp_korok` VALUES (-2417.311,1923.725,'Air','0','0',90.229515625,-158.058203125); -INSERT INTO `tmp_korok` VALUES (-2867.818,1124.927,'Air','0','0',83.19034375,-145.576984375); -INSERT INTO `tmp_korok` VALUES (-2850,1229,'Ground','0','0',83.46875,-147.203125); -INSERT INTO `tmp_korok` VALUES (-2817.465,1652.721,'Ground','0','0',83.977109375,-153.823765625); -INSERT INTO `tmp_korok` VALUES (-2464.743,1713.475,'Ground','0','0',89.488390625,-154.773046875); -INSERT INTO `tmp_korok` VALUES (-2454.273,1157.305,'Air','0','0',89.651984375,-146.082890625); -INSERT INTO `tmp_korok` VALUES (-2081.09,1477.029,'Ground','0','0',95.48296875,-151.078578125); -INSERT INTO `tmp_korok` VALUES (-2521.762,1318.59,'Ground','0','0',88.59746874999999,-148.60296875); -INSERT INTO `tmp_korok` VALUES (-2429.137,1921.336,'Air','0','0',90.04473437499999,-158.020875); -INSERT INTO `tmp_korok` VALUES (-2099.382,1104.728,'Air','0','0',95.19715625,-145.261375); -INSERT INTO `tmp_korok` VALUES (-2393.37,1047.341,'Air','0','0',90.60359375,-144.364703125); -INSERT INTO `tmp_korok` VALUES (-2340.702,1104.579,'Ground','1','0',91.42653125,-145.259046875); -INSERT INTO `tmp_korok` VALUES (-2066.651,1850.097,'Ground','0','0',95.708578125,-156.907765625); -INSERT INTO `tmp_korok` VALUES (-2685.725,2929.656,'Ground','1','0',86.035546875,-173.77587499999998); -INSERT INTO `tmp_korok` VALUES (-2853.363,2320.153,'Ground','1','0',83.41620312500001,-164.252390625); -INSERT INTO `tmp_korok` VALUES (-2358.78,2554.533,'Ground','1','0',91.14406249999999,-167.914578125); -INSERT INTO `tmp_korok` VALUES (-2167.784,2082.042,'Ground','1','0',94.128375,-160.53190625000002); -INSERT INTO `tmp_korok` VALUES (-2018.632,2186.643,'Ground','1','0',96.458875,-162.166296875); -INSERT INTO `tmp_korok` VALUES (-2298.7,2850.02,'Ground','1','0',92.0828125,-172.5315625); -INSERT INTO `tmp_korok` VALUES (-2697.263,2105.062,'Air','0','0',85.855265625,-160.89159375); -INSERT INTO `tmp_korok` VALUES (-2066.654,2397.045,'Air','0','0',95.70853125,-165.453828125); -INSERT INTO `tmp_korok` VALUES (-2059.885,2420.099,'Ground','1','0',95.814296875,-165.814046875); -INSERT INTO `tmp_korok` VALUES (-2305.082,2561.364,'Ground','0','0',91.98309375,-168.0213125); -INSERT INTO `tmp_korok` VALUES (-2207.692,2550.621,'Air','0','0',93.5048125,-167.853453125); -INSERT INTO `tmp_korok` VALUES (-2264.512,2163.38,'Ground','0','0',92.61699999999999,-161.80281250000002); -INSERT INTO `tmp_korok` VALUES (-2628.115,2751.206,'Air','0','0',86.935703125,-170.98759375); -INSERT INTO `tmp_korok` VALUES (-2019.698,2884.231,'Ground','0','0',96.44221875,-173.066109375); -INSERT INTO `tmp_korok` VALUES (-2594.755,2539.869,'Ground','0','0',87.456953125,-167.68545312499998); -INSERT INTO `tmp_korok` VALUES (-2259.542,2224.756,'Ground','0','0',92.69465625000001,-162.76181250000002); -INSERT INTO `tmp_korok` VALUES (-2550.179,2038.102,'Air','0','0',88.153453125,-159.84534374999998); -INSERT INTO `tmp_korok` VALUES (-2815.311,2247.913,'Ground','1','0',84.010765625,-163.123640625); -INSERT INTO `tmp_korok` VALUES (-2547.427,3951.93,'Ground','1','0',88.196453125,-189.74890625); -INSERT INTO `tmp_korok` VALUES (-2448.412,3751.94,'Air','0','0',89.7435625,-186.6240625); -INSERT INTO `tmp_korok` VALUES (-2172.509,3200.396,'Ground','0','0',94.054546875,-178.0061875); -INSERT INTO `tmp_korok` VALUES (-2636.197,3302.574,'Ground','0','0',86.809421875,-179.60271875); -INSERT INTO `tmp_korok` VALUES (-2918.655,3061.014,'Ground','0','0',82.39601562499999,-175.82834375); -INSERT INTO `tmp_korok` VALUES (-1970.932,-3792.569,'Air','0','0',97.2041875,-68.74110937500001); -INSERT INTO `tmp_korok` VALUES (-1375.173,-3640.943,'Ground','0','0',106.512921875,-71.110265625); -INSERT INTO `tmp_korok` VALUES (-1095.986,-3399.873,'Ground','0','0',110.87521875,-74.876984375); -INSERT INTO `tmp_korok` VALUES (-1110.798,-3043.856,'Air','0','0',110.64378125,-80.43974999999999); -INSERT INTO `tmp_korok` VALUES (-1535.295,-3475.819,'Ground','0','0',104.011015625,-73.69032812500001); -INSERT INTO `tmp_korok` VALUES (-1675.992,-2139.302,'Ground','1','0',101.812625,-94.57340625); -INSERT INTO `tmp_korok` VALUES (-1586.488,-2133.002,'Ground','1','0',103.211125,-94.67184375); -INSERT INTO `tmp_korok` VALUES (-1349.376,-2734.519,'Ground','1','0',106.916,-85.273140625); -INSERT INTO `tmp_korok` VALUES (-1781.002,-2745.017,'Ground','0','1',100.17184375,-85.109109375); -INSERT INTO `tmp_korok` VALUES (-1403.117,-2312.289,'Ground','1','0',106.076296875,-91.87048437499999); -INSERT INTO `tmp_korok` VALUES (-1682.218,-2184.838,'Air','0','0',101.71534375,-93.86190625); -INSERT INTO `tmp_korok` VALUES (-1764,-2350.704,'Ground','1','0',100.4375,-91.27025); -INSERT INTO `tmp_korok` VALUES (-1047.625,-2620.561,'Ground','0','0',111.630859375,-87.053734375); -INSERT INTO `tmp_korok` VALUES (-1258.633,-2360.096,'Ground','1','0',108.333859375,-91.1235); -INSERT INTO `tmp_korok` VALUES (-1414.648,-2398.596,'Air','0','0',105.896125,-90.5219375); -INSERT INTO `tmp_korok` VALUES (-1410.552,-2224.807,'Ground','1','0',105.960125,-93.237390625); -INSERT INTO `tmp_korok` VALUES (-1045.92,-2707.638,'Ground','1','0',111.6575,-85.69315625); -INSERT INTO `tmp_korok` VALUES (-1019.516,-2077.297,'Ground','0','0',112.0700625,-95.54223437499999); -INSERT INTO `tmp_korok` VALUES (-1884.491,-1813.181,'Ground','1','0',98.554828125,-99.66904687499999); -INSERT INTO `tmp_korok` VALUES (-1805.357,-1842.527,'Ground','1','0',99.791296875,-99.210515625); -INSERT INTO `tmp_korok` VALUES (-1227.239,-1578.176,'Ground','0','1',108.824390625,-103.34100000000001); -INSERT INTO `tmp_korok` VALUES (-1017.86,-1066.078,'Air','0','0',112.0959375,-111.34253125000001); -INSERT INTO `tmp_korok` VALUES (-1855.986,-1192.541,'Air','0','0',99.00021875,-109.366546875); -INSERT INTO `tmp_korok` VALUES (-1077.38,-1278.708,'Ground','1','0',111.1659375,-108.02018749999999); -INSERT INTO `tmp_korok` VALUES (-1436.289,-1668.662,'Ground','0','0',105.557984375,-101.92715625); -INSERT INTO `tmp_korok` VALUES (-1062.994,-1934.109,'Air','0','0',111.39071875,-97.779546875); -INSERT INTO `tmp_korok` VALUES (-1094.139,-1731.894,'Ground','0','0',110.904078125,-100.93915625); -INSERT INTO `tmp_korok` VALUES (-1309.765,-1941.56,'Ground','0','0',107.534921875,-97.66312500000001); -INSERT INTO `tmp_korok` VALUES (-1230.517,-999.8165,'Ground','0','0',108.773171875,-112.3778671875); -INSERT INTO `tmp_korok` VALUES (-1035.085,-446.2222,'Ground','1','0',111.826796875,-121.027778125); -INSERT INTO `tmp_korok` VALUES (-1691.985,-175.5285,'Ground','0','1',101.562734375,-125.2573671875); -INSERT INTO `tmp_korok` VALUES (-1142.671,-284.3372,'Air','0','0',110.145765625,-123.55723125); -INSERT INTO `tmp_korok` VALUES (-1258.401,-240.5181,'Air','0','0',108.337484375,-124.2419046875); -INSERT INTO `tmp_korok` VALUES (-1651.16,-39.06839,'Ground','0','0',102.200625,-127.38955640625); -INSERT INTO `tmp_korok` VALUES (-1877.903,-32.18372,'Ground','0','0',98.657765625,-127.497129375); -INSERT INTO `tmp_korok` VALUES (-1372.536,-107.9869,'Ground','1','0',106.554125,-126.3127046875); -INSERT INTO `tmp_korok` VALUES (-1964.676,-584.1647,'Air','0','0',97.30193750000001,-118.8724265625); -INSERT INTO `tmp_korok` VALUES (-1148.198,-226.6854,'Air','0','0',110.05940625,-124.458040625); -INSERT INTO `tmp_korok` VALUES (-1125.279,-675.4301,'Air','0','0',110.417515625,-117.4464046875); -INSERT INTO `tmp_korok` VALUES (-1092.084,-497.5138,'Air','0','0',110.9361875,-120.226346875); -INSERT INTO `tmp_korok` VALUES (-1142.419,-761.9467,'Ground','0','0',110.149703125,-116.0945828125); -INSERT INTO `tmp_korok` VALUES (-1631.543,-515.1945,'Air','0','0',102.507140625,-119.9500859375); -INSERT INTO `tmp_korok` VALUES (-1590.039,-229.1346,'Ground','1','0',103.155640625,-124.419771875); -INSERT INTO `tmp_korok` VALUES (-1115.559,-528.5893,'Air','0','0',110.569390625,-119.7407921875); -INSERT INTO `tmp_korok` VALUES (-1992.891,161.3196,'Air','0','0',96.861078125,-130.52061874999998); -INSERT INTO `tmp_korok` VALUES (-1984.865,362.9465,'Air','0','0',96.986484375,-133.6710390625); -INSERT INTO `tmp_korok` VALUES (-1512.017,56.45966,'Air','0','0',104.374734375,-128.8821821875); -INSERT INTO `tmp_korok` VALUES (-1962.841,409.854,'Air','1','0',97.330609375,-134.40396875); -INSERT INTO `tmp_korok` VALUES (-1336.888,249.6623,'Ground','1','0',107.111125,-131.9009734375); -INSERT INTO `tmp_korok` VALUES (-1859.587,334.3039,'Air','0','0',98.94395312500001,-133.22349843749998); -INSERT INTO `tmp_korok` VALUES (-1965.813,600.9499,'Air','0','0',97.284171875,-137.3898421875); -INSERT INTO `tmp_korok` VALUES (-1551.966,815.4899,'Ground','1','0',103.75053125,-140.7420296875); -INSERT INTO `tmp_korok` VALUES (-1405.51,459.7081,'Ground','1','0',106.03890625,-135.1829390625); -INSERT INTO `tmp_korok` VALUES (-1313.943,622.8615,'Ground','1','0',107.469640625,-137.73221093749999); -INSERT INTO `tmp_korok` VALUES (-1154.359,964.6355,'Ground','1','0',109.963140625,-143.0724296875); -INSERT INTO `tmp_korok` VALUES (-1155.97,245.1235,'Ground','0','0',109.93796875,-131.8300546875); -INSERT INTO `tmp_korok` VALUES (-1020.383,559.8116,'Ground','0','0',112.056515625,-136.74705625); -INSERT INTO `tmp_korok` VALUES (-1106.94,905.2623,'Ground','0','0',110.70406249999999,-142.1447234375); -INSERT INTO `tmp_korok` VALUES (-1249.552,730.6769,'Air','0','0',108.47575,-139.4168265625); -INSERT INTO `tmp_korok` VALUES (-1336.357,366.6163,'Ground','0','0',107.119421875,-133.7283796875); -INSERT INTO `tmp_korok` VALUES (-1009.463,932.0392,'Ground','0','0',112.227140625,-142.5631125); -INSERT INTO `tmp_korok` VALUES (-1439.601,846.6677,'Air','0','0',105.50623437499999,-141.2291828125); -INSERT INTO `tmp_korok` VALUES (-1512.686,908.6653,'Air','0','0',104.36428125,-142.1978953125); -INSERT INTO `tmp_korok` VALUES (-1127.287,414.3107,'Air','0','0',110.386140625,-134.4736046875); -INSERT INTO `tmp_korok` VALUES (-1819.302,973.5981,'Ground','0','0',99.57340625,-143.2124703125); -INSERT INTO `tmp_korok` VALUES (-1731.076,375.1318,'Air','0','0',100.9519375,-133.861434375); -INSERT INTO `tmp_korok` VALUES (-1501.964,156.2179,'Ground','0','0',104.5318125,-130.4409046875); -INSERT INTO `tmp_korok` VALUES (-1134.464,1030.472,'Air','0','0',110.274,-144.101125); -INSERT INTO `tmp_korok` VALUES (-1382.269,1858.037,'Air','0','0',106.402046875,-157.031828125); -INSERT INTO `tmp_korok` VALUES (-1334.809,1675.9,'Ground','0','0',107.143609375,-154.1859375); -INSERT INTO `tmp_korok` VALUES (-1057.312,1327.525,'Ground','0','1',111.4795,-148.742578125); -INSERT INTO `tmp_korok` VALUES (-1224.69,1358.416,'Ground','1','0',108.86421874999999,-149.22525000000002); -INSERT INTO `tmp_korok` VALUES (-1314.297,1257.335,'Ground','1','0',107.46410937499999,-147.645859375); -INSERT INTO `tmp_korok` VALUES (-1149.917,1204.104,'Ground','1','0',110.03254687500001,-146.814125); -INSERT INTO `tmp_korok` VALUES (-1666.661,1393.96,'Ground','1','0',101.958421875,-149.780625); -INSERT INTO `tmp_korok` VALUES (-1728.585,1478.864,'Ground','1','0',100.990859375,-151.10725); -INSERT INTO `tmp_korok` VALUES (-1819.094,1532.648,'Ground','1','0',99.57665625,-151.94762500000002); -INSERT INTO `tmp_korok` VALUES (-1746.917,1831.097,'Air','0','0',100.70442187500001,-156.610890625); -INSERT INTO `tmp_korok` VALUES (-1583.931,1579.691,'Air','0','0',103.25107812499999,-152.68267187499998); -INSERT INTO `tmp_korok` VALUES (-1491.531,1832.245,'Air','0','0',104.694828125,-156.62882812499998); -INSERT INTO `tmp_korok` VALUES (-1799.607,1625.901,'Ground','0','0',99.881140625,-153.404703125); -INSERT INTO `tmp_korok` VALUES (-1190.024,1116.745,'Air','0','0',109.40587500000001,-145.44914062499998); -INSERT INTO `tmp_korok` VALUES (-1370.342,1165.821,'Air','0','0',106.58840624999999,-146.215953125); -INSERT INTO `tmp_korok` VALUES (-1280.393,1384.899,'Ground','0','0',107.993859375,-149.639046875); -INSERT INTO `tmp_korok` VALUES (-1969.749,1087.833,'Air','0','0',97.222671875,-144.997390625); -INSERT INTO `tmp_korok` VALUES (-1132.606,1917.723,'Air','0','0',110.30303125,-157.964421875); -INSERT INTO `tmp_korok` VALUES (-1356.697,1002.412,'Ground','0','0',106.801609375,-143.6626875); -INSERT INTO `tmp_korok` VALUES (-1503.422,1920.174,'Ground','0','0',104.50903124999999,-158.00271874999999); -INSERT INTO `tmp_korok` VALUES (-1363.466,2215.195,'Ground','0','0',106.69584375,-162.612421875); -INSERT INTO `tmp_korok` VALUES (-1465.906,2952.556,'Ground','1','0',105.09521875,-174.1336875); -INSERT INTO `tmp_korok` VALUES (-1171.618,2317.226,'Ground','1','0',109.69346875,-164.20665624999998); -INSERT INTO `tmp_korok` VALUES (-1935.345,2673.502,'Ground','0','0',97.76023437500001,-169.77346875); -INSERT INTO `tmp_korok` VALUES (-1443.119,2105.64,'Air','0','0',105.451265625,-160.900625); -INSERT INTO `tmp_korok` VALUES (-1658.59,2306.77,'Air','0','0',102.08453125,-164.04328125); -INSERT INTO `tmp_korok` VALUES (-1399.424,2378.205,'Air','0','0',106.134,-165.159453125); -INSERT INTO `tmp_korok` VALUES (-1809.821,2459.625,'Ground','0','0',99.721546875,-166.431640625); -INSERT INTO `tmp_korok` VALUES (-1615.964,2447.329,'Air','0','0',102.7505625,-166.239515625); -INSERT INTO `tmp_korok` VALUES (-1665.899,2338.163,'Air','0','0',101.97032812500001,-164.533796875); -INSERT INTO `tmp_korok` VALUES (-1204.356,2322.776,'Ground','1','0',109.1819375,-164.293375); -INSERT INTO `tmp_korok` VALUES (-1721.226,2237.781,'Air','0','0',101.10584374999999,-162.96532812499998); -INSERT INTO `tmp_korok` VALUES (-1011.91,2638.47,'Air','0','0',112.18890625,-169.22609375000002); -INSERT INTO `tmp_korok` VALUES (-1379.586,2742.734,'Ground','0','0',106.44396875,-170.85521875); -INSERT INTO `tmp_korok` VALUES (-1214.313,2701.554,'Air','0','0',109.026359375,-170.21178125); -INSERT INTO `tmp_korok` VALUES (-1066.794,2910.011,'Air','0','0',111.33134375,-173.468921875); -INSERT INTO `tmp_korok` VALUES (-1996.6,3619.667,'Air','0','0',96.803125,-184.557296875); -INSERT INTO `tmp_korok` VALUES (-1125.951,3624.428,'Ground','0','1',110.407015625,-184.6316875); -INSERT INTO `tmp_korok` VALUES (-1922.226,3279.693,'Ground','1','0',97.96521874999999,-179.245203125); -INSERT INTO `tmp_korok` VALUES (-1526.976,3405.893,'Ground','1','0',104.14099999999999,-181.217078125); -INSERT INTO `tmp_korok` VALUES (-1611.515,3678.327,'Ground','0','0',102.820078125,-185.47385937500002); -INSERT INTO `tmp_korok` VALUES (-1351.458,3770.793,'Ground','0','0',106.88346874999999,-186.918640625); -INSERT INTO `tmp_korok` VALUES (-1256.743,3134.151,'Ground','1','0',108.363390625,-176.971109375); -INSERT INTO `tmp_korok` VALUES (-1599.497,3099.939,'Ground','0','0',103.007859375,-176.436546875); -INSERT INTO `tmp_korok` VALUES (-1176.851,3578.054,'Air','0','0',109.61170312499999,-183.90709375); -INSERT INTO `tmp_korok` VALUES (-1926.303,3241.999,'Ground','0','0',97.901515625,-178.656234375); -INSERT INTO `tmp_korok` VALUES (-1357.034,3671.94,'Ground','0','0',106.79634375,-185.3740625); -INSERT INTO `tmp_korok` VALUES (-1379.17,3328.08,'Ground','1','0',106.45046875,-180.00125); -INSERT INTO `tmp_korok` VALUES (-1538.743,3070.083,'Ground','1','0',103.957140625,-175.97004687499998); -INSERT INTO `tmp_korok` VALUES (-486.7185,-3142.917,'Air','0','0',120.3950234375,-78.89192187500001); -INSERT INTO `tmp_korok` VALUES (-872.8973,-3316.106,'Air','0','0',114.3609796875,-76.18584374999999); -INSERT INTO `tmp_korok` VALUES (-567.7869,-2599.203,'Ground','1','0',119.1283296875,-87.38745312500001); -INSERT INTO `tmp_korok` VALUES (-40.78424,-2985.747,'Ground','0','0',127.36274625,-81.347703125); -INSERT INTO `tmp_korok` VALUES (-753.6708,-1086.794,'Ground','1','0',116.22389375,-111.01884375); -INSERT INTO `tmp_korok` VALUES (-911.8,-1612.799,'Air','0','0',113.753125,-102.800015625); -INSERT INTO `tmp_korok` VALUES (-332.594,-1747.388,'Ground','1','0',122.80321875,-100.6970625); -INSERT INTO `tmp_korok` VALUES (-427.4001,-1734.047,'Air','0','0',121.3218734375,-100.90551562499999); -INSERT INTO `tmp_korok` VALUES (-147.5123,-1159.794,'Air','0','0',125.6951203125,-109.87821875); -INSERT INTO `tmp_korok` VALUES (-130.5417,-1379.279,'Ground','1','0',125.96028593750002,-106.448765625); -INSERT INTO `tmp_korok` VALUES (-308.7722,-1166.005,'Ground','1','0',123.175434375,-109.781171875); -INSERT INTO `tmp_korok` VALUES (-335.4028,-1003.319,'Ground','1','0',122.75933125,-112.32314062500001); -INSERT INTO `tmp_korok` VALUES (-703.6862,-1443.785,'Ground','0','0',117.004903125,-105.440859375); -INSERT INTO `tmp_korok` VALUES (-816.6761,-1926.157,'Ground','0','0',115.2394359375,-97.903796875); -INSERT INTO `tmp_korok` VALUES (-250.1414,-1061.673,'Air','0','0',124.09154062499998,-111.411359375); -INSERT INTO `tmp_korok` VALUES (-378.6588,-1112.098,'Air','0','0',122.08345624999998,-110.62346875); -INSERT INTO `tmp_korok` VALUES (-251.8438,-1061.771,'Air','0','0',124.064940625,-111.40982812499999); -INSERT INTO `tmp_korok` VALUES (-265.7393,-1138.757,'Ground','1','0',123.84782343749998,-110.206921875); -INSERT INTO `tmp_korok` VALUES (-803.96,-403.127,'Ground','1','0',115.438125,-121.701140625); -INSERT INTO `tmp_korok` VALUES (-935.2057,-641.2414,'Ground','1','0',113.3874109375,-117.980603125); -INSERT INTO `tmp_korok` VALUES (-666.9385,-543.8143,'Ground','0','0',117.5790859375,-119.5029015625); -INSERT INTO `tmp_korok` VALUES (-886.65,-274.04,'Ground','1','0',114.14609375,-123.718125); -INSERT INTO `tmp_korok` VALUES (-239.3844,-112.5946,'Ground','1','0',124.25961875,-126.240709375); -INSERT INTO `tmp_korok` VALUES (-670.0859,-932.6809,'Ground','0','0',117.5299078125,-113.42686093750001); -INSERT INTO `tmp_korok` VALUES (-941.4103,-817.634,'Air','0','0',113.2904640625,-115.22446875); -INSERT INTO `tmp_korok` VALUES (-230.6865,-633.3799,'Ground','0','0',124.3955234375,-118.1034390625); -INSERT INTO `tmp_korok` VALUES (-253.8293,-425.7258,'Air','0','0',124.0339171875,-121.348034375); -INSERT INTO `tmp_korok` VALUES (-609.5657,-682.3019,'Air','0','0',118.4755359375,-117.3390328125); -INSERT INTO `tmp_korok` VALUES (-681.3192,-860.6268,'Air','0','0',117.3543875,-114.55270625); -INSERT INTO `tmp_korok` VALUES (-353.38,-829.6086,'Air','0','0',122.4784375,-115.037365625); -INSERT INTO `tmp_korok` VALUES (-162.0529,-878.053,'Air','0','0',125.4679234375,-114.280421875); -INSERT INTO `tmp_korok` VALUES (-383.2059,-993.6246,'Air','0','0',122.0124078125,-112.474615625); -INSERT INTO `tmp_korok` VALUES (-548.5,-229.52,'Ground','1','0',119.4296875,-124.41375); -INSERT INTO `tmp_korok` VALUES (-68.0647,-979.6238,'Ground','1','0',126.93648906249999,-112.69337812500001); -INSERT INTO `tmp_korok` VALUES (-253.853,-632.2283,'Ground','1','0',124.033546875,-118.1214328125); -INSERT INTO `tmp_korok` VALUES (-394.0272,-785.4035,'Ground','1','0',121.843325,-115.7280703125); -INSERT INTO `tmp_korok` VALUES (-267.2103,-610.1879,'Air','0','0',123.8248390625,-118.4658140625); -INSERT INTO `tmp_korok` VALUES (-254.3532,-264.4141,'Air','0','0',124.02573125,-123.8685296875); -INSERT INTO `tmp_korok` VALUES (-663.3021,-432.6016,'Air','0','0',117.6359046875,-121.2406); -INSERT INTO `tmp_korok` VALUES (-254.0015,-739.5409,'Ground','0','0',124.0312265625,-116.4446734375); -INSERT INTO `tmp_korok` VALUES (-247.1635,-739.613,'Air','0','0',124.1380703125,-116.443546875); -INSERT INTO `tmp_korok` VALUES (-234.593,-743.9327,'Air','0','0',124.334484375,-116.3760515625); -INSERT INTO `tmp_korok` VALUES (-324.3851,-798.1587,'Air','0','0',122.9314828125,-115.5287703125); -INSERT INTO `tmp_korok` VALUES (-796.22,-558.8558,'Ground','0','0',115.5590625,-119.267878125); -INSERT INTO `tmp_korok` VALUES (-763.77,-606.28,'Ground','1','0',116.06609375,-118.526875); -INSERT INTO `tmp_korok` VALUES (-161.7531,-262.0431,'Air','0','0',125.4726078125,-123.9055765625); -INSERT INTO `tmp_korok` VALUES (-168.3692,-860.4059,'Air','0','0',125.36923125,-114.5561578125); -INSERT INTO `tmp_korok` VALUES (-100.9207,-979.7477,'Air','0','0',126.4231140625,-112.6914421875); -INSERT INTO `tmp_korok` VALUES (-436.5749,-932.8251,'Ground','0','0',121.1785171875,-113.4246078125); -INSERT INTO `tmp_korok` VALUES (-254,-994.6138,'Air','0','0',124.03125,-112.459159375); -INSERT INTO `tmp_korok` VALUES (-163.2841,-784.6775,'Ground','1','0',125.4486859375,-115.7394140625); -INSERT INTO `tmp_korok` VALUES (-270.2613,-879.1967,'Ground','1','0',123.77716718750001,-114.2625515625); -INSERT INTO `tmp_korok` VALUES (-368.9545,-993.4459,'Ground','1','0',122.2350859375,-112.47740781249999); -INSERT INTO `tmp_korok` VALUES (-737.4062,333.7565,'Ground','1','0',116.478028125,-133.2149453125); -INSERT INTO `tmp_korok` VALUES (-868.5022,219.1196,'Air','0','0',114.429653125,-131.42374375); -INSERT INTO `tmp_korok` VALUES (-512.7507,550.6234,'Air','0','0',119.98827031249999,-136.603490625); -INSERT INTO `tmp_korok` VALUES (-710.2506,99.93271,'Air','0','0',116.902334375,-129.56144859375001); -INSERT INTO `tmp_korok` VALUES (-749.9227,892.2105,'Ground','0','1',116.2824578125,-141.94078906250002); -INSERT INTO `tmp_korok` VALUES (-133.7057,945.0361,'Ground','0','1',125.9108484375,-142.76618906250002); -INSERT INTO `tmp_korok` VALUES (-728.0692,134.7785,'Ground','0','1',116.62391875,-130.1059140625); -INSERT INTO `tmp_korok` VALUES (-644.5822,876.1129,'Ground','0','0',117.928403125,-141.6892640625); -INSERT INTO `tmp_korok` VALUES (-363.2491,396.9416,'Ground','0','0',122.3242328125,-134.2022125); -INSERT INTO `tmp_korok` VALUES (-516.9583,97.79037,'Air','0','0',119.9225265625,-129.52797453124998); -INSERT INTO `tmp_korok` VALUES (-122.0947,594.0034,'Ground','0','1',126.0922703125,-137.281303125); -INSERT INTO `tmp_korok` VALUES (-427.2841,150.9248,'Air','0','0',121.3236859375,-130.3582); -INSERT INTO `tmp_korok` VALUES (-953.0682,1721.484,'Ground','1','0',113.108309375,-154.8981875); -INSERT INTO `tmp_korok` VALUES (-809.2235,1966.909,'Air','0','0',115.3558828125,-158.732953125); -INSERT INTO `tmp_korok` VALUES (-769.8831,1574.225,'Air','0','0',115.9705765625,-152.597265625); -INSERT INTO `tmp_korok` VALUES (-887.3224,1891.407,'Air','0','0',114.1355875,-157.553234375); -INSERT INTO `tmp_korok` VALUES (-425.2748,1189.346,'Air','0','0',121.35508125,-146.58353125); -INSERT INTO `tmp_korok` VALUES (-106.4598,1047.969,'Ground','0','0',126.336565625,-144.37451562500002); -INSERT INTO `tmp_korok` VALUES (-423.0228,1993.361,'Ground','1','0',121.39026875,-159.146265625); -INSERT INTO `tmp_korok` VALUES (-853.2325,1671.219,'Ground','1','0',114.6682421875,-154.11279687500002); -INSERT INTO `tmp_korok` VALUES (-965.4801,1625.697,'Ground','0','0',112.9143734375,-153.401515625); -INSERT INTO `tmp_korok` VALUES (-466.4118,1279.382,'Ground','1','0',120.712315625,-147.99034375); -INSERT INTO `tmp_korok` VALUES (-770.0294,1380.977,'Ground','0','1',115.968290625,-149.57776562499998); -INSERT INTO `tmp_korok` VALUES (-599.9459,1071.816,'Air','0','0',118.6258453125,-144.74712499999998); -INSERT INTO `tmp_korok` VALUES (-653.6451,1390.29,'Air','0','0',117.7867953125,-149.72328125); -INSERT INTO `tmp_korok` VALUES (-190.9501,1831.54,'Ground','0','0',125.0164046875,-156.6178125); -INSERT INTO `tmp_korok` VALUES (-822.6375,1546.921,'Ground','1','0',115.1462890625,-152.170640625); -INSERT INTO `tmp_korok` VALUES (-423.3546,2022.457,'Ground','1','0',121.385084375,-159.600890625); -INSERT INTO `tmp_korok` VALUES (-115.4848,2303.392,'Air','0','0',126.19554999999998,-163.9905); -INSERT INTO `tmp_korok` VALUES (-54.77505,2492.44,'Ground','0','0',127.14413984374998,-166.94437499999998); -INSERT INTO `tmp_korok` VALUES (-792.036,2257.223,'Air','0','0',115.6244375,-163.269109375); -INSERT INTO `tmp_korok` VALUES (-601.9537,2656.119,'Ground','1','0',118.5944734375,-169.50185937499998); -INSERT INTO `tmp_korok` VALUES (-66.24554,2440.657,'Air','0','0',126.96491343749999,-166.135265625); -INSERT INTO `tmp_korok` VALUES (-468.6423,2908.232,'Ground','0','0',120.67746406250001,-173.441125); -INSERT INTO `tmp_korok` VALUES (-74.38333,2412.872,'Ground','1','0',126.83776046875,-165.701125); -INSERT INTO `tmp_korok` VALUES (-38.98267,2513.643,'Air','0','0',127.39089578125,-167.275671875); -INSERT INTO `tmp_korok` VALUES (-68.0202,2332.616,'Air','0','0',126.93718437499999,-164.447125); -INSERT INTO `tmp_korok` VALUES (-609.8074,2390.653,'Air','0','0',118.471759375,-165.353953125); -INSERT INTO `tmp_korok` VALUES (-12.47214,2586.321,'Air','0','0',127.80512281250002,-168.411265625); -INSERT INTO `tmp_korok` VALUES (-925.2401,2936.44,'Ground','0','0',113.5431234375,-173.88187499999998); -INSERT INTO `tmp_korok` VALUES (-398.4,2559.24,'Air','0','0',121.775,-167.988125); -INSERT INTO `tmp_korok` VALUES (-3.030243,2614.667,'Ground','1','0',127.95265245312498,-168.85417187500002); -INSERT INTO `tmp_korok` VALUES (-240.1111,3882.502,'Ground','0','1',124.2482640625,-188.66409375); -INSERT INTO `tmp_korok` VALUES (-266.3544,3888.153,'Air','0','0',123.8382125,-188.752390625); -INSERT INTO `tmp_korok` VALUES (-135.8379,3802.004,'Ground','0','0',125.87753281249998,-187.4063125); -INSERT INTO `tmp_korok` VALUES (-95.25006,3128.957,'Ground','0','0',126.5117178125,-176.889953125); -INSERT INTO `tmp_korok` VALUES (-657.7655,3851.838,'Air','0','0',117.72241406250001,-188.18496875); -INSERT INTO `tmp_korok` VALUES (-420.7542,3368.484,'Ground','0','0',121.425715625,-180.6325625); -INSERT INTO `tmp_korok` VALUES (-923.501,3436.38,'Ground','1','0',113.570296875,-181.69343750000002); -INSERT INTO `tmp_korok` VALUES (-248.9898,3828.45,'Ground','1','0',124.10953437499998,-187.81953125); -INSERT INTO `tmp_korok` VALUES (-387.5938,3151.553,'Air','0','0',121.943846875,-177.243015625); -INSERT INTO `tmp_korok` VALUES (-878.7282,3567.743,'Ground','0','0',114.269871875,-183.745984375); -INSERT INTO `tmp_korok` VALUES (-227.2847,3342.734,'Ground','0','0',124.4486765625,-180.23021875); -INSERT INTO `tmp_korok` VALUES (-354.8371,3898.783,'Ground','1','0',122.45567031249999,-188.918484375); -INSERT INTO `tmp_korok` VALUES (-150.92,3067.3,'Ground','1','0',125.641875,-175.9265625); -INSERT INTO `tmp_korok` VALUES (-26.89398,3042.69,'Air','0','0',127.57978156249999,-175.54203124999998); -INSERT INTO `tmp_korok` VALUES (863.917,-3358.529,'Air','0','0',141.49870312500002,-75.522984375); -INSERT INTO `tmp_korok` VALUES (603.3977,-3633.77,'Ground','0','0',137.4280890625,-71.22234375); -INSERT INTO `tmp_korok` VALUES (206.7611,-3559.005,'Ground','1','0',131.2306421875,-72.390546875); -INSERT INTO `tmp_korok` VALUES (237.4364,-2943.386,'Air','0','0',131.70994374999998,-82.00959375); -INSERT INTO `tmp_korok` VALUES (685.1261,-2758.458,'Air','0','0',138.70509531249996,-84.89909374999999); -INSERT INTO `tmp_korok` VALUES (868.0159,-1362.166,'Air','0','0',141.56274843749998,-106.71615625); -INSERT INTO `tmp_korok` VALUES (589.7725,-1107.129,'Ground','0','0',137.2151953125,-110.701109375); -INSERT INTO `tmp_korok` VALUES (613.4128,-743.3782,'Ground','1','0',137.58457499999997,-116.384715625); -INSERT INTO `tmp_korok` VALUES (396.0804,-625.5601,'Ground','0','1',134.18875624999998,-118.2256234375); -INSERT INTO `tmp_korok` VALUES (686.0379,-635.104,'Air','0','0',138.7193421875,-118.0765); -INSERT INTO `tmp_korok` VALUES (623.2406,-194.769,'Ground','0','0',137.73813437500002,-124.956734375); -INSERT INTO `tmp_korok` VALUES (86.2337,-412.086,'Ground','1','0',129.34740156249998,-121.56115625); -INSERT INTO `tmp_korok` VALUES (506.9064,-882.6183,'Air','0','0',135.9204125,-114.2090890625); -INSERT INTO `tmp_korok` VALUES (97.63947,-429.8078,'Air','0','0',129.52561671875,-121.284253125); -INSERT INTO `tmp_korok` VALUES (504.4539,-493.469,'Air','0','0',135.8820921875,-120.289546875); -INSERT INTO `tmp_korok` VALUES (319.6543,-962.0651,'Air','0','0',132.99459843750003,-112.9677328125); -INSERT INTO `tmp_korok` VALUES (292.1846,-724.0883,'Air','0','0',132.56538437499998,-116.6861203125); -INSERT INTO `tmp_korok` VALUES (178.5485,-940.0205,'Ground','1','0',130.7898203125,-113.31217968749999); -INSERT INTO `tmp_korok` VALUES (696.3098,-824.385,'Air','0','0',138.87984062499999,-115.118984375); -INSERT INTO `tmp_korok` VALUES (840.4058,-692.4791,'Air','1','0',141.131340625,-117.18001406249999); -INSERT INTO `tmp_korok` VALUES (85.54697,-634.9767,'Ground','1','0',129.33667140625,-118.0784890625); -INSERT INTO `tmp_korok` VALUES (883.0738,274.7977,'Ground','1','0',141.79802812499997,-132.2937140625); -INSERT INTO `tmp_korok` VALUES (25.66391,147.481,'Ground','1','0',128.40099859375,-130.304390625); -INSERT INTO `tmp_korok` VALUES (384.2617,135.3624,'Ground','1','0',134.00408906250001,-130.1150375); -INSERT INTO `tmp_korok` VALUES (322.0657,525.0073,'Air','0','0',133.0322765625,-136.20323906250002); -INSERT INTO `tmp_korok` VALUES (806.5719,24.09494,'Ground','1','0',140.60268593749998,-128.37648343749999); -INSERT INTO `tmp_korok` VALUES (225.3818,872.0403,'Air','0','0',131.521590625,-141.6256296875); -INSERT INTO `tmp_korok` VALUES (147.1042,295.7684,'Ground','0','0',130.29850312499997,-132.62138125); -INSERT INTO `tmp_korok` VALUES (954.403,942.4681,'Ground','1','0',142.912546875,-142.7260640625); -INSERT INTO `tmp_korok` VALUES (627.0391,182.307,'Air','0','0',137.7974859375,-130.848546875); -INSERT INTO `tmp_korok` VALUES (850.5078,1623.993,'Ground','1','0',141.289184375,-153.374890625); -INSERT INTO `tmp_korok` VALUES (516.1042,1167.103,'Ground','1','0',136.06412812499997,-146.235984375); -INSERT INTO `tmp_korok` VALUES (225.3007,1705.663,'Ground','1','0',131.5203234375,-154.650984375); -INSERT INTO `tmp_korok` VALUES (39.26459,1034.492,'Ground','1','0',128.61350921874998,-144.1639375); -INSERT INTO `tmp_korok` VALUES (232.2081,1601.418,'Ground','1','0',131.6282515625,-153.02215625); -INSERT INTO `tmp_korok` VALUES (354.3845,1997.546,'Ground','1','0',133.5372578125,-159.21165625); -INSERT INTO `tmp_korok` VALUES (671.092,1638.379,'Air','0','0',138.4858125,-153.599671875); -INSERT INTO `tmp_korok` VALUES (87.0126,1585.099,'Air','0','0',129.359571875,-152.767171875); -INSERT INTO `tmp_korok` VALUES (160.0443,1942.172,'Ground','0','0',130.5006921875,-158.34643749999998); -INSERT INTO `tmp_korok` VALUES (312.6802,1766.797,'Air','0','0',132.88562812499998,-155.60620312499998); -INSERT INTO `tmp_korok` VALUES (551.5767,1903.507,'Ground','0','0',136.6183859375,-157.742296875); -INSERT INTO `tmp_korok` VALUES (112.3135,1709.782,'Air','0','0',129.7548984375,-154.71534375); -INSERT INTO `tmp_korok` VALUES (644.1887,1763.264,'Air','0','0',138.06544843749998,-155.551); -INSERT INTO `tmp_korok` VALUES (704.9866,1796.567,'Ground','1','0',139.015415625,-156.071359375); -INSERT INTO `tmp_korok` VALUES (178.9613,1719.983,'Ground','0','0',130.79627031249998,-154.874734375); -INSERT INTO `tmp_korok` VALUES (715.111,1327.026,'Air','0','0',139.173609375,-148.73478125); -INSERT INTO `tmp_korok` VALUES (516.767,1788.169,'Ground','0','0',136.074484375,-155.940140625); -INSERT INTO `tmp_korok` VALUES (54.9873,1758.558,'Air','0','0',128.8591765625,-155.47746875); -INSERT INTO `tmp_korok` VALUES (518.627,1475.525,'Air','0','0',136.103546875,-151.055078125); -INSERT INTO `tmp_korok` VALUES (868.2729,1902.033,'Air','0','0',141.5667640625,-157.719265625); -INSERT INTO `tmp_korok` VALUES (337.1497,1271.062,'Air','0','0',133.26796406250003,-147.86034375); -INSERT INTO `tmp_korok` VALUES (323.4945,1927.427,'Air','0','0',133.0546015625,-158.116046875); -INSERT INTO `tmp_korok` VALUES (69.30228,1438,'Air','0','0',129.082848125,-150.46875); -INSERT INTO `tmp_korok` VALUES (668.647,1468.298,'Air','0','0',138.447609375,-150.94215624999998); -INSERT INTO `tmp_korok` VALUES (5.321655,1897.896,'Ground','1','0',128.083150859375,-157.654625); -INSERT INTO `tmp_korok` VALUES (318.1566,1397.902,'Ground','1','0',132.971196875,-149.84221875); -INSERT INTO `tmp_korok` VALUES (788.8382,1471.354,'Ground','0','0',140.325596875,-150.98990625); -INSERT INTO `tmp_korok` VALUES (295.5803,1204.796,'Air','0','0',132.6184421875,-146.8249375); -INSERT INTO `tmp_korok` VALUES (200.8704,2603.86,'Air','0','0',131.1386,-168.6853125); -INSERT INTO `tmp_korok` VALUES (704.0372,2957.835,'Air','0','0',139.00058124999998,-174.216171875); -INSERT INTO `tmp_korok` VALUES (610.3417,2869.851,'Ground','1','0',137.5365890625,-172.84142187499998); -INSERT INTO `tmp_korok` VALUES (679.1974,2499.422,'Ground','1','0',138.61245937500001,-167.05346874999998); -INSERT INTO `tmp_korok` VALUES (609.2872,2409.829,'Ground','0','1',137.52011249999998,-165.653578125); -INSERT INTO `tmp_korok` VALUES (604.934,2408.781,'Ground','0','1',137.45209375000002,-165.63720312499998); -INSERT INTO `tmp_korok` VALUES (474.9577,2149.122,'Ground','0','1',135.4212140625,-161.58003125); -INSERT INTO `tmp_korok` VALUES (518.3896,2492.625,'Ground','0','0',136.0998375,-166.947265625); -INSERT INTO `tmp_korok` VALUES (163.2763,2783.299,'Ground','1','0',130.5511921875,-171.48904687499999); -INSERT INTO `tmp_korok` VALUES (755.6919,2347.605,'Ground','1','0',139.8076859375,-164.681328125); -INSERT INTO `tmp_korok` VALUES (584.4322,2678.335,'Ground','0','0',137.131753125,-169.848984375); -INSERT INTO `tmp_korok` VALUES (169.7322,2903.416,'Ground','0','1',130.652065625,-173.36587500000002); -INSERT INTO `tmp_korok` VALUES (153.9499,2981.718,'Air','0','0',130.4054671875,-174.58934375); -INSERT INTO `tmp_korok` VALUES (224.1717,2868.403,'Air','0','0',131.50268281249998,-172.818796875); -INSERT INTO `tmp_korok` VALUES (418.2094,2873.406,'Ground','0','0',134.534521875,-172.89696874999998); -INSERT INTO `tmp_korok` VALUES (815.2213,2089.438,'Ground','1','0',140.73783281250002,-160.64746875); -INSERT INTO `tmp_korok` VALUES (284.2921,2253.376,'Air','0','0',132.4420640625,-163.209); -INSERT INTO `tmp_korok` VALUES (214.5758,2070.059,'Air','0','0',131.35274687499998,-160.34467187500002); -INSERT INTO `tmp_korok` VALUES (280.4268,2405.01,'Air','0','0',132.38166875000002,-165.57828125); -INSERT INTO `tmp_korok` VALUES (908.2865,2193.526,'Air','0','0',142.1919765625,-162.27384375); -INSERT INTO `tmp_korok` VALUES (790.6398,2565.135,'Ground','0','0',140.353746875,-168.080234375); -INSERT INTO `tmp_korok` VALUES (400.8698,2150.868,'Ground','0','0',134.263590625,-161.6073125); -INSERT INTO `tmp_korok` VALUES (889.6107,2395.303,'Ground','1','0',141.90016718750002,-165.426609375); -INSERT INTO `tmp_korok` VALUES (833.7554,2434.576,'Ground','0','0',141.027428125,-166.04025000000001); -INSERT INTO `tmp_korok` VALUES (625.1648,2305.906,'Ground','0','0',137.7682,-164.02978124999998); -INSERT INTO `tmp_korok` VALUES (340.6279,2830.629,'Air','0','0',133.32231093750002,-172.228578125); -INSERT INTO `tmp_korok` VALUES (370.4178,2567.043,'Air','0','0',133.78777812500002,-168.110046875); -INSERT INTO `tmp_korok` VALUES (66.22549,2310.65,'Air','0','0',129.03477328125,-164.10390625); -INSERT INTO `tmp_korok` VALUES (34.27469,2102.726,'Ground','0','0',128.53554203125,-160.85509374999998); -INSERT INTO `tmp_korok` VALUES (581.2495,3007.603,'Air','0','0',137.0820234375,-174.993796875); -INSERT INTO `tmp_korok` VALUES (824.9434,3005.301,'Air','0','0',140.889740625,-174.957828125); -INSERT INTO `tmp_korok` VALUES (806.0729,3112.856,'Ground','0','1',140.5948890625,-176.638375); -INSERT INTO `tmp_korok` VALUES (645.7247,3615.123,'Air','0','0',138.08944843749998,-184.486296875); -INSERT INTO `tmp_korok` VALUES (286.8358,3899.422,'Air','0','0',132.481809375,-188.92846875); -INSERT INTO `tmp_korok` VALUES (406.1136,3051.134,'Ground','1','0',134.345525,-175.67396875); -INSERT INTO `tmp_korok` VALUES (97.36087,3821.548,'Ground','1','0',129.52126359375,-187.71168749999998); -INSERT INTO `tmp_korok` VALUES (891.1671,3694.827,'Ground','1','0',141.9244859375,-185.73167187500002); -INSERT INTO `tmp_korok` VALUES (56.69495,3150.023,'Air','0','0',128.88585859375002,-177.21910937500002); -INSERT INTO `tmp_korok` VALUES (279.0251,3503.79,'Ground','0','0',132.35976718749998,-182.74671875); -INSERT INTO `tmp_korok` VALUES (639.3911,3710.839,'Air','0','0',137.9904859375,-185.981859375); -INSERT INTO `tmp_korok` VALUES (265.6219,3837.008,'Ground','0','1',132.1503421875,-187.95325); -INSERT INTO `tmp_korok` VALUES (271.7195,3289.589,'Air','0','0',132.2456171875,-179.399828125); -INSERT INTO `tmp_korok` VALUES (517.5668,3765.023,'Ground','0','0',136.08698125,-186.82848437500002); -INSERT INTO `tmp_korok` VALUES (695.5233,3071.41,'Air','0','0',138.8675515625,-175.99078125); -INSERT INTO `tmp_korok` VALUES (742.8929,3243.08,'Ground','1','0',139.60770156249998,-178.673125); -INSERT INTO `tmp_korok` VALUES (522.4664,3680.958,'Air','0','0',136.1635375,-185.51496875); -INSERT INTO `tmp_korok` VALUES (367.097,3642.119,'Air','0','0',133.735890625,-184.908109375); -INSERT INTO `tmp_korok` VALUES (909.6229,3837.292,'Ground','0','0',142.21285781249998,-187.9576875); -INSERT INTO `tmp_korok` VALUES (216.3226,3488.015,'Air','0','0',131.380040625,-182.500234375); -INSERT INTO `tmp_korok` VALUES (963.303,3371.103,'Air','0','0',143.051609375,-180.673484375); -INSERT INTO `tmp_korok` VALUES (266.1024,3668.951,'Air','0','0',132.15785,-185.32735937500001); -INSERT INTO `tmp_korok` VALUES (699.92,3276.863,'Air','0','0',138.93625,-179.200984375); -INSERT INTO `tmp_korok` VALUES (69.03473,3221.873,'Ground','1','0',129.07866765625,-178.341765625); -INSERT INTO `tmp_korok` VALUES (416.7571,3848.923,'Ground','0','0',134.51182968749998,-188.13942187499998); -INSERT INTO `tmp_korok` VALUES (13.95764,3790.43,'Ground','1','0',128.218088125,-187.22546875); -INSERT INTO `tmp_korok` VALUES (1615.105,-3661.03,'Ground','1','0',153.236015625,-70.79640624999999); -INSERT INTO `tmp_korok` VALUES (1143.403,-3742.778,'Ground','0','0',145.865671875,-69.51909375); -INSERT INTO `tmp_korok` VALUES (1549.113,-3108.549,'Ground','1','0',152.20489062500002,-79.428921875); -INSERT INTO `tmp_korok` VALUES (1593.879,-2475.25,'Air','0','0',152.904359375,-89.32421875); -INSERT INTO `tmp_korok` VALUES (1658.13,-2564.875,'Ground','1','0',153.90828125000002,-87.923828125); -INSERT INTO `tmp_korok` VALUES (1865.555,-2465.044,'Ground','0','0',157.149296875,-89.4836875); -INSERT INTO `tmp_korok` VALUES (1885.784,-2749.106,'Air','0','0',157.465375,-85.04521875); -INSERT INTO `tmp_korok` VALUES (1647.232,-2244.461,'Ground','0','0',153.738,-92.93029687500001); -INSERT INTO `tmp_korok` VALUES (1537.85,-2091.503,'Air','0','0',152.02890625,-95.32026562499999); -INSERT INTO `tmp_korok` VALUES (1632.017,-2939.5,'Ground','1','0',153.500265625,-82.0703125); -INSERT INTO `tmp_korok` VALUES (1725.349,-2553.939,'Air','0','0',154.958578125,-88.094703125); -INSERT INTO `tmp_korok` VALUES (1867.815,-2400.638,'Air','0','0',157.18460937499998,-90.49003125); -INSERT INTO `tmp_korok` VALUES (1008.131,-1564.019,'Ground','1','0',143.75204687500002,-103.562203125); -INSERT INTO `tmp_korok` VALUES (1282.642,-1123.445,'Air','0','0',148.04128125,-110.446171875); -INSERT INTO `tmp_korok` VALUES (1940.15,-1217.732,'Air','0','0',158.31484375,-108.9729375); -INSERT INTO `tmp_korok` VALUES (1950.854,-1832.657,'Ground','1','0',158.48209375,-99.364734375); -INSERT INTO `tmp_korok` VALUES (1426.895,-1544.07,'Ground','0','0',150.295234375,-103.87390625); -INSERT INTO `tmp_korok` VALUES (1544.331,-1837.214,'Air','0','0',152.130171875,-99.29353125); -INSERT INTO `tmp_korok` VALUES (1412.024,-1759.805,'Air','0','0',150.06287500000002,-100.503046875); -INSERT INTO `tmp_korok` VALUES (1377.204,-1261.174,'Ground','0','0',149.5188125,-108.29415625); -INSERT INTO `tmp_korok` VALUES (1687.556,-1717.087,'Ground','0','0',154.3680625,-101.17051562500001); -INSERT INTO `tmp_korok` VALUES (1197.521,-1152.63,'Ground','0','0',146.711265625,-109.99015625); -INSERT INTO `tmp_korok` VALUES (1632.926,-545.1971,'Air','0','0',153.51446875,-119.4812953125); -INSERT INTO `tmp_korok` VALUES (1404.953,-832.9891,'Ground','0','1',149.95239062500002,-114.9845453125); -INSERT INTO `tmp_korok` VALUES (1185.502,-67.4191,'Ground','0','0',146.52346875,-126.9465765625); -INSERT INTO `tmp_korok` VALUES (1694.872,-862.0854,'Ground','0','0',154.482375,-114.529915625); -INSERT INTO `tmp_korok` VALUES (1387.279,-112.9289,'Ground','0','0',149.676234375,-126.2354859375); -INSERT INTO `tmp_korok` VALUES (1104.015,-444.2307,'Air','0','0',145.250234375,-121.0588953125); -INSERT INTO `tmp_korok` VALUES (1088.531,-215.8946,'Ground','0','0',145.00829687499998,-124.626646875); -INSERT INTO `tmp_korok` VALUES (1265.178,-707.2505,'Air','0','0',147.76840625,-116.9492109375); -INSERT INTO `tmp_korok` VALUES (1398.038,-856.3475,'Air','0','0',149.84434375,-114.6195703125); -INSERT INTO `tmp_korok` VALUES (1832.722,-535.6974,'Air','0','0',156.63628125,-119.629728125); -INSERT INTO `tmp_korok` VALUES (1313.974,503.0696,'Ground','0','1',148.53084375,-135.86046249999998); -INSERT INTO `tmp_korok` VALUES (1685.603,661.1248,'Ground','0','1',154.337546875,-138.330075); -INSERT INTO `tmp_korok` VALUES (1980.929,451.9176,'Ground','1','0',158.952015625,-135.0612125); -INSERT INTO `tmp_korok` VALUES (1593.187,114.1612,'Ground','0','1',152.893546875,-129.78376874999998); -INSERT INTO `tmp_korok` VALUES (1434.736,135.4037,'Air','0','0',150.41775,-130.11568281249998); -INSERT INTO `tmp_korok` VALUES (1595.755,807.6757,'Ground','0','0',152.93367187500002,-140.6199328125); -INSERT INTO `tmp_korok` VALUES (1446.498,558.3604,'Ground','0','0',150.60153125,-136.72438125); -INSERT INTO `tmp_korok` VALUES (1116.142,555.5753,'Ground','1','0',145.43971875,-136.6808640625); -INSERT INTO `tmp_korok` VALUES (1736.363,85.67816,'Air','0','0',155.13067187500002,-129.33872125); -INSERT INTO `tmp_korok` VALUES (1775.802,963.6041,'Air','0','0',155.74690625,-143.0563140625); -INSERT INTO `tmp_korok` VALUES (1807.032,992.2015,'Air','0','0',156.234875,-143.5031484375); -INSERT INTO `tmp_korok` VALUES (1040.555,1318.153,'Ground','1','0',144.258671875,-148.596140625); -INSERT INTO `tmp_korok` VALUES (1553.541,1297.187,'Air','0','0',152.27407812500002,-148.268546875); -INSERT INTO `tmp_korok` VALUES (1739.307,1186.675,'Ground','1','0',155.176671875,-146.541796875); -INSERT INTO `tmp_korok` VALUES (1939.514,1110.931,'Ground','1','0',158.30490625,-145.358296875); -INSERT INTO `tmp_korok` VALUES (1293.442,1331.361,'Ground','1','0',148.21003125,-148.802515625); -INSERT INTO `tmp_korok` VALUES (1793.9,1052.825,'Ground','1','0',156.0296875,-144.450390625); -INSERT INTO `tmp_korok` VALUES (1101.693,1889.54,'Ground','1','0',145.213953125,-157.5240625); -INSERT INTO `tmp_korok` VALUES (1258.459,1851.127,'Ground','1','0',147.66342187499998,-156.923859375); -INSERT INTO `tmp_korok` VALUES (1748.572,1921.653,'Air','0','0',155.3214375,-158.025828125); -INSERT INTO `tmp_korok` VALUES (1638.969,1376.29,'Air','0','0',153.60889062500002,-149.50453125); -INSERT INTO `tmp_korok` VALUES (1245.111,1942.178,'Ground','0','0',147.454859375,-158.34653125); -INSERT INTO `tmp_korok` VALUES (1376.526,1680.343,'Air','0','0',149.50821875,-154.255359375); -INSERT INTO `tmp_korok` VALUES (1676.101,1157.939,'Ground','0','0',154.18907812499998,-146.092796875); -INSERT INTO `tmp_korok` VALUES (1750.43,1544.69,'Air','0','0',155.35046875,-152.13578125); -INSERT INTO `tmp_korok` VALUES (1933.256,1220.964,'Ground','1','0',158.20712500000002,-147.0775625); -INSERT INTO `tmp_korok` VALUES (1049.239,1783.277,'Ground','0','0',144.394359375,-155.863703125); -INSERT INTO `tmp_korok` VALUES (1957.253,1062.054,'Air','0','0',158.582078125,-144.59459375); -INSERT INTO `tmp_korok` VALUES (1798.334,1078.175,'Air','0','0',156.09896874999998,-144.846484375); -INSERT INTO `tmp_korok` VALUES (1517.272,1850.083,'Air','0','0',151.707375,-156.90754687499998); -INSERT INTO `tmp_korok` VALUES (1877.425,2051.324,'Ground','1','0',157.334765625,-160.0519375); -INSERT INTO `tmp_korok` VALUES (1966.63,2634.479,'Ground','1','0',158.72859375000002,-169.163734375); -INSERT INTO `tmp_korok` VALUES (1886.184,2418.735,'Air','1','0',157.47162500000002,-165.792734375); -INSERT INTO `tmp_korok` VALUES (1936.528,2778.544,'Ground','1','0',158.25825,-171.41475); -INSERT INTO `tmp_korok` VALUES (1682.657,2327.619,'Ground','1','0',154.291515625,-164.36904687499998); -INSERT INTO `tmp_korok` VALUES (1173.395,2849.989,'Ground','1','0',146.334296875,-172.531078125); -INSERT INTO `tmp_korok` VALUES (1373,2749.046,'Ground','0','0',149.453125,-170.95384375); -INSERT INTO `tmp_korok` VALUES (1188.64,2476.71,'Air','0','0',146.5725,-166.69859375); -INSERT INTO `tmp_korok` VALUES (1323.723,2453.452,'Ground','0','0',148.683171875,-166.33518750000002); -INSERT INTO `tmp_korok` VALUES (1381.904,2277.448,'Air','0','0',149.59225,-163.585125); -INSERT INTO `tmp_korok` VALUES (1305.289,2434.059,'Air','0','0',148.395140625,-166.03217187500002); -INSERT INTO `tmp_korok` VALUES (1462.677,2370.849,'Air','0','0',150.854328125,-165.044515625); -INSERT INTO `tmp_korok` VALUES (1773.844,2930.867,'Ground','0','0',155.71631250000002,-173.794796875); -INSERT INTO `tmp_korok` VALUES (1562.56,2898.317,'Air','0','0',152.41500000000002,-173.286203125); -INSERT INTO `tmp_korok` VALUES (1936.541,2564.501,'Ground','1','0',158.25845312500002,-168.070328125); -INSERT INTO `tmp_korok` VALUES (1857.431,3351.672,'Air','0','0',157.022359375,-180.369875); -INSERT INTO `tmp_korok` VALUES (1196.1,3055.431,'Ground','0','1',146.6890625,-175.741109375); -INSERT INTO `tmp_korok` VALUES (1821.037,3742.026,'Ground','1','0',156.453703125,-186.46915625); -INSERT INTO `tmp_korok` VALUES (1449.474,3531.368,'Ground','1','0',150.64803125,-183.177625); -INSERT INTO `tmp_korok` VALUES (1217.386,3524.105,'Ground','1','0',147.02165625,-183.064140625); -INSERT INTO `tmp_korok` VALUES (1799.42,3157.655,'Ground','1','0',156.1159375,-177.33835937499998); -INSERT INTO `tmp_korok` VALUES (1374.621,3751.464,'Ground','0','0',149.478453125,-186.616625); -INSERT INTO `tmp_korok` VALUES (1406.713,3198.755,'Ground','0','0',149.979890625,-177.98054687500002); -INSERT INTO `tmp_korok` VALUES (1733.161,3450.589,'Air','0','0',155.080640625,-181.915453125); -INSERT INTO `tmp_korok` VALUES (1325.561,3008.678,'Ground','0','1',148.711890625,-175.01059375); -INSERT INTO `tmp_korok` VALUES (1492.117,3370.485,'Air','0','0',151.314328125,-180.663828125); -INSERT INTO `tmp_korok` VALUES (1757.802,3685.978,'Ground','0','0',155.46565625,-185.59340625); -INSERT INTO `tmp_korok` VALUES (1012.067,3258.183,'Ground','0','0',143.813546875,-178.909109375); -INSERT INTO `tmp_korok` VALUES (1055.116,3254.771,'Air','0','0',144.4861875,-178.855796875); -INSERT INTO `tmp_korok` VALUES (1552.487,3529.241,'Air','0','0',152.25760937500002,-183.144390625); -INSERT INTO `tmp_korok` VALUES (1074.55,3620.945,'Ground','0','0',144.78984375,-184.577265625); -INSERT INTO `tmp_korok` VALUES (1943.746,3009.422,'Ground','0','0',158.37103125,-175.02221874999998); -INSERT INTO `tmp_korok` VALUES (1785.537,3011.07,'Air','0','0',155.899015625,-175.04796875); -INSERT INTO `tmp_korok` VALUES (1803.734,3221.996,'Ground','0','0',156.18334375,-178.3436875); -INSERT INTO `tmp_korok` VALUES (1625.494,3891.732,'Air','0','0',153.39834374999998,-188.8083125); -INSERT INTO `tmp_korok` VALUES (1840.689,3595.827,'Air','0','0',156.760765625,-184.18479687500002); -INSERT INTO `tmp_korok` VALUES (1660.151,3163.642,'Ground','0','0',153.939859375,-177.43190625); -INSERT INTO `tmp_korok` VALUES (1378.099,3503.561,'Ground','0','0',149.532796875,-182.743140625); -INSERT INTO `tmp_korok` VALUES (1513.742,3725.037,'Ground','1','0',151.65221875,-186.203703125); -INSERT INTO `tmp_korok` VALUES (2551.062,-3592.677,'Ground','1','0',167.86034375,-71.864421875); -INSERT INTO `tmp_korok` VALUES (2469.913,-3174.503,'Ground','1','0',166.592390625,-78.398390625); -INSERT INTO `tmp_korok` VALUES (2233.992,-3673.525,'Ground','1','0',162.906125,-70.601171875); -INSERT INTO `tmp_korok` VALUES (2662.632,-3471.585,'Ground','0','0',169.603625,-73.756484375); -INSERT INTO `tmp_korok` VALUES (2195.503,-3007.841,'Ground','1','0',162.304734375,-81.002484375); -INSERT INTO `tmp_korok` VALUES (2087.115,-3573.556,'Ground','0','0',160.611171875,-72.16318749999999); -INSERT INTO `tmp_korok` VALUES (2663.897,-2066.873,'Ground','1','0',169.623390625,-95.705109375); -INSERT INTO `tmp_korok` VALUES (2355.876,-2067.376,'Ground','1','0',164.8105625,-95.69725); -INSERT INTO `tmp_korok` VALUES (2060.978,-2757.42,'Ground','0','0',160.20278125,-84.9153125); -INSERT INTO `tmp_korok` VALUES (2019.416,-2172.899,'Ground','0','0',159.55337500000002,-94.04845312500001); -INSERT INTO `tmp_korok` VALUES (2170.738,-2109.555,'Ground','0','0',161.91778124999996,-95.038203125); -INSERT INTO `tmp_korok` VALUES (2424.331,-1738.5,'Air','0','0',165.880171875,-100.8359375); -INSERT INTO `tmp_korok` VALUES (2752.294,-1366.336,'Air','0','0',171.00459375,-106.65100000000001); -INSERT INTO `tmp_korok` VALUES (2266.556,-1565.486,'Ground','1','0',163.4149375,-103.53928125); -INSERT INTO `tmp_korok` VALUES (2315.027,-1133.257,'Ground','1','0',164.172296875,-110.292859375); -INSERT INTO `tmp_korok` VALUES (2179.551,-1282.035,'Ground','0','0',162.055484375,-107.968203125); -INSERT INTO `tmp_korok` VALUES (2504.476,-1304.284,'Ground','1','0',167.1324375,-107.6205625); -INSERT INTO `tmp_korok` VALUES (2751.067,-1675.908,'Ground','0','0',170.985421875,-101.81393750000001); -INSERT INTO `tmp_korok` VALUES (2408.195,-1229.951,'Air','0','0',165.628046875,-108.782015625); -INSERT INTO `tmp_korok` VALUES (2273.799,-1823.225,'Air','0','0',163.52810937499999,-99.512109375); -INSERT INTO `tmp_korok` VALUES (2441.137,-1241.73,'Ground','1','0',166.142765625,-108.59796875); -INSERT INTO `tmp_korok` VALUES (2407.271,-1613.596,'Air','0','0',165.613609375,-102.7875625); -INSERT INTO `tmp_korok` VALUES (2478.573,-1391.592,'Ground','0','0',166.727703125,-106.25637499999999); -INSERT INTO `tmp_korok` VALUES (2703.711,-1749.271,'Ground','0','0',170.245484375,-100.667640625); -INSERT INTO `tmp_korok` VALUES (2517.501,-212.4814,'Ground','1','0',167.335953125,-124.679978125); -INSERT INTO `tmp_korok` VALUES (2655.789,-971.1711,'Ground','1','0',169.496703125,-112.8254515625); -INSERT INTO `tmp_korok` VALUES (2665.531,-1.298676,'Air','0','0',169.64892187499998,-127.9797081875); -INSERT INTO `tmp_korok` VALUES (2427.764,-412.1216,'Air','0','0',165.9338125,-121.5606); -INSERT INTO `tmp_korok` VALUES (2275.006,-720.1478,'Air','0','0',163.54696875,-116.747690625); -INSERT INTO `tmp_korok` VALUES (2746.148,-176.402,'Air','0','0',170.90856250000002,-125.24371875); -INSERT INTO `tmp_korok` VALUES (2791.464,-500.932,'Air','0','0',171.616625,-120.1729375); -INSERT INTO `tmp_korok` VALUES (2728.917,904.33,'Ground','0','0',170.639328125,-142.13015625); -INSERT INTO `tmp_korok` VALUES (2684.855,562.7817,'Ground','0','1',169.950859375,-136.7934640625); -INSERT INTO `tmp_korok` VALUES (2378.29,373.1468,'Ground','1','0',165.16078125,-133.83041875); -INSERT INTO `tmp_korok` VALUES (2891.033,517.871,'Air','0','0',173.172390625,-136.091734375); -INSERT INTO `tmp_korok` VALUES (2288.527,699.6213,'Ground','0','0',163.758234375,-138.93158281249998); -INSERT INTO `tmp_korok` VALUES (2085.788,181.6626,'Ground','0','0',160.5904375,-130.838478125); -INSERT INTO `tmp_korok` VALUES (2132.422,678.8488,'Ground','0','0',161.31909374999998,-138.6070125); -INSERT INTO `tmp_korok` VALUES (2927.666,332.8004,'Ground','0','0',173.74478125000002,-133.20000625); -INSERT INTO `tmp_korok` VALUES (2473.889,461.6964,'Air','0','0',166.654515625,-135.21400625); -INSERT INTO `tmp_korok` VALUES (2409.547,849.3189,'Air','0','0',165.649171875,-141.2706078125); -INSERT INTO `tmp_korok` VALUES (2239.665,726.3528,'Air','0','0',162.994765625,-139.3492625); -INSERT INTO `tmp_korok` VALUES (2149.357,790.0027,'Ground','0','0',161.583703125,-140.34379218750001); -INSERT INTO `tmp_korok` VALUES (2635.693,370.9941,'Ground','1','0',169.182703125,-133.7967828125); -INSERT INTO `tmp_korok` VALUES (2769.947,348.8461,'Air','0','0',171.280421875,-133.45072031249998); -INSERT INTO `tmp_korok` VALUES (2163.896,1034.737,'Ground','1','0',161.810875,-144.16776562500002); -INSERT INTO `tmp_korok` VALUES (2925.468,1401.573,'Ground','1','0',173.7104375,-149.899578125); -INSERT INTO `tmp_korok` VALUES (2207.285,1373.48,'Air','0','0',162.488828125,-149.460625); -INSERT INTO `tmp_korok` VALUES (2511.433,1571.525,'Ground','0','0',167.241140625,-152.555078125); -INSERT INTO `tmp_korok` VALUES (2330.776,1828.012,'Air','0','0',164.418375,-156.56268749999998); -INSERT INTO `tmp_korok` VALUES (2276.034,1501.621,'Air','0','0',163.56303125,-151.462828125); -INSERT INTO `tmp_korok` VALUES (2636.166,1108.997,'Air','0','0',169.19009375000002,-145.328078125); -INSERT INTO `tmp_korok` VALUES (2526.617,1257.579,'Ground','0','0',167.478390625,-147.649671875); -INSERT INTO `tmp_korok` VALUES (2705.439,1164.945,'Ground','1','0',170.272484375,-146.202265625); -INSERT INTO `tmp_korok` VALUES (2279.315,1608.345,'Ground','1','0',163.614296875,-153.13039062500002); -INSERT INTO `tmp_korok` VALUES (2495.853,1804.202,'Air','0','0',166.997703125,-156.19065625000002); -INSERT INTO `tmp_korok` VALUES (2058.505,1208.554,'Ground','0','0',160.16414062500002,-146.88365625); -INSERT INTO `tmp_korok` VALUES (2884.092,1765.027,'Air','0','0',173.0639375,-155.578546875); -INSERT INTO `tmp_korok` VALUES (2320.668,1726.367,'Ground','1','0',164.2604375,-154.974484375); -INSERT INTO `tmp_korok` VALUES (2836.32,2120.507,'Air','0','0',172.3175,-161.132921875); -INSERT INTO `tmp_korok` VALUES (2484.83,2103.393,'Air','0','0',166.82546875,-160.865515625); -INSERT INTO `tmp_korok` VALUES (2874.915,2683.368,'Air','0','0',172.920546875,-169.927625); -INSERT INTO `tmp_korok` VALUES (2303.51,2375.135,'Air','0','0',163.99234375,-165.111484375); -INSERT INTO `tmp_korok` VALUES (2284.273,2659.972,'Ground','1','0',163.69176562500002,-169.5620625); -INSERT INTO `tmp_korok` VALUES (2181.727,2534.696,'Ground','1','0',162.08948437499998,-167.604625); -INSERT INTO `tmp_korok` VALUES (2403.831,2511.222,'Ground','0','1',165.559859375,-167.23784375); -INSERT INTO `tmp_korok` VALUES (2099.721,2625.572,'Air','0','0',160.808140625,-169.0245625); -INSERT INTO `tmp_korok` VALUES (2366.56,2303.499,'Air','0','0',164.9775,-163.992171875); -INSERT INTO `tmp_korok` VALUES (2714.133,2345.553,'Air','0','0',170.408328125,-164.649265625); -INSERT INTO `tmp_korok` VALUES (2811.316,2391.926,'Air','0','0',171.92681249999998,-165.37384375); -INSERT INTO `tmp_korok` VALUES (2103.915,2726.099,'Ground','0','0',160.873671875,-170.595296875); -INSERT INTO `tmp_korok` VALUES (2863.861,2182.903,'Ground','1','0',172.747828125,-162.107859375); -INSERT INTO `tmp_korok` VALUES (2054.829,2092.73,'Air','0','0',160.106703125,-160.69890625); -INSERT INTO `tmp_korok` VALUES (2991.393,2272.146,'Ground','1','0',174.740515625,-163.50228125); -INSERT INTO `tmp_korok` VALUES (2951.341,3005.962,'Ground','0','0',174.114703125,-174.96815625); -INSERT INTO `tmp_korok` VALUES (2836.962,3452.763,'Air','0','0',172.32753125,-181.94942187499998); -INSERT INTO `tmp_korok` VALUES (2636.233,3197.799,'Ground','1','0',169.191140625,-177.96560937499999); -INSERT INTO `tmp_korok` VALUES (2559.241,3602.712,'Ground','1','0',167.988140625,-184.292375); -INSERT INTO `tmp_korok` VALUES (2508.15,3825.909,'Ground','0','0',167.18984375,-187.779828125); -INSERT INTO `tmp_korok` VALUES (2939.432,3427.086,'Ground','0','0',173.928625,-181.54821875); -INSERT INTO `tmp_korok` VALUES (2171.211,3276.907,'Ground','0','0',161.925171875,-179.201671875); -INSERT INTO `tmp_korok` VALUES (2139.981,3531.94,'Ground','0','0',161.437203125,-183.1865625); -INSERT INTO `tmp_korok` VALUES (2856.583,3651.77,'Ground','0','0',172.634109375,-185.05890625); -INSERT INTO `tmp_korok` VALUES (2968.719,3380.182,'Ground','0','0',174.38623437500002,-180.81534375); -INSERT INTO `tmp_korok` VALUES (2294.48,3028.171,'Ground','0','0',163.85125,-175.315171875); -INSERT INTO `tmp_korok` VALUES (2032.282,3164.345,'Ground','0','0',159.75440625,-177.44289062500002); -INSERT INTO `tmp_korok` VALUES (3075.875,-3684.381,'Ground','1','0',176.060546875,-70.43154687500001); -INSERT INTO `tmp_korok` VALUES (3350.103,-3079.839,'Ground','1','0',180.345359375,-79.877515625); -INSERT INTO `tmp_korok` VALUES (3813.457,-3419.22,'Ground','0','0',187.585265625,-74.57468750000001); -INSERT INTO `tmp_korok` VALUES (3326.963,-3589.208,'Ground','0','0',179.983796875,-71.91862499999999); -INSERT INTO `tmp_korok` VALUES (3572.843,-3046.931,'Air','0','0',183.825671875,-80.39170312499999); -INSERT INTO `tmp_korok` VALUES (3496.163,-3374.297,'Ground','1','0',182.627546875,-75.27660937499999); -INSERT INTO `tmp_korok` VALUES (3178.982,-3073.667,'Ground','1','0',177.67159375,-79.97395312500001); -INSERT INTO `tmp_korok` VALUES (3995.799,-3147.581,'Ground','1','0',190.43435937499999,-78.819046875); -INSERT INTO `tmp_korok` VALUES (3152.594,-3328.348,'Air','0','0',177.25928125000002,-75.9945625); -INSERT INTO `tmp_korok` VALUES (3779.707,-3361.52,'Ground','0','0',187.057921875,-75.47625); -INSERT INTO `tmp_korok` VALUES (3455.615,-3581.874,'Ground','1','0',181.993984375,-72.03321875); -INSERT INTO `tmp_korok` VALUES (3726.792,-2677.462,'Ground','1','0',186.231125,-86.16465625000001); -INSERT INTO `tmp_korok` VALUES (3372.048,-2315.193,'Air','0','0',180.68824999999998,-91.825109375); -INSERT INTO `tmp_korok` VALUES (3877.544,-2371.863,'Ground','0','1',188.586625,-90.93964062500001); -INSERT INTO `tmp_korok` VALUES (3479.966,-2077.341,'Ground','1','0',182.37446875,-95.541546875); -INSERT INTO `tmp_korok` VALUES (3662.784,-2067.316,'Ground','0','0',185.231,-95.6981875); -INSERT INTO `tmp_korok` VALUES (3736.669,-2884.984,'Ground','0','0',186.385453125,-82.922125); -INSERT INTO `tmp_korok` VALUES (3322.944,-2803.064,'Ground','0','0',179.921,-84.202125); -INSERT INTO `tmp_korok` VALUES (3436.59,-2533.653,'Ground','0','0',181.69671875,-88.411671875); -INSERT INTO `tmp_korok` VALUES (3732.84,-2423.215,'Ground','0','0',186.325625,-90.137265625); -INSERT INTO `tmp_korok` VALUES (3407.366,-1278.327,'Ground','1','0',181.24009375,-108.026140625); -INSERT INTO `tmp_korok` VALUES (3292.116,-1428.613,'Ground','1','0',179.4393125,-105.67792187500001); -INSERT INTO `tmp_korok` VALUES (3709.392,-1683.445,'Ground','1','0',185.95925,-101.696171875); -INSERT INTO `tmp_korok` VALUES (3208.673,-1011.226,'Ground','1','0',178.13551562499998,-112.19959374999999); -INSERT INTO `tmp_korok` VALUES (3288.675,-1574.587,'Ground','1','0',179.385546875,-103.39707812500001); -INSERT INTO `tmp_korok` VALUES (3237.797,-1527.746,'Ground','1','0',178.590578125,-104.12896875); -INSERT INTO `tmp_korok` VALUES (3882.549,-1340.015,'Ground','0','0',188.66482812499999,-107.06226562500001); -INSERT INTO `tmp_korok` VALUES (3296.232,-1421.087,'Ground','1','0',179.503625,-105.79551562500001); -INSERT INTO `tmp_korok` VALUES (3244.917,-2000.31,'Ground','0','1',178.701828125,-96.74515625000001); -INSERT INTO `tmp_korok` VALUES (3726.305,-1129.711,'Air','0','0',186.223515625,-110.34826562500001); -INSERT INTO `tmp_korok` VALUES (3297.691,-1583.792,'Ground','1','0',179.52642187499998,-103.25325000000001); -INSERT INTO `tmp_korok` VALUES (3010.155,-1204.248,'Ground','1','0',175.033671875,-109.183625); -INSERT INTO `tmp_korok` VALUES (3112.552,-1295.329,'Ground','0','0',176.633625,-107.760484375); -INSERT INTO `tmp_korok` VALUES (3604.77,-1008.638,'Ground','1','0',184.32453125,-112.24003125); -INSERT INTO `tmp_korok` VALUES (3565.886,-915.9223,'Ground','0','1',183.71696875,-113.6887140625); -INSERT INTO `tmp_korok` VALUES (3291.972,-261.1206,'Ground','1','0',179.4370625,-123.919990625); -INSERT INTO `tmp_korok` VALUES (3527.287,-276.7639,'Ground','1','0',183.113859375,-123.6755640625); -INSERT INTO `tmp_korok` VALUES (3323.916,-519.5153,'Air','0','0',179.93618750000002,-119.8825734375); -INSERT INTO `tmp_korok` VALUES (3083.239,-167.6896,'Ground','0','0',176.175609375,-125.37985); -INSERT INTO `tmp_korok` VALUES (3893.508,-704.2333,'Ground','1','0',188.8360625,-116.9963546875); -INSERT INTO `tmp_korok` VALUES (3122.881,-17.39868,'Ground','0','0',176.795015625,-127.728145625); -INSERT INTO `tmp_korok` VALUES (3960.616,-858.5881,'Air','0','0',189.884625,-114.5845609375); -INSERT INTO `tmp_korok` VALUES (3321.498,-514.2532,'Air','0','0',179.89840625,-119.96479375); -INSERT INTO `tmp_korok` VALUES (3520.64,-383.5883,'Ground','0','0',183.01,-122.0064328125); -INSERT INTO `tmp_korok` VALUES (3140.857,324.9673,'Ground','0','1',177.075890625,-133.0776140625); -INSERT INTO `tmp_korok` VALUES (3854.316,352.2569,'Ground','0','1',188.22368749999998,-133.5040140625); -INSERT INTO `tmp_korok` VALUES (3206.764,23.68088,'Ground','0','1',178.1056875,-128.37001375); -INSERT INTO `tmp_korok` VALUES (3303.744,22.58359,'Ground','1','0',179.621,-128.35286859375); -INSERT INTO `tmp_korok` VALUES (3721.263,617.6266,'Ground','1','0',186.14473437499998,-137.650415625); -INSERT INTO `tmp_korok` VALUES (3271.144,656.8208,'Ground','0','0',179.111625,-138.262825); -INSERT INTO `tmp_korok` VALUES (3951.867,695.8884,'Ground','0','0',189.747921875,-138.87325625); -INSERT INTO `tmp_korok` VALUES (3383.032,982.824,'Ground','0','0',180.859875,-143.356625); -INSERT INTO `tmp_korok` VALUES (3431.141,523.7474,'Ground','1','0',181.611578125,-136.183553125); -INSERT INTO `tmp_korok` VALUES (3561.943,626.3196,'Ground','1','0',183.655359375,-137.78624374999998); -INSERT INTO `tmp_korok` VALUES (3451.99,550.7929,'Ground','0','0',181.93734375,-136.6061390625); -INSERT INTO `tmp_korok` VALUES (3741.72,1156.121,'Ground','0','0',186.464375,-146.064390625); -INSERT INTO `tmp_korok` VALUES (3537.012,1376.113,'Ground','0','1',183.2658125,-149.50176562500002); -INSERT INTO `tmp_korok` VALUES (3475.639,1916.261,'Ground','1','0',182.306859375,-157.941578125); -INSERT INTO `tmp_korok` VALUES (3709.191,1943.087,'Ground','1','0',185.95610937499998,-158.360734375); -INSERT INTO `tmp_korok` VALUES (3896.64,1556.54,'Ground','0','0',188.885,-152.3209375); -INSERT INTO `tmp_korok` VALUES (3229.032,1545.245,'Ground','0','0',178.453625,-152.14445312499998); -INSERT INTO `tmp_korok` VALUES (3166.324,1828.891,'Air','0','0',177.4738125,-156.576421875); -INSERT INTO `tmp_korok` VALUES (3525.984,1710.623,'Air','0','0',183.0935,-154.728484375); -INSERT INTO `tmp_korok` VALUES (3432.942,1150.31,'Air','0','0',181.63971875,-145.97359375); -INSERT INTO `tmp_korok` VALUES (3178.812,1607.304,'Air','0','0',177.6689375,-153.114125); -INSERT INTO `tmp_korok` VALUES (3797.93,1269.197,'Ground','0','0',187.34265625,-147.831203125); -INSERT INTO `tmp_korok` VALUES (3171.941,1490.935,'Air','0','0',177.56157812499998,-151.295859375); -INSERT INTO `tmp_korok` VALUES (3277.774,1436.003,'Ground','0','0',179.21521875,-150.437546875); -INSERT INTO `tmp_korok` VALUES (3029.036,2017.677,'Air','0','0',175.3286875,-159.526203125); -INSERT INTO `tmp_korok` VALUES (3783.725,2125.184,'Ground','0','0',187.120703125,-161.20600000000002); -INSERT INTO `tmp_korok` VALUES (3901.082,2096.729,'Air','0','0',188.95440625,-160.761390625); -INSERT INTO `tmp_korok` VALUES (3084.931,2884.649,'Ground','1','0',176.202046875,-173.07264062500002); -INSERT INTO `tmp_korok` VALUES (3687.959,2413.493,'Air','0','0',185.62435937499998,-165.710828125); -INSERT INTO `tmp_korok` VALUES (3516.118,2628.382,'Ground','0','0',182.93934375,-169.06846875); -INSERT INTO `tmp_korok` VALUES (3229.815,2848.442,'Ground','0','0',178.465859375,-172.50690625); -INSERT INTO `tmp_korok` VALUES (3148.72,2402.78,'Ground','0','0',177.19875,-165.54343749999998); -INSERT INTO `tmp_korok` VALUES (3420.944,2390.287,'Ground','0','0',181.45225,-165.348234375); -INSERT INTO `tmp_korok` VALUES (3144.467,2229.855,'Air','0','0',177.132296875,-162.841484375); -INSERT INTO `tmp_korok` VALUES (3347.619,2249.252,'Ground','1','0',180.306546875,-163.1445625); -INSERT INTO `tmp_korok` VALUES (3289.577,3338.793,'Air','0','0',179.39964062500002,-180.168640625); -INSERT INTO `tmp_korok` VALUES (3639.774,3258.224,'Ground','1','0',184.87146875,-178.90975); -INSERT INTO `tmp_korok` VALUES (3796.614,3618.895,'Ground','1','0',187.32209375,-184.545234375); -INSERT INTO `tmp_korok` VALUES (3367.108,3653.537,'Air','0','0',180.6110625,-185.086515625); -INSERT INTO `tmp_korok` VALUES (3441.938,3121.876,'Ground','0','0',181.78028125,-176.7793125); -INSERT INTO `tmp_korok` VALUES (3024.405,3654.227,'Ground','0','0',175.256328125,-185.09729687499998); -INSERT INTO `tmp_korok` VALUES (3175.443,3204.03,'Ground','0','1',177.616296875,-178.06296875); -INSERT INTO `tmp_korok` VALUES (3170.416,3824.316,'Air','0','0',177.53775000000002,-187.75493749999998); -INSERT INTO `tmp_korok` VALUES (4503.659,-3164.388,'Air','0','0',198.369671875,-78.5564375); -INSERT INTO `tmp_korok` VALUES (4422.963,-3340.219,'Ground','1','0',197.108796875,-75.809078125); -INSERT INTO `tmp_korok` VALUES (4817.198,-3094.218,'Ground','0','0',203.26871875,-79.65284375); -INSERT INTO `tmp_korok` VALUES (4344.057,-3178.368,'Air','0','0',195.875890625,-78.338); -INSERT INTO `tmp_korok` VALUES (4428.835,-3182.9,'Ground','1','0',197.200546875,-78.2671875); -INSERT INTO `tmp_korok` VALUES (4815.501,-3300.246,'Ground','1','0',203.242203125,-76.43365625); -INSERT INTO `tmp_korok` VALUES (4105.454,-2836.7,'Ground','0','0',192.14771875,-83.6765625); -INSERT INTO `tmp_korok` VALUES (4530.945,-2098.376,'Ground','1','0',198.796015625,-95.212875); -INSERT INTO `tmp_korok` VALUES (4396.832,-2721.584,'Ground','0','0',196.7005,-85.47525); -INSERT INTO `tmp_korok` VALUES (4338.091,-2438.518,'Air','0','0',195.782671875,-89.89815625); -INSERT INTO `tmp_korok` VALUES (4008.603,-2736.307,'Ground','1','0',190.634421875,-85.245203125); -INSERT INTO `tmp_korok` VALUES (4181.042,-2540.406,'Air','0','0',193.32878125000002,-88.30615625); -INSERT INTO `tmp_korok` VALUES (4508.734,-2643.605,'Ground','0','0',198.44896875,-86.693671875); -INSERT INTO `tmp_korok` VALUES (4095.783,-1627.464,'Air','0','0',191.996609375,-102.570875); -INSERT INTO `tmp_korok` VALUES (4634.409,-1840.946,'Ground','0','0',200.412640625,-99.23521875); -INSERT INTO `tmp_korok` VALUES (4702.884,-1039.331,'Ground','1','0',201.4825625,-111.760453125); -INSERT INTO `tmp_korok` VALUES (4698.904,-1003.025,'Ground','1','0',201.420375,-112.327734375); -INSERT INTO `tmp_korok` VALUES (4104.558,-1350.665,'Air','0','0',192.13371875,-106.895859375); -INSERT INTO `tmp_korok` VALUES (4038.21,-1254.872,'Ground','0','0',191.09703125,-108.39262500000001); -INSERT INTO `tmp_korok` VALUES (4707.057,-1355.02,'Ground','0','0',201.547765625,-106.8278125); -INSERT INTO `tmp_korok` VALUES (4098.317,-1756.464,'Ground','0','0',192.036203125,-100.55525); -INSERT INTO `tmp_korok` VALUES (4691.71,-1777.33,'Ground','0','0',201.30796875,-100.22921875); -INSERT INTO `tmp_korok` VALUES (4356.779,-1528.1,'Air','0','0',196.074671875,-104.1234375); -INSERT INTO `tmp_korok` VALUES (4332.92,-696.6332,'Ground','0','1',195.701875,-117.11510625); -INSERT INTO `tmp_korok` VALUES (4697.84,-547.03,'Ground','1','0',201.40375,-119.45265625); -INSERT INTO `tmp_korok` VALUES (4239.353,-998.2581,'Ground','0','0',194.239890625,-112.4022171875); -INSERT INTO `tmp_korok` VALUES (4232.734,-212.3339,'Ground','1','0',194.13646875,-124.6822828125); -INSERT INTO `tmp_korok` VALUES (4616.441,-638.0287,'Air','0','0',200.13189062499998,-118.0308015625); -INSERT INTO `tmp_korok` VALUES (4136.606,-408.5667,'Ground','0','0',192.63446875,-121.6161453125); -INSERT INTO `tmp_korok` VALUES (4071.793,-459.0538,'Air','0','0',191.621765625,-120.827284375); -INSERT INTO `tmp_korok` VALUES (4144.261,-595.9681,'Air','0','0',192.754078125,-118.6879984375); -INSERT INTO `tmp_korok` VALUES (4080.406,-216.7825,'Ground','0','0',191.75634374999998,-124.6127734375); -INSERT INTO `tmp_korok` VALUES (4042.218,-661.9659,'Ground','1','0',191.15965625,-117.6567828125); -INSERT INTO `tmp_korok` VALUES (4264.459,628.2208,'Ground','1','0',194.63217187499998,-137.81595); -INSERT INTO `tmp_korok` VALUES (4572.536,647.8932,'Ground','0','0',199.445875,-138.12333125); -INSERT INTO `tmp_korok` VALUES (4134.865,60.32083,'Ground','1','0',192.607265625,-128.94251296875); -INSERT INTO `tmp_korok` VALUES (4452.651,483.9736,'Air','0','0',197.572671875,-135.56208750000002); -INSERT INTO `tmp_korok` VALUES (4144.438,195.9695,'Ground','0','0',192.75684375,-131.0620234375); -INSERT INTO `tmp_korok` VALUES (4294.82,78.50095,'Ground','1','0',195.1065625,-129.22657734375); -INSERT INTO `tmp_korok` VALUES (4199.456,463.675,'Air','0','0',193.6165,-135.244921875); -INSERT INTO `tmp_korok` VALUES (4499.122,1015.01,'Ground','0','0',198.29878125,-143.85953125); -INSERT INTO `tmp_korok` VALUES (4533.438,1022.985,'Ground','0','0',198.83496875,-143.984140625); -INSERT INTO `tmp_korok` VALUES (4087.936,1142.371,'Ground','0','0',191.874,-145.849546875); -INSERT INTO `tmp_korok` VALUES (4274.364,1981.021,'Ground','0','0',194.7869375,-158.953453125); -INSERT INTO `tmp_korok` VALUES (4282.686,1655.666,'Air','0','0',194.91696875,-153.86978125000002); -INSERT INTO `tmp_korok` VALUES (4615.143,1915.474,'Ground','1','0',200.111609375,-157.92928125); -INSERT INTO `tmp_korok` VALUES (4438.906,1432.916,'Air','0','0',197.35790624999998,-150.38931250000002); -INSERT INTO `tmp_korok` VALUES (4662.712,2376.256,'Ground','0','0',200.854875,-165.12900000000002); -INSERT INTO `tmp_korok` VALUES (4518.497,2316.516,'Air','0','0',198.601515625,-164.1955625); -INSERT INTO `tmp_korok` VALUES (4536.525,2520.272,'Ground','0','0',198.883203125,-167.37925); -INSERT INTO `tmp_korok` VALUES (4211.834,2270.373,'Ground','0','0',193.80990624999998,-163.474578125); -INSERT INTO `tmp_korok` VALUES (4110.978,2588.168,'Ground','0','0',192.23403125,-168.440125); -INSERT INTO `tmp_korok` VALUES (4083.595,2973.261,'Air','0','0',191.806171875,-174.457203125); -INSERT INTO `tmp_korok` VALUES (4541.932,2405.64,'Air','0','0',198.9676875,-165.588125); -/*!40000 ALTER TABLE `tmp_korok` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Dumping data for table `tmp_loc` --- - -LOCK TABLES `tmp_loc` WRITE; -/*!40000 ALTER TABLE `tmp_loc` DISABLE KEYS */; -INSERT INTO `tmp_loc` VALUES (-4022.127,-3711.697,'To Quomo Shrine',1925,65.154265625,-70.004734375); -INSERT INTO `tmp_loc` VALUES (-4446.018,-3802.419,'Hia Miu Shrine',1925,58.53096875,-68.587203125); -INSERT INTO `tmp_loc` VALUES (-4058.835,-2508.257,'Maka Rah Shrine',1925,64.580703125,-88.808484375); -INSERT INTO `tmp_loc` VALUES (-4015.362,-1722.486,'Voo Lota Shrine',1925,65.25996875,-101.08615625); -INSERT INTO `tmp_loc` VALUES (-4121.399,-414.1998,'Kah Okeo Shrine',1925,63.603140624999995,-121.528128125); -INSERT INTO `tmp_loc` VALUES (-4657.493,904.9697,'Kema Kosassa Shrine',1925,55.226671874999994,-142.1401515625); -INSERT INTO `tmp_loc` VALUES (-4673.53,1968.79,'Kema Zoos Shrine',1925,54.976093750000004,-158.76234375); -INSERT INTO `tmp_loc` VALUES (-4798.148,2800.031,'Tho Kayu Shrine',1925,53.0289375,-171.75048437499998); -INSERT INTO `tmp_loc` VALUES (-4847.434,3773.548,'Hawa Koth Shrine',1925,52.25884375,-186.96168749999998); -INSERT INTO `tmp_loc` VALUES (-3626.71,-3038.259,'Mozo Shenno Shrine',1925,71.33265625,-80.527203125); -INSERT INTO `tmp_loc` VALUES (-3822.237,-2206.896,'Sha Warvo Shrine',1925,68.277546875,-93.51724999999999); -INSERT INTO `tmp_loc` VALUES (-3618.109,-1807.609,'Rito Village',1921,71.467046875,-99.756109375); -INSERT INTO `tmp_loc` VALUES (-3255.571,-1757.625,'Rito Stable',1938,77.131703125,-100.537109375); -INSERT INTO `tmp_loc` VALUES (-3656.033,-1757.7,'Akh Va\'quot Shrine',1925,70.87448437500001,-100.5359375); -INSERT INTO `tmp_loc` VALUES (-3608.986,-1516.377,'Bareeda Naag Shrine',1925,71.60959375,-104.306609375); -INSERT INTO `tmp_loc` VALUES (-3466.357,-447.4994,'Tena Ko\'sah Shrine',1925,73.838171875,-121.007821875); -INSERT INTO `tmp_loc` VALUES (-3613.748,-990.1647,'Tabantha Tower',1923,71.5351875,-112.52867656250001); -INSERT INTO `tmp_loc` VALUES (-3852.46,716.358,'Keeha Yoog Shrine',1925,67.8053125,-139.19309375); -INSERT INTO `tmp_loc` VALUES (-3666,1828.6,'Gerudo Tower',1923,70.71875,-156.571875); -INSERT INTO `tmp_loc` VALUES (-3083.613,1221.79,'Kuh Takkar Shrine',1925,79.81854687500001,-147.09046875); -INSERT INTO `tmp_loc` VALUES (-3910.613,1653.031,'Sho Dantu Shrine',1925,66.89667187500001,-153.82860937499998); -INSERT INTO `tmp_loc` VALUES (-3560.287,1953.873,'Sasa Kai Shrine',1925,72.370515625,-158.529265625); -INSERT INTO `tmp_loc` VALUES (-3835,2915,'Gerudo Town',1921,68.078125,-173.546875); -INSERT INTO `tmp_loc` VALUES (-3316.802,2162.679,'Dako Tah Shrine',1925,76.17496875,-161.791859375); -INSERT INTO `tmp_loc` VALUES (-3816.314,2819.157,'Daqo Chisay Shrine',1925,68.37009375,-172.049328125); -INSERT INTO `tmp_loc` VALUES (-3809.56,3126.858,'Raqa Zunzo Shrine',1925,68.47562500000001,-176.85715625); -INSERT INTO `tmp_loc` VALUES (-2998.305,-3220.635,'Shada Naw Shrine',1925,81.151484375,-77.677578125); -INSERT INTO `tmp_loc` VALUES (-2377.017,-3224.61,'Rok Uwog Shrine',1925,90.859109375,-77.61546875); -INSERT INTO `tmp_loc` VALUES (-2636.745,-2061.288,'Lanno Kooh Shrine',1925,86.800859375,-95.79237499999999); -INSERT INTO `tmp_loc` VALUES (-2173,-2034,'Hebra Tower',1923,94.046875,-96.21875); -INSERT INTO `tmp_loc` VALUES (-2380.419,-2255.404,'Gee Ha\'rah Shrine',1925,90.805953125,-92.7593125); -INSERT INTO `tmp_loc` VALUES (-2793.274,-2882.063,'Goma Asaagh Shrine',1925,84.35509375000001,-82.967765625); -INSERT INTO `tmp_loc` VALUES (-2832.063,-1577.131,'Dunba Taag Shrine',1925,83.749015625,-103.35732812500001); -INSERT INTO `tmp_loc` VALUES (-2931.568,-547.598,'Tabantha Bridge Stable',1938,82.19425,-119.44378125); -INSERT INTO `tmp_loc` VALUES (-2930.76,-433.0385,'Shae Loya Shrine',1925,82.206875,-121.2337734375); -INSERT INTO `tmp_loc` VALUES (-2269.1,-901.1,'Toh Yahsa Shrine',1925,92.5453125,-113.9203125); -INSERT INTO `tmp_loc` VALUES (-2297.784,461.6641,'Mogg Latan Shrine',1925,92.097125,-135.2135015625); -INSERT INTO `tmp_loc` VALUES (-2743.992,225.7467,'Mijah Rokee Shrine',1925,85.125125,-131.5272921875); -INSERT INTO `tmp_loc` VALUES (-2004.008,1675.263,'Joloo Nah Shrine',1925,96.687375,-154.17598437499998); -INSERT INTO `tmp_loc` VALUES (-2803.812,2225.765,'Gerudo Canyon Stable',1938,84.1904375,-162.777578125); -INSERT INTO `tmp_loc` VALUES (-2306.836,2437.32,'Wasteland Tower',1923,91.95568750000001,-166.083125); -INSERT INTO `tmp_loc` VALUES (-2809.968,2300.177,'Kay Noh Shrine',1925,84.09425,-163.940265625); -INSERT INTO `tmp_loc` VALUES (-2689.307,2811.907,'Korsh O\'hu Shrine',1925,85.979578125,-171.936046875); -INSERT INTO `tmp_loc` VALUES (-2969.8,3780.634,'Misae Suma Shrine',1925,81.596875,-187.07240625); -INSERT INTO `tmp_loc` VALUES (-1672.356,-3759.028,'Sha Gehma Shrine',1925,101.8694375,-69.2651875); -INSERT INTO `tmp_loc` VALUES (-1654.883,-2572.156,'Snowfield Stable',1938,102.142453125,-87.8100625); -INSERT INTO `tmp_loc` VALUES (-1720.389,-2554.626,'Rin Oyaa Shrine',1925,101.118921875,-88.08396875); -INSERT INTO `tmp_loc` VALUES (-1088.8,-2660.744,'Rona Kachta Shrine',1925,110.9875,-86.42587499999999); -INSERT INTO `tmp_loc` VALUES (-1559.375,-1799.053,'Serenne Stable',1938,103.634765625,-99.889796875); -INSERT INTO `tmp_loc` VALUES (-1940.474,-1459.019,'Maag No\'rah Shrine',1925,97.68009375,-105.202828125); -INSERT INTO `tmp_loc` VALUES (-1489.24,-1473.803,'Monya Toma Shrine',1925,104.730625,-104.971828125); -INSERT INTO `tmp_loc` VALUES (-1432.615,-593.246,'Zalta Wa Shrine',1925,105.615390625,-118.73053125); -INSERT INTO `tmp_loc` VALUES (-1755.3,-774.3,'Ridgeland Tower',1923,100.5734375,-115.9015625); -INSERT INTO `tmp_loc` VALUES (-1892.417,91.03052,'Sheem Dagoze Shrine',1925,98.43098437500001,-129.422351875); -INSERT INTO `tmp_loc` VALUES (-1102.233,1880.131,'Shrine of Resurrection',1924,110.777609375,-157.37704687500002); -INSERT INTO `tmp_loc` VALUES (-1449.493,1269.011,'Outskirt Stable',1938,105.351671875,-147.828296875); -INSERT INTO `tmp_loc` VALUES (-1562.293,1309.783,'Rota Ooh Shrine',1925,103.589171875,-148.465359375); -INSERT INTO `tmp_loc` VALUES (-1695.714,1701.026,'Dah Kaso Shrine',1925,101.50446875,-154.57853125); -INSERT INTO `tmp_loc` VALUES (-1435.387,1990.706,'Keh Namut Shrine',1925,105.572078125,-159.10478125); -INSERT INTO `tmp_loc` VALUES (-1793.255,2422.486,'Jee Noh Shrine',1925,99.980390625,-165.85134375); -INSERT INTO `tmp_loc` VALUES (-1417.777,3449.206,'Suma Sahma Shrine',1925,105.847234375,-181.89384375); -INSERT INTO `tmp_loc` VALUES (-1795,3464.391,'Dila Maag Shrine',1925,99.953125,-182.131109375); -INSERT INTO `tmp_loc` VALUES (-821.5,-3535,'Qaza Tokki Shrine',1925,115.1640625,-72.765625); -INSERT INTO `tmp_loc` VALUES (-26.08035,-2457.688,'Daag Chokah Shrine',1925,127.59249453125,-89.598625); -INSERT INTO `tmp_loc` VALUES (-148.3952,-1159.346,'Saas Ko\'sah Shrine',1925,125.68132499999999,-109.88521875); -INSERT INTO `tmp_loc` VALUES (-952.1733,-623.8846,'Noya Neha Shrine',1925,113.1222921875,-118.251803125); -INSERT INTO `tmp_loc` VALUES (-636.0839,-344.1649,'Katah Chuki Shrine',1925,118.0611890625,-122.6224234375); -INSERT INTO `tmp_loc` VALUES (-967.6394,716.8793,'Kaam Ya\'tak Shrine',1925,112.880634375,-139.2012390625); -INSERT INTO `tmp_loc` VALUES (-788.645,442.0306,'Central Tower',1923,115.677421875,-134.906728125); -INSERT INTO `tmp_loc` VALUES (-447.6951,1990.182,'Ja Baij Shrine',1925,121.0047640625,-159.09659375); -INSERT INTO `tmp_loc` VALUES (-672.4623,1513.63,'Oman Au Shrine',1925,117.4927765625,-151.65046875000002); -INSERT INTO `tmp_loc` VALUES (-560.0352,1694.863,'Great Plateau Tower',1923,119.24945,-154.48223437500002); -INSERT INTO `tmp_loc` VALUES (-31.81555,2961.601,'Lake Tower',1923,127.50288203124998,-174.27501562499998); -INSERT INTO `tmp_loc` VALUES (-925.0303,2320.229,'Owa Daim Shrine',1925,113.5464015625,-164.253578125); -INSERT INTO `tmp_loc` VALUES (-329.1666,2600.119,'Ya Naga Shrine',1925,122.85677187499999,-168.62685937499998); -INSERT INTO `tmp_loc` VALUES (-985.7891,3564.978,'Ishto Soh Shrine',1925,112.5970453125,-183.70278125); -INSERT INTO `tmp_loc` VALUES (284.4,-3119.6,'Ketoh Wawai Shrine',1925,132.44375,-79.25625); -INSERT INTO `tmp_loc` VALUES (427.9911,-2137.471,'Korok Forest',1921,134.6873609375,-94.602015625); -INSERT INTO `tmp_loc` VALUES (470.9549,-2167.817,'Keo Ruug Shrine',1925,135.3586703125,-94.127859375); -INSERT INTO `tmp_loc` VALUES (836.6338,-2418.811,'Maag Halan Shrine',1925,141.072403125,-90.206078125); -INSERT INTO `tmp_loc` VALUES (883.8843,-1605.71,'Woodland Tower',1923,141.8106921875,-102.91078125); -INSERT INTO `tmp_loc` VALUES (18.44452,-1943.704,'Kuhn Sidajj Shrine',1925,128.288195625,-97.629625); -INSERT INTO `tmp_loc` VALUES (760.2905,-821.3871,'Namika Ozz Shrine',1925,139.8795390625,-115.1658265625); -INSERT INTO `tmp_loc` VALUES (888.0616,173.6723,'Wetland Stable',1938,141.8759625,-130.7136296875); -INSERT INTO `tmp_loc` VALUES (825.1654,187.509,'Kaya Wan Shrine',1925,140.893209375,-130.929828125); -INSERT INTO `tmp_loc` VALUES (854.0031,838.7382,'Hila Rao Shrine',1925,141.3437984375,-141.105284375); -INSERT INTO `tmp_loc` VALUES (339.2324,1095.297,'Riverside Stable',1938,133.30050625,-145.114015625); -INSERT INTO `tmp_loc` VALUES (345.5874,1007.769,'Wahgo Katta Shrine',1925,133.399803125,-143.746390625); -INSERT INTO `tmp_loc` VALUES (87.01651,1657.706,'Bosh Kala Shrine',1925,129.35963296875002,-153.90165625); -INSERT INTO `tmp_loc` VALUES (559.364,2991.178,'Pumaag Nitae Shrine',1925,136.7400625,-174.73715625); -INSERT INTO `tmp_loc` VALUES (870.4947,2329.528,'Shae Katha Shrine',1925,141.6014796875,-164.398875); -INSERT INTO `tmp_loc` VALUES (529.6001,3450.883,'Highland Stable',1938,136.2750015625,-181.920046875); -INSERT INTO `tmp_loc` VALUES (522.9542,3525.324,'Ka\'o Makagh Shrine',1925,136.171159375,-183.0831875); -INSERT INTO `tmp_loc` VALUES (94.99838,3840.943,'Shoqa Tatone Shrine',1925,129.4843496875,-188.014734375); -INSERT INTO `tmp_loc` VALUES (1536.209,-3117.468,'Shora Hah Shrine',1925,152.00326562499998,-79.2895625); -INSERT INTO `tmp_loc` VALUES (1685.152,-2467.495,'Goron City',1921,154.3305,-89.445390625); -INSERT INTO `tmp_loc` VALUES (1756.571,-2561.701,'Shae Mo\'sah Shrine',1925,155.446421875,-87.973421875); -INSERT INTO `tmp_loc` VALUES (1065.67,-1141.583,'Woodland Stable',1938,144.65109375,-110.16276562499999); -INSERT INTO `tmp_loc` VALUES (1230.997,-1212.728,'Mirro Shaz Shrine',1925,147.234328125,-109.051125); -INSERT INTO `tmp_loc` VALUES (1820.241,-1517.903,'Qua Raym Shrine',1925,156.441265625,-104.282765625); -INSERT INTO `tmp_loc` VALUES (1509.48,-377.219,'Sheh Rata Shrine',1925,151.585625,-122.105953125); -INSERT INTO `tmp_loc` VALUES (1601.833,462.7538,'Daka Tuss Shrine',1925,153.02864062499998,-135.230528125); -INSERT INTO `tmp_loc` VALUES (1841.225,891.1125,'Ta\'loh Naeg Shrine',1925,156.769140625,-141.9236328125); -INSERT INTO `tmp_loc` VALUES (1806.003,984.7596,'Kakariko Village',1921,156.218796875,-143.38686875000002); -INSERT INTO `tmp_loc` VALUES (1016.777,1714.082,'Dueling Peaks Tower',1923,143.887140625,-154.78253125); -INSERT INTO `tmp_loc` VALUES (1245.118,1850.441,'Shee Venath Shrine',1925,147.45496875,-156.91314062499998); -INSERT INTO `tmp_loc` VALUES (1266.269,1938.7,'Shee Vaneer Shrine',1925,147.785453125,-158.2921875); -INSERT INTO `tmp_loc` VALUES (1662.967,1922.396,'Ha Dahamar Shrine',1925,153.983859375,-158.0374375); -INSERT INTO `tmp_loc` VALUES (1272.917,1843.91,'Ree Dahee Shrine',1925,147.88932812500002,-156.81109375); -INSERT INTO `tmp_loc` VALUES (1761.314,1926.244,'Dueling Peaks Stable',1938,155.52053125,-158.09756249999998); -INSERT INTO `tmp_loc` VALUES (1846.561,2473.726,'Toto Sah Shrine',1925,156.852515625,-166.65196874999998); -INSERT INTO `tmp_loc` VALUES (1790.257,2992.864,'Shoda Sah Shrine',1925,155.972765625,-174.7635); -INSERT INTO `tmp_loc` VALUES (1552.023,3537.839,'Lakeside Stable',1938,152.25035937500002,-183.278734375); -INSERT INTO `tmp_loc` VALUES (1586.375,3613.992,'Shai Utoh Shrine',1925,152.787109375,-184.468625); -INSERT INTO `tmp_loc` VALUES (1331.203,3273.723,'Faron Tower',1923,148.80004687500002,-179.151921875); -INSERT INTO `tmp_loc` VALUES (2662.707,-3457.207,'Gorae Torr Shrine',1925,169.604796875,-73.981140625); -INSERT INTO `tmp_loc` VALUES (2064.973,-2327.874,'Daqa Koh Shrine',1925,160.265203125,-91.62696875); -INSERT INTO `tmp_loc` VALUES (2075.823,-2039.718,'Kayra Mah Shrine',1925,160.434734375,-96.12940625); -INSERT INTO `tmp_loc` VALUES (2613.332,-1143.513,'Foothill Stable',1938,168.8333125,-110.132609375); -INSERT INTO `tmp_loc` VALUES (2174.151,-1556.781,'Eldin Tower',1923,161.971109375,-103.675296875); -INSERT INTO `tmp_loc` VALUES (2723.078,-1165.168,'Mo\'a Keet Shrine',1925,170.54809375,-109.79425); -INSERT INTO `tmp_loc` VALUES (2666.12,-1580.328,'Sah Dahaj Shrine',1925,169.65812499999998,-103.30737500000001); -INSERT INTO `tmp_loc` VALUES (2301.462,-940.7258,'Tah Muhl Shrine',1925,163.96034375,-113.301159375); -INSERT INTO `tmp_loc` VALUES (2239.213,-292.43,'Soh Kofi Shrine',1925,162.987703125,-123.43078125); -INSERT INTO `tmp_loc` VALUES (2258,-109,'Lanayru Tower',1923,163.28125,-126.296875); -INSERT INTO `tmp_loc` VALUES (2039.633,971.7044,'Lakna Rokee Shrine',1925,159.869265625,-143.18288124999998); -INSERT INTO `tmp_loc` VALUES (2621.62,379.2342,'Mezza Lo Shrine',1925,168.96281249999998,-133.92553437499998); -INSERT INTO `tmp_loc` VALUES (2696.768,1333.017,'Dow Na\'eh Shrine',1925,170.137,-148.828390625); -INSERT INTO `tmp_loc` VALUES (2501.7,1495.582,'Kam Urog Shrine',1925,167.0890625,-151.36846875); -INSERT INTO `tmp_loc` VALUES (2735.5,2133.5,'Hateno Tower',1923,170.7421875,-161.3359375); -INSERT INTO `tmp_loc` VALUES (2636.691,2833.854,'Tawa Jinn Shrine',1925,169.19829687499998,-172.27896875); -INSERT INTO `tmp_loc` VALUES (2833.533,3311.958,'Yah Rin Shrine',1925,172.273953125,-179.74934375); -INSERT INTO `tmp_loc` VALUES (2007.901,3284.566,'Qukah Nata Shrine',1925,159.373453125,-179.32134374999998); -INSERT INTO `tmp_loc` VALUES (3324.085,-3421.369,'Zuna Kai Shrine',1925,179.938828125,-74.54110937499999); -INSERT INTO `tmp_loc` VALUES (3777.255,-2704.069,'Tutsuwa Nima Shrine',1925,187.01960937500002,-85.74892187500001); -INSERT INTO `tmp_loc` VALUES (3149.832,-1692.647,'South Akkala Stable',1938,177.216125,-101.552390625); -INSERT INTO `tmp_loc` VALUES (3308,-1500.1,'Akkala Tower',1923,179.6875,-104.5609375); -INSERT INTO `tmp_loc` VALUES (3899.691,-1303.794,'Dah Hesho Shrine',1925,188.93267187499998,-107.62821875); -INSERT INTO `tmp_loc` VALUES (3028.298,-1668.015,'Ze Kasho Shrine',1925,175.31715624999998,-101.937265625); -INSERT INTO `tmp_loc` VALUES (3964.896,-1615.017,'Tarrey Town',1921,189.9515,-102.765359375); -INSERT INTO `tmp_loc` VALUES (3271.865,-401.4883,'Zora\'s Domain',1921,179.122890625,-121.7267453125); -INSERT INTO `tmp_loc` VALUES (3323.169,-517.9188,'Ne\'ez Yohma Shrine',1925,179.924515625,-119.90751875); -INSERT INTO `tmp_loc` VALUES (3148.852,-417.3299,'Dagah Keek Shrine',1925,177.20081249999998,-121.4792203125); -INSERT INTO `tmp_loc` VALUES (3333.5,402.5,'Rucco Maag Shrine',1925,180.0859375,-134.2890625); -INSERT INTO `tmp_loc` VALUES (3883.028,1315.361,'Jitan Sa\'mi Shrine',1925,188.6723125,-148.552515625); -INSERT INTO `tmp_loc` VALUES (3592.743,2121.852,'Hateno Village',1921,184.136609375,-161.15393749999998); -INSERT INTO `tmp_loc` VALUES (3387.707,2215.13,'Myahm Agana Shrine',1925,180.932921875,-162.61140625000002); -INSERT INTO `tmp_loc` VALUES (3009.469,3477.873,'Lurelin Village',1921,175.02295312500002,-182.341765625); -INSERT INTO `tmp_loc` VALUES (3657.167,3307.993,'Muwo Jeem Shrine',1925,185.143234375,-179.687390625); -INSERT INTO `tmp_loc` VALUES (3437.285,3317.196,'Kah Yah Shrine',1925,181.707578125,-179.8311875); -INSERT INTO `tmp_loc` VALUES (4655,-3709,'Tu Ka\'loh Shrine',1925,200.734375,-70.046875); -INSERT INTO `tmp_loc` VALUES (4227.82,-2747.769,'East Akkala Stable',1938,194.0596875,-85.066109375); -INSERT INTO `tmp_loc` VALUES (4294.901,-2729.875,'Katosa Aug Shrine',1925,195.107828125,-85.345703125); -INSERT INTO `tmp_loc` VALUES (4525.04,-2128.393,'Ritaag Zumo Shrine',1925,198.70375,-94.743859375); -INSERT INTO `tmp_loc` VALUES (4708.564,-1309.511,'Kah Mael Shrine',1925,201.5713125,-107.538890625); -INSERT INTO `tmp_loc` VALUES (4194.714,-855.908,'Ke\'nai Shakah Shrine',1925,193.54240625,-114.6264375); -INSERT INTO `tmp_loc` VALUES (4245.246,253.9076,'Shai Yota Shrine',1925,194.33196875,-131.96730625); -INSERT INTO `tmp_loc` VALUES (4182.765,1686.558,'Tahno O\'ah Shrine',1925,193.355703125,-154.35246875); -INSERT INTO `tmp_loc` VALUES (4011.483,2989.831,'Chaas Qeta Shrine',1925,190.679421875,-174.716109375); -INSERT INTO `tmp_loc` VALUES (4736.618,3771.592,'Korgu Chideh Shrine',1925,202.00965625,-186.931125); -/*!40000 ALTER TABLE `tmp_loc` ENABLE KEYS */; -UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2021-08-11 19:10:10 -INSERT INTO `user` -(`id`, `username`, `password`, `name`, `email`, `created`, `ip`, `last_login`, `level`, `visible`, `seen_version_major`, `seen_version_minor`, `seen_version_patch`, `seen_latest_changelog`) -VALUES -('1', 'test1', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1', 'test1@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), -('2', 'test2', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2', 'test2@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), -('3', 'test3', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3', 'test3@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), -('4', 'test4', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4', 'test4@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5', 'test5', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5', 'test5@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), -('7', 'test7', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7', 'test7@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '0', '0', '5', '0', '0'), -('9', 'test9', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9', 'test9@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), -('12', 'test12', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12', 'test12@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), -('14', 'test14', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14', 'test14@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16', 'test16', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16', 'test16@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17', 'test17', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17', 'test17@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18', 'test18', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18', 'test18@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19', 'test19', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19', 'test19@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20', 'test20', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20', 'test20@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21', 'test21', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21', 'test21@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22', 'test22', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22', 'test22@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24', 'test24', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24', 'test24@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25', 'test25', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25', 'test25@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28', 'test28', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28', 'test28@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38', 'test38', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38', 'test38@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39', 'test39', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39', 'test39@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40', 'test40', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40', 'test40@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42', 'test42', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42', 'test42@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43', 'test43', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43', 'test43@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('44', 'test44', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44', 'test44@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45', 'test45', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45', 'test45@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47', 'test47', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47', 'test47@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48', 'test48', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48', 'test48@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49', 'test49', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49', 'test49@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50', 'test50', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50', 'test50@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51', 'test51', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51', 'test51@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54', 'test54', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54', 'test54@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55', 'test55', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55', 'test55@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56', 'test56', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56', 'test56@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57', 'test57', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57', 'test57@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58', 'test58', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58', 'test58@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61', 'test61', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61', 'test61@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63', 'test63', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63', 'test63@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64', 'test64', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64', 'test64@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('65', 'test65', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65', 'test65@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66', 'test66', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66', 'test66@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67', 'test67', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67', 'test67@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68', 'test68', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68', 'test68@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69', 'test69', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69', 'test69@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71', 'test71', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71', 'test71@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73', 'test73', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73', 'test73@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77', 'test77', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77', 'test77@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82', 'test82', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82', 'test82@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83', 'test83', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83', 'test83@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84', 'test84', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84', 'test84@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85', 'test85', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85', 'test85@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('88', 'test88', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88', 'test88@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89', 'test89', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89', 'test89@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91', 'test91', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91', 'test91@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92', 'test92', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92', 'test92@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93', 'test93', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93', 'test93@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95', 'test95', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95', 'test95@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96', 'test96', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96', 'test96@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98', 'test98', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98', 'test98@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99', 'test99', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99', 'test99@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100', 'test100', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100', 'test100@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101', 'test101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101', 'test101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104', 'test104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104', 'test104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106', 'test106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106', 'test106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107', 'test107', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107', 'test107@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108', 'test108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108', 'test108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('110', 'test110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110', 'test110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111', 'test111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111', 'test111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114', 'test114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114', 'test114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('118', 'test118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118', 'test118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('119', 'test119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119', 'test119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123', 'test123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123', 'test123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125', 'test125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125', 'test125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127', 'test127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127', 'test127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131', 'test131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131', 'test131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132', 'test132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132', 'test132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136', 'test136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136', 'test136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('140', 'test140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test140', 'test140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('143', 'test143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test143', 'test143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('144', 'test144', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test144', 'test144@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('145', 'test145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test145', 'test145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('146', 'test146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test146', 'test146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('147', 'test147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test147', 'test147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('148', 'test148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test148', 'test148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('149', 'test149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test149', 'test149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('152', 'test152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test152', 'test152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('153', 'test153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test153', 'test153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('154', 'test154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test154', 'test154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('155', 'test155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test155', 'test155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('165', 'test165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test165', 'test165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('167', 'test167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test167', 'test167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('168', 'test168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test168', 'test168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('169', 'test169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test169', 'test169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('170', 'test170', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test170', 'test170@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('171', 'test171', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test171', 'test171@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('174', 'test174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test174', 'test174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('175', 'test175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test175', 'test175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('176', 'test176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test176', 'test176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('177', 'test177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test177', 'test177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('178', 'test178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test178', 'test178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('179', 'test179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test179', 'test179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('180', 'test180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test180', 'test180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('183', 'test183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test183', 'test183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('185', 'test185', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test185', 'test185@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('186', 'test186', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test186', 'test186@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('187', 'test187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test187', 'test187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('190', 'test190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test190', 'test190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('192', 'test192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test192', 'test192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('193', 'test193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test193', 'test193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('194', 'test194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test194', 'test194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('195', 'test195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test195', 'test195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('196', 'test196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test196', 'test196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('197', 'test197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test197', 'test197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('198', 'test198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test198', 'test198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('200', 'test200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test200', 'test200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('205', 'test205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test205', 'test205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('208', 'test208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test208', 'test208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('210', 'test210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test210', 'test210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('211', 'test211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test211', 'test211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('213', 'test213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test213', 'test213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('223', 'test223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test223', 'test223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('224', 'test224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test224', 'test224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('225', 'test225', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test225', 'test225@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('237', 'test237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test237', 'test237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('240', 'test240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test240', 'test240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('243', 'test243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test243', 'test243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('244', 'test244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test244', 'test244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('246', 'test246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test246', 'test246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('247', 'test247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test247', 'test247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('250', 'test250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test250', 'test250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('251', 'test251', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test251', 'test251@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('252', 'test252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test252', 'test252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('255', 'test255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test255', 'test255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('258', 'test258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test258', 'test258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('259', 'test259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test259', 'test259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('261', 'test261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test261', 'test261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('262', 'test262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test262', 'test262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('263', 'test263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test263', 'test263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('266', 'test266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test266', 'test266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('267', 'test267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test267', 'test267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('268', 'test268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test268', 'test268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('269', 'test269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test269', 'test269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('271', 'test271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test271', 'test271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('274', 'test274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test274', 'test274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('275', 'test275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test275', 'test275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('278', 'test278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test278', 'test278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('285', 'test285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test285', 'test285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('286', 'test286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test286', 'test286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('287', 'test287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test287', 'test287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('290', 'test290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test290', 'test290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('291', 'test291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test291', 'test291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('292', 'test292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test292', 'test292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('293', 'test293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test293', 'test293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('296', 'test296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test296', 'test296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('297', 'test297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test297', 'test297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('302', 'test302', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test302', 'test302@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('303', 'test303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test303', 'test303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('304', 'test304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test304', 'test304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('306', 'test306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test306', 'test306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('309', 'test309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test309', 'test309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('311', 'test311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test311', 'test311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('312', 'test312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test312', 'test312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('314', 'test314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test314', 'test314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('315', 'test315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test315', 'test315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('316', 'test316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test316', 'test316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('317', 'test317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test317', 'test317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('318', 'test318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test318', 'test318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('319', 'test319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test319', 'test319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('321', 'test321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test321', 'test321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('322', 'test322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test322', 'test322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('323', 'test323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test323', 'test323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('325', 'test325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test325', 'test325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('326', 'test326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test326', 'test326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('327', 'test327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test327', 'test327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('328', 'test328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test328', 'test328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('331', 'test331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test331', 'test331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('333', 'test333', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test333', 'test333@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('334', 'test334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test334', 'test334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('335', 'test335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test335', 'test335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('338', 'test338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test338', 'test338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('339', 'test339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test339', 'test339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('340', 'test340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test340', 'test340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('341', 'test341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test341', 'test341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('342', 'test342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test342', 'test342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('344', 'test344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test344', 'test344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('346', 'test346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test346', 'test346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('352', 'test352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test352', 'test352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('354', 'test354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test354', 'test354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('355', 'test355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test355', 'test355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('357', 'test357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test357', 'test357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('358', 'test358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test358', 'test358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('360', 'test360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test360', 'test360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('365', 'test365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test365', 'test365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('366', 'test366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test366', 'test366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('375', 'test375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test375', 'test375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('381', 'test381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test381', 'test381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('384', 'test384', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test384', 'test384@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('385', 'test385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test385', 'test385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('397', 'test397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test397', 'test397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('398', 'test398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test398', 'test398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('406', 'test406', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test406', 'test406@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('412', 'test412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test412', 'test412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('415', 'test415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test415', 'test415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('423', 'test423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test423', 'test423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('424', 'test424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test424', 'test424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('427', 'test427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test427', 'test427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('433', 'test433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test433', 'test433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('434', 'test434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test434', 'test434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('436', 'test436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test436', 'test436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('437', 'test437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test437', 'test437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('440', 'test440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test440', 'test440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('442', 'test442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test442', 'test442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('444', 'test444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test444', 'test444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('445', 'test445', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test445', 'test445@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('446', 'test446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test446', 'test446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('449', 'test449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test449', 'test449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('450', 'test450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test450', 'test450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('451', 'test451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test451', 'test451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('454', 'test454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test454', 'test454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('457', 'test457', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test457', 'test457@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('459', 'test459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test459', 'test459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('462', 'test462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test462', 'test462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('463', 'test463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test463', 'test463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('465', 'test465', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test465', 'test465@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('467', 'test467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test467', 'test467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('469', 'test469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test469', 'test469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('470', 'test470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test470', 'test470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('472', 'test472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test472', 'test472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('473', 'test473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test473', 'test473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('474', 'test474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test474', 'test474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('476', 'test476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test476', 'test476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('478', 'test478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test478', 'test478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('482', 'test482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test482', 'test482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('485', 'test485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test485', 'test485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('486', 'test486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test486', 'test486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('490', 'test490', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test490', 'test490@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('491', 'test491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test491', 'test491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('492', 'test492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test492', 'test492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('494', 'test494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test494', 'test494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('496', 'test496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test496', 'test496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('497', 'test497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test497', 'test497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('498', 'test498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test498', 'test498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('506', 'test506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test506', 'test506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('507', 'test507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test507', 'test507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('508', 'test508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test508', 'test508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('510', 'test510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test510', 'test510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('511', 'test511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test511', 'test511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('512', 'test512', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test512', 'test512@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('513', 'test513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test513', 'test513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('515', 'test515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test515', 'test515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('516', 'test516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test516', 'test516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('519', 'test519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test519', 'test519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('520', 'test520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test520', 'test520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('521', 'test521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test521', 'test521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('522', 'test522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test522', 'test522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('524', 'test524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test524', 'test524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('525', 'test525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test525', 'test525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('526', 'test526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test526', 'test526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('527', 'test527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test527', 'test527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('528', 'test528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test528', 'test528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('529', 'test529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test529', 'test529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('531', 'test531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test531', 'test531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('534', 'test534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test534', 'test534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('536', 'test536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test536', 'test536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('537', 'test537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test537', 'test537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('538', 'test538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test538', 'test538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('541', 'test541', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test541', 'test541@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('542', 'test542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test542', 'test542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('546', 'test546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test546', 'test546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('547', 'test547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test547', 'test547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('548', 'test548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test548', 'test548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('550', 'test550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test550', 'test550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('551', 'test551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test551', 'test551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('553', 'test553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test553', 'test553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('557', 'test557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test557', 'test557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('558', 'test558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test558', 'test558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('562', 'test562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test562', 'test562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('563', 'test563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test563', 'test563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('564', 'test564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test564', 'test564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('569', 'test569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test569', 'test569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('570', 'test570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test570', 'test570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('573', 'test573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test573', 'test573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('574', 'test574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test574', 'test574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('577', 'test577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test577', 'test577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('578', 'test578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test578', 'test578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('579', 'test579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test579', 'test579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('595', 'test595', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test595', 'test595@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('597', 'test597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test597', 'test597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('599', 'test599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test599', 'test599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('602', 'test602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test602', 'test602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('604', 'test604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test604', 'test604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('605', 'test605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test605', 'test605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('608', 'test608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test608', 'test608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('613', 'test613', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test613', 'test613@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('615', 'test615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test615', 'test615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('617', 'test617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test617', 'test617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('621', 'test621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test621', 'test621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('623', 'test623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test623', 'test623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('626', 'test626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test626', 'test626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('628', 'test628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test628', 'test628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('630', 'test630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test630', 'test630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('631', 'test631', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test631', 'test631@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('632', 'test632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test632', 'test632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('638', 'test638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test638', 'test638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('639', 'test639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test639', 'test639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('640', 'test640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test640', 'test640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('641', 'test641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test641', 'test641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('646', 'test646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test646', 'test646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('648', 'test648', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test648', 'test648@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('652', 'test652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test652', 'test652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('655', 'test655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test655', 'test655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('660', 'test660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test660', 'test660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('662', 'test662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test662', 'test662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('671', 'test671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test671', 'test671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('675', 'test675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test675', 'test675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('676', 'test676', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test676', 'test676@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('682', 'test682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test682', 'test682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('689', 'test689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test689', 'test689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('690', 'test690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test690', 'test690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('693', 'test693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test693', 'test693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('694', 'test694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test694', 'test694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('695', 'test695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test695', 'test695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('700', 'test700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test700', 'test700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('702', 'test702', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test702', 'test702@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('705', 'test705', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test705', 'test705@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('706', 'test706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test706', 'test706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('709', 'test709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test709', 'test709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('711', 'test711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test711', 'test711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('712', 'test712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test712', 'test712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('714', 'test714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test714', 'test714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('717', 'test717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test717', 'test717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('719', 'test719', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test719', 'test719@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('721', 'test721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test721', 'test721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('728', 'test728', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test728', 'test728@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('730', 'test730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test730', 'test730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('735', 'test735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test735', 'test735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('738', 'test738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test738', 'test738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('741', 'test741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test741', 'test741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('744', 'test744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test744', 'test744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('747', 'test747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test747', 'test747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('749', 'test749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test749', 'test749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('760', 'test760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test760', 'test760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('762', 'test762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test762', 'test762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('763', 'test763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test763', 'test763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('769', 'test769', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test769', 'test769@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('770', 'test770', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test770', 'test770@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('775', 'test775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test775', 'test775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('780', 'test780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test780', 'test780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('784', 'test784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test784', 'test784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('786', 'test786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test786', 'test786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('788', 'test788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test788', 'test788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('793', 'test793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test793', 'test793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('795', 'test795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test795', 'test795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('802', 'test802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test802', 'test802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('808', 'test808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test808', 'test808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('810', 'test810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test810', 'test810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('811', 'test811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test811', 'test811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('812', 'test812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test812', 'test812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('813', 'test813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test813', 'test813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('815', 'test815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test815', 'test815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('818', 'test818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test818', 'test818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('822', 'test822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test822', 'test822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('828', 'test828', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test828', 'test828@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('829', 'test829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test829', 'test829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('833', 'test833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test833', 'test833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('834', 'test834', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test834', 'test834@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('835', 'test835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test835', 'test835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('844', 'test844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test844', 'test844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('845', 'test845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test845', 'test845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('846', 'test846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test846', 'test846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('847', 'test847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test847', 'test847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('849', 'test849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test849', 'test849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('853', 'test853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test853', 'test853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('854', 'test854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test854', 'test854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('857', 'test857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test857', 'test857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('858', 'test858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test858', 'test858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('860', 'test860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test860', 'test860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('867', 'test867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test867', 'test867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('868', 'test868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test868', 'test868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('869', 'test869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test869', 'test869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('870', 'test870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test870', 'test870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('876', 'test876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test876', 'test876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('878', 'test878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test878', 'test878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('880', 'test880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test880', 'test880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('881', 'test881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test881', 'test881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('891', 'test891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test891', 'test891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('892', 'test892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test892', 'test892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('896', 'test896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test896', 'test896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('897', 'test897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test897', 'test897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('901', 'test901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test901', 'test901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('903', 'test903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test903', 'test903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('920', 'test920', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test920', 'test920@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('921', 'test921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test921', 'test921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('922', 'test922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test922', 'test922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('925', 'test925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test925', 'test925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('927', 'test927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test927', 'test927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('931', 'test931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test931', 'test931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('940', 'test940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test940', 'test940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('942', 'test942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test942', 'test942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('943', 'test943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test943', 'test943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('946', 'test946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test946', 'test946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('947', 'test947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test947', 'test947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('949', 'test949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test949', 'test949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('951', 'test951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test951', 'test951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('953', 'test953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test953', 'test953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('955', 'test955', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test955', 'test955@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('968', 'test968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test968', 'test968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('974', 'test974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test974', 'test974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('981', 'test981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test981', 'test981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('983', 'test983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test983', 'test983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('984', 'test984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test984', 'test984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('985', 'test985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test985', 'test985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('988', 'test988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test988', 'test988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('991', 'test991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test991', 'test991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('992', 'test992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test992', 'test992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('996', 'test996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test996', 'test996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('997', 'test997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test997', 'test997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1000', 'test1000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1000', 'test1000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1004', 'test1004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1004', 'test1004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1005', 'test1005', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1005', 'test1005@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1006', 'test1006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1006', 'test1006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1007', 'test1007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1007', 'test1007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1008', 'test1008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1008', 'test1008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1009', 'test1009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1009', 'test1009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1014', 'test1014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1014', 'test1014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1015', 'test1015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1015', 'test1015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1016', 'test1016', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1016', 'test1016@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1018', 'test1018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1018', 'test1018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1024', 'test1024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1024', 'test1024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1025', 'test1025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1025', 'test1025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1026', 'test1026', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1026', 'test1026@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1030', 'test1030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1030', 'test1030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1039', 'test1039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1039', 'test1039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1043', 'test1043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1043', 'test1043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1046', 'test1046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1046', 'test1046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1047', 'test1047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1047', 'test1047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1048', 'test1048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1048', 'test1048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1050', 'test1050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1050', 'test1050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1053', 'test1053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1053', 'test1053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1056', 'test1056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1056', 'test1056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1057', 'test1057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1057', 'test1057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1060', 'test1060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1060', 'test1060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1062', 'test1062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1062', 'test1062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1063', 'test1063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1063', 'test1063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1070', 'test1070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1070', 'test1070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1078', 'test1078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1078', 'test1078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1079', 'test1079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1079', 'test1079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1081', 'test1081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1081', 'test1081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1082', 'test1082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1082', 'test1082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1083', 'test1083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1083', 'test1083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1084', 'test1084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1084', 'test1084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1085', 'test1085', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1085', 'test1085@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1088', 'test1088', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1088', 'test1088@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1089', 'test1089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1089', 'test1089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1090', 'test1090', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1090', 'test1090@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1091', 'test1091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1091', 'test1091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1096', 'test1096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1096', 'test1096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1101', 'test1101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1101', 'test1101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1102', 'test1102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1102', 'test1102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1106', 'test1106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1106', 'test1106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1110', 'test1110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1110', 'test1110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1112', 'test1112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1112', 'test1112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1126', 'test1126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1126', 'test1126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1127', 'test1127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1127', 'test1127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1136', 'test1136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1136', 'test1136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1142', 'test1142', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1142', 'test1142@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1146', 'test1146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1146', 'test1146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1149', 'test1149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1149', 'test1149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1151', 'test1151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1151', 'test1151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1162', 'test1162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1162', 'test1162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1164', 'test1164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1164', 'test1164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1167', 'test1167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1167', 'test1167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1168', 'test1168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1168', 'test1168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1169', 'test1169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1169', 'test1169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1172', 'test1172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1172', 'test1172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1175', 'test1175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1175', 'test1175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1179', 'test1179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1179', 'test1179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1180', 'test1180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1180', 'test1180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1187', 'test1187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1187', 'test1187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1189', 'test1189', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1189', 'test1189@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1195', 'test1195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1195', 'test1195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1197', 'test1197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1197', 'test1197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1198', 'test1198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1198', 'test1198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1202', 'test1202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1202', 'test1202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1204', 'test1204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1204', 'test1204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1208', 'test1208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1208', 'test1208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1209', 'test1209', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1209', 'test1209@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1210', 'test1210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1210', 'test1210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1215', 'test1215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1215', 'test1215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1217', 'test1217', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1217', 'test1217@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1218', 'test1218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1218', 'test1218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1220', 'test1220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1220', 'test1220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1222', 'test1222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1222', 'test1222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1223', 'test1223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1223', 'test1223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1227', 'test1227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1227', 'test1227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1228', 'test1228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1228', 'test1228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1229', 'test1229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1229', 'test1229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1230', 'test1230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1230', 'test1230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1231', 'test1231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1231', 'test1231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1233', 'test1233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1233', 'test1233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1235', 'test1235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1235', 'test1235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1238', 'test1238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1238', 'test1238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1241', 'test1241', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1241', 'test1241@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1245', 'test1245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1245', 'test1245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1246', 'test1246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1246', 'test1246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1247', 'test1247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1247', 'test1247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1248', 'test1248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1248', 'test1248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1250', 'test1250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1250', 'test1250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1253', 'test1253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1253', 'test1253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1258', 'test1258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1258', 'test1258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1259', 'test1259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1259', 'test1259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1261', 'test1261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1261', 'test1261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1263', 'test1263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1263', 'test1263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1266', 'test1266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1266', 'test1266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1267', 'test1267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1267', 'test1267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1270', 'test1270', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1270', 'test1270@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1271', 'test1271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1271', 'test1271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1272', 'test1272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1272', 'test1272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1276', 'test1276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1276', 'test1276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1278', 'test1278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1278', 'test1278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1279', 'test1279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1279', 'test1279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1283', 'test1283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1283', 'test1283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1284', 'test1284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1284', 'test1284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1285', 'test1285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1285', 'test1285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1286', 'test1286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1286', 'test1286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1288', 'test1288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1288', 'test1288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1290', 'test1290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1290', 'test1290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1296', 'test1296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1296', 'test1296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1300', 'test1300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1300', 'test1300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1301', 'test1301', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1301', 'test1301@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1303', 'test1303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1303', 'test1303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1305', 'test1305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1305', 'test1305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1306', 'test1306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1306', 'test1306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1314', 'test1314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1314', 'test1314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1315', 'test1315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1315', 'test1315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1317', 'test1317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1317', 'test1317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1318', 'test1318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1318', 'test1318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1320', 'test1320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1320', 'test1320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1324', 'test1324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1324', 'test1324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1326', 'test1326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1326', 'test1326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1328', 'test1328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1328', 'test1328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1329', 'test1329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1329', 'test1329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1332', 'test1332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1332', 'test1332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1335', 'test1335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1335', 'test1335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1342', 'test1342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1342', 'test1342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1344', 'test1344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1344', 'test1344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1346', 'test1346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1346', 'test1346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1347', 'test1347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1347', 'test1347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1353', 'test1353', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1353', 'test1353@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1354', 'test1354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1354', 'test1354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1361', 'test1361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1361', 'test1361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1362', 'test1362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1362', 'test1362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1365', 'test1365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1365', 'test1365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1366', 'test1366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1366', 'test1366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1375', 'test1375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1375', 'test1375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1376', 'test1376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1376', 'test1376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1377', 'test1377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1377', 'test1377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1380', 'test1380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1380', 'test1380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1382', 'test1382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1382', 'test1382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1383', 'test1383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1383', 'test1383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1386', 'test1386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1386', 'test1386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1389', 'test1389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1389', 'test1389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1394', 'test1394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1394', 'test1394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1395', 'test1395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1395', 'test1395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1396', 'test1396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1396', 'test1396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1398', 'test1398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1398', 'test1398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1403', 'test1403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1403', 'test1403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1405', 'test1405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1405', 'test1405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1410', 'test1410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1410', 'test1410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1416', 'test1416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1416', 'test1416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1418', 'test1418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1418', 'test1418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1420', 'test1420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1420', 'test1420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1424', 'test1424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1424', 'test1424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1425', 'test1425', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1425', 'test1425@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1426', 'test1426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1426', 'test1426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1434', 'test1434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1434', 'test1434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1437', 'test1437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1437', 'test1437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1441', 'test1441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1441', 'test1441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1442', 'test1442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1442', 'test1442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1448', 'test1448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1448', 'test1448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1452', 'test1452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1452', 'test1452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1454', 'test1454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1454', 'test1454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1458', 'test1458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1458', 'test1458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1460', 'test1460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1460', 'test1460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1463', 'test1463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1463', 'test1463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1467', 'test1467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1467', 'test1467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1469', 'test1469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1469', 'test1469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1471', 'test1471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1471', 'test1471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1475', 'test1475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1475', 'test1475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1478', 'test1478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1478', 'test1478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1481', 'test1481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1481', 'test1481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1484', 'test1484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1484', 'test1484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1496', 'test1496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1496', 'test1496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1500', 'test1500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1500', 'test1500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1501', 'test1501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1501', 'test1501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1502', 'test1502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1502', 'test1502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1504', 'test1504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1504', 'test1504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1506', 'test1506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1506', 'test1506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1508', 'test1508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1508', 'test1508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1510', 'test1510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1510', 'test1510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1516', 'test1516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1516', 'test1516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1518', 'test1518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1518', 'test1518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1521', 'test1521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1521', 'test1521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1525', 'test1525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1525', 'test1525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1527', 'test1527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1527', 'test1527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1537', 'test1537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1537', 'test1537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1538', 'test1538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1538', 'test1538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1545', 'test1545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1545', 'test1545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1546', 'test1546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1546', 'test1546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1549', 'test1549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1549', 'test1549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1550', 'test1550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1550', 'test1550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1557', 'test1557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1557', 'test1557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1558', 'test1558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1558', 'test1558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1561', 'test1561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1561', 'test1561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1568', 'test1568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1568', 'test1568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1573', 'test1573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1573', 'test1573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1574', 'test1574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1574', 'test1574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1579', 'test1579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1579', 'test1579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1581', 'test1581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1581', 'test1581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1582', 'test1582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1582', 'test1582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1587', 'test1587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1587', 'test1587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1590', 'test1590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1590', 'test1590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1593', 'test1593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1593', 'test1593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1600', 'test1600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1600', 'test1600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1603', 'test1603', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1603', 'test1603@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1604', 'test1604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1604', 'test1604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1610', 'test1610', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1610', 'test1610@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1620', 'test1620', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1620', 'test1620@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1625', 'test1625', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1625', 'test1625@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1630', 'test1630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1630', 'test1630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1634', 'test1634', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1634', 'test1634@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1637', 'test1637', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1637', 'test1637@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1643', 'test1643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1643', 'test1643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1649', 'test1649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1649', 'test1649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1653', 'test1653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1653', 'test1653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1659', 'test1659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1659', 'test1659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1661', 'test1661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1661', 'test1661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1682', 'test1682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1682', 'test1682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1686', 'test1686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1686', 'test1686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1697', 'test1697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1697', 'test1697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1711', 'test1711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1711', 'test1711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1743', 'test1743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1743', 'test1743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1747', 'test1747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1747', 'test1747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1756', 'test1756', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1756', 'test1756@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1767', 'test1767', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1767', 'test1767@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1774', 'test1774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1774', 'test1774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1779', 'test1779', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1779', 'test1779@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1781', 'test1781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1781', 'test1781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1785', 'test1785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1785', 'test1785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1794', 'test1794', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1794', 'test1794@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1809', 'test1809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1809', 'test1809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1811', 'test1811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1811', 'test1811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1821', 'test1821', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1821', 'test1821@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1824', 'test1824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1824', 'test1824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1825', 'test1825', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1825', 'test1825@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1881', 'test1881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1881', 'test1881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1896', 'test1896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1896', 'test1896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1898', 'test1898', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1898', 'test1898@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1903', 'test1903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1903', 'test1903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1918', 'test1918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1918', 'test1918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1922', 'test1922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1922', 'test1922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1924', 'test1924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1924', 'test1924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1928', 'test1928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1928', 'test1928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1931', 'test1931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1931', 'test1931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1936', 'test1936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1936', 'test1936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1938', 'test1938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1938', 'test1938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1939', 'test1939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1939', 'test1939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1952', 'test1952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1952', 'test1952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1956', 'test1956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1956', 'test1956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('1974', 'test1974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1974', 'test1974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2000', 'test2000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2000', 'test2000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2003', 'test2003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2003', 'test2003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2014', 'test2014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2014', 'test2014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2032', 'test2032', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2032', 'test2032@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2052', 'test2052', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2052', 'test2052@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2063', 'test2063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2063', 'test2063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2091', 'test2091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2091', 'test2091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2104', 'test2104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2104', 'test2104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2106', 'test2106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2106', 'test2106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2131', 'test2131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2131', 'test2131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2147', 'test2147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2147', 'test2147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2153', 'test2153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2153', 'test2153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2205', 'test2205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2205', 'test2205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2222', 'test2222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2222', 'test2222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2236', 'test2236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2236', 'test2236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2262', 'test2262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2262', 'test2262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2280', 'test2280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2280', 'test2280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2320', 'test2320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2320', 'test2320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2371', 'test2371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2371', 'test2371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2376', 'test2376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2376', 'test2376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2403', 'test2403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2403', 'test2403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2417', 'test2417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2417', 'test2417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2433', 'test2433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2433', 'test2433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2441', 'test2441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2441', 'test2441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2444', 'test2444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2444', 'test2444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2460', 'test2460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2460', 'test2460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2520', 'test2520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2520', 'test2520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2534', 'test2534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2534', 'test2534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2587', 'test2587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2587', 'test2587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2596', 'test2596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2596', 'test2596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2615', 'test2615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2615', 'test2615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2629', 'test2629', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2629', 'test2629@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2635', 'test2635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2635', 'test2635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2636', 'test2636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2636', 'test2636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2642', 'test2642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2642', 'test2642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2662', 'test2662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2662', 'test2662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2671', 'test2671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2671', 'test2671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2691', 'test2691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2691', 'test2691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2738', 'test2738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2738', 'test2738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2755', 'test2755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2755', 'test2755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2772', 'test2772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2772', 'test2772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2773', 'test2773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2773', 'test2773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2778', 'test2778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2778', 'test2778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2787', 'test2787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2787', 'test2787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2799', 'test2799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2799', 'test2799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2802', 'test2802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2802', 'test2802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2813', 'test2813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2813', 'test2813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2850', 'test2850', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2850', 'test2850@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2858', 'test2858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2858', 'test2858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2873', 'test2873', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2873', 'test2873@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2880', 'test2880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2880', 'test2880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2909', 'test2909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2909', 'test2909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2922', 'test2922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2922', 'test2922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2937', 'test2937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2937', 'test2937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2938', 'test2938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2938', 'test2938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2939', 'test2939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2939', 'test2939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2942', 'test2942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2942', 'test2942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2946', 'test2946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2946', 'test2946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2953', 'test2953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2953', 'test2953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2966', 'test2966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2966', 'test2966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2988', 'test2988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2988', 'test2988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2989', 'test2989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2989', 'test2989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('2994', 'test2994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2994', 'test2994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3010', 'test3010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3010', 'test3010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3011', 'test3011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3011', 'test3011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3012', 'test3012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3012', 'test3012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3017', 'test3017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3017', 'test3017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3043', 'test3043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3043', 'test3043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3071', 'test3071', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3071', 'test3071@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3082', 'test3082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3082', 'test3082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3161', 'test3161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3161', 'test3161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3182', 'test3182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3182', 'test3182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3224', 'test3224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3224', 'test3224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3234', 'test3234', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3234', 'test3234@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3279', 'test3279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3279', 'test3279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3288', 'test3288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3288', 'test3288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3298', 'test3298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3298', 'test3298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3322', 'test3322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3322', 'test3322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3336', 'test3336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3336', 'test3336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3340', 'test3340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3340', 'test3340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3405', 'test3405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3405', 'test3405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3433', 'test3433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3433', 'test3433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3441', 'test3441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3441', 'test3441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3455', 'test3455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3455', 'test3455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3461', 'test3461', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3461', 'test3461@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3467', 'test3467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3467', 'test3467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3513', 'test3513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3513', 'test3513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3525', 'test3525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3525', 'test3525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3533', 'test3533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3533', 'test3533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3536', 'test3536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3536', 'test3536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3547', 'test3547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3547', 'test3547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3568', 'test3568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3568', 'test3568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3591', 'test3591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3591', 'test3591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3633', 'test3633', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3633', 'test3633@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3641', 'test3641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3641', 'test3641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3651', 'test3651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3651', 'test3651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3683', 'test3683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3683', 'test3683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3691', 'test3691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3691', 'test3691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3809', 'test3809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3809', 'test3809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3833', 'test3833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3833', 'test3833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3837', 'test3837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3837', 'test3837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3842', 'test3842', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3842', 'test3842@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3853', 'test3853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3853', 'test3853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3857', 'test3857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3857', 'test3857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3992', 'test3992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3992', 'test3992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('3999', 'test3999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3999', 'test3999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4136', 'test4136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4136', 'test4136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4184', 'test4184', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4184', 'test4184@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4257', 'test4257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4257', 'test4257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4332', 'test4332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4332', 'test4332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4383', 'test4383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4383', 'test4383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4402', 'test4402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4402', 'test4402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4421', 'test4421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4421', 'test4421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4426', 'test4426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4426', 'test4426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4489', 'test4489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4489', 'test4489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4491', 'test4491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4491', 'test4491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4515', 'test4515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4515', 'test4515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4555', 'test4555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4555', 'test4555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4581', 'test4581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4581', 'test4581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4618', 'test4618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4618', 'test4618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4682', 'test4682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4682', 'test4682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4715', 'test4715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4715', 'test4715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4748', 'test4748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4748', 'test4748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4785', 'test4785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4785', 'test4785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4845', 'test4845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4845', 'test4845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4896', 'test4896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4896', 'test4896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('4911', 'test4911', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4911', 'test4911@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5014', 'test5014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5014', 'test5014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5021', 'test5021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5021', 'test5021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5114', 'test5114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5114', 'test5114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5132', 'test5132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5132', 'test5132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5135', 'test5135', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5135', 'test5135@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5138', 'test5138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5138', 'test5138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5172', 'test5172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5172', 'test5172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5178', 'test5178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5178', 'test5178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5195', 'test5195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5195', 'test5195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5215', 'test5215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5215', 'test5215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5328', 'test5328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5328', 'test5328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5340', 'test5340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5340', 'test5340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5372', 'test5372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5372', 'test5372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5388', 'test5388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5388', 'test5388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5428', 'test5428', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5428', 'test5428@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5468', 'test5468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5468', 'test5468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5475', 'test5475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5475', 'test5475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5524', 'test5524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5524', 'test5524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5531', 'test5531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5531', 'test5531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5540', 'test5540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5540', 'test5540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5561', 'test5561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5561', 'test5561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5600', 'test5600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5600', 'test5600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5607', 'test5607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5607', 'test5607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5626', 'test5626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5626', 'test5626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5638', 'test5638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5638', 'test5638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5694', 'test5694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5694', 'test5694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5715', 'test5715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5715', 'test5715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5742', 'test5742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5742', 'test5742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5755', 'test5755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5755', 'test5755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5784', 'test5784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5784', 'test5784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5869', 'test5869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5869', 'test5869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5905', 'test5905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5905', 'test5905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5935', 'test5935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5935', 'test5935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5941', 'test5941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5941', 'test5941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('5944', 'test5944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5944', 'test5944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6006', 'test6006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6006', 'test6006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6028', 'test6028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6028', 'test6028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6054', 'test6054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6054', 'test6054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6079', 'test6079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6079', 'test6079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6111', 'test6111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6111', 'test6111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6125', 'test6125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6125', 'test6125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6183', 'test6183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6183', 'test6183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6242', 'test6242', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6242', 'test6242@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6289', 'test6289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6289', 'test6289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6292', 'test6292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6292', 'test6292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6306', 'test6306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6306', 'test6306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6315', 'test6315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6315', 'test6315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6381', 'test6381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6381', 'test6381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6426', 'test6426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6426', 'test6426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6427', 'test6427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6427', 'test6427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6442', 'test6442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6442', 'test6442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6538', 'test6538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6538', 'test6538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6546', 'test6546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6546', 'test6546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6614', 'test6614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6614', 'test6614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6652', 'test6652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6652', 'test6652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6680', 'test6680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6680', 'test6680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6688', 'test6688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6688', 'test6688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6690', 'test6690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6690', 'test6690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6700', 'test6700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6700', 'test6700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6801', 'test6801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6801', 'test6801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6867', 'test6867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6867', 'test6867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6936', 'test6936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6936', 'test6936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6937', 'test6937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6937', 'test6937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6981', 'test6981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6981', 'test6981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('6996', 'test6996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6996', 'test6996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7062', 'test7062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7062', 'test7062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7078', 'test7078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7078', 'test7078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7109', 'test7109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7109', 'test7109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7141', 'test7141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7141', 'test7141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7151', 'test7151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7151', 'test7151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7160', 'test7160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7160', 'test7160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7182', 'test7182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7182', 'test7182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7243', 'test7243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7243', 'test7243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7276', 'test7276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7276', 'test7276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7298', 'test7298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7298', 'test7298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7309', 'test7309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7309', 'test7309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7344', 'test7344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7344', 'test7344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7371', 'test7371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7371', 'test7371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7468', 'test7468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7468', 'test7468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7487', 'test7487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7487', 'test7487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7510', 'test7510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7510', 'test7510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7519', 'test7519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7519', 'test7519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7525', 'test7525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7525', 'test7525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7544', 'test7544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7544', 'test7544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7608', 'test7608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7608', 'test7608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7626', 'test7626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7626', 'test7626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7639', 'test7639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7639', 'test7639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7670', 'test7670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7670', 'test7670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7683', 'test7683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7683', 'test7683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7887', 'test7887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7887', 'test7887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7916', 'test7916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7916', 'test7916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('7952', 'test7952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7952', 'test7952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8014', 'test8014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8014', 'test8014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8060', 'test8060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8060', 'test8060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8079', 'test8079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8079', 'test8079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8134', 'test8134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8134', 'test8134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8172', 'test8172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8172', 'test8172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8191', 'test8191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8191', 'test8191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8205', 'test8205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8205', 'test8205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8235', 'test8235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8235', 'test8235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8254', 'test8254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8254', 'test8254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8265', 'test8265', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8265', 'test8265@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8323', 'test8323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8323', 'test8323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8325', 'test8325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8325', 'test8325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8329', 'test8329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8329', 'test8329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8358', 'test8358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8358', 'test8358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8394', 'test8394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8394', 'test8394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8440', 'test8440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8440', 'test8440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8474', 'test8474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8474', 'test8474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8501', 'test8501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8501', 'test8501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8502', 'test8502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8502', 'test8502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8532', 'test8532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8532', 'test8532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8552', 'test8552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8552', 'test8552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8575', 'test8575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8575', 'test8575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8616', 'test8616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8616', 'test8616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8644', 'test8644', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8644', 'test8644@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8649', 'test8649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8649', 'test8649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8661', 'test8661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8661', 'test8661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8663', 'test8663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8663', 'test8663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8730', 'test8730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8730', 'test8730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8764', 'test8764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8764', 'test8764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8774', 'test8774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8774', 'test8774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8846', 'test8846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8846', 'test8846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8866', 'test8866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8866', 'test8866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8905', 'test8905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8905', 'test8905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8973', 'test8973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8973', 'test8973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('8980', 'test8980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8980', 'test8980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9003', 'test9003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9003', 'test9003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9034', 'test9034', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9034', 'test9034@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9035', 'test9035', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9035', 'test9035@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9049', 'test9049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9049', 'test9049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9078', 'test9078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9078', 'test9078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9117', 'test9117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9117', 'test9117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9133', 'test9133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9133', 'test9133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9141', 'test9141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9141', 'test9141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9157', 'test9157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9157', 'test9157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9174', 'test9174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9174', 'test9174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9190', 'test9190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9190', 'test9190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9194', 'test9194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9194', 'test9194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9199', 'test9199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9199', 'test9199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9223', 'test9223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9223', 'test9223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9226', 'test9226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9226', 'test9226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9260', 'test9260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9260', 'test9260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9272', 'test9272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9272', 'test9272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9294', 'test9294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9294', 'test9294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9312', 'test9312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9312', 'test9312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9351', 'test9351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9351', 'test9351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9355', 'test9355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9355', 'test9355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9358', 'test9358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9358', 'test9358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9371', 'test9371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9371', 'test9371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9372', 'test9372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9372', 'test9372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9434', 'test9434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9434', 'test9434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9495', 'test9495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9495', 'test9495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9539', 'test9539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9539', 'test9539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9542', 'test9542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9542', 'test9542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9545', 'test9545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9545', 'test9545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9546', 'test9546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9546', 'test9546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9548', 'test9548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9548', 'test9548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9554', 'test9554', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9554', 'test9554@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9598', 'test9598', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9598', 'test9598@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9694', 'test9694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9694', 'test9694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9827', 'test9827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9827', 'test9827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9854', 'test9854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9854', 'test9854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9903', 'test9903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9903', 'test9903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9940', 'test9940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9940', 'test9940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9953', 'test9953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9953', 'test9953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9967', 'test9967', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9967', 'test9967@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9985', 'test9985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9985', 'test9985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('9995', 'test9995', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9995', 'test9995@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10121', 'test10121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10121', 'test10121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10167', 'test10167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10167', 'test10167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10223', 'test10223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10223', 'test10223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10253', 'test10253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10253', 'test10253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10269', 'test10269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10269', 'test10269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10309', 'test10309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10309', 'test10309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10329', 'test10329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10329', 'test10329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10338', 'test10338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10338', 'test10338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10387', 'test10387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10387', 'test10387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10414', 'test10414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10414', 'test10414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10485', 'test10485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10485', 'test10485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10502', 'test10502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10502', 'test10502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10543', 'test10543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10543', 'test10543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10587', 'test10587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10587', 'test10587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10622', 'test10622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10622', 'test10622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10647', 'test10647', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10647', 'test10647@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10657', 'test10657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10657', 'test10657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10684', 'test10684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10684', 'test10684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10807', 'test10807', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10807', 'test10807@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10826', 'test10826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10826', 'test10826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10827', 'test10827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10827', 'test10827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10875', 'test10875', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10875', 'test10875@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10901', 'test10901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10901', 'test10901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10907', 'test10907', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10907', 'test10907@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10928', 'test10928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10928', 'test10928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('10989', 'test10989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10989', 'test10989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11001', 'test11001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11001', 'test11001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11157', 'test11157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11157', 'test11157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11167', 'test11167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11167', 'test11167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11178', 'test11178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11178', 'test11178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11191', 'test11191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11191', 'test11191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11201', 'test11201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11201', 'test11201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11202', 'test11202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11202', 'test11202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11271', 'test11271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11271', 'test11271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11305', 'test11305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11305', 'test11305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11341', 'test11341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11341', 'test11341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11360', 'test11360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11360', 'test11360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11391', 'test11391', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11391', 'test11391@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11424', 'test11424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11424', 'test11424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11429', 'test11429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11429', 'test11429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11464', 'test11464', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11464', 'test11464@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11569', 'test11569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11569', 'test11569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11582', 'test11582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11582', 'test11582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11604', 'test11604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11604', 'test11604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11607', 'test11607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11607', 'test11607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11617', 'test11617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11617', 'test11617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11690', 'test11690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11690', 'test11690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11731', 'test11731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11731', 'test11731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11742', 'test11742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11742', 'test11742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11777', 'test11777', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11777', 'test11777@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11788', 'test11788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11788', 'test11788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11817', 'test11817', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11817', 'test11817@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11860', 'test11860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11860', 'test11860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('11889', 'test11889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11889', 'test11889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12017', 'test12017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12017', 'test12017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12072', 'test12072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12072', 'test12072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12150', 'test12150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12150', 'test12150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12188', 'test12188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12188', 'test12188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12215', 'test12215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12215', 'test12215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12272', 'test12272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12272', 'test12272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12306', 'test12306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12306', 'test12306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12330', 'test12330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12330', 'test12330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12332', 'test12332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12332', 'test12332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12348', 'test12348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12348', 'test12348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12363', 'test12363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12363', 'test12363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12400', 'test12400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12400', 'test12400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12402', 'test12402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12402', 'test12402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12452', 'test12452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12452', 'test12452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12566', 'test12566', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12566', 'test12566@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12578', 'test12578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12578', 'test12578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12597', 'test12597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12597', 'test12597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12660', 'test12660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12660', 'test12660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12696', 'test12696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12696', 'test12696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12708', 'test12708', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12708', 'test12708@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12739', 'test12739', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12739', 'test12739@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12742', 'test12742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12742', 'test12742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12889', 'test12889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12889', 'test12889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('12999', 'test12999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12999', 'test12999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13093', 'test13093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13093', 'test13093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13102', 'test13102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13102', 'test13102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13124', 'test13124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13124', 'test13124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13208', 'test13208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13208', 'test13208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13214', 'test13214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13214', 'test13214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13233', 'test13233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13233', 'test13233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13250', 'test13250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13250', 'test13250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13274', 'test13274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13274', 'test13274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13282', 'test13282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13282', 'test13282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13283', 'test13283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13283', 'test13283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13373', 'test13373', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13373', 'test13373@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13376', 'test13376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13376', 'test13376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13379', 'test13379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13379', 'test13379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13446', 'test13446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13446', 'test13446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13525', 'test13525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13525', 'test13525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13530', 'test13530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13530', 'test13530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13531', 'test13531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13531', 'test13531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13612', 'test13612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13612', 'test13612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13746', 'test13746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13746', 'test13746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13750', 'test13750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13750', 'test13750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13759', 'test13759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13759', 'test13759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13772', 'test13772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13772', 'test13772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13784', 'test13784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13784', 'test13784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13792', 'test13792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13792', 'test13792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13795', 'test13795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13795', 'test13795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13799', 'test13799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13799', 'test13799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13815', 'test13815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13815', 'test13815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13844', 'test13844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13844', 'test13844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13876', 'test13876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13876', 'test13876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13892', 'test13892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13892', 'test13892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13944', 'test13944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13944', 'test13944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13951', 'test13951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13951', 'test13951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13953', 'test13953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13953', 'test13953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('13991', 'test13991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13991', 'test13991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14001', 'test14001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14001', 'test14001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14006', 'test14006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14006', 'test14006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14053', 'test14053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14053', 'test14053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14059', 'test14059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14059', 'test14059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14074', 'test14074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14074', 'test14074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14075', 'test14075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14075', 'test14075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14082', 'test14082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14082', 'test14082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14119', 'test14119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14119', 'test14119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14121', 'test14121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14121', 'test14121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14160', 'test14160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14160', 'test14160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14257', 'test14257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14257', 'test14257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14290', 'test14290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14290', 'test14290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14303', 'test14303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14303', 'test14303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14364', 'test14364', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14364', 'test14364@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14388', 'test14388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14388', 'test14388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14481', 'test14481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14481', 'test14481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14497', 'test14497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14497', 'test14497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14626', 'test14626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14626', 'test14626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14643', 'test14643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14643', 'test14643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14706', 'test14706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14706', 'test14706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14759', 'test14759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14759', 'test14759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14782', 'test14782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14782', 'test14782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14810', 'test14810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14810', 'test14810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14881', 'test14881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14881', 'test14881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('14925', 'test14925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14925', 'test14925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15013', 'test15013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15013', 'test15013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15079', 'test15079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15079', 'test15079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15089', 'test15089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15089', 'test15089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15103', 'test15103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15103', 'test15103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15137', 'test15137', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15137', 'test15137@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15161', 'test15161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15161', 'test15161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15220', 'test15220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15220', 'test15220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15272', 'test15272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15272', 'test15272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15279', 'test15279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15279', 'test15279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15305', 'test15305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15305', 'test15305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15310', 'test15310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15310', 'test15310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15410', 'test15410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15410', 'test15410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15417', 'test15417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15417', 'test15417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15434', 'test15434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15434', 'test15434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15446', 'test15446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15446', 'test15446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15456', 'test15456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15456', 'test15456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15491', 'test15491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15491', 'test15491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15494', 'test15494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15494', 'test15494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15545', 'test15545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15545', 'test15545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15562', 'test15562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15562', 'test15562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15570', 'test15570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15570', 'test15570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15609', 'test15609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15609', 'test15609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15641', 'test15641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15641', 'test15641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15662', 'test15662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15662', 'test15662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15680', 'test15680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15680', 'test15680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15699', 'test15699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15699', 'test15699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15736', 'test15736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15736', 'test15736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15765', 'test15765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15765', 'test15765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15773', 'test15773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15773', 'test15773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15776', 'test15776', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15776', 'test15776@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15798', 'test15798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15798', 'test15798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15806', 'test15806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15806', 'test15806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15823', 'test15823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15823', 'test15823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15837', 'test15837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15837', 'test15837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15908', 'test15908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15908', 'test15908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15945', 'test15945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15945', 'test15945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15959', 'test15959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15959', 'test15959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('15983', 'test15983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15983', 'test15983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16053', 'test16053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16053', 'test16053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16068', 'test16068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16068', 'test16068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16096', 'test16096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16096', 'test16096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16104', 'test16104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16104', 'test16104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16114', 'test16114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16114', 'test16114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16136', 'test16136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16136', 'test16136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16194', 'test16194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16194', 'test16194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16197', 'test16197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16197', 'test16197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16218', 'test16218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16218', 'test16218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16249', 'test16249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16249', 'test16249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16253', 'test16253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16253', 'test16253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16257', 'test16257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16257', 'test16257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16264', 'test16264', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16264', 'test16264@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16300', 'test16300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16300', 'test16300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16368', 'test16368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16368', 'test16368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16386', 'test16386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16386', 'test16386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16412', 'test16412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16412', 'test16412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16432', 'test16432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16432', 'test16432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16449', 'test16449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16449', 'test16449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16532', 'test16532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16532', 'test16532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16537', 'test16537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16537', 'test16537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16543', 'test16543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16543', 'test16543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16561', 'test16561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16561', 'test16561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16577', 'test16577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16577', 'test16577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16687', 'test16687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16687', 'test16687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16725', 'test16725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16725', 'test16725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16743', 'test16743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16743', 'test16743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16761', 'test16761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16761', 'test16761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16768', 'test16768', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16768', 'test16768@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16782', 'test16782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16782', 'test16782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16799', 'test16799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16799', 'test16799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16808', 'test16808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16808', 'test16808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16861', 'test16861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16861', 'test16861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16906', 'test16906', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16906', 'test16906@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16925', 'test16925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16925', 'test16925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16930', 'test16930', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16930', 'test16930@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16935', 'test16935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16935', 'test16935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16938', 'test16938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16938', 'test16938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16942', 'test16942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16942', 'test16942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16974', 'test16974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16974', 'test16974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16983', 'test16983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16983', 'test16983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16994', 'test16994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16994', 'test16994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('16998', 'test16998', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16998', 'test16998@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17069', 'test17069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17069', 'test17069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17077', 'test17077', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17077', 'test17077@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17119', 'test17119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17119', 'test17119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17156', 'test17156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17156', 'test17156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17231', 'test17231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17231', 'test17231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17236', 'test17236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17236', 'test17236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17243', 'test17243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17243', 'test17243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17277', 'test17277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17277', 'test17277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17309', 'test17309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17309', 'test17309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17315', 'test17315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17315', 'test17315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17330', 'test17330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17330', 'test17330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17335', 'test17335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17335', 'test17335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17340', 'test17340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17340', 'test17340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17351', 'test17351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17351', 'test17351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17371', 'test17371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17371', 'test17371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17377', 'test17377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17377', 'test17377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17383', 'test17383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17383', 'test17383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17390', 'test17390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17390', 'test17390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17405', 'test17405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17405', 'test17405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17413', 'test17413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17413', 'test17413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17507', 'test17507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17507', 'test17507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17516', 'test17516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17516', 'test17516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17600', 'test17600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17600', 'test17600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17660', 'test17660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17660', 'test17660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17744', 'test17744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17744', 'test17744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17759', 'test17759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17759', 'test17759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17790', 'test17790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17790', 'test17790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17796', 'test17796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17796', 'test17796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17925', 'test17925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17925', 'test17925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17928', 'test17928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17928', 'test17928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17948', 'test17948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17948', 'test17948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17978', 'test17978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17978', 'test17978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('17996', 'test17996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17996', 'test17996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18045', 'test18045', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18045', 'test18045@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18078', 'test18078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18078', 'test18078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18081', 'test18081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18081', 'test18081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18145', 'test18145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18145', 'test18145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18164', 'test18164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18164', 'test18164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18179', 'test18179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18179', 'test18179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18201', 'test18201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18201', 'test18201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18278', 'test18278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18278', 'test18278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18290', 'test18290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18290', 'test18290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18415', 'test18415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18415', 'test18415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18483', 'test18483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18483', 'test18483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18489', 'test18489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18489', 'test18489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18578', 'test18578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18578', 'test18578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18586', 'test18586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18586', 'test18586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18679', 'test18679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18679', 'test18679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18690', 'test18690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18690', 'test18690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18695', 'test18695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18695', 'test18695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18696', 'test18696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18696', 'test18696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18743', 'test18743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18743', 'test18743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18746', 'test18746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18746', 'test18746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18760', 'test18760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18760', 'test18760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18761', 'test18761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18761', 'test18761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18804', 'test18804', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18804', 'test18804@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18823', 'test18823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18823', 'test18823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18862', 'test18862', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18862', 'test18862@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('18991', 'test18991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18991', 'test18991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19007', 'test19007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19007', 'test19007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19054', 'test19054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19054', 'test19054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19073', 'test19073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19073', 'test19073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19152', 'test19152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19152', 'test19152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19247', 'test19247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19247', 'test19247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19262', 'test19262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19262', 'test19262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19312', 'test19312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19312', 'test19312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19313', 'test19313', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19313', 'test19313@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19412', 'test19412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19412', 'test19412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19448', 'test19448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19448', 'test19448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19458', 'test19458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19458', 'test19458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19477', 'test19477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19477', 'test19477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19492', 'test19492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19492', 'test19492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19530', 'test19530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19530', 'test19530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19668', 'test19668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19668', 'test19668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19855', 'test19855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19855', 'test19855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19868', 'test19868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19868', 'test19868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19915', 'test19915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19915', 'test19915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19926', 'test19926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19926', 'test19926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19975', 'test19975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19975', 'test19975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('19987', 'test19987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19987', 'test19987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20011', 'test20011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20011', 'test20011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20019', 'test20019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20019', 'test20019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20061', 'test20061', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20061', 'test20061@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20248', 'test20248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20248', 'test20248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20280', 'test20280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20280', 'test20280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20346', 'test20346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20346', 'test20346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20452', 'test20452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20452', 'test20452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20599', 'test20599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20599', 'test20599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20606', 'test20606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20606', 'test20606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20608', 'test20608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20608', 'test20608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20654', 'test20654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20654', 'test20654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20680', 'test20680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20680', 'test20680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20742', 'test20742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20742', 'test20742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20762', 'test20762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20762', 'test20762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20786', 'test20786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20786', 'test20786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20792', 'test20792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20792', 'test20792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20799', 'test20799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20799', 'test20799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20921', 'test20921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20921', 'test20921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20922', 'test20922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20922', 'test20922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('20944', 'test20944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20944', 'test20944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21041', 'test21041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21041', 'test21041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21154', 'test21154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21154', 'test21154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21200', 'test21200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21200', 'test21200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21247', 'test21247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21247', 'test21247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21282', 'test21282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21282', 'test21282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21321', 'test21321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21321', 'test21321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21324', 'test21324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21324', 'test21324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21352', 'test21352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21352', 'test21352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21355', 'test21355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21355', 'test21355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21496', 'test21496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21496', 'test21496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21552', 'test21552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21552', 'test21552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21662', 'test21662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21662', 'test21662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21727', 'test21727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21727', 'test21727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21799', 'test21799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21799', 'test21799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21856', 'test21856', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21856', 'test21856@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21858', 'test21858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21858', 'test21858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('21892', 'test21892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21892', 'test21892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22039', 'test22039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22039', 'test22039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22054', 'test22054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22054', 'test22054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22116', 'test22116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22116', 'test22116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22123', 'test22123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22123', 'test22123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22141', 'test22141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22141', 'test22141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22148', 'test22148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22148', 'test22148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22175', 'test22175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22175', 'test22175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22228', 'test22228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22228', 'test22228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22252', 'test22252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22252', 'test22252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22263', 'test22263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22263', 'test22263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22279', 'test22279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22279', 'test22279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22484', 'test22484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22484', 'test22484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22500', 'test22500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22500', 'test22500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22518', 'test22518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22518', 'test22518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22524', 'test22524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22524', 'test22524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22575', 'test22575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22575', 'test22575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22585', 'test22585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22585', 'test22585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22592', 'test22592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22592', 'test22592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22593', 'test22593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22593', 'test22593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22600', 'test22600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22600', 'test22600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22725', 'test22725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22725', 'test22725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22780', 'test22780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22780', 'test22780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22858', 'test22858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22858', 'test22858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22918', 'test22918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22918', 'test22918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('22947', 'test22947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22947', 'test22947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23031', 'test23031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23031', 'test23031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23109', 'test23109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23109', 'test23109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23122', 'test23122', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23122', 'test23122@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23128', 'test23128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23128', 'test23128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23133', 'test23133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23133', 'test23133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23237', 'test23237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23237', 'test23237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23247', 'test23247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23247', 'test23247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23298', 'test23298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23298', 'test23298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23337', 'test23337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23337', 'test23337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23338', 'test23338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23338', 'test23338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23476', 'test23476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23476', 'test23476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23546', 'test23546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23546', 'test23546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23655', 'test23655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23655', 'test23655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23694', 'test23694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23694', 'test23694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23704', 'test23704', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23704', 'test23704@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23714', 'test23714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23714', 'test23714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23731', 'test23731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23731', 'test23731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23746', 'test23746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23746', 'test23746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('23751', 'test23751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23751', 'test23751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24018', 'test24018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24018', 'test24018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24140', 'test24140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24140', 'test24140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24168', 'test24168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24168', 'test24168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24262', 'test24262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24262', 'test24262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24294', 'test24294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24294', 'test24294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24336', 'test24336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24336', 'test24336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24449', 'test24449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24449', 'test24449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24558', 'test24558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24558', 'test24558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24571', 'test24571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24571', 'test24571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24716', 'test24716', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24716', 'test24716@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24820', 'test24820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24820', 'test24820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('24935', 'test24935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24935', 'test24935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25083', 'test25083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25083', 'test25083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25113', 'test25113', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25113', 'test25113@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25180', 'test25180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25180', 'test25180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25277', 'test25277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25277', 'test25277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25514', 'test25514', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25514', 'test25514@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25546', 'test25546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25546', 'test25546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25605', 'test25605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25605', 'test25605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25796', 'test25796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25796', 'test25796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('25848', 'test25848', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25848', 'test25848@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26051', 'test26051', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26051', 'test26051@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26216', 'test26216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26216', 'test26216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26297', 'test26297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26297', 'test26297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26371', 'test26371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26371', 'test26371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26402', 'test26402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26402', 'test26402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26618', 'test26618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26618', 'test26618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26810', 'test26810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26810', 'test26810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('26878', 'test26878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26878', 'test26878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27008', 'test27008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27008', 'test27008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27219', 'test27219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27219', 'test27219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27279', 'test27279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27279', 'test27279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27618', 'test27618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27618', 'test27618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27660', 'test27660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27660', 'test27660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27737', 'test27737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27737', 'test27737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27801', 'test27801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27801', 'test27801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27903', 'test27903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27903', 'test27903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('27919', 'test27919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27919', 'test27919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28066', 'test28066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28066', 'test28066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28076', 'test28076', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28076', 'test28076@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28177', 'test28177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28177', 'test28177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28280', 'test28280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28280', 'test28280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28287', 'test28287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28287', 'test28287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28354', 'test28354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28354', 'test28354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28358', 'test28358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28358', 'test28358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28412', 'test28412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28412', 'test28412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28421', 'test28421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28421', 'test28421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28484', 'test28484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28484', 'test28484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28494', 'test28494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28494', 'test28494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28495', 'test28495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28495', 'test28495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('28725', 'test28725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28725', 'test28725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29059', 'test29059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29059', 'test29059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29101', 'test29101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29101', 'test29101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29109', 'test29109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29109', 'test29109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29140', 'test29140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29140', 'test29140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29167', 'test29167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29167', 'test29167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29204', 'test29204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29204', 'test29204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29221', 'test29221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29221', 'test29221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29321', 'test29321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29321', 'test29321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29387', 'test29387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29387', 'test29387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29495', 'test29495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29495', 'test29495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29506', 'test29506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29506', 'test29506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29592', 'test29592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29592', 'test29592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29602', 'test29602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29602', 'test29602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29604', 'test29604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29604', 'test29604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29655', 'test29655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29655', 'test29655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29746', 'test29746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29746', 'test29746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('29891', 'test29891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29891', 'test29891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30001', 'test30001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30001', 'test30001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30043', 'test30043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30043', 'test30043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30210', 'test30210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30210', 'test30210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30249', 'test30249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30249', 'test30249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30319', 'test30319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30319', 'test30319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30338', 'test30338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30338', 'test30338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30399', 'test30399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30399', 'test30399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30503', 'test30503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30503', 'test30503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30529', 'test30529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30529', 'test30529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30564', 'test30564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30564', 'test30564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30672', 'test30672', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30672', 'test30672@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30971', 'test30971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30971', 'test30971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('30976', 'test30976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30976', 'test30976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31095', 'test31095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31095', 'test31095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31109', 'test31109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31109', 'test31109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31383', 'test31383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31383', 'test31383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31439', 'test31439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31439', 'test31439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31690', 'test31690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31690', 'test31690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31697', 'test31697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31697', 'test31697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31698', 'test31698', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31698', 'test31698@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('31863', 'test31863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31863', 'test31863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32015', 'test32015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32015', 'test32015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32214', 'test32214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32214', 'test32214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32236', 'test32236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32236', 'test32236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32328', 'test32328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32328', 'test32328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32362', 'test32362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32362', 'test32362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32383', 'test32383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32383', 'test32383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32479', 'test32479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32479', 'test32479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32592', 'test32592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32592', 'test32592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32600', 'test32600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32600', 'test32600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32607', 'test32607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32607', 'test32607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32626', 'test32626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32626', 'test32626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32630', 'test32630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32630', 'test32630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32645', 'test32645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32645', 'test32645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32758', 'test32758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32758', 'test32758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32931', 'test32931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32931', 'test32931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32941', 'test32941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32941', 'test32941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32959', 'test32959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32959', 'test32959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('32987', 'test32987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32987', 'test32987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33048', 'test33048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33048', 'test33048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33117', 'test33117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33117', 'test33117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33143', 'test33143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33143', 'test33143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33237', 'test33237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33237', 'test33237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33277', 'test33277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33277', 'test33277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33319', 'test33319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33319', 'test33319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33462', 'test33462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33462', 'test33462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33797', 'test33797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33797', 'test33797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33833', 'test33833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33833', 'test33833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('33852', 'test33852', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33852', 'test33852@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34046', 'test34046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34046', 'test34046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34064', 'test34064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34064', 'test34064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34084', 'test34084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34084', 'test34084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34095', 'test34095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34095', 'test34095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34124', 'test34124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34124', 'test34124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34138', 'test34138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34138', 'test34138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34273', 'test34273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34273', 'test34273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34279', 'test34279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34279', 'test34279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34424', 'test34424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34424', 'test34424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34434', 'test34434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34434', 'test34434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34446', 'test34446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34446', 'test34446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34755', 'test34755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34755', 'test34755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34803', 'test34803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34803', 'test34803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34810', 'test34810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34810', 'test34810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34826', 'test34826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34826', 'test34826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34867', 'test34867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34867', 'test34867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('34896', 'test34896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34896', 'test34896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35048', 'test35048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35048', 'test35048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35121', 'test35121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35121', 'test35121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35263', 'test35263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35263', 'test35263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35432', 'test35432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35432', 'test35432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35456', 'test35456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35456', 'test35456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35517', 'test35517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35517', 'test35517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35545', 'test35545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35545', 'test35545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35555', 'test35555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35555', 'test35555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('35567', 'test35567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35567', 'test35567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36049', 'test36049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36049', 'test36049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36073', 'test36073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36073', 'test36073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36179', 'test36179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36179', 'test36179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36203', 'test36203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36203', 'test36203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36254', 'test36254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36254', 'test36254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36393', 'test36393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36393', 'test36393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36404', 'test36404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36404', 'test36404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36489', 'test36489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36489', 'test36489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('36539', 'test36539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36539', 'test36539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37121', 'test37121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37121', 'test37121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37205', 'test37205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37205', 'test37205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37418', 'test37418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37418', 'test37418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37720', 'test37720', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37720', 'test37720@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37819', 'test37819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37819', 'test37819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37845', 'test37845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37845', 'test37845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37885', 'test37885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37885', 'test37885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37908', 'test37908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37908', 'test37908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('37922', 'test37922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37922', 'test37922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38067', 'test38067', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38067', 'test38067@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38068', 'test38068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38068', 'test38068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38196', 'test38196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38196', 'test38196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38229', 'test38229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38229', 'test38229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38298', 'test38298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38298', 'test38298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38501', 'test38501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38501', 'test38501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38522', 'test38522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38522', 'test38522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38530', 'test38530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38530', 'test38530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38785', 'test38785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38785', 'test38785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38854', 'test38854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38854', 'test38854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38927', 'test38927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38927', 'test38927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('38947', 'test38947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38947', 'test38947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39009', 'test39009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39009', 'test39009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39064', 'test39064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39064', 'test39064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39095', 'test39095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39095', 'test39095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39150', 'test39150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39150', 'test39150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39287', 'test39287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39287', 'test39287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39292', 'test39292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39292', 'test39292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39380', 'test39380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39380', 'test39380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39438', 'test39438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39438', 'test39438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39544', 'test39544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39544', 'test39544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39897', 'test39897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39897', 'test39897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('39917', 'test39917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39917', 'test39917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40096', 'test40096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40096', 'test40096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40130', 'test40130', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40130', 'test40130@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40194', 'test40194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40194', 'test40194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40214', 'test40214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40214', 'test40214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40441', 'test40441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40441', 'test40441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40498', 'test40498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40498', 'test40498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40542', 'test40542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40542', 'test40542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40636', 'test40636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40636', 'test40636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40727', 'test40727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40727', 'test40727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40783', 'test40783', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40783', 'test40783@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40878', 'test40878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40878', 'test40878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('40881', 'test40881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40881', 'test40881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('41081', 'test41081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41081', 'test41081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('41140', 'test41140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41140', 'test41140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('41143', 'test41143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41143', 'test41143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('41231', 'test41231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41231', 'test41231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('41317', 'test41317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41317', 'test41317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('41851', 'test41851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41851', 'test41851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42280', 'test42280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42280', 'test42280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42424', 'test42424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42424', 'test42424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42480', 'test42480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42480', 'test42480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42507', 'test42507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42507', 'test42507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42700', 'test42700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42700', 'test42700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42733', 'test42733', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42733', 'test42733@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42863', 'test42863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42863', 'test42863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42880', 'test42880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42880', 'test42880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42886', 'test42886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42886', 'test42886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('42921', 'test42921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42921', 'test42921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43011', 'test43011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43011', 'test43011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43015', 'test43015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43015', 'test43015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43118', 'test43118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43118', 'test43118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43128', 'test43128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43128', 'test43128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43169', 'test43169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43169', 'test43169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43245', 'test43245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43245', 'test43245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43257', 'test43257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43257', 'test43257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43349', 'test43349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43349', 'test43349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43405', 'test43405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43405', 'test43405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43552', 'test43552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43552', 'test43552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43559', 'test43559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43559', 'test43559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43573', 'test43573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43573', 'test43573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43642', 'test43642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43642', 'test43642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43679', 'test43679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43679', 'test43679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43686', 'test43686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43686', 'test43686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43748', 'test43748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43748', 'test43748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('43876', 'test43876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43876', 'test43876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('44197', 'test44197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44197', 'test44197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('44233', 'test44233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44233', 'test44233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('44841', 'test44841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44841', 'test44841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('44908', 'test44908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44908', 'test44908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45002', 'test45002', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45002', 'test45002@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45022', 'test45022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45022', 'test45022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45154', 'test45154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45154', 'test45154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45168', 'test45168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45168', 'test45168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45393', 'test45393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45393', 'test45393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45432', 'test45432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45432', 'test45432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45488', 'test45488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45488', 'test45488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45680', 'test45680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45680', 'test45680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45711', 'test45711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45711', 'test45711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45880', 'test45880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45880', 'test45880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45903', 'test45903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45903', 'test45903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45929', 'test45929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45929', 'test45929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('45945', 'test45945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45945', 'test45945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46128', 'test46128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46128', 'test46128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46138', 'test46138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46138', 'test46138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46212', 'test46212', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46212', 'test46212@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46216', 'test46216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46216', 'test46216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46381', 'test46381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46381', 'test46381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46386', 'test46386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46386', 'test46386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46459', 'test46459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46459', 'test46459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46500', 'test46500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46500', 'test46500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46509', 'test46509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46509', 'test46509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46735', 'test46735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46735', 'test46735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46811', 'test46811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46811', 'test46811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46932', 'test46932', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46932', 'test46932@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('46946', 'test46946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46946', 'test46946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47121', 'test47121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47121', 'test47121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47226', 'test47226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47226', 'test47226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47547', 'test47547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47547', 'test47547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47563', 'test47563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47563', 'test47563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47599', 'test47599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47599', 'test47599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47691', 'test47691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47691', 'test47691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47775', 'test47775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47775', 'test47775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47824', 'test47824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47824', 'test47824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47917', 'test47917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47917', 'test47917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47945', 'test47945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47945', 'test47945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('47960', 'test47960', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47960', 'test47960@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48230', 'test48230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48230', 'test48230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48238', 'test48238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48238', 'test48238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48307', 'test48307', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48307', 'test48307@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48504', 'test48504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48504', 'test48504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48678', 'test48678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48678', 'test48678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48859', 'test48859', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48859', 'test48859@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('48985', 'test48985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48985', 'test48985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49011', 'test49011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49011', 'test49011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49050', 'test49050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49050', 'test49050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49116', 'test49116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49116', 'test49116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49196', 'test49196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49196', 'test49196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49202', 'test49202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49202', 'test49202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49219', 'test49219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49219', 'test49219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49367', 'test49367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49367', 'test49367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49628', 'test49628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49628', 'test49628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49922', 'test49922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49922', 'test49922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49952', 'test49952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49952', 'test49952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('49972', 'test49972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49972', 'test49972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50024', 'test50024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50024', 'test50024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50205', 'test50205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50205', 'test50205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50253', 'test50253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50253', 'test50253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50315', 'test50315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50315', 'test50315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50431', 'test50431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50431', 'test50431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50439', 'test50439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50439', 'test50439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50458', 'test50458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50458', 'test50458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50504', 'test50504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50504', 'test50504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50587', 'test50587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50587', 'test50587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50607', 'test50607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50607', 'test50607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50805', 'test50805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50805', 'test50805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50843', 'test50843', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50843', 'test50843@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50916', 'test50916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50916', 'test50916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('50977', 'test50977', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50977', 'test50977@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51229', 'test51229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51229', 'test51229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51280', 'test51280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51280', 'test51280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51345', 'test51345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51345', 'test51345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51636', 'test51636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51636', 'test51636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51643', 'test51643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51643', 'test51643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51885', 'test51885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51885', 'test51885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51892', 'test51892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51892', 'test51892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('51954', 'test51954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51954', 'test51954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52187', 'test52187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52187', 'test52187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52235', 'test52235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52235', 'test52235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52289', 'test52289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52289', 'test52289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52291', 'test52291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52291', 'test52291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52322', 'test52322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52322', 'test52322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52480', 'test52480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52480', 'test52480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52516', 'test52516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52516', 'test52516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52670', 'test52670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52670', 'test52670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('52948', 'test52948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52948', 'test52948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53039', 'test53039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53039', 'test53039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53227', 'test53227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53227', 'test53227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53315', 'test53315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53315', 'test53315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53327', 'test53327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53327', 'test53327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53330', 'test53330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53330', 'test53330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53476', 'test53476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53476', 'test53476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53525', 'test53525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53525', 'test53525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53646', 'test53646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53646', 'test53646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53781', 'test53781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53781', 'test53781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('53989', 'test53989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53989', 'test53989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54037', 'test54037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54037', 'test54037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54038', 'test54038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54038', 'test54038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54092', 'test54092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54092', 'test54092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54101', 'test54101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54101', 'test54101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54175', 'test54175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54175', 'test54175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54275', 'test54275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54275', 'test54275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54359', 'test54359', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54359', 'test54359@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54377', 'test54377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54377', 'test54377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54500', 'test54500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54500', 'test54500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54526', 'test54526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54526', 'test54526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54529', 'test54529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54529', 'test54529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54652', 'test54652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54652', 'test54652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54654', 'test54654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54654', 'test54654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54845', 'test54845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54845', 'test54845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('54914', 'test54914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54914', 'test54914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55511', 'test55511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55511', 'test55511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55583', 'test55583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55583', 'test55583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55589', 'test55589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55589', 'test55589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55591', 'test55591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55591', 'test55591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55622', 'test55622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55622', 'test55622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55709', 'test55709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55709', 'test55709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55864', 'test55864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55864', 'test55864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('55943', 'test55943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55943', 'test55943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56018', 'test56018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56018', 'test56018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56110', 'test56110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56110', 'test56110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56231', 'test56231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56231', 'test56231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56244', 'test56244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56244', 'test56244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56340', 'test56340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56340', 'test56340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56400', 'test56400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56400', 'test56400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56469', 'test56469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56469', 'test56469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56505', 'test56505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56505', 'test56505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56532', 'test56532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56532', 'test56532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56712', 'test56712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56712', 'test56712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56744', 'test56744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56744', 'test56744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('56798', 'test56798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56798', 'test56798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57031', 'test57031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57031', 'test57031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57316', 'test57316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57316', 'test57316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57335', 'test57335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57335', 'test57335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57361', 'test57361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57361', 'test57361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57381', 'test57381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57381', 'test57381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57539', 'test57539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57539', 'test57539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57623', 'test57623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57623', 'test57623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57658', 'test57658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57658', 'test57658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57870', 'test57870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57870', 'test57870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57872', 'test57872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57872', 'test57872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57925', 'test57925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57925', 'test57925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('57983', 'test57983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57983', 'test57983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58025', 'test58025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58025', 'test58025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58050', 'test58050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58050', 'test58050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58140', 'test58140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58140', 'test58140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58314', 'test58314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58314', 'test58314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58317', 'test58317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58317', 'test58317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58422', 'test58422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58422', 'test58422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58549', 'test58549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58549', 'test58549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58567', 'test58567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58567', 'test58567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58581', 'test58581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58581', 'test58581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58640', 'test58640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58640', 'test58640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58677', 'test58677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58677', 'test58677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58823', 'test58823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58823', 'test58823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('58919', 'test58919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58919', 'test58919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59206', 'test59206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59206', 'test59206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59420', 'test59420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59420', 'test59420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59528', 'test59528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59528', 'test59528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59539', 'test59539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59539', 'test59539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59609', 'test59609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59609', 'test59609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59721', 'test59721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59721', 'test59721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59791', 'test59791', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59791', 'test59791@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59933', 'test59933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59933', 'test59933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59949', 'test59949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59949', 'test59949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('59975', 'test59975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59975', 'test59975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60089', 'test60089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60089', 'test60089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60169', 'test60169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60169', 'test60169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60291', 'test60291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60291', 'test60291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60348', 'test60348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60348', 'test60348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60455', 'test60455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60455', 'test60455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60468', 'test60468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60468', 'test60468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60529', 'test60529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60529', 'test60529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60533', 'test60533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60533', 'test60533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60780', 'test60780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60780', 'test60780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('60912', 'test60912', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60912', 'test60912@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61012', 'test61012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61012', 'test61012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61027', 'test61027', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61027', 'test61027@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61097', 'test61097', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61097', 'test61097@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61474', 'test61474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61474', 'test61474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61502', 'test61502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61502', 'test61502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61555', 'test61555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61555', 'test61555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61589', 'test61589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61589', 'test61589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61697', 'test61697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61697', 'test61697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61822', 'test61822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61822', 'test61822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('61881', 'test61881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61881', 'test61881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62356', 'test62356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62356', 'test62356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62393', 'test62393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62393', 'test62393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62448', 'test62448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62448', 'test62448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62458', 'test62458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62458', 'test62458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62509', 'test62509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62509', 'test62509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62522', 'test62522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62522', 'test62522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62717', 'test62717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62717', 'test62717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('62978', 'test62978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62978', 'test62978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63322', 'test63322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63322', 'test63322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63378', 'test63378', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63378', 'test63378@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63431', 'test63431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63431', 'test63431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63460', 'test63460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63460', 'test63460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63489', 'test63489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63489', 'test63489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63493', 'test63493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63493', 'test63493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63578', 'test63578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63578', 'test63578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63606', 'test63606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63606', 'test63606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63841', 'test63841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63841', 'test63841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63915', 'test63915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63915', 'test63915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('63993', 'test63993', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63993', 'test63993@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64080', 'test64080', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64080', 'test64080@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64167', 'test64167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64167', 'test64167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64340', 'test64340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64340', 'test64340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64372', 'test64372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64372', 'test64372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64382', 'test64382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64382', 'test64382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64429', 'test64429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64429', 'test64429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64446', 'test64446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64446', 'test64446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64493', 'test64493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64493', 'test64493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64572', 'test64572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64572', 'test64572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64630', 'test64630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64630', 'test64630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('64903', 'test64903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64903', 'test64903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('65010', 'test65010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65010', 'test65010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('65367', 'test65367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65367', 'test65367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('65479', 'test65479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65479', 'test65479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('65590', 'test65590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65590', 'test65590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('65970', 'test65970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65970', 'test65970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66285', 'test66285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66285', 'test66285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66367', 'test66367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66367', 'test66367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66421', 'test66421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66421', 'test66421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66479', 'test66479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66479', 'test66479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66495', 'test66495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66495', 'test66495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66829', 'test66829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66829', 'test66829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('66838', 'test66838', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66838', 'test66838@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67259', 'test67259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67259', 'test67259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67415', 'test67415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67415', 'test67415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67446', 'test67446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67446', 'test67446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67518', 'test67518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67518', 'test67518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67560', 'test67560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67560', 'test67560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67564', 'test67564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67564', 'test67564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67657', 'test67657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67657', 'test67657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67678', 'test67678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67678', 'test67678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('67975', 'test67975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67975', 'test67975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68111', 'test68111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68111', 'test68111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68177', 'test68177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68177', 'test68177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68351', 'test68351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68351', 'test68351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68564', 'test68564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68564', 'test68564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68573', 'test68573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68573', 'test68573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68891', 'test68891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68891', 'test68891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('68895', 'test68895', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68895', 'test68895@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69068', 'test69068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69068', 'test69068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69145', 'test69145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69145', 'test69145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69200', 'test69200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69200', 'test69200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69480', 'test69480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69480', 'test69480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69517', 'test69517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69517', 'test69517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69738', 'test69738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69738', 'test69738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69806', 'test69806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69806', 'test69806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('69888', 'test69888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69888', 'test69888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70111', 'test70111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70111', 'test70111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70176', 'test70176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70176', 'test70176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70248', 'test70248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70248', 'test70248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70487', 'test70487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70487', 'test70487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70548', 'test70548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70548', 'test70548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70561', 'test70561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70561', 'test70561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70972', 'test70972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70972', 'test70972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70984', 'test70984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70984', 'test70984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('70991', 'test70991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70991', 'test70991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71042', 'test71042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71042', 'test71042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71131', 'test71131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71131', 'test71131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71324', 'test71324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71324', 'test71324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71370', 'test71370', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71370', 'test71370@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71588', 'test71588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71588', 'test71588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71600', 'test71600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71600', 'test71600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71784', 'test71784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71784', 'test71784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('71786', 'test71786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71786', 'test71786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72022', 'test72022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72022', 'test72022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72116', 'test72116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72116', 'test72116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72128', 'test72128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72128', 'test72128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72231', 'test72231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72231', 'test72231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72372', 'test72372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72372', 'test72372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72389', 'test72389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72389', 'test72389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72402', 'test72402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72402', 'test72402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72447', 'test72447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72447', 'test72447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72477', 'test72477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72477', 'test72477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72511', 'test72511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72511', 'test72511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72601', 'test72601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72601', 'test72601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72615', 'test72615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72615', 'test72615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72627', 'test72627', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72627', 'test72627@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72645', 'test72645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72645', 'test72645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72651', 'test72651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72651', 'test72651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72699', 'test72699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72699', 'test72699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72713', 'test72713', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72713', 'test72713@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72792', 'test72792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72792', 'test72792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('72985', 'test72985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72985', 'test72985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73012', 'test73012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73012', 'test73012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73086', 'test73086', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73086', 'test73086@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73176', 'test73176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73176', 'test73176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73213', 'test73213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73213', 'test73213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73379', 'test73379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73379', 'test73379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73386', 'test73386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73386', 'test73386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73410', 'test73410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73410', 'test73410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73493', 'test73493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73493', 'test73493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73546', 'test73546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73546', 'test73546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73669', 'test73669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73669', 'test73669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73790', 'test73790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73790', 'test73790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73797', 'test73797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73797', 'test73797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73849', 'test73849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73849', 'test73849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73866', 'test73866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73866', 'test73866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('73948', 'test73948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73948', 'test73948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74038', 'test74038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74038', 'test74038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74072', 'test74072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74072', 'test74072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74160', 'test74160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74160', 'test74160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74167', 'test74167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74167', 'test74167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74211', 'test74211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74211', 'test74211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74298', 'test74298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74298', 'test74298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74482', 'test74482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74482', 'test74482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74551', 'test74551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74551', 'test74551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74589', 'test74589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74589', 'test74589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74591', 'test74591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74591', 'test74591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74611', 'test74611', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74611', 'test74611@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74630', 'test74630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74630', 'test74630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74742', 'test74742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74742', 'test74742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74757', 'test74757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74757', 'test74757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('74772', 'test74772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74772', 'test74772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75055', 'test75055', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75055', 'test75055@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75081', 'test75081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75081', 'test75081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75084', 'test75084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75084', 'test75084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75087', 'test75087', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75087', 'test75087@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75096', 'test75096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75096', 'test75096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75146', 'test75146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75146', 'test75146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75272', 'test75272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75272', 'test75272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75273', 'test75273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75273', 'test75273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75356', 'test75356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75356', 'test75356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75407', 'test75407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75407', 'test75407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75439', 'test75439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75439', 'test75439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75548', 'test75548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75548', 'test75548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75562', 'test75562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75562', 'test75562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75864', 'test75864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75864', 'test75864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('75916', 'test75916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75916', 'test75916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76039', 'test76039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76039', 'test76039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76123', 'test76123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76123', 'test76123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76193', 'test76193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76193', 'test76193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76199', 'test76199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76199', 'test76199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76202', 'test76202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76202', 'test76202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76430', 'test76430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76430', 'test76430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76435', 'test76435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76435', 'test76435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76519', 'test76519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76519', 'test76519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76526', 'test76526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76526', 'test76526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76609', 'test76609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76609', 'test76609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76763', 'test76763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76763', 'test76763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76836', 'test76836', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76836', 'test76836@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76915', 'test76915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76915', 'test76915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('76939', 'test76939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76939', 'test76939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77028', 'test77028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77028', 'test77028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77093', 'test77093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77093', 'test77093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77230', 'test77230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77230', 'test77230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77349', 'test77349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77349', 'test77349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77479', 'test77479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77479', 'test77479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77482', 'test77482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77482', 'test77482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77582', 'test77582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77582', 'test77582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77697', 'test77697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77697', 'test77697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77818', 'test77818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77818', 'test77818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77879', 'test77879', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77879', 'test77879@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77923', 'test77923', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77923', 'test77923@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('77978', 'test77978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77978', 'test77978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78050', 'test78050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78050', 'test78050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78081', 'test78081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78081', 'test78081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78128', 'test78128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78128', 'test78128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78192', 'test78192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78192', 'test78192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78207', 'test78207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78207', 'test78207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78250', 'test78250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78250', 'test78250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78577', 'test78577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78577', 'test78577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78601', 'test78601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78601', 'test78601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78796', 'test78796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78796', 'test78796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78832', 'test78832', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78832', 'test78832@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78902', 'test78902', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78902', 'test78902@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78953', 'test78953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78953', 'test78953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('78956', 'test78956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78956', 'test78956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79019', 'test79019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79019', 'test79019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79070', 'test79070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79070', 'test79070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79082', 'test79082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79082', 'test79082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79196', 'test79196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79196', 'test79196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79259', 'test79259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79259', 'test79259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79321', 'test79321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79321', 'test79321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79469', 'test79469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79469', 'test79469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79503', 'test79503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79503', 'test79503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79726', 'test79726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79726', 'test79726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('79786', 'test79786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79786', 'test79786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('80073', 'test80073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80073', 'test80073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('80263', 'test80263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80263', 'test80263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('80678', 'test80678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80678', 'test80678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81159', 'test81159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81159', 'test81159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81214', 'test81214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81214', 'test81214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81232', 'test81232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81232', 'test81232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81346', 'test81346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81346', 'test81346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81469', 'test81469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81469', 'test81469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81511', 'test81511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81511', 'test81511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81840', 'test81840', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81840', 'test81840@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81851', 'test81851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81851', 'test81851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('81872', 'test81872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81872', 'test81872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82004', 'test82004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82004', 'test82004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82063', 'test82063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82063', 'test82063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82330', 'test82330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82330', 'test82330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82414', 'test82414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82414', 'test82414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82489', 'test82489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82489', 'test82489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82586', 'test82586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82586', 'test82586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82690', 'test82690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82690', 'test82690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82757', 'test82757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82757', 'test82757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82772', 'test82772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82772', 'test82772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82787', 'test82787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82787', 'test82787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82864', 'test82864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82864', 'test82864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82887', 'test82887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82887', 'test82887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82889', 'test82889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82889', 'test82889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82896', 'test82896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82896', 'test82896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82913', 'test82913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82913', 'test82913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82929', 'test82929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82929', 'test82929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('82971', 'test82971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82971', 'test82971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83262', 'test83262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83262', 'test83262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83430', 'test83430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83430', 'test83430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83436', 'test83436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83436', 'test83436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83601', 'test83601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83601', 'test83601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83632', 'test83632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83632', 'test83632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83679', 'test83679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83679', 'test83679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('83846', 'test83846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83846', 'test83846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84039', 'test84039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84039', 'test84039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84143', 'test84143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84143', 'test84143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84145', 'test84145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84145', 'test84145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84316', 'test84316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84316', 'test84316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84349', 'test84349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84349', 'test84349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84357', 'test84357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84357', 'test84357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84360', 'test84360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84360', 'test84360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84505', 'test84505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84505', 'test84505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84578', 'test84578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84578', 'test84578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84635', 'test84635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84635', 'test84635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84638', 'test84638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84638', 'test84638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84688', 'test84688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84688', 'test84688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84811', 'test84811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84811', 'test84811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('84988', 'test84988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84988', 'test84988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85069', 'test85069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85069', 'test85069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85240', 'test85240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85240', 'test85240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85290', 'test85290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85290', 'test85290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85375', 'test85375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85375', 'test85375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85483', 'test85483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85483', 'test85483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85570', 'test85570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85570', 'test85570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85573', 'test85573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85573', 'test85573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85654', 'test85654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85654', 'test85654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85878', 'test85878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85878', 'test85878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85883', 'test85883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85883', 'test85883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85964', 'test85964', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85964', 'test85964@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('85980', 'test85980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85980', 'test85980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86041', 'test86041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86041', 'test86041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86120', 'test86120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86120', 'test86120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86159', 'test86159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86159', 'test86159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86163', 'test86163', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86163', 'test86163@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86256', 'test86256', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86256', 'test86256@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86320', 'test86320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86320', 'test86320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86377', 'test86377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86377', 'test86377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86407', 'test86407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86407', 'test86407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86422', 'test86422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86422', 'test86422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86684', 'test86684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86684', 'test86684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86803', 'test86803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86803', 'test86803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86809', 'test86809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86809', 'test86809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('86992', 'test86992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86992', 'test86992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87060', 'test87060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87060', 'test87060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87074', 'test87074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87074', 'test87074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87099', 'test87099', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87099', 'test87099@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87199', 'test87199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87199', 'test87199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87273', 'test87273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87273', 'test87273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87453', 'test87453', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87453', 'test87453@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87473', 'test87473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87473', 'test87473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87607', 'test87607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87607', 'test87607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87765', 'test87765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87765', 'test87765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87948', 'test87948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87948', 'test87948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87973', 'test87973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87973', 'test87973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('87994', 'test87994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87994', 'test87994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('88022', 'test88022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88022', 'test88022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('88030', 'test88030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88030', 'test88030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('88203', 'test88203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88203', 'test88203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('88684', 'test88684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88684', 'test88684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('88764', 'test88764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88764', 'test88764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89210', 'test89210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89210', 'test89210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89332', 'test89332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89332', 'test89332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89488', 'test89488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89488', 'test89488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89547', 'test89547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89547', 'test89547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89658', 'test89658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89658', 'test89658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89757', 'test89757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89757', 'test89757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89772', 'test89772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89772', 'test89772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89884', 'test89884', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89884', 'test89884@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('89926', 'test89926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89926', 'test89926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90066', 'test90066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90066', 'test90066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90222', 'test90222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90222', 'test90222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90559', 'test90559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90559', 'test90559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90748', 'test90748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90748', 'test90748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90785', 'test90785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90785', 'test90785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90882', 'test90882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90882', 'test90882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90976', 'test90976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90976', 'test90976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('90983', 'test90983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90983', 'test90983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91066', 'test91066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91066', 'test91066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91098', 'test91098', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91098', 'test91098@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91119', 'test91119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91119', 'test91119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91143', 'test91143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91143', 'test91143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91165', 'test91165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91165', 'test91165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91304', 'test91304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91304', 'test91304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91363', 'test91363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91363', 'test91363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91398', 'test91398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91398', 'test91398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91401', 'test91401', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91401', 'test91401@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91409', 'test91409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91409', 'test91409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91548', 'test91548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91548', 'test91548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('91734', 'test91734', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91734', 'test91734@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92155', 'test92155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92155', 'test92155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92379', 'test92379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92379', 'test92379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92411', 'test92411', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92411', 'test92411@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92423', 'test92423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92423', 'test92423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92677', 'test92677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92677', 'test92677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92845', 'test92845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92845', 'test92845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92846', 'test92846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92846', 'test92846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92866', 'test92866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92866', 'test92866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92929', 'test92929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92929', 'test92929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('92956', 'test92956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92956', 'test92956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93117', 'test93117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93117', 'test93117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93236', 'test93236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93236', 'test93236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93308', 'test93308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93308', 'test93308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93360', 'test93360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93360', 'test93360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93382', 'test93382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93382', 'test93382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93396', 'test93396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93396', 'test93396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93397', 'test93397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93397', 'test93397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93456', 'test93456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93456', 'test93456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93523', 'test93523', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93523', 'test93523@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93612', 'test93612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93612', 'test93612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93818', 'test93818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93818', 'test93818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93892', 'test93892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93892', 'test93892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('93927', 'test93927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93927', 'test93927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94033', 'test94033', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94033', 'test94033@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94042', 'test94042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94042', 'test94042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94102', 'test94102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94102', 'test94102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94134', 'test94134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94134', 'test94134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94146', 'test94146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94146', 'test94146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94410', 'test94410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94410', 'test94410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94432', 'test94432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94432', 'test94432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94471', 'test94471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94471', 'test94471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94531', 'test94531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94531', 'test94531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94601', 'test94601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94601', 'test94601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94666', 'test94666', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94666', 'test94666@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94805', 'test94805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94805', 'test94805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94871', 'test94871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94871', 'test94871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94933', 'test94933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94933', 'test94933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('94974', 'test94974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94974', 'test94974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95021', 'test95021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95021', 'test95021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95030', 'test95030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95030', 'test95030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95211', 'test95211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95211', 'test95211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95474', 'test95474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95474', 'test95474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95588', 'test95588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95588', 'test95588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95621', 'test95621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95621', 'test95621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95754', 'test95754', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95754', 'test95754@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95775', 'test95775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95775', 'test95775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95793', 'test95793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95793', 'test95793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('95982', 'test95982', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95982', 'test95982@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96153', 'test96153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96153', 'test96153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96316', 'test96316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96316', 'test96316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96327', 'test96327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96327', 'test96327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96356', 'test96356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96356', 'test96356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96424', 'test96424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96424', 'test96424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96476', 'test96476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96476', 'test96476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96668', 'test96668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96668', 'test96668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96682', 'test96682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96682', 'test96682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96690', 'test96690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96690', 'test96690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96802', 'test96802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96802', 'test96802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96957', 'test96957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96957', 'test96957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('96999', 'test96999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96999', 'test96999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97040', 'test97040', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97040', 'test97040@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97047', 'test97047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97047', 'test97047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97115', 'test97115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97115', 'test97115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97206', 'test97206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97206', 'test97206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97345', 'test97345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97345', 'test97345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97367', 'test97367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97367', 'test97367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97517', 'test97517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97517', 'test97517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97558', 'test97558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97558', 'test97558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('97750', 'test97750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97750', 'test97750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98023', 'test98023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98023', 'test98023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98399', 'test98399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98399', 'test98399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98484', 'test98484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98484', 'test98484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98495', 'test98495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98495', 'test98495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98510', 'test98510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98510', 'test98510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98590', 'test98590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98590', 'test98590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98596', 'test98596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98596', 'test98596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98628', 'test98628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98628', 'test98628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98725', 'test98725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98725', 'test98725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98761', 'test98761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98761', 'test98761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('98860', 'test98860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98860', 'test98860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99093', 'test99093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99093', 'test99093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99150', 'test99150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99150', 'test99150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99207', 'test99207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99207', 'test99207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99221', 'test99221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99221', 'test99221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99367', 'test99367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99367', 'test99367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99380', 'test99380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99380', 'test99380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99409', 'test99409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99409', 'test99409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99452', 'test99452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99452', 'test99452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99565', 'test99565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99565', 'test99565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99671', 'test99671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99671', 'test99671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99760', 'test99760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99760', 'test99760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99835', 'test99835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99835', 'test99835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99871', 'test99871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99871', 'test99871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99970', 'test99970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99970', 'test99970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('99997', 'test99997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99997', 'test99997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100096', 'test100096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100096', 'test100096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100398', 'test100398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100398', 'test100398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100437', 'test100437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100437', 'test100437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100451', 'test100451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100451', 'test100451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100663', 'test100663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100663', 'test100663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100668', 'test100668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100668', 'test100668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('100738', 'test100738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100738', 'test100738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101006', 'test101006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101006', 'test101006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101103', 'test101103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101103', 'test101103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101198', 'test101198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101198', 'test101198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101372', 'test101372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101372', 'test101372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101419', 'test101419', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101419', 'test101419@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101535', 'test101535', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101535', 'test101535@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101602', 'test101602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101602', 'test101602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101671', 'test101671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101671', 'test101671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('101922', 'test101922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101922', 'test101922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102008', 'test102008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102008', 'test102008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102146', 'test102146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102146', 'test102146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102183', 'test102183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102183', 'test102183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102371', 'test102371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102371', 'test102371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102418', 'test102418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102418', 'test102418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102447', 'test102447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102447', 'test102447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102451', 'test102451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102451', 'test102451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102564', 'test102564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102564', 'test102564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102586', 'test102586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102586', 'test102586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102683', 'test102683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102683', 'test102683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102732', 'test102732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102732', 'test102732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('102888', 'test102888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102888', 'test102888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103112', 'test103112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103112', 'test103112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103138', 'test103138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103138', 'test103138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103297', 'test103297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103297', 'test103297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103426', 'test103426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103426', 'test103426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103614', 'test103614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103614', 'test103614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103616', 'test103616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103616', 'test103616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103635', 'test103635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103635', 'test103635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103711', 'test103711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103711', 'test103711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103747', 'test103747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103747', 'test103747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('103882', 'test103882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103882', 'test103882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104038', 'test104038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104038', 'test104038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104091', 'test104091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104091', 'test104091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104262', 'test104262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104262', 'test104262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104393', 'test104393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104393', 'test104393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104499', 'test104499', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104499', 'test104499@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104654', 'test104654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104654', 'test104654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104775', 'test104775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104775', 'test104775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('104812', 'test104812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104812', 'test104812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105023', 'test105023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105023', 'test105023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105268', 'test105268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105268', 'test105268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105470', 'test105470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105470', 'test105470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105553', 'test105553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105553', 'test105553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105675', 'test105675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105675', 'test105675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105802', 'test105802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105802', 'test105802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105841', 'test105841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105841', 'test105841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105913', 'test105913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105913', 'test105913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105952', 'test105952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105952', 'test105952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('105966', 'test105966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105966', 'test105966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106058', 'test106058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106058', 'test106058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106102', 'test106102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106102', 'test106102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106181', 'test106181', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106181', 'test106181@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106215', 'test106215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106215', 'test106215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106293', 'test106293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106293', 'test106293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106334', 'test106334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106334', 'test106334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106404', 'test106404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106404', 'test106404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('106482', 'test106482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106482', 'test106482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107050', 'test107050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107050', 'test107050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107092', 'test107092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107092', 'test107092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107260', 'test107260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107260', 'test107260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107311', 'test107311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107311', 'test107311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107544', 'test107544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107544', 'test107544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107638', 'test107638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107638', 'test107638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107650', 'test107650', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107650', 'test107650@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('107984', 'test107984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107984', 'test107984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108222', 'test108222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108222', 'test108222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108275', 'test108275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108275', 'test108275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108303', 'test108303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108303', 'test108303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108380', 'test108380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108380', 'test108380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108390', 'test108390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108390', 'test108390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108506', 'test108506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108506', 'test108506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108524', 'test108524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108524', 'test108524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108591', 'test108591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108591', 'test108591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108742', 'test108742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108742', 'test108742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('108854', 'test108854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108854', 'test108854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109043', 'test109043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109043', 'test109043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109261', 'test109261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109261', 'test109261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109347', 'test109347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109347', 'test109347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109508', 'test109508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109508', 'test109508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109513', 'test109513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109513', 'test109513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109515', 'test109515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109515', 'test109515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109527', 'test109527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109527', 'test109527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109689', 'test109689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109689', 'test109689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109711', 'test109711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109711', 'test109711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('109732', 'test109732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109732', 'test109732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('110539', 'test110539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110539', 'test110539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('110560', 'test110560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110560', 'test110560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('110653', 'test110653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110653', 'test110653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('110808', 'test110808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110808', 'test110808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111057', 'test111057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111057', 'test111057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111070', 'test111070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111070', 'test111070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111310', 'test111310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111310', 'test111310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111318', 'test111318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111318', 'test111318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111330', 'test111330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111330', 'test111330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111341', 'test111341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111341', 'test111341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111408', 'test111408', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111408', 'test111408@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111560', 'test111560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111560', 'test111560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111805', 'test111805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111805', 'test111805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('111894', 'test111894', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111894', 'test111894@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112146', 'test112146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112146', 'test112146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112179', 'test112179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112179', 'test112179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112269', 'test112269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112269', 'test112269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112385', 'test112385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112385', 'test112385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112707', 'test112707', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112707', 'test112707@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112710', 'test112710', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112710', 'test112710@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112735', 'test112735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112735', 'test112735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112845', 'test112845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112845', 'test112845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('112860', 'test112860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112860', 'test112860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113000', 'test113000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113000', 'test113000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113156', 'test113156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113156', 'test113156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113268', 'test113268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113268', 'test113268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113308', 'test113308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113308', 'test113308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113355', 'test113355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113355', 'test113355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113397', 'test113397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113397', 'test113397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113418', 'test113418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113418', 'test113418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113555', 'test113555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113555', 'test113555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113565', 'test113565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113565', 'test113565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113592', 'test113592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113592', 'test113592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113681', 'test113681', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113681', 'test113681@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113699', 'test113699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113699', 'test113699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113758', 'test113758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113758', 'test113758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113778', 'test113778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113778', 'test113778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113815', 'test113815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113815', 'test113815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('113870', 'test113870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113870', 'test113870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114003', 'test114003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114003', 'test114003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114013', 'test114013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114013', 'test114013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114037', 'test114037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114037', 'test114037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114058', 'test114058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114058', 'test114058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114115', 'test114115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114115', 'test114115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114143', 'test114143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114143', 'test114143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114150', 'test114150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114150', 'test114150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114341', 'test114341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114341', 'test114341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114456', 'test114456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114456', 'test114456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114687', 'test114687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114687', 'test114687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114693', 'test114693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114693', 'test114693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('114891', 'test114891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114891', 'test114891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115108', 'test115108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115108', 'test115108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115116', 'test115116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115116', 'test115116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115284', 'test115284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115284', 'test115284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115434', 'test115434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115434', 'test115434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115467', 'test115467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115467', 'test115467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115532', 'test115532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115532', 'test115532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115534', 'test115534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115534', 'test115534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115726', 'test115726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115726', 'test115726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('115737', 'test115737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115737', 'test115737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('116058', 'test116058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116058', 'test116058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('116066', 'test116066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116066', 'test116066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('116115', 'test116115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116115', 'test116115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('116286', 'test116286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116286', 'test116286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('116711', 'test116711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116711', 'test116711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('116749', 'test116749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116749', 'test116749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('116997', 'test116997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116997', 'test116997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117109', 'test117109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117109', 'test117109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117116', 'test117116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117116', 'test117116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117164', 'test117164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117164', 'test117164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117468', 'test117468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117468', 'test117468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117472', 'test117472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117472', 'test117472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117579', 'test117579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117579', 'test117579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117601', 'test117601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117601', 'test117601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117760', 'test117760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117760', 'test117760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117799', 'test117799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117799', 'test117799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117847', 'test117847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117847', 'test117847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117888', 'test117888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117888', 'test117888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117957', 'test117957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117957', 'test117957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('117974', 'test117974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117974', 'test117974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('118430', 'test118430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118430', 'test118430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('118626', 'test118626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118626', 'test118626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('118636', 'test118636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118636', 'test118636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('118744', 'test118744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118744', 'test118744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('118855', 'test118855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118855', 'test118855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('119014', 'test119014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119014', 'test119014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('119295', 'test119295', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119295', 'test119295@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('119585', 'test119585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119585', 'test119585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('119737', 'test119737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119737', 'test119737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('119863', 'test119863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119863', 'test119863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('119918', 'test119918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119918', 'test119918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120023', 'test120023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120023', 'test120023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120230', 'test120230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120230', 'test120230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120232', 'test120232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120232', 'test120232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120568', 'test120568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120568', 'test120568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120614', 'test120614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120614', 'test120614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120729', 'test120729', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120729', 'test120729@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120736', 'test120736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120736', 'test120736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('120954', 'test120954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120954', 'test120954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('121078', 'test121078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121078', 'test121078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('121188', 'test121188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121188', 'test121188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('121582', 'test121582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121582', 'test121582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('121586', 'test121586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121586', 'test121586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('121674', 'test121674', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121674', 'test121674@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('121866', 'test121866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121866', 'test121866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('122196', 'test122196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122196', 'test122196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('122382', 'test122382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122382', 'test122382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('122530', 'test122530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122530', 'test122530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('122571', 'test122571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122571', 'test122571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('122869', 'test122869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122869', 'test122869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123120', 'test123120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123120', 'test123120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123141', 'test123141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123141', 'test123141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123337', 'test123337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123337', 'test123337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123452', 'test123452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123452', 'test123452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123520', 'test123520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123520', 'test123520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123715', 'test123715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123715', 'test123715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123820', 'test123820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123820', 'test123820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123927', 'test123927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123927', 'test123927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('123941', 'test123941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123941', 'test123941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124201', 'test124201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124201', 'test124201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124376', 'test124376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124376', 'test124376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124539', 'test124539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124539', 'test124539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124540', 'test124540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124540', 'test124540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124641', 'test124641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124641', 'test124641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124658', 'test124658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124658', 'test124658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124780', 'test124780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124780', 'test124780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124806', 'test124806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124806', 'test124806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124878', 'test124878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124878', 'test124878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124909', 'test124909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124909', 'test124909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124914', 'test124914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124914', 'test124914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('124937', 'test124937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124937', 'test124937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125111', 'test125111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125111', 'test125111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125118', 'test125118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125118', 'test125118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125128', 'test125128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125128', 'test125128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125147', 'test125147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125147', 'test125147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125221', 'test125221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125221', 'test125221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125255', 'test125255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125255', 'test125255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125258', 'test125258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125258', 'test125258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125316', 'test125316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125316', 'test125316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125374', 'test125374', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125374', 'test125374@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125395', 'test125395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125395', 'test125395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125435', 'test125435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125435', 'test125435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125622', 'test125622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125622', 'test125622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125669', 'test125669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125669', 'test125669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125802', 'test125802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125802', 'test125802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125867', 'test125867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125867', 'test125867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('125954', 'test125954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125954', 'test125954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126266', 'test126266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126266', 'test126266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126328', 'test126328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126328', 'test126328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126531', 'test126531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126531', 'test126531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126550', 'test126550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126550', 'test126550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126583', 'test126583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126583', 'test126583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126624', 'test126624', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126624', 'test126624@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126626', 'test126626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126626', 'test126626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126658', 'test126658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126658', 'test126658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126743', 'test126743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126743', 'test126743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126774', 'test126774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126774', 'test126774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126870', 'test126870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126870', 'test126870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126883', 'test126883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126883', 'test126883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126943', 'test126943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126943', 'test126943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('126950', 'test126950', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126950', 'test126950@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127043', 'test127043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127043', 'test127043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127106', 'test127106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127106', 'test127106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127224', 'test127224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127224', 'test127224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127348', 'test127348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127348', 'test127348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127395', 'test127395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127395', 'test127395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127468', 'test127468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127468', 'test127468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127741', 'test127741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127741', 'test127741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127910', 'test127910', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127910', 'test127910@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('127936', 'test127936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127936', 'test127936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128042', 'test128042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128042', 'test128042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128246', 'test128246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128246', 'test128246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128287', 'test128287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128287', 'test128287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128331', 'test128331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128331', 'test128331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128387', 'test128387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128387', 'test128387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128438', 'test128438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128438', 'test128438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128450', 'test128450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128450', 'test128450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128492', 'test128492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128492', 'test128492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128508', 'test128508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128508', 'test128508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128537', 'test128537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128537', 'test128537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128572', 'test128572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128572', 'test128572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128736', 'test128736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128736', 'test128736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('128811', 'test128811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128811', 'test128811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('129414', 'test129414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129414', 'test129414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('129780', 'test129780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129780', 'test129780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('129800', 'test129800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129800', 'test129800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('129886', 'test129886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129886', 'test129886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130004', 'test130004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130004', 'test130004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130019', 'test130019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130019', 'test130019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130050', 'test130050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130050', 'test130050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130075', 'test130075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130075', 'test130075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130127', 'test130127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130127', 'test130127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130154', 'test130154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130154', 'test130154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130211', 'test130211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130211', 'test130211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130243', 'test130243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130243', 'test130243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130486', 'test130486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130486', 'test130486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130507', 'test130507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130507', 'test130507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130600', 'test130600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130600', 'test130600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('130621', 'test130621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130621', 'test130621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131003', 'test131003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131003', 'test131003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131126', 'test131126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131126', 'test131126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131216', 'test131216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131216', 'test131216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131285', 'test131285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131285', 'test131285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131292', 'test131292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131292', 'test131292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131416', 'test131416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131416', 'test131416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131437', 'test131437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131437', 'test131437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131507', 'test131507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131507', 'test131507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131607', 'test131607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131607', 'test131607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131865', 'test131865', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131865', 'test131865@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131883', 'test131883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131883', 'test131883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('131946', 'test131946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131946', 'test131946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132066', 'test132066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132066', 'test132066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132115', 'test132115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132115', 'test132115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132219', 'test132219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132219', 'test132219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132589', 'test132589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132589', 'test132589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132819', 'test132819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132819', 'test132819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132861', 'test132861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132861', 'test132861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132880', 'test132880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132880', 'test132880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132936', 'test132936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132936', 'test132936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('132980', 'test132980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132980', 'test132980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('133093', 'test133093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133093', 'test133093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('133115', 'test133115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133115', 'test133115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('133173', 'test133173', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133173', 'test133173@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('133232', 'test133232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133232', 'test133232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('133623', 'test133623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133623', 'test133623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('133659', 'test133659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133659', 'test133659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134075', 'test134075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134075', 'test134075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134120', 'test134120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134120', 'test134120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134162', 'test134162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134162', 'test134162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134394', 'test134394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134394', 'test134394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134436', 'test134436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134436', 'test134436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134444', 'test134444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134444', 'test134444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134448', 'test134448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134448', 'test134448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134721', 'test134721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134721', 'test134721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134751', 'test134751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134751', 'test134751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('134944', 'test134944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134944', 'test134944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('135201', 'test135201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135201', 'test135201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('135368', 'test135368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135368', 'test135368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('135903', 'test135903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135903', 'test135903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('135968', 'test135968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135968', 'test135968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136057', 'test136057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136057', 'test136057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136111', 'test136111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136111', 'test136111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136219', 'test136219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136219', 'test136219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136243', 'test136243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136243', 'test136243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136395', 'test136395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136395', 'test136395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136480', 'test136480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136480', 'test136480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136638', 'test136638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136638', 'test136638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('136984', 'test136984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136984', 'test136984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('137339', 'test137339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137339', 'test137339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('137402', 'test137402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137402', 'test137402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('137410', 'test137410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137410', 'test137410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('137413', 'test137413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137413', 'test137413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('137481', 'test137481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137481', 'test137481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('137560', 'test137560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137560', 'test137560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('137924', 'test137924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137924', 'test137924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138056', 'test138056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138056', 'test138056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138318', 'test138318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138318', 'test138318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138446', 'test138446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138446', 'test138446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138477', 'test138477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138477', 'test138477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138488', 'test138488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138488', 'test138488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138763', 'test138763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138763', 'test138763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138800', 'test138800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138800', 'test138800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138934', 'test138934', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138934', 'test138934@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), -('138939', 'test138939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138939', 'test138939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0') -; From b3cebf74370a54abd9a89097bbb984590b9467b8 Mon Sep 17 00:00:00 2001 From: Pysis Date: Fri, 31 Mar 2023 12:38:34 -0400 Subject: [PATCH 29/73] Add new style DB exports --- .../samples/tingle/ar_internal_metadata.sql | 53 + dev/db/samples/tingle/changelog.sql | 91 + dev/db/samples/tingle/container.sql | 98 + dev/db/samples/tingle/map.sql | 71 + dev/db/samples/tingle/map_type.sql | 55 + dev/db/samples/tingle/mapper.sql | 55 + dev/db/samples/tingle/marker.sql | 10389 ++++++++++++++++ dev/db/samples/tingle/marker_category.sql | 255 + .../samples/tingle/marker_category_type.sql | 54 + dev/db/samples/tingle/marker_status.sql | 53 + dev/db/samples/tingle/marker_tab.sql | 3314 +++++ dev/db/samples/tingle/marker_tab_status.sql | 53 + dev/db/samples/tingle/schema_migrations.sql | 62 + dev/db/samples/tingle/submap.sql | 81 + dev/db/samples/tingle/submap_layer.sql | 68 + dev/db/samples/tingle/tmp_korok.sql | 954 ++ dev/db/samples/tingle/tmp_loc.sql | 213 + dev/db/samples/tingle/user.sql | 2592 ++++ .../samples/tingle/user_completed_marker.sql | 43 + 19 files changed, 18554 insertions(+) create mode 100644 dev/db/samples/tingle/ar_internal_metadata.sql create mode 100644 dev/db/samples/tingle/changelog.sql create mode 100644 dev/db/samples/tingle/container.sql create mode 100644 dev/db/samples/tingle/map.sql create mode 100644 dev/db/samples/tingle/map_type.sql create mode 100644 dev/db/samples/tingle/mapper.sql create mode 100644 dev/db/samples/tingle/marker.sql create mode 100644 dev/db/samples/tingle/marker_category.sql create mode 100644 dev/db/samples/tingle/marker_category_type.sql create mode 100644 dev/db/samples/tingle/marker_status.sql create mode 100644 dev/db/samples/tingle/marker_tab.sql create mode 100644 dev/db/samples/tingle/marker_tab_status.sql create mode 100644 dev/db/samples/tingle/schema_migrations.sql create mode 100644 dev/db/samples/tingle/submap.sql create mode 100644 dev/db/samples/tingle/submap_layer.sql create mode 100644 dev/db/samples/tingle/tmp_korok.sql create mode 100644 dev/db/samples/tingle/tmp_loc.sql create mode 100644 dev/db/samples/tingle/user.sql create mode 100644 dev/db/samples/tingle/user_completed_marker.sql diff --git a/dev/db/samples/tingle/ar_internal_metadata.sql b/dev/db/samples/tingle/ar_internal_metadata.sql new file mode 100644 index 00000000..84186032 --- /dev/null +++ b/dev/db/samples/tingle/ar_internal_metadata.sql @@ -0,0 +1,53 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `ar_internal_metadata` +-- + +DROP TABLE IF EXISTS `ar_internal_metadata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `ar_internal_metadata` ( + `key` varchar(255) NOT NULL, + `value` varchar(255) DEFAULT NULL, + `created_at` datetime(6) NOT NULL, + `updated_at` datetime(6) NOT NULL, + PRIMARY KEY (`key`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `ar_internal_metadata` +-- + +LOCK TABLES `ar_internal_metadata` WRITE; +/*!40000 ALTER TABLE `ar_internal_metadata` DISABLE KEYS */; +INSERT INTO `ar_internal_metadata` VALUES ('environment','development','2021-08-09 17:53:35.510720','2021-08-09 17:53:35.510720'); +/*!40000 ALTER TABLE `ar_internal_metadata` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/changelog.sql b/dev/db/samples/tingle/changelog.sql new file mode 100644 index 00000000..4a150729 --- /dev/null +++ b/dev/db/samples/tingle/changelog.sql @@ -0,0 +1,91 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `changelog` +-- + +DROP TABLE IF EXISTS `changelog`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `changelog` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `version_major` int(11) NOT NULL, + `version_minor` int(11) NOT NULL, + `version_patch` int(11) NOT NULL, + `content` text DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `changelog` +-- + +LOCK TABLES `changelog` WRITE; +/*!40000 ALTER TABLE `changelog` DISABLE KEYS */; +INSERT INTO `changelog` VALUES (1,0,0,0,'The fabled start of the project!'); +INSERT INTO `changelog` VALUES (2,0,0,1,'Finally, an app to work with :).'); +INSERT INTO `changelog` VALUES (3,0,2,0,'You can now add your own markers! Right click on the map and log in / create an account to start adding (best suited for desktop).'); +INSERT INTO `changelog` VALUES (4,0,2,0,'Optimizations for mobile devices.'); +INSERT INTO `changelog` VALUES (5,0,2,0,'Tons of new markers everyday!'); +INSERT INTO `changelog` VALUES (6,0,3,0,'Mark as complete! You can now right-click a marker (desktop only) to hide a marker indefinitely. You can undo this by using ctrl + z in case of a mistake. This shall help you in the quest to get all koroks, making it much easier to see what you\'re missing. This feature uses cookies, so please don\'t clean it.'); +INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. Sorry if you read the intro everytime :).'); +INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); +INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); +INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); +INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); +INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); +INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); +INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); +INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); +INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); +INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); +INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); +INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); +INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); +INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); +INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); +INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); +INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); +INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); +INSERT INTO `changelog` VALUES (26,0,6,0,'New logo by the Zelda Universe design team!'); +INSERT INTO `changelog` VALUES (27,0,6,0,'Added Login/Account button'); +INSERT INTO `changelog` VALUES (28,0,6,0,'Added Lost Password and Change Password functionality'); +INSERT INTO `changelog` VALUES (29,0,6,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'); +INSERT INTO `changelog` VALUES (30,0,6,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'); +INSERT INTO `changelog` VALUES (31,0,6,0,'Made marker completion hotkeys more intelligent per-OS'); +INSERT INTO `changelog` VALUES (32,0,6,0,'Lots of small interface improvements'); +INSERT INTO `changelog` VALUES (33,0,6,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'); +INSERT INTO `changelog` VALUES (34,0,7,0,'Multi-game support with Link\'s Awakening: More maps for more Zelda games are on the way.'); +INSERT INTO `changelog` VALUES (35,0,7,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\'ve got maps for every dungeon. We\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'); +INSERT INTO `changelog` VALUES (36,0,7,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\'re starting a new run.'); +INSERT INTO `changelog` VALUES (37,0,7,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\'ve completed out of the category total.'); +INSERT INTO `changelog` VALUES (38,0,7,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.'); +/*!40000 ALTER TABLE `changelog` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/container.sql b/dev/db/samples/tingle/container.sql new file mode 100644 index 00000000..7be2cb14 --- /dev/null +++ b/dev/db/samples/tingle/container.sql @@ -0,0 +1,98 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `container` +-- + +DROP TABLE IF EXISTS `container`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `container` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `short_name` varchar(45) NOT NULL, + `name` varchar(45) NOT NULL, + `marker_url` varchar(250) NOT NULL DEFAULT '/markers/' COMMENT 'Each map can have a set of different markers icons just by changing the marker url', + `marker_ext` char(3) NOT NULL DEFAULT 'png', + `background_color` char(7) NOT NULL DEFAULT '#DEECFD', + `icon` varchar(60) NOT NULL, + `show_street_view` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Only for googlemaps (for now)', + `show_map_control` tinyint(1) NOT NULL DEFAULT 1, + `show_zoom_control` tinyint(1) NOT NULL DEFAULT 1, + `show_pan_control` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Only for googlemaps (for now)', + `show_category_menu` tinyint(1) DEFAULT 1, + `default_pos_x` float NOT NULL DEFAULT 128 COMMENT '0 for googlemap, 128 for leaflet', + `default_pos_y` float NOT NULL DEFAULT -128 COMMENT '0 for googlemap, -128 for leaflet', + `bound_top_pos_x` float NOT NULL DEFAULT 0, + `bound_top_pos_y` float NOT NULL DEFAULT 0, + `bound_bottom_pos_x` float NOT NULL DEFAULT -256, + `bound_bottom_pos_y` float NOT NULL DEFAULT 256, + `max_zoom` int(11) DEFAULT 6, + `cluster_max_zoom` int(11) NOT NULL DEFAULT 4 COMMENT 'Max zoom to cluster the markers. Best -2 from the max zoom allowed (if 6 is the max, cluster should be 4)', + `cluster_grid_size` int(11) NOT NULL DEFAULT 30 COMMENT 'Pixel size of grid (default 30)', + `tile_size` int(11) NOT NULL DEFAULT 256 COMMENT 'Internet default is 256', + `icon_width` int(11) NOT NULL, + `icon_height` int(11) NOT NULL, + `icon_small_width` int(11) NOT NULL DEFAULT 16, + `icon_small_height` int(11) NOT NULL DEFAULT 16, + `switch_icons_at_zoom` int(11) NOT NULL DEFAULT 5, + `visible` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'If map can be viewed', + `default_zoom` int(11) NOT NULL DEFAULT 3, + PRIMARY KEY (`id`), + UNIQUE KEY `map_id_UNIQUE` (`id`), + UNIQUE KEY `short_name_UNIQUE` (`short_name`) +) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `container` +-- + +LOCK TABLES `container` WRITE; +/*!40000 ALTER TABLE `container` DISABLE KEYS */; +INSERT INTO `container` VALUES (1,'TLoZ','The Legend of Zelda','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (2,'AoL','Zelda 2: Adventure of Link','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (3,'ALttP','A Link to the Past','markers/','png','#000000','',0,1,1,0,1,128,-128,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (4,'LA','Link\'s Awakening','markers/','png','#000000','Links-Awakening',0,1,1,0,1,128,-128,-50,-80,-226,306,6,4,30,256,23,23,16,16,-1,1,3); +INSERT INTO `container` VALUES (5,'OoT','Ocarina Of Time','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (6,'MM','Majora\'s Mask','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (7,'OoS','Oracle of Seasons','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (8,'OoA','Oracle of Ages','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (9,'TWW','The Wind Waker','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (10,'FSS','Four Swords','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (11,'FSA','Four Swords Adventures','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (12,'TMC','The Minish Cap','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (13,'TP','Twilight Princess','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (14,'PH','Phantom Hourglass','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (15,'ST','Spirit Tracks','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); +INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5); +/*!40000 ALTER TABLE `container` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/map.sql b/dev/db/samples/tingle/map.sql new file mode 100644 index 00000000..de893d3b --- /dev/null +++ b/dev/db/samples/tingle/map.sql @@ -0,0 +1,71 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `map` +-- + +DROP TABLE IF EXISTS `map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `map` ( + `id` int(11) NOT NULL, + `container_id` int(11) NOT NULL, + `name` varchar(45) NOT NULL, + `is_default` tinyint(1) NOT NULL DEFAULT 0, + `default_zoom` tinyint(4) NOT NULL DEFAULT 1, + `max_zoom` tinyint(1) NOT NULL, + `map_copyright` varchar(250) NOT NULL, + `map_order` tinyint(4) NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `fk_map_project1_idx` (`container_id`), + CONSTRAINT `fk_map_project1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `map` +-- + +LOCK TABLES `map` WRITE; +/*!40000 ALTER TABLE `map` DISABLE KEYS */; +INSERT INTO `map` VALUES (3,3,'Overworld',0,2,6,'(c) Nintendo',0,1); +INSERT INTO `map` VALUES (19,19,'Hyrule',0,2,8,'(c) Nintendo',1,1); +INSERT INTO `map` VALUES (20,4,'Koholint Island',1,2,4,'(c) Nintendo',0,1); +INSERT INTO `map` VALUES (21,4,'Tail Cave',1,2,4,'(c) Nintendo',1,1); +INSERT INTO `map` VALUES (22,4,'Bottle Grotto',1,2,4,'(c) Nintendo',2,1); +INSERT INTO `map` VALUES (23,4,'Key Cavern',1,2,4,'(c) Nintendo',3,1); +INSERT INTO `map` VALUES (24,4,'Angler`s Tunnel',1,2,4,'(c) Nintendo',4,1); +INSERT INTO `map` VALUES (25,4,'Catfish`s Maw',1,2,4,'(c) Nintendo',5,1); +INSERT INTO `map` VALUES (26,4,'Face Shrine',1,2,4,'(c) Nintendo',6,1); +INSERT INTO `map` VALUES (27,4,'Eagle`s Tower',1,2,4,'(c) Nintendo',7,1); +INSERT INTO `map` VALUES (28,4,'Turtle Rock',1,2,4,'(c) Nintendo',8,1); +INSERT INTO `map` VALUES (29,4,'Color Dungeon',1,2,4,'(c) Nintendo',9,1); +/*!40000 ALTER TABLE `map` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/map_type.sql b/dev/db/samples/tingle/map_type.sql new file mode 100644 index 00000000..05b4a2b2 --- /dev/null +++ b/dev/db/samples/tingle/map_type.sql @@ -0,0 +1,55 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `map_type` +-- + +DROP TABLE IF EXISTS `map_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `map_type` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(45) NOT NULL, + `projection` varchar(45) NOT NULL, + `google_default` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `map_type` +-- + +LOCK TABLES `map_type` WRITE; +/*!40000 ALTER TABLE `map_type` DISABLE KEYS */; +INSERT INTO `map_type` VALUES (1,'FlatMap','Euclidean',0); +INSERT INTO `map_type` VALUES (2,'ROADMAP','Mercator',1); +INSERT INTO `map_type` VALUES (3,'SATELLITE','Mercator',1); +/*!40000 ALTER TABLE `map_type` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/mapper.sql b/dev/db/samples/tingle/mapper.sql new file mode 100644 index 00000000..9de0a997 --- /dev/null +++ b/dev/db/samples/tingle/mapper.sql @@ -0,0 +1,55 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `mapper` +-- + +DROP TABLE IF EXISTS `mapper`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `mapper` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(45) NOT NULL, + `email` varchar(45) DEFAULT NULL, + `site_name` varchar(45) DEFAULT NULL, + `site_url` varchar(45) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `mapper` +-- + +LOCK TABLES `mapper` WRITE; +/*!40000 ALTER TABLE `mapper` DISABLE KEYS */; +INSERT INTO `mapper` VALUES (1,'Danilo Passos','danilo.passos@zelda.com.br','Hyrule Legends','https://www.zelda.com.br'); +INSERT INTO `mapper` VALUES (2,'Jacob Zaccaria',NULL,'Zelda Universe','http://zeldauniverse.net'); +/*!40000 ALTER TABLE `mapper` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/marker.sql b/dev/db/samples/tingle/marker.sql new file mode 100644 index 00000000..793f76cc --- /dev/null +++ b/dev/db/samples/tingle/marker.sql @@ -0,0 +1,10389 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `marker` +-- + +DROP TABLE IF EXISTS `marker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `marker` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `submap_id` int(11) NOT NULL, + `overlay_id` int(11) DEFAULT NULL, + `marker_status_id` int(11) NOT NULL DEFAULT 1, + `marker_category_id` int(11) NOT NULL, + `user_id` int(11) NOT NULL, + `name` text NOT NULL, + `description` text NOT NULL, + `x` double NOT NULL, + `y` double NOT NULL, + `jump_marker_id` int(11) NOT NULL DEFAULT 0, + `global` tinyint(1) DEFAULT 0, + `visible` tinyint(1) NOT NULL DEFAULT 0, + `last_updated` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `fk_map_marker_map_marker_status1_idx` (`marker_status_id`), + KEY `fk_map_marker_map_marker_category1_idx` (`marker_category_id`), + KEY `fk_marker_submap1_idx` (`submap_id`), + KEY `fk_marker_submap2_idx` (`overlay_id`), + CONSTRAINT `fk_map_marker_map_marker_category1` FOREIGN KEY (`marker_category_id`) REFERENCES `marker_category` (`id`), + CONSTRAINT `fk_map_marker_map_marker_status1` FOREIGN KEY (`marker_status_id`) REFERENCES `marker_status` (`id`), + CONSTRAINT `fk_marker_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`), + CONSTRAINT `fk_marker_submap2` FOREIGN KEY (`overlay_id`) REFERENCES `submap` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=12522 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `marker` +-- + +LOCK TABLES `marker` WRITE; +/*!40000 ALTER TABLE `marker` DISABLE KEYS */; +INSERT INTO `marker` VALUES (22,1900,NULL,2,1927,1,'Temple of Time','',114.125,-165.53125,0,0,0,'2017-01-23 04:06:43'); +INSERT INTO `marker` VALUES (23,1900,NULL,2,1924,1,'Shrine of Resurrection','BEFORE HACK',111.046875,-163.421875,0,0,0,'2017-01-23 04:07:11'); +INSERT INTO `marker` VALUES (24,1900,NULL,2,1925,1,'Oman Au Shrine','BEFORE HACK',116.703125,-157.21875,0,0,0,'2017-01-23 05:50:10'); +INSERT INTO `marker` VALUES (25,1900,NULL,2,1903,1,'Weapons Test','',41,-57,0,0,0,'2017-01-23 04:22:20'); +INSERT INTO `marker` VALUES (26,1900,NULL,2,1911,1,'Food Test','',90,-57,0,0,0,'2017-01-23 04:22:30'); +INSERT INTO `marker` VALUES (27,1900,NULL,2,1926,1,'Dungeon Test','',129,-59,0,0,0,'2017-01-23 04:22:43'); +INSERT INTO `marker` VALUES (28,1900,NULL,2,1931,1,'Enemy Test (Overflow!)','',173,-53,0,0,0,'2017-01-23 05:41:10'); +INSERT INTO `marker` VALUES (29,1900,NULL,2,1927,1,'The Future is Nigh!','',128.5625,-161.4375,0,0,0,'2017-01-23 06:14:30'); +INSERT INTO `marker` VALUES (30,1900,NULL,2,1931,1,'5 o'clock','What is this field even for?',66,-188.75,0,0,0,'2017-01-23 23:06:11'); +INSERT INTO `marker` VALUES (31,1900,NULL,2,1914,1,'wtf is this','SECRET ISLAND OMG2',221.4375,-210.25,0,0,0,'2017-02-13 05:24:41'); +INSERT INTO `marker` VALUES (32,1900,NULL,2,1903,1,'Test','',77,-88.5,0,0,0,'2017-01-26 23:05:37'); +INSERT INTO `marker` VALUES (33,1900,NULL,2,1903,1,'das','dasdas',171,-115.5,0,0,0,'2017-02-01 18:08:20'); +INSERT INTO `marker` VALUES (34,1900,NULL,2,1913,3,'Spicy Pepper','There are six Spicy Peppers growing on two plants here. (Three to each plant.)',111.46875,-166,0,0,1,'2017-02-16 04:15:33'); +INSERT INTO `marker` VALUES (35,1900,NULL,2,1903,3,'Woodcutter's Axe','',110.703125,-166.296875,0,0,0,'2017-02-13 04:51:58'); +INSERT INTO `marker` VALUES (36,1900,NULL,2,1914,3,'Hylian Shroom','',110.671875,-166.296875,0,0,1,'2017-02-13 04:52:49'); +INSERT INTO `marker` VALUES (37,1900,NULL,2,1903,3,'Korok Leaf','',110.015625,-165.578125,0,0,0,'2017-02-13 04:57:11'); +INSERT INTO `marker` VALUES (38,1900,NULL,2,1915,3,'Wood','There are three bundles of Wood in this dilapidated house, and two bundles outside of it.',110.265625,-165.90625,0,0,1,'2017-02-13 07:46:12'); +INSERT INTO `marker` VALUES (39,1900,NULL,2,1927,2,'Temple of Time','Temple of Time',114.140625,-165.4375,0,0,1,'2017-02-13 05:07:12'); +INSERT INTO `marker` VALUES (40,1901,NULL,2,1930,3,'White Chuchu','',110.07421875,-161.03515625,0,0,1,'2017-02-13 06:19:16'); +INSERT INTO `marker` VALUES (41,1901,NULL,2,1925,2,'Oman Au Shrine','BEFORE HACK',117.4921875,-151.6640625,0,0,0,'2017-03-11 23:21:58'); +INSERT INTO `marker` VALUES (42,1901,NULL,2,1925,2,'Ja Baij Shrine','DELETE - BEFORE HACK',120.91015625,-159.2109375,0,0,0,'2017-03-14 06:26:17'); +INSERT INTO `marker` VALUES (43,1900,NULL,2,1904,3,'Spiked Boko Bow','Found inside a Treasure Chest in the cave behind the waterfall.',109.375,-168.390625,0,0,0,'2017-02-13 05:13:45'); +INSERT INTO `marker` VALUES (44,1900,NULL,2,1904,3,'Arrow x10','Found inside a Treasure Chest in the cave behind the waterfall.',109.359375,-168.375,0,0,0,'2017-02-13 05:14:44'); +INSERT INTO `marker` VALUES (45,1900,NULL,2,1904,3,'Fire Arrow x5','Found inside a Treasure Chest in the cave behind the waterfall.',109.359375,-168.375,0,0,0,'2017-02-13 05:15:19'); +INSERT INTO `marker` VALUES (46,1900,NULL,2,1925,2,'Ke Numut Shrine','BEFORE HACK',103.640625,-164.96875,0,0,0,'2017-02-13 05:15:37'); +INSERT INTO `marker` VALUES (47,1900,NULL,2,1901,3,'River of the Dead','',107.21875,-165.75,0,0,0,'2017-02-13 05:16:48'); +INSERT INTO `marker` VALUES (48,1900,NULL,2,1901,3,'River of the Dead','',106.328125,-163.921875,0,0,0,'2017-02-13 05:17:10'); +INSERT INTO `marker` VALUES (49,1901,NULL,2,1930,3,'White Chuchu','Two White Chuchus are found here.',109.2890625,-160.49609375,0,0,1,'2017-02-13 07:49:46'); +INSERT INTO `marker` VALUES (50,1900,NULL,2,1930,3,'Keese','Two Keese spawn here at night.',108.484375,-164.328125,0,0,1,'2017-02-13 06:19:28'); +INSERT INTO `marker` VALUES (51,1900,NULL,2,1904,2,'Traveler's Bow','',112.9375,-159.8125,0,0,0,'2017-02-13 05:33:40'); +INSERT INTO `marker` VALUES (52,1900,NULL,2,1904,2,'Arrow x10','',112.5625,-159.875,0,0,0,'2017-02-13 09:21:21'); +INSERT INTO `marker` VALUES (53,1900,NULL,2,1903,4,'312323','3213',-0.5,-143.5,0,0,0,'2017-02-13 06:10:00'); +INSERT INTO `marker` VALUES (54,1900,NULL,2,1901,3,'Mineral Deposit','Outside of the dilapidated house, containing 2 Rock Salts (needs consistency verification).',110.421875,-166.046875,0,0,0,'2017-02-13 08:06:44'); +INSERT INTO `marker` VALUES (55,1901,NULL,2,1901,3,'Goddess Statue','',115.12109375,-159.78125,0,0,0,'2017-02-13 07:47:34'); +INSERT INTO `marker` VALUES (56,1900,NULL,2,1904,3,'Soldier's Bow','Found in a Treasure Chest the tower.',114.265625,-164.9375,0,0,0,'2017-02-13 07:48:27'); +INSERT INTO `marker` VALUES (57,1900,NULL,2,1916,3,'Korok Seed','From a Korok on the spire.',114.234375,-164.890625,0,0,0,'2017-02-13 07:49:16'); +INSERT INTO `marker` VALUES (58,1900,NULL,2,1910,3,'Treasure Chest','Hidden under the water, contents unknown.',110.28125,-166.015625,0,0,0,'2017-02-13 07:51:42'); +INSERT INTO `marker` VALUES (59,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',110.3125,-166,0,0,0,'2017-02-13 07:53:14'); +INSERT INTO `marker` VALUES (60,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',110.3125,-166,0,0,0,'2017-02-13 07:53:52'); +INSERT INTO `marker` VALUES (61,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',109.71875,-165.578125,0,0,0,'2017-02-13 07:54:14'); +INSERT INTO `marker` VALUES (62,1900,NULL,2,1901,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',109.625,-165.40625,0,0,0,'2017-02-13 07:54:29'); +INSERT INTO `marker` VALUES (63,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',109.3125,-165.375,0,0,1,'2017-02-13 07:56:09'); +INSERT INTO `marker` VALUES (64,1901,NULL,2,1904,3,'Traveler's Bow','(Needs confirmation.)',115.046875,-158.6953125,0,0,0,'2017-02-13 08:03:39'); +INSERT INTO `marker` VALUES (65,1900,NULL,2,1901,3,'Mineral Deposit','Outside of the dilapidated house, containing 2 Rock Salts.',110.75,-166.015625,0,0,1,'2017-02-13 12:00:57'); +INSERT INTO `marker` VALUES (66,1900,NULL,2,1901,3,'Campfire','(Unlit.)',107.921875,-164.734375,0,0,1,'2017-02-13 08:17:16'); +INSERT INTO `marker` VALUES (67,1900,NULL,2,1930,3,'White Chuchu','',107.875,-163.640625,0,0,1,'2017-02-13 08:18:27'); +INSERT INTO `marker` VALUES (68,1900,NULL,2,1901,3,'Campfire','Unlit.',107.78125,-163.34375,0,0,1,'2017-02-13 08:20:41'); +INSERT INTO `marker` VALUES (69,1900,NULL,2,1930,3,'White Chuchu','Two White Chuchus are found here.',107.65625,-163.203125,0,0,1,'2017-02-13 08:21:30'); +INSERT INTO `marker` VALUES (70,1900,NULL,2,1930,3,'White Chuchu','Two White Chuchus',106.40625,-162.859375,0,0,1,'2017-02-13 08:22:22'); +INSERT INTO `marker` VALUES (71,1901,NULL,2,1931,3,'Bokoblin Camp','',105.26171875,-156.01171875,0,0,1,'2017-02-13 08:24:15'); +INSERT INTO `marker` VALUES (72,1900,NULL,2,1901,3,'Cooking Pot','Unlit',103.15625,-161.5625,0,0,1,'2017-02-13 12:59:42'); +INSERT INTO `marker` VALUES (73,1900,NULL,2,1901,3,'Cooking Pot','Unlit',112.734375,-160.015625,0,0,1,'2017-02-13 08:31:42'); +INSERT INTO `marker` VALUES (74,1900,NULL,2,1901,3,'Campfire','Lit',112.9375,-160,0,0,1,'2017-02-13 08:31:31'); +INSERT INTO `marker` VALUES (75,1900,NULL,2,1930,3,'Bokoblin','Two red Bokoblins (NOT a campsite)',114.328125,-160.5,0,0,1,'2017-02-13 08:32:59'); +INSERT INTO `marker` VALUES (76,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins spawn here at night.',114.796875,-161.828125,0,0,1,'2017-02-13 08:43:24'); +INSERT INTO `marker` VALUES (77,1900,NULL,2,1930,3,'Keese','Two Keese appear here at night.',115.140625,-161.921875,0,0,0,'2017-02-13 08:44:07'); +INSERT INTO `marker` VALUES (78,1900,NULL,2,1930,3,'Keese','Two Keese appear here at night.',115.109375,-161.375,0,0,1,'2017-02-13 08:44:23'); +INSERT INTO `marker` VALUES (79,1900,NULL,2,1901,3,'Boulder','Two pushable boulders are situated on a ledge here.',115.171875,-160.90625,0,0,1,'2017-02-13 08:45:45'); +INSERT INTO `marker` VALUES (80,1900,NULL,2,1930,3,'Chuchu','Two Chuchus appear here.',116.0625,-161.0625,0,0,1,'2017-02-13 08:46:53'); +INSERT INTO `marker` VALUES (81,1900,NULL,2,1913,3,'Hyrule Herb','Two Hyrule Herbs grow here.',115.453125,-161.21875,0,0,1,'2017-02-16 04:12:21'); +INSERT INTO `marker` VALUES (82,1900,NULL,2,1930,3,'Keese','Three Keese appear here at night.',117.3125,-160.078125,0,0,1,'2017-02-13 08:53:55'); +INSERT INTO `marker` VALUES (83,1901,NULL,2,1923,3,'Great Plateau Tower','BEFORE HACK',119.28125,-154.5,0,0,0,'2017-02-13 08:54:39'); +INSERT INTO `marker` VALUES (84,1900,NULL,2,1931,3,'Bokoblin Camp','Three red Bokoblins\r\nOne blue Bokoblin\r\nOne Keese',117.171875,-164.09375,0,0,1,'2017-02-13 09:48:08'); +INSERT INTO `marker` VALUES (85,1900,NULL,2,1901,3,'Raft','',109.6875,-166.328125,0,0,1,'2017-02-13 08:56:17'); +INSERT INTO `marker` VALUES (86,1900,NULL,2,1930,3,'Bokoblin','Two red Bokoblins appear here.',118.140625,-160.859375,0,0,1,'2017-02-13 08:57:29'); +INSERT INTO `marker` VALUES (87,1900,NULL,2,1915,3,'Courser Bee Honey','',117.140625,-166.859375,0,0,1,'2017-02-13 09:04:32'); +INSERT INTO `marker` VALUES (88,1900,NULL,2,1931,3,'Bokoblin Camp','',117.484375,-166.890625,0,0,1,'2017-02-13 09:05:02'); +INSERT INTO `marker` VALUES (89,1900,NULL,2,1901,3,'Campfire','Lit',117.46875,-166.875,0,0,1,'2017-02-13 09:05:23'); +INSERT INTO `marker` VALUES (90,1900,NULL,2,1905,3,'Boko Shield','',117.46875,-166.875,0,0,0,'2017-02-13 09:07:48'); +INSERT INTO `marker` VALUES (91,1900,NULL,2,1903,3,'Boko Club','',117.375,-167.453125,0,0,0,'2017-02-13 09:08:21'); +INSERT INTO `marker` VALUES (92,1900,NULL,2,1904,3,'Boko Bow','',117.46875,-166.890625,0,0,0,'2017-02-13 09:08:09'); +INSERT INTO `marker` VALUES (93,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins appear here at night.',116.21875,-170.203125,0,0,1,'2017-02-13 09:11:26'); +INSERT INTO `marker` VALUES (94,1900,NULL,2,1930,3,'Keese','Three Keese appear here at night.',115.65625,-169.921875,0,0,1,'2017-02-13 09:12:17'); +INSERT INTO `marker` VALUES (95,1900,NULL,2,1914,3,'Stamella Shroom','',115.359375,-170.046875,0,0,1,'2017-02-13 09:13:52'); +INSERT INTO `marker` VALUES (96,1900,NULL,2,1914,3,'Endura Shroom','Two Endura Shrooms',115.71875,-170.375,0,0,1,'2017-02-28 22:40:25'); +INSERT INTO `marker` VALUES (97,1900,NULL,2,1903,3,'Torch','',112.8125,-159.90625,0,0,0,'2017-02-13 09:21:40'); +INSERT INTO `marker` VALUES (98,1900,NULL,2,1901,3,'Boulder','',116.390625,-161.734375,0,0,1,'2017-02-13 09:38:38'); +INSERT INTO `marker` VALUES (99,1900,NULL,2,1901,3,'Explosive Barrel','Four Explosive Barrels are located here.',116.703125,-161.890625,0,0,1,'2017-02-13 09:46:45'); +INSERT INTO `marker` VALUES (100,1900,NULL,2,1931,3,'Bokoblin Camp','Two red Bokoblins appear here. The Campfire is lit.',116.625,-162.265625,0,0,1,'2017-02-13 09:42:07'); +INSERT INTO `marker` VALUES (101,1900,NULL,2,1911,3,'Seared Steak','Over the Campfire.',116.921875,-162.46875,0,0,1,'2017-02-16 04:10:01'); +INSERT INTO `marker` VALUES (102,1900,NULL,2,1930,3,'Keese','Two Keese appear here at night.',117.40625,-163.25,0,0,1,'2017-02-13 09:44:52'); +INSERT INTO `marker` VALUES (103,1900,NULL,2,1901,3,'Explosive Barrel','Five Explosive Barrels are located here.',117.375,-164.046875,0,0,1,'2017-02-13 09:46:27'); +INSERT INTO `marker` VALUES (104,1900,NULL,2,1915,3,'Sizzlewing Butterfly','',118,-164.125,0,0,1,'2017-02-13 09:49:15'); +INSERT INTO `marker` VALUES (105,1900,NULL,2,1901,3,'Pigeon','Two pigeons appear here',120.234375,-163.65625,0,0,1,'2017-02-13 09:51:03'); +INSERT INTO `marker` VALUES (107,1900,NULL,2,1915,3,'Sizzlewing Butterfly','',118.03125,-166.65625,0,0,1,'2017-02-13 10:01:25'); +INSERT INTO `marker` VALUES (108,1900,NULL,2,1914,3,'Endura Shroom','Three (total) Endura Shrooms along multiple trees.',115.046875,-170.40625,0,0,1,'2017-02-28 22:47:08'); +INSERT INTO `marker` VALUES (109,1900,NULL,2,1915,3,'Apple','',114.265625,-170.8125,0,0,0,'2017-02-13 10:06:56'); +INSERT INTO `marker` VALUES (110,1900,NULL,2,1915,3,'Apple','',113.84375,-170.609375,0,0,1,'2017-02-13 10:07:30'); +INSERT INTO `marker` VALUES (111,1900,NULL,2,1901,3,'Pigeon','Two pigeons',113.984375,-170.3125,0,0,1,'2017-02-13 10:08:42'); +INSERT INTO `marker` VALUES (112,1900,NULL,2,1915,3,'Hightail Lizard','',114.390625,-170.390625,0,0,0,'2017-02-13 10:09:08'); +INSERT INTO `marker` VALUES (113,1900,NULL,2,1915,3,'Hightail Lizard','',114.125,-170.0625,0,0,1,'2017-02-13 10:09:50'); +INSERT INTO `marker` VALUES (114,1900,NULL,2,1901,3,'Cooking Pot','Lit',114.25,-169.859375,0,0,1,'2017-02-13 10:10:12'); +INSERT INTO `marker` VALUES (115,1900,NULL,2,1903,3,'Torch','',114.359375,-169.984375,0,0,0,'2017-02-13 10:10:51'); +INSERT INTO `marker` VALUES (116,1900,NULL,2,1903,3,'Farmer's Pitchfork','',114.296875,-169.796875,0,0,0,'2017-02-13 10:11:20'); +INSERT INTO `marker` VALUES (117,1900,NULL,2,1901,3,'Woodcutter's Axe','',114.421875,-169.640625,0,0,1,'2017-02-13 10:11:58'); +INSERT INTO `marker` VALUES (118,1900,NULL,2,1913,3,'Spicy Pepper','Inside Pot.',114.4375,-169.640625,0,0,1,'2017-02-16 04:14:52'); +INSERT INTO `marker` VALUES (119,1900,NULL,2,1914,3,'Stamella Shroom','',114.4375,-169.671875,0,0,1,'2017-02-13 10:12:50'); +INSERT INTO `marker` VALUES (120,1900,NULL,2,1901,3,'Baked Apple','',114.421875,-169.671875,0,0,1,'2017-02-13 10:13:22'); +INSERT INTO `marker` VALUES (121,1900,NULL,2,1914,3,'Endura Shroom','',114.359375,-170.140625,0,0,1,'2017-02-28 22:39:03'); +INSERT INTO `marker` VALUES (122,1900,NULL,2,1905,3,'Pot Lid','',114.375,-170,0,0,0,'2017-02-13 10:14:38'); +INSERT INTO `marker` VALUES (123,1900,NULL,2,1914,3,'Stamella Shroom','',113.015625,-170.65625,0,0,0,'2017-02-13 10:16:19'); +INSERT INTO `marker` VALUES (124,1900,NULL,2,1914,3,'Stamella Shroom','',112.59375,-170.609375,0,0,1,'2017-02-28 22:37:49'); +INSERT INTO `marker` VALUES (125,1900,NULL,2,1930,3,'Bokoblin','Two red Bokoblins',112.609375,-171.203125,0,0,1,'2017-02-13 10:18:36'); +INSERT INTO `marker` VALUES (126,1900,NULL,2,1915,3,'Apple','Eight Apples',112.609375,-171.09375,0,0,1,'2017-02-13 10:18:58'); +INSERT INTO `marker` VALUES (127,1900,NULL,2,1901,3,'Cracked Wall','',111.40625,-171.34375,0,0,1,'2017-02-13 10:19:56'); +INSERT INTO `marker` VALUES (128,1901,NULL,2,1925,3,'Owa Daim Shrine','BEFORE HACK',113.60546875,-164.26171875,0,0,0,'2017-02-13 10:22:44'); +INSERT INTO `marker` VALUES (129,1901,NULL,2,1931,3,'Bokoblin Camp','',113.8671875,-162.64453125,0,0,1,'2017-02-13 10:25:26'); +INSERT INTO `marker` VALUES (130,1900,NULL,2,1915,3,'Hightail Lizard','',114,-167.09375,0,0,1,'2017-02-13 10:26:31'); +INSERT INTO `marker` VALUES (131,1900,NULL,2,1901,3,'Mineral Deposit','A mineral deposit resembling a cairn rests at Mount Hylia's peak.',106.1875,-169.203125,0,0,1,'2017-02-13 10:44:37'); +INSERT INTO `marker` VALUES (132,1900,NULL,2,1906,3,'Quilted Shirt','Obtained from the Old Man.',106.1875,-169.171875,0,0,1,'2017-02-13 10:45:03'); +INSERT INTO `marker` VALUES (133,1900,NULL,2,1931,3,'Bokoblin Camp','Four red Bokoblins, one is atop a platform.',103.640625,-158.640625,0,0,1,'2017-02-13 13:27:23'); +INSERT INTO `marker` VALUES (134,1900,NULL,2,1903,3,'Fire Rod','Inside a Treasure Chest (which can be opened at any time).',103.96875,-158.921875,0,0,0,'2017-02-13 13:29:15'); +INSERT INTO `marker` VALUES (135,1900,NULL,2,1901,3,'Explosive Barrel','Unknown number',103.8125,-158.65625,0,0,1,'2017-02-13 10:49:50'); +INSERT INTO `marker` VALUES (136,1901,NULL,2,1931,3,'Bokoblin Camp','Five red Bokoblins, two are atop platforms.',108.875,-153.73046875,0,0,1,'2017-02-13 13:22:47'); +INSERT INTO `marker` VALUES (137,1900,NULL,2,1915,3,'Sizzlewing Butterfly','Two Sizzlewing Butterflies',112.21875,-167.890625,0,0,1,'2017-02-13 10:54:46'); +INSERT INTO `marker` VALUES (138,1900,NULL,2,1931,3,'Bokoblin Camp','Three red Bokoblins',111.34375,-167.65625,0,0,1,'2017-02-13 10:58:16'); +INSERT INTO `marker` VALUES (139,1900,NULL,2,1901,3,'Treasure Chest','Unknown contents.',111.296875,-167.546875,0,0,1,'2017-02-13 10:58:45'); +INSERT INTO `marker` VALUES (140,1901,NULL,2,1916,3,'Korok Seed','',114.125,-157.51953125,0,0,0,'2017-02-13 11:01:10'); +INSERT INTO `marker` VALUES (141,1901,NULL,2,1933,3,'Stone Talus','',110.97265625,-154.0234375,0,0,1,'2017-02-13 11:05:43'); +INSERT INTO `marker` VALUES (142,1900,NULL,2,1914,3,'Hylian Shroom','Four Hylian Shrooms',109.265625,-159.65625,0,0,1,'2017-02-28 21:57:42'); +INSERT INTO `marker` VALUES (143,1901,NULL,2,1931,3,'Bokoblin Camp','',112.7890625,-152.52734375,0,0,1,'2017-02-28 04:13:11'); +INSERT INTO `marker` VALUES (144,1900,NULL,2,1904,3,'Fire Arrow','Unknown quanitity',114.75,-158.125,0,0,0,'2017-02-13 11:11:05'); +INSERT INTO `marker` VALUES (145,1900,NULL,2,1904,3,'Ice Arrow','Unknown quantity',114.75,-158.0625,0,0,0,'2017-02-13 11:11:20'); +INSERT INTO `marker` VALUES (146,1901,NULL,2,1903,3,'Rusty Broadsword','Reference to the fake Master Swords in ALttP',114.1171875,-157.84375,0,0,0,'2017-02-13 11:15:11'); +INSERT INTO `marker` VALUES (147,1900,NULL,2,1901,3,'Mineral Deposit','Two mineral deposits, one contains Flint, the other contains a Topaz and an Amber.',110.921875,-171.171875,0,0,1,'2017-02-13 11:43:30'); +INSERT INTO `marker` VALUES (148,1901,NULL,2,1904,3,'Traveler's Bow','Inside a Treasure Chest beneath a Boulder. This one has increased Durability.',113.32421875,-164.359375,0,0,0,'2017-02-13 11:38:18'); +INSERT INTO `marker` VALUES (149,1900,NULL,2,1901,3,'Mineral Deposit','Two mineral deposits are located here. One contains a Sapphire and Flint, the other contains an Amber.',108.265625,-171.1875,0,0,1,'2017-02-13 11:47:03'); +INSERT INTO `marker` VALUES (150,1901,NULL,2,1924,3,'Shrine of Resurrection','BEFORE HACK',110.8359375,-157.4453125,0,0,0,'2017-03-06 18:31:37'); +INSERT INTO `marker` VALUES (151,1900,NULL,2,1903,3,'Tree Branch','',109.8125,-162.796875,0,0,0,'2017-02-13 11:49:25'); +INSERT INTO `marker` VALUES (152,1900,NULL,2,1903,3,'Tree Branch','There are two Tree Branches near the cliff here.',110.046875,-162.875,0,0,0,'2017-02-13 11:53:22'); +INSERT INTO `marker` VALUES (153,1900,NULL,2,1901,3,'Tree Branch','There are two Tree Branches near the cliff here.',110.609375,-162.359375,0,0,1,'2017-02-13 11:53:37'); +INSERT INTO `marker` VALUES (154,1900,NULL,2,1915,3,'Hearty Truffle','',109.984375,-162.203125,0,0,0,'2017-02-13 11:54:23'); +INSERT INTO `marker` VALUES (155,1900,NULL,2,1914,3,'Hylian Shroom','Three Hylian Shrooms.',110.25,-162.09375,0,0,1,'2017-02-28 22:10:45'); +INSERT INTO `marker` VALUES (156,1900,NULL,2,1914,3,'Hearty Truffle','',109.875,-162.234375,0,0,0,'2017-02-28 22:06:46'); +INSERT INTO `marker` VALUES (157,1900,NULL,2,1901,3,'Boar','',109.828125,-162.6875,0,0,1,'2017-02-13 11:56:18'); +INSERT INTO `marker` VALUES (158,1900,NULL,2,1901,3,'Campfire','Unlit',109.890625,-165.640625,0,0,1,'2017-02-13 11:59:00'); +INSERT INTO `marker` VALUES (159,1900,NULL,2,1901,3,'Cooking Pot','Unlit',110.125,-165.578125,0,0,1,'2017-02-13 12:00:06'); +INSERT INTO `marker` VALUES (160,1900,NULL,2,1930,3,'Keese','Three Keese appear here at night.',108.1875,-164.875,0,0,1,'2017-02-13 12:03:38'); +INSERT INTO `marker` VALUES (161,1900,NULL,2,1913,3,'Spicy Pepper','Nine Spicy Peppers among three plants underneath the tree fort.',103.015625,-162.28125,0,0,1,'2017-02-16 04:16:01'); +INSERT INTO `marker` VALUES (162,1900,NULL,2,1914,3,'Stamella Shroom','Underneath the tree fort.',103.203125,-161.78125,0,0,1,'2017-02-28 22:14:27'); +INSERT INTO `marker` VALUES (163,1900,NULL,2,1914,3,'Hylian Shroom','Two Hylian Shrooms underneath the tree fort.',103.140625,-161.890625,0,0,1,'2017-02-13 12:58:49'); +INSERT INTO `marker` VALUES (164,1900,NULL,2,1903,3,'Torch','Underneath the tree fort.',103.15625,-161.90625,0,0,0,'2017-02-13 12:59:08'); +INSERT INTO `marker` VALUES (165,1900,NULL,2,1901,3,'Campfire','Lit',103.140625,-161.625,0,0,1,'2017-02-13 12:59:56'); +INSERT INTO `marker` VALUES (166,1900,NULL,2,1901,3,'Pigeon','',112.65625,-159.828125,0,0,1,'2017-02-13 13:01:03'); +INSERT INTO `marker` VALUES (167,1900,NULL,2,1914,3,'Hearty Truffle','',112.828125,-159.875,0,0,1,'2017-02-13 13:02:53'); +INSERT INTO `marker` VALUES (168,1900,NULL,2,1901,3,'THIS CLEARING IS THE REAL SPOT','',112.8125,-161.09375,0,0,1,'2017-02-13 13:04:14'); +INSERT INTO `marker` VALUES (169,1900,NULL,2,1901,3,'Boar','',111.609375,-160.625,0,0,1,'2017-02-13 13:04:26'); +INSERT INTO `marker` VALUES (170,1900,NULL,2,1901,3,'Cracked Wall','',110.0625,-161.96875,0,0,1,'2017-02-13 13:05:37'); +INSERT INTO `marker` VALUES (171,1900,NULL,2,1903,3,'Tree Branch','',110.578125,-161.234375,0,0,0,'2017-02-13 13:06:50'); +INSERT INTO `marker` VALUES (172,1900,NULL,2,1915,3,'Acorn','Two Acorns.',110.09375,-160.9375,0,0,1,'2017-02-28 22:04:26'); +INSERT INTO `marker` VALUES (173,1900,NULL,2,1914,3,'Hylian Shroom','At the base of a tree.',109.125,-160.203125,0,0,1,'2017-02-28 22:11:05'); +INSERT INTO `marker` VALUES (174,1900,NULL,2,1915,3,'Courser Bee Honey','',110,-159.203125,0,0,1,'2017-02-13 13:11:51'); +INSERT INTO `marker` VALUES (175,1900,NULL,2,1915,3,'Apple','Two Apples on a tree.',110.078125,-159.1875,0,0,1,'2017-02-13 13:12:25'); +INSERT INTO `marker` VALUES (176,1900,NULL,2,1901,3,'Unknown Material','Pink flower, unidentified',109.390625,-158.890625,0,0,1,'2017-02-13 13:15:59'); +INSERT INTO `marker` VALUES (177,1900,NULL,2,1914,3,'Hearty Truffle','Two Hearty Truffles inside a hollow stump.',108.890625,-159.03125,0,0,1,'2017-02-28 22:12:10'); +INSERT INTO `marker` VALUES (178,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',108.1875,-158.875,0,0,1,'2017-02-13 13:18:18'); +INSERT INTO `marker` VALUES (179,1900,NULL,2,1915,3,'Blue Nightshade','',108.140625,-158.953125,0,0,1,'2017-02-13 13:18:52'); +INSERT INTO `marker` VALUES (180,1900,NULL,2,1911,3,'Seared Steak','On the spit in the camp.',107.609375,-159.421875,0,0,1,'2017-02-16 04:09:42'); +INSERT INTO `marker` VALUES (181,1900,NULL,2,1903,3,'Boko Club','',107.59375,-159.4375,0,0,0,'2017-02-13 13:20:37'); +INSERT INTO `marker` VALUES (182,1900,NULL,2,1905,3,'Boko Shield','',107.578125,-159.421875,0,0,0,'2017-02-13 13:20:59'); +INSERT INTO `marker` VALUES (183,1900,NULL,2,1901,3,'Tower','Just a tower that Link can climb.',106.125,-158.203125,0,0,1,'2017-02-13 13:23:42'); +INSERT INTO `marker` VALUES (184,1900,NULL,2,1901,3,'Campfire','Lit',104.53125,-159.0625,0,0,0,'2017-02-13 13:25:26'); +INSERT INTO `marker` VALUES (185,1901,NULL,2,1901,3,'Campfire','Lit',106.4296875,-153.3203125,0,0,1,'2017-02-13 13:26:08'); +INSERT INTO `marker` VALUES (186,1900,NULL,2,1913,3,'Hyrule Herb','Three Hyrule Herbs.',104.03125,-157.96875,0,0,1,'2017-02-16 04:12:32'); +INSERT INTO `marker` VALUES (187,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,1,'2017-02-13 13:57:29'); +INSERT INTO `marker` VALUES (188,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,0,'2017-02-13 13:57:30'); +INSERT INTO `marker` VALUES (189,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,0,'2017-02-13 13:57:34'); +INSERT INTO `marker` VALUES (190,1900,NULL,2,1915,3,'Apple','Three Apples on a tree.',103.609375,-158.1875,0,0,0,'2017-02-13 15:38:58'); +INSERT INTO `marker` VALUES (191,1900,NULL,2,1901,3,'Campfire','Lit',103.546875,-158.359375,0,0,1,'2017-02-13 19:23:58'); +INSERT INTO `marker` VALUES (192,1900,NULL,2,1901,3,'Boulder','Two Boulders atop the cliff.',103.640625,-158.421875,0,0,1,'2017-02-13 19:24:26'); +INSERT INTO `marker` VALUES (193,1900,NULL,2,1901,3,'Tower','Just a tower for Link to climb.',103.21875,-160.734375,0,0,1,'2017-02-13 19:33:50'); +INSERT INTO `marker` VALUES (194,1901,NULL,2,1931,3,'Bokoblin Camp','Three red Bokoblins. Campfire is lit.',106.21875,-159.21484375,0,0,1,'2017-02-13 19:42:05'); +INSERT INTO `marker` VALUES (195,1901,NULL,2,1903,3,'Boko Club','',106.2421875,-159.40234375,0,0,0,'2017-02-13 19:41:31'); +INSERT INTO `marker` VALUES (196,1901,NULL,2,1911,3,'Seared Steak','On spit above Campfire.',106.3828125,-159.30078125,0,0,1,'2017-02-16 04:10:27'); +INSERT INTO `marker` VALUES (197,1901,NULL,2,1901,3,'Explosive Barrel','Two Explosive Barrels.',106.3984375,-159,0,0,1,'2017-02-13 19:43:48'); +INSERT INTO `marker` VALUES (198,1900,NULL,2,1930,3,'Stal Bokoblin','Appears here at night.',104.15625,-165.109375,0,0,1,'2017-02-13 19:49:04'); +INSERT INTO `marker` VALUES (199,1900,NULL,2,1930,3,'Stal Bokoblin','Three Stal Bokoblins appear here at night.',104.28125,-165.921875,0,0,1,'2017-02-13 19:50:00'); +INSERT INTO `marker` VALUES (200,1901,NULL,2,1916,3,'Korok Seed','DELETE',106.921875,-162.921875,0,0,0,'2017-03-14 06:25:22'); +INSERT INTO `marker` VALUES (201,1900,NULL,2,1915,3,'Sizzlewing Butterfly','',109.9375,-162.046875,0,0,1,'2017-02-28 22:09:48'); +INSERT INTO `marker` VALUES (202,1900,NULL,2,1901,3,'Boar','Three Boars.',112.84375,-161.625,0,0,1,'2017-02-13 20:40:05'); +INSERT INTO `marker` VALUES (203,1900,NULL,2,1914,3,'Hylian Shroom','',113.78125,-161.34375,0,0,1,'2017-02-27 14:40:12'); +INSERT INTO `marker` VALUES (204,1900,NULL,2,1906,3,'Hylian Trousers','Inside a Treasure Chest.',113.796875,-162.84375,0,0,0,'2017-02-13 20:42:17'); +INSERT INTO `marker` VALUES (205,1900,NULL,2,1930,3,'Bokoblin','Red Bokoblin.',113.90625,-162.6875,0,0,0,'2017-02-13 20:42:32'); +INSERT INTO `marker` VALUES (206,1900,NULL,2,1901,3,'Pigeon','',113.4375,-166.4375,0,0,1,'2017-02-13 20:43:42'); +INSERT INTO `marker` VALUES (207,1900,NULL,2,1930,3,'Bokoblin','Red Bokoblin.',114.3125,-164.640625,0,0,1,'2017-02-13 20:45:06'); +INSERT INTO `marker` VALUES (208,1901,NULL,2,1936,3,'Cracked Wall','',120.6796875,-159.11328125,0,0,1,'2017-03-09 01:39:30'); +INSERT INTO `marker` VALUES (210,1900,NULL,2,1915,3,'Sunset Firefly','Six Sunset Fireflies appear here at night.',112.546875,-171,0,0,1,'2017-02-13 21:03:08'); +INSERT INTO `marker` VALUES (211,1900,NULL,2,1914,3,'Hearty Truffle','Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.\r\nAdditional Effect: Restores 2 hearts.',112.375,-170.765625,0,0,1,'2017-02-27 10:23:35'); +INSERT INTO `marker` VALUES (212,1900,NULL,2,1914,3,'Rushroom','Four dotting the cliff side.',112.703125,-171.015625,0,0,1,'2017-02-28 22:17:47'); +INSERT INTO `marker` VALUES (213,1900,NULL,2,1930,3,'Bokoblin','Red Bokoblin.',115.375,-163.046875,0,0,1,'2017-02-13 21:20:11'); +INSERT INTO `marker` VALUES (214,1900,NULL,2,1906,3,'Hylian Trousers','Inside a Treasure Chest.',115.453125,-162.78125,0,0,1,'2017-02-13 21:20:38'); +INSERT INTO `marker` VALUES (215,1900,NULL,2,1904,3,'Fire Arrow x5','Locked inside a Treasure Chest that is unlocked after all the Bokoblins have been cleared.',117.2734375,-164.140625,0,0,0,'2017-02-28 22:50:20'); +INSERT INTO `marker` VALUES (216,1900,NULL,2,1901,3,'Serenne Stable','',107.25,-98.125,0,0,1,'2017-02-28 18:04:26'); +INSERT INTO `marker` VALUES (217,1900,NULL,2,1923,3,'Sheikah Tower','BEFORE HACK',98.625,-92.5,0,0,0,'2017-02-13 21:37:04'); +INSERT INTO `marker` VALUES (218,1901,NULL,2,1925,2,'Ke Numut Shrine','BEFORE HACK',105.5234375,-159.125,0,0,0,'2017-02-14 00:24:39'); +INSERT INTO `marker` VALUES (219,1900,NULL,2,1901,4,'dasd','dsad',180,-112,0,0,0,'2017-02-14 14:26:34'); +INSERT INTO `marker` VALUES (220,1900,NULL,2,1930,3,'Stal Bokoblin','Two Stal Bokoblins appear here at night.',120.78125,-164.203125,0,0,1,'2017-02-15 19:40:40'); +INSERT INTO `marker` VALUES (221,1900,NULL,2,1901,3,'Pigeon','Two pigeons.',110.8125,-167.7578125,0,0,1,'2017-02-17 10:06:17'); +INSERT INTO `marker` VALUES (222,1900,NULL,2,1916,3,'Korok Seed','Given by Linder.',111.91015625,-160.76953125,0,0,0,'2017-02-17 11:10:10'); +INSERT INTO `marker` VALUES (223,1901,NULL,2,1916,3,'Korok Seed','Given by Oakin',112.6640625,-153.7109375,0,0,0,'2017-02-17 11:13:26'); +INSERT INTO `marker` VALUES (224,1901,NULL,2,1916,3,'Korok Seed','Given by Olivio, underneath a Rock.',115.109375,-152.1640625,0,0,0,'2017-02-17 11:26:22'); +INSERT INTO `marker` VALUES (225,1901,NULL,2,1931,3,'Bokoblin Camp','Four red Bokoblins, one is atop a platform.',119.1484375,-152.8203125,0,0,1,'2017-02-17 11:31:07'); +INSERT INTO `marker` VALUES (227,1901,NULL,2,1916,5,'Korok Seed','',115.328125,-158.74609375,0,0,0,'2017-03-01 17:44:19'); +INSERT INTO `marker` VALUES (228,1901,NULL,2,1920,5,'Hyrule Castle','',124.078125,-111.453125,0,0,1,'2017-03-11 23:24:18'); +INSERT INTO `marker` VALUES (229,1901,NULL,2,1935,2,'Hestu','Hestu Location',159.875,-150.4296875,0,0,1,'2017-03-05 03:35:20'); +INSERT INTO `marker` VALUES (230,1901,NULL,2,1921,2,'Kakariko Village','BEFORE HACK',156.9921875,-143.6328125,0,0,0,'2017-03-02 20:17:38'); +INSERT INTO `marker` VALUES (232,1901,NULL,2,1916,1,'Korok','Melt the Ice Rock to find one more Korok',104.50390625,-158.0390625,0,0,0,'2017-03-03 05:01:11'); +INSERT INTO `marker` VALUES (233,1901,NULL,2,1915,1,'Amber','',107.875,-162.69921875,0,0,1,'2017-03-03 05:10:36'); +INSERT INTO `marker` VALUES (234,1901,NULL,2,1930,1,'White Chuchu x 2','',108.46875,-160.15234375,0,0,1,'2017-03-03 05:14:13'); +INSERT INTO `marker` VALUES (235,1901,NULL,2,1930,1,'White Chuchu x 2','',107.2265625,-159.41015625,0,0,1,'2017-03-03 05:15:07'); +INSERT INTO `marker` VALUES (236,1901,NULL,2,1925,1,'Dah Kaso Shrine','BEFORE HACK',101.46875,-154.62890625,0,0,0,'2017-03-03 05:22:47'); +INSERT INTO `marker` VALUES (237,1901,NULL,2,1925,1,'Jee Noh Shrine','BEFORE HACK',99.9765625,-165.8125,0,0,0,'2017-03-03 05:23:56'); +INSERT INTO `marker` VALUES (238,1901,NULL,2,1923,1,'Wasteland Tower','BEFORE HACK',91.9140625,-166.05859375,0,0,0,'2017-03-03 05:24:26'); +INSERT INTO `marker` VALUES (239,1901,NULL,2,1923,1,'Lake Tower','BEFORE HACK',127.5234375,-174.2890625,0,0,0,'2017-03-03 05:25:07'); +INSERT INTO `marker` VALUES (240,1901,NULL,2,1923,1,'Faron Tower','BEFORE HACK',148.796875,-179.1171875,0,0,0,'2017-03-03 05:25:41'); +INSERT INTO `marker` VALUES (241,1901,NULL,2,1901,1,'Hateno Ancient Tech Lab','',187.0703125,-161.2265625,0,0,1,'2017-03-03 05:26:20'); +INSERT INTO `marker` VALUES (242,1901,NULL,2,1925,1,'Myahm Agana Shrine','BEFORE HACK',180.90625,-162.5859375,0,0,0,'2017-03-03 05:27:01'); +INSERT INTO `marker` VALUES (243,1901,NULL,2,1923,1,'Hateno Tower','BEFORE HACK',170.78125,-161.40234375,0,0,0,'2017-03-03 05:27:43'); +INSERT INTO `marker` VALUES (244,1901,NULL,2,1925,1,'Ha Dahamar Shrine','BEFORE HACK',153.9609375,-157.98046875,0,0,0,'2017-03-03 05:28:22'); +INSERT INTO `marker` VALUES (245,1901,NULL,2,1925,1,'Ta'loh Naeg Shrine','BEFORE HACK',156.79296875,-141.86328125,0,0,0,'2017-03-03 05:29:19'); +INSERT INTO `marker` VALUES (246,1901,NULL,2,1923,1,'Dueling Peaks Tower','BEFORE HACK',143.8984375,-154.84375,0,0,0,'2017-03-03 05:29:52'); +INSERT INTO `marker` VALUES (247,1901,NULL,2,1925,1,'Ree Dahee Shrine','BEFORE HACK',147.98046875,-156.98828125,0,0,0,'2017-03-11 03:52:48'); +INSERT INTO `marker` VALUES (248,1901,NULL,2,1923,1,'Central Tower','BEFORE HACK',115.68359375,-134.91015625,0,0,0,'2017-03-03 05:31:11'); +INSERT INTO `marker` VALUES (249,1901,NULL,2,1923,1,'Woodland Tower','BEFORE HACK',141.7890625,-102.9453125,0,0,0,'2017-03-03 05:31:46'); +INSERT INTO `marker` VALUES (250,1901,NULL,2,1925,1,'Mirro Shaz Shrine','BEFORE HACK',147.2265625,-109.09375,0,0,0,'2017-03-03 05:32:23'); +INSERT INTO `marker` VALUES (251,1901,NULL,2,1925,1,'Soh Kofi Shrine','BEFORE HACK',162.9609375,-123.453125,0,0,0,'2017-03-03 05:33:08'); +INSERT INTO `marker` VALUES (252,1901,NULL,2,1923,1,'Lanayru Tower','BEFORE HACK',163.28125,-126.30859375,0,0,0,'2017-03-03 05:33:31'); +INSERT INTO `marker` VALUES (253,1901,NULL,2,1925,1,'Daka Tuss Shrine','BEFORE HACK',152.9921875,-135.28125,0,0,0,'2017-03-03 05:34:04'); +INSERT INTO `marker` VALUES (254,1901,NULL,2,1930,1,'Lynel','',188.21484375,-119.38671875,0,0,1,'2017-03-03 07:06:42'); +INSERT INTO `marker` VALUES (255,1901,NULL,2,1926,1,'Divine Beast Vah Ruta','',185,-125.28125,0,0,1,'2017-03-03 07:08:15'); +INSERT INTO `marker` VALUES (256,1901,NULL,2,1925,1,'Monya Toma Shrine','BEFORE HACK',104.74609375,-104.984375,0,0,0,'2017-03-03 15:11:44'); +INSERT INTO `marker` VALUES (257,1901,NULL,2,1923,1,'Ridgeland Tower','BEFORE HACK',100.5703125,-115.8671875,0,0,0,'2017-03-03 15:27:49'); +INSERT INTO `marker` VALUES (258,1901,NULL,2,1925,2,'Bosh Kala Shrine','BEFORE HACK',129.3203125,-153.9140625,0,0,0,'2017-03-04 04:32:11'); +INSERT INTO `marker` VALUES (259,1901,NULL,2,1925,5,'Ya Naga Shrine','BEFORE HACK',122.82421875,-168.640625,0,0,0,'2017-03-04 04:29:00'); +INSERT INTO `marker` VALUES (260,1901,NULL,2,1925,1,'Kaam Ya'tak Shrine','BEFORE HACK',112.8671875,-139.17578125,0,0,0,'2017-03-04 10:24:44'); +INSERT INTO `marker` VALUES (261,1901,NULL,2,1925,1,'Rota Ooh Shrine','BEFORE HACK',103.5625,-148.48828125,0,0,0,'2017-03-04 10:25:27'); +INSERT INTO `marker` VALUES (262,1901,NULL,2,1916,9,'Korok','Hiding underneath a rock at the summit',147.6640625,-156.953125,0,0,0,'2017-03-04 17:12:19'); +INSERT INTO `marker` VALUES (263,1901,NULL,2,1925,9,'Shee Vaneth Shrine','BEFORE HACK',147.45703125,-156.953125,0,0,0,'2017-03-04 17:13:12'); +INSERT INTO `marker` VALUES (264,1901,NULL,2,1925,9,'Shee Vaneer Shrine','BEFORE HACK',147.84375,-158.24609375,0,0,0,'2017-03-04 17:13:46'); +INSERT INTO `marker` VALUES (265,1901,NULL,2,1916,9,'Korok','In the centre of trees. ',151.73046875,-156.8984375,0,0,0,'2017-03-04 17:15:38'); +INSERT INTO `marker` VALUES (266,1901,NULL,2,1925,9,'Dow Na'eh Shrine','BEFORE HACK',170.1015625,-148.96875,0,0,0,'2017-03-04 17:17:50'); +INSERT INTO `marker` VALUES (267,1901,NULL,2,1916,2,'Korok Seed','',185.94140625,-158.375,0,0,0,'2017-03-04 18:45:32'); +INSERT INTO `marker` VALUES (268,1901,NULL,2,1925,1,'Wahgo Katta Shrine','BEFORE HACK',133.41796875,-143.72265625,0,0,0,'2017-03-04 20:46:40'); +INSERT INTO `marker` VALUES (269,1901,NULL,2,1916,1,'Korok Seed','',133.38671875,-147.87109375,0,0,0,'2017-03-04 20:47:32'); +INSERT INTO `marker` VALUES (270,1901,NULL,2,1916,1,'Korok Seed','',132.6640625,-146.82421875,0,0,0,'2017-03-04 20:48:03'); +INSERT INTO `marker` VALUES (271,1901,NULL,2,1925,1,'Hila Rao Shrine','BEFORE HACK',141.3671875,-141.06640625,0,0,0,'2017-03-04 20:57:01'); +INSERT INTO `marker` VALUES (272,1901,NULL,2,1925,12,'Tu Ka'loh Shrine','BEFORE HACK',200.7421875,-70.04296875,0,0,0,'2017-03-04 21:39:56'); +INSERT INTO `marker` VALUES (273,1901,NULL,2,1902,12,'Barbarian Helm','',200.73828125,-70.04296875,0,0,0,'2017-03-04 21:44:39'); +INSERT INTO `marker` VALUES (274,1901,NULL,2,1925,5,'Katah Chuki Shrine','BEFORE HACK',118.0859375,-122.6015625,0,0,0,'2017-03-04 22:37:40'); +INSERT INTO `marker` VALUES (275,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',131.6640625,-148.25,0,0,1,'2017-03-04 22:38:42'); +INSERT INTO `marker` VALUES (276,1901,NULL,2,1936,1,'Cracked Wall','',137.171875,-150.87890625,0,0,1,'2017-03-13 04:39:35'); +INSERT INTO `marker` VALUES (277,1901,NULL,2,1903,1,'Korok Leaf','',140.7734375,-154.45703125,0,0,0,'2017-03-13 04:36:42'); +INSERT INTO `marker` VALUES (278,1901,NULL,2,1931,1,'Enemy Camp','',141.546875,-154.14453125,0,0,1,'2017-03-13 04:36:54'); +INSERT INTO `marker` VALUES (279,1901,NULL,2,1901,1,'Cracked Wall','',148.78515625,-157.19140625,0,0,0,'2017-03-05 00:00:19'); +INSERT INTO `marker` VALUES (280,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',151.6875,-158.5703125,0,0,1,'2017-03-05 00:03:25'); +INSERT INTO `marker` VALUES (281,1901,NULL,2,1901,1,'Chest','',155.02734375,-155.31640625,0,0,0,'2017-03-05 00:18:50'); +INSERT INTO `marker` VALUES (282,1901,NULL,2,1931,1,'','',161.9296875,-149.48828125,0,0,1,'2017-03-05 00:23:47'); +INSERT INTO `marker` VALUES (283,1901,NULL,2,1935,1,'Koko','',156.1796875,-143.85546875,0,0,1,'2017-03-05 01:30:52'); +INSERT INTO `marker` VALUES (284,1901,NULL,2,1935,1,'Flown the Coop','',156.65234375,-143.01953125,0,0,1,'2017-03-05 02:14:19'); +INSERT INTO `marker` VALUES (285,1901,NULL,2,1935,1,'Playtime with Cottla','',157.5546875,-143.02734375,0,0,1,'2017-03-05 02:15:38'); +INSERT INTO `marker` VALUES (286,1901,NULL,2,1938,1,'Dueling Peaks Stable','BEFORE HACK',155.56640625,-158.14453125,0,0,0,'2017-03-05 03:30:19'); +INSERT INTO `marker` VALUES (287,1901,NULL,2,1938,1,'Riverside Stable','BEFORE HACK',133.2890625,-145.1796875,0,0,0,'2017-03-05 03:30:46'); +INSERT INTO `marker` VALUES (288,1901,NULL,2,1938,1,'Outskirt Stable','BEFORE HACK',105.39453125,-147.9140625,0,0,0,'2017-03-05 03:32:13'); +INSERT INTO `marker` VALUES (289,1901,NULL,2,1935,1,'My Hero','',106.21875,-147.91015625,0,0,1,'2017-03-09 04:47:39'); +INSERT INTO `marker` VALUES (290,1901,NULL,2,1935,1,'A Rare Find','',105.515625,-147.75390625,0,0,1,'2017-03-11 07:49:22'); +INSERT INTO `marker` VALUES (291,1901,NULL,2,1935,1,'The Royal White Stallion','',105.5859375,-147.95703125,0,0,1,'2017-03-11 08:49:15'); +INSERT INTO `marker` VALUES (292,1901,NULL,2,1935,1,'Wild Horses','',155.3671875,-158.16015625,0,0,1,'2017-03-05 03:35:03'); +INSERT INTO `marker` VALUES (293,1901,NULL,2,1935,1,'Watch Out for the Flowers','',140.8671875,-141.16015625,0,0,1,'2017-03-05 03:36:15'); +INSERT INTO `marker` VALUES (294,1901,NULL,2,1937,1,'Great Fairy Cotera','',158.9375,-141.203125,0,0,1,'2017-03-05 03:37:28'); +INSERT INTO `marker` VALUES (295,1901,NULL,2,1916,1,'Korok','',155.46484375,-158.00390625,0,0,0,'2017-03-05 03:46:45'); +INSERT INTO `marker` VALUES (296,1901,NULL,2,1935,1,'Misko, the Great Bandit','',155.71484375,-158.16796875,0,0,1,'2017-03-09 06:58:13'); +INSERT INTO `marker` VALUES (297,1901,NULL,2,1916,1,'Korok','',117.76953125,-149.7109375,0,0,0,'2017-03-05 05:43:06'); +INSERT INTO `marker` VALUES (298,1901,NULL,2,1934,1,'Resolve and Grief (#3)','',117.3203125,-147.140625,0,0,0,'2017-03-06 06:28:31'); +INSERT INTO `marker` VALUES (299,1901,NULL,2,1916,1,'','',166.58203125,-135.234375,0,0,0,'2017-03-05 07:58:10'); +INSERT INTO `marker` VALUES (300,1901,NULL,2,1916,1,'','',164.0546875,-139.71484375,0,0,0,'2017-03-05 07:58:52'); +INSERT INTO `marker` VALUES (301,1901,NULL,2,1935,1,'The Crowned Beast','',168.47265625,-134.953125,0,0,1,'2017-03-05 08:24:58'); +INSERT INTO `marker` VALUES (302,1901,NULL,2,1916,1,'Korok','',169.18359375,-133.84375,0,0,0,'2017-03-05 08:02:35'); +INSERT INTO `marker` VALUES (303,1901,NULL,2,1916,1,'','',170.2734375,-136.8671875,0,0,0,'2017-03-05 08:09:23'); +INSERT INTO `marker` VALUES (304,1901,NULL,2,1925,1,'Mezza Lo Shrine','BEFORE HACK',168.9140625,-134.0390625,0,0,0,'2017-03-05 08:24:41'); +INSERT INTO `marker` VALUES (305,1901,NULL,2,1916,1,'Korok','',170.8984375,-125.22265625,0,0,0,'2017-03-05 09:13:19'); +INSERT INTO `marker` VALUES (306,1901,NULL,2,1934,5,'Memory #14 - To Mount Lanayru','',102.53125,-138.796875,0,0,0,'2017-03-05 09:15:13'); +INSERT INTO `marker` VALUES (307,1901,NULL,2,1931,1,'Lizalfos' Camp','',173.3203125,-126.09375,0,0,1,'2017-03-05 09:22:50'); +INSERT INTO `marker` VALUES (308,1901,NULL,2,1916,1,'Korok','',179.4375,-123.9296875,0,0,0,'2017-03-05 09:32:58'); +INSERT INTO `marker` VALUES (309,1901,NULL,2,1925,1,'Ne'ez Yohma Shrine','BEFORE HACK',179.89453125,-119.98828125,0,0,0,'2017-03-05 10:09:46'); +INSERT INTO `marker` VALUES (310,1901,NULL,2,1916,1,'Korok','',176.81640625,-127.73046875,0,0,0,'2017-03-05 10:10:16'); +INSERT INTO `marker` VALUES (311,1901,NULL,2,1925,1,'Rucco Maag Shine','BEFORE HACK',180.08984375,-134.28515625,0,0,0,'2017-03-05 10:27:31'); +INSERT INTO `marker` VALUES (312,1901,NULL,2,1935,1,'Lynel Safari','',180.296875,-120.02734375,0,0,1,'2017-03-05 20:10:23'); +INSERT INTO `marker` VALUES (313,1901,NULL,2,1935,1,'The Ceremonial Song','',179.56640625,-119.91796875,0,0,0,'2017-03-05 20:18:41'); +INSERT INTO `marker` VALUES (314,1901,NULL,2,1935,1,'Diving is Beauty!','',179.44140625,-119.8984375,0,0,1,'2017-03-05 20:23:26'); +INSERT INTO `marker` VALUES (315,1901,NULL,2,1935,1,'The Ceremonial Song','',179.5859375,-120.0390625,0,0,1,'2017-03-05 20:23:16'); +INSERT INTO `marker` VALUES (316,1901,NULL,2,1935,1,'A Wife Washed Away','',180.3828125,-119.53515625,0,0,1,'2017-03-05 20:26:13'); +INSERT INTO `marker` VALUES (317,1901,NULL,2,1901,1,'Chest','',179.64453125,-120.51953125,0,0,0,'2017-03-06 01:26:37'); +INSERT INTO `marker` VALUES (318,1901,NULL,2,1935,1,'Frog Catching','',179.8046875,-120.58203125,0,0,1,'2017-03-06 01:27:37'); +INSERT INTO `marker` VALUES (319,1901,NULL,2,1935,1,'Luminous Stone Gathering','',179.36328125,-120.9453125,0,0,1,'2017-03-06 05:59:04'); +INSERT INTO `marker` VALUES (320,1901,NULL,2,1936,1,'Cracked Rocks','',168.37109375,-122.52734375,0,0,1,'2017-03-06 01:42:32'); +INSERT INTO `marker` VALUES (321,1901,NULL,2,1935,1,'Special Delivery','',171.05859375,-126.68359375,0,0,1,'2017-03-06 05:26:33'); +INSERT INTO `marker` VALUES (322,1901,NULL,2,1901,1,'Chest','',163.42578125,-124.1953125,0,0,1,'2017-03-06 01:47:43'); +INSERT INTO `marker` VALUES (323,1901,NULL,2,1901,1,'Chest','',157.86328125,-126.34765625,0,0,1,'2017-03-06 01:56:09'); +INSERT INTO `marker` VALUES (324,1901,NULL,2,1901,1,'Chest','',156.94140625,-126.44921875,0,0,1,'2017-03-06 01:58:21'); +INSERT INTO `marker` VALUES (325,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',155.2109375,-126.65234375,0,0,1,'2017-03-06 02:03:22'); +INSERT INTO `marker` VALUES (326,1901,NULL,2,1901,1,'Chest','',151.6796875,-123.42578125,0,0,1,'2017-03-06 02:06:53'); +INSERT INTO `marker` VALUES (327,1901,NULL,2,1925,1,'Sheh Rata Shrine','BEFORE HACK',151.5625,-122.10546875,0,0,0,'2017-03-06 02:10:47'); +INSERT INTO `marker` VALUES (328,1901,NULL,2,1925,1,'Dah Hesho Shrine','BEFORE HACK',188.9375,-107.7421875,0,0,0,'2017-03-06 05:25:10'); +INSERT INTO `marker` VALUES (329,1901,NULL,2,1923,1,'Akkala Tower','BEFORE HACK',179.66015625,-104.55078125,0,0,0,'2017-03-06 05:25:51'); +INSERT INTO `marker` VALUES (330,1901,NULL,2,1925,1,'Ze Kasho Shrine','BEFORE HACK',175.3359375,-101.953125,0,0,0,'2017-03-06 05:34:42'); +INSERT INTO `marker` VALUES (331,1901,NULL,2,1901,1,'Hetsu (2nd Encounter)','',144.59765625,-110.75390625,0,0,1,'2017-03-06 05:45:02'); +INSERT INTO `marker` VALUES (332,1901,NULL,2,1938,1,'Woodland Stable','BEFORE HACK',144.6328125,-110.1015625,0,0,0,'2017-03-06 05:45:20'); +INSERT INTO `marker` VALUES (333,1901,NULL,2,1938,1,'South Akkala Stable','BEFORE HACK',177.19921875,-101.58984375,0,0,0,'2017-03-06 05:56:55'); +INSERT INTO `marker` VALUES (334,1901,NULL,2,1916,1,'Korok','',132.421875,-165.5859375,0,0,0,'2017-03-06 06:05:46'); +INSERT INTO `marker` VALUES (335,1901,NULL,2,1916,1,'Korok','',132.4609375,-163.203125,0,0,0,'2017-03-06 06:07:44'); +INSERT INTO `marker` VALUES (336,1901,NULL,2,1916,1,'Korok','',133.03125,-161.7890625,0,0,0,'2017-03-06 06:10:09'); +INSERT INTO `marker` VALUES (337,1901,NULL,2,1916,1,'Korok','',131.1953125,-160.3515625,0,0,0,'2017-03-06 06:12:28'); +INSERT INTO `marker` VALUES (338,1901,NULL,2,1934,1,'Shelter from the Storm (#11)','',130.7109375,-158.2421875,0,0,0,'2017-03-06 06:28:07'); +INSERT INTO `marker` VALUES (339,1901,NULL,2,1916,1,'Korok','',130.4453125,-158.3515625,0,0,0,'2017-03-06 06:17:02'); +INSERT INTO `marker` VALUES (340,1901,NULL,2,1938,1,'Highland Stable','BEFORE HACK',136.30859375,-182.0078125,0,0,0,'2017-03-06 06:20:25'); +INSERT INTO `marker` VALUES (341,1901,NULL,2,1925,1,'Ka'o Makagh Shrine','BEFORE HACK',136.22265625,-183.12890625,0,0,0,'2017-03-06 06:20:54'); +INSERT INTO `marker` VALUES (342,1901,NULL,2,1934,1,'Subdued Ceremony (#1)','',124.0390625,-126.4765625,0,0,0,'2017-03-06 06:29:03'); +INSERT INTO `marker` VALUES (343,1901,NULL,2,1935,1,'Horse Mini-Game','',136.046875,-181.77734375,0,0,1,'2017-03-06 06:50:42'); +INSERT INTO `marker` VALUES (344,1901,NULL,2,1935,1,'The Horseback Hoodlumns','',136.171875,-182.2109375,0,0,1,'2017-03-06 06:57:25'); +INSERT INTO `marker` VALUES (345,1901,NULL,2,1938,1,'Lakeside Stable','BEFORE HACK',152.265625,-183.28125,0,0,0,'2017-03-06 07:19:12'); +INSERT INTO `marker` VALUES (346,1901,NULL,2,1925,1,'Shai Utoh Shrine','BEFORE HACK',152.74609375,-184.41015625,0,0,0,'2017-03-06 07:19:40'); +INSERT INTO `marker` VALUES (347,1901,NULL,2,1935,1,'Thunder Magnet','',152.1484375,-183.171875,0,0,1,'2017-03-06 07:32:39'); +INSERT INTO `marker` VALUES (348,1901,NULL,2,1916,1,'Korok','',155.1328125,-181.9921875,0,0,0,'2017-03-06 07:35:44'); +INSERT INTO `marker` VALUES (349,1901,NULL,2,1935,1,'A Song of Storms','',160.54296875,-178.40234375,0,0,1,'2017-03-06 07:39:48'); +INSERT INTO `marker` VALUES (350,1901,NULL,2,1925,1,'Qukah Nata Shrine','BEFORE HACK',159.390625,-179.34375,0,0,0,'2017-03-06 07:43:49'); +INSERT INTO `marker` VALUES (351,1901,NULL,2,1925,1,'Jitan Sa'mi Shrine','BEFORE HACK',188.8671875,-148.65625,0,0,0,'2017-03-06 08:24:07'); +INSERT INTO `marker` VALUES (352,1901,NULL,2,1925,1,'Tahno O'ah Shrine','BEFORE HACK',193.5546875,-154.33203125,0,0,0,'2017-03-06 08:29:38'); +INSERT INTO `marker` VALUES (353,1901,NULL,2,1936,1,'Cracked Wall','',193.74609375,-154.31640625,0,0,1,'2017-03-06 08:29:52'); +INSERT INTO `marker` VALUES (354,1901,NULL,2,1901,5,'Test','',144.6875,-101.875,0,0,0,'2017-03-06 22:28:48'); +INSERT INTO `marker` VALUES (355,1901,NULL,2,1933,2,'Hinox','',151.125,-175.4765625,0,0,1,'2017-03-07 03:20:02'); +INSERT INTO `marker` VALUES (356,1901,NULL,2,1933,2,'Lynel','',153.7421875,-173.421875,0,0,1,'2017-03-07 03:20:30'); +INSERT INTO `marker` VALUES (357,1901,NULL,2,1925,2,'Shoda San Shrine','BEFORE HACK',155.8984375,-175.015625,0,0,0,'2017-03-07 03:22:23'); +INSERT INTO `marker` VALUES (358,1901,NULL,2,1931,2,'Enemy Camp','',156.7265625,-182.71484375,0,0,1,'2017-03-07 03:23:41'); +INSERT INTO `marker` VALUES (359,1901,NULL,2,1916,2,'Korok','',158.28125,-171.3984375,0,0,0,'2017-03-07 03:24:31'); +INSERT INTO `marker` VALUES (360,1901,NULL,2,1916,2,'Korok','',160.8671875,-170.625,0,0,0,'2017-03-07 03:25:20'); +INSERT INTO `marker` VALUES (361,1901,NULL,2,1916,2,'Korok','',158.265625,-168.0859375,0,0,0,'2017-03-07 03:25:55'); +INSERT INTO `marker` VALUES (362,1901,NULL,2,1916,2,'Korok','',162.10546875,-167.60546875,0,0,0,'2017-03-07 03:26:18'); +INSERT INTO `marker` VALUES (363,1901,NULL,2,1933,2,'Bone Hinox','',158.640625,-165.625,0,0,1,'2017-03-07 03:26:44'); +INSERT INTO `marker` VALUES (364,1901,NULL,2,1925,2,'Korgu Chideh Shrine','BEFORE HACK',202.3359375,-187.21875,0,0,0,'2017-03-07 03:39:58'); +INSERT INTO `marker` VALUES (365,1901,NULL,2,1935,2,'Eventide Island','',199.390625,-184.84375,0,0,1,'2017-03-07 03:54:44'); +INSERT INTO `marker` VALUES (366,1901,NULL,2,1933,2,'Blue Hinox','',198.984375,-185.984375,0,0,1,'2017-03-07 03:42:27'); +INSERT INTO `marker` VALUES (367,1901,NULL,2,1931,2,'Enemy Camp','',201.328125,-185.28125,0,0,1,'2017-03-07 03:42:48'); +INSERT INTO `marker` VALUES (368,1901,NULL,2,1930,2,'Enemies','',198.421875,-183.734375,0,0,1,'2017-03-07 03:43:06'); +INSERT INTO `marker` VALUES (369,1901,NULL,2,1930,2,'Enemies','',197.640625,-186.4375,0,0,1,'2017-03-07 03:43:26'); +INSERT INTO `marker` VALUES (370,1901,NULL,2,1930,2,'Enemies','',200.546875,-186.328125,0,0,1,'2017-03-07 03:43:45'); +INSERT INTO `marker` VALUES (371,1901,NULL,2,1901,2,'Ball 1','',200.9296875,-186.609375,0,0,1,'2017-03-07 03:44:29'); +INSERT INTO `marker` VALUES (372,1901,NULL,2,1901,2,'Hole 1','',201.0078125,-186.8359375,0,0,1,'2017-03-07 03:44:37'); +INSERT INTO `marker` VALUES (373,1901,NULL,2,1901,2,'Ball 3','',201.390625,-185.34375,0,0,1,'2017-03-07 03:44:53'); +INSERT INTO `marker` VALUES (374,1901,NULL,2,1901,2,'Ball 2','',197.078125,-186.08203125,0,0,1,'2017-03-07 03:45:12'); +INSERT INTO `marker` VALUES (375,1901,NULL,2,1901,2,'Goal 2','',197.69140625,-186.859375,0,0,1,'2017-03-07 03:45:23'); +INSERT INTO `marker` VALUES (376,1901,NULL,2,1901,2,'Goal 3','',198.296875,-181.05078125,0,0,1,'2017-03-07 03:45:38'); +INSERT INTO `marker` VALUES (377,1901,NULL,2,1935,1,'Hetsu (3rd Encounter)','',135.234375,-94.9921875,0,0,1,'2017-03-07 03:49:06'); +INSERT INTO `marker` VALUES (378,1901,NULL,2,1921,2,'Tarrey Town','BEFORE HACK',190.03125,-102.875,0,0,0,'2017-03-07 03:49:35'); +INSERT INTO `marker` VALUES (379,1901,NULL,2,1925,1,'Keo Ruug Shrine','BEFORE HACK',135.3125,-94.125,0,0,0,'2017-03-07 03:49:58'); +INSERT INTO `marker` VALUES (380,1901,NULL,2,1937,2,'Great Fairy Mija','',192.21875,-106.5,0,0,1,'2017-04-07 22:31:18'); +INSERT INTO `marker` VALUES (381,1901,NULL,2,1925,2,'Kah Tosa Shrine','BEFORE HACK',194.890625,-85.609375,0,0,0,'2017-03-07 03:57:57'); +INSERT INTO `marker` VALUES (382,1901,NULL,2,1916,2,'Korok','',128.04296875,-157.609375,0,0,0,'2017-03-07 04:00:53'); +INSERT INTO `marker` VALUES (383,1901,NULL,2,1916,2,'Korok','',125.015625,-156.65234375,0,0,0,'2017-03-07 04:01:21'); +INSERT INTO `marker` VALUES (384,1901,NULL,2,1910,2,'Treasure Chest: Opal','',105.58984375,-158.52734375,0,0,0,'2017-03-07 04:04:51'); +INSERT INTO `marker` VALUES (385,1901,NULL,2,1910,2,'Treasure Chest','',117.12890625,-151.8125,0,0,0,'2017-03-07 04:08:09'); +INSERT INTO `marker` VALUES (386,1901,NULL,2,1935,1,'A Freezing Rod','',134.5234375,-94.8515625,0,0,1,'2017-03-07 07:01:08'); +INSERT INTO `marker` VALUES (387,1901,NULL,2,1935,1,'Legendary Rabbit Trial','',134.609375,-94.171875,0,0,1,'2017-03-07 04:35:23'); +INSERT INTO `marker` VALUES (388,1901,NULL,2,1936,1,'Cracked Wall','',178.94921875,-122.38671875,0,0,0,'2017-03-07 04:50:05'); +INSERT INTO `marker` VALUES (389,1901,NULL,2,1901,1,'Chest','',178.32421875,-123.59765625,0,0,0,'2017-03-07 04:51:26'); +INSERT INTO `marker` VALUES (390,1901,NULL,2,1933,1,'Stone Talus','',167.515625,-157.796875,0,0,1,'2017-03-12 02:55:04'); +INSERT INTO `marker` VALUES (391,1901,NULL,2,1916,1,'Korok','',166.83203125,-160.84375,0,0,0,'2017-03-07 06:27:47'); +INSERT INTO `marker` VALUES (392,1901,NULL,2,1923,1,'Eldin Tower','BEFORE HACK',161.93359375,-103.69921875,0,0,0,'2017-03-07 07:13:01'); +INSERT INTO `marker` VALUES (393,1901,NULL,2,1925,1,'Mo'a Keet Shrine','BEFORE HACK',170.54296875,-109.80078125,0,0,0,'2017-03-07 07:13:44'); +INSERT INTO `marker` VALUES (394,1901,NULL,2,1938,1,'Foothill Stable','BEFORE HACK',168.8046875,-110.12890625,0,0,0,'2017-03-07 07:14:03'); +INSERT INTO `marker` VALUES (395,1901,NULL,2,1925,1,'Tah Muhl Shrine','BEFORE HACK',163.96875,-113.3125,0,0,0,'2017-03-07 07:14:30'); +INSERT INTO `marker` VALUES (396,1901,NULL,2,1925,1,'Qua Raym Shrine','BEFORE HACK',156.4375,-104.296875,0,0,0,'2017-03-07 07:15:02'); +INSERT INTO `marker` VALUES (397,1901,NULL,2,1925,1,'Shai Yota Shrine','BEFORE HACK',194.30859375,-132.00390625,0,0,0,'2017-03-07 07:16:12'); +INSERT INTO `marker` VALUES (398,1901,NULL,2,1916,1,'Korok','',188.21875,-133.4921875,0,0,0,'2017-03-07 07:17:02'); +INSERT INTO `marker` VALUES (399,1901,NULL,2,1935,1,'Master of the Wind','',192.9453125,-133.41015625,0,0,1,'2017-03-07 07:21:40'); +INSERT INTO `marker` VALUES (400,1901,NULL,2,1936,1,'Rock Formation','',170.01953125,-98.3671875,0,0,1,'2017-03-07 07:50:06'); +INSERT INTO `marker` VALUES (401,1901,NULL,2,1936,1,'Rock Formation','',169.296875,-98.39453125,0,0,1,'2017-03-07 07:51:49'); +INSERT INTO `marker` VALUES (402,1901,NULL,2,1935,1,'The Road to Respect','',154.68359375,-88.69140625,0,0,1,'2017-03-09 06:07:43'); +INSERT INTO `marker` VALUES (403,1901,NULL,2,1935,1,'A Brother's Roast','',153.80859375,-89.45703125,0,0,1,'2017-03-07 08:29:18'); +INSERT INTO `marker` VALUES (404,1901,NULL,2,1935,1,'Fireproof Lizard Roundup','',153.84765625,-97.52734375,0,0,1,'2017-03-09 05:52:18'); +INSERT INTO `marker` VALUES (405,1901,NULL,2,1925,1,'Shae Mo'sah Shrine','BEFORE HACK',155.5,-87.98046875,0,0,0,'2017-03-07 08:41:04'); +INSERT INTO `marker` VALUES (406,1901,NULL,2,1925,1,'Daqa Koh Shrine','BEFORE HACK',160.27734375,-91.6484375,0,0,0,'2017-03-07 08:50:25'); +INSERT INTO `marker` VALUES (407,1901,NULL,2,1916,1,'Korok','',161.90625,-95.05078125,0,0,0,'2017-03-07 08:55:08'); +INSERT INTO `marker` VALUES (408,1901,NULL,2,1925,1,'Kayra Mah Shrine','BEFORE HACK',160.453125,-96.1875,0,0,0,'2017-03-07 09:16:37'); +INSERT INTO `marker` VALUES (409,1901,NULL,2,1933,5,'Stone Tallus (Senior)','',146.6953125,-153.63671875,0,0,0,'2017-03-08 00:55:11'); +INSERT INTO `marker` VALUES (410,1901,NULL,2,1935,1,'Trial of the Labyrinth','',200.78125,-72.390625,0,0,1,'2017-03-08 05:23:48'); +INSERT INTO `marker` VALUES (411,1901,NULL,2,1925,1,'Gorae Torr Shrine','BEFORE HACK',169.58984375,-73.984375,0,0,0,'2017-03-08 05:24:55'); +INSERT INTO `marker` VALUES (412,1901,NULL,2,1935,1,'The Gut Check Challenge','',169.7421875,-73.83203125,0,0,1,'2017-03-08 05:26:04'); +INSERT INTO `marker` VALUES (413,1901,NULL,2,1925,1,'Zuna Kai Shrine','BEFORE HACK',179.9140625,-74.53125,0,0,0,'2017-03-08 05:27:13'); +INSERT INTO `marker` VALUES (414,1901,NULL,2,1916,1,'Korok','',196.6953125,-85.484375,0,0,0,'2017-03-08 05:29:43'); +INSERT INTO `marker` VALUES (415,1901,NULL,2,1938,1,'East Akkala Stable','BEFORE HACK',194.03515625,-85.0859375,0,0,0,'2017-03-08 05:30:17'); +INSERT INTO `marker` VALUES (416,1901,NULL,2,1935,1,'A Shady Customer','',194.23046875,-85.15234375,0,0,1,'2017-03-08 05:31:39'); +INSERT INTO `marker` VALUES (417,1901,NULL,2,1935,1,'The Cursed Statue','',198.4453125,-78.671875,0,0,1,'2017-03-08 05:32:43'); +INSERT INTO `marker` VALUES (418,1901,NULL,2,1916,1,'Korok','',198.28125,-78.56640625,0,0,0,'2017-03-08 05:33:15'); +INSERT INTO `marker` VALUES (419,1901,NULL,2,1916,1,'Korok','',153.46484375,-82.07421875,0,0,0,'2017-03-08 05:34:06'); +INSERT INTO `marker` VALUES (420,1901,NULL,2,1936,1,'Rocks','',179.8046875,-158.37890625,0,0,1,'2017-03-08 06:07:47'); +INSERT INTO `marker` VALUES (421,1901,NULL,2,1916,1,'Korok','',173.6796875,-149.796875,0,0,0,'2017-03-08 06:17:10'); +INSERT INTO `marker` VALUES (422,1901,NULL,2,1933,1,'Blue Hinox','',178.7421875,-148.796875,0,0,1,'2017-03-12 02:54:55'); +INSERT INTO `marker` VALUES (423,1901,NULL,2,1935,1,'The Weapon Connoisseur','',180.015625,-160.94921875,0,0,1,'2017-03-08 06:27:45'); +INSERT INTO `marker` VALUES (424,1901,NULL,2,1916,1,'Korok','',180.40234375,-163.1796875,0,0,0,'2017-03-08 06:28:18'); +INSERT INTO `marker` VALUES (425,1901,NULL,2,1916,1,'Korok','',180.8984375,-164.12890625,0,0,0,'2017-03-08 06:34:33'); +INSERT INTO `marker` VALUES (426,1901,NULL,2,1931,1,'Enemy Camp','',180.65234375,-178.640625,0,0,1,'2017-03-08 06:44:12'); +INSERT INTO `marker` VALUES (427,1901,NULL,2,1925,1,'Muwo Jeem Shrine','BEFORE HACK',185.13671875,-179.68359375,0,0,0,'2017-03-08 06:57:32'); +INSERT INTO `marker` VALUES (428,1901,NULL,2,1901,5,'Hebra Leviathan','',69.1796875,-72.25,0,0,1,'2017-03-08 06:50:20'); +INSERT INTO `marker` VALUES (429,1901,NULL,2,1938,5,'Serenne Stable','BEFORE HACK',103.875,-100.5625,0,0,0,'2017-03-08 06:51:31'); +INSERT INTO `marker` VALUES (430,1901,NULL,2,1938,5,'Serenne Stable','BEFORE HACK',103.67578125,-99.9375,0,0,0,'2017-03-08 06:52:06'); +INSERT INTO `marker` VALUES (431,1901,NULL,2,1935,5,'Leviathan Bones','',103.8671875,-99.89453125,0,0,1,'2017-03-08 06:55:27'); +INSERT INTO `marker` VALUES (432,1901,NULL,2,1923,5,'Gerudo Tower','BEFORE HACK',70.73828125,-156.62890625,0,0,0,'2017-03-08 07:02:06'); +INSERT INTO `marker` VALUES (433,1901,NULL,2,1925,1,'Chaas Qeta Shrine','BEFORE HACK',190.72265625,-174.67578125,0,0,0,'2017-03-08 07:09:22'); +INSERT INTO `marker` VALUES (434,1901,NULL,2,1916,1,'Korok','',190.796875,-174.44140625,0,0,0,'2017-03-08 07:14:20'); +INSERT INTO `marker` VALUES (435,1901,NULL,2,1903,1,'Korok Leaf','',190.90234375,-174.703125,0,0,0,'2017-03-08 07:14:40'); +INSERT INTO `marker` VALUES (436,1901,NULL,2,1916,1,'Korok','',187.3046875,-184.59375,0,0,0,'2017-03-08 07:16:08'); +INSERT INTO `marker` VALUES (437,1901,NULL,2,1916,1,'Korok','',175.390625,-159.68359375,0,0,0,'2017-03-08 07:22:01'); +INSERT INTO `marker` VALUES (438,1901,NULL,2,1901,1,'Chest','',175.2734375,-159.57421875,0,0,0,'2017-03-08 07:22:41'); +INSERT INTO `marker` VALUES (439,1901,NULL,2,1916,1,'Korok','',172.7890625,-162.05859375,0,0,0,'2017-03-08 07:26:49'); +INSERT INTO `marker` VALUES (440,1901,NULL,2,1916,1,'Korok','',143.76953125,-103.5546875,0,0,0,'2017-03-08 07:30:08'); +INSERT INTO `marker` VALUES (441,1901,NULL,2,1934,1,'A Premonition (#8)','',150.1484375,-104.015625,0,0,0,'2017-03-08 07:46:46'); +INSERT INTO `marker` VALUES (442,1901,NULL,2,1916,1,'Korok','',150.3046875,-103.87890625,0,0,0,'2017-03-08 07:47:41'); +INSERT INTO `marker` VALUES (443,1901,NULL,2,1931,2,'Enemy Base','',105.5546875,-153.2734375,0,0,1,'2017-03-09 01:40:40'); +INSERT INTO `marker` VALUES (444,1901,NULL,2,1916,2,'Korok','',132.9296875,-155.5859375,0,0,0,'2017-03-09 01:43:14'); +INSERT INTO `marker` VALUES (445,1901,NULL,2,1916,2,'Korok','',136.0859375,-155.9375,0,0,0,'2017-03-09 01:43:34'); +INSERT INTO `marker` VALUES (446,1901,NULL,2,1916,2,'Korok','',164.28125,-154.953125,0,0,0,'2017-03-09 01:45:05'); +INSERT INTO `marker` VALUES (447,1901,NULL,2,1916,2,'Korok','',167.0546875,-156.1875,0,0,0,'2017-03-09 01:45:44'); +INSERT INTO `marker` VALUES (448,1901,NULL,2,1916,2,'Korok','',180.859375,-143.359375,0,0,0,'2017-03-09 01:48:27'); +INSERT INTO `marker` VALUES (449,1901,NULL,2,1931,2,'Enemy Camp','',160.3671875,-156.3671875,0,0,1,'2017-03-09 01:52:28'); +INSERT INTO `marker` VALUES (450,1901,NULL,2,1901,2,'Horned Statue','',179.3671875,-162.35546875,0,0,1,'2017-03-09 02:21:41'); +INSERT INTO `marker` VALUES (451,1901,NULL,2,1935,2,'The Statue's Bargain','',179.5703125,-161.5546875,0,0,1,'2017-03-09 02:22:51'); +INSERT INTO `marker` VALUES (452,1901,NULL,2,1921,2,'Hateno Village','BEFORE HACK',180.796875,-161.5390625,0,0,0,'2017-03-09 02:23:33'); +INSERT INTO `marker` VALUES (453,1901,NULL,2,1934,2,'Return of Calamity Ganon (#15)','',176.5390625,-145.84375,0,0,0,'2017-03-11 03:51:27'); +INSERT INTO `marker` VALUES (454,1901,NULL,2,1916,2,'Korok','',113.109375,-154.921875,0,0,0,'2017-03-09 03:08:21'); +INSERT INTO `marker` VALUES (455,1901,NULL,2,1933,2,'Stone Talus','',146.140625,-153.3359375,0,0,1,'2017-03-09 03:19:31'); +INSERT INTO `marker` VALUES (456,1901,NULL,2,1931,2,'Enemy Camp','',148.875,-152.15625,0,0,1,'2017-03-09 03:21:02'); +INSERT INTO `marker` VALUES (457,1901,NULL,2,1934,2,'Memory','',78,-167.828125,0,0,0,'2017-03-09 03:38:48'); +INSERT INTO `marker` VALUES (458,1901,NULL,2,1933,1,'Igneo Talus','',148.70703125,-80.56640625,0,0,1,'2017-03-12 02:54:39'); +INSERT INTO `marker` VALUES (459,1901,NULL,2,1935,1,'The Jewel Trade','',154.6953125,-89.89453125,0,0,1,'2017-03-09 06:12:34'); +INSERT INTO `marker` VALUES (460,1901,NULL,2,1935,1,'A Gift for my Beloved','',181.828125,-161.1328125,0,0,1,'2017-03-09 06:26:16'); +INSERT INTO `marker` VALUES (461,1901,NULL,2,1916,1,'Korok','',147.359375,-158.29296875,0,0,0,'2017-03-09 06:51:01'); +INSERT INTO `marker` VALUES (462,1901,NULL,2,1935,1,'Cracked Wall','',158.43359375,-168.58984375,0,0,1,'2017-03-09 06:57:23'); +INSERT INTO `marker` VALUES (463,1901,NULL,2,1925,1,'Maag Halan Shrine','BEFORE HACK',141.09375,-90.265625,0,0,0,'2017-03-09 07:51:56'); +INSERT INTO `marker` VALUES (464,1901,NULL,2,1925,1,'Kuhn Sidajj Shrine','BEFORE HACK',128.35546875,-97.65625,0,0,0,'2017-03-09 07:52:35'); +INSERT INTO `marker` VALUES (465,1901,NULL,2,1925,1,'Daag Chokah Shrine','BEFORE HACK',127.56640625,-89.58203125,0,0,0,'2017-03-09 07:53:11'); +INSERT INTO `marker` VALUES (466,1901,NULL,2,1935,1,'The Test of Wood','',136.7890625,-94.22265625,0,0,1,'2017-03-09 07:54:36'); +INSERT INTO `marker` VALUES (467,1901,NULL,2,1935,1,'The Lost Pilgrimage','',132.06640625,-93.2734375,0,0,1,'2017-03-09 07:56:03'); +INSERT INTO `marker` VALUES (468,1901,NULL,2,1935,1,'Trial of Second Sight','',131.8671875,-97.109375,0,0,1,'2017-03-09 07:59:44'); +INSERT INTO `marker` VALUES (469,1901,NULL,2,1935,1,'','',135.65625,-94.640625,0,0,1,'2017-03-09 08:01:40'); +INSERT INTO `marker` VALUES (470,1901,NULL,2,1936,1,'Cracked Wall','',157.1484375,-166.60546875,0,0,1,'2017-03-09 08:06:34'); +INSERT INTO `marker` VALUES (471,1901,NULL,2,1925,1,'Toto Sah Shrine','BEFORE HACK',156.96875,-166.71875,0,0,0,'2017-03-09 08:07:05'); +INSERT INTO `marker` VALUES (472,1901,NULL,2,1933,1,'Blue Hinox','',120.48046875,-96.00390625,0,0,1,'2017-03-12 02:29:43'); +INSERT INTO `marker` VALUES (473,1901,NULL,2,1916,1,'Korok','',121.34765625,-100.95703125,0,0,0,'2017-03-09 08:19:02'); +INSERT INTO `marker` VALUES (474,1901,NULL,2,1930,1,'Lynel','',116.0078125,-99.5,0,0,1,'2017-03-09 08:20:13'); +INSERT INTO `marker` VALUES (475,1901,NULL,2,1916,1,'Korok','',113.7734375,-102.74609375,0,0,0,'2017-03-09 08:22:09'); +INSERT INTO `marker` VALUES (476,1901,NULL,2,1934,1,'Silent Princess (#9)','',110.96875,-107.61328125,0,0,0,'2017-03-09 08:45:25'); +INSERT INTO `marker` VALUES (477,1901,NULL,2,1916,14,'Korok','Riola Spring Korok',155.734375,-173.84375,0,0,0,'2017-03-09 20:41:50'); +INSERT INTO `marker` VALUES (478,1901,NULL,2,1916,14,'Korok','Riola Spring to Floria Falls waterfall korok',155.8125,-175.8359375,0,0,0,'2017-03-09 20:45:08'); +INSERT INTO `marker` VALUES (479,1901,NULL,2,1925,16,'Daqo Chisay Shrine','BEFORE HACK',68.34375,-172.16796875,0,0,0,'2017-03-09 20:51:34'); +INSERT INTO `marker` VALUES (480,1901,NULL,2,1925,16,'Hawa Koth Shrine','BEFORE HACK',52.16796875,-187.05078125,0,0,0,'2017-03-09 20:52:06'); +INSERT INTO `marker` VALUES (481,1901,NULL,2,1925,16,'Kema Zoos Shrine','BEFORE HACK',54.921875,-158.8828125,0,0,0,'2017-03-09 20:52:45'); +INSERT INTO `marker` VALUES (482,1901,NULL,2,1923,17,'Hebra Tower','BEFORE HACK',93.96875,-96.1875,0,0,0,'2017-03-09 20:53:23'); +INSERT INTO `marker` VALUES (483,1901,NULL,2,1925,16,'Dila Maag Shrine','BEFORE HACK',99.94140625,-182.05859375,0,0,0,'2017-03-09 20:53:24'); +INSERT INTO `marker` VALUES (484,1901,NULL,2,1923,17,'Tabantha Tower','BEFORE HACK',71.4375,-112.65625,0,0,0,'2017-03-09 20:53:41'); +INSERT INTO `marker` VALUES (485,1901,NULL,2,1925,16,'Qaza Tokki Shrine','BEFORE HACK',115.125,-72.6875,0,0,0,'2017-03-09 20:54:24'); +INSERT INTO `marker` VALUES (486,1901,NULL,2,1901,22,'','',100,-176.5,0,0,0,'2017-03-09 20:55:17'); +INSERT INTO `marker` VALUES (487,1901,NULL,2,1937,21,'Great Fairy Fountain','',51.875,-187.4765625,0,0,0,'2017-03-09 20:56:13'); +INSERT INTO `marker` VALUES (488,1901,NULL,2,1925,20,'Rona Katcha Shrine','BEFORE HACK',110.96875,-86.34375,0,0,0,'2017-03-09 20:57:11'); +INSERT INTO `marker` VALUES (489,1901,NULL,2,1925,21,'Hawa Koth Shrine','BEFORE HACK',52.140625,-187,0,0,0,'2017-03-09 20:59:19'); +INSERT INTO `marker` VALUES (490,1901,NULL,2,1925,25,'Dila Maag Shrine','BEFORE HACK',99.953125,-182.078125,0,0,0,'2017-03-09 20:59:53'); +INSERT INTO `marker` VALUES (494,1901,NULL,2,1934,21,'Father and Daughter (#12)','',123.125,-111.796875,0,0,0,'2017-03-09 21:02:02'); +INSERT INTO `marker` VALUES (495,1901,NULL,2,1920,18,'Me','',112.875,-163.0703125,0,0,0,'2017-03-09 21:02:08'); +INSERT INTO `marker` VALUES (496,1901,NULL,2,1901,28,'Korok Seed','Lift door with magnesis',121.42578125,-159.1953125,0,0,0,'2017-03-09 21:02:08'); +INSERT INTO `marker` VALUES (497,1901,NULL,2,1925,25,'Daqo Chisay Shrine','BEFORE HACK',68.328125,-172.109375,0,0,0,'2017-03-09 21:02:13'); +INSERT INTO `marker` VALUES (498,1901,NULL,2,1916,28,'Korok Seed','',121.32421875,-159.625,0,0,0,'2017-03-09 21:02:20'); +INSERT INTO `marker` VALUES (499,1901,NULL,2,1916,28,'Korok Seed','on top of house',115.6484375,-163.3515625,0,0,0,'2017-03-09 21:02:44'); +INSERT INTO `marker` VALUES (500,1901,NULL,2,1920,25,'Gerudo Town','Gerudo Town',68.015625,-173.65625,0,0,0,'2017-03-09 21:02:59'); +INSERT INTO `marker` VALUES (501,1901,NULL,2,1916,28,'Korok Seed','under rock by wall',109.65625,-164.2265625,0,0,0,'2017-03-09 21:03:09'); +INSERT INTO `marker` VALUES (502,1901,NULL,2,1934,21,'Despair (#16)','',139.25,-134.6875,0,0,0,'2017-03-09 21:03:19'); +INSERT INTO `marker` VALUES (504,1901,NULL,2,1938,21,'Wetland Stable','BEFORE HACK',141.890625,-130.6875,0,0,0,'2017-03-09 21:03:47'); +INSERT INTO `marker` VALUES (505,1901,NULL,2,1916,28,'Korok Seed','',105.47265625,-160.9140625,0,0,0,'2017-03-09 21:03:48'); +INSERT INTO `marker` VALUES (506,1901,NULL,2,1925,21,'Kaya Wan Shrine','BEFORE HACK',140.859375,-130.953125,0,0,0,'2017-03-09 21:04:03'); +INSERT INTO `marker` VALUES (508,1901,NULL,2,1916,28,'Korok Seed','on your bed in the shrine',110.33984375,-157.875,0,0,0,'2017-03-09 21:04:53'); +INSERT INTO `marker` VALUES (509,1901,NULL,2,1925,21,'Akh Va'quot Shrine','BEFORE HACK',70.9375,-100.6015625,0,0,0,'2017-03-09 21:05:14'); +INSERT INTO `marker` VALUES (510,1901,NULL,2,1916,21,'Korok Seed','',71.3125,-99.78125,0,0,0,'2017-03-09 21:05:33'); +INSERT INTO `marker` VALUES (511,1901,NULL,2,1925,28,'spring of courage','BEFORE HACK',141.6875,-165.359375,0,0,0,'2017-03-09 21:05:43'); +INSERT INTO `marker` VALUES (512,1901,NULL,2,1938,21,'Rito Stable','BEFORE HACK',77.140625,-100.5,0,0,0,'2017-03-09 21:05:53'); +INSERT INTO `marker` VALUES (513,1901,NULL,2,1937,28,'Great fairy','can see from tower',72.65625,-116.28125,0,0,0,'2017-03-09 21:06:55'); +INSERT INTO `marker` VALUES (514,1901,NULL,2,1925,21,'Rok Uwog Shrine','BEFORE HACK',90.984375,-77.625,0,0,0,'2017-03-09 21:07:10'); +INSERT INTO `marker` VALUES (515,1901,NULL,2,1925,21,'Shada Naw Shrine','BEFORE HACK',81.1875,-77.6875,0,0,0,'2017-03-09 21:07:48'); +INSERT INTO `marker` VALUES (516,1901,NULL,2,1901,21,'Flight Range','',67.734375,-92.2734375,0,0,0,'2017-03-09 21:08:27'); +INSERT INTO `marker` VALUES (517,1901,NULL,2,1921,21,'Rito Village','BEFORE HACK',71.40625,-99.9453125,0,0,0,'2017-03-09 21:09:06'); +INSERT INTO `marker` VALUES (518,1901,NULL,2,1923,21,'Tabantha Tower','BEFORE HACK',71.6015625,-112.609375,0,0,0,'2017-03-09 21:09:40'); +INSERT INTO `marker` VALUES (519,1901,NULL,2,1916,21,'Korok','',70.796875,-115.0546875,0,0,0,'2017-03-09 21:09:55'); +INSERT INTO `marker` VALUES (520,1901,NULL,2,1937,21,'Great Fairy Fountain','',72.7265625,-116.265625,0,0,0,'2017-03-09 21:10:09'); +INSERT INTO `marker` VALUES (521,1901,NULL,2,1901,21,'Spring of Power','',186.640625,-86.265625,0,0,0,'2017-03-09 21:11:02'); +INSERT INTO `marker` VALUES (522,1901,NULL,2,1901,21,'Spring of Courage','',141.66796875,-164.87890625,0,0,0,'2017-03-09 21:11:45'); +INSERT INTO `marker` VALUES (523,1901,NULL,2,1925,21,'Shae Katha Shrine','BEFORE HACK',141.60546875,-164.31640625,0,0,0,'2017-03-09 21:12:04'); +INSERT INTO `marker` VALUES (524,1901,NULL,2,1925,21,'Dila Maag Shrine','BEFORE HACK',99.96875,-182.3125,0,0,0,'2017-03-09 21:12:33'); +INSERT INTO `marker` VALUES (525,1901,NULL,2,1925,21,'Ritaag Zumo Shrine','BEFORE HACK',198.78125,-94.921875,0,0,0,'2017-03-09 21:13:57'); +INSERT INTO `marker` VALUES (526,1901,NULL,2,1934,21,'Zelda's Awakening (#17)','',159.01953125,-158.01171875,0,0,0,'2017-03-09 21:16:07'); +INSERT INTO `marker` VALUES (527,1901,NULL,2,1934,21,'The Master Sword (#18)','',135.84375,-95.21875,0,0,0,'2017-03-09 21:16:51'); +INSERT INTO `marker` VALUES (528,1901,NULL,2,1901,21,'Yiga Clan Hideout','',71.625,-149.640625,0,0,0,'2017-03-09 21:18:01'); +INSERT INTO `marker` VALUES (529,1901,NULL,2,1921,40,'Rito Village','BEFORE HACK',71.40625,-99.875,0,0,0,'2017-03-09 21:25:10'); +INSERT INTO `marker` VALUES (530,1901,NULL,2,1925,39,'North Lomei Labyrinth','BEFORE HACK',114.75,-72.6875,0,0,0,'2017-03-09 21:27:58'); +INSERT INTO `marker` VALUES (531,1901,NULL,2,1925,14,'Zalta Wa Shrine','BEFORE HACK',105.62890625,-118.7890625,0,0,0,'2017-03-09 21:43:55'); +INSERT INTO `marker` VALUES (532,1901,NULL,2,1933,44,'Igneo Talus','',161.59375,-81.046875,0,0,0,'2017-03-09 21:49:03'); +INSERT INTO `marker` VALUES (533,1901,NULL,2,1933,44,'Stone Talus (Luminous)','',112.921875,-178.53125,0,0,0,'2017-03-09 21:49:40'); +INSERT INTO `marker` VALUES (534,1901,NULL,2,1933,45,'Stone Talus','Luminous Talus',94.1875,-103.46875,0,0,0,'2017-03-09 21:50:21'); +INSERT INTO `marker` VALUES (535,1901,NULL,2,1933,44,'Hinox','',178.7578125,-148.890625,0,0,0,'2017-03-09 21:55:05'); +INSERT INTO `marker` VALUES (536,1901,NULL,2,1925,47,'Mogg Latan Shrine','BEFORE HACK',92.11328125,-135.1484375,0,0,0,'2017-03-09 21:57:53'); +INSERT INTO `marker` VALUES (537,1901,NULL,2,1925,47,'Kuh Takkar Shrine','BEFORE HACK',79.75,-147.28125,0,0,0,'2017-03-09 21:59:05'); +INSERT INTO `marker` VALUES (538,1901,NULL,2,1925,48,'Dila Maag Shrine','BEFORE HACK',100,-182.0625,0,0,0,'2017-03-09 21:59:27'); +INSERT INTO `marker` VALUES (539,1901,NULL,2,1925,48,'Ishto Soh Shrine','BEFORE HACK',112.4296875,-183.734375,0,0,0,'2017-03-09 22:01:34'); +INSERT INTO `marker` VALUES (540,1901,NULL,2,1925,48,'Hawa Koth Shrine','BEFORE HACK',52.21875,-186.9140625,0,0,0,'2017-03-09 22:02:20'); +INSERT INTO `marker` VALUES (541,1901,NULL,2,1901,48,'Keeha Yoog Shrine','',67.71875,-139.21875,0,0,0,'2017-03-09 22:03:58'); +INSERT INTO `marker` VALUES (542,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); +INSERT INTO `marker` VALUES (543,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); +INSERT INTO `marker` VALUES (544,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); +INSERT INTO `marker` VALUES (545,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.45703125,-121.546875,0,0,0,'2017-03-09 22:06:21'); +INSERT INTO `marker` VALUES (546,1901,NULL,2,1925,48,'Kah Okeo Shrine','BEFORE HACK',63.546875,-121.55859375,0,0,0,'2017-03-09 22:06:21'); +INSERT INTO `marker` VALUES (547,1901,NULL,2,1916,14,'Korok','Thundra Plateau Korok',92.2421875,-115.46875,0,0,0,'2017-03-09 22:07:33'); +INSERT INTO `marker` VALUES (548,1901,NULL,2,1926,50,'Divine Beast Vah Naboris','',85.125,-186.75,0,0,0,'2017-03-09 22:10:29'); +INSERT INTO `marker` VALUES (549,1901,NULL,2,1938,50,'Gerudo Canyon Stable','BEFORE HACK',84.19140625,-162.7421875,0,0,0,'2017-03-09 22:11:52'); +INSERT INTO `marker` VALUES (550,1901,NULL,2,1925,50,'Kay Noh Shrine','BEFORE HACK',84.140625,-163.96484375,0,0,0,'2017-03-09 22:12:38'); +INSERT INTO `marker` VALUES (551,1901,NULL,2,1901,51,'Old Man's Hut','If you didn't get the Warm Doublet it is waiting here in a chest',115.7421875,-163.2578125,0,0,0,'2017-03-09 22:13:19'); +INSERT INTO `marker` VALUES (552,1901,NULL,2,1925,50,'Daqo Chisay Shrine','BEFORE HACK',68.37109375,-172.02734375,0,0,0,'2017-03-09 22:13:30'); +INSERT INTO `marker` VALUES (553,1901,NULL,2,1921,50,'Gerudo Town','BEFORE HACK',68.0234375,-173.61328125,0,0,0,'2017-03-09 22:14:09'); +INSERT INTO `marker` VALUES (554,1901,NULL,2,1916,54,'Korok seed','',191.8125,-154.625,0,0,0,'2017-03-09 22:14:42'); +INSERT INTO `marker` VALUES (555,1901,NULL,2,1921,50,'Kara Kara Bazaar','BEFORE HACK',77.3515625,-167.94921875,0,0,0,'2017-03-09 22:15:21'); +INSERT INTO `marker` VALUES (557,1901,NULL,2,1925,14,'Toh Yahsa Shrine','BEFORE HACK',92.5703125,-113.90625,0,0,0,'2017-03-09 22:21:36'); +INSERT INTO `marker` VALUES (558,1901,NULL,2,1901,56,'','',200.6875,-69.875,0,0,0,'2017-03-09 22:24:38'); +INSERT INTO `marker` VALUES (559,1901,NULL,2,1916,55,'Korok','',197.8125,-166.734375,0,0,0,'2017-03-13 03:49:18'); +INSERT INTO `marker` VALUES (560,1901,NULL,2,1916,55,'Korok','',198.90625,-167.4375,0,0,0,'2017-03-09 22:26:09'); +INSERT INTO `marker` VALUES (561,1901,NULL,2,1916,57,'','',124.17578125,-126.33984375,0,0,0,'2017-03-09 22:27:46'); +INSERT INTO `marker` VALUES (562,1901,NULL,2,1925,48,'Tena Ko'sah Shrine','BEFORE HACK',73.8828125,-120.9765625,0,0,0,'2017-03-09 22:27:53'); +INSERT INTO `marker` VALUES (565,1901,NULL,2,1902,58,'Casco de barbaro','Attack +',200.7578125,-70.3203125,0,0,0,'2017-03-09 22:39:18'); +INSERT INTO `marker` VALUES (566,1901,NULL,2,1902,58,'Diadema con diamante','',200.734375,-70.3515625,0,0,0,'2017-03-09 22:39:50'); +INSERT INTO `marker` VALUES (567,1901,NULL,2,1903,61,'','Tree Stump Great Flameblade',110.6015625,-134.7109375,0,1,0,'2017-03-09 22:48:14'); +INSERT INTO `marker` VALUES (568,1901,NULL,2,1925,63,'Ritah'Zuma Shrine ','BEFORE HACK',198.40625,-94.4375,0,0,0,'2017-03-09 22:50:01'); +INSERT INTO `marker` VALUES (569,1901,NULL,2,1925,64,'Hia Miu Shrine','DELETE - BEFORE HACK',58.53125,-68.8125,0,0,0,'2017-03-14 06:18:17'); +INSERT INTO `marker` VALUES (570,1901,NULL,2,1916,64,'','DELETE - DUP',59.40625,-69.15625,0,0,0,'2017-03-14 06:17:20'); +INSERT INTO `marker` VALUES (571,1901,NULL,2,1933,64,'','',61.953125,-69.09375,0,0,0,'2017-03-09 22:55:36'); +INSERT INTO `marker` VALUES (572,1901,NULL,2,1916,64,'','',65.453125,-71.484375,0,0,0,'2017-03-09 22:56:22'); +INSERT INTO `marker` VALUES (573,1901,NULL,2,1901,63,'Goku'Chise Shrine','',68.84375,-172.3671875,0,0,0,'2017-03-09 23:01:05'); +INSERT INTO `marker` VALUES (574,1901,NULL,2,1925,64,'Mozo Shenno Shrine','BEFORE HACK',71.3203125,-80.5390625,0,0,0,'2017-03-09 23:01:41'); +INSERT INTO `marker` VALUES (575,1901,NULL,2,1901,63,'Shora'Ha Shrine','',152.359375,-79.53125,0,0,0,'2017-03-09 23:02:16'); +INSERT INTO `marker` VALUES (576,1901,NULL,2,1916,64,'','',59.203125,-83.2265625,0,0,0,'2017-03-09 23:02:16'); +INSERT INTO `marker` VALUES (577,1901,NULL,2,1933,64,'','',57.1015625,-85.9453125,0,0,0,'2017-03-09 23:02:34'); +INSERT INTO `marker` VALUES (578,1901,NULL,2,1934,67,'MEMORY #13: Slumbering Power','',186.515625,-86.5,0,1,0,'2017-03-09 23:02:34'); +INSERT INTO `marker` VALUES (579,1901,NULL,2,1927,66,'Temple of Time','Old crumbled Temple of Time, up on the Great Plateau',115.171875,-159.3359375,0,1,0,'2017-03-09 23:02:55'); +INSERT INTO `marker` VALUES (581,1901,NULL,2,1916,64,'','',58.875,-77.828125,0,0,0,'2017-03-09 23:03:15'); +INSERT INTO `marker` VALUES (582,1901,NULL,2,1916,68,'Korok Seed','',200.2109375,-118.07421875,0,0,0,'2017-03-09 23:07:00'); +INSERT INTO `marker` VALUES (583,1901,NULL,2,1916,56,'Korok Seed','Bomb in the leaves, pick up rock',198.9375,-95.1875,0,0,0,'2017-03-09 23:14:21'); +INSERT INTO `marker` VALUES (584,1901,NULL,2,1925,24,'Sha Gehma Shrine','BEFORE HACK',101.8359375,-69.2890625,0,0,0,'2017-03-09 23:14:47'); +INSERT INTO `marker` VALUES (585,1901,NULL,2,1925,24,'Akh Va'quot Shrine','BEFORE HACK',70.8828125,-100.546875,0,0,0,'2017-03-09 23:16:42'); +INSERT INTO `marker` VALUES (586,1901,NULL,2,1925,69,'','BEFORE HACK',68.6875,-172.28125,0,0,0,'2017-03-09 23:17:00'); +INSERT INTO `marker` VALUES (587,1901,NULL,2,1916,24,'','',70.265625,-101.6875,0,0,0,'2017-03-09 23:17:09'); +INSERT INTO `marker` VALUES (588,1901,NULL,2,1925,69,'','BEFORE HACK',84.0234375,-163.9140625,0,0,0,'2017-03-09 23:17:52'); +INSERT INTO `marker` VALUES (589,1901,NULL,2,1925,24,'Sha Warvo Shrine','BEFORE HACK',68.390625,-93.4765625,0,0,0,'2017-03-09 23:18:07'); +INSERT INTO `marker` VALUES (590,1901,NULL,2,1916,64,'','',64.3203125,-88.21484375,0,0,0,'2017-03-09 23:18:16'); +INSERT INTO `marker` VALUES (591,1901,NULL,2,1916,64,'','',64.3203125,-88.21484375,0,0,0,'2017-03-09 23:18:16'); +INSERT INTO `marker` VALUES (592,1901,NULL,2,1925,69,'','BEFORE HACK',76.2578125,-161.765625,0,0,0,'2017-03-09 23:18:43'); +INSERT INTO `marker` VALUES (593,1901,NULL,2,1925,24,'Shada Naw Shrine','BEFORE HACK',81.28125,-77.90625,0,0,0,'2017-03-09 23:18:58'); +INSERT INTO `marker` VALUES (594,1901,NULL,2,1923,24,'Tabantha Tower','BEFORE HACK',71.53125,-112.546875,0,0,0,'2017-03-09 23:20:21'); +INSERT INTO `marker` VALUES (595,1901,NULL,2,1925,24,'Hawa Koth Shrine','BEFORE HACK',52.171875,-187.046875,0,0,0,'2017-03-09 23:21:13'); +INSERT INTO `marker` VALUES (596,1901,NULL,2,1925,24,'Dila Maag Shrine','BEFORE HACK',99.9609375,-182.03515625,0,0,0,'2017-03-09 23:21:44'); +INSERT INTO `marker` VALUES (597,1901,NULL,2,1925,24,'Pumaag Nitae Shrine','BEFORE HACK',136.78125,-174.7265625,0,0,0,'2017-03-09 23:24:08'); +INSERT INTO `marker` VALUES (598,1901,NULL,2,1925,24,'Rona Kachta Shrine','BEFORE HACK',110.953125,-86.5,0,0,0,'2017-03-09 23:25:23'); +INSERT INTO `marker` VALUES (599,1901,NULL,2,1916,55,'Korok','',198.5703125,-164.18359375,0,0,0,'2017-03-13 03:50:28'); +INSERT INTO `marker` VALUES (600,1901,NULL,2,1901,24,'Forgotten Temple','',106.390625,-91.96875,0,0,0,'2017-03-09 23:28:05'); +INSERT INTO `marker` VALUES (601,1901,NULL,2,1916,24,'','',111.578125,-85.6640625,0,0,0,'2017-03-09 23:28:27'); +INSERT INTO `marker` VALUES (602,1901,NULL,2,1938,24,'Snowfield Stable','BEFORE HACK',102.203125,-87.546875,0,0,0,'2017-03-09 23:29:02'); +INSERT INTO `marker` VALUES (603,1901,NULL,2,1925,24,'Rin Oyaa Shrine','BEFORE HACK',101.390625,-88.140625,0,0,0,'2017-03-09 23:29:35'); +INSERT INTO `marker` VALUES (604,1901,NULL,2,1923,24,'Hebra Tower','BEFORE HACK',94.03125,-96.203125,0,0,0,'2017-03-09 23:29:56'); +INSERT INTO `marker` VALUES (605,1901,NULL,2,1901,24,'Pondo's Lodge','',95.546875,-95.4921875,0,0,0,'2017-03-09 23:30:53'); +INSERT INTO `marker` VALUES (606,1901,NULL,2,1925,24,'Dunba Taag Shrine','BEFORE HACK',83.8359375,-103.4453125,0,0,0,'2017-03-09 23:31:29'); +INSERT INTO `marker` VALUES (607,1901,NULL,2,1916,24,'','',92.109375,-133.375,0,0,0,'2017-03-09 23:32:18'); +INSERT INTO `marker` VALUES (608,1901,NULL,2,1925,24,'Mogg Latan Shrine','BEFORE HACK',92.09375,-135.265625,0,0,0,'2017-03-09 23:32:51'); +INSERT INTO `marker` VALUES (609,1901,NULL,2,1916,24,'','',93.078125,-135.703125,0,0,0,'2017-03-09 23:33:15'); +INSERT INTO `marker` VALUES (610,1901,NULL,2,1901,24,'Lord of the Mountain','',92.421875,-133.3984375,0,0,0,'2017-03-09 23:36:20'); +INSERT INTO `marker` VALUES (611,1901,NULL,2,1925,24,'Kema Zoos Shrine','BEFORE HACK',54.953125,-158.8203125,0,0,0,'2017-03-09 23:37:19'); +INSERT INTO `marker` VALUES (612,1901,NULL,2,1925,24,'Tutsuwa Nima Shrine','BEFORE HACK',187.0234375,-85.75,0,0,0,'2017-03-09 23:39:36'); +INSERT INTO `marker` VALUES (613,1901,NULL,2,1901,24,'Spring of Power','',186.671875,-86.234375,0,0,0,'2017-03-09 23:40:07'); +INSERT INTO `marker` VALUES (614,1901,NULL,2,1901,24,'Spring of Wisdom','',189.5,-148.96875,0,0,0,'2017-03-09 23:41:07'); +INSERT INTO `marker` VALUES (615,1901,NULL,2,1925,24,'Yah Rin Shrine','BEFORE HACK',172.2578125,-179.7734375,0,0,0,'2017-03-09 23:41:50'); +INSERT INTO `marker` VALUES (616,1901,NULL,2,1903,71,'Great Flameblade','Greatsword forged in the fire of Death Moutain by Goron',110.6328125,-134.7890625,0,1,0,'2017-03-09 23:42:14'); +INSERT INTO `marker` VALUES (617,1901,NULL,2,1916,24,'','',163.83984375,-175.2890625,0,0,0,'2017-03-09 23:42:44'); +INSERT INTO `marker` VALUES (618,1901,NULL,2,1930,24,'Stalhorse','',111.765625,-72.65625,0,0,0,'2017-03-09 23:44:32'); +INSERT INTO `marker` VALUES (619,1901,NULL,2,1925,73,'Saas Ko'sah Shrine','BEFORE HACK',125.671875,-109.91796875,0,0,0,'2017-03-09 23:44:32'); +INSERT INTO `marker` VALUES (620,1901,NULL,2,1930,24,'White Lynel','',108.1171875,-72.25,0,0,0,'2017-03-09 23:45:08'); +INSERT INTO `marker` VALUES (621,1901,NULL,2,1925,73,'Namika Ozz Shrine','BEFORE HACK',139.890625,-115.21875,0,0,0,'2017-03-09 23:45:19'); +INSERT INTO `marker` VALUES (622,1901,NULL,2,1930,24,'Blue Lynel','',179.140625,-146.8046875,0,0,0,'2017-03-09 23:46:37'); +INSERT INTO `marker` VALUES (623,1901,NULL,2,1901,24,'Tanagar Canyon Course','',79.2578125,-118.53125,0,0,0,'2017-03-09 23:49:58'); +INSERT INTO `marker` VALUES (624,1901,NULL,2,1937,24,'','',72.7734375,-116.3203125,0,0,0,'2017-03-09 23:50:23'); +INSERT INTO `marker` VALUES (625,1901,NULL,2,1925,24,'Shae Loya Shrine','BEFORE HACK',82.28125,-121.2578125,0,0,0,'2017-03-09 23:50:47'); +INSERT INTO `marker` VALUES (626,1901,NULL,2,1916,24,'','',77.984375,-122.6875,0,0,0,'2017-03-09 23:51:10'); +INSERT INTO `marker` VALUES (627,1901,NULL,2,1901,24,'Giant Horse','',108.96875,-170.109375,0,0,0,'2017-03-09 23:52:45'); +INSERT INTO `marker` VALUES (628,1901,NULL,2,1901,24,'Divine Beast Vah Rudania','',166.328125,-88.046875,0,0,0,'2017-03-09 23:56:00'); +INSERT INTO `marker` VALUES (629,1901,NULL,2,1901,24,'Eldin Leviathan','',152.1875,-70.2578125,0,0,0,'2017-03-09 23:57:18'); +INSERT INTO `marker` VALUES (630,1901,NULL,2,1931,24,'','',152.65625,-70.6328125,0,0,0,'2017-03-09 23:57:33'); +INSERT INTO `marker` VALUES (631,1901,NULL,2,1903,24,'Great Flameblade','',152.9375,-70.796875,0,0,0,'2017-03-09 23:57:46'); +INSERT INTO `marker` VALUES (632,1901,NULL,2,1925,42,'Hawa Koth Shrine','BEFORE HACK',52.4140625,-186.875,0,0,0,'2017-03-09 23:59:45'); +INSERT INTO `marker` VALUES (633,1901,NULL,2,1903,77,'Great Flameblade','',200.5,-69.5,0,0,0,'2017-03-10 00:00:04'); +INSERT INTO `marker` VALUES (634,1901,NULL,2,1930,24,'Guardian Skywatchers','',185.203125,-88.359375,0,0,0,'2017-03-10 00:01:15'); +INSERT INTO `marker` VALUES (635,1901,NULL,2,1937,42,'Great Fairy Fountain','',51.8046875,-187.8828125,0,0,0,'2017-03-10 00:01:31'); +INSERT INTO `marker` VALUES (636,1901,NULL,2,1930,24,'Guardian Skywatchers','',179.8125,-104.40625,0,0,0,'2017-03-10 00:01:40'); +INSERT INTO `marker` VALUES (639,1901,NULL,2,1931,24,'','',182.3046875,-92.8515625,0,0,0,'2017-03-10 00:02:27'); +INSERT INTO `marker` VALUES (640,1901,NULL,2,1931,24,'','',172.1171875,-108.3671875,0,0,0,'2017-03-10 00:04:24'); +INSERT INTO `marker` VALUES (641,1901,NULL,2,1916,24,'','',169.484375,-112.8671875,0,0,0,'2017-03-10 00:04:46'); +INSERT INTO `marker` VALUES (642,1901,NULL,2,1930,24,'Ice Wizzrobe','',170.6015625,-114.3515625,0,0,0,'2017-03-10 00:05:38'); +INSERT INTO `marker` VALUES (643,1901,NULL,2,1930,24,'Ice Wizzrobe','',170.23046875,-110.37890625,0,0,0,'2017-03-10 00:06:03'); +INSERT INTO `marker` VALUES (644,1901,NULL,2,1915,24,'Ore deposit','',167.72265625,-108.7890625,0,0,0,'2017-03-10 00:07:49'); +INSERT INTO `marker` VALUES (645,1901,NULL,2,1915,55,'Mineral Stones','',198.04296875,-152.37109375,0,0,0,'2017-03-10 00:08:24'); +INSERT INTO `marker` VALUES (646,1901,NULL,2,1901,24,'Goron Hot Springs','',155.6953125,-92.8125,0,0,0,'2017-03-10 00:08:49'); +INSERT INTO `marker` VALUES (647,1901,NULL,2,1920,24,'Southern Mine','',154.15625,-97.3046875,0,0,0,'2017-03-10 00:09:31'); +INSERT INTO `marker` VALUES (648,1901,NULL,2,1935,24,''From The Group Up' Goron Location','',153.7734375,-97.34375,0,0,0,'2017-03-10 00:10:12'); +INSERT INTO `marker` VALUES (650,1901,NULL,2,1901,82,'Gerudo Town','',67.40625,-174.03125,0,0,0,'2017-03-10 00:36:30'); +INSERT INTO `marker` VALUES (651,1901,NULL,2,1934,83,'Shrine Of Power Memory','Location Of The Memory at the Shrine Of Power',186.765625,-86.234375,0,0,0,'2017-03-10 00:37:57'); +INSERT INTO `marker` VALUES (653,1901,NULL,2,1925,82,'Hawa Koth Shrine','BEFORE HACK',52.18359375,-186.953125,0,0,0,'2017-03-10 00:40:04'); +INSERT INTO `marker` VALUES (654,1901,NULL,2,1937,82,'Great Fairy, Tera','',51.375,-188.51171875,0,0,0,'2017-03-10 00:40:33'); +INSERT INTO `marker` VALUES (655,1901,NULL,2,1901,82,'Tabantha Great Bridge','',79.453125,-118.9375,0,0,0,'2017-03-10 00:42:18'); +INSERT INTO `marker` VALUES (656,1901,NULL,2,1938,82,'Tabantha Stable','BEFORE HACK',82.140625,-119.28125,0,0,0,'2017-03-10 00:42:53'); +INSERT INTO `marker` VALUES (657,1901,NULL,2,1925,82,'Shae Loya Shrine','BEFORE HACK',82.15625,-121.171875,0,0,0,'2017-03-10 00:43:35'); +INSERT INTO `marker` VALUES (658,1901,NULL,2,1937,82,'Great Fairy, Kayasa','',72.78125,-116.34375,0,0,0,'2017-03-10 00:44:25'); +INSERT INTO `marker` VALUES (659,1901,NULL,2,1923,82,'Tabantha Tower','BEFORE HACK',71.5390625,-112.609375,0,0,0,'2017-03-10 00:45:04'); +INSERT INTO `marker` VALUES (660,1901,NULL,2,1901,82,'Cuho Mountain','',67.9921875,-107.296875,0,0,0,'2017-03-10 00:45:31'); +INSERT INTO `marker` VALUES (661,1901,NULL,2,1901,82,'Strock Lake','',75.640625,-108.3359375,0,0,0,'2017-03-10 00:45:51'); +INSERT INTO `marker` VALUES (662,1901,NULL,2,1901,82,'Lake Totori','',70.453125,-97.9765625,0,0,0,'2017-03-10 00:46:31'); +INSERT INTO `marker` VALUES (663,1901,NULL,2,1921,82,'Rito Village','BEFORE HACK',71.4453125,-99.828125,0,0,0,'2017-03-10 00:47:00'); +INSERT INTO `marker` VALUES (664,1901,NULL,2,1901,82,'Flight Range','',67.7109375,-92.296875,0,0,0,'2017-03-10 00:47:46'); +INSERT INTO `marker` VALUES (665,1901,NULL,2,1925,12,'Qaza Tokki Shrine','BEFORE HACK',115.078125,-72.76953125,0,0,0,'2017-03-10 00:49:44'); +INSERT INTO `marker` VALUES (666,1901,NULL,2,1925,12,'Sha Gehma Shrine','BEFORE HACK',101.890625,-69.265625,0,0,0,'2017-03-10 00:52:14'); +INSERT INTO `marker` VALUES (667,1901,NULL,2,1925,85,'Namika Ozz Shrine','BEFORE HACK',139.86328125,-115.171875,0,0,0,'2017-03-10 00:52:47'); +INSERT INTO `marker` VALUES (668,1901,NULL,2,1925,82,'Ritaag Zumo Shrine','BEFORE HACK',198.890625,-94.453125,0,0,0,'2017-03-10 00:53:26'); +INSERT INTO `marker` VALUES (669,1901,NULL,2,1925,12,'Rok Uwog Shrine','BEFORE HACK',90.8125,-77.6875,0,0,0,'2017-03-10 00:53:31'); +INSERT INTO `marker` VALUES (670,1901,NULL,2,1916,85,'','',138.1875,-114.21484375,0,0,0,'2017-03-10 00:54:17'); +INSERT INTO `marker` VALUES (671,1901,NULL,2,1925,82,'Tutsuwa Nima Shrine','BEFORE HACK',187.09375,-85.65625,0,0,0,'2017-03-10 00:54:21'); +INSERT INTO `marker` VALUES (672,1901,NULL,2,1916,85,'Korok Seed','',141.16015625,-117.16796875,0,0,0,'2017-03-10 00:55:03'); +INSERT INTO `marker` VALUES (673,1901,NULL,2,1925,12,'To Quomo Shrine','BEFORE HACK',65.13671875,-70.0546875,0,0,0,'2017-03-10 00:55:32'); +INSERT INTO `marker` VALUES (674,1901,NULL,2,1925,82,'Shora Hah Shrine','BEFORE HACK',152.1171875,-79.3828125,0,0,0,'2017-03-10 00:55:46'); +INSERT INTO `marker` VALUES (675,1901,NULL,2,1901,12,'Hebra Great Skeleton','',65.02734375,-70.08203125,0,0,1,'2017-03-10 00:56:45'); +INSERT INTO `marker` VALUES (676,1901,NULL,2,1925,82,'Qaza Tokki Shrine','BEFORE HACK',115.125,-72.796875,0,0,0,'2017-03-10 00:57:31'); +INSERT INTO `marker` VALUES (677,1901,NULL,2,1901,12,'Door to To Quomo Shrine','',68.45703125,-71.78125,0,0,0,'2017-03-10 00:58:09'); +INSERT INTO `marker` VALUES (678,1901,NULL,2,1925,12,'Hia Miu Shrine','DELETE - BEFORE HACK',58.578125,-68.6796875,0,0,0,'2017-03-14 06:18:51'); +INSERT INTO `marker` VALUES (679,1901,NULL,2,1925,12,'Goma Asaagh Shrine','BEFORE HACK',84.34375,-83.0625,0,0,0,'2017-03-10 01:00:38'); +INSERT INTO `marker` VALUES (680,1901,NULL,2,1925,12,'Shada Naw Shrine','BEFORE HACK',81.140625,-77.765625,0,0,0,'2017-03-10 01:01:02'); +INSERT INTO `marker` VALUES (681,1901,NULL,2,1925,12,'Mozo Shenno Shrine','BEFORE HACK',71.296875,-80.46875,0,0,0,'2017-03-10 01:02:05'); +INSERT INTO `marker` VALUES (682,1901,NULL,2,1925,12,'Maka Rah Shrine','BEFORE HACK',64.609375,-88.9296875,0,0,0,'2017-03-10 01:02:41'); +INSERT INTO `marker` VALUES (683,1901,NULL,2,1901,12,'Flight Range','',67.7421875,-92.3125,0,0,1,'2017-03-10 01:02:56'); +INSERT INTO `marker` VALUES (684,1901,NULL,2,1925,12,'Sha Warvo Shrine','BEFORE HACK',68.328125,-93.578125,0,0,0,'2017-03-10 01:03:20'); +INSERT INTO `marker` VALUES (685,1901,NULL,2,1925,73,'Noya Neha Shrine','BEFORE HACK',113.08984375,-118.2734375,0,0,0,'2017-03-10 01:04:34'); +INSERT INTO `marker` VALUES (686,1901,NULL,2,1925,73,'Noya Neha Shrine','BEFORE HACK',113.08984375,-118.2734375,0,0,0,'2017-03-10 01:04:35'); +INSERT INTO `marker` VALUES (687,1901,NULL,2,1925,12,'Ketoh Wawai Shrine','BEFORE HACK',132.625,-79.25,0,0,0,'2017-03-10 01:04:46'); +INSERT INTO `marker` VALUES (688,1901,NULL,2,1925,12,'Voo Lota Shrine','BEFORE HACK',65.265625,-101.0625,0,0,0,'2017-03-10 01:05:43'); +INSERT INTO `marker` VALUES (689,1901,NULL,2,1906,88,'Barbarian Helm','Part of the Barbarian Set',200.7421875,-70.1171875,0,0,0,'2017-03-10 01:06:00'); +INSERT INTO `marker` VALUES (690,1901,NULL,2,1925,12,'Akh Va'quot Shrine','BEFORE HACK',70.9375,-100.578125,0,0,0,'2017-03-10 01:06:04'); +INSERT INTO `marker` VALUES (691,1901,NULL,2,1925,12,'Bareeda Naag Shrine','BEFORE HACK',71.5625,-104.375,0,0,0,'2017-03-10 01:06:22'); +INSERT INTO `marker` VALUES (692,1901,NULL,2,1925,89,'Dila Maag Shrine','BEFORE HACK',99.9375,-182.0625,0,1,0,'2017-03-10 01:06:30'); +INSERT INTO `marker` VALUES (693,1901,NULL,2,1921,12,'Rito Village','BEFORE HACK',71.59375,-99.890625,0,0,0,'2017-03-10 01:07:26'); +INSERT INTO `marker` VALUES (694,1901,NULL,2,1925,89,'Ishto Soh Shrine','BEFORE HACK',111.9375,-184.15625,0,1,0,'2017-03-10 01:07:31'); +INSERT INTO `marker` VALUES (695,1901,NULL,2,1923,12,'Tabantha Tower','BEFORE HACK',71.5625,-112.640625,0,0,0,'2017-03-10 01:08:03'); +INSERT INTO `marker` VALUES (696,1901,NULL,2,1925,88,'Dila Maag Shrine','BEFORE HACK',99.94921875,-181.8515625,0,0,0,'2017-03-10 01:08:11'); +INSERT INTO `marker` VALUES (697,1901,NULL,2,1925,12,'Tena Ko'sah Shrine','BEFORE HACK',73.875,-120.984375,0,0,0,'2017-03-10 01:08:22'); +INSERT INTO `marker` VALUES (698,1901,NULL,2,1925,89,'Hawa Koth Shrine','BEFORE HACK',52.3125,-187.03125,0,0,0,'2017-03-10 01:08:33'); +INSERT INTO `marker` VALUES (699,1901,NULL,2,1925,12,'Kah Okeo Shrine','BEFORE HACK',63.609375,-121.5,0,0,0,'2017-03-10 01:08:41'); +INSERT INTO `marker` VALUES (700,1901,NULL,2,1906,88,'Barbarian Armor','Chest piece of the Barbarian Armor set.',99.953125,-182.08984375,0,0,0,'2017-03-10 01:09:11'); +INSERT INTO `marker` VALUES (701,1901,NULL,2,1925,89,'Misae Suma Shrine','BEFORE HACK',81.625,-187.03125,0,1,0,'2017-03-10 01:09:29'); +INSERT INTO `marker` VALUES (703,1901,NULL,2,1925,88,'Qaza Tokki Shrine','BEFORE HACK',115.1171875,-72.76953125,0,0,0,'2017-03-10 01:10:26'); +INSERT INTO `marker` VALUES (704,1901,NULL,2,1925,12,'Dunba Taag Shrine','BEFORE HACK',83.71875,-103.3671875,0,0,0,'2017-03-10 01:10:38'); +INSERT INTO `marker` VALUES (705,1901,NULL,2,1925,12,'Lanno Kooh Shrine','BEFORE HACK',86.8203125,-95.7265625,0,0,0,'2017-03-10 01:11:03'); +INSERT INTO `marker` VALUES (706,1901,NULL,2,1925,89,'Daqo Chisay Shrine','BEFORE HACK',68.390625,-172.125,0,1,0,'2017-03-10 01:11:06'); +INSERT INTO `marker` VALUES (707,1901,NULL,2,1906,88,'Barbarian Leg Wraps','Legs portion of the Barbarian Armor set.',115.08984375,-72.77734375,0,0,0,'2017-03-10 01:11:16'); +INSERT INTO `marker` VALUES (708,1901,NULL,2,1923,12,'Hebra Tower','BEFORE HACK',94.0625,-96.2578125,0,0,0,'2017-03-10 01:11:27'); +INSERT INTO `marker` VALUES (709,1901,NULL,2,1925,12,'Gee Ha'rah Shrine','BEFORE HACK',90.828125,-92.8046875,0,0,0,'2017-03-10 01:12:31'); +INSERT INTO `marker` VALUES (710,1901,NULL,2,1925,12,'Rin Oyaa Shrine','BEFORE HACK',101.09375,-88.0625,0,0,0,'2017-03-10 01:12:55'); +INSERT INTO `marker` VALUES (711,1901,NULL,2,1938,12,'Snowfield Stable','BEFORE HACK',102.234375,-87.890625,0,0,0,'2017-03-10 01:13:09'); +INSERT INTO `marker` VALUES (712,1901,NULL,2,1925,12,'Rona Kachta Shrine','BEFORE HACK',111.09375,-86.5,0,0,0,'2017-03-10 01:13:33'); +INSERT INTO `marker` VALUES (713,1901,NULL,2,1901,12,'Forgotten Temple','',106.21875,-92.03125,0,0,1,'2017-03-10 01:13:53'); +INSERT INTO `marker` VALUES (714,1901,NULL,2,1925,12,'Saas Ko'sah Shrine','BEFORE HACK',125.6875,-109.90625,0,0,0,'2017-03-10 01:14:47'); +INSERT INTO `marker` VALUES (715,1901,NULL,2,1925,12,'Ritaag Zumo Shrine','BEFORE HACK',198.78125,-94.625,0,0,0,'2017-03-10 01:17:10'); +INSERT INTO `marker` VALUES (716,1901,NULL,2,1925,12,'Tutsuwa Nima Shrine','BEFORE HACK',186.875,-85.9375,0,0,0,'2017-03-10 01:17:29'); +INSERT INTO `marker` VALUES (717,1901,NULL,2,1906,88,'Ancient Armor Set','Inside the Akkala Ancient Tech Lab.',198.56640625,-78.53125,0,0,0,'2017-03-10 01:17:45'); +INSERT INTO `marker` VALUES (718,1901,NULL,2,1901,12,'Spring of Power','',186.40625,-86.6875,0,0,1,'2017-03-10 01:17:50'); +INSERT INTO `marker` VALUES (719,1901,NULL,2,1925,12,'Kah Mael Shrine','BEFORE HACK',201.59375,-107.53125,0,0,0,'2017-03-10 01:18:27'); +INSERT INTO `marker` VALUES (720,1901,NULL,2,1925,12,'Ke'nai Shakah Shrine','BEFORE HACK',193.5625,-114.65625,0,0,0,'2017-03-10 01:18:47'); +INSERT INTO `marker` VALUES (721,1901,NULL,2,1925,12,'Sah Dahaj Shrine','BEFORE HACK',169.65625,-103.28125,0,0,0,'2017-03-10 01:19:52'); +INSERT INTO `marker` VALUES (722,1901,NULL,2,1916,92,'Korok Seed','',115.734375,-163.25390625,0,0,0,'2017-03-10 01:20:19'); +INSERT INTO `marker` VALUES (724,1901,NULL,2,1925,12,'Dagah Keek Shrine','BEFORE HACK',177.125,-121.46875,0,0,0,'2017-03-10 01:21:14'); +INSERT INTO `marker` VALUES (725,1901,NULL,2,1925,12,'Lakna Rokee Shrine','BEFORE HACK',159.609375,-143,0,0,0,'2017-03-10 01:22:04'); +INSERT INTO `marker` VALUES (726,1901,NULL,2,1925,12,'Kam Urog Shrine','BEFORE HACK',167.078125,-151.328125,0,0,0,'2017-03-10 01:22:23'); +INSERT INTO `marker` VALUES (727,1901,NULL,2,1925,12,'Kah Yah Shrine','BEFORE HACK',181.75,-179.90625,0,0,0,'2017-03-10 01:23:01'); +INSERT INTO `marker` VALUES (728,1901,NULL,2,1938,49,'Snowfield Stable','BEFORE HACK',102.12109375,-87.8125,0,0,0,'2017-03-10 01:23:01'); +INSERT INTO `marker` VALUES (729,1901,NULL,2,1906,88,'Climbing Gear','Chest piece of the Climber's Armor set.',190.73046875,-174.78125,0,0,0,'2017-03-10 01:23:05'); +INSERT INTO `marker` VALUES (730,1901,NULL,2,1925,12,'Shoqa Tatone Shrine','BEFORE HACK',129.390625,-188.015625,0,0,0,'2017-03-10 01:23:40'); +INSERT INTO `marker` VALUES (731,1901,NULL,2,1925,49,'Rin Oyaa Shrine','BEFORE HACK',101.14453125,-88.0859375,0,0,0,'2017-03-10 01:23:52'); +INSERT INTO `marker` VALUES (732,1901,NULL,2,1925,12,'Ishto Soh Shrine','BEFORE HACK',112.59375,-183.71875,0,0,0,'2017-03-10 01:24:04'); +INSERT INTO `marker` VALUES (733,1901,NULL,2,1906,88,'Climbing Boots','Leg piece for the Climber's Armor set',193.5703125,-154.43359375,0,0,0,'2017-03-10 01:24:06'); +INSERT INTO `marker` VALUES (734,1901,NULL,2,1925,12,'Suma Sahma Shrine','BEFORE HACK',105.828125,-181.875,0,0,0,'2017-03-10 01:24:27'); +INSERT INTO `marker` VALUES (735,1901,NULL,2,1923,49,'Hebra Tower','BEFORE HACK',94.0390625,-96.21875,0,0,0,'2017-03-10 01:24:48'); +INSERT INTO `marker` VALUES (736,1901,NULL,2,1925,12,'Dila Maag Shrine','BEFORE HACK',99.953125,-182.171875,0,0,0,'2017-03-10 01:24:48'); +INSERT INTO `marker` VALUES (737,1901,NULL,2,1925,12,'Korsh O'hu Shrine','BEFORE HACK',86.125,-172.1875,0,0,0,'2017-03-10 01:25:12'); +INSERT INTO `marker` VALUES (738,1901,NULL,2,1925,12,'Misae Suma Shrine','BEFORE HACK',81.5,-187.078125,0,0,0,'2017-03-10 01:25:36'); +INSERT INTO `marker` VALUES (739,1901,NULL,2,1925,12,'Hawa Koth Shrine','BEFORE HACK',52.21875,-187.109375,0,0,0,'2017-03-10 01:25:59'); +INSERT INTO `marker` VALUES (740,1901,NULL,2,1901,12,'Gerudo Great Skeleton','',52.671875,-186.046875,0,0,1,'2017-03-10 01:26:20'); +INSERT INTO `marker` VALUES (741,1901,NULL,2,1937,12,'Great Fairy Tera','',51.765625,-187.859375,0,0,1,'2017-04-07 22:31:53'); +INSERT INTO `marker` VALUES (742,1901,NULL,2,1925,12,'Raqa Zunzo Shrine','BEFORE HACK',68.40625,-176.84375,0,0,0,'2017-03-10 01:27:20'); +INSERT INTO `marker` VALUES (743,1901,NULL,2,1925,12,'Daqo Chisay Shrine','BEFORE HACK',68.359375,-172.109375,0,0,0,'2017-03-10 01:27:37'); +INSERT INTO `marker` VALUES (744,1901,NULL,2,1906,88,'Dark Link Outfit','Full Dark Link Outfit',178.74609375,-74.23828125,0,0,0,'2017-03-10 01:27:39'); +INSERT INTO `marker` VALUES (745,1901,NULL,2,1921,12,'Gerudo Town','BEFORE HACK',67.921875,-173.765625,0,0,0,'2017-03-10 01:27:48'); +INSERT INTO `marker` VALUES (746,1901,NULL,2,1901,12,'Northern Icehouse','',69.5,-163.8125,0,0,1,'2017-03-10 01:28:08'); +INSERT INTO `marker` VALUES (747,1901,NULL,2,1925,12,'Sasa Kai Shrine','BEFORE HACK',72.34375,-158.5625,0,0,0,'2017-03-10 01:28:29'); +INSERT INTO `marker` VALUES (748,1901,NULL,2,1925,12,'Dako Tah Shrine','BEFORE HACK',76.21875,-161.90625,0,0,0,'2017-03-10 01:28:47'); +INSERT INTO `marker` VALUES (749,1901,NULL,2,1925,12,'Tho Kayu Shrine','BEFORE HACK',52.9765625,-171.875,0,0,0,'2017-03-10 01:29:43'); +INSERT INTO `marker` VALUES (750,1901,NULL,2,1925,12,'Kema Zoos Shrine','BEFORE HACK',54.9609375,-159.03125,0,0,0,'2017-03-10 01:30:03'); +INSERT INTO `marker` VALUES (751,1901,NULL,2,1925,12,'Kay Noh Shrine','BEFORE HACK',84.0390625,-163.9765625,0,0,0,'2017-03-10 01:31:25'); +INSERT INTO `marker` VALUES (752,1901,NULL,2,1925,12,'Sho Dantu Shrine','BEFORE HACK',66.78125,-153.796875,0,0,0,'2017-03-10 01:31:57'); +INSERT INTO `marker` VALUES (753,1901,NULL,2,1925,12,'Kuh Takkar Shrine','BEFORE HACK',79.8828125,-147.0703125,0,0,0,'2017-03-10 01:32:23'); +INSERT INTO `marker` VALUES (754,1901,NULL,2,1925,12,'Keeha Yoog Shrine','BEFORE HACK',67.625,-139.21875,0,0,0,'2017-03-10 01:32:44'); +INSERT INTO `marker` VALUES (755,1901,NULL,2,1916,55,'Korok','',163.7578125,-138.984375,0,0,0,'2017-03-10 01:32:57'); +INSERT INTO `marker` VALUES (756,1901,NULL,2,1925,12,'Kema Kosassa Shrine','BEFORE HACK',55.25,-142.109375,0,0,0,'2017-03-10 01:33:04'); +INSERT INTO `marker` VALUES (757,1901,NULL,2,1906,88,'Desert Voe Armor','Desert Voe armor set',68.765625,-173.90625,0,0,0,'2017-03-10 01:33:31'); +INSERT INTO `marker` VALUES (758,1901,NULL,2,1925,12,'Mijah Rokee Shrine','BEFORE HACK',85.109375,-131.515625,0,0,0,'2017-03-10 01:33:32'); +INSERT INTO `marker` VALUES (759,1901,NULL,2,1925,12,'Mogg Latan Shrine','BEFORE HACK',92.078125,-135.15625,0,0,0,'2017-03-10 01:33:51'); +INSERT INTO `marker` VALUES (760,1901,NULL,2,1925,12,'Sheem Dagoze Shrine','BEFORE HACK',98.3203125,-129.5,0,0,0,'2017-03-10 01:34:14'); +INSERT INTO `marker` VALUES (761,1901,NULL,2,1925,12,'Zalta Wa Shrine','BEFORE HACK',105.6171875,-118.78125,0,0,0,'2017-03-10 01:34:38'); +INSERT INTO `marker` VALUES (762,1901,NULL,2,1925,12,'Toh Yahsa Shrine','BEFORE HACK',92.515625,-113.921875,0,0,0,'2017-03-10 01:35:02'); +INSERT INTO `marker` VALUES (763,1901,NULL,2,1925,12,'Maag No'rah Shrine','BEFORE HACK',97.6484375,-105.203125,0,0,0,'2017-03-10 01:35:32'); +INSERT INTO `marker` VALUES (764,1901,NULL,2,1925,12,'Noya Neha Shrine','BEFORE HACK',113.1171875,-118.21484375,0,0,0,'2017-03-10 01:36:17'); +INSERT INTO `marker` VALUES (765,1901,NULL,2,1906,88,'Flamebreaker Armor','Flamebreaker armor chest piece',154.2578125,-97.51953125,0,0,0,'2017-03-10 01:36:24'); +INSERT INTO `marker` VALUES (766,1901,NULL,2,1925,12,'Shora Hah Shrine','BEFORE HACK',152.03125,-79.46875,0,0,0,'2017-03-10 01:38:07'); +INSERT INTO `marker` VALUES (767,1901,NULL,2,1916,55,'Korok','',163.00390625,-139.328125,0,0,0,'2017-03-10 01:38:25'); +INSERT INTO `marker` VALUES (768,1901,NULL,2,1925,12,'Namika Ozz Shrine','BEFORE HACK',139.890625,-115.15625,0,0,0,'2017-03-10 01:38:34'); +INSERT INTO `marker` VALUES (769,1901,NULL,2,1925,12,'Kaya Wan Shrine','BEFORE HACK',140.84375,-130.84375,0,0,0,'2017-03-10 01:38:57'); +INSERT INTO `marker` VALUES (770,1901,NULL,2,1906,88,'Gerudo Vai Outfit','',77.3125,-167.578125,0,0,0,'2017-03-10 01:39:50'); +INSERT INTO `marker` VALUES (771,1901,NULL,2,1925,12,'Shae Katha Shrine','BEFORE HACK',141.65625,-164.6875,0,0,0,'2017-03-10 01:39:51'); +INSERT INTO `marker` VALUES (772,1901,NULL,2,1901,12,'Spring of Courage','',142.03125,-165.875,0,0,1,'2017-03-10 01:40:00'); +INSERT INTO `marker` VALUES (773,1901,NULL,2,1925,12,'Pumaag Nitae Shrine','BEFORE HACK',136.796875,-174.734375,0,0,0,'2017-03-10 01:40:37'); +INSERT INTO `marker` VALUES (774,1901,NULL,2,1925,12,'Joloo Nah Shrine','BEFORE HACK',96.6796875,-154.1953125,0,0,0,'2017-03-10 01:41:21'); +INSERT INTO `marker` VALUES (775,1901,NULL,2,1925,12,'Shae Loya Shrine','BEFORE HACK',82.1953125,-121.265625,0,0,0,'2017-03-10 01:42:55'); +INSERT INTO `marker` VALUES (776,1901,NULL,2,1920,25,'Yiga Clan Hideout','Yiga Clan',71.96875,-149.40625,0,0,0,'2017-03-10 01:45:26'); +INSERT INTO `marker` VALUES (777,1901,NULL,2,1925,12,'Yah Rin Shrine','BEFORE HACK',172.28125,-179.71875,0,0,0,'2017-03-10 01:45:49'); +INSERT INTO `marker` VALUES (778,1901,NULL,2,1916,25,'Korok','',80.0859375,-148.109375,0,0,0,'2017-03-10 01:46:08'); +INSERT INTO `marker` VALUES (779,1901,NULL,2,1925,12,'Tawa Jinn Shrine','BEFORE HACK',169.2109375,-172.203125,0,0,0,'2017-03-10 01:46:12'); +INSERT INTO `marker` VALUES (780,1901,NULL,2,1925,25,'Kuh Takkar Shrine','BEFORE HACK',79.78125,-147.109375,0,0,0,'2017-03-10 01:46:41'); +INSERT INTO `marker` VALUES (781,1901,NULL,2,1906,88,'Hylian Trousers','Hylian Armor set trousers',116.4296875,-157.015625,0,0,0,'2017-03-10 01:46:55'); +INSERT INTO `marker` VALUES (782,1901,NULL,2,1921,12,'Zora's Domain','BEFORE HACK',179.0625,-121.6875,0,0,0,'2017-03-10 01:48:08'); +INSERT INTO `marker` VALUES (783,1901,NULL,2,1921,12,'Goron City','BEFORE HACK',154.375,-89.84375,0,0,0,'2017-03-10 01:48:25'); +INSERT INTO `marker` VALUES (784,1901,NULL,2,1921,12,'Lurelin Village','BEFORE HACK',174.953125,-181.875,0,0,0,'2017-03-10 01:49:08'); +INSERT INTO `marker` VALUES (785,1901,NULL,2,1937,12,'Great Fairy Kaysa','',72.6875,-116.28125,0,0,1,'2017-04-07 22:32:08'); +INSERT INTO `marker` VALUES (786,1901,NULL,2,1937,12,'Horse God Malanya','',140.3671875,-186.15625,0,0,1,'2017-04-07 22:31:38'); +INSERT INTO `marker` VALUES (787,1901,NULL,2,1906,88,'Warm Doublet','Warm Doublet reward from Old Man',114.77734375,-163.828125,0,0,0,'2017-03-10 01:51:23'); +INSERT INTO `marker` VALUES (788,1901,NULL,2,1938,12,'Rito Stable','BEFORE HACK',77.203125,-100.65625,0,0,0,'2017-03-10 01:51:27'); +INSERT INTO `marker` VALUES (789,1901,NULL,2,1938,12,'Tabantha Bridge Stable','BEFORE HACK',82.078125,-118.453125,0,0,0,'2017-03-10 01:51:55'); +INSERT INTO `marker` VALUES (790,1901,NULL,2,1938,12,'Gerudo Canyon Stable','BEFORE HACK',84.203125,-162.828125,0,0,0,'2017-03-10 01:52:29'); +INSERT INTO `marker` VALUES (791,1901,NULL,2,1938,12,'Wetland Shrine','BEFORE HACK',142.0390625,-130.78125,0,0,0,'2017-03-10 01:53:07'); +INSERT INTO `marker` VALUES (792,1901,NULL,2,1921,12,'Tarrey Town','BEFORE HACK',190.0625,-102.875,0,0,0,'2017-03-10 01:53:36'); +INSERT INTO `marker` VALUES (793,1901,NULL,2,1906,88,'Champion's Tunic','Champion's Tunic location',157.22265625,-143.63671875,0,0,0,'2017-03-10 01:53:50'); +INSERT INTO `marker` VALUES (794,1901,NULL,2,1906,88,'Rubber Helm','Rubber Helm armor piece',152.546875,-183.30859375,0,0,0,'2017-03-10 01:56:35'); +INSERT INTO `marker` VALUES (795,1901,NULL,2,1901,88,'Rubber Armor','Rubber Armor Chest Piece',104.796875,-118.6015625,0,0,0,'2017-03-10 02:02:15'); +INSERT INTO `marker` VALUES (796,1901,NULL,2,1906,88,'Rubber Tights','Rubber Armor legs piece',159.5,-179.296875,0,0,0,'2017-03-10 02:03:45'); +INSERT INTO `marker` VALUES (797,1901,NULL,2,1927,88,'Temple of Time','Temple of Time BotW',115.48046875,-157.9296875,0,0,0,'2017-03-10 02:05:13'); +INSERT INTO `marker` VALUES (798,1901,NULL,2,1935,96,'Link's House','This is not the actual side quest name. We need to confirm in-game. -Josh',179.703125,-163.765625,0,0,1,'2017-03-13 03:59:07'); +INSERT INTO `marker` VALUES (799,1901,NULL,2,1906,88,'Zora Helm','Zora Helm armor piece',182.1875,-114.21875,0,0,0,'2017-03-10 02:13:42'); +INSERT INTO `marker` VALUES (800,1901,NULL,2,1926,98,'','Goron - Dungeon',167.625,-87.875,0,0,0,'2017-03-10 02:18:03'); +INSERT INTO `marker` VALUES (801,1901,NULL,2,1906,88,'Zora Greaves','Zora Greaves leg armor',180.3671875,-120.296875,0,0,0,'2017-03-10 02:18:09'); +INSERT INTO `marker` VALUES (802,1901,NULL,2,1934,99,'Memory #5','',72.6328125,-120.99609375,0,0,0,'2017-03-10 02:18:27'); +INSERT INTO `marker` VALUES (803,1901,NULL,2,1926,98,'','',71.53125,-98.90625,0,0,0,'2017-03-10 02:18:33'); +INSERT INTO `marker` VALUES (804,1901,NULL,2,1930,100,'Lynel','',197.84375,-139.625,0,0,0,'2017-03-10 02:23:23'); +INSERT INTO `marker` VALUES (805,1901,NULL,2,1930,101,'Yiga Member','Answer Link when ask for something with L',169.234375,-115.984375,0,0,0,'2017-03-10 02:23:43'); +INSERT INTO `marker` VALUES (806,1901,NULL,2,1930,100,'Blue Hinox','',197.421875,-133.78125,0,0,0,'2017-03-10 02:24:09'); +INSERT INTO `marker` VALUES (807,1901,NULL,2,1916,100,'','',198.71875,-143.90625,0,0,0,'2017-03-10 02:26:18'); +INSERT INTO `marker` VALUES (808,1901,NULL,2,1916,100,'','',198.734375,-143.671875,0,0,0,'2017-03-10 02:26:40'); +INSERT INTO `marker` VALUES (809,1901,NULL,2,1930,101,'Yiga Member','Ask about the Yiga clan',169.1875,-116.484375,0,0,0,'2017-03-10 02:28:18'); +INSERT INTO `marker` VALUES (810,1901,NULL,2,1930,101,'Yiga Member','Is selling bananas for 99 rupees each',157.703125,-123.234375,0,0,0,'2017-03-10 02:30:08'); +INSERT INTO `marker` VALUES (811,1901,NULL,2,1916,100,'','',189.328125,-107.703125,0,0,0,'2017-03-10 02:39:04'); +INSERT INTO `marker` VALUES (812,1901,NULL,2,1925,95,'Fountain of Courage','BEFORE HACK',141.7265625,-165.1328125,0,0,0,'2017-03-10 02:46:45'); +INSERT INTO `marker` VALUES (813,1901,NULL,2,1901,104,'Giant Horse','Location of giant horse',114.03125,-171.625,0,0,0,'2017-03-10 02:58:01'); +INSERT INTO `marker` VALUES (814,1901,NULL,2,1937,99,'Great fairy','',72.62109375,-116.3359375,0,0,0,'2017-03-10 03:10:41'); +INSERT INTO `marker` VALUES (816,1901,NULL,2,1916,106,'Korok','Korok seed',200.84375,-165.2109375,0,0,0,'2017-03-13 03:49:50'); +INSERT INTO `marker` VALUES (817,1901,NULL,2,1933,106,'Luminous Stone Talus','',199.11328125,-166.4921875,0,0,1,'2017-03-13 03:48:28'); +INSERT INTO `marker` VALUES (818,1901,NULL,2,1916,106,'Korok','',198.84375,-165.59375,0,0,0,'2017-03-13 03:49:08'); +INSERT INTO `marker` VALUES (819,1901,NULL,2,1901,106,'Boat','',190.6171875,-174.38671875,0,0,0,'2017-03-10 03:14:38'); +INSERT INTO `marker` VALUES (820,1901,NULL,2,1901,106,'Father and Daughter (#12)','',122.31640625,-112.45703125,0,0,0,'2017-03-10 03:16:58'); +INSERT INTO `marker` VALUES (821,1901,NULL,2,1901,106,'The Eighth Heroine','Eight Heroine',59.59765625,-136.18359375,0,0,0,'2017-03-10 03:22:49'); +INSERT INTO `marker` VALUES (822,1901,NULL,2,1916,107,'Korok seed','',111.65234375,-87.04296875,0,0,0,'2017-03-10 03:24:40'); +INSERT INTO `marker` VALUES (823,1901,NULL,2,1916,107,'Korok seed','',108.40625,-91.140625,0,0,0,'2017-03-10 03:26:45'); +INSERT INTO `marker` VALUES (824,1901,NULL,2,1916,107,'Korok seed','',105.8125,-92.0390625,0,0,0,'2017-03-10 03:27:23'); +INSERT INTO `marker` VALUES (825,1901,NULL,2,1930,108,'Talus','',112.6875,-178.53125,0,0,0,'2017-03-10 03:29:10'); +INSERT INTO `marker` VALUES (826,1901,NULL,2,1916,108,'Korok','Hide and Seek Korok',110.765625,-184.5625,0,0,0,'2017-03-10 03:33:19'); +INSERT INTO `marker` VALUES (827,1901,NULL,2,1934,58,'El resentimiento de Zelda','',73.25,-121.4296875,0,0,0,'2017-03-10 03:36:06'); +INSERT INTO `marker` VALUES (828,1901,NULL,2,1916,106,'Korok','',155.73046875,-173.83984375,0,0,0,'2017-03-10 03:38:49'); +INSERT INTO `marker` VALUES (829,1901,NULL,2,1901,106,'Farosh Spawn Point','',156.05859375,-173.85546875,0,0,0,'2017-03-10 03:39:16'); +INSERT INTO `marker` VALUES (830,1901,NULL,2,1903,106,'Great Flameblade','',110.60546875,-134.6640625,0,0,0,'2017-03-10 03:40:22'); +INSERT INTO `marker` VALUES (831,1901,NULL,2,1930,108,'Stalnox','Skeletal Hynox',111.390625,-186.859375,0,0,0,'2017-03-10 03:51:05'); +INSERT INTO `marker` VALUES (833,1901,NULL,2,1901,110,'','',104.515625,-158.0390625,0,0,0,'2017-03-10 04:09:13'); +INSERT INTO `marker` VALUES (834,1901,NULL,2,1930,111,'White Lynel','',114.5,-177.5,0,0,0,'2017-03-10 04:11:27'); +INSERT INTO `marker` VALUES (835,1901,NULL,2,1930,111,'White Lynel','',116.0625,-183.75,0,0,0,'2017-03-10 04:11:47'); +INSERT INTO `marker` VALUES (836,1901,NULL,2,1930,111,'Lynel','',100.265625,-72.96875,0,0,0,'2017-03-10 04:12:28'); +INSERT INTO `marker` VALUES (837,1901,NULL,2,1930,111,'Lynel','',107.25,-72.296875,0,0,0,'2017-03-10 04:12:45'); +INSERT INTO `marker` VALUES (838,1901,NULL,2,1936,106,'Cracked Wall','',158.09765625,-90.37109375,0,0,0,'2017-03-10 04:27:34'); +INSERT INTO `marker` VALUES (839,1901,NULL,2,1916,106,'Korok','',157.171875,-90.515625,0,0,0,'2017-03-10 04:28:37'); +INSERT INTO `marker` VALUES (840,1901,NULL,2,1916,110,'Korok Seed','',96.40625,-162.15625,0,0,0,'2017-03-13 04:54:09'); +INSERT INTO `marker` VALUES (841,1901,NULL,2,1916,114,'Korok Seed','Seed is behind ruin wall',109.6953125,-164.234375,0,1,0,'2017-03-10 04:35:20'); +INSERT INTO `marker` VALUES (842,1901,NULL,2,1916,1,'Korok','',92.11328125,-133.3671875,0,0,0,'2017-03-10 05:05:40'); +INSERT INTO `marker` VALUES (844,1901,NULL,2,1916,1,'Korok','',92.2578125,-134.453125,0,0,0,'2017-03-10 05:09:48'); +INSERT INTO `marker` VALUES (845,1901,NULL,2,1916,1,'Korok','',92.19921875,-135.1953125,0,0,0,'2017-03-10 05:21:59'); +INSERT INTO `marker` VALUES (846,1901,NULL,2,1933,119,'Stone Talus','',124.46875,-156.453125,0,0,0,'2017-03-10 05:33:37'); +INSERT INTO `marker` VALUES (847,1901,NULL,2,1902,123,'Gerudo Hero Grave','',68.734375,-154.546875,0,0,0,'2017-03-10 06:05:18'); +INSERT INTO `marker` VALUES (848,1901,NULL,2,1933,127,'Hinox','',179.46875,-108.390625,0,0,0,'2017-03-10 06:08:26'); +INSERT INTO `marker` VALUES (849,1901,NULL,2,1915,127,'Ore Deposit','',174.65625,-133.33984375,0,0,0,'2017-03-10 06:13:41'); +INSERT INTO `marker` VALUES (850,1901,NULL,2,1901,1,'Chest','',72.5234375,-118.6953125,0,0,0,'2017-03-10 06:15:02'); +INSERT INTO `marker` VALUES (851,1901,NULL,2,1901,1,'Chest','',72.33984375,-118.78515625,0,0,0,'2017-03-10 06:15:16'); +INSERT INTO `marker` VALUES (852,1901,NULL,2,1933,127,'Hinox','',183.15625,-133.7109375,0,0,0,'2017-03-10 06:16:40'); +INSERT INTO `marker` VALUES (853,1901,NULL,2,1938,1,'Tabantha Bridge Stable','BEFORE HACK',82.14453125,-119.43359375,0,0,0,'2017-03-10 06:20:56'); +INSERT INTO `marker` VALUES (854,1901,NULL,2,1935,1,'A Gift for the Great Fairy','',82.22265625,-119.296875,0,0,1,'2017-03-10 06:22:11'); +INSERT INTO `marker` VALUES (855,1901,NULL,2,1933,127,'Lynel','',178.87109375,-146.77734375,0,0,0,'2017-03-10 06:28:36'); +INSERT INTO `marker` VALUES (856,1901,NULL,2,1933,127,'White-Maned Lynel','',64.96875,-141.671875,0,0,0,'2017-03-10 06:32:06'); +INSERT INTO `marker` VALUES (857,1901,NULL,2,1933,127,'White-Maned Lynel','',80.09375,-144.75,0,0,0,'2017-03-10 06:32:39'); +INSERT INTO `marker` VALUES (858,1901,NULL,2,1933,127,'White-Maned Lynel','',82.4140625,-148.1875,0,0,0,'2017-03-10 06:33:07'); +INSERT INTO `marker` VALUES (859,1901,NULL,2,1933,127,'Molduga','',57.40625,-174.90625,0,0,0,'2017-03-10 06:42:21'); +INSERT INTO `marker` VALUES (860,1901,NULL,2,1916,106,'Korok','',138.38671875,-150.94921875,0,0,0,'2017-03-13 04:38:50'); +INSERT INTO `marker` VALUES (861,1901,NULL,2,1916,118,'Korok Seed','Korok Seed under metal plate',203.28125,-76.4453125,0,0,0,'2017-03-10 07:03:23'); +INSERT INTO `marker` VALUES (862,1901,NULL,2,1901,131,'done','',105.25,-156,0,0,0,'2017-03-10 07:18:52'); +INSERT INTO `marker` VALUES (864,1901,NULL,2,1904,119,'Forest Dweller's Bow','CAN FIRE THREE ARROWS SIMULTANEOUSLY!',91.41796875,-138.58984375,0,0,0,'2017-03-10 07:28:47'); +INSERT INTO `marker` VALUES (865,1901,NULL,2,1936,119,'Silver Rupee','',91.37890625,-136.6015625,0,0,0,'2017-03-10 07:31:23'); +INSERT INTO `marker` VALUES (867,1901,NULL,2,1910,119,'Chest','Contains Forest Dweller's Spear',96.28125,-132.71875,0,0,0,'2017-03-10 08:03:45'); +INSERT INTO `marker` VALUES (868,1901,NULL,2,1910,119,'Amber','Amber under rock',96.28125,-132.6875,0,0,0,'2017-03-10 08:04:25'); +INSERT INTO `marker` VALUES (869,1901,NULL,2,1916,119,'Cracked Wall','Contains Rock; lift to find Korok',96.1328125,-132.6328125,0,0,0,'2017-03-10 08:06:53'); +INSERT INTO `marker` VALUES (870,1901,NULL,2,1901,136,'','',174.078125,-123.625,0,0,0,'2017-03-10 08:14:23'); +INSERT INTO `marker` VALUES (871,1901,NULL,2,1901,143,'','',124.01171875,-111.390625,0,0,0,'2017-03-10 09:57:32'); +INSERT INTO `marker` VALUES (872,1901,NULL,2,1903,144,'Great Flameblade','',110.671875,-134.76953125,0,1,0,'2017-03-10 09:58:54'); +INSERT INTO `marker` VALUES (873,1901,NULL,2,1916,140,'Korok','Korok seed - Throw a stone in the middle of the circle stone in the water',129.82421875,-154.75390625,0,1,0,'2017-03-10 10:10:42'); +INSERT INTO `marker` VALUES (874,1901,NULL,2,1916,140,'Korok','Korok seeds - shoot target that appears behind the ruins wall',128.8515625,-150.5078125,0,1,0,'2017-03-10 10:13:29'); +INSERT INTO `marker` VALUES (875,1901,NULL,2,1935,140,'Castle weapons - Parisse','Parisse side quest',133.140625,-145.296875,0,0,1,'2017-03-13 04:42:15'); +INSERT INTO `marker` VALUES (876,1901,NULL,2,1935,140,'Royal Receipes','Gottah's quest',133.4765625,-145.09375,0,0,1,'2017-03-13 04:42:03'); +INSERT INTO `marker` VALUES (877,1901,NULL,2,1916,140,'Korok','Korok seeds - Remove stone and door to find the Korok',121.3828125,-159.171875,0,1,0,'2017-03-10 10:22:04'); +INSERT INTO `marker` VALUES (878,1901,NULL,2,1916,140,'Korok','',115.86328125,-152.68359375,0,0,0,'2017-03-13 04:46:25'); +INSERT INTO `marker` VALUES (880,1901,NULL,2,1916,145,'korok seeds','under two rock',181.953125,-72.0625,0,0,0,'2017-03-10 10:40:28'); +INSERT INTO `marker` VALUES (882,1901,NULL,2,1916,147,'Seed','There is a seed available for pick up after you lift the rock on top of the fall',107.11328125,-131.8671875,0,0,0,'2017-03-10 12:46:16'); +INSERT INTO `marker` VALUES (883,1901,NULL,2,1901,148,'Glowing Ball','Ball can be picked up and needs to be placed in bowl.',200.69140625,-99.4765625,0,0,0,'2017-03-10 12:54:54'); +INSERT INTO `marker` VALUES (884,1901,NULL,2,1901,152,'','',112.31640625,-119.517578125,0,0,0,'2017-03-10 13:29:44'); +INSERT INTO `marker` VALUES (885,1901,NULL,2,1901,152,'','',111.802734375,-121.0546875,0,0,0,'2017-03-10 13:31:17'); +INSERT INTO `marker` VALUES (886,1901,NULL,2,1936,153,'Cracked Wall','Treasure Chests Inside',141.3671875,-158.296875,0,0,1,'2017-03-13 04:34:29'); +INSERT INTO `marker` VALUES (887,1901,NULL,2,1916,153,'Korok Seed','Push rock into hole',140.2734375,-157.7578125,0,0,0,'2017-03-13 04:34:53'); +INSERT INTO `marker` VALUES (888,1901,NULL,2,1916,153,'Korok Seed','Throw rock into ring of stones (throw from bridge, bounce off Cryonis pillar)',155.39453125,-151.98828125,0,0,0,'2017-03-10 13:36:58'); +INSERT INTO `marker` VALUES (889,1901,NULL,2,1930,153,'Fire Wizzrobe','Defeat to receive Fire Rod',162.9453125,-150.8359375,0,0,0,'2017-03-10 13:41:33'); +INSERT INTO `marker` VALUES (890,1901,NULL,2,1901,153,'Chest - Eightfold Longblade','',154.9375,-143.578125,0,0,0,'2017-03-10 13:57:01'); +INSERT INTO `marker` VALUES (892,1901,NULL,2,1916,153,'Korok Seed','Place one apple in each bowl',156.234375,-143.56640625,0,0,0,'2017-03-10 13:58:02'); +INSERT INTO `marker` VALUES (893,1901,NULL,2,1903,153,'Iron Sledgehammer','',155.85546875,-141.375,0,0,0,'2017-03-10 13:59:52'); +INSERT INTO `marker` VALUES (894,1901,NULL,2,1933,155,'Hinox','Hinox',173.8125,-123.375,0,0,0,'2017-03-10 14:15:13'); +INSERT INTO `marker` VALUES (895,1901,NULL,2,1933,155,'Lynel','Lynel',179.625,-147.25,0,0,0,'2017-03-10 14:16:59'); +INSERT INTO `marker` VALUES (896,1901,NULL,2,1916,155,'Korok seeds','',170.30078125,-146.1953125,0,0,0,'2017-03-10 14:18:22'); +INSERT INTO `marker` VALUES (898,1901,NULL,2,1901,149,'','Korok Seed',68.6015625,-115.875,0,0,0,'2017-03-10 14:37:16'); +INSERT INTO `marker` VALUES (899,1901,NULL,2,1916,149,'Korok Seed','',66.0234375,-118.2265625,0,0,0,'2017-03-10 14:40:12'); +INSERT INTO `marker` VALUES (900,1901,NULL,2,1916,91,'Korok','',186.640625,-161.09375,0,0,0,'2017-03-13 03:53:10'); +INSERT INTO `marker` VALUES (904,1901,NULL,2,1930,24,'Black Hinox','',133.6484375,-79.1875,0,0,0,'2017-03-10 15:40:29'); +INSERT INTO `marker` VALUES (905,1901,NULL,2,1916,91,'seed','',192.53125,-167.8125,0,0,0,'2017-03-13 03:51:43'); +INSERT INTO `marker` VALUES (906,1901,NULL,2,1916,24,'','',124.0390625,-111.38671875,0,0,0,'2017-03-10 15:43:52'); +INSERT INTO `marker` VALUES (907,1901,NULL,2,1916,24,'','',121.96875,-110.6875,0,0,0,'2017-03-10 15:44:37'); +INSERT INTO `marker` VALUES (908,1901,NULL,2,1916,165,'Owl in Tree','Shoot the Owl in the Tree with an arrow',98.90625,-133.484375,0,0,0,'2017-03-10 15:56:15'); +INSERT INTO `marker` VALUES (910,1901,NULL,2,1913,165,'Lots of Herbs','Electric Safflina, Swift Carrot, Warm Safflina, Blue Nightshade, Hyrule Herb',98.765625,-133.71875,0,0,0,'2017-03-10 15:57:33'); +INSERT INTO `marker` VALUES (911,1901,NULL,2,1915,165,'Apple Orchard','Lots of Apples (100+)\r\nclear cut with bombs, then harvest away!',97.5390625,-133.375,0,0,0,'2017-03-10 15:58:29'); +INSERT INTO `marker` VALUES (912,1901,NULL,2,1913,165,'Hearty Durian ','grove of 8+ Durian',93.625,-134.90625,0,0,0,'2017-03-10 15:59:25'); +INSERT INTO `marker` VALUES (913,1901,NULL,2,1916,165,'Owl in the Tree','Shoot the owl in the tree with an arrow',100.9375,-133.9375,0,0,0,'2017-03-10 16:00:26'); +INSERT INTO `marker` VALUES (914,1901,NULL,2,1916,165,'Rock in the Tree','climb the lone tree and lift the rock on top',106,-135.15625,0,0,0,'2017-03-10 16:02:06'); +INSERT INTO `marker` VALUES (915,1901,NULL,2,1933,167,'Lynel','',179.234375,-146.9375,0,1,0,'2017-03-10 16:02:41'); +INSERT INTO `marker` VALUES (916,1901,NULL,2,1903,168,'Great Flame Sword','',152.7109375,-70.71875,0,0,0,'2017-03-10 16:12:55'); +INSERT INTO `marker` VALUES (917,1901,NULL,2,1901,170,'Recuerdo Princesa Zelda','un recuerdo para desbloquear cinematica',124.0546875,-121.40625,0,1,0,'2017-03-10 16:18:55'); +INSERT INTO `marker` VALUES (920,1901,NULL,2,1934,175,'Memory of Zelda and King Rhoam','',122.28125,-112.4296875,0,1,0,'2017-03-10 16:35:49'); +INSERT INTO `marker` VALUES (921,1901,NULL,2,1935,174,'','Loves pond; Gerudo lady and a hylian male will be here. Quest will be given by the Hylian',168.484375,-183.203125,0,0,0,'2017-03-10 16:37:30'); +INSERT INTO `marker` VALUES (922,1901,NULL,2,1935,174,'Leviathan (Volcano)','',152.375,-70.3046875,0,0,0,'2017-03-10 16:38:56'); +INSERT INTO `marker` VALUES (923,1901,NULL,2,1916,176,'Korok Seed','',109.6875,-164.2265625,0,0,0,'2017-03-10 16:42:33'); +INSERT INTO `marker` VALUES (924,1901,NULL,2,1901,152,'','',152.7421875,-116.6875,0,0,0,'2017-03-10 16:59:58'); +INSERT INTO `marker` VALUES (925,1901,NULL,2,1916,152,'Korok seed','Catch the fairy.',149.68359375,-114.9375,0,0,0,'2017-03-10 17:06:16'); +INSERT INTO `marker` VALUES (927,1901,NULL,2,1920,5,'Reddit Shield Surf Challenge Start Point','',200.64453125,-111.296875,0,0,1,'2017-03-10 17:10:01'); +INSERT INTO `marker` VALUES (928,1901,NULL,2,1901,178,'','Giant Horse',108.96875,-169.8125,0,0,0,'2017-03-10 17:10:02'); +INSERT INTO `marker` VALUES (929,1901,NULL,2,1925,178,'','BEFORE HACK',190.5625,-174.703125,0,0,0,'2017-03-10 17:11:03'); +INSERT INTO `marker` VALUES (930,1901,NULL,2,1901,179,'Lynel','',146.8359375,-69.25,0,0,0,'2017-03-10 17:16:07'); +INSERT INTO `marker` VALUES (931,1901,NULL,2,1901,179,'Lynel','',107.4453125,-72.55078125,0,0,0,'2017-03-10 17:17:26'); +INSERT INTO `marker` VALUES (932,1901,NULL,2,1916,177,'Korok','',186.25390625,-86.171875,0,0,0,'2017-03-10 17:17:31'); +INSERT INTO `marker` VALUES (933,1901,NULL,2,1901,179,'Lynel','',101.9375,-72.484375,0,0,0,'2017-03-10 17:17:48'); +INSERT INTO `marker` VALUES (934,1901,NULL,2,1901,179,'Lynel','',65.0078125,-142.0078125,0,0,0,'2017-03-10 17:18:43'); +INSERT INTO `marker` VALUES (936,1901,NULL,2,1901,179,'Lynel','',179.0546875,-146.9921875,0,0,0,'2017-03-10 17:20:27'); +INSERT INTO `marker` VALUES (938,1901,NULL,2,1930,180,'Lynel','',139.3515625,-70.4140625,0,0,0,'2017-03-10 17:35:43'); +INSERT INTO `marker` VALUES (939,1901,NULL,2,1916,176,'Korok Seed','Activate from the treestump on the shoreline.',118.390625,-165.3515625,0,0,0,'2017-03-10 17:36:03'); +INSERT INTO `marker` VALUES (941,1901,NULL,2,1903,180,'elemental weapons','',109.98046875,-147.80078125,0,0,0,'2017-03-13 04:51:05'); +INSERT INTO `marker` VALUES (942,1901,NULL,2,1901,177,'Goddess Statue','',190.046875,-102.953125,0,0,0,'2017-03-10 17:54:06'); +INSERT INTO `marker` VALUES (943,1901,NULL,2,1916,177,'Korok','',179.45703125,-105.70703125,0,0,0,'2017-03-10 17:55:54'); +INSERT INTO `marker` VALUES (944,1901,NULL,2,1916,177,'Korok','',179.390625,-103.46875,0,0,0,'2017-03-10 17:56:23'); +INSERT INTO `marker` VALUES (945,1901,NULL,2,1916,177,'Korok','',178.7421875,-96.8046875,0,0,0,'2017-03-10 17:57:14'); +INSERT INTO `marker` VALUES (946,1901,NULL,2,1930,180,'Black Hinox','',57.46875,-86.140625,0,0,0,'2017-03-10 18:02:16'); +INSERT INTO `marker` VALUES (947,1901,NULL,2,1930,180,'Guardian','',70.21875,-79.15625,0,0,0,'2017-03-10 18:07:02'); +INSERT INTO `marker` VALUES (948,1901,NULL,2,1901,93,'Yiga Clan Hideout','Yiga Clan Base',71.25,-149.375,0,0,0,'2017-03-10 18:08:23'); +INSERT INTO `marker` VALUES (949,1901,NULL,2,1930,180,'Hinox','',133.53125,-79.375,0,0,0,'2017-03-10 18:09:59'); +INSERT INTO `marker` VALUES (950,1901,NULL,2,1930,180,'Lyndel','',179.0625,-146.4375,0,0,0,'2017-03-10 18:10:58'); +INSERT INTO `marker` VALUES (951,1901,NULL,2,1916,180,'in the tree','',114.453125,-76.28125,0,0,0,'2017-03-10 18:13:24'); +INSERT INTO `marker` VALUES (952,1901,NULL,2,1915,180,'lots of materials.','',93.5703125,-140.4765625,0,0,0,'2017-03-10 18:16:18'); +INSERT INTO `marker` VALUES (953,1901,NULL,2,1930,180,'Lynel','',122.6875,-79.125,0,0,0,'2017-03-10 18:18:18'); +INSERT INTO `marker` VALUES (954,1901,NULL,2,1910,186,'Treasure Chests','',109.2578125,-154.109375,0,0,0,'2017-03-13 04:48:26'); +INSERT INTO `marker` VALUES (955,1901,NULL,2,1901,187,'Test','just a test marker',77.3125,-83.1875,0,0,0,'2017-03-10 18:37:52'); +INSERT INTO `marker` VALUES (956,1901,NULL,2,1910,183,'Treasure Chest','Silver Bow',178.6015625,-121.44921875,0,0,0,'2017-03-10 18:40:09'); +INSERT INTO `marker` VALUES (957,1901,NULL,2,1910,183,'Zora Spear','',179.80078125,-120.1328125,0,0,0,'2017-03-10 18:42:49'); +INSERT INTO `marker` VALUES (958,1901,NULL,2,1901,183,'Treasure Chest','',179.734375,-119.58984375,0,0,0,'2017-03-10 18:44:36'); +INSERT INTO `marker` VALUES (959,1901,NULL,2,1901,183,'Treasure Chest','',179.0078125,-120.46875,0,0,0,'2017-03-10 18:47:26'); +INSERT INTO `marker` VALUES (960,1901,NULL,2,1901,183,'Treasure Chest','',178.67578125,-120.93359375,0,0,0,'2017-03-10 18:49:22'); +INSERT INTO `marker` VALUES (961,1901,NULL,2,1901,183,'Treasure Chest','',179.671875,-121.91796875,0,0,0,'2017-03-10 18:52:19'); +INSERT INTO `marker` VALUES (962,1901,NULL,2,1901,183,'Treasure Chest','',179.3359375,-119.12109375,0,0,0,'2017-03-10 19:00:00'); +INSERT INTO `marker` VALUES (963,1901,NULL,2,1936,183,'Treasure Chest','',173.03515625,-122.18359375,0,0,0,'2017-03-10 19:04:09'); +INSERT INTO `marker` VALUES (964,1901,NULL,2,1901,183,'Treasure Chest','',170.46875,-119.265625,0,0,0,'2017-03-10 19:07:26'); +INSERT INTO `marker` VALUES (965,1901,NULL,2,1931,183,'Moblin Camp','',169.12890625,-119.0859375,0,0,0,'2017-03-10 19:09:15'); +INSERT INTO `marker` VALUES (966,1901,NULL,2,1916,125,'Korok','Follow the Flower',138.87890625,-176.01953125,0,0,0,'2017-03-10 19:09:16'); +INSERT INTO `marker` VALUES (967,1901,NULL,2,1901,183,'Treasure Chest','',169.5859375,-118.66015625,0,0,0,'2017-03-10 19:09:40'); +INSERT INTO `marker` VALUES (968,1901,NULL,2,1901,183,'Treasure Chest','',167.328125,-115.9375,0,0,0,'2017-03-10 19:13:10'); +INSERT INTO `marker` VALUES (969,1901,NULL,2,1931,183,'','',167.328125,-116.5390625,0,0,0,'2017-03-10 19:13:31'); +INSERT INTO `marker` VALUES (970,1901,NULL,2,1903,125,'Soldier's Broadsword','',155.9296875,-177.4296875,0,0,0,'2017-03-10 19:15:28'); +INSERT INTO `marker` VALUES (971,1901,NULL,2,1915,125,'Topaz','',156.3359375,-177.4296875,0,0,0,'2017-03-10 19:18:08'); +INSERT INTO `marker` VALUES (972,1901,NULL,2,1916,190,'','',148.2651243209839,-148.80637496709824,0,0,0,'2017-03-10 19:19:56'); +INSERT INTO `marker` VALUES (974,1901,NULL,2,1903,192,'Master Sword','Located in Lost Woods',132,-94.25,0,0,0,'2017-03-10 19:20:38'); +INSERT INTO `marker` VALUES (975,1901,NULL,2,1901,125,'Korok','Step on the switch and follow the circle up the waterfall',155.90625,-175.21875,0,0,0,'2017-03-10 19:21:30'); +INSERT INTO `marker` VALUES (976,1901,NULL,2,1933,190,'Stone boss','',150.86075019836426,-148.83144521713257,0,0,0,'2017-03-10 19:22:18'); +INSERT INTO `marker` VALUES (977,1901,NULL,2,1903,194,'Iron Sledgehammer','',79.19921875,-118.5390625,0,0,0,'2017-03-10 19:28:04'); +INSERT INTO `marker` VALUES (978,1901,NULL,2,1903,194,'Iron Sledgehammer','Two Iron Sledgehammers here',79.27734375,-118.51953125,0,0,0,'2017-03-10 19:28:22'); +INSERT INTO `marker` VALUES (979,1901,NULL,2,1916,193,'Top','The Top Of The Castle Has A Korok Seed.',124.0234375,-111.37890625,0,0,0,'2017-03-10 19:28:58'); +INSERT INTO `marker` VALUES (980,1901,NULL,2,1903,193,'WoodCutters Axe','',115.72265625,-163.26953125,0,0,0,'2017-03-10 19:30:58'); +INSERT INTO `marker` VALUES (981,1901,NULL,2,1903,192,'Lumberman's Axe','Located inside Old Man's Hut',118.328125,-160.1875,0,0,0,'2017-03-10 19:31:52'); +INSERT INTO `marker` VALUES (982,1901,NULL,2,1916,190,'','',161.85649061203003,-144.23279678821564,0,0,0,'2017-03-10 19:35:06'); +INSERT INTO `marker` VALUES (983,1901,NULL,2,1901,183,'Treasure Chest','',154.8984375,-143.54296875,0,0,0,'2017-03-10 19:37:05'); +INSERT INTO `marker` VALUES (984,1901,NULL,2,1933,193,'Giant Skeleton','He Wakes Up In The Day',91.94921875,-136.19140625,0,1,0,'2017-03-10 19:37:17'); +INSERT INTO `marker` VALUES (985,1901,NULL,2,1901,183,'Treasure Chest','',155.3828125,-143.453125,0,0,0,'2017-03-10 19:37:22'); +INSERT INTO `marker` VALUES (986,1901,NULL,2,1916,190,'','',167.4938907623291,-147.66802334785461,0,0,0,'2017-03-10 19:39:03'); +INSERT INTO `marker` VALUES (987,1901,NULL,2,1916,190,'','',160.109375,-160.7578125,0,0,0,'2017-03-10 19:40:19'); +INSERT INTO `marker` VALUES (989,1901,NULL,2,1901,183,'Treasure Chest','',155.3046875,-139.515625,0,0,0,'2017-03-10 19:42:47'); +INSERT INTO `marker` VALUES (990,1901,NULL,2,1901,183,'Treasure Chest','',155.109375,-140.1015625,0,0,0,'2017-03-10 19:43:03'); +INSERT INTO `marker` VALUES (991,1901,NULL,2,1901,183,'Treasure Chest','',154.69140625,-138.421875,0,0,0,'2017-03-10 19:44:29'); +INSERT INTO `marker` VALUES (993,1901,NULL,2,1901,183,'Treasure Chest','',156.14453125,-134.75390625,0,0,0,'2017-03-10 19:47:53'); +INSERT INTO `marker` VALUES (994,1901,NULL,2,1901,183,'Treasure Chest','',154.16015625,-133.60546875,0,0,0,'2017-03-10 19:50:07'); +INSERT INTO `marker` VALUES (995,1901,NULL,2,1910,183,'Rusty Claymore','',153.25390625,-132.54296875,0,0,0,'2017-03-10 19:51:09'); +INSERT INTO `marker` VALUES (996,1901,NULL,2,1901,183,'Treasure Chest','',153.21484375,-132.58984375,0,0,0,'2017-03-10 19:51:33'); +INSERT INTO `marker` VALUES (997,1901,NULL,2,1910,183,'Rusty Claymore','',153.125,-132.93359375,0,0,0,'2017-03-10 19:53:57'); +INSERT INTO `marker` VALUES (998,1901,NULL,2,1910,183,'Rusty Broadsword','',153.28515625,-132.57421875,0,0,0,'2017-03-10 19:54:36'); +INSERT INTO `marker` VALUES (999,1901,NULL,2,1901,183,'Treasure Chest','',154.7109375,-129.46875,0,0,0,'2017-03-10 19:56:35'); +INSERT INTO `marker` VALUES (1000,1901,NULL,2,1901,183,'Treasure Chest','',157.171875,-130.79296875,0,0,0,'2017-03-10 19:57:50'); +INSERT INTO `marker` VALUES (1001,1901,NULL,2,1921,196,'Gerudo Town','BEFORE HACK',67.8984375,-173.7421875,0,0,0,'2017-03-10 20:02:19'); +INSERT INTO `marker` VALUES (1002,1901,NULL,2,1901,195,'','DELETE',121.28515625,-159.21484375,0,0,0,'2017-03-14 06:26:28'); +INSERT INTO `marker` VALUES (1003,1901,NULL,2,1916,177,'Korok','',192.078125,-102.578125,0,0,0,'2017-03-10 20:06:15'); +INSERT INTO `marker` VALUES (1004,1901,NULL,2,1916,177,'Korok','',192.078125,-102.578125,0,0,0,'2017-03-10 20:06:17'); +INSERT INTO `marker` VALUES (1005,1901,NULL,2,1916,176,'Korok Seed','',155.4375,-152.1484375,0,0,0,'2017-03-10 20:10:41'); +INSERT INTO `marker` VALUES (1006,1901,NULL,2,1903,125,'Forest Dweller's Spear','',139.390625,-97.765625,0,0,0,'2017-03-10 20:18:07'); +INSERT INTO `marker` VALUES (1007,1901,NULL,2,1930,197,'Lynel','',83.109375,-123.078125,0,0,0,'2017-03-10 20:40:27'); +INSERT INTO `marker` VALUES (1008,1901,NULL,2,1901,183,'Treasure Chest','',158.796875,-148.28125,0,0,0,'2017-03-10 20:44:56'); +INSERT INTO `marker` VALUES (1009,1901,NULL,2,1933,200,'Stone Talus','',133.375,-158.4375,0,0,0,'2017-03-10 20:45:00'); +INSERT INTO `marker` VALUES (1010,1901,NULL,2,1933,200,'Stone Talus','',151.625,-149,0,0,0,'2017-03-10 20:46:14'); +INSERT INTO `marker` VALUES (1011,1901,NULL,2,1901,198,'Temple of Time','',115.2265625,-159.26953125,0,0,0,'2017-03-10 20:46:29'); +INSERT INTO `marker` VALUES (1012,1901,NULL,2,1936,183,'Treasure Chest','',164.1796875,-147.5234375,0,0,0,'2017-03-10 20:47:39'); +INSERT INTO `marker` VALUES (1013,1901,NULL,2,1916,176,'Korok Seed','',162.4765625,-149.453125,0,0,0,'2017-03-10 20:48:43'); +INSERT INTO `marker` VALUES (1014,1901,NULL,2,1901,183,'Treasure Chest','',163.32421875,-149.62109375,0,0,0,'2017-03-10 20:50:24'); +INSERT INTO `marker` VALUES (1015,1901,NULL,2,1901,183,'Treasure Chest','',161.6328125,-150.37109375,0,0,0,'2017-03-10 20:52:12'); +INSERT INTO `marker` VALUES (1016,1901,NULL,2,1926,205,'Divine Beast Van Rudania','',167.25,-87.75,0,0,0,'2017-03-10 20:55:38'); +INSERT INTO `marker` VALUES (1017,1901,NULL,2,1902,205,'Master Sword','The Sword of Legend',134.5,-94.25,0,0,0,'2017-03-10 20:57:04'); +INSERT INTO `marker` VALUES (1018,1901,NULL,2,1905,205,'Hylian Shield','Trial of the Knight',121.1875,-111.1484375,0,0,0,'2017-03-10 20:58:40'); +INSERT INTO `marker` VALUES (1020,1901,NULL,2,1901,205,'The Eight Heroine','Location of the "Bronze Giant", the eight heroine for the sand boots side quest.',59.546875,-136.1875,0,0,0,'2017-03-10 21:03:13'); +INSERT INTO `marker` VALUES (1021,1901,NULL,2,1930,208,'Spiral of Endurance','Very hard when low on arrows',201.1875,-98.6875,0,0,0,'2017-03-10 21:16:18'); +INSERT INTO `marker` VALUES (1022,1901,NULL,2,1916,210,'','',160.1640625,-146.91015625,0,0,0,'2017-03-10 21:39:41'); +INSERT INTO `marker` VALUES (1023,1901,NULL,2,1916,176,'Korok Seed','',157.3125,-160.03125,0,0,0,'2017-03-10 21:45:43'); +INSERT INTO `marker` VALUES (1024,1901,NULL,2,1934,58,'Desesperacion','',138.96875,-134.8203125,0,0,0,'2017-03-10 21:45:53'); +INSERT INTO `marker` VALUES (1025,1901,NULL,2,1916,176,'Korok Seed','',160.0234375,-160.703125,0,0,0,'2017-03-10 21:51:06'); +INSERT INTO `marker` VALUES (1026,1901,NULL,2,1916,211,'Korok Seed ','',155.73046875,-173.8515625,0,0,0,'2017-03-10 21:55:28'); +INSERT INTO `marker` VALUES (1027,1901,NULL,2,1933,211,'Rock Monster','',154.3515625,-178.015625,0,0,0,'2017-03-10 21:56:37'); +INSERT INTO `marker` VALUES (1028,1901,NULL,2,1901,183,'Treasure Chest','',151.85546875,-124.875,0,0,0,'2017-03-10 21:57:25'); +INSERT INTO `marker` VALUES (1029,1901,NULL,2,1931,183,'Boko Camp','',151.921875,-125.3046875,0,0,0,'2017-03-10 21:57:50'); +INSERT INTO `marker` VALUES (1030,1901,NULL,2,1916,118,'Korok Seed','',146.6875,-109.84375,0,0,0,'2017-03-10 22:35:17'); +INSERT INTO `marker` VALUES (1031,1901,NULL,2,1901,183,'Treasure Chest','',144.2578125,-111.77734375,0,0,0,'2017-03-10 22:37:54'); +INSERT INTO `marker` VALUES (1032,1901,NULL,2,1925,38,'Zalta Wa Shrine','BEFORE HACK',105.625,-118.796875,0,0,0,'2017-03-10 22:39:45'); +INSERT INTO `marker` VALUES (1033,1901,NULL,2,1901,183,'Treasure Chest','',143.8828125,-111.59765625,0,0,0,'2017-03-10 22:39:50'); +INSERT INTO `marker` VALUES (1034,1901,NULL,2,1901,183,'Treasure Chest','',142.1328125,-106.1953125,0,0,0,'2017-03-10 22:42:16'); +INSERT INTO `marker` VALUES (1035,1901,NULL,2,1901,183,'Treasure Chest','',143.02734375,-104.734375,0,0,0,'2017-03-10 22:44:49'); +INSERT INTO `marker` VALUES (1036,1901,NULL,2,1901,183,'Treasure Chest','',143.0703125,-104.5546875,0,0,0,'2017-03-10 22:45:21'); +INSERT INTO `marker` VALUES (1037,1901,NULL,2,1931,183,'Fire wizrobes','',142.69140625,-102.6015625,0,0,0,'2017-03-10 22:51:43'); +INSERT INTO `marker` VALUES (1038,1901,NULL,2,1901,183,'Treasure Chest','',143.19921875,-102.12890625,0,0,0,'2017-03-10 22:55:34'); +INSERT INTO `marker` VALUES (1039,1901,NULL,2,1916,210,'Korok','',156.2421875,-143.3984375,0,0,0,'2017-03-10 22:57:06'); +INSERT INTO `marker` VALUES (1040,1901,NULL,2,1901,183,'Treasure Chest','',141.57421875,-102.54296875,0,0,0,'2017-03-10 22:57:29'); +INSERT INTO `marker` VALUES (1041,1901,NULL,2,1905,118,'Shield Salesman','',152.78125,-116.734375,0,0,0,'2017-03-10 22:58:40'); +INSERT INTO `marker` VALUES (1044,1901,NULL,2,1916,213,'Korok','',136.625,-157.6328125,0,0,0,'2017-03-10 23:24:38'); +INSERT INTO `marker` VALUES (1045,1901,NULL,2,1901,213,'Blupee','',137.15625,-149.296875,0,0,1,'2017-03-13 04:40:13'); +INSERT INTO `marker` VALUES (1048,1901,NULL,2,1901,225,'Spring of Power','',186.765625,-86.15625,0,0,0,'2017-03-10 23:43:18'); +INSERT INTO `marker` VALUES (1050,1901,NULL,2,1934,225,'Zelda's Study','',122.3125,-112.453125,0,0,0,'2017-03-10 23:44:31'); +INSERT INTO `marker` VALUES (1055,1901,NULL,2,1933,125,'Stone Talus (Junior)','',147.7265625,-162.03125,0,0,1,'2017-03-13 04:33:42'); +INSERT INTO `marker` VALUES (1056,1901,NULL,2,1916,240,'Korok','Reach the summit before time runs out',181.66015625,-145.984375,0,0,0,'2017-03-11 00:30:40'); +INSERT INTO `marker` VALUES (1057,1901,NULL,2,1916,240,'Korok','Complete the circle of rocks',191.875,-145.8515625,0,0,0,'2017-03-11 00:42:35'); +INSERT INTO `marker` VALUES (1058,1901,NULL,2,1916,240,'Korok','',188.671875,-107.0625,0,0,0,'2017-03-11 00:50:02'); +INSERT INTO `marker` VALUES (1060,1901,NULL,2,1916,240,'Korok seed','I FIGURED IT OUT. There's a fire keese around. If you kill it and set the grass on fire, it'll create wind. You can use this to get to the ring on time.',196.0703125,-104.29296875,0,0,0,'2017-03-11 00:57:48'); +INSERT INTO `marker` VALUES (1061,1901,NULL,2,1904,125,'Knight's Bow','',152.6484375,-84.0078125,0,0,0,'2017-03-11 01:02:16'); +INSERT INTO `marker` VALUES (1062,1901,NULL,2,1904,125,'Ice Arrows x10','',153.9921875,-83.15625,0,0,0,'2017-03-11 01:10:04'); +INSERT INTO `marker` VALUES (1063,1901,NULL,2,1933,243,'Blue Hinox','',101.2265625,-155.69921875,0,0,1,'2017-03-13 04:53:35'); +INSERT INTO `marker` VALUES (1066,1901,NULL,2,1916,246,'Korok Seed','',131.484375,-154.6875,0,0,0,'2017-03-11 02:56:23'); +INSERT INTO `marker` VALUES (1067,1901,NULL,2,1916,246,'Korok Seed','',130.67578125,-154.97265625,0,0,0,'2017-03-11 02:56:55'); +INSERT INTO `marker` VALUES (1068,1901,NULL,2,1916,246,'Korok Seed','',129.67578125,-154.71875,0,0,0,'2017-03-11 02:57:25'); +INSERT INTO `marker` VALUES (1069,1901,NULL,2,1916,250,'Korok Seed','',163.625,-153.1328125,0,1,0,'2017-03-11 03:56:51'); +INSERT INTO `marker` VALUES (1070,1901,NULL,2,1901,251,'Shine - Done','',153.9375,-158.125,0,0,0,'2017-03-11 04:12:31'); +INSERT INTO `marker` VALUES (1071,1901,NULL,2,1903,255,'Royal Claymore','On top of the skull shaped structure that rest at the top of the tower.',141.65234375,-102.8359375,0,0,0,'2017-03-11 04:27:31'); +INSERT INTO `marker` VALUES (1072,1901,NULL,2,1916,252,'Korok Seeds','',156.21484375,-143.61328125,0,0,0,'2017-03-11 04:30:02'); +INSERT INTO `marker` VALUES (1073,1901,NULL,2,1903,255,'Great Flameblade','Down stairs from the trial, burn away the thorn vines and crawl up to find the blade.\r\n',200.5703125,-70.24609375,0,0,0,'2017-03-11 04:34:49'); +INSERT INTO `marker` VALUES (1074,1901,NULL,2,1901,252,'Godess Statue','',156.76171875,-143.5859375,0,0,0,'2017-03-11 04:37:44'); +INSERT INTO `marker` VALUES (1075,1901,NULL,2,1916,252,'Korok','',158.609375,-146.25390625,0,0,0,'2017-03-11 04:39:02'); +INSERT INTO `marker` VALUES (1076,1901,NULL,2,1904,252,'Soldiers bow','',115.2265625,-158.703125,0,0,0,'2017-03-11 05:02:19'); +INSERT INTO `marker` VALUES (1077,1901,NULL,2,1927,255,'Temple of Time','',115.203125,-159.3125,0,0,0,'2017-03-11 05:03:15'); +INSERT INTO `marker` VALUES (1078,1901,NULL,2,1913,258,'Spicy Pepper','',105.328125,-155.984375,0,0,0,'2017-03-11 05:06:25'); +INSERT INTO `marker` VALUES (1079,1901,NULL,2,1934,255,'Memory #5: Zelda's Resentment','',73.61328125,-121.265625,0,0,0,'2017-03-11 05:06:48'); +INSERT INTO `marker` VALUES (1080,1901,NULL,2,1934,255,'Memory #17: Zelda's Awakening','',158.91015625,-157.890625,0,0,0,'2017-03-11 05:07:55'); +INSERT INTO `marker` VALUES (1081,1901,NULL,2,1934,255,'Memory #13: Slumbering Power','',186.48828125,-86.51953125,0,0,0,'2017-03-11 05:09:10'); +INSERT INTO `marker` VALUES (1082,1901,NULL,2,1916,259,'Hyrule Castle Tip Seed','Korok seed located at the tip of Hyrule Castle',124.0625,-111.43359375,0,0,0,'2017-03-11 05:29:55'); +INSERT INTO `marker` VALUES (1083,1901,NULL,2,1934,259,'Fleeing Memory','',139.3125,-134.84375,0,0,0,'2017-03-11 05:33:02'); +INSERT INTO `marker` VALUES (1084,1901,NULL,2,1934,1,'Zelda's Resentment (#5)','',73.29296875,-121.421875,0,0,0,'2017-03-11 05:42:29'); +INSERT INTO `marker` VALUES (1085,1901,NULL,2,1916,261,'','',136.125,-155.84375,0,0,0,'2017-03-11 05:47:27'); +INSERT INTO `marker` VALUES (1086,1901,NULL,2,1901,261,'','',132.9375,-155.71875,0,0,0,'2017-03-11 05:49:08'); +INSERT INTO `marker` VALUES (1087,1901,NULL,2,1901,261,'100 ruppee's','',128.78125,-161.34375,0,0,0,'2017-03-11 06:02:34'); +INSERT INTO `marker` VALUES (1088,1901,NULL,2,1913,258,'Lots of plants','Silent Mushroom, Silent Princess, Blue Nightshade',157.171875,-140.875,0,0,0,'2017-03-11 06:07:16'); +INSERT INTO `marker` VALUES (1089,1901,NULL,2,1910,266,'Season Pass Chest','',117.40625,-151.83984375,0,0,0,'2017-03-13 04:45:45'); +INSERT INTO `marker` VALUES (1090,1901,NULL,2,1916,263,'Korok','',177.15625,-162.828125,0,1,0,'2017-03-13 03:59:28'); +INSERT INTO `marker` VALUES (1091,1901,NULL,2,1916,267,'Korok Seed','Place an apple in the dish.',167.265625,-152.5546875,0,0,0,'2017-03-13 03:45:04'); +INSERT INTO `marker` VALUES (1092,1901,NULL,2,1916,1,'Korok','',104.05859375,-73.71484375,0,0,0,'2017-03-11 07:00:45'); +INSERT INTO `marker` VALUES (1093,1901,NULL,2,1916,1,'Korok','',106.51171875,-71.1015625,0,0,0,'2017-03-11 07:09:12'); +INSERT INTO `marker` VALUES (1094,1901,NULL,2,1901,1,'Chest','',116.9140625,-72.76953125,0,0,0,'2017-03-11 07:18:24'); +INSERT INTO `marker` VALUES (1095,1901,NULL,2,1903,1,'Meteor Rod','',116.17578125,-72.72265625,0,0,0,'2017-03-11 07:18:54'); +INSERT INTO `marker` VALUES (1096,1901,NULL,2,1901,1,'Chest','',115.10546875,-70.953125,0,0,0,'2017-03-11 07:20:02'); +INSERT INTO `marker` VALUES (1097,1901,NULL,2,1901,1,'Chest','',115.609375,-72.3828125,0,0,0,'2017-03-11 07:23:27'); +INSERT INTO `marker` VALUES (1098,1901,NULL,2,1901,268,'Bandana','',148.1875,-156.921875,0,0,0,'2017-03-11 07:24:45'); +INSERT INTO `marker` VALUES (1099,1901,NULL,2,1901,1,'Chest','',115.109375,-74.55078125,0,0,0,'2017-03-11 07:24:59'); +INSERT INTO `marker` VALUES (1100,1901,NULL,2,1901,1,'Chest','',115.84765625,-72.76953125,0,0,0,'2017-03-11 07:30:47'); +INSERT INTO `marker` VALUES (1101,1901,NULL,2,1935,1,'Trial on the Cliff','',113.3359375,-72.78125,0,0,1,'2017-03-11 07:32:39'); +INSERT INTO `marker` VALUES (1102,1901,NULL,2,1916,1,'Korok','',114.359375,-76.1796875,0,0,0,'2017-03-11 07:36:08'); +INSERT INTO `marker` VALUES (1103,1901,NULL,2,1916,269,'Korok','',193.79545313119888,-163.90929687023163,0,0,0,'2017-03-13 03:51:08'); +INSERT INTO `marker` VALUES (1105,1901,NULL,2,1935,1,'Stalhorse: Pictured!','',102.16015625,-87.76171875,0,0,1,'2017-03-11 07:46:25'); +INSERT INTO `marker` VALUES (1106,1901,NULL,2,1916,1,'Korok','',93.7734375,-136.96484375,0,0,0,'2017-03-11 07:54:47'); +INSERT INTO `marker` VALUES (1107,1901,NULL,2,1936,1,'Cracked rocks','',93.73046875,-135.9921875,0,0,1,'2017-03-11 07:58:26'); +INSERT INTO `marker` VALUES (1109,1901,NULL,2,1936,1,'Cracled Rocks','',94.51953125,-135.9921875,0,0,1,'2017-03-11 07:58:17'); +INSERT INTO `marker` VALUES (1110,1901,NULL,2,1916,1,'Korok','',97.265625,-137.3515625,0,0,0,'2017-03-11 08:00:13'); +INSERT INTO `marker` VALUES (1111,1901,NULL,2,1934,1,'Memory #14 - To Mount Lanayru','',102.81640625,-138.75,0,0,0,'2017-03-11 08:01:58'); +INSERT INTO `marker` VALUES (1112,1901,NULL,2,1916,1,'Korok','',106.81640625,-143.6875,0,0,0,'2017-03-11 08:12:48'); +INSERT INTO `marker` VALUES (1113,1901,NULL,2,1916,1,'Korok','',156.24609375,-143.50390625,0,0,0,'2017-03-11 08:17:30'); +INSERT INTO `marker` VALUES (1115,1901,NULL,2,1935,1,'Find the Fairy Fountain','',156.53515625,-143.4609375,0,0,1,'2017-03-11 08:24:19'); +INSERT INTO `marker` VALUES (1116,1901,NULL,2,1916,263,'Korok','',164.375,-156.5703125,0,1,0,'2017-03-11 08:47:10'); +INSERT INTO `marker` VALUES (1117,1901,NULL,2,1933,274,'Molduga','General spawn estimation of one of four Molduga bosses.',70.76953125,-185.484375,0,0,0,'2017-03-11 08:51:22'); +INSERT INTO `marker` VALUES (1118,1901,NULL,2,1933,274,'Molduga','General spawn estimation of one of four Molduga bosses.',64.5546875,-187.359375,0,0,0,'2017-03-11 08:52:20'); +INSERT INTO `marker` VALUES (1119,1901,NULL,2,1901,275,'Done','Done',198.375,-95.0625,0,0,0,'2017-03-11 08:52:37'); +INSERT INTO `marker` VALUES (1120,1901,NULL,2,1933,274,'Molduga','General spawn estimation of one of four Molduga bosses.',57.1875,-177.9765625,0,0,0,'2017-03-11 08:53:22'); +INSERT INTO `marker` VALUES (1121,1901,NULL,2,1916,271,'','',181.91015625,-136.5390625,0,0,0,'2017-03-11 09:13:52'); +INSERT INTO `marker` VALUES (1122,1901,NULL,2,1916,278,'Korok seed','Shoot at the acorns from the top of the door tower. Daylight.',164.28516793251038,-156.54348829388618,0,0,0,'2017-03-11 10:05:59'); +INSERT INTO `marker` VALUES (1123,1901,NULL,2,1901,85,'Farosh spawn point','',155.95703125,-173.9609375,0,0,0,'2017-03-11 10:56:10'); +INSERT INTO `marker` VALUES (1125,1901,NULL,2,1916,287,'On top of Tuft Mountain','',168.1875,-184.25,0,0,0,'2017-03-11 11:14:16'); +INSERT INTO `marker` VALUES (1126,1901,NULL,2,1916,285,'','',124.015625,-111.3828125,0,0,0,'2017-03-11 11:14:31'); +INSERT INTO `marker` VALUES (1127,1901,NULL,2,1916,285,'','',122.19140625,-112.44921875,0,0,0,'2017-03-11 11:15:33'); +INSERT INTO `marker` VALUES (1128,1901,NULL,2,1916,285,'','',122.7109375,-112.328125,0,0,0,'2017-03-11 11:15:46'); +INSERT INTO `marker` VALUES (1130,1901,NULL,2,1916,285,'','',183.12109375,-123.69921875,0,0,0,'2017-03-11 11:24:02'); +INSERT INTO `marker` VALUES (1131,1901,NULL,2,1916,285,'','',182.82421875,-122.1640625,0,0,0,'2017-03-11 11:24:27'); +INSERT INTO `marker` VALUES (1132,1901,NULL,2,1916,285,'','',192.09375,-83.734375,0,0,0,'2017-03-11 11:27:03'); +INSERT INTO `marker` VALUES (1133,1901,NULL,2,1916,285,'','',197.13671875,-78.28515625,0,0,0,'2017-03-11 11:27:41'); +INSERT INTO `marker` VALUES (1134,1901,NULL,2,1916,285,'','',203.23046875,-76.44921875,0,0,0,'2017-03-11 11:27:56'); +INSERT INTO `marker` VALUES (1135,1901,NULL,2,1916,285,'','',203.265625,-79.65234375,0,0,0,'2017-03-11 11:28:10'); +INSERT INTO `marker` VALUES (1136,1901,NULL,2,1916,285,'','',187.5625,-74.78125,0,0,0,'2017-03-11 11:28:59'); +INSERT INTO `marker` VALUES (1137,1901,NULL,2,1916,285,'','',179.4609375,-105.7265625,0,0,0,'2017-03-11 11:31:31'); +INSERT INTO `marker` VALUES (1138,1901,NULL,2,1916,285,'','',179.578125,-128.31640625,0,0,0,'2017-03-11 11:39:38'); +INSERT INTO `marker` VALUES (1140,1901,NULL,2,1902,286,'Hylian Pants','',116.5078125,-157.1953125,0,1,0,'2017-03-11 11:51:35'); +INSERT INTO `marker` VALUES (1141,1901,NULL,2,1916,285,'','',136.21484375,-185.2578125,0,0,0,'2017-03-11 12:01:05'); +INSERT INTO `marker` VALUES (1142,1901,NULL,2,1916,285,'','',110.8359375,-157.4453125,0,0,0,'2017-03-11 12:13:57'); +INSERT INTO `marker` VALUES (1143,1901,NULL,2,1916,285,'','',150.6171875,-183.21484375,0,0,0,'2017-03-11 12:36:58'); +INSERT INTO `marker` VALUES (1144,1901,NULL,2,1901,290,'','',139.25,-142.5,0,0,0,'2017-03-11 13:18:12'); +INSERT INTO `marker` VALUES (1145,1901,NULL,2,1901,290,'','',152.75,-136.5,0,0,0,'2017-03-11 13:18:43'); +INSERT INTO `marker` VALUES (1146,1901,NULL,2,1926,291,'Divine Beast Vah'Medoh','',68.6953125,-91.78515625,0,0,0,'2017-03-11 13:37:16'); +INSERT INTO `marker` VALUES (1147,1901,NULL,2,1927,291,'Old Ruins Temple Of Time','',115.5078125,-157.9609375,0,0,0,'2017-03-11 13:40:05'); +INSERT INTO `marker` VALUES (1148,1901,NULL,2,1916,293,'Korok','',188.98828125,-160.6015625,0,0,0,'2017-03-13 03:52:42'); +INSERT INTO `marker` VALUES (1149,1901,NULL,2,1916,293,'Three rocks?','Push one of the rocks down the hill (using bombs or stasis) into the hole down the bottom.',160.96875,-144.5234375,0,0,0,'2017-03-11 14:43:56'); +INSERT INTO `marker` VALUES (1151,1901,NULL,2,1916,176,'Korok Seed','',170.28125,-146.171875,0,0,0,'2017-03-11 15:20:21'); +INSERT INTO `marker` VALUES (1152,1901,NULL,2,1901,297,'','',142.875,-90,0,0,0,'2017-03-11 15:22:59'); +INSERT INTO `marker` VALUES (1154,1901,NULL,2,1916,176,'Korok Seed','Climb the wall and shoot the acorns jumping across the trees.',164.3671875,-156.5390625,0,0,0,'2017-03-11 15:33:43'); +INSERT INTO `marker` VALUES (1155,1901,NULL,2,1930,302,'Hinox','Sleeping Hinox between trees',159.0859375,-129.6328125,0,0,0,'2017-03-11 16:09:42'); +INSERT INTO `marker` VALUES (1158,1901,NULL,2,1930,302,'Lynel','Patroling Lynel on the road',179.125,-147,0,0,0,'2017-03-11 16:19:44'); +INSERT INTO `marker` VALUES (1159,1901,NULL,2,1926,303,'Divine Beast Vah Rudania','',167.9375,-87.46875,0,0,0,'2017-03-11 16:29:05'); +INSERT INTO `marker` VALUES (1160,1901,NULL,2,1931,302,'Bokoblin Camp','',192.34375,-165.28125,0,0,1,'2017-03-13 03:51:30'); +INSERT INTO `marker` VALUES (1161,1901,NULL,2,1916,240,'Korok','',62.7890625,-151.25,0,0,0,'2017-03-11 17:00:14'); +INSERT INTO `marker` VALUES (1162,1901,NULL,2,1933,304,'Molduga','',63.046875,-186.828125,0,1,0,'2017-03-11 17:04:15'); +INSERT INTO `marker` VALUES (1163,1901,NULL,2,1916,240,'Korok','',63.71875,-149.578125,0,0,0,'2017-03-11 17:07:35'); +INSERT INTO `marker` VALUES (1164,1901,NULL,2,1904,240,'Golden Bow','',63.73828125,-149.62890625,0,0,0,'2017-03-11 17:08:13'); +INSERT INTO `marker` VALUES (1167,1901,NULL,2,1915,293,'Rare Ore deposit','Blow the loose rocks tucked into the corner of the mountain out of the way to reveal the Rare Ore Deposit. Blow up with Bomb',193.828125,-125.640625,0,0,0,'2017-03-11 17:31:12'); +INSERT INTO `marker` VALUES (1168,1901,NULL,2,1936,293,'Rare Ore Cracked Boulders','Block up with bomb',194.0625,-125.453125,0,0,0,'2017-03-11 17:31:54'); +INSERT INTO `marker` VALUES (1169,1901,NULL,2,1916,293,'Pyramid of Boulders','Bomb the stacked pyramid of boulders to find the Korok seed',195.59375,-129.5,0,0,0,'2017-03-11 17:40:00'); +INSERT INTO `marker` VALUES (1171,1901,NULL,2,1916,278,'Korok seed','',165.859375,-100.984375,0,0,0,'2017-03-11 17:53:04'); +INSERT INTO `marker` VALUES (1172,1901,NULL,2,1916,306,'Korok','',128.5703125,-144.1640625,0,0,0,'2017-03-13 04:42:44'); +INSERT INTO `marker` VALUES (1173,1901,NULL,2,1916,306,'Korok','',126.34765625,-144.3828125,0,0,0,'2017-03-13 04:43:47'); +INSERT INTO `marker` VALUES (1174,1901,NULL,2,1916,306,'Korok','',126.09375,-142.625,0,0,0,'2017-03-13 04:44:14'); +INSERT INTO `marker` VALUES (1176,1901,NULL,2,1930,132,'Red Hinox','',165.703125,-146.2890625,0,0,0,'2017-03-11 18:07:24'); +INSERT INTO `marker` VALUES (1178,1901,NULL,2,1910,266,'Treasure Chest','1 of 2 chests in pond',117.49609375,-152.01171875,0,0,0,'2017-03-13 04:45:59'); +INSERT INTO `marker` VALUES (1179,1901,NULL,2,1916,306,'Rock','Lift the rock.',112.9296875,-118.4609375,0,0,0,'2017-03-11 18:23:46'); +INSERT INTO `marker` VALUES (1180,1901,NULL,2,1901,1,'Chest','',105.90625,-147.5703125,0,0,0,'2017-03-11 18:24:16'); +INSERT INTO `marker` VALUES (1181,1901,NULL,2,1916,118,'Korok Seed','Lift the rock',103.2890625,-94.67578125,0,0,0,'2017-03-11 18:46:24'); +INSERT INTO `marker` VALUES (1182,1901,NULL,2,1916,309,'Korok','Lift the Rock',84.0234375,-163.16796875,0,0,0,'2017-03-11 18:52:43'); +INSERT INTO `marker` VALUES (1183,1901,NULL,2,1916,1,'Korok','',111.56640625,-85.67578125,0,0,0,'2017-03-11 19:03:39'); +INSERT INTO `marker` VALUES (1184,1901,NULL,2,1916,178,'shoot pot in wagon','',122.03125,-134.34375,0,0,0,'2017-03-11 19:03:47'); +INSERT INTO `marker` VALUES (1185,1901,NULL,2,1901,312,'Korok Seed','',137.546875,-172.9375,0,0,0,'2017-03-11 19:04:08'); +INSERT INTO `marker` VALUES (1186,1901,NULL,2,1916,1,'Korok','',105.92578125,-93.30859375,0,0,0,'2017-03-11 19:04:25'); +INSERT INTO `marker` VALUES (1187,1901,NULL,2,1916,1,'Korok','',90.84765625,-100.046875,0,0,0,'2017-03-11 19:05:08'); +INSERT INTO `marker` VALUES (1188,1901,NULL,2,1916,178,'Hit boulder and pick up rock','',145.3125,-136.4375,0,0,0,'2017-03-11 19:20:10'); +INSERT INTO `marker` VALUES (1189,1901,NULL,2,1901,311,'Eight Heroine','Eight Heroine Statue',59.5859375,-136.1875,0,1,0,'2017-03-11 19:30:28'); +INSERT INTO `marker` VALUES (1190,1901,NULL,2,1901,311,'Eight Heroine's Sword','Eight Heroine's Sword',65.71875,-143.890625,0,1,0,'2017-03-11 19:31:22'); +INSERT INTO `marker` VALUES (1191,1901,NULL,2,1935,1,'Balloon Flight','',144.95703125,-110.4921875,0,0,1,'2017-03-11 19:32:41'); +INSERT INTO `marker` VALUES (1192,1901,NULL,2,1935,311,'Eighth Heroine Sidequest','Eighth Heroine Sidequest',69.22265625,-173.0859375,0,0,0,'2017-03-11 19:33:31'); +INSERT INTO `marker` VALUES (1193,1901,NULL,2,1935,311,'Forgotten Sword Sidequest','Forgotten Sword Sidequest',69.20703125,-173.0625,0,1,0,'2017-03-11 19:34:25'); +INSERT INTO `marker` VALUES (1194,1901,NULL,2,1916,1,'Korok','',146.69921875,-109.9921875,0,0,0,'2017-03-11 19:34:50'); +INSERT INTO `marker` VALUES (1195,1901,NULL,2,1930,262,'Stone Talus','Lake Hylia North',125.0078125,-156.21875,0,0,0,'2017-03-11 19:38:00'); +INSERT INTO `marker` VALUES (1196,1901,NULL,2,1916,1,'Korok','',148.09765625,-110.43359375,0,0,0,'2017-03-11 19:38:22'); +INSERT INTO `marker` VALUES (1197,1901,NULL,2,1933,1,'Stone Talus','',66.48046875,-111.05859375,0,0,1,'2017-03-12 02:57:03'); +INSERT INTO `marker` VALUES (1198,1901,NULL,2,1933,315,'Lynel','121 - These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence, resilience and strength, making them among the most dangerous monsters in all the land. This is compounded by the fact that they have a natural resistance to all elements. You would be wise to challenge a Lynel only if you're very well prepared!',178.6484375,-146.390625,0,0,0,'2017-03-11 19:45:55'); +INSERT INTO `marker` VALUES (1199,1901,NULL,2,1916,1,'Korok','',65.3125,-109.828125,0,0,0,'2017-03-11 19:47:23'); +INSERT INTO `marker` VALUES (1200,1901,NULL,2,1916,178,'jump thorns','',141.75,-132.40625,0,0,0,'2017-03-11 19:47:55'); +INSERT INTO `marker` VALUES (1201,1901,NULL,2,1916,315,'Korok Seed','Lift stone on the middle of the circle platform',170.28125,-146.18359375,0,0,0,'2017-03-11 19:48:40'); +INSERT INTO `marker` VALUES (1202,1901,NULL,2,1916,271,'Korok','Underneath stone at the top of the fountain.',170.296875,-146.1796875,0,0,0,'2017-03-11 19:49:00'); +INSERT INTO `marker` VALUES (1203,1901,NULL,2,1931,1,'Lizafos' Enemy Camp','',59.375,-97.7109375,0,0,1,'2017-03-11 20:04:18'); +INSERT INTO `marker` VALUES (1204,1901,NULL,2,1916,1,'Korok','',60.3359375,-95.92578125,0,0,0,'2017-03-11 20:07:13'); +INSERT INTO `marker` VALUES (1205,1901,NULL,2,1936,1,'Cracked rocks','',60.97265625,-94.96484375,0,0,1,'2017-03-11 20:08:39'); +INSERT INTO `marker` VALUES (1206,1901,NULL,2,1916,178,'match the gates','',146.625,-109.8984375,0,0,0,'2017-03-11 20:10:02'); +INSERT INTO `marker` VALUES (1207,1901,NULL,2,1930,316,'Powerful Lynel','',146.75,-69.5625,0,0,0,'2017-03-11 20:32:22'); +INSERT INTO `marker` VALUES (1208,1901,NULL,2,1916,317,'','',168.02734375,-184.234375,0,0,0,'2017-03-11 21:02:38'); +INSERT INTO `marker` VALUES (1209,1901,NULL,2,1916,317,'','',166.48828125,-188.12109375,0,0,0,'2017-03-11 21:03:02'); +INSERT INTO `marker` VALUES (1210,1901,NULL,2,1916,319,'Lanayru Promenade','',170.3046875,-146.2421875,0,0,0,'2017-03-11 21:34:01'); +INSERT INTO `marker` VALUES (1211,1901,NULL,2,1916,318,'Korok','Activate sparkles in center of fountain.',127.3984375,-167.296875,0,0,0,'2017-03-11 21:42:07'); +INSERT INTO `marker` VALUES (1212,1901,NULL,2,1916,169,'Place an apple before the shrine','',112.046875,-136.75,0,0,0,'2017-03-11 21:48:44'); +INSERT INTO `marker` VALUES (1213,1901,NULL,2,1916,319,'Korok Seed','',144.7265625,-178.8984375,0,0,0,'2017-03-11 21:54:42'); +INSERT INTO `marker` VALUES (1214,1901,NULL,2,1905,319,'Emblazoned Shield','',119.0546875,-150.5546875,0,0,0,'2017-03-13 04:45:10'); +INSERT INTO `marker` VALUES (1215,1901,NULL,2,1901,321,'Shrine Completed','',166.93359375,-151.35546875,0,0,0,'2017-03-11 22:24:52'); +INSERT INTO `marker` VALUES (1218,1901,NULL,2,1916,322,'Korok Seede','Korok Seede',130.76953125,-154.82421875,0,0,0,'2017-03-11 22:28:35'); +INSERT INTO `marker` VALUES (1219,1901,NULL,2,1901,323,'','Koko',153.40625,-149.5625,0,0,0,'2017-03-11 22:30:38'); +INSERT INTO `marker` VALUES (1220,1901,NULL,2,1916,323,'Korok side of lake Magnesis','',130.890625,-155.046875,0,0,0,'2017-03-11 22:32:06'); +INSERT INTO `marker` VALUES (1221,1901,NULL,2,1916,323,'Throw rock in ring of rocks','',153.625,-149.5,0,0,0,'2017-03-11 22:32:31'); +INSERT INTO `marker` VALUES (1222,1901,NULL,2,1901,325,'Lynel','Boss',188.046875,-119.0390625,0,0,0,'2017-03-11 22:54:43'); +INSERT INTO `marker` VALUES (1223,1901,NULL,2,1901,325,'Igneto Talus','',161.375,-81.125,0,0,0,'2017-03-11 22:56:05'); +INSERT INTO `marker` VALUES (1224,1901,NULL,2,1901,327,'','',124,-126.9375,0,0,0,'2017-03-11 23:27:36'); +INSERT INTO `marker` VALUES (1225,1901,NULL,2,1901,24,'Leviathan','',152.78125,-70.90625,0,0,0,'2017-03-11 23:43:12'); +INSERT INTO `marker` VALUES (1226,1901,NULL,2,1901,24,'Eldin Great Skeleton','',152.46875,-70.6875,0,0,0,'2017-03-11 23:44:31'); +INSERT INTO `marker` VALUES (1227,1901,NULL,2,1901,328,'','',115.2734375,-159.3828125,0,0,0,'2017-03-11 23:50:21'); +INSERT INTO `marker` VALUES (1228,1901,NULL,2,1901,328,'ff','fff',115.3203125,-159.296875,0,0,0,'2017-03-11 23:50:32'); +INSERT INTO `marker` VALUES (1229,1901,NULL,2,1916,331,'','',179.64453125,-128.34375,0,0,0,'2017-03-11 23:56:33'); +INSERT INTO `marker` VALUES (1230,1901,NULL,2,1901,333,'','',164.79296875,-156.5,0,0,0,'2017-03-12 00:14:59'); +INSERT INTO `marker` VALUES (1231,1901,NULL,2,1901,333,'waypoint','ehee',164.86328125,-156.5234375,0,0,0,'2017-03-12 00:15:18'); +INSERT INTO `marker` VALUES (1232,1901,NULL,2,1934,99,'memory 13','',186.53125,-86.4375,0,0,0,'2017-03-12 00:35:22'); +INSERT INTO `marker` VALUES (1233,1901,NULL,2,1936,334,'Chest','',158.90234375,-164.97265625,0,0,0,'2017-03-12 00:42:15'); +INSERT INTO `marker` VALUES (1234,1901,NULL,2,1901,335,'','DELETE - NO INFO',58.59375,-68.6875,0,0,0,'2017-03-14 06:18:29'); +INSERT INTO `marker` VALUES (1235,1901,NULL,2,1901,326,'done','',169.125,-172.375,0,0,0,'2017-03-12 00:52:15'); +INSERT INTO `marker` VALUES (1238,1901,NULL,2,1916,271,'Korok','use Magnesis to add the block to the group on the cliff face to match the group on the ground',192.734375,-131.046875,0,0,0,'2017-03-12 01:53:50'); +INSERT INTO `marker` VALUES (1239,1901,NULL,2,1916,340,'Bomb the Rocks','',167.1328125,-107.6484375,0,0,0,'2017-03-12 02:05:27'); +INSERT INTO `marker` VALUES (1240,1901,NULL,2,1901,339,'Visitado','',167.1484375,-151.3671875,0,0,0,'2017-03-12 02:07:46'); +INSERT INTO `marker` VALUES (1241,1901,NULL,2,1934,340,'#13 - Slumbering Power','',186.58984375,-86.3828125,0,0,0,'2017-03-12 02:09:54'); +INSERT INTO `marker` VALUES (1242,1901,NULL,2,1920,340,'Spring of Power','',186.58984375,-86.35546875,0,0,0,'2017-03-12 02:10:24'); +INSERT INTO `marker` VALUES (1243,1901,NULL,2,1916,341,'Korok Seed','',183.6328125,-113.671875,0,0,0,'2017-03-12 02:16:57'); +INSERT INTO `marker` VALUES (1244,1901,NULL,2,1916,154,'Korok','',141.81640625,-132.2734375,0,0,0,'2017-03-12 02:21:28'); +INSERT INTO `marker` VALUES (1245,1901,NULL,2,1916,342,'Korok Seed - Finra Woods 1','',131.75,-172.953125,0,0,0,'2017-03-12 02:31:48'); +INSERT INTO `marker` VALUES (1246,1901,NULL,2,1916,342,'Korok Seed Finra Woods 2','',134.71875,-172.921875,0,0,0,'2017-03-12 02:32:19'); +INSERT INTO `marker` VALUES (1247,1901,NULL,2,1916,341,'Korok Seed','',186.296875,-110.15625,0,0,0,'2017-03-12 02:34:35'); +INSERT INTO `marker` VALUES (1248,1901,NULL,2,1916,344,'Korok Seeds','',109.6484375,-164.2578125,0,0,0,'2017-03-12 02:55:50'); +INSERT INTO `marker` VALUES (1250,1901,NULL,2,1927,1,'Temple of Time','',115.1953125,-159.26171875,0,0,1,'2017-03-12 02:59:03'); +INSERT INTO `marker` VALUES (1251,1901,NULL,2,1916,342,'Korok Seed Baloon Pop','',133.984375,-168.0625,0,0,0,'2017-03-12 03:02:47'); +INSERT INTO `marker` VALUES (1252,1901,NULL,2,1916,154,'Korok','Behind a cracked wall ontop of the temple. Pick up the rock.',106.1171875,-91.82421875,0,0,0,'2017-03-12 03:07:30'); +INSERT INTO `marker` VALUES (1253,1901,NULL,2,1936,154,'Cracked Wall','Reward: Korok Seed',106.09765625,-91.84375,0,0,0,'2017-03-12 03:08:52'); +INSERT INTO `marker` VALUES (1254,1901,NULL,2,1916,1,'Korok','',121.37890625,-159.12109375,0,0,0,'2017-03-12 03:50:56'); +INSERT INTO `marker` VALUES (1255,1901,NULL,2,1916,1,'Korok','',121.41015625,-159.70703125,0,0,0,'2017-03-12 03:51:03'); +INSERT INTO `marker` VALUES (1257,1901,NULL,2,1933,346,'Red Hinox','',158.609375,-175.28125,0,0,0,'2017-03-12 03:58:12'); +INSERT INTO `marker` VALUES (1258,1901,NULL,2,1916,1,'Korok','',203.2578125,-76.4296875,0,0,0,'2017-03-12 04:06:35'); +INSERT INTO `marker` VALUES (1259,1901,NULL,2,1916,342,'Korok Seed','',160.296875,-146.875,0,0,0,'2017-03-12 04:11:23'); +INSERT INTO `marker` VALUES (1260,1901,NULL,2,1936,154,'Cracked Wall','Reward: Korok Seed',96.140625,-102.30078125,0,0,0,'2017-03-12 04:16:19'); +INSERT INTO `marker` VALUES (1261,1901,NULL,2,1916,154,'Korok','Underneath a rock behind a cracked wall.',96.10546875,-102.6640625,0,0,0,'2017-03-12 04:17:25'); +INSERT INTO `marker` VALUES (1262,1901,NULL,2,1903,352,'Silver Sword','',180.04296875,-120.01953125,0,0,0,'2017-03-12 04:44:06'); +INSERT INTO `marker` VALUES (1263,1901,NULL,2,1903,352,'','',179.0859375,-119.52734375,0,0,0,'2017-03-12 04:44:39'); +INSERT INTO `marker` VALUES (1264,1901,NULL,2,1905,352,'Silver Shield','',179.00390625,-119.46484375,0,0,0,'2017-03-12 04:46:30'); +INSERT INTO `marker` VALUES (1265,1901,NULL,2,1903,352,'Zora's Spear','',179.89453125,-119.94140625,0,0,0,'2017-03-12 04:47:31'); +INSERT INTO `marker` VALUES (1266,1901,NULL,2,1903,352,'Gerudo Scimitar','',68.87890625,-173.28125,0,0,0,'2017-03-12 04:49:13'); +INSERT INTO `marker` VALUES (1267,1901,NULL,2,1903,352,'Swallow Bow','',71.75,-99.0546875,0,0,0,'2017-03-12 04:50:51'); +INSERT INTO `marker` VALUES (1268,1901,NULL,2,1933,2,'Stone Talus','',149.73828125,-186.23828125,0,0,1,'2017-03-12 05:16:47'); +INSERT INTO `marker` VALUES (1269,1901,NULL,2,1901,355,'Buried Chest','Buried chest',198.4765625,-143.484375,0,0,0,'2017-03-12 05:18:11'); +INSERT INTO `marker` VALUES (1270,1901,NULL,2,1916,355,'Korok Flower','',198.5,-143.32421875,0,0,0,'2017-03-12 05:18:59'); +INSERT INTO `marker` VALUES (1271,1901,NULL,2,1916,355,'Rock Circle Korok','',198.7890625,-143.96484375,0,0,0,'2017-03-12 05:19:44'); +INSERT INTO `marker` VALUES (1272,1901,NULL,2,1901,355,'2 Chests (600 Rupees)','',197.828125,-141.16796875,0,0,0,'2017-03-12 05:24:30'); +INSERT INTO `marker` VALUES (1273,1901,NULL,2,1916,355,'Korok seed -flower','',197.9140625,-137.7578125,0,0,0,'2017-03-12 05:29:27'); +INSERT INTO `marker` VALUES (1274,1901,NULL,2,1901,355,'Chest (100 Rupees)','',198.40625,-152.3984375,0,0,0,'2017-03-12 05:50:35'); +INSERT INTO `marker` VALUES (1275,1901,NULL,2,1916,271,'Korok Flower Puzzle','Walk over the flowers by the number of flowers in the group.\r\n\r\n1 flower first \r\n2 flower\r\n3 flower\r\n4 flower\r\n\r\n5 flower group is on top the large tree next to the flower groups.',192.39453125,-106.67578125,0,0,0,'2017-03-12 06:03:21'); +INSERT INTO `marker` VALUES (1277,1901,NULL,2,1916,358,'Korok','Korok',86.94140625,-170.98828125,0,0,0,'2017-03-12 06:11:32'); +INSERT INTO `marker` VALUES (1278,1901,NULL,2,1936,344,'Cracked Wall','',114.33984375,-158.21875,0,0,0,'2017-03-12 06:15:23'); +INSERT INTO `marker` VALUES (1279,1901,NULL,2,1916,271,'Korok','Bomb Wall\r\nPick up rock behind wall\r\n',192.578125,-128.9765625,0,0,0,'2017-03-12 06:44:02'); +INSERT INTO `marker` VALUES (1280,1901,NULL,2,1936,271,'Korok','Korok Behind wall',192.5859375,-128.953125,0,0,0,'2017-03-12 06:44:28'); +INSERT INTO `marker` VALUES (1281,1901,NULL,2,1936,271,'Mining Rock','Mining rock behind wall',193.6953125,-127.7421875,0,0,0,'2017-03-12 06:46:09'); +INSERT INTO `marker` VALUES (1282,1901,NULL,2,1916,360,'','',128.8828125,-155.54296875,0,0,0,'2017-03-12 07:01:01'); +INSERT INTO `marker` VALUES (1283,1901,NULL,2,1916,360,'','',128.85546875,-155.5390625,0,0,0,'2017-03-12 07:02:07'); +INSERT INTO `marker` VALUES (1285,1901,NULL,2,1916,360,'','',110.9296875,-131.08203125,0,0,0,'2017-03-12 07:16:35'); +INSERT INTO `marker` VALUES (1287,1901,NULL,2,1916,344,'Korok Seeds','',131.59765625,-153.109375,0,0,0,'2017-03-12 07:22:51'); +INSERT INTO `marker` VALUES (1288,1901,NULL,2,1916,344,'Korok Seeds','',130.9765625,-154.7890625,0,0,0,'2017-03-12 07:23:49'); +INSERT INTO `marker` VALUES (1289,1901,NULL,2,1916,262,'Seed','',67.32421875,-174.3203125,0,0,0,'2017-03-12 07:29:06'); +INSERT INTO `marker` VALUES (1290,1901,NULL,2,1916,1,'Korok','',72.39453125,-100.58203125,0,0,0,'2017-03-12 07:29:20'); +INSERT INTO `marker` VALUES (1291,1901,NULL,2,1916,344,'Korok Seeds','',129.62890625,-154.7421875,0,0,0,'2017-03-12 07:52:07'); +INSERT INTO `marker` VALUES (1292,1901,NULL,2,1916,365,'On Top Of The Spring','',127.375,-167.3125,0,0,0,'2017-03-12 08:31:33'); +INSERT INTO `marker` VALUES (1293,1901,NULL,2,1934,366,'Spring of Power','',186.4765625,-86.5078125,0,0,0,'2017-03-12 08:44:53'); +INSERT INTO `marker` VALUES (1295,1901,NULL,2,1935,1,'Curry for What Ails You','',77,-100.265625,0,0,1,'2017-03-12 08:53:12'); +INSERT INTO `marker` VALUES (1297,1901,NULL,2,1916,285,'','',133.0625,-158.1640625,0,0,0,'2017-03-12 09:03:28'); +INSERT INTO `marker` VALUES (1298,1901,NULL,2,1901,285,'','',136.0546875,-166.953125,0,0,0,'2017-03-12 09:03:51'); +INSERT INTO `marker` VALUES (1299,1901,NULL,2,1916,285,'','',136.0234375,-166.9453125,0,0,0,'2017-03-12 09:04:03'); +INSERT INTO `marker` VALUES (1300,1901,NULL,2,1916,285,'','',137.6015625,-165.6328125,0,0,0,'2017-03-12 09:06:27'); +INSERT INTO `marker` VALUES (1301,1901,NULL,2,1916,285,'','',137.2734375,-165.5546875,0,0,0,'2017-03-12 09:06:36'); +INSERT INTO `marker` VALUES (1303,1901,NULL,2,1916,285,'','',164.65234375,-151.85546875,0,0,0,'2017-03-12 09:48:51'); +INSERT INTO `marker` VALUES (1304,1901,NULL,2,1936,285,'','',171.484375,-155.2265625,0,0,0,'2017-03-12 10:02:24'); +INSERT INTO `marker` VALUES (1305,1901,NULL,2,1916,317,'','',180.51171875,-185.125,0,0,0,'2017-03-12 10:15:18'); +INSERT INTO `marker` VALUES (1306,1901,NULL,2,1916,317,'','',179.48046875,-180.19140625,0,0,0,'2017-03-12 10:15:41'); +INSERT INTO `marker` VALUES (1307,1901,NULL,2,1916,285,'','',179.203125,-150.5234375,0,0,0,'2017-03-12 10:16:02'); +INSERT INTO `marker` VALUES (1308,1901,NULL,2,1901,375,'Father and Daughter (#12)','Recovered Memory #12',122.3359375,-112.4375,0,0,0,'2017-03-12 10:37:20'); +INSERT INTO `marker` VALUES (1309,1901,NULL,2,1904,285,'','',142.2578125,-124.09375,0,0,0,'2017-03-12 10:42:30'); +INSERT INTO `marker` VALUES (1310,1901,NULL,2,1934,375,'Zelda's Awakening (#17)','Can only be recovered after finding the locations of the 12 pictures in your album.',158.9140625,-157.9921875,0,0,0,'2017-03-12 10:43:10'); +INSERT INTO `marker` VALUES (1311,1901,NULL,2,1916,285,'','',145.0078125,-124.8203125,0,0,0,'2017-03-12 10:46:03'); +INSERT INTO `marker` VALUES (1312,1901,NULL,2,1916,285,'','',141.171875,-117.1796875,0,0,0,'2017-03-12 10:52:09'); +INSERT INTO `marker` VALUES (1313,1901,NULL,2,1916,285,'','',154.453125,-100.5625,0,0,0,'2017-03-12 11:38:57'); +INSERT INTO `marker` VALUES (1314,1901,NULL,2,1916,285,'','',186.3125,-109.9296875,0,0,0,'2017-03-12 12:42:06'); +INSERT INTO `marker` VALUES (1315,1901,NULL,2,1916,292,'Seed in Back Alley','Break the wall with rock sword. Pick-up the black rock on the ground.',166.546875,-78.421875,0,0,0,'2017-03-12 12:52:47'); +INSERT INTO `marker` VALUES (1316,1901,NULL,2,1901,381,'','',194.359375,-112.4375,0,0,0,'2017-03-12 13:05:23'); +INSERT INTO `marker` VALUES (1317,1901,NULL,2,1916,285,'','',193.58203125,-135.203125,0,0,0,'2017-03-12 13:11:21'); +INSERT INTO `marker` VALUES (1318,1901,NULL,2,1916,331,'Korok','',176.796875,-133.296875,0,0,0,'2017-03-12 13:40:27'); +INSERT INTO `marker` VALUES (1319,1901,NULL,2,1916,285,'','',179.94921875,-119.8671875,0,0,0,'2017-03-12 13:42:03'); +INSERT INTO `marker` VALUES (1320,1901,NULL,2,1916,384,'Korok','Under the rock',183.15625,-123.6953125,0,0,0,'2017-03-12 14:00:54'); +INSERT INTO `marker` VALUES (1321,1901,NULL,2,1901,385,'','',112.125,-123.5,0,0,0,'2017-03-12 14:02:28'); +INSERT INTO `marker` VALUES (1322,1901,NULL,2,1916,285,'','',124.265625,-181.265625,0,0,0,'2017-03-12 14:04:31'); +INSERT INTO `marker` VALUES (1323,1901,NULL,2,1916,397,'Korok seed','Korok seed in the Shrine of Resurrection',110.671875,-157.515625,0,0,0,'2017-03-12 14:08:30'); +INSERT INTO `marker` VALUES (1325,1901,NULL,2,1916,398,'Korok Seed','',126.40625,-164.03125,0,0,0,'2017-03-12 14:24:44'); +INSERT INTO `marker` VALUES (1326,1901,NULL,2,1916,398,'Korok Seed','',129.3515625,-152.7890625,0,0,0,'2017-03-12 14:25:39'); +INSERT INTO `marker` VALUES (1327,1901,NULL,2,1916,398,'Korok Seed','',136.6328125,-157.6796875,0,0,0,'2017-03-12 14:26:15'); +INSERT INTO `marker` VALUES (1329,1901,NULL,2,1916,398,'Korok Seed','',141.2890625,-153.3984375,0,0,0,'2017-03-13 04:37:42'); +INSERT INTO `marker` VALUES (1330,1901,NULL,2,1916,398,'Korok Seed','',144.2734375,-148.6484375,0,0,0,'2017-03-12 14:29:30'); +INSERT INTO `marker` VALUES (1331,1901,NULL,2,1916,398,'Korok Seed','',142.9453125,-142.765625,0,0,0,'2017-03-12 14:30:01'); +INSERT INTO `marker` VALUES (1333,1901,NULL,2,1916,398,'Korok Seed','',149.53515625,-154.234375,0,0,0,'2017-03-12 14:42:58'); +INSERT INTO `marker` VALUES (1334,1901,NULL,2,1916,398,'Korok Seed','',154.28125,-164.38671875,0,0,0,'2017-03-13 04:02:44'); +INSERT INTO `marker` VALUES (1335,1901,NULL,2,1916,398,'Korok Seed','',148.21875,-148.828125,0,0,0,'2017-03-12 14:44:51'); +INSERT INTO `marker` VALUES (1336,1901,NULL,2,1916,398,'Korok Seed','',162.33984375,-149.48828125,0,0,0,'2017-03-12 14:45:37'); +INSERT INTO `marker` VALUES (1337,1901,NULL,2,1916,398,'Korok Seed','',128.84375,-155.59375,0,0,0,'2017-03-12 14:51:11'); +INSERT INTO `marker` VALUES (1338,1901,NULL,2,1916,398,'Korok Seed','',129.5,-154.609375,0,0,0,'2017-03-12 14:52:36'); +INSERT INTO `marker` VALUES (1339,1901,NULL,2,1916,398,'Korok Seed','',131.6328125,-153.0703125,0,0,0,'2017-03-12 14:53:21'); +INSERT INTO `marker` VALUES (1340,1901,NULL,2,1916,384,'Korok Test','Run/glide to the near peak',160.7578125,-122.8359375,0,0,0,'2017-03-12 14:53:50'); +INSERT INTO `marker` VALUES (1341,1901,NULL,2,1916,398,'Korok Seed','',131.515625,-154.6171875,0,0,0,'2017-03-12 14:55:11'); +INSERT INTO `marker` VALUES (1342,1901,NULL,2,1916,398,'Korok Seed','',131.109375,-154.703125,0,0,0,'2017-03-12 14:56:29'); +INSERT INTO `marker` VALUES (1343,1901,NULL,2,1916,384,'Korok Dive','Drop from the nearby mountain into the plant circle in the pond',153.5859375,-119.51171875,0,0,0,'2017-03-12 14:58:01'); +INSERT INTO `marker` VALUES (1344,1901,NULL,2,1916,384,'Korok Tag','Catch the korok running in the water',149.609375,-114.515625,0,0,0,'2017-03-12 15:01:14'); +INSERT INTO `marker` VALUES (1345,1901,NULL,2,1916,398,'Korok Seed','',138.1484375,-155.6015625,0,0,0,'2017-03-13 04:36:05'); +INSERT INTO `marker` VALUES (1346,1901,NULL,2,1916,398,'Korok Seed','',139.1171875,-156.265625,0,0,0,'2017-03-13 04:35:22'); +INSERT INTO `marker` VALUES (1347,1901,NULL,2,1916,398,'Korok Seed','',141.625,-157.8046875,0,0,0,'2017-03-13 04:34:22'); +INSERT INTO `marker` VALUES (1348,1901,NULL,2,1916,384,'Korok Surf','Use a shield to surf down the slope before time's up',152.765625,-116.7578125,0,0,0,'2017-03-12 15:05:28'); +INSERT INTO `marker` VALUES (1349,1901,NULL,2,1916,398,'Korok Seed','',140.75,-160.4140625,0,0,0,'2017-03-12 15:05:58'); +INSERT INTO `marker` VALUES (1350,1901,NULL,2,1916,398,'Korok Seed','',143.0078125,-163.2109375,0,0,0,'2017-03-12 15:10:03'); +INSERT INTO `marker` VALUES (1351,1901,NULL,2,1916,398,'Korok Seed','',145.2890625,-157.578125,0,0,0,'2017-03-13 04:34:04'); +INSERT INTO `marker` VALUES (1352,1901,NULL,2,1916,398,'Korok Seed','',136.234375,-146.2890625,0,0,0,'2017-03-13 04:40:58'); +INSERT INTO `marker` VALUES (1353,1901,NULL,2,1916,398,'Korok Seed','',132.9453125,-149.7421875,0,0,0,'2017-03-13 04:41:42'); +INSERT INTO `marker` VALUES (1354,1901,NULL,2,1916,398,'Korok Seed','',136.4296875,-151.125,0,0,0,'2017-03-13 04:39:56'); +INSERT INTO `marker` VALUES (1356,1901,NULL,2,1916,398,'Korok Seed','',140.5234375,-151.3125,0,0,0,'2017-03-13 04:38:25'); +INSERT INTO `marker` VALUES (1357,1901,NULL,2,1916,398,'Korok Seed','',138.4921875,-153.640625,0,0,0,'2017-03-13 04:36:18'); +INSERT INTO `marker` VALUES (1358,1901,NULL,2,1916,398,'Korok Seed','',143.34375,-156.7109375,0,0,0,'2017-03-13 04:34:13'); +INSERT INTO `marker` VALUES (1359,1901,NULL,2,1916,398,'Korok Seed','',157.4140625,-165.8046875,0,0,0,'2017-03-13 04:02:24'); +INSERT INTO `marker` VALUES (1360,1901,NULL,2,1916,398,'Korok Seed','',165.05078125,-164.09765625,0,0,0,'2017-03-13 04:00:39'); +INSERT INTO `marker` VALUES (1361,1901,NULL,2,1916,398,'Korok Seed','',157.31640625,-160.05859375,0,0,0,'2017-03-12 15:36:44'); +INSERT INTO `marker` VALUES (1362,1901,NULL,2,1916,398,'Korok Seed','',160.0390625,-160.69140625,0,0,0,'2017-03-12 15:37:51'); +INSERT INTO `marker` VALUES (1363,1901,NULL,2,1916,398,'Korok Seed','',155.390625,-152.10546875,0,0,0,'2017-03-12 15:38:53'); +INSERT INTO `marker` VALUES (1364,1901,NULL,2,1916,398,'Korok Seed','',152.2265625,-148.3203125,0,0,0,'2017-03-12 15:40:03'); +INSERT INTO `marker` VALUES (1365,1901,NULL,2,1916,398,'Korok Seed','',153.48046875,-149.45703125,0,0,0,'2017-03-12 15:40:59'); +INSERT INTO `marker` VALUES (1366,1901,NULL,2,1916,398,'Korok Seed','',160.09375,-146.859375,0,0,0,'2017-03-12 15:42:30'); +INSERT INTO `marker` VALUES (1367,1901,NULL,2,1916,398,'Korok Seed','',161.7890625,-144.2109375,0,0,0,'2017-03-12 15:43:31'); +INSERT INTO `marker` VALUES (1368,1901,NULL,2,1916,398,'Korok Seed','',158.234375,-147.078125,0,0,0,'2017-03-12 15:44:35'); +INSERT INTO `marker` VALUES (1369,1901,NULL,2,1916,398,'Korok Seed','',155.171875,-146.5390625,0,0,0,'2017-03-12 15:45:40'); +INSERT INTO `marker` VALUES (1370,1901,NULL,2,1916,398,'Korok Seed','',154.109375,-146.1875,0,0,0,'2017-03-12 15:46:37'); +INSERT INTO `marker` VALUES (1371,1901,NULL,2,1916,398,'Korok Seed','',158.27734375,-145.35546875,0,0,0,'2017-03-12 15:47:38'); +INSERT INTO `marker` VALUES (1372,1901,NULL,2,1916,398,'Korok Seed','',158.578125,-144.56640625,0,0,0,'2017-03-12 15:50:00'); +INSERT INTO `marker` VALUES (1373,1901,NULL,2,1916,398,'Korok Seed','',155.6484375,-143.0625,0,0,0,'2017-03-12 15:51:50'); +INSERT INTO `marker` VALUES (1374,1901,NULL,2,1916,398,'Korok Seed','',156.02734375,-144.45703125,0,0,0,'2017-03-12 15:53:20'); +INSERT INTO `marker` VALUES (1375,1901,NULL,2,1916,398,'Korok Seed','',156.125,-144.82421875,0,0,0,'2017-03-12 15:54:40'); +INSERT INTO `marker` VALUES (1376,1901,NULL,2,1916,354,'Korok','',179.1875,-138.359375,0,0,0,'2017-03-12 16:17:56'); +INSERT INTO `marker` VALUES (1377,1901,NULL,2,1916,406,'Korok','Push the Rock Down the hill.',164.54296875,-151.78515625,0,0,0,'2017-03-12 16:21:45'); +INSERT INTO `marker` VALUES (1378,1901,NULL,2,1916,354,'Korok','',181.890625,-136.59375,0,0,0,'2017-03-12 16:22:07'); +INSERT INTO `marker` VALUES (1379,1901,NULL,2,1916,354,'Korok','',192.640625,-128.953125,0,0,0,'2017-03-12 16:22:56'); +INSERT INTO `marker` VALUES (1380,1901,NULL,2,1916,412,'Korok','Water wreath.',200.1796875,-118.1015625,0,0,0,'2017-03-12 17:27:24'); +INSERT INTO `marker` VALUES (1381,1901,NULL,2,1933,423,'Molduga','',54.21875,-171.75,0,0,0,'2017-03-12 18:27:12'); +INSERT INTO `marker` VALUES (1382,1901,NULL,2,1916,424,'Korok seed','',188.98046875,-152.3203125,0,0,0,'2017-03-12 18:39:29'); +INSERT INTO `marker` VALUES (1384,1901,NULL,2,1903,427,'Master sword','',134.25,-95.25,0,1,0,'2017-03-12 18:53:14'); +INSERT INTO `marker` VALUES (1385,1901,NULL,2,1933,427,'Ganon','',124.375,-112.625,0,1,0,'2017-03-12 18:54:04'); +INSERT INTO `marker` VALUES (1387,1901,NULL,2,1933,1,'Lynel','',110.078125,-147.671875,0,0,1,'2017-03-12 19:07:24'); +INSERT INTO `marker` VALUES (1388,1901,NULL,2,1916,1,'Korok','',115.89453125,-149.625,0,0,0,'2017-03-12 19:07:57'); +INSERT INTO `marker` VALUES (1389,1901,NULL,2,1916,1,'Korok','',111.47265625,-148.82421875,0,0,0,'2017-03-12 19:08:25'); +INSERT INTO `marker` VALUES (1390,1901,NULL,2,1916,1,'Korok','',108.89453125,-149.2265625,0,0,0,'2017-03-12 19:08:56'); +INSERT INTO `marker` VALUES (1391,1901,NULL,2,1916,1,'Korok','',107.94140625,-149.65625,0,0,0,'2017-03-12 19:09:39'); +INSERT INTO `marker` VALUES (1392,1901,NULL,2,1933,1,'Stone Talus','',120.00390625,-146.453125,0,0,1,'2017-03-12 19:14:53'); +INSERT INTO `marker` VALUES (1393,1901,NULL,2,1901,433,'','',179.64453125,-120.58203125,0,0,0,'2017-03-12 19:19:57'); +INSERT INTO `marker` VALUES (1394,1901,NULL,2,1903,321,'Soldier's Broadsword','',155.890625,-177.375,0,0,0,'2017-03-12 19:20:52'); +INSERT INTO `marker` VALUES (1395,1901,NULL,2,1916,1,'Korok','',120.71875,-147.99609375,0,0,0,'2017-03-12 19:41:10'); +INSERT INTO `marker` VALUES (1396,1901,NULL,2,1901,1,'Chest','',123.57421875,-147.45703125,0,0,1,'2017-03-12 19:41:46'); +INSERT INTO `marker` VALUES (1397,1901,NULL,2,1931,1,'Bokoblin Enemy Camp','',123.49609375,-147.6796875,0,0,1,'2017-03-12 19:42:06'); +INSERT INTO `marker` VALUES (1398,1901,NULL,2,1901,1,'Blupee','',124.58203125,-149.34765625,0,0,1,'2017-03-12 19:43:49'); +INSERT INTO `marker` VALUES (1399,1901,NULL,2,1916,178,'boulder in stump','',138.3125,-175.6875,0,0,0,'2017-03-12 19:46:25'); +INSERT INTO `marker` VALUES (1400,1901,NULL,2,1915,178,'follow flower','',138.890625,-175.890625,0,0,0,'2017-03-12 19:49:39'); +INSERT INTO `marker` VALUES (1401,1901,NULL,2,1930,434,'Bokoblin','Drop Items:\r\nTraveler's Sword\r\n(5) Arrows\r\nBoko Shield',119.109375,-154.67578125,0,0,0,'2017-03-12 19:51:11'); +INSERT INTO `marker` VALUES (1402,1901,NULL,2,1936,436,'Cracked Wall','Near water.',114.33984375,-158.2109375,0,0,0,'2017-03-12 19:54:18'); +INSERT INTO `marker` VALUES (1403,1901,NULL,2,1916,178,'stay and mag boulders','',140.625,-174.921875,0,0,0,'2017-03-12 19:54:36'); +INSERT INTO `marker` VALUES (1405,1901,NULL,2,1916,178,'boulder in hole','',136.046875,-184.859375,0,0,0,'2017-03-12 20:12:14'); +INSERT INTO `marker` VALUES (1406,1901,NULL,2,1921,437,'Woodcutter's Cabin','BEFORE HACK',115.75,-163.28515625,0,0,0,'2017-03-12 20:12:58'); +INSERT INTO `marker` VALUES (1407,1901,NULL,2,1916,437,'Korok Seed','',115.671875,-163.32421875,0,0,0,'2017-03-12 20:13:55'); +INSERT INTO `marker` VALUES (1408,1901,NULL,2,1916,437,'Korok Seed','',105.578125,-161.21484375,0,0,0,'2017-03-12 20:18:07'); +INSERT INTO `marker` VALUES (1410,1901,NULL,2,1916,437,'Korok Seed','',109.64453125,-164.3671875,0,0,0,'2017-03-12 20:20:52'); +INSERT INTO `marker` VALUES (1412,1901,NULL,2,1916,437,'Korok Seed','',109.37890625,-155.5546875,0,0,0,'2017-03-13 04:48:48'); +INSERT INTO `marker` VALUES (1414,1901,NULL,2,1934,49,'Slumbering Power (#13)','',186.5,-86.5078125,0,0,0,'2017-03-12 20:34:15'); +INSERT INTO `marker` VALUES (1415,1901,NULL,2,1910,442,'2 Chests (600 rupees total)','',197.78125,-141.109375,0,1,0,'2017-03-12 20:37:57'); +INSERT INTO `marker` VALUES (1416,1901,NULL,2,1934,49,'Despair (#16)','',138.921875,-134.79296875,0,0,0,'2017-03-12 20:43:25'); +INSERT INTO `marker` VALUES (1418,1901,NULL,2,1901,444,'horse','giant horse',109.0703125,-169.2734375,0,0,0,'2017-03-12 20:50:56'); +INSERT INTO `marker` VALUES (1419,1901,NULL,2,1916,1,'Korok','',129.3515625,-152.8359375,0,0,0,'2017-03-12 20:52:17'); +INSERT INTO `marker` VALUES (1420,1901,NULL,2,1934,49,'Father and Daughter (#12)','',122.23046875,-112.4453125,0,0,0,'2017-03-12 21:14:02'); +INSERT INTO `marker` VALUES (1421,1901,NULL,2,1916,1,'Korok','',107.10546875,-133.80078125,0,0,0,'2017-03-12 21:27:36'); +INSERT INTO `marker` VALUES (1422,1901,NULL,2,1916,1,'Korok','',139.203125,-148.828125,0,0,0,'2017-03-12 21:29:03'); +INSERT INTO `marker` VALUES (1423,1901,NULL,2,1934,49,'Zelda's Awakening (#17)','',159.0234375,-157.875,0,0,0,'2017-03-12 21:46:38'); +INSERT INTO `marker` VALUES (1424,1901,NULL,2,1916,446,'Dive into circle','Dive into the circle floating on the water.',155.8359375,-143.0859375,0,0,0,'2017-03-12 21:57:53'); +INSERT INTO `marker` VALUES (1425,1901,NULL,2,1901,445,'','',181.6328125,-136.16796875,0,0,0,'2017-03-12 21:57:59'); +INSERT INTO `marker` VALUES (1426,1901,NULL,2,1901,445,'','',186.15625,-137.7890625,0,0,0,'2017-03-12 22:15:27'); +INSERT INTO `marker` VALUES (1427,1901,NULL,2,1936,271,'Korok','Bomb Rocks on top of hill to expose Korok.',201.3984375,-119.453125,0,0,0,'2017-03-12 22:17:08'); +INSERT INTO `marker` VALUES (1428,1901,NULL,2,1916,271,'Korok','Kill two octorok's in the water to spawn an korok',200.1953125,-118.0546875,0,0,0,'2017-03-12 22:18:16'); +INSERT INTO `marker` VALUES (1429,1901,NULL,2,1903,271,'Hammers','~ 4-5 Mining Hammers in this location Travel to Ke`nai Shakah Shrine and ride air current to the east up to the location.',195.125,-115.6484375,0,0,0,'2017-03-12 22:20:04'); +INSERT INTO `marker` VALUES (1430,1901,NULL,2,1910,271,'Silver(100) Rupee','Kill bokoblin and take the silver rupee in his cave. Don't fall off the cliff',201.25390625,-114.6953125,0,0,0,'2017-03-12 22:25:55'); +INSERT INTO `marker` VALUES (1431,1901,NULL,2,1936,271,'Bomb rocks','Clear rocks to expose Ore Node',201.359375,-115.734375,0,0,0,'2017-03-12 22:27:07'); +INSERT INTO `marker` VALUES (1432,1901,NULL,2,1916,358,'Korok Balloon','Korok Balloon',153.69140625,-188.75,0,0,0,'2017-03-12 22:27:19'); +INSERT INTO `marker` VALUES (1433,1901,NULL,2,1936,271,'Bomb Wall','Bomb away rocks to expose Ore Node',199.98828125,-115.36328125,0,0,0,'2017-03-12 22:29:10'); +INSERT INTO `marker` VALUES (1434,1901,NULL,2,1903,446,'Magnesis Chest','Use Magnesis Rune to pull chest out of the ground then find where it falls and open it.',154.90625,-143.578125,0,0,0,'2017-03-12 22:32:08'); +INSERT INTO `marker` VALUES (1435,1901,NULL,2,1916,449,'Korok Seed','highest point of south east pillar, destroy cracked rocks',201.453125,-119.4375,0,0,0,'2017-03-12 22:34:20'); +INSERT INTO `marker` VALUES (1436,1901,NULL,2,1916,449,'Korok Seed','Ring of Leaves in water',200.171875,-118.078125,0,0,0,'2017-03-12 22:35:08'); +INSERT INTO `marker` VALUES (1437,1901,NULL,2,1901,445,'','',193.6796875,-135.265625,0,0,0,'2017-03-12 22:51:58'); +INSERT INTO `marker` VALUES (1438,1901,NULL,2,1904,271,'Chest','Clear plants to reveal Chest buried in ground. Use Magnesis to pull chest out. Bomb Arrow's inside.',200.67578125,-115.73046875,0,0,0,'2017-03-12 23:04:02'); +INSERT INTO `marker` VALUES (1439,1901,NULL,2,1916,451,'Korok ','Push Rock into hole',128.8671875,-155.578125,0,0,0,'2017-03-12 23:06:31'); +INSERT INTO `marker` VALUES (1440,1901,NULL,2,1916,271,'Korok','Lift Rock on top of hill to reveal a Korok',201.4296875,-112.33984375,0,0,0,'2017-03-12 23:17:15'); +INSERT INTO `marker` VALUES (1441,1901,NULL,2,1930,445,'Blue maned Lynel','',197.9140625,-140.4765625,0,0,0,'2017-03-12 23:25:32'); +INSERT INTO `marker` VALUES (1442,1901,NULL,2,1916,445,'Korok','',193.65625,-135.21875,0,0,0,'2017-03-12 23:28:37'); +INSERT INTO `marker` VALUES (1443,1901,NULL,2,1901,457,'Korok','Climb all the way to the very top of the castle.',124.03125,-111.40234375,0,0,0,'2017-03-12 23:28:55'); +INSERT INTO `marker` VALUES (1444,1901,NULL,2,1903,454,'Tresure Hideout','',68.96875,-154.421875,0,0,0,'2017-03-12 23:29:22'); +INSERT INTO `marker` VALUES (1445,1901,NULL,2,1916,445,'Korok','',186.2578125,-137.796875,0,0,0,'2017-03-12 23:29:47'); +INSERT INTO `marker` VALUES (1446,1901,NULL,2,1912,459,'Fish','',114.09375,-158.1484375,0,0,0,'2017-03-12 23:35:35'); +INSERT INTO `marker` VALUES (1447,1901,NULL,2,1904,271,'Buried Chest','Use magnesis to pull out buried chest 5 fire arrows',201.359375,-105.5,0,0,0,'2017-03-12 23:56:26'); +INSERT INTO `marker` VALUES (1448,1901,NULL,2,1931,177,'Enemy Camp','Reward: Silver Rupee',189.9375,-134.40625,0,0,0,'2017-03-12 23:58:42'); +INSERT INTO `marker` VALUES (1449,1901,NULL,2,1916,178,'lift rock','',178.1328125,-112.2578125,0,0,0,'2017-03-13 00:04:56'); +INSERT INTO `marker` VALUES (1451,1901,NULL,2,1916,223,'','',115.7578125,-163.2578125,0,0,0,'2017-03-13 00:24:02'); +INSERT INTO `marker` VALUES (1452,1901,NULL,2,1916,19,'Korok Seed','',163.828125,-175.359375,0,0,0,'2017-03-13 00:48:39'); +INSERT INTO `marker` VALUES (1454,1901,NULL,2,1916,450,'Korok Seeds','',188.59375,-107.15625,0,0,0,'2017-03-13 00:52:03'); +INSERT INTO `marker` VALUES (1457,1901,NULL,2,1916,463,'Korok','',149.38671875,-171.453125,0,0,0,'2017-03-13 00:54:27'); +INSERT INTO `marker` VALUES (1458,1901,NULL,2,1916,463,'Korok','',146.73046875,-175.875,0,0,0,'2017-03-13 00:55:26'); +INSERT INTO `marker` VALUES (1459,1901,NULL,2,1916,462,'Korok',' ',93.34375,-167.6796875,0,0,0,'2017-03-13 04:54:58'); +INSERT INTO `marker` VALUES (1460,1901,NULL,2,1916,463,'Korok','',148.3984375,-166.35546875,0,0,0,'2017-03-13 00:56:12'); +INSERT INTO `marker` VALUES (1461,1901,NULL,2,1916,314,'Korok','',115.6484375,-163.2578125,0,0,0,'2017-03-13 00:56:14'); +INSERT INTO `marker` VALUES (1462,1901,NULL,2,1916,463,'Korok','',149.5625,-163.78125,0,0,0,'2017-03-13 04:03:06'); +INSERT INTO `marker` VALUES (1463,1901,NULL,2,1901,462,'Korok seed','Shoot the target under the bridge ',90.31640625,-162.8046875,0,0,0,'2017-03-13 00:56:55'); +INSERT INTO `marker` VALUES (1464,1901,NULL,2,1916,463,'Korok','',150.84375,-164.984375,0,0,0,'2017-03-13 04:02:56'); +INSERT INTO `marker` VALUES (1465,1901,NULL,2,1901,462,'Korok seed ','Pick up rock on the top of piller ',97.99609375,-179.26953125,0,0,0,'2017-03-13 01:00:26'); +INSERT INTO `marker` VALUES (1466,1901,NULL,2,1901,462,'Korok seed ','Under rook on top of highest piller ',106.48828125,-180.015625,0,0,0,'2017-03-13 01:02:13'); +INSERT INTO `marker` VALUES (1467,1901,NULL,2,1916,454,'','',110.421875,-157.9375,0,0,0,'2017-03-13 01:45:03'); +INSERT INTO `marker` VALUES (1469,1901,NULL,2,1934,84,'Father and Daughter (#12)','',122.3125,-112.44140625,0,0,0,'2017-03-13 01:48:25'); +INSERT INTO `marker` VALUES (1471,1901,NULL,2,1916,465,'Korok Seed','Lift up rock.',168.0078125,-184.296875,0,0,0,'2017-03-13 02:00:50'); +INSERT INTO `marker` VALUES (1472,1901,NULL,2,1935,465,'A Gift of Nightshade','Speak to the Gerudo NPC and then check on the other Hylian NPC at the other side of the heart-shaped pond.',168.5,-183.15625,0,0,0,'2017-03-13 02:04:21'); +INSERT INTO `marker` VALUES (1473,1901,NULL,2,1916,465,'Korok Seed','Remove small rock',170.29296875,-146.1796875,0,0,0,'2017-03-13 02:43:23'); +INSERT INTO `marker` VALUES (1477,1901,NULL,2,1916,465,'Korok','',114.6484375,-154.140625,0,0,0,'2017-03-13 03:43:44'); +INSERT INTO `marker` VALUES (1478,1901,NULL,2,1916,85,'Korok','',149.54296875,-108.234375,0,0,0,'2017-03-13 03:41:30'); +INSERT INTO `marker` VALUES (1479,1901,NULL,2,1916,465,'Korok Seed','',106.4609375,-157.078125,0,0,0,'2017-03-13 03:41:03'); +INSERT INTO `marker` VALUES (1480,1901,NULL,2,1916,465,'Korok Seed','Metal cubes puzzle',107.140625,-154.2578125,0,0,0,'2017-03-13 03:27:36'); +INSERT INTO `marker` VALUES (1481,1901,NULL,2,1916,465,'Korok Seed','',109.12890625,-164.33984375,0,0,0,'2017-03-13 03:34:49'); +INSERT INTO `marker` VALUES (1482,1901,NULL,2,1916,465,'Korok Seed','',109.71875,-164.2421875,0,0,0,'2017-03-13 03:30:37'); +INSERT INTO `marker` VALUES (1483,1901,NULL,2,1921,357,'Lurelin Village','BEFORE HACK',162.4375,-187.5625,0,1,0,'2017-03-13 03:31:51'); +INSERT INTO `marker` VALUES (1484,1901,NULL,2,1916,465,'Korok Seed','',105.4765625,-160.953125,0,0,0,'2017-03-13 03:38:05'); +INSERT INTO `marker` VALUES (1485,1901,NULL,2,1916,465,'Korok Seed','',104.578125,-156.7890625,0,0,0,'2017-03-13 03:41:54'); +INSERT INTO `marker` VALUES (1486,1901,NULL,2,1916,465,'Korok Seed','',110.2265625,-157.96484375,0,0,0,'2017-03-13 03:45:46'); +INSERT INTO `marker` VALUES (1487,1901,NULL,2,1935,1,'Find Kheel','',70.6953125,-100.3359375,0,0,1,'2017-03-13 04:13:21'); +INSERT INTO `marker` VALUES (1488,1901,NULL,2,1916,1,'Korok','',68.94921875,-98.83984375,0,0,0,'2017-03-13 04:07:56'); +INSERT INTO `marker` VALUES (1489,1901,NULL,2,1916,1,'Korok','',68.9375,-100,0,0,0,'2017-03-13 04:09:37'); +INSERT INTO `marker` VALUES (1490,1901,NULL,2,1935,1,'The Apple of My Eye','',71.51171875,-99.4296875,0,0,1,'2017-03-13 04:15:20'); +INSERT INTO `marker` VALUES (1491,1901,NULL,2,1935,1,'The Spark of Romance','',71.64453125,-99.26171875,0,0,1,'2017-03-13 04:17:20'); +INSERT INTO `marker` VALUES (1492,1901,NULL,2,1935,1,'The Bird in the Mountains','',71.16796875,-99.46875,0,0,1,'2017-03-13 04:21:33'); +INSERT INTO `marker` VALUES (1493,1901,NULL,2,1920,469,'I'm here','DELETE',120.9296875,-159.1796875,0,0,0,'2017-03-14 06:26:01'); +INSERT INTO `marker` VALUES (1494,1901,NULL,2,1906,470,'Zora Helm','Helm Piece for Zora Set',182.1875,-114.25,0,0,0,'2017-03-13 04:38:49'); +INSERT INTO `marker` VALUES (1495,1901,NULL,2,1935,1,'Recital at Warbler`s Nest','',65.73046875,-100.81640625,0,0,1,'2017-03-13 04:44:20'); +INSERT INTO `marker` VALUES (1496,1901,NULL,2,1916,1,'Korok','',64.96484375,-100.66015625,0,0,0,'2017-03-13 04:44:36'); +INSERT INTO `marker` VALUES (1497,1901,NULL,2,1916,1,'Korok','',75.94140625,-92.109375,0,0,0,'2017-03-13 05:00:16'); +INSERT INTO `marker` VALUES (1498,1901,NULL,2,1903,472,'Vault of gerudo Weapons','',68.8125,-154.4375,0,0,0,'2017-03-13 05:09:10'); +INSERT INTO `marker` VALUES (1499,1901,NULL,2,1916,1,'Korok','',73.390625,-72.08984375,0,0,0,'2017-03-13 05:21:48'); +INSERT INTO `marker` VALUES (1500,1901,NULL,2,1936,1,'Cracked Rocks','',75.08203125,-70.4375,0,0,1,'2017-03-13 05:24:29'); +INSERT INTO `marker` VALUES (1501,1901,NULL,2,1916,1,'Korok','',69.29296875,-67.8671875,0,0,0,'2017-03-13 05:27:05'); +INSERT INTO `marker` VALUES (1502,1901,NULL,2,1903,473,'Great Thunderblade 32 Atk','',68.08984375,-107.3359375,0,1,0,'2017-03-13 05:28:01'); +INSERT INTO `marker` VALUES (1503,1901,NULL,2,1901,1,'Buried Chest','',66.82421875,-68.1875,0,0,1,'2017-03-13 05:28:22'); +INSERT INTO `marker` VALUES (1504,1901,NULL,2,1916,1,'Korok','DELETE - DUP',59.2109375,-69.03125,0,0,0,'2017-03-14 06:18:01'); +INSERT INTO `marker` VALUES (1505,1901,NULL,2,1936,1,'Cracked Wall','',59.08203125,-70.52734375,0,0,1,'2017-03-13 05:40:53'); +INSERT INTO `marker` VALUES (1506,1901,NULL,2,1916,360,'','',158.25,-145.359375,0,0,0,'2017-03-13 05:46:03'); +INSERT INTO `marker` VALUES (1507,1901,NULL,2,1933,1,'Stalnox','',61.28125,-68.94140625,0,0,1,'2017-03-13 05:46:49'); +INSERT INTO `marker` VALUES (1508,1901,NULL,2,1901,1,'Ice blocks','',63.1875,-68.60546875,0,0,1,'2017-03-13 05:50:48'); +INSERT INTO `marker` VALUES (1509,1901,NULL,2,1916,1,'Korok','DELETE',65.21875,-71.765625,0,0,0,'2017-03-14 06:23:26'); +INSERT INTO `marker` VALUES (1510,1901,NULL,2,1936,1,'Cracked rocks','',67.6796875,-69.78125,0,0,1,'2017-03-13 06:00:51'); +INSERT INTO `marker` VALUES (1511,1901,NULL,2,1901,474,'','',201.875,-70.875,0,0,0,'2017-03-13 06:14:01'); +INSERT INTO `marker` VALUES (1512,1901,NULL,2,1901,476,'','',190.015625,-102.8984375,0,0,0,'2017-03-13 06:25:31'); +INSERT INTO `marker` VALUES (1513,1901,NULL,2,1933,1,'Lynel','',179.7265625,-147.21484375,0,0,1,'2017-03-13 07:16:59'); +INSERT INTO `marker` VALUES (1514,1901,NULL,2,1916,1,'Korok','',141.78125,-132.29296875,0,0,0,'2017-03-13 08:00:14'); +INSERT INTO `marker` VALUES (1515,1901,NULL,2,1934,1,'Despair (#16)','',138.984375,-134.8515625,0,0,0,'2017-03-13 08:05:04'); +INSERT INTO `marker` VALUES (1517,1901,NULL,2,1916,1,'Korok','',128.3828125,-130.3359375,0,0,0,'2017-03-13 08:12:16'); +INSERT INTO `marker` VALUES (1518,1901,NULL,2,1901,482,'','',165.15625,-103.21875,0,0,0,'2017-03-13 08:13:00'); +INSERT INTO `marker` VALUES (1521,1901,NULL,2,1933,486,'Rare Ore Stone Talus','',78.734375,-129.5625,0,0,0,'2017-03-13 08:47:25'); +INSERT INTO `marker` VALUES (1522,1901,NULL,2,1933,486,'Rare Ore Stone Talus','',69.65625,-91.53125,0,0,0,'2017-03-13 08:47:57'); +INSERT INTO `marker` VALUES (1523,1901,NULL,2,1934,485,'Father and Daughter (#12)','',122.36328125,-112.45703125,0,0,0,'2017-03-13 08:48:02'); +INSERT INTO `marker` VALUES (1524,1901,NULL,2,1933,486,'Molduga','',53.09765625,-171.66796875,0,0,0,'2017-03-13 08:48:47'); +INSERT INTO `marker` VALUES (1525,1901,NULL,2,1916,467,'','',177.6328125,-178.0546875,0,0,0,'2017-03-13 08:49:41'); +INSERT INTO `marker` VALUES (1526,1901,NULL,2,1916,285,'','',150.609375,-183.21875,0,0,0,'2017-03-13 09:03:15'); +INSERT INTO `marker` VALUES (1527,1901,NULL,2,1916,285,'','',130.5546875,-171.53125,0,0,0,'2017-03-13 09:04:00'); +INSERT INTO `marker` VALUES (1528,1901,NULL,2,1916,285,'','',131.5234375,-172.84375,0,0,0,'2017-03-13 09:04:13'); +INSERT INTO `marker` VALUES (1529,1901,NULL,2,1916,285,'','',134.59375,-172.921875,0,0,0,'2017-03-13 09:04:24'); +INSERT INTO `marker` VALUES (1530,1901,NULL,2,1916,285,'','',137.515625,-172.859375,0,0,0,'2017-03-13 09:04:35'); +INSERT INTO `marker` VALUES (1531,1901,NULL,2,1916,285,'','',136.1796875,-185.5,0,0,0,'2017-03-13 09:04:59'); +INSERT INTO `marker` VALUES (1532,1901,NULL,2,1916,285,'','',142.1484375,-187.9765625,0,0,0,'2017-03-13 09:05:15'); +INSERT INTO `marker` VALUES (1533,1901,NULL,2,1916,285,'','',188.640625,-107.0625,0,0,0,'2017-03-13 09:06:35'); +INSERT INTO `marker` VALUES (1534,1901,NULL,2,1916,285,'','',186.328125,-90.09375,0,0,0,'2017-03-13 09:07:07'); +INSERT INTO `marker` VALUES (1535,1901,NULL,2,1916,285,'','',188.640625,-90.984375,0,0,0,'2017-03-13 09:07:20'); +INSERT INTO `marker` VALUES (1536,1901,NULL,2,1916,285,'','',192.140625,-83.765625,0,0,0,'2017-03-13 09:07:49'); +INSERT INTO `marker` VALUES (1537,1901,NULL,2,1916,285,'','',197.21875,-78.3125,0,0,0,'2017-03-13 09:08:09'); +INSERT INTO `marker` VALUES (1538,1901,NULL,2,1916,285,'','',187.546875,-74.59375,0,0,0,'2017-03-13 09:08:23'); +INSERT INTO `marker` VALUES (1539,1901,NULL,2,1916,285,'','',153.40625,-71.15625,0,0,0,'2017-03-13 09:08:55'); +INSERT INTO `marker` VALUES (1540,1901,NULL,2,1933,490,'Stone Talus','',134.53125,-159.4375,0,0,0,'2017-03-13 10:35:05'); +INSERT INTO `marker` VALUES (1541,1901,NULL,2,1916,285,'','',109.734375,-183.9765625,0,0,0,'2017-03-13 10:35:13'); +INSERT INTO `marker` VALUES (1542,1901,NULL,2,1916,285,'','',114.3125,-183.734375,0,0,0,'2017-03-13 10:35:30'); +INSERT INTO `marker` VALUES (1543,1901,NULL,2,1933,490,'Stone Talus','',122.859375,-156.09375,0,0,0,'2017-03-13 10:36:00'); +INSERT INTO `marker` VALUES (1544,1901,NULL,2,1933,491,'Molduga','',68.58984375,-184.125,0,0,0,'2017-03-13 11:23:42'); +INSERT INTO `marker` VALUES (1545,1901,NULL,2,1916,491,'Korok','',127.40625,-167.3125,0,0,0,'2017-03-13 11:26:16'); +INSERT INTO `marker` VALUES (1546,1901,NULL,2,1916,491,'Korok','',84.5390625,-82.7890625,0,0,0,'2017-03-13 11:30:08'); +INSERT INTO `marker` VALUES (1547,1901,NULL,2,1933,491,'Stalnox','',111.6875,-189.2890625,0,0,0,'2017-03-13 11:31:11'); +INSERT INTO `marker` VALUES (1548,1901,NULL,2,1916,491,'Korok','',83.9921875,-153.75,0,0,0,'2017-03-13 11:32:35'); +INSERT INTO `marker` VALUES (1549,1901,NULL,2,1916,285,'','',99.421875,-166.3125,0,0,0,'2017-03-13 12:08:34'); +INSERT INTO `marker` VALUES (1550,1901,NULL,2,1916,285,'','',95.7890625,-165.8046875,0,0,0,'2017-03-13 12:12:02'); +INSERT INTO `marker` VALUES (1551,1901,NULL,2,1901,494,'','Guardian',197.609375,-80.6640625,0,0,0,'2017-03-13 12:17:24'); +INSERT INTO `marker` VALUES (1552,1901,NULL,2,1901,494,'','Guardian',197.6328125,-80.625,0,0,0,'2017-03-13 12:17:47'); +INSERT INTO `marker` VALUES (1556,1901,NULL,2,1916,498,'Korok','',129.5234375,-187.71875,0,0,0,'2017-03-13 13:38:17'); +INSERT INTO `marker` VALUES (1557,1901,NULL,2,1916,498,'Korok','',132.5,-188.9375,0,0,0,'2017-03-13 13:38:44'); +INSERT INTO `marker` VALUES (1558,1901,NULL,2,1916,498,'Korok','',132.09375,-187.8984375,0,0,0,'2017-03-13 13:39:43'); +INSERT INTO `marker` VALUES (1559,1901,NULL,2,1916,498,'Korok','',136.1953125,-185.4765625,0,0,0,'2017-03-13 13:40:27'); +INSERT INTO `marker` VALUES (1560,1901,NULL,2,1916,285,'','',84.00390625,-163.1328125,0,0,0,'2017-03-13 14:05:09'); +INSERT INTO `marker` VALUES (1561,1901,NULL,2,1916,507,'','Follow flowers',196.6875,-103.765625,0,0,0,'2017-03-13 15:42:07'); +INSERT INTO `marker` VALUES (1562,1901,NULL,2,1901,508,'Test','',140.828125,-130.84375,0,0,0,'2017-03-13 15:53:54'); +INSERT INTO `marker` VALUES (1563,1901,NULL,2,1916,510,'Lift the rock at top of tree','',101.90625,-149.828125,0,0,0,'2017-03-13 16:04:07'); +INSERT INTO `marker` VALUES (1564,1901,NULL,2,1904,192,'5x Ancient Arrows','Located in chest at top of castle.',124.09375,-111.34375,0,0,0,'2017-03-13 16:28:42'); +INSERT INTO `marker` VALUES (1565,1901,NULL,2,1901,192,'Saria Lake','',128.9296875,-98.203125,0,0,0,'2017-03-13 16:33:50'); +INSERT INTO `marker` VALUES (1566,1901,NULL,2,1901,192,'Mido Swamp','',140.640625,-91,0,0,0,'2017-03-13 16:34:04'); +INSERT INTO `marker` VALUES (1567,1901,NULL,2,1905,192,'Sheikah Shield','Located inside Shrine',156.82421875,-141.84765625,0,0,0,'2017-03-13 16:40:49'); +INSERT INTO `marker` VALUES (1568,1901,NULL,2,1903,192,'Sheikah Weapon(Needs name)','',156.80859375,-141.828125,0,0,0,'2017-03-13 16:41:14'); +INSERT INTO `marker` VALUES (1569,1901,NULL,2,1901,512,'Giant Horse','Location of the special Giant Horse mount and quest objective.',108.984375,-169.609375,0,1,0,'2017-03-13 16:56:46'); +INSERT INTO `marker` VALUES (1570,1901,NULL,2,1901,513,'','',104.66015625,-156.70703125,0,0,0,'2017-03-13 17:10:25'); +INSERT INTO `marker` VALUES (1571,1901,NULL,2,1916,178,'place apple as offiring','',112.078125,-136.75,0,0,0,'2017-03-13 17:12:25'); +INSERT INTO `marker` VALUES (1572,1901,NULL,2,1916,17,'Korok Seeds','Puzzle',80.28125,-174.5078125,0,0,0,'2017-03-13 17:37:18'); +INSERT INTO `marker` VALUES (1573,1901,NULL,2,1916,17,'Korok Seeds','Under a Rock',97.93359375,-179.2734375,0,0,0,'2017-03-13 17:38:08'); +INSERT INTO `marker` VALUES (1574,1901,NULL,2,1916,17,'Korok Seeds','Puzzle',98.00390625,-178.66796875,0,0,0,'2017-03-13 17:38:32'); +INSERT INTO `marker` VALUES (1575,1901,NULL,2,1903,511,'Silver Longsword','',179.94140625,-119.90234375,0,0,0,'2017-03-13 17:42:29'); +INSERT INTO `marker` VALUES (1576,1901,NULL,2,1916,17,'Korok Seeds','Puzzle',105.44140625,-160.91796875,0,0,0,'2017-03-13 17:46:31'); +INSERT INTO `marker` VALUES (1577,1901,NULL,2,1901,478,'','',105.1171875,-159.9296875,0,0,0,'2017-03-13 17:49:52'); +INSERT INTO `marker` VALUES (1578,1901,NULL,2,1933,515,'Molduga','',63.3125,-187.03125,0,0,0,'2017-03-13 18:08:21'); +INSERT INTO `marker` VALUES (1579,1901,NULL,2,1933,515,'Molduga','',53.15625,-172.046875,0,0,0,'2017-03-13 18:09:39'); +INSERT INTO `marker` VALUES (1580,1901,NULL,2,1906,192,'Sheikah Armor/Hylian Armor','Sold in the store',156.96484375,-143.32421875,0,0,0,'2017-03-13 18:11:31'); +INSERT INTO `marker` VALUES (1581,1901,NULL,2,1906,192,'Knight Armor/Hylian Armor','Sold in Armor Shop',181.28125,-161.1953125,0,0,0,'2017-03-13 18:12:56'); +INSERT INTO `marker` VALUES (1582,1901,NULL,2,1933,516,'Molduga','',53.875,-171.6015625,0,0,0,'2017-03-13 18:24:13'); +INSERT INTO `marker` VALUES (1583,1901,NULL,2,1933,516,'Molduga','',57.0390625,-177.6640625,0,0,0,'2017-03-13 18:25:00'); +INSERT INTO `marker` VALUES (1584,1901,NULL,2,1916,498,'Korok','',64.359375,-88.2421875,0,0,0,'2017-03-13 18:25:53'); +INSERT INTO `marker` VALUES (1585,1901,NULL,2,1933,516,'Frost Talus','',72.3828125,-152.3984375,0,0,0,'2017-03-13 18:27:31'); +INSERT INTO `marker` VALUES (1586,1901,NULL,2,1933,516,'Stone Talus','',68.453125,-146.765625,0,0,0,'2017-03-13 18:27:55'); +INSERT INTO `marker` VALUES (1587,1901,NULL,2,1933,516,'Lynel','',65.3046875,-141.671875,0,0,0,'2017-03-13 18:28:21'); +INSERT INTO `marker` VALUES (1588,1901,NULL,2,1901,497,'Starting Point','',110.8125,-157.4375,0,0,0,'2017-03-13 18:42:48'); +INSERT INTO `marker` VALUES (1589,1901,NULL,2,1916,457,'Korok','Pick up the rock on top of this pillar.',84.05078125,-163.1015625,0,0,0,'2017-03-13 18:49:47'); +INSERT INTO `marker` VALUES (1590,1901,NULL,2,1916,457,'Korok','Shoot the balloon inside of the crack in the archway.',88.17578125,-159.875,0,0,0,'2017-03-13 18:51:55'); +INSERT INTO `marker` VALUES (1591,1901,NULL,2,1916,519,'Left Side of Bridge','Flower Game. Follow from left side of bridge down underneath broken bridge portion',127.859375,-168.4140625,0,0,0,'2017-03-13 18:52:50'); +INSERT INTO `marker` VALUES (1592,1901,NULL,2,1916,318,'Korok','',115.609375,-163.33203125,0,0,0,'2017-03-13 18:57:18'); +INSERT INTO `marker` VALUES (1593,1901,NULL,2,1901,520,'Heart pond','',168.5390625,-183.1953125,0,0,0,'2017-03-13 19:08:47'); +INSERT INTO `marker` VALUES (1594,1901,NULL,2,1916,318,'Korok','',109.67578125,-164.24609375,0,0,0,'2017-03-13 19:12:21'); +INSERT INTO `marker` VALUES (1595,1901,NULL,2,1916,318,'Korok','',105.46875,-160.97265625,0,0,0,'2017-03-13 19:19:54'); +INSERT INTO `marker` VALUES (1596,1901,NULL,2,1933,521,'Blue Hinox','',173.79245686531067,-123.58742570877075,0,1,0,'2017-03-13 19:25:38'); +INSERT INTO `marker` VALUES (1597,1901,NULL,2,1901,522,'','K',146.69921875,-175.76953125,0,1,0,'2017-03-13 19:30:08'); +INSERT INTO `marker` VALUES (1598,1901,NULL,2,1901,522,'','',143.3828125,-173.01171875,0,1,0,'2017-03-13 19:32:42'); +INSERT INTO `marker` VALUES (1599,1901,NULL,2,1901,524,'','',74.171875,-177.03125,0,1,0,'2017-03-13 19:54:43'); +INSERT INTO `marker` VALUES (1600,1901,NULL,2,1926,524,'Divine Beast Vah Naboris','',80.015625,-181.234375,0,1,0,'2017-03-13 19:55:36'); +INSERT INTO `marker` VALUES (1601,1901,NULL,2,1920,524,'Lookout Post','',74.5,-176.875,0,0,0,'2017-03-13 19:56:01'); +INSERT INTO `marker` VALUES (1602,1901,NULL,2,1926,524,'Divine Beast Vah Medoh','',71.53125,-98.75,0,0,0,'2017-03-13 19:56:37'); +INSERT INTO `marker` VALUES (1603,1901,NULL,2,1916,525,'Korok','',173.4296875,-127.2421875,0,0,0,'2017-03-13 20:00:33'); +INSERT INTO `marker` VALUES (1604,1901,NULL,2,1916,527,'Korok Seeds','',65.0234375,-69.3515625,0,0,0,'2017-03-13 20:08:54'); +INSERT INTO `marker` VALUES (1605,1901,NULL,2,1901,528,'','dasdvas',128.0625,-133.9375,0,0,0,'2017-03-13 20:11:01'); +INSERT INTO `marker` VALUES (1606,1901,NULL,2,1916,318,'Korok','',133.0234375,-158.109375,0,0,0,'2017-03-13 20:21:01'); +INSERT INTO `marker` VALUES (1607,1901,NULL,2,1916,529,'Follow the flower','',65.09375,-70.00390625,0,0,0,'2017-03-13 20:26:02'); +INSERT INTO `marker` VALUES (1608,1901,NULL,2,1901,531,'','',61.53125,-70.9375,0,0,0,'2017-03-13 20:35:11'); +INSERT INTO `marker` VALUES (1609,1901,NULL,2,1916,529,'Snowboard down the hill','',61.71875,-72.03125,0,0,0,'2017-03-13 20:37:36'); +INSERT INTO `marker` VALUES (1610,1901,NULL,2,1901,529,'Sherfin's Secret Hot Spring','',60.58203125,-73.46875,0,0,0,'2017-03-13 20:51:23'); +INSERT INTO `marker` VALUES (1611,1901,NULL,2,1901,529,'Selmie's Spot','',81.8671875,-78.921875,0,0,0,'2017-03-13 20:53:03'); +INSERT INTO `marker` VALUES (1612,1901,NULL,2,1901,529,'Flying minigame','',201.5078125,-186.4609375,0,0,0,'2017-03-13 20:55:59'); +INSERT INTO `marker` VALUES (1613,1901,NULL,2,1916,526,'','',105.43359375,-160.8359375,0,0,0,'2017-03-13 20:59:36'); +INSERT INTO `marker` VALUES (1614,1901,NULL,2,1902,445,'Ceremonial Trident','',178.34375,-118.4609375,0,0,0,'2017-03-13 20:59:48'); +INSERT INTO `marker` VALUES (1615,1901,NULL,2,1916,529,'Complete the Spiral','',63.12890625,-87.1328125,0,0,0,'2017-03-13 21:02:31'); +INSERT INTO `marker` VALUES (1616,1901,NULL,2,1916,529,'Under a rock','',64.32421875,-88.2734375,0,0,0,'2017-03-13 21:05:54'); +INSERT INTO `marker` VALUES (1617,1901,NULL,2,1936,450,'Cracked Walls','',76.484375,-106.671875,0,0,0,'2017-03-13 21:28:35'); +INSERT INTO `marker` VALUES (1618,1901,NULL,2,1916,450,'Korok Seeds','',76.453125,-106.6875,0,0,0,'2017-03-13 21:29:05'); +INSERT INTO `marker` VALUES (1619,1901,NULL,2,1902,445,'Zora Helm','',182.1796875,-114.078125,0,0,0,'2017-03-13 21:29:34'); +INSERT INTO `marker` VALUES (1620,1901,NULL,2,1903,450,'Feathered Spear','',76.140625,-107.03125,0,0,0,'2017-03-13 21:29:51'); +INSERT INTO `marker` VALUES (1621,1901,NULL,2,1916,529,'Drop the ball in the ring','',68.203125,-95.25,0,0,0,'2017-03-13 21:31:12'); +INSERT INTO `marker` VALUES (1622,1901,NULL,2,1916,450,'Korok Seed','',74.171875,-107.390625,0,0,0,'2017-03-13 21:32:21'); +INSERT INTO `marker` VALUES (1623,1901,NULL,2,1916,529,'Follow the flower','',65.9375,-101.625,0,0,0,'2017-03-13 21:37:15'); +INSERT INTO `marker` VALUES (1624,1901,NULL,2,1916,529,'Under a rock','',61.953125,-100.73046875,0,0,0,'2017-03-13 21:41:36'); +INSERT INTO `marker` VALUES (1625,1901,NULL,2,1903,450,'Great Thunderblade','',68.09765625,-107.3125,0,0,0,'2017-03-13 21:44:24'); +INSERT INTO `marker` VALUES (1626,1901,NULL,2,1933,529,'Black Hinox','',68.84375,-103.65625,0,0,0,'2017-03-13 21:45:51'); +INSERT INTO `marker` VALUES (1627,1901,NULL,2,1901,534,'','',86.91796875,-171.0078125,0,0,0,'2017-03-13 21:53:03'); +INSERT INTO `marker` VALUES (1628,1901,NULL,2,1934,506,'Slumbering Power (#13)','',186.5625,-86.3125,0,0,0,'2017-03-13 21:57:42'); +INSERT INTO `marker` VALUES (1629,1901,NULL,2,1901,506,'Akkala Ancient Tech Lab','',198.5625,-78.59375,0,0,0,'2017-03-13 21:58:32'); +INSERT INTO `marker` VALUES (1630,1901,NULL,2,1916,527,'Korok Seeds','Korok Puzzle',201.30078125,-100.28515625,0,0,0,'2017-03-13 21:59:01'); +INSERT INTO `marker` VALUES (1631,1901,NULL,2,1916,529,'Jump in the flower ring','',72.9765625,-121.015625,0,0,0,'2017-03-13 22:03:08'); +INSERT INTO `marker` VALUES (1632,1901,NULL,2,1916,527,'Korok Seeds','Under a pile of leaf.',198.8046875,-95.26953125,0,0,0,'2017-03-13 22:03:36'); +INSERT INTO `marker` VALUES (1633,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',58.872578125000004,-77.75090625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1634,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',61.892296875,-79.018578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1635,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.063484375,-74.81049999999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1636,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',59.234375,-69.03125,0,0,1,'2017-03-14 06:17:41'); +INSERT INTO `marker` VALUES (1637,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',62.888093749999996,-71.500984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1638,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.041578125,-69.247203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1639,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',60.33028125,-87.372484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1640,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',60.183921874999996,-91.21712500000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1641,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.1893125,-91.275640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1642,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',59.210078124999995,-83.2079375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1643,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.487390625,-86.141515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1644,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',64.37782812500001,-88.21954687499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1645,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.335578125,-95.924109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1646,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.17565625,-87.117578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1647,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',57.574453125000005,-94.4670625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1648,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',59.299406250000004,-95.970546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1649,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.568515625,-97.76035937500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1650,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',57.954281249999994,-97.2050625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1651,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',61.97321875,-100.697109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1652,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.953390625,-100.68121875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1653,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.32545312500001,-109.76428125000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1654,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.47707812499999,-101.77612500000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1655,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.08268749999999,-124.36865,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1656,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.880609375,-122.52751875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1657,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',61.556171875000004,-126.687305,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1658,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.58078125,-115.908575,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1659,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',54.711124999999996,-141.1619296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1660,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',64.45645312500001,-134.8413671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1661,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',59.107765625,-133.1772140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1662,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',62.630078125,-132.5479203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1663,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',60.415484375000005,-138.9108203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1664,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.172593750000004,-140.2208265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1665,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',59.94785937499999,-139.09178125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1666,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',56.871281249999996,-149.143109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1667,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',63.73601562499999,-149.523984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1668,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',59.9783125,-156.72696875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1669,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.83309375,-159.084140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1670,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',57.252562499999996,-150.239453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1671,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',54.79353125,-158.78731249999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1672,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',62.218359375000006,-145.711078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1673,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.592093750000004,-153.459515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1674,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.062171875000004,-153.934328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1675,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',61.334796874999995,-154.43025,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1676,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',64.319,-152.9239375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1677,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.6755,-151.16240625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1678,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',63.368812500000004,-154.843125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1679,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',65.48315625000001,-152.477375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1680,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',54.398671875000005,-161.934921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1681,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',59.65784375,-168.422765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1682,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',51.798312499999994,-166.58865624999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1683,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',61.986421875000005,-170.78240625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1684,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',56.00146875,-164.54445312500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1685,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',60.6935625,-182.05851562499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1686,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',52.07534375,-187.8898125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1687,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',62.994890625,-187.78440625000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1688,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',62.441421875,-176.30553125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1689,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',60.064109375,-186.01850000000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1690,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',52.0281875,-178.952578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1691,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',66.119125,-69.82409375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1692,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',65.4296875,-71.46875,0,0,1,'2017-03-14 06:23:12'); +INSERT INTO `marker` VALUES (1693,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',68.7228125,-80.60989062499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1694,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',74.64384375,-73.162328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1695,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.95070312499999,-75.68465625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1696,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',69.294890625,-67.87370312499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1697,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',72.147265625,-76.86903125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1698,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',73.373046875,-72.05196875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1699,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',71.58360937500001,-73.43765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1700,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',74.58578125,-95.70601562499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1701,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',69.64403125,-81.68128125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1702,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.74042187500001,-91.747015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1703,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.168421875,-84.03615625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1704,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.48251562499999,-88.62217187499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1705,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.135296875,-95.082671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1706,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',76.79025,-87.080234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1707,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',70.53282812500001,-89.456953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1708,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',75.93828125,-92.10676562500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1709,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',75.64796874999999,-81.204765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1710,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',79.31296875000001,-84.15259375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1711,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',78.756640625,-103.5736875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1712,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',76.51321875,-106.704234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1713,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',76.884515625,-98.80846875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1714,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',72.33990625,-100.47896875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1715,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',79.900875,-110.4944375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1716,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',69.95721875000001,-111.734921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1717,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',71.322125,-99.799609375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1718,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.92907812499999,-98.849625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1719,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',79.16884375000001,-106.64834375000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1720,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',70.23959375,-101.68578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1721,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',74.181796875,-107.23921874999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1722,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',68.56351562500001,-115.930259375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1723,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',73.68434375,-126.92096515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1724,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',77.88201562500001,-122.7814625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1725,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',79.417828125,-113.792728125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1726,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',74.233234375,-117.6113203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1727,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',74.38746875,-116.939984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1728,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',76.00859375,-122.7355484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1729,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',70.5775625,-121.8543390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1730,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',70.791171875,-115.04994375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1731,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',65.943234375,-113.616928125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1732,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',68.174390625,-126.149621875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1733,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.973234375,-115.437740625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1734,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.6604375,-125.7007015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1735,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',72.92889062500001,-120.9735296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1736,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',77.87829687499999,-120.2673,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1737,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',66.026375,-118.24122187500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1738,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',77.799078125,-119.0310875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1739,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',70.36175,-140.480078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1740,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',80.90370312499999,-133.8193265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1741,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.03628125,-142.23045000000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1742,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',70.59709375,-138.9110109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1743,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',73.91932812499999,-130.5984203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1744,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',67.887578125,-150.922171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1745,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.1,-148.113546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1746,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',79.10915625,-150.92429687499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1747,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.91820312499999,-157.6414375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1748,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',69.939703125,-152.344890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1749,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',77.616890625,-143.97579687500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1750,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',74.322046875,-174.565015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1751,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',79.44878125,-173.019390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1752,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',69.3774375,-167.556625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1753,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.0095625,-159.948953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1754,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',75.60875,-163.5673125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1755,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',67.27903125,-174.3409375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1756,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',80.630859375,-186.665484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1757,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',69.74153125000001,-184.407546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1758,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',76.64946875,-187.174234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1759,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',68.63048437500001,-181.576359375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1760,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.130375,-80.78748437499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1761,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.2170625,-74.756296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1762,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',83.582875,-73.41425000000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1763,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',92.840390625,-79.684640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1764,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',87.341015625,-77.39170312499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1765,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.96089062499999,-78.83282812499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1766,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.28803125,-94.172078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1767,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.802796875,-95.9945,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1768,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',82.11665625,-90.3053125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1769,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',90.77265625,-94.676875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1770,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',84.507,-82.757421875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1771,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',93.46781250000001,-82.554,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1772,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',85.24828124999999,-87.64328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1773,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.68293750000001,-90.127578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1774,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',82.6861875,-88.800203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1775,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.44109375,-84.79340625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1776,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',82.94010937499999,-90.53101562500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1777,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',85.01035937500001,-92.706609375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1778,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.7671875,-91.0609375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1779,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.103625,-92.16954687500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1780,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',96.507,-89.62496875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1781,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.36099999999999,-85.91365625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1782,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',83.77256249999999,-83.80710937500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1783,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',81.5498125,-98.65465625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1784,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',91.465296875,-101.020296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1785,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.553125,-97.9734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1786,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',93.346421875,-103.54650000000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1787,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.17271875,-102.64146875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1788,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',90.757375,-110.021375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1789,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',93.508015625,-100.38332812499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1790,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',82.5284375,-102.390046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1791,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.39603125,-107.677625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1792,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.685546875,-105.557734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1793,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',86.8080625,-108.515765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1794,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.83978125,-103.31128125000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1795,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',93.459390625,-102.665625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1796,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',95.43810937500001,-103.644921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1797,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.672578125,-103.08153125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1798,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',84.38859375,-97.60003125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1799,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',91.14695312500001,-98.737359375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1800,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',88.571921875,-100.860203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1801,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',91.8,-115.3991796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1802,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.28812500000001,-114.4938875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1803,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',85.837203125,-116.01956875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1804,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.8021875,-115.8783265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1805,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.966953125,-120.3275671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1806,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.967109375,-122.6045734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1807,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.190125,-123.2140265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1808,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',85.56398437499999,-121.2833703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1809,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',96.27934375000001,-119.443690625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1810,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.6143125,-119.9663875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1811,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.87937500000001,-135.2605140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1812,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.26817187500001,-137.997790625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1813,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',92.21014062500001,-135.31622031249998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1814,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.6565625,-136.5613140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1815,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',82.396828125,-135.4958578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1816,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',82.55096875000001,-140.44165625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1817,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.0515,-137.21360625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1818,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',94.013609375,-135.2398515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1819,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.91429687499999,-137.943921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1820,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.302859375,-136.557309375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1821,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',91.26329687500001,-141.2215625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1822,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',93.61,-139.4194609375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1823,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',89.19820312499999,-135.8865015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1824,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',92.08031249999999,-133.33065937499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1825,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',91.865484375,-128.3752546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1826,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.10875,-132.6305125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1827,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',85.34496874999999,-139.896628125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1828,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.71618749999999,-133.8356234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1829,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.656171875,-151.986484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1830,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.229515625,-158.058203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1831,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',83.19034375,-145.576984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1832,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',83.46875,-147.203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1833,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',83.977109375,-153.823765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1834,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',89.488390625,-154.773046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1835,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.651984375,-146.082890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1836,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.48296875,-151.078578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1837,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',88.59746874999999,-148.60296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1838,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.04473437499999,-158.020875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1839,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',95.19715625,-145.261375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1840,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',90.60359375,-144.364703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1841,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',91.42653125,-145.259046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1842,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',95.708578125,-156.907765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1843,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',86.035546875,-173.77587499999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1844,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',83.41620312500001,-164.252390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1845,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',91.14406249999999,-167.914578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1846,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',94.128375,-160.53190625000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1847,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',96.458875,-162.166296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1848,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',92.0828125,-172.5315625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1849,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',85.855265625,-160.89159375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1850,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',95.70853125,-165.453828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1851,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',95.814296875,-165.814046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1852,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',91.98309375,-168.0213125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1853,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',93.5048125,-167.853453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1854,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.61699999999999,-161.80281250000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1855,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',86.935703125,-170.98759375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1856,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',96.44221875,-173.066109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1857,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',87.456953125,-167.68545312499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1858,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',92.69465625000001,-162.76181250000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1859,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',88.153453125,-159.84534374999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1860,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',84.010765625,-163.123640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1861,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',88.196453125,-189.74890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1862,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',89.7435625,-186.6240625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1863,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',94.054546875,-178.0061875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1864,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',86.809421875,-179.60271875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1865,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',82.39601562499999,-175.82834375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1866,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.2041875,-68.74110937500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1867,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.512921875,-71.110265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1868,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.87521875,-74.876984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1869,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.64378125,-80.43974999999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1870,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',104.011015625,-73.69032812500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1871,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',101.812625,-94.57340625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1872,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.211125,-94.67184375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1873,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.916,-85.273140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1874,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',100.17184375,-85.109109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1875,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.076296875,-91.87048437499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1876,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',101.71534375,-93.86190625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1877,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',100.4375,-91.27025,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1878,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',111.630859375,-87.053734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1879,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',108.333859375,-91.1235,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1880,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',105.896125,-90.5219375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1881,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',105.960125,-93.237390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1882,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',111.6575,-85.69315625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1883,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.0700625,-95.54223437499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1884,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',98.554828125,-99.66904687499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1885,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',99.791296875,-99.210515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1886,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',108.824390625,-103.34100000000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1887,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',112.0959375,-111.34253125000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1888,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',99.00021875,-109.366546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1889,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',111.1659375,-108.02018749999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1890,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',105.557984375,-101.92715625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1891,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',111.39071875,-97.779546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1892,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.904078125,-100.93915625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1893,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.534921875,-97.66312500000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1894,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',108.773171875,-112.3778671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1895,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',111.826796875,-121.027778125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1896,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',101.562734375,-125.2573671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1897,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.145765625,-123.55723125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1898,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',108.337484375,-124.2419046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1899,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',102.200625,-127.38955640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1900,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',98.657765625,-127.497129375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1901,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.554125,-126.3127046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1902,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.30193750000001,-118.8724265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1903,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.05940625,-124.458040625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1904,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.417515625,-117.4464046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1905,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.9361875,-120.226346875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1906,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.149703125,-116.0945828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1907,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',102.507140625,-119.9500859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1908,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.155640625,-124.419771875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1909,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.569390625,-119.7407921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1910,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.861078125,-130.52061874999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1911,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.986484375,-133.6710390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1912,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',104.374734375,-128.8821821875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1913,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 1 - Invisible: 0',97.330609375,-134.40396875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1914,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',107.111125,-131.9009734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1915,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',98.94395312500001,-133.22349843749998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1916,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.284171875,-137.3898421875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1917,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.75053125,-140.7420296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1918,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.03890625,-135.1829390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1919,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',107.469640625,-137.73221093749999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1920,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',109.963140625,-143.0724296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1921,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',109.93796875,-131.8300546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1922,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.056515625,-136.74705625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1923,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',110.70406249999999,-142.1447234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1924,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',108.47575,-139.4168265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1925,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.119421875,-133.7283796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1926,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.227140625,-142.5631125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1927,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',105.50623437499999,-141.2291828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1928,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',104.36428125,-142.1978953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1929,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.386140625,-134.4736046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1930,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',99.57340625,-143.2124703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1931,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',100.9519375,-133.861434375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1932,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',104.5318125,-130.4409046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1933,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.274,-144.101125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1934,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',106.402046875,-157.031828125,0,0,1,'2017-03-18 01:19:23'); +INSERT INTO `marker` VALUES (1935,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.143609375,-154.1859375,0,0,1,'2017-03-18 18:39:08'); +INSERT INTO `marker` VALUES (1936,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',111.4795,-148.742578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1937,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',108.86421874999999,-149.22525000000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1938,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',107.46410937499999,-147.645859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1939,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',110.03254687500001,-146.814125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1940,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',101.958421875,-149.780625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1941,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',100.990859375,-151.10725,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1942,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',99.57665625,-151.94762500000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1943,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',100.70442187500001,-156.610890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1944,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',103.25107812499999,-152.68267187499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1945,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',104.694828125,-156.62882812499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1946,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',99.881140625,-153.404703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1947,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',109.40587500000001,-145.44914062499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1948,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',106.58840624999999,-146.215953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1949,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',107.993859375,-149.639046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1950,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',97.222671875,-144.997390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1951,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',110.234375,-157.828125,0,0,1,'2017-03-18 18:34:02'); +INSERT INTO `marker` VALUES (1952,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.801609375,-143.6626875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1953,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',104.50903124999999,-158.00271874999999,0,0,1,'2017-03-18 01:04:43'); +INSERT INTO `marker` VALUES (1954,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.69584375,-162.612421875,0,0,1,'2017-03-18 18:37:22'); +INSERT INTO `marker` VALUES (1955,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',105.09521875,-174.1336875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1956,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',109.69346875,-164.20665624999998,0,0,1,'2017-03-18 18:44:41'); +INSERT INTO `marker` VALUES (1957,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',97.76023437500001,-169.77346875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1958,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',105.451265625,-160.900625,0,0,1,'2017-03-18 20:01:00'); +INSERT INTO `marker` VALUES (1959,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',102.08453125,-164.04328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1960,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',106.134,-165.159453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1961,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',99.721546875,-166.431640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1962,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',102.7505625,-166.239515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1963,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',101.97032812500001,-164.533796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1964,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',109.1819375,-164.293375,0,0,1,'2017-03-18 18:47:01'); +INSERT INTO `marker` VALUES (1965,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',101.10584374999999,-162.96532812499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1966,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',112.18890625,-169.22609375000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1967,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.44396875,-170.85521875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1968,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',109.026359375,-170.21178125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1969,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',111.33134375,-173.468921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1970,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',96.803125,-184.557296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1971,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',110.407015625,-184.6316875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1972,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',97.96521874999999,-179.245203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1973,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',104.14099999999999,-181.217078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1974,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',102.820078125,-185.47385937500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1975,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.88346874999999,-186.918640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1976,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',108.363390625,-176.971109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1977,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',103.007859375,-176.436546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1978,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',109.61170312499999,-183.90709375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1979,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',97.901515625,-178.656234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1980,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',106.79634375,-185.3740625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1981,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',106.45046875,-180.00125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1982,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',103.957140625,-175.97004687499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1983,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',120.3950234375,-78.89192187500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1984,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',114.3609796875,-76.18584374999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1985,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',119.1283296875,-87.38745312500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1986,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',127.36274625,-81.347703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1987,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',116.22389375,-111.01884375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1988,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',113.753125,-102.800015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1989,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.80321875,-100.6970625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1990,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.3218734375,-100.90551562499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1991,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.6951203125,-109.87821875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1992,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',125.96028593750002,-106.448765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1993,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',123.175434375,-109.781171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1994,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.75933125,-112.32314062500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1995,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.004903125,-105.440859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1996,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',115.2394359375,-97.903796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1997,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.09154062499998,-111.411359375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1998,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.08345624999998,-110.62346875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (1999,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.064940625,-111.40982812499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2000,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',123.84782343749998,-110.206921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2001,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',115.438125,-121.701140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2002,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',113.3874109375,-117.980603125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2003,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.5790859375,-119.5029015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2004,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',114.14609375,-123.718125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2005,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',124.25961875,-126.240709375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2006,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.5299078125,-113.42686093750001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2007,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',113.2904640625,-115.22446875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2008,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',124.3955234375,-118.1034390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2009,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.0339171875,-121.348034375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2010,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',118.4755359375,-117.3390328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2011,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.3543875,-114.55270625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2012,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.4784375,-115.037365625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2013,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.4679234375,-114.280421875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2014,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.0124078125,-112.474615625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2015,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',119.4296875,-124.41375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2016,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',126.93648906249999,-112.69337812500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2017,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',124.033546875,-118.1214328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2018,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',121.843325,-115.7280703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2019,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',123.8248390625,-118.4658140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2020,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.02573125,-123.8685296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2021,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.6359046875,-121.2406,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2022,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',124.0312265625,-116.4446734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2023,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.1380703125,-116.443546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2024,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.334484375,-116.3760515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2025,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',122.9314828125,-115.5287703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2026,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',115.5590625,-119.267878125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2027,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',116.06609375,-118.526875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2028,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.4726078125,-123.9055765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2029,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',125.36923125,-114.5561578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2030,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.4231140625,-112.6914421875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2031,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',121.1785171875,-113.4246078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2032,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',124.03125,-112.459159375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2033,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',125.4486859375,-115.7394140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2034,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',123.77716718750001,-114.2625515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2035,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.2350859375,-112.47740781249999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2036,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',116.478028125,-133.2149453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2037,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',114.429653125,-131.42374375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2038,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',119.98827031249999,-136.603490625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2039,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',116.902334375,-129.56144859375001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2040,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',116.2824578125,-141.94078906250002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2041,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',125.9108484375,-142.76618906250002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2042,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',116.62391875,-130.1059140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2043,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',117.928403125,-141.6892640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2044,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',122.3242328125,-134.2022125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2045,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',119.9225265625,-129.52797453124998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2046,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',126.0922703125,-137.281303125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2047,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.3236859375,-130.3582,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2048,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',113.108309375,-154.8981875,0,0,1,'2017-03-18 20:04:18'); +INSERT INTO `marker` VALUES (2049,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',115.3558828125,-158.732953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2050,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',115.9705765625,-152.597265625,0,0,1,'2017-03-17 21:58:35'); +INSERT INTO `marker` VALUES (2051,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',114.1355875,-157.553234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2052,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.35508125,-146.58353125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2053,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',126.336565625,-144.37451562500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2054,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',121.39026875,-159.146265625,0,0,1,'2017-03-18 19:25:38'); +INSERT INTO `marker` VALUES (2055,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',114.6682421875,-154.11279687500002,0,0,1,'2017-03-17 22:01:57'); +INSERT INTO `marker` VALUES (2056,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',112.9143734375,-153.401515625,0,0,1,'2017-03-17 22:04:25'); +INSERT INTO `marker` VALUES (2057,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',120.712315625,-147.99034375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2058,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',115.968290625,-149.57776562499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2059,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',118.6258453125,-144.74712499999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2060,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.7867953125,-149.72328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2061,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',125.0164046875,-156.6178125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2062,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',115.1462890625,-152.170640625,0,0,1,'2017-03-18 20:04:59'); +INSERT INTO `marker` VALUES (2063,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',121.385084375,-159.600890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2064,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.19554999999998,-163.9905,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2065,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',127.14413984374998,-166.94437499999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2066,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',115.6244375,-163.269109375,0,0,1,'2017-03-18 19:57:40'); +INSERT INTO `marker` VALUES (2067,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',118.5944734375,-169.50185937499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2068,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.96491343749999,-166.135265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2069,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',120.67746406250001,-173.441125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2070,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',126.83776046875,-165.701125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2071,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',127.39089578125,-167.275671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2072,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',126.93718437499999,-164.447125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2073,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',118.471759375,-165.353953125,0,0,1,'2017-03-18 20:11:44'); +INSERT INTO `marker` VALUES (2074,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',127.80512281250002,-168.411265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2075,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',113.5431234375,-173.88187499999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2076,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.775,-167.988125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2077,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',127.95265245312498,-168.85417187500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2078,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',124.2482640625,-188.66409375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2079,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',123.8382125,-188.752390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2080,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',125.87753281249998,-187.4063125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2081,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',126.5117178125,-176.889953125,0,0,1,'2017-03-18 20:54:07'); +INSERT INTO `marker` VALUES (2082,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',117.72241406250001,-188.18496875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2083,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',121.425715625,-180.6325625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2084,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',113.570296875,-181.69343750000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2085,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',124.10953437499998,-187.81953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2086,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',121.943846875,-177.243015625,0,0,1,'2017-03-18 21:45:37'); +INSERT INTO `marker` VALUES (2087,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',114.269871875,-183.745984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2088,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',124.4486765625,-180.23021875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2089,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',122.45567031249999,-188.918484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2090,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',125.641875,-175.9265625,0,0,1,'2017-03-18 20:58:22'); +INSERT INTO `marker` VALUES (2091,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',127.57978156249999,-175.54203124999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2092,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',141.49870312500002,-75.522984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2093,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.4280890625,-71.22234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2094,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',131.2306421875,-72.390546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2095,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.70994374999998,-82.00959375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2096,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.70509531249996,-84.89909374999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2097,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',141.56274843749998,-106.71615625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2098,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.2151953125,-110.701109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2099,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',137.58457499999997,-116.384715625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2100,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',134.18875624999998,-118.2256234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2101,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.7193421875,-118.0765,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2102,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.73813437500002,-124.956734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2103,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.34740156249998,-121.56115625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2104,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',135.9204125,-114.2090890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2105,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.52561671875,-121.284253125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2106,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',135.8820921875,-120.289546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2107,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.99459843750003,-112.9677328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2108,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.56538437499998,-116.6861203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2109,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',130.7898203125,-113.31217968749999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2110,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.87984062499999,-115.118984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2111,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 1 - Invisible: 0',141.131340625,-117.18001406249999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2112,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.33667140625,-118.0784890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2113,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.79802812499997,-132.2937140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2114,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.40099859375,-130.304390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2115,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',134.00408906250001,-130.1150375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2116,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.0322765625,-136.20323906250002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2117,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',140.60268593749998,-128.37648343749999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2118,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.521590625,-141.6256296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2119,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',130.29850312499997,-132.62138125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2120,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',142.912546875,-142.7260640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2121,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',137.7974859375,-130.848546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2122,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.289184375,-153.374890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2123,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',136.06412812499997,-146.235984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2124,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',131.5203234375,-154.650984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2125,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.61350921874998,-144.1639375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2126,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',131.6282515625,-153.02215625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2127,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',133.5372578125,-159.21165625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2128,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.4858125,-153.599671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2129,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.359571875,-152.767171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2130,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',130.5006921875,-158.34643749999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2131,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.88562812499998,-155.60620312499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2132,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.6183859375,-157.742296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2133,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.7548984375,-154.71534375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2134,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.06544843749998,-155.551,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2135,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',139.015415625,-156.071359375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2136,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',130.79627031249998,-154.874734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2137,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',139.173609375,-148.73478125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2138,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.074484375,-155.940140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2139,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',128.8591765625,-155.47746875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2140,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',136.103546875,-151.055078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2141,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',141.5667640625,-157.719265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2142,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.26796406250003,-147.86034375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2143,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.0546015625,-158.116046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2144,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.082848125,-150.46875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2145,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.447609375,-150.94215624999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2146,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.083150859375,-157.654625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2147,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',132.971196875,-149.84221875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2148,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',140.325596875,-150.98990625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2149,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.6184421875,-146.8249375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2150,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.1386,-168.6853125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2151,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',139.00058124999998,-174.216171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2152,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',137.5365890625,-172.84142187499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2153,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',138.61245937500001,-167.05346874999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2154,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',137.52011249999998,-165.653578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2155,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',137.45209375000002,-165.63720312499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2156,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',135.4212140625,-161.58003125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2157,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.0998375,-166.947265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2158,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',130.5511921875,-171.48904687499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2159,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',139.8076859375,-164.681328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2160,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.131753125,-169.848984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2161,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',130.652065625,-173.36587500000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2162,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',130.4054671875,-174.58934375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2163,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.50268281249998,-172.818796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2164,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',134.534521875,-172.89696874999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2165,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',140.73783281250002,-160.64746875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2166,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.4420640625,-163.209,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2167,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.35274687499998,-160.34467187500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2168,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.38166875000002,-165.57828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2169,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',142.1919765625,-162.27384375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2170,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',140.353746875,-168.080234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2171,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',134.263590625,-161.6073125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2172,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.90016718750002,-165.426609375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2173,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',141.027428125,-166.04025000000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2174,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',137.7682,-164.02978124999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2175,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.32231093750002,-172.228578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2176,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.78777812500002,-168.110046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2177,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',129.03477328125,-164.10390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2178,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',128.53554203125,-160.85509374999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2179,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',137.0820234375,-174.993796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2180,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',140.889740625,-174.957828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2181,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',140.5948890625,-176.638375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2182,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.08944843749998,-184.486296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2183,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.481809375,-188.92846875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2184,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',134.345525,-175.67396875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2185,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.52126359375,-187.71168749999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2186,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',141.9244859375,-185.73167187500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2187,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',128.88585859375002,-177.21910937500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2188,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',132.35976718749998,-182.74671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2189,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',137.9904859375,-185.981859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2190,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',132.1503421875,-187.95325,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2191,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.2456171875,-179.399828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2192,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',136.08698125,-186.82848437500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2193,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.8675515625,-175.99078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2194,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',139.60770156249998,-178.673125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2195,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',136.1635375,-185.51496875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2196,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',133.735890625,-184.908109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2197,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',142.21285781249998,-187.9576875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2198,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',131.380040625,-182.500234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2199,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',143.051609375,-180.673484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2200,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',132.15785,-185.32735937500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2201,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',138.93625,-179.200984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2202,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',129.07866765625,-178.341765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2203,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',134.51182968749998,-188.13942187499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2204,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',128.218088125,-187.22546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2205,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',153.236015625,-70.79640624999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2206,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',145.865671875,-69.51909375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2207,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',152.20489062500002,-79.428921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2208,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.904359375,-89.32421875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2209,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',153.90828125000002,-87.923828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2210,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',157.149296875,-89.4836875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2211,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',157.465375,-85.04521875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2212,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',153.738,-92.93029687500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2213,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.02890625,-95.32026562499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2214,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',153.500265625,-82.0703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2215,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',154.958578125,-88.094703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2216,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',157.18460937499998,-90.49003125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2217,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',143.75204687500002,-103.562203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2218,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',148.04128125,-110.446171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2219,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',158.31484375,-108.9729375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2220,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.48209375,-99.364734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2221,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',150.295234375,-103.87390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2222,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.130171875,-99.29353125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2223,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',150.06287500000002,-100.503046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2224,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.5188125,-108.29415625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2225,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',154.3680625,-101.17051562500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2226,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',146.711265625,-109.99015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2227,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',153.51446875,-119.4812953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2228,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',149.95239062500002,-114.9845453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2229,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',146.52346875,-126.9465765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2230,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',154.482375,-114.529915625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2231,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.676234375,-126.2354859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2232,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',145.250234375,-121.0588953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2233,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',145.00829687499998,-124.626646875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2234,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',147.76840625,-116.9492109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2235,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',149.84434375,-114.6195703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2236,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.63628125,-119.629728125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2237,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',148.53084375,-135.86046249999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2238,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',154.337546875,-138.330075,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2239,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.952015625,-135.0612125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2240,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',152.893546875,-129.78376874999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2241,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',150.41775,-130.11568281249998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2242,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',152.93367187500002,-140.6199328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2243,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',150.60153125,-136.72438125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2244,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',145.43971875,-136.6808640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2245,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.13067187500002,-129.33872125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2246,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.74690625,-143.0563140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2247,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.234875,-143.5031484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2248,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',144.258671875,-148.596140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2249,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.27407812500002,-148.268546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2250,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',155.176671875,-146.541796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2251,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.30490625,-145.358296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2252,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',148.21003125,-148.802515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2253,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',156.0296875,-144.450390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2254,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',145.213953125,-157.5240625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2255,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',147.66342187499998,-156.923859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2256,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.3214375,-158.025828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2257,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',153.60889062500002,-149.50453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2258,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',147.454859375,-158.34653125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2259,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',149.50821875,-154.255359375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2260,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',154.18907812499998,-146.092796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2261,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.35046875,-152.13578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2262,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.20712500000002,-147.0775625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2263,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',144.394359375,-155.863703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2264,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',158.582078125,-144.59459375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2265,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.09896874999998,-144.846484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2266,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',151.707375,-156.90754687499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2267,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',157.334765625,-160.0519375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2268,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.72859375000002,-169.163734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2269,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 1 - Invisible: 0',157.47162500000002,-165.792734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2270,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.25825,-171.41475,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2271,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',154.291515625,-164.36904687499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2272,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',146.334296875,-172.531078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2273,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.453125,-170.95384375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2274,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',146.5725,-166.69859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2275,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',148.683171875,-166.33518750000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2276,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',149.59225,-163.585125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2277,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',148.395140625,-166.03217187500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2278,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',150.854328125,-165.044515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2279,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',155.71631250000002,-173.794796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2280,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.41500000000002,-173.286203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2281,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',158.25845312500002,-168.070328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2282,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',157.022359375,-180.369875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2283,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',146.6890625,-175.741109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2284,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',156.453703125,-186.46915625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2285,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',150.64803125,-183.177625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2286,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',147.02165625,-183.064140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2287,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',156.1159375,-177.33835937499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2288,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.478453125,-186.616625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2289,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.979890625,-177.98054687500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2290,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.080640625,-181.915453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2291,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',148.711890625,-175.01059375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2292,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',151.314328125,-180.663828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2293,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',155.46565625,-185.59340625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2294,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',143.813546875,-178.909109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2295,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',144.4861875,-178.855796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2296,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',152.25760937500002,-183.144390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2297,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',144.78984375,-184.577265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2298,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',158.37103125,-175.02221874999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2299,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',155.899015625,-175.04796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2300,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',156.18334375,-178.3436875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2301,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',153.39834374999998,-188.8083125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2302,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',156.760765625,-184.18479687500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2303,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',153.939859375,-177.43190625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2304,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',149.532796875,-182.743140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2305,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',151.65221875,-186.203703125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2306,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.86034375,-71.864421875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2307,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',166.592390625,-78.398390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2308,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',162.906125,-70.601171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2309,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',169.603625,-73.756484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2310,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',162.304734375,-81.002484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2311,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.611171875,-72.16318749999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2312,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.623390625,-95.705109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2313,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',164.8105625,-95.69725,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2314,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.20278125,-84.9153125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2315,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',159.55337500000002,-94.04845312500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2316,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.91778124999996,-95.038203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2317,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.880171875,-100.8359375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2318,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.00459375,-106.65100000000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2319,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',163.4149375,-103.53928125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2320,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',164.172296875,-110.292859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2321,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',162.055484375,-107.968203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2322,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.1324375,-107.6205625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2323,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',170.985421875,-101.81393750000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2324,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.628046875,-108.782015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2325,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.52810937499999,-99.512109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2326,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',166.142765625,-108.59796875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2327,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.613609375,-102.7875625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2328,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',166.727703125,-106.25637499999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2329,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',170.245484375,-100.667640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2330,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.335953125,-124.679978125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2331,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.496703125,-112.8254515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2332,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',169.64892187499998,-127.9797081875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2333,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.9338125,-121.5606,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2334,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.54696875,-116.747690625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2335,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',170.90856250000002,-125.24371875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2336,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.616625,-120.1729375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2337,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',170.639328125,-142.13015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2338,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',169.950859375,-136.7934640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2339,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',165.16078125,-133.83041875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2340,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',173.172390625,-136.091734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2341,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',163.758234375,-138.93158281249998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2342,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.5904375,-130.838478125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2343,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.31909374999998,-138.6070125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2344,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',173.74478125000002,-133.20000625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2345,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',166.654515625,-135.21400625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2346,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',165.649171875,-141.2706078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2347,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',162.994765625,-139.3492625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2348,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.583703125,-140.34379218750001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2349,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.182703125,-133.7967828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2350,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.280421875,-133.45072031249998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2351,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',161.810875,-144.16776562500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2352,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',173.7104375,-149.899578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2353,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',162.488828125,-149.460625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2354,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',167.241140625,-152.555078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2355,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',164.418375,-156.56268749999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2356,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.56303125,-151.462828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2357,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',169.19009375000002,-145.328078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2358,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',167.478390625,-147.649671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2359,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',170.272484375,-146.202265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2360,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',163.614296875,-153.13039062500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2361,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',166.997703125,-156.19065625000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2362,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.16414062500002,-146.88365625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2363,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',173.0639375,-155.578546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2364,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',164.2604375,-154.974484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2365,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',172.3175,-161.132921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2366,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',166.82546875,-160.865515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2367,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',172.920546875,-169.927625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2368,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',163.99234375,-165.111484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2369,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',163.69176562500002,-169.5620625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2370,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',162.08948437499998,-167.604625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2371,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',165.559859375,-167.23784375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2372,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',160.808140625,-169.0245625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2373,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',164.9775,-163.992171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2374,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',170.408328125,-164.649265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2375,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',171.92681249999998,-165.37384375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2376,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',160.873671875,-170.595296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2377,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',172.747828125,-162.107859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2378,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',160.106703125,-160.69890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2379,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',174.740515625,-163.50228125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2380,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',174.114703125,-174.96815625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2381,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',172.32753125,-181.94942187499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2382,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',169.191140625,-177.96560937499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2383,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',167.988140625,-184.292375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2384,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',167.18984375,-187.779828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2385,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',173.928625,-181.54821875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2386,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.925171875,-179.201671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2387,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',161.437203125,-183.1865625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2388,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',172.634109375,-185.05890625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2389,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',174.38623437500002,-180.81534375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2390,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',163.85125,-175.315171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2391,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',159.75440625,-177.44289062500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2392,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',176.060546875,-70.43154687500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2393,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',180.345359375,-79.877515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2394,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.585265625,-74.57468750000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2395,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.983796875,-71.91862499999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2396,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',183.825671875,-80.39170312499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2397,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',182.627546875,-75.27660937499999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2398,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',177.67159375,-79.97395312500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2399,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',190.43435937499999,-78.819046875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2400,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.25928125000002,-75.9945625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2401,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.057921875,-75.47625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2402,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',181.993984375,-72.03321875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2403,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',186.231125,-86.16465625000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2404,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',180.68824999999998,-91.825109375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2405,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',188.586625,-90.93964062500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2406,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',182.37446875,-95.541546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2407,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',185.231,-95.6981875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2408,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',186.385453125,-82.922125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2409,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.921,-84.202125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2410,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.69671875,-88.411671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2411,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',186.325625,-90.137265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2412,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',181.24009375,-108.026140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2413,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.4393125,-105.67792187500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2414,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',185.95925,-101.696171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2415,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',178.13551562499998,-112.19959374999999,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2416,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.385546875,-103.39707812500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2417,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',178.590578125,-104.12896875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2418,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',188.66482812499999,-107.06226562500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2419,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.503625,-105.79551562500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2420,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',178.701828125,-96.74515625000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2421,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',186.223515625,-110.34826562500001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2422,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.52642187499998,-103.25325000000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2423,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',175.033671875,-109.183625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2424,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',176.633625,-107.760484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2425,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',184.32453125,-112.24003125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2426,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',183.71696875,-113.6887140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2427,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.4370625,-123.919990625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2428,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',183.113859375,-123.6755640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2429,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',179.93618750000002,-119.8825734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2430,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',176.175609375,-125.37985,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2431,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',188.8360625,-116.9963546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2432,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',176.795015625,-127.728145625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2433,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',189.884625,-114.5845609375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2434,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',179.89840625,-119.96479375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2435,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',183.01,-122.0064328125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2436,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',177.075890625,-133.0776140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2437,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',188.22368749999998,-133.5040140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2438,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',178.1056875,-128.37001375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2439,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',179.621,-128.35286859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2440,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',186.14473437499998,-137.650415625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2441,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.111625,-138.262825,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2442,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',189.747921875,-138.87325625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2443,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',180.859875,-143.356625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2444,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',181.611578125,-136.183553125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2445,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',183.655359375,-137.78624374999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2446,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.93734375,-136.6061390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2447,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',186.464375,-146.064390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2448,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',183.2658125,-149.50176562500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2449,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',182.306859375,-157.941578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2450,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',185.95610937499998,-158.360734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2451,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',188.885,-152.3209375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2452,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',178.453625,-152.14445312499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2453,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.4738125,-156.576421875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2454,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',183.0935,-154.728484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2455,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',181.63971875,-145.97359375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2456,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.6689375,-153.114125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2457,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.34265625,-147.831203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2458,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.56157812499998,-151.295859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2459,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',179.21521875,-150.437546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2460,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',175.3286875,-159.526203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2461,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',187.120703125,-161.20600000000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2462,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',188.95440625,-160.761390625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2463,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',176.202046875,-173.07264062500002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2464,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',185.62435937499998,-165.710828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2465,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',182.93934375,-169.06846875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2466,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',178.465859375,-172.50690625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2467,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',177.19875,-165.54343749999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2468,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.45225,-165.348234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2469,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.132296875,-162.841484375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2470,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',180.306546875,-163.1445625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2471,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',179.39964062500002,-180.168640625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2472,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',184.87146875,-178.90975,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2473,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',187.32209375,-184.545234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2474,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',180.6110625,-185.086515625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2475,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',181.78028125,-176.7793125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2476,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',175.256328125,-185.09729687499998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2477,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',177.616296875,-178.06296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2478,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',177.53775000000002,-187.75493749999998,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2479,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',198.369671875,-78.5564375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2480,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',197.108796875,-75.809078125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2481,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',203.26871875,-79.65284375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2482,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',195.875890625,-78.338,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2483,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',197.200546875,-78.2671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2484,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',203.242203125,-76.43365625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2485,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.14771875,-83.6765625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2486,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',198.796015625,-95.212875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2487,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',196.7005,-85.47525,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2488,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',195.782671875,-89.89815625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2489,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',190.634421875,-85.245203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2490,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',193.32878125000002,-88.30615625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2491,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.44896875,-86.693671875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2492,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',191.996609375,-102.570875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2493,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',200.412640625,-99.23521875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2494,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',201.4825625,-111.760453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2495,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',201.420375,-112.327734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2496,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',192.13371875,-106.895859375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2497,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',191.09703125,-108.39262500000001,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2498,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',201.547765625,-106.8278125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2499,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.036203125,-100.55525,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2500,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',201.30796875,-100.22921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2501,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',196.074671875,-104.1234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2502,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 1',195.701875,-117.11510625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2503,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',201.40375,-119.45265625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2504,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',194.239890625,-112.4022171875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2505,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',194.13646875,-124.6822828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2506,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',200.13189062499998,-118.0308015625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2507,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.63446875,-121.6161453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2508,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',191.621765625,-120.827284375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2509,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',192.754078125,-118.6879984375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2510,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',191.75634374999998,-124.6127734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2511,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',191.15965625,-117.6567828125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2512,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',194.63217187499998,-137.81595,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2513,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',199.445875,-138.12333125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2514,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',192.607265625,-128.94251296875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2515,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',197.572671875,-135.56208750000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2516,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.75684375,-131.0620234375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2517,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',195.1065625,-129.22657734375,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2518,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',193.6165,-135.244921875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2519,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.29878125,-143.85953125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2520,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.83496875,-143.984140625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2521,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',191.874,-145.849546875,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2522,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',194.7869375,-158.953453125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2523,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',194.91696875,-153.86978125000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2524,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 1 - Invisible: 0',200.111609375,-157.92928125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2525,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',197.35790624999998,-150.38931250000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2526,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',200.854875,-165.12900000000002,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2527,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',198.601515625,-164.1955625,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2528,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',198.883203125,-167.37925,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2529,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',193.80990624999998,-163.474578125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2530,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Ground - KorokLift: 0 - Invisible: 0',192.23403125,-168.440125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2531,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',191.806171875,-174.457203125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2532,1901,NULL,1,1916,1,'Korok Seed','PlacementType: Air - KorokLift: 0 - Invisible: 0',198.9676875,-165.588125,0,0,1,'2017-03-13 22:12:54'); +INSERT INTO `marker` VALUES (2656,1901,NULL,2,1916,529,'Place Apples','',64.6171875,-115.9453125,0,0,0,'2017-03-13 22:31:48'); +INSERT INTO `marker` VALUES (2657,1901,NULL,2,1901,537,'','',169.78125,-74.3125,0,0,0,'2017-03-13 22:32:12'); +INSERT INTO `marker` VALUES (2658,1901,NULL,2,1901,536,'','',129.546875,-121.2890625,0,0,0,'2017-03-13 22:33:23'); +INSERT INTO `marker` VALUES (2659,1901,NULL,2,1930,538,'Lizards ','',152.125,-122.3125,0,0,0,'2017-03-13 22:49:45'); +INSERT INTO `marker` VALUES (2660,1901,NULL,2,1931,450,'Black Moblin Camp','',70.6953125,-85.94140625,0,0,0,'2017-03-13 22:52:15'); +INSERT INTO `marker` VALUES (2788,1901,NULL,2,1925,65,'','BEFORE HACK',194.1875,-132.0859375,0,0,0,'2017-03-13 23:00:51'); +INSERT INTO `marker` VALUES (2789,1901,NULL,2,1933,542,'Frost Talus','',76.1484375,-90.4140625,0,0,0,'2017-03-13 23:05:02'); +INSERT INTO `marker` VALUES (2790,1901,NULL,2,1901,474,'','',202,-70.5,0,0,0,'2017-03-13 23:05:51'); +INSERT INTO `marker` VALUES (2791,1901,NULL,2,1933,542,'Sylver Lynel','',108.703125,-72.53125,0,1,0,'2017-03-13 23:07:53'); +INSERT INTO `marker` VALUES (2792,1901,NULL,2,1933,542,'Stone Talus','',154.48046875,-180.15625,0,1,0,'2017-03-13 23:08:54'); +INSERT INTO `marker` VALUES (2793,1901,NULL,1,1925,1,'To Quomo Shrine','',65.154265625,-70.004734375,0,0,1,'2017-04-05 23:25:08'); +INSERT INTO `marker` VALUES (2794,1901,NULL,1,1925,1,'Hia Miu Shrine','',58.53096875,-68.587203125,0,0,1,'2017-04-05 23:24:47'); +INSERT INTO `marker` VALUES (2795,1901,NULL,1,1925,1,'Maka Rah Shrine','',64.580703125,-88.808484375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2796,1901,NULL,1,1925,1,'Voo Lota Shrine','',65.25996875,-101.08615625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2797,1901,NULL,1,1925,1,'Kah Okeo Shrine','',63.603140624999995,-121.528128125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2798,1901,NULL,1,1925,1,'Kema Kosassa Shrine','',55.226671874999994,-142.1401515625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2799,1901,NULL,1,1925,1,'Kema Zoos Shrine','',54.976093750000004,-158.76234375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2800,1901,NULL,1,1925,1,'Tho Kayu Shrine','',53.0289375,-171.75048437499998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2801,1901,NULL,1,1925,1,'Hawa Koth Shrine','',52.25884375,-186.96168749999998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2802,1901,NULL,1,1925,1,'Mozo Shenno Shrine','',71.33265625,-80.527203125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2803,1901,NULL,1,1925,1,'Sha Warvo Shrine','',68.277546875,-93.51724999999999,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2804,1901,NULL,1,1921,1,'Rito Village','',71.467046875,-99.756109375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2805,1901,NULL,1,1938,1,'Rito Stable','',77.131703125,-100.537109375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2806,1901,NULL,1,1925,1,'Akh Va\'quot Shrine','',70.87448437500001,-100.5359375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2807,1901,NULL,1,1925,1,'Bareeda Naag Shrine','',71.60959375,-104.306609375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2808,1901,NULL,1,1925,1,'Tena Ko\'sah Shrine','',73.838171875,-121.007821875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2809,1901,NULL,1,1923,1,'Tabantha Tower','',71.5351875,-112.52867656250001,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2810,1901,NULL,1,1925,1,'Keeha Yoog Shrine','',67.8053125,-139.19309375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2811,1901,NULL,1,1923,1,'Gerudo Tower','',70.71875,-156.571875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2812,1901,NULL,1,1925,1,'Kuh Takkar Shrine','',79.81854687500001,-147.09046875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2813,1901,NULL,1,1925,1,'Sho Dantu Shrine','',66.89667187500001,-153.82860937499998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2814,1901,NULL,1,1925,1,'Sasa Kai Shrine','',72.370515625,-158.529265625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2815,1901,NULL,1,1921,1,'Gerudo Town','',68.078125,-173.546875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2816,1901,NULL,1,1925,1,'Dako Tah Shrine','',76.17496875,-161.791859375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2817,1901,NULL,1,1925,1,'Daqo Chisay Shrine','',68.37009375,-172.049328125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2818,1901,NULL,1,1925,1,'Raqa Zunzo Shrine','',68.47562500000001,-176.85715625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2819,1901,NULL,1,1925,1,'Shada Naw Shrine','',81.151484375,-77.677578125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2820,1901,NULL,1,1925,1,'Rok Uwog Shrine','',90.859109375,-77.61546875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2821,1901,NULL,1,1925,1,'Lanno Kooh Shrine','',86.800859375,-95.79237499999999,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2822,1901,NULL,1,1923,1,'Hebra Tower','',94.046875,-96.21875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2823,1901,NULL,1,1925,1,'Gee Ha\'rah Shrine','',90.805953125,-92.7593125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2824,1901,NULL,1,1925,1,'Goma Asaagh Shrine','',84.35509375000001,-82.967765625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2825,1901,NULL,1,1925,1,'Dunba Taag Shrine','',83.749015625,-103.35732812500001,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2826,1901,NULL,1,1938,1,'Tabantha Bridge Stable','',82.19425,-119.44378125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2827,1901,NULL,1,1925,1,'Shae Loya Shrine','',82.206875,-121.2337734375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2828,1901,NULL,1,1925,1,'Toh Yahsa Shrine','',92.5453125,-113.9203125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2829,1901,NULL,1,1925,1,'Mogg Latan Shrine','',92.097125,-135.2135015625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2830,1901,NULL,1,1925,1,'Mijah Rokee Shrine','',85.125125,-131.5272921875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2831,1901,NULL,1,1925,1,'Joloo Nah Shrine','',96.687375,-154.17598437499998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2832,1901,NULL,1,1938,1,'Gerudo Canyon Stable','',84.1904375,-162.777578125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2833,1901,NULL,1,1923,1,'Wasteland Tower','',91.95568750000001,-166.083125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2834,1901,NULL,1,1925,1,'Kay Noh Shrine','',84.09425,-163.940265625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2835,1901,NULL,1,1925,1,'Korsh O\'hu Shrine','',85.979578125,-171.936046875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2836,1901,NULL,1,1925,1,'Misae Suma Shrine','',81.596875,-187.07240625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2837,1901,NULL,1,1925,1,'Sha Gehma Shrine','',101.8694375,-69.2651875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2838,1901,NULL,1,1938,1,'Snowfield Stable','',102.142453125,-87.8100625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2839,1901,NULL,1,1925,1,'Rin Oyaa Shrine','',101.118921875,-88.08396875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2840,1901,NULL,1,1925,1,'Rona Kachta Shrine','',110.9875,-86.42587499999999,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2841,1901,NULL,1,1938,1,'Serenne Stable','',103.634765625,-99.889796875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2842,1901,NULL,1,1925,1,'Maag No\'rah Shrine','',97.68009375,-105.202828125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2843,1901,NULL,1,1925,1,'Monya Toma Shrine','',104.730625,-104.971828125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2844,1901,NULL,1,1925,1,'Zalta Wa Shrine','',105.615390625,-118.73053125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2845,1901,NULL,1,1923,1,'Ridgeland Tower','',100.5734375,-115.9015625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2846,1901,NULL,1,1925,1,'Sheem Dagoze Shrine','',98.43098437500001,-129.422351875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2847,1901,NULL,1,1924,1,'Shrine of Resurrection','',110.777609375,-157.37704687500002,0,0,1,'2017-03-14 04:49:19'); +INSERT INTO `marker` VALUES (2848,1901,NULL,1,1938,1,'Outskirt Stable','',105.351671875,-147.828296875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2849,1901,NULL,1,1925,1,'Rota Ooh Shrine','',103.589171875,-148.465359375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2850,1901,NULL,1,1925,1,'Dah Kaso Shrine','',101.50446875,-154.57853125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2851,1901,NULL,1,1925,1,'Keh Namut Shrine','',105.572078125,-159.10478125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2852,1901,NULL,1,1925,1,'Jee Noh Shrine','',99.980390625,-165.85134375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2853,1901,NULL,1,1925,1,'Suma Sahma Shrine','',105.847234375,-181.89384375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2854,1901,NULL,1,1925,1,'Dila Maag Shrine','',99.953125,-182.131109375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2855,1901,NULL,1,1925,1,'Qaza Tokki Shrine','',115.1640625,-72.765625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2856,1901,NULL,1,1925,1,'Daag Chokah Shrine','',127.59249453125,-89.598625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2857,1901,NULL,1,1925,1,'Saas Ko\'sah Shrine','',125.68132499999999,-109.88521875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2858,1901,NULL,1,1925,1,'Noya Neha Shrine','',113.1222921875,-118.251803125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2859,1901,NULL,1,1925,1,'Katah Chuki Shrine','',118.0611890625,-122.6224234375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2860,1901,NULL,1,1925,1,'Kaam Ya\'tak Shrine','',112.880634375,-139.2012390625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2861,1901,NULL,1,1923,1,'Central Tower','',115.677421875,-134.906728125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2862,1901,NULL,1,1925,1,'Ja Baij Shrine','',121.0047640625,-159.09659375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2863,1901,NULL,1,1925,1,'Oman Au Shrine','',117.4927765625,-151.65046875000002,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2864,1901,NULL,1,1923,1,'Great Plateau Tower','',119.24945,-154.48223437500002,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2865,1901,NULL,1,1923,1,'Lake Tower','',127.50288203124998,-174.27501562499998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2866,1901,NULL,1,1925,1,'Owa Daim Shrine','',113.5464015625,-164.253578125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2867,1901,NULL,1,1925,1,'Ya Naga Shrine','',122.85677187499999,-168.62685937499998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2868,1901,NULL,1,1925,1,'Ishto Soh Shrine','',112.5970453125,-183.70278125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2869,1901,NULL,1,1925,1,'Ketoh Wawai Shrine','',132.44375,-79.25625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2870,1901,NULL,1,1921,1,'Korok Forest','',134.6873609375,-94.602015625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2871,1901,NULL,1,1925,1,'Keo Ruug Shrine','',135.3586703125,-94.127859375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2872,1901,NULL,1,1925,1,'Maag Halan Shrine','',141.072403125,-90.206078125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2873,1901,NULL,1,1923,1,'Woodland Tower','',141.8106921875,-102.91078125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2874,1901,NULL,1,1925,1,'Kuhn Sidajj Shrine','',128.288195625,-97.629625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2875,1901,NULL,1,1925,1,'Namika Ozz Shrine','',139.8795390625,-115.1658265625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2876,1901,NULL,1,1938,1,'Wetland Stable','',141.8759625,-130.7136296875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2877,1901,NULL,1,1925,1,'Kaya Wan Shrine','',140.893209375,-130.929828125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2878,1901,NULL,1,1925,1,'Hila Rao Shrine','',141.3437984375,-141.105284375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2879,1901,NULL,1,1938,1,'Riverside Stable','',133.30050625,-145.114015625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2880,1901,NULL,1,1925,1,'Wahgo Katta Shrine','',133.399803125,-143.746390625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2881,1901,NULL,1,1925,1,'Bosh Kala Shrine','',129.35963296875002,-153.90165625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2882,1901,NULL,1,1925,1,'Pumaag Nitae Shrine','',136.7400625,-174.73715625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2883,1901,NULL,1,1925,1,'Shae Katha Shrine','',141.6014796875,-164.398875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2884,1901,NULL,1,1938,1,'Highland Stable','',136.2750015625,-181.920046875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2885,1901,NULL,1,1925,1,'Ka\'o Makagh Shrine','',136.171159375,-183.0831875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2886,1901,NULL,1,1925,1,'Shoqa Tatone Shrine','',129.4843496875,-188.014734375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2887,1901,NULL,1,1925,1,'Shora Hah Shrine','',152.00326562499998,-79.2895625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2888,1901,NULL,1,1921,1,'Goron City','',154.3305,-89.445390625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2889,1901,NULL,1,1925,1,'Shae Mo\'sah Shrine','',155.446421875,-87.973421875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2890,1901,NULL,1,1938,1,'Woodland Stable','',144.65109375,-110.16276562499999,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2891,1901,NULL,1,1925,1,'Mirro Shaz Shrine','',147.234328125,-109.051125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2892,1901,NULL,1,1925,1,'Qua Raym Shrine','',156.441265625,-104.282765625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2893,1901,NULL,1,1925,1,'Sheh Rata Shrine','',151.585625,-122.105953125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2894,1901,NULL,1,1925,1,'Daka Tuss Shrine','',153.02864062499998,-135.230528125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2895,1901,NULL,1,1925,1,'Ta\'loh Naeg Shrine','',156.769140625,-141.9236328125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2896,1901,NULL,1,1921,1,'Kakariko Village','',156.218796875,-143.38686875000002,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2897,1901,NULL,1,1923,1,'Dueling Peaks Tower','',143.887140625,-154.78253125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2898,1901,NULL,1,1925,1,'Shee Venath Shrine','',147.45496875,-156.91314062499998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2899,1901,NULL,1,1925,1,'Shee Vaneer Shrine','',147.785453125,-158.2921875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2900,1901,NULL,1,1925,1,'Ha Dahamar Shrine','',153.983859375,-158.0374375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2901,1901,NULL,1,1925,1,'Ree Dahee Shrine','',147.88932812500002,-156.81109375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2902,1901,NULL,1,1938,1,'Dueling Peaks Stable','',155.52053125,-158.09756249999998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2903,1901,NULL,1,1925,1,'Toto Sah Shrine','',156.852515625,-166.65196874999998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2904,1901,NULL,1,1925,1,'Shoda Sah Shrine','',155.972765625,-174.7635,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2905,1901,NULL,1,1938,1,'Lakeside Stable','',152.25035937500002,-183.278734375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2906,1901,NULL,1,1925,1,'Shai Utoh Shrine','',152.787109375,-184.468625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2907,1901,NULL,1,1923,1,'Faron Tower','',148.80004687500002,-179.151921875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2908,1901,NULL,1,1925,1,'Gorae Torr Shrine','',169.604796875,-73.981140625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2909,1901,NULL,1,1925,1,'Daqa Koh Shrine','',160.265203125,-91.62696875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2910,1901,NULL,1,1925,1,'Kayra Mah Shrine','',160.434734375,-96.12940625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2911,1901,NULL,1,1938,1,'Foothill Stable','',168.8333125,-110.132609375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2912,1901,NULL,1,1923,1,'Eldin Tower','',161.971109375,-103.675296875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2913,1901,NULL,1,1925,1,'Mo\'a Keet Shrine','',170.54809375,-109.79425,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2914,1901,NULL,1,1925,1,'Sah Dahaj Shrine','',169.65812499999998,-103.30737500000001,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2915,1901,NULL,1,1925,1,'Tah Muhl Shrine','',163.96034375,-113.301159375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2916,1901,NULL,1,1925,1,'Soh Kofi Shrine','',162.987703125,-123.43078125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2917,1901,NULL,1,1923,1,'Lanayru Tower','',163.28125,-126.296875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2918,1901,NULL,1,1925,1,'Lakna Rokee Shrine','',159.869265625,-143.18288124999998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2919,1901,NULL,1,1925,1,'Mezza Lo Shrine','',168.96281249999998,-133.92553437499998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2920,1901,NULL,1,1925,1,'Dow Na\'eh Shrine','',170.137,-148.828390625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2921,1901,NULL,1,1925,1,'Kam Urog Shrine','',167.0890625,-151.36846875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2922,1901,NULL,1,1923,1,'Hateno Tower','',170.7421875,-161.3359375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2923,1901,NULL,1,1925,1,'Tawa Jinn Shrine','',169.19829687499998,-172.27896875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2924,1901,NULL,1,1925,1,'Yah Rin Shrine','',172.273953125,-179.74934375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2925,1901,NULL,1,1925,1,'Qukah Nata Shrine','',159.373453125,-179.32134374999998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2926,1901,NULL,1,1925,1,'Zuna Kai Shrine','',179.938828125,-74.54110937499999,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2927,1901,NULL,1,1925,1,'Tutsuwa Nima Shrine','',187.01960937500002,-85.74892187500001,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2928,1901,NULL,1,1938,1,'South Akkala Stable','',177.216125,-101.552390625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2929,1901,NULL,1,1923,1,'Akkala Tower','',179.6875,-104.5609375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2930,1901,NULL,1,1925,1,'Dah Hesho Shrine','',188.93267187499998,-107.62821875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2931,1901,NULL,1,1925,1,'Ze Kasho Shrine','Ze Kasho Apparatus',175.31715624999998,-101.937265625,0,0,1,'2017-03-17 01:46:59'); +INSERT INTO `marker` VALUES (2932,1901,NULL,1,1921,1,'Tarrey Town','',189.9515,-102.765359375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2933,1901,NULL,1,1921,1,'Zora\'s Domain','',179.122890625,-121.7267453125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2934,1901,NULL,1,1925,1,'Ne\'ez Yohma Shrine','',179.924515625,-119.90751875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2935,1901,NULL,1,1925,1,'Dagah Keek Shrine','',177.20081249999998,-121.4792203125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2936,1901,NULL,1,1925,1,'Rucco Maag Shrine','',180.0859375,-134.2890625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2937,1901,NULL,1,1925,1,'Jitan Sa\'mi Shrine','',188.6723125,-148.552515625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2938,1901,NULL,1,1921,1,'Hateno Village','',184.136609375,-161.15393749999998,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2939,1901,NULL,1,1925,1,'Myahm Agana Shrine','',180.932921875,-162.61140625000002,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2940,1901,NULL,1,1921,1,'Lurelin Village','',175.02295312500002,-182.341765625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2941,1901,NULL,1,1925,1,'Muwo Jeem Shrine','',185.143234375,-179.687390625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2942,1901,NULL,1,1925,1,'Kah Yah Shrine','',181.707578125,-179.8311875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2943,1901,NULL,1,1925,1,'Tu Ka\'loh Shrine','',200.734375,-70.046875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2944,1901,NULL,1,1938,1,'East Akkala Stable','',194.0596875,-85.066109375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2945,1901,NULL,1,1925,1,'Katosa Aug Shrine','',195.107828125,-85.345703125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2946,1901,NULL,1,1925,1,'Ritaag Zumo Shrine','',198.70375,-94.743859375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2947,1901,NULL,1,1925,1,'Kah Mael Shrine','',201.5713125,-107.538890625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2948,1901,NULL,1,1925,1,'Ke\'nai Shakah Shrine','',193.54240625,-114.6264375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2949,1901,NULL,1,1925,1,'Shai Yota Shrine','',194.33196875,-131.96730625,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2950,1901,NULL,1,1925,1,'Tahno O\'ah Shrine','',193.355703125,-154.35246875,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2951,1901,NULL,1,1925,1,'Chaas Qeta Shrine','',190.679421875,-174.716109375,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (2952,1901,NULL,1,1925,1,'Korgu Chideh Shrine','',202.00965625,-186.931125,0,0,1,'2017-03-13 23:19:23'); +INSERT INTO `marker` VALUES (3048,1901,NULL,2,1916,529,'Offer an apple','',99.46484375,-143.2890625,0,0,0,'2017-03-13 23:19:38'); +INSERT INTO `marker` VALUES (3049,1901,NULL,2,1933,496,'Stone Talus','',139.0078125,-150.8125,0,0,0,'2017-03-13 23:35:34'); +INSERT INTO `marker` VALUES (3050,1901,NULL,2,1933,546,'Stone Talus','',79.0078125,-129.2578125,0,0,0,'2017-03-14 00:13:40'); +INSERT INTO `marker` VALUES (3051,1901,NULL,2,1933,546,'Igneo Talus','',156.0625,-100.6875,0,0,0,'2017-03-14 00:14:42'); +INSERT INTO `marker` VALUES (3052,1901,NULL,2,1916,529,'Catch the sparkles','',132.14453125,-188.796875,0,0,0,'2017-03-14 00:24:29'); +INSERT INTO `marker` VALUES (3053,1901,NULL,2,1916,529,'Complete the circle','',136.09765625,-186.86328125,0,0,0,'2017-03-14 00:34:42'); +INSERT INTO `marker` VALUES (3054,1901,NULL,2,1916,529,'Under a rock','',141.91796875,-185.734375,0,0,0,'2017-03-14 00:41:26'); +INSERT INTO `marker` VALUES (3055,1901,NULL,2,1916,529,'Complete the spiral','',144.61328125,-184.73046875,0,0,0,'2017-03-14 00:42:33'); +INSERT INTO `marker` VALUES (3056,1901,NULL,2,1901,547,'','',156.2578125,-143.5625,0,0,0,'2017-03-14 00:50:19'); +INSERT INTO `marker` VALUES (3057,1901,NULL,2,1933,132,'Hinox (Elder Kin)','',165.859375,-171.453125,0,0,0,'2017-03-14 01:10:56'); +INSERT INTO `marker` VALUES (3058,1901,NULL,2,1933,132,'Hinox (Young Kin)','',171.25,-170.390625,0,0,0,'2017-03-14 01:11:19'); +INSERT INTO `marker` VALUES (3059,1901,NULL,2,1933,132,'Hinox (Middle Kin)','',170.03125,-174.25,0,0,0,'2017-03-14 01:11:35'); +INSERT INTO `marker` VALUES (3060,1901,NULL,2,1916,548,'Korok Seed','Under rock at peak',108.8984375,-149.2109375,0,0,0,'2017-03-14 01:12:01'); +INSERT INTO `marker` VALUES (3061,1901,NULL,2,1916,529,'Under a rock','',168.03515625,-184.26171875,0,0,0,'2017-03-14 01:22:56'); +INSERT INTO `marker` VALUES (3062,1901,NULL,2,1933,550,'Igneo Talus','',155.9375,-100.5078125,0,0,0,'2017-03-14 01:27:48'); +INSERT INTO `marker` VALUES (3063,1901,NULL,2,1933,550,'Igneo Talus','',161.3984375,-93.96875,0,0,0,'2017-03-14 01:29:00'); +INSERT INTO `marker` VALUES (3064,1901,NULL,2,1933,550,'Igneo Talus','',165.4375,-96.3828125,0,0,0,'2017-03-14 01:29:26'); +INSERT INTO `marker` VALUES (3065,1901,NULL,2,1933,550,'Igneo Talus','',161.46875,-80.78125,0,0,0,'2017-03-14 01:29:51'); +INSERT INTO `marker` VALUES (3066,1901,NULL,2,1933,550,'Stone Talus','',179.15625,-181.40625,0,0,0,'2017-03-14 01:30:46'); +INSERT INTO `marker` VALUES (3067,1901,NULL,2,1901,550,'Cave of Wonders','Cave with respawning Gem Nodes, unsure what the time frame is sorry lol',179.484375,-179.953125,0,0,0,'2017-03-14 01:32:00'); +INSERT INTO `marker` VALUES (3068,1901,NULL,2,1903,551,'test','test',154.58374786376953,-135.33374786376953,0,0,0,'2017-03-14 01:32:57'); +INSERT INTO `marker` VALUES (3069,1901,NULL,2,1901,529,'Aris Beach monster camp','',160.53125,-189.17578125,0,0,0,'2017-03-14 01:54:12'); +INSERT INTO `marker` VALUES (3070,1901,NULL,2,1935,529,'Take Back the Sea','',173.125,-181.296875,0,0,0,'2017-03-14 01:58:37'); +INSERT INTO `marker` VALUES (3071,1901,NULL,2,1901,529,'Treasure chest minigame','',174.421875,-180.71875,0,0,0,'2017-03-14 02:00:31'); +INSERT INTO `marker` VALUES (3072,1901,NULL,2,1901,492,'','',91.109375,-167.921875,0,0,0,'2017-03-14 02:01:17'); +INSERT INTO `marker` VALUES (3073,1901,NULL,2,1910,266,'Chest','',108.234375,-152.5078125,0,0,0,'2017-03-14 02:42:46'); +INSERT INTO `marker` VALUES (3074,1901,NULL,2,1910,266,'Chest (x2)','pair of chests over bog of eternal stench.',116.046875,-152.1484375,0,0,0,'2017-03-14 02:48:27'); +INSERT INTO `marker` VALUES (3075,1901,NULL,2,1901,557,'','',187.21875,-184.484375,0,0,0,'2017-03-14 02:55:32'); +INSERT INTO `marker` VALUES (3076,1901,NULL,2,1910,266,'Chest','',116.48828125,-157.1328125,0,0,0,'2017-03-14 03:04:29'); +INSERT INTO `marker` VALUES (3077,1901,NULL,2,1936,266,'Treasure Cave','',114.36328125,-158.1953125,0,0,0,'2017-03-14 03:08:34'); +INSERT INTO `marker` VALUES (3078,1901,NULL,2,1903,266,'Soldier's Bow','',115.27734375,-158.7265625,0,0,0,'2017-03-14 03:13:42'); +INSERT INTO `marker` VALUES (3079,1901,NULL,2,1931,266,'Bokoblin Camp','',118.1953125,-157.9609375,0,0,0,'2017-03-14 03:17:35'); +INSERT INTO `marker` VALUES (3080,1901,NULL,2,1901,558,'','',187.4375,-184.375,0,0,0,'2017-03-14 03:20:51'); +INSERT INTO `marker` VALUES (3081,1901,NULL,2,1910,266,'Season Pass Chest','',120.6875,-159.36328125,0,0,0,'2017-03-14 03:21:05'); +INSERT INTO `marker` VALUES (3082,1901,NULL,2,1933,562,'Frost Talus','',72.40625,-152.36328125,0,1,0,'2017-03-14 04:25:41'); +INSERT INTO `marker` VALUES (3083,1901,NULL,2,1936,563,'Bluepee','',126.8828125,-144.328125,0,0,0,'2017-03-14 04:37:49'); +INSERT INTO `marker` VALUES (3084,1901,NULL,2,1901,564,'done','DELETE - ???',59.515625,-68.875,0,0,0,'2017-03-14 06:25:37'); +INSERT INTO `marker` VALUES (3085,1901,NULL,2,1901,569,'','',158.953125,-141.234375,0,0,0,'2017-03-14 06:48:17'); +INSERT INTO `marker` VALUES (3086,1901,NULL,2,1916,534,'Korok Seed','',155.734375,-173.8359375,0,0,0,'2017-03-14 06:56:56'); +INSERT INTO `marker` VALUES (3087,1901,NULL,2,1916,534,'Korok Seed','',86.9296875,-170.99609375,0,0,0,'2017-03-14 06:57:45'); +INSERT INTO `marker` VALUES (3088,1901,NULL,2,1901,573,'Done','',59.1875,-68.984375,0,0,0,'2017-03-14 08:10:31'); +INSERT INTO `marker` VALUES (3089,1901,NULL,2,1903,574,'Frost Spear','',188.78125,-148.69921875,0,0,0,'2017-03-14 08:35:39'); +INSERT INTO `marker` VALUES (3090,1901,NULL,2,1920,577,'','',65.03125,-69.296875,0,0,0,'2017-03-14 09:55:26'); +INSERT INTO `marker` VALUES (3091,1901,NULL,2,1901,578,'check','',77.671875,-115.125,0,0,0,'2017-03-14 10:00:19'); +INSERT INTO `marker` VALUES (3094,1901,NULL,2,1933,578,'White Lynel','',133.5625,-70.015625,0,0,0,'2017-03-14 11:32:02'); +INSERT INTO `marker` VALUES (3095,1901,NULL,2,1933,578,'Stone Talus','',179.1484375,-181.3515625,0,0,0,'2017-03-14 11:32:50'); +INSERT INTO `marker` VALUES (3096,1901,NULL,2,1936,595,'access to the Shai Utoh Shrine','',152.64453125,-184.20703125,0,0,0,'2017-03-14 14:42:01'); +INSERT INTO `marker` VALUES (3097,1901,NULL,2,1934,599,'Slumbering Power (#13)','',186.734375,-86.15625,0,0,0,'2017-03-14 15:35:01'); +INSERT INTO `marker` VALUES (3098,1901,NULL,2,1901,602,'Completed','Completed',186.1875,-145.8125,0,0,0,'2017-03-14 15:37:49'); +INSERT INTO `marker` VALUES (3099,1901,NULL,2,1933,597,'Igneo Talus','',161.25,-81.375,0,1,0,'2017-03-14 15:39:44'); +INSERT INTO `marker` VALUES (3100,1901,NULL,2,1906,605,'Diamond Circlet','',200.703125,-70.40625,0,0,0,'2017-03-14 15:56:17'); +INSERT INTO `marker` VALUES (3101,1901,NULL,2,1933,608,'Molduga','',69.015625,-184.2734375,0,0,0,'2017-03-14 16:12:25'); +INSERT INTO `marker` VALUES (3102,1901,NULL,2,1904,599,'Chest w/ 5x Bomb Arrows','',117.91015625,-121.13671875,0,0,0,'2017-03-14 16:15:19'); +INSERT INTO `marker` VALUES (3103,1901,NULL,2,1905,599,'Knight's Shield','',118.03125,-118.359375,0,0,0,'2017-03-14 16:22:36'); +INSERT INTO `marker` VALUES (3104,1901,NULL,2,1904,599,'Shock Arrow x5','',117.6015625,-119.08203125,0,0,0,'2017-03-14 16:29:33'); +INSERT INTO `marker` VALUES (3105,1901,NULL,2,1936,599,'Cracked Walls','',116.30078125,-119.26953125,0,0,0,'2017-03-14 16:38:20'); +INSERT INTO `marker` VALUES (3106,1901,NULL,2,1901,613,'','',188.296875,-118.9609375,0,0,0,'2017-03-14 16:49:31'); +INSERT INTO `marker` VALUES (3107,1901,NULL,2,1901,613,'','',200.7578125,-70.9765625,0,0,0,'2017-03-14 16:53:26'); +INSERT INTO `marker` VALUES (3108,1901,NULL,2,1903,615,'Great Flameblade','Pierced in the ground/tree at the top, 2 mobs you need to kill dont let them pick up the sword.',110.6328125,-134.765625,0,1,0,'2017-03-14 16:58:46'); +INSERT INTO `marker` VALUES (3109,1901,NULL,2,1903,617,'Great Flameblade','inside the skull',152.69921875,-70.71484375,0,0,0,'2017-03-14 17:02:03'); +INSERT INTO `marker` VALUES (3110,1901,NULL,2,1901,615,'Fang and Bone Shop - Start Quest','Where you start your journy to be able to access the shop',178.73828125,-74.23828125,0,0,0,'2017-03-14 17:02:16'); +INSERT INTO `marker` VALUES (3111,1901,NULL,2,1933,617,'White-Maned Lynel','',148.640625,-68.921875,0,0,0,'2017-03-14 17:02:29'); +INSERT INTO `marker` VALUES (3112,1901,NULL,2,1901,621,'','',45.375,-104.75,0,0,0,'2017-03-14 17:17:28'); +INSERT INTO `marker` VALUES (3113,1901,NULL,2,1903,623,'Great Flameblade','',110.63671875,-134.7265625,0,0,0,'2017-03-14 17:33:18'); +INSERT INTO `marker` VALUES (3114,1901,NULL,2,1903,623,'Knight Sword','',124.01953125,-121.66796875,0,0,0,'2017-03-14 17:33:48'); +INSERT INTO `marker` VALUES (3115,1901,NULL,2,1905,623,'Knight Shield','',124.01953125,-121.65234375,0,0,0,'2017-03-14 17:34:01'); +INSERT INTO `marker` VALUES (3116,1901,NULL,2,1903,623,'Great Flameblade','',152.8203125,-70.86328125,0,0,0,'2017-03-14 17:34:29'); +INSERT INTO `marker` VALUES (3117,1901,NULL,2,1933,623,'Black Hinox','',172.9140625,-72.625,0,0,0,'2017-03-14 17:35:33'); +INSERT INTO `marker` VALUES (3118,1901,NULL,2,1930,623,'White Lynel','',198,-139.9140625,0,0,0,'2017-03-14 17:36:21'); +INSERT INTO `marker` VALUES (3119,1901,NULL,2,1933,623,'Hinox','',177.859375,-174.71875,0,0,0,'2017-03-14 17:36:49'); +INSERT INTO `marker` VALUES (3120,1901,NULL,2,1926,626,'Divine Beast Vah Medoh','',71.421875,-99.96875,0,0,0,'2017-03-14 17:54:50'); +INSERT INTO `marker` VALUES (3121,1901,NULL,2,1910,628,'Season Pass Chest','Fire Arrows',104.7265625,-158.6171875,0,0,0,'2017-03-14 18:12:18'); +INSERT INTO `marker` VALUES (3122,1901,NULL,2,1925,630,'','',174.9609375,-182.29296875,0,0,0,'2017-03-14 18:18:58'); +INSERT INTO `marker` VALUES (3123,1901,NULL,2,1933,630,'','',170.0546875,-174.35546875,0,0,0,'2017-03-14 18:24:26'); +INSERT INTO `marker` VALUES (3124,1901,NULL,2,1910,628,'Chest ','Behind the Wood\r\nBomb Arrows',113.6640625,-162.640625,0,0,0,'2017-03-14 18:25:26'); +INSERT INTO `marker` VALUES (3125,1901,NULL,2,1906,631,'Well-Worn Trousers','',111.1171875,-157.0078125,0,1,0,'2017-03-14 18:27:59'); +INSERT INTO `marker` VALUES (3126,1901,NULL,2,1906,631,'Old Shirt','',111.03125,-156.78125,0,0,0,'2017-03-14 18:28:19'); +INSERT INTO `marker` VALUES (3127,1901,NULL,2,1934,632,'Mmemory','',179.640625,-120.5703125,0,0,0,'2017-03-14 18:29:02'); +INSERT INTO `marker` VALUES (3128,1901,NULL,2,1904,631,'Sheika Bow','',154.8984375,-143.578125,0,0,0,'2017-03-14 18:29:15'); +INSERT INTO `marker` VALUES (3133,1901,NULL,2,1926,631,'Divine Beast Vah Norbis','',95.125,-169.28125,0,0,0,'2017-03-14 18:32:46'); +INSERT INTO `marker` VALUES (3134,1901,NULL,2,1901,631,'Old Man (Paraglider)','',115.453125,-157.90625,0,0,0,'2017-03-14 18:34:01'); +INSERT INTO `marker` VALUES (3135,1901,NULL,2,1933,630,'','',179.13671875,-181.30859375,0,0,0,'2017-03-14 18:35:34'); +INSERT INTO `marker` VALUES (3136,1901,NULL,2,1915,630,'','',179.40625,-179.69921875,0,0,0,'2017-03-14 18:37:46'); +INSERT INTO `marker` VALUES (3137,1901,NULL,2,1933,579,'Blue Hinox','',183.19140625,-133.76953125,0,0,0,'2017-03-14 18:43:05'); +INSERT INTO `marker` VALUES (3138,1901,NULL,2,1931,579,'Lezarfos Camp','',184.609375,-133.0625,0,0,0,'2017-03-14 18:44:07'); +INSERT INTO `marker` VALUES (3139,1901,NULL,2,1935,599,'Leviathan Bones','',103.7734375,-100.0078125,0,0,0,'2017-03-14 18:57:34'); +INSERT INTO `marker` VALUES (3140,1901,NULL,2,1925,638,'Done','',123.1875,-168.4375,0,0,0,'2017-03-14 18:58:33'); +INSERT INTO `marker` VALUES (3141,1901,NULL,2,1906,631,'Cloak of the Hero','',155.98828125,-143.359375,0,0,0,'2017-03-14 19:03:12'); +INSERT INTO `marker` VALUES (3142,1901,NULL,2,1933,553,'Lynel','',113.625,-102.375,0,0,0,'2017-03-14 19:03:24'); +INSERT INTO `marker` VALUES (3143,1901,NULL,2,1933,599,'Stone Talus','',93.8671875,-103.3671875,0,0,0,'2017-03-14 19:04:00'); +INSERT INTO `marker` VALUES (3144,1901,NULL,2,1906,639,'Sheika Stealth Armor','',156.953125,-143.26953125,0,1,0,'2017-03-14 19:04:04'); +INSERT INTO `marker` VALUES (3145,1901,NULL,2,1930,631,'Yiga Footsoldier','',156.421875,-150.171875,0,0,0,'2017-03-14 19:05:27'); +INSERT INTO `marker` VALUES (3146,1901,NULL,2,1933,639,'Blue Hinox','',198.51171875,-185.9296875,0,0,0,'2017-03-14 19:05:50'); +INSERT INTO `marker` VALUES (3147,1901,NULL,2,1933,553,'Hinox','',165.9375,-171.625,0,0,0,'2017-03-14 19:06:38'); +INSERT INTO `marker` VALUES (3148,1901,NULL,2,1933,553,'Hinox','',165.9375,-171.625,0,0,0,'2017-03-14 19:06:39'); +INSERT INTO `marker` VALUES (3149,1901,NULL,2,1933,553,'Hinox','',171.328125,-170.40625,0,0,0,'2017-03-14 19:07:02'); +INSERT INTO `marker` VALUES (3150,1901,NULL,2,1933,553,'Hinox','',171.328125,-170.40625,0,0,0,'2017-03-14 19:07:02'); +INSERT INTO `marker` VALUES (3151,1901,NULL,2,1933,553,'Hinox','',170.203125,-174.296875,0,0,0,'2017-03-14 19:07:24'); +INSERT INTO `marker` VALUES (3152,1901,NULL,2,1936,599,'Chest with Ice Arrows x5','',92.515625,-100.921875,0,0,0,'2017-03-14 19:07:43'); +INSERT INTO `marker` VALUES (3154,1901,NULL,2,1916,641,'Found','',138.0546875,-155.5,0,0,0,'2017-03-14 19:20:35'); +INSERT INTO `marker` VALUES (3155,1901,NULL,2,1933,553,'Stalnox','',160.40625,-181.6875,0,0,0,'2017-03-14 19:29:31'); +INSERT INTO `marker` VALUES (3156,1901,NULL,2,1936,553,'Chest','50 rupees',157.2265625,-178.5,0,0,0,'2017-03-14 19:35:06'); +INSERT INTO `marker` VALUES (3157,1901,NULL,2,1901,169,'Ancient Furnace','Robbie's Research Furnace Light Source',192.92578125,-78.52734375,0,0,0,'2017-03-14 19:44:13'); +INSERT INTO `marker` VALUES (3158,1901,NULL,2,1930,640,'White Lynel','',106.578125,-72.65625,0,0,0,'2017-03-14 19:46:56'); +INSERT INTO `marker` VALUES (3159,1901,NULL,2,1930,640,'White Lynel','',104.65625,-73.1640625,0,0,0,'2017-03-14 19:47:16'); +INSERT INTO `marker` VALUES (3160,1901,NULL,2,1930,640,'Lynel','',110.0625,-147.71875,0,0,0,'2017-03-14 19:47:36'); +INSERT INTO `marker` VALUES (3161,1901,NULL,2,1930,640,'Lynel','',188.25,-119.046875,0,0,0,'2017-03-14 19:48:08'); +INSERT INTO `marker` VALUES (3162,1901,NULL,2,1930,640,'Lynel','',114.75,-178.03125,0,0,0,'2017-03-14 19:48:59'); +INSERT INTO `marker` VALUES (3163,1901,NULL,2,1930,640,'Lynel','',115.71875,-183.5,0,0,0,'2017-03-14 19:49:16'); +INSERT INTO `marker` VALUES (3164,1901,NULL,2,1916,646,'feito','',110.3125,-157.9765625,0,0,0,'2017-03-14 20:05:02'); +INSERT INTO `marker` VALUES (3165,1901,NULL,2,1933,579,'Hinox','',166.6640625,-126.1015625,0,0,0,'2017-03-14 20:14:05'); +INSERT INTO `marker` VALUES (3166,1901,NULL,2,1926,631,'Yiga Clan Lair','',69.765625,-150.03125,0,0,0,'2017-03-14 20:15:55'); +INSERT INTO `marker` VALUES (3167,1901,NULL,2,1930,631,'Moblin','',168.78125,-161.625,0,0,0,'2017-03-14 20:27:22'); +INSERT INTO `marker` VALUES (3168,1901,NULL,2,1914,631,'Sunshroom','',187.08203125,-161.46875,0,0,0,'2017-03-14 20:29:00'); +INSERT INTO `marker` VALUES (3169,1901,NULL,2,1933,648,'Skeleton Boss','',93.2109375,-137.140625,0,0,0,'2017-03-14 20:32:25'); +INSERT INTO `marker` VALUES (3170,1901,NULL,2,1906,631,'Warm Doublet','Received from Old Man, or in a chest.',115.64453125,-163.140625,0,0,0,'2017-03-14 20:32:58'); +INSERT INTO `marker` VALUES (3171,1901,NULL,2,1903,648,'Golden Claymore','',93.2265625,-137.125,0,0,0,'2017-03-14 20:33:45'); +INSERT INTO `marker` VALUES (3172,1901,NULL,2,1904,631,'Soldiers Bow','',115.2890625,-158.71484375,0,0,0,'2017-03-14 20:34:03'); +INSERT INTO `marker` VALUES (3173,1901,NULL,2,1930,631,'Bokoblin','',115.33984375,-158.53125,0,0,0,'2017-03-14 20:34:25'); +INSERT INTO `marker` VALUES (3174,1901,NULL,2,1931,631,'Bokoblin Camp','',113.1640625,-158.484375,0,0,0,'2017-03-14 20:35:27'); +INSERT INTO `marker` VALUES (3175,1901,NULL,2,1931,631,'Bokoblin Camp','',110.0078125,-162.5234375,0,0,0,'2017-03-14 20:36:24'); +INSERT INTO `marker` VALUES (3176,1901,NULL,2,1905,648,'Knight's Shield','',99.9375,-115.86328125,0,0,0,'2017-03-14 20:37:50'); +INSERT INTO `marker` VALUES (3177,1901,NULL,2,1906,631,'Hylian Trousers','',116.43359375,-157.09765625,0,0,0,'2017-03-14 20:38:36'); +INSERT INTO `marker` VALUES (3178,1901,NULL,2,1931,631,'Bokoblin Camp','',118.21484375,-158.01171875,0,0,0,'2017-03-14 20:39:09'); +INSERT INTO `marker` VALUES (3179,1901,NULL,2,1936,631,'Cracked Wall','',112.96484375,-164.64453125,0,0,0,'2017-03-14 20:40:18'); +INSERT INTO `marker` VALUES (3180,1901,NULL,2,1930,631,'Bokoblin','',113.234375,-164.83203125,0,0,0,'2017-03-14 20:40:43'); +INSERT INTO `marker` VALUES (3181,1901,NULL,2,1930,631,'Bokoblin','',113.40625,-164.78515625,0,0,0,'2017-03-14 20:40:56'); +INSERT INTO `marker` VALUES (3182,1901,NULL,2,1931,631,'Bokoblin Camp','',101.99609375,-162.2578125,0,0,0,'2017-03-14 20:42:17'); +INSERT INTO `marker` VALUES (3183,1901,NULL,2,1904,631,'Ice Arrows X 5','',102.01171875,-162.234375,0,0,0,'2017-03-14 20:42:55'); +INSERT INTO `marker` VALUES (3184,1901,NULL,2,1933,648,'Lynel','',83.48828125,-123.43359375,0,0,0,'2017-03-14 20:50:42'); +INSERT INTO `marker` VALUES (3185,1901,NULL,2,1926,513,'Divine Beast','Divine Beast',167.6875,-87.4375,0,0,0,'2017-03-14 20:57:07'); +INSERT INTO `marker` VALUES (3186,1901,NULL,2,1926,513,'Divine Beast','',71.5625,-98.875,0,0,0,'2017-03-14 20:57:35'); +INSERT INTO `marker` VALUES (3187,1901,NULL,2,1934,631,'Mount Lanayru: East Gate','',176.96875,-145.75,0,0,0,'2017-03-14 21:00:47'); +INSERT INTO `marker` VALUES (3188,1901,NULL,2,1930,631,'Lizalfoss','',169.9765625,-145.2578125,0,0,0,'2017-03-14 21:01:39'); +INSERT INTO `marker` VALUES (3189,1901,NULL,2,1902,662,'Sword','',99.046875,-122.796875,0,1,0,'2017-03-14 21:16:08'); +INSERT INTO `marker` VALUES (3190,1901,NULL,2,1926,660,'Divine Beast Vah Rudania','',170.015625,-86.46875,0,0,0,'2017-03-14 21:22:08'); +INSERT INTO `marker` VALUES (3191,1901,NULL,2,1933,513,'Hinox','',171.25,-170.375,0,0,0,'2017-03-14 21:39:59'); +INSERT INTO `marker` VALUES (3192,1901,NULL,2,1933,513,'Hinox','',170.03125,-174.34375,0,0,0,'2017-03-14 21:40:18'); +INSERT INTO `marker` VALUES (3193,1901,NULL,2,1901,513,'Hinox','',165.84375,-171.46875,0,0,0,'2017-03-14 21:40:33'); +INSERT INTO `marker` VALUES (3194,1901,NULL,2,1935,266,'Forgotten Recipe','',115.76953125,-163.23046875,0,0,0,'2017-03-14 21:41:07'); +INSERT INTO `marker` VALUES (3195,1901,NULL,2,1901,440,'Spring of Wisdom','',189.1875,-148.796875,0,0,0,'2017-03-14 21:41:49'); +INSERT INTO `marker` VALUES (3196,1901,NULL,2,1933,553,'Blue Hinox','',144.2109375,-182.4609375,0,0,0,'2017-03-14 21:45:59'); +INSERT INTO `marker` VALUES (3197,1901,NULL,2,1933,553,'Hinox','',178.03125,-174.8359375,0,0,0,'2017-03-14 21:59:40'); +INSERT INTO `marker` VALUES (3198,1901,NULL,2,1901,631,'Sand-Seal Races','',68.8125,-176.7265625,0,0,0,'2017-03-14 22:02:31'); +INSERT INTO `marker` VALUES (3199,1901,NULL,2,1903,631,'Travelers Sword','',137.140625,-136.93359375,0,0,0,'2017-03-14 22:04:06'); +INSERT INTO `marker` VALUES (3200,1901,NULL,2,1903,631,'Travelers Spear','',137.17578125,-136.93359375,0,0,0,'2017-03-14 22:04:23'); +INSERT INTO `marker` VALUES (3201,1901,NULL,2,1903,631,'Travelers Sword','',137.1328125,-136.84375,0,0,0,'2017-03-14 22:04:38'); +INSERT INTO `marker` VALUES (3202,1901,NULL,2,1933,631,'Farosh','',123.046875,-164.625,0,0,0,'2017-03-14 22:07:32'); +INSERT INTO `marker` VALUES (3203,1901,NULL,2,1935,631,'Bird-Man Challenge','',100.59375,-115.94140625,0,0,0,'2017-03-14 22:10:09'); +INSERT INTO `marker` VALUES (3204,1901,NULL,2,1933,553,'Stone Talus','',139.125,-151,0,0,0,'2017-03-14 22:33:50'); +INSERT INTO `marker` VALUES (3205,1901,NULL,2,1935,631,'An Ice Guy','',77.40625,-168.21875,0,0,0,'2017-03-14 22:56:28'); +INSERT INTO `marker` VALUES (3206,1901,NULL,2,1933,553,'Stone Talus','',133.6875,-158,0,0,0,'2017-03-14 23:25:18'); +INSERT INTO `marker` VALUES (3207,1901,NULL,2,1933,553,'Stone Talus','',139.375,-150.9375,0,0,0,'2017-03-14 23:25:47'); +INSERT INTO `marker` VALUES (3208,1901,NULL,2,1903,671,'Great Flameblade','',110.64453125,-134.75390625,0,0,0,'2017-03-14 23:48:26'); +INSERT INTO `marker` VALUES (3209,1901,NULL,2,1903,671,'Great Thunderblade','',68.18359375,-107.31640625,0,0,0,'2017-03-14 23:52:28'); +INSERT INTO `marker` VALUES (3210,1901,NULL,2,1933,553,'Black Hinox','',179.71875,-108.65625,0,0,0,'2017-03-15 00:37:21'); +INSERT INTO `marker` VALUES (3211,1901,NULL,2,1931,178,'','bad very bad',51.9453125,-183.578125,0,0,0,'2017-03-15 00:42:56'); +INSERT INTO `marker` VALUES (3212,1901,NULL,2,1931,178,'','bad very bad',55.4609375,-188.4609375,0,0,0,'2017-03-15 00:43:19'); +INSERT INTO `marker` VALUES (3214,1901,NULL,2,1930,675,'Blue Hinox','',173.78125,-123.3828125,0,0,0,'2017-03-15 01:17:07'); +INSERT INTO `marker` VALUES (3215,1901,NULL,2,1933,675,'Lynel','',115.71875,-184.2109375,0,0,0,'2017-03-15 01:18:12'); +INSERT INTO `marker` VALUES (3216,1901,NULL,2,1931,178,'lizolfos','5 lizolfos and one black lizolfo',196.140625,-118.1796875,0,0,0,'2017-03-15 01:42:08'); +INSERT INTO `marker` VALUES (3217,1901,NULL,2,1903,676,'OK','',140.65625,-154.5625,0,0,0,'2017-03-15 01:43:06'); +INSERT INTO `marker` VALUES (3218,1901,NULL,2,1916,682,'D','Done\r\n',144.375,-155.8359375,0,0,0,'2017-03-15 02:26:47'); +INSERT INTO `marker` VALUES (3219,1901,NULL,2,1901,689,'Eldin Great Skeleton','',152.76953125,-70.828125,0,0,0,'2017-03-15 03:05:18'); +INSERT INTO `marker` VALUES (3220,1901,NULL,2,1916,690,'','Follow the Flower Start Point',59.55859375,-140.24609375,0,0,0,'2017-03-15 03:11:33'); +INSERT INTO `marker` VALUES (3221,1901,NULL,2,1916,690,'Race to the Finish','',61.19921875,-137.5390625,0,0,0,'2017-03-15 03:17:13'); +INSERT INTO `marker` VALUES (3222,1901,NULL,2,1933,693,'Lynel','Silver',96.1875,-71,0,0,0,'2017-03-15 03:54:14'); +INSERT INTO `marker` VALUES (3223,1901,NULL,2,1933,693,'Lynel','Silver',101.25,-69.75,0,0,0,'2017-03-15 03:54:44'); +INSERT INTO `marker` VALUES (3224,1901,NULL,2,1933,693,'Lynel','Silver',105.625,-72.375,0,0,0,'2017-03-15 03:55:11'); +INSERT INTO `marker` VALUES (3225,1901,NULL,2,1933,553,'Igneo Talus','',165.109375,-96.7421875,0,0,0,'2017-03-15 03:55:59'); +INSERT INTO `marker` VALUES (3226,1901,NULL,2,1901,693,'Giant Horse','',109,-169.75,0,0,0,'2017-03-15 03:56:16'); +INSERT INTO `marker` VALUES (3227,1901,NULL,2,1933,694,'Stone Talus','',125.203125,-155.609375,0,0,0,'2017-03-15 03:58:00'); +INSERT INTO `marker` VALUES (3228,1901,NULL,2,1933,553,'Igneo Talus','',161.4375,-94.0234375,0,0,0,'2017-03-15 03:58:50'); +INSERT INTO `marker` VALUES (3229,1901,NULL,2,1933,553,'Igneo Talus','',161.453125,-81,0,0,0,'2017-03-15 04:10:30'); +INSERT INTO `marker` VALUES (3230,1901,NULL,2,1933,553,'Igneo Talus','',161.453125,-81,0,0,0,'2017-03-15 04:10:30'); +INSERT INTO `marker` VALUES (3231,1901,NULL,2,1934,695,'Father and Daughter','',122.40625,-112.4765625,0,1,0,'2017-03-15 04:12:57'); +INSERT INTO `marker` VALUES (3232,1901,NULL,2,1933,553,'Igneo Talus','',155.953125,-100.515625,0,0,0,'2017-03-15 04:26:26'); +INSERT INTO `marker` VALUES (3233,1901,NULL,2,1933,690,'Igneo Talus','',161.46875,-94.0703125,0,0,0,'2017-03-15 04:41:05'); +INSERT INTO `marker` VALUES (3234,1901,NULL,2,1933,553,'Stone Talus','',150.859375,-148.75,0,0,0,'2017-03-15 04:59:59'); +INSERT INTO `marker` VALUES (3235,1901,NULL,2,1901,702,'Spring of Wisdom','',189.234375,-148.890625,0,0,0,'2017-03-15 05:04:17'); +INSERT INTO `marker` VALUES (3238,1901,NULL,2,1933,705,'Silver Lynel','',101.203125,-72.375,0,0,0,'2017-03-15 06:03:11'); +INSERT INTO `marker` VALUES (3239,1901,NULL,2,1933,706,'Hinox','',177.96875,-174.62109375,0,0,0,'2017-03-15 06:27:12'); +INSERT INTO `marker` VALUES (3240,1901,NULL,2,1933,706,'Hinox','Hinox',178,-174.6484375,0,0,0,'2017-03-15 06:28:17'); +INSERT INTO `marker` VALUES (3242,1901,NULL,2,1933,709,'Lynel','',197.890625,-140.265625,0,0,0,'2017-03-15 07:00:19'); +INSERT INTO `marker` VALUES (3243,1901,NULL,2,1933,709,'Lynel','',197.890625,-140.265625,0,0,0,'2017-03-15 07:00:23'); +INSERT INTO `marker` VALUES (3244,1901,NULL,2,1933,709,'Hinox','',197.484375,-133.609375,0,0,0,'2017-03-15 07:00:44'); +INSERT INTO `marker` VALUES (3245,1901,NULL,2,1933,709,'Lynel','',102.78125,-70.71875,0,0,0,'2017-03-15 07:01:28'); +INSERT INTO `marker` VALUES (3246,1901,NULL,2,1933,709,'Igneo Talus','',161.40625,-94.0625,0,0,0,'2017-03-15 07:02:26'); +INSERT INTO `marker` VALUES (3247,1901,NULL,2,1933,709,'Hinox','',159.484375,-129.953125,0,0,0,'2017-03-15 07:03:25'); +INSERT INTO `marker` VALUES (3248,1901,NULL,2,1933,709,'Red Lynel','',188.53125,-119.28125,0,0,0,'2017-03-15 07:04:01'); +INSERT INTO `marker` VALUES (3249,1901,NULL,2,1933,709,'Hinox','',179.328125,-107.953125,0,0,0,'2017-03-15 07:04:22'); +INSERT INTO `marker` VALUES (3250,1901,NULL,2,1933,709,'Molduga','',69.28125,-185.265625,0,0,0,'2017-03-15 07:05:18'); +INSERT INTO `marker` VALUES (3251,1901,NULL,2,1933,709,'Lynel','',186.03125,-74.46875,0,0,0,'2017-03-15 07:06:34'); +INSERT INTO `marker` VALUES (3252,1901,NULL,2,1934,717,'Zelda Study Memory','',122.015625,-112.453125,0,0,0,'2017-03-15 08:28:25'); +INSERT INTO `marker` VALUES (3253,1901,NULL,2,1901,719,'Lynel','A lynel, you meet it in the zora main quest',188.78125,-118.40625,0,0,0,'2017-03-15 08:57:28'); +INSERT INTO `marker` VALUES (3254,1901,NULL,2,1916,721,'done','',104.609375,-156.515625,0,0,0,'2017-03-15 09:12:27'); +INSERT INTO `marker` VALUES (3255,1901,NULL,2,1901,711,'??','',52.1875,-179.03125,0,0,0,'2017-03-15 10:06:40'); +INSERT INTO `marker` VALUES (3256,1901,NULL,2,1934,728,'Un poder que no despierta #13','Zelda lleva a cabo un ritual sagrado en la Fuente del Poder para tratar de despertar su poder. Tras diez años intentandolo, se siente avergonzada por no haber logrado resultados. Muy afectada, se pregunta si hay algo que no funciona en su interior.',186.74609375,-86.16015625,0,0,0,'2017-03-15 11:15:47'); +INSERT INTO `marker` VALUES (3257,1901,NULL,2,1933,728,'Lynel','',101.6640625,-71.7109375,0,0,0,'2017-03-15 11:28:35'); +INSERT INTO `marker` VALUES (3258,1901,NULL,2,1933,728,'Lynel','',114.703125,-178,0,0,0,'2017-03-15 11:29:52'); +INSERT INTO `marker` VALUES (3259,1901,NULL,2,1933,728,'Lynel','',115.734375,-184.265625,0,0,0,'2017-03-15 11:30:10'); +INSERT INTO `marker` VALUES (3260,1901,NULL,2,1933,728,'Hinox','',171.2578125,-170.3984375,0,0,0,'2017-03-15 11:30:56'); +INSERT INTO `marker` VALUES (3261,1901,NULL,2,1933,728,'Blue Hinox','',170.1015625,-174.3125,0,0,0,'2017-03-15 11:31:09'); +INSERT INTO `marker` VALUES (3262,1901,NULL,2,1933,728,'Black Hinox','',165.8515625,-171.4453125,0,0,0,'2017-03-15 11:31:51'); +INSERT INTO `marker` VALUES (3263,1901,NULL,2,1916,730,'asdasd','asdasd',59.234375,-69.0390625,0,0,0,'2017-03-15 11:41:44'); +INSERT INTO `marker` VALUES (3264,1901,NULL,2,1901,730,'123','123',59.21875,-69.0390625,0,0,0,'2017-03-15 11:41:57'); +INSERT INTO `marker` VALUES (3265,1901,NULL,2,1901,730,'','',65.15625,-69.21875,0,0,0,'2017-03-15 11:55:09'); +INSERT INTO `marker` VALUES (3266,1901,NULL,2,1933,741,'Black Hinox','',57.015625,-86.15625,0,0,0,'2017-03-15 13:15:46'); +INSERT INTO `marker` VALUES (3267,1901,NULL,2,1933,741,'Lynel','',57.53125,-90.1875,0,0,0,'2017-03-15 13:16:35'); +INSERT INTO `marker` VALUES (3268,1901,NULL,2,1933,741,'Frost Talus','',70.03125,-91.4140625,0,0,0,'2017-03-15 13:18:27'); +INSERT INTO `marker` VALUES (3269,1901,NULL,2,1933,741,'Frost Talus','',80.109375,-82.9375,0,0,0,'2017-03-15 13:21:41'); +INSERT INTO `marker` VALUES (3270,1901,NULL,2,1933,741,'Frost Talus','',94.453125,-79.765625,0,0,0,'2017-03-15 13:22:12'); +INSERT INTO `marker` VALUES (3271,1901,NULL,2,1933,741,'Lynel','',96.5,-71.125,0,0,0,'2017-03-15 13:22:31'); +INSERT INTO `marker` VALUES (3272,1901,NULL,2,1933,741,'Lynel','',101.21875,-72.890625,0,0,0,'2017-03-15 13:22:59'); +INSERT INTO `marker` VALUES (3273,1901,NULL,2,1933,741,'Lynel','',107.734375,-72.359375,0,0,0,'2017-03-15 13:23:16'); +INSERT INTO `marker` VALUES (3275,1901,NULL,2,1901,744,'Akkala Tech Lab','',198.5625,-78.5390625,0,0,0,'2017-03-15 13:51:14'); +INSERT INTO `marker` VALUES (3276,1901,NULL,2,1934,728,'Padre e hija #12','Zelda supervisa con orgullo los experimentos que se llevan a cabo en el castillo de Hyrule ocn los guardianes. El rey de hyrule aparece y la expresion de la princesa cambia por completo. Se ve obligada a callar mientras su padre la instiga a que despierte su poder.',122.33203125,-112.4453125,0,0,0,'2017-03-15 13:52:47'); +INSERT INTO `marker` VALUES (3277,1901,NULL,2,1901,749,'','',114.625,-72.5,0,0,0,'2017-03-15 14:49:37'); +INSERT INTO `marker` VALUES (3278,1901,NULL,2,1901,738,'complete','',129.375,-117.9375,0,0,0,'2017-03-15 15:05:09'); +INSERT INTO `marker` VALUES (3279,1901,NULL,2,1930,747,'Hinox','',168.90625,-124.2421875,0,0,0,'2017-03-15 15:31:11'); +INSERT INTO `marker` VALUES (3280,1901,NULL,2,1930,747,'Hinox','',173.12109375,-123.31640625,0,0,0,'2017-03-15 15:33:32'); +INSERT INTO `marker` VALUES (3281,1901,NULL,2,1933,760,'White Lynel','One of two White Lynel in the Wild.',100.15625,-71.15625,0,1,0,'2017-03-15 16:16:34'); +INSERT INTO `marker` VALUES (3282,1901,NULL,2,1933,760,'Blue Hinox','Blue Hinox sleeping by logs',116.296875,-108.453125,0,0,0,'2017-03-15 16:24:08'); +INSERT INTO `marker` VALUES (3283,1901,NULL,2,1901,763,'Done','',200.78125,-72.359375,0,0,0,'2017-03-15 17:10:39'); +INSERT INTO `marker` VALUES (3284,1901,NULL,2,1933,762,'Red Maned Lynel','',114.015625,-177.03125,0,0,0,'2017-03-15 17:14:26'); +INSERT INTO `marker` VALUES (3285,1901,NULL,2,1903,652,'Master Sword','',134.640625,-94.296875,0,0,0,'2017-03-15 17:15:13'); +INSERT INTO `marker` VALUES (3286,1901,NULL,2,1933,762,'Red Maned Lynel','',115.5625,-182.53125,0,0,0,'2017-03-15 17:15:16'); +INSERT INTO `marker` VALUES (3287,1901,NULL,2,1930,762,'Bokoblin Chiefs','',121.65625,-187.2109375,0,0,0,'2017-03-15 17:17:54'); +INSERT INTO `marker` VALUES (3288,1901,NULL,2,1905,652,'Hylian Shield','',121.296875,-111.3359375,0,0,0,'2017-03-15 17:19:08'); +INSERT INTO `marker` VALUES (3289,1901,NULL,2,1913,762,'Swift Violets','',153.5546875,-157.515625,0,0,0,'2017-03-15 17:21:03'); +INSERT INTO `marker` VALUES (3290,1901,NULL,2,1935,762,'Hunt for the Giant Horse','',124.9375,-182.6796875,0,0,0,'2017-03-15 17:35:31'); +INSERT INTO `marker` VALUES (3291,1901,NULL,2,1935,762,'','',124.640625,-182.6171875,0,0,0,'2017-03-15 17:40:04'); +INSERT INTO `marker` VALUES (3292,1901,NULL,2,1906,770,'Zora Helm','',182.1953125,-114.125,0,0,0,'2017-03-15 17:43:34'); +INSERT INTO `marker` VALUES (3293,1901,NULL,2,1933,770,'White Lynel','',121.40625,-80,0,0,0,'2017-03-15 17:48:00'); +INSERT INTO `marker` VALUES (3294,1901,NULL,2,1933,770,'Frost Talus','',79.9453125,-82.40625,0,0,0,'2017-03-15 17:51:43'); +INSERT INTO `marker` VALUES (3295,1901,NULL,2,1933,770,'Lynel','',82.75,-123.671875,0,0,0,'2017-03-15 17:54:26'); +INSERT INTO `marker` VALUES (3296,1901,NULL,2,1933,770,'Lynel','',66.09375,-141.96875,0,0,0,'2017-03-15 17:54:59'); +INSERT INTO `marker` VALUES (3297,1901,NULL,2,1933,770,'Lynel','',115.8125,-185.2890625,0,0,0,'2017-03-15 17:55:45'); +INSERT INTO `marker` VALUES (3298,1901,NULL,2,1933,770,'Lynel','',114.6328125,-177.734375,0,0,0,'2017-03-15 17:56:06'); +INSERT INTO `marker` VALUES (3299,1901,NULL,2,1933,770,'Stone Talus','',179.1875,-181.34375,0,0,0,'2017-03-15 18:00:05'); +INSERT INTO `marker` VALUES (3300,1901,NULL,2,1930,775,'Stalnox','',93.2578125,-137.125,0,0,0,'2017-03-15 18:36:08'); +INSERT INTO `marker` VALUES (3301,1901,NULL,2,1915,775,'Apple farm','',97.5703125,-133.3125,0,0,0,'2017-03-15 18:38:34'); +INSERT INTO `marker` VALUES (3302,1901,NULL,2,1933,770,'Igneo Talus','',161.53125,-80.921875,0,0,0,'2017-03-15 18:57:51'); +INSERT INTO `marker` VALUES (3303,1901,NULL,2,1933,770,'Igneo Talus','',161.40625,-93.96875,0,0,0,'2017-03-15 18:58:32'); +INSERT INTO `marker` VALUES (3304,1901,NULL,2,1936,747,'100 rupee chest','',176.6953125,-130.20703125,0,0,0,'2017-03-15 19:09:22'); +INSERT INTO `marker` VALUES (3305,1901,NULL,2,1903,780,'Iron Sledgehammer','Hammer by buyable house',179.91796875,-163.65625,0,0,0,'2017-03-15 19:10:55'); +INSERT INTO `marker` VALUES (3306,1901,NULL,2,1903,780,'Iron Sledgehammer','',154.58203125,-89.0234375,0,0,0,'2017-03-15 19:15:05'); +INSERT INTO `marker` VALUES (3307,1901,NULL,2,1903,780,'Iron Sledgehammer','',153.3203125,-90.703125,0,0,0,'2017-03-15 19:16:20'); +INSERT INTO `marker` VALUES (3308,1901,NULL,2,1903,780,'Cobble Crusher','',154.546875,-90.546875,0,0,0,'2017-03-15 19:18:31'); +INSERT INTO `marker` VALUES (3309,1901,NULL,2,1934,169,'Memory #13','',186.76171875,-86.16015625,0,0,0,'2017-03-15 19:19:01'); +INSERT INTO `marker` VALUES (3310,1901,NULL,2,1933,169,'Stone Talus','',179.1875,-181.328125,0,0,0,'2017-03-15 19:38:03'); +INSERT INTO `marker` VALUES (3311,1901,NULL,2,1903,762,'1 Rusty Broadsword','',154.46484375,-159.5546875,0,0,0,'2017-03-15 19:47:43'); +INSERT INTO `marker` VALUES (3312,1901,NULL,2,1905,762,'Rusty Shield','',154.51171875,-159.48828125,0,0,0,'2017-03-15 19:48:12'); +INSERT INTO `marker` VALUES (3313,1901,NULL,2,1910,735,'Durian','',149.3828125,-178.359375,0,0,0,'2017-03-15 19:52:24'); +INSERT INTO `marker` VALUES (3314,1901,NULL,2,1933,784,'Stone Talus','',79.40625,-127.875,0,0,0,'2017-03-15 19:58:56'); +INSERT INTO `marker` VALUES (3315,1901,NULL,2,1933,784,'Ignus Talus','',156.1796875,-100.875,0,0,0,'2017-03-15 19:59:51'); +INSERT INTO `marker` VALUES (3316,1901,NULL,2,1933,784,'Lynel','',83.796875,-118.171875,0,0,0,'2017-03-15 20:00:47'); +INSERT INTO `marker` VALUES (3317,1901,NULL,2,1903,786,'Great Flameblade','',152.78125,-70.84375,0,0,0,'2017-03-15 20:07:18'); +INSERT INTO `marker` VALUES (3318,1901,NULL,2,1903,786,'Zora Spear','',172.47265625,-125.890625,0,0,0,'2017-03-15 20:08:25'); +INSERT INTO `marker` VALUES (3319,1901,NULL,2,1903,786,'Blizzard Rod','',103.6953125,-186.46875,0,0,0,'2017-03-15 20:09:17'); +INSERT INTO `marker` VALUES (3320,1901,NULL,2,1933,700,'Ignus','Ignus\r\n',161.41796875,-80.89453125,0,0,0,'2017-03-15 20:12:34'); +INSERT INTO `marker` VALUES (3321,1901,NULL,2,1933,786,'Stone Talus','',77.1171875,-111.2734375,0,0,0,'2017-03-15 20:13:47'); +INSERT INTO `marker` VALUES (3322,1901,NULL,2,1933,786,'Stone Talus','',79.109375,-129.09375,0,0,0,'2017-03-15 20:14:30'); +INSERT INTO `marker` VALUES (3323,1901,NULL,2,1933,786,'Stone Talus','',92.5546875,-158.81640625,0,0,0,'2017-03-15 20:15:10'); +INSERT INTO `marker` VALUES (3324,1901,NULL,2,1933,788,'Lynel','',187.375,-121.25,0,0,0,'2017-03-15 20:19:14'); +INSERT INTO `marker` VALUES (3325,1901,NULL,2,1926,788,'Divine Beast - Vah Naboris','',58.5,-182.125,0,0,0,'2017-03-15 20:21:54'); +INSERT INTO `marker` VALUES (3326,1901,NULL,2,1903,788,'Master Sword','',135.171875,-93.734375,0,0,0,'2017-03-15 20:22:41'); +INSERT INTO `marker` VALUES (3327,1901,NULL,2,1933,793,'Hinox','',173.5,-72.25,0,1,0,'2017-03-15 20:49:51'); +INSERT INTO `marker` VALUES (3328,1901,NULL,2,1933,793,'Lynel','',147.1875,-69.1875,0,1,0,'2017-03-15 20:50:24'); +INSERT INTO `marker` VALUES (3329,1901,NULL,2,1901,795,'Done','',129,-153.625,0,1,0,'2017-03-15 21:17:23'); +INSERT INTO `marker` VALUES (3330,1901,NULL,2,1933,793,'Lynel','',131.28125,-70.8125,0,1,0,'2017-03-15 21:20:42'); +INSERT INTO `marker` VALUES (3331,1901,NULL,2,1933,793,'Lynel','',121.90625,-79.5,0,1,0,'2017-03-15 21:21:12'); +INSERT INTO `marker` VALUES (3332,1901,NULL,2,1933,793,'Igneo Talus','',161.3046875,-93.9921875,0,1,0,'2017-03-15 21:21:49'); +INSERT INTO `marker` VALUES (3333,1901,NULL,2,1933,793,'Hinox','',173.7734375,-124.078125,0,1,0,'2017-03-15 21:22:32'); +INSERT INTO `marker` VALUES (3334,1901,NULL,2,1933,793,'Hinox','',182.96875,-133.734375,0,1,0,'2017-03-15 21:23:11'); +INSERT INTO `marker` VALUES (3335,1901,NULL,2,1901,604,'Test','',52.62109375,-188.375,0,0,0,'2017-03-15 21:34:41'); +INSERT INTO `marker` VALUES (3337,1901,NULL,2,1933,747,'Hinox','',197.39453125,-133.55078125,0,0,0,'2017-03-15 22:41:27'); +INSERT INTO `marker` VALUES (3338,1901,NULL,2,1933,747,'Lynol','',197.8828125,-139.6953125,0,0,0,'2017-03-15 22:47:29'); +INSERT INTO `marker` VALUES (3339,1901,NULL,2,1933,802,'Stone Talus','',151.4375,-149.265625,0,0,0,'2017-03-15 22:56:32'); +INSERT INTO `marker` VALUES (3340,1901,NULL,2,1933,808,'Lynel','Lynel patrols here.',82.9375,-123.890625,0,0,0,'2017-03-15 23:31:58'); +INSERT INTO `marker` VALUES (3341,1901,NULL,2,1901,808,'Lord of the Mountain','Lord of the Mountain and a good number of Blupees spawn here at night time, but not every night.',92.4296875,-133.40625,0,0,0,'2017-03-15 23:37:37'); +INSERT INTO `marker` VALUES (3342,1901,NULL,2,1913,808,'Herb Garden','',98.73046875,-133.734375,0,0,0,'2017-03-15 23:38:05'); +INSERT INTO `marker` VALUES (3343,1901,NULL,2,1910,808,'Apple Orchard','At least twenty Apple Tree's here. Be careful in a lightning storm, a lot of metallic objects lying around.',97.54296875,-133.23828125,0,0,0,'2017-03-15 23:39:30'); +INSERT INTO `marker` VALUES (3344,1901,NULL,2,1916,810,'','',154.9609375,-88.0859375,0,0,0,'2017-03-16 00:15:15'); +INSERT INTO `marker` VALUES (3345,1901,NULL,2,1901,811,'','',201.1875,-69.1875,0,0,0,'2017-03-16 00:16:37'); +INSERT INTO `marker` VALUES (3346,1901,NULL,2,1916,810,'','',157.1640625,-90.5,0,0,0,'2017-03-16 00:25:10'); +INSERT INTO `marker` VALUES (3347,1901,NULL,2,1927,813,'Got it','Got it',138.96875,-134.84375,0,0,0,'2017-03-16 00:31:34'); +INSERT INTO `marker` VALUES (3348,1901,NULL,2,1901,815,'ok','',123.96875,-126.46875,0,0,0,'2017-03-16 00:40:53'); +INSERT INTO `marker` VALUES (3349,1901,NULL,2,1910,92,'Chest on Pillar','',127.40625,-155.171875,0,0,0,'2017-03-16 00:49:42'); +INSERT INTO `marker` VALUES (3350,1901,NULL,2,1904,92,'Chest with bows','',128.73828125,-152.33203125,0,0,0,'2017-03-16 01:08:21'); +INSERT INTO `marker` VALUES (3351,1901,NULL,2,1901,818,'','',203.0625,-76.1875,0,0,0,'2017-03-16 01:19:11'); +INSERT INTO `marker` VALUES (3352,1901,NULL,2,1933,818,'Molduga','',71.0625,-185.2265625,0,0,0,'2017-03-16 01:26:28'); +INSERT INTO `marker` VALUES (3353,1901,NULL,2,1933,818,'Molduga','',63.390625,-187.203125,0,0,0,'2017-03-16 01:27:03'); +INSERT INTO `marker` VALUES (3354,1901,NULL,2,1933,818,'Molduga','',56.4375,-177.46875,0,0,0,'2017-03-16 01:27:20'); +INSERT INTO `marker` VALUES (3355,1901,NULL,2,1933,818,'Molduga','',53.78125,-171.75,0,0,0,'2017-03-16 01:27:44'); +INSERT INTO `marker` VALUES (3356,1901,NULL,2,1934,822,'Slumbering Power (#9)','',186.52734375,-86.390625,0,1,0,'2017-03-16 03:04:49'); +INSERT INTO `marker` VALUES (3357,1901,NULL,2,1930,822,'Lynel','',185.484375,-82.234375,0,0,0,'2017-03-16 03:06:53'); +INSERT INTO `marker` VALUES (3358,1901,NULL,2,1903,828,'Great Thunderblade','',68.15234375,-107.31640625,0,0,0,'2017-03-16 03:51:40'); +INSERT INTO `marker` VALUES (3359,1901,NULL,2,1901,829,'Done','dONE',156.75,-141.921875,0,0,0,'2017-03-16 04:38:06'); +INSERT INTO `marker` VALUES (3363,1901,NULL,2,1936,833,'Cracked Walls had a treasure chest inside','',157.3671875,-155.796875,0,0,0,'2017-03-16 05:15:09'); +INSERT INTO `marker` VALUES (3365,1901,NULL,2,1910,833,'Treasure chest','Under the water',156.60546875,-151.62890625,0,0,0,'2017-03-16 05:17:07'); +INSERT INTO `marker` VALUES (3366,1901,NULL,2,1933,834,'Stone Talus','',133.9296875,-157.6015625,0,0,0,'2017-03-16 05:23:24'); +INSERT INTO `marker` VALUES (3367,1901,NULL,2,1916,835,'finished','',187.265625,-184.5625,0,0,0,'2017-03-16 05:50:12'); +INSERT INTO `marker` VALUES (3368,1901,NULL,2,1903,845,'Silver Longsword','Behind the Shrine.',179.9765625,-119.921875,0,1,0,'2017-03-16 10:38:43'); +INSERT INTO `marker` VALUES (3369,1901,NULL,2,1901,847,'','',120.375,-96.1875,0,0,0,'2017-03-16 11:20:01'); +INSERT INTO `marker` VALUES (3370,1901,NULL,2,1901,846,'Found','Found flashback and Korok Seed',111.140625,-107.9765625,0,1,0,'2017-03-16 11:29:50'); +INSERT INTO `marker` VALUES (3371,1901,NULL,2,1916,846,'Done!','',108.84375,-103.359375,0,0,0,'2017-03-16 11:32:22'); +INSERT INTO `marker` VALUES (3372,1901,NULL,2,1934,849,'','The 9th Memorie is located here',186.765625,-86.1875,0,0,0,'2017-03-16 11:49:42'); +INSERT INTO `marker` VALUES (3373,1901,NULL,2,1933,854,'Stalhinox','Skeleton awakes at night.',93.2734375,-137.078125,0,0,0,'2017-03-16 14:24:31'); +INSERT INTO `marker` VALUES (3374,1901,NULL,2,1933,854,'Iwarock','I don't know which sort of Iwarok, sorry.',83.0078125,-123.390625,0,0,0,'2017-03-16 14:25:57'); +INSERT INTO `marker` VALUES (3375,1901,NULL,2,1902,854,'Treasure Hoard','Move the rocks away with stasis.',69.046875,-154.484375,0,0,0,'2017-03-16 14:35:49'); +INSERT INTO `marker` VALUES (3376,1901,NULL,2,1901,857,'Arrow Farm','',100.84375,-113.0625,0,0,0,'2017-03-16 15:16:39'); +INSERT INTO `marker` VALUES (3377,1901,NULL,2,1914,860,'','',115.7109375,-163.14453125,0,0,0,'2017-03-16 15:40:43'); +INSERT INTO `marker` VALUES (3378,1901,NULL,2,1930,867,'Lynel (White Maned)','',142.53125,-70.671875,0,0,0,'2017-03-16 16:37:09'); +INSERT INTO `marker` VALUES (3379,1901,NULL,2,1901,870,'X','X',59.171875,-68.96875,0,0,0,'2017-03-16 17:10:57'); +INSERT INTO `marker` VALUES (3380,1901,NULL,2,1931,868,'','',113.1328125,-158.5546875,0,0,0,'2017-03-16 17:58:28'); +INSERT INTO `marker` VALUES (3381,1901,NULL,2,1936,868,'','',114.6484375,-157.78125,0,0,0,'2017-03-16 18:04:34'); +INSERT INTO `marker` VALUES (3382,1901,NULL,2,1906,868,'Hylia Trousers','',116.46875,-157.125,0,0,0,'2017-03-16 18:07:12'); +INSERT INTO `marker` VALUES (3383,1901,NULL,2,1926,876,'Divine Beast: Vah Medoh','The Divine Beast of the Rito ',67.734375,-92.23046875,0,1,0,'2017-03-16 18:40:02'); +INSERT INTO `marker` VALUES (3384,1901,NULL,2,1901,878,'','',115.1328125,-152.1484375,0,0,0,'2017-03-16 18:43:53'); +INSERT INTO `marker` VALUES (3385,1901,NULL,2,1910,880,'Chest','',134.671875,-145.734375,0,0,0,'2017-03-16 19:34:48'); +INSERT INTO `marker` VALUES (3386,1901,NULL,2,1931,880,'Bokoblin Camp','',136.015625,-150.59375,0,0,0,'2017-03-16 19:37:22'); +INSERT INTO `marker` VALUES (3387,1901,NULL,2,1910,881,'Gold Rupee','In chest under water. Use Magnesis.',192.796875,-186.265625,0,0,0,'2017-03-16 19:41:26'); +INSERT INTO `marker` VALUES (3388,1901,NULL,2,1910,881,'Gold Rupee','In chest under water. Use Magnesis.',194.359375,-180.265625,0,0,0,'2017-03-16 19:41:42'); +INSERT INTO `marker` VALUES (3389,1901,NULL,2,1910,881,'Silver Rupee','In chest under water. Use Magnesis.',201.40625,-176.484375,0,0,0,'2017-03-16 19:41:57'); +INSERT INTO `marker` VALUES (3390,1901,NULL,2,1930,675,'Hinox','Eldest Hinox',165.65625,-171.484375,0,0,0,'2017-03-16 19:42:47'); +INSERT INTO `marker` VALUES (3391,1901,NULL,2,1930,675,'Youngest Hinox','3 of 3 holding orb for shrine',171.265625,-170.421875,0,0,0,'2017-03-16 19:43:32'); +INSERT INTO `marker` VALUES (3392,1901,NULL,2,1930,675,'Hinox','2 of 3 holding a orb for the shrine',170.078125,-174.234375,0,0,0,'2017-03-16 19:44:06'); +INSERT INTO `marker` VALUES (3393,1901,NULL,2,1933,675,'Stone Talus','',133.640625,-158.15625,0,0,0,'2017-03-16 19:46:08'); +INSERT INTO `marker` VALUES (3394,1901,NULL,2,1930,880,'Lynel','',101.46875,-72.375,0,0,0,'2017-03-16 19:54:10'); +INSERT INTO `marker` VALUES (3395,1901,NULL,2,1933,579,'White Lynel','',147.1953125,-69.2109375,0,0,0,'2017-03-16 21:00:54'); +INSERT INTO `marker` VALUES (3396,1901,NULL,2,1936,880,'Chest- Silver Rupee','',63.39453125,-69.71875,0,0,0,'2017-03-16 21:20:10'); +INSERT INTO `marker` VALUES (3397,1901,NULL,2,1933,266,'Stone Talus','',125.25,-155.7109375,0,0,0,'2017-03-16 21:45:44'); +INSERT INTO `marker` VALUES (3398,1901,NULL,2,1910,266,'Chest on a Pillar','',127.703125,-154.984375,0,0,0,'2017-03-16 21:48:42'); +INSERT INTO `marker` VALUES (3399,1901,NULL,2,1933,892,'Stone Talus','',179.1796875,-181.3828125,0,0,0,'2017-03-16 22:00:27'); +INSERT INTO `marker` VALUES (3400,1901,NULL,2,1926,891,'Divine Beast Vah Rudania','',167.6484375,-87.296875,0,0,0,'2017-03-16 22:00:34'); +INSERT INTO `marker` VALUES (3401,1901,NULL,2,1930,896,'STONE TALUS','STONE TALUS',150.890625,-148.796875,0,0,0,'2017-03-16 22:17:44'); +INSERT INTO `marker` VALUES (3402,1901,NULL,2,1930,896,'STONE TALUS','STONE TALUS',178.390625,-157.3359375,0,0,0,'2017-03-16 22:18:25'); +INSERT INTO `marker` VALUES (3403,1901,NULL,2,1903,897,'Sledghammer','',84.56640625,-162.80078125,0,0,0,'2017-03-16 22:28:08'); +INSERT INTO `marker` VALUES (3404,1901,NULL,2,1933,760,'Frost Talus','This Frost Talus has his rock on the back, making him hard to take down, I suggest bomb Arrows.',72.41015625,-152.390625,0,0,0,'2017-03-16 23:41:30'); +INSERT INTO `marker` VALUES (3405,1901,NULL,2,1931,760,'Various Enemy Camp','',80.265625,-153.03125,0,0,0,'2017-03-17 00:07:10'); +INSERT INTO `marker` VALUES (3406,1901,NULL,2,1933,760,'Blue-Maned Lynel','Small Battleground means close quarters',80.125,-144.4375,0,0,0,'2017-03-17 00:13:51'); +INSERT INTO `marker` VALUES (3407,1901,NULL,2,1933,760,'White-maned Lynel','Powerful Beast',65.2265625,-141.78125,0,0,0,'2017-03-17 00:47:50'); +INSERT INTO `marker` VALUES (3408,1901,NULL,2,1901,903,'Great Thunderblade','2-handed electric sword, respawns here on blood moon',68.12890625,-107.3125,0,1,0,'2017-03-17 01:13:07'); +INSERT INTO `marker` VALUES (3409,1901,NULL,2,1915,880,'Rare Ore Deposit','',73.79296875,-72.80859375,0,0,0,'2017-03-17 01:16:12'); +INSERT INTO `marker` VALUES (3410,1901,NULL,2,1906,903,'Climber's Bandana','',147.8828125,-156.7890625,0,1,0,'2017-03-17 01:16:34'); +INSERT INTO `marker` VALUES (3411,1901,NULL,2,1906,903,'Zora Helm','',182.1796875,-114.15625,0,1,0,'2017-03-17 01:18:13'); +INSERT INTO `marker` VALUES (3412,1901,NULL,2,1903,903,'Great Thunderblade','',68.1171875,-107.30859375,0,1,0,'2017-03-17 01:19:51'); +INSERT INTO `marker` VALUES (3413,1901,NULL,2,1904,880,'Chest- Shock Arrow x5','',140.34375,-180.25,0,0,0,'2017-03-17 03:46:02'); +INSERT INTO `marker` VALUES (3414,1901,NULL,2,1915,880,'Chest- Amber','',139.0390625,-178.7734375,0,0,0,'2017-03-17 03:49:35'); +INSERT INTO `marker` VALUES (3415,1901,NULL,2,1904,880,'Chest- Phrenic Bow','',141.53125,-180.140625,0,0,0,'2017-03-17 03:52:20'); +INSERT INTO `marker` VALUES (3416,1901,NULL,2,1901,920,'','',118.046875,-122.625,0,0,0,'2017-03-17 04:19:40'); +INSERT INTO `marker` VALUES (3417,1901,NULL,2,1933,921,'Lynel','',107.3203125,-71.921875,0,0,0,'2017-03-17 04:46:50'); +INSERT INTO `marker` VALUES (3418,1901,NULL,2,1933,921,'Lynel','',96.34375,-71.0234375,0,0,0,'2017-03-17 04:47:19'); +INSERT INTO `marker` VALUES (3419,1901,NULL,2,1933,921,'Molduga','',68.984375,-185.140625,0,0,0,'2017-03-17 05:02:29'); +INSERT INTO `marker` VALUES (3420,1901,NULL,2,1933,921,'Molduga','',53.0625,-171.75,0,0,0,'2017-03-17 05:02:46'); +INSERT INTO `marker` VALUES (3421,1901,NULL,2,1933,925,'Stone Talus','',125.0625,-155.4375,0,0,0,'2017-03-17 07:04:36'); +INSERT INTO `marker` VALUES (3422,1901,NULL,2,1933,925,'Molduga','',63.015625,-187.2578125,0,0,0,'2017-03-17 07:08:00'); +INSERT INTO `marker` VALUES (3423,1901,NULL,2,1933,925,'Molduga','',68.5625,-184.0390625,0,0,0,'2017-03-17 07:08:29'); +INSERT INTO `marker` VALUES (3424,1901,NULL,2,1933,925,'Molduga','',57.8125,-177.4296875,0,0,0,'2017-03-17 07:09:01'); +INSERT INTO `marker` VALUES (3425,1901,NULL,2,1933,553,'Lynel','',185.46875,-82.375,0,0,0,'2017-03-17 07:09:21'); +INSERT INTO `marker` VALUES (3426,1901,NULL,2,1933,925,'Molduga','',53.0859375,-171.46875,0,0,0,'2017-03-17 07:09:38'); +INSERT INTO `marker` VALUES (3427,1901,NULL,2,1933,553,'Lynel','',188.1875,-77.15625,0,0,0,'2017-03-17 07:09:51'); +INSERT INTO `marker` VALUES (3428,1901,NULL,2,1933,553,'Lynel','',131.59375,-71.0625,0,0,0,'2017-03-17 07:10:19'); +INSERT INTO `marker` VALUES (3429,1901,NULL,2,1933,553,'Lynel','',148.4375,-69.3125,0,0,0,'2017-03-17 07:10:54'); +INSERT INTO `marker` VALUES (3430,1901,NULL,2,1933,553,'Lynel','',122.03125,-79.40625,0,0,0,'2017-03-17 07:11:16'); +INSERT INTO `marker` VALUES (3431,1901,NULL,2,1901,925,'Fang and Bone Shop','',65.11328125,-170.34375,0,0,0,'2017-03-17 07:11:27'); +INSERT INTO `marker` VALUES (3432,1901,NULL,2,1901,553,'Igneo Talus','',161.40625,-81.0625,0,0,0,'2017-03-17 07:11:55'); +INSERT INTO `marker` VALUES (3433,1901,NULL,2,1901,553,'Igneo Talus','',161.40625,-81.0625,0,0,0,'2017-03-17 07:11:55'); +INSERT INTO `marker` VALUES (3434,1901,NULL,2,1933,553,'Igneo Talus','',165.0078125,-96.7734375,0,0,0,'2017-03-17 07:12:36'); +INSERT INTO `marker` VALUES (3435,1901,NULL,2,1933,553,'Igneo Talus','',161.4453125,-93.921875,0,0,0,'2017-03-17 07:12:54'); +INSERT INTO `marker` VALUES (3436,1901,NULL,2,1933,553,'Igneo Talus','',156.09375,-100.75,0,0,0,'2017-03-17 07:13:22'); +INSERT INTO `marker` VALUES (3437,1901,NULL,2,1933,553,'Stone Talus','',125.3125,-155.734375,0,0,0,'2017-03-17 07:14:28'); +INSERT INTO `marker` VALUES (3438,1901,NULL,2,1933,553,'Stone Talus','',133.484375,-157.890625,0,0,0,'2017-03-17 07:14:52'); +INSERT INTO `marker` VALUES (3439,1901,NULL,2,1933,553,'Stone Talus','',139.21875,-151.09375,0,0,0,'2017-03-17 07:15:11'); +INSERT INTO `marker` VALUES (3440,1901,NULL,2,1933,553,'Stone Talus','',150.828125,-148.75,0,0,0,'2017-03-17 07:15:42'); +INSERT INTO `marker` VALUES (3441,1901,NULL,2,1933,553,'Stone Talus','',178.1796875,-157.890625,0,0,0,'2017-03-17 07:16:35'); +INSERT INTO `marker` VALUES (3442,1901,NULL,2,1933,553,'Molduga','',70.5625,-185.6875,0,0,0,'2017-03-17 07:18:31'); +INSERT INTO `marker` VALUES (3443,1901,NULL,2,1933,553,'Molduga','',61.60546875,-187.43359375,0,0,0,'2017-03-17 07:19:44'); +INSERT INTO `marker` VALUES (3444,1901,NULL,2,1933,553,'Molduga','',57.5,-179.5625,0,0,0,'2017-03-17 07:20:14'); +INSERT INTO `marker` VALUES (3445,1901,NULL,2,1933,553,'Molduga','',53.171875,-171.5703125,0,0,0,'2017-03-17 07:20:39'); +INSERT INTO `marker` VALUES (3446,1901,NULL,2,1933,553,'Molduga','',53.171875,-171.5703125,0,0,0,'2017-03-17 07:20:39'); +INSERT INTO `marker` VALUES (3447,1901,NULL,2,1933,553,'Lynel','',116.1875,-186,0,0,0,'2017-03-17 07:21:20'); +INSERT INTO `marker` VALUES (3448,1901,NULL,2,1933,553,'Lynel','',114.09375,-177.0625,0,0,0,'2017-03-17 07:21:33'); +INSERT INTO `marker` VALUES (3449,1901,NULL,2,1933,553,'Lynel','',114.09375,-177.0625,0,0,0,'2017-03-17 07:21:33'); +INSERT INTO `marker` VALUES (3450,1901,NULL,2,1933,553,'Stalnox','',111.3359375,-187.28125,0,0,0,'2017-03-17 07:23:16'); +INSERT INTO `marker` VALUES (3451,1901,NULL,2,1933,553,'Hinox','',144.25,-182.4375,0,0,0,'2017-03-17 07:25:33'); +INSERT INTO `marker` VALUES (3452,1901,NULL,2,1933,553,'Stalnox','',161.0546875,-181.609375,0,0,0,'2017-03-17 07:27:41'); +INSERT INTO `marker` VALUES (3453,1901,NULL,2,1901,553,'Hinox','',171.34375,-170.46875,0,0,0,'2017-03-17 07:29:51'); +INSERT INTO `marker` VALUES (3454,1901,NULL,2,1933,553,'Blue Hinox','',170.09375,-174.5,0,0,0,'2017-03-17 07:30:11'); +INSERT INTO `marker` VALUES (3455,1901,NULL,2,1933,553,'Black Hinox','',165.84375,-171.59375,0,0,0,'2017-03-17 07:30:27'); +INSERT INTO `marker` VALUES (3456,1901,NULL,2,1933,553,'Hinox','',177.90625,-174.765625,0,0,0,'2017-03-17 07:32:34'); +INSERT INTO `marker` VALUES (3457,1901,NULL,2,1933,553,'Stone Talus','',178.0546875,-157.7265625,0,0,0,'2017-03-17 07:33:19'); +INSERT INTO `marker` VALUES (3458,1901,NULL,2,1901,931,'rupeee farm','farm rupees',95.5625,-95.5390625,0,0,0,'2017-03-17 10:11:50'); +INSERT INTO `marker` VALUES (3459,1901,NULL,2,1901,931,'rupeee farm','farm rupees',95.5625,-95.4609375,0,1,0,'2017-03-17 10:12:50'); +INSERT INTO `marker` VALUES (3468,1901,NULL,2,1901,927,'','',126.46875,-176.8125,0,0,0,'2017-03-17 12:54:46'); +INSERT INTO `marker` VALUES (3469,1901,NULL,2,1901,927,'','2',126.578125,-176.75,0,0,0,'2017-03-17 12:55:01'); +INSERT INTO `marker` VALUES (3470,1901,NULL,2,1901,927,'1','1',126.46875,-176.9375,0,1,0,'2017-03-17 12:55:41'); +INSERT INTO `marker` VALUES (3471,1901,NULL,2,1905,858,'Forest Shield','40 - wooden sh',136.453125,-96.96875,0,0,0,'2017-03-17 13:47:28'); +INSERT INTO `marker` VALUES (3472,1901,NULL,2,1906,942,'Zoras Helm','Increase Swim Speed',182.15625,-114.21875,0,0,0,'2017-03-17 14:05:15'); +INSERT INTO `marker` VALUES (3473,1901,NULL,2,1901,943,'','',69.625,-184.5,0,0,0,'2017-03-17 14:21:45'); +INSERT INTO `marker` VALUES (3474,1901,NULL,2,1931,942,'2 Moblins and a Bokoblin','2 Moblins and a Bokoblin, 1 Chest',175.7578125,-110.265625,0,0,0,'2017-03-17 14:42:18'); +INSERT INTO `marker` VALUES (3475,1901,NULL,2,1903,854,'Royal 2-Handed','Climb up the skull on the tower.',141.75,-102.90625,0,0,0,'2017-03-17 14:46:16'); +INSERT INTO `marker` VALUES (3476,1901,NULL,2,1933,652,'Igneo Talus','',161.41015625,-80.91796875,0,0,0,'2017-03-17 14:54:18'); +INSERT INTO `marker` VALUES (3477,1901,NULL,2,1901,946,'Done','',187.421875,-184.421875,0,0,0,'2017-03-17 15:15:24'); +INSERT INTO `marker` VALUES (3478,1901,NULL,2,1910,947,'Treasures Box','3 Treasure boxes',110.71875,-161.703125,0,0,0,'2017-03-17 15:21:33'); +INSERT INTO `marker` VALUES (3479,1901,NULL,2,1906,949,'Zora Helm','Found Underwater in a chest, use Magnesis to lift it from the Water!',182.1953125,-114.140625,0,0,0,'2017-03-17 16:24:24'); +INSERT INTO `marker` VALUES (3480,1901,NULL,2,1903,951,'Great Flameblade','',110.60765624046326,-134.6105077266693,0,0,0,'2017-03-17 16:36:33'); +INSERT INTO `marker` VALUES (3481,1901,NULL,2,1926,16,'Divine Beast Vah Rudania','',167.65625,-87.4375,0,0,0,'2017-03-17 18:13:24'); +INSERT INTO `marker` VALUES (3482,1901,NULL,2,1925,953,'DONE','',185.23828125,-179.71484375,0,0,0,'2017-03-17 18:17:27'); +INSERT INTO `marker` VALUES (3483,1901,NULL,2,1933,955,'Savage Lynel','Savage Lynel, very hard, casts explosion, fire arrow x5, 4000 hp',101.4375,-72.375,0,0,0,'2017-03-17 18:26:48'); +INSERT INTO `marker` VALUES (3484,1901,NULL,2,1933,968,'molduga','',70.25,-185.03125,0,0,0,'2017-03-17 21:38:21'); +INSERT INTO `marker` VALUES (3485,1901,NULL,2,1933,925,'Frost Talus','',69.7890625,-91.2734375,0,0,0,'2017-03-17 21:57:44'); +INSERT INTO `marker` VALUES (3486,1901,NULL,2,1905,338,'Rusty Shield','',151.83984375,-124.97265625,0,0,0,'2017-03-17 22:02:03'); +INSERT INTO `marker` VALUES (3487,1901,NULL,2,1904,338,'Golden Bow','',66.625,-173.828125,0,0,0,'2017-03-17 22:44:14'); +INSERT INTO `marker` VALUES (3488,1901,NULL,2,1903,338,'Iron Sledgehammer','',68.94921875,-173.30078125,0,0,0,'2017-03-17 22:47:54'); +INSERT INTO `marker` VALUES (3489,1901,NULL,2,1903,338,'Gerudo Scimitar','',68.90625,-173.19921875,0,0,0,'2017-03-17 22:48:36'); +INSERT INTO `marker` VALUES (3490,1901,NULL,2,1933,974,'','',188.34375,-119.28125,0,0,0,'2017-03-17 22:51:11'); +INSERT INTO `marker` VALUES (3491,1901,NULL,2,1903,951,'Forest Dweller's bow','',160.33984375,-130.4375,0,0,0,'2017-03-18 00:37:02'); +INSERT INTO `marker` VALUES (3492,1901,NULL,2,1901,983,'','',59.09375,-68.90625,0,0,0,'2017-03-18 00:38:52'); +INSERT INTO `marker` VALUES (3494,1901,NULL,2,1910,981,'Silver Rupee Chest','',127.12109375,-130.30078125,0,0,0,'2017-03-18 00:41:35'); +INSERT INTO `marker` VALUES (3495,1901,NULL,2,1933,224,'Hinox(Middle Kin)','',170.125,-174.421875,0,0,0,'2017-03-18 00:46:39'); +INSERT INTO `marker` VALUES (3496,1901,NULL,2,1933,224,'Hinox','',171.25,-170.4375,0,0,0,'2017-03-18 00:49:33'); +INSERT INTO `marker` VALUES (3497,1901,NULL,2,1933,224,'Hinox(Oldest KIn)','',165.828125,-171.359375,0,0,0,'2017-03-18 00:54:33'); +INSERT INTO `marker` VALUES (3498,1901,NULL,2,1931,984,'','',101.94921875,-162.25390625,0,0,0,'2017-03-18 00:55:38'); +INSERT INTO `marker` VALUES (3499,1901,NULL,2,1934,984,'','',186.48828125,-86.4765625,0,0,0,'2017-03-18 00:56:31'); +INSERT INTO `marker` VALUES (3501,1901,NULL,2,1901,985,'','',59.21875,-69.0625,0,0,0,'2017-03-18 01:47:35'); +INSERT INTO `marker` VALUES (3502,1901,NULL,2,1910,988,'','',112.9140625,-164.71875,0,0,0,'2017-03-18 02:36:03'); +INSERT INTO `marker` VALUES (3503,1901,NULL,2,1901,991,'Pega','',74.34375,-174.59375,0,0,0,'2017-03-18 02:36:25'); +INSERT INTO `marker` VALUES (3504,1901,NULL,2,1910,988,'Waterfall Cave','',110.96875,-161.8046875,0,0,0,'2017-03-18 02:37:43'); +INSERT INTO `marker` VALUES (3505,1901,NULL,2,1933,992,'Stalnox','Shows up at night, disappears at sun up.',129.5234375,-180.734375,0,0,0,'2017-03-18 02:54:16'); +INSERT INTO `marker` VALUES (3506,1901,NULL,2,1901,992,'Blupee','',157.9140625,-142.015625,0,0,0,'2017-03-18 02:59:30'); +INSERT INTO `marker` VALUES (3507,1901,NULL,2,1903,992,'Akkala Ancient Tech Lab','Shop Ancient guardian gear.',198.60546875,-78.53125,0,0,0,'2017-03-18 03:03:49'); +INSERT INTO `marker` VALUES (3508,1901,NULL,2,1901,992,'Kilton - Fang and Bone Store','Monster parts store',178.6875,-74.328125,0,0,0,'2017-03-18 03:07:58'); +INSERT INTO `marker` VALUES (3509,1901,NULL,2,1931,992,'Enemy camp','',170.3125,-76.40625,0,0,0,'2017-03-18 03:11:06'); +INSERT INTO `marker` VALUES (3514,1901,NULL,2,1933,992,'Naydra','Free Naydra from malice. ',189.171875,-148.5,0,0,0,'2017-03-18 03:21:57'); +INSERT INTO `marker` VALUES (3515,1901,NULL,2,1933,925,'Frost Talus','',94.4375,-79.7890625,0,0,0,'2017-03-18 03:28:17'); +INSERT INTO `marker` VALUES (3516,1901,NULL,2,1901,224,'Breakable wall','',158.6796875,-175.6953125,0,0,0,'2017-03-18 03:53:34'); +INSERT INTO `marker` VALUES (3517,1901,NULL,2,1933,996,'Blue Hinox','',174.65625,-140.359375,0,0,0,'2017-03-18 04:53:06'); +INSERT INTO `marker` VALUES (3518,1901,NULL,2,1904,714,'arrowa','',204.71875,-185.7265625,0,0,0,'2017-03-18 05:01:25'); +INSERT INTO `marker` VALUES (3519,1901,NULL,2,1933,925,'Stone Talus','',93.90625,-103.5234375,0,0,0,'2017-03-18 05:06:11'); +INSERT INTO `marker` VALUES (3520,1901,NULL,2,1935,997,'The Eighth Heroine (Target)','',59.828125,-135.9375,0,0,0,'2017-03-18 07:53:36'); +INSERT INTO `marker` VALUES (3521,1901,NULL,2,1933,925,'Blue Hinox','',91.140625,-121.3125,0,0,0,'2017-03-18 08:05:03'); +INSERT INTO `marker` VALUES (3522,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',96.97265625,-118.22265625,0,0,0,'2017-03-18 08:19:29'); +INSERT INTO `marker` VALUES (3523,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',95.9140625,-120.06640625,0,0,0,'2017-03-18 08:19:46'); +INSERT INTO `marker` VALUES (3524,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',89.5859375,-123.796875,0,0,0,'2017-03-18 08:20:08'); +INSERT INTO `marker` VALUES (3525,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',80.8984375,-118.87890625,0,0,0,'2017-03-18 08:20:31'); +INSERT INTO `marker` VALUES (3526,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',68.29296875,-125.33984375,0,0,0,'2017-03-18 08:20:54'); +INSERT INTO `marker` VALUES (3527,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',71.0078125,-121.18359375,0,0,0,'2017-03-18 08:21:09'); +INSERT INTO `marker` VALUES (3528,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',70.30078125,-115.6171875,0,0,0,'2017-03-18 08:21:30'); +INSERT INTO `marker` VALUES (3529,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',57.73046875,-88.578125,0,0,0,'2017-03-18 08:22:09'); +INSERT INTO `marker` VALUES (3530,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',62.26171875,-84.5078125,0,0,0,'2017-03-18 08:22:29'); +INSERT INTO `marker` VALUES (3531,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',62.37109375,-79.25,0,0,0,'2017-03-18 08:22:43'); +INSERT INTO `marker` VALUES (3532,1901,NULL,2,1910,997,'Fire Arrows x5','',63.45703125,-143.12109375,0,0,0,'2017-03-18 08:58:43'); +INSERT INTO `marker` VALUES (3533,1901,NULL,2,1933,925,'Stalnox','',93.29296875,-137.19921875,0,0,0,'2017-03-18 09:10:11'); +INSERT INTO `marker` VALUES (3534,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',93.78515625,-136.890625,0,0,0,'2017-03-18 09:10:24'); +INSERT INTO `marker` VALUES (3535,1901,NULL,2,1933,925,'Blue Hinox','',103.95703125,-125.35546875,0,0,0,'2017-03-18 09:57:22'); +INSERT INTO `marker` VALUES (3536,1901,NULL,2,1933,1000,'Frost Talus','',79.953125,-82.625,0,0,0,'2017-03-18 11:34:27'); +INSERT INTO `marker` VALUES (3537,1901,NULL,2,1910,1004,'Tresaure chest','',106.65234375,-151.44140625,0,0,0,'2017-03-18 11:48:36'); +INSERT INTO `marker` VALUES (3538,1901,NULL,2,1910,1004,'Treasure Chest','',105.6171875,-155.1015625,0,0,0,'2017-03-18 11:54:21'); +INSERT INTO `marker` VALUES (3539,1901,NULL,2,1901,1006,'Lynel','Missing Lynel from map',82.75,-123.4921875,0,1,0,'2017-03-18 12:18:16'); +INSERT INTO `marker` VALUES (3540,1901,NULL,2,1920,1005,'Giant Horse','Giant Horse\r\n??? ???? ????? ? ????? ???? ??? ',108.71875,-169.8046875,0,1,0,'2017-03-18 12:18:48'); +INSERT INTO `marker` VALUES (3541,1901,NULL,2,1934,1005,'?????','??? ? ???? ?? ????? ??? ',123.0625,-111.0390625,0,0,0,'2017-03-18 12:22:11'); +INSERT INTO `marker` VALUES (3542,1901,NULL,2,1916,1007,'Found','',84.0859375,-61.96875,0,0,0,'2017-03-18 13:24:27'); +INSERT INTO `marker` VALUES (3543,1901,NULL,2,1901,1008,'Done','',178.46875,-172.5,0,0,0,'2017-03-18 13:49:47'); +INSERT INTO `marker` VALUES (3544,1901,NULL,2,1901,1008,'Done','',178.46875,-172.5,0,0,0,'2017-03-18 13:49:47'); +INSERT INTO `marker` VALUES (3545,1901,NULL,2,1903,1009,'Eightfold Blade','Eightfold Blade',153.671875,-143.13671875,0,1,0,'2017-03-18 14:20:34'); +INSERT INTO `marker` VALUES (3546,1901,NULL,2,1920,940,'got','',52.0859375,-187.4609375,0,0,0,'2017-03-18 15:11:25'); +INSERT INTO `marker` VALUES (3547,1901,NULL,2,1905,1016,'Hylian Shield','In the bottom of the Castle. Required to defeat a Stalnox to obtain. 90 Defence Power.',124.125,-110.84375,0,1,0,'2017-03-18 15:25:30'); +INSERT INTO `marker` VALUES (3548,1901,NULL,2,1901,1015,'','',121.2734375,-100.8671875,0,0,0,'2017-03-18 15:25:47'); +INSERT INTO `marker` VALUES (3549,1901,NULL,2,1902,1015,'a','a',121.296875,-100.875,0,0,0,'2017-03-18 15:26:11'); +INSERT INTO `marker` VALUES (3550,1901,NULL,2,1901,1015,'','',121.32421875,-100.91796875,0,1,0,'2017-03-18 15:27:29'); +INSERT INTO `marker` VALUES (3551,1901,NULL,2,1931,1018,'Enemy Camp','Closest spawn point Ketoh Wawai Shrine',138.0703125,-77.4609375,0,0,0,'2017-03-18 16:06:56'); +INSERT INTO `marker` VALUES (3552,1901,NULL,2,1901,1014,'ya','',101.6875,-156.03125,0,0,0,'2017-03-18 17:21:22'); +INSERT INTO `marker` VALUES (3553,1901,NULL,2,1933,1024,'Moldoga','',69.7177505493164,-184.74056243896484,0,0,0,'2017-03-18 17:23:48'); +INSERT INTO `marker` VALUES (3554,1901,NULL,2,1933,1024,'Muldoga','',53.06515645980835,-171.79496097564697,0,0,0,'2017-03-18 17:28:59'); +INSERT INTO `marker` VALUES (3555,1901,NULL,2,1933,1024,'Molduga','',62.8828125,-187.109375,0,0,0,'2017-03-18 17:31:38'); +INSERT INTO `marker` VALUES (3556,1901,NULL,2,1931,1024,'','',55.85886001586914,-187.43964850902557,0,0,0,'2017-03-18 17:38:29'); +INSERT INTO `marker` VALUES (3557,1901,NULL,2,1903,338,'Drillshaft','',158.44140625,-93.66015625,0,0,0,'2017-03-18 17:45:11'); +INSERT INTO `marker` VALUES (3558,1901,NULL,2,1933,769,'Lynel','',197.9375,-140.1875,0,0,0,'2017-03-18 18:38:18'); +INSERT INTO `marker` VALUES (3559,1901,NULL,2,1901,1026,'','',203.1875,-79.3125,0,0,0,'2017-03-18 18:47:07'); +INSERT INTO `marker` VALUES (3560,1901,NULL,2,1933,769,'Hinox','',197.40625,-133.59375,0,0,0,'2017-03-18 18:48:01'); +INSERT INTO `marker` VALUES (3561,1901,NULL,2,1901,1026,'','D',203.1875,-79.8125,0,0,0,'2017-03-18 18:49:33'); +INSERT INTO `marker` VALUES (3562,1901,NULL,2,1933,769,'Lynel','',188.1875,-119.0625,0,0,0,'2017-03-18 18:49:36'); +INSERT INTO `marker` VALUES (3563,1901,NULL,2,1933,769,'Hinox','',173.6875,-123.375,0,0,0,'2017-03-18 18:51:52'); +INSERT INTO `marker` VALUES (3564,1901,NULL,2,1933,769,'Hinox','',179.25390625,-108.30859375,0,0,0,'2017-03-18 18:54:04'); +INSERT INTO `marker` VALUES (3565,1901,NULL,2,1933,769,'Igneo Talus','',164.890625,-96.78125,0,0,0,'2017-03-18 18:57:51'); +INSERT INTO `marker` VALUES (3566,1901,NULL,2,1933,1030,'Molduga','',69.875,-184.53125,0,1,0,'2017-03-18 20:22:46'); +INSERT INTO `marker` VALUES (3567,1901,NULL,2,1933,1030,'Molduga','',62.953125,-186.84375,0,1,0,'2017-03-18 20:23:23'); +INSERT INTO `marker` VALUES (3568,1901,NULL,2,1933,1030,'Molduga','',55.921875,-178.046875,0,1,0,'2017-03-18 20:24:30'); +INSERT INTO `marker` VALUES (3569,1901,NULL,2,1933,1030,'Molduga','',53.12109375,-171.75,0,0,0,'2017-03-18 20:25:21'); +INSERT INTO `marker` VALUES (3570,1901,NULL,2,1933,1030,'Lynel','',65.171875,-141.59375,0,1,0,'2017-03-18 20:27:07'); +INSERT INTO `marker` VALUES (3571,1901,NULL,2,1933,1030,'Stone Talus (Rare)','',115.890625,-115.59375,0,1,0,'2017-03-18 20:32:08'); +INSERT INTO `marker` VALUES (3572,1901,NULL,2,1933,1030,'Lynel','',121.796875,-79.03125,0,1,0,'2017-03-18 20:33:04'); +INSERT INTO `marker` VALUES (3573,1901,NULL,2,1933,1030,'Hinox','',133.203125,-79.03125,0,1,0,'2017-03-18 20:33:31'); +INSERT INTO `marker` VALUES (3574,1901,NULL,2,1933,1030,'Lynel','',147.5,-69.21875,0,1,0,'2017-03-18 20:34:11'); +INSERT INTO `marker` VALUES (3575,1901,NULL,2,1933,1030,'Stalnox','',93.296875,-137.078125,0,1,0,'2017-03-18 20:34:50'); +INSERT INTO `marker` VALUES (3576,1901,NULL,2,1933,1030,'Stalnox','',160.8984375,-181.66796875,0,1,0,'2017-03-18 20:35:27'); +INSERT INTO `marker` VALUES (3577,1901,NULL,2,1933,1030,'Stone Talus','',177.90625,-157.8125,0,1,0,'2017-03-18 20:37:07'); +INSERT INTO `marker` VALUES (3578,1901,NULL,2,1933,1030,'Igneo Talus','',155.90625,-100.4609375,0,1,0,'2017-03-18 20:37:53'); +INSERT INTO `marker` VALUES (3579,1901,NULL,2,1903,1030,'Royal Claymore','',141.6953125,-102.8203125,0,1,0,'2017-03-18 20:49:37'); +INSERT INTO `marker` VALUES (3580,1901,NULL,2,1903,1030,'Great Flameblade','',153.04296875,-70.97265625,0,1,0,'2017-03-18 20:51:34'); +INSERT INTO `marker` VALUES (3581,1901,NULL,2,1933,925,'Black Hinox','',57.2265625,-86.125,0,0,0,'2017-03-18 20:51:50'); +INSERT INTO `marker` VALUES (3582,1901,NULL,2,1933,1030,'Hinox','',148.9296875,-169.09375,0,1,0,'2017-03-18 20:58:46'); +INSERT INTO `marker` VALUES (3583,1901,NULL,2,1933,925,'Stone Talus','',76.91796875,-111.45703125,0,0,0,'2017-03-18 21:05:05'); +INSERT INTO `marker` VALUES (3584,1901,NULL,2,1933,925,'Stone Talus','',78.95703125,-128.96875,0,0,0,'2017-03-18 21:12:45'); +INSERT INTO `marker` VALUES (3585,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',100.06640625,-122.0859375,0,0,0,'2017-03-18 21:21:28'); +INSERT INTO `marker` VALUES (3586,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',109.53515625,-124.16796875,0,0,0,'2017-03-18 21:27:28'); +INSERT INTO `marker` VALUES (3587,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',112.55078125,-119.53125,0,0,0,'2017-03-18 21:39:19'); +INSERT INTO `marker` VALUES (3588,1901,NULL,2,1901,1039,'','',115.97265625,-152.5703125,0,0,0,'2017-03-18 22:03:19'); +INSERT INTO `marker` VALUES (3589,1901,NULL,2,1901,1039,'Done','',115.95703125,-152.5859375,0,0,0,'2017-03-18 22:03:48'); +INSERT INTO `marker` VALUES (3590,1901,NULL,2,1901,1039,'dasdasdas','',115.9609375,-152.56640625,0,0,0,'2017-03-18 22:04:01'); +INSERT INTO `marker` VALUES (3591,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',108.6875,-110.859375,0,0,0,'2017-03-18 22:08:34'); +INSERT INTO `marker` VALUES (3592,1901,NULL,2,1905,338,'Wooden Shield','Tarrey Town',190.5703125,-102.44921875,0,0,0,'2017-03-18 22:14:27'); +INSERT INTO `marker` VALUES (3593,1901,NULL,2,1933,1024,'Lynel','',79.51374244689941,-144.76463282108307,0,0,0,'2017-03-18 22:32:42'); +INSERT INTO `marker` VALUES (3594,1901,NULL,2,1933,1024,'','',83.24681234359741,-147.7198829650879,0,0,0,'2017-03-18 22:32:59'); +INSERT INTO `marker` VALUES (3595,1901,NULL,2,1933,1043,'Lynel','',115.1875,-178.609375,0,0,0,'2017-03-18 23:51:25'); +INSERT INTO `marker` VALUES (3596,1901,NULL,2,1933,1043,'Lynel','',115.5,-183.109375,0,1,0,'2017-03-18 23:51:42'); +INSERT INTO `marker` VALUES (3597,1901,NULL,2,1901,1046,'','',104.625,-158,0,0,0,'2017-03-19 00:22:31'); +INSERT INTO `marker` VALUES (3598,1901,NULL,2,1901,1048,'Great Flameblade','Inside the Labyrinth, behind the burnable thorns.',200.58203125,-70.21875,0,1,0,'2017-03-19 00:42:39'); +INSERT INTO `marker` VALUES (3599,1901,NULL,2,1902,1048,'Barbarian Help','Inside the Shrine',200.7265625,-70.0390625,0,0,0,'2017-03-19 00:45:05'); +INSERT INTO `marker` VALUES (3600,1901,NULL,2,1901,1050,'','',112.1875,-159,0,0,0,'2017-03-19 02:00:51'); +INSERT INTO `marker` VALUES (3601,1901,NULL,2,1901,1053,'','',139.28125,-134.96875,0,0,0,'2017-03-19 02:03:31'); +INSERT INTO `marker` VALUES (3602,1901,NULL,2,1901,1056,'','',74.40625,-73.09375,0,0,0,'2017-03-19 02:09:16'); +INSERT INTO `marker` VALUES (3603,1901,NULL,2,1901,1057,'','',117.8125,-122.8125,0,0,0,'2017-03-19 02:10:52'); +INSERT INTO `marker` VALUES (3604,1901,NULL,2,1931,1024,'','',58.62103080749512,-76.59490728378296,0,0,0,'2017-03-19 02:11:14'); +INSERT INTO `marker` VALUES (3605,1901,NULL,2,1901,880,'Cooking Pot','',113.609375,-154.125,0,0,0,'2017-03-19 02:52:16'); +INSERT INTO `marker` VALUES (3606,1901,NULL,2,1933,769,'Lynel','',184.9375,-81.71875,0,0,0,'2017-03-19 02:57:19'); +INSERT INTO `marker` VALUES (3607,1901,NULL,2,1936,1024,'','',63.36364459991455,-69.67440629005432,0,0,0,'2017-03-19 03:18:28'); +INSERT INTO `marker` VALUES (3608,1901,NULL,2,1901,247,'stable','stable',133.75,-145.3125,0,0,0,'2017-03-19 04:08:40'); +INSERT INTO `marker` VALUES (3609,1901,NULL,2,1933,1062,'Hinox','',109.75,-130.03125,0,0,0,'2017-03-19 04:29:59'); +INSERT INTO `marker` VALUES (3610,1901,NULL,2,1901,1063,'','',58.71875,-68.65625,0,0,0,'2017-03-19 04:39:06'); +INSERT INTO `marker` VALUES (3611,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',164.3671875,-104.796875,0,0,0,'2017-03-19 04:39:26'); +INSERT INTO `marker` VALUES (3614,1901,NULL,2,1901,652,'','',200.6875,-70.125,0,0,0,'2017-03-19 04:50:01'); +INSERT INTO `marker` VALUES (3615,1901,NULL,2,1933,925,'Black Hinox','',173.453125,-72.265625,0,0,0,'2017-03-19 06:14:11'); +INSERT INTO `marker` VALUES (3616,1901,NULL,2,1933,925,'Black Hinox','',182.5546875,-75.8828125,0,0,0,'2017-03-19 06:46:00'); +INSERT INTO `marker` VALUES (3617,1901,NULL,2,1901,880,'Cooking Pot','',169.953125,-73.78515625,0,0,0,'2017-03-19 06:52:02'); +INSERT INTO `marker` VALUES (3618,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',191.5703125,-89.5390625,0,0,0,'2017-03-19 07:06:29'); +INSERT INTO `marker` VALUES (3619,1901,NULL,2,1913,922,'Endura Carrots','',92.12890625,-136.14453125,0,0,0,'2017-03-19 07:06:43'); +INSERT INTO `marker` VALUES (3620,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',194.46875,-78.96875,0,0,0,'2017-03-19 07:25:56'); +INSERT INTO `marker` VALUES (3621,1901,NULL,2,1936,922,'Cracked Rocks','Chest, forgot what was inside. :(',96.296875,-135.953125,0,0,0,'2017-03-19 07:45:41'); +INSERT INTO `marker` VALUES (3622,1901,NULL,2,1913,922,'Spicy Peppers','',95.1484375,-136.5,0,0,0,'2017-03-19 07:47:26'); +INSERT INTO `marker` VALUES (3623,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',195.9453125,-104.5703125,0,0,0,'2017-03-19 07:56:21'); +INSERT INTO `marker` VALUES (3624,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',196.47265625,-103.78515625,0,0,0,'2017-03-19 07:59:43'); +INSERT INTO `marker` VALUES (3625,1901,NULL,2,1931,922,'Bokoblin Camp','',107.953125,-119.68359375,0,0,0,'2017-03-19 08:03:25'); +INSERT INTO `marker` VALUES (3626,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',200.921875,-107.82421875,0,0,0,'2017-03-19 08:13:58'); +INSERT INTO `marker` VALUES (3627,1901,NULL,2,1933,925,'Blue Hinox','',179.18359375,-108.22265625,0,0,0,'2017-03-19 08:48:05'); +INSERT INTO `marker` VALUES (3628,1901,NULL,2,1901,655,'Complete','',170.15625,-148.859375,0,0,0,'2017-03-19 09:19:38'); +INSERT INTO `marker` VALUES (3629,1901,NULL,2,1901,1078,'done','',101.4375,-154.484375,0,0,0,'2017-03-19 10:58:14'); +INSERT INTO `marker` VALUES (3630,1901,NULL,2,1901,1079,'','',120.46875,-96.0078125,0,0,0,'2017-03-19 11:02:08'); +INSERT INTO `marker` VALUES (3631,1901,NULL,2,1934,1081,'Memory','',186.5625,-86.40625,0,0,0,'2017-03-19 13:18:31'); +INSERT INTO `marker` VALUES (3632,1901,NULL,2,1901,1082,'','',118.40625,-165.1875,0,0,0,'2017-03-19 13:52:00'); +INSERT INTO `marker` VALUES (3633,1901,NULL,2,1933,1084,'Lynel','',185.8984375,-116.609375,0,0,0,'2017-03-19 14:18:09'); +INSERT INTO `marker` VALUES (3634,1901,NULL,2,1933,1084,'Blue Hinox','',158.734375,-129.4921875,0,0,0,'2017-03-19 14:19:11'); +INSERT INTO `marker` VALUES (3635,1901,NULL,2,1933,1088,'','',53.171875,-171.703125,0,0,0,'2017-03-19 15:09:47'); +INSERT INTO `marker` VALUES (3636,1901,NULL,2,1916,1089,'Korok Seed','Melt block of ice.',104.4609375,-158.0078125,0,0,0,'2017-03-19 15:15:45'); +INSERT INTO `marker` VALUES (3637,1901,NULL,2,1933,1090,'Talus','u',115.90625,-115.515625,0,1,0,'2017-03-19 15:25:08'); +INSERT INTO `marker` VALUES (3638,1901,NULL,2,1901,1091,'','',187.21875,-184.625,0,0,0,'2017-03-19 15:48:27'); +INSERT INTO `marker` VALUES (3639,1901,NULL,2,1901,652,'','',65.5,-69,0,0,0,'2017-03-19 16:46:32'); +INSERT INTO `marker` VALUES (3640,1901,NULL,2,1934,1088,'Father and Daughter (Recovered Memory #12)','',122.375,-112.4453125,0,0,0,'2017-03-19 16:57:29'); +INSERT INTO `marker` VALUES (3641,1901,NULL,2,1933,1096,'Lynel','White-Maned Lynel',149.078125,-69.0234375,0,1,0,'2017-03-19 18:36:20'); +INSERT INTO `marker` VALUES (3642,1901,NULL,2,1933,1096,'Lynel','Silver Lynel',99.875,-73.28125,0,1,0,'2017-03-19 19:02:20'); +INSERT INTO `marker` VALUES (3643,1901,NULL,2,1933,1096,'Lynel','Silver Lynel',106.875,-72.4375,0,0,0,'2017-03-19 19:20:05'); +INSERT INTO `marker` VALUES (3644,1901,NULL,2,1901,1089,'Kara Kara Bazaar','',77.5625,-167.890625,0,0,0,'2017-03-19 19:36:38'); +INSERT INTO `marker` VALUES (3645,1901,NULL,2,1901,1101,'','',169.625,-73.9375,0,0,0,'2017-03-19 19:53:50'); +INSERT INTO `marker` VALUES (3646,1901,NULL,2,1901,1102,'','Done\r\n',115.09375,-152.171875,0,0,0,'2017-03-19 19:57:11'); +INSERT INTO `marker` VALUES (3647,1901,NULL,2,1933,1096,'Hinox','Blue Hinox',183.19140625,-133.77734375,0,1,0,'2017-03-19 20:19:33'); +INSERT INTO `marker` VALUES (3648,1901,NULL,2,1931,1096,'Enemy Camp','Lyzal Camp',184.5,-133.1015625,0,0,0,'2017-03-19 20:26:54'); +INSERT INTO `marker` VALUES (3649,1901,NULL,2,1906,1088,'Ancient Armor Set','',198.5703125,-78.5703125,0,0,0,'2017-03-19 20:35:06'); +INSERT INTO `marker` VALUES (3650,1901,NULL,2,1901,1096,'Chest','Star Fragment',193.94921875,-125.6875,0,0,0,'2017-03-19 20:46:28'); +INSERT INTO `marker` VALUES (3651,1901,NULL,2,1901,1047,',',',',101.71466636657715,-68.85429096221924,0,0,0,'2017-03-19 20:47:25'); +INSERT INTO `marker` VALUES (3652,1901,NULL,2,1913,1106,'Apples','Lots of apples',136.25,-124.09375,0,0,0,'2017-03-19 21:16:06'); +INSERT INTO `marker` VALUES (3653,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',191.78515625,-121.40234375,0,0,0,'2017-03-19 21:25:46'); +INSERT INTO `marker` VALUES (3654,1901,NULL,2,1933,925,'Blue Hinox','',174.8515625,-140.46875,0,0,0,'2017-03-19 21:50:08'); +INSERT INTO `marker` VALUES (3655,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',182.890625,-136.140625,0,0,0,'2017-03-19 21:53:58'); +INSERT INTO `marker` VALUES (3656,1901,NULL,2,1916,1110,'Korok Seed','Catch the sparkling, fairy-like Korok',148.7109375,-175.0078125,0,0,0,'2017-03-19 22:25:03'); +INSERT INTO `marker` VALUES (3657,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',174.65625,-125.23828125,0,0,0,'2017-03-19 22:28:49'); +INSERT INTO `marker` VALUES (3658,1901,NULL,2,1903,258,'Royal Claymore (52 damage)','Sword is sticking out of the skull on top of the tower. You have to climb around to get it.',142.3125,-102.625,0,0,0,'2017-03-19 22:29:55'); +INSERT INTO `marker` VALUES (3659,1901,NULL,2,1916,1110,'Korok Seed','Stand on stump and go through ring at the top of the waterfall.',155.78125,-175.75,0,0,0,'2017-03-19 22:32:34'); +INSERT INTO `marker` VALUES (3660,1901,NULL,2,1916,1110,'Korok Seed','Use magnesis to place the rock on the chain in the center of the stone square.',155.74609375,-173.8671875,0,0,0,'2017-03-19 22:35:20'); +INSERT INTO `marker` VALUES (3661,1901,NULL,2,1933,747,'Igneo Talus','',155.85546875,-100.2109375,0,0,0,'2017-03-19 22:41:33'); +INSERT INTO `marker` VALUES (3662,1901,NULL,2,1903,812,'Forest Dweller's Spear','The Koroks made this spear for Hylians. The shaft is made from a light, sturdy wood, offering ease of use. The spearhead is made from a much harder wood, offering strength.',139.390625,-97.8359375,0,0,0,'2017-03-19 22:51:55'); +INSERT INTO `marker` VALUES (3663,1901,NULL,2,1901,1112,'','',106.78125,-154.25,0,0,0,'2017-03-19 23:30:45'); +INSERT INTO `marker` VALUES (3664,1901,NULL,2,1930,1085,'Lylnel','',101.7265625,-69.8125,0,0,0,'2017-03-20 01:35:38'); +INSERT INTO `marker` VALUES (3665,1901,NULL,2,1901,1085,'Eldin Leviathan Bones','',152.8203125,-70.78125,0,0,0,'2017-03-20 01:45:41'); +INSERT INTO `marker` VALUES (3666,1901,NULL,2,1933,925,'Hinox','',158.75,-129.6171875,0,0,0,'2017-03-20 04:17:06'); +INSERT INTO `marker` VALUES (3667,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',164.0703125,-139.72265625,0,0,0,'2017-03-20 05:36:45'); +INSERT INTO `marker` VALUES (3668,1901,NULL,2,1933,1030,'Frost Talus (Rare)','',79.84765625,-82.64453125,0,1,0,'2017-03-20 05:39:45'); +INSERT INTO `marker` VALUES (3669,1901,NULL,2,1933,1030,'Black Hinox','',68.85546875,-103.63671875,0,1,0,'2017-03-20 05:41:21'); +INSERT INTO `marker` VALUES (3670,1901,NULL,2,1933,1030,'Stone Talus (Rare)','',77.2890625,-111.33203125,0,1,0,'2017-03-20 05:42:30'); +INSERT INTO `marker` VALUES (3671,1901,NULL,2,1933,1030,'Frost Talus (Rare)','',82.4453125,-148.1171875,0,1,0,'2017-03-20 05:48:23'); +INSERT INTO `marker` VALUES (3672,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',181.75,-145.1875,0,0,0,'2017-03-20 05:54:46'); +INSERT INTO `marker` VALUES (3675,1901,NULL,2,1910,1126,'Treasure Chest','',108.265625,-152.25,0,0,0,'2017-03-20 06:33:15'); +INSERT INTO `marker` VALUES (3676,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',191.72265625,-154.82421875,0,0,0,'2017-03-20 06:33:58'); +INSERT INTO `marker` VALUES (3677,1901,NULL,2,1901,1126,'Treasure Chest','',109.8515625,-148.6875,0,1,0,'2017-03-20 06:38:00'); +INSERT INTO `marker` VALUES (3678,1901,NULL,2,1934,1127,'Father's Disappointment','Zelda's study',122.0234375,-112.4609375,0,0,0,'2017-03-20 06:39:58'); +INSERT INTO `marker` VALUES (3679,1901,NULL,2,1901,925,'Start Point - Korok Seed Challenge','',180.6953125,-163.94140625,0,0,0,'2017-03-20 07:39:48'); +INSERT INTO `marker` VALUES (3680,1901,NULL,2,1933,925,'Stone Talus','',139.03125,-150.984375,0,0,0,'2017-03-20 09:11:52'); +INSERT INTO `marker` VALUES (3681,1901,NULL,2,1925,1136,'False marker','I couldn't remove the marker, but there is no shrine here, or even close enough to trigger the detector, but there is something orange in the nearby waterfall',177.1875,-121.484375,0,0,0,'2017-03-20 11:40:02'); +INSERT INTO `marker` VALUES (3682,1901,NULL,2,1901,1136,'Unknown orange glowing','just slightly under the water at the bottom of the waterfall. No clue what it is',176.140625,-120.87890625,0,0,0,'2017-03-20 11:42:04'); +INSERT INTO `marker` VALUES (3683,1901,NULL,2,1906,1142,'Done','',121.015625,-159.30078125,0,0,0,'2017-03-20 14:10:46'); +INSERT INTO `marker` VALUES (3684,1901,NULL,2,1916,1089,'Korok Seed','',113.421875,-118.00390625,0,0,0,'2017-03-20 14:11:58'); +INSERT INTO `marker` VALUES (3687,1901,NULL,2,1901,1146,'Got','',172.0625,-179.5,0,0,0,'2017-03-20 15:41:52'); +INSERT INTO `marker` VALUES (3688,1901,NULL,2,1933,1149,'Lynel','',101.0625,-73.21875,0,0,0,'2017-03-20 16:12:28'); +INSERT INTO `marker` VALUES (3689,1901,NULL,2,1901,1151,'','',179.9375,-134.375,0,0,0,'2017-03-20 16:18:31'); +INSERT INTO `marker` VALUES (3690,1901,NULL,2,1933,631,'Nydra','',188.125,-148.5,0,0,0,'2017-03-20 17:57:37'); +INSERT INTO `marker` VALUES (3691,1901,NULL,2,1914,631,'Sunshroom','',187.03125,-161.43359375,0,0,0,'2017-03-20 17:58:45'); +INSERT INTO `marker` VALUES (3692,1901,NULL,2,1903,631,'Woodcuters Axe','',112.15625,-159.984375,0,0,0,'2017-03-20 17:59:58'); +INSERT INTO `marker` VALUES (3693,1901,NULL,2,1914,631,'Hylian Shroom','',111.328125,-156.2890625,0,0,0,'2017-03-20 18:00:25'); +INSERT INTO `marker` VALUES (3694,1901,NULL,2,1914,631,'Hylian Shroom','',111.37109375,-156.31640625,0,0,0,'2017-03-20 18:00:31'); +INSERT INTO `marker` VALUES (3695,1901,NULL,2,1914,631,'Hylian Shroom','',111.84375,-156.859375,0,0,0,'2017-03-20 18:00:41'); +INSERT INTO `marker` VALUES (3696,1901,NULL,2,1914,631,'Hylian Shroom','',111.81640625,-156.83984375,0,0,0,'2017-03-20 18:00:47'); +INSERT INTO `marker` VALUES (3697,1901,NULL,2,1914,631,'Hylian Shroom','',111.296875,-156.24609375,0,0,0,'2017-03-20 18:00:56'); +INSERT INTO `marker` VALUES (3698,1901,NULL,2,1904,631,'Soldiers Bow','',115.2578125,-158.71875,0,0,0,'2017-03-20 18:01:13'); +INSERT INTO `marker` VALUES (3702,1901,NULL,2,1926,631,'Divine Beast Vah Rudania','',167.59375,-87.34375,0,0,0,'2017-03-20 18:03:49'); +INSERT INTO `marker` VALUES (3706,1901,NULL,2,1904,631,'Ice Arrows x10','',179.421875,-104.6953125,0,0,0,'2017-03-20 18:06:43'); +INSERT INTO `marker` VALUES (3707,1901,NULL,2,1903,631,'Travelers Sword','',137.1875,-136.9453125,0,0,0,'2017-03-20 18:07:24'); +INSERT INTO `marker` VALUES (3708,1901,NULL,2,1903,631,'Travelers Spear','',137.19140625,-136.9453125,0,0,0,'2017-03-20 18:07:36'); +INSERT INTO `marker` VALUES (3709,1901,NULL,2,1901,1162,'','',133.984375,-130.17578125,0,0,0,'2017-03-20 18:11:29'); +INSERT INTO `marker` VALUES (3710,1901,NULL,2,1934,1164,'Father and Daughter (#12)','',122.3046875,-112.44140625,0,0,0,'2017-03-20 18:21:32'); +INSERT INTO `marker` VALUES (3711,1901,NULL,2,1901,1168,'arrow farming','',121.703125,-187.125,0,0,0,'2017-03-20 19:00:27'); +INSERT INTO `marker` VALUES (3712,1901,NULL,2,1927,1167,'Done','',58.75,-77.59375,0,0,0,'2017-03-20 19:03:22'); +INSERT INTO `marker` VALUES (3713,1901,NULL,2,1927,1167,'Done','',58.1015625,-69.2734375,0,0,0,'2017-03-20 19:03:59'); +INSERT INTO `marker` VALUES (3714,1901,NULL,2,1933,925,'Hinox','',148.921875,-169.2578125,0,0,0,'2017-03-20 19:08:50'); +INSERT INTO `marker` VALUES (3715,1901,NULL,2,1933,1169,'Blue Hinox','',133.09375,-78.46875,0,0,0,'2017-03-20 19:20:11'); +INSERT INTO `marker` VALUES (3716,1901,NULL,2,1914,1172,'Zapshroom ','Zapshroom Spawn',98.046875,-178.921875,0,0,0,'2017-03-20 20:11:20'); +INSERT INTO `marker` VALUES (3717,1901,NULL,2,1914,1172,'Zapshroom ','Zapshroom Spawn',93.890625,-176.8359375,0,0,0,'2017-03-20 20:12:18'); +INSERT INTO `marker` VALUES (3718,1901,NULL,2,1912,1172,'Stealthfin Trout','Stealthfin Trout',137.875,-103.0625,0,0,0,'2017-03-20 20:12:52'); +INSERT INTO `marker` VALUES (3719,1901,NULL,2,1912,1172,'Stealthfin Trout','Stealthfin Trout Spawn',129.5625,-102.9375,0,0,0,'2017-03-20 20:13:17'); +INSERT INTO `marker` VALUES (3720,1901,NULL,2,1912,1172,'Stealthfin Trout','Stealthfin Trout Spawn',123.9375,-97.5625,0,0,0,'2017-03-20 20:13:41'); +INSERT INTO `marker` VALUES (3721,1901,NULL,2,1914,1172,'Sunshroom','Sunshroom Spawn',187.46875,-161.09375,0,0,0,'2017-03-20 20:14:23'); +INSERT INTO `marker` VALUES (3722,1901,NULL,2,1901,1172,'Sunshroom','Sunshroom Spawn',189.0625,-159.875,0,0,0,'2017-03-20 20:14:35'); +INSERT INTO `marker` VALUES (3723,1901,NULL,2,1914,1172,'Sunshroom','Sunshroom Spawn',188.0625,-159.40625,0,0,0,'2017-03-20 20:14:49'); +INSERT INTO `marker` VALUES (3724,1901,NULL,2,1914,1172,'Sunshroom','Sunshroom Spawn',186.8125,-159.40625,0,0,0,'2017-03-20 20:15:04'); +INSERT INTO `marker` VALUES (3725,1901,NULL,2,1913,1172,'Swift Violet','Swift Violet Spawn',153.4375,-157.796875,0,0,0,'2017-03-20 20:15:45'); +INSERT INTO `marker` VALUES (3726,1901,NULL,2,1901,1172,'Swift Violet','Swift Violet Spawn',93.71875,-166.1875,0,0,0,'2017-03-20 20:16:06'); +INSERT INTO `marker` VALUES (3727,1901,NULL,2,1913,1172,'Swift Violet','Swift Violet',93.140625,-165.140625,0,0,0,'2017-03-20 20:16:22'); +INSERT INTO `marker` VALUES (3728,1901,NULL,2,1913,1172,'Swift Violet ','Swift Violet',180.0078125,-120.46875,0,0,0,'2017-03-20 20:16:55'); +INSERT INTO `marker` VALUES (3729,1901,NULL,2,1912,1172,'Hearty Bass','Hearty Bass Spawn',153.57421875,-185.46484375,0,0,0,'2017-03-20 20:17:29'); +INSERT INTO `marker` VALUES (3730,1901,NULL,2,1915,1172,'Ice Keese Wings','5 Keese 10 wings',98.203125,-80.078125,0,0,0,'2017-03-20 20:18:53'); +INSERT INTO `marker` VALUES (3731,1901,NULL,2,1914,1172,'Zapshroom ','',68.28515625,-173.82421875,0,0,0,'2017-03-20 20:20:02'); +INSERT INTO `marker` VALUES (3732,1901,NULL,2,1914,1172,'Sunshroom','',68.30859375,-173.859375,0,0,0,'2017-03-20 20:20:16'); +INSERT INTO `marker` VALUES (3733,1901,NULL,2,1913,1172,'Voltfruit','',68.16796875,-173.078125,0,0,0,'2017-03-20 20:20:49'); +INSERT INTO `marker` VALUES (3734,1901,NULL,2,1913,1172,'Warm Saffina','Warm Saffina Spawn',69.015625,-169.875,0,0,0,'2017-03-20 20:21:23'); +INSERT INTO `marker` VALUES (3735,1901,NULL,2,1913,1172,'Warm Saffina','Warm Saffina Spawn',68.96875,-168.421875,0,0,0,'2017-03-20 20:21:40'); +INSERT INTO `marker` VALUES (3736,1901,NULL,2,1913,1172,'Warm Saffina','Warm Saffina Spawn',68.890625,-166.6875,0,0,0,'2017-03-20 20:21:53'); +INSERT INTO `marker` VALUES (3737,1901,NULL,2,1913,1172,'Electric Saffina','Electric Saffina Spawn',69.640625,-166.0859375,0,0,0,'2017-03-20 20:22:20'); +INSERT INTO `marker` VALUES (3738,1901,NULL,2,1913,1172,'Electric Saffina Spawn','Electric Saffina Spawn',69.5625,-168,0,0,0,'2017-03-20 20:22:33'); +INSERT INTO `marker` VALUES (3739,1901,NULL,2,1913,1172,'Electric Saffina','Electric Saffina Spawn',69.578125,-169.8125,0,0,0,'2017-03-20 20:22:47'); +INSERT INTO `marker` VALUES (3740,1901,NULL,2,1913,1172,'Electric Saffina','Electric Saffina Spawn',51.6484375,-187.65234375,0,0,0,'2017-03-20 20:23:07'); +INSERT INTO `marker` VALUES (3741,1901,NULL,2,1913,1172,'Warm Saffina Spawn','Warm Saffina Spawn',51.85546875,-187.7734375,0,0,0,'2017-03-20 20:23:24'); +INSERT INTO `marker` VALUES (3742,1901,NULL,2,1901,1175,'asd','asd',110.125,-116.0703125,0,0,0,'2017-03-20 20:55:45'); +INSERT INTO `marker` VALUES (3744,1901,NULL,2,1913,1179,'Endura Carrots','',91.84375,-136.14453125,0,0,0,'2017-03-20 21:50:01'); +INSERT INTO `marker` VALUES (3745,1901,NULL,2,1926,1180,'Divine Beast Vah Rudania','',167.16624450683594,-87.125,0,1,0,'2017-03-20 21:53:22'); +INSERT INTO `marker` VALUES (3746,1901,NULL,2,1926,1180,'Divine Beast Vah Naboris','',82.33312225341797,-183.89562511444092,0,1,0,'2017-03-20 21:54:25'); +INSERT INTO `marker` VALUES (3747,1901,NULL,2,1926,1180,'Divine Beast Vah Medoh','',71.66687393188477,-96.45874977111816,0,1,0,'2017-03-20 21:55:48'); +INSERT INTO `marker` VALUES (3748,1901,NULL,2,1923,1089,'Ridgeland Tower','',100.28125,-115.75,0,0,0,'2017-03-20 21:56:18'); +INSERT INTO `marker` VALUES (3749,1901,NULL,2,1936,296,'300 Rupee Chest','Behind the Cracked wall is a gold Rupee',158.40625,-76.6796875,0,0,0,'2017-03-20 22:13:17'); +INSERT INTO `marker` VALUES (3750,1901,NULL,2,1916,1187,'Circles','Jump in the circle formed by nenuphars.',114.140625,-157.55078125,0,0,0,'2017-03-20 23:40:03'); +INSERT INTO `marker` VALUES (3751,1901,NULL,2,1916,1187,'Fairy Dust','',115.3828125,-158.7421875,0,0,0,'2017-03-20 23:48:05'); +INSERT INTO `marker` VALUES (3752,1901,NULL,2,1933,1195,'Lynel','Part of the Zora quest line, good for farming shock arrows',188.1875,-119.125,0,0,0,'2017-03-21 02:21:18'); +INSERT INTO `marker` VALUES (3754,1901,NULL,2,1931,1195,'Bokoblin Camp','',118.1953125,-158.0234375,0,0,0,'2017-03-21 02:23:47'); +INSERT INTO `marker` VALUES (3755,1901,NULL,2,1936,1195,'Cracked Wall','Cracked Wall with a chest inside',114.359375,-158.1875,0,0,0,'2017-03-21 02:26:37'); +INSERT INTO `marker` VALUES (3756,1901,NULL,2,1906,1195,'Diamond Circlet','Down the hole in front of the shrine, in a chest in the Guardian graveyard',200.734375,-70.2578125,0,0,0,'2017-03-21 02:33:02'); +INSERT INTO `marker` VALUES (3757,1901,NULL,2,1933,1197,'Stone Talus','',154.4453125,-180.203125,0,0,0,'2017-03-21 02:56:58'); +INSERT INTO `marker` VALUES (3758,1901,NULL,2,1901,1198,'','',187.10546875,-161.2265625,0,0,0,'2017-03-21 03:24:06'); +INSERT INTO `marker` VALUES (3759,1901,NULL,2,1901,1202,'','',173.9296875,-181.55859375,0,0,0,'2017-03-21 03:44:36'); +INSERT INTO `marker` VALUES (3760,1901,NULL,2,1933,869,'Lynel','',101.625,-71.0625,0,0,0,'2017-03-21 04:03:38'); +INSERT INTO `marker` VALUES (3761,1901,NULL,2,1933,869,'Lynel','',107.578125,-72.453125,0,0,0,'2017-03-21 04:03:57'); +INSERT INTO `marker` VALUES (3762,1901,NULL,2,1933,869,'Lynel','',97.546875,-71.59375,0,0,0,'2017-03-21 04:04:10'); +INSERT INTO `marker` VALUES (3763,1901,NULL,2,1933,869,'Lynel','',121.96875,-79.828125,0,0,0,'2017-03-21 04:06:27'); +INSERT INTO `marker` VALUES (3764,1901,NULL,2,1933,869,'Hinox','',133.578125,-79.140625,0,0,0,'2017-03-21 04:06:44'); +INSERT INTO `marker` VALUES (3765,1901,NULL,2,1933,869,'Lynel','',131.15625,-70.984375,0,0,0,'2017-03-21 04:07:03'); +INSERT INTO `marker` VALUES (3766,1901,NULL,2,1933,869,'Lynel','',148.3125,-69.09375,0,0,0,'2017-03-21 04:07:19'); +INSERT INTO `marker` VALUES (3767,1901,NULL,2,1933,869,'Talus','',161.375,-80.953125,0,0,0,'2017-03-21 04:07:41'); +INSERT INTO `marker` VALUES (3768,1901,NULL,2,1933,869,'Talus','',161.3671875,-94.0078125,0,0,0,'2017-03-21 04:08:03'); +INSERT INTO `marker` VALUES (3769,1901,NULL,2,1933,869,'Lynel','',187.96875,-77.46875,0,0,0,'2017-03-21 04:08:22'); +INSERT INTO `marker` VALUES (3770,1901,NULL,2,1933,869,'Lynel','',185.203125,-82.453125,0,0,0,'2017-03-21 04:08:34'); +INSERT INTO `marker` VALUES (3771,1901,NULL,2,1933,869,'Stalnox Hinox','',192.75,-93.046875,0,0,0,'2017-03-21 04:09:34'); +INSERT INTO `marker` VALUES (3772,1901,NULL,2,1933,869,'Hinox','',179.234375,-108.3125,0,0,0,'2017-03-21 04:09:52'); +INSERT INTO `marker` VALUES (3773,1901,NULL,2,1933,869,'Lynel','',188.234375,-119.171875,0,0,0,'2017-03-21 04:10:09'); +INSERT INTO `marker` VALUES (3774,1901,NULL,2,1933,869,'Hinox','',173.734375,-123.765625,0,0,0,'2017-03-21 04:10:24'); +INSERT INTO `marker` VALUES (3775,1901,NULL,2,1933,869,'Talus','',190.34375,-125.515625,0,0,0,'2017-03-21 04:10:36'); +INSERT INTO `marker` VALUES (3776,1901,NULL,2,1933,869,'Hinox','',183.171875,-133.78125,0,0,0,'2017-03-21 04:10:49'); +INSERT INTO `marker` VALUES (3777,1901,NULL,2,1933,869,'Hinox','',197.390625,-133.546875,0,0,0,'2017-03-21 04:11:02'); +INSERT INTO `marker` VALUES (3778,1901,NULL,2,1933,869,'Lynel','',197.921875,-139.921875,0,0,0,'2017-03-21 04:11:12'); +INSERT INTO `marker` VALUES (3779,1901,NULL,2,1933,869,'Talus','',178.015625,-157.84375,0,0,0,'2017-03-21 04:11:35'); +INSERT INTO `marker` VALUES (3780,1901,NULL,2,1933,869,'Hinox','',177.953125,-174.578125,0,0,0,'2017-03-21 04:12:04'); +INSERT INTO `marker` VALUES (3781,1901,NULL,2,1933,869,'Hinox','',171.203125,-170.40625,0,0,0,'2017-03-21 04:12:14'); +INSERT INTO `marker` VALUES (3782,1901,NULL,2,1933,869,'Hinox','',165.828125,-171.46875,0,0,0,'2017-03-21 04:12:28'); +INSERT INTO `marker` VALUES (3783,1901,NULL,2,1933,869,'Hinox','',170.125,-174.40625,0,0,0,'2017-03-21 04:12:43'); +INSERT INTO `marker` VALUES (3784,1901,NULL,2,1933,869,'Talus','',179.140625,-181.390625,0,0,0,'2017-03-21 04:12:59'); +INSERT INTO `marker` VALUES (3785,1901,NULL,2,1933,869,'Hinox','',144.09375,-182.59375,0,0,0,'2017-03-21 04:13:22'); +INSERT INTO `marker` VALUES (3786,1901,NULL,2,1933,869,'Lynel','',115.6875,-184.703125,0,0,0,'2017-03-21 04:13:47'); +INSERT INTO `marker` VALUES (3787,1901,NULL,2,1933,869,'Talus','',112.828125,-178.5625,0,0,0,'2017-03-21 04:14:01'); +INSERT INTO `marker` VALUES (3788,1901,NULL,2,1933,869,'Lynel','',114.609375,-177.53125,0,0,0,'2017-03-21 04:14:14'); +INSERT INTO `marker` VALUES (3789,1901,NULL,2,1933,869,'Molduga','',68.015625,-183.984375,0,0,0,'2017-03-21 04:14:50'); +INSERT INTO `marker` VALUES (3790,1901,NULL,2,1933,869,'Molduga','',63.171875,-187.265625,0,0,0,'2017-03-21 04:15:07'); +INSERT INTO `marker` VALUES (3791,1901,NULL,2,1933,869,'Molduga','',57.171875,-176.390625,0,0,0,'2017-03-21 04:15:26'); +INSERT INTO `marker` VALUES (3792,1901,NULL,2,1933,869,'Molduga','',53.109375,-171.75,0,0,0,'2017-03-21 04:15:50'); +INSERT INTO `marker` VALUES (3793,1901,NULL,2,1933,869,'Talus','',72.40625,-152.4375,0,0,0,'2017-03-21 04:16:25'); +INSERT INTO `marker` VALUES (3794,1901,NULL,2,1933,869,'Talus','',68.59375,-147.15625,0,0,0,'2017-03-21 04:16:39'); +INSERT INTO `marker` VALUES (3795,1901,NULL,2,1933,869,'Lynel','',63.8125,-141.84375,0,0,0,'2017-03-21 04:16:50'); +INSERT INTO `marker` VALUES (3796,1901,NULL,2,1933,869,'Talus','',79.15625,-128.875,0,0,0,'2017-03-21 04:17:06'); +INSERT INTO `marker` VALUES (3797,1901,NULL,2,1933,869,'Lynel','',83.0625,-123.5,0,0,0,'2017-03-21 04:17:20'); +INSERT INTO `marker` VALUES (3798,1901,NULL,2,1933,869,'Hinox','',90.59375,-121.53125,0,0,0,'2017-03-21 04:17:33'); +INSERT INTO `marker` VALUES (3799,1901,NULL,2,1933,869,'Talus','',80.03125,-82.625,0,0,0,'2017-03-21 04:17:57'); +INSERT INTO `marker` VALUES (3800,1901,NULL,2,1933,869,'Talus','',94.0625,-103.28125,0,0,0,'2017-03-21 04:18:18'); +INSERT INTO `marker` VALUES (3801,1901,NULL,2,1933,869,'Lynel','',116.6875,-98.75,0,0,0,'2017-03-21 04:18:38'); +INSERT INTO `marker` VALUES (3802,1901,NULL,2,1933,869,'Hinox','',149.03125,-169.71875,0,0,0,'2017-03-21 04:19:29'); +INSERT INTO `marker` VALUES (3803,1901,NULL,2,1933,869,'Stone Talus (Senior)','',150.75,-148.84375,0,0,0,'2017-03-21 04:19:56'); +INSERT INTO `marker` VALUES (3804,1901,NULL,2,1933,869,'Hinox','',165.78125,-146.4375,0,0,0,'2017-03-21 04:20:26'); +INSERT INTO `marker` VALUES (3805,1901,NULL,2,1933,869,'Hinox','',174.03125,-140.625,0,0,0,'2017-03-21 04:20:45'); +INSERT INTO `marker` VALUES (3806,1901,NULL,2,1933,1195,'Blue Hinox','',173.8125,-124.140625,0,0,0,'2017-03-21 04:42:18'); +INSERT INTO `marker` VALUES (3807,1901,NULL,2,1901,1204,'done','',102.1796875,-127.328125,0,0,0,'2017-03-21 04:44:15'); +INSERT INTO `marker` VALUES (3808,1901,NULL,2,1901,1168,'farm arrows.','',76.890625,-124.8125,0,0,0,'2017-03-21 05:09:59'); +INSERT INTO `marker` VALUES (3809,1901,NULL,2,1901,712,'','',125.6875,-106.75,0,0,0,'2017-03-21 05:29:23'); +INSERT INTO `marker` VALUES (3810,1901,NULL,2,1901,712,'','',125.75,-102.375,0,0,0,'2017-03-21 05:29:34'); +INSERT INTO `marker` VALUES (3811,1901,NULL,2,1930,1209,'Lynel','',107.734375,-71.59375,0,1,0,'2017-03-21 06:09:21'); +INSERT INTO `marker` VALUES (3812,1901,NULL,2,1933,1210,'Lynel','White-Maned Lynel',101.2890625,-72.4140625,0,0,0,'2017-03-21 06:24:20'); +INSERT INTO `marker` VALUES (3813,1901,NULL,2,1901,652,'Cracked Guardian','',152.4375,-154.796875,0,0,0,'2017-03-21 10:22:29'); +INSERT INTO `marker` VALUES (3815,1901,NULL,2,1901,1215,'','',59.93093681335449,-68.74656200408936,0,0,0,'2017-03-21 10:41:31'); +INSERT INTO `marker` VALUES (3816,1901,NULL,2,1901,1217,'found','Found',156.75390625,-141.9765625,0,0,0,'2017-03-21 11:37:49'); +INSERT INTO `marker` VALUES (3817,1901,NULL,2,1901,1217,'found','You should add a way to turn off individual markers so we know what we have found :) This map is awesome!',156.7578125,-142.046875,0,0,0,'2017-03-21 11:39:23'); +INSERT INTO `marker` VALUES (3818,1901,NULL,2,1912,1218,'Hearty Bass','Found my first and so far only Hearty Bass here, a bit to the right of the lake. There is also hyrule bass in the lake.',179.703125,-180.484375,0,0,0,'2017-03-21 11:44:39'); +INSERT INTO `marker` VALUES (3820,1901,NULL,2,1926,1223,'Vah Medoh','',68.5703125,-91.875,0,0,0,'2017-03-21 14:14:49'); +INSERT INTO `marker` VALUES (3821,1901,NULL,2,1901,1220,'How to find this korok?','',62.453125,-86.15625,0,0,0,'2017-03-21 14:14:58'); +INSERT INTO `marker` VALUES (3822,1901,NULL,2,1926,1222,'Divine Beast Vah Medoh','',71.53125,-98.92578125,0,0,0,'2017-03-21 14:18:28'); +INSERT INTO `marker` VALUES (3823,1901,NULL,2,1911,1222,'Wolfs, QA : Divine','',188.8046875,-107.39453125,0,0,0,'2017-03-21 14:26:22'); +INSERT INTO `marker` VALUES (3824,1901,NULL,2,1933,1227,'Lynel','',112.21875,-175.5625,0,0,0,'2017-03-21 15:45:01'); +INSERT INTO `marker` VALUES (3825,1901,NULL,2,1901,1228,'Village','',157.40625,-143.875,0,0,0,'2017-03-21 15:54:00'); +INSERT INTO `marker` VALUES (3826,1901,NULL,2,1916,1229,'already','',52.328125,-187.8984375,0,0,0,'2017-03-21 16:08:21'); +INSERT INTO `marker` VALUES (3827,1901,NULL,2,1916,1229,'already','',52.21875,-188.015625,0,0,0,'2017-03-21 16:09:08'); +INSERT INTO `marker` VALUES (3828,1901,NULL,2,1935,25,'Riddles of Hyrule','Answer riddles at the top of the Deku Tree.',134.390625,-93.734375,0,0,0,'2017-03-21 16:49:36'); +INSERT INTO `marker` VALUES (3829,1901,NULL,2,1901,1231,'Boss','Silver Lynel',139.375,-70.75,0,0,0,'2017-03-21 17:09:57'); +INSERT INTO `marker` VALUES (3830,1901,NULL,2,1933,1231,'Lynel','Lynel',188.21875,-118.96875,0,0,0,'2017-03-21 17:11:12'); +INSERT INTO `marker` VALUES (3831,1901,NULL,2,1933,1231,'Silver Lynel','',144.6875,-70.1875,0,0,0,'2017-03-21 17:12:18'); +INSERT INTO `marker` VALUES (3832,1901,NULL,2,1901,1233,'done','',154.125,-89.625,0,0,0,'2017-03-21 17:20:12'); +INSERT INTO `marker` VALUES (3834,1901,NULL,2,1933,1235,'Lynel','Red Maned Lynel. Recommended fight before attacking Van Ruta.',188.1328125,-119.1015625,0,1,0,'2017-03-21 17:43:02'); +INSERT INTO `marker` VALUES (3835,1901,NULL,2,1933,1030,'Black Hinox','',166.8828125,-125.84375,0,1,0,'2017-03-21 17:54:18'); +INSERT INTO `marker` VALUES (3836,1901,NULL,2,1933,1241,'Stone Talous (Luminous)','',82.5,-162.5625,0,0,0,'2017-03-21 19:47:11'); +INSERT INTO `marker` VALUES (3837,1901,NULL,2,1916,43,'Stump Tree Race','',191.734375,-154.8359375,0,0,0,'2017-03-21 20:19:45'); +INSERT INTO `marker` VALUES (3838,1901,NULL,2,1933,1245,'Molduga','',68.6484375,-184.1640625,0,0,0,'2017-03-21 20:25:09'); +INSERT INTO `marker` VALUES (3839,1901,NULL,2,1933,1245,'Hinox','',165.828125,-171.4375,0,0,0,'2017-03-21 20:27:02'); +INSERT INTO `marker` VALUES (3840,1901,NULL,2,1933,1245,'Hinox','',171.234375,-170.5,0,0,0,'2017-03-21 20:27:21'); +INSERT INTO `marker` VALUES (3841,1901,NULL,2,1901,1245,'Hinox','',170.1015625,-174.296875,0,0,0,'2017-03-21 20:27:36'); +INSERT INTO `marker` VALUES (3842,1901,NULL,2,1933,1246,'White-maned Lynel','',101.015625,-72.703125,0,0,0,'2017-03-21 20:44:19'); +INSERT INTO `marker` VALUES (3843,1901,NULL,2,1926,1247,'Devine Beast Vah Rudania','',166.375,-87.375,0,0,0,'2017-03-21 21:20:10'); +INSERT INTO `marker` VALUES (3844,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:00'); +INSERT INTO `marker` VALUES (3845,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:00'); +INSERT INTO `marker` VALUES (3846,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:00'); +INSERT INTO `marker` VALUES (3847,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:01'); +INSERT INTO `marker` VALUES (3848,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:01'); +INSERT INTO `marker` VALUES (3849,1901,NULL,2,1926,1247,'Divine Beast Vah Medoh','',71.5625,-98.875,0,0,0,'2017-03-21 21:21:01'); +INSERT INTO `marker` VALUES (3850,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); +INSERT INTO `marker` VALUES (3851,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); +INSERT INTO `marker` VALUES (3852,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); +INSERT INTO `marker` VALUES (3853,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); +INSERT INTO `marker` VALUES (3854,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); +INSERT INTO `marker` VALUES (3855,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:40'); +INSERT INTO `marker` VALUES (3856,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3857,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3858,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3859,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3860,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3861,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3862,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3863,1901,NULL,2,1926,1247,'Devine Beast Vah Medoh','',71.53125,-98.875,0,0,0,'2017-03-21 21:21:41'); +INSERT INTO `marker` VALUES (3864,1901,NULL,2,1916,1238,'','',79.6875,-144.34375,0,0,0,'2017-03-21 21:24:56'); +INSERT INTO `marker` VALUES (3865,1901,NULL,2,1933,1246,'Stone Talus','',154.40625,-180.1328125,0,0,0,'2017-03-21 21:34:50'); +INSERT INTO `marker` VALUES (3866,1901,NULL,2,1933,1246,'Stone Talus','',133.61328125,-157.80859375,0,0,0,'2017-03-21 21:35:54'); +INSERT INTO `marker` VALUES (3867,1901,NULL,2,1933,1246,'Stone Talus','',151.046875,-148.921875,0,0,0,'2017-03-21 21:36:26'); +INSERT INTO `marker` VALUES (3868,1901,NULL,2,1933,1246,'Stone Talus','',178.046875,-157.734375,0,0,0,'2017-03-21 21:37:44'); +INSERT INTO `marker` VALUES (3869,1901,NULL,2,1933,1246,'Stone Talus','',179.1875,-181.34375,0,0,0,'2017-03-21 21:38:05'); +INSERT INTO `marker` VALUES (3870,1901,NULL,2,1933,1250,'Stal','',111.6171875,-91.234375,0,0,0,'2017-03-21 21:50:25'); +INSERT INTO `marker` VALUES (3871,1901,NULL,2,1916,1253,'ok','',110.25,-157.8203125,0,0,0,'2017-03-21 23:15:00'); +INSERT INTO `marker` VALUES (3872,1901,NULL,2,1903,1253,'Traveler's Bow','',113.96484375,-154.1328125,0,0,0,'2017-03-21 23:29:54'); +INSERT INTO `marker` VALUES (3873,1901,NULL,2,1903,1253,'Torch','',114.0078125,-154.1328125,0,0,0,'2017-03-21 23:30:26'); +INSERT INTO `marker` VALUES (3874,1901,NULL,2,1901,1253,'Cooking pot','',113.96484375,-154.1796875,0,0,0,'2017-03-21 23:33:12'); +INSERT INTO `marker` VALUES (3875,1901,NULL,2,1916,1187,'Korok Seed','',121.3515625,-159.625,0,0,0,'2017-03-21 23:51:48'); +INSERT INTO `marker` VALUES (3876,1901,NULL,2,1903,1253,'Soldier's Broadsword','in top',121.59765625,-158.97265625,0,0,0,'2017-03-22 00:59:48'); +INSERT INTO `marker` VALUES (3877,1901,NULL,2,1916,1259,'Aquired','',109.6875,-164.15625,0,0,0,'2017-03-22 01:23:23'); +INSERT INTO `marker` VALUES (3878,1901,NULL,2,1933,1235,'Savage Lynel','White-Maned Lynel with a Zebra body. Possesses the Savage Sword, Bow, and Shield.',101.6875,-72.03125,0,0,0,'2017-03-22 01:43:17'); +INSERT INTO `marker` VALUES (3879,1901,NULL,2,1901,1235,'Savage Lynel','White-Maned Lynel with a Zebra body. Possesses the Savage Sword, Bow, and Shield.',96.09375,-71.125,0,0,0,'2017-03-22 01:43:33'); +INSERT INTO `marker` VALUES (3880,1901,NULL,2,1901,1235,'Stalker Guardian','The main enemy found in this maze other than the skywatchers',200.7578125,-70.65625,0,0,0,'2017-03-22 01:44:33'); +INSERT INTO `marker` VALUES (3881,1901,NULL,2,1903,1235,'Great Thunderblade','Unknown requirements for spawning. But it's there.',92.25390625,-134.45703125,0,0,0,'2017-03-22 01:45:46'); +INSERT INTO `marker` VALUES (3882,1901,NULL,2,1926,1235,'Divine Beast Van Rudania','',168,-87.5625,0,1,0,'2017-03-22 01:47:07'); +INSERT INTO `marker` VALUES (3883,1901,NULL,2,1926,1235,'Divine Beast Van Medoh','This is the Flight Range, which is how to can access the dungeon. otherwise inaccessible.',68,-92.25,0,1,0,'2017-03-22 01:48:21'); +INSERT INTO `marker` VALUES (3884,1901,NULL,2,1926,1235,'Divine Beast Van Naboris','',87.375,-183.40625,0,1,0,'2017-03-22 01:48:51'); +INSERT INTO `marker` VALUES (3885,1901,NULL,2,1903,1235,'Master Sword','Requires at least 13 hearts before obtaining',134.34375,-94.4375,0,1,0,'2017-03-22 01:50:13'); +INSERT INTO `marker` VALUES (3886,1901,NULL,2,1934,1235,'Calamity Master Sword','Triggers a flashback of Zelda's memory contained in the Master Sword after pulling.',134.3359375,-94.43359375,0,1,0,'2017-03-22 01:51:14'); +INSERT INTO `marker` VALUES (3887,1901,NULL,2,1916,1261,'asdf','asdf',130.875,-129.1875,0,0,0,'2017-03-22 02:05:03'); +INSERT INTO `marker` VALUES (3888,1901,NULL,2,1904,1263,'Infinite Arrows Farming Glitch','',117.53125,-178.484375,0,0,0,'2017-03-22 02:29:23'); +INSERT INTO `marker` VALUES (3889,1901,NULL,2,1933,1030,'Hinox','',174.7890625,-140.2734375,0,1,0,'2017-03-22 03:58:55'); +INSERT INTO `marker` VALUES (3890,1901,NULL,2,1901,1266,'??→','',204,-141.5,0,0,0,'2017-03-22 04:02:11'); +INSERT INTO `marker` VALUES (3891,1901,NULL,2,1901,1266,'','',196.3125,-143.234375,0,0,0,'2017-03-22 04:02:36'); +INSERT INTO `marker` VALUES (3892,1901,NULL,2,1930,1253,'Guardian Stalker','',136.5546875,-189.3828125,0,0,0,'2017-03-22 04:08:57'); +INSERT INTO `marker` VALUES (3893,1901,NULL,2,1925,1267,'','done',155.90625,-174.734375,0,1,0,'2017-03-22 04:12:16'); +INSERT INTO `marker` VALUES (3894,1901,NULL,2,1915,880,'Courser Bee Honey','',122.0703125,-151.4765625,0,0,0,'2017-03-22 05:49:24'); +INSERT INTO `marker` VALUES (3895,1901,NULL,2,1901,1270,'k','k',69.328125,-67.90625,0,0,0,'2017-03-22 06:05:57'); +INSERT INTO `marker` VALUES (3896,1901,NULL,2,1901,1270,'k','kk',69.21875,-67.78125,0,0,0,'2017-03-22 06:06:16'); +INSERT INTO `marker` VALUES (3897,1901,NULL,2,1930,1271,'Lizalfos','',169.65625,-145.4375,0,0,0,'2017-03-22 06:16:57'); +INSERT INTO `marker` VALUES (3898,1901,NULL,2,1930,1271,'Yiga Footsoldier','',163.59375,-140.40625,0,0,0,'2017-03-22 06:19:22'); +INSERT INTO `marker` VALUES (3899,1901,NULL,2,1901,1272,'ok','',122.375,-168.625,0,0,0,'2017-03-22 06:43:30'); +INSERT INTO `marker` VALUES (3900,1901,NULL,2,1933,1246,'Stone Talus (Luminous)','',93.96875,-103.19921875,0,0,0,'2017-03-22 09:45:19'); +INSERT INTO `marker` VALUES (3901,1901,NULL,2,1933,1246,'Stone Talus (Luminous)','',140.0859375,-112.1015625,0,0,0,'2017-03-22 09:49:49'); +INSERT INTO `marker` VALUES (3902,1901,NULL,2,1901,1025,'Rito Stable','',76.875,-100.3125,0,0,0,'2017-03-22 10:54:04'); +INSERT INTO `marker` VALUES (3903,1901,NULL,2,1933,1278,'Blue Hinox','',144.078125,-182.75,0,0,0,'2017-03-22 12:03:43'); +INSERT INTO `marker` VALUES (3904,1901,NULL,2,1933,1279,'Igneo Talus','',161.375,-93.98046875,0,0,0,'2017-03-22 12:06:22'); +INSERT INTO `marker` VALUES (3905,1901,NULL,2,1916,1283,'','',182.84375,-105.0625,0,0,0,'2017-03-22 13:51:05'); +INSERT INTO `marker` VALUES (3906,1901,NULL,2,1916,1283,'','',143.25,-99.875,0,0,0,'2017-03-22 13:58:30'); +INSERT INTO `marker` VALUES (3907,1901,NULL,2,1916,1283,'lol','',163.1875,-84.875,0,1,0,'2017-03-22 13:59:57'); +INSERT INTO `marker` VALUES (3908,1901,NULL,2,1916,1284,'Found','',128.3125,-130.5625,0,0,0,'2017-03-22 14:00:25'); +INSERT INTO `marker` VALUES (3909,1901,NULL,2,1930,1285,'Lynel','There is a Lynel',197.9375,-139.765625,0,1,0,'2017-03-22 14:15:22'); +INSERT INTO `marker` VALUES (3910,1901,NULL,2,1930,1285,'Lynel','',115.578125,-183.046875,0,0,0,'2017-03-22 14:16:23'); +INSERT INTO `marker` VALUES (3911,1901,NULL,2,1930,1285,'Lynel','',110.921875,-172.765625,0,0,0,'2017-03-22 14:16:37'); +INSERT INTO `marker` VALUES (3912,1901,NULL,2,1930,1285,'Lynel','',80.4375,-145.09375,0,0,0,'2017-03-22 14:17:01'); +INSERT INTO `marker` VALUES (3913,1901,NULL,2,1930,1285,'Lynel','',63.75,-139.0625,0,0,0,'2017-03-22 14:17:17'); +INSERT INTO `marker` VALUES (3914,1901,NULL,2,1901,1286,'Pondo's Snowling Game','',95.546875,-95.515625,0,0,0,'2017-03-22 14:56:12'); +INSERT INTO `marker` VALUES (3915,1901,NULL,2,1934,1288,'#13 Slumbering Power','Spring of Power Memory',186.484375,-86.53125,0,1,0,'2017-03-22 15:46:54'); +INSERT INTO `marker` VALUES (3916,1901,NULL,2,1933,1290,'Lynell','Red Lynell',188.21875,-119.1875,0,0,0,'2017-03-22 16:12:07'); +INSERT INTO `marker` VALUES (3917,1901,NULL,2,1933,1290,'Lynel','White Lynel',100.390625,-73.390625,0,0,0,'2017-03-22 16:16:50'); +INSERT INTO `marker` VALUES (3918,1901,NULL,2,1930,1085,'Lynel','',179.1796875,-147.03125,0,0,0,'2017-03-22 16:39:37'); +INSERT INTO `marker` VALUES (3919,1901,NULL,2,1935,1223,'Medicinal Molduga','',67.90625,-174.0078125,0,0,0,'2017-03-22 17:27:06'); +INSERT INTO `marker` VALUES (3920,1901,NULL,2,1935,1223,'Tools of the Trade','',67.98828125,-173.234375,0,0,0,'2017-03-22 17:32:48'); +INSERT INTO `marker` VALUES (3921,1901,NULL,2,1937,1296,'xD','',151.921875,-79.34375,0,0,0,'2017-03-22 17:51:36'); +INSERT INTO `marker` VALUES (3922,1901,NULL,2,1925,185,'Shrine Done','Complete',85.8125,-171.625,0,0,0,'2017-03-22 19:10:55'); +INSERT INTO `marker` VALUES (3923,1901,NULL,2,1916,1300,'','',50.5,-189.375,0,0,0,'2017-03-22 19:15:07'); +INSERT INTO `marker` VALUES (3924,1901,NULL,2,1933,1301,'Blue Lynel','',185.4140625,-81.91015625,0,0,0,'2017-03-22 19:20:54'); +INSERT INTO `marker` VALUES (3925,1901,NULL,2,1933,1030,'Blue Hinox','',173.75,-123.40625,0,1,0,'2017-03-22 19:43:52'); +INSERT INTO `marker` VALUES (3926,1901,NULL,2,1933,1030,'Lynel','',188.296875,-118.6875,0,1,0,'2017-03-22 19:44:38'); +INSERT INTO `marker` VALUES (3927,1901,NULL,2,1934,1303,'Captured Memory 12 - Father and Daughter','Set just outside Princess Zelda's Study in the grounds of Hyrule Castle, and so is the most dangerous and difficult Memory to find of all, but provided you have the Zora Armor from Zora's Domain, you're able to swim up waterfalls and make the journey both combat free and reasonably fast.',122,-112.4609375,0,0,0,'2017-03-22 20:04:37'); +INSERT INTO `marker` VALUES (3928,1901,NULL,2,1934,1303,'Captured Memory 13 - Slumbering Power','This can be found in the Spring of Power in the Akkala region in the far north east of the map.\r\n\r\nIf you head to the East Akkala Stable that's on the way to the Ankkala Ancient Tech Lab, go directly west and you should find the spring sunk into the ground. The memory is on a plinth in front of the water.',186.734375,-86.203125,0,0,0,'2017-03-22 20:06:16'); +INSERT INTO `marker` VALUES (3929,1901,NULL,2,1934,1303,'Captured Memory 17 - Zelda's Awakening','This Memory will become available once you have captured all 12 main Captured Memories and spoken to Impa, who will give you the clue of its location from a painting on the wall.\r\n\r\nTo find it, east of Ha Dahamar Shrine and Dueling Peaks Stable and towards Hateno Fort, through the sea of ruined Guardians. The memory is close to the center of the battlefield.',159.16015625,-157.94140625,0,0,0,'2017-03-22 20:11:35'); +INSERT INTO `marker` VALUES (3930,1901,NULL,2,1903,1303,'Master Sword','Navigate the lost woods with a torch. You need 13 heart containers to pull the master sword. ',134.03125,-96.65625,0,0,0,'2017-03-22 20:16:32'); +INSERT INTO `marker` VALUES (3931,1901,NULL,2,1934,1303,'Captured Memory 18 - The Master Sword','You'll unlock this as part of collecting the Master Sword from the Lost Woods.',134.21875,-96.796875,0,0,0,'2017-03-22 20:17:25'); +INSERT INTO `marker` VALUES (3932,1901,NULL,2,1933,1305,'Silver Lynel','great sword',82.953125,-123.796875,0,0,0,'2017-03-22 21:26:04'); +INSERT INTO `marker` VALUES (3933,1901,NULL,2,1933,1306,'Lynel','',99.3671875,-73.2265625,0,0,0,'2017-03-22 21:45:13'); +INSERT INTO `marker` VALUES (3934,1901,NULL,2,1933,1306,'Lynel','',106.7421875,-72.3671875,0,0,0,'2017-03-22 21:45:36'); +INSERT INTO `marker` VALUES (3935,1901,NULL,2,1936,1253,'','',158.671875,-175.64453125,0,0,0,'2017-03-22 22:08:35'); +INSERT INTO `marker` VALUES (3936,1901,NULL,2,1933,1306,'Stalnox','',158.15625,-165.125,0,0,0,'2017-03-22 23:58:23'); +INSERT INTO `marker` VALUES (3937,1901,NULL,2,1934,1314,'Slumbering Power','Recovered Memory #13',186.5078125,-86.48828125,0,1,0,'2017-03-23 01:41:48'); +INSERT INTO `marker` VALUES (3938,1901,NULL,2,1934,1315,'Memory 13','Just in front of the statue',186.6640625,-86.2421875,0,0,0,'2017-03-23 01:57:20'); +INSERT INTO `marker` VALUES (3939,1901,NULL,2,1934,1314,'Zelda's Awakening','Recovered Memory #17 - unlocks after finding the first 12 memories in the Sheikah Slate gallery.',158.9375,-157.92578125,0,1,0,'2017-03-23 02:33:02'); +INSERT INTO `marker` VALUES (3940,1901,NULL,2,1906,1317,'Barbarian Helm','armor',200.73828125,-70.26171875,0,1,0,'2017-03-23 02:36:28'); +INSERT INTO `marker` VALUES (3941,1901,NULL,2,1906,1317,'Barbarian armor','armor',99.95703125,-182.03125,0,1,0,'2017-03-23 02:37:17'); +INSERT INTO `marker` VALUES (3942,1901,NULL,2,1906,1317,'Barbarian leggings','armor',115.125,-72.7734375,0,1,0,'2017-03-23 02:37:48'); +INSERT INTO `marker` VALUES (3943,1901,NULL,2,1903,1317,'Master Sword','Weapon',134.75,-95.1015625,0,1,0,'2017-03-23 02:39:47'); +INSERT INTO `marker` VALUES (3944,1901,NULL,2,1906,1317,'Climbing bandana','',147.8984375,-156.84375,0,1,0,'2017-03-23 02:41:14'); +INSERT INTO `marker` VALUES (3945,1901,NULL,2,1906,1317,'Climbing gear','pants',190.6875,-174.765625,0,1,0,'2017-03-23 02:41:54'); +INSERT INTO `marker` VALUES (3946,1901,NULL,2,1906,1317,'Climbing boots','',193.55078125,-154.1484375,0,1,0,'2017-03-23 02:42:39'); +INSERT INTO `marker` VALUES (3947,1901,NULL,2,1906,1317,'Rubber armor','',92.578125,-113.859375,0,0,0,'2017-03-23 02:43:19'); +INSERT INTO `marker` VALUES (3948,1901,NULL,2,1906,1317,'Rubber helm','',152.30078125,-183.22265625,0,0,0,'2017-03-23 02:44:06'); +INSERT INTO `marker` VALUES (3949,1901,NULL,2,1901,1317,'Rubber tights','',159.3828125,-179.33203125,0,1,0,'2017-03-23 02:46:24'); +INSERT INTO `marker` VALUES (3950,1901,NULL,2,1906,1317,'Stealth armor','all the stealth armor',156.9296875,-143.3046875,0,1,0,'2017-03-23 02:47:33'); +INSERT INTO `marker` VALUES (3951,1901,NULL,2,1906,1317,'Hylian Armor','',157.04296875,-143.42578125,0,1,0,'2017-03-23 02:49:08'); +INSERT INTO `marker` VALUES (3952,1901,NULL,2,1906,1317,'Flamebreaker Armor','Whole armor set',153.6796875,-90.34375,0,0,0,'2017-03-23 02:49:59'); +INSERT INTO `marker` VALUES (3953,1901,NULL,2,1901,1317,'Zora armor','',179.828125,-120.10546875,0,0,0,'2017-03-23 02:50:30'); +INSERT INTO `marker` VALUES (3954,1901,NULL,2,1906,1317,'Zora Helm','',182.1640625,-114.125,0,1,0,'2017-03-23 02:50:54'); +INSERT INTO `marker` VALUES (3955,1901,NULL,2,1906,1317,'Zora Leggings','quest',180.2578125,-120.140625,0,0,0,'2017-03-23 02:51:21'); +INSERT INTO `marker` VALUES (3956,1901,NULL,2,1906,1317,'Snowquil armor','full set',71.21875,-100.02734375,0,0,0,'2017-03-23 02:52:00'); +INSERT INTO `marker` VALUES (3957,1901,NULL,2,1901,1317,'Knight armor','full set',180.46484375,-161.29296875,0,0,0,'2017-03-23 02:52:57'); +INSERT INTO `marker` VALUES (3958,1901,NULL,2,1906,1317,'Desert voe armor','quests-full armor',68.8203125,-173.87109375,0,0,0,'2017-03-23 02:54:08'); +INSERT INTO `marker` VALUES (3959,1901,NULL,2,1906,1317,'Radiant armor','Full set',68.7890625,-173.828125,0,0,0,'2017-03-23 02:54:43'); +INSERT INTO `marker` VALUES (3960,1901,NULL,2,1906,1317,'Gerudo Set','full',77.06640625,-168.8046875,0,0,0,'2017-03-23 02:55:10'); +INSERT INTO `marker` VALUES (3961,1901,NULL,2,1906,1317,'Ancient armor','full set',198.44921875,-78.609375,0,1,0,'2017-03-23 02:55:55'); +INSERT INTO `marker` VALUES (3962,1901,NULL,2,1906,1317,'Sand Boots','Quest',69.2109375,-173.0859375,0,0,0,'2017-03-23 02:56:25'); +INSERT INTO `marker` VALUES (3963,1901,NULL,2,1906,1317,'Snow Boots','Quest',69.21875,-173.09765625,0,0,0,'2017-03-23 02:56:45'); +INSERT INTO `marker` VALUES (3964,1901,NULL,2,1901,1317,'Wild Armor','finish all shrines',111,-86.37109375,0,0,0,'2017-03-23 02:57:52'); +INSERT INTO `marker` VALUES (3965,1901,NULL,2,1934,1318,'Memory','',186.796875,-86.2890625,0,0,0,'2017-03-23 03:24:18'); +INSERT INTO `marker` VALUES (3966,1901,NULL,2,1901,1320,'1','A',58.84375,-70.1875,0,0,0,'2017-03-23 05:07:18'); +INSERT INTO `marker` VALUES (3967,1901,NULL,2,1901,1324,'Done','',117.625,-121.28125,0,0,0,'2017-03-23 07:07:24'); +INSERT INTO `marker` VALUES (3968,1901,NULL,2,1903,1326,'Sword Att.52','2 hands sword\r\natt. 52\r\n\r\ntop of the Woodland tower's skull\r\n',141.8359375,-102.73828125,0,0,0,'2017-03-23 09:17:33'); +INSERT INTO `marker` VALUES (3969,1901,NULL,2,1901,1328,'','',197.28125,-75.9375,0,0,0,'2017-03-23 10:43:27'); +INSERT INTO `marker` VALUES (3970,1901,NULL,2,1916,1328,'','',196.9375,-76.03125,0,0,0,'2017-03-23 10:44:01'); +INSERT INTO `marker` VALUES (3971,1901,NULL,2,1901,1328,'','',203.15625,-76.15625,0,0,0,'2017-03-23 10:45:02'); +INSERT INTO `marker` VALUES (3972,1901,NULL,2,1916,1328,'1','',196.90625,-75.375,0,1,0,'2017-03-23 10:46:31'); +INSERT INTO `marker` VALUES (3973,1901,NULL,2,1901,1329,'get','',115.171875,-152.234375,0,0,0,'2017-03-23 12:27:32'); +INSERT INTO `marker` VALUES (3974,1901,NULL,2,1916,1329,'get','',115.21875,-152.234375,0,0,0,'2017-03-23 12:28:36'); +INSERT INTO `marker` VALUES (3975,1901,NULL,2,1901,1332,'Spring of Wisdom','',189.4375,-148.96875,0,1,0,'2017-03-23 12:42:54'); +INSERT INTO `marker` VALUES (3976,1901,NULL,2,1905,1335,'Knights Shield','Respawning Knights Shield',100.58203125,-115.23828125,0,0,0,'2017-03-23 13:09:45'); +INSERT INTO `marker` VALUES (3977,1901,NULL,2,1903,1276,'Rusty Halberd','',139.2421875,-103.6484375,0,0,0,'2017-03-23 14:29:57'); +INSERT INTO `marker` VALUES (3978,1901,NULL,2,1916,1305,'','',87.53125,-183.3671875,0,0,0,'2017-03-23 15:29:29'); +INSERT INTO `marker` VALUES (3979,1901,NULL,2,1933,1342,'White Lynel','',102,-73.03125,0,0,0,'2017-03-23 15:34:09'); +INSERT INTO `marker` VALUES (3981,1901,NULL,2,1930,1276,'Blue Hinox','',197.40625,-133.578125,0,0,0,'2017-03-23 15:51:34'); +INSERT INTO `marker` VALUES (3982,1901,NULL,2,1930,1276,'White-Maned Lynel','',197.8671875,-139.765625,0,0,0,'2017-03-23 15:57:54'); +INSERT INTO `marker` VALUES (3983,1901,NULL,2,1901,1344,'1','',59.265625,-68.96875,0,0,0,'2017-03-23 16:07:35'); +INSERT INTO `marker` VALUES (3984,1901,NULL,2,1903,1276,'Traveler's Sword','',177.9453125,-138.265625,0,0,0,'2017-03-23 16:19:39'); +INSERT INTO `marker` VALUES (3985,1901,NULL,2,1921,1276,'Traveler's Shield','',177.9375,-138.203125,0,0,0,'2017-03-23 16:19:57'); +INSERT INTO `marker` VALUES (3986,1901,NULL,2,1930,1276,'Hinox','',158.5546875,-129.390625,0,0,0,'2017-03-23 16:36:12'); +INSERT INTO `marker` VALUES (3987,1901,NULL,2,1915,880,'Apple Orchard','',97.625,-133.21875,0,0,0,'2017-03-23 16:37:59'); +INSERT INTO `marker` VALUES (3988,1901,NULL,2,1904,1305,'bomb arrow','',86.40625,-178.921875,0,0,0,'2017-03-23 16:48:45'); +INSERT INTO `marker` VALUES (3989,1901,NULL,2,1913,762,'Hearty Radish','',138.453125,-171.46875,0,0,0,'2017-03-23 16:57:41'); +INSERT INTO `marker` VALUES (3990,1901,NULL,2,1933,1346,'Molduga','',53.203125,-171.5,0,0,0,'2017-03-23 17:02:31'); +INSERT INTO `marker` VALUES (3991,1901,NULL,2,1901,1346,'Molduga','',56.25,-178.3125,0,0,0,'2017-03-23 17:03:26'); +INSERT INTO `marker` VALUES (3992,1901,NULL,2,1933,1346,'Lynel','',188.09375,-76,0,0,0,'2017-03-23 17:04:07'); +INSERT INTO `marker` VALUES (3993,1901,NULL,2,1933,1346,'Hinox','',173.53125,-72.4375,0,0,0,'2017-03-23 17:04:28'); +INSERT INTO `marker` VALUES (3994,1901,NULL,2,1916,1347,'Done','',132.6328125,-146.8359375,0,0,0,'2017-03-23 17:29:43'); +INSERT INTO `marker` VALUES (3995,1901,NULL,2,1903,762,'Pot Lid & Soup Ladle','',135.8828125,-182.07421875,0,0,0,'2017-03-23 17:40:02'); +INSERT INTO `marker` VALUES (3999,1901,NULL,2,1901,1353,'','d',142.3125,-131.1875,0,0,0,'2017-03-23 21:31:30'); +INSERT INTO `marker` VALUES (4000,1901,NULL,2,1901,1354,'done','',169.90625,-148.8125,0,0,0,'2017-03-23 21:47:31'); +INSERT INTO `marker` VALUES (4001,1901,NULL,2,1901,118,'Idea for new feature','',167.76154708862305,-87.45607805252075,0,0,0,'2017-03-23 23:14:21'); +INSERT INTO `marker` VALUES (4002,1901,NULL,2,1905,244,'Hylian Shield','You have to cross over some roads and then yo have to fight a mega moblin to unlock the shield',122.140625,-116.453125,0,0,0,'2017-03-24 00:40:35'); +INSERT INTO `marker` VALUES (4003,1901,NULL,2,1930,1362,'Hinox','',165.625,-146.26953125,0,0,0,'2017-03-24 02:26:34'); +INSERT INTO `marker` VALUES (4004,1901,NULL,2,1903,1361,'Iron Sledgehammer','',113.00390625,-164.2265625,0,0,0,'2017-03-24 02:49:10'); +INSERT INTO `marker` VALUES (4005,1901,NULL,2,1933,1235,'Igneo Talus','I was hit into the lava by this thing so many times...',162.171875,-94.21875,0,0,0,'2017-03-24 02:56:23'); +INSERT INTO `marker` VALUES (4006,1901,NULL,2,1901,1235,'Spring of Wisdom',':V',189.2421875,-148.828125,0,0,0,'2017-03-24 02:58:16'); +INSERT INTO `marker` VALUES (4007,1901,NULL,2,1903,1235,'Great Flameblade','',110.6015625,-134.6875,0,0,0,'2017-03-24 02:59:43'); +INSERT INTO `marker` VALUES (4008,1901,NULL,2,1903,1235,'Blizzard Rod','Check actual location, this marker is a guess.',120.796875,-115.34375,0,0,0,'2017-03-24 03:00:59'); +INSERT INTO `marker` VALUES (4009,1901,NULL,2,1904,1235,'Bow of Light','',119.625,-134.046875,0,0,0,'2017-03-24 03:02:08'); +INSERT INTO `marker` VALUES (4010,1901,NULL,2,1901,1235,'Hylian Shield ','Check actual location, this is an estimate.',120.21875,-113.890625,0,0,0,'2017-03-24 03:03:19'); +INSERT INTO `marker` VALUES (4011,1901,NULL,2,1920,1235,'Statue of the Eighth Heroine','',59.703125,-136.171875,0,0,0,'2017-03-24 03:05:23'); +INSERT INTO `marker` VALUES (4012,1901,NULL,2,1903,1361,'Soldier's Broadsword','',110.98046875,-161.7265625,0,0,0,'2017-03-24 03:13:24'); +INSERT INTO `marker` VALUES (4013,1901,NULL,2,1904,1361,'Fire Arrows X5','',110.96875,-161.7265625,0,0,0,'2017-03-24 03:14:39'); +INSERT INTO `marker` VALUES (4014,1901,NULL,2,1904,1361,'Arrow X5','',110.9921875,-161.72265625,0,0,0,'2017-03-24 03:14:59'); +INSERT INTO `marker` VALUES (4015,1901,NULL,2,1904,1361,'Spiked Boko Bow','',111,-161.71875,0,0,0,'2017-03-24 03:15:20'); +INSERT INTO `marker` VALUES (4016,1901,NULL,2,1901,1361,'Cave leading to 3 chests and Soldier Broadsword','',110.40625,-161.3671875,0,0,0,'2017-03-24 03:15:45'); +INSERT INTO `marker` VALUES (4017,1901,NULL,2,1901,1365,'Cracked Wall','',199.74609375,-187.0078125,0,1,0,'2017-03-24 03:18:59'); +INSERT INTO `marker` VALUES (4018,1901,NULL,2,1901,1365,'Stalnox','',131.2734375,-113.2421875,0,1,0,'2017-03-24 03:19:57'); +INSERT INTO `marker` VALUES (4019,1901,NULL,2,1901,1365,'Lynel','',188.28125,-119.09375,0,1,0,'2017-03-24 03:20:57'); +INSERT INTO `marker` VALUES (4020,1901,NULL,2,1933,1366,'Igneous Talus','',156.0234375,-100.546875,0,1,0,'2017-03-24 03:29:38'); +INSERT INTO `marker` VALUES (4021,1901,NULL,2,1930,1361,'White Chulu','',109.3984375,-158.125,0,0,0,'2017-03-24 03:30:09'); +INSERT INTO `marker` VALUES (4022,1901,NULL,2,1933,1366,'Lynel','',184.96875,-81.6171875,0,1,0,'2017-03-24 03:31:54'); +INSERT INTO `marker` VALUES (4023,1901,NULL,2,1933,1366,'Hinox','',181.6171875,-75.9453125,0,1,0,'2017-03-24 03:32:32'); +INSERT INTO `marker` VALUES (4024,1901,NULL,2,1933,1366,'Hinox','',174.3046875,-72.328125,0,1,0,'2017-03-24 03:33:05'); +INSERT INTO `marker` VALUES (4025,1901,NULL,2,1933,1366,'Lynel','',188.0703125,-118.875,0,1,0,'2017-03-24 03:34:26'); +INSERT INTO `marker` VALUES (4026,1901,NULL,2,1933,1366,'Lynel','',197.71484375,-139.8359375,0,1,0,'2017-03-24 03:35:10'); +INSERT INTO `marker` VALUES (4027,1901,NULL,2,1933,1366,'Lynel','',57.6875,-89.8203125,0,1,0,'2017-03-24 04:01:34'); +INSERT INTO `marker` VALUES (4028,1901,NULL,2,1933,1366,'Frost Talus','',70.01953125,-91.3515625,0,1,0,'2017-03-24 04:02:57'); +INSERT INTO `marker` VALUES (4029,1901,NULL,2,1933,1366,'Frost Talus','',80.05078125,-82.46875,0,1,0,'2017-03-24 04:04:00'); +INSERT INTO `marker` VALUES (4030,1901,NULL,2,1901,1375,'Regeneration Pool - hearts','',150.26171875,-100.5234375,0,0,0,'2017-03-24 12:41:15'); +INSERT INTO `marker` VALUES (4031,1901,NULL,2,1930,1376,'Luminous Stone Talus','',179.15625,-181.3046875,0,0,0,'2017-03-24 12:53:47'); +INSERT INTO `marker` VALUES (4032,1901,NULL,2,1933,1377,'Hinox','Red Hinox- Phalian Highlands.',165.765625,-146.5,0,0,0,'2017-03-24 13:20:25'); +INSERT INTO `marker` VALUES (4033,1901,NULL,2,1933,1377,'Black Hinox','Black Hinox- Rabella Wetlands.',165.8203125,-171.4453125,0,0,0,'2017-03-24 13:22:38'); +INSERT INTO `marker` VALUES (4034,1901,NULL,2,1933,1377,'Hinox','Hinox- Hanu Pond.',171.28125,-170.40625,0,0,0,'2017-03-24 13:23:45'); +INSERT INTO `marker` VALUES (4035,1901,NULL,2,1933,1377,'Blue Hinox','Blue Hinox- Uten Marsh',170.0625,-174.3984375,0,0,0,'2017-03-24 13:24:21'); +INSERT INTO `marker` VALUES (4036,1901,NULL,2,1933,1377,'Hinox','Hinox- Loshlo Harbor (In cave).',178.0625,-174.96875,0,0,0,'2017-03-24 13:32:12'); +INSERT INTO `marker` VALUES (4037,1901,NULL,2,1933,1377,'Silver Lynel','Silver Lynel - Lodrum Headland\r\n(Sword/Shield)',197.953125,-140,0,0,0,'2017-03-24 13:40:46'); +INSERT INTO `marker` VALUES (4038,1901,NULL,2,1933,1377,'Blue Hinox','Blue Hinox - Talus Plateau',197.421875,-133.5625,0,0,0,'2017-03-24 13:41:17'); +INSERT INTO `marker` VALUES (4039,1901,NULL,2,1933,1377,'Igneo Talus','Igneo Talus - Lake Darman',161.4765625,-81.0078125,0,0,0,'2017-03-24 13:42:35'); +INSERT INTO `marker` VALUES (4040,1901,NULL,2,1933,1377,'Silver Lynel','Silver Lynel - Akkala Wilds\r\nSpear',188.328125,-77.171875,0,0,0,'2017-03-24 13:48:07'); +INSERT INTO `marker` VALUES (4041,1901,NULL,2,1933,1377,'Black Hinox','Black Hinox - Gut Check Rock',173.546875,-72.34375,0,0,0,'2017-03-24 14:01:13'); +INSERT INTO `marker` VALUES (4042,1901,NULL,2,1934,1380,'#12','',122.33984375,-112.453125,0,0,0,'2017-03-24 14:09:21'); +INSERT INTO `marker` VALUES (4043,1901,NULL,2,1934,1380,'#13','',186.609375,-86.3203125,0,0,0,'2017-03-24 14:09:59'); +INSERT INTO `marker` VALUES (4044,1901,NULL,2,1934,1380,'#17','',159.140625,-157.92578125,0,0,0,'2017-03-24 14:17:06'); +INSERT INTO `marker` VALUES (4045,1901,NULL,2,1933,1377,'Blue Hinox','Blue Hinox - North Hyrule Castle',116.5625,-107.4296875,0,0,0,'2017-03-24 14:43:23'); +INSERT INTO `marker` VALUES (4046,1901,NULL,2,1906,1382,'to complete your zora armor','zora helm',182.13688278198242,-114.2849532365799,0,0,0,'2017-03-24 15:11:42'); +INSERT INTO `marker` VALUES (4047,1901,NULL,2,1933,1383,'Lynel','',115.515625,-183.4609375,0,0,0,'2017-03-24 15:49:00'); +INSERT INTO `marker` VALUES (4048,1901,NULL,2,1935,1383,'Hunt for the Giant Horse','',124.96875,-182.4609375,0,0,0,'2017-03-24 15:58:06'); +INSERT INTO `marker` VALUES (4049,1901,NULL,2,1933,1383,'Lynel','',114.859375,-178.515625,0,0,0,'2017-03-24 15:59:40'); +INSERT INTO `marker` VALUES (4050,1901,NULL,2,1933,1377,'Lynel','Silver Lynel - Drenan Highlands\r\nSpear',121.859375,-79.65625,0,0,0,'2017-03-24 16:08:58'); +INSERT INTO `marker` VALUES (4051,1901,NULL,2,1926,1084,'Divine Beast Vah Naboris','',85.1328125,-187.7734375,0,0,0,'2017-03-24 16:16:41'); +INSERT INTO `marker` VALUES (4052,1901,NULL,2,1933,1377,'Lynel','Silver Lynel - East Deplian Badlands.\r\nSword/Shield.',147.5625,-69.28125,0,0,0,'2017-03-24 17:12:01'); +INSERT INTO `marker` VALUES (4053,1901,NULL,2,1910,1386,'Two Chest ','Two chest',116.01953125,-152.1484375,0,0,0,'2017-03-24 17:27:31'); +INSERT INTO `marker` VALUES (4054,1901,NULL,2,1933,1377,'Lynel','Silver Lynel\r\nMace.',131.8046875,-70.5859375,0,0,0,'2017-03-24 17:51:40'); +INSERT INTO `marker` VALUES (4055,1901,NULL,2,1901,1389,'dd','dd',95.9296875,-165.4375,0,0,0,'2017-03-24 18:03:30'); +INSERT INTO `marker` VALUES (4056,1901,NULL,2,1901,1395,'test','test test',122.953125,-126.359375,0,0,0,'2017-03-24 20:33:20'); +INSERT INTO `marker` VALUES (4057,1901,NULL,2,1901,1394,'','',136.34375,-124.6875,0,0,0,'2017-03-24 20:35:34'); +INSERT INTO `marker` VALUES (4058,1901,NULL,2,1901,1396,'X','',187.140625,-161.2421875,0,0,0,'2017-03-24 20:38:38'); +INSERT INTO `marker` VALUES (4059,1901,NULL,2,1916,1398,'Klar','',59.15625,-69.015625,0,0,0,'2017-03-24 20:43:44'); +INSERT INTO `marker` VALUES (4060,1901,NULL,2,1931,1403,'Enemy Skull Camp','',71.390625,-142.796875,0,1,0,'2017-03-24 22:40:32'); +INSERT INTO `marker` VALUES (4061,1901,NULL,2,1933,1405,'Igneo Talus','',161.359375,-94,0,0,0,'2017-03-24 23:20:16'); +INSERT INTO `marker` VALUES (4062,1901,NULL,2,1933,1405,'Blue Hinox','',132.9296875,-78.1484375,0,0,0,'2017-03-24 23:21:31'); +INSERT INTO `marker` VALUES (4063,1901,NULL,2,1901,1410,'','',106.34375,-179.84375,0,0,0,'2017-03-24 23:29:18'); +INSERT INTO `marker` VALUES (4064,1901,NULL,2,1914,1416,'Ironshroom','',170.65234375,-101.78125,0,0,0,'2017-03-25 01:57:32'); +INSERT INTO `marker` VALUES (4065,1901,NULL,2,1915,1416,'Flint','',167.8828125,-106.4609375,0,0,0,'2017-03-25 02:25:11'); +INSERT INTO `marker` VALUES (4066,1901,NULL,2,1915,1416,'Various Minerals - Opal, Amber, Rock Salt','',169.828125,-104.75,0,0,0,'2017-03-25 02:28:24'); +INSERT INTO `marker` VALUES (4067,1901,NULL,2,1901,1416,'Various Minerals','',169.6640625,-104.4140625,0,0,0,'2017-03-25 02:30:17'); +INSERT INTO `marker` VALUES (4068,1901,NULL,2,1916,1416,'Korok Stone Circle','',170.9609375,-101.765625,0,0,0,'2017-03-25 02:55:14'); +INSERT INTO `marker` VALUES (4069,1901,NULL,2,1903,1416,'Royal Claymore','52 Two Handed Royal Claymore',141.66796875,-102.96484375,0,0,0,'2017-03-25 03:04:11'); +INSERT INTO `marker` VALUES (4070,1901,NULL,2,1901,1416,'Mobile Guardian','',165.7578125,-102.421875,0,0,0,'2017-03-25 03:11:33'); +INSERT INTO `marker` VALUES (4071,1901,NULL,2,1914,1416,'Sunshroom','',165,-102.5859375,0,0,0,'2017-03-25 03:12:31'); +INSERT INTO `marker` VALUES (4073,1901,NULL,2,1913,1416,'Swift Violet','',163.96875,-102.50390625,0,0,0,'2017-03-25 03:22:15'); +INSERT INTO `marker` VALUES (4074,1901,NULL,2,1915,1416,'Various Minerals','',163.703125,-102.671875,0,0,0,'2017-03-25 03:24:17'); +INSERT INTO `marker` VALUES (4075,1901,NULL,2,1936,1416,'Cracked Wall','',163.44921875,-103.5546875,0,0,0,'2017-03-25 03:27:33'); +INSERT INTO `marker` VALUES (4076,1901,NULL,2,1915,1416,'Various Minerals','',165.54296875,-108.78515625,0,0,0,'2017-03-25 03:42:21'); +INSERT INTO `marker` VALUES (4077,1901,NULL,2,1915,1416,'Various Minerals','',167.07421875,-108.7109375,0,0,0,'2017-03-25 04:19:21'); +INSERT INTO `marker` VALUES (4078,1901,NULL,2,1915,1416,'Various Minerals','',169.40234375,-107.27734375,0,0,0,'2017-03-25 04:23:09'); +INSERT INTO `marker` VALUES (4079,1901,NULL,2,1933,1418,'Hinox','Hinox Boss',178.6171875,-175.078125,0,0,0,'2017-03-25 04:23:11'); +INSERT INTO `marker` VALUES (4080,1901,NULL,2,1915,1416,'Minerals','',169.5703125,-107.12890625,0,0,0,'2017-03-25 04:23:52'); +INSERT INTO `marker` VALUES (4081,1901,NULL,2,1903,1416,'Great Flame Blade','',110.62890625,-134.68359375,0,0,0,'2017-03-25 04:59:06'); +INSERT INTO `marker` VALUES (4082,1901,NULL,2,1916,1420,'completed','',103.25,-152.6796875,0,0,0,'2017-03-25 05:00:18'); +INSERT INTO `marker` VALUES (4083,1901,NULL,2,1915,1418,'','',131.0703125,-155.15234375,0,0,0,'2017-03-25 06:14:16'); +INSERT INTO `marker` VALUES (4084,1901,NULL,2,1901,1424,'','',200.625,-69.75,0,0,0,'2017-03-25 08:04:48'); +INSERT INTO `marker` VALUES (4085,1901,NULL,2,1905,1425,'Hylian Shield','',123.4609375,-110.890625,0,0,0,'2017-03-25 08:06:57'); +INSERT INTO `marker` VALUES (4086,1901,NULL,2,1911,1426,'Raw Meat','There are plenty of foxes in this region that can be easily hunted.',183.140625,-119.9375,0,1,0,'2017-03-25 08:09:20'); +INSERT INTO `marker` VALUES (4087,1901,NULL,2,1901,1434,'','',59.234375,-69.078125,0,0,0,'2017-03-25 11:03:48'); +INSERT INTO `marker` VALUES (4088,1901,NULL,2,1933,1437,'Stal-Hinox','',93.26953125,-137.09375,0,0,0,'2017-03-25 11:51:40'); +INSERT INTO `marker` VALUES (4089,1901,NULL,2,1922,1441,'??????','',117.69140625,-175.9609375,0,0,0,'2017-03-25 14:11:17'); +INSERT INTO `marker` VALUES (4090,1901,NULL,2,1922,1441,'??????','',117.69140625,-175.9609375,0,0,0,'2017-03-25 14:12:26'); +INSERT INTO `marker` VALUES (4091,1901,NULL,2,1933,1442,'Igneo Talus','',161.5,-81.015625,0,0,0,'2017-03-25 14:12:50'); +INSERT INTO `marker` VALUES (4092,1901,NULL,2,1904,1441,'GongJian','',117.5,-176,0,0,0,'2017-03-25 14:13:23'); +INSERT INTO `marker` VALUES (4093,1901,NULL,2,1903,1448,'Forest Dweller's Spear','',134.9375,-94.4765625,0,0,0,'2017-03-25 15:57:24'); +INSERT INTO `marker` VALUES (4094,1901,NULL,2,1905,1448,'Forest Dweller's Shield','',135.21875,-94.328125,0,0,0,'2017-03-25 15:57:44'); +INSERT INTO `marker` VALUES (4095,1901,NULL,2,1903,1448,'Edge of Duality','Hit Boulder to enter',67.953125,-154.0546875,0,0,0,'2017-03-25 15:59:13'); +INSERT INTO `marker` VALUES (4096,1901,NULL,2,1905,1448,'Radiant Shield','Hit Boulder to enter',68.171875,-153.921875,0,0,0,'2017-03-25 15:59:42'); +INSERT INTO `marker` VALUES (4097,1901,NULL,2,1904,1448,'Golden Bow','Hit Boulder to enter',68.328125,-154.09375,0,0,0,'2017-03-25 16:00:03'); +INSERT INTO `marker` VALUES (4098,1901,NULL,2,1903,1448,'Moonlight Scimitar','Hit Boulder to enter',68.2890625,-154.234375,0,0,0,'2017-03-25 16:00:27'); +INSERT INTO `marker` VALUES (4099,1901,NULL,2,1903,1448,'Gerudo Spear','Hit Boulder to enter',67.8984375,-154.390625,0,0,0,'2017-03-25 16:00:51'); +INSERT INTO `marker` VALUES (4100,1901,NULL,2,1903,1448,'Royal Claymore','Climb tower to the very top',141.9296875,-103.0703125,0,0,0,'2017-03-25 16:01:30'); +INSERT INTO `marker` VALUES (4101,1901,NULL,2,1901,1448,'Great Thunderblade','In the middle of rock formation',68.046875,-107.296875,0,0,0,'2017-03-25 16:02:11'); +INSERT INTO `marker` VALUES (4102,1901,NULL,2,1903,1448,'Silver Longsword','Behind Shrine',179.9921875,-119.6953125,0,0,0,'2017-03-25 16:03:28'); +INSERT INTO `marker` VALUES (4103,1901,NULL,2,1905,1448,'Silver Shield','',178.984375,-119.5546875,0,0,0,'2017-03-25 16:03:40'); +INSERT INTO `marker` VALUES (4104,1901,NULL,2,1903,1448,'Zora Sword','',179.1171875,-119.4375,0,0,0,'2017-03-25 16:04:04'); +INSERT INTO `marker` VALUES (4105,1901,NULL,2,1904,1448,'Silver Bow','Along the thin bridge slightly in the water',180,-121.0546875,0,0,0,'2017-03-25 16:04:52'); +INSERT INTO `marker` VALUES (4106,1901,NULL,2,1901,1448,'Silverscale Spear','In the water use magnesis',178.7734375,-120.28125,0,0,0,'2017-03-25 16:05:18'); +INSERT INTO `marker` VALUES (4107,1901,NULL,2,1903,1448,'Zora Spear','',179.53125,-120.4609375,0,0,0,'2017-03-25 16:05:31'); +INSERT INTO `marker` VALUES (4108,1901,NULL,2,1903,1448,'Great Flameblade','Go downstairs and shoot a fire arrow at the bramble',200.3828125,-70.0546875,0,0,0,'2017-03-25 16:06:19'); +INSERT INTO `marker` VALUES (4109,1901,NULL,2,1903,1448,'Great Flameblade','',151.921875,-70.109375,0,0,0,'2017-03-25 16:06:36'); +INSERT INTO `marker` VALUES (4110,1901,NULL,2,1903,1448,'Eightfold Blade','Very top of mountain',153.625,-143.140625,0,0,0,'2017-03-25 16:07:49'); +INSERT INTO `marker` VALUES (4111,1901,NULL,2,1903,1448,'Great Flameblade','',110.6015625,-134.7578125,0,0,0,'2017-03-25 16:08:47'); +INSERT INTO `marker` VALUES (4112,1901,NULL,2,1934,1452,'Slumbering Power (#13)','',186.8125,-86.1875,0,0,0,'2017-03-25 16:31:08'); +INSERT INTO `marker` VALUES (4113,1901,NULL,2,1910,1454,'Red Rupee','Red Rupee',125.23828125,-154.1171875,0,0,0,'2017-03-25 16:37:56'); +INSERT INTO `marker` VALUES (4114,1901,NULL,2,1916,1248,'Found','',203.2265625,-76.4296875,0,0,0,'2017-03-25 17:17:18'); +INSERT INTO `marker` VALUES (4115,1901,NULL,2,1901,1189,'','',68.75,-67.5,0,0,0,'2017-03-25 18:31:46'); +INSERT INTO `marker` VALUES (4116,1901,NULL,2,1933,1458,'Silver Lynel','',115.1875,-181.015625,0,1,0,'2017-03-25 20:08:32'); +INSERT INTO `marker` VALUES (4117,1901,NULL,2,1906,1460,'Zora Helm','',182.171875,-114.07421875,0,0,0,'2017-03-25 20:33:14'); +INSERT INTO `marker` VALUES (4118,1901,NULL,2,1925,1463,'','',65.4375,-69.8125,0,0,0,'2017-03-25 21:16:16'); +INSERT INTO `marker` VALUES (4119,1901,NULL,2,1901,1467,'','',202.046875,-186.9375,0,0,0,'2017-03-25 21:43:13'); +INSERT INTO `marker` VALUES (4120,1901,NULL,2,1933,1469,'Hinox','',165.8203125,-171.453125,0,0,0,'2017-03-25 22:24:25'); +INSERT INTO `marker` VALUES (4121,1901,NULL,2,1933,1469,'Hinox','',171.109375,-170.3046875,0,0,0,'2017-03-25 22:24:39'); +INSERT INTO `marker` VALUES (4122,1901,NULL,2,1933,1469,'Hinox','',170.1015625,-174.3125,0,0,0,'2017-03-25 22:24:54'); +INSERT INTO `marker` VALUES (4123,1901,NULL,2,1934,1471,'Memory ','',122.0625,-112.4375,0,0,0,'2017-03-25 22:57:54'); +INSERT INTO `marker` VALUES (4124,1901,NULL,2,1901,1060,'','',72.85546875,-116.265625,0,0,0,'2017-03-25 23:59:26'); +INSERT INTO `marker` VALUES (4125,1901,NULL,2,1931,747,'Enemy Camp','',151.921875,-70.15625,0,0,0,'2017-03-26 00:13:59'); +INSERT INTO `marker` VALUES (4126,1901,NULL,2,1933,747,'White Lynal','',147.796875,-69.0703125,0,0,0,'2017-03-26 00:27:47'); +INSERT INTO `marker` VALUES (4127,1901,NULL,2,1933,747,'White Lynal','',131.30078125,-70.6875,0,0,0,'2017-03-26 00:40:27'); +INSERT INTO `marker` VALUES (4128,1901,NULL,2,1931,747,'Enemy Camp','',138.03515625,-77.47265625,0,0,0,'2017-03-26 00:51:02'); +INSERT INTO `marker` VALUES (4129,1901,NULL,2,1902,1475,'Master Sword','The Master Sword',134.4375,-94.015625,0,1,0,'2017-03-26 00:51:10'); +INSERT INTO `marker` VALUES (4130,1901,NULL,2,1906,1478,'Barbarian set piece','Dont remember which piece\r\n\r\n',115.125,-72.7578125,0,0,0,'2017-03-26 01:36:51'); +INSERT INTO `marker` VALUES (4131,1901,NULL,2,1906,1478,'Barbarian set piece','Another piece, don't remember which',99.9453125,-181.9375,0,0,0,'2017-03-26 01:37:50'); +INSERT INTO `marker` VALUES (4132,1901,NULL,2,1906,1478,'Barbarian set piece','The last piece of the set, same response as the last few',200.75,-70.1875,0,0,0,'2017-03-26 01:38:51'); +INSERT INTO `marker` VALUES (4133,1901,NULL,2,1926,1478,'Divine Beast Vah Rudania','Put it in middle of Death Mountain because it walks on it.',167.9375,-87.5,0,0,0,'2017-03-26 01:45:00'); +INSERT INTO `marker` VALUES (4134,1901,NULL,2,1903,1481,'Iron Slegehammer','',155.8828125,-141.21484375,0,0,0,'2017-03-26 02:31:08'); +INSERT INTO `marker` VALUES (4135,1901,NULL,2,1933,1018,'Lynel','',64.8125,-141.734375,0,0,0,'2017-03-26 03:53:10'); +INSERT INTO `marker` VALUES (4136,1901,NULL,2,1933,1018,'Lynel','',147.8125,-69.07421875,0,0,0,'2017-03-26 03:55:35'); +INSERT INTO `marker` VALUES (4137,1901,NULL,2,1902,1484,'Hourse','',108.75,-169.390625,0,1,0,'2017-03-26 04:48:21'); +INSERT INTO `marker` VALUES (4138,1901,NULL,2,1902,1484,'','',108.671875,-169.09375,0,0,0,'2017-03-26 04:48:59'); +INSERT INTO `marker` VALUES (4139,1901,NULL,2,1936,1437,'Cracked Wall','Hides a chest with a silver rupee, worth 100 rupees.',150.43359375,-97.546875,0,0,0,'2017-03-26 09:12:20'); +INSERT INTO `marker` VALUES (4142,1901,NULL,2,1915,1458,'Opale','',124.00390625,-93.6328125,0,1,0,'2017-03-26 13:11:42'); +INSERT INTO `marker` VALUES (4143,1901,NULL,2,1930,1458,'Blue Slimes','',123.91796875,-93.6796875,0,1,0,'2017-03-26 13:12:07'); +INSERT INTO `marker` VALUES (4144,1901,NULL,2,1936,149,'Rupee Chest','300 Rupies',158.02734375,-90.4765625,0,0,0,'2017-03-26 13:44:58'); +INSERT INTO `marker` VALUES (4145,1901,NULL,2,1901,262,'Chest','',115.00390625,-72.7734375,0,1,0,'2017-03-26 14:55:52'); +INSERT INTO `marker` VALUES (4146,1901,NULL,2,1901,1496,'','',84.3125,-82.8125,0,0,0,'2017-03-26 17:04:12'); +INSERT INTO `marker` VALUES (4147,1901,NULL,2,1933,1084,'Lynel','',65.28125,-141.9921875,0,0,0,'2017-03-26 17:22:40'); +INSERT INTO `marker` VALUES (4148,1901,NULL,2,1926,1084,'Hyrule Castle','',124.015625,-113.15625,0,0,0,'2017-03-26 17:23:08'); +INSERT INTO `marker` VALUES (4149,1901,NULL,2,1901,1084,'Blupee's','',92.4921875,-133.34375,0,0,0,'2017-03-26 17:39:42'); +INSERT INTO `marker` VALUES (4150,1901,NULL,2,1936,1437,'Cracked Wall','Behind the cracked wall is a chest containing a silver rupee worth 100 rupees.',111.984375,-73.8515625,0,0,0,'2017-03-26 18:11:19'); +INSERT INTO `marker` VALUES (4151,1901,NULL,2,1901,1500,'Done','',107.15625,-154.18359375,0,0,0,'2017-03-26 18:43:33'); +INSERT INTO `marker` VALUES (4152,1901,NULL,2,1901,1500,'Done','',107.109375,-154.1640625,0,0,0,'2017-03-26 18:44:09'); +INSERT INTO `marker` VALUES (4153,1901,NULL,2,1933,1501,'Lynel','',197.921875,-139.71875,0,0,0,'2017-03-26 19:07:33'); +INSERT INTO `marker` VALUES (4154,1901,NULL,2,1902,1501,'Treasure Chest','',204.7578125,-185.76171875,0,0,0,'2017-03-26 19:08:53'); +INSERT INTO `marker` VALUES (4155,1901,NULL,2,1930,1258,'','',114.078125,-157.53125,0,0,0,'2017-03-26 19:22:03'); +INSERT INTO `marker` VALUES (4156,1901,NULL,2,1901,1502,'found','',52.09375,-187.6875,0,0,0,'2017-03-26 19:42:37'); +INSERT INTO `marker` VALUES (4157,1901,NULL,2,1901,1504,'Elemental Rods','',139.203125,-115.84375,0,0,0,'2017-03-26 19:52:04'); +INSERT INTO `marker` VALUES (4158,1901,NULL,2,1902,1506,'Interesting Shit','Blalbla\r\n',145.25,-75.5,0,0,0,'2017-03-26 20:07:41'); +INSERT INTO `marker` VALUES (4159,1901,NULL,2,1910,1508,'Treasure Chests (2)','',197.81640625,-141.109375,0,0,0,'2017-03-26 22:35:01'); +INSERT INTO `marker` VALUES (4160,1901,NULL,2,1933,1510,'Stone Talus','',179.15625,-181.3203125,0,0,0,'2017-03-27 00:04:58'); +INSERT INTO `marker` VALUES (4161,1901,NULL,2,1901,1516,'Complete','',153.96875,-158.02734375,0,0,0,'2017-03-27 01:18:11'); +INSERT INTO `marker` VALUES (4162,1901,NULL,2,1912,1518,'test','do not approve',115.75,-127.3125,0,0,0,'2017-03-27 01:42:21'); +INSERT INTO `marker` VALUES (4163,1901,NULL,2,1901,1521,'','',137.0625,-150.859375,0,0,0,'2017-03-27 03:53:26'); +INSERT INTO `marker` VALUES (4164,1901,NULL,2,1933,1195,'Igneo Talus','',161.4375,-81.015625,0,0,0,'2017-03-27 05:31:09'); +INSERT INTO `marker` VALUES (4165,1901,NULL,2,1933,1195,'Igneo Talus','',155.921875,-100.5,0,0,0,'2017-03-27 05:31:38'); +INSERT INTO `marker` VALUES (4166,1901,NULL,2,1933,1195,'Molduga','',57.5625,-177.1875,0,0,0,'2017-03-27 05:32:39'); +INSERT INTO `marker` VALUES (4167,1901,NULL,2,1914,1525,'Zapshroom','',185.5625,-74.1875,0,0,0,'2017-03-27 10:11:33'); +INSERT INTO `marker` VALUES (4168,1901,NULL,2,1926,1527,'Divine Beast Vah Rudania','',167.96875,-87.71875,0,1,0,'2017-03-27 12:01:25'); +INSERT INTO `marker` VALUES (4169,1901,NULL,2,1926,1527,'Divine Beast Vah Naboris','',76.4375,-178.3125,0,1,0,'2017-03-27 12:02:43'); +INSERT INTO `marker` VALUES (4170,1901,NULL,2,1926,1527,'Divine Beast Vah Medoh','',71.5,-99.8125,0,1,0,'2017-03-27 12:03:26'); +INSERT INTO `marker` VALUES (4171,1901,NULL,2,1933,1510,'Stone Talus','Stone Talus- Weak point on lower back.',179.1875,-181.3125,0,0,0,'2017-03-27 14:55:13'); +INSERT INTO `marker` VALUES (4172,1901,NULL,2,1901,1538,'','',177.1875,-121.4375,0,1,0,'2017-03-27 19:56:30'); +INSERT INTO `marker` VALUES (4173,1901,NULL,2,1926,788,'Divine Beast - Vah Rudania','',167.75,-87.9375,0,0,0,'2017-03-27 22:20:26'); +INSERT INTO `marker` VALUES (4174,1901,NULL,2,1926,788,'Divine Beast - Vah Medoh','',71.4375,-99.875,0,0,0,'2017-03-27 22:20:55'); +INSERT INTO `marker` VALUES (4175,1901,NULL,2,1916,1083,'','',177.109375,-162.82421875,0,0,0,'2017-03-27 23:13:37'); +INSERT INTO `marker` VALUES (4176,1901,NULL,2,1933,747,'Lynal','',115.9921875,-185.3828125,0,0,0,'2017-03-28 00:29:56'); +INSERT INTO `marker` VALUES (4177,1901,NULL,2,1903,1546,'Chest','',169.4375,-146.2109375,0,0,0,'2017-03-28 02:20:01'); +INSERT INTO `marker` VALUES (4178,1901,NULL,2,1901,1545,'x','',121.390625,-159.109375,0,0,0,'2017-03-28 02:26:56'); +INSERT INTO `marker` VALUES (4179,1901,NULL,2,1933,1549,'Lynel','',146.953125,-69.0234375,0,0,0,'2017-03-28 04:19:13'); +INSERT INTO `marker` VALUES (4180,1901,NULL,2,1933,1549,'Red Lynel','',188.296875,-118.76953125,0,0,0,'2017-03-28 04:22:45'); +INSERT INTO `marker` VALUES (4181,1901,NULL,2,1902,1550,'777','454454',117.546875,-159.25,0,0,0,'2017-03-28 04:57:24'); +INSERT INTO `marker` VALUES (4182,1901,NULL,2,1901,1557,'','',88.17578125,-189.7421875,0,0,0,'2017-03-28 06:06:23'); +INSERT INTO `marker` VALUES (4183,1901,NULL,2,1933,1558,'Molduga','',53.0625,-171.734375,0,1,0,'2017-03-28 06:22:29'); +INSERT INTO `marker` VALUES (4185,1901,NULL,2,1926,1568,'Divine Beast Vah Rudania','',167.6875,-87.453125,0,0,0,'2017-03-28 15:17:27'); +INSERT INTO `marker` VALUES (4186,1901,NULL,2,1926,1568,'Divine Beast Vah Medoh','',70.75,-97.890625,0,0,0,'2017-03-28 15:19:25'); +INSERT INTO `marker` VALUES (4187,1901,NULL,2,1926,1568,'Divine Beast Vah Naboris','',79.5,-180.78125,0,0,0,'2017-03-28 15:21:21'); +INSERT INTO `marker` VALUES (4188,1901,NULL,2,1933,1568,'Molduga','',56,-178.875,0,0,0,'2017-03-28 15:23:38'); +INSERT INTO `marker` VALUES (4189,1901,NULL,2,1933,1568,'Molduga','',52.96875,-172.46875,0,0,0,'2017-03-28 15:39:33'); +INSERT INTO `marker` VALUES (4190,1901,NULL,2,1933,1568,'Molduga','',68.984375,-185.34375,0,0,0,'2017-03-28 15:40:58'); +INSERT INTO `marker` VALUES (4191,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',60.8359375,-149.86328125,0,0,0,'2017-03-28 15:43:13'); +INSERT INTO `marker` VALUES (4192,1901,NULL,2,1933,1568,'Frost Talus','',72.37890625,-152.328125,0,0,0,'2017-03-28 15:44:17'); +INSERT INTO `marker` VALUES (4193,1901,NULL,2,1933,1568,'Frost Talus','',82.5625,-148.5859375,0,0,0,'2017-03-28 15:45:18'); +INSERT INTO `marker` VALUES (4194,1901,NULL,2,1933,1568,'Stone Talus - Rare','',68.546875,-146.890625,0,0,0,'2017-03-28 15:46:22'); +INSERT INTO `marker` VALUES (4195,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',82.515625,-162.578125,0,0,0,'2017-03-28 15:47:19'); +INSERT INTO `marker` VALUES (4196,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',92.296875,-158.65625,0,0,0,'2017-03-28 15:48:04'); +INSERT INTO `marker` VALUES (4197,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',97.734375,-159.265625,0,0,0,'2017-03-28 15:48:58'); +INSERT INTO `marker` VALUES (4198,1901,NULL,2,1933,1568,'Stone Talus - Luminous','',112.875,-178.5625,0,0,0,'2017-03-28 15:49:51'); +INSERT INTO `marker` VALUES (4199,1901,NULL,2,1933,1568,'Stalnox','',111.484375,-186.65625,0,0,0,'2017-03-28 15:51:15'); +INSERT INTO `marker` VALUES (4200,1901,NULL,2,1933,1568,'Stalnox','',129.53125,-180.6875,0,0,0,'2017-03-28 15:51:59'); +INSERT INTO `marker` VALUES (4201,1901,NULL,2,1933,1573,'Moldora','',70.8359375,-185.484375,0,0,0,'2017-03-28 17:38:42'); +INSERT INTO `marker` VALUES (4202,1901,NULL,2,1933,1573,'Moldora','',53.375,-171.84375,0,0,0,'2017-03-28 17:43:12'); +INSERT INTO `marker` VALUES (4203,1901,NULL,2,1931,1574,'Bokoblin Base','Inside the sandstorm',55.5,-188.34375,0,1,0,'2017-03-28 18:43:25'); +INSERT INTO `marker` VALUES (4204,1901,NULL,2,1933,749,'Molduga','',69.7421875,-184.62109375,0,0,0,'2017-03-28 18:50:22'); +INSERT INTO `marker` VALUES (4205,1901,NULL,2,1933,749,'Molduga','',57.59765625,-176.66796875,0,0,0,'2017-03-28 18:50:55'); +INSERT INTO `marker` VALUES (4206,1901,NULL,2,1933,749,'Molduga','',53.07421875,-171.71875,0,0,0,'2017-03-28 18:51:24'); +INSERT INTO `marker` VALUES (4207,1901,NULL,2,1901,844,'','',104.6875,-104.875,0,0,0,'2017-03-28 21:53:11'); +INSERT INTO `marker` VALUES (4208,1901,NULL,2,1901,844,'','',104.6875,-104.875,0,0,0,'2017-03-28 21:53:12'); +INSERT INTO `marker` VALUES (4209,1901,NULL,2,1933,1579,'Blue Maned Lynel','Blue Maned Lynel with 3000 HP, shock arrows.',197.87109375,-139.921875,0,0,0,'2017-03-28 23:15:39'); +INSERT INTO `marker` VALUES (4210,1901,NULL,2,1933,747,'Stone Talus','',154.44140625,-180.14453125,0,0,0,'2017-03-28 23:24:21'); +INSERT INTO `marker` VALUES (4211,1901,NULL,2,1901,1581,'','',178.09375,-187.59375,0,0,0,'2017-03-29 00:55:00'); +INSERT INTO `marker` VALUES (4212,1901,NULL,2,1934,1582,'Captured Memories','Located at the Spring of Power',186.7421875,-86.1953125,0,0,0,'2017-03-29 01:20:27'); +INSERT INTO `marker` VALUES (4213,1901,NULL,2,1934,1582,'Captured Memories','Located just outside Princess Zelda's Study in Hyrule Castle',122.2109375,-112.4609375,0,0,0,'2017-03-29 01:52:34'); +INSERT INTO `marker` VALUES (4214,1901,NULL,2,1910,1537,'Ches','On top of the building',180.03515625,-119.6875,0,0,0,'2017-03-29 04:14:32'); +INSERT INTO `marker` VALUES (4215,1901,NULL,2,1901,1590,'','',100.25,-73.75,0,0,0,'2017-03-29 05:03:23'); +INSERT INTO `marker` VALUES (4216,1901,NULL,2,1933,1590,'Linux','',188.171875,-119.40625,0,1,0,'2017-03-29 05:04:28'); +INSERT INTO `marker` VALUES (4217,1901,NULL,2,1933,1590,'Big guy','',190.21875,-125.59375,0,0,0,'2017-03-29 05:05:05'); +INSERT INTO `marker` VALUES (4218,1901,NULL,2,1933,1600,'Stone Talus','',150.796875,-148.6484375,0,0,0,'2017-03-29 09:55:18'); +INSERT INTO `marker` VALUES (4219,1901,NULL,2,1933,1600,'Stone Talus','',139.03125,-151,0,0,0,'2017-03-29 09:55:50'); +INSERT INTO `marker` VALUES (4220,1901,NULL,2,1933,1600,'Stone Talus','',133.66015625,-157.72265625,0,0,0,'2017-03-29 09:56:14'); +INSERT INTO `marker` VALUES (4221,1901,NULL,2,1903,1603,'Master Sword','13 hearts needed',134.9375,-94.125,0,1,0,'2017-03-29 10:10:05'); +INSERT INTO `marker` VALUES (4222,1901,NULL,2,1933,1593,'Hinox','',171.26171875,-170.40234375,0,0,0,'2017-03-29 12:20:10'); +INSERT INTO `marker` VALUES (4223,1901,NULL,2,1904,1610,'chest','under the bridge',155.953125,-152.19140625,0,1,0,'2017-03-29 13:07:42'); +INSERT INTO `marker` VALUES (4224,1901,NULL,2,1910,1610,'chest','topaz',154.69254684448242,-144.8638516664505,0,1,0,'2017-03-29 13:32:22'); +INSERT INTO `marker` VALUES (4225,1901,NULL,2,1904,1610,'arrow','',156.03125,-144.80859375,0,1,0,'2017-03-29 13:37:05'); +INSERT INTO `marker` VALUES (4226,1901,NULL,2,1910,1610,'chest','opal',181.9375,-161.87890625,0,1,0,'2017-03-29 15:17:36'); +INSERT INTO `marker` VALUES (4227,1901,NULL,2,1910,1610,'chest','arrow',172.11594319343567,-161.14287102222443,0,1,0,'2017-03-29 16:10:18'); +INSERT INTO `marker` VALUES (4228,1901,NULL,2,1910,1610,'wooden chest','ambre',177.78125,-154.109375,0,1,0,'2017-03-29 16:38:43'); +INSERT INTO `marker` VALUES (4229,1901,NULL,2,1916,1610,'korok seed (shoot)','shoot gold eye',156.18359375,-144.88671875,0,0,0,'2017-03-29 17:10:27'); +INSERT INTO `marker` VALUES (4230,1901,NULL,2,1935,1610,'ARROWS OF THE BURNING HEART','',156.54296875,-144.296875,0,1,0,'2017-03-29 17:14:11'); +INSERT INTO `marker` VALUES (4231,1901,NULL,2,1910,1610,'wooden chest','100 rupee',198.3515625,-152.421875,0,1,0,'2017-03-29 18:54:26'); +INSERT INTO `marker` VALUES (4232,1901,NULL,2,1902,1382,'','',182.15625,-114.296875,0,0,0,'2017-03-29 19:02:00'); +INSERT INTO `marker` VALUES (4233,1901,NULL,2,1934,1620,'The power that does not wake up','',186.265625,-86.87890625,0,0,0,'2017-03-29 20:02:04'); +INSERT INTO `marker` VALUES (4234,1901,NULL,2,1916,1610,'korok seeds (circle ttl)','',191.5859375,-89.5546875,0,1,0,'2017-03-29 20:54:15'); +INSERT INTO `marker` VALUES (4235,1901,NULL,2,1910,1610,'chest','',106.76171875,-131.765625,0,0,0,'2017-03-29 22:51:32'); +INSERT INTO `marker` VALUES (4236,1901,NULL,2,1910,1610,'chest','',91.43359375,-138.66796875,0,1,0,'2017-03-30 01:10:41'); +INSERT INTO `marker` VALUES (4237,1901,NULL,2,1934,237,'Memory 12 - Father and Daughter','',122.3359375,-112.421875,0,0,0,'2017-03-30 02:01:38'); +INSERT INTO `marker` VALUES (4238,1901,NULL,2,1933,1637,'Silver Lynel','',101.14453125,-73.28515625,0,0,0,'2017-03-30 03:10:48'); +INSERT INTO `marker` VALUES (4239,1901,NULL,2,1903,1587,'','Lanza de las aguas',195.94140625,-117.93359375,0,0,0,'2017-03-30 04:11:01'); +INSERT INTO `marker` VALUES (4240,1901,NULL,2,1931,1587,'','',196.0234375,-118.12109375,0,0,0,'2017-03-30 04:11:42'); +INSERT INTO `marker` VALUES (4241,1901,NULL,2,1903,1587,'Cetro de Hielo','',201.62890625,-111.88671875,0,0,0,'2017-03-30 04:39:41'); +INSERT INTO `marker` VALUES (4242,1901,NULL,2,1934,1587,'Un poder que no despierta','',186.5078125,-86.515625,0,0,0,'2017-03-30 05:27:39'); +INSERT INTO `marker` VALUES (4243,1901,NULL,2,1926,1604,'Vah Rudania','',166.359375,-88.96875,0,0,0,'2017-03-30 05:45:38'); +INSERT INTO `marker` VALUES (4244,1901,NULL,2,1936,1537,'Craked Wall','Craked wall whit a chest ',114.3515625,-158.1796875,0,0,0,'2017-03-30 06:05:17'); +INSERT INTO `marker` VALUES (4245,1901,NULL,2,1934,1230,'Memorie 9','',186.625,-86.3125,0,0,0,'2017-03-30 13:27:36'); +INSERT INTO `marker` VALUES (4246,1901,NULL,2,1936,1649,'','',114.375,-158.21875,0,0,0,'2017-03-30 16:15:01'); +INSERT INTO `marker` VALUES (4247,1901,NULL,2,1901,1625,'Kara Kara Bazaar','',77.04296875,-168.13671875,0,0,0,'2017-03-30 16:36:58'); +INSERT INTO `marker` VALUES (4248,1901,NULL,2,1904,1643,'Phrenic Bow','Chest under the bridge, "inside" broken pillar. Phrenic Bow.',127.80859375,-168.421875,0,0,0,'2017-03-30 17:08:08'); +INSERT INTO `marker` VALUES (4249,1901,NULL,2,1904,1643,'Phrenic Bow','Chest between breakable boulders. Use bomb.\r\nPhrenic Bow',129.82421875,-112.21484375,0,0,0,'2017-03-30 17:10:13'); +INSERT INTO `marker` VALUES (4250,1901,NULL,2,1933,1643,'Lynel','',198.1328125,-140.4453125,0,0,0,'2017-03-30 17:11:46'); +INSERT INTO `marker` VALUES (4251,1901,NULL,2,1933,1643,'Lynel','',185.015625,-81.75,0,0,0,'2017-03-30 17:12:39'); +INSERT INTO `marker` VALUES (4252,1901,NULL,2,1933,1643,'Lynel','',188.015625,-77.296875,0,0,0,'2017-03-30 17:13:04'); +INSERT INTO `marker` VALUES (4253,1901,NULL,2,1933,1643,'Lynel','',148.1875,-69.28125,0,0,0,'2017-03-30 17:13:43'); +INSERT INTO `marker` VALUES (4254,1901,NULL,2,1933,1643,'Lynel','',131.1875,-71.125,0,0,0,'2017-03-30 17:14:05'); +INSERT INTO `marker` VALUES (4255,1901,NULL,2,1933,1643,'Lynel','',123.5,-78.71875,0,0,0,'2017-03-30 17:14:44'); +INSERT INTO `marker` VALUES (4256,1901,NULL,2,1933,1643,'Lynel','',116.3125,-98.84375,0,0,0,'2017-03-30 17:15:06'); +INSERT INTO `marker` VALUES (4257,1901,NULL,2,1933,1643,'Lynel','',108.375,-72.46875,0,0,0,'2017-03-30 17:15:29'); +INSERT INTO `marker` VALUES (4258,1901,NULL,2,1933,1643,'Lynel','',101.71875,-72.625,0,0,0,'2017-03-30 17:15:52'); +INSERT INTO `marker` VALUES (4259,1901,NULL,2,1933,1643,'Lynel','',96.40625,-71.15625,0,0,0,'2017-03-30 17:16:05'); +INSERT INTO `marker` VALUES (4260,1901,NULL,2,1933,1643,'Lynel','',57.59375,-89.71875,0,0,0,'2017-03-30 17:16:56'); +INSERT INTO `marker` VALUES (4261,1901,NULL,2,1931,1620,'','',125.0703125,-162.390625,0,0,0,'2017-03-30 17:44:34'); +INSERT INTO `marker` VALUES (4262,1901,NULL,2,1930,1659,'Silver Lynel','',109.09375,-72.328125,0,1,0,'2017-03-30 19:47:54'); +INSERT INTO `marker` VALUES (4263,1901,NULL,2,1903,1007,'Flame Greatsword','',110.6171875,-134.765625,0,1,0,'2017-03-30 20:06:58'); +INSERT INTO `marker` VALUES (4264,1901,NULL,2,1904,1661,'Soldier's Bow','In bell tower off roof',115.26171875,-158.73828125,0,0,0,'2017-03-30 21:10:04'); +INSERT INTO `marker` VALUES (4265,1901,NULL,2,1931,1661,'Bokoblin camp','',113.0625,-158.50390625,0,0,0,'2017-03-30 21:11:18'); +INSERT INTO `marker` VALUES (4266,1901,NULL,2,1931,1661,'Bokoblin camp','',118.09765625,-157.890625,0,0,0,'2017-03-30 21:12:23'); +INSERT INTO `marker` VALUES (4267,1901,NULL,2,1910,1661,'Chest','',117.20703125,-163.80859375,0,0,0,'2017-03-30 21:14:33'); +INSERT INTO `marker` VALUES (4268,1901,NULL,2,1931,1661,'Bokoblin camp','',117.37890625,-156.05859375,0,0,0,'2017-03-30 21:15:23'); +INSERT INTO `marker` VALUES (4269,1901,NULL,2,1925,1653,'shrine','',79.8125,-147.296875,0,0,0,'2017-03-31 03:07:06'); +INSERT INTO `marker` VALUES (4270,1901,NULL,2,1901,1375,'Hateno Ancient Tech Lab','',187.109375,-161.28125,0,0,0,'2017-03-31 12:08:29'); +INSERT INTO `marker` VALUES (4271,1901,NULL,2,1901,1375,'Akkala Ancient Tech Lab','',198.69921875,-78.359375,0,0,0,'2017-03-31 12:10:09'); +INSERT INTO `marker` VALUES (4272,1901,NULL,2,1910,1686,'Opal','Opal in a hidden chest',114.37890625,-158.1484375,0,0,0,'2017-03-31 12:52:21'); +INSERT INTO `marker` VALUES (4300,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1070446750',147.4765625,-134.6171875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4301,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1895467681',148.94690624999998,-179.03467187500002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4302,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1899568569',141.71875,-173.578125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4303,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -1966190823',154.3901875,-176.42578125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4304,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -778000549',146.1015625,-176.90625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4305,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -799924769',141.93125,-113.296875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4306,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: -894814924',101.0875,-115.61875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4307,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 122372285',100.0359375,-116.003125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4308,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 346741434',156.82590625,-176.7470625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4309,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 410515381',100.875,-116.353125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4310,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 780410236',152.6328125,-132.796875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4311,1901,NULL,1,1939,1,'Electric Wizzrobe','Game ID: 817220492',178.4921875,-128.6796875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4312,1901,NULL,1,1939,1,'Thunder Wizzrobe','Game ID: -1370100773',69.398359375,-107.1270625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4313,1901,NULL,1,1939,1,'Thunder Wizzrobe','Game ID: 778242681',138.65625,-116.253125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4314,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -1186495831',93.76159375,-167.0991875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4315,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -1362357379',163.015625,-150.9609375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4316,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -1865717721',104.03125,-151.9140625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4317,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: -834620865',94.2193125,-161.447375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4318,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1179191329',126.11596718749999,-175.21029687499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4319,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1464460165',96.09878125,-163.45540625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4320,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1467785709',125.767640625,-174.145640625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4321,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1587467038',142.9828125,-118.7046875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4322,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1726561686',98.290609375,-166.874390625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4323,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 1799378514',141.6880578125,-103.33321875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4324,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 600223672',137.3203125,-161.125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4325,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 629321287',101.49859375,-149.685296875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4326,1901,NULL,1,1939,1,'Fire Wizzrobe','Game ID: 795782529',135.572103125,-163.240953125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4327,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: -1089317293',138.2546875,-114.390625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4328,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: -1804192569',140.920490625,-80.242609375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4329,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: -491191410',175.6096875,-92.05626562500001,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4330,1901,NULL,1,1939,1,'Meteo Wizzrobe','Game ID: 926370827',177.200875,-83.73935937499999,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4331,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -149733274',164.07353125,-125.9466765625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4332,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -24969083',169.796875,-111.1015625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4333,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -459047056',149.568609375,-109.276984375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4334,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -563251786',79.9265625,-147.1703125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4335,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: -886535180',170.628203125,-114.238940625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4336,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 1341359998',136.065625,-114.26875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4337,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 1375707729',166.58740625000002,-120.480834375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4338,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 209009649',65.504109375,-146.37309375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4339,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 586069873',88.84703125,-152.847515625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4340,1901,NULL,1,1939,1,'Ice Wizzrobe','Game ID: 642600740',79.584375,-147.065625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4363,1901,NULL,1,1940,1,'Silver Lynel','Game ID: 1578404536',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4364,1901,NULL,1,1940,1,'Lynel','Game ID: -903790588',83.08798437499999,-123.590990625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4365,1901,NULL,1,1940,1,'Lynel','Game ID: -94054922',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4366,1901,NULL,1,1940,1,'Lynel','Game ID: 1492521341',178.95543750000002,-146.934203125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4367,1901,NULL,1,1940,1,'Lynel','Game ID: 1819222204',114.4865,-177.712578125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4368,1901,NULL,1,1940,1,'Lynel','Game ID: 232962450',153.302984375,-173.7588125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4369,1901,NULL,1,1940,1,'Lynel','Game ID: 459804714',115.784221875,-185.13134374999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4370,1901,NULL,1,1940,1,'Lynel','Game ID: -2003288895',188.077875,-118.607909375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4371,1901,NULL,1,1940,1,'Lynel','Game ID: 1396251553',188.3828125,-118.578125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4372,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: -102695323',116.1134015625,-99.28746875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4373,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: -2010019374',122.5920796875,-115.09546875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4374,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: -898189077',188.296875,-77.59375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4375,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 1423341458',57.791671875000006,-89.62221875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4376,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 1529588945',184.828125,-81.6640625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4377,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 1544805954',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4378,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 438554606',197.98990625,-140.32708125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4379,1901,NULL,1,1940,1,'Blue-Maned Lynel','Game ID: 86620264',80.157984375,-144.683453125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4380,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -1916342068',107.48321874999999,-72.2604375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4381,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -193265826',147.651375,-69.350703125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4382,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -48920391',121.734375,-79.5546875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4383,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -506866551',96.30646875,-71.30315625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4384,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -779433878',125.5449703125,-114.1262734375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4385,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: -923255062',131.859375,-70.6796875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4386,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: 1309263371',64.91328125,-141.7279734375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4387,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: 237760997',110.09240625,-147.94204687500002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4388,1901,NULL,1,1940,1,'White-Maned Lynel','Game ID: 329409903',101.6015625,-72.421875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4394,1901,NULL,1,1941,1,'Igneo Talus','GameID:-1114480603',161.461828125,-93.961390625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4395,1901,NULL,1,1941,1,'Igneo Talus','GameID:-151855053',161.5390625,-80.9453125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4396,1901,NULL,1,1941,1,'Igneo Talus','GameID:1372356658',165.070578125,-96.771640625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4397,1901,NULL,1,1941,1,'Igneo Talus','GameID:2080410037',148.87653125,-80.44981250000001,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4398,1901,NULL,1,1941,1,'Igneo Talus','GameID:2112489205',156.05532812500002,-100.707328125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4399,1901,NULL,1,1941,1,'Frost Talus','GameID:-207226742',94.4863125,-79.83449999999999,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4400,1901,NULL,1,1941,1,'Frost Talus','GameID:-287277272',72.3950625,-152.376046875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4401,1901,NULL,1,1941,1,'Frost Talus','GameID:1684711544',79.9765625,-82.3984375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4402,1901,NULL,1,1941,1,'Frost Talus','GameID:189892196',70.0390625,-91.328125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4403,1901,NULL,1,1941,1,'Frost Talus','GameID:648092042',82.375171875,-148.22290625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4404,1901,NULL,1,1941,1,'Stone Talus','GameID:-197761366',154.41759374999998,-180.119078125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4405,1901,NULL,1,1941,1,'Stone Talus','GameID:-421745999',147.6424375,-162.00815625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4406,1901,NULL,1,1941,1,'Stone Talus','GameID:-477091887',149.7503125,-186.243609375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4407,1901,NULL,1,1941,1,'Stone Talus','GameID:-587280206',179.133078125,-181.27896875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4408,1901,NULL,1,1941,1,'Stone Talus','GameID:-60569385',139.0209859375,-150.998171875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4409,1901,NULL,1,1941,1,'Stone Talus','GameID:-606454255',167.4921875,-157.7578125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4410,1901,NULL,1,1941,1,'Stone Talus','GameID:-684759226',111.003859375,-153.987171875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4411,1901,NULL,1,1941,1,'Stone Talus','GameID:139564765',177.99078125,-157.755609375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4412,1901,NULL,1,1941,1,'Stone Talus','GameID:1450825465',146.54093749999998,-153.66825,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4413,1901,NULL,1,1941,1,'Stone Talus','GameID:2009332164',150.904796875,-148.76421875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4414,1901,NULL,1,1941,1,'Stone Talus','GameID:481698249',133.6147140625,-157.750234375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4415,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-1021089624',98.375,-159.94809375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4416,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-1467136833',92.4140625,-158.921875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4417,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-1927229395',125.2354203125,-155.68154687499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4418,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-394584925',60.623984375000006,-150.60759375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4419,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-482553350',119.957003125,-146.4646875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4420,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-689215827',93.977109375,-103.22828125000001,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4421,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:-765148577',199.2265625,-166.515625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4422,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:1063952470',190.37926562500002,-125.5185078125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4423,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:372172601',82.711421875,-162.54678124999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4424,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:491623064',112.826078125,-178.56465624999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4425,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:853217538',140.0546875,-112.15625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4426,1901,NULL,1,1941,1,'Stone Talus (Luminous)','GameID:975119268',95.24284374999999,-175.46728124999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4427,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-1531753942',78.9765625,-129.13903765625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4428,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-1764034358',77.24367187499999,-111.154375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4429,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-1839341511',68.550671875,-146.8245625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4430,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:-425252627',115.9883921875,-115.429896875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4431,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:1943962273',125.8648984375,-113.0583828125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4432,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:321907823',83.242171875,-99.47021875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4433,1901,NULL,1,1941,1,'Stone Talus (Rare)','GameID:464316212',66.60473437499999,-111.0705625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4457,1901,NULL,1,1942,1,'Stalnox','Game ID: -1093191407',108.1015625,-94.9765625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4458,1901,NULL,1,1942,1,'Stalnox','Game ID: -1320886829',129.5703125,-180.671875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4459,1901,NULL,1,1942,1,'Stalnox','Game ID: -1479112308',111.40625,-186.9296875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4460,1901,NULL,1,1942,1,'Stalnox','Game ID: -1775419891',192.7920625,-93.230578125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4461,1901,NULL,1,1942,1,'Stalnox','Game ID: -57758398',61.4351875,-68.97679687499999,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4462,1901,NULL,1,1942,1,'Stalnox','Game ID: -594702300',160.478390625,-181.916640625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4463,1901,NULL,1,1942,1,'Stalnox','Game ID: 1287559097',132.0078125,-113.7265609375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4464,1901,NULL,1,1942,1,'Stalnox','Game ID: 1698864303',158.3203125,-165.4453125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4465,1901,NULL,1,1942,1,'Stalnox','Game ID: 1721655973',93.359375,-137.125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4466,1901,NULL,1,1942,1,'Stalnox','Game ID: 73882430',120.3227375,-112.22164062499999,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4467,1901,NULL,1,1942,1,'Hinox','Game ID: -195151372',151.334296875,-176.31465624999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4468,1901,NULL,1,1942,1,'Hinox','Game ID: -944954171',178.79590625,-148.806640625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4469,1901,NULL,1,1942,1,'Hinox','Game ID: -957080854',171.2509375,-170.36848437499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4470,1901,NULL,1,1942,1,'Hinox','Game ID: 1602515170',158.7661875,-129.52184156250001,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4471,1901,NULL,1,1942,1,'Hinox','Game ID: 1833514674',165.729953125,-146.403671875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4472,1901,NULL,1,1942,1,'Hinox','Game ID: 1903632265',148.78979687499998,-168.99903125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4473,1901,NULL,1,1942,1,'Hinox','Game ID: 373348007',178.15895312499998,-174.81762500000002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4474,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -1022439736',144.11609375,-182.62909375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4475,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -1764651626',133.3409375,-79.3103125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4476,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -1822558219',104.017484375,-125.3188796875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4477,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -214413042',116.24240156249999,-108.185546875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4478,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -463100083',183.09784375,-133.70263749999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4479,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -550790576',134.578125,-133.1484375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4480,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -588686648',197.40625,-133.4833984375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4481,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -657773647',120.4913375,-96.130625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4482,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -667065489',90.96801562499999,-121.4439703125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4483,1901,NULL,1,1942,1,'Blue Hinox','Game ID: -722740842',174.732828125,-140.3113078125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4484,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1266282060',137.7888640625,-123.2258609375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4485,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1384742674',179.38678125,-108.37121875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4486,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1925665429',198.892359375,-185.84300000000002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4487,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 1949698080',101.37035937499999,-155.76220312499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4488,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 2083136285',173.78928125,-123.3375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4489,1901,NULL,1,1942,1,'Blue Hinox','Game ID: 936329231',170.08903125,-174.368234375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4490,1901,NULL,1,1942,1,'Black Hinox','Game ID: -1441095752',68.72375,-103.67028125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4491,1901,NULL,1,1942,1,'Black Hinox','Game ID: -509328048',165.824265625,-171.47804687500002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4492,1901,NULL,1,1942,1,'Black Hinox','Game ID: -553469486',166.82971874999998,-125.913190625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4493,1901,NULL,1,1942,1,'Black Hinox','Game ID: -884585299',173.58465625,-72.353125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4494,1901,NULL,1,1942,1,'Black Hinox','Game ID: 1028264440',182.521578125,-75.878359375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4495,1901,NULL,1,1942,1,'Black Hinox','Game ID: 2009832062',57.203125,-86.136359375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4496,1901,NULL,1,1942,1,'Black Hinox','Game ID: 851170738',109.60859375,-129.85166093750001,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4520,1901,NULL,1,1945,1,'Blupee','GameID:8112710',92.2976875,-133.302234375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4521,1901,NULL,1,1945,1,'Blupee','GameID:67622795',93.829953125,-132.859740625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4522,1901,NULL,1,1945,1,'Blupee','GameID:119676254',92.508203125,-133.5684421875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4523,1901,NULL,1,1945,1,'Blupee','GameID:125156133',92.438625,-134.93205625000002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4524,1901,NULL,1,1945,1,'Blupee','GameID:352056706',93.347625,-136.9433671875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4525,1901,NULL,1,1945,1,'Blupee','GameID:581551889',92.05053125,-137.8593484375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4526,1901,NULL,1,1945,1,'Blupee','GameID:647652707',92.60026562499999,-133.2752625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4527,1901,NULL,1,1945,1,'Blupee','GameID:654864030',88.10012499999999,-136.34644375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4528,1901,NULL,1,1945,1,'Blupee','GameID:750180744',91.850734375,-140.25032031249998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4529,1901,NULL,1,1945,1,'Blupee','GameID:789917160',92.241046875,-133.37005937499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4530,1901,NULL,1,1945,1,'Blupee','GameID:823897486',93.467375,-140.44702187500002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4531,1901,NULL,1,1945,1,'Blupee','GameID:956029213',92.553125,-133.2203125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4532,1901,NULL,1,1945,1,'Blupee','GameID:1158573626',89.698859375,-135.7708578125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4533,1901,NULL,1,1945,1,'Blupee','GameID:1207652058',92.362515625,-133.699678125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4534,1901,NULL,1,1945,1,'Blupee','GameID:1326369154',92.217859375,-133.5381,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4535,1901,NULL,1,1945,1,'Blupee','GameID:1452972064',92.127671875,-136.33900156250002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4536,1901,NULL,1,1945,1,'Blupee','GameID:2133969819',92.465625,-133.2015625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4537,1901,NULL,1,1945,1,'Blupee','GameID:-2078914857',95.083828125,-136.58632968749998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4538,1901,NULL,1,1945,1,'Blupee','GameID:-1850637496',93.816296875,-134.8625796875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4539,1901,NULL,1,1945,1,'Blupee','GameID:-1815722336',92.398515625,-133.237984375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4540,1901,NULL,1,1945,1,'Blupee','GameID:-1447561260',88.967546875,-139.7709984375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4541,1901,NULL,1,1945,1,'Blupee','GameID:-1345044241',92.337734375,-133.5613984375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4542,1901,NULL,1,1945,1,'Blupee','GameID:-1307935654',92.42115625,-133.59091562499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4543,1901,NULL,1,1945,1,'Blupee','GameID:-1256947696',92.32348437499999,-133.5607625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4544,1901,NULL,1,1945,1,'Blupee','GameID:-1236962431',92.310140625,-133.68234375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4545,1901,NULL,1,1945,1,'Blupee','GameID:-1112474538',92.5875,-133.2359375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4546,1901,NULL,1,1945,1,'Blupee','GameID:-1028011668',92.62796875000001,-133.4199359375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4547,1901,NULL,1,1945,1,'Blupee','GameID:-1004993643',93.44512499999999,-139.235190625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4548,1901,NULL,1,1945,1,'Blupee','GameID:-945246599',92.18279687500001,-133.6963203125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4549,1901,NULL,1,1945,1,'Blupee','GameID:-909187802',86.9346875,-138.15129218750002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4550,1901,NULL,1,1945,1,'Blupee','GameID:-864151855',92.60235937499999,-133.4605640625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4551,1901,NULL,1,1945,1,'Blupee','GameID:-841305980',90.05953124999999,-136.4893546875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4552,1901,NULL,1,1945,1,'Blupee','GameID:-800659145',92.6198125,-133.375396875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4553,1901,NULL,1,1945,1,'Blupee','GameID:-727753018',89.33121875,-138.104959375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4554,1901,NULL,1,1945,1,'Blupee','GameID:-596746417',94.84398437499999,-137.740290625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4555,1901,NULL,1,1945,1,'Blupee','GameID:-459594147',87.9001875,-138.23744375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4556,1901,NULL,1,1945,1,'Blupee','GameID:-450394293',92.1759375,-133.4896015625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4557,1901,NULL,1,1945,1,'Blupee','GameID:-423998841',92.45917187500001,-133.59282812499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4558,1901,NULL,1,1945,1,'Blupee','GameID:-233568771',95.576296875,-132.51598124999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4559,1901,NULL,1,1945,1,'Blupee','GameID:-187755273',92.25553124999999,-133.48372187500001,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4560,1901,NULL,1,1945,1,'Blupee','GameID:1355702776',97.68020312499999,-134.423575,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4561,1901,NULL,1,1945,1,'Blupee','GameID:-2088041912',97.77195312500001,-134.82321875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4562,1901,NULL,1,1945,1,'Blupee','GameID:-1832224716',97.681375,-132.98589218749999,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4563,1901,NULL,1,1945,1,'Blupee','GameID:-803272861',99.17295312499999,-133.54474375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4564,1901,NULL,1,1945,1,'Blupee','GameID:-1807451319',124.6262703125,-149.294859375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4565,1901,NULL,1,1945,1,'Blupee','GameID:558955435',135.1845046875,-149.55096874999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4566,1901,NULL,1,1945,1,'Blupee','GameID:1397879052',137.060125,-149.221640625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4567,1901,NULL,1,1945,1,'Blupee','GameID:2088165780',158.20678125,-141.86630468750002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4568,1901,NULL,1,1945,1,'Blupee','GameID:-1141095909',144.60146874999998,-130.5845546875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4569,1901,NULL,1,1945,1,'Blupee','GameID:-68399232',157.47121875,-142.0634828125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4570,1901,NULL,1,1945,1,'Blupee','GameID:750137237',158.642625,-142.42371875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4571,1901,NULL,1,1945,1,'Blupee','GameID:216844463',158.660171875,-165.06846875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4572,1901,NULL,1,1945,1,'Blupee','GameID:1416749828',158.13584375,-166.40893749999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4573,1901,NULL,1,1945,1,'Blupee','GameID:1860780134',158.292140625,-161.672875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4574,1901,NULL,1,1945,1,'Blupee','GameID:-2138250636',144.7961875,-172.85525,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4575,1901,NULL,1,1945,1,'Blupee','GameID:-817454126',146.142890625,-175.00265625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4576,1901,NULL,1,1945,1,'Blupee','GameID:-737001022',158.38914062499998,-160.41778125000002,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4577,1901,NULL,1,1945,1,'Blupee','GameID:-155770291',143.31732499999998,-172.91153125,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4578,1901,NULL,1,1945,1,'Blupee','GameID:1206289926',159.86321875,-142.362746875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4579,1901,NULL,1,1945,1,'Blupee','GameID:1918020349',159.52492187500002,-162.38189062499998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4580,1901,NULL,1,1945,1,'Blupee','GameID:2052852149',159.55951562500002,-161.37184374999998,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4581,1901,NULL,1,1945,1,'Blupee','GameID:-72591425',161.003796875,-161.5509375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4582,1901,NULL,1,1945,1,'Blupee','GameID:-1641823448',180.34834375,-80.143765625,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4583,1901,NULL,1,1945,1,'Blupee','GameID:-600348053',180.18290625,-79.859546875,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4584,1901,NULL,1,1945,1,'Blupee','GameID:-295278280',180.53674999999998,-79.68059375,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4585,1901,NULL,1,1945,1,'Blupee','GameID:-130313959',180.50426562500002,-79.89345312500001,0,0,1,'2017-03-31 09:19:06'); +INSERT INTO `marker` VALUES (4647,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1008007535',145.2295,-114.52065625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4648,1901,NULL,1,1943,1,'Opal','Game ID: -1008534459',171.4686875,-123.4922125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4649,1901,NULL,1,1943,1,'Giant Ancient Core','Game ID: -1017784990',199.83596875,-69.80946875000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4650,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1018033230',140.906015625,-184.795109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4651,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1023961227',138.61507968749999,-157.469890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4652,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1032994',59.37778125,-141.0655546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4653,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1047362977',63.342734375000006,-69.646375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4654,1901,NULL,1,1943,1,'Diamond','Game ID: -1047524465',77.872078125,-156.99757812500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4655,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1048151654',192.38921875,-168.54303125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4656,1901,NULL,1,1943,1,'Ruby','Game ID: -1048883559',192.40589062499998,-165.025375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4657,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1050463831',156.0150625,-134.5791515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4658,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1056021203',185.3655625,-180.227921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4659,1901,NULL,1,1943,1,'Topaz','Game ID: -1061143940',175.109390625,-188.94465625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4660,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1076616169',197.77825,-141.116965625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4661,1901,NULL,1,1943,1,'Opal','Game ID: -10823820',131.68956406249998,-148.545578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4662,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1086774964',59.808218749999995,-144.830046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4663,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1089245121',122.8203125,-112.275515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4664,1901,NULL,1,1943,1,'Amber','Game ID: -1103299758',177.744984375,-154.065296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4665,1901,NULL,1,1943,1,'Sapphire','Game ID: -1110740138',142.089565625,-106.151703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4666,1901,NULL,1,1943,1,'Diamond','Game ID: -11125146',84.001421875,-162.718734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4667,1901,NULL,1,1943,1,'Topaz','Game ID: -1119355011',156.984609375,-185.661328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4668,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1127480161',176.5078125,-130.32812343749998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4669,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1130309811',76.296328125,-90.984546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4670,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1133046255',193.92067187499998,-125.69435625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4671,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1150711905',136.2812421875,-110.007875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4672,1901,NULL,1,1943,1,'Opal','Game ID: -1166747932',156.000234375,-183.942421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4673,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1187194443',134.29215156249998,-118.8783984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4674,1901,NULL,1,1943,1,'Opal','Game ID: -1196060440',174.17978125,-161.7648125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4675,1901,NULL,1,1943,1,'Topaz','Game ID: -1199189401',188.402921875,-186.709765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4676,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1201878415',73.152203125,-142.3351796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4677,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1201977216',201.3568125,-176.38653125000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4678,1901,NULL,1,1943,1,'Ruby','Game ID: -1202179686',125.80632187500001,-110.43865625000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4679,1901,NULL,1,1943,1,'Ruby','Game ID: -1204756075',87.5674375,-159.8426875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4680,1901,NULL,1,1943,1,'Sapphire','Game ID: -1224136418',87.036609375,-97.582140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4681,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1226654451',153.161421875,-132.821309375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4682,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1253304644',155.884609375,-173.412609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4683,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -125451966',137.2257140625,-150.93993749999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4684,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1263398072',90.06700000000001,-96.95278125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4685,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1267773832',193.71157812500002,-188.296609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4686,1901,NULL,1,1943,1,'Opal','Game ID: -1276150049',72.56846875,-141.209371875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4687,1901,NULL,1,1943,1,'Sapphire','Game ID: -1287393749',183.96153125,-184.496546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4688,1901,NULL,1,1943,1,'Amber','Game ID: -1288571721',139.0290234375,-178.80053125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4689,1901,NULL,1,1943,1,'Opal','Game ID: -1289309623',105.623734375,-158.51584375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4690,1901,NULL,1,1943,1,'Diamond','Game ID: -1295744293',122.3671875,-109.7421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4691,1901,NULL,1,1943,1,'Amber','Game ID: -1299763841',170.028328125,-188.248265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4692,1901,NULL,1,1943,1,'Sapphire','Game ID: -1301113880',199.219609375,-71.7109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4693,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1333386446',188.09540625,-172.57434375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4694,1901,NULL,1,1943,1,'Ruby','Game ID: -1335626422',192.34159375000002,-136.62094374999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4695,1901,NULL,1,1943,1,'Sapphire','Game ID: -1336035504',158.55965625,-168.77685937500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4696,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1345836722',108.861640625,-89.194453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4697,1901,NULL,1,1943,1,'Opal','Game ID: -1350909166',65.047640625,-139.2308171875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4698,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1355352184',130.99345,-153.0498125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4699,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1360537520',56.057765625,-177.84996875000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4700,1901,NULL,1,1943,1,'Opal','Game ID: -136078908',153.77687500000002,-176.74284375000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4701,1901,NULL,1,1943,1,'Amber','Game ID: -1367047419',180.570859375,-184.46114062499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4702,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1373356769',84.45821875,-91.15215624999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4703,1901,NULL,1,1943,1,'Opal','Game ID: -1404978849',171.75796875,-146.217375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4704,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1407009570',70.537796875,-140.94479375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4705,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1412503566',124.499846875,-109.59578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4706,1901,NULL,1,1943,1,'Opal','Game ID: -1426791900',133.09502656249998,-171.647859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4707,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1429488882',145.708390625,-187.724,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4708,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1435574268',50.8359375,-161.7015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4709,1901,NULL,1,1943,1,'','Game ID: -1437454309',174.539296875,-180.694046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4710,1901,NULL,1,1943,1,'Opal','Game ID: -1438291674',129.851796875,-151.444984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4711,1901,NULL,1,1943,1,'Flint','Game ID: -1449081326',156.58100000000002,-182.568890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4712,1901,NULL,1,1943,1,'Opal','Game ID: -1462561810',142.4521234375,-132.28982812499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4713,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1472115440',165.84121875,-171.42670312500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4714,1901,NULL,1,1943,1,'Opal','Game ID: -1473951002',112.808915625,-152.56503125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4715,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -14753071',174.68890625,-184.403875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4716,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1482457515',179.582734375,-137.529096875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4717,1901,NULL,1,1943,1,'Ruby','Game ID: -1494125745',71.457390625,-142.7418625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4718,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1498256518',134.7047765625,-188.944375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4719,1901,NULL,1,1943,1,'Opal','Game ID: -1506182731',97.03162499999999,-131.122684375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4720,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -150621195',123.09375,-122.9453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4721,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1508742176',189.877671875,-134.1355453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4722,1901,NULL,1,1943,1,'Opal','Game ID: -1517075919',131.8671875,-79.2359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4723,1901,NULL,1,1943,1,'Amber','Game ID: -1527596739',144.56334375,-178.1595,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4724,1901,NULL,1,1943,1,'Amber','Game ID: -1533471983',173.94565625,-182.313015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4725,1901,NULL,1,1943,1,'Topaz','Game ID: -1535053151',198.672921875,-177.089515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4726,1901,NULL,1,1943,1,'Opal','Game ID: -1544466939',68.542125,-148.0269375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4727,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1546321777',113.408990625,-182.05375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4728,1901,NULL,1,1943,1,'Opal','Game ID: -1547349243',160.3945,-156.464390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4729,1901,NULL,1,1943,1,'Luminous Stone','Game ID: -1548878308',148.95971874999998,-151.83721875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4730,1901,NULL,1,1943,1,'Amber','Game ID: -1562395',135.86158125000003,-145.03201562499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4731,1901,NULL,1,1943,1,'Ruby','Game ID: -1563274135',138.254765625,-114.4077515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4732,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1563525819',72.507953125,-118.7152234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4733,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1564211484',197.384484375,-181.21846875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4734,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1565642503',179.68153125,-104.383640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4735,1901,NULL,1,1943,1,'Opal','Game ID: -1566537959',114.40625,-158.2265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4736,1901,NULL,1,1943,1,'Amber','Game ID: -1571493',141.38106562500002,-155.853359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4737,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1572817637',79.27014062500001,-89.62182812500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4738,1901,NULL,1,1943,1,'Topaz','Game ID: -1577325947',151.251625,-94.474953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4739,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1582058541',174.51403125000002,-185.749828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4740,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1592840763',192.83156250000002,-186.24925000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4741,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1599904121',111.97078125,-73.96346875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4742,1901,NULL,1,1943,1,'Topaz','Game ID: -1604420303',97.528890625,-103.945859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4743,1901,NULL,1,1943,1,'Opal','Game ID: -1619832060',174.155671875,-187.299921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4744,1901,NULL,1,1943,1,'Amber','Game ID: -1626568109',129.12968734375,-98.9203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4745,1901,NULL,1,1943,1,'Opal','Game ID: -1630380856',190.202875,-115.1340765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4746,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1660453739',74.414203125,-146.581453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4747,1901,NULL,1,1943,1,'Amber','Game ID: -1667509827',99.328953125,-158.015875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4748,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1669736785',101.63090625,-88.317234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4749,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1674681304',53.45209375,-149.63725,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4750,1901,NULL,1,1943,1,'Amber','Game ID: -1683440653',171.48184375,-155.2240625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4751,1901,NULL,1,1943,1,'Topaz','Game ID: -1683523913',157.8721875,-189.4559375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4752,1901,NULL,1,1943,1,'Topaz','Game ID: -1686959267',156.28898437499998,-116.30355312500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4753,1901,NULL,1,1943,1,'Amber','Game ID: -169208717',111.3744375,-155.89234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4754,1901,NULL,1,1943,1,'Topaz','Game ID: -1697329467',192.211796875,-176.863609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4755,1901,NULL,1,1943,1,'Amber','Game ID: -170237930',86.952875,-152.384078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4756,1901,NULL,1,1943,1,'Star Fragment','Game ID: -1709700102',172.65550000000002,-180.81940625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4757,1901,NULL,1,1943,1,'Opal','Game ID: -1723703675',156.740265625,-151.63914062499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4758,1901,NULL,1,1943,1,'Ruby','Game ID: -1725604604',79.765625,-94.875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4759,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1734005952',134.2215265625,-109.65315625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4760,1901,NULL,1,1943,1,'Opal','Game ID: -1734091378',179.69671875,-121.9392265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4761,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1747527974',67.2734375,-167.7578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4762,1901,NULL,1,1943,1,'Topaz','Game ID: -1756316212',196.21025,-176.744109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4763,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -1760858464',73.968828125,-92.98903125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4764,1901,NULL,1,1943,1,'Opal','Game ID: -1768546852',157.888828125,-126.49162203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4765,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1778534180',94.9985,-154.6000625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4766,1901,NULL,1,1943,1,'Opal','Game ID: -1779299490',70.9265625,-141.8343265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4767,1901,NULL,1,1943,1,'Sapphire','Game ID: -1790822215',60.38140625,-75.96546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4768,1901,NULL,1,1943,1,'Opal','Game ID: -1791498417',102.21557812500001,-160.6099375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4769,1901,NULL,1,1943,1,'Sapphire','Game ID: -1795897734',57.773578125,-138.9300515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4770,1901,NULL,1,1943,1,'Opal','Game ID: -1799013568',153.05962499999998,-177.78015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4771,1901,NULL,1,1943,1,'Sapphire','Game ID: -1818439055',173.41690625,-189.029046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4772,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1824501238',56.568890624999995,-139.40251406250002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4773,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1831494844',136.38241562499996,-181.51871875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4774,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -183193354',158.74098437499998,-148.21279687499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4775,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1851661213',126.783896875,-110.072109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4776,1901,NULL,1,1943,1,'Amber','Game ID: -1857555566',158.478375,-168.82390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4777,1901,NULL,1,1943,1,'Sapphire','Game ID: -1865881781',152.25873437500002,-88.36075,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4778,1901,NULL,1,1943,1,'Opal','Game ID: -1869248111',125.146828125,-188.26146875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4779,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1879414430',138.9801828125,-126.6701484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4780,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1889978828',154.216171875,-181.0740625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4781,1901,NULL,1,1943,1,'Red Rupee','Game ID: -1890433576',166.928015625,-183.21653125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4782,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1901404047',152.344171875,-181.161265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4783,1901,NULL,1,1943,1,'Topaz','Game ID: -1910225824',76.470484375,-106.72334375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4784,1901,NULL,1,1943,1,'Sapphire','Game ID: -1912877106',65.6895625,-146.40029687499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4785,1901,NULL,1,1943,1,'Topaz','Game ID: -1924650489',55.36446875,-143.0503265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4786,1901,NULL,1,1943,1,'Opal','Game ID: -1933472223',166.616375,-143.800375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4787,1901,NULL,1,1943,1,'Diamond','Game ID: -1936435529',55.3875625,-188.388515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4788,1901,NULL,1,1943,1,'Diamond','Game ID: -193758334',121.6104296875,-116.0505421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4789,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1952893116',170.0078125,-123.46875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4790,1901,NULL,1,1943,1,'Opal','Game ID: -1959574606',134.4265625,-78.5875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4791,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1968510568',154.324390625,-183.442125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4792,1901,NULL,1,1943,1,'Opal','Game ID: -1969251752',192.258703125,-174.00496875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4793,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -1977749551',73.4921875,-171.078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4794,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -1997589043',142.20840312500002,-154.82885937499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4795,1901,NULL,1,1943,1,'Sapphire','Game ID: -2002064131',79.4368125,-74.941671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4796,1901,NULL,1,1943,1,'Topaz','Game ID: -2002154946',156.31740625,-177.4176875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4797,1901,NULL,1,1943,1,'Opal','Game ID: -2007111710',135.9033328125,-152.598875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4798,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -2011573689',173.379984375,-183.03575,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4799,1901,NULL,1,1943,1,'Topaz','Game ID: -2024762453',188.013796875,-185.22140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4800,1901,NULL,1,1943,1,'Opal','Game ID: -2061653147',91.994703125,-129.13095484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4801,1901,NULL,1,1943,1,'Opal','Game ID: -2076188011',155.88434375,-174.052953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4802,1901,NULL,1,1943,1,'Sapphire','Game ID: -2076239985',92.30604687499999,-166.177671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4803,1901,NULL,1,1943,1,'Dinraal\'s Scale','Game ID: -2077493679',124.93026718749998,-108.95953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4804,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -2080178773',115.9921875,-142.3515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4805,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2083448163',121.23124375,-111.47915625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4806,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -2083878686',177.056015625,-83.94365625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4807,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2095543250',159.71725,-188.987953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4808,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2101315364',200.73445312500002,-69.76823437499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4809,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -2123321615',141.8379,-165.67542187499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4810,1901,NULL,1,1943,1,'Topaz','Game ID: -2124901554',141.5662796875,-105.558484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4811,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -2132498094',154.514765625,-175.68778125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4812,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -2133610317',192.26070312500002,-117.5079734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4813,1901,NULL,1,1943,1,'Ruby','Game ID: -2140241891',72.81421875000001,-75.17498437500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4814,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -217195049',153.579296875,-81.96396874999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4815,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -230246556',201.034328125,-71.47660937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4816,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -251972557',165.888390625,-68.73259375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4817,1901,NULL,1,1943,1,'Opal','Game ID: -260239551',138.4400453125,-98.907890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4818,1901,NULL,1,1943,1,'Opal','Game ID: -269492549',66.868140625,-140.27646875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4819,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -272591379',118.705946875,-120.0309625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4820,1901,NULL,1,1943,1,'Topaz','Game ID: -274475851',189.070375,-188.7035,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4821,1901,NULL,1,1943,1,'Amber','Game ID: -274750070',145.474296875,-144.24865625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4822,1901,NULL,1,1943,1,'Opal','Game ID: -282282260',155.13345312500002,-140.10014375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4823,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -283095789',156.447234375,-179.62359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4824,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -283355413',82.318390625,-94.659015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4825,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -299555116',169.267703125,-165.823359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4826,1901,NULL,1,1943,1,'Topaz','Game ID: -309781206',115.3046875,-72.734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4827,1901,NULL,1,1943,1,'Opal','Game ID: -324421432',154.129078125,-181.066796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4828,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -3261668',71.3629375,-144.138640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4829,1901,NULL,1,1943,1,'Ruby','Game ID: -328826349',58.830625,-70.48203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4830,1901,NULL,1,1943,1,'Flint','Game ID: -331275494',144.3943125,-157.700625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4831,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -337011229',76.340953125,-152.854921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4832,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -341533365',111.932875,-119.57182656250001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4833,1901,NULL,1,1943,1,'Opal','Game ID: -351450905',109.482609375,-142.98319062500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4834,1901,NULL,1,1943,1,'Sapphire','Game ID: -351855086',69.915625,-169.4890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4835,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -354289572',175.2780625,-162.527890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4836,1901,NULL,1,1943,1,'Amber','Game ID: -357795929',143.544959375,-149.225203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4837,1901,NULL,1,1943,1,'Ruby','Game ID: -357942962',138.47980625000002,-178.61849999999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4838,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -380454041',187.88679687500002,-135.8553234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4839,1901,NULL,1,1943,1,'Topaz','Game ID: -383310907',154.686515625,-144.85940625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4840,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -384766669',184.46146875,-158.57356249999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4841,1901,NULL,1,1943,1,'Topaz','Game ID: -387466149',184.66096875,-181.57999999999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4842,1901,NULL,1,1943,1,'Sapphire','Game ID: -388124141',154.994921875,-190.091796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4843,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -390495745',122.796875,-120.8828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4844,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -392704388',197.814765625,-141.1278484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4845,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -397187899',184.87834375,-138.1860015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4846,1901,NULL,1,1943,1,'Amber','Game ID: -411267216',120.2971890625,-162.65645312499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4847,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -413737390',173.5001875,-145.710640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4848,1901,NULL,1,1943,1,'Sapphire','Game ID: -419908148',156.35760937499998,-173.55207812499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4849,1901,NULL,1,1943,1,'Ruby','Game ID: -432630121',60.228140624999995,-85.448640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4850,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -437581555',167.941375,-189.145921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4851,1901,NULL,1,1943,1,'Ruby','Game ID: -439563476',115.3046875,-72.765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4852,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -443201257',167.320296875,-115.917603125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4853,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -444183556',158.8730625,-165.01534375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4854,1901,NULL,1,1943,1,'Amber','Game ID: -445887501',75.020375,-152.039921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4855,1901,NULL,1,1943,1,'Opal','Game ID: -464287013',85.765625,-134.734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4856,1901,NULL,1,1943,1,'Topaz','Game ID: -476562065',72.215140625,-148.52503124999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4857,1901,NULL,1,1943,1,'Sapphire','Game ID: -494158681',63.443171875000004,-100.96453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4858,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -494991428',134.1396734375,-146.371640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4859,1901,NULL,1,1943,1,'Amber','Game ID: -498790477',117.6099234375,-145.848875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4860,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -50689895',130.5861890625,-153.679171875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4861,1901,NULL,1,1943,1,'Opal','Game ID: -514954792',88.3703125,-138.5716578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4862,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -51619314',107.2578125,-119.890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4863,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -517473880',56.8551875,-143.22004687499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4864,1901,NULL,1,1943,1,'Sapphire','Game ID: -527513241',141.909584375,-174.24923437500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4865,1901,NULL,1,1943,1,'Opal','Game ID: -534568777',153.88228125,-177.822515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4866,1901,NULL,1,1943,1,'Opal','Game ID: -536753649',157.187640625,-130.7825109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4867,1901,NULL,1,1943,1,'Amber','Game ID: -548420401',117.306090625,-152.006703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4868,1901,NULL,1,1943,1,'Sapphire','Game ID: -55081583',57.58667187499999,-141.16015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4869,1901,NULL,1,1943,1,'Amber','Game ID: -565789368',111.770390625,-159.75946875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4870,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -575807216',72.82593750000001,-149.114625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4871,1901,NULL,1,1943,1,'Red Rupee','Game ID: -593325520',125.228425,-154.326234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4872,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -597462427',191.814734375,-183.59717187500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4873,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -611567032',71.194671875,-148.860203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4874,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -613142779',61.893109374999995,-141.25831718749998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4875,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -623388875',198.722265625,-152.46253124999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4876,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -641755010',183.98253125,-184.58279687499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4877,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -643377195',110.218078125,-77.8333125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4878,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -649991673',127.51554578125,-114.29806562499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4879,1901,NULL,1,1943,1,'Topaz','Game ID: -653467904',121.09505625,-112.09198437500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4880,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -668203523',103.4649375,-161.465359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4881,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -671131708',137.0421703125,-136.8073359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4882,1901,NULL,1,1943,1,'Ruby','Game ID: -678348723',154.25,-114.8640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4883,1901,NULL,1,1943,1,'Sapphire','Game ID: -688587233',169.46826562500002,-126.89111375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4884,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -695189916',144.11906249999998,-148.579484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4885,1901,NULL,1,1943,1,'Opal','Game ID: -707882117',109.234578125,-153.451609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4886,1901,NULL,1,1943,1,'Opal','Game ID: -708227629',73.619921875,-119.3414609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4887,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -735434838',131.2876828125,-167.813078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4888,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -737271727',186.95850000000002,-169.36624999999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4889,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -742492762',164.069890625,-147.524875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4890,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -745187119',115.6439140625,-72.375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4891,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -746643346',163.266234375,-149.643578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4892,1901,NULL,1,1943,1,'Amber','Game ID: -7542511',76.010625,-145.010734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4893,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -759143752',68.72757812500001,-154.244296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4894,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -760077306',72.307453125,-148.8948125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4895,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -774359706',86.440640625,-102.823640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4896,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -7806348',150.392890625,-97.5195625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4897,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -781210446',151.79259374999998,-178.048640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4898,1901,NULL,1,1943,1,'Topaz','Game ID: -785778934',142.27879375,-108.951328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4899,1901,NULL,1,1943,1,'','Game ID: -787232730',174.466390625,-180.63509375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4900,1901,NULL,1,1943,1,'Amber','Game ID: -791741309',155.63204687500001,-175.92215625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4901,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -795392464',140.5376671875,-140.7389625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4902,1901,NULL,1,1943,1,'Sapphire','Game ID: -797339268',175.184609375,-188.905671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4903,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -798931388',141.1562046875,-175.40800000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4904,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -800420838',58.002578125,-145.980359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4905,1901,NULL,1,1943,1,'Opal','Game ID: -802826193',131.3921875,-77.8859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4906,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -80706825',68.945453125,-173.20815625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4907,1901,NULL,1,1943,1,'Amber','Game ID: -808625347',123.6542203125,-155.1926875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4908,1901,NULL,1,1943,1,'Topaz','Game ID: -809792080',200.10371874999998,-113.3943484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4909,1901,NULL,1,1943,1,'Amber','Game ID: -822489454',135.00218125,-80.811359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4910,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -828874546',122.186028125,-170.067921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4911,1901,NULL,1,1943,1,'Opal','Game ID: -834934493',136.6662921875,-120.293653125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4912,1901,NULL,1,1943,1,'Amber','Game ID: -843882112',107.7338125,-154.29409375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4913,1901,NULL,1,1943,1,'Opal','Game ID: -843936836',158.451578125,-168.78790625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4914,1901,NULL,1,1943,1,'Opal','Game ID: -84419985',172.041671875,-163.481578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4915,1901,NULL,1,1943,1,'Opal','Game ID: -854080235',155.153859375,-179.663,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4916,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -873761146',140.10629531249998,-169.687546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4917,1901,NULL,1,1943,1,'Amber','Game ID: -891682453',178.3214375,-123.6052296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4918,1901,NULL,1,1943,1,'Amber','Game ID: -897581065',132.88403593750002,-151.902390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4919,1901,NULL,1,1943,1,'Opal','Game ID: -903596309',133.12794375,-148.24657812499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4920,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -911458909',143.215625,-102.603125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4921,1901,NULL,1,1943,1,'Amber','Game ID: -913963973',111.874140625,-160.625546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4922,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -944420962',121.5115015625,-109.352421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4923,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -944930414',189.538,-181.72540625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4924,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -945613584',144.31843750000002,-111.8234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4925,1901,NULL,1,1943,1,'Topaz','Game ID: -952307340',189.191421875,-188.648578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4926,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -954118869',63.09959375,-139.283440625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4927,1901,NULL,1,1943,1,'Topaz','Game ID: -95524552',62.854546875,-145.96242187500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4928,1901,NULL,1,1943,1,'Opal','Game ID: -959306813',177.8866875,-156.123609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4929,1901,NULL,1,1943,1,'Purple Rupee','Game ID: -959684752',123.0393453125,-167.03217187500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4930,1901,NULL,1,1943,1,'Gold Rupee','Game ID: -963110850',72.809765625,-149.175,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4931,1901,NULL,1,1943,1,'Ruby','Game ID: -965433637',185.5814375,-138.391671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4932,1901,NULL,1,1943,1,'Red Rupee','Game ID: -976614989',182.393421875,-186.856375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4933,1901,NULL,1,1943,1,'Silver Rupee','Game ID: -997524076',64.811609375,-147.925953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4934,1901,NULL,1,1943,1,'Topaz','Game ID: 1001778960',154.820265625,-185.579984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4935,1901,NULL,1,1943,1,'Opal','Game ID: 1004674500',117.973565625,-150.18017187499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4936,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1007253771',124.73824687499999,-109.78884375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4937,1901,NULL,1,1943,1,'Topaz','Game ID: 1009245369',71.859015625,-159.943953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4938,1901,NULL,1,1943,1,'Sapphire','Game ID: 1010046799',70.378125,-148.9741875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4939,1901,NULL,1,1943,1,'Shard of Naydra\'s Fang','Game ID: 1018768719',122.4331078125,-115.3346671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4940,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1019527254',144.893484375,-122.9313328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4941,1901,NULL,1,1943,1,'Opal','Game ID: 1034798336',144.383265625,-146.25801562499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4942,1901,NULL,1,1943,1,'Flint','Game ID: 1037519518',164.797265625,-154.7739375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4943,1901,NULL,1,1943,1,'Opal','Game ID: 1039277961',167.53703124999998,-156.8058125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4944,1901,NULL,1,1943,1,'Opal','Game ID: 1044386518',143.14133437499999,-182.68881249999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4945,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1054358123',183.718796875,-112.59395,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4946,1901,NULL,1,1943,1,'Amber','Game ID: 1057130287',113.6875,-163.375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4947,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1058824036',185.91421875,-187.5066875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4948,1901,NULL,1,1943,1,'Opal','Game ID: 1060034856',81.6609375,-172.6609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4949,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1060537711',121.614646875,-114.6818640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4950,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1061698721',106.52618749999999,-133.45780468750002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4951,1901,NULL,1,1943,1,'Diamond','Game ID: 1062031406',61.969421874999995,-100.892109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4952,1901,NULL,1,1943,1,'Topaz','Game ID: 1068442606',175.1208125,-188.88329687499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4953,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1068730519',73.73804687500001,-145.73834375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4954,1901,NULL,1,1943,1,'Topaz','Game ID: 1081762818',91.70446874999999,-162.8943125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4955,1901,NULL,1,1943,1,'Ruby','Game ID: 1082549397',58.384656250000006,-94.2579375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4956,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1088776091',57.046875,-140.296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4957,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1093245165',157.34468750000002,-178.25365625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4958,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1094385771',93.29359375,-83.553625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4959,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1099237980',91.406,-136.5841,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4960,1901,NULL,1,1943,1,'Diamond','Game ID: 1102353536',69.634921875,-68.79334374999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4961,1901,NULL,1,1943,1,'Topaz','Game ID: 1108287970',125.85705625,-123.390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4962,1901,NULL,1,1943,1,'Amber','Game ID: 111780462',128.9984378125,-98.190625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4963,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1140709720',105.89875,-147.50790625000002,0,0,1,'2017-04-10 22:55:57'); +INSERT INTO `marker` VALUES (4964,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1152452426',77.335921875,-168.041640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4965,1901,NULL,1,1943,1,'Red Rupee','Game ID: 1154148229',177.65415625,-186.2578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4966,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1164859773',76.95090625,-145.0651875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4967,1901,NULL,1,1943,1,'Sapphire','Game ID: 1175755810',122.7890625,-121.703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4968,1901,NULL,1,1943,1,'Opal','Game ID: 1185882003',153.404640625,-179.7600625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4969,1901,NULL,1,1943,1,'Sapphire','Game ID: 1195250099',72.57124999999999,-149.66107812500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4970,1901,NULL,1,1943,1,'Opal','Game ID: 1216984011',164.53221875,-154.97909375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4971,1901,NULL,1,1943,1,'Opal (Glitched)','Game ID: 1223229531',161.4921875,-186.7890625,0,0,1,'2017-04-11 00:05:19'); +INSERT INTO `marker` VALUES (4972,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1231558654',129.48018015625001,-189.27100000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4973,1901,NULL,1,1943,1,'Amber','Game ID: 1234441321',144.363171875,-153.72915625000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4974,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1237367464',179.65603125,-120.512034375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4975,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1239682',175.7744375,-125.62165937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4976,1901,NULL,1,1943,1,'Opal','Game ID: 1254156027',134.24214843750002,-157.313625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4977,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1280223692',154.53060937499998,-175.689109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4978,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 130530844',59.64631249999999,-144.277,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4979,1901,NULL,1,1943,1,'Flint','Game ID: 1307332435',157.72582812500002,-185.65484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4980,1901,NULL,1,1943,1,'Opal','Game ID: 1350638657',145.715171875,-172.331875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4981,1901,NULL,1,1943,1,'Opal','Game ID: 13508045',141.95625,-128.59218734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4982,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1359342477',201.22089062499998,-114.69264375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4983,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1378726307',107.495953125,-90.32875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4984,1901,NULL,1,1943,1,'Amber','Game ID: 137887917',173.474328125,-186.993234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4985,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1385678178',186.353484375,-109.51921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4986,1901,NULL,1,1943,1,'Opal','Game ID: 1389340257',178.785390625,-120.9669171875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4987,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 139569725',140.146846875,-171.13634374999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4988,1901,NULL,1,1943,1,'Opal','Game ID: 139611962',181.865390625,-161.82051562499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4989,1901,NULL,1,1943,1,'Shard of Farosh\'s Fang','Game ID: 1397214346',125.92085,-113.14901875000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4990,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 139851715',120.87821875,-111.173890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4991,1901,NULL,1,1943,1,'Sapphire','Game ID: 141775228',127.65908234374999,-154.99959375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4992,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1420026614',140.0314890625,-105.88495312500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4993,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1420845522',106.7109375,-140.03125156250002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4994,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1427933274',141.47196250000002,-176.527625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4995,1901,NULL,1,1943,1,'Opal','Game ID: 1438333699',120.6169890625,-162.30025,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4996,1901,NULL,1,1943,1,'Topaz','Game ID: 1438899360',104.22221875,-163.02445312499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4997,1901,NULL,1,1943,1,'Amber','Game ID: 1454666335',172.338734375,-188.581609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4998,1901,NULL,1,1943,1,'Flint','Game ID: 1454959846',155.63946875,-179.540578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (4999,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1465348166',154.039671875,-175.068671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5000,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1467932802',125.722953125,-112.22471875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5001,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1468292364',132.028771875,-158.2904375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5002,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1469049575',127.11929375,-183.60539062499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5003,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1483366419',154.71223437499998,-129.57819999999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5004,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1488683803',158.42700000000002,-76.3133125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5005,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1489808006',103.906125,-100.47953125000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5006,1901,NULL,1,1943,1,'Sapphire','Game ID: 1498077515',89.42665625000001,-79.35990625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5007,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1510666715',74.4765625,-90.8359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5008,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1520451930',138.86853437499997,-174.167421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5009,1901,NULL,1,1943,1,'Sapphire','Game ID: 152120795',126.260125,-115.658871875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5010,1901,NULL,1,1943,1,'','Game ID: 1525150591',174.50284375,-180.6645625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5011,1901,NULL,1,1943,1,'Opal','Game ID: 1529964834',78.05254687499999,-146.54109375000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5012,1901,NULL,1,1943,1,'Ruby','Game ID: 1530743282',137.7883984375,-77.3916875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5013,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1535280777',166.312546875,-123.7266109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5014,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1542514592',156.443953125,-184.164578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5015,1901,NULL,1,1943,1,'Opal','Game ID: 154457414',119.4140625,-137.125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5016,1901,NULL,1,1943,1,'Opal','Game ID: 1549603485',69.66332812499999,-146.722328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5017,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1559548426',74.674375,-145.817828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5018,1901,NULL,1,1943,1,'Opal','Game ID: 1567807835',154.26365625,-159.854921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5019,1901,NULL,1,1943,1,'Opal','Game ID: 1580711597',68.72898437500001,-154.181671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5020,1901,NULL,1,1943,1,'Sapphire','Game ID: 1582552700',158.64293750000002,-168.688015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5021,1901,NULL,1,1943,1,'Ruby','Game ID: 1596209266',142.8828125,-102.2171875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5022,1901,NULL,1,1943,1,'Sapphire','Game ID: 160190496',77.57732812500001,-152.87725,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5023,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1610277516',120.6077796875,-114.82864375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5024,1901,NULL,1,1943,1,'Sapphire','Game ID: 1623139313',72.890625,-79.28125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5025,1901,NULL,1,1943,1,'Flint','Game ID: 1627044513',156.53201562499999,-184.1726875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5026,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 164330944',128.7035078125,-161.3665,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5027,1901,NULL,1,1943,1,'Opal','Game ID: 1650509316',117.1335828125,-151.81434375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5028,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1651840378',192.42624999999998,-131.44445625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5029,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1655137296',76.982421875,-169.069984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5030,1901,NULL,1,1943,1,'Amber','Game ID: 1655335696',162.283234375,-186.061984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5031,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1673894958',147.52435937500002,-92.3400625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5032,1901,NULL,1,1943,1,'Red Rupee','Game ID: 169212219',173.775375,-186.53603125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5033,1901,NULL,1,1943,1,'Ruby','Game ID: 1704474960',183.63046875,-112.9315703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5034,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1721250700',124.7826296875,-164.59703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5035,1901,NULL,1,1943,1,'Ruby','Game ID: 1722978285',70.506109375,-145.826890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5036,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1728252078',198.423703125,-143.517246875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5037,1901,NULL,1,1943,1,'Amber','Game ID: 1731294309',65.24995312499999,-148.68339062500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5038,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1737237722',184.78425,-166.623453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5039,1901,NULL,1,1943,1,'Sapphire','Game ID: 1738703230',115.3046875,-72.796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5040,1901,NULL,1,1943,1,'Mighty Bananas','Game ID: 1748775430',73.12271874999999,-148.38415625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5041,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1756624524',182.974734375,-174.761671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5042,1901,NULL,1,1943,1,'Ruby','Game ID: 1761515063',130.7260375,-80.57471875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5043,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1766782611',75.51446874999999,-82.761640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5044,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1767134980',179.816453125,-189.193875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5045,1901,NULL,1,1943,1,'Topaz','Game ID: 1767830151',175.0753125,-185.12284375000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5046,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1775504681',128.1640625,-113.7044703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5047,1901,NULL,1,1943,1,'Opal','Game ID: 1778606661',123.55797187499999,-147.49953125000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5048,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1790025404',91.908640625,-72.1768125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5049,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 181265501',135.3352828125,-158.53982812499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5050,1901,NULL,1,1943,1,'Topaz','Game ID: 1813328737',153.185109375,-181.24175,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5051,1901,NULL,1,1943,1,'Luminous Stone','Game ID: 1827679107',124.2472140625,-123.254271875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5052,1901,NULL,1,1943,1,'Opal','Game ID: 1833151420',106.421859375,-132.38280625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5053,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 1833976329',125.9193046875,-181.19046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5054,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1836137588',99.35153125,-150.54209375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5055,1901,NULL,1,1943,1,'Ruby','Game ID: 1857299176',64.96056250000001,-78.57509375000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5056,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1861981528',158.910296875,-176.0846875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5057,1901,NULL,1,1943,1,'Giant Ancient Core','Game ID: 186643694',108.8665625,-88.977328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5058,1901,NULL,1,1943,1,'Sapphire','Game ID: 1866611099',142.6054828125,-102.881265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5059,1901,NULL,1,1943,1,'Amber','Game ID: 1867978954',142.71569375,-152.43742187499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5060,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 1893981910',65.824671875,-83.52185937499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5061,1901,NULL,1,1943,1,'Opal','Game ID: 1900840968',127.18070984375,-173.83306249999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5062,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1901053128',82.557359375,-173.047828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5063,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1903790114',99.78728125,-117.0448640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5064,1901,NULL,1,1943,1,'Ancient Core','Game ID: 1904619820',198.71753124999998,-70.305171875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5065,1901,NULL,1,1943,1,'Opal','Game ID: 1930979206',132.15542812500001,-153.794046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5066,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1937646263',61.153921874999995,-140.00828437500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5067,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 1938601138',126.59375046875,-121.7265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5068,1901,NULL,1,1943,1,'Topaz','Game ID: 195085511',96.30924999999999,-135.81202812499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5069,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 196387272',191.07876562500002,-123.0269953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5070,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 198140701',159.067859375,-136.5461703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5071,1901,NULL,1,1943,1,'Amber','Game ID: 1992338821',58.460078124999995,-148.82103125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5072,1901,NULL,1,1943,1,'Shard of Dinraal\'s Fang','Game ID: 199240618',122.8990390625,-112.3375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5073,1901,NULL,1,1943,1,'Star Fragment','Game ID: 2005265140',132.234375,-80.2796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5074,1901,NULL,1,1943,1,'Topaz','Game ID: 2011178569',96.36715625,-127.0468803125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5075,1901,NULL,1,1943,1,'Opal','Game ID: 2019636385',142.50226093749998,-159.1498125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5076,1901,NULL,1,1943,1,'Opal','Game ID: 2023665230',70.776953125,-140.24414218750002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5077,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 203206732',109.51696875,-125.6617109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5078,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2053491615',68.859375,-161.703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5079,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 2055474776',83.533546875,-114.81871406249999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5080,1901,NULL,1,1943,1,'Opal','Game ID: 2055514071',132.55012499999998,-189.053015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5081,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2061310186',81.34996875,-152.27478125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5082,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 206270111',126.85449265625,-144.367703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5083,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 207450471',126.198725,-118.4428640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5084,1901,NULL,1,1943,1,'Amber','Game ID: 2080206557',111.312640625,-162.718421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5085,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2088975630',127.0625,-130.3125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5086,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 2108624220',146.024296875,-154.560265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5087,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 2132275790',157.03434375,-176.9850625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5088,1901,NULL,1,1943,1,'Purple Rupee (Glitched)','Game ID: 2136309676',182.79015625,-161.25845312500002,0,0,1,'2017-04-11 00:15:00'); +INSERT INTO `marker` VALUES (5089,1901,NULL,1,1943,1,'Amber','Game ID: 2139413692',80.87771875,-151.497640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5090,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 2144669829',85.21592187499999,-135.192303125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5091,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 2145001544',194.23642187500002,-180.177328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5092,1901,NULL,1,1943,1,'Ruby','Game ID: 214791822',73.1875,-148.4921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5093,1901,NULL,1,1943,1,'Topaz','Game ID: 231707920',98.97757812500001,-168.57960937500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5094,1901,NULL,1,1943,1,'Ruby','Game ID: 235380293',61.857468749999995,-140.8927265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5095,1901,NULL,1,1943,1,'Opal','Game ID: 240876353',141.6809703125,-177.73709374999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5096,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 26391794',79.90625,-153.2734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5097,1901,NULL,1,1943,1,'Amber','Game ID: 26843095',133.972278125,-145.83553125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5098,1901,NULL,1,1943,1,'Ancient Shaft','Game ID: 278838322',199.2890625,-71.686296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5099,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 283478570',105.423609375,-184.940015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5100,1901,NULL,1,1943,1,'Opal','Game ID: 287602722',155.841796875,-175.82498437499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5101,1901,NULL,1,1943,1,'Amber','Game ID: 287994949',172.90015625,-163.04625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5102,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 289940332',71.7836875,-145.406625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5103,1901,NULL,1,1943,1,'Topaz','Game ID: 293738793',72.846625,-148.63485937500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5104,1901,NULL,1,1943,1,'Ruby','Game ID: 297334505',65.4363125,-147.156484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5105,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 298151136',125.81666093750002,-188.305765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5106,1901,NULL,1,1943,1,'Opal','Game ID: 300311671',140.661196875,-153.633515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5107,1901,NULL,1,1943,1,'Amber','Game ID: 303823410',86.0390625,-134.65625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5108,1901,NULL,1,1943,1,'Ruby','Game ID: 303953733',170.226140625,-76.467015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5109,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 304706761',100.4890625,-183.15625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5110,1901,NULL,1,1943,1,'Amber','Game ID: 305852247',119.49222656250001,-158.3046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5111,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 317834611',75.267890625,-108.54959375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5112,1901,NULL,1,1943,1,'Amber','Game ID: 334717340',141.86605624999999,-153.198640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5113,1901,NULL,1,1943,1,'Amber','Game ID: 350171171',105.13703125,-156.09140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5114,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 358523342',173.2890625,-126.2109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5115,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 36009935',71.3696875,-153.1244375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5116,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 36541502',100.1868125,-101.9199375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5117,1901,NULL,1,1943,1,'Sapphire','Game ID: 370374453',59.637359375,-145.70059375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5118,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 370794488',101.556328125,-110.390734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5119,1901,NULL,1,1943,1,'Amber','Game ID: 377195081',180.99928125,-120.484121875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5120,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 388443518',190.22328125,-100.86848437500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5121,1901,NULL,1,1943,1,'Sapphire','Game ID: 418291669',66.96451562499999,-126.7427215625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5122,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 43619475',76.36073437499999,-107.20890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5123,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 441938591',126.2652703125,-188.52045312500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5124,1901,NULL,1,1943,1,'Red Rupee','Game ID: 441992928',180.746390625,-184.743328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5125,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 442485578',177.575921875,-153.3265,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5126,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 461693195',183.137609375,-189.567859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5127,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 464533090',193.242875,-119.749971875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5128,1901,NULL,1,1943,1,'Amber','Game ID: 467957087',109.921890625,-148.6875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5129,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 468536599',118.4921875,-138.015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5130,1901,NULL,1,1943,1,'Amber','Game ID: 469170580',123.56741562500001,-151.99690625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5131,1901,NULL,1,1943,1,'Amber','Game ID: 473877286',127.310605,-121.6509796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5132,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 477335528',137.23475000000002,-171.549828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5133,1901,NULL,1,1943,1,'Naydra\'s Scale','Game ID: 479936489',125.15169375000002,-109.72623437499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5134,1901,NULL,1,1943,1,'Amber','Game ID: 484706126',143.501725,-149.194015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5135,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 492030687',71.87231249999999,-167.982984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5136,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 494258676',134.0538171875,-117.064346875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5137,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 496333431',99.41875,-181.203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5138,1901,NULL,1,1943,1,'Topaz','Game ID: 498854459',161.769390625,-183.94165625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5139,1901,NULL,1,1943,1,'Topaz','Game ID: 500137107',161.33100000000002,-188.84243750000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5140,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 500243416',196.05737499999998,-176.81425000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5141,1901,NULL,1,1943,1,'Amber','Game ID: 507951821',55.89884375,-150.277875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5142,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 515835868',182.17621875,-92.786546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5143,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 525020201',155.84887500000002,-157.844328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5144,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 53105567',140.56253906249998,-91.44228125000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5145,1901,NULL,1,1943,1,'Sapphire','Game ID: 534660948',138.2488265625,-77.20340625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5146,1901,NULL,1,1943,1,'Opal','Game ID: 536499972',127.502838125,-184.443703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5147,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 546454289',178.472671875,-188.936390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5148,1901,NULL,1,1943,1,'Sapphire','Game ID: 550777769',189.61390625,-174.174421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5149,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 554021750',67.52381249999999,-91.94928125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5150,1901,NULL,1,1943,1,'Opal','Game ID: 591392381',106.65328124999999,-151.41192187500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5151,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 599080023',131.0713453125,-171.00234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5152,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 600253898',178.984375,-122.3359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5153,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 606035849',125.3671875,-122.8515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5154,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 607911630',158.134203125,-90.4675,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5155,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 608422654',100.2519375,-164.63524999999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5156,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 611155917',125.1365296875,-111.19425,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5157,1901,NULL,1,1943,1,'Opal','Game ID: 632077327',133.30153124999998,-160.797046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5158,1901,NULL,1,1943,1,'Opal','Game ID: 634727440',137.3599484375,-154.665765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5159,1901,NULL,1,1943,1,'Amber','Game ID: 636489135',133.415625,-80.0453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5160,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 646828635',142.4198734375,-175.38575,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5161,1901,NULL,1,1943,1,'Star Fragment','Game ID: 64882599',140.4075125,-104.34246875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5162,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 655823661',154.9599375,-126.578396875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5163,1901,NULL,1,1943,1,'Amber','Game ID: 657698018',133.1993109375,-147.41709375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5164,1901,NULL,1,1943,1,'Topaz','Game ID: 664766686',81.33532812499999,-173.60035937499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5165,1901,NULL,1,1943,1,'Opal','Game ID: 68760609',163.96425,-127.941709953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5166,1901,NULL,1,1943,1,'Luminous Stone','Game ID: 693429994',158.6326875,-168.651515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5167,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 696793431',149.128296875,-179.024171875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5168,1901,NULL,1,1943,1,'Topaz','Game ID: 69905208',73.0234375,-148.3203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5169,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 70676703',91.12659375,-131.379515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5170,1901,NULL,1,1943,1,'Topaz','Game ID: 708513020',61.965671875,-139.4201140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5171,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 716855822',155.15254687499998,-174.01140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5172,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 721376267',168.316921875,-144.78300000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5173,1901,NULL,1,1943,1,'Opal','Game ID: 722284165',155.075484375,-155.28303125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5174,1901,NULL,1,1943,1,'Diamond','Game ID: 724255579',115.109375,-72.765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5175,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 743549766',94.571265625,-135.90329843749998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5176,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 744026530',161.478765625,-118.1206078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5177,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 747184169',153.8983125,-177.82325,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5178,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 753815850',179.782078125,-158.24978125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5179,1901,NULL,1,1943,1,'Sapphire','Game ID: 757198158',62.537687500000004,-176.150109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5180,1901,NULL,1,1943,1,'Sapphire','Game ID: 766927520',68.95921874999999,-141.614140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5181,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 767501701',184.77240625000002,-138.3714515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5182,1901,NULL,1,1943,1,'Amber','Game ID: 793944584',132.101353125,-80.120140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5183,1901,NULL,1,1943,1,'Opal','Game ID: 797448374',194.505984375,-165.68875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5184,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 815609585',115.109375,-70.96875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5185,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 836749965',94.703015625,-158.784046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5186,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 843744120',143.629140625,-169.19921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5187,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 85065275',63.954078124999995,-146.64284375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5188,1901,NULL,1,1943,1,'Thunder Helm','Game ID: 854114284',74.078125,-148.8046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5189,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 890467781',187.40309374999998,-180.25725,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5190,1901,NULL,1,1943,1,'Topaz','Game ID: 893358713',185.547984375,-189.3961875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5191,1901,NULL,1,1943,1,'Amber','Game ID: 910468887',162.053828125,-187.354421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5192,1901,NULL,1,1943,1,'Gold Rupee','Game ID: 91802921',125.2738015625,-110.58753125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5193,1901,NULL,1,1943,1,'Silver Rupee','Game ID: 92601747',138.86134375,-179.613734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5194,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 93487111',100.3281875,-147.425828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5195,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 950706040',56.75498437500001,-176.37185937499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5196,1901,NULL,1,1943,1,'Sapphire','Game ID: 962481589',55.82846875,-183.42203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5197,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 962756328',193.5610625,-182.31346875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5198,1901,NULL,1,1943,1,'Opal','Game ID: 982603570',140.35263125,-159.083296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5199,1901,NULL,1,1943,1,'Sapphire','Game ID: 983742254',145.16035937499998,-187.84496875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5200,1901,NULL,1,1943,1,'Topaz','Game ID: 984289322',73.1640625,-148.328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5201,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 990270704',153.5959375,-179.18059375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5202,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 994679130',153.78446875,-176.75678125000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5203,1901,NULL,1,1943,1,'Purple Rupee','Game ID: 99574487',155.66578125,-179.604078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5204,1901,NULL,1,1943,1,'Amber','Game ID: 996157908',174.17849999999999,-183.313609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5205,1901,NULL,1,1943,1,'Sapphire','Game ID: 997729111',198.554578125,-131.640740625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5206,1901,NULL,1,1943,1,'Hestu\'s Maracas','Game ID: 999953490',161.94120312500002,-149.393734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5670,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1008811079',100.63123437499999,-115.6566140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5671,1901,NULL,1,1944,1,'Feathered Spear','Game ID: -101299528',76.162375,-106.816625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5672,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -1019192796',170.09550000000002,-107.606640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5673,1901,NULL,1,1944,1,'Spiked Boko Bow','Game ID: -1021826767',110.92403125,-161.751671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5674,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1026779046',108.02809375,-75.9835625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5675,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1037312312',117.890625,-113.6484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5676,1901,NULL,1,1944,1,'Silver Bow','Game ID: -1041471937',186.08759375,-114.0044703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5677,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1059266709',153.485046875,-180.86014062499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5678,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1068083932',138.0401578125,-189.445734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5679,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1070760956',77.430109375,-168.569515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5680,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: -1072378555',113.970875,-182.40528125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5681,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: -1072910322',128.7612171875,-152.28546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5682,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1077822558',57.511234375,-139.45464375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5683,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -1080723002',84.562015625,-162.92434375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5684,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1102626592',163.66828125,-125.2984625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5685,1901,NULL,1,1944,1,'Traveler\'s Sword','Game ID: -1112930002',132.3586859375,-149.945609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5686,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1137081320',160.97653125,-103.976578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5687,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1139539068',155.4796875,-178.04807812500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5688,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: -1142436063',63.12998437500001,-68.630453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5689,1901,NULL,1,1944,1,'Flameblade','Game ID: -1144259359',158.747625,-168.737328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5690,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1148887127',199.50204687500002,-186.81553125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5691,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -1152416075',81.71559375,-101.422859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5692,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: -1155225967',100.022015625,-161.945328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5693,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1156668896',105.354234375,-156.06064062500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5694,1901,NULL,1,1944,1,'Fisherman\'s Shield','Game ID: -1163963442',121.8776,-177.037171875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5695,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1168108606',85.107921875,-150.151609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5696,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -1168703086',139.61456718749997,-155.73975000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5697,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1171815532',66.976625,-167.687546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5698,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -1172710364',167.06006250000002,-113.3684734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5699,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1182654164',68.82046875,-79.9358125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5700,1901,NULL,1,1944,1,'Lightscale Trident','Game ID: -1189873269',180.015453125,-119.4474984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5701,1901,NULL,1,1944,1,'Throwing Spear','Game ID: -1193927459',114.14844375,-162.732125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5702,1901,NULL,1,1944,1,'Thunderstorm Rod','Game ID: -1211307036',143.2608875,-112.17840625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5703,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -1215458878',172.044203125,-170.7968125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5704,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1225679413',141.590965625,-153.393078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5705,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1230505423',140.34442656250002,-180.205453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5706,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -1231582053',115.2698,-158.7013125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5707,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1240084269',107.9906875,-79.24479687499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5708,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: -1240341090',134.38455937499998,-171.215640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5709,1901,NULL,1,1944,1,'Ancient Arrow','Game ID: -1247380224',118.453125,-115.75,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5710,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1252549478',174.65590625,-146.2805625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5711,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1259988165',86.86756249999999,-151.68675000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5712,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1260182448',81.57831250000001,-100.0789375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5713,1901,NULL,1,1944,1,'Royal Claymore','Game ID: -1260410724',64.97665625,-69.290125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5714,1901,NULL,1,1944,1,'Boomerang','Game ID: -1271069462',151.610203125,-158.56646875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5715,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -1278075250',76.706171875,-104.90259375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5716,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1280412641',189.567125,-102.231296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5717,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1287634870',177.392359375,-125.910921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5718,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1290869859',83.39775,-79.830109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5719,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1299185085',98.17587500000002,-92.64996875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5720,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: -1300074399',169.802015625,-102.4439375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5721,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1304842540',112.200203125,-161.681234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5722,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1309368252',145.25675,-188.37465625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5723,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1330276103',132.79995624999998,-158.5053125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5724,1901,NULL,1,1944,1,'Zora Spear','Game ID: -1333756646',127.33117390625,-167.41153125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5725,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -1336881195',140.91627499999998,-129.931365625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5726,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1342938786',129.99608125,-167.716234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5727,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -1343845852',112.573775,-80.173078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5728,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1346698066',124.856071875,-117.1785953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5729,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1357100896',74.183890625,-142.12959999999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5730,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1362820416',70.071875,-169.6234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5731,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -1366162887',199.865265625,-183.73417187500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5732,1901,NULL,1,1944,1,'Ice Rod','Game ID: -1374267339',201.8219375,-112.530840625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5733,1901,NULL,1,1944,1,'Meteor Rod','Game ID: -1376505469',58.907765624999996,-136.860625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5734,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -1393121368',161.78359375,-128.61080890624999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5735,1901,NULL,1,1944,1,'Tunic of the Wild','Game ID: -1398301527',111.265515625,-86.021625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5736,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1402564610',130.328125,-116.890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5737,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1410324131',69.713671875,-147.4740625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5738,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1412113487',72.91815625000001,-152.078078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5739,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1440845945',127.38198328125,-173.48209375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5740,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1441006890',54.40275,-148.317296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5741,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -146259732',124.414675,-167.52018750000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5742,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1468454307',115.109375,-74.5625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5743,1901,NULL,1,1944,1,'Golden Bow','Game ID: -1470966036',79.6835625,-152.119703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5744,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1473371794',159.180109375,-136.3986375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5745,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1476717666',80.182,-75.89515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5746,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: -1478428506',62.521874999999994,-160.31328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5747,1901,NULL,1,1944,1,'Golden Claymore','Game ID: -1483690929',75.443859375,-145.24771875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5748,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1496815284',116.859375,-164.109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5749,1901,NULL,1,1944,1,'Cobble Crusher','Game ID: -1504186885',151.16385937500002,-94.40784375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5750,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1509173611',124.3880234375,-169.09565625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5751,1901,NULL,1,1944,1,'Shock Arrow x10','Game ID: -1512898711',193.6214375,-85.06337500000001,0,0,1,'2017-04-13 19:07:25'); +INSERT INTO `marker` VALUES (5752,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1532139254',61.664249999999996,-82.88278125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5753,1901,NULL,1,1944,1,'Warm Doublet','Game ID: -153429815',115.71875,-163.2421875,0,0,1,'2017-04-10 21:44:42'); +INSERT INTO `marker` VALUES (5754,1901,NULL,1,1944,1,'Double Axe','Game ID: -1550409614',154.542703125,-177.546328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5755,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1553806867',120.0889015625,-115.544225,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5756,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1569845458',71.8773125,-85.436578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5757,1901,NULL,1,1944,1,'Silver Bow','Game ID: -1571545390',178.552921875,-121.4252640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5758,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: -1571824438',71.164375,-116.008009375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5759,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1572812576',157.418484375,-177.102953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5760,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1577611961',69.44987499999999,-142.72577343749998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5761,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: -1579532148',122.387259375,-113.60625625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5762,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1580624204',155.30965625,-173.940140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5763,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -1595005010',170.55281250000002,-119.272546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5764,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1611172275',66.2868125,-143.55699687499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5765,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: -1618867267',79.33848437500001,-153.457,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5766,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -1622294295',120.4107625,-168.875953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5767,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1629705439',59.132781249999994,-176.24803125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5768,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: -1639689229',69.4234375,-144.8109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5769,1901,NULL,1,1944,1,'Swallow Bow','Game ID: -1643439830',78.21875,-98.25,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5770,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1648255206',92.6605625,-100.738890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5771,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1656526013',127.86040687499998,-185.537390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5772,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -165676121',115.7734375,-142.15625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5773,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1662013531',112.69378125,-99.729015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5774,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -1662731845',140.98670625,-153.63328124999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5775,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1664933682',155.575265625,-179.64646875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5776,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1687884422',127.9947242734375,-115.0488578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5777,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1706663619',72.41131250000001,-104.5064375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5778,1901,NULL,1,1944,1,'Drillshaft','Game ID: -1707150938',171.9656875,-108.39485937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5779,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1708656555',176.024234375,-110.06140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5780,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: -1725160823',66.028171875,-137.5233875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5781,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1731268305',195.402296875,-137.3253796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5782,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -1741919697',198.753921875,-142.7339203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5783,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -1746308188',154.88925,-143.5752453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5784,1901,NULL,1,1944,1,'Edge of Duality','Game ID: -1747221695',127.3573740625,-167.2023125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5785,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1748168494',156.50571875,-184.10934375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5786,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -1752479644',133.209265625,-116.1809046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5787,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1785303168',157.766890625,-185.33503125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5788,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1789648675',117.9300609375,-118.53026249999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5789,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1796104179',154.32356249999998,-176.539328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5790,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1797181556',86.29375,-113.9578109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5791,1901,NULL,1,1944,1,'Traveler\'s Sword','Game ID: -1799564336',119.133178125,-152.71128125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5792,1901,NULL,1,1944,1,'Emblazoned Shield','Game ID: -1801573950',119.10625,-150.7421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5793,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1802424558',128.146096296875,-174.182453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5794,1901,NULL,1,1944,1,'Arrow x5','Game ID: -1806103699',74.887625,-143.2081515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5795,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1823415790',121.9091796875,-113.656525,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5796,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1845525158',156.56828124999998,-174.03507812499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5797,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: -184964310',80.578125,-166.0703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5798,1901,NULL,1,1944,1,'Zora Spear','Game ID: -1852876691',176.82809375,-130.86719375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5799,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1854146143',124.86645781250002,-117.272775,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5800,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1863528504',132.40854375,-149.1866875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5801,1901,NULL,1,1944,1,'Ancient Arrow','Game ID: -1864024453',124.621625,-109.56045312500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5802,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1866889670',79.2734375,-166.7734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5803,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1875830335',70.30725000000001,-68.10978125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5804,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1877537946',200.43285937500002,-71.47651562499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5805,1901,NULL,1,1944,1,'Arrow x10','Game ID: -1879093226',155.772265625,-139.411140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5806,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: -1896777170',76.957140625,-107.47490625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5807,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1904026760',127.69805390624998,-174.6040625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5808,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1912074526',77.81412499999999,-152.024234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5809,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1922939682',172.70271875,-128.60942640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5810,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1923407071',125.4256953125,-111.56346875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5811,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -1923535882',180.734265625,-117.031346875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5812,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -1923785301',186.37096875,-107.9465,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5813,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1933382830',125.5819828125,-114.041603125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5814,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -1944061639',123.898265625,-109.815953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5815,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -194818698',67.84446875,-161.787734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5816,1901,NULL,1,1944,1,'Golden Claymore','Game ID: -1948999198',66.71953125,-164.11846875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5817,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1953981372',122.0655125,-183.7384375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5818,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -1956900873',177.326234375,-187.50675,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5819,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -1959536881',180.748328125,-178.639671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5820,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -1959791937',77.54509375,-90.24242187499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5821,1901,NULL,1,1944,1,'Golden Bow','Game ID: -1989506779',68.93603125,-174.319859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5822,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -1989700051',118.71875,-118.0703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5823,1901,NULL,1,1944,1,'Scimitar of the Seven','Game ID: -1990852819',67.231359375,-174.44792187500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5824,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -2003223078',155.173984375,-189.905828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5825,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -2004237375',119.722778125,-117.1553046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5826,1901,NULL,1,1944,1,'Golden Claymore','Game ID: -201097724',60.709765625,-149.440984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5827,1901,NULL,1,1944,1,'Fishing Harpoon','Game ID: -202688801',121.914834375,-173.16776562500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5828,1901,NULL,1,1944,1,'Arrow x5','Game ID: -202913021',67.00842187500001,-146.9974375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5829,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -2035370468',135.2343703125,-119.601425,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5830,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -2043686984',200.54809375000002,-184.650265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5831,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -2045909577',74.17578125,-144.66331250000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5832,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -2051388230',171.90625,-125.4218765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5833,1901,NULL,1,1944,1,'Frostblade','Game ID: -2052116670',57.76698437500001,-96.2898125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5834,1901,NULL,1,1944,1,'Feathered Spear','Game ID: -2055117580',102.15942187499999,-86.98260937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5835,1901,NULL,1,1944,1,'Forest Dweller\'s Sword','Game ID: -2055530419',155.14182812500002,-182.1975625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5836,1901,NULL,1,1944,1,'Silver Bow','Game ID: -2056604190',186.41593749999998,-107.30590624999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5837,1901,NULL,1,1944,1,'Traveler\'s Sword','Game ID: -2071703980',198.33340625,-183.51509375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5838,1901,NULL,1,1944,1,'Royal Halberd','Game ID: -2078713980',56.506390624999995,-168.656859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5839,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -2103666787',73.84109375,-106.13020312500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5840,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -2106027271',129.8138046875,-112.177734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5841,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -2106120196',156.39973437499998,-183.871234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5842,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -211032712',140.94519843749998,-110.359578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5843,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -2113421111',165.951609375,-142.5055703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5844,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -2116738417',141.62654062500002,-184.375234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5845,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -2128135986',151.197109375,-94.444390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5846,1901,NULL,1,1944,1,'Shock Arrow x10','Game ID: -2135792596',192.93596875,-115.6699796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5847,1901,NULL,1,1944,1,'Drillshaft','Game ID: -218868837',166.3203125,-99.125609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5848,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -223980837',140.26151875,-103.547046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5849,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: -240820020',156.137609375,-186.55839062500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5850,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -248624205',111.04834375,-161.47875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5851,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: -25088570',141.40431406249996,-105.5715625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5852,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -251160089',142.1778984375,-124.04078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5853,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -257715982',188.213796875,-111.138890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5854,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -2581090',58.8094375,-93.25218749999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5855,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -25814652',141.5437109375,-102.583625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5856,1901,NULL,1,1944,1,'Falcon Bow','Game ID: -258229004',68.614390625,-91.8025625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5857,1901,NULL,1,1944,1,'Radiant Shield','Game ID: -259785718',61.9055625,-137.4176734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5858,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -260543368',200.31789062500002,-185.760890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5859,1901,NULL,1,1944,1,'Golden Bow','Game ID: -269754738',74.91131250000001,-142.53838593749998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5860,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -277936734',126.4609375,-113.447390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5861,1901,NULL,1,1944,1,'Arrow x10','Game ID: -299174066',185.267890625,-129.28729671874999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5862,1901,NULL,1,1944,1,'Arrow x5','Game ID: -304207054',149.23853125,-181.496,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5863,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -308411437',120.984375,-111.869265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5864,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -311986962',59.25164062499999,-81.14065625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5865,1901,NULL,1,1944,1,'Boomerang','Game ID: -316066524',126.91729015625,-173.20003125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5866,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -320478475',92.61449999999999,-161.7718125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5867,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -323176398',128.24208828125,-161.35985937499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5868,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: -323739117',67.974609375,-147.316671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5869,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -331502259',154.173859375,-133.5808828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5870,1901,NULL,1,1944,1,'Arrow x5','Game ID: -338925433',127.24140500000001,-167.46140624999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5871,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -343944482',152.68946875,-83.956921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5872,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -349610974',57.100796875,-141.6842015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5873,1901,NULL,1,1944,1,'Zora Spear','Game ID: -361670094',180.02771875,-119.675346875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5874,1901,NULL,1,1944,1,'Fisherman\'s Shield','Game ID: -363907077',191.09684375,-134.5461703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5875,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -373747860',78.602453125,-92.10009375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5876,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: -377691645',135.9358125,-147.64920312499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5877,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -394374408',60.873718749999995,-145.11859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5878,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: -404540692',162.170359375,-125.6530609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5879,1901,NULL,1,1944,1,'Silverscale Spear','Game ID: -414515092',185.551203125,-114.768803125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5880,1901,NULL,1,1944,1,'Arrow x10','Game ID: -430166506',175.2285625,-159.509796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5881,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -433882207',200.4453125,-186.234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5882,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -435728028',91.396234375,-138.6375796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5883,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -435968390',63.79028125000001,-161.0004375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5884,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -436138381',125.174259375,-162.268125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5885,1901,NULL,1,1944,1,'Silver Bow','Game ID: -437349013',144.9084375,-187.265640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5886,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: -443391182',99.676703125,-150.476046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5887,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -447999661',78.58859375,-81.343109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5888,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -450270297',124.36387968750002,-109.5869375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5889,1901,NULL,1,1944,1,'Savage Lynel Shield','Game ID: -459035727',121.9022703125,-114.9203578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5890,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: -477962676',113.2796875,-164.3703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5891,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -479010706',93.64099999999999,-135.9675515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5892,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: -487878670',155.850171875,-174.103234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5893,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -503727285',115.8928953125,-152.35396875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5894,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: -510579382',158.21175,-126.8979203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5895,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -515777509',92.09314062499999,-90.445765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5896,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -521740055',106.319390625,-122.5221484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5897,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: -522375131',85.25265625,-163.446140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5898,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -522414338',124.012715625,-164.2460625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5899,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -525259637',162.69970312499998,-126.89421375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5900,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -531100239',81.697015625,-88.79054687499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5901,1901,NULL,1,1944,1,'Arrow x10','Game ID: -532163414',121.54235625,-173.13765625000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5902,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -535377152',124.1171875,-109.291140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5903,1901,NULL,1,1944,1,'Zora Spear','Game ID: -535382870',198.87685937499998,-144.67871875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5904,1901,NULL,1,1944,1,'Golden Bow','Game ID: -541783122',66.567453125,-149.387234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5905,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -548344095',160.84560937499998,-189.40550000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5906,1901,NULL,1,1944,1,'Arrow x5','Game ID: -552557799',62.83220312500001,-140.47992499999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5907,1901,NULL,1,1944,1,'Ice Arrow','Game ID: -563849434',177.062484375,-131.109346875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5908,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: -566020712',177.13665625,-84.0698125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5909,1901,NULL,1,1944,1,'Golden Bow','Game ID: -571421005',83.35421875,-164.26293750000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5910,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -574894224',126.9132309375,-110.8418125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5911,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -601834483',71.427375,-140.527878125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5912,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -60415975',181.419265625,-174.94021874999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5913,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: -608293595',170.399921875,-147.37520312499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5914,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: -609345036',93.18,-73.92046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5915,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: -61036158',66.483953125,-139.7903328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5916,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -613240012',65.33134375,-141.65792343750002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5917,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: -625958330',151.877078125,-182.777359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5918,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -634754321',65.5235,-146.17012499999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5919,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: -635443624',169.59868749999998,-118.6320203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5920,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -64072087',131.0595109375,-112.213875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5921,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -660322040',86.15495312499999,-84.1754375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5922,1901,NULL,1,1944,1,'Golden Bow','Game ID: -671470529',69.69375,-168.625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5923,1901,NULL,1,1944,1,'Silver Shield','Game ID: -679544030',179.76079687499998,-119.5167734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5924,1901,NULL,1,1944,1,'Throwing Spear','Game ID: -680233014',168.484125,-183.211875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5925,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: -686647436',57.403109375,-176.81559375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5926,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -687909141',123.54620624999998,-152.773375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5927,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -689737480',184.32140625,-132.9972796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5928,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -692247255',157.334703125,-184.08178125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5929,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -692634881',155.941984375,-174.0445,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5930,1901,NULL,1,1944,1,'Thunderstorm Rod','Game ID: -701126392',158.647484375,-179.039921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5931,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: -704426440',118.3828125,-137.8203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5932,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: -706221118',130.21875,-120.78125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5933,1901,NULL,1,1944,1,'Silver Bow','Game ID: -709539495',173.350703125,-128.49145484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5934,1901,NULL,1,1944,1,'Drillshaft','Game ID: -713946995',180.76940625,-70.79559375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5935,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -72569067',110.02890625,-146.7328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5936,1901,NULL,1,1944,1,'Drillshaft','Game ID: -728220559',161.1,-114.1703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5937,1901,NULL,1,1944,1,'Kite Shield','Game ID: -736440099',99.25440625,-78.394703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5938,1901,NULL,1,1944,1,'Arrow x10','Game ID: -737840468',78.25978125,-111.37703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5939,1901,NULL,1,1944,1,'Great Thunderblade','Game ID: -74226143',51.806828124999996,-183.561234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5940,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -748749092',127.296875,-115.127078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5941,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -751509251',73.78184375000001,-151.53785937499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5942,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -77472596',142.3327625,-178.45235937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5943,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: -78982660',100.4875,-181.515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5944,1901,NULL,1,1944,1,'Arrow x5','Game ID: -792712051',76.84834375,-150.08278124999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5945,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: -798558426',65.1721875,-162.39609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5946,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -803574302',120.9281328125,-162.821671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5947,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -806204589',67.6854375,-69.761546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5948,1901,NULL,1,1944,1,'Arrow x10','Game ID: -81397405',72.36934375,-143.0676671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5949,1901,NULL,1,1944,1,'Cobble Crusher','Game ID: -815569397',161.621515625,-104.983890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5950,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: -82492911',55.958734375000006,-147.96009375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5951,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -827535352',118.2858046875,-158.0763125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5952,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -831740923',84.625,-96.34375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5953,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -834994620',123.47435312499998,-110.32650000000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5954,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: -84198042',65.068234375,-142.49271562500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5955,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -857859686',148.1914375,-138.2464765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5956,1901,NULL,1,1944,1,'Arrow x10','Game ID: -867448201',171.449328125,-162.751890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5957,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: -869759933',95.26640625,-69.19200000000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5958,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -880073514',180.035125,-104.88207812499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5959,1901,NULL,1,1944,1,'Silver Shield','Game ID: -885792679',133.23077812499997,-171.701671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5960,1901,NULL,1,1944,1,'Edge of Duality','Game ID: -889878575',116.9060828125,-72.765640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5961,1901,NULL,1,1944,1,'Blizzard Rod','Game ID: -895301971',84.01753124999999,-83.01746875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5962,1901,NULL,1,1944,1,'Zora Spear','Game ID: -898114782',195.86570312499998,-185.91615625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5963,1901,NULL,1,1944,1,'Arrow x10','Game ID: -912124599',91.5380625,-97.718734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5964,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -919780812',118.5846421875,-119.6098734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5965,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: -92049957',105.422984375,-153.27065625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5966,1901,NULL,1,1944,1,'Forest Dweller\'s Sword','Game ID: -934224324',140.4854921875,-91.896125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5967,1901,NULL,1,1944,1,'Frostblade','Game ID: -93949812',121.9503328125,-112.37892500000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5968,1901,NULL,1,1944,1,'Arrow x10','Game ID: -95821402',178.03117187499998,-155.465984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5969,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: -959124242',122.796875,-111.017703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5970,1901,NULL,1,1944,1,'Golden Bow','Game ID: -97540061',63.73301562499999,-149.59415625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5971,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: -984196025',138.3998390625,-116.2279375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5972,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: -985772129',127.41597546875002,-167.34076562500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5973,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 100295353',166.65504687499998,-184.3349375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5974,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1019895495',54.177984374999994,-151.45862499999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5975,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1035186669',115.8346171875,-72.76559375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5976,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1039414755',191.452390625,-118.7880140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5977,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 104119229',121.781390625,-173.351328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5978,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1042555180',139.8792640625,-116.20618125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5979,1901,NULL,1,1944,1,'Flamespear','Game ID: 1046310171',64.5546875,-87.023921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5980,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1053938972',127.19063625,-167.09753125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5981,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1057953325',144.38184375,-178.336953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5982,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1069229842',156.45590625,-182.713453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5983,1901,NULL,1,1944,1,'Shock Arrow x10','Game ID: 1070881855',168.742328125,-144.22653125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5984,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1085667751',125.6417984375,-109.680828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5985,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1087571833',74.59875,-145.92828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5986,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 1100553496',122.9187328125,-115.52202187500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5987,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1101107709',143.5125,-110.30625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5988,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 112042483',94.021171875,-156.920921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5989,1901,NULL,1,1944,1,'Well-Worn Trousers','Game ID: 1122331722',110.62771875,-157.599203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5990,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1122705485',161.73835937500002,-150.47470312500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5991,1901,NULL,1,1944,1,'Daybreaker','Game ID: 1129053593',67.214625,-174.431203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5992,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1130610796',117.875,-121.140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5993,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1149811241',65.532421875,-96.9778125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5994,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 1153264704',63.349578124999994,-119.1491921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5995,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 1160943436',66.809578125,-68.20009375000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5996,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1166023328',66.285125,-78.5936875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5997,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1167755580',156.961203125,-185.719421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5998,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: 1177129274',77.2638125,-162.800921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (5999,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1197778593',73.571484375,-141.487553125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6000,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1203619059',131.1356953125,-171.13575,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6001,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1219292146',64.8071875,-170.430484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6002,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1225298978',126.94910093750002,-166.109109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6003,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1225528380',174.4009375,-187.041828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6004,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 1234325019',144.28635937500002,-154.5911875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6005,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1248915646',121.7257328125,-112.03129687500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6006,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: 1253211792',56.117281250000005,-169.414046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6007,1901,NULL,1,1944,1,'Korok Leaf','Game ID: 1253947834',140.759628125,-154.474,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6008,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1261285928',157.509921875,-157.177953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6009,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1305945533',132.2575953125,-188.94034375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6010,1901,NULL,1,1944,1,'Hylian Trousers','Game ID: 1313140003',116.494971875,-157.150734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6011,1901,NULL,1,1944,1,'Throwing Spear','Game ID: 131922223',182.982265625,-132.13027499999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6012,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1319867852',143.05307031249998,-104.488953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6013,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1320534692',162.2678125,-102.308140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6014,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1325848240',172.10454687499998,-161.14667187499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6015,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1333419385',92.15615625000001,-129.53046703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6016,1901,NULL,1,1944,1,'Old Shirt','Game ID: 1335244483',110.60884375,-157.54034375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6017,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1336330295',157.98753125000002,-177.72540625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6018,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 1336487113',167.798671875,-144.91728125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6019,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1337874741',121.03125,-124.265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6020,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1351790075',127.542003125,-167.09365624999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6021,1901,NULL,1,1944,1,'Bomb Arrow','Game ID: 1355194819',163.399578125,-124.1404859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6022,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: 1367637753',195.923484375,-114.487953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6023,1901,NULL,1,1944,1,'Zora Helm','Game ID: 1369310247',182.161859375,-114.108525,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6024,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1379201832',142.8952859375,-178.589515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6025,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1397757005',119.1484375,-122.9765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6026,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: 1400211312',92.82571875,-155.301828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6027,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 1401384830',59.244437500000004,-138.948775,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6028,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1403466912',110.98357812500001,-161.743,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6029,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1406995855',70.68871874999999,-113.29894999999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6030,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 1407137022',91.171875,-76.40228125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6031,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 1408506157',58.775203125000004,-144.868234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6032,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1413590562',73.62118749999999,-95.59534375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6033,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1424156752',178.663609375,-127.53269484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6034,1901,NULL,1,1944,1,'Royal Shield','Game ID: 1429812883',80.40531250000001,-144.89540625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6035,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 1437174372',139.78604375,-171.17651562499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6036,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 1441938348',72.275,-92.6859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6037,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1444486421',85.976953125,-75.69968750000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6038,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1446344031',94.1953125,-154.59375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6039,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1449120336',102.0750625,-165.24215625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6040,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 1451704573',58.845515625000004,-74.964546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6041,1901,NULL,1,1944,1,'Thunderblade','Game ID: 1453896671',175.14656250000002,-188.944609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6042,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1457770742',139.50287187499998,-162.512859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6043,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1471186924',69.57864062499999,-140.594665625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6044,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 1482345138',156.242640625,-178.131109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6045,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1491795805',136.640625,-130.59375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6046,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1493548515',80.5703125,-91.22618750000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6047,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1496117456',134.6960328125,-145.69828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6048,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 149982252',177.2500625,-135.46766875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6049,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 1506497297',74.54139062499999,-91.392890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6050,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1509788199',173.038828125,-122.181625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6051,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: 1524125403',57.0313125,-178.031140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6052,1901,NULL,1,1944,1,'Zora Spear','Game ID: 1532272583',171.093703125,-126.398390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6053,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1549979885',169.81103124999998,-174.58465625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6054,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: 1558154797',124.26231874999999,-153.8088125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6055,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1565885892',156.57384374999998,-174.05053125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6056,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1574041919',126.5,-113.423953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6057,1901,NULL,1,1944,1,'Feathered Edge','Game ID: 1574761993',62.780015625000004,-100.60878124999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6058,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: 1594216329',122.57660625,-114.9241125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6059,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1602544782',88.48053125,-138.1160859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6060,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1603123707',63.65484375,-160.0496875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6061,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 1610925690',83.834671875,-116.809,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6062,1901,NULL,1,1944,1,'Double Axe','Game ID: 1637373433',149.48975000000002,-181.511328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6063,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: 1649297148',126.01315156250001,-146.24200000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6064,1901,NULL,1,1944,1,'Royal Broadsword','Game ID: 1659104910',201.266609375,-70.0703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6065,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1669353966',137.52297968749997,-97.575140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6066,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: 1675229188',148.770328125,-157.124828125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6067,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1689737867',188.44740625,-136.023778125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6068,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 1695514473',153.7231875,-181.241046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6069,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: 1705997727',58.993875,-139.4862484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6070,1901,NULL,1,1944,1,'Soldier\'s Claymore','Game ID: 1732049083',144.321390625,-174.2051875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6071,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1732323234',75.12903125,-161.312,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6072,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1732745671',179.52028124999998,-104.66403125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6073,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 1752241026',125.40169375000002,-114.2240625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6074,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 1754409777',141.8224359375,-176.74200000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6075,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 1756408700',189.169328125,-172.44437499999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6076,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1757302122',112.828084375,-164.612140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6077,1901,NULL,1,1944,1,'Trousers of the Wild','Game ID: 1761649191',111.337328125,-86.081890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6078,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1764582201',158.060203125,-163.94439062499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6079,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 1769347722',59.285421875,-97.60900000000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6080,1901,NULL,1,1944,1,'Forest Dweller\'s Sword','Game ID: 1780912248',118.2109375,-136.75,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6081,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 1781413350',179.80659375,-111.79675,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6082,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1782046241',143.016728125,-112.017703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6083,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1784715464',191.28428125,-173.85229687499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6084,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 1794295881',192.105125,-120.5993578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6085,1901,NULL,1,1944,1,'Feathered Spear','Game ID: 1795066482',109.0443125,-125.4527234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6086,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: 1795422602',127.81868796875,-168.43481250000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6087,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1796411624',94.175203125,-76.449,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6088,1901,NULL,1,1944,1,'Stone Smasher','Game ID: 1805177461',149.83059375,-95.67601562499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6089,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 1807902579',127.71093796875,-131.0234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6090,1901,NULL,1,1944,1,'Radiant Shield','Game ID: 1813492430',77.23059375,-150.86934374999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6091,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 181926113',106.7734375,-131.7265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6092,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1823339420',74.268609375,-87.352703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6093,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1825524602',153.929515625,-189.382296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6094,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1836271291',153.13664062499998,-180.794921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6095,1901,NULL,1,1944,1,'Silverscale Spear','Game ID: 184482119',195.88190625,-117.9273359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6096,1901,NULL,1,1944,1,'Feathered Spear','Game ID: 1845994126',86.478640625,-90.52915625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6097,1901,NULL,1,1944,1,'Arrow x10','Game ID: 1846342251',156.9423125,-126.4262015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6098,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1848407939',71.195671875,-76.29440625000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6099,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1850654508',67.827203125,-145.30281250000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6100,1901,NULL,1,1944,1,'Golden Claymore','Game ID: 185132469',69.87615625000001,-141.4332203125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6101,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 1855573219',124.03125,-116.400515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6102,1901,NULL,1,1944,1,'Arrow x5','Game ID: 1860880510',157.41845312499998,-177.08721875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6103,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 1876238077',92.20103125,-98.066671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6104,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 1880894645',87.55603124999999,-178.843625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6105,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1882321148',177.5936875,-189.171609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6106,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1893983190',143.04462343750004,-103.63537500000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6107,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 191517764',62.875031250000006,-89.952453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6108,1901,NULL,1,1944,1,'Arrow x5','Game ID: 191697808',163.01068750000002,-126.98880546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6109,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1924960938',155.915578125,-177.41471875000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6110,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 1930134405',68.24437499999999,-92.45090625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6111,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 1933608495',177.518828125,-187.02015625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6112,1901,NULL,1,1944,1,'Zora Spear','Game ID: 1936720710',179.027203125,-120.5489890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6113,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 1949315180',153.15856250000002,-181.1799375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6114,1901,NULL,1,1944,1,'Arrow x5','Game ID: 195317545',87.25471875,-153.207140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6115,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1963694381',156.96978124999998,-176.441953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6116,1901,NULL,1,1944,1,'Iron Sledgehammer','Game ID: 1965651867',164.69759375,-155.404578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6117,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1965946491',68.60718750000001,-146.733703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6118,1901,NULL,1,1944,1,'Forest Dweller\'s Shield','Game ID: 1973681754',138.740678125,-91.61559375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6119,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 1978005036',63.00684375,-101.51279687499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6120,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 1982372038',160.31975,-188.47409375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6121,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 199399775',68.7373125,-156.926453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6122,1901,NULL,1,1944,1,'Great Eagle Bow','Game ID: 1994756610',71.275515625,-99.43484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6123,1901,NULL,1,1944,1,'Golden Bow','Game ID: 1999356160',74.360765625,-176.93089062500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6124,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: 2008800968',146.15334375,-172.99078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6125,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2009260213',108.226453125,-152.434046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6126,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 2009900434',151.186625,-94.2350625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6127,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 201748986',155.752796875,-175.507984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6128,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 2026648602',169.137671875,-124.6019140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6129,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 2029054705',115.8758984375,-152.403640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6130,1901,NULL,1,1944,1,'Hunter\'s Shield','Game ID: 2029607683',161.96928125,-126.663274375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6131,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 2045340421',120.7363890625,-113.2246734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6132,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 2055560919',72.942796875,-73.82946874999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6133,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 2069325108',153.98209375,-83.08,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6134,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 2070850062',136.488390625,-147.7395,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6135,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 2071543779',146.917125,-93.8565625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6136,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2074155839',116.2109375,-140.7578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6137,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 2076156603',91.751671875,-165.962921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6138,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 208016799',101.85196875,-162.366875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6139,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 2082874460',57.975546875000006,-144.272609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6140,1901,NULL,1,1944,1,'Arrow x5','Game ID: 2086905331',114.3302484375,-143.2461625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6141,1901,NULL,1,1944,1,'Silver Bow','Game ID: 2089566527',154.19009375000002,-181.01115625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6142,1901,NULL,1,1944,1,'Feathered Spear','Game ID: 2094766373',107.1875625,-90.114953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6143,1901,NULL,1,1944,1,'Kite Shield','Game ID: 2095607697',82.97203125,-94.25221875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6144,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2099137307',63.515734374999994,-168.395890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6145,1901,NULL,1,1944,1,'Gerudo Shield','Game ID: 2105406180',57.712593749999996,-161.398109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6146,1901,NULL,1,1944,1,'Emblazoned Shield','Game ID: 2110462589',164.555671875,-154.978078125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6147,1901,NULL,1,1944,1,'Knight\'s Broadsword','Game ID: 2112563469',175.9528125,-145.76659375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6148,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 2116087794',78.301703125,-144.12559375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6149,1901,NULL,1,1944,1,'Throwing Spear','Game ID: 212115638',195.56742187499998,-131.04558281250002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6150,1901,NULL,1,1944,1,'Forest Dweller\'s Bow','Game ID: 2127983644',90.63675,-95.22575,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6151,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 2129092038',193.270640625,-76.68221874999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6152,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 2137637124',142.8303703125,-101.7244375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6153,1901,NULL,1,1944,1,'Arrow x10','Game ID: 2141755056',134.7249265625,-159.56259375000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6154,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 2142154964',166.91521875,-163.090984375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6155,1901,NULL,1,1944,1,'Arrow x5','Game ID: 217594417',105.585765625,-155.09365624999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6156,1901,NULL,1,1944,1,'Radiant Shield','Game ID: 222423612',72.80309375,-133.7234109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6157,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 225004724',180.455078125,-120.01815625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6158,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 231106372',117.5931390625,-119.0768125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6159,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: 234388252',87.989984375,-152.674703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6160,1901,NULL,1,1944,1,'Arrow x5','Game ID: 238676055',64.47018750000001,-163.900390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6161,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 246237684',151.66575,-123.3562734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6162,1901,NULL,1,1944,1,'Bomb Arrow x10','Game ID: 249226348',69.385015625,-184.28515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6163,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 275172052',63.470296875,-143.0991234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6164,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 286295037',174.359546875,-182.7184375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6165,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 290764376',131.24269218749998,-151.5735,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6166,1901,NULL,1,1944,1,'Throwing Spear','Game ID: 292872964',170.86509375,-124.8512578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6167,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 293266321',201.268421875,-105.57753124999999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6168,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 293873791',127.01149078125,-188.804953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6169,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 29985339',179.680265625,-119.135990625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6170,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 300913965',57.83639062500001,-88.38848437499999,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6171,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 303330436',137.46997499999998,-163.33221874999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6172,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 30547543',70.8046875,-158.271875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6173,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 306014001',86.67735937500001,-153.609921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6174,1901,NULL,1,1944,1,'Boomerang','Game ID: 306589109',144.559265625,-181.496359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6175,1901,NULL,1,1944,1,'Diamond Circlet','Game ID: 306589417',200.734375,-71.125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6176,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 312182765',71.73765625,-141.3746734375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6177,1901,NULL,1,1944,1,'Arrow x5','Game ID: 313309550',200.1174375,-182.193765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6178,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 318716168',200.67471875,-115.7820578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6179,1901,NULL,1,1944,1,'Arrow x10','Game ID: 320668688',204.769953125,-185.713125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6180,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 345113310',85.819828125,-114.2572515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6181,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 349167694',133.1593765625,-171.78140625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6182,1901,NULL,1,1944,1,'Falcon Bow','Game ID: 364857245',78.5859375,-73.4296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6183,1901,NULL,1,1944,1,'Silver Bow','Game ID: 36837439',163.30546875,-127.51551796875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6184,1901,NULL,1,1944,1,'Thunderstorm Rod','Game ID: 372261438',138.77865624999998,-107.94165625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6185,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: 383258217',198.227921875,-184.47121875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6186,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 383692990',153.09690625000002,-181.23445312500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6187,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 394040126',155.97729687499998,-152.123390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6188,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 4029984',201.90625,-183.8125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6189,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: 406185851',139.381678125,-97.76525000000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6190,1901,NULL,1,1944,1,'Arrow x5','Game ID: 407446232',111.869390625,-163.381765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6191,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: 415503958',97.103078125,-164.6296875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6192,1901,NULL,1,1944,1,'Golden Claymore','Game ID: 419833188',64.43843749999999,-140.699384375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6193,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 420581026',153.4214375,-186.46359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6194,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 430630870',92.49298437499999,-83.854046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6195,1901,NULL,1,1944,1,'Golden Bow','Game ID: 432831078',53.618875,-149.3710625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6196,1901,NULL,1,1944,1,'Silver Shield','Game ID: 44135018',185.936,-107.77425,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6197,1901,NULL,1,1944,1,'Knight\'s Claymore','Game ID: 455907821',178.03412500000002,-101.396890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6198,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 464024192',161.355421875,-186.604390625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6199,1901,NULL,1,1944,1,'Arrow x10','Game ID: 471032154',126.4537353125,-152.696359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6200,1901,NULL,1,1944,1,'Eightfold Blade','Game ID: 472254805',134.627628125,-158.168515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6201,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 48319296',156.892359375,-185.69584375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6202,1901,NULL,1,1944,1,'Swallow Bow','Game ID: 484243667',68.43096875,-122.02920625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6203,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 485240907',138.8107078125,-137.8842890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6204,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 504874141',109.07971875,-80.1948125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6205,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 511163824',185.829890625,-138.196225,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6206,1901,NULL,1,1944,1,'Boulder Breaker','Game ID: 516117098',155.19659375,-89.76271875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6207,1901,NULL,1,1944,1,'Forest Dweller\'s Spear','Game ID: 519268736',96.165578125,-132.6654421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6208,1901,NULL,1,1944,1,'Silver Shield','Game ID: 521265924',196.75242187499998,-185.10096875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6209,1901,NULL,1,1944,1,'Ancient Arrow','Game ID: 523166592',126.9940384375,-112.638646875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6210,1901,NULL,1,1944,1,'Arrow x10','Game ID: 528853506',72.74215625,-170.9218125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6211,1901,NULL,1,1944,1,'Arrow x5','Game ID: 530571635',54.037046875,-150.381109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6212,1901,NULL,1,1944,1,'Ice Arrow x10','Game ID: 533479225',153.577296875,-81.99309375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6213,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 536149570',128.171875,-114.259890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6214,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 537942608',133.2499703125,-117.42964218750001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6215,1901,NULL,1,1944,1,'Arrow x10','Game ID: 547751767',122.550065625,-152.61621875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6216,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: 562065515',64.80506249999999,-78.11485937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6217,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 576770187',169.3748125,-146.1954375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6218,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 598465132',176.851578125,-127.28144765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6219,1901,NULL,1,1944,1,'Boomerang','Game ID: 599487442',132.9962203125,-151.14959375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6220,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 614466614',110.983703125,-161.718125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6221,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 614595506',171.758953125,-177.92803125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6222,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 623513864',148.3636875,-183.54818749999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6223,1901,NULL,1,1944,1,'Hylian Shield','Game ID: 628080506',120.1629984375,-112.194046875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6224,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 636083304',110.38556249999999,-87.763,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6225,1901,NULL,1,1944,1,'Gerudo Scimitar','Game ID: 65242927',99.1328125,-183.1546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6226,1901,NULL,1,1944,1,'Eightfold Longblade','Game ID: 655045212',155.336078125,-143.53427812500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6227,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 655889537',151.840734375,-124.8905375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6228,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 660146514',130.46916875,-165.07942187499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6229,1901,NULL,1,1944,1,'Ice Arrow x5','Game ID: 662706173',140.14431875,-104.0684375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6230,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 676170857',129.41766921875,-179.89184375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6231,1901,NULL,1,1944,1,'Moonlight Scimitar','Game ID: 677118654',55.8828125,-142.2265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6232,1901,NULL,1,1944,1,'Arrow x10','Game ID: 686576388',191.27278125,-175.16862500000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6233,1901,NULL,1,1944,1,'Giant Boomerang','Game ID: 68921327',155.720734375,-178.98290624999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6234,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 693233483',201.328125,-106.09375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6235,1901,NULL,1,1944,1,'Phrenic Bow','Game ID: 703644996',141.53518437499997,-180.138578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6236,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 710063442',156.357734375,-173.57003125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6237,1901,NULL,1,1944,1,'Silver Longsword','Game ID: 716129908',192.83309375,-127.98368359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6238,1901,NULL,1,1944,1,'Gerudo Spear','Game ID: 728790229',64.10421875,-171.40515625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6239,1901,NULL,1,1944,1,'Royal Broadsword','Game ID: 737157778',80.735078125,-84.93921875000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6240,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 748227650',68.7419375,-154.272859375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6241,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 755056013',131.2070953125,-171.056109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6242,1901,NULL,1,1944,1,'Ancient Arrow x3','Game ID: 776371786',127.02124015625,-111.68335937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6243,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 776493141',139.4539921875,-171.08896875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6244,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 776728342',121.5759515625,-114.6457703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6245,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 783210943',174.192125,-162.831765625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6246,1901,NULL,1,1944,1,'Soldier\'s Shield','Game ID: 789522239',124.17718125,-189.04090625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6247,1901,NULL,1,1944,1,'Double Axe','Game ID: 793213793',159.69957812500002,-158.14014062500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6248,1901,NULL,1,1944,1,'Royal Guard\'s Spear','Game ID: 796277443',125.5221625,-114.2197546875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6249,1901,NULL,1,1944,1,'Arrow x10','Game ID: 820697865',127.6796875,-131.40625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6250,1901,NULL,1,1944,1,'Knight\'s Shield','Game ID: 824379463',183.40625,-121.8640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6251,1901,NULL,1,1944,1,'Knight\'s Bow','Game ID: 828753638',127.78125,-123.59375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6252,1901,NULL,1,1944,1,'Iron Sledgehammer','Game ID: 8312663',198.927703125,-187.42418750000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6253,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 835342906',122.69394687500001,-115.146075,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6254,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 852165051',73.45289062500001,-143.344603125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6255,1901,NULL,1,1944,1,'Fire Arrow x5','Game ID: 859339332',79.219921875,-148.71496875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6256,1901,NULL,1,1944,1,'Serpentine Spear','Game ID: 865093810',118.96875,-137.625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6257,1901,NULL,1,1944,1,'Iron Sledgehammer','Game ID: 876552493',149.449203125,-153.94609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6258,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 87655617',92.7210625,-80.4438125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6259,1901,NULL,1,1944,1,'Double Axe','Game ID: 883235353',141.533271875,-183.43673437500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6260,1901,NULL,1,1944,1,'Arrow x5','Game ID: 885284593',162.34559375,-126.3873421875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6261,1901,NULL,1,1944,1,'Meteor Rod','Game ID: 88585716',72.28101562500001,-118.770971875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6262,1901,NULL,1,1944,1,'Fire Arrow x10','Game ID: 890774752',85.219046875,-151.23521875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6263,1901,NULL,1,1944,1,'Ancient Arrow x5','Game ID: 911152910',123.9453125,-111.353640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6264,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 926056347',143.679671875,-111.609375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6265,1901,NULL,1,1944,1,'Shock Arrow x5','Game ID: 9268528',100.214234375,-101.619890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6266,1901,NULL,1,1944,1,'Soldier\'s Broadsword','Game ID: 932195220',154.70140625,-138.44465937500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6267,1901,NULL,1,1944,1,'Knight\'s Halberd','Game ID: 934506065',59.1551875,-70.5414375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6268,1901,NULL,1,1944,1,'Traveler\'s Bow','Game ID: 946822747',114.9932296875,-158.6735625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6269,1901,NULL,1,1944,1,'Emblazoned Shield','Game ID: 949903176',157.46045312500002,-155.87275,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6270,1901,NULL,1,1944,1,'Bomb Arrow x5','Game ID: 950861039',113.44875,-162.48000000000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6271,1901,NULL,1,1944,1,'Soldier\'s Spear','Game ID: 953870732',143.4762875,-180.780359375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6272,1901,NULL,1,1944,1,'Soldier\'s Bow','Game ID: 956481320',142.9769078125,-104.61825,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6273,1901,NULL,1,1944,1,'Arrow x5','Game ID: 971003604',172.57804687499998,-128.52316921875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6274,1901,NULL,1,1944,1,'Cap of the Wild','Game ID: 993561984',111.28134375,-86.0756875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6693,1901,NULL,1,1946,1,'Girl\'s Notebook','GameID: -1040482008',181.84409375,-160.7464375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6694,1901,NULL,1,1946,1,'Robbie\'s Memoirs','GameID: -1063967086',198.680578125,-78.61775,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6695,1901,NULL,1,1946,1,'Journal of Various Worries','GameID: -1105632466',155.8359375,-143.5234375,0,0,1,'2017-04-07 21:37:18'); +INSERT INTO `marker` VALUES (6696,1901,NULL,1,1946,1,'Rumor Mill, Volume 5','GameID: -1153725123',141.7532140625,-130.75905625000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6697,1901,NULL,1,1946,1,'Castle Library Book','GameID: -1424265512',125.82773906249999,-111.47096875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6698,1901,NULL,1,1946,1,'Camera Manual','GameID: -1485816522',186.94650000000001,-161.21604687500002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6699,1901,NULL,1,1946,1,'Sheikah Sensor Notes','GameID: -1642513372',187.07603125,-161.295375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6700,1901,NULL,1,1946,1,'Kass\'s Journal','GameID: -1912630473',84.641484375,-131.4462484375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6701,1901,NULL,1,1946,1,'Ivee\'s Diary','GameID: -1918081014',180.448921875,-161.890671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6702,1901,NULL,1,1946,1,'King Rhoam\'s Journal','GameID: -1953322477',125.23216718749998,-110.519640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6703,1901,NULL,1,1946,1,'Misa\'s Recipe Book','GameID: -1979115610',71.1169375,-99.530640625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6704,1901,NULL,1,1946,1,'Rumor Mill, Volume 7','GameID: -2077744925',77.13787500000001,-168.83015625000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6705,1901,NULL,1,1946,1,'Zelda\'s Research Notes','GameID: -342576600',121.9567984375,-112.443525,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6706,1901,NULL,1,1946,1,'Chef Aurie Taamu, Vol. 1','GameID: -792560489',68.38615625,-174.1053125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6707,1901,NULL,1,1946,1,'Rumor Mill, Volume 6','GameID: -835316627',152.134734375,-183.286453125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6708,1901,NULL,1,1946,1,'Sheikah Slate Manual','GameID: -874311396',186.951546875,-161.2478125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6709,1901,NULL,1,1946,1,'Selmie\'s Notes','GameID: 1299272333',72.185125,-92.65703125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6710,1901,NULL,1,1946,1,'Rumor Mill, Volume 4','GameID: 1389314621',194.083859375,-84.93614062500001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6711,1901,NULL,1,1946,1,'Castle Library Book','GameID: 1458152653',125.627328125,-111.255328125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6712,1901,NULL,1,1946,1,'Rumor Mill, Volume 1','GameID: 1600032128',157.021734375,-143.3540953125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6713,1901,NULL,1,1946,1,'An Ancient Text','GameID: 177930135',165.53378125,-156.745265625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6714,1901,NULL,1,1946,1,'Mountain Peak Log','GameID: 178299259',106.31521875,-182.595,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6715,1901,NULL,1,1946,1,'Rumor Mill, Volume 3','GameID: 1948041916',105.2643125,-147.74868750000002,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6716,1901,NULL,1,1946,1,'Chief\'s Diary','GameID: 1998492185',67.387609375,-174.22201562499998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6717,1901,NULL,1,1946,1,'Chef Aurie Taamu, Vol. 2','GameID: 2027464142',68.44059375,-174.23965625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6718,1901,NULL,1,1946,1,'The Old Man\'s Diary','GameID: 27030436',115.7390625,-163.2109375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6719,1901,NULL,1,1946,1,'Rumor Mill, Volume 2','GameID: 431019069',77.01887500000001,-100.56993750000001,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6720,1901,NULL,1,1946,1,'Purah\'s Diary','GameID: 499154955',187.114703125,-161.20690625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6721,1901,NULL,1,1946,1,'Mountain Peak Log','GameID: 531780330',106.368109375,-179.09059374999998,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6722,1901,NULL,1,1946,1,'Paya\'s Diary','GameID: 56513545',155.7229375,-143.4522671875,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6723,1901,NULL,1,1946,1,'Zelda\'s Diary','GameID: 832337884',122.8224859375,-112.5731234375,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6724,1901,NULL,1,1947,1,'Molduga','GameID: -1196291133',52.4904375,-171.756578125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6725,1901,NULL,1,1947,1,'Molduga','GameID: -725228242',56.818406249999995,-178.88053125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6726,1901,NULL,1,1947,1,'Molduga','GameID: -756430361',62.5138125,-187.335125,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6727,1901,NULL,1,1947,1,'Molduga','GameID: 494020159',68.63971875,-185.084890625,0,0,1,'2017-03-31 09:19:07'); +INSERT INTO `marker` VALUES (6728,1901,NULL,2,1910,1610,'chest','arrow',172.609375,-128.5234375,0,0,0,'2017-03-31 21:12:12'); +INSERT INTO `marker` VALUES (6729,1901,NULL,2,1910,1610,'chest','zora bow',178.6171875,-121.48828125,0,0,0,'2017-03-31 23:45:54'); +INSERT INTO `marker` VALUES (6730,1901,NULL,2,1910,1610,'chest','opal',179.66796875,-121.9609375,0,0,0,'2017-03-31 23:47:48'); +INSERT INTO `marker` VALUES (6731,1901,NULL,2,1910,1610,'chest','ice arrow',169.58984375,-118.66015625,0,0,0,'2017-04-01 00:07:42'); +INSERT INTO `marker` VALUES (6732,1901,NULL,2,1910,1610,'chest','sylvestre bow',170.51953125,-119.28515625,0,0,0,'2017-04-01 00:18:14'); +INSERT INTO `marker` VALUES (6733,1901,NULL,2,1910,1610,'chest','ice arrow',176.8359375,-127.28515625,0,1,0,'2017-04-01 00:24:50'); +INSERT INTO `marker` VALUES (6734,1901,NULL,2,1910,1610,'chest','star fragment',194.0234375,-125.765625,0,0,0,'2017-04-01 00:54:29'); +INSERT INTO `marker` VALUES (6735,1901,NULL,2,1901,1711,'Zelda's Awakening (#17)','Recovered Memory #17',158.9375,-157.81640625,0,1,0,'2017-04-01 03:55:28'); +INSERT INTO `marker` VALUES (6736,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',175.83203125,-124.66015625,0,1,0,'2017-04-01 08:40:32'); +INSERT INTO `marker` VALUES (6737,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',172.328125,-130.97265625,0,1,0,'2017-04-01 08:42:37'); +INSERT INTO `marker` VALUES (6738,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',172.9765625,-127.53515625,0,0,0,'2017-04-01 08:44:49'); +INSERT INTO `marker` VALUES (6739,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',172.82421875,-126.92578125,0,0,0,'2017-04-01 08:46:05'); +INSERT INTO `marker` VALUES (6740,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',176.4140625,-129.1171875,0,0,0,'2017-04-01 08:48:14'); +INSERT INTO `marker` VALUES (6741,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',179.00390625,-128.609375,0,1,0,'2017-04-01 08:50:50'); +INSERT INTO `marker` VALUES (6742,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',181.00390625,-128.8671875,0,1,0,'2017-04-01 09:00:29'); +INSERT INTO `marker` VALUES (6743,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',178.953125,-125.7421875,0,0,0,'2017-04-01 09:02:09'); +INSERT INTO `marker` VALUES (6744,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',186.14453125,-119.7109375,0,0,0,'2017-04-01 09:07:01'); +INSERT INTO `marker` VALUES (6745,1901,NULL,2,1901,1610,'zora's memory stone (quest)','',178.1328125,-116.48828125,0,0,0,'2017-04-01 09:11:54'); +INSERT INTO `marker` VALUES (6746,1901,NULL,2,1930,652,'Ganon','',123.9765625,-111.484375,0,0,0,'2017-04-01 14:51:20'); +INSERT INTO `marker` VALUES (6748,1901,NULL,2,1926,1743,'Farosh','Farosh appears at night, exiting upwards from center of this pond, diving down just a bit south past the waterfall, making for a great farming location.',155.91015625,-174.1953125,0,0,0,'2017-04-01 18:49:42'); +INSERT INTO `marker` VALUES (6749,1901,NULL,2,1926,1743,'Dinraal','Tabantha Bridge stable, sleep until 9pm, run north along the canyon. Jump down to farm Dinraal's items.',83.1875,-106.3125,0,0,0,'2017-04-01 18:52:36'); +INSERT INTO `marker` VALUES (6750,1901,NULL,2,1916,1747,'','',55.296875,-142.5,0,0,0,'2017-04-01 19:29:34'); +INSERT INTO `marker` VALUES (6751,1901,NULL,1,1934,1,'Father and Daughter (#12)','GameID: -1779480254',122.3490765625,-112.4004890625,0,0,1,'2017-04-05 19:33:06'); +INSERT INTO `marker` VALUES (6752,1901,NULL,1,1934,1,'Despair (#16)','GameID: -1802682384',138.9249765625,-134.83428750000002,0,0,1,'2017-04-05 19:32:32'); +INSERT INTO `marker` VALUES (6753,1901,NULL,1,1934,1,'Blades of the Yiga (#7)','GameID: -1918179467',78.099078125,-167.789203125,0,0,1,'2017-04-05 19:31:07'); +INSERT INTO `marker` VALUES (6754,1901,NULL,1,1934,1,'Slumbering Power (#13)','GameID: -1931286242',186.537375,-86.544578125,0,0,1,'2017-04-05 19:34:00'); +INSERT INTO `marker` VALUES (6755,1901,NULL,1,1934,1,'Zelda's Resentment (#3)','GameID: -2035170847',73.25653125,-121.468628125,0,0,1,'2017-04-05 19:30:23'); +INSERT INTO `marker` VALUES (6756,1901,NULL,1,1934,1,'Return of Calamity Ganon (#15)','GameID: -320464507',177.0485,-145.901796875,0,0,1,'2017-04-05 19:32:13'); +INSERT INTO `marker` VALUES (6757,1901,NULL,1,1934,1,'Shelter from the Storm (#11)','GameID: -897764772',130.757378125,-158.169859375,0,0,1,'2017-04-05 19:31:43'); +INSERT INTO `marker` VALUES (6758,1901,NULL,1,1934,1,'Silent Princess (#9)','GameID: 1338160978',110.92078125,-107.697375,0,0,1,'2017-04-05 19:33:24'); +INSERT INTO `marker` VALUES (6759,1901,NULL,1,1934,1,'To Mount Lanayru (#14)','GameID: 1712027938',102.736171875,-138.84330625,0,0,1,'2017-04-05 19:30:44'); +INSERT INTO `marker` VALUES (6760,1901,NULL,1,1934,1,'A Premonition (#8)','GameID: 2000341734',150.155953125,-103.931984375,0,0,1,'2017-04-05 19:33:40'); +INSERT INTO `marker` VALUES (6761,1901,NULL,1,1934,1,'Subdued Ceremony (#1)','GameID: 2065177959',124.0729828125,-126.4311515625,0,0,1,'2017-04-05 19:32:47'); +INSERT INTO `marker` VALUES (6762,1901,NULL,1,1934,1,'Resolve and Grief (#3)','GameID: 2117349880',117.40965,-147.1951875,0,0,1,'2017-04-05 19:31:23'); +INSERT INTO `marker` VALUES (6763,1901,NULL,2,1901,1756,'Enchants clothes','',69.1875,-117,0,1,0,'2017-04-01 23:29:35'); +INSERT INTO `marker` VALUES (6764,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1006321517',122.420053125,-114.5346515625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6765,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1043111549',74.21728125,-119.4608734375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6766,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1063293207',124.561471875,-121.25076875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6767,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1107650036',120.62256875,-113.2369734375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6768,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1154470515',120.58499375,-123.6444515625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6769,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1162388538',122.3359375,-112.205078125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6770,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1163853477',104.656265625,-174.88273437499998,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6771,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1220570347',127.13248109375,-111.63453125000001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6772,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1223205769',109.435359375,-87.810296875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6773,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1233322230',163.727421875,-155.45,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6774,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1234402338',98.464453125,-187.053953125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6775,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -124509855',105.5421875,-186.065625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6776,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1300015954',120.879271875,-111.004890625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6777,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1375253827',107.73975,-89.74376562500001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6778,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1394466535',200.244375,-113.087709375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6779,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1434350001',124.72514375,-112.8725453125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6780,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1492564324',121.9453125,-116.697390625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6781,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1522691480',129.11718703125,-126.375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6782,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1565163225',126.34684999999999,-109.951671875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6783,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1594157118',124.02305937500002,-124.978321875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6784,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1651557342',117.015625,-117.859375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6785,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1681985352',128.30467421875,-114.295071875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6786,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -1690780190',127.4921875,-113.791140625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6787,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1737761593',72.44995312500001,-118.2443625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6788,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1753012982',134.1484375,-138.6171875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6789,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1754732352',124.03125,-136.7781796875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6790,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -177021088',124.03125,-117.8177484375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6791,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1809727237',130.9453125,-114.6875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6792,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -1815424613',200.932078125,-71.39770312499999,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6793,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1815626142',201.407375,-81.179953125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6794,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -182807448',124.0734375,-109.17637500000001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6795,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1844762361',200.734375,-70.5296875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6796,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1848417727',185.76765625000002,-101.340046875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6797,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1921939279',201.75,-70.734375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6798,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -195349598',126.46138953125002,-122.5566359375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6799,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -1965517472',114.2265625,-132.4375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6800,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1966918877',147.95271875,-146.51690625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6801,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -1969911947',134.7109375,-110.9375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6802,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -2001623801',180.084375,-102.96753125000001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6803,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -2016290029',124.85701093750001,-117.3043953125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6804,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -2045767065',178.15,-104.534375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6805,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -206332713',114.603671875,-134.31229374999998,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6806,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -210756456',125.061140625,-114.4695390625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6807,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -2122383',122.6932796875,-110.948921875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6808,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -234160987',117.0107734375,-115.468721875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6809,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -288047154',185.7255,-88.760765625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6810,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -314416524',200.6460625,-106.086421875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6811,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -349743004',71.58540625,-144.174078125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6812,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -35674634',125.2696140625,-130.368240625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6813,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -378349709',115.7546484375,-137.86473125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6814,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -391870158',125.5971578125,-112.48243124999999,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6815,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -416798934',109.7790625,-88.3218125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6816,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -432882321',70.69375,-78.6734375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6817,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -483987347',130.6316984375,-122.196175,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6818,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -494463775',134.1484375,-131.82031093749998,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6819,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -502434079',125.7128296875,-114.7054875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6820,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -520286243',119.9602625,-120.5378703125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6821,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -547618001',122.4062484375,-110.424921875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6822,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -587851197',129.09480765625,-123.667984375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6823,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -604324882',127.5726046875,-124.179628125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6824,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -644089915',122.7713625,-112.96921093750001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6825,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -696081803',97.1245625,-185.762125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6826,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -725128883',108.6035625,-88.35829687500001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6827,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -730873986',120.8515625,-158.4609375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6828,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -734984877',125.50735781249999,-124.220378125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6829,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -735749967',103.325,-170.3125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6830,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -740560252',110.945125,-75.8454375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6831,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: -760473623',118.1015625,-121.53125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6832,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -81831345',114.89480625,-129.0868178125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6833,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -836045546',185.51925,-104.3821875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6834,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -841515129',110.567359375,-87.629578125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6835,1901,NULL,1,1932,1,'Guardian Turret','Game ID: -851009956',123.12727812500002,-113.77155156250001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6836,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: -875973979',199.229125,-71.2421875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6837,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -946545451',116.71069375,-124.6234140625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6838,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: -947971563',91.5328125,-174.6734375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6839,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1009936452',200.54153125,-71.55031249999999,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6840,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1026285922',129.8828125,-132.2578125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6841,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1036545592',121.2252046875,-124.594321875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6842,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1098862896',106.976875,-91.1473125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6843,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1116061641',141.03428437500003,-102.83390625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6844,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1129871460',106.868859375,-91.98935937499999,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6845,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1131939274',109.44953125,-89.073359375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6846,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1165739025',180.8005625,-103.707984375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6847,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1190835183',126.4140640625,-121.4921875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6848,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1258322447',200.72273437500002,-71.42175,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6849,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 128179700',128.85156203125,-118.955321875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6850,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 129785380',199.70625,-71.4578125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6851,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1329210538',180.6921875,-105.61875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6852,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1347313845',184.63784375,-102.958984375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6853,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1349980722',124.0234375,-122.775025,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6854,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1388604117',201.671875,-71.28125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6855,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1398978899',120.90354375,-114.57620625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6856,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1410780922',184.83223437499998,-87.850671875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6857,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1429678381',149.97221875,-146.82123437500002,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6858,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 144669291',147.90115624999999,-149.516953125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6859,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1460989990',127.36799625,-115.2186859375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6860,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1469234556',127.37434390625,-113.00119375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6861,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1514696366',109.871578125,-87.05765625000001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6862,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1543401762',165.4453125,-102.484375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6863,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 15757298',158.09125,-156.130640625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6864,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1577003372',136.869225,-189.686421875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6865,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1684975308',121.03125,-159.71875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6866,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1714130641',125.38786562499999,-116.213203125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6867,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 1736524803',126.2031265625,-126.4375009375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6868,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1792291780',200.96875,-70.65625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6869,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1795667543',123.4314234375,-116.641875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6870,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1805862402',127.76525875,-116.4150421875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6871,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1820487938',122.023909375,-115.111590625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6872,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1831683864',123.153546875,-123.7469265625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6873,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 1847558585',126.56632234375,-112.230671875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6874,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1868928329',118.1762671875,-124.0248578125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6875,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1887892887',130.67258750000002,-120.55675625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6876,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 1901107858',127.945238109375,-110.87409375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6877,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1981635416',131.0482171875,-109.808234375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6878,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 1983585774',200.50871875,-108.34353125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6879,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 2036635130',124.6399765625,-110.244546875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6880,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 2073400203',125.6572953125,-111.851453125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6881,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 2099244869',123.72123125000002,-114.13768125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6882,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 2116637744',125.09936562499999,-106.51453125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6883,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 2126640931',178.6734375,-104.271875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6884,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 217044693',125.0842890625,-116.7252125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6885,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 220762433',132.1484375,-125.1484375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6886,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 238847606',152.06040625,-165.629875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6887,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 323452567',107.2489375,-91.307875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6888,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 332514522',116.84168125,-134.6169703125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6889,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 367948831',119.0130859375,-136.5900421875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6890,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 38462232',126.56628890625,-113.37928124999999,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6891,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 418960964',199.953125,-71.046875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6892,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 486930483',123.0061375,-111.769671875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6893,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 510946050',184.08953125,-88.9856875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6894,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 545803614',105.993859375,-91.50334375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6895,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 557056845',124.03125,-113.048953125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6896,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 568632014',200.870125,-83.7885,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6897,1901,NULL,1,1932,1,'Guardian Turret','Game ID: 604932524',123.027946875,-112.8654953125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6898,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 626309166',122.4141390625,-120.6483875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6899,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 645337006',114.9453125,-121.1328125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6900,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 684303411',200.38815625,-70.85846875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6901,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 731812326',121.47703125,-121.5194546875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6902,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 743552386',99.139625,-174.9271875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6903,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 744877403',163.737234375,-100.271390625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6904,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 82492342',122.35668906250001,-122.955321875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6905,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 856671268',201.087671875,-70.850609375,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6906,1901,NULL,1,1932,1,'Guardian Skywatcher','Game ID: 887589490',116.5234375,-114.421875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6907,1901,NULL,1,1932,1,'Guardian Stalker','Game ID: 888231907',157.00603125,-134.3363640625,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6908,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 900880028',146.63015625,-169.666453125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6909,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 924505285',197.699234375,-80.57953125,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6910,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 948025218',120.1875,-159.171875,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6911,1901,NULL,1,1932,1,'Decayed Guardian','Game ID: 966286228',108.379125,-90.24710937500001,0,0,1,'2017-04-02 02:15:30'); +INSERT INTO `marker` VALUES (6912,1901,NULL,2,1916,146,'','',130.8314528465271,-173.28568744659424,0,0,0,'2017-04-02 09:17:01'); +INSERT INTO `marker` VALUES (6913,1901,NULL,2,1916,146,'','',131.53125,-172.890625,0,0,0,'2017-04-02 09:18:22'); +INSERT INTO `marker` VALUES (6914,1901,NULL,2,1916,146,'','',134.54412508010864,-173.0142695903778,0,0,0,'2017-04-02 09:20:02'); +INSERT INTO `marker` VALUES (6915,1901,NULL,2,1916,146,'','',135.640625,-161.484375,0,0,0,'2017-04-02 09:35:39'); +INSERT INTO `marker` VALUES (6916,1901,NULL,2,1916,146,'Korok Seeds','',135.60280871391296,-161.49171870946884,0,0,0,'2017-04-02 09:36:32'); +INSERT INTO `marker` VALUES (6917,1901,NULL,2,1916,146,'Korok Seeds','',136.15741395950317,-166.9189921617508,0,0,0,'2017-04-02 10:01:38'); +INSERT INTO `marker` VALUES (6918,1901,NULL,2,1903,1774,'Great Flameblade','',110.59765625,-134.703125,0,1,0,'2017-04-02 11:20:44'); +INSERT INTO `marker` VALUES (6919,1901,NULL,2,1903,1774,'Great Flameblade','',152.5859375,-70.6171875,0,1,0,'2017-04-02 11:22:10'); +INSERT INTO `marker` VALUES (6920,1901,NULL,2,1903,1774,'Great Thunderblade','',68.0859375,-107.3125,0,1,0,'2017-04-02 11:23:41'); +INSERT INTO `marker` VALUES (6921,1901,NULL,2,1901,1779,'House of Kaas','Maison d'Asarim - Vous y retrouverez la liste des endroits où Asarim chante. ',84.5625,-131.640625,0,0,0,'2017-04-02 13:28:30'); +INSERT INTO `marker` VALUES (6922,1901,NULL,2,1926,1781,'Divine Beast Va Rudania','',166.234375,-88.015625,0,0,0,'2017-04-02 15:21:59'); +INSERT INTO `marker` VALUES (6923,1901,NULL,2,1926,1785,'Divine Beast Vah Medoh','Medoh normally flies around Rito Village, attacking any who dare to fly near it. However, once the Beast is restored, it perches here and takes aim at Calamity Ganon. ',71.51953125,-98.89453125,0,1,0,'2017-04-02 15:59:24'); +INSERT INTO `marker` VALUES (6924,1901,NULL,2,1901,1785,'Ancient Blue Flame','',192.8125,-78.421875,0,1,0,'2017-04-02 16:42:24'); +INSERT INTO `marker` VALUES (6925,1901,NULL,2,1901,1785,'Goddess Statue','',111.3671875,-85.93359375,0,1,0,'2017-04-02 16:44:50'); +INSERT INTO `marker` VALUES (6926,1901,NULL,2,1901,1785,'Shrine of Resurrection','',111.609375,-156.640625,0,1,0,'2017-04-02 16:49:34'); +INSERT INTO `marker` VALUES (6927,1901,NULL,2,1936,1794,'Cracked Wall','',76.78125,-106.296875,0,0,0,'2017-04-02 17:51:27'); +INSERT INTO `marker` VALUES (6928,1901,NULL,2,1935,1785,'Guardian Slideshow','',129.828125,-187.71484375,0,0,0,'2017-04-02 20:23:39'); +INSERT INTO `marker` VALUES (6929,1901,NULL,2,1935,1785,'Trial of Thunder','',95.921875,-113.453125,0,0,0,'2017-04-02 20:28:29'); +INSERT INTO `marker` VALUES (6930,1901,NULL,2,1931,1785,'Blue Bokoblin Camp','',97.421875,-103.8984375,0,0,0,'2017-04-02 20:51:41'); +INSERT INTO `marker` VALUES (6931,1901,NULL,2,1901,1785,'The Great Eagle Bow','',71.4609375,-100.18359375,0,0,0,'2017-04-02 21:01:28'); +INSERT INTO `marker` VALUES (6932,1901,NULL,2,1905,1785,'Knight's Shield','',76.0703125,-90.984375,0,0,0,'2017-04-02 23:54:09'); +INSERT INTO `marker` VALUES (6933,1901,NULL,2,1903,1809,'Great Flamesword','Sticking out of ground',152.859375,-70.89453125,0,0,0,'2017-04-03 00:45:07'); +INSERT INTO `marker` VALUES (6934,1901,NULL,2,1903,1809,'Flamesword','Held by Black Moblin',151.6328125,-69.85546875,0,0,0,'2017-04-03 00:45:35'); +INSERT INTO `marker` VALUES (6935,1901,NULL,2,1905,1809,'Knight's Shield','Held by Black Moblin',151.40625,-69.5078125,0,0,0,'2017-04-03 00:46:17'); +INSERT INTO `marker` VALUES (6936,1901,NULL,2,1904,1809,'Forest Dweller's Bow','Laying on ground in a cave behind a breakable wall',160.6171875,-130.671875,0,0,0,'2017-04-03 00:47:35'); +INSERT INTO `marker` VALUES (6937,1901,NULL,2,1901,1809,'Forest Dweller's Bow','On ground in cave behind breakable wall',160.65234375,-130.71484375,0,0,0,'2017-04-03 00:48:05'); +INSERT INTO `marker` VALUES (6938,1901,NULL,2,1903,1809,'Royal Broadsword','Sticking out of the giant skull surrounding the tower top',141.62109375,-102.8125,0,0,0,'2017-04-03 00:49:38'); +INSERT INTO `marker` VALUES (6939,1901,NULL,2,1903,1809,'Great Thunderblade','Sticking out of ground between the three summit points',68.08984375,-107.328125,0,0,0,'2017-04-03 00:50:42'); +INSERT INTO `marker` VALUES (6940,1901,NULL,2,1903,1809,'Frostblade','Around Hinox neck',193.28125,-94.3125,0,0,0,'2017-04-03 00:51:54'); +INSERT INTO `marker` VALUES (6941,1901,NULL,2,1903,1809,'Golden Claymore','Stuck in calamity goop',99.953125,-182.10546875,0,0,0,'2017-04-03 01:40:02'); +INSERT INTO `marker` VALUES (6942,1901,NULL,2,1901,1811,'DONE','',115.33984375,-158.71875,0,0,0,'2017-04-03 02:42:09'); +INSERT INTO `marker` VALUES (6943,1901,NULL,2,1916,146,'Korok Seeds','',128.20681643486023,-187.16972661018372,0,0,0,'2017-04-03 03:03:26'); +INSERT INTO `marker` VALUES (6944,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1069339845',180.46504687499998,-160.74515624999998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6945,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1080037582',156.1289375,-143.82140625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6946,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1113664166',84.073234375,-162.99828125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6947,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1125891992',144.23934375,-110.221671875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6948,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1139102435',102.675296875,-114.6703125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6949,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1144094741',79.344578125,-118.58140625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6950,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1188339297',173.2584375,-181.296546875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6951,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1257229318',122.796875,-121.078125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6952,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1320005314',195.538203125,-137.52450625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6953,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1444453395',173.766875,-167.08501562499998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6954,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1520266211',135.9322078125,-181.96671874999998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6955,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1523786984',143.268915625,-106.27846875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6956,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1582788193',84.03343749999999,-152.34709375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6957,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1666249828',106.872796875,-140.0096453125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6958,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1667838467',76.967921875,-100.25565625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6959,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1684479142',144.27459375,-132.4759390625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6960,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1713202538',169.695453125,-161.82262500000002,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6961,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1744311463',160.362,-156.090796875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6962,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1792991271',125.60026718750001,-115.30318125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6963,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1848678473',71.92071874999999,-99.78909375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6964,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1870951999',102.014359375,-88.07503125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6965,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -1967915327',69.4424375,-184.361703125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6966,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2013268821',108.028453125,-154.14360937499998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6967,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2036652947',154.71949999999998,-90.366921875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6968,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2071045507',157.78459375,-143.340684375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6969,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2122072390',71.38134375,-114.3717265625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6970,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2127819008',194.3755,-85.04425,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6971,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2130585804',111.82128125,-183.709234375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6972,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -2136568792',140.3552734375,-169.75015625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6973,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -330996527',130.6569421875,-152.183078125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6974,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -333530054',159.2515625,-127.67812484375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6975,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -341351936',139.01318437499998,-126.83008046875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6976,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -35911729',123.040675,-148.09859375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6977,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -359532013',198.45554687499998,-131.5292609375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6978,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -368864665',114.2127578125,-131.3851078125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6979,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -407891914',169.920625,-73.7481875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6980,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -45075227',56.227171874999996,-169.453125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6981,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -45384543',159.799359375,-96.19373437499999,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6982,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -46753504',122.8351828125,-114.9605328125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6983,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -516622765',189.666984375,-102.95037500000001,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6984,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -541727879',153.8166875,-89.54309375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6985,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -587450896',132.9781609375,-145.18546874999998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6986,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -588316257',138.97109375,-157.55703125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6987,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -614187747',127.2822275,-174.626703125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6988,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -634995631',163.05376562499998,-127.52861734375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6989,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -647828392',178.297390625,-129.48461968750001,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6990,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -683135986',155.292640625,-158.39021875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6991,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -702327516',197.9418125,-186.413640625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6992,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -733228412',155.8828125,-152.298984375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6993,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -828084883',124.7072375,-182.47481249999998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6994,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -87754680',129.68701093750002,-187.637453125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6995,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -889286026',81.92182812499999,-78.86375000000001,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6996,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -914454598',107.98293749999999,-79.13382812500001,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6997,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -926401081',85.19540624999999,-134.7700734375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6998,1901,NULL,1,1948,1,'Cooking Pot','Game ID: -969801727',76.78096875,-168.15090625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (6999,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1028376157',70.818328125,-68.594703125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7000,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 106573109',97.67809375,-103.99840625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7001,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1074117276',72.1664375,-104.621171875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7002,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1174213350',63.439578125,-168.5130625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7003,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1187727547',137.7108,-129.247085625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7004,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1227675235',150.8743125,-158.150328125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7005,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1233964417',113.9140625,-154.21875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7006,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1296543977',71.7815,-159.83907812500001,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7007,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1322153298',115.4296875,-163.35625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7008,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1399063739',113.054096875,-158.632671875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7009,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1434115625',200.673578125,-186.43990625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7010,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1502049245',143.03427968749997,-153.41775,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7011,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1507443534',105.46875,-147.59375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7012,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1565525813',82.47834375,-119.2323171875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7013,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1664270099',126.1612765625,-146.29751562500002,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7014,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1695040178',144.23796875,-157.499015625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7015,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1728860110',170.665046875,-124.402221875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7016,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1791618859',190.213328125,-103.013828125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7017,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1804883439',68.112640625,-174.06518749999998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7018,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1808865797',68.74065625,-91.7626875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7019,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1846293384',153.840109375,-97.307453125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7020,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1851682016',95.536671875,-95.553375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7021,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1853332472',164.6295,-156.85921875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7022,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 192321722',142.54647812499996,-158.37565625000002,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7023,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1930278890',96.075,-132.6828125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7024,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1956819158',152.582265625,-183.164921875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7025,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 1987945431',126.77343796875,-121.484375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7026,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2056222840',126.86588859375,-112.64558281250001,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7027,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2058798097',68.0793125,-174.031875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7028,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2096727906',162.236484375,-124.3131703125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7029,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2110111919',132.50190781249998,-154.039625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7030,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 2125624711',149.315796875,-154.07165625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7031,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 233305585',179.62340625000002,-120.2464109375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7032,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 295507623',59.2716875,-139.152159375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7033,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 304328892',142.2070015625,-109.09228125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7034,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 304423069',61.194609375,-73.646515625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7035,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 329970935',134.56814375,-93.996484375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7036,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 355175199',180.0734375,-104.8578125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7037,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 365712368',175.739859375,-110.28675,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7038,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 380383770',103.92345312500001,-99.96190625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7039,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 402375701',72.2549375,-92.73195312499999,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7040,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 408127263',180.081078125,-163.6736875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7041,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 430206866',141.64973125,-130.577009375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7042,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 430375403',119.1860390625,-152.876453125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7043,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 454084949',170.41760937499998,-75.738640625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7044,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 462120574',111.8203125,-159.2734375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7045,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 46623571',96.205890625,-157.23428124999998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7046,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 525840029',107.8046875,-119.8984375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7047,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 540897182',121.5343765625,-116.20894375,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7048,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 555228533',67.50884375,-146.3545,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7049,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 62738222',172.5859375,-127.64062546875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7050,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 635891555',115.4296875,-163.35625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7051,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 657694711',105.159953125,-155.66064062499998,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7052,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 773902635',177.15303125,-101.866140625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7053,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 785263556',138.91428906250002,-155.266125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7054,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 844746329',181.844875,-161.38207812500002,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7055,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 864570196',168.81778125,-110.430640625,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7056,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 89509018',140.42734218750002,-105.30059374999999,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7057,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 951555887',68.74065625,-91.7626875,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7058,1901,NULL,1,1948,1,'Cooking Pot','Game ID: 976319928',181.897625,-161.350328125,0,0,1,'2017-04-02 22:14:32'); +INSERT INTO `marker` VALUES (7059,1901,NULL,1,1949,1,'Goddess Statue','GameID: -1378818098',134.49588749999998,-93.93990625,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7060,1901,NULL,1,1949,1,'Goddess Statue','GameID: -1860653865',69.09953125,-174.005515625,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7061,1901,NULL,1,1949,1,'Goddess Statue','GameID: -196385168',115.1364953125,-159.74182812499998,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7062,1901,NULL,1,1949,1,'Goddess Statue','GameID: -1978196145',141.66940312500003,-164.85934375,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7063,1901,NULL,1,1949,1,'Goddess Statue','GameID: -2054750789',173.677453125,-181.82125,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7064,1901,NULL,1,1949,1,'Goddess Statue','GameID: -215973737',179.826421875,-120.1259953125,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7065,1901,NULL,1,1949,1,'Goddess Statue','GameID: -519751009',186.758609375,-86.13478125,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7066,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1181060233',189.972921875,-102.82468750000001,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7067,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1246506962',71.587203125,-99.7945625,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7068,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1424623068',189.105859375,-148.75465624999998,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7069,1901,NULL,1,1949,1,'Goddess Statue','GameID: 1491646650',111.46948437500001,-85.84881250000001,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7070,1901,NULL,1,1949,1,'Goddess Statue','GameID: 243925789',181.7369375,-160.788484375,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7071,1901,NULL,1,1949,1,'Goddess Statue','GameID: 417713071',156.751890625,-143.5919890625,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7072,1901,NULL,1,1949,1,'Goddess Statue','GameID: 863900412',154.91009375,-89.621203125,0,0,1,'2017-04-03 00:38:49'); +INSERT INTO `marker` VALUES (7073,1901,NULL,2,1916,146,'Korok','',165.6767659187317,-167.1414451599121,0,0,0,'2017-04-03 09:27:22'); +INSERT INTO `marker` VALUES (7074,1901,NULL,2,1942,146,'Hinox (Youngest Kin)','',171.301335811615,-170.3580937385559,0,0,0,'2017-04-03 09:34:15'); +INSERT INTO `marker` VALUES (7075,1901,NULL,2,1925,1821,'Qua Raym Shrine','',156.40625,-104.28125,0,0,0,'2017-04-03 11:32:33'); +INSERT INTO `marker` VALUES (7076,1901,NULL,2,1934,1824,'Memory 6 - Father and Daughter','Memory',122.44921875,-112.46875,0,1,0,'2017-04-03 13:46:31'); +INSERT INTO `marker` VALUES (7077,1901,NULL,2,1946,1825,'c','',101.75,-114.9375,0,0,0,'2017-04-03 14:19:13'); +INSERT INTO `marker` VALUES (7078,1901,NULL,1,1934,1,'Zelda's Awakening (#17)','GameID: 1313289634',159.0603125,-157.905,0,0,1,'2017-04-05 20:36:15'); +INSERT INTO `marker` VALUES (7079,1901,NULL,2,1905,1634,'Hylian Shield','Be aware that there is a dungeon, to get the Hylian Shield you must clean the dungeon to get access to the Boss' room. There, after killing the boss, a chest will appear, this chest has the Hylian Shield inside',122.0546875,-116.4375,0,0,0,'2017-04-06 02:53:15'); +INSERT INTO `marker` VALUES (7080,1901,NULL,2,1903,1634,'Great Flameblade','Right below the giant skeleton, there is a Great Flameblade lying by.',152.7265625,-70.71875,0,0,0,'2017-04-06 02:57:02'); +INSERT INTO `marker` VALUES (7081,1901,NULL,2,1903,1898,'Royal Claymore',' stabbed into the broken stone skull on top of the Tower.',141.62109375,-102.796875,0,0,0,'2017-04-06 22:21:25'); +INSERT INTO `marker` VALUES (7082,1901,NULL,2,1926,1475,'Vah Medoh','',71.375,-99.875,0,1,0,'2017-04-07 00:59:50'); +INSERT INTO `marker` VALUES (7083,1901,NULL,2,1901,1475,'Vah Naboris','',94.953125,-169.0625,0,0,0,'2017-04-07 01:01:05'); +INSERT INTO `marker` VALUES (7084,1901,NULL,2,1926,1475,'Vah Naborix','',94.859375,-169.140625,0,1,0,'2017-04-07 01:01:53'); +INSERT INTO `marker` VALUES (7085,1901,NULL,2,1926,1475,'Vah Rudania','',166.2578125,-88.0625,0,0,0,'2017-04-07 01:02:47'); +INSERT INTO `marker` VALUES (7086,1901,NULL,2,1901,1697,'999 arrows','',117.515625,-178.265625,0,0,0,'2017-04-07 02:23:50'); +INSERT INTO `marker` VALUES (7087,1901,NULL,2,1926,1924,'Divine Beast Vah Rudania','',168,-88.25,0,1,0,'2017-04-07 12:15:28'); +INSERT INTO `marker` VALUES (7088,1901,NULL,2,1926,1928,'Divine Beast Vah Naboris ','Champion Lady Urbosa',78.0625,-185.5,0,0,0,'2017-04-07 14:27:54'); +INSERT INTO `marker` VALUES (7089,1901,NULL,2,1926,1928,'Divine Beast Vah Medoh','Champion Revali',71.1875,-98.5,0,0,0,'2017-04-07 14:29:05'); +INSERT INTO `marker` VALUES (7090,1901,NULL,2,1926,1928,'Divine Beast Vah Rudania','Champion Daruk',166.359375,-88.53125,0,0,0,'2017-04-07 14:29:54'); +INSERT INTO `marker` VALUES (7091,1901,NULL,2,1926,1938,'Vah Medoh','',70.9375,-98.875,0,0,0,'2017-04-07 19:42:33'); +INSERT INTO `marker` VALUES (7092,1901,NULL,2,1926,1938,'Vah Rudania','',166.625,-88.0625,0,0,0,'2017-04-07 19:43:15'); +INSERT INTO `marker` VALUES (7093,1901,NULL,2,1926,1938,'Vah Naboris','',78,-178.875,0,0,0,'2017-04-07 19:43:42'); +INSERT INTO `marker` VALUES (7094,1901,NULL,2,1921,1938,'Kara Kara Bazaar','',77.375,-168.5,0,0,0,'2017-04-07 19:46:08'); +INSERT INTO `marker` VALUES (7095,1901,NULL,2,1901,1939,'i here','d',116.9296875,-152.45703125,0,0,0,'2017-04-07 20:18:12'); +INSERT INTO `marker` VALUES (7096,1901,NULL,2,1935,1936,'The Stolen Heirloom','',155.80078125,-143.31640625,0,0,0,'2017-04-07 22:09:34'); +INSERT INTO `marker` VALUES (7097,1901,NULL,2,1926,1936,'Divinne Beast Vah Rudania','',167.75,-87.5625,0,0,0,'2017-04-07 22:16:14'); +INSERT INTO `marker` VALUES (7098,1901,NULL,2,1901,1903,'missing korok seeds','',93.87109375,-135.13671875,0,1,0,'2017-04-08 00:39:47'); +INSERT INTO `marker` VALUES (7099,1901,NULL,2,1905,1956,'Silver Shield','Silver Shield (on the ground)',179.04296875,-119.4296875,0,1,0,'2017-04-08 04:31:04'); +INSERT INTO `marker` VALUES (7100,1901,NULL,2,1903,1956,'Zora Sword','Zora Sword (on the ground)',179.04296875,-119.4296875,0,1,0,'2017-04-08 04:31:33'); +INSERT INTO `marker` VALUES (7101,1901,NULL,2,1904,1956,'Golden Bow','Golden Bow (on the ground)',66.73046875,-173.77734375,0,1,0,'2017-04-08 04:32:16'); +INSERT INTO `marker` VALUES (7102,1901,NULL,2,1904,1956,'Swallow Bow','Swallow Bow (on the ground)',68.69921875,-91.71875,0,1,0,'2017-04-08 04:33:02'); +INSERT INTO `marker` VALUES (7103,1901,NULL,2,1931,1936,'Enemy Camp','',51.90625,-183.53125,0,0,0,'2017-04-08 13:33:30'); +INSERT INTO `marker` VALUES (7104,1901,NULL,2,1910,1974,'Spicy Peppers','',132.8671875,-175.234375,0,0,0,'2017-04-08 21:00:23'); +INSERT INTO `marker` VALUES (7105,1901,NULL,2,1901,1561,'Akkala AAinchent Tech Lab','',198.53125,-78.625,0,1,0,'2017-04-09 10:24:24'); +INSERT INTO `marker` VALUES (7106,1901,NULL,2,1901,1767,'??','',150.5703125,-178.2265625,0,0,0,'2017-04-09 16:10:18'); +INSERT INTO `marker` VALUES (7107,1901,NULL,2,1926,2003,'Vah Rudania','',167.546875,-87.484375,0,1,0,'2017-04-09 18:41:29'); +INSERT INTO `marker` VALUES (7108,1901,NULL,2,1916,1208,'Hay uno abajo en una cueva','',176.296875,-172.79296875,0,0,0,'2017-04-09 20:55:07'); +INSERT INTO `marker` VALUES (7109,1901,NULL,2,1901,2014,'Shield Surfing Shop','Shield surfing "shop" - really just a place to buy shields on top of a hill.',152.453125,-116.4921875,0,0,0,'2017-04-10 00:42:41'); +INSERT INTO `marker` VALUES (7110,1901,NULL,2,1926,2032,'Divine Beast Vah Naboris','',72.3125,-179.5625,0,0,0,'2017-04-10 15:12:47'); +INSERT INTO `marker` VALUES (7111,1901,NULL,2,1926,2032,'Divine Beast Vah Rudania','',166,-87.25,0,0,0,'2017-04-10 15:13:28'); +INSERT INTO `marker` VALUES (7112,1901,NULL,2,1926,2032,'Divine Beast Vah Medoh','',71.375,-99.6875,0,0,0,'2017-04-10 15:14:03'); +INSERT INTO `marker` VALUES (7113,1901,NULL,2,1926,2063,'','',167.9375,-87.40625,0,1,0,'2017-04-11 10:49:10'); +INSERT INTO `marker` VALUES (7114,1901,NULL,2,1947,652,'fzefze','fzefzefzefze',168,-87.625,0,0,0,'2017-04-11 14:29:48'); +INSERT INTO `marker` VALUES (7115,1901,NULL,2,1903,1974,'Gerudo Scimitar','Behind Rocks, use Remote Bomb to clear the way',113.58984375,-181.38671875,0,0,0,'2017-04-11 15:41:51'); +INSERT INTO `marker` VALUES (7116,1901,NULL,2,1926,1253,'','',79.625,-175.6875,0,0,0,'2017-04-11 22:30:25'); +INSERT INTO `marker` VALUES (7117,1901,NULL,2,1941,2091,'','Mini Talus dropping minerals',175.33203125,-155.8046875,0,1,0,'2017-04-12 02:32:42'); +INSERT INTO `marker` VALUES (7118,1901,NULL,2,1901,2104,'','',105.3125,-78.125,0,0,0,'2017-04-12 12:49:24'); +INSERT INTO `marker` VALUES (7119,1901,NULL,2,1916,1168,'','',164.796875,-95.734375,0,1,0,'2017-04-13 15:43:00'); +INSERT INTO `marker` VALUES (7120,1901,NULL,2,1926,2147,'Divine Beast Vah Rudania','',167.5625,-87.15625,0,1,0,'2017-04-13 16:54:55'); +INSERT INTO `marker` VALUES (7121,1901,NULL,2,1901,2153,'Entrance to Quomo Shrine','',69.375,-72.515625,0,0,0,'2017-04-13 22:18:05'); +INSERT INTO `marker` VALUES (7122,1901,NULL,2,1903,1881,'Royal Claymore','Royal Claymore Lv 71 , burg the ice and chress apper.\r\nAttack Up + 19',64.828125,-69.4453125,0,0,0,'2017-04-14 02:22:50'); +INSERT INTO `marker` VALUES (7123,1901,NULL,2,1901,1922,'????','',143.78125,-155.75,0,0,0,'2017-04-14 11:14:13'); +INSERT INTO `marker` VALUES (7124,1901,NULL,2,1901,1922,'????','',143.78125,-155.75,0,0,0,'2017-04-14 11:14:13'); +INSERT INTO `marker` VALUES (7125,1901,NULL,2,1923,1922,'????','?',143.640625,-154.9375,0,1,0,'2017-04-14 11:15:28'); +INSERT INTO `marker` VALUES (7126,1901,NULL,2,1926,2236,'Divine Beast Naboris','',67.16796875,-174.3515625,0,0,0,'2017-04-14 18:21:51'); +INSERT INTO `marker` VALUES (7127,1901,NULL,2,1944,1896,'Flamespear','',86.125,-172.1875,0,0,0,'2017-04-14 21:12:30'); +INSERT INTO `marker` VALUES (7128,1901,NULL,2,1935,762,'A Parent's Love','NPC: Ruli',189.8828125,-103.3203125,0,0,0,'2017-04-15 01:18:26'); +INSERT INTO `marker` VALUES (7129,1901,NULL,2,1903,2262,'Knight's Broadsword ','',124.0078125,-121.875,0,0,0,'2017-04-15 03:26:18'); +INSERT INTO `marker` VALUES (7130,1901,NULL,2,1905,2262,'Knight's Shield ','',124.140625,-121.80078125,0,0,0,'2017-04-15 03:27:50'); +INSERT INTO `marker` VALUES (7131,1901,NULL,2,1931,415,'Bokgoblin camp','One red, one white',117.74609375,-162.1953125,0,0,0,'2017-04-15 11:49:35'); +INSERT INTO `marker` VALUES (7132,1901,NULL,2,1916,2106,'','',198.87890625,-167.390625,0,0,0,'2017-04-15 12:32:03'); +INSERT INTO `marker` VALUES (7133,1901,NULL,2,1916,2106,'','',192.25,-168.4609375,0,0,0,'2017-04-15 12:32:42'); +INSERT INTO `marker` VALUES (7134,1901,NULL,2,1916,2106,'','',178.4921875,-172.5,0,0,0,'2017-04-15 12:33:15'); +INSERT INTO `marker` VALUES (7135,1901,NULL,2,1916,2106,'','',178.4921875,-172.5,0,0,0,'2017-04-15 12:33:21'); +INSERT INTO `marker` VALUES (7136,1901,NULL,2,1916,2106,'','',176.2265625,-173.1171875,0,0,0,'2017-04-15 12:33:56'); +INSERT INTO `marker` VALUES (7137,1901,NULL,2,1901,415,'Korok seed flower','',62.46875,-84.6015625,0,0,0,'2017-04-15 13:59:33'); +INSERT INTO `marker` VALUES (7138,1901,NULL,2,1916,415,'Korok Seed','',62.2578125,-86.1484375,0,0,0,'2017-04-15 14:01:02'); +INSERT INTO `marker` VALUES (7139,1901,NULL,2,1903,2222,'Traveler sword/shield','',178.03125,-138.1953125,0,0,0,'2017-04-15 14:32:56'); +INSERT INTO `marker` VALUES (7140,1901,NULL,2,1903,2222,'Thunderspear','',193.953125,-125.4609375,0,0,0,'2017-04-15 15:02:31'); +INSERT INTO `marker` VALUES (7141,1901,NULL,2,1926,2280,'Divine Beast Vah Medoh','',71.625,-98.71875,0,0,0,'2017-04-15 19:27:57'); +INSERT INTO `marker` VALUES (7142,1901,NULL,2,1926,1918,'Divine Beast Vah Rudania','',167.75,-87.46875,0,0,0,'2017-04-16 16:18:05'); +INSERT INTO `marker` VALUES (7143,1901,NULL,2,1926,1918,'Vah Medoh','',71.46875,-100.125,0,0,0,'2017-04-16 16:19:47'); +INSERT INTO `marker` VALUES (7144,1901,NULL,2,1926,1634,'Vah Medoh','',71.53125,-98.71875,0,0,0,'2017-04-16 20:26:25'); +INSERT INTO `marker` VALUES (7145,1901,NULL,2,1903,2371,'Great Flameblade','',110.625,-134.74609375,0,0,0,'2017-04-17 01:02:10'); +INSERT INTO `marker` VALUES (7146,1901,NULL,2,1903,2371,'Great Flameblade','',110.625,-134.75390625,0,0,0,'2017-04-17 01:04:20'); +INSERT INTO `marker` VALUES (7147,1901,NULL,2,1901,1952,'','',70.625,-80.375,0,0,0,'2017-04-17 01:19:18'); +INSERT INTO `marker` VALUES (7148,1901,NULL,2,1903,2376,'Weapon','',72.1484375,-92.71875,0,0,0,'2017-04-17 03:43:06'); +INSERT INTO `marker` VALUES (7149,1901,NULL,2,1903,2376,'Great Thunderblade','Has long throw ability',98.390625,-129.546875,0,0,0,'2017-04-17 04:19:53'); +INSERT INTO `marker` VALUES (7150,1901,NULL,2,1903,2320,'Reise-Zweihänder','Im Schrein',120.99609375,-159.25390625,0,0,0,'2017-04-17 08:03:16'); +INSERT INTO `marker` VALUES (7151,1901,NULL,2,1901,2403,'','',122.3125,-176.25,0,0,0,'2017-04-17 17:10:03'); +INSERT INTO `marker` VALUES (7152,1901,NULL,2,1903,2262,'Knight's Broadsword ','',123.9921875,-121.796875,0,0,0,'2017-04-18 05:48:39'); +INSERT INTO `marker` VALUES (7153,1901,NULL,2,1905,2262,'Knight's Broadsword','',124.15625,-121.75,0,0,0,'2017-04-18 05:49:08'); +INSERT INTO `marker` VALUES (7154,1901,NULL,2,1901,2444,'Links House','Links House',179.7734375,-163.84375,0,0,0,'2017-04-18 13:02:22'); +INSERT INTO `marker` VALUES (7155,1901,NULL,2,1903,2460,'Iron Sledgehammer','Iron Sledgehammer',172.20703125,-181.9453125,0,0,0,'2017-04-18 14:49:20'); +INSERT INTO `marker` VALUES (7156,1901,NULL,2,1903,2460,'Iron Sledgehammer','Iron Sledgehammer',155.9453125,-141.2890625,0,0,0,'2017-04-18 14:53:12'); +INSERT INTO `marker` VALUES (7157,1901,NULL,2,1903,2460,'Iron Sledgehammer','Iron Sledgehammer',168.90234375,-110.30078125,0,0,0,'2017-04-18 15:00:04'); +INSERT INTO `marker` VALUES (7158,1901,NULL,2,1916,2131,'Complete pattern','',126.51171875,-176.890625,0,0,0,'2017-04-19 12:31:04'); +INSERT INTO `marker` VALUES (7159,1901,NULL,2,1926,2520,'Vah Rudania','',168.125,-87.75,0,0,0,'2017-04-19 13:57:52'); +INSERT INTO `marker` VALUES (7160,1901,NULL,2,1926,2520,'Vah Naboris','',64,-182.875,0,0,0,'2017-04-19 13:59:01'); +INSERT INTO `marker` VALUES (7161,1901,NULL,2,1926,2520,'Vah Medoh','',71.3671875,-100.02734375,0,0,0,'2017-04-19 14:00:02'); +INSERT INTO `marker` VALUES (7162,1901,NULL,2,1926,2534,'Divine Beast Vah Rudania','',167.15625,-88.1875,0,0,0,'2017-04-20 06:36:54'); +INSERT INTO `marker` VALUES (7163,1901,NULL,2,1926,2534,'Divine Beast Vah Medoh','',71.4375,-99.71875,0,0,0,'2017-04-20 06:37:54'); +INSERT INTO `marker` VALUES (7164,1901,NULL,2,1926,2534,'Divine Beast Vah Naboris','',73.9375,-180.3125,0,0,0,'2017-04-20 06:39:07'); +INSERT INTO `marker` VALUES (7165,1901,NULL,2,1934,2534,'The Master Sword #18','',134.71875,-93.703125,0,0,0,'2017-04-20 07:05:19'); +INSERT INTO `marker` VALUES (7166,1901,NULL,2,1934,2534,'Mipha's Touch (#10)','',179.66796875,-120.5234375,0,0,0,'2017-04-20 07:07:42'); +INSERT INTO `marker` VALUES (7167,1901,NULL,2,1916,2131,'Korok seed','',126.9375,-166.13671875,0,1,0,'2017-04-20 07:08:55'); +INSERT INTO `marker` VALUES (7168,1901,NULL,2,1934,2534,'Urbosa's Hand (#6)','',73.5625,-180.9375,0,0,0,'2017-04-20 07:09:04'); +INSERT INTO `marker` VALUES (7169,1901,NULL,2,1921,1682,'aaa','bbbb',204.8125,-186.46875,0,0,0,'2017-04-20 07:44:38'); +INSERT INTO `marker` VALUES (7170,1901,NULL,2,1903,2596,'','',107.765625,-128.5625,0,0,0,'2017-04-21 18:56:51'); +INSERT INTO `marker` VALUES (7171,1901,NULL,2,1903,2596,'','',107.765625,-128.5625,0,0,0,'2017-04-21 18:56:51'); +INSERT INTO `marker` VALUES (7172,1901,NULL,2,1910,2596,'','',113.65625,-134,0,0,0,'2017-04-21 18:58:16'); +INSERT INTO `marker` VALUES (7173,1901,NULL,2,1925,91,'','',179.9375,-74.78125,0,0,0,'2017-04-21 23:30:23'); +INSERT INTO `marker` VALUES (7174,1901,NULL,2,1937,2629,'Great Fairy Mija','',192.171875,-106.53125,0,0,0,'2017-04-22 06:00:50'); +INSERT INTO `marker` VALUES (7175,1901,NULL,2,1935,1931,'The Eight Heroine','',69.109375,-172.91015625,0,0,0,'2017-04-22 10:06:19'); +INSERT INTO `marker` VALUES (7176,1901,NULL,2,1916,2636,'','',106.07031226158142,-91.87187492847443,0,0,0,'2017-04-22 11:26:43'); +INSERT INTO `marker` VALUES (7177,1901,NULL,2,1939,2642,'Blizzrobe','',75.8828125,-152.4375,0,0,0,'2017-04-22 13:06:36'); +INSERT INTO `marker` VALUES (7178,1901,NULL,2,1901,2662,'','',77.875,-67.25,0,0,0,'2017-04-22 17:56:29'); +INSERT INTO `marker` VALUES (7179,1901,NULL,2,1916,2636,'','',176.6515622138977,-107.79374980926514,0,0,0,'2017-04-22 19:26:02'); +INSERT INTO `marker` VALUES (7180,1901,NULL,2,1916,2636,'','',175.09374904632568,-109.25312519073486,0,0,0,'2017-04-22 19:27:31'); +INSERT INTO `marker` VALUES (7181,1901,NULL,2,1901,901,'Fishing spot','Open metal door and fish come out',153.66796875,-185.46875,0,1,0,'2017-04-22 23:43:11'); +INSERT INTO `marker` VALUES (7182,1901,NULL,2,1901,901,'Fishing spot','Lots of fish swimming around',192.125,-120.734375,0,1,0,'2017-04-22 23:47:08'); +INSERT INTO `marker` VALUES (7183,1901,NULL,2,1901,2615,'Location','',169.1875,-172.375,0,0,0,'2017-04-23 00:05:16'); +INSERT INTO `marker` VALUES (7184,1901,NULL,2,1926,2691,'Vah Medoh','',71.55859375,-98.7578125,0,1,0,'2017-04-23 05:41:33'); +INSERT INTO `marker` VALUES (7185,1901,NULL,2,1903,1974,'Great Flameblade','',200.58203125,-70.25,0,0,0,'2017-04-23 13:26:29'); +INSERT INTO `marker` VALUES (7186,1901,NULL,2,1936,2615,'Cracked Wall','3 Wooden Crates and a Spear/Bow',161.0625,-131.046875,0,0,0,'2017-04-23 15:39:48'); +INSERT INTO `marker` VALUES (7187,1901,NULL,2,1923,1106,'Sah Dahaj Shrine','',169.75,-103.375,0,0,0,'2017-04-23 19:33:19'); +INSERT INTO `marker` VALUES (7188,1901,NULL,2,1903,2755,'Great Flameblade','',110.59375,-134.7421875,0,0,0,'2017-04-24 04:12:16'); +INSERT INTO `marker` VALUES (7189,1901,NULL,2,1916,2772,'','',129.875,-106.5,0,0,0,'2017-04-24 12:48:49'); +INSERT INTO `marker` VALUES (7190,1901,NULL,2,1939,2642,'Blizzrobe','',68.3828125,-161.328125,0,0,0,'2017-04-24 14:31:03'); +INSERT INTO `marker` VALUES (7191,1901,NULL,2,1943,2773,'Opal','',114.37890625,-158.1796875,0,0,0,'2017-04-24 14:39:34'); +INSERT INTO `marker` VALUES (7192,1901,NULL,2,1901,2787,'Fadas','Fadas',180.34375,-167.171875,0,0,0,'2017-04-24 19:59:11'); +INSERT INTO `marker` VALUES (7193,1901,NULL,2,1903,2262,'Eightfold Longblade ','An enemy drop. ',184.1413745880127,-116.01118755340576,0,0,0,'2017-04-25 02:17:39'); +INSERT INTO `marker` VALUES (7194,1901,NULL,2,1901,2799,'place to mine luminous stone','',198.296875,-152.453125,0,0,0,'2017-04-25 03:03:56'); +INSERT INTO `marker` VALUES (7195,1901,NULL,2,1916,2813,'Korok seed','Korok',66.06640625,-69.76171875,0,0,0,'2017-04-25 18:48:00'); +INSERT INTO `marker` VALUES (7196,1901,NULL,2,1916,2813,'','',66.02734375,-69.74609375,0,0,0,'2017-04-25 18:48:22'); +INSERT INTO `marker` VALUES (7197,1901,NULL,2,1916,2813,'','',66.046875,-69.734375,0,0,0,'2017-04-25 18:48:42'); +INSERT INTO `marker` VALUES (7198,1901,NULL,2,1901,2813,'Korok seed','',66.07421875,-69.74609375,0,0,0,'2017-04-25 18:49:09'); +INSERT INTO `marker` VALUES (7199,1901,NULL,2,1920,2813,'','',66.046875,-69.78515625,0,0,0,'2017-04-25 18:49:39'); +INSERT INTO `marker` VALUES (7200,1901,NULL,2,1916,2052,'3 Rusty shield needed','',117.42578125,-114.55078125,0,0,0,'2017-04-26 12:53:35'); +INSERT INTO `marker` VALUES (7201,1901,NULL,2,1931,2802,'Enemy Camp','',157.7578125,-163.828125,0,0,0,'2017-04-26 20:05:25'); +INSERT INTO `marker` VALUES (7202,1901,NULL,2,1923,2873,'Dueling Peaks Tower','Sheikah Tower',143.85546875,-154.76953125,0,0,0,'2017-04-26 22:17:44'); +INSERT INTO `marker` VALUES (7203,1901,NULL,2,1903,2909,'Zora's spear','',173.8125,-126.953125,0,0,0,'2017-04-27 15:59:21'); +INSERT INTO `marker` VALUES (7204,1901,NULL,2,1903,2909,'Zora's spear','',172.5,-125.796875,0,0,0,'2017-04-27 16:06:20'); +INSERT INTO `marker` VALUES (7205,1901,NULL,2,1905,2937,'Gerudo shield','',71.1953125,-142.84375,0,0,0,'2017-04-28 06:28:33'); +INSERT INTO `marker` VALUES (7206,1901,NULL,2,1903,2937,'Gerudo scimitar','',71.38671875,-142.828125,0,0,0,'2017-04-28 06:29:00'); +INSERT INTO `marker` VALUES (7207,1901,NULL,2,1936,2939,'','Lanayru Wetlands Cove',160.34375,-130.23828125,0,1,0,'2017-04-28 09:08:56'); +INSERT INTO `marker` VALUES (7208,1901,NULL,2,1904,2939,'Forest Dweller's Bow','',160.36328125,-130.40234375,0,0,0,'2017-04-28 09:29:31'); +INSERT INTO `marker` VALUES (7209,1901,NULL,2,1926,2922,'','',95.3125,-169.75,0,0,0,'2017-04-28 11:20:08'); +INSERT INTO `marker` VALUES (7210,1901,NULL,2,1901,2942,'Camp - Spicy Peppers','7x Spicy Peppers at this camp',95.2265625,-136.34375,0,0,0,'2017-04-28 12:00:28'); +INSERT INTO `marker` VALUES (7211,1901,NULL,2,1901,2942,'Hearty Durian Tree stand','',93.9375,-134.86328125,0,0,0,'2017-04-28 12:05:20'); +INSERT INTO `marker` VALUES (7212,1901,NULL,2,1916,2942,'Follow the Flower','',92.234375,-134.4765625,0,0,0,'2017-04-28 12:09:39'); +INSERT INTO `marker` VALUES (7213,1901,NULL,2,1926,2946,'Divine Beast Vah Rudania','',168.0625,-87.8125,0,0,0,'2017-04-28 13:34:00'); +INSERT INTO `marker` VALUES (7214,1901,NULL,2,1926,2946,'Divine Beast Vah Medoh','',71.4375,-99.9375,0,0,0,'2017-04-28 13:34:34'); +INSERT INTO `marker` VALUES (7215,1901,NULL,2,1901,2942,'Hearty Durian Tree stand','',158.5625,-175.1171875,0,0,0,'2017-04-28 13:46:26'); +INSERT INTO `marker` VALUES (7216,1901,NULL,2,1901,2942,'Hearty Durian Tree stand','',149.7578125,-178.4765625,0,0,0,'2017-04-28 13:47:09'); +INSERT INTO `marker` VALUES (7217,1901,NULL,2,1926,2953,'Vah Naboris','',80.03125,-180.59375,0,0,0,'2017-04-28 17:00:29'); +INSERT INTO `marker` VALUES (7218,1901,NULL,2,1926,2953,'Vah Medoh','',71.359375,-99.984375,0,0,0,'2017-04-28 17:01:06'); +INSERT INTO `marker` VALUES (7219,1901,NULL,2,1926,2953,'Vah Rudania','',167.625,-87.5,0,0,0,'2017-04-28 17:01:26'); +INSERT INTO `marker` VALUES (7220,1901,NULL,2,1935,2953,'Hobbies of the Rich','',189.28515625,-102.921875,0,0,0,'2017-04-28 17:04:22'); +INSERT INTO `marker` VALUES (7221,1901,NULL,2,1935,2953,'A Parent's Love','',190.09765625,-103.3515625,0,0,0,'2017-04-28 17:05:15'); +INSERT INTO `marker` VALUES (7222,1901,NULL,2,1936,2433,'','',111.33984375,-155.8359375,0,0,0,'2017-04-28 17:18:24'); +INSERT INTO `marker` VALUES (7223,1901,NULL,2,1936,2433,'','',114.34765625,-158.1484375,0,0,0,'2017-04-28 17:19:07'); +INSERT INTO `marker` VALUES (7224,1901,NULL,2,1936,2433,'','',71.65234375,-155.96484375,0,0,0,'2017-04-28 17:20:09'); +INSERT INTO `marker` VALUES (7225,1901,NULL,2,1901,2433,'','',69.71875,-155.04296875,0,0,0,'2017-04-28 17:20:26'); +INSERT INTO `marker` VALUES (7226,1901,NULL,2,1936,2433,'','',69.84375,-155.1875,0,0,0,'2017-04-28 17:20:57'); +INSERT INTO `marker` VALUES (7227,1901,NULL,2,1936,2433,'','',112.92578125,-164.66015625,0,0,0,'2017-04-28 17:22:05'); +INSERT INTO `marker` VALUES (7228,1901,NULL,2,1936,2433,'','',124.09765625,-187.88671875,0,0,0,'2017-04-28 17:23:03'); +INSERT INTO `marker` VALUES (7229,1901,NULL,2,1936,2433,'','',152.66015625,-184.1875,0,0,0,'2017-04-28 17:24:19'); +INSERT INTO `marker` VALUES (7230,1901,NULL,2,1936,2433,'','',142.625,-169.65625,0,0,0,'2017-04-28 17:25:29'); +INSERT INTO `marker` VALUES (7231,1901,NULL,2,1936,2433,'','',158.8046875,-165.03515625,0,0,0,'2017-04-28 17:26:17'); +INSERT INTO `marker` VALUES (7232,1901,NULL,2,1936,2433,'','',158.9921875,-164.9453125,0,0,0,'2017-04-28 17:26:41'); +INSERT INTO `marker` VALUES (7233,1901,NULL,2,1936,2433,'','',158.453125,-168.60546875,0,0,0,'2017-04-28 17:27:22'); +INSERT INTO `marker` VALUES (7234,1901,NULL,2,1936,2433,'','',158.71484375,-168.72265625,0,0,0,'2017-04-28 17:27:48'); +INSERT INTO `marker` VALUES (7235,1901,NULL,2,1936,2433,'','',157.46484375,-155.84765625,0,0,0,'2017-04-28 17:28:39'); +INSERT INTO `marker` VALUES (7236,1901,NULL,2,1936,2433,'','',154.67578125,-144.87109375,0,0,0,'2017-04-28 17:29:22'); +INSERT INTO `marker` VALUES (7237,1901,NULL,2,1936,2433,'','',171.4921875,-155.19140625,0,0,0,'2017-04-28 17:30:07'); +INSERT INTO `marker` VALUES (7238,1901,NULL,2,1936,2433,'','',148.7578125,-157.1015625,0,0,0,'2017-04-28 17:31:34'); +INSERT INTO `marker` VALUES (7239,1901,NULL,2,1936,2433,'','',160.25,-130.28125,0,0,0,'2017-04-28 17:32:28'); +INSERT INTO `marker` VALUES (7240,1901,NULL,2,1936,2433,'','',95.140625,-138.83984375,0,0,0,'2017-04-28 17:33:39'); +INSERT INTO `marker` VALUES (7241,1901,NULL,2,1936,2433,'','',97.359375,-104.734375,0,0,0,'2017-04-28 17:34:34'); +INSERT INTO `marker` VALUES (7242,1901,NULL,2,1901,2966,'Naydra Farming','',177.2265625,-147.703125,0,0,0,'2017-04-29 00:32:48'); +INSERT INTO `marker` VALUES (7243,1901,NULL,2,1935,2738,'','A Gift of Nightshade is a side quest in The Legend of Zelda: Breath of the Wild. It is given to Link by Wabbin, who can be found at Tuft Mountain. ',180.359375,-167.09375,0,0,0,'2017-04-29 03:52:37'); +INSERT INTO `marker` VALUES (7244,1901,NULL,2,1901,2738,'A Gift of Nightshade','A side-quest.\r\n',180.375,-167.2890625,0,0,0,'2017-04-29 03:54:28'); +INSERT INTO `marker` VALUES (7245,1901,NULL,2,1939,2052,'Blizzrobe','',139.828125,-115.203125,0,0,0,'2017-04-29 16:49:32'); +INSERT INTO `marker` VALUES (7246,1901,NULL,2,1939,2052,'Blizzrobe','',139.828125,-115.203125,0,0,0,'2017-04-29 16:49:33'); +INSERT INTO `marker` VALUES (7247,1901,NULL,2,1916,2988,'oops','deleted ',153.4609375,-82.02734375,0,0,0,'2017-04-29 19:37:05'); +INSERT INTO `marker` VALUES (7248,1901,NULL,2,1901,2989,'','',110.0234375,-142.71875,0,0,0,'2017-04-29 19:54:53'); +INSERT INTO `marker` VALUES (7249,1901,NULL,2,1925,3010,'Santuario de la vida','',110.703125,-157.5,0,0,0,'2017-04-30 04:05:53'); +INSERT INTO `marker` VALUES (7250,1901,NULL,2,1930,3017,'','',117.31640625,-111.00390625,0,0,0,'2017-04-30 08:25:40'); +INSERT INTO `marker` VALUES (7251,1901,NULL,2,1939,3043,'','',139.9453125,-116.24609375,0,0,0,'2017-04-30 12:59:00'); +INSERT INTO `marker` VALUES (7252,1901,NULL,2,1939,3043,'frize wizzrobe','',139.9140625,-116.265625,0,1,0,'2017-04-30 13:00:50'); +INSERT INTO `marker` VALUES (7253,1901,NULL,2,1925,3010,'Santuario de keltsar','',190.640625,-174.734375,0,0,0,'2017-04-30 13:48:18'); +INSERT INTO `marker` VALUES (7254,1901,NULL,2,1916,2052,'running spot','The trial begins in a big alone tree near the guy who sells shields.',149.9765625,-114.65234375,0,0,0,'2017-04-30 19:29:52'); +INSERT INTO `marker` VALUES (7255,1901,NULL,2,1936,3071,'','',201.37109375,-115.765625,0,0,0,'2017-04-30 21:38:55'); +INSERT INTO `marker` VALUES (7256,1901,NULL,2,1904,3012,'Arrow Farm','Farm Arrows here.',117.546875,-175.6875,0,0,0,'2017-05-01 04:15:13'); +INSERT INTO `marker` VALUES (7257,1901,NULL,2,1903,2994,'Swallow Bow','With dude who repairs Great Eagle Bow',71.49609375,-100.03515625,0,0,0,'2017-05-02 13:32:33'); +INSERT INTO `marker` VALUES (7258,1901,NULL,2,1903,2994,'Swallow Bow','up the ladder by flight range',68.75,-91.71875,0,0,0,'2017-05-02 13:34:51'); +INSERT INTO `marker` VALUES (7259,1901,NULL,2,1903,2994,'Silver Sword','Behind Ne'ez Yohma Shrine',180.0859375,-119.640625,0,0,0,'2017-05-02 13:37:42'); +INSERT INTO `marker` VALUES (7260,1901,NULL,2,1901,2994,'Stone Smasher','location: Inside Hyrule Castle library, accessible through the shrine in the docks that empty out the north side of the castle. The weapon is up the stairs and inside a cave with some ore, behind a magnesis-able bookshelf directly across from the identical bookshelf that has to be moved to access the library's main hall.',125.8125,-111.0078125,0,0,0,'2017-05-02 13:44:11'); +INSERT INTO `marker` VALUES (7261,1901,NULL,2,1903,2994,'Great Flame Blade','on Ancient Tree Stump',110.63671875,-134.63671875,0,0,0,'2017-05-02 13:55:57'); +INSERT INTO `marker` VALUES (7262,1901,NULL,2,1903,2994,'Great Flame Blade',' in the labyrinth below Akala lab. Inside the maze, if you see brambles growing from a hole in the ceiling, that's where it is. Burn the brambles and climb up. If you clear the shrine in there, the sword is just down the steps to the right from the quick travel point look right and you'll find the brambles to burn',200.5625,-70.2109375,0,0,0,'2017-05-02 14:02:34'); +INSERT INTO `marker` VALUES (7263,1901,NULL,2,1903,2994,'Great Flame Blade','under Eldin Great Skeleton, watch out for the group of monsters, they will pick up the great flame blade if engauged',152.55078125,-70.51953125,0,0,0,'2017-05-02 14:17:14'); +INSERT INTO `marker` VALUES (7264,1901,NULL,2,1944,3161,'Expansion Pass Chest','Switch shirt',120.6796875,-159.34375,0,1,0,'2017-05-02 20:53:47'); +INSERT INTO `marker` VALUES (7265,1901,NULL,2,1943,541,'Star Fragment','Use your Magneis rune to pull a chest from under the swamp, and open it to get a Star Fragment',140.421875,-104.375,0,0,0,'2017-05-02 22:08:12'); +INSERT INTO `marker` VALUES (7266,1901,NULL,2,1901,2587,'$$$$$$$','',95.52734375,-95.48046875,0,0,0,'2017-05-03 03:07:11'); +INSERT INTO `marker` VALUES (7267,1901,NULL,2,1920,3182,'Forgotten Temple','',105.875,-92.8125,0,0,0,'2017-05-03 11:49:25'); +INSERT INTO `marker` VALUES (7268,1901,NULL,2,1901,3224,'Shrine of Resurrection ','',110.5,-157.51953125,0,0,0,'2017-05-04 03:12:25'); +INSERT INTO `marker` VALUES (7269,1901,NULL,2,1901,3234,'Dinaral','Dragon farming Position',142.515625,-70.453125,0,0,0,'2017-05-04 10:20:13'); +INSERT INTO `marker` VALUES (7270,1901,NULL,2,1903,1630,'Soldier's Sword','',83.296875,-119.4375,0,0,0,'2017-05-05 04:41:35'); +INSERT INTO `marker` VALUES (7271,1901,NULL,2,1904,1630,'Soldier's Bow','',83.3125,-119.640625,0,0,0,'2017-05-05 04:42:07'); +INSERT INTO `marker` VALUES (7272,1901,NULL,2,1903,3279,'Royal Claymore','',141.7265625,-102.9609375,0,0,0,'2017-05-05 09:03:02'); +INSERT INTO `marker` VALUES (7273,1901,NULL,2,1901,3298,'Test Marker','',132.84375,-78.03125,0,0,0,'2017-05-05 16:33:32'); +INSERT INTO `marker` VALUES (7274,1901,NULL,2,1925,3322,'Muo'Jihm','Epreuve moyenne de force',185.234375,-179.8515625,0,0,0,'2017-05-05 19:40:26'); +INSERT INTO `marker` VALUES (7275,1901,NULL,2,1923,3336,'edge','gi',180.5,-61.03125,0,0,0,'2017-05-05 21:30:11'); +INSERT INTO `marker` VALUES (7276,1901,NULL,2,1923,3336,'edge','gi',180.5,-61.03125,0,0,0,'2017-05-05 21:30:12'); +INSERT INTO `marker` VALUES (7277,1901,NULL,2,1920,3336,'Temple of Time','',115.21484375,-159.28515625,0,0,0,'2017-05-05 21:39:24'); +INSERT INTO `marker` VALUES (7278,1901,NULL,2,1936,3405,'Reward: Opal','',114.33203125,-158.15625,0,0,0,'2017-05-07 07:59:53'); +INSERT INTO `marker` VALUES (7279,1901,NULL,2,1916,2938,'Korok Unknown','',163.53125,-116.71875,0,0,0,'2017-05-07 13:38:11'); +INSERT INTO `marker` VALUES (7280,1901,NULL,2,1935,3441,'Good-Sized Horse','Side quest for traveler camped here. He wants a horse in exchange for 300 rupees.',96.296875,-157.18359375,0,1,0,'2017-05-07 18:26:47'); +INSERT INTO `marker` VALUES (7281,1901,NULL,2,1925,3433,'Bosh Kala Shrine','',129.3046875,-153.89453125,0,0,0,'2017-05-07 19:02:05'); +INSERT INTO `marker` VALUES (7282,1901,NULL,2,1903,3467,'Soldier's Broadsword','',121.44140625,-159.265625,0,0,0,'2017-05-08 02:26:59'); +INSERT INTO `marker` VALUES (7283,1901,NULL,2,1903,3467,'Soldier's Broadsword','',105.140625,-155.875,0,0,0,'2017-05-08 02:27:52'); +INSERT INTO `marker` VALUES (7284,1901,NULL,2,1903,3467,'Iron Sledgehammer','',113.26953125,-164.09765625,0,0,0,'2017-05-08 02:28:57'); +INSERT INTO `marker` VALUES (7285,1901,NULL,2,1935,3082,'Hunt for the Giant Horse','Tame the giant black horse with the orange mane in the Taobab Grassland and bring it back to Straia in the Faron Grasslands.',124.734375,-182.59765625,0,0,0,'2017-05-08 05:03:37'); +INSERT INTO `marker` VALUES (7286,1901,NULL,2,1901,3525,'bob','oh',85.09375,-92.6875,0,0,0,'2017-05-09 00:51:41'); +INSERT INTO `marker` VALUES (7287,1901,NULL,2,1935,3082,'AGift of Nightshade','Bring Wabbin a blue nightshade',168.359375,-183.3828125,0,0,0,'2017-05-09 17:32:54'); +INSERT INTO `marker` VALUES (7288,1901,NULL,2,1916,3547,'Speed Check','Marker to left is end point',87.546875,-161.328125,0,1,0,'2017-05-09 18:16:31'); +INSERT INTO `marker` VALUES (7289,1901,NULL,2,1935,3082,'Sunken Treasure','Rozel shared the legend of the sunken treasure located between the three rocks in the ocean south of the village.',173.10546875,-182.62109375,0,0,0,'2017-05-09 21:18:52'); +INSERT INTO `marker` VALUES (7290,1901,NULL,2,1901,3568,'Test','',123.8203125,-129.9765625,0,0,0,'2017-05-09 22:16:15'); +INSERT INTO `marker` VALUES (7291,1901,NULL,2,1902,3568,'test','',123.6875,-129.265625,0,0,0,'2017-05-09 22:16:25'); +INSERT INTO `marker` VALUES (7292,1901,NULL,2,1926,3547,'Divine Beast Vah Rudania','',166.8125,-90.625,0,0,0,'2017-05-10 01:41:27'); +INSERT INTO `marker` VALUES (7293,1901,NULL,2,1901,3591,'hello','',201.875,-113.3125,0,0,0,'2017-05-10 15:41:37'); +INSERT INTO `marker` VALUES (7294,1901,NULL,2,1903,3633,'Soldier's Broadsword','',121.59375,-158.95703125,0,0,0,'2017-05-11 23:13:54'); +INSERT INTO `marker` VALUES (7295,1901,NULL,2,1904,3633,'Traveler's Bow','',113.9453125,-154.1328125,0,0,0,'2017-05-11 23:17:27'); +INSERT INTO `marker` VALUES (7296,1901,NULL,2,1903,3641,'Great Flameblade','Guarded by a Moblin and Bokoblin, you will see the blade stuck in the ground.',110.6015625,-134.65625,0,0,0,'2017-05-12 01:48:01'); +INSERT INTO `marker` VALUES (7297,1901,NULL,2,1916,3683,'Korok','',117.21875,-187.8671875,0,0,0,'2017-05-12 12:31:23'); +INSERT INTO `marker` VALUES (7300,1901,NULL,1,1903,1,'Spiked Boko Club','GameID: -1002434519',143.756671875,-102.910015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7301,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1006956313',154.69628125,-97.271375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7302,1901,NULL,1,1903,1,'Torch','GameID: -1007146407',131.28095000000002,-78.033203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7303,1901,NULL,1,1903,1,'Torch','GameID: -100848481',152.62290625,-183.151046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7304,1901,NULL,1,1903,1,'Boko Spear','GameID: -1014542866',197.861328125,-186.332375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7305,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1014701532',155.95434375000002,-141.3523,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7306,1901,NULL,1,1903,1,'Boko Bat','GameID: -1020252527',123.65969999999999,-147.5630625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7307,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -1026841406',93.607546875,-82.965828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7308,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -1027321990',122.6659234375,-115.010834375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7309,1901,NULL,1,1903,1,'Tree Branch','GameID: -1027802752',198.76273437499998,-181.895375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7310,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -103550980',139.1221875,-157.56484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7311,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1035982537',79.30687499999999,-118.6403171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7312,1901,NULL,1,1903,1,'Boko Spear','GameID: -1041769059',123.40356406250001,-147.684453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7313,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -1054333951',106.93871874999999,-139.9364015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7314,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1059708268',106.647625,-131.1877515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7315,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1065263317',123.6007046875,-153.86271875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7316,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -1080600762',62.648875000000004,-146.224390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7317,1901,NULL,1,1903,1,'Korok Leaf','GameID: -1083260789',129.22999375,-98.651921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7318,1901,NULL,1,1903,1,'Torch','GameID: -1091532030',84,-163.0046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7319,1901,NULL,1,1903,1,'Boko Spear','GameID: -1095474747',198.341640625,-183.3651875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7320,1901,NULL,1,1903,1,'Royal Halberd','GameID: -1128404419',124.3202453125,-110.853640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7321,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1131789420',159.62157812499998,-158.35671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7322,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -11408532',166.648578125,-124.6171765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7323,1901,NULL,1,1903,1,'Tree Branch','GameID: -1140910281',127.17092375,-166.9505625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7324,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1142454387',159.790765625,-158.400953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7325,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1143664793',84.81671875,-164.31046874999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7326,1901,NULL,1,1903,1,'Boko Spear','GameID: -1148772588',157.935609375,-163.828671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7327,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -1155094419',166.4199375,-103.33884375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7328,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1158572607',55.45125,-162.68728125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7329,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1160197282',80.54909375,-165.995640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7330,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1162029820',78.021484375,-111.46787499999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7331,1901,NULL,1,1903,1,'Tree Branch','GameID: -1180087502',133.32830781250001,-158.033265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7332,1901,NULL,1,1903,1,'Tree Branch','GameID: -1185491433',168.758671875,-123.960921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7333,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: -1185919097',100.4390625,-115.26875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7334,1901,NULL,1,1903,1,'Throwing Spear','GameID: -1187652153',130.5921953125,-152.22584375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7335,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -118787234',154.21009375,-102.73296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7336,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1196684633',198.245953125,-184.02140624999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7337,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1201943743',103.26599999999999,-162.384171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7338,1901,NULL,1,1903,1,'Boko Spear','GameID: -1205270871',123.4275796875,-147.6495,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7339,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1211035134',106.660859375,-131.4252296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7340,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: -1212699056',174.59728125,-181.982328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7341,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1215926339',124.05597187499998,-153.94521874999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7342,1901,NULL,1,1903,1,'Meteor Rod','GameID: -1224666381',116.1765859375,-72.703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7343,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1226348290',157.63189062499998,-144.31134375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7344,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -122879028',59.339015625,-160.533265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7345,1901,NULL,1,1903,1,'Torch','GameID: -1234346796',138.9150015625,-155.223484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7346,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -12401252',170.386484375,-75.797359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7347,1901,NULL,1,1903,1,'Tree Branch','GameID: -1247439253',134.69555625,-158.75134375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7348,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1249795130',121.311584375,-124.42395,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7349,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -126557559',71.2479375,-114.3555390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7350,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1265589175',175.847046875,-181.057578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7351,1901,NULL,1,1903,1,'Royal Broadsword','GameID: -1266031275',123.5781203125,-111.900515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7352,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -126660172',197.442203125,-185.540234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7353,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1267125733',159.16771875,-95.898234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7354,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: -1269804354',122.40464375,-113.63371875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7355,1901,NULL,1,1903,1,'Silverscale Spear','GameID: -1270058180',178.819265625,-119.765946875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7356,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: -1273030233',110.9616875,-161.743921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7357,1901,NULL,1,1903,1,'Royal Claymore','GameID: -1278996934',122.102534375,-114.4004875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7358,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1283207904',107.472296875,-124.2260125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7359,1901,NULL,1,1903,1,'Boat Oar','GameID: -1315743609',185.6853125,-187.6056875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7360,1901,NULL,1,1903,1,'Boko Club','GameID: -1331583801',126.0160234375,-146.383046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7361,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: -1332417299',71.240765625,-114.3232015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7362,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -133284647',72.46875,-111.702265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7363,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -1343361447',186.8305,-161.29399999999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7364,1901,NULL,1,1903,1,'Vicious Sickle','GameID: -1345451351',61.52284375000001,-158.760734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7365,1901,NULL,1,1903,1,'Boko Spear','GameID: -1349170378',172.696703125,-129.4559196875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7366,1901,NULL,1,1903,1,'Boko Club','GameID: -1350752851',160.1904375,-155.916515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7367,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1359502262',61.266828125,-167.53720312500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7368,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1378873836',122.48232500000002,-152.70834374999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7369,1901,NULL,1,1903,1,'Boko Club','GameID: -1381386779',109.979484375,-155.611453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7370,1901,NULL,1,1903,1,'Boko Spear','GameID: -1388227857',166.787796875,-163.367140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7371,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1390936123',177.9865625,-123.809178125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7372,1901,NULL,1,1903,1,'Tree Branch','GameID: -139371793',199.07675,-182.3723125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7373,1901,NULL,1,1903,1,'Torch','GameID: -1397410132',112.30703125,-155.171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7374,1901,NULL,1,1903,1,'Royal Guard\'s Spear','GameID: -1402778837',126.66165781250001,-114.21496875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7375,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1410602370',72.46875,-111.857390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7376,1901,NULL,1,1903,1,'Torch','GameID: -1410937145',70.95837499999999,-149.42834375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7377,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -142324926',199.859515625,-183.64573437500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7378,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -1439095295',145.147984375,-187.75221875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7379,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -1441926692',164.036953125,-99.95768749999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7380,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1443139223',84.17078125,-164.885484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7381,1901,NULL,1,1903,1,'Torch','GameID: -1449329892',82.494859375,-119.1550328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7382,1901,NULL,1,1903,1,'Boko Club','GameID: -1452738811',149.03442187500002,-152.3596875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7383,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1457124713',50.6958125,-159.099859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7384,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -1460324182',139.09090625,-126.89065265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7385,1901,NULL,1,1903,1,'Throwing Spear','GameID: -1462639424',160.23985937499998,-130.4158390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7386,1901,NULL,1,1903,1,'Tree Branch','GameID: -1467896697',138.875525,-157.51301562499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7387,1901,NULL,1,1903,1,'Boko Spear','GameID: -1471314862',154.23985937499998,-189.448828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7388,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1474137700',139.2756953125,-103.6460625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7389,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -1474919271',173.4129375,-126.2252375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7390,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1476402678',177.2533125,-105.6609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7391,1901,NULL,1,1903,1,'Farming Hoe','GameID: -1486432725',157.870203125,-143.682546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7392,1901,NULL,1,1903,1,'Spiked Boko Club','GameID: -1489697229',150.24659375,-119.86745625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7393,1901,NULL,1,1903,1,'Tree Branch','GameID: -1505480922',198.581203125,-182.035,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7394,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1505833913',67.38503125,-167.745640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7395,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1509653987',106.08390625,-122.4242640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7396,1901,NULL,1,1903,1,'Boat Oar','GameID: -1518147193',198.16378125,-182.355421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7397,1901,NULL,1,1903,1,'Torch','GameID: -152164092',150.2255625,-119.879125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7398,1901,NULL,1,1903,1,'Soup Ladle','GameID: -1534617704',181.958796875,-161.366390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7399,1901,NULL,1,1903,1,'Boko Club','GameID: -154488523',117.362915625,-156.326,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7400,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1544903552',51.523515625,-164.77821875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7401,1901,NULL,1,1903,1,'Torch','GameID: -1577216073',132.21240156250002,-80.131640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7402,1901,NULL,1,1903,1,'Wooden Mop','GameID: -1587351141',141.861496875,-130.8740375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7403,1901,NULL,1,1903,1,'Lizal Spear','GameID: -1589251189',100.0359375,-115.7234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7404,1901,NULL,1,1903,1,'Royal Claymore','GameID: -1593575577',123.367190625,-111.353640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7405,1901,NULL,1,1903,1,'Boko Spear','GameID: -1593698296',170.108296875,-124.70441875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7406,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1596269387',127.2678221875,-129.797790625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7407,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1597076411',134.48877031249998,-121.3973390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7408,1901,NULL,1,1903,1,'Cobble Crusher','GameID: -1605954313',154.53678125,-90.59525,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7409,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1622987',108.107109375,-95.541265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7410,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -163003278',148.44921875,-179.122734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7411,1901,NULL,1,1903,1,'Boko Spear','GameID: -1635954261',172.623203125,-129.44657421875002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7412,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: -1646043921',142.0833296875,-108.92984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7413,1901,NULL,1,1903,1,'Torch','GameID: -1659713389',130.6115328125,-152.1695,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7414,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1660404262',118.6552296875,-118.508059375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7415,1901,NULL,1,1903,1,'Torch','GameID: -166105101',113.219746875,-158.5628125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7416,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1665022264',60.594796875,-163.904296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7417,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1668352743',142.12391874999997,-130.5816765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7418,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -1676519177',181.337796875,-160.53825,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7419,1901,NULL,1,1903,1,'Korok Leaf','GameID: -1676640992',135.4614171875,-93.3124375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7420,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -1678320389',55.9680625,-156.84106250000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7421,1901,NULL,1,1903,1,'Wooden Mop','GameID: -1684391186',92.33589062499999,-98.267875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7422,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1690614172',154.165625,-102.71925,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7423,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1691206727',138.796753125,-140.0018921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7424,1901,NULL,1,1903,1,'Boko Club','GameID: -1703602585',108.918203125,-153.69975,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7425,1901,NULL,1,1903,1,'Torch','GameID: -1711607603',131.2863015625,-78.046765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7426,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1713894602',114.6242671875,-145.18323437499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7427,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1720270754',72.447265625,-111.8996875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7428,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -1729484686',178.036453125,-138.21594375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7429,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: -1736561034',143.7955,-102.421859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7430,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1741809120',100.155546875,-101.70790625000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7431,1901,NULL,1,1903,1,'Throwing Spear','GameID: -1748963109',162.179578125,-124.3659234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7432,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -1753418405',107.920640625,-79.20496875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7433,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1761773079',153.3503125,-90.6169375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7434,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1765458068',163.972234375,-76.02059375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7435,1901,NULL,1,1903,1,'Spiked Boko Bat','GameID: -1766679473',150.20304687499998,-119.8906765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7436,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1767042129',126.66534421875,-129.6646734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7437,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -1779007475',73.57678125000001,-111.22953125000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7438,1901,NULL,1,1903,1,'Spiked Moblin Spear','GameID: -1812608751',143.2493421875,-105.30996875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7439,1901,NULL,1,1903,1,'Double Axe','GameID: -1812927287',134.7604125,-96.28790624999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7440,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1813127875',77.392890625,-101.13525,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7441,1901,NULL,1,1903,1,'Boko Club','GameID: -1818350263',113.873225,-162.458203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7442,1901,NULL,1,1903,1,'Boko Bat','GameID: -1847623759',126.0183640625,-146.438625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7443,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: -185172993',137.14736875,-137.0466921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7444,1901,NULL,1,1903,1,'Soup Ladle','GameID: -186034860',71.92335937499999,-99.8515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7445,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -1861515337',81.90537499999999,-78.99248437499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7446,1901,NULL,1,1903,1,'Tree Branch','GameID: -1863045938',111.05757812499999,-155.02428125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7447,1901,NULL,1,1903,1,'Master Sword','GameID: -1867810024',134.74465625,-95.015703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7448,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -1871463020',184.677515625,-160.789046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7449,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1890429494',73.34142187500001,-99.11457812500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7450,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1895928034',154.5165,-89.007953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7451,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1899528146',121.235534375,-147.70965625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7452,1901,NULL,1,1903,1,'Boko Bat','GameID: -190581171',160.187546875,-155.97201562499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7453,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1918906707',153.88162499999999,-123.5591015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7454,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -1921728577',177.40925,-112.99215625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7455,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1924007590',179.95790625,-163.88765625000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7456,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: -1928775814',183.998453125,-115.7457328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7457,1901,NULL,1,1903,1,'Torch','GameID: -1928787820',114,-154.109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7458,1901,NULL,1,1903,1,'Boko Spear','GameID: -1929057619',102.65334375,-114.67999375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7459,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -192970825',112.432190625,-140.8666375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7460,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -1943719360',177.43653125,-105.8734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7461,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -1948117438',172.19606249999998,-181.942890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7462,1901,NULL,1,1903,1,'Torch','GameID: -1955584820',95.18467187499999,-136.44910625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7463,1901,NULL,1,1903,1,'Boat Oar','GameID: -1961755892',174.6818125,-181.386578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7464,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -1978479511',177.114265625,-83.986390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7465,1901,NULL,1,1903,1,'Lizal Spear','GameID: -1980608888',127.3564453125,-174.6169375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7466,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: -1981549783',101.0859375,-116.0546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7467,1901,NULL,1,1903,1,'Tree Branch','GameID: -1983010700',130.6441296875,-91.742578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7468,1901,NULL,1,1903,1,'Dragonbone Boko Bat','GameID: -1986346650',97.53340625,-104.1424375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7469,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -2005086973',183.987609375,-115.826684375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7470,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -2012105550',72.701296875,-111.849265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7471,1901,NULL,1,1903,1,'Torch','GameID: -2017938127',113.371875,-157.378125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7472,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -2022854170',164.57828125,-158.539328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7473,1901,NULL,1,1903,1,'Boko Spear','GameID: -2024881231',113.2605609375,-158.5083125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7474,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -2025054876',84.49471875,-164.656515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7475,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: -2032613911',127.22003984374999,-174.6358125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7476,1901,NULL,1,1903,1,'Boko Club','GameID: -2035526844',131.6194171875,-148.16192187500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7477,1901,NULL,1,1903,1,'Korok Leaf','GameID: -2039797837',111.6988125,-159.182171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7478,1901,NULL,1,1903,1,'Thunderblade','GameID: -2046880590',124.0264203125,-116.1368796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7479,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -2047393530',68.297125,-174.691625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7480,1901,NULL,1,1903,1,'Korok Leaf','GameID: -2048068532',133.696003125,-94.024625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7481,1901,NULL,1,1903,1,'Tree Branch','GameID: -2048912784',112.6872171875,-156.13457812500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7482,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -2058516725',169.05921875,-159.70079687499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7483,1901,NULL,1,1903,1,'Bokoblin Arm','GameID: -2063193625',121.1243484375,-145.4531875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7484,1901,NULL,1,1903,1,'Wooden Mop','GameID: -2066293153',180.636265625,-160.315140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7485,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -2070195298',194.998609375,-115.586715625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7486,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -2076271146',179.858375,-121.149165625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7487,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -2077761664',152.272375,-88.423328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7488,1901,NULL,1,1903,1,'Great Flameblade','GameID: -2079323183',152.732,-70.79921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7489,1901,NULL,1,1903,1,'Dragonbone Boko Club','GameID: -2085133097',97.532390625,-104.11721875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7490,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -2093118133',137.5187984375,-137.2521671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7491,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -2095321233',78.786125,-81.38653125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7492,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -2096796949',128.037231453125,-158.2005625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7493,1901,NULL,1,1903,1,'Torch','GameID: -2101030001',133.727440625,-79.285359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7494,1901,NULL,1,1903,1,'Tree Branch','GameID: -2102213957',112.495678125,-155.594140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7495,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -2104793552',112.06875,-159.9375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7496,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -2104955177',179.338109375,-162.009546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7497,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -2106370504',126.96160890625,-130.04400625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7498,1901,NULL,1,1903,1,'Moblin Spear','GameID: -210775437',70.0859375,-155.0703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7499,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -2113600878',99.0571875,-115.876696875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7500,1901,NULL,1,1903,1,'Torch','GameID: -2123398858',135.0734703125,-78.47367187500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7501,1901,NULL,1,1903,1,'Gerudo Scimitar','GameID: -2124930147',77.151703125,-168.59562499999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7502,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -2138212130',92.38153125,-98.2840625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7503,1901,NULL,1,1903,1,'Torch','GameID: -2145064319',134.76465625,-78.8065625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7504,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -216075764',136.09189375,-182.3699375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7505,1901,NULL,1,1903,1,'Golden Claymore','GameID: -221889703',100.143890625,-182.307765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7506,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: -222236948',142.10847343749998,-108.932171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7507,1901,NULL,1,1903,1,'Boko Spear','GameID: -227114879',162.25553125,-124.2375984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7508,1901,NULL,1,1903,1,'Boko Spear','GameID: -230887573',177.080546875,-135.4527640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7509,1901,NULL,1,1903,1,'Tree Branch','GameID: -237321899',130.6671875,-91.4234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7510,1901,NULL,1,1903,1,'Boko Club','GameID: -240426030',135.52671875,-152.700203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7511,1901,NULL,1,1903,1,'Zora Spear','GameID: -2425283',172.462859375,-125.9898953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7512,1901,NULL,1,1903,1,'Spiked Boko Spear','GameID: -253104928',71.720453125,-113.712959375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7513,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -269382519',125.4145390625,-114.551646875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7514,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -273626928',100.201078125,-101.833640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7515,1901,NULL,1,1903,1,'Throwing Spear','GameID: -274555979',150.8168125,-158.09821875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7516,1901,NULL,1,1903,1,'Torch','GameID: -281488755',198.60025000000002,-78.69196875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7517,1901,NULL,1,1903,1,'Torch','GameID: -282951133',133.85097187500003,-77.772609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7518,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -298358407',157.084515625,-141.70986875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7519,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -301995500',72.9740625,-111.370609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7520,1901,NULL,1,1903,1,'Soup Ladle','GameID: -309683751',135.93840156250002,-182.024578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7521,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -322877966',101.471390625,-115.864709375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7522,1901,NULL,1,1903,1,'Tree Branch','GameID: -323551383',199.01646875,-182.650984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7523,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -339282338',58.21484375,-167.27417187499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7524,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -346284207',115.3865203125,-162.972078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7525,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -347273789',125.02199375000001,-114.61004375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7526,1901,NULL,1,1903,1,'Gerudo Spear','GameID: -360400454',68.87328124999999,-154.196671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7527,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -361169502',116.8643796875,-134.6585078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7528,1901,NULL,1,1903,1,'Tree Branch','GameID: -371564686',111.45078125,-156.2051875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7529,1901,NULL,1,1903,1,'Dragonbone Moblin Club','GameID: -372687084',84.062484375,-83.186171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7530,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -373123019',153.55068749999998,-86.704578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7531,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: -37984612',75.56490625,-86.465296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7532,1901,NULL,1,1903,1,'Tree Branch','GameID: -38975352',134.50944062499997,-95.08596875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7533,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -390376677',139.6800390625,-105.16248437499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7534,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -406232386',56.399984375,-168.51975,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7535,1901,NULL,1,1903,1,'Farming Hoe','GameID: -412276599',97.5703125,-133.6296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7536,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -422413341',155.42960937499998,-158.520875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7537,1901,NULL,1,1903,1,'Tree Branch','GameID: -434617742',199.246890625,-184.41581250000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7538,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -446401388',115.84375,-163.21875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7539,1901,NULL,1,1903,1,'Soup Ladle','GameID: -448947807',139.0791375,-126.85103296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7540,1901,NULL,1,1903,1,'Zora Spear','GameID: -472922325',179.829421875,-119.89621875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7541,1901,NULL,1,1903,1,'Boko Club','GameID: -47549484',142.93163125,-153.403734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7542,1901,NULL,1,1903,1,'Torch','GameID: -478376866',134.74658593750002,-78.812890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7543,1901,NULL,1,1903,1,'Tree Branch','GameID: -482535378',130.6796875,-91.5625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7544,1901,NULL,1,1903,1,'Boko Spear','GameID: -483975307',170.051328125,-124.657315625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7545,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -501868030',113.610409375,-157.247328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7546,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: -505369544',122.59375,-120.1953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7547,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -511177510',125.187796875,-114.440640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7548,1901,NULL,1,1903,1,'Double Axe','GameID: -513605224',189.442125,-103.1149375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7549,1901,NULL,1,1903,1,'Boko Bat','GameID: -522926179',142.86985625,-153.426734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7550,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -524351929',127.53253203124999,-167.47521875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7551,1901,NULL,1,1903,1,'Throwing Spear','GameID: -52480789',122.500125,-152.60853125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7552,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -545917490',119.017334375,-150.17340625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7553,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: -552605808',178.67932812499998,-105.26184375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7554,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -554194317',119.401875,-150.254875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7555,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -56697563',107.587640625,-98.30475,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7556,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -567987960',163.9875625,-76.06271875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7557,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -574750147',195.672453125,-137.352590625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7558,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: -583339763',101.91928125,-88.325859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7559,1901,NULL,1,1903,1,'Boko Spear','GameID: -583742834',202.230578125,-96.61615625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7560,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: -584032144',108.04284375,-79.214390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7561,1901,NULL,1,1903,1,'Torch','GameID: -589169071',70.928359375,-148.94048437499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7562,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -597049759',138.87353593749998,-140.1495359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7563,1901,NULL,1,1903,1,'Torch','GameID: -598853137',135.40803125,-78.468046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7564,1901,NULL,1,1903,1,'Boko Spear','GameID: -607502422',160.3008125,-127.13670390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7565,1901,NULL,1,1903,1,'Torch','GameID: -60768782',157.60482812499998,-143.1334421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7566,1901,NULL,1,1903,1,'Eightfold Blade','GameID: -608331474',153.67728125,-143.0955296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7567,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -608419805',106.575265625,-132.59371875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7568,1901,NULL,1,1903,1,'Lizal Spear','GameID: -610182117',142.85625,-103.9234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7569,1901,NULL,1,1903,1,'Torch','GameID: -617212054',135.4015953125,-78.813171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7570,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -618926688',118.2516703125,-115.63338125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7571,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: -623533383',177.4171875,-112.990625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7572,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -625112089',165.835921875,-91.96982812499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7573,1901,NULL,1,1903,1,'Boko Club','GameID: -62887672',125.53125,-175.078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7574,1901,NULL,1,1903,1,'Throwing Spear','GameID: -632295892',138.86114062500002,-155.20959375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7575,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -633850335',126.36151093750001,-152.78778125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7576,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -633988060',54.329046875,-160.0465625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7577,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -655035311',71.86940625,-167.933140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7578,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -662669469',121.5800140625,-114.7196328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7579,1901,NULL,1,1903,1,'Torch','GameID: -675303009',177.192515625,-101.925703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7580,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -686384153',107.323953125,-132.0190296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7581,1901,NULL,1,1903,1,'Boko Spear','GameID: -692552646',202.18843750000002,-96.611453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7582,1901,NULL,1,1903,1,'Tree Branch','GameID: -692690137',112.94156406249999,-156.5854375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7583,1901,NULL,1,1903,1,'Dragonbone Moblin Club','GameID: -696154008',86.055109375,-151.96675,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7584,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -702449629',56.288546874999994,-168.59209375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7585,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -704950005',180.0681875,-104.796203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7586,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -705526300',72.572015625,-111.905265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7587,1901,NULL,1,1903,1,'Boat Oar','GameID: -717528503',172.66521875,-181.818796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7588,1901,NULL,1,1903,1,'Boko Spear','GameID: -721772650',160.288546875,-128.539465,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7589,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -722627562',52.80565625,-165.936421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7590,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -723503087',163.99059375000002,-76.027375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7591,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -725832862',189.78412500000002,-102.292125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7592,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: -750054172',100.0875,-115.9296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7593,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -753809501',84.58065625,-162.79735937499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7594,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -753986473',103.45228125,-99.94276562499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7595,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -757713889',172.739890625,-162.131359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7596,1901,NULL,1,1903,1,'Soup Ladle','GameID: -773605529',76.758171875,-168.129140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7597,1901,NULL,1,1903,1,'Boko Club','GameID: -781931095',200.44412499999999,-186.466984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7598,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -784609149',128.171325625,-152.132015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7599,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: -789964900',178.32514062500002,-129.303080625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7600,1901,NULL,1,1903,1,'Boko Spear','GameID: -791760798',150.95125000000002,-158.16271875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7601,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -793222083',96.0079375,-129.0486440625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7602,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -806609224',199.88818750000002,-118.4649578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7603,1901,NULL,1,1903,1,'Fire Rod','GameID: -806928591',135.0766484375,-79.81628125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7604,1901,NULL,1,1903,1,'Torch','GameID: -808598810',174.761875,-181.419734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7605,1901,NULL,1,1903,1,'Boat Oar','GameID: -818554303',172.703453125,-181.939,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7606,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: -81945964',106.1476875,-148.264796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7607,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -826405274',105.9940625,-147.508390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7608,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: -833959343',173.752828125,-167.241875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7609,1901,NULL,1,1903,1,'Boko Club','GameID: -838384835',117.7782265625,-162.170265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7610,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -839473833',58.688515624999994,-163.316671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7611,1901,NULL,1,1903,1,'Dragonbone Boko Club','GameID: -842429976',141.49062187500002,-101.84653125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7612,1901,NULL,1,1903,1,'Dragonbone Moblin Spear','GameID: -842940338',164.516359375,-105.03984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7613,1901,NULL,1,1903,1,'Spiked Boko Bat','GameID: -854868122',141.553234375,-101.735046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7614,1901,NULL,1,1903,1,'Torch','GameID: -859874582',155.930484375,-152.284453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7615,1901,NULL,1,1903,1,'Boko Spear','GameID: -860804119',160.30034375,-127.07010078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7616,1901,NULL,1,1903,1,'Boko Club','GameID: -861577787',149.09142187499998,-152.326671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7617,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -864850482',143.01223749999997,-153.33384375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7618,1901,NULL,1,1903,1,'Boko Club','GameID: -873294712',113.9009296875,-162.450171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7619,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -879668983',194.97703124999998,-115.637446875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7620,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: -879922430',159.9030625,-158.349546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7621,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -88146834',117.11008125000001,-107.78096875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7622,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: -887867381',197.092671875,-117.04608125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7623,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -894071936',155.73681249999998,-133.7789921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7624,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -909347810',144.84057812499998,-122.7218015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7625,1901,NULL,1,1903,1,'Torch','GameID: -918683941',105.22890625,-155.95078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7626,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -922523197',154.1911875,-102.713203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7627,1901,NULL,1,1903,1,'Spiked Moblin Spear','GameID: -923716075',180.859375,-105.11875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7628,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -931683611',73.27868749999999,-111.328546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7629,1901,NULL,1,1903,1,'Boko Spear','GameID: -938397415',154.176671875,-189.410109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7630,1901,NULL,1,1903,1,'Torch','GameID: -940148531',144.1064375,-157.544640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7631,1901,NULL,1,1903,1,'Great Frostblade','GameID: -942009393',125.86254062499998,-112.74288125000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7632,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -943987059',107.6561875,-131.96065,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7633,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: -953172199',116.5109859375,-142.27221718750002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7634,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: -955099072',170.246515625,-124.679334375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7635,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: -96497640',136.2695375,-182.106296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7636,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -969328517',125.33771875,-114.08876875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7637,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: -972306356',152.254453125,-183.208734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7638,1901,NULL,1,1903,1,'Rusty Claymore','GameID: -981519218',92.38125,-114.059375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7639,1901,NULL,1,1903,1,'Rusty Halberd','GameID: -982788455',179.383859375,-104.197796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7640,1901,NULL,1,1903,1,'Wooden Mop','GameID: -984008133',133.1977390625,-145.2791875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7641,1901,NULL,1,1903,1,'Torch','GameID: -995786610',115.5171875,-163.3484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7642,1901,NULL,1,1903,1,'Boko Spear','GameID: -996531338',143.23113750000002,-149.029671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7643,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1002487822',125.26621875,-114.03850625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7644,1901,NULL,1,1903,1,'Flamespear','GameID: 100321491',133.92562656249999,-77.908234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7645,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 100337587',127.28297140624998,-130.432384375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7646,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1003725872',200.824796875,-114.753959375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7647,1901,NULL,1,1903,1,'Boko Spear','GameID: 1008850007',157.92431249999998,-163.77381250000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7648,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1027557987',146.92590625,-134.0567015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7649,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1028410832',154.176203125,-102.734765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7650,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1028776920',56.174953125,-164.58779687499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7651,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1032728867',56.39765625,-160.932359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7652,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1034014322',106.210640625,-122.3354015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7653,1901,NULL,1,1903,1,'Royal Claymore','GameID: 1036024282',72.46875,-111.63592187500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7654,1901,NULL,1,1903,1,'Boko Club','GameID: 1037677709',106.251203125,-159.11587500000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7655,1901,NULL,1,1903,1,'Great Flameblade','GameID: 1038655950',200.60075,-70.22634375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7656,1901,NULL,1,1903,1,'Torch','GameID: 1046727917',187.082203125,-161.113328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7657,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1054903453',165.899234375,-171.217046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7658,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1057524311',133.6906421875,-78.4234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7659,1901,NULL,1,1903,1,'Boko Bat','GameID: 1068968262',200.4656875,-186.480140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7660,1901,NULL,1,1903,1,'Boko Spear','GameID: 1072548040',170.094203125,-124.6644609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7661,1901,NULL,1,1903,1,'Torch','GameID: 1080478767',79.339484375,-148.802078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7662,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1093945475',184.76553125,-160.197578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7663,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: 109426075',143.479584375,-105.265921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7664,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1108524058',118.448603125,-115.8584015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7665,1901,NULL,1,1903,1,'Torch','GameID: 1110933843',139.5693609375,-97.70859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7666,1901,NULL,1,1903,1,'Dragonbone Boko Club','GameID: 1111079703',97.532015625,-104.08687499999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7667,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: 1113055412',83.41959374999999,-79.611484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7668,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1114992135',114.1028734375,-157.808265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7669,1901,NULL,1,1903,1,'Torch','GameID: 1116040178',70.654375,-149.26990625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7670,1901,NULL,1,1903,1,'Boko Spear','GameID: 1128065077',143.2144140625,-148.97621875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7671,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1135692838',121.5794828125,-158.94709375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7672,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1147214610',83.678484375,-164.07878125000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7673,1901,NULL,1,1903,1,'Boko Club','GameID: 1148223985',166.7464375,-163.413546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7674,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1151412900',73.109953125,-111.263640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7675,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1152532368',173.328625,-182.182515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7676,1901,NULL,1,1903,1,'Farming Hoe','GameID: 1152724048',179.877578125,-160.86040624999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7677,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1154531834',143.762515625,-102.438875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7678,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: 1159558445',195.69328124999998,-137.3703015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7679,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 1167637704',97.62184375,-133.275,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7680,1901,NULL,1,1903,1,'Torch','GameID: 1172877291',70.700203125,-149.09310937499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7681,1901,NULL,1,1903,1,'Boko Spear','GameID: 1179121918',123.40816562500001,-147.6105,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7682,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1184503543',171.33239062500002,-169.994203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7683,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1186855975',102.478125,-114.546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7684,1901,NULL,1,1903,1,'Boko Spear','GameID: 1186995313',113.2407625,-158.53254687499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7685,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1187515891',127.62459499999999,-167.34921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7686,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1198226501',199.608140625,-118.040728125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7687,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 1201245983',141.54285781250002,-141.07292343749998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7688,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1202292342',107.01309375,-132.09020625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7689,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 1210450490',100.065625,-115.8796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7690,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1212608971',178.37423437500001,-74.98303125000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7691,1901,NULL,1,1903,1,'Boko Club','GameID: 121505861',149.05421875000002,-152.34521875000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7692,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 122047548',124.815003125,-153.344359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7693,1901,NULL,1,1903,1,'Throwing Spear','GameID: 12345023',132.3806625,-154.08389062499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7694,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1236019577',121.2280421875,-145.565828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7695,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1245650050',106.3005,-122.4367453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7696,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1248142302',168.89765625,-110.35496875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7697,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1250492853',56.345890624999996,-159.283640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7698,1901,NULL,1,1903,1,'Thunderstorm Rod','GameID: 1254937349',199.2471875,-70.580859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7699,1901,NULL,1,1903,1,'Vicious Sickle','GameID: 1261643737',71.025953125,-149.48175,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7700,1901,NULL,1,1903,1,'Torch','GameID: 1268135547',200.65584375,-70.3413125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7701,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1278389905',158.173515625,-143.42574374999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7702,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1293808698',172.50968749999998,-125.9470890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7703,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1294222788',145.27279687499998,-109.693234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7704,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1294248255',179.00243749999998,-162.77381250000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7705,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1300441212',107.47021875,-98.32025,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7706,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1306838444',50.793734375,-162.30196875000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7707,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 131111423',107.5338125,-124.1397703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7708,1901,NULL,1,1903,1,'Cobble Crusher','GameID: 1317605538',153.58657812500002,-82.02871875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7709,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1326019490',190.5785,-174.849890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7710,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1349958830',67.35732812500001,-167.80915625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7711,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1366707485',77.14596875000001,-164.06940625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7712,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1373700145',86.002671875,-165.45126562500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7713,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1383303370',153.856328125,-123.560425,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7714,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1384391352',159.776015625,-158.327953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7715,1901,NULL,1,1903,1,'Torch','GameID: 1387944112',130.159375,-79.153953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7716,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 139371048',158.4645625,-168.72103125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7717,1901,NULL,1,1903,1,'Tree Branch','GameID: 1394597338',134.622496875,-159.8699375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7718,1901,NULL,1,1903,1,'Zora Sword','GameID: 1398824038',179.02,-119.4187796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7719,1901,NULL,1,1903,1,'Tree Branch','GameID: 1399955322',135.356040625,-94.37025,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7720,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1411549357',73.217765625,-111.41278125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7721,1901,NULL,1,1903,1,'Double Axe','GameID: 1429726699',76.701625,-168.544296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7722,1901,NULL,1,1903,1,'Thunderstorm Rod','GameID: 1434622013',166.741046875,-171.534765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7723,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1441392289',159.85620312499998,-158.432921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7724,1901,NULL,1,1903,1,'Double Axe','GameID: 144749449',175.98250000000002,-180.975953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7725,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1448906168',114.5783078125,-144.8851875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7726,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1451707291',78.187328125,-111.328046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7727,1901,NULL,1,1903,1,'Soup Ladle','GameID: 1454847272',106.898453125,-139.945325,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7728,1901,NULL,1,1903,1,'Tree Branch','GameID: 1465431867',168.696765625,-124.0529046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7729,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 1468591707',101.285875,-116.97231875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7730,1901,NULL,1,1903,1,'Soup Ladle','GameID: 1475473118',134.6418875,-94.038765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7731,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 1485032943',193.16287499999999,-93.161890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7732,1901,NULL,1,1903,1,'Torch','GameID: 1491868917',155.353015625,-158.4844375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7733,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1496698408',170.381265625,-75.8286875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7734,1901,NULL,1,1903,1,'Boko Spear','GameID: 1498478900',138.98999218749998,-155.284640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7735,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1507816238',106.117265625,-131.457203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7736,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 151126172',129.23699953125,-151.624265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7737,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1513643559',143.265503125,-106.40721875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7738,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1514781468',140.9558109375,-103.09314062499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7739,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1517240306',163.9490625,-76.03175,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7740,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1517385728',115.8544921875,-142.39141875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7741,1901,NULL,1,1903,1,'Boko Spear','GameID: 1519710189',202.1631875,-96.646953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7742,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1521547542',144.73485937499998,-109.655046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7743,1901,NULL,1,1903,1,'Torch','GameID: 1521734217',71.88559375,-99.726078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7744,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1523865505',82.758109375,-119.3807671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7745,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1535266639',58.054703125,-149.19703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7746,1901,NULL,1,1903,1,'Boko Spear','GameID: 1549041402',177.037984375,-135.4163578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7747,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1552334017',122.4454140625,-152.747765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7748,1901,NULL,1,1903,1,'Boat Oar','GameID: 1556900446',185.63471875,-187.591328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7749,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1565685674',153.094984375,-132.9083203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7750,1901,NULL,1,1903,1,'Boko Club','GameID: 1565859272',69.206734375,-114.1106875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7751,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1570068101',127.2601746875,-130.44814687500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7752,1901,NULL,1,1903,1,'Torch','GameID: 1571873686',132.2031,-80.126234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7753,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1586442302',61.461734375000006,-161.81125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7754,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1587312874',154.18685937499998,-102.72171875000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7755,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 1590954853',174.56046874999998,-181.9740625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7756,1901,NULL,1,1903,1,'Gerudo Scimitar','GameID: 1596317762',68.912359375,-173.17707812499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7757,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 1601676551',79.325609375,-148.78243750000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7758,1901,NULL,1,1903,1,'Boko Spear','GameID: 1602887767',154.1963125,-189.447703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7759,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 1605846467',177.725171875,-101.031375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7760,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1612025419',173.52834375,-160.18734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7761,1901,NULL,1,1903,1,'Ceremonial Trident','GameID: 1617641678',178.3734375,-118.5921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7762,1901,NULL,1,1903,1,'Forked Lizal Spear','GameID: 1633864555',89.59134375,-137.272765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7763,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1635415352',73.0390625,-111.2265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7764,1901,NULL,1,1903,1,'Torch','GameID: 1637930170',134.4359375,-79.2625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7765,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1640259547',115.53125,-98.374390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7766,1901,NULL,1,1903,1,'Vicious Sickle','GameID: 1645917618',72.3549375,-149.382,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7767,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1649136016',172.1988125,-161.271078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7768,1901,NULL,1,1903,1,'Boko Spear','GameID: 165822594',172.682046875,-129.40185015625002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7769,1901,NULL,1,1903,1,'Boko Spear','GameID: 1660867908',143.2730703125,-149.0233125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7770,1901,NULL,1,1903,1,'Torch','GameID: 1672688940',114.0156265625,-154.015578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7771,1901,NULL,1,1903,1,'Boko Spear','GameID: 1681809870',123.068903125,-148.025953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7772,1901,NULL,1,1903,1,'Dragonbone Boko Bat','GameID: 1682703764',142.52676875,-101.8754375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7773,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 1685011161',194.23021875,-84.95474999999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7774,1901,NULL,1,1903,1,'Korok Leaf','GameID: 170189656',129.1760846875,-98.791375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7775,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 1702432567',105.3203125,-148.01875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7776,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 17048906',195.26675,-115.62122343749999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7777,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1707213344',125.0110296875,-114.608375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7778,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1714494229',72.489375,-111.77484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7779,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1718002010',154.44579687499998,-138.306640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7780,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 171955666',122.04381875,-114.3434640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7781,1901,NULL,1,1903,1,'Torch','GameID: 1722067734',179.64209375000002,-120.2187984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7782,1901,NULL,1,1903,1,'Tree Branch','GameID: 1732135326',114.8690265625,-156.15678125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7783,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1737878368',113.0201171875,-164.225734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7784,1901,NULL,1,1903,1,'Forest Dweller\'s Sword','GameID: 1749082723',136.8687625,-94.204734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7785,1901,NULL,1,1903,1,'Royal Guard\'s Sword','GameID: 1750182378',125.2822578125,-114.0801984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7786,1901,NULL,1,1903,1,'Wooden Mop','GameID: 1752020925',177.308921875,-101.696296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7787,1901,NULL,1,1903,1,'Boko Club','GameID: 1756509703',142.9099171875,-153.415109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7788,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1757264564',102.478125,-114.565625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7789,1901,NULL,1,1903,1,'Great Thunderblade','GameID: 1759865226',68.135265625,-107.290625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7790,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 1767031697',177.370796875,-101.136890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7791,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 1770685778',138.696640625,-70.104515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7792,1901,NULL,1,1903,1,'Boko Spear','GameID: 177207181',157.97796875,-163.82653125000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7793,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1782056780',114.3897703125,-132.14325,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7794,1901,NULL,1,1903,1,'Royal Claymore','GameID: 1787002457',141.67350625,-102.961640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7795,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 1791471750',140.1908203125,-102.64453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7796,1901,NULL,1,1903,1,'Soup Ladle','GameID: 1791960524',56.210968750000006,-169.359625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7797,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1797798192',122.494859375,-152.567015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7798,1901,NULL,1,1903,1,'Boat Oar','GameID: 1801719534',167.6409375,-189.245140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7799,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1807641619',120.5206328125,-147.9561875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7800,1901,NULL,1,1903,1,'Boko Bat','GameID: 1812839565',135.54437812499998,-152.73303125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7801,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: 1818521644',100.0125,-115.7890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7802,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1824032073',159.1626875,-136.53235781249998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7803,1901,NULL,1,1903,1,'Moonlight Scimitar','GameID: 1825436865',68.73498437500001,-154.122984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7804,1901,NULL,1,1903,1,'Blizzard Rod','GameID: 1828295553',120.786559375,-111.390421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7805,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 1831413168',65.555890625,-172.71532812499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7806,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1837152091',84.46971875,-162.30181249999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7807,1901,NULL,1,1903,1,'Boko Spear','GameID: 1839732886',170.03315625,-124.708053125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7808,1901,NULL,1,1903,1,'Forest Dweller\'s Spear','GameID: 1841342358',135.0219796875,-94.26357812500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7809,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 1851909563',102.07128125,-115.065096875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7810,1901,NULL,1,1903,1,'Bokoblin Arm','GameID: 185224578',121.41333125,-145.398328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7811,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1853396883',124.835571875,-153.24225,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7812,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 185366284',155.69390625,-133.89233437500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7813,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1855603921',178.071875,-106.16875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7814,1901,NULL,1,1903,1,'Korok Leaf','GameID: 1856105757',92.73679687500001,-129.437530625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7815,1901,NULL,1,1903,1,'Golden Claymore','GameID: 1857683630',65.91471874999999,-143.1155609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7816,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1859179689',149.20554687499998,-178.2911875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7817,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1862732601',125.1823359375,-114.45996875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7818,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1868468147',122.527284375,-111.41125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7819,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1869898359',154.21540625,-102.70893749999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7820,1901,NULL,1,1903,1,'Boko Spear','GameID: 1871662092',123.3531109375,-147.660125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7821,1901,NULL,1,1903,1,'Torch','GameID: 1873237327',134.759834375,-78.481875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7822,1901,NULL,1,1903,1,'Boko Spear','GameID: 1874563027',157.997171875,-163.787421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7823,1901,NULL,1,1903,1,'Torch','GameID: 1874732902',82.70545312499999,-119.3960359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7824,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 1878465865',154.93871875000002,-126.464111875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7825,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 1882970610',162.29525,-187.439203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7826,1901,NULL,1,1903,1,'Tree Branch','GameID: 1892880072',111.84078124999999,-156.86039062499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7827,1901,NULL,1,1903,1,'Double Axe','GameID: 189712426',102.489109375,-87.346984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7828,1901,NULL,1,1903,1,'Tree Branch','GameID: 1900407929',111.539953125,-156.165765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7829,1901,NULL,1,1903,1,'Lizal Spear','GameID: 1901459934',172.466828125,-125.94466875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7830,1901,NULL,1,1903,1,'Tree Branch','GameID: 1910541071',112.9164234375,-156.58807812499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7831,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1916313309',202.7109375,-69.5109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7832,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 1916759933',195.231875,-115.400340625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7833,1901,NULL,1,1903,1,'Boko Club','GameID: 1919342319',125.110628125,-174.4560625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7834,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1923414253',107.662296875,-124.2354734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7835,1901,NULL,1,1903,1,'Farming Hoe','GameID: 1928042578',187.117421875,-161.277484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7836,1901,NULL,1,1903,1,'Boko Club','GameID: 1928068136',160.188484375,-155.94678125000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7837,1901,NULL,1,1903,1,'Boko Spear','GameID: 1935432479',202.232921875,-96.672125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7838,1901,NULL,1,1903,1,'Torch','GameID: 1935556204',197.887,-186.358828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7839,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 193754326',182.32096875,-159.63039062500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7840,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 1942071887',181.94774999999998,-108.22803125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7841,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1944652323',153.280390625,-132.62451249999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7842,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 1946556624',144.89892187499998,-122.8440296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7843,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1963450847',95.965109375,-132.7193,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7844,1901,NULL,1,1903,1,'Boko Spear','GameID: 1965077930',177.112703125,-135.42510625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7845,1901,NULL,1,1903,1,'Tree Branch','GameID: 1970982377',158.140359375,-143.61001562500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7846,1901,NULL,1,1903,1,'Boko Spear','GameID: 1973209608',177.103890625,-135.3824390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7847,1901,NULL,1,1903,1,'Boko Spear','GameID: 1973879504',130.6880515625,-152.111625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7848,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 1978443500',107.498296875,-97.45715625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7849,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 1986938606',100.08921875,-115.892446875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7850,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 1993321627',173.411796875,-126.2626125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7851,1901,NULL,1,1903,1,'Boat Oar','GameID: 1998312778',162.252203125,-187.464109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7852,1901,NULL,1,1903,1,'Royal Guard\'s Claymore','GameID: 2003407569',121.5171875,-111.003640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7853,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 2012498743',151.962484375,-124.9703078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7854,1901,NULL,1,1903,1,'Boko Spear','GameID: 2017664332',198.328265625,-183.3249375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7855,1901,NULL,1,1903,1,'Gerudo Spear','GameID: 2020879773',67.404859375,-174.51096875000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7856,1901,NULL,1,1903,1,'Tree Branch','GameID: 2025527455',111.9901875,-156.32106249999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7857,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 2033979031',72.5390625,-111.925078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7858,1901,NULL,1,1903,1,'Tree Branch','GameID: 2036679395',112.18071875,-157.562734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7859,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 2056071821',165.936953125,-171.93,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7860,1901,NULL,1,1903,1,'Korok Leaf','GameID: 2063791640',129.3569025,-98.774265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7861,1901,NULL,1,1903,1,'Knight\'s Halberd','GameID: 2067764370',122.62706562500001,-115.06344375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7862,1901,NULL,1,1903,1,'Double Axe','GameID: 2071528294',144.71474999999998,-109.87121875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7863,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: 2074956857',65.88340625000001,-79.09903125000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7864,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 2081723260',72.149625,-99.458828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7865,1901,NULL,1,1903,1,'Torch','GameID: 208415607',154.49256250000002,-168.2135625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7866,1901,NULL,1,1903,1,'Boat Oar','GameID: 2090510651',175.60159375,-185.13796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7867,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 2112670695',129.2724609375,-151.525328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7868,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 2116328295',72.453125,-111.792265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7869,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 2121293970',124.0234375,-121.6796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7870,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 2123828106',63.466953125,-168.34315625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7871,1901,NULL,1,1903,1,'Stone Smasher','GameID: 2125878384',125.174096875,-111.43964062500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7872,1901,NULL,1,1903,1,'Boko Club','GameID: 2128844072',167.192796875,-156.51425,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7873,1901,NULL,1,1903,1,'Tree Branch','GameID: 2141441599',199.159296875,-183.32975,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7874,1901,NULL,1,1903,1,'Double Axe','GameID: 227161167',168.606375,-109.908921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7875,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 239019860',69.902984375,-111.82249999999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7876,1901,NULL,1,1903,1,'Tree Branch','GameID: 272201992',114.2905453125,-156.6336875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7877,1901,NULL,1,1903,1,'Boko Spear','GameID: 279360433',143.288275,-148.982484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7878,1901,NULL,1,1903,1,'Boko Spear','GameID: 282914900',198.2918125,-183.39075,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7879,1901,NULL,1,1903,1,'Boko Club','GameID: 283800169',200.4186875,-186.450484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7880,1901,NULL,1,1903,1,'Soldier\'s Spear','GameID: 29985905',76.686390625,-167.80989062499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7881,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 311374230',164.00968749999998,-76.04273437500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7882,1901,NULL,1,1903,1,'Torch','GameID: 314609705',131.58464062500002,-80.04040624999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7883,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 319295042',109.309125,-125.1663890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7884,1901,NULL,1,1903,1,'Boko Spear','GameID: 325091086',102.644609375,-114.6593578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7885,1901,NULL,1,1903,1,'Boat Oar','GameID: 335700083',197.890890625,-185.0515,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7886,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 33902432',178.590625,-105.3625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7887,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 341487003',144.694078125,-122.7723875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7888,1901,NULL,1,1903,1,'Boko Spear','GameID: 34181678',197.841390625,-186.30828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7889,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 346005870',82.657234375,-119.20475625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7890,1901,NULL,1,1903,1,'Enhanced Lizal Spear','GameID: 351084550',116.35625,-72.45625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7891,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 358434845',97.4734375,-132.859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7892,1901,NULL,1,1903,1,'Boko Spear','GameID: 361228444',154.221796875,-189.3769375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7893,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 379806432',63.197984375000004,-165.131984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7894,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 385316526',127.2510934375,-167.3518125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7895,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 389719858',133.54461406250002,-144.771875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7896,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 391527232',149.4606875,-178.446140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7897,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 39639157',138.33544999999998,-107.435,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7898,1901,NULL,1,1903,1,'Tree Branch','GameID: 404092506',198.55867187500002,-185.366890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7899,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 407517327',163.9635,-76.050484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7900,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 407627143',165.955875,-171.116765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7901,1901,NULL,1,1903,1,'Silver Longsword','GameID: 409100399',180.083671875,-119.72132500000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7902,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 419184373',106.0221875,-131.954353125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7903,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 421260041',138.384521875,-140.3257453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7904,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 434112131',146.896734375,-134.142028125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7905,1901,NULL,1,1903,1,'Double Axe','GameID: 436408984',69.553125,-143.5625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7906,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 438454197',178.7421875,-105.058109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7907,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 44389227',59.140390624999995,-165.345875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7908,1901,NULL,1,1903,1,'Boko Bat','GameID: 453676059',131.58525937500002,-148.17684375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7909,1901,NULL,1,1903,1,'Boko Spear','GameID: 457986179',172.639953125,-129.40644453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7910,1901,NULL,1,1903,1,'Torch','GameID: 459777025',132.192965625,-80.103390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7911,1901,NULL,1,1903,1,'Boko Bat','GameID: 46068049',123.6670625,-147.589515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7912,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 463028272',108.02990625,-95.638734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7913,1901,NULL,1,1903,1,'Drillshaft','GameID: 472713211',158.41870312499998,-93.57434375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7914,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 480954384',144.240125,-157.602265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7915,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 485161632',68.95565625,-173.29309375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7916,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 485215461',50.79670312499999,-161.054390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7917,1901,NULL,1,1903,1,'Great Flameblade','GameID: 48940628',110.614265625,-134.6284484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7918,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 493588007',140.235725,-103.22521875000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7919,1901,NULL,1,1903,1,'Great Flameblade','GameID: 507370149',123.808715625,-109.9795,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7920,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 513250660',178.390625,-128.9453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7921,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 516105193',164.458921875,-158.46837499999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7922,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 518102224',153.52859375,-160.02715625000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7923,1901,NULL,1,1903,1,'Tree Branch','GameID: 519444861',113.3112484375,-154.95834374999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7924,1901,NULL,1,1903,1,'Dragonbone Moblin Club','GameID: 540703076',79.353390625,-148.82321875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7925,1901,NULL,1,1903,1,'Tree Branch','GameID: 543131565',168.72725,-123.8042140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7926,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 555325803',78.052390625,-111.31628125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7927,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 579469106',76.852328125,-100.781421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7928,1901,NULL,1,1903,1,'Korok Leaf','GameID: 582435023',61.711468749999995,-93.602984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7929,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 586077751',159.7270625,-158.273578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7930,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 59463247',100.003515625,-101.73935937499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7931,1901,NULL,1,1903,1,'Boko Club','GameID: 60256358',108.937171875,-153.744125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7932,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 608883353',54.333625,-162.17103125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7933,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 617433136',135.46996875000002,-96.17878125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7934,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 619736918',151.59814062499998,-139.7849734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7935,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 623919826',149.481703125,-178.435421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7936,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 625771197',112.95599375,-141.50445625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7937,1901,NULL,1,1903,1,'Torch','GameID: 62821711',68.046453125,-174.022,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7938,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 64468660',114.320190625,-132.08148125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7939,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 644971915',73.256671875,-165.136171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7940,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 652708931',120.5991828125,-151.601625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7941,1901,NULL,1,1903,1,'Lizal Tri-Boomerang','GameID: 65380107',86.929265625,-85.5851875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7942,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 655630567',115.6121828125,-98.25384375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7943,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 669451613',125.038646875,-114.60378593749999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7944,1901,NULL,1,1903,1,'Torch','GameID: 68430968',133.43930625000002,-77.88417187499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7945,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 684324395',137.110290625,-137.054321875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7946,1901,NULL,1,1903,1,'Torch','GameID: 692636644',135.39463593750003,-78.47040625000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7947,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 695143272',167.778609375,-107.6185,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7948,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 697126769',181.432140625,-120.51145625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7949,1901,NULL,1,1903,1,'Fishing Harpoon','GameID: 701709299',174.596265625,-181.9474375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7950,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 715236419',122.69708281249999,-154.4611875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7951,1901,NULL,1,1903,1,'Boko Club','GameID: 715941349',108.92946875,-153.72375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7952,1901,NULL,1,1903,1,'Farmer\'s Pitchfork','GameID: 715992487',97.380890625,-133.1125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7953,1901,NULL,1,1903,1,'Lizal Boomerang','GameID: 718975380',173.1930625,-126.276815625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7954,1901,NULL,1,1903,1,'Boko Club','GameID: 721741992',126.0163921875,-146.413390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7955,1901,NULL,1,1903,1,'Boko Club','GameID: 726212617',119.09250625,-153.015765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7956,1901,NULL,1,1903,1,'Boko Bat','GameID: 730195154',123.6738046875,-147.62620312500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7957,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 741694981',159.849359375,-158.340359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7958,1901,NULL,1,1903,1,'Soldier\'s Claymore','GameID: 757206084',125.18635625000002,-114.429028125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7959,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 768516789',110.2870625,-154.291640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7960,1901,NULL,1,1903,1,'Gerudo Scimitar','GameID: 772217572',113.564659375,-181.36925,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7961,1901,NULL,1,1903,1,'Knight\'s Claymore','GameID: 775426429',125.601628125,-120.0120234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7962,1901,NULL,1,1903,1,'Farming Hoe','GameID: 778349076',181.380125,-160.517703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7963,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 781139463',119.1621515625,-150.986171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7964,1901,NULL,1,1903,1,'Spiked Moblin Club','GameID: 784633565',109.27668750000001,-125.1480125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7965,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 785177218',100.7071875,-114.5516828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7966,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 802292516',140.063225,-102.41771875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7967,1901,NULL,1,1903,1,'Traveler\'s Spear','GameID: 802496562',193.3375,-93.1810625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7968,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 806947824',104.314515625,-150.982,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7969,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 808409901',52.8053125,-158.11203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7970,1901,NULL,1,1903,1,'Fire Rod','GameID: 809871254',133.629703125,-77.28435937500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7971,1901,NULL,1,1903,1,'Torch','GameID: 811211574',144.18293749999998,-110.171046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7972,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 814952937',65.076015625,-170.311984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7973,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 816756448',106.894265625,-132.01729843750002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7974,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 821676895',123.9472890625,-153.54373437499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7975,1901,NULL,1,1903,1,'Tree Branch','GameID: 831263988',199.59940625000002,-182.4668125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7976,1901,NULL,1,1903,1,'Tree Branch','GameID: 835024154',112.511971875,-153.892359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7977,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 846743701',118.095940625,-116.0067515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7978,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 849503904',79.3018125,-118.6503265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7979,1901,NULL,1,1903,1,'Golden Claymore','GameID: 853939404',93.328015625,-137.265459375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7980,1901,NULL,1,1903,1,'Korok Leaf','GameID: 85535898',135.4011859375,-94.792109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7981,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 858164246',154.396359375,-159.66535937499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7982,1901,NULL,1,1903,1,'Soldier\'s Broadsword','GameID: 860762412',142.138590625,-108.9358125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7983,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 862223036',139.0732125,-126.7213584375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7984,1901,NULL,1,1903,1,'Lizal Spear','GameID: 863043235',172.46548437500002,-126.02106875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7985,1901,NULL,1,1903,1,'Traveler\'s Claymore','GameID: 872421342',56.157140625,-167.0624375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7986,1901,NULL,1,1903,1,'Torch','GameID: 874088710',162.189578125,-124.307325,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7987,1901,NULL,1,1903,1,'Lizal Forked Boomerang','GameID: 881840419',195.71590625,-137.3994078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7988,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 895942674',106.75675,-140.00897656249998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7989,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 902293433',153.58371875,-82.03759375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7990,1901,NULL,1,1903,1,'Boko Club','GameID: 904013311',166.77224999999999,-163.38725,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7991,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 90961557',154.887875,-138.10180624999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7992,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 916701448',116.690490625,-142.1258546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7993,1901,NULL,1,1903,1,'Rusty Halberd','GameID: 919109892',88.11659374999999,-176.167953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7994,1901,NULL,1,1903,1,'Fire Rod','GameID: 91923013',135.2109375,-78.6455625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7995,1901,NULL,1,1903,1,'Tree Branch','GameID: 919943336',134.413440625,-94.60551562500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7996,1901,NULL,1,1903,1,'Knight\'s Broadsword','GameID: 920902179',201.01415624999998,-69.72159375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7997,1901,NULL,1,1903,1,'Iron Sledgehammer','GameID: 926437243',179.940578125,-163.713953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7998,1901,NULL,1,1903,1,'Royal Guard\'s Sword','GameID: 926749202',126.9074478125,-112.67934062500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (7999,1901,NULL,1,1903,1,'Torch','GameID: 932210875',81.931078125,-78.991265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8000,1901,NULL,1,1903,1,'Torch','GameID: 947616289',150.8755625,-158.10415625000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8001,1901,NULL,1,1903,1,'Woodcutter\'s Axe','GameID: 949044769',155.71646875,-158.1195625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8002,1901,NULL,1,1903,1,'Tree Branch','GameID: 94985308',168.530875,-123.96422187499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8003,1901,NULL,1,1903,1,'Rusty Claymore','GameID: 951159655',153.193078125,-132.49293749999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8004,1901,NULL,1,1903,1,'Boko Spear','GameID: 957629606',198.2854375,-183.31689062499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8005,1901,NULL,1,1903,1,'Edge of Duality','GameID: 959777623',68.80654687500001,-154.16275000000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8006,1901,NULL,1,1903,1,'Rusty Broadsword','GameID: 97837659',95.14146875,-136.4145296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8007,1901,NULL,1,1903,1,'Traveler\'s Sword','GameID: 987072729',80.681640625,-91.38171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8008,1901,NULL,1,1903,1,'Torch','GameID: 988022808',104.984203125,-147.61540625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8323,1901,NULL,1,1904,1,'Duplex Bow','GameID: -1208101314',70.80449999999999,-149.0920625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8324,1901,NULL,1,1904,1,'Golden Bow','GameID: -1247954958',68.8269375,-154.17171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8325,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: -1253872741',121.2828671875,-114.1502109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8326,1901,NULL,1,1904,1,'Forest Dweller\'s Bow','GameID: -1372661942',160.255140625,-130.48101406249998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8327,1901,NULL,1,1904,1,'Swallow Bow','GameID: -1463240530',68.7323125,-91.683484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8328,1901,NULL,1,1904,1,'Wooden Bow','GameID: -1528017988',165.931453125,-171.7865,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8329,1901,NULL,1,1904,1,'Lizal Bow','GameID: -1537886601',173.226125,-126.29474375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8330,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: -1548940377',125.1850328125,-114.41325625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8331,1901,NULL,1,1904,1,'Wooden Bow','GameID: -156796630',133.2788703125,-157.899109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8332,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: -1568736028',143.0922625,-105.21042187500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8333,1901,NULL,1,1904,1,'Golden Bow','GameID: -1746035112',69.3265625,-163.38546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8334,1901,NULL,1,1904,1,'Wooden Bow','GameID: -1874583050',156.641046875,-144.35378125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8335,1901,NULL,1,1904,1,'Falcon Bow','GameID: -1945586434',121.552253125,-114.6986921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8336,1901,NULL,1,1904,1,'Wooden Bow','GameID: -2012231899',124.043740625,-154.31175000000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8337,1901,NULL,1,1904,1,'Royal Guard\'s Bow','GameID: -20506639',124.9710515625,-114.605221875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8338,1901,NULL,1,1904,1,'Wooden Bow','GameID: -2084161313',121.407409375,-124.3244015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8339,1901,NULL,1,1904,1,'Bow of Light','GameID: -2116711615',124.0177359375,-134.5588078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8340,1901,NULL,1,1904,1,'Silver Bow','GameID: -2331761',180.21548437500002,-120.7862859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8341,1901,NULL,1,1904,1,'Boko Bow','GameID: -261319989',167.211234375,-156.54703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8342,1901,NULL,1,1904,1,'Golden Bow','GameID: -431095333',66.579390625,-173.79859375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8343,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: -45374075',124.9921875,-119.7890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8344,1901,NULL,1,1904,1,'Spiked Boko Bow','GameID: -482894204',151.95,-125.509378125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8345,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: -526362301',169.049203125,-159.700078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8346,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: -601460021',200.82678125,-107.597203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8347,1901,NULL,1,1904,1,'Wooden Bow','GameID: -638581719',137.286071875,-163.266046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8348,1901,NULL,1,1904,1,'Wooden Bow','GameID: -706614576',150.33496875,-130.32739218749998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8349,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: -737913422',100.513828125,-116.6127484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8350,1901,NULL,1,1904,1,'Duplex Bow','GameID: -749233471',73.149078125,-148.270421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8351,1901,NULL,1,1904,1,'Wooden Bow','GameID: -881376830',101.996578125,-148.41259374999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8352,1901,NULL,1,1904,1,'Wooden Bow','GameID: -894837653',133.43927031249999,-160.58276562499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8353,1901,NULL,1,1904,1,'Wooden Bow','GameID: -951487490',133.0087890625,-158.20276562499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8354,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1098631094',121.183959375,-147.806515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8355,1901,NULL,1,1904,1,'Lizal Bow','GameID: 1235050403',170.284046875,-124.681853125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8356,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1265908210',174.825078125,-161.046625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8357,1901,NULL,1,1904,1,'Forest Dweller\'s Bow','GameID: 1278332844',136.8753765625,-94.169609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8358,1901,NULL,1,1904,1,'Boko Bow','GameID: 1376842377',113.8447546875,-162.466,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8359,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1440538914',140.025634375,-127.7941284375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8360,1901,NULL,1,1904,1,'Boko Bow','GameID: 1474635068',117.7476015625,-162.192109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8361,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 1529216882',82.74967187499999,-119.366196875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8362,1901,NULL,1,1904,1,'Boko Bow','GameID: 1557656313',119.11755625,-153.043828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8363,1901,NULL,1,1904,1,'Royal Bow','GameID: 1587619363',120.8140625,-111.355203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8364,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: 1790118271',198.74375,-69.5234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8365,1901,NULL,1,1904,1,'Wooden Bow','GameID: 179645897',114.562621875,-144.66821875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8366,1901,NULL,1,1904,1,'Wooden Bow','GameID: 1806973813',173.52209375,-167.225703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8367,1901,NULL,1,1904,1,'Royal Bow','GameID: 1839855609',124.664071875,-111.564578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8368,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 1878496234',113.9171875,-154.1140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8369,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 1917941768',199.23193750000002,-70.63134375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8370,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 1974182254',166.67112500000002,-124.72699375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8371,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 1986588683',104.08175,-99.92059375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8372,1901,NULL,1,1904,1,'Wooden Bow','GameID: 2045557689',113.09814375,-141.58081093750002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8373,1901,NULL,1,1904,1,'Soldier\'s Bow','GameID: 2138882423',178.893140625,-105.45453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8374,1901,NULL,1,1904,1,'Royal Guard\'s Bow','GameID: 277043031',123.15234375,-112.439578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8375,1901,NULL,1,1904,1,'Knight\'s Bow','GameID: 304950860',115.8515625,-72.765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8376,1901,NULL,1,1904,1,'Royal Bow','GameID: 362320067',126.134375,-114.825515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8377,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 436518968',169.44503125,-122.6250921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8378,1901,NULL,1,1904,1,'Golden Bow','GameID: 504971724',99.75928125,-182.2203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8379,1901,NULL,1,1904,1,'Swallow Bow','GameID: 574340301',71.52134375,-100.00578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8380,1901,NULL,1,1904,1,'Strengthened Lizal Bow','GameID: 596868754',69.7328125,-166.5078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8381,1901,NULL,1,1904,1,'Wooden Bow','GameID: 834595535',194.083375,-84.68328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8382,1901,NULL,1,1904,1,'Wooden Bow','GameID: 894150865',154.79053125000002,-138.149109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8383,1901,NULL,1,1904,1,'Traveler\'s Bow','GameID: 900840757',152.41296875,-183.40031249999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8384,1901,NULL,1,1904,1,'Royal Bow','GameID: 910258361',124.0595703125,-116.420828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8385,1901,NULL,1,1904,1,'Strengthened Lizal Bow','GameID: 941765605',68.65625,-166.7921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8386,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1048271668',137.55023125,-163.3645625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8387,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1182051725',64.88740625,-86.173671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8388,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1227330639',64.887828125,-86.153765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8389,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1242560494',139.10300781249998,-126.70986296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8390,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1251761992',181.150828125,-161.575078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8391,1901,NULL,1,1905,1,'Boko Shield','GameID: -1286732828',108.94248437499999,-153.75660937499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8392,1901,NULL,1,1905,1,'Lizal Shield','GameID: -129979528',173.412484375,-126.2759375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8393,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1312613939',101.91265625,-88.2976875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8394,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1319423102',182.266359375,-91.02032812499999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8395,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1328659486',109.822875,-133.979796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8396,1901,NULL,1,1905,1,'Pot Lid','GameID: -1330670380',154.561046875,-168.245484375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8397,1901,NULL,1,1905,1,'Wooden Shield','GameID: -133337431',116.3452140625,-140.640075,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8398,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1345563680',81.954265625,-78.93890625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8399,1901,NULL,1,1905,1,'Forest Dweller\'s Shield','GameID: -1394067894',135.01787812499998,-94.251046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8400,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1400933244',171.486140625,-169.918578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8401,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1431546067',142.1517875,-108.93712500000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8402,1901,NULL,1,1905,1,'Royal Guard\'s Shield','GameID: -1452801346',125.18850312499998,-114.394584375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8403,1901,NULL,1,1905,1,'Reinforced Lizal Shield','GameID: -1457067086',195.7206875,-137.40616875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8404,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1493021426',126.8466796875,-129.41223140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8405,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -1518772681',70.026390625,-72.248578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8406,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -1544253651',122.5535390625,-111.37628125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8407,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1554178601',154.9625625,-126.45935375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8408,1901,NULL,1,1905,1,'Royal Guard\'s Shield','GameID: -1572386751',125.2648734375,-110.43879687500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8409,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1575767121',176.7390625,-105.584375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8410,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1614235187',120.7732703125,-114.6030453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8411,1901,NULL,1,1905,1,'Rusty Shield','GameID: -161646282',134.4693609375,-121.5640875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8412,1901,NULL,1,1905,1,'Rusty Shield','GameID: -164517922',122.1603,-114.4547625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8413,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1667071123',80.6914375,-91.39346875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8414,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1683572657',103.295390625,-162.36767187499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8415,1901,NULL,1,1905,1,'Gerudo Shield','GameID: -1687468249',78.188453125,-161.88378125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8416,1901,NULL,1,1905,1,'Rusty Shield','GameID: -169950776',122.74093125,-114.83660625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8417,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1709067536',152.02445312499998,-183.316421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8418,1901,NULL,1,1905,1,'Wooden Shield','GameID: -1716118313',150.38140625,-130.19311562500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8419,1901,NULL,1,1905,1,'Pot Lid','GameID: -1720288109',135.8892703125,-182.014296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8420,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1722573979',123.53729218750001,-155.005734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8421,1901,NULL,1,1905,1,'Pot Lid','GameID: -1741105378',113.11968125,-158.616203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8422,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1809136724',154.431484375,-159.60515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8423,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -1820722577',99.9765625,-115.8578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8424,1901,NULL,1,1905,1,'Silver Shield','GameID: -1832483305',179.01384375,-119.4291953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8425,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1837965605',106.07596875,-131.452434375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8426,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1873860028',120.36901875,-151.714171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8427,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1881125588',184.00334375,-115.7728015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8428,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: -1886851065',81.82314062500001,-78.850171875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8429,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1892088221',169.06553125,-159.71165625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8430,1901,NULL,1,1905,1,'Rusty Shield','GameID: -1901069606',129.120910625,-151.02234375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8431,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -1955756537',81.85970312500001,-78.81937500000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8432,1901,NULL,1,1905,1,'Rusty Shield','GameID: -196016014',127.8907470625,-129.7412109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8433,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -1964349373',109.32075,-125.1727734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8434,1901,NULL,1,1905,1,'Boko Shield','GameID: -1995959192',200.40740625,-186.4435,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8435,1901,NULL,1,1905,1,'Radiant Shield','GameID: -1996261810',68.85445312499999,-154.153359375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8436,1901,NULL,1,1905,1,'Rusty Shield','GameID: -2011193563',72.989828125,-111.377765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8437,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: -2057081250',81.97345312499999,-78.922078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8438,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: -2101743063',172.96396875,-181.068328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8439,1901,NULL,1,1905,1,'Rusty Shield','GameID: -24285105',166.419953125,-103.276984375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8440,1901,NULL,1,1905,1,'Rusty Shield','GameID: -245745100',168.25953125,-109.326875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8441,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -255836516',106.9295625,-139.9140140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8442,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: -269674268',178.021671875,-138.2102828125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8443,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -274683421',124.0390625,-121.671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8444,1901,NULL,1,1905,1,'Wooden Shield','GameID: -29731241',109.64196875,-145.69896875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8445,1901,NULL,1,1905,1,'Wooden Shield','GameID: -306346531',178.367578125,-128.91371953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8446,1901,NULL,1,1905,1,'Rusty Shield','GameID: -33786406',123.759946875,-154.80803125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8447,1901,NULL,1,1905,1,'Hunter\'s Shield','GameID: -401639900',81.92259375,-78.962546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8448,1901,NULL,1,1905,1,'Boko Shield','GameID: -415476034',117.788128125,-162.16023437500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8449,1901,NULL,1,1905,1,'Rusty Shield','GameID: -44164903',64.89518749999999,-86.17065625000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8450,1901,NULL,1,1905,1,'Boko Shield','GameID: -490110709',113.911909375,-162.445375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8451,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -490878519',79.31803124999999,-148.771546875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8452,1901,NULL,1,1905,1,'Hunter\'s Shield','GameID: -493285890',116.303125,-72.9421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8453,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: -501435793',152.66,-116.689275,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8454,1901,NULL,1,1905,1,'Rusty Shield','GameID: -533027799',138.8037109375,-140.31695625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8455,1901,NULL,1,1905,1,'Rusty Shield','GameID: -589389339',120.4223015625,-147.96090625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8456,1901,NULL,1,1905,1,'Dragonbone Boko Shield','GameID: -606348010',97.53157812500001,-104.07362499999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8457,1901,NULL,1,1905,1,'Boko Shield','GameID: -640042144',166.74071874999998,-163.41953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8458,1901,NULL,1,1905,1,'Rusty Shield','GameID: -668339409',127.18432609375,-129.6799921875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8459,1901,NULL,1,1905,1,'Rusty Shield','GameID: -691953736',83.861890625,-164.86645312500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8460,1901,NULL,1,1905,1,'Rusty Shield','GameID: -698414214',118.1610265625,-115.5993078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8461,1901,NULL,1,1905,1,'Wooden Shield','GameID: -727720679',114.019165625,-123.0014640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8462,1901,NULL,1,1905,1,'Rusty Shield','GameID: -738621493',106.598640625,-132.577803125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8463,1901,NULL,1,1905,1,'Pot Lid','GameID: -742294805',182.36621875,-161.05915625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8464,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: -777011766',167.11096874999998,-152.02056249999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8465,1901,NULL,1,1905,1,'Wooden Shield','GameID: -802133698',190.445703125,-102.45985937500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8466,1901,NULL,1,1905,1,'Lizal Shield','GameID: -841526951',170.23250000000002,-124.6811515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8467,1901,NULL,1,1905,1,'Rusty Shield','GameID: -897840952',129.5635078125,-99.447390625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8468,1901,NULL,1,1905,1,'Rusty Shield','GameID: -902900705',164.94825,-171.38421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8469,1901,NULL,1,1905,1,'Boko Shield','GameID: -952142281',126.0129203125,-146.369796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8470,1901,NULL,1,1905,1,'Pot Lid','GameID: -972614721',181.878,-161.445765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8471,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1026274418',165.75890625,-171.85473437500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8472,1901,NULL,1,1905,1,'Forest Dweller\'s Shield','GameID: 1102799451',136.8723640625,-94.184578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8473,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 1137636259',104.075328125,-99.909875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8474,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: 1143390168',174.013796875,-167.39215625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8475,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1190188805',180.0533125,-104.81053125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8476,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1205080412',125.56245781249999,-120.0704671875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8477,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1210992092',128.2546996875,-152.081421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8478,1901,NULL,1,1905,1,'Pot Lid','GameID: 1348374492',71.9290625,-99.7265625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8479,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: 1349809041',172.281796875,-182.01973437499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8480,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 1376854905',152.67195312500002,-116.679096875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8481,1901,NULL,1,1905,1,'Pot Lid','GameID: 1461701600',76.969921875,-100.103953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8482,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: 1495640543',166.5440625,-170.822515625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8483,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1501537886',117.3202515625,-114.58254375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8484,1901,NULL,1,1905,1,'Pot Lid','GameID: 1529298769',56.26540625,-169.37246875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8485,1901,NULL,1,1905,1,'Boko Shield','GameID: 1543227815',108.91326562500001,-153.691578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8486,1901,NULL,1,1905,1,'Spiked Boko Shield','GameID: 1544197829',60.525000000000006,-92.7046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8487,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 1551608170',81.970265625,-78.89078125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8488,1901,NULL,1,1905,1,'Boko Shield','GameID: 1607584134',119.08145625,-153.007015625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8489,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1623471875',140.42755156249999,-105.19428125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8490,1901,NULL,1,1905,1,'Lizal Shield','GameID: 16690007',127.21118453125,-174.65221875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8491,1901,NULL,1,1905,1,'Wooden Shield','GameID: 1706835627',152.687203125,-116.6652328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8492,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1720507825',122.52667499999998,-152.70626562500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8493,1901,NULL,1,1905,1,'Pot Lid','GameID: 1732496797',132.94232812500002,-145.27046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8494,1901,NULL,1,1905,1,'Boko Shield','GameID: 1749616083',135.520278125,-152.688609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8495,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 1782415526',140.0722203125,-102.88409375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8496,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1829795741',124.9916546875,-119.71185625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8497,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 1836072978',122.415946875,-113.5704953125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8498,1901,NULL,1,1905,1,'Dragonbone Boko Shield','GameID: 1859453947',142.21200625,-102.254875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8499,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1911781620',95.123890625,-136.4234140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8500,1901,NULL,1,1905,1,'Boko Shield','GameID: 1948687409',167.183890625,-156.503328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8501,1901,NULL,1,1905,1,'Wooden Shield','GameID: 1971397593',127.55432125,-130.134765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8502,1901,NULL,1,1905,1,'Rusty Shield','GameID: 1993630992',112.5773921875,-121.48095625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8503,1901,NULL,1,1905,1,'Royal Shield','GameID: 2015618507',123.56240312500002,-111.877109375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8504,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 2018824967',200.998875,-69.721140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8505,1901,NULL,1,1905,1,'Wooden Shield','GameID: 2036382394',174.013125,-160.79796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8506,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2057731097',159.17264062499999,-136.5455125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8507,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2072451464',151.8656875,-124.9547703125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8508,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2072508291',198.271890625,-183.1746875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8509,1901,NULL,1,1905,1,'Wooden Shield','GameID: 2104118373',128.22839359375,-151.82825,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8510,1901,NULL,1,1905,1,'Rusty Shield','GameID: 2116276360',120.805884375,-111.42512500000001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8511,1901,NULL,1,1905,1,'Pot Lid','GameID: 2123865193',115.4457765625,-163.39734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8512,1901,NULL,1,1905,1,'Rusty Shield','GameID: 221948406',112.6831046875,-140.7854609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8513,1901,NULL,1,1905,1,'Rusty Shield','GameID: 232075737',165.849921875,-171.082578125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8514,1901,NULL,1,1905,1,'Rusty Shield','GameID: 235461879',118.67968125,-118.50391718750001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8515,1901,NULL,1,1905,1,'Pot Lid','GameID: 246142587',179.94865625,-160.768140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8516,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 25360411',180.3205625,-107.525640625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8517,1901,NULL,1,1905,1,'Rusty Shield','GameID: 290115350',126.72259515625,-152.227421875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8518,1901,NULL,1,1905,1,'Rusty Shield','GameID: 291742865',117.386078125,-114.5873046875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8519,1901,NULL,1,1905,1,'Boko Shield','GameID: 314001763',160.191015625,-155.90326562500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8520,1901,NULL,1,1905,1,'Kite Shield','GameID: 328092650',81.90239062500001,-78.809453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8521,1901,NULL,1,1905,1,'Wooden Shield','GameID: 352416725',165.668515625,-172.003296875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8522,1901,NULL,1,1905,1,'Rusty Shield','GameID: 363835820',127.107788125,-130.0172734375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8523,1901,NULL,1,1905,1,'Royal Shield','GameID: 386082466',81.91173437500001,-78.86820312500001,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8524,1901,NULL,1,1905,1,'Wooden Shield','GameID: 387104477',173.9575,-159.82959375000002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8525,1901,NULL,1,1905,1,'Rusty Shield','GameID: 394249698',107.403984375,-132.0805203125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8526,1901,NULL,1,1905,1,'Pot Lid','GameID: 394653421',156.10353125,-143.79931249999998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8527,1901,NULL,1,1905,1,'Rusty Shield','GameID: 412858250',101.736578125,-149.03173437499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8528,1901,NULL,1,1905,1,'Rusty Shield','GameID: 41600110',164.554015625,-158.539765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8529,1901,NULL,1,1905,1,'Pot Lid','GameID: 450406350',154.204734375,-114.9671453125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8530,1901,NULL,1,1905,1,'Spiked Boko Shield','GameID: 452946685',150.258234375,-119.861103125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8531,1901,NULL,1,1905,1,'Knight\'s Shield','GameID: 466887375',140.87554843750002,-104.14699999999999,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8532,1901,NULL,1,1905,1,'Pot Lid','GameID: 494896769',197.92928125,-186.439609375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8533,1901,NULL,1,1905,1,'Wooden Shield','GameID: 508451459',137.2260125,-163.10796875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8534,1901,NULL,1,1905,1,'Boko Shield','GameID: 525219141',131.63150000000002,-148.15645312499998,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8535,1901,NULL,1,1905,1,'Lizal Shield','GameID: 538949773',173.179703125,-126.272321875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8536,1901,NULL,1,1905,1,'Wooden Shield','GameID: 594516372',116.1767578125,-140.4812625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8537,1901,NULL,1,1905,1,'Rusty Shield','GameID: 602175703',166.67865625000002,-171.5938125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8538,1901,NULL,1,1905,1,'Soldier\'s Shield','GameID: 623171509',199.219,-70.66821875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8539,1901,NULL,1,1905,1,'Rusty Shield','GameID: 636907837',174.037140625,-182.798140625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8540,1901,NULL,1,1905,1,'Rusty Shield','GameID: 655891830',123.4191484375,-154.54940625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8541,1901,NULL,1,1905,1,'Fisherman\'s Shield','GameID: 679192469',81.880109375,-78.8023125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8542,1901,NULL,1,1905,1,'Rusty Shield','GameID: 70459680',64.896484375,-86.16803125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8543,1901,NULL,1,1905,1,'Wooden Shield','GameID: 731070699',173.80475,-166.9426875,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8544,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: 76487311',106.759265625,-139.9115328125,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8545,1901,NULL,1,1905,1,'Emblazoned Shield','GameID: 765483804',173.7710625,-160.04389062500002,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8546,1901,NULL,1,1905,1,'Traveler\'s Shield','GameID: 778127876',139.0873140625,-126.87811765625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8547,1901,NULL,1,1905,1,'Rusty Shield','GameID: 846010223',124.9899046875,-114.610684375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8548,1901,NULL,1,1905,1,'Rusty Shield','GameID: 861119578',114.804015625,-144.9949375,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8549,1901,NULL,1,1905,1,'Pot Lid','GameID: 871017963',155.90646875,-152.331625,0,0,1,'2017-05-12 13:12:57'); +INSERT INTO `marker` VALUES (8550,1900,NULL,2,1925,1106,'To Quomo Shrine','Goes with Leviathan quest, Hebra skeleton',65.203125,-70.0546875,0,0,0,'2017-05-12 22:51:27'); +INSERT INTO `marker` VALUES (8551,1900,NULL,2,1925,1106,'Hia Miu Shrine','',58.49609375,-68.578125,0,0,0,'2017-05-12 22:52:23'); +INSERT INTO `marker` VALUES (8552,1900,NULL,2,1925,1106,'Maka Rah Shrine','',64.6171875,-88.8125,0,0,0,'2017-05-12 22:55:04'); +INSERT INTO `marker` VALUES (8553,1900,NULL,2,1939,2802,'Ice Wizzrobe','',140.0703125,-116.390625,0,0,0,'2017-05-12 23:33:25'); +INSERT INTO `marker` VALUES (8554,1900,NULL,2,1926,3809,'Divine Beast Vah Medoh','',71.5625,-98.78125,0,1,0,'2017-05-13 09:15:26'); +INSERT INTO `marker` VALUES (8555,1900,NULL,2,1926,3809,'Divine Beast Vah Rudania','',167.75,-88.125,0,0,0,'2017-05-13 09:16:39'); +INSERT INTO `marker` VALUES (8556,1900,NULL,2,1926,3809,'Divine Beast Vah Naboris','',84.3125,-182.5625,0,0,0,'2017-05-13 09:17:56'); +INSERT INTO `marker` VALUES (8557,1900,NULL,2,1901,3842,'Gorogolf','Sous le pont',79.3046875,-118.5390625,0,0,0,'2017-05-13 13:49:40'); +INSERT INTO `marker` VALUES (8558,1900,NULL,2,1935,3513,'Le cheval géant ','Trouver le cheval géant ',124.46745300292969,-182.87335920333862,0,0,0,'2017-05-13 18:01:41'); +INSERT INTO `marker` VALUES (8559,1900,NULL,2,1926,3651,'Vah'Ruta','',174.59375,-131.859375,0,0,0,'2017-05-13 18:16:07'); +INSERT INTO `marker` VALUES (8560,1900,NULL,2,1935,3513,'Entraînement tir à l'arc à cheval','Zone d'entrainement',124.29112434387207,-182.98931312561035,0,0,0,'2017-05-14 10:04:26'); +INSERT INTO `marker` VALUES (8561,1900,NULL,2,1939,3992,'Ice Wizzrobe','',103.81640625,-186.3359375,0,0,0,'2017-05-14 12:44:34'); +INSERT INTO `marker` VALUES (8562,1900,NULL,2,1901,3533,'Hestu','',144.5390625,-110.21484375,0,0,0,'2017-05-15 07:19:50'); +INSERT INTO `marker` VALUES (8563,1900,NULL,2,1930,2671,'Invocatis Glacial','',103.78749942779541,-186.4375,0,1,0,'2017-05-16 10:19:12'); +INSERT INTO `marker` VALUES (8564,1900,NULL,2,1935,3461,'Clean the beach','Cleaning Araiso beach of monsters for fishermen.',173.296875,-181.578125,0,0,0,'2017-05-16 23:01:04'); +INSERT INTO `marker` VALUES (8565,1900,NULL,2,1901,2417,'a','',86.5625,-132.1875,0,0,0,'2017-05-17 03:43:03'); +INSERT INTO `marker` VALUES (8566,1900,NULL,2,1943,4421,'4 Phospholites','',147.1875,-177.96875,0,0,0,'2017-05-17 15:48:23'); +INSERT INTO `marker` VALUES (8567,1900,NULL,2,1944,4421,'4 Phospholites','',147.1640625,-178.0078125,0,1,0,'2017-05-17 15:50:23'); +INSERT INTO `marker` VALUES (8568,1900,NULL,2,1935,2671,'The Giant Horse','',124.859375,-182.64531230926514,0,0,0,'2017-05-17 23:02:24'); +INSERT INTO `marker` VALUES (8569,1900,NULL,2,1910,3633,'Courser Bee Honey','',111.44921875,-153.4609375,0,0,0,'2017-05-17 23:30:46'); +INSERT INTO `marker` VALUES (8570,1900,NULL,2,1930,3633,'Bokoblin','',114.32421875,-156.21484375,0,0,0,'2017-05-17 23:33:08'); +INSERT INTO `marker` VALUES (8571,1900,NULL,2,1930,3633,'Church up','',114.90625,-156.26953125,0,0,0,'2017-05-17 23:34:46'); +INSERT INTO `marker` VALUES (8572,1900,NULL,2,1930,3633,'Chuchu','',114.90625,-156.2890625,0,0,0,'2017-05-17 23:35:45'); +INSERT INTO `marker` VALUES (8573,1900,NULL,2,1930,3633,'Chuchu x2','',116.45703125,-155.375,0,0,0,'2017-05-17 23:37:09'); +INSERT INTO `marker` VALUES (8574,1900,NULL,2,1930,3633,'Bokoblin','',115.671875,-156.66796875,0,0,0,'2017-05-17 23:38:16'); +INSERT INTO `marker` VALUES (8575,1900,NULL,2,1930,3633,'Bokoblin','',116.39453125,-157.2734375,0,0,0,'2017-05-17 23:39:27'); +INSERT INTO `marker` VALUES (8576,1900,NULL,2,1910,3633,'Spicy Pepper x9','',105.3515625,-155.87890625,0,0,0,'2017-05-18 00:01:12'); +INSERT INTO `marker` VALUES (8577,1900,NULL,2,1931,3633,'Bokoblin x3','',110.0625,-155.609375,0,0,0,'2017-05-18 00:21:32'); +INSERT INTO `marker` VALUES (8578,1900,NULL,2,1931,3633,'Bokoblin x4','',107.8984375,-154.22265625,0,0,0,'2017-05-18 00:22:35'); +INSERT INTO `marker` VALUES (8579,1900,NULL,2,1910,3633,'Spicy Pepper x3','',112.6328125,-159.3515625,0,0,0,'2017-05-18 00:25:06'); +INSERT INTO `marker` VALUES (8580,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.73046875,-159.6640625,0,0,0,'2017-05-18 00:26:02'); +INSERT INTO `marker` VALUES (8581,1900,NULL,2,1931,3633,'Bokoblin x3','',113.11328125,-158.51953125,0,0,0,'2017-05-18 00:27:29'); +INSERT INTO `marker` VALUES (8582,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.94921875,-158.609375,0,0,0,'2017-05-18 00:28:28'); +INSERT INTO `marker` VALUES (8583,1900,NULL,2,1930,3633,'Bokoblin','',115.28515625,-158.51953125,0,0,0,'2017-05-18 00:30:15'); +INSERT INTO `marker` VALUES (8584,1900,NULL,2,1936,3633,'Cracked Wall','',114.375,-158.18359375,0,0,0,'2017-05-18 00:31:27'); +INSERT INTO `marker` VALUES (8585,1900,NULL,2,1936,3633,'Cracked Wall','',111.40625,-155.87890625,0,0,0,'2017-05-18 00:34:27'); +INSERT INTO `marker` VALUES (8586,1900,NULL,2,1930,3633,'Bokoblin','',115.3984375,-154.99609375,0,0,0,'2017-05-18 00:43:47'); +INSERT INTO `marker` VALUES (8587,1900,NULL,2,1930,3633,'Bokoblin','',115.40234375,-154.671875,0,0,0,'2017-05-18 00:44:17'); +INSERT INTO `marker` VALUES (8588,1900,NULL,2,1930,3633,'Bokoblin x2','',116.34765625,-154.87890625,0,0,0,'2017-05-18 00:45:50'); +INSERT INTO `marker` VALUES (8589,1900,NULL,2,1931,3633,'Bokoblin x2','',117.42578125,-156.296875,0,0,0,'2017-05-18 00:47:31'); +INSERT INTO `marker` VALUES (8590,1900,NULL,2,1930,3633,'Bokoblin Archers x2','',118.41015625,-155.3125,0,0,0,'2017-05-18 01:00:33'); +INSERT INTO `marker` VALUES (8591,1900,NULL,2,1910,3633,'Courser Bee Honey','',117.67578125,-162.359375,0,0,0,'2017-05-18 01:05:25'); +INSERT INTO `marker` VALUES (8592,1900,NULL,2,1931,3633,'Bokoblin x2','',117.8203125,-162.25390625,0,0,0,'2017-05-18 01:06:15'); +INSERT INTO `marker` VALUES (8593,1900,NULL,2,1910,3633,'Rushroom x2','',115.9296875,-162.42578125,0,0,0,'2017-05-18 01:09:47'); +INSERT INTO `marker` VALUES (8594,1900,NULL,2,1910,3633,'Rushroom x3','',114.4921875,-161.87890625,0,0,0,'2017-05-18 01:13:39'); +INSERT INTO `marker` VALUES (8595,1900,NULL,2,1910,3633,'Courser Bee Honey and Stamella Shroom x3','',113.4140625,-162.55078125,0,0,0,'2017-05-18 01:18:06'); +INSERT INTO `marker` VALUES (8596,1900,NULL,2,1910,3633,'Rushroom x4','',113.32421875,-164.16015625,0,0,0,'2017-05-18 02:27:56'); +INSERT INTO `marker` VALUES (8597,1900,NULL,2,1910,3633,'Rushroom x4','',113.70703125,-164.265625,0,0,0,'2017-05-18 02:29:11'); +INSERT INTO `marker` VALUES (8598,1900,NULL,2,1936,3633,'Cracked Wall','',112.84375,-164.640625,0,0,0,'2017-05-18 02:29:59'); +INSERT INTO `marker` VALUES (8599,1900,NULL,2,1944,3633,'Expansion ','',120.69140625,-159.42578125,0,0,0,'2017-05-18 02:36:03'); +INSERT INTO `marker` VALUES (8600,1900,NULL,2,1944,3633,'Season Pass Chest ','',120.68359375,-159.4375,0,0,0,'2017-05-18 02:40:29'); +INSERT INTO `marker` VALUES (8601,1900,NULL,2,1943,3633,'Season Pass Chest','',117.4609375,-151.74609375,0,0,0,'2017-05-18 02:41:40'); +INSERT INTO `marker` VALUES (8602,1900,NULL,2,1943,3633,'Chest','',111.5078125,-161.47265625,0,0,0,'2017-05-18 02:58:30'); +INSERT INTO `marker` VALUES (8603,1900,NULL,2,1901,3633,'Bonfire','',111.64453125,-159.5078125,0,0,0,'2017-05-18 03:03:15'); +INSERT INTO `marker` VALUES (8604,1900,NULL,2,1901,3633,'Campfire','',111.65625,-159.5234375,0,0,0,'2017-05-18 03:04:05'); +INSERT INTO `marker` VALUES (8605,1900,NULL,2,1901,3633,'Campfire','',110.2421875,-158.70703125,0,0,0,'2017-05-18 03:05:23'); +INSERT INTO `marker` VALUES (8606,1900,NULL,2,1901,3633,'Campfire','',109.75,-158.453125,0,0,0,'2017-05-18 03:06:25'); +INSERT INTO `marker` VALUES (8607,1900,NULL,2,1903,3633,'Tree Branch','',109.48046875,-158.265625,0,0,0,'2017-05-18 03:07:06'); +INSERT INTO `marker` VALUES (8608,1900,NULL,2,1930,3633,'White Chuchu','',109.4296875,-157.7421875,0,0,0,'2017-05-18 03:08:24'); +INSERT INTO `marker` VALUES (8609,1900,NULL,2,1901,3633,'Campfire','',109.4296875,-157.2578125,0,0,0,'2017-05-18 03:09:06'); +INSERT INTO `marker` VALUES (8610,1900,NULL,2,1930,3633,'White Chuchu x2','',109.25,-157.046875,0,0,0,'2017-05-18 03:10:04'); +INSERT INTO `marker` VALUES (8611,1900,NULL,2,1930,3633,'White Chuchu x2','',108.08984375,-156.7890625,0,0,0,'2017-05-18 03:11:34'); +INSERT INTO `marker` VALUES (8612,1900,NULL,2,1943,3633,'Season Pass Chest','',105.29296875,-159.71484375,0,0,0,'2017-05-18 03:31:06'); +INSERT INTO `marker` VALUES (8613,1900,NULL,2,1930,3633,'Ice Keene','',107.60546875,-160.546875,0,0,0,'2017-05-18 03:42:37'); +INSERT INTO `marker` VALUES (8614,1900,NULL,2,1930,3633,'Ice Keese','',107.578125,-160.546875,0,0,0,'2017-05-18 03:43:09'); +INSERT INTO `marker` VALUES (8615,1900,NULL,2,1930,3633,'Ice Keese x2','',107.55859375,-160.5859375,0,0,0,'2017-05-18 03:45:18'); +INSERT INTO `marker` VALUES (8616,1900,NULL,2,1930,3633,'Bokoblin','',111.23046875,-162.83984375,0,0,0,'2017-05-18 03:49:03'); +INSERT INTO `marker` VALUES (8617,1900,NULL,2,1931,3633,'Bokoblin x3','',111.7578125,-163.33984375,0,0,0,'2017-05-18 03:56:08'); +INSERT INTO `marker` VALUES (8618,1900,NULL,2,1931,3633,'Bokoblin x3','',112.18359375,-161.828125,0,0,0,'2017-05-18 04:10:23'); +INSERT INTO `marker` VALUES (8619,1900,NULL,2,1936,3633,'Cracked Wall','',113.765625,-163.4296875,0,0,0,'2017-05-18 04:30:07'); +INSERT INTO `marker` VALUES (8620,1900,NULL,2,1910,3633,'Hearty Lizard','',124.79296875,-161.0546875,0,0,0,'2017-05-18 05:09:35'); +INSERT INTO `marker` VALUES (8621,1900,NULL,2,1936,4383,'Cracked Wall','',159.09765625,-136.46875,0,0,0,'2017-05-18 08:45:23'); +INSERT INTO `marker` VALUES (8622,1900,NULL,2,1943,2778,'rupee','100',200.47265625,-72.03515625,0,0,0,'2017-05-18 08:53:56'); +INSERT INTO `marker` VALUES (8623,1900,NULL,2,1926,4491,'Divine Beast Vah Rudania','',165.125,-88.625,0,0,0,'2017-05-18 11:27:31'); +INSERT INTO `marker` VALUES (8624,1900,NULL,2,1926,4491,'Divine Beast Vah Medoh','',71.53125,-98.953125,0,0,0,'2017-05-18 11:28:22'); +INSERT INTO `marker` VALUES (8625,1900,NULL,2,1935,171,'The Mystery Polluter','',68.08203125,-172.58203125,0,0,0,'2017-05-18 16:31:40'); +INSERT INTO `marker` VALUES (8626,1900,NULL,2,1935,171,'The Secret Club's Secret','',68.875,-173.8984375,0,0,0,'2017-05-18 16:33:08'); +INSERT INTO `marker` VALUES (8627,1900,NULL,2,1901,3082,'The Royal Guard's Gear','Important note: The quest currently listed on the map at the Riverside Stable is inaccurate. The quest title and info are wrong as well as the name of the character (even though it comes a bit close). This current listing is fully accurate with the information as well as the exact location and name of the NPC. \r\n\r\nParcy wants to see some royal guard weapons from Hyrule castle.',133.35546875,-144.95703125,0,0,0,'2017-05-19 00:54:07'); +INSERT INTO `marker` VALUES (8628,1900,NULL,2,1935,3082,'A Royal Recipe','Important note: The quest currently listed on the map at the Riverside Stable is inaccurate. The quest title and info are wrong as well as the name of the character (even though it comes a bit close). This current listing and maker is fully accurate with the information as well as the exact location and name of the NPC.\r\n\r\nGotter wants you to find recipes from cook books inside Hyrule Castle.',133.06640625,-145.19140625,0,0,0,'2017-05-19 01:00:38'); +INSERT INTO `marker` VALUES (8629,1900,NULL,2,1901,4618,'Nuevo','',123.78125,-115.53125,0,0,0,'2017-05-20 17:37:30'); +INSERT INTO `marker` VALUES (8630,1900,NULL,2,1936,4383,'Cracked Wall','',139.20703125,-156.23828125,0,0,0,'2017-05-21 06:53:05'); +INSERT INTO `marker` VALUES (8631,1900,NULL,2,1935,3082,'An Ice Guy','Give a cooling elixir to Guy, a rito, who has trouble beating the heat.',77.37109375,-168.23046875,0,0,0,'2017-05-21 10:25:11'); +INSERT INTO `marker` VALUES (8632,1900,NULL,2,1901,3691,'Hearty Bass','',85.8359375,-114.1640625,0,0,0,'2017-05-21 17:02:04'); +INSERT INTO `marker` VALUES (8633,1900,NULL,2,1930,4581,'Tower','',114.41397649049759,-143.17773842811584,0,0,0,'2017-05-21 17:17:58'); +INSERT INTO `marker` VALUES (8634,1900,NULL,2,1925,4845,'Shrine of Resurrection','Where you wake up at the start of the game',110.80859375,-157.41796875,0,1,0,'2017-05-21 22:38:03'); +INSERT INTO `marker` VALUES (8635,1900,NULL,2,1920,4845,'Inn','Sleep for the night.',156.64453125,-143.9375,0,0,0,'2017-05-21 22:47:39'); +INSERT INTO `marker` VALUES (8636,1900,NULL,2,1920,4845,'General Store','',156.5390625,-144.26171875,0,0,0,'2017-05-21 22:47:59'); +INSERT INTO `marker` VALUES (8637,1900,NULL,2,1920,4845,'General Store','',156.03515625,-144.08984375,0,0,0,'2017-05-21 22:48:15'); +INSERT INTO `marker` VALUES (8638,1900,NULL,2,1916,2880,'test','testing',61.671875,-79.609375,0,0,0,'2017-05-22 05:38:58'); +INSERT INTO `marker` VALUES (8639,1900,NULL,2,1925,4896,'guardian fueerte','',59.375,-68.875,0,0,0,'2017-05-23 06:47:33'); +INSERT INTO `marker` VALUES (8640,1900,NULL,2,1931,4682,'tre nemici','',153.9375,-123.53125,0,0,0,'2017-05-24 12:26:10'); +INSERT INTO `marker` VALUES (8641,1900,NULL,2,1916,5014,'not found','',117.625,-121.2265625,0,0,0,'2017-05-24 13:18:13'); +INSERT INTO `marker` VALUES (8642,1900,NULL,2,1935,171,'Riddles of Hyrule','',134.51171875,-94.1640625,0,0,0,'2017-05-24 14:56:33'); +INSERT INTO `marker` VALUES (8643,1900,NULL,2,1901,3837,'temp','',65.6640625,-88.3359375,0,0,0,'2017-05-24 15:27:17'); +INSERT INTO `marker` VALUES (8644,1900,NULL,2,1901,3837,'temp','',65.6640625,-88.359375,0,0,0,'2017-05-24 15:27:42'); +INSERT INTO `marker` VALUES (8645,1900,NULL,2,1901,3837,'temp','',65.6640625,-88.3359375,0,0,0,'2017-05-24 15:29:04'); +INSERT INTO `marker` VALUES (8646,1900,NULL,2,1939,4489,'thu','',68.546875,-160.984375,0,0,0,'2017-05-24 18:35:26'); +INSERT INTO `marker` VALUES (8647,1900,NULL,2,1910,3633,'Spicy Pepper x3','',115.72265625,-163.23046875,0,0,0,'2017-05-24 21:19:49'); +INSERT INTO `marker` VALUES (8648,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.7265625,-159.66015625,0,0,0,'2017-05-24 21:20:51'); +INSERT INTO `marker` VALUES (8649,1900,NULL,2,1910,3633,'Spicy Pepper x3','',112.6015625,-159.359375,0,0,0,'2017-05-24 21:21:17'); +INSERT INTO `marker` VALUES (8650,1900,NULL,2,1910,3633,'Spicy Pepper x9','',105.33203125,-155.8984375,0,0,0,'2017-05-24 21:26:21'); +INSERT INTO `marker` VALUES (8651,1900,NULL,2,1910,3633,'Spicy Pepper x6','',112.87890625,-158.6484375,0,0,0,'2017-05-24 21:27:05'); +INSERT INTO `marker` VALUES (8652,1900,NULL,2,1936,3633,'Cracked Wall','',158.73046875,-168.7421875,0,0,0,'2017-05-24 22:31:58'); +INSERT INTO `marker` VALUES (8653,1900,NULL,2,1935,3633,'Playtime with Cottla','',157.54296875,-143.02734375,0,0,0,'2017-05-24 23:22:33'); +INSERT INTO `marker` VALUES (8654,1900,NULL,2,1901,3857,'Seared Steak in the wooden creat','',111.7890625,-159.21484375,0,0,0,'2017-05-24 23:46:38'); +INSERT INTO `marker` VALUES (8655,1900,NULL,2,1935,3441,'The Mystery Polluter','Dalia wants to start a garden, but a mystery polluter is tainting her water supply.',68.13671875,-172.5703125,0,0,0,'2017-05-25 03:26:53'); +INSERT INTO `marker` VALUES (8656,1900,NULL,2,1936,4785,'Cracked Walls','Cracked walls hide Korok Seed',139.05859375,-156.30859375,0,0,0,'2017-05-25 19:59:28'); +INSERT INTO `marker` VALUES (8657,1900,NULL,2,1901,5132,'1','',60.625,-69.8125,0,0,0,'2017-05-25 22:54:53'); +INSERT INTO `marker` VALUES (8658,1900,NULL,2,1921,5135,'General Store','',157.5078125,-144.1640625,0,0,0,'2017-05-26 00:02:29'); +INSERT INTO `marker` VALUES (8659,1900,NULL,2,1901,4136,'Sanctuaire de la Rennaissance','Entrée du sanctuaire, accès Korok Seed',111.38671875,-156.5859375,0,0,0,'2017-05-26 00:22:53'); +INSERT INTO `marker` VALUES (8660,1900,NULL,2,1916,5178,'Seed ','',149.75239849090576,-157.19882822036743,0,0,0,'2017-05-26 17:16:57'); +INSERT INTO `marker` VALUES (8661,1900,NULL,2,1935,3513,'Giant horse','',124.89468669891357,-183.44793701171875,0,0,0,'2017-05-27 11:30:59'); +INSERT INTO `marker` VALUES (8662,1900,NULL,2,1901,5114,'History of the Zora, Addendum 2','',185.98046875,-119.84765625,0,0,0,'2017-05-27 20:35:15'); +INSERT INTO `marker` VALUES (8663,1900,NULL,2,1935,5114,'Little Sister's Big Request','',177.0234375,-101.3828125,0,0,0,'2017-05-28 00:48:37'); +INSERT INTO `marker` VALUES (8664,1900,NULL,2,1935,5114,'A Landscape of a Stable','',168.78515625,-110.1953125,0,0,0,'2017-05-28 01:06:20'); +INSERT INTO `marker` VALUES (8665,1900,NULL,2,1926,5138,'Divine Beast Rudania','',167.828125,-87.625,0,1,0,'2017-05-28 01:22:52'); +INSERT INTO `marker` VALUES (8666,1900,NULL,2,1926,5138,'Divine Beast Van Medoh','',71.5,-99.8125,0,1,0,'2017-05-28 01:24:59'); +INSERT INTO `marker` VALUES (8667,1900,NULL,2,1901,5114,'H---ory of the Zor-, Part S-ven','',180.2734375,-119.0859375,0,0,0,'2017-05-28 01:30:16'); +INSERT INTO `marker` VALUES (8668,1900,NULL,2,1901,5135,'HEh','',39.625,-95.25,0,0,0,'2017-05-28 05:46:02'); +INSERT INTO `marker` VALUES (8669,1900,NULL,2,1934,5135,'Urbosa's Head (#6)','',67.57421875,-174.0703125,0,0,0,'2017-05-28 05:59:55'); +INSERT INTO `marker` VALUES (8670,1900,NULL,2,1935,1070,'Zora Stone Monuments','Side quest to find the stone monuments scattered around the Zora's Domain area.',180.25,-119.2109375,0,0,0,'2017-05-28 10:42:01'); +INSERT INTO `marker` VALUES (8671,1900,NULL,2,1901,5388,'Eldin Leviathan','Nothing really important to say. Just wanted to point it out because it wasn't on the map, but the other two Leviathans were.',151.84375,-69.90625,0,1,0,'2017-05-28 20:03:02'); +INSERT INTO `marker` VALUES (8672,1900,NULL,2,1926,5388,'Divine Beast Vah Rudania','Since the only Divine Beast that's on the map is Vah Ruta, I think it's time to add the other three, right?',164.109375,-90.265625,0,1,0,'2017-05-28 20:06:01'); +INSERT INTO `marker` VALUES (8673,1900,NULL,2,1926,5388,'Divine Beast Vah Medoh','Another Divine Beast that isn't on the map for some reason',71.546875,-98.8203125,0,1,0,'2017-05-28 20:06:43'); +INSERT INTO `marker` VALUES (8674,1900,NULL,2,1926,5388,'Divine Beast Vah Naboris','Last Divine Beast not on the map',69.125,-181.875,0,1,0,'2017-05-28 20:07:45'); +INSERT INTO `marker` VALUES (8675,1900,NULL,2,1935,5388,'The Hero's Cache','The chest you need to open in order to clear this mission is already on the map.',186.53125,-169.078125,0,1,0,'2017-05-28 20:43:07'); +INSERT INTO `marker` VALUES (8676,1900,NULL,2,1916,5328,'Korok Seed','You Must Find a Yellow Flower in the south near of this point, then follow the Flowers that will appear before comeback to this point again',124.4609375,-180.3203125,0,0,0,'2017-05-29 04:55:47'); +INSERT INTO `marker` VALUES (8677,1900,NULL,2,1916,5021,'Krog','',83.609375,-73.4765625,0,0,0,'2017-05-29 19:56:39'); +INSERT INTO `marker` VALUES (8678,1900,NULL,2,1920,5468,'1st Tower','Great Plateau Tower',117.375,-153.5,0,1,0,'2017-05-29 21:30:39'); +INSERT INTO `marker` VALUES (8679,1900,NULL,2,1935,5114,'Missing in Action','',84.2578125,-162.9609375,0,0,0,'2017-05-29 22:00:35'); +INSERT INTO `marker` VALUES (8680,1900,NULL,2,1935,5114,'An Ice Guy','',77.3984375,-168.25390625,0,0,0,'2017-05-30 00:49:09'); +INSERT INTO `marker` VALUES (8681,1900,NULL,2,1910,3633,'Fairy x4','',158.7890625,-141.3125,0,0,0,'2017-05-30 08:15:55'); +INSERT INTO `marker` VALUES (8682,1900,NULL,2,1910,3633,'Silent Princess x3','',159.19921875,-141.12109375,0,0,0,'2017-05-30 08:17:54'); +INSERT INTO `marker` VALUES (8683,1900,NULL,2,1910,3633,'Cool Safflina x3','',149.4609375,-154.28125,0,0,0,'2017-05-30 08:26:02'); +INSERT INTO `marker` VALUES (8684,1901,NULL,2,1901,5340,'Position ','',99.25,-154.625,0,0,0,'2017-05-30 08:40:49'); +INSERT INTO `marker` VALUES (8685,1900,NULL,2,1926,5524,'Divine Beast Vah Rudania','',168.1875,-87.25,0,0,0,'2017-05-30 18:01:14'); +INSERT INTO `marker` VALUES (8686,1900,NULL,2,1926,5524,'Divine Beast Vah Medoh','',71.5,-99.75,0,0,0,'2017-05-30 18:01:34'); +INSERT INTO `marker` VALUES (8687,1900,NULL,2,1901,5524,'Divine Beast Vah Medoh','',74.375,-176.84375,0,0,0,'2017-05-30 18:05:17'); +INSERT INTO `marker` VALUES (8688,1900,NULL,2,1923,5531,'3 Pictures of Guardians (Flying, Walking, Small)','',129.7265625,-187.6875,0,1,0,'2017-05-30 19:34:26'); +INSERT INTO `marker` VALUES (8689,1900,NULL,2,1944,5540,'Chess Season pass','',105.3125,-159.671875,0,0,0,'2017-05-31 22:20:11'); +INSERT INTO `marker` VALUES (8690,1900,NULL,2,1916,5561,'Korok seed','',129.4277148246765,-152.77287888526917,0,0,0,'2017-06-01 03:53:12'); +INSERT INTO `marker` VALUES (8691,1900,NULL,2,1904,5607,'shock arrow','',123.5625,-164.453125,0,0,0,'2017-06-01 22:54:40'); +INSERT INTO `marker` VALUES (8692,1900,NULL,2,1903,5715,'Bonnes armes ','',197.4453125,-133.5859375,0,0,0,'2017-06-02 11:19:27'); +INSERT INTO `marker` VALUES (8693,1900,NULL,2,1901,5755,'Farosh','',156.0625,-174,0,0,0,'2017-06-02 22:46:24'); +INSERT INTO `marker` VALUES (8694,1900,NULL,2,1931,5869,'Bokoblin Camp','',132.4296875,-153.9921875,0,0,0,'2017-06-04 04:14:45'); +INSERT INTO `marker` VALUES (8695,1900,NULL,2,1930,5869,'Ice Chuchu','',108.31640625,-156.796875,0,0,0,'2017-06-04 04:17:09'); +INSERT INTO `marker` VALUES (8696,1900,NULL,2,1939,4785,'Frost Wizzrobe','',82.609375,-81.5625,0,0,0,'2017-06-04 13:53:54'); +INSERT INTO `marker` VALUES (8697,1900,NULL,2,1901,5694,'Dragon Farodra','???? ?????????????????',156.15948432683945,-176.77600026130676,0,0,0,'2017-06-04 14:46:48'); +INSERT INTO `marker` VALUES (8698,1900,NULL,2,1916,5328,'Korok Seed Event','Find and Follow the Yellow Flowers',132.921875,-161.7890625,0,0,0,'2017-06-05 02:21:07'); +INSERT INTO `marker` VALUES (8699,1900,NULL,2,1901,5935,'??','',155.9561561346054,-172.95471096038818,0,0,0,'2017-06-05 10:34:40'); +INSERT INTO `marker` VALUES (8700,1900,NULL,2,1901,5638,'Santuário de lá vida ','Inicio',110.7492926120758,-157.32160556316376,0,1,0,'2017-06-05 17:00:18'); +INSERT INTO `marker` VALUES (8701,1900,NULL,2,1901,5944,'Amber','',107.875,-162.5703125,0,1,0,'2017-06-06 01:25:36'); +INSERT INTO `marker` VALUES (8702,1900,NULL,2,1901,5944,'Amber','',107.8984375,-162.640625,0,1,0,'2017-06-06 01:26:01'); +INSERT INTO `marker` VALUES (8703,1900,NULL,2,1901,6028,'To make','',187.3046875,-85.578125,0,0,0,'2017-06-06 08:24:01'); +INSERT INTO `marker` VALUES (8704,1900,NULL,2,1926,6028,' Divine Beast Vah Naboris','',74.9375,-183.125,0,0,0,'2017-06-06 12:44:53'); +INSERT INTO `marker` VALUES (8705,1900,NULL,2,1926,6028,'Divine Beast Vah Medoh','',71.5703125,-98.45703125,0,0,0,'2017-06-06 12:45:45'); +INSERT INTO `marker` VALUES (8706,1900,NULL,2,1926,6028,' Divine Beast Vah Rudania','',154.71484375,-89.70703125,0,0,0,'2017-06-06 12:46:33'); +INSERT INTO `marker` VALUES (8707,1900,NULL,2,1910,5742,'Safflina','',98.828125,-133.6015625,0,0,0,'2017-06-06 17:38:29'); +INSERT INTO `marker` VALUES (8708,1900,NULL,2,1935,6111,'The Giant of Ralis Pond','Torfeau',179.8359375,-119.3671875,0,1,0,'2017-06-07 16:26:25'); +INSERT INTO `marker` VALUES (8709,1900,NULL,2,1901,6111,'Arrows of Burning Heat','Given by Rola',156.5546875,-144.25390625,0,0,0,'2017-06-07 16:34:32'); +INSERT INTO `marker` VALUES (8710,1900,NULL,2,1935,6111,'By Firefly's Light','Start the quest by visiting into Lasli's house at night. She will say that she hasn't been able to catch fireflies in a long time, so she asks you to catch her five of them. ',157.67578125,-144.12109375,0,0,0,'2017-06-07 16:37:03'); +INSERT INTO `marker` VALUES (8711,1900,NULL,2,1916,6125,'Top Temple','',115.328125,-158.7421875,0,0,0,'2017-06-07 16:40:40'); +INSERT INTO `marker` VALUES (8712,1900,NULL,2,1935,6111,'The Hero's Cache','To begin the side quest, talk to Kass on the tallest rock pillar in Kitano Bay. \r\n\r\nAnswer "Yes, please" when he asks if you want to hear the ancient song of the rock pillar you're standing on. \r\n\r\nIn the song, it says, "My cache is at 17 of 24, This rock will point to it's retrieval." \r\n\r\nTo find the cache, paraglide to the rock pillar to the east of the one you're on with Kass. Then face south use Magnesis to lift up the Treasure chest up from the water. In the treasure chest is a gold rupee. ',186.59375,-168.953125,0,0,0,'2017-06-07 17:39:12'); +INSERT INTO `marker` VALUES (8713,1900,NULL,2,1935,6111,'The Sheep Rustlers','',184.453125,-160.8671875,0,0,0,'2017-06-07 17:46:17'); +INSERT INTO `marker` VALUES (8714,1900,NULL,2,1935,6111,'Secret of the Cedars','',184.140625,-160.734375,0,0,0,'2017-06-07 17:47:49'); +INSERT INTO `marker` VALUES (8715,1900,NULL,2,1901,6183,'Reprendre Ici (korogus)','',91.21500015258789,-92.56937408447266,0,0,0,'2017-06-08 20:30:34'); +INSERT INTO `marker` VALUES (8716,1900,NULL,2,1901,5600,'kologs','',200.34375,-99.21875,0,0,0,'2017-06-09 00:06:51'); +INSERT INTO `marker` VALUES (8717,1900,NULL,2,1916,6125,'Timelap','',136.546875,-184.015625,0,0,0,'2017-06-09 08:07:14'); +INSERT INTO `marker` VALUES (8718,1900,NULL,2,1901,6289,'Korok seed start','',64.4609375,-92.421875,0,0,0,'2017-06-10 14:23:43'); +INSERT INTO `marker` VALUES (8719,1900,NULL,2,1926,6315,'Devine Beast Vah Naboris','',94.84375,-168.84375,0,1,0,'2017-06-11 00:40:41'); +INSERT INTO `marker` VALUES (8720,1900,NULL,2,1901,5941,'Rare Harvest','(Big) Hearty Radishes, Hearty Truffles, Endura Shrooms, etc.',141.234375,-131.96875,0,0,0,'2017-06-11 01:14:16'); +INSERT INTO `marker` VALUES (8721,1900,NULL,2,1901,3536,'Seed','',126.25,-106.25,0,0,0,'2017-06-11 11:05:36'); +INSERT INTO `marker` VALUES (8722,1900,NULL,2,1925,5638,'Santuário de kensha','',193.5383279323578,-114.77067196369171,0,0,0,'2017-06-11 22:12:32'); +INSERT INTO `marker` VALUES (8723,1900,NULL,2,1925,5638,'Santuario de kensha','Prueba de fuerza media',193.44401174783707,-114.64583200216293,0,0,0,'2017-06-11 22:16:26'); +INSERT INTO `marker` VALUES (8724,1900,NULL,2,1916,6427,'Korok Seed','',140.296875,-150.9921875,0,0,0,'2017-06-12 04:59:25'); +INSERT INTO `marker` VALUES (8725,1900,NULL,2,1926,6538,'Vah Medoh','',71.5625,-98.953125,0,0,0,'2017-06-14 03:34:31'); +INSERT INTO `marker` VALUES (8726,1900,NULL,2,1916,6426,'KOROK SEEDS','Trio of boulders. Roll one down the hill in between the two trees at the base of the hill and the Korok will appear.',149.73046875,-157.03125,0,0,0,'2017-06-14 04:21:13'); +INSERT INTO `marker` VALUES (8727,1900,NULL,2,1904,2205,'Fire Arrows','',139.91743755340576,-116.24604296684265,0,0,0,'2017-06-14 09:45:18'); +INSERT INTO `marker` VALUES (8728,1900,NULL,2,1904,2205,'5x Ice Arrows','',125.61320328712463,-109.68164443969727,0,0,0,'2017-06-14 10:32:45'); +INSERT INTO `marker` VALUES (8729,1900,NULL,2,1904,2205,'5x Bomb Arrow','',125.39370679855347,-111.46522271633148,0,0,0,'2017-06-14 10:46:59'); +INSERT INTO `marker` VALUES (8730,1900,NULL,2,1904,2205,'5x Bomb Arrows','',126.48611736297607,-113.46299982070923,0,0,0,'2017-06-14 10:53:15'); +INSERT INTO `marker` VALUES (8731,1900,NULL,2,1904,2205,'5x Electro Arrows','',126.4765625,-113.546875,0,0,0,'2017-06-14 10:54:42'); +INSERT INTO `marker` VALUES (8732,1900,NULL,2,1901,2205,'5x Bomb Arrows','',125.609375,-114.3671875,0,0,0,'2017-06-14 10:56:20'); +INSERT INTO `marker` VALUES (8733,1900,NULL,2,1916,4184,'Korok Seeds','',140.5703125,-128.296875,0,0,0,'2017-06-15 04:59:15'); +INSERT INTO `marker` VALUES (8734,1900,NULL,2,1936,6546,'Ore','',100.83761739730835,-161.42367973923683,0,1,0,'2017-06-15 06:06:40'); +INSERT INTO `marker` VALUES (8735,1900,NULL,2,1901,4426,'i','',79.875,-82.0625,0,0,0,'2017-06-16 00:24:16'); +INSERT INTO `marker` VALUES (8736,1900,NULL,2,1920,4748,'Gedenkstein','',176.0703125,-124.6484375,0,0,0,'2017-06-16 01:18:18'); +INSERT INTO `marker` VALUES (8737,1900,NULL,2,1935,6426,'The Cursed Statue','Kam Urog Shrine quest',165.296875,-156.67578125,0,0,0,'2017-06-16 21:55:30'); +INSERT INTO `marker` VALUES (8738,1900,NULL,2,1901,6700,'Death Mountain's Secret','',155.7421875,-92.9921875,0,0,0,'2017-06-17 01:16:37'); +INSERT INTO `marker` VALUES (8739,1900,NULL,2,1901,6652,'Start','',110.40471839904785,-157.21921920776367,0,0,0,'2017-06-17 05:24:59'); +INSERT INTO `marker` VALUES (8740,1900,NULL,2,1935,2850,'From the Ground Up','',179.92578125,-163.6328125,0,0,0,'2017-06-17 16:22:51'); +INSERT INTO `marker` VALUES (8741,1900,NULL,2,1935,2850,'Little Sister's Big Request','',176.8203125,-101.671875,0,0,0,'2017-06-17 16:24:19'); +INSERT INTO `marker` VALUES (8742,1900,NULL,2,1935,2850,'Sunshroom Sensing','',187.09765625,-160.92578125,0,0,0,'2017-06-17 16:25:48'); +INSERT INTO `marker` VALUES (8743,1900,NULL,2,1935,2850,'What's for Dinner?','',172.984375,-181.4921875,0,0,0,'2017-06-17 16:27:02'); +INSERT INTO `marker` VALUES (8744,1900,NULL,2,1935,6801,'Secret of the Cedars','To begin this shrine quest, speak to Clavia in Hateno Village. She tells you about an old legend about three cedar trees that can be seen on the top of Madorna Mountain. ',184.1328125,-160.546875,0,0,0,'2017-06-18 07:41:22'); +INSERT INTO `marker` VALUES (8745,1900,NULL,2,1935,6801,'By Firefly's Light','Requires you to finish one sides quest and one main quest before unlocking this side quest; Prerequisites: Flown the Coop and Find the Fairy Fountain.',157.71484375,-143.96875,0,0,0,'2017-06-18 08:07:30'); +INSERT INTO `marker` VALUES (8746,1900,NULL,2,1935,6801,'Arrows of Burning Heat','Speak to Rola in Kakariko Village and she'll ask you to light up four torches which is behind the Goddess statue in the village. ',156.55859375,-144.26953125,0,0,0,'2017-06-18 08:32:02'); +INSERT INTO `marker` VALUES (8747,1900,NULL,2,1944,6801,'Inside Shae Loya Shrine ','',82.15625,-121.23046875,0,0,0,'2017-06-18 13:09:54'); +INSERT INTO `marker` VALUES (8748,1900,NULL,2,1943,6801,'Inside Shae Loya Shrine','',82.3046875,-121.265625,0,0,0,'2017-06-18 13:33:48'); +INSERT INTO `marker` VALUES (8749,1900,NULL,2,1943,6801,'Inside Sha Warvo Shrine','',68.3359375,-93.4765625,0,0,0,'2017-06-18 20:57:22'); +INSERT INTO `marker` VALUES (8750,1900,NULL,2,1935,6801,'Missing in Action','',84.1328125,-162.8671875,0,0,0,'2017-06-19 00:42:32'); +INSERT INTO `marker` VALUES (8751,1900,NULL,2,1935,6801,'Hunt for the Giant Horse','',125.1328125,-182.3359375,0,0,0,'2017-06-19 02:19:50'); +INSERT INTO `marker` VALUES (8752,1900,NULL,2,1935,6801,'Little Sister's Big Request','',177.1015625,-101.46875,0,0,0,'2017-06-19 02:37:32'); +INSERT INTO `marker` VALUES (8753,1900,NULL,2,1910,5784,'Amber','',193.671875,-84.828125,0,0,0,'2017-06-19 08:47:45'); +INSERT INTO `marker` VALUES (8754,1900,NULL,2,1901,6614,'Pondo's Lodge','Snowball Bowling with Pondo',95.671875,-95.328125,0,1,0,'2017-06-19 21:13:31'); +INSERT INTO `marker` VALUES (8755,1900,NULL,2,1935,6801,'Guardian Slideshow','',129.73046875,-187.90234375,0,0,0,'2017-06-21 23:05:36'); +INSERT INTO `marker` VALUES (8756,1900,NULL,2,1935,6801,'What's For Dinner?','',173.421875,-181.171875,0,0,0,'2017-06-22 02:53:50'); +INSERT INTO `marker` VALUES (8757,1900,NULL,2,1916,7078,'Korok Seed','',121.3984375,-159.1796875,0,0,0,'2017-06-22 06:19:01'); +INSERT INTO `marker` VALUES (8758,1900,NULL,2,1916,7078,'start plant korok seed','start',135.28125,-154.78125,0,0,0,'2017-06-22 09:03:33'); +INSERT INTO `marker` VALUES (8759,1900,NULL,2,1901,6688,'korugu','',193.9375,-112.53125,0,0,0,'2017-06-22 14:33:59'); +INSERT INTO `marker` VALUES (8760,1900,NULL,2,1949,6936,'Black one','',179.265625,-162.3515625,0,0,0,'2017-06-22 16:53:52'); +INSERT INTO `marker` VALUES (8761,1900,NULL,2,1916,7078,'Flower start','Is the Flower where the sequence begins',143.33203125,-156.73046875,0,0,0,'2017-06-23 05:16:18'); +INSERT INTO `marker` VALUES (8762,1900,NULL,2,1931,6801,'Bokoblins','',107.9296875,-154.328125,0,0,0,'2017-06-23 12:18:35'); +INSERT INTO `marker` VALUES (8763,1900,NULL,2,1901,7141,'hestu(1st)','',159.109375,-150.578125,0,0,0,'2017-06-23 16:33:46'); +INSERT INTO `marker` VALUES (8764,1900,NULL,2,1901,6981,'Explosive Barrel','',118.06640625,-158.0234375,0,0,0,'2017-06-23 19:47:23'); +INSERT INTO `marker` VALUES (8765,1900,NULL,2,1930,6981,'Bokoblin','Archer',117.78125,-157.75390625,0,0,0,'2017-06-23 19:49:15'); +INSERT INTO `marker` VALUES (8766,1900,NULL,2,1930,6981,'Bokoblin','',117.54296875,-156.13671875,0,0,0,'2017-06-23 19:49:27'); +INSERT INTO `marker` VALUES (8767,1900,NULL,2,1930,6981,'Blue Bokoblin','',117.4375,-156.35546875,0,0,0,'2017-06-23 19:54:33'); +INSERT INTO `marker` VALUES (8768,1900,NULL,2,1930,6981,'Bokoblin x2 (Archer)','',118.31640625,-155.296875,0,0,0,'2017-06-23 19:56:32'); +INSERT INTO `marker` VALUES (8769,1900,NULL,2,1910,6981,'Eggs','In nest, on tree.',116.92578125,-156.8828125,0,0,0,'2017-06-23 19:59:11'); +INSERT INTO `marker` VALUES (8770,1900,NULL,2,1930,6981,'Bokoblin','',116.36328125,-157.01953125,0,0,0,'2017-06-23 20:00:34'); +INSERT INTO `marker` VALUES (8771,1900,NULL,2,1930,6981,'Bokoblin','',115.66796875,-156.67578125,0,0,0,'2017-06-23 20:01:30'); +INSERT INTO `marker` VALUES (8772,1900,NULL,2,1930,6981,'Bokoblin','',115.37109375,-158.5234375,0,0,0,'2017-06-23 20:03:24'); +INSERT INTO `marker` VALUES (8773,1900,NULL,2,1920,7160,'Shrine of Ressurection','This is where you start off in Breath of the Wild.',106.90625,-155.71875,0,0,0,'2017-06-23 20:35:09'); +INSERT INTO `marker` VALUES (8774,1900,NULL,2,1935,6381,'Good-Sized Horse','',96.328125,-157.140625,0,0,0,'2017-06-23 22:05:24'); +INSERT INTO `marker` VALUES (8775,1900,NULL,2,1935,6381,'Riverbed Reward','',141.078125,-130.3671875,0,0,0,'2017-06-23 22:06:51'); +INSERT INTO `marker` VALUES (8776,1900,NULL,2,1935,6381,'A Gift of Nightshade','',168.375,-183.375,0,0,0,'2017-06-23 22:07:39'); +INSERT INTO `marker` VALUES (8777,1900,NULL,2,1935,6381,'Sunken Treasure','',173.0859375,-182.59375,0,0,0,'2017-06-23 22:08:10'); +INSERT INTO `marker` VALUES (8778,1900,NULL,2,1935,6381,'What's for Dinner?','',173.09375,-181.2734375,0,0,0,'2017-06-23 22:08:38'); +INSERT INTO `marker` VALUES (8779,1900,NULL,2,1935,6381,'Take Back the Sea','',172.984375,-181.0859375,0,0,0,'2017-06-23 22:09:08'); +INSERT INTO `marker` VALUES (8780,1900,NULL,2,1916,7078,'Flower','Flower wherenyou start',180.6796875,-163.98046875,0,0,0,'2017-06-23 22:25:18'); +INSERT INTO `marker` VALUES (8781,1900,NULL,2,1930,6981,'Bokoblin x3','',112.04296875,-161.73828125,0,0,0,'2017-06-23 22:36:33'); +INSERT INTO `marker` VALUES (8782,1900,NULL,2,1931,6981,'Bokoblin Camp','',125.0234375,-162.40625,0,0,0,'2017-06-23 23:00:12'); +INSERT INTO `marker` VALUES (8783,1900,NULL,2,1901,6981,'Raft','',121.796875,-169.16015625,0,0,0,'2017-06-23 23:48:24'); +INSERT INTO `marker` VALUES (8784,1900,NULL,2,1910,5784,'Amber','',123.1015625,-153.8671875,0,0,0,'2017-06-24 10:38:23'); +INSERT INTO `marker` VALUES (8785,1900,NULL,2,1925,4257,'Dau Nae','',170.0859375,-148.91796875,0,1,0,'2017-06-24 13:15:17'); +INSERT INTO `marker` VALUES (8786,1900,NULL,2,1901,7243,'Now','6/25',102.9375,-138.9375,0,0,0,'2017-06-24 23:23:44'); +INSERT INTO `marker` VALUES (8787,1900,NULL,2,1935,3857,'zora stone monuments','Find all of the Stone Monuments scattered around Zora’s Domain',180.28125,-119.1875,0,0,0,'2017-06-25 00:35:21'); +INSERT INTO `marker` VALUES (8788,1900,NULL,2,1935,3857,'Hunt for the Giant Horse ','The Giant Horse is a rare horse can be found in the Taobab Grassland, Just south of the great plateau. KEN',124.703125,-182.42578125,0,0,0,'2017-06-25 01:04:30'); +INSERT INTO `marker` VALUES (8789,1900,NULL,2,1926,2000,'Vah Rudania','',167.671875,-87.421875,0,0,0,'2017-06-25 02:08:01'); +INSERT INTO `marker` VALUES (8790,1900,NULL,2,1905,7182,'40 shields','',183.41796875,-121.96875,0,0,0,'2017-06-25 07:45:42'); +INSERT INTO `marker` VALUES (8791,1900,NULL,2,1901,7276,'Need to get rusty shields back','',117.390625,-114.828125,0,0,0,'2017-06-25 11:54:58'); +INSERT INTO `marker` VALUES (8792,1900,NULL,2,1925,6306,'Completed','',123.875,-112.875,0,0,0,'2017-06-26 15:50:13'); +INSERT INTO `marker` VALUES (8793,1900,NULL,2,1936,7298,'Cracked Wall','',68.140625,-146.75,0,0,0,'2017-06-26 18:22:10'); +INSERT INTO `marker` VALUES (8794,1900,NULL,2,1903,6242,'Thunderspear','Held by Black Moblin',193.9453125,-125.6015625,0,0,0,'2017-06-26 20:11:47'); +INSERT INTO `marker` VALUES (8795,1900,NULL,2,1901,5328,'Korok Seed Event','Start the Event to get the Korok Seed of th south east from this point',68.8515625,-99.9453125,0,0,0,'2017-06-27 05:56:43'); +INSERT INTO `marker` VALUES (8796,1900,NULL,2,1901,5328,'Korok Seed Event','Find the Kolog Stone to start the Event and get the kolog Seed in front of this point',68.296875,-125.421875,0,0,0,'2017-06-27 16:28:43'); +INSERT INTO `marker` VALUES (8797,1900,NULL,2,1925,7468,'Shrine of Resurrection','',110.90625,-157.4375,0,0,0,'2017-06-28 04:39:05'); +INSERT INTO `marker` VALUES (8798,1900,NULL,2,1901,5328,'Korok Seed Event','Find the Kolog Stone to start the Event and get the kolog Seed west of this point',112.37109375,-119.578125,0,0,0,'2017-06-28 05:13:10'); +INSERT INTO `marker` VALUES (8799,1900,NULL,2,1901,5328,'Kolog Seed Event','Find the Yellow Flower between the Ruins, you'll get the kolog Seed of the south of this point',108.66796875,-110.8828125,0,0,0,'2017-06-28 05:49:07'); +INSERT INTO `marker` VALUES (8800,1900,NULL,2,1926,7487,'khedfsjkbd','',100.625,-70.9375,0,0,0,'2017-06-28 16:24:33'); +INSERT INTO `marker` VALUES (8801,1900,NULL,2,1926,7525,'Vah Rudania','',167.5,-87.359375,0,0,0,'2017-06-29 07:55:27'); +INSERT INTO `marker` VALUES (8802,1900,NULL,2,1901,6680,'korugu ','',180.625,-91.78125,0,0,0,'2017-06-29 10:40:35'); +INSERT INTO `marker` VALUES (8803,1900,NULL,2,1943,3288,'Diamond','',69.57389882206917,-69.21227341890335,0,0,0,'2017-06-29 13:24:43'); +INSERT INTO `marker` VALUES (8804,1900,NULL,2,1916,7544,'Korok Seed','',97.31640625,-134.4765625,0,0,0,'2017-06-29 16:48:17'); +INSERT INTO `marker` VALUES (8805,1900,NULL,2,1944,106,'Korok Mask','Requires Master Trials DLC',139.22265625,-99.046875,0,0,0,'2017-06-30 05:01:56'); +INSERT INTO `marker` VALUES (8806,1900,NULL,2,1944,106,'Midna's Helmet','Requires Master Trials DLC',106.046875,-131.390625,0,1,0,'2017-06-30 06:14:08'); +INSERT INTO `marker` VALUES (8807,1900,NULL,2,1944,106,'Majora's Mask','Requires Master Trials DLC',120.99609375,-148.0546875,0,0,0,'2017-06-30 06:14:41'); +INSERT INTO `marker` VALUES (8808,1900,NULL,2,1944,106,'Tingle's Hood','Requires Master Trials DLC',116.33984375,-141.91796875,0,0,0,'2017-06-30 06:21:37'); +INSERT INTO `marker` VALUES (8809,1900,NULL,2,1934,6690,'gdfg','',102.5,-162.75,0,0,0,'2017-06-30 13:10:49'); +INSERT INTO `marker` VALUES (8810,1900,NULL,2,1901,3633,'An Idea','',110.03125,-154.8984375,0,0,0,'2017-06-30 14:14:54'); +INSERT INTO `marker` VALUES (8811,1900,NULL,2,1946,5328,'DLC: Nambod Diary','This diary will only appear with the DLC's season pass Pack 1 after June 30, 2017',123.9140625,-155.2265625,0,0,0,'2017-06-30 14:39:57'); +INSERT INTO `marker` VALUES (8812,1900,NULL,2,1901,570,'Tons of Mighty Carp','',163.734375,-149.3671875,0,0,0,'2017-06-30 16:18:39'); +INSERT INTO `marker` VALUES (8813,1900,NULL,2,1901,4332,'GHOST ON WALL','',64.53515625,-68.21875,0,0,0,'2017-06-30 16:39:55'); +INSERT INTO `marker` VALUES (8814,1900,NULL,2,1926,7608,'Divine Beast Vah Rudania','',167.6875,-87.5625,0,1,0,'2017-06-30 18:05:19'); +INSERT INTO `marker` VALUES (8815,1900,NULL,2,1944,3857,'Midna's Helmant (DLC) KEN','',106.078125,-131.484375,0,0,0,'2017-06-30 21:14:18'); +INSERT INTO `marker` VALUES (8816,1900,NULL,2,1944,7639,'traveler sword','',118.74609375,-152.29296875,0,0,0,'2017-06-30 22:08:15'); +INSERT INTO `marker` VALUES (8817,1900,NULL,2,1944,7639,'traveler sword','',118.81640625,-152.27734375,0,0,0,'2017-06-30 22:08:43'); +INSERT INTO `marker` VALUES (8818,1900,NULL,2,1944,3857,'Phantom Graves (DLC) KEN','',120.1484375,-137.53125,0,0,0,'2017-07-01 01:09:09'); +INSERT INTO `marker` VALUES (8819,1900,NULL,2,1944,3857,'Tingle's Hood (DLC) KEN','',116.41015625,-141.94921875,0,0,0,'2017-07-01 01:22:10'); +INSERT INTO `marker` VALUES (8820,1900,NULL,2,1936,7519,'Rock Formation','',178.1484375,-102.9921875,0,0,0,'2017-07-01 02:47:16'); +INSERT INTO `marker` VALUES (8821,1900,NULL,2,1944,3857,'Tingle's Tights (DLC) KEN','Under the dead Guardian.',127.5078125,-131.375,0,0,0,'2017-07-01 02:47:28'); +INSERT INTO `marker` VALUES (8822,1900,NULL,2,1944,3857,'Phantom Armor (DLC) KEN','',124.20703125,-126.64453125,0,0,0,'2017-07-01 03:05:06'); +INSERT INTO `marker` VALUES (8823,1900,NULL,2,1943,3857,'Ruby (DLC) KEN','',117.4375,-151.6953125,0,0,0,'2017-07-01 03:19:08'); +INSERT INTO `marker` VALUES (8824,1900,NULL,2,1944,3857,'Phantom Helmet (DLC) KEN','On the ground floor, in the corner.',109.2734375,-147.2734375,0,0,0,'2017-07-01 03:29:32'); +INSERT INTO `marker` VALUES (8825,1900,NULL,2,1944,3857,'Tingle's Shirt (DLC) KEN','',117.5859375,-115.21484375,0,0,0,'2017-07-01 04:18:10'); +INSERT INTO `marker` VALUES (8826,1900,NULL,2,1910,3340,'Amber','',108.19921875,-131.265625,0,0,0,'2017-07-01 04:59:31'); +INSERT INTO `marker` VALUES (8827,1900,NULL,2,1910,3340,'Topaz','In cart',106.98046875,-131.9296875,0,0,0,'2017-07-01 05:04:04'); +INSERT INTO `marker` VALUES (8828,1900,NULL,2,1944,7309,'Tingle's Tights location','',127.58203125,-131.3359375,0,0,0,'2017-07-01 05:48:54'); +INSERT INTO `marker` VALUES (8829,1900,NULL,2,1944,7309,'Tingle's Shirt Location','Need DLC 1',117.4296875,-115.28125,0,0,0,'2017-07-01 06:06:51'); +INSERT INTO `marker` VALUES (8830,1900,NULL,2,1944,7309,'Tingle's Hood Location','Need DLC 1',116.27734375,-141.9296875,0,0,0,'2017-07-01 06:17:31'); +INSERT INTO `marker` VALUES (8831,1900,NULL,2,1944,7309,'Midna's Helmet','Need DLC 1',106.10546875,-131.46484375,0,0,0,'2017-07-01 06:25:14'); +INSERT INTO `marker` VALUES (8832,1900,NULL,2,1944,7309,'Korok Mask Location','Need DLC 1',139.34375,-99.140625,0,0,0,'2017-07-01 06:31:08'); +INSERT INTO `marker` VALUES (8833,1900,NULL,2,1944,7309,'Majora's Mask Location','Need DLC 1',121,-148.046875,0,0,0,'2017-07-01 06:39:23'); +INSERT INTO `marker` VALUES (8834,1900,NULL,2,1943,7309,'Travel Medalion Location','Need DLC 1',200.7734375,-72.47265625,0,0,0,'2017-07-01 06:53:29'); +INSERT INTO `marker` VALUES (8835,1900,NULL,2,1944,7683,'Soldier's Bow','',106.8046875,-157.234375,0,0,0,'2017-07-01 16:14:17'); +INSERT INTO `marker` VALUES (8836,1900,NULL,2,1926,5428,'Vah Medoh','',71.5,-100.125,0,0,0,'2017-07-01 20:04:34'); +INSERT INTO `marker` VALUES (8837,1900,NULL,2,1936,7298,'Cracked Wall','',134.1171875,-130.15625,0,0,0,'2017-07-01 20:12:16'); +INSERT INTO `marker` VALUES (8838,1900,NULL,2,1944,7510,'Phantom Armor DLC','',124.1037187576294,-126.82800781726837,0,0,0,'2017-07-02 06:54:06'); +INSERT INTO `marker` VALUES (8839,1900,NULL,2,1944,7510,'Phantom leggings DLC','',120.08843755722046,-137.63341391086578,0,0,0,'2017-07-02 07:03:48'); +INSERT INTO `marker` VALUES (8840,1900,NULL,2,1944,7510,'Phantom leggings DLC','',120.08843755722046,-137.63341391086578,0,0,0,'2017-07-02 07:04:14'); +INSERT INTO `marker` VALUES (8841,1900,NULL,2,1935,7670,'Arrows of Burning Heat','NPC Rola, light the torches by the goddess statue.',156.46875,-144.2578125,0,1,0,'2017-07-02 20:25:54'); +INSERT INTO `marker` VALUES (8842,1900,NULL,2,1931,854,'Skull','',193.34375,-119.84765625,0,0,0,'2017-07-03 08:05:21'); +INSERT INTO `marker` VALUES (8843,1900,NULL,2,1940,7916,'Silver Lynel (Master Mode)','Only present in Master Mode',117.4296875,-161.96875,0,0,0,'2017-07-03 20:09:02'); +INSERT INTO `marker` VALUES (8844,1900,NULL,2,1921,6442,'Home','',179.7890625,-163.78125,0,0,0,'2017-07-04 01:26:37'); +INSERT INTO `marker` VALUES (8845,1900,NULL,2,1935,5626,'Riverbed Reward','',141.40625,-130.96875,0,0,0,'2017-07-04 06:00:51'); +INSERT INTO `marker` VALUES (8846,1900,NULL,2,1910,7887,'Durians','',149.390625,-178.3125,0,0,0,'2017-07-04 08:55:46'); +INSERT INTO `marker` VALUES (8847,1900,NULL,2,1901,7151,'yummy','',133.03125,-145.53125,0,0,0,'2017-07-04 15:32:45'); +INSERT INTO `marker` VALUES (8848,1900,NULL,2,1901,8014,'','',120.71875,-159.265625,0,0,0,'2017-07-04 19:49:25'); +INSERT INTO `marker` VALUES (8849,1900,NULL,2,1901,8014,'','',117.59375,-151.796875,0,0,0,'2017-07-04 19:49:56'); +INSERT INTO `marker` VALUES (8850,1900,NULL,2,1901,8014,'','',118.59375,-152.328125,0,0,0,'2017-07-04 19:53:36'); +INSERT INTO `marker` VALUES (8851,1900,NULL,2,1901,8014,'','',111.3125,-159.625,0,0,0,'2017-07-04 19:57:13'); +INSERT INTO `marker` VALUES (8852,1900,NULL,2,1916,7952,'Dueling peaks korok seed','Throw a rock from the cliff above into the circle of stones in the river',129.75,-154.484375,0,0,0,'2017-07-04 20:40:18'); +INSERT INTO `marker` VALUES (8853,1900,NULL,2,1920,8060,'Deku Tree','j'ai une belle moustache',134.9296875,-93.5234375,0,0,0,'2017-07-05 16:09:35'); +INSERT INTO `marker` VALUES (8854,1900,NULL,2,1901,2858,'Naydra's Horn','',177.4765625,-145.640625,0,0,0,'2017-07-06 01:36:24'); +INSERT INTO `marker` VALUES (8855,1900,NULL,2,1901,7344,'Hestu','',134.52734375,-143.65234375,0,0,0,'2017-07-06 02:33:03'); +INSERT INTO `marker` VALUES (8856,1900,NULL,2,1901,7109,'??','',83.5625,-131.4375,0,0,0,'2017-07-06 04:54:17'); +INSERT INTO `marker` VALUES (8857,1900,NULL,2,1925,7109,'??','',83.9375,-131.875,0,0,0,'2017-07-06 04:54:37'); +INSERT INTO `marker` VALUES (8858,1900,NULL,2,1930,6006,'Yega Clan (x3)','',84.078125,-152.375,0,0,0,'2017-07-06 14:40:56'); +INSERT INTO `marker` VALUES (8859,1900,NULL,2,1916,5172,'korogu','',91.265625,-141.2734375,0,0,0,'2017-07-06 16:10:51'); +INSERT INTO `marker` VALUES (8860,1900,NULL,2,1940,8079,'White-Maned Lynel','Lynel in Hard Mode. It starts as a White Lynel and it goes up to Golden Lynel as game increases difficulty',117.15625,-161.203125,0,1,0,'2017-07-06 22:56:08'); +INSERT INTO `marker` VALUES (8861,1900,NULL,2,1936,5215,'Jewells','',142.6640625,-169.59375,0,0,0,'2017-07-06 23:01:27'); +INSERT INTO `marker` VALUES (8862,1900,NULL,2,1901,8172,'Hard','',160.125,-142.375,0,0,0,'2017-07-06 23:13:04'); +INSERT INTO `marker` VALUES (8863,1900,NULL,2,1940,7626,'Silver-Maned Lynel','',117.5390625,-160.5546875,0,0,0,'2017-07-07 06:17:29'); +INSERT INTO `marker` VALUES (8864,1900,NULL,2,1926,8235,'Divine Beast Vah Rudania','',167.84375,-87.4375,0,1,0,'2017-07-07 15:49:52'); +INSERT INTO `marker` VALUES (8865,1900,NULL,2,1903,8265,'Ice Spear','For the side quest',64.796875,-77.9765625,0,0,0,'2017-07-08 00:45:39'); +INSERT INTO `marker` VALUES (8866,1900,NULL,2,1948,8134,'Cooking pot','',173.734375,-167.140625,0,0,0,'2017-07-08 13:50:47'); +INSERT INTO `marker` VALUES (8867,1900,NULL,2,1901,8323,'asdf','asdf',117.41796875,-142.46484375,0,0,0,'2017-07-08 17:50:44'); +INSERT INTO `marker` VALUES (8868,1900,NULL,2,1935,8323,'Úkol na v?ži','Na v?ži je úkol k doletu co nejdále.',100.58203125,-115.78125,0,0,0,'2017-07-08 18:28:18'); +INSERT INTO `marker` VALUES (8869,1900,NULL,2,1936,5215,'Jewells','',158.78515625,-175.5703125,0,0,0,'2017-07-08 21:28:14'); +INSERT INTO `marker` VALUES (8870,1900,NULL,2,1903,5784,'Soldier's Claymore','',183.921875,-189.4140625,0,0,0,'2017-07-09 00:49:25'); +INSERT INTO `marker` VALUES (8871,1900,NULL,2,1916,8394,'Korok Seed','',98.078125,-169.828125,0,0,0,'2017-07-09 17:56:50'); +INSERT INTO `marker` VALUES (8872,1900,NULL,2,1901,5328,'Korok Seed Event','Start the event at the top of the tree, you'll get the kolog seed at the NorthWest of this point',152.78125,-116.7578125,0,0,0,'2017-07-09 18:55:58'); +INSERT INTO `marker` VALUES (8873,1900,NULL,2,1940,8358,'Master Mode Only','White-mane lynel ',117.609375,-160.41015625,0,1,0,'2017-07-09 21:05:28'); +INSERT INTO `marker` VALUES (8874,1900,NULL,2,1901,5328,'DLC1: Majora's Mask','DLC1: Majora's Mask',120.98828125,-148.046875,0,0,0,'2017-07-10 03:07:53'); +INSERT INTO `marker` VALUES (8875,1900,NULL,2,1931,8205,' A enemy tree ','',121.8125,-176.953125,0,1,0,'2017-07-10 06:00:07'); +INSERT INTO `marker` VALUES (8876,1900,NULL,2,1931,8205,' Enemy Skull','',170.28125,-76.4765625,0,1,0,'2017-07-10 06:02:25'); +INSERT INTO `marker` VALUES (8877,1900,NULL,2,1931,8205,'Enemy tree','',169.484375,-102.5234375,0,0,0,'2017-07-10 06:03:06'); +INSERT INTO `marker` VALUES (8878,1900,NULL,2,1901,8205,'Lizalfos boat','',172.1484375,-108.359375,0,0,0,'2017-07-10 06:04:17'); +INSERT INTO `marker` VALUES (8879,1900,NULL,2,1901,8205,'Enemy Skull','',167.0234375,-113.4453125,0,1,0,'2017-07-10 06:06:00'); +INSERT INTO `marker` VALUES (8880,1900,NULL,2,1901,8205,' Special Enemy Skull','One of a kind!',137.34375,-137.03125,0,1,0,'2017-07-10 06:07:18'); +INSERT INTO `marker` VALUES (8881,1900,NULL,2,1931,8205,'Enemy Skull','',118.09375,-157.953125,0,1,0,'2017-07-10 06:09:40'); +INSERT INTO `marker` VALUES (8882,1900,NULL,2,1931,8205,'Lizalfos camp','',180.21875,-135.625,0,1,0,'2017-07-10 06:11:07'); +INSERT INTO `marker` VALUES (8883,1900,NULL,2,1901,8440,'spawn rordrac','camper le lac',156.03125,-173.859375,0,0,0,'2017-07-10 07:11:53'); +INSERT INTO `marker` VALUES (8884,1900,NULL,2,1935,8501,'firefly ','collect five firefly ',157.66796875,-144.140625,0,1,0,'2017-07-11 13:19:30'); +INSERT INTO `marker` VALUES (8885,1900,NULL,2,1935,8575,'Riverbed reward','A man named Izra is unable to rest at night. He is staring at a treasure chest in the river he can't get to. Use the magnet rune to fish it out and open it (knight sword)',140.125,-131.375,0,0,0,'2017-07-13 03:05:14'); +INSERT INTO `marker` VALUES (8886,1900,NULL,2,1916,8644,'Not done 1','',149.859375,-114.375,0,0,0,'2017-07-13 16:38:58'); +INSERT INTO `marker` VALUES (8887,1900,NULL,2,1916,8649,'Korok Seeds','',93.71875,-136.75,0,0,0,'2017-07-13 17:52:01'); +INSERT INTO `marker` VALUES (8888,1900,NULL,2,1916,8649,'Korok Seed','',93.81640625,-136.9296875,0,0,0,'2017-07-13 17:53:15'); +INSERT INTO `marker` VALUES (8889,1900,NULL,2,1934,8663,'Miphas love','statue where you remember mipha during a main quest to free the divine beast of waterblight gannon',179.46875,-120.9375,0,0,0,'2017-07-13 21:17:20'); +INSERT INTO `marker` VALUES (8890,1900,NULL,2,1904,8616,'???','',179.84375,-69.03125,0,0,0,'2017-07-14 07:34:04'); +INSERT INTO `marker` VALUES (8891,1900,NULL,2,1901,8616,'????????','',199.8359375,-183.75,0,0,0,'2017-07-14 07:34:49'); +INSERT INTO `marker` VALUES (8892,1900,NULL,2,1901,8616,'Arrow','',179.765625,-68.9140625,0,0,0,'2017-07-14 07:36:09'); +INSERT INTO `marker` VALUES (8893,1900,NULL,2,1935,8502,'Sheep Rustlers','',184.708984375,-160.904296875,0,0,0,'2017-07-14 10:04:11'); +INSERT INTO `marker` VALUES (8894,1900,NULL,2,1904,8329,'??????!','',78.1875,-124.9375,0,0,0,'2017-07-14 14:02:28'); +INSERT INTO `marker` VALUES (8895,1900,NULL,2,1901,6996,'óejfpsodjgsdófjk','',165.78125,-145.5,0,0,0,'2017-07-14 16:03:46'); +INSERT INTO `marker` VALUES (8896,1900,NULL,2,1926,8730,'Divine Beast Vah Naboris','',94.953125,-169.0859375,0,1,0,'2017-07-14 19:47:28'); +INSERT INTO `marker` VALUES (8897,1900,NULL,2,1926,8730,'Divine Beast Vah Medoh','',71.52734375,-98.9453125,0,1,0,'2017-07-14 19:48:51'); +INSERT INTO `marker` VALUES (8898,1900,NULL,2,1916,8191,'Korok Seed','',158.25390625,-168.09765625,0,0,0,'2017-07-15 19:32:52'); +INSERT INTO `marker` VALUES (8899,1900,NULL,2,1935,8552,'The Sheep Rustlers','',184.62084341049194,-160.9250466823578,0,0,0,'2017-07-16 14:25:31'); +INSERT INTO `marker` VALUES (8900,1900,NULL,2,1944,3340,'Edge of Duality','Seems to be in place of Eightfold Longblade',155.3984375,-143.5390625,0,0,0,'2017-07-16 15:07:00'); +INSERT INTO `marker` VALUES (8901,1900,NULL,2,1935,3340,'Arrows of Burning Heat (Rola)','Light the torches around the goddess statue',156.50962501764297,-144.25728511810303,0,0,0,'2017-07-16 15:17:01'); +INSERT INTO `marker` VALUES (8902,1900,NULL,2,1935,3340,'By Firefly's Light (Lasli, Purple Rupee)','Given at night when Lasli is home, she asks you to get her fireflies. Catch around 5 and release them at once inside her home.',157.6983203291893,-144.16861724853516,0,0,0,'2017-07-16 15:25:12'); +INSERT INTO `marker` VALUES (8903,1900,NULL,2,1901,3011,'debut du korogu','debut du korogu que jarrive pas tu vois',57.7109375,-88.734375,0,0,0,'2017-07-16 16:48:13'); +INSERT INTO `marker` VALUES (8904,1900,NULL,2,1901,8774,'Aqui','',190.125,-148,0,0,0,'2017-07-16 17:14:16'); +INSERT INTO `marker` VALUES (8905,1900,NULL,2,1901,8661,'Hetsu ( Second Encounter)','The second Position of Hetsu',134.15625,-144.0625,0,0,0,'2017-07-16 20:38:28'); +INSERT INTO `marker` VALUES (8906,1900,NULL,2,1901,8905,'Oui','Oui',61.6875,-182.3125,0,0,0,'2017-07-17 10:50:31'); +INSERT INTO `marker` VALUES (8907,1900,NULL,2,1901,8254,'Kolog seed NW from Lagoon Haray','Starting point to get a kolog seed',136.5703125,-183.9765625,0,0,0,'2017-07-17 19:22:14'); +INSERT INTO `marker` VALUES (8908,1900,NULL,2,1902,8846,'Phantasma Head','',109.3046875,-147.30078125,0,0,0,'2017-07-17 20:08:34'); +INSERT INTO `marker` VALUES (8909,1900,NULL,2,1901,8254,'flower path to kolog','It's the method to get the kolog seed',66.078125,-101.6484375,0,1,0,'2017-07-17 20:45:22'); +INSERT INTO `marker` VALUES (8910,1900,NULL,2,1901,8254,'Kolog seed','',64.4453125,-101.6015625,0,0,0,'2017-07-17 20:46:45'); +INSERT INTO `marker` VALUES (8911,1900,NULL,2,1936,6937,'Cracked wall ','',63.102874994277954,-69.77173471450806,0,0,0,'2017-07-18 03:31:51'); +INSERT INTO `marker` VALUES (8912,1900,NULL,2,1903,8973,'Stone Smasher','',126.3125,-114.6640625,0,0,0,'2017-07-18 04:39:40'); +INSERT INTO `marker` VALUES (8913,1900,NULL,2,1926,8980,'Divine Beast Vah Rudania','',166.50581169128418,-88.66856336593628,0,0,0,'2017-07-18 09:32:55'); +INSERT INTO `marker` VALUES (8914,1900,NULL,2,1926,8980,'Divine Beast Vah Medoh','',71.55243730545044,-99.07503128051758,0,0,0,'2017-07-18 09:34:01'); +INSERT INTO `marker` VALUES (8915,1900,NULL,2,1926,8980,'Divine Beast Vah Naboris','',95.26831245422363,-168.890625,0,0,0,'2017-07-18 09:34:59'); +INSERT INTO `marker` VALUES (8916,1900,NULL,2,1901,9035,'Hello','',146.828125,-153.515625,0,0,0,'2017-07-19 03:55:04'); +INSERT INTO `marker` VALUES (8917,1900,NULL,2,1925,9078,'Tah Muhl Shrine','',164.1085702776909,-113.36981648206711,0,0,0,'2017-07-19 17:52:02'); +INSERT INTO `marker` VALUES (8918,1900,NULL,2,1901,9003,'Fake korogu','This korogu dosen't exist',102.5625,-120.25,0,0,0,'2017-07-20 13:05:32'); +INSERT INTO `marker` VALUES (8919,1900,NULL,2,1901,9003,'Fake Korogu n°2','This Korogu dosen't exist too',110.28125,-119.84375,0,0,0,'2017-07-20 13:06:35'); +INSERT INTO `marker` VALUES (8920,1900,NULL,2,1902,9157,'Soldier's Shield','Master Mode',111.5625,-159.63671875,0,0,0,'2017-07-21 16:35:02'); +INSERT INTO `marker` VALUES (8921,1900,NULL,2,1902,9157,'Nintendo Switch Shirt','DLC Item',120.6669921875,-159.3427734375,0,1,0,'2017-07-21 17:07:30'); +INSERT INTO `marker` VALUES (8922,1900,NULL,2,1902,9117,'Tingles Hood','',116.3671875,-141.953125,0,1,0,'2017-07-21 17:21:33'); +INSERT INTO `marker` VALUES (8923,1900,NULL,2,1944,9117,'Tingles Hood','t h',116.38671875,-141.90625,0,0,0,'2017-07-21 17:22:54'); +INSERT INTO `marker` VALUES (8924,1900,NULL,2,1901,9034,'A','',131.9375,-80.5625,0,0,0,'2017-07-22 01:33:02'); +INSERT INTO `marker` VALUES (8925,1900,NULL,2,1901,9194,'The Forest Dragon','',140.6640625,-175.84375,0,0,0,'2017-07-22 05:43:44'); +INSERT INTO `marker` VALUES (8926,1900,NULL,2,1904,9190,'Bow','',108.6875,-154.0234375,0,0,0,'2017-07-22 18:40:34'); +INSERT INTO `marker` VALUES (8927,1900,NULL,2,1935,5941,'Hylian Homeowner','Not "Link's House"...the actual name of the side-quest is "Hylian Homeowner."',179.515625,-163.84375,0,1,0,'2017-07-22 21:58:02'); +INSERT INTO `marker` VALUES (8928,1900,NULL,2,1901,1785,'Akkala Ancient Tech Lab','',198.125,-79,0,1,0,'2017-07-22 22:15:37'); +INSERT INTO `marker` VALUES (8929,1900,NULL,2,1903,1785,'The Master Sword','',134.9140625,-94.62109375,0,1,0,'2017-07-22 22:23:08'); +INSERT INTO `marker` VALUES (8930,1900,NULL,2,1939,7683,'Blizzrobe','',68.2578125,-161.375,0,1,0,'2017-07-23 05:34:33'); +INSERT INTO `marker` VALUES (8931,1900,NULL,2,1930,9223,'Bokoblins','',113.1875,-158.59375,0,0,0,'2017-07-23 08:12:52'); +INSERT INTO `marker` VALUES (8932,1900,NULL,2,1901,9223,'Amber','',107.921875,-162.734375,0,0,0,'2017-07-23 08:38:02'); +INSERT INTO `marker` VALUES (8933,1900,NULL,2,1916,9272,'stone on tree','stone on great tree',136.05078125,-146.2265625,0,0,0,'2017-07-23 19:40:49'); +INSERT INTO `marker` VALUES (8934,1900,NULL,2,1944,9226,'Chest','Silverscale Spear',179.97723829746246,-119.83299219608307,0,0,0,'2017-07-23 21:07:50'); +INSERT INTO `marker` VALUES (8935,1900,NULL,2,1935,9272,'by firefly's light','Visit into Lasli's house at night. She has not been able to catch fireflies in a long time, so she asks you to catch her five of them and give you a purple rupee (50).',157.6875,-144.1953125,0,0,0,'2017-07-24 17:08:13'); +INSERT INTO `marker` VALUES (8936,1900,NULL,2,1944,9133,'Phantom Greaves','Only if DLC Expansion Pass is purchased',120.05078125,-137.59375,0,0,0,'2017-07-25 05:10:24'); +INSERT INTO `marker` VALUES (8937,1900,NULL,2,1944,9133,'Tingle's Tights','Part of Expansion Pass DLC',127.5078125,-131.328125,0,0,0,'2017-07-25 05:14:53'); +INSERT INTO `marker` VALUES (8938,1900,NULL,2,1902,9312,'Tingel Armor','',117.46484375,-115.1171875,0,0,0,'2017-07-25 06:57:07'); +INSERT INTO `marker` VALUES (8939,1900,NULL,2,1901,9351,'APPLE','put an apple here',147.7265625,-158.4296875,0,0,0,'2017-07-25 13:24:33'); +INSERT INTO `marker` VALUES (8940,1900,NULL,2,1926,9355,'Divine Beast Vah Rudania','',165.21312522888184,-88.19637680053711,0,0,0,'2017-07-26 06:12:22'); +INSERT INTO `marker` VALUES (8941,1900,NULL,2,1926,9355,'Divine Beast Vah Medoh','',71.4375,-99.875,0,0,0,'2017-07-26 06:14:18'); +INSERT INTO `marker` VALUES (8942,1900,NULL,2,1926,9355,'Divine Beast Vah Naboris','',96,-170.20724868774414,0,0,0,'2017-07-26 06:16:35'); +INSERT INTO `marker` VALUES (8943,1900,NULL,2,1944,4383,'Treasure Chest (Equip)','',67.65234375,-69.8671875,0,0,0,'2017-07-27 09:09:54'); +INSERT INTO `marker` VALUES (8944,1900,NULL,2,1903,9495,'Branch','A branch on the ground',110.7421875,-153.1328125,0,1,0,'2017-07-28 03:56:17'); +INSERT INTO `marker` VALUES (8945,1900,NULL,2,1901,9495,'Campfire','Inside hill indent',113.09765625,-156.6328125,0,1,0,'2017-07-28 06:51:19'); +INSERT INTO `marker` VALUES (8946,1900,NULL,2,1901,9545,'Eldin Great Skeleton','',152.75,-70.71875,0,0,0,'2017-07-29 01:24:44'); +INSERT INTO `marker` VALUES (8947,1900,NULL,2,1916,9539,'Look','',124.1796875,-111.44921875,0,0,0,'2017-07-29 06:39:48'); +INSERT INTO `marker` VALUES (8948,1900,NULL,2,1925,9548,'Shrine of Resurrection ','',110.7890625,-157.296875,0,0,0,'2017-07-29 15:30:28'); +INSERT INTO `marker` VALUES (8949,1900,NULL,2,1901,8325,'i am here','',93.53125,-167.8125,0,0,0,'2017-07-29 22:10:20'); +INSERT INTO `marker` VALUES (8950,1900,NULL,2,1946,9546,'Misko's EX Journal','DLC Pack 1 journal',123.87890625,-155.17578125,0,1,0,'2017-07-29 23:09:55'); +INSERT INTO `marker` VALUES (8951,1900,NULL,2,1903,9554,'Traveler's Spear','',181.40625,-120.5625,0,0,0,'2017-07-30 11:02:33'); +INSERT INTO `marker` VALUES (8952,1900,NULL,2,1936,9542,'Cracked Wall','',155.6015625,-145.12109375,0,1,0,'2017-07-30 21:56:23'); +INSERT INTO `marker` VALUES (8953,1900,NULL,2,1901,9598,'Farosh','Farming',156.21875,-173.125,0,0,0,'2017-07-31 00:49:56'); +INSERT INTO `marker` VALUES (8954,1900,NULL,2,1939,3441,'Blizzrobe','',82.734375,-81.62890625,0,0,0,'2017-08-02 01:49:07'); +INSERT INTO `marker` VALUES (8955,1900,NULL,2,1940,8764,'two blue/black/white Lynel','',113.875,-181.125,0,0,0,'2017-08-02 16:11:13'); +INSERT INTO `marker` VALUES (8956,1900,NULL,2,1916,9199,'Korok?','',59.3125,-95.6875,0,0,0,'2017-08-03 06:10:46'); +INSERT INTO `marker` VALUES (8957,1900,NULL,2,1935,9694,'Secret of the Cedars','',193.4375,-154.328125,0,1,0,'2017-08-03 21:37:59'); +INSERT INTO `marker` VALUES (8958,1900,NULL,2,1935,8474,'Pomme grillées = 100','',72,-99.0625,0,0,0,'2017-08-04 00:21:34'); +INSERT INTO `marker` VALUES (8959,1900,NULL,2,1931,9903,'Bokoblin encampment','',124.77132797241211,-162.29768753051758,0,0,0,'2017-08-04 19:21:39'); +INSERT INTO `marker` VALUES (8960,1900,NULL,2,1935,9694,'A Wife Washed Away (after Divine Beast)','',180.30078125,-120.62890625,0,0,0,'2017-08-05 02:42:49'); +INSERT INTO `marker` VALUES (8961,1900,NULL,2,1901,9694,'The Giant of Ralis Pond (after divine beast)','',179.83984375,-119.28125,0,0,0,'2017-08-05 02:44:07'); +INSERT INTO `marker` VALUES (8962,1900,NULL,2,1935,8866,'A Gift of Nightshade','',168.4921875,-183.375,0,1,0,'2017-08-05 04:15:12'); +INSERT INTO `marker` VALUES (8963,1900,NULL,2,1936,854,'Small cave with a chest (ember)','',114.35546875,-158.203125,0,0,0,'2017-08-05 15:31:10'); +INSERT INTO `marker` VALUES (8964,1900,NULL,2,1943,9953,'Ancient Core','',108.828125,-88.9375,0,0,0,'2017-08-06 22:25:05'); +INSERT INTO `marker` VALUES (8965,1900,NULL,2,1901,9358,'Fotos von Wächtern','',129.859375,-188.453125,0,0,0,'2017-08-09 20:33:15'); +INSERT INTO `marker` VALUES (8966,1900,NULL,2,1925,8866,'Tawa Jinn Shrine','Tawa Jinn's Blessing. ',169.1171875,-172.3046875,0,1,0,'2017-08-10 01:34:30'); +INSERT INTO `marker` VALUES (8967,1900,NULL,2,1930,6292,'White Lynel','',117.375,-160.53125,0,0,0,'2017-08-10 14:40:42'); +INSERT INTO `marker` VALUES (8968,1900,NULL,2,1903,9260,'Gerudo simitar','',113.5234375,-181.36328125,0,0,0,'2017-08-10 15:46:23'); +INSERT INTO `marker` VALUES (8969,1900,NULL,2,1916,9372,'Korok Seed','',121.390625,-159.15234375,0,0,0,'2017-08-10 16:19:01'); +INSERT INTO `marker` VALUES (8970,1900,NULL,2,1916,9372,'Korok Seed','',121.421875,-159.5859375,0,0,0,'2017-08-10 16:19:47'); +INSERT INTO `marker` VALUES (8971,1900,NULL,2,1931,10167,'Lizalfos camp','',193.40625,-119.8125,0,0,0,'2017-08-10 20:05:14'); +INSERT INTO `marker` VALUES (8972,1900,NULL,2,1943,10167,'Silver rupee','',193.24609375,-119.734375,0,0,0,'2017-08-10 20:07:15'); +INSERT INTO `marker` VALUES (8973,1900,NULL,2,1903,9260,'Gerudo bow','Is in purple Ganon goo.',99.2265625,-182.2421875,0,0,0,'2017-08-11 08:33:53'); +INSERT INTO `marker` VALUES (8974,1900,NULL,2,1946,10223,'Misko's EX journal','',123.88051569461823,-155.18115240335464,0,0,0,'2017-08-11 22:12:57'); +INSERT INTO `marker` VALUES (8975,1900,NULL,2,1935,10223,'EX Treasure: Ancient Mask','',120.953125,-148.01171875,0,0,0,'2017-08-11 22:20:03'); +INSERT INTO `marker` VALUES (8976,1900,NULL,2,1935,10223,'Arrows of Burning Heat ','',156.64658212661743,-144.2651132941246,0,1,0,'2017-08-11 23:52:35'); +INSERT INTO `marker` VALUES (8977,1900,NULL,2,1946,10223,'Super Rumor Mill V1','',144.84192579984665,-110.49455863237381,0,0,0,'2017-08-12 02:03:26'); +INSERT INTO `marker` VALUES (8978,1900,NULL,2,1935,10223,'EX Strange Mask Rumors','',139.33168745040894,-99.09809398651123,0,1,0,'2017-08-12 02:27:59'); +INSERT INTO `marker` VALUES (8979,1900,NULL,2,1944,9049,'EX: Nintendo Switch Shirt','This item is only available if u playing in Expert mode',120.703125,-159.375,0,0,0,'2017-08-12 09:38:21'); +INSERT INTO `marker` VALUES (8980,1900,NULL,2,1944,9049,'EX: 5x bomb arrows','',105.171875,-159.765625,0,0,0,'2017-08-12 09:43:37'); +INSERT INTO `marker` VALUES (8981,1900,NULL,2,1931,9995,'Lizalfos' Enemy Camp','An Lizalfos camp with a cooking pot and two chest in the ground',85.5078125,-134.671875,0,0,0,'2017-08-12 19:27:52'); +INSERT INTO `marker` VALUES (8982,1900,NULL,2,1901,9995,'Arbiter's Ground','A place there's a molduga and a korok seed',63.0403750538826,-186.84375,0,0,0,'2017-08-12 21:05:12'); +INSERT INTO `marker` VALUES (8983,1900,NULL,2,1935,10223,'Cliffside Etchings','',81.91762113571167,-120.25440239906311,0,1,0,'2017-08-12 21:52:41'); +INSERT INTO `marker` VALUES (8984,1900,NULL,2,1944,10269,'ARROW x 5','ARROW x 5',112.2890625,-163.55859375,0,1,0,'2017-08-13 04:45:13'); +INSERT INTO `marker` VALUES (8985,1900,NULL,2,1931,10269,'5G','',111.81640625,-163.33984375,0,0,0,'2017-08-13 04:52:37'); +INSERT INTO `marker` VALUES (8986,1900,NULL,2,1930,10269,'1G','',111.15234375,-162.94140625,0,0,0,'2017-08-13 04:53:05'); +INSERT INTO `marker` VALUES (8987,1900,NULL,2,1943,10269,'OPAL','',105.38671875,-158.2734375,0,0,0,'2017-08-13 05:17:54'); +INSERT INTO `marker` VALUES (8988,1900,NULL,2,1935,9995,'A Gift of Nightshade','',168.3671875,-183.44921875,0,0,0,'2017-08-13 08:38:13'); +INSERT INTO `marker` VALUES (8989,1900,NULL,2,1901,9967,'?','',159.90625,-158.1875,0,0,0,'2017-08-13 09:40:37'); +INSERT INTO `marker` VALUES (8990,1900,NULL,2,1935,9985,'The Serpent's Jaws','Kass is singing an ancient song about a dragon...',140.8671875,-175.703125,0,0,0,'2017-08-13 20:28:56'); +INSERT INTO `marker` VALUES (8991,1900,NULL,2,1930,10309,'Iwarok','',190.39453125,-125.4609375,0,0,0,'2017-08-13 23:05:57'); +INSERT INTO `marker` VALUES (8992,1900,NULL,2,1935,9985,'Hunt for the Giant Horse','',124.8125,-182.46875,0,0,0,'2017-08-14 00:29:37'); +INSERT INTO `marker` VALUES (8993,1900,NULL,2,1901,9985,'Hestu (2nd time)','',134.00390625,-144.17578125,0,0,0,'2017-08-14 02:07:14'); +INSERT INTO `marker` VALUES (8994,1900,NULL,2,1935,3833,'EX: Korok-Mask (DLC)','',139.27634382247925,-99.08071851730347,0,1,0,'2017-08-14 11:21:25'); +INSERT INTO `marker` VALUES (8995,1900,NULL,2,1916,10253,'korok seed','',149.578125,-157.203125,0,0,0,'2017-08-14 20:03:06'); +INSERT INTO `marker` VALUES (8996,1900,NULL,2,1916,10329,'Korok s','',193.7667109966278,-163.8208203315735,0,0,0,'2017-08-15 17:09:10'); +INSERT INTO `marker` VALUES (8997,1900,NULL,2,1901,853,'Hada caballo','',140.15625,-186.21875,0,0,0,'2017-08-16 13:13:40'); +INSERT INTO `marker` VALUES (8998,1900,NULL,2,1935,10387,'Sheep Rustlers','',184.6953125,-160.9765625,0,0,0,'2017-08-16 15:16:09'); +INSERT INTO `marker` VALUES (8999,1900,NULL,2,1901,10121,'Shrine of Resurrection','',110.62273406982422,-157.12835931777954,0,1,0,'2017-08-18 01:38:56'); +INSERT INTO `marker` VALUES (9000,1900,NULL,2,1939,3441,'Blozzrobe','',103.71875,-186.328125,0,0,0,'2017-08-18 03:10:16'); +INSERT INTO `marker` VALUES (9001,1900,NULL,2,1916,10502,'korok','',112.84375,-157.1875,0,0,0,'2017-08-19 00:26:52'); +INSERT INTO `marker` VALUES (9002,1900,NULL,2,1936,10543,'Mouth of the skull','',143.3046875,-111.94921875,0,0,0,'2017-08-19 19:30:37'); +INSERT INTO `marker` VALUES (9003,1900,NULL,2,1944,9294,'Knight's Halberd (Master Mode)','This chest continually respawns in the sky and tumbles down the mountain until it despawns. Use Stasis to stop it long enough to open it.',119.0546875,-87.375,0,0,0,'2017-08-20 04:00:51'); +INSERT INTO `marker` VALUES (9004,1900,NULL,2,1936,9995,'Cracked Wall','Cracked wall + rare ore',193.7774453163147,-127.68614053726196,0,0,0,'2017-08-20 08:39:16'); +INSERT INTO `marker` VALUES (9005,1900,NULL,2,1902,9985,'Tingle's Hood','',116.34765625,-141.89453125,0,0,0,'2017-08-20 14:14:13'); +INSERT INTO `marker` VALUES (9006,1900,NULL,2,1901,9985,'Dai's Reward (Silver Rupee)','',110.640625,-145.71484375,0,0,0,'2017-08-20 19:04:28'); +INSERT INTO `marker` VALUES (9007,1900,NULL,2,1944,9985,'Phantom Helmet','',109.3984375,-147.71875,0,0,0,'2017-08-20 19:21:38'); +INSERT INTO `marker` VALUES (9008,1900,NULL,2,1936,9294,'Mineral Deposit (1 Rare, 1 Regular)','Two Mineral Deposits under Cracked Wall',61.48828125,-83.87109375,0,0,0,'2017-08-21 01:14:39'); +INSERT INTO `marker` VALUES (9009,1900,NULL,2,1901,9294,'Two Regular Mineral Deposits','Two Regular Mineral Deposits',64.4296875,-92.62109375,0,0,0,'2017-08-21 01:20:19'); +INSERT INTO `marker` VALUES (9010,1900,NULL,2,1936,9294,'Rare Mineral Deposit','Rare Mineral Deposit',64.43359375,-92.828125,0,0,0,'2017-08-21 01:21:26'); +INSERT INTO `marker` VALUES (9011,1900,NULL,2,1944,10587,'Nintendo Switch Shirt (DLC)','',120.67578125,-159.3984375,0,0,0,'2017-08-21 15:38:32'); +INSERT INTO `marker` VALUES (9012,1900,NULL,2,1935,10485,'guardian amateur','',129.875,-188.1875,0,0,0,'2017-08-22 10:48:42'); +INSERT INTO `marker` VALUES (9013,1900,NULL,2,1916,10414,'Korok seed','',61.546875,-71.96875,0,0,0,'2017-08-22 16:48:01'); +INSERT INTO `marker` VALUES (9014,1900,NULL,2,1901,10647,'Campfire','',105.5390625,-152.7578125,0,0,0,'2017-08-22 19:19:22'); +INSERT INTO `marker` VALUES (9015,1900,NULL,2,1930,10657,'Lizalfos','',177.0234375,-130.95703125,0,0,0,'2017-08-22 22:20:26'); +INSERT INTO `marker` VALUES (9016,1900,NULL,2,1944,10622,'Switch Shirt Expansion Pack Bonus','',120.69609355926514,-159.32578110694885,0,1,0,'2017-08-23 00:24:19'); +INSERT INTO `marker` VALUES (9017,1900,NULL,2,1916,8532,'','',89.91015625,-186.5390625,0,0,0,'2017-08-25 12:22:00'); +INSERT INTO `marker` VALUES (9018,1900,NULL,2,1940,8079,'White-Maned Lynel','This Lynel appears ONLY in Master Mode',117.015625,-160.890625,0,0,0,'2017-08-25 14:55:46'); +INSERT INTO `marker` VALUES (9019,1900,NULL,2,1916,10807,'Korok Seed','',106.4375,-180.0859375,0,0,0,'2017-08-25 17:52:24'); +INSERT INTO `marker` VALUES (9020,1900,NULL,2,1936,9371,'Gerudo scimitar','',113.390984416008,-176.90292984247208,0,0,0,'2017-08-26 07:33:12'); +INSERT INTO `marker` VALUES (9021,1900,NULL,2,1944,5540,'Spectral trouser','',120.046875,-137.625,0,0,0,'2017-08-26 23:30:03'); +INSERT INTO `marker` VALUES (9022,1900,NULL,2,1944,5540,'Majora's mask','',120.96875,-148.0703125,0,0,0,'2017-08-27 01:02:49'); +INSERT INTO `marker` VALUES (9023,1900,NULL,2,1910,10875,'Shock Arrows ','',174.35546875,-162.8828125,0,0,0,'2017-08-27 04:17:11'); +INSERT INTO `marker` VALUES (9024,1900,NULL,2,1901,10338,'Cliff side Etchings','',82.234375,-120.0625,0,0,0,'2017-08-27 22:06:45'); +INSERT INTO `marker` VALUES (9025,1900,NULL,2,1916,10928,'1','',128.1628761291504,-123.68462562561035,0,0,0,'2017-08-28 01:29:11'); +INSERT INTO `marker` VALUES (9026,1900,NULL,2,1916,10928,'1','',127,-128.4375,0,0,0,'2017-08-28 01:30:37'); +INSERT INTO `marker` VALUES (9027,1900,NULL,2,1936,9294,'Rare Mineral Deposit','Rare Mineral Deposit',193.7578125,-127.734375,0,0,0,'2017-08-28 02:06:54'); +INSERT INTO `marker` VALUES (9028,1900,NULL,2,1935,9854,'Mushroom Rush!','55 rushrooms',84.2890625,-162.77734375,0,0,0,'2017-08-28 13:18:33'); +INSERT INTO `marker` VALUES (9029,1900,NULL,2,1944,10989,'Amber','',107.8671875,-162.7265625,0,0,0,'2017-08-30 00:57:11'); +INSERT INTO `marker` VALUES (9030,1900,NULL,2,1925,11001,'misclick','',169.875,-74.25,0,0,0,'2017-08-30 05:04:51'); +INSERT INTO `marker` VALUES (9031,1900,NULL,2,1925,10684,'Hard','',57.125,-142.75,0,0,0,'2017-08-30 17:52:29'); +INSERT INTO `marker` VALUES (9032,1900,NULL,2,1904,10622,'5 Bomb arrows','',105.28671860694885,-159.71484375,0,1,0,'2017-08-31 00:25:01'); +INSERT INTO `marker` VALUES (9033,1900,NULL,2,1901,9141,'Palmorae Ruins','',181.953125,-180.0625,0,0,0,'2017-08-31 07:07:03'); +INSERT INTO `marker` VALUES (9034,1900,NULL,2,1930,10657,'Green Lizalfo','Green Lizalfo in Master Mode',177.0546875,-131.0078125,0,1,0,'2017-08-31 22:01:08'); +INSERT INTO `marker` VALUES (9035,1900,NULL,2,1930,10657,'Red Moblin','Red Moblin in Master Mode',60.6171875,-73.40625,0,1,0,'2017-08-31 22:01:52'); +INSERT INTO `marker` VALUES (9036,1900,NULL,2,1930,10657,'Red Bokoblin','Red Bokoblin in Master Mode',114.3046875,-164.8046875,0,1,0,'2017-08-31 22:02:51'); +INSERT INTO `marker` VALUES (9037,1900,NULL,2,1910,3999,'Precious deposit ','',85.19140625,-102.24609375,0,0,0,'2017-09-01 12:05:19'); +INSERT INTO `marker` VALUES (9038,1900,NULL,2,1935,11167,'Take Back the Sea','',160.78125,-189.4375,0,1,0,'2017-09-03 17:11:11'); +INSERT INTO `marker` VALUES (9039,1900,NULL,2,1935,11167,'Arrows of Burning Heat','',156.546875,-143.6328125,0,1,0,'2017-09-03 17:24:35'); +INSERT INTO `marker` VALUES (9040,1900,NULL,2,1935,11167,'By Fireflies Light','',157.703125,-144.1875,0,1,0,'2017-09-03 17:26:21'); +INSERT INTO `marker` VALUES (9041,1900,NULL,2,1935,11167,'The Sheep Rustlers','',184.6328125,-160.6796875,0,0,0,'2017-09-03 17:29:57'); +INSERT INTO `marker` VALUES (9042,1900,NULL,2,1935,11167,'The Giant of Ralis Pond','',179.3125,-119.40625,0,1,0,'2017-09-03 17:33:13'); +INSERT INTO `marker` VALUES (9043,1900,NULL,2,1935,11167,'A Gift of Nightshade','',168.4296875,-183.015625,0,1,0,'2017-09-03 17:34:57'); +INSERT INTO `marker` VALUES (9044,1900,NULL,2,1935,11167,'What's for Dinner','',174.4140625,-181.6328125,0,1,0,'2017-09-03 17:36:43'); +INSERT INTO `marker` VALUES (9045,1900,NULL,2,1925,11178,'Shrine of Resurrection','Shrine in Great Plateau',110.76953125,-157.35546875,0,0,0,'2017-09-04 01:23:53'); +INSERT INTO `marker` VALUES (9046,1900,NULL,2,1901,11191,'Hestu','Para gastar as Koroks Seeds',160.984375,-149.53125,0,0,0,'2017-09-04 12:18:42'); +INSERT INTO `marker` VALUES (9047,1900,NULL,2,1926,11191,'Divine Beast Vah Naboris','',85.5,-185.75,0,1,0,'2017-09-04 12:57:45'); +INSERT INTO `marker` VALUES (9048,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:43'); +INSERT INTO `marker` VALUES (9049,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:46'); +INSERT INTO `marker` VALUES (9050,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:48'); +INSERT INTO `marker` VALUES (9051,1900,NULL,2,1901,11201,'??','',105.734375,-93.015625,0,0,0,'2017-09-06 01:30:49'); +INSERT INTO `marker` VALUES (9052,1900,NULL,2,1901,11271,'zelda','',144.375,-80.375,0,0,0,'2017-09-06 14:19:25'); +INSERT INTO `marker` VALUES (9053,1900,NULL,2,1901,11202,'My Hero Sidequest','Talk to Aliza\r\nRequires Master Sword',105.40625,-148.0078125,0,0,0,'2017-09-06 15:09:55'); +INSERT INTO `marker` VALUES (9054,1900,NULL,2,1901,10901,'xshop','xshop',192.953125,-102.9375,0,0,0,'2017-09-07 10:30:42'); +INSERT INTO `marker` VALUES (9055,1900,NULL,2,1901,10901,'monter shop','monter shop',154.890625,-144.453125,0,0,0,'2017-09-07 10:31:45'); +INSERT INTO `marker` VALUES (9056,1900,NULL,2,1901,10901,'monter shop','monter shop',64.875,-170.125,0,0,0,'2017-09-07 10:32:13'); +INSERT INTO `marker` VALUES (9057,1900,NULL,2,1901,10901,'monter shop','monter shop',180.125,-158.125,0,0,0,'2017-09-07 10:32:42'); +INSERT INTO `marker` VALUES (9058,1900,NULL,2,1901,10901,'monter shop','monter shop',177.609375,-122.203125,0,0,0,'2017-09-07 10:33:03'); +INSERT INTO `marker` VALUES (9059,1900,NULL,2,1901,10901,'monter shop','monter shop',71.609375,-95.71875,0,0,0,'2017-09-07 10:33:33'); +INSERT INTO `marker` VALUES (9060,1900,NULL,2,1901,10901,'monter shop','monter shop',174.390625,-185.359375,0,0,0,'2017-09-07 10:34:03'); +INSERT INTO `marker` VALUES (9061,1900,NULL,2,1901,11341,'????','',153.09375,-71.0625,0,0,0,'2017-09-08 18:40:18'); +INSERT INTO `marker` VALUES (9062,1900,NULL,2,1901,11341,'123','123',152.859375,-70.90625,0,0,0,'2017-09-08 18:40:42'); +INSERT INTO `marker` VALUES (9063,1900,NULL,2,1902,11341,'13','123',152.765625,-70.953125,0,1,0,'2017-09-08 18:41:22'); +INSERT INTO `marker` VALUES (9064,1900,NULL,2,1902,11341,'13','123',152.765625,-70.953125,0,1,0,'2017-09-08 18:41:26'); +INSERT INTO `marker` VALUES (9065,1900,NULL,2,1940,11341,'3','31',152.890625,-70.796875,0,0,0,'2017-09-08 18:42:21'); +INSERT INTO `marker` VALUES (9066,1900,NULL,2,1901,11341,'gg','',152.78125,-70.75390625,0,0,0,'2017-09-08 18:43:26'); +INSERT INTO `marker` VALUES (9067,1900,NULL,2,1901,11341,'gg','3',152.78125,-70.75390625,0,0,0,'2017-09-08 18:43:29'); +INSERT INTO `marker` VALUES (9068,1900,NULL,2,1901,11341,'gg','3',152.78125,-70.75390625,0,0,0,'2017-09-08 18:43:33'); +INSERT INTO `marker` VALUES (9069,1900,NULL,2,1901,11391,'Nambod note','',123.890625,-155.21875,0,1,0,'2017-09-10 02:04:50'); +INSERT INTO `marker` VALUES (9070,1900,NULL,2,1916,9940,'Korok','',158.3125,-168.15625,0,0,0,'2017-09-10 08:47:22'); +INSERT INTO `marker` VALUES (9071,1900,NULL,2,1916,9940,'Korok','',149.46875,-171.21875,0,0,0,'2017-09-10 08:48:09'); +INSERT INTO `marker` VALUES (9072,1900,NULL,2,1916,9940,'Korok','',160.9375,-170.75,0,0,0,'2017-09-10 08:50:38'); +INSERT INTO `marker` VALUES (9073,1900,NULL,2,1902,9985,'Tingle's Shirt','',117.546875,-114.81640625,0,0,0,'2017-09-10 14:26:48'); +INSERT INTO `marker` VALUES (9074,1900,NULL,2,1902,9985,'Tingle's Tights','',127.55078125,-131.31640625,0,0,0,'2017-09-10 17:44:19'); +INSERT INTO `marker` VALUES (9075,1900,NULL,2,1944,8866,'Knight's Halberd','Falls from the sky. Catch with magnesis. ',118.95703125,-87.3671875,0,0,0,'2017-09-13 19:11:59'); +INSERT INTO `marker` VALUES (9076,1900,NULL,2,1901,9174,'vendeur','',139.04296875,-157.58984375,0,0,0,'2017-09-14 19:46:20'); +INSERT INTO `marker` VALUES (9077,1900,NULL,2,1910,11464,'Purple Rup','under water',185.4140625,-180.265625,0,0,0,'2017-09-15 00:13:56'); +INSERT INTO `marker` VALUES (9078,1900,NULL,2,1944,11569,'Warm Doublet','Talk to the old man for warm doublet',107.90625,-162.734375,0,0,0,'2017-09-16 23:14:53'); +INSERT INTO `marker` VALUES (9079,1900,NULL,2,1943,11569,'Amber','Inspect the rocks on the summit',107.890625,-162.703125,0,0,0,'2017-09-16 23:15:50'); +INSERT INTO `marker` VALUES (9080,1900,NULL,2,1944,11569,'Bomb arrows x5 (DLC)','',105.2265625,-159.6953125,0,0,0,'2017-09-16 23:20:41'); +INSERT INTO `marker` VALUES (9081,1900,NULL,2,1944,11569,'Switch shirt (DLC)','',120.6796875,-159.28125,0,0,0,'2017-09-16 23:21:25'); +INSERT INTO `marker` VALUES (9082,1900,NULL,2,1943,11569,'Saphire (DLC)','',117.5703125,-151.859375,0,0,0,'2017-09-16 23:22:11'); +INSERT INTO `marker` VALUES (9083,1900,NULL,2,1901,11607,'DLC Phatasma','',109.546875,-147.28125,0,0,0,'2017-09-17 13:13:50'); +INSERT INTO `marker` VALUES (9084,1900,NULL,2,1936,9294,'Ore Deposits','Ore Deposits',160.49609375,-93.03515625,0,0,0,'2017-09-18 02:24:44'); +INSERT INTO `marker` VALUES (9085,1900,NULL,2,1901,11582,'SIde quest','Kill the beasts on the beach to unlock the chest',184.09375,-161.109375,0,0,0,'2017-09-19 20:00:46'); +INSERT INTO `marker` VALUES (9086,1900,NULL,2,1901,11690,'Keese (Flock)','Large flock of Keese',121.4140625,-160.296875,0,0,0,'2017-09-21 05:32:19'); +INSERT INTO `marker` VALUES (9087,1900,NULL,2,1901,11742,'??????','',154.35546875,-157.640625,0,0,0,'2017-09-22 07:22:42'); +INSERT INTO `marker` VALUES (9088,1900,NULL,2,1926,11305,'Vah Naboris','',85.75,-186.1875,0,0,0,'2017-09-22 16:03:44'); +INSERT INTO `marker` VALUES (9089,1900,NULL,2,1901,11391,'History of the Zora','First part: The region of the zora.',172.6640625,-126.85546875,0,1,0,'2017-09-23 19:51:12'); +INSERT INTO `marker` VALUES (9090,1900,NULL,2,1901,11391,'History of the Zora','Third part: The region of the zora.',175.984375,-124.6875,0,1,0,'2017-09-23 19:55:54'); +INSERT INTO `marker` VALUES (9091,1900,NULL,2,1901,11391,'History of the Zora','Sixth part: Mipha and Ruta.',181.04296875,-128.80859375,0,1,0,'2017-09-23 20:09:52'); +INSERT INTO `marker` VALUES (9092,1900,NULL,2,1901,11391,'History of the Zora','Appendix I: An Unexpected Visitor',179.0078125,-128.62890625,0,1,0,'2017-09-23 20:16:37'); +INSERT INTO `marker` VALUES (9093,1900,NULL,2,1901,11391,'History of the Zora','Seventh part: The hero who beat Lynel',178.953125,-125.78515625,0,1,0,'2017-09-23 20:26:43'); +INSERT INTO `marker` VALUES (9094,1900,NULL,2,1901,11391,'History of the Zora','Appendix II: The Prince's Feat',186.24609375,-119.6640625,0,1,0,'2017-09-23 22:27:19'); +INSERT INTO `marker` VALUES (9095,1900,NULL,2,1901,11391,'History of the Zora','Memories of a stonemason',178.1640625,-116.4765625,0,1,0,'2017-09-24 01:19:52'); +INSERT INTO `marker` VALUES (9096,1900,NULL,2,1901,11391,'History of the Zora','Fifth part: the great princess Ruto',172.40625,-131.0390625,0,1,0,'2017-09-24 01:39:09'); +INSERT INTO `marker` VALUES (9097,1900,NULL,2,1901,11391,'History of the Zora','Second part: the links with Hyrule',172.96875,-127.53125,0,1,0,'2017-09-24 01:52:10'); +INSERT INTO `marker` VALUES (9098,1900,NULL,2,1901,11391,'History of the Zora','Fourth part: the champion festival',176.3203125,-129.1796875,0,1,0,'2017-09-24 02:02:20'); +INSERT INTO `marker` VALUES (9099,1900,NULL,2,1920,11617,'Sherfin's secret Hot Spring','',60.625,-73.5,0,0,0,'2017-09-24 11:04:15'); +INSERT INTO `marker` VALUES (9100,1900,NULL,2,1935,11777,'Good-Sized Horse','',96,-157.140625,0,0,0,'2017-09-24 17:39:42'); +INSERT INTO `marker` VALUES (9101,1900,NULL,2,1925,11860,'Norahma','',97.671875,-105.21875,0,0,0,'2017-09-25 00:57:42'); +INSERT INTO `marker` VALUES (9102,1900,NULL,2,1944,11817,'Majora's Mask','DLC Pack 1 EX Treasure',120.8828125,-148.09375,0,0,0,'2017-09-25 07:50:22'); +INSERT INTO `marker` VALUES (9103,1900,NULL,2,1944,11817,'Majora's Mask','DLC Pack 1 EX Treasure',120.8828125,-148.09375,0,0,0,'2017-09-25 07:50:23'); +INSERT INTO `marker` VALUES (9104,1900,NULL,2,1935,11889,'Leviathan','',151.921875,-70.03125,0,0,0,'2017-09-27 03:11:16'); +INSERT INTO `marker` VALUES (9105,1900,NULL,2,1935,11889,'An Ice Guy','This quest starts at Kara Kara Bazaar, located in the Gerudo Wasteland Region. With a Rito named Guy.',77.3984375,-168.23828125,0,0,0,'2017-09-27 05:51:59'); +INSERT INTO `marker` VALUES (9106,1900,NULL,2,1940,11360,'Silver Lynel','',56.7578125,-86.046875,0,0,0,'2017-09-30 07:44:29'); +INSERT INTO `marker` VALUES (9107,1900,NULL,2,1946,11391,'The mysterious mask','',144.73046875,-110.1015625,0,1,0,'2017-09-30 17:59:35'); +INSERT INTO `marker` VALUES (9108,1900,NULL,2,1939,11157,'Ice Wizzrobe','',82.8515625,-81.79296875,0,0,0,'2017-10-02 05:22:25'); +INSERT INTO `marker` VALUES (9109,1900,NULL,2,1939,5540,'Blizzaro','',68.3515625,-161.6171875,0,0,0,'2017-10-02 10:25:23'); +INSERT INTO `marker` VALUES (9110,1900,NULL,2,1903,4402,'Elemental weapons','The "bird wizards" who, when killed drops elemental weapons',139.46875,-115.953125,0,0,0,'2017-10-02 17:31:39'); +INSERT INTO `marker` VALUES (9111,1900,NULL,2,1939,5540,'Ice Wizzrobe','',75.796875,-152.421875,0,0,0,'2017-10-03 22:53:28'); +INSERT INTO `marker` VALUES (9112,1900,NULL,2,1916,12072,'Korok Seed','',134.11658585071564,-144.27362501621246,0,0,0,'2017-10-04 10:14:41'); +INSERT INTO `marker` VALUES (9113,1900,NULL,2,1916,12150,'Krog','',112.859375,-153.59375,0,0,0,'2017-10-05 18:02:29'); +INSERT INTO `marker` VALUES (9114,1900,NULL,2,1901,11742,'?','',98.46875,-134.1015625,0,0,0,'2017-10-07 07:36:27'); +INSERT INTO `marker` VALUES (9115,1900,NULL,2,1925,11464,'Atlitzmin','hided',92.546875,-113.890625,0,0,0,'2017-10-08 01:51:42'); +INSERT INTO `marker` VALUES (9116,1900,NULL,2,1925,11464,'Nineah Shrine','basic skill test',113.21484375,-118.20703125,0,0,0,'2017-10-08 01:53:54'); +INSERT INTO `marker` VALUES (9117,1900,NULL,2,1925,11464,'Nittma Shrine','basic test of strenght',136.6015625,-174.6796875,0,0,0,'2017-10-08 02:00:47'); +INSERT INTO `marker` VALUES (9118,1900,NULL,2,1925,11464,'Noihkra Shrine','Noihkra's protection',86.84375,-95.8359375,0,0,0,'2017-10-08 02:09:11'); +INSERT INTO `marker` VALUES (9119,1900,NULL,2,1925,11464,'Rimoa Shrine','oposite to the wind',101.1640625,-88.0234375,0,0,0,'2017-10-08 02:10:28'); +INSERT INTO `marker` VALUES (9120,1900,NULL,2,1901,3455,'yo','',121.28125,-159.26171875,0,0,0,'2017-10-08 17:04:59'); +INSERT INTO `marker` VALUES (9121,1900,NULL,2,1916,12215,'Korok Seed','',110.40234375,-117.4453125,0,0,0,'2017-10-08 17:48:23'); +INSERT INTO `marker` VALUES (9122,1900,NULL,2,1940,12306,'lynel','',110.015625,-147.75,0,0,0,'2017-10-11 16:18:33'); +INSERT INTO `marker` VALUES (9123,1900,NULL,2,1901,12017,'Fang and Bong as First Meet.','Kilton , Shop of Monsters, Dark World.',178.76953125,-74.125,0,0,0,'2017-10-13 04:34:24'); +INSERT INTO `marker` VALUES (9124,1900,NULL,2,1903,12348,'Cobble Crusher','Respawning Weapon',153.47265625,-82.1171875,0,1,0,'2017-10-14 06:30:42'); +INSERT INTO `marker` VALUES (9125,1900,NULL,2,1920,12017,'God of mountain','A horse Can't register due to it's God of Mountain.',92.75,-133.484375,0,0,0,'2017-10-14 08:53:06'); +INSERT INTO `marker` VALUES (9126,1900,NULL,2,1910,12017,'Bird Egg','',92.10546875,-134.33984375,0,0,0,'2017-10-14 08:54:41'); +INSERT INTO `marker` VALUES (9127,1900,NULL,2,1901,12400,'dragon','',153.0625,-71,0,0,0,'2017-10-15 15:07:50'); +INSERT INTO `marker` VALUES (9128,1900,NULL,2,1939,5540,'Ice Wizzrobe','',103.7578125,-186.3984375,0,0,0,'2017-10-16 15:59:20'); +INSERT INTO `marker` VALUES (9129,1900,NULL,2,1904,12452,'Falcon Bow','Inside a tresure chest on the top of a Monster Camp',68.4140625,-122.015625,0,0,0,'2017-10-16 16:29:11'); +INSERT INTO `marker` VALUES (9130,1900,NULL,2,1920,12017,'Shot Horn of Dragon','Shot Horn of Dragon to get more rupee.(Make Money)',155.70703125,-172.10546875,0,0,0,'2017-10-19 22:12:17'); +INSERT INTO `marker` VALUES (9131,1900,NULL,2,1939,9434,'Ice Wizzrobe','',103.6171875,-186.578125,0,0,0,'2017-10-20 02:37:00'); +INSERT INTO `marker` VALUES (9132,1900,NULL,2,1901,12332,'Apples','',97.5625,-133.328125,0,0,0,'2017-10-20 07:17:58'); +INSERT INTO `marker` VALUES (9133,1900,NULL,2,1901,12578,'Zora Stone Monument','',180.22265625,-119.1875,0,0,0,'2017-10-20 20:00:48'); +INSERT INTO `marker` VALUES (9134,1900,NULL,2,1935,12578,'A Parent's Love','The house does not appear on this map so the location may be skewed.',190.0625,-103.6015625,0,0,0,'2017-10-20 20:18:10'); +INSERT INTO `marker` VALUES (9135,1900,NULL,2,1902,12566,'Nintendo Switch Shirt','Only avaible with the Extention Pass',120.6640625,-159.2578125,0,0,0,'2017-10-21 01:02:40'); +INSERT INTO `marker` VALUES (9136,1900,NULL,2,1926,12597,'Divine Beast',' Vah Rudania',165.8125,-89.75,0,1,0,'2017-10-21 18:41:42'); +INSERT INTO `marker` VALUES (9137,1900,NULL,2,1903,9294,'[Master Mode] Blizzard Rod','',85.31640625,-97.28125,0,0,0,'2017-10-23 03:16:56'); +INSERT INTO `marker` VALUES (9138,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',93.00390625,-94.046875,0,0,0,'2017-10-23 04:52:45'); +INSERT INTO `marker` VALUES (9139,1900,NULL,2,1903,9294,'[Master Mode] Feathered Spear','',93.54296875,-95.0078125,0,0,0,'2017-10-23 04:53:22'); +INSERT INTO `marker` VALUES (9140,1900,NULL,2,1944,10827,'EX Treasure: Phantom Helm','',109.703125,-146.92578125,0,0,0,'2017-10-23 10:02:56'); +INSERT INTO `marker` VALUES (9141,1900,NULL,2,1935,12215,'The Mystery Polluter','',68.109375,-172.5546875,0,0,0,'2017-10-23 21:12:34'); +INSERT INTO `marker` VALUES (9142,1900,NULL,2,1935,12215,'The Undefeated Champ','',69.19921875,-176.640625,0,0,0,'2017-10-23 21:24:55'); +INSERT INTO `marker` VALUES (9143,1900,NULL,2,1916,12660,'Korok Seeds','',106.58203125,-146.23828125,0,0,0,'2017-10-25 13:07:34'); +INSERT INTO `marker` VALUES (9144,1900,NULL,2,1916,12660,'Korok Seeds','',72.953125,-120.984375,0,0,0,'2017-10-25 13:40:42'); +INSERT INTO `marker` VALUES (9145,1900,NULL,2,1904,12566,'5x Bomb Arrows (DLC1)','Only avaible with DLC1.',105.27734375,-159.65625,0,0,0,'2017-10-27 00:06:41'); +INSERT INTO `marker` VALUES (9146,1900,NULL,2,1940,12739,'Lynel Silver MM','',116.875,-160.96875,0,1,0,'2017-10-27 03:43:52'); +INSERT INTO `marker` VALUES (9147,1900,NULL,2,1940,12739,'Master Mode. Lynel Silver','Master mode lynel silver',117.33042192459106,-160.9768283367157,0,0,0,'2017-10-27 03:46:17'); +INSERT INTO `marker` VALUES (9148,1900,NULL,2,1930,12739,'Master Mode Bokoblin blue plataform ','Master mode plataform bokoblin blue',118.0878477692604,-152.89804303646088,0,1,0,'2017-10-27 04:08:36'); +INSERT INTO `marker` VALUES (9149,1900,NULL,2,1925,12742,'Shrine of Ressurection','',111.34375,-155.984375,0,0,0,'2017-10-27 13:06:58'); +INSERT INTO `marker` VALUES (9150,1900,NULL,2,1903,9294,'[Master Mode] Drillshaft','',188.2578125,-110.67578125,0,0,0,'2017-10-29 04:47:56'); +INSERT INTO `marker` VALUES (9151,1900,NULL,2,1903,9294,'[Master Mode] Stone Smasher','',185.65625,-112.5390625,0,0,0,'2017-10-29 04:54:04'); +INSERT INTO `marker` VALUES (9152,1900,NULL,2,1903,9294,'[Master Mode] Royal Broadsword','',184.3984375,-111.984375,0,0,0,'2017-10-29 04:58:25'); +INSERT INTO `marker` VALUES (9153,1900,NULL,2,1905,9294,'[Master Mode] Silver Shield','',183.38671875,-112.8984375,0,0,0,'2017-10-29 05:03:42'); +INSERT INTO `marker` VALUES (9154,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',185.06640625,-108.59765625,0,0,0,'2017-10-29 05:07:04'); +INSERT INTO `marker` VALUES (9155,1900,NULL,2,1903,9294,'[Master Mode] Flamespear','',185.38671875,-108.8359375,0,0,0,'2017-10-29 05:11:28'); +INSERT INTO `marker` VALUES (9156,1900,NULL,2,1903,9294,'[Master Mode] Flameblade','',187.01171875,-108.78515625,0,0,0,'2017-10-29 05:14:12'); +INSERT INTO `marker` VALUES (9157,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',186.3515625,-108.75390625,0,0,0,'2017-10-29 05:16:00'); +INSERT INTO `marker` VALUES (9158,1900,NULL,2,1903,9294,'[Master Mode] Meteor Rod','',185.859375,-108.80078125,0,0,0,'2017-10-29 05:17:09'); +INSERT INTO `marker` VALUES (9159,1900,NULL,2,1903,9294,'[Master Mode] Royal Claymore','',177.734375,-105.734375,0,0,0,'2017-10-29 06:12:49'); +INSERT INTO `marker` VALUES (9160,1900,NULL,2,1903,9294,'[Master Mode] Great Frostblade','',175.34375,-108.4375,0,0,0,'2017-10-29 09:48:23'); +INSERT INTO `marker` VALUES (9161,1900,NULL,2,1944,12739,'5 explosive arrow master mode','5 explosive arrow master mode',105.30124998092651,-159.6958748102188,0,0,0,'2017-10-29 21:01:34'); +INSERT INTO `marker` VALUES (9162,1900,NULL,2,1903,9294,'[Master Mode] Silverscale Spear','',166.23828125,-124.06640625,0,0,0,'2017-10-30 01:44:22'); +INSERT INTO `marker` VALUES (9163,1900,NULL,2,1903,9294,'[Master Mode] Zora Sword','',170.18359375,-122.390625,0,0,0,'2017-10-30 01:53:30'); +INSERT INTO `marker` VALUES (9164,1900,NULL,2,1905,9294,'[Master Mode] Silver Shield','',171.5859375,-123.81640625,0,0,0,'2017-10-30 01:55:22'); +INSERT INTO `marker` VALUES (9165,1900,NULL,2,1903,9294,'[Master Mode] Royal Broadsword','',169.8203125,-149.65625,0,0,0,'2017-10-30 02:42:00'); +INSERT INTO `marker` VALUES (9166,1900,NULL,2,1903,9294,'[Master Mode] Great Thunderblade','',155.7421875,-175.2109375,0,0,0,'2017-10-30 03:37:21'); +INSERT INTO `marker` VALUES (9167,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',155.78125,-175.23046875,0,0,0,'2017-10-30 03:37:45'); +INSERT INTO `marker` VALUES (9168,1900,NULL,2,1905,9294,'[Master Mode] Forest Dweller's Shield','',155.91796875,-177.8359375,0,0,0,'2017-10-30 05:10:04'); +INSERT INTO `marker` VALUES (9169,1900,NULL,2,1903,9294,'[Master Mode] Forest Dweller's Bow','',156.23046875,-178.0546875,0,0,0,'2017-10-30 05:11:24'); +INSERT INTO `marker` VALUES (9170,1900,NULL,2,1903,9294,'[Master Mode] Thunderspear','',156.06640625,-179.37109375,0,0,0,'2017-10-30 05:25:14'); +INSERT INTO `marker` VALUES (9171,1900,NULL,2,1903,9294,'[Master Mode] Thunderstorm Rod','',158.30859375,-179.3046875,0,0,0,'2017-10-30 05:36:05'); +INSERT INTO `marker` VALUES (9172,1900,NULL,2,1901,1918,'dlc','',109.44921875,-147.8359375,0,0,0,'2017-11-02 00:35:37'); +INSERT INTO `marker` VALUES (9173,1900,NULL,2,1916,12999,'Korok Seed','',66.203125,-82.0703125,0,0,0,'2017-11-05 10:00:06'); +INSERT INTO `marker` VALUES (9174,1900,NULL,2,1901,12363,'semilla','',132.20703125,-179.421875,0,0,0,'2017-11-05 15:21:17'); +INSERT INTO `marker` VALUES (9175,1900,NULL,2,1939,12272,'blizzard wizzrob','',103.77945327758789,-186.42546871304512,0,0,0,'2017-11-06 17:59:39'); +INSERT INTO `marker` VALUES (9176,1900,NULL,2,1921,13102,'Kokoriko','',113.25,-107.3125,0,0,0,'2017-11-08 05:39:39'); +INSERT INTO `marker` VALUES (9177,1900,NULL,2,1936,12889,'entrada a santuario','con una flecha bomba para romper las piedras y poder entrar al santuario',193.55859375,-114.83984375,0,1,0,'2017-11-09 01:31:32'); +INSERT INTO `marker` VALUES (9178,1900,NULL,2,1916,13093,'Down The Hill','Did not managed to reach it. so far :/',191.65625,-154.734375,0,0,0,'2017-11-09 21:53:06'); +INSERT INTO `marker` VALUES (9179,1900,NULL,2,1910,13124,'Korok Mask','The Korok Mask can be found here.',139.34375,-98.9140625,0,0,0,'2017-11-12 15:41:21'); +INSERT INTO `marker` VALUES (9180,1900,NULL,2,1926,13214,'Divine Beast Vah Rudania','',167.5625,-87.625,0,1,0,'2017-11-13 02:13:13'); +INSERT INTO `marker` VALUES (9181,1900,NULL,2,1926,13214,'Divine Beast Vah Medoh','',71.5625,-99.875,0,1,0,'2017-11-13 02:14:06'); +INSERT INTO `marker` VALUES (9182,1900,NULL,2,1926,13214,'Divine Beast Vah Naboris','',80.5625,-180.75,0,1,0,'2017-11-13 02:14:49'); +INSERT INTO `marker` VALUES (9183,1900,NULL,2,1920,13214,'Kara Kara Bazaar','',77.44921875,-167.9609375,0,0,0,'2017-11-13 02:18:35'); +INSERT INTO `marker` VALUES (9184,1900,NULL,2,1920,13214,'Yiga Clan Hideout','',71.87109375,-149.55859375,0,0,0,'2017-11-13 02:19:09'); +INSERT INTO `marker` VALUES (9185,1900,NULL,2,1920,13214,'Flight Range','',67.984375,-92.33203125,0,1,0,'2017-11-13 02:21:09'); +INSERT INTO `marker` VALUES (9186,1900,NULL,2,1920,13214,'Abandoned North Mine','',153.69921875,-84.37109375,0,1,0,'2017-11-13 02:21:43'); +INSERT INTO `marker` VALUES (9187,1900,NULL,2,1920,13214,'Southern Mine','',153.74609375,-97.0703125,0,0,0,'2017-11-13 02:22:20'); +INSERT INTO `marker` VALUES (9188,1900,NULL,2,1926,13250,'Vah' Nabooris','',95,-168.875,0,0,0,'2017-11-16 07:28:04'); +INSERT INTO `marker` VALUES (9189,1900,NULL,2,1901,13282,'mission','',141,-164.875,0,0,0,'2017-11-16 11:00:55'); +INSERT INTO `marker` VALUES (9190,1900,NULL,2,1901,13283,'Cant find Hinox','',116.46875,-108.390625,0,0,0,'2017-11-17 11:10:19'); +INSERT INTO `marker` VALUES (9191,1900,NULL,2,1901,13376,'Ambre brut','Examinez le rocher au sommet',107.875,-162.69921875,0,0,0,'2017-11-19 17:57:10'); +INSERT INTO `marker` VALUES (9192,1900,NULL,2,1901,13379,'semilla sin poder hacer','acertijo de manzanas, no he podido completar\r\n',172.25,-165.359375,0,0,0,'2017-11-20 00:23:12'); +INSERT INTO `marker` VALUES (9193,1900,NULL,2,1901,13379,'semilla sin poder hacer','semilla faltante',172.109375,-165.390625,0,1,0,'2017-11-20 00:25:00'); +INSERT INTO `marker` VALUES (9194,1900,NULL,2,1905,9294,'[Master Mode] Kite Shield','',84.4453125,-91.0078125,0,0,0,'2017-11-20 05:01:31'); +INSERT INTO `marker` VALUES (9195,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',82.3515625,-94.87890625,0,0,0,'2017-11-20 05:10:56'); +INSERT INTO `marker` VALUES (9196,1900,NULL,2,1944,9294,'[Master Mode] Feathered Edge','',81.9765625,-94.50390625,0,0,0,'2017-11-20 05:13:47'); +INSERT INTO `marker` VALUES (9197,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',101.53125,-130.4921875,0,0,0,'2017-11-20 08:18:28'); +INSERT INTO `marker` VALUES (9198,1900,NULL,2,1902,13446,'Korok Mask (DLC)','The approximate location of the Korok Mask.',138.5625,-99.2578125,0,1,0,'2017-11-22 00:34:51'); +INSERT INTO `marker` VALUES (9199,1900,NULL,2,1902,13446,'Phantom Helmet (DLC)','The location of the Phantom Helmet, buried in the ground in a red EX treasure chest.',109.48828125,-147.21875,0,1,0,'2017-11-22 00:39:06'); +INSERT INTO `marker` VALUES (9200,1900,NULL,2,1902,13446,'Majora's Mask (DLC)','The location of Majora's Mask.',120.9921875,-148.05078125,0,1,0,'2017-11-22 00:40:07'); +INSERT INTO `marker` VALUES (9201,1900,NULL,2,1910,13446,'Travel Medallion (DLC)','The location of the Travel Medallion.',200.7421875,-72.33203125,0,1,0,'2017-11-22 00:42:30'); +INSERT INTO `marker` VALUES (9202,1900,NULL,2,1902,13446,'Fused Shadow Helmet (DLC)','The location of the Fused Shadow (Midna's) Helmet.',106.0390625,-131.29296875,0,1,0,'2017-11-22 00:44:28'); +INSERT INTO `marker` VALUES (9203,1900,NULL,2,1939,13373,'Ice Wizzrobe','',103.765625,-186.421875,0,0,0,'2017-11-24 09:16:18'); +INSERT INTO `marker` VALUES (9204,1900,NULL,2,1931,13530,'Bokoblin Camp','',107.96875,-154.2109375,0,0,0,'2017-11-25 08:22:12'); +INSERT INTO `marker` VALUES (9205,1900,NULL,2,1930,13530,'Blue Bokoblin','',111.171875,-162.9375,0,0,0,'2017-11-25 09:00:08'); +INSERT INTO `marker` VALUES (9206,1900,NULL,2,1931,13530,'Bokoblin Camp','',111.6953125,-163.2890625,0,0,0,'2017-11-25 09:02:45'); +INSERT INTO `marker` VALUES (9207,1900,NULL,2,1931,13530,'Bokoblin Camp','',111.92578125,-162.08984375,0,0,0,'2017-11-25 09:04:25'); +INSERT INTO `marker` VALUES (9208,1900,NULL,2,1903,13531,'Tree Branch','',139.79296875,-158.1484375,0,0,0,'2017-11-25 17:18:44'); +INSERT INTO `marker` VALUES (9209,1900,NULL,2,1901,4715,'Golden Claymore??','',65.0625,-140.0625,0,0,0,'2017-11-26 03:57:23'); +INSERT INTO `marker` VALUES (9210,1900,NULL,2,1926,6079,'Divine Beast Vah Rudania','',167.9375,-87.875,0,0,0,'2017-11-26 23:49:42'); +INSERT INTO `marker` VALUES (9211,1900,NULL,2,1925,13208,'Sheem Dagoze Shrine','',98.4375,-129.390625,0,0,0,'2017-11-27 07:33:31'); +INSERT INTO `marker` VALUES (9212,1900,NULL,2,1944,9294,'[Master Mode] Royal Bow','',148.59375,-117.40625,0,0,0,'2017-11-27 07:37:01'); +INSERT INTO `marker` VALUES (9213,1900,NULL,2,1944,9294,'[Master Mode] Silverscale Spear','',163.70703125,-124.16015625,0,0,0,'2017-11-27 09:14:25'); +INSERT INTO `marker` VALUES (9214,1900,NULL,2,1903,13612,'?????','',141.8984375,-102.83203125,0,0,0,'2017-11-27 14:45:51'); +INSERT INTO `marker` VALUES (9215,1900,NULL,2,1948,13746,'Adventurer Camp','A camp with an adventurer, rice, seared meat',137.640625,-129.09375,0,0,0,'2017-12-02 20:00:28'); +INSERT INTO `marker` VALUES (9216,1900,NULL,2,1903,13750,'Flamesword chest','Inside Shrine',110.25,-88.75,0,0,0,'2017-12-03 02:41:54'); +INSERT INTO `marker` VALUES (9217,1900,NULL,2,1944,9294,'[Master Mode] Throwing Spear','',143.28125,-143.125,0,0,0,'2017-12-03 10:51:21'); +INSERT INTO `marker` VALUES (9218,1900,NULL,2,1930,13772,'Electric Keese','',170.65625,-127.5546875,0,0,0,'2017-12-03 13:09:29'); +INSERT INTO `marker` VALUES (9219,1900,NULL,2,1901,13376,'la huitième héroïne','',59.765625,-136.03125,0,0,0,'2017-12-03 17:34:05'); +INSERT INTO `marker` VALUES (9220,1900,NULL,2,1901,13784,'shrine','',159.9375,-141.75,0,0,0,'2017-12-03 18:38:55'); +INSERT INTO `marker` VALUES (9221,1900,NULL,2,1902,13746,'Ancient Screw','It's in the guardian ',132.671875,-151.4453125,0,0,0,'2017-12-04 02:42:16'); +INSERT INTO `marker` VALUES (9222,1900,NULL,2,1944,9294,'[Master Mode] Royal Halberd','',153.828125,-159.6484375,0,0,0,'2017-12-04 04:19:49'); +INSERT INTO `marker` VALUES (9223,1900,NULL,2,1941,7062,'Talus escondido xdd ','Firee!',161.265625,-80.859375,0,0,0,'2017-12-04 05:24:32'); +INSERT INTO `marker` VALUES (9224,1900,NULL,2,1930,13799,'ganon','',124.03515625,-111.4375,0,0,0,'2017-12-04 19:57:42'); +INSERT INTO `marker` VALUES (9225,1900,NULL,2,1930,13799,'ganon','',124.03515625,-111.4375,0,0,0,'2017-12-04 19:57:49'); +INSERT INTO `marker` VALUES (9226,1900,NULL,2,1930,13799,'ganon','',124.03515625,-111.4375,0,0,0,'2017-12-04 19:57:50'); +INSERT INTO `marker` VALUES (9227,1900,NULL,2,1930,13799,'ganon','ganon boss final',124.03515625,-111.4375,0,1,0,'2017-12-04 19:58:18'); +INSERT INTO `marker` VALUES (9228,1900,NULL,2,1930,13799,'ganon','ganon boss final',124.03515625,-111.4375,0,1,0,'2017-12-04 19:58:20'); +INSERT INTO `marker` VALUES (9229,1900,NULL,2,1920,13815,'Kakiriko Village','',155.859375,-143.421875,0,0,0,'2017-12-06 09:35:35'); +INSERT INTO `marker` VALUES (9230,1900,NULL,2,1935,13525,'Take Back the Sea','',172.94921875,-181.65234375,0,0,0,'2017-12-06 15:25:40'); +INSERT INTO `marker` VALUES (9231,1900,NULL,2,1944,13892,'??? ?????? 1','????? ?????? ??????\r\n',154.02734375,-177.3125,0,0,0,'2017-12-08 15:46:26'); +INSERT INTO `marker` VALUES (9232,1900,NULL,2,1926,11429,'Divine Beast Vah Naboris','',85.875,-184.875,0,1,0,'2017-12-09 10:39:27'); +INSERT INTO `marker` VALUES (9233,1900,NULL,2,1949,13951,'fgsefs','',129.6875,-145.78125,0,1,0,'2017-12-09 19:12:46'); +INSERT INTO `marker` VALUES (9234,1900,NULL,2,1920,13953,'Pondo's Lodge','Snow Bowling for Rupees',95.5546875,-95.5,0,1,0,'2017-12-09 21:47:52'); +INSERT INTO `marker` VALUES (9235,1900,NULL,2,1944,9294,'[Master Mode] Double Axe','',140.6484375,-127.69140625,0,0,0,'2017-12-10 02:19:56'); +INSERT INTO `marker` VALUES (9236,1900,NULL,2,1944,9294,'[Master Mode] Royal Bow','',132.9453125,-148.21875,0,0,0,'2017-12-10 02:34:43'); +INSERT INTO `marker` VALUES (9237,1900,NULL,2,1943,9294,'[Master Mode] Sapphire','',110.6484375,-143.4609375,0,0,0,'2017-12-10 03:19:03'); +INSERT INTO `marker` VALUES (9238,1900,NULL,2,1944,9294,'[Master Mode] Royal Shield','',110.1015625,-144.328125,0,0,0,'2017-12-10 03:19:29'); +INSERT INTO `marker` VALUES (9239,1900,NULL,2,1944,9294,'[Master Mode] Golden Bow','',100.1640625,-151.31640625,0,0,0,'2017-12-10 08:03:04'); +INSERT INTO `marker` VALUES (9240,1900,NULL,2,1944,9294,'[Master Mode] Radiant Shield','',101.609375,-152.1484375,0,0,0,'2017-12-10 08:16:04'); +INSERT INTO `marker` VALUES (9241,1900,NULL,2,1943,9294,'[Master Mode] Diamond','',102.203125,-152.25390625,0,0,0,'2017-12-10 08:30:00'); +INSERT INTO `marker` VALUES (9242,1900,NULL,2,1943,9294,'[Master Mode] Diamond','',101.4765625,-152.6796875,0,0,0,'2017-12-10 08:31:22'); +INSERT INTO `marker` VALUES (9243,1900,NULL,2,1944,9294,'[Master Mode] Royal Bow','',106.9765625,-157.2578125,0,0,0,'2017-12-10 09:29:39'); +INSERT INTO `marker` VALUES (9244,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',105.0078125,-156.73828125,0,0,0,'2017-12-10 09:35:20'); +INSERT INTO `marker` VALUES (9245,1900,NULL,2,1944,9294,'[Master Mode] Golden Claymore','',104.890625,-156.31640625,0,0,0,'2017-12-10 09:36:02'); +INSERT INTO `marker` VALUES (9246,1900,NULL,2,1944,9294,'[Master Mode] Royal Claymore','',110.61328125,-161.35546875,0,0,0,'2017-12-10 10:35:02'); +INSERT INTO `marker` VALUES (9247,1900,NULL,2,1944,9294,'[Master Mode] Royal Shield','',111.4609375,-159.6328125,0,0,0,'2017-12-10 10:45:10'); +INSERT INTO `marker` VALUES (9248,1900,NULL,2,1925,13991,'Ruvo Korbah Shrine','A major test of strenght',116.5625,-162.25,0,0,0,'2017-12-10 19:16:41'); +INSERT INTO `marker` VALUES (9249,1900,NULL,2,1925,13991,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.09375,0,0,0,'2017-12-10 19:18:03'); +INSERT INTO `marker` VALUES (9250,1900,NULL,2,1901,14001,'MONI BOI','',156.0625,-173.671875,0,0,0,'2017-12-10 22:55:24'); +INSERT INTO `marker` VALUES (9251,1900,NULL,2,1910,13746,'Opal','Opal',177.8828125,-128.8984375,0,0,0,'2017-12-11 02:08:33'); +INSERT INTO `marker` VALUES (9252,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',129.984375,-174.96875,0,0,0,'2017-12-11 03:27:21'); +INSERT INTO `marker` VALUES (9253,1900,NULL,2,1944,9294,'[Master Mode] Meteor Rod','',129.94921875,-175.23046875,0,0,0,'2017-12-11 03:27:46'); +INSERT INTO `marker` VALUES (9254,1900,NULL,2,1916,11731,'koeok','',60.625,-186.5625,0,0,0,'2017-12-11 17:45:53'); +INSERT INTO `marker` VALUES (9255,1900,NULL,2,1916,11731,'koeok','',60.625,-186.5625,0,0,0,'2017-12-11 17:45:53'); +INSERT INTO `marker` VALUES (9256,1900,NULL,2,1916,11731,'koeok','',60.625,-186.5625,0,0,0,'2017-12-11 17:45:53'); +INSERT INTO `marker` VALUES (9257,1900,NULL,2,1901,14053,'Kilton','',174.25,-185.28125,0,0,0,'2017-12-11 22:06:14'); +INSERT INTO `marker` VALUES (9258,1900,NULL,2,1943,14074,'Treasures unheard of.','Surounded by spikes,\r\n50 rupees',169.96484375,-123.5,0,1,0,'2017-12-12 14:20:26'); +INSERT INTO `marker` VALUES (9259,1900,NULL,2,1902,14059,'Phantom Helmet (DLC)','',109.46484375,-147.1875,0,0,0,'2017-12-12 18:36:29'); +INSERT INTO `marker` VALUES (9260,1900,NULL,2,1902,14059,'Phantom Armor (DLC)','',124.1484375,-126.66796875,0,0,0,'2017-12-12 18:37:10'); +INSERT INTO `marker` VALUES (9261,1900,NULL,2,1901,14059,'Phantom Greaves (DLC)','',120.05859375,-137.51953125,0,0,0,'2017-12-12 18:37:57'); +INSERT INTO `marker` VALUES (9262,1900,NULL,2,1944,14059,'Midna's Mask (DLC)','',106.1875,-131.40234375,0,0,0,'2017-12-12 19:23:51'); +INSERT INTO `marker` VALUES (9263,1900,NULL,2,1901,14119,'START','',115.0625,-134.75,0,0,0,'2017-12-13 13:36:33'); +INSERT INTO `marker` VALUES (9264,1900,NULL,2,1931,14053,'Lizalfos camp','',77.3671875,-162.8671875,0,0,0,'2017-12-13 15:38:33'); +INSERT INTO `marker` VALUES (9265,1900,NULL,2,1925,13944,'Rohitta-Chigu-Shrine(DLC)','Part of the DLC pack',119.8359375,-156.109375,0,0,0,'2017-12-13 18:14:10'); +INSERT INTO `marker` VALUES (9266,1900,NULL,2,1925,13944,'Ruhne-Koriba-Shrine(DLC)','Part of the (DLC). Quest with the one hit striker and only 1 quater health.',115.015625,-161.578125,0,0,0,'2017-12-13 18:19:06'); +INSERT INTO `marker` VALUES (9267,1900,NULL,2,1925,13944,'Etsuy-Korima-Shrine (DLC)','Part of the DLC, Quest with the one hit striker and a quater health. one of the four shrines of the quest',109.00390625,-160.98046875,0,0,0,'2017-12-13 18:21:51'); +INSERT INTO `marker` VALUES (9268,1900,NULL,2,1925,13944,'Yohwaka-Iruta-Shrine','Part of the DLC, Quest with the one hit striker and a quater health. one of the four shrines of the quest.\r\nNot shure if the shrine name is the same in english as i play the german vershion of the game',113.2734375,-154.0703125,0,0,0,'2017-12-13 18:23:17'); +INSERT INTO `marker` VALUES (9269,1900,NULL,2,1916,14160,'Not Gotten','',132.796875,-163.25,0,0,0,'2017-12-14 00:31:17'); +INSERT INTO `marker` VALUES (9270,1900,NULL,2,1916,14121,'korok','',186.921875,-161.11328125,0,0,0,'2017-12-14 02:49:46'); +INSERT INTO `marker` VALUES (9271,1900,NULL,2,1926,11424,'Divine Beast VAh'Naboris','',167.625,-87.8125,0,0,0,'2017-12-14 16:09:20'); +INSERT INTO `marker` VALUES (9272,1900,NULL,2,1901,14257,'Recovery water','',163.890625,-165.109375,0,0,0,'2017-12-16 02:58:23'); +INSERT INTO `marker` VALUES (9273,1900,NULL,2,1901,14290,'Ask Nobo','',187.3828125,-85.515625,0,0,0,'2017-12-16 16:43:08'); +INSERT INTO `marker` VALUES (9274,1900,NULL,2,1901,14082,'A Major Test of Strength','',52.75,-65.375,0,1,0,'2017-12-16 22:08:09'); +INSERT INTO `marker` VALUES (9275,1900,NULL,2,1901,13844,'Red Rupy','',167.33203125,-123.140625,0,0,0,'2017-12-16 22:37:26'); +INSERT INTO `marker` VALUES (9276,1900,NULL,2,1944,9294,'[Master Mode] Giant Boomerang','',153.4921875,-179.6171875,0,0,0,'2017-12-17 07:44:27'); +INSERT INTO `marker` VALUES (9277,1900,NULL,2,1944,9294,'[Master Mode] Great Thunderblade','',155.73046875,-175.2734375,0,0,0,'2017-12-17 08:10:12'); +INSERT INTO `marker` VALUES (9278,1900,NULL,2,1944,9294,'[Master Mode] Forest Dweller's Spear','',154.01953125,-177.28125,0,0,0,'2017-12-17 08:55:04'); +INSERT INTO `marker` VALUES (9279,1900,NULL,2,1944,9294,'[Master Mode] Gerudo Spear','',94.38671875,-166.19140625,0,0,0,'2017-12-18 06:19:50'); +INSERT INTO `marker` VALUES (9280,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',94.69921875,-166.45703125,0,0,0,'2017-12-18 06:20:21'); +INSERT INTO `marker` VALUES (9281,1900,NULL,2,1944,9294,'[Master Mode] Radiant Shield','',102.125,-158.5703125,0,0,0,'2017-12-18 08:18:27'); +INSERT INTO `marker` VALUES (9282,1900,NULL,2,1944,9294,'[Master Mode] Radiant Shield','',102.640625,-144.19140625,0,0,0,'2017-12-18 09:02:33'); +INSERT INTO `marker` VALUES (9283,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',103.12890625,-143.6640625,0,0,0,'2017-12-18 09:03:04'); +INSERT INTO `marker` VALUES (9284,1900,NULL,2,1910,14481,'DLC Chest','',117.546875,-152.15625,0,0,0,'2017-12-19 18:03:45'); +INSERT INTO `marker` VALUES (9285,1900,NULL,2,1940,14497,'Centaleon','',115.34375,-183.8125,0,0,0,'2017-12-20 03:37:33'); +INSERT INTO `marker` VALUES (9286,1900,NULL,2,1925,11604,'Yohaka-Iruta-Schrein','',113.2890625,-154.1875,0,0,0,'2017-12-20 12:44:25'); +INSERT INTO `marker` VALUES (9287,1900,NULL,2,1901,14303,'Mark','',64.765625,-171.234375,0,0,0,'2017-12-22 15:46:58'); +INSERT INTO `marker` VALUES (9288,1900,NULL,2,1901,13876,'PRINCIPIO','',112.625,-155.8828125,0,0,0,'2017-12-22 22:48:24'); +INSERT INTO `marker` VALUES (9289,1900,NULL,2,1931,14626,'Bokoblin Camp','',107.90234375,-154.3359375,0,0,0,'2017-12-23 01:39:26'); +INSERT INTO `marker` VALUES (9290,1900,NULL,2,1931,14626,'Bokoblin Camp','',110.04296875,-155.6015625,0,0,0,'2017-12-23 01:41:21'); +INSERT INTO `marker` VALUES (9291,1900,NULL,2,1944,9294,'[Master Mode] Moonlight Scimitar','',107.41796875,-140.14453125,0,0,0,'2017-12-23 04:09:06'); +INSERT INTO `marker` VALUES (9292,1900,NULL,2,1944,9294,'[Master Mode] Iron Sledgehammer','',129.91796875,-152.79296875,0,0,0,'2017-12-23 06:17:34'); +INSERT INTO `marker` VALUES (9293,1900,NULL,2,1944,9294,'[Master Mode] Royal Shield','',132.2265625,-153.57421875,0,0,0,'2017-12-23 06:26:53'); +INSERT INTO `marker` VALUES (9294,1900,NULL,2,1944,9294,'[Master Mode] Shield of the Mind's Eye','',145.2421875,-156.640625,0,0,0,'2017-12-23 07:56:03'); +INSERT INTO `marker` VALUES (9295,1900,NULL,2,1935,14643,'Secret of the Cedars','',181.54296875,-161.82421875,0,0,0,'2017-12-23 22:10:27'); +INSERT INTO `marker` VALUES (9296,1900,NULL,2,1901,14006,'ytest','',160.34375,-93.40625,0,0,0,'2017-12-23 23:38:05'); +INSERT INTO `marker` VALUES (9297,1900,NULL,2,1944,9294,'[Master Mode] Royal Halberd','',129.015625,-160.359375,0,0,0,'2017-12-24 04:15:23'); +INSERT INTO `marker` VALUES (9298,1900,NULL,2,1944,9294,'[Master Mode] Royal Halberd','',126.8203125,-165.2265625,0,0,0,'2017-12-24 05:08:44'); +INSERT INTO `marker` VALUES (9299,1900,NULL,2,1943,9294,'[Master Mode] Diamond','',110.66796875,-120.83984375,0,0,0,'2017-12-24 09:10:57'); +INSERT INTO `marker` VALUES (9300,1900,NULL,2,1944,9294,'[Master Mode] Royal Guard's Claymore','',111.390625,-120.234375,0,0,0,'2017-12-24 11:20:20'); +INSERT INTO `marker` VALUES (9301,1900,NULL,2,1944,9294,'[Master Mode] Royal Guard's Sword','',118.3828125,-117.8203125,0,0,0,'2017-12-25 04:20:23'); +INSERT INTO `marker` VALUES (9302,1900,NULL,2,1926,14706,'Divine Beast Vah'Medoh','',71.375,-100.125,0,0,0,'2017-12-25 12:56:24'); +INSERT INTO `marker` VALUES (9303,1900,NULL,2,1944,14643,'Forest Dweller's Bow','',160.25,-130.515625,0,0,0,'2017-12-25 18:31:54'); +INSERT INTO `marker` VALUES (9304,1900,NULL,2,1920,8235,'Sherfin's Secret Hot Spring','Location for 100% Completition',60.6328125,-73.421875,0,0,0,'2017-12-25 22:28:02'); +INSERT INTO `marker` VALUES (9305,1900,NULL,2,1944,9294,'[Master Mode] Edge of Duality','',86.26953125,-114.03515625,0,0,0,'2017-12-26 07:23:01'); +INSERT INTO `marker` VALUES (9306,1900,NULL,2,1931,14626,'Bokoblin Camp','',118.2109375,-158.0703125,0,0,0,'2017-12-26 22:54:01'); +INSERT INTO `marker` VALUES (9307,1900,NULL,2,1931,14626,'Bokoblin Camp','',107.91015625,-154.2890625,0,0,0,'2017-12-26 22:54:59'); +INSERT INTO `marker` VALUES (9308,1900,NULL,2,1931,14626,'Bokoblin Camp','',110.08203125,-155.625,0,0,0,'2017-12-26 22:55:59'); +INSERT INTO `marker` VALUES (9309,1900,NULL,2,1901,14626,'Old Man's Diary','',115.73046875,-163.20703125,0,0,0,'2017-12-26 22:58:36'); +INSERT INTO `marker` VALUES (9310,1900,NULL,2,1946,14626,'Old Man's Diary','',115.734375,-163.23046875,0,0,0,'2017-12-26 22:59:30'); +INSERT INTO `marker` VALUES (9311,1900,NULL,2,1931,14626,'Bokoblin Camp','',125.09375,-162.421875,0,0,0,'2017-12-26 23:01:14'); +INSERT INTO `marker` VALUES (9312,1900,NULL,2,1916,14782,'Race Start','',136.5546875,-183.9453125,0,0,0,'2017-12-27 06:06:02'); +INSERT INTO `marker` VALUES (9313,1900,NULL,2,1901,2635,'Can a mod edit this chest to display as glitched?','',180.37831211090088,-111.77506256103516,0,0,0,'2017-12-27 08:42:40'); +INSERT INTO `marker` VALUES (9314,1900,NULL,2,1916,14759,'Korok Seed','',187.0390625,-161.1328125,0,0,0,'2017-12-27 10:09:28'); +INSERT INTO `marker` VALUES (9315,1900,NULL,2,1910,14643,'Silver Rupee','',171.66015625,-128.8125,0,0,0,'2017-12-27 16:08:32'); +INSERT INTO `marker` VALUES (9316,1900,NULL,2,1903,14643,'Forked Lizal Spear','',178.30078125,-128.81640625,0,0,0,'2017-12-27 17:12:41'); +INSERT INTO `marker` VALUES (9317,1900,NULL,2,1930,14810,'Stone Talus','',125.3671875,-155.9375,0,0,0,'2017-12-27 18:43:45'); +INSERT INTO `marker` VALUES (9318,1900,NULL,2,1901,6054,'HERE','',128.15625,-154.65625,0,0,0,'2017-12-27 22:22:10'); +INSERT INTO `marker` VALUES (9319,1900,NULL,2,1916,14364,'Korok Seed','',138.3671875,-151.0546875,0,0,0,'2017-12-28 03:23:55'); +INSERT INTO `marker` VALUES (9320,1900,NULL,2,1944,14643,'Tingle's Hood','',116.38671875,-141.92578125,0,0,0,'2017-12-28 03:46:04'); +INSERT INTO `marker` VALUES (9321,1900,NULL,2,1901,2635,'I got a zora spear from this chest ','',196.359375,-118.046875,0,0,0,'2017-12-28 08:42:15'); +INSERT INTO `marker` VALUES (9322,1900,NULL,2,1932,13746,'Covered in Moss. Inactive ','Covered in moss. Inactive',183.4765625,-72.5703125,0,0,0,'2017-12-30 01:05:44'); +INSERT INTO `marker` VALUES (9323,1900,NULL,2,1944,9294,'[Master Mode] Thunderblade','',156.76171875,-184.3671875,0,0,0,'2017-12-31 04:35:52'); +INSERT INTO `marker` VALUES (9324,1900,NULL,2,1943,9294,'[Master Mode] Ruby','',156.5625,-184.4453125,0,0,0,'2017-12-31 04:36:12'); +INSERT INTO `marker` VALUES (9325,1900,NULL,2,1944,9294,'[Master Mode] Thunderstorm Rod','',153.58203125,-180.62109375,0,0,0,'2017-12-31 06:00:44'); +INSERT INTO `marker` VALUES (9326,1900,NULL,2,1936,14626,'Cracked Wall','',112.6015625,-164.62109375,0,0,0,'2017-12-31 07:39:50'); +INSERT INTO `marker` VALUES (9327,1900,NULL,2,1936,14626,'Cracked Wall','',114.34765625,-158.1953125,0,0,0,'2017-12-31 07:41:00'); +INSERT INTO `marker` VALUES (9328,1900,NULL,2,1936,14626,'Cracked Wall','',111.22265625,-155.88671875,0,0,0,'2017-12-31 07:42:10'); +INSERT INTO `marker` VALUES (9329,1900,NULL,2,1901,12330,'Maybe Talus','',179.25,-181.3125,0,0,0,'2018-01-01 04:13:14'); +INSERT INTO `marker` VALUES (9330,1900,NULL,2,1942,15013,'Hinox','',116.71875,-108.1875,0,0,0,'2018-01-01 14:38:48'); +INSERT INTO `marker` VALUES (9331,1900,NULL,2,1901,497,'Weird Shrine','',160.21875,-143.5625,0,0,0,'2018-01-01 21:08:32'); +INSERT INTO `marker` VALUES (9332,1900,NULL,2,1943,9294,'[Master Mode] Topaz','',70.68359375,-157.16015625,0,0,0,'2018-01-02 02:42:02'); +INSERT INTO `marker` VALUES (9333,1900,NULL,2,1944,9294,'[Master Mode] Moonlight Scimitar','',70.7421875,-157.54296875,0,0,0,'2018-01-02 02:42:43'); +INSERT INTO `marker` VALUES (9334,1900,NULL,2,1945,15079,'Blupee','',158.22265625,-141.86328125,0,0,0,'2018-01-02 18:39:03'); +INSERT INTO `marker` VALUES (9335,1900,NULL,2,1945,15079,'Blupee','',159.89453125,-142.484375,0,0,0,'2018-01-02 18:51:02'); +INSERT INTO `marker` VALUES (9336,1900,NULL,2,1936,15079,'On grassy outcropping','Bomb the will and several chests with arrows and apples inside, plus bomb arrows chest.',159.08203125,-136.46484375,0,0,0,'2018-01-02 19:38:26'); +INSERT INTO `marker` VALUES (9337,1900,NULL,2,1901,15137,'ARROW','',119.7109375,-177.6171875,0,0,0,'2018-01-03 09:41:38'); +INSERT INTO `marker` VALUES (9338,1900,NULL,2,1936,14626,'Cracked Wall','',139.19140625,-156.26953125,0,0,0,'2018-01-03 12:24:35'); +INSERT INTO `marker` VALUES (9339,1900,NULL,2,1901,15279,'Inicio','Para Orientarme',120.875,-157.5,0,1,0,'2018-01-03 17:15:51'); +INSERT INTO `marker` VALUES (9340,1900,NULL,2,1910,14881,'Ancient Core in Shrine','',102.5625,-155.0625,0,0,0,'2018-01-03 17:50:38'); +INSERT INTO `marker` VALUES (9341,1900,NULL,2,1943,15220,'','',157.921875,-185.546875,0,0,0,'2018-01-03 22:10:06'); +INSERT INTO `marker` VALUES (9342,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:12'); +INSERT INTO `marker` VALUES (9343,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:20'); +INSERT INTO `marker` VALUES (9344,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:29'); +INSERT INTO `marker` VALUES (9345,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:49'); +INSERT INTO `marker` VALUES (9346,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:51'); +INSERT INTO `marker` VALUES (9347,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:51'); +INSERT INTO `marker` VALUES (9348,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:32:52'); +INSERT INTO `marker` VALUES (9349,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:11'); +INSERT INTO `marker` VALUES (9350,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); +INSERT INTO `marker` VALUES (9351,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); +INSERT INTO `marker` VALUES (9352,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); +INSERT INTO `marker` VALUES (9353,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); +INSERT INTO `marker` VALUES (9354,1900,NULL,2,1925,15305,'Kiha'Tusa Shrine','Shrine of the Season Pass 2.',94.3203125,-78.20703125,0,1,0,'2018-01-03 22:34:12'); +INSERT INTO `marker` VALUES (9355,1900,NULL,2,1926,2773,'Divine Beast Van Medoh','',71.5625,-99.046875,0,0,0,'2018-01-04 16:31:41'); +INSERT INTO `marker` VALUES (9356,1900,NULL,2,1926,2773,'Divine Beast Van Naboris','',94.92578125,-169.359375,0,0,0,'2018-01-04 16:32:58'); +INSERT INTO `marker` VALUES (9357,1900,NULL,2,1910,2441,'Rubí (expansión)','',117.34375,-151.84375,0,1,0,'2018-01-04 16:35:41'); +INSERT INTO `marker` VALUES (9358,1900,NULL,2,1925,7371,'Sanctuaire de Kebe'Tawa','',91.40625,-188.984375,0,1,0,'2018-01-04 17:30:33'); +INSERT INTO `marker` VALUES (9359,1900,NULL,2,1936,14626,'Cracked Wall','',148.7734375,-157.17578125,0,0,0,'2018-01-04 18:31:17'); +INSERT INTO `marker` VALUES (9360,1900,NULL,2,1936,14626,'Cracked Wall','',144.30078125,-154.54296875,0,0,0,'2018-01-04 18:37:26'); +INSERT INTO `marker` VALUES (9361,1900,NULL,2,1901,15310,'Leviathan Bones','',152.25,-69.375,0,0,0,'2018-01-05 01:54:19'); +INSERT INTO `marker` VALUES (9362,1900,NULL,2,1944,12332,'red box','',87.328125,-86.734375,0,0,0,'2018-01-05 02:56:12'); +INSERT INTO `marker` VALUES (9363,1900,NULL,2,1901,13792,'money','',94.578125,-96.03125,0,0,0,'2018-01-05 05:41:15'); +INSERT INTO `marker` VALUES (9364,1900,NULL,2,1901,15417,'Forest','',121.953125,-131.21875,0,0,0,'2018-01-05 22:30:15'); +INSERT INTO `marker` VALUES (9365,1900,NULL,2,1930,13944,'Golden leun','',109.296875,-72.8125,0,0,0,'2018-01-06 00:11:20'); +INSERT INTO `marker` VALUES (9366,1900,NULL,2,1923,15456,'VISITADA','',113.03125,-163.03125,0,0,0,'2018-01-06 13:08:29'); +INSERT INTO `marker` VALUES (9367,1900,NULL,2,1901,15456,'ASDE','WER',112.1875,-174.625,0,0,0,'2018-01-06 13:10:16'); +INSERT INTO `marker` VALUES (9368,1900,NULL,2,1936,14626,'Cracked Wall','',137.0703125,-150.953125,0,0,0,'2018-01-06 15:20:43'); +INSERT INTO `marker` VALUES (9369,1900,NULL,2,1935,15434,'Arrows of Burning Heat','Arrows of Burning Heat side quest given by the arrow shop owner. Light the torches next to the goddess statue on fire using arrows.',156.5234375,-144.29296875,0,0,0,'2018-01-07 01:51:14'); +INSERT INTO `marker` VALUES (9370,1900,NULL,2,1901,5475,'Fée 1','',158.9765625,-141.171875,0,0,0,'2018-01-07 20:58:34'); +INSERT INTO `marker` VALUES (9371,1900,NULL,2,1937,5475,'Fée 1','',158.96484375,-141.3125,0,0,0,'2018-01-07 20:59:47'); +INSERT INTO `marker` VALUES (9372,1900,NULL,2,1925,8661,'Yowaka Ita Shrine','The Champions Ballad DLC',113.2578125,-154.171875,0,0,0,'2018-01-10 01:38:57'); +INSERT INTO `marker` VALUES (9373,1900,NULL,2,1925,8661,'Rohta Chigah Shrine','The Champions Ballad DLC',119.953125,-156.1796875,0,0,0,'2018-01-10 01:40:40'); +INSERT INTO `marker` VALUES (9374,1900,NULL,2,1925,8661,'Ruvo Korbah Shrine','The Champions Ballad DLC',115.0078125,-161.53125,0,0,0,'2018-01-10 01:42:51'); +INSERT INTO `marker` VALUES (9375,1900,NULL,2,1925,8661,'Etsu Korima Shrine','The Champions Ballad DLC',108.984375,-161,0,0,0,'2018-01-10 01:44:15'); +INSERT INTO `marker` VALUES (9376,1900,NULL,2,1948,15680,'Old Man's Cooking Pot','',113.984375,-154.25,0,0,0,'2018-01-10 03:52:14'); +INSERT INTO `marker` VALUES (9377,1900,NULL,2,1901,15662,'Unobtained Korok','',144.890625,-155.84375,0,0,0,'2018-01-10 14:08:17'); +INSERT INTO `marker` VALUES (9378,1900,NULL,2,1901,15680,'Campfire','',105.5078125,-152.7109375,0,0,0,'2018-01-10 14:32:41'); +INSERT INTO `marker` VALUES (9379,1900,NULL,2,1920,4555,'Shrine of Ressurrection','',110.8720703125,-157.37405079603195,0,0,0,'2018-01-10 23:26:01'); +INSERT INTO `marker` VALUES (9380,1900,NULL,2,1926,15103,'Vah Rudania','',167.75,-87.5,0,0,0,'2018-01-11 03:28:13'); +INSERT INTO `marker` VALUES (9381,1900,NULL,2,1904,13759,'???','???',121.375,-187.25,0,0,0,'2018-01-11 06:20:58'); +INSERT INTO `marker` VALUES (9382,1900,NULL,2,1901,15773,'Farosh's spawn','This is where Faros spawns, he comes out of the water. This is the ideal place to farm him.',177.65625,-151.2890625,0,1,0,'2018-01-11 11:11:18'); +INSERT INTO `marker` VALUES (9383,1900,NULL,2,1925,15776,'Shrine','needs a Quest ',181.1875,-179.90625,0,0,0,'2018-01-11 14:40:58'); +INSERT INTO `marker` VALUES (9384,1900,NULL,2,1901,15798,'Hestu #2','',135.03125,-143.875,0,0,0,'2018-01-12 21:42:21'); +INSERT INTO `marker` VALUES (9385,1900,NULL,2,1901,15798,'Hestu #1','',160.21875,-150.3125,0,0,0,'2018-01-12 21:42:55'); +INSERT INTO `marker` VALUES (9386,1900,NULL,2,1901,15798,'Hestu #3','',144.1875,-110.1875,0,0,0,'2018-01-12 21:43:20'); +INSERT INTO `marker` VALUES (9387,1900,NULL,2,1901,15798,'Incorrect side quest marked here','The Cursed Statue side quest that is marked here is not the right side quest. The one here should be The Skull's Eye ',198.515625,-78.5625,0,0,0,'2018-01-12 21:45:38'); +INSERT INTO `marker` VALUES (9388,1900,NULL,2,1920,15699,'II','',86,-173.4921875,0,0,0,'2018-01-12 22:36:02'); +INSERT INTO `marker` VALUES (9389,1900,NULL,2,1901,15699,'S','',87.390625,-171.9921875,0,0,0,'2018-01-12 22:36:28'); +INSERT INTO `marker` VALUES (9390,1900,NULL,2,1901,15699,':','',87.1640625,-170.8125,0,0,0,'2018-01-12 22:36:43'); +INSERT INTO `marker` VALUES (9391,1900,NULL,2,1901,15699,'O','',85.953125,-170.4765625,0,0,0,'2018-01-12 22:37:05'); +INSERT INTO `marker` VALUES (9392,1900,NULL,2,1901,15699,'^','',84.9296875,-170.9765625,0,0,0,'2018-01-12 22:37:28'); +INSERT INTO `marker` VALUES (9393,1900,NULL,2,1901,15699,''','',84.375,-171.9609375,0,0,0,'2018-01-12 22:37:42'); +INSERT INTO `marker` VALUES (9394,1900,NULL,2,1916,15765,'Kook Seed ','',133.484375,-159.265625,0,0,0,'2018-01-13 17:13:39'); +INSERT INTO `marker` VALUES (9395,1900,NULL,2,1925,15545,'Shrine of Resurrection','',110.59375,-157.34375,0,0,0,'2018-01-13 17:21:28'); +INSERT INTO `marker` VALUES (9396,1900,NULL,2,1910,15491,'fragment 2','',187.375,-184.546875,0,0,0,'2018-01-13 20:37:39'); +INSERT INTO `marker` VALUES (9397,1900,NULL,2,1910,15491,'quest fragment','',187.28515625,-184.43359375,0,0,0,'2018-01-13 20:38:16'); +INSERT INTO `marker` VALUES (9398,1900,NULL,2,1901,15491,'fragment 2','',181.01171875,-182.3984375,0,0,0,'2018-01-13 20:39:35'); +INSERT INTO `marker` VALUES (9399,1900,NULL,2,1901,15491,'fragment 3','',183.2265625,-180.5,0,0,0,'2018-01-13 20:40:27'); +INSERT INTO `marker` VALUES (9400,1900,NULL,2,1944,9294,'[Master Mode] Boomerang','',156.13671875,-151.81640625,0,0,0,'2018-01-14 08:49:38'); +INSERT INTO `marker` VALUES (9401,1900,NULL,2,1901,15908,'champi enduro','',105.82421875,-154.22265625,0,0,0,'2018-01-14 12:11:16'); +INSERT INTO `marker` VALUES (9402,1900,NULL,2,1944,15908,'5 flèches explosives','DLC',105.53515625,-159.3359375,0,1,0,'2018-01-14 13:08:03'); +INSERT INTO `marker` VALUES (9403,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:32:46'); +INSERT INTO `marker` VALUES (9404,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:32:52'); +INSERT INTO `marker` VALUES (9405,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:33:30'); +INSERT INTO `marker` VALUES (9406,1900,NULL,2,1926,15959,'Vah Rudania','',167.828125,-87.4609375,0,0,0,'2018-01-15 09:33:30'); +INSERT INTO `marker` VALUES (9407,1900,NULL,2,1901,15983,'Test','Test of Marker System',115.171875,-159.046875,0,0,0,'2018-01-15 20:27:50'); +INSERT INTO `marker` VALUES (9408,1900,NULL,2,1905,15641,'shield 40','',99.9921875,-115.875,0,0,0,'2018-01-15 23:13:49'); +INSERT INTO `marker` VALUES (9409,1900,NULL,2,1932,13746,'Decayed guardian','Not avtive',117.875,-153.5546875,0,0,0,'2018-01-17 02:10:08'); +INSERT INTO `marker` VALUES (9410,1900,NULL,2,1932,13746,'Decayed guardian covered in moss','',117.53125,-153.71484375,0,0,0,'2018-01-17 02:11:03'); +INSERT INTO `marker` VALUES (9411,1900,NULL,2,1901,16068,'T','',193.4609375,-149.484375,0,0,0,'2018-01-17 07:43:16'); +INSERT INTO `marker` VALUES (9412,1900,NULL,2,1926,10907,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.3984375,-99.9375,0,0,0,'2018-01-17 20:12:21'); +INSERT INTO `marker` VALUES (9413,1900,NULL,2,1943,16096,'amber','',111.2890625,-155.80859375,0,0,0,'2018-01-17 21:39:39'); +INSERT INTO `marker` VALUES (9414,1900,NULL,2,1931,16096,'bokoblin camp','',107.859375,-154.328125,0,0,0,'2018-01-17 21:55:14'); +INSERT INTO `marker` VALUES (9415,1900,NULL,2,1939,15272,'Ice Wizzrobe','',68.25,-161.4453125,0,0,0,'2018-01-19 12:17:20'); +INSERT INTO `marker` VALUES (9416,1900,NULL,2,1947,15089,'Modulking','DLC-2 only',89.203125,-186.09375,0,0,0,'2018-01-19 13:08:07'); +INSERT INTO `marker` VALUES (9417,1900,NULL,2,1921,16194,'Capital','',123.96875,-111.53125,0,0,0,'2018-01-20 02:01:24'); +INSERT INTO `marker` VALUES (9418,1900,NULL,2,1902,16197,'Phantom Armor','Only avaible with the DLC',123.95703125,-126.68359375,0,0,0,'2018-01-20 03:33:38'); +INSERT INTO `marker` VALUES (9419,1900,NULL,2,1936,16114,'Cracked wall','',142.640625,-169.6875,0,0,0,'2018-01-20 06:24:18'); +INSERT INTO `marker` VALUES (9420,1900,NULL,2,1936,16114,'Cracked Wall','',141.578125,-170.609375,0,0,0,'2018-01-20 06:27:30'); +INSERT INTO `marker` VALUES (9421,1900,NULL,2,1926,16218,'Divine Beast Vah Medoh','',71.4375,-99.75,0,0,0,'2018-01-20 07:22:15'); +INSERT INTO `marker` VALUES (9422,1900,NULL,2,1901,16053,'korogu ok','',190.828125,-132.2265625,0,0,0,'2018-01-20 11:31:23'); +INSERT INTO `marker` VALUES (9423,1900,NULL,2,1903,16136,'Arco de madera','',156.7109375,-144.078125,0,0,0,'2018-01-20 19:08:35'); +INSERT INTO `marker` VALUES (9424,1900,NULL,2,1901,16253,'Kolizium','',110.08984375,-147.6484375,0,0,0,'2018-01-20 19:35:06'); +INSERT INTO `marker` VALUES (9425,1900,NULL,2,1901,16257,'Metal Door in ake','',153.60546875,-185.44921875,0,0,0,'2018-01-20 20:58:10'); +INSERT INTO `marker` VALUES (9426,1900,NULL,2,1926,16264,'Vah Rudania','',166.625,-88.5,0,1,0,'2018-01-20 23:12:47'); +INSERT INTO `marker` VALUES (9427,1900,NULL,2,1926,16264,'Vah Naboris','',95,-169.15625,0,1,0,'2018-01-20 23:19:44'); +INSERT INTO `marker` VALUES (9428,1900,NULL,2,1926,16264,'Vah Medoh','',71.5625,-98.6953125,0,1,0,'2018-01-20 23:20:32'); +INSERT INTO `marker` VALUES (9429,1900,NULL,2,1901,15446,'Plain Shrine','',81.453125,-77.8125,0,0,0,'2018-01-22 08:32:15'); +INSERT INTO `marker` VALUES (9430,1900,NULL,2,1903,16386,' Phantom Helmet','',109.21484375,-147.375,0,1,0,'2018-01-22 14:02:17'); +INSERT INTO `marker` VALUES (9431,1900,NULL,2,1910,14075,'Knight's Halberd','',118.97265625,-87.328125,0,0,0,'2018-01-23 13:13:39'); +INSERT INTO `marker` VALUES (9432,1900,NULL,2,1944,14075,'Knight's Halberd','',118.97265625,-87.328125,0,0,0,'2018-01-23 13:14:33'); +INSERT INTO `marker` VALUES (9433,1900,NULL,2,1936,15806,'Lots of gems','',158.7109375,-175.6875,0,0,0,'2018-01-23 19:22:23'); +INSERT INTO `marker` VALUES (9434,1900,NULL,2,1901,16537,'test','desc',143.75,-111.125,0,0,0,'2018-01-24 13:30:47'); +INSERT INTO `marker` VALUES (9435,1900,NULL,2,1901,16449,'Blood moon','',85.75,-129.9375,0,1,0,'2018-01-25 07:29:19'); +INSERT INTO `marker` VALUES (9436,1900,NULL,2,1943,15983,'Ruby','Expansion Content Chest',117.453125,-151.77734375,0,0,0,'2018-01-26 02:44:35'); +INSERT INTO `marker` VALUES (9437,1900,NULL,2,1931,16412,'Lizalfos camp','Lizalfos camp.\r\n3 lookouts',189.734375,-134.390625,0,0,0,'2018-01-26 13:46:35'); +INSERT INTO `marker` VALUES (9438,1900,NULL,2,1948,16532,'HOME','',180.734375,-162.90625,0,0,0,'2018-01-27 03:57:37'); +INSERT INTO `marker` VALUES (9439,1900,NULL,2,1935,16249,'Hunt for the Giant Horse','',124.890625,-182.359375,0,0,0,'2018-01-27 18:29:57'); +INSERT INTO `marker` VALUES (9440,1900,NULL,2,1903,15983,'Tree Branch','',110.578125,-156.6640625,0,0,0,'2018-01-27 20:00:59'); +INSERT INTO `marker` VALUES (9441,1900,NULL,2,1939,15570,'Ice Wizzrobe','',103.609375,-186.5,0,0,0,'2018-01-27 20:28:39'); +INSERT INTO `marker` VALUES (9442,1900,NULL,2,1925,16300,'kiha'tusa','',92.8203125,-78.0078125,0,0,0,'2018-01-28 12:04:38'); +INSERT INTO `marker` VALUES (9443,1900,NULL,2,1904,16761,'zeldas bedroom','Royal Guard's Bow on the Mantle - need easy climb',122.93359375,-112.39453125,0,0,0,'2018-01-28 12:51:32'); +INSERT INTO `marker` VALUES (9444,1900,NULL,2,1905,16761,'Wooden Shield','Painted Wooden Shield - similar to Fish Shield - beside Grante's Deck Door bottom right side facing the house.',190.46875,-102.15625,0,0,0,'2018-01-28 12:58:16'); +INSERT INTO `marker` VALUES (9445,1900,NULL,2,1905,16768,'Templos','',110.5,-97.875,0,0,0,'2018-01-28 14:59:03'); +INSERT INTO `marker` VALUES (9446,1900,NULL,2,1936,16782,'Reward: Minerals','',158.703125,-175.6875,0,0,0,'2018-01-28 19:18:38'); +INSERT INTO `marker` VALUES (9447,1900,NULL,2,1901,5905,'Hearty Durian Spot','',149.484375,-178.484375,0,0,0,'2018-01-29 01:22:04'); +INSERT INTO `marker` VALUES (9448,1900,NULL,2,1903,16799,'wefwefwef','wefwefwe',123.75,-130.71875,0,0,0,'2018-01-29 11:24:45'); +INSERT INTO `marker` VALUES (9449,1900,NULL,2,1910,15823,'Smotherwing butterfly','',156.78125,-104.4375,0,0,0,'2018-01-29 15:47:05'); +INSERT INTO `marker` VALUES (9450,1900,NULL,2,1936,16782,'Reward: Korok seed and minerals','',139.19921875,-156.2578125,0,0,0,'2018-01-29 19:18:46'); +INSERT INTO `marker` VALUES (9451,1900,NULL,2,1916,10826,'Korok Seed','',193.59765625,-135.2109375,0,0,0,'2018-01-30 02:15:18'); +INSERT INTO `marker` VALUES (9452,1900,NULL,2,1916,15945,'Korok seed','Korok seed',149.75,-157.015625,0,1,0,'2018-01-30 10:49:31'); +INSERT INTO `marker` VALUES (9453,1900,NULL,2,1901,16808,'Farm for meats','',100.4375,-82.78125,0,0,0,'2018-01-30 17:08:09'); +INSERT INTO `marker` VALUES (9454,1900,NULL,2,1916,16930,'prochain départ korogu','',88.15625,-137.203125,0,1,0,'2018-01-31 21:34:39'); +INSERT INTO `marker` VALUES (9455,1900,NULL,2,1901,16906,'HOME','',118.125,-155.75,0,0,0,'2018-02-01 01:36:12'); +INSERT INTO `marker` VALUES (9456,1900,NULL,2,1916,16938,'KOROK SEEDS','',120.296875,-129.484375,0,0,0,'2018-02-01 02:55:24'); +INSERT INTO `marker` VALUES (9457,1900,NULL,2,1903,16942,'Solder's sword','In cave behind the waterfall',110.92578125,-161.66015625,0,1,0,'2018-02-01 08:25:44'); +INSERT INTO `marker` VALUES (9458,1900,NULL,2,1930,16942,'Rock Giant','',110.953125,-154.25,0,0,0,'2018-02-01 09:59:21'); +INSERT INTO `marker` VALUES (9459,1900,NULL,2,1916,16935,'kolog','',167.75,-72.625,0,0,0,'2018-02-01 11:35:21'); +INSERT INTO `marker` VALUES (9460,1900,NULL,2,1903,16925,'Epée de chevalier','drop sur un lezard',193.046875,-155.671875,0,0,0,'2018-02-01 11:39:35'); +INSERT INTO `marker` VALUES (9461,1900,NULL,2,1944,16974,'EX LE VERT TRÉSOR DES FÉES','',116.015625,-141.765625,0,0,0,'2018-02-01 11:42:20'); +INSERT INTO `marker` VALUES (9462,1900,NULL,2,1926,14925,'Divine Beast Vah Naboris','',94.765625,-168.34375,0,0,0,'2018-02-01 14:32:39'); +INSERT INTO `marker` VALUES (9463,1900,NULL,2,1926,14925,'Divine Beast Vah Medoh','',71.5390625,-98.984375,0,0,0,'2018-02-01 14:33:59'); +INSERT INTO `marker` VALUES (9464,1900,NULL,2,1901,16687,'Exit Maze','',200.328125,-70.4140625,0,0,0,'2018-02-01 14:58:43'); +INSERT INTO `marker` VALUES (9465,1900,NULL,2,1901,16983,'Done!','',114.875,-71.875,0,0,0,'2018-02-02 01:33:38'); +INSERT INTO `marker` VALUES (9466,1900,NULL,2,1901,15837,'Bowling Mini Game','',95.5625,-95.53125,0,0,0,'2018-02-02 17:24:59'); +INSERT INTO `marker` VALUES (9467,1900,NULL,2,1901,16543,'Moi','',112.75,-139.625,0,0,0,'2018-02-03 12:36:21'); +INSERT INTO `marker` VALUES (9468,1900,NULL,2,1901,16725,'Dragon farming','',154.6875,-173.734375,0,0,0,'2018-02-04 00:30:51'); +INSERT INTO `marker` VALUES (9469,1900,NULL,2,1901,16368,'Selma Shield Sled','',81.828125,-78.9296875,0,0,0,'2018-02-04 03:31:17'); +INSERT INTO `marker` VALUES (9470,1900,NULL,2,1902,17077,'DLC Chest','Nintendo Switch Shirt',120.6875,-159.375,0,0,0,'2018-02-04 04:03:52'); +INSERT INTO `marker` VALUES (9471,1900,NULL,2,1935,15736,'Missing in Action','',84.109375,-163.12109375,0,1,0,'2018-02-04 09:32:31'); +INSERT INTO `marker` VALUES (9472,1900,NULL,2,1935,15736,'Rushroom Rush!','',84.3515625,-162.88671875,0,1,0,'2018-02-04 09:33:41'); +INSERT INTO `marker` VALUES (9473,1900,NULL,2,1943,17119,'Amber','In stones',107.875,-162.69140625,0,0,0,'2018-02-04 14:48:57'); +INSERT INTO `marker` VALUES (9474,1900,NULL,2,1943,17156,'EX Treasure Chest','',117.41796875,-151.68359375,0,0,0,'2018-02-04 17:30:15'); +INSERT INTO `marker` VALUES (9475,1900,NULL,2,1903,15983,'Tree Branch','',116.4140625,-160.63671875,0,0,0,'2018-02-04 21:08:34'); +INSERT INTO `marker` VALUES (9476,1900,NULL,2,1931,15983,'Bokoblin Camp','',117.78515625,-162.22265625,0,0,0,'2018-02-05 00:51:18'); +INSERT INTO `marker` VALUES (9477,1900,NULL,2,1931,15983,'Bokoblin Camp','',113.15234375,-158.546875,0,0,0,'2018-02-05 00:55:33'); +INSERT INTO `marker` VALUES (9478,1900,NULL,2,1903,4911,'??','',112.3125,-134.875,0,0,0,'2018-02-05 12:28:58'); +INSERT INTO `marker` VALUES (9479,1900,NULL,2,1926,17231,'Divine Beast Vah Naboris','',94.953125,-169.09375,0,0,0,'2018-02-05 18:09:11'); +INSERT INTO `marker` VALUES (9480,1900,NULL,2,1926,17231,'Divine Beast Vah Rudania','',166.2109375,-87.9453125,0,0,0,'2018-02-05 18:10:20'); +INSERT INTO `marker` VALUES (9481,1900,NULL,2,1925,15272,'Ri'Dahi','',147.859375,-156.83984375,0,1,0,'2018-02-05 20:21:11'); +INSERT INTO `marker` VALUES (9482,1900,NULL,2,1903,16998,'deje espada de hielo','espada de hielo',72.375,-158.71875,0,0,0,'2018-02-05 23:19:28'); +INSERT INTO `marker` VALUES (9483,1900,NULL,2,1926,15609,'Divine Beast Vah Medoh','',71.4375,-99.8125,0,0,0,'2018-02-06 15:37:51'); +INSERT INTO `marker` VALUES (9484,1900,NULL,2,1926,15609,'Divine Beast Vah Rudania','',154.265625,-89.515625,0,0,0,'2018-02-06 15:38:52'); +INSERT INTO `marker` VALUES (9485,1900,NULL,2,1926,15609,'Divine Beast Vah Naboris','',67.484375,-174.171875,0,0,0,'2018-02-06 15:39:30'); +INSERT INTO `marker` VALUES (9486,1900,NULL,2,1916,17309,'Korok Seed','Top of hill in stones',107.890625,-162.703125,0,0,0,'2018-02-06 16:36:15'); +INSERT INTO `marker` VALUES (9487,1900,NULL,2,1943,17309,'Expansion chest','Chest said EX on it, contained 5 bomb arrows',105.28125,-159.71875,0,0,0,'2018-02-06 16:44:56'); +INSERT INTO `marker` VALUES (9488,1900,NULL,2,1940,17309,'Expansion or Hardmode Lynel?','',117.4375,-160.40625,0,0,0,'2018-02-06 17:30:35'); +INSERT INTO `marker` VALUES (9489,1900,NULL,2,1901,17335,'Horses','',94.078125,-103.0234375,0,1,0,'2018-02-07 01:27:28'); +INSERT INTO `marker` VALUES (9490,1900,NULL,2,1944,15562,'Cagoule de Tingle','',116.390625,-141.96875,0,0,0,'2018-02-07 10:41:50'); +INSERT INTO `marker` VALUES (9491,1900,NULL,2,1901,13233,'Divine Beast Vah Naboris','',95.03593754768372,-169.17499995231628,0,1,0,'2018-02-07 17:32:51'); +INSERT INTO `marker` VALUES (9492,1900,NULL,2,1901,17377,'Eldin Great Skeleton','1 of 3 required photograph locations for the Leviathan Bones side quest.',152.015625,-70.0625,0,0,0,'2018-02-08 03:02:10'); +INSERT INTO `marker` VALUES (9493,1900,NULL,2,1944,16114,'Knight's Halberd','',119.015625,-87.36328125,0,0,0,'2018-02-08 03:13:00'); +INSERT INTO `marker` VALUES (9494,1900,NULL,2,1901,12017,'Get Dragon horon','',155.78125,-172.421875,0,0,0,'2018-02-08 06:07:34'); +INSERT INTO `marker` VALUES (9495,1900,NULL,2,1926,17390,'Divine Beast Vah Rudania','Divine Beast Vah Rudania',167.625,-87.5625,0,0,0,'2018-02-08 13:57:27'); +INSERT INTO `marker` VALUES (9496,1900,NULL,2,1901,17405,'x','',192.25,-150.5,0,0,0,'2018-02-08 17:00:13'); +INSERT INTO `marker` VALUES (9497,1900,NULL,2,1944,17413,'Ancient Saddle (DLC)','',140.6953125,-185.77734375,0,0,0,'2018-02-08 18:43:16'); +INSERT INTO `marker` VALUES (9498,1900,NULL,2,1935,17351,'The Hero's Cache','Kass gives you the coordinates to a treasure',186.5390625,-169.06640625,0,0,0,'2018-02-08 20:57:14'); +INSERT INTO `marker` VALUES (9499,1900,NULL,2,1934,17236,'Revali's Flap #2','Was Missing.',71.3671875,-99.6875,0,0,0,'2018-02-08 23:09:58'); +INSERT INTO `marker` VALUES (9500,1900,NULL,2,1934,17236,'Mipha's Touch #10','Was Missing... probably because it is a plot point.',179.5703125,-120.8203125,0,0,0,'2018-02-08 23:12:24'); +INSERT INTO `marker` VALUES (9501,1900,NULL,2,1901,17069,'Kroko','',132.34987497329712,-179.63450050354004,0,1,0,'2018-02-09 06:39:32'); +INSERT INTO `marker` VALUES (9502,1900,NULL,2,1902,17277,'????','',200.734375,-70.28125,0,0,0,'2018-02-09 08:45:14'); +INSERT INTO `marker` VALUES (9503,1900,NULL,2,1926,17243,'Vah Rudania','',167.75,-87.375,0,1,0,'2018-02-10 11:25:36'); +INSERT INTO `marker` VALUES (9504,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); +INSERT INTO `marker` VALUES (9505,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); +INSERT INTO `marker` VALUES (9506,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); +INSERT INTO `marker` VALUES (9507,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); +INSERT INTO `marker` VALUES (9508,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); +INSERT INTO `marker` VALUES (9509,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); +INSERT INTO `marker` VALUES (9510,1900,NULL,2,1926,17243,'Vah Medoh','',71.5625,-99.8125,0,1,0,'2018-02-10 11:27:18'); +INSERT INTO `marker` VALUES (9511,1900,NULL,2,1935,17156,'Arrow of Burning Heat','',156.57421875,-144.29296875,0,0,0,'2018-02-10 19:09:42'); +INSERT INTO `marker` VALUES (9512,1900,NULL,2,1935,17507,'The Royal Guard's Gear','Speak to Parcy at the Riverside Stable. Bring her any piece of gear from the Royal Guard weapon set, which can be found throughout Hyrule Castle.',133.1953125,-145.296875,0,0,0,'2018-02-10 22:00:26'); +INSERT INTO `marker` VALUES (9513,1900,NULL,2,1926,17507,'Divine Beast Vah Rudania','',167.78125,-87.453125,0,0,0,'2018-02-10 22:12:17'); +INSERT INTO `marker` VALUES (9514,1900,NULL,2,1926,17507,'Divine Beast Vah Naboris','',72.2414779663086,-181.00284004211426,0,0,0,'2018-02-10 22:22:09'); +INSERT INTO `marker` VALUES (9515,1900,NULL,2,1926,17507,'Divine Beast Vah Medoh','',71.3515625,-99.86328125,0,0,0,'2018-02-10 22:23:03'); +INSERT INTO `marker` VALUES (9516,1900,NULL,2,1901,17507,'THE VOID','',-253.36363220214844,-175.18182373046875,0,0,0,'2018-02-10 22:30:07'); +INSERT INTO `marker` VALUES (9517,1900,NULL,2,1944,17340,'Twilight Relic Midna’s Helmet','Midna’s Helmet',106.44140625,-132.56640625,0,0,0,'2018-02-11 00:09:45'); +INSERT INTO `marker` VALUES (9518,1900,NULL,2,1936,17516,'50 Rupees','',154.08984375,-175.14453125,0,0,0,'2018-02-11 06:14:03'); +INSERT INTO `marker` VALUES (9519,1900,NULL,2,1926,17516,'Vah Medoh','',71.75,-100,0,0,0,'2018-02-11 08:32:04'); +INSERT INTO `marker` VALUES (9520,1900,NULL,2,1901,17371,'Wood Farming Area','',97.5,-133.0546875,0,0,0,'2018-02-11 17:40:39'); +INSERT INTO `marker` VALUES (9521,1900,NULL,2,1901,17371,'Wood Farming Area','',77.46484375,-100.67578125,0,0,0,'2018-02-11 17:41:54'); +INSERT INTO `marker` VALUES (9522,1900,NULL,2,1901,17371,'Lord of the Mountain (rare)','',92.4609375,-133.38671875,0,0,0,'2018-02-11 17:47:39'); +INSERT INTO `marker` VALUES (9523,1900,NULL,2,1935,16743,'What's For Dinner?','',173.17578125,-181.26953125,0,0,0,'2018-02-12 16:41:40'); +INSERT INTO `marker` VALUES (9524,1900,NULL,2,1901,17315,'alto','no llego',161.75,-144.125,0,0,0,'2018-02-12 18:16:18'); +INSERT INTO `marker` VALUES (9525,1900,NULL,2,1925,17660,'Takama Shiri Shrine','',50.25,-161,0,0,0,'2018-02-13 05:36:09'); +INSERT INTO `marker` VALUES (9526,1900,NULL,2,1925,17660,'Keive Tala Shrine','DLC Shrine of Trials',91.375,-188.93281269073486,0,0,0,'2018-02-13 05:37:11'); +INSERT INTO `marker` VALUES (9527,1900,NULL,2,1925,17660,'Etsu Korima Shrine','DLC EX The Champion's Ballad',108.96875,-161.05859375,0,0,0,'2018-02-13 06:11:40'); +INSERT INTO `marker` VALUES (9528,1900,NULL,2,1935,17315,'arrow','hunt ciervos',184.71875,-160.5,0,0,0,'2018-02-13 18:47:30'); +INSERT INTO `marker` VALUES (9529,1900,NULL,2,1901,16577,'foot race','',85.828125,-110.375,0,0,0,'2018-02-13 20:21:25'); +INSERT INTO `marker` VALUES (9530,1900,NULL,2,1903,17330,'Weapons','Defeat the enemy to get weapons on body',158.453125,-165.640625,0,0,0,'2018-02-13 20:26:33'); +INSERT INTO `marker` VALUES (9531,1900,NULL,2,1935,15079,'Hunt for the Giant Horse','Straia gives the quest to capture the Giant Horse in Taobab Grasslands.',124.9296875,-182.578125,0,0,0,'2018-02-13 23:33:53'); +INSERT INTO `marker` VALUES (9532,1900,NULL,2,1935,17383,'hunting the giant','',173.859375,-123.46875,0,0,0,'2018-02-14 10:12:45'); +INSERT INTO `marker` VALUES (9533,1900,NULL,2,1935,17351,'Riverbed Reward','Irza is looking at the water',141.0546875,-129.98828125,0,0,0,'2018-02-14 16:45:24'); +INSERT INTO `marker` VALUES (9534,1900,NULL,2,1903,17744,'boomarang','',154.8359375,-138.4140625,0,0,0,'2018-02-14 20:39:55'); +INSERT INTO `marker` VALUES (9535,1900,NULL,2,1935,15494,'Face the Frost Talus','',76.3515625,-99.9140625,0,0,0,'2018-02-15 03:42:06'); +INSERT INTO `marker` VALUES (9536,1900,NULL,2,1935,15494,'A Gift from the Monks','All 120 Shrines',111.3984375,-85.8828125,0,0,0,'2018-02-15 03:43:07'); +INSERT INTO `marker` VALUES (9537,1900,NULL,2,1935,15494,'The Giant of Ralis Pond','',179.76171875,-119.42578125,0,0,0,'2018-02-15 03:44:32'); +INSERT INTO `marker` VALUES (9538,1900,NULL,2,1935,15494,'Zora Stone Monuments','',180.27734375,-119.16796875,0,0,0,'2018-02-15 03:44:59'); +INSERT INTO `marker` VALUES (9539,1900,NULL,2,1947,16743,'Molduking','Molduking from DLC Pack 2',90.015625,-188.484375,0,0,0,'2018-02-15 17:11:46'); +INSERT INTO `marker` VALUES (9540,1900,NULL,2,1903,17790,'S','S',107.4296875,-128.4296875,0,0,0,'2018-02-15 21:03:05'); +INSERT INTO `marker` VALUES (9541,1900,NULL,2,1901,17759,'ichigo','',84.453125,-148.9375,0,0,0,'2018-02-16 08:54:10'); +INSERT INTO `marker` VALUES (9542,1900,NULL,2,1939,17351,'Ice Wizzrobe','Blizzard Rod',74.53125,-129.65625,0,0,0,'2018-02-17 13:45:58'); +INSERT INTO `marker` VALUES (9543,1900,NULL,2,1935,17351,'Under a Red Moon','Kass tells you yet another shrine riddle song',84.86197900772095,-131.5234375,0,0,0,'2018-02-17 14:17:50'); +INSERT INTO `marker` VALUES (9544,1900,NULL,2,1916,17796,'Korok Seed','Fire an arrow on the crest on the wooden arch',158.58203125,-144.5703125,0,0,0,'2018-02-17 18:48:56'); +INSERT INTO `marker` VALUES (9545,1900,NULL,2,1936,16743,'Cracked wall','',80.07421875,-75.92578125,0,0,0,'2018-02-18 06:35:35'); +INSERT INTO `marker` VALUES (9546,1900,NULL,2,1936,16743,'Cracked Wall','',63.3359375,-69.66015625,0,0,0,'2018-02-18 08:41:33'); +INSERT INTO `marker` VALUES (9547,1900,NULL,2,1925,17925,'Sho Dantu Shrine','two bombs',66.96875,-153.65625,0,1,0,'2018-02-18 10:50:01'); +INSERT INTO `marker` VALUES (9548,1900,NULL,2,1936,16743,'Bombable wall','There's a Mineral deposit underneath the bombable wall',200.03515625,-115.375,0,0,0,'2018-02-18 13:20:19'); +INSERT INTO `marker` VALUES (9549,1900,NULL,2,1901,16743,'Cache Of Porgy','There are at least 5 of both Armored Porgy and Mighty Porgy right around those 2 treasure chests',183.7265625,-184.5859375,0,0,0,'2018-02-18 14:42:52'); +INSERT INTO `marker` VALUES (9550,1900,NULL,2,1935,16743,'A Fragmented Monument','This is where you find the shrine quest for A Fragmented Monument',181.83984375,-180.19921875,0,0,0,'2018-02-18 15:17:52'); +INSERT INTO `marker` VALUES (9551,1900,NULL,2,1901,16743,'Monument Shard','This is where you find one of the fragmented monument shards required to complete the "A Fragmented Monument" shrine quest.',180.984375,-182.3984375,0,0,0,'2018-02-18 15:19:00'); +INSERT INTO `marker` VALUES (9552,1900,NULL,2,1901,16743,'Monument Shard','This is where you find one of the fragmented monument shards required to complete the "A Fragmented Monument" shrine quest.',187.3515625,-184.4140625,0,0,0,'2018-02-18 15:19:18'); +INSERT INTO `marker` VALUES (9553,1900,NULL,2,1901,16743,'Monument Shard','This is where you find one of the fragmented monument shards required to complete the "A Fragmented Monument" shrine quest.',183.15625,-180.5546875,0,0,0,'2018-02-18 15:25:13'); +INSERT INTO `marker` VALUES (9554,1900,NULL,2,1935,16687,'Zora Stone Monuments','',180.10546875,-119.42578125,0,0,0,'2018-02-18 20:57:04'); +INSERT INTO `marker` VALUES (9555,1900,NULL,2,1934,17948,'Mem','',63.125,-127.375,0,0,0,'2018-02-18 21:04:19'); +INSERT INTO `marker` VALUES (9556,1900,NULL,2,1903,18078,'Lizal Tri-Boomerang','Lizal Tri-Boomerang carried by a Fire breathing Lizalfoe',185.1171875,-109.6875,0,0,0,'2018-02-21 10:02:30'); +INSERT INTO `marker` VALUES (9557,1900,NULL,2,1901,18078,'Big Hearty Raddish','',185.03515625,-109.69140625,0,0,0,'2018-02-21 10:03:40'); +INSERT INTO `marker` VALUES (9558,1900,NULL,2,1901,17925,'Giant Horse','Ganons Horse',109.484375,-169.28125,0,1,0,'2018-02-22 08:40:13'); +INSERT INTO `marker` VALUES (9559,1900,NULL,2,1910,18081,'Ore Deposits','',130.5859375,-156.65625,0,1,0,'2018-02-23 04:33:01'); +INSERT INTO `marker` VALUES (9560,1900,NULL,2,1910,18081,'Ore dep[opsits','',131.078125,-155.34375,0,0,0,'2018-02-23 04:33:52'); +INSERT INTO `marker` VALUES (9561,1900,NULL,2,1910,18081,'Ore Deposits','',139.05859375,-156.16015625,0,1,0,'2018-02-23 05:40:52'); +INSERT INTO `marker` VALUES (9562,1900,NULL,2,1910,18081,'Ore Deposits','',145.671875,-158.2421875,0,0,0,'2018-02-23 05:59:04'); +INSERT INTO `marker` VALUES (9563,1900,NULL,2,1910,18081,'Ore Deposits','',148.3046875,-159.28515625,0,0,0,'2018-02-23 06:11:24'); +INSERT INTO `marker` VALUES (9564,1900,NULL,2,1910,18081,'Ore Deposits','',148.4609375,-158.72265625,0,0,0,'2018-02-23 06:12:44'); +INSERT INTO `marker` VALUES (9565,1900,NULL,2,1910,18081,'Ore Deposits','',147.36328125,-158.57421875,0,0,0,'2018-02-23 06:36:07'); +INSERT INTO `marker` VALUES (9566,1900,NULL,2,1901,12696,'????','',141.63693618774414,-164.22618675231934,0,0,0,'2018-02-24 13:06:42'); +INSERT INTO `marker` VALUES (9567,1900,NULL,2,1943,17351,'Treasure Chest','Purple Rupee\r\n',56.59375,-176.42708349227905,0,0,0,'2018-02-24 18:32:43'); +INSERT INTO `marker` VALUES (9568,1900,NULL,2,1935,18290,'Horned Statue','Trade a heart of stamina container for the other.',179.28125,-162.421875,0,1,0,'2018-02-25 05:05:19'); +INSERT INTO `marker` VALUES (9569,1900,NULL,2,1943,18164,'Ruby','',117.54296875,-151.80859375,0,0,0,'2018-02-25 08:29:52'); +INSERT INTO `marker` VALUES (9570,1900,NULL,2,1905,18278,'Reqs','',186.921875,-86.296875,0,0,0,'2018-02-25 18:05:56'); +INSERT INTO `marker` VALUES (9571,1900,NULL,2,1910,18164,'Amber','',107.87890625,-162.71875,0,0,0,'2018-02-26 19:21:39'); +INSERT INTO `marker` VALUES (9572,1900,NULL,2,1936,18164,'Cracked Wall','',114.32421875,-158.18359375,0,0,0,'2018-02-26 19:40:10'); +INSERT INTO `marker` VALUES (9573,1900,NULL,2,1936,16743,'Bombable Wall','Behind wall is 2 ore deposits',100.84375,-161.3515625,0,0,0,'2018-02-27 06:25:53'); +INSERT INTO `marker` VALUES (9574,1900,NULL,2,1901,18415,'completed','',200.9406247138977,-70.14218723773956,0,0,0,'2018-02-27 14:57:34'); +INSERT INTO `marker` VALUES (9575,1900,NULL,2,1936,18164,'Cracked Wall','',111.421875,-155.8828125,0,0,0,'2018-02-27 18:27:31'); +INSERT INTO `marker` VALUES (9576,1900,NULL,2,1901,18483,'Gegner','',173.40625,-127.609375,0,0,0,'2018-02-28 15:47:37'); +INSERT INTO `marker` VALUES (9577,1900,NULL,2,1926,18489,'Vah Ruta','',-45.75,-167.75,0,0,0,'2018-02-28 18:52:01'); +INSERT INTO `marker` VALUES (9578,1900,NULL,2,1926,18489,'Vah Ruta','',184.53125,-126.0625,0,0,0,'2018-02-28 18:52:27'); +INSERT INTO `marker` VALUES (9579,1900,NULL,2,1939,18145,'Ice Wizzrobe','Blizzard Rod',103.859375,-186.234375,0,1,0,'2018-03-02 18:38:51'); +INSERT INTO `marker` VALUES (9580,1900,NULL,2,1931,18578,'ERLEDIGT','',118.1640625,-158.0078125,0,0,0,'2018-03-02 20:52:29'); +INSERT INTO `marker` VALUES (9581,1900,NULL,2,1935,18586,'[Xenoblade Chronicles 2]','',184.83203125,-72.98046875,0,0,0,'2018-03-03 02:36:34'); +INSERT INTO `marker` VALUES (9582,1900,NULL,2,1936,18164,'Cracked Wall','',144.28125,-154.62109375,0,0,0,'2018-03-03 08:19:36'); +INSERT INTO `marker` VALUES (9583,1900,NULL,2,1935,18586,'EX Treasure: Ancient Mask','',121.015625,-148.06640625,0,0,0,'2018-03-04 06:13:12'); +INSERT INTO `marker` VALUES (9584,1900,NULL,2,1935,18586,'EX Treasure: Twilight Relic','',106.08984375,-131.40234375,0,0,0,'2018-03-04 09:59:36'); +INSERT INTO `marker` VALUES (9585,1900,NULL,2,1916,17928,'korok seed','',150.125,-104,0,0,0,'2018-03-04 11:39:12'); +INSERT INTO `marker` VALUES (9586,1900,NULL,2,1939,18679,'shock wizzard','',119.109375,-187.6328125,0,1,0,'2018-03-04 14:02:55'); +INSERT INTO `marker` VALUES (9587,1900,NULL,2,1935,18586,'EX Treasure: Phantasma','Phantom Helmet',109.24609375,-147.2109375,0,0,0,'2018-03-05 02:40:08'); +INSERT INTO `marker` VALUES (9588,1900,NULL,2,1935,18586,'EX Treasure: Phantasma','Phantom Armor',124.1171875,-126.62109375,0,0,0,'2018-03-05 02:57:26'); +INSERT INTO `marker` VALUES (9589,1900,NULL,2,1901,18586,'EX Treasure: Phantasma','Phantom Greaves',120.0625,-137.515625,0,0,0,'2018-03-05 02:58:33'); +INSERT INTO `marker` VALUES (9590,1900,NULL,2,1901,18586,'EX Treasure: Fairy Clothes','Tingle's Hood',116.328125,-141.9453125,0,0,0,'2018-03-05 03:00:12'); +INSERT INTO `marker` VALUES (9591,1900,NULL,2,1901,18586,'EX Treasure: Fairy Clothes','Tingle's Shirt',117.3828125,-115.22265625,0,0,0,'2018-03-05 03:01:19'); +INSERT INTO `marker` VALUES (9592,1900,NULL,2,1901,18586,'EX Treasure: Fairy Clothes','Tingle's Tights',127.4765625,-131.31640625,0,0,0,'2018-03-05 03:02:18'); +INSERT INTO `marker` VALUES (9593,1900,NULL,2,1903,18743,'????','',110.60546875,-134.7265625,0,0,0,'2018-03-05 10:15:03'); +INSERT INTO `marker` VALUES (9594,1900,NULL,2,1901,18045,'????','',71.46875,-100,0,0,0,'2018-03-05 15:36:14'); +INSERT INTO `marker` VALUES (9595,1900,NULL,2,1934,18761,'??????????? ??? ','??????????? ??? ????? ??????????? ??? ',135.046875,-93.734375,0,0,0,'2018-03-05 15:43:24'); +INSERT INTO `marker` VALUES (9596,1900,NULL,2,1901,18760,'Korok seed','',149.7734375,-157.0390625,0,1,0,'2018-03-05 20:26:06'); +INSERT INTO `marker` VALUES (9597,1900,NULL,2,1936,18164,'Cracked Wall','',154.6875,-144.890625,0,0,0,'2018-03-05 22:06:08'); +INSERT INTO `marker` VALUES (9598,1900,NULL,2,1901,18804,'Faron hunting','',155.6875,-172.4609375,0,0,0,'2018-03-06 13:18:18'); +INSERT INTO `marker` VALUES (9599,1900,NULL,2,1916,18690,'NO LO ENCUENTRO','',187.375,-75.6875,0,0,0,'2018-03-06 18:38:26'); +INSERT INTO `marker` VALUES (9600,1900,NULL,2,1901,18690,'NO LO ENCUENTRO','',186.09375,-76.46875,0,0,0,'2018-03-06 18:43:07'); +INSERT INTO `marker` VALUES (9601,1900,NULL,2,1936,18862,'Cracked Wall','contains ore deposit',199.97314739227295,-115.37966394424438,0,0,0,'2018-03-09 07:29:50'); +INSERT INTO `marker` VALUES (9602,1900,NULL,2,1936,18164,'Cracked Wall','',188.8359375,-117,0,0,0,'2018-03-09 19:11:13'); +INSERT INTO `marker` VALUES (9603,1900,NULL,2,1901,18695,'test pour jeu de role','ii est mort le vampire',107.5,-172.25,0,0,0,'2018-03-10 16:31:24'); +INSERT INTO `marker` VALUES (9604,1900,NULL,2,1901,19007,'Hidden passage','',110.37109375,-161.34765625,0,0,0,'2018-03-11 08:14:23'); +INSERT INTO `marker` VALUES (9605,1900,NULL,2,1901,19073,'CABAÑA ABUELO','',115.875,-163.38671875,0,1,0,'2018-03-12 13:13:48'); +INSERT INTO `marker` VALUES (9606,1900,NULL,2,1942,18679,'Black hinox','',120.71000099182129,-95.5212516784668,0,0,0,'2018-03-12 14:26:41'); +INSERT INTO `marker` VALUES (9607,1900,NULL,2,1940,18679,'White hair lynel','',114.82290649414062,-99.0834379196167,0,0,0,'2018-03-12 14:29:34'); +INSERT INTO `marker` VALUES (9608,1900,NULL,2,1936,18823,'Amber','',174.5859375,-133.6875,0,0,0,'2018-03-13 21:38:34'); +INSERT INTO `marker` VALUES (9609,1900,NULL,2,1903,19152,'??','',110.6171875,-134.625,0,0,0,'2018-03-14 10:41:25'); +INSERT INTO `marker` VALUES (9610,1900,NULL,2,1936,16743,'Cracked Wall','Bombable wall leads to some luminous stone deposits and many ice keese.',85.796875,-151.625,0,0,0,'2018-03-14 13:07:57'); +INSERT INTO `marker` VALUES (9611,1900,NULL,2,1916,19054,'A FAIRE !','',77,-183.375,0,0,0,'2018-03-15 15:00:37'); +INSERT INTO `marker` VALUES (9612,1900,NULL,2,1931,18991,'Enemy camp','',101.96484375,-165.19921875,0,0,0,'2018-03-16 07:15:15'); +INSERT INTO `marker` VALUES (9613,1900,NULL,2,1935,18164,'Riddles of Hyrule','',134.43359375,-93.8828125,0,0,0,'2018-03-16 18:25:54'); +INSERT INTO `marker` VALUES (9614,1900,NULL,2,1940,19313,'Lynel','',107.96249961853027,-113.97500038146973,0,0,0,'2018-03-17 18:01:07'); +INSERT INTO `marker` VALUES (9615,1900,NULL,2,1901,19458,'Fairies','',137.2734375,-171.6328125,0,0,0,'2018-03-20 10:42:07'); +INSERT INTO `marker` VALUES (9616,1900,NULL,2,1930,19458,'Mimic Octorok','',113.83984375,-72.203125,0,0,0,'2018-03-20 15:26:56'); +INSERT INTO `marker` VALUES (9617,1900,NULL,2,1901,19477,'Shrine of Resurrection','',110.73828125,-157.36328125,0,0,0,'2018-03-21 02:57:12'); +INSERT INTO `marker` VALUES (9618,1900,NULL,2,1901,19492,'fire','',194.75,-128.875,0,0,0,'2018-03-21 03:57:26'); +INSERT INTO `marker` VALUES (9619,1900,NULL,2,1901,19448,'Gold Maker','Gold Maker',95.578125,-95.515625,0,0,0,'2018-03-21 09:19:07'); +INSERT INTO `marker` VALUES (9620,1900,NULL,2,1901,19448,'Gold Maker','Gold Maker',95.4609375,-95.46875,0,0,0,'2018-03-21 09:19:55'); +INSERT INTO `marker` VALUES (9621,1900,NULL,2,1939,18862,'Blizzrobe','',75.453125,-152.578125,0,0,0,'2018-03-22 00:25:43'); +INSERT INTO `marker` VALUES (9622,1900,NULL,2,1901,6867,'The Eight Heroine Statue','',59.78125,-136.015625,0,1,0,'2018-03-22 07:05:04'); +INSERT INTO `marker` VALUES (9623,1900,NULL,2,1901,19448,'??? (??)','??? (??)',155.734375,-172.46875,0,0,0,'2018-03-23 06:06:45'); +INSERT INTO `marker` VALUES (9624,1900,NULL,2,1901,19448,'??? - ??','??? - ??',155.7734375,-172.3671875,0,0,0,'2018-03-23 06:11:52'); +INSERT INTO `marker` VALUES (9625,1900,NULL,2,1901,19448,'Making Money','Making Money',95.5625,-95.5234375,0,0,0,'2018-03-23 07:11:16'); +INSERT INTO `marker` VALUES (9626,1900,NULL,2,1916,19412,'Korok Seed - Offering','Place matching object in the empty bowl.',99.5625,-143.3046875,0,0,0,'2018-03-24 22:51:25'); +INSERT INTO `marker` VALUES (9627,1900,NULL,2,1901,19247,'Clothes','',153.83385848999023,-97.35057783126831,0,0,0,'2018-03-25 19:47:20'); +INSERT INTO `marker` VALUES (9628,1900,NULL,2,1901,4715,'BUY ARROWS @ ARCHERY CAMP!!','',124.90909194946289,-182.68750071525574,0,0,0,'2018-03-25 19:50:23'); +INSERT INTO `marker` VALUES (9629,1900,NULL,2,1936,9294,'Cracked Wall covering Air Vent','',73.81640625,-136.20703125,0,0,0,'2018-03-26 01:53:25'); +INSERT INTO `marker` VALUES (9630,1900,NULL,2,1936,9294,'Cracked Wall covering Air Vent','',73.05078125,-138.98046875,0,0,0,'2018-03-26 01:58:53'); +INSERT INTO `marker` VALUES (9631,1900,NULL,2,1902,19412,'Ex Treasure: Usurper King','Zant's Helmet is in a chest buried in the dirt. Use Magnesis to unearth it. ',148.12890625,-166.28515625,0,0,0,'2018-03-27 07:10:01'); +INSERT INTO `marker` VALUES (9632,1900,NULL,2,1902,19412,'Ex Treasure: Merchant Hood','Location of Ravio's Hood. Chest buried in dirt. Use magnesis to unearth.',140.9609375,-166.1015625,0,0,0,'2018-03-27 07:34:06'); +INSERT INTO `marker` VALUES (9633,1900,NULL,2,1901,18746,'1111','',116.125,-153.125,0,0,0,'2018-03-28 15:12:20'); +INSERT INTO `marker` VALUES (9634,1900,NULL,2,1944,9294,'[Master Mode] Great Flameblade','',185.68359375,-114.34765625,0,0,0,'2018-03-29 06:58:57'); +INSERT INTO `marker` VALUES (9635,1900,NULL,2,1901,19855,'cur','',155.484375,-144.15625,0,0,0,'2018-03-29 10:13:03'); +INSERT INTO `marker` VALUES (9636,1900,NULL,2,1910,18164,'Travel Medallion','EX Item',200.68359375,-72.421875,0,0,0,'2018-03-30 21:37:57'); +INSERT INTO `marker` VALUES (9637,1900,NULL,2,1916,19987,'Kolog','',172.91667187213898,-162.00260937213898,0,0,0,'2018-04-01 07:16:41'); +INSERT INTO `marker` VALUES (9638,1900,NULL,2,1916,19987,'Kolog','',172.34244918823242,-161.11067578196526,0,0,0,'2018-04-01 07:17:20'); +INSERT INTO `marker` VALUES (9639,1900,NULL,2,1916,19987,'Seed','',175.234375,-159.78125,0,0,0,'2018-04-01 07:17:55'); +INSERT INTO `marker` VALUES (9640,1900,NULL,2,1925,20061,'Need Quest','',182.09375,-180.03125,0,0,0,'2018-04-02 14:00:51'); +INSERT INTO `marker` VALUES (9641,1900,NULL,2,1901,20011,'sonderq','',181.5625,-179.375,0,0,0,'2018-04-02 19:51:15'); +INSERT INTO `marker` VALUES (9642,1900,NULL,2,1901,19975,'@','',125.625,-128.0625,0,0,0,'2018-04-03 01:08:57'); +INSERT INTO `marker` VALUES (9643,1900,NULL,2,1901,19975,'','',124.34375,-128.3125,0,0,0,'2018-04-03 01:09:10'); +INSERT INTO `marker` VALUES (9644,1900,NULL,2,1901,19975,'test','',124.0625,-129.671875,0,0,0,'2018-04-03 01:09:50'); +INSERT INTO `marker` VALUES (9645,1900,NULL,2,1901,19975,'','',125.78125,-129.859375,0,0,0,'2018-04-03 01:10:04'); +INSERT INTO `marker` VALUES (9646,1900,NULL,2,1901,19975,'','',127.375,-129.109375,0,0,0,'2018-04-03 01:10:18'); +INSERT INTO `marker` VALUES (9647,1900,NULL,2,1916,19668,'Korok Seed','flying thing',165.484375,-115.3125,0,0,0,'2018-04-04 05:40:12'); +INSERT INTO `marker` VALUES (9648,1900,NULL,2,1901,19868,'Korok Seed Flower','This is the flower for the Korok Seed nearby',64.203125,-69.796875,0,0,0,'2018-04-04 12:15:27'); +INSERT INTO `marker` VALUES (9649,1900,NULL,2,1902,20019,'Phantom Chestplate','',124.109375,-126.6953125,0,1,0,'2018-04-05 01:12:31'); +INSERT INTO `marker` VALUES (9650,1900,NULL,2,1901,18746,'masker I','',69.625,-152.125,0,0,0,'2018-04-05 06:51:48'); +INSERT INTO `marker` VALUES (9651,1900,NULL,2,1901,16104,'sanctuaire de la renaissance','',111.921875,-156.390625,0,0,0,'2018-04-05 19:53:50'); +INSERT INTO `marker` VALUES (9652,1900,NULL,2,1925,16994,'E','',156.375,-104.3125,0,0,0,'2018-04-06 11:10:30'); +INSERT INTO `marker` VALUES (9653,1900,NULL,2,1901,19530,'Enter','',126.71875,-110.28515625,0,0,0,'2018-04-08 08:59:15'); +INSERT INTO `marker` VALUES (9654,1900,NULL,2,1903,14053,'Royal Halberd','',118.96875,-87.30859375,0,0,0,'2018-04-08 17:34:18'); +INSERT INTO `marker` VALUES (9655,1900,NULL,2,1901,20248,'Statue clue??','',165.28125,-156.84375,0,0,0,'2018-04-10 01:00:08'); +INSERT INTO `marker` VALUES (9656,1900,NULL,2,1920,20280,'Kara Kara Bazaar','',77.34765625,-167.46484375,0,0,0,'2018-04-11 04:10:35'); +INSERT INTO `marker` VALUES (9657,1900,NULL,2,1945,19262,'Blupee','Blupee',145.9375,-175.171875,0,1,0,'2018-04-11 17:47:40'); +INSERT INTO `marker` VALUES (9658,1900,NULL,2,1935,20452,'Hero's Cache','',186.4921875,-169.1015625,0,0,0,'2018-04-12 18:34:32'); +INSERT INTO `marker` VALUES (9659,1900,NULL,2,1925,20452,'Ishto Soh Shrine','',112.375,-183.8125,0,0,0,'2018-04-12 20:57:11'); +INSERT INTO `marker` VALUES (9660,1900,NULL,2,1923,19926,'LIMITE EXPLORACIÓN','',153.25,-123.75,0,0,0,'2018-04-14 20:57:35'); +INSERT INTO `marker` VALUES (9661,1900,NULL,2,1943,18164,'Ancient Bridle','',92.1640625,-133.41015625,0,0,0,'2018-04-15 08:24:27'); +INSERT INTO `marker` VALUES (9662,1900,NULL,2,1916,11788,'Kolok que falta','',96.00976610183716,-165.43389058113098,0,0,0,'2018-04-15 11:35:16'); +INSERT INTO `marker` VALUES (9663,1900,NULL,2,1932,20248,'Ke'Nai Shrine','',193.3125,-114.5625,0,0,0,'2018-04-15 13:43:37'); +INSERT INTO `marker` VALUES (9664,1900,NULL,2,1925,20606,'Kiha'Tusa','',94.6875,-78.1875,0,0,0,'2018-04-15 23:01:38'); +INSERT INTO `marker` VALUES (9665,1900,NULL,2,1925,20606,'Nohie'Roji','EX2',68.296875,-91.953125,0,0,0,'2018-04-15 23:02:49'); +INSERT INTO `marker` VALUES (9666,1900,NULL,2,1925,20606,'Kamira'Omuna','EX2',161.296875,-77.59375,0,0,0,'2018-04-15 23:05:32'); +INSERT INTO `marker` VALUES (9667,1900,NULL,2,1925,20606,'Shado'Lon ','EX2',173.78125,-90.140625,0,0,0,'2018-04-15 23:06:38'); +INSERT INTO `marker` VALUES (9668,1900,NULL,2,1923,20606,'Kebe'Tawa','',91.3828125,-188.953125,0,0,0,'2018-04-15 23:09:54'); +INSERT INTO `marker` VALUES (9669,1900,NULL,2,1925,20606,'Takama'Simiri','',51.4140625,-161.5546875,0,0,0,'2018-04-15 23:10:49'); +INSERT INTO `marker` VALUES (9670,1900,NULL,2,1925,20606,'Kiroteh'Moh','',75.0234375,-149.0390625,0,0,0,'2018-04-15 23:11:46'); +INSERT INTO `marker` VALUES (9671,1900,NULL,2,1925,20606,'Rohita'Tigu','EX2',119.875,-156.125,0,0,0,'2018-04-15 23:14:48'); +INSERT INTO `marker` VALUES (9672,1900,NULL,2,1925,20606,'Yowaka'Illuta','EX2',113.21875,-154.0625,0,0,0,'2018-04-15 23:15:27'); +INSERT INTO `marker` VALUES (9673,1900,NULL,2,1925,20606,'Etsi'Korima','EX2',108.8359375,-160.8828125,0,0,0,'2018-04-15 23:16:24'); +INSERT INTO `marker` VALUES (9674,1900,NULL,2,1925,20606,'Kio'Dafuna','EX2',205.375,-112.5,0,0,0,'2018-04-15 23:40:13'); +INSERT INTO `marker` VALUES (9675,1900,NULL,2,1925,20606,'Mau'Eruya','EX2',186.7421875,-117.9296875,0,0,0,'2018-04-15 23:41:05'); +INSERT INTO `marker` VALUES (9676,1900,NULL,2,1949,20608,'Goddess Statue','',190.046875,-102.84375,0,0,0,'2018-04-16 00:45:16'); +INSERT INTO `marker` VALUES (9677,1900,NULL,2,1946,20248,'Super Rumor Mill EX: Vol 3','',136.2265625,-182.01953125,0,0,0,'2018-04-16 02:42:25'); +INSERT INTO `marker` VALUES (9678,1900,NULL,2,1901,16561,'Inicio prueba korok race','\r\n',82.07524999976158,-89.21014845371246,0,0,0,'2018-04-16 04:29:23'); +INSERT INTO `marker` VALUES (9679,1900,NULL,2,1901,16561,'Start prueba korok flower','',62.34446096420288,-84.51089060306549,0,0,0,'2018-04-16 05:39:14'); +INSERT INTO `marker` VALUES (9680,1900,NULL,2,1901,16561,'Inicio prueba korok race','',61.45384380221367,-71.9466404914856,0,0,0,'2018-04-16 06:08:52'); +INSERT INTO `marker` VALUES (9681,1900,NULL,2,1901,20248,'Bowling','',95.546875,-95.4140625,0,0,0,'2018-04-16 16:09:49'); +INSERT INTO `marker` VALUES (9682,1900,NULL,2,1901,20654,'revisit maybe ','',166.6875,-146.5625,0,1,0,'2018-04-16 17:15:58'); +INSERT INTO `marker` VALUES (9683,1900,NULL,2,1925,4515,'Noe Rajee Shrine','The Four Winds Trial',68.31640625,-91.91796875,0,0,0,'2018-04-16 19:50:57'); +INSERT INTO `marker` VALUES (9684,1900,NULL,2,1916,19868,'Korok Seed Flower','',115.875,-188.90625,0,1,0,'2018-04-16 20:39:08'); +INSERT INTO `marker` VALUES (9685,1900,NULL,2,1910,20680,'ancient shaft','',101.65625,-154.03125,0,0,0,'2018-04-17 20:58:52'); +INSERT INTO `marker` VALUES (9686,1900,NULL,2,1901,18078,'selling rushroom herer','',84.234375,-162.8671875,0,0,0,'2018-04-18 09:23:01'); +INSERT INTO `marker` VALUES (9687,1900,NULL,2,1925,20762,'Kebe'Tawa Shrine','',91.40885418653488,-188.96223962306976,0,0,0,'2018-04-20 08:40:39'); +INSERT INTO `marker` VALUES (9688,1900,NULL,2,1916,20786,'Korok Seed','',106.42578125,-180.0390625,0,1,0,'2018-04-21 10:34:17'); +INSERT INTO `marker` VALUES (9689,1900,NULL,2,1926,20742,'Vah'Medoh','',69,-94.625,0,0,0,'2018-04-21 11:01:16'); +INSERT INTO `marker` VALUES (9690,1900,NULL,2,1926,20742,'Vah'Medoh','',69,-94.625,0,0,0,'2018-04-21 11:01:17'); +INSERT INTO `marker` VALUES (9691,1900,NULL,2,1926,20742,'Vah'Medoh','',69,-94.625,0,0,0,'2018-04-21 11:01:17'); +INSERT INTO `marker` VALUES (9692,1900,NULL,2,1926,20742,'Vah'Naboris','',66.5,-182.875,0,0,0,'2018-04-21 11:01:50'); +INSERT INTO `marker` VALUES (9693,1900,NULL,2,1926,20742,'Vah'Rudania','',166.25,-87.625,0,0,0,'2018-04-21 11:02:29'); +INSERT INTO `marker` VALUES (9694,1900,NULL,2,1931,20792,'Bokoblin Camp','',107.9296875,-154.29296875,0,0,0,'2018-04-21 15:43:35'); +INSERT INTO `marker` VALUES (9695,1900,NULL,2,1925,4515,'Shrine Of Resurrection','Shrine Of Resurrection',110.796875,-157.3828125,0,0,0,'2018-04-22 09:45:25'); +INSERT INTO `marker` VALUES (9696,1900,NULL,2,1944,19915,'Knight's Spear','',118.999671459198,-87.30093741416931,0,0,0,'2018-04-22 11:38:25'); +INSERT INTO `marker` VALUES (9697,1900,NULL,2,1904,17978,'????','????\r\n',141.25,-180.171875,0,0,0,'2018-04-22 14:25:54'); +INSERT INTO `marker` VALUES (9698,1900,NULL,2,1940,12188,' White Lynel','',117.984375,-159.734375,0,0,0,'2018-04-24 19:13:22'); +INSERT INTO `marker` VALUES (9699,1900,NULL,2,1901,20248,'Pondo's Lodge','',94.38671875,-95.63671875,0,0,0,'2018-04-25 02:21:25'); +INSERT INTO `marker` VALUES (9700,1900,NULL,2,1920,20921,'????','',140.5390625,-186.1328125,0,1,0,'2018-04-26 01:04:13'); +INSERT INTO `marker` VALUES (9701,1900,NULL,2,1925,18696,'Kihiat Shrine','',94.2734375,-78.203125,0,0,0,'2018-04-26 20:56:50'); +INSERT INTO `marker` VALUES (9702,1900,NULL,2,1925,18696,'Kiah Toza Shrine','',94.265625,-78.265625,0,0,0,'2018-04-26 20:59:09'); +INSERT INTO `marker` VALUES (9703,1900,NULL,2,1916,5372,'Korok Seed','Missing Korok Seed',105.9609375,-91.984375,0,0,0,'2018-04-27 21:49:46'); +INSERT INTO `marker` VALUES (9704,1900,NULL,2,1935,9827,'Majora's Mask (DLC)','Majora's Mask (DLC)',120.96484375,-148.046875,0,0,0,'2018-04-30 05:13:39'); +INSERT INTO `marker` VALUES (9705,1900,NULL,2,1916,17600,'korok seeds','',84.70703125,-104.96484375,0,0,0,'2018-04-30 16:13:40'); +INSERT INTO `marker` VALUES (9706,1900,NULL,2,1925,17600,'Shira Gomar Shrine','',91,-106.3984375,0,0,0,'2018-04-30 16:17:32'); +INSERT INTO `marker` VALUES (9707,1900,NULL,2,1926,21154,'Divine Beast Vah Medoh','',71.52734375,-98.83984375,0,1,0,'2018-04-30 22:58:19'); +INSERT INTO `marker` VALUES (9708,1900,NULL,2,1901,16861,'Selmie's Spot','Sheild Surfer Trainer',81.84939956665039,-78.91268575191498,0,0,0,'2018-05-03 09:40:26'); +INSERT INTO `marker` VALUES (9709,1900,NULL,2,1901,13274,'test','',71.73046875,-104.125,0,0,0,'2018-05-03 11:34:58'); +INSERT INTO `marker` VALUES (9710,1900,NULL,2,1916,20799,'Golf Korok','',149.625,-157.15625,0,0,0,'2018-05-04 18:12:11'); +INSERT INTO `marker` VALUES (9711,1900,NULL,2,1910,21352,'Amber','Search the standing rock formation.',107.828125,-162.625,0,1,0,'2018-05-06 11:54:57'); +INSERT INTO `marker` VALUES (9712,1900,NULL,2,1904,21352,'Bomb Arrows x5','In a chest. Visible from far away.',105.24879598617554,-159.61257934570312,0,0,0,'2018-05-06 12:03:46'); +INSERT INTO `marker` VALUES (9713,1900,NULL,2,1944,5195,'Iron Sledgehammer','',149.49609375,-154.052734375,0,0,0,'2018-05-08 09:48:37'); +INSERT INTO `marker` VALUES (9714,1900,NULL,2,1935,17996,'The Hero's Cache','',186.5390625,-169.078125,0,0,0,'2018-05-08 11:46:26'); +INSERT INTO `marker` VALUES (9715,1900,NULL,2,1935,21282,'Hunt for the Giant Horse','',124.6796875,-182.5,0,0,0,'2018-05-08 11:51:06'); +INSERT INTO `marker` VALUES (9716,1900,NULL,2,1936,21324,'Cracked Wall','',174.671875,-133.65234375,0,0,0,'2018-05-09 01:06:53'); +INSERT INTO `marker` VALUES (9717,1900,NULL,2,1935,19312,'By Firefly's Light','',157.671875,-144.2109375,0,0,0,'2018-05-09 12:41:44'); +INSERT INTO `marker` VALUES (9718,1900,NULL,2,1901,21496,'done','',196.03125,-111.1875,0,0,0,'2018-05-10 13:53:01'); +INSERT INTO `marker` VALUES (9719,1900,NULL,2,1901,21552,'????','',99.875,-141.0625,0,0,0,'2018-05-12 02:17:34'); +INSERT INTO `marker` VALUES (9720,1900,NULL,2,1901,21563,'???','',117.5,-140.25,0,0,0,'2018-05-12 08:06:55'); +INSERT INTO `marker` VALUES (9721,1900,NULL,2,1901,21563,'???','',117.5,-140.25,0,0,0,'2018-05-12 08:06:55'); +INSERT INTO `marker` VALUES (9722,1900,NULL,2,1910,21563,'???','',115.015625,-162.78125,0,0,0,'2018-05-12 08:16:42'); +INSERT INTO `marker` VALUES (9723,1900,NULL,2,1901,21563,'???','?????',114.6015625,-162.40625,0,0,0,'2018-05-12 08:18:03'); +INSERT INTO `marker` VALUES (9724,1900,NULL,2,1901,21563,'kkk','mmm',114.84765625,-162.37890625,0,0,0,'2018-05-12 08:25:21'); +INSERT INTO `marker` VALUES (9725,1900,NULL,2,1901,21563,'sss','',115.140625,-159.5,0,0,0,'2018-05-12 08:56:35'); +INSERT INTO `marker` VALUES (9726,1900,NULL,2,1901,21321,'inicio','',129.4296875,-153.5703125,0,0,0,'2018-05-12 18:06:14'); +INSERT INTO `marker` VALUES (9727,1900,NULL,2,1901,21321,'ffff','',129.41796875,-153.75390625,0,0,0,'2018-05-12 18:07:54'); +INSERT INTO `marker` VALUES (9728,1900,NULL,2,1910,21355,'Pondo's Lodge','Make that money.',95.5625,-95.5546875,0,0,0,'2018-05-14 21:49:10'); +INSERT INTO `marker` VALUES (9729,1900,NULL,2,1901,21727,'???','???',137.6171875,-165.3046875,0,0,0,'2018-05-20 07:46:21'); +INSERT INTO `marker` VALUES (9730,1900,NULL,2,1901,21247,'Start Korok','',68.8125,-99.9140625,0,0,0,'2018-05-20 20:08:26'); +INSERT INTO `marker` VALUES (9731,1900,NULL,2,1901,21799,'Was tolles Shrine Beginn here','Defeat the Hinox to get a juwel',134.078125,-79.4921875,0,0,0,'2018-05-21 15:32:41'); +INSERT INTO `marker` VALUES (9732,1900,NULL,2,1926,21041,'Divine Beast Vah Medoh','',71.515625,-99.015625,0,0,0,'2018-05-21 20:06:56'); +INSERT INTO `marker` VALUES (9733,1900,NULL,2,1939,21324,'Blizzrobe','',139.9453125,-116.234375,0,0,0,'2018-05-22 02:04:44'); +INSERT INTO `marker` VALUES (9734,1900,NULL,2,1901,20346,'Rubine','',95.60546875,-95.2421875,0,0,0,'2018-05-22 15:31:57'); +INSERT INTO `marker` VALUES (9735,1900,NULL,2,1901,21856,'Santuario de la vida','',110.44921875,-157.515625,0,0,0,'2018-05-23 05:35:29'); +INSERT INTO `marker` VALUES (9736,1900,NULL,2,1925,21856,'Santuario de la vida','',110.5,-157.46875,0,0,0,'2018-05-23 05:37:21'); +INSERT INTO `marker` VALUES (9737,1900,NULL,2,1902,21858,'PHANTOM GANON ARMOR','',143.95703125,-178.53125,0,1,0,'2018-05-23 07:41:28'); +INSERT INTO `marker` VALUES (9738,1900,NULL,2,1910,16861,'Topaz','',120.48301529884338,-112.11066344380379,0,0,0,'2018-05-24 09:08:25'); +INSERT INTO `marker` VALUES (9739,1900,NULL,2,1934,16432,'White stallion','',109.5,-148.234375,0,0,0,'2018-05-26 16:46:48'); +INSERT INTO `marker` VALUES (9740,1900,NULL,2,1904,21892,'Fleches Illimitées','',77.25,-125,0,0,0,'2018-05-28 10:35:44'); +INSERT INTO `marker` VALUES (9741,1900,NULL,2,1901,22039,'Divine Beast Vah Medoh','',71.375,-99.875,0,1,0,'2018-05-29 18:57:04'); +INSERT INTO `marker` VALUES (9742,1900,NULL,2,1926,22039,'Divine Beast Vah Naboris','',70,-176,0,1,0,'2018-05-29 18:58:53'); +INSERT INTO `marker` VALUES (9743,1900,NULL,2,1901,22054,'nao esta la','',197.375,-150.37812507152557,0,0,0,'2018-05-31 01:19:51'); +INSERT INTO `marker` VALUES (9744,1900,NULL,2,1901,22054,'Não está la o korok','korok não está presente no Nintendo Wii U',197.3125,-150.015625,0,0,0,'2018-05-31 01:21:21'); +INSERT INTO `marker` VALUES (9745,1900,NULL,2,1901,22054,'Não está la o korok','no nintendo wii u nao está la o korok',195.265625,-154.140625,0,0,0,'2018-05-31 01:25:17'); +INSERT INTO `marker` VALUES (9746,1900,NULL,2,1925,22116,'Kebe' Tawa','',91.390625,-188.95703125,0,0,0,'2018-06-01 15:19:25'); +INSERT INTO `marker` VALUES (9747,1900,NULL,2,1921,22141,'Korok forest','',134.40625,-93.78125,0,0,0,'2018-06-02 21:44:25'); +INSERT INTO `marker` VALUES (9748,1900,NULL,2,1901,22148,'EE','',84.140625,-102.953125,0,0,0,'2018-06-03 00:51:51'); +INSERT INTO `marker` VALUES (9749,1900,NULL,2,1944,22175,'Majora's Mask','',120.78125,-147.8125,0,1,0,'2018-06-03 20:58:59'); +INSERT INTO `marker` VALUES (9750,1900,NULL,2,1901,22252,'Feu','',113.83132874965668,-154.16339844465256,0,0,0,'2018-06-06 13:15:56'); +INSERT INTO `marker` VALUES (9751,1900,NULL,2,1925,22228,'dont know','',176.1533203125,-120.8427734375,0,0,0,'2018-06-08 15:06:47'); +INSERT INTO `marker` VALUES (9752,1900,NULL,2,1901,22500,'Southern Oasis','',69.6640625,-184.609375,0,1,0,'2018-06-15 01:58:42'); +INSERT INTO `marker` VALUES (9753,1900,NULL,2,1901,22484,'Todo','',155,-154.375,0,0,0,'2018-06-15 06:20:25'); +INSERT INTO `marker` VALUES (9754,1900,NULL,2,1935,22518,'A Gift of Nightshade','',168.45703125,-183.40945434570312,0,0,0,'2018-06-15 14:42:17'); +INSERT INTO `marker` VALUES (9755,1900,NULL,2,1904,22263,'Bomb Arrow x5 (DLC)','The Bomb Arrow is a recurring item in The Legend of Zelda series. It has appeared in Link's Awakening, Twilight Princess, and Breath of the Wild. They are what Link gets when he combines his Bombs and his Arrows together.',105.3046875,-159.703125,0,1,0,'2018-06-16 08:39:51'); +INSERT INTO `marker` VALUES (9756,1900,NULL,2,1910,21662,'Amber','Search rock to acquire.',107.8671875,-162.69921875,0,0,0,'2018-06-18 04:12:48'); +INSERT INTO `marker` VALUES (9757,1900,NULL,2,1901,22585,'Firly Pond','Pond with Karok seed and Rusty Broadsword',179.35546875,-162.94921875,0,1,0,'2018-06-18 20:08:44'); +INSERT INTO `marker` VALUES (9758,1900,NULL,2,1916,22600,'Korok','Dive into the circle of lilies',110.31685709953308,-134.50760945677757,0,0,0,'2018-06-19 09:07:10'); +INSERT INTO `marker` VALUES (9759,1900,NULL,2,1901,22524,'Hestu','Hestu Final Location',134.78125,-94.5,0,0,0,'2018-06-19 16:08:25'); +INSERT INTO `marker` VALUES (9760,1900,NULL,2,1905,22123,'Nintendo Switch Shirt','',120.6796875,-159.390625,0,0,0,'2018-06-21 14:01:53'); +INSERT INTO `marker` VALUES (9761,1900,NULL,2,1901,22780,'lol','ads',104.6875,-166.8125,0,0,0,'2018-06-26 08:17:40'); +INSERT INTO `marker` VALUES (9762,1900,NULL,2,1926,18201,'Divine Beast Vah Naboris','',79.75,-184.375,0,0,0,'2018-06-27 14:16:30'); +INSERT INTO `marker` VALUES (9763,1900,NULL,2,1926,18201,'Divine Beast Vah Medoh','',69.5,-100.125,0,0,0,'2018-06-27 14:17:06'); +INSERT INTO `marker` VALUES (9764,1900,NULL,2,1926,18201,'Divine Beast Vah Rudania','',168.125,-87.75,0,0,0,'2018-06-27 14:17:38'); +INSERT INTO `marker` VALUES (9765,1900,NULL,2,1916,22279,'Korok Seed','',110.41796875,-184.65234375,0,0,0,'2018-06-29 09:48:48'); +INSERT INTO `marker` VALUES (9766,1900,NULL,2,1935,22858,'????? ?????-?????????','?????????? ????? ????? ???? ????? ?????????',152.5390625,-70.5390625,0,0,0,'2018-06-30 07:00:46'); +INSERT INTO `marker` VALUES (9767,1900,NULL,2,1940,22947,'blue lynel','',126.25,-114.75,0,0,0,'2018-07-03 00:59:59'); +INSERT INTO `marker` VALUES (9768,1900,NULL,2,1901,22918,'Cooking Man','',113.484375,-154.5,0,0,0,'2018-07-04 16:03:00'); +INSERT INTO `marker` VALUES (9769,1900,NULL,2,1901,23031,'KOROK','',112.1875,-169.15625,0,0,0,'2018-07-05 10:12:35'); +INSERT INTO `marker` VALUES (9770,1900,NULL,2,1901,23122,'Oman Au Shrine','',117.5,-144.5,0,1,0,'2018-07-08 20:01:58'); +INSERT INTO `marker` VALUES (9771,1900,NULL,2,1901,23122,'Woodland Tower','',142.25,-100.5,0,0,0,'2018-07-08 20:09:15'); +INSERT INTO `marker` VALUES (9772,1900,NULL,2,1944,15570,'Knight's Halberd','',118.828125,-87.2890625,0,0,0,'2018-07-08 22:28:23'); +INSERT INTO `marker` VALUES (9773,1900,NULL,2,1926,23133,'Divine Beast Vah Naboh','Divine Beast Vah Naboh holds the Windblight Ganon',71,-100.625,0,1,0,'2018-07-09 09:29:22'); +INSERT INTO `marker` VALUES (9774,1900,NULL,2,1926,23133,'Divine Beast Vah Naboris','Divine Beast Vah Naboris holds the Thunderblight Ganon',95.375,-170,0,1,0,'2018-07-09 09:30:34'); +INSERT INTO `marker` VALUES (9775,1900,NULL,2,1926,23133,'Divine Beast Vah Rudania','Divine Beast Vah Rudania holds the Fireblight Ganon',165.5,-88.25,0,1,0,'2018-07-09 09:35:42'); +INSERT INTO `marker` VALUES (9776,1900,NULL,2,1916,23109,'Korok Seed','',84.53125,-82.765625,0,0,0,'2018-07-11 20:45:57'); +INSERT INTO `marker` VALUES (9777,1900,NULL,2,1916,23109,'Korok Seed','',141.14453125,-117.1640625,0,0,0,'2018-07-11 21:11:25'); +INSERT INTO `marker` VALUES (9778,1900,NULL,2,1944,23237,'[EX] Phantom Armor','',124.12109375,-126.66015625,0,0,0,'2018-07-12 11:38:26'); +INSERT INTO `marker` VALUES (9779,1900,NULL,2,1903,10807,'Gerudo Smitar','In the ground, behind explosive wall',113.4375,-181.4375,0,0,0,'2018-07-14 18:13:48'); +INSERT INTO `marker` VALUES (9780,1900,NULL,2,1901,23338,'Durians trees','',137.3046875,-170.00390625,0,0,0,'2018-07-17 01:58:26'); +INSERT INTO `marker` VALUES (9781,1900,NULL,2,1935,23338,'Bird mn acordeon','Hints for a shrine location',140.82572174072266,-175.8167839050293,0,0,0,'2018-07-17 02:30:47'); +INSERT INTO `marker` VALUES (9782,1900,NULL,2,1901,22725,'Baleine','',152,-70.1953125,0,0,0,'2018-07-17 20:07:45'); +INSERT INTO `marker` VALUES (9783,1900,NULL,2,1901,23476,'memory finding place','the last memory from a pic that was gave',185.375,-102.53125,0,0,0,'2018-07-18 02:49:16'); +INSERT INTO `marker` VALUES (9784,1900,NULL,2,1936,23694,'Cracled Rocks','',96.33203125,-135.9375,0,0,0,'2018-07-20 01:50:09'); +INSERT INTO `marker` VALUES (9785,1900,NULL,2,1943,23298,'Ruby','Inside the fall; quite a hight.',183.6171875,-112.91796875,0,0,0,'2018-07-20 05:11:18'); +INSERT INTO `marker` VALUES (9786,1900,NULL,2,1939,23731,'Blirraro','',61.39631247520447,-144.98652338981628,0,0,0,'2018-07-20 14:31:00'); +INSERT INTO `marker` VALUES (9787,1900,NULL,2,1901,9827,'DLC: Majora's Mask','',120.9609375,-148.0234375,0,1,0,'2018-07-20 22:05:14'); +INSERT INTO `marker` VALUES (9788,1900,NULL,2,1901,9827,'Korok Seed Quest','Follow the Yellow Flower',176.1015625,-184.9609375,0,0,0,'2018-07-20 22:48:38'); +INSERT INTO `marker` VALUES (9789,1900,NULL,2,1920,1550,'1212,1212,1212','1212,1212,1212',110.375,-157.81640625,0,0,0,'2018-07-21 00:41:28'); +INSERT INTO `marker` VALUES (9790,1900,NULL,2,1920,1550,'123','321',110.37890625,-157.85546875,0,1,0,'2018-07-21 00:44:17'); +INSERT INTO `marker` VALUES (9791,1900,NULL,2,1920,1550,'12','21',110.40625,-157.8515625,0,1,0,'2018-07-21 00:45:17'); +INSERT INTO `marker` VALUES (9792,1900,NULL,2,1910,23746,'20 Rupees','20 Rupees under boulder.',120.60546875,-159.8671875,0,0,0,'2018-07-21 02:16:40'); +INSERT INTO `marker` VALUES (9793,1900,NULL,2,1901,23704,'Hylian Shrooms','',111.29296875,-156.18359375,0,0,0,'2018-07-21 04:12:30'); +INSERT INTO `marker` VALUES (9794,1900,NULL,2,1902,24140,'Forest Dweller's Bow','',15.5,-90.5,0,0,0,'2018-07-24 03:07:34'); +INSERT INTO `marker` VALUES (9795,1900,NULL,2,1925,24168,'he','',10.75,-131.5,0,0,0,'2018-07-24 12:04:19'); +INSERT INTO `marker` VALUES (9796,1900,NULL,2,1935,23337,'Arrows of Burning Heat','',156.52734375,-144.30859375,0,0,0,'2018-07-24 18:47:35'); +INSERT INTO `marker` VALUES (9797,1900,NULL,2,1935,23337,'By Firefly's Light','',157.6875,-144.16796875,0,1,0,'2018-07-24 18:52:55'); +INSERT INTO `marker` VALUES (9798,1900,NULL,2,1901,24262,'szdf','',67.546875,-138.609375,0,0,0,'2018-07-26 08:29:26'); +INSERT INTO `marker` VALUES (9799,1900,NULL,2,1936,23704,'Bow Chest','',148.78125,-157.16015625,0,0,0,'2018-07-26 09:15:02'); +INSERT INTO `marker` VALUES (9800,1900,NULL,2,1931,23109,'Bokoblin Camp','',180.796875,-70.828125,0,0,0,'2018-07-27 06:14:12'); +INSERT INTO `marker` VALUES (9801,1900,NULL,2,1935,21200,'Hero's Cache','',186.515625,-169.09375,0,0,0,'2018-07-28 11:07:43'); +INSERT INTO `marker` VALUES (9802,1900,NULL,2,1930,23128,'Blizzrobe','',81.4140625,-86.5390625,0,0,0,'2018-07-29 04:46:37'); +INSERT INTO `marker` VALUES (9803,1900,NULL,2,1939,23128,'Blizzrobe','',73.9453125,-86.71875,0,0,0,'2018-07-29 05:14:39'); +INSERT INTO `marker` VALUES (9804,1900,NULL,2,1901,24571,'4123','',-37.5,-78.5,0,0,0,'2018-07-29 18:54:05'); +INSERT INTO `marker` VALUES (9805,1900,NULL,2,1939,23128,'Blizzrobe','',139.9765625,-116.3046875,0,0,0,'2018-07-29 23:38:20'); +INSERT INTO `marker` VALUES (9806,1900,NULL,2,1904,24716,'Ice arrows x10','',108.75390625,-162.3125,0,0,0,'2018-07-30 16:50:58'); +INSERT INTO `marker` VALUES (9807,1900,NULL,2,1901,24716,'Boat','',111.109375,-159.984375,0,0,0,'2018-07-30 17:15:16'); +INSERT INTO `marker` VALUES (9808,1900,NULL,2,1904,24716,'Arrows x10','',115.84375,-161.2109375,0,0,0,'2018-07-30 17:27:03'); +INSERT INTO `marker` VALUES (9809,1900,NULL,2,1939,23109,'Blizzrobe','',73.640625,-129.671875,0,0,0,'2018-07-30 18:13:53'); +INSERT INTO `marker` VALUES (9810,1900,NULL,2,1936,24716,'Cracked Wall','',139.171875,-156.26953125,0,0,0,'2018-07-30 18:27:46'); +INSERT INTO `marker` VALUES (9811,1900,NULL,2,1931,23109,'Bokoblin Camp','',108.16796875,-76.06640625,0,0,0,'2018-07-31 08:52:02'); +INSERT INTO `marker` VALUES (9812,1900,NULL,2,1901,24336,'East Entry','',126.703125,-110.35546875,0,0,0,'2018-07-31 16:53:05'); +INSERT INTO `marker` VALUES (9813,1900,NULL,2,1935,24820,'Hetsu (1st encounter)','',134.203125,-143.9453125,0,0,0,'2018-08-01 04:43:08'); +INSERT INTO `marker` VALUES (9814,1900,NULL,2,1939,23128,'Ice Wizzrobe','',61.125,-145.0234375,0,0,0,'2018-08-01 08:36:44'); +INSERT INTO `marker` VALUES (9815,1900,NULL,2,1901,24449,'?','',155.21875,-174.6484375,0,1,0,'2018-08-01 11:17:17'); +INSERT INTO `marker` VALUES (9816,1900,NULL,2,1934,24018,'REVALI'S FLAP','This memory - not attatched to Princess Zelda, can be obtained during the main quest - Divine Beast Vah Medoh. After speaking to the Elder of Rito Village, talk to Temba's wife in the next building who will point out the landing platform. This will trigger Link's memory of the champion Revali.',71.625,-100.03125,0,1,0,'2018-08-01 20:45:42'); +INSERT INTO `marker` VALUES (9817,1900,NULL,2,1931,24294,'SKULL','',99.1944580078125,-78.31005859375,0,0,0,'2018-08-02 05:06:09'); +INSERT INTO `marker` VALUES (9818,1900,NULL,2,1931,24294,'Enemy Camp','',98.1875,-80.03125,0,0,0,'2018-08-02 05:06:28'); +INSERT INTO `marker` VALUES (9819,1900,NULL,2,1904,24935,'Fire Arrows','',123.55859375,-152.7734375,0,1,0,'2018-08-03 15:30:41'); +INSERT INTO `marker` VALUES (9820,1900,NULL,2,1931,24935,'Bobkins','5 brown, 1 grey bobkins',131.19140625,-151.828125,0,0,0,'2018-08-03 16:46:31'); +INSERT INTO `marker` VALUES (9821,1900,NULL,2,1944,24935,'Soldier's bow','All mobs must die to loot',131.294921875,-151.322265625,0,0,0,'2018-08-03 16:48:03'); +INSERT INTO `marker` VALUES (9822,1900,NULL,2,1944,24935,'boomerang','',132.97265625,-151.1328125,0,0,0,'2018-08-03 16:53:12'); +INSERT INTO `marker` VALUES (9823,1900,NULL,2,1930,25083,'Enemy Camp','Silver Bokoblin present.',156.328125,-186.5390625,0,0,0,'2018-08-04 23:49:00'); +INSERT INTO `marker` VALUES (9824,1900,NULL,2,1904,25180,'flechas explosivas','',180.703125,-70.65625,0,0,0,'2018-08-05 04:27:24'); +INSERT INTO `marker` VALUES (9825,1900,NULL,2,1904,24935,'ice arrow x5','',155.7109375,-152.1484375,0,0,0,'2018-08-05 07:55:51'); +INSERT INTO `marker` VALUES (9826,1900,NULL,2,1944,23128,'Royal Halberd','',118.8828125,-87.3046875,0,0,0,'2018-08-05 10:14:52'); +INSERT INTO `marker` VALUES (9827,1900,NULL,2,1901,25277,'Done','',200.78125,-70.0234375,0,0,0,'2018-08-05 23:33:50'); +INSERT INTO `marker` VALUES (9828,1900,NULL,2,1935,24935,'By Fireflies Light','Lasi (From outside clothes shop) release 5 sunset fireflies in her home. (Available after getting Champion's Tunic) Reward is a purple rupie.',157.69921875,-144.138671875,0,0,0,'2018-08-06 00:04:25'); +INSERT INTO `marker` VALUES (9829,1900,NULL,2,1925,25514,'?????????','',109.00390625,-161.015625,0,0,0,'2018-08-08 09:35:20'); +INSERT INTO `marker` VALUES (9830,1900,NULL,2,1901,25546,'Check Guardians','check the guardians in the water',159.65625,-158.15625,0,0,0,'2018-08-08 21:40:16'); +INSERT INTO `marker` VALUES (9831,1900,NULL,2,1939,15570,'Ice Wizzrobe','',82.65625,-92.828125,0,0,0,'2018-08-12 05:18:43'); +INSERT INTO `marker` VALUES (9832,1900,NULL,2,1901,25848,'Money Earning','',94.578125,-95.5625,0,0,0,'2018-08-13 02:31:34'); +INSERT INTO `marker` VALUES (9833,1900,NULL,2,1926,26051,'Divine Beast','',71.42578125,-99.9140625,0,0,0,'2018-08-15 10:14:00'); +INSERT INTO `marker` VALUES (9834,1900,NULL,2,1926,26216,'Divine Beast Vah Rudania','',167.6953125,-87.578125,0,0,0,'2018-08-18 12:46:23'); +INSERT INTO `marker` VALUES (9835,1900,NULL,2,1926,26216,'Divine Beast Vah Naboris','',95.2109375,-169.1953125,0,0,0,'2018-08-18 12:47:13'); +INSERT INTO `marker` VALUES (9836,1900,NULL,2,1926,26216,'Divine Beast Vah Medoh','',71.53125,-98.921875,0,0,0,'2018-08-18 12:48:08'); +INSERT INTO `marker` VALUES (9837,1900,NULL,2,1916,26402,'Obtenidos ','',173.45168733596802,-136.2073745727539,0,0,0,'2018-08-18 20:08:06'); +INSERT INTO `marker` VALUES (9838,1900,NULL,2,1902,25113,'baú','',113.31640625,-164.30859375,0,0,0,'2018-08-19 11:48:26'); +INSERT INTO `marker` VALUES (9839,1900,NULL,2,1916,25605,'Korok Flower','Starts the path to the Korok marker in the north west.',164.04296875,-139.70703125,0,0,0,'2018-08-21 16:38:52'); +INSERT INTO `marker` VALUES (9840,1900,NULL,2,1910,26297,'Hearty durian spot','',149.53125,-178.15625,0,0,0,'2018-08-22 00:55:42'); +INSERT INTO `marker` VALUES (9841,1900,NULL,2,1925,25277,'Renaissance shrine','',110.69984391704202,-157.3596642613411,0,0,0,'2018-08-22 21:55:37'); +INSERT INTO `marker` VALUES (9842,1900,NULL,2,1930,23128,'Ice Chuchu ','Two of them, small ones',109.4140625,-157.0546875,0,0,0,'2018-08-25 02:16:06'); +INSERT INTO `marker` VALUES (9843,1900,NULL,2,1901,27008,'Ice Block','',62.20271384716034,-69.4638158082962,0,0,0,'2018-08-25 16:48:22'); +INSERT INTO `marker` VALUES (9844,1900,NULL,2,1901,25796,'Clavia','',181.4609375,-160.2578125,0,0,0,'2018-08-26 20:39:38'); +INSERT INTO `marker` VALUES (9845,1900,NULL,2,1916,20599,'Korok Seed(Fly)','Need Rivalies wing',186.19140625,-154.3984375,0,0,0,'2018-08-27 00:32:50'); +INSERT INTO `marker` VALUES (9846,1900,NULL,2,1903,454,'Globo','',130.27069091796875,-153.0772705078125,0,1,0,'2018-08-27 01:24:55'); +INSERT INTO `marker` VALUES (9847,1900,NULL,2,1901,27219,'ancient','',106.5234375,-160.96875,0,0,0,'2018-08-27 16:28:24'); +INSERT INTO `marker` VALUES (9848,1900,NULL,2,1926,23237,'Divine Beast Vah Medoh','',71.5390625,-98.7578125,0,0,0,'2018-08-28 08:50:40'); +INSERT INTO `marker` VALUES (9849,1900,NULL,2,1926,23237,'Divine Beast Vah Naboris','',81.328125,-180.75,0,0,0,'2018-08-28 08:52:09'); +INSERT INTO `marker` VALUES (9850,1900,NULL,2,1910,26878,'majoras mask','majoras mask',120.90234375,-148.09375,0,0,0,'2018-08-30 06:45:33'); +INSERT INTO `marker` VALUES (9851,1900,NULL,2,1925,27279,'?????','?',99.984375,-165.89453125,0,0,0,'2018-09-02 01:40:56'); +INSERT INTO `marker` VALUES (9852,1900,NULL,2,1901,27279,'?????','?',100,-165.921875,0,0,0,'2018-09-02 01:43:17'); +INSERT INTO `marker` VALUES (9853,1900,NULL,2,1936,27737,'Bomb wall w 8 ore deposits on ceiling','',158.71875,-175.6875,0,1,0,'2018-09-03 15:03:30'); +INSERT INTO `marker` VALUES (9854,1900,NULL,2,1925,27660,'Gireom Shrine','',90.97656297683716,-106.359375,0,0,0,'2018-09-03 23:41:23'); +INSERT INTO `marker` VALUES (9855,1900,NULL,2,1916,27903,'Korogu','',149.5,-154.140625,0,0,0,'2018-09-04 15:19:31'); +INSERT INTO `marker` VALUES (9856,1900,NULL,2,1901,22575,'You Are Here RN','',180.21875,-120.09375,0,0,0,'2018-09-07 10:23:53'); +INSERT INTO `marker` VALUES (9857,1900,NULL,2,1901,26810,'????','??',71.64006042480469,-95.47097778320312,0,0,0,'2018-09-08 08:59:09'); +INSERT INTO `marker` VALUES (9858,1900,NULL,2,1931,22592,'Enemy Camp','An enemy camp on the Western Side of the Lodrum Headland.',195.390625,-137.4375,0,1,0,'2018-09-08 23:21:51'); +INSERT INTO `marker` VALUES (9859,1900,NULL,2,1931,28287,'Lizards','Lizards Camp with Knights BoradSword',63.3046875,-119.1875,0,1,0,'2018-09-09 17:48:14'); +INSERT INTO `marker` VALUES (9860,1900,NULL,2,1931,22592,'Enemy Camp','Enemy Camp at Tal Tal Peak',193.32881832122803,-119.78356313705444,0,0,0,'2018-09-09 22:08:57'); +INSERT INTO `marker` VALUES (9861,1900,NULL,2,1935,28358,'Raadsels','Lynel hoof, boven op de boom',134.57870483398438,-93.9571533203125,0,0,0,'2018-09-10 20:22:23'); +INSERT INTO `marker` VALUES (9862,1900,NULL,2,1925,28412,'Tera','',200.6875,-70.1875,0,0,0,'2018-09-11 04:40:45'); +INSERT INTO `marker` VALUES (9863,1900,NULL,2,1901,28066,'dragon','',156.21875,-172.515625,0,0,0,'2018-09-11 17:32:56'); +INSERT INTO `marker` VALUES (9864,1900,NULL,2,1931,23751,'Enemy Camp','',56.546875,-139.40625,0,1,0,'2018-09-12 17:51:36'); +INSERT INTO `marker` VALUES (9865,1900,NULL,2,1901,28177,'susuwa chitang','',109.71875,-107.1875,0,0,0,'2018-09-13 16:23:56'); +INSERT INTO `marker` VALUES (9866,1900,NULL,2,1948,28725,'Apple','',97.46484351158142,-134.3514747619629,0,0,0,'2018-09-16 11:36:44'); +INSERT INTO `marker` VALUES (9867,1900,NULL,2,1944,27801,'Knight's Halberd','',119.03125,-87.375,0,0,0,'2018-09-17 04:10:17'); +INSERT INTO `marker` VALUES (9868,1900,NULL,2,1901,28354,'Akala Ancient Tech Lab','',198.125,-79.25,0,1,0,'2018-09-17 08:54:33'); +INSERT INTO `marker` VALUES (9869,1900,NULL,2,1901,28287,'Giant Horse','Giant horse picture',109.125,-169.4765625,0,0,0,'2018-09-18 04:39:23'); +INSERT INTO `marker` VALUES (9870,1900,NULL,2,1901,29059,'Kakariko','',157.03125,-143.625,0,0,0,'2018-09-18 19:03:16'); +INSERT INTO `marker` VALUES (9871,1900,NULL,2,1936,28076,'Cracked Wall','',144.265625,-154.578125,0,0,0,'2018-09-19 05:45:00'); +INSERT INTO `marker` VALUES (9872,1900,NULL,2,1901,29109,'test','test',120.03125,-157.125,0,0,0,'2018-09-19 08:10:28'); +INSERT INTO `marker` VALUES (9873,1900,NULL,2,1910,29140,'Blue Nightshade','',157.328125,-140.875,0,0,0,'2018-09-19 15:54:43'); +INSERT INTO `marker` VALUES (9874,1900,NULL,2,1910,29140,'Silent Princess','',157.30078125,-140.6953125,0,0,0,'2018-09-19 15:55:12'); +INSERT INTO `marker` VALUES (9875,1900,NULL,2,1935,27618,'Gedenksteine','',180.375,-119.0625,0,0,0,'2018-09-20 17:54:18'); +INSERT INTO `marker` VALUES (9876,1900,NULL,2,1901,29221,'in this area','',115.796875,-156,0,0,0,'2018-09-20 20:12:26'); +INSERT INTO `marker` VALUES (9877,1900,NULL,2,1901,29167,'RUSTY COISAS','',122.5546875,-152.9296875,0,0,0,'2018-09-20 21:31:19'); +INSERT INTO `marker` VALUES (9878,1900,NULL,2,1901,28421,'Kikoriko','',137.7890625,-125,0,0,0,'2018-09-21 16:33:15'); +INSERT INTO `marker` VALUES (9879,1900,NULL,2,1901,29321,'??','',184.734375,-179.828125,0,0,0,'2018-09-22 16:08:01'); +INSERT INTO `marker` VALUES (9880,1900,NULL,2,1901,29495,'seed','',136.77886962890625,-182.23501586914062,0,0,0,'2018-09-24 18:42:05'); +INSERT INTO `marker` VALUES (9881,1900,NULL,2,1901,29495,'hard to get to ','radar is down \r\n',53.96875,-187.6875,0,0,0,'2018-09-24 18:52:14'); +INSERT INTO `marker` VALUES (9882,1900,NULL,2,1903,29604,'Royal Broad','',68.1171875,-111.96875,0,0,0,'2018-09-24 21:39:24'); +INSERT INTO `marker` VALUES (9883,1900,NULL,2,1901,23751,'Divine Beast Vah Rudania','',167.703125,-87.4375,0,0,0,'2018-09-26 05:52:38'); +INSERT INTO `marker` VALUES (9884,1900,NULL,2,1931,29746,'Bokoblin Camp','',132.4375,-154.0234375,0,0,0,'2018-09-27 08:50:40'); +INSERT INTO `marker` VALUES (9885,1900,NULL,2,1901,29746,'Bokoblin Camp','',109.39453125,-163.5703125,0,0,0,'2018-09-27 08:52:19'); +INSERT INTO `marker` VALUES (9886,1900,NULL,2,1926,29602,'Divine Beast Vah Medoh','',71.25,-99.8125,0,0,0,'2018-09-29 00:51:23'); +INSERT INTO `marker` VALUES (9887,1900,NULL,2,1901,29891,'imba','',150.9375,-139.9375,0,0,0,'2018-09-29 13:39:39'); +INSERT INTO `marker` VALUES (9888,1900,NULL,2,1916,30001,'koroko seed','',117.859375,-141.8515625,0,0,0,'2018-09-30 14:13:42'); +INSERT INTO `marker` VALUES (9889,1900,NULL,2,1935,29204,'Riddles of Hyrule','Riddles of Hyrule is one of the Side Quests. It starts in the Korok Forest in the Great Hyrule Forest Region',134.54296875,-93.796875,0,0,0,'2018-09-30 15:23:36'); +INSERT INTO `marker` VALUES (9890,1900,NULL,2,1935,29204,'Little Sister's Big Request','Look for the girl named Jana and give her an armoranth. Speak to Gleema, return to Jana. Give three kinds of insects to Gleema',176.94140625,-101.4921875,0,0,0,'2018-09-30 18:19:43'); +INSERT INTO `marker` VALUES (9891,1900,NULL,2,1920,30043,'Thyphlo Ruins','',133.171875,-78.90625,0,1,0,'2018-10-01 03:09:46'); +INSERT INTO `marker` VALUES (9892,1900,NULL,2,1901,29101,'Antikes Zaumzeug','',92.015625,-133.375,0,1,0,'2018-10-01 19:24:31'); +INSERT INTO `marker` VALUES (9893,1900,NULL,2,1901,29101,'Mo-Ratania-Schrein','Name des Schreins in der deutschen Version',92.1015625,-135.10546875,0,0,0,'2018-10-01 19:27:56'); +INSERT INTO `marker` VALUES (9894,1900,NULL,2,1903,26618,'test','test',119.3203125,-122.1640625,0,0,0,'2018-10-03 14:56:53'); +INSERT INTO `marker` VALUES (9895,1900,NULL,2,1901,30249,'Goddess','',181.63671875,-160.81640625,0,0,0,'2018-10-03 21:11:23'); +INSERT INTO `marker` VALUES (9896,1900,NULL,2,1943,30319,'Ex: Ruby','',117.51171875,-151.8125,0,1,0,'2018-10-04 19:35:24'); +INSERT INTO `marker` VALUES (9897,1900,NULL,2,1944,30319,'EX: Nintendo Switch Shirt','',120.6796875,-159.34765625,0,1,0,'2018-10-04 19:52:37'); +INSERT INTO `marker` VALUES (9898,1900,NULL,2,1910,30319,'Amber','',107.86328125,-162.6953125,0,0,0,'2018-10-04 20:31:26'); +INSERT INTO `marker` VALUES (9899,1900,NULL,2,1940,30503,'Blue Lynel','Master Mode',117.7265625,-160.40625,0,1,0,'2018-10-07 09:01:53'); +INSERT INTO `marker` VALUES (9900,1900,NULL,2,1901,30529,'port','',160.328125,-88.1875,0,0,0,'2018-10-07 15:43:11'); +INSERT INTO `marker` VALUES (9901,1900,NULL,2,1901,30564,'Flèches infinies','',79.6770830154419,-124.22916793823242,0,0,0,'2018-10-08 01:10:08'); +INSERT INTO `marker` VALUES (9902,1900,NULL,2,1921,30210,'Terry Towne','',190.0625,-103.4375,0,0,0,'2018-10-10 16:40:55'); +INSERT INTO `marker` VALUES (9903,1900,NULL,2,1926,29655,'Divine Beast Vah Rudania','',165.8656244277954,-87.34687519073486,0,1,0,'2018-10-10 22:20:34'); +INSERT INTO `marker` VALUES (9904,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:38'); +INSERT INTO `marker` VALUES (9905,1900,NULL,2,1944,23298,'Royal Halberd','',119.125,-87.5625,0,0,0,'2018-10-11 16:25:42'); +INSERT INTO `marker` VALUES (9906,1900,NULL,2,1925,2534,'Mah Eliya Shrine','EX Champion Mipha's Song - Third Clue - chase rings of the waterfall - Secret Stairway',186.734375,-117.96875,0,0,0,'2018-10-11 21:14:42'); +INSERT INTO `marker` VALUES (9907,1900,NULL,2,1925,2534,'Sato Koda Shrine','EX Champion Mipha's Song - Second Clue - conquer the ancient foes - Support and Guidance',176.640625,-114.78125,0,0,0,'2018-10-11 21:53:13'); +INSERT INTO `marker` VALUES (9908,1900,NULL,2,1925,2534,'Kee Dafunia Shrine','EX Champion Mipha's Song - First Clue - find what the light's path shows - The Melting Point',203.609375,-113.1484375,0,0,0,'2018-10-12 04:24:16'); +INSERT INTO `marker` VALUES (9909,1900,NULL,2,1916,30672,'Korok Seed','Add the top of the Research Lab',187.1328125,-161.30078125,0,0,0,'2018-10-12 09:30:01'); +INSERT INTO `marker` VALUES (9910,1900,NULL,2,1925,2534,'Keiye Tala Shrine','Ex Champion Urbasa's Song - Fight the brute of the sand - Big or Small',91.3515625,-188.8671875,0,0,0,'2018-10-13 00:42:49'); +INSERT INTO `marker` VALUES (9911,1900,NULL,2,1925,2534,'Takama Shiri Shine','Ex Champion Urbosa's Song - Chase rings upon the land - Dual Purpose',51.43359375,-161.6640625,0,0,0,'2018-10-13 01:22:50'); +INSERT INTO `marker` VALUES (9912,1900,NULL,2,1925,2534,'Kihiro Moh Shrine','EX Champion Urbosa's Song - Throw the orb underground - Inside the Box\r\n',75.10546875,-148.94921875,0,0,0,'2018-10-13 03:57:41'); +INSERT INTO `marker` VALUES (9913,1900,NULL,2,1916,31095,'West Desert Ruins','Korok on bones',56.25,-164.578125,0,1,0,'2018-10-15 11:45:52'); +INSERT INTO `marker` VALUES (9914,1900,NULL,2,1925,31095,'EX Desert Shrine','Unlockable By Champion's Ballad',51.390625,-161.53125,0,0,0,'2018-10-15 11:48:15'); +INSERT INTO `marker` VALUES (9915,1900,NULL,2,1901,30976,'flower for korok seed','follow the flower',199.90937423706055,-167.42812490463257,0,1,0,'2018-10-16 19:16:30'); +INSERT INTO `marker` VALUES (9916,1900,NULL,2,1935,27919,'Face the Frost Talus','',76.3046875,-99.828125,0,0,0,'2018-10-17 20:20:14'); +INSERT INTO `marker` VALUES (9917,1900,NULL,2,1901,29506,'Hot Spring','',163.9375,-165.0703125,0,0,0,'2018-10-20 23:47:48'); +INSERT INTO `marker` VALUES (9918,1900,NULL,2,1942,30976,'HINOX','',101.71249961853027,-153.953125,0,0,0,'2018-10-22 16:31:45'); +INSERT INTO `marker` VALUES (9919,1900,NULL,2,1935,30319,'Riddles of Hyrule','NPC: Walton (Top of the Great Tree)\r\n\r\nMultistage quest',134.52734375,-93.85546875,0,0,0,'2018-10-22 19:19:33'); +INSERT INTO `marker` VALUES (9920,1900,NULL,2,1948,31697,'Cocina','',127.2839891910553,-174.32001972198486,0,0,0,'2018-10-25 05:34:45'); +INSERT INTO `marker` VALUES (9921,1900,NULL,2,1901,31697,'Mineral','',127.69810223579407,-179.29840433597565,0,0,0,'2018-10-26 04:18:40'); +INSERT INTO `marker` VALUES (9922,1900,NULL,2,1940,12402,'Lynel (DLC HARD MODE)','',117.671875,-160.546875,0,0,0,'2018-10-26 22:20:42'); +INSERT INTO `marker` VALUES (9923,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',115,-161.5234375,0,0,0,'2018-10-28 17:27:59'); +INSERT INTO `marker` VALUES (9924,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',119.9609375,-156.0625,0,0,0,'2018-10-28 17:28:31'); +INSERT INTO `marker` VALUES (9925,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',113.29296875,-154.17578125,0,0,0,'2018-10-28 17:29:22'); +INSERT INTO `marker` VALUES (9926,1900,NULL,2,1935,29387,'The Champions' Ballad','Shrine',109.00390625,-160.92578125,0,0,0,'2018-10-28 17:44:45'); +INSERT INTO `marker` VALUES (9927,1900,NULL,2,1926,32015,'Vah-Rudania','',167.6484375,-87.3984375,0,0,0,'2018-10-29 11:51:38'); +INSERT INTO `marker` VALUES (9928,1900,NULL,2,1935,31863,'Face the Frost Talus ','',75.89515590667725,-99.76265621185303,0,0,0,'2018-10-31 02:17:59'); +INSERT INTO `marker` VALUES (9929,1900,NULL,2,1920,32214,'Great Plateu','Início',115.19261169433594,-159.66193103790283,0,1,0,'2018-11-02 03:00:07'); +INSERT INTO `marker` VALUES (9930,1900,NULL,2,1905,32328,'Hylian','',3.25,-103.25,0,0,0,'2018-11-03 23:10:48'); +INSERT INTO `marker` VALUES (9931,1900,NULL,2,1939,3082,'Ice Wizzrobe','',74.1328125,-86.5859375,0,0,0,'2018-11-04 10:09:47'); +INSERT INTO `marker` VALUES (9932,1900,NULL,2,1916,32362,'Korak','',107.48011779785156,-147.66822814941406,0,0,0,'2018-11-05 01:40:06'); +INSERT INTO `marker` VALUES (9933,1900,NULL,2,1939,3082,'Ice Wizzrobe','',82.640625,-81.5390625,0,0,0,'2018-11-05 10:02:12'); +INSERT INTO `marker` VALUES (9934,1900,NULL,2,1923,32479,'Hateno Tower','',170.9140625,-161.3515625,0,0,0,'2018-11-05 17:52:38'); +INSERT INTO `marker` VALUES (9935,1900,NULL,2,1925,30399,'Geshma's Santuary','',101.9375,-69.46875,0,0,0,'2018-11-07 00:29:39'); +INSERT INTO `marker` VALUES (9936,1900,NULL,2,1916,30399,'Kolog','',91.796875,-115.46875,0,0,0,'2018-11-07 00:37:44'); +INSERT INTO `marker` VALUES (9937,1900,NULL,2,1910,32592,'Amber','',107.8828125,-162.71484375,0,0,0,'2018-11-07 18:40:30'); +INSERT INTO `marker` VALUES (9938,1900,NULL,2,1925,32607,'Guko-Chise-Schrein','',68.4375,-172,0,0,0,'2018-11-07 22:13:17'); +INSERT INTO `marker` VALUES (9939,1900,NULL,2,1931,32600,'Bokoblin Camp','',118.125,-158.0078125,0,0,0,'2018-11-07 23:32:58'); +INSERT INTO `marker` VALUES (9940,1900,NULL,2,1931,32600,'Bokoblin Camp','',117.63151049613953,-156.66145831346512,0,0,0,'2018-11-07 23:33:52'); +INSERT INTO `marker` VALUES (9941,1900,NULL,2,1901,31698,'Inven','???',142.741943359375,-130.786865234375,0,0,0,'2018-11-08 01:20:08'); +INSERT INTO `marker` VALUES (9942,1900,NULL,2,1926,28495,'Divine Beast Vah Naboris','',76.875,-179.4166660308838,0,0,0,'2018-11-09 16:46:44'); +INSERT INTO `marker` VALUES (9943,1900,NULL,2,1926,28495,'Divine Beast Vah Rudania','',167.578125,-87.47916674613953,0,0,0,'2018-11-09 16:47:09'); +INSERT INTO `marker` VALUES (9944,1900,NULL,2,1926,28495,'Divine Beast Vah Mehdo','',71.60416221618652,-99.1875,0,0,0,'2018-11-09 16:47:40'); +INSERT INTO `marker` VALUES (9945,1900,NULL,2,1916,32758,'Korok seed','',131.546875,-154.6640625,0,1,0,'2018-11-10 09:39:08'); +INSERT INTO `marker` VALUES (9946,1900,NULL,2,1925,14053,'Santuario de Kettava','',92.09375,-189.34375,0,0,0,'2018-11-11 01:55:48'); +INSERT INTO `marker` VALUES (9947,1900,NULL,2,1925,14053,'Santurio de kritmoh','',74.84375,-149.0625,0,0,0,'2018-11-11 01:56:54'); +INSERT INTO `marker` VALUES (9948,1900,NULL,2,1910,32630,'Strili','',204.78125,-185.9375,0,0,0,'2018-11-11 06:23:19'); +INSERT INTO `marker` VALUES (9949,1900,NULL,2,1920,32931,'m','',139.75,-136.25,0,0,0,'2018-11-12 01:51:28'); +INSERT INTO `marker` VALUES (9950,1900,NULL,2,1944,32941,'Phantom','Ex',120.90625,-158.76953125,0,0,0,'2018-11-12 05:45:18'); +INSERT INTO `marker` VALUES (9951,1900,NULL,2,1944,32941,'Nintendo Switch Shirt (Ex)','',121.1953125,-159.38671875,0,0,0,'2018-11-12 05:47:56'); +INSERT INTO `marker` VALUES (9952,1900,NULL,2,1943,32941,'Ruby (EX)','',117.390625,-151.6953125,0,0,0,'2018-11-12 05:50:13'); +INSERT INTO `marker` VALUES (9953,1900,NULL,2,1931,32941,'Bokoblin Camp','',118.19921875,-157.96875,0,0,0,'2018-11-12 05:52:18'); +INSERT INTO `marker` VALUES (9954,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.37890625,-156.03515625,0,0,0,'2018-11-12 05:52:42'); +INSERT INTO `marker` VALUES (9955,1900,NULL,2,1931,32941,'Bokoblin Camp','',117.78515625,-162.3046875,0,0,0,'2018-11-12 05:56:10'); +INSERT INTO `marker` VALUES (9956,1900,NULL,2,1944,32941,'Bomb Arrow x5 (Ex)','',105.3046875,-159.67578125,0,0,0,'2018-11-12 20:39:49'); +INSERT INTO `marker` VALUES (9957,1900,NULL,2,1901,30338,'???????','?????????????????????????????',169.84765625,-148.01953125,0,0,0,'2018-11-13 05:46:32'); +INSERT INTO `marker` VALUES (9958,1900,NULL,2,1926,32959,'Divine Beast Vah Medoh','',68.8046875,-91.921875,0,1,0,'2018-11-13 12:07:08'); +INSERT INTO `marker` VALUES (9959,1900,NULL,2,1926,32959,'Divine Beast Vah Naboris','',74.4375,-176.9296875,0,1,0,'2018-11-13 12:08:23'); +INSERT INTO `marker` VALUES (9960,1900,NULL,2,1926,32959,'Divine Beast Vah Rudania','',153.453125,-82.0703125,0,0,0,'2018-11-13 12:09:04'); +INSERT INTO `marker` VALUES (9961,1900,NULL,2,1901,33048,'????','',110.4140625,-157.9609375,0,0,0,'2018-11-14 01:57:48'); +INSERT INTO `marker` VALUES (9962,1900,NULL,2,1925,33117,'Etsu Korima Shrine ','DLC',108.98828125,-160.9609375,0,0,0,'2018-11-15 13:26:17'); +INSERT INTO `marker` VALUES (9963,1900,NULL,2,1925,33117,'Ruvo Korbah Shrine','DLC',114.9375,-161.4609375,0,0,0,'2018-11-15 13:30:11'); +INSERT INTO `marker` VALUES (9964,1900,NULL,2,1925,33117,'Rohta Chigah Shrine','DLC',119.9375,-156.28125,0,0,0,'2018-11-15 13:31:56'); +INSERT INTO `marker` VALUES (9965,1900,NULL,2,1943,32987,'DLC','Rubis Brut',117.47265625,-151.7929686307907,0,0,0,'2018-11-15 17:29:39'); +INSERT INTO `marker` VALUES (9966,1900,NULL,2,1944,32987,'DLC','Maillot Nintendo Switch',120.68229180574417,-159.37369799613953,0,0,0,'2018-11-15 18:34:15'); +INSERT INTO `marker` VALUES (9967,1900,NULL,2,1901,31690,'Ir por la reliquia en la casa de Impa','',160.109375,-142.765625,0,1,0,'2018-11-15 20:30:01'); +INSERT INTO `marker` VALUES (9968,1900,NULL,2,1902,3082,'Royal Guard's Boots','',122.359375,-114.765625,0,0,0,'2018-11-16 20:42:06'); +INSERT INTO `marker` VALUES (9969,1900,NULL,2,1902,3082,'EX Royal Guard Uniform','',125.15625,-114.265625,0,0,0,'2018-11-17 01:31:40'); +INSERT INTO `marker` VALUES (9970,1900,NULL,2,1943,32987,'DLC','Flêche explosive',105.25260424613953,-159.671875,0,0,0,'2018-11-17 07:20:19'); +INSERT INTO `marker` VALUES (9971,1900,NULL,2,1901,32626,'Here bitch','',134.875,-156.5625,0,0,0,'2018-11-21 07:08:38'); +INSERT INTO `marker` VALUES (9972,1900,NULL,2,1935,33277,'Wind Waker T-Shirt','',125.58380681276321,-176.1068892478943,0,0,0,'2018-11-24 00:29:50'); +INSERT INTO `marker` VALUES (9973,1900,NULL,2,1901,33462,'?????','???????????????????????',146.375,-155.8125,0,0,0,'2018-11-25 15:53:52'); +INSERT INTO `marker` VALUES (9974,1900,NULL,2,1944,33852,'Nintendo Switch Shirt','',120.67578125,-159.3984375,0,0,0,'2018-11-25 19:27:20'); +INSERT INTO `marker` VALUES (9975,1900,NULL,2,1901,33833,'me','',156.8125,-178.8125,0,0,0,'2018-11-26 02:26:47'); +INSERT INTO `marker` VALUES (9976,1900,NULL,2,1940,34084,'Expert','',116.765625,-161.03125,0,0,0,'2018-11-29 11:50:44'); +INSERT INTO `marker` VALUES (9977,1900,NULL,2,1901,34138,'SALIDA','',115.25,-159.125,0,0,0,'2018-11-30 12:09:27'); +INSERT INTO `marker` VALUES (9978,1900,NULL,2,1926,34273,'Divine Beast Vah Naboris','',94.875,-169.75,0,1,0,'2018-12-02 02:05:24'); +INSERT INTO `marker` VALUES (9979,1900,NULL,2,1926,34273,'Divine Beast Vah Rudania','',166.40625,-88.09375,0,0,0,'2018-12-02 02:06:29'); +INSERT INTO `marker` VALUES (9980,1900,NULL,2,1901,34273,'Divine Beast Vah Medoh ','',71.578125,-99.015625,0,0,0,'2018-12-02 02:07:08'); +INSERT INTO `marker` VALUES (9981,1900,NULL,2,1943,34279,'EX Chest','Contains bomb arrows if I recall.',105.26953125,-159.73828125,0,0,0,'2018-12-02 07:55:32'); +INSERT INTO `marker` VALUES (9982,1900,NULL,2,1944,34279,'EX Chest','',117.51953125,-151.7890625,0,0,0,'2018-12-02 07:58:47'); +INSERT INTO `marker` VALUES (9983,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air on balloon platform.',145.3203125,-156.6796875,0,0,0,'2018-12-02 08:01:56'); +INSERT INTO `marker` VALUES (9984,1900,NULL,2,1943,34279,'MM Chest','Master Mode Chest. In air, on balloon platform.\r\n',173.40625,-159.1796875,0,0,0,'2018-12-02 08:03:26'); +INSERT INTO `marker` VALUES (9985,1900,NULL,2,1944,34279,'Soldier's Claymore','Master Mode\r\nIn the ground: No\r\n',154.734375,-161.8828125,0,0,0,'2018-12-02 09:08:47'); +INSERT INTO `marker` VALUES (9986,1900,NULL,2,1944,34279,'EX Chest: Boomerang','Floating Platform on the E side of the bridge.',156.16015625,-151.80859375,0,0,0,'2018-12-03 07:50:44'); +INSERT INTO `marker` VALUES (9987,1900,NULL,2,1901,34279,'Serpetine Spear','Master Mode\r\nOn floating platform by bridge',138.53125,-143.5625,0,0,0,'2018-12-03 08:55:36'); +INSERT INTO `marker` VALUES (9988,1900,NULL,2,1944,34279,'Throwing Spear','Master Mode\r\nFloating platform next to bridge',143.390625,-143.09375,0,0,0,'2018-12-03 09:15:08'); +INSERT INTO `marker` VALUES (9989,1900,NULL,2,1902,34434,'Phantom Helmet','',109.5078125,-147.26953125,0,0,0,'2018-12-03 16:22:26'); +INSERT INTO `marker` VALUES (9990,1900,NULL,2,1944,34279,'MM Soldier's Spear','Soldier's Spear in chest on top of floating platform by bridge.',153.921875,-159.625,0,0,0,'2018-12-05 10:17:14'); +INSERT INTO `marker` VALUES (9991,1900,NULL,2,1901,34064,'arrows','231',117.859375,-175.8125,0,0,0,'2018-12-06 06:43:46'); +INSERT INTO `marker` VALUES (9992,1900,NULL,2,1926,21154,'Divine Beast Vah Naboris','',95.06640625,-169.265625,0,0,0,'2018-12-06 14:07:30'); +INSERT INTO `marker` VALUES (9993,1900,NULL,2,1901,34095,'COMIENZO DE TODO','',112.875,-157.9375,0,1,0,'2018-12-07 14:24:44'); +INSERT INTO `marker` VALUES (9994,1900,NULL,2,1901,33237,'no encontrado','',83.9140625,-103.22395837306976,0,0,0,'2018-12-07 22:32:03'); +INSERT INTO `marker` VALUES (9995,1900,NULL,2,1901,34755,'???','???',148.375,-157.46875,0,0,0,'2018-12-08 07:02:21'); +INSERT INTO `marker` VALUES (9996,1900,NULL,2,1935,34424,'The Sheep Rustlers','Start of side-quest "The Sheep Rustlers"',184.66015625,-160.90234375,0,0,0,'2018-12-08 22:01:25'); +INSERT INTO `marker` VALUES (9997,1900,NULL,2,1926,34803,'Divine Beast Vah Medoh','',71.5625,-100.03125,0,0,0,'2018-12-08 22:15:18'); +INSERT INTO `marker` VALUES (9998,1900,NULL,2,1901,34810,'Semilla de manzana','',135.921875,-156.119140625,0,0,0,'2018-12-09 00:51:52'); +INSERT INTO `marker` VALUES (9999,1900,NULL,2,1901,34755,'????','????',88.25,-138.625,0,0,0,'2018-12-09 06:23:26'); +INSERT INTO `marker` VALUES (10000,1900,NULL,2,1925,34826,'Kiah Toza Shrine','',93.125,-78.625,0,0,0,'2018-12-09 10:32:02'); +INSERT INTO `marker` VALUES (10001,1900,NULL,2,1925,34826,'Shira Gomar Shrine','',90.92578125,-106.46875,0,1,0,'2018-12-09 10:35:15'); +INSERT INTO `marker` VALUES (10002,1900,NULL,2,1925,34826,'Kamia Omuna Shrine','',161.23124980926514,-77.68124985694885,0,1,0,'2018-12-09 10:38:10'); +INSERT INTO `marker` VALUES (10003,1900,NULL,2,1944,34279,'MM Royal Broadsword','Chest on floating platform in Master Mode.',169.90625,-149.703125,0,0,0,'2018-12-10 09:22:03'); +INSERT INTO `marker` VALUES (10004,1900,NULL,2,1901,33797,'seeds','',179.0625,-138.3515625,0,0,0,'2018-12-10 15:46:54'); +INSERT INTO `marker` VALUES (10005,1900,NULL,2,1901,33797,'seeds','',179.109375,-138.27734375,0,0,0,'2018-12-10 15:47:15'); +INSERT INTO `marker` VALUES (10006,1900,NULL,2,1916,34446,'Korok seed','',179.24689900875092,-150.5570695400238,0,0,0,'2018-12-10 22:30:00'); +INSERT INTO `marker` VALUES (10007,1900,NULL,2,1910,34124,'Amber','',101.875,-148.15625,0,0,0,'2018-12-11 05:08:42'); +INSERT INTO `marker` VALUES (10008,1900,NULL,2,1925,34124,'Shrine of Resurrection','',110.6015625,-157.4296875,0,0,0,'2018-12-11 07:25:21'); +INSERT INTO `marker` VALUES (10009,1900,NULL,2,1901,34867,'FIRODRA','',155.6015625,-172.296875,0,0,0,'2018-12-11 15:38:23'); +INSERT INTO `marker` VALUES (10010,1900,NULL,2,1903,34867,'FLAMEBLADE','',158.59765625,-169.0546875,0,0,0,'2018-12-12 09:17:32'); +INSERT INTO `marker` VALUES (10011,1900,NULL,2,1925,31383,'Ruvo Korbah','',114.95703125,-161.515625,0,0,0,'2018-12-12 14:14:22'); +INSERT INTO `marker` VALUES (10012,1900,NULL,2,1916,33319,'Korok Seed','',132.134765625,-187.89453125,0,0,0,'2018-12-12 22:26:48'); +INSERT INTO `marker` VALUES (10013,1900,NULL,2,1925,35121,'el imposible','no c',110.93843746185303,-86.40828123688698,0,0,0,'2018-12-12 23:45:05'); +INSERT INTO `marker` VALUES (10014,1900,NULL,2,1916,29592,'Korok Seed','',107.390625,-147.65234375,0,0,0,'2018-12-13 17:46:49'); +INSERT INTO `marker` VALUES (10015,1900,NULL,2,1942,20944,'Black Hinox','',134.5,-94.25,0,0,0,'2018-12-14 01:48:19'); +INSERT INTO `marker` VALUES (10016,1900,NULL,2,1944,34279,'Zora Sword','',170.1875,-122.3828125,0,0,0,'2018-12-14 07:53:18'); +INSERT INTO `marker` VALUES (10017,1900,NULL,2,1944,34279,'Zora Spear','',166.2265625,-124.08203125,0,0,0,'2018-12-14 20:39:29'); +INSERT INTO `marker` VALUES (10018,1900,NULL,2,1944,34279,'Silverscale Spear','',163.9296875,-124.0703125,0,0,0,'2018-12-14 21:09:21'); +INSERT INTO `marker` VALUES (10019,1900,NULL,2,1901,34279,'Silver Shield','',171.59375,-123.78125,0,0,0,'2018-12-14 21:22:25'); +INSERT INTO `marker` VALUES (10020,1900,NULL,2,1944,34279,'Silver Shield','',183.4453125,-112.90625,0,0,0,'2018-12-15 09:27:59'); +INSERT INTO `marker` VALUES (10021,1900,NULL,2,1944,34279,'Silver Bow','',171.9609375,-127.75,0,0,0,'2018-12-15 11:06:23'); +INSERT INTO `marker` VALUES (10022,1900,NULL,2,1944,34279,'Silver Longsword','',176.0625,-120.609375,0,0,0,'2018-12-15 11:35:21'); +INSERT INTO `marker` VALUES (10023,1900,NULL,2,1901,35432,'korok seed?','',57.9302978515625,-88.736083984375,0,0,0,'2018-12-17 05:14:45'); +INSERT INTO `marker` VALUES (10024,1900,NULL,2,1904,35048,'GBOW !','',36.21875,-87.65625,0,0,0,'2018-12-18 03:16:54'); +INSERT INTO `marker` VALUES (10025,1900,NULL,2,1903,35048,'Monster with flameblade','',152.6979160308838,-70.7604169845581,0,0,0,'2018-12-18 05:53:06'); +INSERT INTO `marker` VALUES (10026,1900,NULL,2,1941,35545,'Stone Talus','',110.875,-154.01736092567444,0,0,0,'2018-12-19 01:55:20'); +INSERT INTO `marker` VALUES (10027,1900,NULL,2,1916,27903,'Korogu','',145.171875,-157.625,0,0,0,'2018-12-21 11:42:14'); +INSERT INTO `marker` VALUES (10028,1900,NULL,2,1941,35555,'Stone Talus (Luminous)','[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps',190.375,-125.59375,0,0,0,'2018-12-21 14:27:04'); +INSERT INTO `marker` VALUES (10029,1900,NULL,2,1944,34279,'Frost Blade','',190.7421875,-122.71875,0,0,0,'2018-12-22 08:22:13'); +INSERT INTO `marker` VALUES (10030,1900,NULL,2,1944,34279,'Demon Carver','',192.1484375,-120.3984375,0,0,0,'2018-12-22 08:27:15'); +INSERT INTO `marker` VALUES (10031,1900,NULL,2,1944,34279,'Frost Spear','',175.6875,-128.21875,0,0,0,'2018-12-22 09:22:31'); +INSERT INTO `marker` VALUES (10032,1900,NULL,2,1901,34138,'POBLADO HATELIA (lab y fotos)','',181.3125,-162.5,0,0,0,'2018-12-24 08:00:32'); +INSERT INTO `marker` VALUES (10033,1900,NULL,2,1903,34896,'Left chest weapon here','',118.18359375,-122.63671875,0,0,0,'2018-12-24 12:39:53'); +INSERT INTO `marker` VALUES (10034,1900,NULL,2,1901,36049,'Stealthfin Trout','',142.109375,-93.09375,0,0,0,'2018-12-25 05:01:43'); +INSERT INTO `marker` VALUES (10035,1900,NULL,2,1925,31383,'Sharo Lun Shrine','',173.82421875,-90.19921875,0,1,0,'2018-12-25 21:23:40'); +INSERT INTO `marker` VALUES (10036,1900,NULL,2,1943,34279,'Travel Medallion','',200.65625,-72.4453125,0,0,0,'2018-12-26 07:44:34'); +INSERT INTO `marker` VALUES (10037,1900,NULL,2,1939,36179,'Ice Wizzrobe','',82.328125,-80.9296875,0,1,0,'2018-12-26 15:05:15'); +INSERT INTO `marker` VALUES (10038,1900,NULL,2,1901,36203,'Korok MAsk','',136.453125,-100.96875,0,0,0,'2018-12-26 20:12:17'); +INSERT INTO `marker` VALUES (10039,1900,NULL,2,1926,36179,'Divine Beast Vah Rudania','',167.375,-87.265625,0,1,0,'2018-12-26 20:49:07'); +INSERT INTO `marker` VALUES (10040,1900,NULL,2,1939,34279,'Ice Wizzrobe','',76.046875,-152.359375,0,0,0,'2018-12-27 10:53:37'); +INSERT INTO `marker` VALUES (10041,1900,NULL,2,1901,36179,'Spring of Wisdom','',189.51171875,-148.9453125,0,1,0,'2018-12-27 12:04:55'); +INSERT INTO `marker` VALUES (10042,1900,NULL,2,1926,36179,'Divine Beast Vah Medoh','',71.546875,-98.8515625,0,0,0,'2018-12-27 12:07:20'); +INSERT INTO `marker` VALUES (10043,1900,NULL,2,1901,36179,'Yiga Clan Hideout','',69.75,-149.796875,0,1,0,'2018-12-27 12:13:15'); +INSERT INTO `marker` VALUES (10044,1900,NULL,2,1938,36073,'Lord of the Mountain','',93.6015625,-132.9375,0,0,0,'2018-12-27 18:54:19'); +INSERT INTO `marker` VALUES (10045,1900,NULL,2,1903,35263,'Flame Bade','Inside Temple',179.91796875,-74.46484375,0,0,0,'2018-12-28 07:30:23'); +INSERT INTO `marker` VALUES (10046,1900,NULL,2,1901,36254,'Purple Rupee','',197.48828125,-80.10546875,0,0,0,'2018-12-30 19:39:23'); +INSERT INTO `marker` VALUES (10047,1900,NULL,2,1936,35567,'Mure fissuré Gorons ','',158.0080400109291,-90.44528198242188,0,0,0,'2018-12-31 12:48:28'); +INSERT INTO `marker` VALUES (10048,1900,NULL,2,1910,36489,'????','',154.96139705181122,-173.4979510307312,0,1,0,'2019-01-01 09:45:30'); +INSERT INTO `marker` VALUES (10049,1900,NULL,2,1904,36489,'????','????',171.57887375354767,-162.8784990310669,0,1,0,'2019-01-01 09:48:02'); +INSERT INTO `marker` VALUES (10050,1900,NULL,2,1901,37205,'Vah Naboris','Wanders in this general area',73.12187576293945,-180.16874980926514,0,0,0,'2019-01-02 23:59:39'); +INSERT INTO `marker` VALUES (10051,1900,NULL,2,1936,36393,'Shrine Entrance','',97.28515625,-104.77734375,0,0,0,'2019-01-03 02:09:08'); +INSERT INTO `marker` VALUES (10052,1900,NULL,2,1903,36489,'Rock Pike','',154.23903608322144,-94.42567777633667,0,1,0,'2019-01-03 06:38:16'); +INSERT INTO `marker` VALUES (10053,1900,NULL,2,1901,15410,'8th','',59.8125,-136,0,0,0,'2019-01-03 08:12:01'); +INSERT INTO `marker` VALUES (10054,1900,NULL,2,1901,34279,'Rvaio's Hood','',141.06640625,-165.953125,0,0,0,'2019-01-03 09:53:01'); +INSERT INTO `marker` VALUES (10055,1900,NULL,2,1944,34279,'EX Tingle's Shirt','',117.3359375,-115.28125,0,0,0,'2019-01-05 04:52:22'); +INSERT INTO `marker` VALUES (10056,1900,NULL,2,1901,37418,'?????','',156.7578125,-143.6171875,0,0,0,'2019-01-06 03:46:43'); +INSERT INTO `marker` VALUES (10057,1900,NULL,2,1930,36404,'Ice Keese','',97.9375,-80,0,0,0,'2019-01-06 23:10:16'); +INSERT INTO `marker` VALUES (10058,1900,NULL,2,1935,37845,'By Firefly's Light','Kakariko Village Lazli Side-Quest',157.6796875,-144.1875,0,1,0,'2019-01-07 06:06:50'); +INSERT INTO `marker` VALUES (10059,1900,NULL,2,1935,37845,'Riverbed Reward','',141.2421875,-129.9609375,0,0,0,'2019-01-07 07:27:41'); +INSERT INTO `marker` VALUES (10060,1900,NULL,2,1935,37845,'The Giant of Ralis Pond','',179.828125,-119.4296875,0,0,0,'2019-01-07 07:34:17'); +INSERT INTO `marker` VALUES (10061,1900,NULL,2,1901,37845,'An Ice Guy','',77.390625,-168.234375,0,0,0,'2019-01-07 07:37:28'); +INSERT INTO `marker` VALUES (10062,1900,NULL,2,1935,37845,'The Eighth Heroine & The Forgotten Sword','',69.203125,-173.0703125,0,0,0,'2019-01-07 07:45:22'); +INSERT INTO `marker` VALUES (10063,1900,NULL,2,1901,37845,'Statue of the Eighth Heroine','',59.515625,-136.28125,0,0,0,'2019-01-07 07:48:28'); +INSERT INTO `marker` VALUES (10064,1900,NULL,2,1901,37845,'The Forgotten Sword','',65.890625,-143.046875,0,0,0,'2019-01-07 07:50:19'); +INSERT INTO `marker` VALUES (10065,1900,NULL,2,1939,36539,'Blizzard Wizrobe','',139.9765625,-116.28125,0,0,0,'2019-01-07 23:26:25'); +INSERT INTO `marker` VALUES (10066,1900,NULL,2,1935,37922,'Arrows of Burning Heat','',156.3984375,-144.25390625,0,0,0,'2019-01-08 04:40:27'); +INSERT INTO `marker` VALUES (10067,1900,NULL,2,1910,37908,'Amber','',128.328125,-131.4375,0,0,0,'2019-01-08 06:29:42'); +INSERT INTO `marker` VALUES (10068,1900,NULL,2,1901,38068,'1232','213',113.9375,-155.95625114440918,0,0,0,'2019-01-09 01:45:41'); +INSERT INTO `marker` VALUES (10069,1900,NULL,2,1901,38196,'Santuario de Kaoma','Santuario de Kaoma',136.19921875,-183.06640625,0,0,0,'2019-01-10 12:06:33'); +INSERT INTO `marker` VALUES (10070,1900,NULL,2,1901,38298,'Hidden Cove Containing Chests','Theres a hidden cove that leads behind the waterfall. There's Three Chests inside the cove',110.421875,-161.5234375,0,0,0,'2019-01-12 01:14:11'); +INSERT INTO `marker` VALUES (10071,1900,NULL,2,1916,12708,'Race with shield surfing','',149.8203125,-114.64108204841614,0,0,0,'2019-01-12 02:19:43'); +INSERT INTO `marker` VALUES (10072,1900,NULL,2,1916,32236,'b ','',156.66562509536743,-119.69374990463257,0,0,0,'2019-01-12 23:57:54'); +INSERT INTO `marker` VALUES (10073,1900,NULL,2,1930,36404,'Ice Wissrobe','',103.75,-186.45703125,0,0,0,'2019-01-13 04:09:36'); +INSERT INTO `marker` VALUES (10074,1900,NULL,2,1901,37121,'MUSHROOM SPAWN','',93.71875,-140.453125,0,0,0,'2019-01-13 06:52:24'); +INSERT INTO `marker` VALUES (10075,1900,NULL,2,1926,38854,'Divine Beast Vah Naboris','',81.5,-180.75,0,0,0,'2019-01-14 20:24:08'); +INSERT INTO `marker` VALUES (10076,1900,NULL,2,1935,37720,'A Gift of Nightshade','',168.44921875,-183.31640625,0,0,0,'2019-01-15 22:06:05'); +INSERT INTO `marker` VALUES (10077,1900,NULL,2,1926,38927,'Divine Beast Vah Naboris','',85.109375,-186.09375,0,0,0,'2019-01-16 13:31:18'); +INSERT INTO `marker` VALUES (10078,1900,NULL,2,1943,39150,'10x Arrows','',175.19140625,-159.48046875,0,0,0,'2019-01-18 16:35:05'); +INSERT INTO `marker` VALUES (10079,1900,NULL,2,1943,39150,'50x Rupees','',175.28515625,-162.5234375,0,0,0,'2019-01-18 16:39:33'); +INSERT INTO `marker` VALUES (10080,1900,NULL,2,1901,39287,'find','',42.25,-108.75,0,0,0,'2019-01-19 02:29:44'); +INSERT INTO `marker` VALUES (10081,1900,NULL,2,1901,39292,'Botas de alpinismo','',-28.75,-106.75,0,1,0,'2019-01-19 03:07:15'); +INSERT INTO `marker` VALUES (10082,1900,NULL,2,1916,28484,'Koror Seed','',76.44921875,-106.69140625,0,1,0,'2019-01-20 07:22:36'); +INSERT INTO `marker` VALUES (10083,1900,NULL,2,1943,28484,'Topaz','',76.44921875,-106.640625,0,0,0,'2019-01-20 07:23:32'); +INSERT INTO `marker` VALUES (10084,1900,NULL,2,1916,28484,'Koror Seed','',74.203125,-107.40234375,0,0,0,'2019-01-20 07:27:31'); +INSERT INTO `marker` VALUES (10085,1900,NULL,2,1916,28484,'Koroko Seed','',82.48828125,-102.41796875,0,0,0,'2019-01-20 07:51:18'); +INSERT INTO `marker` VALUES (10086,1900,NULL,2,1904,35517,'Bomb Arrows BOX','',132.234375,-188.99609375,0,0,0,'2019-01-20 07:54:45'); +INSERT INTO `marker` VALUES (10087,1900,NULL,2,1939,28484,'Ice Wizzrobe','',89.1015625,-99.5390625,0,0,0,'2019-01-20 07:59:59'); +INSERT INTO `marker` VALUES (10088,1900,NULL,2,1916,28484,'Koroko Seed','',91.44921875,-101.015625,0,0,0,'2019-01-20 08:05:49'); +INSERT INTO `marker` VALUES (10089,1900,NULL,2,1916,28484,'Koroko Seed','',91.1640625,-98.77734375,0,0,0,'2019-01-20 08:12:09'); +INSERT INTO `marker` VALUES (10090,1900,NULL,2,1901,39897,'Super cold up here','',183.2286376953125,-154.25723266601562,0,0,0,'2019-01-23 20:01:24'); +INSERT INTO `marker` VALUES (10091,1900,NULL,2,1901,39095,'Weapons Cash','',82.91015625,-161.80078125,0,0,0,'2019-01-23 23:23:45'); +INSERT INTO `marker` VALUES (10092,1900,NULL,2,1901,37418,'Dragon','Dragon\r\n',155.65885400772095,-172.38932299613953,0,0,0,'2019-01-24 05:17:14'); +INSERT INTO `marker` VALUES (10093,1900,NULL,2,1903,35263,'Knight's Halbert','',118.91796875,-87.015625,0,0,0,'2019-01-24 12:50:13'); +INSERT INTO `marker` VALUES (10094,1900,NULL,2,1901,35263,'Kass Quest','The Serpent's Jaws',140.72968769073486,-175.84375,0,0,0,'2019-01-25 03:51:29'); +INSERT INTO `marker` VALUES (10095,1900,NULL,2,1938,40130,'White Horse','',100.609375,-140.96875,0,0,0,'2019-01-26 07:20:39'); +INSERT INTO `marker` VALUES (10096,1900,NULL,2,1910,40214,'chest','',114.2890625,-158.609375,0,0,0,'2019-01-26 22:06:14'); +INSERT INTO `marker` VALUES (10097,1900,NULL,2,1901,40096,'elden','',150.90625,-72.78515625,0,0,0,'2019-01-27 18:57:25'); +INSERT INTO `marker` VALUES (10098,1900,NULL,2,1926,39917,'Gourdo beast','',89.77553331851959,-184.40449452400208,0,0,0,'2019-01-28 11:49:13'); +INSERT INTO `marker` VALUES (10099,1900,NULL,2,1926,38947,'Vah'Naboris','',95.015625,-168.859375,0,0,0,'2019-01-29 13:38:48'); +INSERT INTO `marker` VALUES (10100,1900,NULL,2,1926,38947,'Vah'Rudania','',167.58203125,-87.21875,0,0,0,'2019-01-29 13:39:41'); +INSERT INTO `marker` VALUES (10101,1900,NULL,2,1910,40542,'Shrooms','',93.716552734375,-140.4376220703125,0,0,0,'2019-01-29 17:58:24'); +INSERT INTO `marker` VALUES (10102,1900,NULL,2,1903,38067,'Inventory Full!!','',141.546875,-164.39453125,0,0,0,'2019-01-31 01:34:09'); +INSERT INTO `marker` VALUES (10103,1900,NULL,2,1926,40498,'Vah Naboris','Divine Beast Vah Naboris',95.0546875,-168.9765625,0,1,0,'2019-01-31 22:24:25'); +INSERT INTO `marker` VALUES (10104,1900,NULL,2,1916,34046,'Korok Seed','',150.30078125,-103.8828125,0,0,0,'2019-02-02 02:43:03'); +INSERT INTO `marker` VALUES (10105,1900,NULL,2,1910,40881,'Lagartija Humero','',173.62953090667725,-72.59828090667725,0,0,0,'2019-02-02 02:47:28'); +INSERT INTO `marker` VALUES (10106,1900,NULL,2,1926,40194,'Divine Beast Vah Rudania','',167.5625,-87.875,0,0,0,'2019-02-02 17:36:22'); +INSERT INTO `marker` VALUES (10107,1900,NULL,2,1926,40194,'Divine Beast Vah Medo','',71.359375,-99.8125,0,0,0,'2019-02-02 17:36:56'); +INSERT INTO `marker` VALUES (10108,1900,NULL,2,1926,40194,'Divine Beast Vah Naboris','',95.0625,-169.1875,0,0,0,'2019-02-02 17:37:52'); +INSERT INTO `marker` VALUES (10109,1900,NULL,2,1910,40878,'Lots of High Value Ore','',177.28540325164795,-80.4610767364502,0,0,0,'2019-02-02 22:31:31'); +INSERT INTO `marker` VALUES (10110,1900,NULL,2,1935,41140,'Arrows of Burning Heat','',156.44140625,-144.25,0,0,0,'2019-02-04 06:26:35'); +INSERT INTO `marker` VALUES (10111,1900,NULL,2,1901,41143,'Rare Ores','',158.74947929382324,-175.74687457084656,0,0,0,'2019-02-05 04:25:28'); +INSERT INTO `marker` VALUES (10112,1900,NULL,2,1936,41143,'Rare Ore','',158.67447900772095,-175.66302061080933,0,1,0,'2019-02-05 04:26:31'); +INSERT INTO `marker` VALUES (10113,1900,NULL,2,1901,40783,'Hestu','',160.296875,-88.203125,0,0,0,'2019-02-05 09:38:06'); +INSERT INTO `marker` VALUES (10114,1900,NULL,2,1901,39544,'test','j'aime la bite pdpdpd',82.6953125,-104.53125,0,1,0,'2019-02-05 23:02:20'); +INSERT INTO `marker` VALUES (10115,1900,NULL,2,1901,37885,'Dragon?','',188.7890625,-148.6796875,0,0,0,'2019-02-06 10:48:04'); +INSERT INTO `marker` VALUES (10116,1900,NULL,2,1901,40636,'Mounted Archery','',124.78515625,-182.65234375,0,0,0,'2019-02-06 23:21:42'); +INSERT INTO `marker` VALUES (10117,1900,NULL,2,1935,41851,'An Ice Guy','',77.37890625,-168.23046875,0,0,0,'2019-02-13 03:49:03'); +INSERT INTO `marker` VALUES (10118,1900,NULL,2,1901,42280,'??','',149.32421875,-178.453125,0,0,0,'2019-02-14 19:39:27'); +INSERT INTO `marker` VALUES (10119,1900,NULL,2,1904,38067,'Ice Arrow x10','Treasure box of Ice Arrow',127.69140625,-131.01171875,0,0,0,'2019-02-16 07:39:25'); +INSERT INTO `marker` VALUES (10120,1900,NULL,2,1943,38067,'Arrow x10','Treasure Chest contains arrow x10',127.671875,-131.40625,0,0,0,'2019-02-16 07:46:21'); +INSERT INTO `marker` VALUES (10121,1900,NULL,2,1935,42507,'amor sigiloso ','entregar una campana muda en nombre del amor ',168.5546875,-183.4140625,0,0,0,'2019-02-16 15:30:58'); +INSERT INTO `marker` VALUES (10122,1900,NULL,2,1931,41231,'Enemy Camp','',56.5,-139.46875,0,0,0,'2019-02-17 16:57:08'); +INSERT INTO `marker` VALUES (10123,1900,NULL,2,1931,41231,'Enemy Camp','',58.75,-145,0,0,0,'2019-02-17 16:57:31'); +INSERT INTO `marker` VALUES (10124,1900,NULL,2,1931,41231,'Enemy Camp','',53.6875,-149.34375,0,0,0,'2019-02-17 16:57:49'); +INSERT INTO `marker` VALUES (10125,1900,NULL,2,1910,42700,'Blue gem','',199.19140625,-71.65234375,0,0,0,'2019-02-17 19:03:16'); +INSERT INTO `marker` VALUES (10126,1900,NULL,2,1916,40727,'beneath bombable rocks','',139.875,-164.65625,0,1,0,'2019-02-18 10:02:44'); +INSERT INTO `marker` VALUES (10127,1900,NULL,2,1904,43011,'Bomb Arrows ','Take out the surrounding bokoblins for possible bomb arrow drop. ',138.07776987552643,-77.45028412342072,0,0,0,'2019-02-20 06:01:44'); +INSERT INTO `marker` VALUES (10128,1900,NULL,2,1901,42880,'Hearty Durian Farming','',149.78125,-178.18359375,0,1,0,'2019-02-20 21:23:02'); +INSERT INTO `marker` VALUES (10129,1900,NULL,2,1916,43118,'????','',107.125,-143.0625,0,1,0,'2019-02-20 23:31:16'); +INSERT INTO `marker` VALUES (10130,1900,NULL,2,1901,43015,'business','',192.875,-102.625,0,0,0,'2019-02-21 02:16:17'); +INSERT INTO `marker` VALUES (10131,1900,NULL,2,1943,41851,'Gold Rupee','',50.8515625,-161.703125,0,0,0,'2019-02-22 04:44:31'); +INSERT INTO `marker` VALUES (10132,1900,NULL,2,1904,43245,'Bomb Arrows','',180.74609375,-70.77734375,0,0,0,'2019-02-22 08:52:49'); +INSERT INTO `marker` VALUES (10133,1900,NULL,2,1901,43257,'Minerales subterráneos','se necesitan flechas bomba',158.65625,-175.15625,0,0,0,'2019-02-22 13:54:51'); +INSERT INTO `marker` VALUES (10134,1900,NULL,2,1926,41231,'Vah Rudania','',166.33203125,-87.98828125,0,0,0,'2019-02-23 05:05:19'); +INSERT INTO `marker` VALUES (10135,1900,NULL,2,1926,41231,'Divine Beast Vah Naboris','',94.98046875,-169.1640625,0,0,0,'2019-02-23 05:06:10'); +INSERT INTO `marker` VALUES (10136,1900,NULL,2,1926,41231,'Divine Beast Vah Medoh','',71.53515625,-98.875,0,0,0,'2019-02-23 05:07:05'); +INSERT INTO `marker` VALUES (10137,1900,NULL,2,1944,43245,'Silver Bow','',178.59375,-121.49609375,0,0,0,'2019-02-23 08:02:25'); +INSERT INTO `marker` VALUES (10138,1900,NULL,2,1930,43245,'Icy Lizalfos','',193.125,-155.6171875,0,0,0,'2019-02-23 08:34:45'); +INSERT INTO `marker` VALUES (10139,1900,NULL,2,1901,43245,'Pondo's Lodge','',95.546875,-95.5234375,0,0,0,'2019-02-24 07:39:17'); +INSERT INTO `marker` VALUES (10140,1900,NULL,2,1935,43552,'The Sheep Rustlers','',184.58984375,-160.83984375,0,0,0,'2019-02-24 19:39:59'); +INSERT INTO `marker` VALUES (10141,1900,NULL,2,1901,43642,'Old Man's Cabin','The old man's cabin',115.76699829101562,-163.20330810546875,0,0,0,'2019-02-25 06:31:56'); +INSERT INTO `marker` VALUES (10142,1900,NULL,2,1926,43679,'Divine Beast Vah Medoh','',71.56640625,-98.49609375,0,0,0,'2019-02-25 13:39:12'); +INSERT INTO `marker` VALUES (10143,1900,NULL,2,1926,43679,'Divine Beast Vah Rudania','',167.8046875,-87.515625,0,0,0,'2019-02-25 13:39:35'); +INSERT INTO `marker` VALUES (10144,1900,NULL,2,1926,43679,'Divine Beast Vah Naboris','',95.09375,-169.21875,0,0,0,'2019-02-25 13:40:05'); +INSERT INTO `marker` VALUES (10145,1900,NULL,2,1936,43876,'Cracked wall','',114.3515625,-158.2109375,0,0,0,'2019-02-27 16:30:16'); +INSERT INTO `marker` VALUES (10146,1900,NULL,2,1901,43015,'Korok Mask','',139.18359375,-99.109375,0,0,0,'2019-02-28 02:24:08'); +INSERT INTO `marker` VALUES (10147,1900,NULL,2,1940,13795,'Lynel','MasterMode',117.578125,-160.296875,0,0,0,'2019-03-01 12:35:54'); +INSERT INTO `marker` VALUES (10148,1900,NULL,2,1935,42733,'The Sheep Rustlers','NPC: Koyin',180.390625,-161.4375,0,0,0,'2019-03-02 01:36:13'); +INSERT INTO `marker` VALUES (10149,1900,NULL,2,1935,42733,'Robbie's Research','',187.015625,-161.203125,0,0,0,'2019-03-02 01:37:28'); +INSERT INTO `marker` VALUES (10150,1900,NULL,2,1935,42733,'Sunshroom Sensing','',186.828125,-161.421875,0,0,0,'2019-03-02 01:38:22'); +INSERT INTO `marker` VALUES (10151,1900,NULL,2,1935,42733,'Slated for Upgrades','',187.046875,-161.234375,0,0,0,'2019-03-02 01:39:10'); +INSERT INTO `marker` VALUES (10152,1900,NULL,2,1935,42733,'Take Back the Sea','',173.6953125,-181.59114599227905,0,0,0,'2019-03-02 01:40:33'); +INSERT INTO `marker` VALUES (10153,1900,NULL,2,1939,42480,'Blizzrobe','',89.20703125,-99.6015625,0,0,0,'2019-03-02 08:15:41'); +INSERT INTO `marker` VALUES (10154,1900,NULL,2,1916,42886,'Krok Seed','',62.4140625,-86.2890625,0,0,0,'2019-03-03 15:28:27'); +INSERT INTO `marker` VALUES (10155,1900,NULL,2,1902,39380,'Midna's Helmet(DLC)','',106.078125,-131.4921875,0,0,0,'2019-03-07 02:27:14'); +INSERT INTO `marker` VALUES (10156,1900,NULL,2,1943,44908,'Chest','',63.36328125,-69.734375,0,0,0,'2019-03-07 03:30:15'); +INSERT INTO `marker` VALUES (10157,1900,NULL,2,1936,44908,'Cracked wall','',63.3515625,-69.68359375,0,0,0,'2019-03-07 03:30:46'); +INSERT INTO `marker` VALUES (10158,1900,NULL,2,1916,44908,'Korok Seed','',61.41796875,-71.98046875,0,0,0,'2019-03-07 03:43:06'); +INSERT INTO `marker` VALUES (10159,1900,NULL,2,1936,44908,'Luminous Stone','',62.0703125,-70.9140625,0,0,0,'2019-03-07 03:44:01'); +INSERT INTO `marker` VALUES (10160,1900,NULL,2,1935,44908,'Desert Labyrinth','',100.0625,-182,0,0,0,'2019-03-07 07:44:16'); +INSERT INTO `marker` VALUES (10161,1900,NULL,2,1916,45022,'Did i get this one?','',179.4375,-180.15625,0,0,0,'2019-03-08 14:03:39'); +INSERT INTO `marker` VALUES (10162,1900,NULL,2,1901,44841,'????','',113,-156.9375,0,0,0,'2019-03-09 05:24:58'); +INSERT INTO `marker` VALUES (10163,1900,NULL,2,1925,45154,'need divine beast','',71.53515625,-104.34375,0,0,0,'2019-03-09 08:20:19'); +INSERT INTO `marker` VALUES (10164,1900,NULL,2,1926,45168,'Vah'Naboris','',95.140625,-169.1640625,0,0,0,'2019-03-09 10:22:59'); +INSERT INTO `marker` VALUES (10165,1900,NULL,2,1926,45168,'Vah'Medoh','',71.5390625,-99.1015625,0,0,0,'2019-03-09 10:23:44'); +INSERT INTO `marker` VALUES (10166,1900,NULL,2,1901,45168,'Vah'Rudania','',166.34375,-88.03125,0,0,0,'2019-03-09 10:24:21'); +INSERT INTO `marker` VALUES (10167,1900,NULL,2,1926,45168,'Vah'Ruta','',174.64453125,-131.8515625,0,0,0,'2019-03-09 10:25:08'); +INSERT INTO `marker` VALUES (10168,1900,NULL,2,1939,39095,'Ice Wizzrobe','Ice Wizzrobe',139.8125,-115.26953125,0,0,0,'2019-03-11 03:35:32'); +INSERT INTO `marker` VALUES (10169,1900,NULL,2,1902,45432,'CACA','cool',118.58984375,-152.70703125,0,0,0,'2019-03-14 13:37:50'); +INSERT INTO `marker` VALUES (10170,1900,NULL,2,1901,45002,'Last','',173.75,-149.96875,0,0,0,'2019-03-15 02:32:01'); +INSERT INTO `marker` VALUES (10171,1900,NULL,2,1916,45929,'Kokoro Seed','',143.25,-181.6875,0,0,0,'2019-03-15 13:57:24'); +INSERT INTO `marker` VALUES (10172,1900,NULL,2,1916,43169,'Korok Seed','',161.796875,-144.1875,0,0,0,'2019-03-16 15:11:45'); +INSERT INTO `marker` VALUES (10173,1900,NULL,2,1916,43169,'Korok Seed','',157.4140625,-165.7109375,0,0,0,'2019-03-16 15:15:28'); +INSERT INTO `marker` VALUES (10174,1900,NULL,2,1916,43169,'Korok Seed','',154.28125,-164.421875,0,0,0,'2019-03-16 15:15:55'); +INSERT INTO `marker` VALUES (10175,1900,NULL,2,1901,46138,'Home','',179.59375,-163.3125,0,0,0,'2019-03-17 02:42:04'); +INSERT INTO `marker` VALUES (10176,1900,NULL,2,1901,46212,'starting point','',110.671875,-156.6875,0,0,0,'2019-03-17 13:48:26'); +INSERT INTO `marker` VALUES (10177,1900,NULL,2,1901,46216,'South Akkala Stable','',177.21875,-101.54296875,0,0,0,'2019-03-17 22:42:38'); +INSERT INTO `marker` VALUES (10178,1900,NULL,2,1901,46216,'bge','',189.9375,-102.8125,0,0,0,'2019-03-17 23:21:05'); +INSERT INTO `marker` VALUES (10179,1900,NULL,2,1943,43349,'Silver Rupee','',115.1171875,-70.9765625,0,0,0,'2019-03-18 03:58:59'); +INSERT INTO `marker` VALUES (10180,1900,NULL,2,1943,43349,'Gold Rupee','',115.625,-72.37109375,0,0,0,'2019-03-18 04:03:25'); +INSERT INTO `marker` VALUES (10181,1900,NULL,2,1901,43573,'Goldene Schuppe','',141.682373046875,-164.407958984375,0,1,0,'2019-03-18 20:20:04'); +INSERT INTO `marker` VALUES (10182,1900,NULL,2,1921,38530,'jjj','',109.625,-152.0625,0,0,0,'2019-03-18 21:05:41'); +INSERT INTO `marker` VALUES (10183,1900,NULL,2,1926,46386,'Divine Beast Vah Medoh','',71,-100.5,0,0,0,'2019-03-19 01:42:32'); +INSERT INTO `marker` VALUES (10184,1900,NULL,2,1926,46386,'Divine Beast Vah Rudania','',167.75,-88.5,0,0,0,'2019-03-19 01:43:10'); +INSERT INTO `marker` VALUES (10185,1900,NULL,2,1943,33143,'Rupee','Use Magnesis on chest from distance, attached to enemy.',122.203125,-170.03125,0,0,0,'2019-03-19 04:14:26'); +INSERT INTO `marker` VALUES (10186,1900,NULL,2,1902,46500,'Durian','',149.33203125,-178.390625,0,0,0,'2019-03-19 16:22:19'); +INSERT INTO `marker` VALUES (10187,1900,NULL,2,1901,43686,'Dragon legendario ','punto de salida Farodra ',155.4375,-180.765625,0,1,0,'2019-03-20 17:08:24'); +INSERT INTO `marker` VALUES (10188,1900,NULL,2,1901,43686,'Dragones legendarios ','Punto de salida ',121.71875,-165.140625,0,1,0,'2019-03-20 17:12:30'); +INSERT INTO `marker` VALUES (10189,1900,NULL,2,1901,43686,'gragones legendarios ','',101.5625,-96.34375,0,1,0,'2019-03-20 17:13:13'); +INSERT INTO `marker` VALUES (10190,1900,NULL,2,1920,43686,'dragon ','salida del dragon de trueno',155.953125,-173.91015625,0,1,0,'2019-03-20 20:04:50'); +INSERT INTO `marker` VALUES (10191,1900,NULL,2,1901,45903,'Healthy Durian','Farm Spot for Healthy Durian',149.453125,-178.1875,0,0,0,'2019-03-21 11:07:17'); +INSERT INTO `marker` VALUES (10192,1900,NULL,2,1901,46128,'Prince','',164.6484375,-124.1953125,0,0,0,'2019-03-22 04:47:10'); +INSERT INTO `marker` VALUES (10193,1900,NULL,2,1901,46735,'1','',156.38068175315857,-143.12997126579285,0,0,0,'2019-03-22 14:33:25'); +INSERT INTO `marker` VALUES (10194,1900,NULL,2,1921,44197,'Tarrey','',16.875,-98.25,0,0,0,'2019-03-22 17:30:23'); +INSERT INTO `marker` VALUES (10195,1900,NULL,2,1935,46459,'Arrows of Burning Heat','Light the torches around the goddess statue.',156.58984375,-144.27734375,0,0,0,'2019-03-23 03:30:18'); +INSERT INTO `marker` VALUES (10196,1900,NULL,2,1944,46459,'Majora's Mask','DLC Only',120.97265625,-148.02734375,0,0,0,'2019-03-23 09:35:23'); +INSERT INTO `marker` VALUES (10197,1900,NULL,2,1926,46509,'Vah'Naboris Divine Beast','',79.625,-180.90625,0,0,0,'2019-03-23 16:56:06'); +INSERT INTO `marker` VALUES (10198,1900,NULL,2,1916,41317,'Korok seed','',176.0859375,-125.3046875,0,1,0,'2019-03-24 13:20:24'); +INSERT INTO `marker` VALUES (10199,1900,NULL,2,1910,46509,'Opal','Inside the wreck',167.1328125,-179.72265625,0,0,0,'2019-03-24 17:56:01'); +INSERT INTO `marker` VALUES (10200,1900,NULL,2,1902,46946,'Tunique Bleue','Tunique bleue (anti-chaleur)',125.56640625,-176.16015625,0,0,0,'2019-03-25 19:19:06'); +INSERT INTO `marker` VALUES (10201,1900,NULL,2,1901,46946,'Tunique bleue (anti-chaleur)','Tunique bleue (anti-chaleur)',125.5625,-176.1484375,0,0,0,'2019-03-25 19:20:13'); +INSERT INTO `marker` VALUES (10202,1900,NULL,2,1944,46946,'Tunique bleue','anti-chaleur',125.578125,-176.1484375,0,0,0,'2019-03-25 19:21:50'); +INSERT INTO `marker` VALUES (10203,1900,NULL,2,1944,46459,'Phantom Helmet','DLC only.',109.3125,-147.2421875,0,0,0,'2019-03-26 05:26:49'); +INSERT INTO `marker` VALUES (10204,1900,NULL,2,1935,45680,'Taburasa Dog','',190.265625,-103.09375,0,0,0,'2019-03-27 05:25:41'); +INSERT INTO `marker` VALUES (10205,1900,NULL,2,1916,46932,'????','',136.58314710855484,-150.62853413820267,0,1,0,'2019-03-27 08:28:36'); +INSERT INTO `marker` VALUES (10206,1900,NULL,2,1935,45945,'A Fragmented Monument','Kah Yah Shrine Quest',181.65625,-180.0859375,0,0,0,'2019-03-27 23:23:04'); +INSERT INTO `marker` VALUES (10207,1900,NULL,2,1926,46811,'Divine Beast Vah Naboris','',95,-169.25,0,1,0,'2019-03-28 22:25:35'); +INSERT INTO `marker` VALUES (10208,1900,NULL,2,1901,47547,'1','',114.09375,-157.828125,0,0,0,'2019-03-29 13:54:28'); +INSERT INTO `marker` VALUES (10209,1900,NULL,2,1944,46381,'Ext. DLC 2','Midona's Mask',106.08203125,-131.51171875,0,0,0,'2019-03-29 16:31:33'); +INSERT INTO `marker` VALUES (10210,1900,NULL,2,1903,47563,'fire rod','',-98.5,-72.5,0,0,0,'2019-03-29 17:18:06'); +INSERT INTO `marker` VALUES (10211,1900,NULL,2,1935,46509,'Race','',86.734375,-109.765625,0,0,0,'2019-03-30 16:26:40'); +INSERT INTO `marker` VALUES (10212,1900,NULL,2,1925,47691,'Renaissance','',110.7421875,-157.37760496139526,0,0,0,'2019-03-30 17:18:37'); +INSERT INTO `marker` VALUES (10213,1900,NULL,2,1902,47226,'Equipment','Knights Sword, Shields, Arrows\r\n',193.625,-119.8671875,0,0,0,'2019-03-30 22:27:25'); +INSERT INTO `marker` VALUES (10214,1900,NULL,2,1901,46381,'First part Kilton's market ','First point where Kilton is located to activation of is market ',178.78125,-74.265625,0,1,0,'2019-03-31 12:34:08'); +INSERT INTO `marker` VALUES (10215,1900,NULL,2,1920,46381,'Kilton's Market','Black link armor seller, monster seller\r\nAppears after 22.00',155.04296875,-144.328125,0,1,0,'2019-03-31 13:12:33'); +INSERT INTO `marker` VALUES (10216,1900,NULL,2,1926,47824,'Vah'Ruta','',174.5625,-131.71875,0,0,0,'2019-03-31 20:35:17'); +INSERT INTO `marker` VALUES (10217,1900,NULL,2,1902,46381,'Ext. DLC 2','Xanto's Helmet',148.09765625,-166.33203125,0,0,0,'2019-04-01 16:13:15'); +INSERT INTO `marker` VALUES (10218,1900,NULL,2,1944,47226,'Blizzard Rod','',201.9921875,-112.484375,0,0,0,'2019-04-01 18:20:21'); +INSERT INTO `marker` VALUES (10219,1900,NULL,2,1920,47945,'Akkala Ancient Tech Lab','',198.5421872138977,-78.52265644073486,0,0,0,'2019-04-02 20:22:16'); +INSERT INTO `marker` VALUES (10220,1900,NULL,2,1916,47599,'Korok Seed','',163.7578125,-138.9296875,0,0,0,'2019-04-04 03:04:30'); +INSERT INTO `marker` VALUES (10221,1900,NULL,2,1902,48307,'Nintendo Switch Shirt (DLC)','',120.68359375,-159.3046875,0,0,0,'2019-04-05 06:57:19'); +INSERT INTO `marker` VALUES (10222,1900,NULL,2,1904,48307,'Bomb Arrow (DLC)','',105.296875,-159.7578125,0,0,0,'2019-04-05 07:52:42'); +INSERT INTO `marker` VALUES (10223,1900,NULL,2,1910,48238,'??','',149.625,-182.546875,0,0,0,'2019-04-05 09:41:34'); +INSERT INTO `marker` VALUES (10224,1900,NULL,2,1935,48230,'By Firefly's Light','',157.6953125,-144.1640625,0,0,0,'2019-04-05 18:45:40'); +INSERT INTO `marker` VALUES (10225,1900,NULL,2,1935,47691,'By Firefly's Light','',157.70703125,-144.15625,0,0,0,'2019-04-07 19:14:38'); +INSERT INTO `marker` VALUES (10226,1900,NULL,2,1916,47917,'Korok Seed','',83.828125,-103.296875,0,1,0,'2019-04-09 03:19:47'); +INSERT INTO `marker` VALUES (10227,1900,NULL,2,1944,35456,'Ancient Bridle','Ex Ancient Horse Rumors',92.2578125,-133.390625,0,0,0,'2019-04-09 19:56:53'); +INSERT INTO `marker` VALUES (10228,1900,NULL,2,1944,35456,'EX: Tingle's Tights','',127.625,-131.38671875,0,0,0,'2019-04-10 19:11:55'); +INSERT INTO `marker` VALUES (10229,1900,NULL,2,1920,49050,'i monti gemelli','i monti gemelli',149.28125,-158.0625,0,0,0,'2019-04-12 17:31:59'); +INSERT INTO `marker` VALUES (10230,1900,NULL,2,1901,49219,'Campfire','',112.1875,-161.71875,0,1,0,'2019-04-13 01:33:29'); +INSERT INTO `marker` VALUES (10231,1900,NULL,2,1901,49219,'Boat','',111.12109375,-160.01171875,0,1,0,'2019-04-13 01:38:48'); +INSERT INTO `marker` VALUES (10232,1900,NULL,2,1901,48859,'Southern Mine','Southern Mine where several quests can be located, and Greyson is found (who is needed for tarrey town quest. You get Fire guard armor here as well. Very important.',154.27671617269516,-97.43036818504333,0,1,0,'2019-04-13 16:36:26'); +INSERT INTO `marker` VALUES (10233,1900,NULL,2,1903,49367,'???','???',103.54296875,-154.8515625,0,0,0,'2019-04-14 07:35:12'); +INSERT INTO `marker` VALUES (10234,1900,NULL,2,1944,49202,'Climbing Bandanna','',149.5625,-157.1875,0,0,0,'2019-04-14 16:38:56'); +INSERT INTO `marker` VALUES (10235,1900,NULL,2,1916,48678,'Korok Seed','',125.9296875,-187.4765625,0,0,0,'2019-04-15 02:32:54'); +INSERT INTO `marker` VALUES (10236,1900,NULL,2,1901,47960,'ancient core','',186.75,-62.875,0,0,0,'2019-04-16 06:23:35'); +INSERT INTO `marker` VALUES (10237,1900,NULL,2,1926,49628,'Divine Beast vah Naboris','',95,-169.15625,0,0,0,'2019-04-17 09:21:34'); +INSERT INTO `marker` VALUES (10238,1900,NULL,2,1901,3853,'Hesta second','',134.0625,-144.1640625,0,0,0,'2019-04-18 15:24:41'); +INSERT INTO `marker` VALUES (10239,1900,NULL,2,1901,49972,'Go here','',103.5744047164917,-97.05803489685059,0,0,0,'2019-04-19 17:55:54'); +INSERT INTO `marker` VALUES (10240,1900,NULL,2,1931,49367,'Bokoblin Camp','',107.8984375,-154.2578125,0,0,0,'2019-04-20 04:48:12'); +INSERT INTO `marker` VALUES (10241,1900,NULL,2,1931,49367,'Bokoblin Camp','',113.1640625,-158.625,0,0,0,'2019-04-20 04:58:19'); +INSERT INTO `marker` VALUES (10242,1900,NULL,2,1901,50024,'Campfire','',105.6015625,-152.69140625,0,0,0,'2019-04-20 05:36:25'); +INSERT INTO `marker` VALUES (10243,1900,NULL,2,1938,32645,'test123','test222',102.375,-155,0,0,0,'2019-04-20 15:38:45'); +INSERT INTO `marker` VALUES (10244,1900,NULL,2,1939,45880,'Blizzard Wizrobe','Blizzard Rod',140.0546875,-116.2734375,0,0,0,'2019-04-21 05:15:15'); +INSERT INTO `marker` VALUES (10245,1900,NULL,2,1901,50024,'Gem Deposit','',161.28593730926514,-168.78593754768372,0,0,0,'2019-04-21 06:34:14'); +INSERT INTO `marker` VALUES (10246,1900,NULL,2,1930,50024,'Electric Keese','',161.3624997138977,-168.6796875,0,0,0,'2019-04-21 06:34:56'); +INSERT INTO `marker` VALUES (10247,1900,NULL,2,1901,50253,'Kakariko','',40,-140.875,0,0,0,'2019-04-21 20:06:43'); +INSERT INTO `marker` VALUES (10248,1900,NULL,2,1920,50439,'DEPART','Début de l'histoire',110.45703125,-157.53125,0,1,0,'2019-04-23 09:58:17'); +INSERT INTO `marker` VALUES (10249,1900,NULL,2,1944,50431,'??','',139.171875,-97.8125,0,0,0,'2019-04-23 20:22:38'); +INSERT INTO `marker` VALUES (10250,1900,NULL,2,1944,50431,'treasure','treasure',139.6171875,-97.78125,0,0,0,'2019-04-23 20:23:25'); +INSERT INTO `marker` VALUES (10251,1900,NULL,2,1944,50431,'treasure','wooden arrow x5',137.51953125,-97.515625,0,0,0,'2019-04-23 20:29:32'); +INSERT INTO `marker` VALUES (10252,1900,NULL,2,1944,50431,'treasure','knights shield',130.1796875,-120.7890625,0,0,0,'2019-04-23 22:17:04'); +INSERT INTO `marker` VALUES (10253,1900,NULL,2,1944,50431,'bow','knight;'s bow',127.71484375,-123.62890625,0,0,0,'2019-04-23 22:23:11'); +INSERT INTO `marker` VALUES (10254,1900,NULL,2,1943,50431,'chest','bomb arrorx5',130.3515625,-116.87109375,0,0,0,'2019-04-23 22:41:51'); +INSERT INTO `marker` VALUES (10255,1900,NULL,2,1943,50431,'chest','arrow',139.9296875,-116.25,0,0,0,'2019-04-23 23:29:43'); +INSERT INTO `marker` VALUES (10256,1900,NULL,2,1943,50431,'fire arr x5','fire arr x5',144.66796875,-178.265625,0,0,0,'2019-04-23 23:36:17'); +INSERT INTO `marker` VALUES (10257,1900,NULL,2,1948,50458,'FARMING','',96.9044189453125,-136.283447265625,0,0,0,'2019-04-24 10:44:39'); +INSERT INTO `marker` VALUES (10258,1900,NULL,2,1901,50504,'need to beat','',55.9375,-142.125,0,0,0,'2019-04-25 01:13:41'); +INSERT INTO `marker` VALUES (10259,1900,NULL,2,1901,49952,'Blutmond','',79.25,-132,0,0,0,'2019-04-27 18:14:48'); +INSERT INTO `marker` VALUES (10260,1900,NULL,2,1921,50916,'Gerudo Town','',85,-150.625,0,0,0,'2019-04-28 00:37:38'); +INSERT INTO `marker` VALUES (10261,1900,NULL,2,1943,50843,'Chest 5 fire arrows','',105.2734375,-159.7109375,0,0,0,'2019-04-28 10:54:03'); +INSERT INTO `marker` VALUES (10262,1900,NULL,2,1916,50805,'Kolog seeds','',191.7890625,-154.8515625,0,0,0,'2019-04-28 20:45:28'); +INSERT INTO `marker` VALUES (10263,1900,NULL,2,1935,45488,'misko treasure cave','',158.31624031066895,-168.9881410598755,0,0,0,'2019-04-29 17:09:33'); +INSERT INTO `marker` VALUES (10264,1900,NULL,2,1901,51345,'Lurelin Village','',174.9375,-180.75,0,0,0,'2019-05-01 16:13:27'); +INSERT INTO `marker` VALUES (10265,1900,NULL,2,1903,42921,'diamond sword','18 damage one handedsword',105.28125,-117.609375,0,0,0,'2019-05-01 19:55:37'); +INSERT INTO `marker` VALUES (10266,1900,NULL,2,1935,45488,'Take back the sea','NPC: Sebasto\r\n\r\nDescription: Defeat the monsters on Aris beach\r\n\r\nReward: 100 rupees',173.2237969636917,-181.25967395305634,0,0,0,'2019-05-04 02:45:46'); +INSERT INTO `marker` VALUES (10267,1900,NULL,2,1925,51636,'Toh Yahsa Shrine','',92.60433053970337,-113.99996852874756,0,0,0,'2019-05-04 12:18:03'); +INSERT INTO `marker` VALUES (10268,1900,NULL,2,1901,49196,'Devo andare qua ','',93.9921875,-96.2265625,0,0,0,'2019-05-04 16:16:51'); +INSERT INTO `marker` VALUES (10269,1900,NULL,2,1926,50977,'Vah Nahboris','',66,-187,0,0,0,'2019-05-05 12:12:36'); +INSERT INTO `marker` VALUES (10270,1900,NULL,2,1939,50205,'Ice Wizzrobe','',74.984375,-152.3125,0,0,0,'2019-05-05 21:42:54'); +INSERT INTO `marker` VALUES (10271,1900,NULL,2,1901,51954,'!!!!!!!!!','',-322,-6,0,0,0,'2019-05-07 13:13:46'); +INSERT INTO `marker` VALUES (10272,1900,NULL,2,1901,52291,'??','',117.0625,-128.984375,0,0,0,'2019-05-10 06:44:49'); +INSERT INTO `marker` VALUES (10273,1900,NULL,2,1944,52235,'Knight's Bow','',55.765625,-147.71875,0,0,0,'2019-05-10 17:22:19'); +INSERT INTO `marker` VALUES (10274,1900,NULL,2,1943,52235,'Topaz','',55.28125,-143,0,0,0,'2019-05-10 17:24:43'); +INSERT INTO `marker` VALUES (10275,1900,NULL,2,1926,23546,'Vah Medoh','',-25,-143.5,0,0,0,'2019-05-10 22:40:56'); +INSERT INTO `marker` VALUES (10276,1900,NULL,2,1926,23546,'Vah Medoh','',71.375,-99.9375,0,0,0,'2019-05-10 22:41:16'); +INSERT INTO `marker` VALUES (10277,1900,NULL,2,1926,23546,'Vah Rudania','',166.5,-87.75,0,0,0,'2019-05-10 22:42:10'); +INSERT INTO `marker` VALUES (10278,1900,NULL,2,1901,23546,'Vah Naboris','',94.875,-169.375,0,0,0,'2019-05-10 22:42:39'); +INSERT INTO `marker` VALUES (10279,1900,NULL,2,1939,43748,'Ice Wizzrobe','',103.80078125,-186.4140625,0,0,0,'2019-05-11 08:42:39'); +INSERT INTO `marker` VALUES (10280,1900,NULL,2,1942,50205,'Stalnox','',93.421875,-137.1640625,0,0,0,'2019-05-11 09:41:16'); +INSERT INTO `marker` VALUES (10281,1900,NULL,2,1946,52516,'Kletis','',133.46875,-145.296875,0,0,0,'2019-05-12 11:59:37'); +INSERT INTO `marker` VALUES (10282,1900,NULL,2,1943,52322,'DLC Chest','Phantom Armor',124.22265625,-126.6015625,0,1,0,'2019-05-12 21:39:58'); +INSERT INTO `marker` VALUES (10283,1900,NULL,2,1936,52670,'Cracked Plateau','Cracked wall housing several ore deposits on the ceiling inside.',158.640625,-175.734375,0,0,0,'2019-05-13 05:26:59'); +INSERT INTO `marker` VALUES (10284,1900,NULL,2,1916,51892,'Error ','The kolog upside the mountain doesnt exist',132.85369324684143,-179.4389204978943,0,1,0,'2019-05-13 23:19:35'); +INSERT INTO `marker` VALUES (10285,1900,NULL,2,1916,51885,'Korok','',139.359375,-185.34375,0,0,0,'2019-05-14 16:25:26'); +INSERT INTO `marker` VALUES (10286,1900,NULL,2,1901,50587,'Apples','',96.625,-133.5,0,0,0,'2019-05-19 15:44:54'); +INSERT INTO `marker` VALUES (10287,1900,NULL,2,1926,53330,'Divine Beast Vah Naboris','Bring clothes, food or elixirs that protect you from heat and cold in the desert.',94.90625,-169.03125,0,0,0,'2019-05-20 15:08:41'); +INSERT INTO `marker` VALUES (10288,1900,NULL,2,1916,53476,'seed','',129.34375,-152.78515625,0,0,0,'2019-05-22 06:14:38'); +INSERT INTO `marker` VALUES (10289,1900,NULL,2,1901,53039,'Ore Deposits','',175.328125,-155.78125,0,0,0,'2019-05-22 16:47:59'); +INSERT INTO `marker` VALUES (10290,1900,NULL,2,1936,53039,'Bombable Wall','Cave of Rare Ore Deposits',158.71875,-175.62109375,0,0,0,'2019-05-22 19:23:26'); +INSERT INTO `marker` VALUES (10291,1900,NULL,2,1936,53525,'boulder with treasure behind it','',147.71875,-157.0859375,0,0,0,'2019-05-22 19:46:32'); +INSERT INTO `marker` VALUES (10292,1900,NULL,2,1901,53646,'1','',69.25,-68.625,0,0,0,'2019-05-23 14:30:12'); +INSERT INTO `marker` VALUES (10293,1900,NULL,2,1939,43748,'Blizzrobe','',82.75070190429688,-81.89663696289062,0,0,0,'2019-05-25 07:28:47'); +INSERT INTO `marker` VALUES (10294,1900,NULL,2,1916,53227,'Korok Seed','',62.828125,-159.0703125,0,1,0,'2019-05-25 16:25:00'); +INSERT INTO `marker` VALUES (10295,1900,NULL,2,1901,53315,'Hidden Fairy Settlement','',90.51250076293945,-122.3125,0,0,0,'2019-05-26 20:40:03'); +INSERT INTO `marker` VALUES (10296,1900,NULL,2,1901,53327,'1','',78.01838517189026,-70.14527249336243,0,0,0,'2019-05-27 00:34:08'); +INSERT INTO `marker` VALUES (10297,1900,NULL,2,1901,51643,'Eau','Bah c'est de l'eau quoi',69.8046875,-99.453125,0,0,0,'2019-05-27 14:31:34'); +INSERT INTO `marker` VALUES (10298,1900,NULL,2,1932,50024,'Guardian Stalker','',101.875,-174.71875,0,0,0,'2019-05-28 01:48:05'); +INSERT INTO `marker` VALUES (10299,1900,NULL,2,1935,54092,'Hestu','',158.6883773803711,-151.14856147766113,0,0,0,'2019-05-28 03:30:48'); +INSERT INTO `marker` VALUES (10300,1900,NULL,2,1925,54101,'Takama Shiri Shrine','Shrine added as part of Champions' Ballad DLC',51.5,-161.625,0,0,0,'2019-05-28 04:27:40'); +INSERT INTO `marker` VALUES (10301,1900,NULL,2,1916,53781,'Korok2','',47.3125,-188.8125,0,0,0,'2019-05-28 13:37:00'); +INSERT INTO `marker` VALUES (10302,1900,NULL,2,1931,45945,'boko camp','',150.109375,-120.4765625,0,0,0,'2019-05-29 12:19:20'); +INSERT INTO `marker` VALUES (10303,1900,NULL,2,1939,51229,'Blizzard Wizzrobe','',103.7890625,-186.4296875,0,0,0,'2019-05-30 08:37:29'); +INSERT INTO `marker` VALUES (10304,1900,NULL,2,1901,54275,'kmjk','',112.625,-132.25,0,0,0,'2019-05-30 11:43:43'); +INSERT INTO `marker` VALUES (10305,1900,NULL,2,1935,45945,'Good-Sized Horse','Zyle lost his horse during his travels and he needs to buy a horse off of you for 300 Rupees',95.96875,-157.53125,0,0,0,'2019-05-30 16:45:22'); +INSERT INTO `marker` VALUES (10306,1900,NULL,2,1916,54037,'1','',134.65625,-188.0078125,0,0,0,'2019-05-31 11:09:54'); +INSERT INTO `marker` VALUES (10307,1900,NULL,2,1901,54175,'Blue fire','',181.7265625,-158.87890625,0,0,0,'2019-05-31 22:18:19'); +INSERT INTO `marker` VALUES (10308,1900,NULL,2,1916,54529,'pas trouver','',60.125,-186.0625,0,0,0,'2019-06-01 17:24:46'); +INSERT INTO `marker` VALUES (10309,1900,NULL,2,1916,54529,'pas trouver','',60.15625,-186.109375,0,0,0,'2019-06-01 17:25:09'); +INSERT INTO `marker` VALUES (10310,1900,NULL,2,1926,54175,'Divine Beast Vah Medoh','',71.390625,-99.921875,0,0,0,'2019-06-01 23:58:34'); +INSERT INTO `marker` VALUES (10311,1900,NULL,2,1901,54377,'Epreuve de force','Epreuve extrême de force',73.8515625,-121,0,0,0,'2019-06-02 13:24:32'); +INSERT INTO `marker` VALUES (10312,1900,NULL,2,1930,54654,'test','y'a un test ici',62.5,-138.5,0,1,0,'2019-06-02 14:58:27'); +INSERT INTO `marker` VALUES (10313,1900,NULL,2,1935,54526,'quest','',64.484375,-69.875,0,0,0,'2019-06-02 19:46:52'); +INSERT INTO `marker` VALUES (10314,1900,NULL,2,1916,54652,'kk','',153.75,-92.92578125,0,0,0,'2019-06-03 11:21:04'); +INSERT INTO `marker` VALUES (10315,1900,NULL,2,1916,54845,'Weird, ob der wirklich existiert?','',59.0625,-95.921875,0,0,0,'2019-06-04 14:27:40'); +INSERT INTO `marker` VALUES (10316,1900,NULL,2,1901,54845,'Weird, ob der wirklich existiert?','',58.765625,-95.828125,0,0,0,'2019-06-04 14:28:17'); +INSERT INTO `marker` VALUES (10317,1900,NULL,2,1935,54038,'Good-Sized Horse','',96.28125,-157.890625,0,0,0,'2019-06-05 19:31:04'); +INSERT INTO `marker` VALUES (10318,1900,NULL,2,1916,53989,'Korok Seed','',160.046875,-146.83984375,0,1,0,'2019-06-08 21:52:42'); +INSERT INTO `marker` VALUES (10319,1900,NULL,2,1901,55622,'test','test',113.65625,-149.96875,0,0,0,'2019-06-12 00:20:21'); +INSERT INTO `marker` VALUES (10320,1900,NULL,2,1901,55591,'v','',114.46875,-161.5625,0,0,0,'2019-06-12 00:44:05'); +INSERT INTO `marker` VALUES (10321,1900,NULL,2,1902,55591,'asdf','asdf',111.734375,-156.296875,0,0,0,'2019-06-12 00:47:58'); +INSERT INTO `marker` VALUES (10322,1900,NULL,2,1901,55583,'Koro','',108.453125,-176.9765625,0,0,0,'2019-06-12 09:28:44'); +INSERT INTO `marker` VALUES (10323,1900,NULL,2,1931,56110,'Enemy Camp','',143.671875,-149.703125,0,0,0,'2019-06-15 06:30:38'); +INSERT INTO `marker` VALUES (10324,1900,NULL,2,1944,55943,'3 Antike Reaktorkerne','Braucht sie noch.',187.02734375,-161.11328125,0,0,0,'2019-06-15 10:36:49'); +INSERT INTO `marker` VALUES (10325,1900,NULL,2,1901,55709,'snowfield','',84.25,-155.25,0,0,0,'2019-06-15 11:37:24'); +INSERT INTO `marker` VALUES (10326,1900,NULL,2,1910,55589,'Chest','',117.37890625,-152.03125,0,0,0,'2019-06-15 13:51:17'); +INSERT INTO `marker` VALUES (10327,1900,NULL,2,1910,55589,'Rough ruby','',117.5,-151.8125,0,0,0,'2019-06-15 13:53:00'); +INSERT INTO `marker` VALUES (10328,1900,NULL,2,1931,56244,'Majes','',118.1171875,-158.0390625,0,0,0,'2019-06-15 18:58:55'); +INSERT INTO `marker` VALUES (10329,1900,NULL,2,1901,56018,'Campfire','',109.7734375,-158.48697924613953,0,1,0,'2019-06-16 09:41:59'); +INSERT INTO `marker` VALUES (10330,1900,NULL,2,1901,56018,'Campfire','',111.87239646911621,-159.59895849227905,0,1,0,'2019-06-16 09:47:32'); +INSERT INTO `marker` VALUES (10331,1900,NULL,2,1901,56018,'Campfire','',105.45182299613953,-152.77473950386047,0,1,0,'2019-06-16 10:12:20'); +INSERT INTO `marker` VALUES (10332,1900,NULL,2,1910,55589,'Flint','',113.11328125,-156.65234375,0,0,0,'2019-06-16 12:43:33'); +INSERT INTO `marker` VALUES (10333,1900,NULL,2,1940,52480,'Silver Lynel','',117.90625,-161,0,1,0,'2019-06-16 16:36:21'); +INSERT INTO `marker` VALUES (10334,1900,NULL,2,1941,52480,'Frost Talus','',79.9140625,-82.8203125,0,1,0,'2019-06-16 17:20:19'); +INSERT INTO `marker` VALUES (10335,1900,NULL,2,1901,56400,'Eldra + Quest','',150.640625,-71.296875,0,0,0,'2019-06-16 19:19:22'); +INSERT INTO `marker` VALUES (10336,1900,NULL,2,1910,56469,'Gem Deposits','Some pile of rocks with valuable gems.',161.6640625,-152.2109375,0,0,0,'2019-06-16 20:19:51'); +INSERT INTO `marker` VALUES (10337,1900,NULL,2,1926,54359,'Divine Beast Vah Rudania','',167.6875,-87.421875,0,0,0,'2019-06-17 07:35:20'); +INSERT INTO `marker` VALUES (10338,1900,NULL,2,1901,56505,'Mr Monsters','Deleate this after you find him',179.234375,-74.390625,0,0,0,'2019-06-17 16:40:44'); +INSERT INTO `marker` VALUES (10339,1900,NULL,2,1903,50315,'Tree Branch','',112.7734375,-153.9921875,0,1,0,'2019-06-17 17:45:16'); +INSERT INTO `marker` VALUES (10340,1900,NULL,2,1931,50315,'Bokoblin Camp','',118.125,-157.75,0,1,0,'2019-06-18 05:58:33'); +INSERT INTO `marker` VALUES (10341,1900,NULL,2,1903,50315,'Tree Branch','',112.484375,-163.94921875,0,1,0,'2019-06-18 06:55:42'); +INSERT INTO `marker` VALUES (10342,1900,NULL,2,1901,50315,'Campfire','',105.4453125,-152.734375,0,1,0,'2019-06-18 09:10:49'); +INSERT INTO `marker` VALUES (10343,1900,NULL,2,1935,54359,'Zora Stone Monuments','',180.234375,-119.21875,0,0,0,'2019-06-18 10:06:31'); +INSERT INTO `marker` VALUES (10344,1900,NULL,2,1916,56744,'korack seed','',136.125,-167.015625,0,0,0,'2019-06-18 18:37:07'); +INSERT INTO `marker` VALUES (10345,1900,NULL,2,1930,50315,'Moblin','',126.28125,-152.359375,0,1,0,'2019-06-20 12:42:08'); +INSERT INTO `marker` VALUES (10346,1900,NULL,2,1901,50315,'Campfire','',132.484375,-153.234375,0,1,0,'2019-06-20 13:11:18'); +INSERT INTO `marker` VALUES (10347,1900,NULL,2,1901,57031,'fuck','',153.8984375,-146.1640625,0,0,0,'2019-06-20 13:48:49'); +INSERT INTO `marker` VALUES (10348,1900,NULL,2,1901,46381,'Rino'Himika Shrine','Shrine',162.7421875,-96.828125,0,0,0,'2019-06-20 19:23:38'); +INSERT INTO `marker` VALUES (10349,1900,NULL,2,1901,56712,'A Wife Washed Away','The NPC for completing the side quest',124.46875,-167.9296875,0,1,0,'2019-06-21 18:44:07'); +INSERT INTO `marker` VALUES (10350,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10351,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10352,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10353,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10354,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10355,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10356,1900,NULL,2,1920,57361,'Current location','Stück. Heavy rain, can‘t climb',182.66015625,-131.3671875,0,0,0,'2019-06-21 23:31:30'); +INSERT INTO `marker` VALUES (10357,1900,NULL,2,1930,57361,'Stronger Enemies','Two Ice Lizalfos',190.4296875,-150.5859375,0,0,0,'2019-06-21 23:34:34'); +INSERT INTO `marker` VALUES (10358,1900,NULL,2,1916,57381,'fs','',167.125,-86.75,0,0,0,'2019-06-22 03:09:25'); +INSERT INTO `marker` VALUES (10359,1900,NULL,2,1901,57335,'seed kp wieso oben oder unten','',121.5546875,-159.109375,0,0,0,'2019-06-22 06:00:27'); +INSERT INTO `marker` VALUES (10360,1900,NULL,2,1925,45711,'Noe Rajee Shrine','',68.2890625,-91.9375,0,1,0,'2019-06-22 19:28:29'); +INSERT INTO `marker` VALUES (10361,1900,NULL,2,1925,45711,'Rohta Chigah Shrine','',119.796875,-156.125,0,1,0,'2019-06-22 19:45:11'); +INSERT INTO `marker` VALUES (10362,1900,NULL,2,1925,45711,'Etsu Korima Shrine','',109.01171875,-160.97395837306976,0,1,0,'2019-06-22 19:47:29'); +INSERT INTO `marker` VALUES (10363,1900,NULL,2,1925,45711,'Kiah Toza Shrine','',94.32552099227905,-78.24999976158142,0,1,0,'2019-06-22 19:51:30'); +INSERT INTO `marker` VALUES (10364,1900,NULL,2,1925,45711,'Shira Gomar Shrine','',90.91406226158142,-106.36848950386047,0,0,0,'2019-06-22 19:55:25'); +INSERT INTO `marker` VALUES (10365,1900,NULL,2,1901,57539,'My Location','',143.75,-154.375,0,0,0,'2019-06-22 23:06:28'); +INSERT INTO `marker` VALUES (10366,1900,NULL,2,1910,57658,'Amber','',107.875,-162.75,0,1,0,'2019-06-23 17:33:46'); +INSERT INTO `marker` VALUES (10367,1900,NULL,2,1901,43128,'SAVE POINT','',103.265625,-94.65234375,0,0,0,'2019-06-24 02:58:55'); +INSERT INTO `marker` VALUES (10368,1900,NULL,2,1901,43128,'NOPE','lmao trying to make a personal marker PLS ignore',103.26171875,-94.76171875,0,0,0,'2019-06-24 02:59:34'); +INSERT INTO `marker` VALUES (10369,1900,NULL,2,1916,56532,'Korok Seed','Push the three rocks.',149.703125,-157,0,0,0,'2019-06-24 04:22:00'); +INSERT INTO `marker` VALUES (10370,1900,NULL,2,1910,57872,'Antic Screw','By the dead Guardian',115.51171875,-156.82421875,0,0,0,'2019-06-24 19:31:16'); +INSERT INTO `marker` VALUES (10371,1900,NULL,2,1910,57872,'Antic Spring','by the dead Guardian',115.375,-157.828125,0,0,0,'2019-06-24 19:34:11'); +INSERT INTO `marker` VALUES (10372,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',115.10546875,-158.40234375,0,0,0,'2019-06-24 19:35:42'); +INSERT INTO `marker` VALUES (10373,1900,NULL,2,1910,57872,'Antic Screw','by the dead Guardian',114.94921875,-158.5625,0,0,0,'2019-06-24 19:36:29'); +INSERT INTO `marker` VALUES (10374,1900,NULL,2,1943,57872,'Rhodonit (EX)','',117.38671875,-151.7578125,0,0,0,'2019-06-24 19:41:10'); +INSERT INTO `marker` VALUES (10375,1900,NULL,2,1944,57872,'Nintendo Switch Shirt (EX)','On the Wall',120.6875,-159.421875,0,0,0,'2019-06-24 19:54:23'); +INSERT INTO `marker` VALUES (10376,1900,NULL,2,1904,57872,'fire arrows x5','inside of the skull cave',108.8046875,-153.765625,0,0,0,'2019-06-24 20:13:39'); +INSERT INTO `marker` VALUES (10377,1900,NULL,2,1901,57870,'Maybe?','',120.4296875,-112.21875,0,0,0,'2019-06-24 20:30:28'); +INSERT INTO `marker` VALUES (10378,1900,NULL,2,1925,57983,'Dunba Shrine','',43.5,-152.5,0,0,0,'2019-06-25 15:47:32'); +INSERT INTO `marker` VALUES (10379,1900,NULL,2,1905,58025,'shied Real','Detras de un bloque de Metal\r\n',115.71875,-72.79296875,0,1,0,'2019-06-26 00:28:14'); +INSERT INTO `marker` VALUES (10380,1900,NULL,2,1943,58050,'Ruby','DLC Chest',117.48046875,-151.734375,0,0,0,'2019-06-26 01:15:11'); +INSERT INTO `marker` VALUES (10381,1900,NULL,2,1901,57925,'Wild Horses','',134.3828125,-181.453125,0,0,0,'2019-06-26 06:35:53'); +INSERT INTO `marker` VALUES (10382,1900,NULL,2,1901,58140,'test','test',112.69478607177734,-121.0796446800232,0,0,0,'2019-06-26 15:11:57'); +INSERT INTO `marker` VALUES (10383,1900,NULL,2,1925,58140,'Kamia Omuna Shrine','Part of the Champions; ballad DLC',161.15625,-77.625,0,0,0,'2019-06-26 22:54:00'); +INSERT INTO `marker` VALUES (10384,1900,NULL,2,1926,57925,'Divine Beast Vah Rudania','',167.4375,-92.375,0,0,0,'2019-06-26 23:42:05'); +INSERT INTO `marker` VALUES (10385,1900,NULL,2,1926,57925,'Divine Beast Vah Naboris','',83.5,-181.375,0,0,0,'2019-06-26 23:42:50'); +INSERT INTO `marker` VALUES (10386,1900,NULL,2,1926,57925,'Divine Beast Vah Medoh','',71.359375,-96.890625,0,0,0,'2019-06-26 23:43:51'); +INSERT INTO `marker` VALUES (10387,1900,NULL,2,1931,57925,'Moblin Camp','',109.1640625,-125.14453125,0,0,0,'2019-06-26 23:45:54'); +INSERT INTO `marker` VALUES (10388,1900,NULL,2,1930,57925,'Bokoblin on Horseback','',145.015625,-127.8203125,0,0,0,'2019-06-26 23:48:15'); +INSERT INTO `marker` VALUES (10389,1900,NULL,2,1903,58422,'Moblin club','',121.9140625,-152.328125,0,1,0,'2019-06-28 20:00:22'); +INSERT INTO `marker` VALUES (10390,1900,NULL,2,1926,54359,'Divine Beast Vah Medoh','',71.53765869140625,-98.828125,0,0,0,'2019-06-29 01:10:32'); +INSERT INTO `marker` VALUES (10391,1900,NULL,2,1935,54359,'The Giant of Ralis Pond','NPC: Torfeau\r\n\r\nRequires: Kill the Hinox near Ralis Pond.\r\n\r\nReward: Silver Rupee',179.77734375,-119.359375,0,0,0,'2019-06-29 06:23:42'); +INSERT INTO `marker` VALUES (10392,1900,NULL,2,1901,58581,'Huinya','',136.25,-113,0,0,0,'2019-06-29 15:17:48'); +INSERT INTO `marker` VALUES (10393,1900,NULL,2,1910,58317,'Lotus Fruit','',88.0625,-138.05859375,0,0,0,'2019-06-29 18:39:10'); +INSERT INTO `marker` VALUES (10394,1900,NULL,2,1901,58314,'Scout','',33.125,-117.75,0,0,0,'2019-06-30 21:58:56'); +INSERT INTO `marker` VALUES (10395,1900,NULL,2,1943,58823,'Giant Ancient Core','',69.5,-127.625,0,0,0,'2019-07-01 01:13:48'); +INSERT INTO `marker` VALUES (10396,1900,NULL,2,1901,58640,'Hestu','',181.51420378684998,-101.93181848526001,0,0,0,'2019-07-01 03:34:15'); +INSERT INTO `marker` VALUES (10397,1900,NULL,2,1943,58677,'Ruby DLC','',117.40625,-151.7734375,0,0,0,'2019-07-01 14:19:06'); +INSERT INTO `marker` VALUES (10398,1900,NULL,2,1916,55864,'Korok Seed ','',154.4609375,-120.38671875,0,0,0,'2019-07-01 17:38:18'); +INSERT INTO `marker` VALUES (10399,1900,NULL,2,1901,58549,'akkala','',30.75,-100.5,0,0,0,'2019-07-02 12:24:22'); +INSERT INTO `marker` VALUES (10400,1900,NULL,2,1901,58919,'Platform','',110.65625,-161.53515625,0,0,0,'2019-07-04 11:58:05'); +INSERT INTO `marker` VALUES (10401,1900,NULL,2,1903,18179,'?????? ','????? ??? ???????, ?? ?? ?????? ?????? ???????? ?? ???????',62.640625,-100.9375,0,0,0,'2019-07-04 19:25:14'); +INSERT INTO `marker` VALUES (10402,1900,NULL,2,1901,18179,'??????? ??????','',82.2734375,-88.94921875,0,0,0,'2019-07-04 20:04:59'); +INSERT INTO `marker` VALUES (10403,1900,NULL,2,1935,59420,'To be the wind','',201.578125,-186.703125,0,0,0,'2019-07-05 23:43:10'); +INSERT INTO `marker` VALUES (10404,1900,NULL,2,1901,59206,'safiro','',169.8046875,-127.9609375,0,0,0,'2019-07-06 03:13:14'); +INSERT INTO `marker` VALUES (10405,1900,NULL,2,1901,59539,'1 Point','',113.75,-137.75,0,0,0,'2019-07-07 01:07:24'); +INSERT INTO `marker` VALUES (10406,1900,NULL,2,1901,59791,'Central Hyrule','',123.5,-122.125,0,0,0,'2019-07-09 01:57:50'); +INSERT INTO `marker` VALUES (10407,1900,NULL,2,1920,59721,'white ?','white ?',100.7109375,-140.84375,0,0,0,'2019-07-09 15:10:45'); +INSERT INTO `marker` VALUES (10408,1900,NULL,2,1930,58823,'Lynel','',188.2265625,-119.4140625,0,1,0,'2019-07-11 12:15:33'); +INSERT INTO `marker` VALUES (10409,1900,NULL,2,1939,48504,'Ice Wizzrobe','',103.73828125,-186.45703125,0,1,0,'2019-07-11 15:20:55'); +INSERT INTO `marker` VALUES (10410,1900,NULL,2,1926,60089,'Divine Beast Vah Naboris','',95.125,-169.1328125,0,0,0,'2019-07-11 22:48:58'); +INSERT INTO `marker` VALUES (10411,1900,NULL,2,1939,58567,'BIizzrobe','',89.015625,-99.6875,0,0,0,'2019-07-12 14:13:49'); +INSERT INTO `marker` VALUES (10412,1900,NULL,2,1901,60169,'asd','asdf',87.46875,-114.75,0,0,0,'2019-07-12 20:30:44'); +INSERT INTO `marker` VALUES (10413,1900,NULL,2,1925,55511,'Sheh Rata Shrine','',151.5625,-122,0,0,0,'2019-07-12 21:41:04'); +INSERT INTO `marker` VALUES (10414,1900,NULL,2,1925,55511,'Shrine of Ressurection','',110.796875,-157.40625,0,0,0,'2019-07-12 21:44:33'); +INSERT INTO `marker` VALUES (10415,1900,NULL,2,1921,60348,'DLC','',107.1875,-131.3125,0,0,0,'2019-07-14 02:06:18'); +INSERT INTO `marker` VALUES (10416,1900,NULL,2,1926,60455,'DIVINE BEAST VAH RUDANIA','',167.875,-88.375,0,0,0,'2019-07-14 20:41:45'); +INSERT INTO `marker` VALUES (10417,1900,NULL,2,1926,60455,'DIVINE BEAST VAH MEDOH','',71.46875,-99.9375,0,0,0,'2019-07-14 20:42:05'); +INSERT INTO `marker` VALUES (10418,1900,NULL,2,1926,60455,'DIVINE BEAST VAH NABORIS','',95.0625,-169.375,0,0,0,'2019-07-14 20:42:27'); +INSERT INTO `marker` VALUES (10419,1900,NULL,2,1944,60529,'EX Bomb Arrow','',105.296875,-159.671875,0,0,0,'2019-07-14 23:21:18'); +INSERT INTO `marker` VALUES (10420,1900,NULL,2,1943,60780,'Center of "Golden Triangle"','',175.13671875,-188.9765625,0,0,0,'2019-07-17 00:36:33'); +INSERT INTO `marker` VALUES (10421,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.52734375,0,0,0,'2019-07-17 20:01:13'); +INSERT INTO `marker` VALUES (10422,1900,NULL,2,1916,59933,'Korok Seed','',127.6015625,-175.53125,0,0,0,'2019-07-17 20:01:49'); +INSERT INTO `marker` VALUES (10423,1900,NULL,2,1944,60912,'EX Phantom Helmet','',109.6015625,-147.1328125,0,0,0,'2019-07-18 03:21:26'); +INSERT INTO `marker` VALUES (10424,1900,NULL,2,1943,60912,'EX Bomb Arrows','',106.5859375,-163.7109375,0,0,0,'2019-07-18 03:42:03'); +INSERT INTO `marker` VALUES (10425,1900,NULL,2,1901,60533,'Silver Rupee','',164.1796875,-156.9453125,0,0,0,'2019-07-18 08:43:59'); +INSERT INTO `marker` VALUES (10426,1900,NULL,2,1936,56798,'Rocks','',164.78125,-154.796875,0,0,0,'2019-07-18 18:36:12'); +INSERT INTO `marker` VALUES (10427,1900,NULL,2,1926,61012,'Divine Beast Vah'RUDANIA','',-20,-150.25,0,0,0,'2019-07-18 23:24:22'); +INSERT INTO `marker` VALUES (10428,1900,NULL,2,1925,60291,'?????','',176.5625,-114.9375,0,0,0,'2019-07-20 04:47:12'); +INSERT INTO `marker` VALUES (10429,1900,NULL,2,1925,61502,'Takama Shiri Srine','',51.48828125,-161.73828125,0,0,0,'2019-07-22 18:31:53'); +INSERT INTO `marker` VALUES (10430,1900,NULL,2,1925,61502,'Keive Talashrine ','Big or small',91.375,-188.953125,0,0,0,'2019-07-22 18:34:46'); +INSERT INTO `marker` VALUES (10431,1900,NULL,2,1925,61502,'Rohta Chigah Shrine','Stop to Start',119.86901044845581,-155.96145820617676,0,0,0,'2019-07-22 18:39:44'); +INSERT INTO `marker` VALUES (10432,1900,NULL,2,1925,61502,'Ruvo Korbah Shrine','A major Test of Strength',114.953125,-161.5,0,0,0,'2019-07-22 18:41:01'); +INSERT INTO `marker` VALUES (10433,1900,NULL,2,1925,61502,'Etsu Korima Shrine','',109.01171875,-160.94140625,0,0,0,'2019-07-22 18:41:50'); +INSERT INTO `marker` VALUES (10434,1900,NULL,2,1925,61502,'Mah Eliya Shrine','',186.78854179382324,-117.93802070617676,0,0,0,'2019-07-22 18:45:48'); +INSERT INTO `marker` VALUES (10435,1900,NULL,2,1925,61502,'Kee Dafunia Shrine','',205.26458358764648,-113.02031302452087,0,0,0,'2019-07-22 18:46:44'); +INSERT INTO `marker` VALUES (10436,1900,NULL,2,1925,61502,'Kamia omuna Shrine','',161.37083435058594,-77.58281242847443,0,0,0,'2019-07-22 18:48:43'); +INSERT INTO `marker` VALUES (10437,1900,NULL,2,1901,61502,'Shira Gomar Shrine','',90.640625,-106.625,0,0,0,'2019-07-22 18:52:01'); +INSERT INTO `marker` VALUES (10438,1900,NULL,2,1939,57925,'Blizzrobe','',103.796875,-186.453125,0,0,0,'2019-07-24 04:09:56'); +INSERT INTO `marker` VALUES (10439,1900,NULL,2,1936,57623,'Cracked Wall','Entrance of the Maag No'rah Shrine',97.3984375,-104.7734375,0,0,0,'2019-07-24 08:31:02'); +INSERT INTO `marker` VALUES (10440,1900,NULL,2,1901,61697,'ARBRE KOROGUS','',133.96875,-144.390625,0,0,0,'2019-07-24 14:37:42'); +INSERT INTO `marker` VALUES (10441,1900,NULL,2,1901,61097,'More than 16 santuary','There are a lot of sanctuaryin this zone. Clean the zone.',110.125,-155.125,0,0,0,'2019-07-24 15:18:34'); +INSERT INTO `marker` VALUES (10442,1900,NULL,2,1901,42424,'beaucoup de bokoblin','',55.484375,-188.453125,0,0,0,'2019-07-24 18:03:51'); +INSERT INTO `marker` VALUES (10443,1900,NULL,2,1903,57925,'Soldier's Broadsword','',174.3671875,-186.95703125,0,0,0,'2019-07-25 20:32:26'); +INSERT INTO `marker` VALUES (10444,1900,NULL,2,1901,43559,'maison','',179.34375,-163.7578125,0,0,0,'2019-07-25 22:21:37'); +INSERT INTO `marker` VALUES (10445,1900,NULL,2,1920,61881,'Hyrule castle','',160.25,-107.25,0,0,0,'2019-07-26 03:19:43'); +INSERT INTO `marker` VALUES (10446,1900,NULL,2,1901,61822,'pfffff','',65.25,-144.9375,0,0,0,'2019-07-26 03:50:28'); +INSERT INTO `marker` VALUES (10447,1900,NULL,2,1901,61027,'Sidequest (flying)','schrim fliegen (ausdauer Mind. + 2-3)',201.5546875,-186.39453125,0,0,0,'2019-07-28 06:18:10'); +INSERT INTO `marker` VALUES (10448,1900,NULL,2,1901,61474,'?','',158.92578125,-157.9595170021057,0,0,0,'2019-07-30 12:53:18'); +INSERT INTO `marker` VALUES (10449,1900,NULL,2,1925,62458,'Keive Tala Shrine','',91.3828125,-188.90625,0,0,0,'2019-07-30 15:06:13'); +INSERT INTO `marker` VALUES (10450,1900,NULL,2,1901,59949,'Talvez nao tenha pego','',121.3359375,-113.515625,0,1,0,'2019-07-30 18:40:19'); +INSERT INTO `marker` VALUES (10451,1900,NULL,2,1904,62522,'Unlimited arrows','',117.67416381835938,-175.86224365234375,0,0,0,'2019-07-31 04:06:09'); +INSERT INTO `marker` VALUES (10452,1900,NULL,2,1901,62522,'test','',117.40625,-175.84375,0,0,0,'2019-07-31 04:06:25'); +INSERT INTO `marker` VALUES (10453,1900,NULL,2,1910,61555,'Amber','',107.86328125,-162.69921875,0,0,0,'2019-07-31 07:24:47'); +INSERT INTO `marker` VALUES (10454,1900,NULL,2,1903,61555,'Traveller's Spear','',105.49609375,-158.953125,0,0,0,'2019-07-31 07:31:10'); +INSERT INTO `marker` VALUES (10455,1900,NULL,2,1935,62448,'Un cheval à tout prix','',96.296875,-157.18359375,0,1,0,'2019-07-31 12:04:15'); +INSERT INTO `marker` VALUES (10456,1900,NULL,2,1901,62356,'Korogu ','Il faut un bouclier rouiller pour faire celui là',117.84375,-114.84375,0,0,0,'2019-08-01 09:08:23'); +INSERT INTO `marker` VALUES (10457,1900,NULL,2,1903,62509,'traveler's sword','',62.25,-148.875,0,1,0,'2019-08-01 18:32:43'); +INSERT INTO `marker` VALUES (10458,1900,NULL,2,1901,62717,'Climbing Boots','',193.71875,-154.5625,0,0,0,'2019-08-01 18:58:59'); +INSERT INTO `marker` VALUES (10459,1900,NULL,2,1930,62978,'FAROSH','dragon',126.40625,-169.109375,0,0,0,'2019-08-03 16:06:19'); +INSERT INTO `marker` VALUES (10460,1900,NULL,2,1935,61589,'Zora Stone Monuments','',180.28125,-119.140625,0,1,0,'2019-08-04 21:11:42'); +INSERT INTO `marker` VALUES (10461,1900,NULL,2,1935,61589,'Riverbed Reward','',141.05859375,-130.03125,0,0,0,'2019-08-05 19:42:04'); +INSERT INTO `marker` VALUES (10462,1900,NULL,2,1916,63431,'Need Magnesis','',121.390625,-159.5390625,0,0,0,'2019-08-07 09:30:11'); +INSERT INTO `marker` VALUES (10463,1900,NULL,2,1926,108,'Divine Beast Rudania','',167.3907470703125,-87.4935302734375,0,0,0,'2019-08-07 16:49:09'); +INSERT INTO `marker` VALUES (10464,1900,NULL,2,1926,108,'Divine Beast Medoh','',71.407958984375,-99.737060546875,0,0,0,'2019-08-07 16:49:49'); +INSERT INTO `marker` VALUES (10465,1900,NULL,2,1926,108,'Divine Beast Naboris','',83.25,-181.375,0,0,0,'2019-08-07 16:50:23'); +INSERT INTO `marker` VALUES (10466,1900,NULL,2,1901,63378,'zora sword','',-76,-113.75,0,0,0,'2019-08-07 20:45:31'); +INSERT INTO `marker` VALUES (10467,1900,NULL,2,1944,63493,'Majora's Mask','DLC EX Chest',120.97265625,-148.021484375,0,0,0,'2019-08-07 22:20:00'); +INSERT INTO `marker` VALUES (10468,1900,NULL,2,1944,63493,'Phantom Armor','DLC EX Chest',124.08984375,-126.544921875,0,0,0,'2019-08-07 22:20:56'); +INSERT INTO `marker` VALUES (10469,1900,NULL,2,1948,63606,'aaa','aaaa',108.1875,-139.75,0,0,0,'2019-08-08 22:10:57'); +INSERT INTO `marker` VALUES (10470,1900,NULL,2,1902,63606,'a','a',159.25,-112.625,0,0,0,'2019-08-08 22:12:01'); +INSERT INTO `marker` VALUES (10471,1900,NULL,2,1904,63322,'Normal Arrow Farming','A chest containing 10 arrows. Load, save, and the chest respawns containing another 10 arrows',204.8125,-185.84375,0,1,0,'2019-08-09 11:24:31'); +INSERT INTO `marker` VALUES (10472,1900,NULL,2,1904,63322,'Bomb Arrow Farming','Put a fire, sleep until morning, and if it's raining, the boboklins will throw at you bomb arrows not ignited, so you can pick them up. WARNING: some bomb arrows actually ignite, so be careful.',180.921875,-71.3046875,0,1,0,'2019-08-09 11:27:36'); +INSERT INTO `marker` VALUES (10473,1900,NULL,2,1916,63489,'Korok Seed','',179.09375,-138.3125,0,0,0,'2019-08-09 21:23:07'); +INSERT INTO `marker` VALUES (10474,1900,NULL,2,1902,54500,'Phantom Helmet','',109.3515625,-147.21484375,0,0,0,'2019-08-10 00:30:33'); +INSERT INTO `marker` VALUES (10475,1900,NULL,2,1903,63460,'Mandoble de fuego','',110.65625,-134.765625,0,0,0,'2019-08-10 17:18:36'); +INSERT INTO `marker` VALUES (10476,1900,NULL,2,1903,63460,'Great Flameblade','',110.671875,-134.8125,0,0,0,'2019-08-10 17:19:26'); +INSERT INTO `marker` VALUES (10477,1900,NULL,2,1916,64080,'Seed in cave','',69.26953125,-72.34765625,0,0,0,'2019-08-12 18:01:12'); +INSERT INTO `marker` VALUES (10478,1900,NULL,2,1916,63578,'Korok Seed','',190.7265625,-174.4609375,0,0,0,'2019-08-13 20:04:52'); +INSERT INTO `marker` VALUES (10479,1900,NULL,2,1902,54500,'Tingle's shirt','',117.36328125,-115.23828125,0,0,0,'2019-08-13 20:49:11'); +INSERT INTO `marker` VALUES (10480,1900,NULL,2,1902,54500,'Phantom Armor','',124.125,-126.40625,0,0,0,'2019-08-13 21:21:48'); +INSERT INTO `marker` VALUES (10481,1900,NULL,2,1935,63841,'Bloodmoon','',85.21484375,-131.5625,0,0,0,'2019-08-13 22:45:07'); +INSERT INTO `marker` VALUES (10482,1900,NULL,2,1901,63841,'test','',87.875,-130.75,0,0,0,'2019-08-13 22:46:27'); +INSERT INTO `marker` VALUES (10483,1900,NULL,2,1903,64340,'Forest bow','',160.484375,-130.578125,0,0,0,'2019-08-15 21:21:55'); +INSERT INTO `marker` VALUES (10484,1900,NULL,2,1935,64446,'The Sheep Rustlers','',184.8203125,-160.7578125,0,1,0,'2019-08-16 01:43:46'); +INSERT INTO `marker` VALUES (10485,1900,NULL,2,1936,64493,'Cracked Wall','Chest',158.80859375,-165.05859375,0,0,0,'2019-08-16 21:07:44'); +INSERT INTO `marker` VALUES (10486,1900,NULL,2,1925,38785,'Gireom Shine','',90.6875,-106.25,0,1,0,'2019-08-17 21:36:35'); +INSERT INTO `marker` VALUES (10487,1900,NULL,2,1920,64572,'Feu de camp','',105.4453125,-152.7734375,0,0,0,'2019-08-17 21:44:54'); +INSERT INTO `marker` VALUES (10488,1900,NULL,2,1931,64572,'Bokoblin Camp','',107.93359375,-154.25390625,0,0,0,'2019-08-17 22:00:36'); +INSERT INTO `marker` VALUES (10489,1900,NULL,2,1910,64572,'Amber','',107.875,-162.6875,0,0,0,'2019-08-17 22:46:47'); +INSERT INTO `marker` VALUES (10490,1900,NULL,2,1925,64429,'Shrine','',52.28125,-186.890625,0,0,0,'2019-08-18 18:14:59'); +INSERT INTO `marker` VALUES (10491,1900,NULL,2,1944,64903,'halberd DLC','',126.7890625,-165.27734375,0,0,0,'2019-08-19 12:02:43'); +INSERT INTO `marker` VALUES (10492,1900,NULL,2,1925,38785,'Kamium shine','',161.53125,-77.6328125,0,1,0,'2019-08-19 15:43:30'); +INSERT INTO `marker` VALUES (10493,1900,NULL,2,1941,38785,'Talus','',161.6640625,-77.7109375,0,1,0,'2019-08-19 15:44:09'); +INSERT INTO `marker` VALUES (10494,1900,NULL,2,1916,38785,'Korok seed','',191.828125,-154.75,0,0,0,'2019-08-19 18:08:35'); +INSERT INTO `marker` VALUES (10495,1900,NULL,2,1935,60468,'Riddles of Hyrules','',134.625,-93.1875,0,0,0,'2019-08-20 17:08:07'); +INSERT INTO `marker` VALUES (10496,1900,NULL,2,1925,60468,'Lanno Kooh Shrine','Lanno Kooh's Blessing',86.875,-96,0,0,0,'2019-08-20 17:32:13'); +INSERT INTO `marker` VALUES (10497,1900,NULL,2,1902,65010,'Zora Helm','',182.21875,-114.3125,0,0,0,'2019-08-21 04:37:44'); +INSERT INTO `marker` VALUES (10498,1900,NULL,2,1935,64630,'The Sheep Rustlers','',184.6640625,-160.671875,0,0,0,'2019-08-21 15:54:39'); +INSERT INTO `marker` VALUES (10499,1900,NULL,2,1925,38785,'Kritmoh Shine','',74.8125,-149,0,0,0,'2019-08-21 19:04:27'); +INSERT INTO `marker` VALUES (10500,1900,NULL,2,1925,38785,'Tamri Shine','',51.0625,-161.65625,0,0,0,'2019-08-21 19:06:21'); +INSERT INTO `marker` VALUES (10501,1900,NULL,2,1939,64340,'Ice Wizzrobe','',103.74609375,-186.3046875,0,0,0,'2019-08-23 18:42:34'); +INSERT INTO `marker` VALUES (10502,1900,NULL,2,1901,63993,'duel','',46,-112.375,0,0,0,'2019-08-24 04:26:19'); +INSERT INTO `marker` VALUES (10503,1900,NULL,2,1910,65479,'Courser Bee Honey','',111.36108303070068,-153.4569612145424,0,0,0,'2019-08-24 18:28:14'); +INSERT INTO `marker` VALUES (10504,1900,NULL,2,1904,65479,'Arrows x 5','',113.73115026950836,-154.10881567001343,0,0,0,'2019-08-24 18:48:55'); +INSERT INTO `marker` VALUES (10505,1900,NULL,2,1901,64167,'Blacksmith','',154.5,-88.80078125,0,0,0,'2019-08-24 21:25:30'); +INSERT INTO `marker` VALUES (10506,1900,NULL,2,1901,64167,'Inn','',154.26953125,-90.14453125,0,0,0,'2019-08-24 21:28:16'); +INSERT INTO `marker` VALUES (10507,1900,NULL,2,1901,64167,'Armor Shop','',153.703125,-90.33984375,0,0,0,'2019-08-24 21:29:18'); +INSERT INTO `marker` VALUES (10508,1900,NULL,2,1901,64167,'General Store','',154.26171875,-89.5390625,0,0,0,'2019-08-24 21:29:46'); +INSERT INTO `marker` VALUES (10509,1900,NULL,2,1936,65479,'Crack Wall','Need to bomb to access treasure inside',112.91804599761963,-164.67701256275177,0,0,0,'2019-08-24 22:04:50'); +INSERT INTO `marker` VALUES (10510,1900,NULL,2,1931,65590,'Enemy Camp','',143.4296875,-149.40625,0,0,0,'2019-08-25 16:23:26'); +INSERT INTO `marker` VALUES (10511,1900,NULL,2,1910,65479,'Mighty Carp','Spawning ground for a large group of carp just use a bomb and get about 5-10 in one go.',163.6796875,-149.3984375,0,0,0,'2019-08-25 23:01:20'); +INSERT INTO `marker` VALUES (10512,1900,NULL,2,1910,65479,'Hylian Shroom','',151.56406497955322,-148.760766685009,0,0,0,'2019-08-25 23:25:06'); +INSERT INTO `marker` VALUES (10513,1900,NULL,2,1910,65479,'Rushroom x 6','Found under the cliff',125.04978966712952,-152.9680411219597,0,0,0,'2019-08-26 20:49:06'); +INSERT INTO `marker` VALUES (10514,1900,NULL,2,1901,66285,'Silverbow','',28.875,-120.625,0,0,0,'2019-09-01 12:55:07'); +INSERT INTO `marker` VALUES (10515,1900,NULL,2,1901,66367,'START place','',115.8125,-155.5625,0,0,0,'2019-09-02 13:20:26'); +INSERT INTO `marker` VALUES (10516,1900,NULL,2,1901,66421,'Farosh Spawner ','',155.7265625,-171.9375,0,0,0,'2019-09-03 15:06:24'); +INSERT INTO `marker` VALUES (10517,1900,NULL,2,1925,66479,'Shrine of Resurrection','',110.65625,-157.1875,0,0,0,'2019-09-03 22:46:30'); +INSERT INTO `marker` VALUES (10518,1900,NULL,2,1901,66479,'lol','',110.53125,-157.453125,0,1,0,'2019-09-03 22:47:16'); +INSERT INTO `marker` VALUES (10519,1900,NULL,2,1901,66495,'DINRAAL FARMING','fire dragon',112.875,-84.25,0,0,0,'2019-09-04 21:14:28'); +INSERT INTO `marker` VALUES (10520,1900,NULL,2,1901,65367,'8th Sister','',59.5703125,-136.2265625,0,0,0,'2019-09-04 23:19:03'); +INSERT INTO `marker` VALUES (10521,1900,NULL,2,1926,62393,'Vah Rudania','',167.734375,-87.390625,0,0,0,'2019-09-05 03:24:50'); +INSERT INTO `marker` VALUES (10522,1900,NULL,2,1901,62393,'Vah Medoh','',71.4375,-99.9375,0,0,0,'2019-09-05 03:27:32'); +INSERT INTO `marker` VALUES (10523,1900,NULL,2,1902,64372,'phantom','',119.3046875,-137.2734375,0,0,0,'2019-09-05 14:36:12'); +INSERT INTO `marker` VALUES (10524,1900,NULL,2,1943,65970,'cracked rocks','',86.03515625,-162.75,0,0,0,'2019-09-07 00:57:10'); +INSERT INTO `marker` VALUES (10525,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); +INSERT INTO `marker` VALUES (10526,1900,NULL,2,1920,66838,'establo}','',105.890625,-150.453125,0,0,0,'2019-09-07 19:22:22'); +INSERT INTO `marker` VALUES (10527,1900,NULL,2,1938,66838,'establo}','primero',105.328125,-148.234375,0,0,0,'2019-09-07 19:24:53'); +INSERT INTO `marker` VALUES (10528,1900,NULL,2,1901,63915,'Ruins','',106.953125,-131.52734375,0,0,0,'2019-09-11 09:24:43'); +INSERT INTO `marker` VALUES (10529,1900,NULL,2,1925,64572,'Takama'Simiri Shrine','',51.4765625,-161.7109375,0,0,0,'2019-09-14 19:36:28'); +INSERT INTO `marker` VALUES (10530,1900,NULL,2,1936,67259,'cracked wall','',114.359375,-158.171875,0,1,0,'2019-09-15 11:17:19'); +INSERT INTO `marker` VALUES (10531,1900,NULL,2,1916,47121,'Korok Seed','',197.32942700386047,-78.27300351858139,0,0,0,'2019-09-16 15:23:04'); +INSERT INTO `marker` VALUES (10532,1900,NULL,2,1916,47121,'Korok Seed','',196.6614589691162,-99.32465267181396,0,0,0,'2019-09-16 17:19:56'); +INSERT INTO `marker` VALUES (10533,1900,NULL,2,1901,67564,'????','',97.53125,-133.859375,0,0,0,'2019-09-17 01:52:05'); +INSERT INTO `marker` VALUES (10534,1900,NULL,2,1901,67564,'????','',97.69140625,-133.875,0,0,0,'2019-09-17 01:52:30'); +INSERT INTO `marker` VALUES (10535,1900,NULL,2,1910,67415,'Frost Arrows','',180.0390625,-120.4140625,0,0,0,'2019-09-17 22:17:23'); +INSERT INTO `marker` VALUES (10536,1900,NULL,2,1901,67657,' White stallion','',111.3739013671875,-160.3545331954956,0,0,0,'2019-09-18 16:10:00'); +INSERT INTO `marker` VALUES (10537,1900,NULL,2,1901,67678,'PUENTE DE INOGO','',164.6015625,-124.0703125,0,0,0,'2019-09-24 02:58:38'); +INSERT INTO `marker` VALUES (10538,1900,NULL,2,1931,68111,'Sah Dahaj Camp','',169.5,-102.703125,0,0,0,'2019-09-25 02:28:52'); +INSERT INTO `marker` VALUES (10539,1900,NULL,2,1901,68351,'mi casa','30 de madera y 3000 rupias',179.90625,-163.9375,0,0,0,'2019-09-26 03:36:01'); +INSERT INTO `marker` VALUES (10540,1900,NULL,2,1901,68351,'no la encuentro','',158.609375,-144.5859375,0,0,0,'2019-09-27 21:32:15'); +INSERT INTO `marker` VALUES (10541,1900,NULL,2,1901,68351,'no la encuentro','no la encuentro',158.51171875,-144.60546875,0,0,0,'2019-09-27 21:33:16'); +INSERT INTO `marker` VALUES (10542,1900,NULL,2,1901,68564,'Horn','',156,-174.4140625,0,0,0,'2019-09-28 18:44:49'); +INSERT INTO `marker` VALUES (10543,1900,NULL,2,1901,67518,'test','',121.625,-155.4375,0,0,0,'2019-09-29 04:57:29'); +INSERT INTO `marker` VALUES (10544,1900,NULL,2,1926,68891,'Divine Beast Vah Medoh','',71.5062484741211,-99.73124885559082,0,0,0,'2019-10-01 03:41:01'); +INSERT INTO `marker` VALUES (10545,1900,NULL,2,1903,69068,'Iron Sledgehammer','',90.125,-71.1875,0,0,0,'2019-10-03 04:26:59'); +INSERT INTO `marker` VALUES (10546,2000,NULL,2,1956,1,'Piece of Heart','',60.6875,-158.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10548,2000,NULL,2,1956,1,'Piece of Heart','',61.46875,-156.219,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10549,2000,NULL,2,1956,1,'Piece of Heart','',59.1875,-144.188,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10550,2000,NULL,2,1956,1,'Piece of Heart','',26.625,-135.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10551,2000,NULL,2,1956,1,'Piece of Heart','',24.25,-135.688,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10552,2000,NULL,2,1956,1,'Piece of Heart','',13.6875,-153.813,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10553,2000,NULL,2,1956,1,'Piece of Heart','',191.875,-166.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10554,2000,NULL,2,1956,1,'Piece of Heart','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10555,2000,NULL,2,1956,1,'Piece of Heart','',241.25,-97,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10556,2000,NULL,2,1956,1,'Piece of Heart','',198.75,-113.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10557,2000,NULL,2,1956,1,'Piece of Heart','',230.5,-92,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10558,2000,NULL,2,1956,1,'Piece of Heart','',145,-133.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10559,2000,NULL,2,1956,1,'Piece of Heart','',167.125,-136.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10560,2000,NULL,2,1956,1,'Piece of Heart','',155.25,-191.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10561,2000,NULL,2,1956,1,'Piece of Heart','',154.125,-186.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10562,2000,NULL,2,1956,1,'Piece of Heart','',121.875,-163.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10563,2000,NULL,2,1956,1,'Piece of Heart','',173.25,-155.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10564,2000,NULL,2,1956,1,'Piece of Heart','',47.125,-118.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10565,2000,NULL,2,1956,1,'Piece of Heart','',41.5,-104.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10566,2000,NULL,2,1956,1,'Piece of Heart','',120.75,-104.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10567,2000,NULL,2,1956,1,'Piece of Heart','',74,-107.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10568,2000,NULL,2,1956,1,'Piece of Heart','',12.875,-67.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10569,2000,NULL,2,1956,1,'Piece of Heart','',32.5,-85.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10570,2000,NULL,2,1956,1,'Piece of Heart','',118.625,-95,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10571,2000,NULL,2,1956,1,'Piece of Heart','',122,-95.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10572,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-73.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10573,2000,NULL,2,1956,1,'Piece of Heart','',108.125,-127.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10574,2000,NULL,2,1956,1,'Piece of Heart','',229.625,-166.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10575,2000,NULL,2,1956,1,'Piece of Heart','',81.625,-139.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10576,2000,NULL,2,1956,1,'Piece of Heart','',118.875,-80.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10577,2000,NULL,2,1956,1,'Piece of Heart','',101.125,-137.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10578,2000,NULL,2,1956,1,'Piece of Heart','',236.375,-137.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10579,2000,NULL,2,1956,1,'Heart Container','',120.5,-96.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10580,2000,NULL,2,1952,1,'Yoshi Doll','',59.625,-158.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10581,2000,NULL,2,1952,1,'Ribbon','',45.5,-133.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10582,2000,NULL,2,1952,1,'Dog Food','',30,-151,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10583,2000,NULL,2,1952,1,'Bananas','',59.625,-181.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10584,2000,NULL,2,1952,1,'Stick','',182.625,-134.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10585,2000,NULL,2,1952,1,'Honeycomb','',121.125,-137.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10586,2000,NULL,2,1952,1,'Pineapple','',214.875,-172.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10587,2000,NULL,2,1952,1,'Hibiscus','',154.5,-79.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10588,2000,NULL,2,1952,1,'Letter','',210.375,-166.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10589,2000,NULL,2,1952,1,'Broom','',16.75,-95.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10590,2000,NULL,2,1952,1,'Fishing Hook','',31.25,-160,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10591,2000,NULL,2,1952,1,'Necklace','',170.375,-183.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10592,2000,NULL,2,1952,1,'Scale','',152.625,-171,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10593,2000,NULL,2,1952,1,'Magnifying Lens','',154.25,-182,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10594,2000,NULL,2,1953,1,'Raft Rapids','',241.375,-95.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10595,2000,NULL,2,1953,1,'Trendy Game','',60.25,-160,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10596,2000,NULL,2,1953,1,'Fishing','',31,-136.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10597,2000,NULL,2,1958,1,'Bottle','',23.875,-137,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10598,2000,NULL,2,1958,1,'Bottle','',118.5,-97.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10599,2000,NULL,2,1958,1,'Bottle','',71.125,-123.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10600,2000,NULL,2,1951,1,'Cracked Wall','',67.875,-190.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10601,2000,NULL,2,1951,1,'Cracked Wall','',219.25,-165.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10602,2000,NULL,2,1951,1,'Cracked Wall','',212.5,-137.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10603,2000,NULL,2,1951,1,'Cracked Wall','',117.5,-135,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10604,2000,NULL,2,1951,1,'Cracked Wall','',100.875,-137.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10605,2000,NULL,2,1951,1,'Cracked Wall','',60.125,-80,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10606,2000,NULL,2,1951,1,'Cracked Wall','',243.625,-83.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10607,2000,NULL,2,1968,1,'Lanmolas','',229.625,-167.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10608,2000,NULL,2,1968,1,'Armos Knight','',199.625,-152.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10609,2000,NULL,2,1968,1,'Turtle Rock','',13,-79.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10610,2000,NULL,2,1966,1,'Tail Cave','',61.5,-173.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10611,2000,NULL,2,1966,1,'Bottle Grotto','',72.5,-90.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10612,2000,NULL,2,1966,1,'Key Cavern','',92.625,-158.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10613,2000,NULL,2,1966,1,'Kanalet Castle','',153.125,-126,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10614,2000,NULL,2,1966,1,'Angler's Tunnel','',182.25,-91.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10615,2000,NULL,2,1966,1,'Catfish's Maw','',153,-176.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10616,2000,NULL,2,1966,1,'North Face Shrine','',196.5,-137.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10617,2000,NULL,2,1966,1,'Eagle's Tower','',230.625,-73.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10618,2000,NULL,2,1966,1,'Turtle Rock','',12.75,-75.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10619,2000,NULL,2,1966,1,'Color Dungeon','',125.375,-125.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10620,2000,NULL,2,1966,1,'Chamber Dungeon','',120.5,-99.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10621,2000,NULL,2,1966,1,'Wind Fish's Egg','',106.6875,-61.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10622,2000,NULL,2,1964,1,'Papahl, Mamasha, and the Quadruplet's House','',46.375,-133.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10623,2000,NULL,2,1964,1,'Marin and Tarin's House','',44.5,-151.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10624,2000,NULL,2,1964,1,'Madam MeowMeow's House','',26.75,-150.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10625,2000,NULL,2,1964,1,'Grandpa Ulrira and Grandma Yahoo's House','',27.75,-157.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10626,2000,NULL,2,1964,1,'Sales House O' Bananas','',60,-181.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10627,2000,NULL,2,1964,1,'Richard's Villa','',104.875,-174.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10628,2000,NULL,2,1964,1,'Ghost's House','',108.375,-187.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10629,2000,NULL,2,1964,1,'Chef Bear's House','',215,-173,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10630,2000,NULL,2,1964,1,'Christine's House','',210.375,-167.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10631,2000,NULL,2,1964,1,'Mr. Write's House','',16.625,-97.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10632,2000,NULL,2,1964,1,'Hen House','',167,-68,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10633,2000,NULL,2,1965,1,'Witch's Hut','',89.625,-117.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10634,2000,NULL,2,1965,1,'Mabe Village Shop','',58.75,-145.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10635,2000,NULL,2,1965,1,'Crazy Tracy's Health Spa','',95.75,-104.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10645,2000,NULL,2,1957,1,'Secret Seashells','',83.375,-194.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10646,2000,NULL,2,1957,1,'Secret Seashells','',109.25,-189.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10647,2000,NULL,2,1957,1,'Secret Seashells','',20.5,-186.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10648,2000,NULL,2,1957,1,'Secret Seashells','',42.375,-176.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10649,2000,NULL,2,1957,1,'Secret Seashells','',60,-172.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10650,2000,NULL,2,1957,1,'Secret Seashells','',30.5,-151.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10651,2000,NULL,2,1957,1,'Secret Seashells','',61.5,-151.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10652,2000,NULL,2,1957,1,'Secret Seashells','',59.5,-157.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10653,2000,NULL,2,1957,1,'Secret Seashells','',61.875,-158.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10654,2000,NULL,2,1957,1,'Secret Seashells','',27.25,-136.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10655,2000,NULL,2,1957,1,'Secret Seashells','',26.375,-134.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10656,2000,NULL,2,1957,1,'Secret Seashells','',43.125,-114.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10657,2000,NULL,2,1957,1,'Secret Seashells','',12.625,-104.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10658,2000,NULL,2,1957,1,'Secret Seashells','',77.25,-128.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10659,2000,NULL,2,1957,1,'Secret Seashells','',103.5,-174.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10660,2000,NULL,2,1957,1,'Secret Seashells','',148.25,-185.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10661,2000,NULL,2,1957,1,'Secret Seashells','',136.125,-190.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10662,2000,NULL,2,1957,1,'Secret Seashells','',135,-154,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10663,2000,NULL,2,1957,1,'Secret Seashells','',91,-151.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10664,2000,NULL,2,1957,1,'Secret Seashells','',77.875,-151.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10665,2000,NULL,2,1957,1,'Secret Seashells','',108.125,-152.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10666,2000,NULL,2,1957,1,'Secret Seashells','',133.625,-135.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10667,2000,NULL,2,1957,1,'Secret Seashells','',137.375,-105.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10668,2000,NULL,2,1957,1,'Secret Seashells','',246,-189.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10669,2000,NULL,2,1957,1,'Secret Seashells','',219.625,-190.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10670,2000,NULL,2,1957,1,'Secret Seashells','',216.125,-166.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10671,2000,NULL,2,1957,1,'Secret Seashells','',210.75,-167.625,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10672,2000,NULL,2,1957,1,'Secret Seashells','',196.5,-122.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10673,2000,NULL,2,1957,1,'Secret Seashells','',207.5,-94.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10674,2000,NULL,2,1957,1,'Secret Seashells','',240.375,-97.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10675,2000,NULL,2,1957,1,'Secret Seashells','',27,-129.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10676,2000,NULL,2,1957,1,'Secret Seashells','',32.125,-93.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10677,2000,NULL,2,1957,1,'Secret Seashells','',124.375,-111.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10678,2000,NULL,2,1957,1,'Secret Seashells','',121.75,-145.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10679,2000,NULL,2,1957,1,'Secret Seashells','',151.375,-161.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10680,2000,NULL,2,1957,1,'Secret Seashells','',182.25,-139.375,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10681,2000,NULL,2,1957,1,'Secret Seashells','',165.625,-175.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10682,2000,NULL,2,1957,1,'Secret Seashells','',242.75,-167.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10683,2000,NULL,2,1957,1,'Secret Seashells','',91.125,-90,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10684,2000,NULL,2,1957,1,'Secret Seashells','',227.125,-117.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10685,2000,NULL,2,1957,1,'Secret Seashells','',227.3125,-154.5,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10686,2000,NULL,2,1957,1,'Secret Seashells','',239.875,-141.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10687,2000,NULL,2,1957,1,'Secret Seashells','',201,-85.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10688,2000,NULL,2,1957,1,'Secret Seashells','',203.75,-71.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10689,2000,NULL,2,1957,1,'Secret Seashells','',158.125,-74.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10690,2000,NULL,2,1957,1,'Secret Seashells','',214.75,-81.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10691,2000,NULL,2,1957,1,'Secret Seashells','',228.25,-72,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10692,2000,NULL,2,1957,1,'Secret Seashells','',92.75,-73.25,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10693,2000,NULL,2,1957,1,'Secret Seashells','',47.875,-77.75,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10694,2000,NULL,2,1957,1,'Secret Seashells','',122,-97.125,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10695,2000,NULL,2,1969,1,'Fairy Fountain','',59.67,-113.875,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10696,2000,NULL,2,1969,1,'Fairy Fountain','',117.54,-132.95,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (10697,2000,NULL,2,1969,1,'Fairy Fountain','',212.5,-136,0,0,1,'2019-09-15 22:24:54'); +INSERT INTO `marker` VALUES (11000,1900,NULL,2,1944,52289,'knight's halberd','',118.328125,-86.921875,0,0,0,'2019-10-05 13:41:35'); +INSERT INTO `marker` VALUES (11003,1901,NULL,2,1925,67560,'Takama Shiri Shrine','',51.52734375,-161.71484375,0,1,0,'2019-10-07 18:11:27'); +INSERT INTO `marker` VALUES (11004,1901,NULL,2,1925,67560,'Takama Shiri Shrine','DLC 2 / EX Champion Urbosa's Song',51.51953125,-161.65625,0,1,0,'2019-10-07 18:17:12'); +INSERT INTO `marker` VALUES (11005,1901,NULL,2,1926,69145,'Divine Beast Vah Rudania','',167.5390625,-87.1171875,0,1,0,'2019-10-08 00:50:37'); +INSERT INTO `marker` VALUES (11006,1901,NULL,2,1916,69806,'no','no',136.62225341796875,-183.97958374023438,0,1,0,'2019-10-09 17:10:52'); +INSERT INTO `marker` VALUES (11007,1901,NULL,2,1931,68177,'Enemy Base','Bokoblin Scouts and Lizalfos\r\nChest: Golden Bow',53.75,-149.34375,0,0,0,'2019-10-09 19:09:47'); +INSERT INTO `marker` VALUES (11008,1901,NULL,2,1901,68895,'asd','asd',46.89534365646193,-102.52071633448497,0,0,0,'2019-10-09 19:15:40'); +INSERT INTO `marker` VALUES (11009,1901,NULL,2,1901,57316,'korok','',68.03124809265137,-95.43221005437252,0,0,0,'2019-10-10 05:19:15'); +INSERT INTO `marker` VALUES (11010,1901,NULL,2,1901,69888,'part 1','',116.25,-158.40625,0,0,0,'2019-10-10 05:58:29'); +INSERT INTO `marker` VALUES (11011,1901,NULL,2,1904,69738,'golden bow','',52.25,-155.75,0,0,0,'2019-10-10 06:46:39'); +INSERT INTO `marker` VALUES (11012,1901,NULL,2,1936,69517,'Cracked Wall','',164.10459899902344,-147.48040771484375,0,0,0,'2019-10-10 18:02:38'); +INSERT INTO `marker` VALUES (11013,1901,NULL,2,1921,68573,'m','',56.640625,-180.90625,0,0,0,'2019-10-11 12:53:39'); +INSERT INTO `marker` VALUES (11014,1900,NULL,2,1901,69200,'Boat','',71.4375,-109.1796875,0,0,0,'2019-10-12 18:06:35'); +INSERT INTO `marker` VALUES (11015,2006,NULL,2,1950,70248,'Facade','Boss #6',138.4166717529297,-121.12939658274352,0,0,0,'2019-10-13 01:01:22'); +INSERT INTO `marker` VALUES (11016,2006,NULL,2,1962,70248,'Face Shrine Nightmare Key','The Key to get to Facade's room in Face Shrine.',178.1666717529297,-103.1321672017886,0,0,0,'2019-10-13 01:07:38'); +INSERT INTO `marker` VALUES (11017,1901,NULL,2,1901,70111,'Shrine of Resurection','',111.0234375,-157.546875,0,0,0,'2019-10-13 09:42:45'); +INSERT INTO `marker` VALUES (11018,1901,NULL,2,1901,69480,'Farosh','',59.18625916013648,-90.9987899594777,0,0,0,'2019-10-14 04:42:44'); +INSERT INTO `marker` VALUES (11019,1901,NULL,2,1901,31439,'??','????',155.3828125,-174.640625,0,0,0,'2019-10-14 09:41:15'); +INSERT INTO `marker` VALUES (11020,1901,NULL,2,1930,68351,'DRAGON','',155.4609375,-182.1171875,0,0,0,'2019-10-14 12:05:56'); +INSERT INTO `marker` VALUES (11021,1901,NULL,2,1926,70548,'Divine Beast Vah Ruta','completed Vah Ruta Location',174.65625,-131.84375,0,1,0,'2019-10-14 14:43:34'); +INSERT INTO `marker` VALUES (11022,1901,NULL,2,1916,70561,'Korok Pinwheel','Shoot balloons',131.3359375,-182.64453125,0,0,0,'2019-10-16 16:32:48'); +INSERT INTO `marker` VALUES (11023,1901,NULL,2,1901,71042,'I’m here','Aquí ',183.91796875,-121.9453125,0,0,0,'2019-10-19 09:09:54'); +INSERT INTO `marker` VALUES (11024,1901,NULL,2,1901,28280,'taloh','',43.25,-84.56250190734863,0,0,0,'2019-10-21 22:36:37'); +INSERT INTO `marker` VALUES (11025,1901,NULL,2,1901,70176,'there was a korok seed','',115.50000381469727,-99.54579696628424,0,0,0,'2019-10-23 11:22:01'); +INSERT INTO `marker` VALUES (11026,1901,NULL,2,1935,71600,'Relais de la rivière','',133.484375,-145.20703125,0,0,0,'2019-10-23 17:30:05'); +INSERT INTO `marker` VALUES (11027,1901,NULL,2,1926,70487,'Dive Beast Vah Medo','',71.125,-97.875,0,0,0,'2019-10-24 03:35:57'); +INSERT INTO `marker` VALUES (11028,1901,NULL,2,1931,71324,'Camp','',118.36979103088379,-158.05729180574417,0,0,0,'2019-10-24 14:37:08'); +INSERT INTO `marker` VALUES (11029,1901,NULL,2,1943,71588,'Rubis','',169.25,-165.703125,0,0,0,'2019-10-24 14:58:57'); +INSERT INTO `marker` VALUES (11030,1901,NULL,2,1931,71324,'CAMP','',114.34635543823242,-162.3333335518837,0,0,0,'2019-10-24 17:50:09'); +INSERT INTO `marker` VALUES (11031,1901,NULL,2,1925,71784,'GO HERE','',175.21875,-101.5625,0,0,0,'2019-10-25 12:51:52'); +INSERT INTO `marker` VALUES (11032,1901,NULL,2,1926,71784,'Divine Beast Vah Rudania','Daruks Divine Beast',167.8125,-87.625,0,0,0,'2019-10-25 13:01:41'); +INSERT INTO `marker` VALUES (11033,1901,NULL,2,1926,71784,'Divine Beast Vah Medoh','Ravelis Divine Beast',71.546875,-98.90625,0,0,0,'2019-10-25 13:02:49'); +INSERT INTO `marker` VALUES (11034,1901,NULL,2,1926,71784,'Divine Beast Vah Naboris','Urbosas Divine Beast',95.15625,-169.34375,0,0,0,'2019-10-25 13:03:52'); +INSERT INTO `marker` VALUES (11035,1901,NULL,2,1935,71784,'An Ice Guy','',77.359375,-168.22265625,0,0,0,'2019-10-25 15:15:14'); +INSERT INTO `marker` VALUES (11036,1901,NULL,2,1916,71786,'Korok Seed near the bridge','',153.875,-159.90234375,0,0,0,'2019-10-25 15:57:17'); +INSERT INTO `marker` VALUES (11037,1901,NULL,2,1901,72022,'statue','',55.59375,-142.59375,0,0,0,'2019-10-27 14:25:39'); +INSERT INTO `marker` VALUES (11038,1901,NULL,2,1901,71370,'4','',31.25,-104,0,0,0,'2019-10-28 20:31:29'); +INSERT INTO `marker` VALUES (11039,1901,NULL,2,1901,72231,'test','test',117.328125,-159.078125,0,0,0,'2019-10-29 06:20:51'); +INSERT INTO `marker` VALUES (11040,1901,NULL,2,1901,72231,'xxxxxxxx','xxxxxxxxxx',109.92547607421875,-153.07366943359375,0,0,0,'2019-10-29 07:16:47'); +INSERT INTO `marker` VALUES (11041,1901,NULL,2,1931,70972,'Bokoblin Camp','',173.96875,-160.046875,0,0,0,'2019-10-30 13:32:01'); +INSERT INTO `marker` VALUES (11042,1901,NULL,2,1926,54654,' ','',168.125,-88.25,0,0,0,'2019-10-31 00:03:21'); +INSERT INTO `marker` VALUES (11043,1901,NULL,2,1926,54654,' ','',71.5625,-100.3125,0,0,0,'2019-10-31 00:03:58'); +INSERT INTO `marker` VALUES (11044,1901,NULL,2,1926,54654,' ','',95.125,-169.375,0,0,0,'2019-10-31 00:04:17'); +INSERT INTO `marker` VALUES (11045,1901,NULL,2,1901,72389,'Chest/??????','phantom',124.26171875,-126.64453125,0,1,0,'2019-10-31 12:14:02'); +INSERT INTO `marker` VALUES (11046,1901,NULL,2,1932,72389,'guardian','',92.8984375,-134.09375,0,0,0,'2019-10-31 12:15:25'); +INSERT INTO `marker` VALUES (11047,1901,NULL,2,1901,72402,'EX Chest','',120.67578125,-159.390625,0,0,0,'2019-10-31 16:26:58'); +INSERT INTO `marker` VALUES (11048,1901,NULL,2,1901,72447,'Shrine Of Ressurection','',110.8359375,-157.4765625,0,0,0,'2019-11-01 03:35:34'); +INSERT INTO `marker` VALUES (11049,1901,NULL,2,1936,72511,'Cracked Wall','',95.140625,-138.78125,0,0,0,'2019-11-01 20:58:55'); +INSERT INTO `marker` VALUES (11050,1901,NULL,2,1931,45393,'Enemy Camp','',118.2109375,-158.0390625,0,0,0,'2019-11-02 00:24:29'); +INSERT INTO `marker` VALUES (11051,1901,NULL,2,1931,45393,'Enemy Camp','',117.50390625,-156.32421875,0,0,0,'2019-11-02 00:25:06'); +INSERT INTO `marker` VALUES (11052,1901,NULL,2,1901,72372,'lynel','',187.21875,-75.40625,0,0,0,'2019-11-02 04:49:20'); +INSERT INTO `marker` VALUES (11053,1901,NULL,2,1925,72615,'keive tala','',89.24869155883789,-187.22418156097174,0,0,0,'2019-11-02 19:55:41'); +INSERT INTO `marker` VALUES (11054,1901,NULL,2,1934,72477,'17','',159.05078125,-157.97265625,0,0,0,'2019-11-02 23:10:15'); +INSERT INTO `marker` VALUES (11055,1901,NULL,2,1901,72645,'noix','',134.28125,-161.671875,0,0,0,'2019-11-02 23:30:45'); +INSERT INTO `marker` VALUES (11056,2000,NULL,2,1969,56231,'Fairy Fountain','Inside the cave protected by a cracked wall.',243.63750457763672,-83.95736269339838,0,0,0,'2019-11-03 01:03:38'); +INSERT INTO `marker` VALUES (11057,1901,NULL,2,1901,72627,'?','',99.9375,-142.625,0,0,0,'2019-11-03 07:01:50'); +INSERT INTO `marker` VALUES (11058,1901,NULL,2,1926,49922,'Vah Rudania','',167.5,-87.75,0,1,0,'2019-11-03 07:17:54'); +INSERT INTO `marker` VALUES (11059,1901,NULL,2,1910,43405,'Flint','was hidden, had to search',131.99652099609375,-158.1366424560547,0,0,0,'2019-11-03 20:37:13'); +INSERT INTO `marker` VALUES (11060,2000,NULL,2,1966,60533,'Entered into the dungeon ','Pick up the stone',47.8125,-113.4375,0,0,0,'2019-11-05 11:41:38'); +INSERT INTO `marker` VALUES (11061,2000,NULL,2,1962,60533,'Slime Key','',109.75,-167.375,0,0,0,'2019-11-05 12:38:49'); +INSERT INTO `marker` VALUES (11062,1901,NULL,2,1935,72985,'Zora Stone Monuments','Talk to Jiahto. Find all 10 Stone Monuments',180.234375,-119.28125,0,0,0,'2019-11-06 19:51:04'); +INSERT INTO `marker` VALUES (11063,1901,NULL,2,1901,73086,'Dragon Shrine','',141.5,-164.4453125,0,0,0,'2019-11-07 05:08:17'); +INSERT INTO `marker` VALUES (11064,1901,NULL,2,1901,72699,'Ver','Necesita escama de dragon',141.09375,-164.28125,0,0,0,'2019-11-08 00:53:18'); +INSERT INTO `marker` VALUES (11065,1901,NULL,2,1903,73012,'TEST','',96.578125,-87.03125,0,0,0,'2019-11-09 06:56:48'); +INSERT INTO `marker` VALUES (11066,1901,NULL,2,1901,73410,'Minor','Description',189.3046875,-107.7890625,0,0,0,'2019-11-10 06:20:03'); +INSERT INTO `marker` VALUES (11067,1901,NULL,2,1901,73410,'Minor','Description',189.8125,-107.875,0,0,0,'2019-11-10 06:21:05'); +INSERT INTO `marker` VALUES (11068,1901,NULL,2,1901,72601,'LInks house','',179.890625,-163.828125,0,0,0,'2019-11-10 14:40:24'); +INSERT INTO `marker` VALUES (11069,1901,NULL,2,1925,72389,'shrine','',145.27734375,-114.55078125,0,0,0,'2019-11-10 17:03:05'); +INSERT INTO `marker` VALUES (11070,1901,NULL,2,1901,73493,'Sacrario della Rinascita','',110.73263549804688,-157.3443603515625,0,0,0,'2019-11-10 20:09:15'); +INSERT INTO `marker` VALUES (11071,1901,NULL,2,1916,73546,'oops','',109.65625,-183.9296875,0,0,0,'2019-11-11 08:51:11'); +INSERT INTO `marker` VALUES (11072,1901,NULL,2,1926,73386,'Divine Beast Vah Medoh','',71,-101,0,0,0,'2019-11-12 03:22:45'); +INSERT INTO `marker` VALUES (11073,1901,NULL,2,1926,73386,'Divine Beast Vah Rudania','',167.5,-90.5,0,0,0,'2019-11-12 03:23:27'); +INSERT INTO `marker` VALUES (11074,1901,NULL,2,1926,73386,'Divine Beast Vah Naboris','',57.5,-173,0,0,0,'2019-11-12 03:24:17'); +INSERT INTO `marker` VALUES (11075,2000,NULL,2,1969,60533,'Fairy Fountains','',243.375,-83.875,0,0,0,'2019-11-13 08:02:33'); +INSERT INTO `marker` VALUES (11076,1901,NULL,2,1910,73379,'Dynamic loaded Guardian Scrap','1.6 Item farm spot',106.421875,-185.4765625,0,0,0,'2019-11-13 22:29:40'); +INSERT INTO `marker` VALUES (11077,1901,NULL,2,1926,73790,'Vah'Medo','',71.34375,-100,0,0,0,'2019-11-14 11:25:46'); +INSERT INTO `marker` VALUES (11078,1901,NULL,2,1901,73849,'RT2472','',166.42578125,-86.1484375,0,0,0,'2019-11-14 12:49:15'); +INSERT INTO `marker` VALUES (11079,1901,NULL,2,1901,72713,'Divine Beast Vah Medoh','Divine Beast Vah Medoh',71.375,-99.96875,0,1,0,'2019-11-14 14:29:03'); +INSERT INTO `marker` VALUES (11080,1901,NULL,2,1901,3857,'Fairys','',137.28125,-171.66980771097732,0,0,0,'2019-11-15 15:34:18'); +INSERT INTO `marker` VALUES (11081,1901,NULL,2,1910,57658,'Red Rupie','Under a rock in the road.',95.20703125,-145.1171875,0,0,0,'2019-11-15 18:24:14'); +INSERT INTO `marker` VALUES (11082,1901,NULL,2,1910,57658,'Amber','under rock next to unlit cookpit',96.09375,-132.69921875,0,0,0,'2019-11-15 21:25:04'); +INSERT INTO `marker` VALUES (11083,1901,NULL,2,1939,73379,'Ice Wizzrobe','',73.75,-129.71875,0,0,0,'2019-11-16 05:00:32'); +INSERT INTO `marker` VALUES (11084,1901,NULL,2,1944,32383,'Royal Halbeard','',119.02578115463257,-87.36091672639584,0,0,0,'2019-11-16 11:06:58'); +INSERT INTO `marker` VALUES (11085,1901,NULL,2,1944,72651,'EX-Chest - Phantom Armor','Once at the ruins, check the middle ring of water along the Southwest side to use magnesis to pull the chest out.',124.18283417285726,-126.64048012158895,0,0,0,'2019-11-16 12:27:05'); +INSERT INTO `marker` VALUES (11086,1901,NULL,2,1935,73797,'Good Sized Horse','',96.31640625,-157.2421875,0,1,0,'2019-11-16 23:35:44'); +INSERT INTO `marker` VALUES (11087,1901,NULL,2,1926,74038,'Divine Beast Vah Naboris','',95,-169.125,0,0,0,'2019-11-17 01:02:35'); +INSERT INTO `marker` VALUES (11088,1901,NULL,2,1901,74072,'Temple of Time','',115.109375,-158.21875,0,0,0,'2019-11-17 03:08:14'); +INSERT INTO `marker` VALUES (11089,1901,NULL,2,1910,74072,'Bird Egg','',116.09375,-156.5859375,0,0,0,'2019-11-17 03:36:37'); +INSERT INTO `marker` VALUES (11090,1901,NULL,2,1910,57658,'Opal','Under rock',85.234375,-134.734375,0,0,0,'2019-11-17 04:17:45'); +INSERT INTO `marker` VALUES (11091,1901,NULL,2,1910,74072,'Acorn','',114.734375,-152.6796875,0,0,0,'2019-11-17 04:43:25'); +INSERT INTO `marker` VALUES (11092,1901,NULL,2,1903,74072,'Boko Spear','',113.640625,-164.65625,0,0,0,'2019-11-17 20:50:43'); +INSERT INTO `marker` VALUES (11093,1901,NULL,2,1903,74072,'Boko Club','',113.6171875,-164.6484375,0,0,0,'2019-11-17 20:51:24'); +INSERT INTO `marker` VALUES (11094,1901,NULL,2,1910,74072,'Amber','',107.84375,-162.71875,0,0,0,'2019-11-17 21:59:10'); +INSERT INTO `marker` VALUES (11095,1901,NULL,2,1902,74160,'Phantom Greaves','',120.08984375,-137.5,0,0,0,'2019-11-18 01:11:48'); +INSERT INTO `marker` VALUES (11096,1901,NULL,2,1901,74072,'Camp Fire','',105.46484375,-152.76953125,0,0,0,'2019-11-18 04:20:04'); +INSERT INTO `marker` VALUES (11097,1901,NULL,2,1931,74072,'Enemy Camp','',107.90625,-154.234375,0,0,0,'2019-11-18 04:31:35'); +INSERT INTO `marker` VALUES (11098,1901,NULL,2,1905,74072,'Boko Shield','',107.87109375,-154.25,0,0,0,'2019-11-18 04:34:58'); +INSERT INTO `marker` VALUES (11099,1901,NULL,2,1903,74072,'Boko Club','',107.88671875,-154.2421875,0,0,0,'2019-11-18 04:35:17'); +INSERT INTO `marker` VALUES (11100,1901,NULL,2,1904,74072,'Boko Bow','',107.9453125,-154.20703125,0,0,0,'2019-11-18 04:36:15'); +INSERT INTO `marker` VALUES (11101,1901,NULL,2,1931,74072,'Enemy Camp','',110.10546875,-155.58203125,0,0,0,'2019-11-18 04:45:24'); +INSERT INTO `marker` VALUES (11102,1901,NULL,2,1903,74072,'Boko Club','',110.15234375,-155.5703125,0,0,0,'2019-11-18 04:45:45'); +INSERT INTO `marker` VALUES (11103,1901,NULL,2,1905,74072,'Spiked Boko Shield','',105.33203125,-156,0,0,0,'2019-11-18 04:59:07'); +INSERT INTO `marker` VALUES (11104,1901,NULL,2,1903,74072,'Soldier's Broadsword','',105.3125,-155.9609375,0,0,0,'2019-11-18 04:59:51'); +INSERT INTO `marker` VALUES (11105,1901,NULL,2,1930,74072,'White Chuchu x2','',107.87109375,-156.6328125,0,0,0,'2019-11-18 05:07:59'); +INSERT INTO `marker` VALUES (11106,1901,NULL,2,1930,74072,'White Chuchu x2','',109.140625,-156.9140625,0,0,0,'2019-11-18 05:09:05'); +INSERT INTO `marker` VALUES (11107,1901,NULL,2,1901,74072,'Camp Fire','',109.421875,-157.3984375,0,0,0,'2019-11-18 05:10:40'); +INSERT INTO `marker` VALUES (11108,1901,NULL,2,1901,74167,'Current Location','',155.73828125,-143.34375,0,0,0,'2019-11-18 14:54:48'); +INSERT INTO `marker` VALUES (11109,1901,NULL,2,1901,74211,'Início jogo','Início jogo',117.694091796875,-154.384765625,0,0,0,'2019-11-18 22:40:49'); +INSERT INTO `marker` VALUES (11110,1901,NULL,2,1901,73379,'Pondo's Lodge and Bowling','A nice little lodge with a cooking pot and one of the best spots for grinding Rupees',95.65625,-95.12109375,0,0,0,'2019-11-18 23:55:20'); +INSERT INTO `marker` VALUES (11111,1901,NULL,2,1931,74160,'Enemy Camp','',171.8125,-163.05078125,0,0,0,'2019-11-19 20:22:47'); +INSERT INTO `marker` VALUES (11112,1901,NULL,2,1935,73012,'a gift of nightshade ','',169.015625,-183.625,0,0,0,'2019-11-19 22:09:42'); +INSERT INTO `marker` VALUES (11113,1901,NULL,2,1901,74298,'BA?LANGIÇ','',110.546875,-157.47265625,0,0,0,'2019-11-19 22:25:17'); +INSERT INTO `marker` VALUES (11114,1901,NULL,2,1926,73012,'Divine Beast Vah Naboris','',94.96875,-169.21875,0,0,0,'2019-11-19 23:41:47'); +INSERT INTO `marker` VALUES (11115,1901,NULL,2,1926,73012,'Divine Beast Vah Medoh','',71.5625,-99,0,0,0,'2019-11-19 23:42:32'); +INSERT INTO `marker` VALUES (11116,1901,NULL,2,1926,73012,'Divine Beast Vah Rudania','',166.1875,-87.984375,0,0,0,'2019-11-19 23:43:23'); +INSERT INTO `marker` VALUES (11117,1901,NULL,2,1901,73948,'Great flame blade','',153.1875,-71.0625,0,0,0,'2019-11-20 15:38:17'); +INSERT INTO `marker` VALUES (11118,1901,NULL,2,1925,74482,'n','n',156.84375,-166.625,0,0,0,'2019-11-22 09:11:49'); +INSERT INTO `marker` VALUES (11119,1901,NULL,2,1935,74551,'Mejora la tableta sheikan','',187.11135864257812,-161.20536714089562,0,0,0,'2019-11-23 06:26:07'); +INSERT INTO `marker` VALUES (11120,1901,NULL,2,1902,74591,'Shields','Bokoblins carry n,16 shields. Easy hit. ',143.6328125,-149.7045201743898,0,0,0,'2019-11-23 18:11:41'); +INSERT INTO `marker` VALUES (11121,1901,NULL,2,1901,73176,'asd','',110.91921967548237,-154.6835750402829,0,0,0,'2019-11-24 11:46:28'); +INSERT INTO `marker` VALUES (11122,1901,NULL,2,1930,74611,'big bad dude','kill him\r\n\r\n',188.828125,-148.53125,0,1,0,'2019-11-24 23:53:22'); +INSERT INTO `marker` VALUES (11123,1901,NULL,2,1902,74742,'Korok mask','mask of the first dlc, the mask shakes when you are close do korok seeds',139.3984375,-99.515625,0,0,0,'2019-11-25 02:22:08'); +INSERT INTO `marker` VALUES (11124,1901,NULL,2,1910,74742,'a','a',139.40234375,-99.5078125,0,0,0,'2019-11-25 02:22:45'); +INSERT INTO `marker` VALUES (11125,1901,NULL,2,1920,73379,'Akkala Ancient Tech Lab','Location of Robbie and Cherry (Robbie's Robot)',198.546875,-78.57421875,0,0,0,'2019-11-25 04:39:30'); +INSERT INTO `marker` VALUES (11126,1901,NULL,2,1926,74772,'Divine Beast Vah Naboris','',84.859375,-186.359375,0,0,0,'2019-11-25 14:28:41'); +INSERT INTO `marker` VALUES (11127,1901,NULL,2,1926,74772,'Divine Beast Vah Rudania','',167.63671875,-87.29296875,0,0,0,'2019-11-25 14:30:20'); +INSERT INTO `marker` VALUES (11128,1901,NULL,2,1926,74772,'Divine Beast Vah Medoh','',71.4140625,-95.0546875,0,0,0,'2019-11-25 14:32:34'); +INSERT INTO `marker` VALUES (11129,1901,NULL,2,1943,74072,'Silver Rupee (100)','',155.984375,-158.0078125,0,0,0,'2019-11-25 20:59:38'); +INSERT INTO `marker` VALUES (11130,1901,NULL,2,1936,74591,'bombable wall','Contains flint, a treasure chest',114.46484375,-158.07366484494375,0,0,0,'2019-11-26 19:40:58'); +INSERT INTO `marker` VALUES (11131,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','This is Daruk's Divine Beast, housing Fireblight Ganon. Completing it rewards you Daruk's Protection.',58.125,-112.5,0,0,0,'2019-11-28 17:22:55'); +INSERT INTO `marker` VALUES (11132,1901,NULL,2,1916,38501,'lol','',133.25,-94.5,0,0,0,'2019-11-30 08:07:48'); +INSERT INTO `marker` VALUES (11133,1901,NULL,2,1935,75084,'Sunken Treasure','',172.37109375,-182.01953125,0,0,0,'2019-11-30 16:36:35'); +INSERT INTO `marker` VALUES (11134,1901,NULL,2,1926,75272,'Vah Medoh','The Devine Beast Vah Medoh',71.546875,-98.9296875,0,0,0,'2019-11-30 21:49:52'); +INSERT INTO `marker` VALUES (11135,1901,NULL,2,1901,37819,'Hearty Durian','',149.13671875,-178.5390625,0,0,0,'2019-12-01 01:30:31'); +INSERT INTO `marker` VALUES (11136,1901,NULL,2,1944,72699,'Casco fantasmal','aumenta sigilo',154.21875,-177.640625,0,0,0,'2019-12-01 12:25:43'); +INSERT INTO `marker` VALUES (11137,1901,NULL,2,1902,75407,'Majora mask','EX Chest',120.9609375,-148.2265625,0,0,0,'2019-12-01 22:54:56'); +INSERT INTO `marker` VALUES (11138,1901,NULL,2,1901,75439,'????','',115.6640625,-134.7109375,0,0,0,'2019-12-03 03:49:18'); +INSERT INTO `marker` VALUES (11139,1901,NULL,2,1921,75548,'Rito Village','',61.125,-130,0,0,0,'2019-12-03 17:01:08'); +INSERT INTO `marker` VALUES (11140,1901,NULL,2,1916,74589,'???ç','',166.7734375,-106.09375,0,0,0,'2019-12-05 11:03:05'); +INSERT INTO `marker` VALUES (11141,1901,NULL,2,1901,74589,'asdf','',166.7265625,-105.921875,0,0,0,'2019-12-05 11:03:27'); +INSERT INTO `marker` VALUES (11142,1901,NULL,2,1904,75864,'Bomb Arrows','',105.29296875,-159.68359375,0,0,0,'2019-12-07 02:55:14'); +INSERT INTO `marker` VALUES (11143,1901,NULL,2,1910,75864,'Amber','In rock formation',107.87343788146973,-162.7140622138977,0,0,0,'2019-12-07 03:01:12'); +INSERT INTO `marker` VALUES (11144,1901,NULL,2,1903,75916,'ms','',24.5,-86.25,0,0,0,'2019-12-07 23:16:07'); +INSERT INTO `marker` VALUES (11145,1901,NULL,2,1934,51280,'Final Memory','',158.9617919921875,-158.053466796875,0,0,0,'2019-12-09 08:31:14'); +INSERT INTO `marker` VALUES (11146,1901,NULL,2,1943,75407,'Royal Halberd','Royal Halberd',118.96875,-87.21875,0,0,0,'2019-12-09 17:18:33'); +INSERT INTO `marker` VALUES (11147,1901,NULL,2,1902,76199,'?????','',-3.25,-92.2196038414042,0,0,0,'2019-12-09 17:49:07'); +INSERT INTO `marker` VALUES (11148,1901,NULL,2,1901,76202,'Cheval blanc','',101.375,-141.1875,0,0,0,'2019-12-10 10:19:52'); +INSERT INTO `marker` VALUES (11149,1901,NULL,2,1901,74757,'Good Weapon','',141.609375,-103.0078125,0,0,0,'2019-12-10 10:48:32'); +INSERT INTO `marker` VALUES (11150,1901,NULL,2,1936,73669,'Cracked Stones','',61.4921875,-94.22265625,0,1,0,'2019-12-11 13:59:25'); +INSERT INTO `marker` VALUES (11151,1901,NULL,2,1901,76519,'Possible Korok','',60.65625,-86.125,0,0,0,'2019-12-13 05:33:25'); +INSERT INTO `marker` VALUES (11152,1901,NULL,2,1901,76526,'Akkala Ancient Tech Lab','',199.5625,-78.2578125,0,0,0,'2019-12-15 06:36:05'); +INSERT INTO `marker` VALUES (11153,1901,NULL,2,1901,39009,'sadfgsdfgsdfghsfghsdfgh','',41.3125,-142.1875,0,0,0,'2019-12-15 20:17:10'); +INSERT INTO `marker` VALUES (11154,1901,NULL,2,1916,76836,'Race to pond','',152.8046875,-116.8046875,0,0,0,'2019-12-15 23:51:35'); +INSERT INTO `marker` VALUES (11155,1901,NULL,2,1901,76915,'Tori Village','for warm clothes',112.78125,-139.0625,0,0,0,'2019-12-16 23:23:44'); +INSERT INTO `marker` VALUES (11156,1901,NULL,2,1944,77028,'Zant's Helmet','',148.125,-166.296875,0,1,0,'2019-12-17 21:56:08'); +INSERT INTO `marker` VALUES (11157,1901,NULL,2,1946,77028,'Misko's EX Journal','',123.890625,-155.21875,0,0,0,'2019-12-17 22:01:08'); +INSERT INTO `marker` VALUES (11158,1901,NULL,2,1946,77028,'Misko's EX Journal 2','',134.953125,-158.640625,0,0,0,'2019-12-17 22:01:33'); +INSERT INTO `marker` VALUES (11159,1901,NULL,2,1946,74072,'Rumor Mill: Volume 5','Inside the Wetland Stable, on the table',141.875,-130.734375,0,0,0,'2019-12-18 07:14:42'); +INSERT INTO `marker` VALUES (11160,1901,NULL,2,1925,77093,'Difficult - Not done','',185,-179.375,0,0,0,'2019-12-18 12:40:42'); +INSERT INTO `marker` VALUES (11161,1901,NULL,2,1936,76836,'Korok seed behind it','',167.8515625,-71.734375,0,0,0,'2019-12-19 07:27:30'); +INSERT INTO `marker` VALUES (11162,1901,NULL,2,1926,75087,'Divine Beast Vah Naboris','',95.09375,-169.15625,0,0,0,'2019-12-19 20:32:20'); +INSERT INTO `marker` VALUES (11163,1901,NULL,2,1926,77230,'non did shrines','',46.75,-151,0,0,0,'2019-12-19 22:06:39'); +INSERT INTO `marker` VALUES (11164,1901,NULL,2,1921,76435,'Kakariko','',158.578125,-142.734375,0,0,0,'2019-12-20 06:20:09'); +INSERT INTO `marker` VALUES (11165,1901,NULL,2,1901,76435,'Kakariko','',156.765625,-143.625,0,0,0,'2019-12-20 06:23:30'); +INSERT INTO `marker` VALUES (11166,1901,NULL,2,1943,76836,'Silver Rupee','',134.69140625,-189.0390625,0,0,0,'2019-12-20 22:23:26'); +INSERT INTO `marker` VALUES (11167,1901,NULL,2,1943,76836,'Opal x 1','',132.42578125,-189.11328125,0,0,0,'2019-12-20 22:26:17'); +INSERT INTO `marker` VALUES (11168,1901,NULL,2,1939,74072,'Ice Wizzrobe','Maybe a glitch since no other site I found had this, but I did (normal difficulty). Was "flying" around right next to the encampment where the 2 moblins and 10x chest were',163.8984375,-125.8203125,0,0,0,'2019-12-21 06:08:10'); +INSERT INTO `marker` VALUES (11169,1901,NULL,2,1930,67975,' Ganon','The main enemy of the game, once beat, the game ends',124.02734375,-111.421875,0,1,0,'2019-12-21 09:26:13'); +INSERT INTO `marker` VALUES (11170,1901,NULL,2,1935,67975,'A Landscape of a Stable','NPC: Mayro\r\n\r\nRequires: Find the location the picture on the wall was painted from, it will reveal the location of a shrine.\r\n\r\nReward: Shrine',168.859375,-110.11328125,0,1,0,'2019-12-21 11:55:51'); +INSERT INTO `marker` VALUES (11171,1901,NULL,2,1916,67975,'Korok Seed','',169.515625,-112.890625,0,0,0,'2019-12-21 12:00:23'); +INSERT INTO `marker` VALUES (11172,1901,NULL,2,1944,67975,'Knight's Bow','Contains: Knight's Bow\r\n\r\nRequires defeating an army camp: Yes\r\n\r\nIs in the ground: No',167.078125,-113.421875,0,0,0,'2019-12-21 12:03:06'); +INSERT INTO `marker` VALUES (11173,1901,NULL,2,1931,67975,'Bokoblin Camp','Camp includes 2 Bokoblin archers [always awake] and 6 Bokoblins inside the skull [sleeping at night].\r\nit will also include 2 keeses if arriving at night\r\ninside the skull there are 4 exploding barrels, 2 under each eye.\r\nshootinga rope holding the lamp in one of the eyes will cause an explosion.',166.9609375,-113.5546875,0,1,0,'2019-12-21 12:11:45'); +INSERT INTO `marker` VALUES (11174,1901,NULL,2,1901,67975,'Luminous Stone Deposits','A location with 5 luminous stone deposits',166.0078125,-113.71875,0,0,0,'2019-12-21 12:13:10'); +INSERT INTO `marker` VALUES (11175,1901,NULL,2,1931,67975,'Enemy Camp','Camp includes 2 Lizalfos, one Bokoblin, and 2 fire Chuchus.\r\nin addition, there are 4 explosive barrels surrounding the camp.',167.33984375,-116.63671875,0,1,0,'2019-12-21 12:25:53'); +INSERT INTO `marker` VALUES (11176,1901,NULL,2,1944,76836,'Ravio's Hood','Chest is in ground under the hand, pull it out with Magnesis.',141.1171875,-166.08203125,0,0,0,'2019-12-21 22:55:53'); +INSERT INTO `marker` VALUES (11177,1901,NULL,2,1925,59975,'Ya Naga Shrine','',122.7978515625,-168.637939453125,0,0,0,'2019-12-22 02:25:59'); +INSERT INTO `marker` VALUES (11178,1901,NULL,2,1936,74072,'Reward: Ruby x3 (Break the ore deposit)','',174.59375,-133.671875,0,0,0,'2019-12-23 18:03:42'); +INSERT INTO `marker` VALUES (11179,1901,NULL,2,1948,74072,'Under rock overhnag','',178.25,-129.42578125,0,0,0,'2019-12-23 18:19:21'); +INSERT INTO `marker` VALUES (11180,1901,NULL,2,1901,77697,'Kakariko Village','',147.78125,-142.1538100671167,0,1,0,'2019-12-23 22:54:29'); +INSERT INTO `marker` VALUES (11181,1901,NULL,2,1925,77818,'!!','',160.046875,-143.234375,0,0,0,'2019-12-24 21:12:45'); +INSERT INTO `marker` VALUES (11182,1901,NULL,2,1901,77879,'Shrine to do','',103.77157145492,-150.25,0,0,0,'2019-12-25 01:48:45'); +INSERT INTO `marker` VALUES (11183,1901,NULL,2,1935,77923,'sheep rustlers','free the scheep',184.765625,-161.296875,0,0,0,'2019-12-25 11:53:58'); +INSERT INTO `marker` VALUES (11184,1901,NULL,2,1903,23337,'Royal Halberd','',118.9609375,-87.3671875,0,1,0,'2019-12-25 16:07:56'); +INSERT INTO `marker` VALUES (11185,1901,NULL,2,1943,76836,'Amber','',109.953125,-148.69921875,0,0,0,'2019-12-26 09:24:56'); +INSERT INTO `marker` VALUES (11186,1901,NULL,2,1901,78128,'Zoras Domain','',25,-98.5,0,0,0,'2019-12-26 22:03:07'); +INSERT INTO `marker` VALUES (11187,1901,NULL,2,1901,78081,'Need High Jump','',152.75,-173.265625,0,0,0,'2019-12-27 07:09:30'); +INSERT INTO `marker` VALUES (11188,1901,NULL,2,1926,73213,'Devine Beast Va Rudania','',14.25,-180.875,0,0,0,'2019-12-28 11:44:02'); +INSERT INTO `marker` VALUES (11189,1901,NULL,2,1926,73213,'Devine Beast Va Medoh','',71.4375,-99.875,0,0,0,'2019-12-28 11:45:43'); +INSERT INTO `marker` VALUES (11190,1901,NULL,2,1916,78207,'Korok Seed','',150.328125,-100.625,0,0,0,'2019-12-28 13:16:46'); +INSERT INTO `marker` VALUES (11191,1901,NULL,2,1901,78577,'edfqef','',97.2249984741211,-138.65129900998681,0,0,0,'2019-12-29 15:27:27'); +INSERT INTO `marker` VALUES (11192,1901,NULL,2,1901,74630,'honeyvore bear','a beat',145.375,-124.1875,0,0,0,'2019-12-29 20:26:54'); +INSERT INTO `marker` VALUES (11193,1901,NULL,2,1926,76939,'Vah Medoh','',71.97949028015137,-99.70714950561523,0,0,0,'2019-12-29 23:17:42'); +INSERT INTO `marker` VALUES (11194,1901,NULL,2,1926,76939,'Vah Naboris','',86.87124252319336,-182.96971988677979,0,0,0,'2019-12-29 23:18:56'); +INSERT INTO `marker` VALUES (11195,1901,NULL,2,1926,76939,'Divine Beast Vah Rudania','',166.19676971435547,-87.59951210021973,0,0,0,'2019-12-29 23:20:29'); +INSERT INTO `marker` VALUES (11196,1901,NULL,2,1901,78902,'HERE','',117.421875,-152.4765625,0,0,0,'2019-12-30 21:05:33'); +INSERT INTO `marker` VALUES (11197,1901,NULL,2,1943,50315,'Ruby (EX)','',117.41015625,-151.73697918653488,0,0,0,'2019-12-31 14:29:04'); +INSERT INTO `marker` VALUES (11198,1901,NULL,2,1903,50315,'Tree Branch','',114.82031106948853,-153.07812523841858,0,0,0,'2019-12-31 16:09:47'); +INSERT INTO `marker` VALUES (11199,1901,NULL,2,1901,50315,'Amber','Check to marker on top of Mount Hylia for an Amber.',107.88281297683716,-162.7395839691162,0,0,0,'2019-12-31 18:55:40'); +INSERT INTO `marker` VALUES (11200,1901,NULL,2,1901,79082,'luna','',85.015625,-131.37653792491122,0,0,0,'2019-12-31 20:12:55'); +INSERT INTO `marker` VALUES (11201,1901,NULL,2,1920,79070,'Shrine of Resurrection','',110.8515625,-157.48828125,0,0,0,'2019-12-31 20:20:17'); +INSERT INTO `marker` VALUES (11202,1901,NULL,2,1930,79070,'3 Bokoblins','',116.390625,-154.81640625,0,0,0,'2019-12-31 20:21:32'); +INSERT INTO `marker` VALUES (11203,1901,NULL,2,1903,50315,'Tree Branch','',110.42057299613953,-156.26822888851166,0,0,0,'2019-12-31 20:23:42'); +INSERT INTO `marker` VALUES (11204,1901,NULL,2,1931,79070,'Bokoblin camp','Reds and a blue',117.8828125,-157.73828125,0,0,0,'2019-12-31 20:27:10'); +INSERT INTO `marker` VALUES (11205,1901,NULL,2,1930,79070,'Bokoblin','',115.703125,-156.671875,0,0,0,'2019-12-31 20:38:09'); +INSERT INTO `marker` VALUES (11206,1901,NULL,2,1930,79070,'Bokoblin','',116.28515625,-157.09765625,0,0,0,'2019-12-31 20:38:22'); +INSERT INTO `marker` VALUES (11207,1901,NULL,2,1930,79070,'3 Stalkoblins','Appear at night.',112.265625,-153.2265625,0,0,0,'2019-12-31 21:07:02'); +INSERT INTO `marker` VALUES (11208,1901,NULL,2,1920,79070,'Outpost Ruins','',123.8671875,-154.24609375,0,0,0,'2019-12-31 21:08:54'); +INSERT INTO `marker` VALUES (11209,1901,NULL,2,1920,79070,'Eastern Abbey','',120.390625,-158.96484375,0,0,0,'2019-12-31 21:09:41'); +INSERT INTO `marker` VALUES (11210,1901,NULL,2,1920,79070,'Temple of Time','',115.19921875,-159.16796875,0,0,0,'2019-12-31 21:10:18'); +INSERT INTO `marker` VALUES (11211,1901,NULL,2,1944,75407,'Royal shield','',115.76953125,-72.76953125,0,0,0,'2020-01-01 18:39:30'); +INSERT INTO `marker` VALUES (11212,1901,NULL,2,1904,79259,'Fire arrows','Behind cracked wall',112.9247477054596,-164.7574164867401,0,1,0,'2020-01-02 22:08:22'); +INSERT INTO `marker` VALUES (11213,1901,NULL,2,1904,79259,'Bow','Now hidden under rock',113.6098301410675,-163.38385653495789,0,1,0,'2020-01-02 22:15:54'); +INSERT INTO `marker` VALUES (11214,1901,NULL,2,1936,79469,'Secret nook within the secret cave','',158.69921875,-168.7109375,0,0,0,'2020-01-03 05:28:25'); +INSERT INTO `marker` VALUES (11215,1901,NULL,2,1901,79469,'Cave of gemstones','',198.0625,-152.375,0,0,0,'2020-01-03 05:31:19'); +INSERT INTO `marker` VALUES (11216,1901,NULL,2,1925,78050,'Missed Shrine','',186.84375,-86.40625,0,0,0,'2020-01-03 17:07:21'); +INSERT INTO `marker` VALUES (11217,1901,NULL,2,1935,73866,'By Firefly's Light','',156.0078125,-144.109375,0,0,0,'2020-01-04 21:19:18'); +INSERT INTO `marker` VALUES (11218,1901,NULL,2,1903,79726,'eightfold longblade','',180.00390625,-135.58984375,0,0,0,'2020-01-05 00:26:47'); +INSERT INTO `marker` VALUES (11219,1901,NULL,2,1936,76430,'Cave with ore','',158.67135620117188,-175.59947204589844,0,0,0,'2020-01-05 07:58:33'); +INSERT INTO `marker` VALUES (11220,1901,NULL,2,1938,79019,'a visiter !','point d'accroche pour le volcan',168.90625,-109.703125,0,0,0,'2020-01-05 13:58:06'); +INSERT INTO `marker` VALUES (11221,1901,NULL,2,1916,78250,'BOTON','',194.51953125,-78.74609375,0,0,0,'2020-01-05 16:10:10'); +INSERT INTO `marker` VALUES (11222,1901,NULL,2,1944,50315,'Knight's Halberd','',118.89583206176758,-87.25000047683716,0,0,0,'2020-01-06 13:34:56'); +INSERT INTO `marker` VALUES (11223,1901,NULL,2,1916,76609,'falta korok torre llnura','',110.625,-120.01399528214306,0,0,0,'2020-01-06 18:33:23'); +INSERT INTO `marker` VALUES (11224,1901,NULL,2,1901,79503,'Chasse aux cerfs','',184.796875,-160.578125,0,0,0,'2020-01-06 18:44:28'); +INSERT INTO `marker` VALUES (11225,1901,NULL,2,1930,79070,'Yiga footsoldier','A man by the name of "Traveller" stops to talk to you.',155.96484375,-150.875,0,0,0,'2020-01-06 23:29:36'); +INSERT INTO `marker` VALUES (11226,1901,NULL,2,1930,79070,'Yiga footsoldier','A woman by the name of "Traveller" stops to talk to you.',176.3046875,-163.375,0,0,0,'2020-01-06 23:30:50'); +INSERT INTO `marker` VALUES (11227,1901,NULL,2,1936,74072,'Bombable rock pile, Ore inside','Contains rock salt, so not worth the effort unless you are in the area',187.65625,-132.13671875,0,0,0,'2020-01-07 20:14:36'); +INSERT INTO `marker` VALUES (11228,1901,NULL,2,1936,74072,'Rare Ore Depoit behind bombable rock wall','',201.3671875,-115.7265625,0,0,0,'2020-01-07 21:28:13'); +INSERT INTO `marker` VALUES (11229,1901,NULL,2,1901,49011,'V','',84.6015625,-170.8828125,0,0,0,'2020-01-08 01:42:39'); +INSERT INTO `marker` VALUES (11230,1901,NULL,2,1926,76193,'Divine Beast Vah Rudania','',167.5546875,-87.4453125,0,0,0,'2020-01-08 19:29:10'); +INSERT INTO `marker` VALUES (11231,1901,NULL,2,1901,76193,'Shatterback Point','',186.6796875,-121.6171875,0,0,0,'2020-01-08 19:37:48'); +INSERT INTO `marker` VALUES (11232,1901,NULL,2,1901,76193,'Death Mountain Summit','',166.46875,-88.53125,0,0,0,'2020-01-08 19:38:23'); +INSERT INTO `marker` VALUES (11233,1901,NULL,2,1901,76193,'Mekar Island','',123.94921875,-93.66796875,0,0,0,'2020-01-08 19:40:04'); +INSERT INTO `marker` VALUES (11234,1901,NULL,2,1904,76193,'Bomb Arrow x5','',105.09375,-159.6875,0,0,0,'2020-01-08 19:40:32'); +INSERT INTO `marker` VALUES (11235,1901,NULL,2,1901,76193,'Bomb Arrow x5 (DLC)','',105.0859375,-159.70703125,0,0,0,'2020-01-08 19:40:52'); +INSERT INTO `marker` VALUES (11236,1901,NULL,2,1943,76193,'Sapphire (DLC)','',117.4140625,-151.7265625,0,0,0,'2020-01-08 19:41:31'); +INSERT INTO `marker` VALUES (11237,1901,NULL,2,1904,76193,'Bomb Arrow x5 (DLC)','',105.1171875,-159.7109375,0,0,0,'2020-01-08 19:41:43'); +INSERT INTO `marker` VALUES (11238,1901,NULL,2,1944,76193,'Nintendo Switch T-Shirt (DLC)','',120.6796875,-159.37109375,0,0,0,'2020-01-08 19:43:07'); +INSERT INTO `marker` VALUES (11239,1901,NULL,2,1944,76193,'Zant's Helm (DLC)','',148.09375,-166.328125,0,0,0,'2020-01-08 19:43:35'); +INSERT INTO `marker` VALUES (11240,1901,NULL,2,1944,76193,'Island Lobster Shirt (DLC)','',127.53125,-174.71875,0,0,0,'2020-01-08 19:44:06'); +INSERT INTO `marker` VALUES (11241,1901,NULL,2,1944,76193,'Majora's Mask (DLC)','',120.96484375,-148.02734375,0,0,0,'2020-01-08 19:44:42'); +INSERT INTO `marker` VALUES (11242,1901,NULL,2,1944,76193,'Tingle's Tights (DLC)','',126.59375,-130.53125,0,0,0,'2020-01-08 19:45:32'); +INSERT INTO `marker` VALUES (11243,1901,NULL,2,1944,76193,'Korok Mask (DLC)','',138.859375,-98.484375,0,0,0,'2020-01-08 19:46:28'); +INSERT INTO `marker` VALUES (11244,1901,NULL,2,1943,76193,'Travel Medallion (DLC)','',200.7578125,-72.3203125,0,0,0,'2020-01-08 19:49:45'); +INSERT INTO `marker` VALUES (11245,1901,NULL,2,1944,76193,'Tingle's Shirt (DLC)','',117.375,-115.08984375,0,0,0,'2020-01-08 19:52:26'); +INSERT INTO `marker` VALUES (11246,1901,NULL,2,1944,76193,'Tingle's Hat (DLC)','',115.984375,-141.62890625,0,0,0,'2020-01-08 19:53:04'); +INSERT INTO `marker` VALUES (11247,1901,NULL,2,1944,76193,'Midna's Helm (','',106.27734375,-131.73046875,0,0,0,'2020-01-08 19:53:34'); +INSERT INTO `marker` VALUES (11248,1901,NULL,2,1944,76193,'Midna's Helm (DLC)','',106.37109375,-131.6171875,0,0,0,'2020-01-08 19:53:59'); +INSERT INTO `marker` VALUES (11249,1901,NULL,2,1926,76193,'Divine Beast Vah Naboris','',95.0625,-169.5,0,0,0,'2020-01-08 19:57:30'); +INSERT INTO `marker` VALUES (11250,1901,NULL,2,1926,76193,'Divine Beast Vah Medoh','',71.484375,-97.359375,0,0,0,'2020-01-08 19:57:50'); +INSERT INTO `marker` VALUES (11251,1901,NULL,2,1901,76193,'Trial of the Sword (DLC)','',134.8046875,-95.0625,0,0,0,'2020-01-08 19:58:42'); +INSERT INTO `marker` VALUES (11252,1901,NULL,2,1901,76193,'Shrine of Resurrection','',110.92578125,-157.37109375,0,0,0,'2020-01-08 19:59:55'); +INSERT INTO `marker` VALUES (11253,1901,NULL,2,1910,76193,'Sheikah Slate','',110.38671875,-157.66015625,0,0,0,'2020-01-08 20:00:14'); +INSERT INTO `marker` VALUES (11254,1901,NULL,2,1903,76193,'One-Hit Obliterator (DLC)','',110.41796875,-157.71875,0,0,0,'2020-01-08 20:00:39'); +INSERT INTO `marker` VALUES (11255,1901,NULL,2,1910,76193,'Paraglider','',115.32421875,-158.67578125,0,0,0,'2020-01-08 20:01:07'); +INSERT INTO `marker` VALUES (11256,1901,NULL,2,1910,76193,'Daruk's Protection','',153.47265625,-89.953125,0,0,0,'2020-01-08 20:01:35'); +INSERT INTO `marker` VALUES (11257,1901,NULL,2,1910,76193,'Revali's Gale','',71.015625,-99.55859375,0,0,0,'2020-01-08 20:02:30'); +INSERT INTO `marker` VALUES (11258,1901,NULL,2,1910,76193,'Mipha's Grace','',179.2890625,-121.32421875,0,0,0,'2020-01-08 20:03:07'); +INSERT INTO `marker` VALUES (11259,1901,NULL,2,1910,76193,'Urbosa's Fury','',68.91796875,-172.6640625,0,0,0,'2020-01-08 20:03:33'); +INSERT INTO `marker` VALUES (11260,1901,NULL,2,1925,76193,'Maz Koshia's Labyrinth (DLC)','',110.765625,-157.5,0,0,0,'2020-01-08 20:04:42'); +INSERT INTO `marker` VALUES (11261,1901,NULL,2,1910,76193,'Master Cycle Zero (DLC)','',110.875,-157.42578125,0,0,0,'2020-01-08 20:05:09'); +INSERT INTO `marker` VALUES (11262,1901,NULL,2,1946,76193,'Misko's EX Journal','',123.8984375,-155.19921875,0,0,0,'2020-01-08 20:09:55'); +INSERT INTO `marker` VALUES (11263,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2','',133.25,-144.96875,0,0,0,'2020-01-08 20:11:23'); +INSERT INTO `marker` VALUES (11264,1901,NULL,2,1946,76193,'Super Rumor Mill EX V2 (DLC)','',133.2578125,-144.98828125,0,0,0,'2020-01-08 20:11:46'); +INSERT INTO `marker` VALUES (11265,1901,NULL,2,1901,76193,'Eventide Island','',199.25,-185.21875,0,0,0,'2020-01-08 20:16:37'); +INSERT INTO `marker` VALUES (11266,1901,NULL,2,1901,76193,'Yiga Clan Hideout','',71.8671875,-149.1484375,0,0,0,'2020-01-08 20:17:28'); +INSERT INTO `marker` VALUES (11267,1901,NULL,2,1901,76193,'Yiga Hideout Pit','',74.3984375,-148.8671875,0,0,0,'2020-01-08 20:17:47'); +INSERT INTO `marker` VALUES (11268,1901,NULL,2,1901,76193,'Statue of the Eighth Heroine','',59.65625,-136.140625,0,0,0,'2020-01-08 20:18:17'); +INSERT INTO `marker` VALUES (11269,1901,NULL,2,1901,76193,'The Seven Heroines','',85.921875,-172.0859375,0,0,0,'2020-01-08 20:18:39'); +INSERT INTO `marker` VALUES (11270,1901,NULL,2,1935,76193,'Desert Labyrinth','',99.9609375,-181.72265625,0,0,0,'2020-01-08 20:19:29'); +INSERT INTO `marker` VALUES (11271,1901,NULL,2,1935,76193,'North Lomei Labyrinth','',115.0078125,-72.79296875,0,0,0,'2020-01-08 20:20:02'); +INSERT INTO `marker` VALUES (11272,1901,NULL,2,1920,76193,'Lomei Labyrinth Island','',200.75,-72.03125,0,0,0,'2020-01-08 20:20:36'); +INSERT INTO `marker` VALUES (11273,1901,NULL,2,1920,76193,'North Lomei Labyrinth','',114.7109375,-72.76953125,0,0,0,'2020-01-08 20:21:06'); +INSERT INTO `marker` VALUES (11274,1901,NULL,2,1920,76193,'Desert Labyrinth','',99.94140625,-181.8984375,0,0,0,'2020-01-08 20:21:39'); +INSERT INTO `marker` VALUES (11275,1901,NULL,2,1934,76193,'Champion Urbosa's Song (DLC)','',94.3671875,-168.08984375,0,0,0,'2020-01-08 20:22:14'); +INSERT INTO `marker` VALUES (11276,1901,NULL,2,1934,76193,'Champion Revali's Song (DLC)','',71.390625,-99.7265625,0,0,0,'2020-01-08 20:22:45'); +INSERT INTO `marker` VALUES (11277,1901,NULL,2,1934,76193,'Champion Daruk's Song (DLC)','',166.55859375,-88.3203125,0,0,0,'2020-01-08 20:23:13'); +INSERT INTO `marker` VALUES (11278,1901,NULL,2,1934,76193,'Champion Mipha's Song (DLC)','',174.0859375,-129.9296875,0,0,0,'2020-01-08 20:23:47'); +INSERT INTO `marker` VALUES (11279,1901,NULL,2,1930,76193,'Monk Maz Koshia (DLC)','',111.0703125,-157.4453125,0,0,0,'2020-01-08 20:24:26'); +INSERT INTO `marker` VALUES (11280,1901,NULL,2,1934,76193,'The Champions' Ballad (DLC)','',112.03125,-156.0859375,0,0,0,'2020-01-08 20:24:50'); +INSERT INTO `marker` VALUES (11281,1901,NULL,2,1910,76193,'Champions' Picture (DLC)','',111.91796875,-156.1015625,0,0,0,'2020-01-08 20:25:13'); +INSERT INTO `marker` VALUES (11282,1901,NULL,2,1910,79070,'Ore','Several ore deposits in this canyon.',166.7265625,-152.30859375,0,0,0,'2020-01-09 01:26:03'); +INSERT INTO `marker` VALUES (11283,1901,NULL,2,1925,72389,'shrine','',113.15625,-118.20703125,0,1,0,'2020-01-09 13:44:48'); +INSERT INTO `marker` VALUES (11284,1901,NULL,2,1920,76193,'Mounted Archery Camp','',124.4609375,-182.3046875,0,0,0,'2020-01-09 19:50:03'); +INSERT INTO `marker` VALUES (11285,1901,NULL,2,1935,76193,'The Giant Horse','',124.453125,-182.421875,0,0,0,'2020-01-09 19:50:18'); +INSERT INTO `marker` VALUES (11286,1901,NULL,2,1944,76193,'Ravio's Hat (DLC)','',141.1171875,-166.015625,0,0,0,'2020-01-09 19:56:02'); +INSERT INTO `marker` VALUES (11287,1901,NULL,2,1935,76193,'Arrows of Burning Flame','',156.4921875,-144.2578125,0,0,0,'2020-01-09 19:57:23'); +INSERT INTO `marker` VALUES (11288,1901,NULL,2,1935,76193,'By Firefly's Light','',157.68359375,-144.12890625,0,0,0,'2020-01-09 19:57:45'); +INSERT INTO `marker` VALUES (11289,1901,NULL,2,1926,75562,'Divine Beast Vah Naboris','',76.25,-181.625,0,0,0,'2020-01-10 16:24:08'); +INSERT INTO `marker` VALUES (11290,1901,NULL,2,1901,80678,'Shrine of Resurrection','This is where Link wakes up and the game begins.',110.359375,-157.6203439362345,0,0,0,'2020-01-10 18:19:47'); +INSERT INTO `marker` VALUES (11291,1901,NULL,2,1930,79070,'Lizalfos','',134.8125,-159.203125,0,0,0,'2020-01-10 22:20:32'); +INSERT INTO `marker` VALUES (11292,1901,NULL,2,1931,80678,'Bokoblin Camp','',135.6875,-152.6328125,0,0,0,'2020-01-11 18:54:23'); +INSERT INTO `marker` VALUES (11293,1901,NULL,2,1931,80678,'Bokoblin Camp','',132.3671875,-153.9296875,0,0,0,'2020-01-11 22:38:57'); +INSERT INTO `marker` VALUES (11294,1901,NULL,2,1901,80678,'Old Man's House','The Old Man's House. Includes a cooking pot and a bed where Link can recover his hearts.',115.7421875,-163.46875,0,0,0,'2020-01-11 22:40:01'); +INSERT INTO `marker` VALUES (11295,1901,NULL,2,1931,80678,'Bokoblin Camp','',139.359375,-155.625,0,0,0,'2020-01-11 22:51:50'); +INSERT INTO `marker` VALUES (11296,1901,NULL,2,1931,80678,'Bokoblin Camp','',140.9921875,-155.15625,0,0,0,'2020-01-11 22:56:08'); +INSERT INTO `marker` VALUES (11297,1901,NULL,2,1935,75273,'The Sheep Rustlers','Under the tree, speak to Koyin to start the quest. Beat the monsters at Hateno Beach and return to her to finish it.',184.6484375,-160.8671875,0,0,0,'2020-01-12 21:18:38'); +INSERT INTO `marker` VALUES (11298,1901,NULL,2,1935,75273,'Arrows of Burning Heat','Rola asks you to light the torches around the godess statue using arrows.',156.48046875,-144.2421875,0,0,0,'2020-01-13 00:26:36'); +INSERT INTO `marker` VALUES (11299,1901,NULL,2,1926,77978,'Divine Beast Vah Naboris','',95.1171875,-169.1953125,0,0,0,'2020-01-13 13:17:56'); +INSERT INTO `marker` VALUES (11300,1901,NULL,2,1920,76193,'Southern Mine','',154.1953125,-97.5390625,0,0,0,'2020-01-13 18:31:31'); +INSERT INTO `marker` VALUES (11301,1901,NULL,2,1920,76193,'Abandoned North Mine','',153.6796875,-86.4296875,0,0,0,'2020-01-13 18:31:52'); +INSERT INTO `marker` VALUES (11302,1901,NULL,2,1935,76193,'Stranded on Eventide','',199.125,-184.921875,0,0,0,'2020-01-13 18:39:29'); +INSERT INTO `marker` VALUES (11303,1901,NULL,2,1935,76193,'Guardian Slideshow','',129.828125,-187.859375,0,0,0,'2020-01-13 18:40:03'); +INSERT INTO `marker` VALUES (11304,1901,NULL,2,1920,76193,'Akkala Ancient Tech Lab','',198.55078125,-78.56640625,0,0,0,'2020-01-13 18:55:52'); +INSERT INTO `marker` VALUES (11305,1901,NULL,2,1920,76193,'Hateno Ancient Tech Lab','',187.05859375,-161.109375,0,0,0,'2020-01-13 18:56:40'); +INSERT INTO `marker` VALUES (11306,1901,NULL,2,1901,76193,'Fang and Bone (1st Appearance)','',178.80078125,-74.01171875,0,0,0,'2020-01-13 18:58:36'); +INSERT INTO `marker` VALUES (11307,1901,NULL,2,1935,76193,'Death Mountain's Secret','',155.859375,-92.91796875,0,0,0,'2020-01-13 19:07:20'); +INSERT INTO `marker` VALUES (11308,1901,NULL,2,1926,81214,'Vah Medoh','',71.34375,-99.93359375,0,1,0,'2020-01-13 20:42:30'); +INSERT INTO `marker` VALUES (11309,2000,NULL,2,1950,81232,'Lil Devil - Magic Powder','',47.75,-113.25,0,0,0,'2020-01-14 04:05:12'); +INSERT INTO `marker` VALUES (11310,1901,NULL,2,1931,80678,'Bokoblin Camp','',150.203125,-120.28125,0,0,0,'2020-01-14 04:23:41'); +INSERT INTO `marker` VALUES (11311,2003,NULL,2,1962,81232,'Key','',84.875,-165.25,0,0,0,'2020-01-14 05:02:08'); +INSERT INTO `marker` VALUES (11312,1901,NULL,2,1945,80678,'Blupee','',159.1875,-163.25,0,0,0,'2020-01-15 02:36:32'); +INSERT INTO `marker` VALUES (11313,1901,NULL,2,1945,80678,'Blupee','',158,-165.53125,0,0,0,'2020-01-15 02:36:47'); +INSERT INTO `marker` VALUES (11314,1901,NULL,2,1930,76193,'Calamity Ganon','',124.0234375,-111.375,0,0,0,'2020-01-15 18:34:09'); +INSERT INTO `marker` VALUES (11315,1901,NULL,2,1930,76193,'Fireblight Ganon','',167.7109375,-87.5390625,0,0,0,'2020-01-15 18:34:45'); +INSERT INTO `marker` VALUES (11316,1901,NULL,2,1930,76193,'Windblight Ganon','',71.640625,-97.03125,0,0,0,'2020-01-15 18:35:03'); +INSERT INTO `marker` VALUES (11317,1901,NULL,2,1930,76193,'Thunderblight Ganon','',83.6875,-182.4375,0,0,0,'2020-01-15 18:35:26'); +INSERT INTO `marker` VALUES (11318,1901,NULL,2,1930,76193,'Waterblight Ganon','',185.2578125,-125.171875,0,0,0,'2020-01-15 18:35:41'); +INSERT INTO `marker` VALUES (11319,1901,NULL,2,1937,76193,'Lord of the Mountain','',92.3984375,-133.2578125,0,0,0,'2020-01-15 18:43:29'); +INSERT INTO `marker` VALUES (11320,1901,NULL,2,1901,76193,'Zelda's Horse','',101.70703125,-140.671875,0,0,0,'2020-01-15 18:44:41'); +INSERT INTO `marker` VALUES (11321,1901,NULL,2,1935,73866,'A Gift of Nightshade','',168.4453125,-183.4375,0,0,0,'2020-01-16 00:11:54'); +INSERT INTO `marker` VALUES (11322,1901,NULL,2,1935,76193,'Riddles of Hyrule','',134.5234375,-94.0859375,0,0,0,'2020-01-16 18:18:14'); +INSERT INTO `marker` VALUES (11323,1901,NULL,2,1943,78796,'Chest ','Glitched into water',162.31249986690227,-186.08573485039807,0,0,0,'2020-01-17 09:17:56'); +INSERT INTO `marker` VALUES (11324,1901,NULL,2,1925,36179,'Rohta Chigah Shrine','Stop to Start',119.921875,-156.0625,0,1,0,'2020-01-18 08:13:30'); +INSERT INTO `marker` VALUES (11325,1901,NULL,2,1925,36179,'Ruvo Korbah Shrine','A Major Test of Strangth+',114.96484375,-161.4296875,0,1,0,'2020-01-18 08:14:40'); +INSERT INTO `marker` VALUES (11326,1901,NULL,2,1925,36179,'Etsu Korima Shrine','Path of Light',109.01953125,-160.98046875,0,1,0,'2020-01-18 08:15:21'); +INSERT INTO `marker` VALUES (11327,1901,NULL,2,1925,36179,'Yowaka Ita Shrine','Collected Soul',113.265625,-154.1015625,0,1,0,'2020-01-18 08:15:53'); +INSERT INTO `marker` VALUES (11328,1901,NULL,2,1901,36179,'Champion Revali's Song','Part of DLC wave 2 ',70.765625,-107.4375,0,1,0,'2020-01-18 08:25:28'); +INSERT INTO `marker` VALUES (11329,1901,NULL,2,1925,36179,'Noe Rajee Shrine','DLC wave 2 ',68.30859375,-91.8984375,0,1,0,'2020-01-18 08:33:53'); +INSERT INTO `marker` VALUES (11330,1901,NULL,2,1925,36179,'Shira Gomar Shrine','DLC wave 2',90.8515625,-106.40625,0,0,0,'2020-01-18 08:47:16'); +INSERT INTO `marker` VALUES (11331,1901,NULL,2,1925,36179,'Kiah Toza Shrine','DLC wave 2',94.484375,-78.21875,0,0,0,'2020-01-18 09:04:28'); +INSERT INTO `marker` VALUES (11332,1901,NULL,2,1904,81159,'Explosive Arrows x5','',105.2734375,-159.671875,0,0,0,'2020-01-18 18:27:17'); +INSERT INTO `marker` VALUES (11333,1901,NULL,2,1916,81840,'Korok Seed','Korok under the stones',115.171875,-152.19140625,0,1,0,'2020-01-18 21:14:42'); +INSERT INTO `marker` VALUES (11334,1901,NULL,2,1901,81872,'find','',-51.5,-89.47134376698764,0,0,0,'2020-01-19 04:37:39'); +INSERT INTO `marker` VALUES (11335,1901,NULL,2,1901,81851,'Stone Talus','',37.625,-127.625,0,0,0,'2020-01-19 07:33:35'); +INSERT INTO `marker` VALUES (11336,1901,NULL,2,1931,82063,'Bokoblin Camp','',118.25,-158.03125,0,0,0,'2020-01-20 14:35:01'); +INSERT INTO `marker` VALUES (11337,1901,NULL,2,1944,80073,'Royal Bow','In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.',140.27734375,-103.53125,0,0,0,'2020-01-20 17:36:53'); +INSERT INTO `marker` VALUES (11338,1901,NULL,2,1901,14388,'Dinraal Farming Spot','',78.10940838879046,-112.20080150401046,0,0,0,'2020-01-21 04:13:48'); +INSERT INTO `marker` VALUES (11339,1901,NULL,2,1935,79786,'Hero's treasure','Kass quest to retrieve the hero's cache.',186.6875,-169,0,0,0,'2020-01-21 17:25:49'); +INSERT INTO `marker` VALUES (11340,1901,NULL,2,1935,79786,'Hero's treasure','Kass's quest to retrieve the old hero's treasure',186.734375,-169.015625,0,0,0,'2020-01-21 17:31:13'); +INSERT INTO `marker` VALUES (11341,1901,NULL,2,1939,74072,'Ice Wizzrobe','',103.828125,-186.2734375,0,0,0,'2020-01-22 08:26:08'); +INSERT INTO `marker` VALUES (11342,1901,NULL,2,1944,78796,'Silverscale spear','Not a zora spear',178.92578119357813,-120.57020968512843,0,0,0,'2020-01-23 06:16:09'); +INSERT INTO `marker` VALUES (11343,1901,NULL,2,1944,78796,'Silverscale spear','Not Zora spear',180.0005580614658,-119.70081878786053,0,0,0,'2020-01-23 07:14:53'); +INSERT INTO `marker` VALUES (11344,1901,NULL,2,1901,82330,'bghit nmshi','',168.5,-88.5,0,0,0,'2020-01-23 10:34:49'); +INSERT INTO `marker` VALUES (11345,1901,NULL,2,1944,14388,'EX Ravio's Hood','',140.91632506751728,-165.96788977438555,0,1,0,'2020-01-24 20:32:01'); +INSERT INTO `marker` VALUES (11346,1901,NULL,2,1902,82690,'Barbarian Helm','',200.375,-71.625,0,0,0,'2020-01-26 16:12:42'); +INSERT INTO `marker` VALUES (11347,1901,NULL,2,1902,82690,'Barbarian Chestplate','',99.738037109375,-182.03207397460938,0,0,0,'2020-01-26 16:18:02'); +INSERT INTO `marker` VALUES (11348,1901,NULL,2,1902,82690,'Barbarian Leg Wraps','',114.8657455444336,-71.79652404785156,0,0,0,'2020-01-26 16:19:07'); +INSERT INTO `marker` VALUES (11349,1901,NULL,2,1902,82690,'Nintendo switch shirt','',120.66229796409607,-159.3363962173462,0,0,0,'2020-01-26 16:22:57'); +INSERT INTO `marker` VALUES (11350,1901,NULL,2,1902,82690,'Hyrulian Trousers','',115.5775511264801,-158.34299850463867,0,0,0,'2020-01-26 16:26:15'); +INSERT INTO `marker` VALUES (11351,1901,NULL,2,1902,82690,'Warm Doublet','',115.44416403770447,-163.25823616981506,0,0,0,'2020-01-26 16:35:44'); +INSERT INTO `marker` VALUES (11352,1901,NULL,2,1902,82690,'Warm Doublet','',107.85525643825531,-162.6944615840912,0,0,0,'2020-01-26 16:38:36'); +INSERT INTO `marker` VALUES (11353,1901,NULL,2,1943,82757,'Rupee','Purple rupee(50)',135.328125,-158.546875,0,0,0,'2020-01-27 00:57:06'); +INSERT INTO `marker` VALUES (11354,1901,NULL,2,1930,82757,'Lizarfos','2 Lizarfos',135.3984375,-159.171875,0,0,0,'2020-01-27 01:02:07'); +INSERT INTO `marker` VALUES (11355,1901,NULL,2,1935,82757,'The Giant of Relis Pond','hunt a Hinox in Ralis Pond',179.828125,-119.40625,0,0,0,'2020-01-27 02:17:51'); +INSERT INTO `marker` VALUES (11356,1901,NULL,2,1944,82757,'Zora Spear','Behind the Bottom korok',179.859375,-120.0546875,0,0,0,'2020-01-27 02:29:53'); +INSERT INTO `marker` VALUES (11357,1901,NULL,2,1901,82772,'Divine Beast Vah Rudania','',168.375,-88.25,0,0,0,'2020-01-27 04:15:34'); +INSERT INTO `marker` VALUES (11358,1901,NULL,2,1916,82787,'Kolog','',133.0546875,-150.2578125,0,0,0,'2020-01-27 11:48:54'); +INSERT INTO `marker` VALUES (11359,1901,NULL,2,1939,78832,'Blizzrobe','',103.78125,-186.46875,0,0,0,'2020-01-28 00:01:04'); +INSERT INTO `marker` VALUES (11360,1901,NULL,2,1943,82489,'gold rupee','',107.1484375,-90.9140625,0,0,0,'2020-01-28 08:08:07'); +INSERT INTO `marker` VALUES (11361,1901,NULL,2,1943,82489,'giant ancient core','',108.828125,-89.0703125,0,0,0,'2020-01-28 08:09:43'); +INSERT INTO `marker` VALUES (11362,1901,NULL,2,1904,77697,'Dinraal Farm','Farm Dinraal (Fire Dragon) parts',142.640625,-70.390625,0,0,0,'2020-01-28 15:25:36'); +INSERT INTO `marker` VALUES (11363,1901,NULL,2,1901,82864,'Boat','',111.20703125,-160.0234375,0,0,0,'2020-01-28 16:48:11'); +INSERT INTO `marker` VALUES (11364,1901,NULL,2,1901,82864,'Bed','',115.822265625,-163.228515625,0,0,0,'2020-01-28 16:54:43'); +INSERT INTO `marker` VALUES (11365,1901,NULL,2,1931,82864,'Enemy Camp','',117.765625,-162.18359375,0,0,0,'2020-01-28 17:14:34'); +INSERT INTO `marker` VALUES (11366,1901,NULL,2,1936,82864,'Cracked Wall','Hides treasure',114.3984375,-158.234375,0,0,0,'2020-01-28 17:16:27'); +INSERT INTO `marker` VALUES (11367,1901,NULL,2,1926,82913,'Vah'Naboris','',82.125,-180.75,0,0,0,'2020-01-28 18:11:51'); +INSERT INTO `marker` VALUES (11368,1901,NULL,2,1926,82913,'Vah'Rudania','',165.75,-88.3125,0,0,0,'2020-01-28 18:16:18'); +INSERT INTO `marker` VALUES (11369,1901,NULL,2,1901,82913,'Vah'Medoh','',71.5625,-99.8125,0,0,0,'2020-01-28 18:16:53'); +INSERT INTO `marker` VALUES (11370,1901,NULL,2,1901,82414,'Espadon mision diosa','',65.9765625,-142.4921875,0,0,0,'2020-01-28 19:34:02'); +INSERT INTO `marker` VALUES (11371,1901,NULL,2,1901,82929,'hi','',37.06213753668689,-83.9657916120841,0,0,0,'2020-01-28 22:43:16'); +INSERT INTO `marker` VALUES (11372,1901,NULL,2,1935,82864,'By Firefly's Light','',157.71484375,-144.19140625,0,0,0,'2020-01-29 00:58:19'); +INSERT INTO `marker` VALUES (11373,1901,NULL,2,1935,82864,'The Stolen Heirloom','',155.8828125,-143.41796875,0,0,0,'2020-01-29 01:17:36'); +INSERT INTO `marker` VALUES (11374,1901,NULL,2,1936,82864,'Cracked Wall','',154.609375,-145.01953125,0,0,0,'2020-01-29 01:32:17'); +INSERT INTO `marker` VALUES (11375,1901,NULL,2,1901,81346,'cubos ','cubos ',101.95703125,-164.51953125,0,0,0,'2020-01-30 20:47:31'); +INSERT INTO `marker` VALUES (11376,1901,NULL,2,1944,59975,'Tingle's Tights (DLC)','',127.484375,-131.34765625,0,0,0,'2020-01-30 21:33:02'); +INSERT INTO `marker` VALUES (11377,1901,NULL,2,1902,59975,'Phantom Armor (DLC)','',124.18994140625,-126.63272094726562,0,0,0,'2020-01-30 21:35:00'); +INSERT INTO `marker` VALUES (11378,1901,NULL,2,1902,59975,'Phantom Greaves (DLC)','',120.0267333984375,-137.57664489746094,0,0,0,'2020-01-30 21:38:52'); +INSERT INTO `marker` VALUES (11379,1901,NULL,2,1901,82896,'Ores','',79.46875,-156.2578125,0,0,0,'2020-01-31 22:40:52'); +INSERT INTO `marker` VALUES (11380,1901,NULL,2,1901,22593,'Cave Entrance','',69.4921875,-72.390625,0,0,0,'2020-02-02 18:59:54'); +INSERT INTO `marker` VALUES (11381,1901,NULL,2,1926,83430,'Divine Beast Vah Naboris','',88.09375,-185.28125,0,0,0,'2020-02-02 21:30:20'); +INSERT INTO `marker` VALUES (11382,1901,NULL,2,1926,83430,'Divine Beast Vah Medoh','',71.5390625,-98.921875,0,0,0,'2020-02-02 21:31:06'); +INSERT INTO `marker` VALUES (11383,1901,NULL,2,1926,83430,'Divine Beast Vah Rudania','',167.703125,-87.453125,0,0,0,'2020-02-02 21:31:34'); +INSERT INTO `marker` VALUES (11384,1901,NULL,2,1920,83436,'AAA','',75.125,-81.34375,0,0,0,'2020-02-02 22:22:41'); +INSERT INTO `marker` VALUES (11385,1901,NULL,2,1931,82864,'Bokoblin Camp','',143.46875,-149.15625,0,0,0,'2020-02-03 16:56:28'); +INSERT INTO `marker` VALUES (11386,1901,NULL,2,1939,74072,'Ice Wizzrobe','',68.328125,-161.28125,0,0,0,'2020-02-03 22:47:31'); +INSERT INTO `marker` VALUES (11387,1901,NULL,2,1939,74072,'Ice Wizzrobe','',75.4453125,-152.2109375,0,0,0,'2020-02-03 23:59:37'); +INSERT INTO `marker` VALUES (11388,1901,NULL,2,1939,78832,'Blizzrobe','',75.59375,-152.546875,0,0,0,'2020-02-04 12:39:33'); +INSERT INTO `marker` VALUES (11389,1901,NULL,2,1902,83601,'hylian shield','',66.625,-99.125,0,0,0,'2020-02-04 19:14:28'); +INSERT INTO `marker` VALUES (11390,1901,NULL,2,1936,23714,'111','',174.6796875,-133.6484375,0,1,0,'2020-02-05 18:01:36'); +INSERT INTO `marker` VALUES (11391,1901,NULL,2,1926,80678,'Divine Beast Medoh','Revali's Divine Beast',71.61249923706055,-98.87587406479494,0,0,0,'2020-02-05 18:08:20'); +INSERT INTO `marker` VALUES (11392,1901,NULL,2,1926,80678,' Divine Beast Vah Rudania','Daruk's Divine Beast',163.8624973297119,-90.69760846325755,0,0,0,'2020-02-05 18:09:12'); +INSERT INTO `marker` VALUES (11393,1901,NULL,2,1926,80678,'Divine Beast Vah Naboris ','Urbosa's Divine Beast',69.76250076293945,-184.56269717759437,0,0,0,'2020-02-05 18:10:11'); +INSERT INTO `marker` VALUES (11394,1901,NULL,2,1936,23714,'111','',201.359375,-115.8125,0,0,0,'2020-02-06 12:38:13'); +INSERT INTO `marker` VALUES (11395,1901,NULL,2,1936,23714,'111','',200.875,-118.953125,0,0,0,'2020-02-06 12:38:32'); +INSERT INTO `marker` VALUES (11396,1901,NULL,2,1901,76193,'Sanctum','',124.0390625,-112.1875,0,0,0,'2020-02-06 20:01:27'); +INSERT INTO `marker` VALUES (11397,1901,NULL,2,1930,76193,'Calamity Ganon','',124.015625,-111.40625,0,0,0,'2020-02-06 20:01:54'); +INSERT INTO `marker` VALUES (11398,1901,NULL,2,1930,76193,'Dark Beast Ganon','',127.1875,-136.5,0,0,0,'2020-02-06 20:02:24'); +INSERT INTO `marker` VALUES (11399,1901,NULL,2,1901,83632,'volver kolog','',158.6015625,-175.03125,0,0,0,'2020-02-06 23:31:32'); +INSERT INTO `marker` VALUES (11400,1901,NULL,2,1936,23714,'111','',158.05859375,-90.45703125,0,0,0,'2020-02-07 18:23:39'); +INSERT INTO `marker` VALUES (11401,1901,NULL,2,1931,83679,'Lizalfo Camp ','about 6 enemies',168.86328125,-123.8984375,0,0,0,'2020-02-08 09:50:51'); +INSERT INTO `marker` VALUES (11402,1901,NULL,2,1905,84039,'stuff','',127.375,-130.625,0,0,0,'2020-02-08 18:42:01'); +INSERT INTO `marker` VALUES (11403,1901,NULL,2,1931,74630,'enemy camp','',173.703125,-160.0234375,0,0,0,'2020-02-09 01:14:51'); +INSERT INTO `marker` VALUES (11404,1901,NULL,2,1926,74630,'Vah Medah','',71.5390625,-98.9140625,0,0,0,'2020-02-09 01:15:45'); +INSERT INTO `marker` VALUES (11405,1901,NULL,2,1926,74630,'Vah Rudonia','',165.171875,-87.578125,0,0,0,'2020-02-09 01:16:21'); +INSERT INTO `marker` VALUES (11406,1901,NULL,2,1935,79196,'Riddles of Hyrule','',134.55078125,-93.87109375,0,1,0,'2020-02-09 17:59:30'); +INSERT INTO `marker` VALUES (11407,1901,NULL,2,1916,84145,'Korok Seeds','Go to sign in time',136.5859375,-183.9726563692093,0,0,0,'2020-02-11 17:21:00'); +INSERT INTO `marker` VALUES (11408,1901,NULL,2,1926,66829,'Nova Prime','',71.359375,-99.890625,0,0,0,'2020-02-12 03:50:48'); +INSERT INTO `marker` VALUES (11409,1901,NULL,2,1930,84578,'Assasin','',162.935546875,-140.150390625,0,0,0,'2020-02-12 21:48:25'); +INSERT INTO `marker` VALUES (11410,1901,NULL,2,1939,74072,'Ice Wizzrobe','',60.94921875,-145.0625,0,0,0,'2020-02-12 23:34:48'); +INSERT INTO `marker` VALUES (11411,1901,NULL,2,1901,84635,'???','',144.29698374793037,-154.7972177714562,0,0,0,'2020-02-13 05:59:57'); +INSERT INTO `marker` VALUES (11412,1901,NULL,2,1925,84349,'Sharo Lun Shrine','',173.7734375,-90.21875,0,1,0,'2020-02-13 12:24:58'); +INSERT INTO `marker` VALUES (11413,1901,NULL,2,1925,84349,'Rinu Honika Shrine','',163.05078125,-96.87890625,0,0,0,'2020-02-13 12:25:53'); +INSERT INTO `marker` VALUES (11414,1901,NULL,2,1925,84349,'Daqa Koh Shrine','',160.296875,-91.6796875,0,0,0,'2020-02-13 12:26:31'); +INSERT INTO `marker` VALUES (11415,1901,NULL,2,1925,84349,'Kamia Omuna Shrine','',161.3125,-77.56640625,0,0,0,'2020-02-13 12:28:52'); +INSERT INTO `marker` VALUES (11416,1901,NULL,2,1925,84349,'Sato Koda shrine','',176.48828125,-115.00390625,0,0,0,'2020-02-13 12:30:14'); +INSERT INTO `marker` VALUES (11417,1901,NULL,2,1901,84357,'Falta','\r\n\r\n',160.92100309867746,-143.07572886886143,0,0,0,'2020-02-13 19:51:20'); +INSERT INTO `marker` VALUES (11418,1901,NULL,2,1926,78956,'Divine Beast Vah Rudania','',168.6875,-89.125,0,0,0,'2020-02-14 09:47:54'); +INSERT INTO `marker` VALUES (11419,1901,NULL,2,1926,78956,'Divine Beast Vah Medoh','',71.34375,-99.921875,0,0,0,'2020-02-14 09:48:25'); +INSERT INTO `marker` VALUES (11420,1901,NULL,2,1926,78956,'Divine Beast Vah Naboris','',94.8504638671875,-169.0638427734375,0,0,0,'2020-02-14 09:48:46'); +INSERT INTO `marker` VALUES (11421,1901,NULL,2,1940,83846,'Master Mode Lynel','',118.5625,-157.6875,0,0,0,'2020-02-15 02:05:02'); +INSERT INTO `marker` VALUES (11422,1901,NULL,2,1920,77349,'Great Plateau','',111.67708206176758,-158.34375,0,0,0,'2020-02-16 01:18:41'); +INSERT INTO `marker` VALUES (11423,1901,NULL,2,1931,56340,'Bokoblin Camp','',118.0874947309494,-157.941461057196,0,1,0,'2020-02-16 02:08:25'); +INSERT INTO `marker` VALUES (11424,1901,NULL,2,1932,75081,'Decayed Guardian','',71.4614752348991,-144.1709273346582,0,0,0,'2020-02-16 05:52:06'); +INSERT INTO `marker` VALUES (11425,1901,NULL,2,1940,75081,'Lynel','',64.43820768091288,-141.65348519764598,0,0,0,'2020-02-16 05:52:36'); +INSERT INTO `marker` VALUES (11426,1901,NULL,2,1941,75081,'Stone Talus','',68.38338460361675,-146.8820983606131,0,0,0,'2020-02-16 05:53:10'); +INSERT INTO `marker` VALUES (11427,1901,NULL,2,1901,83679,'Zora Monument',' Memoir of a Gifted Stonemason',178.171875,-116.734375,0,1,0,'2020-02-16 09:24:21'); +INSERT INTO `marker` VALUES (11428,1901,NULL,2,1935,83679,'The Giant of Ralis Pond','Defeat the hinox near Ralis pond and return to Torfeau and gain a silver rupee',179.7578125,-119.453125,0,0,0,'2020-02-16 10:11:37'); +INSERT INTO `marker` VALUES (11429,1901,NULL,2,1925,85069,'Mogg Latan Shrine','',92.080322265625,-135.19927978515625,0,0,0,'2020-02-16 17:16:33'); +INSERT INTO `marker` VALUES (11430,1901,NULL,2,1916,84988,'missed','',149.9453125,-114.5546875,0,0,0,'2020-02-17 02:53:51'); +INSERT INTO `marker` VALUES (11431,1901,NULL,2,1901,84360,'Kaya Wan','',101.56137352778163,-161.18480546537663,0,0,0,'2020-02-18 01:34:05'); +INSERT INTO `marker` VALUES (11432,1901,NULL,2,1901,82889,'2go','\r\n\r\n\r\n\r\n\r\n\r\n',95,-162.625,0,1,0,'2020-02-18 02:22:40'); +INSERT INTO `marker` VALUES (11433,1901,NULL,2,1926,81469,'Divine Beast Vah Medoh','',71.328125,-99.453125,0,0,0,'2020-02-18 18:28:49'); +INSERT INTO `marker` VALUES (11434,1901,NULL,2,1910,85375,'Fish','Fish',118.9609375,-153.8125,0,0,0,'2020-02-18 18:37:13'); +INSERT INTO `marker` VALUES (11435,1901,NULL,2,1930,85375,'Bokoblin x2','',116.4453125,-154.84375,0,0,0,'2020-02-18 19:11:51'); +INSERT INTO `marker` VALUES (11436,1901,NULL,2,1901,32383,'Phantom Gannon Marker','',144.08124923706055,-178.62012001509012,0,0,0,'2020-02-19 01:12:33'); +INSERT INTO `marker` VALUES (11437,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.322021484375,-130.96331787109375,0,0,0,'2020-02-19 16:45:34'); +INSERT INTO `marker` VALUES (11438,1901,NULL,2,1901,85483,'Zora Stone Monuments','',172.94642639160156,-127.52369689941406,0,0,0,'2020-02-19 16:46:06'); +INSERT INTO `marker` VALUES (11439,1901,NULL,2,1935,85483,'Zora Stone Monuments','',172.78125,-126.90234375,0,0,0,'2020-02-19 16:46:21'); +INSERT INTO `marker` VALUES (11440,1901,NULL,2,1935,85483,'Zora Stone Monuments','',179.97105407714844,-119.23240661621094,0,0,0,'2020-02-19 17:12:01'); +INSERT INTO `marker` VALUES (11441,1901,NULL,2,1916,85573,'korogu','',91.625,-75.03125,0,0,0,'2020-02-20 16:55:42'); +INSERT INTO `marker` VALUES (11442,1901,NULL,2,1901,85654,'INIZIO','',111.78125,-158.625,0,0,0,'2020-02-21 16:17:11'); +INSERT INTO `marker` VALUES (11443,1901,NULL,2,1920,85654,'VILLAGGIO CALBARICO','',128.4375,-154.9375,0,0,0,'2020-02-21 16:18:49'); +INSERT INTO `marker` VALUES (11444,1901,NULL,2,1944,85878,'Island Lobster Shirt','',125.5859375,-176.143736343033,0,0,0,'2020-02-23 00:42:14'); +INSERT INTO `marker` VALUES (11445,1901,NULL,2,1944,85878,'Phantom Ganon Greaves (DLC)','',156.44999885559082,-180.62844515121634,0,0,0,'2020-02-23 01:28:21'); +INSERT INTO `marker` VALUES (11446,1901,NULL,2,1944,85878,' Phantom Ganon Skull (DLC)','',153.72187519073486,-178.81009362793648,0,0,0,'2020-02-23 01:28:48'); +INSERT INTO `marker` VALUES (11447,1901,NULL,2,1901,84688,'Entrada','La entrada para el santuario',122.90625,-109.921875,0,0,0,'2020-02-23 02:57:08'); +INSERT INTO `marker` VALUES (11448,1901,NULL,2,1901,44233,'ss','',123.9375,-165.8125,0,0,0,'2020-02-23 11:59:07'); +INSERT INTO `marker` VALUES (11449,1901,NULL,2,1921,85980,'asd','',124.375,-124.875,0,0,0,'2020-02-23 19:50:15'); +INSERT INTO `marker` VALUES (11450,1901,NULL,2,1903,85240,'sword','',47.25,-132.9375,0,0,0,'2020-02-23 21:42:49'); +INSERT INTO `marker` VALUES (11451,1901,NULL,2,1936,85883,'Cracked Wall','',158.70323061943054,-175.58752091170015,0,1,0,'2020-02-23 22:35:01'); +INSERT INTO `marker` VALUES (11452,1901,NULL,2,1939,78832,'Blizzrobe','',61.328125,-145.1875,0,0,0,'2020-02-24 09:47:21'); +INSERT INTO `marker` VALUES (11453,1901,NULL,2,1936,76193,'Cracked Wall x2','',158.828125,-165.0703125,0,0,0,'2020-02-24 19:43:05'); +INSERT INTO `marker` VALUES (11454,1901,NULL,2,1945,76193,'Lord of the Mountain','',92.36328125,-133.30078125,0,0,0,'2020-02-24 19:54:02'); +INSERT INTO `marker` VALUES (11455,1901,NULL,2,1920,76193,'Satori Mountain','',92.15625,-134.71875,0,0,0,'2020-02-24 19:54:25'); +INSERT INTO `marker` VALUES (11456,1901,NULL,2,1920,76193,'Death Mountain','',167.875,-87.71875,0,0,0,'2020-02-24 19:54:41'); +INSERT INTO `marker` VALUES (11457,1901,NULL,2,1901,86159,'???','??',69.75,-176.875,0,0,0,'2020-02-25 18:09:09'); +INSERT INTO `marker` VALUES (11458,1901,NULL,2,1935,86163,'hero tunic','falar com impa e achar uma memoria',155.8515625,-143.41015625,0,0,0,'2020-02-26 11:21:32'); +INSERT INTO `marker` VALUES (11459,1901,NULL,2,1921,86256,'der','qze',89,-106,0,0,0,'2020-02-26 15:32:00'); +INSERT INTO `marker` VALUES (11460,1901,NULL,2,1939,78832,'Blizzrobe','',74.019287109375,-129.474609375,0,0,0,'2020-02-27 03:17:25'); +INSERT INTO `marker` VALUES (11461,1901,NULL,2,1901,85964,'KOROGU DUR','',63.00390625,-71.55457733871773,0,0,0,'2020-02-27 16:04:05'); +INSERT INTO `marker` VALUES (11462,1901,NULL,2,1901,76193,'Shadow Hamlet Ruins','',175.5625,-92.3203125,0,0,0,'2020-02-27 20:03:01'); +INSERT INTO `marker` VALUES (11463,1901,NULL,2,1901,86407,'kakariko','',34.875,-89.375,0,0,0,'2020-02-28 01:27:43'); +INSERT INTO `marker` VALUES (11464,1901,NULL,2,1923,86422,'Center','',45.53271484375,-110.03076171875,0,1,0,'2020-02-28 01:36:58'); +INSERT INTO `marker` VALUES (11465,1901,NULL,2,1901,82004,'Giant Horse (Ganon's Horse)','You require at least two and a half stamina circles to tame this horse',109.46875,-169.5625,0,1,0,'2020-02-29 03:26:55'); +INSERT INTO `marker` VALUES (11466,1901,NULL,2,1901,82887,'My House','',179.7734375,-163.6953125,0,1,0,'2020-03-02 15:12:05'); +INSERT INTO `marker` VALUES (11467,1901,NULL,2,1939,78832,'Blizzrobe','',82.890625,-81.640625,0,0,0,'2020-03-03 03:45:01'); +INSERT INTO `marker` VALUES (11468,1901,NULL,2,1936,84638,'Crack Wall','',126.91266335728183,-144.34753792085272,0,1,0,'2020-03-03 04:46:24'); +INSERT INTO `marker` VALUES (11469,1901,NULL,2,1936,82489,'rare ore deposit','',193.765625,-127.71484375,0,1,0,'2020-03-03 06:26:35'); +INSERT INTO `marker` VALUES (11470,1901,NULL,2,1939,78832,'Blizzrobe','',81.12554931640625,-86.59439086914062,0,0,0,'2020-03-03 07:35:51'); +INSERT INTO `marker` VALUES (11471,1901,NULL,2,1939,78832,'Blizzrobe','',73.8475341796875,-86.63885498046875,0,0,0,'2020-03-03 08:17:32'); +INSERT INTO `marker` VALUES (11472,1901,NULL,2,1944,82489,'chest','forest dweller's bow',195.9140625,-114.5078125,0,1,0,'2020-03-03 18:46:52'); +INSERT INTO `marker` VALUES (11473,1901,NULL,2,1931,82489,'enemy camp','',195.71875,-114.3984375,0,0,0,'2020-03-03 18:47:32'); +INSERT INTO `marker` VALUES (11474,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.5625,-99.875,0,0,0,'2020-03-03 23:58:55'); +INSERT INTO `marker` VALUES (11475,1901,NULL,2,1939,78832,'Blizzrobe','',83.74578857421875,-93.01483154296875,0,0,0,'2020-03-04 03:45:52'); +INSERT INTO `marker` VALUES (11476,1901,NULL,2,1939,78832,'Blizzrobe','',89.5594482421875,-99.61810302734375,0,0,0,'2020-03-04 04:51:36'); +INSERT INTO `marker` VALUES (11477,1901,NULL,2,1936,82489,'rare ore deposit','rare ore deposit',160.43359375,-93.0859375,0,1,0,'2020-03-04 11:28:13'); +INSERT INTO `marker` VALUES (11478,1901,NULL,2,1936,82489,'rare ore deposit','',143.28515625,-103.87890625,0,1,0,'2020-03-04 15:07:20'); +INSERT INTO `marker` VALUES (11479,1901,NULL,2,1925,87060,'Keive Tala Shrine','',91.03125,-189.46875,0,0,0,'2020-03-05 03:17:41'); +INSERT INTO `marker` VALUES (11480,1901,NULL,2,1925,87060,'Takama Shiri Shrine','Dual Purpose',51.40625,-161.671875,0,0,0,'2020-03-05 03:19:24'); +INSERT INTO `marker` VALUES (11481,1901,NULL,2,1925,87060,'Etsu Korima Shrine','Path of Light',108.9609375,-161.0625,0,0,0,'2020-03-05 03:21:27'); +INSERT INTO `marker` VALUES (11482,1901,NULL,2,1936,82489,'rare ore deposit','',64.4296875,-92.796875,0,1,0,'2020-03-05 09:10:33'); +INSERT INTO `marker` VALUES (11483,1901,NULL,2,1944,82489,'fire arrow x5','fire arrow x5',110.3203125,-87.7421875,0,1,0,'2020-03-05 12:56:03'); +INSERT INTO `marker` VALUES (11484,1901,NULL,2,1901,82489,'xenoblade chronicles 2 ','at night look southeast',84.53125,-82.7421875,0,0,0,'2020-03-05 14:41:25'); +INSERT INTO `marker` VALUES (11485,1901,NULL,2,1901,82489,'surfing challenge','surfing challenge \r\n',81.8515625,-78.9140625,0,1,0,'2020-03-05 15:02:30'); +INSERT INTO `marker` VALUES (11486,1901,NULL,2,1916,86809,'a','',64.16015625,-70.05078125,0,0,0,'2020-03-05 15:22:48'); +INSERT INTO `marker` VALUES (11487,1901,NULL,2,1926,86992,'Divine Beast Vah Medoh','',71.37540761383727,-99.56982879934631,0,0,0,'2020-03-05 18:22:44'); +INSERT INTO `marker` VALUES (11488,1901,NULL,2,1926,86992,'Divine Beast Va Naboris','',75.8587462119039,-186.15059570481765,0,0,0,'2020-03-05 18:23:41'); +INSERT INTO `marker` VALUES (11489,1901,NULL,2,1926,86992,'Divine Beast Vah Rudania','',166.42709906278046,-90.28909047202436,0,0,0,'2020-03-05 18:24:19'); +INSERT INTO `marker` VALUES (11490,1901,NULL,2,1935,82489,'good-sized horse','',96.125,-157.296875,0,1,0,'2020-03-05 19:25:39'); +INSERT INTO `marker` VALUES (11491,1901,NULL,2,1943,87074,'Phantom Ganon Skull (DLC)','"Some believe this serie headgear is inspirited by a dark entity resembling the Great King of Evil himself. It's a rather rare find."',154.12109375,-177.42578125,0,0,0,'2020-03-05 20:51:33'); +INSERT INTO `marker` VALUES (11492,1901,NULL,2,1901,87273,'Temple of Time','The Temple once home to the Master Sword',115.421875,-157.984375,0,0,0,'2020-03-07 01:33:12'); +INSERT INTO `marker` VALUES (11493,1901,NULL,2,1902,84143,'Prueba','Cosa molona',108.515625,-161.79777081414525,0,0,0,'2020-03-07 10:49:35'); +INSERT INTO `marker` VALUES (11494,1901,NULL,2,1902,84143,'Prueba','Hola',108.375,-161.65700266858596,0,0,0,'2020-03-07 10:50:19'); +INSERT INTO `marker` VALUES (11495,1901,NULL,2,1944,75356,'Royal Halberd','',118.3125,-86.99443232209474,0,0,0,'2020-03-08 02:40:36'); +INSERT INTO `marker` VALUES (11496,1901,NULL,2,1901,87453,'Collo','',110.1875,-147.875,0,0,0,'2020-03-08 03:32:59'); +INSERT INTO `marker` VALUES (11497,1901,NULL,2,1901,87453,'colosseum','',110,-147.84375,0,0,0,'2020-03-08 03:33:38'); +INSERT INTO `marker` VALUES (11498,1901,NULL,2,1930,83679,'Koblins','Fire Keese\r\nBokoblins \r\nFire Chuchu',161.0078125,-104.125,0,1,0,'2020-03-08 03:46:44'); +INSERT INTO `marker` VALUES (11499,1901,NULL,2,1931,83679,'Lizalfo Camp ','1 Moblin\r\n3archers\r\nabout 4 Bokoblins',169.4375,-119.78125,0,0,0,'2020-03-08 09:48:03'); +INSERT INTO `marker` VALUES (11500,1901,NULL,2,1901,64382,'cd','',67.3515625,-69.578125,0,0,0,'2020-03-08 17:21:57'); +INSERT INTO `marker` VALUES (11501,1901,NULL,2,1901,83679,'Akkala Tech Lab','',198.55859375,-78.515625,0,0,0,'2020-03-09 08:12:23'); +INSERT INTO `marker` VALUES (11502,1901,NULL,2,1916,87607,'K','',187.30907424793315,-184.49025863916341,0,0,0,'2020-03-09 16:29:41'); +INSERT INTO `marker` VALUES (11503,1901,NULL,2,1910,86377,'Purple Rupee (50 Rupees)','',158.890625,-165.0078125,0,1,0,'2020-03-09 19:52:52'); +INSERT INTO `marker` VALUES (11504,1901,NULL,2,1910,86377,'Silver Rupee (100 Rupees)','',107.2734375,-119.88671875,0,0,0,'2020-03-09 21:52:41'); +INSERT INTO `marker` VALUES (11505,1901,NULL,2,1939,73379,'Ice Wizzrobe','missed one',103.8359375,-186.3671875,0,0,0,'2020-03-10 00:49:00'); +INSERT INTO `marker` VALUES (11506,1901,NULL,2,1916,86041,'Korok Seed','',132.4375,-189,0,1,0,'2020-03-10 19:44:23'); +INSERT INTO `marker` VALUES (11507,1901,NULL,2,1916,87765,'Sin encontrar','',111.96066069602966,-85.57942342758179,0,0,0,'2020-03-11 00:18:53'); +INSERT INTO `marker` VALUES (11508,1901,NULL,2,1901,83679,'Hestu Final Location','This is where Hestu stays, its a small opening beside the master sword platform',134.76171875,-94.93359375,0,0,0,'2020-03-11 11:21:34'); +INSERT INTO `marker` VALUES (11509,1901,NULL,2,1939,83262,'Wizzarobe','',73.734375,-129.5625,0,0,0,'2020-03-11 16:27:10'); +INSERT INTO `marker` VALUES (11510,1901,NULL,2,1916,87994,'Korok Seeds','',179.1875,-180.171875,0,0,0,'2020-03-13 12:26:26'); +INSERT INTO `marker` VALUES (11511,1901,NULL,2,1944,87948,'Zora Helmet','',182.09375,-114.1328125,0,0,0,'2020-03-13 13:07:30'); +INSERT INTO `marker` VALUES (11512,1901,NULL,2,1931,88022,'Enemy Camp','',65.4820556640625,-97.047607421875,0,1,0,'2020-03-13 16:20:51'); +INSERT INTO `marker` VALUES (11513,1901,NULL,2,1936,87099,'Box','100 ruby',150.453125,-97.45703125,0,0,0,'2020-03-14 02:08:51'); +INSERT INTO `marker` VALUES (11514,1901,NULL,2,1925,86320,'Shrine of Resurrection','',110.734130859375,-157.36749267578125,0,0,0,'2020-03-14 10:33:19'); +INSERT INTO `marker` VALUES (11515,1901,NULL,2,1938,86803,'relais du sud d'Akkala','',177.046875,-101.828125,0,0,0,'2020-03-14 17:27:54'); +INSERT INTO `marker` VALUES (11516,1901,NULL,2,1926,87473,'Vah Naboris','',95.109375,-168.5703125,0,0,0,'2020-03-15 00:26:56'); +INSERT INTO `marker` VALUES (11517,1901,NULL,2,1926,72128,'vah'rudania','',167.75,-87.5,0,0,0,'2020-03-15 16:04:52'); +INSERT INTO `marker` VALUES (11518,1901,NULL,2,1931,73379,'Enemy Camp','You missed this one',195.390625,-137.671875,0,0,0,'2020-03-15 20:01:37'); +INSERT INTO `marker` VALUES (11519,1901,NULL,2,1936,83262,'Precious & saphire','Cracked stone giving precious stone',95.4765625,-131.2265625,0,0,0,'2020-03-15 20:29:34'); +INSERT INTO `marker` VALUES (11520,1901,NULL,2,1926,85570,'Divine Beast Vah Medoh','',71.5859375,-98.5,0,0,0,'2020-03-15 23:24:41'); +INSERT INTO `marker` VALUES (11521,1901,NULL,2,1935,30971,'By Firefly's Light','',157.671875,-144.18359375,0,0,0,'2020-03-17 05:29:30'); +INSERT INTO `marker` VALUES (11522,1901,NULL,2,1944,87973,'Calças de Tingle','Embaixo do Guardião',127.4960949420929,-131.33984354138374,0,1,0,'2020-03-17 14:48:59'); +INSERT INTO `marker` VALUES (11523,1901,NULL,2,1936,82864,'Cracked Wall','',139.24609375,-156.1640625,0,0,0,'2020-03-17 18:17:10'); +INSERT INTO `marker` VALUES (11524,1901,NULL,2,1944,86041,'Royal Spear ','',118.97135418653488,-87.34895837306976,0,1,0,'2020-03-18 02:53:47'); +INSERT INTO `marker` VALUES (11525,1901,NULL,2,1901,88764,'ok','',35,-127.5,0,0,0,'2020-03-18 17:09:33'); +INSERT INTO `marker` VALUES (11526,1901,NULL,2,1944,56340,'Knight's Spear','',118.9296875,-87.36562987582413,0,0,0,'2020-03-18 18:26:41'); +INSERT INTO `marker` VALUES (11527,1901,NULL,2,1916,80263,'seed','',174.48281264305115,-180.75067737849045,0,0,0,'2020-03-19 04:51:20'); +INSERT INTO `marker` VALUES (11528,1901,NULL,2,1916,80263,'seed','',174.5234375,-180.7027478144451,0,0,0,'2020-03-19 04:51:45'); +INSERT INTO `marker` VALUES (11529,1901,NULL,2,1930,87199,'Lizalfos','',149.671875,-178.71875,0,0,0,'2020-03-19 19:17:35'); +INSERT INTO `marker` VALUES (11530,1901,NULL,2,1934,84505,'The Master Sword #18','',134.760991503956,-94.98366451263428,0,0,0,'2020-03-20 20:42:55'); +INSERT INTO `marker` VALUES (11531,1901,NULL,2,1935,84505,'Rushroom Rush!','',84.14124164340336,-162.78018474578857,0,0,0,'2020-03-20 20:44:16'); +INSERT INTO `marker` VALUES (11532,1901,NULL,2,1935,84505,'Tools of The Trade','',68.04132015869757,-173.58806848526,0,0,0,'2020-03-20 20:45:54'); +INSERT INTO `marker` VALUES (11533,1901,NULL,2,1935,84505,'The Secret Club's Secret','',68.28222077425629,-173.828125,0,0,0,'2020-03-20 20:46:44'); +INSERT INTO `marker` VALUES (11534,1901,NULL,2,1935,84505,'The Mystery Polluter','',66.86012795035073,-174.2734375,0,0,0,'2020-03-20 20:47:23'); +INSERT INTO `marker` VALUES (11535,1901,NULL,2,1935,84505,'Medicinal Molduga','',67.53287617513175,-173.94460225105286,0,0,0,'2020-03-20 20:47:59'); +INSERT INTO `marker` VALUES (11536,1901,NULL,2,1935,84505,'The Search for Barta','',66.93399595240831,-173.78125,0,0,0,'2020-03-20 20:48:54'); +INSERT INTO `marker` VALUES (11537,1901,NULL,2,1935,84505,'The Thunder Helm','',67.26663179238241,-174.34375,0,0,0,'2020-03-20 20:50:23'); +INSERT INTO `marker` VALUES (11538,1901,NULL,2,1935,84505,'The Eighth Heroine','',69.5796977915071,-173.9765625,0,0,0,'2020-03-20 20:50:43'); +INSERT INTO `marker` VALUES (11539,1901,NULL,2,1901,88030,'Lanza de hielo dentro del templo, falto recoger','',140.1640625,-115.06749068694579,0,0,0,'2020-03-22 16:38:43'); +INSERT INTO `marker` VALUES (11540,1901,NULL,2,1926,85570,'Divine Beast Vah Naboris','',95,-169.25,0,0,0,'2020-03-22 17:54:02'); +INSERT INTO `marker` VALUES (11541,1901,NULL,2,1901,88684,'monster','',168.9622802734375,-171.4658203125,0,0,0,'2020-03-22 19:12:21'); +INSERT INTO `marker` VALUES (11542,1901,NULL,2,1943,82864,'5 Fire Arrows','',180.099609375,-119.3125,0,0,0,'2020-03-22 23:15:51'); +INSERT INTO `marker` VALUES (11543,1901,NULL,2,1936,89547,'il tesoro è dietro','',114.4140625,-158.21875,0,0,0,'2020-03-23 16:31:02'); +INSERT INTO `marker` VALUES (11544,1901,NULL,2,1943,89547,'opal','',115.1640625,-158.66796875,0,0,0,'2020-03-23 19:22:10'); +INSERT INTO `marker` VALUES (11545,1901,NULL,2,1943,89547,'opal','',115.16015625,-158.75,0,0,0,'2020-03-23 19:28:05'); +INSERT INTO `marker` VALUES (11546,1901,NULL,2,1931,89547,'bokoblin camp','',107.9375,-154.296875,0,0,0,'2020-03-23 21:15:44'); +INSERT INTO `marker` VALUES (11547,1901,NULL,2,1943,89547,'flint','',107.90625,-162.7265625,0,0,0,'2020-03-23 21:44:27'); +INSERT INTO `marker` VALUES (11548,1901,NULL,2,1901,40441,'dinero infinito','',128.421875,-121.34375,0,0,0,'2020-03-24 03:28:09'); +INSERT INTO `marker` VALUES (11549,1901,NULL,2,1926,39064,'Divine Beast Vah Naboris','',95.125,-169.4375,0,1,0,'2020-03-24 10:27:41'); +INSERT INTO `marker` VALUES (11550,1901,NULL,2,1901,89658,'1','Bombes',121,-159.0625,0,0,0,'2020-03-24 13:03:30'); +INSERT INTO `marker` VALUES (11551,1901,NULL,2,1943,89547,'amber','',137.2578125,-137.015625,0,0,0,'2020-03-24 13:07:01'); +INSERT INTO `marker` VALUES (11552,1901,NULL,2,1934,83679,'Mipha's Touch (#10)','"Mipha quietly expresses her concern for Link while tending to his wounds atop the Divine Beast. She reassures Link that he can count on her in the upcoming trials ahead."',179.625,-120.53125,0,0,0,'2020-03-26 09:48:15'); +INSERT INTO `marker` VALUES (11553,1901,NULL,2,1910,83262,'Gold Rupees','One gold Rupee\r\n300 rupees',197.77734375,-141.046875,0,0,0,'2020-03-26 17:02:14'); +INSERT INTO `marker` VALUES (11554,1901,NULL,2,1920,89488,'Footrace Check-in','',86.5560302734375,-109.64181518554688,0,0,0,'2020-03-26 23:21:30'); +INSERT INTO `marker` VALUES (11555,1901,NULL,2,1910,90066,'Amber','',107.859375,-162.69140625,0,0,0,'2020-03-27 17:33:19'); +INSERT INTO `marker` VALUES (11556,1901,NULL,2,1936,89210,'Cracker Walls','Salt, Opal',178.3125,-103.3046875,0,0,0,'2020-03-28 12:58:42'); +INSERT INTO `marker` VALUES (11557,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','small enemy camp with single watchtower and cooking pot',130.734375,-152.1328125,0,1,0,'2020-03-28 15:11:17'); +INSERT INTO `marker` VALUES (11558,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Enemy Camp w/ Cooking Pot',132.44140625,-154.04296875,0,1,0,'2020-03-28 15:26:52'); +INSERT INTO `marker` VALUES (11559,1901,NULL,2,1931,89926,'Bokoblin Enemy Camp','Small Bokoblin Enemy Camp with single watchtower',135.71875,-152.73828125,0,1,0,'2020-03-28 15:34:24'); +INSERT INTO `marker` VALUES (11560,1901,NULL,2,1901,90222,'ijko','ijko',152.09375,-184.21875,0,1,0,'2020-03-29 12:24:58'); +INSERT INTO `marker` VALUES (11561,1901,NULL,2,1931,88203,'Bokoblins','',171.90625,-177.96875,0,0,0,'2020-03-29 13:46:19'); +INSERT INTO `marker` VALUES (11562,1901,NULL,2,1901,89757,'hhhh','',106.421875,-153.84375,0,0,0,'2020-03-29 15:29:53'); +INSERT INTO `marker` VALUES (11563,1901,NULL,2,1931,88203,'Bokoblins/Moblin','',160.87109375,-189.28125,0,0,0,'2020-03-29 15:34:46'); +INSERT INTO `marker` VALUES (11564,1901,NULL,2,1931,88203,'Lezalfos','',179.8671875,-189.05859375,0,0,0,'2020-03-29 15:35:28'); +INSERT INTO `marker` VALUES (11565,1901,NULL,2,1931,88203,'Bokoblins','',149.17578125,-181.578125,0,0,0,'2020-03-29 17:53:23'); +INSERT INTO `marker` VALUES (11566,1901,NULL,2,1931,88203,'Bokoblins','',156.0390625,-186.6171875,0,0,0,'2020-03-29 18:24:57'); +INSERT INTO `marker` VALUES (11567,1901,NULL,2,1931,88203,'Bokoblins','',141.8828125,-174.42578125,0,0,0,'2020-03-29 20:11:52'); +INSERT INTO `marker` VALUES (11568,1901,NULL,2,1931,88203,'Bokoblins','',139.55859375,-171.1015625,0,0,0,'2020-03-29 20:12:09'); +INSERT INTO `marker` VALUES (11569,1901,NULL,2,1931,88203,'Bokoblins','',139.328125,-155.51953125,0,0,0,'2020-03-30 20:43:44'); +INSERT INTO `marker` VALUES (11570,1901,NULL,2,1901,89884,'john','',189.96875,-102.81510424613953,0,0,0,'2020-03-30 21:07:35'); +INSERT INTO `marker` VALUES (11571,1901,NULL,2,1944,87973,'Medalhão de Viajem','Subsolo',200.729687333107,-72.39843761920929,0,1,0,'2020-03-31 00:16:57'); +INSERT INTO `marker` VALUES (11572,1901,NULL,2,1926,90748,'Vah Medoh','',71.25,-99.875,0,0,0,'2020-03-31 11:33:43'); +INSERT INTO `marker` VALUES (11573,1901,NULL,2,1926,90748,'Vah Rudania','',167.5,-87.75,0,0,0,'2020-03-31 11:36:41'); +INSERT INTO `marker` VALUES (11574,1901,NULL,2,1926,90748,'Vah Naboris','',94.125,-168.375,0,0,0,'2020-03-31 11:38:37'); +INSERT INTO `marker` VALUES (11575,1901,NULL,2,1943,90785,'DLC Chest ruby','Ruby',117.5,-151.73046875,0,0,0,'2020-04-01 13:32:56'); +INSERT INTO `marker` VALUES (11576,1901,NULL,2,1901,90559,'Giant Horse','The area where the giant horse is found',108.875,-169.875,0,0,0,'2020-04-01 16:10:11'); +INSERT INTO `marker` VALUES (11577,1901,NULL,2,1901,90983,'Toston's House','Mi humilde casita',179.79620046330842,-163.87256836537497,0,0,0,'2020-04-02 07:04:44'); +INSERT INTO `marker` VALUES (11578,1901,NULL,2,1939,83679,'Ice Wizzrobe','',91.2265625,-99.22265625,0,0,0,'2020-04-02 07:57:10'); +INSERT INTO `marker` VALUES (11579,1901,NULL,2,1901,78192,'bb','',174.25799560546875,-165.0872802734375,0,0,0,'2020-04-02 09:16:48'); +INSERT INTO `marker` VALUES (11580,1901,NULL,2,1925,91066,'s','',132.84375,-79.15625,0,0,0,'2020-04-02 18:18:49'); +INSERT INTO `marker` VALUES (11581,1901,NULL,2,1901,91165,'Campfire ','',105.58823109061187,-152.63490753177268,0,0,0,'2020-04-03 11:57:51'); +INSERT INTO `marker` VALUES (11582,1901,NULL,2,1936,83262,'Cracked wall','precious gems\r\n',160.515625,-93.109375,0,0,0,'2020-04-03 15:24:44'); +INSERT INTO `marker` VALUES (11583,1901,NULL,2,1901,90976,'xc','',59.125,-115.3125,0,0,0,'2020-04-04 06:44:32'); +INSERT INTO `marker` VALUES (11584,1901,NULL,2,1930,91409,'death','',117.625,-160.21875,0,0,0,'2020-04-05 02:55:33'); +INSERT INTO `marker` VALUES (11585,1901,NULL,2,1937,91401,'Horse Fairy','',140.25,-186.171875,0,0,0,'2020-04-05 18:33:56'); +INSERT INTO `marker` VALUES (11586,1901,NULL,2,1901,91548,'Peak','Contains: Amber',107.8671875,-162.7109375,0,0,0,'2020-04-05 20:50:07'); +INSERT INTO `marker` VALUES (11587,1901,NULL,2,1944,83262,'treasure chest ','5 fire arrow',70.25,-68.265625,0,0,0,'2020-04-07 15:01:22'); +INSERT INTO `marker` VALUES (11588,1901,NULL,2,1926,75096,'Divine Beast Vah Rudania','',165.67869567871094,-88.67755508422852,0,0,0,'2020-04-07 22:10:39'); +INSERT INTO `marker` VALUES (11589,1901,NULL,2,1926,75096,'Divine Beast Vah Naboris','',94.93680953979492,-168.76338624954224,0,0,0,'2020-04-07 22:11:36'); +INSERT INTO `marker` VALUES (11590,1901,NULL,2,1926,75096,'Divine Beast Vah Medoh','',71.38671875,-99.80078125,0,0,0,'2020-04-07 22:12:04'); +INSERT INTO `marker` VALUES (11591,1901,NULL,2,1916,91098,'koro seed','',120.625,-79.25,0,0,0,'2020-04-08 00:47:27'); +INSERT INTO `marker` VALUES (11592,1901,NULL,2,1943,90882,'Purple rubies','',99.90625,-165.09375,0,0,0,'2020-04-08 00:47:35'); +INSERT INTO `marker` VALUES (11593,1901,NULL,2,1920,89332,'Shrine of Resurection','',110.96875,-157.73061992598812,0,0,0,'2020-04-09 07:32:55'); +INSERT INTO `marker` VALUES (11594,1901,NULL,2,1916,91143,'Falto','',71.4375,-99.9657286116765,0,0,0,'2020-04-09 18:31:59'); +INSERT INTO `marker` VALUES (11595,1901,NULL,2,1901,92155,'Eightfold blade','Location of an Eightfold blade.',153.671875,-143.078125,0,0,0,'2020-04-09 21:32:40'); +INSERT INTO `marker` VALUES (11596,1901,NULL,2,1901,92155,'Test','',150.1796875,-142.59375,0,0,0,'2020-04-09 21:34:04'); +INSERT INTO `marker` VALUES (11597,1901,NULL,2,1902,92155,'Lizalfos with a Phernic bow','A Lizalfos is carrying a Phernic bow here.\r\n',147.9375,-138.62109375,0,0,0,'2020-04-09 22:10:58'); +INSERT INTO `marker` VALUES (11598,1901,NULL,2,1905,92155,'Shield of the Mind's Eye','Inside of the skull there is a Shield of the Mind's Eye laying on the floor. It's a good idea to disguise yourself before going in since a bokoblin may equip it otherwise.',143.6875,-149.640625,0,0,0,'2020-04-09 22:16:16'); +INSERT INTO `marker` VALUES (11599,1901,NULL,2,1936,83262,'precious gem','topaz x2\r\nsaphire\r\namber',174.5859375,-133.6875,0,0,0,'2020-04-10 17:05:15'); +INSERT INTO `marker` VALUES (11600,1901,NULL,2,1901,92411,'Safula Hill','',99.5625,-142.078125,0,0,0,'2020-04-11 13:25:33'); +INSERT INTO `marker` VALUES (11601,1901,NULL,2,1916,92423,'korogu','',132.1796875,-179.484375,0,0,0,'2020-04-11 21:31:18'); +INSERT INTO `marker` VALUES (11602,1901,NULL,2,1926,23247,'Vah Rudania','',167.6484375,-87.46875,0,1,0,'2020-04-13 00:09:29'); +INSERT INTO `marker` VALUES (11603,1901,NULL,2,1916,90785,'Korok Seeds','under rock',125.5546875,-115.921875,0,0,0,'2020-04-13 12:23:00'); +INSERT INTO `marker` VALUES (11604,1901,NULL,2,1941,92846,'Zendou','',156.5,-101.3125,0,0,0,'2020-04-13 15:37:15'); +INSERT INTO `marker` VALUES (11605,1901,NULL,2,1901,92845,'Great Plateau Tower','The Game starts here',119.28515625,-154.52734375,0,0,0,'2020-04-13 15:37:43'); +INSERT INTO `marker` VALUES (11606,1901,NULL,2,1916,92929,'Start for south','',62.30078125,-84.40625,0,0,0,'2020-04-14 06:21:26'); +INSERT INTO `marker` VALUES (11607,1901,NULL,2,1916,92929,'start for north','',64.453125,-92.359375,0,0,0,'2020-04-14 06:46:44'); +INSERT INTO `marker` VALUES (11608,1901,NULL,2,1916,92929,'Start for south','',57.765625,-88.75390625,0,0,0,'2020-04-14 07:18:36'); +INSERT INTO `marker` VALUES (11609,1901,NULL,2,1916,92929,'Start for South East','',107.703125,-77.328125,0,0,0,'2020-04-14 10:02:47'); +INSERT INTO `marker` VALUES (11610,1901,NULL,2,1901,92956,'Schrein','',152.875,-133.8125,0,0,0,'2020-04-14 11:51:05'); +INSERT INTO `marker` VALUES (11611,1901,NULL,2,1916,92929,'Start for North East','',112.40625,-153.9609375,0,0,0,'2020-04-14 13:09:24'); +INSERT INTO `marker` VALUES (11612,1901,NULL,2,1916,92929,'Start for South','',145.6875,-164.390625,0,0,0,'2020-04-14 17:39:44'); +INSERT INTO `marker` VALUES (11613,1901,NULL,2,1944,83679,'Falcon Bow','',68.5234375,-121.97265625,0,0,0,'2020-04-15 07:15:00'); +INSERT INTO `marker` VALUES (11614,1901,NULL,2,1916,92929,'Start for East','',191.8203125,-154.8125,0,0,0,'2020-04-15 07:17:10'); +INSERT INTO `marker` VALUES (11615,1901,NULL,2,1939,83679,'Ice Wizzrobe','weapon: Blizzard rod',73.9609375,-129.65625,0,0,0,'2020-04-15 12:28:58'); +INSERT INTO `marker` VALUES (11616,1901,NULL,2,1935,92929,'7th ZORA statue ','',178.984375,-125.7109375,0,0,0,'2020-04-15 13:24:20'); +INSERT INTO `marker` VALUES (11617,1901,NULL,2,1935,92929,'1st ZORA statue','',178.9453125,-128.546875,0,0,0,'2020-04-15 13:39:04'); +INSERT INTO `marker` VALUES (11618,1901,NULL,2,1935,92929,'6th ZORA statue','',181,-128.8046875,0,0,0,'2020-04-15 13:40:45'); +INSERT INTO `marker` VALUES (11619,1901,NULL,2,1935,92929,'1st ZORA statue','',172.8046875,-126.90625,0,0,0,'2020-04-15 13:58:26'); +INSERT INTO `marker` VALUES (11620,1901,NULL,2,1935,92929,'3rd ZORA statue','',175.8125,-124.625,0,0,0,'2020-04-15 14:13:43'); +INSERT INTO `marker` VALUES (11621,1901,NULL,2,1935,92929,'5th ZORA statue','',172.390625,-130.875,0,0,0,'2020-04-15 14:21:50'); +INSERT INTO `marker` VALUES (11622,1901,NULL,2,1935,92929,'2nd ZORA statue','',172.90625,-127.515625,0,0,0,'2020-04-15 14:24:15'); +INSERT INTO `marker` VALUES (11623,1901,NULL,2,1935,92929,'A masonry monument','',178.125,-116.5,0,0,0,'2020-04-15 14:38:33'); +INSERT INTO `marker` VALUES (11624,1901,NULL,2,1935,92929,'2nd ZORA side story ','',185.9765625,-119.515625,0,0,0,'2020-04-15 14:42:39'); +INSERT INTO `marker` VALUES (11625,1901,NULL,2,1901,93236,'Amber','',107.87890625,-162.6796875,0,0,0,'2020-04-16 03:08:48'); +INSERT INTO `marker` VALUES (11626,1901,NULL,2,1916,92929,' Start for East','',59.390625,-147.078125,0,0,0,'2020-04-16 06:09:08'); +INSERT INTO `marker` VALUES (11627,1901,NULL,2,1939,83679,'Ice Wizzrobe','holding blizzard rod',61.515625,-145.3671875,0,0,0,'2020-04-16 09:52:15'); +INSERT INTO `marker` VALUES (11628,1901,NULL,2,1916,92423,'korogu','',124.4921875,-111.5,0,0,0,'2020-04-16 10:07:09'); +INSERT INTO `marker` VALUES (11629,1901,NULL,2,1916,92929,'Start for South','',87.5625,-183.46875,0,0,0,'2020-04-16 11:05:01'); +INSERT INTO `marker` VALUES (11630,1901,NULL,2,1916,92929,'Start for West','',186.25,-154.3125,0,0,0,'2020-04-16 12:55:27'); +INSERT INTO `marker` VALUES (11631,1901,NULL,2,1916,92929,'start for north','',181.75,-145.125,0,0,0,'2020-04-16 13:03:29'); +INSERT INTO `marker` VALUES (11632,1901,NULL,2,1916,92929,'start for south west','',165.09375,-115.40625,0,0,0,'2020-04-16 14:08:12'); +INSERT INTO `marker` VALUES (11633,1901,NULL,2,1916,92929,'start for north west','',160.71875,-122.8125,0,0,0,'2020-04-16 14:20:41'); +INSERT INTO `marker` VALUES (11634,1901,NULL,2,1936,83679,'Bomb rocks','Mineral and Gem Cave',158.734375,-175.6015625,0,0,0,'2020-04-17 12:03:30'); +INSERT INTO `marker` VALUES (11635,1901,NULL,2,1916,92929,'start for east','',194.34375,-79.03125,0,0,0,'2020-04-17 14:37:14'); +INSERT INTO `marker` VALUES (11636,1901,NULL,2,1926,93456,'Divine Beast Vah Rudina','',167.734375,-87.6015625,0,0,0,'2020-04-17 20:32:33'); +INSERT INTO `marker` VALUES (11637,1901,NULL,2,1944,86120,'Royal Shield (Floating Platform Chest)','Floating Platform Chest with blue bokoblin',131.95709228515625,-153.70404052734375,0,1,0,'2020-04-18 00:30:40'); +INSERT INTO `marker` VALUES (11638,1901,NULL,2,1944,86120,'Royal Bow (Floating Platform)','',132.94256591796875,-148.24139404296875,0,0,0,'2020-04-18 01:03:36'); +INSERT INTO `marker` VALUES (11639,1901,NULL,2,1916,92929,'Start for south','',96.453125,-181.640625,0,0,0,'2020-04-18 14:06:28'); +INSERT INTO `marker` VALUES (11640,1901,NULL,2,1944,86120,'Serpentine Spear (Floating Platform)','',138.44964599609375,-143.4849853515625,0,0,0,'2020-04-18 17:45:45'); +INSERT INTO `marker` VALUES (11641,1901,NULL,2,1945,93523,'Blupee','Saw one here on my first play-through before leaving the area. Didn't know what it was until later.',112.1796875,-162.828125,0,0,0,'2020-04-20 07:58:54'); +INSERT INTO `marker` VALUES (11642,1901,NULL,2,1926,93892,'Divine Beast Vah Medoh','The big flying birdy',71.33469295501709,-99.8335690498352,0,0,0,'2020-04-20 11:47:36'); +INSERT INTO `marker` VALUES (11643,1901,NULL,2,1901,94033,'???? ?','',147.9140625,-156.80859375,0,0,0,'2020-04-21 05:00:48'); +INSERT INTO `marker` VALUES (11644,1901,NULL,2,1901,94033,'???? ?','',147.8828125,-156.6953125,0,0,0,'2020-04-21 05:01:31'); +INSERT INTO `marker` VALUES (11645,1901,NULL,2,1916,94102,'Korok Seed','',189.09375,-160.78125,0,0,0,'2020-04-21 16:59:35'); +INSERT INTO `marker` VALUES (11646,1901,NULL,2,1943,93612,'gem nox','',89.8125,-162.765625,0,1,0,'2020-04-21 17:54:35'); +INSERT INTO `marker` VALUES (11647,1901,NULL,2,1925,93382,'Sevgik','',68.34375,-172.125,0,0,0,'2020-04-21 18:23:57'); +INSERT INTO `marker` VALUES (11648,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',60.984375,-144.96875,0,0,0,'2020-04-21 18:37:43'); +INSERT INTO `marker` VALUES (11649,1901,NULL,2,1925,94134,'Shrine of Resurection','',111.1624984741211,-157.44586987651977,0,1,0,'2020-04-21 20:08:01'); +INSERT INTO `marker` VALUES (11650,1901,NULL,2,1901,94146,'t','',-319,10,0,0,0,'2020-04-21 20:59:06'); +INSERT INTO `marker` VALUES (11651,1901,NULL,2,1901,94146,'t','',98.375,-142,0,0,0,'2020-04-21 20:59:39'); +INSERT INTO `marker` VALUES (11652,1901,NULL,2,1930,93927,'Sorcier Blizzaro','',75.3359375,-152.6015625,0,0,0,'2020-04-22 17:56:19'); +INSERT INTO `marker` VALUES (11653,1901,NULL,2,1905,74072,'Royal Shield','',115.75,-72.76953125,0,0,0,'2020-04-23 20:34:16'); +INSERT INTO `marker` VALUES (11654,1901,NULL,2,1901,94410,'???','???',217.1875,-203.21875,0,0,0,'2020-04-24 01:54:26'); +INSERT INTO `marker` VALUES (11655,1901,NULL,2,1916,94432,'falta','',60.36458110809326,-96.18750095367432,0,0,0,'2020-04-24 17:27:50'); +INSERT INTO `marker` VALUES (11656,1901,NULL,2,1901,94531,'Old SHirt','',110.599609375,-157.5234375,0,0,0,'2020-04-24 22:30:06'); +INSERT INTO `marker` VALUES (11657,1901,NULL,2,1901,94601,'111111','',156.609375,-146.671875,0,0,0,'2020-04-25 16:13:51'); +INSERT INTO `marker` VALUES (11658,1901,NULL,2,1939,74072,'Ice Wizzrobe','',88.96875,-99.8125,0,0,0,'2020-04-26 04:06:34'); +INSERT INTO `marker` VALUES (11659,1901,NULL,2,1930,93360,'calamity gannon','',123.98215007781982,-111.4362256526947,0,0,0,'2020-04-26 14:48:35'); +INSERT INTO `marker` VALUES (11660,1901,NULL,2,1935,91363,'A gift of Nightshade','No requirements',168.48046875,-183.5390625,0,1,0,'2020-04-26 19:35:41'); +INSERT INTO `marker` VALUES (11661,1901,NULL,2,1926,94871,'Divine Beast Vah Medoh','The Divine Beast situated in Rito Village',-512,-168,0,0,0,'2020-04-27 00:47:46'); +INSERT INTO `marker` VALUES (11662,1901,NULL,2,1901,94805,'entrainement vol','',201.734375,-186.625,0,1,0,'2020-04-27 09:18:27'); +INSERT INTO `marker` VALUES (11663,1901,NULL,2,1903,93396,'????','',118.98281240463257,-87.37987962748004,0,0,0,'2020-04-27 12:17:01'); +INSERT INTO `marker` VALUES (11664,1901,NULL,2,1935,94933,'Sheep bandits','',184.51171875,-160.1015625,0,0,0,'2020-04-27 14:09:21'); +INSERT INTO `marker` VALUES (11665,1901,NULL,2,1931,94933,'Bokoblin and Lizalfos Camp','Several Fire Chu Chus',166.953125,-113.546875,0,0,0,'2020-04-27 14:32:18'); +INSERT INTO `marker` VALUES (11666,1901,NULL,2,1936,94974,'Rock wall','',158.8125,-165.06346153846152,0,0,0,'2020-04-27 18:32:57'); +INSERT INTO `marker` VALUES (11667,1901,NULL,2,1910,94974,'Chest with Opal','',158.875,-164.96966450668896,0,0,0,'2020-04-27 18:33:49'); +INSERT INTO `marker` VALUES (11668,1901,NULL,2,1901,93308,'oups','pas de noix k',196.5,-104.3125,0,0,0,'2020-04-27 20:15:05'); +INSERT INTO `marker` VALUES (11669,1901,NULL,2,1936,94974,'Chest','',91.3359375,-136.60719324832775,0,0,0,'2020-04-27 20:42:36'); +INSERT INTO `marker` VALUES (11670,1901,NULL,2,1910,94974,'silver Rubin +100','',91.41015625,-136.55954222408027,0,0,0,'2020-04-27 20:43:16'); +INSERT INTO `marker` VALUES (11671,1901,NULL,2,1934,92677,'17','',158.8125,-157.4375,0,0,0,'2020-04-27 23:45:35'); +INSERT INTO `marker` VALUES (11672,1901,NULL,2,1901,95030,'Templo','Templo de tiempo',115.58365726494817,-157.98236815056606,0,0,0,'2020-04-28 07:38:31'); +INSERT INTO `marker` VALUES (11673,1901,NULL,2,1901,93397,'5444','',-2,-99.5,0,0,0,'2020-04-28 14:09:01'); +INSERT INTO `marker` VALUES (11674,1901,NULL,2,1901,93360,'https://www.dcode.fr/tools/hylian-a-link-between-worlds/images/char(67).png','',63.9375,-89.1015625,0,0,0,'2020-04-28 20:56:10'); +INSERT INTO `marker` VALUES (11675,1901,NULL,2,1939,74072,'Ice Wizzrobe','',82.890625,-81.765625,0,0,0,'2020-04-29 06:12:40'); +INSERT INTO `marker` VALUES (11676,1901,NULL,2,1916,91119,'Krokos Seed','',130.62890625,-158.171875,0,0,0,'2020-04-29 12:34:23'); +INSERT INTO `marker` VALUES (11677,1901,NULL,2,1901,95211,'g','',130.63749885559082,-129.73620724674947,0,0,0,'2020-04-29 14:48:25'); +INSERT INTO `marker` VALUES (11678,1901,NULL,2,1939,83262,'Blizzard Wizzrobe','Blizzard ',82.796875,-81.8828125,0,0,0,'2020-04-29 15:31:16'); +INSERT INTO `marker` VALUES (11679,1901,NULL,2,1939,74072,'Ice Wizzrobe','',73.9921875,-86.3671875,0,0,0,'2020-04-30 06:01:00'); +INSERT INTO `marker` VALUES (11680,1901,NULL,2,1925,46811,'Gorae Torr Shine','',169.64687460660934,-73.9188291214314,0,0,0,'2020-04-30 07:50:16'); +INSERT INTO `marker` VALUES (11681,1901,NULL,2,1925,46811,'Shira Gomar Shine','',90.96250009536743,-106.35612373039775,0,1,0,'2020-05-01 12:13:31'); +INSERT INTO `marker` VALUES (11682,1901,NULL,2,1926,95474,'Divine Beast Vah Rudania','',164.04876708984375,-87.64111328125,0,0,0,'2020-05-01 14:55:49'); +INSERT INTO `marker` VALUES (11683,1901,NULL,2,1926,95474,'Divine Beast Vah Medoh','',71.32247924804688,-100.03341674804688,0,1,0,'2020-05-01 15:00:49'); +INSERT INTO `marker` VALUES (11684,1901,NULL,2,1926,95474,'Divine Beast Vah Naboris','',95.5,-171.5,0,0,0,'2020-05-01 15:01:55'); +INSERT INTO `marker` VALUES (11685,1901,NULL,2,1901,93117,'Aktuell da','',138.453125,-153.6875,0,0,0,'2020-05-01 20:51:29'); +INSERT INTO `marker` VALUES (11686,1901,NULL,2,1935,95588,'By Firefly's Light','Quest available During Night only - inside the house.',157.609375,-144.14453125,0,0,0,'2020-05-02 10:18:42'); +INSERT INTO `marker` VALUES (11687,1901,NULL,2,1935,95588,'Arrows of Burning Heat','Quest Giver inside the Shop ',156.46484375,-143.88671875,0,0,0,'2020-05-02 10:21:39'); +INSERT INTO `marker` VALUES (11688,1901,NULL,2,1935,95588,'Frog Catching','Quest Giver a child called Tumbo',179.50390625,-120.50390625,0,0,0,'2020-05-02 10:26:15'); +INSERT INTO `marker` VALUES (11689,1901,NULL,2,1935,95588,'Zora Stone Monuments','Ice stone tables with the story of the area. given by Jiahto',180.26953125,-119.1328125,0,0,0,'2020-05-02 10:27:29'); +INSERT INTO `marker` VALUES (11690,1901,NULL,2,1903,95621,'lightscsale','',-273,-15,0,0,0,'2020-05-02 16:04:14'); +INSERT INTO `marker` VALUES (11691,1901,NULL,2,1916,85290,'Forse','',200.3671875,-99.2421875,0,0,0,'2020-05-02 16:49:21'); +INSERT INTO `marker` VALUES (11692,1901,NULL,2,1939,82004,'Blizzrobe','',73.609375,-129.65625,0,0,0,'2020-05-02 17:38:08'); +INSERT INTO `marker` VALUES (11693,1901,NULL,2,1940,95754,'Silver Lynel','',116.79296875,-160.94140625,0,0,0,'2020-05-03 15:37:50'); +INSERT INTO `marker` VALUES (11694,1901,NULL,2,1939,82004,'Blizzrobe','',74.015625,-86.65625,0,0,0,'2020-05-03 23:00:45'); +INSERT INTO `marker` VALUES (11695,1901,NULL,2,1910,38229,'Kilton','',177.7726285457611,-122.10007348842096,0,0,0,'2020-05-04 17:51:56'); +INSERT INTO `marker` VALUES (11696,1901,NULL,2,1901,95982,'need coordinates','',-18.5,-96.125,0,0,0,'2020-05-04 22:44:58'); +INSERT INTO `marker` VALUES (11697,1901,NULL,2,1916,96153,'1','',193.7890625,-163.4765625,0,0,0,'2020-05-06 13:19:36'); +INSERT INTO `marker` VALUES (11698,1901,NULL,2,1901,94471,'amiibo','',133.69179806659983,-143.68569637451245,0,1,0,'2020-05-07 01:12:45'); +INSERT INTO `marker` VALUES (11699,1901,NULL,2,1939,82004,'Blizzrobe','',80.96875,-86.3125,0,0,0,'2020-05-07 02:34:13'); +INSERT INTO `marker` VALUES (11700,1901,NULL,2,1939,82004,'Blizzrobe','',83.09375,-82.203125,0,0,0,'2020-05-08 02:44:30'); +INSERT INTO `marker` VALUES (11701,1901,NULL,2,1905,95793,'Shield of the Mind's Eyes','',173.84375,-160.19700447938962,0,0,0,'2020-05-08 03:22:25'); +INSERT INTO `marker` VALUES (11702,1901,NULL,2,1944,95793,'Fire Arrow x10','Grizzlemaw Bear',85.0625,-151.33734936502648,0,0,0,'2020-05-08 04:19:33'); +INSERT INTO `marker` VALUES (11703,1901,NULL,2,1901,96327,'vah ruduna','',167.29999923706055,-86.9938064977292,0,0,0,'2020-05-08 04:40:16'); +INSERT INTO `marker` VALUES (11704,1901,NULL,2,1916,96316,'Korok Seeds','',130.640625,-158.5078125,0,0,0,'2020-05-08 06:02:20'); +INSERT INTO `marker` VALUES (11705,1901,NULL,2,1916,38229,'Fleur début korogus','',199.88227832317352,-167.35896627810882,0,0,0,'2020-05-09 09:44:31'); +INSERT INTO `marker` VALUES (11706,1901,NULL,2,1916,20922,'NO LO ENCUENTRO','',99.64085584054516,-99.08100971902707,0,0,0,'2020-05-11 08:52:09'); +INSERT INTO `marker` VALUES (11707,1901,NULL,2,1916,96682,'a','',153.828125,-120,0,0,0,'2020-05-11 11:51:26'); +INSERT INTO `marker` VALUES (11708,1901,NULL,2,1901,96802,'PUZZLE','',67.8125,-139.03125,0,0,0,'2020-05-11 14:01:21'); +INSERT INTO `marker` VALUES (11709,1901,NULL,2,1901,96668,'Snow Bowling','Money, money, money!',95.69140625,-95.3203125,0,0,0,'2020-05-11 16:34:46'); +INSERT INTO `marker` VALUES (11710,1901,NULL,2,1939,93523,'Ice Wizzrobe','Arrived on site after 1:00 p.m. in the rain. Was not marked on map',73.921875,-129.6837060704668,0,0,0,'2020-05-12 00:43:11'); +INSERT INTO `marker` VALUES (11711,1901,NULL,2,1939,82004,'Ice wizzrobe','',103.6875,-186.5625,0,0,0,'2020-05-12 01:46:15'); +INSERT INTO `marker` VALUES (11712,1901,NULL,2,1926,96690,'Vah'Nabooris','',81.25,-181.375,0,0,0,'2020-05-12 10:38:17'); +INSERT INTO `marker` VALUES (11713,1901,NULL,2,1926,96690,'Vah'Medoh','',68.875,-96.5,0,0,0,'2020-05-12 10:38:44'); +INSERT INTO `marker` VALUES (11714,1901,NULL,2,1926,96690,'Vah'Rudania','',167.8125,-87.5,0,0,0,'2020-05-12 10:38:59'); +INSERT INTO `marker` VALUES (11715,1901,NULL,2,1901,96690,'Spring of Wisdom','',189.9375,-149.3125,0,0,0,'2020-05-12 10:40:48'); +INSERT INTO `marker` VALUES (11716,1901,NULL,2,1930,96690,'Grand Koga','',74.53125,-148.828125,0,0,0,'2020-05-12 10:44:47'); +INSERT INTO `marker` VALUES (11717,1901,NULL,2,1901,96690,'Caltice's Valley','',64.4375,-152.484375,0,0,0,'2020-05-12 10:45:37'); +INSERT INTO `marker` VALUES (11718,1901,NULL,2,1930,96690,'Moblin','',110.55859375,-134.78125,0,0,0,'2020-05-12 13:04:16'); +INSERT INTO `marker` VALUES (11719,1901,NULL,2,1932,96999,'core','core',147.94921875,-146.4921875,0,0,0,'2020-05-13 07:58:44'); +INSERT INTO `marker` VALUES (11720,1901,NULL,2,1901,96999,'place','??? ??',109.9375,-147.6953125,0,0,0,'2020-05-13 08:35:29'); +INSERT INTO `marker` VALUES (11721,1901,NULL,2,1931,96999,' Arena old ruins','',110.03515625,-147.78515625,0,0,0,'2020-05-13 08:40:31'); +INSERT INTO `marker` VALUES (11722,1901,NULL,2,1901,97040,'Tengo que hacerlo','',66.4375,-101.625,0,0,0,'2020-05-13 21:29:02'); +INSERT INTO `marker` VALUES (11723,1901,NULL,2,1925,95775,'Sato Koda Shrine (DLC)','Shrine from DLC content.',176.5078125,-115,0,0,0,'2020-05-14 00:56:47'); +INSERT INTO `marker` VALUES (11724,1901,NULL,2,1944,96356,'Royal Broadsword ','Level 60',160.484375,-188.484375,0,1,0,'2020-05-14 08:07:20'); +INSERT INTO `marker` VALUES (11725,1901,NULL,2,1926,23655,'Divine Beast Vah Ruta','',174.4375,-131.96875,0,1,0,'2020-05-14 20:25:03'); +INSERT INTO `marker` VALUES (11726,1901,NULL,2,1926,79321,'Divine Beast Vah Medoh','',71.75,-100.25,0,0,0,'2020-05-15 09:28:21'); +INSERT INTO `marker` VALUES (11727,1901,NULL,2,1926,97206,'???????','?????',152.77083361148834,-70.77083349227905,0,0,0,'2020-05-15 10:35:54'); +INSERT INTO `marker` VALUES (11728,1901,NULL,2,1931,96690,'Bokoblin camp','',55.59375,-188.328125,0,0,0,'2020-05-15 13:36:29'); +INSERT INTO `marker` VALUES (11729,1901,NULL,2,1931,96690,'Bokoblin camp','',51.90234375,-183.39453125,0,0,0,'2020-05-15 13:37:20'); +INSERT INTO `marker` VALUES (11730,1901,NULL,2,1901,97345,'Metoer rod','Lag',38.62564079098207,-131.48750101681037,0,0,0,'2020-05-16 20:05:52'); +INSERT INTO `marker` VALUES (11731,1901,NULL,2,1903,97345,'Metoer rod','',116.15695601434989,-72.6708254929876,0,0,0,'2020-05-16 20:07:57'); +INSERT INTO `marker` VALUES (11732,1901,NULL,2,1902,97345,'Metoer rod','',72.26988482930975,-118.76899970356816,0,0,0,'2020-05-16 20:08:38'); +INSERT INTO `marker` VALUES (11733,1901,NULL,2,1901,97367,'Kakariko Village','Free the divine beasts!',155.9765914039684,-143.31883311134607,0,0,0,'2020-05-17 00:24:40'); +INSERT INTO `marker` VALUES (11734,1901,NULL,2,1901,97367,'Zora's Domain','Divine Beast Vah Ruta',179.21542863277253,-120.74530372412832,0,0,0,'2020-05-17 00:25:32'); +INSERT INTO `marker` VALUES (11735,1901,NULL,2,1901,97367,'Memory 1','Locked Mementos',122.98007751719095,-124.86249961863565,0,0,0,'2020-05-17 00:27:54'); +INSERT INTO `marker` VALUES (11736,1901,NULL,2,1926,75055,'Divine Beast Vah Rudania','The reptilian Divine Beast of Daruk, found on Death Mountain',167.6875,-87.515625,0,1,0,'2020-05-18 16:59:05'); +INSERT INTO `marker` VALUES (11737,1901,NULL,2,1901,75055,'Exchange Ruins','Ruins of a trading area.',116.23828125,-141.61328125,0,0,0,'2020-05-18 17:02:57'); +INSERT INTO `marker` VALUES (11738,1901,NULL,2,1901,97517,'Dragon','',189.328125,-148.921875,0,0,0,'2020-05-20 04:15:34'); +INSERT INTO `marker` VALUES (11739,1901,NULL,2,1901,97206,'Giant Hollow Blizzard','',77.4375,-102.09375,0,0,0,'2020-05-20 11:02:59'); +INSERT INTO `marker` VALUES (11740,1901,NULL,2,1931,96476,'Bokoblin Camp','',107.84375,-154.38671875,0,0,0,'2020-05-22 22:34:08'); +INSERT INTO `marker` VALUES (11741,1901,NULL,2,1901,94042,'???????','',142.6875,-98.875,0,0,0,'2020-05-23 02:36:17'); +INSERT INTO `marker` VALUES (11742,1901,NULL,2,1926,97047,'Vah ruta','',174.5,-131.83984375,0,0,0,'2020-05-25 09:00:27'); +INSERT INTO `marker` VALUES (11743,1901,NULL,2,1916,98399,'Après prologue','',110.453125,-157.84375,0,0,0,'2020-05-26 23:15:40'); +INSERT INTO `marker` VALUES (11744,1901,NULL,2,1926,98590,'Devine Beast Vah Medoh','',71.5,-99.625,0,0,0,'2020-05-28 18:59:53'); +INSERT INTO `marker` VALUES (11745,1901,NULL,2,1901,98590,'Divine Beast Vah Rudania','',167,-87.625,0,0,0,'2020-05-28 19:00:43'); +INSERT INTO `marker` VALUES (11746,1901,NULL,2,1901,98590,'Divine Beast Vah Naboris','',95.09375,-169.25,0,0,0,'2020-05-28 19:03:52'); +INSERT INTO `marker` VALUES (11747,1901,NULL,2,1921,98596,'Aldea Kakarikp','',-30.931137084960938,-101.18365478515625,0,0,0,'2020-05-28 19:48:32'); +INSERT INTO `marker` VALUES (11748,1901,NULL,2,1916,98484,'Korok Seeds','',106.09999561309814,-134.16178501354966,0,0,0,'2020-05-29 17:13:25'); +INSERT INTO `marker` VALUES (11749,1901,NULL,2,1925,97115,'KIHA TOSA','',94.2890625,-78.1875,0,0,0,'2020-05-29 20:28:01'); +INSERT INTO `marker` VALUES (11750,1901,NULL,2,1905,98495,'Hylian shield','',63.5,-94.75,0,0,0,'2020-05-29 21:57:59'); +INSERT INTO `marker` VALUES (11751,1901,NULL,2,1926,98725,'Vah Rudania','',167.75,-87.48757442408632,0,0,0,'2020-05-31 00:11:49'); +INSERT INTO `marker` VALUES (11752,1901,NULL,2,1926,98725,'Vah Medoh','',71.47500228881836,-99.79315644125765,0,0,0,'2020-05-31 00:12:21'); +INSERT INTO `marker` VALUES (11753,1901,NULL,2,1926,98725,'Vah Naboris','',95,-169.12257737160525,0,0,0,'2020-05-31 00:12:55'); +INSERT INTO `marker` VALUES (11754,1901,NULL,2,1931,98725,'Moblin Camp','',91.06718826293945,-162.88286032563002,0,0,0,'2020-05-31 01:37:33'); +INSERT INTO `marker` VALUES (11755,1901,NULL,2,1931,98725,'Bokolin Camp','',101.76250076293945,-165.2162581536511,0,0,0,'2020-05-31 02:10:06'); +INSERT INTO `marker` VALUES (11756,1901,NULL,2,1901,81511,'tour a chercher','',116.34375,-135.21875,0,0,0,'2020-05-31 19:55:36'); +INSERT INTO `marker` VALUES (11757,1901,NULL,2,1901,89772,'zelda','',95.60546851158142,-134.23954675986732,0,0,0,'2020-06-01 01:12:29'); +INSERT INTO `marker` VALUES (11758,1901,NULL,2,1901,98628,'Hi','',105.875,-130,0,0,0,'2020-06-01 16:35:46'); +INSERT INTO `marker` VALUES (11759,1901,NULL,2,1926,98860,'Divine Beast vah Medo','the orni divine Besat veh Medo',71.375,-99.984375,0,1,0,'2020-06-02 12:17:32'); +INSERT INTO `marker` VALUES (11760,1901,NULL,2,1935,99093,'The Hero´s Cache','',186.53125,-169.015625,0,0,0,'2020-06-02 17:22:15'); +INSERT INTO `marker` VALUES (11761,1901,NULL,2,1940,99207,'lynel','',64.21718740463257,-141.82500004768372,0,0,0,'2020-06-04 00:03:20'); +INSERT INTO `marker` VALUES (11762,1901,NULL,2,1901,98761,'krog ','',164.34375,-155.015625,0,0,0,'2020-06-04 17:40:51'); +INSERT INTO `marker` VALUES (11763,1901,NULL,2,1901,96957,'Dinraal Farming spot','',142.5,-70.4453125,0,0,0,'2020-06-04 21:09:41'); +INSERT INTO `marker` VALUES (11764,1901,NULL,2,1901,99221,'Farming','',155.734375,-172.4140625,0,0,0,'2020-06-05 04:24:07'); +INSERT INTO `marker` VALUES (11765,1901,NULL,2,1920,99367,'wo i grad bin','',189.328125,-160.9765625,0,0,0,'2020-06-05 13:48:48'); +INSERT INTO `marker` VALUES (11766,1901,NULL,2,1931,99380,'Enemy Camp','',79.94140625,-153.19140625,0,0,0,'2020-06-05 15:33:55'); +INSERT INTO `marker` VALUES (11767,1901,NULL,2,1931,99380,'Enemy Camp','',53.703125,-149.3125,0,0,0,'2020-06-05 15:34:31'); +INSERT INTO `marker` VALUES (11768,1901,NULL,2,1931,99380,'Enemy Camp','',71.453125,-142.90625,0,0,0,'2020-06-05 15:34:50'); +INSERT INTO `marker` VALUES (11769,1901,NULL,2,1931,99380,'Enemy Camp','',58.671875,-145.046875,0,0,0,'2020-06-05 15:35:01'); +INSERT INTO `marker` VALUES (11770,1901,NULL,2,1931,99380,'Enemy Camp','',56.578125,-139.46875,0,0,0,'2020-06-05 15:35:10'); +INSERT INTO `marker` VALUES (11771,1901,NULL,2,1931,99380,'Enemy Camp','',83.875,-116.96875,0,0,0,'2020-06-05 15:35:46'); +INSERT INTO `marker` VALUES (11772,1901,NULL,2,1901,99380,'Enemy Camp','',65.53125,-97.140625,0,0,0,'2020-06-05 15:36:09'); +INSERT INTO `marker` VALUES (11773,1901,NULL,2,1931,99380,'Enemy Camp','',64.796875,-78.1875,0,0,0,'2020-06-05 15:36:50'); +INSERT INTO `marker` VALUES (11774,1901,NULL,2,1931,99380,'Enemy Camp','',58.796875,-75.171875,0,0,0,'2020-06-05 15:36:58'); +INSERT INTO `marker` VALUES (11775,1901,NULL,2,1931,99380,'Enemy Camp','',86.0625,-75.75,0,0,0,'2020-06-05 15:37:23'); +INSERT INTO `marker` VALUES (11776,1901,NULL,2,1931,99380,'Enemy Camp','',98.234375,-80.125,0,0,0,'2020-06-05 15:37:38'); +INSERT INTO `marker` VALUES (11777,1901,NULL,2,1931,99380,'Enemy Camp','',99.15625,-78.546875,0,0,0,'2020-06-05 15:37:49'); +INSERT INTO `marker` VALUES (11778,1901,NULL,2,1931,99380,'Enemy Camp','',170.265625,-76.578125,0,0,0,'2020-06-05 15:38:20'); +INSERT INTO `marker` VALUES (11779,1901,NULL,2,1931,99380,'Enemy Camp','',193.375,-119.890625,0,0,0,'2020-06-05 15:38:47'); +INSERT INTO `marker` VALUES (11780,1901,NULL,2,1931,99380,'Enemy Camp','',118.234375,-158.15625,0,0,0,'2020-06-05 15:39:58'); +INSERT INTO `marker` VALUES (11781,1901,NULL,2,1940,98510,'lynel','',197.9453125,-139.9453125,0,0,0,'2020-06-05 20:35:09'); +INSERT INTO `marker` VALUES (11782,1901,NULL,2,1901,99452,'Divide','',142.65625,-128.3828125,0,0,0,'2020-06-06 05:03:28'); +INSERT INTO `marker` VALUES (11783,1901,NULL,2,1903,52948,'martea ude fer ','dans le sanctuaire',147.0078125,-109.0546875,0,0,0,'2020-06-07 15:36:33'); +INSERT INTO `marker` VALUES (11784,1901,NULL,2,1939,98510,'Ice Wizzrobe','',75.3125,-152.421875,0,0,0,'2020-06-08 01:37:09'); +INSERT INTO `marker` VALUES (11785,1901,NULL,2,1901,99671,'Painter','',30.5,-162,0,0,0,'2020-06-08 07:18:24'); +INSERT INTO `marker` VALUES (11786,1901,NULL,2,1935,98510,'trial of desert','',99.953125,-180.234375,0,0,0,'2020-06-08 18:02:13'); +INSERT INTO `marker` VALUES (11787,1901,NULL,2,1910,97750,'ex3','',148.10546875,-166.30859375,0,0,0,'2020-06-08 18:50:05'); +INSERT INTO `marker` VALUES (11788,1901,NULL,2,1902,99760,',n','',-7.5,-103,0,0,0,'2020-06-08 20:15:11'); +INSERT INTO `marker` VALUES (11789,1901,NULL,2,1916,95021,'Korok Seed','',137.241943359375,-154.74038347190915,0,1,0,'2020-06-09 22:46:20'); +INSERT INTO `marker` VALUES (11790,1901,NULL,2,1925,99970,'Kieve Tala Shrine','',91.0625,-189.140625,0,0,0,'2020-06-11 01:49:08'); +INSERT INTO `marker` VALUES (11791,1901,NULL,2,1910,93396,'opal','',107.87499928474426,-162.68310791374498,0,0,0,'2020-06-11 03:51:49'); +INSERT INTO `marker` VALUES (11792,1901,NULL,2,1901,99565,'hg','',41.8125,-74.4375,0,0,0,'2020-06-12 13:27:11'); +INSERT INTO `marker` VALUES (11793,1901,NULL,2,1916,100096,'Can't get this one','',127.59375,-175.55078125,0,0,0,'2020-06-12 14:48:04'); +INSERT INTO `marker` VALUES (11794,1901,NULL,2,1939,98510,'Ice Wizzrobe','',103.765625,-186.3359375,0,0,0,'2020-06-12 20:42:07'); +INSERT INTO `marker` VALUES (11795,1901,NULL,2,1939,98510,'Ice Wizzrobe','',60.89453125,-145.14453125,0,0,0,'2020-06-12 22:52:25'); +INSERT INTO `marker` VALUES (11796,1901,NULL,2,1939,98510,'Ice Wizzrobe','',69.6796875,-152.453125,0,0,0,'2020-06-12 23:04:10'); +INSERT INTO `marker` VALUES (11797,1901,NULL,2,1935,90222,'Fire Arrow','',156.859375,-144.3359375,0,0,0,'2020-06-15 10:06:40'); +INSERT INTO `marker` VALUES (11798,1901,NULL,2,1901,100663,'No lo encuentro','',85.875,-160.8125,0,0,0,'2020-06-17 06:49:44'); +INSERT INTO `marker` VALUES (11799,1901,NULL,2,1935,100668,'Arrows of burning heat','',156.66796875,-143.859375,0,1,0,'2020-06-17 19:47:28'); +INSERT INTO `marker` VALUES (11800,1901,NULL,2,1901,100738,'mem','',177.0100258717581,-145.84462008607025,0,0,0,'2020-06-17 23:03:02'); +INSERT INTO `marker` VALUES (11801,1901,NULL,2,1901,100663,'Yo','',55.56562423706055,-142.36249989271164,0,1,0,'2020-06-18 01:11:30'); +INSERT INTO `marker` VALUES (11802,1901,NULL,2,1939,100437,'Ice Wizzrobe','',74.359375,-86.15625,0,0,0,'2020-06-18 11:09:12'); +INSERT INTO `marker` VALUES (11803,1901,NULL,2,1920,98023,'My House','My lovely home!',180.140625,-163.7890625,0,1,0,'2020-06-19 13:04:51'); +INSERT INTO `marker` VALUES (11804,1901,NULL,2,1901,99409,'Chest EX','Majora Mask',120.9609375,-148.0234375,0,0,0,'2020-06-20 10:00:32'); +INSERT INTO `marker` VALUES (11805,1901,NULL,2,1936,100451,'Cracked wall','Treasure with an opal',114.53255200386047,-157.89322912693024,0,0,0,'2020-06-21 01:28:10'); +INSERT INTO `marker` VALUES (11806,1901,NULL,2,1904,101103,'Ice Arrows x5','Ice Arrows, 5 items',137.8992341783498,-189.36135803458478,0,0,0,'2020-06-22 08:24:35'); +INSERT INTO `marker` VALUES (11807,1901,NULL,2,1947,72792,'Molduga','',188.4375,-105.6875,0,1,0,'2020-06-23 21:47:58'); +INSERT INTO `marker` VALUES (11808,1901,NULL,2,1939,72792,'Blizzrobe','',103.80078125,-186.4609375,0,0,0,'2020-06-23 21:54:41'); +INSERT INTO `marker` VALUES (11809,1901,NULL,2,1939,96424,'Blizzrobe ','',103.81263732910156,-186.451416015625,0,0,0,'2020-06-23 21:55:35'); +INSERT INTO `marker` VALUES (11810,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:35'); +INSERT INTO `marker` VALUES (11811,1901,NULL,2,1944,99871,'Arrow x10','',175.1875,-159.5234375,0,0,0,'2020-06-24 16:09:48'); +INSERT INTO `marker` VALUES (11812,1901,NULL,2,1904,72792,'Arrow x10','Use magnesis to get a chest out of the water that holds 10 arrows.',204.7578125,-185.78125,0,0,0,'2020-06-24 22:17:02'); +INSERT INTO `marker` VALUES (11813,1901,NULL,2,1935,101372,'?????? ????????? ??????','',156.5539059638977,-144.28050784283332,0,1,0,'2020-06-25 08:55:47'); +INSERT INTO `marker` VALUES (11814,1901,NULL,2,1920,97558,'Kakariko','',156.38671875,-143.67578125,0,0,0,'2020-06-25 11:34:39'); +INSERT INTO `marker` VALUES (11815,1901,NULL,2,1939,100437,'Polar-Rod','',103.828125,-186.40625,0,0,0,'2020-06-25 15:52:40'); +INSERT INTO `marker` VALUES (11816,1901,NULL,2,1931,101419,'Bokoblin Camp','',107.921875,-154.32421875,0,1,0,'2020-06-25 21:06:23'); +INSERT INTO `marker` VALUES (11817,1901,NULL,2,1901,99835,'laboratorio akkala','',197.846923828125,-79.77880859375,0,0,0,'2020-06-25 22:29:10'); +INSERT INTO `marker` VALUES (11818,1901,NULL,2,1931,98628,'Moblin/Bokoblin Camp','',175.6015625,-110.640625,0,0,0,'2020-06-27 00:53:36'); +INSERT INTO `marker` VALUES (11819,1901,NULL,2,1901,101602,'asdf','',70.375,-103.69921875,0,0,0,'2020-06-28 08:10:21'); +INSERT INTO `marker` VALUES (11820,1901,NULL,2,1910,101671,'Amber','',107.890625,-162.78125,0,0,0,'2020-06-29 00:22:57'); +INSERT INTO `marker` VALUES (11821,2000,NULL,2,1969,98761,'fairy','',243.5,-83.4375,0,0,0,'2020-06-29 21:51:01'); +INSERT INTO `marker` VALUES (11822,1901,NULL,2,1916,92379,'Korok','Inside pile of leaves under rock within ruins.',120.98125556574986,-148.23603947859817,0,0,0,'2020-06-30 04:17:18'); +INSERT INTO `marker` VALUES (11823,1901,NULL,2,1901,82586,'farosh farm','',156.1640625,-173.2265625,0,1,0,'2020-07-02 03:23:37'); +INSERT INTO `marker` VALUES (11824,1901,NULL,2,1935,24558,'A Gift of Nightshade','Blue Nightshade needed',168.50000023841858,-183.39062482118607,0,0,0,'2020-07-02 19:00:36'); +INSERT INTO `marker` VALUES (11825,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',183.2135410308838,-180.56510376930237,0,0,0,'2020-07-02 19:54:38'); +INSERT INTO `marker` VALUES (11826,1901,NULL,2,1935,24558,'A Fragmented Monument','Shrine Quest',181.8984375,-180.171875,0,0,0,'2020-07-02 19:55:53'); +INSERT INTO `marker` VALUES (11827,1901,NULL,2,1901,24558,'Stone fragment','A Fragmented Monument',180.98177075386047,-182.37369799613953,0,0,0,'2020-07-02 19:58:46'); +INSERT INTO `marker` VALUES (11828,1901,NULL,2,1925,101922,'Shrine of Resurrection','',110.73240661621094,-157.36920166015625,0,0,0,'2020-07-03 06:29:13'); +INSERT INTO `marker` VALUES (11829,1901,NULL,2,1946,24558,'Super Rumour Mill V3','Ex',136.23567724227905,-182.015625,0,0,0,'2020-07-03 17:25:35'); +INSERT INTO `marker` VALUES (11830,1901,NULL,2,1946,24558,'Super Rumour Mill EX: Volume 1','',144.9270830154419,-110.27604150772095,0,0,0,'2020-07-03 18:19:08'); +INSERT INTO `marker` VALUES (11831,1901,NULL,2,1916,93818,'karok','',154.21875,-177.40625,0,0,0,'2020-07-05 01:00:57'); +INSERT INTO `marker` VALUES (11832,1901,NULL,2,1944,102183,'Majora's Mask','',121,-148.140625,0,0,0,'2020-07-06 21:08:00'); +INSERT INTO `marker` VALUES (11833,1901,NULL,2,1943,102183,'Ruby','Season Pass chest 1',117.40546870231628,-151.7015624344349,0,0,0,'2020-07-06 21:09:03'); +INSERT INTO `marker` VALUES (11834,1901,NULL,2,1944,102183,'Switch shirt','Season Pass chest 3',120.69218730926514,-159.41484379768372,0,0,0,'2020-07-06 21:10:01'); +INSERT INTO `marker` VALUES (11835,1901,NULL,2,1944,102183,'Bomb Arrows','Season Pass chest 2',105.25624990463257,-159.72968745231628,0,0,0,'2020-07-06 21:11:29'); +INSERT INTO `marker` VALUES (11836,1901,NULL,2,1944,102183,'Horse armour Part 1','Expansion Pass Pack 2',92.32656264305115,-133.41874992847443,0,0,0,'2020-07-06 21:16:51'); +INSERT INTO `marker` VALUES (11837,1901,NULL,2,1901,102183,'Horse armour Part 2','Expansion Pass Pack 2',140.390625,-185.875,0,0,0,'2020-07-06 21:18:10'); +INSERT INTO `marker` VALUES (11838,1901,NULL,2,1944,102183,'Korok Mask','Expansion Pass Pack 1',139.22265648841858,-99.11093771457672,0,0,0,'2020-07-06 21:21:37'); +INSERT INTO `marker` VALUES (11839,1901,NULL,2,1944,102183,'Tingle armour 1','Expansion Pass Pack 1',116.3828125,-141.9375,0,0,0,'2020-07-06 21:28:36'); +INSERT INTO `marker` VALUES (11840,1901,NULL,2,1944,102183,'Phantom armour 1','Expansion Pass Pack 2',123.93593740463257,-126.703125,0,0,0,'2020-07-06 21:57:34'); +INSERT INTO `marker` VALUES (11841,1901,NULL,2,1944,102183,'Phantom armour 2','Expansion Pass Pack 2',109.54609370231628,-147.1953123807907,0,0,0,'2020-07-06 22:00:14'); +INSERT INTO `marker` VALUES (11842,1901,NULL,2,1901,102183,'Tingle armour 2','Expansion Pass Pack 1',117.38046860694885,-115.28593730926514,0,0,0,'2020-07-06 22:02:12'); +INSERT INTO `marker` VALUES (11843,1901,NULL,2,1901,102183,'Tingle armour 3','Expansion Pass Pack 1',127.52734375,-131.2890625,0,0,0,'2020-07-06 22:03:32'); +INSERT INTO `marker` VALUES (11844,1901,NULL,2,1943,102183,'Traveler Medallion','Expansion Pass Pack 2',200.71484351158142,-72.43749982118607,0,0,0,'2020-07-06 22:07:28'); +INSERT INTO `marker` VALUES (11845,1901,NULL,2,1901,102183,'Royal Guard armour 1','Expansion Pass Pact 2',124.328125,-111.4281250834465,0,0,0,'2020-07-06 22:10:28'); +INSERT INTO `marker` VALUES (11846,1901,NULL,2,1944,102183,'Royal Guard armour 2','Expansion Pack Pass 2',126.46718764305115,-114.88984370231628,0,0,0,'2020-07-06 22:12:01'); +INSERT INTO `marker` VALUES (11847,1901,NULL,2,1901,102183,'Royal Guard armour 3','Expansion Pass Pack 2',122.28671860694885,-114.82812488079071,0,0,0,'2020-07-06 22:12:47'); +INSERT INTO `marker` VALUES (11848,1901,NULL,2,1944,102183,'Midna's Helmet','Expansion Pass Pack 1',106.05859375,-131.4140625,0,0,0,'2020-07-06 22:27:03'); +INSERT INTO `marker` VALUES (11849,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11850,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11851,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11852,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11853,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11854,1901,NULL,2,1939,102183,'Blizzard Wizzrobe','',139.96874904632568,-116.35625100135803,0,0,0,'2020-07-07 01:01:32'); +INSERT INTO `marker` VALUES (11855,1901,NULL,2,1916,102146,'ddfg','',112.2421875,-142.5985548496754,0,0,0,'2020-07-07 17:41:49'); +INSERT INTO `marker` VALUES (11856,1901,NULL,2,1944,102183,'Outset Island Lobster shirt','Expansion Pass Pack 2',125.52968788146973,-176.16406226158142,0,0,0,'2020-07-07 18:00:32'); +INSERT INTO `marker` VALUES (11857,1901,NULL,2,1901,102371,'Rito Village','',71.5625,-97.875,0,0,0,'2020-07-08 19:59:53'); +INSERT INTO `marker` VALUES (11858,1901,NULL,2,1901,102183,'Eighth Heroine','',59.671875,-136.1968743801117,0,0,0,'2020-07-08 23:53:23'); +INSERT INTO `marker` VALUES (11859,1901,NULL,2,1901,102183,'Eighth Heroine's Sword','',65.94374942779541,-143.1218752861023,0,0,0,'2020-07-08 23:56:41'); +INSERT INTO `marker` VALUES (11860,1901,NULL,2,1935,102183,'Hunt for the Giant Horse','',124.88125038146973,-182.61249899864197,0,0,0,'2020-07-09 10:04:47'); +INSERT INTO `marker` VALUES (11861,1901,NULL,2,1901,102183,'Giant Horse location','',108.57499885559082,-167.8875012397766,0,0,0,'2020-07-09 10:05:38'); +INSERT INTO `marker` VALUES (11862,1901,NULL,2,1901,102183,'Blue Flame 2','',192.8664059638977,-78.60937497019768,0,0,0,'2020-07-09 17:44:59'); +INSERT INTO `marker` VALUES (11863,1901,NULL,2,1901,102447,'kite','',99.20833396911621,-78.6145830154419,0,0,0,'2020-07-09 20:00:48'); +INSERT INTO `marker` VALUES (11864,2000,NULL,2,1950,99997,'creo tener','',13.0625,-105,0,0,0,'2020-07-09 21:43:53'); +INSERT INTO `marker` VALUES (11865,2000,NULL,2,1955,99997,'creo tener','',11.875,-103.9375,0,0,0,'2020-07-09 21:45:01'); +INSERT INTO `marker` VALUES (11866,1901,NULL,2,1901,102183,'Blue Flame 1','',181.77187490463257,-158.95937502384186,0,0,0,'2020-07-09 23:10:53'); +INSERT INTO `marker` VALUES (11867,1901,NULL,2,1935,102183,'Into The Vortex','Shrine Quest',200.2578125,-99.37109375,0,0,0,'2020-07-10 22:16:08'); +INSERT INTO `marker` VALUES (11868,1901,NULL,2,1901,102183,'Fang and Bone starting location','',178.75624895095825,-74.2781240940094,0,0,0,'2020-07-10 22:51:26'); +INSERT INTO `marker` VALUES (11869,1901,NULL,2,1936,102183,'Cracked Wall','',141.55000019073486,-170.63750004768372,0,0,0,'2020-07-11 15:22:24'); +INSERT INTO `marker` VALUES (11870,1901,NULL,2,1935,102183,'The Serpent's Jaws','',140.47031259536743,-176.16249990463257,0,0,0,'2020-07-11 15:30:56'); +INSERT INTO `marker` VALUES (11871,1901,NULL,2,1901,102683,'test de pointeur','ceci est un essai',176.328125,-157.84375,0,0,0,'2020-07-12 17:47:31'); +INSERT INTO `marker` VALUES (11872,1901,NULL,2,1901,102183,'Kilton's Shop','Shop',177.70625066757202,-122.29062527418137,0,0,0,'2020-07-12 21:32:23'); +INSERT INTO `marker` VALUES (11873,1901,NULL,2,1916,102732,'Falta','',97.94276513479501,-169.571412672477,0,0,0,'2020-07-13 05:31:01'); +INSERT INTO `marker` VALUES (11874,1901,NULL,2,1901,102888,'faltra','',187.09375,-75.46875,0,0,0,'2020-07-14 21:59:09'); +INSERT INTO `marker` VALUES (11875,1901,NULL,2,1901,92866,'aqui','aqui',177.83058569472058,-156.845489732281,0,0,0,'2020-07-16 17:44:34'); +INSERT INTO `marker` VALUES (11876,1901,NULL,2,1936,102183,'Cracked Wall','',188.829687833786,-117.00546908378601,0,0,0,'2020-07-16 18:04:51'); +INSERT INTO `marker` VALUES (11877,1901,NULL,2,1943,101535,'Ritterbogen','',57.5625,-139.47265625,0,0,0,'2020-07-16 19:50:32'); +INSERT INTO `marker` VALUES (11878,1901,NULL,2,1903,103138,'great flameblade','',124.02734375,-116.078125,0,0,0,'2020-07-17 16:13:00'); +INSERT INTO `marker` VALUES (11879,1901,NULL,2,1935,102451,'Sunken Treasure','',173.453125,-181.671875,0,0,0,'2020-07-17 21:01:22'); +INSERT INTO `marker` VALUES (11880,1901,NULL,2,1935,102451,'Take back the sea','',173.8203125,-181.2578125,0,0,0,'2020-07-17 21:01:37'); +INSERT INTO `marker` VALUES (11881,1901,NULL,2,1935,102451,'What’s For Dinner?','',174.265625,-181.4296875,0,0,0,'2020-07-17 21:04:37'); +INSERT INTO `marker` VALUES (11882,1901,NULL,2,1931,102451,'Enemy Camp','',171.5,-178.203125,0,0,0,'2020-07-17 21:06:11'); +INSERT INTO `marker` VALUES (11883,1901,NULL,2,1902,102564,'lynel','',188.47749969586926,-118.56876471131145,0,0,0,'2020-07-18 18:26:39'); +INSERT INTO `marker` VALUES (11884,1901,NULL,2,1910,103297,'blue rupee','',96.33203125,-168.01171875,0,0,0,'2020-07-18 23:58:46'); +INSERT INTO `marker` VALUES (11885,1901,NULL,2,1939,103297,'Ice Wizzrobe','',103.7578125,-186.47265625,0,0,0,'2020-07-19 22:33:45'); +INSERT INTO `marker` VALUES (11886,1901,NULL,2,1931,103297,'Enemy Base','',102,-165.2109375,0,0,0,'2020-07-20 18:40:32'); +INSERT INTO `marker` VALUES (11887,1901,NULL,2,1931,103297,'Lizalfos Camp','',93.9609375,-156.60546875,0,0,0,'2020-07-20 18:58:01'); +INSERT INTO `marker` VALUES (11888,1901,NULL,2,1916,93818,'karok','',160.875,-169.09375,0,0,0,'2020-07-21 00:22:22'); +INSERT INTO `marker` VALUES (11889,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',-26.25,-140,0,0,0,'2020-07-22 02:22:27'); +INSERT INTO `marker` VALUES (11890,1901,NULL,2,1926,103614,'Divine Beast vah Rudania','',168,-89.25,0,0,0,'2020-07-22 02:22:54'); +INSERT INTO `marker` VALUES (11891,1901,NULL,2,1926,103614,'Divine Beast vah Medoh','',72,-100.5,0,0,0,'2020-07-22 02:23:32'); +INSERT INTO `marker` VALUES (11892,1901,NULL,2,1939,101535,'Polar-Pyromagus','',73.9375,-86.515625,0,0,0,'2020-07-22 11:07:38'); +INSERT INTO `marker` VALUES (11893,1901,NULL,2,1910,103635,'APPLE TREES','',97.7421875,-133.3671875,0,0,0,'2020-07-22 11:26:05'); +INSERT INTO `marker` VALUES (11894,1901,NULL,2,1901,101006,'Good Weapons / Strong Enemies','',109.9921875,-147.765625,0,0,0,'2020-07-23 03:22:50'); +INSERT INTO `marker` VALUES (11895,1901,NULL,2,1926,91734,'Divine Beast Vah Ruta','Here is where you can see Vah Ruta fighting with Ganon',174.703125,-131.76953125,0,0,0,'2020-07-23 04:15:37'); +INSERT INTO `marker` VALUES (11896,1901,NULL,2,1926,91734,'Divine Beast Vah Naboris','Here you can see Vah Naboris fighting with Ganon',95.09375,-169.34375,0,0,0,'2020-07-23 04:16:56'); +INSERT INTO `marker` VALUES (11897,1901,NULL,2,1926,91734,'Divine Beast Vah Medoh','Here you can see Vah Medoh fighting with Ganon',71.609375,-99,0,0,0,'2020-07-23 04:18:28'); +INSERT INTO `marker` VALUES (11898,1901,NULL,2,1926,91734,'Divine Beast Vah Rudania','Here is Vah Rudania fighting with Ganon',165.9140625,-87.296875,0,0,0,'2020-07-23 04:19:21'); +INSERT INTO `marker` VALUES (11899,1901,NULL,2,1925,103616,'Shrine of Resurrection','',110.78125,-157.4375,0,1,0,'2020-07-24 15:28:51'); +INSERT INTO `marker` VALUES (11900,1901,NULL,2,1901,84811,'FREDDO','FREDDO',106.8125,-185.828125,0,0,0,'2020-07-26 10:19:02'); +INSERT INTO `marker` VALUES (11901,1901,NULL,2,1903,103882,'Arma perdida','',85.8828125,-113.99928151592073,0,0,0,'2020-07-28 03:33:26'); +INSERT INTO `marker` VALUES (11902,1901,NULL,2,1916,103747,'111','',132.265625,-179.421875,0,0,0,'2020-07-28 04:24:45'); +INSERT INTO `marker` VALUES (11903,2000,NULL,2,1950,96690,'Fly Coq','',44.875,-146.375,0,0,0,'2020-07-28 12:04:37'); +INSERT INTO `marker` VALUES (11904,1901,NULL,2,1901,104091,'star 1','',-14.5,-119.29482962212843,0,0,0,'2020-07-29 00:04:28'); +INSERT INTO `marker` VALUES (11905,1901,NULL,2,1901,104091,'star 1','',-14,-104.2859230746857,0,0,0,'2020-07-29 00:06:49'); +INSERT INTO `marker` VALUES (11906,1901,NULL,2,1901,102418,'Glitch multiplicar','Puedes multiplicar armas,escudos,arcos solo teniendo un arma electrica y una de metal',138.90625,-118.96484375,0,0,0,'2020-07-29 18:07:51'); +INSERT INTO `marker` VALUES (11907,1901,NULL,2,1901,102418,'Glitch saltos infinitos','Solo con un caballo puedes venir aqui y hacer el glitch de los saltos infinitos',124.2578125,-182.3984375,0,0,0,'2020-07-29 18:12:53'); +INSERT INTO `marker` VALUES (11908,1901,NULL,2,1901,102418,'Alternativa glitch de duplicar armas','Aqui tambien se pueden duplicar armas solo tienes que tener la armadura aislante porque pegan bastante las flechas electricas',52.234375,-183.375,0,0,0,'2020-07-29 18:14:14'); +INSERT INTO `marker` VALUES (11909,1901,NULL,2,1926,102418,'Bestia divina Vah Naboris','',69.5,-187.75,0,0,0,'2020-07-29 18:27:36'); +INSERT INTO `marker` VALUES (11910,1901,NULL,2,1901,102418,'Bestia divina Vah Rudania','',167.75,-89.75,0,0,0,'2020-07-29 18:27:59'); +INSERT INTO `marker` VALUES (11911,1901,NULL,2,1926,102418,'Bestia divina Vah Medoh','',71.5,-99.9375,0,0,0,'2020-07-29 18:28:27'); +INSERT INTO `marker` VALUES (11912,1901,NULL,2,1926,102418,'Bestia divina Vah Rudania','',166.625,-88.6875,0,0,0,'2020-07-29 18:28:38'); +INSERT INTO `marker` VALUES (11913,1901,NULL,2,1930,104262,'DRAGON','',176.71875,-145.53125,0,0,0,'2020-07-30 20:34:56'); +INSERT INTO `marker` VALUES (11914,1901,NULL,2,1935,47775,'Sunshroom Sensing','This sidequest gets unlocked, once you've got the Sheikah-Sensor+.',187,-161.2890625,0,0,0,'2020-08-02 14:47:00'); +INSERT INTO `marker` VALUES (11915,1901,NULL,2,1901,104038,'white horse','',105.60546875,-147.87890625,0,0,0,'2020-08-02 22:04:27'); +INSERT INTO `marker` VALUES (11916,1901,NULL,2,1944,47775,'EX: Royal Guard Boots','One of the EX chests, located inside Ganon's Castle.',122.4453125,-115.13671875,0,0,0,'2020-08-03 20:06:00'); +INSERT INTO `marker` VALUES (11917,1901,NULL,2,1926,104654,'Divine Beast Vah Rudania','',167.84375,-87.59375,0,0,0,'2020-08-04 01:55:23'); +INSERT INTO `marker` VALUES (11918,1901,NULL,2,1926,104654,'Divine Beast Vah Medoh','',71.5703125,-98.875,0,0,0,'2020-08-04 01:56:39'); +INSERT INTO `marker` VALUES (11919,1901,NULL,2,1926,104654,'Divine Beast Vah Naboris','',81.4375,-180.25,0,0,0,'2020-08-04 01:57:33'); +INSERT INTO `marker` VALUES (11920,1901,NULL,2,1935,47775,'The Hero's Cache','This one; https://zelda.gamepedia.com/Kass#The_Hero.27s_Cache',186.515625,-169.109375,0,0,0,'2020-08-04 19:51:31'); +INSERT INTO `marker` VALUES (11921,1901,NULL,2,1936,104812,'Fire arrows','',112.87890625,-164.70703125,0,0,0,'2020-08-05 13:36:41'); +INSERT INTO `marker` VALUES (11922,1901,NULL,2,1935,104775,'Arrows of Burning Heat','',156.546875,-144.2734375,0,0,0,'2020-08-07 01:37:38'); +INSERT INTO `marker` VALUES (11923,1901,NULL,2,1901,41081,'Lord of the Mountain','',92.453125,-133.4375,0,0,0,'2020-08-08 03:53:53'); +INSERT INTO `marker` VALUES (11924,1901,NULL,2,1910,104393,'Korok Mask','',139.2109375,-99,0,0,0,'2020-08-08 12:13:20'); +INSERT INTO `marker` VALUES (11925,1901,NULL,2,1926,47775,'Divine Beast Vah Medoh','',71.55078125,-98.8671875,0,0,0,'2020-08-09 13:43:49'); +INSERT INTO `marker` VALUES (11926,1901,NULL,2,1901,105268,'Nothing','',116.25696006739787,-159.50280460345022,0,0,0,'2020-08-11 03:09:58'); +INSERT INTO `marker` VALUES (11927,1901,NULL,2,1935,102451,'Giant Horse','The Giant Horse is a rare horse that you can find in the Taobab Grassland.',124.77187442779541,-182.65143982876066,0,0,0,'2020-08-12 20:24:27'); +INSERT INTO `marker` VALUES (11928,1901,NULL,2,1926,103711,'Divine Beast Vah'Naboris','',87.4375,-182.5,0,0,0,'2020-08-13 11:46:42'); +INSERT INTO `marker` VALUES (11929,1901,NULL,2,1935,47775,'Slated for Upgrades','',187.125,-160.96875,0,0,0,'2020-08-13 16:07:56'); +INSERT INTO `marker` VALUES (11930,1901,NULL,2,1901,105675,'Kilton','',154.9367184638977,-144.28769591281292,0,0,0,'2020-08-16 07:00:45'); +INSERT INTO `marker` VALUES (11931,1901,NULL,2,1901,76039,'Where I left off','',75.8359375,-161.8203125,0,0,0,'2020-08-16 14:02:43'); +INSERT INTO `marker` VALUES (11932,1901,NULL,2,1901,105023,'Stonks','Bring your arrows',92.39453125,-133.421875,0,0,0,'2020-08-16 15:04:58'); +INSERT INTO `marker` VALUES (11933,1901,NULL,2,1926,47775,'Divine Beast Vah Rudania','',166.3828125,-87.9609375,0,0,0,'2020-08-16 15:24:41'); +INSERT INTO `marker` VALUES (11934,1901,NULL,2,1935,47775,'What's for Dinner? ','',173.1171875,-181.1484375,0,0,0,'2020-08-16 17:12:38'); +INSERT INTO `marker` VALUES (11935,1901,NULL,2,1901,104499,'ME','',155.49609375,-158.2734375,0,0,0,'2020-08-17 18:08:53'); +INSERT INTO `marker` VALUES (11936,1901,NULL,2,1920,101198,'Shrine of resurrection','',110.03125,-158.09375,0,0,0,'2020-08-19 07:31:21'); +INSERT INTO `marker` VALUES (11937,1901,NULL,2,1903,105952,'espada maestra','',136,-97.5,0,0,0,'2020-08-19 08:38:44'); +INSERT INTO `marker` VALUES (11938,1901,NULL,2,1901,105913,'Levianthan Bones','',59.8984375,-68.125,0,0,0,'2020-08-19 12:57:22'); +INSERT INTO `marker` VALUES (11939,1901,NULL,2,1926,106102,'Divine Beast Vah Medoh','',71.75,-99.4375,0,0,0,'2020-08-21 10:48:14'); +INSERT INTO `marker` VALUES (11940,1901,NULL,2,1926,106102,'Divine Beast Vah Naboris','This position is not accurate so do not approve it, however it should probably be added to the map.',85.6875,-178.9375,0,0,0,'2020-08-21 10:49:46'); +INSERT INTO `marker` VALUES (11941,1901,NULL,2,1926,106102,'Divine Beast Vah Rudania','This position is not accurate so do not approve it, however Rudania should be added to the map',165.40625,-88.109375,0,0,0,'2020-08-21 10:50:48'); +INSERT INTO `marker` VALUES (11942,1901,NULL,2,1910,105470,'Amber','',107.87890625,-162.71484375,0,0,0,'2020-08-21 12:12:00'); +INSERT INTO `marker` VALUES (11943,1901,NULL,2,1904,105470,'Bomb Arrows','EX-Item from the DLC',105.3125,-159.7109375,0,0,0,'2020-08-21 12:14:48'); +INSERT INTO `marker` VALUES (11944,1901,NULL,2,1910,105470,'Gemstone','',132.09765625,-158.11328125,0,0,0,'2020-08-21 17:05:59'); +INSERT INTO `marker` VALUES (11945,1901,NULL,2,1910,105470,'Gemstone','',135.05859375,-158.78515625,0,0,0,'2020-08-21 17:25:10'); +INSERT INTO `marker` VALUES (11946,1901,NULL,2,1910,105470,'4 x Slime Gelee','',134.625,-159.9296875,0,0,0,'2020-08-21 17:28:42'); +INSERT INTO `marker` VALUES (11947,1901,NULL,2,1901,106181,'gf','',140.859375,-151.1015625,0,0,0,'2020-08-22 10:17:04'); +INSERT INTO `marker` VALUES (11948,1901,NULL,2,1926,59528,'Vah Rudania','',165.6197919845581,-89.94378658195917,0,0,0,'2020-08-22 20:06:25'); +INSERT INTO `marker` VALUES (11949,1901,NULL,2,1926,59528,'Vah Medoh','',71.5442705154419,-98.8150318171872,0,0,0,'2020-08-22 20:06:55'); +INSERT INTO `marker` VALUES (11950,1901,NULL,2,1926,59528,'Vah Naboris','',85.3125,-184.58945747864203,0,0,0,'2020-08-22 20:07:39'); +INSERT INTO `marker` VALUES (11951,1901,NULL,2,1910,106293,'Ancient core','',45.5,-62.5,0,0,0,'2020-08-23 23:08:50'); +INSERT INTO `marker` VALUES (11952,1901,NULL,2,1932,106334,'test','',152.234375,-153.6875,0,0,0,'2020-08-27 14:10:40'); +INSERT INTO `marker` VALUES (11953,1901,NULL,2,1936,77582,'Cracked Wall','',139.19062519073486,-156.2665245951172,0,0,0,'2020-08-30 10:48:56'); +INSERT INTO `marker` VALUES (11954,1901,NULL,2,1923,106215,'wer','',127.2900390625,-174.53857421875,0,0,0,'2020-08-31 17:17:30'); +INSERT INTO `marker` VALUES (11955,1901,NULL,2,1930,96690,'Ganon','',124.078125,-111.09375,0,0,0,'2020-09-04 08:40:49'); +INSERT INTO `marker` VALUES (11956,1901,NULL,2,1926,107311,'Vah Rudania','',184.9889557732188,-125.17832768372425,0,0,0,'2020-09-05 13:19:17'); +INSERT INTO `marker` VALUES (11957,1901,NULL,2,1926,107311,'Vah Medoh','',71.41869232324058,-99.83602411403866,0,0,0,'2020-09-05 13:20:27'); +INSERT INTO `marker` VALUES (11958,1901,NULL,2,1926,107311,'Vah Naboris','',94.99121706235766,-169.22880054105616,0,0,0,'2020-09-05 13:21:12'); +INSERT INTO `marker` VALUES (11959,1901,NULL,2,1926,107311,'Vah Rudania','',166.42604151294188,-88.50632239886846,0,0,0,'2020-09-05 13:22:04'); +INSERT INTO `marker` VALUES (11960,1901,NULL,2,1926,107311,'Vah Ruta','',174.62608990811069,-131.74156092594384,0,0,0,'2020-09-05 13:22:33'); +INSERT INTO `marker` VALUES (11961,1901,NULL,2,1948,107311,'Cooking pot','',149.27477307389765,-154.0790252567129,0,0,0,'2020-09-05 13:40:20'); +INSERT INTO `marker` VALUES (11962,1901,NULL,2,1901,105966,'Kolog al que atrapar','',69.1015625,-67.880859375,0,0,0,'2020-09-07 23:20:14'); +INSERT INTO `marker` VALUES (11963,1901,NULL,2,1901,72402,'Two possible missed brances','',113.0390625,-156.53125,0,0,0,'2020-09-08 01:10:23'); +INSERT INTO `marker` VALUES (11964,1901,NULL,2,1901,107650,'kay','',-6.5,-77.5,0,0,0,'2020-09-09 00:33:58'); +INSERT INTO `marker` VALUES (11965,1901,NULL,2,1901,102586,'Campamento bok','',134.6087539686239,-111.79324960708618,0,0,0,'2020-09-09 13:31:36'); +INSERT INTO `marker` VALUES (11966,1901,NULL,2,1925,107260,'Keive Tala Shrine','',91.4375,-189.04342834224911,0,0,0,'2020-09-10 17:24:57'); +INSERT INTO `marker` VALUES (11967,1901,NULL,2,1926,107984,'rudana','E',166.5625,-88.8125,0,0,0,'2020-09-12 19:38:42'); +INSERT INTO `marker` VALUES (11968,1901,NULL,2,1901,103112,'thunderblade','thunderblade',43.21240234375,-99.625,0,0,0,'2020-09-13 22:40:26'); +INSERT INTO `marker` VALUES (11969,1901,NULL,2,1901,77479,'rito','',38.30510711669922,-80.66926028233483,0,0,0,'2020-09-15 04:49:25'); +INSERT INTO `marker` VALUES (11970,1901,NULL,2,1916,105553,'kolog','',71.203125,-76.234375,0,0,0,'2020-09-15 21:41:52'); +INSERT INTO `marker` VALUES (11971,1901,NULL,2,1901,108222,'??','??',158.453125,-141.328125,0,0,0,'2020-09-17 06:10:09'); +INSERT INTO `marker` VALUES (11972,1901,NULL,2,1901,108303,'1','Centaleon 1',57.875,-88.96875,0,0,0,'2020-09-17 06:26:07'); +INSERT INTO `marker` VALUES (11973,1901,NULL,2,1901,108390,'Shrine of Resurrection ','',110.796875,-157.5078125,0,0,0,'2020-09-17 17:11:55'); +INSERT INTO `marker` VALUES (11974,1901,NULL,2,1901,108591,'uft','',105.75,-93.15625,0,0,0,'2020-09-19 23:23:43'); +INSERT INTO `marker` VALUES (11975,1901,NULL,2,1901,108380,'f','',177.1484375,-165.6015625,0,0,0,'2020-09-20 21:55:59'); +INSERT INTO `marker` VALUES (11976,1901,NULL,2,1901,108506,'semilla faltante','',59.3515625,-95.9296875,0,0,0,'2020-09-21 01:02:31'); +INSERT INTO `marker` VALUES (11977,1901,NULL,2,1901,108275,'See if bow came back','',139.81406259536743,-127.82264606170752,0,0,0,'2020-09-21 03:16:45'); +INSERT INTO `marker` VALUES (11978,1901,NULL,2,1901,109043,'Hestu','',159.89453125,-150.42578125,0,0,0,'2020-09-24 09:58:37'); +INSERT INTO `marker` VALUES (11979,1901,NULL,2,1901,105023,'Temple Of Time','',115.453125,-157.953125,0,0,0,'2020-09-25 14:37:23'); +INSERT INTO `marker` VALUES (11980,1901,NULL,2,1901,107544,'juyg','iuhi',-30.25,-169.75,0,0,0,'2020-09-25 22:30:11'); +INSERT INTO `marker` VALUES (11981,1901,NULL,2,1926,107544,'vah rudania','',167.65625,-87.46875,0,0,0,'2020-09-25 22:32:36'); +INSERT INTO `marker` VALUES (11982,1901,NULL,2,1925,77482,'Yowaka Ita Shrine','EX The Champions' Ballad - On-Hit Obliterator Quest',113.30078125,-154.14453125,0,0,0,'2020-09-25 23:51:55'); +INSERT INTO `marker` VALUES (11983,1901,NULL,2,1925,77482,'Rohta Chigah Shrine','EX The Champions' Ballad - One-Hit Obilterator Quest',119.90234375,-156.16015625,0,0,0,'2020-09-26 00:11:52'); +INSERT INTO `marker` VALUES (11984,1901,NULL,2,1925,77482,'Ruvo Korbah Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',115.015625,-161.609375,0,0,0,'2020-09-26 00:48:33'); +INSERT INTO `marker` VALUES (11985,1901,NULL,2,1925,77482,'Etsu Korima Shrine','EX The Champions' Ballad - One-Hit Obliterator Quest',108.9921875,-161.015625,0,0,0,'2020-09-26 01:13:43'); +INSERT INTO `marker` VALUES (11986,1901,NULL,2,1925,77482,'Mah Eliya Shrine','EX The Champions' Ballad - Mipha's Song',186.765625,-117.921875,0,0,0,'2020-09-26 18:22:29'); +INSERT INTO `marker` VALUES (11987,1901,NULL,2,1925,77482,'Kee Dafunia Shrine','EX The Champions' Ballad - Mipha's Song',204.28125,-112.75,0,0,0,'2020-09-26 18:58:59'); +INSERT INTO `marker` VALUES (11988,1901,NULL,2,1925,77482,'Sato Koda Shrine','EX The Champions' Ballad - Mipha's Song',176.515625,-114.9921875,0,0,0,'2020-09-26 19:35:53'); +INSERT INTO `marker` VALUES (11989,1901,NULL,2,1925,77482,'Rinu Honika Shrine','EX The Champions' Ballad - Daruk's Song',163.05859375,-96.8359375,0,0,0,'2020-09-27 23:02:31'); +INSERT INTO `marker` VALUES (11990,1901,NULL,2,1925,77482,'Sharo Lun Shrine','EX The Champions' Ballad - Daruk's Song',173.7578125,-90.19921875,0,0,0,'2020-09-27 23:39:19'); +INSERT INTO `marker` VALUES (11991,1901,NULL,2,1925,77482,'Kamia Omuna Shrine','EX The Champions' Ballad - Daruk's Song',161.23046875,-77.57421875,0,0,0,'2020-09-27 23:59:33'); +INSERT INTO `marker` VALUES (11992,1901,NULL,2,1925,77482,'Shira Gomar Shrine','EX The Champions' Ballad - Rivali's Song',90.859375,-106.4140625,0,0,0,'2020-09-28 01:45:24'); +INSERT INTO `marker` VALUES (11993,1901,NULL,2,1925,77482,'Noe Rajee Shrine','EX The Champions' Ballad - Rivali's Song',68.29296875,-91.9453125,0,0,0,'2020-09-28 02:14:41'); +INSERT INTO `marker` VALUES (11994,1901,NULL,2,1925,77482,'Kiah Toza Shrine','EX The Champions' Ballad - Rivali's Song',94.2890625,-78.203125,0,0,0,'2020-09-28 03:02:22'); +INSERT INTO `marker` VALUES (11995,1901,NULL,2,1935,109347,'Giant hunt','',179.80859375,-119.36328125,0,0,0,'2020-09-28 14:15:46'); +INSERT INTO `marker` VALUES (11996,1901,NULL,2,1926,67446,'Vah'Medoh','',71.546875,-98.921875,0,0,0,'2020-09-30 14:01:09'); +INSERT INTO `marker` VALUES (11997,1901,NULL,2,1946,109515,'Piments','',113.07194519042969,-158.52413940429688,0,0,0,'2020-09-30 17:47:19'); +INSERT INTO `marker` VALUES (11998,1901,NULL,2,1904,109508,'Chest','',204.75,-185.8125,0,1,0,'2020-10-01 18:03:09'); +INSERT INTO `marker` VALUES (11999,1901,NULL,2,1901,109513,'Edge','',125.83995636340339,-162.58392848761238,0,0,0,'2020-10-01 22:12:05'); +INSERT INTO `marker` VALUES (12000,1901,NULL,2,1926,107050,'Divine Beast Vah Medoh','',71.55156230926514,-98.78449757381924,0,0,0,'2020-10-02 10:59:37'); +INSERT INTO `marker` VALUES (12001,1901,NULL,2,1926,107050,'Divine Beast Vah Rudania','',166.359375,-88.30941789258816,0,0,0,'2020-10-02 11:00:36'); +INSERT INTO `marker` VALUES (12002,1901,NULL,2,1926,107050,'Divine Beast Vah Naboris','',95.01249980926514,-169.26028978525844,0,0,0,'2020-10-02 11:01:55'); +INSERT INTO `marker` VALUES (12003,2000,NULL,2,1950,72402,'Magic Powder Upgrade','',47.20833206176758,-112.50708587982876,0,0,0,'2020-10-02 17:03:42'); +INSERT INTO `marker` VALUES (12004,1901,NULL,2,1926,107092,'Divine Beast Vah Medoh','',70.42108204661218,-98.13647949446786,0,0,0,'2020-10-02 18:08:07'); +INSERT INTO `marker` VALUES (12005,1901,NULL,2,1931,109689,'Camp','',138.875,-155.3671875,0,0,0,'2020-10-03 00:20:35'); +INSERT INTO `marker` VALUES (12006,1901,NULL,2,1925,109711,'Sharo Lun Shrine','chest',173.65312576293945,-90.26592735197623,0,0,0,'2020-10-03 07:30:35'); +INSERT INTO `marker` VALUES (12007,1901,NULL,2,1901,103426,'DRILL','',159.1875,-93.6875,0,0,0,'2020-10-03 17:03:13'); +INSERT INTO `marker` VALUES (12008,1901,NULL,2,1931,108275,'Enemy Camp','Lizalfos',196.1515622138977,-117.97083294108292,0,0,0,'2020-10-04 06:01:05'); +INSERT INTO `marker` VALUES (12009,1901,NULL,2,1944,108275,'Treasure Chest','Silverscale Spear',196.046875,-117.92340945763112,0,0,0,'2020-10-04 06:01:37'); +INSERT INTO `marker` VALUES (12010,1901,NULL,2,1936,108275,'Cracked Wall','Large ore underneath',193.73046875,-127.73512539307353,0,0,0,'2020-10-04 06:07:38'); +INSERT INTO `marker` VALUES (12011,1901,NULL,2,1936,108275,'Cracked Wall','Large ore',199.09375047683716,-139.36447628947772,0,0,0,'2020-10-04 06:36:23'); +INSERT INTO `marker` VALUES (12012,2000,NULL,2,1950,72402,'Bomb Upgrade','',111.3750228881836,-180.91023788887816,0,0,0,'2020-10-05 16:32:50'); +INSERT INTO `marker` VALUES (12013,1901,NULL,2,1926,42863,'Divine Beast Vah Rudania','The Fire Divine Beast',-94.75,-158.5,0,1,0,'2020-10-05 18:10:38'); +INSERT INTO `marker` VALUES (12014,1901,NULL,2,1910,108524,'Durians','',149.8125,-178.359375,0,0,0,'2020-10-05 20:46:58'); +INSERT INTO `marker` VALUES (12015,1901,NULL,2,1916,105802,'POMMIER','POMMIER',185.58437633514404,-95.8985582739899,0,0,0,'2020-10-06 21:00:12'); +INSERT INTO `marker` VALUES (12016,1901,NULL,2,1936,108275,'Cracked Wall','',68.12500023841858,-146.74225910810736,0,0,0,'2020-10-10 05:54:49'); +INSERT INTO `marker` VALUES (12017,1901,NULL,2,1926,107092,'Divine Beast Vah Rudania','',166.09731215319886,-87.22916793823242,0,0,0,'2020-10-11 03:14:10'); +INSERT INTO `marker` VALUES (12018,1901,NULL,2,1910,108742,'hearty Radish','',179.69999933242798,-68.97945246872845,0,0,0,'2020-10-12 23:23:22'); +INSERT INTO `marker` VALUES (12019,1901,NULL,2,1926,99671,'Vah'Rudania','',166.34375,-88.40625,0,0,0,'2020-10-13 08:08:24'); +INSERT INTO `marker` VALUES (12020,1901,NULL,2,1926,99671,'Vah'Medoh','',71.578125,-98.703125,0,0,0,'2020-10-13 08:09:43'); +INSERT INTO `marker` VALUES (12021,1901,NULL,2,1910,110560,'APPLES','',97.5,-133.5,0,0,0,'2020-10-13 19:06:06'); +INSERT INTO `marker` VALUES (12022,1901,NULL,2,1901,110539,'Rebirth Place','',110.68359398841858,-157.45901350875567,0,0,0,'2020-10-13 20:07:57'); +INSERT INTO `marker` VALUES (12023,1901,NULL,2,1901,70984,'Stollen','',124.765625,-109.65625,0,0,0,'2020-10-14 09:21:00'); +INSERT INTO `marker` VALUES (12024,1901,NULL,2,1926,78953,'Divine Beast Vah Medoh','',71.421875,-99.890625,0,0,0,'2020-10-16 18:10:38'); +INSERT INTO `marker` VALUES (12025,1901,NULL,2,1926,78953,'Divine Beast Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.328125,0,0,0,'2020-10-16 18:12:14'); +INSERT INTO `marker` VALUES (12026,1901,NULL,2,1903,110808,'Arrow Farming ','Good spots for all arrow farming ',201.125,-186.5,0,0,0,'2020-10-17 08:25:54'); +INSERT INTO `marker` VALUES (12027,1901,NULL,2,1901,59609,'??????','',155.8942785902363,-175.01939004878025,0,0,0,'2020-10-17 18:15:46'); +INSERT INTO `marker` VALUES (12028,1901,NULL,2,1901,111057,'Archery Camp','',125.125,-182.59375,0,0,0,'2020-10-20 15:26:57'); +INSERT INTO `marker` VALUES (12029,1901,NULL,2,1902,111310,'Hose','',115.546875,-159.3984375,0,0,0,'2020-10-22 14:43:40'); +INSERT INTO `marker` VALUES (12030,1901,NULL,2,1901,111310,'Hose','hose?',115.44921875,-159.34765625,0,0,0,'2020-10-22 14:46:39'); +INSERT INTO `marker` VALUES (12031,1901,NULL,2,1901,111341,'talus','',-46,-132.25,0,0,0,'2020-10-23 04:49:32'); +INSERT INTO `marker` VALUES (12032,1901,NULL,2,1925,108854,'Santuario','',167.593749486127,-151.43293481168814,0,0,0,'2020-10-23 06:38:40'); +INSERT INTO `marker` VALUES (12033,1901,NULL,2,1945,111318,'A lot of Bluppes','Just a ton',92.43848514556885,-133.35961937904358,0,0,0,'2020-10-23 15:36:50'); +INSERT INTO `marker` VALUES (12034,1901,NULL,2,1901,109527,'1','',64.22500228881836,-85.47358857722719,0,0,0,'2020-10-23 21:52:34'); +INSERT INTO `marker` VALUES (12035,1901,NULL,2,1903,111408,'Thunder','',175.625,-189.421875,0,0,0,'2020-10-24 03:57:59'); +INSERT INTO `marker` VALUES (12036,1901,NULL,2,1903,111330,'Frostspear','A magical spear forged from ancient Ice, being able to freeze enemies and it also have a Durability Up!',188.73828125,-148.5703125,0,1,0,'2020-10-25 00:58:23'); +INSERT INTO `marker` VALUES (12037,1901,NULL,2,1901,111560,'Weird Location','Statue with purple eyes...',167.24609375,-151.78515625,0,0,0,'2020-10-25 19:39:24'); +INSERT INTO `marker` VALUES (12038,1901,NULL,2,1901,46381,'EX Shrine ','Kebe'Tawa',91.40625,-189.09375,0,0,0,'2020-10-26 07:54:51'); +INSERT INTO `marker` VALUES (12039,1901,NULL,2,1901,46381,'EX','Takama'Simiri',51.1171875,-161.75,0,0,0,'2020-10-26 08:00:56'); +INSERT INTO `marker` VALUES (12040,1901,NULL,2,1901,46381,'EX','Kiha'Tusa',94.3125,-78.4375,0,0,0,'2020-10-26 08:03:20'); +INSERT INTO `marker` VALUES (12041,1901,NULL,2,1901,46381,'Sanctuaire','Rohita'Tigu',120.09375,-156.1875,0,0,0,'2020-10-26 08:05:24'); +INSERT INTO `marker` VALUES (12042,1901,NULL,2,1901,46381,'EX','Rohita'Tigu',119.75,-155.8125,0,0,0,'2020-10-26 08:06:00'); +INSERT INTO `marker` VALUES (12043,1901,NULL,2,1901,46381,'EX','Runeh'Koribah',114.8125,-161.65625,0,0,0,'2020-10-26 08:06:27'); +INSERT INTO `marker` VALUES (12044,1901,NULL,2,1901,46381,'EX','Etsi'Korima',109.03125,-160.96875,0,0,0,'2020-10-26 08:06:56'); +INSERT INTO `marker` VALUES (12045,1901,NULL,2,1901,107092,'The Eighth Heroine','Location of the Eighth Heroine statue (Sand Boots side quest).',59.79485290459322,-135.87500023841858,0,0,0,'2020-10-27 20:46:06'); +INSERT INTO `marker` VALUES (12046,1901,NULL,2,1901,111805,'hateno','da möcht ich hin',137.76875114440918,-139.53573988248164,0,0,0,'2020-10-28 16:12:03'); +INSERT INTO `marker` VALUES (12047,1901,NULL,2,1926,111894,'Divine Beast Vah Naboris','',87.5,-184.25,0,0,0,'2020-10-30 14:04:57'); +INSERT INTO `marker` VALUES (12048,1901,NULL,2,1901,111894,'Divine Beast Vah Medoh','',71.5625,-98.6875,0,0,0,'2020-10-30 14:05:46'); +INSERT INTO `marker` VALUES (12049,1901,NULL,2,1926,111894,'Divine Beast Vah Rudania','',167.625,-87.625,0,0,0,'2020-10-30 14:06:28'); +INSERT INTO `marker` VALUES (12050,1901,NULL,2,1935,111894,'Medicinal Molduga','A Gerudo woman's husband is seek. Ask her to begin the quest and go to kill a molduga to help her.',66.9296875,-173.59375,0,0,0,'2020-10-30 14:10:24'); +INSERT INTO `marker` VALUES (12051,1901,NULL,2,1935,111894,'The secret club's secret','',68.765625,-173.84375,0,0,0,'2020-10-30 14:10:59'); +INSERT INTO `marker` VALUES (12052,1901,NULL,2,1935,111894,'The eight heroin','',69.28125,-173.03125,0,0,0,'2020-10-30 14:11:31'); +INSERT INTO `marker` VALUES (12053,1901,NULL,2,1935,111894,'The lost sword','Ask the same man than for the eight heroin. This time he wants a proof of the existence of the sword of this heroin.\r\nThe beginning of a great love story between you and him?',69.328125,-173,0,0,0,'2020-10-30 14:12:56'); +INSERT INTO `marker` VALUES (12054,1901,NULL,2,1935,111894,'The mystery polluter','',68.171875,-172.609375,0,0,0,'2020-10-30 14:14:06'); +INSERT INTO `marker` VALUES (12055,1901,NULL,2,1935,111894,'Missing in action!','',84.0625,-162.984375,0,0,0,'2020-10-30 14:15:07'); +INSERT INTO `marker` VALUES (12056,1901,NULL,2,1935,111894,'Rushroom rush!','',84.359375,-162.671875,0,0,0,'2020-10-30 14:15:38'); +INSERT INTO `marker` VALUES (12057,1901,NULL,2,1926,110653,'Divine Beast Vah Naboris','The Divine Beast that contains the trapped spirit of the Gerudo Champion Urbosa.',87.6875,-185.2708339691162,0,1,0,'2020-11-01 06:34:56'); +INSERT INTO `marker` VALUES (12058,1901,NULL,2,1926,110653,'Divine Beast Vah Rudania','The Divine Beast that holds the trapped spirit of the Goron Champion Daruk.',163.5390625,-90.78125,0,1,0,'2020-11-01 06:37:10'); +INSERT INTO `marker` VALUES (12059,1901,NULL,2,1926,110653,'Divine Beast Vah Medoh','The Divine Beast that holds the trapped spirit of the Rito Champion Revali.',71.53645849227905,-99.00911438465118,0,1,0,'2020-11-01 06:39:16'); +INSERT INTO `marker` VALUES (12060,1901,NULL,2,1903,107638,'Kings Spear','',119.0390625,-87.5859375,0,0,0,'2020-11-02 02:02:54'); +INSERT INTO `marker` VALUES (12061,1901,NULL,2,1901,112179,'Sacrario della rinascita','',111.0234375,-157.2109375,0,0,0,'2020-11-02 11:29:28'); +INSERT INTO `marker` VALUES (12062,1901,NULL,2,1905,112385,'Rosted Shield','Oben auf dem Dach des Färberhaus.',181.20703125,-161.5546875,0,0,0,'2020-11-04 20:05:47'); +INSERT INTO `marker` VALUES (12063,1901,NULL,2,1935,110653,'What's for Dinner?','Bring Kiana goat butter and a hearty blueshell snail!',173.18489599227905,-181.27604150772095,0,1,0,'2020-11-05 08:29:46'); +INSERT INTO `marker` VALUES (12064,1901,NULL,2,1935,110653,'Take Back the Sea','Defeat the monsters terrorizing Aris Beach!',173.203125,-181.6875,0,1,0,'2020-11-05 08:30:57'); +INSERT INTO `marker` VALUES (12065,1901,NULL,2,1935,110653,'Sunken Treasure','Find the treasure mentioned by Rozel! The clue is "The treasure sleeps in the center of the golden triangle."',173.1171875,-182.6328125,0,1,0,'2020-11-05 08:32:53'); +INSERT INTO `marker` VALUES (12066,1901,NULL,2,1901,106058,'Test','',57.5,-143.75,0,0,0,'2020-11-05 20:39:48'); +INSERT INTO `marker` VALUES (12067,1901,NULL,2,1916,112146,'korok seed','',155.890625,-175.1015625,0,0,0,'2020-11-07 17:18:26'); +INSERT INTO `marker` VALUES (12068,2000,NULL,2,1969,50607,'Fairy Fountain','Fairy Fountain behind cracked wall',243.75,-83.5625,0,0,0,'2020-11-07 17:55:42'); +INSERT INTO `marker` VALUES (12069,1901,NULL,2,1926,109261,'Vah'Naboris','',88.63541603088379,-188.32291841506958,0,0,0,'2020-11-08 11:52:55'); +INSERT INTO `marker` VALUES (12070,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',-12,-142.95149295157916,0,0,0,'2020-11-08 19:33:37'); +INSERT INTO `marker` VALUES (12071,1901,NULL,2,1916,112860,'1','',109.5,-161.2803899082569,0,0,0,'2020-11-10 02:14:41'); +INSERT INTO `marker` VALUES (12072,1901,NULL,2,1926,112845,'Vah Naboris','The divine beast of the Gerudos,',93.375,-167.0625,0,0,0,'2020-11-10 17:29:57'); +INSERT INTO `marker` VALUES (12073,1901,NULL,2,1926,112845,'Vah Medoh','The divine beast of the Ritos.',71.5,-99.25,0,0,0,'2020-11-10 17:32:36'); +INSERT INTO `marker` VALUES (12074,1901,NULL,2,1926,112845,'Vah Rudania','The Divine beast of the Gorons.',166.25,-87.5,0,0,0,'2020-11-10 17:33:52'); +INSERT INTO `marker` VALUES (12075,1901,NULL,2,1901,112735,'MINA','',179.421875,-180.015625,0,0,0,'2020-11-10 17:53:00'); +INSERT INTO `marker` VALUES (12076,1901,NULL,2,1901,113156,'Hateno','',184.0704345703125,-161.094482421875,0,0,0,'2020-11-14 10:27:04'); +INSERT INTO `marker` VALUES (12077,1901,NULL,2,1901,113308,'Campfire','Flint included',113.10468769073486,-156.6601563692093,0,1,0,'2020-11-15 17:36:49'); +INSERT INTO `marker` VALUES (12078,1901,NULL,2,1901,113308,'.','',111.46562576293945,-159.79375052452087,0,0,0,'2020-11-15 17:39:33'); +INSERT INTO `marker` VALUES (12079,1901,NULL,2,1916,113268,'Korugu','\r\n\r\n',70.54947912693024,-121.90364575386047,0,0,0,'2020-11-15 19:05:52'); +INSERT INTO `marker` VALUES (12080,1901,NULL,2,1901,113000,'?','',114.60259630380068,-91.44601908908983,0,0,0,'2020-11-16 03:56:57'); +INSERT INTO `marker` VALUES (12081,1901,NULL,2,1901,113355,'F','',85.12109375,-131.69921875,0,0,0,'2020-11-16 05:25:51'); +INSERT INTO `marker` VALUES (12082,1901,NULL,2,1901,113397,'test','',118.25,-143.52421069561265,0,0,0,'2020-11-16 15:58:38'); +INSERT INTO `marker` VALUES (12083,1901,NULL,2,1903,105841,'epee glace','',79.546875,-147.12499976158142,0,0,0,'2020-11-17 17:40:25'); +INSERT INTO `marker` VALUES (12084,1901,NULL,2,1910,113418,'Opale','',107.8984375,-162.75,0,0,0,'2020-11-18 23:51:22'); +INSERT INTO `marker` VALUES (12085,1901,NULL,2,1901,113681,'aees','olv',69.84375,-72.1875,0,0,0,'2020-11-20 05:25:19'); +INSERT INTO `marker` VALUES (12086,1901,NULL,2,1901,113699,'Kakiro Village','',38.375,-75.75,0,0,0,'2020-11-20 12:57:53'); +INSERT INTO `marker` VALUES (12087,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'); +INSERT INTO `marker` VALUES (12088,1901,NULL,2,1901,113592,'paaaaaaaaa','',39.375,-174,0,0,0,'2020-11-20 13:17:47'); +INSERT INTO `marker` VALUES (12089,1901,NULL,2,1902,91304,'royal halberd','',118.90625,-87.36561711766554,0,0,0,'2020-11-21 19:00:20'); +INSERT INTO `marker` VALUES (12090,1901,NULL,2,1944,91304,'Royal halberd','',118.921875,-87.37343394378767,0,0,0,'2020-11-21 19:01:41'); +INSERT INTO `marker` VALUES (12091,1901,NULL,2,1916,113555,'korok','',183.078125,-154.609375,0,0,0,'2020-11-21 22:41:41'); +INSERT INTO `marker` VALUES (12092,1901,NULL,2,1916,113778,'Kolong seed','Kolong\r\n',165.13541650772095,-133.8645830154419,0,1,0,'2020-11-22 06:49:04'); +INSERT INTO `marker` VALUES (12093,1901,NULL,2,1901,112735,'HIRULE CASTLE','',124.12500190734863,-111.9479169845581,0,0,0,'2020-11-22 13:19:54'); +INSERT INTO `marker` VALUES (12094,1901,NULL,2,1901,113815,'Campamento','',105.515625,-152.7890625,0,0,0,'2020-11-23 02:03:02'); +INSERT INTO `marker` VALUES (12095,1901,NULL,2,1901,113815,'Campfire','',105.5390625,-152.796875,0,0,0,'2020-11-23 02:03:42'); +INSERT INTO `marker` VALUES (12096,1901,NULL,2,1926,114037,'Divine Beast Vah Rudania','',166.3125,-88.625,0,0,0,'2020-11-25 18:33:28'); +INSERT INTO `marker` VALUES (12097,1901,NULL,2,1926,114037,'Divine Beast Vah Medih','',71.5625,-98.8125,0,0,0,'2020-11-25 18:33:49'); +INSERT INTO `marker` VALUES (12098,1901,NULL,2,1901,114037,'Divine Beast Vah Naboris','The Divine beast piloted by the Gerudo Champion, Urbosa. It was freed from Thunderblight Ganon's grasps. Completion grants you the Champion Ability dubbed "Urbosa's Fury"',94.875,-169.375,0,0,0,'2020-11-25 18:35:21'); +INSERT INTO `marker` VALUES (12099,1901,NULL,2,1935,113758,'Arrows of Burning Heat','Speak to Rola in the Curious Quiver shop',156.51953125,-144.28125,0,0,0,'2020-11-27 22:58:03'); +INSERT INTO `marker` VALUES (12100,1901,NULL,2,1901,113758,'By Firefly's Light','',157.68359375,-144.1796875,0,0,0,'2020-11-27 22:59:06'); +INSERT INTO `marker` VALUES (12101,1901,NULL,2,1921,114143,'Gerudo','',69.28076171875,-175.43017578125,0,0,0,'2020-11-28 02:12:00'); +INSERT INTO `marker` VALUES (12102,1901,NULL,2,1901,114341,'Chient Done','',136.5703125,-182.1640625,0,1,0,'2020-11-29 18:03:03'); +INSERT INTO `marker` VALUES (12103,1901,NULL,2,1901,114456,'jeu voile','',152.703125,-116.875,0,0,0,'2020-11-29 19:54:23'); +INSERT INTO `marker` VALUES (12104,1901,NULL,2,1926,114150,'Divine Beast : Vah'Naboris','',95.015625,-169.28125,0,0,0,'2020-11-30 01:15:46'); +INSERT INTO `marker` VALUES (12105,1901,NULL,2,1926,114150,'Divine Beast : Vah'Medoh','',71.5234375,-98.921875,0,0,0,'2020-11-30 01:16:23'); +INSERT INTO `marker` VALUES (12106,1901,NULL,2,1926,114150,'Divine Beast : Vah'Rudania','',166.31640625,-87.99609375,0,0,0,'2020-11-30 01:17:03'); +INSERT INTO `marker` VALUES (12107,1901,NULL,2,1901,114013,'2pt','',87.203125,-170.7421875,0,0,0,'2020-11-30 10:55:16'); +INSERT INTO `marker` VALUES (12108,1901,NULL,2,1916,112710,'Start of Lorogu challenge','',87.4375,-183.375,0,0,0,'2020-11-30 14:13:21'); +INSERT INTO `marker` VALUES (12109,1901,NULL,2,1901,114687,'Entrée du plateau','L'entrée originale du plateau du prélude. Elle est a présent sous les décombres.',119.171875,-151.796875,0,1,0,'2020-12-02 13:01:54'); +INSERT INTO `marker` VALUES (12110,1901,NULL,2,1901,114891,'Found','',60.046875,-69.21875,0,0,0,'2020-12-05 02:12:55'); +INSERT INTO `marker` VALUES (12111,1901,NULL,2,1901,114693,'Mount satori','Marché aux legumes',93.46875,-134.40625,0,0,0,'2020-12-05 23:22:26'); +INSERT INTO `marker` VALUES (12112,1901,NULL,2,1901,113815,'Merchant','',139.015625,-157.171875,0,0,0,'2020-12-06 17:21:21'); +INSERT INTO `marker` VALUES (12113,1901,NULL,2,1901,115108,'Current Location','',142.5234375,-158.4609375,0,0,0,'2020-12-07 17:13:06'); +INSERT INTO `marker` VALUES (12114,1901,NULL,2,1925,115284,'Shrine of Resurrection','Starting point',110.734375,-157.546875,0,1,0,'2020-12-10 01:31:40'); +INSERT INTO `marker` VALUES (12115,1901,NULL,2,1943,115467,'Topaz','',161.287109375,-188.431640625,0,1,0,'2020-12-12 13:42:55'); +INSERT INTO `marker` VALUES (12116,1901,NULL,2,1901,115532,'White-Mayned Lynel','',69.390625,-75.55608974358975,0,0,0,'2020-12-12 20:10:30'); +INSERT INTO `marker` VALUES (12117,1901,NULL,2,1936,115726,' ','',114.390625,-158.171875,0,0,0,'2020-12-14 20:52:24'); +INSERT INTO `marker` VALUES (12118,1901,NULL,2,1926,115737,'lizard','',167.875,-87.7652953425033,0,1,0,'2020-12-14 22:21:37'); +INSERT INTO `marker` VALUES (12119,1901,NULL,2,1926,115737,'Bird','',71.578125,-98.58045540626124,0,1,0,'2020-12-14 22:22:33'); +INSERT INTO `marker` VALUES (12120,1901,NULL,2,1901,115467,'Farosh On the Mountain','',65.89453125,-139.76953125,0,0,0,'2020-12-15 17:02:35'); +INSERT INTO `marker` VALUES (12121,1901,NULL,2,1902,38522,'Armadura ganon','\r\n\r\n\r\n\r\n',109.37958272953388,-147.2140131025078,0,1,0,'2020-12-16 23:50:36'); +INSERT INTO `marker` VALUES (12122,1901,NULL,2,1902,38522,'Armadura ganon','Casco ganon\r\n\r\n',109.40544776692106,-147.17123789787786,0,0,0,'2020-12-16 23:51:27'); +INSERT INTO `marker` VALUES (12123,1901,NULL,2,1943,115737,'50 rubies','',158.92199087142944,-164.97531319177762,0,0,0,'2020-12-21 12:26:40'); +INSERT INTO `marker` VALUES (12124,1901,NULL,2,1936,115737,'bomb wall','',158.9296875,-164.92562777781401,0,0,0,'2020-12-21 12:27:17'); +INSERT INTO `marker` VALUES (12125,1901,NULL,2,1936,115737,'treasure cave wall for quest','',158.42578125,-168.40218038777672,0,0,0,'2020-12-21 12:27:58'); +INSERT INTO `marker` VALUES (12126,1901,NULL,2,1936,115737,'wall','',171.4442949295044,-155.19419791741421,0,0,0,'2020-12-21 12:37:26'); +INSERT INTO `marker` VALUES (12127,1901,NULL,2,1901,76123,'xd','',202.9375,-116.0260162601626,0,0,0,'2020-12-21 21:04:43'); +INSERT INTO `marker` VALUES (12128,1901,NULL,2,1901,116058,'Star Fragment','',140.3944091796875,-104.34046936035156,0,0,0,'2020-12-21 22:36:42'); +INSERT INTO `marker` VALUES (12129,1901,NULL,2,1901,116058,'Star Fragment','',140.44012451171875,-104.33963012695312,0,0,0,'2020-12-21 22:37:20'); +INSERT INTO `marker` VALUES (12130,1901,NULL,2,1925,77482,'Keive Tala Shrine','DLC Ex Champions Ballad',91.41796875,-188.98828125,0,0,0,'2020-12-21 23:31:21'); +INSERT INTO `marker` VALUES (12131,1901,NULL,2,1925,77482,'Takama Shiri Shrine','DLC Ex Champions Shrine',51.50390625,-161.671875,0,0,0,'2020-12-22 00:10:21'); +INSERT INTO `marker` VALUES (12132,1901,NULL,2,1925,77482,'Kihiro Moh Shrine','DLC Ex Champions Ballad Shrine',75.0390625,-149.1171875,0,0,0,'2020-12-22 00:43:51'); +INSERT INTO `marker` VALUES (12133,1901,NULL,2,1901,115534,'armas','',109.8125,-148.03125,0,0,0,'2020-12-23 06:12:23'); +INSERT INTO `marker` VALUES (12134,1901,NULL,2,1901,54914,'Diamond under a rock','Look in this area for a rock, under the rock you can find a diamond',92.9921875,-137.25,0,1,0,'2020-12-23 14:09:20'); +INSERT INTO `marker` VALUES (12135,1901,NULL,2,1926,115434,'Vah'Darunia','',167.75000190734863,-87.4187490940094,0,0,0,'2020-12-26 20:24:11'); +INSERT INTO `marker` VALUES (12136,1901,NULL,2,1921,116749,'First','',110.3828125,-157.3359375,0,0,0,'2020-12-27 12:25:34'); +INSERT INTO `marker` VALUES (12137,1901,NULL,2,1916,47121,'Koroko Seed','',80.073486328125,-142.30034764682065,0,0,0,'2020-12-27 22:26:37'); +INSERT INTO `marker` VALUES (12138,1901,NULL,2,1901,100398,'STAR FRAGMENT','',140.359375,-104.3828125,0,0,0,'2020-12-28 20:53:36'); +INSERT INTO `marker` VALUES (12139,1901,NULL,2,1903,117109,'Boomerang','',151.53125,-158.765625,0,1,0,'2020-12-30 16:52:14'); +INSERT INTO `marker` VALUES (12140,1901,NULL,2,1910,117116,'Big Hearty Truffle','',91.56640625,-134.09375,0,0,0,'2020-12-30 19:01:54'); +INSERT INTO `marker` VALUES (12141,1901,NULL,2,1947,77482,'Modulga King','',88.84375,-186.5625,0,0,0,'2020-12-30 21:23:41'); +INSERT INTO `marker` VALUES (12142,1901,NULL,2,1943,116997,'Purple Rupee','',134.02734375,-117.12890625,0,1,0,'2020-12-31 06:01:28'); +INSERT INTO `marker` VALUES (12143,1901,NULL,2,1943,116997,'Silver Rupee','',145.2421875,-114.5625,0,0,0,'2020-12-31 09:14:13'); +INSERT INTO `marker` VALUES (12144,1901,NULL,2,1943,116997,'Sapphire','',142.1484375,-106.21875,0,0,0,'2020-12-31 09:24:34'); +INSERT INTO `marker` VALUES (12145,1901,NULL,2,1910,117164,'Amber','',107.84834526844102,-162.6371882861493,0,0,0,'2021-01-01 20:21:11'); +INSERT INTO `marker` VALUES (12146,1901,NULL,2,1943,70991,'Gemas dentro de la cueva','',179.3671875,-179.828125,0,0,0,'2021-01-03 16:20:04'); +INSERT INTO `marker` VALUES (12147,1901,NULL,2,1901,117468,'KOLOG NOT FOUND','este kolog no aparece..\r\n\r\n',199.90625,-99.390625,0,0,0,'2021-01-03 18:43:45'); +INSERT INTO `marker` VALUES (12148,1901,NULL,2,1943,117472,'Ruby (DLC)','"A precious red gem mined from large ore deposits found throughout Hyrule. Rubies contain the power of fire and have fetched a high price since ancient times."',117.45703125,-151.73366545612876,0,0,0,'2021-01-03 22:11:39'); +INSERT INTO `marker` VALUES (12149,1901,NULL,2,1926,117579,'Vah Naboris','',95,-169.171875,0,1,0,'2021-01-03 22:44:45'); +INSERT INTO `marker` VALUES (12150,1901,NULL,2,1920,117601,'ON EST ICI','',180.6796875,-162.453125,0,0,0,'2021-01-04 18:22:33'); +INSERT INTO `marker` VALUES (12151,1901,NULL,2,1902,116711,'Diamante','',77.59375,-118.75098073482513,0,0,0,'2021-01-04 21:45:34'); +INSERT INTO `marker` VALUES (12152,1901,NULL,2,1910,117799,'apfelbäume','immer was zu essen',96.12018966674805,-141.85096140438208,0,0,0,'2021-01-05 20:47:20'); +INSERT INTO `marker` VALUES (12153,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','Grand mur à détruire ',68.1875,-146.7890625,0,0,0,'2021-01-06 14:15:19'); +INSERT INTO `marker` VALUES (12154,1901,NULL,2,1916,118430,'h','g',-17,-71.75,0,1,0,'2021-01-11 13:16:03'); +INSERT INTO `marker` VALUES (12155,1901,NULL,2,1904,116115,'Forest dwelling bow','',95.375,-68.65625,0,0,0,'2021-01-11 16:22:25'); +INSERT INTO `marker` VALUES (12156,1901,NULL,2,1935,72116,'Death Mountain's Secret','Dugby side quest to find drillshaft',155.9375,-92.90625,0,0,0,'2021-01-11 23:34:44'); +INSERT INTO `marker` VALUES (12157,1901,NULL,2,1901,117847,'sous ','',155.125,-176.15625,0,0,0,'2021-01-12 15:30:44'); +INSERT INTO `marker` VALUES (12158,1901,NULL,2,1926,118626,'Vah Naboris','',-26.5,-121.25,0,0,0,'2021-01-13 02:23:16'); +INSERT INTO `marker` VALUES (12159,1901,NULL,2,1901,118744,'master sword','',130.21875,-94.15625,0,0,0,'2021-01-14 21:08:49'); +INSERT INTO `marker` VALUES (12160,1901,NULL,2,1901,118744,'bear ','good meat ',80.3359375,-150.03125,0,0,0,'2021-01-14 21:55:57'); +INSERT INTO `marker` VALUES (12161,1901,NULL,2,1901,118855,'Mejora de la sheika','',180.50520825386047,-161.4140625,0,0,0,'2021-01-15 16:28:17'); +INSERT INTO `marker` VALUES (12162,1901,NULL,2,1901,118636,'??????','',175.1640625,-167.703125,0,0,0,'2021-01-16 07:44:58'); +INSERT INTO `marker` VALUES (12163,1901,NULL,2,1901,119014,'pppp','',170.76953125,-161.3359375,0,0,0,'2021-01-16 19:32:15'); +INSERT INTO `marker` VALUES (12164,1901,NULL,2,1926,116066,'Va-Medo','',71.5078125,-100.328125,0,1,0,'2021-01-17 06:02:25'); +INSERT INTO `marker` VALUES (12165,1901,NULL,2,1902,102008,'arnachement','',140.54531288146973,-185.97761400996575,0,0,0,'2021-01-17 12:07:02'); +INSERT INTO `marker` VALUES (12166,1901,NULL,2,1916,117974,'?????','',178.49687480926514,-172.52605000119553,0,0,0,'2021-01-17 13:53:20'); +INSERT INTO `marker` VALUES (12167,1901,NULL,2,1901,117888,'s','',97.78125,-101.78125,0,0,0,'2021-01-17 16:01:49'); +INSERT INTO `marker` VALUES (12168,1901,NULL,2,1901,118744,'chest knights halberd','',180.703125,-178.75,0,0,0,'2021-01-18 01:29:27'); +INSERT INTO `marker` VALUES (12169,1901,NULL,2,1901,118744,'chest royal bow','',171.9375,-178.015625,0,0,0,'2021-01-18 02:40:08'); +INSERT INTO `marker` VALUES (12170,1901,NULL,2,1901,118744,'arrow x10 chest','',204.90625,-185.9375,0,0,0,'2021-01-18 05:40:08'); +INSERT INTO `marker` VALUES (12171,1901,NULL,2,1901,118744,'chest with double axe','under the slab',154.4375,-177.609375,0,0,0,'2021-01-18 06:27:30'); +INSERT INTO `marker` VALUES (12172,1901,NULL,2,1916,119295,'Me equivoque xd','',68,-80.75,0,0,0,'2021-01-19 00:35:06'); +INSERT INTO `marker` VALUES (12173,1901,NULL,2,1944,117957,'Anchient Arrow','',-118,-107.5,0,0,0,'2021-01-19 16:40:21'); +INSERT INTO `marker` VALUES (12174,1901,NULL,2,1901,86684,'Herbes d'Hyrule x5','',117.13671875,-151.23828125,0,0,0,'2021-01-20 18:21:57'); +INSERT INTO `marker` VALUES (12175,1901,NULL,2,1926,86684,'Divine Beast Vah Medoh','',71.5234375,-98.921875,0,0,0,'2021-01-20 18:56:38'); +INSERT INTO `marker` VALUES (12176,1901,NULL,2,1930,111070,'the fucking Ganon','',124.375,-111.4375,0,1,0,'2021-01-21 06:28:16'); +INSERT INTO `marker` VALUES (12177,1901,NULL,2,1939,117957,'Wizzrobe','',103.46745681762695,-186.2244999408722,0,0,0,'2021-01-21 09:02:07'); +INSERT INTO `marker` VALUES (12178,1901,NULL,2,1901,119585,'shrine of res','',111.90625,-156.2890625,0,0,0,'2021-01-21 21:01:25'); +INSERT INTO `marker` VALUES (12179,1901,NULL,2,1901,119585,'shrine of res','',111.859375,-156.484375,0,1,0,'2021-01-21 21:01:47'); +INSERT INTO `marker` VALUES (12180,1901,NULL,2,1925,114003,'???-?????? (DLC)','',108.9453125,-161.015625,0,0,0,'2021-01-23 10:59:32'); +INSERT INTO `marker` VALUES (12181,1901,NULL,2,1901,119737,'Hestu','1st loc',160.875,-149.8649914361465,0,0,0,'2021-01-23 11:20:33'); +INSERT INTO `marker` VALUES (12182,1901,NULL,2,1926,82971,'Divine Beast Vah Medoh','',71.5390625,-98.9921875,0,0,0,'2021-01-24 15:59:33'); +INSERT INTO `marker` VALUES (12183,1901,NULL,2,1926,82971,'Divine Beast Vah Rudania','',166.31640625,-88.01953125,0,0,0,'2021-01-24 16:00:45'); +INSERT INTO `marker` VALUES (12184,1901,NULL,2,1926,82971,'Divine Beast Vah Ruta','',94.9375,-169.09375,0,0,0,'2021-01-24 16:01:13'); +INSERT INTO `marker` VALUES (12185,1901,NULL,2,1901,48985,'Mushrooms','',93.75,-140.484375,0,0,0,'2021-01-24 17:08:34'); +INSERT INTO `marker` VALUES (12186,1901,NULL,2,1944,70991,'Brida Ancestral','Equipación para el caballo. Misteriosa Brida fabricada por medio de técnicas perdidas en el pasado. Aumenta al máximo las habilidades del caballo que la porta, permitiéndole galopar más rápido.',92.16015625,-133.37890625,0,0,0,'2021-01-24 17:34:14'); +INSERT INTO `marker` VALUES (12187,1901,NULL,2,1901,39438,'Midna's Helmet','',107.015625,-131.609375,0,0,0,'2021-01-25 16:58:25'); +INSERT INTO `marker` VALUES (12188,1901,NULL,2,1904,120023,'Forrest Dweller's Bow','',160.24609375,-130.47265625,0,0,0,'2021-01-26 01:26:47'); +INSERT INTO `marker` VALUES (12189,1901,NULL,2,1903,120232,'guardian ','',113.0859375,-139.1640625,0,0,0,'2021-01-28 00:38:42'); +INSERT INTO `marker` VALUES (12190,1901,NULL,2,1920,119918,'Loc','Localisation',194.359375,-137.89118685454687,0,0,0,'2021-01-30 07:57:57'); +INSERT INTO `marker` VALUES (12191,1901,NULL,2,1901,120729,'punto interes','',182.28125,-163.375,0,0,0,'2021-02-01 18:54:12'); +INSERT INTO `marker` VALUES (12192,1901,NULL,2,1902,114115,'Phantomarmor (dlc=','',123.8125,-126.75,0,0,0,'2021-02-02 15:14:49'); +INSERT INTO `marker` VALUES (12193,1901,NULL,2,1931,75146,'Bokoblin Camp','',118.1875,-158,0,1,0,'2021-02-02 16:08:31'); +INSERT INTO `marker` VALUES (12194,1901,NULL,2,1939,119863,'Fire Wizzrobe','Equipped Items: Fire Rod',185.5846347808838,-74.18345122802256,0,0,0,'2021-02-02 20:17:10'); +INSERT INTO `marker` VALUES (12195,1901,NULL,2,1926,120614,'Vah Naboris','Vah Naboris beast',94.9375,-169.4375,0,0,0,'2021-02-03 18:43:52'); +INSERT INTO `marker` VALUES (12196,1901,NULL,2,1901,114058,'No Korok','',93.96253507321167,-135.20001973297573,0,0,0,'2021-02-04 09:04:11'); +INSERT INTO `marker` VALUES (12197,1901,NULL,2,1901,121078,'Zora's Domain','',179.71516799926758,-119.71420097351074,0,0,0,'2021-02-06 02:03:58'); +INSERT INTO `marker` VALUES (12198,1901,NULL,2,1901,121078,'Moon Jumping Glitch Setup','Talk to the guy sitting at the tree at the target range on your horse. Start the mini-game as normal but ride over to a nearby cliff and glide over to a untamed horse ride it till the game ends but dont tame it. The game ends so you need to exit the dialougue with target guy. Telport away, and now you go anywhere you want.',124.90625,-182.40625,0,1,0,'2021-02-06 02:07:24'); +INSERT INTO `marker` VALUES (12199,1901,NULL,2,1925,121188,'Reborn','',111.0625,-157.50516708811597,0,0,0,'2021-02-07 10:07:50'); +INSERT INTO `marker` VALUES (12200,1901,NULL,2,1936,120568,'Cracked Wall','',62.05794166352252,-70.94985723264263,0,0,0,'2021-02-09 21:43:35'); +INSERT INTO `marker` VALUES (12201,1901,NULL,2,1936,120568,'Ice Block','',69.30780021213079,-163.40272933076045,0,0,0,'2021-02-09 21:50:57'); +INSERT INTO `marker` VALUES (12202,1901,NULL,2,1944,120568,'Knight's Halberd','',118.9990153276101,-87.35983048585157,0,0,0,'2021-02-10 20:45:27'); +INSERT INTO `marker` VALUES (12203,1901,NULL,2,1901,121674,'Nabooris Trial','',88.53125,-189.65625,0,0,0,'2021-02-12 00:29:50'); +INSERT INTO `marker` VALUES (12204,1901,NULL,2,1901,121674,'Nabooris Trial','',50.875,-161.75,0,0,0,'2021-02-12 00:31:17'); +INSERT INTO `marker` VALUES (12205,1901,NULL,2,1901,109732,'weapon upgrade?','',144.6484375,-110.359375,0,0,0,'2021-02-13 15:02:48'); +INSERT INTO `marker` VALUES (12206,2005,NULL,2,1966,121866,'link*','',28.480919667953515,-181.72335249436136,0,0,0,'2021-02-14 11:42:40'); +INSERT INTO `marker` VALUES (12207,1901,NULL,2,1916,109732,'Korok Seed','',175.6328125,-113.8359375,0,0,0,'2021-02-14 13:38:17'); +INSERT INTO `marker` VALUES (12208,1901,NULL,2,1916,121582,'kolok','se ubica la primera flor que nos lleva hasta arriba para finalmente encontrar la semilla ',180.4233546257019,-164.23964005708694,0,0,0,'2021-02-16 01:58:26'); +INSERT INTO `marker` VALUES (12209,1901,NULL,2,1921,122196,'Kakariko Villiage','',157.234375,-143.65625,0,0,0,'2021-02-16 17:41:17'); +INSERT INTO `marker` VALUES (12210,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.390625,-133.4453125,0,0,0,'2021-02-16 18:12:45'); +INSERT INTO `marker` VALUES (12211,1901,NULL,2,1901,121586,'Apple Farm','Up to 140 apples per harvest',97.4375,-133.328125,0,1,0,'2021-02-16 18:14:06'); +INSERT INTO `marker` VALUES (12212,1901,NULL,2,1925,120954,'Kia Toza Shrine','',94.21875,-78.375,0,0,0,'2021-02-19 07:28:41'); +INSERT INTO `marker` VALUES (12213,1901,NULL,2,1925,120954,'Shira Goram','',90.890625,-106.40625,0,0,0,'2021-02-19 07:31:16'); +INSERT INTO `marker` VALUES (12214,1901,NULL,2,1920,15161,'Casa','',179.7890625,-163.78125,0,1,0,'2021-02-19 09:35:52'); +INSERT INTO `marker` VALUES (12215,1901,NULL,2,1902,117760,'Majora's Mask','',120.93750047683716,-147.61718702316284,0,1,0,'2021-02-20 10:26:42'); +INSERT INTO `marker` VALUES (12216,1901,NULL,2,1901,122530,'WOW','HELP ME KIDS',191.0811493396759,-108.28704416751862,0,0,0,'2021-02-20 16:24:47'); +INSERT INTO `marker` VALUES (12217,1901,NULL,2,1901,120736,'kjahkd','',14.5,-79.25,0,0,0,'2021-02-23 20:19:12'); +INSERT INTO `marker` VALUES (12218,1901,NULL,2,1935,91398,'Zora Stone Monuments','',180.25390625,-119.11328125,0,0,0,'2021-02-24 05:53:06'); +INSERT INTO `marker` VALUES (12219,1901,NULL,2,1931,122869,'Enemy Base','',142.16171860694885,-167.34622101175916,0,0,0,'2021-02-27 22:42:29'); +INSERT INTO `marker` VALUES (12220,1901,NULL,2,1916,123520,'korok','',155.625,-152,0,0,0,'2021-02-28 07:03:42'); +INSERT INTO `marker` VALUES (12221,1901,NULL,2,1916,123452,'Korogu','',172.3125,-161.1484375,0,0,0,'2021-02-28 12:31:55'); +INSERT INTO `marker` VALUES (12222,1901,NULL,2,1916,113565,'Korok Seed','',146.6953125,-175.78125,0,0,0,'2021-02-28 15:57:18'); +INSERT INTO `marker` VALUES (12223,1901,NULL,2,1916,123141,'Korok next dest','',86.7734375,-136.53515625,0,0,0,'2021-02-28 16:49:26'); +INSERT INTO `marker` VALUES (12224,1901,NULL,2,1902,123337,'EX Chest - Phantom Helmet ','',109.65625,-147.03125,0,0,0,'2021-03-01 08:42:15'); +INSERT INTO `marker` VALUES (12225,1901,NULL,2,1901,123941,'Dobrar ao leste ','Ao leste virar para conseguir memoria ',105.015625,-109.28125,0,0,0,'2021-03-03 23:38:08'); +INSERT INTO `marker` VALUES (12226,1901,NULL,2,1901,123820,'PENDIENTE','',176.2738857269287,-172.93112754821777,0,0,0,'2021-03-04 02:31:43'); +INSERT INTO `marker` VALUES (12227,1901,NULL,2,1901,121582,'Prueba heroica (Hermanos gigantes)','leer la piedra para activar la prueba ',169.59800016880035,-172.41602066159248,0,1,0,'2021-03-04 15:32:03'); +INSERT INTO `marker` VALUES (12228,1901,NULL,2,1916,124201,'korogu','',109.4375,-170.5,0,0,0,'2021-03-06 10:07:21'); +INSERT INTO `marker` VALUES (12229,1901,NULL,2,1901,26371,'letzter krog','',182.78125,-123.39960507640293,0,0,0,'2021-03-08 19:40:14'); +INSERT INTO `marker` VALUES (12230,1901,NULL,2,1904,124641,'Arc Royal','sous un rocher (utiliser cinetis)',113.37109363079071,-164.38166416436724,0,0,0,'2021-03-10 16:34:19'); +INSERT INTO `marker` VALUES (12231,1901,NULL,2,1926,124641,'Vah'Medo','Prodige Révali',71.3390622138977,-99.830073684487,0,0,0,'2021-03-10 16:41:05'); +INSERT INTO `marker` VALUES (12232,1901,NULL,2,1901,124540,'Paratonnere ','',66,-158.25,0,0,0,'2021-03-10 18:30:37'); +INSERT INTO `marker` VALUES (12233,1901,NULL,2,1901,124658,'Yes','',180.59375,-76.46875,0,0,0,'2021-03-10 20:54:36'); +INSERT INTO `marker` VALUES (12234,1901,NULL,2,1903,122571,'fspear','',67.5,-102,0,0,0,'2021-03-12 22:44:02'); +INSERT INTO `marker` VALUES (12235,1901,NULL,2,1903,122571,'Frostspear','On an Ice-Breath Lizalfos',64.7890625,-77.90234375,0,0,0,'2021-03-12 23:05:43'); +INSERT INTO `marker` VALUES (12236,1901,NULL,2,1931,122571,'Lizalfos Camp','2 Fire-Breath Lizalfos and 1 Ice-Breath Lizalfos',64.78125,-77.96875,0,0,0,'2021-03-12 23:10:10'); +INSERT INTO `marker` VALUES (12237,1901,NULL,2,1925,124909,'Rohta Chigah Shrine (DLC)','',119.89188706344548,-156.11484330892563,0,0,0,'2021-03-13 03:44:55'); +INSERT INTO `marker` VALUES (12238,1901,NULL,2,1901,124937,'Inicio','',110.5625,-157.265625,0,0,0,'2021-03-13 13:39:13'); +INSERT INTO `marker` VALUES (12239,1901,NULL,2,1901,124914,'seed','',109.9375,-146.921875,0,0,0,'2021-03-13 17:33:39'); +INSERT INTO `marker` VALUES (12240,1901,NULL,2,1926,124806,'Vah Ruta','',185.1156234741211,-125.29869582084362,0,0,0,'2021-03-14 01:22:14'); +INSERT INTO `marker` VALUES (12241,1901,NULL,2,1926,124806,'Vah Medoh','',70.60000038146973,-97.75723823956432,0,0,0,'2021-03-14 02:06:40'); +INSERT INTO `marker` VALUES (12242,1901,NULL,2,1926,124806,'Vah Medoh','',71.53515648841858,-98.96725482634965,0,0,0,'2021-03-14 02:10:19'); +INSERT INTO `marker` VALUES (12243,1901,NULL,2,1926,124806,'Vah Naboris','Sieged Vah Naboris',95.10468673706055,-169.18254494725576,0,0,0,'2021-03-14 02:14:09'); +INSERT INTO `marker` VALUES (12244,1901,NULL,2,1903,97047,'Longue epée des flammes','Arme en feu qui brule les ennemis. Arme à deux mains.Attaque: 34',137.33984375,-137.0859375,0,0,0,'2021-03-14 11:42:30'); +INSERT INTO `marker` VALUES (12245,1901,NULL,2,1901,124539,'Maronus','',135.9296875,-97.63051428988081,0,0,0,'2021-03-14 19:30:39'); +INSERT INTO `marker` VALUES (12246,1901,NULL,2,1932,120230,'Decayed','',117.421875,-153.859375,0,0,0,'2021-03-14 20:06:49'); +INSERT INTO `marker` VALUES (12247,1901,NULL,2,1901,125128,'Gerudu Canyon Stable','',84.61943070975934,-161.04949559158695,0,0,0,'2021-03-14 21:04:10'); +INSERT INTO `marker` VALUES (12248,1901,NULL,2,1930,123715,'Ice Keese','Behind cracked wall',85.76171875,-151.59375,0,0,0,'2021-03-14 23:08:54'); +INSERT INTO `marker` VALUES (12249,1901,NULL,2,1901,123120,'EX Fairt Cloyhes','',123.85546875,-154.32421875,0,0,0,'2021-03-15 00:57:32'); +INSERT INTO `marker` VALUES (12250,1901,NULL,2,1901,125118,'edge','',164.4375,-157.59375,0,0,0,'2021-03-15 18:05:13'); +INSERT INTO `marker` VALUES (12251,1901,NULL,2,1946,125147,'Rumor mill EX Vol 4','Special volume with DLCs',133.39583325386047,-145.2421875,0,0,0,'2021-03-16 20:44:00'); +INSERT INTO `marker` VALUES (12252,1901,NULL,2,1901,125316,'??????????????','',128.7671880722046,-145.9231334621211,0,0,0,'2021-03-16 23:40:20'); +INSERT INTO `marker` VALUES (12253,1901,NULL,2,1925,125147,'Jizu'kafi temple','',175.70833349227905,-102.08854103088379,0,0,0,'2021-03-17 20:51:48'); +INSERT INTO `marker` VALUES (12254,1901,NULL,2,1926,125435,'Divine Beast Vah Rudania','',166.421875,-87.9140625,0,0,0,'2021-03-17 21:12:01'); +INSERT INTO `marker` VALUES (12255,1901,NULL,2,1926,125435,'Divine Beast Vah Naboris','Completed Quest Location',95.21875,-169.125,0,0,0,'2021-03-17 21:13:21'); +INSERT INTO `marker` VALUES (12256,1901,NULL,2,1926,125435,'Divine Beast Vah Medoh','Completed Quest Location',71.390625,-99.8046875,0,0,0,'2021-03-17 21:14:02'); +INSERT INTO `marker` VALUES (12257,1901,NULL,2,1901,124878,'Ore 1','',179.4609375,-179.80859375,0,0,0,'2021-03-18 15:42:42'); +INSERT INTO `marker` VALUES (12258,1901,NULL,2,1901,125258,'Maronus','',134.625,-144.12213330869758,0,0,0,'2021-03-18 19:55:39'); +INSERT INTO `marker` VALUES (12259,1901,NULL,2,1901,125622,'Cener','',110.74745598158748,-160.1219170743072,0,0,0,'2021-03-20 04:51:04'); +INSERT INTO `marker` VALUES (12260,1901,NULL,2,1939,123927,'Ice Wizzrobe','Carries a Blizzard Rod',103.8671875,-186.39453125,0,0,0,'2021-03-20 11:58:32'); +INSERT INTO `marker` VALUES (12261,1901,NULL,2,1902,125669,'Midnas Krone','wie eine Krone\r\n',119.03281259536743,-111.96543497933335,0,1,0,'2021-03-20 13:49:10'); +INSERT INTO `marker` VALUES (12262,1901,NULL,2,1931,122869,'Skull Camp','',118.16249990463257,-157.95375479700442,0,0,0,'2021-03-21 16:03:45'); +INSERT INTO `marker` VALUES (12263,1901,NULL,2,1901,125867,'horse','',140.328125,-151.3125,0,0,0,'2021-03-21 22:38:54'); +INSERT INTO `marker` VALUES (12264,1901,NULL,2,1902,31109,'Switch Tshirt','',120.6875,-159.3515625,0,0,0,'2021-03-22 14:33:57'); +INSERT INTO `marker` VALUES (12265,1901,NULL,2,1943,125954,'1 x Berenstein','',111.32578134536743,-162.6960676567522,0,0,0,'2021-03-22 22:09:18'); +INSERT INTO `marker` VALUES (12266,1901,NULL,2,1926,124780,'Divine Beast Rudnania','',167.26823806762695,-87.58193516731262,0,0,0,'2021-03-24 15:29:16'); +INSERT INTO `marker` VALUES (12267,1901,NULL,2,1926,124780,'Divine Beast Vah Medoh','',71.45968437194824,-98.58452320098877,0,0,0,'2021-03-24 15:30:10'); +INSERT INTO `marker` VALUES (12268,1901,NULL,2,1905,125395,'Silver Rupy','Silver Rupy',184.671875,-138.4296875,0,0,0,'2021-03-26 12:25:46'); +INSERT INTO `marker` VALUES (12269,1901,NULL,2,1901,115116,'Maze','Guardian Maze? ',99.8967809677124,-181.96149897575378,0,0,0,'2021-03-26 14:18:16'); +INSERT INTO `marker` VALUES (12270,1901,NULL,2,1926,115116,'Vah Rudania','Divine beast',167.76724648475647,-87.35461056232452,0,0,0,'2021-03-26 14:19:19'); +INSERT INTO `marker` VALUES (12271,1901,NULL,2,1930,115116,'Ganon','Ganon Fight!',123.99300861358643,-111.41650748252869,0,0,0,'2021-03-26 14:23:26'); +INSERT INTO `marker` VALUES (12272,1901,NULL,2,1921,115116,'Castle Town','Decayed Town',124.0265121459961,-123.14205977320671,0,0,0,'2021-03-26 14:24:15'); +INSERT INTO `marker` VALUES (12273,1901,NULL,2,1925,115116,'Gardian Maze','',200.6816782951355,-71.19546103477478,0,0,0,'2021-03-26 14:27:13'); +INSERT INTO `marker` VALUES (12274,1901,NULL,2,1920,115116,'Great Deku Tree','',134.67351484298706,-95.43484652042389,0,0,0,'2021-03-26 14:29:25'); +INSERT INTO `marker` VALUES (12275,1901,NULL,2,1931,115116,'Bokoblin Military Camp','',142.35727286338806,-102.49201965332031,0,0,0,'2021-03-26 14:34:44'); +INSERT INTO `marker` VALUES (12276,1901,NULL,2,1916,125255,'Miss','',140.765625,-168.046875,0,0,0,'2021-03-26 21:42:58'); +INSERT INTO `marker` VALUES (12277,1901,NULL,2,1944,28494,'Chest EX','',120.6875,-159.33203125,0,0,0,'2021-03-28 19:33:42'); +INSERT INTO `marker` VALUES (12278,1901,NULL,2,1936,28494,'Wall (Chest Access)','Near River (1st Floor)',148.75390625,-157.20703125,0,0,0,'2021-03-28 23:28:03'); +INSERT INTO `marker` VALUES (12279,1901,NULL,2,1936,28494,'Access To Chest','',157.40625,-155.88671875,0,0,0,'2021-03-28 23:55:45'); +INSERT INTO `marker` VALUES (12280,1901,NULL,2,1901,126531,'Krogs auf Vergessenen Plateau','Krogs auf Vergessenen Plateau',74.9375,-161.49423444905096,0,0,0,'2021-03-29 09:20:48'); +INSERT INTO `marker` VALUES (12281,1901,NULL,2,1901,126550,'owa','',107.546875,-134.53125,0,0,0,'2021-03-29 12:50:50'); +INSERT INTO `marker` VALUES (12282,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:45'); +INSERT INTO `marker` VALUES (12283,1901,NULL,2,1910,126624,'Reaktorkern','',101.4375,-154.5,0,0,0,'2021-03-30 06:58:46'); +INSERT INTO `marker` VALUES (12284,1901,NULL,2,1901,126626,'rucco maag','',179.21250915527344,-134.40870004663194,0,1,0,'2021-03-30 07:12:09'); +INSERT INTO `marker` VALUES (12285,1901,NULL,2,1901,126774,'1','',14.25,-99.375,0,0,0,'2021-04-01 00:41:22'); +INSERT INTO `marker` VALUES (12286,1901,NULL,2,1901,126870,'next','',133.3125,-158.515625,0,0,0,'2021-04-01 16:38:20'); +INSERT INTO `marker` VALUES (12287,1901,NULL,2,1901,126883,'Master Sword','Here is the Master Sword',134.59375,-94.21875,0,0,0,'2021-04-01 20:55:59'); +INSERT INTO `marker` VALUES (12288,1901,NULL,2,1901,125374,'???? ???? ??????','',184.6484375,-160.46484375,0,0,0,'2021-04-03 13:22:26'); +INSERT INTO `marker` VALUES (12289,2000,NULL,2,1950,2534,'More Bombs','Use magic powder to light torch',111.75,-181,0,0,0,'2021-04-03 16:35:46'); +INSERT INTO `marker` VALUES (12290,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',92.6875,-145.75,0,0,0,'2021-04-03 16:40:24'); +INSERT INTO `marker` VALUES (12291,2000,NULL,2,1950,2534,'Warp Point','Walk on to it to activate',200.875,-183.1875,0,0,0,'2021-04-03 16:42:28'); +INSERT INTO `marker` VALUES (12292,2000,NULL,2,1950,2534,'Tal Tal Warp Point','Walk on to it to activate',201.0625,-93.625,0,0,0,'2021-04-03 16:43:33'); +INSERT INTO `marker` VALUES (12293,2000,NULL,2,1950,2534,'Animal Village Warp Point','Walk on to it to activate',201,-183.3125,0,0,0,'2021-04-03 16:44:04'); +INSERT INTO `marker` VALUES (12294,2000,NULL,2,1950,2534,'Martha's Bay Warp Point','Remove Bush to use warp point',124,-183.5625,0,0,0,'2021-04-03 16:45:02'); +INSERT INTO `marker` VALUES (12295,2000,NULL,2,1950,2534,'Seashell Mansion Warp Point','Walk on to it to activate',176.1875,-138.125,0,0,0,'2021-04-03 16:46:46'); +INSERT INTO `marker` VALUES (12296,2000,NULL,2,1950,2534,'Dampé’s Shack Warp Point','Lift rock to activate',115.875,-92.875,0,0,0,'2021-04-03 16:48:53'); +INSERT INTO `marker` VALUES (12297,2000,NULL,2,1950,2534,'Manbo's Pond Warp Point','Learn Manbo's Song to activate',89,-109,0,0,0,'2021-04-03 16:50:06'); +INSERT INTO `marker` VALUES (12298,2000,NULL,2,1950,2534,'Mando's Cave','Learn Mando's Song',170,-93.125,0,0,0,'2021-04-03 17:04:06'); +INSERT INTO `marker` VALUES (12299,2000,NULL,2,1950,2534,'Dream Shrine','Ocarina's Location',55.5625,-135.0625,0,0,0,'2021-04-03 17:06:28'); +INSERT INTO `marker` VALUES (12300,1901,NULL,2,1944,123927,'Royal Halberd','',118.96875,-87.3828125,0,0,0,'2021-04-04 08:20:32'); +INSERT INTO `marker` VALUES (12301,1901,NULL,2,1901,113565,'Vah Medoh','Titan',71.46875,-98.90625,0,0,0,'2021-04-04 16:48:13'); +INSERT INTO `marker` VALUES (12302,1901,NULL,2,1901,127106,'Royal Claymore','',94.4999955371749,-127.71437944607621,0,0,0,'2021-04-04 16:51:39'); +INSERT INTO `marker` VALUES (12303,1901,NULL,2,1901,113565,'Vah Ruta','Titan',174.5625,-131.828125,0,0,0,'2021-04-04 16:53:18'); +INSERT INTO `marker` VALUES (12304,1901,NULL,2,1939,123927,'Ice Wizzrobe','Drops a Blizzard Rod.',74.1328125,-129.140625,0,0,0,'2021-04-06 15:19:13'); +INSERT INTO `marker` VALUES (12305,1901,NULL,2,1931,127468,'Enemy Camp','',72.0390625,-85.40625,0,0,0,'2021-04-07 23:06:34'); +INSERT INTO `marker` VALUES (12306,1901,NULL,2,1926,126743,'Vah Medoh','Vah Medoh',71.546875,-99.15625,0,0,0,'2021-04-08 12:36:01'); +INSERT INTO `marker` VALUES (12307,1901,NULL,2,1926,126743,'Vah Rudania','Divine Beast Vah Rudania',166.28125,-88.34375,0,0,0,'2021-04-08 12:41:15'); +INSERT INTO `marker` VALUES (12308,1901,NULL,2,1905,126743,'Hylian Shield','Best shield of times',120.23828125,-112.23046875,0,0,0,'2021-04-08 12:49:12'); +INSERT INTO `marker` VALUES (12309,1901,NULL,2,1910,126328,'Granja de Escamas de Dragon','De aqui sale el dragon por las mañanas',155.95909353354153,-173.91435148710585,0,0,0,'2021-04-09 00:51:24'); +INSERT INTO `marker` VALUES (12310,1901,NULL,2,1926,126743,'Vah Medoh','Divine Beast Vah Medoh',71.5078125,-99.296875,0,0,0,'2021-04-09 15:09:16'); +INSERT INTO `marker` VALUES (12311,1901,NULL,2,1923,106482,'Dueling Peaks Tower','',143.97073224127604,-154.7955150604248,0,1,0,'2021-04-09 18:37:24'); +INSERT INTO `marker` VALUES (12312,1901,NULL,2,1931,128042,'Enemy Camp','',152.37109375,-70.48828125,0,0,0,'2021-04-13 19:37:04'); +INSERT INTO `marker` VALUES (12313,1901,NULL,2,1930,128042,'Lonely Lizard','Drops decent weapon and shield',166.6328125,-71.1484375,0,0,0,'2021-04-13 20:59:39'); +INSERT INTO `marker` VALUES (12314,1901,NULL,2,1902,127348,'Salvager Headware','',129.99437713623047,-170.40786743164062,0,1,0,'2021-04-15 08:53:36'); +INSERT INTO `marker` VALUES (12315,1901,NULL,2,1921,127910,'villages','',-33.75,-110.25,0,1,0,'2021-04-16 19:02:59'); +INSERT INTO `marker` VALUES (12316,1901,NULL,2,1940,128387,'bow','',107.46875,-72.3125,0,0,0,'2021-04-17 21:24:07'); +INSERT INTO `marker` VALUES (12317,1901,NULL,2,1931,71131,'2 Lizalfos + 1 moblin','',58.734375,-75.109375,0,0,0,'2021-04-17 21:30:38'); +INSERT INTO `marker` VALUES (12318,1901,NULL,2,1944,128287,'Ex: Salvager Headgear','',129.8046875,-170.14453125,0,0,0,'2021-04-18 01:45:29'); +INSERT INTO `marker` VALUES (12319,1901,NULL,2,1926,128246,'vah medo ','créature du vent de Revali gardé par l'ombre du vent de Ganon.\r\nRécompense : réceptacle de coeur ; la rage de Revali ; l'arc de l'aigle donné par le chef des piafs',-12.64999771118164,-117.9000015258789,0,1,0,'2021-04-18 08:49:27'); +INSERT INTO `marker` VALUES (12320,1901,NULL,2,1901,128438,'Zitadelle der Zeit','',115.40625,-158.796875,0,0,0,'2021-04-18 15:55:00'); +INSERT INTO `marker` VALUES (12321,1901,NULL,2,1902,128572,'Royal Halberd','Inside shrine chest',117.75,-122.90625,0,0,0,'2021-04-20 03:29:54'); +INSERT INTO `marker` VALUES (12322,1901,NULL,2,1916,128537,'muchos korokos seeds en este puente','te recomiendo que vallas en moto o tambien puedes ir con la mascara de monstros porque hay muchos monstros pero vale la pena porque hay un monton de koroko seeds ',127.796875,-167.125,0,1,0,'2021-04-20 13:52:03'); +INSERT INTO `marker` VALUES (12323,1901,NULL,2,1939,128572,'Blizzrobe','',82.75,-81.7890625,0,0,0,'2021-04-20 15:40:18'); +INSERT INTO `marker` VALUES (12324,1901,NULL,2,1940,126950,'Master Mode Lynel','',117.46041638548796,-160.82248807019374,0,0,0,'2021-04-21 03:54:29'); +INSERT INTO `marker` VALUES (12325,1901,NULL,2,1926,128492,'Vah Medoh','',71.5625,-98.703125,0,0,0,'2021-04-21 05:21:04'); +INSERT INTO `marker` VALUES (12326,1901,NULL,2,1901,126266,'Divine Beast Vah Rudania','',167.625,-87.34375,0,1,0,'2021-04-21 10:07:17'); +INSERT INTO `marker` VALUES (12327,1901,NULL,2,1926,126266,'Divine Beast Vah Medoh','',71.3828125,-100.08984375,0,0,0,'2021-04-21 10:08:06'); +INSERT INTO `marker` VALUES (12328,1901,NULL,2,1926,126266,'Divine Beast Vah Naboris','',95.109375,-169.3046875,0,0,0,'2021-04-21 10:08:23'); +INSERT INTO `marker` VALUES (12329,1901,NULL,2,1931,126658,'Enemy Camp','',169.4375,-118.7109375,0,0,0,'2021-04-23 14:31:41'); +INSERT INTO `marker` VALUES (12330,1901,NULL,2,1901,128811,'OK','',44.875,-75,0,0,0,'2021-04-23 14:52:25'); +INSERT INTO `marker` VALUES (12331,1901,NULL,2,1926,128736,'Vah Naboris','The Divine Beast Vah Naboris resembles a camel. Its element is thunder. The "humps" are actually powerful lightning generators, which it uses to protect itself. The interior of the Divine Beast is split into three cylinders, each of which can rotate a full 360 degrees. The center cylinder contains the Main Control unit on one side of a platform, and a Sheikah power source on the other side. Urbosa states that Naboris is named after Nabooru, the Sage of Spirit',16.625,-168.375,0,0,0,'2021-04-23 18:01:20'); +INSERT INTO `marker` VALUES (12332,1901,NULL,2,1926,128736,'Vah Rudania','The Divine Beast Vah Rudania resembles a salamander. Its element is fire. It has four compartments near each of its legs that store Guardian Sentries. Rudania can climb vertically like an actual salamander, and doing this rotates the interior of the Divine Beast by 90 degrees. The Main Control Unit is located on the top deck, in the center of the Beast's back. Its name, Rudania, is an anagram of Darunia, the Sage of Fire.',167.5625,-87.5,0,0,0,'2021-04-23 18:01:55'); +INSERT INTO `marker` VALUES (12333,1901,NULL,2,1901,128736,'Vah Medoh','The Divine Beast Vah Medoh resembles an eagle. It represents the element of wind. To protect itself, it uses a force shield maintained by four generators - one on each wing, one near its head, and one near its tail. The middle section, the wings, can tilt side to side. This is normally used to help Medoh turn in the air, but it also re-orients the interior of the Divine Beast. The Main Control Unit is located on the top deck, between the Beasts wings. While the other Divine Beasts are named after Sages, the namesake of Medoh is less clear. With its pilot being a Rito, it may be named after Medli, the Rito Sage of Earth.',71.5625,-99.9375,0,0,0,'2021-04-23 18:02:23'); +INSERT INTO `marker` VALUES (12334,1901,NULL,2,1931,126658,'Lizalfo's camp','',168.6015625,-123.86328125,0,0,0,'2021-04-23 19:55:54'); +INSERT INTO `marker` VALUES (12335,1901,NULL,2,1910,128508,'mjbgv','',167.125,-156.7421875,0,0,0,'2021-04-24 01:21:37'); +INSERT INTO `marker` VALUES (12336,1901,NULL,2,1901,127043,'Bowling','',95.63671875,-95.21484375,0,0,0,'2021-04-24 18:13:34'); +INSERT INTO `marker` VALUES (12337,1901,NULL,2,1916,113870,'desconhecido','',124.01942371093722,-121.3629914651594,0,0,0,'2021-04-28 18:55:39'); +INSERT INTO `marker` VALUES (12338,1901,NULL,2,1901,125111,'Durian Max','',149.375,-178.359375,0,1,0,'2021-04-29 16:45:15'); +INSERT INTO `marker` VALUES (12339,1901,NULL,2,1939,128331,'Cold','',103.82421875,-186.44140625,0,1,0,'2021-04-29 23:16:31'); +INSERT INTO `marker` VALUES (12340,1901,NULL,2,1901,129414,'Llegar para el conjunto de lo salvaje','importante',110.61857026727347,-86.9703191932873,0,0,0,'2021-04-30 08:42:22'); +INSERT INTO `marker` VALUES (12341,1901,NULL,2,1925,127395,'Rymka','',163.09375,-96.859375,0,0,0,'2021-05-01 04:07:12'); +INSERT INTO `marker` VALUES (12342,1901,NULL,2,1925,127395,'Ahdlon','',173.921875,-89.875,0,0,0,'2021-05-01 04:08:09'); +INSERT INTO `marker` VALUES (12343,1901,NULL,2,1925,127395,'Kamium','',161.390625,-77.65625,0,0,0,'2021-05-01 04:09:01'); +INSERT INTO `marker` VALUES (12344,1901,NULL,2,1926,126583,'Divine Beast Vah Rudania','',167.75,-87.75,0,0,0,'2021-05-01 12:55:08'); +INSERT INTO `marker` VALUES (12345,1901,NULL,2,1923,129780,'Incompleto','No te lo has pasado maricon',191.25,-175,0,0,0,'2021-05-02 14:27:06'); +INSERT INTO `marker` VALUES (12346,1901,NULL,2,1902,129800,'cap of the wild','',111.28125,-86.28125,0,0,0,'2021-05-02 18:03:26'); +INSERT INTO `marker` VALUES (12347,1901,NULL,2,1926,129886,'Vah'Rudania','',167.375,-87.5,0,0,0,'2021-05-03 17:07:45'); +INSERT INTO `marker` VALUES (12348,1901,NULL,2,1926,129886,'Vah'Naboris','',77.6875,-179.4375,0,0,0,'2021-05-03 17:08:14'); +INSERT INTO `marker` VALUES (12349,1901,NULL,2,1926,129886,'Vah'Medoh','',74.9375,-92.6875,0,0,0,'2021-05-03 17:09:07'); +INSERT INTO `marker` VALUES (12350,1901,NULL,2,1916,113870,'desconhecido','',70.88864106643362,-114.86225880517468,0,0,0,'2021-05-03 18:04:20'); +INSERT INTO `marker` VALUES (12351,1901,NULL,2,1935,126583,'By firefly's light','',157.6875,-144.1875,0,0,0,'2021-05-04 10:10:53'); +INSERT INTO `marker` VALUES (12352,1901,NULL,2,1901,130004,'broken guardian','',163.2633056640625,-126.6444091796875,0,0,0,'2021-05-05 02:09:59'); +INSERT INTO `marker` VALUES (12353,1901,NULL,2,1920,130050,'Durian ','',149.421875,-178.46875,0,1,0,'2021-05-05 17:55:01'); +INSERT INTO `marker` VALUES (12354,1901,NULL,2,1904,130075,'Bomb Arrows','destroy wooden door and open chest ',113.76171875,-162.69140625,0,0,0,'2021-05-05 22:41:53'); +INSERT INTO `marker` VALUES (12355,1901,NULL,2,1916,128450,'kolog','',172.3515625,-181.9921875,0,0,0,'2021-05-05 23:15:37'); +INSERT INTO `marker` VALUES (12356,1901,NULL,2,1901,130154,'Group','',44.6982421875,-88.2998046875,0,0,0,'2021-05-07 01:59:01'); +INSERT INTO `marker` VALUES (12357,1901,NULL,2,1901,130211,'Knight's Broadsword','',90.53776550292969,-112.71631240844727,0,0,0,'2021-05-07 17:17:57'); +INSERT INTO `marker` VALUES (12358,1901,NULL,2,1901,130243,'Tenho que ir lá','',119.24609375,-154.5,0,0,0,'2021-05-08 03:16:33'); +INSERT INTO `marker` VALUES (12359,1901,NULL,2,1901,124376,'hi','',-34.1416015625,-91.8310546875,0,0,0,'2021-05-08 18:24:33'); +INSERT INTO `marker` VALUES (12360,1901,NULL,2,1946,99150,'Nyel's Journal','Describes the locations and solutions to all the ancestral missions that could possibly be narrated by Nyel, the blue acordionist.',-16.050003051757812,-109.47073322722099,0,0,0,'2021-05-09 12:54:12'); +INSERT INTO `marker` VALUES (12361,1901,NULL,2,1939,126950,'Ice Wizzrobe','',73.67496660928498,-129.38025715788373,0,1,0,'2021-05-10 16:45:20'); +INSERT INTO `marker` VALUES (12362,1901,NULL,2,1901,130127,'kara kara bazzar','good for the gerudo clothes, couple shops, and tailor for terry town quest',77.5483672618866,-168.0368082523346,0,1,0,'2021-05-11 13:14:23'); +INSERT INTO `marker` VALUES (12363,1901,NULL,2,1926,130621,'vah medoh','',72.25,-99.25,0,0,0,'2021-05-12 17:38:36'); +INSERT INTO `marker` VALUES (12364,1901,NULL,2,1926,130621,'vah naboris','',79.5,-183,0,0,0,'2021-05-12 17:39:04'); +INSERT INTO `marker` VALUES (12365,1901,NULL,2,1926,130621,'vah rudania','',167.25,-88,0,0,0,'2021-05-12 17:39:29'); +INSERT INTO `marker` VALUES (12366,1901,NULL,2,1935,130600,'Trial of the Desert','',100,-180.5171616355691,0,1,0,'2021-05-12 19:26:07'); +INSERT INTO `marker` VALUES (12367,1901,NULL,2,1901,130507,'barrier','',106.375,-150.96875,0,0,0,'2021-05-12 21:47:00'); +INSERT INTO `marker` VALUES (12368,1901,NULL,2,1926,130507,'Vah Rudania','',167.65625,-89.109375,0,1,0,'2021-05-12 21:49:37'); +INSERT INTO `marker` VALUES (12369,1901,NULL,2,1926,130507,'Vah Ruta','',185.203125,-125.234375,0,0,0,'2021-05-12 21:50:56'); +INSERT INTO `marker` VALUES (12370,1901,NULL,2,1926,130507,'Vah Medow','',71.5625,-98.9296875,0,0,0,'2021-05-12 21:52:11'); +INSERT INTO `marker` VALUES (12371,1901,NULL,2,1926,130507,'Vah Naboris','',88.5625,-188.1875,0,0,0,'2021-05-12 21:53:06'); +INSERT INTO `marker` VALUES (12372,1901,NULL,2,1901,130507,'Yokawa Ita Shrine','dlc shrine',113.28125,-154.203125,0,0,0,'2021-05-12 21:58:10'); +INSERT INTO `marker` VALUES (12373,1901,NULL,2,1925,130507,'Rohta Chigah Shrine','dlc shrine ',119.34375,-157.09375,0,0,0,'2021-05-12 21:59:17'); +INSERT INTO `marker` VALUES (12374,1901,NULL,2,1925,130507,'Yokawa Ita Shrine','dlc shrine',113.140625,-154.078125,0,0,0,'2021-05-12 21:59:43'); +INSERT INTO `marker` VALUES (12375,1901,NULL,2,1925,130507,'Ruvo Korbah Shrine','dlc shrine',115.953125,-161.125,0,0,0,'2021-05-12 22:00:24'); +INSERT INTO `marker` VALUES (12376,1901,NULL,2,1901,130507,'Etsu Korima Shrine','dlc shrine',108.515625,-163.03125,0,0,0,'2021-05-12 22:01:04'); +INSERT INTO `marker` VALUES (12377,1901,NULL,2,1925,130507,'Kee Dafunia Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',203.75,-111.25,0,0,0,'2021-05-12 22:03:51'); +INSERT INTO `marker` VALUES (12378,1901,NULL,2,1925,130507,'Sota Koda Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',177.8125,-113.625,0,0,0,'2021-05-12 22:04:47'); +INSERT INTO `marker` VALUES (12379,1901,NULL,2,1901,130507,'Mah Eliya Shrine','dlc shrine - req to start EX Champion Miphia's song quest ',183.5,-119.3125,0,0,0,'2021-05-12 22:05:26'); +INSERT INTO `marker` VALUES (12380,1901,NULL,2,1925,130507,'Shira Gomar Shrine','dlc shrine - req to start EX Champion Revali's song quest ',91.265625,-106.078125,0,0,0,'2021-05-12 22:07:08'); +INSERT INTO `marker` VALUES (12381,1901,NULL,2,1925,130507,'Kia Toza Shrine','dlc shrine - req to start EX Champion Revali's song quest ',94.671875,-78.921875,0,0,0,'2021-05-12 22:13:40'); +INSERT INTO `marker` VALUES (12382,1901,NULL,2,1925,130507,'Noe Rajee Shrine','dlc shrine - req to start EX Champion Revali's song quest ',67.47265625,-92.0234375,0,0,0,'2021-05-12 22:14:25'); +INSERT INTO `marker` VALUES (12383,1901,NULL,2,1925,130507,'Kami Omuna Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',161.34375,-77.359375,0,0,0,'2021-05-12 22:16:10'); +INSERT INTO `marker` VALUES (12384,1901,NULL,2,1901,130507,'Sharo Lun Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',167.765625,-89.09375,0,0,0,'2021-05-12 22:16:43'); +INSERT INTO `marker` VALUES (12385,1901,NULL,2,1925,130507,'Rinu Horika Shrine','dlc shrine - req to start EX Champion Daruk's song quest ',163.9140625,-95.3203125,0,0,0,'2021-05-12 22:17:44'); +INSERT INTO `marker` VALUES (12386,1901,NULL,2,1925,130507,'Keive Tala Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',88.234375,-189.84375,0,0,0,'2021-05-12 22:19:03'); +INSERT INTO `marker` VALUES (12387,1901,NULL,2,1925,130507,'Takama Shiri Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',50.78125,-162.21875,0,0,0,'2021-05-12 22:21:52'); +INSERT INTO `marker` VALUES (12388,1901,NULL,2,1925,130507,'Kihiro Moh Shrine','dlc shrine - req to start EX Champion Urbosa's song quest ',74.046875,-149.3046875,0,0,0,'2021-05-12 22:23:37'); +INSERT INTO `marker` VALUES (12389,1901,NULL,2,1926,130600,'Vah'Rudania','',167.625,-87.50422708182376,0,0,0,'2021-05-15 09:08:28'); +INSERT INTO `marker` VALUES (12390,1901,NULL,2,1926,130600,'Vah'Naboris','',94.9375,-169.2217026245698,0,0,0,'2021-05-15 09:08:57'); +INSERT INTO `marker` VALUES (12391,1901,NULL,2,1901,130600,'Vah'Medoh','',71.51171875,-98.91336986018806,0,0,0,'2021-05-15 09:09:14'); +INSERT INTO `marker` VALUES (12392,1901,NULL,2,1902,131003,'Warm Doublet','Received from Old Man for reaching the peak',107.875,-162.78125,0,1,0,'2021-05-17 00:40:54'); +INSERT INTO `marker` VALUES (12393,1901,NULL,2,1931,84316,'Enemy Camp','',195.96875,-118.1484375,0,0,0,'2021-05-18 13:21:31'); +INSERT INTO `marker` VALUES (12394,1901,NULL,2,1935,130127,'Link's House','need to buy, can sleep and display armor',179.7890625,-163.7265625,0,1,0,'2021-05-18 14:36:45'); +INSERT INTO `marker` VALUES (12395,1901,NULL,2,1926,130127,'Divine beast vah rudania','divine beast, gives you daruks protection',163.32076263427734,-90.84747505187988,0,0,0,'2021-05-19 15:23:19'); +INSERT INTO `marker` VALUES (12396,1901,NULL,2,1931,130127,'Yiga clan hideout','',68.81514930725098,-150.7742509841919,0,0,0,'2021-05-19 15:25:54'); +INSERT INTO `marker` VALUES (12397,2000,NULL,2,1956,131216,'piece of heart from Mysterious Forest','During your first visit through the Mysterious Forest, you may have traveled through a cave near the center of the forest when you acquired the Mushroom. Return to this cave and on the third screen, there is a Piece of Heart. Now that you have the Power Bracelet, you can lift up the skull that is blocking the way. Do so and collect the Piece of Heart.',18,-112.4375,0,0,0,'2021-05-19 15:45:38'); +INSERT INTO `marker` VALUES (12398,1901,NULL,2,1901,131416,'axe','',-75.33334350585938,-93.49996948242188,0,0,0,'2021-05-22 12:44:05'); +INSERT INTO `marker` VALUES (12399,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Korok Seed','',139.14453125,-156.28515625,0,0,0,'2021-05-24 02:22:31'); +INSERT INTO `marker` VALUES (12400,2000,NULL,2,1950,131607,'Field','Field with rupees',56.5625,-151.0625,0,1,0,'2021-05-25 12:46:46'); +INSERT INTO `marker` VALUES (12401,1901,NULL,2,1944,131292,'Royal Broadsword','',201.27494395673844,-70.08447002932147,0,0,0,'2021-05-28 12:57:39'); +INSERT INTO `marker` VALUES (12402,1901,NULL,2,1904,131292,'Bomb Arrows','',200.46119581907658,-71.48996210490509,0,0,0,'2021-05-28 12:58:09'); +INSERT INTO `marker` VALUES (12403,1901,NULL,2,1925,131946,'????','',110.44921875,-157.51079728598557,0,0,0,'2021-05-29 04:28:43'); +INSERT INTO `marker` VALUES (12404,1901,NULL,2,1944,131946,'`Nintendo Switch Clothes','On the wall, need DLC.',120.67734360694885,-159.37451763738213,0,0,0,'2021-05-29 06:14:09'); +INSERT INTO `marker` VALUES (12405,1901,NULL,2,1944,131946,'Bomb Arrow x5','On the wall, maybe need DLC.',105.328125,-159.65138551394742,0,0,0,'2021-05-29 08:41:50'); +INSERT INTO `marker` VALUES (12406,1901,NULL,2,1901,131865,'gourmet meat','',80.96875,-80.609375,0,0,0,'2021-05-29 22:58:23'); +INSERT INTO `marker` VALUES (12407,1901,NULL,2,1936,131507,'Cracked Wall - Cave for Box and Weapon','',160.25390625,-130.2734375,0,0,0,'2021-05-30 02:51:49'); +INSERT INTO `marker` VALUES (12408,1901,NULL,2,1901,127741,'Endroit bisarre','2 Torches qui brulent.',58.3125,-75.828125,0,1,0,'2021-05-30 11:59:45'); +INSERT INTO `marker` VALUES (12409,1901,NULL,2,1901,131285,'goronia','',-28.25,-108.5,0,0,0,'2021-05-30 12:46:34'); +INSERT INTO `marker` VALUES (12410,1901,NULL,2,1939,128331,'Cold','',68.6171875,-161.265625,0,0,0,'2021-05-30 12:53:49'); +INSERT INTO `marker` VALUES (12411,1901,NULL,2,1904,132066,'Phrenic Bow','',154.8984375,-143.7734375,0,0,0,'2021-05-30 18:19:50'); +INSERT INTO `marker` VALUES (12412,1901,NULL,2,1901,131507,'Hetsu (2nd encounter possible)','',133.96484375,-144.109375,0,0,0,'2021-05-30 19:06:47'); +INSERT INTO `marker` VALUES (12413,1901,NULL,2,1921,132115,'Akkala Ancient Tech Lab','',198.5390625,-78.57421875,0,0,0,'2021-05-31 05:53:38'); +INSERT INTO `marker` VALUES (12414,1901,NULL,2,1921,132115,'Hateno Ancient Tech Lab','',187.03515625,-161.22265625,0,0,0,'2021-05-31 05:55:22'); +INSERT INTO `marker` VALUES (12415,1901,NULL,2,1901,131507,'Bed','',183.76953125,-121.69140625,0,0,0,'2021-06-01 00:15:02'); +INSERT INTO `marker` VALUES (12416,1901,NULL,2,1903,130019,'Knight's Hailberd','',118.91796875,-87.35546875,0,0,0,'2021-06-02 09:48:22'); +INSERT INTO `marker` VALUES (12417,1901,NULL,2,1903,132219,'Great Thunderblade','',64.875,-139,0,0,0,'2021-06-02 12:49:03'); +INSERT INTO `marker` VALUES (12418,1901,NULL,2,1935,94666,'Riddles of Hyrule','on the top of the Great Decu Tree',134.76875019073486,-93.77706238641096,0,0,0,'2021-06-02 20:15:30'); +INSERT INTO `marker` VALUES (12419,1901,NULL,2,1939,131946,'Ice Wizzrobe','',75.67343759536743,-152.64061224777853,0,0,0,'2021-06-04 12:54:37'); +INSERT INTO `marker` VALUES (12420,1901,NULL,2,1901,132819,'1','',51.99999800006178,-118.43191736491414,0,0,0,'2021-06-07 22:53:24'); +INSERT INTO `marker` VALUES (12421,1901,NULL,2,1916,132589,'Korok Seeds','',156.01953125,-144.453125,0,0,0,'2021-06-09 01:17:04'); +INSERT INTO `marker` VALUES (12422,1901,NULL,2,1901,127348,'Wildberry','',71.50078105926514,-143.91260717568784,0,0,0,'2021-06-09 15:24:12'); +INSERT INTO `marker` VALUES (12423,1901,NULL,2,1901,127348,'Wildberry','Wildberry',71.546875,-143.84058638914394,0,0,0,'2021-06-09 15:24:38'); +INSERT INTO `marker` VALUES (12424,1901,NULL,2,1901,132936,'OCTO FARM','',180.46875,-80.328125,0,0,0,'2021-06-09 15:52:31'); +INSERT INTO `marker` VALUES (12425,1901,NULL,2,1901,127224,'start next','',179.375,-104.43601016489205,0,0,0,'2021-06-11 01:55:56'); +INSERT INTO `marker` VALUES (12426,1901,NULL,2,1916,132980,'OBAB','OBAB',160.875,-150.03125,0,1,0,'2021-06-11 14:55:14'); +INSERT INTO `marker` VALUES (12427,1901,NULL,2,1901,127936,'Termal','Termal water for Link's relaxation.',163.9375,-165.0853095238095,0,0,0,'2021-06-11 22:57:03'); +INSERT INTO `marker` VALUES (12428,1901,NULL,2,1901,133093,'a','a',104.23446381822275,-135.628139746679,0,0,0,'2021-06-12 00:20:15'); +INSERT INTO `marker` VALUES (12429,1901,NULL,2,1916,133173,'none complete','ne comprend pas comment l'avoir',127.5625,-175.15917725400175,0,0,0,'2021-06-12 21:11:21'); +INSERT INTO `marker` VALUES (12430,1901,NULL,2,1916,133232,'Korok Seed','',203.28125,-76.4296875,0,0,0,'2021-06-15 18:43:49'); +INSERT INTO `marker` VALUES (12431,1901,NULL,2,1901,133115,'korugu a pomme qui doivent pousser','',161.23828125,-138.4765625,0,0,0,'2021-06-16 20:56:35'); +INSERT INTO `marker` VALUES (12432,1901,NULL,2,1916,133623,'kolog','',168.046875,-184.375,0,0,0,'2021-06-17 00:11:26'); +INSERT INTO `marker` VALUES (12433,1901,NULL,2,1901,131883,'Place from BotW 2 teaser','',126.1796875,-140.53125,0,0,0,'2021-06-17 11:47:33'); +INSERT INTO `marker` VALUES (12434,1901,NULL,2,1916,133659,'tree stump','',59.484375,-147.265625,0,0,0,'2021-06-18 08:16:49'); +INSERT INTO `marker` VALUES (12435,1901,NULL,2,1916,122382,'semilla kolog','',149.73438119888306,-126.08901447352817,0,0,0,'2021-06-18 15:16:36'); +INSERT INTO `marker` VALUES (12436,1901,NULL,2,1901,126943,'Mipha Trial 1','',197.625,-115.234375,0,0,0,'2021-06-20 16:12:56'); +INSERT INTO `marker` VALUES (12437,1901,NULL,2,1931,131437,'boblokins','Camp of Boblokins',63.489582538604736,-119.25069395525279,0,1,0,'2021-06-22 05:08:35'); +INSERT INTO `marker` VALUES (12438,1901,NULL,2,1901,134394,'Raft','',111.14921915531158,-160.00468753278255,0,1,0,'2021-06-22 16:29:33'); +INSERT INTO `marker` VALUES (12439,1901,NULL,2,1926,134436,'Divine Beast Vah Rudania','',166.375,-88.53125,0,0,0,'2021-06-22 20:55:39'); +INSERT INTO `marker` VALUES (12440,1901,NULL,2,1904,134448,'flechas explosivas','',181.25,-71.75,0,0,0,'2021-06-22 21:51:58'); +INSERT INTO `marker` VALUES (12441,1901,NULL,2,1944,134444,'espada largada do soldado (Marter Mode)','Espada largado do soldado',118.46875,-152.390625,0,1,0,'2021-06-23 00:38:32'); +INSERT INTO `marker` VALUES (12442,1901,NULL,2,1939,131437,'Ice Wizzrobe','',74.1236982345581,-129.55200593023775,0,0,0,'2021-06-23 01:22:51'); +INSERT INTO `marker` VALUES (12443,1901,NULL,2,1925,132861,'Keive Tala Shrine','Big or Small',91.5,-188.96265882003604,0,0,0,'2021-06-25 06:49:15'); +INSERT INTO `marker` VALUES (12444,1901,NULL,2,1939,131126,'Ice','',103.72209623456001,-186.44580042362213,0,0,0,'2021-06-25 17:14:09'); +INSERT INTO `marker` VALUES (12445,1901,NULL,2,1916,134751,'Non OBtenue','',140.609375,-168.046875,0,0,0,'2021-06-25 19:32:29'); +INSERT INTO `marker` VALUES (12446,1901,NULL,2,1934,112707,'Jtm bb','',192.47187423706055,-159.28028820575597,0,0,0,'2021-06-28 13:16:25'); +INSERT INTO `marker` VALUES (12447,1901,NULL,2,1916,135201,'Korok seeds','\r\n\r\n',121.96838863374822,-115.67152655016264,0,0,0,'2021-06-28 15:01:05'); +INSERT INTO `marker` VALUES (12448,1901,NULL,2,1901,52187,'Flame Spear','Flame spear loot inside skull',64.7265625,-87.015625,0,0,0,'2021-06-28 18:58:54'); +INSERT INTO `marker` VALUES (12449,1901,NULL,2,1902,52187,'Flame Spear','',64.6640625,-86.99609375,0,0,0,'2021-06-28 18:59:32'); +INSERT INTO `marker` VALUES (12450,1901,NULL,2,1901,130486,'Guardian','',129.4256164742048,-120.88363061545324,0,0,0,'2021-06-29 02:47:12'); +INSERT INTO `marker` VALUES (12451,1901,NULL,2,1901,76763,'remove every unmatching apples','',136.74609375,-157.671875,0,0,0,'2021-06-29 19:57:40'); +INSERT INTO `marker` VALUES (12452,1901,NULL,2,1935,116286,'Arrows of Burning Heat','',156.5234375,-144.3359375,0,1,0,'2021-06-30 04:06:04'); +INSERT INTO `marker` VALUES (12453,1901,NULL,2,1935,116286,'By Firefly','',157.6953125,-144.1796875,0,0,0,'2021-06-30 04:06:32'); +INSERT INTO `marker` VALUES (12454,1901,NULL,2,1935,116286,'By Firefly's Light','',157.671875,-144.1640625,0,1,0,'2021-06-30 04:06:53'); +INSERT INTO `marker` VALUES (12455,1901,NULL,2,1936,38229,'Mur à détruire avec bombes ','grotte minerai ',158.71875,-175.61328125,0,0,0,'2021-07-02 08:18:34'); +INSERT INTO `marker` VALUES (12456,1901,NULL,2,1935,134075,'Arrow of burning heart','',156.49609375,-144.29296875,0,0,0,'2021-07-03 07:40:12'); +INSERT INTO `marker` VALUES (12457,1901,NULL,2,1910,134120,'Amber','',107.8671875,-162.6953125,0,1,0,'2021-07-03 09:46:36'); +INSERT INTO `marker` VALUES (12458,1901,NULL,2,1936,135903,'Treasure Cave','',158.38671875,-168.51634598785694,0,0,0,'2021-07-04 22:15:06'); +INSERT INTO `marker` VALUES (12459,1901,NULL,2,1901,134162,'Nox','',66.1015625,-67.8359375,0,0,0,'2021-07-04 23:57:30'); +INSERT INTO `marker` VALUES (12460,1901,NULL,2,1902,135968,'EX-Garb of Winds','Island lobster shirt',125.4453125,-176.08203125,0,0,0,'2021-07-05 15:29:40'); +INSERT INTO `marker` VALUES (12461,1901,NULL,2,1940,125802,'White Lynel','',65.375,-142.125,0,0,0,'2021-07-05 16:02:43'); +INSERT INTO `marker` VALUES (12462,1901,NULL,2,1940,125802,'White-Maned Lynel','',65.125,-141.71875,0,0,0,'2021-07-05 17:58:07'); +INSERT INTO `marker` VALUES (12463,1901,NULL,2,1926,136057,'Divine Beast Vah Medoh','',154.40625,-135.890625,0,0,0,'2021-07-06 07:03:32'); +INSERT INTO `marker` VALUES (12464,1901,NULL,2,1944,49116,'Knight's halberd','near the korok seed',118.96875,-87.3671875,0,0,0,'2021-07-06 08:27:56'); +INSERT INTO `marker` VALUES (12465,1901,NULL,2,1935,125221,'Arrows of Burning Heat','',156.5625,-144.28515625,0,0,0,'2021-07-06 11:50:51'); +INSERT INTO `marker` VALUES (12466,1901,NULL,2,1936,136111,'Cracked Wall','',114.375,-158.25,0,0,0,'2021-07-06 21:54:32'); +INSERT INTO `marker` VALUES (12467,1901,NULL,2,1936,135903,'Cracked Wall','',158.03125,-90.3928658485663,0,0,0,'2021-07-06 22:34:04'); +INSERT INTO `marker` VALUES (12468,1901,NULL,2,1926,135903,'Vah Rudania','',167.875,-87.64069285281401,0,0,0,'2021-07-06 23:19:35'); +INSERT INTO `marker` VALUES (12469,1901,NULL,2,1944,38229,'Coffre 5 flèches de feu','Après avoir vaincu les monstres ',167.0390625,-163.1953125,0,0,0,'2021-07-07 09:56:02'); +INSERT INTO `marker` VALUES (12470,1901,NULL,2,1916,136219,'kolok','',189,-160.75,0,0,0,'2021-07-08 04:14:35'); +INSERT INTO `marker` VALUES (12471,1901,NULL,2,1930,136243,'ruine','',151.9375,-124.859375,0,0,0,'2021-07-08 18:28:23'); +INSERT INTO `marker` VALUES (12472,1901,NULL,2,1943,135903,'Chest','',99.3125,-181.2265625,0,0,0,'2021-07-09 14:56:05'); +INSERT INTO `marker` VALUES (12473,1901,NULL,2,1901,67678,'Ganon','',154.12109375,-177.40625,0,0,0,'2021-07-09 17:48:29'); +INSERT INTO `marker` VALUES (12474,1901,NULL,2,1931,131507,'Goblin Camp','',160.359375,-189.15625,0,0,0,'2021-07-11 04:37:11'); +INSERT INTO `marker` VALUES (12475,1901,NULL,2,1901,136480,'HEBRA','',-97.5,-61,0,0,0,'2021-07-11 07:35:26'); +INSERT INTO `marker` VALUES (12476,1901,NULL,2,1931,136638,'enemy camp','',137.1640625,-154.66563871369323,0,0,0,'2021-07-12 13:40:01'); +INSERT INTO `marker` VALUES (12477,1901,NULL,2,1935,52187,'Hobbies of the Rich','Talk to the rich dude sitting on the cliffs, overlooking the Torin Wetland. He'll pay you 100 Rupees to kill the 2 Guardians down there, purely for his own amusement (Rich people, apparently, just have nothing better to do)',189.26953125,-102.85546875,0,0,0,'2021-07-12 22:14:45'); +INSERT INTO `marker` VALUES (12478,1901,NULL,2,1935,52187,'Arrows of Burning Heat','Enter the arrow store, and Rola will ask you to light the torches around the Godess Statue using only arrows. Her husband should really be more upset about this.',156.5546875,-144.3125,0,0,0,'2021-07-12 22:17:46'); +INSERT INTO `marker` VALUES (12479,1901,NULL,2,1901,135368,'Secret enterance','',72.4765625,-149.09375,0,0,0,'2021-07-13 19:25:04'); +INSERT INTO `marker` VALUES (12480,1901,NULL,2,1934,136984,'11 test','',133.625,-159.75,0,0,0,'2021-07-15 14:26:11'); +INSERT INTO `marker` VALUES (12481,1901,NULL,2,1939,131507,'Blizzard Sorceror','',89.234375,-99.6796875,0,0,0,'2021-07-15 18:41:14'); +INSERT INTO `marker` VALUES (12482,1901,NULL,2,1930,49116,'Ice wizzrob','',75.640625,-152.46875,0,0,0,'2021-07-17 00:30:46'); +INSERT INTO `marker` VALUES (12483,1901,NULL,2,1901,136395,'Kolog','',136.7890625,-183.96118568681663,0,0,0,'2021-07-18 00:34:47'); +INSERT INTO `marker` VALUES (12484,1901,NULL,2,1916,132880,'Hidden Ice Rock Korok','Do NOT blow up rock enemies!',86.88671875,-96.0703125,0,0,0,'2021-07-18 14:23:37'); +INSERT INTO `marker` VALUES (12485,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',16.75,-188.125,0,0,0,'2021-07-18 20:33:05'); +INSERT INTO `marker` VALUES (12486,1901,NULL,2,1926,112269,'Divine Beast Vah Rudania','',165.25,-89.125,0,0,0,'2021-07-18 20:33:39'); +INSERT INTO `marker` VALUES (12487,1901,NULL,2,1926,112269,'Divine Beast Vah Medoh','',71.3125,-99.5625,0,0,0,'2021-07-18 20:34:56'); +INSERT INTO `marker` VALUES (12488,1901,NULL,2,1916,137339,'seed','',69.40625,-67.84375,0,0,0,'2021-07-19 10:18:01'); +INSERT INTO `marker` VALUES (12489,1901,NULL,2,1926,137410,'Vah Medoh','',71.4375,-99.99648459990863,0,0,0,'2021-07-19 17:35:55'); +INSERT INTO `marker` VALUES (12490,1901,NULL,2,1926,137410,'Divine Beast Vah Medoh','',71.4765625,-99.91786987937243,0,0,0,'2021-07-20 07:28:47'); +INSERT INTO `marker` VALUES (12491,1901,NULL,2,1926,137410,'Divine Beast Vah Naboris','',60.8203125,-181.02238287997258,0,0,0,'2021-07-20 09:25:39'); +INSERT INTO `marker` VALUES (12492,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.171875,-88.8890782239598,0,0,0,'2021-07-20 09:26:21'); +INSERT INTO `marker` VALUES (12493,1901,NULL,2,1926,137410,'Divine Beast Vah Rudania','',166.515625,-88.60789413771151,0,0,0,'2021-07-20 09:26:43'); +INSERT INTO `marker` VALUES (12494,1901,NULL,2,1944,137410,'EX Chest','Contains: Nintendo Shirt\r\n\r\nIs in the ground: No',120.6796875,-159.35115383473936,0,0,0,'2021-07-20 09:43:20'); +INSERT INTO `marker` VALUES (12495,1901,NULL,2,1944,137410,'EX Chest','Contains: Diamond Circlet\r\n\r\nIs in the ground: No',200.73046875,-70.12073012580305,0,0,0,'2021-07-20 09:53:02'); +INSERT INTO `marker` VALUES (12496,1901,NULL,2,1944,137410,'EX Chest','Contains: Ravio's Hood\r\n\r\nIs in the ground: No',142.60546875,-165.68321035167753,0,0,0,'2021-07-20 10:52:00'); +INSERT INTO `marker` VALUES (12497,1901,NULL,2,1944,137410,'EX Chest','Contains: Majora's Mask\r\n\r\nIs in the ground: No',120.765625,-147.78037993847738,0,0,0,'2021-07-20 10:59:10'); +INSERT INTO `marker` VALUES (12498,1901,NULL,2,1925,137481,'The Shrine of Life','',110.76250004768372,-157.36542250264614,0,0,0,'2021-07-20 17:16:19'); +INSERT INTO `marker` VALUES (12499,1901,NULL,2,1901,137560,'zora sword','',179.04218769073486,-119.34433434619814,0,0,0,'2021-07-21 15:30:22'); +INSERT INTO `marker` VALUES (12500,1901,NULL,2,1944,134721,'Shield','',115.71036787516948,-72.93384944503552,0,0,0,'2021-07-21 19:00:52'); +INSERT INTO `marker` VALUES (12501,1901,NULL,2,1926,137413,'rudania','',167.5859375,-87.515625,0,0,0,'2021-07-24 04:55:57'); +INSERT INTO `marker` VALUES (12502,1901,NULL,2,1926,137413,'medoh','',71.5625,-98.640625,0,0,0,'2021-07-24 04:57:39'); +INSERT INTO `marker` VALUES (12503,1901,NULL,2,1901,137413,'naboris','',86.84375,-184.71875,0,0,0,'2021-07-24 04:59:04'); +INSERT INTO `marker` VALUES (12504,1901,NULL,2,1901,137924,'1hacia der','',184.75,-74.90625,0,0,0,'2021-07-25 19:44:11'); +INSERT INTO `marker` VALUES (12505,1901,NULL,2,1916,138056,'Korogu','',170.5833339691162,-142.5814898264848,0,0,0,'2021-07-26 21:29:16'); +INSERT INTO `marker` VALUES (12506,1901,NULL,2,1901,134944,'luminus stones ','',198.125,-152.46875,0,0,0,'2021-07-27 17:08:27'); +INSERT INTO `marker` VALUES (12507,1901,NULL,2,1936,67678,'Craked','',80.65234375,-96.3984375,0,0,0,'2021-07-28 01:44:26'); +INSERT INTO `marker` VALUES (12508,1901,NULL,2,1901,134162,'Test','',171.875,-168.46875,0,0,0,'2021-07-29 22:51:07'); +INSERT INTO `marker` VALUES (12509,1901,NULL,2,1901,138318,'Divine Beast Vah Rudania ','',168.5,-87.625,0,0,0,'2021-07-30 05:37:12'); +INSERT INTO `marker` VALUES (12510,1901,NULL,2,1926,138318,'Divine Beast Vah Rudania ','',168.5,-88,0,0,0,'2021-07-30 05:38:43'); +INSERT INTO `marker` VALUES (12511,1901,NULL,2,1935,138446,'here','',-189.5,-86,0,0,0,'2021-07-30 15:35:46'); +INSERT INTO `marker` VALUES (12512,1901,NULL,2,1901,138477,'falta','',120.25,-156.75,0,0,0,'2021-07-30 21:13:04'); +INSERT INTO `marker` VALUES (12513,1901,NULL,2,1901,138488,'Majora's Mask','',120.9765625,-148.015625,0,0,0,'2021-08-01 03:08:25'); +INSERT INTO `marker` VALUES (12514,1901,NULL,2,1935,137402,'??????????? ????? ','',168.48046875,-183.3984375,0,0,0,'2021-08-01 17:02:38'); +INSERT INTO `marker` VALUES (12515,1901,NULL,2,1901,106404,'Rusty Sheild','',117.359375,-114.85912645560357,0,0,0,'2021-08-02 00:13:53'); +INSERT INTO `marker` VALUES (12516,1901,NULL,2,1920,138763,'next','',157.09375,-158.443631644477,0,0,0,'2021-08-03 07:14:21'); +INSERT INTO `marker` VALUES (12517,1901,NULL,2,1901,138800,'l','',94.0546875,-96.2109375,0,0,0,'2021-08-03 17:10:27'); +INSERT INTO `marker` VALUES (12518,1901,NULL,2,1901,78601,'Last save location','',158.484375,-143.75,0,0,0,'2021-08-04 11:19:22'); +INSERT INTO `marker` VALUES (12519,1901,NULL,2,1901,138939,'du','',93.6875,-134.9921875,0,0,0,'2021-08-05 10:44:18'); +INSERT INTO `marker` VALUES (12520,1901,NULL,2,1916,138934,'0-','',147.625,-156.9296875,0,0,0,'2021-08-10 20:40:28'); +INSERT INTO `marker` VALUES (12521,1901,NULL,2,1916,138934,'missed this one','missed it',148.1015625,-156.828125,0,0,0,'2021-08-11 18:50:18'); +/*!40000 ALTER TABLE `marker` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/marker_category.sql b/dev/db/samples/tingle/marker_category.sql new file mode 100644 index 00000000..4ab077e5 --- /dev/null +++ b/dev/db/samples/tingle/marker_category.sql @@ -0,0 +1,255 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `marker_category` +-- + +DROP TABLE IF EXISTS `marker_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `marker_category` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `parent_id` int(11) DEFAULT NULL, + `marker_category_type_id` int(11) NOT NULL, + `container_id` int(11) NOT NULL, + `name` varchar(45) NOT NULL, + `default_checked` tinyint(1) NOT NULL DEFAULT 0, + `img` varchar(45) NOT NULL, + `color` varchar(45) NOT NULL DEFAULT '#000000', + `visible_zoom` int(11) NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `fk_marker_category_map_container1_idx` (`container_id`), + KEY `fk_marker_category_marker_category_type1_idx` (`marker_category_type_id`), + KEY `fk_marker_category_marker_category1_idx` (`parent_id`), + CONSTRAINT `fk_marker_category_map_container1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`), + CONSTRAINT `fk_marker_category_marker_category1` FOREIGN KEY (`parent_id`) REFERENCES `marker_category` (`id`), + CONSTRAINT `fk_marker_category_marker_category_type1` FOREIGN KEY (`marker_category_type_id`) REFERENCES `marker_category_type` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=1970 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `marker_category` +-- + +LOCK TABLES `marker_category` WRITE; +/*!40000 ALTER TABLE `marker_category` DISABLE KEYS */; +INSERT INTO `marker_category` VALUES (1,NULL,1,1,'Itens',1,'map_gear','#000000',5,1); +INSERT INTO `marker_category` VALUES (2,1,1,1,'Itens comuns',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (3,1,1,1,'Mapa',1,'map_map','#000000',5,1); +INSERT INTO `marker_category` VALUES (4,1,1,1,'Bússola',1,'map_compass','#000000',5,1); +INSERT INTO `marker_category` VALUES (5,1,1,1,'Chave',1,'map_key','#000000',5,1); +INSERT INTO `marker_category` VALUES (6,1,1,1,'Coração',1,'map_heart','#000000',5,1); +INSERT INTO `marker_category` VALUES (7,1,1,1,'Triforce',1,'map_triforce','#000000',5,1); +INSERT INTO `marker_category` VALUES (8,NULL,1,1,'Lojas',1,'map_shop','#000000',5,1); +INSERT INTO `marker_category` VALUES (9,8,1,1,'Loja A',1,'placeholder','#000000',5,1); +INSERT INTO `marker_category` VALUES (10,8,1,1,'Loja B',1,'placeholder','#000000',5,1); +INSERT INTO `marker_category` VALUES (11,8,1,1,'Loja C',1,'placeholder','#000000',5,1); +INSERT INTO `marker_category` VALUES (12,8,1,1,'Loja Poções',1,'map_potion','#000000',5,1); +INSERT INTO `marker_category` VALUES (13,NULL,1,1,'Segredos',1,'map_secret','#000000',5,1); +INSERT INTO `marker_category` VALUES (14,13,1,1,'Ganhar Rupees ',1,'map_rupee','#000000',5,1); +INSERT INTO `marker_category` VALUES (15,13,1,1,'Perder Rupees',1,'placeholder','#000000',5,1); +INSERT INTO `marker_category` VALUES (16,13,1,1,'Jogo de Apostas ',1,'map_gambling','#000000',5,1); +INSERT INTO `marker_category` VALUES (17,13,1,1,'Blocos Móveis',1,'map_move','#000000',5,1); +INSERT INTO `marker_category` VALUES (18,13,1,1,'Paredes Falsas ',1,'placeholder','#000000',5,1); +INSERT INTO `marker_category` VALUES (19,13,1,1,'Portais',1,'map_tloz_warp','#000000',5,1); +INSERT INTO `marker_category` VALUES (20,NULL,1,1,'Pontos de Interesse ',1,'map_poi','#000000',5,1); +INSERT INTO `marker_category` VALUES (21,20,1,1,'Informação',1,'map_info','#000000',5,1); +INSERT INTO `marker_category` VALUES (22,20,1,1,'Fontes de Fada',1,'map_fairy','#000000',5,1); +INSERT INTO `marker_category` VALUES (23,20,1,1,'Level',1,'map_dungeon','#000000',5,1); +INSERT INTO `marker_category` VALUES (24,20,1,1,'Chefe',1,'map_boss','#000000',5,1); +INSERT INTO `marker_category` VALUES (25,20,3,1,'Lugares',1,'map_places','#000000',5,1); +INSERT INTO `marker_category` VALUES (26,20,2,1,'Marcadores de Pulo',1,'map_jump','#000000',5,1); +INSERT INTO `marker_category` VALUES (300,NULL,1,3,'Itens',1,'map_gear','#000000',5,1); +INSERT INTO `marker_category` VALUES (301,300,1,3,'Itens comuns',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (302,300,1,3,'Garrafa',1,'map_bottle','#000000',5,1); +INSERT INTO `marker_category` VALUES (303,300,1,3,'Coração',1,'map_heart','#000000',5,1); +INSERT INTO `marker_category` VALUES (304,300,1,3,'Mapa',1,'map_map','#000000',5,1); +INSERT INTO `marker_category` VALUES (305,300,1,3,'Bússola',1,'map_compass','#000000',5,1); +INSERT INTO `marker_category` VALUES (306,300,1,3,'Chave',1,'map_key','#000000',5,1); +INSERT INTO `marker_category` VALUES (307,NULL,1,3,'Loja',1,'map_shop','#000000',5,1); +INSERT INTO `marker_category` VALUES (308,307,1,3,'Loja de Suprimentos',1,'map_shop','#000000',5,1); +INSERT INTO `marker_category` VALUES (309,307,1,3,'Quiromante',1,'map_alttp_fortuneteller','#000000',5,1); +INSERT INTO `marker_category` VALUES (310,NULL,1,3,'Minigames',1,'map_minigame','#000000',5,1); +INSERT INTO `marker_category` VALUES (311,310,1,3,'Minigames em Geral',1,'map_minigame','#000000',5,1); +INSERT INTO `marker_category` VALUES (312,310,1,3,'Jogos de aposta',1,'map_gambling','#000000',5,1); +INSERT INTO `marker_category` VALUES (313,NULL,1,3,'Sidequest',1,'map_sidequest','#000000',5,1); +INSERT INTO `marker_category` VALUES (314,313,1,3,'Riddle Quest (GBA)',1,'map_alttp_basket','#000000',5,1); +INSERT INTO `marker_category` VALUES (315,NULL,1,3,'Segredos',1,'map_secret','#000000',5,1); +INSERT INTO `marker_category` VALUES (316,315,1,3,'Passagens abertas com bomba',1,'map_bomb_wall','#000000',5,1); +INSERT INTO `marker_category` VALUES (317,315,1,3,'Passagens abertas com Pegasus boots',1,'map_alttp_pegasusboots','#000000',5,1); +INSERT INTO `marker_category` VALUES (318,315,1,3,'Outras passagens ocultas',1,'map_tloz_warp','#000000',5,1); +INSERT INTO `marker_category` VALUES (319,315,1,3,'Rupees',1,'map_rupee','#000000',5,1); +INSERT INTO `marker_category` VALUES (320,315,1,3,'Fairy Fountains',1,'map_fairy','#000000',5,1); +INSERT INTO `marker_category` VALUES (321,315,1,3,'Baús',1,'map_chest','#000000',5,1); +INSERT INTO `marker_category` VALUES (322,NULL,1,3,'POI',1,'map_info','#000000',5,1); +INSERT INTO `marker_category` VALUES (323,322,1,3,'Warp (pato)',1,'map_alttp_bird','#000000',5,1); +INSERT INTO `marker_category` VALUES (324,322,2,3,'Warp (redemoinho)',1,'map_whirlpool','#000000',5,1); +INSERT INTO `marker_category` VALUES (325,322,1,3,'Warp (Portais para o Dark World)',1,'map_alttp_warp','#000000',5,1); +INSERT INTO `marker_category` VALUES (326,322,1,3,'Informações gerais',1,'map_info','#000000',5,1); +INSERT INTO `marker_category` VALUES (327,322,1,3,'Dungeons',1,'map_dungeon','#000000',5,1); +INSERT INTO `marker_category` VALUES (328,322,1,3,'Chefes',1,'map_boss','#000000',5,1); +INSERT INTO `marker_category` VALUES (329,322,2,3,'Marcadores de Pulo',1,'map_jump','#000000',5,1); +INSERT INTO `marker_category` VALUES (330,322,3,3,'Lugares',1,'map_places','#000000',5,1); +INSERT INTO `marker_category` VALUES (400,NULL,1,4,'Itens',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (401,400,1,4,'Itens comuns',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (402,400,1,4,'Mapa',1,'map_map','#000000',5,1); +INSERT INTO `marker_category` VALUES (403,400,1,4,'Bússola',1,'map_compass','#000000',5,1); +INSERT INTO `marker_category` VALUES (404,400,1,4,'Chave',1,'map_key','#000000',5,1); +INSERT INTO `marker_category` VALUES (405,400,1,4,'Coração',1,'map_heart','#000000',5,1); +INSERT INTO `marker_category` VALUES (415,NULL,1,4,'Segredos',1,'map_secret','#000000',5,1); +INSERT INTO `marker_category` VALUES (416,415,1,4,'Secret Seashell ',1,'placeholder','#000000',5,1); +INSERT INTO `marker_category` VALUES (417,415,1,4,'Mad Batter',1,'placeholder','#000000',5,1); +INSERT INTO `marker_category` VALUES (418,415,1,4,'Easter Egg ',1,'map_gambling','#000000',5,1); +INSERT INTO `marker_category` VALUES (419,415,1,4,'Trocas',1,'map_move','#000000',5,1); +INSERT INTO `marker_category` VALUES (420,415,1,4,'Portal',1,'map_tloz_warp','#000000',5,1); +INSERT INTO `marker_category` VALUES (421,415,1,4,'Rupees',1,'map_rupee','#000000',5,1); +INSERT INTO `marker_category` VALUES (430,NULL,1,4,'Pontos de Interesse ',1,'map_poi','#000000',5,1); +INSERT INTO `marker_category` VALUES (431,430,1,4,'Informação',1,'map_info','#000000',5,1); +INSERT INTO `marker_category` VALUES (432,430,1,4,'Level',1,'map_dungeon','#000000',5,1); +INSERT INTO `marker_category` VALUES (433,430,1,4,'Chefe',1,'map_boss','#000000',5,1); +INSERT INTO `marker_category` VALUES (434,430,3,4,'Lugares',1,'map_places','#000000',5,1); +INSERT INTO `marker_category` VALUES (435,430,2,4,'Marcadores de Pulo',1,'map_jump','#000000',5,1); +INSERT INTO `marker_category` VALUES (500,NULL,1,5,'Itens',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (501,500,1,5,'Itens comuns',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (502,500,1,5,'Garrafa',1,'map_bottle','#000000',5,1); +INSERT INTO `marker_category` VALUES (503,500,1,5,'Coração',1,'map_heart','#000000',5,1); +INSERT INTO `marker_category` VALUES (504,500,1,5,'Mapa',1,'map_map','#000000',5,1); +INSERT INTO `marker_category` VALUES (505,500,1,5,'Bússola',1,'map_compass','#000000',5,1); +INSERT INTO `marker_category` VALUES (506,500,1,5,'Chave',1,'map_key','#000000',5,1); +INSERT INTO `marker_category` VALUES (507,NULL,1,5,'Sidequest',1,'map_sidequest','#000000',5,1); +INSERT INTO `marker_category` VALUES (508,507,1,5,'Gold Skulltullas',1,'map_goldskulltulla','#000000',5,1); +INSERT INTO `marker_category` VALUES (509,507,1,5,'Great Fairies',1,'map_greatfairy','#000000',5,1); +INSERT INTO `marker_category` VALUES (510,507,1,5,'Terras Fofas',1,'map_softsoil','#000000',5,1); +INSERT INTO `marker_category` VALUES (511,507,1,5,'Galinhas perdidas',1,'map_lostchicken','#000000',5,1); +INSERT INTO `marker_category` VALUES (512,507,1,5,'Big Poe',1,'map_bigpoe','#000000',5,1); +INSERT INTO `marker_category` VALUES (513,507,1,5,'Trocas Máscara',1,'map_masks','#000000',5,1); +INSERT INTO `marker_category` VALUES (514,507,1,5,'Trocas Biggoron Sword',1,'map_biggoron_sword','#000000',5,1); +INSERT INTO `marker_category` VALUES (515,NULL,1,5,'Segredos',1,'map_secret','#000000',5,1); +INSERT INTO `marker_category` VALUES (516,515,1,5,'Passagens Secretas',1,'map_bomb_wall','#000000',5,1); +INSERT INTO `marker_category` VALUES (517,515,1,5,'Rupees',1,'map_rupee','#000000',5,1); +INSERT INTO `marker_category` VALUES (518,515,1,5,'Fairy Fountains',1,'map_fairy','#000000',5,1); +INSERT INTO `marker_category` VALUES (519,515,1,5,'Baús',1,'map_chest','#000000',5,1); +INSERT INTO `marker_category` VALUES (520,NULL,1,5,'POI',1,'map_poi','#000000',5,1); +INSERT INTO `marker_category` VALUES (521,520,1,5,'Loja',1,'map_shop','#000000',5,1); +INSERT INTO `marker_category` VALUES (526,520,1,5,'Informações gerais',1,'map_info','#000000',5,1); +INSERT INTO `marker_category` VALUES (527,520,1,5,'Gossip Stones',1,'map_gossip_stone','#000000',5,1); +INSERT INTO `marker_category` VALUES (528,520,1,5,'Dungeons',1,'map_dungeon','#000000',5,1); +INSERT INTO `marker_category` VALUES (529,520,1,5,'Chefes',1,'map_boss','#000000',5,1); +INSERT INTO `marker_category` VALUES (530,520,2,5,'Marcadores de Pulo',1,'map_jump','#000000',5,1); +INSERT INTO `marker_category` VALUES (531,520,3,5,'Lugares',1,'map_places','#000000',5,1); +INSERT INTO `marker_category` VALUES (1601,NULL,1,16,'Itens',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (1602,1601,1,16,'Equipamento',1,'map_gear','#000000',5,1); +INSERT INTO `marker_category` VALUES (1603,1601,1,16,'Item',1,'map_item','#000000',5,1); +INSERT INTO `marker_category` VALUES (1604,1601,1,16,'Mapa',1,'map_map','#000000',5,1); +INSERT INTO `marker_category` VALUES (1605,1601,1,16,'Chave',1,'map_key','#000000',5,1); +INSERT INTO `marker_category` VALUES (1606,1601,1,16,'Chave Grande',1,'map_bigkey','#000000',5,1); +INSERT INTO `marker_category` VALUES (1607,1601,1,16,'Pedaço de Coração',1,'map_heart','#000000',5,1); +INSERT INTO `marker_category` VALUES (1608,1601,1,16,'Garrafa',1,'map_bottle','#000000',5,1); +INSERT INTO `marker_category` VALUES (1609,1601,1,16,'Trifoce',1,'map_triforce','#000000',5,1); +INSERT INTO `marker_category` VALUES (1610,NULL,1,16,'Segredos',1,'map_secret','#000000',5,1); +INSERT INTO `marker_category` VALUES (1611,1610,1,16,'Paredes destrutíveis ',1,'map_bomb_wall','#000000',5,1); +INSERT INTO `marker_category` VALUES (1612,1610,1,16,'Baús',1,'map_chest','#000000',5,1); +INSERT INTO `marker_category` VALUES (1613,1610,1,16,'Tesouros',1,'map_ss_treasure','#000000',5,1); +INSERT INTO `marker_category` VALUES (1614,1610,1,16,'Insetos ',1,'map_ss_bug','#000000',5,1); +INSERT INTO `marker_category` VALUES (1615,1610,1,16,'Goddess Cube',1,'map_goddess_cube','#000000',5,1); +INSERT INTO `marker_category` VALUES (1616,1610,1,16,'Gratitue Crystal',1,'map_gratitude_crystal','#000000',5,1); +INSERT INTO `marker_category` VALUES (1617,1610,1,16,'Tears of Light',1,'map_ss_tear','#000000',5,1); +INSERT INTO `marker_category` VALUES (1618,1610,1,16,'Medals',1,'map_ss_medal','#000000',5,1); +INSERT INTO `marker_category` VALUES (1619,1610,1,16,'Side-Quests',1,'map_ss_sidequest','#000000',5,1); +INSERT INTO `marker_category` VALUES (1620,1610,1,16,'Mini-games',1,'map_minigame','#000000',5,1); +INSERT INTO `marker_category` VALUES (1621,NULL,1,16,'Pontos de Interesse ',1,'map_poi','#000000',5,1); +INSERT INTO `marker_category` VALUES (1622,1621,1,16,'Informação',1,'map_info','#000000',5,1); +INSERT INTO `marker_category` VALUES (1623,1621,1,16,'Loja',1,'map_shop','#000000',5,1); +INSERT INTO `marker_category` VALUES (1624,1621,1,16,'Informação',1,'map_info','#000000',5,1); +INSERT INTO `marker_category` VALUES (1625,1621,1,16,'Dungeon',1,'map_dungeon','#000000',5,1); +INSERT INTO `marker_category` VALUES (1626,1621,1,16,'Chefe',1,'map_boss','#000000',5,1); +INSERT INTO `marker_category` VALUES (1627,1621,3,16,'Lugares',1,'map_places','#000000',5,1); +INSERT INTO `marker_category` VALUES (1901,NULL,1,19,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',5,1); +INSERT INTO `marker_category` VALUES (1902,NULL,1,19,'Equipment',1,'BotW_Equipment','#ffad48',7,1); +INSERT INTO `marker_category` VALUES (1903,1902,1,19,'Weapons',1,'BotW_Weapons','#ffad48',7,1); +INSERT INTO `marker_category` VALUES (1904,1902,1,19,'Bows & Arrows',1,'BotW_Bow-n-Arrows','#ffad48',7,1); +INSERT INTO `marker_category` VALUES (1905,1902,1,19,'Shields',1,'BotW_Shields','#ffad48',7,1); +INSERT INTO `marker_category` VALUES (1906,1902,1,19,'Armor',1,'BotW_Armor','#ffad48',7,0); +INSERT INTO `marker_category` VALUES (1910,NULL,1,19,'Items',1,'BotW_Items','#3cbc75',7,1); +INSERT INTO `marker_category` VALUES (1911,1910,1,19,'Food (Beef)',1,'BotW_Meat','#3cbc75',7,0); +INSERT INTO `marker_category` VALUES (1912,1910,1,19,'Food (Fish)',1,'BotW_Fish','#3cbc75',7,0); +INSERT INTO `marker_category` VALUES (1913,1910,1,19,'Herbs',1,'BotW_Herb','#3cbc75',7,0); +INSERT INTO `marker_category` VALUES (1914,1910,1,19,'Mushrooms',1,'BotW_Mushroom','#3cbc75',7,0); +INSERT INTO `marker_category` VALUES (1915,1910,1,19,'Materials',1,'BotW_Materials','#3cbc75',7,0); +INSERT INTO `marker_category` VALUES (1916,1910,1,19,'Korok Seeds',1,'BotW_Korok-Seeds','#3cbc75',4,1); +INSERT INTO `marker_category` VALUES (1920,NULL,1,19,'Locations',1,'BotW_Locations','#8e72b9',5,1); +INSERT INTO `marker_category` VALUES (1921,1920,1,19,'Village',1,'BotW_Village','#8e72b9',5,1); +INSERT INTO `marker_category` VALUES (1922,1920,1,19,'Town (House)',1,'BotW_Farm','#8e72b9',5,0); +INSERT INTO `marker_category` VALUES (1923,1920,1,19,'Sheikah Tower',1,'BotW_Sheikah-Tower','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1924,1920,1,19,'Shrine of Resurrection',1,'BotW_Shrine-of-Resurrection','#8e72b9',5,0); +INSERT INTO `marker_category` VALUES (1925,1920,1,19,'Shrine of Trials',1,'BotW_Shrines-of-Trials','#8e72b9',2,1); +INSERT INTO `marker_category` VALUES (1926,1920,1,19,'Divine Beast',1,'BotW_Dungeon','#8e72b9',5,1); +INSERT INTO `marker_category` VALUES (1927,1920,1,19,'Temple of Time',1,'BotW_The-Temple-of-Time','#8e72b9',5,0); +INSERT INTO `marker_category` VALUES (1930,NULL,1,19,'Enemies',1,'BotW_Enemies','#ff422e',5,1); +INSERT INTO `marker_category` VALUES (1931,1930,1,19,'Enemy Camp',1,'BotW_Enemy-Camp','#ff422e',5,1); +INSERT INTO `marker_category` VALUES (1932,1930,1,19,'Guardian',1,'BotW_Guardian','#ff422e',5,1); +INSERT INTO `marker_category` VALUES (1933,1930,1,19,'Boss',1,'BotW_Boss','#ff422e',6,0); +INSERT INTO `marker_category` VALUES (1934,1901,1,19,'Memories',1,'BotW_Memories','#4bc5ee',6,1); +INSERT INTO `marker_category` VALUES (1935,1901,1,19,'Side-Quests',1,'BotW_Side-Quest','#4bc5ee',6,1); +INSERT INTO `marker_category` VALUES (1936,1901,1,19,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',8,1); +INSERT INTO `marker_category` VALUES (1937,1920,1,19,'Great Fairy',1,'BotW_Great-Fairy','#8e72b9',5,1); +INSERT INTO `marker_category` VALUES (1938,1920,1,19,'Stables',1,'BotW_Stables','#8e72b9',5,1); +INSERT INTO `marker_category` VALUES (1939,1930,1,19,'Wizzrobe',1,'BotW_Wizzrobe','#ff422e',6,1); +INSERT INTO `marker_category` VALUES (1940,1930,1,19,'Lynel',1,'BotW_Lynel','#ff422e',6,1); +INSERT INTO `marker_category` VALUES (1941,1930,1,19,'Talus',1,'BotW_Boss','#ff422e',6,1); +INSERT INTO `marker_category` VALUES (1942,1930,1,19,'Hinox',1,'BotW_Hinox','#ff422e',6,1); +INSERT INTO `marker_category` VALUES (1943,1910,1,19,'Treasure Chest (Non-Equip.)',1,'BotW_Treasure-Chest','#3cbc75',6,1); +INSERT INTO `marker_category` VALUES (1944,1902,1,19,'Treasure Chest (Equip.)',1,'BotW_Treasure-Chest','#ffad48',6,1); +INSERT INTO `marker_category` VALUES (1945,1910,1,19,'Blupee',1,'BotW_Blupee','#3cbc75',7,1); +INSERT INTO `marker_category` VALUES (1946,1901,1,19,'Diary & Books',1,'BotW_Book','#4bc5ee',8,1); +INSERT INTO `marker_category` VALUES (1947,1930,1,19,'Molduga',1,'BotW_Boss','#ff422e',6,1); +INSERT INTO `marker_category` VALUES (1948,1901,1,19,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1); +INSERT INTO `marker_category` VALUES (1949,1901,1,19,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1); +INSERT INTO `marker_category` VALUES (1950,NULL,1,4,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1951,1950,1,4,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1952,1950,1,4,'Trading Sequence',1,'BotW_Side-Quest','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1953,1950,1,4,'Minigame',1,'BotW_Mini-Game','#4bc5ee',0,1); +INSERT INTO `marker_category` VALUES (1954,1950,1,4,'Easter Eggs',1,'General_Info','#4bc5ee',0,0); +INSERT INTO `marker_category` VALUES (1955,NULL,1,4,'Items',1,'BotW_Items','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1956,1955,1,4,'Pieces of Heart',1,'General_Heart','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1957,1955,1,4,'Seashells',1,'LA_Secret-Seashell','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1958,1955,1,4,'Bottles',1,'General_Bottle','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1960,1955,1,4,'Map',1,'General_Map','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1961,1955,1,4,'Compass',1,'General_Compass','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1962,1955,1,4,'Keys',1,'General_Key','#ffad48',0,1); +INSERT INTO `marker_category` VALUES (1963,NULL,1,4,'Locations',1,'BotW_Locations','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1964,1963,1,4,'Houses',1,'General_House','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1965,1963,1,4,'Shops',1,'General_Store','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1966,1963,1,4,'Dungeons',1,'BotW_Dungeon','#8e72b9',0,1); +INSERT INTO `marker_category` VALUES (1967,NULL,1,4,'Enemies',1,'BotW_Enemies','#ff422e',0,1); +INSERT INTO `marker_category` VALUES (1968,1967,1,4,'Boss',1,'BotW_Boss','#ff422e',0,1); +INSERT INTO `marker_category` VALUES (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1); +/*!40000 ALTER TABLE `marker_category` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/marker_category_type.sql b/dev/db/samples/tingle/marker_category_type.sql new file mode 100644 index 00000000..4dc70398 --- /dev/null +++ b/dev/db/samples/tingle/marker_category_type.sql @@ -0,0 +1,54 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `marker_category_type` +-- + +DROP TABLE IF EXISTS `marker_category_type`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `marker_category_type` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(45) NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `marker_category_type` +-- + +LOCK TABLES `marker_category_type` WRITE; +/*!40000 ALTER TABLE `marker_category_type` DISABLE KEYS */; +INSERT INTO `marker_category_type` VALUES (1,'Regular',1); +INSERT INTO `marker_category_type` VALUES (2,'Jump (Go To)',1); +INSERT INTO `marker_category_type` VALUES (3,'Label',1); +/*!40000 ALTER TABLE `marker_category_type` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/marker_status.sql b/dev/db/samples/tingle/marker_status.sql new file mode 100644 index 00000000..59c0652c --- /dev/null +++ b/dev/db/samples/tingle/marker_status.sql @@ -0,0 +1,53 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `marker_status` +-- + +DROP TABLE IF EXISTS `marker_status`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `marker_status` ( + `id` int(11) NOT NULL, + `name` varchar(45) NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `marker_status` +-- + +LOCK TABLES `marker_status` WRITE; +/*!40000 ALTER TABLE `marker_status` DISABLE KEYS */; +INSERT INTO `marker_status` VALUES (1,'Pending',0); +INSERT INTO `marker_status` VALUES (2,'Approved',1); +/*!40000 ALTER TABLE `marker_status` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/marker_tab.sql b/dev/db/samples/tingle/marker_tab.sql new file mode 100644 index 00000000..19a22a41 --- /dev/null +++ b/dev/db/samples/tingle/marker_tab.sql @@ -0,0 +1,3314 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `marker_tab` +-- + +DROP TABLE IF EXISTS `marker_tab`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `marker_tab` ( + `marker_tab_id` int(11) NOT NULL AUTO_INCREMENT, + `marker_id` int(11) NOT NULL, + `marker_tab_status_id` int(11) NOT NULL, + `user_id` int(11) NOT NULL, + `tab_title` varchar(45) NOT NULL, + `tab_text` text NOT NULL, + `tab_order` int(11) NOT NULL DEFAULT -1, + `visible` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`marker_tab_id`), + KEY `fk_map_marker_tab_map_marker1_idx` (`marker_id`), + KEY `fk_marker_tab_marker_tab_status1_idx` (`marker_tab_status_id`), + KEY `fk_marker_tab_user1_idx` (`user_id`), + CONSTRAINT `fk_map_marker_tab_map_marker1` FOREIGN KEY (`marker_id`) REFERENCES `marker` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `fk_marker_tab_marker_tab_status1` FOREIGN KEY (`marker_tab_status_id`) REFERENCES `marker_tab_status` (`id`), + CONSTRAINT `fk_marker_tab_user1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4075 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `marker_tab` +-- + +LOCK TABLES `marker_tab` WRITE; +/*!40000 ALTER TABLE `marker_tab` DISABLE KEYS */; +INSERT INTO `marker_tab` VALUES (42,22,1,1,'','<img src="https://zeldawiki.org/images/2/22/BotW_Temple_of_Time.png" width="100%">In Breath of the Wild, the Temple of Time is located in the Great Plateau in Central Hyrule, close to the Shrine of Resurrection. The temple can be seen in an extremely dilapidated state, with missing and broken windows, crumbling rooftop, and collapsed walls. Rubble is strewn around the temple's interior and the structure appears to have been reclaimed by nature as grass can be seen growing inside and ivy creeps up the walls.',1,0); +INSERT INTO `marker_tab` VALUES (43,23,1,1,'','<img src="https://zeldawiki.org/images/0/00/BotW_Shrine_of_Resurrection.png" width="100%">Link awakens from within the Shrine of Resurrection after hearing the call of an unknown voice. He is guided to a pedestal, where he receives the Sheikah Slate. Afterwards, the door to the chamber opens, leading to another room containing two Treasure Chests with the Old Shirt and the Well-Worn Trousers. Behind the Chests rests a pedestal from which Link can place the Sheikah Slate and open the entrance to the Shrine of Resurrection, leading to the Great Plateau.',1,0); +INSERT INTO `marker_tab` VALUES (44,22,1,1,'','<img src="https://zeldawiki.org/images/2/22/BotW_Temple_of_Time.png" width="100%">\r\n<p>In Breath of the Wild, the Temple of Time is located in the Great Plateau in Central Hyrule, close to the Shrine of Resurrection. The temple can be seen in an extremely dilapidated state, with missing and broken windows, crumbling rooftop, and collapsed walls. Rubble is strewn around the temple's interior and the structure appears to have been reclaimed by nature as grass can be seen growing inside and ivy creeps up the walls.</p>',1,1); +INSERT INTO `marker_tab` VALUES (46,23,1,1,'','<img src="https://zeldawiki.org/images/0/00/BotW_Shrine_of_Resurrection.png" width="100%"><p>Link awakens from within the Shrine of Resurrection after hearing the call of an unknown voice. He is guided to a pedestal, where he receives the Sheikah Slate. Afterwards, the door to the chamber opens, leading to another room containing two Treasure Chests with the Old Shirt and the Well-Worn Trousers. Behind the Chests rests a pedestal from which Link can place the Sheikah Slate and open the entrance to the Shrine of Resurrection, leading to the Great Plateau.</p>',1,1); +INSERT INTO `marker_tab` VALUES (47,24,1,1,'','<img src="https://zeldawiki.org/images/6/64/BotW_Oman_Au_Shrine_Exterior.png" width="100%">\r\n<p>After Link activates the Sheikah Towers, he is greeted by the Old Man who directs him to the Oman Au Shrine, promising to trade his Paraglider in exchange for the treasure resting inside. It can only be opened by pressing the Sheikah Slate onto a pedestal near the entrance to the Shrine.</p>',1,0); +INSERT INTO `marker_tab` VALUES (48,24,1,1,'','<img src="https://zeldawiki.org/images/6/64/BotW_Oman_Au_Shrine_Exterior.png" width="100%">\r\n<p>A lone pedestal rests inside the Oman Au Shrine, from which Link can receive the Magnesis Rune for the Sheikah Slate, allowing him to move metallic objects magnetically. Throughout the Shrine, there are several metallic slabs which Link must move to proceed. A metallic Treasure Chest sits upon a platform along the left-hand wall, which can be brought closer to obtain the Traveler's Bow inside.</p>\r\n<p>At the end of the Shrine, the Monk Oman Au waits for Link to complete his trial, and presents him with a Spirit Orb.</p>',1,0); +INSERT INTO `marker_tab` VALUES (49,25,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); +INSERT INTO `marker_tab` VALUES (50,26,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); +INSERT INTO `marker_tab` VALUES (51,27,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); +INSERT INTO `marker_tab` VALUES (52,28,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,0); +INSERT INTO `marker_tab` VALUES (53,28,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,0); +INSERT INTO `marker_tab` VALUES (54,28,1,1,'','<img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p><img src="https://zeldawiki.org/images/e/e3/BotW_Eastern_Abbey_Guardian.png" width='100%'>\r\n<p>Guardians are ancient machines with a cephalopodic design based on Octoroks.[1] They are powerful enemies, with high health and a laser beam attack that deals six Hearts of damage. If a target is too close to them, they will attempt to distance themselves in order to fire their lasers.</p>',1,1); +INSERT INTO `marker_tab` VALUES (55,24,1,1,'','<img src="https://zeldawiki.org/images/6/64/BotW_Oman_Au_Shrine_Exterior.png" width="100%">\r\n<p>After Link activates the Sheikah Towers, he is greeted by the Old Man who directs him to the Oman Au Shrine, promising to trade his Paraglider in exchange for the treasure resting inside. It can only be opened by pressing the Sheikah Slate onto a pedestal near the entrance to the Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (56,24,1,1,'','<img src="http://zeldauniverse.net/wp-content/uploads/2016/06/guide-botw-ch2-02.jpg" width="100%"><p>Activate Magnesis and look around the room for metallic objects. Use Magnesis to lift the metallic plates in the center of the room to reveal a hidden passage.</p>',1,1); +INSERT INTO `marker_tab` VALUES (57,24,1,1,'','<img src="http://zeldauniverse.net/wp-content/uploads/2016/06/guide-botw-ch2-03.jpg" width="100%"><p>Climb down the ladder and run through the hidden passage. Climb the stairs at the end of the passage.</p>',1,1); +INSERT INTO `marker_tab` VALUES (58,29,1,1,'','<iframe src="http://webgl.zelda.com.br/?m=Zelda"></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (59,29,1,1,'','<iframe src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (60,29,1,1,'','<iframe width=400 src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (61,29,1,1,'','<iframe width=400 height=700 src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (62,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle"></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (63,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" border=0></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (64,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" frameBorder="0"></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (65,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" frameBorder="0"></iframe>',1,0); +INSERT INTO `marker_tab` VALUES (66,29,1,1,'','<iframe width=400 height=400 src="http://webgl.zelda.com.br/?m=hyrulecastle" frameBorder="0"></iframe>',1,1); +INSERT INTO `marker_tab` VALUES (67,30,1,1,'','You know that song that says it's 5 o'clock somewhere? That place is here.',1,1); +INSERT INTO `marker_tab` VALUES (68,31,1,1,'','SECRET ISLAND OMG',1,0); +INSERT INTO `marker_tab` VALUES (69,31,1,1,'','<p>SECRET ISLAND OMG</p>',1,0); +INSERT INTO `marker_tab` VALUES (70,32,1,1,'','<p>test</p>',1,0); +INSERT INTO `marker_tab` VALUES (71,32,1,1,'','<p>test</p>',1,0); +INSERT INTO `marker_tab` VALUES (72,32,1,1,'','<p>r</p>',1,0); +INSERT INTO `marker_tab` VALUES (73,32,1,1,'','<p>test</p>',1,1); +INSERT INTO `marker_tab` VALUES (74,32,1,1,'','<p>re</p>',1,1); +INSERT INTO `marker_tab` VALUES (75,33,1,1,'','<p>sas</p>',1,1); +INSERT INTO `marker_tab` VALUES (76,31,1,1,'','<p>SECRET ISLAND OMG</p>',1,0); +INSERT INTO `marker_tab` VALUES (77,31,1,1,'','<p>SECRET ISLAND OMG</p>',1,1); +INSERT INTO `marker_tab` VALUES (78,49,1,3,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (79,49,1,3,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (80,53,1,4,'','<p>3123</p>',1,1); +INSERT INTO `marker_tab` VALUES (81,49,1,3,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (82,49,1,3,'','<p>Test</p>',1,1); +INSERT INTO `marker_tab` VALUES (86,219,1,4,'','<p>dasdasd</p>',1,1); +INSERT INTO `marker_tab` VALUES (87,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (88,180,1,2,'','<img src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (89,180,1,2,'','<img src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (90,180,1,2,'','<img style="float: left;" src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (91,180,1,2,'','<img style="float: left;" src="https://zeldawiki.org/images/b/b4/BotW_Seared_Steak_Icon.png" alt="" width="103" height="86" />\r\n<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (92,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Read more about food in <em>Breath of the Wild</em> at Zelda Wiki</a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (93,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (94,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (95,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (96,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p>&nbsp;</p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (97,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (98,180,1,2,'','<p>Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (99,180,1,2,'','<p>The Seared Steak can be found on the spit in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (100,101,1,2,'','<p>The Seared Steak can be found on the spit in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (101,101,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (102,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (103,196,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (104,196,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (105,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (106,101,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;<br /><strong>Ingredients:</strong> Raw Meat<br /><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (107,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong></p>',1,0); +INSERT INTO `marker_tab` VALUES (108,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<ul>\r\n<li><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</li>\r\n<li><strong>Ingredients:</strong> Raw Meat</li>\r\n<li><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></li>\r\n</ul>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (109,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>',1,0); +INSERT INTO `marker_tab` VALUES (110,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>',1,0); +INSERT INTO `marker_tab` VALUES (111,180,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (112,101,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (113,196,1,2,'','<p>The Seared Steak can be found over the campfire in the Enemy Camp.</p>\r\n<p><strong>Description:</strong> Raw meat cooked over an open flame. Cooking it has increased its flavor and the number of hearts it provides.&nbsp;</p>\r\n<p><strong>Ingredients:</strong> Raw Meat</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about food in Breath of the Wild at Zelda Wiki" href="https://zeldawiki.org/Food#Breath_of_the_Wild">Food in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (114,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (115,81,1,2,'','<p>There are 2 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (116,186,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (117,161,1,2,'','<p>There are 3 Hyrule Herbs in this location.</p>\r\n<p><strong>Description:</strong>&nbsp;This healthy herb grows abundantly in the plains of Hyrule. Cook it before eating to increase the number of hearts it restores.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (118,161,1,2,'','<p>There are&nbsp;9 Spicy Peppers on three different plants underneath the tree fort.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (119,161,1,2,'','<p>There are&nbsp;9 Spicy Peppers on three different plants underneath the tree fort.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,0); +INSERT INTO `marker_tab` VALUES (120,118,1,2,'','<p>The Spicy Pepper is inside the pot.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (121,34,1,2,'','<p>There are 6 Spicy Peppers on growing on two different plants at this location.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (122,161,1,2,'','<p>There are&nbsp;9 Spicy Peppers growing on three different plants at this location. The plants are underneath the tree fort.</p>\r\n<p><strong>Description:</strong> This pepper is exploding with spice. Cook with it to create dishes that will raise your body temperature and help you withstand the cold.</p>\r\n<p><strong>Effect:</strong>&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>\r\n<p><a title="Read more about Materials in Breath of the Wild at Zelda Wiki." href="https://zeldawiki.org/Material#Breath_of_the_Wild">Materials in <em>Breath of the Wild</em> at <strong>Zelda Wiki</strong></a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (123,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Properties: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (124,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Properties: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (125,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Properties: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (126,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (127,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (128,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (129,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (130,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (131,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (132,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (133,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (134,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (135,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (136,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (137,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (138,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (139,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (140,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (141,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (142,177,1,9,'','<p>Description: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (143,177,1,9,'','<p>Additional Uses: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (144,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,0); +INSERT INTO `marker_tab` VALUES (145,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,0); +INSERT INTO `marker_tab` VALUES (146,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,0); +INSERT INTO `marker_tab` VALUES (147,203,1,9,'','<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (148,143,1,7,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (149,143,1,7,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (150,143,1,7,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (151,143,1,7,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (152,143,1,7,'','<p>Test</p>',1,0); +INSERT INTO `marker_tab` VALUES (153,143,1,7,'','<p>Test</p>',1,1); +INSERT INTO `marker_tab` VALUES (154,41,1,5,'','<p>Testing</p>',1,0); +INSERT INTO `marker_tab` VALUES (155,41,1,5,'','<p>Testing</p>',1,0); +INSERT INTO `marker_tab` VALUES (156,41,1,5,'','<p>Testing</p>',1,0); +INSERT INTO `marker_tab` VALUES (157,41,1,5,'','<p>Testing2</p>',1,0); +INSERT INTO `marker_tab` VALUES (158,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (159,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (160,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (161,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (162,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (163,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (164,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (165,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (166,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (167,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (168,150,1,7,'','<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (169,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (170,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (171,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (172,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (173,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (174,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (175,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (176,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (177,41,1,5,'','<p>Testing3</p>',1,0); +INSERT INTO `marker_tab` VALUES (178,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (179,150,1,7,'','<p>&nbsp;</p>\r\n<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,0); +INSERT INTO `marker_tab` VALUES (180,41,1,5,'','<p>Testing 4</p>',1,0); +INSERT INTO `marker_tab` VALUES (181,216,1,5,'','<p>Test</p>',1,1); +INSERT INTO `marker_tab` VALUES (182,142,1,9,'','<p><em>There are 4 Hylian Shrooms in this location.</em><strong>&nbsp;</strong></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>',1,1); +INSERT INTO `marker_tab` VALUES (183,173,1,9,'','<p><em>This Shroom is located at the base of a tree.</em></p>\r\n<p>Description:&nbsp;A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>',1,0); +INSERT INTO `marker_tab` VALUES (184,173,1,9,'','<p><em>There is one&nbsp;Shroom is located at the base of a tree.</em></p>\r\n<p>Description:&nbsp;A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>',1,0); +INSERT INTO `marker_tab` VALUES (185,177,1,9,'','<p><strong>Description</strong>: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (186,177,1,9,'','<p><strong>Additional Uses</strong>: Restores 2 hearts.</p>',1,0); +INSERT INTO `marker_tab` VALUES (187,172,1,9,'','<p><em>There are two acorns in this location.</em></p>\r\n<p><strong>Description:</strong>&nbsp;Often found on the ground near trees. Squirrels adore this nut, so you may have competition while foraging. Add one to a meal for a nutty seasoning.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1&nbsp;and 1/4 &nbsp;Hearts</p>',1,1); +INSERT INTO `marker_tab` VALUES (188,156,1,9,'','<p><strong>Description:&nbsp;</strong>This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong></p>',1,0); +INSERT INTO `marker_tab` VALUES (189,156,1,9,'','<p><strong>Description:&nbsp;</strong>This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p><strong>Additional Uses:&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" />&nbsp;<img src="https://zeldawiki.org/images/2/2e/BotW_Heart_Icon.png" alt="" width="18" height="14" />&nbsp;</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (190,155,1,9,'','<p><em>There are 3 Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (191,155,1,9,'','<p><em>There are 3 Hylian Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (192,201,1,9,'','<p><strong>Description:&nbsp;</strong>A butterfly found in the woods and plains of warm regions. Its wings absorb the warmth of the sun. Cook it with monster parts to create an elixir that makes you feel warm and fuzzy.</p>',1,1); +INSERT INTO `marker_tab` VALUES (193,155,1,9,'','<p><em>There are 3 Hylian Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p>&nbsp;<strong>Effect:&nbsp;</strong><img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></p>',1,1); +INSERT INTO `marker_tab` VALUES (194,173,1,9,'','<p><em>There is one&nbsp;Shroom is located at the base of a tree.</em></p>\r\n<p><strong>Description</strong>:&nbsp;A common mushroom found near trees around Hyrule. Eat it to restore half a heart.</p>\r\n<p><strong>Effect:&nbsp;<img src="https://zeldawiki.org/images/7/76/BotW_Half-Heart_Icon.png" alt="" width="18" height="14" /></strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (195,177,1,9,'','<p><em>There are 2 Hearty Truffles located inside a hollow stump.</em></p>\r\n<p><strong>Description</strong>: This rare mushroom has a rich scent. Cook it before eating to temporarily increase your maximum hearts.</p>\r\n<p>&nbsp;<strong>Additional Uses</strong>: Restores 2 hearts.</p>',1,1); +INSERT INTO `marker_tab` VALUES (196,162,1,9,'','<p><em>There is a Stamella Shroom located underneath the tree fort.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A green mushroom that grows near trees in the forest. It's chock-full of natural energy. Cook it to release its stamina-restoration properties.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores one heart.</p>',1,1); +INSERT INTO `marker_tab` VALUES (197,212,1,9,'','<p><em>There are 4 Rushrooms in this location. They can be found dotted on the cliff side.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A mushroom that can grow almost anywhere but prefers ceilings and sheer cliffs. Cook it before eating to temporarily increase your movement speed.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores half a heart.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (198,124,1,9,'','<p><strong>Description:&nbsp;</strong>A green mushroom that grows near trees in the forest. It's chock-full of natural energy. Cook it to release its stamina-restoration properties.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); +INSERT INTO `marker_tab` VALUES (199,121,1,9,'','<p><strong>Description:&nbsp;</strong>A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); +INSERT INTO `marker_tab` VALUES (200,96,1,9,'','<p><em>There are 2 Endura Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,0); +INSERT INTO `marker_tab` VALUES (201,96,1,9,'','<p><em>There are 2 Endura Shrooms in this location.</em></p>\r\n<p><strong>Description:&nbsp;</strong>A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); +INSERT INTO `marker_tab` VALUES (202,108,1,9,'','<p><em>There are 3 Endura Shrooms in this location. They can be located along the tree line.</em></p>',1,0); +INSERT INTO `marker_tab` VALUES (203,108,1,9,'','<p><em>There are 3 Endura Shrooms in this location. They can be located along the tree line.</em></p>\r\n<p><strong>Description:</strong>&nbsp;A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,0); +INSERT INTO `marker_tab` VALUES (204,108,1,9,'','<p><em>There are 3 Endura Shrooms in this location. They can be located along the tree line.</em></p>\r\n<p><strong>Description:</strong>&nbsp;A rare yellowish-orange mushroom. Cook it before eating to temporarily increase your stamina limit.</p>\r\n<p><strong>Additional Uses:&nbsp;</strong>Restores 1 Heart.</p>',1,1); +INSERT INTO `marker_tab` VALUES (205,215,1,9,'','<p><em>The Fire Arrows can be located inside a Treasure Chest in the Bokoblin Camp. The Fire Arrows may only be aquired after all the Bokoblins have been defeated, thus unlocking the chest.</em></p>',1,1); +INSERT INTO `marker_tab` VALUES (206,229,1,7,'','<p>When Link encounters a Korok, it believes it has been found by Hestu before realizing that Link is not Hestu. The Korok will then give Link a Korok Seed, asking him to return it to Hestu.</p>\r\n<p>Upon finding Hestu, Link will discover that his Maracas were stolen from him by his fellow Koroks as part of a prank. Talking to him will trigger The Priceless Maracas Side Quest, in which Link will have to retrieve his Maracas from a chest in a nearby enemy camp. Once he returns his Maracas to him, Hestu will find out that the Korok Seeds inside the Maracas are gone. Hestu will then tell Link that if Hestu had a Koroko Seed, he would be able to sing, dance and use his powers to expand Link's Inventory. Hestu can upgrade Link's Weapon Stash, Bow Stash, or Shield Stash.</p>\r\n<p><a title="Learn more about Hestu&nbsp;at Zelda Wiki" href="https://zeldawiki.org/Hestu">Learn more about Hestu&nbsp;at Zelda Wiki</a><br /><a title="Korok Seed Inventory Upgrades Guide" href="http://zeldauniverse.net/guides/breath-of-the-wild/sidequests/korok-seed-inventory-upgrades/">Korok Seed Inventory Upgrades Guide</a></p>',1,0); +INSERT INTO `marker_tab` VALUES (207,232,1,1,'','<p>Melt the Ice Rock to find one more Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (208,233,1,1,'','<p>Search the rock on the top of the mountain</p>',1,1); +INSERT INTO `marker_tab` VALUES (209,258,1,7,'','<p>Bosh Kala Shrine tests your skill with the paraglider.</p>\r\n<p><strong>Treasures:</strong> Amber, Soldier's Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (210,267,1,7,'','<p>This island contains a single large tree. Climb to the top of the tree to find a large stone. Pick up the stone to find a Korok!</p>',1,1); +INSERT INTO `marker_tab` VALUES (211,269,1,1,'','<p>Shoot the pot hanging from the bridge</p>',1,1); +INSERT INTO `marker_tab` VALUES (212,270,1,1,'','<p>Step in the tree stump and shoot the 3 targets</p>',1,1); +INSERT INTO `marker_tab` VALUES (213,274,1,5,'','<p>Minor Combat Trial, Guardian has a spear only.&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (214,274,1,5,'','<p>Minor Combat Trial, Guardian has a spear only.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (215,275,1,1,'','<p>Reward: Opal</p>',1,1); +INSERT INTO `marker_tab` VALUES (216,276,1,1,'','<p>Reward: Purple Rupee</p>',1,0); +INSERT INTO `marker_tab` VALUES (217,277,1,1,'','<p>Chest with Korok Leaf</p>',1,0); +INSERT INTO `marker_tab` VALUES (218,279,1,1,'','<p>Ground Level</p>\r\n<p>Chest: Traveler's Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (219,280,1,1,'','<p>Reward: Boomerang</p>',1,1); +INSERT INTO `marker_tab` VALUES (220,281,1,1,'','<p>Reward: Opal</p>',1,1); +INSERT INTO `marker_tab` VALUES (221,282,1,1,'','<p>Reward: Hestu's Maracas (Side-Quest Item)</p>',1,1); +INSERT INTO `marker_tab` VALUES (222,283,1,1,'','<p>Koko's Kitchen</p>\r\n<p>Cooking with Koko</p>\r\n<p>Koko Cuisine</p>\r\n<p>Koko's Specialty</p>',1,1); +INSERT INTO `marker_tab` VALUES (223,284,1,1,'','<p>Catch the Cuccos scattared through out Kakariko Village</p>\r\n<p>Reward: 50 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (224,285,1,1,'','<p>Play with Cottla after noon.</p>\r\n<p>- Hide and Seek: Rock Salt<br />- Tag: Amber (x2)</p>',1,1); +INSERT INTO `marker_tab` VALUES (225,289,1,1,'','<p>NPC: Aliza</p>\r\n<p>Come back with the Master Sword</p>',1,0); +INSERT INTO `marker_tab` VALUES (226,290,1,1,'','<p>NPC: Trott</p>\r\n<p>Requires: Raw Gourmet Meat</p>',1,0); +INSERT INTO `marker_tab` VALUES (227,291,1,1,'','<p>NPC: Toffa</p>\r\n<p>Requires: Royal White Horse on Safula Hill</p>',1,0); +INSERT INTO `marker_tab` VALUES (228,292,1,1,'','<p>NPC: Rensa</p>\r\n<p>Requires: catch a wild horse under 2 minutes.</p>',1,1); +INSERT INTO `marker_tab` VALUES (229,229,1,1,'','<p>When Link encounters a Korok, it believes it has been found by Hestu before realizing that Link is not Hestu. The Korok will then give Link a Korok Seed, asking him to return it to Hestu.</p>\r\n<p>Upon finding Hestu, Link will discover that his Maracas were stolen from him by his fellow Koroks as part of a prank. Talking to him will trigger The Priceless Maracas Side Quest, in which Link will have to retrieve his Maracas from a chest in a nearby enemy camp. Once he returns his Maracas to him, Hestu will find out that the Korok Seeds inside the Maracas are gone. Hestu will then tell Link that if Hestu had a Koroko Seed, he would be able to sing, dance and use his powers to expand Link's Inventory. Hestu can upgrade Link's Weapon Stash, Bow Stash, or Shield Stash.</p>\r\n<p><a title="Learn more about Hestu&nbsp;at Zelda Wiki" href="https://zeldawiki.org/Hestu">Learn more about Hestu&nbsp;at Zelda Wiki</a><br /><a title="Korok Seed Inventory Upgrades Guide" href="http://zeldauniverse.net/guides/breath-of-the-wild/sidequests/korok-seed-inventory-upgrades/">Korok Seed Inventory Upgrades Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (230,293,1,1,'','<p>NPC: Magda</p>\r\n<p>Requires: Get to the Shrine without stepping on the flowers.</p>',1,1); +INSERT INTO `marker_tab` VALUES (231,295,1,1,'','<p>On top of the stable, by the horse's nose tip.</p>',1,1); +INSERT INTO `marker_tab` VALUES (232,296,1,1,'','<p>NPC: Domidak</p>\r\n<p>Requires: Inside the tent, pay 100 Rupees to hear the story.</p>',1,0); +INSERT INTO `marker_tab` VALUES (233,297,1,1,'','<p>Shoot the Targets</p>',1,1); +INSERT INTO `marker_tab` VALUES (234,302,1,1,'','<p>Top of tree, below the rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (235,304,1,1,'','<p>Appears after completion of Side-quest nearby</p>',1,1); +INSERT INTO `marker_tab` VALUES (236,301,1,1,'','<p>Bring a male deer to the pedestal</p>',1,1); +INSERT INTO `marker_tab` VALUES (237,305,1,1,'','<p>Put the chainball inside the well</p>',1,1); +INSERT INTO `marker_tab` VALUES (238,306,1,5,'','<p>Right next to the horse monument.</p>',1,0); +INSERT INTO `marker_tab` VALUES (239,306,1,5,'','<p>Right next to the horse monument.</p>',1,1); +INSERT INTO `marker_tab` VALUES (240,307,1,1,'','<p>Chest: 100 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (241,312,1,1,'','<p>NPC: Laflat (After Divine BeasT)</p>\r\n<p>Requires: Picture of Lynel at the top of Ploymus Mountain</p>\r\n<p>Reward: Zora Greaves</p>',1,1); +INSERT INTO `marker_tab` VALUES (242,313,1,1,'','<p>NPC: Laruta (Wanders around Zora's Domain)</p>',1,1); +INSERT INTO `marker_tab` VALUES (243,314,1,1,'','<p>NPC: Gruve</p>\r\n<p>Requires: Dive headfirst from the ledge and come back to speak to him.</p>\r\n<p>Reward: Fleet-Lotus Seeds (x5)</p>',1,0); +INSERT INTO `marker_tab` VALUES (244,315,1,1,'','<p>NPC: Laruta (After Divine Beast - Wanders around)</p>',1,1); +INSERT INTO `marker_tab` VALUES (245,314,1,1,'','<p>NPC: Gruve (After Divine Beast)</p>\r\n<p>Requires: Dive headfirst from the ledge and come back to speak to him.</p>\r\n<p>Reward: Fleet-Lotus Seeds (x5)</p>',1,1); +INSERT INTO `marker_tab` VALUES (246,316,1,1,'','<p>NPC: Fronk (After Divine Beast)</p>',1,1); +INSERT INTO `marker_tab` VALUES (247,317,1,1,'','<p>A chest with a Silver Rupee can be found below Zora's Domain&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (248,318,1,1,'','<p>NPC: Tumbo (After Divine Beast)<br />Requires: Five hot-footed frogs<br />Reward: Armoranth</p>',1,1); +INSERT INTO `marker_tab` VALUES (249,319,1,1,'','<p>NPC: Ledo</p>\r\n<p>Requires: Ten Luminous Stones</p>',1,0); +INSERT INTO `marker_tab` VALUES (250,320,1,1,'','<p>Reward: Topaz (x3)</p>',1,1); +INSERT INTO `marker_tab` VALUES (251,321,1,1,'','<p>NPC: Finley (After Divine Beast)</p>\r\n<p>Requires: Follow the love letter down the river</p>',1,0); +INSERT INTO `marker_tab` VALUES (252,322,1,1,'','<p>Reward: Bomb Arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (253,323,1,1,'','<p>Reward: Opal</p>',1,1); +INSERT INTO `marker_tab` VALUES (254,324,1,1,'','<p>Chest: Arrow (x10)</p>',1,1); +INSERT INTO `marker_tab` VALUES (255,325,1,1,'','<p>1 Blue Bokoblin / 1 Red Bokoblin</p>',1,0); +INSERT INTO `marker_tab` VALUES (256,325,1,1,'','<p>1 Blue Bokoblin / 1 Grey Bokoblin</p>',1,0); +INSERT INTO `marker_tab` VALUES (257,325,1,1,'','<p>1 Blue Bokoblin / 1 Grey Bokoblin</p>\r\n<p>Reward: Gold Rupee!</p>',1,1); +INSERT INTO `marker_tab` VALUES (258,326,1,1,'','<p>Reward: Ice Arrow (x5)</p>',1,1); +INSERT INTO `marker_tab` VALUES (259,321,1,1,'','<p>NPC: Finley (After Divine Beast)</p>\r\n<p>Requires: Follow the love letter down the river.</p>\r\n<p>Reward: Gold Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (260,331,1,1,'','<p>After five more upgrades, he will move to the next point.</p>',1,1); +INSERT INTO `marker_tab` VALUES (261,319,1,1,'','<p>NPC: Ledo</p>\r\n<p>Requires: Ten Luminous Stones</p>\r\n<p>Reward: Diamond</p>',1,0); +INSERT INTO `marker_tab` VALUES (262,319,1,1,'','<p>NPC: Ledo</p>\r\n<p>Requires: Ten Luminous Stones</p>\r\n<p>Reward: Diamond (x2)</p>',1,1); +INSERT INTO `marker_tab` VALUES (263,334,1,1,'','<p>Push the rock downhill into the hole.</p>',1,1); +INSERT INTO `marker_tab` VALUES (264,335,1,1,'','<p>Put the chainball inside the tree stump.</p>',1,1); +INSERT INTO `marker_tab` VALUES (265,336,1,1,'','<p>Follow the Korok hidden as a flower</p>',1,1); +INSERT INTO `marker_tab` VALUES (266,337,1,1,'','<p>Put the chainball in the tree stump.</p>',1,1); +INSERT INTO `marker_tab` VALUES (267,339,1,1,'','<p>Behind the statues</p>',1,1); +INSERT INTO `marker_tab` VALUES (268,343,1,1,'','<p>NPC: Blynne</p>\r\n<p>Requires: Run around the field in less than 1:15 minutes.</p>\r\n<p>Reward: Extravangat Bridle (&lt;1:30) / Extravagant Saddle (&lt;1:15)&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (269,344,1,1,'','<p>NPC: Perosa</p>\r\n<p>Requires: Deal with the enemies in front of the stable.</p>\r\n<p>Reward: Endura Carrot</p>',1,1); +INSERT INTO `marker_tab` VALUES (270,347,1,1,'','<p>NPC: Cima</p>\r\n<p>Requires: Remove the Woodcutter's Axe from atop the stable</p>\r\n<p>Reward:</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (271,347,1,1,'','<p>NPC: Cima (During Rain?)</p>\r\n<p>Requires: Remove the Woodcutter's Axe from atop the stable</p>\r\n<p>Reward: Rubber Helm</p>',1,1); +INSERT INTO `marker_tab` VALUES (272,348,1,1,'','<p>Shoot the balloons.</p>',1,1); +INSERT INTO `marker_tab` VALUES (273,350,1,1,'','<p>Put a metal object on top of it to break the mold.</p>\r\n<p>Part of Kass' sidequest</p>',1,1); +INSERT INTO `marker_tab` VALUES (274,351,1,1,'','<p>Revelead as part os side-quest The Spring of Wisdom from Hateno Village</p>',1,1); +INSERT INTO `marker_tab` VALUES (275,353,1,1,'','<p>Reward: Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (276,150,1,1,'','<img src="http://zeldauniverse.net/wp-content/uploads/2017/02/map-botw-greatplateau-001.jpg" alt="" width="1366" height="768" />\r\n<p>The Shrine of Resurrection is where your adventure begins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (277,354,1,5,'','<p>testing....</p>',1,1); +INSERT INTO `marker_tab` VALUES (278,357,1,7,'','<p>Shoda San Shrine is behind the waterfall at Riola Spring. Use Cryonis to reach the waterfall, then jump through it.</p>',1,0); +INSERT INTO `marker_tab` VALUES (279,357,1,7,'','<p>Shoda San Shrine is behind the waterfall at Riola Spring. Use Cryonis to reach the waterfall, then jump through it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (280,359,1,7,'','<p>Lift the rock at the top of the mountain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (281,360,1,7,'','<p>Follow the flower. It starts northwest of this point and then comes around the cliffside. It's easy to lose track of it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (282,362,1,7,'','<p>Lift the rock at the top of the mountain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (283,364,1,7,'','<p>Korgu&nbsp;Chideh's Blessing</p>\r\n<p>The Shrine will not appear until you complete the survival challenge on the island. Reaching the Shrine is the challenge; inside you will find only the reward.</p>',1,1); +INSERT INTO `marker_tab` VALUES (284,365,1,7,'','<p>Eventide Island is a survival challenge. The reward is access to a Shrine and its treasure.</p>\r\n<p>When you enter the island, you will lose all your equipment. You have to survive and complete the challenge with only what you find on the island. When the challenge is completed, your equipment is returned.</p>\r\n<p>The challenge involves finding 3 balls and taking them to specific places on the island.</p>',1,0); +INSERT INTO `marker_tab` VALUES (285,373,1,7,'','<p>Ball 3 is inside the enemy camp.</p>',1,1); +INSERT INTO `marker_tab` VALUES (286,365,1,7,'','<p>Eventide Island is a survival challenge. The reward is access to a Shrine and its treasure.</p>\r\n<p>When you enter the island, you will lose all your equipment. You have to survive and complete the challenge with only what you find on the island. When the challenge is completed, your equipment is returned.</p>\r\n<p>The challenge involves finding 3 balls and taking them to specific places on the island.</p>\r\n<p>You cannot save during the trial!</p>',1,0); +INSERT INTO `marker_tab` VALUES (287,365,1,7,'','<p>Eventide Island is a survival challenge. The reward is access to a Shrine and its treasure.</p>\r\n<p>When you enter the island, you will lose all your equipment. You have to survive and complete the challenge with only what you find on the island. When the challenge is completed, your equipment is returned.</p>\r\n<p>The challenge involves finding 3 balls and taking them to specific places on the island.</p>\r\n<p>You cannot save during the trial!</p>',1,1); +INSERT INTO `marker_tab` VALUES (288,384,1,7,'','<p>Use Cryonis to lift the treasure chest out of the freezing water. The treasure chest contains an Opal.</p>',1,1); +INSERT INTO `marker_tab` VALUES (289,385,1,7,'','<p>The treasure chest is underwater. Use Magnesis to lift it out of the pond.</p>',1,1); +INSERT INTO `marker_tab` VALUES (290,386,1,1,'','<p>NPC: Kula</p>\r\n<p>Requires: Ice Rod (from Ice Wizzrobes)</p>',1,0); +INSERT INTO `marker_tab` VALUES (291,387,1,1,'','<p>NPC: Peeks</p>\r\n<p>Requires: Photo o a Blupee (blue rabbit).</p>\r\n<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (292,388,1,1,'','<p>Reward: Gold Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (293,389,1,1,'','<p>Reward: Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (294,391,1,1,'','<p>Jump in the circle of flowers in the water</p>',1,1); +INSERT INTO `marker_tab` VALUES (295,386,1,1,'','<p>NPC: Kula</p>\r\n<p>Requires: Ice Rod (from Ice Wizzrobes)</p>\r\n<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (296,397,1,1,'','<p>Kass' Sidequest</p>',1,1); +INSERT INTO `marker_tab` VALUES (297,398,1,1,'','<p>Search for the light</p>',1,1); +INSERT INTO `marker_tab` VALUES (298,399,1,1,'','<p>NPC: Kass</p>\r\n<p>Requires: Detroy 3 rock formations that are blocking the wind. Then, land while paragliding in the pedestal nearby.</p>',1,1); +INSERT INTO `marker_tab` VALUES (299,400,1,1,'','<p>Inside the tunnel, destroy the rock formation for Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (300,401,1,1,'','<p>Destroy the Rock Formation for 3 Fire Chuchus</p>',1,0); +INSERT INTO `marker_tab` VALUES (301,401,1,1,'','<p>Destroy the Rock Formation for 3 Fire Chuchus, Flint and Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (302,402,1,1,'','<p>NPC: Fugo</p>\r\n<p>Requires: Defeat Igneo Talus at Darunia Lake</p>',1,0); +INSERT INTO `marker_tab` VALUES (303,403,1,1,'','<p>NPC: Bladon</p>\r\n<p>Requires: Find Bladon's brother Gonguron at Gorko Tunnel, southwest of Gorko Lake.</p>\r\n<p>Reward: Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (304,404,1,1,'','<p>NPC: Kima</p>\r\n<p>Requires: 10 fireproof lizards.</p>',1,0); +INSERT INTO `marker_tab` VALUES (305,405,1,1,'','<p>Chest #1: Stone Smasher (+42)</p>\r\n<p>Chest #2: Ruby</p>\r\n<p>Chest #3: Ice Arrows (x10)</p>\r\n<p>Chest #4: Small Key</p>',1,1); +INSERT INTO `marker_tab` VALUES (306,406,1,1,'','<p>Chest #1: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (307,407,1,1,'','<p>Put the nearby metallic block into the shape on the wall, like the one to the left.</p>',1,1); +INSERT INTO `marker_tab` VALUES (308,408,1,1,'','<p>Reward of side-quest "A Brother's Roast"</p>',1,0); +INSERT INTO `marker_tab` VALUES (309,408,1,1,'','<p>Reward of side-quest "A Brother's Roast"</p>\r\n<p>Chest #1: Ruby</p>\r\n<p>Chest #2: Bomb Arrow (x5)</p>',1,1); +INSERT INTO `marker_tab` VALUES (310,410,1,1,'','<p>NPC: ???</p>\r\n<p>Requires: Reach the end of the maze.</p>\r\n<p>Reward: Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (311,411,1,1,'','<p>Chest #1: Great Frostblade (30)</p>',1,1); +INSERT INTO `marker_tab` VALUES (312,412,1,1,'','<p>NPC: Bayge</p>\r\n<p>Requires: Climb the rock before the time runs out and collect more than 100 Rupees.</p>\r\n<p>Reward: Shrine / Mini-game</p>',1,1); +INSERT INTO `marker_tab` VALUES (313,413,1,1,'','<p>Chest #1: Flameblade (24)</p>',1,1); +INSERT INTO `marker_tab` VALUES (314,414,1,1,'','<p>Place the missing rock in the circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (315,416,1,1,'','<p>NPC: Hoz</p>\r\n<p>Requires: Find the suspicious character running Fang and Bone.</p>',1,1); +INSERT INTO `marker_tab` VALUES (316,417,1,1,'','<p>NPC: Jerrin</p>\r\n<p>Requires: Reach the shrine atop the left eye of Skull Lake</p>\r\n<p>Reward: Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (317,418,1,1,'','<p>Examine the light in the top of the Akkala Ancient Tech Lab.</p>',1,1); +INSERT INTO `marker_tab` VALUES (318,419,1,1,'','<p>Lift the small rock atop the big one.</p>',1,1); +INSERT INTO `marker_tab` VALUES (319,420,1,1,'','<p>Reward: Purple Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (320,421,1,1,'','<p>Under the rock atop the mountain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (321,423,1,1,'','<p>NPC:&nbsp;Nebb</p>\r\n<p>Requires: Traveler Sword (Hinox at Purifier Lake has one) / Fire Rod</p>\r\n<p>Reward: Red Rupee.</p>',1,0); +INSERT INTO `marker_tab` VALUES (322,423,1,1,'','<p>NPC:&nbsp;Nebb</p>\r\n<p>Requires: Traveler Sword (Hinox at Purifier Lake has one) (1st time) / Fire Rod (2nd time)</p>\r\n<p>Reward: Red Rupee (1st time).</p>',1,1); +INSERT INTO `marker_tab` VALUES (323,424,1,1,'','<p>Lift the rock at the bottom.</p>',1,1); +INSERT INTO `marker_tab` VALUES (324,425,1,1,'','<p>Follow the Korok to the mountain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (325,426,1,1,'','<p>Rewaed: Soldier's Spear (7)</p>',1,1); +INSERT INTO `marker_tab` VALUES (326,428,1,5,'','<p>In order to get to this leviathan, you need to&nbsp;roll a snowball into 2 doors at the bottom of a hill. However these snowballs will break should they come into contact with the water in between their starting point at the top of the hill and the bottom of the hill. As a result, you need to use Cryonis to make pillars to allow the snowballs to cross the water.</p>\r\n<p>Once inside, there is a blessing shrine that gives you a Royal Claymore, and a Spirit Orb.</p>',1,1); +INSERT INTO `marker_tab` VALUES (327,431,1,5,'','<p>Reward: <img src="https://zeldawiki.org/images/thumb/7/74/GoldRupeeHeldALBW.png/20px-GoldRupeeHeldALBW.png" alt="300 Rupees" width="10" height="18" /></p>',1,0); +INSERT INTO `marker_tab` VALUES (328,431,1,5,'','<p>Advance paleontology by taking pictures of the leviathan bones in Hebra Mountains, Gerudo Desert, and Death Mountain.</p>\r\n<p>Reward: <img src="https://zeldawiki.org/images/thumb/7/74/GoldRupeeHeldALBW.png/20px-GoldRupeeHeldALBW.png" alt="300 Rupees" width="10" height="18" /></p>',1,1); +INSERT INTO `marker_tab` VALUES (329,427,1,1,'','<p>Chest #1: Knight's Bow (26)</p>',1,1); +INSERT INTO `marker_tab` VALUES (330,432,1,5,'','<p>This tower is too tall to climb normally. Your best option is to use the surrounding cliffs to jump on to the tower, otherwise you'll run out of stamina far before you reach the top of the tower.</p>',1,1); +INSERT INTO `marker_tab` VALUES (331,433,1,1,'','<p>Chest #1: Climbing Gear</p>',1,1); +INSERT INTO `marker_tab` VALUES (332,434,1,1,'','<p>Step on the pedestal then swin across.</p>',1,1); +INSERT INTO `marker_tab` VALUES (333,436,1,1,'','<p>Under the rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (334,437,1,1,'','<p>Jump from the rock to the circle of flowers</p>',1,1); +INSERT INTO `marker_tab` VALUES (335,438,1,1,'','<p>Chest under water.</p>\r\n<p>Reward: Arrow (x10)</p>',1,1); +INSERT INTO `marker_tab` VALUES (336,439,1,1,'','<p>Move the metal door, then lift the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (337,440,1,1,'','<p>Lift the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (338,442,1,1,'','<p>Complete the circle of rocks (two missing rocks)</p>',1,1); +INSERT INTO `marker_tab` VALUES (339,449,1,7,'','<p>This enemy camp has a cooking pot, but no treasure.</p>',1,1); +INSERT INTO `marker_tab` VALUES (340,450,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />After completing a short sidequest, The Statue's Bargain, the Horned Statue will allow you to exchange Heart Containers for Stamina Vessels and vice versa. The price to exchange is 20 rupees each time.</p>',1,0); +INSERT INTO `marker_tab` VALUES (341,450,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />After completing a short sidequest, The Statue's Bargain, the Horned Statue will allow you to exchange Heart Containers for Stamina Vessels and vice versa. The price to exchange is 20 rupees each time.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (342,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-teebo.jpg" alt="" width="1280" height="720" />Near the entrance to Hateno Village, speak to Teebo, a young boy, and agree to let him show you what he found. He will lead you around a nearby cliff to the Horned Statue.&nbsp;</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (343,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue-heart-removal.jpg" alt="" width="1280" height="720" />Speak to the Horned Statue, and it will take a Heart Container from you and then tell you the story of how it came to be forgotten.&nbsp;</p>\r\n<p>Speak to the Horned Statue again and demand that it return your Heart Container. The statue will return the Heart Container and then explain how it will allow you to trade Heart Containers for Stamina Vessels. &nbsp;The side quest will then be marked as completed.</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (344,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />You can return to the Horned Statue at any time to exchange Heart Containers and Stamina Vessels.&nbsp;</p>\r\n<p>&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (345,450,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />After completing a short sidequest, <a title="The Statue's Bargain side quest" href="?game=BotW&amp;marker=451&amp;zoom=8">The Statue's Bargain</a>, the Horned Statue will allow you to exchange Heart Containers for Stamina Vessels and vice versa. The price to exchange is 20 rupees each time.</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (346,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-teebo.jpg" alt="" width="1280" height="720" />Near the entrance to Hateno Village, speak to Teebo, a young boy, and agree to let him show you what he found. He will lead you around a nearby cliff to the <a title="Horned Statue" href="?game=BotW&amp;marker=450&amp;zoom=8">Horned Statue</a>.&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (347,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue-heart-removal.jpg" alt="" width="1280" height="720" />Speak to the Horned Statue, and it will take a Heart Container from you and then tell you the story of how it came to be forgotten.&nbsp;</p>\r\n<p>Speak to the Horned Statue again and demand that it return your Heart Container. The statue will return the Heart Container and then explain how it will allow you to trade Heart Containers for Stamina Vessels. &nbsp;The side quest will then be marked as completed.</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (348,451,1,7,'','<p><img src="http://zeldauniverse.net/wp-content/uploads/2017/03/map-horned-statue.jpg" alt="" width="1280" height="720" />You can return to the Horned Statue at any time to exchange Heart Containers and Stamina Vessels.&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (349,456,1,7,'','<p>This camp has a treasure chest that activates when you defeat all the enemies.</p>',1,1); +INSERT INTO `marker_tab` VALUES (350,289,1,1,'','<p>NPC: Aliza</p>\r\n<p>Requires: Master Sword</p>\r\n<p>Reward: Star Fragment</p>',1,1); +INSERT INTO `marker_tab` VALUES (351,404,1,1,'','<p>NPC: Kima</p>\r\n<p>Requires: 10 fireproof lizards.</p>\r\n<p>Reward: Flamebreaker Armor (Fire Resistance)</p>',1,1); +INSERT INTO `marker_tab` VALUES (352,402,1,1,'','<p>NPC: Fugo</p>\r\n<p>Requires: Defeat Igneo Talus at Darunia Lake</p>\r\n<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (353,459,1,1,'','<p>NPC: Ramella</p>\r\n<p>Requires: 10 x Amber</p>\r\n<p>Reward: 500 Rupees + trade-in)</p>',1,1); +INSERT INTO `marker_tab` VALUES (354,460,1,1,'','<p>NPC: Manny</p>\r\n<p>Requires: 10 restless crickets</p>\r\n<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (355,461,1,1,'','<p>Place an apple in front of the statue</p>',1,1); +INSERT INTO `marker_tab` VALUES (356,462,1,1,'','<p>Rewards:</p>\r\n<p>1. Chest w/ Luminous Stone</p>\r\n<p>2&amp;3. Chest w/ Sapphire&nbsp;</p>\r\n<p>4. Chest w/ Amber</p>\r\n<p>5. Chest /Opal</p>\r\n<p>6. Chest w/ Flameblade (behind another cracked wall)</p>',1,1); +INSERT INTO `marker_tab` VALUES (357,296,1,1,'','<p>NPC: Domidak</p>\r\n<p>Requires: Inside the tent, pay 100 Rupees to hear the story.</p>\r\n<p>Reward: Chest with lots of items.</p>',1,1); +INSERT INTO `marker_tab` VALUES (358,466,1,1,'','<p>NPC: Damia</p>\r\n<p>Requires: Reach the shrine without changing gear or losing it.</p>\r\n<p>Reward: Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (359,467,1,1,'','<p>NPC:&nbsp;Tasho</p>\r\n<p>Requires: Follow Oaki without been seeing</p>\r\n<p>Reward: Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (360,468,1,1,'','<p>NPC:&nbsp;Zooki</p>\r\n<p>Requires: Follow the trees with iron orb in their mouths.</p>\r\n<p>Reward: Shrine</p>',1,0); +INSERT INTO `marker_tab` VALUES (361,468,1,1,'','<p>NPC:&nbsp;Zooki</p>\r\n<p>Requires: Follow the trees with iron orb in their mouths.</p>\r\n<p>Reward: Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (362,469,1,1,'','<p>NPC: Chio</p>\r\n<p>Requires: The Korok Trials</p>\r\n<p>Reward: Big Hearty Truffle (x3)</p>',1,1); +INSERT INTO `marker_tab` VALUES (363,470,1,1,'','<p>Reward: Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (364,473,1,1,'','<p>Stay on top of the tree stump and shoot the targets</p>',1,1); +INSERT INTO `marker_tab` VALUES (365,475,1,1,'','<p>Shoot the targets</p>',1,1); +INSERT INTO `marker_tab` VALUES (366,477,1,14,'','<p>Use Magnesis to bring the chained iron rock in to the center of the platform.</p>',1,1); +INSERT INTO `marker_tab` VALUES (367,478,1,14,'','<p>You will need the Zora Armor set. Start on this platform and step on the pedastal with the leaf on it. Swim to and up the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (368,486,1,22,'','<p>ygfiio</p>',1,1); +INSERT INTO `marker_tab` VALUES (369,488,1,20,'','<p>The trial is actually to go to the shrine. Includes a statue of the goddess behind it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (370,530,1,39,'','<p>One of the Labyrinth shrines. The shrine can be easily reached by climbing on top of the walls of the maze and looking for a corridor that is not conntected to the rest of the maze at the northeastern area of the maze.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (371,531,1,14,'','<p>Two Orbs to Guide You</p>',1,1); +INSERT INTO `marker_tab` VALUES (372,538,1,48,'','<p>Dila Maag's Blessing - Hidden in Labyrinth</p>',1,1); +INSERT INTO `marker_tab` VALUES (373,539,1,48,'','<p>Bravery's Grasp</p>',1,1); +INSERT INTO `marker_tab` VALUES (374,540,1,48,'','<p>The Current Solution</p>',1,1); +INSERT INTO `marker_tab` VALUES (375,541,1,48,'','<p>Keeha Yoog's Blessing - Shoot design on wall with Shock Arrow</p>',1,1); +INSERT INTO `marker_tab` VALUES (376,542,1,48,'','<p>Wind Guide - move slate blocking hole</p>',1,1); +INSERT INTO `marker_tab` VALUES (377,543,1,48,'','<p>Wind Guide - move slate</p>',1,1); +INSERT INTO `marker_tab` VALUES (378,544,1,48,'','<p>Wind Guide - move slate</p>',1,1); +INSERT INTO `marker_tab` VALUES (379,545,1,48,'','<p>Wind Guide - move slate</p>',1,1); +INSERT INTO `marker_tab` VALUES (380,546,1,48,'','<p>Wind Guide - Move slate blocking &nbsp;hole in the ground</p>',1,1); +INSERT INTO `marker_tab` VALUES (381,547,1,14,'','<p>Catch the sparkles!</p>',1,1); +INSERT INTO `marker_tab` VALUES (382,557,1,14,'','<p>Buried Secrets</p>',1,1); +INSERT INTO `marker_tab` VALUES (383,557,1,14,'','<p>Revealed by completing the "Trial of Thunder" side-quest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (384,559,1,55,'','<p>Complete stone circle by placing 3 stones on open parts of the circle.</p>',1,0); +INSERT INTO `marker_tab` VALUES (385,560,1,55,'','<p>Complete stone circle by placing 3 stones on open parts of the circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (386,562,1,48,'','<p>A Major Test of Strength</p>',1,1); +INSERT INTO `marker_tab` VALUES (387,567,1,61,'','<p>Great Flameblade</p>',1,1); +INSERT INTO `marker_tab` VALUES (388,574,1,64,'','<p>Is is in a cave. A child in Rito village gives a clue which starts the "The Bird in the Mountains" shrine quest and ends here.</p>',1,1); +INSERT INTO `marker_tab` VALUES (389,579,1,66,'','<p>The Temple of Time, once a glorious place with a gleaming statue of the Goddess Hylia, stands in ruins now, a remnant of its former glory. You can still pray at the statue though, and the sight from the steeple is not to be missed</p>',1,1); +INSERT INTO `marker_tab` VALUES (390,599,1,55,'','<p>Walk towards the pinwheel, then shoot the 3 balloons that appear with you bow.</p>',1,0); +INSERT INTO `marker_tab` VALUES (391,619,1,73,'','<p>A Major Test of Strength - hidden inside Hyrule Castle in a cave area, need to light a brazier to unearth it</p>',1,1); +INSERT INTO `marker_tab` VALUES (392,621,1,73,'','<p>A Modest Test of Strength</p>',1,1); +INSERT INTO `marker_tab` VALUES (393,632,1,42,'','<p>The Current Solution</p>',1,1); +INSERT INTO `marker_tab` VALUES (394,633,1,77,'','<p>Travel to shrine, follow steps down until you see vines. Light on fire and proceed to the weapon</p>',1,1); +INSERT INTO `marker_tab` VALUES (395,645,1,55,'','<p>There are several mineral stones in a cave at the water's surface including 2 gold mineral stones.</p>',1,1); +INSERT INTO `marker_tab` VALUES (396,667,1,85,'','<p>A Modest Test of Strength</p>',1,1); +INSERT INTO `marker_tab` VALUES (397,685,1,73,'','<p>A Minor Test of Strength - inside the mountain, entrance from West side hidden behind cracked wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (398,686,1,73,'','<p>A Minor Test of Strength - inside the mountain, entrance from West side hidden behind cracked wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (399,689,1,88,'','<p>In the chest inside the shrine immediately before the altar.</p>',1,1); +INSERT INTO `marker_tab` VALUES (400,692,1,89,'','<p>Go through the labrynth to find the shrine underneath the labrynth. &nbsp;Look for chests throughout the maze.</p>',1,1); +INSERT INTO `marker_tab` VALUES (401,694,1,89,'','<p>Use the laser to shift the pedestals.</p>',1,1); +INSERT INTO `marker_tab` VALUES (402,700,1,88,'','<p>Immediately in front of the altar inside the Dila Maag Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (404,707,1,88,'','<p>Inside the Qaza Tokki Shrine, immediately before the altar.</p>',1,1); +INSERT INTO `marker_tab` VALUES (405,717,1,88,'','<p>The set&nbsp;(Helm, Cuirass, and Greaves) costs 20 Ancient Gears, 5 Ancient Screws, 3 Ancient Cores, and 2000 rupees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (407,729,1,88,'','<p>Inside the Chaas Qeta Shrine immediately before the altar.</p>',1,1); +INSERT INTO `marker_tab` VALUES (408,733,1,88,'','<p>Inside Tahno O'ah Shrine, immediately before the altar.</p>',1,1); +INSERT INTO `marker_tab` VALUES (409,735,1,49,'','<p>Use fire arrows to access</p>',1,1); +INSERT INTO `marker_tab` VALUES (410,744,1,88,'','<p>Kilton appears at night after you've solved "A Shady Customer" quest. Costs 4,000 mon, a currency bought with monster parts.</p>',1,1); +INSERT INTO `marker_tab` VALUES (411,755,1,55,'','<p>Follow the yellow flower.</p>',1,1); +INSERT INTO `marker_tab` VALUES (412,757,1,88,'','<p>Inside the secret club. 1,300 for the Spaulder, 650 for the trousers, and 450 for the headband.</p>',1,1); +INSERT INTO `marker_tab` VALUES (413,765,1,88,'','<p>Trade 10 Fireproof Lizards to Kima for the Flamebreaker Armor chest piece.</p>',1,1); +INSERT INTO `marker_tab` VALUES (414,767,1,55,'','<p>Place an apple in front of the frog statue.</p>',1,1); +INSERT INTO `marker_tab` VALUES (415,770,1,88,'','<p>In Kara Kara Bazaar, climb to the top of the tower and talk to the woman in traditional Gerudo costume to buy the set for 600 rupees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (416,781,1,88,'','<p>Inside a chest amongst the ruins of the Temple of Time.</p>',1,1); +INSERT INTO `marker_tab` VALUES (417,787,1,88,'','<p>Give the Old Man a "Spicy Meat and Fish Fry" (cook Hylian Bass, Raw Meat, and Spicy Pepper).</p>',1,1); +INSERT INTO `marker_tab` VALUES (418,793,1,88,'','<p>Given by Impa after discovering one memory location for the "Captured Memories" main quest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (419,794,1,88,'','<p>Quest reward for completing "Thunder Magnet."</p>',1,1); +INSERT INTO `marker_tab` VALUES (420,795,1,88,'','<p>Inside Toh Yasha Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (421,796,1,88,'','<p>Inside Qukah Nata shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (422,797,1,88,'','<p>Ruins of the Temple of Time.</p>',1,1); +INSERT INTO `marker_tab` VALUES (423,798,1,96,'','<p>So far, the only known house for sale is in Hateno Village, near the back end of the village. If players go to the area, they will see some NPCs working on a broken down house. Players can talk to them and purchase the house if they have right amount of money.<br /><br />The house price can be further dropped if players are willing to contribute 30 bundles of wood. Chopping down wood isn&rsquo;t very difficult so players should go for this option instead of spending a huge amount on buying the house. All they need to do is grab an axe and start cutting down any trees they come across.</p>\r\n<div id="&ldquo;nativo_middle&rdquo;">&nbsp;To make up the rest of the money, stones and gems acquired while adventuring can be sold to various vendors. Once players have the funds and 30 bundles of wood, they can go back to the house and purchase it, giving them a place to rest at.</div>',1,0); +INSERT INTO `marker_tab` VALUES (424,799,1,88,'','<p>In the flooded ruins near Toto Lake, use Magnesis to fish a chest out of the water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (425,801,1,88,'','<p>Quest reward for completing "Lynel Safari" for Laflat. Take a picture of a Lynel.</p>',1,1); +INSERT INTO `marker_tab` VALUES (426,802,1,99,'','<p>Memory 5 here</p>',1,1); +INSERT INTO `marker_tab` VALUES (427,803,1,98,'','<p>Rito&nbsp;- Dungeon</p>',1,1); +INSERT INTO `marker_tab` VALUES (428,807,1,100,'','<p>Pile one rock to fill the circle formation</p>',1,1); +INSERT INTO `marker_tab` VALUES (429,808,1,100,'','<p>Chase the flower</p>',1,1); +INSERT INTO `marker_tab` VALUES (430,811,1,100,'','<p>Drop an apple in middle altar</p>',1,1); +INSERT INTO `marker_tab` VALUES (431,813,1,104,'','<p>To tame this horse make sure you bring some stamina recovery food to keep hold on it. Its a large horse that is registerable but not customizable. It has no stamina but its full speed is equivalent to using stamina with other horses&nbsp;which is nice to have if you want to get around the map quickly.</p>',1,1); +INSERT INTO `marker_tab` VALUES (432,814,1,99,'','<p>great fairy, quest from guy at stable, gives you 500 rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (434,816,1,106,'','<p>Follow the flowers</p>',1,0); +INSERT INTO `marker_tab` VALUES (435,818,1,106,'','<p>Dive into the circle's center</p>',1,0); +INSERT INTO `marker_tab` VALUES (436,821,1,106,'','<p>Part of "The Eight Heroine" side quest. Take a picture of it and show it to Bozai.</p>',1,1); +INSERT INTO `marker_tab` VALUES (437,822,1,107,'','<p>move metal box on top of other boxes to reveal the little fella</p>',1,1); +INSERT INTO `marker_tab` VALUES (438,823,1,107,'','<p>blow up boulders and get your seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (439,824,1,107,'','<p>blow up boulders</p>',1,1); +INSERT INTO `marker_tab` VALUES (440,828,1,106,'','<p>Put the ball inside of the hole using Magnesis.</p>',1,1); +INSERT INTO `marker_tab` VALUES (441,829,1,106,'','<p>Spawns at midnight.</p>',1,1); +INSERT INTO `marker_tab` VALUES (442,833,1,110,'','<p>Done</p>',1,1); +INSERT INTO `marker_tab` VALUES (443,838,1,106,'','<p>Reward: 300 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (444,839,1,106,'','<p>Jump from cliff before time runs out to this rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (445,842,1,1,'','<p>Under the rock atop the tree</p>',1,1); +INSERT INTO `marker_tab` VALUES (446,844,1,1,'','<p>Follow the flower&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (447,844,1,1,'','<p>Follow the flower.</p>\r\n<p>Here is the start position. Not the final.</p>',1,1); +INSERT INTO `marker_tab` VALUES (448,845,1,1,'','<p>Burn the leafs at side of the shrine, the lift the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (449,850,1,1,'','<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (450,851,1,1,'','<p>Reward: Meteor Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (451,854,1,1,'','<p>NPC: Toren</p>\r\n<p>Requires: Find the Great Fairy near Piper Ridge.</p>\r\n<p>Reward: Nothing... although you find the Great Fairy, right?</p>',1,1); +INSERT INTO `marker_tab` VALUES (452,855,1,127,'','<p>Can be Base, Blue-Maned or White-Maned.</p>',1,1); +INSERT INTO `marker_tab` VALUES (453,856,1,127,'','<p>4000 HP</p>',1,1); +INSERT INTO `marker_tab` VALUES (454,857,1,127,'','<p>4000 HP</p>',1,1); +INSERT INTO `marker_tab` VALUES (455,858,1,127,'','<p>4000 HP</p>',1,1); +INSERT INTO `marker_tab` VALUES (456,860,1,106,'','<p>Roll the rock from the top of the hill to this hole.</p>',1,0); +INSERT INTO `marker_tab` VALUES (457,867,1,119,'','<p>Contains Forest Dweller's Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (458,870,1,136,'','<p>Hixon</p>',1,1); +INSERT INTO `marker_tab` VALUES (459,871,1,143,'','<p>Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (460,873,1,140,'','<p>Throw a stone in the middle of the circle stone in the water</p>',1,1); +INSERT INTO `marker_tab` VALUES (461,874,1,140,'','<p>shoot target that appears behind the ruins wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (462,875,1,140,'','<p>Talk to Parisse in riverside stable to have this quest to see a royal guard weapon from Hyrule castle.</p>',1,0); +INSERT INTO `marker_tab` VALUES (463,876,1,140,'','<p>Talk to Gottah (only during the day because he is sleeping during the night). He would like you to find receipes from his ancestry in Hyrule castle</p>',1,0); +INSERT INTO `marker_tab` VALUES (464,877,1,140,'','<p>Remove stone and door to find the Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (465,878,1,140,'','<p>Use magnet to put the bullet under the water in the center of the tree trunk beside the water.</p>',1,0); +INSERT INTO `marker_tab` VALUES (468,884,1,152,'','<p>Korok Seed on tree tump. Follow yellow rings before time runs out.</p>',1,1); +INSERT INTO `marker_tab` VALUES (469,885,1,152,'','<p>Korok seed under rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (471,898,1,149,'','<p>Korok Seed. &nbsp;Lift rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (472,899,1,149,'','<p>Under rock at top of spire.</p>',1,1); +INSERT INTO `marker_tab` VALUES (473,905,1,91,'','<p>Pick flowers near water till you get seed</p>',1,0); +INSERT INTO `marker_tab` VALUES (474,906,1,24,'','<p>Climb to the very top of the tower.</p>',1,1); +INSERT INTO `marker_tab` VALUES (475,907,1,24,'','<p>Revealed after shooting down a few balloons.</p>',1,1); +INSERT INTO `marker_tab` VALUES (476,924,1,152,'','<p>Merchent selling shields.</p>',1,1); +INSERT INTO `marker_tab` VALUES (477,927,1,5,'','<p>The /r/NintendoSwitch subreddit on Reddit did a shieldsurf challenge back in March 2017, where your goal was to shieldsurf down a long narrow bridge between Anekl Island and Tingel Island. Users who completed the challenge were given a flair indiciating that they completed this challenge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (478,929,1,178,'','<p>havent been to it but see it</p>',1,1); +INSERT INTO `marker_tab` VALUES (479,941,1,180,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,0); +INSERT INTO `marker_tab` VALUES (480,953,1,180,'','<p>a really really really hard one.</p>',1,1); +INSERT INTO `marker_tab` VALUES (481,955,1,187,'','<p>Test marker for fun</p>',1,1); +INSERT INTO `marker_tab` VALUES (482,957,1,183,'','<p>In the water underneath the staircase, use magnesis to retreive.</p>',1,1); +INSERT INTO `marker_tab` VALUES (483,958,1,183,'','<p>Along the outer rim of the King's throneroom. Contains silver shield.</p>',1,1); +INSERT INTO `marker_tab` VALUES (484,959,1,183,'','<p>At water level, contains Zora spear.</p>',1,1); +INSERT INTO `marker_tab` VALUES (485,960,1,183,'','<p>Submerged, contains opal.</p>',1,1); +INSERT INTO `marker_tab` VALUES (486,961,1,183,'','<p>Contains Opal</p>',1,1); +INSERT INTO `marker_tab` VALUES (487,962,1,183,'','<p>Submerged, unreachable?</p>',1,1); +INSERT INTO `marker_tab` VALUES (488,963,1,183,'','<p>5x Arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (489,964,1,183,'','<p>Forest Dweller's Bow (15x3 Damage)</p>',1,1); +INSERT INTO `marker_tab` VALUES (490,967,1,183,'','<p>10x Ice Arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (491,968,1,183,'','<p>Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (492,969,1,183,'','<p>2x Lizalfos, 2x Red Chuchu, 1x Moblin</p>',1,1); +INSERT INTO `marker_tab` VALUES (493,979,1,193,'','<p>Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (494,983,1,183,'','<p>Use magnesis to unbury it from the peak of the hill. Contains eightfold Longblade (32 damage)</p>',1,1); +INSERT INTO `marker_tab` VALUES (495,984,1,193,'','<p>He Wakes Up In The Morning, There Are Many Weapons Stuck To Him, You Can Get The Golden Claymore Out Of Him Before He Wakes By Using Magneses.</p>',1,1); +INSERT INTO `marker_tab` VALUES (496,985,1,183,'','<p>Submerged, contains bow.</p>',1,1); +INSERT INTO `marker_tab` VALUES (497,989,1,183,'','<p>Submerged, use the raft just north to recover. 10x arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (498,990,1,183,'','<p>Submerged, use the raft just north to recover. Contains opal.</p>',1,1); +INSERT INTO `marker_tab` VALUES (499,991,1,183,'','<p>In ruined building. Soldier's broadsword.</p>',1,1); +INSERT INTO `marker_tab` VALUES (501,993,1,183,'','<p>Submerged, silver rupee.</p>',1,1); +INSERT INTO `marker_tab` VALUES (502,994,1,183,'','<p>Ontop of tower. 5x Bomb arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (503,996,1,183,'','<p>Purple rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (504,999,1,183,'','<p>Submerged, purple rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (505,1000,1,183,'','<p>Under the bridge, opal</p>',1,1); +INSERT INTO `marker_tab` VALUES (506,1001,1,196,'','<p>You will not initially be allowed inside. Complete the quest. "Forbidden City Entry"</p>',1,1); +INSERT INTO `marker_tab` VALUES (507,1003,1,177,'','<p>Follow the flowers</p>',1,1); +INSERT INTO `marker_tab` VALUES (508,1004,1,177,'','<p>Follow the flowers</p>',1,1); +INSERT INTO `marker_tab` VALUES (509,1005,1,176,'','<p>Throw stone from the bridge into the stone circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (510,1008,1,183,'','<p>Silver rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (511,1012,1,183,'','<p>Purple rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (512,1013,1,176,'','<p>Climb up the large tree and examine the shiny thing.</p>',1,1); +INSERT INTO `marker_tab` VALUES (513,1014,1,183,'','<p>Submerged, purple rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (514,1015,1,183,'','<p>Submerged, use the raft to the East. Arrow x10</p>',1,1); +INSERT INTO `marker_tab` VALUES (515,1016,1,205,'','<p>Boss : Fireblight Ganon</p>',1,1); +INSERT INTO `marker_tab` VALUES (516,1018,1,205,'','<p>"Defeat the giant skeleton and prove you deserve to be called a true knight of Hyrule"</p>',1,1); +INSERT INTO `marker_tab` VALUES (517,1021,1,208,'','<p>The Start of the Spiral, one needs to complete in order to unlock the Shrine in the middle</p>',1,1); +INSERT INTO `marker_tab` VALUES (518,1022,1,210,'','<p>Use Magnesis to pick up the rock and add it to the 3 other cubes on the rock wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (519,1028,1,183,'','<p>Knight's Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (520,1031,1,183,'','<p>Submerged, purple rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (521,1033,1,183,'','<p>Submerged, use the nearby raft. Soldier's Bow.</p>',1,1); +INSERT INTO `marker_tab` VALUES (522,1034,1,183,'','<p>Sapphire</p>',1,1); +INSERT INTO `marker_tab` VALUES (523,1035,1,183,'','<p>Soldier's Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (524,1036,1,183,'','<p>Bomb arrows x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (525,1038,1,183,'','<p>In the destroyed carraige. Shock arrows x 5</p>',1,1); +INSERT INTO `marker_tab` VALUES (526,1039,1,210,'','<div>\r\n<p>Place an apple in front of the empty frog statue</p>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (527,1040,1,183,'','<p>Bomb arrows x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (528,1044,1,213,'','<p>Remove apples from the tree on the left until it looks like the two on the right.</p>',1,1); +INSERT INTO `marker_tab` VALUES (529,1045,1,213,'','<p>Blue spirit like "rabbit"</p>',1,0); +INSERT INTO `marker_tab` VALUES (531,1058,1,240,'','<p>Put apples on all 3 statues.</p>',1,1); +INSERT INTO `marker_tab` VALUES (532,1060,1,240,'','<p>Use the nearby keese to set grass on fire. This will create wind you can use to get to the ring on time.</p>',1,1); +INSERT INTO `marker_tab` VALUES (535,247,1,2,'','<p>The Climber's Bandana is obtained in this Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (537,1072,1,252,'','<p>Fill the five container with apple.</p>',1,1); +INSERT INTO `marker_tab` VALUES (538,1075,1,252,'','<p>You must place the free block on the block where is the more down.</p>',1,1); +INSERT INTO `marker_tab` VALUES (539,1076,1,252,'','<p>In the up of the "tower".</p>',1,1); +INSERT INTO `marker_tab` VALUES (540,1083,1,259,'','<p>Last Memory in Sheikah Slate.</p>',1,1); +INSERT INTO `marker_tab` VALUES (541,1085,1,261,'','<p>Stars at bottom of hill inside log. Run through flowers that pop up.</p>',1,1); +INSERT INTO `marker_tab` VALUES (542,1086,1,261,'','<p>stand by windmill, shoot 3 balloons.</p>',1,1); +INSERT INTO `marker_tab` VALUES (543,1087,1,261,'','<p>Chest at the bottom of waterfall, use magnet in water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (544,1089,1,266,'','<p>Contains: Ruby (Chest will be absent if no season pass DLC purchased)</p>',1,0); +INSERT INTO `marker_tab` VALUES (545,1090,1,263,'','<p>Break the jar stuck in one of the trees!</p>',1,0); +INSERT INTO `marker_tab` VALUES (546,1091,1,267,'','<p>Place an apple in the dish.</p>',1,0); +INSERT INTO `marker_tab` VALUES (547,1092,1,1,'','<p>Shoot an arrow inside the fallen log</p>',1,1); +INSERT INTO `marker_tab` VALUES (548,1093,1,1,'','<p>Get the middle stone from one of the circles, then complete the other circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (549,1094,1,1,'','<p>Reward: Edge of Durability</p>',1,1); +INSERT INTO `marker_tab` VALUES (550,1096,1,1,'','<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (551,1097,1,1,'','<p>Reward: Gold Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (552,1099,1,1,'','<p>Reward: Ice Arrow (x5)</p>',1,1); +INSERT INTO `marker_tab` VALUES (553,1100,1,1,'','<p>Reward: Knight's Shield</p>',1,1); +INSERT INTO `marker_tab` VALUES (554,1101,1,1,'','<p>Reward: Shrine</p>',1,0); +INSERT INTO `marker_tab` VALUES (555,1101,1,1,'','<p>Requires: Reach the center of the maze.</p>\r\n<p>Reward: Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (556,1102,1,1,'','<p>Shoot the ballon atop the tree.</p>',1,1); +INSERT INTO `marker_tab` VALUES (557,1103,1,269,'','<p style="text-align: justify;">Put the matching fruit in the shrine</p>',1,0); +INSERT INTO `marker_tab` VALUES (559,1105,1,1,'','<p>NPC: Juannelle</p>\r\n<p>Requires: Photo of a Stalhorse from the North Tabantha Snowfiled</p>\r\n<p>Reward: Silver Rupee.</p>',1,1); +INSERT INTO `marker_tab` VALUES (560,290,1,1,'','<p>NPC: Trott</p>\r\n<p>Requires: Raw Gourmet Meat</p>\r\n<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (561,1106,1,1,'','<p>Stand on the tree stump then run to the other side of the hill.</p>',1,1); +INSERT INTO `marker_tab` VALUES (562,1107,1,1,'','<p>Reward: Ice Arrow (x5)</p>',1,0); +INSERT INTO `marker_tab` VALUES (563,1109,1,1,'','<p>Reward: Chest w/ 50 Rupees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (564,1107,1,1,'','<p>Reward: Chest w/ Ice Arrow (x5)</p>',1,1); +INSERT INTO `marker_tab` VALUES (565,1110,1,1,'','<p>Shoot all the baloons.</p>',1,1); +INSERT INTO `marker_tab` VALUES (566,1111,1,1,'','<p>Right next to the horse monument.</p>',1,0); +INSERT INTO `marker_tab` VALUES (567,1111,1,1,'','<p>Right next to the horse monument.</p>',1,1); +INSERT INTO `marker_tab` VALUES (568,1112,1,1,'','<p>Complete the rock triangle</p>',1,1); +INSERT INTO `marker_tab` VALUES (569,1113,1,1,'','<p>Place an apple in the bowl in front of the frogs</p>',1,1); +INSERT INTO `marker_tab` VALUES (571,1115,1,1,'','<p>NPC: Pikango</p>\r\n<p>Requires: Photo of the Great Fairy Fountain</p>\r\n<p>Reward: Locaiton of Memory</p>',1,1); +INSERT INTO `marker_tab` VALUES (572,1116,1,263,'','<p>Pinwheel on top of fort walls. Shoot the flying balls(coconut?) with an arrow and a Korok will appear!</p>',1,1); +INSERT INTO `marker_tab` VALUES (573,291,1,1,'','<p>NPC: Toffa</p>\r\n<p>Requires: Royal White Horse on Safula Hill</p>\r\n<p>Reward: Royal Saddle / Royal Bridle</p>',1,1); +INSERT INTO `marker_tab` VALUES (574,1121,1,271,'','<p>Don't remember what type of puzzle it was will update when I go back to the area to remember.</p>',1,1); +INSERT INTO `marker_tab` VALUES (575,1123,1,85,'','<p>This is one place where Farosh spawns; he flies down the path of the river, under Floria Bridge, up the waterfall on the other side, and then up into the sky.</p>',1,1); +INSERT INTO `marker_tab` VALUES (576,1126,1,285,'','<p>on the highest point of hyrule castle, the tower peak, there is a korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (577,1144,1,290,'','<p>piippipi</p>',1,1); +INSERT INTO `marker_tab` VALUES (578,1145,1,290,'','<p>;j;;;</p>',1,1); +INSERT INTO `marker_tab` VALUES (579,1148,1,293,'','<p>Glide into the Circle of Lillies in the water next to the waterfall</p>',1,0); +INSERT INTO `marker_tab` VALUES (580,1149,1,293,'','<p>Push one of the rocks down the hill (using bombs or stasis) into the hole down the bottom.</p>',1,1); +INSERT INTO `marker_tab` VALUES (581,1161,1,240,'','<p>Complete the rock formation with the nearby magnetic cube (it's on top of a rock pilar&nbsp;a bit west).</p>',1,1); +INSERT INTO `marker_tab` VALUES (582,1163,1,240,'','<p>Catch the korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (583,1164,1,240,'','<p>Inside semi-buried chest. Dig it out with your Magnesis rune.</p>',1,1); +INSERT INTO `marker_tab` VALUES (586,1167,1,293,'','<p>Blow the loose rocks tucked into the corner of the mountain out of the way to reveal the Rare Ore Deposit. Blow up with Bomb</p>',1,1); +INSERT INTO `marker_tab` VALUES (587,1168,1,293,'','<p>Block up with bomb</p>',1,1); +INSERT INTO `marker_tab` VALUES (588,1169,1,293,'','<p>Bomb the stacked pyramid of boulders to find the Korok seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (591,1178,1,266,'','<p>Treasure chest under water. &nbsp;Use magnesis&nbsp;to retrieve.&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (592,1180,1,1,'','<p>Give enough food to the dog nearbt for a chest containing a Silver Rupee.</p>',1,1); +INSERT INTO `marker_tab` VALUES (593,1183,1,1,'','<p>Behind Hylia's Statue, move the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (594,1186,1,1,'','<p>Move the metal door, then the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (595,1187,1,1,'','<p>Follow the flower</p>',1,1); +INSERT INTO `marker_tab` VALUES (596,1189,1,311,'','<p>Eight Heroine Statue, used in the Eight Heroine Sidequest</p>',1,1); +INSERT INTO `marker_tab` VALUES (597,1190,1,311,'','<p>The Eight Heroine's sword, used in the Eight Heroine sidequest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (598,1191,1,1,'','<p>NPC: Shamae</p>\r\n<p>Requires: Put Octo Ballons in the barrels nearbt</p>\r\n<p>Reward: Star Fragment</p>',1,1); +INSERT INTO `marker_tab` VALUES (599,1192,1,311,'','<p>Bozai is running around the town and will start the sidequest if you're wearing vai armor.</p>',1,1); +INSERT INTO `marker_tab` VALUES (600,1193,1,311,'','<p>Bozai will give you this sidequest after you complete the Eighth Heroine sidequest and he is sitting under his tent.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (601,1194,1,1,'','<p>Use magnesis to pull the block from the water and complete the structure nearby</p>',1,1); +INSERT INTO `marker_tab` VALUES (602,1196,1,1,'','<p>Head dive into the circle of flowers</p>',1,1); +INSERT INTO `marker_tab` VALUES (603,1199,1,1,'','<p>Put the nearby rock in the middle of the circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (604,1202,1,271,'','<p>Underneath stone at the top of the fountain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (605,1203,1,1,'','<p>Reward; Falcon Bow (+20)</p>',1,1); +INSERT INTO `marker_tab` VALUES (606,1204,1,1,'','<p>Complete the three circles.</p>',1,1); +INSERT INTO `marker_tab` VALUES (607,1205,1,1,'','<p>Reward: Luminous Stone</p>',1,1); +INSERT INTO `marker_tab` VALUES (608,1210,1,319,'','<p>Pick up the stone on the pedestal</p>',1,1); +INSERT INTO `marker_tab` VALUES (609,1213,1,319,'','<p>Shoot the balloon hidden in the tree</p>',1,1); +INSERT INTO `marker_tab` VALUES (610,1214,1,319,'','<p>In the chest</p>',1,0); +INSERT INTO `marker_tab` VALUES (611,1222,1,325,'','<p>You can get Shock arrows and Lynel sword (24) lynel shield(30) and bow</p>\r\n<p>Red lunel 2000 HP</p>\r\n<p>Blue Lynel 3000 HP</p>\r\n<p>White lynel 4000 HP</p>',1,1); +INSERT INTO `marker_tab` VALUES (612,1224,1,327,'','<p>Done</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (613,1227,1,328,'','<p>done</p>',1,1); +INSERT INTO `marker_tab` VALUES (614,1228,1,328,'','<p>fff</p>',1,1); +INSERT INTO `marker_tab` VALUES (615,1230,1,333,'','<p>here</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (616,1231,1,333,'','<p>here</p>',1,1); +INSERT INTO `marker_tab` VALUES (617,1232,1,99,'','<p>burn vines&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (618,1233,1,334,'','<p style="text-align: center;">Reward: 50 rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (619,1235,1,326,'','<p>done</p>',1,1); +INSERT INTO `marker_tab` VALUES (620,1241,1,340,'','<p>Spring of Power</p>',1,1); +INSERT INTO `marker_tab` VALUES (621,1245,1,342,'','<p>Use Statis to move the boulder into the hole for a Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (622,1246,1,342,'','<p>Use Statis to move the boulder into the hole for a Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (623,1247,1,341,'','<p>Throw rock in circle of rocks in river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (624,1251,1,342,'','<p><strong></strong>Stand next to pin wheel, and three baloons will appear, pop them with arrows to get the seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (625,1252,1,154,'','<p>Behind a cracked wall ontop of the temple. Pick up the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (626,1253,1,154,'','<p>Reward: Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (627,1254,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,0); +INSERT INTO `marker_tab` VALUES (628,1254,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,0); +INSERT INTO `marker_tab` VALUES (629,1255,1,1,'','<p>Remove&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (631,1254,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (632,1255,1,1,'','<p>Remove the metal door, and then remove the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (633,1258,1,1,'','<p>Use Statis to remove the large rock and then lift the small rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (634,1259,1,342,'','<p>Place the spare block into the wall with three blocks</p>',1,1); +INSERT INTO `marker_tab` VALUES (635,1260,1,154,'','<p>Reward: Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (636,1261,1,154,'','<p>Underneath a rock behind a cracked wall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (637,1262,1,352,'','<p>Leaning on the wall behind the Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (638,1263,1,352,'','<p>Zora's sword leaning against a short wall near a box on the bridge over to the cliff face.</p>',1,1); +INSERT INTO `marker_tab` VALUES (639,1264,1,352,'','<p>Leaning against the wall immediately next to the Silver Sword on the bridge over to the nearby cliff face.</p>',1,1); +INSERT INTO `marker_tab` VALUES (640,1265,1,352,'','<p>In the bottom of the fountain/bath underneath the ramp up to the King's chamber.&nbsp; There is a middle-aged Zora looking into the pool and sighing.&nbsp; Use Magnesis to retrieve it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (641,1266,1,352,'','<p>In a small alcove sitting on a crate; there is a short set of stairs leading up to a small landing where the alcove is located.</p>',1,1); +INSERT INTO `marker_tab` VALUES (642,1267,1,352,'','<p>Respawns on the counter of the Bow maker's hut, it will trigger a brief dialogue from the bow maker, but he will let you take it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (643,1269,1,355,'','<p>100 rupees, use Magnesis (covered in Moss)</p>',1,1); +INSERT INTO `marker_tab` VALUES (644,1270,1,355,'','<p>Follow the flower for seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (645,1271,1,355,'','<p>Place rock in circle for seed (2 total seeds on this island)</p>',1,1); +INSERT INTO `marker_tab` VALUES (646,1272,1,355,'','<p>2 chests with 300 rupees each</p>',1,1); +INSERT INTO `marker_tab` VALUES (647,1273,1,355,'','<p>Follow the flower for seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (648,1274,1,355,'','<p>In water</p>',1,1); +INSERT INTO `marker_tab` VALUES (650,1277,1,358,'','<p>Shoot balloon between hands.</p>',1,1); +INSERT INTO `marker_tab` VALUES (651,1289,1,262,'','<p>At the top of the waterfalls,&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (652,1290,1,1,'','<p>Lift the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (653,1293,1,366,'','<p>Captured Memory #9.</p>',1,1); +INSERT INTO `marker_tab` VALUES (654,1295,1,1,'','<p>NPC: Lester</p>\r\n<p>Requires: Goron Spice (buy from the General Store in Goron City)</p>\r\n<p>Reward: Purple Rupee (1st time) / Hylian Rice (2nd and onwards)</p>',1,0); +INSERT INTO `marker_tab` VALUES (655,1295,1,1,'','<p>NPC: Lester</p>\r\n<p>Requires: Goron Spice (buy from the General Store in Goron City)</p>\r\n<p>Reward: Purple Rupee (1st time) / Hylian Rice (2nd and onwards).</p>',1,1); +INSERT INTO `marker_tab` VALUES (657,1304,1,285,'','<p>amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (658,1309,1,285,'','<p>5 fire arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (659,1316,1,381,'','<p>Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (660,1319,1,285,'','<p>at top of the fin</p>',1,1); +INSERT INTO `marker_tab` VALUES (662,1325,1,398,'','<p>Ligh the torch on this tower. Use the torch rom the other tower to light an arrow and light this torch.</p>',1,1); +INSERT INTO `marker_tab` VALUES (663,1326,1,398,'','<p>Climb the flag pole and examine the sparkles on top.</p>',1,1); +INSERT INTO `marker_tab` VALUES (664,1327,1,398,'','<p>Shoot the apples off the trees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (666,1329,1,398,'','<p>Lift the rock on the island.</p>',1,0); +INSERT INTO `marker_tab` VALUES (667,1330,1,398,'','<p>Lift the rock on the island.</p>',1,1); +INSERT INTO `marker_tab` VALUES (668,1331,1,398,'','<p>Lif tthe rock on the island below the bridge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (669,1333,1,398,'','<p>Fill each offering bowl with an apple.</p>',1,1); +INSERT INTO `marker_tab` VALUES (670,1334,1,398,'','<p>Lift the rock on the outcropping.</p>',1,0); +INSERT INTO `marker_tab` VALUES (671,1335,1,398,'','<p>Climb the tree and lift the rock on top.</p>',1,1); +INSERT INTO `marker_tab` VALUES (672,1336,1,398,'','<p>Climb one of the trees and examine the sparkling on top.</p>',1,1); +INSERT INTO `marker_tab` VALUES (673,1337,1,398,'','<p>Push boulder(s) from the south into this hole.</p>',1,1); +INSERT INTO `marker_tab` VALUES (674,1338,1,398,'','<p>Toss rock from the cliff into the circle of rocks in the river east.</p>',1,1); +INSERT INTO `marker_tab` VALUES (675,1339,1,398,'','<p>Lift rock from sandbar underneath the bridge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (676,1341,1,398,'','<p>Lift rock along river edge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (677,1342,1,398,'','<p>Use magnesis to move block and match block patterns.</p>',1,1); +INSERT INTO `marker_tab` VALUES (678,1345,1,398,'','<p>Push boulder nearby into the hole.</p>',1,0); +INSERT INTO `marker_tab` VALUES (679,1346,1,398,'','<p>Use bomb to open breakable wall, and then lift rock in shallow water inside the cave.</p>',1,0); +INSERT INTO `marker_tab` VALUES (680,1347,1,398,'','<p>Shoot the target balloons that appear when you are near the pinwheel.&nbsp;</p>',1,0); +INSERT INTO `marker_tab` VALUES (681,1349,1,398,'','<p>Use statis on the heavy slab and knock it out of the way, then lift the rock underneath.</p>',1,1); +INSERT INTO `marker_tab` VALUES (682,1350,1,398,'','<p>Push boulder(s) from the northeast down, then use statis on the boulder to push it up and into this hole.</p>',1,1); +INSERT INTO `marker_tab` VALUES (683,1351,1,398,'','<p>Lift the rock on the ledge above the road.</p>',1,0); +INSERT INTO `marker_tab` VALUES (684,1352,1,398,'','<p>Climb the indicated tree then lift the rock on top.</p>',1,0); +INSERT INTO `marker_tab` VALUES (685,1353,1,398,'','<p>Use statis on the boulder and knock it out of the way, then lift the rock underneath.</p>',1,0); +INSERT INTO `marker_tab` VALUES (686,1354,1,398,'','<p>Step onto the stump with the pinwheel, then shoot the pots between tossed above the trees to the west-northwest.</p>',1,0); +INSERT INTO `marker_tab` VALUES (688,1356,1,398,'','<p>Ride your horse over the three low fences from one end to the other.</p>',1,0); +INSERT INTO `marker_tab` VALUES (689,1357,1,398,'','<p>Climb to the top of the flag pole and examine the sparkles.</p>',1,0); +INSERT INTO `marker_tab` VALUES (690,1358,1,398,'','<p>Follow the flowers starting from here to&nbsp;across the river.</p>',1,0); +INSERT INTO `marker_tab` VALUES (691,1359,1,398,'','<p>Lift the rock inside the ruin.</p>',1,0); +INSERT INTO `marker_tab` VALUES (692,1360,1,398,'','<p>Climb onto small ledge with pinwheel, then shoot the pots being tossed above the trees to the northwest.</p>',1,0); +INSERT INTO `marker_tab` VALUES (693,1361,1,398,'','<p>Climb onto the tree and lift the rock on top.</p>',1,1); +INSERT INTO `marker_tab` VALUES (694,1362,1,398,'','<p>Climb the rock with the pinwheel and then shoot the balloon targets.</p>',1,1); +INSERT INTO `marker_tab` VALUES (695,1363,1,398,'','<p>Toss rock(s) from the bridge into the circle of rocks in the river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (696,1364,1,398,'','<p>Drop/Dive into the circle of flowers.</p>',1,1); +INSERT INTO `marker_tab` VALUES (697,1365,1,398,'','<p>Toss rock from island into the circle of rocks in the river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (698,1366,1,398,'','<p>Use magnesis to move nearby block to complete pattern on wall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (699,1367,1,398,'','<p>Lift rock on top of hilltop.</p>',1,1); +INSERT INTO `marker_tab` VALUES (700,1368,1,398,'','<p>Lift rock on top of hilltop.</p>',1,1); +INSERT INTO `marker_tab` VALUES (701,1369,1,398,'','<p>Lift rock on top of hilltop.</p>',1,1); +INSERT INTO `marker_tab` VALUES (702,1370,1,398,'','<p>Shoot apples off the trees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (703,1371,1,398,'','<p>Lift rock on ledge overlooking the road.</p>',1,1); +INSERT INTO `marker_tab` VALUES (704,1372,1,398,'','<p>Shoot the symbol on the top-center of the town gate.</p>',1,1); +INSERT INTO `marker_tab` VALUES (705,1373,1,398,'','<p>Dive into the circle of flowers from the right side of Impa's house.</p>',1,1); +INSERT INTO `marker_tab` VALUES (706,1374,1,398,'','<p>Lift rock on second ledge overlooking the road.</p>',1,1); +INSERT INTO `marker_tab` VALUES (707,1375,1,398,'','<p>Shoot the town symbol on the top-center of the entrance.</p>',1,1); +INSERT INTO `marker_tab` VALUES (708,1380,1,412,'','<p>Water wreath. &nbsp;Simply enter the center of it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (709,1382,1,424,'','<p>Hay que aplicar fuego al hielo para derretirlo.</p>',1,1); +INSERT INTO `marker_tab` VALUES (710,1388,1,1,'','<p>Examine the light</p>',1,1); +INSERT INTO `marker_tab` VALUES (711,1389,1,1,'','<p>Examine the light</p>',1,1); +INSERT INTO `marker_tab` VALUES (712,1390,1,1,'','<p>Life the rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (713,1391,1,1,'','<p>Shoot the nut inside log</p>',1,1); +INSERT INTO `marker_tab` VALUES (714,1393,1,433,'','<p>Memory with Mipha on the divine beast ( during divine beast quest)</p>',1,1); +INSERT INTO `marker_tab` VALUES (715,1394,1,321,'','<p>Treasure chest on rock with sword inside</p>',1,1); +INSERT INTO `marker_tab` VALUES (716,1395,1,1,'','<p>Burn the dry leafs then lift the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (717,1396,1,1,'','<p>Reward: Opal</p>',1,1); +INSERT INTO `marker_tab` VALUES (718,1402,1,436,'','<p>Chest inside</p>',1,1); +INSERT INTO `marker_tab` VALUES (719,1415,1,442,'','<p>Two chests of 300 rupees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (720,1419,1,1,'','<p>On top of the flagpole</p>',1,1); +INSERT INTO `marker_tab` VALUES (721,1421,1,1,'','<p>Get the metallic block from the river and complete the strange shape.</p>',1,1); +INSERT INTO `marker_tab` VALUES (722,1422,1,1,'','<p>Place the metal ball in the tree stump.</p>',1,1); +INSERT INTO `marker_tab` VALUES (723,1423,1,49,'','<p>Unlocks after finding all 12 Impa memories</p>',1,1); +INSERT INTO `marker_tab` VALUES (724,1425,1,445,'','<p>Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (725,1425,1,445,'','<p>use bomb on pile of leaves.</p>',1,1); +INSERT INTO `marker_tab` VALUES (726,1426,1,445,'','<p>Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (727,1426,1,445,'','<p>under rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (728,1432,1,358,'','<p>Korok balloon located under arch on the beach, shoot up to get the seed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (729,1437,1,445,'','<p>Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (730,1437,1,445,'','<p>throw rock in stone circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (731,1442,1,445,'','<p>Throw rock in stone circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (732,1444,1,454,'','<p>The entrance is blocked with rocks that can be pushed with a metal rock that's on top, inside there are 3 chest and 4 weapons.</p>',1,1); +INSERT INTO `marker_tab` VALUES (734,1451,1,223,'','<p>king home</p>',1,1); +INSERT INTO `marker_tab` VALUES (735,1452,1,19,'','<p>Leave an apple on the plate of the smaller statue.</p>',1,1); +INSERT INTO `marker_tab` VALUES (736,1454,1,450,'','<p>Place an apple in the empty basket before the statue</p>',1,1); +INSERT INTO `marker_tab` VALUES (739,1461,1,314,'','<p>Climb on top of cabin</p>',1,1); +INSERT INTO `marker_tab` VALUES (740,1462,1,463,'','<p>In tree trunk</p>',1,0); +INSERT INTO `marker_tab` VALUES (741,1464,1,463,'','<p>Bow and arrow target challenge</p>',1,0); +INSERT INTO `marker_tab` VALUES (744,1477,1,465,'','<p>Burn red leaves and then remove small rock.</p>',1,0); +INSERT INTO `marker_tab` VALUES (745,1478,1,85,'','<p>Add missing rock to formation.</p>',1,0); +INSERT INTO `marker_tab` VALUES (746,1479,1,465,'','<p>Under bridge. Use the metal door/planks on the other side of bridge to lay next to bridge as a platform to stand. If not place properly, you can use Stasis to lock in place and then get the seed.</p>',1,0); +INSERT INTO `marker_tab` VALUES (747,1480,1,465,'','<p>Climb up till you see the metal blocks that make up a small puzzle. Solve it to get the seed.</p>',1,0); +INSERT INTO `marker_tab` VALUES (748,1480,1,2,'','<p>Climb up till you see the metal blocks that make up a small puzzle. Solve it to get the seed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (749,1481,1,465,'','<p>Remove metal-like plank with Stasis. Pick up small rock.</p>',1,0); +INSERT INTO `marker_tab` VALUES (750,1482,1,465,'','<p>Location is right by the wall. Pick up small rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (751,1481,1,2,'','<p>Remove metal-like plank with Stasis. Pick up small rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (754,1484,1,465,'','<p>Glide down with Paraglider and you'll see a metal square puzzle to solve.</p>',1,1); +INSERT INTO `marker_tab` VALUES (757,1479,1,2,'','<p>Under bridge. Use the metal door/planks on the other side of bridge to lay next to bridge as a platform to stand. If not place properly, you can use Stasis to lock in place and then get the seed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (758,1478,1,2,'','<p>Add missing rock to formation.</p>',1,1); +INSERT INTO `marker_tab` VALUES (759,1485,1,465,'','<p>Drop down all the way to the bottom (open paraglider before you land). You'll see a circle or rocks in water. On the side, you'll see small rocks you have to throw in to it to get the seed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (760,1477,1,2,'','<p>Burn red leaves and then remove small rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (764,1091,1,2,'','<p>Place an apple in the dish.</p>',1,1); +INSERT INTO `marker_tab` VALUES (765,1486,1,465,'','<p>You can find it in the chamber link awakens from. Simply make your way in all the way to the end and you'll see some glittering.</p>',1,1); +INSERT INTO `marker_tab` VALUES (768,818,1,2,'','<p>Dive into the circle's center</p>',1,1); +INSERT INTO `marker_tab` VALUES (769,559,1,2,'','<p>Complete stone circle by placing 3 stones on open parts of the circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (771,816,1,2,'','<p>Follow the flowers</p>',1,1); +INSERT INTO `marker_tab` VALUES (772,599,1,2,'','<p>Walk towards the pinwheel, then shoot the 3 balloons that appear with you bow.</p>',1,0); +INSERT INTO `marker_tab` VALUES (773,599,1,2,'','<p>Walk towards the pinwheel, then shoot the 3 balloons that appear with you bow.</p>',1,1); +INSERT INTO `marker_tab` VALUES (774,1103,1,2,'','<p style="text-align: justify;">Put the matching fruit in the shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (775,905,1,2,'','<p>Pick flowers near water till you get seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (776,1148,1,2,'','<p>Glide into the Circle of Lillies in the water next to the waterfall</p>',1,0); +INSERT INTO `marker_tab` VALUES (777,1148,1,2,'','<p>Glide into the Circle of Lillies in the water next to the waterfall</p>',1,1); +INSERT INTO `marker_tab` VALUES (779,798,1,2,'','<p>So far, the only known house for sale is in Hateno Village, near the back end of the village. If players go to the area, they will see some NPCs working on a broken down house. Players can talk to them and purchase the house if they have right amount of money.<br /><br />The house price can be further dropped if players are willing to contribute 30 bundles of wood. Chopping down wood isn&rsquo;t very difficult so players should go for this option instead of spending a huge amount on buying the house. All they need to do is grab an axe and start cutting down any trees they come across.</p>\r\n<div id="&ldquo;nativo_middle&rdquo;">&nbsp;To make up the rest of the money, stones and gems acquired while adventuring can be sold to various vendors. Once players have the funds and 30 bundles of wood, they can go back to the house and purchase it, giving them a place to rest at.</div>',1,1); +INSERT INTO `marker_tab` VALUES (780,1090,1,2,'','<p>Break the jar stuck in one of the trees!</p>',1,1); +INSERT INTO `marker_tab` VALUES (781,1360,1,2,'','<p>Climb onto small ledge with pinwheel, then shoot the pots being tossed above the trees to the northwest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (783,1359,1,2,'','<p>Lift the rock inside the ruin.</p>',1,1); +INSERT INTO `marker_tab` VALUES (784,1334,1,2,'','<p>Lift the rock on the outcropping.</p>',1,1); +INSERT INTO `marker_tab` VALUES (785,1464,1,2,'','<p>Bow and arrow target challenge</p>',1,1); +INSERT INTO `marker_tab` VALUES (786,1462,1,2,'','<p>In tree trunk</p>',1,1); +INSERT INTO `marker_tab` VALUES (787,1487,1,1,'','<p>NPC: Amali (After Divine Beast)</p>\r\n<p>Requires: Find Amali`s daughter Kheel near Warbler`s Nest.</p>\r\n<p>Reward: ?</p>',1,0); +INSERT INTO `marker_tab` VALUES (788,1488,1,1,'','<p>Place an apple in front of the statue.</p>',1,1); +INSERT INTO `marker_tab` VALUES (789,1489,1,1,'','<p>Step in the platform then glide to the other side.</p>',1,1); +INSERT INTO `marker_tab` VALUES (790,1487,1,1,'','<p>NPC: Amali (After Divine Beast)</p>\r\n<p>Requires: Find Amali`s daughter Kheel near Warbler`s Nest.</p>\r\n<p>Reward: Purple Rupee.</p>',1,1); +INSERT INTO `marker_tab` VALUES (791,1490,1,1,'','<p>NPC: Juney</p>\r\n<p>Requires: Baked Apple.</p>\r\n<p>Reward: Silver Rupee.</p>',1,1); +INSERT INTO `marker_tab` VALUES (792,1491,1,1,'','<p>NPC: Jogo</p>\r\n<p>Requires: Flint</p>\r\n<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (793,1492,1,1,'','<p>NPC: Molli</p>\r\n<p>Requires: Reach the lone cedar tree on the Hebra Mountains (?)</p>\r\n<p>Reward: ?</p>',1,1); +INSERT INTO `marker_tab` VALUES (794,1351,1,2,'','<p>Lift the rock on the ledge above the road.</p>',1,1); +INSERT INTO `marker_tab` VALUES (795,1358,1,2,'','<p>Follow the flowers starting from here to&nbsp;across the river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (796,1347,1,2,'','<p>Shoot the target balloons that appear when you are near the pinwheel.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (797,887,1,2,'','<p>Push the rock into the hole.</p>',1,1); +INSERT INTO `marker_tab` VALUES (798,1346,1,2,'','<p>Use bomb to open breakable wall, and then lift rock in shallow water inside the cave.</p>',1,1); +INSERT INTO `marker_tab` VALUES (799,1345,1,2,'','<p>Push boulder nearby into the hole.</p>',1,1); +INSERT INTO `marker_tab` VALUES (800,1357,1,2,'','<p>Climb to the top of the flag pole and examine the sparkles.</p>',1,1); +INSERT INTO `marker_tab` VALUES (801,277,1,2,'','<p>Chest with Korok Leaf</p>',1,1); +INSERT INTO `marker_tab` VALUES (802,1329,1,2,'','<p>Lift the rock on the island.</p>',1,1); +INSERT INTO `marker_tab` VALUES (803,1356,1,2,'','<p>Ride your horse over the three low fences from one end to the other.</p>',1,1); +INSERT INTO `marker_tab` VALUES (804,1494,1,470,'','<p>Chest Located in the water. Use Magnesis.</p>',1,1); +INSERT INTO `marker_tab` VALUES (805,860,1,2,'','<p>Roll the rock from the top of the hill to this hole.</p>',1,1); +INSERT INTO `marker_tab` VALUES (808,276,1,2,'','<p>Reward: Purple Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (810,1354,1,2,'','<p>Step onto the stump with the pinwheel, then shoot the pots between tossed above the trees to the west-northwest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (811,1045,1,2,'','<p>Blue spirit like "rabbit"</p>',1,1); +INSERT INTO `marker_tab` VALUES (813,1352,1,2,'','<p>Climb the indicated tree then lift the rock on top.</p>',1,1); +INSERT INTO `marker_tab` VALUES (815,1353,1,2,'','<p>Use statis on the boulder and knock it out of the way, then lift the rock underneath.</p>',1,1); +INSERT INTO `marker_tab` VALUES (816,876,1,2,'','<p>Talk to Gottah (only during the day because he is sleeping during the night). He would like you to find receipes from his ancestry in Hyrule castle</p>',1,1); +INSERT INTO `marker_tab` VALUES (817,875,1,2,'','<p>Talk to Parisse in riverside stable to have this quest to see a royal guard weapon from Hyrule castle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (818,1172,1,2,'','<p>Pick up rock in tree.</p>',1,1); +INSERT INTO `marker_tab` VALUES (819,1173,1,2,'','<p>Place the three rocks near the circle in the missing spots at the rock circle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (820,1174,1,2,'','<p>Catch the Korok traveling as light.</p>',1,1); +INSERT INTO `marker_tab` VALUES (821,1495,1,1,'','<p>NPC: Kheel (After Divine Beast)</p>\r\n<p>Requires: Find her sisters then, with a Korok Leaf (given by Kheel), stand in the middle of the pedestal an blow wind to the stones in this order: 4, 5, 3, 1, 2</p>\r\n<p>Reward: Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (822,1496,1,1,'','<p>Complete the rock formation.</p>',1,1); +INSERT INTO `marker_tab` VALUES (823,1214,1,2,'','<p>In the chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (824,1089,1,2,'','<p>Contains: Ruby (Chest will be absent if no season pass DLC purchased)</p>',1,1); +INSERT INTO `marker_tab` VALUES (825,1178,1,2,'','<p>Treasure chest under water. &nbsp;Use magnesis&nbsp;to retrieve.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (826,878,1,2,'','<p>Use magnet to put the bullet under the water in the center of the tree trunk beside the water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (829,941,1,2,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,0); +INSERT INTO `marker_tab` VALUES (830,941,1,2,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,0); +INSERT INTO `marker_tab` VALUES (831,941,1,2,'','<p>3x frost/fire/thunder weapons after talking to a certain roaming npc, farmed from 3x moblin/boblin/lizalfos</p>',1,1); +INSERT INTO `marker_tab` VALUES (832,1459,1,2,'','<p>Pick up rock on pillar.</p>',1,1); +INSERT INTO `marker_tab` VALUES (835,1497,1,1,'','<p>Shoot the baloons.</p>',1,1); +INSERT INTO `marker_tab` VALUES (836,1499,1,1,'','<p>Inside the hot spring, go to the back of it and burn the dry leafs, then life the rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (837,1500,1,1,'','<p>Reward: Ruby &amp; Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (838,1501,1,1,'','<p>Complete the &nbsp;circle with the rock in the middle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (839,1503,1,1,'','<p>Reward: Knight`s Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (840,1504,1,1,'','<p>Complete the formation</p>',1,0); +INSERT INTO `marker_tab` VALUES (841,1505,1,1,'','<p>Reward: chest w/ Knight`s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (842,1508,1,1,'','<p>Reward: Bomb Arrows (x10)</p>',1,1); +INSERT INTO `marker_tab` VALUES (843,1509,1,1,'','<p>Shoot the balloon</p>',1,0); +INSERT INTO `marker_tab` VALUES (844,1510,1,1,'','<p>Reward: Shock Arrows (x5)</p>',1,1); +INSERT INTO `marker_tab` VALUES (845,1512,1,476,'','<p>Spirit orb statue</p>',1,1); +INSERT INTO `marker_tab` VALUES (846,1514,1,1,'','<p>Lift the rock in the middle of the spikes.</p>',1,1); +INSERT INTO `marker_tab` VALUES (847,1517,1,1,'','<p>Lift the Rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (848,1518,1,482,'','<h2 class="popupTitle">Guardian</h2>',1,1); +INSERT INTO `marker_tab` VALUES (849,1569,1,512,'','<p>This is the location of the giant horse mount and quest objective.</p>',1,1); +INSERT INTO `marker_tab` VALUES (850,1570,1,513,'','<p>Korok Seed: Toss a stone into the pilar of stones.</p>',1,1); +INSERT INTO `marker_tab` VALUES (851,1572,1,17,'','<p>Puzzle</p>',1,1); +INSERT INTO `marker_tab` VALUES (852,1573,1,17,'','<p>Under a rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (853,1574,1,17,'','<p>Puzzle</p>',1,1); +INSERT INTO `marker_tab` VALUES (854,1575,1,511,'','<p>Behind the shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (855,1576,1,17,'','<p>Puzzle</p>',1,1); +INSERT INTO `marker_tab` VALUES (856,1592,1,318,'','<p>On top of old man house</p>',1,1); +INSERT INTO `marker_tab` VALUES (857,1594,1,318,'','<p>Walk around a corner and there's a rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (858,1595,1,318,'','<p>Jumping off the ledge there's a puzzle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (859,1597,1,522,'','<p>Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (860,1598,1,522,'','<p>Blupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (861,1599,1,524,'','<p>Lookout Post</p>',1,1); +INSERT INTO `marker_tab` VALUES (862,1604,1,527,'','<p>There are three ice blocks.&nbsp;Melt the ice block on the left.</p>',1,1); +INSERT INTO `marker_tab` VALUES (863,1606,1,318,'','<p>Put chained stone into the well with magnesis.</p>',1,1); +INSERT INTO `marker_tab` VALUES (864,1607,1,529,'','<p>Go to the flower at the back of the skeleton, it'll disappear and pop up somewhere else on the skeleton. Keep following it until you find the Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (865,1609,1,529,'','<p>The finish ring is located east from the starting point</p>',1,1); +INSERT INTO `marker_tab` VALUES (866,1610,1,529,'','<p>Heal yourself. There's &nbsp;also a unlit cooking pot next to it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (867,1611,1,529,'','<p>Snowboard minigame, costs 20 rupees. Shields to be won.</p>',1,1); +INSERT INTO `marker_tab` VALUES (868,1612,1,529,'','<p>Flying minigame. Fly through as many rings as possible.<br />Costs 20 rupees.</p>\r\n<p>Only available after completing&nbsp;Korgu Chideh Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (869,1614,1,445,'','<p>Use Cryonis to build stepping stones and then use Magnesis to retrieve trident.</p>',1,1); +INSERT INTO `marker_tab` VALUES (870,1615,1,529,'','<p>The rock to complete the pattern is South up the hill</p>',1,1); +INSERT INTO `marker_tab` VALUES (871,1616,1,529,'','<p>Under a rock behind a bombable wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (872,1617,1,450,'','<p>Chest with Topaz, Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (873,1618,1,450,'','<p>Lift the rock hidden behind the cracked wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (874,1619,1,445,'','<p>Find a chest in the water by the wall in the ruins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (875,1620,1,450,'','<p>Contained in a chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (876,1621,1,529,'','<p>Use Magnesis to put the metal ball in the stone ring</p>',1,1); +INSERT INTO `marker_tab` VALUES (877,1622,1,450,'','<p>Move the metallic block from one stack to the gap in the other stack to make the two the same</p>',1,1); +INSERT INTO `marker_tab` VALUES (878,1623,1,529,'','<p>Follow the flowers until you get to the Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (879,1625,1,450,'','<p>In the ground in the center of the peak. Watch out for the Electric Wizzrobe!</p>',1,1); +INSERT INTO `marker_tab` VALUES (880,1627,1,534,'','<p>Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (881,1631,1,529,'','<p>There's a flower ring in the water, land in it to make the Korok appear</p>',1,1); +INSERT INTO `marker_tab` VALUES (882,1632,1,527,'','<p>Under a pile of leaf.</p>',1,1); +INSERT INTO `marker_tab` VALUES (883,2656,1,529,'','<p>Place apples in the empty dishes in front of the statues</p>',1,1); +INSERT INTO `marker_tab` VALUES (884,2657,1,537,'','<p>v</p>',1,1); +INSERT INTO `marker_tab` VALUES (885,2658,1,536,'','<p>done</p>',1,1); +INSERT INTO `marker_tab` VALUES (886,2788,1,65,'','<p>U</p>',1,1); +INSERT INTO `marker_tab` VALUES (887,2790,1,474,'','<p>Desafio hecho</p>',1,1); +INSERT INTO `marker_tab` VALUES (888,3053,1,529,'','<p>Stone can be found on the cliff above</p>',1,1); +INSERT INTO `marker_tab` VALUES (889,3056,1,547,'','<p>Done</p>\r\n<p style="text-align: justify;">&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (890,3062,1,550,'','<p>Global Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); +INSERT INTO `marker_tab` VALUES (891,3063,1,550,'','<p>World Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); +INSERT INTO `marker_tab` VALUES (892,3064,1,550,'','<p>World Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); +INSERT INTO `marker_tab` VALUES (893,3065,1,550,'','<p>World Mini-Boss: Igneo Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); +INSERT INTO `marker_tab` VALUES (894,3066,1,550,'','<p>World Mini-Boss: Stone Talus, respawns on Blood Moon<br /><br />-Maniacal_Mudkip</p>',1,1); +INSERT INTO `marker_tab` VALUES (895,3067,1,550,'','<p>Cave with respawning Gem Nodes, unsure of the time frame, but still nice!<br /><br />-Maniacal_Mudkip</p>',1,1); +INSERT INTO `marker_tab` VALUES (896,3068,1,551,'','<p>test</p>',1,1); +INSERT INTO `marker_tab` VALUES (897,3069,1,529,'','<p>Clear camp for Take Back the Sea side quest</p>\r\n<p>3x Bokoblin<br />5x Blue Bokoblin<br />1x Black Bokoblin<br />1x Blue Moblin<br /><br />Camp reward: Knight's Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (898,3070,1,529,'','<p>Clear the monster camp at Aris Beach</p>\r\n<p>Reward: Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (899,3071,1,529,'','<p>Your typical pick a chest out of 3 minigame.<br />Cost: 10-100 rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (900,3072,1,492,'','<p>HOTOVOOOO</p>',1,1); +INSERT INTO `marker_tab` VALUES (901,3073,1,266,'','<p>Climb the stone pillar for a chest that contains arrows (x10)</p>',1,1); +INSERT INTO `marker_tab` VALUES (902,3074,1,266,'','<p>Retrieve the treasure by making a plank with magnesis.</p>',1,1); +INSERT INTO `marker_tab` VALUES (903,3075,1,557,'','<p>Collected</p>',1,1); +INSERT INTO `marker_tab` VALUES (904,3076,1,266,'','<p>Contains: Hylian Trousers</p>',1,1); +INSERT INTO `marker_tab` VALUES (905,3077,1,266,'','<p>Blow the wall to pilfer the treasure within.</p>',1,1); +INSERT INTO `marker_tab` VALUES (906,3078,1,266,'','<p>Pilfer the chest to receive a Soldier's bow.</p>',1,1); +INSERT INTO `marker_tab` VALUES (907,3079,1,266,'','<p>Clear the camp to loot the chest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (908,3081,1,266,'','<p>Contains: Nintendo Switch Shirt (only available is season pass was purchased)</p>',1,1); +INSERT INTO `marker_tab` VALUES (909,2847,1,1,'','<p>w</p>\r\n<p>eqw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qwe</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>weq</p>\r\n<p>e</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qwe</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qw</p>\r\n<p>eqw</p>\r\n<p>e</p>\r\n<p>qw</p>\r\n<p>eq</p>\r\n<p>we</p>\r\n<p>qe</p>\r\n<p>q</p>\r\n<p>eq</p>',1,0); +INSERT INTO `marker_tab` VALUES (910,1636,1,1,'','<p>Complete the formation</p>',1,1); +INSERT INTO `marker_tab` VALUES (911,1504,1,1,'','<p>Complete the formation</p>',1,1); +INSERT INTO `marker_tab` VALUES (912,1509,1,1,'','<p>Shoot the balloon</p>',1,0); +INSERT INTO `marker_tab` VALUES (913,1692,1,1,'','<p>Shoot the balloon</p>',1,1); +INSERT INTO `marker_tab` VALUES (914,1509,1,1,'','<p>Shoot the balloon</p>',1,1); +INSERT INTO `marker_tab` VALUES (915,3091,1,578,'','<p>ch</p>',1,1); +INSERT INTO `marker_tab` VALUES (916,3102,1,599,'','<p>5x Bomb Arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (917,3103,1,599,'','<p>In chest sunken in the river</p>',1,1); +INSERT INTO `marker_tab` VALUES (918,3104,1,599,'','<p>Under large metal plate</p>',1,1); +INSERT INTO `marker_tab` VALUES (919,3105,1,599,'','<p>Reward - high quality&nbsp;Ore&nbsp;node behind rocks</p>',1,1); +INSERT INTO `marker_tab` VALUES (920,3106,1,613,'','<p>Lynel</p>',1,1); +INSERT INTO `marker_tab` VALUES (921,3107,1,613,'','<p>Guardian</p>',1,1); +INSERT INTO `marker_tab` VALUES (922,3117,1,623,'','<p>Wears leg armor.</p>',1,1); +INSERT INTO `marker_tab` VALUES (923,3139,1,599,'','<p>Quest starts here</p>',1,1); +INSERT INTO `marker_tab` VALUES (924,3144,1,639,'','<p>All 3 pieces of Sheika Armor are sold at this Shop. The armor gives Stealth +</p>\r\n<p>At rank 2 it gives the bonus: Night speed up!</p>',1,1); +INSERT INTO `marker_tab` VALUES (925,3146,1,639,'','<p>Blue Hinox has a Ball attached to his chest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (926,3169,1,648,'','<p>Fightable at night</p>',1,1); +INSERT INTO `marker_tab` VALUES (927,3170,1,631,'','<p><em>The Warm Doublet can be received by cooking a spicy fish and mushroom skewer, and giving it to the old man.&nbsp;</em></p>\r\n<p><em>After the tutorial, it remains in a chest in the Old Man's cabin.</em></p>\r\n<p><em>Recipe: Spicy Pepper, Raw Meat, Hylian Trout</em></p>',1,1); +INSERT INTO `marker_tab` VALUES (928,3171,1,648,'','<p>Under the skeleton, use magnetism or fight the boss!</p>',1,1); +INSERT INTO `marker_tab` VALUES (929,3176,1,648,'','<p>on top of the big leaf (?)</p>',1,1); +INSERT INTO `marker_tab` VALUES (930,3194,1,266,'','<p>Read the old man's diary to and create his famous recipe with Hyrule Bass, Raw Meat and Spicy Peppers. &nbsp;Offer him the completed dish for a warm doublet.</p>',1,1); +INSERT INTO `marker_tab` VALUES (931,3203,1,631,'','<p>Goal: Fly as far as possible with the &nbsp;Paraglider</p>',1,1); +INSERT INTO `marker_tab` VALUES (932,3205,1,631,'','<p>Requires: Create an Elixir That Can Help Beat The Heat</p>\r\n<p>Reward: Purple Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (933,3208,1,671,'','<p>lightly guarded (usually a few Bokoblins and a moblin)</p>',1,1); +INSERT INTO `marker_tab` VALUES (934,3209,1,671,'','<p>mostly safe, beware of the occasional chuchu</p>',1,1); +INSERT INTO `marker_tab` VALUES (935,3220,1,690,'','<p>Start point for a korok seed, follow the flower.</p>',1,1); +INSERT INTO `marker_tab` VALUES (936,3221,1,690,'','<p>Race to the Finish start point.</p>',1,1); +INSERT INTO `marker_tab` VALUES (937,3265,1,730,'','<p>089u</p>',1,1); +INSERT INTO `marker_tab` VALUES (938,3281,1,760,'','<p>White Lynel by the Shrine, very dangerous until you have high level upgraded equipment.</p>',1,1); +INSERT INTO `marker_tab` VALUES (939,3282,1,760,'','<p>This Blue Hinox will grab the nearby tree trunks to attack you with.</p>',1,1); +INSERT INTO `marker_tab` VALUES (940,3287,1,762,'','<p>All on horseback with bows, but no shields or heavy armor.</p>',1,1); +INSERT INTO `marker_tab` VALUES (941,3289,1,762,'','<p>6+ Swift Violets growing on the walls on either side of the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (942,3290,1,762,'','<p>NPC: Straia<br />Requires: Capture the Giant Horse in the Taobab Grassland<br />Reward: Giant Horse, silver rupee (100)</p>',1,1); +INSERT INTO `marker_tab` VALUES (943,3291,1,762,'','<p>NPC: Jini</p>\r\n<p>Requires: Horseback archery</p>\r\n<p>Reward: ?</p>',1,1); +INSERT INTO `marker_tab` VALUES (944,3304,1,747,'','<p>Bomb the wall for a 100 rupee chest!</p>',1,1); +INSERT INTO `marker_tab` VALUES (945,3305,1,780,'','<p>After "Hylian Homeowner" Sidequest</p>',1,1); +INSERT INTO `marker_tab` VALUES (946,3338,1,747,'','<p>3000 HP</p>',1,1); +INSERT INTO `marker_tab` VALUES (947,3344,1,810,'','<p>Starts at top of goron head.</p>',1,1); +INSERT INTO `marker_tab` VALUES (948,3346,1,810,'','<p>starts on lava flow behind location.</p>',1,1); +INSERT INTO `marker_tab` VALUES (949,3347,1,813,'','<p>Got it</p>',1,1); +INSERT INTO `marker_tab` VALUES (950,3349,1,92,'','<p>Chest on Pillar</p>',1,1); +INSERT INTO `marker_tab` VALUES (951,3368,1,845,'','<p>Behind the Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (952,3372,1,849,'','<p>The 9th Memorie is located here</p>',1,1); +INSERT INTO `marker_tab` VALUES (953,3377,1,860,'','<p>pegados al lado de las paredes de la casa</p>',1,1); +INSERT INTO `marker_tab` VALUES (954,3398,1,266,'','<p>Scale this pillar to find a treasure chest at the top.</p>',1,1); +INSERT INTO `marker_tab` VALUES (955,3401,1,896,'','<p>STONE TALUS</p>',1,1); +INSERT INTO `marker_tab` VALUES (956,3402,1,896,'','<p>STONE TALUS</p>',1,1); +INSERT INTO `marker_tab` VALUES (957,3404,1,760,'','<p>Use caution fighting this Frost Talus. &nbsp;It's weak spot rock is actually not on top of its body, rather on the back. &nbsp;This makes it very tricky to attack with Melee Weapons. &nbsp; I suggest using Bomb Arrows to melt the ice then shoot the rock at the back.</p>',1,1); +INSERT INTO `marker_tab` VALUES (958,3405,1,760,'','<p>4 Blue Bokoblin, 3 White Chu Chu, 2 Silver&nbsp;Bokoblin, One Black Bokoblin, 5 Ice Keese</p>\r\n<p>Reward: &nbsp;Buried Chest with Purple Rupees (plus drops)</p>',1,1); +INSERT INTO `marker_tab` VALUES (959,3406,1,760,'','<p>Standard Blue-Maned Lynel Fight.</p>',1,1); +INSERT INTO `marker_tab` VALUES (960,3407,1,760,'','<p>Use caution when fighting this beast. &nbsp;He comes with a spear and his bow, but his most powerful attack (even at 3 ranked armor and a four ranked breastplate from the Knight's Armor) can deal 12 or more hearts of damage.</p>',1,1); +INSERT INTO `marker_tab` VALUES (961,3408,1,903,'','<p>Great Thunderblade</p>',1,1); +INSERT INTO `marker_tab` VALUES (962,3410,1,903,'','<p>climber's bandana that&nbsp;improves your climbing speed is found in the chest in this shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (963,3411,1,903,'','<p>helmet that matches zora armor, improves swimming speed, and allows water spin attack is found here</p>',1,1); +INSERT INTO `marker_tab` VALUES (964,3412,1,903,'','<p>Great Thunderblade (2-handed)(not in chest) respawns here after each blood moon. watch out for electric wizzrobe by the east entrance.</p>',1,1); +INSERT INTO `marker_tab` VALUES (965,3459,1,931,'','<p>rupee farm snowbowling</p>',1,1); +INSERT INTO `marker_tab` VALUES (966,3469,1,927,'','<p>2</p>',1,1); +INSERT INTO `marker_tab` VALUES (967,3470,1,927,'','<p>1</p>',1,1); +INSERT INTO `marker_tab` VALUES (968,3474,1,942,'','<p>2 Moblins and a Bokoblin, 1 Chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (969,2050,1,5,'','<p>In the tar pool, there is a metal stone, Use Magnesis to lift this stone and place it in the nearby tree trunk</p>',1,1); +INSERT INTO `marker_tab` VALUES (970,2055,1,5,'','<p>Light a torch on the nearby campfire, then use the torch on the leaf bundle below a tree. Afterwards, pick up the rock and you'll find the Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (971,2056,1,5,'','<p>Follow the Flower at the end of the log to this korok seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (972,3491,1,951,'','<p>Inside a cave accessible by bombing a cracked wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (973,1953,1,5,'','<p>This korok is covered in ice, possible strategies to melt the ice is to use a torch and light it with nearby bokoblin camp's fire, then throw it up on the ledge and use the torch to melt the ice block. Otherwise you can shoot fire arrows at the ice block until it melts</p>',1,1); +INSERT INTO `marker_tab` VALUES (974,1934,1,5,'','<p>You need to use cryonis to get the log to sit against the bridge. Once done, clamber down onto it, and you should be able to reach the korok under the bridge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (975,3507,1,992,'','<p>LIght the Furnace with the blue flame to access guardian weapons and armor.</p>',1,1); +INSERT INTO `marker_tab` VALUES (976,3508,1,992,'','<p>This is the first time you run into him, he will be at the locations he lists at night. He buys monster parts for his own currency and sells unique monster gear and spices for cooking.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (977,3509,1,992,'','<p>Camp has bokoblin's and lizalfos.</p>',1,1); +INSERT INTO `marker_tab` VALUES (978,3514,1,992,'','<p>Hit the eye's that are on different parts of Naydra, He moves on to a different point after each hit. Follow him to cleanse him.</p>',1,1); +INSERT INTO `marker_tab` VALUES (979,3520,1,997,'','<p>NPC: Bozai<br />Requires: Camera (Sheika Slate)<br />Reward: Sand Shoes</p>',1,1); +INSERT INTO `marker_tab` VALUES (980,3547,1,1016,'','<p>In the bottom of the Castle. Required to defeat a Stalnox to obtain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (981,3550,1,1015,'','<div id="mceu_614" class="mce-container mce-flow-layout-item mce-btn-group">&nbsp;</div>\r\n<div id="mceu_615" class="mce-container mce-flow-layout-item mce-btn-group">&nbsp;</div>\r\n<div id="mceu_616" class="mce-container mce-flow-layout-item mce-last mce-btn-group">&nbsp;</div>',1,1); +INSERT INTO `marker_tab` VALUES (982,3551,1,1018,'','<p>Multi level, four guard towers, two chests.</p>',1,1); +INSERT INTO `marker_tab` VALUES (983,1951,1,5,'','<p><strong>This korok seed shows up after you leave the Great Plateau.</strong></p>\r\n<p>This korok seed is found inside Link's bed that he awakes from in the Shrine of Resurrection.</p>',1,1); +INSERT INTO `marker_tab` VALUES (984,1954,1,5,'','<p>There is an incomplete ring of rocks, complete it to find a korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (985,1935,1,5,'','<p>On the cliffside is a metal puzzle, place the metal block where the piece is missing in the other structure. Afterwards a korok will show up.</p>',1,1); +INSERT INTO `marker_tab` VALUES (986,1956,1,5,'','<p>Pick up a rock near the last fortification southeast of Mount Hylia and you'll find a korok hiding underneath.</p>',1,1); +INSERT INTO `marker_tab` VALUES (987,1964,1,5,'','<p>Use Stasis on the giant slab, then hit it at least 2 times with a 2h weapon, or 4 times with a 1h weapon to knock it off a rock. Pick up the rock and you will find the Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (988,3561,1,1026,'','<p>FOUND</p>',1,1); +INSERT INTO `marker_tab` VALUES (989,2054,1,5,'','<p>Use Magnesis on a the door to lift it off a rock. Pick u the rock to find the Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (990,2066,1,5,'','<p>On the appex&nbsp;of the roof of the Woodcutter's Hut is a Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (991,1958,1,5,'','<p>On the cliffside is a metal puzzle, place the block around the pillar on the top of the one missing the keystone and you will find a Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (992,2048,1,5,'','<p>This korok is found on top of a mound of dirt underneath a rock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (993,2062,1,5,'','<p>Lift up the rock below the two stone slabs leaning on each other to find this korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (994,2073,1,5,'','<p>You can get this seed by standing on the little log with a leaf at the shoreline to spawn a countdown circle. However you must rush to get to the circle before the Korok will appear. Best option is to use paraglider to glide from each point on your way there, otherwise the diving animation will take too much time.</p>',1,1); +INSERT INTO `marker_tab` VALUES (995,3579,1,1030,'','<p>Stuck in giant skull on top of the spire</p>',1,1); +INSERT INTO `marker_tab` VALUES (996,3580,1,1030,'','<p>Underneath leviathan skull</p>',1,1); +INSERT INTO `marker_tab` VALUES (997,2081,1,5,'','<p>Pick up the rock hidden in the bushes, place it in the portion of the nearby cross that is missing a rock, and a Korock should appear.</p>',1,1); +INSERT INTO `marker_tab` VALUES (998,2090,1,5,'','<p>On the cliffside, there is a small ledge with a rock on top of it. Pick up the rock to find the Korock</p>',1,1); +INSERT INTO `marker_tab` VALUES (999,2086,1,5,'','<p>This is a time-based korok puzzle, in which you have to glide from the hill southeast of the bokoblin/lizalfos camp from a small stump with a leaf on it.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (1000,3588,1,1039,'','<p>Done</p>',1,1); +INSERT INTO `marker_tab` VALUES (1001,3590,1,1039,'','<p>asdasdasdas</p>',1,1); +INSERT INTO `marker_tab` VALUES (1002,3602,1,1056,'','<p>D</p>',1,1); +INSERT INTO `marker_tab` VALUES (1003,3614,1,652,'','<p>x</p>',1,1); +INSERT INTO `marker_tab` VALUES (1004,3619,1,922,'','<p>Ominous area south of&nbsp;the shrine with mounds of bones. Carrots are around the trees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1005,3622,1,922,'','<p>Lots of spicy peppers surrounding a worn tent.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1006,3625,1,922,'','<p>Five Bokoblins. One lookout, two around cooking pot and two inside eastern skull shelter. The western skull shelter contains 4-5 Keese and a magnesis chest with a silver rupee reward.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1007,3632,1,1082,'','<p>test</p>',1,1); +INSERT INTO `marker_tab` VALUES (1008,3633,1,1084,'','<p>Lynel fires electric arrows, most likely found via electric arrow questline to liberating vah ruta</p>',1,1); +INSERT INTO `marker_tab` VALUES (1009,3636,1,1089,'','<p>Melt ice block with fire.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1010,3640,1,1088,'','<p>Zelda watches, with Link close by, as the guards test and make advancements with the Guardians, until her father, The King, shows up.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1011,3645,1,1101,'','<p>x</p>',1,1); +INSERT INTO `marker_tab` VALUES (1012,3649,1,1088,'','<p>You can purchase this armor set from Robbie at the Akkala Ancient Tech Lab. 2,000 Rupees each.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1013,3675,1,1126,'','<p>Atop a pillar, climb or Revali's up here.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1014,3677,1,1126,'','<p>On top of one of the coliseum walls.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1015,3688,1,1149,'','<p>Lynel</p>',1,1); +INSERT INTO `marker_tab` VALUES (1016,3690,1,631,'','<p>The Dragon Guarding The Spring Of Wisdom</p>',1,1); +INSERT INTO `marker_tab` VALUES (1017,3742,1,1175,'','<p>asd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1018,3749,1,296,'','<p>Behind the Cracked wall is a gold Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (1019,3751,1,1187,'','<p>Climb to the top of the Temple of Time and examine the fairy dust.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1020,3756,1,1195,'','<p>Base Defense: 4</p>\r\n<p>Item Bonus: Decreases &nbsp;damage taken from Gurdian laser attacks</p>\r\n<p>Becareful after opening, as several gurdians will wake up and shoot at you.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1021,3815,1,1215,'','<p>Varit h&auml;r</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (1022,3828,1,25,'','<p>NPC: Walton</p>\r\n<p>Requires: Apple, Pumpkin, Voltfin Trout, Lynel Hoof</p>\r\n<p>Reward: Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (1023,3836,1,1241,'','<p>Forms from rocks on top of the hill.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1024,3842,1,1246,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (1025,3875,1,1187,'','<p>Jump off the Great Plateau. The Korok will also be under a a rock which is under a door.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1026,3888,1,1263,'','<p>Arrow Glitch for Infinite Arrow Farming AFK</p>',1,1); +INSERT INTO `marker_tab` VALUES (1027,3893,1,1267,'','<p>done</p>',1,1); +INSERT INTO `marker_tab` VALUES (1028,3895,1,1270,'','<p>k</p>',1,1); +INSERT INTO `marker_tab` VALUES (1029,3896,1,1270,'','<p>kk</p>',1,1); +INSERT INTO `marker_tab` VALUES (1030,3899,1,1272,'','<p>ok</p>',1,1); +INSERT INTO `marker_tab` VALUES (1031,3905,1,1283,'','<p style="text-align: justify;">h</p>',1,1); +INSERT INTO `marker_tab` VALUES (1032,3914,1,1286,'','<p>Awesome way to make money!</p>',1,1); +INSERT INTO `marker_tab` VALUES (1033,3919,1,1223,'','<p>Malena's husband has fallen ill. He needs the guts of a Molduga (giant sand croc/tremors wyrm) in order to get better.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1034,3920,1,1223,'','<p>Isha, the jeweler, ran out of flint. Give her 10 flint and you'll get yourself a circlet for heat/cold/electric resistance.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1035,3966,1,1320,'','<p>A</p>',1,1); +INSERT INTO `marker_tab` VALUES (1036,3970,1,1328,'','<p>f</p>',1,1); +INSERT INTO `marker_tab` VALUES (1037,3972,1,1328,'','<p>found</p>',1,1); +INSERT INTO `marker_tab` VALUES (1038,3983,1,1344,'','<p>1</p>',1,1); +INSERT INTO `marker_tab` VALUES (1039,3999,1,1353,'','<p>d</p>',1,1); +INSERT INTO `marker_tab` VALUES (1040,4001,1,118,'','<p>A feature should be added that one can mark various shrines and seeds as cleared. This would probably work best for those who create a login for this site.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1041,4005,1,1235,'','<p>Recommended to fight it from the east.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1042,4006,1,1235,'','<p>Archery Mini-Boss on first encounter</p>',1,1); +INSERT INTO `marker_tab` VALUES (1043,4008,1,1235,'','<p>Underground in the Prison Cells</p>',1,1); +INSERT INTO `marker_tab` VALUES (1044,4009,1,1235,'','<p>Given during the final fight with Dark Beast Ganon.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1045,4010,1,1235,'','<p>Underground -- Skeletal Hinox mini-boss for it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1046,4046,1,1382,'','<p>look in the water for a surprise&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (1047,4048,1,1383,'','<p>Tame&nbsp;the Giant Horse in the Taobab Grasslands</p>',1,1); +INSERT INTO `marker_tab` VALUES (1048,4055,1,1389,'','<p>sdfws</p>',1,1); +INSERT INTO `marker_tab` VALUES (1049,4057,1,1394,'','<p>&diams;</p>',1,1); +INSERT INTO `marker_tab` VALUES (1050,4060,1,1403,'','<p>Basic skull base camp</p>',1,1); +INSERT INTO `marker_tab` VALUES (1051,4064,1,1416,'','<p>Single Ironshroom, nestled in the rocks west of the Korok stone circle</p>',1,1); +INSERT INTO `marker_tab` VALUES (1052,4065,1,1416,'','<p>Search the smashable rock at the base of the cliff.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1053,4066,1,1416,'','<p>Search the rocks for Opal, Amber, and Rock Salt</p>',1,1); +INSERT INTO `marker_tab` VALUES (1054,4067,1,1416,'','<p>Topaz, Amber, Flint, Rock Salt</p>',1,1); +INSERT INTO `marker_tab` VALUES (1055,4068,1,1416,'','<p>The Missing Stone is at the base of the Moblin Tree to the South West.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1056,4069,1,1416,'','<p>At the top of the tower, climb out through the eye socket of the moblin skull. You will find a 52 Two Handed Royal Claymore embedded in the skull at the top.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1057,4070,1,1416,'','<p>Moves around under the arch.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1059,4073,1,1416,'','<p>Growing from the side of the cliff</p>',1,1); +INSERT INTO `marker_tab` VALUES (1060,4074,1,1416,'','<p>Two Rubies, Two Topaz, Two Flints, Saphire</p>',1,1); +INSERT INTO `marker_tab` VALUES (1061,4075,1,1416,'','<p>Cracked Wall protecting a Korok Seed under a stone.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1062,4076,1,1416,'','<p>Topaz and Rock Salt</p>',1,1); +INSERT INTO `marker_tab` VALUES (1063,4077,1,1416,'','<p>Rock Salt, Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (1064,4078,1,1416,'','<p>2x Rock Salt, 2x Opal</p>',1,1); +INSERT INTO `marker_tab` VALUES (1065,4080,1,1416,'','<p>Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (1066,4081,1,1416,'','<p>In the open between a Moblin and a Bokoblin.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1067,4084,1,1424,'','<p>DONE</p>',1,1); +INSERT INTO `marker_tab` VALUES (1068,4117,1,1460,'','<p>Zora Headgear made from dragon scales. Increases swimming speed and allows for you to use Spin Attack.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1069,4119,1,1467,'','<p>Completed</p>',1,1); +INSERT INTO `marker_tab` VALUES (1070,4125,1,747,'','<p>Several moblins and several bokoblins</p>',1,1); +INSERT INTO `marker_tab` VALUES (1071,4128,1,747,'','<p>Got a sapphire and a ruby!</p>',1,1); +INSERT INTO `marker_tab` VALUES (1072,4129,1,1475,'','<p>Need at least 13 hearts to pull it out</p>',1,1); +INSERT INTO `marker_tab` VALUES (1073,4145,1,262,'','<p>On roof of the maze. Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (1074,4157,1,1504,'','<p>Inside each of the the tree stumps is one Whizzrobe of each element, dropping their corresponding &nbsp;rods. (Meteor, Thunderstorm &amp; Blizzard Rods respectively)</p>',1,1); +INSERT INTO `marker_tab` VALUES (1075,4159,1,1508,'','<p>2 treasure chests, each containing 300 rupies.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1076,4160,1,1510,'','<p>Weak points on l&ntilde;ower back.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1077,4171,1,1510,'','<p>Stone Talus- Weak point on lower back.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1078,4177,1,1546,'','<p>Fire Arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (1079,4199,1,1568,'','<p>Comes to life at night.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1080,4200,1,1568,'','<p>Comes to life at night.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1081,4215,1,1590,'','<p>Lynux Silver x3</p>',1,1); +INSERT INTO `marker_tab` VALUES (1082,4225,1,1610,'','<p>there arnt korok seed here</p>',1,1); +INSERT INTO `marker_tab` VALUES (1083,4232,1,1382,'','<p>chest in water, &nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (1084,4242,1,1587,'','<p>Memoria 13</p>',1,1); +INSERT INTO `marker_tab` VALUES (1085,4244,1,1537,'','<p>Craked wall whit a <span lang="en">chest <br /></span></p>',1,1); +INSERT INTO `marker_tab` VALUES (1086,4247,1,1625,'','<p>General Store, Armor Shop, Dye Shop, Inn</p>',1,1); +INSERT INTO `marker_tab` VALUES (1087,4272,1,1686,'','<p>Walking to this area and using a bomb on the rocky structure in this corner will reveal a chest with an opal in it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (1100,4300,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1101,4301,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1102,4302,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1103,4303,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1104,4304,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1105,4305,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1106,4306,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1107,4307,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1108,4308,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1109,4309,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1110,4310,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1111,4311,1,1,'','<p>Equipped Items: Lightning Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1112,4312,1,1,'','<p>Equipped Items: Thunderstorm Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1113,4313,1,1,'','<p>Equipped Items: Thunderstorm Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1114,4314,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1115,4315,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1116,4316,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1117,4317,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1118,4318,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1119,4319,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1120,4320,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1121,4321,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1122,4322,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1123,4323,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1124,4324,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1125,4325,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1126,4326,1,1,'','<p>Equipped Items: Fire Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1127,4327,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1128,4328,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1129,4329,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1130,4330,1,1,'','<p>Equipped Items: Meteor Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1131,4331,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1132,4332,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1133,4333,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1134,4334,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1135,4335,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1136,4336,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1137,4337,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1138,4338,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1139,4339,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1140,4340,1,1,'','<p>Equipped Items: Ice Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (1163,4363,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Flameblade / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1164,4364,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Crusher / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1165,4365,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1166,4366,1,1,'','<p>Arrow Type: Ice Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1167,4367,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Spear / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1168,4368,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Spear / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1169,4369,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Crusher / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1170,4370,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1171,4371,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Lynel Sword / Lynel Shield / Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1172,4372,1,1,'','<p>Arrow Type: Fire Arrow</p><p>Equipped Items: Mighty Lynel Spear / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1173,4373,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1174,4374,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Spear / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1175,4375,1,1,'','<p>Arrow Type: Ice Arrow</p><p>Equipped Items: Mighty Lynel Crusher / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1176,4376,1,1,'','<p>Arrow Type: Fire Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1177,4377,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1178,4378,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Sword / Mighty Lynel Shield / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1179,4379,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Mighty Lynel Crusher / Mighty Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1180,4380,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Spear / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1181,4381,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1182,4382,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Spear / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1183,4383,1,1,'','<p>Arrow Type: Ice Arrow</p><p>Equipped Items: Savage Lynel Crusher / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1184,4384,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1185,4385,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Crusher / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1186,4386,1,1,'','<p>Arrow Type: Arrow</p><p>Equipped Items: Savage Lynel Spear / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1187,4387,1,1,'','<p>Arrow Type: Shock Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1188,4388,1,1,'','<p>Arrow Type: Fire Arrow</p><p>Equipped Items: Savage Lynel Sword / Savage Lynel Shield / Savage Lynel Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1194,4457,1,1,'','<p>Items: Giant Boomerang / Thunderspear / Knight\'s Broadsword</p>',1,1); +INSERT INTO `marker_tab` VALUES (1195,4458,1,1,'','<p>Items: Giant Boomerang / Frostspear / Knight\'s Broadsword</p>',1,1); +INSERT INTO `marker_tab` VALUES (1196,4459,1,1,'','<p>Items: Moonlight Scimitar / Great Thunderblade / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1197,4460,1,1,'','<p>Items: Giant Boomerang / Frostblade / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1198,4461,1,1,'','<p>Items: Knight\'s Broadsword / Great Frostblade / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1199,4462,1,1,'','<p>Items: Knight\'s Broadsword / Great Flameblade / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1200,4463,1,1,'','<p>Items: Giant Boomerang / Flamespear / Knight\'s Broadsword</p>',1,1); +INSERT INTO `marker_tab` VALUES (1201,4464,1,1,'','<p>Items: Giant Boomerang / Thunderblade / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1202,4465,1,1,'','<p>Items: Giant Boomerang / Flameblade / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1203,4466,1,1,'','<p>Items: Royal Broadsword / Great Thunderblade / Royal Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1204,4467,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1205,4468,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Traveler\'s Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (1206,4469,1,1,'','<p>Items: Spiked Boko Bat / Spiked Boko Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1207,4470,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Soldier\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1208,4471,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Traveler\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1209,4472,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1210,4473,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Traveler\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1211,4474,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Soldier\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1212,4475,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1213,4476,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1214,4477,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Soldier\'s Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (1215,4478,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Soldier\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1216,4479,1,1,'','<p>Items: Soldier\'s Broadsword / Soldier\'s Bow / Soldier\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1217,4480,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1218,4481,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1219,4482,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Soldier\'s Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (1220,4483,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1221,4484,1,1,'','<p>Items: Soldier\'s Broadsword / Soldier\'s Bow / Soldier\'s Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (1222,4485,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1223,4486,1,1,'','<p>Items: Dragonbone Boko Club / Dragon Bone Boko Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1224,4487,1,1,'','<p>Items: Moonlight Scimitar / Soldier\'s Bow / Soldier\'s Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (1225,4488,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1226,4489,1,1,'','<p>Items: Dragonbone Boko Spear / Dragonbone Boko Club</p>',1,1); +INSERT INTO `marker_tab` VALUES (1227,4490,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1228,4491,1,1,'','<p>Items: Knight\'s Halberd / Knight\'s Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (1229,4492,1,1,'','<p>Items: Knight\'s Broadsword / Knight\'s Bow / Soldier\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1230,4493,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1231,4494,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1232,4495,1,1,'','<p>Items: Royal Broadsword / Royal Bow / Soldier\'s Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (1233,4496,1,1,'','<p>Items: Traveler\'s Sword / Traveler\'s Bow / Knight\'s Halberd</p>',1,1); +INSERT INTO `marker_tab` VALUES (1257,4520,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1258,4521,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1259,4522,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1260,4523,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1261,4524,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1262,4525,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1263,4526,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1264,4527,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1265,4528,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1266,4529,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1267,4530,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1268,4531,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1269,4532,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1270,4533,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1271,4534,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1272,4535,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1273,4536,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1274,4537,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1275,4538,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1276,4539,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1277,4540,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1278,4541,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1279,4542,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1280,4543,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1281,4544,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1282,4545,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1283,4546,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1284,4547,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1285,4548,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1286,4549,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1287,4550,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1288,4551,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1289,4552,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1290,4553,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1291,4554,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1292,4555,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1293,4556,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1294,4557,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1295,4558,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1296,4559,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1297,4560,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1298,4561,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1299,4562,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1300,4563,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1301,4564,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1302,4565,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1303,4566,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1304,4567,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1305,4568,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1306,4569,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1307,4570,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1308,4571,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1309,4572,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1310,4573,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1311,4574,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1312,4575,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1313,4576,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1314,4577,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1315,4578,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1316,4579,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1317,4580,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1318,4581,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1319,4582,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1320,4583,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1321,4584,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1322,4585,1,1,'','Possible sight',1,1); +INSERT INTO `marker_tab` VALUES (1384,4647,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1385,4648,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1386,4649,1,1,'','<p>Contains: Giant Ancient Core</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1387,4650,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1388,4651,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1389,4652,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1390,4653,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1391,4654,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1392,4655,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1393,4656,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1394,4657,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1395,4658,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1396,4659,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1397,4660,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1398,4661,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1399,4662,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1400,4663,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1401,4664,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1402,4665,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1403,4666,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1404,4667,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1405,4668,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1406,4669,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1407,4670,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1408,4671,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1409,4672,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1410,4673,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1411,4674,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1412,4675,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1413,4676,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1414,4677,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1415,4678,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1416,4679,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1417,4680,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1418,4681,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1419,4682,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1420,4683,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1421,4684,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1422,4685,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1423,4686,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1424,4687,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1425,4688,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1426,4689,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1427,4690,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1428,4691,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1429,4692,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1430,4693,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1431,4694,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1432,4695,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1433,4696,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1434,4697,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1435,4698,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1436,4699,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1437,4700,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1438,4701,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1439,4702,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1440,4703,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1441,4704,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1442,4705,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1443,4706,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1444,4707,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1445,4708,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1446,4709,1,1,'','<p>Contains: </p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1447,4710,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1448,4711,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1449,4712,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1450,4713,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1451,4714,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1452,4715,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1453,4716,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1454,4717,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1455,4718,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1456,4719,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1457,4720,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1458,4721,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1459,4722,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1460,4723,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1461,4724,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1462,4725,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1463,4726,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1464,4727,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1465,4728,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1466,4729,1,1,'','<p>Contains: Luminous Stone</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1467,4730,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1468,4731,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1469,4732,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1470,4733,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1471,4734,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1472,4735,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1473,4736,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1474,4737,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1475,4738,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1476,4739,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1477,4740,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1478,4741,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1479,4742,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1480,4743,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1481,4744,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1482,4745,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1483,4746,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1484,4747,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1485,4748,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1486,4749,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1487,4750,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1488,4751,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1489,4752,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1490,4753,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1491,4754,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1492,4755,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1493,4756,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1494,4757,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1495,4758,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1496,4759,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1497,4760,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1498,4761,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1499,4762,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1500,4763,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1501,4764,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1502,4765,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1503,4766,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1504,4767,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1505,4768,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1506,4769,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1507,4770,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1508,4771,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1509,4772,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1510,4773,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1511,4774,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1512,4775,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1513,4776,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1514,4777,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1515,4778,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1516,4779,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1517,4780,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1518,4781,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1519,4782,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1520,4783,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1521,4784,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1522,4785,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1523,4786,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1524,4787,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1525,4788,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1526,4789,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1527,4790,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1528,4791,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1529,4792,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1530,4793,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1531,4794,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1532,4795,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1533,4796,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1534,4797,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1535,4798,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1536,4799,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1537,4800,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1538,4801,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1539,4802,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1540,4803,1,1,'','<p>Contains: Dinraal\'s Scale</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1541,4804,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1542,4805,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1543,4806,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1544,4807,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1545,4808,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1546,4809,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1547,4810,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1548,4811,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1549,4812,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1550,4813,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1551,4814,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1552,4815,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1553,4816,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1554,4817,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1555,4818,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1556,4819,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1557,4820,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1558,4821,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1559,4822,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1560,4823,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1561,4824,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1562,4825,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1563,4826,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1564,4827,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1565,4828,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1566,4829,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1567,4830,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1568,4831,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1569,4832,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1570,4833,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1571,4834,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1572,4835,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1573,4836,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1574,4837,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1575,4838,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1576,4839,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1577,4840,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1578,4841,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1579,4842,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1580,4843,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1581,4844,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1582,4845,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1583,4846,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1584,4847,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1585,4848,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1586,4849,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1587,4850,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1588,4851,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1589,4852,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1590,4853,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1591,4854,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1592,4855,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1593,4856,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1594,4857,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1595,4858,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1596,4859,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1597,4860,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1598,4861,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1599,4862,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1600,4863,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1601,4864,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1602,4865,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1603,4866,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1604,4867,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1605,4868,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1606,4869,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1607,4870,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1608,4871,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1609,4872,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1610,4873,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1611,4874,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1612,4875,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1613,4876,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1614,4877,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1615,4878,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1616,4879,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1617,4880,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1618,4881,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1619,4882,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1620,4883,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1621,4884,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1622,4885,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1623,4886,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1624,4887,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1625,4888,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1626,4889,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1627,4890,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1628,4891,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1629,4892,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1630,4893,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1631,4894,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1632,4895,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1633,4896,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1634,4897,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1635,4898,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1636,4899,1,1,'','<p>Contains: </p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1637,4900,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1638,4901,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1639,4902,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1640,4903,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1641,4904,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1642,4905,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1643,4906,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1644,4907,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1645,4908,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1646,4909,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1647,4910,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1648,4911,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1649,4912,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1650,4913,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1651,4914,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1652,4915,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1653,4916,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1654,4917,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1655,4918,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1656,4919,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1657,4920,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1658,4921,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1659,4922,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1660,4923,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1661,4924,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1662,4925,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1663,4926,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1664,4927,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1665,4928,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1666,4929,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1667,4930,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1668,4931,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1669,4932,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1670,4933,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1671,4934,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1672,4935,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1673,4936,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1674,4937,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1675,4938,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1676,4939,1,1,'','<p>Contains: Shard of Naydra\'s Fang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1677,4940,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1678,4941,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1679,4942,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1680,4943,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1681,4944,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1682,4945,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1683,4946,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1684,4947,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1685,4948,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1686,4949,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1687,4950,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1688,4951,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1689,4952,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1690,4953,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1691,4954,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1692,4955,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1693,4956,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1694,4957,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1695,4958,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1696,4959,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1697,4960,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1698,4961,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1699,4962,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1700,4963,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,0); +INSERT INTO `marker_tab` VALUES (1701,4964,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1702,4965,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1703,4966,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1704,4967,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1705,4968,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1706,4969,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1707,4970,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1708,4971,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (1709,4972,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1710,4973,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1711,4974,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1712,4975,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1713,4976,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1714,4977,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1715,4978,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1716,4979,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1717,4980,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1718,4981,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1719,4982,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1720,4983,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1721,4984,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1722,4985,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1723,4986,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1724,4987,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1725,4988,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1726,4989,1,1,'','<p>Contains: Shard of Farosh\'s Fang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1727,4990,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1728,4991,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1729,4992,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1730,4993,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1731,4994,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1732,4995,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1733,4996,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1734,4997,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1735,4998,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1736,4999,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1737,5000,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1738,5001,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1739,5002,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1740,5003,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1741,5004,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1742,5005,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1743,5006,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1744,5007,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1745,5008,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1746,5009,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1747,5010,1,1,'','<p>Contains: </p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1748,5011,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1749,5012,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1750,5013,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1751,5014,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1752,5015,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1753,5016,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1754,5017,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1755,5018,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1756,5019,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1757,5020,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1758,5021,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1759,5022,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1760,5023,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1761,5024,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1762,5025,1,1,'','<p>Contains: Flint</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1763,5026,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1764,5027,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1765,5028,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1766,5029,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1767,5030,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1768,5031,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1769,5032,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1770,5033,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1771,5034,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1772,5035,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1773,5036,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1774,5037,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1775,5038,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1776,5039,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1777,5040,1,1,'','<p>Contains: Mighty Bananas</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1778,5041,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1779,5042,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1780,5043,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1781,5044,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1782,5045,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1783,5046,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1784,5047,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1785,5048,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1786,5049,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1787,5050,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1788,5051,1,1,'','<p>Contains: Luminous Stone</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1789,5052,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1790,5053,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1791,5054,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1792,5055,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1793,5056,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1794,5057,1,1,'','<p>Contains: Giant Ancient Core</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1795,5058,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1796,5059,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1797,5060,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1798,5061,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1799,5062,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1800,5063,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1801,5064,1,1,'','<p>Contains: Ancient Core</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1802,5065,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1803,5066,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1804,5067,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1805,5068,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1806,5069,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1807,5070,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1808,5071,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1809,5072,1,1,'','<p>Contains: Shard of Dinraal\'s Fang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1810,5073,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1811,5074,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1812,5075,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1813,5076,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1814,5077,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1815,5078,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1816,5079,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1817,5080,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1818,5081,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1819,5082,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1820,5083,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1821,5084,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1822,5085,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1823,5086,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1824,5087,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1825,5088,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (1826,5089,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1827,5090,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1828,5091,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1829,5092,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1830,5093,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1831,5094,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1832,5095,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1833,5096,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1834,5097,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1835,5098,1,1,'','<p>Contains: Ancient Shaft</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1836,5099,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1837,5100,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1838,5101,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1839,5102,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1840,5103,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1841,5104,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1842,5105,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1843,5106,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1844,5107,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1845,5108,1,1,'','<p>Contains: Ruby</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1846,5109,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1847,5110,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1848,5111,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1849,5112,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1850,5113,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1851,5114,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1852,5115,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1853,5116,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1854,5117,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1855,5118,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1856,5119,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1857,5120,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1858,5121,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1859,5122,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1860,5123,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1861,5124,1,1,'','<p>Contains: Red Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1862,5125,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1863,5126,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1864,5127,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1865,5128,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1866,5129,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1867,5130,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1868,5131,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1869,5132,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1870,5133,1,1,'','<p>Contains: Naydra\'s Scale</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1871,5134,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1872,5135,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1873,5136,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1874,5137,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1875,5138,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1876,5139,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1877,5140,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1878,5141,1,1,'','<p>Contains: Amber</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1879,5142,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1880,5143,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1881,5144,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1882,5145,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1883,5146,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1884,5147,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1885,5148,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1886,5149,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1887,5150,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1888,5151,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1889,5152,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1890,5153,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1891,5154,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1892,5155,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1893,5156,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1894,5157,1,1,'','<p>Contains: Opal</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1895,5158,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1896,5159,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1897,5160,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1898,5161,1,1,'','<p>Contains: Star Fragment</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1899,5162,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1900,5163,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1901,5164,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1902,5165,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1903,5166,1,1,'','<p>Contains: Luminous Stone</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1904,5167,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1905,5168,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1906,5169,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1907,5170,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1908,5171,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1909,5172,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1910,5173,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1911,5174,1,1,'','<p>Contains: Diamond</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1912,5175,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1913,5176,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1914,5177,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1915,5178,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1916,5179,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1917,5180,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1918,5181,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1919,5182,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1920,5183,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1921,5184,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1922,5185,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1923,5186,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1924,5187,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1925,5188,1,1,'','<p>Contains: Thunder Helm</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1926,5189,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1927,5190,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1928,5191,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1929,5192,1,1,'','<p>Contains: Gold Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1930,5193,1,1,'','<p>Contains: Silver Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1931,5194,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1932,5195,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1933,5196,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1934,5197,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1935,5198,1,1,'','<p>Contains: Opal</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1936,5199,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1937,5200,1,1,'','<p>Contains: Topaz</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (1938,5201,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1939,5202,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1940,5203,1,1,'','<p>Contains: Purple Rupee</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1941,5204,1,1,'','<p>Contains: Amber</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1942,5205,1,1,'','<p>Contains: Sapphire</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (1943,5206,1,1,'','<p>Contains: Hestu\'s Maracas</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2407,5670,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2408,5671,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2409,5672,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2410,5673,1,1,'','<p>Contains: Spiked Boko Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2411,5674,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2412,5675,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2413,5676,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2414,5677,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2415,5678,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2416,5679,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2417,5680,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2418,5681,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2419,5682,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2420,5683,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2421,5684,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2422,5685,1,1,'','<p>Contains: Traveler\'s Sword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2423,5686,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2424,5687,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2425,5688,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2426,5689,1,1,'','<p>Contains: Flameblade</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2427,5690,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2428,5691,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2429,5692,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2430,5693,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2431,5694,1,1,'','<p>Contains: Fisherman\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2432,5695,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2433,5696,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2434,5697,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2435,5698,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2436,5699,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2437,5700,1,1,'','<p>Contains: Lightscale Trident</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2438,5701,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2439,5702,1,1,'','<p>Contains: Thunderstorm Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2440,5703,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2441,5704,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2442,5705,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2443,5706,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2444,5707,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2445,5708,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2446,5709,1,1,'','<p>Contains: Ancient Arrow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2447,5710,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2448,5711,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2449,5712,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2450,5713,1,1,'','<p>Contains: Royal Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2451,5714,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2452,5715,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2453,5716,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2454,5717,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2455,5718,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2456,5719,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2457,5720,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2458,5721,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2459,5722,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2460,5723,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2461,5724,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2462,5725,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2463,5726,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2464,5727,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2465,5728,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2466,5729,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2467,5730,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2468,5731,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2469,5732,1,1,'','<p>Contains: Ice Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2470,5733,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2471,5734,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2472,5735,1,1,'','<p>Contains: Tunic of the Wild</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2473,5736,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2474,5737,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2475,5738,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2476,5739,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2477,5740,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2478,5741,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2479,5742,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2480,5743,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2481,5744,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2482,5745,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2483,5746,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2484,5747,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2485,5748,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2486,5749,1,1,'','<p>Contains: Cobble Crusher</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2487,5750,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2488,5751,1,1,'','<p>Contains: Shock Arrow x10</p><p>Is in the ground: Yes</p>',1,0); +INSERT INTO `marker_tab` VALUES (2489,5752,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2490,5753,1,1,'','<p>Contains: Warm Doublet</p><p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (2491,5754,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2492,5755,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2493,5756,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2494,5757,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2495,5758,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2496,5759,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2497,5760,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2498,5761,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2499,5762,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2500,5763,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2501,5764,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2502,5765,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2503,5766,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2504,5767,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2505,5768,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2506,5769,1,1,'','<p>Contains: Swallow Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2507,5770,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2508,5771,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2509,5772,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2510,5773,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2511,5774,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2512,5775,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2513,5776,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2514,5777,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2515,5778,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2516,5779,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2517,5780,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2518,5781,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2519,5782,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2520,5783,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2521,5784,1,1,'','<p>Contains: Edge of Duality</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2522,5785,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2523,5786,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2524,5787,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2525,5788,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2526,5789,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2527,5790,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2528,5791,1,1,'','<p>Contains: Traveler\'s Sword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2529,5792,1,1,'','<p>Contains: Emblazoned Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2530,5793,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2531,5794,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2532,5795,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2533,5796,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2534,5797,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2535,5798,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2536,5799,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2537,5800,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2538,5801,1,1,'','<p>Contains: Ancient Arrow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2539,5802,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2540,5803,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2541,5804,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2542,5805,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2543,5806,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2544,5807,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2545,5808,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2546,5809,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2547,5810,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2548,5811,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2549,5812,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2550,5813,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2551,5814,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2552,5815,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2553,5816,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2554,5817,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2555,5818,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2556,5819,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2557,5820,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2558,5821,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2559,5822,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2560,5823,1,1,'','<p>Contains: Scimitar of the Seven</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2561,5824,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2562,5825,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2563,5826,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2564,5827,1,1,'','<p>Contains: Fishing Harpoon</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2565,5828,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2566,5829,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2567,5830,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2568,5831,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2569,5832,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2570,5833,1,1,'','<p>Contains: Frostblade</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2571,5834,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2572,5835,1,1,'','<p>Contains: Forest Dweller\'s Sword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2573,5836,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2574,5837,1,1,'','<p>Contains: Traveler\'s Sword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2575,5838,1,1,'','<p>Contains: Royal Halberd</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2576,5839,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2577,5840,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2578,5841,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2579,5842,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2580,5843,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2581,5844,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2582,5845,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2583,5846,1,1,'','<p>Contains: Shock Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2584,5847,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2585,5848,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2586,5849,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2587,5850,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2588,5851,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2589,5852,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2590,5853,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2591,5854,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2592,5855,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2593,5856,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2594,5857,1,1,'','<p>Contains: Radiant Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2595,5858,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2596,5859,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2597,5860,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2598,5861,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2599,5862,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2600,5863,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2601,5864,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2602,5865,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2603,5866,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2604,5867,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2605,5868,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2606,5869,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2607,5870,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2608,5871,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2609,5872,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2610,5873,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2611,5874,1,1,'','<p>Contains: Fisherman\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2612,5875,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2613,5876,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2614,5877,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2615,5878,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2616,5879,1,1,'','<p>Contains: Silverscale Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2617,5880,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2618,5881,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2619,5882,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2620,5883,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2621,5884,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2622,5885,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2623,5886,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2624,5887,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2625,5888,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2626,5889,1,1,'','<p>Contains: Savage Lynel Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2627,5890,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2628,5891,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2629,5892,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2630,5893,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2631,5894,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2632,5895,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2633,5896,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2634,5897,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2635,5898,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2636,5899,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2637,5900,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2638,5901,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2639,5902,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2640,5903,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2641,5904,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2642,5905,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2643,5906,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2644,5907,1,1,'','<p>Contains: Ice Arrow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2645,5908,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2646,5909,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2647,5910,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2648,5911,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2649,5912,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2650,5913,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2651,5914,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2652,5915,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2653,5916,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2654,5917,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2655,5918,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2656,5919,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2657,5920,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2658,5921,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2659,5922,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2660,5923,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2661,5924,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2662,5925,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2663,5926,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2664,5927,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2665,5928,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2666,5929,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2667,5930,1,1,'','<p>Contains: Thunderstorm Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2668,5931,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2669,5932,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2670,5933,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2671,5934,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2672,5935,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2673,5936,1,1,'','<p>Contains: Drillshaft</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2674,5937,1,1,'','<p>Contains: Kite Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2675,5938,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2676,5939,1,1,'','<p>Contains: Great Thunderblade</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2677,5940,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2678,5941,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2679,5942,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2680,5943,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2681,5944,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2682,5945,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2683,5946,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2684,5947,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2685,5948,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2686,5949,1,1,'','<p>Contains: Cobble Crusher</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2687,5950,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2688,5951,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2689,5952,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2690,5953,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2691,5954,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2692,5955,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2693,5956,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2694,5957,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2695,5958,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2696,5959,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2697,5960,1,1,'','<p>Contains: Edge of Duality</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2698,5961,1,1,'','<p>Contains: Blizzard Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2699,5962,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2700,5963,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2701,5964,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2702,5965,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2703,5966,1,1,'','<p>Contains: Forest Dweller\'s Sword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2704,5967,1,1,'','<p>Contains: Frostblade</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2705,5968,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2706,5969,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2707,5970,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2708,5971,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2709,5972,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2710,5973,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2711,5974,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2712,5975,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2713,5976,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2714,5977,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2715,5978,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2716,5979,1,1,'','<p>Contains: Flamespear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2717,5980,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2718,5981,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2719,5982,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2720,5983,1,1,'','<p>Contains: Shock Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2721,5984,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2722,5985,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2723,5986,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2724,5987,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2725,5988,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2726,5989,1,1,'','<p>Contains: Well-Worn Trousers</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2727,5990,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2728,5991,1,1,'','<p>Contains: Daybreaker</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2729,5992,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2730,5993,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2731,5994,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2732,5995,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2733,5996,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2734,5997,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2735,5998,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2736,5999,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2737,6000,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2738,6001,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2739,6002,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2740,6003,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2741,6004,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2742,6005,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2743,6006,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2744,6007,1,1,'','<p>Contains: Korok Leaf</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2745,6008,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2746,6009,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2747,6010,1,1,'','<p>Contains: Hylian Trousers</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2748,6011,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2749,6012,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2750,6013,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2751,6014,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2752,6015,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2753,6016,1,1,'','<p>Contains: Old Shirt</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2754,6017,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2755,6018,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2756,6019,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2757,6020,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2758,6021,1,1,'','<p>Contains: Bomb Arrow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2759,6022,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2760,6023,1,1,'','<p>Contains: Zora Helm</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2761,6024,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2762,6025,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2763,6026,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2764,6027,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2765,6028,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2766,6029,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2767,6030,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2768,6031,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2769,6032,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2770,6033,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2771,6034,1,1,'','<p>Contains: Royal Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2772,6035,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2773,6036,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2774,6037,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2775,6038,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2776,6039,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2777,6040,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2778,6041,1,1,'','<p>Contains: Thunderblade</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2779,6042,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2780,6043,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2781,6044,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2782,6045,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2783,6046,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2784,6047,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2785,6048,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2786,6049,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2787,6050,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2788,6051,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2789,6052,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2790,6053,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2791,6054,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2792,6055,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2793,6056,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2794,6057,1,1,'','<p>Contains: Feathered Edge</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2795,6058,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2796,6059,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2797,6060,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2798,6061,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2799,6062,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2800,6063,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2801,6064,1,1,'','<p>Contains: Royal Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2802,6065,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2803,6066,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2804,6067,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2805,6068,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2806,6069,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2807,6070,1,1,'','<p>Contains: Soldier\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2808,6071,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2809,6072,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2810,6073,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2811,6074,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2812,6075,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2813,6076,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2814,6077,1,1,'','<p>Contains: Trousers of the Wild</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2815,6078,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2816,6079,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2817,6080,1,1,'','<p>Contains: Forest Dweller\'s Sword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2818,6081,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2819,6082,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2820,6083,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2821,6084,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2822,6085,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2823,6086,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2824,6087,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2825,6088,1,1,'','<p>Contains: Stone Smasher</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2826,6089,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2827,6090,1,1,'','<p>Contains: Radiant Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2828,6091,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2829,6092,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2830,6093,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2831,6094,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2832,6095,1,1,'','<p>Contains: Silverscale Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2833,6096,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2834,6097,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2835,6098,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2836,6099,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2837,6100,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2838,6101,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2839,6102,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2840,6103,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2841,6104,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2842,6105,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2843,6106,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2844,6107,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2845,6108,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2846,6109,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2847,6110,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2848,6111,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2849,6112,1,1,'','<p>Contains: Zora Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2850,6113,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2851,6114,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2852,6115,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2853,6116,1,1,'','<p>Contains: Iron Sledgehammer</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2854,6117,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2855,6118,1,1,'','<p>Contains: Forest Dweller\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2856,6119,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2857,6120,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2858,6121,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2859,6122,1,1,'','<p>Contains: Great Eagle Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2860,6123,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2861,6124,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2862,6125,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2863,6126,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2864,6127,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2865,6128,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2866,6129,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2867,6130,1,1,'','<p>Contains: Hunter\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2868,6131,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2869,6132,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2870,6133,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2871,6134,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2872,6135,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2873,6136,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2874,6137,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2875,6138,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2876,6139,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2877,6140,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2878,6141,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2879,6142,1,1,'','<p>Contains: Feathered Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2880,6143,1,1,'','<p>Contains: Kite Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2881,6144,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2882,6145,1,1,'','<p>Contains: Gerudo Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2883,6146,1,1,'','<p>Contains: Emblazoned Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2884,6147,1,1,'','<p>Contains: Knight\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2885,6148,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2886,6149,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2887,6150,1,1,'','<p>Contains: Forest Dweller\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2888,6151,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2889,6152,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2890,6153,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2891,6154,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2892,6155,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2893,6156,1,1,'','<p>Contains: Radiant Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2894,6157,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2895,6158,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2896,6159,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2897,6160,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2898,6161,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2899,6162,1,1,'','<p>Contains: Bomb Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2900,6163,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2901,6164,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2902,6165,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2903,6166,1,1,'','<p>Contains: Throwing Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2904,6167,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2905,6168,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2906,6169,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2907,6170,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2908,6171,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2909,6172,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2910,6173,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2911,6174,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2912,6175,1,1,'','<p>Contains: Diamond Circlet</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2913,6176,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2914,6177,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2915,6178,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2916,6179,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2917,6180,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2918,6181,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2919,6182,1,1,'','<p>Contains: Falcon Bow</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2920,6183,1,1,'','<p>Contains: Silver Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2921,6184,1,1,'','<p>Contains: Thunderstorm Rod</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2922,6185,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2923,6186,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2924,6187,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2925,6188,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2926,6189,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2927,6190,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2928,6191,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2929,6192,1,1,'','<p>Contains: Golden Claymore</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2930,6193,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2931,6194,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2932,6195,1,1,'','<p>Contains: Golden Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2933,6196,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2934,6197,1,1,'','<p>Contains: Knight\'s Claymore</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2935,6198,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2936,6199,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2937,6200,1,1,'','<p>Contains: Eightfold Blade</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2938,6201,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2939,6202,1,1,'','<p>Contains: Swallow Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2940,6203,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2941,6204,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2942,6205,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2943,6206,1,1,'','<p>Contains: Boulder Breaker</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2944,6207,1,1,'','<p>Contains: Forest Dweller\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2945,6208,1,1,'','<p>Contains: Silver Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2946,6209,1,1,'','<p>Contains: Ancient Arrow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2947,6210,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2948,6211,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2949,6212,1,1,'','<p>Contains: Ice Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2950,6213,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2951,6214,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2952,6215,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2953,6216,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2954,6217,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2955,6218,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2956,6219,1,1,'','<p>Contains: Boomerang</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2957,6220,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2958,6221,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2959,6222,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2960,6223,1,1,'','<p>Contains: Hylian Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2961,6224,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2962,6225,1,1,'','<p>Contains: Gerudo Scimitar</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2963,6226,1,1,'','<p>Contains: Eightfold Longblade</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2964,6227,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2965,6228,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2966,6229,1,1,'','<p>Contains: Ice Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2967,6230,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2968,6231,1,1,'','<p>Contains: Moonlight Scimitar</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2969,6232,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2970,6233,1,1,'','<p>Contains: Giant Boomerang</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2971,6234,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2972,6235,1,1,'','<p>Contains: Phrenic Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2973,6236,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2974,6237,1,1,'','<p>Contains: Silver Longsword</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2975,6238,1,1,'','<p>Contains: Gerudo Spear</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2976,6239,1,1,'','<p>Contains: Royal Broadsword</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2977,6240,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2978,6241,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2979,6242,1,1,'','<p>Contains: Ancient Arrow x3</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2980,6243,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2981,6244,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2982,6245,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2983,6246,1,1,'','<p>Contains: Soldier\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2984,6247,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2985,6248,1,1,'','<p>Contains: Royal Guard\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2986,6249,1,1,'','<p>Contains: Arrow x10</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2987,6250,1,1,'','<p>Contains: Knight\'s Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2988,6251,1,1,'','<p>Contains: Knight\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2989,6252,1,1,'','<p>Contains: Iron Sledgehammer</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2990,6253,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2991,6254,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2992,6255,1,1,'','<p>Contains: Fire Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2993,6256,1,1,'','<p>Contains: Serpentine Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2994,6257,1,1,'','<p>Contains: Iron Sledgehammer</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2995,6258,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (2996,6259,1,1,'','<p>Contains: Double Axe</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2997,6260,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2998,6261,1,1,'','<p>Contains: Meteor Rod</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (2999,6262,1,1,'','<p>Contains: Fire Arrow x10</p><p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3000,6263,1,1,'','<p>Contains: Ancient Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3001,6264,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3002,6265,1,1,'','<p>Contains: Shock Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3003,6266,1,1,'','<p>Contains: Soldier\'s Broadsword</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3004,6267,1,1,'','<p>Contains: Knight\'s Halberd</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3005,6268,1,1,'','<p>Contains: Traveler\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3006,6269,1,1,'','<p>Contains: Emblazoned Shield</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3007,6270,1,1,'','<p>Contains: Bomb Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3008,6271,1,1,'','<p>Contains: Soldier\'s Spear</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3009,6272,1,1,'','<p>Contains: Soldier\'s Bow</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3010,6273,1,1,'','<p>Contains: Arrow x5</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3011,6274,1,1,'','<p>Contains: Cap of the Wild</p><p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3012,6748,1,1743,'','<p>With Zora shirt and nearby shrine, makes for an easy place to quickly farm Farosh's items.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3013,6749,1,1743,'','<p>Wait at Tabantha Bridge Stable's fire until nighttime (9pm).&nbsp; Run north along canyon's edge, and Dinraal will appear from the North, heading South, inside the canyon.&nbsp; Just paraglide towards for easy quick farming.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3014,6763,1,1756,'','<p><strong>Enchants clothes</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3015,6764,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3016,6765,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3017,6766,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3018,6767,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3019,6768,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3020,6769,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3021,6770,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3022,6771,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3023,6772,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3024,6773,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3025,6774,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3026,6775,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Snow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3027,6776,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3028,6777,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3029,6778,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3030,6779,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3031,6780,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3032,6781,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3033,6782,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3034,6783,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3035,6784,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3036,6785,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3037,6786,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3038,6787,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3039,6788,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3040,6789,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3041,6790,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3042,6791,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3043,6792,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3044,6793,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3045,6794,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3046,6795,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3047,6796,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3048,6797,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3049,6798,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3050,6799,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3051,6800,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3052,6801,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3053,6802,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3054,6803,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3055,6804,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3056,6805,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3057,6806,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3058,6807,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3059,6808,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3060,6809,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3061,6810,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3062,6811,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Snow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3063,6812,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3064,6813,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3065,6814,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3066,6815,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3067,6816,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Snow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3068,6817,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3069,6818,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3070,6819,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3071,6820,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3072,6821,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3073,6822,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3074,6823,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3075,6824,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3076,6825,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3077,6826,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3078,6827,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3079,6828,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3080,6829,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3081,6830,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Snow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3082,6831,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3083,6832,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3084,6833,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3085,6834,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3086,6835,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3087,6836,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3088,6837,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3089,6838,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3090,6839,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3091,6840,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3092,6841,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3093,6842,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3094,6843,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3095,6844,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3096,6845,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3097,6846,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3098,6847,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3099,6848,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3100,6849,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3101,6850,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3102,6851,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3103,6852,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3104,6853,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3105,6854,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3106,6855,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3107,6856,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3108,6857,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3109,6858,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3110,6859,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3111,6860,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3112,6861,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3113,6862,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3114,6863,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3115,6864,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3116,6865,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3117,6866,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3118,6867,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3119,6868,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3120,6869,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3121,6870,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3122,6871,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3123,6872,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3124,6873,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3125,6874,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3126,6875,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3127,6876,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3128,6877,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3129,6878,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3130,6879,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3131,6880,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3132,6881,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3133,6882,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3134,6883,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3135,6884,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3136,6885,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3137,6886,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3138,6887,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3139,6888,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3140,6889,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3141,6890,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3142,6891,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3143,6892,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3144,6893,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3145,6894,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3146,6895,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3147,6896,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3148,6897,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3149,6898,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3150,6899,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3151,6900,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3152,6901,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3153,6902,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p><p>Covered in: Sand</p>',1,1); +INSERT INTO `marker_tab` VALUES (3154,6903,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3155,6904,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3156,6905,1,1,'','<p>Can Move: Yes</p><p>Suspended: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3157,6906,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3158,6907,1,1,'','<p>Can Move: Yes</p><p>Suspended: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3159,6908,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3160,6909,1,1,'','<p>Can Move: No</p><p>Suspended: No</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3161,6910,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3162,6911,1,1,'','<p>Can Move: No</p><p>Suspended: Yes</p><p>Covered in: Moss</p>',1,1); +INSERT INTO `marker_tab` VALUES (3163,6913,1,146,'','<p>Push the rock into the hole</p>',1,1); +INSERT INTO `marker_tab` VALUES (3164,6915,1,146,'','<p>Swimming in the shallow water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3165,6916,1,146,'','<p>Swimming in the shallow water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3166,6917,1,146,'','<p>Flower/number puzzle</p>',1,1); +INSERT INTO `marker_tab` VALUES (3167,6928,1,1785,'','<p>Loone, lover of all ancient things, can't bear to part with her precious orb, Roscoe. Although, if you could somehow show her images of three types of Guardians, she may change her tune.</p>\r\n<p>Figure out some way to safely show her what the different Guardians look like. The three include small Guardians, flying Guardians, and Guardians that walk around.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3168,6929,1,1785,'','<p>When you arrived at the Thundra Plateau, a fierce storm blowing around you, a voice spoke.</p>\r\n<p>The voice said that a trial would appear once four spirits were set in their proper places.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3169,6930,1,1785,'','<p>Reward: Topaz</p>',1,1); +INSERT INTO `marker_tab` VALUES (3170,6931,1,1785,'','<p>Harth of the Rito said that if your Great Eagle Bow breaks, he can make another one using a Swallow Bow, a diamond, and five bundles of wood.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3171,6932,1,1785,'','<p>On the ground</p>',1,1); +INSERT INTO `marker_tab` VALUES (3172,6942,1,1811,'','<p>DONE</p>',1,1); +INSERT INTO `marker_tab` VALUES (3173,6944,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3174,6945,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3175,6946,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3176,6947,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3177,6948,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3178,6949,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3179,6950,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3180,6951,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3181,6952,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3182,6953,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3183,6954,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3184,6955,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3185,6956,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3186,6957,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3187,6958,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3188,6959,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3189,6960,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3190,6961,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3191,6962,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3192,6963,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3193,6964,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3194,6965,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3195,6966,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3196,6967,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3197,6968,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3198,6969,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3199,6970,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3200,6971,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3201,6972,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3202,6973,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3203,6974,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3204,6975,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3205,6976,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3206,6977,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3207,6978,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3208,6979,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3209,6980,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3210,6981,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3211,6982,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3212,6983,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3213,6984,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3214,6985,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3215,6986,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3216,6987,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3217,6988,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3218,6989,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3219,6990,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3220,6991,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3221,6992,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3222,6993,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3223,6994,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3224,6995,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3225,6996,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3226,6997,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3227,6998,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3228,6999,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3229,7000,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3230,7001,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3231,7002,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3232,7003,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3233,7004,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3234,7005,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3235,7006,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3236,7007,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3237,7008,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3238,7009,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3239,7010,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3240,7011,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3241,7012,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3242,7013,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3243,7014,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3244,7015,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3245,7016,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3246,7017,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3247,7018,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3248,7019,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3249,7020,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3250,7021,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3251,7022,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3252,7023,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3253,7024,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3254,7025,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3255,7026,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3256,7027,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3257,7028,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3258,7029,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3259,7030,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3260,7031,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3261,7032,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3262,7033,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3263,7034,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3264,7035,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3265,7036,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3266,7037,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3267,7038,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3268,7039,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3269,7040,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3270,7041,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3271,7042,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3272,7043,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3273,7044,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3274,7045,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3275,7046,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3276,7047,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3277,7048,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3278,7049,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3279,7050,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3280,7051,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3281,7052,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3282,7053,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3283,7054,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3284,7055,1,1,'','<p>Already lit: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3285,7056,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3286,7057,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3287,7058,1,1,'','<p>Already lit: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3288,7078,1,1,'','<p>This is the final memory and it will available only after you gather all others.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3289,2793,1,1,'','<p>Chest:&nbsp;Royal Claymore</p>',1,0); +INSERT INTO `marker_tab` VALUES (3290,2793,1,1,'','<p>Chest:&nbsp;Royal Claymore</p>',1,0); +INSERT INTO `marker_tab` VALUES (3291,2794,1,1,'','<p>Title:&nbsp;A Major Test of Strength</p>\r\n<p>Chest:&nbsp;Sapphire</p>',1,1); +INSERT INTO `marker_tab` VALUES (3292,2793,1,1,'','<p>Title:&nbsp;To Quomo's Blessing</p>\r\n<p>Chest:&nbsp;Royal Claymore</p>',1,1); +INSERT INTO `marker_tab` VALUES (3293,7079,1,1634,'','<p>Clear the dungeon by killing its Boss, you'll get a Hylian Shield as a reward</p>',1,1); +INSERT INTO `marker_tab` VALUES (3294,7080,1,1634,'','<p>There will be enemies nearby, so be careful.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3295,7082,1,1475,'','<p>Circles Around the central stone spire</p>',1,1); +INSERT INTO `marker_tab` VALUES (3296,7083,1,1475,'','<p>Walking around the desert, shows up here once taken control of</p>',1,1); +INSERT INTO `marker_tab` VALUES (3297,7084,1,1475,'','<p>Walking around the desert, sits here once taken control of</p>',1,1); +INSERT INTO `marker_tab` VALUES (3298,7085,1,1475,'','<p>Crawling around on top of Death Mountain</p>',1,1); +INSERT INTO `marker_tab` VALUES (3299,6695,1,1,'','<p>Page 1</p>\r\n<p style="padding-left: 30px;">Well, my wife left me today. The last thing she said to me was: "What's more important, the Cuccos or me?!" I chose the Cuccos. - The Bow Master</p>\r\n<p>Page 2</p>\r\n<p style="padding-left: 30px;">A painter unfamiliar to any of us has arrived in the village. He claims he is searching for the Great Fairy's Fountain, but that's near where the village's spirit protector resides. We must make sure the outsider doesn't learn of the location of the fountain...or the two shrines near it. -Anonymous Father of Two</p>\r\n<p>Page 3</p>\r\n<p style="padding-left: 30px;">That new guy in town looks like he really knows how to tune a bow. I hope he comes by and nocks an arrow for me. It's been WAAAY too long. -Lonely Arrow Girl</p>\r\n<p>Page 4</p>\r\n<p style="padding-left: 30px;">Day in, day out, I'm outside barking people into the shop. I don't mind, really. It's good money, and busying myself helps to numb the pain. But the only thing that really helps me feel better is walking among the fireflies. Unfortunately, we've now been asked to not walk around at night because it's dangerous. I don't know how I can cope without the fireflies... -Struggling Shop Girl</p>\r\n<p>Page 5</p>\r\n<p style="padding-left: 30px;">There is a precious heirloom that has been passed down through my family for generations. Recently, I've begun to hear voices telling me that the heirloom has an important destiny. It's going to happen soon. It makes me nervous, but I can feel it in my bones. -Papaya</p>',1,0); +INSERT INTO `marker_tab` VALUES (3300,6695,1,1,'','<p>Page 1</p>\r\n<p style="padding-left: 30px;">Well, my wife left me today. The last thing she said to me was: "What's more important, the Cuccos or me?!" I chose the Cuccos. - The Bow Master</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 2</p>\r\n<p style="padding-left: 30px;">A painter unfamiliar to any of us has arrived in the village. He claims he is searching for the Great Fairy's Fountain, but that's near where the village's spirit protector resides. We must make sure the outsider doesn't learn of the location of the fountain...or the two shrines near it. -Anonymous Father of Two</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 3</p>\r\n<p style="padding-left: 30px;">That new guy in town looks like he really knows how to tune a bow. I hope he comes by and nocks an arrow for me. It's been WAAAY too long. -Lonely Arrow Girl</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 4</p>\r\n<p style="padding-left: 30px;">Day in, day out, I'm outside barking people into the shop. I don't mind, really. It's good money, and busying myself helps to numb the pain. But the only thing that really helps me feel better is walking among the fireflies. Unfortunately, we've now been asked to not walk around at night because it's dangerous. I don't know how I can cope without the fireflies... -Struggling Shop Girl</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>\r\n<p>Page 5</p>\r\n<p style="padding-left: 30px;">There is a precious heirloom that has been passed down through my family for generations. Recently, I've begun to hear voices telling me that the heirloom has an important destiny. It's going to happen soon. It makes me nervous, but I can feel it in my bones. -Papaya</p>\r\n<p style="padding-left: 30px;">&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3301,4963,1,1,'','<p>Give enough food to the dog nearby for a chest.</p>\r\n<p>Contains: Silver Rupee</p>\r\n<p>Is in the ground: Yes</p>',1,0); +INSERT INTO `marker_tab` VALUES (3302,5753,1,1,'','<p>This chest is only available if you don't manage to get it from the Old Man, after you received the Paraglider.</p>\r\n<p>Contains: Warm Doublet</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3303,5753,1,1,'','<p>This chest is only available if you didn't manage to get it from the Old Man, after you received the Paraglider.</p>\r\n<p>Contains: Warm Doublet</p>\r\n<p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3304,4963,1,1,'','<p>Feed the nearby dog 4 times in order in order to make this treasure chest to appear.</p>\r\n<p>Contains: Silver Rupee</p>\r\n<p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3305,5088,1,1,'','<p style="color: red;">It has been reported that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3306,5088,1,1,'','<p style="color: red;"><strong>It has been reported that this chest is glitched and cannot be opened.&nbsp;</strong></p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3307,5088,1,1,'','<p style="color: orange;"><strong>Note: It has been reported that this chest is glitched and cannot be opened.&nbsp;</strong></p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3308,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been reported that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3309,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been reported that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3310,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3311,4971,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Opal</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3312,4971,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Opal</p>\r\n<p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3313,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a>&nbsp;that this chest is glitched and cannot be opened.&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,0); +INSERT INTO `marker_tab` VALUES (3314,5088,1,1,'','<p><span style="color: orange; font-weight: bold;">Note:</span> It has been <a href="https://www.reddit.com/r/zelda/comments/63vm61/botw_spoilers_list_of_glitchedimpossible_chests/">reported</a> that this chest is glitched and cannot be opened (patch &lt;1.11).&nbsp;</p>\r\n<p>Contains: Purple Rupee</p>\r\n<p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (3315,7114,1,652,'','<p>fze</p>',1,1); +INSERT INTO `marker_tab` VALUES (3316,7115,1,1974,'','<p>Behind Rocks, use Remote Bomb to clear the way</p>',1,1); +INSERT INTO `marker_tab` VALUES (3317,5751,1,1,'','<p><img src="content/BotW/BotW_Dog_Chest_East_Akkala_Stable.jpg" alt="" width="960" height="540" />Contains: Shock Arrow x10</p>\r\n<p>Is in the ground: Yes</p>',1,0); +INSERT INTO `marker_tab` VALUES (3318,5751,1,1,'','<img src="content/BotW/BotW_Dog_Chest_East_Akkala_Stable.jpg" alt="" width="960" height="540" />\r\n<p>Feed the nearby dog with 4 different types of food in order to make this chest to appear.</p>\r\n<p>Contains: Shock Arrow x10</p>\r\n<p>Is in the ground: Yes</p>',1,0); +INSERT INTO `marker_tab` VALUES (3319,5751,1,1,'','<img src="content/BotW/BotW_Dog_Chest_East_Akkala_Stable.jpg" alt="" width="960" height="540" />\r\n<p>Feed the nearby dog four times in order to make this chest to appear.</p>\r\n<p>Contains: Shock Arrow x10</p>\r\n<p>Is in the ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3320,7121,1,2153,'','<p>You have to throw a snowball through the door.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3321,7122,1,1881,'','<p>Royal Claymore<strong> Lv 71</strong> , burg the ice and chress apper.<br /><em><strong>Attack Up + 19</strong></em></p>',1,1); +INSERT INTO `marker_tab` VALUES (3322,7123,1,1922,'','<p>??</p>',1,1); +INSERT INTO `marker_tab` VALUES (3323,7124,1,1922,'','<p>??</p>',1,1); +INSERT INTO `marker_tab` VALUES (3324,7127,1,1896,'','<p>chest inside shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (3325,7128,1,762,'','<p>You overheard a fight between Hagie and Ruli, husband and wife. Their daughter Hunnie is sick and won't get better if she doesn't eat. But the thing is, the only food she has an appetite for is cake, and finding a particular cake to please her has proven nearly impossible. Ruli is at her wit's end, ready to even trade her soul to a&nbsp;<em><strong>monster</strong></em> if it means finding a cake her daughter will eat.<br />Where are you going to find a suitable&nbsp;<strong><em>cake</em></strong><em></em>?</p>',1,1); +INSERT INTO `marker_tab` VALUES (3326,7137,1,415,'','<p>Korok seed just south of this marker starts here</p>',1,1); +INSERT INTO `marker_tab` VALUES (3327,7138,1,415,'','<p>This Korok Seed starts north of this point, at the Korok seed flower marker!</p>',1,1); +INSERT INTO `marker_tab` VALUES (3328,7147,1,1952,'','<p>major</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3329,7151,1,2403,'','<p>asdasdasd</p>',1,1); +INSERT INTO `marker_tab` VALUES (3330,7154,1,2444,'','<p>Links House</p>',1,1); +INSERT INTO `marker_tab` VALUES (3331,7155,1,2460,'','<p>Iron Sledgehammer</p>',1,1); +INSERT INTO `marker_tab` VALUES (3332,7156,1,2460,'','<p>Iron Sledgehammer</p>',1,1); +INSERT INTO `marker_tab` VALUES (3333,7157,1,2460,'','<p>Iron Sledgehammer</p>',1,1); +INSERT INTO `marker_tab` VALUES (3334,7167,1,2131,'','<p>Look up toward the bridge from atop the higher broken bridge leg.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3335,7169,1,1682,'','<p>cccc</p>',1,1); +INSERT INTO `marker_tab` VALUES (3336,7172,1,2596,'','<p>test</p>',1,1); +INSERT INTO `marker_tab` VALUES (3337,7176,1,2636,'','<p>lgyu</p>',1,1); +INSERT INTO `marker_tab` VALUES (3338,7176,1,2636,'','<p>njk</p>',1,1); +INSERT INTO `marker_tab` VALUES (3339,7181,1,901,'','<p>Open the metal door, and fish come out.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3340,7182,1,901,'','<p>Lots of fish swimming around</p>',1,1); +INSERT INTO `marker_tab` VALUES (3341,7185,1,1974,'','<p>Great Flameblade w/ Attack Up + 15</p>',1,1); +INSERT INTO `marker_tab` VALUES (3342,7192,1,2787,'','<p>Fadas</p>',1,1); +INSERT INTO `marker_tab` VALUES (3343,7198,1,2813,'','<p>Korok</p>',1,1); +INSERT INTO `marker_tab` VALUES (3344,7200,1,2052,'','<p>3 Rusty shield needed</p>',1,1); +INSERT INTO `marker_tab` VALUES (3345,7207,1,2939,'','<p>Contains a throwing spear, a woodland bow, and three destroyable wooden boxes containing apples and arrows.</p>\r\n<p>Located facing the north end of the wetlands beach and the ascent to Lanayru's tower.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3346,7211,1,2942,'','<p>5x Hearty Durian Trees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3347,7212,1,2942,'','<p>Follow the flower Southeast to a small rock outcropping.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3348,7215,1,2942,'','<p>3x Hearty Durian Trees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3349,7216,1,2942,'','<p>8+ Hearty Durian Trees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3350,7220,1,2953,'','<p>Requires: From The Ground Up side-quest started</p>',1,1); +INSERT INTO `marker_tab` VALUES (3351,7221,1,2953,'','<p>Required: From The Ground Up side-quest started</p>',1,1); +INSERT INTO `marker_tab` VALUES (3352,7243,1,2738,'','<p><strong>A Gift of Nightshade</strong> is a <a title="Quest" href="http://zelda.wikia.com/wiki/Quest">side quest</a> in <em><a title="The Legend of Zelda: Breath of the Wild" href="http://zelda.wikia.com/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild">The Legend of Zelda: Breath of the Wild</a></em>. It is given to <a title="Link" href="http://zelda.wikia.com/wiki/Link">Link</a> by <a title="Wabbin" href="http://zelda.wikia.com/wiki/Wabbin">Wabbin</a>, who can be found at <a title="Tuft Mountain" href="http://zelda.wikia.com/wiki/Tuft_Mountain">Tuft Mountain</a>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3353,7244,1,2738,'','<p><strong>A Gift of Nightshade</strong> is a <a title="Quest" href="http://zelda.wikia.com/wiki/Quest">side quest</a> in <em><a title="The Legend of Zelda: Breath of the Wild" href="http://zelda.wikia.com/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild">The Legend of Zelda: Breath of the Wild.</a></em> It is given to <a title="Link" href="http://zelda.wikia.com/wiki/Link">Link</a> by <a title="Wabbin" href="http://zelda.wikia.com/wiki/Wabbin">Wabbin</a>, who can be found at <a title="Tuft Mountain" href="http://zelda.wikia.com/wiki/Tuft_Mountain">Tuft Mountain</a>.</p>\r\n<p><em>Source: http://zelda.wikia.com/wiki/A_Gift_of_Nightshade</em></p>',1,1); +INSERT INTO `marker_tab` VALUES (3354,7264,1,3161,'','<p>Expansion Pass chest contains switch shirt</p>',1,1); +INSERT INTO `marker_tab` VALUES (3355,7280,1,3441,'','<p>Side quest for traveler camped here. He wants a horse in exchange for 300 rupees.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3356,7285,1,3082,'','<p>OUt in the Faron Grasslands, you came upon Straia, who is conducting a study on animals of the region. He said he's specifically looking for the rumored giant horse that lives on the Taobab Grasslands. <br /><br />Straia asked you to help with his investigation into the giant horse. After all, how giant could it really be?</p>',1,1); +INSERT INTO `marker_tab` VALUES (3357,7286,1,3525,'','<p>oh</p>',1,1); +INSERT INTO `marker_tab` VALUES (3358,7287,1,3082,'','<p>Wabbin has fallen for a Gerudo woman, but he can't work up the courage to talk to her. He's asked that you bring him some blue nightshade so that he can have an excuse to speak to her.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3359,7289,1,3082,'','<p>The retired fisherman Rozel lives a quiet life, spending each day simply staring at the sea.</p>\r\n<p>He shared a legend of a sunken treasure</p>\r\n<p>"The treasure sleeps in teh center of the golden triangle."</p>\r\n<p>You should check it out.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3360,7296,1,3641,'','<p>Guarded by a Moblin and Bokoblin, you will see the blade stuck in the ground.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3361,8560,1,3513,'','<p>20 rubis pour un filet si d&eacute;fi r&eacute;ussi</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3362,8564,1,3461,'','<p>Cleaning Araiso beach of monsters for fishermen.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3363,8565,1,2417,'','<p>a</p>',1,1); +INSERT INTO `marker_tab` VALUES (3364,8600,1,3633,'','<p>Contains Nintendo Switch Shirt</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3365,8601,1,3633,'','<p>Contains a Ruby</p>',1,1); +INSERT INTO `marker_tab` VALUES (3366,8602,1,3633,'','<p>Contains Amber</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3367,8612,1,3633,'','<p>Contains Bomb Arrow x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3368,8620,1,3633,'','<p>Under the middle of three rocks</p>',1,1); +INSERT INTO `marker_tab` VALUES (3369,8627,1,3082,'','<p>Though Hyrule Castle was destroyed 100 years ago, somewhere inside it still sleeps rare equipment form those days. It is famed among colectors as the <strong>royal guard's series</strong>. Parcy, a traveler at the stable, wants nothing more than to see one of them.<br /><br />However, the castle is a dangerous place nowadays, and ordinary folk risk their lives getting close...</p>',1,1); +INSERT INTO `marker_tab` VALUES (3370,8628,1,3082,'','<p>Gotter, a beautiful man who works at the stables, has become completely infatuated with the cuisine once favored by the Hyrulean royal famil. Eating it has been his lifelong dream ever since learning one of his ancestors was a chef in Hyrule Castle.<br /><br />Some old cookbooks may still bey lying around Hyrule Castle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3371,8638,1,2880,'','<p>testing do can deleted ?</p>',1,1); +INSERT INTO `marker_tab` VALUES (3372,8642,1,171,'','<p>Located on top of the Great Deku Tree</p>\r\n<p>NPC: Walton</p>\r\n<p>Requires: Apple, Fortified Pumpkin, Sunshroom, Voltfin Trout and Lynel Hoof</p>\r\n<p>Reward: Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (3373,8647,1,3633,'','<p>Two Spicy Peppers are on the table, another one is in a jar at the back of the hut.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3374,8653,1,3633,'','<p>From 12.00 game time till 16.00.</p>\r\n<p>Hide and Seek and Tag both reward Rock Salt or Amber.</p>\r\n<p>Hide and Seek - Cottla can be found around the back of Impa's porch.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3375,8655,1,3441,'','<p>Trace the pollution (hydromelon rinds) floating in the upper waterways to their source.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3376,8656,1,4785,'','<p>Cracked walls hide Korok Seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (3377,8670,1,1070,'','<p>After hearing Jiahto's request, you agreed to search for the <strong>stone monuments</strong> in the area surrounding Zora's Domain.</p>\r\n<p>Not counting the monument in Zora's Domain, there are <strong>10 to find</strong> in total.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3378,8675,1,5388,'','<p>Talk to Kass and listen to his ancient song. To clear this mission, grab the chest that's next to the rock using Magnesis. There's a golden rupee inside.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3379,8681,1,3633,'','<p>If you already have the four from &nbsp;this location and a blood moon has passed hold max fairies in your hand, then more fairies will spawn.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3380,8689,1,5540,'','<p>5 explosion arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (3381,8694,1,5869,'','<p>Contains a <strong>Blue Bokoblin</strong> and some <strong>Red Bokoblins</strong>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3382,8697,1,5694,'','<p style="padding-left: 30px;">$</p>',1,1); +INSERT INTO `marker_tab` VALUES (3383,8698,1,5328,'','<p>Find and Follow the Yellow Flowers</p>',1,1); +INSERT INTO `marker_tab` VALUES (3384,8700,1,5638,'','<p>In&iacute;cio del juego</p>',1,1); +INSERT INTO `marker_tab` VALUES (3385,8707,1,5742,'','<p>Electric Safflina</p>',1,1); +INSERT INTO `marker_tab` VALUES (3386,8707,1,5742,'','<p>Warm Safflina</p>',1,1); +INSERT INTO `marker_tab` VALUES (3387,8720,1,5941,'','<p>(Big) Hearty Radishes, Hearty Truffles, Endura Shrooms, etc.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3388,8738,1,6700,'','<p>NPC: Dugby</p>\r\n<p>Requirements: Search for hidden drillshaft weapon&nbsp;<br /><br />Reward: You get to keep it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3389,8740,1,2850,'','<table class="infotable">\r\n<tbody>\r\n<tr>\r\n<td colspan="2">\r\n<div class="poem">\r\n<p>Help Hudson build&nbsp;<a title="Tarrey Town" href="https://www.zeldadungeon.net/wiki/Tarrey_Town">Tarrey Town</a>&nbsp;by completing various requests</p>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,1); +INSERT INTO `marker_tab` VALUES (3390,8741,1,2850,'','<p>Collect (1)&nbsp;<a title="Warm Darner" href="https://www.zeldadungeon.net/wiki/Warm_Darner">Warm Darner</a>, (1)&nbsp;<a title="Cold Darner" href="https://www.zeldadungeon.net/wiki/Cold_Darner">Cold Darner</a>, and (1)&nbsp;<a title="Electric Darner" href="https://www.zeldadungeon.net/wiki/Electric_Darner">Electric Darner</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3391,8742,1,2850,'','<table class="infotable">\r\n<tbody>\r\n<tr>\r\n<td colspan="2">\r\n<div class="poem">\r\n<p>Take pictures of Sunshrooms for Symin</p>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,1); +INSERT INTO `marker_tab` VALUES (3392,8743,1,2850,'','<p>Give Kiana&nbsp;<a title="Goat Butter" href="https://www.zeldadungeon.net/wiki/Goat_Butter">Goat Butter</a>&nbsp;and a&nbsp;<a title="Hearty Blueshell Snail" href="https://www.zeldadungeon.net/wiki/Hearty_Blueshell_Snail">Hearty Blueshell Snail</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3393,8744,1,6801,'','<p>"When the three summit trees become one, turn your back to them and head toward the sea."</p>',1,1); +INSERT INTO `marker_tab` VALUES (3394,8745,1,6801,'','<p><strong>!</strong> <em>Lasli&nbsp;&nbsp;&nbsp;&nbsp;</em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kakariko Village</p>\r\n<p>Kakariko Village is famous for its fireflies. Watching their faint glow in the night air is a bit like gazing at the night sky.</p>\r\n<p>Lasli, the clothes-shop barker, is a huge firefly fan.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3395,8746,1,6801,'','<p>! Rola&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kakariko Village</p>\r\n<p>Light up four torches.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3396,8747,1,6801,'','<p>Falcon Bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3397,8748,1,6801,'','<p>Topaz</p>',1,1); +INSERT INTO `marker_tab` VALUES (3398,8749,1,6801,'','<p>Purple Ruby</p>',1,1); +INSERT INTO `marker_tab` VALUES (3399,8750,1,6801,'','<p>Gerudo Canyon Stable</p>\r\n<p>Find Sesami four friends who vanished into thin air near the roads at Koukot Plateau.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3400,8751,1,6801,'','<p>Search for a giant horse and tame it and bring it back to Straia to study.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3401,8752,1,6801,'','<p>Speak to a girl named Jana. She will ask for you for an armoranth. Give one to her and she will ask you to speak to her sister Gleema to find out what kind of bugs she wants for her birthday.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3402,8755,1,6801,'','<p>Loone, lover of all things ancient, can't bear to part with her precious orb. Roscoe. Although, if you could somehow show her images of three types of Guardians, she may change her tune.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3403,8756,1,6801,'','<p>She needs goat butter and a hearty blueshell snail to prepare&nbsp; the family's favorite meal, seafood paella.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3404,8758,1,7078,'','<p>Here begins the plant to get the Korok seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (3405,8792,1,6306,'','<p><em><strong>Done</strong></em></p>',1,1); +INSERT INTO `marker_tab` VALUES (3406,8794,1,6242,'','<p>Held by <strong>Black Moblin</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3407,8797,1,7468,'','<p>Shrine of Resurrection</p>',1,1); +INSERT INTO `marker_tab` VALUES (3408,8810,1,3633,'','<p>Hey People who make this map. I don't know how to get in contact with you, But I had an idea that might help you in the long run.</p>\r\n<p>Why not make map markers instant but account bound?&nbsp; It would mean you wouldn't have to scan through every map marker pending, you can use any information on those accounts you choose fit for the "real map",&nbsp; the "real map" will be neat and tidy just the way you want it and if people wanted to map to map out uncommon/rare materials on there own accounts it would make your map even more amazing!!!</p>\r\n<p>Love your map its the best!!! &lt;3</p>',1,1); +INSERT INTO `marker_tab` VALUES (3409,8820,1,7519,'','<p>Blow up rocks to find rare ore deposit and two ore deposits.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3410,8841,1,7670,'','<p>NPC Rola</p>',1,1); +INSERT INTO `marker_tab` VALUES (3411,8843,1,7916,'','<p>Only present in Master Mode</p>',1,1); +INSERT INTO `marker_tab` VALUES (3412,8845,1,5626,'','<p>Pull out the sunken treasure</p>',1,1); +INSERT INTO `marker_tab` VALUES (3413,8848,1,8014,'','<p>Nintendo switch shirt DLC Bundle Exclusive</p>',1,1); +INSERT INTO `marker_tab` VALUES (3414,8849,1,8014,'','<p>Ruby DLC Bundle Exclusive</p>',1,1); +INSERT INTO `marker_tab` VALUES (3415,8850,1,8014,'','<p>Master Mode Exclusive- Soldiers Broadsword</p>',1,1); +INSERT INTO `marker_tab` VALUES (3416,8851,1,8014,'','<p>Master mode Exclusive - Soldiers Shield</p>',1,1); +INSERT INTO `marker_tab` VALUES (3417,8868,1,8323,'','<p>Zat&iacute;m m&aacute;m rekord 666 m.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3418,8898,1,8191,'','<p>Lift the rock at the top of the small island</p>',1,1); +INSERT INTO `marker_tab` VALUES (3419,8899,1,8552,'','<p>Kill monsters on Hateno Beach.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3420,8907,1,8254,'','<p>It's the platform where you start to get the kolog seed northwest from the Haray Lagoon, which is in-between</p>',1,1); +INSERT INTO `marker_tab` VALUES (3421,8909,1,8254,'','<p>You can find the yellow flower that you need to follow to get the kolog seed to the left of the map at the top of the hill.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3422,8910,1,8254,'','<p>Get it following a flower. Start near the shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3423,8916,1,9035,'','<p>Hello</p>',1,1); +INSERT INTO `marker_tab` VALUES (3424,8921,1,9157,'','<p>DLC</p>',1,1); +INSERT INTO `marker_tab` VALUES (3425,8923,1,9117,'','<p>This is tingles hood</p>',1,1); +INSERT INTO `marker_tab` VALUES (3426,8925,1,9194,'','<ul>\r\n<li><strong>Kass</strong>: Where the <em>forest</em> dragon splays its jaws, a <em>Shrine</em> sleeps with noble cause.</li>\r\n</ul>',1,1); +INSERT INTO `marker_tab` VALUES (3427,8927,1,5941,'','<p>Not "Link's House"...the actual name of the side-quest is "Hylian Homeowner." Same steps as mentioned in the "Link's House" marker.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3428,8957,1,9694,'','<p>Tahno O'ah shrine quest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3429,8965,1,9358,'','<p>Fotos von W&auml;chtern</p>',1,1); +INSERT INTO `marker_tab` VALUES (3430,8975,1,10223,'','<p><em></em>You found the treasure that was hidden at Kolomo Garrison Ruins and obtained Majora's Mask.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3431,8977,1,10223,'','<p>The treasure containing the Korok Mask is hidden in the Lost Woods.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3432,8978,1,10223,'','<p>You found the Korok Mask in the spooky tree's hollow within the Lost Woods.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3433,8979,1,9049,'','<p>This chest is at top of wall between the Guardian and the Sanctuary</p>',1,1); +INSERT INTO `marker_tab` VALUES (3434,8981,1,9995,'','<p style="padding-left: 30px;">This enemy camp have a cooking pot and two chest in the ground (an opal and an amber)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3435,8982,1,9995,'','<p>The Arbiter's Ground is a location in Zelda Breath of the wild.</p>\r\n<p>Here there's a molduga and a Korok seed on the central pillar</p>',1,1); +INSERT INTO `marker_tab` VALUES (3436,8983,1,10223,'','<p>Using the scope you will see a platform on the wall. Go there and use Revali's Gale and shoot a shock arrow to it.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3437,8998,1,10387,'','<p>A lady tells you about monsters that have a camp near the bay that have been stealing their sheep. To complete the quest, defeat the bokoblin/moblin camp in Hateno Bay and return to talk to her.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3438,8999,1,10121,'','<p>The Start</p>',1,1); +INSERT INTO `marker_tab` VALUES (3439,9003,1,9294,'','<p>Knight's Halberd (Master Mode)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3440,9004,1,9995,'','<p>Cracked wall</p>\r\n<p>Reward : rare ore</p>',1,1); +INSERT INTO `marker_tab` VALUES (3441,9005,1,9985,'','<p>I found it in DLC 1.3.1</p>',1,1); +INSERT INTO `marker_tab` VALUES (3442,9006,1,9985,'','<p>Dai's will reward you after killing the Lynel nearby</p>',1,1); +INSERT INTO `marker_tab` VALUES (3443,9007,1,9985,'','<p>It's hidden next to the wall, you need to use Magnesys to get it</p>',1,1); +INSERT INTO `marker_tab` VALUES (3444,9015,1,10657,'','<p>Lizalfos</p>',1,1); +INSERT INTO `marker_tab` VALUES (3445,9021,1,5540,'','<p>With Polaris near dead guardian</p>',1,1); +INSERT INTO `marker_tab` VALUES (3446,9022,1,5540,'','<p>with Polaris, found in the ground</p>',1,1); +INSERT INTO `marker_tab` VALUES (3447,9023,1,10875,'','<p>Chest of Shock Arrows. You'll have to cryonis a couple of times from shore.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3448,9039,1,11167,'','<p>Reward: 20 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3449,9040,1,11167,'','<p>Reward: 50 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3450,9041,1,11167,'','<p>Reward: 10 Goats Milk</p>',1,1); +INSERT INTO `marker_tab` VALUES (3451,9042,1,11167,'','<p>Reward: 100 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3452,9044,1,11167,'','<p>Reward: 50 Rupees and new recipe</p>',1,1); +INSERT INTO `marker_tab` VALUES (3453,9054,1,10901,'','<p>xshop</p>',1,1); +INSERT INTO `marker_tab` VALUES (3454,9055,1,10901,'','<p>monter shop</p>',1,1); +INSERT INTO `marker_tab` VALUES (3455,9056,1,10901,'','<p>monter shop</p>',1,1); +INSERT INTO `marker_tab` VALUES (3456,9057,1,10901,'','<p>monter shop</p>',1,1); +INSERT INTO `marker_tab` VALUES (3457,9058,1,10901,'','<p>monter shop</p>',1,1); +INSERT INTO `marker_tab` VALUES (3458,9059,1,10901,'','<p>monter shop</p>',1,1); +INSERT INTO `marker_tab` VALUES (3459,9060,1,10901,'','<p>monter shop</p>',1,1); +INSERT INTO `marker_tab` VALUES (3460,9062,1,11341,'','<p>33</p>',1,1); +INSERT INTO `marker_tab` VALUES (3461,9063,1,11341,'','<p>3333</p>',1,1); +INSERT INTO `marker_tab` VALUES (3462,9064,1,11341,'','<p>3333</p>',1,1); +INSERT INTO `marker_tab` VALUES (3463,9068,1,11341,'','<p>2&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3464,9075,1,8866,'','<p><em></em></p>',1,1); +INSERT INTO `marker_tab` VALUES (3465,9076,1,9174,'','<p>vendeur</p>',1,1); +INSERT INTO `marker_tab` VALUES (3466,9077,1,11464,'','<p>Under water near the ground</p>',1,1); +INSERT INTO `marker_tab` VALUES (3467,9115,1,11464,'','<p>you need to put the four spheres over their correct place</p>',1,1); +INSERT INTO `marker_tab` VALUES (3468,9124,1,12348,'','<p>Cobble Crusher</p>',1,1); +INSERT INTO `marker_tab` VALUES (3469,9133,1,12578,'','<p>NPC - Jiahto<br />Requirements - Defeat Divine Beast Vah Ruta<br /><br /></p>',1,1); +INSERT INTO `marker_tab` VALUES (3470,9134,1,12578,'','<p>Requirements - Complete side quest "From the Ground Up." Only starts at night.<br /><br />To begin the quest, go behind the southern most home where a window should be open at night. You should be given the option to "Listen" to the conversation.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3471,9179,1,13124,'','<p>In the stable of the woods is a book on a table. This book tells of a mysterious mask that is to be found in a big creepy tree found in a forest.</p>\r\n<p>This forest is the "Forest of Maze".</p>\r\n<p>Follow the usual path into the woods and pick up the torch that is at the two fires in the forest. From here you go south towards the river. The tree has its mouth open towards west. In here is the EX Chest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3472,9189,1,13282,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3473,9193,1,13379,'','<p>acertijo de manzanas sin completar</p>',1,1); +INSERT INTO `marker_tab` VALUES (3474,9198,1,13446,'','<p>Korok Mask Approx. Location</p>',1,1); +INSERT INTO `marker_tab` VALUES (3475,9199,1,13446,'','<p>Phantom Helmet</p>',1,1); +INSERT INTO `marker_tab` VALUES (3476,9200,1,13446,'','<p>Majora's Mask</p>',1,1); +INSERT INTO `marker_tab` VALUES (3477,9201,1,13446,'','<p>Travel Medallion</p>',1,1); +INSERT INTO `marker_tab` VALUES (3478,9202,1,13446,'','<p>Fused Shadow Helmet</p>',1,1); +INSERT INTO `marker_tab` VALUES (3479,9227,1,13799,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1); +INSERT INTO `marker_tab` VALUES (3480,9228,1,13799,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1); +INSERT INTO `marker_tab` VALUES (3481,9275,1,13844,'','<p>under stone</p>',1,1); +INSERT INTO `marker_tab` VALUES (3482,9295,1,14643,'','<p>Tahno O'ah shrine quest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3483,9303,1,14643,'','<p>Behind the explosible wall in a chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3484,9315,1,14643,'','<p>Under the small stone on the road</p>',1,1); +INSERT INTO `marker_tab` VALUES (3485,9320,1,14643,'','<p>Part of Tingle's Outfit</p>',1,1); +INSERT INTO `marker_tab` VALUES (3486,9339,1,15279,'','<p>El inicio</p>',1,1); +INSERT INTO `marker_tab` VALUES (3487,9372,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); +INSERT INTO `marker_tab` VALUES (3488,9373,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); +INSERT INTO `marker_tab` VALUES (3489,9374,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); +INSERT INTO `marker_tab` VALUES (3490,9375,1,8661,'','<p>The Champions Ballad DLC</p>',1,1); +INSERT INTO `marker_tab` VALUES (3491,9381,1,13759,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3492,9401,1,15908,'','<p><strong><img src="https://www.palaiszelda.com/images/z19/trucs/champi_enduro.png" alt="Champi enduro Breath of the Wild" /></strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3493,9419,1,16114,'','<p>Contains Rare Ore Deposit.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3494,9420,1,16114,'','<p>Contains Rare Ore Deposit.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3495,9448,1,16799,'','<p>wefwqefwef</p>',1,1); +INSERT INTO `marker_tab` VALUES (3496,9452,1,15945,'','<p>Korok seed</p>',1,1); +INSERT INTO `marker_tab` VALUES (3497,9471,1,15736,'','<p>Requires:&nbsp; Find his four friends.&nbsp;All four can be found on the elevated walkways on the cliffs surrounding the Koukot Plateau canyon.</p>\r\n<p>Reward: Gold Rupee(300)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3498,9472,1,15736,'','<p>Requires: 55 Rushrooms</p>\r\n<p>Reward: Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (3499,9474,1,17156,'','<p>EX Treasyre Chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3500,9486,1,17309,'','<p>Think there was a korok seed here even though no marker was made by the game.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3501,9498,1,17351,'','<p>The chest is near a rock to the southeast</p>',1,1); +INSERT INTO `marker_tab` VALUES (3502,9501,1,17069,'','<p>Kroko</p>',1,1); +INSERT INTO `marker_tab` VALUES (3503,9512,1,17507,'','<p>Speak to Parcy at the Riverside Stable. Bring her any piece of gear from the Royal Guard weapon set, which can be found throughout Hyrule Castle.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3504,9523,1,16743,'','<p>Requires: Hearty Blueshell Snail, Goat Butter</p>\r\n<p>Reward: Purple Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (3505,9524,1,17315,'','<p>no llego</p>',1,1); +INSERT INTO `marker_tab` VALUES (3506,9527,1,17660,'','<p>DLC EX The Champion's Ballad</p>',1,1); +INSERT INTO `marker_tab` VALUES (3507,9531,1,15079,'','<p>Out in the Faron Grasslands, you came upon Straia, who is conducting a study on animals of the region.&nbsp; He said he's specifically looking for the rumored gian horse that lives on the Tabobab Grasslands.</p>\r\n<p>Straia asked you to help with his investigaiton into the giant horse.&nbsp; After all, how giant could it really be?</p>',1,1); +INSERT INTO `marker_tab` VALUES (3508,9533,1,17351,'','<p>Get the treasure chest with magnesis, open it and talk to the npc to complete the quest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3509,9535,1,15494,'','<p>From Gesane (Rito Village)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3510,9536,1,15494,'','<p>Complete all 120 Shrines</p>',1,1); +INSERT INTO `marker_tab` VALUES (3511,9537,1,15494,'','<p>From Torfeau</p>',1,1); +INSERT INTO `marker_tab` VALUES (3512,9549,1,16743,'','<p>There are at least 5 of both Armored Porgy and Mighty Porgy right around those 2 treasure chests</p>',1,1); +INSERT INTO `marker_tab` VALUES (3513,9550,1,16743,'','<p>*NPC: Garini</p>\r\n<p>Find the 3 Monument shards in the area and take pictures of them all. Then return here, speak to Garini, and then kneel on the podium next to him.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3514,9554,1,16687,'','<h3><a href="https://www.zeldadungeon.net/wiki/Zora%20Stone%20Monuments" target="_blank" rel="noopener">Zora Stone Monuments</a></h3>\r\n<p><strong>Requirements:</strong>&nbsp;<em>Divine Beast Vah Ruta</em>&nbsp;Main Quest<br /><strong>Questgiver:</strong>&nbsp;<a class="new" title="Jiahto (page does not exist)" href="https://www.zeldadungeon.net/wiki/index.php?title=Jiahto&amp;action=edit&amp;redlink=1">Jiahto</a>,&nbsp;<a title="Zora's Domain" href="https://www.zeldadungeon.net/wiki/Zora%27s_Domain">Zora's Domain</a><br /><strong>Objectives:</strong></p>\r\n<ul>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 3">History of the Zora, Part One</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 2">History of the Zora, Part Two</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 8">History of the Zora, Part Three</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 4">History of the Zora, Part Four</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 1">History of the Zora, Part Five</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 6">History of the Zora, Part Six</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 7">History of the Zora, Part Seven</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 5">History of the Zora, Addendum 1</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 10">History of the Zora, Addendum 2</span></li>\r\n<li><span class="internal-link" data-target="Zora Stone Monuments Objective 9">Memoir of a Gifted Stonemason</span></li>\r\n</ul>\r\n<div class="iw-controls">&nbsp;</div>',1,1); +INSERT INTO `marker_tab` VALUES (3515,9617,1,19477,'','<p>Travel Location</p>',1,1); +INSERT INTO `marker_tab` VALUES (3516,9619,1,19448,'','<p><a title="??????? ??????1??10000??" href="https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94" target="_blank" rel="noopener">https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3517,9620,1,19448,'','<p><a title="??????? ??????1??10000??" href="https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94" target="_blank" rel="noopener">https://www.hk01.com/%E7%A7%91%E6%8A%80%E7%8E%A9%E7%89%A9/76608/-Zelda%E6%94%BB%E7%95%A5-%E8%96%A9%E7%88%BE%E9%81%94%E6%9B%A0%E9%87%8E%E4%B9%8B%E6%81%AF-%E6%A5%B5%E9%80%9F%E8%B3%BA%E9%8C%A2%E5%A4%A7%E6%B3%951%E5%B0%8F%E6%99%8210000%E7%9B%A7%E6%AF%94</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3518,9644,1,19975,'','<p>test</p>',1,1); +INSERT INTO `marker_tab` VALUES (3519,9685,1,20680,'','<p>entra e mata o robo</p>',1,1); +INSERT INTO `marker_tab` VALUES (3520,9686,1,18078,'','<p>sell rushroom</p>',1,1); +INSERT INTO `marker_tab` VALUES (3521,9704,1,9827,'','<p>Majora's Mask is a powerful and evil mask. Skull Kid steals it from the Happy Mask Salesman, and its power overcomes him. Once used in hexing rituals by an ancient tribe, the mask contains a seemingly sentient being that seeks to bring the Moon down on Termina in the events of the game Majora's Mask.[1] However, little else is known about the mask. It is also not known where and how the Happy Mask Salesman acquired the mask.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3522,9708,1,16861,'','<p>Surfing Courses.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3523,9714,1,17996,'','<p><em>"An ancient hero spoke these words:</em><br /><em> 'One day I'll return to fight evil.</em><br /><em>My cache is at 17 of 24,</em><br /><em>This rock will point toward its retrieval.'</em></p>',1,1); +INSERT INTO `marker_tab` VALUES (3524,9715,1,21282,'','<p>Quest Giver: <strong>Straia</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3525,9716,1,21324,'','<p>Conceals a rare ore deposit</p>',1,1); +INSERT INTO `marker_tab` VALUES (3526,9717,1,19312,'','<p>Visit into <strong>Lasli's</strong> house at night. She has not been able to catch fireflies in a long time, so she asks you to catch her five of them.</p>\r\n<p>If you already have five <a title="Sunset Firefly" href="http://www.ign.com/wikis/the-legend-of-zelda-breath-of-the-wild/Sunset_Firefly">Sunset Fireflies</a>, congratulations you are done! If not, you can usually find some right outside at night. More can be found near the Great Fairy Fountain right above <a title="Kakariko Village" href="http://www.ign.com/wikis/the-legend-of-zelda-breath-of-the-wild/Kakariko_Village">Kakariko Village</a> as well.</p>\r\n<p>Once you have acquired five&nbsp;<a title="Sunset Firefly" href="http://www.ign.com/wikis/the-legend-of-zelda-breath-of-the-wild/Sunset_Firefly">Sunset Fireflies</a>, take them back to Lasli, and <strong>hold five of them and release them inside her house</strong>. She will then thank you and give you a purple rupee (50).</p>',1,1); +INSERT INTO `marker_tab` VALUES (3527,9723,1,21563,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3528,9724,1,21563,'','<p>kll</p>',1,1); +INSERT INTO `marker_tab` VALUES (3529,9727,1,21321,'','<p>fff</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3530,9733,1,21324,'','<p>Equipped Items: Blizzard Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (3531,9738,1,16861,'','<p>Topaz</p>',1,1); +INSERT INTO `marker_tab` VALUES (3532,9740,1,21892,'','<p style="text-align: justify;">Tout est rare dans <strong>The Legend of Zelda : Breath of the Wild</strong>, et il vous est probablement arriv&eacute; d'&ecirc;tre en manque de fl&egrave;che au pire moment possible. Heureusement, il existe une astuce simple pour faire le plein de fl&egrave;ches, une bonne fois pour toute, afin de ne plus se retrouver dans la panade. Il n'y a aucun pr&eacute;requis &agrave; avoir, puisque nous allons juste abuser d'un d&eacute;faut dans l'intelligence artificielle des ennemis.</p>\r\n<div id="switch_placeholder_16bd153f5b96ff72d75033157f61d5d9" class="switch_placeholder">&nbsp;</div>\r\n<p style="text-align: justify;">Pour commencez, vous aller devoir trouver un endroit plein de <strong>Bokoblins</strong>, mont&eacute;s sur des chevaux et munis d'arcs. Il en existe un tr&egrave;s facile d'acc&egrave;s dans les Collines de Tabanta, comme vous pouvez le voir sur la map suivante.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Fleches_Tabanta.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Faites-vous remarquer par les ennemis (ils ont un point d'exclamation de la t&ecirc;te quand ils vous rep&egrave;rent) et quand ils commencent &agrave; vous attaquer, placez la cam&eacute;ra au dessus de vous et ne bougez plus. Les Bokoblins vont alors vous tourner autour et tentez de vous tirer des fl&egrave;ches, mais <strong>ils rateront toujours leur cible</strong>. Les fl&egrave;ches vont alors s'accumuler &agrave; vos pieds et vous n'aurez qu'&agrave; tourner sur vous m&ecirc;me et appuyer sur A pour les ramasser.</p>\r\n<p style="text-align: center;"><img style="width: 80%;" src="http://www.eclypsia.com/content/Zelda/BreathOfTheWild/Zelda_Fleches_Screens.jpg" alt="" /></p>\r\n<p style="text-align: justify;">Vous pourrez tr&egrave;s facilement accumuler plusieurs centaines de fl&egrave;ches en l'espace de quelques minutes. De quoi &ecirc;tre tranquille pour un bon bout de temps.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3533,9749,1,22175,'','<p>Contains: Majora's Mask</p>\r\n<p>In Ground: Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3534,9757,1,22585,'','<p>Contains Korok seed and rusty broadsward</p>',1,1); +INSERT INTO `marker_tab` VALUES (3535,9758,1,22600,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/b/b2/Korok129.png/200px-Korok129.png" width="170" height="120" />',1,1); +INSERT INTO `marker_tab` VALUES (3536,9759,1,22524,'','<p>Hestu Final Location</p>',1,1); +INSERT INTO `marker_tab` VALUES (3537,9761,1,22780,'','<p>jhmn</p>',1,1); +INSERT INTO `marker_tab` VALUES (3538,9790,1,1550,'','<p>fast</p>',1,1); +INSERT INTO `marker_tab` VALUES (3539,9790,1,1550,'','<p>rest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3540,9791,1,1550,'','<p>1212</p>',1,1); +INSERT INTO `marker_tab` VALUES (3541,9793,1,23704,'','<p>Three Hylian Shrooms, accesable as soon as you start the game.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3542,9799,1,23704,'','<p>Wall hides a chest with a Traveler's Bow with increased durability.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3543,9823,1,25083,'','<p>Silver Bokoblin Present.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3544,9830,1,25546,'','<p><a title="Rupias" href="https://www.youtube.com/watch?v=kE61uBIa6TA">https://www.youtube.com/watch?v=kE61uBIa6TA</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3545,9852,1,27279,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3546,9858,1,22592,'','<p>Rewards - Ice Arrow x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3547,9860,1,22592,'','<p>Rewards - Silver Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (3548,9889,1,29204,'','<p>NPC: Walton</p>\r\n<p>Requires: Items</p>\r\n<p>Reward: Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (3549,9890,1,29204,'','<p>NPC: Jana</p>\r\n<p>Requires: Give&nbsp;insects</p>\r\n<p>Reward: 100 Rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3550,9891,1,30043,'','<p>Thyphlo Ruins</p>',1,1); +INSERT INTO `marker_tab` VALUES (3551,9892,1,29101,'','<p>Antikes Zaumzeug&nbsp;unter Kirschbaum im Laub.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3552,9897,1,30319,'','<p>DLC Item</p>',1,1); +INSERT INTO `marker_tab` VALUES (3553,9898,1,30319,'','<p>Found in stone monument,</p>',1,1); +INSERT INTO `marker_tab` VALUES (3554,9900,1,30529,'','<p><strong><em>try</em></strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3555,9915,1,30976,'','<p>follow the flower trail</p>',1,1); +INSERT INTO `marker_tab` VALUES (3556,9945,1,32758,'','<p>pick up the stone</p>',1,1); +INSERT INTO `marker_tab` VALUES (3557,9950,1,32941,'','<p>Phantom armor</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3558,9957,1,30338,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3559,9977,1,34138,'','<p><strong>1</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3560,9990,1,34279,'','<p>Soldier's Spear in chest on top of floating platform by bridge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3561,9995,1,34755,'','<p><strong>???</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3562,9996,1,34424,'','<p>NPC: Koyin</p>\r\n<p>Requires: Clear out Bokoblin Camp in Hateno Beach</p>\r\n<p>Reward: Fresh Milk x10</p>',1,1); +INSERT INTO `marker_tab` VALUES (3563,9999,1,34755,'','<p>????</p>',1,1); +INSERT INTO `marker_tab` VALUES (3564,10003,1,34279,'','<p>Chest on floating platform in Master Mode.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3565,10016,1,34279,'','<p>Master Moad<br />On floating platform over river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3566,10017,1,34279,'','<p>Master Mode<br />On top of floating platform close to ledge</p>',1,1); +INSERT INTO `marker_tab` VALUES (3567,10018,1,34279,'','<p>Master Mode<br />On top of floating platform just above river</p>',1,1); +INSERT INTO `marker_tab` VALUES (3568,10019,1,34279,'','<p>Master Mode<br />Floating platform abover river.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3569,10020,1,34279,'','<p>Master Mode<br />Floating platform on top of the waterfall</p>',1,1); +INSERT INTO `marker_tab` VALUES (3570,10021,1,34279,'','<p>Master Mode<br />On floating platform just above the water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3571,10022,1,34279,'','<p>Master Mode<br />Floating platform all the way up, in front of the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3572,10028,1,35555,'','<p>[Havok Gaming] 'tracehavok' defeated Stone Talus (Luminous) at this location and it was not listed on Zelda Maps</p>',1,1); +INSERT INTO `marker_tab` VALUES (3573,10029,1,34279,'','<p>Master Mode<br />On high floating platform in front of the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3574,10030,1,34279,'','<p>Master Mode<br />Floating platform alongside the waterfall.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3575,10031,1,34279,'','<p>Master Mode<br />Floating platform on the southern side of the bridge. You can snag the chest from the bridge with Magnesis if you desire.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3576,10036,1,34279,'','<p>EX Chest<br />In Basement<br />Contains: Travel Medallion</p>',1,1); +INSERT INTO `marker_tab` VALUES (3577,10039,1,36179,'','<p>Divine Beast Vah Rudania is enterable after it's hit 3 times by Yunobo.</p>\r\n<p>It's dark inside untill the map is collected.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3578,10040,1,34279,'','<p>Ice Wizzrobe</p>',1,1); +INSERT INTO `marker_tab` VALUES (3579,10054,1,34279,'','<p>Ravio's Hood (EX)<br />Right under the right hand.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3580,10055,1,34279,'','<p>EX: Tingle's Shirt</p>',1,1); +INSERT INTO `marker_tab` VALUES (3581,10058,1,37845,'','<p>Reward: 50 Rupees</p>\r\n<p>Go to Lazli's house at night and talk to her. She will ask for you to bring her some fireflies. Return to her house while she's there and hold five Sunset Fireflies in your hands. Drop them in front of her, and the quest will be completed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3582,10060,1,37845,'','<p>Torfeau will ask you to defeat the Hinox at Ralis Pond.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3583,10061,1,37845,'','<p>Make Guy a cooling elixir by combining monster parts and a Cold Darner. Cooling <em>foods</em> will not work; it must be an <em>elixir</em>.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3584,10062,1,37845,'','<p>Reward: Sand Boots (The Eighth Heroine) &amp; Snow Boots (The Forgotten Sword)</p>\r\n<p>Speak with Bozai while dressed in the female Gerudo clothes. He will give you the Snow Boots. If you want the Sand Boots, you have to complete his quest, "The Eighth Heroine" first. You must photograph the statue of the Eighth Heroine and return to him. He gives you the Sand Boots, but takes the Snow Boots back. If you want both sets of boots, complete "The Forgotten Sword", where you must head up a mountain and photograph the Eighth Heroine's lost sword. Return to him to get the Snow Boots.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3585,10063,1,37845,'','<p>For "The Eighth Heroine" sidequest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3586,10064,1,37845,'','<p>For "The Forgotten Sword" sidequest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3587,10067,1,37908,'','<p>Seach the cart ruins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3588,10069,1,38196,'','<ul>\r\n<li><a href="https://vandal.elespanol.com/guias/guia-zelda-breath-of-the-wild/santuario-de-kaoma">Santuario de Kaoma</a></li>\r\n</ul>',1,1); +INSERT INTO `marker_tab` VALUES (3589,10086,1,35517,'','<p>Bomb Arrows BOX</p>',1,1); +INSERT INTO `marker_tab` VALUES (3590,10117,1,41851,'','<p>Requires: Cooling Elixir</p>\r\n<p>Reward: Purple Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (3591,10126,1,40727,'','<p style="padding-left: 40px;">beneath bombable rocks</p>',1,1); +INSERT INTO `marker_tab` VALUES (3592,10139,1,43245,'','<p>Rupee Farm</p>',1,1); +INSERT INTO `marker_tab` VALUES (3593,10148,1,42733,'','<p>NPC: Koyin</p>',1,1); +INSERT INTO `marker_tab` VALUES (3594,10149,1,42733,'','<p>NPC: Purah</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3595,10150,1,42733,'','<p>NPC: Symin</p>',1,1); +INSERT INTO `marker_tab` VALUES (3596,10151,1,42733,'','<p>NPC: Purah</p>',1,1); +INSERT INTO `marker_tab` VALUES (3597,10152,1,42733,'','<p>NPC: Sebasto</p>',1,1); +INSERT INTO `marker_tab` VALUES (3598,10155,1,39380,'','<p>A helmet much like the one Midna wore when she fought alongside the Hero of Twilight. It's a rather rare find.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3599,10156,1,44908,'','<p>silver rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (3600,10157,1,44908,'','<p>chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (3601,10193,1,46735,'','<p>?????</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3602,10200,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3603,10201,1,46946,'','<p>Tunique bleue (anti-chaleur)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3604,10202,1,46946,'','<p>Tinique bleue (anti-chaleur)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3605,10203,1,46459,'','<p>DLC only.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3606,10206,1,45945,'','<p>A Shrine Quest given by the NPC Garini. He will be standing next to a broken stone tablet, and then will request your assistance in finding the rest of the pieces along the beach and shoreline. You need to take pictures of each, and then return to him to unlock the Kah Yah Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3607,10207,1,46811,'','<p>Divine Beast Vah Naboris</p>',1,1); +INSERT INTO `marker_tab` VALUES (3608,10214,1,46381,'','<p>Appears only after 23 o'clock</p>',1,1); +INSERT INTO `marker_tab` VALUES (3609,10219,1,47945,'','<p>Sheikah technology research lab created by Robbie after the destruction of the Royal Ancient Tech Lab during the <a title="Great Calamity" href="https://zelda.fandom.com/wiki/Great_Calamity">Great Calamity</a> where he continued his research into ancient technology. It was built from the remains of the old Akkala&nbsp;lighthouse that existed before the Great Calamity.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3610,10226,1,47917,'','<p>Starts on the cliff to the south</p>',1,1); +INSERT INTO `marker_tab` VALUES (3611,10229,1,49050,'','<p>punto di riferimento su mappa monti gemelli</p>',1,1); +INSERT INTO `marker_tab` VALUES (3612,10232,1,48859,'','<blockquote>\r\n<p>Southern mine (Goron) Greyson and fire guard armor found here</p>\r\n</blockquote>',1,1); +INSERT INTO `marker_tab` VALUES (3613,10250,1,50431,'','<p>treasure</p>',1,1); +INSERT INTO `marker_tab` VALUES (3614,10251,1,50431,'','<p>wooden arrow x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3615,10252,1,50431,'','<p>knights shield</p>',1,1); +INSERT INTO `marker_tab` VALUES (3616,10253,1,50431,'','<p>bow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3617,10254,1,50431,'','<p>bomb arrorx5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3618,10255,1,50431,'','<p>arrow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3619,10256,1,50431,'','<p>fire arr x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3620,10270,1,50205,'','<p>Equipped Items: Blizzard Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (3621,10283,1,52670,'','<p>Cracked wall housing several ore deposits on the ceiling inside.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3622,10287,1,53330,'','<p><strong>Divine Beast Vah Naboris</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3623,10297,1,51643,'','<p>&Ccedil;A MOUILLE</p>',1,1); +INSERT INTO `marker_tab` VALUES (3624,10321,1,55591,'','<p>asdf</p>',1,1); +INSERT INTO `marker_tab` VALUES (3625,10333,1,52480,'','<p>Master Mode Lynel</p>',1,1); +INSERT INTO `marker_tab` VALUES (3626,10335,1,56400,'','<p>Sonnenaufgang fliegt Eldra &uuml;ber das Skelett</p>',1,1); +INSERT INTO `marker_tab` VALUES (3627,10350,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3628,10351,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3629,10352,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3630,10353,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3631,10354,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3632,10355,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3633,10356,1,57361,'','<p>Route to next village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3634,10357,1,57361,'','<p>Frozen, will wake up when nearing</p>',1,1); +INSERT INTO `marker_tab` VALUES (3635,10360,1,45711,'','<p>The Four Winds<br />(DLC)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3636,10361,1,45711,'','<p>Stop to Start</p>\r\n<p>(DLC)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3637,10362,1,45711,'','<p>Path to Light</p>\r\n<p>(DLC)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3638,10363,1,45711,'','<p>Master the Orb</p>',1,1); +INSERT INTO `marker_tab` VALUES (3639,10364,1,45711,'','<p>Aim for Stilness</p>',1,1); +INSERT INTO `marker_tab` VALUES (3640,10381,1,57925,'','<p>Wild Horse Location</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3641,10384,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3642,10385,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3643,10386,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3644,10387,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3645,10388,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3646,10398,1,55864,'','<p>This seed is missing from the map</p>',1,1); +INSERT INTO `marker_tab` VALUES (3647,10400,1,58919,'','<p>Platform</p>',1,1); +INSERT INTO `marker_tab` VALUES (3648,10403,1,59420,'','<p>This mission became available afther completing the Wild trial.</p>\r\n<p>I had the master sword in my possesion by the time I came back.</p>\r\n<p>Maybe just completing the wild trial and waiting a couple of days is enough to makeJiogi appear.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3649,10409,1,48504,'','<p>Equiped with: Blizzard Rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (3650,10412,1,60169,'','<p>asd</p>',1,1); +INSERT INTO `marker_tab` VALUES (3651,10423,1,60912,'','<p><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">look along the Northwest walls of the ground floor and use </span><a class="new" style="box-sizing: border-box; color: #3888c9; font-family: &amp;quot; ars-maquette-web&amp;quot;,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="Magnesis (page does not exist)" href="https://www.ign.com/wikis/the-legend-of-zelda-hd/Magnesis">Magnesis</a><span style="display: inline !important; float: none; background-color: #ffffff; color: #252627; font-family: 'ars-maquette-web',sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"> on the buried chest. </span></p>',1,1); +INSERT INTO `marker_tab` VALUES (3652,10428,1,60291,'','<p>???</p>',1,1); +INSERT INTO `marker_tab` VALUES (3653,10438,1,57925,'','<p>&nbsp;</p>\r\n<div id="simple-translate">\r\n<div>\r\n<div class="simple-translate-button " style="background-image: url('moz-extension://d17e1a95-b60e-472b-b6ce-74b5eea5aa60/icons/512.png'); height: 22px; width: 22px; top: 10px; left: 10px;">&nbsp;</div>\r\n<div class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;">\r\n<div class="simple-translate-result-wrapper" style="overflow: hidden;">\r\n<p class="simple-translate-result" style="color: #000000;">&nbsp;</p>\r\n<p class="simple-translate-candidate" style="color: #737373;">&nbsp;</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',1,1); +INSERT INTO `marker_tab` VALUES (3654,10453,1,61555,'','<p>Hidden in cairn at top of Mount Hyrule.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3655,10454,1,61555,'','<p>In hidden chest of Shrine.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3656,10460,1,61589,'','<p>NPC: Jiahto</p>',1,1); +INSERT INTO `marker_tab` VALUES (3657,10461,1,61589,'','<p>NPC: Izra</p>',1,1); +INSERT INTO `marker_tab` VALUES (3658,10469,1,63606,'','<p>aaaaa</p>',1,1); +INSERT INTO `marker_tab` VALUES (3659,10470,1,63606,'','<p>a</p>',1,1); +INSERT INTO `marker_tab` VALUES (3660,10482,1,63841,'','<p>test</p>',1,1); +INSERT INTO `marker_tab` VALUES (3661,10484,1,64446,'','<p>Head to the Hateno Beach and clear out the enemy camp there.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3662,10495,1,60468,'','<p>Speak to Walton at the top of the Great Deku tree and solve five different riddles</p>',1,1); +INSERT INTO `marker_tab` VALUES (3663,10516,1,66421,'','<p>aa</p>',1,1); +INSERT INTO `marker_tab` VALUES (3664,10530,1,67259,'','<p>destroy with remote bomb or bomb arrow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3665,10541,1,68351,'','<p>mi no encontrar</p>',1,1); +INSERT INTO `marker_tab` VALUES (3807,10546,2,1,'Piece of Heart','<p>Win a Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3808,10548,2,1,'Piece of Heart','<p>Win a second Piece of Heart at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-trendy-game-two-placement.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Trendy_Game_2" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3809,10549,2,1,'Piece of Heart','<p>Purchase the Piece of Heart for 200 Rupees in the Mabe Village shoip.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-village-shop.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Village_Shop" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3810,10550,2,1,'Piece of Heart','<p>Catch a red fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fishing1.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Beginners_Luck" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3811,10551,2,1,'Piece of Heart','<p>Catch a green fish at the fishing hole.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-green-fish.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fishing_Youre_a_Pro_Now" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3812,10552,2,1,'Piece of Heart','<p>Jump into the Mabe Village well near the library.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-pieceofheart-well2.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Bottom_of_the_well" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3813,10553,2,1,'Piece of Heart','<p>Walk behind houses in Animal Village. You can reach the path from the Yarna Desert entrance.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-animal-village-alley-heart.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Animal_Village_Alley" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3814,10554,2,1,'Piece of Heart','<p>Enter the cave behind the houses in Animal Village. Use Bombs and the Hookshot to reach the Piece of Heart.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-hookshot-animal-crossing-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Village_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3815,10555,2,1,'Piece of Heart','<p>Complete the Rapids Race in less than 40 seconds.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-river-race-hookshot-posts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Race" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3816,10556,2,1,'Piece of Heart','<p>Stop the raft in the west-most island during the Rapids Race.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-raft-raid-.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#River_Rapids_Raid" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3817,10557,2,1,'Piece of Heart','<p>Dive underwater in the empty flooded cave east of Angler's Tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-flooded-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Flooded_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3818,10558,2,1,'Piece of Heart','<p>Dive underwater in the Kanalet Castle moat.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-kanalet.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Moat" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3819,10559,2,1,'Piece of Heart','<p>Visit the Seashell Mansion when you have at least five Secret Seashells.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-seashell-five.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Five_Secret_Seashells" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3820,10560,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Mad Batter's alter in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-mad-batter-dive.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Mad_Batters_Final_Punishment" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3821,10561,2,1,'Piece of Heart','<p>Dive underwater in Martha's Bay.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-marthas-bay-diving.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Lost_in_the_Bay" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3822,10562,2,1,'Piece of Heart','<p>Jump to the northeast corner of Pothole Field.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-pothole-field.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#More_Than_Holes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3823,10563,2,1,'Piece of Heart','<p>Dive underwater in the tunnel that leads to Animal Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-animal-village-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tunnel_Diving" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3824,10564,2,1,'Piece of Heart','<p>Solve the block puzzle in the Mysterious Forest tunnel.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-tunnel.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Toadstool_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3825,10565,2,1,'Piece of Heart','<p>Use the Hookshot to cross the large pits in the Mysterious Forest cave.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-use-the-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hookshot_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3826,10566,2,1,'Piece of Heart','<p>Jump to the northeast corner of Tabahl Wasteland.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tabahl-wasteland.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Treasure_Among_the_Wastes" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3827,10567,2,1,'Piece of Heart','<p>Jump across the pits in Koholint Prairie.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-forest-edge.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Crossroads_at_the_Forests_Edge" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3828,10568,2,1,'Piece of Heart','<p>Find the stairs that lead outside in Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-turtle-rock-outside.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Dungeon_Intermission" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3829,10569,2,1,'Piece of Heart','<p>Walk along the edge of the mountain on your way to Turtle Rock.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-narrow-path.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Tal_Tal_Cliffside" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3830,10570,2,1,'Piece of Heart','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-fill-up-your-hearts.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Fill_Up_Your_Hearts" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3831,10571,2,1,'Piece of Heart','<p>Complete the Passageway Centra Chamber Dungeon challenge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-passageway-central.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Passageway_Central" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3832,10572,2,1,'Piece of Heart','<p>Find the secret path in the cave that leads to the western side of the Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-tal-tal-bomb.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Hidden_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3833,10573,2,1,'Piece of Heart','<p>Jump across the pits in the cave beneath the Cemetery.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-large-jump.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Ghosts_Treasure" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3834,10574,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in the cave beneath the quicksand in Yarna Desert.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-desert-cave.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Desert_Secret" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3835,10575,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave just east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-mabe-cave-puzzle-solution.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Cave_Among_the_Grass" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3836,10576,2,1,'Piece of Heart','<p>Solve the block puzzle in the cave leading into Tal Tal Mountain Range.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-tal-tal-cave-block-puzzle.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Along_the_Mountain_Path" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3837,10577,2,1,'Piece of Heart','<p>Use a Bomb to find the hidden room in a cave east of Mabe Village.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-cracked-wall.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Secret_in_the_Sealed_Cave" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3838,10578,2,1,'Piece of Heart','<p>Use the Hookshot to reach the Piece of Heart in the tunnel that leads to the Rapids Rafting minigame.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-rapids-cave-hookshot.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#The_Rapids_Tunnel" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3839,10579,2,1,'Heart Container','<p>Complete the Ticking Clock Chamber Dungeon challenge to earn an full Heart Container. That's 4 Pieces of Heart!</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-heart-ticking-clock-886x498.jpg" alt="Pieces of Heart" width="100%" height="100%" /></p><p>Source: <a title="Pieces of Heart Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/pieces-of-heart/#Ticking_Clock" target="_blank" rel="noopener">Pieces of Heart Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3840,10580,2,1,'Yoshi Doll','<p>Win the Yoshi Doll at the Trendy Game.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-yoshi-doll.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Yoshi_Doll_Pros_arent_allowed" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3841,10581,2,1,'Ribbon','<p>Give the Yoshi Doll to Mamasha.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-ribbon.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Ribbon_A_mothers_plight" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3842,10582,2,1,'Dog Food','<p>Give the Ribbon to CiaoCiao, the Chain Chomp.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-dog-food.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Dog_Food_The_envious_dog" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3843,10583,2,1,'Bananas','<p>Give the Dog Food to Sale, the alligator.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-sales-house-o-bananas.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Bananas_The_collector_of_cans" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3844,10584,2,1,'Stick','<p>Give the Bananas to Kiki, the monkey.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Stick_A_helpful_monkey" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3845,10585,2,1,'Honeycomb','<p>Give the Stick to Tarin.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-tarin-stick.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Honeycomb_Tarins_gambit" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3846,10586,2,1,'Pineapple','<p>Give the Honeycomb to Chef Bear.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-pineapple.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Pineapple_The_bear_necessities" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3847,10587,2,1,'Hibiscus','<p>Give the Pineapple to Papahl.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-papahl.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Hibiscus_He_told_you_hed_get_lost" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3848,10588,2,1,'Letter','<p>Give the Hibiscus to Christine.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-christines-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Letter_A_thoughtful_gift" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3849,10589,2,1,'Broom','<p>Give the Letter to Mr. Write.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-writes-house.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Broom_He_just_got_a_letter" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3850,10590,2,1,'Fishing Hook','<p>Give the Broom to Grandma Yahoo.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-fishing-hook.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Fishing_Hook_Yahoo_Shes_fine_and_you" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3851,10591,2,1,'Necklace','<p>Give the Fishing Hook to the Fisherman under the bridge.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-marthas-bay-bridge.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Necklace_Lucky_catch" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3852,10592,2,1,'Scale','<p>Give the Necklace to the Mermaid.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Scale_Only_take_one" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3853,10593,2,1,'Magnifying Lens','<p>Place the Scale in the Mermaid Statue.</p><p style="text-align: center;"><img src="https://zeldauniverse.net/wp-content/uploads/2019/09/guide-la-switch-trade-missing-scale.jpg" alt="Trading Sequence" width="100%" height="100%" /></p><p>Source: <a title="Trading Sequence Guide" href="https://zeldauniverse.net/?post_type=guide&p=124979&preview=true&_thumbnail_id=125271#Magnifying_Lens_Completing_a_masterpiece" target="_blank" rel="noopener">Trading Sequence Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3854,10594,2,1,'Raft Rapids','<p>Pay 100 Rupees to ride the Rapids.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3855,10595,2,1,'Trendy Game','<p>Pay 10 Rupees to play a claw machine game.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3856,10596,2,1,'Fishing','<p>Pay 10 Rupees for a chance to catch a fish.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3857,10597,2,1,'Bottle','<p>Catch the Bottle at the bottom of the Fishing Hole.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3858,10598,2,1,'Bottle','<p>Complete the first 12 Chamber Dungeon challenges.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3859,10599,2,1,'Bottle','<p>The Ghost will give you a Bottle after you take it to visit its house and then return it to its grave.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3860,10600,2,1,'Cracked Wall','<p>Item Trader</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3861,10601,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3862,10602,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3863,10603,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3864,10604,2,1,'Cracked Wall','<p>Cave</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3865,10605,2,1,'Cracked Wall','<p>Path to Turtle Rock</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3866,10606,2,1,'Cracked Wall','<p>Fairy Fountain</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3867,10607,2,1,'Lanmolas','<p>Use the Sword to defeat Lanmolas and receive the Angler's Key.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3868,10608,2,1,'Armos Knight','<p>Use the Bow to defeat Armos Knight.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3869,10609,2,1,'Turtle Rock','<p>Use Bombs to break Turtle Rock's hard shell and then finish it with the Sword.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3870,10610,2,1,'Tail Cave','<p>Level 1</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/tail-cave/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3871,10611,2,1,'Bottle Grotto','<p>Level 2</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-4-bottle-grotto/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3872,10612,2,1,'Key Cavery','<p>Level 3</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-6-key-cavern/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3873,10613,2,1,'Kanalet Castle','<p>Mini Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-5-kanalet-castle/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3874,10614,2,1,'Angler's Tunnel','<p>Level 4</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-8-anglers-tunnel/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3875,10615,2,1,'Catfish's Maw','<p>Level 5</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-10-catfishs-maw/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3876,10616,2,1,'North Face Shrine','<p>Level 6</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-12-north-face-shrine/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3877,10617,2,1,'Eagle's Tower','<p>Level 7</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-14-eagles-tower/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3878,10618,2,1,'Turtle Rock','<p>Level 8</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-16-turtle-rock/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3879,10619,2,1,'Color Dungeon','<p>Optional Dungeon</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/color-dungeon/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3880,10620,2,1,'Chamber Dungeon','<p>Dungeon Builder</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3881,10621,2,1,'Wind Fish's Egg','<p>Final Boss and Game Ending</p></p><p>Source: <a title="Dungeon Guide" href="https://zeldauniverse.net/guides/links-awakening/walkthrough/chapter-17-wind-fishs-egg/" target="_blank" rel="noopener">Dungeon Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3882,10622,2,1,'Papahl, Mamasha, and the Quadruplet's Hou','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3883,10623,2,1,'Marin and Tarin's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3884,10624,2,1,'Madam MeowMeow's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3885,10625,2,1,'Grandpa Ulrira and Grandma Yahoo's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3886,10626,2,1,'Sales House O' Bananas','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3887,10627,2,1,'Richard's Villa','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3888,10628,2,1,'Ghost's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3889,10629,2,1,'Chef Bear's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3890,10630,2,1,'Christine's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3891,10631,2,1,'Mr. Write's House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3892,10632,2,1,'Hen House','<p></p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3893,10633,2,1,'Witch's Hut','<p>Bring the Toadstool to the Witch to receive Magic Powder.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3894,10634,2,1,'Mabe Village Shop','<p>Purchase many items including the Shovel, Bombs, and Bow.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3895,10635,2,1,'Crazy Tracy's Health Spa','<p>Purchase the Secret Medicine, which automatically heals you if you die.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3896,10645,2,1,'Secret Seashells','<p>Dig on the west side of Marin's favorite spot on the beach.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3897,10646,2,1,'Secret Seashells','<p>Lift the pots in the Ghost's house in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3898,10647,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into a tree in Toronbo Shores.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3899,10648,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree outside of Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3900,10649,2,1,'Secret Seashells','<p>Use a Bomb to enter the secret room in Tail Cave.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3901,10650,2,1,'Secret Seashells','<p>Dig in the dog house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3902,10651,2,1,'Secret Seashells','<p>Cut the patch of bushes in Mabe Village.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3903,10652,2,1,'Secret Seashells','<p>Win a Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3904,10653,2,1,'Secret Seashells','<p>Win another Secret Seashell at the Trendy Game.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3905,10654,2,1,'Secret Seashells','<p>Catch a Cheep Cheep at the Fishing Hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3906,10655,2,1,'Secret Seashells','<p>Catch a Blooper at the Fishing Hole. It might not be your first one!</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3907,10656,2,1,'Secret Seashells','<p>Dig a hole in the circle of flowers in the Mysterious Forest.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3908,10657,2,1,'Secret Seashells','<p>Dig a hole near the north exit of the Mysterious Forest, south of Mr. Write's house.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3909,10658,2,1,'Secret Seashells','<p>Dig a hole beneath a lone bush.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3910,10659,2,1,'Secret Seashells','<p>Open the treasure chest in the tunnel beneath Richard's Villa.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3911,10660,2,1,'Secret Seashells','<p>Under the lone bush east of the telephone booth in Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3912,10661,2,1,'Secret Seashells','<p>Under the lone bush on the small island south of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3913,10662,2,1,'Secret Seashells','<p>Dig a hole near the Owl Statue northwest of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3914,10663,2,1,'Secret Seashells','<p>Dig a hole in the center of the grass.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3915,10664,2,1,'Secret Seashells','<p>Use the Pegasus Boots to dash into the tree near the Signpost Maze.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3916,10665,2,1,'Secret Seashells','<p>Under the bush in the islands near Key Cavern.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3917,10666,2,1,'Secret Seashells','<p>Use the Hookshot to reach the stairs to the west of the Kanalet Castle gate.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3918,10667,2,1,'Secret Seashells','<p>Dive underwater in near the waterfall in the Kanalet Castle moat.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3919,10668,2,1,'Secret Seashells','<p>Under a rock in the southeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3920,10669,2,1,'Secret Seashells','<p>Stand near the shore at the entrance of Yarna Desert and play the Ballad of the Wind Fish. The Walrus will appear and give you a Secret Seashell.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3921,10670,2,1,'Secret Seashells','<p>Speak to the hidden Zora in Animal Village after you have the Magnifying Lens.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3922,10671,2,1,'Secret Seashells','<p>Speak to Christine after you deliver the Letter to Mr. Write.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3923,10672,2,1,'Secret Seashells','<p>Find the stairs that lead outside in the North Face Shrine.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3924,10673,2,1,'Secret Seashells','<p>Throw a bomb into the hole near the Angler's Key keyhole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3925,10674,2,1,'Secret Seashells','<p>Finish the Rapids Race in less than 35 seconds.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3926,10675,2,1,'Secret Seashells','<p>Open the chest in the Mysterious Forest that is blocked by a stone.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3927,10676,2,1,'Secret Seashells','<p>Dig a hole under the lone bush north of the telephone booth.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3928,10677,2,1,'Secret Seashells','<p>Dig a hole near the east side of the Tabahl Wasteland.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3929,10678,2,1,'Secret Seashells','<p>Dig a hole beneat the spot where the large skull boulder is before you destroy it.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3930,10679,2,1,'Secret Seashells','<p>Unde a rock north of Martha's Bay.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3931,10680,2,1,'Secret Seashells','<p>Under a bush east of the Seashell Mansion.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3932,10681,2,1,'Secret Seashells','<p>Dig a hole near the Owl statue east of Catfish's Maw.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3933,10682,2,1,'Secret Seashells','<p>Dig a hole near the cacti in the northeast corner of Yarna Desert.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3934,10683,2,1,'Secret Seashells','<p>Under a rock near the sign north of the Moblin's Hideout.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3935,10684,2,1,'Secret Seashells','<p>Stop the raft on the smallest island in the rapids. Then, dig a hole.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3936,10685,2,1,'Secret Seashells','<p>Find the stairs beneath the Armos in the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3937,10686,2,1,'Secret Seashells','<p>Under the a lone rock north of the entrance to the Ancient Ruins.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3938,10687,2,1,'Secret Seashells','<p>Dive underwater near the ladder that leads to the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3939,10688,2,1,'Secret Seashells','<p>Under a rock across the bridges to the east of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3940,10689,2,1,'Secret Seashells','<p>Throw a Bomb in the hole southwest of the Hen House.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3941,10690,2,1,'Secret Seashells','<p>Open the treasure chest in east Tal Tal Mountain Range. Use a Bomb to find a secret path.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3942,10691,2,1,'Secret Seashells','<p>Fall in a hole on the far west side of the room where you fight Hinox in Eagle's Tower.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3943,10692,2,1,'Secret Seashells','<p>Under a lone rock in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3944,10693,2,1,'Secret Seashells','<p>Dig a hole in the center of the rock pattern in west Tal Tal Mountain Range.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3945,10694,2,1,'Secret Seashells','<p>Complete the Fill Up Your Hearts Chamber Dungeon challenge.</p></p><p>Source: <a title="Secret Seashells Guide" href="https://zeldauniverse.net/guides/links-awakening/sidequests/secret-seashells/" target="_blank" rel="noopener">Secret Seashells Guide</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (3946,10695,2,1,'Fairy Fountain','<p>In plain sight.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3947,10696,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3948,10697,2,1,'Fairy Fountain','<p>Inside the cave protected by a cracked wall.</p></p>',1,1); +INSERT INTO `marker_tab` VALUES (3949,11015,1,70248,'','<p>Facade is a easy boss, just use the shield in his first phase, then use bombs. (Watchout for holes as they take you or your bombs.)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3950,11016,1,70248,'','<p>This Nightmare Key allows you to get to boss #6, Facade</p>',1,1); +INSERT INTO `marker_tab` VALUES (3951,11039,1,72231,'','<p>xxxxxxx</p>',1,1); +INSERT INTO `marker_tab` VALUES (3952,11053,1,72615,'','<p>Big or Small</p>',1,1); +INSERT INTO `marker_tab` VALUES (3953,11062,1,72985,'','<p>After hearing Jiahto's request, search for the stone monuments in the area surrounding Zora's Domain. Not counting thr monument in Zora's Domain there are 10 to find in total.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3954,11063,1,73086,'','<p>Serpent Jaws</p>',1,1); +INSERT INTO `marker_tab` VALUES (3955,11094,1,74072,'','<p>Search vertical rock surrounded by 4 small rocks (next to where old man is standing)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3956,11096,1,74072,'','<p>Above skull encampment</p>',1,1); +INSERT INTO `marker_tab` VALUES (3957,11107,1,74072,'','<p>Not active, need to start campfire with flint or fire arrow</p>',1,1); +INSERT INTO `marker_tab` VALUES (3958,11121,1,73176,'','<p>asd</p>',1,1); +INSERT INTO `marker_tab` VALUES (3959,11129,1,74072,'','<p>This marker already exists but could use some more info. To get this, you must feed the dog behind the coral 4 pieces of food (apples work and are located next to the fire). The dog will then lead you to the treasure. It will NOT show up unless you feed the dog</p>',1,1); +INSERT INTO `marker_tab` VALUES (3960,11131,1,75055,'','<p>Enemies:</p>\r\n<ul>\r\n<li>&nbsp;Sentry (outside)</li>\r\n<li>Guardian Scout I (inside)</li>\r\n<li>Cursed Bokoblins/Moblins/Lizalfos (inside)</li>\r\n<li>Fireblight Ganon (inside, boss)</li>\r\n</ul>',1,1); +INSERT INTO `marker_tab` VALUES (3961,11133,1,75084,'','<p>Questgiver Rozel can alternatively be found at the dock.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3962,11134,1,75272,'','<p>This is the Devine Beast Vah Medoh from the Champion Revali</p>',1,1); +INSERT INTO `marker_tab` VALUES (3963,11150,1,73669,'','<p>Reward: Luminous Stone</p>',1,1); +INSERT INTO `marker_tab` VALUES (3964,11170,1,67975,'','<p>To start the quest, head into Foothill Stable in the Eldin region.</p>\r\n<p>Inside, you will find Mayro inspecting a painting on the wall.</p>\r\n<img src="https://oyster.ignimgs.com/mediawiki/apis.ign.com/the-legend-of-zelda-hd/b/b3/LandscapeStable1.png" alt="Mayro and Link, near the spoken painting." width="1593" height="891" />\r\n<p>after interacting with him,&nbsp; the quest will start.</p>\r\n<p>he will tell you the painting was made by the Stable owner, Ozunda, who paints as a hobby.</p>\r\n<p>In addition, he mentions that the sable was painted from a southern direction.</p>\r\n<p>going south from the Stable, you will find the view in the painting, and reveal the location of the shrine [Tah Muhl Shrine].</p>\r\n<img src="https://gamefaqs1.cbsistatic.com/faqs/27/75427-5.png" alt="the location of Tah Muhl Shrine" width="750" height="422" />',1,1); +INSERT INTO `marker_tab` VALUES (3965,11171,1,67975,'','<img src="https://www.zeldadungeon.net/wiki/images/thumb/5/5f/Korok862.png/200px-Korok862.png" alt="" width="200" height="159" />\r\n<p>Lift up the rock to reveal the Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3966,11200,1,79082,'','<p>luna carmeci</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3967,11309,1,81232,'','<p>Requires Power Bracelet</p>',1,1); +INSERT INTO `marker_tab` VALUES (3968,11311,1,81232,'','<p>Clear all enemies in room.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3969,11324,1,36179,'','<p>Only obtainable with the DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3970,11325,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3971,11326,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3972,11327,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3973,11328,1,36179,'','<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3974,11329,1,36179,'','<p>The Four Winds</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3975,11330,1,36179,'','<p>Aim for Stillness</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3976,11331,1,36179,'','<p>Master the Orb</p>\r\n<p>Only obtainable with DLC wave 2 (Champions' Ballad)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3977,11337,1,80073,'','<p>Contains: Royal Bow "43" - Attack Up +5</p>\r\n<p>Location: Chest in Water</p>\r\n<p>Description: In the past, the king of Hyrule presented this bow to only the most talented archers in the land. Its combat capabilities are as impressive as its extravagant design.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3978,11338,1,14388,'','<p>Campfire at the south end of the ledge; sit until morning; walk towards the north ledge &amp; prep. Dinraal will come around the north corner at 6 AM if not glitched. (If he doesn't show by 7 AM, close and reopen the game, then wait til morning, and it should be fixed.)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3979,11340,1,79786,'','<p>Paraglide to the rock south from the center pillar. The chest is to the east underwater</p>',1,1); +INSERT INTO `marker_tab` VALUES (3980,11345,1,14388,'','<p>Buried in ground? Yes</p>',1,1); +INSERT INTO `marker_tab` VALUES (3981,11349,1,82690,'','<p>On top of the wall in front of the Bomb trial</p>',1,1); +INSERT INTO `marker_tab` VALUES (3982,11350,1,82690,'','<p>Somewhere in the vicinity of the temple of time in a chest, found near some bokogoblins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3983,11351,1,82690,'','<p>Can get by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.), Or by climbing up to the top of Mt. Hylia.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3984,11352,1,82690,'','<p>Climb up to the top of Mt. Hylia and talking to the old man to get the Warm Doublet, or also get this by making the old man's secret recipe and giving it to him (he's sitting on the log by the pot.)</p>',1,1); +INSERT INTO `marker_tab` VALUES (3985,11372,1,82864,'','<p>Requires: Five fireflies</p>\r\n<p>Talk to Lasli in her house at night to unlock this quest.</p>\r\n<p>Reward: 50 rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (3986,11373,1,82864,'','<p>After completing all other side-quests in the village, return here for a shrine quest.</p>\r\n<p>Reward: Lakna Rokee Shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (3987,11406,1,79196,'','<p>NPC: Walton</p>\r\n<p>Requires: Deliver the correct items from across Hyrule</p>\r\n<p>Reward: Diamond</p>',1,1); +INSERT INTO `marker_tab` VALUES (3988,11412,1,84349,'','<p>missing some dlc shrine i guess?</p>',1,1); +INSERT INTO `marker_tab` VALUES (3989,11413,1,84349,'','<p>missing shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (3990,11414,1,84349,'','<p>missing</p>',1,1); +INSERT INTO `marker_tab` VALUES (3991,11415,1,84349,'','<p>missing</p>',1,1); +INSERT INTO `marker_tab` VALUES (3992,11416,1,84349,'','<p>missing dlc shrine</p>',1,1); +INSERT INTO `marker_tab` VALUES (3993,11444,1,85878,'','<p>Inside the Water, hard current.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3994,11451,1,85883,'','<p>Collection of ore inside.</p>',1,1); +INSERT INTO `marker_tab` VALUES (3995,11492,1,87273,'','<p>The Temple once home to the<strong> Master Sword.</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (3996,11516,1,87473,'','<p>Location once completed</p>',1,1); +INSERT INTO `marker_tab` VALUES (3997,11518,1,73379,'','<p>Reward: Ice arrows x5</p>',1,1); +INSERT INTO `marker_tab` VALUES (3998,11527,1,80263,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (3999,11550,1,89658,'','<p>guygg</p>',1,1); +INSERT INTO `marker_tab` VALUES (4000,11560,1,90222,'','<p>hujkl</p>',1,1); +INSERT INTO `marker_tab` VALUES (4001,11562,1,89757,'','<p>h</p>',1,1); +INSERT INTO `marker_tab` VALUES (4002,11571,1,87973,'','<p>Des&ccedil;a pela passagem de ar em frente a Shrines</p>',1,1); +INSERT INTO `marker_tab` VALUES (4003,11586,1,91548,'','<p>Contains: Amber</p>',1,1); +INSERT INTO `marker_tab` VALUES (4004,11640,1,86120,'','<p>Only in Master Mode, on the Floating Platform next to the bridge.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4005,11653,1,74072,'','<p>Destroy all of the electric ChuChus and move the iron crate. Behind it is the treasure chest</p>',1,1); +INSERT INTO `marker_tab` VALUES (4006,11658,1,74072,'','<p>Carries a blizzard rod</p>',1,1); +INSERT INTO `marker_tab` VALUES (4007,11659,1,93360,'','<p>in the sanctum</p>',1,1); +INSERT INTO `marker_tab` VALUES (4008,11662,1,94805,'','<h1>IMPORTANT</h1>',1,1); +INSERT INTO `marker_tab` VALUES (4009,11676,1,91119,'','<p>Inside the stone shrine, behind the statues, examine to get seed.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4010,11693,1,95754,'','<p>That Lynel exists only in MASTER MODE.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4011,11696,1,95982,'','<p><a title="ww" href="?game=BotW&amp;marker=2888&amp;zoom=5">https://zeldamaps.com/?game=BotW&amp;marker=2888&amp;zoom=5</a></p>',1,1); +INSERT INTO `marker_tab` VALUES (4012,11719,1,96999,'','<p>core</p>',1,1); +INSERT INTO `marker_tab` VALUES (4013,11723,1,95775,'','<p><strong>Requirements:</strong> Complete the four additional Shrines on the Great Plateau</p>',1,1); +INSERT INTO `marker_tab` VALUES (4014,11737,1,75055,'','<p>There are multiple enemies spread across the ruins.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4015,11757,1,89772,'','<p><em>its cool</em></p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (4016,11760,1,99093,'','<p>Speak to&nbsp;Kass&nbsp;on the tallest rock pillar in&nbsp;Kitano Bay. Answer "Yes, please" when he asks if you want to hear the ancient song of the rock pillar you're standing on.<br />He will sing a song with the Direction of the Chest.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4017,11799,1,100668,'','<p>Light the torches by the Goddess statue.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4018,11807,1,72792,'','<p>There isn't actually a molduga here.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4019,11838,1,102183,'','<p>The Korok Mask shakes and makes noises when you get near a Korok's hiding spot, similar to the shrine sensor.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4020,11844,1,102183,'','<p>Allows you to create at your own warp point where you are currently standing. In the same room as the Diamond Circlet.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4021,11845,1,102183,'','<p>Above Ganon boss fight room.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4022,11862,1,102183,'','<p>The flame for Robbie's furnace is found in this area.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4023,11866,1,102183,'','<p>The location of the blue flame needed for the Anchent Tech Lab.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4024,11867,1,102183,'','<p>Bring the glowing orb to Ritaag Zumo shrine hole to reveal the shrine.&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (4025,11868,1,102183,'','<p>You must visit the shop here first before it starts appearing at other locations.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4026,11870,1,102183,'','<p>Kass shrine quest. Head north to the Spring of Courage and toss a scale from Farosh in the water.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4027,11872,1,102183,'','<p>Where Kilton shows up in Zora's Domain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4028,11875,1,92866,'','<p>aqui</p>',1,1); +INSERT INTO `marker_tab` VALUES (4029,11876,1,102183,'','<p>Bomb for Korok.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4030,11883,1,102564,'','<p>llynel and shock arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (4031,11884,1,103297,'','<p>A blue rupee under a rock</p>',1,1); +INSERT INTO `marker_tab` VALUES (4032,11893,1,103635,'','<p>Apple trees</p>',1,1); +INSERT INTO `marker_tab` VALUES (4033,11900,1,84811,'','<p>FREDDO</p>',1,1); +INSERT INTO `marker_tab` VALUES (4034,11914,1,47775,'','<p>NPC: Symin</p>\r\n<p>Requires: Picture of Sunshroom (1st time) / 3 Sunshrooms (2nd time)</p>\r\n<p>Reward: 3 Hearty Truffles</p>',1,1); +INSERT INTO `marker_tab` VALUES (4035,11916,1,47775,'','<p>Contains: Royal Guard Boots</p>\r\n<p>Is in the ground: No</p>',1,1); +INSERT INTO `marker_tab` VALUES (4036,11920,1,47775,'','<p>NPC: Kass</p>\r\n<p>Requires: Find the metallic chest southeast of Kass</p>\r\n<p>Reward: Gold Rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (4037,11929,1,47775,'','<p>NPC: Purah</p>\r\n<p>Requires: 3 Ancient Screws, 3 Ancient Shafts, and 3 Ancient Cores</p>\r\n<p>Reward: Rune upgrades</p>',1,1); +INSERT INTO `marker_tab` VALUES (4038,11934,1,47775,'','<p>NPC: Kiana</p>\r\n<p>Requires: A Hearty Blue Snail and Goat Butter</p>\r\n<p>Reward: 50 Rupees and Seafood Paella</p>',1,1); +INSERT INTO `marker_tab` VALUES (4039,11974,1,108591,'','<p>87tgiy</p>',1,1); +INSERT INTO `marker_tab` VALUES (4040,11998,1,109508,'','<p>x10 Arrows</p>',1,1); +INSERT INTO `marker_tab` VALUES (4041,12008,1,108275,'','<p>Reward: Silverscale Spear</p>',1,1); +INSERT INTO `marker_tab` VALUES (4042,12037,1,111560,'','<p>Statue with purple eyes surrounded by a bunch of regular statues.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4043,12046,1,111805,'','<p>&nbsp;</p>\r\n<p>&nbsp;</p>',1,1); +INSERT INTO `marker_tab` VALUES (4044,12055,1,111894,'','<p>Find the four companions of the quest giver</p>',1,1); +INSERT INTO `marker_tab` VALUES (4045,12057,1,110653,'','<p>The Divine Beast of the Desert.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4046,12058,1,110653,'','<p>The Divine Beast of Death Mountain.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4047,12059,1,110653,'','<p>The Divine Beast of Rito Village.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4048,12063,1,110653,'','<p>Kaina lives in a family of fishermen in Lurulin Village. She wants to cook her family's favorite meal, seafood paella, but she's too busy with her daily errands and looking after her children to gather all the necessary ingredients.</p>\r\n<p>Be a sport and help her out by gathering the ingredients for her. She needs Goat Butter and a Hearth Blueshell Snail to prepare the dish.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4049,12064,1,110653,'','<p>Lurelin Village is a fishing village, but the residents have been distressed lately. The fisherman Sebasto in particular is in a bind because a group of monsters have built an encampment right on Aris Beach-the best fishing spot for miles around.<br /><br />Defeat the monsters on the beach so the village can resume its regular fishing.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4050,12065,1,110653,'','<p>The retired fisherman Rozel lives a quiet life, spending each day simply staring at the sea.<br /><br />He shared a legend of a sunken treasure:<br /><br />"The treasure sleeps in the center of the golden triangle."<br /><br />You should check it out.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4051,12066,1,106058,'','<p>Test</p>',1,1); +INSERT INTO `marker_tab` VALUES (4052,12068,1,50607,'','<p>Fairy Fountain behind cracked wall</p>',1,1); +INSERT INTO `marker_tab` VALUES (4053,12082,1,113397,'','<ol>\r\n<li>&nbsp;</li>\r\n</ol>',1,1); +INSERT INTO `marker_tab` VALUES (4054,12111,1,114693,'','<p>pleins de fruits (private marker)</p>',1,1); +INSERT INTO `marker_tab` VALUES (4055,12154,1,118430,'','<p>lol</p>',1,1); +INSERT INTO `marker_tab` VALUES (4056,12240,1,124806,'','<p>Vah Ruta</p>',1,1); +INSERT INTO `marker_tab` VALUES (4057,12241,1,124806,'','<p>Vah Medoh</p>',1,1); +INSERT INTO `marker_tab` VALUES (4058,12242,1,124806,'','<p>Vah Medoh</p>',1,1); +INSERT INTO `marker_tab` VALUES (4059,12243,1,124806,'','<p>Vah Naboris</p>',1,1); +INSERT INTO `marker_tab` VALUES (4060,12262,1,122869,'','<p>A skull with a tower and a few Bokoblins</p>',1,1); +INSERT INTO `marker_tab` VALUES (4061,12269,1,115116,'','<p>Remember to explore here.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4062,12310,1,126743,'','<p>Divine Beast Vah Medoh</p>',1,1); +INSERT INTO `marker_tab` VALUES (4063,12315,1,127910,'','<img src="bureau\0012.gif" alt="" />',1,1); +INSERT INTO `marker_tab` VALUES (4064,12318,1,128287,'','<p>Found facing North East on the Hylia Bridge at night. Expansion Pack only.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4065,12358,1,130243,'','<p>sfd</p>',1,1); +INSERT INTO `marker_tab` VALUES (4066,12426,1,132980,'','<p>OBAB</p>',1,1); +INSERT INTO `marker_tab` VALUES (4067,12437,1,131437,'','<p>Camp of Boblokins</p>',1,1); +INSERT INTO `marker_tab` VALUES (4068,12440,1,134448,'','<p><strong>flechas explosivos</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (4069,12465,1,125221,'','<p>Rola wants you to light the four tourches around the Goddess Statue with your bow and arrow.</p>',1,1); +INSERT INTO `marker_tab` VALUES (4070,12467,1,135903,'','<p>Gold rupee</p>',1,1); +INSERT INTO `marker_tab` VALUES (4071,12472,1,135903,'','<p>300 rupees</p>',1,1); +INSERT INTO `marker_tab` VALUES (4072,12482,1,49116,'','<p>Ice wizzrob</p>',1,1); +INSERT INTO `marker_tab` VALUES (4073,12484,1,132880,'','<p>Korock is under a frozen rock that looks like an enemy. Do NOT use bombs on Koroks!!! <strong>Use fire arrows!</strong></p>',1,1); +INSERT INTO `marker_tab` VALUES (4074,12517,1,138800,'','<p>l</p>',1,1); +/*!40000 ALTER TABLE `marker_tab` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/marker_tab_status.sql b/dev/db/samples/tingle/marker_tab_status.sql new file mode 100644 index 00000000..7d81cb20 --- /dev/null +++ b/dev/db/samples/tingle/marker_tab_status.sql @@ -0,0 +1,53 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `marker_tab_status` +-- + +DROP TABLE IF EXISTS `marker_tab_status`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `marker_tab_status` ( + `id` int(11) NOT NULL, + `name` varchar(45) NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `marker_tab_status` +-- + +LOCK TABLES `marker_tab_status` WRITE; +/*!40000 ALTER TABLE `marker_tab_status` DISABLE KEYS */; +INSERT INTO `marker_tab_status` VALUES (1,'Pending',0); +INSERT INTO `marker_tab_status` VALUES (2,'Approved',1); +/*!40000 ALTER TABLE `marker_tab_status` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/schema_migrations.sql b/dev/db/samples/tingle/schema_migrations.sql new file mode 100644 index 00000000..29f0fdb0 --- /dev/null +++ b/dev/db/samples/tingle/schema_migrations.sql @@ -0,0 +1,62 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `schema_migrations` +-- + +DROP TABLE IF EXISTS `schema_migrations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `schema_migrations` ( + `version` varchar(255) NOT NULL, + PRIMARY KEY (`version`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `schema_migrations` +-- + +LOCK TABLES `schema_migrations` WRITE; +/*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */; +INSERT INTO `schema_migrations` VALUES ('20180427013505'); +INSERT INTO `schema_migrations` VALUES ('20180430012556'); +INSERT INTO `schema_migrations` VALUES ('20180430031250'); +INSERT INTO `schema_migrations` VALUES ('20180430035101'); +INSERT INTO `schema_migrations` VALUES ('20210810041408'); +INSERT INTO `schema_migrations` VALUES ('20210810213006'); +INSERT INTO `schema_migrations` VALUES ('20210811020718'); +INSERT INTO `schema_migrations` VALUES ('20210811022855'); +INSERT INTO `schema_migrations` VALUES ('20210811031425'); +INSERT INTO `schema_migrations` VALUES ('20210811034535'); +INSERT INTO `schema_migrations` VALUES ('20210811035109'); +INSERT INTO `schema_migrations` VALUES ('20210811040936'); +INSERT INTO `schema_migrations` VALUES ('20210811143812'); +/*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/submap.sql b/dev/db/samples/tingle/submap.sql new file mode 100644 index 00000000..b0af7258 --- /dev/null +++ b/dev/db/samples/tingle/submap.sql @@ -0,0 +1,81 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `submap` +-- + +DROP TABLE IF EXISTS `submap`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `submap` ( + `id` int(11) NOT NULL, + `map_id` int(11) NOT NULL, + `map_type_id` int(11) NOT NULL DEFAULT 0, + `mapper_id` int(11) DEFAULT NULL, + `name` varchar(45) NOT NULL, + `is_default` tinyint(1) NOT NULL DEFAULT 0, + `tile_url` varchar(250) NOT NULL, + `tile_ext` char(3) NOT NULL DEFAULT 'png', + `img404` varchar(10) NOT NULL DEFAULT '404', + `submap_order` int(11) NOT NULL DEFAULT -1, + `empty_map` tinyint(1) NOT NULL, + `opacity` float NOT NULL DEFAULT 1, + `visible` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `fk_map_game_map_type1_idx` (`map_type_id`), + KEY `fk_map_mapper1_idx` (`mapper_id`), + KEY `fk_submap_map1_idx` (`map_id`), + CONSTRAINT `fk_map_game_map_type10` FOREIGN KEY (`map_type_id`) REFERENCES `map_type` (`id`), + CONSTRAINT `fk_map_mapper10` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`), + CONSTRAINT `fk_submap_map1` FOREIGN KEY (`map_id`) REFERENCES `map` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `submap` +-- + +LOCK TABLES `submap` WRITE; +/*!40000 ALTER TABLE `submap` DISABLE KEYS */; +INSERT INTO `submap` VALUES (140,3,1,NULL,'Light World',1,'alttp/overworld/light/','png','404',0,0,1,1); +INSERT INTO `submap` VALUES (141,3,1,NULL,'Dark World',0,'alttp/overworld/dark/','png','404',1,0,1,1); +INSERT INTO `submap` VALUES (1900,19,1,1,'DO NOT USE',0,'botw/e32016/','png','blank',0,0,1,0); +INSERT INTO `submap` VALUES (1901,19,1,1,'Hyrule',1,'botw/hyrule/','png','blank',0,0,1,1); +INSERT INTO `submap` VALUES (2000,20,1,1,'Koholint Island',1,'la_rmk/koholint_island/','png','blank',0,0,1,1); +INSERT INTO `submap` VALUES (2001,21,1,1,'Tail Cave',1,'la_rmk/1_tail_cave/','png','blank',1,0,1,1); +INSERT INTO `submap` VALUES (2002,22,1,1,'Bottle Grotto',1,'la_rmk/2_bottle_grotto/','png','blank',2,0,1,1); +INSERT INTO `submap` VALUES (2003,23,1,1,'Key Cavern',1,'la_rmk/3_key_cavern/','png','blank',3,0,1,1); +INSERT INTO `submap` VALUES (2004,24,1,1,'Angler`s Tunnel',1,'la_rmk/4_anglers_tunnel/','png','blank',4,0,1,1); +INSERT INTO `submap` VALUES (2005,25,1,1,'Catfish`s Maw',1,'la_rmk/5_catfishs_maw/','png','blank',5,0,1,1); +INSERT INTO `submap` VALUES (2006,26,1,1,'Face Shrine',1,'la_rmk/6_face_shrine/','png','blank',6,0,1,1); +INSERT INTO `submap` VALUES (2007,27,1,1,'Eagle`s Tower',1,'la_rmk/7_eagles_tower/','png','blank',7,0,1,1); +INSERT INTO `submap` VALUES (2008,28,1,1,'Turtle Rock',1,'la_rmk/8_turtle_rock/','png','blank',8,0,1,1); +INSERT INTO `submap` VALUES (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1); +/*!40000 ALTER TABLE `submap` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/submap_layer.sql b/dev/db/samples/tingle/submap_layer.sql new file mode 100644 index 00000000..497b098c --- /dev/null +++ b/dev/db/samples/tingle/submap_layer.sql @@ -0,0 +1,68 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `submap_layer` +-- + +DROP TABLE IF EXISTS `submap_layer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `submap_layer` ( + `id` int(11) NOT NULL, + `submap_id` int(11) NOT NULL, + `mapper_id` int(11) DEFAULT NULL, + `name` varchar(45) NOT NULL, + `tile_url` varchar(250) DEFAULT NULL, + `tile_ext` char(3) DEFAULT NULL, + `img404` varchar(10) DEFAULT NULL, + `control_visible` tinyint(1) DEFAULT NULL COMMENT '''If the layer can be visible on the layer control''', + `control_checked` tinyint(1) DEFAULT NULL COMMENT '''If the layer is default visible or not''', + `type` char(1) DEFAULT NULL COMMENT '''F - Foreground / B - Background''', + `layer_order` int(11) DEFAULT NULL, + `opacity` float NOT NULL DEFAULT 1, + `visible` tinyint(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + KEY `fk_map_layer_submap1_idx` (`submap_id`), + KEY `fk_submap_layer_mapper1_idx` (`mapper_id`), + CONSTRAINT `fk_map_layer_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`), + CONSTRAINT `fk_submap_layer_mapper1` FOREIGN KEY (`mapper_id`) REFERENCES `mapper` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `submap_layer` +-- + +LOCK TABLES `submap_layer` WRITE; +/*!40000 ALTER TABLE `submap_layer` DISABLE KEYS */; +INSERT INTO `submap_layer` VALUES (190019010,1900,NULL,'VGA 2016','botw/vga2014/','png','blank',1,0,'F',2,0.4,1); +INSERT INTO `submap_layer` VALUES (190019011,1900,2,'Hand Drawn','botw/zu/','png','blank',1,1,'F',1,1,1); +INSERT INTO `submap_layer` VALUES (190019012,1901,2,'Labels','botw/hyrule_labels/','png','blank',1,1,'F',1,1,0); +/*!40000 ALTER TABLE `submap_layer` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/tmp_korok.sql b/dev/db/samples/tingle/tmp_korok.sql new file mode 100644 index 00000000..789ea3fb --- /dev/null +++ b/dev/db/samples/tingle/tmp_korok.sql @@ -0,0 +1,954 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `tmp_korok` +-- + +DROP TABLE IF EXISTS `tmp_korok`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `tmp_korok` ( + `X` double DEFAULT NULL, + `Y` double DEFAULT NULL, + `PlacementType` varchar(100) DEFAULT NULL, + `KorokLift` varchar(5) DEFAULT NULL, + `Invisible` varchar(5) DEFAULT NULL, + `adjX` double DEFAULT NULL, + `adjY` double DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `tmp_korok` +-- + +LOCK TABLES `tmp_korok` WRITE; +/*!40000 ALTER TABLE `tmp_korok` DISABLE KEYS */; +INSERT INTO `tmp_korok` VALUES (-4424.155,-3215.942,'Ground','1','0',58.872578125000004,-77.75090625); +INSERT INTO `tmp_korok` VALUES (-4230.893,-3134.811,'Ground','0','0',61.892296875,-79.018578125); +INSERT INTO `tmp_korok` VALUES (-4155.937,-3404.128,'Ground','0','0',63.063484375,-74.81049999999999); +INSERT INTO `tmp_korok` VALUES (-4397.606,-3773.917,'Ground','0','0',59.287406250000004,-69.03254687500001); +INSERT INTO `tmp_korok` VALUES (-4167.162,-3615.937,'Air','0','0',62.888093749999996,-71.500984375); +INSERT INTO `tmp_korok` VALUES (-4029.339,-3760.179,'Ground','0','0',65.041578125,-69.247203125); +INSERT INTO `tmp_korok` VALUES (-4330.862,-2600.161,'Ground','1','0',60.33028125,-87.372484375); +INSERT INTO `tmp_korok` VALUES (-4340.229,-2354.104,'Ground','1','0',60.183921874999996,-91.21712500000001); +INSERT INTO `tmp_korok` VALUES (-4019.884,-2350.359,'Ground','0','0',65.1893125,-91.275640625); +INSERT INTO `tmp_korok` VALUES (-4402.555,-2866.692,'Ground','0','1',59.210078124999995,-83.2079375); +INSERT INTO `tmp_korok` VALUES (-4192.807,-2678.943,'Ground','0','0',62.487390625,-86.141515625); +INSERT INTO `tmp_korok` VALUES (-4071.819,-2545.949,'Ground','1','0',64.37782812500001,-88.21954687499999); +INSERT INTO `tmp_korok` VALUES (-4330.523,-2052.857,'Ground','0','0',60.335578125,-95.924109375); +INSERT INTO `tmp_korok` VALUES (-4148.758,-2616.475,'Ground','0','0',63.17565625,-87.117578125); +INSERT INTO `tmp_korok` VALUES (-4507.235,-2146.108,'Air','0','0',57.574453125000005,-94.4670625); +INSERT INTO `tmp_korok` VALUES (-4396.838,-2049.885,'Air','0','0',59.299406250000004,-95.970546875); +INSERT INTO `tmp_korok` VALUES (-4123.615,-1935.337,'Ground','0','0',63.568515625,-97.76035937500001); +INSERT INTO `tmp_korok` VALUES (-4482.926,-1970.876,'Ground','1','0',57.954281249999994,-97.2050625); +INSERT INTO `tmp_korok` VALUES (-4225.714,-1747.385,'Ground','1','0',61.97321875,-100.697109375); +INSERT INTO `tmp_korok` VALUES (-4034.983,-1748.402,'Ground','0','0',64.953390625,-100.68121875); +INSERT INTO `tmp_korok` VALUES (-4011.171,-1167.086,'Ground','0','0',65.32545312500001,-109.76428125000001); +INSERT INTO `tmp_korok` VALUES (-4065.467,-1678.328,'Ground','0','0',64.47707812499999,-101.77612500000001); +INSERT INTO `tmp_korok` VALUES (-4026.708,-232.4064,'Ground','0','0',65.08268749999999,-124.36865); +INSERT INTO `tmp_korok` VALUES (-4039.641,-350.2388,'Ground','0','0',64.880609375,-122.52751875); +INSERT INTO `tmp_korok` VALUES (-4252.405,-84.01248,'Air','0','0',61.556171875000004,-126.687305); +INSERT INTO `tmp_korok` VALUES (-4058.83,-773.8512,'Ground','0','0',64.58078125,-115.908575); +INSERT INTO `tmp_korok` VALUES (-4690.488,842.3635,'Ground','0','0',54.711124999999996,-141.1619296875); +INSERT INTO `tmp_korok` VALUES (-4066.787,437.8475,'Ground','0','0',64.45645312500001,-134.8413671875); +INSERT INTO `tmp_korok` VALUES (-4409.103,331.3417,'Air','0','0',59.107765625,-133.1772140625); +INSERT INTO `tmp_korok` VALUES (-4183.675,291.0669,'Air','0','0',62.630078125,-132.5479203125); +INSERT INTO `tmp_korok` VALUES (-4325.409,698.2925,'Air','0','0',60.415484375000005,-138.9108203125); +INSERT INTO `tmp_korok` VALUES (-4340.954,782.1329,'Ground','0','0',60.172593750000004,-140.2208265625); +INSERT INTO `tmp_korok` VALUES (-4355.337,709.874,'Ground','0','0',59.94785937499999,-139.09178125); +INSERT INTO `tmp_korok` VALUES (-4552.238,1353.159,'Ground','1','0',56.871281249999996,-149.143109375); +INSERT INTO `tmp_korok` VALUES (-4112.895,1377.535,'Ground','0','1',63.73601562499999,-149.523984375); +INSERT INTO `tmp_korok` VALUES (-4353.388,1838.526,'Ground','0','0',59.9783125,-156.72696875); +INSERT INTO `tmp_korok` VALUES (-4170.682,1989.385,'Ground','0','0',62.83309375,-159.084140625); +INSERT INTO `tmp_korok` VALUES (-4527.836,1423.325,'Ground','0','0',57.252562499999996,-150.239453125); +INSERT INTO `tmp_korok` VALUES (-4685.214,1970.388,'Ground','0','0',54.79353125,-158.78731249999998); +INSERT INTO `tmp_korok` VALUES (-4210.025,1133.509,'Air','0','0',62.218359375000006,-145.711078125); +INSERT INTO `tmp_korok` VALUES (-4314.106,1629.409,'Ground','0','0',60.592093750000004,-153.459515625); +INSERT INTO `tmp_korok` VALUES (-4220.021,1659.797,'Ground','0','0',62.062171875000004,-153.934328125); +INSERT INTO `tmp_korok` VALUES (-4266.573,1691.536,'Ground','0','0',61.334796874999995,-154.43025); +INSERT INTO `tmp_korok` VALUES (-4075.584,1595.132,'Air','0','0',64.319,-152.9239375); +INSERT INTO `tmp_korok` VALUES (-4180.768,1482.394,'Ground','0','0',62.6755,-151.16240625); +INSERT INTO `tmp_korok` VALUES (-4136.396,1717.96,'Ground','0','0',63.368812500000004,-154.843125); +INSERT INTO `tmp_korok` VALUES (-4001.078,1566.552,'Ground','0','0',65.48315625000001,-152.477375); +INSERT INTO `tmp_korok` VALUES (-4710.485,2171.835,'Air','0','0',54.398671875000005,-161.934921875); +INSERT INTO `tmp_korok` VALUES (-4373.898,2587.057,'Air','0','0',59.65784375,-168.422765625); +INSERT INTO `tmp_korok` VALUES (-4876.908,2469.674,'Ground','0','0',51.798312499999994,-166.58865624999999); +INSERT INTO `tmp_korok` VALUES (-4224.869,2738.074,'Ground','0','0',61.986421875000005,-170.78240625); +INSERT INTO `tmp_korok` VALUES (-4607.906,2338.845,'Air','0','0',56.00146875,-164.54445312500002); +INSERT INTO `tmp_korok` VALUES (-4307.612,3459.745,'Ground','1','0',60.6935625,-182.05851562499998); +INSERT INTO `tmp_korok` VALUES (-4859.178,3832.948,'Air','0','0',52.07534375,-187.8898125); +INSERT INTO `tmp_korok` VALUES (-4160.327,3826.202,'Ground','1','0',62.994890625,-187.78440625000002); +INSERT INTO `tmp_korok` VALUES (-4195.749,3091.554,'Ground','0','0',62.441421875,-176.30553125); +INSERT INTO `tmp_korok` VALUES (-4347.897,3713.184,'Ground','0','0',60.064109375,-186.01850000000002); +INSERT INTO `tmp_korok` VALUES (-4862.196,3260.965,'Ground','0','0',52.0281875,-178.952578125); +INSERT INTO `tmp_korok` VALUES (-3960.376,-3723.258,'Ground','0','0',66.119125,-69.82409375); +INSERT INTO `tmp_korok` VALUES (-3999.216,-3620.06,'Air','0','0',65.51225,-71.43656250000001); +INSERT INTO `tmp_korok` VALUES (-3793.74,-3032.967,'Ground','1','0',68.7228125,-80.60989062499999); +INSERT INTO `tmp_korok` VALUES (-3414.794,-3509.611,'Air','0','0',74.64384375,-73.162328125); +INSERT INTO `tmp_korok` VALUES (-3843.155,-3348.182,'Air','0','0',67.95070312499999,-75.68465625); +INSERT INTO `tmp_korok` VALUES (-3757.127,-3848.083,'Ground','0','0',69.294890625,-67.87370312499999); +INSERT INTO `tmp_korok` VALUES (-3574.575,-3272.382,'Air','0','0',72.147265625,-76.86903125); +INSERT INTO `tmp_korok` VALUES (-3496.125,-3580.674,'Ground','1','0',73.373046875,-72.05196875); +INSERT INTO `tmp_korok` VALUES (-3610.649,-3491.99,'Ground','0','0',71.58360937500001,-73.43765625); +INSERT INTO `tmp_korok` VALUES (-3418.51,-2066.815,'Ground','1','0',74.58578125,-95.70601562499999); +INSERT INTO `tmp_korok` VALUES (-3734.782,-2964.398,'Ground','1','0',69.64403125,-81.68128125); +INSERT INTO `tmp_korok` VALUES (-3792.613,-2320.191,'Air','0','0',68.74042187500001,-91.747015625); +INSERT INTO `tmp_korok` VALUES (-3061.221,-2813.686,'Ground','0','0',80.168421875,-84.03615625); +INSERT INTO `tmp_korok` VALUES (-3041.119,-2520.181,'Ground','0','0',80.48251562499999,-88.62217187499999); +INSERT INTO `tmp_korok` VALUES (-3831.341,-2106.709,'Air','0','0',68.135296875,-95.082671875); +INSERT INTO `tmp_korok` VALUES (-3277.424,-2618.865,'Ground','0','0',76.79025,-87.080234375); +INSERT INTO `tmp_korok` VALUES (-3677.899,-2466.755,'Ground','1','0',70.53282812500001,-89.456953125); +INSERT INTO `tmp_korok` VALUES (-3331.95,-2297.167,'Air','0','0',75.93828125,-92.10676562500001); +INSERT INTO `tmp_korok` VALUES (-3350.53,-2994.895,'Air','0','0',75.64796874999999,-81.204765625); +INSERT INTO `tmp_korok` VALUES (-3115.97,-2806.234,'Ground','0','0',79.31296875000001,-84.15259375); +INSERT INTO `tmp_korok` VALUES (-3151.575,-1563.284,'Air','0','0',78.756640625,-103.5736875); +INSERT INTO `tmp_korok` VALUES (-3295.154,-1362.929,'Ground','1','0',76.51321875,-106.704234375); +INSERT INTO `tmp_korok` VALUES (-3271.391,-1868.258,'Ground','1','0',76.884515625,-98.80846875); +INSERT INTO `tmp_korok` VALUES (-3562.246,-1761.346,'Ground','1','0',72.33990625,-100.47896875); +INSERT INTO `tmp_korok` VALUES (-3078.344,-1120.356,'Ground','1','0',79.900875,-110.4944375); +INSERT INTO `tmp_korok` VALUES (-3714.738,-1040.965,'Ground','1','0',69.95721875000001,-111.734921875); +INSERT INTO `tmp_korok` VALUES (-3627.384,-1804.825,'Air','0','0',71.322125,-99.799609375); +INSERT INTO `tmp_korok` VALUES (-3780.539,-1865.624,'Air','0','0',68.92907812499999,-98.849625); +INSERT INTO `tmp_korok` VALUES (-3125.194,-1366.506,'Ground','1','0',79.16884375000001,-106.64834375000001); +INSERT INTO `tmp_korok` VALUES (-3696.666,-1684.11,'Air','0','0',70.23959375,-101.68578125); +INSERT INTO `tmp_korok` VALUES (-3444.365,-1328.69,'Ground','0','0',74.181796875,-107.23921874999999); +INSERT INTO `tmp_korok` VALUES (-3803.935,-772.4634,'Ground','1','0',68.56351562500001,-115.930259375); +INSERT INTO `tmp_korok` VALUES (-3476.202,-69.05823,'Ground','1','0',73.68434375,-126.92096515625); +INSERT INTO `tmp_korok` VALUES (-3207.551,-333.9864,'Ground','1','0',77.88201562500001,-122.7814625); +INSERT INTO `tmp_korok` VALUES (-3109.259,-909.2654,'Air','0','0',79.417828125,-113.792728125); +INSERT INTO `tmp_korok` VALUES (-3441.073,-664.8755,'Air','0','0',74.233234375,-117.6113203125); +INSERT INTO `tmp_korok` VALUES (-3431.202,-707.841,'Ground','0','0',74.38746875,-116.939984375); +INSERT INTO `tmp_korok` VALUES (-3327.45,-336.9249,'Ground','1','0',76.00859375,-122.7355484375); +INSERT INTO `tmp_korok` VALUES (-3675.036,-393.3223,'Air','0','0',70.5775625,-121.8543390625); +INSERT INTO `tmp_korok` VALUES (-3661.365,-828.8036,'Air','0','0',70.791171875,-115.04994375); +INSERT INTO `tmp_korok` VALUES (-3971.633,-920.5166,'Air','0','0',65.943234375,-113.616928125); +INSERT INTO `tmp_korok` VALUES (-3828.839,-118.4242,'Air','0','0',68.174390625,-126.149621875); +INSERT INTO `tmp_korok` VALUES (-3841.713,-803.9846,'Air','0','0',67.973234375,-115.437740625); +INSERT INTO `tmp_korok` VALUES (-3861.732,-147.1551,'Air','0','0',67.6604375,-125.7007015625); +INSERT INTO `tmp_korok` VALUES (-3524.551,-449.6941,'Air','0','0',72.92889062500001,-120.9735296875); +INSERT INTO `tmp_korok` VALUES (-3207.789,-494.8928,'Ground','0','0',77.87829687499999,-120.2673); +INSERT INTO `tmp_korok` VALUES (-3966.312,-624.5618,'Ground','1','0',66.026375,-118.24122187500001); +INSERT INTO `tmp_korok` VALUES (-3212.859,-574.0104,'Air','0','0',77.799078125,-119.0310875); +INSERT INTO `tmp_korok` VALUES (-3688.848,798.725,'Ground','0','0',70.36175,-140.480078125); +INSERT INTO `tmp_korok` VALUES (-3014.163,372.4369,'Air','0','0',80.90370312499999,-133.8193265625); +INSERT INTO `tmp_korok` VALUES (-3069.678,910.7488,'Ground','0','0',80.03628125,-142.23045000000002); +INSERT INTO `tmp_korok` VALUES (-3673.786,698.3047,'Ground','1','0',70.59709375,-138.9110109375); +INSERT INTO `tmp_korok` VALUES (-3461.163,166.2989,'Ground','0','0',73.91932812499999,-130.5984203125); +INSERT INTO `tmp_korok` VALUES (-3847.195,1467.019,'Ground','1','0',67.887578125,-150.922171875); +INSERT INTO `tmp_korok` VALUES (-3065.6,1287.267,'Ground','0','0',80.1,-148.113546875); +INSERT INTO `tmp_korok` VALUES (-3129.014,1467.155,'Ground','0','0',79.10915625,-150.92429687499998); +INSERT INTO `tmp_korok` VALUES (-3845.235,1897.052,'Air','0','0',67.91820312499999,-157.6414375); +INSERT INTO `tmp_korok` VALUES (-3715.859,1558.073,'Ground','0','0',69.939703125,-152.344890625); +INSERT INTO `tmp_korok` VALUES (-3224.519,1022.451,'Ground','0','0',77.616890625,-143.97579687500001); +INSERT INTO `tmp_korok` VALUES (-3435.389,2980.161,'Ground','0','0',74.322046875,-174.565015625); +INSERT INTO `tmp_korok` VALUES (-3107.278,2881.241,'Ground','0','0',79.44878125,-173.019390625); +INSERT INTO `tmp_korok` VALUES (-3751.844,2531.624,'Air','0','0',69.3774375,-167.556625); +INSERT INTO `tmp_korok` VALUES (-3071.388,2044.733,'Ground','0','0',80.0095625,-159.948953125); +INSERT INTO `tmp_korok` VALUES (-3353.04,2276.308,'Ground','0','0',75.60875,-163.5673125); +INSERT INTO `tmp_korok` VALUES (-3886.142,2965.82,'Air','0','0',67.27903125,-174.3409375); +INSERT INTO `tmp_korok` VALUES (-3031.625,3754.591,'Ground','0','0',80.630859375,-186.665484375); +INSERT INTO `tmp_korok` VALUES (-3728.542,3610.083,'Air','0','0',69.74153125000001,-184.407546875); +INSERT INTO `tmp_korok` VALUES (-3286.434,3787.151,'Ground','0','0',76.64946875,-187.174234375); +INSERT INTO `tmp_korok` VALUES (-3799.649,3428.887,'Ground','1','0',68.63048437500001,-181.576359375); +INSERT INTO `tmp_korok` VALUES (-2487.656,-3021.601,'Ground','0','0',89.130375,-80.78748437499999); +INSERT INTO `tmp_korok` VALUES (-2290.108,-3407.597,'Ground','0','0',92.2170625,-74.756296875); +INSERT INTO `tmp_korok` VALUES (-2842.696,-3493.488,'Ground','0','0',83.582875,-73.41425000000001); +INSERT INTO `tmp_korok` VALUES (-2250.215,-3092.183,'Air','0','0',92.840390625,-79.684640625); +INSERT INTO `tmp_korok` VALUES (-2602.175,-3238.931,'Air','0','0',87.341015625,-77.39170312499999); +INSERT INTO `tmp_korok` VALUES (-2946.503,-3146.699,'Air','0','0',81.96089062499999,-78.83282812499999); +INSERT INTO `tmp_korok` VALUES (-2989.566,-2164.987,'Air','0','0',81.28803125,-94.172078125); +INSERT INTO `tmp_korok` VALUES (-2636.621,-2048.352,'Ground','1','0',86.802796875,-95.9945); +INSERT INTO `tmp_korok` VALUES (-2936.534,-2412.46,'Ground','1','0',82.11665625,-90.3053125); +INSERT INTO `tmp_korok` VALUES (-2382.55,-2132.68,'Ground','1','0',90.77265625,-94.676875); +INSERT INTO `tmp_korok` VALUES (-2783.552,-2895.525,'Ground','1','0',84.507,-82.757421875); +INSERT INTO `tmp_korok` VALUES (-2210.06,-2908.544,'Ground','0','0',93.46781250000001,-82.554); +INSERT INTO `tmp_korok` VALUES (-2736.11,-2582.83,'Air','0','0',85.24828124999999,-87.64328125); +INSERT INTO `tmp_korok` VALUES (-2836.292,-2423.835,'Air','0','0',83.68293750000001,-90.127578125); +INSERT INTO `tmp_korok` VALUES (-2900.084,-2508.787,'Air','0','0',82.6861875,-88.800203125); +INSERT INTO `tmp_korok` VALUES (-2467.77,-2765.222,'Ground','0','0',89.44109375,-84.79340625); +INSERT INTO `tmp_korok` VALUES (-2883.833,-2398.015,'Air','0','0',82.94010937499999,-90.53101562500001); +INSERT INTO `tmp_korok` VALUES (-2751.337,-2258.777,'Ground','0','0',85.01035937500001,-92.706609375); +INSERT INTO `tmp_korok` VALUES (-2638.9,-2364.1,'Ground','1','0',86.7671875,-91.0609375); +INSERT INTO `tmp_korok` VALUES (-2297.368,-2293.149,'Ground','0','0',92.103625,-92.16954687500001); +INSERT INTO `tmp_korok` VALUES (-2015.552,-2456.002,'Ground','0','0',96.507,-89.62496875); +INSERT INTO `tmp_korok` VALUES (-2984.896,-2693.526,'Air','0','0',81.36099999999999,-85.91365625); +INSERT INTO `tmp_korok` VALUES (-2830.556,-2828.345,'Ground','1','0',83.77256249999999,-83.80710937500001); +INSERT INTO `tmp_korok` VALUES (-2972.812,-1878.102,'Air','0','0',81.5498125,-98.65465625); +INSERT INTO `tmp_korok` VALUES (-2338.221,-1726.701,'Ground','0','0',91.465296875,-101.020296875); +INSERT INTO `tmp_korok` VALUES (-2012.6,-1921.7,'Ground','1','0',96.553125,-97.9734375); +INSERT INTO `tmp_korok` VALUES (-2217.829,-1565.024,'Ground','1','0',93.346421875,-103.54650000000001); +INSERT INTO `tmp_korok` VALUES (-2036.946,-1622.946,'Ground','1','0',96.17271875,-102.64146875); +INSERT INTO `tmp_korok` VALUES (-2383.528,-1150.632,'Ground','1','0',90.757375,-110.021375); +INSERT INTO `tmp_korok` VALUES (-2207.487,-1767.467,'Ground','1','0',93.508015625,-100.38332812499999); +INSERT INTO `tmp_korok` VALUES (-2910.18,-1639.037,'Air','0','0',82.5284375,-102.390046875); +INSERT INTO `tmp_korok` VALUES (-2022.654,-1300.632,'Air','0','0',96.39603125,-107.677625); +INSERT INTO `tmp_korok` VALUES (-2516.125,-1436.305,'Air','0','0',88.685546875,-105.557734375); +INSERT INTO `tmp_korok` VALUES (-2636.284,-1246.991,'Air','0','0',86.8080625,-108.515765625); +INSERT INTO `tmp_korok` VALUES (-2826.254,-1580.078,'Air','0','0',83.83978125,-103.31128125000001); +INSERT INTO `tmp_korok` VALUES (-2210.599,-1621.4,'Ground','0','0',93.459390625,-102.665625); +INSERT INTO `tmp_korok` VALUES (-2083.961,-1558.725,'Ground','1','0',95.43810937500001,-103.644921875); +INSERT INTO `tmp_korok` VALUES (-2836.955,-1594.782,'Air','0','0',83.672578125,-103.08153125); +INSERT INTO `tmp_korok` VALUES (-2791.13,-1945.598,'Air','0','0',84.38859375,-97.60003125); +INSERT INTO `tmp_korok` VALUES (-2358.595,-1872.809,'Air','0','0',91.14695312500001,-98.737359375); +INSERT INTO `tmp_korok` VALUES (-2523.397,-1736.947,'Ground','0','0',88.571921875,-100.860203125); +INSERT INTO `tmp_korok` VALUES (-2316.8,-806.4525,'Ground','0','1',91.8,-115.3991796875); +INSERT INTO `tmp_korok` VALUES (-2669.56,-864.3912,'Ground','1','0',86.28812500000001,-114.4938875); +INSERT INTO `tmp_korok` VALUES (-2698.419,-766.7476,'Ground','1','0',85.837203125,-116.01956875); +INSERT INTO `tmp_korok` VALUES (-2060.66,-775.7871,'Ground','0','0',95.8021875,-115.8783265625); +INSERT INTO `tmp_korok` VALUES (-2434.115,-491.0357,'Air','0','0',89.966953125,-120.3275671875); +INSERT INTO `tmp_korok` VALUES (-2370.105,-345.3073,'Air','0','0',90.967109375,-122.6045734375); +INSERT INTO `tmp_korok` VALUES (-2547.832,-306.3023,'Air','0','0',88.190125,-123.2140265625); +INSERT INTO `tmp_korok` VALUES (-2715.905,-429.8643,'Ground','0','1',85.56398437499999,-121.2833703125); +INSERT INTO `tmp_korok` VALUES (-2030.122,-547.6038,'Ground','0','0',96.27934375000001,-119.443690625); +INSERT INTO `tmp_korok` VALUES (-2008.684,-514.1512,'Air','0','0',96.6143125,-119.9663875); +INSERT INTO `tmp_korok` VALUES (-2247.72,464.6729,'Ground','0','0',92.87937500000001,-135.2605140625); +INSERT INTO `tmp_korok` VALUES (-2542.837,639.8586,'Air','0','0',88.26817187500001,-137.997790625); +INSERT INTO `tmp_korok` VALUES (-2290.551,468.2381,'Ground','1','0',92.21014062500001,-135.31622031249998); +INSERT INTO `tmp_korok` VALUES (-2645.98,547.9241,'Ground','1','0',86.6565625,-136.5613140625); +INSERT INTO `tmp_korok` VALUES (-2918.603,479.7349,'Ground','1','0',82.396828125,-135.4958578125); +INSERT INTO `tmp_korok` VALUES (-2908.738,796.266,'Ground','1','0',82.55096875000001,-140.44165625); +INSERT INTO `tmp_korok` VALUES (-2492.704,589.6708,'Air','0','0',89.0515,-137.21360625); +INSERT INTO `tmp_korok` VALUES (-2175.129,463.3505,'Air','0','0',94.013609375,-135.2398515625); +INSERT INTO `tmp_korok` VALUES (-2053.485,636.411,'Ground','0','0',95.91429687499999,-137.943921875); +INSERT INTO `tmp_korok` VALUES (-2476.617,547.6678,'Ground','0','0',89.302859375,-136.557309375); +INSERT INTO `tmp_korok` VALUES (-2351.149,846.18,'Air','0','0',91.26329687500001,-141.2215625); +INSERT INTO `tmp_korok` VALUES (-2200.96,730.8455,'Ground','1','0',93.61,-139.4194609375); +INSERT INTO `tmp_korok` VALUES (-2483.315,504.7361,'Ground','1','0',89.19820312499999,-135.8865015625); +INSERT INTO `tmp_korok` VALUES (-2298.86,341.1622,'Ground','1','0',92.08031249999999,-133.33065937499998); +INSERT INTO `tmp_korok` VALUES (-2312.609,24.0163,'Ground','1','0',91.865484375,-128.3752546875); +INSERT INTO `tmp_korok` VALUES (-2041.04,296.3528,'Ground','1','0',96.10875,-132.6305125); +INSERT INTO `tmp_korok` VALUES (-2729.922,761.3842,'Ground','1','0',85.34496874999999,-139.896628125); +INSERT INTO `tmp_korok` VALUES (-2450.164,373.4799,'Ground','0','0',89.71618749999999,-133.8356234375); +INSERT INTO `tmp_korok` VALUES (-2646.005,1535.135,'Ground','1','0',86.656171875,-151.986484375); +INSERT INTO `tmp_korok` VALUES (-2417.311,1923.725,'Air','0','0',90.229515625,-158.058203125); +INSERT INTO `tmp_korok` VALUES (-2867.818,1124.927,'Air','0','0',83.19034375,-145.576984375); +INSERT INTO `tmp_korok` VALUES (-2850,1229,'Ground','0','0',83.46875,-147.203125); +INSERT INTO `tmp_korok` VALUES (-2817.465,1652.721,'Ground','0','0',83.977109375,-153.823765625); +INSERT INTO `tmp_korok` VALUES (-2464.743,1713.475,'Ground','0','0',89.488390625,-154.773046875); +INSERT INTO `tmp_korok` VALUES (-2454.273,1157.305,'Air','0','0',89.651984375,-146.082890625); +INSERT INTO `tmp_korok` VALUES (-2081.09,1477.029,'Ground','0','0',95.48296875,-151.078578125); +INSERT INTO `tmp_korok` VALUES (-2521.762,1318.59,'Ground','0','0',88.59746874999999,-148.60296875); +INSERT INTO `tmp_korok` VALUES (-2429.137,1921.336,'Air','0','0',90.04473437499999,-158.020875); +INSERT INTO `tmp_korok` VALUES (-2099.382,1104.728,'Air','0','0',95.19715625,-145.261375); +INSERT INTO `tmp_korok` VALUES (-2393.37,1047.341,'Air','0','0',90.60359375,-144.364703125); +INSERT INTO `tmp_korok` VALUES (-2340.702,1104.579,'Ground','1','0',91.42653125,-145.259046875); +INSERT INTO `tmp_korok` VALUES (-2066.651,1850.097,'Ground','0','0',95.708578125,-156.907765625); +INSERT INTO `tmp_korok` VALUES (-2685.725,2929.656,'Ground','1','0',86.035546875,-173.77587499999998); +INSERT INTO `tmp_korok` VALUES (-2853.363,2320.153,'Ground','1','0',83.41620312500001,-164.252390625); +INSERT INTO `tmp_korok` VALUES (-2358.78,2554.533,'Ground','1','0',91.14406249999999,-167.914578125); +INSERT INTO `tmp_korok` VALUES (-2167.784,2082.042,'Ground','1','0',94.128375,-160.53190625000002); +INSERT INTO `tmp_korok` VALUES (-2018.632,2186.643,'Ground','1','0',96.458875,-162.166296875); +INSERT INTO `tmp_korok` VALUES (-2298.7,2850.02,'Ground','1','0',92.0828125,-172.5315625); +INSERT INTO `tmp_korok` VALUES (-2697.263,2105.062,'Air','0','0',85.855265625,-160.89159375); +INSERT INTO `tmp_korok` VALUES (-2066.654,2397.045,'Air','0','0',95.70853125,-165.453828125); +INSERT INTO `tmp_korok` VALUES (-2059.885,2420.099,'Ground','1','0',95.814296875,-165.814046875); +INSERT INTO `tmp_korok` VALUES (-2305.082,2561.364,'Ground','0','0',91.98309375,-168.0213125); +INSERT INTO `tmp_korok` VALUES (-2207.692,2550.621,'Air','0','0',93.5048125,-167.853453125); +INSERT INTO `tmp_korok` VALUES (-2264.512,2163.38,'Ground','0','0',92.61699999999999,-161.80281250000002); +INSERT INTO `tmp_korok` VALUES (-2628.115,2751.206,'Air','0','0',86.935703125,-170.98759375); +INSERT INTO `tmp_korok` VALUES (-2019.698,2884.231,'Ground','0','0',96.44221875,-173.066109375); +INSERT INTO `tmp_korok` VALUES (-2594.755,2539.869,'Ground','0','0',87.456953125,-167.68545312499998); +INSERT INTO `tmp_korok` VALUES (-2259.542,2224.756,'Ground','0','0',92.69465625000001,-162.76181250000002); +INSERT INTO `tmp_korok` VALUES (-2550.179,2038.102,'Air','0','0',88.153453125,-159.84534374999998); +INSERT INTO `tmp_korok` VALUES (-2815.311,2247.913,'Ground','1','0',84.010765625,-163.123640625); +INSERT INTO `tmp_korok` VALUES (-2547.427,3951.93,'Ground','1','0',88.196453125,-189.74890625); +INSERT INTO `tmp_korok` VALUES (-2448.412,3751.94,'Air','0','0',89.7435625,-186.6240625); +INSERT INTO `tmp_korok` VALUES (-2172.509,3200.396,'Ground','0','0',94.054546875,-178.0061875); +INSERT INTO `tmp_korok` VALUES (-2636.197,3302.574,'Ground','0','0',86.809421875,-179.60271875); +INSERT INTO `tmp_korok` VALUES (-2918.655,3061.014,'Ground','0','0',82.39601562499999,-175.82834375); +INSERT INTO `tmp_korok` VALUES (-1970.932,-3792.569,'Air','0','0',97.2041875,-68.74110937500001); +INSERT INTO `tmp_korok` VALUES (-1375.173,-3640.943,'Ground','0','0',106.512921875,-71.110265625); +INSERT INTO `tmp_korok` VALUES (-1095.986,-3399.873,'Ground','0','0',110.87521875,-74.876984375); +INSERT INTO `tmp_korok` VALUES (-1110.798,-3043.856,'Air','0','0',110.64378125,-80.43974999999999); +INSERT INTO `tmp_korok` VALUES (-1535.295,-3475.819,'Ground','0','0',104.011015625,-73.69032812500001); +INSERT INTO `tmp_korok` VALUES (-1675.992,-2139.302,'Ground','1','0',101.812625,-94.57340625); +INSERT INTO `tmp_korok` VALUES (-1586.488,-2133.002,'Ground','1','0',103.211125,-94.67184375); +INSERT INTO `tmp_korok` VALUES (-1349.376,-2734.519,'Ground','1','0',106.916,-85.273140625); +INSERT INTO `tmp_korok` VALUES (-1781.002,-2745.017,'Ground','0','1',100.17184375,-85.109109375); +INSERT INTO `tmp_korok` VALUES (-1403.117,-2312.289,'Ground','1','0',106.076296875,-91.87048437499999); +INSERT INTO `tmp_korok` VALUES (-1682.218,-2184.838,'Air','0','0',101.71534375,-93.86190625); +INSERT INTO `tmp_korok` VALUES (-1764,-2350.704,'Ground','1','0',100.4375,-91.27025); +INSERT INTO `tmp_korok` VALUES (-1047.625,-2620.561,'Ground','0','0',111.630859375,-87.053734375); +INSERT INTO `tmp_korok` VALUES (-1258.633,-2360.096,'Ground','1','0',108.333859375,-91.1235); +INSERT INTO `tmp_korok` VALUES (-1414.648,-2398.596,'Air','0','0',105.896125,-90.5219375); +INSERT INTO `tmp_korok` VALUES (-1410.552,-2224.807,'Ground','1','0',105.960125,-93.237390625); +INSERT INTO `tmp_korok` VALUES (-1045.92,-2707.638,'Ground','1','0',111.6575,-85.69315625); +INSERT INTO `tmp_korok` VALUES (-1019.516,-2077.297,'Ground','0','0',112.0700625,-95.54223437499999); +INSERT INTO `tmp_korok` VALUES (-1884.491,-1813.181,'Ground','1','0',98.554828125,-99.66904687499999); +INSERT INTO `tmp_korok` VALUES (-1805.357,-1842.527,'Ground','1','0',99.791296875,-99.210515625); +INSERT INTO `tmp_korok` VALUES (-1227.239,-1578.176,'Ground','0','1',108.824390625,-103.34100000000001); +INSERT INTO `tmp_korok` VALUES (-1017.86,-1066.078,'Air','0','0',112.0959375,-111.34253125000001); +INSERT INTO `tmp_korok` VALUES (-1855.986,-1192.541,'Air','0','0',99.00021875,-109.366546875); +INSERT INTO `tmp_korok` VALUES (-1077.38,-1278.708,'Ground','1','0',111.1659375,-108.02018749999999); +INSERT INTO `tmp_korok` VALUES (-1436.289,-1668.662,'Ground','0','0',105.557984375,-101.92715625); +INSERT INTO `tmp_korok` VALUES (-1062.994,-1934.109,'Air','0','0',111.39071875,-97.779546875); +INSERT INTO `tmp_korok` VALUES (-1094.139,-1731.894,'Ground','0','0',110.904078125,-100.93915625); +INSERT INTO `tmp_korok` VALUES (-1309.765,-1941.56,'Ground','0','0',107.534921875,-97.66312500000001); +INSERT INTO `tmp_korok` VALUES (-1230.517,-999.8165,'Ground','0','0',108.773171875,-112.3778671875); +INSERT INTO `tmp_korok` VALUES (-1035.085,-446.2222,'Ground','1','0',111.826796875,-121.027778125); +INSERT INTO `tmp_korok` VALUES (-1691.985,-175.5285,'Ground','0','1',101.562734375,-125.2573671875); +INSERT INTO `tmp_korok` VALUES (-1142.671,-284.3372,'Air','0','0',110.145765625,-123.55723125); +INSERT INTO `tmp_korok` VALUES (-1258.401,-240.5181,'Air','0','0',108.337484375,-124.2419046875); +INSERT INTO `tmp_korok` VALUES (-1651.16,-39.06839,'Ground','0','0',102.200625,-127.38955640625); +INSERT INTO `tmp_korok` VALUES (-1877.903,-32.18372,'Ground','0','0',98.657765625,-127.497129375); +INSERT INTO `tmp_korok` VALUES (-1372.536,-107.9869,'Ground','1','0',106.554125,-126.3127046875); +INSERT INTO `tmp_korok` VALUES (-1964.676,-584.1647,'Air','0','0',97.30193750000001,-118.8724265625); +INSERT INTO `tmp_korok` VALUES (-1148.198,-226.6854,'Air','0','0',110.05940625,-124.458040625); +INSERT INTO `tmp_korok` VALUES (-1125.279,-675.4301,'Air','0','0',110.417515625,-117.4464046875); +INSERT INTO `tmp_korok` VALUES (-1092.084,-497.5138,'Air','0','0',110.9361875,-120.226346875); +INSERT INTO `tmp_korok` VALUES (-1142.419,-761.9467,'Ground','0','0',110.149703125,-116.0945828125); +INSERT INTO `tmp_korok` VALUES (-1631.543,-515.1945,'Air','0','0',102.507140625,-119.9500859375); +INSERT INTO `tmp_korok` VALUES (-1590.039,-229.1346,'Ground','1','0',103.155640625,-124.419771875); +INSERT INTO `tmp_korok` VALUES (-1115.559,-528.5893,'Air','0','0',110.569390625,-119.7407921875); +INSERT INTO `tmp_korok` VALUES (-1992.891,161.3196,'Air','0','0',96.861078125,-130.52061874999998); +INSERT INTO `tmp_korok` VALUES (-1984.865,362.9465,'Air','0','0',96.986484375,-133.6710390625); +INSERT INTO `tmp_korok` VALUES (-1512.017,56.45966,'Air','0','0',104.374734375,-128.8821821875); +INSERT INTO `tmp_korok` VALUES (-1962.841,409.854,'Air','1','0',97.330609375,-134.40396875); +INSERT INTO `tmp_korok` VALUES (-1336.888,249.6623,'Ground','1','0',107.111125,-131.9009734375); +INSERT INTO `tmp_korok` VALUES (-1859.587,334.3039,'Air','0','0',98.94395312500001,-133.22349843749998); +INSERT INTO `tmp_korok` VALUES (-1965.813,600.9499,'Air','0','0',97.284171875,-137.3898421875); +INSERT INTO `tmp_korok` VALUES (-1551.966,815.4899,'Ground','1','0',103.75053125,-140.7420296875); +INSERT INTO `tmp_korok` VALUES (-1405.51,459.7081,'Ground','1','0',106.03890625,-135.1829390625); +INSERT INTO `tmp_korok` VALUES (-1313.943,622.8615,'Ground','1','0',107.469640625,-137.73221093749999); +INSERT INTO `tmp_korok` VALUES (-1154.359,964.6355,'Ground','1','0',109.963140625,-143.0724296875); +INSERT INTO `tmp_korok` VALUES (-1155.97,245.1235,'Ground','0','0',109.93796875,-131.8300546875); +INSERT INTO `tmp_korok` VALUES (-1020.383,559.8116,'Ground','0','0',112.056515625,-136.74705625); +INSERT INTO `tmp_korok` VALUES (-1106.94,905.2623,'Ground','0','0',110.70406249999999,-142.1447234375); +INSERT INTO `tmp_korok` VALUES (-1249.552,730.6769,'Air','0','0',108.47575,-139.4168265625); +INSERT INTO `tmp_korok` VALUES (-1336.357,366.6163,'Ground','0','0',107.119421875,-133.7283796875); +INSERT INTO `tmp_korok` VALUES (-1009.463,932.0392,'Ground','0','0',112.227140625,-142.5631125); +INSERT INTO `tmp_korok` VALUES (-1439.601,846.6677,'Air','0','0',105.50623437499999,-141.2291828125); +INSERT INTO `tmp_korok` VALUES (-1512.686,908.6653,'Air','0','0',104.36428125,-142.1978953125); +INSERT INTO `tmp_korok` VALUES (-1127.287,414.3107,'Air','0','0',110.386140625,-134.4736046875); +INSERT INTO `tmp_korok` VALUES (-1819.302,973.5981,'Ground','0','0',99.57340625,-143.2124703125); +INSERT INTO `tmp_korok` VALUES (-1731.076,375.1318,'Air','0','0',100.9519375,-133.861434375); +INSERT INTO `tmp_korok` VALUES (-1501.964,156.2179,'Ground','0','0',104.5318125,-130.4409046875); +INSERT INTO `tmp_korok` VALUES (-1134.464,1030.472,'Air','0','0',110.274,-144.101125); +INSERT INTO `tmp_korok` VALUES (-1382.269,1858.037,'Air','0','0',106.402046875,-157.031828125); +INSERT INTO `tmp_korok` VALUES (-1334.809,1675.9,'Ground','0','0',107.143609375,-154.1859375); +INSERT INTO `tmp_korok` VALUES (-1057.312,1327.525,'Ground','0','1',111.4795,-148.742578125); +INSERT INTO `tmp_korok` VALUES (-1224.69,1358.416,'Ground','1','0',108.86421874999999,-149.22525000000002); +INSERT INTO `tmp_korok` VALUES (-1314.297,1257.335,'Ground','1','0',107.46410937499999,-147.645859375); +INSERT INTO `tmp_korok` VALUES (-1149.917,1204.104,'Ground','1','0',110.03254687500001,-146.814125); +INSERT INTO `tmp_korok` VALUES (-1666.661,1393.96,'Ground','1','0',101.958421875,-149.780625); +INSERT INTO `tmp_korok` VALUES (-1728.585,1478.864,'Ground','1','0',100.990859375,-151.10725); +INSERT INTO `tmp_korok` VALUES (-1819.094,1532.648,'Ground','1','0',99.57665625,-151.94762500000002); +INSERT INTO `tmp_korok` VALUES (-1746.917,1831.097,'Air','0','0',100.70442187500001,-156.610890625); +INSERT INTO `tmp_korok` VALUES (-1583.931,1579.691,'Air','0','0',103.25107812499999,-152.68267187499998); +INSERT INTO `tmp_korok` VALUES (-1491.531,1832.245,'Air','0','0',104.694828125,-156.62882812499998); +INSERT INTO `tmp_korok` VALUES (-1799.607,1625.901,'Ground','0','0',99.881140625,-153.404703125); +INSERT INTO `tmp_korok` VALUES (-1190.024,1116.745,'Air','0','0',109.40587500000001,-145.44914062499998); +INSERT INTO `tmp_korok` VALUES (-1370.342,1165.821,'Air','0','0',106.58840624999999,-146.215953125); +INSERT INTO `tmp_korok` VALUES (-1280.393,1384.899,'Ground','0','0',107.993859375,-149.639046875); +INSERT INTO `tmp_korok` VALUES (-1969.749,1087.833,'Air','0','0',97.222671875,-144.997390625); +INSERT INTO `tmp_korok` VALUES (-1132.606,1917.723,'Air','0','0',110.30303125,-157.964421875); +INSERT INTO `tmp_korok` VALUES (-1356.697,1002.412,'Ground','0','0',106.801609375,-143.6626875); +INSERT INTO `tmp_korok` VALUES (-1503.422,1920.174,'Ground','0','0',104.50903124999999,-158.00271874999999); +INSERT INTO `tmp_korok` VALUES (-1363.466,2215.195,'Ground','0','0',106.69584375,-162.612421875); +INSERT INTO `tmp_korok` VALUES (-1465.906,2952.556,'Ground','1','0',105.09521875,-174.1336875); +INSERT INTO `tmp_korok` VALUES (-1171.618,2317.226,'Ground','1','0',109.69346875,-164.20665624999998); +INSERT INTO `tmp_korok` VALUES (-1935.345,2673.502,'Ground','0','0',97.76023437500001,-169.77346875); +INSERT INTO `tmp_korok` VALUES (-1443.119,2105.64,'Air','0','0',105.451265625,-160.900625); +INSERT INTO `tmp_korok` VALUES (-1658.59,2306.77,'Air','0','0',102.08453125,-164.04328125); +INSERT INTO `tmp_korok` VALUES (-1399.424,2378.205,'Air','0','0',106.134,-165.159453125); +INSERT INTO `tmp_korok` VALUES (-1809.821,2459.625,'Ground','0','0',99.721546875,-166.431640625); +INSERT INTO `tmp_korok` VALUES (-1615.964,2447.329,'Air','0','0',102.7505625,-166.239515625); +INSERT INTO `tmp_korok` VALUES (-1665.899,2338.163,'Air','0','0',101.97032812500001,-164.533796875); +INSERT INTO `tmp_korok` VALUES (-1204.356,2322.776,'Ground','1','0',109.1819375,-164.293375); +INSERT INTO `tmp_korok` VALUES (-1721.226,2237.781,'Air','0','0',101.10584374999999,-162.96532812499998); +INSERT INTO `tmp_korok` VALUES (-1011.91,2638.47,'Air','0','0',112.18890625,-169.22609375000002); +INSERT INTO `tmp_korok` VALUES (-1379.586,2742.734,'Ground','0','0',106.44396875,-170.85521875); +INSERT INTO `tmp_korok` VALUES (-1214.313,2701.554,'Air','0','0',109.026359375,-170.21178125); +INSERT INTO `tmp_korok` VALUES (-1066.794,2910.011,'Air','0','0',111.33134375,-173.468921875); +INSERT INTO `tmp_korok` VALUES (-1996.6,3619.667,'Air','0','0',96.803125,-184.557296875); +INSERT INTO `tmp_korok` VALUES (-1125.951,3624.428,'Ground','0','1',110.407015625,-184.6316875); +INSERT INTO `tmp_korok` VALUES (-1922.226,3279.693,'Ground','1','0',97.96521874999999,-179.245203125); +INSERT INTO `tmp_korok` VALUES (-1526.976,3405.893,'Ground','1','0',104.14099999999999,-181.217078125); +INSERT INTO `tmp_korok` VALUES (-1611.515,3678.327,'Ground','0','0',102.820078125,-185.47385937500002); +INSERT INTO `tmp_korok` VALUES (-1351.458,3770.793,'Ground','0','0',106.88346874999999,-186.918640625); +INSERT INTO `tmp_korok` VALUES (-1256.743,3134.151,'Ground','1','0',108.363390625,-176.971109375); +INSERT INTO `tmp_korok` VALUES (-1599.497,3099.939,'Ground','0','0',103.007859375,-176.436546875); +INSERT INTO `tmp_korok` VALUES (-1176.851,3578.054,'Air','0','0',109.61170312499999,-183.90709375); +INSERT INTO `tmp_korok` VALUES (-1926.303,3241.999,'Ground','0','0',97.901515625,-178.656234375); +INSERT INTO `tmp_korok` VALUES (-1357.034,3671.94,'Ground','0','0',106.79634375,-185.3740625); +INSERT INTO `tmp_korok` VALUES (-1379.17,3328.08,'Ground','1','0',106.45046875,-180.00125); +INSERT INTO `tmp_korok` VALUES (-1538.743,3070.083,'Ground','1','0',103.957140625,-175.97004687499998); +INSERT INTO `tmp_korok` VALUES (-486.7185,-3142.917,'Air','0','0',120.3950234375,-78.89192187500001); +INSERT INTO `tmp_korok` VALUES (-872.8973,-3316.106,'Air','0','0',114.3609796875,-76.18584374999999); +INSERT INTO `tmp_korok` VALUES (-567.7869,-2599.203,'Ground','1','0',119.1283296875,-87.38745312500001); +INSERT INTO `tmp_korok` VALUES (-40.78424,-2985.747,'Ground','0','0',127.36274625,-81.347703125); +INSERT INTO `tmp_korok` VALUES (-753.6708,-1086.794,'Ground','1','0',116.22389375,-111.01884375); +INSERT INTO `tmp_korok` VALUES (-911.8,-1612.799,'Air','0','0',113.753125,-102.800015625); +INSERT INTO `tmp_korok` VALUES (-332.594,-1747.388,'Ground','1','0',122.80321875,-100.6970625); +INSERT INTO `tmp_korok` VALUES (-427.4001,-1734.047,'Air','0','0',121.3218734375,-100.90551562499999); +INSERT INTO `tmp_korok` VALUES (-147.5123,-1159.794,'Air','0','0',125.6951203125,-109.87821875); +INSERT INTO `tmp_korok` VALUES (-130.5417,-1379.279,'Ground','1','0',125.96028593750002,-106.448765625); +INSERT INTO `tmp_korok` VALUES (-308.7722,-1166.005,'Ground','1','0',123.175434375,-109.781171875); +INSERT INTO `tmp_korok` VALUES (-335.4028,-1003.319,'Ground','1','0',122.75933125,-112.32314062500001); +INSERT INTO `tmp_korok` VALUES (-703.6862,-1443.785,'Ground','0','0',117.004903125,-105.440859375); +INSERT INTO `tmp_korok` VALUES (-816.6761,-1926.157,'Ground','0','0',115.2394359375,-97.903796875); +INSERT INTO `tmp_korok` VALUES (-250.1414,-1061.673,'Air','0','0',124.09154062499998,-111.411359375); +INSERT INTO `tmp_korok` VALUES (-378.6588,-1112.098,'Air','0','0',122.08345624999998,-110.62346875); +INSERT INTO `tmp_korok` VALUES (-251.8438,-1061.771,'Air','0','0',124.064940625,-111.40982812499999); +INSERT INTO `tmp_korok` VALUES (-265.7393,-1138.757,'Ground','1','0',123.84782343749998,-110.206921875); +INSERT INTO `tmp_korok` VALUES (-803.96,-403.127,'Ground','1','0',115.438125,-121.701140625); +INSERT INTO `tmp_korok` VALUES (-935.2057,-641.2414,'Ground','1','0',113.3874109375,-117.980603125); +INSERT INTO `tmp_korok` VALUES (-666.9385,-543.8143,'Ground','0','0',117.5790859375,-119.5029015625); +INSERT INTO `tmp_korok` VALUES (-886.65,-274.04,'Ground','1','0',114.14609375,-123.718125); +INSERT INTO `tmp_korok` VALUES (-239.3844,-112.5946,'Ground','1','0',124.25961875,-126.240709375); +INSERT INTO `tmp_korok` VALUES (-670.0859,-932.6809,'Ground','0','0',117.5299078125,-113.42686093750001); +INSERT INTO `tmp_korok` VALUES (-941.4103,-817.634,'Air','0','0',113.2904640625,-115.22446875); +INSERT INTO `tmp_korok` VALUES (-230.6865,-633.3799,'Ground','0','0',124.3955234375,-118.1034390625); +INSERT INTO `tmp_korok` VALUES (-253.8293,-425.7258,'Air','0','0',124.0339171875,-121.348034375); +INSERT INTO `tmp_korok` VALUES (-609.5657,-682.3019,'Air','0','0',118.4755359375,-117.3390328125); +INSERT INTO `tmp_korok` VALUES (-681.3192,-860.6268,'Air','0','0',117.3543875,-114.55270625); +INSERT INTO `tmp_korok` VALUES (-353.38,-829.6086,'Air','0','0',122.4784375,-115.037365625); +INSERT INTO `tmp_korok` VALUES (-162.0529,-878.053,'Air','0','0',125.4679234375,-114.280421875); +INSERT INTO `tmp_korok` VALUES (-383.2059,-993.6246,'Air','0','0',122.0124078125,-112.474615625); +INSERT INTO `tmp_korok` VALUES (-548.5,-229.52,'Ground','1','0',119.4296875,-124.41375); +INSERT INTO `tmp_korok` VALUES (-68.0647,-979.6238,'Ground','1','0',126.93648906249999,-112.69337812500001); +INSERT INTO `tmp_korok` VALUES (-253.853,-632.2283,'Ground','1','0',124.033546875,-118.1214328125); +INSERT INTO `tmp_korok` VALUES (-394.0272,-785.4035,'Ground','1','0',121.843325,-115.7280703125); +INSERT INTO `tmp_korok` VALUES (-267.2103,-610.1879,'Air','0','0',123.8248390625,-118.4658140625); +INSERT INTO `tmp_korok` VALUES (-254.3532,-264.4141,'Air','0','0',124.02573125,-123.8685296875); +INSERT INTO `tmp_korok` VALUES (-663.3021,-432.6016,'Air','0','0',117.6359046875,-121.2406); +INSERT INTO `tmp_korok` VALUES (-254.0015,-739.5409,'Ground','0','0',124.0312265625,-116.4446734375); +INSERT INTO `tmp_korok` VALUES (-247.1635,-739.613,'Air','0','0',124.1380703125,-116.443546875); +INSERT INTO `tmp_korok` VALUES (-234.593,-743.9327,'Air','0','0',124.334484375,-116.3760515625); +INSERT INTO `tmp_korok` VALUES (-324.3851,-798.1587,'Air','0','0',122.9314828125,-115.5287703125); +INSERT INTO `tmp_korok` VALUES (-796.22,-558.8558,'Ground','0','0',115.5590625,-119.267878125); +INSERT INTO `tmp_korok` VALUES (-763.77,-606.28,'Ground','1','0',116.06609375,-118.526875); +INSERT INTO `tmp_korok` VALUES (-161.7531,-262.0431,'Air','0','0',125.4726078125,-123.9055765625); +INSERT INTO `tmp_korok` VALUES (-168.3692,-860.4059,'Air','0','0',125.36923125,-114.5561578125); +INSERT INTO `tmp_korok` VALUES (-100.9207,-979.7477,'Air','0','0',126.4231140625,-112.6914421875); +INSERT INTO `tmp_korok` VALUES (-436.5749,-932.8251,'Ground','0','0',121.1785171875,-113.4246078125); +INSERT INTO `tmp_korok` VALUES (-254,-994.6138,'Air','0','0',124.03125,-112.459159375); +INSERT INTO `tmp_korok` VALUES (-163.2841,-784.6775,'Ground','1','0',125.4486859375,-115.7394140625); +INSERT INTO `tmp_korok` VALUES (-270.2613,-879.1967,'Ground','1','0',123.77716718750001,-114.2625515625); +INSERT INTO `tmp_korok` VALUES (-368.9545,-993.4459,'Ground','1','0',122.2350859375,-112.47740781249999); +INSERT INTO `tmp_korok` VALUES (-737.4062,333.7565,'Ground','1','0',116.478028125,-133.2149453125); +INSERT INTO `tmp_korok` VALUES (-868.5022,219.1196,'Air','0','0',114.429653125,-131.42374375); +INSERT INTO `tmp_korok` VALUES (-512.7507,550.6234,'Air','0','0',119.98827031249999,-136.603490625); +INSERT INTO `tmp_korok` VALUES (-710.2506,99.93271,'Air','0','0',116.902334375,-129.56144859375001); +INSERT INTO `tmp_korok` VALUES (-749.9227,892.2105,'Ground','0','1',116.2824578125,-141.94078906250002); +INSERT INTO `tmp_korok` VALUES (-133.7057,945.0361,'Ground','0','1',125.9108484375,-142.76618906250002); +INSERT INTO `tmp_korok` VALUES (-728.0692,134.7785,'Ground','0','1',116.62391875,-130.1059140625); +INSERT INTO `tmp_korok` VALUES (-644.5822,876.1129,'Ground','0','0',117.928403125,-141.6892640625); +INSERT INTO `tmp_korok` VALUES (-363.2491,396.9416,'Ground','0','0',122.3242328125,-134.2022125); +INSERT INTO `tmp_korok` VALUES (-516.9583,97.79037,'Air','0','0',119.9225265625,-129.52797453124998); +INSERT INTO `tmp_korok` VALUES (-122.0947,594.0034,'Ground','0','1',126.0922703125,-137.281303125); +INSERT INTO `tmp_korok` VALUES (-427.2841,150.9248,'Air','0','0',121.3236859375,-130.3582); +INSERT INTO `tmp_korok` VALUES (-953.0682,1721.484,'Ground','1','0',113.108309375,-154.8981875); +INSERT INTO `tmp_korok` VALUES (-809.2235,1966.909,'Air','0','0',115.3558828125,-158.732953125); +INSERT INTO `tmp_korok` VALUES (-769.8831,1574.225,'Air','0','0',115.9705765625,-152.597265625); +INSERT INTO `tmp_korok` VALUES (-887.3224,1891.407,'Air','0','0',114.1355875,-157.553234375); +INSERT INTO `tmp_korok` VALUES (-425.2748,1189.346,'Air','0','0',121.35508125,-146.58353125); +INSERT INTO `tmp_korok` VALUES (-106.4598,1047.969,'Ground','0','0',126.336565625,-144.37451562500002); +INSERT INTO `tmp_korok` VALUES (-423.0228,1993.361,'Ground','1','0',121.39026875,-159.146265625); +INSERT INTO `tmp_korok` VALUES (-853.2325,1671.219,'Ground','1','0',114.6682421875,-154.11279687500002); +INSERT INTO `tmp_korok` VALUES (-965.4801,1625.697,'Ground','0','0',112.9143734375,-153.401515625); +INSERT INTO `tmp_korok` VALUES (-466.4118,1279.382,'Ground','1','0',120.712315625,-147.99034375); +INSERT INTO `tmp_korok` VALUES (-770.0294,1380.977,'Ground','0','1',115.968290625,-149.57776562499998); +INSERT INTO `tmp_korok` VALUES (-599.9459,1071.816,'Air','0','0',118.6258453125,-144.74712499999998); +INSERT INTO `tmp_korok` VALUES (-653.6451,1390.29,'Air','0','0',117.7867953125,-149.72328125); +INSERT INTO `tmp_korok` VALUES (-190.9501,1831.54,'Ground','0','0',125.0164046875,-156.6178125); +INSERT INTO `tmp_korok` VALUES (-822.6375,1546.921,'Ground','1','0',115.1462890625,-152.170640625); +INSERT INTO `tmp_korok` VALUES (-423.3546,2022.457,'Ground','1','0',121.385084375,-159.600890625); +INSERT INTO `tmp_korok` VALUES (-115.4848,2303.392,'Air','0','0',126.19554999999998,-163.9905); +INSERT INTO `tmp_korok` VALUES (-54.77505,2492.44,'Ground','0','0',127.14413984374998,-166.94437499999998); +INSERT INTO `tmp_korok` VALUES (-792.036,2257.223,'Air','0','0',115.6244375,-163.269109375); +INSERT INTO `tmp_korok` VALUES (-601.9537,2656.119,'Ground','1','0',118.5944734375,-169.50185937499998); +INSERT INTO `tmp_korok` VALUES (-66.24554,2440.657,'Air','0','0',126.96491343749999,-166.135265625); +INSERT INTO `tmp_korok` VALUES (-468.6423,2908.232,'Ground','0','0',120.67746406250001,-173.441125); +INSERT INTO `tmp_korok` VALUES (-74.38333,2412.872,'Ground','1','0',126.83776046875,-165.701125); +INSERT INTO `tmp_korok` VALUES (-38.98267,2513.643,'Air','0','0',127.39089578125,-167.275671875); +INSERT INTO `tmp_korok` VALUES (-68.0202,2332.616,'Air','0','0',126.93718437499999,-164.447125); +INSERT INTO `tmp_korok` VALUES (-609.8074,2390.653,'Air','0','0',118.471759375,-165.353953125); +INSERT INTO `tmp_korok` VALUES (-12.47214,2586.321,'Air','0','0',127.80512281250002,-168.411265625); +INSERT INTO `tmp_korok` VALUES (-925.2401,2936.44,'Ground','0','0',113.5431234375,-173.88187499999998); +INSERT INTO `tmp_korok` VALUES (-398.4,2559.24,'Air','0','0',121.775,-167.988125); +INSERT INTO `tmp_korok` VALUES (-3.030243,2614.667,'Ground','1','0',127.95265245312498,-168.85417187500002); +INSERT INTO `tmp_korok` VALUES (-240.1111,3882.502,'Ground','0','1',124.2482640625,-188.66409375); +INSERT INTO `tmp_korok` VALUES (-266.3544,3888.153,'Air','0','0',123.8382125,-188.752390625); +INSERT INTO `tmp_korok` VALUES (-135.8379,3802.004,'Ground','0','0',125.87753281249998,-187.4063125); +INSERT INTO `tmp_korok` VALUES (-95.25006,3128.957,'Ground','0','0',126.5117178125,-176.889953125); +INSERT INTO `tmp_korok` VALUES (-657.7655,3851.838,'Air','0','0',117.72241406250001,-188.18496875); +INSERT INTO `tmp_korok` VALUES (-420.7542,3368.484,'Ground','0','0',121.425715625,-180.6325625); +INSERT INTO `tmp_korok` VALUES (-923.501,3436.38,'Ground','1','0',113.570296875,-181.69343750000002); +INSERT INTO `tmp_korok` VALUES (-248.9898,3828.45,'Ground','1','0',124.10953437499998,-187.81953125); +INSERT INTO `tmp_korok` VALUES (-387.5938,3151.553,'Air','0','0',121.943846875,-177.243015625); +INSERT INTO `tmp_korok` VALUES (-878.7282,3567.743,'Ground','0','0',114.269871875,-183.745984375); +INSERT INTO `tmp_korok` VALUES (-227.2847,3342.734,'Ground','0','0',124.4486765625,-180.23021875); +INSERT INTO `tmp_korok` VALUES (-354.8371,3898.783,'Ground','1','0',122.45567031249999,-188.918484375); +INSERT INTO `tmp_korok` VALUES (-150.92,3067.3,'Ground','1','0',125.641875,-175.9265625); +INSERT INTO `tmp_korok` VALUES (-26.89398,3042.69,'Air','0','0',127.57978156249999,-175.54203124999998); +INSERT INTO `tmp_korok` VALUES (863.917,-3358.529,'Air','0','0',141.49870312500002,-75.522984375); +INSERT INTO `tmp_korok` VALUES (603.3977,-3633.77,'Ground','0','0',137.4280890625,-71.22234375); +INSERT INTO `tmp_korok` VALUES (206.7611,-3559.005,'Ground','1','0',131.2306421875,-72.390546875); +INSERT INTO `tmp_korok` VALUES (237.4364,-2943.386,'Air','0','0',131.70994374999998,-82.00959375); +INSERT INTO `tmp_korok` VALUES (685.1261,-2758.458,'Air','0','0',138.70509531249996,-84.89909374999999); +INSERT INTO `tmp_korok` VALUES (868.0159,-1362.166,'Air','0','0',141.56274843749998,-106.71615625); +INSERT INTO `tmp_korok` VALUES (589.7725,-1107.129,'Ground','0','0',137.2151953125,-110.701109375); +INSERT INTO `tmp_korok` VALUES (613.4128,-743.3782,'Ground','1','0',137.58457499999997,-116.384715625); +INSERT INTO `tmp_korok` VALUES (396.0804,-625.5601,'Ground','0','1',134.18875624999998,-118.2256234375); +INSERT INTO `tmp_korok` VALUES (686.0379,-635.104,'Air','0','0',138.7193421875,-118.0765); +INSERT INTO `tmp_korok` VALUES (623.2406,-194.769,'Ground','0','0',137.73813437500002,-124.956734375); +INSERT INTO `tmp_korok` VALUES (86.2337,-412.086,'Ground','1','0',129.34740156249998,-121.56115625); +INSERT INTO `tmp_korok` VALUES (506.9064,-882.6183,'Air','0','0',135.9204125,-114.2090890625); +INSERT INTO `tmp_korok` VALUES (97.63947,-429.8078,'Air','0','0',129.52561671875,-121.284253125); +INSERT INTO `tmp_korok` VALUES (504.4539,-493.469,'Air','0','0',135.8820921875,-120.289546875); +INSERT INTO `tmp_korok` VALUES (319.6543,-962.0651,'Air','0','0',132.99459843750003,-112.9677328125); +INSERT INTO `tmp_korok` VALUES (292.1846,-724.0883,'Air','0','0',132.56538437499998,-116.6861203125); +INSERT INTO `tmp_korok` VALUES (178.5485,-940.0205,'Ground','1','0',130.7898203125,-113.31217968749999); +INSERT INTO `tmp_korok` VALUES (696.3098,-824.385,'Air','0','0',138.87984062499999,-115.118984375); +INSERT INTO `tmp_korok` VALUES (840.4058,-692.4791,'Air','1','0',141.131340625,-117.18001406249999); +INSERT INTO `tmp_korok` VALUES (85.54697,-634.9767,'Ground','1','0',129.33667140625,-118.0784890625); +INSERT INTO `tmp_korok` VALUES (883.0738,274.7977,'Ground','1','0',141.79802812499997,-132.2937140625); +INSERT INTO `tmp_korok` VALUES (25.66391,147.481,'Ground','1','0',128.40099859375,-130.304390625); +INSERT INTO `tmp_korok` VALUES (384.2617,135.3624,'Ground','1','0',134.00408906250001,-130.1150375); +INSERT INTO `tmp_korok` VALUES (322.0657,525.0073,'Air','0','0',133.0322765625,-136.20323906250002); +INSERT INTO `tmp_korok` VALUES (806.5719,24.09494,'Ground','1','0',140.60268593749998,-128.37648343749999); +INSERT INTO `tmp_korok` VALUES (225.3818,872.0403,'Air','0','0',131.521590625,-141.6256296875); +INSERT INTO `tmp_korok` VALUES (147.1042,295.7684,'Ground','0','0',130.29850312499997,-132.62138125); +INSERT INTO `tmp_korok` VALUES (954.403,942.4681,'Ground','1','0',142.912546875,-142.7260640625); +INSERT INTO `tmp_korok` VALUES (627.0391,182.307,'Air','0','0',137.7974859375,-130.848546875); +INSERT INTO `tmp_korok` VALUES (850.5078,1623.993,'Ground','1','0',141.289184375,-153.374890625); +INSERT INTO `tmp_korok` VALUES (516.1042,1167.103,'Ground','1','0',136.06412812499997,-146.235984375); +INSERT INTO `tmp_korok` VALUES (225.3007,1705.663,'Ground','1','0',131.5203234375,-154.650984375); +INSERT INTO `tmp_korok` VALUES (39.26459,1034.492,'Ground','1','0',128.61350921874998,-144.1639375); +INSERT INTO `tmp_korok` VALUES (232.2081,1601.418,'Ground','1','0',131.6282515625,-153.02215625); +INSERT INTO `tmp_korok` VALUES (354.3845,1997.546,'Ground','1','0',133.5372578125,-159.21165625); +INSERT INTO `tmp_korok` VALUES (671.092,1638.379,'Air','0','0',138.4858125,-153.599671875); +INSERT INTO `tmp_korok` VALUES (87.0126,1585.099,'Air','0','0',129.359571875,-152.767171875); +INSERT INTO `tmp_korok` VALUES (160.0443,1942.172,'Ground','0','0',130.5006921875,-158.34643749999998); +INSERT INTO `tmp_korok` VALUES (312.6802,1766.797,'Air','0','0',132.88562812499998,-155.60620312499998); +INSERT INTO `tmp_korok` VALUES (551.5767,1903.507,'Ground','0','0',136.6183859375,-157.742296875); +INSERT INTO `tmp_korok` VALUES (112.3135,1709.782,'Air','0','0',129.7548984375,-154.71534375); +INSERT INTO `tmp_korok` VALUES (644.1887,1763.264,'Air','0','0',138.06544843749998,-155.551); +INSERT INTO `tmp_korok` VALUES (704.9866,1796.567,'Ground','1','0',139.015415625,-156.071359375); +INSERT INTO `tmp_korok` VALUES (178.9613,1719.983,'Ground','0','0',130.79627031249998,-154.874734375); +INSERT INTO `tmp_korok` VALUES (715.111,1327.026,'Air','0','0',139.173609375,-148.73478125); +INSERT INTO `tmp_korok` VALUES (516.767,1788.169,'Ground','0','0',136.074484375,-155.940140625); +INSERT INTO `tmp_korok` VALUES (54.9873,1758.558,'Air','0','0',128.8591765625,-155.47746875); +INSERT INTO `tmp_korok` VALUES (518.627,1475.525,'Air','0','0',136.103546875,-151.055078125); +INSERT INTO `tmp_korok` VALUES (868.2729,1902.033,'Air','0','0',141.5667640625,-157.719265625); +INSERT INTO `tmp_korok` VALUES (337.1497,1271.062,'Air','0','0',133.26796406250003,-147.86034375); +INSERT INTO `tmp_korok` VALUES (323.4945,1927.427,'Air','0','0',133.0546015625,-158.116046875); +INSERT INTO `tmp_korok` VALUES (69.30228,1438,'Air','0','0',129.082848125,-150.46875); +INSERT INTO `tmp_korok` VALUES (668.647,1468.298,'Air','0','0',138.447609375,-150.94215624999998); +INSERT INTO `tmp_korok` VALUES (5.321655,1897.896,'Ground','1','0',128.083150859375,-157.654625); +INSERT INTO `tmp_korok` VALUES (318.1566,1397.902,'Ground','1','0',132.971196875,-149.84221875); +INSERT INTO `tmp_korok` VALUES (788.8382,1471.354,'Ground','0','0',140.325596875,-150.98990625); +INSERT INTO `tmp_korok` VALUES (295.5803,1204.796,'Air','0','0',132.6184421875,-146.8249375); +INSERT INTO `tmp_korok` VALUES (200.8704,2603.86,'Air','0','0',131.1386,-168.6853125); +INSERT INTO `tmp_korok` VALUES (704.0372,2957.835,'Air','0','0',139.00058124999998,-174.216171875); +INSERT INTO `tmp_korok` VALUES (610.3417,2869.851,'Ground','1','0',137.5365890625,-172.84142187499998); +INSERT INTO `tmp_korok` VALUES (679.1974,2499.422,'Ground','1','0',138.61245937500001,-167.05346874999998); +INSERT INTO `tmp_korok` VALUES (609.2872,2409.829,'Ground','0','1',137.52011249999998,-165.653578125); +INSERT INTO `tmp_korok` VALUES (604.934,2408.781,'Ground','0','1',137.45209375000002,-165.63720312499998); +INSERT INTO `tmp_korok` VALUES (474.9577,2149.122,'Ground','0','1',135.4212140625,-161.58003125); +INSERT INTO `tmp_korok` VALUES (518.3896,2492.625,'Ground','0','0',136.0998375,-166.947265625); +INSERT INTO `tmp_korok` VALUES (163.2763,2783.299,'Ground','1','0',130.5511921875,-171.48904687499999); +INSERT INTO `tmp_korok` VALUES (755.6919,2347.605,'Ground','1','0',139.8076859375,-164.681328125); +INSERT INTO `tmp_korok` VALUES (584.4322,2678.335,'Ground','0','0',137.131753125,-169.848984375); +INSERT INTO `tmp_korok` VALUES (169.7322,2903.416,'Ground','0','1',130.652065625,-173.36587500000002); +INSERT INTO `tmp_korok` VALUES (153.9499,2981.718,'Air','0','0',130.4054671875,-174.58934375); +INSERT INTO `tmp_korok` VALUES (224.1717,2868.403,'Air','0','0',131.50268281249998,-172.818796875); +INSERT INTO `tmp_korok` VALUES (418.2094,2873.406,'Ground','0','0',134.534521875,-172.89696874999998); +INSERT INTO `tmp_korok` VALUES (815.2213,2089.438,'Ground','1','0',140.73783281250002,-160.64746875); +INSERT INTO `tmp_korok` VALUES (284.2921,2253.376,'Air','0','0',132.4420640625,-163.209); +INSERT INTO `tmp_korok` VALUES (214.5758,2070.059,'Air','0','0',131.35274687499998,-160.34467187500002); +INSERT INTO `tmp_korok` VALUES (280.4268,2405.01,'Air','0','0',132.38166875000002,-165.57828125); +INSERT INTO `tmp_korok` VALUES (908.2865,2193.526,'Air','0','0',142.1919765625,-162.27384375); +INSERT INTO `tmp_korok` VALUES (790.6398,2565.135,'Ground','0','0',140.353746875,-168.080234375); +INSERT INTO `tmp_korok` VALUES (400.8698,2150.868,'Ground','0','0',134.263590625,-161.6073125); +INSERT INTO `tmp_korok` VALUES (889.6107,2395.303,'Ground','1','0',141.90016718750002,-165.426609375); +INSERT INTO `tmp_korok` VALUES (833.7554,2434.576,'Ground','0','0',141.027428125,-166.04025000000001); +INSERT INTO `tmp_korok` VALUES (625.1648,2305.906,'Ground','0','0',137.7682,-164.02978124999998); +INSERT INTO `tmp_korok` VALUES (340.6279,2830.629,'Air','0','0',133.32231093750002,-172.228578125); +INSERT INTO `tmp_korok` VALUES (370.4178,2567.043,'Air','0','0',133.78777812500002,-168.110046875); +INSERT INTO `tmp_korok` VALUES (66.22549,2310.65,'Air','0','0',129.03477328125,-164.10390625); +INSERT INTO `tmp_korok` VALUES (34.27469,2102.726,'Ground','0','0',128.53554203125,-160.85509374999998); +INSERT INTO `tmp_korok` VALUES (581.2495,3007.603,'Air','0','0',137.0820234375,-174.993796875); +INSERT INTO `tmp_korok` VALUES (824.9434,3005.301,'Air','0','0',140.889740625,-174.957828125); +INSERT INTO `tmp_korok` VALUES (806.0729,3112.856,'Ground','0','1',140.5948890625,-176.638375); +INSERT INTO `tmp_korok` VALUES (645.7247,3615.123,'Air','0','0',138.08944843749998,-184.486296875); +INSERT INTO `tmp_korok` VALUES (286.8358,3899.422,'Air','0','0',132.481809375,-188.92846875); +INSERT INTO `tmp_korok` VALUES (406.1136,3051.134,'Ground','1','0',134.345525,-175.67396875); +INSERT INTO `tmp_korok` VALUES (97.36087,3821.548,'Ground','1','0',129.52126359375,-187.71168749999998); +INSERT INTO `tmp_korok` VALUES (891.1671,3694.827,'Ground','1','0',141.9244859375,-185.73167187500002); +INSERT INTO `tmp_korok` VALUES (56.69495,3150.023,'Air','0','0',128.88585859375002,-177.21910937500002); +INSERT INTO `tmp_korok` VALUES (279.0251,3503.79,'Ground','0','0',132.35976718749998,-182.74671875); +INSERT INTO `tmp_korok` VALUES (639.3911,3710.839,'Air','0','0',137.9904859375,-185.981859375); +INSERT INTO `tmp_korok` VALUES (265.6219,3837.008,'Ground','0','1',132.1503421875,-187.95325); +INSERT INTO `tmp_korok` VALUES (271.7195,3289.589,'Air','0','0',132.2456171875,-179.399828125); +INSERT INTO `tmp_korok` VALUES (517.5668,3765.023,'Ground','0','0',136.08698125,-186.82848437500002); +INSERT INTO `tmp_korok` VALUES (695.5233,3071.41,'Air','0','0',138.8675515625,-175.99078125); +INSERT INTO `tmp_korok` VALUES (742.8929,3243.08,'Ground','1','0',139.60770156249998,-178.673125); +INSERT INTO `tmp_korok` VALUES (522.4664,3680.958,'Air','0','0',136.1635375,-185.51496875); +INSERT INTO `tmp_korok` VALUES (367.097,3642.119,'Air','0','0',133.735890625,-184.908109375); +INSERT INTO `tmp_korok` VALUES (909.6229,3837.292,'Ground','0','0',142.21285781249998,-187.9576875); +INSERT INTO `tmp_korok` VALUES (216.3226,3488.015,'Air','0','0',131.380040625,-182.500234375); +INSERT INTO `tmp_korok` VALUES (963.303,3371.103,'Air','0','0',143.051609375,-180.673484375); +INSERT INTO `tmp_korok` VALUES (266.1024,3668.951,'Air','0','0',132.15785,-185.32735937500001); +INSERT INTO `tmp_korok` VALUES (699.92,3276.863,'Air','0','0',138.93625,-179.200984375); +INSERT INTO `tmp_korok` VALUES (69.03473,3221.873,'Ground','1','0',129.07866765625,-178.341765625); +INSERT INTO `tmp_korok` VALUES (416.7571,3848.923,'Ground','0','0',134.51182968749998,-188.13942187499998); +INSERT INTO `tmp_korok` VALUES (13.95764,3790.43,'Ground','1','0',128.218088125,-187.22546875); +INSERT INTO `tmp_korok` VALUES (1615.105,-3661.03,'Ground','1','0',153.236015625,-70.79640624999999); +INSERT INTO `tmp_korok` VALUES (1143.403,-3742.778,'Ground','0','0',145.865671875,-69.51909375); +INSERT INTO `tmp_korok` VALUES (1549.113,-3108.549,'Ground','1','0',152.20489062500002,-79.428921875); +INSERT INTO `tmp_korok` VALUES (1593.879,-2475.25,'Air','0','0',152.904359375,-89.32421875); +INSERT INTO `tmp_korok` VALUES (1658.13,-2564.875,'Ground','1','0',153.90828125000002,-87.923828125); +INSERT INTO `tmp_korok` VALUES (1865.555,-2465.044,'Ground','0','0',157.149296875,-89.4836875); +INSERT INTO `tmp_korok` VALUES (1885.784,-2749.106,'Air','0','0',157.465375,-85.04521875); +INSERT INTO `tmp_korok` VALUES (1647.232,-2244.461,'Ground','0','0',153.738,-92.93029687500001); +INSERT INTO `tmp_korok` VALUES (1537.85,-2091.503,'Air','0','0',152.02890625,-95.32026562499999); +INSERT INTO `tmp_korok` VALUES (1632.017,-2939.5,'Ground','1','0',153.500265625,-82.0703125); +INSERT INTO `tmp_korok` VALUES (1725.349,-2553.939,'Air','0','0',154.958578125,-88.094703125); +INSERT INTO `tmp_korok` VALUES (1867.815,-2400.638,'Air','0','0',157.18460937499998,-90.49003125); +INSERT INTO `tmp_korok` VALUES (1008.131,-1564.019,'Ground','1','0',143.75204687500002,-103.562203125); +INSERT INTO `tmp_korok` VALUES (1282.642,-1123.445,'Air','0','0',148.04128125,-110.446171875); +INSERT INTO `tmp_korok` VALUES (1940.15,-1217.732,'Air','0','0',158.31484375,-108.9729375); +INSERT INTO `tmp_korok` VALUES (1950.854,-1832.657,'Ground','1','0',158.48209375,-99.364734375); +INSERT INTO `tmp_korok` VALUES (1426.895,-1544.07,'Ground','0','0',150.295234375,-103.87390625); +INSERT INTO `tmp_korok` VALUES (1544.331,-1837.214,'Air','0','0',152.130171875,-99.29353125); +INSERT INTO `tmp_korok` VALUES (1412.024,-1759.805,'Air','0','0',150.06287500000002,-100.503046875); +INSERT INTO `tmp_korok` VALUES (1377.204,-1261.174,'Ground','0','0',149.5188125,-108.29415625); +INSERT INTO `tmp_korok` VALUES (1687.556,-1717.087,'Ground','0','0',154.3680625,-101.17051562500001); +INSERT INTO `tmp_korok` VALUES (1197.521,-1152.63,'Ground','0','0',146.711265625,-109.99015625); +INSERT INTO `tmp_korok` VALUES (1632.926,-545.1971,'Air','0','0',153.51446875,-119.4812953125); +INSERT INTO `tmp_korok` VALUES (1404.953,-832.9891,'Ground','0','1',149.95239062500002,-114.9845453125); +INSERT INTO `tmp_korok` VALUES (1185.502,-67.4191,'Ground','0','0',146.52346875,-126.9465765625); +INSERT INTO `tmp_korok` VALUES (1694.872,-862.0854,'Ground','0','0',154.482375,-114.529915625); +INSERT INTO `tmp_korok` VALUES (1387.279,-112.9289,'Ground','0','0',149.676234375,-126.2354859375); +INSERT INTO `tmp_korok` VALUES (1104.015,-444.2307,'Air','0','0',145.250234375,-121.0588953125); +INSERT INTO `tmp_korok` VALUES (1088.531,-215.8946,'Ground','0','0',145.00829687499998,-124.626646875); +INSERT INTO `tmp_korok` VALUES (1265.178,-707.2505,'Air','0','0',147.76840625,-116.9492109375); +INSERT INTO `tmp_korok` VALUES (1398.038,-856.3475,'Air','0','0',149.84434375,-114.6195703125); +INSERT INTO `tmp_korok` VALUES (1832.722,-535.6974,'Air','0','0',156.63628125,-119.629728125); +INSERT INTO `tmp_korok` VALUES (1313.974,503.0696,'Ground','0','1',148.53084375,-135.86046249999998); +INSERT INTO `tmp_korok` VALUES (1685.603,661.1248,'Ground','0','1',154.337546875,-138.330075); +INSERT INTO `tmp_korok` VALUES (1980.929,451.9176,'Ground','1','0',158.952015625,-135.0612125); +INSERT INTO `tmp_korok` VALUES (1593.187,114.1612,'Ground','0','1',152.893546875,-129.78376874999998); +INSERT INTO `tmp_korok` VALUES (1434.736,135.4037,'Air','0','0',150.41775,-130.11568281249998); +INSERT INTO `tmp_korok` VALUES (1595.755,807.6757,'Ground','0','0',152.93367187500002,-140.6199328125); +INSERT INTO `tmp_korok` VALUES (1446.498,558.3604,'Ground','0','0',150.60153125,-136.72438125); +INSERT INTO `tmp_korok` VALUES (1116.142,555.5753,'Ground','1','0',145.43971875,-136.6808640625); +INSERT INTO `tmp_korok` VALUES (1736.363,85.67816,'Air','0','0',155.13067187500002,-129.33872125); +INSERT INTO `tmp_korok` VALUES (1775.802,963.6041,'Air','0','0',155.74690625,-143.0563140625); +INSERT INTO `tmp_korok` VALUES (1807.032,992.2015,'Air','0','0',156.234875,-143.5031484375); +INSERT INTO `tmp_korok` VALUES (1040.555,1318.153,'Ground','1','0',144.258671875,-148.596140625); +INSERT INTO `tmp_korok` VALUES (1553.541,1297.187,'Air','0','0',152.27407812500002,-148.268546875); +INSERT INTO `tmp_korok` VALUES (1739.307,1186.675,'Ground','1','0',155.176671875,-146.541796875); +INSERT INTO `tmp_korok` VALUES (1939.514,1110.931,'Ground','1','0',158.30490625,-145.358296875); +INSERT INTO `tmp_korok` VALUES (1293.442,1331.361,'Ground','1','0',148.21003125,-148.802515625); +INSERT INTO `tmp_korok` VALUES (1793.9,1052.825,'Ground','1','0',156.0296875,-144.450390625); +INSERT INTO `tmp_korok` VALUES (1101.693,1889.54,'Ground','1','0',145.213953125,-157.5240625); +INSERT INTO `tmp_korok` VALUES (1258.459,1851.127,'Ground','1','0',147.66342187499998,-156.923859375); +INSERT INTO `tmp_korok` VALUES (1748.572,1921.653,'Air','0','0',155.3214375,-158.025828125); +INSERT INTO `tmp_korok` VALUES (1638.969,1376.29,'Air','0','0',153.60889062500002,-149.50453125); +INSERT INTO `tmp_korok` VALUES (1245.111,1942.178,'Ground','0','0',147.454859375,-158.34653125); +INSERT INTO `tmp_korok` VALUES (1376.526,1680.343,'Air','0','0',149.50821875,-154.255359375); +INSERT INTO `tmp_korok` VALUES (1676.101,1157.939,'Ground','0','0',154.18907812499998,-146.092796875); +INSERT INTO `tmp_korok` VALUES (1750.43,1544.69,'Air','0','0',155.35046875,-152.13578125); +INSERT INTO `tmp_korok` VALUES (1933.256,1220.964,'Ground','1','0',158.20712500000002,-147.0775625); +INSERT INTO `tmp_korok` VALUES (1049.239,1783.277,'Ground','0','0',144.394359375,-155.863703125); +INSERT INTO `tmp_korok` VALUES (1957.253,1062.054,'Air','0','0',158.582078125,-144.59459375); +INSERT INTO `tmp_korok` VALUES (1798.334,1078.175,'Air','0','0',156.09896874999998,-144.846484375); +INSERT INTO `tmp_korok` VALUES (1517.272,1850.083,'Air','0','0',151.707375,-156.90754687499998); +INSERT INTO `tmp_korok` VALUES (1877.425,2051.324,'Ground','1','0',157.334765625,-160.0519375); +INSERT INTO `tmp_korok` VALUES (1966.63,2634.479,'Ground','1','0',158.72859375000002,-169.163734375); +INSERT INTO `tmp_korok` VALUES (1886.184,2418.735,'Air','1','0',157.47162500000002,-165.792734375); +INSERT INTO `tmp_korok` VALUES (1936.528,2778.544,'Ground','1','0',158.25825,-171.41475); +INSERT INTO `tmp_korok` VALUES (1682.657,2327.619,'Ground','1','0',154.291515625,-164.36904687499998); +INSERT INTO `tmp_korok` VALUES (1173.395,2849.989,'Ground','1','0',146.334296875,-172.531078125); +INSERT INTO `tmp_korok` VALUES (1373,2749.046,'Ground','0','0',149.453125,-170.95384375); +INSERT INTO `tmp_korok` VALUES (1188.64,2476.71,'Air','0','0',146.5725,-166.69859375); +INSERT INTO `tmp_korok` VALUES (1323.723,2453.452,'Ground','0','0',148.683171875,-166.33518750000002); +INSERT INTO `tmp_korok` VALUES (1381.904,2277.448,'Air','0','0',149.59225,-163.585125); +INSERT INTO `tmp_korok` VALUES (1305.289,2434.059,'Air','0','0',148.395140625,-166.03217187500002); +INSERT INTO `tmp_korok` VALUES (1462.677,2370.849,'Air','0','0',150.854328125,-165.044515625); +INSERT INTO `tmp_korok` VALUES (1773.844,2930.867,'Ground','0','0',155.71631250000002,-173.794796875); +INSERT INTO `tmp_korok` VALUES (1562.56,2898.317,'Air','0','0',152.41500000000002,-173.286203125); +INSERT INTO `tmp_korok` VALUES (1936.541,2564.501,'Ground','1','0',158.25845312500002,-168.070328125); +INSERT INTO `tmp_korok` VALUES (1857.431,3351.672,'Air','0','0',157.022359375,-180.369875); +INSERT INTO `tmp_korok` VALUES (1196.1,3055.431,'Ground','0','1',146.6890625,-175.741109375); +INSERT INTO `tmp_korok` VALUES (1821.037,3742.026,'Ground','1','0',156.453703125,-186.46915625); +INSERT INTO `tmp_korok` VALUES (1449.474,3531.368,'Ground','1','0',150.64803125,-183.177625); +INSERT INTO `tmp_korok` VALUES (1217.386,3524.105,'Ground','1','0',147.02165625,-183.064140625); +INSERT INTO `tmp_korok` VALUES (1799.42,3157.655,'Ground','1','0',156.1159375,-177.33835937499998); +INSERT INTO `tmp_korok` VALUES (1374.621,3751.464,'Ground','0','0',149.478453125,-186.616625); +INSERT INTO `tmp_korok` VALUES (1406.713,3198.755,'Ground','0','0',149.979890625,-177.98054687500002); +INSERT INTO `tmp_korok` VALUES (1733.161,3450.589,'Air','0','0',155.080640625,-181.915453125); +INSERT INTO `tmp_korok` VALUES (1325.561,3008.678,'Ground','0','1',148.711890625,-175.01059375); +INSERT INTO `tmp_korok` VALUES (1492.117,3370.485,'Air','0','0',151.314328125,-180.663828125); +INSERT INTO `tmp_korok` VALUES (1757.802,3685.978,'Ground','0','0',155.46565625,-185.59340625); +INSERT INTO `tmp_korok` VALUES (1012.067,3258.183,'Ground','0','0',143.813546875,-178.909109375); +INSERT INTO `tmp_korok` VALUES (1055.116,3254.771,'Air','0','0',144.4861875,-178.855796875); +INSERT INTO `tmp_korok` VALUES (1552.487,3529.241,'Air','0','0',152.25760937500002,-183.144390625); +INSERT INTO `tmp_korok` VALUES (1074.55,3620.945,'Ground','0','0',144.78984375,-184.577265625); +INSERT INTO `tmp_korok` VALUES (1943.746,3009.422,'Ground','0','0',158.37103125,-175.02221874999998); +INSERT INTO `tmp_korok` VALUES (1785.537,3011.07,'Air','0','0',155.899015625,-175.04796875); +INSERT INTO `tmp_korok` VALUES (1803.734,3221.996,'Ground','0','0',156.18334375,-178.3436875); +INSERT INTO `tmp_korok` VALUES (1625.494,3891.732,'Air','0','0',153.39834374999998,-188.8083125); +INSERT INTO `tmp_korok` VALUES (1840.689,3595.827,'Air','0','0',156.760765625,-184.18479687500002); +INSERT INTO `tmp_korok` VALUES (1660.151,3163.642,'Ground','0','0',153.939859375,-177.43190625); +INSERT INTO `tmp_korok` VALUES (1378.099,3503.561,'Ground','0','0',149.532796875,-182.743140625); +INSERT INTO `tmp_korok` VALUES (1513.742,3725.037,'Ground','1','0',151.65221875,-186.203703125); +INSERT INTO `tmp_korok` VALUES (2551.062,-3592.677,'Ground','1','0',167.86034375,-71.864421875); +INSERT INTO `tmp_korok` VALUES (2469.913,-3174.503,'Ground','1','0',166.592390625,-78.398390625); +INSERT INTO `tmp_korok` VALUES (2233.992,-3673.525,'Ground','1','0',162.906125,-70.601171875); +INSERT INTO `tmp_korok` VALUES (2662.632,-3471.585,'Ground','0','0',169.603625,-73.756484375); +INSERT INTO `tmp_korok` VALUES (2195.503,-3007.841,'Ground','1','0',162.304734375,-81.002484375); +INSERT INTO `tmp_korok` VALUES (2087.115,-3573.556,'Ground','0','0',160.611171875,-72.16318749999999); +INSERT INTO `tmp_korok` VALUES (2663.897,-2066.873,'Ground','1','0',169.623390625,-95.705109375); +INSERT INTO `tmp_korok` VALUES (2355.876,-2067.376,'Ground','1','0',164.8105625,-95.69725); +INSERT INTO `tmp_korok` VALUES (2060.978,-2757.42,'Ground','0','0',160.20278125,-84.9153125); +INSERT INTO `tmp_korok` VALUES (2019.416,-2172.899,'Ground','0','0',159.55337500000002,-94.04845312500001); +INSERT INTO `tmp_korok` VALUES (2170.738,-2109.555,'Ground','0','0',161.91778124999996,-95.038203125); +INSERT INTO `tmp_korok` VALUES (2424.331,-1738.5,'Air','0','0',165.880171875,-100.8359375); +INSERT INTO `tmp_korok` VALUES (2752.294,-1366.336,'Air','0','0',171.00459375,-106.65100000000001); +INSERT INTO `tmp_korok` VALUES (2266.556,-1565.486,'Ground','1','0',163.4149375,-103.53928125); +INSERT INTO `tmp_korok` VALUES (2315.027,-1133.257,'Ground','1','0',164.172296875,-110.292859375); +INSERT INTO `tmp_korok` VALUES (2179.551,-1282.035,'Ground','0','0',162.055484375,-107.968203125); +INSERT INTO `tmp_korok` VALUES (2504.476,-1304.284,'Ground','1','0',167.1324375,-107.6205625); +INSERT INTO `tmp_korok` VALUES (2751.067,-1675.908,'Ground','0','0',170.985421875,-101.81393750000001); +INSERT INTO `tmp_korok` VALUES (2408.195,-1229.951,'Air','0','0',165.628046875,-108.782015625); +INSERT INTO `tmp_korok` VALUES (2273.799,-1823.225,'Air','0','0',163.52810937499999,-99.512109375); +INSERT INTO `tmp_korok` VALUES (2441.137,-1241.73,'Ground','1','0',166.142765625,-108.59796875); +INSERT INTO `tmp_korok` VALUES (2407.271,-1613.596,'Air','0','0',165.613609375,-102.7875625); +INSERT INTO `tmp_korok` VALUES (2478.573,-1391.592,'Ground','0','0',166.727703125,-106.25637499999999); +INSERT INTO `tmp_korok` VALUES (2703.711,-1749.271,'Ground','0','0',170.245484375,-100.667640625); +INSERT INTO `tmp_korok` VALUES (2517.501,-212.4814,'Ground','1','0',167.335953125,-124.679978125); +INSERT INTO `tmp_korok` VALUES (2655.789,-971.1711,'Ground','1','0',169.496703125,-112.8254515625); +INSERT INTO `tmp_korok` VALUES (2665.531,-1.298676,'Air','0','0',169.64892187499998,-127.9797081875); +INSERT INTO `tmp_korok` VALUES (2427.764,-412.1216,'Air','0','0',165.9338125,-121.5606); +INSERT INTO `tmp_korok` VALUES (2275.006,-720.1478,'Air','0','0',163.54696875,-116.747690625); +INSERT INTO `tmp_korok` VALUES (2746.148,-176.402,'Air','0','0',170.90856250000002,-125.24371875); +INSERT INTO `tmp_korok` VALUES (2791.464,-500.932,'Air','0','0',171.616625,-120.1729375); +INSERT INTO `tmp_korok` VALUES (2728.917,904.33,'Ground','0','0',170.639328125,-142.13015625); +INSERT INTO `tmp_korok` VALUES (2684.855,562.7817,'Ground','0','1',169.950859375,-136.7934640625); +INSERT INTO `tmp_korok` VALUES (2378.29,373.1468,'Ground','1','0',165.16078125,-133.83041875); +INSERT INTO `tmp_korok` VALUES (2891.033,517.871,'Air','0','0',173.172390625,-136.091734375); +INSERT INTO `tmp_korok` VALUES (2288.527,699.6213,'Ground','0','0',163.758234375,-138.93158281249998); +INSERT INTO `tmp_korok` VALUES (2085.788,181.6626,'Ground','0','0',160.5904375,-130.838478125); +INSERT INTO `tmp_korok` VALUES (2132.422,678.8488,'Ground','0','0',161.31909374999998,-138.6070125); +INSERT INTO `tmp_korok` VALUES (2927.666,332.8004,'Ground','0','0',173.74478125000002,-133.20000625); +INSERT INTO `tmp_korok` VALUES (2473.889,461.6964,'Air','0','0',166.654515625,-135.21400625); +INSERT INTO `tmp_korok` VALUES (2409.547,849.3189,'Air','0','0',165.649171875,-141.2706078125); +INSERT INTO `tmp_korok` VALUES (2239.665,726.3528,'Air','0','0',162.994765625,-139.3492625); +INSERT INTO `tmp_korok` VALUES (2149.357,790.0027,'Ground','0','0',161.583703125,-140.34379218750001); +INSERT INTO `tmp_korok` VALUES (2635.693,370.9941,'Ground','1','0',169.182703125,-133.7967828125); +INSERT INTO `tmp_korok` VALUES (2769.947,348.8461,'Air','0','0',171.280421875,-133.45072031249998); +INSERT INTO `tmp_korok` VALUES (2163.896,1034.737,'Ground','1','0',161.810875,-144.16776562500002); +INSERT INTO `tmp_korok` VALUES (2925.468,1401.573,'Ground','1','0',173.7104375,-149.899578125); +INSERT INTO `tmp_korok` VALUES (2207.285,1373.48,'Air','0','0',162.488828125,-149.460625); +INSERT INTO `tmp_korok` VALUES (2511.433,1571.525,'Ground','0','0',167.241140625,-152.555078125); +INSERT INTO `tmp_korok` VALUES (2330.776,1828.012,'Air','0','0',164.418375,-156.56268749999998); +INSERT INTO `tmp_korok` VALUES (2276.034,1501.621,'Air','0','0',163.56303125,-151.462828125); +INSERT INTO `tmp_korok` VALUES (2636.166,1108.997,'Air','0','0',169.19009375000002,-145.328078125); +INSERT INTO `tmp_korok` VALUES (2526.617,1257.579,'Ground','0','0',167.478390625,-147.649671875); +INSERT INTO `tmp_korok` VALUES (2705.439,1164.945,'Ground','1','0',170.272484375,-146.202265625); +INSERT INTO `tmp_korok` VALUES (2279.315,1608.345,'Ground','1','0',163.614296875,-153.13039062500002); +INSERT INTO `tmp_korok` VALUES (2495.853,1804.202,'Air','0','0',166.997703125,-156.19065625000002); +INSERT INTO `tmp_korok` VALUES (2058.505,1208.554,'Ground','0','0',160.16414062500002,-146.88365625); +INSERT INTO `tmp_korok` VALUES (2884.092,1765.027,'Air','0','0',173.0639375,-155.578546875); +INSERT INTO `tmp_korok` VALUES (2320.668,1726.367,'Ground','1','0',164.2604375,-154.974484375); +INSERT INTO `tmp_korok` VALUES (2836.32,2120.507,'Air','0','0',172.3175,-161.132921875); +INSERT INTO `tmp_korok` VALUES (2484.83,2103.393,'Air','0','0',166.82546875,-160.865515625); +INSERT INTO `tmp_korok` VALUES (2874.915,2683.368,'Air','0','0',172.920546875,-169.927625); +INSERT INTO `tmp_korok` VALUES (2303.51,2375.135,'Air','0','0',163.99234375,-165.111484375); +INSERT INTO `tmp_korok` VALUES (2284.273,2659.972,'Ground','1','0',163.69176562500002,-169.5620625); +INSERT INTO `tmp_korok` VALUES (2181.727,2534.696,'Ground','1','0',162.08948437499998,-167.604625); +INSERT INTO `tmp_korok` VALUES (2403.831,2511.222,'Ground','0','1',165.559859375,-167.23784375); +INSERT INTO `tmp_korok` VALUES (2099.721,2625.572,'Air','0','0',160.808140625,-169.0245625); +INSERT INTO `tmp_korok` VALUES (2366.56,2303.499,'Air','0','0',164.9775,-163.992171875); +INSERT INTO `tmp_korok` VALUES (2714.133,2345.553,'Air','0','0',170.408328125,-164.649265625); +INSERT INTO `tmp_korok` VALUES (2811.316,2391.926,'Air','0','0',171.92681249999998,-165.37384375); +INSERT INTO `tmp_korok` VALUES (2103.915,2726.099,'Ground','0','0',160.873671875,-170.595296875); +INSERT INTO `tmp_korok` VALUES (2863.861,2182.903,'Ground','1','0',172.747828125,-162.107859375); +INSERT INTO `tmp_korok` VALUES (2054.829,2092.73,'Air','0','0',160.106703125,-160.69890625); +INSERT INTO `tmp_korok` VALUES (2991.393,2272.146,'Ground','1','0',174.740515625,-163.50228125); +INSERT INTO `tmp_korok` VALUES (2951.341,3005.962,'Ground','0','0',174.114703125,-174.96815625); +INSERT INTO `tmp_korok` VALUES (2836.962,3452.763,'Air','0','0',172.32753125,-181.94942187499998); +INSERT INTO `tmp_korok` VALUES (2636.233,3197.799,'Ground','1','0',169.191140625,-177.96560937499999); +INSERT INTO `tmp_korok` VALUES (2559.241,3602.712,'Ground','1','0',167.988140625,-184.292375); +INSERT INTO `tmp_korok` VALUES (2508.15,3825.909,'Ground','0','0',167.18984375,-187.779828125); +INSERT INTO `tmp_korok` VALUES (2939.432,3427.086,'Ground','0','0',173.928625,-181.54821875); +INSERT INTO `tmp_korok` VALUES (2171.211,3276.907,'Ground','0','0',161.925171875,-179.201671875); +INSERT INTO `tmp_korok` VALUES (2139.981,3531.94,'Ground','0','0',161.437203125,-183.1865625); +INSERT INTO `tmp_korok` VALUES (2856.583,3651.77,'Ground','0','0',172.634109375,-185.05890625); +INSERT INTO `tmp_korok` VALUES (2968.719,3380.182,'Ground','0','0',174.38623437500002,-180.81534375); +INSERT INTO `tmp_korok` VALUES (2294.48,3028.171,'Ground','0','0',163.85125,-175.315171875); +INSERT INTO `tmp_korok` VALUES (2032.282,3164.345,'Ground','0','0',159.75440625,-177.44289062500002); +INSERT INTO `tmp_korok` VALUES (3075.875,-3684.381,'Ground','1','0',176.060546875,-70.43154687500001); +INSERT INTO `tmp_korok` VALUES (3350.103,-3079.839,'Ground','1','0',180.345359375,-79.877515625); +INSERT INTO `tmp_korok` VALUES (3813.457,-3419.22,'Ground','0','0',187.585265625,-74.57468750000001); +INSERT INTO `tmp_korok` VALUES (3326.963,-3589.208,'Ground','0','0',179.983796875,-71.91862499999999); +INSERT INTO `tmp_korok` VALUES (3572.843,-3046.931,'Air','0','0',183.825671875,-80.39170312499999); +INSERT INTO `tmp_korok` VALUES (3496.163,-3374.297,'Ground','1','0',182.627546875,-75.27660937499999); +INSERT INTO `tmp_korok` VALUES (3178.982,-3073.667,'Ground','1','0',177.67159375,-79.97395312500001); +INSERT INTO `tmp_korok` VALUES (3995.799,-3147.581,'Ground','1','0',190.43435937499999,-78.819046875); +INSERT INTO `tmp_korok` VALUES (3152.594,-3328.348,'Air','0','0',177.25928125000002,-75.9945625); +INSERT INTO `tmp_korok` VALUES (3779.707,-3361.52,'Ground','0','0',187.057921875,-75.47625); +INSERT INTO `tmp_korok` VALUES (3455.615,-3581.874,'Ground','1','0',181.993984375,-72.03321875); +INSERT INTO `tmp_korok` VALUES (3726.792,-2677.462,'Ground','1','0',186.231125,-86.16465625000001); +INSERT INTO `tmp_korok` VALUES (3372.048,-2315.193,'Air','0','0',180.68824999999998,-91.825109375); +INSERT INTO `tmp_korok` VALUES (3877.544,-2371.863,'Ground','0','1',188.586625,-90.93964062500001); +INSERT INTO `tmp_korok` VALUES (3479.966,-2077.341,'Ground','1','0',182.37446875,-95.541546875); +INSERT INTO `tmp_korok` VALUES (3662.784,-2067.316,'Ground','0','0',185.231,-95.6981875); +INSERT INTO `tmp_korok` VALUES (3736.669,-2884.984,'Ground','0','0',186.385453125,-82.922125); +INSERT INTO `tmp_korok` VALUES (3322.944,-2803.064,'Ground','0','0',179.921,-84.202125); +INSERT INTO `tmp_korok` VALUES (3436.59,-2533.653,'Ground','0','0',181.69671875,-88.411671875); +INSERT INTO `tmp_korok` VALUES (3732.84,-2423.215,'Ground','0','0',186.325625,-90.137265625); +INSERT INTO `tmp_korok` VALUES (3407.366,-1278.327,'Ground','1','0',181.24009375,-108.026140625); +INSERT INTO `tmp_korok` VALUES (3292.116,-1428.613,'Ground','1','0',179.4393125,-105.67792187500001); +INSERT INTO `tmp_korok` VALUES (3709.392,-1683.445,'Ground','1','0',185.95925,-101.696171875); +INSERT INTO `tmp_korok` VALUES (3208.673,-1011.226,'Ground','1','0',178.13551562499998,-112.19959374999999); +INSERT INTO `tmp_korok` VALUES (3288.675,-1574.587,'Ground','1','0',179.385546875,-103.39707812500001); +INSERT INTO `tmp_korok` VALUES (3237.797,-1527.746,'Ground','1','0',178.590578125,-104.12896875); +INSERT INTO `tmp_korok` VALUES (3882.549,-1340.015,'Ground','0','0',188.66482812499999,-107.06226562500001); +INSERT INTO `tmp_korok` VALUES (3296.232,-1421.087,'Ground','1','0',179.503625,-105.79551562500001); +INSERT INTO `tmp_korok` VALUES (3244.917,-2000.31,'Ground','0','1',178.701828125,-96.74515625000001); +INSERT INTO `tmp_korok` VALUES (3726.305,-1129.711,'Air','0','0',186.223515625,-110.34826562500001); +INSERT INTO `tmp_korok` VALUES (3297.691,-1583.792,'Ground','1','0',179.52642187499998,-103.25325000000001); +INSERT INTO `tmp_korok` VALUES (3010.155,-1204.248,'Ground','1','0',175.033671875,-109.183625); +INSERT INTO `tmp_korok` VALUES (3112.552,-1295.329,'Ground','0','0',176.633625,-107.760484375); +INSERT INTO `tmp_korok` VALUES (3604.77,-1008.638,'Ground','1','0',184.32453125,-112.24003125); +INSERT INTO `tmp_korok` VALUES (3565.886,-915.9223,'Ground','0','1',183.71696875,-113.6887140625); +INSERT INTO `tmp_korok` VALUES (3291.972,-261.1206,'Ground','1','0',179.4370625,-123.919990625); +INSERT INTO `tmp_korok` VALUES (3527.287,-276.7639,'Ground','1','0',183.113859375,-123.6755640625); +INSERT INTO `tmp_korok` VALUES (3323.916,-519.5153,'Air','0','0',179.93618750000002,-119.8825734375); +INSERT INTO `tmp_korok` VALUES (3083.239,-167.6896,'Ground','0','0',176.175609375,-125.37985); +INSERT INTO `tmp_korok` VALUES (3893.508,-704.2333,'Ground','1','0',188.8360625,-116.9963546875); +INSERT INTO `tmp_korok` VALUES (3122.881,-17.39868,'Ground','0','0',176.795015625,-127.728145625); +INSERT INTO `tmp_korok` VALUES (3960.616,-858.5881,'Air','0','0',189.884625,-114.5845609375); +INSERT INTO `tmp_korok` VALUES (3321.498,-514.2532,'Air','0','0',179.89840625,-119.96479375); +INSERT INTO `tmp_korok` VALUES (3520.64,-383.5883,'Ground','0','0',183.01,-122.0064328125); +INSERT INTO `tmp_korok` VALUES (3140.857,324.9673,'Ground','0','1',177.075890625,-133.0776140625); +INSERT INTO `tmp_korok` VALUES (3854.316,352.2569,'Ground','0','1',188.22368749999998,-133.5040140625); +INSERT INTO `tmp_korok` VALUES (3206.764,23.68088,'Ground','0','1',178.1056875,-128.37001375); +INSERT INTO `tmp_korok` VALUES (3303.744,22.58359,'Ground','1','0',179.621,-128.35286859375); +INSERT INTO `tmp_korok` VALUES (3721.263,617.6266,'Ground','1','0',186.14473437499998,-137.650415625); +INSERT INTO `tmp_korok` VALUES (3271.144,656.8208,'Ground','0','0',179.111625,-138.262825); +INSERT INTO `tmp_korok` VALUES (3951.867,695.8884,'Ground','0','0',189.747921875,-138.87325625); +INSERT INTO `tmp_korok` VALUES (3383.032,982.824,'Ground','0','0',180.859875,-143.356625); +INSERT INTO `tmp_korok` VALUES (3431.141,523.7474,'Ground','1','0',181.611578125,-136.183553125); +INSERT INTO `tmp_korok` VALUES (3561.943,626.3196,'Ground','1','0',183.655359375,-137.78624374999998); +INSERT INTO `tmp_korok` VALUES (3451.99,550.7929,'Ground','0','0',181.93734375,-136.6061390625); +INSERT INTO `tmp_korok` VALUES (3741.72,1156.121,'Ground','0','0',186.464375,-146.064390625); +INSERT INTO `tmp_korok` VALUES (3537.012,1376.113,'Ground','0','1',183.2658125,-149.50176562500002); +INSERT INTO `tmp_korok` VALUES (3475.639,1916.261,'Ground','1','0',182.306859375,-157.941578125); +INSERT INTO `tmp_korok` VALUES (3709.191,1943.087,'Ground','1','0',185.95610937499998,-158.360734375); +INSERT INTO `tmp_korok` VALUES (3896.64,1556.54,'Ground','0','0',188.885,-152.3209375); +INSERT INTO `tmp_korok` VALUES (3229.032,1545.245,'Ground','0','0',178.453625,-152.14445312499998); +INSERT INTO `tmp_korok` VALUES (3166.324,1828.891,'Air','0','0',177.4738125,-156.576421875); +INSERT INTO `tmp_korok` VALUES (3525.984,1710.623,'Air','0','0',183.0935,-154.728484375); +INSERT INTO `tmp_korok` VALUES (3432.942,1150.31,'Air','0','0',181.63971875,-145.97359375); +INSERT INTO `tmp_korok` VALUES (3178.812,1607.304,'Air','0','0',177.6689375,-153.114125); +INSERT INTO `tmp_korok` VALUES (3797.93,1269.197,'Ground','0','0',187.34265625,-147.831203125); +INSERT INTO `tmp_korok` VALUES (3171.941,1490.935,'Air','0','0',177.56157812499998,-151.295859375); +INSERT INTO `tmp_korok` VALUES (3277.774,1436.003,'Ground','0','0',179.21521875,-150.437546875); +INSERT INTO `tmp_korok` VALUES (3029.036,2017.677,'Air','0','0',175.3286875,-159.526203125); +INSERT INTO `tmp_korok` VALUES (3783.725,2125.184,'Ground','0','0',187.120703125,-161.20600000000002); +INSERT INTO `tmp_korok` VALUES (3901.082,2096.729,'Air','0','0',188.95440625,-160.761390625); +INSERT INTO `tmp_korok` VALUES (3084.931,2884.649,'Ground','1','0',176.202046875,-173.07264062500002); +INSERT INTO `tmp_korok` VALUES (3687.959,2413.493,'Air','0','0',185.62435937499998,-165.710828125); +INSERT INTO `tmp_korok` VALUES (3516.118,2628.382,'Ground','0','0',182.93934375,-169.06846875); +INSERT INTO `tmp_korok` VALUES (3229.815,2848.442,'Ground','0','0',178.465859375,-172.50690625); +INSERT INTO `tmp_korok` VALUES (3148.72,2402.78,'Ground','0','0',177.19875,-165.54343749999998); +INSERT INTO `tmp_korok` VALUES (3420.944,2390.287,'Ground','0','0',181.45225,-165.348234375); +INSERT INTO `tmp_korok` VALUES (3144.467,2229.855,'Air','0','0',177.132296875,-162.841484375); +INSERT INTO `tmp_korok` VALUES (3347.619,2249.252,'Ground','1','0',180.306546875,-163.1445625); +INSERT INTO `tmp_korok` VALUES (3289.577,3338.793,'Air','0','0',179.39964062500002,-180.168640625); +INSERT INTO `tmp_korok` VALUES (3639.774,3258.224,'Ground','1','0',184.87146875,-178.90975); +INSERT INTO `tmp_korok` VALUES (3796.614,3618.895,'Ground','1','0',187.32209375,-184.545234375); +INSERT INTO `tmp_korok` VALUES (3367.108,3653.537,'Air','0','0',180.6110625,-185.086515625); +INSERT INTO `tmp_korok` VALUES (3441.938,3121.876,'Ground','0','0',181.78028125,-176.7793125); +INSERT INTO `tmp_korok` VALUES (3024.405,3654.227,'Ground','0','0',175.256328125,-185.09729687499998); +INSERT INTO `tmp_korok` VALUES (3175.443,3204.03,'Ground','0','1',177.616296875,-178.06296875); +INSERT INTO `tmp_korok` VALUES (3170.416,3824.316,'Air','0','0',177.53775000000002,-187.75493749999998); +INSERT INTO `tmp_korok` VALUES (4503.659,-3164.388,'Air','0','0',198.369671875,-78.5564375); +INSERT INTO `tmp_korok` VALUES (4422.963,-3340.219,'Ground','1','0',197.108796875,-75.809078125); +INSERT INTO `tmp_korok` VALUES (4817.198,-3094.218,'Ground','0','0',203.26871875,-79.65284375); +INSERT INTO `tmp_korok` VALUES (4344.057,-3178.368,'Air','0','0',195.875890625,-78.338); +INSERT INTO `tmp_korok` VALUES (4428.835,-3182.9,'Ground','1','0',197.200546875,-78.2671875); +INSERT INTO `tmp_korok` VALUES (4815.501,-3300.246,'Ground','1','0',203.242203125,-76.43365625); +INSERT INTO `tmp_korok` VALUES (4105.454,-2836.7,'Ground','0','0',192.14771875,-83.6765625); +INSERT INTO `tmp_korok` VALUES (4530.945,-2098.376,'Ground','1','0',198.796015625,-95.212875); +INSERT INTO `tmp_korok` VALUES (4396.832,-2721.584,'Ground','0','0',196.7005,-85.47525); +INSERT INTO `tmp_korok` VALUES (4338.091,-2438.518,'Air','0','0',195.782671875,-89.89815625); +INSERT INTO `tmp_korok` VALUES (4008.603,-2736.307,'Ground','1','0',190.634421875,-85.245203125); +INSERT INTO `tmp_korok` VALUES (4181.042,-2540.406,'Air','0','0',193.32878125000002,-88.30615625); +INSERT INTO `tmp_korok` VALUES (4508.734,-2643.605,'Ground','0','0',198.44896875,-86.693671875); +INSERT INTO `tmp_korok` VALUES (4095.783,-1627.464,'Air','0','0',191.996609375,-102.570875); +INSERT INTO `tmp_korok` VALUES (4634.409,-1840.946,'Ground','0','0',200.412640625,-99.23521875); +INSERT INTO `tmp_korok` VALUES (4702.884,-1039.331,'Ground','1','0',201.4825625,-111.760453125); +INSERT INTO `tmp_korok` VALUES (4698.904,-1003.025,'Ground','1','0',201.420375,-112.327734375); +INSERT INTO `tmp_korok` VALUES (4104.558,-1350.665,'Air','0','0',192.13371875,-106.895859375); +INSERT INTO `tmp_korok` VALUES (4038.21,-1254.872,'Ground','0','0',191.09703125,-108.39262500000001); +INSERT INTO `tmp_korok` VALUES (4707.057,-1355.02,'Ground','0','0',201.547765625,-106.8278125); +INSERT INTO `tmp_korok` VALUES (4098.317,-1756.464,'Ground','0','0',192.036203125,-100.55525); +INSERT INTO `tmp_korok` VALUES (4691.71,-1777.33,'Ground','0','0',201.30796875,-100.22921875); +INSERT INTO `tmp_korok` VALUES (4356.779,-1528.1,'Air','0','0',196.074671875,-104.1234375); +INSERT INTO `tmp_korok` VALUES (4332.92,-696.6332,'Ground','0','1',195.701875,-117.11510625); +INSERT INTO `tmp_korok` VALUES (4697.84,-547.03,'Ground','1','0',201.40375,-119.45265625); +INSERT INTO `tmp_korok` VALUES (4239.353,-998.2581,'Ground','0','0',194.239890625,-112.4022171875); +INSERT INTO `tmp_korok` VALUES (4232.734,-212.3339,'Ground','1','0',194.13646875,-124.6822828125); +INSERT INTO `tmp_korok` VALUES (4616.441,-638.0287,'Air','0','0',200.13189062499998,-118.0308015625); +INSERT INTO `tmp_korok` VALUES (4136.606,-408.5667,'Ground','0','0',192.63446875,-121.6161453125); +INSERT INTO `tmp_korok` VALUES (4071.793,-459.0538,'Air','0','0',191.621765625,-120.827284375); +INSERT INTO `tmp_korok` VALUES (4144.261,-595.9681,'Air','0','0',192.754078125,-118.6879984375); +INSERT INTO `tmp_korok` VALUES (4080.406,-216.7825,'Ground','0','0',191.75634374999998,-124.6127734375); +INSERT INTO `tmp_korok` VALUES (4042.218,-661.9659,'Ground','1','0',191.15965625,-117.6567828125); +INSERT INTO `tmp_korok` VALUES (4264.459,628.2208,'Ground','1','0',194.63217187499998,-137.81595); +INSERT INTO `tmp_korok` VALUES (4572.536,647.8932,'Ground','0','0',199.445875,-138.12333125); +INSERT INTO `tmp_korok` VALUES (4134.865,60.32083,'Ground','1','0',192.607265625,-128.94251296875); +INSERT INTO `tmp_korok` VALUES (4452.651,483.9736,'Air','0','0',197.572671875,-135.56208750000002); +INSERT INTO `tmp_korok` VALUES (4144.438,195.9695,'Ground','0','0',192.75684375,-131.0620234375); +INSERT INTO `tmp_korok` VALUES (4294.82,78.50095,'Ground','1','0',195.1065625,-129.22657734375); +INSERT INTO `tmp_korok` VALUES (4199.456,463.675,'Air','0','0',193.6165,-135.244921875); +INSERT INTO `tmp_korok` VALUES (4499.122,1015.01,'Ground','0','0',198.29878125,-143.85953125); +INSERT INTO `tmp_korok` VALUES (4533.438,1022.985,'Ground','0','0',198.83496875,-143.984140625); +INSERT INTO `tmp_korok` VALUES (4087.936,1142.371,'Ground','0','0',191.874,-145.849546875); +INSERT INTO `tmp_korok` VALUES (4274.364,1981.021,'Ground','0','0',194.7869375,-158.953453125); +INSERT INTO `tmp_korok` VALUES (4282.686,1655.666,'Air','0','0',194.91696875,-153.86978125000002); +INSERT INTO `tmp_korok` VALUES (4615.143,1915.474,'Ground','1','0',200.111609375,-157.92928125); +INSERT INTO `tmp_korok` VALUES (4438.906,1432.916,'Air','0','0',197.35790624999998,-150.38931250000002); +INSERT INTO `tmp_korok` VALUES (4662.712,2376.256,'Ground','0','0',200.854875,-165.12900000000002); +INSERT INTO `tmp_korok` VALUES (4518.497,2316.516,'Air','0','0',198.601515625,-164.1955625); +INSERT INTO `tmp_korok` VALUES (4536.525,2520.272,'Ground','0','0',198.883203125,-167.37925); +INSERT INTO `tmp_korok` VALUES (4211.834,2270.373,'Ground','0','0',193.80990624999998,-163.474578125); +INSERT INTO `tmp_korok` VALUES (4110.978,2588.168,'Ground','0','0',192.23403125,-168.440125); +INSERT INTO `tmp_korok` VALUES (4083.595,2973.261,'Air','0','0',191.806171875,-174.457203125); +INSERT INTO `tmp_korok` VALUES (4541.932,2405.64,'Air','0','0',198.9676875,-165.588125); +/*!40000 ALTER TABLE `tmp_korok` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/tmp_loc.sql b/dev/db/samples/tingle/tmp_loc.sql new file mode 100644 index 00000000..9803908c --- /dev/null +++ b/dev/db/samples/tingle/tmp_loc.sql @@ -0,0 +1,213 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `tmp_loc` +-- + +DROP TABLE IF EXISTS `tmp_loc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `tmp_loc` ( + `X` double DEFAULT NULL, + `Y` double DEFAULT NULL, + `DungeonName` varchar(100) DEFAULT NULL, + `CategoryID` int(11) DEFAULT NULL, + `adjX` double DEFAULT NULL, + `adjY` double DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `tmp_loc` +-- + +LOCK TABLES `tmp_loc` WRITE; +/*!40000 ALTER TABLE `tmp_loc` DISABLE KEYS */; +INSERT INTO `tmp_loc` VALUES (-4022.127,-3711.697,'To Quomo Shrine',1925,65.154265625,-70.004734375); +INSERT INTO `tmp_loc` VALUES (-4446.018,-3802.419,'Hia Miu Shrine',1925,58.53096875,-68.587203125); +INSERT INTO `tmp_loc` VALUES (-4058.835,-2508.257,'Maka Rah Shrine',1925,64.580703125,-88.808484375); +INSERT INTO `tmp_loc` VALUES (-4015.362,-1722.486,'Voo Lota Shrine',1925,65.25996875,-101.08615625); +INSERT INTO `tmp_loc` VALUES (-4121.399,-414.1998,'Kah Okeo Shrine',1925,63.603140624999995,-121.528128125); +INSERT INTO `tmp_loc` VALUES (-4657.493,904.9697,'Kema Kosassa Shrine',1925,55.226671874999994,-142.1401515625); +INSERT INTO `tmp_loc` VALUES (-4673.53,1968.79,'Kema Zoos Shrine',1925,54.976093750000004,-158.76234375); +INSERT INTO `tmp_loc` VALUES (-4798.148,2800.031,'Tho Kayu Shrine',1925,53.0289375,-171.75048437499998); +INSERT INTO `tmp_loc` VALUES (-4847.434,3773.548,'Hawa Koth Shrine',1925,52.25884375,-186.96168749999998); +INSERT INTO `tmp_loc` VALUES (-3626.71,-3038.259,'Mozo Shenno Shrine',1925,71.33265625,-80.527203125); +INSERT INTO `tmp_loc` VALUES (-3822.237,-2206.896,'Sha Warvo Shrine',1925,68.277546875,-93.51724999999999); +INSERT INTO `tmp_loc` VALUES (-3618.109,-1807.609,'Rito Village',1921,71.467046875,-99.756109375); +INSERT INTO `tmp_loc` VALUES (-3255.571,-1757.625,'Rito Stable',1938,77.131703125,-100.537109375); +INSERT INTO `tmp_loc` VALUES (-3656.033,-1757.7,'Akh Va\'quot Shrine',1925,70.87448437500001,-100.5359375); +INSERT INTO `tmp_loc` VALUES (-3608.986,-1516.377,'Bareeda Naag Shrine',1925,71.60959375,-104.306609375); +INSERT INTO `tmp_loc` VALUES (-3466.357,-447.4994,'Tena Ko\'sah Shrine',1925,73.838171875,-121.007821875); +INSERT INTO `tmp_loc` VALUES (-3613.748,-990.1647,'Tabantha Tower',1923,71.5351875,-112.52867656250001); +INSERT INTO `tmp_loc` VALUES (-3852.46,716.358,'Keeha Yoog Shrine',1925,67.8053125,-139.19309375); +INSERT INTO `tmp_loc` VALUES (-3666,1828.6,'Gerudo Tower',1923,70.71875,-156.571875); +INSERT INTO `tmp_loc` VALUES (-3083.613,1221.79,'Kuh Takkar Shrine',1925,79.81854687500001,-147.09046875); +INSERT INTO `tmp_loc` VALUES (-3910.613,1653.031,'Sho Dantu Shrine',1925,66.89667187500001,-153.82860937499998); +INSERT INTO `tmp_loc` VALUES (-3560.287,1953.873,'Sasa Kai Shrine',1925,72.370515625,-158.529265625); +INSERT INTO `tmp_loc` VALUES (-3835,2915,'Gerudo Town',1921,68.078125,-173.546875); +INSERT INTO `tmp_loc` VALUES (-3316.802,2162.679,'Dako Tah Shrine',1925,76.17496875,-161.791859375); +INSERT INTO `tmp_loc` VALUES (-3816.314,2819.157,'Daqo Chisay Shrine',1925,68.37009375,-172.049328125); +INSERT INTO `tmp_loc` VALUES (-3809.56,3126.858,'Raqa Zunzo Shrine',1925,68.47562500000001,-176.85715625); +INSERT INTO `tmp_loc` VALUES (-2998.305,-3220.635,'Shada Naw Shrine',1925,81.151484375,-77.677578125); +INSERT INTO `tmp_loc` VALUES (-2377.017,-3224.61,'Rok Uwog Shrine',1925,90.859109375,-77.61546875); +INSERT INTO `tmp_loc` VALUES (-2636.745,-2061.288,'Lanno Kooh Shrine',1925,86.800859375,-95.79237499999999); +INSERT INTO `tmp_loc` VALUES (-2173,-2034,'Hebra Tower',1923,94.046875,-96.21875); +INSERT INTO `tmp_loc` VALUES (-2380.419,-2255.404,'Gee Ha\'rah Shrine',1925,90.805953125,-92.7593125); +INSERT INTO `tmp_loc` VALUES (-2793.274,-2882.063,'Goma Asaagh Shrine',1925,84.35509375000001,-82.967765625); +INSERT INTO `tmp_loc` VALUES (-2832.063,-1577.131,'Dunba Taag Shrine',1925,83.749015625,-103.35732812500001); +INSERT INTO `tmp_loc` VALUES (-2931.568,-547.598,'Tabantha Bridge Stable',1938,82.19425,-119.44378125); +INSERT INTO `tmp_loc` VALUES (-2930.76,-433.0385,'Shae Loya Shrine',1925,82.206875,-121.2337734375); +INSERT INTO `tmp_loc` VALUES (-2269.1,-901.1,'Toh Yahsa Shrine',1925,92.5453125,-113.9203125); +INSERT INTO `tmp_loc` VALUES (-2297.784,461.6641,'Mogg Latan Shrine',1925,92.097125,-135.2135015625); +INSERT INTO `tmp_loc` VALUES (-2743.992,225.7467,'Mijah Rokee Shrine',1925,85.125125,-131.5272921875); +INSERT INTO `tmp_loc` VALUES (-2004.008,1675.263,'Joloo Nah Shrine',1925,96.687375,-154.17598437499998); +INSERT INTO `tmp_loc` VALUES (-2803.812,2225.765,'Gerudo Canyon Stable',1938,84.1904375,-162.777578125); +INSERT INTO `tmp_loc` VALUES (-2306.836,2437.32,'Wasteland Tower',1923,91.95568750000001,-166.083125); +INSERT INTO `tmp_loc` VALUES (-2809.968,2300.177,'Kay Noh Shrine',1925,84.09425,-163.940265625); +INSERT INTO `tmp_loc` VALUES (-2689.307,2811.907,'Korsh O\'hu Shrine',1925,85.979578125,-171.936046875); +INSERT INTO `tmp_loc` VALUES (-2969.8,3780.634,'Misae Suma Shrine',1925,81.596875,-187.07240625); +INSERT INTO `tmp_loc` VALUES (-1672.356,-3759.028,'Sha Gehma Shrine',1925,101.8694375,-69.2651875); +INSERT INTO `tmp_loc` VALUES (-1654.883,-2572.156,'Snowfield Stable',1938,102.142453125,-87.8100625); +INSERT INTO `tmp_loc` VALUES (-1720.389,-2554.626,'Rin Oyaa Shrine',1925,101.118921875,-88.08396875); +INSERT INTO `tmp_loc` VALUES (-1088.8,-2660.744,'Rona Kachta Shrine',1925,110.9875,-86.42587499999999); +INSERT INTO `tmp_loc` VALUES (-1559.375,-1799.053,'Serenne Stable',1938,103.634765625,-99.889796875); +INSERT INTO `tmp_loc` VALUES (-1940.474,-1459.019,'Maag No\'rah Shrine',1925,97.68009375,-105.202828125); +INSERT INTO `tmp_loc` VALUES (-1489.24,-1473.803,'Monya Toma Shrine',1925,104.730625,-104.971828125); +INSERT INTO `tmp_loc` VALUES (-1432.615,-593.246,'Zalta Wa Shrine',1925,105.615390625,-118.73053125); +INSERT INTO `tmp_loc` VALUES (-1755.3,-774.3,'Ridgeland Tower',1923,100.5734375,-115.9015625); +INSERT INTO `tmp_loc` VALUES (-1892.417,91.03052,'Sheem Dagoze Shrine',1925,98.43098437500001,-129.422351875); +INSERT INTO `tmp_loc` VALUES (-1102.233,1880.131,'Shrine of Resurrection',1924,110.777609375,-157.37704687500002); +INSERT INTO `tmp_loc` VALUES (-1449.493,1269.011,'Outskirt Stable',1938,105.351671875,-147.828296875); +INSERT INTO `tmp_loc` VALUES (-1562.293,1309.783,'Rota Ooh Shrine',1925,103.589171875,-148.465359375); +INSERT INTO `tmp_loc` VALUES (-1695.714,1701.026,'Dah Kaso Shrine',1925,101.50446875,-154.57853125); +INSERT INTO `tmp_loc` VALUES (-1435.387,1990.706,'Keh Namut Shrine',1925,105.572078125,-159.10478125); +INSERT INTO `tmp_loc` VALUES (-1793.255,2422.486,'Jee Noh Shrine',1925,99.980390625,-165.85134375); +INSERT INTO `tmp_loc` VALUES (-1417.777,3449.206,'Suma Sahma Shrine',1925,105.847234375,-181.89384375); +INSERT INTO `tmp_loc` VALUES (-1795,3464.391,'Dila Maag Shrine',1925,99.953125,-182.131109375); +INSERT INTO `tmp_loc` VALUES (-821.5,-3535,'Qaza Tokki Shrine',1925,115.1640625,-72.765625); +INSERT INTO `tmp_loc` VALUES (-26.08035,-2457.688,'Daag Chokah Shrine',1925,127.59249453125,-89.598625); +INSERT INTO `tmp_loc` VALUES (-148.3952,-1159.346,'Saas Ko\'sah Shrine',1925,125.68132499999999,-109.88521875); +INSERT INTO `tmp_loc` VALUES (-952.1733,-623.8846,'Noya Neha Shrine',1925,113.1222921875,-118.251803125); +INSERT INTO `tmp_loc` VALUES (-636.0839,-344.1649,'Katah Chuki Shrine',1925,118.0611890625,-122.6224234375); +INSERT INTO `tmp_loc` VALUES (-967.6394,716.8793,'Kaam Ya\'tak Shrine',1925,112.880634375,-139.2012390625); +INSERT INTO `tmp_loc` VALUES (-788.645,442.0306,'Central Tower',1923,115.677421875,-134.906728125); +INSERT INTO `tmp_loc` VALUES (-447.6951,1990.182,'Ja Baij Shrine',1925,121.0047640625,-159.09659375); +INSERT INTO `tmp_loc` VALUES (-672.4623,1513.63,'Oman Au Shrine',1925,117.4927765625,-151.65046875000002); +INSERT INTO `tmp_loc` VALUES (-560.0352,1694.863,'Great Plateau Tower',1923,119.24945,-154.48223437500002); +INSERT INTO `tmp_loc` VALUES (-31.81555,2961.601,'Lake Tower',1923,127.50288203124998,-174.27501562499998); +INSERT INTO `tmp_loc` VALUES (-925.0303,2320.229,'Owa Daim Shrine',1925,113.5464015625,-164.253578125); +INSERT INTO `tmp_loc` VALUES (-329.1666,2600.119,'Ya Naga Shrine',1925,122.85677187499999,-168.62685937499998); +INSERT INTO `tmp_loc` VALUES (-985.7891,3564.978,'Ishto Soh Shrine',1925,112.5970453125,-183.70278125); +INSERT INTO `tmp_loc` VALUES (284.4,-3119.6,'Ketoh Wawai Shrine',1925,132.44375,-79.25625); +INSERT INTO `tmp_loc` VALUES (427.9911,-2137.471,'Korok Forest',1921,134.6873609375,-94.602015625); +INSERT INTO `tmp_loc` VALUES (470.9549,-2167.817,'Keo Ruug Shrine',1925,135.3586703125,-94.127859375); +INSERT INTO `tmp_loc` VALUES (836.6338,-2418.811,'Maag Halan Shrine',1925,141.072403125,-90.206078125); +INSERT INTO `tmp_loc` VALUES (883.8843,-1605.71,'Woodland Tower',1923,141.8106921875,-102.91078125); +INSERT INTO `tmp_loc` VALUES (18.44452,-1943.704,'Kuhn Sidajj Shrine',1925,128.288195625,-97.629625); +INSERT INTO `tmp_loc` VALUES (760.2905,-821.3871,'Namika Ozz Shrine',1925,139.8795390625,-115.1658265625); +INSERT INTO `tmp_loc` VALUES (888.0616,173.6723,'Wetland Stable',1938,141.8759625,-130.7136296875); +INSERT INTO `tmp_loc` VALUES (825.1654,187.509,'Kaya Wan Shrine',1925,140.893209375,-130.929828125); +INSERT INTO `tmp_loc` VALUES (854.0031,838.7382,'Hila Rao Shrine',1925,141.3437984375,-141.105284375); +INSERT INTO `tmp_loc` VALUES (339.2324,1095.297,'Riverside Stable',1938,133.30050625,-145.114015625); +INSERT INTO `tmp_loc` VALUES (345.5874,1007.769,'Wahgo Katta Shrine',1925,133.399803125,-143.746390625); +INSERT INTO `tmp_loc` VALUES (87.01651,1657.706,'Bosh Kala Shrine',1925,129.35963296875002,-153.90165625); +INSERT INTO `tmp_loc` VALUES (559.364,2991.178,'Pumaag Nitae Shrine',1925,136.7400625,-174.73715625); +INSERT INTO `tmp_loc` VALUES (870.4947,2329.528,'Shae Katha Shrine',1925,141.6014796875,-164.398875); +INSERT INTO `tmp_loc` VALUES (529.6001,3450.883,'Highland Stable',1938,136.2750015625,-181.920046875); +INSERT INTO `tmp_loc` VALUES (522.9542,3525.324,'Ka\'o Makagh Shrine',1925,136.171159375,-183.0831875); +INSERT INTO `tmp_loc` VALUES (94.99838,3840.943,'Shoqa Tatone Shrine',1925,129.4843496875,-188.014734375); +INSERT INTO `tmp_loc` VALUES (1536.209,-3117.468,'Shora Hah Shrine',1925,152.00326562499998,-79.2895625); +INSERT INTO `tmp_loc` VALUES (1685.152,-2467.495,'Goron City',1921,154.3305,-89.445390625); +INSERT INTO `tmp_loc` VALUES (1756.571,-2561.701,'Shae Mo\'sah Shrine',1925,155.446421875,-87.973421875); +INSERT INTO `tmp_loc` VALUES (1065.67,-1141.583,'Woodland Stable',1938,144.65109375,-110.16276562499999); +INSERT INTO `tmp_loc` VALUES (1230.997,-1212.728,'Mirro Shaz Shrine',1925,147.234328125,-109.051125); +INSERT INTO `tmp_loc` VALUES (1820.241,-1517.903,'Qua Raym Shrine',1925,156.441265625,-104.282765625); +INSERT INTO `tmp_loc` VALUES (1509.48,-377.219,'Sheh Rata Shrine',1925,151.585625,-122.105953125); +INSERT INTO `tmp_loc` VALUES (1601.833,462.7538,'Daka Tuss Shrine',1925,153.02864062499998,-135.230528125); +INSERT INTO `tmp_loc` VALUES (1841.225,891.1125,'Ta\'loh Naeg Shrine',1925,156.769140625,-141.9236328125); +INSERT INTO `tmp_loc` VALUES (1806.003,984.7596,'Kakariko Village',1921,156.218796875,-143.38686875000002); +INSERT INTO `tmp_loc` VALUES (1016.777,1714.082,'Dueling Peaks Tower',1923,143.887140625,-154.78253125); +INSERT INTO `tmp_loc` VALUES (1245.118,1850.441,'Shee Venath Shrine',1925,147.45496875,-156.91314062499998); +INSERT INTO `tmp_loc` VALUES (1266.269,1938.7,'Shee Vaneer Shrine',1925,147.785453125,-158.2921875); +INSERT INTO `tmp_loc` VALUES (1662.967,1922.396,'Ha Dahamar Shrine',1925,153.983859375,-158.0374375); +INSERT INTO `tmp_loc` VALUES (1272.917,1843.91,'Ree Dahee Shrine',1925,147.88932812500002,-156.81109375); +INSERT INTO `tmp_loc` VALUES (1761.314,1926.244,'Dueling Peaks Stable',1938,155.52053125,-158.09756249999998); +INSERT INTO `tmp_loc` VALUES (1846.561,2473.726,'Toto Sah Shrine',1925,156.852515625,-166.65196874999998); +INSERT INTO `tmp_loc` VALUES (1790.257,2992.864,'Shoda Sah Shrine',1925,155.972765625,-174.7635); +INSERT INTO `tmp_loc` VALUES (1552.023,3537.839,'Lakeside Stable',1938,152.25035937500002,-183.278734375); +INSERT INTO `tmp_loc` VALUES (1586.375,3613.992,'Shai Utoh Shrine',1925,152.787109375,-184.468625); +INSERT INTO `tmp_loc` VALUES (1331.203,3273.723,'Faron Tower',1923,148.80004687500002,-179.151921875); +INSERT INTO `tmp_loc` VALUES (2662.707,-3457.207,'Gorae Torr Shrine',1925,169.604796875,-73.981140625); +INSERT INTO `tmp_loc` VALUES (2064.973,-2327.874,'Daqa Koh Shrine',1925,160.265203125,-91.62696875); +INSERT INTO `tmp_loc` VALUES (2075.823,-2039.718,'Kayra Mah Shrine',1925,160.434734375,-96.12940625); +INSERT INTO `tmp_loc` VALUES (2613.332,-1143.513,'Foothill Stable',1938,168.8333125,-110.132609375); +INSERT INTO `tmp_loc` VALUES (2174.151,-1556.781,'Eldin Tower',1923,161.971109375,-103.675296875); +INSERT INTO `tmp_loc` VALUES (2723.078,-1165.168,'Mo\'a Keet Shrine',1925,170.54809375,-109.79425); +INSERT INTO `tmp_loc` VALUES (2666.12,-1580.328,'Sah Dahaj Shrine',1925,169.65812499999998,-103.30737500000001); +INSERT INTO `tmp_loc` VALUES (2301.462,-940.7258,'Tah Muhl Shrine',1925,163.96034375,-113.301159375); +INSERT INTO `tmp_loc` VALUES (2239.213,-292.43,'Soh Kofi Shrine',1925,162.987703125,-123.43078125); +INSERT INTO `tmp_loc` VALUES (2258,-109,'Lanayru Tower',1923,163.28125,-126.296875); +INSERT INTO `tmp_loc` VALUES (2039.633,971.7044,'Lakna Rokee Shrine',1925,159.869265625,-143.18288124999998); +INSERT INTO `tmp_loc` VALUES (2621.62,379.2342,'Mezza Lo Shrine',1925,168.96281249999998,-133.92553437499998); +INSERT INTO `tmp_loc` VALUES (2696.768,1333.017,'Dow Na\'eh Shrine',1925,170.137,-148.828390625); +INSERT INTO `tmp_loc` VALUES (2501.7,1495.582,'Kam Urog Shrine',1925,167.0890625,-151.36846875); +INSERT INTO `tmp_loc` VALUES (2735.5,2133.5,'Hateno Tower',1923,170.7421875,-161.3359375); +INSERT INTO `tmp_loc` VALUES (2636.691,2833.854,'Tawa Jinn Shrine',1925,169.19829687499998,-172.27896875); +INSERT INTO `tmp_loc` VALUES (2833.533,3311.958,'Yah Rin Shrine',1925,172.273953125,-179.74934375); +INSERT INTO `tmp_loc` VALUES (2007.901,3284.566,'Qukah Nata Shrine',1925,159.373453125,-179.32134374999998); +INSERT INTO `tmp_loc` VALUES (3324.085,-3421.369,'Zuna Kai Shrine',1925,179.938828125,-74.54110937499999); +INSERT INTO `tmp_loc` VALUES (3777.255,-2704.069,'Tutsuwa Nima Shrine',1925,187.01960937500002,-85.74892187500001); +INSERT INTO `tmp_loc` VALUES (3149.832,-1692.647,'South Akkala Stable',1938,177.216125,-101.552390625); +INSERT INTO `tmp_loc` VALUES (3308,-1500.1,'Akkala Tower',1923,179.6875,-104.5609375); +INSERT INTO `tmp_loc` VALUES (3899.691,-1303.794,'Dah Hesho Shrine',1925,188.93267187499998,-107.62821875); +INSERT INTO `tmp_loc` VALUES (3028.298,-1668.015,'Ze Kasho Shrine',1925,175.31715624999998,-101.937265625); +INSERT INTO `tmp_loc` VALUES (3964.896,-1615.017,'Tarrey Town',1921,189.9515,-102.765359375); +INSERT INTO `tmp_loc` VALUES (3271.865,-401.4883,'Zora\'s Domain',1921,179.122890625,-121.7267453125); +INSERT INTO `tmp_loc` VALUES (3323.169,-517.9188,'Ne\'ez Yohma Shrine',1925,179.924515625,-119.90751875); +INSERT INTO `tmp_loc` VALUES (3148.852,-417.3299,'Dagah Keek Shrine',1925,177.20081249999998,-121.4792203125); +INSERT INTO `tmp_loc` VALUES (3333.5,402.5,'Rucco Maag Shrine',1925,180.0859375,-134.2890625); +INSERT INTO `tmp_loc` VALUES (3883.028,1315.361,'Jitan Sa\'mi Shrine',1925,188.6723125,-148.552515625); +INSERT INTO `tmp_loc` VALUES (3592.743,2121.852,'Hateno Village',1921,184.136609375,-161.15393749999998); +INSERT INTO `tmp_loc` VALUES (3387.707,2215.13,'Myahm Agana Shrine',1925,180.932921875,-162.61140625000002); +INSERT INTO `tmp_loc` VALUES (3009.469,3477.873,'Lurelin Village',1921,175.02295312500002,-182.341765625); +INSERT INTO `tmp_loc` VALUES (3657.167,3307.993,'Muwo Jeem Shrine',1925,185.143234375,-179.687390625); +INSERT INTO `tmp_loc` VALUES (3437.285,3317.196,'Kah Yah Shrine',1925,181.707578125,-179.8311875); +INSERT INTO `tmp_loc` VALUES (4655,-3709,'Tu Ka\'loh Shrine',1925,200.734375,-70.046875); +INSERT INTO `tmp_loc` VALUES (4227.82,-2747.769,'East Akkala Stable',1938,194.0596875,-85.066109375); +INSERT INTO `tmp_loc` VALUES (4294.901,-2729.875,'Katosa Aug Shrine',1925,195.107828125,-85.345703125); +INSERT INTO `tmp_loc` VALUES (4525.04,-2128.393,'Ritaag Zumo Shrine',1925,198.70375,-94.743859375); +INSERT INTO `tmp_loc` VALUES (4708.564,-1309.511,'Kah Mael Shrine',1925,201.5713125,-107.538890625); +INSERT INTO `tmp_loc` VALUES (4194.714,-855.908,'Ke\'nai Shakah Shrine',1925,193.54240625,-114.6264375); +INSERT INTO `tmp_loc` VALUES (4245.246,253.9076,'Shai Yota Shrine',1925,194.33196875,-131.96730625); +INSERT INTO `tmp_loc` VALUES (4182.765,1686.558,'Tahno O\'ah Shrine',1925,193.355703125,-154.35246875); +INSERT INTO `tmp_loc` VALUES (4011.483,2989.831,'Chaas Qeta Shrine',1925,190.679421875,-174.716109375); +INSERT INTO `tmp_loc` VALUES (4736.618,3771.592,'Korgu Chideh Shrine',1925,202.00965625,-186.931125); +/*!40000 ALTER TABLE `tmp_loc` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:31:35 diff --git a/dev/db/samples/tingle/user.sql b/dev/db/samples/tingle/user.sql new file mode 100644 index 00000000..b7da2d33 --- /dev/null +++ b/dev/db/samples/tingle/user.sql @@ -0,0 +1,2592 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `user` +-- + +DROP TABLE IF EXISTS `user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `user` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `username` varchar(45) NOT NULL, + `password` varchar(255) NOT NULL, + `name` varchar(255) NOT NULL, + `email` varchar(255) NOT NULL, + `created` datetime NOT NULL, + `ip` varchar(46) NOT NULL, + `last_login` datetime NOT NULL, + `level` tinyint(1) NOT NULL DEFAULT 1, + `visible` tinyint(1) NOT NULL DEFAULT 1, + `seen_version_major` int(11) NOT NULL DEFAULT 0, + `seen_version_minor` int(11) NOT NULL DEFAULT 0, + `seen_version_patch` int(11) NOT NULL DEFAULT 0, + `seen_latest_changelog` tinyint(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`), + UNIQUE KEY `username_UNIQUE` (`username`), + UNIQUE KEY `email_UNIQUE` (`email`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:34:11 +INSERT INTO `user` +(`id`, `username`, `password`, `name`, `email`, `created`, `ip`, `last_login`, `level`, `visible`, `seen_version_major`, `seen_version_minor`, `seen_version_patch`, `seen_latest_changelog`) +VALUES +('1', 'test1', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1', 'test1@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), +('2', 'test2', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2', 'test2@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), +('3', 'test3', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3', 'test3@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), +('4', 'test4', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4', 'test4@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5', 'test5', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5', 'test5@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '1', '0', '5', '0', '0'), +('7', 'test7', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7', 'test7@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '10', '0', '0', '5', '0', '0'), +('9', 'test9', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9', 'test9@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), +('12', 'test12', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12', 'test12@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '5', '1', '0', '5', '0', '0'), +('14', 'test14', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14', 'test14@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16', 'test16', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16', 'test16@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17', 'test17', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17', 'test17@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18', 'test18', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18', 'test18@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19', 'test19', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19', 'test19@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20', 'test20', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20', 'test20@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21', 'test21', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21', 'test21@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22', 'test22', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22', 'test22@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24', 'test24', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24', 'test24@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25', 'test25', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25', 'test25@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28', 'test28', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28', 'test28@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38', 'test38', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38', 'test38@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39', 'test39', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39', 'test39@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40', 'test40', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40', 'test40@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42', 'test42', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42', 'test42@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43', 'test43', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43', 'test43@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44', 'test44', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44', 'test44@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45', 'test45', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45', 'test45@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47', 'test47', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47', 'test47@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48', 'test48', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48', 'test48@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49', 'test49', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49', 'test49@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50', 'test50', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50', 'test50@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51', 'test51', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51', 'test51@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54', 'test54', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54', 'test54@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55', 'test55', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55', 'test55@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56', 'test56', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56', 'test56@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57', 'test57', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57', 'test57@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58', 'test58', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58', 'test58@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61', 'test61', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61', 'test61@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63', 'test63', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63', 'test63@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64', 'test64', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64', 'test64@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65', 'test65', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65', 'test65@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66', 'test66', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66', 'test66@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67', 'test67', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67', 'test67@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68', 'test68', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68', 'test68@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69', 'test69', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69', 'test69@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71', 'test71', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71', 'test71@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73', 'test73', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73', 'test73@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77', 'test77', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77', 'test77@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82', 'test82', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82', 'test82@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83', 'test83', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83', 'test83@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84', 'test84', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84', 'test84@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85', 'test85', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85', 'test85@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88', 'test88', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88', 'test88@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89', 'test89', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89', 'test89@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91', 'test91', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91', 'test91@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92', 'test92', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92', 'test92@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93', 'test93', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93', 'test93@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95', 'test95', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95', 'test95@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96', 'test96', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96', 'test96@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98', 'test98', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98', 'test98@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99', 'test99', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99', 'test99@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100', 'test100', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100', 'test100@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101', 'test101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101', 'test101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104', 'test104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104', 'test104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106', 'test106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106', 'test106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107', 'test107', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107', 'test107@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108', 'test108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108', 'test108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110', 'test110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110', 'test110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111', 'test111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111', 'test111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114', 'test114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114', 'test114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118', 'test118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118', 'test118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119', 'test119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119', 'test119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123', 'test123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123', 'test123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125', 'test125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125', 'test125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127', 'test127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127', 'test127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131', 'test131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131', 'test131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132', 'test132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132', 'test132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136', 'test136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136', 'test136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('140', 'test140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test140', 'test140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('143', 'test143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test143', 'test143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('144', 'test144', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test144', 'test144@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('145', 'test145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test145', 'test145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('146', 'test146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test146', 'test146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('147', 'test147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test147', 'test147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('148', 'test148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test148', 'test148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('149', 'test149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test149', 'test149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('152', 'test152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test152', 'test152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('153', 'test153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test153', 'test153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('154', 'test154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test154', 'test154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('155', 'test155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test155', 'test155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('165', 'test165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test165', 'test165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('167', 'test167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test167', 'test167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('168', 'test168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test168', 'test168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('169', 'test169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test169', 'test169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('170', 'test170', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test170', 'test170@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('171', 'test171', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test171', 'test171@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('174', 'test174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test174', 'test174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('175', 'test175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test175', 'test175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('176', 'test176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test176', 'test176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('177', 'test177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test177', 'test177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('178', 'test178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test178', 'test178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('179', 'test179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test179', 'test179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('180', 'test180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test180', 'test180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('183', 'test183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test183', 'test183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('185', 'test185', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test185', 'test185@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('186', 'test186', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test186', 'test186@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('187', 'test187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test187', 'test187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('190', 'test190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test190', 'test190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('192', 'test192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test192', 'test192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('193', 'test193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test193', 'test193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('194', 'test194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test194', 'test194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('195', 'test195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test195', 'test195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('196', 'test196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test196', 'test196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('197', 'test197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test197', 'test197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('198', 'test198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test198', 'test198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('200', 'test200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test200', 'test200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('205', 'test205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test205', 'test205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('208', 'test208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test208', 'test208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('210', 'test210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test210', 'test210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('211', 'test211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test211', 'test211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('213', 'test213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test213', 'test213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('223', 'test223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test223', 'test223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('224', 'test224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test224', 'test224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('225', 'test225', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test225', 'test225@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('237', 'test237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test237', 'test237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('240', 'test240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test240', 'test240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('243', 'test243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test243', 'test243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('244', 'test244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test244', 'test244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('246', 'test246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test246', 'test246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('247', 'test247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test247', 'test247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('250', 'test250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test250', 'test250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('251', 'test251', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test251', 'test251@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('252', 'test252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test252', 'test252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('255', 'test255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test255', 'test255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('258', 'test258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test258', 'test258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('259', 'test259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test259', 'test259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('261', 'test261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test261', 'test261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('262', 'test262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test262', 'test262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('263', 'test263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test263', 'test263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('266', 'test266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test266', 'test266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('267', 'test267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test267', 'test267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('268', 'test268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test268', 'test268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('269', 'test269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test269', 'test269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('271', 'test271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test271', 'test271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('274', 'test274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test274', 'test274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('275', 'test275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test275', 'test275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('278', 'test278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test278', 'test278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('285', 'test285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test285', 'test285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('286', 'test286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test286', 'test286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('287', 'test287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test287', 'test287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('290', 'test290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test290', 'test290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('291', 'test291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test291', 'test291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('292', 'test292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test292', 'test292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('293', 'test293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test293', 'test293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('296', 'test296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test296', 'test296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('297', 'test297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test297', 'test297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('302', 'test302', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test302', 'test302@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('303', 'test303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test303', 'test303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('304', 'test304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test304', 'test304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('306', 'test306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test306', 'test306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('309', 'test309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test309', 'test309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('311', 'test311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test311', 'test311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('312', 'test312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test312', 'test312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('314', 'test314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test314', 'test314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('315', 'test315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test315', 'test315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('316', 'test316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test316', 'test316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('317', 'test317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test317', 'test317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('318', 'test318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test318', 'test318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('319', 'test319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test319', 'test319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('321', 'test321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test321', 'test321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('322', 'test322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test322', 'test322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('323', 'test323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test323', 'test323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('325', 'test325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test325', 'test325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('326', 'test326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test326', 'test326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('327', 'test327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test327', 'test327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('328', 'test328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test328', 'test328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('331', 'test331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test331', 'test331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('333', 'test333', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test333', 'test333@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('334', 'test334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test334', 'test334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('335', 'test335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test335', 'test335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('338', 'test338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test338', 'test338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('339', 'test339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test339', 'test339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('340', 'test340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test340', 'test340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('341', 'test341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test341', 'test341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('342', 'test342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test342', 'test342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('344', 'test344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test344', 'test344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('346', 'test346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test346', 'test346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('352', 'test352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test352', 'test352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('354', 'test354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test354', 'test354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('355', 'test355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test355', 'test355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('357', 'test357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test357', 'test357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('358', 'test358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test358', 'test358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('360', 'test360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test360', 'test360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('365', 'test365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test365', 'test365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('366', 'test366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test366', 'test366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('375', 'test375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test375', 'test375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('381', 'test381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test381', 'test381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('384', 'test384', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test384', 'test384@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('385', 'test385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test385', 'test385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('397', 'test397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test397', 'test397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('398', 'test398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test398', 'test398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('406', 'test406', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test406', 'test406@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('412', 'test412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test412', 'test412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('415', 'test415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test415', 'test415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('423', 'test423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test423', 'test423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('424', 'test424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test424', 'test424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('427', 'test427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test427', 'test427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('433', 'test433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test433', 'test433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('434', 'test434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test434', 'test434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('436', 'test436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test436', 'test436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('437', 'test437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test437', 'test437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('440', 'test440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test440', 'test440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('442', 'test442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test442', 'test442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('444', 'test444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test444', 'test444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('445', 'test445', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test445', 'test445@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('446', 'test446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test446', 'test446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('449', 'test449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test449', 'test449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('450', 'test450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test450', 'test450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('451', 'test451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test451', 'test451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('454', 'test454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test454', 'test454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('457', 'test457', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test457', 'test457@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('459', 'test459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test459', 'test459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('462', 'test462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test462', 'test462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('463', 'test463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test463', 'test463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('465', 'test465', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test465', 'test465@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('467', 'test467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test467', 'test467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('469', 'test469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test469', 'test469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('470', 'test470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test470', 'test470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('472', 'test472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test472', 'test472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('473', 'test473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test473', 'test473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('474', 'test474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test474', 'test474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('476', 'test476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test476', 'test476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('478', 'test478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test478', 'test478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('482', 'test482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test482', 'test482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('485', 'test485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test485', 'test485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('486', 'test486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test486', 'test486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('490', 'test490', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test490', 'test490@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('491', 'test491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test491', 'test491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('492', 'test492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test492', 'test492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('494', 'test494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test494', 'test494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('496', 'test496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test496', 'test496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('497', 'test497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test497', 'test497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('498', 'test498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test498', 'test498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('506', 'test506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test506', 'test506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('507', 'test507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test507', 'test507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('508', 'test508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test508', 'test508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('510', 'test510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test510', 'test510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('511', 'test511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test511', 'test511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('512', 'test512', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test512', 'test512@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('513', 'test513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test513', 'test513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('515', 'test515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test515', 'test515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('516', 'test516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test516', 'test516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('519', 'test519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test519', 'test519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('520', 'test520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test520', 'test520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('521', 'test521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test521', 'test521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('522', 'test522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test522', 'test522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('524', 'test524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test524', 'test524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('525', 'test525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test525', 'test525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('526', 'test526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test526', 'test526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('527', 'test527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test527', 'test527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('528', 'test528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test528', 'test528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('529', 'test529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test529', 'test529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('531', 'test531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test531', 'test531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('534', 'test534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test534', 'test534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('536', 'test536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test536', 'test536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('537', 'test537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test537', 'test537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('538', 'test538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test538', 'test538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('541', 'test541', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test541', 'test541@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('542', 'test542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test542', 'test542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('546', 'test546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test546', 'test546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('547', 'test547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test547', 'test547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('548', 'test548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test548', 'test548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('550', 'test550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test550', 'test550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('551', 'test551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test551', 'test551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('553', 'test553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test553', 'test553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('557', 'test557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test557', 'test557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('558', 'test558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test558', 'test558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('562', 'test562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test562', 'test562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('563', 'test563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test563', 'test563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('564', 'test564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test564', 'test564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('569', 'test569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test569', 'test569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('570', 'test570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test570', 'test570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('573', 'test573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test573', 'test573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('574', 'test574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test574', 'test574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('577', 'test577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test577', 'test577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('578', 'test578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test578', 'test578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('579', 'test579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test579', 'test579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('595', 'test595', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test595', 'test595@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('597', 'test597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test597', 'test597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('599', 'test599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test599', 'test599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('602', 'test602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test602', 'test602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('604', 'test604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test604', 'test604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('605', 'test605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test605', 'test605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('608', 'test608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test608', 'test608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('613', 'test613', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test613', 'test613@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('615', 'test615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test615', 'test615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('617', 'test617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test617', 'test617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('621', 'test621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test621', 'test621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('623', 'test623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test623', 'test623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('626', 'test626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test626', 'test626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('628', 'test628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test628', 'test628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('630', 'test630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test630', 'test630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('631', 'test631', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test631', 'test631@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('632', 'test632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test632', 'test632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('638', 'test638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test638', 'test638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('639', 'test639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test639', 'test639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('640', 'test640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test640', 'test640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('641', 'test641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test641', 'test641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('646', 'test646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test646', 'test646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('648', 'test648', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test648', 'test648@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('652', 'test652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test652', 'test652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('655', 'test655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test655', 'test655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('660', 'test660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test660', 'test660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('662', 'test662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test662', 'test662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('671', 'test671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test671', 'test671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('675', 'test675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test675', 'test675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('676', 'test676', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test676', 'test676@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('682', 'test682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test682', 'test682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('689', 'test689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test689', 'test689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('690', 'test690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test690', 'test690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('693', 'test693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test693', 'test693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('694', 'test694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test694', 'test694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('695', 'test695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test695', 'test695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('700', 'test700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test700', 'test700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('702', 'test702', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test702', 'test702@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('705', 'test705', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test705', 'test705@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('706', 'test706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test706', 'test706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('709', 'test709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test709', 'test709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('711', 'test711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test711', 'test711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('712', 'test712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test712', 'test712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('714', 'test714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test714', 'test714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('717', 'test717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test717', 'test717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('719', 'test719', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test719', 'test719@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('721', 'test721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test721', 'test721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('728', 'test728', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test728', 'test728@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('730', 'test730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test730', 'test730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('735', 'test735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test735', 'test735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('738', 'test738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test738', 'test738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('741', 'test741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test741', 'test741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('744', 'test744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test744', 'test744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('747', 'test747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test747', 'test747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('749', 'test749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test749', 'test749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('760', 'test760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test760', 'test760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('762', 'test762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test762', 'test762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('763', 'test763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test763', 'test763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('769', 'test769', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test769', 'test769@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('770', 'test770', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test770', 'test770@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('775', 'test775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test775', 'test775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('780', 'test780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test780', 'test780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('784', 'test784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test784', 'test784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('786', 'test786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test786', 'test786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('788', 'test788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test788', 'test788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('793', 'test793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test793', 'test793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('795', 'test795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test795', 'test795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('802', 'test802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test802', 'test802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('808', 'test808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test808', 'test808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('810', 'test810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test810', 'test810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('811', 'test811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test811', 'test811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('812', 'test812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test812', 'test812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('813', 'test813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test813', 'test813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('815', 'test815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test815', 'test815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('818', 'test818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test818', 'test818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('822', 'test822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test822', 'test822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('828', 'test828', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test828', 'test828@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('829', 'test829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test829', 'test829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('833', 'test833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test833', 'test833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('834', 'test834', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test834', 'test834@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('835', 'test835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test835', 'test835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('844', 'test844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test844', 'test844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('845', 'test845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test845', 'test845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('846', 'test846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test846', 'test846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('847', 'test847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test847', 'test847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('849', 'test849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test849', 'test849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('853', 'test853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test853', 'test853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('854', 'test854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test854', 'test854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('857', 'test857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test857', 'test857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('858', 'test858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test858', 'test858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('860', 'test860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test860', 'test860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('867', 'test867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test867', 'test867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('868', 'test868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test868', 'test868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('869', 'test869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test869', 'test869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('870', 'test870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test870', 'test870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('876', 'test876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test876', 'test876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('878', 'test878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test878', 'test878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('880', 'test880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test880', 'test880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('881', 'test881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test881', 'test881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('891', 'test891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test891', 'test891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('892', 'test892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test892', 'test892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('896', 'test896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test896', 'test896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('897', 'test897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test897', 'test897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('901', 'test901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test901', 'test901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('903', 'test903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test903', 'test903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('920', 'test920', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test920', 'test920@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('921', 'test921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test921', 'test921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('922', 'test922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test922', 'test922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('925', 'test925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test925', 'test925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('927', 'test927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test927', 'test927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('931', 'test931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test931', 'test931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('940', 'test940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test940', 'test940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('942', 'test942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test942', 'test942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('943', 'test943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test943', 'test943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('946', 'test946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test946', 'test946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('947', 'test947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test947', 'test947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('949', 'test949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test949', 'test949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('951', 'test951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test951', 'test951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('953', 'test953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test953', 'test953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('955', 'test955', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test955', 'test955@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('968', 'test968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test968', 'test968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('974', 'test974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test974', 'test974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('981', 'test981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test981', 'test981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('983', 'test983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test983', 'test983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('984', 'test984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test984', 'test984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('985', 'test985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test985', 'test985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('988', 'test988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test988', 'test988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('991', 'test991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test991', 'test991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('992', 'test992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test992', 'test992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('996', 'test996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test996', 'test996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('997', 'test997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test997', 'test997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1000', 'test1000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1000', 'test1000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1004', 'test1004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1004', 'test1004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1005', 'test1005', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1005', 'test1005@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1006', 'test1006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1006', 'test1006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1007', 'test1007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1007', 'test1007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1008', 'test1008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1008', 'test1008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1009', 'test1009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1009', 'test1009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1014', 'test1014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1014', 'test1014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1015', 'test1015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1015', 'test1015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1016', 'test1016', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1016', 'test1016@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1018', 'test1018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1018', 'test1018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1024', 'test1024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1024', 'test1024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1025', 'test1025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1025', 'test1025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1026', 'test1026', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1026', 'test1026@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1030', 'test1030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1030', 'test1030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1039', 'test1039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1039', 'test1039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1043', 'test1043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1043', 'test1043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1046', 'test1046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1046', 'test1046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1047', 'test1047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1047', 'test1047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1048', 'test1048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1048', 'test1048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1050', 'test1050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1050', 'test1050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1053', 'test1053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1053', 'test1053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1056', 'test1056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1056', 'test1056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1057', 'test1057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1057', 'test1057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1060', 'test1060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1060', 'test1060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1062', 'test1062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1062', 'test1062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1063', 'test1063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1063', 'test1063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1070', 'test1070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1070', 'test1070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1078', 'test1078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1078', 'test1078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1079', 'test1079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1079', 'test1079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1081', 'test1081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1081', 'test1081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1082', 'test1082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1082', 'test1082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1083', 'test1083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1083', 'test1083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1084', 'test1084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1084', 'test1084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1085', 'test1085', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1085', 'test1085@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1088', 'test1088', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1088', 'test1088@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1089', 'test1089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1089', 'test1089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1090', 'test1090', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1090', 'test1090@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1091', 'test1091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1091', 'test1091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1096', 'test1096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1096', 'test1096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1101', 'test1101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1101', 'test1101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1102', 'test1102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1102', 'test1102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1106', 'test1106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1106', 'test1106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1110', 'test1110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1110', 'test1110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1112', 'test1112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1112', 'test1112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1126', 'test1126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1126', 'test1126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1127', 'test1127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1127', 'test1127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1136', 'test1136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1136', 'test1136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1142', 'test1142', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1142', 'test1142@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1146', 'test1146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1146', 'test1146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1149', 'test1149', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1149', 'test1149@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1151', 'test1151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1151', 'test1151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1162', 'test1162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1162', 'test1162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1164', 'test1164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1164', 'test1164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1167', 'test1167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1167', 'test1167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1168', 'test1168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1168', 'test1168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1169', 'test1169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1169', 'test1169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1172', 'test1172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1172', 'test1172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1175', 'test1175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1175', 'test1175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1179', 'test1179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1179', 'test1179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1180', 'test1180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1180', 'test1180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1187', 'test1187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1187', 'test1187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1189', 'test1189', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1189', 'test1189@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1195', 'test1195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1195', 'test1195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1197', 'test1197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1197', 'test1197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1198', 'test1198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1198', 'test1198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1202', 'test1202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1202', 'test1202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1204', 'test1204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1204', 'test1204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1208', 'test1208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1208', 'test1208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1209', 'test1209', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1209', 'test1209@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1210', 'test1210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1210', 'test1210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1215', 'test1215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1215', 'test1215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1217', 'test1217', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1217', 'test1217@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1218', 'test1218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1218', 'test1218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1220', 'test1220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1220', 'test1220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1222', 'test1222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1222', 'test1222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1223', 'test1223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1223', 'test1223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1227', 'test1227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1227', 'test1227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1228', 'test1228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1228', 'test1228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1229', 'test1229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1229', 'test1229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1230', 'test1230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1230', 'test1230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1231', 'test1231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1231', 'test1231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1233', 'test1233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1233', 'test1233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1235', 'test1235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1235', 'test1235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1238', 'test1238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1238', 'test1238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1241', 'test1241', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1241', 'test1241@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1245', 'test1245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1245', 'test1245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1246', 'test1246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1246', 'test1246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1247', 'test1247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1247', 'test1247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1248', 'test1248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1248', 'test1248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1250', 'test1250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1250', 'test1250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1253', 'test1253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1253', 'test1253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1258', 'test1258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1258', 'test1258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1259', 'test1259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1259', 'test1259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1261', 'test1261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1261', 'test1261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1263', 'test1263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1263', 'test1263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1266', 'test1266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1266', 'test1266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1267', 'test1267', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1267', 'test1267@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1270', 'test1270', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1270', 'test1270@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1271', 'test1271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1271', 'test1271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1272', 'test1272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1272', 'test1272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1276', 'test1276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1276', 'test1276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1278', 'test1278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1278', 'test1278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1279', 'test1279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1279', 'test1279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1283', 'test1283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1283', 'test1283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1284', 'test1284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1284', 'test1284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1285', 'test1285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1285', 'test1285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1286', 'test1286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1286', 'test1286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1288', 'test1288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1288', 'test1288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1290', 'test1290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1290', 'test1290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1296', 'test1296', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1296', 'test1296@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1300', 'test1300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1300', 'test1300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1301', 'test1301', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1301', 'test1301@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1303', 'test1303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1303', 'test1303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1305', 'test1305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1305', 'test1305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1306', 'test1306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1306', 'test1306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1314', 'test1314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1314', 'test1314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1315', 'test1315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1315', 'test1315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1317', 'test1317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1317', 'test1317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1318', 'test1318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1318', 'test1318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1320', 'test1320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1320', 'test1320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1324', 'test1324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1324', 'test1324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1326', 'test1326', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1326', 'test1326@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1328', 'test1328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1328', 'test1328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1329', 'test1329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1329', 'test1329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1332', 'test1332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1332', 'test1332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1335', 'test1335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1335', 'test1335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1342', 'test1342', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1342', 'test1342@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1344', 'test1344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1344', 'test1344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1346', 'test1346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1346', 'test1346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1347', 'test1347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1347', 'test1347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1353', 'test1353', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1353', 'test1353@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1354', 'test1354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1354', 'test1354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1361', 'test1361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1361', 'test1361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1362', 'test1362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1362', 'test1362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1365', 'test1365', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1365', 'test1365@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1366', 'test1366', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1366', 'test1366@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1375', 'test1375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1375', 'test1375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1376', 'test1376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1376', 'test1376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1377', 'test1377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1377', 'test1377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1380', 'test1380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1380', 'test1380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1382', 'test1382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1382', 'test1382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1383', 'test1383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1383', 'test1383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1386', 'test1386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1386', 'test1386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1389', 'test1389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1389', 'test1389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1394', 'test1394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1394', 'test1394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1395', 'test1395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1395', 'test1395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1396', 'test1396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1396', 'test1396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1398', 'test1398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1398', 'test1398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1403', 'test1403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1403', 'test1403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1405', 'test1405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1405', 'test1405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1410', 'test1410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1410', 'test1410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1416', 'test1416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1416', 'test1416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1418', 'test1418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1418', 'test1418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1420', 'test1420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1420', 'test1420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1424', 'test1424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1424', 'test1424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1425', 'test1425', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1425', 'test1425@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1426', 'test1426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1426', 'test1426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1434', 'test1434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1434', 'test1434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1437', 'test1437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1437', 'test1437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1441', 'test1441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1441', 'test1441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1442', 'test1442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1442', 'test1442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1448', 'test1448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1448', 'test1448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1452', 'test1452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1452', 'test1452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1454', 'test1454', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1454', 'test1454@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1458', 'test1458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1458', 'test1458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1460', 'test1460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1460', 'test1460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1463', 'test1463', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1463', 'test1463@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1467', 'test1467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1467', 'test1467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1469', 'test1469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1469', 'test1469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1471', 'test1471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1471', 'test1471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1475', 'test1475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1475', 'test1475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1478', 'test1478', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1478', 'test1478@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1481', 'test1481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1481', 'test1481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1484', 'test1484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1484', 'test1484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1496', 'test1496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1496', 'test1496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1500', 'test1500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1500', 'test1500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1501', 'test1501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1501', 'test1501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1502', 'test1502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1502', 'test1502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1504', 'test1504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1504', 'test1504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1506', 'test1506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1506', 'test1506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1508', 'test1508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1508', 'test1508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1510', 'test1510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1510', 'test1510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1516', 'test1516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1516', 'test1516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1518', 'test1518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1518', 'test1518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1521', 'test1521', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1521', 'test1521@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1525', 'test1525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1525', 'test1525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1527', 'test1527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1527', 'test1527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1537', 'test1537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1537', 'test1537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1538', 'test1538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1538', 'test1538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1545', 'test1545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1545', 'test1545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1546', 'test1546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1546', 'test1546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1549', 'test1549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1549', 'test1549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1550', 'test1550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1550', 'test1550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1557', 'test1557', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1557', 'test1557@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1558', 'test1558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1558', 'test1558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1561', 'test1561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1561', 'test1561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1568', 'test1568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1568', 'test1568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1573', 'test1573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1573', 'test1573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1574', 'test1574', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1574', 'test1574@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1579', 'test1579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1579', 'test1579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1581', 'test1581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1581', 'test1581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1582', 'test1582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1582', 'test1582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1587', 'test1587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1587', 'test1587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1590', 'test1590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1590', 'test1590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1593', 'test1593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1593', 'test1593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1600', 'test1600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1600', 'test1600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1603', 'test1603', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1603', 'test1603@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1604', 'test1604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1604', 'test1604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1610', 'test1610', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1610', 'test1610@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1620', 'test1620', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1620', 'test1620@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1625', 'test1625', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1625', 'test1625@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1630', 'test1630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1630', 'test1630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1634', 'test1634', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1634', 'test1634@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1637', 'test1637', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1637', 'test1637@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1643', 'test1643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1643', 'test1643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1649', 'test1649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1649', 'test1649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1653', 'test1653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1653', 'test1653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1659', 'test1659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1659', 'test1659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1661', 'test1661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1661', 'test1661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1682', 'test1682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1682', 'test1682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1686', 'test1686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1686', 'test1686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1697', 'test1697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1697', 'test1697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1711', 'test1711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1711', 'test1711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1743', 'test1743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1743', 'test1743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1747', 'test1747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1747', 'test1747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1756', 'test1756', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1756', 'test1756@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1767', 'test1767', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1767', 'test1767@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1774', 'test1774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1774', 'test1774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1779', 'test1779', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1779', 'test1779@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1781', 'test1781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1781', 'test1781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1785', 'test1785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1785', 'test1785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1794', 'test1794', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1794', 'test1794@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1809', 'test1809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1809', 'test1809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1811', 'test1811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1811', 'test1811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1821', 'test1821', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1821', 'test1821@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1824', 'test1824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1824', 'test1824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1825', 'test1825', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1825', 'test1825@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1881', 'test1881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1881', 'test1881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1896', 'test1896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1896', 'test1896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1898', 'test1898', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1898', 'test1898@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1903', 'test1903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1903', 'test1903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1918', 'test1918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1918', 'test1918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1922', 'test1922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1922', 'test1922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1924', 'test1924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1924', 'test1924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1928', 'test1928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1928', 'test1928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1931', 'test1931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1931', 'test1931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1936', 'test1936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1936', 'test1936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1938', 'test1938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1938', 'test1938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1939', 'test1939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1939', 'test1939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1952', 'test1952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1952', 'test1952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1956', 'test1956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1956', 'test1956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('1974', 'test1974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test1974', 'test1974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2000', 'test2000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2000', 'test2000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2003', 'test2003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2003', 'test2003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2014', 'test2014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2014', 'test2014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2032', 'test2032', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2032', 'test2032@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2052', 'test2052', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2052', 'test2052@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2063', 'test2063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2063', 'test2063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2091', 'test2091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2091', 'test2091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2104', 'test2104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2104', 'test2104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2106', 'test2106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2106', 'test2106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2131', 'test2131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2131', 'test2131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2147', 'test2147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2147', 'test2147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2153', 'test2153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2153', 'test2153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2205', 'test2205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2205', 'test2205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2222', 'test2222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2222', 'test2222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2236', 'test2236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2236', 'test2236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2262', 'test2262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2262', 'test2262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2280', 'test2280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2280', 'test2280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2320', 'test2320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2320', 'test2320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2371', 'test2371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2371', 'test2371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2376', 'test2376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2376', 'test2376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2403', 'test2403', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2403', 'test2403@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2417', 'test2417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2417', 'test2417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2433', 'test2433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2433', 'test2433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2441', 'test2441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2441', 'test2441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2444', 'test2444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2444', 'test2444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2460', 'test2460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2460', 'test2460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2520', 'test2520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2520', 'test2520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2534', 'test2534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2534', 'test2534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2587', 'test2587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2587', 'test2587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2596', 'test2596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2596', 'test2596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2615', 'test2615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2615', 'test2615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2629', 'test2629', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2629', 'test2629@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2635', 'test2635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2635', 'test2635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2636', 'test2636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2636', 'test2636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2642', 'test2642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2642', 'test2642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2662', 'test2662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2662', 'test2662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2671', 'test2671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2671', 'test2671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2691', 'test2691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2691', 'test2691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2738', 'test2738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2738', 'test2738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2755', 'test2755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2755', 'test2755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2772', 'test2772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2772', 'test2772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2773', 'test2773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2773', 'test2773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2778', 'test2778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2778', 'test2778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2787', 'test2787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2787', 'test2787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2799', 'test2799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2799', 'test2799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2802', 'test2802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2802', 'test2802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2813', 'test2813', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2813', 'test2813@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2850', 'test2850', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2850', 'test2850@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2858', 'test2858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2858', 'test2858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2873', 'test2873', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2873', 'test2873@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2880', 'test2880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2880', 'test2880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2909', 'test2909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2909', 'test2909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2922', 'test2922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2922', 'test2922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2937', 'test2937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2937', 'test2937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2938', 'test2938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2938', 'test2938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2939', 'test2939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2939', 'test2939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2942', 'test2942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2942', 'test2942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2946', 'test2946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2946', 'test2946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2953', 'test2953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2953', 'test2953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2966', 'test2966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2966', 'test2966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2988', 'test2988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2988', 'test2988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2989', 'test2989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2989', 'test2989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('2994', 'test2994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test2994', 'test2994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3010', 'test3010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3010', 'test3010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3011', 'test3011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3011', 'test3011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3012', 'test3012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3012', 'test3012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3017', 'test3017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3017', 'test3017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3043', 'test3043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3043', 'test3043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3071', 'test3071', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3071', 'test3071@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3082', 'test3082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3082', 'test3082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3161', 'test3161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3161', 'test3161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3182', 'test3182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3182', 'test3182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3224', 'test3224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3224', 'test3224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3234', 'test3234', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3234', 'test3234@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3279', 'test3279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3279', 'test3279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3288', 'test3288', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3288', 'test3288@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3298', 'test3298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3298', 'test3298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3322', 'test3322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3322', 'test3322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3336', 'test3336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3336', 'test3336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3340', 'test3340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3340', 'test3340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3405', 'test3405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3405', 'test3405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3433', 'test3433', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3433', 'test3433@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3441', 'test3441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3441', 'test3441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3455', 'test3455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3455', 'test3455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3461', 'test3461', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3461', 'test3461@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3467', 'test3467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3467', 'test3467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3513', 'test3513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3513', 'test3513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3525', 'test3525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3525', 'test3525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3533', 'test3533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3533', 'test3533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3536', 'test3536', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3536', 'test3536@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3547', 'test3547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3547', 'test3547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3568', 'test3568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3568', 'test3568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3591', 'test3591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3591', 'test3591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3633', 'test3633', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3633', 'test3633@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3641', 'test3641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3641', 'test3641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3651', 'test3651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3651', 'test3651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3683', 'test3683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3683', 'test3683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3691', 'test3691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3691', 'test3691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3809', 'test3809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3809', 'test3809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3833', 'test3833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3833', 'test3833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3837', 'test3837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3837', 'test3837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3842', 'test3842', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3842', 'test3842@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3853', 'test3853', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3853', 'test3853@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3857', 'test3857', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3857', 'test3857@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3992', 'test3992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3992', 'test3992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('3999', 'test3999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test3999', 'test3999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4136', 'test4136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4136', 'test4136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4184', 'test4184', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4184', 'test4184@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4257', 'test4257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4257', 'test4257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4332', 'test4332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4332', 'test4332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4383', 'test4383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4383', 'test4383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4402', 'test4402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4402', 'test4402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4421', 'test4421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4421', 'test4421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4426', 'test4426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4426', 'test4426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4489', 'test4489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4489', 'test4489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4491', 'test4491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4491', 'test4491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4515', 'test4515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4515', 'test4515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4555', 'test4555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4555', 'test4555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4581', 'test4581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4581', 'test4581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4618', 'test4618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4618', 'test4618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4682', 'test4682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4682', 'test4682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4715', 'test4715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4715', 'test4715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4748', 'test4748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4748', 'test4748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4785', 'test4785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4785', 'test4785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4845', 'test4845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4845', 'test4845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4896', 'test4896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4896', 'test4896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('4911', 'test4911', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test4911', 'test4911@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5014', 'test5014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5014', 'test5014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5021', 'test5021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5021', 'test5021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5114', 'test5114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5114', 'test5114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5132', 'test5132', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5132', 'test5132@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5135', 'test5135', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5135', 'test5135@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5138', 'test5138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5138', 'test5138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5172', 'test5172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5172', 'test5172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5178', 'test5178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5178', 'test5178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5195', 'test5195', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5195', 'test5195@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5215', 'test5215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5215', 'test5215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5328', 'test5328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5328', 'test5328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5340', 'test5340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5340', 'test5340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5372', 'test5372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5372', 'test5372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5388', 'test5388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5388', 'test5388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5428', 'test5428', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5428', 'test5428@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5468', 'test5468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5468', 'test5468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5475', 'test5475', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5475', 'test5475@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5524', 'test5524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5524', 'test5524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5531', 'test5531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5531', 'test5531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5540', 'test5540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5540', 'test5540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5561', 'test5561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5561', 'test5561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5600', 'test5600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5600', 'test5600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5607', 'test5607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5607', 'test5607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5626', 'test5626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5626', 'test5626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5638', 'test5638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5638', 'test5638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5694', 'test5694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5694', 'test5694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5715', 'test5715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5715', 'test5715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5742', 'test5742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5742', 'test5742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5755', 'test5755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5755', 'test5755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5784', 'test5784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5784', 'test5784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5869', 'test5869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5869', 'test5869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5905', 'test5905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5905', 'test5905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5935', 'test5935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5935', 'test5935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5941', 'test5941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5941', 'test5941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('5944', 'test5944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test5944', 'test5944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6006', 'test6006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6006', 'test6006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6028', 'test6028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6028', 'test6028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6054', 'test6054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6054', 'test6054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6079', 'test6079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6079', 'test6079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6111', 'test6111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6111', 'test6111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6125', 'test6125', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6125', 'test6125@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6183', 'test6183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6183', 'test6183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6242', 'test6242', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6242', 'test6242@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6289', 'test6289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6289', 'test6289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6292', 'test6292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6292', 'test6292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6306', 'test6306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6306', 'test6306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6315', 'test6315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6315', 'test6315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6381', 'test6381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6381', 'test6381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6426', 'test6426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6426', 'test6426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6427', 'test6427', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6427', 'test6427@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6442', 'test6442', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6442', 'test6442@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6538', 'test6538', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6538', 'test6538@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6546', 'test6546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6546', 'test6546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6614', 'test6614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6614', 'test6614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6652', 'test6652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6652', 'test6652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6680', 'test6680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6680', 'test6680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6688', 'test6688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6688', 'test6688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6690', 'test6690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6690', 'test6690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6700', 'test6700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6700', 'test6700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6801', 'test6801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6801', 'test6801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6867', 'test6867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6867', 'test6867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6936', 'test6936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6936', 'test6936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6937', 'test6937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6937', 'test6937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6981', 'test6981', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6981', 'test6981@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('6996', 'test6996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test6996', 'test6996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7062', 'test7062', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7062', 'test7062@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7078', 'test7078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7078', 'test7078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7109', 'test7109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7109', 'test7109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7141', 'test7141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7141', 'test7141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7151', 'test7151', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7151', 'test7151@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7160', 'test7160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7160', 'test7160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7182', 'test7182', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7182', 'test7182@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7243', 'test7243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7243', 'test7243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7276', 'test7276', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7276', 'test7276@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7298', 'test7298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7298', 'test7298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7309', 'test7309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7309', 'test7309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7344', 'test7344', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7344', 'test7344@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7371', 'test7371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7371', 'test7371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7468', 'test7468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7468', 'test7468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7487', 'test7487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7487', 'test7487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7510', 'test7510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7510', 'test7510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7519', 'test7519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7519', 'test7519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7525', 'test7525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7525', 'test7525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7544', 'test7544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7544', 'test7544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7608', 'test7608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7608', 'test7608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7626', 'test7626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7626', 'test7626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7639', 'test7639', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7639', 'test7639@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7670', 'test7670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7670', 'test7670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7683', 'test7683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7683', 'test7683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7887', 'test7887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7887', 'test7887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7916', 'test7916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7916', 'test7916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('7952', 'test7952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test7952', 'test7952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8014', 'test8014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8014', 'test8014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8060', 'test8060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8060', 'test8060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8079', 'test8079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8079', 'test8079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8134', 'test8134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8134', 'test8134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8172', 'test8172', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8172', 'test8172@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8191', 'test8191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8191', 'test8191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8205', 'test8205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8205', 'test8205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8235', 'test8235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8235', 'test8235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8254', 'test8254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8254', 'test8254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8265', 'test8265', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8265', 'test8265@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8323', 'test8323', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8323', 'test8323@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8325', 'test8325', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8325', 'test8325@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8329', 'test8329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8329', 'test8329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8358', 'test8358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8358', 'test8358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8394', 'test8394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8394', 'test8394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8440', 'test8440', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8440', 'test8440@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8474', 'test8474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8474', 'test8474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8501', 'test8501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8501', 'test8501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8502', 'test8502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8502', 'test8502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8532', 'test8532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8532', 'test8532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8552', 'test8552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8552', 'test8552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8575', 'test8575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8575', 'test8575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8616', 'test8616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8616', 'test8616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8644', 'test8644', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8644', 'test8644@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8649', 'test8649', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8649', 'test8649@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8661', 'test8661', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8661', 'test8661@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8663', 'test8663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8663', 'test8663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8730', 'test8730', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8730', 'test8730@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8764', 'test8764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8764', 'test8764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8774', 'test8774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8774', 'test8774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8846', 'test8846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8846', 'test8846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8866', 'test8866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8866', 'test8866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8905', 'test8905', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8905', 'test8905@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8973', 'test8973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8973', 'test8973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('8980', 'test8980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test8980', 'test8980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9003', 'test9003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9003', 'test9003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9034', 'test9034', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9034', 'test9034@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9035', 'test9035', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9035', 'test9035@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9049', 'test9049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9049', 'test9049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9078', 'test9078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9078', 'test9078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9117', 'test9117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9117', 'test9117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9133', 'test9133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9133', 'test9133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9141', 'test9141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9141', 'test9141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9157', 'test9157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9157', 'test9157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9174', 'test9174', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9174', 'test9174@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9190', 'test9190', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9190', 'test9190@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9194', 'test9194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9194', 'test9194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9199', 'test9199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9199', 'test9199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9223', 'test9223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9223', 'test9223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9226', 'test9226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9226', 'test9226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9260', 'test9260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9260', 'test9260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9272', 'test9272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9272', 'test9272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9294', 'test9294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9294', 'test9294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9312', 'test9312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9312', 'test9312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9351', 'test9351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9351', 'test9351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9355', 'test9355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9355', 'test9355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9358', 'test9358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9358', 'test9358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9371', 'test9371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9371', 'test9371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9372', 'test9372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9372', 'test9372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9434', 'test9434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9434', 'test9434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9495', 'test9495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9495', 'test9495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9539', 'test9539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9539', 'test9539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9542', 'test9542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9542', 'test9542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9545', 'test9545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9545', 'test9545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9546', 'test9546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9546', 'test9546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9548', 'test9548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9548', 'test9548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9554', 'test9554', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9554', 'test9554@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9598', 'test9598', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9598', 'test9598@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9694', 'test9694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9694', 'test9694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9827', 'test9827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9827', 'test9827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9854', 'test9854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9854', 'test9854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9903', 'test9903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9903', 'test9903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9940', 'test9940', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9940', 'test9940@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9953', 'test9953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9953', 'test9953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9967', 'test9967', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9967', 'test9967@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9985', 'test9985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9985', 'test9985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('9995', 'test9995', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test9995', 'test9995@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10121', 'test10121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10121', 'test10121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10167', 'test10167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10167', 'test10167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10223', 'test10223', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10223', 'test10223@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10253', 'test10253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10253', 'test10253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10269', 'test10269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10269', 'test10269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10309', 'test10309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10309', 'test10309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10329', 'test10329', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10329', 'test10329@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10338', 'test10338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10338', 'test10338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10387', 'test10387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10387', 'test10387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10414', 'test10414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10414', 'test10414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10485', 'test10485', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10485', 'test10485@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10502', 'test10502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10502', 'test10502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10543', 'test10543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10543', 'test10543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10587', 'test10587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10587', 'test10587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10622', 'test10622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10622', 'test10622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10647', 'test10647', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10647', 'test10647@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10657', 'test10657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10657', 'test10657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10684', 'test10684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10684', 'test10684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10807', 'test10807', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10807', 'test10807@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10826', 'test10826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10826', 'test10826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10827', 'test10827', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10827', 'test10827@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10875', 'test10875', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10875', 'test10875@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10901', 'test10901', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10901', 'test10901@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10907', 'test10907', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10907', 'test10907@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10928', 'test10928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10928', 'test10928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('10989', 'test10989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test10989', 'test10989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11001', 'test11001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11001', 'test11001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11157', 'test11157', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11157', 'test11157@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11167', 'test11167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11167', 'test11167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11178', 'test11178', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11178', 'test11178@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11191', 'test11191', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11191', 'test11191@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11201', 'test11201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11201', 'test11201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11202', 'test11202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11202', 'test11202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11271', 'test11271', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11271', 'test11271@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11305', 'test11305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11305', 'test11305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11341', 'test11341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11341', 'test11341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11360', 'test11360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11360', 'test11360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11391', 'test11391', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11391', 'test11391@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11424', 'test11424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11424', 'test11424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11429', 'test11429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11429', 'test11429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11464', 'test11464', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11464', 'test11464@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11569', 'test11569', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11569', 'test11569@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11582', 'test11582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11582', 'test11582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11604', 'test11604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11604', 'test11604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11607', 'test11607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11607', 'test11607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11617', 'test11617', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11617', 'test11617@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11690', 'test11690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11690', 'test11690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11731', 'test11731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11731', 'test11731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11742', 'test11742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11742', 'test11742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11777', 'test11777', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11777', 'test11777@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11788', 'test11788', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11788', 'test11788@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11817', 'test11817', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11817', 'test11817@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11860', 'test11860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11860', 'test11860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('11889', 'test11889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test11889', 'test11889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12017', 'test12017', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12017', 'test12017@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12072', 'test12072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12072', 'test12072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12150', 'test12150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12150', 'test12150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12188', 'test12188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12188', 'test12188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12215', 'test12215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12215', 'test12215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12272', 'test12272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12272', 'test12272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12306', 'test12306', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12306', 'test12306@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12330', 'test12330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12330', 'test12330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12332', 'test12332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12332', 'test12332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12348', 'test12348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12348', 'test12348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12363', 'test12363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12363', 'test12363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12400', 'test12400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12400', 'test12400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12402', 'test12402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12402', 'test12402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12452', 'test12452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12452', 'test12452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12566', 'test12566', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12566', 'test12566@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12578', 'test12578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12578', 'test12578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12597', 'test12597', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12597', 'test12597@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12660', 'test12660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12660', 'test12660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12696', 'test12696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12696', 'test12696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12708', 'test12708', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12708', 'test12708@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12739', 'test12739', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12739', 'test12739@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12742', 'test12742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12742', 'test12742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12889', 'test12889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12889', 'test12889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('12999', 'test12999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test12999', 'test12999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13093', 'test13093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13093', 'test13093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13102', 'test13102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13102', 'test13102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13124', 'test13124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13124', 'test13124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13208', 'test13208', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13208', 'test13208@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13214', 'test13214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13214', 'test13214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13233', 'test13233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13233', 'test13233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13250', 'test13250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13250', 'test13250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13274', 'test13274', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13274', 'test13274@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13282', 'test13282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13282', 'test13282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13283', 'test13283', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13283', 'test13283@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13373', 'test13373', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13373', 'test13373@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13376', 'test13376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13376', 'test13376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13379', 'test13379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13379', 'test13379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13446', 'test13446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13446', 'test13446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13525', 'test13525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13525', 'test13525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13530', 'test13530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13530', 'test13530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13531', 'test13531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13531', 'test13531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13612', 'test13612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13612', 'test13612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13746', 'test13746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13746', 'test13746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13750', 'test13750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13750', 'test13750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13759', 'test13759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13759', 'test13759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13772', 'test13772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13772', 'test13772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13784', 'test13784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13784', 'test13784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13792', 'test13792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13792', 'test13792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13795', 'test13795', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13795', 'test13795@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13799', 'test13799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13799', 'test13799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13815', 'test13815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13815', 'test13815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13844', 'test13844', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13844', 'test13844@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13876', 'test13876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13876', 'test13876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13892', 'test13892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13892', 'test13892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13944', 'test13944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13944', 'test13944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13951', 'test13951', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13951', 'test13951@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13953', 'test13953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13953', 'test13953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('13991', 'test13991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test13991', 'test13991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14001', 'test14001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14001', 'test14001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14006', 'test14006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14006', 'test14006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14053', 'test14053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14053', 'test14053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14059', 'test14059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14059', 'test14059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14074', 'test14074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14074', 'test14074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14075', 'test14075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14075', 'test14075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14082', 'test14082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14082', 'test14082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14119', 'test14119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14119', 'test14119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14121', 'test14121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14121', 'test14121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14160', 'test14160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14160', 'test14160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14257', 'test14257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14257', 'test14257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14290', 'test14290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14290', 'test14290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14303', 'test14303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14303', 'test14303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14364', 'test14364', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14364', 'test14364@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14388', 'test14388', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14388', 'test14388@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14481', 'test14481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14481', 'test14481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14497', 'test14497', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14497', 'test14497@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14626', 'test14626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14626', 'test14626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14643', 'test14643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14643', 'test14643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14706', 'test14706', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14706', 'test14706@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14759', 'test14759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14759', 'test14759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14782', 'test14782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14782', 'test14782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14810', 'test14810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14810', 'test14810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14881', 'test14881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14881', 'test14881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('14925', 'test14925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test14925', 'test14925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15013', 'test15013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15013', 'test15013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15079', 'test15079', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15079', 'test15079@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15089', 'test15089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15089', 'test15089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15103', 'test15103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15103', 'test15103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15137', 'test15137', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15137', 'test15137@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15161', 'test15161', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15161', 'test15161@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15220', 'test15220', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15220', 'test15220@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15272', 'test15272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15272', 'test15272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15279', 'test15279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15279', 'test15279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15305', 'test15305', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15305', 'test15305@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15310', 'test15310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15310', 'test15310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15410', 'test15410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15410', 'test15410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15417', 'test15417', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15417', 'test15417@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15434', 'test15434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15434', 'test15434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15446', 'test15446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15446', 'test15446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15456', 'test15456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15456', 'test15456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15491', 'test15491', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15491', 'test15491@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15494', 'test15494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15494', 'test15494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15545', 'test15545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15545', 'test15545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15562', 'test15562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15562', 'test15562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15570', 'test15570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15570', 'test15570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15609', 'test15609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15609', 'test15609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15641', 'test15641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15641', 'test15641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15662', 'test15662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15662', 'test15662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15680', 'test15680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15680', 'test15680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15699', 'test15699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15699', 'test15699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15736', 'test15736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15736', 'test15736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15765', 'test15765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15765', 'test15765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15773', 'test15773', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15773', 'test15773@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15776', 'test15776', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15776', 'test15776@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15798', 'test15798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15798', 'test15798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15806', 'test15806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15806', 'test15806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15823', 'test15823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15823', 'test15823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15837', 'test15837', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15837', 'test15837@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15908', 'test15908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15908', 'test15908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15945', 'test15945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15945', 'test15945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15959', 'test15959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15959', 'test15959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('15983', 'test15983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test15983', 'test15983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16053', 'test16053', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16053', 'test16053@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16068', 'test16068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16068', 'test16068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16096', 'test16096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16096', 'test16096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16104', 'test16104', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16104', 'test16104@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16114', 'test16114', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16114', 'test16114@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16136', 'test16136', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16136', 'test16136@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16194', 'test16194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16194', 'test16194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16197', 'test16197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16197', 'test16197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16218', 'test16218', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16218', 'test16218@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16249', 'test16249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16249', 'test16249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16253', 'test16253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16253', 'test16253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16257', 'test16257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16257', 'test16257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16264', 'test16264', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16264', 'test16264@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16300', 'test16300', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16300', 'test16300@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16368', 'test16368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16368', 'test16368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16386', 'test16386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16386', 'test16386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16412', 'test16412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16412', 'test16412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16432', 'test16432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16432', 'test16432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16449', 'test16449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16449', 'test16449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16532', 'test16532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16532', 'test16532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16537', 'test16537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16537', 'test16537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16543', 'test16543', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16543', 'test16543@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16561', 'test16561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16561', 'test16561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16577', 'test16577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16577', 'test16577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16687', 'test16687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16687', 'test16687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16725', 'test16725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16725', 'test16725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16743', 'test16743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16743', 'test16743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16761', 'test16761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16761', 'test16761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16768', 'test16768', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16768', 'test16768@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16782', 'test16782', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16782', 'test16782@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16799', 'test16799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16799', 'test16799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16808', 'test16808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16808', 'test16808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16861', 'test16861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16861', 'test16861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16906', 'test16906', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16906', 'test16906@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16925', 'test16925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16925', 'test16925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16930', 'test16930', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16930', 'test16930@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16935', 'test16935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16935', 'test16935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16938', 'test16938', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16938', 'test16938@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16942', 'test16942', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16942', 'test16942@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16974', 'test16974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16974', 'test16974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16983', 'test16983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16983', 'test16983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16994', 'test16994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16994', 'test16994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('16998', 'test16998', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test16998', 'test16998@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17069', 'test17069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17069', 'test17069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17077', 'test17077', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17077', 'test17077@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17119', 'test17119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17119', 'test17119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17156', 'test17156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17156', 'test17156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17231', 'test17231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17231', 'test17231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17236', 'test17236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17236', 'test17236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17243', 'test17243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17243', 'test17243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17277', 'test17277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17277', 'test17277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17309', 'test17309', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17309', 'test17309@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17315', 'test17315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17315', 'test17315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17330', 'test17330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17330', 'test17330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17335', 'test17335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17335', 'test17335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17340', 'test17340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17340', 'test17340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17351', 'test17351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17351', 'test17351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17371', 'test17371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17371', 'test17371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17377', 'test17377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17377', 'test17377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17383', 'test17383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17383', 'test17383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17390', 'test17390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17390', 'test17390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17405', 'test17405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17405', 'test17405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17413', 'test17413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17413', 'test17413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17507', 'test17507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17507', 'test17507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17516', 'test17516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17516', 'test17516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17600', 'test17600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17600', 'test17600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17660', 'test17660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17660', 'test17660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17744', 'test17744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17744', 'test17744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17759', 'test17759', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17759', 'test17759@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17790', 'test17790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17790', 'test17790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17796', 'test17796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17796', 'test17796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17925', 'test17925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17925', 'test17925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17928', 'test17928', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17928', 'test17928@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17948', 'test17948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17948', 'test17948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17978', 'test17978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17978', 'test17978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('17996', 'test17996', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test17996', 'test17996@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18045', 'test18045', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18045', 'test18045@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18078', 'test18078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18078', 'test18078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18081', 'test18081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18081', 'test18081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18145', 'test18145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18145', 'test18145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18164', 'test18164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18164', 'test18164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18179', 'test18179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18179', 'test18179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18201', 'test18201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18201', 'test18201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18278', 'test18278', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18278', 'test18278@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18290', 'test18290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18290', 'test18290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18415', 'test18415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18415', 'test18415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18483', 'test18483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18483', 'test18483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18489', 'test18489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18489', 'test18489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18578', 'test18578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18578', 'test18578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18586', 'test18586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18586', 'test18586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18679', 'test18679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18679', 'test18679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18690', 'test18690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18690', 'test18690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18695', 'test18695', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18695', 'test18695@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18696', 'test18696', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18696', 'test18696@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18743', 'test18743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18743', 'test18743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18746', 'test18746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18746', 'test18746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18760', 'test18760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18760', 'test18760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18761', 'test18761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18761', 'test18761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18804', 'test18804', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18804', 'test18804@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18823', 'test18823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18823', 'test18823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18862', 'test18862', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18862', 'test18862@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('18991', 'test18991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test18991', 'test18991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19007', 'test19007', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19007', 'test19007@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19054', 'test19054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19054', 'test19054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19073', 'test19073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19073', 'test19073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19152', 'test19152', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19152', 'test19152@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19247', 'test19247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19247', 'test19247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19262', 'test19262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19262', 'test19262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19312', 'test19312', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19312', 'test19312@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19313', 'test19313', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19313', 'test19313@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19412', 'test19412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19412', 'test19412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19448', 'test19448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19448', 'test19448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19458', 'test19458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19458', 'test19458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19477', 'test19477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19477', 'test19477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19492', 'test19492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19492', 'test19492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19530', 'test19530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19530', 'test19530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19668', 'test19668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19668', 'test19668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19855', 'test19855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19855', 'test19855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19868', 'test19868', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19868', 'test19868@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19915', 'test19915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19915', 'test19915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19926', 'test19926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19926', 'test19926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19975', 'test19975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19975', 'test19975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('19987', 'test19987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test19987', 'test19987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20011', 'test20011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20011', 'test20011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20019', 'test20019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20019', 'test20019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20061', 'test20061', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20061', 'test20061@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20248', 'test20248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20248', 'test20248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20280', 'test20280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20280', 'test20280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20346', 'test20346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20346', 'test20346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20452', 'test20452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20452', 'test20452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20599', 'test20599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20599', 'test20599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20606', 'test20606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20606', 'test20606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20608', 'test20608', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20608', 'test20608@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20654', 'test20654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20654', 'test20654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20680', 'test20680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20680', 'test20680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20742', 'test20742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20742', 'test20742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20762', 'test20762', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20762', 'test20762@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20786', 'test20786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20786', 'test20786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20792', 'test20792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20792', 'test20792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20799', 'test20799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20799', 'test20799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20921', 'test20921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20921', 'test20921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20922', 'test20922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20922', 'test20922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('20944', 'test20944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test20944', 'test20944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21041', 'test21041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21041', 'test21041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21154', 'test21154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21154', 'test21154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21200', 'test21200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21200', 'test21200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21247', 'test21247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21247', 'test21247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21282', 'test21282', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21282', 'test21282@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21321', 'test21321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21321', 'test21321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21324', 'test21324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21324', 'test21324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21352', 'test21352', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21352', 'test21352@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21355', 'test21355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21355', 'test21355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21496', 'test21496', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21496', 'test21496@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21552', 'test21552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21552', 'test21552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21563', 'test21563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21563', 'test21563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21662', 'test21662', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21662', 'test21662@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21727', 'test21727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21727', 'test21727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21799', 'test21799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21799', 'test21799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21856', 'test21856', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21856', 'test21856@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21858', 'test21858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21858', 'test21858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('21892', 'test21892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test21892', 'test21892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22039', 'test22039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22039', 'test22039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22054', 'test22054', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22054', 'test22054@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22116', 'test22116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22116', 'test22116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22123', 'test22123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22123', 'test22123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22141', 'test22141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22141', 'test22141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22148', 'test22148', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22148', 'test22148@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22175', 'test22175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22175', 'test22175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22228', 'test22228', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22228', 'test22228@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22252', 'test22252', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22252', 'test22252@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22263', 'test22263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22263', 'test22263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22279', 'test22279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22279', 'test22279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22484', 'test22484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22484', 'test22484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22500', 'test22500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22500', 'test22500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22518', 'test22518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22518', 'test22518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22524', 'test22524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22524', 'test22524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22575', 'test22575', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22575', 'test22575@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22585', 'test22585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22585', 'test22585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22592', 'test22592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22592', 'test22592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22593', 'test22593', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22593', 'test22593@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22600', 'test22600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22600', 'test22600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22725', 'test22725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22725', 'test22725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22780', 'test22780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22780', 'test22780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22858', 'test22858', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22858', 'test22858@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22918', 'test22918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22918', 'test22918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('22947', 'test22947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test22947', 'test22947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23031', 'test23031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23031', 'test23031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23109', 'test23109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23109', 'test23109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23122', 'test23122', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23122', 'test23122@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23128', 'test23128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23128', 'test23128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23133', 'test23133', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23133', 'test23133@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23237', 'test23237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23237', 'test23237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23247', 'test23247', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23247', 'test23247@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23298', 'test23298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23298', 'test23298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23337', 'test23337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23337', 'test23337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23338', 'test23338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23338', 'test23338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23476', 'test23476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23476', 'test23476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23546', 'test23546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23546', 'test23546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23655', 'test23655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23655', 'test23655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23694', 'test23694', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23694', 'test23694@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23704', 'test23704', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23704', 'test23704@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23714', 'test23714', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23714', 'test23714@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23731', 'test23731', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23731', 'test23731@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23746', 'test23746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23746', 'test23746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('23751', 'test23751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test23751', 'test23751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24018', 'test24018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24018', 'test24018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24140', 'test24140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24140', 'test24140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24168', 'test24168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24168', 'test24168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24262', 'test24262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24262', 'test24262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24294', 'test24294', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24294', 'test24294@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24336', 'test24336', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24336', 'test24336@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24449', 'test24449', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24449', 'test24449@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24558', 'test24558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24558', 'test24558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24571', 'test24571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24571', 'test24571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24716', 'test24716', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24716', 'test24716@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24820', 'test24820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24820', 'test24820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('24935', 'test24935', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test24935', 'test24935@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25083', 'test25083', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25083', 'test25083@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25113', 'test25113', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25113', 'test25113@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25180', 'test25180', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25180', 'test25180@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25277', 'test25277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25277', 'test25277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25514', 'test25514', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25514', 'test25514@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25546', 'test25546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25546', 'test25546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25605', 'test25605', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25605', 'test25605@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25796', 'test25796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25796', 'test25796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('25848', 'test25848', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test25848', 'test25848@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26051', 'test26051', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26051', 'test26051@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26216', 'test26216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26216', 'test26216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26297', 'test26297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26297', 'test26297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26371', 'test26371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26371', 'test26371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26402', 'test26402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26402', 'test26402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26618', 'test26618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26618', 'test26618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26810', 'test26810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26810', 'test26810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('26878', 'test26878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test26878', 'test26878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27008', 'test27008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27008', 'test27008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27219', 'test27219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27219', 'test27219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27279', 'test27279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27279', 'test27279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27618', 'test27618', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27618', 'test27618@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27660', 'test27660', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27660', 'test27660@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27737', 'test27737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27737', 'test27737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27801', 'test27801', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27801', 'test27801@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27903', 'test27903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27903', 'test27903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('27919', 'test27919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test27919', 'test27919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28066', 'test28066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28066', 'test28066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28076', 'test28076', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28076', 'test28076@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28177', 'test28177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28177', 'test28177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28280', 'test28280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28280', 'test28280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28287', 'test28287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28287', 'test28287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28354', 'test28354', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28354', 'test28354@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28358', 'test28358', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28358', 'test28358@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28412', 'test28412', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28412', 'test28412@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28421', 'test28421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28421', 'test28421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28484', 'test28484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28484', 'test28484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28494', 'test28494', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28494', 'test28494@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28495', 'test28495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28495', 'test28495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('28725', 'test28725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test28725', 'test28725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29059', 'test29059', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29059', 'test29059@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29101', 'test29101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29101', 'test29101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29109', 'test29109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29109', 'test29109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29140', 'test29140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29140', 'test29140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29167', 'test29167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29167', 'test29167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29204', 'test29204', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29204', 'test29204@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29221', 'test29221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29221', 'test29221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29321', 'test29321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29321', 'test29321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29387', 'test29387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29387', 'test29387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29495', 'test29495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29495', 'test29495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29506', 'test29506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29506', 'test29506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29592', 'test29592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29592', 'test29592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29602', 'test29602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29602', 'test29602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29604', 'test29604', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29604', 'test29604@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29655', 'test29655', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29655', 'test29655@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29746', 'test29746', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29746', 'test29746@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('29891', 'test29891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test29891', 'test29891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30001', 'test30001', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30001', 'test30001@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30043', 'test30043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30043', 'test30043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30210', 'test30210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30210', 'test30210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30249', 'test30249', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30249', 'test30249@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30319', 'test30319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30319', 'test30319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30338', 'test30338', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30338', 'test30338@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30399', 'test30399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30399', 'test30399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30503', 'test30503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30503', 'test30503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30529', 'test30529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30529', 'test30529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30564', 'test30564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30564', 'test30564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30672', 'test30672', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30672', 'test30672@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30971', 'test30971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30971', 'test30971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('30976', 'test30976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test30976', 'test30976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31095', 'test31095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31095', 'test31095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31109', 'test31109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31109', 'test31109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31383', 'test31383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31383', 'test31383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31439', 'test31439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31439', 'test31439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31690', 'test31690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31690', 'test31690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31697', 'test31697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31697', 'test31697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31698', 'test31698', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31698', 'test31698@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('31863', 'test31863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test31863', 'test31863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32015', 'test32015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32015', 'test32015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32214', 'test32214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32214', 'test32214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32236', 'test32236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32236', 'test32236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32328', 'test32328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32328', 'test32328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32362', 'test32362', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32362', 'test32362@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32383', 'test32383', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32383', 'test32383@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32479', 'test32479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32479', 'test32479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32592', 'test32592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32592', 'test32592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32600', 'test32600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32600', 'test32600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32607', 'test32607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32607', 'test32607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32626', 'test32626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32626', 'test32626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32630', 'test32630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32630', 'test32630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32645', 'test32645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32645', 'test32645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32758', 'test32758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32758', 'test32758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32931', 'test32931', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32931', 'test32931@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32941', 'test32941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32941', 'test32941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32959', 'test32959', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32959', 'test32959@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('32987', 'test32987', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test32987', 'test32987@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33048', 'test33048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33048', 'test33048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33117', 'test33117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33117', 'test33117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33143', 'test33143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33143', 'test33143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33237', 'test33237', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33237', 'test33237@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33277', 'test33277', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33277', 'test33277@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33319', 'test33319', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33319', 'test33319@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33462', 'test33462', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33462', 'test33462@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33797', 'test33797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33797', 'test33797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33833', 'test33833', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33833', 'test33833@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('33852', 'test33852', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test33852', 'test33852@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34046', 'test34046', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34046', 'test34046@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34064', 'test34064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34064', 'test34064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34084', 'test34084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34084', 'test34084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34095', 'test34095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34095', 'test34095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34124', 'test34124', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34124', 'test34124@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34138', 'test34138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34138', 'test34138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34273', 'test34273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34273', 'test34273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34279', 'test34279', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34279', 'test34279@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34424', 'test34424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34424', 'test34424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34434', 'test34434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34434', 'test34434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34446', 'test34446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34446', 'test34446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34755', 'test34755', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34755', 'test34755@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34803', 'test34803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34803', 'test34803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34810', 'test34810', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34810', 'test34810@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34826', 'test34826', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34826', 'test34826@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34867', 'test34867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34867', 'test34867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('34896', 'test34896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test34896', 'test34896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35048', 'test35048', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35048', 'test35048@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35121', 'test35121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35121', 'test35121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35263', 'test35263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35263', 'test35263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35432', 'test35432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35432', 'test35432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35456', 'test35456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35456', 'test35456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35517', 'test35517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35517', 'test35517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35545', 'test35545', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35545', 'test35545@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35555', 'test35555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35555', 'test35555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('35567', 'test35567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test35567', 'test35567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36049', 'test36049', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36049', 'test36049@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36073', 'test36073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36073', 'test36073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36179', 'test36179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36179', 'test36179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36203', 'test36203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36203', 'test36203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36254', 'test36254', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36254', 'test36254@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36393', 'test36393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36393', 'test36393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36404', 'test36404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36404', 'test36404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36489', 'test36489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36489', 'test36489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('36539', 'test36539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test36539', 'test36539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37121', 'test37121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37121', 'test37121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37205', 'test37205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37205', 'test37205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37418', 'test37418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37418', 'test37418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37720', 'test37720', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37720', 'test37720@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37819', 'test37819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37819', 'test37819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37845', 'test37845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37845', 'test37845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37885', 'test37885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37885', 'test37885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37908', 'test37908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37908', 'test37908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('37922', 'test37922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test37922', 'test37922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38067', 'test38067', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38067', 'test38067@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38068', 'test38068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38068', 'test38068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38196', 'test38196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38196', 'test38196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38229', 'test38229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38229', 'test38229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38298', 'test38298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38298', 'test38298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38501', 'test38501', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38501', 'test38501@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38522', 'test38522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38522', 'test38522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38530', 'test38530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38530', 'test38530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38785', 'test38785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38785', 'test38785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38854', 'test38854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38854', 'test38854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38927', 'test38927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38927', 'test38927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('38947', 'test38947', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test38947', 'test38947@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39009', 'test39009', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39009', 'test39009@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39064', 'test39064', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39064', 'test39064@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39095', 'test39095', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39095', 'test39095@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39150', 'test39150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39150', 'test39150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39287', 'test39287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39287', 'test39287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39292', 'test39292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39292', 'test39292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39380', 'test39380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39380', 'test39380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39438', 'test39438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39438', 'test39438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39544', 'test39544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39544', 'test39544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39897', 'test39897', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39897', 'test39897@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('39917', 'test39917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test39917', 'test39917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40096', 'test40096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40096', 'test40096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40130', 'test40130', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40130', 'test40130@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40194', 'test40194', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40194', 'test40194@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40214', 'test40214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40214', 'test40214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40441', 'test40441', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40441', 'test40441@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40498', 'test40498', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40498', 'test40498@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40542', 'test40542', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40542', 'test40542@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40636', 'test40636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40636', 'test40636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40727', 'test40727', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40727', 'test40727@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40783', 'test40783', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40783', 'test40783@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40878', 'test40878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40878', 'test40878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('40881', 'test40881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test40881', 'test40881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41081', 'test41081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41081', 'test41081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41140', 'test41140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41140', 'test41140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41143', 'test41143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41143', 'test41143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41231', 'test41231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41231', 'test41231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41317', 'test41317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41317', 'test41317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('41851', 'test41851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test41851', 'test41851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42280', 'test42280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42280', 'test42280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42424', 'test42424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42424', 'test42424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42480', 'test42480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42480', 'test42480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42507', 'test42507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42507', 'test42507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42700', 'test42700', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42700', 'test42700@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42733', 'test42733', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42733', 'test42733@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42863', 'test42863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42863', 'test42863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42880', 'test42880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42880', 'test42880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42886', 'test42886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42886', 'test42886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('42921', 'test42921', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test42921', 'test42921@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43011', 'test43011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43011', 'test43011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43015', 'test43015', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43015', 'test43015@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43118', 'test43118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43118', 'test43118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43128', 'test43128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43128', 'test43128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43169', 'test43169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43169', 'test43169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43245', 'test43245', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43245', 'test43245@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43257', 'test43257', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43257', 'test43257@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43349', 'test43349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43349', 'test43349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43405', 'test43405', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43405', 'test43405@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43552', 'test43552', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43552', 'test43552@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43559', 'test43559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43559', 'test43559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43573', 'test43573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43573', 'test43573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43642', 'test43642', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43642', 'test43642@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43679', 'test43679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43679', 'test43679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43686', 'test43686', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43686', 'test43686@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43748', 'test43748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43748', 'test43748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('43876', 'test43876', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test43876', 'test43876@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44197', 'test44197', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44197', 'test44197@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44233', 'test44233', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44233', 'test44233@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44841', 'test44841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44841', 'test44841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('44908', 'test44908', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test44908', 'test44908@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45002', 'test45002', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45002', 'test45002@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45022', 'test45022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45022', 'test45022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45154', 'test45154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45154', 'test45154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45168', 'test45168', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45168', 'test45168@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45393', 'test45393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45393', 'test45393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45432', 'test45432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45432', 'test45432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45488', 'test45488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45488', 'test45488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45680', 'test45680', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45680', 'test45680@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45711', 'test45711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45711', 'test45711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45880', 'test45880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45880', 'test45880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45903', 'test45903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45903', 'test45903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45929', 'test45929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45929', 'test45929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('45945', 'test45945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test45945', 'test45945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46128', 'test46128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46128', 'test46128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46138', 'test46138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46138', 'test46138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46212', 'test46212', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46212', 'test46212@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46216', 'test46216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46216', 'test46216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46381', 'test46381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46381', 'test46381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46386', 'test46386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46386', 'test46386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46459', 'test46459', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46459', 'test46459@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46500', 'test46500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46500', 'test46500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46509', 'test46509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46509', 'test46509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46735', 'test46735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46735', 'test46735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46811', 'test46811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46811', 'test46811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46932', 'test46932', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46932', 'test46932@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('46946', 'test46946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test46946', 'test46946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47121', 'test47121', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47121', 'test47121@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47226', 'test47226', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47226', 'test47226@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47547', 'test47547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47547', 'test47547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47563', 'test47563', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47563', 'test47563@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47599', 'test47599', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47599', 'test47599@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47691', 'test47691', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47691', 'test47691@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47775', 'test47775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47775', 'test47775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47824', 'test47824', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47824', 'test47824@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47917', 'test47917', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47917', 'test47917@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47945', 'test47945', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47945', 'test47945@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('47960', 'test47960', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test47960', 'test47960@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48230', 'test48230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48230', 'test48230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48238', 'test48238', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48238', 'test48238@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48307', 'test48307', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48307', 'test48307@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48504', 'test48504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48504', 'test48504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48678', 'test48678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48678', 'test48678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48859', 'test48859', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48859', 'test48859@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('48985', 'test48985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test48985', 'test48985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49011', 'test49011', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49011', 'test49011@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49050', 'test49050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49050', 'test49050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49116', 'test49116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49116', 'test49116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49196', 'test49196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49196', 'test49196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49202', 'test49202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49202', 'test49202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49219', 'test49219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49219', 'test49219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49367', 'test49367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49367', 'test49367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49628', 'test49628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49628', 'test49628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49922', 'test49922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49922', 'test49922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49952', 'test49952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49952', 'test49952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('49972', 'test49972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test49972', 'test49972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50024', 'test50024', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50024', 'test50024@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50205', 'test50205', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50205', 'test50205@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50253', 'test50253', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50253', 'test50253@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50315', 'test50315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50315', 'test50315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50431', 'test50431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50431', 'test50431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50439', 'test50439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50439', 'test50439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50458', 'test50458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50458', 'test50458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50504', 'test50504', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50504', 'test50504@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50587', 'test50587', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50587', 'test50587@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50607', 'test50607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50607', 'test50607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50805', 'test50805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50805', 'test50805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50843', 'test50843', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50843', 'test50843@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50916', 'test50916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50916', 'test50916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('50977', 'test50977', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test50977', 'test50977@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51229', 'test51229', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51229', 'test51229@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51280', 'test51280', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51280', 'test51280@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51345', 'test51345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51345', 'test51345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51636', 'test51636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51636', 'test51636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51643', 'test51643', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51643', 'test51643@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51885', 'test51885', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51885', 'test51885@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51892', 'test51892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51892', 'test51892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('51954', 'test51954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test51954', 'test51954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52187', 'test52187', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52187', 'test52187@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52235', 'test52235', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52235', 'test52235@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52289', 'test52289', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52289', 'test52289@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52291', 'test52291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52291', 'test52291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52322', 'test52322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52322', 'test52322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52480', 'test52480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52480', 'test52480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52516', 'test52516', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52516', 'test52516@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52670', 'test52670', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52670', 'test52670@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('52948', 'test52948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test52948', 'test52948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53039', 'test53039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53039', 'test53039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53227', 'test53227', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53227', 'test53227@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53315', 'test53315', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53315', 'test53315@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53327', 'test53327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53327', 'test53327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53330', 'test53330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53330', 'test53330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53476', 'test53476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53476', 'test53476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53525', 'test53525', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53525', 'test53525@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53646', 'test53646', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53646', 'test53646@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53781', 'test53781', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53781', 'test53781@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('53989', 'test53989', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test53989', 'test53989@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54037', 'test54037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54037', 'test54037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54038', 'test54038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54038', 'test54038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54092', 'test54092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54092', 'test54092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54101', 'test54101', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54101', 'test54101@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54175', 'test54175', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54175', 'test54175@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54275', 'test54275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54275', 'test54275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54359', 'test54359', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54359', 'test54359@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54377', 'test54377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54377', 'test54377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54500', 'test54500', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54500', 'test54500@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54526', 'test54526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54526', 'test54526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54529', 'test54529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54529', 'test54529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54652', 'test54652', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54652', 'test54652@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54654', 'test54654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54654', 'test54654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54845', 'test54845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54845', 'test54845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('54914', 'test54914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test54914', 'test54914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55511', 'test55511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55511', 'test55511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55583', 'test55583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55583', 'test55583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55589', 'test55589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55589', 'test55589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55591', 'test55591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55591', 'test55591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55622', 'test55622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55622', 'test55622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55709', 'test55709', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55709', 'test55709@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55864', 'test55864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55864', 'test55864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('55943', 'test55943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test55943', 'test55943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56018', 'test56018', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56018', 'test56018@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56110', 'test56110', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56110', 'test56110@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56231', 'test56231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56231', 'test56231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56244', 'test56244', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56244', 'test56244@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56340', 'test56340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56340', 'test56340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56400', 'test56400', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56400', 'test56400@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56469', 'test56469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56469', 'test56469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56505', 'test56505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56505', 'test56505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56532', 'test56532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56532', 'test56532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56712', 'test56712', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56712', 'test56712@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56744', 'test56744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56744', 'test56744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('56798', 'test56798', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test56798', 'test56798@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57031', 'test57031', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57031', 'test57031@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57316', 'test57316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57316', 'test57316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57335', 'test57335', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57335', 'test57335@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57361', 'test57361', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57361', 'test57361@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57381', 'test57381', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57381', 'test57381@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57539', 'test57539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57539', 'test57539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57623', 'test57623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57623', 'test57623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57658', 'test57658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57658', 'test57658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57870', 'test57870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57870', 'test57870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57872', 'test57872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57872', 'test57872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57925', 'test57925', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57925', 'test57925@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('57983', 'test57983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test57983', 'test57983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58025', 'test58025', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58025', 'test58025@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58050', 'test58050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58050', 'test58050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58140', 'test58140', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58140', 'test58140@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58314', 'test58314', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58314', 'test58314@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58317', 'test58317', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58317', 'test58317@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58422', 'test58422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58422', 'test58422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58549', 'test58549', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58549', 'test58549@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58567', 'test58567', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58567', 'test58567@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58581', 'test58581', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58581', 'test58581@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58640', 'test58640', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58640', 'test58640@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58677', 'test58677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58677', 'test58677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58823', 'test58823', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58823', 'test58823@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('58919', 'test58919', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test58919', 'test58919@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59206', 'test59206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59206', 'test59206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59420', 'test59420', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59420', 'test59420@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59528', 'test59528', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59528', 'test59528@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59539', 'test59539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59539', 'test59539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59609', 'test59609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59609', 'test59609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59721', 'test59721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59721', 'test59721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59791', 'test59791', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59791', 'test59791@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59933', 'test59933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59933', 'test59933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59949', 'test59949', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59949', 'test59949@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('59975', 'test59975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test59975', 'test59975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60089', 'test60089', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60089', 'test60089@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60169', 'test60169', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60169', 'test60169@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60291', 'test60291', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60291', 'test60291@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60348', 'test60348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60348', 'test60348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60455', 'test60455', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60455', 'test60455@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60468', 'test60468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60468', 'test60468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60529', 'test60529', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60529', 'test60529@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60533', 'test60533', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60533', 'test60533@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60780', 'test60780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60780', 'test60780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('60912', 'test60912', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test60912', 'test60912@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61012', 'test61012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61012', 'test61012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61027', 'test61027', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61027', 'test61027@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61097', 'test61097', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61097', 'test61097@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61474', 'test61474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61474', 'test61474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61502', 'test61502', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61502', 'test61502@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61555', 'test61555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61555', 'test61555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61589', 'test61589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61589', 'test61589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61697', 'test61697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61697', 'test61697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61822', 'test61822', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61822', 'test61822@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('61881', 'test61881', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test61881', 'test61881@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62356', 'test62356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62356', 'test62356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62393', 'test62393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62393', 'test62393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62448', 'test62448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62448', 'test62448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62458', 'test62458', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62458', 'test62458@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62509', 'test62509', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62509', 'test62509@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62522', 'test62522', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62522', 'test62522@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62717', 'test62717', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62717', 'test62717@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('62978', 'test62978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test62978', 'test62978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63322', 'test63322', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63322', 'test63322@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63378', 'test63378', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63378', 'test63378@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63431', 'test63431', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63431', 'test63431@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63460', 'test63460', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63460', 'test63460@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63489', 'test63489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63489', 'test63489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63493', 'test63493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63493', 'test63493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63578', 'test63578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63578', 'test63578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63606', 'test63606', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63606', 'test63606@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63841', 'test63841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63841', 'test63841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63915', 'test63915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63915', 'test63915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('63993', 'test63993', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test63993', 'test63993@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64080', 'test64080', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64080', 'test64080@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64167', 'test64167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64167', 'test64167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64340', 'test64340', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64340', 'test64340@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64372', 'test64372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64372', 'test64372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64382', 'test64382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64382', 'test64382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64429', 'test64429', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64429', 'test64429@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64446', 'test64446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64446', 'test64446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64493', 'test64493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64493', 'test64493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64572', 'test64572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64572', 'test64572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64630', 'test64630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64630', 'test64630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('64903', 'test64903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test64903', 'test64903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65010', 'test65010', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65010', 'test65010@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65367', 'test65367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65367', 'test65367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65479', 'test65479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65479', 'test65479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65590', 'test65590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65590', 'test65590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('65970', 'test65970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test65970', 'test65970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66285', 'test66285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66285', 'test66285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66367', 'test66367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66367', 'test66367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66421', 'test66421', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66421', 'test66421@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66479', 'test66479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66479', 'test66479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66495', 'test66495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66495', 'test66495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66829', 'test66829', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66829', 'test66829@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('66838', 'test66838', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test66838', 'test66838@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67259', 'test67259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67259', 'test67259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67415', 'test67415', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67415', 'test67415@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67446', 'test67446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67446', 'test67446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67518', 'test67518', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67518', 'test67518@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67560', 'test67560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67560', 'test67560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67564', 'test67564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67564', 'test67564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67657', 'test67657', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67657', 'test67657@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67678', 'test67678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67678', 'test67678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('67975', 'test67975', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test67975', 'test67975@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68111', 'test68111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68111', 'test68111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68177', 'test68177', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68177', 'test68177@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68351', 'test68351', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68351', 'test68351@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68564', 'test68564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68564', 'test68564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68573', 'test68573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68573', 'test68573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68891', 'test68891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68891', 'test68891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('68895', 'test68895', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test68895', 'test68895@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69068', 'test69068', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69068', 'test69068@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69145', 'test69145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69145', 'test69145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69200', 'test69200', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69200', 'test69200@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69480', 'test69480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69480', 'test69480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69517', 'test69517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69517', 'test69517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69738', 'test69738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69738', 'test69738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69806', 'test69806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69806', 'test69806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('69888', 'test69888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test69888', 'test69888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70111', 'test70111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70111', 'test70111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70176', 'test70176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70176', 'test70176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70248', 'test70248', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70248', 'test70248@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70487', 'test70487', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70487', 'test70487@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70548', 'test70548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70548', 'test70548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70561', 'test70561', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70561', 'test70561@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70972', 'test70972', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70972', 'test70972@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70984', 'test70984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70984', 'test70984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('70991', 'test70991', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test70991', 'test70991@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71042', 'test71042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71042', 'test71042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71131', 'test71131', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71131', 'test71131@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71324', 'test71324', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71324', 'test71324@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71370', 'test71370', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71370', 'test71370@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71588', 'test71588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71588', 'test71588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71600', 'test71600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71600', 'test71600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71784', 'test71784', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71784', 'test71784@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('71786', 'test71786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test71786', 'test71786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72022', 'test72022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72022', 'test72022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72116', 'test72116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72116', 'test72116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72128', 'test72128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72128', 'test72128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72231', 'test72231', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72231', 'test72231@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72372', 'test72372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72372', 'test72372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72389', 'test72389', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72389', 'test72389@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72402', 'test72402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72402', 'test72402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72447', 'test72447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72447', 'test72447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72477', 'test72477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72477', 'test72477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72511', 'test72511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72511', 'test72511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72601', 'test72601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72601', 'test72601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72615', 'test72615', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72615', 'test72615@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72627', 'test72627', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72627', 'test72627@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72645', 'test72645', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72645', 'test72645@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72651', 'test72651', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72651', 'test72651@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72699', 'test72699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72699', 'test72699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72713', 'test72713', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72713', 'test72713@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72792', 'test72792', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72792', 'test72792@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('72985', 'test72985', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test72985', 'test72985@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73012', 'test73012', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73012', 'test73012@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73086', 'test73086', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73086', 'test73086@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73176', 'test73176', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73176', 'test73176@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73213', 'test73213', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73213', 'test73213@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73379', 'test73379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73379', 'test73379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73386', 'test73386', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73386', 'test73386@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73410', 'test73410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73410', 'test73410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73493', 'test73493', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73493', 'test73493@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73546', 'test73546', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73546', 'test73546@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73669', 'test73669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73669', 'test73669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73790', 'test73790', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73790', 'test73790@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73797', 'test73797', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73797', 'test73797@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73849', 'test73849', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73849', 'test73849@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73866', 'test73866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73866', 'test73866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('73948', 'test73948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test73948', 'test73948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74038', 'test74038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74038', 'test74038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74072', 'test74072', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74072', 'test74072@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74160', 'test74160', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74160', 'test74160@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74167', 'test74167', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74167', 'test74167@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74211', 'test74211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74211', 'test74211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74298', 'test74298', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74298', 'test74298@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74482', 'test74482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74482', 'test74482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74551', 'test74551', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74551', 'test74551@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74589', 'test74589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74589', 'test74589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74591', 'test74591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74591', 'test74591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74611', 'test74611', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74611', 'test74611@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74630', 'test74630', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74630', 'test74630@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74742', 'test74742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74742', 'test74742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74757', 'test74757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74757', 'test74757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('74772', 'test74772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test74772', 'test74772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75055', 'test75055', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75055', 'test75055@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75081', 'test75081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75081', 'test75081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75084', 'test75084', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75084', 'test75084@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75087', 'test75087', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75087', 'test75087@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75096', 'test75096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75096', 'test75096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75146', 'test75146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75146', 'test75146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75272', 'test75272', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75272', 'test75272@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75273', 'test75273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75273', 'test75273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75356', 'test75356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75356', 'test75356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75407', 'test75407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75407', 'test75407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75439', 'test75439', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75439', 'test75439@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75548', 'test75548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75548', 'test75548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75562', 'test75562', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75562', 'test75562@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75864', 'test75864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75864', 'test75864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('75916', 'test75916', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test75916', 'test75916@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76039', 'test76039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76039', 'test76039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76123', 'test76123', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76123', 'test76123@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76193', 'test76193', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76193', 'test76193@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76199', 'test76199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76199', 'test76199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76202', 'test76202', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76202', 'test76202@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76430', 'test76430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76430', 'test76430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76435', 'test76435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76435', 'test76435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76519', 'test76519', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76519', 'test76519@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76526', 'test76526', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76526', 'test76526@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76609', 'test76609', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76609', 'test76609@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76763', 'test76763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76763', 'test76763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76836', 'test76836', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76836', 'test76836@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76915', 'test76915', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76915', 'test76915@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('76939', 'test76939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test76939', 'test76939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77028', 'test77028', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77028', 'test77028@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77093', 'test77093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77093', 'test77093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77230', 'test77230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77230', 'test77230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77349', 'test77349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77349', 'test77349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77479', 'test77479', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77479', 'test77479@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77482', 'test77482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77482', 'test77482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77582', 'test77582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77582', 'test77582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77697', 'test77697', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77697', 'test77697@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77818', 'test77818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77818', 'test77818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77879', 'test77879', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77879', 'test77879@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77923', 'test77923', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77923', 'test77923@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('77978', 'test77978', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test77978', 'test77978@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78050', 'test78050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78050', 'test78050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78081', 'test78081', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78081', 'test78081@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78128', 'test78128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78128', 'test78128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78192', 'test78192', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78192', 'test78192@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78207', 'test78207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78207', 'test78207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78250', 'test78250', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78250', 'test78250@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78577', 'test78577', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78577', 'test78577@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78601', 'test78601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78601', 'test78601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78796', 'test78796', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78796', 'test78796@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78832', 'test78832', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78832', 'test78832@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78902', 'test78902', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78902', 'test78902@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78953', 'test78953', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78953', 'test78953@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('78956', 'test78956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test78956', 'test78956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79019', 'test79019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79019', 'test79019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79070', 'test79070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79070', 'test79070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79082', 'test79082', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79082', 'test79082@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79196', 'test79196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79196', 'test79196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79259', 'test79259', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79259', 'test79259@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79321', 'test79321', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79321', 'test79321@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79469', 'test79469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79469', 'test79469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79503', 'test79503', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79503', 'test79503@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79726', 'test79726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79726', 'test79726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('79786', 'test79786', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test79786', 'test79786@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('80073', 'test80073', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80073', 'test80073@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('80263', 'test80263', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80263', 'test80263@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('80678', 'test80678', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test80678', 'test80678@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81159', 'test81159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81159', 'test81159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81214', 'test81214', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81214', 'test81214@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81232', 'test81232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81232', 'test81232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81346', 'test81346', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81346', 'test81346@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81469', 'test81469', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81469', 'test81469@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81511', 'test81511', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81511', 'test81511@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81840', 'test81840', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81840', 'test81840@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81851', 'test81851', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81851', 'test81851@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('81872', 'test81872', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test81872', 'test81872@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82004', 'test82004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82004', 'test82004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82063', 'test82063', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82063', 'test82063@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82330', 'test82330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82330', 'test82330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82414', 'test82414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82414', 'test82414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82489', 'test82489', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82489', 'test82489@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82586', 'test82586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82586', 'test82586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82690', 'test82690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82690', 'test82690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82757', 'test82757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82757', 'test82757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82772', 'test82772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82772', 'test82772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82787', 'test82787', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82787', 'test82787@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82864', 'test82864', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82864', 'test82864@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82887', 'test82887', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82887', 'test82887@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82889', 'test82889', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82889', 'test82889@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82896', 'test82896', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82896', 'test82896@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82913', 'test82913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82913', 'test82913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82929', 'test82929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82929', 'test82929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('82971', 'test82971', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test82971', 'test82971@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83262', 'test83262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83262', 'test83262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83430', 'test83430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83430', 'test83430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83436', 'test83436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83436', 'test83436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83601', 'test83601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83601', 'test83601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83632', 'test83632', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83632', 'test83632@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83679', 'test83679', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83679', 'test83679@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('83846', 'test83846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test83846', 'test83846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84039', 'test84039', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84039', 'test84039@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84143', 'test84143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84143', 'test84143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84145', 'test84145', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84145', 'test84145@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84316', 'test84316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84316', 'test84316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84349', 'test84349', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84349', 'test84349@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84357', 'test84357', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84357', 'test84357@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84360', 'test84360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84360', 'test84360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84505', 'test84505', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84505', 'test84505@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84578', 'test84578', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84578', 'test84578@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84635', 'test84635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84635', 'test84635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84638', 'test84638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84638', 'test84638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84688', 'test84688', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84688', 'test84688@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84811', 'test84811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84811', 'test84811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('84988', 'test84988', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test84988', 'test84988@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85069', 'test85069', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85069', 'test85069@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85240', 'test85240', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85240', 'test85240@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85290', 'test85290', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85290', 'test85290@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85375', 'test85375', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85375', 'test85375@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85483', 'test85483', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85483', 'test85483@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85570', 'test85570', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85570', 'test85570@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85573', 'test85573', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85573', 'test85573@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85654', 'test85654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85654', 'test85654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85878', 'test85878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85878', 'test85878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85883', 'test85883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85883', 'test85883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85964', 'test85964', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85964', 'test85964@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('85980', 'test85980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test85980', 'test85980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86041', 'test86041', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86041', 'test86041@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86120', 'test86120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86120', 'test86120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86159', 'test86159', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86159', 'test86159@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86163', 'test86163', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86163', 'test86163@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86256', 'test86256', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86256', 'test86256@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86320', 'test86320', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86320', 'test86320@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86377', 'test86377', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86377', 'test86377@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86407', 'test86407', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86407', 'test86407@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86422', 'test86422', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86422', 'test86422@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86684', 'test86684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86684', 'test86684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86803', 'test86803', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86803', 'test86803@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86809', 'test86809', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86809', 'test86809@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('86992', 'test86992', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test86992', 'test86992@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87060', 'test87060', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87060', 'test87060@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87074', 'test87074', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87074', 'test87074@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87099', 'test87099', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87099', 'test87099@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87199', 'test87199', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87199', 'test87199@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87273', 'test87273', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87273', 'test87273@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87453', 'test87453', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87453', 'test87453@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87473', 'test87473', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87473', 'test87473@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87607', 'test87607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87607', 'test87607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87765', 'test87765', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87765', 'test87765@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87948', 'test87948', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87948', 'test87948@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87973', 'test87973', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87973', 'test87973@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('87994', 'test87994', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test87994', 'test87994@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88022', 'test88022', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88022', 'test88022@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88030', 'test88030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88030', 'test88030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88203', 'test88203', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88203', 'test88203@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88684', 'test88684', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88684', 'test88684@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('88764', 'test88764', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test88764', 'test88764@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89210', 'test89210', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89210', 'test89210@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89332', 'test89332', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89332', 'test89332@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89488', 'test89488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89488', 'test89488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89547', 'test89547', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89547', 'test89547@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89658', 'test89658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89658', 'test89658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89757', 'test89757', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89757', 'test89757@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89772', 'test89772', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89772', 'test89772@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89884', 'test89884', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89884', 'test89884@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('89926', 'test89926', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test89926', 'test89926@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90066', 'test90066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90066', 'test90066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90222', 'test90222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90222', 'test90222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90559', 'test90559', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90559', 'test90559@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90748', 'test90748', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90748', 'test90748@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90785', 'test90785', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90785', 'test90785@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90882', 'test90882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90882', 'test90882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90976', 'test90976', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90976', 'test90976@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('90983', 'test90983', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test90983', 'test90983@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91066', 'test91066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91066', 'test91066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91098', 'test91098', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91098', 'test91098@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91119', 'test91119', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91119', 'test91119@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91143', 'test91143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91143', 'test91143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91165', 'test91165', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91165', 'test91165@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91304', 'test91304', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91304', 'test91304@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91363', 'test91363', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91363', 'test91363@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91398', 'test91398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91398', 'test91398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91401', 'test91401', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91401', 'test91401@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91409', 'test91409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91409', 'test91409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91548', 'test91548', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91548', 'test91548@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('91734', 'test91734', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test91734', 'test91734@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92155', 'test92155', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92155', 'test92155@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92379', 'test92379', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92379', 'test92379@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92411', 'test92411', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92411', 'test92411@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92423', 'test92423', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92423', 'test92423@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92677', 'test92677', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92677', 'test92677@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92845', 'test92845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92845', 'test92845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92846', 'test92846', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92846', 'test92846@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92866', 'test92866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92866', 'test92866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92929', 'test92929', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92929', 'test92929@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('92956', 'test92956', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test92956', 'test92956@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93117', 'test93117', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93117', 'test93117@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93236', 'test93236', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93236', 'test93236@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93308', 'test93308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93308', 'test93308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93360', 'test93360', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93360', 'test93360@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93382', 'test93382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93382', 'test93382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93396', 'test93396', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93396', 'test93396@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93397', 'test93397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93397', 'test93397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93456', 'test93456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93456', 'test93456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93523', 'test93523', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93523', 'test93523@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93612', 'test93612', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93612', 'test93612@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93818', 'test93818', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93818', 'test93818@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93892', 'test93892', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93892', 'test93892@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('93927', 'test93927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test93927', 'test93927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94033', 'test94033', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94033', 'test94033@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94042', 'test94042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94042', 'test94042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94102', 'test94102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94102', 'test94102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94134', 'test94134', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94134', 'test94134@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94146', 'test94146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94146', 'test94146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94410', 'test94410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94410', 'test94410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94432', 'test94432', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94432', 'test94432@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94471', 'test94471', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94471', 'test94471@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94531', 'test94531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94531', 'test94531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94601', 'test94601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94601', 'test94601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94666', 'test94666', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94666', 'test94666@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94805', 'test94805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94805', 'test94805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94871', 'test94871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94871', 'test94871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94933', 'test94933', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94933', 'test94933@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('94974', 'test94974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test94974', 'test94974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95021', 'test95021', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95021', 'test95021@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95030', 'test95030', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95030', 'test95030@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95211', 'test95211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95211', 'test95211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95474', 'test95474', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95474', 'test95474@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95588', 'test95588', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95588', 'test95588@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95621', 'test95621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95621', 'test95621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95754', 'test95754', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95754', 'test95754@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95775', 'test95775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95775', 'test95775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95793', 'test95793', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95793', 'test95793@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('95982', 'test95982', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test95982', 'test95982@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96153', 'test96153', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96153', 'test96153@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96316', 'test96316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96316', 'test96316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96327', 'test96327', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96327', 'test96327@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96356', 'test96356', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96356', 'test96356@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96424', 'test96424', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96424', 'test96424@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96476', 'test96476', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96476', 'test96476@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96668', 'test96668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96668', 'test96668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96682', 'test96682', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96682', 'test96682@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96690', 'test96690', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96690', 'test96690@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96802', 'test96802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96802', 'test96802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96957', 'test96957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96957', 'test96957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('96999', 'test96999', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test96999', 'test96999@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97040', 'test97040', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97040', 'test97040@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97047', 'test97047', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97047', 'test97047@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97115', 'test97115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97115', 'test97115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97206', 'test97206', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97206', 'test97206@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97345', 'test97345', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97345', 'test97345@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97367', 'test97367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97367', 'test97367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97517', 'test97517', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97517', 'test97517@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97558', 'test97558', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97558', 'test97558@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('97750', 'test97750', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test97750', 'test97750@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98023', 'test98023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98023', 'test98023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98399', 'test98399', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98399', 'test98399@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98484', 'test98484', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98484', 'test98484@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98495', 'test98495', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98495', 'test98495@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98510', 'test98510', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98510', 'test98510@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98590', 'test98590', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98590', 'test98590@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98596', 'test98596', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98596', 'test98596@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98628', 'test98628', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98628', 'test98628@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98725', 'test98725', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98725', 'test98725@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98761', 'test98761', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98761', 'test98761@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('98860', 'test98860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test98860', 'test98860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99093', 'test99093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99093', 'test99093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99150', 'test99150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99150', 'test99150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99207', 'test99207', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99207', 'test99207@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99221', 'test99221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99221', 'test99221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99367', 'test99367', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99367', 'test99367@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99380', 'test99380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99380', 'test99380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99409', 'test99409', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99409', 'test99409@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99452', 'test99452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99452', 'test99452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99565', 'test99565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99565', 'test99565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99671', 'test99671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99671', 'test99671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99760', 'test99760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99760', 'test99760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99835', 'test99835', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99835', 'test99835@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99871', 'test99871', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99871', 'test99871@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99970', 'test99970', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99970', 'test99970@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('99997', 'test99997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test99997', 'test99997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100096', 'test100096', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100096', 'test100096@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100398', 'test100398', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100398', 'test100398@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100437', 'test100437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100437', 'test100437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100451', 'test100451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100451', 'test100451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100663', 'test100663', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100663', 'test100663@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100668', 'test100668', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100668', 'test100668@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('100738', 'test100738', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test100738', 'test100738@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101006', 'test101006', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101006', 'test101006@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101103', 'test101103', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101103', 'test101103@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101198', 'test101198', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101198', 'test101198@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101372', 'test101372', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101372', 'test101372@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101419', 'test101419', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101419', 'test101419@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101535', 'test101535', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101535', 'test101535@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101602', 'test101602', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101602', 'test101602@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101671', 'test101671', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101671', 'test101671@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('101922', 'test101922', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test101922', 'test101922@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102008', 'test102008', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102008', 'test102008@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102146', 'test102146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102146', 'test102146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102183', 'test102183', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102183', 'test102183@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102371', 'test102371', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102371', 'test102371@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102418', 'test102418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102418', 'test102418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102447', 'test102447', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102447', 'test102447@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102451', 'test102451', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102451', 'test102451@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102564', 'test102564', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102564', 'test102564@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102586', 'test102586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102586', 'test102586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102683', 'test102683', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102683', 'test102683@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102732', 'test102732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102732', 'test102732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('102888', 'test102888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test102888', 'test102888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103112', 'test103112', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103112', 'test103112@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103138', 'test103138', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103138', 'test103138@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103297', 'test103297', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103297', 'test103297@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103426', 'test103426', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103426', 'test103426@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103614', 'test103614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103614', 'test103614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103616', 'test103616', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103616', 'test103616@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103635', 'test103635', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103635', 'test103635@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103711', 'test103711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103711', 'test103711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103747', 'test103747', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103747', 'test103747@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('103882', 'test103882', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test103882', 'test103882@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104038', 'test104038', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104038', 'test104038@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104091', 'test104091', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104091', 'test104091@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104262', 'test104262', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104262', 'test104262@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104393', 'test104393', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104393', 'test104393@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104499', 'test104499', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104499', 'test104499@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104654', 'test104654', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104654', 'test104654@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104775', 'test104775', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104775', 'test104775@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('104812', 'test104812', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test104812', 'test104812@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105023', 'test105023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105023', 'test105023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105268', 'test105268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105268', 'test105268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105470', 'test105470', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105470', 'test105470@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105553', 'test105553', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105553', 'test105553@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105675', 'test105675', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105675', 'test105675@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105802', 'test105802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105802', 'test105802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105841', 'test105841', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105841', 'test105841@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105913', 'test105913', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105913', 'test105913@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105952', 'test105952', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105952', 'test105952@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('105966', 'test105966', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test105966', 'test105966@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106058', 'test106058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106058', 'test106058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106102', 'test106102', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106102', 'test106102@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106181', 'test106181', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106181', 'test106181@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106215', 'test106215', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106215', 'test106215@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106293', 'test106293', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106293', 'test106293@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106334', 'test106334', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106334', 'test106334@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106404', 'test106404', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106404', 'test106404@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('106482', 'test106482', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test106482', 'test106482@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107050', 'test107050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107050', 'test107050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107092', 'test107092', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107092', 'test107092@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107260', 'test107260', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107260', 'test107260@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107311', 'test107311', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107311', 'test107311@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107544', 'test107544', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107544', 'test107544@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107638', 'test107638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107638', 'test107638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107650', 'test107650', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107650', 'test107650@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('107984', 'test107984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test107984', 'test107984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108222', 'test108222', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108222', 'test108222@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108275', 'test108275', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108275', 'test108275@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108303', 'test108303', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108303', 'test108303@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108380', 'test108380', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108380', 'test108380@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108390', 'test108390', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108390', 'test108390@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108506', 'test108506', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108506', 'test108506@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108524', 'test108524', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108524', 'test108524@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108591', 'test108591', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108591', 'test108591@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108742', 'test108742', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108742', 'test108742@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('108854', 'test108854', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test108854', 'test108854@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109043', 'test109043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109043', 'test109043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109261', 'test109261', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109261', 'test109261@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109347', 'test109347', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109347', 'test109347@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109508', 'test109508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109508', 'test109508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109513', 'test109513', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109513', 'test109513@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109515', 'test109515', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109515', 'test109515@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109527', 'test109527', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109527', 'test109527@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109689', 'test109689', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109689', 'test109689@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109711', 'test109711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109711', 'test109711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('109732', 'test109732', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test109732', 'test109732@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110539', 'test110539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110539', 'test110539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110560', 'test110560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110560', 'test110560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110653', 'test110653', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110653', 'test110653@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('110808', 'test110808', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test110808', 'test110808@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111057', 'test111057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111057', 'test111057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111070', 'test111070', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111070', 'test111070@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111310', 'test111310', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111310', 'test111310@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111318', 'test111318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111318', 'test111318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111330', 'test111330', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111330', 'test111330@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111341', 'test111341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111341', 'test111341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111408', 'test111408', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111408', 'test111408@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111560', 'test111560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111560', 'test111560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111805', 'test111805', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111805', 'test111805@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('111894', 'test111894', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test111894', 'test111894@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112146', 'test112146', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112146', 'test112146@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112179', 'test112179', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112179', 'test112179@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112269', 'test112269', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112269', 'test112269@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112385', 'test112385', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112385', 'test112385@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112707', 'test112707', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112707', 'test112707@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112710', 'test112710', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112710', 'test112710@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112735', 'test112735', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112735', 'test112735@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112845', 'test112845', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112845', 'test112845@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('112860', 'test112860', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test112860', 'test112860@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113000', 'test113000', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113000', 'test113000@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113156', 'test113156', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113156', 'test113156@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113268', 'test113268', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113268', 'test113268@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113308', 'test113308', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113308', 'test113308@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113355', 'test113355', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113355', 'test113355@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113397', 'test113397', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113397', 'test113397@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113418', 'test113418', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113418', 'test113418@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113555', 'test113555', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113555', 'test113555@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113565', 'test113565', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113565', 'test113565@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113592', 'test113592', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113592', 'test113592@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113681', 'test113681', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113681', 'test113681@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113699', 'test113699', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113699', 'test113699@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113758', 'test113758', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113758', 'test113758@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113778', 'test113778', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113778', 'test113778@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113815', 'test113815', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113815', 'test113815@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('113870', 'test113870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test113870', 'test113870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114003', 'test114003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114003', 'test114003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114013', 'test114013', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114013', 'test114013@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114037', 'test114037', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114037', 'test114037@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114058', 'test114058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114058', 'test114058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114115', 'test114115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114115', 'test114115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114143', 'test114143', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114143', 'test114143@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114150', 'test114150', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114150', 'test114150@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114341', 'test114341', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114341', 'test114341@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114456', 'test114456', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114456', 'test114456@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114687', 'test114687', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114687', 'test114687@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114693', 'test114693', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114693', 'test114693@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('114891', 'test114891', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test114891', 'test114891@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115108', 'test115108', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115108', 'test115108@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115116', 'test115116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115116', 'test115116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115284', 'test115284', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115284', 'test115284@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115434', 'test115434', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115434', 'test115434@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115467', 'test115467', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115467', 'test115467@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115532', 'test115532', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115532', 'test115532@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115534', 'test115534', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115534', 'test115534@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115726', 'test115726', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115726', 'test115726@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('115737', 'test115737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test115737', 'test115737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116058', 'test116058', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116058', 'test116058@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116066', 'test116066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116066', 'test116066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116115', 'test116115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116115', 'test116115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116286', 'test116286', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116286', 'test116286@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116711', 'test116711', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116711', 'test116711@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116749', 'test116749', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116749', 'test116749@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('116997', 'test116997', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test116997', 'test116997@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117109', 'test117109', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117109', 'test117109@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117116', 'test117116', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117116', 'test117116@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117164', 'test117164', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117164', 'test117164@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117468', 'test117468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117468', 'test117468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117472', 'test117472', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117472', 'test117472@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117579', 'test117579', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117579', 'test117579@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117601', 'test117601', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117601', 'test117601@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117760', 'test117760', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117760', 'test117760@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117799', 'test117799', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117799', 'test117799@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117847', 'test117847', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117847', 'test117847@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117888', 'test117888', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117888', 'test117888@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117957', 'test117957', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117957', 'test117957@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('117974', 'test117974', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test117974', 'test117974@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118430', 'test118430', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118430', 'test118430@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118626', 'test118626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118626', 'test118626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118636', 'test118636', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118636', 'test118636@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118744', 'test118744', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118744', 'test118744@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('118855', 'test118855', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test118855', 'test118855@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119014', 'test119014', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119014', 'test119014@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119295', 'test119295', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119295', 'test119295@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119585', 'test119585', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119585', 'test119585@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119737', 'test119737', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119737', 'test119737@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119863', 'test119863', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119863', 'test119863@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('119918', 'test119918', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test119918', 'test119918@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120023', 'test120023', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120023', 'test120023@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120230', 'test120230', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120230', 'test120230@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120232', 'test120232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120232', 'test120232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120568', 'test120568', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120568', 'test120568@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120614', 'test120614', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120614', 'test120614@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120729', 'test120729', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120729', 'test120729@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120736', 'test120736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120736', 'test120736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('120954', 'test120954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test120954', 'test120954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121078', 'test121078', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121078', 'test121078@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121188', 'test121188', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121188', 'test121188@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121582', 'test121582', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121582', 'test121582@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121586', 'test121586', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121586', 'test121586@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121674', 'test121674', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121674', 'test121674@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('121866', 'test121866', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test121866', 'test121866@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122196', 'test122196', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122196', 'test122196@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122382', 'test122382', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122382', 'test122382@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122530', 'test122530', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122530', 'test122530@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122571', 'test122571', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122571', 'test122571@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('122869', 'test122869', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test122869', 'test122869@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123120', 'test123120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123120', 'test123120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123141', 'test123141', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123141', 'test123141@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123337', 'test123337', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123337', 'test123337@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123452', 'test123452', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123452', 'test123452@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123520', 'test123520', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123520', 'test123520@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123715', 'test123715', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123715', 'test123715@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123820', 'test123820', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123820', 'test123820@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123927', 'test123927', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123927', 'test123927@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('123941', 'test123941', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test123941', 'test123941@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124201', 'test124201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124201', 'test124201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124376', 'test124376', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124376', 'test124376@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124539', 'test124539', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124539', 'test124539@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124540', 'test124540', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124540', 'test124540@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124641', 'test124641', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124641', 'test124641@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124658', 'test124658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124658', 'test124658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124780', 'test124780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124780', 'test124780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124806', 'test124806', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124806', 'test124806@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124878', 'test124878', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124878', 'test124878@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124909', 'test124909', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124909', 'test124909@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124914', 'test124914', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124914', 'test124914@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('124937', 'test124937', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test124937', 'test124937@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125111', 'test125111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125111', 'test125111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125118', 'test125118', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125118', 'test125118@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125128', 'test125128', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125128', 'test125128@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125147', 'test125147', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125147', 'test125147@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125221', 'test125221', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125221', 'test125221@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125255', 'test125255', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125255', 'test125255@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125258', 'test125258', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125258', 'test125258@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125316', 'test125316', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125316', 'test125316@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125374', 'test125374', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125374', 'test125374@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125395', 'test125395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125395', 'test125395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125435', 'test125435', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125435', 'test125435@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125622', 'test125622', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125622', 'test125622@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125669', 'test125669', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125669', 'test125669@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125802', 'test125802', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125802', 'test125802@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125867', 'test125867', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125867', 'test125867@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('125954', 'test125954', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test125954', 'test125954@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126266', 'test126266', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126266', 'test126266@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126328', 'test126328', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126328', 'test126328@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126531', 'test126531', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126531', 'test126531@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126550', 'test126550', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126550', 'test126550@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126583', 'test126583', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126583', 'test126583@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126624', 'test126624', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126624', 'test126624@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126626', 'test126626', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126626', 'test126626@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126658', 'test126658', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126658', 'test126658@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126743', 'test126743', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126743', 'test126743@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126774', 'test126774', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126774', 'test126774@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126870', 'test126870', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126870', 'test126870@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126883', 'test126883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126883', 'test126883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126943', 'test126943', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126943', 'test126943@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('126950', 'test126950', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test126950', 'test126950@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127043', 'test127043', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127043', 'test127043@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127106', 'test127106', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127106', 'test127106@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127224', 'test127224', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127224', 'test127224@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127348', 'test127348', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127348', 'test127348@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127395', 'test127395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127395', 'test127395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127468', 'test127468', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127468', 'test127468@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127741', 'test127741', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127741', 'test127741@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127910', 'test127910', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127910', 'test127910@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('127936', 'test127936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test127936', 'test127936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128042', 'test128042', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128042', 'test128042@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128246', 'test128246', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128246', 'test128246@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128287', 'test128287', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128287', 'test128287@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128331', 'test128331', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128331', 'test128331@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128387', 'test128387', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128387', 'test128387@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128438', 'test128438', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128438', 'test128438@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128450', 'test128450', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128450', 'test128450@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128492', 'test128492', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128492', 'test128492@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128508', 'test128508', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128508', 'test128508@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128537', 'test128537', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128537', 'test128537@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128572', 'test128572', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128572', 'test128572@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128736', 'test128736', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128736', 'test128736@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('128811', 'test128811', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test128811', 'test128811@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129414', 'test129414', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129414', 'test129414@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129780', 'test129780', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129780', 'test129780@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129800', 'test129800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129800', 'test129800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('129886', 'test129886', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test129886', 'test129886@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130004', 'test130004', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130004', 'test130004@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130019', 'test130019', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130019', 'test130019@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130050', 'test130050', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130050', 'test130050@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130075', 'test130075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130075', 'test130075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130127', 'test130127', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130127', 'test130127@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130154', 'test130154', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130154', 'test130154@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130211', 'test130211', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130211', 'test130211@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130243', 'test130243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130243', 'test130243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130486', 'test130486', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130486', 'test130486@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130507', 'test130507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130507', 'test130507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130600', 'test130600', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130600', 'test130600@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('130621', 'test130621', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test130621', 'test130621@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131003', 'test131003', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131003', 'test131003@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131126', 'test131126', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131126', 'test131126@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131216', 'test131216', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131216', 'test131216@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131285', 'test131285', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131285', 'test131285@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131292', 'test131292', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131292', 'test131292@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131416', 'test131416', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131416', 'test131416@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131437', 'test131437', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131437', 'test131437@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131507', 'test131507', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131507', 'test131507@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131607', 'test131607', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131607', 'test131607@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131865', 'test131865', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131865', 'test131865@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131883', 'test131883', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131883', 'test131883@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('131946', 'test131946', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test131946', 'test131946@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132066', 'test132066', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132066', 'test132066@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132115', 'test132115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132115', 'test132115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132219', 'test132219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132219', 'test132219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132589', 'test132589', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132589', 'test132589@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132819', 'test132819', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132819', 'test132819@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132861', 'test132861', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132861', 'test132861@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132880', 'test132880', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132880', 'test132880@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132936', 'test132936', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132936', 'test132936@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('132980', 'test132980', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test132980', 'test132980@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133093', 'test133093', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133093', 'test133093@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133115', 'test133115', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133115', 'test133115@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133173', 'test133173', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133173', 'test133173@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133232', 'test133232', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133232', 'test133232@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133623', 'test133623', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133623', 'test133623@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('133659', 'test133659', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test133659', 'test133659@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134075', 'test134075', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134075', 'test134075@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134120', 'test134120', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134120', 'test134120@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134162', 'test134162', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134162', 'test134162@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134394', 'test134394', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134394', 'test134394@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134436', 'test134436', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134436', 'test134436@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134444', 'test134444', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134444', 'test134444@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134448', 'test134448', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134448', 'test134448@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134721', 'test134721', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134721', 'test134721@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134751', 'test134751', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134751', 'test134751@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('134944', 'test134944', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test134944', 'test134944@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135201', 'test135201', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135201', 'test135201@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135368', 'test135368', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135368', 'test135368@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135903', 'test135903', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135903', 'test135903@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('135968', 'test135968', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test135968', 'test135968@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136057', 'test136057', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136057', 'test136057@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136111', 'test136111', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136111', 'test136111@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136219', 'test136219', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136219', 'test136219@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136243', 'test136243', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136243', 'test136243@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136395', 'test136395', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136395', 'test136395@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136480', 'test136480', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136480', 'test136480@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136638', 'test136638', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136638', 'test136638@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('136984', 'test136984', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test136984', 'test136984@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137339', 'test137339', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137339', 'test137339@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137402', 'test137402', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137402', 'test137402@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137410', 'test137410', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137410', 'test137410@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137413', 'test137413', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137413', 'test137413@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137481', 'test137481', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137481', 'test137481@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137560', 'test137560', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137560', 'test137560@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('137924', 'test137924', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test137924', 'test137924@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138056', 'test138056', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138056', 'test138056@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138318', 'test138318', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138318', 'test138318@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138446', 'test138446', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138446', 'test138446@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138477', 'test138477', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138477', 'test138477@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138488', 'test138488', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138488', 'test138488@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138763', 'test138763', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138763', 'test138763@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138800', 'test138800', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138800', 'test138800@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138934', 'test138934', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138934', 'test138934@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0'), +('138939', 'test138939', '$2y$13$6X4RYJqepBi2Te1pY1nq5.oGtUMY7aB6SOTO2lTEOx7lUTlNwOfqS', 'test138939', 'test138939@test.com', '2018-01-02 02:40:51', '127.0.0.1', '2018-01-02 02:40:51', '1', '1', '0', '5', '0', '0') +; diff --git a/dev/db/samples/tingle/user_completed_marker.sql b/dev/db/samples/tingle/user_completed_marker.sql new file mode 100644 index 00000000..e25a102e --- /dev/null +++ b/dev/db/samples/tingle/user_completed_marker.sql @@ -0,0 +1,43 @@ +-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for Linux (x86_64) +-- +-- Host: localhost Database: tingle +-- ------------------------------------------------------ +-- Server version 10.5.18-MariaDB + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `user_completed_marker` +-- + +DROP TABLE IF EXISTS `user_completed_marker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `user_completed_marker` ( + `user_id` int(11) NOT NULL, + `marker_id` int(11) NOT NULL, + `complete_date` datetime NOT NULL, + `visible` int(11) NOT NULL, + PRIMARY KEY (`user_id`,`marker_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +/*!40101 SET character_set_client = @saved_cs_client */; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-03-30 14:38:25 From 485d75881f59e799ceed941615b6cf2acf9aeefd Mon Sep 17 00:00:00 2001 From: Pysis Date: Fri, 31 Mar 2023 21:38:00 -0400 Subject: [PATCH 30/73] Added migration for missing changelog entries that were added in c0b1fb226259310794ac9296a2c5294cf506bf11. Updated install and dev doc with useful commands and samples, along with the gemfiles I was updating and getting to work to create these changes, and including sample SQL data fixes not part of the mentioned earlier commit. --- Gemfile | 10 ++- Gemfile.lock | 87 +++++++++---------- ...add_missing_old_entries_and_minor_fixes.rb | 5 ++ ...dd_missing_old_entries_and_minor_fixes.sql | 11 +++ dev/db/samples/tingle/changelog.sql | 6 +- dev/db/samples/tingle/schema_migrations.sql | 3 +- docs/Development.md | 19 +++- docs/Installation.md | 16 ++-- 8 files changed, 99 insertions(+), 58 deletions(-) create mode 100644 dev/db/migrate/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.rb create mode 100644 dev/db/migrate/sql/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.sql diff --git a/Gemfile b/Gemfile index e1ca506e..422257eb 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,15 @@ source "https://rubygems.org" -git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } +# git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } +# git_source(:github) {|repo_name| "https://github.com/#{repo_name}.git" } +# TODO: Unable to use updated fork+branch with default schema syntax error rm fix, so just install manually for now: +# Source: https://github.com/thuss/standalone-migrations/issues/169#issuecomment-1492516629 gem 'standalone_migrations' +# gem 'standalone-migrations', git: 'https://github.com/mlarraz/standalone-migrations', branch: 'rm_schema_default' +# gem 'standalone-migrations', github: 'mlarraz/standalone-migrations', branch: 'rm_schema_default' + +# Still relevant as `mysql` is still out-dated/-moded by Ruby 2/4 +# Source: https://stackoverflow.com/a/41521197/1091943 gem 'mysql2' diff --git a/Gemfile.lock b/Gemfile.lock index 37fc76bc..c26caba0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,71 +1,70 @@ GEM remote: https://rubygems.org/ specs: - actionpack (6.0.4) - actionview (= 6.0.4) - activesupport (= 6.0.4) - rack (~> 2.0, >= 2.0.8) + actionpack (7.0.4.3) + actionview (= 7.0.4.3) + activesupport (= 7.0.4.3) + rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.0.4) - activesupport (= 6.0.4) + actionview (7.0.4.3) + activesupport (= 7.0.4.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.0.4) - activesupport (= 6.0.4) - activerecord (6.0.4) - activemodel (= 6.0.4) - activesupport (= 6.0.4) - activesupport (6.0.4) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activerecord (7.0.4.3) + activemodel (= 7.0.4.3) + activesupport (= 7.0.4.3) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) builder (3.2.4) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.2) crass (1.0.6) - erubi (1.10.0) - i18n (1.8.10) + erubi (1.12.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - loofah (2.12.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.6.1) - minitest (5.14.4) - mysql2 (0.5.3) - nokogiri (1.12.3) - mini_portile2 (~> 2.6.1) + mini_portile2 (2.8.1) + minitest (5.18.0) + mysql2 (0.5.5) + nokogiri (1.14.2) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - racc (1.5.2) - rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) + racc (1.6.2) + rack (2.2.6.4) + rack-test (2.1.0) + rack (>= 1.3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) - railties (6.0.4) - actionpack (= 6.0.4) - activesupport (= 6.0.4) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) + railties (7.0.4.3) + actionpack (= 7.0.4.3) + activesupport (= 7.0.4.3) method_source - rake (>= 0.8.7) - thor (>= 0.20.3, < 2.0) + rake (>= 12.2) + thor (~> 1.0) + zeitwerk (~> 2.5) rake (13.0.6) - standalone_migrations (6.0.0) - activerecord (>= 4.2.7, < 6.1.0, != 5.2.3.rc1, != 5.2.3) - railties (>= 4.2.7, < 6.1.0, != 5.2.3.rc1, != 5.2.3) + standalone_migrations (7.1.0) + activerecord (>= 4.2.7, < 7.1.0, != 5.2.3.rc1, != 5.2.3) + railties (>= 4.2.7, < 7.1.0, != 5.2.3.rc1, != 5.2.3) rake (>= 10.0) - thor (1.1.0) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) - zeitwerk (2.4.2) + thor (1.2.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.7) PLATFORMS ruby diff --git a/dev/db/migrate/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.rb b/dev/db/migrate/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.rb new file mode 100644 index 00000000..01d43adc --- /dev/null +++ b/dev/db/migrate/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.rb @@ -0,0 +1,5 @@ +class ChangelogAddMissingOldEntriesAndMinorFixes < ActiveRecord::Migration[7.0] + def up + File.open('dev/db/migrate/sql/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.sql').read.lines.each { |line| execute line if line != "\n" } + end +end diff --git a/dev/db/migrate/sql/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.sql b/dev/db/migrate/sql/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.sql new file mode 100644 index 00000000..d7edd81d --- /dev/null +++ b/dev/db/migrate/sql/20230331200740_changelog_add_missing_old_entries_and_minor_fixes.sql @@ -0,0 +1,11 @@ +UPDATE `changelog` SET `content` = '1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books, and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!' WHERE `id` = '11'; +UPDATE `changelog` SET `content` = 'You can now select multiple categories at the same time.' WHERE `id` = '13'; + +INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); +INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); +INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); +INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); +INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); +INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); +INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); +INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); diff --git a/dev/db/samples/tingle/changelog.sql b/dev/db/samples/tingle/changelog.sql index 4a150729..91caa214 100644 --- a/dev/db/samples/tingle/changelog.sql +++ b/dev/db/samples/tingle/changelog.sql @@ -48,9 +48,9 @@ INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); -INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); +INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books, and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); -INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same type.'); +INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same time.'); INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); @@ -88,4 +88,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-03-30 14:31:35 +-- Dump completed on 2023-03-31 21:35:08 diff --git a/dev/db/samples/tingle/schema_migrations.sql b/dev/db/samples/tingle/schema_migrations.sql index 29f0fdb0..f9487b1c 100644 --- a/dev/db/samples/tingle/schema_migrations.sql +++ b/dev/db/samples/tingle/schema_migrations.sql @@ -47,6 +47,7 @@ INSERT INTO `schema_migrations` VALUES ('20210811034535'); INSERT INTO `schema_migrations` VALUES ('20210811035109'); INSERT INTO `schema_migrations` VALUES ('20210811040936'); INSERT INTO `schema_migrations` VALUES ('20210811143812'); +INSERT INTO `schema_migrations` VALUES ('20230331200740'); /*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -59,4 +60,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-03-30 14:31:35 +-- Dump completed on 2023-03-31 21:35:16 diff --git a/docs/Development.md b/docs/Development.md index 973373f9..bb76efd1 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -143,8 +143,8 @@ Common Commands: Create a new migration: - `rake db:new_migration name=foo_bar_migration` - Then edit it with your features's details. + `rake db:new_migration name=(read)` + Then edit it with your features' details. To apply your newest migration: `rake db:migrate` To migrate to a specific version (for example to rollback) @@ -165,6 +165,21 @@ This tool does also help with naming and the content for the class at least, and I create new files with this customized command: `rake db:new_migration name=(read | tr ' ' '_')` + Samples: + - Execute Raw SQL: + - So far in the migration Ruby code just have the up method typically, but could always support down with the custom opposing statements in later habits where necessary. + - Inline statement: + - ``` + execute <<-SQL + UPDATE `user` SET `seen_latest_changelog` = 0; + SQL + ``` + - External file: + - ``` + execute File.open('dev/db/migrate/sql/20210811040936_users_add_new_placeholders_for_new_marker_contributions.sql').read + ``` + - Multiple Queries: + - Add `.lines.each { |line| execute line if line != "\n" }` the string containing the queries separated by newlines. More Info: http://edgeguides.rubyonrails.org/active_record_migrations.html https://www.ralfebert.de/snippets/ruby-rails/models-tables-migrations-cheat-sheet/ diff --git a/docs/Installation.md b/docs/Installation.md index 93b5d871..cabf3216 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -129,11 +129,12 @@ versiontag = ``` * Install database migration creation framework tool, and run it. - * Install Ruby - * I used 2.4.1/. - * Install RubyGems + * Install Ruby and its development header files too. + * I used 2.4.1/3.1.3. + * Install/Update RubyGems * https://rubygems.org/pages/download - * I used 2.6.11/. + * I used 2.6.11/3.3.26/3.4.10. + * `gem update --system` * Install the migration tool, and its dependencies * Note: If you use Cygwin or other Linux-like environments like msys2 or mingw, be careful that they don't interfere with gems that require native installation at least like nokogiri, but also possibly mysql2 as well. * I removed the Cygwin ruby package and installed the native Windows one using the installer that bundles the devkit to help. Then I had some stray `gem`, `rake`, and `*mingw*` commands in my Cygwin environment possibly without a proper package, so I just removed them, and also made fish functions to call them by their Windows-style paths. I stopped getting install errors after that like configure with an `*-ar` executable, failed to apply a patch by not finding a file that is actually there, etc. @@ -151,12 +152,13 @@ * It fixes a particular issue when running several of the commands, but doesn't pass several tests O_o. * Some commands might not work, but the main ones I have used so far only print a stack trace for the error, but still work. * The automatic way - * Install the 2 troublesome gems above in the note manually first. - * `gem install bundler` + * Install/Update the 2 troublesome gems above in the note manually first. + * `gem install bundler` (2.4.10) + * `bundle update standalone_migrations` * `bundle install` * `dev/db/config.yml.example dev/db/config.yml` * Configure like the `.env` file, but use a different account that is more privileged for managing the database. - * Hopefully never using the `root` in a script, so just make another similar to the first one made for the project, use a different password, and add these additional permissions: `ALTER, CREATE, CREATE TEMPORARY TABLES, DELETE, DROP, LOCK TABLES, REFERENCES, INDEX`. + * Hopefully never using the `root` in a script, so just make another similar to the first one made for the project, use a different password, and add these additional permissions: `ALTER, CREATE, CREATE TEMPORARY TABLES, DELETE, DROP, INSERT, LOCK TABLES, REFERENCES, INDEX`. * `PROCESS` is also needed for the export script, and is a global privilege. * This set could be reduced, but it's what I chose for now.. * Note which environment you are configuring for and use the appropriate section. From c50b71a441a8c3e19ba420ab9e6e00b0bd39aa79 Mon Sep 17 00:00:00 2001 From: Pysis Date: Sat, 1 Apr 2023 11:44:57 -0400 Subject: [PATCH 31/73] Add 'converge in place' Enables base converge mode implicitly Just 1 operation necessary for now. Needed additional care with file switching. Removed redundant base for converged file path. Updated converge warning message with additional 'in place' detail. Avoids trouble from using entire, existing sed script like removing field data type widths, as the first seen problem. Added and cleaned some debug statements. Disabled unnecessary double quote escaping. Organizing, step functions, and output blocks since some requires updated derived variable values now. --- dev/db/createSampleDatabaseExport/run.sh | 181 ++++++++++++++--------- 1 file changed, 108 insertions(+), 73 deletions(-) diff --git a/dev/db/createSampleDatabaseExport/run.sh b/dev/db/createSampleDatabaseExport/run.sh index c5f24de5..e2bb712f 100644 --- a/dev/db/createSampleDatabaseExport/run.sh +++ b/dev/db/createSampleDatabaseExport/run.sh @@ -96,12 +96,14 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; issueCommand() { # debugPrint 'issueCommand Start'; commandString="$1"; - commandString="$(echo "$commandString" | sed 's|"|\\"|g')"; + # debugPrint "commandString: $commandString"; + # commandString="$(echo "$commandString" | sed 's|"|\\"|g')"; + # debugPrint "commandString: $commandString"; if [[ "$dryRun" == "false" ]]; then eval "$commandString"; commandStatus="$?"; - # debugPrint "issueCommand commandStatus: $commandStatus"; + # debugPrint "commandStatus: $commandStatus"; if [[ "$commandStatus" -eq '0' ]]; then # debugPrint 'issueCommand Success'; statusPrint "[${GREEN}Success${NC}] "; @@ -125,6 +127,14 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; # debugPrint 'issueCommand End'; } + cleanAndExit() { + exitStatusToApply="${1:-2}"; + # statusPrint "\n"; + issueStepClean; + statusPrint "Exiting..."; + exit "$exitStatusToApply"; + } + issueStepClean() { # [[ -n "$allIntermediateDirPaths" ]] && \ # issueStep \ @@ -138,14 +148,6 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; ; } - cleanAndExit() { - exitStatusToApply="${1:-2}"; - # statusPrint "\n"; - issueStepClean; - statusPrint "Exiting..."; - exit "$exitStatusToApply"; - } - issueStepD2UConditional() { file="$1"; @@ -270,21 +272,43 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; # debugPrint 'issueStepsUserSanAndGen End'; } - issueStepConverge() { + issueStepConvergePrepareConditional() { filePath="$1"; - convergedFilePath="$2"; - if [[ "$converge" == "true" ]]; then - convergedFilePath=""; + + if [[ \ + "$converge" == "true" \ + && "$convergeInPlace" == "true" \ + ]]; then issueStep \ - "Converging database SQL formats by eliminating less important details." \ - "sed -r -f \ - '$convergeSedFilePath' \ - '$filePath' \ - > '$convergedFilePath' \ - " \ + "Preparing existing data for later converging replacement." \ + "bakStr=\"\$(grep -P '^-- Dump completed on (.+)?\$' '$filePath')\"" \ ; fi } + + issueStepConvergeConditional() { + filePath="$1"; + convergedFilePath="$2"; + + if [[ "$converge" == "true" ]]; then + if [[ "$convergeInPlace" == "true" ]]; then + issueStep \ + "Converging database SQL formats by replacing less important details with those from the previous file." \ + "sed -r -i 's|^-- Dump completed on (.+)?\$|$bakStr|' '$filePath'; + " \ + ; + else + issueStep \ + "Converging database SQL formats by eliminating less important details." \ + "sed -r -f \ + '$convergeSedFilePath' \ + '$filePath' \ + > "$convergedFilePath"; + " \ + ; + fi + fi + } } ## Initialization @@ -308,7 +332,8 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; [[ -z "$dryRun" ]] && dryRun="false" ; [[ -z "$failFast" ]] && failFast="true" ; [[ -z "$cleanOnFailure" ]] && cleanOnFailure="true" ; - [[ -z "$converge" ]] && converge="false" ; + [[ -z "$converge" ]] && converge="false" ; + [[ -z "$convergeInPlace" ]] && convergeInPlace="false" ; [[ -z "$oneFile" ]] && oneFile="false" ; [[ -z "$dbName" ]] && dbName="tingle"; [[ -z "$outputName" ]] && outputName="tingle"; @@ -325,6 +350,7 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; # debugPrint "failFast: $failFast"; # debugPrint "cleanOnFailure: $cleanOnFailure"; # debugPrint "converge: $converge"; + # debugPrint "convergeInPlace: $convergeInPlace"; # debugPrint "oneFile: $oneFile"; # debugPrint "dbName: $dbName"; # debugPrint "outputName: $outputName"; @@ -332,50 +358,6 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; # debugPrint "dbClientExe: $dbClientExe"; } -## Usage message -{ - if [[ "$1" == '-h' || "$1" == '--help' ]]; then - echo 'Usage: $0 [-h|--help]'; - echo; - echo 'Configuration:'; - echo -e "\tbriefMessages - Condenses verbose step command description messages to fit withing a single line of terminal width (hopefully..). (Current: $briefMessages)"; - echo -e "\tcleanOnFailure - Removes result files when an error occurs with a step command. (Current: $cleanOnFailure)"; - echo -e "\tconverge - Enables mode to further process resultant SQL data so that it can be more efficiently compared. (Current: $converge)"; - echo -e "\tdbClientExe - The executable to use when issuing certain custom commands to the database server. (Current: $dbClientExe)"; - echo -e "\tdbDumpExe - The executable to use when exporting data from the database server. (Current: $dbDumpExe)"; - echo -e "\tdbName - The name of the database schema to work with. (Current: $dbName)"; - echo -e "\tdryRun - Output step commands, but do not execute them. (Current: $dryRun)"; - echo -e "\tfailFast - Stop when a single step encounters a problem. (Current: $failFast)"; - echo -e "\toneFile - Enables the mode to output result data in a single file in the root directory, versus separate ones in a respective subdirectory. (Current: $oneFile)"; - echo -e "\toutputName - Customizable name for the result directory or single file. (Current: $outputName)"; - echo -e "\tpause - Wait for the user to press the enter key to execute each step. (Current: $pause)"; - echo -e "\tquiet - Do not output anything. (Current: $quiet)"; - echo -e "\tverbose - Output more messages, such as the step commands being executed. (Current: $verbose)"; - exit; - fi -} - -## Config message (condensed) -{ - if [[ "$1" == '-c' || "$1" == '--config' ]]; then - echo 'Configuration:'; - echo -e "\tbriefMessages : $(pTWSC "$briefMessages" )"; - echo -e "\tcleanOnFailure: $(pTWSC "$cleanOnFailure" )"; - echo -e "\tconverge : $(pTWSC "$converge" )"; - echo -e "\tdbClientExe : $dbClientExe" ; - echo -e "\tdbDumpExe : $dbDumpExe" ; - echo -e "\tdbName : $dbName" ; - echo -e "\tdryRun : $(pTWSC "$dryRun" )"; - echo -e "\tfailFast : $(pTWSC "$failFast" )"; - echo -e "\toneFile : $(pTWSC "$oneFile" )"; - echo -e "\toutputName : $outputName" ; - echo -e "\tpause : $(pTWSC "$pause" )"; - echo -e "\tquiet : $(pTWSC "$quiet" )"; - echo -e "\tverbose : $(pTWSC "$verbose" )"; - exit; - fi -} - ## Derived Configuration & Internal Variables { samplesDir="$SDIR/../samples"; @@ -449,8 +431,8 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; fi generateDevUsersQueryFilePath="$SDIR/generateDevUsers.sql"; - sqlizeSedFilePath="$SDIR/sqlize.sed"; - convergeSedFilePath="$SDIR/converge.sed" + sqlizeSedFilePath="$SDIR/sqlize.sed" ; + convergeSedFilePath="$SDIR/converge.sed" ; # Intermediate, temporary, working directories and files to be deleted at the end of the process, and a few other variables. if [[ "$oneFile" = 'true' ]]; then @@ -479,7 +461,10 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; [[ ! -d "$completeDirPath" && "$dryRun" != 'true' ]] && mkdir "$completeDirPath"; fi - [[ "$converge" == "true" ]] && convergeSuffix="-converged"; + [[ "$convergeInPlace" == 'true' && "$converge" != 'true' ]] \ + && converge='true'; + [[ "$converge" == 'true' && "$convergeInPlace" != 'true' ]] \ + && convergeSuffix="-converged"; # debugPrint "samplesDir: $samplesDir"; # debugPrint "removeAITables: $removeAITables"; @@ -494,6 +479,52 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; # debugPrint "tableNames: $tableNames"; } +## Usage message +{ + if [[ "$1" == '-h' || "$1" == '--help' ]]; then + echo 'Usage: $0 [-h|--help]'; + echo; + echo 'Configuration:'; + echo -e "\tbriefMessages - Condenses verbose step command description messages to fit withing a single line of terminal width (hopefully..). (Current: $briefMessages)"; + echo -e "\tcleanOnFailure - Removes result files when an error occurs with a step command. (Current: $cleanOnFailure)"; + echo -e "\tconverge - Enables mode to further process resultant SQL data so that it can be more efficiently compared. (Current: $converge)"; + echo -e "\tconvergeInPlace - Like converge, but does not alter the result file name, and runs an alternate, more limited, set of pattern replacements to better show only content changes with the primary samples. Do not store this!! (Current: $convergeInPlace)"; + echo -e "\tdbClientExe - The executable to use when issuing certain custom commands to the database server. (Current: $dbClientExe)"; + echo -e "\tdbDumpExe - The executable to use when exporting data from the database server. (Current: $dbDumpExe)"; + echo -e "\tdbName - The name of the database schema to work with. (Current: $dbName)"; + echo -e "\tdryRun - Output step commands, but do not execute them. (Current: $dryRun)"; + echo -e "\tfailFast - Stop when a single step encounters a problem. (Current: $failFast)"; + echo -e "\toneFile - Enables the mode to output result data in a single file in the root directory, versus separate ones in a respective subdirectory. (Current: $oneFile)"; + echo -e "\toutputName - Customizable name for the result directory or single file. (Current: $outputName)"; + echo -e "\tpause - Wait for the user to press the enter key to execute each step. (Current: $pause)"; + echo -e "\tquiet - Do not output anything. (Current: $quiet)"; + echo -e "\tverbose - Output more messages, such as the step commands being executed. (Current: $verbose)"; + exit; + fi +} + +## Config message (condensed) +{ + if [[ "$1" == '-c' || "$1" == '--config' ]]; then + echo 'Configuration:' ; + echo -e "\tbriefMessages : $(pTWSC "$briefMessages" )"; + echo -e "\tcleanOnFailure : $(pTWSC "$cleanOnFailure" )"; + echo -e "\tconverge : $(pTWSC "$converge" )"; + echo -e "\tconvergeInPlace: $(pTWSC "$convergeInPlace" )"; + echo -e "\tdbClientExe : $dbClientExe" ; + echo -e "\tdbDumpExe : $dbDumpExe" ; + echo -e "\tdbName : $dbName" ; + echo -e "\tdryRun : $(pTWSC "$dryRun" )"; + echo -e "\tfailFast : $(pTWSC "$failFast" )"; + echo -e "\toneFile : $(pTWSC "$oneFile" )"; + echo -e "\toutputName : $outputName" ; + echo -e "\tpause : $(pTWSC "$pause" )"; + echo -e "\tquiet : $(pTWSC "$quiet" )"; + echo -e "\tverbose : $(pTWSC "$verbose" )"; + exit; + fi +} + ## Main Program Flow { trap ' \ @@ -533,6 +564,9 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; if [[ "$oneFile" = 'true' ]]; then ## Export to a single, ultimate combined file. # debugPrint "oneFile Start"; + + issueStepConvergePrepareConditional "$completeFilePath"; + issueStep \ "Exporting majority of the database structure, keeping the auto increment values to match the data later on." \ "'$dbDumpExe' \ @@ -580,7 +614,7 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; issueStepD2UConditional "$completeFilePath"; ## Converge Action - issueStepConverge \ + issueStepConvergeConditional \ "$completeFilePath" \ "$completeConvergedFilePath" \ ; @@ -603,7 +637,6 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; for tableName in $tableNames; do # debugPrint "Table Start"; # debugPrint "tableName: $tableName"; - if ! includes \ "$defaultTableNames" \ "$tableName" \ @@ -613,9 +646,11 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; fi resultFile="$completeDirPath/$tableName.sql"; - resultConvergedFilePath="$samplesDir/$completeDirPath/$tableName$convergeSuffix.sql"; + resultConvergedFilePath="$completeDirPath/$tableName$convergeSuffix.sql"; # debugPrint "resultFile: $resultFile"; + issueStepConvergePrepareConditional "$resultFile"; + if includes \ "$removeAITables" \ "$tableName" \ @@ -704,7 +739,7 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; issueStepD2UConditional "$resultFile"; ## Converge Action - issueStepConverge \ + issueStepConvergeConditional \ "$resultFile" \ "$resultConvergedFilePath" \ ; @@ -718,7 +753,7 @@ SDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; ## Converge Warning Message if [[ "$converge" == "true" ]]; then echo; - echo "Important Note: The 'converge' option is enabled. Do NOT store these exported SQL files permanently in source control OR import them into any database! + echo "Important Note: The 'converge' option is enabled. Do NOT store these exported SQL files permanently in source control OR import them into any database, ESPECIALLY if they are overwritten in place! They are for comparing important differences more easily and quickly by removing any less important or always differing information such as defaults and other details *to the content*, but are still important for proper function for the data in its respective sources. The data differences are ONLY to be manually and carefully reviewed, ported through migrations using the more exact, unique, and explicit details to converge the databases more properly, then deleted after committing those migration code files."; fi From 0c30e06ffc20b47859e74941408a6096e877665b Mon Sep 17 00:00:00 2001 From: Pysis Date: Mon, 3 Apr 2023 16:23:49 -0400 Subject: [PATCH 32/73] Add custom changelog handling For those that want to view more than just the latest version's details. Added `allSince` and `includeHidden` options, default false for the consistent behavior, to the server API. Cleaned that code too. Left in debug statement style suggestions. Added reference source comment for JSON output. Added `hidden` field to the table. Updated redundant entries as hidden now, to keep as additional details for developers' and power users' reference. Improved default for the `content` field. Finally some AR migration code and added to doc samples. --- ajax/get_changelog.php | 85 ++++++++++++++----- ..._hidden_field_and_disable_blank_content.rb | 9 ++ ...230403195503_changelog_hide_old_entries.rb | 11 +++ ..._old_entires_and_disable_blank_content.sql | 1 + dev/db/samples/tingle/changelog.sql | 81 +++++++++--------- docs/Development.md | 10 ++- 6 files changed, 136 insertions(+), 61 deletions(-) create mode 100644 dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb create mode 100644 dev/db/migrate/20230403195503_changelog_hide_old_entries.rb create mode 100644 dev/db/migrate/sql/20230403193442_changelog_add_hidden_field_hide_old_entires_and_disable_blank_content.sql diff --git a/ajax/get_changelog.php b/ajax/get_changelog.php index 08a24113..50257c7c 100644 --- a/ajax/get_changelog.php +++ b/ajax/get_changelog.php @@ -2,21 +2,33 @@ $path = __DIR__; include("$path/../config.php"); - if(isset($_GET["sinceVersion"])) - $sinceVersion = $mysqli->real_escape_string($_GET["sinceVersion"]); - + $settingIncludeHidden = ( + isset($_GET["includeHidden"]) + && $_GET["includeHidden"] == 'true' + ); + $settingAllSince = ( + isset($_GET["allSince"]) + && $_GET["allSince"] == 'true' + ); - if(isset($sinceVersion)) { + if(isset($_GET["sinceVersion"])) { + $sinceVersion = $mysqli->real_escape_string($_GET["sinceVersion"]); $sinceVersionParts = explode('.', $sinceVersion, 3); + // $resDebug['sinceVersionParts-GET'] = $sinceVersionParts; } else { start_session("zmap"); - if(isset($_SESSION['v1']) & isset($_SESSION['v2']) & isset($_SESSION['v3'])) { + if( + isset($_SESSION['v1']) + & isset($_SESSION['v2']) + & isset($_SESSION['v3']) + ) { $sinceVersionParts = array( $_SESSION['v1'], $_SESSION['v2'], $_SESSION['v3'] ); + // $resDebug['sinceVersionParts-SESSION'] = $sinceVersionParts; session_write_close(); } else { @@ -30,21 +42,48 @@ } } + $sqlVersionFieldsConcat = "CONCAT( + `version_major`, + '.', + `version_minor`, + '.', + `version_patch` + )"; + if($settingAllSince) { + $sqlSelectUnseenVersion = "SELECT $sqlVersionFieldsConcat `version`"; + $sqlGroup = "GROUP BY `version`"; + } else { + $sqlSelectUnseenVersion = "SELECT MAX($sqlVersionFieldsConcat) `version`"; + } + // $resDebug['_GET["allSince"]'] = $_GET["allSince"]; + if(!$settingIncludeHidden) { + $sqlHiddenPredicate = "AND `hidden` = '0'"; + } $query = " - SELECT `id` - , `version_major` as v1 - , `version_minor` as v2 - , `version_patch` as v3 - , `content` AS content - FROM `{$map_prefix}changelog` - , (select max(concat(`version_major`, '.', `version_minor`, '.', `version_patch`)) latestVersion - from changelog - WHERE concat(`version_major`, '.', `version_minor`, '.', `version_patch`) > '{$sinceVersion}' - ) t - where t.latestVersion = concat(`version_major`, '.', `version_minor`, '.', `version_patch`) + SELECT `id` + , `version_major` AS `v1` + , `version_minor` AS `v2` + , `version_patch` AS `v3` + , `content` AS `content` + FROM `{$map_prefix}changelog` + , ( + $sqlSelectUnseenVersion + FROM `changelog` + WHERE $sqlVersionFieldsConcat > '{$sinceVersion}' + $sqlGroup + ) `unseenVersions` + WHERE + `unseenVersions`.`version` = $sqlVersionFieldsConcat + $sqlHiddenPredicate + ORDER BY + `version_major` ASC + , `version_minor` ASC + , `version_patch` ASC ; "; - //echo $query; + + // $resDebug['map_prefix'] = $map_prefix; + // $resDebug['query'] = $query; $result = @$mysqli->query($query); @@ -53,9 +92,15 @@ return; } - $res = array(); - while($row = $result->fetch_assoc()) { - $res[] = $row; + if(isset($resDebug)) { + $res = $resDebug; + } else { + $res = array(); + // if(isset($resDebug)) $res['__DEBUG__'] = $resDebug; + // Source: https://stackoverflow.com/a/9785685/1091943 + while($row = $result->fetch_assoc()) { + $res[] = $row; + } } echo json_encode($res); ?> diff --git a/dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb b/dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb new file mode 100644 index 00000000..33b49bce --- /dev/null +++ b/dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb @@ -0,0 +1,9 @@ +class ChangelogAddHiddenFieldAndDisableBlankContent < ActiveRecord::Migration[7.0] + def change + change_table :changelog do |t| + t.column :hidden, :boolean, null: false, default: 0, after: :version_patch + + t.change_null :content, false + end + end +end diff --git a/dev/db/migrate/20230403195503_changelog_hide_old_entries.rb b/dev/db/migrate/20230403195503_changelog_hide_old_entries.rb new file mode 100644 index 00000000..0fb3cd2f --- /dev/null +++ b/dev/db/migrate/20230403195503_changelog_hide_old_entries.rb @@ -0,0 +1,11 @@ +class ChangelogHideOldEntries < ActiveRecord::Migration[7.0] + def up + execute " + UPDATE `changelog` + SET `hidden` = '1' + WHERE + `id` > '17' + AND `id` < '26' + ;"; + end +end diff --git a/dev/db/migrate/sql/20230403193442_changelog_add_hidden_field_hide_old_entires_and_disable_blank_content.sql b/dev/db/migrate/sql/20230403193442_changelog_add_hidden_field_hide_old_entires_and_disable_blank_content.sql new file mode 100644 index 00000000..2236bc7e --- /dev/null +++ b/dev/db/migrate/sql/20230403193442_changelog_add_hidden_field_hide_old_entires_and_disable_blank_content.sql @@ -0,0 +1 @@ +UPDATE SET `hidden` IN `changelog` WHERE `id` > '17' and `id` < `26` diff --git a/dev/db/samples/tingle/changelog.sql b/dev/db/samples/tingle/changelog.sql index 91caa214..5ec5f0da 100644 --- a/dev/db/samples/tingle/changelog.sql +++ b/dev/db/samples/tingle/changelog.sql @@ -27,7 +27,8 @@ CREATE TABLE `changelog` ( `version_major` int(11) NOT NULL, `version_minor` int(11) NOT NULL, `version_patch` int(11) NOT NULL, - `content` text DEFAULT NULL, + `hidden` tinyint(1) NOT NULL DEFAULT 0, + `content` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; @@ -38,44 +39,44 @@ CREATE TABLE `changelog` ( LOCK TABLES `changelog` WRITE; /*!40000 ALTER TABLE `changelog` DISABLE KEYS */; -INSERT INTO `changelog` VALUES (1,0,0,0,'The fabled start of the project!'); -INSERT INTO `changelog` VALUES (2,0,0,1,'Finally, an app to work with :).'); -INSERT INTO `changelog` VALUES (3,0,2,0,'You can now add your own markers! Right click on the map and log in / create an account to start adding (best suited for desktop).'); -INSERT INTO `changelog` VALUES (4,0,2,0,'Optimizations for mobile devices.'); -INSERT INTO `changelog` VALUES (5,0,2,0,'Tons of new markers everyday!'); -INSERT INTO `changelog` VALUES (6,0,3,0,'Mark as complete! You can now right-click a marker (desktop only) to hide a marker indefinitely. You can undo this by using ctrl + z in case of a mistake. This shall help you in the quest to get all koroks, making it much easier to see what you\'re missing. This feature uses cookies, so please don\'t clean it.'); -INSERT INTO `changelog` VALUES (7,0,3,0,'Don\'t show this again has been fixed. Sorry if you read the intro everytime :).'); -INSERT INTO `changelog` VALUES (8,0,3,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); -INSERT INTO `changelog` VALUES (9,0,3,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); -INSERT INTO `changelog` VALUES (10,0,4,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); -INSERT INTO `changelog` VALUES (11,0,4,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books, and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); -INSERT INTO `changelog` VALUES (12,0,5,0,'Completed markers are tied to your account!'); -INSERT INTO `changelog` VALUES (13,0,5,0,'You can now select multiple categories at the same time.'); -INSERT INTO `changelog` VALUES (14,0,5,0,'The top left box can now be collapsed.'); -INSERT INTO `changelog` VALUES (15,0,5,0,'Marker clustering has been disabled (experimental?).'); -INSERT INTO `changelog` VALUES (16,0,5,0,'Markers now show up according to zoom.'); -INSERT INTO `changelog` VALUES (17,0,5,0,'Usability fixes and improvements all over the place.'); -INSERT INTO `changelog` VALUES (18,0,6,0,'Added login button for more obvious accessibility.'); -INSERT INTO `changelog` VALUES (19,0,6,0,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); -INSERT INTO `changelog` VALUES (20,0,6,0,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); -INSERT INTO `changelog` VALUES (21,0,6,0,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); -INSERT INTO `changelog` VALUES (22,0,6,0,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); -INSERT INTO `changelog` VALUES (23,0,6,0,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); -INSERT INTO `changelog` VALUES (24,0,6,0,'Stylistic updates to more closely match final vision.'); -INSERT INTO `changelog` VALUES (25,0,6,0,'A lot of internal system, documentation, and tooling updates!!'); -INSERT INTO `changelog` VALUES (26,0,6,0,'New logo by the Zelda Universe design team!'); -INSERT INTO `changelog` VALUES (27,0,6,0,'Added Login/Account button'); -INSERT INTO `changelog` VALUES (28,0,6,0,'Added Lost Password and Change Password functionality'); -INSERT INTO `changelog` VALUES (29,0,6,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'); -INSERT INTO `changelog` VALUES (30,0,6,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'); -INSERT INTO `changelog` VALUES (31,0,6,0,'Made marker completion hotkeys more intelligent per-OS'); -INSERT INTO `changelog` VALUES (32,0,6,0,'Lots of small interface improvements'); -INSERT INTO `changelog` VALUES (33,0,6,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'); -INSERT INTO `changelog` VALUES (34,0,7,0,'Multi-game support with Link\'s Awakening: More maps for more Zelda games are on the way.'); -INSERT INTO `changelog` VALUES (35,0,7,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\'ve got maps for every dungeon. We\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'); -INSERT INTO `changelog` VALUES (36,0,7,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\'re starting a new run.'); -INSERT INTO `changelog` VALUES (37,0,7,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\'ve completed out of the category total.'); -INSERT INTO `changelog` VALUES (38,0,7,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.'); +INSERT INTO `changelog` VALUES (1,0,0,0,0,'The fabled start of the project!'); +INSERT INTO `changelog` VALUES (2,0,0,1,0,'Finally, an app to work with :).'); +INSERT INTO `changelog` VALUES (3,0,2,0,0,'You can now add your own markers! Right click on the map and log in / create an account to start adding (best suited for desktop).'); +INSERT INTO `changelog` VALUES (4,0,2,0,0,'Optimizations for mobile devices.'); +INSERT INTO `changelog` VALUES (5,0,2,0,0,'Tons of new markers everyday!'); +INSERT INTO `changelog` VALUES (6,0,3,0,0,'Mark as complete! You can now right-click a marker (desktop only) to hide a marker indefinitely. You can undo this by using ctrl + z in case of a mistake. This shall help you in the quest to get all koroks, making it much easier to see what you\'re missing. This feature uses cookies, so please don\'t clean it.'); +INSERT INTO `changelog` VALUES (7,0,3,0,0,'Don\'t show this again has been fixed. Sorry if you read the intro everytime :).'); +INSERT INTO `changelog` VALUES (8,0,3,0,0,'(Admins only) Ability to draw lines and polygons. Soon, we will have paths for Koroks, side-quests, etc.'); +INSERT INTO `changelog` VALUES (9,0,3,0,0,'The following markers were extracted from the game files and their position are considered final: Koroks, Shrines, Towers, Villages, Stables, Great Fairies! More to come...'); +INSERT INTO `changelog` VALUES (10,0,4,0,0,'Remember to right-click (Desktop) or long press (Mobile) to set a marker as complete!'); +INSERT INTO `changelog` VALUES (11,0,4,0,0,'1400+ new markers! This time we added Treasure Chests (with contents), Blupees, Goddess Statues, Memories, Diaries & Books, and Cooking Pots. These markers were extracted from the game files and their position are considered final, along with Koroks, Shrines, Towers, Villages, Stables, Great Fairies!'); +INSERT INTO `changelog` VALUES (12,0,5,0,0,'Completed markers are tied to your account!'); +INSERT INTO `changelog` VALUES (13,0,5,0,0,'You can now select multiple categories at the same time.'); +INSERT INTO `changelog` VALUES (14,0,5,0,0,'The top left box can now be collapsed.'); +INSERT INTO `changelog` VALUES (15,0,5,0,0,'Marker clustering has been disabled (experimental?).'); +INSERT INTO `changelog` VALUES (16,0,5,0,0,'Markers now show up according to zoom.'); +INSERT INTO `changelog` VALUES (17,0,5,0,0,'Usability fixes and improvements all over the place.'); +INSERT INTO `changelog` VALUES (18,0,6,0,1,'Added login button for more obvious accessibility.'); +INSERT INTO `changelog` VALUES (19,0,6,0,1,'Incremental search with type icons, visual and textual relevancy, jump-to navigation, auto-focus, and quick clear!\nWatch out, the first release of this may be wonky.\nMobile gets a separate-looking search bar.'); +INSERT INTO `changelog` VALUES (20,0,6,0,1,'Slippery fast \'Escape\' hotkey now works for clearing the drawer and toggling its presence.\nThe undo marker completion hotkey was updated to be more intelligent per-OS.'); +INSERT INTO `changelog` VALUES (21,0,6,0,1,'More account features such as recovering a lost password through a reset email, and changing an existing password.'); +INSERT INTO `changelog` VALUES (22,0,6,0,1,'Able to set a starting area to focus the map on page load!\nDynamic controls available upon request to help identify the intended coordinates.\nAlso comes with some new configurable zoom parameters for snap enforcement and change interval amount.'); +INSERT INTO `changelog` VALUES (23,0,6,0,1,'Made top drawer buttons have a larger link area and with highlighting background for representing the current state.'); +INSERT INTO `changelog` VALUES (24,0,6,0,1,'Stylistic updates to more closely match final vision.'); +INSERT INTO `changelog` VALUES (25,0,6,0,1,'A lot of internal system, documentation, and tooling updates!!'); +INSERT INTO `changelog` VALUES (26,0,6,0,0,'New logo by the Zelda Universe design team!'); +INSERT INTO `changelog` VALUES (27,0,6,0,0,'Added Login/Account button'); +INSERT INTO `changelog` VALUES (28,0,6,0,0,'Added Lost Password and Change Password functionality'); +INSERT INTO `changelog` VALUES (29,0,6,0,0,'Added search with live results, category icons, relevancy indicators, jump-to navigation, auto-focus, and quick clear!'); +INSERT INTO `changelog` VALUES (30,0,6,0,0,'Removed button to collapse the sidebar on desktop in favor of hotkey (esc)'); +INSERT INTO `changelog` VALUES (31,0,6,0,0,'Made marker completion hotkeys more intelligent per-OS'); +INSERT INTO `changelog` VALUES (32,0,6,0,0,'Lots of small interface improvements'); +INSERT INTO `changelog` VALUES (33,0,6,0,0,'Internal prep work and documentation for the upcoming Zelda Maps open source project'); +INSERT INTO `changelog` VALUES (34,0,7,0,0,'Multi-game support with Link\'s Awakening: More maps for more Zelda games are on the way.'); +INSERT INTO `changelog` VALUES (35,0,7,0,0,'Sub-map support: Sub-maps cover areas like dungeons. You can view a list of all sub-maps for a given game by clicking on \"Switch Maps\". For LA, we\'ve got maps for every dungeon. We\'re looking into ways to incorporate sub-maps into the Breath of the Wild side of things, too.'); +INSERT INTO `changelog` VALUES (36,0,7,0,0,'Reset completed markers: You can now reset your completed marker progress from your account settings. Super useful if you\'re starting a new run.'); +INSERT INTO `changelog` VALUES (37,0,7,0,0,'Category completion progress: Hovering over marker categories will now show you how many markers you\'ve completed out of the category total.'); +INSERT INTO `changelog` VALUES (38,0,7,0,0,'Embed codes for markers: In addition to being able to get a permalink for each marker, you can now get an iframe embed code. Embeds show a nice zoomed in view of the selected marker.'); /*!40000 ALTER TABLE `changelog` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -88,4 +89,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-03-31 21:35:08 +-- Dump completed on 2023-04-03 16:13:30 diff --git a/docs/Development.md b/docs/Development.md index bb76efd1..c29fda48 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -166,6 +166,14 @@ `rake db:new_migration name=(read | tr ' ' '_')` Samples: + - ActiveRecord Ruby Code + - Main benefit is hopefully more terse and efficient syntax, but also applies to automatically handling bidirectional migration/rollback support with declarative styling. + - Add column: + - `t.column :hidden, :boolean, null: false, default: 0, after: :version_patch` + - dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb + - Change column null property: + - `t.change_null :content, false` + - dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb - Execute Raw SQL: - So far in the migration Ruby code just have the up method typically, but could always support down with the custom opposing statements in later habits where necessary. - Inline statement: @@ -181,7 +189,7 @@ - Multiple Queries: - Add `.lines.each { |line| execute line if line != "\n" }` the string containing the queries separated by newlines. More Info: - http://edgeguides.rubyonrails.org/active_record_migrations.html + http://guides.rubyonrails.org/active_record_migrations.html https://www.ralfebert.de/snippets/ruby-rails/models-tables-migrations-cheat-sheet/ ## MySQL Workbench (MWB) File Handling From 953b47b242132d35223a1de6570c267a80a3b9b6 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 4 Apr 2023 22:40:35 -0400 Subject: [PATCH 33/73] Improving res backend before more work Completing earlier changes made to the res framework minifying and serving js and css files but were being annoyingly tracked. Should also help security issues preventing the app from running at all, at least on Linux. Extracted php functions to separate files. Created another for easier debug logging control, with env setting. Made session function generic and error without parameter value. Code style updates with: - spacing, - const var use, not vague path derived var, - variable naming case, descriptiveness, and for boolean conditions as well. --- .env.example | 4 + config.php | 59 +++--------- lib/common/database.php | 30 ++++++ lib/common/log.php | 16 ++++ lib/common/session.php | 12 +++ res.php | 202 +++++++++++++++++++++++++++------------- 6 files changed, 215 insertions(+), 108 deletions(-) create mode 100644 lib/common/database.php create mode 100644 lib/common/log.php create mode 100644 lib/common/session.php diff --git a/.env.example b/.env.example index 04680c94..86bd3581 100644 --- a/.env.example +++ b/.env.example @@ -33,3 +33,7 @@ replyToAddress="" replyToName="Tingle" lostPasswordSubject="Tingle - Password Reset" lostPasswordBodyTemplateFilePath="content/lostPasswordEmailBodyTemplate.txt" + +[INTERNAL] +; Values: 'errorLog' (default), 'output', 'return'. +debugLoggingMode=errorLog diff --git a/config.php b/config.php index 595c51a1..527acfb4 100644 --- a/config.php +++ b/config.php @@ -1,9 +1,11 @@ query("SET NAMES 'utf8'"); - $mysqli->query('SET character_set_connection=utf8'); - $mysqli->query('SET character_set_client=utf8'); - $mysqli->query('SET character_set_results=utf8'); - # $mysqli->set_charset('utf8mb4'); - // if ($mysqli->errno) { - // throw new RuntimeException('mysqli error: ' . $mysqli->error); - // } - - function begin() { - global $mysqli; - return $mysqli->query("BEGIN"); - } - - function commit() { - global $mysqli; - return $mysqli->query("COMMIT"); - } - - function rollback() { - global $mysqli; - return $mysqli->query("ROLLBACK"); - } - - function start_session($name="zmap") { - if(!defined("PHP_MAJOR_VERSION") || PHP_MAJOR_VERSION<7) { - return session_start($name); - } else { - $opts = ["name"=>$name]; - return session_start($opts); - } - } ?> diff --git a/lib/common/database.php b/lib/common/database.php new file mode 100644 index 00000000..18bae202 --- /dev/null +++ b/lib/common/database.php @@ -0,0 +1,30 @@ +query("SET NAMES 'utf8'"); + $mysqli->query('SET character_set_connection=utf8'); + $mysqli->query('SET character_set_client=utf8'); + $mysqli->query('SET character_set_results=utf8'); + # $mysqli->set_charset('utf8mb4'); + // if ($mysqli->errno) { + // throw new RuntimeException('mysqli error: ' . $mysqli->error); + // } + } + + function begin() { + global $mysqli; + return $mysqli->query("BEGIN"); + } + + function commit() { + global $mysqli; + return $mysqli->query("COMMIT"); + } + + function rollback() { + global $mysqli; + return $mysqli->query("ROLLBACK"); + } +?> diff --git a/lib/common/log.php b/lib/common/log.php new file mode 100644 index 00000000..69eb8ec0 --- /dev/null +++ b/lib/common/log.php @@ -0,0 +1,16 @@ + diff --git a/lib/common/session.php b/lib/common/session.php new file mode 100644 index 00000000..41b227b2 --- /dev/null +++ b/lib/common/session.php @@ -0,0 +1,12 @@ + $name]; + return session_start($opts); + } + } +?> diff --git a/res.php b/res.php index 69ac39e4..ff19957d 100644 --- a/res.php +++ b/res.php @@ -1,109 +1,183 @@ $time) { + // $debugOutput .= debug_log("resfile: $resFile"); + + $isCommented = preg_match($commentRegex, $resFile); + $fileExists = file_exists($resFile); + if($isCommented || !$fileExists) { + // $debugOutput .= debug_log("isCommented: " .var_export($isCommented, true)); + // $debugOutput .= debug_log("fileExists: " .var_export($fileExists, true)); + + // $debugOutput .= debug_log('checkIfUpdateNecessaryBySourceFiles continue'); + continue; + } + + if($time != filemtime($resFile)) { + $update = true; + break; + } + } + // $debugOutput .= debug_log('checkIfUpdateNecessaryBySourceFiles END'); + } + + // $debugOutput .= debug_log("__FILE__ : ".__FILE__); + // $debugOutput .= debug_log("__DIR__ : ".__DIR__ ); if(!isset($_GET["type"])) { print("A type must be provided! javascript or css."); exit; } - include_once("$path/config.php"); - $type = strtolower($_GET['type']); - $type = preg_replace("#[^a-z]#","",$type); - if($type!="javascript" && - $type!="css") { - print("Invalid type! ($type)"); + $type = preg_replace("#[^a-z]#", "", $type); + if( + $type != "javascript" + && $type != "css" + ) { + $output .= "Invalid type! ($type)"; return; } $mtype = "text/$type"; $ext = ".css"; - if($type=="javascript") { + if($type == "javascript") { $ext = ".js"; } + // $debugOutput .= debug_log("type : $type " ); + // $debugOutput .= debug_log("mtype : $mtype" ); + // $debugOutput .= debug_log("ext : $ext" ); + header("Content-Type: $mtype"); - $localRegistryFile="$path/$type.ini"; - $cacheRegistryFile="$cacheFolder/$type.ini"; - $cacheDestFile="$cacheFolder/index$ext"; + $localRegistryFile = "$type.txt"; + $localRegistryFileExists = file_exists("$localRegistryFile"); + $localRegistryFileMTime = filemtime("$localRegistryFile"); + $cacheRegistryFile = "$cacheFolder/$localRegistryFile"; + $cacheRegistryFileExists = file_exists("$cacheRegistryFile"); + $cacheRegistryFileMTime = filemtime("$cacheRegistryFile"); + $cacheDestFile = "$cacheFolder/index$ext"; + $cacheDestFileExists = file_exists("$cacheDestFile"); + $cacheDestFileMTime = filemtime("$cacheDestFile"); - $update=false; - if(!file_exists("$cacheRegistryFile")) { - $update=true; - copy("$localRegistryFile", "$cacheRegistryFile") or die("Error: Cache file problem with: $cacheRegistryFile"); + // $debugOutput .= debug_log("localRegistryFile : $localRegistryFile" ); + // $debugOutput .= debug_log("localRegistryFileExists: $localRegistryFileExists" ); + // $debugOutput .= debug_log("localRegistryFileMTime : $localRegistryFileMTime" ); + // $debugOutput .= debug_log("cacheRegistryFile : $cacheRegistryFile" ); + // $debugOutput .= debug_log("cacheRegistryFileExists: $cacheRegistryFileExists" ); + // $debugOutput .= debug_log("cacheRegistryFileMTime : $cacheRegistryFileMTime" ); + // $debugOutput .= debug_log("cacheDestFile : $cacheDestFile" ); + // $debugOutput .= debug_log("cacheDestFileExists : $cacheDestFileExists" ); + // $debugOutput .= debug_log("cacheDestFileMTime : $cacheDestFileMTime" ); + + $update = false; + // $debugOutput .= debug_log("update : ".var_export($update, true)); + if(!$cacheRegistryFileExists) { + // $debugOutput .= debug_log('Source files are prompting an update.'); + $update = true; + copy("$localRegistryFile", "$cacheRegistryFile") + or die("Error: Cache file problem with: $cacheRegistryFile"); } - # Mark for updating the cache or not based on old or absent timestamps. - $data = parse_ini_file("$cacheRegistryFile"); + if( + !$update + && isset($_GET['update']) + && (strtolower($_GET['update']) === "true") + ) { + // $debugOutput .= debug_log('Resource request is explicitly prompting an update.'); + $update = true; + } + if(!$update && $localRegistryFileMTime > $cacheRegistryFileMTime) { + // $debugOutput .= debug_log('Local registry file having changes being more recent are prompting an update.'); + $update = true; + + $localRegistryFileData = file_get_contents($localRegistryFile); + $localRegistryFileDataInified = preg_replace('/\n/', "=\n", $localRegistryFileData); + file_put_contents("$cacheRegistryFile", $localRegistryFileDataInified); + + // $debugOutput .= debug_log("copy(\"$localRegistryFile\", \"$cacheRegistryFile\")"); + // copy("$localRegistryFile", "$cacheRegistryFile") + // or die("Error: Cache file problem with: $cacheRegistryFile"); + } + + $cacheRegistryData = parse_ini_file("$cacheRegistryFile"); + $cacheRegistryDataLinesCount = count($cacheRegistryData); + // $debugOutput .= debug_log("cacheRegistryDataLinesCount: $cacheRegistryDataLinesCount"); + // $debugOutput .= debug_log("cacheRegistryData: ".var_export($cacheRegistryData, true)); // Big if(!$update) { - if(!isset($_GET['update'])) { - foreach($data as $resfile=>$time) { - if( - !stripos($resfile,"//") || - !file_exists("$path/$resfile") - ) { - continue; - } - if($time != filemtime("$path/$resfile")) { - $update=true; - break; - } - } - } else { - $update=(strtolower($_GET['update']) === "true"); + if(checkIfUpdateNecessaryBySourceFiles($cacheRegistryData)) { + // $debugOutput .= debug_log('Source files are prompting an update.'); + $update = true; } } + // $debugOutput .= debug_log("update : ".var_export($update, true)); # Update the minified cache file. if($update) { - // error_log('DEBUG: Updating cached file...
    '); - include "$path/lib/minify.php"; + // $debugOutput .= debug_log('Updating cached file...'); + // $debugOutput .= debug_log('getcwd: '.getcwd()); + include __DIR__."/lib/minify.php"; + $output = "/* index$ext */\n"; - foreach($data as $resfile=>$time) { - // error_log('DEBUG: Processing file entry'.$resfile.'...
    '); - $rfpath = $resfile; - if(stripos($resfile,"//")) continue; - $rfpath = "$path/$resfile"; - if(!file_exists($rfpath)) { - $output.="/* $resfile doesn't exist */\n"; + foreach($cacheRegistryData as $resFile => $time) { + // $debugOutput .= debug_log("resFile: $resFile"); + $isCommented = preg_match($commentRegex, $resFile); + if($isCommented) { + // $debugOutput .= debug_log('Commented file; skipping...'); + continue; + } + $resFilePath = __DIR__."/$resFile"; + // $debugOutput .= debug_log("resFilePath: $resFilePath"); + if(!file_exists($resFilePath)) { + $output .= "/* $resFile doesn't exist */\n"; + continue; } - $output.="/* Source: $resfile */\n"; - $resfiledata = file_get_contents($rfpath); + $output .= "/* Source: $resFile */\n"; + $resFileData = file_get_contents($resFilePath); if($minify) { - if($type=="javascript") { - // error_log('DEBUG: Minifying javascript...
    '); - $resfiledata = minify_js($resfiledata); + if($type == "javascript") { + // $debugOutput .= debug_log('Minifying javascript...'); + $resFileData = minify_js($resFileData); } else { - // error_log('DEBUG: Minifying css...
    '); - $resfiledata = minify_css($resfiledata); + // $debugOutput .= debug_log('Minifying css...'); + $resFileData = minify_css($resFileData); } } - $output.="$resfiledata\n"; - if(stripos($resfile,"//")===false) { - $data[$resfile]=filemtime($rfpath); - } + $output .= "$resFileData\n"; + $cacheRegistryData[$resFile] = filemtime($resFilePath); } + # Save and send the minified file. file_put_contents("$cacheDestFile", $output); - header("Content-Length: ".strlen($output)); - header("X-Updated: true"); - print $output; # Store timestamps for freshly-chached resource files in the registry file. - $output = ""; - foreach($data as $resfile=>$time) { - $output.="$resfile=$time\n"; + $regData = ""; + foreach($cacheRegistryData as $resFile=>$time) { + $regData .= "$resFile=$time\n"; } - file_put_contents("$cacheRegistryFile", $output); - return; + file_put_contents("$cacheRegistryFile", $regData); } - $output = file_get_contents("$cacheDestFile"); - - header("Content-Length: ".strlen($output)); - header("X-Updated: false"); + $output .= $debugOutput; + $output .= file_get_contents("$cacheDestFile"); + $output .= "\n"; + header("X-Updated: ".(($update) ? 'true' : 'false')); + if(strlen($debugOutput) === 0) header("Content-Length: ".strlen($output)); print($output); ?> From f44b84c12e511cdac9fbffc462c7970df0b18610 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 4 Apr 2023 22:43:04 -0400 Subject: [PATCH 34/73] Move res index files before content change to match the previous res framework updates, preserving file histories. --- css.ini => css.txt | 0 javascript.ini => javascript.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename css.ini => css.txt (100%) rename javascript.ini => javascript.txt (100%) diff --git a/css.ini b/css.txt similarity index 100% rename from css.ini rename to css.txt diff --git a/javascript.ini b/javascript.txt similarity index 100% rename from javascript.ini rename to javascript.txt From b46526813ce6346f50780f83d3f84793a5190419 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 4 Apr 2023 22:43:56 -0400 Subject: [PATCH 35/73] Update res file indexes finishing the res framework updates. --- css.txt | 6 ++-- javascript.txt | 94 +++++++++++++++++++++++++------------------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/css.txt b/css.txt index 77fb40c8..8aad8641 100644 --- a/css.txt +++ b/css.txt @@ -1,3 +1,3 @@ -styles/leaflet.contextmenu.css= -styles/style.css= -styles/zmain.css= +styles/leaflet.contextmenu.css +styles/style.css +styles/zmain.css diff --git a/javascript.txt b/javascript.txt index bdf8c5e6..7ddcd8c4 100644 --- a/javascript.txt +++ b/javascript.txt @@ -1,47 +1,47 @@ -scripts/util/zlogger.js= -scripts/util/general.js= -scripts/util/customPolyfills.js= -scripts/util/debug.lib.js= -scripts/util/debug.zmap.lib.js= -scripts/util/ZConfig.js= -scripts/widgets/ProgressBar.js= -scripts/widgets/Link.js= -scripts/widgets/CopyLink.js= -scripts/widgets/CategoryIcon.js= -scripts/widgets/CategoryIconCompleted.js= -scripts/widgets/GameMenu.js= -scripts/widgets/CategoryMenu.js= -scripts/widgets/CategoryButton.js= -scripts/widgets/CategoryParentButton.js= -scripts/widgets/CategoryButtonCompleted.js= -scripts/widgets/MarkerSearchField.js= -scripts/widgets/MarkerListEntry.js= -scripts/widgets/SearchMarkerListEntry.js= -scripts/widgets/MarkerListView.js= -scripts/widgets/SearchArea.js= -scripts/widgets/SearchMarkerListView.js= -scripts/widgets/AccountButton.js= -scripts/widgets/HeaderBar.js= -scripts/widgets/Logo.js= -scripts/controls/InfoBox.js= -scripts/controls/infoBox/Location.js= -scripts/controls/infoBox/location/Center.js= -scripts/controls/infoBox/location/Bounds.js= -scripts/services/SearcherFuse.js= -scripts/handlers/SearchMarkerHandler.js= -scripts/handlers/ChangelogHandler.js= -scripts/leaflet.contextmenu.js= -scripts/controls/ZLayers.js= -scripts/controls/ZMobileHeaderBar.js= -scripts/controls/ZLayers.Bottom.js= -scripts/zmap.js= -scripts/zmain.js= -scripts/util/debug.js= -scripts/widgets/CategoryButtonCompletedBlock.js= -scripts/widgets/GameButton.js= -scripts/widgets/MapButton.js= -scripts/widgets/MapsMenu.js= -scripts/widgets/CategoryButtonMap.js= -scripts/controls/infoBox/Mouse.js= -scripts/controls/infoBox/mouse/Move.js= -scripts/controls/infoBox/mouse/ClickHist.js= +scripts/util/zlogger.js +scripts/util/general.js +scripts/util/customPolyfills.js +scripts/util/debug.lib.js +scripts/util/debug.zmap.lib.js +scripts/util/ZConfig.js +scripts/widgets/ProgressBar.js +scripts/widgets/Link.js +scripts/widgets/CopyLink.js +scripts/widgets/CategoryIcon.js +scripts/widgets/CategoryIconCompleted.js +scripts/widgets/GameMenu.js +scripts/widgets/CategoryMenu.js +scripts/widgets/CategoryButton.js +scripts/widgets/CategoryParentButton.js +scripts/widgets/CategoryButtonCompleted.js +scripts/widgets/MarkerSearchField.js +scripts/widgets/MarkerListEntry.js +scripts/widgets/SearchMarkerListEntry.js +scripts/widgets/MarkerListView.js +scripts/widgets/SearchArea.js +scripts/widgets/SearchMarkerListView.js +scripts/widgets/AccountButton.js +scripts/widgets/HeaderBar.js +scripts/widgets/Logo.js +scripts/controls/InfoBox.js +scripts/controls/infoBox/Location.js +scripts/controls/infoBox/location/Center.js +scripts/controls/infoBox/location/Bounds.js +scripts/services/SearcherFuse.js +scripts/handlers/SearchMarkerHandler.js +scripts/handlers/ChangelogHandler.js +scripts/leaflet.contextmenu.js +scripts/controls/ZLayers.js +scripts/controls/ZMobileHeaderBar.js +scripts/controls/ZLayers.Bottom.js +scripts/zmap.js +scripts/zmain.js +scripts/util/debug.js +scripts/widgets/CategoryButtonCompletedBlock.js +scripts/widgets/GameButton.js +scripts/widgets/MapButton.js +scripts/widgets/MapsMenu.js +scripts/widgets/CategoryButtonMap.js +scripts/controls/infoBox/Mouse.js +scripts/controls/infoBox/mouse/Move.js +scripts/controls/infoBox/mouse/ClickHist.js From 59f4e28a80f2cc6a7237ec14102cc17cc157cfe2 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 4 Apr 2023 23:40:50 -0400 Subject: [PATCH 36/73] Fixing ajax and res backends From the recent PHP project library and res framework updates. Fixed detecting changes from updated source res files. Quieting some other console warnings and errors like unreachable code, automatically-printed statements. --- ajax.php | 10 +++- ajax/add_bulk_complete_marker.php | 1 - ajax/add_complete_marker.php | 1 - ajax/add_marker.php | 1 - ajax/change_password.php | 1 - ajax/del_complete_marker.php | 1 - ajax/del_completed_marker_all.php | 1 - ajax/del_marker.php | 1 - ajax/get_categories.php | 5 +- ajax/get_category_tree.php | 13 +++--- ajax/get_changelog.php | 1 - ajax/get_container.php | 2 - ajax/get_container_name.php | 5 +- ajax/get_games.php | 1 - ajax/get_map.php | 69 ++++++++++++++-------------- ajax/get_markers.php | 1 - ajax/get_user_completed_markers.php | 5 +- ajax/get_user_info.php | 1 - ajax/login.php | 1 - ajax/logout.php | 1 - ajax/lost_password.php | 1 - ajax/search_markers.php | 1 - ajax/update_user_version.php | 3 +- ajax/user_add.php | 1 - lib/common/database.php | 1 + res.php | 4 +- scripts/util/zlogger.js | 2 +- scripts/widgets/CategoryButtonMap.js | 1 - scripts/zmap.js | 44 +++++++++--------- 29 files changed, 81 insertions(+), 99 deletions(-) diff --git a/ajax.php b/ajax.php index 2d7d9fbd..c646c069 100644 --- a/ajax.php +++ b/ajax.php @@ -1,4 +1,8 @@ false,"msg"=>"No command defined!"))); } @@ -16,6 +20,8 @@ } catch(Exception $ex) { print_r($ex); $error=$ex; + // Source: https://stackoverflow.com/questions/3258634/php-how-to-send-http-response-code + // http_response_code(503); // Service Unavailable } $output = ob_get_clean(); $res = "$output"; @@ -30,7 +36,7 @@ $error=$ex; } } - + if($error!==false) { $data = array("success"=>false,"code"=>$error->getCode(),"msg"=>$error->getMessage(),"output"=>$res); } @@ -45,4 +51,4 @@ header("Content-Type: ".(isset($_GET['forcedMode'])?$_GET['forcedMode']:"application/json")); header("Content-Length: ".strlen($out)); - echo $out; \ No newline at end of file + echo $out; diff --git a/ajax/add_bulk_complete_marker.php b/ajax/add_bulk_complete_marker.php index 565f61c4..60155929 100644 --- a/ajax/add_bulk_complete_marker.php +++ b/ajax/add_bulk_complete_marker.php @@ -1,6 +1,5 @@ error); return; } - + $res = array(); while($row = $result->fetch_assoc()) { $res[] = $row; diff --git a/ajax/get_category_tree.php b/ajax/get_category_tree.php index 97bdfb72..2482659f 100644 --- a/ajax/get_category_tree.php +++ b/ajax/get_category_tree.php @@ -1,6 +1,5 @@ error); return; } - + $row = $result->fetch_array(); echo json_encode(array("success"=>true,"name"=>$row['name'])); ?> diff --git a/ajax/get_games.php b/ajax/get_games.php index 40efdd8c..4fe4f52b 100644 --- a/ajax/get_games.php +++ b/ajax/get_games.php @@ -1,6 +1,5 @@ query($query); if(!$result) { print($mysqli->error); return; } - + $res = array(); - + while ($row = $result->fetch_assoc()) { - + $query = "select sm.id , sm.name - + , smt.name as mapTypeName , google_default as googleDefault - + , tile_url as tileURL , tile_ext as tileExt - + , img404 as img404 , empty_map as emptyMap - - , case when m.id is not null then + + , case when m.id is not null then CONCAT( sm.name, ' Map by ', @@ -54,18 +53,18 @@ m.name end, case when m.site_name is not null and m.name is not null then - CONCAT(' (', m.site_name, ')') - else - CONCAT('', m.site_name, '') + CONCAT(' (', m.site_name, ')') + else + CONCAT('', m.site_name, '') end ) end as mapMapper - + , is_default as isDefault - + , opacity - + from " . $map_prefix . "submap sm left outer join " . $map_prefix . "mapper m on sm.mapper_id = m.id @@ -77,22 +76,22 @@ , sm.id "; //echo $query; - + $result2 = $mysqli->query($query); - + if ($result2) { - + $arr_child = array(); while ($row2 = $result2->fetch_assoc()) { - + $query = "select sml.id , sml.name , sml.tile_url as tileURL , sml.tile_ext as tileExt - + , sml.img404 as img404 - - , case when m.id is not null then + + , case when m.id is not null then CONCAT( sml.name, ' Map by ', @@ -102,20 +101,20 @@ m.name end, case when m.site_name is not null and m.name is not null then - CONCAT(' (', m.site_name, ')') - else - CONCAT('', m.site_name, '') + CONCAT(' (', m.site_name, ')') + else + CONCAT('', m.site_name, '') end ) end as mapMapper - + , sml.control_visible as controlVisible , sml.control_checked as controlChecked - + , sml.type , sml.opacity - + from " . $map_prefix . "submap_layer sml left outer join " . $map_prefix . "mapper m on (sml.mapper_id = m.id) @@ -124,10 +123,10 @@ order by layer_order , sml.id "; - + //echo $query; $result3 = $mysqli->query($query); - + if ($result3) { $arr_layer = array(); while ($row3 = $result3->fetch_assoc()) { @@ -135,7 +134,7 @@ } $row2['submapLayer'] = $arr_layer; } - + array_push($arr_child, $row2); } $row['subMap'] = $arr_child; @@ -143,4 +142,4 @@ array_push($res, $row); } echo json_encode($res); -?> \ No newline at end of file +?> diff --git a/ajax/get_markers.php b/ajax/get_markers.php index cced962f..ab57f60a 100644 --- a/ajax/get_markers.php +++ b/ajax/get_markers.php @@ -1,7 +1,6 @@ true, "msg"=>"Success!", "user"=>$userId)); - + ?> diff --git a/ajax/user_add.php b/ajax/user_add.php index 53a5ba90..c353f307 100644 --- a/ajax/user_add.php +++ b/ajax/user_add.php @@ -1,6 +1,5 @@ ' + '' + diff --git a/scripts/zmap.js b/scripts/zmap.js index 8ade7b6a..320227b8 100644 --- a/scripts/zmap.js +++ b/scripts/zmap.js @@ -27,8 +27,8 @@ function ZMap() { this.tilesBaseURL = ZConfig.getConfig("tilesBaseURL"); this.zoomDirectories = ZConfig.getConfig("zoomDirectories"); this.tileNameFormat = ZConfig.getConfig("tileNameFormat"); - - // @TODO: This is a WORKAROUND. Icon should be on the same folder as the tiled map itself. + + // @TODO: This is a WORKAROUND. Icon should be on the same folder as the tiled map itself. // For now, since we don`t want to bother Matthew, we are creating a new folder in th ecode // In the future, we need to move the icon.png of every map to the tiledmap and change defaultIconURL to defaultTilesURL this.defaultIconURL = 'images/icons/'; @@ -405,7 +405,7 @@ ZMap.prototype.addMarker = function(vMarker) { if (mapControl.isCollapsed()) { mapControl.toggle(); } - + if (newMarker == null || (newMarker.markerId != marker.id)) { _this._createMarkerPopup(marker); @@ -539,7 +539,7 @@ ZMap.prototype._getClipboardParams = function(href) { ZMap.prototype._copyToClipboardEmbed = function(vMarkerId) { var href = window.location.href.split("?"); var clipboardParams = this._getClipboardParams(href); - + window.prompt("Copy to clipboard: Ctrl+C, Enter", ""); } ZMap.prototype._copyToClipboard = function(vMarkerId) { @@ -627,18 +627,18 @@ ZMap.prototype._shouldShowMarker = function(marker) { ZMap.prototype.buildCategoryMenu = function(vCategoryTree) { categoryTree = vCategoryTree; - return; // disabling for refactored category button UI, focus selection style, or both? - $.each(categoryTree, function(parentCategoryId, parentCategory) { - parentCategory.userChecked = parentCategory.checked; - $.each(parentCategory.children, function(index, childCategory) { - childCategory.userChecked = childCategory.checked; - }); - }); + // disabling for refactored category button UI, focus selection style, or both? + // $.each(categoryTree, function(parentCategoryId, parentCategory) { + // parentCategory.userChecked = parentCategory.checked; + // $.each(parentCategory.children, function(index, childCategory) { + // childCategory.userChecked = childCategory.checked; + // }); + // }); } ZMap.prototype.buildMap = function() { - console.log("Leaflet Version: " + L.version); - console.log("Zelda Maps Version: " + _this.version); + // console.log("Leaflet Version: " + L.version); + // console.log("Zelda Maps Version: " + _this.version); if (!L.CRS.Simple) { L.CRS.Simple = L.Util.extend({}, L.CRS, { projection: L.Projection.LonLat @@ -723,7 +723,7 @@ ZMap.prototype.buildMap = function() { mapControl.resetContent(); } }); - + map.on('zoomend', function() { if (map.getZoom() > 5 && currentIcon == 'Small') { currentIcon = 'Medium'; @@ -763,7 +763,7 @@ ZMap.prototype.buildMap = function() { map.setView(new L.LatLng(mapOptions.centerY,mapOptions.centerX), map.getZoom()); }); - + $(document).on('keydown', function(e) { if(e.key == "Escape") { if(mapControl._contentType != mapControl.options.defaultContentType) { @@ -774,7 +774,7 @@ ZMap.prototype.buildMap = function() { } } }.bind(mapControl)); - + _this._buildContextMenu(); }; @@ -1214,7 +1214,7 @@ ZMap.prototype.clearCompletedMarkers = function() { } }); } - + for (var i = 0; i < markers.length; i++) { _this._doSetMarkerDoneIcon(markers[i], false); } @@ -1233,7 +1233,7 @@ ZMap.prototype.transferCompletedMarkersToDB = function() { completedMarkers = []; document.cookie = 'completedMarkers=;expires=Thu, 01 Jan 1970 00:00:01 GMT;'; _this.getUserCompletedMarkers(); - toastr.success(_this.langMsgs.MARKER_COMPLETE_TRANSFER_SUCCESS); + toastr.success(_this.langMsgs.MARKER_COMPLETE_TRANSFER_SUCCESS); } else { toastr.error(_this.langMsgs.MARKER_COMPLETE_TRANSFER_ERROR.format(data.msg)); //alert(data.msg); @@ -1255,7 +1255,7 @@ ZMap.prototype.getUserCompletedMarkers = function() { for (var i = 0; i < markers.length; i++) { if (markers[i].id == marker.markerId) { completedMarkers.push(marker.markerId); - + categories[markers[i].categoryId].complete++; _this._doSetMarkerDoneIcon(markers[i], true); break; @@ -1618,7 +1618,7 @@ ZMap.prototype._createDialogDeleteAllMarkers = function() { this.clearCompletedMarkers(); } else { // Do nothing! - } + } } ZMap.prototype._createLostPasswordForm = function() { @@ -1812,7 +1812,7 @@ ZMap.prototype._createAccountForm = function(user) { '', 'accountPage' ); - + $("#account_clear_completed_btn").click(function(e) { _this._createDialogDeleteAllMarkers(); categories.forEach(function(category) { @@ -1868,7 +1868,7 @@ ZMap.prototype.goTo = function(vGoTo) { if (vGoTo.marker) { _this._openMarker(vGoTo.marker, vGoTo.zoom, !vGoTo.hidePin, true); // Open Marker already does a change map, so it takes precedence - + return; } From 3c22bdf6542f6fd9fdb21531e2a77ebb0b5df76b Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 5 Apr 2023 14:40:34 -0400 Subject: [PATCH 37/73] Fix minor code Another PHP project library include for the backend. PHP warning from changelog query paths. Spacing and ordering style. --- ajax.php | 1 + ajax/get_changelog.php | 1 + scripts/controls/ZLayers.js | 245 ++++++++++++++------------- scripts/handlers/ChangelogHandler.js | 14 +- scripts/util/ZConfig.js | 2 +- scripts/zmain.js | 23 ++- 6 files changed, 147 insertions(+), 139 deletions(-) diff --git a/ajax.php b/ajax.php index c646c069..429abde2 100644 --- a/ajax.php +++ b/ajax.php @@ -1,6 +1,7 @@ 250?window.innerHeight - 250:250) + 'px'; - this._contents.style.width = '360px'; + this._separator = L.DomUtil.create('div', this.options.className + '-separator', form1); + + this._contents = L.DomUtil.create('div', 'main-content ' + this.options.className + '-list'); + L.DomEvent.disableClickPropagation(this._contents); + L.DomEvent.on(this._contents, 'mousewheel', L.DomEvent.stopPropagation); + this._contents.id = 'menu-cat-content'; + + this._categoryMenu = this.createCategoryMenu(); + + + this.resetContent(); + + this._contents.style.clear = 'both'; + this._contents.style.maxHeight = (window.innerHeight>250?window.innerHeight - 250:250) + 'px'; + this._contents.style.width = '360px'; container.appendChild(form1); container.appendChild(this._contents); }, - - rebuildMapsMenu: function () { - this._mapsMenu = this.createMapsMenu(); - }, + + rebuildMapsMenu: function () { + this._mapsMenu = this.createMapsMenu(); + }, createCategoryMenu: function() { return new CategoryMenu({ @@ -229,7 +229,7 @@ L.Control.ZLayers = L.Control.Layers.extend({ defaultToggledState: (this.options.categorySelectionMethod == "focus") }); }, - + createMapsMenu: function() { return new MapsMenu({ categoryTree: maps, @@ -237,7 +237,7 @@ L.Control.ZLayers = L.Control.Layers.extend({ if (this.currentMapLayer.id != category.id) { map.removeLayer(this.currentMapLayer); map.addLayer(category); - this.currentMapLayer = category; + this.currentMapLayer = category; this.currentMapLayer.bringToBack(); map.fire("baselayerchange", this.currentMapLayer); } @@ -246,11 +246,11 @@ L.Control.ZLayers = L.Control.Layers.extend({ defaultToggledState: (this.options.categorySelectionMethod == "focus") }); }, - + changeMapLayer: function(category) { }, - + setDefaultFocus: function() { this.headerBar.focus(); }, @@ -361,22 +361,26 @@ L.Control.ZLayers = L.Control.Layers.extend({ return this.options.collapsed; }, - _collapse: function() { - this.resetContent(); - this.options.collapsed = true; - return this.collapse(); - }, + _collapse: function() { + this.resetContent(); + this.options.collapsed = true; + return this.collapse(); + }, - _expand: function() { - this._triggerHandler("before_expand"); - if (this._contents != undefined) { - this._contents.style.maxHeight = (window.innerHeight>250?window.innerHeight - 250:250) + 'px'; - } + _expand: function() { + this._triggerHandler("before_expand"); + if (this._contents != undefined) { + this._contents.style.maxHeight = ( + (window.innerHeight > 250) + ? (window.innerHeight - 250) + : 250 + ) + 'px'; + } - this.options.collapsed = false; - this.expand(); + this.options.collapsed = false; + this.expand(); this._triggerHandler("after_expand"); - }, + }, after_expand: function() { this.setDefaultFocus(); @@ -450,21 +454,24 @@ L.Control.ZLayers = L.Control.Layers.extend({ setContentFunction(); } }, - + // @method expand(): this // Expand the control container if collapsed. expand: function () { - L.DomUtil.addClass(this._container, 'leaflet-control-layers-expanded'); - if (this._section) { - this._section.style.height = null; - var acceptableHeight = this._map.getSize().y - (this._container.offsetTop + 50); - if (acceptableHeight < this._section.clientHeight) { - DomUtil.addClass(this._section, 'leaflet-control-layers-scrollbar'); - this._section.style.height = acceptableHeight + 'px'; - } else { - DomUtil.removeClass(this._section, 'leaflet-control-layers-scrollbar'); - } + L.DomUtil.addClass( + this._container, + 'leaflet-control-layers-expanded' + ); + if (this._section) { + this._section.style.height = null; + var acceptableHeight = this._map.getSize().y - (this._container.offsetTop + 50); + if (acceptableHeight < this._section.clientHeight) { + DomUtil.addClass(this._section, 'leaflet-control-layers-scrollbar'); + this._section.style.height = acceptableHeight + 'px'; + } else { + DomUtil.removeClass(this._section, 'leaflet-control-layers-scrollbar'); } + } this._checkDisabledLayers(); return this; }, diff --git a/scripts/handlers/ChangelogHandler.js b/scripts/handlers/ChangelogHandler.js index 3154195e..c72c0a68 100644 --- a/scripts/handlers/ChangelogHandler.js +++ b/scripts/handlers/ChangelogHandler.js @@ -51,13 +51,6 @@ ChangelogHandler.prototype._fetchChangelogEntriesByCookie = function(seenChangel }.bind(this)); }; -ChangelogHandler.prototype._notifyChangelogVersionUpdates = function(entries, user) { - var entriesByVersion = this._groupChangelogEntriesByVersion(entries); - for (version in entriesByVersion) { - this._notifyChangelogVersionUpdate(version, entriesByVersion[version], user); - } -}; - ChangelogHandler.prototype._groupChangelogEntriesByVersion = function(entries) { return groupObjects({ arrayOfObjects: entries, @@ -99,3 +92,10 @@ ChangelogHandler.prototype._notifyChangelogVersionUpdate = function(version, ver .css(this.notificationWidth); // Width-setting from the old code, in case we decide to not use the full top placement. }; + +ChangelogHandler.prototype._notifyChangelogVersionUpdates = function(entries, user) { + var entriesByVersion = this._groupChangelogEntriesByVersion(entries); + for (version in entriesByVersion) { + this._notifyChangelogVersionUpdate(version, entriesByVersion[version], user); + } +}; diff --git a/scripts/util/ZConfig.js b/scripts/util/ZConfig.js index 8c2315a4..c7574d6d 100644 --- a/scripts/util/ZConfig.js +++ b/scripts/util/ZConfig.js @@ -20,7 +20,7 @@ ZConfig = { // Main config set-up with defaults -// "exact", "focus" (Jason's default) +// "exact", "focus" (ZU default) ZConfig.setConfig("categorySelectionMethod", "focus"); ZConfig.setConfig("tilesBaseURL", "https://zeldamaps.com/tiles/"); ZConfig.setConfig("zoomDirectories", 'false'); diff --git a/scripts/zmain.js b/scripts/zmain.js index c3d686c7..ad6b361b 100644 --- a/scripts/zmain.js +++ b/scripts/zmain.js @@ -6,10 +6,10 @@ // "Unknown OS" indicates failure to detect the OS var OSName="Unknown OS"; -if (navigator.appVersion.indexOf("Win")!=-1) OSName="Windows"; -if (navigator.appVersion.indexOf("Mac")!=-1) OSName="MacOS"; -if (navigator.appVersion.indexOf("X11")!=-1) OSName="UNIX"; -if (navigator.appVersion.indexOf("Linux")!=-1) OSName="Linux"; +if (navigator.appVersion.indexOf("Win" )!=-1) OSName="Windows" ; +if (navigator.appVersion.indexOf("Mac" )!=-1) OSName="MacOS" ; +if (navigator.appVersion.indexOf("X11" )!=-1) OSName="UNIX" ; +if (navigator.appVersion.indexOf("Linux")!=-1) OSName="Linux" ; function getUrlParam(vParam) { @@ -39,7 +39,7 @@ function setCookie(cname, cvalue, exdays) { } //console.log(expires); - + // Added explicity tag SameSite -> https://www.chromestatus.com/feature/5633521622188032. document.cookie = cname + "=" + cvalue + ";" + expires + "; SameSite=Lax"; } @@ -114,13 +114,13 @@ function checkChangelog(user) { if (lastSeemVersion == null || lastSeemVersion == "") { lastSeemVersion = '0.0.0'; } - + new ChangelogHandler({ user: user, seenChangelogVersion: lastSeemVersion, version: zMap.version }); - + }; function hideLoginControls() { @@ -191,11 +191,11 @@ $(document).on('keydown', KeyPress); // Initial Load // Get map that we want to load (the game ID) -$.getJSON("ajax.php?command=get_container&game=" + gameId, function(vResults){ - - // Should only get only one map +$.getJSON( + "ajax.php?command=get_container&game=" + gameId, + function(vResults){ + // Should only get only one map $.each(vResults, function(i, vContainer) { - vContainer.showMapControl = getUrlParamValue('showMapControl', vContainer.showMapControl); vContainer.collapsed = getUrlParamValue('collapsed', L.Browser.mobile); vContainer.showCategoryControl = getUrlParamValue('showCategoryControl', true);//vContainer.showCategoryControl); @@ -257,7 +257,6 @@ $.getJSON("ajax.php?command=get_container&game=" + gameId, function(vResults){ $("html").css("background-color", vContainer.bgColor); }); - }); function parseBounds(input) { From 48d56d6b03229b3b4c501bcd013d103810120fbb Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 5 Apr 2023 16:17:28 -0400 Subject: [PATCH 38/73] Fix dev doc formatting Mostly just the migration lists. Deleted some redundant messaging. Added as a note above. --- docs/Development.md | 67 ++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/docs/Development.md b/docs/Development.md index c29fda48..6f8e00c7 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -138,42 +138,39 @@ It seems we must only pass a single SQL statement per block to avoid a security risk, otherwise it keeps receiving a syntax error only when sent through the migration framework.. https://stackoverflow.com/questions/14856856/how-to-write-sql-in-a-migration-in-rails#comment86794302_42991237 `Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE....'` - Important Note: - Do not edit a migration that has been pushed (to others). - - Common Commands: - Create a new migration: - `rake db:new_migration name=(read)` - Then edit it with your features' details. - To apply your newest migration: - `rake db:migrate` - To migrate to a specific version (for example to rollback) - `rake db:migrate VERSION=20081220234130` - To migrate a specific database (for example your "testing" database) - `rake db:migrate RAILS_ENV=test` - To execute a specific up/down of one single migration - `rake db:migrate:up VERSION=20081220234130` - To revert your last migration - `rake db:rollback` - To revert your last 3 , and migrations - `rake db:rollback STEP=3` - Check which version of the tool you are currently using - `rake db:version` - - If you want to make a timestamp yourself, you can use this command: - `date -u "+%Y%m%d%H%M%S" | putclip` - This tool does also help with naming and the content for the class at least, and I create new files with this customized command: - `rake db:new_migration name=(read | tr ' ' '_')` - - Samples: + Important Note: Do not edit a migration that has been pushed (to others). + + - Common Commands: + - Create a new migration: + - `rake db:new_migration name=(read)` + - Change name subshell to read `read | tr ' ' '_'` on Windows to prevent carriage return characters causing problems. + - Then edit content with your features' details. + - To apply your newest migration: + - `rake db:migrate` + - To migrate to a specific version (for example to rollback) + - `rake db:migrate VERSION=20081220234130` + - To migrate a specific database (for example your "testing" database) + - `rake db:migrate RAILS_ENV=test` + - To execute a specific up/down of one single migration + - `rake db:migrate:up VERSION=20081220234130` + - To revert your last migration + - `rake db:rollback` + - To revert your last 3 , and migrations + - `rake db:rollback STEP=3` + - Check which version of the tool you are currently using + - `rake db:version` + - Manually generate a timestamp: + - `date -u "+%Y%m%d%H%M%S" | putclip` + + - Samples: - ActiveRecord Ruby Code - Main benefit is hopefully more terse and efficient syntax, but also applies to automatically handling bidirectional migration/rollback support with declarative styling. - Add column: - `t.column :hidden, :boolean, null: false, default: 0, after: :version_patch` - - dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb + - Source: `dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb` - Change column null property: - `t.change_null :content, false` - - dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb + - Source: `dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb` - Execute Raw SQL: - So far in the migration Ruby code just have the up method typically, but could always support down with the custom opposing statements in later habits where necessary. - Inline statement: @@ -184,13 +181,15 @@ ``` - External file: - ``` - execute File.open('dev/db/migrate/sql/20210811040936_users_add_new_placeholders_for_new_marker_contributions.sql').read + execute File.open( + 'dev/db/migrate/sql/20210811040936_users_add_new_placeholders_for_new_marker_contributions.sql' + ).read ``` - Multiple Queries: - Add `.lines.each { |line| execute line if line != "\n" }` the string containing the queries separated by newlines. - More Info: - http://guides.rubyonrails.org/active_record_migrations.html - https://www.ralfebert.de/snippets/ruby-rails/models-tables-migrations-cheat-sheet/ + - More Info: + - http://guides.rubyonrails.org/active_record_migrations.html + - https://www.ralfebert.de/snippets/ruby-rails/models-tables-migrations-cheat-sheet/ ## MySQL Workbench (MWB) File Handling From 688049be263873bdcc4f0daa8779b45518438d08 Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 6 Apr 2023 19:23:53 -0400 Subject: [PATCH 39/73] Preparing for adding more and better PH tile support Affects the 'map' script since that logic will support both methods. We already had 1 style for generating PH tiles, but may not be right, so another will be created, and this one named more specifically. --- .../tiles/{generateMapTiles.fish => generateMapTiles/run.fish} | 0 .../{generateDebugTiles.fish => generatePHTiles/Centered.fish} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename dev/assets/tiles/{generateMapTiles.fish => generateMapTiles/run.fish} (100%) rename dev/assets/tiles/{generateDebugTiles.fish => generatePHTiles/Centered.fish} (100%) diff --git a/dev/assets/tiles/generateMapTiles.fish b/dev/assets/tiles/generateMapTiles/run.fish similarity index 100% rename from dev/assets/tiles/generateMapTiles.fish rename to dev/assets/tiles/generateMapTiles/run.fish diff --git a/dev/assets/tiles/generateDebugTiles.fish b/dev/assets/tiles/generatePHTiles/Centered.fish similarity index 100% rename from dev/assets/tiles/generateDebugTiles.fish rename to dev/assets/tiles/generatePHTiles/Centered.fish From 5e0710de3b5fb107cf64c5f13e2b3795b933f0ef Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 6 Apr 2023 19:27:10 -0400 Subject: [PATCH 40/73] Revitalizing tile assets management scripts The original tile cropping route from an actual source image file may have worked before, not sure, although still missing a command for lafs in the 'all' script, which makes me think full support was not tested fully yet. I think it stopped moving code around to test on faster machines and the formatting/layout/organization or the trials information, since the similar work directory seems to be fine. This should add better generated placeholder tile support. Had a centered script from before that was mildly tested, then though it was not relevant comparing with the actual images we have used before for botw, extracted a bunch of code from the main generate map tile script, worked out details, added more validation and some extra variables, realized which steps and information was necessary, create new, more 'accurate' PH tiles script, fixed some problems in all, but with testing in the browser saw requests for the negative value positioned tiles. So with realizing that either Leaflet configuration needs to change, or I need to set the PH tiles centered script back to being the accurate one, but wanted to get this improvement work done first. Also quick script to switch between, or start/stop using, the placeholder tiles and real tiles if any were already created. --- dev/assets/tiles/0-detect.fish | 45 +++ dev/assets/tiles/controlPHTiles.fish | 107 +++++ dev/assets/tiles/generateAllMapTiles.fish | 2 + .../generateMapTiles/1-determineMaxDim.fish | 46 +++ .../2-createBaseZoomImages.fish | 105 +++++ .../tiles/generateMapTiles/3-cropTiles.fish | 74 ++++ dev/assets/tiles/generateMapTiles/run.fish | 372 ++++++------------ .../tiles/generatePHTiles/1-config.fish | 69 ++++ .../tiles/generatePHTiles/Centered.fish | 69 ++-- .../tiles/generatePHTiles/TLOrigin.fish | 77 ++++ 10 files changed, 672 insertions(+), 294 deletions(-) create mode 100644 dev/assets/tiles/0-detect.fish create mode 100644 dev/assets/tiles/controlPHTiles.fish create mode 100644 dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish create mode 100644 dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish create mode 100644 dev/assets/tiles/generateMapTiles/3-cropTiles.fish create mode 100644 dev/assets/tiles/generatePHTiles/1-config.fish create mode 100644 dev/assets/tiles/generatePHTiles/TLOrigin.fish diff --git a/dev/assets/tiles/0-detect.fish b/dev/assets/tiles/0-detect.fish new file mode 100644 index 00000000..009be147 --- /dev/null +++ b/dev/assets/tiles/0-detect.fish @@ -0,0 +1,45 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +# debugPrint "included0Detect: $included0Detect"; +if test "$included0Detect" = 'true' + exit; +end +# set included0Detect 'true'; +# debugPrint "included0Detect: $included0Detect"; + +# debugPrint "srcFile: $srcFile"; +set isPHType ( + if begin + test "$generatePHTiles" = 'true' + or echo "$srcFile" | grep -qP \ + '<((placeholder)|(fake)|(test)|(debug)|(sample example))>' \ + ; + end + echo 'true' ; + else + echo 'false'; + end +); +# debugPrint "isPHType: $isPHType"; + +if test "$isPHType" = 'true' + # debugPrint "srcFileDims: $srcFileDims"; + if test -z "$srcFileDims" + errorPrint "srcFileDims not provided; exiting..."; + return 2; + end +else + if test -z "$srcFile" + errorPrint 'srcFile not provided; exiting...'; + return 1; + end + + if test ! -e "$srcFile" + echo "Error: Source file must exist."; + exit; + end +end diff --git a/dev/assets/tiles/controlPHTiles.fish b/dev/assets/tiles/controlPHTiles.fish new file mode 100644 index 00000000..28cbe8c9 --- /dev/null +++ b/dev/assets/tiles/controlPHTiles.fish @@ -0,0 +1,107 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +set SDIR (dirname (status filename)); + +test -z "$container"; and set container "$argv[1]"; +test -z "$container"; and begin + read container -P 'Game/Container shortname: ' container; + or exit 1; +end + +test -z "$submap"; and set submap "$argv[2]"; +test -z "$submap"; and begin + read submap -P 'Submap name: ' submap; + or exit 1; +end + +test -z "$action"; and set action "$argv[3]"; +test -z "$action"; and begin + read action -P 'Action (link, unlink): ' action; + or exit 1; +end + +if test "$action" != 'link' -a "$action" != 'unlink' + errorPrint "Unsupported action \"$action\"; exiting..."; + exit 2; +end + +set tilesRootDir (readlink -f "$SDIR/../../../tiles"); +set disabledDir "$tilesRootDir/_disabled"; +test ! -e "$disabledDir"; and mkdir "$disabledDir"; +set placeholderDir "$tilesRootDir/_placeholder"; + +if test ! -e "$placeholderDir" + errorPrint 'placeholderDir does not exist; exiting...'; + exit 3; +end + +set realTilesContainerDir "$tilesRootDir/$container"; +set realTilesSubmapDir "$realTilesContainerDir/$submap"; +set realTilesContainerDisabledDir "$disabledDir/$container"; +set realTilesSubmapDisabledDir "$realTilesContainerDisabledDir/$submap"; + +# debugPrint "container: $container"; +# debugPrint "submap: $submap"; +# debugPrint "action: $action"; +# +# debugPrint "tilesRootDir: $tilesRootDir"; +# debugPrint "disabledDir: $disabledDir"; +# debugPrint "placeholderDir: $placeholderDir"; +# +# debugPrint "realTilesSubmapDir: $realTilesSubmapDir"; +# debugPrint "realTilesSubmapDisabledDir: $realTilesSubmapDisabledDir"; +# debugPrint; + +if test "$action" = 'link' + if test -e "$realTilesSubmapDir" + if test -L "$realTilesSubmapDir" + errorPrint 'realTilesSubmapDir is already linked; exiting...'; + exit 4; + end + if test -e "$realTilesSubmapDisabledDir" + errorPrint 'Unable to link since realTilesSubmapDisabledDir already exists, and cannot backup the existing realTilesSubmapDir; exiting...'; + exit 5; + else + echo 'Moving/Disabling realTilesSubmapDir to realTilesSubmapDisabledDir as a backup...'; + + test ! -e "$realTilesContainerDisabledDir"; + and mkdir "$realTilesContainerDisabledDir"; + if not mv "$realTilesSubmapDir" "$realTilesSubmapDisabledDir"; + errorPrint 'During moving; exiting...'; + exit 6; + end + end + end + + test ! -e "$realTilesContainerDir"; + and mkdir "$realTilesContainerDir"; + + echo 'Linking realTilesSubmapDir to placeholderDir...'; + ln -s "$placeholderDir" "$realTilesSubmapDir"; +else if test "$action" = 'unlink' + if test ! -e "$realTilesSubmapDir" + errorPrint 'realTilesSubmapDir does not exist, so nothing to unlink; exiting...'; + exit 7; + end + + if test -L "$realTilesSubmapDir" + echo 'Removing active link...'; + if not rm "$realTilesSubmapDir"; + errorPrint 'During removing; exiting...'; + exit 8; + end + else + errorPrint 'Unable to unlink since realTilesSubmapDir exists as real files, not a link to remove; exiting...'; + exit 9; + end + + if test -e "$realTilesSubmapDisabledDir" + echo 'Moving/Enabled realTilesSubmapDisabledDir to realTilesSubmapDir from being a backup...'; + + mv "$realTilesSubmapDisabledDir" "$realTilesSubmapDir"; + end +end diff --git a/dev/assets/tiles/generateAllMapTiles.fish b/dev/assets/tiles/generateAllMapTiles.fish index f9e63943..4ffa29cc 100644 --- a/dev/assets/tiles/generateAllMapTiles.fish +++ b/dev/assets/tiles/generateAllMapTiles.fish @@ -8,6 +8,8 @@ set SDIR "$PWD/"(dirname (status filename)); pushd "$SDIR/../../../tiles"; +# set -x processZoomLevels '*'; + ## BotW mkdir -p "botw/hyrule"; "$SDIR/generateMapTiles.fish" \ diff --git a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish new file mode 100644 index 00000000..be812406 --- /dev/null +++ b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish @@ -0,0 +1,46 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ +# debugPrint 'status filename: '(status filename); +# set SDIR "$PWD/"(dirname (status filename)); +set SDIR (dirname (status filename)); +# debugPrint "SDIR: $SDIR"; +# Step 1 - Determine Maximum Dimensions +# Always required / internal step. +# Determines the max zoom level dimensions that fit around the source image. +source "$SDIR/../0-detect.fish"; + +echo 'Determining image\'s maximum zoom level values...'; + +test -z "$srcFileDims"; +and set srcFileDims (magick identify -format "%wx%h\n" "$srcFile"); +# debugPrint "Source file dimensions: $srcFileDims"; +# debugPrint "srcFileDims: $srcFileDims"; + +set maxDim ( + echo "$srcFileDims" \ + | tr 'x' '\n' \ + | sort -rn \ + | head -n 1 \ + ); +# debugPrint "Source file maximum detected dimension: $maxDim"; +# debugPrint "maxDim: $maxDim"; + +set zoomLevels '0'; + +while true + set zoomLevels (expr $zoomLevels + 1); + set numAxisTiles (echo "2 ^ $zoomLevels" | bc); + set zoomDim (echo "$numAxisTiles * $tileSize" | bc); + # debugPrint "zoomLevels: $zoomLevels"; + # debugPrint "numAxisTiles: $numAxisTiles"; + # debugPrint "zoomDim: $zoomDim"; + + test "$zoomDim" -gt "$maxDim"; and break; +end + +# debugPrint "Max zoom level matched: $zoomLevels"; +# debugPrint "Max zoom level axis tiles amount: $numAxisTiles"; +# debugPrint "Max zoom level dimension: $zoomDim"; diff --git a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish new file mode 100644 index 00000000..437067be --- /dev/null +++ b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish @@ -0,0 +1,105 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +# Step 2 - Create Base Zoom Images +# Create a canvas for the new dimensions and place the image in the center. +# Iterate down the zoom levels back to the base of 0 with 1 tile lastly, +# each time cutting the image into the appropriate number of tiles that fit. +# (Why do I mention cutting here? This script only generates the base image. +# Possibly as an example, just worded badly.) +# Using the first generated source image once, later it will resized down by +# half for each stage until it is the size of a single tile for the last stage. + +## Header +begin + ## Input Validation + test -z "$zoomLevels"; read -P 'Zoom Levels: '; + if test -z "$zoomLevels" + errorPrint 'zoomLevels (#) not provided; exiting...'; + return 1; + end + + set availableZoomLevels (seq 0 1 $zoomLevels); + # debugPrint "availableZoomLevels: $availableZoomLevels"; + # debugPrint "count availableZoomLevels: "(count $availableZoomLevels); + + ## Input cleaning? + # Eliminates a mostly empty processZoomLevels value? + # How would that happen though?.. Bad input array parsing/transforming? + test -z "$processZoomLevels" -o "$processZoomLevels" = '*'; + and set processZoomLevels $availableZoomLevels; + if begin + test (count $processZoomLevels) -eq 1; + and echo "$processZoomLevels" | grep -q " " + end + set processZoomLevels (echo "$processZoomLevels" | tr ' ' '\n'); + end + + ## After Derived/Cleaned / Other Input Validation? + # May have just fixed a bug here where it never would have been triggered originally. + for zoomLevel in $processZoomLevels + if not echo "$availableZoomLevels" | grep -q "\b$zoomLevel\b" + echo "Error: Zoom Level \"$zoomLevel\" not valid."; + echo "Valid choices for this source image: \""(string join "\", \"" $availableZoomLevels)"\""; + echo "Exiting..."; + exit; + end + end +end + +echo 'Creating base zoom images...'; + +## Main execution +for zoomLevel in $processZoomLevels + echo; + echo "Processing zoom level \"$zoomLevel\"..."; + + set numAxisTiles (echo "2 ^ $zoomLevel" | bc) ; + set zoomDim (echo "$numAxisTiles * $tileSize" | bc) ; + set zoomDims "$zoomDim"x"$zoomDim" ; + set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel") ; + + test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; + + # Iteration debug information + # debugPrint "zoomLevel: $zoomLevel"; + # debugPrint "numAxisTiles: $numAxisTiles"; + # debugPrint "zoomDim: $zoomDim"; + # debugPrint "zoomDims: $zoomDims"; + # debugPrint "currentExtFile: $currentExtFile"; + + # Create base square image to cut. + # https://legacy.imagemagick.org/Usage/thumbnails/#fit_summery + # Don't need those tricks though, since we are forcing a known specific size. + # https://legacy.imagemagick.org/Usage/resize/#enlarge + if test ! -e "$currentExtFile" -o "$force" = "true" + echo "Current working file does not already exist, or force has been specified; generating..."; + + set srcFileOpts ""; + if test "$zoomLevel" -lt "$zoomLevels" + echo "Not the max zoom level; resizing and padding..."; + set srcFileOpts \( "$srcFile" -resize "$zoomDims>" \); + set timeFileName "1 - Resizing.txt" ; + else if test "$zoomLevel" -eq "$zoomLevels" + echo "Max zoom level; padding..."; + set srcFileOpts "$srcFile" ; + set timeFileName "1 - Extenting.txt"; + end + + time magick \ + -background "transparent" \ + $srcFileOpts \ + -gravity "center" \ + -extent "$zoomDims" \ + "$currentExtFile" \ + ; + # Why is it always zero, even without a wrapping time command invocation for the entire script.... + # debugPrint "CMD_DURATION: $CMD_DURATION"; + echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/$timeFileName"; + else + echo "Current working file already exists; skipping generation..."; + end +end diff --git a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish new file mode 100644 index 00000000..c68fa9b4 --- /dev/null +++ b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish @@ -0,0 +1,74 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +echo 'Cropping tiles...'; + +pushd "$outDir"; + +if test -z "$processZoomLevels" + if test -z "$processZoomLevelsMax" + errorPrint 'No processZoomLevels as a list of zoom levels to process, or processZoomLevelsMax as an integer of the maximum zoom level to process, provided; exiting...'; + return 3; + end +end + +if test -z "$processZoomLevels" = '*' -o -n "$processZoomLevelsMax" + set processZoomLevels (seq 0 1 "$processZoomLevelsMax"); +end + +if test -z "$processZoomLevels" + errorPrint 'Possible invalid value given, exiting...'; + errorPrint "processZoomLevels: $processZoomLevels"; + errorPrint "processZoomLevelsMax: $processZoomLevelsMax"; + return 4; +end + +for zoomLevel in $processZoomLevels + test ! -d "$outTrialsDir/$zoomLevel"; + and mkdir "$outTrialsDir/$zoomLevel"; + + set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); + set workFile "$currentExtFile"; + # debugPrint "currentExtFile: $currentExtFile"; + # debugPrint "workFile: $workFile"; + + if test "$outputZoomFolders" = "true"; + if test -d "$zoomLevel" -a "$force" != "true" # TODO: add first file here too + echo "Current zoom level folder already exists, and force has not been specified; skipping..."; + continue; + else + mkdir "$zoomLevel"; + end + else + find -maxdepth 1 -type f -iname "$zoomLevel*.png" \ + | head -n 1 \ + | read firstFile \ + ; + if test -n "$firstFile" -a "$force" != "true" + echo "Current zoom level already contains at least 1 file, and force has not been specified; skipping..."; + continue; + end + end + + set tileFileNamePattern ( + printf "$tileFileNamePatternMask" "$zoomLevel" + ); + # debugPrint "tileFileNamePattern: $tileFileNamePattern"; + + time magick \ + "$workFile" \ + -crop {$tileSize}x{$tileSize} \ + -set 'filename:tile' "$tileFileNamePatternCoords" \ + +adjoin \ + "$tileFileNamePattern" \ + ; + + echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/2 - Cutting.txt"; + + userWaitConditional; +end + +popd; diff --git a/dev/assets/tiles/generateMapTiles/run.fish b/dev/assets/tiles/generateMapTiles/run.fish index 8a611dc3..839317f0 100644 --- a/dev/assets/tiles/generateMapTiles/run.fish +++ b/dev/assets/tiles/generateMapTiles/run.fish @@ -6,288 +6,162 @@ # Dependencies: magick/ImageMagick, bc, ... -## General Function Library - -source "$SDIR/../../scripts/common/altPrint.fish"; -source "$SDIR/../../scripts/common/debugPrint.fish"; -source "$SDIR/../../scripts/common/userWaitConditional.fish"; - -## Step Function Library - -# Step 1 - Always required / internal step. -# Determines the max zoom level dimensions that fit around the source image. -function step1 - set srcFileDims (magick identify -format "%wx%h\n" "$srcFile"); - # debugPrint "Source file dimensions: $srcFileDims"; - - set maxDim (echo "$srcFileDims" | tr 'x' '\n' | sort -rn | head -n 1); - # debugPrint "Source file maximum detected dimension: $maxDim"; +# debugPrint 'status filename: '(status filename); +# set SDIR "$PWD/"(dirname (status filename)); +set SDIR (dirname (status filename)); +# debugPrint "SDIR: $SDIR"; - while true - set zoomLevels (expr $zoomLevels + 1); - set numAxisTiles (echo "2 ^ $zoomLevels" | bc); - set zoomDim (echo "$numAxisTiles * $tileSize" | bc); +## General Function Library +source "$SDIR/../../../scripts/common/altPrint.fish"; +source "$SDIR/../../../scripts/common/debugPrint.fish"; +source "$SDIR/../../../scripts/common/userWaitConditional.fish"; - test "$zoomDim" -gt "$maxDim"; and break; +## Set-up +begin + # Flags + test -z "$force"; and set force "false"; + test -z "$manualStep"; and set manualStep "false"; + test -z "$outputZoomFolders"; and set outputZoomFolders "false"; + + # Direct (Required) Input + test -z "$srcFile" ; and set srcFile "$argv[1]"; + test -z "$outDir" ; and set outDir "$argv[2]"; + test -z "$cleanFirst" ; and set cleanFirst "$argv[3]"; + # debugPrint "cleanFirst: $cleanFirst"; + test -z "$cleanFirst" ; and set cleanFirst "false" ; + + # Derived and Static Intermediate Settings + test -z "$outWorkDir"; and set outWorkDir (dirname "$srcFile")"/Work"; + test -z "$outTrialsDir"; and set outTrialsDir (dirname "$srcFile")"/Trials/2 - Cutting"; + set srcFileNameSuffix (basename "$srcFile" | sed -r 's|(\.[^.]*?)$| - Extented - Zoom %s\1|g'); + test -z "$tmpFitFileMask"; and set tmpFitFileMask "$outWorkDir/$srcFileNameSuffix"; + test -z "$tileSize"; and set tileSize "256"; + test -z "$tileFileNamePatternCoords"; and set tileFileNamePatternCoords "%[fx:page.x/$tileSize]_%[fx:page.y/$tileSize]"; + if test -z "$tileFileNamePatternMask" + if test "$outputZoomFolders" = "true" + set tileFileNamePatternMask "%s/%%[filename:tile].png"; + else + set tileFileNamePatternMask "%s_%%[filename:tile].png"; + end end - # debugPrint "Max zoom level matched: $zoomLevels"; - # debugPrint "Max zoom level dimension: $zoomDim"; -end - -# Step 2 -# Create a canvas for the new dimensions and place the image in the center. -# Iterate down the zoom levels back to the base of 0 with 1 tile lastly, -# each time cutting the image into the appropriate number of tiles that fit. -# Using the first generated source image once, later it will resized down by -# half for each stage until it is the size of a single tile for the last stage. -function step2 --argument-names srcFile - set availableZoomLevels (seq 0 1 $zoomLevels); - # debugPrint "availableZoomLevels: $availableZoomLevels"; - # debugPrint "count availableZoomLevels: "(count $availableZoomLevels); - test -z "$processZoomLevels" -o "$processZoomLevels" = '*'; and set processZoomLevels $availableZoomLevels; + set availableSteps "2" "3" "listFinishedGames"; + test -z "$processSteps"; and set processSteps $availableSteps; if begin; - test (count $processZoomLevels) -eq 1; - and echo "$processZoomLevels" | grep -q " " + test (count $processSteps) -eq 1; + and echo "$processSteps" | grep -q " "; end - set processZoomLevels (echo "$processZoomLevels" | tr ' ' '\n'); + set processSteps (echo "$processSteps" | tr ' ' '\n'); end - for zoomLevel in $processZoomLevels - if not echo "$processZoomLevels" | grep -q "\b$zoomLevel\b" - echo "Error: Zoom Level \"$zoomLevel\" not valid."; - echo "Valid choices for this source image: \""(string join "\", \"" $availableZoomLevels)"\""; + for step in $processSteps + if not echo "$availableSteps" | grep -q "\b$step\b" + echo "Error: Step \"$step\" not valid."; + echo "Valid choices are: \""(string join "\", \"" $availableSteps)"\""; echo "Exiting..."; exit; end end + set processZoomLevels ( + string split ' ' (echo "$processZoomLevels" | tr ',' ' ') + ); for zoomLevel in $processZoomLevels - echo; - echo "Processing zoom level \"$zoomLevel\"..."; - - set numAxisTiles (echo "2 ^ $zoomLevel" | bc); - set zoomDim (echo "$numAxisTiles * $tileSize" | bc); - set zoomDims "$zoomDim"x"$zoomDim"; - set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); - - test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; - - # Iteration debug information - # debugPrint "zoomLevel: $zoomLevel"; - # debugPrint "numAxisTiles: $numAxisTiles"; - # debugPrint "zoomDim: $zoomDim"; - # debugPrint "zoomDims: $zoomDims"; - # debugPrint "currentExtFile: $currentExtFile"; + if echo "$zoomLevel" | grep -v '[-0-9*]' + echo "Error: Zoom level \"$zoomLevel\" is invalid; only enter integers with optional hyphens; exiting..."; + exit; + end - # Create base square image to cut. - # https://legacy.imagemagick.org/Usage/thumbnails/#fit_summery - # Don't need those tricks though, since we are forcing a known specific size. - # https://legacy.imagemagick.org/Usage/resize/#enlarge - if test ! -e "$currentExtFile" -o "$force" = "true" - echo "Current working file does not already exist, or force has been specified; generating..."; - set srcFileOpts ""; - if test "$zoomLevel" -lt "$zoomLevels" - echo "Not the max zoom level; resizing and padding..."; - set srcFileOpts \( "$srcFile" -resize "$zoomDims>" \) - set timeFileName "1 - Resizing.txt"; - else if test "$zoomLevel" -eq "$zoomLevels" - echo "Max zoom level; padding..."; - set srcFileOpts "$srcFile"; - set timeFileName "1 - Extenting.txt" - end + if test "$zoomLevel" = '*' + set newProcessZoomLevels "$zoomLevel" + break; + end - time magick \ - -background "transparent" \ - $srcFileOpts \ - -gravity "center" -extent "$zoomDims" \ - "$currentExtFile" \ - ; - # Why is it always zero, even without a wrapping time command invocation for the entire script.... - # debugPrint "CMD_DURATION: $CMD_DURATION"; - echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/$timeFileName"; - else - echo "Current working file already exists; skipping generation..."; - end + set range (string split '-' $zoomLevel); + if test (count $range) -gt 1 + set expandedRange ""; + if test "$range[1]" -gt "$range[2]" + set expandedRange (seq "$range[2]" 1 "$range[1]"); + else + set expandedRange (seq "$range[1]" 1 "$range[2]"); + end + set -a newProcessZoomLevels $expandedRange; + else + set -a newProcessZoomLevels "$zoomLevel"; + end end -end - -function step3 --argument-names outDir - pushd "$outDir"; - - for zoomLevel in $processZoomLevels - test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; - - set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); - set workFile "$currentExtFile"; - # debugPrint "currentExtFile: $currentExtFile"; - # debugPrint "workFile: $workFile"; - - if test "$outputZoomFolders" = "true"; - if test -d "$zoomLevel" -a "$force" != "true" # TODO: add first file here too - echo "Current zoom level folder already exists, and force has not been specified; skipping..."; - continue; - else - mkdir "$zoomLevel"; - end - else - find -maxdepth 1 -type f -iname "$zoomLevel*.png" | head -n 1 | read firstFile; - if test -n "$firstFile" -a "$force" != "true" - echo "Current zoom level already contains at least 1 file, and force has not been specified; skipping..."; - continue; - end - end - - set tileFileNamePattern (printf "$tileFileNamePatternMask" "$zoomLevel"); - # debugPrint "tileFileNamePattern: $tileFileNamePattern"; - - time magick \ - "$workFile" \ - -crop {$tileSize}x{$tileSize} \ - -set filename:tile "$tileFileNamePatternCoords" \ - +adjoin \ - "$tileFileNamePattern" \ - ; - - echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/2 - Cutting.txt"; - + set processZoomLevels $newProcessZoomLevels; + + # Settings debug information + # debugPrint "force: $force"; + # debugPrint "manualStep: $manualStep"; + # debugPrint "outputZoomFolders: $outputZoomFolders"; + + # debugPrint "srcFile: $srDir"; + # debugPrint "cleanFirst: $cleanFirst"; + + # debugPrint "outWorkDir: $outWorkDir"; + # debugPrint "outTrialsDir: $outTrialsDir"; + + # debugPrint "srcFileNameSuffix: $srcFileNameSuffix"; + # debugPrint "tmpFitFileMask: $tmpFitFileMask"; + # debugPrint "tileSize: $tileSize"; + # debugPrint "tileFileNamePatternCoords: $tileFileNamePatternCoords"; + # debugPrint "tileFileNamePatternMask: $tileFileNamePatternMask"; + + # debugPrint "availableSteps: $availableSteps"; + # debugPrint "processSteps: $processSteps"; + # debugPrint "processZoomLevels: $processZoomLevels"; + # debugPrint "count processZoomLevels: "(count $processZoomLevels); + + # Optional cleaning preparation step + if test "$cleanFirst" = "true" + echo "Cleaning the output (not work sub-) directory and exiting..."; + find "$outDir" -maxdepth 1 -type f -iname "*.png" -delete; + find "$outDir" -regextype posix-extended -maxdepth 1 -type d -iregex '.*?/[0-9]+$' -exec rm -rf '{}' \; ; userWaitConditional; end - popd; -end + # Required settings validation -## Set-up - -# Flags -test -z "$force"; and set force "false"; -test -z "$manualStep"; and set manualStep "false"; -test -z "$outputZoomFolders"; and set outputZoomFolders "false"; - -# Direct (Required) Input -test -z "$srcFile"; and set srcFile "$argv[1]"; -test -z "$outDir"; and set outDir "$argv[2]"; -test -z "$cleanFirst"; and set cleanFirst "$argv[3]"; -test -z "$cleanFirst"; and set cleanFirst "false"; - -# Derived and Static Intermediate Settings -test -z "$outWorkDir"; and set outWorkDir (dirname "$srcFile")"/Work"; -test -z "$outTrialsDir"; and set outTrialsDir (dirname "$srcFile")"/Trials/2 - Cutting"; -set srcFileNameSuffix (basename "$srcFile" | sed -r 's|(\.[^.]*?)$| - Extented - Zoom %s\1|g'); -test -z "$tmpFitFileMask"; and set tmpFitFileMask "$outWorkDir/$srcFileNameSuffix"; -test -z "$tileSize"; and set tileSize "256"; -test -z "$tileFileNamePatternCoords"; and set tileFileNamePatternCoords "%[fx:page.x/$tileSize]_%[fx:page.y/$tileSize]"; -if test -z "$tileFileNamePatternMask" - if test "$outputZoomFolders" = "true" - set tileFileNamePatternMask "%s/%%[filename:tile].png"; - else - set tileFileNamePatternMask "%s_%%[filename:tile].png"; - end -end - -set availableSteps "2" "3" "listFinishedGames"; -test -z "$processSteps"; and set processSteps $availableSteps; -if begin; - test (count $processSteps) -eq 1; - and echo "$processSteps" | grep -q " "; -end - set processSteps (echo "$processSteps" | tr ' ' '\n'); -end - -for step in $processSteps - if not echo "$availableSteps" | grep -q "\b$step\b" - echo "Error: Step \"$step\" not valid."; - echo "Valid choices are: \""(string join "\", \"" $availableSteps)"\""; - echo "Exiting..."; - exit; - end -end - -set processZoomLevels (string split ' ' (echo "$processZoomLevels" | tr ',' ' ')); -for zoomLevel in $processZoomLevels - if echo "$zoomLevel" | grep -v '[-0-9*]' - echo "Error: Zoom level \"$zoomLevel\" is invalid; only enter integers with optional hyphens; exiting..."; - exit; - end - - if test "$zoomLevel" = '*' - set newProcessZoomLevels "$zoomLevel" - break; - end - - set range (string split '-' $zoomLevel); - if test (count $range) -gt 1 - set expandedRange ""; - if test "$range[1]" -gt "$range[2]" - set expandedRange (seq "$range[2]" 1 "$range[1]"); - else - set expandedRange (seq "$range[1]" 1 "$range[2]"); - end - set -a newProcessZoomLevels $expandedRange; - else - set -a newProcessZoomLevels "$zoomLevel"; + # I intentionally check this instead of creating it for the user in case + # they provide the wrong argument by accident. Don't want to create a mess + # for them somewhere in some unintentional place. + if test -z "$outDir" -o ! -e "$outDir" -o ! -d "$outDir" + echo "Error: Output directory must be provided as the second argument, exist, and be a directory."; + exit; end end -set processZoomLevels $newProcessZoomLevels; - -# Settings debug information -# debugPrint "force: $force"; -# debugPrint "manualStep: $manualStep"; -# debugPrint "cleanFirst: $cleanFirst"; -# debugPrint "outputZoomFolders: $outputZoomFolders"; -# debugPrint "processSteps: $processSteps"; -# debugPrint "processZoomLevels: $processZoomLevels"; -# debugPrint "count processZoomLevels: "(count $processZoomLevels); -# -# debugPrint "srcFile: $srcFile"; -# debugPrint "srcFileNameSuffix: $srcFileNameSuffix"; -# debugPrint "outDir: $outDir"; -# debugPrint "outTrialsDir: $outTrialsDir"; -# debugPrint "outWorkDir: $outWorkDir"; -# -# debugPrint "tmpFitFileMask: $tmpFitFileMask"; -# debugPrint "tileSize: $tileSize"; -# debugPrint "tileFileNamePatternCoords: $tileFileNamePatternCoords"; -# debugPrint "tileFileNamePatternMask: $tileFileNamePatternMask"; - -# Optional cleaning preparation step -if test "$cleanFirst" = "true" - echo "Cleaning the output (not work sub-) directory and exiting..."; - find "$outDir" -maxdepth 1 -type f -iname "*.png" -delete; - find "$outDir" -regextype posix-extended -maxdepth 1 -type d -iregex '.*?/[0-9]+$' -exec rm -rf '{}' \;; - userWaitConditional; -end - -# Required settings validation -if test -z "$srcFile" -o ! -e "$srcFile" - echo "Error: Source file must be provided as the first argument and exist."; - exit; -end - -# I intentionally check this instead of creating it for the user in case -# they provide the wrong argument by accident. Don't want to create a mess -# for them somewhere in some unintentional place. -if test -z "$outDir" -o ! -e "$outDir" -o ! -d "$outDir" - echo "Error: Output directory must be provided as the second argument, exist, and be a directory."; - exit; -end ## Main program execution # Fit the image into the first highest zoom level it is smaller than by both dimensions. # Extend the canvas to the power of 2. # Center the image over the new background. -set zoomLevels 0; - # All output preparation mkdir -p "$outWorkDir"; mkdir -p "$outTrialsDir"; # Maybe make step 1 optional only if the user provided a custom argument for it, # but it's several.... -step1; -userWaitConditional; -echo "$processSteps" | grep -qE "\b2\b"; and step2 "$srcFile"; -userWaitConditional; -echo "$processSteps" | grep -qE "\b3\b"; and step3 "$outDir"; +source "$SDIR/1-determineMaxDim.fish"; userWaitConditional; + +if \ + test "$isPHType" != 'true'; + and echo "$processSteps" | grep -qP "((2)|(createBaseZoomImages))"; + "$SDIR/2-createBaseZoomImages.fish"; + userWaitConditional; +end + +if test "$isPHType" = 'true' + if echo "$processSteps" | grep -qP "((2)|(generateTiles))"; + "$SDIR/../generatePHTiles/BasicTLOrigin.fish"; + userWaitConditional; + end +else + if echo "$processSteps" | grep -qP "((3)|(cropTiles))"; + "$SDIR/2-cropTiles.fish"; + userWaitConditional; + end +end diff --git a/dev/assets/tiles/generatePHTiles/1-config.fish b/dev/assets/tiles/generatePHTiles/1-config.fish new file mode 100644 index 00000000..ada65379 --- /dev/null +++ b/dev/assets/tiles/generatePHTiles/1-config.fish @@ -0,0 +1,69 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +# set SDIR "$PWD/"(dirname (status filename)); +set SDIR (dirname (status filename)); +# debugPrint "SDIR: $SDIR"; +# debugPrint "SDIR: $SDIR/../../../.."; +# debugPrint "rl -f SDIR ..x4: "(readlink -f "$SDIR/../../../.."); + +test -z "$outDir" ; and set outDir "$argv[1]"; +test -z "$outputZoomFolders" ; and set outputZoomFolders 'false' ; +test -z "$fileExt" ; and set fileExt 'png' ; + +if test -z "$pathNameMask" + if test "$outputZoomFolders" = 'true' + set pathNameMask '{$z}/{$x}_{$y}'; + else + set pathNameMask '{$z}_{$x}_{$y}'; + end +end +if test -n "$labelMaskChoice" + if test "$labelMaskChoice" = 'pathName' + test -z "$labelMask"; and set labelMask "$pathNameMask"; + else if test "$labelMaskChoice" = 'gridText' + test -z "$labelMask"; and set labelMask '{$z}\n{$x}x{$y}'; + else if test "$labelMaskChoice" = 'gridTextLabeled' + test -z "$labelMask"; and set labelMask 'Z: {$z}\n\nX: {$x} Y:{$y}'; + else if test "$labelMaskChoice" = 'vertText' + test -z "$labelMask"; and set labelMask '{$z}\n\n{$x}\n{$y}'; + else if test "$labelMaskChoice" = 'vertTextLabeled' + test -z "$labelMask"; and set labelMask 'Z: {$z}\ X: {$x} Y:{$y}'; + end +end + +test -z "$force" ; and set force 'false' ; + +# Maybe obselete since eval and pathNameMask? +# test -z "$fileNameMask" ; and set fileNameMask '%s' ; +test -z "$background" ; and set background '#333344' ; +test -z "$font" ; and set font \ + ( + readlink -f \ + "$SDIR/../../../../fonts/HyliaSerifBeta-Regular.otf" \ + ; + ) +; +# debugPrint "font: $font"; +test -z "$fill" ; and set fill 'white' ; +test -z "$tileSize" ; and set tileSize '256' ; +test -z "$pointsize" ; and set pointsize '48' ; +test -z "$gravity" ; and set gravity 'center' ; # or north =/ +test -z "$bordercolor" ; and set bordercolor '#999999' ; +test -z "$bordersize" ; and set bordersize '5' ; + +test "$isPHType" != 'true' -a -z "$outDir"; and read -P 'Output Directory: ' outDir; +# I intentionally check this instead of creating it for the user in case +# they provide the wrong argument by accident. Don't want to create a mess +# for them somewhere in some unintentional place. +if test "$isPHType" != 'true' -a \( \ + -z "$outDir" \ + -o ! -e "$outDir" \ + -o ! -d "$outDir" \ + \) + echo "Error: Output directory must be provided as the first argument, exist, and be a directory."; + exit; +end diff --git a/dev/assets/tiles/generatePHTiles/Centered.fish b/dev/assets/tiles/generatePHTiles/Centered.fish index e2d43072..9ec6e653 100644 --- a/dev/assets/tiles/generatePHTiles/Centered.fish +++ b/dev/assets/tiles/generatePHTiles/Centered.fish @@ -6,59 +6,38 @@ set SDIR "$PWD/"(dirname (status filename)); -test -z "$outDir"; and set outDir "$argv[1]"; +source "$SDIR/1-config.fish"; -test -z "$numTilesFromCenter"; and set numTilesFromCenter "1"; -test -z "$outputZoomFolders"; and set outputZoomFolders "false"; - -if test -z "$nameMask" - if test "$outputZoomFolders" = "true" - set nameMask '{$z}/{$x}_{$y}'; - else - set nameMask '{$z}_{$x}_{$y}'; - end -end - -test -z "$fileNameMask"; and set fileNameMask "%s"; -test -z "$background"; and set background "#333344"; -test -z "$font"; and set font "$SDIR/../fonts/HyliaSerifBeta-Regular.otf"; -test -z "$fill"; and set fill "white"; -test -z "$tileSize"; and set tileSize "256"; -test -z "$pointsize"; and set pointsize "48"; -test -z "$gravity"; and set gravity "center"; -test -z "$bordercolor"; and set bordercolor '#999999'; -test -z "$bordersize"; and set bordersize "5"; - -# I intentionally check this instead of creating it for the user in case -# they provide the wrong argument by accident. Don't want to create a mess -# for them somewhere in some unintentional place. -if test -z "$outDir" -o ! -e "$outDir" -o ! -d "$outDir" - echo "Error: Output directory must be provided as the first argument, exist, and be a directory."; - exit; -end +# For better accuracy, use the more dynamic per zoom level script in `generateMapTiles/run.fish` using any of the valid '' alternative source file names or `generatePHTiles` flag. +# This is for a more focused approach when you know more of the parameters per zoom level, and use a different approach than the current map software configuration. +test -z "$numTilesFromCenter"; and set numTilesFromCenter '1'; pushd "$outDir" > /dev/null; for z in (seq "-$numTilesFromCenter" "$numTilesFromCenter") - test ! -d "$z"; and mkdir -- "$z"; - for x in (seq "-$numTilesFromCenter" "$numTilesFromCenter") - for y in (seq "-$numTilesFromCenter" "$numTilesFromCenter") - eval set name $nameMask; - set -l fileName "$name.png" + test "$outputZoomFolders" = 'true' -a ! -d "$z"; + and mkdir -- "$z"; + + for y in (seq "-$numTilesFromCenter" "$numTilesFromCenter") + for x in (seq "-$numTilesFromCenter" "$numTilesFromCenter") + eval set -l pathName "$pathNameMask"; + # debugPrint "pathName: $pathName"; + set -l filePath "$pathName.$fileExt"; + # debugPrint "filePath: $filePath"; convert \ - -background $background \ - -font "$font" \ - -fill $fill \ - -size {$tileSize}x{$tileSize} \ - -pointsize $pointsize \ - -gravity $gravity \ - -bordercolor $bordercolor \ - -border $bordersize \ - "label:$name" \ - "$fileName" \ + -background "$background" \ + -font "$font" \ + -fill "$fill" \ + -size {$tileSize}x{$tileSize} \ + -pointsize "$pointsize" \ + -gravity "$gravity" \ + -bordercolor "$bordercolor" \ + -border "$bordersize" \ + "label:$pathName" \ + "$filePath" \ ; end - break; + # break; end end diff --git a/dev/assets/tiles/generatePHTiles/TLOrigin.fish b/dev/assets/tiles/generatePHTiles/TLOrigin.fish new file mode 100644 index 00000000..46ccbcb3 --- /dev/null +++ b/dev/assets/tiles/generatePHTiles/TLOrigin.fish @@ -0,0 +1,77 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +# set SDIR "$PWD/"(dirname (status filename)); +set SDIR (dirname (status filename)); +# TODO add mode, have centered, really need TL origin 2^(zoom*2) images only incrementing, no negative values, don't know where i got that idea...., so basically all even amounts except for ZL = 0 +source "$SDIR/../0-detect.fish"; +source "$SDIR/1-config.fish"; + +# This is for a more focused approach when you know the exact zoom level to support. + +if test -z "$zoomLevels" + if test -n "$zoomLevel" + debugPrint "zoomLevel: $zoomLevel"; + # set zoomLevels "$zoomLevel"; + end + if test -n "$zoomLevelMax" + # debugPrint "zoomLevelMax: $zoomLevelMax"; + set zoomLevels (seq 0 1 "$zoomLevelMax"); + end + + if test -z "$zoomLevels" + errorPrint 'No zoomLevels, zoomLevel, or zoomLevelMax specified, or invalid value(s) given; exiting...'; + errorPrint "zoomLevels: $zoomLevels"; + errorPrint "zoomLevel: $zoomLevel"; + errorPrint "zoomLevelsMax: $zoomLevelsMax"; + exit 3; + else + set -e zoomLevel; + end +end + +set outDir "$SDIR/../../../../tiles/_placeholder"; +test ! -e "$outDir"; and mkdir "$outDir"; +pushd "$outDir"; + +echo 'Generating placeholder tiles...'; + +# for z in (seq "-$numTilesFromCenter" "$numTilesFromCenter") +for zoomLevel in $zoomLevels + set z "$zoomLevel"; + test "$outputZoomFolders" = 'true' -a ! -d "$z"; + and mkdir -- "$z"; + + set numAxisTiles (echo "2 ^ $zoomLevel" | bc); + + for y in (seq 0 "$numAxisTiles") + for x in (seq 0 "$numAxisTiles") + eval set -l pathName "$pathNameMask"; + eval set -l label "$labelMask"; + # debugPrint "pathName: $pathName"; + set -l filePath "$pathName.$fileExt"; + # debugPrint "filePath: $filePath"; + + test -e "$filePath" -a "$force" != 'true'; and continue; + + convert \ + -background "$background" \ + -font "$font" \ + -fill "$fill" \ + -size {$tileSize}x{$tileSize} \ + -pointsize "$pointsize" \ + -gravity "$gravity" \ + -bordercolor "$bordercolor" \ + -border "$bordersize" \ + "label:$label" \ + "$filePath" \ + ; + end + # break; + end +end + +popd; From bbfcaa05f6f485a404c854c5c91279761c701db7 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 5 Apr 2023 15:12:48 -0400 Subject: [PATCH 41/73] Random logging enhancement/samples While investigating new container changes. Plus quick workaround for weird ZLogger duplicate definition behavior.. Code styling updates with spacing, vague function name. --- .env.example | 5 ++-- ajax/get_container.php | 5 ++++ ajax/get_container_name.php | 5 ++++ scripts/util/zlogger.js | 55 +++++++++++++++++++++---------------- scripts/zmain.js | 20 +++++++------- 5 files changed, 54 insertions(+), 36 deletions(-) diff --git a/.env.example b/.env.example index 86bd3581..cdd041fb 100644 --- a/.env.example +++ b/.env.example @@ -35,5 +35,6 @@ lostPasswordSubject="Tingle - Password Reset" lostPasswordBodyTemplateFilePath="content/lostPasswordEmailBodyTemplate.txt" [INTERNAL] -; Values: 'errorLog' (default), 'output', 'return'. -debugLoggingMode=errorLog +;debugLoggingMode=errorLog +;debugLoggingMode=output +;debugLoggingMode=return diff --git a/ajax/get_container.php b/ajax/get_container.php index 7dc64610..c963d813 100644 --- a/ajax/get_container.php +++ b/ajax/get_container.php @@ -1,7 +1,10 @@ diff --git a/ajax/get_container_name.php b/ajax/get_container_name.php index 0bfc6f45..cfe8f386 100644 --- a/ajax/get_container_name.php +++ b/ajax/get_container_name.php @@ -1,7 +1,10 @@ fetch_array(); echo json_encode(array("success"=>true,"name"=>$row['name'])); + + // debug_log("get_container_name END"); ?> diff --git a/scripts/util/zlogger.js b/scripts/util/zlogger.js index 4ff71c89..062ada04 100644 --- a/scripts/util/zlogger.js +++ b/scripts/util/zlogger.js @@ -11,6 +11,7 @@ function ZLogger(opts) { this.console = opts.console; }; + [ "info", "warning", @@ -19,35 +20,41 @@ function ZLogger(opts) { "exception", "debug" ].forEach(function(methodName) { - Object.defineProperty( - ZLogger.prototype, - methodName, - { - value: function(opts) { - opts = opts || {}; - - var returnVal; - - if ( - this.notification && ( - opts.notification === undefined || - opts.notification + // Why are there double definitions sometimes. + // All unloaded with page refresh, so updating res js minified file should not be a trigger, right? + if(ZLogger.prototype[methodName]) { + console.error("ZLogger.prototype's \""+methodName+"\" already defined."); + } else { + Object.defineProperty( + ZLogger.prototype, + methodName, + { + value: function(opts) { + opts = opts || {}; + + var returnVal; + + if ( + this.notification && ( + opts.notification === undefined || + opts.notification + ) ) - ) - returnVal = toastr[methodName].apply(toastr, arguments) + returnVal = toastr[methodName].apply(toastr, arguments) - if ( - this.console && ( - opts.console === undefined || - opts.console + if ( + this.console && ( + opts.console === undefined || + opts.console + ) ) - ) - console[methodName].apply(console, arguments) + console[methodName].apply(console, arguments) - return returnVal; + return returnVal; + } } - } - ); + ); + } }); // Alias to add in order to prevent missing function errors // and complicated logic within the custom logging methods. diff --git a/scripts/zmain.js b/scripts/zmain.js index ad6b361b..0b84bb4f 100644 --- a/scripts/zmain.js +++ b/scripts/zmain.js @@ -176,18 +176,18 @@ function getUrlParamValue(vParamName, vDefaultValue) { return vParamName; }; -function KeyPress(e) { - var evtobj = window.event? event : e - - if (evtobj.key == 'z' && ( - ((OSName != 'MacOS') && evtobj.ctrlKey) || - ((OSName == 'MacOS') && evtobj.metaKey) - )) { - zMap.undoMarkerComplete(); - } +function globalKeyPressHandler(e) { + var evtobj = window.event? event : e + + if (evtobj.key == 'z' && ( + ((OSName != 'MacOS') && evtobj.ctrlKey) || + ((OSName == 'MacOS') && evtobj.metaKey) + )) { + zMap.undoMarkerComplete(); + } } -$(document).on('keydown', KeyPress); +$(document).on('keydown', globalKeyPressHandler); // Initial Load // Get map that we want to load (the game ID) From 1002c706b454e1619d3183768214975a8b629c1d Mon Sep 17 00:00:00 2001 From: Pysis Date: Fri, 14 Apr 2023 14:44:20 -0400 Subject: [PATCH 42/73] WIP --- dev/assets/tiles/0-detect.fish | 2 +- .../tiles/generatePHTiles/1-config.fish | 21 +- .../generatePHTiles/2-generateTiles.fish | 45 ++ .../tiles/generatePHTiles/3-generateTile.fish | 74 ++++ .../tiles/generatePHTiles/Centered.fish | 37 +- .../generatePHTiles/GenerateErrorTile.fish | 46 +++ .../tiles/generatePHTiles/TLOrigin.fish | 47 +-- docs/Tile Management.md | 28 +- scripts/util/ZConfig.js | 18 +- scripts/zmap.js | 388 ++++++++++-------- 10 files changed, 450 insertions(+), 256 deletions(-) create mode 100644 dev/assets/tiles/generatePHTiles/2-generateTiles.fish create mode 100644 dev/assets/tiles/generatePHTiles/3-generateTile.fish create mode 100644 dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish diff --git a/dev/assets/tiles/0-detect.fish b/dev/assets/tiles/0-detect.fish index 009be147..b36a72cd 100644 --- a/dev/assets/tiles/0-detect.fish +++ b/dev/assets/tiles/0-detect.fish @@ -8,7 +8,7 @@ if test "$included0Detect" = 'true' exit; end -# set included0Detect 'true'; +set included0Detect 'true'; # debugPrint "included0Detect: $included0Detect"; # debugPrint "srcFile: $srcFile"; diff --git a/dev/assets/tiles/generatePHTiles/1-config.fish b/dev/assets/tiles/generatePHTiles/1-config.fish index ada65379..1ca1d640 100644 --- a/dev/assets/tiles/generatePHTiles/1-config.fish +++ b/dev/assets/tiles/generatePHTiles/1-config.fish @@ -10,15 +10,26 @@ set SDIR (dirname (status filename)); # debugPrint "SDIR: $SDIR/../../../.."; # debugPrint "rl -f SDIR ..x4: "(readlink -f "$SDIR/../../../.."); +# debugPrint "included1Config: $included1Config"; +if test "$included1Config" = 'true' + exit; +end +set included1Config 'true'; +# debugPrint "included1Config: $included1Config"; + test -z "$outDir" ; and set outDir "$argv[1]"; test -z "$outputZoomFolders" ; and set outputZoomFolders 'false' ; test -z "$fileExt" ; and set fileExt 'png' ; if test -z "$pathNameMask" - if test "$outputZoomFolders" = 'true' - set pathNameMask '{$z}/{$x}_{$y}'; + if test "$outputAxisFolders" = 'true' + set pathNameMask '{$z}/{$x}/{$y}'; else - set pathNameMask '{$z}_{$x}_{$y}'; + if test "$outputZoomFolders" = 'true' + set pathNameMask '{$z}/{$x}_{$y}'; + else + set pathNameMask '{$z}_{$x}_{$y}'; + end end end if test -n "$labelMaskChoice" @@ -55,7 +66,9 @@ test -z "$gravity" ; and set gravity 'center' ; # or north =/ test -z "$bordercolor" ; and set bordercolor '#999999' ; test -z "$bordersize" ; and set bordersize '5' ; -test "$isPHType" != 'true' -a -z "$outDir"; and read -P 'Output Directory: ' outDir; +test "$isPHType" != 'true' -a -z "$outDir"; +and read -P 'Output Directory: ' outDir; + # I intentionally check this instead of creating it for the user in case # they provide the wrong argument by accident. Don't want to create a mess # for them somewhere in some unintentional place. diff --git a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish new file mode 100644 index 00000000..d7d07977 --- /dev/null +++ b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish @@ -0,0 +1,45 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +if test \ + -z "$xStart" \ + -z "$xEnd" \ + -z "$yStart" \ + -z "$yEnd" \ + -z "$zStart" \ + -z "$zEnd" + errorPrint 'Missing required parameter; exiting...'; + errorPrint "xStart: $xStart"; + errorPrint "xEnd: $xEnd"; + errorPrint "yStart: $yStart"; + errorPrint "yEnd: $yEnd"; + errorPrint "zStart: $zStart"; + errorPrint "zEnd: $zEnd"; + + exit 1; +end + +for z in (seq "$zStart" "$zEnd") + test "$outputZoomFolders" = 'true' -a ! -d "$z"; + and mkdir -- "$z"; + + for x in (seq "-$xStart" "$xEnd") + test "$outputAxisFolders" = 'true' -a ! -d "$z/$x"; + and mkdir -- "$z/$x"; + + for y in (seq "-$yStart" "$yEnd") + eval set -l pathName "$pathNameMask"; + # debugPrint "pathName: $pathName"; + set -l filePath "$pathName.$fileExt"; + # debugPrint "filePath: $filePath"; + + test -e "$filePath" -a "$force" != 'true'; and continue; + + "$SDIR/3-generateTile.fish"; + end + # break; + end +end diff --git a/dev/assets/tiles/generatePHTiles/3-generateTile.fish b/dev/assets/tiles/generatePHTiles/3-generateTile.fish new file mode 100644 index 00000000..7ba3386b --- /dev/null +++ b/dev/assets/tiles/generatePHTiles/3-generateTile.fish @@ -0,0 +1,74 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +debugPrint '3-generateTile START'; + +set SDIR (dirname (status filename)); + +source "$SDIR/1-config.fish"; + +if test \ + -z "$background" \ + -o -z "$font" \ + -o -z "$fill" \ + -o -z "$tileSize" \ + -o -z "$pointsize" \ + -o -z "$gravity" \ + -o -z "$bordercolor" \ + -o -z "$bordersize" \ + -o -z "$filePath" + errorPrint 'Missing required parameter; exiting...'; + errorPrint "background: $background"; + errorPrint "font: $font"; + errorPrint "fill: $fill"; + errorPrint "tileSize: $tileSize"; + errorPrint "pointsize: $pointsize"; + errorPrint "gravity: $gravity"; + errorPrint "bordercolor: $bordercolor"; + errorPrint "bordersize: $bordersize"; + errorPrint "filePath: $filePath"; + + exit 1; +end + +if test -z "$label" + set labelOpts ''; +else + set labelOpts "label:$label"; +end +debugPrint "label: $label"; +debugPrint "labelOpts: $labelOpts"; +debugPrint "count labelOpts: "(count $labelOpts); + +# Since fish shell is ot preserving array variables........ +if test -n "$inputOptsJSON" + set $inputOpts ( + echo "$inputOptsJSON" \ + | jq -r '.[]' + ); +end +set inputOpts $inputOpts $labelOpts; + +debugPrint "inputOpts: $inputOpts"; +debugPrint "count inputOpts: "(count $inputOpts); +for inputOpt in $inputOpts + debugPrint "inputOpt: $inputOpt"; +end + +convert \ + -background "$background" \ + -font "$font" \ + -fill "$fill" \ + -size {$tileSize}x{$tileSize} \ + -pointsize "$pointsize" \ + -gravity "$gravity" \ + -bordercolor "$bordercolor" \ + -border "$bordersize" \ + $inputOpts \ + "$filePath" \ +; + +debugPrint '3-generateTile END'; diff --git a/dev/assets/tiles/generatePHTiles/Centered.fish b/dev/assets/tiles/generatePHTiles/Centered.fish index 9ec6e653..6578bdfb 100644 --- a/dev/assets/tiles/generatePHTiles/Centered.fish +++ b/dev/assets/tiles/generatePHTiles/Centered.fish @@ -12,33 +12,18 @@ source "$SDIR/1-config.fish"; # This is for a more focused approach when you know more of the parameters per zoom level, and use a different approach than the current map software configuration. test -z "$numTilesFromCenter"; and set numTilesFromCenter '1'; +set outDir "$SDIR/../../../../tiles/_placeholder"; +test ! -e "$outDir"; and mkdir "$outDir"; + pushd "$outDir" > /dev/null; -for z in (seq "-$numTilesFromCenter" "$numTilesFromCenter") - test "$outputZoomFolders" = 'true' -a ! -d "$z"; - and mkdir -- "$z"; - - for y in (seq "-$numTilesFromCenter" "$numTilesFromCenter") - for x in (seq "-$numTilesFromCenter" "$numTilesFromCenter") - eval set -l pathName "$pathNameMask"; - # debugPrint "pathName: $pathName"; - set -l filePath "$pathName.$fileExt"; - # debugPrint "filePath: $filePath"; - convert \ - -background "$background" \ - -font "$font" \ - -fill "$fill" \ - -size {$tileSize}x{$tileSize} \ - -pointsize "$pointsize" \ - -gravity "$gravity" \ - -bordercolor "$bordercolor" \ - -border "$bordersize" \ - "label:$pathName" \ - "$filePath" \ - ; - end - # break; - end -end +echo 'Generating placeholder tiles from the center as the origin...'; + +set zStart "-$numTilesFromCenter"; +set zEnd "$numTilesFromCenter" ; +set xStart "-$numTilesFromCenter"; +set xEnd "$numTilesFromCenter" ; +set yStart "-$numTilesFromCenter"; +set yEnd "$numTilesFromCenter" ; popd > /dev/null; diff --git a/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish b/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish new file mode 100644 index 00000000..f612a081 --- /dev/null +++ b/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish @@ -0,0 +1,46 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +debugPrint 'GenerateErrorTile START'; + +set SDIR (readlink -f (dirname (status filename))); +# debugPrint "SDIR: $SDIR"; +# debugPrint "SDIR: $SDIR/../../../.."; +# debugPrint "rl -f SDIR: "(readlink -f "$SDIR"); +# debugPrint "rl -f SDIR ..x4: "(readlink -f "$SDIR/../../../.."); + +set -x isPHType 'true'; + +set outDir "$SDIR/../../../../tiles/_placeholder"; +test ! -e "$outDir"; and mkdir "$outDir"; + +pushd "$outDir"; + +echo 'Generating placeholder error tile...'; + +set -x filePath "error.png"; +# set -x label ''; +set -x inputOpts \ + -stroke 'red' \ + -strokewidth '5' \ + -draw 'line 0,0 256,256' \ + -draw 'line 256,0 0,256' \ + 'xc:' \ +; +set -x inputOptsJSON '["'( + string join '","' -- $inputOpts; +)'"]'; + +debugPrint "inputOpts: $inputOpts"; +debugPrint "count inputOpts: "(count $inputOpts); +# for inputOpt in $inputOpts +# debugPrint "inputOpt: $inputOpt"; +# end +debugPrint "inputOptsJSON: $inputOptsJSON"; + +"$SDIR/3-generateTile.fish"; + +debugPrint 'GenerateErrorTile END'; diff --git a/dev/assets/tiles/generatePHTiles/TLOrigin.fish b/dev/assets/tiles/generatePHTiles/TLOrigin.fish index 46ccbcb3..e907e556 100644 --- a/dev/assets/tiles/generatePHTiles/TLOrigin.fish +++ b/dev/assets/tiles/generatePHTiles/TLOrigin.fish @@ -7,14 +7,14 @@ # set SDIR "$PWD/"(dirname (status filename)); set SDIR (dirname (status filename)); # TODO add mode, have centered, really need TL origin 2^(zoom*2) images only incrementing, no negative values, don't know where i got that idea...., so basically all even amounts except for ZL = 0 -source "$SDIR/../0-detect.fish"; + source "$SDIR/1-config.fish"; # This is for a more focused approach when you know the exact zoom level to support. if test -z "$zoomLevels" if test -n "$zoomLevel" - debugPrint "zoomLevel: $zoomLevel"; + # debugPrint "zoomLevel: $zoomLevel"; # set zoomLevels "$zoomLevel"; end if test -n "$zoomLevelMax" @@ -35,43 +35,16 @@ end set outDir "$SDIR/../../../../tiles/_placeholder"; test ! -e "$outDir"; and mkdir "$outDir"; -pushd "$outDir"; - -echo 'Generating placeholder tiles...'; - -# for z in (seq "-$numTilesFromCenter" "$numTilesFromCenter") -for zoomLevel in $zoomLevels - set z "$zoomLevel"; - test "$outputZoomFolders" = 'true' -a ! -d "$z"; - and mkdir -- "$z"; - set numAxisTiles (echo "2 ^ $zoomLevel" | bc); - - for y in (seq 0 "$numAxisTiles") - for x in (seq 0 "$numAxisTiles") - eval set -l pathName "$pathNameMask"; - eval set -l label "$labelMask"; - # debugPrint "pathName: $pathName"; - set -l filePath "$pathName.$fileExt"; - # debugPrint "filePath: $filePath"; +pushd "$outDir"; - test -e "$filePath" -a "$force" != 'true'; and continue; +echo 'Generating placeholder tiles from the top-left corner as the origin...'; - convert \ - -background "$background" \ - -font "$font" \ - -fill "$fill" \ - -size {$tileSize}x{$tileSize} \ - -pointsize "$pointsize" \ - -gravity "$gravity" \ - -bordercolor "$bordercolor" \ - -border "$bordersize" \ - "label:$label" \ - "$filePath" \ - ; - end - # break; - end -end +set zStart "0" ; +set zEnd "$numAxisTiles" ; +set xStart "0" ; +set xEnd "$numAxisTiles" ; +set yStart "0" ; +set yEnd "$numAxisTiles" ; popd; diff --git a/docs/Tile Management.md b/docs/Tile Management.md index 7bc17ae3..9990db0e 100644 --- a/docs/Tile Management.md +++ b/docs/Tile Management.md @@ -1,3 +1,7 @@ +Reference: +- https://en.wikipedia.org/wiki/Tiled_web_map +- https://en.wikipedia.org/wiki/Tile_Map_Service + Trying to use cross-platform tools with available source code and batch / command line (CLI) / scriptable interfaces. Some good file format references and links to tools: @@ -67,22 +71,22 @@ Some good file format references and links to tools: ### Link's Awakening for Switch - 1. Use `Switch Toolbox` to: - 1. Load the `Game.arc` and `DgnTex.arc` files in the `romfs/region_common/ui` directory. - 1. Double-click to load the `Game/timg/__Combined.bntx` and `DgnTex/timg/__Combined.bntx` files. - 1. Right-click each of those file nodes in the tree view. - 1. Select Extract All Textures. - 1. Make a new folder with the same name as the arc file, and the path as the bntx archive. - 1. Go inside there. - 1. Select the PNG image format. - 1. Uncheck all options. - 1. Click Ok. - 1. For the overworld map, it would use the `FldChip_##^H.png` files. + - Use `Switch Toolbox` to: + - Load the `Game.arc` and `DgnTex.arc` files in the `romfs/region_common/ui` directory. + - Double-click to load the `Game/timg/__Combined.bntx` and `DgnTex/timg/__Combined.bntx` files. + - Right-click each of those file nodes in the tree view. + - Select Extract All Textures. + - Make a new folder with the same name as the arc file, and the path as the bntx archive. + - Go inside there. + - Select the PNG image format. + - Uncheck all options. + - Click Ok. + - For the overworld map, it would use the `FldChip_##^H.png` files. - `dev/tiles/switch/games/lafs/assembleOverworldTiles.fish ` - Added manual scripts since most are not simple tiles. - Chose normal tiles that covered the most area and then filled in the uncompleted holes. All seem to be the same resolution. - Only tested simply overlaying the `OpenMask` tiles. - 1. For the dungeon maps: + - For the dungeon maps: - There are the `Lv_##G.png` files that the `dev/tiles/switch/games/lafs/assembleDgnTiles.fish ` script would use. - These are be placed on the `DgnMapGrid_00^A.png` file by default in the `Game` folder where the `FldChip_*` files also are for nice effect that the script handles. - Assumes 1308x1040 with or without this file being provided, which is 1280x1024 for the map tile grid, plus offsets for padding. diff --git a/scripts/util/ZConfig.js b/scripts/util/ZConfig.js index c7574d6d..ffe7f584 100644 --- a/scripts/util/ZConfig.js +++ b/scripts/util/ZConfig.js @@ -22,10 +22,16 @@ ZConfig = { // "exact", "focus" (ZU default) ZConfig.setConfig("categorySelectionMethod", "focus"); -ZConfig.setConfig("tilesBaseURL", "https://zeldamaps.com/tiles/"); -ZConfig.setConfig("zoomDirectories", 'false'); -ZConfig.setConfig("tileNameFormat", ( - (ZConfig.getConfig("zoomDirectories") == 'true') - ? '{z}/{x}_{y}' - : '{z}_{x}_{y}' +ZConfig.setConfig("tilesBaseURL" , "https://zeldamaps.com/tiles/"); +ZConfig.setConfig("tileAxisDirectories" , 'false'); +ZConfig.setConfig("tileZoomDirectories" , 'false'); +ZConfig.setConfig("tileNameFormat" , ( + (ZConfig.getConfig("tileAxisDirectories") == 'true') + ? '{z}/{x}/{y}' + : (ZConfig.getConfig("tileZoomDirectories") == 'true') + ? '{z}/{x}_{y}' + : '{z}_{x}_{y}' )); +ZConfig.setConfig("markerClusters" , 'false'); +ZConfig.setConfig("showInfoControls", 'false'); +ZConfig.setConfig("collapsed", 'false'); diff --git a/scripts/zmap.js b/scripts/zmap.js index 320227b8..e45ae852 100644 --- a/scripts/zmap.js +++ b/scripts/zmap.js @@ -24,9 +24,8 @@ function ZMap() { this.markerIconSmall; this.markerIconMedium; - this.tilesBaseURL = ZConfig.getConfig("tilesBaseURL"); - this.zoomDirectories = ZConfig.getConfig("zoomDirectories"); - this.tileNameFormat = ZConfig.getConfig("tileNameFormat"); + this.tilesBaseURL = ZConfig.getConfig("tilesBaseURL" ); + this.tileNameFormat = ZConfig.getConfig("tileNameFormat"); // @TODO: This is a WORKAROUND. Icon should be on the same folder as the tiled map itself. // For now, since we don`t want to bother Matthew, we are creating a new folder in th ecode @@ -156,59 +155,80 @@ if (!Array.prototype.filter) { ZMap.prototype.constructor = function(vMapOptions) { - toastr.options.preventDuplicates = true; - // toastr.options.progressBar = true; - - _this = this; - - hasUserCheck = false; - userWarnedAboutMarkerQty = false; - userWarnedAboutLogin = false; - mapOptions = { - - }; - - games = []; - maps = []; - markers = []; - categoryTree = []; - categories = []; - completedMarkers = []; - user = null; - newMarker = null; - this.cachedMarkersByCategory = {}; - this.cachedMarkersById = {}; - - if (vMapOptions == null) { - alert("Need to pass options to map constructor"); - return false; - } else { - if (vMapOptions.showCompleted == undefined) { - vMapOptions.showCompleted = true; - } - mapOptions = vMapOptions; - } + toastr.options.preventDuplicates = true; + // toastr.options.progressBar = true; + + _this = this; + + hasUserCheck = false; + userWarnedAboutMarkerQty = false; + userWarnedAboutLogin = false; + mapOptions = {}; + + games = []; + maps = []; + markers = []; + categoryTree = []; + categories = []; + completedMarkers = []; + user = null; + newMarker = null; + this.cachedMarkersByCategory = {}; + this.cachedMarkersById = {}; + + if (vMapOptions == null) { + alert("Need to pass options to map constructor"); + return false; + } else { + if (vMapOptions.showCompleted == undefined) { + vMapOptions.showCompleted = true; + } + mapOptions = vMapOptions; + } - if(!mapOptions.categorySelectionMethod) mapOptions.categorySelectionMethod = ZConfig.getConfig("categorySelectionMethod"); + if(!mapOptions.categorySelectionMethod) + mapOptions.categorySelectionMethod = + ZConfig.getConfig("categorySelectionMethod"); - // markerCluster = new L.MarkerClusterGroup({maxClusterRadius: mapOptions.clusterGridSize, disableClusteringAtZoom: mapOptions.clusterMaxZoom}); + if(ZConfig.getConfig("markerClusters") == 'true') { + markerCluster = new L.MarkerClusterGroup({ + maxClusterRadius: mapOptions.clusterGridSize, + disableClusteringAtZoom: mapOptions.clusterMaxZoom + }); + } - markerIconMedium = L.DivIcon.extend({options:{ iconSize: [mapOptions.iconWidth,mapOptions.iconHeight] - , iconAnchor: [Math.floor(mapOptions.iconWidth/2),Math.floor(mapOptions.iconHeight/2)] - , popupAnchor: [0,0] - } - }); - markerIconSmall = L.DivIcon.extend({options:{ iconSize: [mapOptions.iconSmallWidth,mapOptions.iconSmallHeight] - , iconAnchor: [Math.floor(mapOptions.iconSmallWidth/2),Math.floor(mapOptions.iconSmallHeight/2)] - , popupAnchor: [0,0] - } - }); + markerIconMedium = L.DivIcon.extend({ + options: { + iconSize: [ + mapOptions.iconWidth, + mapOptions.iconHeight + ] + , iconAnchor: [ + Math.floor(mapOptions.iconWidth / 2), + Math.floor(mapOptions.iconHeight / 2) + ] + , popupAnchor: [0,0] + } + }); + markerIconSmall = L.DivIcon.extend({ + options: { + iconSize: [ + mapOptions.iconSmallWidth, + mapOptions.iconSmallHeight + ] + , iconAnchor: [ + Math.floor(mapOptions.iconSmallWidth / 2), + Math.floor(mapOptions.iconSmallHeight / 2) + ] + , popupAnchor: [0,0] + } + }); - if (mapOptions.defaultZoom > mapOptions.switchIconsAtZoom) { - currentIcon = 'Medium'; - } else { - currentIcon = 'Small'; - } + if (mapOptions.defaultZoom > mapOptions.switchIconsAtZoom) { + currentIcon = 'Medium'; + } else { + currentIcon = 'Small'; + } }; // Add a map category @@ -637,145 +657,173 @@ ZMap.prototype.buildCategoryMenu = function(vCategoryTree) { } ZMap.prototype.buildMap = function() { - // console.log("Leaflet Version: " + L.version); - // console.log("Zelda Maps Version: " + _this.version); - - if (!L.CRS.Simple) { - L.CRS.Simple = L.Util.extend({}, L.CRS, { projection: L.Projection.LonLat - , transformation: new L.Transformation(1,0,1,0) - }); - } - - map = L.map('map', { center: new L.LatLng(mapOptions.centerY,mapOptions.centerX) - , zoom: 0 - , zoomSnap: mapOptions.zoomSnap - , zoomDelta: mapOptions.zoomDelta - , zoomControl: false - , crs: L.CRS.Simple - , layers: [maps[0]] - // @TODO: Add bounds to Database, so everygame has different bounds - , maxBounds: new L.LatLngBounds(new L.LatLng(mapOptions.boundTopX, mapOptions.boundTopY), new L.LatLng(mapOptions.boundBottomX, mapOptions.boundBottomY)) - , maxBoundsViscosity: 1.0 - , contextmenu: true - , contextmenuWidth: 140 - }); + // console.log("Leaflet Version: " + L.version ); + // console.log("Zelda Maps Version: " + _this.version ); + + if (!L.CRS.Simple) { + L.CRS.Simple = L.Util.extend({}, L.CRS, { + projection: L.Projection.LonLat + , transformation: new L.Transformation(1,0,1,0) + }); + } - // Get all the base maps - var baseMaps = {}; - for (var i = 0; i < maps.length; i++) { - baseMaps[maps[i].title] = maps[i]; - } + if(maps[0]) { + map = L.map('map', { + center: new L.LatLng( + mapOptions.centerY, + mapOptions.centerX + ) + , zoom: 0 + , zoomSnap: mapOptions.zoomSnap + , zoomDelta: mapOptions.zoomDelta + , zoomControl: false + , crs: L.CRS.Simple + , layers: [maps[0]] + , maxBounds: new L.LatLngBounds( + new L.LatLng( + mapOptions.boundTopX, + mapOptions.boundTopY + ), + new L.LatLng( + mapOptions.boundBottomX, + mapOptions.boundBottomY + ) + ) + , maxBoundsViscosity: 1.0 + , contextmenu: true + , contextmenuWidth: 140 + }); + } - var mapControlOptions = $.extend( - mapOptions, { - "zIndex": 0, "collapsed": false - }); + // Get all the base maps + var baseMaps = {}; + for (var i = 0; i < maps.length; i++) { + baseMaps[maps[i].title] = maps[i]; + } - if (L.Browser.mobile && window.innerWidth < 768) { - mapControl = L.control.zlayersbottom( - baseMaps, - categoryTree, - mapControlOptions - ); - headerBar = L.control.zmobileheaderbar({ mapControl: mapControl }); - headerBar.addTo(map); - } else { - mapControl = L.control.zlayers( - baseMaps, - {}, - mapControlOptions, - ); - L.control.zoom({ position:'bottomright' }).addTo(map); - if (mapOptions.showInfoControls) { - $('.leaflet-container').css('cursor','crosshair'); - L.control.infoBox.mouse.clickhist({ position: 'bottomleft' }).addTo(map); - L.control.infoBox.mouse.move({ position: 'bottomleft' }).addTo(map); - L.control.infoBox.location.center({ position: 'bottomleft' }).addTo(map); - L.control.infoBox.location.bounds({ position: 'bottomleft' }).addTo(map); - } - } + var mapControlOptions = $.extend( + mapOptions, { + "zIndex": 0, + "collapsed": false + }); - //@TODO: REDO! - mapControl.setCurrentMap(parseInt(maps[0].originalId), parseInt(maps[0].defaultSubMapId)); - mapControl.setCurrentMapLayer(maps[0]); - //console.log(mapControl.getCurrentMap()); - mapControl.addTo(map); + if (L.Browser.mobile && window.innerWidth < 768) { + mapControl = L.control.zlayersbottom( + baseMaps, + categoryTree, + mapControlOptions + ); + headerBar = L.control.zmobileheaderbar({ + mapControl: mapControl + }); + headerBar.addTo(map); + } else { + mapControl = L.control.zlayers( + baseMaps, + {}, + mapControlOptions + ); + L.control.zoom({ position: 'bottomright' }).addTo(map); + if ( + mapOptions.showInfoControls + || ZConfig.getConfig("showInfoControls") == 'true' + ) { + $('.leaflet-container').css('cursor','crosshair'); + var posBL = { position: 'bottomleft' }; + L.control.infoBox.mouse.clickhist (posBL).addTo(map); + L.control.infoBox.mouse.move (posBL).addTo(map); + L.control.infoBox.location.center (posBL).addTo(map); + L.control.infoBox.location.bounds (posBL).addTo(map); + } + } - // TODO keyboard accessibility - if (mapControlOptions.collapsed) { - //mapControl._map.on('movestart', mapControl._collapse, mapControl); - //mapControl._map.on('click', mapControl._collapse, mapControl); - } else { - mapControl._expand(); - } + //@TODO: REDO! + mapControl.setCurrentMap(parseInt(maps[0].originalId), parseInt(maps[0].defaultSubMapId)); + mapControl.setCurrentMapLayer(maps[0]); + //console.log(mapControl.getCurrentMap()); + mapControl.addTo(map); + + // TODO keyboard accessibility + if ( + mapControlOptions.collapsed + || ZConfig.getConfig("collapsed") == 'true' + ) { + //mapControl._map.on('movestart', mapControl._collapse, mapControl); + //mapControl._map.on('click', mapControl._collapse, mapControl); + } else { + mapControl._expand(); + } - //map.addLayer(markerCluster); + //map.addLayer(markerCluster); - //Change visible region to that specified by the corner coords if relevant query strings are present - if (mapOptions.startArea) { - map.fitBounds(mapOptions.startArea); - } + //Change visible region to that specified by the corner coords if relevant query strings are present + if (mapOptions.startArea) { + map.fitBounds(mapOptions.startArea); + } - map.on('moveend', function(e) { - _this.refreshMap(); - if (newMarker != null && newMarker.markerPos != null && !map.hasLayer(markers[newMarker.markerPos])) { + map.on('moveend', function(e) { + _this.refreshMap(); + if (newMarker != null && newMarker.markerPos != null && !map.hasLayer(markers[newMarker.markerPos])) { _this._closeNewMarker(); mapControl.resetContent(); } - }); + }); - map.on('zoomend', function() { - if (map.getZoom() > 5 && currentIcon == 'Small') { - currentIcon = 'Medium'; - } else if (map.getZoom() > 5 && currentIcon == 'Small') { - currentIcon = 'Small'; - } else { - return; - } - var mapBounds = map.getBounds().pad(0.15); + map.on('zoomend', function() { + if (map.getZoom() > 5 && currentIcon == 'Small') { + currentIcon = 'Medium'; + } else if (map.getZoom() > 5 && currentIcon == 'Small') { + currentIcon = 'Small'; + } else { + return; + } - for (var i = markers.length -1; i >= 0; i--) { - var m = markers[i]; - if (mapBounds.contains(m.getLatLng())) { - m.setIcon(_this._createMarkerIcon(m.categoryId, m.complete)); - } + var mapBounds = map.getBounds().pad(0.15); + + for (var i = markers.length -1; i >= 0; i--) { + var m = markers[i]; + if (mapBounds.contains(m.getLatLng())) { + m.setIcon(_this._createMarkerIcon(m.categoryId, m.complete)); } - }); + } + }); - map.on('baselayerchange', function(e) { - //@TODO: Fix this null value - (for light / dark) - this is when a layer updates - // Defaulting to the first layer for now - workaround!!!!! - var defaultSubMapId; - var i; - for (i = 0; i < maps.length; i++) { - if (maps[i].originalId == e.originalId) { + map.on('baselayerchange', function(e) { + //@TODO: Fix this null value - (for light / dark) - this is when a layer updates + // Defaulting to the first layer for now - workaround!!!!! + var defaultSubMapId; + var i; + for (i = 0; i < maps.length; i++) { + if (maps[i].originalId == e.originalId) { defaultSubMapId = maps[i].defaultSubMapId; break; } - } - // END OF WORKAROUND!!! - //console.log(e.originalId + " " + defaultSubMapId); - mapControl.setCurrentMap(parseInt(e.originalId), parseInt(defaultSubMapId)); - _this.refreshMap(); - _this._closeNewMarker(); - //mapControl.resetContent(); - - map.setView(new L.LatLng(mapOptions.centerY,mapOptions.centerX), map.getZoom()); - - }); + } + // END OF WORKAROUND!!! + //console.log(e.originalId + " " + defaultSubMapId); + mapControl.setCurrentMap(parseInt(e.originalId), parseInt(defaultSubMapId)); + _this.refreshMap(); + _this._closeNewMarker(); + //mapControl.resetContent(); + + map.setView(new L.LatLng( + mapOptions.centerY, + mapOptions.centerX + ), map.getZoom()); + }); - $(document).on('keydown', function(e) { - if(e.key == "Escape") { - if(mapControl._contentType != mapControl.options.defaultContentType) { - mapControl.resetContent(); - _this._closeNewMarker() - } else { - mapControl.toggle(); - } + $(document).on('keydown', function(e) { + if(e.key == "Escape") { + if(mapControl._contentType != mapControl.options.defaultContentType) { + mapControl.resetContent(); + _this._closeNewMarker() + } else { + mapControl.toggle(); } - }.bind(mapControl)); + } + }.bind(mapControl)); - _this._buildContextMenu(); + _this._buildContextMenu(); }; ZMap.prototype.goToStart = function() { From 173702a8e8894e7d4aaeb5af55a6b12d52a1fc57 Mon Sep 17 00:00:00 2001 From: Pysis Date: Mon, 17 Apr 2023 15:56:58 -0400 Subject: [PATCH 43/73] Add missing licenses For new files created by me. --- dev/scripts/common/altPrint.bash | 4 ++++ dev/scripts/common/altPrint.fish | 4 ++++ dev/scripts/common/debugPrint.bash | 4 ++++ dev/scripts/common/debugPrint.fish | 4 ++++ dev/scripts/common/default.fish | 4 ++++ dev/scripts/common/errorPrint.bash | 4 ++++ dev/scripts/common/errorPrint.fish | 4 ++++ dev/scripts/common/userWaitConditional.fish | 4 ++++ lib/common/log.php | 4 ++++ 9 files changed, 36 insertions(+) diff --git a/dev/scripts/common/altPrint.bash b/dev/scripts/common/altPrint.bash index 6de7b886..ea1b9a26 100644 --- a/dev/scripts/common/altPrint.bash +++ b/dev/scripts/common/altPrint.bash @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + ! type -t 'altPrint' && \ altPrint() { echo "$@" 1>&2; diff --git a/dev/scripts/common/altPrint.fish b/dev/scripts/common/altPrint.fish index 0fe95689..0f798290 100644 --- a/dev/scripts/common/altPrint.fish +++ b/dev/scripts/common/altPrint.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + not type -q 'altPrint'; and function altPrint echo $argv 1>&2; diff --git a/dev/scripts/common/debugPrint.bash b/dev/scripts/common/debugPrint.bash index 7a10a747..aa07e979 100644 --- a/dev/scripts/common/debugPrint.bash +++ b/dev/scripts/common/debugPrint.bash @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + ! type -t 'debugPrint' && \ debugPrint() { # echo "DEBUG __DEBUG__: $__DEBUG__"; diff --git a/dev/scripts/common/debugPrint.fish b/dev/scripts/common/debugPrint.fish index e5df26eb..8f808241 100644 --- a/dev/scripts/common/debugPrint.fish +++ b/dev/scripts/common/debugPrint.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + not type -q 'debugPrint'; function debugPrint # echo "DEBUG __DEBUG__: $__DEBUG__"; diff --git a/dev/scripts/common/default.fish b/dev/scripts/common/default.fish index 8e171ab0..1e137b7a 100644 --- a/dev/scripts/common/default.fish +++ b/dev/scripts/common/default.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + not type -q 'default'; and function default for value in $argv diff --git a/dev/scripts/common/errorPrint.bash b/dev/scripts/common/errorPrint.bash index d7c06e8e..515058d2 100644 --- a/dev/scripts/common/errorPrint.bash +++ b/dev/scripts/common/errorPrint.bash @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + ! type -t 'errorPrint' && \ errorPrint() { altPrint "ERROR: $@"; diff --git a/dev/scripts/common/errorPrint.fish b/dev/scripts/common/errorPrint.fish index 5b6b71fa..e9073393 100644 --- a/dev/scripts/common/errorPrint.fish +++ b/dev/scripts/common/errorPrint.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + function errorPrint altPrint "ERROR: $argv"; end diff --git a/dev/scripts/common/userWaitConditional.fish b/dev/scripts/common/userWaitConditional.fish index 93ae2c12..acc46538 100644 --- a/dev/scripts/common/userWaitConditional.fish +++ b/dev/scripts/common/userWaitConditional.fish @@ -1,5 +1,9 @@ #!/usr/bin/env fish +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + not type -q 'userWaitConditional'; and function userWaitConditionalConditional test "$manualStep" = "true"; and read -P 'Press enter to continue...' 1>&2 < /dev/tty; diff --git a/lib/common/log.php b/lib/common/log.php index 69eb8ec0..a85f51c2 100644 --- a/lib/common/log.php +++ b/lib/common/log.php @@ -1,4 +1,8 @@ Date: Mon, 17 Apr 2023 16:00:02 -0400 Subject: [PATCH 44/73] Fixing placeholder tile route Along with making it work for a new generic error tile to help with testing this framework. Added full Axis mode since there will still be a lot of images in the leaf directories then. Extracted code to help deduplication, flexibility, and understanding. Include blocks. Added doc links to help figure out core understanding for the system. Mostly fixed the assumptions/placement/presence of variables, along with making sure their data carried over successfully, at all (export), and format (arrays....), correct magick usage at least `xc:` or label without input image, along with trying to keep the structure of the refactor with not being sure to use TLOrigin or centered still, and wanted another checkpoint commit after a decent amount of work and testing.. --- .../tiles/generatePHTiles/1-config.fish | 2 + .../generatePHTiles/2-generateTiles.fish | 84 ++++++++++++++----- .../tiles/generatePHTiles/3-generateTile.fish | 65 ++++++++++---- .../tiles/generatePHTiles/Centered.fish | 20 ++--- .../generatePHTiles/GenerateErrorTile.fish | 10 +-- .../tiles/generatePHTiles/TLOrigin.fish | 31 ++++--- 6 files changed, 151 insertions(+), 61 deletions(-) diff --git a/dev/assets/tiles/generatePHTiles/1-config.fish b/dev/assets/tiles/generatePHTiles/1-config.fish index 1ca1d640..cb8a34db 100644 --- a/dev/assets/tiles/generatePHTiles/1-config.fish +++ b/dev/assets/tiles/generatePHTiles/1-config.fish @@ -32,6 +32,8 @@ if test -z "$pathNameMask" end end end +# debugPrint "pathNameMask: $pathNameMask"; + if test -n "$labelMaskChoice" if test "$labelMaskChoice" = 'pathName' test -z "$labelMask"; and set labelMask "$pathNameMask"; diff --git a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish index d7d07977..deb53918 100644 --- a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish +++ b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish @@ -4,42 +4,88 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ +# debugPrint '2-generateTiles START'; + +set SDIR (dirname (status filename)); + if test \ - -z "$xStart" \ - -z "$xEnd" \ - -z "$yStart" \ - -z "$yEnd" \ - -z "$zStart" \ - -z "$zEnd" + -z "$zStart" \ + -o -z "$zEnd" errorPrint 'Missing required parameter; exiting...'; - errorPrint "xStart: $xStart"; - errorPrint "xEnd: $xEnd"; - errorPrint "yStart: $yStart"; - errorPrint "yEnd: $yEnd"; errorPrint "zStart: $zStart"; errorPrint "zEnd: $zEnd"; exit 1; end +# debugPrint "pathNameMask: $pathNameMask"; + +set scriptGT (readlink -f "$SDIR/3-generateTile.fish"); + +pushd "$outDir"; for z in (seq "$zStart" "$zEnd") - test "$outputZoomFolders" = 'true' -a ! -d "$z"; - and mkdir -- "$z"; + # debugPrint "z: $z"; - for x in (seq "-$xStart" "$xEnd") - test "$outputAxisFolders" = 'true' -a ! -d "$z/$x"; - and mkdir -- "$z/$x"; + if test \( \ + "$outputZoomFolders" = 'true' \ + -o "$outputAxisFolders" = 'true' \ + \) \ + -a ! -d "$z" + mkdir -- "$z"; + else + # debugPrint 'no mkdir z'; + end + + if test \ + -z "$xStart" \ + -o -z "$xEnd" \ + -o -z "$yStart" \ + -o -z "$yEnd" + set numAxisTiles (echo "2 ^ $z" | bc); + # debugPrint "numAxisTiles: $numAxisTiles"; + + set xStart '0'; + set xEnd "$numAxisTiles"; + set yStart '0'; + set yEnd "$numAxisTiles"; + end + + for x in (seq "$xStart" "$xEnd") + # debugPrint "x: $x"; + + if test \ + "$outputAxisFolders" = 'true' \ + -a ! -d "$z/$x"; + mkdir -- "$z/$x"; + else + # debugPrint 'no mkdir z/x'; + end + + for y in (seq "$yStart" "$yEnd") + # debugPrint "y: $y"; - for y in (seq "-$yStart" "$yEnd") eval set -l pathName "$pathNameMask"; # debugPrint "pathName: $pathName"; - set -l filePath "$pathName.$fileExt"; + set -xl filePath "$pathName.$fileExt"; # debugPrint "filePath: $filePath"; + eval set -xl label "$labelMask"; + # debugPrint "label: $label"; - test -e "$filePath" -a "$force" != 'true'; and continue; + # debugPrint '2-generateTiles before continue'; + test \ + -e "$filePath" \ + -a "$force" != 'true'; + and continue; + # debugPrint '2-generateTiles after continue'; - "$SDIR/3-generateTile.fish"; + "$scriptGT"; + + # break; end # break; end end + +popd; + +# debugPrint '2-generateTiles END'; diff --git a/dev/assets/tiles/generatePHTiles/3-generateTile.fish b/dev/assets/tiles/generatePHTiles/3-generateTile.fish index 7ba3386b..0b7c588f 100644 --- a/dev/assets/tiles/generatePHTiles/3-generateTile.fish +++ b/dev/assets/tiles/generatePHTiles/3-generateTile.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -debugPrint '3-generateTile START'; +# debugPrint '3-generateTile START'; set SDIR (dirname (status filename)); @@ -34,31 +34,69 @@ if test \ exit 1; end +# pwd; + +# debugPrint "filePath: $filePath"; + if test -z "$label" set labelOpts ''; else set labelOpts "label:$label"; end -debugPrint "label: $label"; -debugPrint "labelOpts: $labelOpts"; -debugPrint "count labelOpts: "(count $labelOpts); +# debugPrint "label: $label"; +# debugPrint "labelOpts: $labelOpts"; +# debugPrint "count labelOpts: "(count $labelOpts); + +if test -n "$tileSize" -a -n "$bordersize" + set tileSize ( + echo "$tileSize - ($bordersize * 2)" | bc + ); +end -# Since fish shell is ot preserving array variables........ +# Since fish shell is not preserving array variables........ if test -n "$inputOptsJSON" - set $inputOpts ( + set inputOpts ( echo "$inputOptsJSON" \ | jq -r '.[]' ); + + # echo "$inputOptsJSON" \ + # | jq -r '.[]' end -set inputOpts $inputOpts $labelOpts; -debugPrint "inputOpts: $inputOpts"; -debugPrint "count inputOpts: "(count $inputOpts); for inputOpt in $inputOpts - debugPrint "inputOpt: $inputOpt"; + test -n "$inputOpt"; + and set -a trailingOpts "$inputOpt"; +end + +for labelOpt in $labelOpts + test -n "$labelOpt"; + and set -a trailingOpts "$labelOpt"; end -convert \ +# debugPrint "inputOpts: $inputOpts"; +# debugPrint "inputOpts[-2]: $inputOpts[-2]"; +# debugPrint "inputOpts[-1]: $inputOpts[-1]"; +# debugPrint "count inputOpts: "(count $inputOpts); +# for inputOpt in $inputOpts +# debugPrint "inputOpt: $inputOpt"; +# end +# pwd + +set -a trailingOpts "$filePath"; + +# debugPrint convert \ +# -background "$background" \ +# -font "$font" \ +# -fill "$fill" \ +# -size {$tileSize}x{$tileSize} \ +# -pointsize "$pointsize" \ +# -gravity "$gravity" \ +# -bordercolor "$bordercolor" \ +# -border "$bordersize" \ +# $trailingOpts \ +# ; +convert \ -background "$background" \ -font "$font" \ -fill "$fill" \ @@ -67,8 +105,7 @@ convert \ -gravity "$gravity" \ -bordercolor "$bordercolor" \ -border "$bordersize" \ - $inputOpts \ - "$filePath" \ + $trailingOpts \ ; -debugPrint '3-generateTile END'; +# debugPrint '3-generateTile END'; diff --git a/dev/assets/tiles/generatePHTiles/Centered.fish b/dev/assets/tiles/generatePHTiles/Centered.fish index 6578bdfb..5456f01b 100644 --- a/dev/assets/tiles/generatePHTiles/Centered.fish +++ b/dev/assets/tiles/generatePHTiles/Centered.fish @@ -10,20 +10,20 @@ source "$SDIR/1-config.fish"; # For better accuracy, use the more dynamic per zoom level script in `generateMapTiles/run.fish` using any of the valid '' alternative source file names or `generatePHTiles` flag. # This is for a more focused approach when you know more of the parameters per zoom level, and use a different approach than the current map software configuration. -test -z "$numTilesFromCenter"; and set numTilesFromCenter '1'; +test -z "$numTilesFromCenter"; +and set numTilesFromCenter '1'; set outDir "$SDIR/../../../../tiles/_placeholder"; test ! -e "$outDir"; and mkdir "$outDir"; -pushd "$outDir" > /dev/null; - echo 'Generating placeholder tiles from the center as the origin...'; -set zStart "-$numTilesFromCenter"; -set zEnd "$numTilesFromCenter" ; -set xStart "-$numTilesFromCenter"; -set xEnd "$numTilesFromCenter" ; -set yStart "-$numTilesFromCenter"; -set yEnd "$numTilesFromCenter" ; +set numTFC "$numTilesFromCenter"; +set zStart "-$numTFC"; +set zEnd "$numTFC" ; +set xStart "-$numTFC"; +set xEnd "$numTFC" ; +set yStart "-$numTFC"; +set yEnd "$numTFC" ; -popd > /dev/null; +"$SDIR/2-generateTiles.fish"; diff --git a/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish b/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish index f612a081..4e17b34b 100644 --- a/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish +++ b/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -debugPrint 'GenerateErrorTile START'; +# debugPrint 'GenerateErrorTile START'; set SDIR (readlink -f (dirname (status filename))); # debugPrint "SDIR: $SDIR"; @@ -34,13 +34,13 @@ set -x inputOptsJSON '["'( string join '","' -- $inputOpts; )'"]'; -debugPrint "inputOpts: $inputOpts"; -debugPrint "count inputOpts: "(count $inputOpts); +# debugPrint "inputOpts: $inputOpts"; +# debugPrint "count inputOpts: "(count $inputOpts); # for inputOpt in $inputOpts # debugPrint "inputOpt: $inputOpt"; # end -debugPrint "inputOptsJSON: $inputOptsJSON"; +# debugPrint "inputOptsJSON: $inputOptsJSON"; "$SDIR/3-generateTile.fish"; -debugPrint 'GenerateErrorTile END'; +# debugPrint 'GenerateErrorTile END'; diff --git a/dev/assets/tiles/generatePHTiles/TLOrigin.fish b/dev/assets/tiles/generatePHTiles/TLOrigin.fish index e907e556..27ba5657 100644 --- a/dev/assets/tiles/generatePHTiles/TLOrigin.fish +++ b/dev/assets/tiles/generatePHTiles/TLOrigin.fish @@ -4,12 +4,12 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ +# debugPrint 'TLOrigin START'; + # set SDIR "$PWD/"(dirname (status filename)); set SDIR (dirname (status filename)); # TODO add mode, have centered, really need TL origin 2^(zoom*2) images only incrementing, no negative values, don't know where i got that idea...., so basically all even amounts except for ZL = 0 -source "$SDIR/1-config.fish"; - # This is for a more focused approach when you know the exact zoom level to support. if test -z "$zoomLevels" @@ -22,7 +22,10 @@ if test -z "$zoomLevels" set zoomLevels (seq 0 1 "$zoomLevelMax"); end - if test -z "$zoomLevels" + if test \ + -z "$zoomLevels" + -a -z "$zoomLevel" \ + -a -z "$zoomLevelMax" errorPrint 'No zoomLevels, zoomLevel, or zoomLevelMax specified, or invalid value(s) given; exiting...'; errorPrint "zoomLevels: $zoomLevels"; errorPrint "zoomLevel: $zoomLevel"; @@ -33,18 +36,20 @@ if test -z "$zoomLevels" end end -set outDir "$SDIR/../../../../tiles/_placeholder"; +set -x outDir (readlink -f "$SDIR/../../../../tiles/_placeholder"); test ! -e "$outDir"; and mkdir "$outDir"; - -pushd "$outDir"; +# debugPrint "pathNameMask: $pathNameMask"; +source "$SDIR/1-config.fish"; +# debugPrint "pathNameMask: $pathNameMask"; +# debugPrint -n "export | grep -i pNM: "; and export | grep -i 'pathNameMask'; +export fileExt labelMask outputZoomFolders outputAxisFolders pathNameMask; +# debugPrint -n "export | grep -i pNM: "; and export | grep -i 'pathNameMask'; echo 'Generating placeholder tiles from the top-left corner as the origin...'; -set zStart "0" ; -set zEnd "$numAxisTiles" ; -set xStart "0" ; -set xEnd "$numAxisTiles" ; -set yStart "0" ; -set yEnd "$numAxisTiles" ; +set -x zStart "0" ; +set -x zEnd "$zoomLevelMax"; + +"$SDIR/2-generateTiles.fish"; -popd; +# debugPrint 'TLOrigin END'; From 1efcf4212ceefe9104cbb1a9acf2f5a26c7c1646 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 18 Apr 2023 13:17:46 -0400 Subject: [PATCH 45/73] Added res fixes, improved debug logging, add error tile, fix collapse. Fixed error conditions in res.php, such as starting from an empty file set. Also fixed having a not inified copied cache registry file. Helped during this process, and hopefully for any similar future errors where PHP would fail early during the process, creating incomplete data. Added new debug logging mode and converted to using it. Hopefully more convenient and automatic, especially for res.php. Fixed loading some scripts when renaming paths. Added library function for text file counting debug code. Added error tile config. To help clarify tile dev more. Fixed using collapse config properly. Code organizing. --- .env.example | 3 +- javascript.txt | 12 +-- lib/common/data.php | 15 +++ lib/common/log.php | 6 +- res.php | 194 ++++++++++++++++++++++----------- scripts/util/ZConfig.js | 15 +-- scripts/zmap.js | 231 ++++++++++++++++++++++------------------ 7 files changed, 295 insertions(+), 181 deletions(-) create mode 100644 lib/common/data.php diff --git a/.env.example b/.env.example index cdd041fb..5facdf1d 100644 --- a/.env.example +++ b/.env.example @@ -35,6 +35,7 @@ lostPasswordSubject="Tingle - Password Reset" lostPasswordBodyTemplateFilePath="content/lostPasswordEmailBodyTemplate.txt" [INTERNAL] -;debugLoggingMode=errorLog +debugLoggingMode=errorLog ;debugLoggingMode=output +;debugLoggingMode=buffer ;debugLoggingMode=return diff --git a/javascript.txt b/javascript.txt index 7ddcd8c4..0e1acd19 100644 --- a/javascript.txt +++ b/javascript.txt @@ -24,9 +24,9 @@ scripts/widgets/AccountButton.js scripts/widgets/HeaderBar.js scripts/widgets/Logo.js scripts/controls/InfoBox.js -scripts/controls/infoBox/Location.js -scripts/controls/infoBox/location/Center.js -scripts/controls/infoBox/location/Bounds.js +scripts/controls/InfoBox/Location.js +scripts/controls/InfoBox/Location/Center.js +scripts/controls/InfoBox/Location/Bounds.js scripts/services/SearcherFuse.js scripts/handlers/SearchMarkerHandler.js scripts/handlers/ChangelogHandler.js @@ -42,6 +42,6 @@ scripts/widgets/GameButton.js scripts/widgets/MapButton.js scripts/widgets/MapsMenu.js scripts/widgets/CategoryButtonMap.js -scripts/controls/infoBox/Mouse.js -scripts/controls/infoBox/mouse/Move.js -scripts/controls/infoBox/mouse/ClickHist.js +scripts/controls/InfoBox/Mouse.js +scripts/controls/InfoBox/Mouse/Move.js +scripts/controls/InfoBox/Mouse/ClickHist.js diff --git a/lib/common/data.php b/lib/common/data.php new file mode 100644 index 00000000..cd039c15 --- /dev/null +++ b/lib/common/data.php @@ -0,0 +1,15 @@ + diff --git a/lib/common/log.php b/lib/common/log.php index a85f51c2..c0e835a1 100644 --- a/lib/common/log.php +++ b/lib/common/log.php @@ -5,14 +5,18 @@ include_once(__DIR__."/../../config.php"); + $debugLog = ''; + function debug_log($message) { - global $debugLoggingMode; + global $debugLoggingMode, $debugLog; $formattedMessage = 'DEBUG: '.$message."\n"; if($debugLoggingMode == 'errorLog') { error_log($formattedMessage); } elseif ($debugLoggingMode == 'output') { print($formattedMessage); + } elseif ($debugLoggingMode == 'buffer') { + $debugLog .= $formattedMessage; } elseif ($debugLoggingMode == 'return') { return $formattedMessage; } diff --git a/res.php b/res.php index d93393e5..eee0d7f4 100644 --- a/res.php +++ b/res.php @@ -1,41 +1,68 @@ $time) { - // $debugOutput .= debug_log("resfile: $resFile"); + // debug_log("resfile: $resFile"); $isCommented = preg_match($commentRegex, $resFile); $fileExists = file_exists($resFile); if($isCommented || !$fileExists) { - // $debugOutput .= debug_log("isCommented: " .var_export($isCommented, true)); - // $debugOutput .= debug_log("fileExists: " .var_export($fileExists, true)); + // debug_log("isCommented: " .var_export($isCommented, true)); + // debug_log("fileExists: " .var_export($fileExists, true)); - // $debugOutput .= debug_log('checkIfUpdateNecessaryBySourceFiles continue'); + // debug_log('checkIfUpdateNecessaryBySourceFiles continue'); continue; } if($time != filemtime($resFile)) { - // $debugOutput .= debug_log('checkIfUpdateNecessaryBySourceFiles return'); + // debug_log('checkIfUpdateNecessaryBySourceFiles return'); return true; } } - // $debugOutput .= debug_log('checkIfUpdateNecessaryBySourceFiles END'); + // debug_log('checkIfUpdateNecessaryBySourceFiles END'); + } + + function inifyFileToFile($fromFile, $toFile) { + $fromFileData = file_get_contents($fromFile); + $fromFileDataInified = preg_replace('/\n/', "=\n", $fromFileData); + file_put_contents("$toFile", $fromFileDataInified); } - // $debugOutput .= debug_log("__FILE__ : ".__FILE__); - // $debugOutput .= debug_log("__DIR__ : ".__DIR__ ); + + + ## Initialization + + $commentRegex = '/^\s*\/\//'; + + if(!isset($_GET["type"])) { + + } + + // debug_log("__FILE__ : ".__FILE__); + // debug_log("__DIR__ : ".__DIR__ ); + + + + ## Validation and more init if(!isset($_GET["type"])) { print("A type must be provided! javascript or css."); @@ -48,7 +75,7 @@ function checkIfUpdateNecessaryBySourceFiles($cacheRegistryData) { $type != "javascript" && $type != "css" ) { - $output .= "Invalid type! ($type)"; + $output = "Invalid type! ($type)"; return; } $mtype = "text/$type"; @@ -58,91 +85,138 @@ function checkIfUpdateNecessaryBySourceFiles($cacheRegistryData) { $ext = ".js"; } - // $debugOutput .= debug_log("type : $type " ); - // $debugOutput .= debug_log("mtype : $mtype" ); - // $debugOutput .= debug_log("ext : $ext" ); + // debug_log("type : $type " ); + // debug_log("mtype : $mtype" ); + // debug_log("ext : $ext" ); header("Content-Type: $mtype"); $localRegistryFile = "$type.txt"; - $localRegistryFileExists = file_exists("$localRegistryFile"); - $localRegistryFileMTime = filemtime("$localRegistryFile"); - $cacheRegistryFile = "$cacheFolder/$localRegistryFile"; - $cacheRegistryFileExists = file_exists("$cacheRegistryFile"); - $cacheRegistryFileMTime = filemtime("$cacheRegistryFile"); - $cacheDestFile = "$cacheFolder/index$ext"; - $cacheDestFileExists = file_exists("$cacheDestFile"); - $cacheDestFileMTime = filemtime("$cacheDestFile"); - - // $debugOutput .= debug_log("localRegistryFile : $localRegistryFile" ); - // $debugOutput .= debug_log("localRegistryFileExists: $localRegistryFileExists" ); - // $debugOutput .= debug_log("localRegistryFileMTime : $localRegistryFileMTime" ); - // $debugOutput .= debug_log("cacheRegistryFile : $cacheRegistryFile" ); - // $debugOutput .= debug_log("cacheRegistryFileExists: $cacheRegistryFileExists" ); - // $debugOutput .= debug_log("cacheRegistryFileMTime : $cacheRegistryFileMTime" ); - // $debugOutput .= debug_log("cacheDestFile : $cacheDestFile" ); - // $debugOutput .= debug_log("cacheDestFileExists : $cacheDestFileExists" ); - // $debugOutput .= debug_log("cacheDestFileMTime : $cacheDestFileMTime" ); + $localRegistryFileExists = file_exists("$localRegistryFile"); + if($localRegistryFileExists) { + $localRegistryFileMTime = filemtime("$localRegistryFile"); + $localRegistryFileLC = getLineCount("$localRegistryFile"); + } else { + $localRegistryFileMTime = false; + $localRegistryFileLC = false; + } + $cacheRegistryFile = "$cacheFolder/$localRegistryFile"; + $cacheRegistryFileExists = file_exists("$cacheRegistryFile"); + if($cacheRegistryFileExists) { + $cacheRegistryFileMTime = filemtime("$cacheRegistryFile"); + $cacheRegistryFileLC = getLineCount("$cacheRegistryFile"); + } else { + $cacheRegistryFileMTime = false; + $cacheRegistryFileLC = false; + } + $cacheDestFile = "$cacheFolder/index$ext"; + $cacheDestFileExists = file_exists("$cacheDestFile"); + if($cacheDestFileExists) { + $cacheDestFileMTime = filemtime("$cacheDestFile"); + $cacheDestFileLC = getLineCount("$cacheDestFile"); + } else { + $cacheDestFileMTime = false; + $cacheDestFileLC = false; + } + + // debug_log("localRegistryFile : $localRegistryFile" ); + // debug_log("localRegistryFileExists: $localRegistryFileExists" ); + // debug_log("localRegistryFileMTime : $localRegistryFileMTime" ); + // debug_log("localRegistryFileLC : $localRegistryFileLC" ); + // debug_log("cacheRegistryFile : $cacheRegistryFile" ); + // debug_log("cacheRegistryFileExists: $cacheRegistryFileExists" ); + // debug_log("cacheRegistryFileMTime : $cacheRegistryFileMTime" ); + // debug_log("cacheRegistryFileLC : $cacheRegistryFileLC" ); + // debug_log("cacheDestFile : $cacheDestFile" ); + // debug_log("cacheDestFileExists : $cacheDestFileExists" ); + // debug_log("cacheDestFileMTime : $cacheDestFileMTime" ); + // debug_log("cacheDestFileLC : $cacheDestFileLC" ); + + // exit('Debug forced stop: '."\n".$debugLog); // Debug + + + + ## Update category checks $update = false; - // $debugOutput .= debug_log("update : ".var_export($update, true)); + // debug_log("update : ".var_export($update, true)); if(!$cacheRegistryFileExists) { - // $debugOutput .= debug_log('Source files are prompting an update.'); + // debug_log('Registry file not currectly cached; copying over, inifying, and prompting an update...'); $update = true; copy("$localRegistryFile", "$cacheRegistryFile") or die("Error: Cache file problem with: $cacheRegistryFile"); + + inifyFileToFile( + $localRegistryFile, + $cacheRegistryFile + ); } + // exit('Debug forced stop: '."\n".$debugLog); // Debug + if( !$update && isset($_GET['update']) && (strtolower($_GET['update']) === "true") ) { - // $debugOutput .= debug_log('Resource request is explicitly prompting an update.'); + // debug_log('Resource request is explicitly prompting an update.'); $update = true; } - if(!$update && $localRegistryFileMTime > $cacheRegistryFileMTime) { - // $debugOutput .= debug_log('Local registry file having changes being more recent are prompting an update.'); + + if( + !$update + && $localRegistryFileMTime > $cacheRegistryFileMTime + ) { + // debug_log('Local registry file having changes being more recent are prompting an update.'); $update = true; - $localRegistryFileData = file_get_contents($localRegistryFile); - $localRegistryFileDataInified = preg_replace('/\n/', "=\n", $localRegistryFileData); - file_put_contents("$cacheRegistryFile", $localRegistryFileDataInified); + inifyFileToFile( + $localRegistryFile, + $cacheRegistryFile + ); - // $debugOutput .= debug_log("copy(\"$localRegistryFile\", \"$cacheRegistryFile\")"); + // debug_log("copy(\"$localRegistryFile\", \"$cacheRegistryFile\")"); // copy("$localRegistryFile", "$cacheRegistryFile") // or die("Error: Cache file problem with: $cacheRegistryFile"); } - $cacheRegistryData = parse_ini_file("$cacheRegistryFile"); - $cacheRegistryDataLinesCount = count($cacheRegistryData); - // $debugOutput .= debug_log("cacheRegistryDataLinesCount: $cacheRegistryDataLinesCount"); - // $debugOutput .= debug_log("cacheRegistryData: ".var_export($cacheRegistryData, true)); // Big + $cacheRegistryData = parse_ini_file("$cacheRegistryFile" ); + $cacheRegistryDataCount = count ( $cacheRegistryData ); + // debug_log("cacheRegistryDataCount : $cacheRegistryDataCount"); + if($cacheRegistryDataCount == 0) { + // debug_log('Cache registry file still empty, or could not be parsed as INI data; removing...'); + unlink($cacheRegistryFile); + } if(!$update) { if(checkIfUpdateNecessaryBySourceFiles($cacheRegistryData)) { - // $debugOutput .= debug_log('Source files are prompting an update.'); + // debug_log('Source files are prompting an update.'); $update = true; } } - // $debugOutput .= debug_log("update : ".var_export($update, true)); + // debug_log("update : ".var_export($update, true)); - # Update the minified cache file. + // exit('Debug forced stop: '."\n\n".$debugLog); // Debug + + + + ## Update the minified cache file. if($update) { - // $debugOutput .= debug_log('Updating cached file...'); - // $debugOutput .= debug_log('getcwd: '.getcwd()); + // debug_log('Updating cached file...'); + // debug_log('getcwd: '.getcwd()); + include __DIR__."/lib/minify.php"; $output = "/* index$ext */\n"; foreach($cacheRegistryData as $resFile => $time) { - // $debugOutput .= debug_log("resFile: $resFile"); + // debug_log("resFile: $resFile"); $isCommented = preg_match($commentRegex, $resFile); if($isCommented) { - // $debugOutput .= debug_log('Commented file; skipping...'); + // debug_log('Commented file; skipping...'); continue; } $resFilePath = __DIR__."/$resFile"; - // $debugOutput .= debug_log("resFilePath: $resFilePath"); + // debug_log("resFilePath: $resFilePath"); if(!file_exists($resFilePath)) { $output .= "/* $resFile doesn't exist */\n"; @@ -152,10 +226,10 @@ function checkIfUpdateNecessaryBySourceFiles($cacheRegistryData) { $resFileData = file_get_contents($resFilePath); if($minify) { if($type == "javascript") { - // $debugOutput .= debug_log('Minifying javascript...'); + // debug_log('Minifying javascript...'); $resFileData = minify_js($resFileData); } else { - // $debugOutput .= debug_log('Minifying css...'); + // debug_log('Minifying css...'); $resFileData = minify_css($resFileData); } } @@ -166,7 +240,7 @@ function checkIfUpdateNecessaryBySourceFiles($cacheRegistryData) { # Save and send the minified file. file_put_contents("$cacheDestFile", $output); - # Store timestamps for freshly-chached resource files in the registry file. + # Store timestamps for freshly-cached resource files in the registry file. $regData = ""; foreach($cacheRegistryData as $resFile=>$time) { $regData .= "$resFile=$time\n"; @@ -174,7 +248,7 @@ function checkIfUpdateNecessaryBySourceFiles($cacheRegistryData) { file_put_contents("$cacheRegistryFile", $regData); } - $output .= $debugOutput; + $output = $debugLog; $output .= file_get_contents("$cacheDestFile"); $output .= "\n"; header("X-Updated: ".(($update) ? 'true' : 'false')); diff --git a/scripts/util/ZConfig.js b/scripts/util/ZConfig.js index ffe7f584..642dab22 100644 --- a/scripts/util/ZConfig.js +++ b/scripts/util/ZConfig.js @@ -21,10 +21,10 @@ ZConfig = { // Main config set-up with defaults // "exact", "focus" (ZU default) -ZConfig.setConfig("categorySelectionMethod", "focus"); -ZConfig.setConfig("tilesBaseURL" , "https://zeldamaps.com/tiles/"); -ZConfig.setConfig("tileAxisDirectories" , 'false'); -ZConfig.setConfig("tileZoomDirectories" , 'false'); +ZConfig.setConfig("categorySelectionMethod" , "focus" ); +ZConfig.setConfig("tilesBaseURL" , "https://zeldamaps.com/tiles/"); +ZConfig.setConfig("tileAxisDirectories" , 'false' ); +ZConfig.setConfig("tileZoomDirectories" , 'false' ); ZConfig.setConfig("tileNameFormat" , ( (ZConfig.getConfig("tileAxisDirectories") == 'true') ? '{z}/{x}/{y}' @@ -32,6 +32,7 @@ ZConfig.setConfig("tileNameFormat" , ( ? '{z}/{x}_{y}' : '{z}_{x}_{y}' )); -ZConfig.setConfig("markerClusters" , 'false'); -ZConfig.setConfig("showInfoControls", 'false'); -ZConfig.setConfig("collapsed", 'false'); +ZConfig.setConfig("markerClusters" , 'false' ); +ZConfig.setConfig("showInfoControls" , 'false' ); +ZConfig.setConfig("collapsed" , 'false' ); +ZConfig.setConfig("errorTileUrl" , '' ); diff --git a/scripts/zmap.js b/scripts/zmap.js index e45ae852..461c783d 100644 --- a/scripts/zmap.js +++ b/scripts/zmap.js @@ -24,8 +24,9 @@ function ZMap() { this.markerIconSmall; this.markerIconMedium; - this.tilesBaseURL = ZConfig.getConfig("tilesBaseURL" ); + this.errorTileUrl = ZConfig.getConfig("errorTileUrl"); this.tileNameFormat = ZConfig.getConfig("tileNameFormat"); + this.tilesBaseURL = ZConfig.getConfig("tilesBaseURL" ); // @TODO: This is a WORKAROUND. Icon should be on the same folder as the tiled map itself. // For now, since we don`t want to bother Matthew, we are creating a new folder in th ecode @@ -257,113 +258,127 @@ ZMap.prototype.addMap = function(vMap) { } // If only one submap exists, we just add it without any overlay - if (vMap.subMap.length == 1 - && vMap.subMap[0].submapLayer.length == 0) { - var tLayer = L.tileLayer(this.tilesBaseURL + vMap.subMap[0].tileURL + this.tileNameFormat + '.' + vMap.subMap[0].tileExt - , { maxZoom: vMap.maxZoom - , attribution: vMap.mapCopyright + ', ' + vMap.subMap[0].mapMapper - , opacity: vMap.subMap[0].opacity - , noWrap: true - , tileSize: mapOptions.tileSize - , updateWhenIdle: true - , updateWhenZooming: false - , label: vMap.name - , iconURL: this.defaultIconURL + vMap.subMap[0].tileURL + 'icon.' + vMap.subMap[0].tileExt - } - ); - - tLayer.id = 'mID' + vMap.id; - tLayer.originalId = vMap.id; - tLayer.title = vMap.name; - tLayer._overlayMap = []; - tLayer.defaultSubMapId = vMap.subMap[0].id; - - maps.push(tLayer); - } else { - // Create the base map - // We create it as an empty map, so different sized overlay maps won't show on top - // We could create based on first submap of the array, but then we would need to change the controller to not redisplay the first submap - /* TODO: Improve this to use no tile at all (remove tile border)*/ - var tLayer = L.tileLayer(this.tilesBaseURL + vMap.subMap[0].tileURL + 'blank.png' - , { maxZoom: vMap.maxZoom - , noWrap: true - , tileSize: mapOptions.tileSize - , updateWhenIdle: true - , updateWhenZooming: false - , label: vMap.name - , iconURL: this.defaultIconURL + vMap.subMap[i].tileURL + 'icon.' + vMap.subMap[i].tileExt - } - ); - - tLayer.id = 'mID' + vMap.id; - tLayer.originalId = vMap.id; - tLayer.title = vMap.name; - tLayer._overlayMap = []; - tLayer.defaultSubMapId = vMap.subMap[0].id; - - // Add all the submaps to the overlay array (including the first submap for control purposes) - for (var i = 0; i < vMap.subMap.length; i++) { - var overlay = L.tileLayer(this.tilesBaseURL + vMap.subMap[i].tileURL + this.tileNameFormat + '.' + vMap.subMap[i].tileExt - , { maxZoom: vMap.maxZoom - , attribution: vMap.mapCopyright + ', ' + vMap.subMap[i].mapMapper - , opacity: vMap.subMap[i].opacity - , noWrap: true - , tileSize: mapOptions.tileSize - , updateWhenIdle: true - , updateWhenZooming: false - , label: vMap.name - , iconURL: this.defaultIconURL + vMap.subMap[i].tileURL + 'icon.' + vMap.subMap[i].tileExt - } - ); - - overlay.id = 'mID' + vMap.subMap[i].id; - overlay.originalId = vMap.subMap[i].id; - overlay.title = vMap.subMap[i].name; - overlay.isDefault = vMap.subMap[i].isDefault; - - if (vMap.subMap[i].submapLayer.length > 0) { - - overlay.layers = []; - var bgZIdx = _this.backgroundZIndex; - var fgZIdx = _this.foregroundZIndex; - - for (var j = 0; j < vMap.subMap[i].submapLayer.length; j++) { - - var submap = vMap.subMap[i].submapLayer[j]; - - var overlay2 = L.tileLayer(this.tilesBaseURL + submap.tileURL + '{z}_{x}_{y}.' + submap.tileExt - , { maxZoom: submap.maxZoom - , noWrap: true - , attribution: submap.mapMapper - , zIndex: (submap.type == 'B' ? bgZIdx++ : fgZIdx++) - , tileSize: mapOptions.tileSize - , opacity: submap.opacity - , updateWhenIdle: false - , updateWhenZooming: false - , label: vMap.name - , iconURL: this.defaultIconURL + vMap.subMap.tileURL + 'icon.' + vMap.subMap.tileExt - }); - overlay2.id = 'mID' + submap.id; - overlay2.originalId = submap.id; - overlay2.title = submap.name; - overlay2.controlChecked = submap.controlChecked; - overlay2.type = submap.type; - - //console.debug(overlay2); - overlay.layers.push(overlay2); + if ( + vMap.subMap.length == 1 + && vMap.subMap[0].submapLayer.length == 0 + ) { + var tLayer = L.tileLayer( + this.tilesBaseURL + + vMap.subMap[0].tileURL + + this.tileNameFormat + + '.' + + vMap.subMap[0].tileExt + , { + maxZoom : vMap.maxZoom + , attribution : vMap.mapCopyright + + ', ' + + vMap.subMap[0].mapMapper + , opacity : vMap.subMap[0].opacity + , noWrap : true + , tileSize : mapOptions.tileSize + , updateWhenIdle : true + , updateWhenZooming : false + , label : vMap.name + , iconURL : this.defaultIconURL + + vMap.subMap[0].tileURL + + 'icon.' + + vMap.subMap[0].tileExt + , errorTileUrl : this.errorTileUrl + } + ); - } + tLayer.id = 'mID' + vMap.id ; + tLayer.originalId = vMap.id ; + tLayer.title = vMap.name ; + tLayer._overlayMap = [] ; + tLayer.defaultSubMapId = vMap.subMap[0].id ; - } + maps.push(tLayer); + } else { + // Create the base map + // We create it as an empty map, so different sized overlay maps won't show on top + // We could create based on first submap of the array, but then we would need to change the controller to not redisplay the first submap + /* TODO: Improve this to use no tile at all (remove tile border)*/ + var tLayer = L.tileLayer(this.tilesBaseURL + vMap.subMap[0].tileURL + 'blank.png' + , { maxZoom: vMap.maxZoom + , noWrap: true + , tileSize: mapOptions.tileSize + , updateWhenIdle: true + , updateWhenZooming: false + , label: vMap.name + , iconURL: this.defaultIconURL + vMap.subMap[i].tileURL + 'icon.' + vMap.subMap[i].tileExt + } + ); - tLayer._overlayMap.push(overlay); - } + tLayer.id = 'mID' + vMap.id; + tLayer.originalId = vMap.id; + tLayer.title = vMap.name; + tLayer._overlayMap = []; + tLayer.defaultSubMapId = vMap.subMap[0].id; + + // Add all the submaps to the overlay array (including the first submap for control purposes) + for (var i = 0; i < vMap.subMap.length; i++) { + var overlay = L.tileLayer(this.tilesBaseURL + vMap.subMap[i].tileURL + this.tileNameFormat + '.' + vMap.subMap[i].tileExt + , { maxZoom: vMap.maxZoom + , attribution: vMap.mapCopyright + ', ' + vMap.subMap[i].mapMapper + , opacity: vMap.subMap[i].opacity + , noWrap: true + , tileSize: mapOptions.tileSize + , updateWhenIdle: true + , updateWhenZooming: false + , label: vMap.name + , iconURL: this.defaultIconURL + vMap.subMap[i].tileURL + 'icon.' + vMap.subMap[i].tileExt + } + ); + + overlay.id = 'mID' + vMap.subMap[i].id; + overlay.originalId = vMap.subMap[i].id; + overlay.title = vMap.subMap[i].name; + overlay.isDefault = vMap.subMap[i].isDefault; + + if (vMap.subMap[i].submapLayer.length > 0) { + + overlay.layers = []; + var bgZIdx = _this.backgroundZIndex; + var fgZIdx = _this.foregroundZIndex; + + for (var j = 0; j < vMap.subMap[i].submapLayer.length; j++) { + + var submap = vMap.subMap[i].submapLayer[j]; + + var overlay2 = L.tileLayer(this.tilesBaseURL + submap.tileURL + '{z}_{x}_{y}.' + submap.tileExt + , { maxZoom: submap.maxZoom + , noWrap: true + , attribution: submap.mapMapper + , zIndex: (submap.type == 'B' ? bgZIdx++ : fgZIdx++) + , tileSize: mapOptions.tileSize + , opacity: submap.opacity + , updateWhenIdle: false + , updateWhenZooming: false + , label: vMap.name + , iconURL: this.defaultIconURL + vMap.subMap.tileURL + 'icon.' + vMap.subMap.tileExt + }); + overlay2.id = 'mID' + submap.id; + overlay2.originalId = submap.id; + overlay2.title = submap.name; + overlay2.controlChecked = submap.controlChecked; + overlay2.type = submap.type; + + //console.debug(overlay2); + overlay.layers.push(overlay2); + + } + + } + + tLayer._overlayMap.push(overlay); + } - maps.push(tLayer); - } - if (this.mapControl) { - this.mapControl.rebuildMap(); + maps.push(tLayer); } + if (this.mapControl) { + this.mapControl.rebuildMap(); + } } ZMap.prototype.addMarkers = function(vMarkers) { @@ -443,8 +458,12 @@ ZMap.prototype.addMarker = function(vMarker) { } else { _this._doSetMarkerUndoneAndCookie(marker); } - if (mapControl.isCollapsed() == false) { - if (mapControl.getContentType() == 'm'+marker.id && mapOptions.showCompleted == true) { + if (!mapControl.isCollapsed()) { + if ( + mapControl.getContentType() == 'm' + + marker.id + && mapOptions.showCompleted == true + ) { //@TODO: Improve to not show marker content if this was not being displayed _this._createMarkerPopup(marker); } else { @@ -704,7 +723,7 @@ ZMap.prototype.buildMap = function() { var mapControlOptions = $.extend( mapOptions, { "zIndex": 0, - "collapsed": false + "collapsed": ZConfig.getConfig("collapsed") }); if (L.Browser.mobile && window.innerWidth < 768) { From e8691aabd27db3b4b1c90efe3b3cfd78178b69f0 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 18 Apr 2023 13:43:53 -0400 Subject: [PATCH 46/73] Fixed Placeholder tile generation indexes for any path, while hopefully retaining the more manual centered approach. Fixed old debug output res bugs. --- .../generatePHTiles/2-generateTiles.fish | 39 ++++++++++++++++--- res.php | 3 +- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish index deb53918..422d7904 100644 --- a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish +++ b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish @@ -21,8 +21,22 @@ end set scriptGT (readlink -f "$SDIR/3-generateTile.fish"); +if test \ + -n "$xStart" \ + -a -n "$xEnd" \ + -a -n "$yStart" \ + -a -n "$yEnd" + set xStartOrig "$xStart" ; + set xEndOrig "$xEnd" ; + set yStartOrig "$yStart" ; + set yEndOrig "$yEnd" ; +end +set -e xStart xEnd yStart yEnd; + pushd "$outDir"; +# debugPrint "zStart: $zStart"; +# debugPrint "zEnd: $zEnd"; for z in (seq "$zStart" "$zEnd") # debugPrint "z: $z"; @@ -37,17 +51,28 @@ for z in (seq "$zStart" "$zEnd") end if test \ - -z "$xStart" \ - -o -z "$xEnd" \ - -o -z "$yStart" \ - -o -z "$yEnd" + -n "$xStartOrig" \ + -a -n "$xEndOrig" \ + -a -n "$yStartOrig" \ + -a -n "$yEndOrig" + set xStart "$xStartOrig" ; + set xEnd "$xEndOrig" ; + set yStart "$yStartOrig" ; + set yEnd "$yEndOrig" ; + else set numAxisTiles (echo "2 ^ $z" | bc); # debugPrint "numAxisTiles: $numAxisTiles"; + set axisEndIndex (echo "$numAxisTiles" - 1 | bc); + # debugPrint "axisEndIndex: $axisEndIndex"; set xStart '0'; - set xEnd "$numAxisTiles"; + set xEnd "$axisEndIndex"; set yStart '0'; - set yEnd "$numAxisTiles"; + set yEnd "$axisEndIndex"; + # debugPrint "xStart: $xStart"; + # debugPrint "xEnd: $xEnd"; + # debugPrint "yStart: $yStart"; + # debugPrint "yEnd: $yEnd"; end for x in (seq "$xStart" "$xEnd") @@ -84,6 +109,8 @@ for z in (seq "$zStart" "$zEnd") end # break; end + + set -e xStart xEnd yStart yEnd; end popd; diff --git a/res.php b/res.php index eee0d7f4..28cb1a13 100644 --- a/res.php +++ b/res.php @@ -8,7 +8,6 @@ ## Library Functions function checkIfUpdateNecessaryBySourceFiles($cacheRegistryData) { - global $debugOutput; global $commentRegex; // debug_log('checkIfUpdateNecessaryBySourceFiles START'); @@ -252,6 +251,6 @@ function inifyFileToFile($fromFile, $toFile) { $output .= file_get_contents("$cacheDestFile"); $output .= "\n"; header("X-Updated: ".(($update) ? 'true' : 'false')); - if(strlen($debugOutput) === 0) header("Content-Length: ".strlen($output)); + header("Content-Length: ".strlen($output)); print($output); ?> From b810a19effcba58884f9e454664806e265a41f7f Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 18 Apr 2023 19:56:26 -0400 Subject: [PATCH 47/73] Fix SDIR lines --- dev/assets/tiles/controlPHTiles.fish | 2 +- dev/assets/tiles/generateAllMapTiles.fish | 2 +- dev/assets/tiles/generateAllMapTilesAuto.fish | 2 +- dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish | 2 +- dev/assets/tiles/generateMapTiles/3-cropTiles.fish | 2 ++ dev/assets/tiles/generateMapTiles/run.fish | 2 +- dev/assets/tiles/generatePHTiles/1-config.fish | 2 +- dev/assets/tiles/generatePHTiles/2-generateTiles.fish | 2 +- dev/assets/tiles/generatePHTiles/3-generateTile.fish | 2 +- dev/assets/tiles/generatePHTiles/Centered.fish | 2 +- dev/assets/tiles/switch/common/3_extractRomFSContents.fish | 2 +- dev/assets/tiles/switch/games/botw/assembleTiles.fish | 2 +- dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish | 2 +- dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish | 2 +- dev/assets/tiles/tileZoomPathConversion.fish | 2 +- 15 files changed, 16 insertions(+), 14 deletions(-) diff --git a/dev/assets/tiles/controlPHTiles.fish b/dev/assets/tiles/controlPHTiles.fish index 28cbe8c9..f1d6adf5 100644 --- a/dev/assets/tiles/controlPHTiles.fish +++ b/dev/assets/tiles/controlPHTiles.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR (dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); test -z "$container"; and set container "$argv[1]"; test -z "$container"; and begin diff --git a/dev/assets/tiles/generateAllMapTiles.fish b/dev/assets/tiles/generateAllMapTiles.fish index 4ffa29cc..089d58b1 100644 --- a/dev/assets/tiles/generateAllMapTiles.fish +++ b/dev/assets/tiles/generateAllMapTiles.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); pushd "$SDIR/../../../tiles"; diff --git a/dev/assets/tiles/generateAllMapTilesAuto.fish b/dev/assets/tiles/generateAllMapTilesAuto.fish index fb96164a..42a47119 100644 --- a/dev/assets/tiles/generateAllMapTilesAuto.fish +++ b/dev/assets/tiles/generateAllMapTilesAuto.fish @@ -7,7 +7,7 @@ echo "Not updated or able to be generalized properly; exiting..."; exit; -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); pushd "$SDIR"; diff --git a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish index be812406..f392cab4 100644 --- a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish +++ b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish @@ -5,7 +5,7 @@ # https://choosealicense.com/licenses/mit/ # debugPrint 'status filename: '(status filename); # set SDIR "$PWD/"(dirname (status filename)); -set SDIR (dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); # debugPrint "SDIR: $SDIR"; # Step 1 - Determine Maximum Dimensions # Always required / internal step. diff --git a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish index c68fa9b4..4a14ee41 100644 --- a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish +++ b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish @@ -4,6 +4,8 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ +set SDIR (readlink -f (dirname (status filename))); + echo 'Cropping tiles...'; pushd "$outDir"; diff --git a/dev/assets/tiles/generateMapTiles/run.fish b/dev/assets/tiles/generateMapTiles/run.fish index 839317f0..f933c6d8 100644 --- a/dev/assets/tiles/generateMapTiles/run.fish +++ b/dev/assets/tiles/generateMapTiles/run.fish @@ -8,7 +8,7 @@ # debugPrint 'status filename: '(status filename); # set SDIR "$PWD/"(dirname (status filename)); -set SDIR (dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); # debugPrint "SDIR: $SDIR"; ## General Function Library diff --git a/dev/assets/tiles/generatePHTiles/1-config.fish b/dev/assets/tiles/generatePHTiles/1-config.fish index cb8a34db..d446d2c8 100644 --- a/dev/assets/tiles/generatePHTiles/1-config.fish +++ b/dev/assets/tiles/generatePHTiles/1-config.fish @@ -5,7 +5,7 @@ # https://choosealicense.com/licenses/mit/ # set SDIR "$PWD/"(dirname (status filename)); -set SDIR (dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); # debugPrint "SDIR: $SDIR"; # debugPrint "SDIR: $SDIR/../../../.."; # debugPrint "rl -f SDIR ..x4: "(readlink -f "$SDIR/../../../.."); diff --git a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish index 422d7904..3fdb6e80 100644 --- a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish +++ b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish @@ -6,7 +6,7 @@ # debugPrint '2-generateTiles START'; -set SDIR (dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); if test \ -z "$zStart" \ diff --git a/dev/assets/tiles/generatePHTiles/3-generateTile.fish b/dev/assets/tiles/generatePHTiles/3-generateTile.fish index 0b7c588f..0838d166 100644 --- a/dev/assets/tiles/generatePHTiles/3-generateTile.fish +++ b/dev/assets/tiles/generatePHTiles/3-generateTile.fish @@ -6,7 +6,7 @@ # debugPrint '3-generateTile START'; -set SDIR (dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); source "$SDIR/1-config.fish"; diff --git a/dev/assets/tiles/generatePHTiles/Centered.fish b/dev/assets/tiles/generatePHTiles/Centered.fish index 5456f01b..d3bc4d10 100644 --- a/dev/assets/tiles/generatePHTiles/Centered.fish +++ b/dev/assets/tiles/generatePHTiles/Centered.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); source "$SDIR/1-config.fish"; diff --git a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish index ac77c467..042fff2f 100644 --- a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish +++ b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); source "$SDIR/../../../../scripts/common/filenameRemoveExtension.fish"; diff --git a/dev/assets/tiles/switch/games/botw/assembleTiles.fish b/dev/assets/tiles/switch/games/botw/assembleTiles.fish index 4cc83f26..bf3296eb 100644 --- a/dev/assets/tiles/switch/games/botw/assembleTiles.fish +++ b/dev/assets/tiles/switch/games/botw/assembleTiles.fish @@ -313,7 +313,7 @@ function step3 --argument-names outputPath end; end -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); set indiciesHorizontal "Z" "A" "B" "C" "D" "E" "F" "G" "H" "I" "J" "K" set tileDims "3000" "840" "300" "135"; diff --git a/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish index ef76d065..98d7e479 100644 --- a/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish +++ b/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish @@ -242,7 +242,7 @@ function step2 --argument-names background outDir echo; end -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); # Direct (Required) Input diff --git a/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish index 840918b3..e1cce7c3 100644 --- a/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish +++ b/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish @@ -87,7 +87,7 @@ function step2 --argument-names outDir end end -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); # Direct (Required) Input diff --git a/dev/assets/tiles/tileZoomPathConversion.fish b/dev/assets/tiles/tileZoomPathConversion.fish index b0ae5a82..1f443520 100644 --- a/dev/assets/tiles/tileZoomPathConversion.fish +++ b/dev/assets/tiles/tileZoomPathConversion.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR "$PWD/"(dirname (status filename)); +set SDIR (readlink -f (dirname (status filename))); test -z "$tilesDir"; and set tilesDir "$argv[1]"; test -z "$tilesDir"; and set tilesDir "$SDIR/"; From 6a6bf0a04455d09982eb61093ee865088f4e5ae4 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 18 Apr 2023 20:02:43 -0400 Subject: [PATCH 48/73] Update tile scripts From the refactor, for both placeholder and primary routes. Add main tile mining doc, along with placeholder generation. Fix wait library function bug. --- dev/assets/tiles/generateAllMapTiles.fish | 23 ++++- .../generateMapTiles/1-determineMaxDim.fish | 18 +++- .../2-createBaseZoomImages.fish | 16 +++- .../tiles/generateMapTiles/3-cropTiles.fish | 86 ++++++++++++----- dev/assets/tiles/generateMapTiles/run.fish | 94 ++++++++++++++----- .../generatePHTiles/2-generateTiles.fish | 27 ++++-- .../tiles/generatePHTiles/TLOrigin.fish | 12 ++- dev/scripts/common/userWaitConditional.fish | 2 +- docs/Tile Management.md | 47 +++++++++- 9 files changed, 248 insertions(+), 77 deletions(-) diff --git a/dev/assets/tiles/generateAllMapTiles.fish b/dev/assets/tiles/generateAllMapTiles.fish index 089d58b1..1d2e7208 100644 --- a/dev/assets/tiles/generateAllMapTiles.fish +++ b/dev/assets/tiles/generateAllMapTiles.fish @@ -6,13 +6,28 @@ set SDIR (readlink -f (dirname (status filename))); +source "$SDIR/../../scripts/common/errorPrint.fish"; + pushd "$SDIR/../../../tiles"; -# set -x processZoomLevels '*'; +test -z "$processZoomLevels"; and set -x processZoomLevels '*'; +# debugPrint "processZoomLevels: $processZoomLevels"; + ## BotW -mkdir -p "botw/hyrule"; -"$SDIR/generateMapTiles.fish" \ - "$SDIR/switch/games/botw/Maps/3/Default/Map.png" \ +set subMapDir "botw/hyrule"; +if test -e "$subMapDir" + if test -L "$subMapDir" + errorPrint 'Sub map directory already exists, and is a link; unlink before executing this script; exiting...'; + exit 1; + end +else + mkdir -p "$subMapDir"; +end + +test -z "$resLevelChoice"; and set resLevelChoice '0'; + +"$SDIR/generateMapTiles/run.fish" \ + "$SDIR/switch/games/botw/Maps/$resLevelChoice/Default/Map.png" \ "botw/hyrule" \ ; diff --git a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish index f392cab4..a672df90 100644 --- a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish +++ b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish @@ -14,21 +14,32 @@ source "$SDIR/../0-detect.fish"; echo 'Determining image\'s maximum zoom level values...'; +# debugPrint "srcFile: $srcFile"; + +# https://imagemagick.org/script/escape.php test -z "$srcFileDims"; -and set srcFileDims (magick identify -format "%wx%h\n" "$srcFile"); +and set srcFileDims ( + # magick identify -format "%wx%h\n" "$srcFile" + file -b "$srcFile" | cut -d',' -f2 | string trim +); # debugPrint "Source file dimensions: $srcFileDims"; # debugPrint "srcFileDims: $srcFileDims"; +if test -z "$srcFileDims" + errorPrint 'srcFileDims still empty; unknown error using image magick; exiting...'; + exit 1; +end + set maxDim ( echo "$srcFileDims" \ | tr 'x' '\n' \ | sort -rn \ | head -n 1 \ - ); +); # debugPrint "Source file maximum detected dimension: $maxDim"; # debugPrint "maxDim: $maxDim"; -set zoomLevels '0'; +set -x zoomLevels '0'; while true set zoomLevels (expr $zoomLevels + 1); @@ -39,6 +50,7 @@ while true # debugPrint "zoomDim: $zoomDim"; test "$zoomDim" -gt "$maxDim"; and break; + break end # debugPrint "Max zoom level matched: $zoomLevels"; diff --git a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish index 437067be..fac39c39 100644 --- a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish +++ b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish @@ -14,9 +14,10 @@ # half for each stage until it is the size of a single tile for the last stage. ## Header +# debugPrint "zoomLevels: $zoomLevels"; begin ## Input Validation - test -z "$zoomLevels"; read -P 'Zoom Levels: '; + test -z "$zoomLevels"; and read -P 'Zoom Levels: '; if test -z "$zoomLevels" errorPrint 'zoomLevels (#) not provided; exiting...'; return 1; @@ -50,6 +51,11 @@ begin end end +# Root debug information +# debugPrint "srcFile: $srcFile"; +# debugPrint "outTrialsDir: $outTrialsDir"; +# debugPrint "force: $force"; + echo 'Creating base zoom images...'; ## Main execution @@ -62,14 +68,16 @@ for zoomLevel in $processZoomLevels set zoomDims "$zoomDim"x"$zoomDim" ; set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel") ; - test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; + test ! -d "$outTrialsDir/$zoomLevel"; + and mkdir "$outTrialsDir/$zoomLevel"; # Iteration debug information + # debugPrint "numAxisTiles: $numAxisTiles"; + # debugPrint "tileSize: $tileSize"; # debugPrint "zoomLevel: $zoomLevel"; - # debugPrint "numAxisTiles: $numAxisTiles"; # debugPrint "zoomDim: $zoomDim"; # debugPrint "zoomDims: $zoomDims"; - # debugPrint "currentExtFile: $currentExtFile"; + debugPrint "currentExtFile: $currentExtFile"; # Create base square image to cut. # https://legacy.imagemagick.org/Usage/thumbnails/#fit_summery diff --git a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish index 4a14ee41..98d1214b 100644 --- a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish +++ b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish @@ -6,6 +6,8 @@ set SDIR (readlink -f (dirname (status filename))); +source "$SDIR/../../../scripts/common/userWaitConditional.fish"; + echo 'Cropping tiles...'; pushd "$outDir"; @@ -17,7 +19,7 @@ if test -z "$processZoomLevels" end end -if test -z "$processZoomLevels" = '*' -o -n "$processZoomLevelsMax" +if test "$processZoomLevels" = '*' -o -n "$processZoomLevelsMax" set processZoomLevels (seq 0 1 "$processZoomLevelsMax"); end @@ -29,43 +31,81 @@ if test -z "$processZoomLevels" end for zoomLevel in $processZoomLevels + debugPrint "zoomLevel: $zoomLevel"; + test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; + set numAxisTiles (echo "2 ^ $zoomLevel" | bc); + set axisEndIndex (echo "$numAxisTiles" - 1 | bc); set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); - set workFile "$currentExtFile"; - # debugPrint "currentExtFile: $currentExtFile"; - # debugPrint "workFile: $workFile"; - - if test "$outputZoomFolders" = "true"; - if test -d "$zoomLevel" -a "$force" != "true" # TODO: add first file here too - echo "Current zoom level folder already exists, and force has not been specified; skipping..."; - continue; + debugPrint "numAxisTiles: $numAxisTiles"; + debugPrint "axisEndIndex: $axisEndIndex"; + debugPrint "currentExtFile: $currentExtFile"; + + if test \ + "$outputAxisFolders" = "true" \ + -o "$outputZoomFolders" = "true" + if test -d "$zoomLevel" + # echo "Current zoom level folder already exists, and force has not been specified; skipping..."; + # continue; else mkdir "$zoomLevel"; end - else - find -maxdepth 1 -type f -iname "$zoomLevel*.png" \ - | head -n 1 \ - | read firstFile \ + end + + if test "$outputAxisFolders" = "true" + for x in (seq 0 1 $axisEndIndex) + debugPrint "x: $x"; + + set indexDir "$zoomLevel/$x"; + # debugPrint "indexDir: $indexDir"; + if test -d "$indexDir"; + find \ + "$indexDir" \ + -maxdepth 1 \ + -type f \ + -iname "*.png" \ + | head -n 1 \ + | read firstFile \ + ; + else + mkdir "$indexDir"; + end + end + else + if test "$outputZoomFolders" = "true" + set dir "$zoomLevel"; + else + set dir "."; + end + + find \ + "$dir" \ + -maxdepth 1 \ + -type f \ + -iname "*.png" \ + | head -n 1 \ + | read firstFile \ ; - if test -n "$firstFile" -a "$force" != "true" - echo "Current zoom level already contains at least 1 file, and force has not been specified; skipping..."; - continue; - end + end + + if test -n "$firstFile" -a "$force" != "true" + echo "Current zoom level already contains at least 1 file, and force has not been specified; skipping..."; + continue; end set tileFileNamePattern ( printf "$tileFileNamePatternMask" "$zoomLevel" ); # debugPrint "tileFileNamePattern: $tileFileNamePattern"; - - time magick \ - "$workFile" \ - -crop {$tileSize}x{$tileSize} \ + pwd + echo time magick \ + "$currentExtFile" \ + -crop {$tileSize}x{$tileSize} \ -set 'filename:tile' "$tileFileNamePatternCoords" \ - +adjoin \ - "$tileFileNamePattern" \ + +adjoin \ + "$tileFileNamePattern" \ ; echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/2 - Cutting.txt"; diff --git a/dev/assets/tiles/generateMapTiles/run.fish b/dev/assets/tiles/generateMapTiles/run.fish index f933c6d8..826df3d4 100644 --- a/dev/assets/tiles/generateMapTiles/run.fish +++ b/dev/assets/tiles/generateMapTiles/run.fish @@ -11,6 +11,8 @@ set SDIR (readlink -f (dirname (status filename))); # debugPrint "SDIR: $SDIR"; + + ## General Function Library source "$SDIR/../../../scripts/common/altPrint.fish"; source "$SDIR/../../../scripts/common/debugPrint.fish"; @@ -19,33 +21,62 @@ source "$SDIR/../../../scripts/common/userWaitConditional.fish"; ## Set-up begin # Flags - test -z "$force"; and set force "false"; - test -z "$manualStep"; and set manualStep "false"; + test -z "$force"; and set force "false"; + test -z "$manualStep"; and set manualStep "false"; test -z "$outputZoomFolders"; and set outputZoomFolders "false"; # Direct (Required) Input - test -z "$srcFile" ; and set srcFile "$argv[1]"; - test -z "$outDir" ; and set outDir "$argv[2]"; - test -z "$cleanFirst" ; and set cleanFirst "$argv[3]"; + test -z "$srcFile" ; and set -x srcFile "$argv[1]"; + test -z "$outDir" ; and set -x outDir "$argv[2]"; + test -z "$cleanFirst" ; and set cleanFirst "$argv[3]"; # debugPrint "cleanFirst: $cleanFirst"; - test -z "$cleanFirst" ; and set cleanFirst "false" ; + test -z "$cleanFirst" ; and set cleanFirst "false" ; # Derived and Static Intermediate Settings - test -z "$outWorkDir"; and set outWorkDir (dirname "$srcFile")"/Work"; - test -z "$outTrialsDir"; and set outTrialsDir (dirname "$srcFile")"/Trials/2 - Cutting"; - set srcFileNameSuffix (basename "$srcFile" | sed -r 's|(\.[^.]*?)$| - Extented - Zoom %s\1|g'); - test -z "$tmpFitFileMask"; and set tmpFitFileMask "$outWorkDir/$srcFileNameSuffix"; - test -z "$tileSize"; and set tileSize "256"; - test -z "$tileFileNamePatternCoords"; and set tileFileNamePatternCoords "%[fx:page.x/$tileSize]_%[fx:page.y/$tileSize]"; + + source "$SDIR/../0-detect.fish"; + + set srcFileDir (dirname "$srcFile"); + + test -z "$outWorkDir"; + and set -x outWorkDir "$srcFileDir/Work"; + test -z "$outTrialsDir"; + and set -x outTrialsDir "$srcFileDir/Trials/2 - Cutting"; + set srcFileNameSuffix ( + basename "$srcFile" \ + | sed -r 's|(\.[^.]*?)$| - Extented - Zoom %s\1|g' + ); + test -z "$tmpFitFileMask"; + and set -x tmpFitFileMask "$outWorkDir/$srcFileNameSuffix"; + test -z "$tileSize"; and set -x tileSize "256"; + if test -z "$tileFileNamePatternCoords" + if test "$outputAxisFolders" = "true" + set tFNPCXYDelim '/'; + else + set tFNPCXYDelim '_'; + end + + set -x tileFileNamePatternCoords \ + "%[fx:page.x/$tileSize]$tFNPCXYDelim%[fx:page.y/$tileSize]" \ + ; + end if test -z "$tileFileNamePatternMask" - if test "$outputZoomFolders" = "true" - set tileFileNamePatternMask "%s/%%[filename:tile].png"; + if test \ + "$outputAxisFolders" = "true" \ + -o "$outputZoomFolders" = "true" + set -x tileFileNamePatternMask "%s/%%[filename:tile].png"; else - set tileFileNamePatternMask "%s_%%[filename:tile].png"; + set -x tileFileNamePatternMask "%s_%%[filename:tile].png"; end end - set availableSteps "2" "3" "listFinishedGames"; + if test "$isPHType" = 'true' + set availableSteps "2" "generateTiles"; + else + set availableSteps "2" "3" "createBaseZoomImages" "cropTiles"; + # "listFinishedGames" # ? + end + test -z "$processSteps"; and set processSteps $availableSteps; if begin; test (count $processSteps) -eq 1; @@ -66,6 +97,7 @@ begin set processZoomLevels ( string split ' ' (echo "$processZoomLevels" | tr ',' ' ') ); + # debugPrint "processZoomLevels: $processZoomLevels"; for zoomLevel in $processZoomLevels if echo "$zoomLevel" | grep -v '[-0-9*]' echo "Error: Zoom level \"$zoomLevel\" is invalid; only enter integers with optional hyphens; exiting..."; @@ -91,6 +123,7 @@ begin end end set processZoomLevels $newProcessZoomLevels; + # debugPrint "newProcessZoomLevels: $newProcessZoomLevels"; # Settings debug information # debugPrint "force: $force"; @@ -118,7 +151,13 @@ begin if test "$cleanFirst" = "true" echo "Cleaning the output (not work sub-) directory and exiting..."; find "$outDir" -maxdepth 1 -type f -iname "*.png" -delete; - find "$outDir" -regextype posix-extended -maxdepth 1 -type d -iregex '.*?/[0-9]+$' -exec rm -rf '{}' \; ; + find "$outDir" \ + -regextype posix-extended \ + -maxdepth 1 \ + -type d \ + -iregex '.*?/[0-9]+$' \ + -exec rm -rf '{}' \; \ + ; userWaitConditional; end @@ -133,6 +172,8 @@ begin end end + + ## Main program execution # Fit the image into the first highest zoom level it is smaller than by both dimensions. # Extend the canvas to the power of 2. @@ -145,23 +186,24 @@ mkdir -p "$outTrialsDir"; # Maybe make step 1 optional only if the user provided a custom argument for it, # but it's several.... source "$SDIR/1-determineMaxDim.fish"; +# debugPrint "zoomLevels: $zoomLevels"; userWaitConditional; -if \ - test "$isPHType" != 'true'; - and echo "$processSteps" | grep -qP "((2)|(createBaseZoomImages))"; - "$SDIR/2-createBaseZoomImages.fish"; - userWaitConditional; -end - if test "$isPHType" = 'true' if echo "$processSteps" | grep -qP "((2)|(generateTiles))"; - "$SDIR/../generatePHTiles/BasicTLOrigin.fish"; + export zoomLevels; + "$SDIR/../generatePHTiles/TLOrigin.fish"; userWaitConditional; end else + if echo "$processSteps" | grep -qP "((2)|(createBaseZoomImages))"; + "$SDIR/2-createBaseZoomImages.fish"; + userWaitConditional; + end + if echo "$processSteps" | grep -qP "((3)|(cropTiles))"; - "$SDIR/2-cropTiles.fish"; + "$SDIR/3-cropTiles.fish"; + export tileFileNamePatternMask; userWaitConditional; end end diff --git a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish index 3fdb6e80..17b9b3cf 100644 --- a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish +++ b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish @@ -8,16 +8,25 @@ set SDIR (readlink -f (dirname (status filename))); -if test \ - -z "$zStart" \ - -o -z "$zEnd" - errorPrint 'Missing required parameter; exiting...'; - errorPrint "zStart: $zStart"; - errorPrint "zEnd: $zEnd"; +if test -n "$zoomLevelsJSON" + set zoomLevels (echo "$zoomLevelsJSON" | jq -r '.[]'); + # debugPrint "zoomLevels: $zoomLevels"; + # debugPrint -n "count zoomLevels: "; and debugPrint (count $zoomLevels); +end + +if test -z "$zoomLevels" + if test \ + -z "$zStart" \ + -o -z "$zEnd" + errorPrint 'Missing required parameter; exiting...'; + errorPrint "zStart: $zStart"; + errorPrint "zEnd: $zEnd"; + + exit 1; + end - exit 1; + set zoomLevels (seq "$zStart" "$zEnd"); end -# debugPrint "pathNameMask: $pathNameMask"; set scriptGT (readlink -f "$SDIR/3-generateTile.fish"); @@ -37,7 +46,7 @@ pushd "$outDir"; # debugPrint "zStart: $zStart"; # debugPrint "zEnd: $zEnd"; -for z in (seq "$zStart" "$zEnd") +for z in $zoomLevels # debugPrint "z: $z"; if test \( \ diff --git a/dev/assets/tiles/generatePHTiles/TLOrigin.fish b/dev/assets/tiles/generatePHTiles/TLOrigin.fish index 27ba5657..b79988f0 100644 --- a/dev/assets/tiles/generatePHTiles/TLOrigin.fish +++ b/dev/assets/tiles/generatePHTiles/TLOrigin.fish @@ -15,11 +15,11 @@ set SDIR (dirname (status filename)); if test -z "$zoomLevels" if test -n "$zoomLevel" # debugPrint "zoomLevel: $zoomLevel"; - # set zoomLevels "$zoomLevel"; + set -x zoomLevels "$zoomLevel"; end if test -n "$zoomLevelMax" # debugPrint "zoomLevelMax: $zoomLevelMax"; - set zoomLevels (seq 0 1 "$zoomLevelMax"); + set -x zoomLevels (seq 0 1 "$zoomLevelMax"); end if test \ @@ -36,6 +36,11 @@ if test -z "$zoomLevels" end end +if test -n "$zoomLevels" + set -x zoomLevelsJSON (echo "$zoomLevels" | jq -s); + # debugPrint "zoomLevelsJSON: $zoomLevelsJSON"; +end + set -x outDir (readlink -f "$SDIR/../../../../tiles/_placeholder"); test ! -e "$outDir"; and mkdir "$outDir"; # debugPrint "pathNameMask: $pathNameMask"; @@ -47,9 +52,6 @@ export fileExt labelMask outputZoomFolders outputAxisFolders pathNameMask; echo 'Generating placeholder tiles from the top-left corner as the origin...'; -set -x zStart "0" ; -set -x zEnd "$zoomLevelMax"; - "$SDIR/2-generateTiles.fish"; # debugPrint 'TLOrigin END'; diff --git a/dev/scripts/common/userWaitConditional.fish b/dev/scripts/common/userWaitConditional.fish index acc46538..8aff1aa6 100644 --- a/dev/scripts/common/userWaitConditional.fish +++ b/dev/scripts/common/userWaitConditional.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -not type -q 'userWaitConditional'; and function userWaitConditionalConditional +not type -q 'userWaitConditional'; and function userWaitConditional test "$manualStep" = "true"; and read -P 'Press enter to continue...' 1>&2 < /dev/tty; end diff --git a/docs/Tile Management.md b/docs/Tile Management.md index 9990db0e..2f2b7f96 100644 --- a/docs/Tile Management.md +++ b/docs/Tile Management.md @@ -14,6 +14,34 @@ Some good file format references and links to tools: # Tile Mining + +## Placeholder images + +### Generating + + - Error: + - Command: `dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish` + - Result: `tiles/_placeholder/error.png` + + - Map Fill-In: + - Standard/Common Choice: + - Command: `dev/assets/tiles/generatePHTiles/BasicTLOrigin.fish` + - Config: + - `zoomLevel` + - `zoomLevels` + - `zoomLevelMax` + - Manual Choice: + - Command: `dev/assets/tiles/generatePHTiles/Centered.fish` + - Results: `tiles/_placeholder/[**/]*.png` + +### Linking + + - Command: `dev/assets/tiles/controlPHTiles.fish` + - Parameters: + - `` + - `` + - `action [link|unlink]` + ## Switch titles 1. Get SARC for certain game data files. @@ -92,6 +120,7 @@ Some good file format references and links to tools: - Assumes 1308x1040 with or without this file being provided, which is 1280x1024 for the map tile grid, plus offsets for padding. - Does not support layered dungeon maps yet that I think the other letter suffix format is for. + ## Wii U titles 1. Optionally copy/image entire game disc as a wud file, and then extract that. @@ -120,12 +149,26 @@ Some good file format references and links to tools: 1. See similar entry under the Switch titles section with the sbmaptex files found inside `game/00050000101C9500/content/UI/MapTex/MainField`. + + # Tile Cutting +## Main + + - Command: `dev/assets/tiles/generateAllMapTiles.fish` + - Config: + - `resLevelChoice`: + - Modes: `botw` + - Possible Values: (0|1|2|3) + - `outputAxisFolders` + - Default: `false` + - My Default: `true` + +## History + Now more of a history section since I finally researched and made scripts to do process the asset files such as cutting and organizing them as preparation. - - `dev/assets/tiles/generateAllMapTiles.fish` - `dev/assets/tiles/generateAllMapTilesAuto.fish` - - No good way to program this, so disabled for now. + - No great way to program this, so disabled for now. Danilo says he used a [modified version of a] script called `tileCreator.js` (14.4 KB). I assume it's modified because the original tries to fetch data from a database which we do not use for our map tiles, directly at least. From fa15eef5ea4dd8b211d0fb73fe88a71938ca09a0 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 18 Apr 2023 20:44:16 -0400 Subject: [PATCH 49/73] Adding hopeful tile cutting fix Adding supposed fix for only producing single cut tiles.. Memory killing on Linux so far. IM bug similar to identify format one that I had just found as well.. Removed and re-commented leftover debug code. --- .../generateMapTiles/1-determineMaxDim.fish | 1 - .../2-createBaseZoomImages.fish | 17 ++++++++++++----- .../tiles/generateMapTiles/3-cropTiles.fish | 16 ++++++++-------- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish index a672df90..60536749 100644 --- a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish +++ b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish @@ -50,7 +50,6 @@ while true # debugPrint "zoomDim: $zoomDim"; test "$zoomDim" -gt "$maxDim"; and break; - break end # debugPrint "Max zoom level matched: $zoomLevels"; diff --git a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish index fac39c39..ba6d3d52 100644 --- a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish +++ b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish @@ -13,10 +13,16 @@ # Using the first generated source image once, later it will resized down by # half for each stage until it is the size of a single tile for the last stage. + + ## Header -# debugPrint "zoomLevels: $zoomLevels"; + begin + + ## Input Validation + + # debugPrint "zoomLevels: $zoomLevels"; test -z "$zoomLevels"; and read -P 'Zoom Levels: '; if test -z "$zoomLevels" errorPrint 'zoomLevels (#) not provided; exiting...'; @@ -72,12 +78,12 @@ for zoomLevel in $processZoomLevels and mkdir "$outTrialsDir/$zoomLevel"; # Iteration debug information + # debugPrint "zoomLevel: $zoomLevel"; # debugPrint "numAxisTiles: $numAxisTiles"; # debugPrint "tileSize: $tileSize"; - # debugPrint "zoomLevel: $zoomLevel"; - # debugPrint "zoomDim: $zoomDim"; - # debugPrint "zoomDims: $zoomDims"; - debugPrint "currentExtFile: $currentExtFile"; + # debugPrint "zoomDim: $zoomDim"; + # debugPrint "zoomDims: $zoomDims"; + # debugPrint "currentExtFile: $currentExtFile"; # Create base square image to cut. # https://legacy.imagemagick.org/Usage/thumbnails/#fit_summery @@ -102,6 +108,7 @@ for zoomLevel in $processZoomLevels $srcFileOpts \ -gravity "center" \ -extent "$zoomDims" \ + +repage \ "$currentExtFile" \ ; # Why is it always zero, even without a wrapping time command invocation for the entire script.... diff --git a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish index 98d1214b..185db410 100644 --- a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish +++ b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish @@ -31,7 +31,7 @@ if test -z "$processZoomLevels" end for zoomLevel in $processZoomLevels - debugPrint "zoomLevel: $zoomLevel"; + # debugPrint "zoomLevel: $zoomLevel"; test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; @@ -39,9 +39,9 @@ for zoomLevel in $processZoomLevels set numAxisTiles (echo "2 ^ $zoomLevel" | bc); set axisEndIndex (echo "$numAxisTiles" - 1 | bc); set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); - debugPrint "numAxisTiles: $numAxisTiles"; - debugPrint "axisEndIndex: $axisEndIndex"; - debugPrint "currentExtFile: $currentExtFile"; + # debugPrint "numAxisTiles: $numAxisTiles"; + # debugPrint "axisEndIndex: $axisEndIndex"; + # debugPrint "currentExtFile: $currentExtFile"; if test \ "$outputAxisFolders" = "true" \ @@ -56,7 +56,7 @@ for zoomLevel in $processZoomLevels if test "$outputAxisFolders" = "true" for x in (seq 0 1 $axisEndIndex) - debugPrint "x: $x"; + # debugPrint "x: $x"; set indexDir "$zoomLevel/$x"; # debugPrint "indexDir: $indexDir"; @@ -98,9 +98,9 @@ for zoomLevel in $processZoomLevels set tileFileNamePattern ( printf "$tileFileNamePatternMask" "$zoomLevel" ); - # debugPrint "tileFileNamePattern: $tileFileNamePattern"; - pwd - echo time magick \ + # debugPrint "tileFileNamePattern: $tileFileNamePattern"; + # pwd + time magick \ "$currentExtFile" \ -crop {$tileSize}x{$tileSize} \ -set 'filename:tile' "$tileFileNamePatternCoords" \ From 643c3fcff9e87b30e17e4978c8a1d137413aebf7 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 19 Apr 2023 16:23:43 -0400 Subject: [PATCH 50/73] Fixing SDIR lines again even more, to protect against overwriting with sub-script inclusion/sourcing. --- dev/assets/tiles/controlPHTiles.fish | 2 +- dev/assets/tiles/generateAllMapTiles.fish | 2 +- dev/assets/tiles/generateAllMapTilesAuto.fish | 2 +- dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish | 6 +++--- .../tiles/generateMapTiles/2-createBaseZoomImages.fish | 2 +- dev/assets/tiles/generateMapTiles/3-cropTiles.fish | 2 +- dev/assets/tiles/generateMapTiles/run.fish | 5 +---- dev/assets/tiles/generatePHTiles/1-config.fish | 6 +----- dev/assets/tiles/generatePHTiles/2-generateTiles.fish | 2 +- dev/assets/tiles/generatePHTiles/3-generateTile.fish | 2 +- dev/assets/tiles/generatePHTiles/Centered.fish | 2 +- dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish | 2 +- dev/assets/tiles/generatePHTiles/TLOrigin.fish | 3 +-- dev/assets/tiles/switch/common/3_extractRomFSContents.fish | 2 +- dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish | 2 +- .../tiles/switch/games/lafs/assembleOverworldTiles.fish | 2 +- dev/assets/tiles/tileZoomPathConversion.fish | 2 +- dev/scripts/common/debugPrint.fish | 1 + 18 files changed, 20 insertions(+), 27 deletions(-) diff --git a/dev/assets/tiles/controlPHTiles.fish b/dev/assets/tiles/controlPHTiles.fish index f1d6adf5..a7b2b3a7 100644 --- a/dev/assets/tiles/controlPHTiles.fish +++ b/dev/assets/tiles/controlPHTiles.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); test -z "$container"; and set container "$argv[1]"; test -z "$container"; and begin diff --git a/dev/assets/tiles/generateAllMapTiles.fish b/dev/assets/tiles/generateAllMapTiles.fish index 1d2e7208..3b138eec 100644 --- a/dev/assets/tiles/generateAllMapTiles.fish +++ b/dev/assets/tiles/generateAllMapTiles.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); source "$SDIR/../../scripts/common/errorPrint.fish"; diff --git a/dev/assets/tiles/generateAllMapTilesAuto.fish b/dev/assets/tiles/generateAllMapTilesAuto.fish index 42a47119..68e8f678 100644 --- a/dev/assets/tiles/generateAllMapTilesAuto.fish +++ b/dev/assets/tiles/generateAllMapTilesAuto.fish @@ -7,7 +7,7 @@ echo "Not updated or able to be generalized properly; exiting..."; exit; -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); pushd "$SDIR"; diff --git a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish index 60536749..41f2f7f2 100644 --- a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish +++ b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish @@ -3,9 +3,9 @@ # MIT Licensed # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -# debugPrint 'status filename: '(status filename); -# set SDIR "$PWD/"(dirname (status filename)); -set SDIR (readlink -f (dirname (status filename))); + +set -l SDIR (readlink -f (dirname (status filename))); + # debugPrint "SDIR: $SDIR"; # Step 1 - Determine Maximum Dimensions # Always required / internal step. diff --git a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish index ba6d3d52..fcb21f40 100644 --- a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish +++ b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish @@ -13,7 +13,7 @@ # Using the first generated source image once, later it will resized down by # half for each stage until it is the size of a single tile for the last stage. - +set -l SDIR (readlink -f (dirname (status filename))); ## Header diff --git a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish index 185db410..4c9064e8 100644 --- a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish +++ b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); source "$SDIR/../../../scripts/common/userWaitConditional.fish"; diff --git a/dev/assets/tiles/generateMapTiles/run.fish b/dev/assets/tiles/generateMapTiles/run.fish index 826df3d4..eab13019 100644 --- a/dev/assets/tiles/generateMapTiles/run.fish +++ b/dev/assets/tiles/generateMapTiles/run.fish @@ -6,10 +6,7 @@ # Dependencies: magick/ImageMagick, bc, ... -# debugPrint 'status filename: '(status filename); -# set SDIR "$PWD/"(dirname (status filename)); -set SDIR (readlink -f (dirname (status filename))); -# debugPrint "SDIR: $SDIR"; +set -l SDIR (readlink -f (dirname (status filename))); diff --git a/dev/assets/tiles/generatePHTiles/1-config.fish b/dev/assets/tiles/generatePHTiles/1-config.fish index d446d2c8..fe3bd0d7 100644 --- a/dev/assets/tiles/generatePHTiles/1-config.fish +++ b/dev/assets/tiles/generatePHTiles/1-config.fish @@ -4,11 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -# set SDIR "$PWD/"(dirname (status filename)); -set SDIR (readlink -f (dirname (status filename))); -# debugPrint "SDIR: $SDIR"; -# debugPrint "SDIR: $SDIR/../../../.."; -# debugPrint "rl -f SDIR ..x4: "(readlink -f "$SDIR/../../../.."); +set -l SDIR (readlink -f (dirname (status filename))); # debugPrint "included1Config: $included1Config"; if test "$included1Config" = 'true' diff --git a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish index 17b9b3cf..2daaea09 100644 --- a/dev/assets/tiles/generatePHTiles/2-generateTiles.fish +++ b/dev/assets/tiles/generatePHTiles/2-generateTiles.fish @@ -6,7 +6,7 @@ # debugPrint '2-generateTiles START'; -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); if test -n "$zoomLevelsJSON" set zoomLevels (echo "$zoomLevelsJSON" | jq -r '.[]'); diff --git a/dev/assets/tiles/generatePHTiles/3-generateTile.fish b/dev/assets/tiles/generatePHTiles/3-generateTile.fish index 0838d166..859bd81f 100644 --- a/dev/assets/tiles/generatePHTiles/3-generateTile.fish +++ b/dev/assets/tiles/generatePHTiles/3-generateTile.fish @@ -6,7 +6,7 @@ # debugPrint '3-generateTile START'; -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); source "$SDIR/1-config.fish"; diff --git a/dev/assets/tiles/generatePHTiles/Centered.fish b/dev/assets/tiles/generatePHTiles/Centered.fish index d3bc4d10..5c7263c1 100644 --- a/dev/assets/tiles/generatePHTiles/Centered.fish +++ b/dev/assets/tiles/generatePHTiles/Centered.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); source "$SDIR/1-config.fish"; diff --git a/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish b/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish index 4e17b34b..41980f0a 100644 --- a/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish +++ b/dev/assets/tiles/generatePHTiles/GenerateErrorTile.fish @@ -6,7 +6,7 @@ # debugPrint 'GenerateErrorTile START'; -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); # debugPrint "SDIR: $SDIR"; # debugPrint "SDIR: $SDIR/../../../.."; # debugPrint "rl -f SDIR: "(readlink -f "$SDIR"); diff --git a/dev/assets/tiles/generatePHTiles/TLOrigin.fish b/dev/assets/tiles/generatePHTiles/TLOrigin.fish index b79988f0..1cee6815 100644 --- a/dev/assets/tiles/generatePHTiles/TLOrigin.fish +++ b/dev/assets/tiles/generatePHTiles/TLOrigin.fish @@ -6,8 +6,7 @@ # debugPrint 'TLOrigin START'; -# set SDIR "$PWD/"(dirname (status filename)); -set SDIR (dirname (status filename)); +set -l SDIR (dirname (status filename)); # TODO add mode, have centered, really need TL origin 2^(zoom*2) images only incrementing, no negative values, don't know where i got that idea...., so basically all even amounts except for ZL = 0 # This is for a more focused approach when you know the exact zoom level to support. diff --git a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish index 042fff2f..7b0278ac 100644 --- a/dev/assets/tiles/switch/common/3_extractRomFSContents.fish +++ b/dev/assets/tiles/switch/common/3_extractRomFSContents.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); source "$SDIR/../../../../scripts/common/filenameRemoveExtension.fish"; diff --git a/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish index 98d7e479..6b655b67 100644 --- a/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish +++ b/dev/assets/tiles/switch/games/lafs/assembleDgnTiles.fish @@ -242,7 +242,7 @@ function step2 --argument-names background outDir echo; end -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); # Direct (Required) Input diff --git a/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish b/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish index e1cce7c3..98cb2fd2 100644 --- a/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish +++ b/dev/assets/tiles/switch/games/lafs/assembleOverworldTiles.fish @@ -87,7 +87,7 @@ function step2 --argument-names outDir end end -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); # Direct (Required) Input diff --git a/dev/assets/tiles/tileZoomPathConversion.fish b/dev/assets/tiles/tileZoomPathConversion.fish index 1f443520..90848315 100644 --- a/dev/assets/tiles/tileZoomPathConversion.fish +++ b/dev/assets/tiles/tileZoomPathConversion.fish @@ -4,7 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); test -z "$tilesDir"; and set tilesDir "$argv[1]"; test -z "$tilesDir"; and set tilesDir "$SDIR/"; diff --git a/dev/scripts/common/debugPrint.fish b/dev/scripts/common/debugPrint.fish index 8f808241..73461720 100644 --- a/dev/scripts/common/debugPrint.fish +++ b/dev/scripts/common/debugPrint.fish @@ -4,6 +4,7 @@ # Copyright (c) 2023 Pysis(868) # https://choosealicense.com/licenses/mit/ +set -l SDIR (readlink -f (dirname (status filename))); not type -q 'debugPrint'; function debugPrint # echo "DEBUG __DEBUG__: $__DEBUG__"; From 8ece466fd83aa1b0fee22f82d205a6da5e100302 Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 19 Apr 2023 16:32:54 -0400 Subject: [PATCH 51/73] Updating tile main route some more Fixed missing includes in more scripts. Extracted timing code that I found in another. Replaced with that and commented old version out that seemed to only output 0. Tried not having another command run but this newer style works now =/. Cleaned output file handling too. Some are scoped only by resolution level, others by both that and zoom level, and file named by the action; ordered better too. Added extra Image Magick command error handling when no output file is detected, since on Linux the OOM killer stops it abruptly. Probably could have just used status variable. Maybe this is broader though. Keeping it. Propagated pZL(M) config to more scripts. Probably extract that too.. Organized more variables specific to subscripts from the main run one. Also better named. Added more doc details. Fixed path, more config. --- .../generateMapTiles/1-determineMaxDim.fish | 4 +- .../2-createBaseZoomImages.fish | 39 ++++++-- .../tiles/generateMapTiles/3-cropTiles.fish | 96 ++++++++++++++++--- dev/assets/tiles/generateMapTiles/run.fish | 29 +----- .../switch/games/botw/assembleTiles.fish | 69 ++++++------- dev/scripts/common/debugPrint.fish | 2 + dev/scripts/common/timing.fish | 28 ++++++ docs/Tile Management.md | 31 +++++- 8 files changed, 210 insertions(+), 88 deletions(-) create mode 100644 dev/scripts/common/timing.fish diff --git a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish index 41f2f7f2..7335a4ed 100644 --- a/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish +++ b/dev/assets/tiles/generateMapTiles/1-determineMaxDim.fish @@ -6,7 +6,9 @@ set -l SDIR (readlink -f (dirname (status filename))); -# debugPrint "SDIR: $SDIR"; +source "$SDIR/../../../scripts/common/debugPrint.fish"; +source "$SDIR/../../../scripts/common/errorPrint.fish"; + # Step 1 - Determine Maximum Dimensions # Always required / internal step. # Determines the max zoom level dimensions that fit around the source image. diff --git a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish index fcb21f40..66bfda94 100644 --- a/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish +++ b/dev/assets/tiles/generateMapTiles/2-createBaseZoomImages.fish @@ -19,6 +19,11 @@ set -l SDIR (readlink -f (dirname (status filename))); begin + source "$SDIR/../../../scripts/common/debugPrint.fish"; + source "$SDIR/../../../scripts/common/errorPrint.fish"; + source "$SDIR/../../../scripts/common/timing.fish" ; + + set timeFilePattern "$outTrialsDir/%s/%s"; ## Input Validation @@ -36,8 +41,17 @@ begin ## Input cleaning? # Eliminates a mostly empty processZoomLevels value? # How would that happen though?.. Bad input array parsing/transforming? + + if test -n "$processZoomLevelsMax" + set processZoomLevels (seq 0 1 "$processZoomLevelsMax"); + end + test -z "$processZoomLevels" -o "$processZoomLevels" = '*'; and set processZoomLevels $availableZoomLevels; + set processZoomLevels ( + string split ' ' (echo "$processZoomLevels" | tr ',' ' ') + ); + if begin test (count $processZoomLevels) -eq 1; and echo "$processZoomLevels" | grep -q " " @@ -96,14 +110,18 @@ for zoomLevel in $processZoomLevels if test "$zoomLevel" -lt "$zoomLevels" echo "Not the max zoom level; resizing and padding..."; set srcFileOpts \( "$srcFile" -resize "$zoomDims>" \); - set timeFileName "1 - Resizing.txt" ; + set timeFileName "3 - Resizing & Padding.txt" ; else if test "$zoomLevel" -eq "$zoomLevels" - echo "Max zoom level; padding..."; + echo "Max zoom level; padding..." ; set srcFileOpts "$srcFile" ; - set timeFileName "1 - Extenting.txt"; + set timeFileName "3 - Padding.txt"; end - - time magick \ + set timeFilePath (printf "$timeFilePattern" "$zoomLevel" "$timeFileName"); + # debugPrint "timeFilePath: $timeFilePath"; + + timerStart; + # time + magick \ -background "transparent" \ $srcFileOpts \ -gravity "center" \ @@ -113,7 +131,16 @@ for zoomLevel in $processZoomLevels ; # Why is it always zero, even without a wrapping time command invocation for the entire script.... # debugPrint "CMD_DURATION: $CMD_DURATION"; - echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/$timeFileName"; + # echo "$CMD_DURATION" > "$timeFilePath"; + timerStop; + # debugPrint "timerDuration: "(timerDuration); + echo 'Took '(timerDuration)' seconds to process.'; + timerDuration > "$timeFilePath"; + + if test ! -e "$currentExtFile" + errorPrint 'Could not create base image; unknown Image Magick error.'; + errorPrint "currentExtFile: $currentExtFile"; + end else echo "Current working file already exists; skipping generation..."; end diff --git a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish index 4c9064e8..28d4ccbe 100644 --- a/dev/assets/tiles/generateMapTiles/3-cropTiles.fish +++ b/dev/assets/tiles/generateMapTiles/3-cropTiles.fish @@ -6,12 +6,23 @@ set -l SDIR (readlink -f (dirname (status filename))); -source "$SDIR/../../../scripts/common/userWaitConditional.fish"; +source "$SDIR/../../../scripts/common/debugPrint.fish" ; +source "$SDIR/../../../scripts/common/errorPrint.fish" ; +source "$SDIR/../../../scripts/common/timing.fish" ; +source "$SDIR/../../../scripts/common/userWaitConditional.fish" ; + +set timeFilePattern "$outTrialsDir/%s/4 - Cutting.txt"; echo 'Cropping tiles...'; pushd "$outDir"; +set processZoomLevels ( + string split ' ' (echo "$processZoomLevels" | tr ',' ' ') +); +# debugPrint "processZoomLevels: $processZoomLevels"; +# debugPrint "count processZoomLevels: "(count $processZoomLevels); + if test -z "$processZoomLevels" if test -z "$processZoomLevelsMax" errorPrint 'No processZoomLevels as a list of zoom levels to process, or processZoomLevelsMax as an integer of the maximum zoom level to process, provided; exiting...'; @@ -30,19 +41,46 @@ if test -z "$processZoomLevels" return 4; end +if test -z "$tileFileNamePatternCoords" + if test "$outputAxisFolders" = "true" + set tFNPCXYDelim '/'; + else + set tFNPCXYDelim '_'; + end + + set -x tileFileNamePatternCoords \ + "%[fx:page.x/$tileSize]$tFNPCXYDelim%[fx:page.y/$tileSize]" \ + ; +end +# debugPrint "tileFileNamePatternCoords: $tileFileNamePatternCoords"; + +if test -z "$tileFileNamePattern" + if test \ + "$outputAxisFolders" = "true" \ + -o "$outputZoomFolders" = "true" + set -x tileFileNamePattern "%s/%%[filename:tile].png"; + else + set -x tileFileNamePattern "%s_%%[filename:tile].png"; + end +end +# debugPrint "tileFileNamePattern: $tileFileNamePattern"; + for zoomLevel in $processZoomLevels + echo; + echo "Processing zoom level \"$zoomLevel\"..."; # debugPrint "zoomLevel: $zoomLevel"; test ! -d "$outTrialsDir/$zoomLevel"; and mkdir "$outTrialsDir/$zoomLevel"; - set numAxisTiles (echo "2 ^ $zoomLevel" | bc); - set axisEndIndex (echo "$numAxisTiles" - 1 | bc); - set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); + set numAxisTiles (echo "2 ^ $zoomLevel" | bc ); + set axisEndIndex (echo "$numAxisTiles" - 1 | bc ); + set currentExtFile (printf "$tmpFitFileMask" "$zoomLevel"); # debugPrint "numAxisTiles: $numAxisTiles"; # debugPrint "axisEndIndex: $axisEndIndex"; # debugPrint "currentExtFile: $currentExtFile"; + ## Make root zoom (Z) dir, if does not exist and setting is enabled. if test \ "$outputAxisFolders" = "true" \ -o "$outputZoomFolders" = "true" @@ -54,6 +92,9 @@ for zoomLevel in $processZoomLevels end end + ## Axis (X) sub dir iteration, if setting is enabled, + # to make if they don't exist, or if they do, check if they + # already contain files to skip processing. if test "$outputAxisFolders" = "true" for x in (seq 0 1 $axisEndIndex) # debugPrint "x: $x"; @@ -79,6 +120,7 @@ for zoomLevel in $processZoomLevels else set dir "."; end + # debugPrint "dir: $dir"; find \ "$dir" \ @@ -89,26 +131,54 @@ for zoomLevel in $processZoomLevels | read firstFile \ ; end - + # debugPrint "firstFile: $firstFile"; + if test -n "$firstFile" -a "$force" != "true" - echo "Current zoom level already contains at least 1 file, and force has not been specified; skipping..."; + echo 'Current zoom level already contains at least 1 file, and force has not been specified; skipping...'; + set -e firstFile; continue; + else + echo 'Current zoom level does not contain any files, or force has been specified; continuing...'; end - set tileFileNamePattern ( - printf "$tileFileNamePatternMask" "$zoomLevel" + set tileFileName ( + printf "$tileFileNamePattern" "$zoomLevel" ); - # debugPrint "tileFileNamePattern: $tileFileNamePattern"; + # debugPrint "tileFileName: $tileFileName"; # pwd - time magick \ + + set timeFilePath (printf "$timeFilePattern" "$zoomLevel"); + # debugPrint "timeFilePath: $timeFilePath"; + + timerStart; + # time + magick \ "$currentExtFile" \ -crop {$tileSize}x{$tileSize} \ -set 'filename:tile' "$tileFileNamePatternCoords" \ +adjoin \ - "$tileFileNamePattern" \ + "$tileFileName" \ ; - - echo "$CMD_DURATION" > "$outTrialsDir/$zoomLevel/2 - Cutting.txt"; + # echo "$CMD_DURATION" > "$timeFile"; + timerStop; + # debugPrint "timerDuration: "(timerDuration); + echo 'Took '(timerDuration)' seconds to process.'; + timerDuration > "$timeFilePath"; + + set createdFilesCount ( + find \ + "$indexDir" \ + -maxdepth 1 \ + -type f \ + -iname "*.png" \ + | wc -l + ); + # debugPrint "createdFilesCount: $createdFilesCount"; + + if test -z "$createdFilesCount" -o "$createdFilesCount" -lt '1' + errorPrint 'Could not create cropped images; unknown Image Magick error.'; + errorPrint "createdFilesCount: $createdFilesCount"; + end userWaitConditional; end diff --git a/dev/assets/tiles/generateMapTiles/run.fish b/dev/assets/tiles/generateMapTiles/run.fish index eab13019..3af4c64b 100644 --- a/dev/assets/tiles/generateMapTiles/run.fish +++ b/dev/assets/tiles/generateMapTiles/run.fish @@ -11,10 +11,11 @@ set -l SDIR (readlink -f (dirname (status filename))); ## General Function Library -source "$SDIR/../../../scripts/common/altPrint.fish"; source "$SDIR/../../../scripts/common/debugPrint.fish"; source "$SDIR/../../../scripts/common/userWaitConditional.fish"; + + ## Set-up begin # Flags @@ -38,7 +39,7 @@ begin test -z "$outWorkDir"; and set -x outWorkDir "$srcFileDir/Work"; test -z "$outTrialsDir"; - and set -x outTrialsDir "$srcFileDir/Trials/2 - Cutting"; + and set -x outTrialsDir "$srcFileDir/Trials"; set srcFileNameSuffix ( basename "$srcFile" \ | sed -r 's|(\.[^.]*?)$| - Extented - Zoom %s\1|g' @@ -46,26 +47,6 @@ begin test -z "$tmpFitFileMask"; and set -x tmpFitFileMask "$outWorkDir/$srcFileNameSuffix"; test -z "$tileSize"; and set -x tileSize "256"; - if test -z "$tileFileNamePatternCoords" - if test "$outputAxisFolders" = "true" - set tFNPCXYDelim '/'; - else - set tFNPCXYDelim '_'; - end - - set -x tileFileNamePatternCoords \ - "%[fx:page.x/$tileSize]$tFNPCXYDelim%[fx:page.y/$tileSize]" \ - ; - end - if test -z "$tileFileNamePatternMask" - if test \ - "$outputAxisFolders" = "true" \ - -o "$outputZoomFolders" = "true" - set -x tileFileNamePatternMask "%s/%%[filename:tile].png"; - else - set -x tileFileNamePatternMask "%s_%%[filename:tile].png"; - end - end if test "$isPHType" = 'true' set availableSteps "2" "generateTiles"; @@ -95,6 +76,7 @@ begin string split ' ' (echo "$processZoomLevels" | tr ',' ' ') ); # debugPrint "processZoomLevels: $processZoomLevels"; + # debugPrint "count processZoomLevels: "(count $processZoomLevels); for zoomLevel in $processZoomLevels if echo "$zoomLevel" | grep -v '[-0-9*]' echo "Error: Zoom level \"$zoomLevel\" is invalid; only enter integers with optional hyphens; exiting..."; @@ -136,8 +118,6 @@ begin # debugPrint "srcFileNameSuffix: $srcFileNameSuffix"; # debugPrint "tmpFitFileMask: $tmpFitFileMask"; # debugPrint "tileSize: $tileSize"; - # debugPrint "tileFileNamePatternCoords: $tileFileNamePatternCoords"; - # debugPrint "tileFileNamePatternMask: $tileFileNamePatternMask"; # debugPrint "availableSteps: $availableSteps"; # debugPrint "processSteps: $processSteps"; @@ -200,7 +180,6 @@ else if echo "$processSteps" | grep -qP "((3)|(cropTiles))"; "$SDIR/3-cropTiles.fish"; - export tileFileNamePatternMask; userWaitConditional; end end diff --git a/dev/assets/tiles/switch/games/botw/assembleTiles.fish b/dev/assets/tiles/switch/games/botw/assembleTiles.fish index bf3296eb..da0b34b3 100644 --- a/dev/assets/tiles/switch/games/botw/assembleTiles.fish +++ b/dev/assets/tiles/switch/games/botw/assembleTiles.fish @@ -6,7 +6,7 @@ ## Info -# MapTex# - resolution levels (4) +# MapTex# - resolution levels (4) # Categories - ? (108 + 5?) # ZABCDEFGHIJK - horizontal index (12) # 0123456789 - vertical index (10) @@ -19,22 +19,9 @@ ## General Function Library -set timeStart -1; -set timeEnd -1; -function timerStart - set timeStart (date "+%s"); -end -function timerStop - set timeEnd (date "+%s"); -end -function timerDuration - if test "$timeStart" -lt 0 -o "$timeEnd" -lt 0 - echo 'Error: Time start or stop was not set yet; returning...' 1>&2; - return; - end +set -l SDIR (readlink -f (dirname (status filename))); - echo "$timeEnd" - "$timeStart" | bc; -end +source "$SDIR/../../../../../scripts/common/timing.fish"; function setupTemplateFiles --argument-names outDir fileName numXTiles numYTiles tileWidth tileHeight set totalDimensions (expr "$tileWidth" '*' "$numXTiles")x(expr "$tileHeight" '*' "$numYTiles"); @@ -122,7 +109,9 @@ function assembleMapIndividually --argument-names outDir fileName numXTiles numY placeTile "$tileFile" "$workingFile" "$tileWidth" "$tileHeight"; end timerStop; - echo timerDuration > "$trialsDir/2a - Assembling.txt"; + # debugPrint "timerDuration: "(timerDuration); + echo 'Took '(timerDuration)' seconds to process.'; + timerDuration > "$trialsDir/2a - Assembling.txt"; mv "$workingFile" "$completedFile"; echo "done!"; @@ -146,7 +135,9 @@ function createMagickScript --argument-names tilePrefix tileSuffix folderPathAnd end echo '+repage' >> "$srcGenericScript"; timerStop; - echo (timerDuration) > "$trialsDir/1 - Scripting.txt"; + # debugPrint "timerDuration: "(timerDuration); + echo 'Took '(timerDuration)' seconds to process.'; + timerDuration > "$trialsDir/1 - Scripting.txt"; end echo "$srcGenericScript"; @@ -183,7 +174,8 @@ function assembleMapAtOnce --argument-names tilePrefix tileSuffix outDir folderN timerStart; if time magick -script "$tempUniqueScript" "$workingFile" timerStop; - echo (timerDuration) > "$trialsDir/2b - Assembling.txt"; + echo 'Took '(timerDuration)' seconds to process.'; + timerDuration > "$trialsDir/2b - Assembling.txt"; mv "$workingFile" "$completedFile"; echo "done!"; else @@ -212,14 +204,15 @@ function step1 mkdir "$folderName"; set resultOutputPath "$outputPath/$resLevel"; - mkdir -p "$resultOutputPath"; - set outTrialsDir "$outTrialsBaseDir/$resLevel/Trials/1 - Sorting"; + mkdir -p "$resultoutputBaseDir"; + set outTrialsDir "$outputBaseDir/$resLevel/Trials/1 - Sorting"; mkdir -p "$outTrialsDir"; timerStart; find -maxdepth 1 -type f -name "$folderName""_*" -exec mv -t "$folderName/" '{}' +; timerStop; - echo (timerDuration) > "$trialsDir/1 - By Res Level.txt"; + echo 'Took '(timerDuration)' seconds to process.'; + timerDuration > "$trialsDir/1 - By Res Level.txt"; end end @@ -263,20 +256,21 @@ function step2 end mkdir "$category"; test "$category" = "Default"; and set filter '*_?-?.*'; or set filter "*_?-?_$category.*"; - set outTrialsDir "$outTrialsBaseDir/$resLevel/$category/Trials/1 - Sorting"; + set outTrialsDir "$outputBaseDir/$resLevel/$category/Trials/1 - Sorting"; mkdir -p "$outTrialsDir"; timerStart; find -mindepth 1 -maxdepth 1 -type f -name "$filter" -exec mv -t "$category/" '{}' +; timerStop; - echo (timerDuration) > "$trialsDir/2 - Scripting.txt"; + echo 'Took '(timerDuration)' seconds to process.'; + timerDuration > "$trialsDir/2 - Scripting.txt"; end popd; end end -function step3 --argument-names outputPath +function step3 --argument-names outputBaseDir echo; echo 'Step 3 - Create single large images in each complete category' for resLevel in $processResLevels @@ -288,12 +282,12 @@ function step3 --argument-names outputPath for category in $processCategories echo "Processing category \"$category\"..."; pushd "$category"; - set outTrialsDir "$outTrialsBaseDir/$resLevel/$category/Trials/2 - Assembling"; + set outTrialsDir "$outputBaseDir/$resLevel/$category/Trials/2 - Assembling"; mkdir -p "$outTrialsDir"; test $category = "Default"; and set tileSuffix ''; or set tileSuffix "_$category"; set resultOutputPath "$outputPath/$resLevel"; - mkdir -p "$resultOutputPath"; + mkdir -p "$resultoutputBaseDir"; # set nextIndex (expr "$resLevel" + 1); # time assembleMapIndividually \ @@ -313,7 +307,7 @@ function step3 --argument-names outputPath end; end -set SDIR (readlink -f (dirname (status filename))); +set -l SDIR (readlink -f (dirname (status filename))); set indiciesHorizontal "Z" "A" "B" "C" "D" "E" "F" "G" "H" "I" "J" "K" set tileDims "3000" "840" "300" "135"; @@ -331,11 +325,10 @@ test -z "$force"; and set force "false"; set defaultSteps "1" "2" "3"; set defaultResLevels "0" "1" "2" "3"; set defaultCategories "Default" "0"; -test -z "$processSteps"; and set processResLevels $defaultSteps; -test -z "$processResLevels"; and set processResLevels $defaultResLevels; +test -z "$processSteps" ; and set processResLevels $defaultSteps ; +test -z "$processResLevels" ; and set processResLevels $defaultResLevels ; test -z "$processCategories"; and set processCategories $defaultCategories; -test -z "$outputPath"; and set outputPath "$SDIR/Maps"; -test -z "$outTrialsBaseDir"; and set outTrialsBaseDir "$outputPath"; +test -z "$outputBaseDir" ; and set outputBaseDir "$SDIR/Maps" ; # Required input validation if test -z "$srcDir" -o ! -e "$srcDir" @@ -343,14 +336,14 @@ if test -z "$srcDir" -o ! -e "$srcDir" exit; end -if test ! -e "$outputPath" - mkdir "$outputPath"; +if test ! -e "$outputBaseDir" + mkdir "$outputBaseDir"; else - if ! test -d "$outputPath" - echo "Output path \"$outputPath\" exists and is unusble not being a directory; exiting..."; + if ! test -d "$outputBaseDir" + echo "Output path \"$outputBaseDir\" exists and is unusble not being a directory; exiting..."; exit; else - set outputPath (realpath "$outputPath"); + set outputBaseDir (realpath "$outputBaseDir"); end end @@ -372,6 +365,6 @@ pushd "$srcDir"; echo "$processSteps" | grep -qE "\b1\b"; and step1; echo "$processSteps" | grep -qE "\b2\b"; and step2; -echo "$processSteps" | grep -qE "\b3\b"; and step3 "$outputPath"; +echo "$processSteps" | grep -qE "\b3\b"; and step3 "$outputBaseDir"; popd; diff --git a/dev/scripts/common/debugPrint.fish b/dev/scripts/common/debugPrint.fish index 73461720..2ab06937 100644 --- a/dev/scripts/common/debugPrint.fish +++ b/dev/scripts/common/debugPrint.fish @@ -5,6 +5,8 @@ # https://choosealicense.com/licenses/mit/ set -l SDIR (readlink -f (dirname (status filename))); +source "$SDIR/altPrint.fish"; + not type -q 'debugPrint'; function debugPrint # echo "DEBUG __DEBUG__: $__DEBUG__"; diff --git a/dev/scripts/common/timing.fish b/dev/scripts/common/timing.fish new file mode 100644 index 00000000..634dea54 --- /dev/null +++ b/dev/scripts/common/timing.fish @@ -0,0 +1,28 @@ +#!/usr/bin/env fish + +# MIT Licensed +# Copyright (c) 2023 Pysis(868) +# https://choosealicense.com/licenses/mit/ + +set timeStart -1; +set timeEnd -1; + +not type -q 'timerStart'; +and function timerStart + set timeStart (date "+%s"); +end + +not type -q 'timerStop'; +and function timerStop + set timeEnd (date "+%s"); +end + +not type -q 'timerDuration'; +and function timerDuration + if test "$timeStart" -lt 0 -o "$timeEnd" -lt 0 + echo 'Error: Time start or stop was not set yet; returning...' 1>&2; + return; + end + + echo "$timeEnd" - "$timeStart" | bc; +end \ No newline at end of file diff --git a/docs/Tile Management.md b/docs/Tile Management.md index 2f2b7f96..0ee87454 100644 --- a/docs/Tile Management.md +++ b/docs/Tile Management.md @@ -12,6 +12,9 @@ Some good file format references and links to tools: - https://wiki.oatmealdome.me - https://gist.github.com/zephenryus/b4dbea17de438a1f9f06779657eb4148 +Note: Any scripts that run Image Magick commands, or if you use them yourself, that operate on large files, possibly 200+MiB, will be OOM killed on Linux, but just take a lot of memory and some time on Windows. +https://github.com/ImageMagick/ImageMagick/issues/6264 + # Tile Mining @@ -25,7 +28,7 @@ Some good file format references and links to tools: - Map Fill-In: - Standard/Common Choice: - - Command: `dev/assets/tiles/generatePHTiles/BasicTLOrigin.fish` + - Command: `dev/assets/tiles/generatePHTiles/TLOrigin.fish` - Config: - `zoomLevel` - `zoomLevels` @@ -157,12 +160,30 @@ Some good file format references and links to tools: - Command: `dev/assets/tiles/generateAllMapTiles.fish` - Config: - - `resLevelChoice`: - - Modes: `botw` - - Possible Values: (0|1|2|3) - - `outputAxisFolders` + - `processZoomLevels`: + - Type: `SSL int` + - Possible Values: `0- ...` + - `processZoomLevelsMax`: + - Type: `int` + - Possible Values: `0-` + - `processSteps` + - Type: `SSL int|string` + - Possible Values: + - Mode `Placeholder`: + - `2` + - `generateTiles` + - Mode `Real`: + - `2|3` + - `createBaseZoomImages` + - `cropTiles` + - `outputAxisFolders`: + - Type: `boolean` - Default: `false` - My Default: `true` + - `resLevelChoice`: + - Modes: `botw` + - Type: `int` + - Possible Values: `(0|1|2|3)` ## History From f577dfcc5c4cd1e4590e5cd0125e18eeb9a33312 Mon Sep 17 00:00:00 2001 From: Pysis Date: Tue, 18 Apr 2023 13:27:15 -0400 Subject: [PATCH 52/73] Starting TotK changes Customized index page data. Improved container name API and missing defaults for its data. Added new container with minimal data + sample. Dev doc migration samples and links, adding new game section, releasing. --- ajax/get_container_name.php | 56 +++- ...95637_container_update_and_add_defaults.rb | 9 + ...04517_container_add_basic_tot_k_support.rb | 7 + dev/db/samples/tingle/container.sql | 11 +- docs/Development.md | 51 +++- index.html | 258 +++++++++--------- 6 files changed, 231 insertions(+), 161 deletions(-) create mode 100644 dev/db/migrate/20230405195637_container_update_and_add_defaults.rb create mode 100644 dev/db/migrate/20230405204517_container_add_basic_tot_k_support.rb diff --git a/ajax/get_container_name.php b/ajax/get_container_name.php index cfe8f386..c7e83506 100644 --- a/ajax/get_container_name.php +++ b/ajax/get_container_name.php @@ -1,26 +1,56 @@ false, + "result" => 'No game parameter given.' + ))); - $query = "select name - from " . $map_prefix . "container c - where (c.id = '" . $game . "' - or c.short_name = '" . $game . "') - and c.visible = 1; - "; - $result = @$mysqli->query($query); + return 1; + } else { + $game = $_GET["game"]; + // debug_log("game: $game"); + } + + $query = " + SELECT `name` + FROM `${map_prefix}container` `c` + WHERE ( + `c`.`id` = '$game' + OR `c`.`short_name` = '$game' + ) AND `c`.`visible` = '1' + ; + "; + // debug_log("query: $query"); + + $result = @$mysqli->query($query); + // debug_log('mysqli info: '.@$mysqli->info); // Not helpful.. if(!$result) { print($mysqli->error); - return; + return 2; } - $row = $result->fetch_array(); - echo json_encode(array("success"=>true,"name"=>$row['name'])); + $row = $result->fetch_array(); + // debug_log("empty(row): ".empty($row)); + // debug_log("row: ".var_export($row, 1)); + // debug_log("row num_rows: ${$row->num_rows}"); + if(empty($row)) { + print(json_encode(array( + "success" => false, + "result" => 'No visible game container found.' + ))); + + return 3; + } + + print(json_encode(array( + "success" => true, + "name" => $row['name'] + ))); // debug_log("get_container_name END"); ?> diff --git a/dev/db/migrate/20230405195637_container_update_and_add_defaults.rb b/dev/db/migrate/20230405195637_container_update_and_add_defaults.rb new file mode 100644 index 00000000..64746803 --- /dev/null +++ b/dev/db/migrate/20230405195637_container_update_and_add_defaults.rb @@ -0,0 +1,9 @@ +class ContainerUpdateAndAddDefaults < ActiveRecord::Migration[7.0] + def change + change_table :container do |t| + t.change_default :marker_url , from: '/markers/', to: 'markers/' + t.change_default :icon_width , from: nil , to: 23 + t.change_default :icon_height , from: nil , to: 23 + end + end +end diff --git a/dev/db/migrate/20230405204517_container_add_basic_tot_k_support.rb b/dev/db/migrate/20230405204517_container_add_basic_tot_k_support.rb new file mode 100644 index 00000000..f66dddd6 --- /dev/null +++ b/dev/db/migrate/20230405204517_container_add_basic_tot_k_support.rb @@ -0,0 +1,7 @@ +class ContainerAddBasicTotKSupport < ActiveRecord::Migration[7.0] + def up + execute <<-SQL + INSERT INTO `container` (`short_name`, `name`, `icon`) VALUES ('TotK','Tears of the Kingdom', 'Tears-of-the-Kingdom'); + SQL + end +end diff --git a/dev/db/samples/tingle/container.sql b/dev/db/samples/tingle/container.sql index 7be2cb14..aba71a3e 100644 --- a/dev/db/samples/tingle/container.sql +++ b/dev/db/samples/tingle/container.sql @@ -26,7 +26,7 @@ CREATE TABLE `container` ( `id` int(11) NOT NULL AUTO_INCREMENT, `short_name` varchar(45) NOT NULL, `name` varchar(45) NOT NULL, - `marker_url` varchar(250) NOT NULL DEFAULT '/markers/' COMMENT 'Each map can have a set of different markers icons just by changing the marker url', + `marker_url` varchar(250) NOT NULL DEFAULT 'markers/' COMMENT 'Each map can have a set of different markers icons just by changing the marker url', `marker_ext` char(3) NOT NULL DEFAULT 'png', `background_color` char(7) NOT NULL DEFAULT '#DEECFD', `icon` varchar(60) NOT NULL, @@ -45,8 +45,8 @@ CREATE TABLE `container` ( `cluster_max_zoom` int(11) NOT NULL DEFAULT 4 COMMENT 'Max zoom to cluster the markers. Best -2 from the max zoom allowed (if 6 is the max, cluster should be 4)', `cluster_grid_size` int(11) NOT NULL DEFAULT 30 COMMENT 'Pixel size of grid (default 30)', `tile_size` int(11) NOT NULL DEFAULT 256 COMMENT 'Internet default is 256', - `icon_width` int(11) NOT NULL, - `icon_height` int(11) NOT NULL, + `icon_width` int(11) NOT NULL DEFAULT 23, + `icon_height` int(11) NOT NULL DEFAULT 23, `icon_small_width` int(11) NOT NULL DEFAULT 16, `icon_small_height` int(11) NOT NULL DEFAULT 16, `switch_icons_at_zoom` int(11) NOT NULL DEFAULT 5, @@ -55,7 +55,7 @@ CREATE TABLE `container` ( PRIMARY KEY (`id`), UNIQUE KEY `map_id_UNIQUE` (`id`), UNIQUE KEY `short_name_UNIQUE` (`short_name`) -) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -83,6 +83,7 @@ INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#00000 INSERT INTO `container` VALUES (17,'ALBW','A Link Between Worlds','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); INSERT INTO `container` VALUES (18,'TFH','Tri Force Heroes','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); INSERT INTO `container` VALUES (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5); +INSERT INTO `container` VALUES (20,'TotK','Tears of the Kingdom','markers/','png','#DEECFD','Tears-of-the-Kingdom',0,1,1,0,1,128,-128,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3); /*!40000 ALTER TABLE `container` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; @@ -95,4 +96,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-03-30 14:31:35 +-- Dump completed on 2023-04-05 17:08:09 diff --git a/docs/Development.md b/docs/Development.md index 6f8e00c7..97003c80 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -20,13 +20,25 @@ # Releases - Done by Jason, from `master` to `production`. - - The release manager must manually set all user accounts `seen_latest_changelog` to `0` (`false`). - Don't want a fresh commit to do this before every release; that would be cruft. - Do this after you deploy the code, to prevent the edge case of a user visiting the site in the small window of time with the old and/or database without the new changelog entries, and would incorrectly set the `seen_latest_changelog`, and even the `last_login` field as well, so once the new data is present, it would not be triggered and shown to them. - Can use this script: `dev/db/resetUsersChangelogSeenPresence.sh` - Make sure to set the MySQL parameters appropriately. See the script header for more details. + - From `master` to `production` by the owner / release manager. + + - When changelog notifications are enabled: + - They must manually set all user accounts `seen_latest_changelog` to `0` (`false`). + - Don't want a fresh commit to do this before every release; that would be cruft. + - Do this after you deploy the code, with database changes. + - This is to prevent the edge case of a user visiting the site in the small window of time with the old database without the new changelog entries, which would incorrectly set the `seen_latest_changelog` flag again, so when the new data is present, it would not be triggered and shown to them. + - Can use this script: `dev/db/resetUsersChangelogSeenPresence.sh` + +# Add new game support + + - Add new database migration to add container entry. + - Source: `dev/db/migrate/20230405204517_container_add_basic_tot_k_support.rb` + - Update sample SQL data files in a focused style. + - `set -x tableNames (read)` + - `./dev/db/createSampleDatabaseExport/run.sh` + - Optional: + - Change default game parameter for container in index page script block, and any other specific SEO data in the head section. + - Test, commit, push, and create a PR! ## Version Info @@ -164,13 +176,27 @@ - Samples: - ActiveRecord Ruby Code - - Main benefit is hopefully more terse and efficient syntax, but also applies to automatically handling bidirectional migration/rollback support with declarative styling. + - Source: http://guides.rubyonrails.org/active_record_migrations.html + - Source: https://www.ralfebert.de/snippets/ruby-rails/models-tables-migrations-cheat-sheet/ + - Note: Main benefit is hopefully more terse and efficient syntax, but also applies to automatically handling bidirectional migration/rollback support with declarative styling. - Add column: - `t.column :hidden, :boolean, null: false, default: 0, after: :version_patch` - Source: `dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb` - - Change column null property: - - `t.change_null :content, false` - - Source: `dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb` + - Changing Columns: + - Source: https://guides.rubyonrails.org/active_record_migrations.html#changing-columns + - Change table common code: + - Source: https://guides.rubyonrails.org/active_record_migrations.html#changing-tables + - Source: https://api.rubyonrails.org/v7.0.4.2/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-change_table + - `change_table :table_name do |t|` + - Then refer to the specific section goal below with the reduced column variants. + - Change column null property: + - `t.change_null :content, false` + - Source: `dev/db/migrate/20230403193442_changelog_add_hidden_field_and_disable_blank_content.rb` + - Change column default value: + - `t.change_default :marker_url, from: '/markers/', to: 'markers/'` + - `change_column_default(:table_name, :column_name, '')` + - Source: `dev/db/migrate/20230405195637_container_update_and_add_defaults.rb` + - Source: https://api.rubyonrails.org/v7.0.4.2/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-change_column_default - Execute Raw SQL: - So far in the migration Ruby code just have the up method typically, but could always support down with the custom opposing statements in later habits where necessary. - Inline statement: @@ -187,9 +213,6 @@ ``` - Multiple Queries: - Add `.lines.each { |line| execute line if line != "\n" }` the string containing the queries separated by newlines. - - More Info: - - http://guides.rubyonrails.org/active_record_migrations.html - - https://www.ralfebert.de/snippets/ruby-rails/models-tables-migrations-cheat-sheet/ ## MySQL Workbench (MWB) File Handling diff --git a/index.html b/index.html index 6c6a6e37..080b064f 100644 --- a/index.html +++ b/index.html @@ -1,149 +1,149 @@ - - - - Breath of the Wild Interactive Map - Zelda Maps - - - - - - + + + + Tears of the Kingdom Interactive Map - Zelda Maps + + + + + + - - - - - - + + + + + + - - + + - - - + + + - + - - - - - - - - + + + + + + + + - - - + + + - - - + + + - + }); + - - + + - - - -
    -
    - - - - -
    -
    - + + + +
    +
    + - - - - -
    + document.getElementById('desktopAds').style.width = adsWidth + 'px'; + document.getElementById('desktopAds').style.height = adsHeight + 'px'; + + + + +
    + - - + + - + @@ -40,124 +45,134 @@ + + +
    +
    - + +
    +
    + + +
    +
    + + + +
    +
    + + - - - -
    -
    - - - - -
    -
    - - - - - -
    + +
    - - + + + + + + + - - - - - -
    - + +
    + +
    + From 7fd76ee340524609e6f0ebadd7d345b532a74c9e Mon Sep 17 00:00:00 2001 From: Pysis Date: Wed, 10 May 2023 14:24:11 -0400 Subject: [PATCH 66/73] Disable changelog viewing by default Added config setting for controlling it. Also organized zmain a bit. Moved functions to a separate `lib` file, so all explicit init logic was more obvious. Organized settings. Included various unrelated, minor changes. --- dev/assets/tiles/pathConversion.fish | 2 +- docs/Development.md | 4 +- javascript.txt | 1 + scripts/util/ZConfig.js | 12 +- scripts/zmain.js | 235 +-------------------------- scripts/zmain.lib.js | 233 ++++++++++++++++++++++++++ scripts/zmap.js | 6 +- 7 files changed, 249 insertions(+), 244 deletions(-) create mode 100644 scripts/zmain.lib.js diff --git a/dev/assets/tiles/pathConversion.fish b/dev/assets/tiles/pathConversion.fish index 6bdcd6e9..ad33bce1 100755 --- a/dev/assets/tiles/pathConversion.fish +++ b/dev/assets/tiles/pathConversion.fish @@ -17,7 +17,7 @@ test -z "$tilesDir"; and set tilesDir "$SDIR/../../../tiles"; altPushd "$tilesDir"; -echo "Processing $tilesDir..."; +echo "Processing \"$tilesDir\"..."; find \ "$tilesDir" \ diff --git a/docs/Development.md b/docs/Development.md index e2ac0650..0b4091b1 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -160,7 +160,7 @@ - Common Commands: - Create a new migration: - - `rake db:new_migration name=(read)` + - `rake db:new_migration name=(read -P 'Migration Proper Name: ')` - Change name subshell to read `read | tr ' ' '_'` on Windows to prevent carriage return characters causing problems. - Then edit content with your features' details. - To apply your newest migration: @@ -267,7 +267,7 @@ ``` - Source: `dev/db/migrate/disabled/20230406031615_submap_add_tot_k_overworld_submaps.rb` - Names: - - Note: Try to keep migration files focused on specific tables. + - Note: The RoR AR Migrations guide may recommend trying to keep migrations focused on a specific table per file. - Format: - Database table, - action, diff --git a/javascript.txt b/javascript.txt index 0e1acd19..905ee6c2 100644 --- a/javascript.txt +++ b/javascript.txt @@ -35,6 +35,7 @@ scripts/controls/ZLayers.js scripts/controls/ZMobileHeaderBar.js scripts/controls/ZLayers.Bottom.js scripts/zmap.js +scripts/zmain.lib.js scripts/zmain.js scripts/util/debug.js scripts/widgets/CategoryButtonCompletedBlock.js diff --git a/scripts/util/ZConfig.js b/scripts/util/ZConfig.js index 642dab22..6821956c 100644 --- a/scripts/util/ZConfig.js +++ b/scripts/util/ZConfig.js @@ -20,11 +20,19 @@ ZConfig = { // Main config set-up with defaults +// Direct Settings // "exact", "focus" (ZU default) ZConfig.setConfig("categorySelectionMethod" , "focus" ); +ZConfig.setConfig("changelog" , 'false' ); +ZConfig.setConfig("collapsed" , 'false' ); +ZConfig.setConfig("errorTileUrl" , '' ); +ZConfig.setConfig("markerClusters" , 'false' ); +ZConfig.setConfig("showInfoControls" , 'false' ); ZConfig.setConfig("tilesBaseURL" , "https://zeldamaps.com/tiles/"); ZConfig.setConfig("tileAxisDirectories" , 'false' ); ZConfig.setConfig("tileZoomDirectories" , 'false' ); + +// Potentially Derived Settings ZConfig.setConfig("tileNameFormat" , ( (ZConfig.getConfig("tileAxisDirectories") == 'true') ? '{z}/{x}/{y}' @@ -32,7 +40,3 @@ ZConfig.setConfig("tileNameFormat" , ( ? '{z}/{x}_{y}' : '{z}_{x}_{y}' )); -ZConfig.setConfig("markerClusters" , 'false' ); -ZConfig.setConfig("showInfoControls" , 'false' ); -ZConfig.setConfig("collapsed" , 'false' ); -ZConfig.setConfig("errorTileUrl" , '' ); diff --git a/scripts/zmain.js b/scripts/zmain.js index e84ff0f6..e35f12f8 100644 --- a/scripts/zmain.js +++ b/scripts/zmain.js @@ -1,196 +1,13 @@ -// This script sets OSName variable as follows: -// "Windows" for all versions of Windows -// "MacOS" for all versions of Macintosh OS -// "Linux" for all versions of Linux -// "UNIX" for all other UNIX flavors -// "Unknown OS" indicates failure to detect the OS - -var OSName="Unknown OS"; -if (navigator.appVersion.indexOf("Win" )!=-1) OSName="Windows" ; -if (navigator.appVersion.indexOf("Mac" )!=-1) OSName="MacOS" ; -if (navigator.appVersion.indexOf("X11" )!=-1) OSName="UNIX" ; -if (navigator.appVersion.indexOf("Linux")!=-1) OSName="Linux" ; - -function getUrlParam(vParam) { - - vParam = vParam.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); - - var regexS = "[\\?&]"+vParam+"=([^&#]*)"; - var regex = new RegExp(regexS); - var vResults = regex.exec(window.location.href); - - if (vResults == null) { - return ""; - } else { - return vResults[1]; - } - -}; - -function setCookie(cname, cvalue, exdays) { - if (exdays) { - var d = new Date(); - d.setTime(d.getTime() + (exdays*24*60*60*1000)); - var expires = "expires="+ d.toUTCString(); - } else { - var d = new Date(); - d.setTime(d.getTime() + (365*24*60*60*1000)); - var expires = "expires="+ d.toUTCString(); - - } - //console.log(expires); - - // Added explicity tag SameSite -> https://www.chromestatus.com/feature/5633521622188032. - document.cookie = cname + "=" + cvalue + ";" + expires + "; SameSite=Lax"; -} - -function getCookie(cname) { - var name = cname + "="; - var decodedCookie = decodeURIComponent(document.cookie); - var ca = decodedCookie.split(';'); - for(var i = 0; i 0) getMarkers(); - }); -}; - -function getUserInfo() { - $.getJSON("ajax.php?command=get_user_info", function(vResults) { - if(vResults.user) zMap.setUser(vResults.user); - updateAdState(); - checkChangelog(vResults.user); - }); -}; - -function checkChangelog(user) { - var lastSeemVersion = getCookie(seenChangelogVersionCookieName); - if (lastSeemVersion == null || lastSeemVersion == "") { - lastSeemVersion = '0.0.0'; - } - - new ChangelogHandler({ - user: user, - seenChangelogVersion: lastSeemVersion, - version: zMap.version - }); - -}; - -function hideLoginControls() { - var controlHeader = $(".leaflet-control-container .leaflet-control-layers-list .row-header") - $(".login-button", controlHeader).parent().hide(); - var searchBoxParent = $(".search-box", controlHeader).parent(); - searchBoxParent.removeClass("col-xs-8"); - searchBoxParent.addClass("col-xs-10"); -} - -function showLoginControls() { - var controlHeader = $(".leaflet-control-container .leaflet-control-layers-list .row-header") - $(".login-button", controlHeader).parent().show(); - var searchBoxParent = $(".search-box", controlHeader).parent(); - searchBoxParent.removeClass("col-xs-10"); - searchBoxParent.addClass("col-xs-8"); -} - -function getMarkers() { - $.getJSON("ajax.php?command=get_markers&game=" + gameId, function(vResults) { - zMap.buildMap(); - getUserInfo(); - zMap.addMarkers(vResults); - zMap.refreshMap(); - zMap.goToStart(); - zMap.goTo({ - map : getUrlParamValue('map' , null ) - , subMap : getUrlParamValue('subMap' , null ) - , marker : getUrlParamValue('marker' , null ) - , zoom : getUrlParamValue('zoom' , 4 ) - , hideOthers : getUrlParamValue('hideOthers', false ) - , hidePin : getUrlParamValue('hidePin' , false ) - }); - }); -}; - zMap = new ZMap(); var gameId = getUrlParam("game"); -// Get value of parameters -function getUrlParamValue(vParamName, vDefaultValue) { - var vParamName = getUrlParam(vParamName); - - if (vParamName == undefined || vParamName == "") { - return vDefaultValue; - } - if (vParamName == "false") { - return false; - } - if (vParamName == "true") { - return true; - } - return vParamName; -}; - -function globalKeyPressHandler(e) { - var evtobj = window.event? event : e - - if (evtobj.key == 'z' && ( - ((OSName != 'MacOS') && evtobj.ctrlKey) || - ((OSName == 'MacOS') && evtobj.metaKey) - )) { - zMap.undoMarkerComplete(); - } -} - $(document).on('keydown', globalKeyPressHandler); // Initial Load // Get map that we want to load (the game ID) $.getJSON( "ajax.php?command=get_container&game=" + gameId, - function(vResults){ + function(vResults) { // Should only get only one map $.each(vResults, function(i, vContainer) { vContainer.showMapControl = getUrlParamValue('showMapControl', vContainer.showMapControl); @@ -255,53 +72,3 @@ $.getJSON( }); }); - -function parseBounds(input) { - function error() { - zlogger.error("Map parameter is invalid: \"" + input + "\". Ignoring, and continuing to load the map with the default view."); - return false; - }; - - var bounds; - - // Try loading as JSON first. - try { - bounds = JSON.parse(input); - } catch(e) { - // Ignore and try other methods. - } - - // Try the CSV/CSL method next if it's not JSON. - if(!bounds) bounds = input.split(','); - if(!bounds) return error(); // We're fresh out of methods we're currently supporting. Error out and be happy (with the default view)! - - // Check if data is not in the format we expect, namely, 4 ordinate elements, or 2 pairs or 2 each. - if(bounds.length != 4 && bounds.length != 2) return error(); - - if(bounds.length == 4) { - bounds = [ - bounds.slice(0, 2), - bounds.slice(2, 4) - ]; - } - - bounds.forEach(function(point) { - point = point.map(parseFloat); - - // Check if the data is not in the format we expect, namely, containing any invalid number ordinate elements. - if(bounds && bounds.includes(NaN)) return error(); - - return point; - }); - - - return bounds; -}; - -function updateAdState() { - var authenticated = !!user; - var mobileAds = document.getElementById("mobileAds"); - if(mobileAds) $(mobileAds).toggleClass("hidden", (!mapControl.isMobile() || authenticated)); - var desktopAds = document.getElementById("desktopAds"); - if(desktopAds) $(desktopAds).toggleClass("hidden", (mapControl.isMobile() || authenticated)); -}; diff --git a/scripts/zmain.lib.js b/scripts/zmain.lib.js new file mode 100644 index 00000000..44b05c7d --- /dev/null +++ b/scripts/zmain.lib.js @@ -0,0 +1,233 @@ +// This script sets OSName variable as follows: +// "Windows" for all versions of Windows +// "MacOS" for all versions of Macintosh OS +// "Linux" for all versions of Linux +// "UNIX" for all other UNIX flavors +// "Unknown OS" indicates failure to detect the OS + +var OSName="Unknown OS"; +if (navigator.appVersion.indexOf("Win" )!=-1) OSName="Windows" ; +if (navigator.appVersion.indexOf("Mac" )!=-1) OSName="MacOS" ; +if (navigator.appVersion.indexOf("X11" )!=-1) OSName="UNIX" ; +if (navigator.appVersion.indexOf("Linux")!=-1) OSName="Linux" ; + +function getUrlParam(vParam) { + + vParam = vParam.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); + + var regexS = "[\\?&]"+vParam+"=([^&#]*)"; + var regex = new RegExp(regexS); + var vResults = regex.exec(window.location.href); + + if (vResults == null) { + return ""; + } else { + return vResults[1]; + } + +}; + +function setCookie(cname, cvalue, exdays) { + if (exdays) { + var d = new Date(); + d.setTime(d.getTime() + (exdays*24*60*60*1000)); + var expires = "expires="+ d.toUTCString(); + } else { + var d = new Date(); + d.setTime(d.getTime() + (365*24*60*60*1000)); + var expires = "expires="+ d.toUTCString(); + + } + //console.log(expires); + + // Added explicity tag SameSite -> https://www.chromestatus.com/feature/5633521622188032. + document.cookie = cname + "=" + cvalue + ";" + expires + "; SameSite=Lax"; +} + +function getCookie(cname) { + var name = cname + "="; + var decodedCookie = decodeURIComponent(document.cookie); + var ca = decodedCookie.split(';'); + for(var i = 0; i 0) getMarkers(); + }); +}; + +function getUserInfo() { + $.getJSON("ajax.php?command=get_user_info", function(vResults) { + if(vResults.user) zMap.setUser(vResults.user); + updateAdState(); + if(ZConfig.getConfig("changelog") == 'true') + checkChangelog(vResults.user); + }); +}; + +function checkChangelog(user) { + var lastSeenVersion = getCookie(seenChangelogVersionCookieName); + if (lastSeenVersion == null || lastSeenVersion == "") { + lastSeenVersion = '0.0.0'; + } + + new ChangelogHandler({ + user: user, + seenChangelogVersion: lastSeenVersion, + version: zMap.version + }); + +}; + +function hideLoginControls() { + var controlHeader = $(".leaflet-control-container .leaflet-control-layers-list .row-header") + $(".login-button", controlHeader).parent().hide(); + var searchBoxParent = $(".search-box", controlHeader).parent(); + searchBoxParent.removeClass("col-xs-8"); + searchBoxParent.addClass("col-xs-10"); +} + +function showLoginControls() { + var controlHeader = $(".leaflet-control-container .leaflet-control-layers-list .row-header") + $(".login-button", controlHeader).parent().show(); + var searchBoxParent = $(".search-box", controlHeader).parent(); + searchBoxParent.removeClass("col-xs-10"); + searchBoxParent.addClass("col-xs-8"); +} + +function getMarkers() { + $.getJSON("ajax.php?command=get_markers&game=" + gameId, function(vResults) { + zMap.buildMap(); + getUserInfo(); + zMap.addMarkers(vResults); + zMap.refreshMap(); + zMap.goToStart(); + zMap.goTo({ + map : getUrlParamValue('map' , null ) + , subMap : getUrlParamValue('subMap' , null ) + , marker : getUrlParamValue('marker' , null ) + , zoom : getUrlParamValue('zoom' , 4 ) + , hideOthers : getUrlParamValue('hideOthers', false ) + , hidePin : getUrlParamValue('hidePin' , false ) + }); + }); +}; + +// Get value of parameters +function getUrlParamValue(vParamName, vDefaultValue) { + var vParamName = getUrlParam(vParamName); + + if (vParamName == undefined || vParamName == "") { + return vDefaultValue; + } + if (vParamName == "false") { + return false; + } + if (vParamName == "true") { + return true; + } + return vParamName; +}; + +function globalKeyPressHandler(e) { + var evtobj = window.event? event : e + + if (evtobj.key == 'z' && ( + ((OSName != 'MacOS') && evtobj.ctrlKey) || + ((OSName == 'MacOS') && evtobj.metaKey) + )) { + zMap.undoMarkerComplete(); + } +} + +function parseBounds(input) { + function error() { + zlogger.error("Map parameter is invalid: \"" + input + "\". Ignoring, and continuing to load the map with the default view."); + return false; + }; + + var bounds; + + // Try loading as JSON first. + try { + bounds = JSON.parse(input); + } catch(e) { + // Ignore and try other methods. + } + + // Try the CSV/CSL method next if it's not JSON. + if(!bounds) bounds = input.split(','); + if(!bounds) return error(); // We're fresh out of methods we're currently supporting. Error out and be happy (with the default view)! + + // Check if data is not in the format we expect, namely, 4 ordinate elements, or 2 pairs or 2 each. + if(bounds.length != 4 && bounds.length != 2) return error(); + + if(bounds.length == 4) { + bounds = [ + bounds.slice(0, 2), + bounds.slice(2, 4) + ]; + } + + bounds.forEach(function(point) { + point = point.map(parseFloat); + + // Check if the data is not in the format we expect, namely, containing any invalid number ordinate elements. + if(bounds && bounds.includes(NaN)) return error(); + + return point; + }); + + + return bounds; +}; + +function updateAdState() { + var authenticated = !!user; + var mobileAds = document.getElementById("mobileAds"); + if(mobileAds) $(mobileAds).toggleClass("hidden", (!mapControl.isMobile() || authenticated)); + var desktopAds = document.getElementById("desktopAds"); + if(desktopAds) $(desktopAds).toggleClass("hidden", (mapControl.isMobile() || authenticated)); +}; diff --git a/scripts/zmap.js b/scripts/zmap.js index a6c6fae5..79fb5a86 100644 --- a/scripts/zmap.js +++ b/scripts/zmap.js @@ -24,12 +24,12 @@ function ZMap() { this.markerIconSmall; this.markerIconMedium; - this.errorTileUrl = ZConfig.getConfig("errorTileUrl"); + this.errorTileUrl = ZConfig.getConfig("errorTileUrl" ); this.tileNameFormat = ZConfig.getConfig("tileNameFormat"); this.tilesBaseURL = ZConfig.getConfig("tilesBaseURL" ); - // @TODO: This is a WORKAROUND. Icon should be on the same folder as the tiled map itself. - // For now, since we don`t want to bother Matthew, we are creating a new folder in th ecode + // @TODO: This is a WORKAROUND. Icon should be in the same folder as the tiled map itself. + // For now, since we don`t want to bother Matthew, we are creating a new folder in the code // In the future, we need to move the icon.png of every map to the tiledmap and change defaultIconURL to defaultTilesURL this.defaultIconURL = 'images/icons/'; From 2782b4feb766e28c736485e7f43a5c13049f8569 Mon Sep 17 00:00:00 2001 From: Pysis Date: Thu, 11 May 2023 13:07:30 -0400 Subject: [PATCH 67/73] Add migration for TotK data Added doc. --- .../migrate/20230509201500_add_tot_k_data.rb | 81 +++++++++++++++++++ docs/Development.md | 36 ++++++++- 2 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 dev/db/migrate/20230509201500_add_tot_k_data.rb diff --git a/dev/db/migrate/20230509201500_add_tot_k_data.rb b/dev/db/migrate/20230509201500_add_tot_k_data.rb new file mode 100644 index 00000000..1aeda7d4 --- /dev/null +++ b/dev/db/migrate/20230509201500_add_tot_k_data.rb @@ -0,0 +1,81 @@ +class AddTotKData < ActiveRecord::Migration[7.0] + def sqlFileNames + [ + '1-container' , + '2-map' , + '3-submap' , + '4-marker_category' , + '5-marker' + ] + end + + def database + connection.instance_variable_get(:@config)[:database] + end + + def up + filePathPattern = "#{__dir__}/sql/" + + File.basename(__FILE__). + sub(/\.rb$/i, '/%s.sql') + + sqlFileNames.each do |sqlFileName| + sqlFile = sprintf(filePathPattern, sqlFileName); + execute File.open(sqlFile).read + end + end + + def down + execute <<-SQL + DELETE FROM `marker` + WHERE `marker_category_id` BETWEEN 2100 AND 2300 + ; + SQL + execute <<-SQL + ALTER TABLE `marker` + AUTO_INCREMENT=12522 + ; + SQL + + execute <<-SQL + DELETE FROM `marker_category` + WHERE `id` BETWEEN 2100 AND 2300 + AND `parent_id` IS NOT NULL + ; + SQL + execute <<-SQL + DELETE FROM `marker_category` + WHERE `id` BETWEEN 2100 AND 2300 + AND `parent_id` IS NULL + ; + SQL + execute <<-SQL + ALTER TABLE `marker_category` + AUTO_INCREMENT=1970 + ; + SQL + + execute <<-SQL + DELETE FROM `submap` + WHERE `map_id` BETWEEN 2101 AND 2103 + ; + SQL + + execute <<-SQL + DELETE FROM `map` + WHERE `id` BETWEEN 2101 AND 2103 + ; + SQL + + execute <<-SQL + DELETE FROM `container` + WHERE `id` = 21 + ; + SQL + execute <<-SQL + ALTER TABLE `container` + AUTO_INCREMENT=20 + ; + SQL + + end +end diff --git a/docs/Development.md b/docs/Development.md index 0b4091b1..92bc00e6 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -160,7 +160,7 @@ - Common Commands: - Create a new migration: - - `rake db:new_migration name=(read -P 'Migration Proper Name: ')` + - `rake db:new_migration name=(read -P 'Migration Proper Name: ' | tr -d ' ')` - Change name subshell to read `read | tr ' ' '_'` on Windows to prevent carriage return characters causing problems. - Then edit content with your features' details. - To apply your newest migration: @@ -212,11 +212,33 @@ SQL ``` - External file: - - ``` + - Code: ``` execute File.open( 'dev/db/migrate/sql/20210811040936_users_add_new_placeholders_for_new_marker_contributions.sql' ).read ``` + - External files: + - Code: ``` + def sqlFileNames + [ + '1-container' , + '2-map' , + '3-submap' , + '4-marker_category' , + '5-marker' + ] + end + ``` + ``` + filePathPattern = "#{__dir__}/sql/" + + File.basename(__FILE__). + sub(/\.rb$/i, '/%s.sql') + + sqlFileNames.each do |sqlFileName| + sqlFile = sprintf(filePathPattern, sqlFileName); + execute File.open(sqlFile).read + end + ``` - Multiple Queries: - Add `.lines.each { |line| execute line if line != "\n" }` the string containing the queries separated by newlines. - Specific Goals: @@ -242,7 +264,8 @@ ``` - Source: `dev/db/migrate/disabled/20230406031615_submap_add_tot_k_overworld_submaps.rb` - Reverting the auto increment value: - - Code: ``` + - Note: Be sure to check if the table actually has auto increment column(s). + - Code (Dynamic): ``` def database connection.instance_variable_get(:@config)[:database] end @@ -265,6 +288,13 @@ ; SQL ``` + - Code (Manual): ``` + execute <<-SQL + ALTER TABLE `mapper` + AUTO_INCREMENT=... + ; + SQL + ``` - Source: `dev/db/migrate/disabled/20230406031615_submap_add_tot_k_overworld_submaps.rb` - Names: - Note: The RoR AR Migrations guide may recommend trying to keep migrations focused on a specific table per file. From 7847e4584b8106ed484b455687ba5ae719e4ba52 Mon Sep 17 00:00:00 2001 From: danilopassos Date: Thu, 11 May 2023 13:59:13 -0400 Subject: [PATCH 68/73] Add TotK migration data - stage 1 Split and cleaned data received from recent data mining. --- .../1-container.sql | 3 + .../20230509201500_add_tot_k_data/2-map.sql | 5 + .../3-submap.sql | 5 + .../4-marker_category.sql | 49 + .../5-marker.sql | 1755 ++++++++++++++++ dev/db/samples/tingle/container.sql | 7 +- dev/db/samples/tingle/map.sql | 7 +- dev/db/samples/tingle/marker.sql | 1759 ++++++++++++++++- dev/db/samples/tingle/marker_category.sql | 53 +- dev/db/samples/tingle/schema_migrations.sql | 5 +- dev/db/samples/tingle/submap.sql | 7 +- 11 files changed, 3640 insertions(+), 15 deletions(-) create mode 100644 dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql create mode 100644 dev/db/migrate/sql/20230509201500_add_tot_k_data/2-map.sql create mode 100644 dev/db/migrate/sql/20230509201500_add_tot_k_data/3-submap.sql create mode 100644 dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql create mode 100644 dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql new file mode 100644 index 00000000..3e1b0750 --- /dev/null +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql @@ -0,0 +1,3 @@ +INSERT INTO `container` VALUES + (21,'TotK','Tears of the Kingdom','/markers/','png','#DEECFD','Breath-of-the-Wild',0,1,1,0,1,70,-59,0,0,-118,141,8,9,50,256,23,23,16,16,5,1,4) +; diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/2-map.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/2-map.sql new file mode 100644 index 00000000..fcbcb7b7 --- /dev/null +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/2-map.sql @@ -0,0 +1,5 @@ +INSERT INTO `map` VALUES + (2101,21,'Hyrule',1,1,8,'',1,1), + (2102,21,'Sky',0,1,8,'',1,1), + (2103,21,'Underground',0,1,8,'',1,1) +; diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/3-submap.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/3-submap.sql new file mode 100644 index 00000000..3313bafe --- /dev/null +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/3-submap.sql @@ -0,0 +1,5 @@ +INSERT INTO `submap` VALUES + (2101,2101,1,NULL,'Overworld',0,'totk/hyrule/ground/','png','404',1,0,1,1), + (2102,2102,1,NULL,'Sky',0,'totk/hyrule/sky/','png','404',1,0,1,1), + (2103,2103,1,NULL,'Underground',0,'totk/hyrule/underground/','png','404',1,0,1,1) +; diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql new file mode 100644 index 00000000..b5ee0eb2 --- /dev/null +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql @@ -0,0 +1,49 @@ +INSERT INTO `marker_category` VALUES + (2101,NULL,1,21,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',5,1), + (2102,NULL,1,21,'Equipment',1,'BotW_Equipment','#ffad48',7,1), + (2103,2102,1,21,'Weapons',1,'BotW_Weapons','#ffad48',7,1), + (2104,2102,1,21,'Bows & Arrows',1,'BotW_Bow-n-Arrows','#ffad48',7,1), + (2105,2102,1,21,'Shields',1,'BotW_Shields','#ffad48',7,1), + (2106,2102,1,21,'Armor',1,'BotW_Armor','#ffad48',7,0), + (2110,NULL,1,21,'Items',1,'BotW_Items','#3cbc75',7,1), + (2111,2110,1,21,'Food (Beef)',1,'BotW_Meat','#3cbc75',7,0), + (2112,2110,1,21,'Food (Fish)',1,'BotW_Fish','#3cbc75',7,0), + (2113,2110,1,21,'Herbs',1,'BotW_Herb','#3cbc75',7,0), + (2114,2110,1,21,'Mushrooms',1,'BotW_Mushroom','#3cbc75',7,0), + (2115,2110,1,21,'Materials',1,'BotW_Materials','#3cbc75',7,0), + (2116,2110,1,21,'Korok Seeds',1,'BotW_Korok-Seeds','#3cbc75',4,1), + (2120,NULL,1,21,'Locations',1,'BotW_Locations','#8e72b9',5,1), + (2121,2120,1,21,'Village',1,'BotW_Village','#8e72b9',5,1), + (2122,2120,1,21,'Town (House)',1,'BotW_Farm','#8e72b9',5,0), + (2123,2120,1,21,'Sheikah Tower',1,'BotW_Sheikah-Tower','#8e72b9',0,1), + (2124,2120,1,21,'Shrine of Resurrection',1,'BotW_Shrine-of-Resurrection','#8e72b9',5,0), + (2125,2120,1,21,'Shrine of Trials',1,'BotW_Shrines-of-Trials','#8e72b9',2,1), + (2126,2120,1,21,'Divine Beast',1,'BotW_Dungeon','#8e72b9',5,1), + (2127,2120,1,21,'Temple of Time',1,'BotW_The-Temple-of-Time','#8e72b9',5,0), + (2130,NULL,1,21,'Enemies',1,'BotW_Enemies','#ff422e',5,1), + (2131,2130,1,21,'Enemy Camp',1,'BotW_Enemy-Camp','#ff422e',5,1), + (2132,2130,1,21,'Bubbulfrog',1,'TotK_Bubbulfrog','#ff422e',5,1), + (2133,2130,1,21,'Boss',1,'BotW_Boss','#ff422e',6,0), + (2134,2101,1,21,'Tears',1,'BotW_Memories','#4bc5ee',6,1), + (2135,2101,1,21,'Side-Quests',1,'BotW_Side-Quest','#4bc5ee',6,1), + (2136,2101,1,21,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',8,1), + (2137,2120,1,21,'Great Fairy',1,'BotW_Great-Fairy','#8e72b9',5,1), + (2138,2120,1,21,'Stables',1,'BotW_Stables','#8e72b9',5,1), + (2139,2130,1,21,'Wizzrobe',1,'BotW_Wizzrobe','#ff422e',6,1), + (2140,2130,1,21,'Lynel',1,'BotW_Lynel','#ff422e',6,1), + (2141,2130,1,21,'Talus',1,'BotW_Boss','#ff422e',6,1), + (2142,2130,1,21,'Hinox',1,'BotW_Hinox','#ff422e',6,1), + (2143,2110,1,21,'Treasure Chest (Non-Equip.)',1,'BotW_Treasure-Chest','#3cbc75',6,1), + (2144,2102,1,21,'Treasure Chest (Equip.)',1,'BotW_Treasure-Chest','#ffad48',6,1), + (2145,2110,1,21,'Blupee',1,'BotW_Blupee','#3cbc75',7,1), + (2146,2101,1,21,'Diary & Books',1,'BotW_Book','#4bc5ee',8,1), + (2147,2130,1,21,'Molduga',1,'BotW_Boss','#ff422e',6,1), + (2148,2101,1,21,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1), + (2149,2101,1,21,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1), + (2150,2101,1,21,'Wells',1,'TotK_Wells','#4bc5ee',6,1), + (2151,2101,1,21,'Caves',1,'TotK_Caves','#4bc5ee',6,1), + (2152,2101,1,21,'Chasm',1,'TotK_Chasms','#4bc5ee',6,1), + (2153,2130,1,21,'Gleeok',1,'TotK_Gleeok','#ff422e',6,1), + (2154,2130,1,21,'Flux Construct',1,'TotK_FluxConstruct','#ff422e',6,1), + (2155,2101,1,21,'NPCs',1,'TotK_Npc','#4bc5ee',6,1) +; diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql new file mode 100644 index 00000000..918552d3 --- /dev/null +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql @@ -0,0 +1,1755 @@ +INSERT INTO `marker` VALUES + (12522,2101,NULL,2,2103,1,'Torch','',51.252984375,-28.26083203125,0,0,1,'2023-05-06 00:00:00'), + (12523,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',54.35912109375001,-30.9538359375,0,0,1,'2023-05-06 00:00:00'), + (12524,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.3731015625,-30.95881640625,0,0,1,'2023-05-06 00:00:00'), + (12525,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',54.38746875,-30.9500390625,0,0,1,'2023-05-06 00:00:00'), + (12526,2101,NULL,2,2103,1,'Sturdy Thick Stick','',54.32840624999999,-30.7315546875,0,0,1,'2023-05-06 00:00:00'), + (12527,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.3376875,-31.9467890625,0,0,1,'2023-05-06 00:00:00'), + (12528,2101,NULL,2,2105,1,'Rusty Shield','',54.35485546875,-30.449578125,0,0,1,'2023-05-06 00:00:00'), + (12529,2101,NULL,2,2103,1,'Rusty Claymore','',55.8215390625,-30.0868359375,0,0,1,'2023-05-06 00:00:00'), + (12530,2101,NULL,2,2103,1,'Rusty Broadsword','',56.23848046875,-29.62723828125,0,0,1,'2023-05-06 00:00:00'), + (12531,2101,NULL,2,2103,1,'Rusty Halberd','',57.30684375,-27.36065625,0,0,1,'2023-05-06 00:00:00'), + (12532,2101,NULL,2,2103,1,'Soup Ladle','',48.75401953125,-30.18305859375,0,0,1,'2023-05-06 00:00:00'), + (12533,2101,NULL,2,2103,1,'Rusty Halberd','',54.22681640624999,-32.7556640625,0,0,1,'2023-05-06 00:00:00'), + (12534,2101,NULL,2,2103,1,'Rusty Broadsword','',54.5118984375,-31.70567578125,0,0,1,'2023-05-06 00:00:00'), + (12535,2101,NULL,2,2103,1,'Rusty Claymore','',54.44328515625,-31.76358984375,0,0,1,'2023-05-06 00:00:00'), + (12536,2101,NULL,2,2104,1,'Knight\'s Bow','',58.24989843749999,-27.3715078125,0,0,1,'2023-05-06 00:00:00'), + (12537,2101,NULL,2,2103,1,'Rusty Claymore','',57.49908984375,-26.6642578125,0,0,1,'2023-05-06 00:00:00'), + (12538,2101,NULL,2,2105,1,'Pot Lid','',50.75637890625,-28.716515625,0,0,1,'2023-05-06 00:00:00'), + (12539,2101,NULL,2,2103,1,'Thick Stick','',50.89695703125,-28.3125703125,0,0,1,'2023-05-06 00:00:00'), + (12540,2101,NULL,2,2103,1,'Torch','',50.28092578125,-34.2559453125,0,0,1,'2023-05-06 00:00:00'), + (12541,2101,NULL,2,2105,1,'Boko Shield','',49.15292578125,-32.6695078125,0,0,1,'2023-05-06 00:00:00'), + (12542,2101,NULL,2,2103,1,'Wooden Stick','',49.14387890625,-32.67322265625,0,0,1,'2023-05-06 00:00:00'), + (12543,2101,NULL,2,2103,1,'Soldier\'s Claymore','',49.11795703124999,-32.68341796875,0,0,1,'2023-05-06 00:00:00'), + (12544,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.70032421875001,-27.855515625,0,0,1,'2023-05-06 00:00:00'), + (12545,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.70812890625,-27.87216796875,0,0,1,'2023-05-06 00:00:00'), + (12546,2101,NULL,2,2103,1,'Knight\'s Claymore','',54.7155234375,-27.90256640625,0,0,1,'2023-05-06 00:00:00'), + (12547,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',53.74981640625,-31.10490234375,0,0,1,'2023-05-06 00:00:00'), + (12548,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',55.30316015624999,-29.61317578125,0,0,1,'2023-05-06 00:00:00'), + (12549,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',48.845671875,-30.1823203125,0,0,1,'2023-05-06 00:00:00'), + (12550,2101,NULL,2,2105,1,'Rusty Shield','',48.93706640625,-38.3399296875,0,0,1,'2023-05-06 00:00:00'), + (12551,2101,NULL,2,2103,1,'Rusty Broadsword','',49.70183203125,-39.2958515625,0,0,1,'2023-05-06 00:00:00'), + (12552,2101,NULL,2,2103,1,'Rusty Broadsword','',50.27569921875,-38.83817578125,0,0,1,'2023-05-06 00:00:00'), + (12553,2101,NULL,2,2103,1,'Rusty Halberd','',50.34800390625,-39.06936328125,0,0,1,'2023-05-06 00:00:00'), + (12554,2101,NULL,2,2105,1,'Rusty Shield','',55.62584765624999,-36.842859375,0,0,1,'2023-05-06 00:00:00'), + (12555,2101,NULL,2,2103,1,'Rusty Broadsword','',56.27180859375,-46.38440625,0,0,1,'2023-05-06 00:00:00'), + (12556,2101,NULL,2,2103,1,'Rusty Broadsword','',55.91087109375,-46.7720625,0,0,1,'2023-05-06 00:00:00'), + (12557,2101,NULL,2,2103,1,'Rusty Broadsword','',56.4733828125,-46.242937500000004,0,0,1,'2023-05-06 00:00:00'), + (12558,2101,NULL,2,2103,1,'Torch','',54.352875,-49.96641796875001,0,0,1,'2023-05-06 00:00:00'), + (12559,2101,NULL,2,2103,1,'Torch','',54.91852734375,-48.994590234374996,0,0,1,'2023-05-06 00:00:00'), + (12560,2101,NULL,2,2103,1,'Thick Stick','',48.19809375000001,-55.8354609375,0,0,1,'2023-05-06 00:00:00'), + (12561,2101,NULL,2,2103,1,'Thick Stick','',49.85259375,-47.571036328125,0,0,1,'2023-05-06 00:00:00'), + (12562,2101,NULL,2,2103,1,'Long Stick','',49.856671875,-47.557340625,0,0,1,'2023-05-06 00:00:00'), + (12563,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',47.52772265625,-62.54796328125,0,0,1,'2023-05-06 00:00:00'), + (12564,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',47.3476640625,-62.42368125,0,0,1,'2023-05-06 00:00:00'), + (12565,2101,NULL,2,2103,1,'Farming Hoe','',47.495953125,-62.81671171875,0,0,1,'2023-05-06 00:00:00'), + (12566,2101,NULL,2,2105,1,'Rusty Shield','',54.26097656250001,-62.027429296875,0,0,1,'2023-05-06 00:00:00'), + (12567,2101,NULL,2,2103,1,'Rusty Halberd','',54.5723203125,-61.6614046875,0,0,1,'2023-05-06 00:00:00'), + (12568,2101,NULL,2,2103,1,'Rusty Claymore','',54.48319921875,-61.606723828125,0,0,1,'2023-05-06 00:00:00'), + (12569,2101,NULL,2,2105,1,'Rusty Shield','',54.86548828124999,-61.654140234375,0,0,1,'2023-05-06 00:00:00'), + (12570,2101,NULL,2,2103,1,'Rusty Claymore','',54.80546484375,-61.608022265625,0,0,1,'2023-05-06 00:00:00'), + (12571,2101,NULL,2,2103,1,'Rusty Broadsword','',54.30814453125,-61.162672265625,0,0,1,'2023-05-06 00:00:00'), + (12572,2101,NULL,2,2103,1,'Rusty Claymore','',54.29821875,-60.984563671875,0,0,1,'2023-05-06 00:00:00'), + (12573,2101,NULL,2,2103,1,'Rusty Claymore','',53.90044921875,-61.18665234375,0,0,1,'2023-05-06 00:00:00'), + (12574,2101,NULL,2,2105,1,'Rusty Shield','',53.8694765625,-61.18307578125,0,0,1,'2023-05-06 00:00:00'), + (12575,2101,NULL,2,2103,1,'Rusty Broadsword','',53.829140625,-61.559513671875,0,0,1,'2023-05-06 00:00:00'), + (12576,2101,NULL,2,2103,1,'Rusty Broadsword','',55.054640625,-61.5642375,0,0,1,'2023-05-06 00:00:00'), + (12577,2101,NULL,2,2103,1,'Thick Stick','',56.7301171875,-59.67182109375,0,0,1,'2023-05-06 00:00:00'), + (12578,2101,NULL,2,2103,1,'Thick Stick','',55.8706640625,-62.311381640625,0,0,1,'2023-05-06 00:00:00'), + (12579,2101,NULL,2,2105,1,'Rusty Shield','',55.72224609375,-68.257238671875,0,0,1,'2023-05-06 00:00:00'), + (12580,2101,NULL,2,2103,1,'Wooden Stick','',48.99655078125,-65.026716796875,0,0,1,'2023-05-06 00:00:00'), + (12581,2101,NULL,2,2103,1,'Long Stick','',56.16179296875,-62.460834375,0,0,1,'2023-05-06 00:00:00'), + (12582,2101,NULL,2,2103,1,'Thick Stick','',56.23306640625,-62.4384234375,0,0,1,'2023-05-06 00:00:00'), + (12583,2101,NULL,2,2103,1,'Wooden Stick','',56.19046875,-62.27451328125,0,0,1,'2023-05-06 00:00:00'), + (12584,2101,NULL,2,2103,1,'Long Stick','',56.21389453125,-62.28289453125,0,0,1,'2023-05-06 00:00:00'), + (12585,2101,NULL,2,2103,1,'Torch','',58.5427734375,-78.97265625,0,0,1,'2023-05-06 00:00:00'), + (12586,2101,NULL,2,2105,1,'Rusty Shield','',57.26966015625001,-72.102703125,0,0,1,'2023-05-06 00:00:00'), + (12587,2101,NULL,2,2103,1,'Rusty Halberd','',57.48796875,-72.3834609375,0,0,1,'2023-05-06 00:00:00'), + (12588,2101,NULL,2,2104,1,'Spiked Boko Bow','',56.22339843749999,-71.48408203125,0,0,1,'2023-05-06 00:00:00'), + (12589,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',56.2241015625,-71.51237109375,0,0,1,'2023-05-06 00:00:00'), + (12590,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',56.22472265625,-71.52929296875001,0,0,1,'2023-05-06 00:00:00'), + (12591,2101,NULL,2,2103,1,'Traveler\'s Sword','',50.9000390625,-84.55109765625,0,0,1,'2023-05-06 00:00:00'), + (12592,2101,NULL,2,2105,1,'Traveler\'s Shield','',52.70166796875,-41.26360546875,0,0,1,'2023-05-06 00:00:00'), + (12593,2101,NULL,2,2104,1,'Wooden Bow','',52.683,-41.312296875,0,0,1,'2023-05-06 00:00:00'), + (12594,2101,NULL,2,2103,1,'Wooden Stick','',52.69171875,-41.292609375,0,0,1,'2023-05-06 00:00:00'), + (12595,2101,NULL,2,2103,1,'Traveler\'s Sword','',52.69901953125,-41.272171875,0,0,1,'2023-05-06 00:00:00'), + (12596,2101,NULL,2,2103,1,'Rusty Halberd','',55.909125,-46.19869921875,0,0,1,'2023-05-06 00:00:00'), + (12597,2101,NULL,2,2105,1,'Traveler\'s Shield','',57.641765625,-44.6164453125,0,0,1,'2023-05-06 00:00:00'), + (12598,2101,NULL,2,2103,1,'Thick Stick','',57.537140625,-37.67241796875,0,0,1,'2023-05-06 00:00:00'), + (12599,2101,NULL,2,2103,1,'Long Stick','',57.55257421875,-37.6783359375,0,0,1,'2023-05-06 00:00:00'), + (12600,2101,NULL,2,2103,1,'Thick Stick','',51.8381953125,-39.8476171875,0,0,1,'2023-05-06 00:00:00'), + (12601,2101,NULL,2,2103,1,'Traveler\'s Sword','',57.62827734375,-44.6007890625,0,0,1,'2023-05-06 00:00:00'), + (12602,2101,NULL,2,2103,1,'Rusty Halberd','',53.509769531249994,-46.48330078125,0,0,1,'2023-05-06 00:00:00'), + (12603,2101,NULL,2,2103,1,'Rusty Halberd','',53.521875,-46.46028515625,0,0,1,'2023-05-06 00:00:00'), + (12604,2101,NULL,2,2103,1,'Wooden Stick','',54.10095703125,-43.3797890625,0,0,1,'2023-05-06 00:00:00'), + (12605,2101,NULL,2,2105,1,'Wooden Shield','',54.09716015625,-43.385625,0,0,1,'2023-05-06 00:00:00'), + (12606,2101,NULL,2,2103,1,'Wooden Stick','',54.11389453125,-43.355671875,0,0,1,'2023-05-06 00:00:00'), + (12607,2101,NULL,2,2103,1,'Throwing Spear','',54.1171875,-43.3359375,0,0,1,'2023-05-06 00:00:00'), + (12608,2101,NULL,2,2105,1,'Soldier’s Shield','',47.11906640625,-58.211693203124995,0,0,1,'2023-05-06 00:00:00'), + (12609,2101,NULL,2,2103,1,'Knight\'s Broadsword','',47.1257109375,-58.21555980468751,0,0,1,'2023-05-06 00:00:00'), + (12610,2101,NULL,2,2103,1,'Thick Stick','',47.16369140625,-58.23776964843751,0,0,1,'2023-05-06 00:00:00'), + (12611,2101,NULL,2,2103,1,'Wooden Mop','',54.43632421875,-50.384213671875,0,0,1,'2023-05-06 00:00:00'), + (12612,2101,NULL,2,2103,1,'Soldier\'s Claymore','',48.99901171875,-65.0684203125,0,0,1,'2023-05-06 00:00:00'), + (12613,2101,NULL,2,2105,1,'Pot Lid','',50.37038671875,-79.48688671875,0,0,1,'2023-05-06 00:00:00'), + (12614,2101,NULL,2,2103,1,'Torch','',50.48832421874999,-79.44031640625,0,0,1,'2023-05-06 00:00:00'), + (12615,2101,NULL,2,2103,1,'Farming Hoe','',53.25672656250001,-73.59031640625,0,0,1,'2023-05-06 00:00:00'), + (12616,2101,NULL,2,2103,1,'Thick Stick','',47.6791171875,-71.73984375,0,0,1,'2023-05-06 00:00:00'), + (12617,2101,NULL,2,2105,1,'Rusty Shield','',50.187796875,-74.77013671875,0,0,1,'2023-05-06 00:00:00'), + (12618,2101,NULL,2,2105,1,'Pot Lid','',53.52505078124999,-73.70148046875,0,0,1,'2023-05-06 00:00:00'), + (12619,2101,NULL,2,2103,1,'Torch','',53.526890625,-73.66965234375,0,0,1,'2023-05-06 00:00:00'), + (12620,2101,NULL,2,2103,1,'Thick Stick','',53.8342265625,-73.2243046875,0,0,1,'2023-05-06 00:00:00'), + (12621,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.54163281250001,-73.993265625,0,0,1,'2023-05-06 00:00:00'), + (12622,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',50.85992578125001,-93.666328125,0,0,1,'2023-05-06 00:00:00'), + (12623,2101,NULL,2,2103,1,'Traveler\'s Claymore','',50.854007812499994,-93.61719140624999,0,0,1,'2023-05-06 00:00:00'), + (12624,2101,NULL,2,2103,1,'Soldier\'s Spear','',50.84175,-93.63783984375,0,0,1,'2023-05-06 00:00:00'), + (12625,2101,NULL,2,2103,1,'Royal Claymore','',55.19750390625,-84.63348046875,0,0,1,'2023-05-06 00:00:00'), + (12626,2101,NULL,2,2103,1,'Soldier\'s Spear','',50.9043515625,-84.51758203124999,0,0,1,'2023-05-06 00:00:00'), + (12627,2101,NULL,2,2103,1,'Traveler\'s Sword','',49.880953125,-87.9358828125,0,0,1,'2023-05-06 00:00:00'), + (12628,2101,NULL,2,2103,1,'Traveler\'s Claymore','',49.87544531250001,-87.8868515625,0,0,1,'2023-05-06 00:00:00'), + (12629,2101,NULL,2,2103,1,'Traveler\'s Spear','',49.86392578125,-87.9086484375,0,0,1,'2023-05-06 00:00:00'), + (12630,2101,NULL,2,2105,1,'Soldier’s Shield','',50.8958203125,-84.56119921875,0,0,1,'2023-05-06 00:00:00'), + (12631,2101,NULL,2,2103,1,'Thick Stick','',50.73406640625,-83.9771953125,0,0,1,'2023-05-06 00:00:00'), + (12632,2101,NULL,2,2103,1,'Thick Stick','',48.3273046875,-91.816171875,0,0,1,'2023-05-06 00:00:00'), + (12633,2101,NULL,2,2103,1,'Thick Stick','',48.12514453125,-87.6463125,0,0,1,'2023-05-06 00:00:00'), + (12634,2101,NULL,2,2103,1,'Thick Stick','',50.978203125,-85.2717421875,0,0,1,'2023-05-06 00:00:00'), + (12635,2101,NULL,2,2103,1,'Thick Stick','',51.0267890625,-83.243015625,0,0,1,'2023-05-06 00:00:00'), + (12636,2101,NULL,2,2103,1,'Traveler\'s Sword','',48.11457421875,-83.897578125,0,0,1,'2023-05-06 00:00:00'), + (12637,2101,NULL,2,2103,1,'Traveler\'s Claymore','',48.07780078125,-83.916,0,0,1,'2023-05-06 00:00:00'), + (12638,2101,NULL,2,2103,1,'Soldier\'s Spear','',48.09221484375,-83.9204765625,0,0,1,'2023-05-06 00:00:00'), + (12639,2101,NULL,2,2104,1,'Spiked Boko Bow','',48.27884765625,-82.68708984375,0,0,1,'2023-05-06 00:00:00'), + (12640,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',48.259078125,-82.69702734375,0,0,1,'2023-05-06 00:00:00'), + (12641,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',48.2421796875,-82.70492578125,0,0,1,'2023-05-06 00:00:00'), + (12642,2101,NULL,2,2103,1,'Thick Stick','',48.29148046875,-85.98833203125,0,0,1,'2023-05-06 00:00:00'), + (12643,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',54.03322265625,-103.73258203125,0,0,1,'2023-05-06 00:00:00'), + (12644,2101,NULL,2,2103,1,'Traveler\'s Claymore','',54.0261796875,-103.6925390625,0,0,1,'2023-05-06 00:00:00'), + (12645,2101,NULL,2,2103,1,'Traveler\'s Spear','',54.01434375,-103.7059921875,0,0,1,'2023-05-06 00:00:00'), + (12646,2101,NULL,2,2103,1,'Traveler\'s Sword','',56.40830859375,-94.05178125,0,0,1,'2023-05-06 00:00:00'), + (12647,2101,NULL,2,2103,1,'Traveler\'s Spear','',56.39987109375,-94.076765625,0,0,1,'2023-05-06 00:00:00'), + (12648,2101,NULL,2,2103,1,'Wooden Stick','',49.1878125,-97.57120312500001,0,0,1,'2023-05-06 00:00:00'), + (12649,2101,NULL,2,2103,1,'Traveler\'s Sword','',54.24537890625,-94.3798828125,0,0,1,'2023-05-06 00:00:00'), + (12650,2101,NULL,2,2103,1,'Traveler\'s Spear','',54.26909765625,-94.3896328125,0,0,1,'2023-05-06 00:00:00'), + (12651,2101,NULL,2,2103,1,'Strong Zonaite Spear','',59.44503046875,-17.372015624999996,0,0,1,'2023-05-06 00:00:00'), + (12652,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',61.327243359375,-16.43628515625,0,0,1,'2023-05-06 00:00:00'), + (12653,2101,NULL,2,2105,1,'Strong Zonaite Shield','',61.01915625,-16.8680390625,0,0,1,'2023-05-06 00:00:00'), + (12654,2101,NULL,2,2103,1,'Tree Branch','',61.275101953124995,-45.90740625,0,0,1,'2023-05-06 00:00:00'), + (12655,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',69.489063984375,-47.103251953125,0,0,1,'2023-05-06 00:00:00'), + (12656,2101,NULL,2,2103,1,'Traveler\'s Spear','',67.529757421875,-49.297756640625,0,0,1,'2023-05-06 00:00:00'), + (12657,2101,NULL,2,2103,1,'Soldier\'s Spear','',67.55448867187499,-49.272046875,0,0,1,'2023-05-06 00:00:00'), + (12658,2101,NULL,2,2103,1,'Soldier\'s Claymore','',67.6111921875,-49.260130078125,0,0,1,'2023-05-06 00:00:00'), + (12659,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.619626171875,-49.26837421875,0,0,1,'2023-05-06 00:00:00'), + (12660,2101,NULL,2,2103,1,'Soldier\'s Claymore','',67.849030078125,-49.56689648437499,0,0,1,'2023-05-06 00:00:00'), + (12661,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',69.819532734375,-48.43130390625001,0,0,1,'2023-05-06 00:00:00'), + (12662,2101,NULL,2,2104,1,'Traveler\'s Bow','',65.82991054687501,-45.57999609375,0,0,1,'2023-05-06 00:00:00'), + (12663,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.22971875,-57.599959921875005,0,0,1,'2023-05-06 00:00:00'), + (12664,2101,NULL,2,2105,1,'Rusty Shield','',55.73879296875,-46.92288046875,0,0,1,'2023-05-06 00:00:00'), + (12665,2101,NULL,2,2103,1,'Rusty Broadsword','',55.19356640625001,-47.258390625,0,0,1,'2023-05-06 00:00:00'), + (12666,2101,NULL,2,2103,1,'Rusty Broadsword','',54.22400390625,-62.018484375,0,0,1,'2023-05-06 00:00:00'), + (12667,2101,NULL,2,2105,1,'Rusty Shield','',54.1659375,-61.38925078125,0,0,1,'2023-05-06 00:00:00'), + (12668,2101,NULL,2,2103,1,'Wooden Stick','',49.0001953125,-65.04549375,0,0,1,'2023-05-06 00:00:00'), + (12669,2101,NULL,2,2103,1,'Traveler\'s Sword','',48.41039062500001,-80.4021328125,0,0,1,'2023-05-06 00:00:00'), + (12670,2101,NULL,2,2103,1,'Soldier\'s Claymore','',48.40287890625,-80.355421875,0,0,1,'2023-05-06 00:00:00'), + (12671,2101,NULL,2,2103,1,'Soldier\'s Spear','',48.38548828125001,-80.371265625,0,0,1,'2023-05-06 00:00:00'), + (12672,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.7933515625,-74.05508203125,0,0,1,'2023-05-06 00:00:00'), + (12673,2101,NULL,2,2104,1,'Traveler\'s Bow','',52.78564453125,-71.561765625,0,0,1,'2023-05-06 00:00:00'), + (12674,2101,NULL,2,2105,1,'Pot Lid','',52.79291015625,-71.5537265625,0,0,1,'2023-05-06 00:00:00'), + (12675,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.4276796875,-73.928390625,0,0,1,'2023-05-06 00:00:00'), + (12676,2101,NULL,2,2105,1,'Rusty Shield','',54.10580859375001,-99.5956640625,0,0,1,'2023-05-06 00:00:00'), + (12677,2101,NULL,2,2103,1,'Rusty Halberd','',53.975589843749994,-99.49238671875,0,0,1,'2023-05-06 00:00:00'), + (12678,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',49.42034765624999,-99.40402734374999,0,0,1,'2023-05-06 00:00:00'), + (12679,2101,NULL,2,2104,1,'Strong Construct Bow','',49.1297109375,-99.25777734374999,0,0,1,'2023-05-06 00:00:00'), + (12680,2101,NULL,2,2104,1,'Boko Bow','',62.473660546874996,-41.02533984375,0,0,1,'2023-05-06 00:00:00'), + (12681,2101,NULL,2,2103,1,'Wooden Stick','',62.48202656250001,-40.99862109375,0,0,1,'2023-05-06 00:00:00'), + (12682,2101,NULL,2,2103,1,'Wooden Stick','',62.48720390625,-40.9824609375,0,0,1,'2023-05-06 00:00:00'), + (12683,2101,NULL,2,2103,1,'Thick Stick','',60.29115234375,-37.38434765625001,0,0,1,'2023-05-06 00:00:00'), + (12684,2101,NULL,2,2103,1,'Soldier\'s Claymore','',65.45038828125,-45.84646875,0,0,1,'2023-05-06 00:00:00'), + (12685,2101,NULL,2,2104,1,'Traveler\'s Bow','',64.92304453125,-46.110140625,0,0,1,'2023-05-06 00:00:00'), + (12686,2101,NULL,2,2105,1,'Soldier’s Shield','',64.917041015625,-46.16241796875,0,0,1,'2023-05-06 00:00:00'), + (12687,2101,NULL,2,2103,1,'Knight\'s Broadsword','',64.90241953124999,-46.13656640625,0,0,1,'2023-05-06 00:00:00'), + (12688,2101,NULL,2,2103,1,'Soldier\'s Claymore','',65.8453640625,-48.35134453124999,0,0,1,'2023-05-06 00:00:00'), + (12689,2101,NULL,2,2103,1,'Traveler\'s Spear','',65.496873046875,-48.638738671875,0,0,1,'2023-05-06 00:00:00'), + (12690,2101,NULL,2,2104,1,'Traveler\'s Bow','',65.46333046875,-48.59258554687499,0,0,1,'2023-05-06 00:00:00'), + (12691,2101,NULL,2,2103,1,'Traveler\'s Claymore','',66.311942578125,-48.851872265625005,0,0,1,'2023-05-06 00:00:00'), + (12692,2101,NULL,2,2103,1,'Traveler\'s Spear','',66.28279921875,-48.89132929687499,0,0,1,'2023-05-06 00:00:00'), + (12693,2101,NULL,2,2104,1,'Soldier’s Bow','',65.707559765625,-48.83206171875,0,0,1,'2023-05-06 00:00:00'), + (12694,2101,NULL,2,2103,1,'Traveler\'s Spear','',69.285738984375,-48.310128515624996,0,0,1,'2023-05-06 00:00:00'), + (12695,2101,NULL,2,2104,1,'Traveler\'s Bow','',68.91328125,-48.712883203125,0,0,1,'2023-05-06 00:00:00'), + (12696,2101,NULL,2,2103,1,'Rusty Broadsword','',69.84675011718751,-54.14787890625,0,0,1,'2023-05-06 00:00:00'), + (12697,2101,NULL,2,2103,1,'Tree Branch','',67.67505703124999,-58.315386796874996,0,0,1,'2023-05-06 00:00:00'), + (12698,2101,NULL,2,2103,1,'Tree Branch','',68.19040078125,-58.1950353515625,0,0,1,'2023-05-06 00:00:00'), + (12699,2101,NULL,2,2103,1,'Tree Branch','',68.341618359375,-57.20300625,0,0,1,'2023-05-06 00:00:00'), + (12700,2101,NULL,2,2103,1,'Tree Branch','',67.38608554687501,-56.59561640625,0,0,1,'2023-05-06 00:00:00'), + (12701,2101,NULL,2,2103,1,'Tree Branch','',66.5490234375,-56.81855859375,0,0,1,'2023-05-06 00:00:00'), + (12702,2101,NULL,2,2103,1,'Tree Branch','',66.50218124999999,-56.83912734375,0,0,1,'2023-05-06 00:00:00'), + (12703,2101,NULL,2,2103,1,'Thick Stick','',59.257330078125,-48.99531796875,0,0,1,'2023-05-06 00:00:00'), + (12704,2101,NULL,2,2105,1,'Traveler\'s Shield','',66.053278125,-48.530859375,0,0,1,'2023-05-06 00:00:00'), + (12705,2101,NULL,2,2103,1,'Rusty Halberd','',62.52359765625,-64.35720703125,0,0,1,'2023-05-06 00:00:00'), + (12706,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',49.52033203125,-91.6248046875,0,0,1,'2023-05-06 00:00:00'), + (12707,2101,NULL,2,2103,1,'Soldier\'s Claymore','',49.49937890625,-91.5805546875,0,0,1,'2023-05-06 00:00:00'), + (12708,2101,NULL,2,2103,1,'Traveler\'s Spear','',49.4948203125,-91.6048125,0,0,1,'2023-05-06 00:00:00'), + (12709,2101,NULL,2,2105,1,'Strong Zonaite Shield','',49.67653125,-99.95190234374999,0,0,1,'2023-05-06 00:00:00'), + (12710,2101,NULL,2,2104,1,'Mighty Construct Bow','',61.754422265624996,-17.477167968750003,0,0,1,'2023-05-06 00:00:00'), + (12711,2101,NULL,2,2104,1,'Strong Construct Bow','',61.578580078125,-16.99362890625,0,0,1,'2023-05-06 00:00:00'), + (12712,2101,NULL,2,2103,1,'Strong Zonaite Sword','',61.435323046875,-17.167734375,0,0,1,'2023-05-06 00:00:00'), + (12713,2101,NULL,2,2104,1,'Boko Bow','',63.838783593749994,-24.36343359375,0,0,1,'2023-05-06 00:00:00'), + (12714,2101,NULL,2,2103,1,'Wooden Stick','',63.855455859375,-24.380085937500002,0,0,1,'2023-05-06 00:00:00'), + (12715,2101,NULL,2,2103,1,'Wooden Stick','',63.863634375,-24.388875000000002,0,0,1,'2023-05-06 00:00:00'), + (12716,2101,NULL,2,2103,1,'Rusty Broadsword','',59.54068359375,-39.448921875,0,0,1,'2023-05-06 00:00:00'), + (12717,2101,NULL,2,2103,1,'Rusty Broadsword','',62.47151953125,-42.713953125,0,0,1,'2023-05-06 00:00:00'), + (12718,2101,NULL,2,2103,1,'Rusty Claymore','',63.14895234375001,-49.487551171875005,0,0,1,'2023-05-06 00:00:00'), + (12719,2101,NULL,2,2103,1,'Rusty Broadsword','',63.001252734375,-49.3187859375,0,0,1,'2023-05-06 00:00:00'), + (12720,2101,NULL,2,2105,1,'Rusty Shield','',62.9335546875,-49.29342421875,0,0,1,'2023-05-06 00:00:00'), + (12721,2101,NULL,2,2103,1,'Rusty Halberd','',62.884456640625004,-49.598813671875,0,0,1,'2023-05-06 00:00:00'), + (12722,2101,NULL,2,2105,1,'Rusty Shield','',63.3222609375,-51.471687890625006,0,0,1,'2023-05-06 00:00:00'), + (12723,2101,NULL,2,2103,1,'Rusty Broadsword','',63.30420234375,-51.474885937500005,0,0,1,'2023-05-06 00:00:00'), + (12724,2101,NULL,2,2105,1,'Rusty Shield','',68.484375,-52.64579765625,0,0,1,'2023-05-06 00:00:00'), + (12725,2101,NULL,2,2105,1,'Rusty Shield','',68.056640625,-52.376953125,0,0,1,'2023-05-06 00:00:00'), + (12726,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.16903671875001,-45.07836328125,0,0,1,'2023-05-06 00:00:00'), + (12727,2101,NULL,2,2105,1,'Traveler\'s Shield','',64.892452734375,-48.546030468750004,0,0,1,'2023-05-06 00:00:00'), + (12728,2101,NULL,2,2104,1,'Traveler\'s Bow','',67.28463046875,-49.858099218750006,0,0,1,'2023-05-06 00:00:00'), + (12729,2101,NULL,2,2104,1,'Soldier’s Bow','',69.3581446875,-48.173605078125,0,0,1,'2023-05-06 00:00:00'), + (12730,2101,NULL,2,2103,1,'Rusty Halberd','',58.59535546875,-53.47608984375,0,0,1,'2023-05-06 00:00:00'), + (12731,2101,NULL,2,2103,1,'Rusty Halberd','',59.70870703125,-54.90547265625,0,0,1,'2023-05-06 00:00:00'), + (12732,2101,NULL,2,2103,1,'Farming Hoe','',61.476009375000004,-55.665319921875,0,0,1,'2023-05-06 00:00:00'), + (12733,2101,NULL,2,2103,1,'Farming Hoe','',67.476826171875,-54.94183359375,0,0,1,'2023-05-06 00:00:00'), + (12734,2101,NULL,2,2103,1,'Wooden Mop','',67.198737890625,-55.081620703125,0,0,1,'2023-05-06 00:00:00'), + (12735,2101,NULL,2,2103,1,'Torch','',66.122844140625,-48.98100234375,0,0,1,'2023-05-06 00:00:00'), + (12736,2101,NULL,2,2105,1,'Traveler\'s Shield','',67.24616484375001,-53.268303515625,0,0,1,'2023-05-06 00:00:00'), + (12737,2101,NULL,2,2103,1,'Traveler\'s Spear','',67.798166015625,-53.65066640625,0,0,1,'2023-05-06 00:00:00'), + (12738,2101,NULL,2,2105,1,'Pot Lid','',67.818165234375,-53.75964375,0,0,1,'2023-05-06 00:00:00'), + (12739,2101,NULL,2,2103,1,'Rusty Broadsword','',70.03797199218751,-60.846507421875,0,0,1,'2023-05-06 00:00:00'), + (12740,2101,NULL,2,2103,1,'Wooden Stick','',63.638741015625,-64.69700859375001,0,0,1,'2023-05-06 00:00:00'), + (12741,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',63.64499648437501,-64.712783203125,0,0,1,'2023-05-06 00:00:00'), + (12742,2101,NULL,2,2104,1,'Traveler\'s Bow','',63.633984375,-64.681640625,0,0,1,'2023-05-06 00:00:00'), + (12743,2101,NULL,2,2104,1,'Boko Bow','',58.90800937499999,-67.13605546875,0,0,1,'2023-05-06 00:00:00'), + (12744,2101,NULL,2,2103,1,'Wooden Stick','',58.889280468749995,-67.11427734375,0,0,1,'2023-05-06 00:00:00'), + (12745,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',58.878783984375005,-67.100942578125,0,0,1,'2023-05-06 00:00:00'), + (12746,2101,NULL,2,2103,1,'Soup Ladle','',66.4836609375,-62.51811328125,0,0,1,'2023-05-06 00:00:00'), + (12747,2101,NULL,2,2103,1,'Wooden Stick','',61.969259765625,-65.33442421875,0,0,1,'2023-05-06 00:00:00'), + (12748,2101,NULL,2,2103,1,'Traveler\'s Spear','',61.96236796875,-65.310590625,0,0,1,'2023-05-06 00:00:00'), + (12749,2101,NULL,2,2103,1,'Thick Stick','',62.378040234375,-63.43605234375,0,0,1,'2023-05-06 00:00:00'), + (12750,2101,NULL,2,2103,1,'Rusty Broadsword','',65.3146875,-73.27030078124999,0,0,1,'2023-05-06 00:00:00'), + (12751,2101,NULL,2,2105,1,'Rusty Shield','',69.60253828124999,-54.069837890625,0,0,1,'2023-05-06 00:00:00'), + (12752,2101,NULL,2,2103,1,'Soup Ladle','',66.3464625,-48.767213671875,0,0,1,'2023-05-06 00:00:00'), + (12753,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.40271367187499,-48.884077734375005,0,0,1,'2023-05-06 00:00:00'), + (12754,2101,NULL,2,2103,1,'Soldier\'s Spear','',66.38782148437501,-48.903937500000005,0,0,1,'2023-05-06 00:00:00'), + (12755,2101,NULL,2,2105,1,'Traveler\'s Shield','',67.5458484375,-49.28084296875,0,0,1,'2023-05-06 00:00:00'), + (12756,2101,NULL,2,2104,1,'Wooden Bow','',67.53642890625,-49.28950546875,0,0,1,'2023-05-06 00:00:00'), + (12757,2101,NULL,2,2105,1,'Soldier’s Shield','',69.32244374999999,-48.54786562499999,0,0,1,'2023-05-06 00:00:00'), + (12758,2101,NULL,2,2103,1,'Traveler\'s Sword','',68.57211445312501,-49.1242828125,0,0,1,'2023-05-06 00:00:00'), + (12759,2101,NULL,2,2103,1,'Torch','',67.42431328125001,-58.093691132812495,0,0,1,'2023-05-06 00:00:00'), + (12760,2101,NULL,2,2103,1,'Tree Branch','',67.39431210937501,-53.20824375,0,0,1,'2023-05-06 00:00:00'), + (12761,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.24144921875,-57.60583464843751,0,0,1,'2023-05-06 00:00:00'), + (12762,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',67.23483984375,-57.60350859375,0,0,1,'2023-05-06 00:00:00'), + (12763,2101,NULL,2,2103,1,'Knight\'s Broadsword','',67.2338625,-57.6029621484375,0,0,1,'2023-05-06 00:00:00'), + (12764,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.784899609375,-57.345741796875,0,0,1,'2023-05-06 00:00:00'), + (12765,2101,NULL,2,2103,1,'Knight\'s Broadsword','',66.79066757812501,-57.34853203125,0,0,1,'2023-05-06 00:00:00'), + (12766,2101,NULL,2,2103,1,'Royal Broadsword','',66.777338671875,-57.3455953125,0,0,1,'2023-05-06 00:00:00'), + (12767,2101,NULL,2,2105,1,'Rusty Shield','',61.176699609375,-68.59964296875,0,0,1,'2023-05-06 00:00:00'), + (12768,2101,NULL,2,2105,1,'Rusty Shield','',63.62078671875,-65.914640625,0,0,1,'2023-05-06 00:00:00'), + (12769,2101,NULL,2,2103,1,'Rusty Halberd','',59.47828124999999,-68.78996484375,0,0,1,'2023-05-06 00:00:00'), + (12770,2101,NULL,2,2103,1,'Rusty Halberd','',61.56408984375,-65.264859375,0,0,1,'2023-05-06 00:00:00'), + (12771,2101,NULL,2,2103,1,'Rusty Halberd','',64.13431640625,-65.3749921875,0,0,1,'2023-05-06 00:00:00'), + (12772,2101,NULL,2,2103,1,'Rusty Broadsword','',69.10531640625,-60.4638984375,0,0,1,'2023-05-06 00:00:00'), + (12773,2101,NULL,2,2105,1,'Rusty Shield','',69.6882573046875,-59.931875390625,0,0,1,'2023-05-06 00:00:00'), + (12774,2101,NULL,2,2105,1,'Rusty Shield','',69.9961906640625,-59.884123828125,0,0,1,'2023-05-06 00:00:00'), + (12775,2101,NULL,2,2103,1,'Rusty Halberd','',69.78303515625001,-60.35928515625,0,0,1,'2023-05-06 00:00:00'), + (12776,2101,NULL,2,2103,1,'Rusty Halberd','',69.9626366015625,-60.17914453125,0,0,1,'2023-05-06 00:00:00'), + (12777,2101,NULL,2,2103,1,'Rusty Halberd','',69.9741092578125,-61.26601171875,0,0,1,'2023-05-06 00:00:00'), + (12778,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.51341953125001,-62.457174609375,0,0,1,'2023-05-06 00:00:00'), + (12779,2101,NULL,2,2105,1,'Rusty Shield','',67.13921835937501,-78.704203125,0,0,1,'2023-05-06 00:00:00'), + (12780,2101,NULL,2,2104,1,'Wooden Bow','',67.34038242187499,-78.324796875,0,0,1,'2023-05-06 00:00:00'), + (12781,2101,NULL,2,2103,1,'Rusty Claymore','',67.35447890625,-78.0526640625,0,0,1,'2023-05-06 00:00:00'), + (12782,2101,NULL,2,2103,1,'Rusty Halberd','',67.013028515625,-77.9907890625,0,0,1,'2023-05-06 00:00:00'), + (12783,2101,NULL,2,2105,1,'Rusty Shield','',66.876384375,-78.50600390625,0,0,1,'2023-05-06 00:00:00'), + (12784,2101,NULL,2,2105,1,'Rusty Shield','',64.972219921875,-73.67921484375,0,0,1,'2023-05-06 00:00:00'), + (12785,2101,NULL,2,2105,1,'Rusty Shield','',64.621434375,-76.38249609375,0,0,1,'2023-05-06 00:00:00'), + (12786,2101,NULL,2,2105,1,'Rusty Shield','',67.553071875,-78.154921875,0,0,1,'2023-05-06 00:00:00'), + (12787,2101,NULL,2,2105,1,'Rusty Shield','',66.306404296875,-81.24858984375,0,0,1,'2023-05-06 00:00:00'), + (12788,2101,NULL,2,2103,1,'Rusty Broadsword','',66.57111328125,-81.24116015625,0,0,1,'2023-05-06 00:00:00'), + (12789,2101,NULL,2,2103,1,'Knight\'s Halberd','',59.34518671875,-72.40564453125,0,0,1,'2023-05-06 00:00:00'), + (12790,2101,NULL,2,2103,1,'Rusty Claymore','',59.42904257812501,-72.34678125,0,0,1,'2023-05-06 00:00:00'), + (12791,2101,NULL,2,2103,1,'Rusty Claymore','',63.49912265625,-75.5011875,0,0,1,'2023-05-06 00:00:00'), + (12792,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',60.852390234374994,-84.82280859375,0,0,1,'2023-05-06 00:00:00'), + (12793,2101,NULL,2,2103,1,'Rusty Broadsword','',62.15956640625,-85.55736328125,0,0,1,'2023-05-06 00:00:00'), + (12794,2101,NULL,2,2103,1,'Rusty Broadsword','',62.5839609375,-85.1908359375,0,0,1,'2023-05-06 00:00:00'), + (12795,2101,NULL,2,2104,1,'Spiked Boko Bow','',71.68851328125,-18.582421874999998,0,0,1,'2023-05-06 00:00:00'), + (12796,2101,NULL,2,2103,1,'Forest Dweller\'s Sword','',71.666785546875,-18.5746875,0,0,1,'2023-05-06 00:00:00'), + (12797,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',71.654982421875,-18.570433593750003,0,0,1,'2023-05-06 00:00:00'), + (12798,2101,NULL,2,2103,1,'Long Stick','',71.87688984374999,-18.557953125,0,0,1,'2023-05-06 00:00:00'), + (12799,2101,NULL,2,2103,1,'Long Stick','',71.885259375,-18.561726562500002,0,0,1,'2023-05-06 00:00:00'), + (12800,2101,NULL,2,2103,1,'Rusty Claymore','',72.823639453125,-21.076781250000003,0,0,1,'2023-05-06 00:00:00'), + (12801,2101,NULL,2,2103,1,'Rusty Halberd','',72.850524609375,-20.93109375,0,0,1,'2023-05-06 00:00:00'), + (12802,2101,NULL,2,2103,1,'Rusty Claymore','',74.652251953125,-21.052429687500002,0,0,1,'2023-05-06 00:00:00'), + (12803,2101,NULL,2,2104,1,'Forest Dweller\'s Bow','',75.226238671875,-32.7341484375,0,0,1,'2023-05-06 00:00:00'), + (12804,2101,NULL,2,2103,1,'Forest Dweller\'s Sword','',75.201160546875,-33.1227890625,0,0,1,'2023-05-06 00:00:00'), + (12805,2101,NULL,2,2104,1,'Boko Bow','',81.631696875,-41.50156640625,0,0,1,'2023-05-06 00:00:00'), + (12806,2101,NULL,2,2103,1,'Long Stick','',81.749506640625,-41.5762265625,0,0,1,'2023-05-06 00:00:00'), + (12807,2101,NULL,2,2103,1,'Wooden Stick','',79.34738554687499,-39.40170703125,0,0,1,'2023-05-06 00:00:00'), + (12808,2101,NULL,2,2103,1,'Wooden Stick','',79.455615234375,-39.57909375,0,0,1,'2023-05-06 00:00:00'), + (12809,2101,NULL,2,2103,1,'Long Stick','',73.339557421875,-40.75405078125,0,0,1,'2023-05-06 00:00:00'), + (12810,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.25977382812499,-53.272102734375,0,0,1,'2023-05-06 00:00:00'), + (12811,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.80544453125,-53.672977734375,0,0,1,'2023-05-06 00:00:00'), + (12812,2101,NULL,2,2103,1,'Rusty Broadsword','',61.93388203125,-63.5595609375,0,0,1,'2023-05-06 00:00:00'), + (12813,2101,NULL,2,2105,1,'Wooden Shield','',59.612349609375,-59.2434120703125,0,0,1,'2023-05-06 00:00:00'), + (12814,2101,NULL,2,2103,1,'Wooden Stick','',59.612371875,-59.2334642578125,0,0,1,'2023-05-06 00:00:00'), + (12815,2101,NULL,2,2103,1,'Traveler\'s Claymore','',59.61354843749999,-59.2055138671875,0,0,1,'2023-05-06 00:00:00'), + (12816,2101,NULL,2,2103,1,'Long Stick','',61.991316796875,-65.097853125,0,0,1,'2023-05-06 00:00:00'), + (12817,2101,NULL,2,2103,1,'Rusty Claymore','',67.272966796875,-77.75155078125,0,0,1,'2023-05-06 00:00:00'), + (12818,2101,NULL,2,2105,1,'Soldier’s Shield','',66.34260703125,-77.284828125,0,0,1,'2023-05-06 00:00:00'), + (12819,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.339694921875,-77.27521875,0,0,1,'2023-05-06 00:00:00'), + (12820,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',66.334674609375,-77.25310546875,0,0,1,'2023-05-06 00:00:00'), + (12821,2101,NULL,2,2103,1,'Sturdy Thick Stick','',66.32910703125,-77.23484765625,0,0,1,'2023-05-06 00:00:00'), + (12822,2101,NULL,2,2103,1,'Rusty Broadsword','',59.974294921875,-80.8318828125,0,0,1,'2023-05-06 00:00:00'), + (12823,2101,NULL,2,2103,1,'Rusty Halberd','',69.14305546875,-76.96930078125,0,0,1,'2023-05-06 00:00:00'), + (12824,2101,NULL,2,2105,1,'Wooden Shield','',59.942914453125006,-91.88677734375,0,0,1,'2023-05-06 00:00:00'), + (12825,2101,NULL,2,2103,1,'Wooden Stick','',59.921438671874995,-91.90529296875,0,0,1,'2023-05-06 00:00:00'), + (12826,2101,NULL,2,2103,1,'Long Stick','',59.9099953125,-91.91401171875,0,0,1,'2023-05-06 00:00:00'), + (12827,2101,NULL,2,2103,1,'Wooden Stick','',59.937732421875,-91.89029296875,0,0,1,'2023-05-06 00:00:00'), + (12828,2101,NULL,2,2103,1,'Thick Stick','',60.918285937499995,-92.06049609375,0,0,1,'2023-05-06 00:00:00'), + (12829,2101,NULL,2,2103,1,'Thick Stick','',60.90166875,-92.0410078125,0,0,1,'2023-05-06 00:00:00'), + (12830,2101,NULL,2,2103,1,'Long Stick','',77.181791015625,-21.818964843750003,0,0,1,'2023-05-06 00:00:00'), + (12831,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',73.297299609375,-14.01196875,0,0,1,'2023-05-06 00:00:00'), + (12832,2101,NULL,2,2103,1,'Long Stick','',73.27278164062501,-14.007503906249998,0,0,1,'2023-05-06 00:00:00'), + (12833,2101,NULL,2,2103,1,'Thick Stick','',72.980860546875,-15.408550781249996,0,0,1,'2023-05-06 00:00:00'), + (12834,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',80.80538906250001,-16.131996093750004,0,0,1,'2023-05-06 00:00:00'), + (12835,2101,NULL,2,2103,1,'Long Stick','',77.151404296875,-21.823734375,0,0,1,'2023-05-06 00:00:00'), + (12836,2101,NULL,2,2103,1,'Long Stick','',77.140271484375,-21.78375,0,0,1,'2023-05-06 00:00:00'), + (12837,2101,NULL,2,2103,1,'Long Stick','',77.1934875,-21.788414062499996,0,0,1,'2023-05-06 00:00:00'), + (12838,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',80.8223015625,-16.126218749999996,0,0,1,'2023-05-06 00:00:00'), + (12839,2101,NULL,2,2103,1,'Soldier\'s Claymore','',80.842115625,-16.121378906249998,0,0,1,'2023-05-06 00:00:00'), + (12840,2101,NULL,2,2103,1,'Rusty Broadsword','',78.0421875,-43.2016875,0,0,1,'2023-05-06 00:00:00'), + (12841,2101,NULL,2,2105,1,'Boko Shield','',73.338778125,-40.84158984375,0,0,1,'2023-05-06 00:00:00'), + (12842,2101,NULL,2,2103,1,'Wooden Stick','',73.36467304687501,-40.84140234375,0,0,1,'2023-05-06 00:00:00'), + (12843,2101,NULL,2,2103,1,'Long Stick','',73.376431640625,-40.8358125,0,0,1,'2023-05-06 00:00:00'), + (12844,2101,NULL,2,2103,1,'Long Stick','',73.34148398437499,-40.7120859375,0,0,1,'2023-05-06 00:00:00'), + (12845,2101,NULL,2,2103,1,'Long Stick','',73.391928515625,-40.735453125,0,0,1,'2023-05-06 00:00:00'), + (12846,2101,NULL,2,2105,1,'Rusty Shield','',70.9266533203125,-51.027643359375,0,0,1,'2023-05-06 00:00:00'), + (12847,2101,NULL,2,2103,1,'Rusty Broadsword','',75.28003125,-53.59409765625,0,0,1,'2023-05-06 00:00:00'), + (12848,2101,NULL,2,2103,1,'Farming Hoe','',77.79444960937501,-53.953058203125,0,0,1,'2023-05-06 00:00:00'), + (12849,2101,NULL,2,2103,1,'Farming Hoe','',74.9890546875,-52.9746375,0,0,1,'2023-05-06 00:00:00'), + (12850,2101,NULL,2,2103,1,'Farming Hoe','',73.668603515625,-53.58357890625,0,0,1,'2023-05-06 00:00:00'), + (12851,2101,NULL,2,2103,1,'Thick Stick','',72.79821093749999,-50.720592187499996,0,0,1,'2023-05-06 00:00:00'), + (12852,2101,NULL,2,2103,1,'Rusty Halberd','',72.87898359375,-59.95494140625,0,0,1,'2023-05-06 00:00:00'), + (12853,2101,NULL,2,2103,1,'Rusty Claymore','',72.9692015625,-59.999071875,0,0,1,'2023-05-06 00:00:00'), + (12854,2101,NULL,2,2103,1,'Rusty Broadsword','',73.027503515625,-59.888267578125,0,0,1,'2023-05-06 00:00:00'), + (12855,2101,NULL,2,2103,1,'Wooden Stick','',72.776642578125,-62.275587890625,0,0,1,'2023-05-06 00:00:00'), + (12856,2101,NULL,2,2105,1,'Boko Shield','',72.7794515625,-62.263134375,0,0,1,'2023-05-06 00:00:00'), + (12857,2101,NULL,2,2103,1,'Wooden Stick','',72.779987109375,-62.26885546875,0,0,1,'2023-05-06 00:00:00'), + (12858,2101,NULL,2,2103,1,'Thick Stick','',78.4487109375,-62.465696484375,0,0,1,'2023-05-06 00:00:00'), + (12859,2101,NULL,2,2103,1,'Thick Stick','',72.434987109375,-66.664236328125,0,0,1,'2023-05-06 00:00:00'), + (12860,2101,NULL,2,2103,1,'Throwing Spear','',77.257306640625,-68.765478515625,0,0,1,'2023-05-06 00:00:00'), + (12861,2101,NULL,2,2103,1,'Thick Stick','',77.231211328125,-68.71996875,0,0,1,'2023-05-06 00:00:00'), + (12862,2101,NULL,2,2103,1,'Wooden Stick','',77.065548046875,-68.806233984375,0,0,1,'2023-05-06 00:00:00'), + (12863,2101,NULL,2,2103,1,'Long Stick','',77.06321132812499,-68.78122734375,0,0,1,'2023-05-06 00:00:00'), + (12864,2101,NULL,2,2105,1,'Spiked Boko Shield','',76.036587890625,-77.85167578125,0,0,1,'2023-05-06 00:00:00'), + (12865,2101,NULL,2,2103,1,'Rusty Halberd','',63.684113671875,-75.83337890625,0,0,1,'2023-05-06 00:00:00'), + (12866,2101,NULL,2,2105,1,'Rusty Shield','',64.61635546875,-73.57451953125,0,0,1,'2023-05-06 00:00:00'), + (12867,2101,NULL,2,2103,1,'Rusty Claymore','',64.702974609375,-73.560890625,0,0,1,'2023-05-06 00:00:00'), + (12868,2101,NULL,2,2103,1,'Torch','',59.34140625,-80.62734375,0,0,1,'2023-05-06 00:00:00'), + (12869,2101,NULL,2,2103,1,'Rusty Halberd','',63.20574609375,-75.69873046875,0,0,1,'2023-05-06 00:00:00'), + (12870,2101,NULL,2,2103,1,'Rusty Halberd','',63.7814296875,-75.71663671875,0,0,1,'2023-05-06 00:00:00'), + (12871,2101,NULL,2,2105,1,'Rusty Shield','',62.596892578125,-79.421859375,0,0,1,'2023-05-06 00:00:00'), + (12872,2101,NULL,2,2104,1,'Spiked Boko Bow','',61.349821875,-74.395265625,0,0,1,'2023-05-06 00:00:00'), + (12873,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',61.37773828125,-74.3967421875,0,0,1,'2023-05-06 00:00:00'), + (12874,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',61.39468710937499,-74.39729296875,0,0,1,'2023-05-06 00:00:00'), + (12875,2101,NULL,2,2103,1,'Sturdy Thick Stick','',67.19268632812499,-82.92919921875,0,0,1,'2023-05-06 00:00:00'), + (12876,2101,NULL,2,2103,1,'Forest Dweller\'s Spear','',75.07899375,-32.8347890625,0,0,1,'2023-05-06 00:00:00'), + (12877,2101,NULL,2,2105,1,'Forest Dweller\'s Shield','',75.25798359375001,-33.31149609375,0,0,1,'2023-05-06 00:00:00'), + (12878,2101,NULL,2,2105,1,'Knight\'s Shield','',79.9689984375,-40.7038828125,0,0,1,'2023-05-06 00:00:00'), + (12879,2101,NULL,2,2105,1,'Wooden Shield','',70.370566640625,-57.44839453125,0,0,1,'2023-05-06 00:00:00'), + (12880,2101,NULL,2,2103,1,'Wooden Stick','',70.389125390625,-57.47144777343749,0,0,1,'2023-05-06 00:00:00'), + (12881,2101,NULL,2,2103,1,'Traveler\'s Spear','',70.4052376171875,-57.47908453125,0,0,1,'2023-05-06 00:00:00'), + (12882,2101,NULL,2,2103,1,'Traveler\'s Sword','',70.3800009375,-57.461050546875,0,0,1,'2023-05-06 00:00:00'), + (12883,2101,NULL,2,2105,1,'Boko Shield','',75.67199765625,-57.400158984375,0,0,1,'2023-05-06 00:00:00'), + (12884,2101,NULL,2,2104,1,'Boko Bow','',75.64038749999999,-57.42203589843749,0,0,1,'2023-05-06 00:00:00'), + (12885,2101,NULL,2,2103,1,'Wooden Stick','',75.66399843750001,-57.41013984375,0,0,1,'2023-05-06 00:00:00'), + (12886,2101,NULL,2,2103,1,'Thick Stick','',76.34529375,-57.658280390624995,0,0,1,'2023-05-06 00:00:00'), + (12887,2101,NULL,2,2103,1,'Thick Stick','',76.35115078125001,-57.67094343750001,0,0,1,'2023-05-06 00:00:00'), + (12888,2101,NULL,2,2103,1,'Torch','',78.025196484375,-58.61052058593749,0,0,1,'2023-05-06 00:00:00'), + (12889,2101,NULL,2,2103,1,'Rusty Halberd','',78.9830625,-58.646554804687504,0,0,1,'2023-05-06 00:00:00'), + (12890,2101,NULL,2,2103,1,'Rusty Broadsword','',79.60658203125,-75.9447421875,0,0,1,'2023-05-06 00:00:00'), + (12891,2101,NULL,2,2103,1,'Rusty Halberd','',79.812608203125,-76.15878515625,0,0,1,'2023-05-06 00:00:00'), + (12892,2101,NULL,2,2103,1,'Rusty Claymore','',78.09814453125,-77.8182421875,0,0,1,'2023-05-06 00:00:00'), + (12893,2101,NULL,2,2103,1,'Rusty Halberd','',79.50594140625,-76.17183984375,0,0,1,'2023-05-06 00:00:00'), + (12894,2101,NULL,2,2105,1,'Pot Lid','',74.45244609375,-71.82629296875,0,0,1,'2023-05-06 00:00:00'), + (12895,2101,NULL,2,2103,1,'Soup Ladle','',74.46048984375,-71.82834375,0,0,1,'2023-05-06 00:00:00'), + (12896,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',74.2061203125,-71.557828125,0,0,1,'2023-05-06 00:00:00'), + (12897,2101,NULL,2,2103,1,'Throwing Spear','',76.99004765625,-73.1997421875,0,0,1,'2023-05-06 00:00:00'), + (12898,2101,NULL,2,2103,1,'Wooden Stick','',76.038277734375,-77.8852265625,0,0,1,'2023-05-06 00:00:00'), + (12899,2101,NULL,2,2103,1,'Soldier\'s Spear','',76.03971328125,-77.90408203125001,0,0,1,'2023-05-06 00:00:00'), + (12900,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',76.04006015625001,-77.858015625,0,0,1,'2023-05-06 00:00:00'), + (12901,2101,NULL,2,2105,1,'Spiked Boko Shield','',77.082052734375,-86.65749609375,0,0,1,'2023-05-06 00:00:00'), + (12902,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',77.0814890625,-86.64755859375,0,0,1,'2023-05-06 00:00:00'), + (12903,2101,NULL,2,2103,1,'Soldier\'s Claymore','',77.08259882812501,-86.619609375,0,0,1,'2023-05-06 00:00:00'), + (12904,2101,NULL,2,2103,1,'Soup Ladle','',76.38739921875,-97.267921875,0,0,1,'2023-05-06 00:00:00'), + (12905,2101,NULL,2,2103,1,'Wooden Stick','',73.3475296875,-40.84180078125,0,0,1,'2023-05-06 00:00:00'), + (12906,2101,NULL,2,2103,1,'Long Stick','',73.37073984374999,-40.76033203125,0,0,1,'2023-05-06 00:00:00'), + (12907,2101,NULL,2,2103,1,'Farming Hoe','',76.9657453125,-45.7091015625,0,0,1,'2023-05-06 00:00:00'), + (12908,2101,NULL,2,2105,1,'Pot Lid','',75.119220703125,-42.12287109374999,0,0,1,'2023-05-06 00:00:00'), + (12909,2101,NULL,2,2104,1,'Traveler\'s Bow','',75.115114453125,-42.10775390625,0,0,1,'2023-05-06 00:00:00'), + (12910,2101,NULL,2,2105,1,'Rusty Shield','',78.903425390625,-57.268102734375,0,0,1,'2023-05-06 00:00:00'), + (12911,2101,NULL,2,2103,1,'Rusty Broadsword','',71.39356722656251,-62.11865859375,0,0,1,'2023-05-06 00:00:00'), + (12912,2101,NULL,2,2103,1,'Torch','',80.500196484375,-60.47302265625,0,0,1,'2023-05-06 00:00:00'), + (12913,2101,NULL,2,2103,1,'Soup Ladle','',81.242717578125,-60.56940703125,0,0,1,'2023-05-06 00:00:00'), + (12914,2101,NULL,2,2105,1,'Lizal Shield','',80.39478046875,-61.79371171875,0,0,1,'2023-05-06 00:00:00'), + (12915,2101,NULL,2,2103,1,'Boomerang','',80.38891640624999,-61.798660546875,0,0,1,'2023-05-06 00:00:00'), + (12916,2101,NULL,2,2103,1,'Boomerang','',80.364420703125,-61.80650390625,0,0,1,'2023-05-06 00:00:00'), + (12917,2101,NULL,2,2103,1,'Thick Stick','',80.346240234375,-61.81195078125,0,0,1,'2023-05-06 00:00:00'), + (12918,2101,NULL,2,2103,1,'Rusty Broadsword','',73.55349609375,-62.14817578125,0,0,1,'2023-05-06 00:00:00'), + (12919,2101,NULL,2,2105,1,'Rusty Shield','',72.80607304687499,-62.026236328125,0,0,1,'2023-05-06 00:00:00'), + (12920,2101,NULL,2,2103,1,'Thick Stick','',79.469194921875,-68.000218359375,0,0,1,'2023-05-06 00:00:00'), + (12921,2101,NULL,2,2103,1,'Farming Hoe','',81.230790234375,-60.732186328125,0,0,1,'2023-05-06 00:00:00'), + (12922,2101,NULL,2,2105,1,'Wooden Shield','',76.81175156249999,-60.462338671875,0,0,1,'2023-05-06 00:00:00'), + (12923,2101,NULL,2,2103,1,'Wooden Stick','',76.842467578125,-60.474078515625,0,0,1,'2023-05-06 00:00:00'), + (12924,2101,NULL,2,2103,1,'Long Stick','',76.860987890625,-60.4786125,0,0,1,'2023-05-06 00:00:00'), + (12925,2101,NULL,2,2103,1,'Wooden Stick','',76.819217578125,-60.465474609375,0,0,1,'2023-05-06 00:00:00'), + (12926,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',80.367209765625,-68.23893515625,0,0,1,'2023-05-06 00:00:00'), + (12927,2101,NULL,2,2103,1,'Farming Hoe','',80.38271484375,-68.23048125,0,0,1,'2023-05-06 00:00:00'), + (12928,2101,NULL,2,2103,1,'Farming Hoe','',80.35783710937501,-68.20972734375,0,0,1,'2023-05-06 00:00:00'), + (12929,2101,NULL,2,2103,1,'Torch','',74.146904296875,-71.44245703125,0,0,1,'2023-05-06 00:00:00'), + (12930,2101,NULL,2,2103,1,'Thick Stick','',70.82103890625,-70.99555078125,0,0,1,'2023-05-06 00:00:00'), + (12931,2101,NULL,2,2103,1,'Rusty Broadsword','',71.12902734375,-75.79965234375,0,0,1,'2023-05-06 00:00:00'), + (12932,2101,NULL,2,2103,1,'Rusty Halberd','',70.6216055859375,-76.11144140625,0,0,1,'2023-05-06 00:00:00'), + (12933,2101,NULL,2,2103,1,'Rusty Halberd','',71.1884296875,-75.9259921875,0,0,1,'2023-05-06 00:00:00'), + (12934,2101,NULL,2,2103,1,'Rusty Halberd','',72.00718359375,-75.96430078125,0,0,1,'2023-05-06 00:00:00'), + (12935,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',72.9205828125,-73.706015625,0,0,1,'2023-05-06 00:00:00'), + (12936,2101,NULL,2,2103,1,'Long Stick','',72.9283453125,-73.7289609375,0,0,1,'2023-05-06 00:00:00'), + (12937,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',76.771456640625,-99.222421875,0,0,1,'2023-05-06 00:00:00'), + (12938,2101,NULL,2,2105,1,'Pot Lid','',76.23399609375,-99.10114453124999,0,0,1,'2023-05-06 00:00:00'), + (12939,2101,NULL,2,2103,1,'Soldier\'s Spear','',74.83578984375,-98.31356249999999,0,0,1,'2023-05-06 00:00:00'), + (12940,2101,NULL,2,2103,1,'Knight\'s Broadsword','',74.84713125,-98.34092578125,0,0,1,'2023-05-06 00:00:00'), + (12941,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',74.827621875,-98.32531640625,0,0,1,'2023-05-06 00:00:00'), + (12942,2101,NULL,2,2103,1,'Soldier\'s Claymore','',74.86119023437499,-98.33387109374999,0,0,1,'2023-05-06 00:00:00'), + (12943,2101,NULL,2,2103,1,'Giant Boomerang','',74.86143867187499,-98.31523828124999,0,0,1,'2023-05-06 00:00:00'), + (12944,2101,NULL,2,2103,1,'Traveler\'s Sword','',87.340875,-34.3369921875,0,0,1,'2023-05-06 00:00:00'), + (12945,2101,NULL,2,2103,1,'Traveler\'s Sword','',87.32323828125001,-34.291640625,0,0,1,'2023-05-06 00:00:00'), + (12946,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',87.33537890625,-34.32069140625,0,0,1,'2023-05-06 00:00:00'), + (12947,2101,NULL,2,2105,1,'Spiked Boko Shield','',92.464453125,-29.38391015625,0,0,1,'2023-05-06 00:00:00'), + (12948,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',92.46116015625,-29.3745703125,0,0,1,'2023-05-06 00:00:00'), + (12949,2101,NULL,2,2103,1,'Soldier\'s Claymore','',92.45293359375,-29.3482265625,0,0,1,'2023-05-06 00:00:00'), + (12950,2101,NULL,2,2103,1,'Traveler\'s Sword','',92.34256640625,-29.27483203125,0,0,1,'2023-05-06 00:00:00'), + (12951,2101,NULL,2,2103,1,'Traveler\'s Spear','',92.31622265625,-29.278078125,0,0,1,'2023-05-06 00:00:00'), + (12952,2101,NULL,2,2103,1,'Torch','',82.99801171875,-45.27933984375,0,0,1,'2023-05-06 00:00:00'), + (12953,2101,NULL,2,2103,1,'Soup Ladle','',83.11959375,-45.1845703125,0,0,1,'2023-05-06 00:00:00'), + (12954,2101,NULL,2,2103,1,'Traveler\'s Claymore','',87.72038671875,-39.78187500000001,0,0,1,'2023-05-06 00:00:00'), + (12955,2101,NULL,2,2103,1,'Soldier\'s Claymore','',87.708984375,-39.77567578125,0,0,1,'2023-05-06 00:00:00'), + (12956,2101,NULL,2,2103,1,'Soldier\'s Claymore','',87.714046875,-39.76681640625,0,0,1,'2023-05-06 00:00:00'), + (12957,2101,NULL,2,2103,1,'Rusty Halberd','',86.72510156249999,-56.89096875,0,0,1,'2023-05-06 00:00:00'), + (12958,2101,NULL,2,2103,1,'Soldier\'s Spear','',86.6644921875,-57.039406640625,0,0,1,'2023-05-06 00:00:00'), + (12959,2101,NULL,2,2103,1,'Rusty Halberd','',90.0622265625,-51.60430078125,0,0,1,'2023-05-06 00:00:00'), + (12960,2101,NULL,2,2103,1,'Rusty Broadsword','',84.88020703125,-63.099375,0,0,1,'2023-05-06 00:00:00'), + (12961,2101,NULL,2,2105,1,'Rusty Shield','',90.18753515625,-66.337334765625,0,0,1,'2023-05-06 00:00:00'), + (12962,2101,NULL,2,2104,1,'Lizal Bow','',82.5172734375,-66.217032421875,0,0,1,'2023-05-06 00:00:00'), + (12963,2101,NULL,2,2103,1,'Boomerang','',82.4897109375,-66.221075390625,0,0,1,'2023-05-06 00:00:00'), + (12964,2101,NULL,2,2103,1,'Boomerang','',82.472859375,-66.22299140625,0,0,1,'2023-05-06 00:00:00'), + (12965,2101,NULL,2,2103,1,'Wooden Stick','',92.870671875,-67.30458984375,0,0,1,'2023-05-06 00:00:00'), + (12966,2101,NULL,2,2103,1,'Wooden Stick','',92.854078125,-67.31127890625,0,0,1,'2023-05-06 00:00:00'), + (12967,2101,NULL,2,2104,1,'Boko Bow','',88.73541796875,-76.25237109375,0,0,1,'2023-05-06 00:00:00'), + (12968,2101,NULL,2,2103,1,'Wooden Stick','',88.7419921875,-76.22687109375,0,0,1,'2023-05-06 00:00:00'), + (12969,2101,NULL,2,2103,1,'Lizal Boomerang','',88.7465859375,-76.210359375,0,0,1,'2023-05-06 00:00:00'), + (12970,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.01798046875,-76.7885625,0,0,1,'2023-05-06 00:00:00'), + (12971,2101,NULL,2,2103,1,'Wooden Stick','',86.02653515625,-76.7727890625,0,0,1,'2023-05-06 00:00:00'), + (12972,2101,NULL,2,2103,1,'Thick Stick','',86.0401640625,-76.74486328125,0,0,1,'2023-05-06 00:00:00'), + (12973,2101,NULL,2,2103,1,'Soup Ladle','',91.19546484375,-77.48265234375,0,0,1,'2023-05-06 00:00:00'), + (12974,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',91.24151953125,-77.53686328125,0,0,1,'2023-05-06 00:00:00'), + (12975,2101,NULL,2,2104,1,'Spiked Boko Bow','',79.139559375,-84.70674609375,0,0,1,'2023-05-06 00:00:00'), + (12976,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',79.142351953125,-84.73456640625,0,0,1,'2023-05-06 00:00:00'), + (12977,2101,NULL,2,2103,1,'Lizal Boomerang','',79.14253125,-84.75150000000001,0,0,1,'2023-05-06 00:00:00'), + (12978,2101,NULL,2,2103,1,'Thick Stick','',76.31082187499999,-92.8092421875,0,0,1,'2023-05-06 00:00:00'), + (12979,2101,NULL,2,2105,1,'Knight\'s Shield','',79.586680078125,-88.69018359374999,0,0,1,'2023-05-06 00:00:00'), + (12980,2101,NULL,2,2103,1,'Knight\'s Claymore','',79.60841015625,-88.7247890625,0,0,1,'2023-05-06 00:00:00'), + (12981,2101,NULL,2,2103,1,'Torch','',76.273456640625,-99.117796875,0,0,1,'2023-05-06 00:00:00'), + (12982,2101,NULL,2,2105,1,'Traveler\'s Shield','',71.3174859375,-97.08554296875,0,0,1,'2023-05-06 00:00:00'), + (12983,2101,NULL,2,2104,1,'Spiked Boko Bow','',71.29078804687501,-97.05718359375,0,0,1,'2023-05-06 00:00:00'), + (12984,2101,NULL,2,2103,1,'Traveler\'s Sword','',71.3027342578125,-97.072265625,0,0,1,'2023-05-06 00:00:00'), + (12985,2101,NULL,2,2103,1,'Thick Stick','',76.498871484375,-99.33481640625,0,0,1,'2023-05-06 00:00:00'), + (12986,2101,NULL,2,2103,1,'Thick Stick','',78.1292671875,-94.04513671874999,0,0,1,'2023-05-06 00:00:00'), + (12987,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',90.9580078125,-24.229945312499996,0,0,1,'2023-05-06 00:00:00'), + (12988,2101,NULL,2,2103,1,'Thick Stick','',83.66733984375,-43.94063671875,0,0,1,'2023-05-06 00:00:00'), + (12989,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',87.7217578125,-39.796875,0,0,1,'2023-05-06 00:00:00'), + (12990,2101,NULL,2,2103,1,'Traveler\'s Claymore','',87.71484375,-39.802734375,0,0,1,'2023-05-06 00:00:00'), + (12991,2101,NULL,2,2105,1,'Spiked Boko Shield','',88.21170703125,-56.3097796875,0,0,1,'2023-05-06 00:00:00'), + (12992,2101,NULL,2,2103,1,'Thick Stick','',88.28380078125,-56.321128125,0,0,1,'2023-05-06 00:00:00'), + (12993,2101,NULL,2,2105,1,'Pot Lid','',89.96598046875,-48.779373046874994,0,0,1,'2023-05-06 00:00:00'), + (12994,2101,NULL,2,2104,1,'Spiked Boko Bow','',88.275,-56.72578125,0,0,1,'2023-05-06 00:00:00'), + (12995,2101,NULL,2,2103,1,'Farming Hoe','',85.8351796875,-49.436225390625,0,0,1,'2023-05-06 00:00:00'), + (12996,2101,NULL,2,2105,1,'Traveler\'s Shield','',90.5331796875,-57.4360775390625,0,0,1,'2023-05-06 00:00:00'), + (12997,2101,NULL,2,2103,1,'Throwing Spear','',92.6553984375,-57.077225390625,0,0,1,'2023-05-06 00:00:00'), + (12998,2101,NULL,2,2103,1,'Sturdy Long Stick','',92.02151953125,-57.317963671875,0,0,1,'2023-05-06 00:00:00'), + (12999,2101,NULL,2,2103,1,'Soldier\'s Claymore','',92.90058984375,-67.296271875,0,0,1,'2023-05-06 00:00:00'), + (13000,2101,NULL,2,2105,1,'Lizal Shield','',85.36140234375,-66.2084859375,0,0,1,'2023-05-06 00:00:00'), + (13001,2101,NULL,2,2103,1,'Boomerang','',85.33678125,-66.22216875,0,0,1,'2023-05-06 00:00:00'), + (13002,2101,NULL,2,2103,1,'Throwing Spear','',85.31684765625,-66.234155859375,0,0,1,'2023-05-06 00:00:00'), + (13003,2101,NULL,2,2103,1,'Boomerang','',85.3548984375,-66.212848828125,0,0,1,'2023-05-06 00:00:00'), + (13004,2101,NULL,2,2104,1,'Wooden Bow','',91.79328515625,-70.8590859375,0,0,1,'2023-05-06 00:00:00'), + (13005,2101,NULL,2,2104,1,'Boko Bow','',83.4765703125,-79.78341796874999,0,0,1,'2023-05-06 00:00:00'), + (13006,2101,NULL,2,2103,1,'Wooden Stick','',83.46619921875,-79.80432421875,0,0,1,'2023-05-06 00:00:00'), + (13007,2101,NULL,2,2103,1,'Lizal Boomerang','',83.4596953125,-79.81742578125,0,0,1,'2023-05-06 00:00:00'), + (13008,2101,NULL,2,2103,1,'Long Stick','',86.0203125,-72.32171484375,0,0,1,'2023-05-06 00:00:00'), + (13009,2101,NULL,2,2105,1,'Soldier’s Shield','',91.8478125,-85.6779375,0,0,1,'2023-05-06 00:00:00'), + (13010,2101,NULL,2,2103,1,'Knight\'s Broadsword','',91.8444609375,-85.66869140625,0,0,1,'2023-05-06 00:00:00'), + (13011,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',91.83721875,-85.64728125,0,0,1,'2023-05-06 00:00:00'), + (13012,2101,NULL,2,2103,1,'Thick Stick','',91.8306328125,-85.6293046875,0,0,1,'2023-05-06 00:00:00'), + (13013,2101,NULL,2,2103,1,'Long Stick','',90.5351484375,-93.489,0,0,1,'2023-05-06 00:00:00'), + (13014,2101,NULL,2,2103,1,'Rusty Broadsword','',86.41198828125,-96.08429296874999,0,0,1,'2023-05-06 00:00:00'), + (13015,2101,NULL,2,2103,1,'Long Stick','',90.5561953125,-93.4651640625,0,0,1,'2023-05-06 00:00:00'), + (13016,2101,NULL,2,2103,1,'Soup Ladle','',76.24864570312499,-99.08066015625,0,0,1,'2023-05-06 00:00:00'), + (13017,2101,NULL,2,2103,1,'Long Stick','',78.1399171875,-95.82997265625,0,0,1,'2023-05-06 00:00:00'), + (13018,2101,NULL,2,2103,1,'Sturdy Thick Stick','',78.084730078125,-95.8141640625,0,0,1,'2023-05-06 00:00:00'), + (13019,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',77.997328125,-95.9232421875,0,0,1,'2023-05-06 00:00:00'), + (13020,2101,NULL,2,2103,1,'Sturdy Long Stick','',77.986817578125,-95.9006953125,0,0,1,'2023-05-06 00:00:00'), + (13021,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',76.36012851562501,-97.1661328125,0,0,1,'2023-05-06 00:00:00'), + (13022,2101,NULL,2,2103,1,'Boulder Breaker','',90.17390625,-29.3191640625,0,0,1,'2023-05-06 00:00:00'), + (13023,2101,NULL,2,2103,1,'Boulder Breaker','',90.14792578125,-29.37762890625,0,0,1,'2023-05-06 00:00:00'), + (13024,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',82.84327734375,-44.9771484375,0,0,1,'2023-05-06 00:00:00'), + (13025,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.12990625,-46.1698828125,0,0,1,'2023-05-06 00:00:00'), + (13026,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.1164296875,-46.16851171875,0,0,1,'2023-05-06 00:00:00'), + (13027,2101,NULL,2,2103,1,'Cobble Crusher','',86.0966015625,-46.161515625,0,0,1,'2023-05-06 00:00:00'), + (13028,2101,NULL,2,2103,1,'Rusty Halberd','',88.13980078125,-55.98413671875,0,0,1,'2023-05-06 00:00:00'), + (13029,2101,NULL,2,2103,1,'Thick Stick','',84.11966015625,-60.595166015625,0,0,1,'2023-05-06 00:00:00'), + (13030,2101,NULL,2,2103,1,'Long Stick','',82.862109375,-62.164845703125,0,0,1,'2023-05-06 00:00:00'), + (13031,2101,NULL,2,2103,1,'Boomerang','',82.71772265625,-62.268692578125,0,0,1,'2023-05-06 00:00:00'), + (13032,2101,NULL,2,2103,1,'Long Stick','',82.7063671875,-62.24666484375,0,0,1,'2023-05-06 00:00:00'), + (13033,2101,NULL,2,2105,1,'Pot Lid','',91.3901484375,-70.443234375,0,0,1,'2023-05-06 00:00:00'), + (13034,2101,NULL,2,2103,1,'Torch','',92.52019921875,-69.9444984375,0,0,1,'2023-05-06 00:00:00'), + (13035,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',90.94709765625,-81.31756640625,0,0,1,'2023-05-06 00:00:00'), + (13036,2101,NULL,2,2103,1,'Torch','',90.89687109375,-81.3849375,0,0,1,'2023-05-06 00:00:00'), + (13037,2101,NULL,2,2103,1,'Soup Ladle','',90.81753515625,-81.4767421875,0,0,1,'2023-05-06 00:00:00'), + (13038,2101,NULL,2,2103,1,'Soup Ladle','',92.69724609375,-70.38526171875,0,0,1,'2023-05-06 00:00:00'), + (13039,2101,NULL,2,2103,1,'Soldier\'s Claymore','',83.86086328125,-76.67184375,0,0,1,'2023-05-06 00:00:00'), + (13040,2101,NULL,2,2103,1,'Long Stick','',83.91022265625,-76.719703125,0,0,1,'2023-05-06 00:00:00'), + (13041,2101,NULL,2,2105,1,'Soldier’s Shield','',86.20782421875,-80.13491015625,0,0,1,'2023-05-06 00:00:00'), + (13042,2101,NULL,2,2104,1,'Boko Bow','',86.18384765625,-80.17283203125,0,0,1,'2023-05-06 00:00:00'), + (13043,2101,NULL,2,2103,1,'Wooden Stick','',86.19083203125,-80.15977734375,0,0,1,'2023-05-06 00:00:00'), + (13044,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',86.20421484375,-80.1407578125,0,0,1,'2023-05-06 00:00:00'), + (13045,2101,NULL,2,2103,1,'Long Stick','',86.1047109375,-72.36453515625,0,0,1,'2023-05-06 00:00:00'), + (13046,2101,NULL,2,2103,1,'Torch','',90.1912734375,-88.7819296875,0,0,1,'2023-05-06 00:00:00'), + (13047,2101,NULL,2,2105,1,'Pot Lid','',90.23335546875,-88.77776953125,0,0,1,'2023-05-06 00:00:00'), + (13048,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',88.21398046875,-88.94428125,0,0,1,'2023-05-06 00:00:00'), + (13049,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',88.2268359375,-88.94335546875001,0,0,1,'2023-05-06 00:00:00'), + (13050,2101,NULL,2,2103,1,'Long Stick','',90.5914921875,-93.48759375,0,0,1,'2023-05-06 00:00:00'), + (13051,2101,NULL,2,2103,1,'Long Stick','',90.54603515625,-93.519609375,0,0,1,'2023-05-06 00:00:00'), + (13052,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',100.7881640625,-24.44586328125,0,0,1,'2023-05-06 00:00:00'), + (13053,2101,NULL,2,2103,1,'Traveler\'s Claymore','',100.80364453125,-24.446027343750004,0,0,1,'2023-05-06 00:00:00'), + (13054,2101,NULL,2,2104,1,'Spiked Boko Bow','',100.81826953125,-24.44358984375,0,0,1,'2023-05-06 00:00:00'), + (13055,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',95.21326171875,-29.48820703125,0,0,1,'2023-05-06 00:00:00'), + (13056,2101,NULL,2,2103,1,'Soldier\'s Claymore','',95.22994921875,-29.47147265625,0,0,1,'2023-05-06 00:00:00'), + (13057,2101,NULL,2,2104,1,'Spiked Boko Bow','',95.24546484375,-29.45671875,0,0,1,'2023-05-06 00:00:00'), + (13058,2101,NULL,2,2103,1,'Traveler\'s Claymore','',105.03426562499997,-28.47912890625,0,0,1,'2023-05-06 00:00:00'), + (13059,2101,NULL,2,2104,1,'Spiked Boko Bow','',105.01805859375001,-28.46431640625,0,0,1,'2023-05-06 00:00:00'), + (13060,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',97.91949609375,-33.34419140625,0,0,1,'2023-05-06 00:00:00'), + (13061,2101,NULL,2,2103,1,'Soldier\'s Claymore','',97.94234765625,-33.3424453125,0,0,1,'2023-05-06 00:00:00'), + (13062,2101,NULL,2,2103,1,'Traveler\'s Claymore','',102.006796875,-32.66409375,0,0,1,'2023-05-06 00:00:00'), + (13063,2101,NULL,2,2103,1,'Traveler\'s Claymore','',102.010640625,-32.68688671875,0,0,1,'2023-05-06 00:00:00'), + (13064,2101,NULL,2,2103,1,'Soldier\'s Spear','',97.8400546875,-41.3736328125,0,0,1,'2023-05-06 00:00:00'), + (13065,2101,NULL,2,2103,1,'Traveler\'s Spear','',99.087703125,-40.14739453125,0,0,1,'2023-05-06 00:00:00'), + (13066,2101,NULL,2,2103,1,'Wooden Mop','',101.07214453125,-45.27284765625,0,0,1,'2023-05-06 00:00:00'), + (13067,2101,NULL,2,2103,1,'Torch','',100.9627265625,-45.36434765625,0,0,1,'2023-05-06 00:00:00'), + (13068,2101,NULL,2,2103,1,'Boomerang','',99.29893359375,-56.0566171875,0,0,1,'2023-05-06 00:00:00'), + (13069,2101,NULL,2,2104,1,'Lizal Bow','',99.3160546875,-56.138656640625,0,0,1,'2023-05-06 00:00:00'), + (13070,2101,NULL,2,2105,1,'Rusty Shield','',93.74363671875,-58.305028828125,0,0,1,'2023-05-06 00:00:00'), + (13071,2101,NULL,2,2103,1,'Rusty Halberd','',96.10182421875,-54.74443359375,0,0,1,'2023-05-06 00:00:00'), + (13072,2101,NULL,2,2103,1,'Rusty Halberd','',97.12161328125,-54.81902109375,0,0,1,'2023-05-06 00:00:00'), + (13073,2101,NULL,2,2103,1,'Long Stick','',94.52891015625,-58.998348984375,0,0,1,'2023-05-06 00:00:00'), + (13074,2101,NULL,2,2105,1,'Spiked Boko Shield','',99.84809765625,-68.26199296875,0,0,1,'2023-05-06 00:00:00'), + (13075,2101,NULL,2,2103,1,'Wooden Stick','',99.84711328125,-68.2299984375,0,0,1,'2023-05-06 00:00:00'), + (13076,2101,NULL,2,2103,1,'Traveler\'s Spear','',99.8440546875,-68.209584375,0,0,1,'2023-05-06 00:00:00'), + (13077,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',99.846234375,-68.24941875,0,0,1,'2023-05-06 00:00:00'), + (13078,2101,NULL,2,2103,1,'Sturdy Thick Stick','',99.0577734375,-67.892949609375,0,0,1,'2023-05-06 00:00:00'), + (13079,2101,NULL,2,2103,1,'Sturdy Thick Stick','',99.05033203125,-67.878491015625,0,0,1,'2023-05-06 00:00:00'), + (13080,2101,NULL,2,2105,1,'Rusty Shield','',97.727859375,-81.4985859375,0,0,1,'2023-05-06 00:00:00'), + (13081,2101,NULL,2,2103,1,'Rusty Broadsword','',97.7462109375,-81.49824609375,0,0,1,'2023-05-06 00:00:00'), + (13082,2101,NULL,2,2105,1,'Rusty Shield','',97.42616015625,-80.26255078125,0,0,1,'2023-05-06 00:00:00'), + (13083,2101,NULL,2,2103,1,'Wooden Stick','',99.832078125,-80.0217421875,0,0,1,'2023-05-06 00:00:00'), + (13084,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',99.8445,-80.02959375,0,0,1,'2023-05-06 00:00:00'), + (13085,2101,NULL,2,2103,1,'Soldier\'s Claymore','',99.86417578125,-80.04064453125,0,0,1,'2023-05-06 00:00:00'), + (13086,2101,NULL,2,2103,1,'Knight\'s Claymore','',96.48899999999998,-70.70583984375001,0,0,1,'2023-05-06 00:00:00'), + (13087,2101,NULL,2,2103,1,'Rusty Claymore','',96.70421484375,-75.48137109375,0,0,1,'2023-05-06 00:00:00'), + (13088,2101,NULL,2,2103,1,'Tree Branch','',102.55060546875,-79.4225625,0,0,1,'2023-05-06 00:00:00'), + (13089,2101,NULL,2,2103,1,'Tree Branch','',103.53608203125,-76.0851328125,0,0,1,'2023-05-06 00:00:00'), + (13090,2101,NULL,2,2103,1,'Rusty Halberd','',101.0092734375,-91.59067968749999,0,0,1,'2023-05-06 00:00:00'), + (13091,2101,NULL,2,2103,1,'Torch','',98.44216406250003,-91.288078125,0,0,1,'2023-05-06 00:00:00'), + (13092,2101,NULL,2,2103,1,'Knight\'s Broadsword','',98.44590234375,-91.4507578125,0,0,1,'2023-05-06 00:00:00'), + (13093,2101,NULL,2,2105,1,'Fisherman\'s Shield','',103.52384765625,-99.10855078124999,0,0,1,'2023-05-06 00:00:00'), + (13094,2101,NULL,2,2103,1,'Knight\'s Broadsword','',87.29131640625,-87.05005078125001,0,0,1,'2023-05-06 00:00:00'), + (13095,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',87.30031640625,-87.06125390625,0,0,1,'2023-05-06 00:00:00'), + (13096,2101,NULL,2,2103,1,'Sturdy Thick Stick','',87.3119765625,-87.075328125,0,0,1,'2023-05-06 00:00:00'), + (13097,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',84.64147265624999,-86.2081875,0,0,1,'2023-05-06 00:00:00'), + (13098,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',84.64782421875,-86.1875625,0,0,1,'2023-05-06 00:00:00'), + (13099,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',84.65288671875,-86.17105078125,0,0,1,'2023-05-06 00:00:00'), + (13100,2101,NULL,2,2105,1,'Rusty Shield','',86.11597265625,-97.12818750000001,0,0,1,'2023-05-06 00:00:00'), + (13101,2101,NULL,2,2105,1,'Rusty Shield','',92.79459375,-95.88452343750001,0,0,1,'2023-05-06 00:00:00'), + (13102,2101,NULL,2,2103,1,'Rusty Claymore','',92.78152734375,-95.88791015624999,0,0,1,'2023-05-06 00:00:00'), + (13103,2101,NULL,2,2103,1,'Rusty Halberd','',85.9852734375,-97.35392578125,0,0,1,'2023-05-06 00:00:00'), + (13104,2101,NULL,2,2103,1,'Rusty Claymore','',90.21628125,-95.75330859375,0,0,1,'2023-05-06 00:00:00'), + (13105,2101,NULL,2,2104,1,'Spiked Boko Bow','',104.503734375,-16.90599609375,0,0,1,'2023-05-06 00:00:00'), + (13106,2101,NULL,2,2103,1,'Traveler\'s Sword','',104.47640625,-16.899421874999998,0,0,1,'2023-05-06 00:00:00'), + (13107,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',104.4598125,-16.8959765625,0,0,1,'2023-05-06 00:00:00'), + (13108,2101,NULL,2,2103,1,'Cobble Crusher','',95.07795703125,-28.31133984375,0,0,1,'2023-05-06 00:00:00'), + (13109,2101,NULL,2,2104,1,'Traveler\'s Bow','',99.8674921875,-42.40359375,0,0,1,'2023-05-06 00:00:00'), + (13110,2101,NULL,2,2105,1,'Traveler\'s Shield','',99.85691015625,-42.411890625,0,0,1,'2023-05-06 00:00:00'), + (13111,2101,NULL,2,2103,1,'Traveler\'s Sword','',103.73067187500001,-58.490612343749994,0,0,1,'2023-05-06 00:00:00'), + (13112,2101,NULL,2,2103,1,'Boomerang','',103.759453125,-58.4808835546875,0,0,1,'2023-05-06 00:00:00'), + (13113,2101,NULL,2,2103,1,'Boomerang','',103.74101953124998,-58.48771394531249,0,0,1,'2023-05-06 00:00:00'), + (13114,2101,NULL,2,2103,1,'Torch','',95.95522265625,-55.824673828125,0,0,1,'2023-05-06 00:00:00'), + (13115,2101,NULL,2,2103,1,'Boomerang','',102.263671875,-55.348828125,0,0,1,'2023-05-06 00:00:00'), + (13116,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',105.03685546875,-47.08960078125,0,0,1,'2023-05-06 00:00:00'), + (13117,2101,NULL,2,2103,1,'Long Stick','',94.522828125,-57.931822734375004,0,0,1,'2023-05-06 00:00:00'), + (13118,2101,NULL,2,2103,1,'Long Stick','',94.52216015625,-57.860356406250006,0,0,1,'2023-05-06 00:00:00'), + (13119,2101,NULL,2,2103,1,'Rusty Broadsword','',97.12290234375,-80.04802734375,0,0,1,'2023-05-06 00:00:00'), + (13120,2101,NULL,2,2103,1,'Traveler\'s Sword','',98.16321093750003,-74.236078125,0,0,1,'2023-05-06 00:00:00'), + (13121,2101,NULL,2,2103,1,'Wooden Stick','',98.176828125,-74.2218515625,0,0,1,'2023-05-06 00:00:00'), + (13122,2101,NULL,2,2103,1,'Sturdy Thick Stick','',98.19021093750003,-74.206640625,0,0,1,'2023-05-06 00:00:00'), + (13123,2101,NULL,2,2105,1,'Rusty Shield','',98.4524296875,-91.53495703125,0,0,1,'2023-05-06 00:00:00'), + (13124,2101,NULL,2,2105,1,'Rusty Shield','',98.647265625,-91.43012109375,0,0,1,'2023-05-06 00:00:00'), + (13125,2101,NULL,2,2105,1,'Traveler\'s Shield','',101.11058203124998,-82.37804296875,0,0,1,'2023-05-06 00:00:00'), + (13126,2101,NULL,2,2103,1,'Soup Ladle','',98.61226171875,-92.0539453125,0,0,1,'2023-05-06 00:00:00'), + (13127,2101,NULL,2,2105,1,'Spiked Boko Shield','',103.06828125,-84.943921875,0,0,1,'2023-05-06 00:00:00'), + (13128,2101,NULL,2,2103,1,'Torch','',105.38398828125,-98.65853906250001,0,0,1,'2023-05-06 00:00:00'), + (13129,2101,NULL,2,2103,1,'Rusty Claymore','',104.30881640625,-99.23055468749999,0,0,1,'2023-05-06 00:00:00'), + (13130,2101,NULL,2,2105,1,'Rusty Shield','',104.84039062500003,-99.6923671875,0,0,1,'2023-05-06 00:00:00'), + (13131,2101,NULL,2,2103,1,'Boat Oar','',96.00165234375,-103.19183203125,0,0,1,'2023-05-06 00:00:00'), + (13132,2101,NULL,2,2103,1,'Sturdy Long Stick','',96.0339375,-103.17315234375,0,0,1,'2023-05-06 00:00:00'), + (13133,2101,NULL,2,2104,1,'Knight\'s Bow','',107.91165234375,-17.744894531250004,0,0,1,'2023-05-06 00:00:00'), + (13134,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.903015625,-17.75783203125,0,0,1,'2023-05-06 00:00:00'), + (13135,2101,NULL,2,2103,1,'Lizal Boomerang','',107.89906640625,-17.7665625,0,0,1,'2023-05-06 00:00:00'), + (13136,2101,NULL,2,2104,1,'Spiked Boko Bow','',111.2455078125,-27.8293828125,0,0,1,'2023-05-06 00:00:00'), + (13137,2101,NULL,2,2103,1,'Wooden Stick','',111.24175781250003,-27.85115625,0,0,1,'2023-05-06 00:00:00'), + (13138,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',111.2380546875,-27.86797265625,0,0,1,'2023-05-06 00:00:00'), + (13139,2101,NULL,2,2104,1,'Spiked Boko Bow','',110.1168046875,-30.16065234375,0,0,1,'2023-05-06 00:00:00'), + (13140,2101,NULL,2,2103,1,'Wooden Stick','',110.11828125,-30.182859375,0,0,1,'2023-05-06 00:00:00'), + (13141,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',110.11935937499997,-30.1966171875,0,0,1,'2023-05-06 00:00:00'), + (13142,2101,NULL,2,2103,1,'Rusty Broadsword','',108.55541015625,-40.672359375,0,0,1,'2023-05-06 00:00:00'), + (13143,2101,NULL,2,2103,1,'Rusty Halberd','',107.76420703125,-40.55103515625,0,0,1,'2023-05-06 00:00:00'), + (13144,2101,NULL,2,2105,1,'Rusty Shield','',106.16092968749999,-45.0488671875,0,0,1,'2023-05-06 00:00:00'), + (13145,2101,NULL,2,2103,1,'Rusty Halberd','',106.5928828125,-45.19158984375,0,0,1,'2023-05-06 00:00:00'), + (13146,2101,NULL,2,2103,1,'Rusty Halberd','',109.51981640624999,-41.05794140625,0,0,1,'2023-05-06 00:00:00'), + (13147,2101,NULL,2,2103,1,'Farming Hoe','',107.19685546875,-38.618390624999996,0,0,1,'2023-05-06 00:00:00'), + (13148,2101,NULL,2,2103,1,'Torch','',106.99940625,-38.6704921875,0,0,1,'2023-05-06 00:00:00'), + (13149,2101,NULL,2,2103,1,'Long Stick','',110.45497265625,-53.0227875,0,0,1,'2023-05-06 00:00:00'), + (13150,2101,NULL,2,2103,1,'Royal Halberd','',88.24149609375,-88.94314453125001,0,0,1,'2023-05-06 00:00:00'), + (13151,2101,NULL,2,2103,1,'Soup Ladle','',88.77758203125,-99.97640625,0,0,1,'2023-05-06 00:00:00'), + (13152,2101,NULL,2,2105,1,'Pot Lid','',88.7303203125,-99.97538671875,0,0,1,'2023-05-06 00:00:00'), + (13153,2101,NULL,2,2103,1,'Farming Hoe','',88.3538671875,-100.07230078125001,0,0,1,'2023-05-06 00:00:00'), + (13154,2101,NULL,2,2103,1,'Torch','',88.7871328125,-99.34599609375,0,0,1,'2023-05-06 00:00:00'), + (13155,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',86.13364453125,-97.1353359375,0,0,1,'2023-05-06 00:00:00'), + (13156,2101,NULL,2,2104,1,'Knight\'s Bow','',92.8009921875,-95.89790625,0,0,1,'2023-05-06 00:00:00'), + (13157,2101,NULL,2,2103,1,'Sturdy Long Stick','',85.9599375,-93.90059765625001,0,0,1,'2023-05-06 00:00:00'), + (13158,2101,NULL,2,2105,1,'Wooden Shield','',104.78073046875,-82.4659453125,0,0,1,'2023-05-06 00:00:00'), + (13159,2101,NULL,2,2104,1,'Traveler\'s Bow','',101.09944921875,-82.36883203125,0,0,1,'2023-05-06 00:00:00'), + (13160,2101,NULL,2,2103,1,'Rusty Halberd','',103.461609375,-83.54705859375,0,0,1,'2023-05-06 00:00:00'), + (13161,2101,NULL,2,2103,1,'Knight\'s Broadsword','',94.11863671875,-90.786,0,0,1,'2023-05-06 00:00:00'), + (13162,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',94.1338125,-90.7814296875,0,0,1,'2023-05-06 00:00:00'), + (13163,2101,NULL,2,2103,1,'Sturdy Thick Stick','',94.15102734375,-90.77523046875,0,0,1,'2023-05-06 00:00:00'), + (13164,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',102.7151484375,-88.59132421875,0,0,1,'2023-05-06 00:00:00'), + (13165,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',102.70726171874998,-88.60791796875,0,0,1,'2023-05-06 00:00:00'), + (13166,2101,NULL,2,2103,1,'Royal Claymore','',102.68791406250001,-88.63259765625001,0,0,1,'2023-05-06 00:00:00'), + (13167,2101,NULL,2,2103,1,'Wooden Stick','',97.83242578125,-83.1240234375,0,0,1,'2023-05-06 00:00:00'), + (13168,2101,NULL,2,2103,1,'Long Stick','',97.80786328125,-83.12688281250001,0,0,1,'2023-05-06 00:00:00'), + (13169,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',104.7542109375,-98.19147656249999,0,0,1,'2023-05-06 00:00:00'), + (13170,2101,NULL,2,2105,1,'Fisherman\'s Shield','',104.76343359375,-98.16973828125,0,0,1,'2023-05-06 00:00:00'), + (13171,2101,NULL,2,2103,1,'Long Stick','',100.14577734375003,-104.57064843750001,0,0,1,'2023-05-06 00:00:00'), + (13172,2101,NULL,2,2103,1,'Long Stick','',100.18580859375,-104.58336328125,0,0,1,'2023-05-06 00:00:00'), + (13173,2101,NULL,2,2103,1,'Long Stick','',100.15018359375,-104.62604296875,0,0,1,'2023-05-06 00:00:00'), + (13174,2101,NULL,2,2103,1,'Long Stick','',100.13164453124998,-104.59913671875,0,0,1,'2023-05-06 00:00:00'), + (13175,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',94.9817578125,-104.6453203125,0,0,1,'2023-05-06 00:00:00'), + (13176,2101,NULL,2,2103,1,'Sturdy Thick Stick','',108.5709375,-34.878421875,0,0,1,'2023-05-06 00:00:00'), + (13177,2101,NULL,2,2104,1,'Soldier’s Bow','',108.48229687499997,-41.6846953125,0,0,1,'2023-05-06 00:00:00'), + (13178,2101,NULL,2,2103,1,'Rusty Halberd','',107.86640625,-42.2203125,0,0,1,'2023-05-06 00:00:00'), + (13179,2101,NULL,2,2103,1,'Rusty Broadsword','',107.3898984375,-41.998828125,0,0,1,'2023-05-06 00:00:00'), + (13180,2101,NULL,2,2103,1,'Rusty Claymore','',108.25451953125003,-41.61483984375,0,0,1,'2023-05-06 00:00:00'), + (13181,2101,NULL,2,2105,1,'Spiked Boko Shield','',105.7025390625,-44.2339921875,0,0,1,'2023-05-06 00:00:00'), + (13182,2101,NULL,2,2104,1,'Knight\'s Bow','',105.70494140625,-44.19537890625,0,0,1,'2023-05-06 00:00:00'), + (13183,2101,NULL,2,2103,1,'Knight\'s Broadsword','',105.70203515625,-44.2234453125,0,0,1,'2023-05-06 00:00:00'), + (13184,2101,NULL,2,2103,1,'Torch','',109.03371093749998,-52.80216328125,0,0,1,'2023-05-06 00:00:00'), + (13185,2101,NULL,2,2104,1,'Lizal Bow','',110.13577734375,-58.113629414062494,0,0,1,'2023-05-06 00:00:00'), + (13186,2101,NULL,2,2103,1,'Boomerang','',110.14526953125,-58.125465937499996,0,0,1,'2023-05-06 00:00:00'), + (13187,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',110.1555,-58.1363511328125,0,0,1,'2023-05-06 00:00:00'), + (13188,2101,NULL,2,2103,1,'Zora Longsword','',106.60055859375,-57.091032421875,0,0,1,'2023-05-06 00:00:00'), + (13189,2101,NULL,2,2103,1,'Wooden Stick','',107.83985156249999,-66.256705078125,0,0,1,'2023-05-06 00:00:00'), + (13190,2101,NULL,2,2105,1,'Traveler\'s Shield','',107.23396875,-76.7911875,0,0,1,'2023-05-06 00:00:00'), + (13191,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',107.23394531250003,-76.7812265625,0,0,1,'2023-05-06 00:00:00'), + (13192,2101,NULL,2,2103,1,'Thick Stick','',107.23396875,-76.7396953125,0,0,1,'2023-05-06 00:00:00'), + (13193,2101,NULL,2,2103,1,'Boomerang','',110.64251953124997,-75.29548828125,0,0,1,'2023-05-06 00:00:00'), + (13194,2101,NULL,2,2104,1,'Spiked Boko Bow','',108.80462109375,-75.87971484375,0,0,1,'2023-05-06 00:00:00'), + (13195,2101,NULL,2,2103,1,'Wooden Stick','',108.81471093750002,-75.85771875,0,0,1,'2023-05-06 00:00:00'), + (13196,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',108.81882421875,-75.84371484375,0,0,1,'2023-05-06 00:00:00'), + (13197,2101,NULL,2,2103,1,'Farming Hoe','',109.220390625,-83.23884375,0,0,1,'2023-05-06 00:00:00'), + (13198,2101,NULL,2,2105,1,'Pot Lid','',110.68725,-83.67214453125,0,0,1,'2023-05-06 00:00:00'), + (13199,2101,NULL,2,2103,1,'Farming Hoe','',114.6511875,-83.55234375,0,0,1,'2023-05-06 00:00:00'), + (13200,2101,NULL,2,2103,1,'Tree Branch','',114.35368359375,-83.06049609375,0,0,1,'2023-05-06 00:00:00'), + (13201,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',103.07569921875,-84.95054296874999,0,0,1,'2023-05-06 00:00:00'), + (13202,2101,NULL,2,2103,1,'Traveler\'s Claymore','',103.0963125,-84.969421875,0,0,1,'2023-05-06 00:00:00'), + (13203,2101,NULL,2,2103,1,'Tree Branch','',98.09286328125,-89.8037578125,0,0,1,'2023-05-06 00:00:00'), + (13204,2101,NULL,2,2103,1,'Boat Oar','',105.31855078125002,-98.63671875,0,0,1,'2023-05-06 00:00:00'), + (13205,2101,NULL,2,2103,1,'Fishing Harpoon','',105.2323828125,-99.07484765625001,0,0,1,'2023-05-06 00:00:00'), + (13206,2101,NULL,2,2103,1,'Fishing Harpoon','',105.2651015625,-99.084984375,0,0,1,'2023-05-06 00:00:00'), + (13207,2101,NULL,2,2103,1,'Fishing Harpoon','',105.25623046875,-99.05429296875,0,0,1,'2023-05-06 00:00:00'), + (13208,2101,NULL,2,2103,1,'Fishing Harpoon','',105.70196484375,-98.11746093750001,0,0,1,'2023-05-06 00:00:00'), + (13209,2101,NULL,2,2103,1,'Fishing Harpoon','',105.687140625,-98.1515390625,0,0,1,'2023-05-06 00:00:00'), + (13210,2101,NULL,2,2103,1,'Fishing Harpoon','',105.66969140625002,-98.13860156250001,0,0,1,'2023-05-06 00:00:00'), + (13211,2101,NULL,2,2103,1,'Sturdy Thick Stick','',108.5742890625,-34.86421875,0,0,1,'2023-05-06 00:00:00'), + (13212,2101,NULL,2,2103,1,'Rusty Halberd','',107.1265078125,-25.385777343750004,0,0,1,'2023-05-06 00:00:00'), + (13213,2101,NULL,2,2103,1,'Rusty Broadsword','',106.18142578125,-31.56924609375,0,0,1,'2023-05-06 00:00:00'), + (13214,2101,NULL,2,2104,1,'Spiked Boko Bow','',108.03844921874997,-44.54736328125,0,0,1,'2023-05-06 00:00:00'), + (13215,2101,NULL,2,2103,1,'Wooden Stick','',108.01470703125003,-44.53675781250001,0,0,1,'2023-05-06 00:00:00'), + (13216,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.99867578125,-44.531203125,0,0,1,'2023-05-06 00:00:00'), + (13217,2101,NULL,2,2103,1,'Wooden Stick','',107.86210546875,-80.89456640625,0,0,1,'2023-05-06 00:00:00'), + (13218,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.85153515625,-80.87953125,0,0,1,'2023-05-06 00:00:00'), + (13219,2101,NULL,2,2103,1,'Soldier\'s Claymore','',107.8386328125,-80.85120703125,0,0,1,'2023-05-06 00:00:00'), + (13220,2101,NULL,2,2105,1,'Pot Lid','',109.27760156250002,-83.1753515625,0,0,1,'2023-05-06 00:00:00'), + (13221,2101,NULL,2,2103,1,'Wooden Mop','',109.78830468749997,-82.82962500000001,0,0,1,'2023-05-06 00:00:00'), + (13222,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',114.43158984375,-83.56051171874999,0,0,1,'2023-05-06 00:00:00'), + (13223,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',112.77670312500003,-83.17749609375,0,0,1,'2023-05-06 00:00:00'), + (13224,2101,NULL,2,2103,1,'Rusty Halberd','',108.80953125,-84.09849609375001,0,0,1,'2023-05-06 00:00:00'), + (13225,2101,NULL,2,2105,1,'Pot Lid','',111.05412890625,-83.407640625,0,0,1,'2023-05-06 00:00:00'), + (13226,2101,NULL,2,2103,1,'Soup Ladle','',110.77125,-83.6193984375,0,0,1,'2023-05-06 00:00:00'), + (13227,2101,NULL,2,2103,1,'Rusty Broadsword','',111.05333203125,-82.31640234375001,0,0,1,'2023-05-06 00:00:00'), + (13228,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.54865625,-88.83853125,0,0,1,'2023-05-06 00:00:00'), + (13229,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.50990234375,-88.85735156250001,0,0,1,'2023-05-06 00:00:00'), + (13230,2101,NULL,2,2103,1,'Wooden Stick','',109.5321796875,-88.84608984375,0,0,1,'2023-05-06 00:00:00'), + (13231,2101,NULL,2,2103,1,'Boat Oar','',116.429953125,-87.8420859375,0,0,1,'2023-05-06 00:00:00'), + (13232,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',116.44906640625003,-87.89155078125,0,0,1,'2023-05-06 00:00:00'), + (13233,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',116.53396875,-87.929484375,0,0,1,'2023-05-06 00:00:00'), + (13234,2101,NULL,2,2105,1,'Lizal Shield','',119.2037109375,-57.6964494140625,0,0,1,'2023-05-06 00:00:00'), + (13235,2101,NULL,2,2103,1,'Boomerang','',119.19430078125,-57.6996687890625,0,0,1,'2023-05-06 00:00:00'), + (13236,2101,NULL,2,2103,1,'Traveler\'s Claymore','',119.167734375,-57.7083609375,0,0,1,'2023-05-06 00:00:00'), + (13237,2101,NULL,2,2103,1,'Thick Stick','',118.24416796875,-71.04891796875,0,0,1,'2023-05-06 00:00:00'), + (13238,2101,NULL,2,2103,1,'Boat Oar','',122.82619921875,-101.22401953125,0,0,1,'2023-05-06 00:00:00'), + (13239,2101,NULL,2,2105,1,'Rusty Shield','',123.0165703125,-99.97473046875,0,0,1,'2023-05-06 00:00:00'), + (13240,2101,NULL,2,2103,1,'Rusty Claymore','',122.41362890625,-101.75948437500001,0,0,1,'2023-05-06 00:00:00'), + (13241,2101,NULL,2,2103,1,'Tree Branch','',123.98455078125,-101.61959765625001,0,0,1,'2023-05-06 00:00:00'), + (13242,2101,NULL,2,2105,1,'Soldier’s Shield','',105.4228125,-44.16908203125001,0,0,1,'2023-05-06 00:00:00'), + (13243,2101,NULL,2,2104,1,'Boko Bow','',105.421640625,-44.20034765625,0,0,1,'2023-05-06 00:00:00'), + (13244,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',105.42441796875,-44.18286328124999,0,0,1,'2023-05-06 00:00:00'), + (13245,2101,NULL,2,2105,1,'Spiked Boko Shield','',107.82833203125,-66.251818359375,0,0,1,'2023-05-06 00:00:00'), + (13246,2101,NULL,2,2105,1,'Lizal Shield','',108.08813671875,-59.2796033203125,0,0,1,'2023-05-06 00:00:00'), + (13247,2101,NULL,2,2104,1,'Spiked Boko Bow','',109.129171875,-72.6356484375,0,0,1,'2023-05-06 00:00:00'), + (13248,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.14666796875,-72.6162890625,0,0,1,'2023-05-06 00:00:00'), + (13249,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.15733203125,-72.603328125,0,0,1,'2023-05-06 00:00:00'), + (13250,2101,NULL,2,2103,1,'Wooden Stick','',116.49509765625002,-87.93700781250001,0,0,1,'2023-05-06 00:00:00'), + (13251,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',106.37292187499997,-91.0511484375,0,0,1,'2023-05-06 00:00:00'), + (13252,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.36768359374999,-91.071421875,0,0,1,'2023-05-06 00:00:00'), + (13253,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.3656328125,-91.08909375,0,0,1,'2023-05-06 00:00:00'), + (13254,2101,NULL,2,2103,1,'Soldier\'s Claymore','',106.3579921875,-86.48012109375001,0,0,1,'2023-05-06 00:00:00'), + (13255,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.367109375,-86.510203125,0,0,1,'2023-05-06 00:00:00'), + (13256,2101,NULL,2,2103,1,'Wooden Stick','',106.37762109375,-86.5251328125,0,0,1,'2023-05-06 00:00:00'), + (13257,2101,NULL,2,2103,1,'Boat Oar','',106.02519140625,-101.4415078125,0,0,1,'2023-05-06 00:00:00'), + (13258,2101,NULL,2,2105,1,'Rusty Shield','',122.91441796875,-21.298687499999996,0,0,1,'2023-05-06 00:00:00'), + (13259,2101,NULL,2,2103,1,'Torch','',123.26269921875002,-21.6127265625,0,0,1,'2023-05-06 00:00:00'), + (13260,2101,NULL,2,2104,1,'Mighty Construct Bow','',124.65854296875,-16.61208984375,0,0,1,'2023-05-06 00:00:00'), + (13261,2101,NULL,2,2103,1,'Strong Zonaite Spear','',126.351234375,-14.7286171875,0,0,1,'2023-05-06 00:00:00'), + (13262,2101,NULL,2,2104,1,'Mighty Construct Bow','',123.36950390624997,-14.736421874999998,0,0,1,'2023-05-06 00:00:00'), + (13263,2101,NULL,2,2103,1,'Strong Zonaite Sword','',123.70653515625001,-15.529007812499998,0,0,1,'2023-05-06 00:00:00'), + (13264,2101,NULL,2,2105,1,'Strong Zonaite Shield','',123.71876953124998,-15.528738281250003,0,0,1,'2023-05-06 00:00:00'), + (13265,2101,NULL,2,2104,1,'Strong Construct Bow','',123.73320703124998,-15.53124609375,0,0,1,'2023-05-06 00:00:00'), + (13266,2101,NULL,2,2103,1,'Wooden Stick','',126.703640625,-25.75076953125,0,0,1,'2023-05-06 00:00:00'), + (13267,2101,NULL,2,2103,1,'Long Stick','',126.696515625,-25.726980468750003,0,0,1,'2023-05-06 00:00:00'), + (13268,2101,NULL,2,2105,1,'Wooden Shield','',120.09612890625002,-26.2238671875,0,0,1,'2023-05-06 00:00:00'), + (13269,2101,NULL,2,2103,1,'Boat Oar','',121.212796875,-30.96772265625,0,0,1,'2023-05-06 00:00:00'), + (13270,2101,NULL,2,2103,1,'Wooden Stick','',122.8653515625,-100.90566796875,0,0,1,'2023-05-06 00:00:00'), + (13271,2101,NULL,2,2103,1,'Boat Oar','',122.98471875,-99.5900390625,0,0,1,'2023-05-06 00:00:00'), + (13272,2101,NULL,2,2103,1,'Sturdy Thick Stick','',124.01571093749997,-99.80180859375,0,0,1,'2023-05-06 00:00:00'), + (13273,2101,NULL,2,2103,1,'Sturdy Long Stick','',124.0366875,-99.84779296874999,0,0,1,'2023-05-06 00:00:00'), + (13274,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',124.72030078124997,-102.12475781250001,0,0,1,'2023-05-06 00:00:00'), + (13275,2101,NULL,2,2103,1,'Sturdy Long Stick','',124.69698046875001,-102.13262109374999,0,0,1,'2023-05-06 00:00:00'), + (13276,2101,NULL,2,2103,1,'Knight\'s Halberd','',19.708722656249996,-75.6568828125,0,0,1,'2023-05-06 00:00:00'), + (13277,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',19.665644531250003,-75.6591328125,0,0,1,'2023-05-06 00:00:00'), + (13278,2101,NULL,2,2103,1,'Sturdy Thick Stick','',19.921957031249995,-76.3175625,0,0,1,'2023-05-06 00:00:00'), + (13279,2101,NULL,2,2103,1,'Sturdy Thick Stick','',16.485175781249996,-89.7091875,0,0,1,'2023-05-06 00:00:00'), + (13280,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',20.450437500000003,-87.05185546875,0,0,1,'2023-05-06 00:00:00'), + (13281,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',20.457574218749997,-87.02417578125,0,0,1,'2023-05-06 00:00:00'), + (13282,2101,NULL,2,2103,1,'Lizal Boomerang','',20.461441406249996,-87.00767578125001,0,0,1,'2023-05-06 00:00:00'), + (13283,2101,NULL,2,2103,1,'Sturdy Thick Stick','',12.48046875,-83.87109375,0,0,1,'2023-05-06 00:00:00'), + (13284,2101,NULL,2,2103,1,'Sturdy Long Stick','',12.31640625,-83.8359375,0,0,1,'2023-05-06 00:00:00'), + (13285,2101,NULL,2,2103,1,'Long Stick','',33.01039453125,-28.63372265625,0,0,1,'2023-05-06 00:00:00'), + (13286,2101,NULL,2,2103,1,'Farming Hoe','',110.51328515625,-82.49452734375,0,0,1,'2023-05-06 00:00:00'), + (13287,2101,NULL,2,2105,1,'Fisherman\'s Shield','',109.6098984375,-96.71058984375001,0,0,1,'2023-05-06 00:00:00'), + (13288,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.64042578125,-96.72207421875,0,0,1,'2023-05-06 00:00:00'), + (13289,2101,NULL,2,2103,1,'Sturdy Long Stick','',109.65716015625,-96.72643359375,0,0,1,'2023-05-06 00:00:00'), + (13290,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.61958984375,-96.71207812499999,0,0,1,'2023-05-06 00:00:00'), + (13291,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',124.951359375,-15.23063671875,0,0,1,'2023-05-06 00:00:00'), + (13292,2101,NULL,2,2105,1,'Strong Zonaite Shield','',125.06165625,-14.884605468749998,0,0,1,'2023-05-06 00:00:00'), + (13293,2101,NULL,2,2103,1,'Strong Zonaite Sword','',125.07311718749997,-14.8848984375,0,0,1,'2023-05-06 00:00:00'), + (13294,2101,NULL,2,2103,1,'Torch','',124.8043828125,-15.349734375,0,0,1,'2023-05-06 00:00:00'), + (13295,2101,NULL,2,2103,1,'Boat Oar','',125.2267265625,-22.171921875,0,0,1,'2023-05-06 00:00:00'), + (13296,2101,NULL,2,2103,1,'Torch','',119.70141796875,-26.40253125,0,0,1,'2023-05-06 00:00:00'), + (13297,2101,NULL,2,2103,1,'Wooden Mop','',119.98396875,-26.37948046875,0,0,1,'2023-05-06 00:00:00'), + (13298,2101,NULL,2,2103,1,'Rusty Claymore','',120.90806250000001,-24.185953125,0,0,1,'2023-05-06 00:00:00'), + (13299,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',122.74925390624998,-102.35401171874999,0,0,1,'2023-05-06 00:00:00'), + (13300,2101,NULL,2,2103,1,'Sturdy Thick Stick','',122.72208984375,-102.34876171875,0,0,1,'2023-05-06 00:00:00'), + (13301,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.411867187499997,-83.38883203125,0,0,1,'2023-05-06 00:00:00'), + (13302,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',19.659058593750004,-75.65928515625,0,0,1,'2023-05-06 00:00:00'), + (13303,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',19.691132812500005,-75.6612421875,0,0,1,'2023-05-06 00:00:00'), + (13304,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',14.473148437500004,-74.42619140625,0,0,1,'2023-05-06 00:00:00'), + (13305,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',14.461488281249995,-74.44625390625,0,0,1,'2023-05-06 00:00:00'), + (13306,2101,NULL,2,2103,1,'Sturdy Long Stick','',14.468882812499997,-74.435578125,0,0,1,'2023-05-06 00:00:00'), + (13307,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',14.448128906250002,-74.45480859375,0,0,1,'2023-05-06 00:00:00'), + (13308,2101,NULL,2,2103,1,'Sturdy Thick Stick','',19.913308593750003,-76.3353046875,0,0,1,'2023-05-06 00:00:00'), + (13309,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.629285156249995,-95.11173046875,0,0,1,'2023-05-06 00:00:00'), + (13310,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.439441406249998,-95.24040234375,0,0,1,'2023-05-06 00:00:00'), + (13311,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.2684296875,-95.0550234375,0,0,1,'2023-05-06 00:00:00'), + (13312,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.128531249999998,-94.725046875,0,0,1,'2023-05-06 00:00:00'), + (13313,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.152683593750005,-94.48482421875,0,0,1,'2023-05-06 00:00:00'), + (13314,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.34716796875,-94.41380859375,0,0,1,'2023-05-06 00:00:00'), + (13315,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.64489453125,-94.37089453125,0,0,1,'2023-05-06 00:00:00'), + (13316,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.854390625000004,-94.68140625,0,0,1,'2023-05-06 00:00:00'), + (13317,2101,NULL,2,2105,1,'Hunter\'s Shield','',21.634710937500003,-101.84017968750001,0,0,1,'2023-05-06 00:00:00'), + (13318,2101,NULL,2,2103,1,'Knight\'s Broadsword','',21.602425781250002,-101.80280859374999,0,0,1,'2023-05-06 00:00:00'), + (13319,2101,NULL,2,2103,1,'Soldier\'s Spear','',33.002859375,-28.6113984375,0,0,1,'2023-05-06 00:00:00'), + (13320,2101,NULL,2,2103,1,'Torch','',33.020285156250004,-28.65926953125,0,0,1,'2023-05-06 00:00:00'), + (13321,2101,NULL,2,2105,1,'Boko Shield','',27.1241015625,-32.51419921875,0,0,1,'2023-05-06 00:00:00'), + (13322,2101,NULL,2,2103,1,'Wooden Stick','',27.09375,-32.49188671875,0,0,1,'2023-05-06 00:00:00'), + (13323,2101,NULL,2,2103,1,'Soldier\'s Spear','',27.08296875,-32.484375,0,0,1,'2023-05-06 00:00:00'), + (13324,2101,NULL,2,2103,1,'Wooden Stick','',27.1171875,-32.51015625,0,0,1,'2023-05-06 00:00:00'), + (13325,2101,NULL,2,2103,1,'Tree Branch','',27.58543359375,-30.80276953125,0,0,1,'2023-05-06 00:00:00'), + (13326,2101,NULL,2,2103,1,'Tree Branch','',27.24444140625,-30.8156484375,0,0,1,'2023-05-06 00:00:00'), + (13327,2101,NULL,2,2103,1,'Tree Branch','',27.3442265625,-31.3186171875,0,0,1,'2023-05-06 00:00:00'), + (13328,2101,NULL,2,2103,1,'Tree Branch','',26.685140625,-31.16625,0,0,1,'2023-05-06 00:00:00'), + (13329,2101,NULL,2,2103,1,'Tree Branch','',26.8856015625,-31.31834765625,0,0,1,'2023-05-06 00:00:00'), + (13330,2101,NULL,2,2103,1,'Tree Branch','',26.90900390625,-31.09782421875,0,0,1,'2023-05-06 00:00:00'), + (13331,2101,NULL,2,2105,1,'Soldier’s Shield','',32.44766015625,-30.4965234375,0,0,1,'2023-05-06 00:00:00'), + (13332,2101,NULL,2,2104,1,'Boko Bow','',32.49563671874999,-30.47574609375,0,0,1,'2023-05-06 00:00:00'), + (13333,2101,NULL,2,2103,1,'Wooden Stick','',32.47531640625,-30.483609375,0,0,1,'2023-05-06 00:00:00'), + (13334,2101,NULL,2,2103,1,'Traveler\'s Sword','',32.45541796875,-30.4919765625,0,0,1,'2023-05-06 00:00:00'), + (13335,2101,NULL,2,2105,1,'Boko Shield','',29.397421875,-34.38483984375,0,0,1,'2023-05-06 00:00:00'), + (13336,2101,NULL,2,2104,1,'Soldier’s Bow','',29.45071875,-34.39421484375,0,0,1,'2023-05-06 00:00:00'), + (13337,2101,NULL,2,2103,1,'Wooden Stick','',29.4271171875,-34.38936328125,0,0,1,'2023-05-06 00:00:00'), + (13338,2101,NULL,2,2103,1,'Traveler\'s Sword','',29.40561328125,-34.385296875,0,0,1,'2023-05-06 00:00:00'), + (13339,2101,NULL,2,2103,1,'Thick Stick','',32.056546875,-38.34657421875,0,0,1,'2023-05-06 00:00:00'), + (13340,2101,NULL,2,2103,1,'Knight\'s Broadsword','',122.83389843750003,-101.03159765624999,0,0,1,'2023-05-06 00:00:00'), + (13341,2101,NULL,2,2105,1,'Knight\'s Shield','',122.76198046875,-101.19568359375,0,0,1,'2023-05-06 00:00:00'), + (13342,2101,NULL,2,2103,1,'Soldier\'s Spear','',123.86881640625,-103.09543359374999,0,0,1,'2023-05-06 00:00:00'), + (13343,2101,NULL,2,2105,1,'Boko Shield','',23.57483203125,-35.36837109375,0,0,1,'2023-05-06 00:00:00'), + (13344,2101,NULL,2,2103,1,'Wooden Stick','',23.5657734375,-35.3349609375,0,0,1,'2023-05-06 00:00:00'), + (13345,2101,NULL,2,2103,1,'Long Stick','',23.55598828125,-35.31889453125,0,0,1,'2023-05-06 00:00:00'), + (13346,2101,NULL,2,2103,1,'Wooden Stick','',23.57199609375,-35.36267578125,0,0,1,'2023-05-06 00:00:00'), + (13347,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.332496093749995,-81.910453125,0,0,1,'2023-05-06 00:00:00'), + (13348,2101,NULL,2,2103,1,'Traveler\'s Claymore','',13.916484375,-81.1777734375,0,0,1,'2023-05-06 00:00:00'), + (13349,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.288546875,-80.224546875,0,0,1,'2023-05-06 00:00:00'), + (13350,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.67341796875,-86.60101171875,0,0,1,'2023-05-06 00:00:00'), + (13351,2101,NULL,2,2103,1,'Traveler\'s Claymore','',19.754917968749997,-85.52883984374999,0,0,1,'2023-05-06 00:00:00'), + (13352,2101,NULL,2,2103,1,'Traveler\'s Claymore','',17.988351562500004,-88.05015234374999,0,0,1,'2023-05-06 00:00:00'), + (13353,2101,NULL,2,2103,1,'Traveler\'s Claymore','',20.409679687500002,-83.95051171875,0,0,1,'2023-05-06 00:00:00'), + (13354,2101,NULL,2,2103,1,'Traveler\'s Claymore','',23.11630078125,-90.33120703125,0,0,1,'2023-05-06 00:00:00'), + (13355,2101,NULL,2,2103,1,'Traveler\'s Claymore','',20.25333984375,-88.23310546875,0,0,1,'2023-05-06 00:00:00'), + (13356,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.817125,-82.99278515625,0,0,1,'2023-05-06 00:00:00'), + (13357,2101,NULL,2,2103,1,'Traveler\'s Claymore','',21.70939453125,-86.44548046875,0,0,1,'2023-05-06 00:00:00'), + (13358,2101,NULL,2,2103,1,'Traveler\'s Claymore','',13.919589843750002,-87.04696875,0,0,1,'2023-05-06 00:00:00'), + (13359,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.95951953125,-86.18089453125,0,0,1,'2023-05-06 00:00:00'), + (13360,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.409699218750003,-84.32272265625001,0,0,1,'2023-05-06 00:00:00'), + (13361,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.608374999999995,-83.29433203125,0,0,1,'2023-05-06 00:00:00'), + (13362,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.571917968749997,-82.05648046875,0,0,1,'2023-05-06 00:00:00'), + (13363,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.059285156250002,-82.628671875,0,0,1,'2023-05-06 00:00:00'), + (13364,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.327996093749995,-85.08205078125,0,0,1,'2023-05-06 00:00:00'), + (13365,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.911402343750002,-84.61133203124999,0,0,1,'2023-05-06 00:00:00'), + (13366,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.432277343749995,-87.8905078125,0,0,1,'2023-05-06 00:00:00'), + (13367,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.061453124999995,-84.2217421875,0,0,1,'2023-05-06 00:00:00'), + (13368,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.440492187499995,-86.03551171875,0,0,1,'2023-05-06 00:00:00'), + (13369,2101,NULL,2,2103,1,'Wooden Stick','',27.70011328125,-20.0356640625,0,0,1,'2023-05-06 00:00:00'), + (13370,2101,NULL,2,2104,1,'Swallow Bow','',25.861734375,-31.35636328125,0,0,1,'2023-05-06 00:00:00'), + (13371,2101,NULL,2,2103,1,'Torch','',31.7164921875,-37.39229296875,0,0,1,'2023-05-06 00:00:00'), + (13372,2101,NULL,2,2103,1,'Long Stick','',28.43358984375,-51.082153125,0,0,1,'2023-05-06 00:00:00'), + (13373,2101,NULL,2,2103,1,'Torch','',28.4136328125,-51.129140625000005,0,0,1,'2023-05-06 00:00:00'), + (13374,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',34.183921874999996,-77.4099140625,0,0,1,'2023-05-06 00:00:00'), + (13375,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',34.191140624999996,-77.441203125,0,0,1,'2023-05-06 00:00:00'), + (13376,2101,NULL,2,2103,1,'Sturdy Long Stick','',34.20019921875,-77.45921484375,0,0,1,'2023-05-06 00:00:00'), + (13377,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',34.18618359375,-77.41679296875,0,0,1,'2023-05-06 00:00:00'), + (13378,2101,NULL,2,2104,1,'Knight\'s Bow','',24.113800781249996,-92.94165234375001,0,0,1,'2023-05-06 00:00:00'), + (13379,2101,NULL,2,2103,1,'Gerudo Spear','',32.0116640625,-89.0606484375,0,0,1,'2023-05-06 00:00:00'), + (13380,2101,NULL,2,2103,1,'Traveler\'s Spear','',30.966796875,-90.0234375,0,0,1,'2023-05-06 00:00:00'), + (13381,2101,NULL,2,2105,1,'Traveler\'s Shield','',31.0107421875,-89.94263671875,0,0,1,'2023-05-06 00:00:00'), + (13382,2101,NULL,2,2105,1,'Gerudo Shield','',25.0459453125,-93.53976562499999,0,0,1,'2023-05-06 00:00:00'), + (13383,2101,NULL,2,2103,1,'Gerudo Scimitar','',25.052390625,-93.5298046875,0,0,1,'2023-05-06 00:00:00'), + (13384,2101,NULL,2,2103,1,'Gerudo Claymore','',25.061765625,-93.521015625,0,0,1,'2023-05-06 00:00:00'), + (13385,2101,NULL,2,2104,1,'Gerudo Bow','',25.07792578125,-93.5059453125,0,0,1,'2023-05-06 00:00:00'), + (13386,2101,NULL,2,2104,1,'Traveler\'s Bow','',29.66823046875,-93.1444453125,0,0,1,'2023-05-06 00:00:00'), + (13387,2101,NULL,2,2103,1,'Torch','',35.745140625,-21.848765625,0,0,1,'2023-05-06 00:00:00'), + (13388,2101,NULL,2,2105,1,'Boko Shield','',37.64293359375,-34.92373828125,0,0,1,'2023-05-06 00:00:00'), + (13389,2101,NULL,2,2103,1,'Rusty Broadsword','',25.43670703125,-33.863109375,0,0,1,'2023-05-06 00:00:00'), + (13390,2101,NULL,2,2103,1,'Thick Stick','',26.1979921875,-32.7214453125,0,0,1,'2023-05-06 00:00:00'), + (13391,2101,NULL,2,2103,1,'Thick Stick','',26.18398828125,-32.7253828125,0,0,1,'2023-05-06 00:00:00'), + (13392,2101,NULL,2,2105,1,'Pot Lid','',28.259296875,-37.388671875,0,0,1,'2023-05-06 00:00:00'), + (13393,2101,NULL,2,2103,1,'Torch','',28.2266953125,-37.38830859375,0,0,1,'2023-05-06 00:00:00'), + (13394,2101,NULL,2,2103,1,'Soup Ladle','',28.28448046875,-37.4613984375,0,0,1,'2023-05-06 00:00:00'), + (13395,2101,NULL,2,2103,1,'Rusty Halberd','',28.42667578125,-37.17373828125,0,0,1,'2023-05-06 00:00:00'), + (13396,2101,NULL,2,2105,1,'Pot Lid','',32.04566015625,-37.65687890624999,0,0,1,'2023-05-06 00:00:00'), + (13397,2101,NULL,2,2103,1,'Rusty Halberd','',29.495085937500004,-46.0158984375,0,0,1,'2023-05-06 00:00:00'), + (13398,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',27.863765625,-48.45896015625,0,0,1,'2023-05-06 00:00:00'), + (13399,2101,NULL,2,2103,1,'Wooden Stick','',27.88156640625,-48.457569140625,0,0,1,'2023-05-06 00:00:00'), + (13400,2101,NULL,2,2103,1,'Long Stick','',28.42348828125,-51.103326562499994,0,0,1,'2023-05-06 00:00:00'), + (13401,2101,NULL,2,2103,1,'Rusty Claymore','',24.7129921875,-47.56478671875,0,0,1,'2023-05-06 00:00:00'), + (13402,2101,NULL,2,2105,1,'Wooden Shield','',24.35598046875,-57.702485507812504,0,0,1,'2023-05-06 00:00:00'), + (13403,2101,NULL,2,2105,1,'Wooden Shield','',24.34316015625,-57.690285820312496,0,0,1,'2023-05-06 00:00:00'), + (13404,2101,NULL,2,2103,1,'Rusty Broadsword','',29.5072265625,-59.75602734375,0,0,1,'2023-05-06 00:00:00'), + (13405,2101,NULL,2,2104,1,'Gerudo Bow','',25.933031250000006,-78.2226328125,0,0,1,'2023-05-06 00:00:00'), + (13406,2101,NULL,2,2105,1,'Radiant Shield','',25.95333984375,-78.20876953125001,0,0,1,'2023-05-06 00:00:00'), + (13407,2101,NULL,2,2103,1,'Torch','',27.33765234375,-74.41358203125,0,0,1,'2023-05-06 00:00:00'), + (13408,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',24.79880859375,-80.69279296875,0,0,1,'2023-05-06 00:00:00'), + (13409,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',24.7997109375,-80.72042578125,0,0,1,'2023-05-06 00:00:00'), + (13410,2101,NULL,2,2103,1,'Lizal Boomerang','',24.79901953125,-80.7335859375,0,0,1,'2023-05-06 00:00:00'), + (13411,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.725128906249996,-76.67820703125,0,0,1,'2023-05-06 00:00:00'), + (13412,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.774253906249996,-76.677421875,0,0,1,'2023-05-06 00:00:00'), + (13413,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.74678515625,-76.6764140625,0,0,1,'2023-05-06 00:00:00'), + (13414,2101,NULL,2,2103,1,'Rusty Claymore','',29.68798828125,-93.11254687499999,0,0,1,'2023-05-06 00:00:00'), + (13415,2101,NULL,2,2103,1,'Torch','',26.3452734375,-85.598296875,0,0,1,'2023-05-06 00:00:00'), + (13416,2101,NULL,2,2103,1,'Gerudo Spear','',25.07208984375,-93.513796875,0,0,1,'2023-05-06 00:00:00'), + (13417,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',27.61580859375,-83.80695703125,0,0,1,'2023-05-06 00:00:00'), + (13418,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',27.619171874999996,-83.78857031250001,0,0,1,'2023-05-06 00:00:00'), + (13419,2101,NULL,2,2103,1,'Gerudo Claymore','',27.62258203125,-83.757890625,0,0,1,'2023-05-06 00:00:00'), + (13420,2101,NULL,2,2103,1,'Rusty Halberd','',41.80184765625,-22.26162890625,0,0,1,'2023-05-06 00:00:00'), + (13421,2101,NULL,2,2105,1,'Knight\'s Shield','',35.677078125,-21.8867578125,0,0,1,'2023-05-06 00:00:00'), + (13422,2101,NULL,2,2103,1,'Wooden Stick','',37.664765625,-34.90829296875,0,0,1,'2023-05-06 00:00:00'), + (13423,2101,NULL,2,2103,1,'Long Stick','',37.67840625,-34.89609375,0,0,1,'2023-05-06 00:00:00'), + (13424,2101,NULL,2,2103,1,'Wooden Stick','',37.64743359375,-34.91984765625,0,0,1,'2023-05-06 00:00:00'), + (13425,2101,NULL,2,2103,1,'Tree Branch','',39.218296875,-38.88110156250001,0,0,1,'2023-05-06 00:00:00'), + (13426,2101,NULL,2,2103,1,'Tree Branch','',39.31285546875,-38.96288671875,0,0,1,'2023-05-06 00:00:00'), + (13427,2101,NULL,2,2103,1,'Thick Stick','',45.08227734375,-56.447295703125,0,0,1,'2023-05-06 00:00:00'), + (13428,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',36.005765625,-52.4931984375,0,0,1,'2023-05-06 00:00:00'), + (13429,2101,NULL,2,2105,1,'Pot Lid','',36.21087890625,-51.979366406249994,0,0,1,'2023-05-06 00:00:00'), + (13430,2101,NULL,2,2103,1,'Rusty Broadsword','',45.66385546875,-64.9011328125,0,0,1,'2023-05-06 00:00:00'), + (13431,2101,NULL,2,2103,1,'Torch','',45.701015625,-64.930259765625,0,0,1,'2023-05-06 00:00:00'), + (13432,2101,NULL,2,2105,1,'Rusty Shield','',45.6551484375,-64.908772265625,0,0,1,'2023-05-06 00:00:00'), + (13433,2101,NULL,2,2103,1,'Rusty Broadsword','',46.318453125,-59.380233046875,0,0,1,'2023-05-06 00:00:00'), + (13434,2101,NULL,2,2105,1,'Wooden Shield','',36.0581953125,-61.538909765625,0,0,1,'2023-05-06 00:00:00'), + (13435,2101,NULL,2,2103,1,'Wooden Stick','',36.04557421875,-61.51235390625,0,0,1,'2023-05-06 00:00:00'), + (13436,2101,NULL,2,2103,1,'Soldier\'s Spear','',36.03472265625,-61.49938359375,0,0,1,'2023-05-06 00:00:00'), + (13437,2101,NULL,2,2103,1,'Wooden Stick','',36.05373046875,-61.5321328125,0,0,1,'2023-05-06 00:00:00'), + (13438,2101,NULL,2,2103,1,'Thick Stick','',35.70601171875,-62.48469140625,0,0,1,'2023-05-06 00:00:00'), + (13439,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',44.14468359375,-80.7738984375,0,0,1,'2023-05-06 00:00:00'), + (13440,2101,NULL,2,2103,1,'Soldier\'s Spear','',44.12319140625,-80.759953125,0,0,1,'2023-05-06 00:00:00'), + (13441,2101,NULL,2,2103,1,'Knight\'s Halberd','',35.65529296875,-87.7359140625,0,0,1,'2023-05-06 00:00:00'), + (13442,2101,NULL,2,2103,1,'Eightfold Blade','',27.14530078125,-74.34772265625,0,0,1,'2023-05-06 00:00:00'), + (13443,2101,NULL,2,2103,1,'Eightfold Longblade','',27.1516640625,-74.3267578125,0,0,1,'2023-05-06 00:00:00'), + (13444,2101,NULL,2,2104,1,'Duplex Bow','',27.47082421875,-74.14733203125,0,0,1,'2023-05-06 00:00:00'), + (13445,2101,NULL,2,2103,1,'Soup Ladle','',31.88112890625,-88.69060546875,0,0,1,'2023-05-06 00:00:00'), + (13446,2101,NULL,2,2103,1,'Torch','',25.347234375,-93.1116328125,0,0,1,'2023-05-06 00:00:00'), + (13447,2101,NULL,2,2103,1,'Rusty Claymore','',25.51606640625,-93.5891953125,0,0,1,'2023-05-06 00:00:00'), + (13448,2101,NULL,2,2104,1,'Gerudo Bow','',24.24704296875,-92.9426953125,0,0,1,'2023-05-06 00:00:00'), + (13449,2101,NULL,2,2103,1,'Rusty Broadsword','',32.1719765625,-85.6458046875,0,0,1,'2023-05-06 00:00:00'), + (13450,2101,NULL,2,2103,1,'Rusty Claymore','',29.25500390625,-86.44587890625,0,0,1,'2023-05-06 00:00:00'), + (13451,2101,NULL,2,2105,1,'Gerudo Shield','',32.95381640625,-84.0065859375,0,0,1,'2023-05-06 00:00:00'), + (13452,2101,NULL,2,2103,1,'Traveler\'s Claymore','',23.4866015625,-92.1271875,0,0,1,'2023-05-06 00:00:00'), + (13453,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',25.8046875,-87.687890625,0,0,1,'2023-05-06 00:00:00'), + (13454,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',26.6115703125,-87.47465625,0,0,1,'2023-05-06 00:00:00'), + (13455,2101,NULL,2,2103,1,'Traveler\'s Claymore','',26.27438671875,-92.91922265625,0,0,1,'2023-05-06 00:00:00'), + (13456,2101,NULL,2,2103,1,'Gerudo Spear','',25.99555078125,-92.56993359375,0,0,1,'2023-05-06 00:00:00'), + (13457,2101,NULL,2,2103,1,'Traveler\'s Spear','',31.453125,-88.76953125,0,0,1,'2023-05-06 00:00:00'), + (13458,2101,NULL,2,2105,1,'Knight\'s Shield','',35.790199218750004,-21.761835937500003,0,0,1,'2023-05-06 00:00:00'), + (13459,2101,NULL,2,2105,1,'Royal Shield','',35.74630078125,-21.74490234375,0,0,1,'2023-05-06 00:00:00'), + (13460,2101,NULL,2,2103,1,'Rusty Claymore','',40.9891875,-37.1212265625,0,0,1,'2023-05-06 00:00:00'), + (13461,2101,NULL,2,2105,1,'Rusty Shield','',43.0513125,-35.95484765625,0,0,1,'2023-05-06 00:00:00'), + (13462,2101,NULL,2,2103,1,'Rusty Broadsword','',43.2425390625,-36.56842968750001,0,0,1,'2023-05-06 00:00:00'), + (13463,2101,NULL,2,2105,1,'Traveler\'s Shield','',38.81947265625,-39.0675,0,0,1,'2023-05-06 00:00:00'), + (13464,2101,NULL,2,2103,1,'Rusty Claymore','',43.5984375,-48.13828125,0,0,1,'2023-05-06 00:00:00'), + (13465,2101,NULL,2,2103,1,'Torch','',35.79615234375,-52.235765625,0,0,1,'2023-05-06 00:00:00'), + (13466,2101,NULL,2,2103,1,'Wooden Stick','',37.12822265625,-54.036983203125,0,0,1,'2023-05-06 00:00:00'), + (13467,2101,NULL,2,2103,1,'Wooden Stick','',37.11087890625,-54.0141421875,0,0,1,'2023-05-06 00:00:00'), + (13468,2101,NULL,2,2103,1,'Knight\'s Claymore','',37.09747265625,-54.006847265625,0,0,1,'2023-05-06 00:00:00'), + (13469,2101,NULL,2,2103,1,'Knight\'s Claymore','',38.85383203125,-76.5688125,0,0,1,'2023-05-06 00:00:00'), + (13470,2101,NULL,2,2103,1,'Rusty Halberd','',37.6661015625,-86.09953125,0,0,1,'2023-05-06 00:00:00'), + (13471,2101,NULL,2,2103,1,'Rusty Claymore','',37.0707890625,-85.6529296875,0,0,1,'2023-05-06 00:00:00'), + (13472,2101,NULL,2,2103,1,'Rusty Broadsword','',37.25377734375,-86.21658984374999,0,0,1,'2023-05-06 00:00:00'), + (13473,2101,NULL,2,2103,1,'Rusty Claymore','',38.8144921875,-86.6822109375,0,0,1,'2023-05-06 00:00:00'), + (13474,2101,NULL,2,2103,1,'Rusty Broadsword','',43.87463671875,-84.784125,0,0,1,'2023-05-06 00:00:00'), + (13475,2101,NULL,2,2105,1,'Wooden Shield','',35.6618203125,-21.869484375,0,0,1,'2023-05-06 00:00:00'), + (13476,2101,NULL,2,2105,1,'Soldier’s Shield','',35.66980078125,-21.880593749999996,0,0,1,'2023-05-06 00:00:00'), + (13477,2101,NULL,2,2105,1,'Knight\'s Shield','',35.790199218750004,-21.761835937500003,0,0,1,'2023-05-06 00:00:00'), + (13478,2101,NULL,2,2105,1,'Royal Shield','',35.74630078125,-21.74490234375,0,0,1,'2023-05-06 00:00:00'), + (13479,2101,NULL,2,2103,1,'Rusty Broadsword','',45.9331171875,-34.288265625,0,0,1,'2023-05-06 00:00:00'), + (13480,2101,NULL,2,2103,1,'Wooden Stick','',44.4308203125,-33.05145703125,0,0,1,'2023-05-06 00:00:00'), + (13481,2101,NULL,2,2103,1,'Tree Branch','',38.7639140625,-38.15176171875,0,0,1,'2023-05-06 00:00:00'), + (13482,2101,NULL,2,2103,1,'Torch','',38.932875,-39.01594921875,0,0,1,'2023-05-06 00:00:00'), + (13483,2101,NULL,2,2105,1,'Rusty Shield','',37.16480859375,-38.082375,0,0,1,'2023-05-06 00:00:00'), + (13484,2101,NULL,2,2103,1,'Wooden Stick','',45.1291875,-44.2583671875,0,0,1,'2023-05-06 00:00:00'), + (13485,2101,NULL,2,2103,1,'Wooden Stick','',45.10608984375,-44.26217578125,0,0,1,'2023-05-06 00:00:00'), + (13486,2101,NULL,2,2104,1,'Boko Bow','',45.08315625,-44.2642265625,0,0,1,'2023-05-06 00:00:00'), + (13487,2101,NULL,2,2105,1,'Boko Shield','',45.13550390625,-44.25757031249999,0,0,1,'2023-05-06 00:00:00'), + (13488,2101,NULL,2,2103,1,'Torch','',40.56280078125,-40.7296640625,0,0,1,'2023-05-06 00:00:00'), + (13489,2101,NULL,2,2103,1,'Rusty Broadsword','',46.6524375,-57.09498046875,0,0,1,'2023-05-06 00:00:00'), + (13490,2101,NULL,2,2105,1,'Rusty Shield','',46.6622578125,-57.347504296875,0,0,1,'2023-05-06 00:00:00'), + (13491,2101,NULL,2,2103,1,'Rusty Claymore','',46.28633203125,-62.133225,0,0,1,'2023-05-06 00:00:00'), + (13492,2101,NULL,2,2103,1,'Rusty Broadsword','',45.85916015625,-78.6211171875,0,0,1,'2023-05-06 00:00:00'), + (13493,2101,NULL,2,2103,1,'Rusty Halberd','',42.83068359375,-79.46680078124999,0,0,1,'2023-05-06 00:00:00'), + (13494,2101,NULL,2,2103,1,'Thick Stick','',45.079171875,-80.0935546875,0,0,1,'2023-05-06 00:00:00'), + (13495,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',37.337730468749996,-77.01558984375,0,0,1,'2023-05-06 00:00:00'), + (13496,2101,NULL,2,2103,1,'Sturdy Long Stick','',37.3517578125,-76.992421875,0,0,1,'2023-05-06 00:00:00'), + (13497,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',37.35225,-77.00035546875,0,0,1,'2023-05-06 00:00:00'), + (13498,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',37.3441875,-77.00883984375,0,0,1,'2023-05-06 00:00:00'), + (13499,2101,NULL,2,2103,1,'Traveler\'s Sword','',45.5614921875,-79.38922265625,0,0,1,'2023-05-06 00:00:00'), + (13500,2101,NULL,2,2103,1,'Traveler\'s Claymore','',45.5397890625,-79.42269140625,0,0,1,'2023-05-06 00:00:00'), + (13501,2101,NULL,2,2103,1,'Traveler\'s Spear','',45.55275,-79.42091015625,0,0,1,'2023-05-06 00:00:00'), + (13502,2101,NULL,2,2103,1,'Torch','',37.6900078125,-84.7079296875,0,0,1,'2023-05-06 00:00:00'), + (13503,2101,NULL,2,2103,1,'Soup Ladle','',37.703953125,-84.7599375,0,0,1,'2023-05-06 00:00:00'), + (13504,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',45.09697265625,-83.0424609375,0,0,1,'2023-05-06 00:00:00'), + (13505,2101,NULL,2,2103,1,'Soldier\'s Claymore','',45.1284375,-83.01676171875,0,0,1,'2023-05-06 00:00:00'), + (13506,2101,NULL,2,2103,1,'Traveler\'s Spear','',45.11302734375,-83.01253125,0,0,1,'2023-05-06 00:00:00'), + (13507,2101,NULL,2,2103,1,'Rusty Claymore','',37.415765625,-84.540703125,0,0,1,'2023-05-06 00:00:00'), + (13508,2101,NULL,2,2103,1,'Soldier\'s Claymore','',35.6391796875,-87.725296875,0,0,1,'2023-05-06 00:00:00'), + (13509,2101,NULL,2,2103,1,'Knight\'s Broadsword','',35.62283203125,-87.69092578125,0,0,1,'2023-05-06 00:00:00'), + (13510,2101,NULL,2,2105,1,'Rusty Shield','',37.2088359375,-86.2433671875,0,0,1,'2023-05-06 00:00:00'), + (13511,2101,NULL,2,2103,1,'Rusty Halberd','',40.3999453125,-94.71971484375,0,0,1,'2023-05-06 00:00:00'), + (13512,2101,NULL,2,2103,1,'Wooden Mop','',37.55891015625,-84.7792734375,0,0,1,'2023-05-06 00:00:00'), + (13513,2101,NULL,2,2105,1,'Spiked Boko Shield','',42.50056640625,-85.67375390625,0,0,1,'2023-05-06 00:00:00'), + (13514,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',42.51059765625,-85.67499609375,0,0,1,'2023-05-06 00:00:00'), + (13515,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',42.528328125,-85.6824140625,0,0,1,'2023-05-06 00:00:00'), + (13516,2101,NULL,2,2103,1,'Soldier\'s Claymore','',42.54819140625,-85.692328125,0,0,1,'2023-05-06 00:00:00'), + (13517,2101,NULL,2,2103,1,'Traveler\'s Sword','',40.66546875,-83.88316406250001,0,0,1,'2023-05-06 00:00:00'), + (13518,2101,NULL,2,2103,1,'Soldier\'s Claymore','',40.63721484375,-83.9143828125,0,0,1,'2023-05-06 00:00:00'), + (13519,2101,NULL,2,2103,1,'Traveler\'s Spear','',40.653046875,-83.91160546875,0,0,1,'2023-05-06 00:00:00'), + (13520,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',37.5010546875,-103.02178124999999,0,0,1,'2023-05-06 00:00:00'), + (13521,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',37.47365625,-103.01644921875001,0,0,1,'2023-05-06 00:00:00'), + (13522,2101,NULL,2,2103,1,'Lizal Boomerang','',37.460226562500004,-103.01293359375,0,0,1,'2023-05-06 00:00:00'), + (13523,2101,NULL,2,2148,1,'Cooking Pot','',73.2421875,-14.09765625,0,0,1,'2023-05-06 00:00:00'), + (13524,2101,NULL,2,2148,1,'Cooking Pot','',90.2448046875,-15.52379296875,0,0,1,'2023-05-06 00:00:00'), + (13525,2101,NULL,2,2148,1,'Cooking Pot','',73.932146484375,-17.381906249999997,0,0,1,'2023-05-06 00:00:00'), + (13526,2101,NULL,2,2148,1,'Cooking Pot','',73.932146484375,-17.381906249999997,0,0,1,'2023-05-06 00:00:00'), + (13527,2101,NULL,2,2148,1,'Cooking Pot','',101.75296875,-17.904890625,0,0,1,'2023-05-06 00:00:00'), + (13528,2101,NULL,2,2148,1,'Cooking Pot','',27.62109375,-20.056640625,0,0,1,'2023-05-06 00:00:00'), + (13529,2101,NULL,2,2148,1,'Cooking Pot','',35.75387109375,-21.741562500000004,0,0,1,'2023-05-06 00:00:00'), + (13530,2101,NULL,2,2148,1,'Cooking Pot','',74.7001640625,-22.285675781249996,0,0,1,'2023-05-06 00:00:00'), + (13531,2101,NULL,2,2148,1,'Cooking Pot','',74.7001640625,-22.285675781249996,0,0,1,'2023-05-06 00:00:00'), + (13532,2101,NULL,2,2148,1,'Cooking Pot','',122.76387890624999,-23.711203125000004,0,0,1,'2023-05-06 00:00:00'), + (13533,2101,NULL,2,2148,1,'Cooking Pot','',90.91264453125,-24.17117578125,0,0,1,'2023-05-06 00:00:00'), + (13534,2101,NULL,2,2148,1,'Cooking Pot','',120.062578125,-24.210398437500004,0,0,1,'2023-05-06 00:00:00'), + (13535,2101,NULL,2,2149,1,'Goddess\' Statue','',120.26630859375,-25.651464843750002,0,0,1,'2023-05-06 00:00:00'), + (13536,2101,NULL,2,2148,1,'Cooking Pot','',89.38149609375,-25.81339453125,0,0,1,'2023-05-06 00:00:00'), + (13537,2101,NULL,2,2148,1,'Cooking Pot','',115.21086328125001,-26.0084296875,0,0,1,'2023-05-06 00:00:00'), + (13538,2101,NULL,2,2148,1,'Cooking Pot','',120.11668359375,-26.2805390625,0,0,1,'2023-05-06 00:00:00'), + (13539,2101,NULL,2,2149,1,'Goddess\' Statue','',57.91498828125,-26.98190625,0,0,1,'2023-05-06 00:00:00'), + (13540,2101,NULL,2,2149,1,'Goddess\' Statue','',114.38145703125,-27.1948359375,0,0,1,'2023-05-06 00:00:00'), + (13541,2101,NULL,2,2148,1,'Cooking Pot','',50.8063828125,-28.78831640625,0,0,1,'2023-05-06 00:00:00'), + (13542,2101,NULL,2,2148,1,'Cooking Pot','',89.675015625,-29.7510703125,0,0,1,'2023-05-06 00:00:00'), + (13543,2101,NULL,2,2149,1,'Goddess\' Statue','',90.4950703125,-29.80965234375,0,0,1,'2023-05-06 00:00:00'), + (13544,2101,NULL,2,2148,1,'Cooking Pot','',48.78585937499999,-30.17825390625,0,0,1,'2023-05-06 00:00:00'), + (13545,2101,NULL,2,2148,1,'Cooking Pot','',90.352125,-30.36894140625,0,0,1,'2023-05-06 00:00:00'), + (13546,2101,NULL,2,2148,1,'Cooking Pot','',113.46650390625,-30.52562109375,0,0,1,'2023-05-06 00:00:00'), + (13547,2101,NULL,2,2148,1,'Cooking Pot','',25.8679921875,-31.415765625,0,0,1,'2023-05-06 00:00:00'), + (13548,2101,NULL,2,2148,1,'Cooking Pot','',59.846473828125,-31.641234375,0,0,1,'2023-05-06 00:00:00'), + (13549,2101,NULL,2,2148,1,'Cooking Pot','',28.503703125,-32.14271484375,0,0,1,'2023-05-06 00:00:00'), + (13550,2101,NULL,2,2149,1,'Goddess\' Statue','',75.184415625,-33.0486796875,0,0,1,'2023-05-06 00:00:00'), + (13551,2101,NULL,2,2148,1,'Cooking Pot','',75.2386078125,-33.09111328125,0,0,1,'2023-05-06 00:00:00'), + (13552,2101,NULL,2,2148,1,'Cooking Pot','',93.8256796875,-34.65251953125001,0,0,1,'2023-05-06 00:00:00'), + (13553,2101,NULL,2,2148,1,'Cooking Pot','',89.69258203125,-35.574339843749996,0,0,1,'2023-05-06 00:00:00'), + (13554,2101,NULL,2,2148,1,'Cooking Pot','',41.03855859375,-37.3671328125,0,0,1,'2023-05-06 00:00:00'), + (13555,2101,NULL,2,2148,1,'Cooking Pot','',28.2530390625,-37.4355703125,0,0,1,'2023-05-06 00:00:00'), + (13556,2101,NULL,2,2149,1,'Goddess\' Statue','',28.00290234375,-37.439671875,0,0,1,'2023-05-06 00:00:00'), + (13557,2101,NULL,2,2148,1,'Cooking Pot','',32.03844140625,-37.7854921875,0,0,1,'2023-05-06 00:00:00'), + (13558,2101,NULL,2,2148,1,'Cooking Pot','',89.341828125,-38.458640625,0,0,1,'2023-05-06 00:00:00'), + (13559,2101,NULL,2,2148,1,'Cooking Pot','',91.70876953125,-38.5072734375,0,0,1,'2023-05-06 00:00:00'), + (13560,2101,NULL,2,2148,1,'Cooking Pot','',106.95321093749997,-38.74383984375,0,0,1,'2023-05-06 00:00:00'), + (13561,2101,NULL,2,2148,1,'Cooking Pot','',35.49814453125,-38.79732421875,0,0,1,'2023-05-06 00:00:00'), + (13562,2101,NULL,2,2148,1,'Cooking Pot','',38.826246093749994,-39.08780859375,0,0,1,'2023-05-06 00:00:00'), + (13563,2101,NULL,2,2148,1,'Cooking Pot','',116.52690234375,-39.624632812499996,0,0,1,'2023-05-06 00:00:00'), + (13564,2101,NULL,2,2149,1,'Goddess\' Statue','',116.79219140625,-39.71226562499999,0,0,1,'2023-05-06 00:00:00'), + (13565,2101,NULL,2,2148,1,'Cooking Pot','',114.0477421875,-39.94855078125,0,0,1,'2023-05-06 00:00:00'), + (13566,2101,NULL,2,2148,1,'Cooking Pot','',78.62365546875,-40.3634296875,0,0,1,'2023-05-06 00:00:00'), + (13567,2101,NULL,2,2148,1,'Cooking Pot','',79.633006640625,-41.56919531250001,0,0,1,'2023-05-06 00:00:00'), + (13568,2101,NULL,2,2148,1,'Cooking Pot','',75.095368359375,-42.14377734375,0,0,1,'2023-05-06 00:00:00'), + (13569,2101,NULL,2,2148,1,'Cooking Pot','',81.76418671875001,-42.3026015625,0,0,1,'2023-05-06 00:00:00'), + (13570,2101,NULL,2,2148,1,'Cooking Pot','',99.82616015625,-42.37229296875,0,0,1,'2023-05-06 00:00:00'), + (13571,2101,NULL,2,2148,1,'Cooking Pot','',86.443359375,-43.787109375,0,0,1,'2023-05-06 00:00:00'), + (13572,2101,NULL,2,2148,1,'Cooking Pot','',108.06796875,-44.45621484375,0,0,1,'2023-05-06 00:00:00'), + (13573,2101,NULL,2,2148,1,'Cooking Pot','',57.68183203125,-44.67767578125,0,0,1,'2023-05-06 00:00:00'), + (13574,2101,NULL,2,2148,1,'Cooking Pot','',83.12408203125,-45.20950781249999,0,0,1,'2023-05-06 00:00:00'), + (13575,2101,NULL,2,2148,1,'Cooking Pot','',100.9258359375,-45.416730468749996,0,0,1,'2023-05-06 00:00:00'), + (13576,2101,NULL,2,2148,1,'Cooking Pot','',69.4619162109375,-47.07793359375,0,0,1,'2023-05-06 00:00:00'), + (13577,2101,NULL,2,2148,1,'Cooking Pot','',104.97085546874997,-47.15684179687501,0,0,1,'2023-05-06 00:00:00'), + (13578,2101,NULL,2,2148,1,'Cooking Pot','',27.89042578125,-48.363131249999995,0,0,1,'2023-05-06 00:00:00'), + (13579,2101,NULL,2,2148,1,'Cooking Pot','',24.333984375,-48.626953125,0,0,1,'2023-05-06 00:00:00'), + (13580,2101,NULL,2,2148,1,'Cooking Pot','',66.324155859375,-48.82670039062501,0,0,1,'2023-05-06 00:00:00'), + (13581,2101,NULL,2,2148,1,'Cooking Pot','',68.5127109375,-49.07112539062499,0,0,1,'2023-05-06 00:00:00'), + (13582,2101,NULL,2,2148,1,'Cooking Pot','',68.512700390625,-49.071132421875,0,0,1,'2023-05-06 00:00:00'), + (13583,2101,NULL,2,2148,1,'Cooking Pot','',67.587890625,-49.327297265625,0,0,1,'2023-05-06 00:00:00'), + (13584,2101,NULL,2,2148,1,'Cooking Pot','',65.463282421875,-49.750454296875006,0,0,1,'2023-05-06 00:00:00'), + (13585,2101,NULL,2,2148,1,'Cooking Pot','',54.33600000000001,-49.90774453125,0,0,1,'2023-05-06 00:00:00'), + (13586,2101,NULL,2,2148,1,'Cooking Pot','',84.193359375,-50.90898046875,0,0,1,'2023-05-06 00:00:00'), + (13587,2101,NULL,2,2148,1,'Cooking Pot','',28.33700390625,-51.060366796874995,0,0,1,'2023-05-06 00:00:00'), + (13588,2101,NULL,2,2148,1,'Cooking Pot','',33.561890625,-51.51214570312499,0,0,1,'2023-05-06 00:00:00'), + (13589,2101,NULL,2,2148,1,'Cooking Pot','',36.1712578125,-52.017987890625,0,0,1,'2023-05-06 00:00:00'), + (13590,2101,NULL,2,2148,1,'Cooking Pot','',55.166015625,-52.517578125,0,0,1,'2023-05-06 00:00:00'), + (13591,2101,NULL,2,2149,1,'Goddess\' Statue','',109.18231640625,-52.688246484375,0,0,1,'2023-05-06 00:00:00'), + (13592,2101,NULL,2,2148,1,'Cooking Pot','',109.03005468750003,-52.778558203125,0,0,1,'2023-05-06 00:00:00'), + (13593,2101,NULL,2,2148,1,'Cooking Pot','',66.41015625,-53.40234375,0,0,1,'2023-05-06 00:00:00'), + (13594,2101,NULL,2,2148,1,'Cooking Pot','',95.42609765625,-53.5148625,0,0,1,'2023-05-06 00:00:00'), + (13595,2101,NULL,2,2148,1,'Cooking Pot','',69.3925784765625,-53.70703125,0,0,1,'2023-05-06 00:00:00'), + (13596,2101,NULL,2,2148,1,'Cooking Pot','',67.762416796875,-53.71331015625,0,0,1,'2023-05-06 00:00:00'), + (13597,2101,NULL,2,2148,1,'Cooking Pot','',115.5760546875,-54.167773828125,0,0,1,'2023-05-06 00:00:00'), + (13598,2101,NULL,2,2148,1,'Cooking Pot','',95.98074609375,-55.8264796875,0,0,1,'2023-05-06 00:00:00'), + (13599,2101,NULL,2,2148,1,'Cooking Pot','',102.29288671875,-55.85958046875,0,0,1,'2023-05-06 00:00:00'), + (13600,2101,NULL,2,2148,1,'Cooking Pot','',100.9689609375,-57.22008046875,0,0,1,'2023-05-06 00:00:00'), + (13601,2101,NULL,2,2148,1,'Cooking Pot','',67.15546875,-57.399609375,0,0,1,'2023-05-06 00:00:00'), + (13602,2101,NULL,2,2149,1,'Goddess\' Statue','',67.479467578125,-57.58774253906249,0,0,1,'2023-05-06 00:00:00'), + (13603,2101,NULL,2,2148,1,'Cooking Pot','',93.751171875,-58.3523436328125,0,0,1,'2023-05-06 00:00:00'), + (13604,2101,NULL,2,2148,1,'Cooking Pot','',103.73298046875,-58.366809375,0,0,1,'2023-05-06 00:00:00'), + (13605,2101,NULL,2,2148,1,'Cooking Pot','',108.03554296875,-59.707214765625004,0,0,1,'2023-05-06 00:00:00'), + (13606,2101,NULL,2,2148,1,'Cooking Pot','',53.8043203125,-60.471598828125,0,0,1,'2023-05-06 00:00:00'), + (13607,2101,NULL,2,2148,1,'Cooking Pot','',81.17595468750001,-60.5285484375,0,0,1,'2023-05-06 00:00:00'), + (13608,2101,NULL,2,2148,1,'Cooking Pot','',69.810326484375,-61.2175265625,0,0,1,'2023-05-06 00:00:00'), + (13609,2101,NULL,2,2148,1,'Cooking Pot','',80.429508984375,-61.9117875,0,0,1,'2023-05-06 00:00:00'), + (13610,2101,NULL,2,2148,1,'Cooking Pot','',46.36875,-62.105859375,0,0,1,'2023-05-06 00:00:00'), + (13611,2101,NULL,2,2148,1,'Cooking Pot','',56.2875703125,-62.19420703125,0,0,1,'2023-05-06 00:00:00'), + (13612,2101,NULL,2,2148,1,'Cooking Pot','',82.588125,-62.275016015625,0,0,1,'2023-05-06 00:00:00'), + (13613,2101,NULL,2,2148,1,'Cooking Pot','',66.457904296875,-62.504094140625,0,0,1,'2023-05-06 00:00:00'), + (13614,2101,NULL,2,2148,1,'Cooking Pot','',61.835643749999996,-65.3531953125,0,0,1,'2023-05-06 00:00:00'), + (13615,2101,NULL,2,2148,1,'Cooking Pot','',65.07356484374999,-65.76519375,0,0,1,'2023-05-06 00:00:00'), + (13616,2101,NULL,2,2148,1,'Cooking Pot','',41.604609375,-65.927058984375,0,0,1,'2023-05-06 00:00:00'), + (13617,2101,NULL,2,2148,1,'Cooking Pot','',64.97921484375,-65.95710234375,0,0,1,'2023-05-06 00:00:00'), + (13618,2101,NULL,2,2148,1,'Cooking Pot','',65.24298515624999,-65.97514921875,0,0,1,'2023-05-06 00:00:00'), + (13619,2101,NULL,2,2148,1,'Cooking Pot','',76.952764453125,-68.759755078125,0,0,1,'2023-05-06 00:00:00'), + (13620,2101,NULL,2,2148,1,'Cooking Pot','',92.6509453125,-70.09926328125,0,0,1,'2023-05-06 00:00:00'), + (13621,2101,NULL,2,2149,1,'Goddess\' Statue','',91.87641796875,-70.287741796875,0,0,1,'2023-05-06 00:00:00'), + (13622,2101,NULL,2,2148,1,'Cooking Pot','',92.7032578125,-70.35280078125,0,0,1,'2023-05-06 00:00:00'), + (13623,2101,NULL,2,2148,1,'Cooking Pot','',91.409203125,-70.4598046875,0,0,1,'2023-05-06 00:00:00'), + (13624,2101,NULL,2,2148,1,'Cooking Pot','',74.042891015625,-71.47171875,0,0,1,'2023-05-06 00:00:00'), + (13625,2101,NULL,2,2148,1,'Cooking Pot','',111.2231953125,-71.5138828125,0,0,1,'2023-05-06 00:00:00'), + (13626,2101,NULL,2,2148,1,'Cooking Pot','',52.8275859375,-71.5675078125,0,0,1,'2023-05-06 00:00:00'), + (13627,2101,NULL,2,2148,1,'Cooking Pot','',74.486687109375,-72.10803515625,0,0,1,'2023-05-06 00:00:00'), + (13628,2101,NULL,2,2148,1,'Cooking Pot','',76.6622625,-72.52899609375,0,0,1,'2023-05-06 00:00:00'), + (13629,2101,NULL,2,2148,1,'Cooking Pot','',53.56693359375,-73.6278046875,0,0,1,'2023-05-06 00:00:00'), + (13630,2101,NULL,2,2148,1,'Cooking Pot','',73.05079335937499,-73.710421875,0,0,1,'2023-05-06 00:00:00'), + (13631,2101,NULL,2,2149,1,'Goddess\' Statue','',116.14189453125,-74.1597421875,0,0,1,'2023-05-06 00:00:00'), + (13632,2101,NULL,2,2148,1,'Cooking Pot','',110.62651171875,-75.23694140625,0,0,1,'2023-05-06 00:00:00'), + (13633,2101,NULL,2,2148,1,'Cooking Pot','',25.74268359375,-76.5388828125,0,0,1,'2023-05-06 00:00:00'), + (13634,2101,NULL,2,2148,1,'Cooking Pot','',91.224609375,-76.81798828125,0,0,1,'2023-05-06 00:00:00'), + (13635,2101,NULL,2,2148,1,'Cooking Pot','',37.337578125,-76.8540703125,0,0,1,'2023-05-06 00:00:00'), + (13636,2101,NULL,2,2148,1,'Cooking Pot','',91.183546875,-77.4579140625,0,0,1,'2023-05-06 00:00:00'), + (13637,2101,NULL,2,2148,1,'Cooking Pot','',59.748046875,-78.2578125,0,0,1,'2023-05-06 00:00:00'), + (13638,2101,NULL,2,2148,1,'Cooking Pot','',50.36752734375001,-79.4373984375,0,0,1,'2023-05-06 00:00:00'), + (13639,2101,NULL,2,2148,1,'Cooking Pot','',97.784625,-80.2381640625,0,0,1,'2023-05-06 00:00:00'), + (13640,2101,NULL,2,2148,1,'Cooking Pot','',42.06348046875,-81.3398203125,0,0,1,'2023-05-06 00:00:00'), + (13641,2101,NULL,2,2148,1,'Cooking Pot','',90.78198046875,-81.3864140625,0,0,1,'2023-05-06 00:00:00'), + (13642,2101,NULL,2,2148,1,'Cooking Pot','',58.177734375,-82.048828125,0,0,1,'2023-05-06 00:00:00'), + (13643,2101,NULL,2,2149,1,'Goddess\' Statue','',60.64476562500001,-82.369921875,0,0,1,'2023-05-06 00:00:00'), + (13644,2101,NULL,2,2149,1,'Goddess\' Statue','',60.694112109375,-82.379765625,0,0,1,'2023-05-06 00:00:00'), + (13645,2101,NULL,2,2149,1,'Goddess\' Statue','',60.62743359375,-82.39637109375,0,0,1,'2023-05-06 00:00:00'), + (13646,2101,NULL,2,2149,1,'Goddess\' Statue','',60.664871484375006,-82.40012109375,0,0,1,'2023-05-06 00:00:00'), + (13647,2101,NULL,2,2149,1,'Goddess\' Statue','',60.700932421875,-82.41041015625,0,0,1,'2023-05-06 00:00:00'), + (13648,2101,NULL,2,2149,1,'Goddess\' Statue','',60.64074843750001,-82.42623046875,0,0,1,'2023-05-06 00:00:00'), + (13649,2101,NULL,2,2149,1,'Goddess\' Statue','',60.6761671875,-82.4334140625,0,0,1,'2023-05-06 00:00:00'), + (13650,2101,NULL,2,2148,1,'Cooking Pot','',67.42279335937499,-82.82984765625,0,0,1,'2023-05-06 00:00:00'), + (13651,2101,NULL,2,2148,1,'Cooking Pot','',109.66128515624997,-83.15261718750001,0,0,1,'2023-05-06 00:00:00'), + (13652,2101,NULL,2,2149,1,'Goddess\' Statue','',110.615203125,-83.18511328125,0,0,1,'2023-05-06 00:00:00'), + (13653,2101,NULL,2,2148,1,'Cooking Pot','',97.76330859375003,-83.2608515625,0,0,1,'2023-05-06 00:00:00'), + (13654,2101,NULL,2,2148,1,'Cooking Pot','',77.214971484375,-83.29447265625,0,0,1,'2023-05-06 00:00:00'), + (13655,2101,NULL,2,2148,1,'Cooking Pot','',112.72876171875,-83.35409765625,0,0,1,'2023-05-06 00:00:00'), + (13656,2101,NULL,2,2148,1,'Cooking Pot','',110.73571875,-83.60649609375,0,0,1,'2023-05-06 00:00:00'), + (13657,2101,NULL,2,2148,1,'Cooking Pot','',110.69615625,-83.63030859375,0,0,1,'2023-05-06 00:00:00'), + (13658,2101,NULL,2,2148,1,'Cooking Pot','',41.82099609375,-84.31898437499999,0,0,1,'2023-05-06 00:00:00'), + (13659,2101,NULL,2,2148,1,'Cooking Pot','',41.82099609375,-84.31898437499999,0,0,1,'2023-05-06 00:00:00'), + (13660,2101,NULL,2,2148,1,'Cooking Pot','',37.693359375,-84.767578125,0,0,1,'2023-05-06 00:00:00'), + (13661,2101,NULL,2,2148,1,'Cooking Pot','',60.884764453125,-85.1109375,0,0,1,'2023-05-06 00:00:00'), + (13662,2101,NULL,2,2148,1,'Cooking Pot','',109.37330859375,-85.349015625,0,0,1,'2023-05-06 00:00:00'), + (13663,2101,NULL,2,2148,1,'Cooking Pot','',84.77075390625,-86.20508203124999,0,0,1,'2023-05-06 00:00:00'), + (13664,2101,NULL,2,2149,1,'Goddess\' Statue','',80.56455234375001,-86.2382578125,0,0,1,'2023-05-06 00:00:00'), + (13665,2101,NULL,2,2148,1,'Cooking Pot','',48.85606640624999,-88.56945703125,0,0,1,'2023-05-06 00:00:00'), + (13666,2101,NULL,2,2148,1,'Cooking Pot','',31.8982265625,-88.7069296875,0,0,1,'2023-05-06 00:00:00'), + (13667,2101,NULL,2,2148,1,'Cooking Pot','',79.577199609375,-88.73880468750001,0,0,1,'2023-05-06 00:00:00'), + (13668,2101,NULL,2,2148,1,'Cooking Pot','',109.58733984375,-88.96437890625,0,0,1,'2023-05-06 00:00:00'), + (13669,2101,NULL,2,2148,1,'Cooking Pot','',98.47381640625,-91.44928125,0,0,1,'2023-05-06 00:00:00'), + (13670,2101,NULL,2,2148,1,'Cooking Pot','',41.6971171875,-91.80929296875,0,0,1,'2023-05-06 00:00:00'), + (13671,2101,NULL,2,2148,1,'Cooking Pot','',26.14269140625,-92.21246484375,0,0,1,'2023-05-06 00:00:00'), + (13672,2101,NULL,2,2148,1,'Cooking Pot','',98.63746875,-92.23859765625,0,0,1,'2023-05-06 00:00:00'), + (13673,2101,NULL,2,2148,1,'Cooking Pot','',24.37805859375,-93.03319921875001,0,0,1,'2023-05-06 00:00:00'), + (13674,2101,NULL,2,2148,1,'Cooking Pot','',25.371984375,-93.11765625,0,0,1,'2023-05-06 00:00:00'), + (13675,2101,NULL,2,2148,1,'Cooking Pot','',25.39698046875,-93.142640625,0,0,1,'2023-05-06 00:00:00'), + (13676,2101,NULL,2,2149,1,'Goddess\' Statue','',24.924878906249994,-93.41966015625,0,0,1,'2023-05-06 00:00:00'), + (13677,2101,NULL,2,2148,1,'Cooking Pot','',30.078,-95.16908203124999,0,0,1,'2023-05-06 00:00:00'), + (13678,2101,NULL,2,2148,1,'Cooking Pot','',77.869475390625,-95.940796875,0,0,1,'2023-05-06 00:00:00'), + (13679,2101,NULL,2,2148,1,'Cooking Pot','',76.39268671875,-97.29212109375,0,0,1,'2023-05-06 00:00:00'), + (13680,2101,NULL,2,2148,1,'Cooking Pot','',88.382671875,-97.92680859375,0,0,1,'2023-05-06 00:00:00'), + (13681,2101,NULL,2,2148,1,'Cooking Pot','',104.23810546875,-98.56901953125,0,0,1,'2023-05-06 00:00:00'), + (13682,2101,NULL,2,2149,1,'Goddess\' Statue','',104.57058984375,-98.95968749999999,0,0,1,'2023-05-06 00:00:00'), + (13683,2101,NULL,2,2148,1,'Cooking Pot','',76.261655859375,-99.06878906249999,0,0,1,'2023-05-06 00:00:00'), + (13684,2101,NULL,2,2148,1,'Cooking Pot','',123.1733671875,-99.63138281250001,0,0,1,'2023-05-06 00:00:00'), + (13685,2101,NULL,2,2148,1,'Cooking Pot','',88.74919921875,-99.96744140625,0,0,1,'2023-05-06 00:00:00'), + (13686,2101,NULL,2,2148,1,'Cooking Pot','',78.04107539062501,-104.19582421875,0,0,1,'2023-05-06 00:00:00'), + (13687,2101,NULL,2,2148,1,'Cooking Pot','',13.940121093749998,-104.58216796874999,0,0,1,'2023-05-06 00:00:00'), + (13688,2101,NULL,2,2151,1,'Gerudo Great Skeleton','',13.89467578125,-104.008921875,0,0,1,'2023-05-06 00:00:00'), + (13689,2101,NULL,2,2125,1,'Miryotanog Shrine','',15.467578124999996,-94.762921875,0,0,1,'2023-05-06 00:00:00'), + (13690,2101,NULL,2,2125,1,'Mayamats Shrine','',15.96537890625,-76.32732421875,0,0,1,'2023-05-06 00:00:00'), + (13691,2101,NULL,2,2125,1,'Tauyosipun Shrine','',17.12574609375,-24.838195312499998,0,0,1,'2023-05-06 00:00:00'), + (13692,2101,NULL,2,2125,1,'Otutsum Shrine','',17.941335937499996,-66.462507421875,0,0,1,'2023-05-06 00:00:00'), + (13693,2101,NULL,2,2151,1,'Icefall Foothills Cave','',18.406125,-14.528859374999998,0,0,1,'2023-05-06 00:00:00'), + (13694,2101,NULL,2,2151,1,'Statue of the Eighth Heroine Cave','',18.93123046875,-64.88147578125,0,0,1,'2023-05-06 00:00:00'), + (13695,2101,NULL,2,2152,1,'Gerudo Summit Chasm','',21.0543515625,-66.066369140625,0,0,1,'2023-05-06 00:00:00'), + (13696,2101,NULL,2,2125,1,'Kudanisar Shrine','',21.452812500000004,-83.70870703125,0,0,1,'2023-05-06 00:00:00'), + (13697,2101,NULL,2,2125,1,'Irasak Shrine','',21.577652343749996,-103.42140234375,0,0,1,'2023-05-06 00:00:00'), + (13698,2101,NULL,2,2125,1,'Gasas Shrine','',21.64238671875,-57.441803671875,0,0,1,'2023-05-06 00:00:00'), + (13699,2101,NULL,2,2151,1,'Sturnida Springs Cave','',22.95514453125,-27.287765625,0,0,1,'2023-05-06 00:00:00'), + (13700,2101,NULL,2,2151,1,'East Biron Snowshelf Cave','',23.56205859375,-22.70094140625,0,0,1,'2023-05-06 00:00:00'), + (13701,2101,NULL,2,2123,1,'Gerudo Highlands Skyview Tower','',23.89597265625,-73.893703125,0,0,1,'2023-05-06 00:00:00'), + (13702,2101,NULL,2,2151,1,'West Lake Totori Cave','',23.9216484375,-34.81078125,0,0,1,'2023-05-06 00:00:00'), + (13703,2101,NULL,2,2125,1,'Ikatak Shrine','',24.011015625,-45.24515625,0,0,1,'2023-05-06 00:00:00'), + (13704,2101,NULL,2,2151,1,'Gisa Crater Cave','',24.24493359375,-45.80895703125,0,0,1,'2023-05-06 00:00:00'), + (13705,2101,NULL,2,2151,1,'Lake Kilsie Cave','',24.2461875,-25.06339453125,0,0,1,'2023-05-06 00:00:00'), + (13706,2101,NULL,2,2125,1,'Soryotanog Shrine','',24.81791015625,-93.31114453125,0,0,1,'2023-05-06 00:00:00'), + (13707,2101,NULL,2,2151,1,'Mystathi\'s Shelf Cave','',24.824390625,-67.110657421875,0,0,1,'2023-05-06 00:00:00'), + (13708,2101,NULL,2,2151,1,'Gisa Crater Cave','',25.013671875,-46.740234375,0,0,1,'2023-05-06 00:00:00'), + (13709,2101,NULL,2,2150,1,'Dronoc\'s Pass Well','',25.411125,-33.92056640625,0,0,1,'2023-05-06 00:00:00'), + (13710,2101,NULL,2,2151,1,'Valley of Silent Statues','',25.4626171875,-89.65217578125,0,0,1,'2023-05-06 00:00:00'), + (13711,2101,NULL,2,2151,1,'Hebra Great Skeleton','',25.61005078125,-16.459183593749998,0,0,1,'2023-05-06 00:00:00'), + (13712,2101,NULL,2,2151,1,'Gerudo Sanctuary','',26.21162109375,-86.9620078125,0,0,1,'2023-05-06 00:00:00'), + (13713,2101,NULL,2,2151,1,'Gerudo Sanctuary','',26.21162109375,-90.21701953125,0,0,1,'2023-05-06 00:00:00'), + (13714,2101,NULL,2,2125,1,'Karahatag Shrine','',26.62848046875,-101.07574218750001,0,0,1,'2023-05-06 00:00:00'), + (13715,2101,NULL,2,2152,1,'Birida Lookout Chasm','',27.121546875,-80.38908984375,0,0,1,'2023-05-06 00:00:00'), + (13716,2101,NULL,2,2123,1,'Rospro Pass Skyview Tower','',27.19236328125,-31.096828125,0,0,1,'2023-05-06 00:00:00'), + (13717,2101,NULL,2,2151,1,'Central Gerudo Cave','',27.19862109375,-96.7425703125,0,0,1,'2023-05-06 00:00:00'), + (13718,2101,NULL,2,2125,1,'Gatakis Shrine','',27.5133515625,-37.32385546875,0,0,1,'2023-05-06 00:00:00'), + (13719,2101,NULL,2,2151,1,'Rospro Pass Cave','',28.59896484375,-29.4330703125,0,0,1,'2023-05-06 00:00:00'), + (13720,2101,NULL,2,2151,1,'East Biron Snowshelf Cave','',28.64998828125,-22.403671875000004,0,0,1,'2023-05-06 00:00:00'), + (13721,2101,NULL,2,2125,1,'Eutoum Shrine','',29.21323828125,-16.760953125,0,0,1,'2023-05-06 00:00:00'), + (13722,2101,NULL,2,2125,1,'Turakawak Shrine','',29.32409765625,-60.904580859375,0,0,1,'2023-05-06 00:00:00'), + (13723,2101,NULL,2,2151,1,'Ancient Columns Cave','',29.70561328125,-53.326639453125,0,0,1,'2023-05-06 00:00:00'), + (13724,2101,NULL,2,2152,1,'Yiga Clan Hideout Chasm','',30.115054687500006,-74.22003515625,0,0,1,'2023-05-06 00:00:00'), + (13725,2101,NULL,2,2125,1,'Rotsumamu Shrine','',30.38663671875,-74.56808203125,0,0,1,'2023-05-06 00:00:00'), + (13726,2101,NULL,2,2151,1,'Hebra South Summit Cave','',30.4871015625,-29.30436328125,0,0,1,'2023-05-06 00:00:00'), + (13727,2101,NULL,2,2151,1,'Oasis Source','',30.996796875,-90.1636171875,0,0,1,'2023-05-06 00:00:00'), + (13728,2101,NULL,2,2125,1,'Sahirow Shrine','',31.006453125,-30.6294375,0,0,1,'2023-05-06 00:00:00'), + (13729,2101,NULL,2,2151,1,'Tanagar Canyon West Cave','',31.541343749999996,-49.338706640625006,0,0,1,'2023-05-06 00:00:00'), + (13730,2101,NULL,2,2125,1,'Mayatat Shrine','',31.75048828125,-88.03365234375,0,0,1,'2023-05-06 00:00:00'), + (13731,2101,NULL,2,2151,1,'Quicksand Lake Cave','',32.357625,-93.04283203125001,0,0,1,'2023-05-06 00:00:00'), + (13732,2101,NULL,2,2150,1,'Kara Kara Bazaar Well','',32.3983828125,-89.1375703125,0,0,1,'2023-05-06 00:00:00'), + (13733,2101,NULL,2,2151,1,'Hebra South Summit Cave','',32.49028125,-28.88344921875,0,0,1,'2023-05-06 00:00:00'), + (13734,2101,NULL,2,2151,1,'Talonto Peak Cave','',32.6413125,-29.739375,0,0,1,'2023-05-06 00:00:00'), + (13735,2101,NULL,2,2151,1,'Ancient Prison Ruins','',33.99188671875,-94.49741015625,0,0,1,'2023-05-06 00:00:00'), + (13736,2101,NULL,2,2125,1,'Oromuwak Shrine','',34.2361171875,-39.64140234375,0,0,1,'2023-05-06 00:00:00'), + (13737,2101,NULL,2,2151,1,'Brightcap Cave','',35.08923046875,-39.43325390625,0,0,1,'2023-05-06 00:00:00'), + (13738,2101,NULL,2,2151,1,'Hebra Mountains Northwest Cave','',35.2082109375,-20.791980468749998,0,0,1,'2023-05-06 00:00:00'), + (13739,2101,NULL,2,2150,1,'Tabantha Bridge Stable Well','',35.64155859375,-52.359884765625,0,0,1,'2023-05-06 00:00:00'), + (13740,2101,NULL,2,2138,1,'Tabantha Bridge Stable','',35.7654140625,-51.955630078125,0,0,1,'2023-05-06 00:00:00'), + (13741,2101,NULL,2,2151,1,'South Gerudo Cave','',35.8698984375,-103.802671875,0,0,1,'2023-05-06 00:00:00'), + (13742,2101,NULL,2,2151,1,'Tamio River Downstream Cave','',36.07201171875,-68.01754921875,0,0,1,'2023-05-06 00:00:00'), + (13743,2101,NULL,2,2151,1,'Hebra Headspring Cave','',36.326296875,-29.176640625,0,0,1,'2023-05-06 00:00:00'), + (13744,2101,NULL,2,2125,1,'Makurukis Shrine','',36.94958203125,-51.213385546874996,0,0,1,'2023-05-06 00:00:00'), + (13745,2101,NULL,2,2151,1,'Tabantha Hills Cave','',37.02033984375,-37.82916796875,0,0,1,'2023-05-06 00:00:00'), + (13746,2101,NULL,2,2150,1,'Gerudo Canyon Well','',37.265625,-84.76171875,0,0,1,'2023-05-06 00:00:00'), + (13747,2101,NULL,2,2138,1,'Gerudo Canyon Stable','',37.49165625,-84.38595703124999,0,0,1,'2023-05-06 00:00:00'), + (13748,2101,NULL,2,2151,1,'East Gerudo Ruins Cave','',38.71845703125,-91.50720703125,0,0,1,'2023-05-06 00:00:00'), + (13749,2101,NULL,2,2151,1,'Gerudo Canyon Mine','',38.94474609375,-86.74932421875,0,0,1,'2023-05-06 00:00:00'), + (13750,2101,NULL,2,2125,1,'Turakamik Shrine','',39.1728046875,-84.81212109375,0,0,1,'2023-05-06 00:00:00'), + (13751,2101,NULL,2,2151,1,'Hyrule Ridge Chasm','',39.325265625,-45.39815625,0,0,1,'2023-05-06 00:00:00'), + (13752,2101,NULL,2,2151,1,'Pikida Stonegrove Northwest Cave','',39.34822265625,-20.293359374999998,0,0,1,'2023-05-06 00:00:00'), + (13753,2101,NULL,2,2151,1,'Gerudo Canyon Mine','',39.711585937500004,-89.1183984375,0,0,1,'2023-05-06 00:00:00'), + (13754,2101,NULL,2,2151,1,'Ancient Altar Ruins','',39.78765234375,-102.06228515625001,0,0,1,'2023-05-06 00:00:00'), + (13755,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.02842578125,-101.22900000000001,0,0,1,'2023-05-06 00:00:00'), + (13756,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.18875,-102.47398828125,0,0,1,'2023-05-06 00:00:00'), + (13757,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.257503906249994,-101.73884765625,0,0,1,'2023-05-06 00:00:00'), + (13758,2101,NULL,2,2125,1,'Sisuran Shrine','',40.319027343749994,-19.29191015625,0,0,1,'2023-05-06 00:00:00'), + (13759,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.5991171875,-101.08712109375001,0,0,1,'2023-05-06 00:00:00'), + (13760,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.654828125,-102.76311328125001,0,0,1,'2023-05-06 00:00:00'), + (13761,2101,NULL,2,2125,1,'Runakit Shrine','',40.66423828125,-44.8807734375,0,0,1,'2023-05-06 00:00:00'), + (13762,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.767140625,-102.24426562500001,0,0,1,'2023-05-06 00:00:00'), + (13763,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.79394140625,-101.6198671875,0,0,1,'2023-05-06 00:00:00'), + (13764,2101,NULL,2,2151,1,'East Gerudo Chasm','',41.118832031249994,-94.54380468749999,0,0,1,'2023-05-06 00:00:00'), + (13765,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.24105859375,-101.16582421874999,0,0,1,'2023-05-06 00:00:00'), + (13766,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.24337890625,-102.63448828125,0,0,1,'2023-05-06 00:00:00'), + (13767,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.2751484375,-102.068203125,0,0,1,'2023-05-06 00:00:00'), + (13768,2101,NULL,2,2151,1,'Taafei Hill Cave','',41.5156875,-79.6704609375,0,0,1,'2023-05-06 00:00:00'), + (13769,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.57980078125,-101.68041796874999,0,0,1,'2023-05-06 00:00:00'), + (13770,2101,NULL,2,2125,1,'Siwakama Shrine','',41.65196484375,-97.785,0,0,1,'2023-05-06 00:00:00'), + (13771,2101,NULL,2,2123,1,'Gerudo Canyon Skyview Tower','',41.73221484375,-84.173015625,0,0,1,'2023-05-06 00:00:00'), + (13772,2101,NULL,2,2151,1,'Yiga Blademaster Station','',41.79008203125,-79.91816015625,0,0,1,'2023-05-06 00:00:00'), + (13773,2101,NULL,2,2151,1,'Pikida Stonegrove Northwest Cave','',42.0220078125,-21.838347656250004,0,0,1,'2023-05-06 00:00:00'), + (13774,2101,NULL,2,2151,1,'Kopeeki Drifts Cave','',42.2362734375,-31.914515625,0,0,1,'2023-05-06 00:00:00'), + (13775,2101,NULL,2,2150,1,'Tabantha Village Ruins Well','',42.67271484375,-36.65858203125,0,0,1,'2023-05-06 00:00:00'), + (13776,2101,NULL,2,2123,1,'Pikida Stonegrove Skyview Tower','',43.22466796875,-22.70513671875,0,0,1,'2023-05-06 00:00:00'), + (13777,2101,NULL,2,2151,1,'Thundra Plateau Cave','',43.73026171875,-48.05590429687499,0,0,1,'2023-05-06 00:00:00'), + (13778,2101,NULL,2,2151,1,'Koukot Plateau Cave','',43.8407578125,-79.2109453125,0,0,1,'2023-05-06 00:00:00'), + (13779,2101,NULL,2,2151,1,'Spectacle Rock Cave','',44.344828125,-86.6633203125,0,0,1,'2023-05-06 00:00:00'), + (13780,2101,NULL,2,2151,1,'Satori Mountain Foothill Cave','',44.54834765625,-68.057469140625,0,0,1,'2023-05-06 00:00:00'), + (13781,2101,NULL,2,2151,1,'Koukot Plateau Cave','',44.83913671875,-80.1755625,0,0,1,'2023-05-06 00:00:00'), + (13782,2101,NULL,2,2151,1,'Satori Mountain Cave','',45.105375,-62.81860546875,0,0,1,'2023-05-06 00:00:00'), + (13783,2101,NULL,2,2125,1,'Usazum Shrine','',45.24633984375,-68.84111015625,0,0,1,'2023-05-06 00:00:00'), + (13784,2101,NULL,2,2151,1,'Tanagar Canyon East Cave','',46.29929296875,-39.472183593749996,0,0,1,'2023-05-06 00:00:00'), + (13785,2101,NULL,2,2125,1,'Rakakudaj Shrine','',46.44191015625,-80.31329296875,0,0,1,'2023-05-06 00:00:00'), + (13786,2101,NULL,2,2151,1,'Mount Nabooru Cave','',47.261671875,-82.72981640625,0,0,1,'2023-05-06 00:00:00'), + (13787,2101,NULL,2,2125,1,'Sonapan Shrine','',47.794921875,-62.794921875,0,0,1,'2023-05-06 00:00:00'), + (13788,2101,NULL,2,2123,1,'Lindor\'s Brow Skyview Tower','',47.934515625,-44.00033203125,0,0,1,'2023-05-06 00:00:00'), + (13789,2101,NULL,2,2150,1,'Maritta Exchange Ruins Well','',49.0915078125,-39.568875,0,0,1,'2023-05-06 00:00:00'), + (13790,2101,NULL,2,2151,1,'Mount Nabooru Cave','',49.26791015625,-81.575859375,0,0,1,'2023-05-06 00:00:00'), + (13791,2101,NULL,2,2125,1,'Motsusis Shrine','',49.27723828125,-99.4518984375,0,0,1,'2023-05-06 00:00:00'), + (13792,2101,NULL,2,2152,1,'South Lomei Chasm','',49.27829296875,-99.16120312499999,0,0,1,'2023-05-06 00:00:00'), + (13793,2101,NULL,2,2151,1,'Lower Spectacle Rock Cave','',49.8708515625,-86.6505703125,0,0,1,'2023-05-06 00:00:00'), + (13794,2101,NULL,2,2151,1,'Lindor\'s Brow Cave','',49.98132421875,-44.93325,0,0,1,'2023-05-06 00:00:00'), + (13795,2101,NULL,2,2151,1,'Mount Nabooru South Cave','',50.074640625,-84.18022265625,0,0,1,'2023-05-06 00:00:00'), + (13796,2101,NULL,2,2150,1,'Mount Nabooru Well','',50.153203125,-84.8211328125,0,0,1,'2023-05-06 00:00:00'), + (13797,2101,NULL,2,2150,1,'Outskirt Hill Well','',50.6142421875,-74.405015625,0,0,1,'2023-05-06 00:00:00'), + (13798,2101,NULL,2,2150,1,'Snowfield Stable Well','',50.6300859375,-28.2890625,0,0,1,'2023-05-06 00:00:00'), + (13799,2101,NULL,2,2138,1,'Snowfield Stable','',50.7955546875,-28.18546875,0,0,1,'2023-05-06 00:00:00'), + (13800,2101,NULL,2,2125,1,'Orochium Shrine','',51.131671875,-27.63498046875,0,0,1,'2023-05-06 00:00:00'), + (13801,2101,NULL,2,2137,1,'Great Fairy Fountain','',52.06791796875,-73.02108984375,0,0,1,'2023-05-06 00:00:00'), + (13802,2101,NULL,2,2125,1,'Kitawak Shrine','',52.38045703125,-92.915203125,0,0,1,'2023-05-06 00:00:00'), + (13803,2101,NULL,2,2151,1,'Stalry Plateau Cave','',52.4090390625,-84.63916406249999,0,0,1,'2023-05-06 00:00:00'), + (13804,2101,NULL,2,2138,1,'Outskirt Stable','',53.1654375,-73.59015234375,0,0,1,'2023-05-06 00:00:00'), + (13805,2101,NULL,2,2150,1,'Outskirt Stable Well','',53.19474609375,-73.789921875,0,0,1,'2023-05-06 00:00:00'), + (13806,2101,NULL,2,2137,1,'Great Fairy Fountain','',53.19760546875001,-23.4976640625,0,0,1,'2023-05-06 00:00:00'), + (13807,2101,NULL,2,2138,1,'Outskirt Stable','',53.3308359375,-73.18749609375001,0,0,1,'2023-05-06 00:00:00'), + (13808,2101,NULL,2,2125,1,'Riogok Shrine','',53.42112890625,-77.53231640625,0,0,1,'2023-05-06 00:00:00'), + (13809,2101,NULL,2,2152,1,'Great Plateau West Chasm','',53.534859375,-81.94398046875,0,0,1,'2023-05-06 00:00:00'), + (13810,2101,NULL,2,2125,1,'Tsutsu-um Shrine','',53.6337890625,-74.4228984375,0,0,1,'2023-05-06 00:00:00'), + (13811,2101,NULL,2,2138,1,'Outskirt Stable','',53.70103125,-73.50505078125,0,0,1,'2023-05-06 00:00:00'), + (13812,2101,NULL,2,2125,1,'Sinakawak Shrine','',53.734875,-49.72441640625,0,0,1,'2023-05-06 00:00:00'), + (13813,2101,NULL,2,2151,1,'Sage Temple Cave','',53.853515625,-61.599609375,0,0,1,'2023-05-06 00:00:00'), + (13814,2101,NULL,2,2125,1,'Oshozan-u Shrine','',53.8535625,-15.49320703125,0,0,1,'2023-05-06 00:00:00'), + (13815,2101,NULL,2,2151,1,'Mount Drena Foothill Cave','',54.2333203125,-25.062796875,0,0,1,'2023-05-06 00:00:00'), + (13816,2101,NULL,2,2138,1,'New Serenne Stable','',54.35023828125,-50.120244140625,0,0,1,'2023-05-06 00:00:00'), + (13817,2101,NULL,2,2150,1,'New Serenne Stable Well','',54.408,-50.38988671875,0,0,1,'2023-05-06 00:00:00'), + (13818,2101,NULL,2,2150,1,'Mount Daphnes Well','',54.914203125,-65.89091953125,0,0,1,'2023-05-06 00:00:00'), + (13819,2101,NULL,2,2151,1,'North Hyrule Plain Cave','',55.8494765625,-49.567766015625,0,0,1,'2023-05-06 00:00:00'), + (13820,2101,NULL,2,2151,1,'North Hyrule Plain Cave','',56.38608984375,-51.040855078125006,0,0,1,'2023-05-06 00:00:00'), + (13821,2101,NULL,2,2151,1,'Coliseum Ruins Cave','',56.63490234375,-73.95676171875,0,0,1,'2023-05-06 00:00:00'), + (13822,2101,NULL,2,2125,1,'Mayausiy Shrine','',56.63776171875,-28.09655859375,0,0,1,'2023-05-06 00:00:00'), + (13823,2101,NULL,2,2151,1,'Ancient Tree Stump Cave','',57.287109375,-63.65698359375,0,0,1,'2023-05-06 00:00:00'), + (13824,2101,NULL,2,2125,1,'Kiuyoyou Shrine','',57.342890625,-34.1271796875,0,0,1,'2023-05-06 00:00:00'), + (13825,2101,NULL,2,2151,1,'River of the Dead Waterfall Cave','',57.51116015625,-83.93801953124999,0,0,1,'2023-05-06 00:00:00'), + (13826,2101,NULL,2,2150,1,'Rowan Plain Well','',57.77995312500001,-31.33707421875,0,0,1,'2023-05-06 00:00:00'), + (13827,2101,NULL,2,2151,1,'Shrine of Resurrection','',57.86865234375,-80.0338359375,0,0,1,'2023-05-06 00:00:00'), + (13828,2101,NULL,2,2150,1,'Carok Bridge Well','',58.12952343750001,-53.726813671875,0,0,1,'2023-05-06 00:00:00'), + (13829,2101,NULL,2,2137,1,'Forest of Spirits','',59.030142187500005,-78.5775,0,0,1,'2023-05-06 00:00:00'), + (13830,2101,NULL,2,2152,1,'Great Plateau South Chasm','',59.380884375,-85.75201171875,0,0,1,'2023-05-06 00:00:00'), + (13831,2101,NULL,2,2152,1,'Hyrule Castle Moat West Chasm','',59.500700390625,-50.779775390625005,0,0,1,'2023-05-06 00:00:00'), + (13832,2101,NULL,2,2150,1,'Mount Gustaf Well','',59.61552890624999,-54.71241796875,0,0,1,'2023-05-06 00:00:00'), + (13833,2101,NULL,2,2150,1,'Irch Plain Well','',59.633203125,-39.65390625,0,0,1,'2023-05-06 00:00:00'), + (13834,2101,NULL,2,2125,1,'Ishodag Shrine','',60.00717304687501,-53.642110546875,0,0,1,'2023-05-06 00:00:00'), + (13835,2101,NULL,2,2150,1,'Aquame Lake Well','',60.00962109375,-71.50330078125,0,0,1,'2023-05-06 00:00:00'), + (13836,2101,NULL,2,2151,1,'Great Plateau Foothill Cave','',60.55844296875,-76.03566796875,0,0,1,'2023-05-06 00:00:00'), + (13837,2101,NULL,2,2125,1,'Mayaotaki Shrine','',60.646662890624995,-17.1675703125,0,0,1,'2023-05-06 00:00:00'), + (13838,2101,NULL,2,2152,1,'North Lomei Chasm','',60.767778515625,-17.17149609375,0,0,1,'2023-05-06 00:00:00'), + (13839,2101,NULL,2,2125,1,'Susuyai Shrine','',61.10843203125,-63.680248828125,0,0,1,'2023-05-06 00:00:00'), + (13840,2101,NULL,2,2123,1,'Hyrule Field Skyview Tower','',61.39128984375,-70.537828125,0,0,1,'2023-05-06 00:00:00'), + (13841,2101,NULL,2,2125,1,'Mayachin Shrine','',62.044921875,-68.771484375,0,0,1,'2023-05-06 00:00:00'), + (13842,2101,NULL,2,2150,1,'Elma Knolls Well','',62.450354296875005,-42.75317578124999,0,0,1,'2023-05-06 00:00:00'), + (13843,2101,NULL,2,2152,1,'Great Plateau North Chasm','',62.52033984374999,-76.28609765625,0,0,1,'2023-05-06 00:00:00'), + (13844,2101,NULL,2,2151,1,'Yiga Clan Maritta Branch','',62.771484375,-34.6875,0,0,1,'2023-05-06 00:00:00'), + (13845,2101,NULL,2,2125,1,'Ishokin Shrine','',63.69140625,-99.890625,0,0,1,'2023-05-06 00:00:00'), + (13846,2101,NULL,2,2151,1,'Passeri Greenbelt Cave','',64.308291796875,-57.09853359375,0,0,1,'2023-05-06 00:00:00'), + (13847,2101,NULL,2,2152,1,'Elma Knolls Chasm','',64.958480859375,-38.4099375,0,0,1,'2023-05-06 00:00:00'), + (13848,2101,NULL,2,2152,1,'Great Plateau East Chasm','',65.009765625,-81.94892578125,0,0,1,'2023-05-06 00:00:00'), + (13849,2101,NULL,2,2125,1,'Kikakin Shrine','',65.673423046875,-26.53301953125,0,0,1,'2023-05-06 00:00:00'), + (13850,2101,NULL,2,2152,1,'Lake Hylia Chasm','',66.421875,-89.03933203125,0,0,1,'2023-05-06 00:00:00'), + (13851,2101,NULL,2,2151,1,'Royal Hidden Passage','',66.496095703125,-49.18914375000001,0,0,1,'2023-05-06 00:00:00'), + (13852,2101,NULL,2,2123,1,'Lookout Landing Skyview Tower','',66.8103515625,-56.9197265625,0,0,1,'2023-05-06 00:00:00'), + (13853,2101,NULL,2,2151,1,'Cora Lakefront Cave','',67.31072226562499,-93.0491953125,0,0,1,'2023-05-06 00:00:00'), + (13854,2101,NULL,2,2152,1,'Hyrule Field Chasm','',67.32391757812499,-62.10446015625,0,0,1,'2023-05-06 00:00:00'), + (13855,2101,NULL,2,2151,1,'Royal Hidden Passage','',67.335498046875,-57.08203125,0,0,1,'2023-05-06 00:00:00'), + (13856,2101,NULL,2,2151,1,'Royal Hidden Passage','',67.336327734375,-49.604484375,0,0,1,'2023-05-06 00:00:00'), + (13857,2101,NULL,2,2125,1,'Jiosin Shrine','',67.491282421875,-62.941805859375,0,0,1,'2023-05-06 00:00:00'), + (13858,2101,NULL,2,2150,1,'Lookout Landing Well','',67.827858984375,-57.012596484375,0,0,1,'2023-05-06 00:00:00'), + (13859,2101,NULL,2,2125,1,'Kyononis Shrine','',67.90834335937501,-53.303124609375,0,0,1,'2023-05-06 00:00:00'), + (13860,2101,NULL,2,2125,1,'Kamizun Shrine','',68.228989453125,-76.85499609375,0,0,1,'2023-05-06 00:00:00'), + (13861,2101,NULL,2,2151,1,'Cora Lakefront Cave','',68.30655703125001,-94.5359296875,0,0,1,'2023-05-06 00:00:00'), + (13862,2101,NULL,2,2152,1,'Forest of Time Chasm','',68.81283046875,-78.0211640625,0,0,1,'2023-05-06 00:00:00'), + (13863,2101,NULL,2,2125,1,'Teniten Shrine','',69.434593359375,-71.66862890625,0,0,1,'2023-05-06 00:00:00'), + (13864,2101,NULL,2,2151,1,'Whistling Hill Cave','',69.46746972656248,-70.8512578125,0,0,1,'2023-05-06 00:00:00'), + (13865,2101,NULL,2,2152,1,'Drenan Highlands Chasm','',69.48005390624999,-23.627578124999996,0,0,1,'2023-05-06 00:00:00'), + (13866,2101,NULL,2,2150,1,'Mabe Village Ruins Well','',69.5149021875,-60.504950390625,0,0,1,'2023-05-06 00:00:00'), + (13867,2101,NULL,2,2151,1,'Ranch Ruins Cave','',70.3829272265625,-60.444514453125,0,0,1,'2023-05-06 00:00:00'), + (13868,2101,NULL,2,2151,1,'Ranch Ruins Cave','',70.7496322265625,-60.924169921875,0,0,1,'2023-05-06 00:00:00'), + (13869,2101,NULL,2,2150,1,'Hyrule Castle Town Ruins Well','',71.04650003906251,-52.176371484375004,0,0,1,'2023-05-06 00:00:00'), + (13870,2101,NULL,2,2151,1,'Lake Hylia Whirlpool Cave','',71.786105859375,-87.90762890625,0,0,1,'2023-05-06 00:00:00'), + (13871,2101,NULL,2,2125,1,'Sakunbomar Shrine','',72.265548046875,-31.4047734375,0,0,1,'2023-05-06 00:00:00'), + (13872,2101,NULL,2,2152,1,'Hyrule Castle Moat East Chasm','',72.30454453124999,-48.2559375,0,0,1,'2023-05-06 00:00:00'), + (13873,2101,NULL,2,2125,1,'Sepapa Shrine','',72.9110953125,-45.87830859375,0,0,1,'2023-05-06 00:00:00'), + (13874,2101,NULL,2,2152,1,'Hills of Baumer Chasm','',72.9133828125,-83.4230859375,0,0,1,'2023-05-06 00:00:00'), + (13875,2101,NULL,2,2151,1,'Puffer Beach Overhead Cave','',73.6403671875,-103.72815234375001,0,0,1,'2023-05-06 00:00:00'), + (13876,2101,NULL,2,2151,1,'Deplian Badlands Cave','',73.91168085937501,-16.648277343749996,0,0,1,'2023-05-06 00:00:00'), + (13877,2101,NULL,2,2150,1,'Hills of Baumer Well','',74.016315234375,-83.52905859375,0,0,1,'2023-05-06 00:00:00'), + (13878,2101,NULL,2,2150,1,'Deya Village Ruins North Well','',74.02166132812499,-80.35311328125,0,0,1,'2023-05-06 00:00:00'), + (13879,2101,NULL,2,2150,1,'Deya Village Ruins Well','',74.09010703125,-81.17621484375,0,0,1,'2023-05-06 00:00:00'), + (13880,2101,NULL,2,2125,1,'Yamiyo Shrine','',74.2166203125,-53.085868359375,0,0,1,'2023-05-06 00:00:00'), + (13881,2101,NULL,2,2150,1,'Deya Village Ruins South Well','',74.29252734375,-83.18624999999999,0,0,1,'2023-05-06 00:00:00'), + (13882,2101,NULL,2,2138,1,'Riverside Stable','',74.3248265625,-71.72152734375,0,0,1,'2023-05-06 00:00:00'), + (13883,2101,NULL,2,2123,1,'Thyphlo Ruins Skyview Tower','',74.339935546875,-21.7775625,0,0,1,'2023-05-06 00:00:00'), + (13884,2101,NULL,2,2125,1,'Tajikats Shrine','',74.3420953125,-70.4182734375,0,0,1,'2023-05-06 00:00:00'), + (13885,2101,NULL,2,2125,1,'Ninjis Shrine','',74.468602734375,-36.4231171875,0,0,1,'2023-05-06 00:00:00'), + (13886,2101,NULL,2,2150,1,'Riverside Stable Well','',74.59455117187501,-71.79294140625,0,0,1,'2023-05-06 00:00:00'), + (13887,2101,NULL,2,2150,1,'Haran Lakefront Well','',74.935546875,-98.28515625,0,0,1,'2023-05-06 00:00:00'), + (13888,2101,NULL,2,2125,1,'Musanokir Shrine','',75.090915234375,-33.58911328125,0,0,1,'2023-05-06 00:00:00'), + (13889,2101,NULL,2,2152,1,'Deku Tree Chasm','',75.21103828125,-32.889703125,0,0,1,'2023-05-06 00:00:00'), + (13890,2101,NULL,2,2150,1,'Deya Village Ruins East Well','',75.27538242187501,-82.53462890625,0,0,1,'2023-05-06 00:00:00'), + (13891,2101,NULL,2,2150,1,'Komo Shoreline Cave','',76.018742578125,-103.489875,0,0,1,'2023-05-06 00:00:00'), + (13892,2101,NULL,2,2151,1,'Crenel Hills Cave','',76.09841484374999,-50.02808203125,0,0,1,'2023-05-06 00:00:00'), + (13893,2101,NULL,2,2138,1,'Highland Stable','',76.40777460937501,-99.29315625,0,0,1,'2023-05-06 00:00:00'), + (13894,2101,NULL,2,2150,1,'Highland Stable Well','',76.61283984375,-98.7503671875,0,0,1,'2023-05-06 00:00:00'), + (13895,2101,NULL,2,2151,1,'Finra Woods Excavation Site','',76.97582109375,-93.53762109375,0,0,1,'2023-05-06 00:00:00'), + (13896,2101,NULL,2,2150,1,'Popla Foothills North Well','',77.279108203125,-83.2083046875,0,0,1,'2023-05-06 00:00:00'), + (13897,2101,NULL,2,2123,1,'Popla Foothills Skyview Tower','',77.40045468749999,-83.518078125,0,0,1,'2023-05-06 00:00:00'), + (13898,2101,NULL,2,2150,1,'Popla Foothills South Well','',77.41554609375,-85.09081640625001,0,0,1,'2023-05-06 00:00:00'), + (13899,2101,NULL,2,2125,1,'Pupunke Shrine','',77.593546875,-32.67877734375,0,0,1,'2023-05-06 00:00:00'), + (13900,2101,NULL,2,2150,1,'Rauru Settlement Ruins Well','',78.0703125,-43.751953125,0,0,1,'2023-05-06 00:00:00'), + (13901,2101,NULL,2,2125,1,'Utsushok Shrine','',78.16402734375,-97.9499296875,0,0,1,'2023-05-06 00:00:00'), + (13902,2101,NULL,2,2151,1,'Pagos Woods Excavation Site','',78.18521249999999,-95.03298046875,0,0,1,'2023-05-06 00:00:00'), + (13903,2101,NULL,2,2151,1,'Rauru Hillside Cave','',78.239837109375,-42.30723046875,0,0,1,'2023-05-06 00:00:00'), + (13904,2101,NULL,2,2150,1,'Bottomless Pond Well','',78.353820703125,-67.575352734375,0,0,1,'2023-05-06 00:00:00'), + (13905,2101,NULL,2,2125,1,'Sikukuu Shrine','',78.49858828125,-25.862625,0,0,1,'2023-05-06 00:00:00'), + (13906,2101,NULL,2,2125,1,'Ren-iz Shrine','',79.177316015625,-48.938237109375,0,0,1,'2023-05-06 00:00:00'), + (13907,2101,NULL,2,2150,1,'South Nabi Lake Well','',79.482421875,-76.135546875,0,0,1,'2023-05-06 00:00:00'), + (13908,2101,NULL,2,2150,1,'Rebonae Bridge Well','',79.535129296875,-58.50477105468749,0,0,1,'2023-05-06 00:00:00'), + (13909,2101,NULL,2,2151,1,'Floria River Upstream Excavation','',79.803439453125,-93.41844140625,0,0,1,'2023-05-06 00:00:00'), + (13910,2101,NULL,2,2151,1,'Rebonae Bridge Cave','',80.225663671875,-58.22464640625,0,0,1,'2023-05-06 00:00:00'), + (13911,2101,NULL,2,2138,1,'Wetland Stable','',80.2341515625,-60.120291796875,0,0,1,'2023-05-06 00:00:00'), + (13912,2101,NULL,2,2150,1,'Wetland Stable South Well','',80.367591796875,-61.67241328125,0,0,1,'2023-05-06 00:00:00'), + (13913,2101,NULL,2,2125,1,'Jiukoum Shrine','',80.478515625,-85.29375,0,0,1,'2023-05-06 00:00:00'), + (13914,2101,NULL,2,2138,1,'Wetland Stable','',80.529277734375,-60.85215,0,0,1,'2023-05-06 00:00:00'), + (13915,2101,NULL,2,2150,1,'Wetland Stable Well','',80.67887109375,-60.88264453125,0,0,1,'2023-05-06 00:00:00'), + (13916,2101,NULL,2,2125,1,'Tukarok Shrine','',81.04091484375,-61.535221875,0,0,1,'2023-05-06 00:00:00'), + (13917,2101,NULL,2,2125,1,'Jochisiu Shrine','',81.22137421875,-80.89940625,0,0,1,'2023-05-06 00:00:00'), + (13918,2101,NULL,2,2152,1,'Minshi Woods Chasm','',82.727671875,-39.04571484375,0,0,1,'2023-05-06 00:00:00'), + (13919,2101,NULL,2,2125,1,'Ekochiu Shrine','',82.76544140625,-43.58837109375,0,0,1,'2023-05-06 00:00:00'), + (13920,2101,NULL,2,2138,1,'Woodland Stable','',83.07697265625,-45.11719921875,0,0,1,'2023-05-06 00:00:00'), + (13921,2101,NULL,2,2150,1,'Woodland Stable Well','',83.1172734375,-45.0697734375,0,0,1,'2023-05-06 00:00:00'), + (13922,2101,NULL,2,2151,1,'Crenel Peak Cave','',83.7271171875,-55.69377890625,0,0,1,'2023-05-06 00:00:00'), + (13923,2101,NULL,2,2151,1,'Tobio\'s Hollow Cave','',84.01916015625,-87.2326171875,0,0,1,'2023-05-06 00:00:00'), + (13924,2101,NULL,2,2125,1,'Morok Shrine','',84.1591640625,-67.7272734375,0,0,1,'2023-05-06 00:00:00'), + (13925,2101,NULL,2,2151,1,'Dueling Peaks South Cave','',84.180140625,-81.41663671875,0,0,1,'2023-05-06 00:00:00'), + (13926,2101,NULL,2,2151,1,'Dueling Peaks North Cave','',84.31004296875,-80.32096875,0,0,1,'2023-05-06 00:00:00'), + (13927,2101,NULL,2,2151,1,'Sarjon Woods Cave','',84.4112578125,-95.7528046875,0,0,1,'2023-05-06 00:00:00'), + (13928,2101,NULL,2,2150,1,'Lanayru Wetlands Well','',84.60464062499999,-63.248259375,0,0,1,'2023-05-06 00:00:00'), + (13929,2101,NULL,2,2151,1,'Pico Pond Cave','',84.92881640625,-44.1570703125,0,0,1,'2023-05-06 00:00:00'), + (13930,2101,NULL,2,2125,1,'Mayak Shrine','',85.19419921875,-14.8426640625,0,0,1,'2023-05-06 00:00:00'), + (13931,2101,NULL,2,2152,1,'Tobio\'s Hollow Chasm','',85.605421875,-86.67964453125,0,0,1,'2023-05-06 00:00:00'), + (13932,2101,NULL,2,2151,1,'Sahasra Slope Cave','',85.8791953125,-72.14323828125,0,0,1,'2023-05-06 00:00:00'), + (13933,2101,NULL,2,2123,1,'Sahasra Slope Skyview Tower','',86.02862109375,-72.3967734375,0,0,1,'2023-05-06 00:00:00'), + (13934,2101,NULL,2,2151,1,'Crenel Peak Cave','',86.12752734375,-55.11914296875,0,0,1,'2023-05-06 00:00:00'), + (13935,2101,NULL,2,2151,1,'Sahasra Slope Cave','',86.40262499999999,-72.62401171875,0,0,1,'2023-05-06 00:00:00'), + (13936,2101,NULL,2,2151,1,'Goronbi River Cave','',86.98919531249999,-33.95239453125,0,0,1,'2023-05-06 00:00:00'), + (13937,2101,NULL,2,2150,1,'Zauz Island Well','',87.134765625,-60.193311328125,0,0,1,'2023-05-06 00:00:00'), + (13938,2101,NULL,2,2151,1,'Ubota Point Cave','',87.26623828125,-99.4177734375,0,0,1,'2023-05-06 00:00:00'), + (13939,2101,NULL,2,2125,1,'Joju-u-u Shrine','',88.0686796875,-100.5130546875,0,0,1,'2023-05-06 00:00:00'), + (13940,2101,NULL,2,2138,1,'Lakeside Stable','',88.15365234375,-100.055625,0,0,1,'2023-05-06 00:00:00'), + (13941,2101,NULL,2,2150,1,'Goponga Village Ruins Well','',88.23234375,-62.424594140625,0,0,1,'2023-05-06 00:00:00'), + (13942,2101,NULL,2,2150,1,'Lakeside Stable Well','',88.30219921875,-100.23783984375001,0,0,1,'2023-05-06 00:00:00'), + (13943,2101,NULL,2,2150,1,'Moor Garrison Ruins Well','',88.40773828125,-56.602303125,0,0,1,'2023-05-06 00:00:00'), + (13944,2101,NULL,2,2151,1,'Isle of Rabac Gallery','',88.52998828125,-22.23617578125,0,0,1,'2023-05-06 00:00:00'), + (13945,2101,NULL,2,2125,1,'Eshos Shrine','',88.65384375,-81.3856875,0,0,1,'2023-05-06 00:00:00'), + (13946,2101,NULL,2,2151,1,'Byroad to Lanayru Wetlands','',88.9189921875,-68.11155234375,0,0,1,'2023-05-06 00:00:00'), + (13947,2101,NULL,2,2151,1,'Byroad to Lanayru Wetlands','',89.26171875,-73.359375,0,0,1,'2023-05-06 00:00:00'), + (13948,2101,NULL,2,2123,1,'Eldin Canyon Skyview Tower','',89.55240234375,-44.638828125,0,0,1,'2023-05-06 00:00:00'), + (13949,2101,NULL,2,2151,1,'West Restaurant Cave','',89.564625,-38.32543359375,0,0,1,'2023-05-06 00:00:00'), + (13950,2101,NULL,2,2151,1,'Corta Lake Cave','',89.96244140625,-94.20437109375,0,0,1,'2023-05-06 00:00:00'), + (13951,2101,NULL,2,2151,1,'YunoboCo HQ South Cave','',90.39704296875,-26.73530859375,0,0,1,'2023-05-06 00:00:00'), + (13952,2101,NULL,2,2150,1,'Rikoka Hills Well','',90.427125,-66.2211375,0,0,1,'2023-05-06 00:00:00'), + (13953,2101,NULL,2,2151,1,'Lanayru Wetlands Chasm','',90.54980859375,-56.6946703125,0,0,1,'2023-05-06 00:00:00'), + (13954,2101,NULL,2,2125,1,'Jonsau Shrine','',90.74602734375,-58.387663710937495,0,0,1,'2023-05-06 00:00:00'), + (13955,2101,NULL,2,2125,1,'Marakuguc Shrine','',90.96665625,-29.18373046875,0,0,1,'2023-05-06 00:00:00'), + (13956,2101,NULL,2,2151,1,'YunoboCo HQ East Cave','',90.99202734375,-25.342921875,0,0,1,'2023-05-06 00:00:00'), + (13957,2101,NULL,2,2137,1,'Great Fairy Fountain','',91.02683203125,-84.13983984375,0,0,1,'2023-05-06 00:00:00'), + (13958,2101,NULL,2,2125,1,'Makasura Shrine','',91.05348046875,-70.92108984375,0,0,1,'2023-05-06 00:00:00'), + (13959,2101,NULL,2,2138,1,'Dueling Peaks Stable','',91.0893046875,-81.42650390625,0,0,1,'2023-05-06 00:00:00'), + (13960,2101,NULL,2,2151,1,'Mount Floria Cave','',91.2836953125,-93.58166015625,0,0,1,'2023-05-06 00:00:00'), + (13961,2101,NULL,2,2150,1,'Dueling Peaks Stable Well','',91.3441875,-81.4421484375,0,0,1,'2023-05-06 00:00:00'), + (13962,2101,NULL,2,2125,1,'Timawak Shrine','',91.40096484375,-39.3804375,0,0,1,'2023-05-06 00:00:00'), + (13963,2101,NULL,2,2151,1,'Southern Mine','',91.41744140625,-35.35134375,0,0,1,'2023-05-06 00:00:00'), + (13964,2101,NULL,2,2151,1,'Rassla Lake Cave','',91.5648046875,-102.398671875,0,0,1,'2023-05-06 00:00:00'), + (13965,2101,NULL,2,2151,1,'East Restaurant Cave','',92.038546875,-38.43805078125,0,0,1,'2023-05-06 00:00:00'), + (13966,2101,NULL,2,2150,1,'Kakariko Village Well','',92.2853203125,-70.822921875,0,0,1,'2023-05-06 00:00:00'), + (13967,2101,NULL,2,2151,1,'Cucco Hideaway','',92.3136796875,-72.19198828125,0,0,1,'2023-05-06 00:00:00'), + (13968,2101,NULL,2,2151,1,'Rodai Lakefront Tunnel','',92.53592578125,-95.05364062500001,0,0,1,'2023-05-06 00:00:00'), + (13969,2101,NULL,2,2151,1,'Lake Ferona Cave','',92.923828125,-43.69166015625,0,0,1,'2023-05-06 00:00:00'), + (13970,2101,NULL,2,2151,1,'Lake Ferona Cave','',92.95252734375,-43.305785156249996,0,0,1,'2023-05-06 00:00:00'), + (13971,2101,NULL,2,2151,1,'Kakariko Village Cave','',93.13463671875,-70.09941796875,0,0,1,'2023-05-06 00:00:00'), + (13972,2101,NULL,2,2151,1,'Death Mountain Foothill Cave','',93.16299609375,-27.10301953125,0,0,1,'2023-05-06 00:00:00'), + (13973,2101,NULL,2,2151,1,'Calora Lake Cave','',93.2669765625,-94.1342109375,0,0,1,'2023-05-06 00:00:00'), + (13974,2101,NULL,2,2151,1,'Mount Floria Cave','',93.27748828125,-89.19903515625,0,0,1,'2023-05-06 00:00:00'), + (13975,2101,NULL,2,2152,1,'East Hill Chasm','',93.45103125,-68.5093171875,0,0,1,'2023-05-06 00:00:00'), + (13976,2101,NULL,2,2151,1,'Calora Lake Cave','',93.86278125,-95.6722734375,0,0,1,'2023-05-06 00:00:00'), + (13977,2101,NULL,2,2151,1,'Gorko Tunnel','',93.9375,-34.69940625,0,0,1,'2023-05-06 00:00:00'), + (13978,2101,NULL,2,2151,1,'Boné Pond East Cave','',95.9188828125,-56.928765234375,0,0,1,'2023-05-06 00:00:00'), + (13979,2101,NULL,2,2151,1,'Lizard\'s Burrow','',96.1677421875,-22.55485546875,0,0,1,'2023-05-06 00:00:00'), + (13980,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.2736796875,-57.419776171875,0,0,1,'2023-05-06 00:00:00'), + (13981,2101,NULL,2,2151,1,'Death Mountain West Tunnel','',96.54615234375,-27.15965625,0,0,1,'2023-05-06 00:00:00'), + (13982,2101,NULL,2,2151,1,'Fort Hateno Cave','',96.60271875,-78.39373828125,0,0,1,'2023-05-06 00:00:00'), + (13983,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.72473437500003,-58.42722351562501,0,0,1,'2023-05-06 00:00:00'), + (13984,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.80541796875,-57.323441015625,0,0,1,'2023-05-06 00:00:00'), + (13985,2101,NULL,2,2151,1,'Foothill Monster Den','',96.97635937499999,-40.78008984375,0,0,1,'2023-05-06 00:00:00'), + (13986,2101,NULL,2,2125,1,'Kurakat Shrine','',97.9832578125,-64.579107421875,0,0,1,'2023-05-06 00:00:00'), + (13987,2101,NULL,2,2125,1,'Sitsum Shrine','',98.075015625,-28.1677265625,0,0,1,'2023-05-06 00:00:00'), + (13988,2101,NULL,2,2151,1,'Lake Darman Monster Den','',98.12511328125,-22.83160546875,0,0,1,'2023-05-06 00:00:00'), + (13989,2101,NULL,2,2125,1,'Sibajitak Shrine','',98.440640625,-20.21405859375,0,0,1,'2023-05-06 00:00:00'), + (13990,2101,NULL,2,2123,1,'Rabella Wetlands Skyview Tower','',98.671875,-90.87762890625,0,0,1,'2023-05-06 00:00:00'), + (13991,2101,NULL,2,2151,1,'Atun Valley Cave','',99.0703125,-96.01171875,0,0,1,'2023-05-06 00:00:00'), + (13992,2101,NULL,2,2151,1,'Lake Intenoch Cave','',99.4381171875,-37.58223046875,0,0,1,'2023-05-06 00:00:00'), + (13993,2101,NULL,2,2151,1,'Robred Dropoff Cave','',99.5272265625,-75.90992578125,0,0,1,'2023-05-06 00:00:00'), + (13994,2101,NULL,2,2151,1,'Oakle\'s Navel Cave','',99.65746875,-83.27954296875001,0,0,1,'2023-05-06 00:00:00'), + (13995,2101,NULL,2,2152,1,'Meda Mountain Chasm','',99.7700859375,-86.49258984375,0,0,1,'2023-05-06 00:00:00'), + (13996,2101,NULL,2,2152,1,'Death Mountain Chasm','',100.013671875,-28.095703125,0,0,1,'2023-05-06 00:00:00'), + (13997,2101,NULL,2,2125,1,'Kisinona Shrine','',100.40446875,-43.9929140625,0,0,1,'2023-05-06 00:00:00'), + (13998,2101,NULL,2,2151,1,'Upland Zorana Mountainside Cave','',100.42998046875,-52.523562890625,0,0,1,'2023-05-06 00:00:00'), + (13999,2101,NULL,2,2151,1,'Cephla Lake Cave','',100.70680078125002,-43.002562499999996,0,0,1,'2023-05-06 00:00:00'), + (14000,2101,NULL,2,2151,1,'Tabahl Woods Cave','',100.84601953125,-55.932446484375,0,0,1,'2023-05-06 00:00:00'), + (14001,2101,NULL,2,2150,1,'Foothill Stable Well','',100.991390625,-44.89383984375,0,0,1,'2023-05-06 00:00:00'), + (14002,2101,NULL,2,2151,1,'Upland Zorana Mountainside Cave','',101.174625,-52.427860546875,0,0,1,'2023-05-06 00:00:00'), + (14003,2101,NULL,2,2138,1,'Foothill Stable','',101.23039453125001,-45.1795546875,0,0,1,'2023-05-06 00:00:00'), + (14004,2101,NULL,2,2151,1,'Tabahl Woods Cave','',101.65998046875,-55.22544609375,0,0,1,'2023-05-06 00:00:00'), + (14005,2101,NULL,2,2151,1,'Tabahl Woods Cave','',101.714578125,-56.042628515625,0,0,1,'2023-05-06 00:00:00'), + (14006,2101,NULL,2,2151,1,'Lanayru Road South Cave','',101.9328984375,-73.9997109375,0,0,1,'2023-05-06 00:00:00'), + (14007,2101,NULL,2,2151,1,'Upland Zorana Byroad','',101.9566640625,-52.9709109375,0,0,1,'2023-05-06 00:00:00'), + (14008,2101,NULL,2,2150,1,'Tabahl Woods Well','',102.49672265625,-56.5368328125,0,0,1,'2023-05-06 00:00:00'), + (14009,2101,NULL,2,2151,1,'Death Mountain East Tunnel','',102.747796875,-26.03689453125,0,0,1,'2023-05-06 00:00:00'), + (14010,2101,NULL,2,2125,1,'Sifumim Shrine','',103.42768359375,-96.918140625,0,0,1,'2023-05-06 00:00:00'), + (14011,2101,NULL,2,2151,1,'Upland Zorana Summit Cave','',103.718390625,-52.99238671875,0,0,1,'2023-05-06 00:00:00'), + (14012,2101,NULL,2,2151,1,'Upland Zorana Byroad','',103.8706875,-54.535201171875,0,0,1,'2023-05-06 00:00:00'), + (14013,2101,NULL,2,2125,1,'Kimayat Shrine','',103.8754921875,-15.95840625,0,0,1,'2023-05-06 00:00:00'), + (14014,2101,NULL,2,2123,1,'Upland Zorana Skyview Tower','',103.8991640625,-51.782912109375,0,0,1,'2023-05-06 00:00:00'), + (14015,2101,NULL,2,2151,1,'Oren Bridge Cave','',104.40957421875,-59.36636625,0,0,1,'2023-05-06 00:00:00'), + (14016,2101,NULL,2,2151,1,'Ralis Channel','',104.43896484375,-56.59988203125,0,0,1,'2023-05-06 00:00:00'), + (14017,2101,NULL,2,2150,1,'Lurelin Village Well','',104.7725390625,-98.18484375000001,0,0,1,'2023-05-06 00:00:00'), + (14018,2101,NULL,2,2151,1,'Ralis Channel','',104.9863125,-55.618533984375,0,0,1,'2023-05-06 00:00:00'), + (14019,2101,NULL,2,2125,1,'Momosik Shrine','',105.0000703125,-26.27213671875,0,0,1,'2023-05-06 00:00:00'), + (14020,2101,NULL,2,2150,1,'Shadow Hamlet Ruins Well','',106.1394609375,-31.51266796875,0,0,1,'2023-05-06 00:00:00'), + (14021,2101,NULL,2,2125,1,'Mayachideg Shrine','',106.18360546875,-37.21852734375,0,0,1,'2023-05-06 00:00:00'), + (14022,2101,NULL,2,2151,1,'Lanayru Road East Cave','',106.3305,-71.92716796875,0,0,1,'2023-05-06 00:00:00'), + (14023,2101,NULL,2,2151,1,'Luto\'s Channel','',106.57144921875,-59.19501539062499,0,0,1,'2023-05-06 00:00:00'), + (14024,2101,NULL,2,2138,1,'South Akkala Stable','',107.12902734375,-38.886457031249996,0,0,1,'2023-05-06 00:00:00'), + (14025,2101,NULL,2,2151,1,'Upland Zorana Foothill Cave','',107.196,-50.7702,0,0,1,'2023-05-06 00:00:00'), + (14026,2101,NULL,2,2150,1,'South Akkala Stable Well','',107.75390625,-38.490234375,0,0,1,'2023-05-06 00:00:00'), + (14027,2101,NULL,2,2151,1,'Mount Dunsel Cave','',108.09666796875,-93.95827734375,0,0,1,'2023-05-06 00:00:00'), + (14028,2101,NULL,2,2151,1,'Akkala Citadel Ruins Cave','',108.324796875,-41.52159375,0,0,1,'2023-05-06 00:00:00'), + (14029,2101,NULL,2,2152,1,'Skull Lake Chasm','',108.36112499999999,-18.259183593750002,0,0,1,'2023-05-06 00:00:00'), + (14030,2101,NULL,2,2151,1,'Chasm Under Zora\'s Domain','',108.6509765625,-53.4189,0,0,1,'2023-05-06 00:00:00'), + (14031,2101,NULL,2,2151,1,'Mount Dunsel Cave','',108.88304296874998,-97.22412890624999,0,0,1,'2023-05-06 00:00:00'), + (14032,2101,NULL,2,2151,1,'Akkala Citadel Ruins Summit Cave','',108.896484375,-41.109375,0,0,1,'2023-05-06 00:00:00'), + (14033,2101,NULL,2,2152,1,'South Akkala Plains Chasm','',108.947578125,-43.51538671875,0,0,1,'2023-05-06 00:00:00'), + (14034,2101,NULL,2,2125,1,'Mogawak Shrine','',108.98377734375,-53.627462109375,0,0,1,'2023-05-06 00:00:00'), + (14035,2101,NULL,2,2150,1,'Zelda\'s Secret Well','',109.00169531249998,-85.55755078125,0,0,1,'2023-05-06 00:00:00'), + (14036,2101,NULL,2,2125,1,'Domizuin Shrine','',109.041515625,-41.6838046875,0,0,1,'2023-05-06 00:00:00'), + (14037,2101,NULL,2,2151,1,'Skull Lake Cave','',109.236328125,-18.46875,0,0,1,'2023-05-06 00:00:00'), + (14038,2101,NULL,2,2150,1,'Hateno Village West Well','',109.649484375,-82.62273046875,0,0,1,'2023-05-06 00:00:00'), + (14039,2101,NULL,2,2150,1,'Hateno Village South Well','',109.97478515625,-84.51244921874999,0,0,1,'2023-05-06 00:00:00'), + (14040,2101,NULL,2,2150,1,'Hateno Village North Well','',110.41265625000003,-82.37729296875,0,0,1,'2023-05-06 00:00:00'), + (14041,2101,NULL,2,2125,1,'Kamatukis Shrine','',110.52031640624998,-19.25722265625,0,0,1,'2023-05-06 00:00:00'), + (14042,2101,NULL,2,2125,1,'Zanmik Shrine','',110.97121875,-84.14973046875,0,0,1,'2023-05-06 00:00:00'), + (14043,2101,NULL,2,2151,1,'Lanayru Road East Cave','',111.05217187500001,-69.94209609375,0,0,1,'2023-05-06 00:00:00'), + (14044,2101,NULL,2,2123,1,'Ulri Mountain Skyview Tower','',111.31640625,-34.8515625,0,0,1,'2023-05-06 00:00:00'), + (14045,2101,NULL,2,2150,1,'Hateno Village East Well','',111.49778906249998,-83.8177734375,0,0,1,'2023-05-06 00:00:00'), + (14046,2101,NULL,2,2125,1,'Zakusu Shrine','',111.63542578125,-75.96430078125,0,0,1,'2023-05-06 00:00:00'), + (14047,2101,NULL,2,2152,1,'Naydra Snowfield Chasm','',112.55377734375,-74.34352734375,0,0,1,'2023-05-06 00:00:00'), + (14048,2101,NULL,2,2151,1,'Cape Cales Cliffbase Cave','',113.09063671875,-96.22048828125001,0,0,1,'2023-05-06 00:00:00'), + (14049,2101,NULL,2,2151,1,'Ploymus Mountain Cave','',113.213625,-52.28218945312499,0,0,1,'2023-05-06 00:00:00'), + (14050,2101,NULL,2,2151,1,'Construction Site Cave','',113.42253515625,-40.567359375,0,0,1,'2023-05-06 00:00:00'), + (14051,2101,NULL,2,2150,1,'Construction Site Well','',113.90428125,-39.989578125,0,0,1,'2023-05-06 00:00:00'), + (14052,2101,NULL,2,2151,1,'Construction Site Cave','',114.08715234375,-40.61619140625,0,0,1,'2023-05-06 00:00:00'), + (14053,2101,NULL,2,2151,1,'Retsam Forest Cave','',114.24462890625,-82.341890625,0,0,1,'2023-05-06 00:00:00'), + (14054,2101,NULL,2,2151,1,'Retsam Forest Cave','',114.34509375,-82.8117890625,0,0,1,'2023-05-06 00:00:00'), + (14055,2101,NULL,2,2125,1,'Ihen-a Shrine','',114.68223046875,-51.82289648437501,0,0,1,'2023-05-06 00:00:00'), + (14056,2101,NULL,2,2151,1,'Reservoir Lakefront Cavern','',114.9560390625,-53.676577734375,0,0,1,'2023-05-06 00:00:00'), + (14057,2101,NULL,2,2125,1,'Jochi-ihiga Shrine','',114.96699609375,-44.30726953124999,0,0,1,'2023-05-06 00:00:00'), + (14058,2101,NULL,2,2125,1,'Sinatanika Shrine','',115.33562109375,-31.637203125,0,0,1,'2023-05-06 00:00:00'), + (14059,2101,NULL,2,2123,1,'Mount Lanayru Skyview Tower','',115.40200781249997,-74.00286328125,0,0,1,'2023-05-06 00:00:00'), + (14060,2101,NULL,2,2125,1,'Apogek Shrine','',115.85966015624999,-61.134045703125,0,0,1,'2023-05-06 00:00:00'), + (14061,2101,NULL,2,2151,1,'Tarrey Town Tunnel','',116.31945703125,-40.12004296875,0,0,1,'2023-05-06 00:00:00'), + (14062,2101,NULL,2,2151,1,'Walnot Mountain Cave','',116.40908203125,-82.83987890625001,0,0,1,'2023-05-06 00:00:00'), + (14063,2101,NULL,2,2152,1,'East Akkala Plains Chasm','',117.53382421875,-33.036515625,0,0,1,'2023-05-06 00:00:00'), + (14064,2101,NULL,2,2151,1,'Ulria Grotto South Cave','',118.61987109375,-50.83248046875,0,0,1,'2023-05-06 00:00:00'), + (14065,2101,NULL,2,2125,1,'Rasitakiwak Shrine','',119.1409921875,-43.09287890625,0,0,1,'2023-05-06 00:00:00'), + (14066,2101,NULL,2,2151,1,'Deepback Bay Cave','',119.6892890625,-85.1083125,0,0,1,'2023-05-06 00:00:00'), + (14067,2101,NULL,2,2151,1,'Walnot Mountain Cave','',119.8305,-78.97212890625,0,0,1,'2023-05-06 00:00:00'), + (14068,2101,NULL,2,2138,1,'East Akkala Stable','',119.84241796875,-26.0844140625,0,0,1,'2023-05-06 00:00:00'), + (14069,2101,NULL,2,2150,1,'East Akkala Stable Well','',119.916421875,-26.014804687499996,0,0,1,'2023-05-06 00:00:00'), + (14070,2101,NULL,2,2151,1,'Horon Lagoon Cave','',120.0464765625,-61.589830078125,0,0,1,'2023-05-06 00:00:00'), + (14071,2101,NULL,2,2125,1,'Jikais Shrine','',120.3154453125,-78.20437500000001,0,0,1,'2023-05-06 00:00:00'), + (14072,2101,NULL,2,2151,1,'Ulria Grotto East Cave','',120.3866015625,-49.51973203125,0,0,1,'2023-05-06 00:00:00'), + (14073,2101,NULL,2,2125,1,'Jochi-iu Shrine','',121.24941796875,-24.888386718750002,0,0,1,'2023-05-06 00:00:00'), + (14074,2101,NULL,2,2151,1,'Tarm Point Cave','',122.7310546875,-68.2846546875,0,0,1,'2023-05-06 00:00:00'), + (14075,2101,NULL,2,2125,1,'Gatanisis Shrine','',123.0213515625,-48.909310546875,0,0,1,'2023-05-06 00:00:00'), + (14076,2101,NULL,2,2151,1,'Ulria Grotto East Cave','',123.10546875,-50.33013632812501,0,0,1,'2023-05-06 00:00:00'), + (14077,2101,NULL,2,2152,1,'Eventide Island Chasm','',123.1303359375,-99.13236328125,0,0,1,'2023-05-06 00:00:00'), + (14078,2101,NULL,2,2125,1,'Gemimik Shrine','',123.19578515625,-33.80030859375,0,0,1,'2023-05-06 00:00:00'), + (14079,2101,NULL,2,2151,1,'Mapla Point Cave','',124.046859375,-84.91737890625,0,0,1,'2023-05-06 00:00:00'), + (14080,2101,NULL,2,2151,1,'North Akkala Beach Cave','',124.75198828125,-21.013664062500002,0,0,1,'2023-05-06 00:00:00'), + (14081,2101,NULL,2,2151,1,'North Akkala Beach Cave','',124.8125390625,-16.583109375,0,0,1,'2023-05-06 00:00:00'), + (14082,2101,NULL,2,2125,1,'Igashuk Shrine','',124.8631640625,-15.072234375000003,0,0,1,'2023-05-06 00:00:00'), + (14083,2101,NULL,2,2152,1,'Lomei Labyrinth Chasm','',124.86328125,-15.264046875000004,0,0,1,'2023-05-06 00:00:00'), + (14084,2101,NULL,2,2125,1,'Rasiwak Shrine','',124.970203125,-20.352914062500002,0,0,1,'2023-05-06 00:00:00'), + (14085,2101,NULL,2,2152,1,'Tingel Island Chasm','',125.4818203125,-43.26711328125,0,0,1,'2023-05-06 00:00:00'), + (14086,2101,NULL,2,2151,1,'Eventide Island Cave','',126.00738281250003,-102.90827343749999,0,0,1,'2023-05-06 00:00:00'), + (14087,2101,NULL,2,2153,1,'Thunder Gleeok','',82.72265625,-100.9453125,0,0,1,'2023-05-06 00:00:00'), + (14088,2101,NULL,2,2153,1,'Thunder Gleeok','',56.83423828124999,-73.3941328125,0,0,1,'2023-05-06 00:00:00'), + (14089,2101,NULL,2,2153,1,'Thunder Gleeok','',110.423484375,-43.377515625,0,0,1,'2023-05-06 00:00:00'), + (14090,2101,NULL,2,2153,1,'Flame Gleeok','',45.533203125,-89.52868359375,0,0,1,'2023-05-06 00:00:00'), + (14091,2101,NULL,2,2153,1,'Flame Gleeok','',27.835265625,-53.669015625,0,0,1,'2023-05-06 00:00:00'), + (14092,2101,NULL,2,2153,1,'Flame Gleeok','',69.7562574609375,-87.78628125,0,0,1,'2023-05-06 00:00:00'), + (14093,2101,NULL,2,2153,1,'Flame Gleeok','',96.544921875,-50.466796875,0,0,1,'2023-05-06 00:00:00'), + (14094,2101,NULL,2,2153,1,'Frost Gleeok','',26.44585546875,-23.536464843750004,0,0,1,'2023-05-06 00:00:00'), + (14095,2101,NULL,2,2153,1,'Frost Gleeok','',48.8144296875,-23.331281250000004,0,0,1,'2023-05-06 00:00:00'), + (14096,2101,NULL,2,2153,1,'Frost Gleeok','',23.158957031250004,-69.791015625,0,0,1,'2023-05-06 00:00:00'), + (14097,2101,NULL,2,2141,1,'Igneo Talus','',96.26954296875,-37.73438671875,0,0,1,'2023-05-06 00:00:00'), + (14098,2101,NULL,2,2141,1,'Igneo Talus','',85.44140625,-38.47265625,0,0,1,'2023-05-06 00:00:00'), + (14099,2101,NULL,2,2141,1,'Igneo Talus','',93.08872265625,-21.1615546875,0,0,1,'2023-05-06 00:00:00'), + (14100,2101,NULL,2,2141,1,'Igneo Talus','',99.36467578125,-15.97123828125,0,0,1,'2023-05-06 00:00:00'), + (14101,2101,NULL,2,2141,1,'Igneo Talus','',93.919921875,-30.498046875,0,0,1,'2023-05-06 00:00:00'), + (14102,2101,NULL,2,2141,1,'Battle Talus','',53.34932812500001,-46.56847265625,0,0,1,'2023-05-06 00:00:00'), + (14103,2101,NULL,2,2141,1,'Battle Talus','',105.1584375,-41.15074218749999,0,0,1,'2023-05-06 00:00:00'), + (14104,2101,NULL,2,2141,1,'Battle Talus','',72.68104453125,-52.373450390625,0,0,1,'2023-05-06 00:00:00'), + (14105,2101,NULL,2,2141,1,'Battle Talus','',108.71330859375,-98.532515625,0,0,1,'2023-05-06 00:00:00'), + (14106,2101,NULL,2,2141,1,'Battle Talus','',119.3066015625,-32.490046875,0,0,1,'2023-05-06 00:00:00'), + (14107,2101,NULL,2,2141,1,'Battle Talus','',33.87952734375,-43.50685546875,0,0,1,'2023-05-06 00:00:00'), + (14108,2101,NULL,2,2141,1,'Battle Talus','',61.28992382812501,-49.084252734375,0,0,1,'2023-05-06 00:00:00'), + (14109,2101,NULL,2,2141,1,'Battle Talus','',57.5199609375,-78.039328125,0,0,1,'2023-05-06 00:00:00'), + (14110,2101,NULL,2,2141,1,'Battle Talus','',18.828562499999997,-35.912824218749996,0,0,1,'2023-05-06 00:00:00'), + (14111,2101,NULL,2,2141,1,'Battle Talus','',79.33331015625001,-72.9255234375,0,0,1,'2023-05-06 00:00:00'), + (14112,2101,NULL,2,2141,1,'Battle Talus','',54.3334453125,-67.842910546875,0,0,1,'2023-05-06 00:00:00'), + (14113,2101,NULL,2,2141,1,'Battle Talus','',116.61762890625,-44.6615390625,0,0,1,'2023-05-06 00:00:00'), + (14114,2101,NULL,2,2141,1,'Battle Talus','',69.03828867187501,-67.992421875,0,0,1,'2023-05-06 00:00:00'), + (14115,2101,NULL,2,2141,1,'Battle Talus','',77.19593789062499,-81.25986328125,0,0,1,'2023-05-06 00:00:00'), + (14116,2101,NULL,2,2141,1,'Battle Talus','',23.58530859375,-78.55203515625,0,0,1,'2023-05-06 00:00:00'), + (14117,2101,NULL,2,2141,1,'Battle Talus','',85.0343203125,-72.245015625,0,0,1,'2023-05-06 00:00:00'), + (14118,2101,NULL,2,2141,1,'Battle Talus','',78.25149375,-52.6645640625,0,0,1,'2023-05-06 00:00:00'), + (14119,2101,NULL,2,2141,1,'Battle Talus','',40.43000390625,-59.896730859375,0,0,1,'2023-05-06 00:00:00'), + (14120,2101,NULL,2,2141,1,'Frost Talus','',18.368765624999998,-18.902542968749998,0,0,1,'2023-05-06 00:00:00'), + (14121,2101,NULL,2,2141,1,'Frost Talus','',37.11699609375,-74.13861328125,0,0,1,'2023-05-06 00:00:00'), + (14122,2101,NULL,2,2141,1,'Frost Talus','',117.8565,-70.97034375,0,0,1,'2023-05-06 00:00:00'), + (14123,2101,NULL,2,2141,1,'Frost Talus','',17.5802109375,-29.8782890625,0,0,1,'2023-05-06 00:00:00'), + (14124,2101,NULL,2,2141,1,'Frost Talus','',19.6737890625,-72.69699609375,0,0,1,'2023-05-06 00:00:00'), + (14125,2101,NULL,2,2141,1,'Frost Talus','',38.84408203125,-19.301660156249998,0,0,1,'2023-05-06 00:00:00'), + (14126,2101,NULL,2,2141,1,'Stone Talus','',30.62671875,-45.984046875,0,0,1,'2023-05-06 00:00:00'), + (14127,2101,NULL,2,2141,1,'Stone Talus','',117.9226171875,-23.755570312499998,0,0,1,'2023-05-06 00:00:00'), + (14128,2101,NULL,2,2141,1,'Stone Talus','',31.66659375,-50.98287421875,0,0,1,'2023-05-06 00:00:00'), + (14129,2101,NULL,2,2141,1,'Stone Talus','',71.45537671875,-30.82027734375,0,0,1,'2023-05-06 00:00:00'), + (14130,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',99.41175,-47.952730078125,0,0,1,'2023-05-06 00:00:00'), + (14131,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',105.80523046875,-79.433390625,0,0,1,'2023-05-06 00:00:00'), + (14132,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',119.423296875,-52.52573203125,0,0,1,'2023-05-06 00:00:00'), + (14133,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',102.07405078125,-19.88576953125,0,0,1,'2023-05-06 00:00:00'), + (14134,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',78.555005859375,-15.3225,0,0,1,'2023-05-06 00:00:00'), + (14135,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',107.759109375,-93.25892578124999,0,0,1,'2023-05-06 00:00:00'), + (14136,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',36.80109375,-64.70259375,0,0,1,'2023-05-06 00:00:00'), + (14137,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',44.28563671875,-65.44629140625,0,0,1,'2023-05-06 00:00:00'), + (14138,2101,NULL,2,2141,1,'Stone Talus (Rare)','',65.6940328125,-23.95564453125,0,0,1,'2023-05-06 00:00:00'), + (14139,2101,NULL,2,2141,1,'Stone Talus (Rare)','',125.13140625000003,-23.45764453125,0,0,1,'2023-05-06 00:00:00'), + (14140,2101,NULL,2,2141,1,'Stone Talus (Rare)','',43.28675390625,-87.34278515625,0,0,1,'2023-05-06 00:00:00'), + (14141,2101,NULL,2,2141,1,'Stone Talus (Rare)','',29.40015234375,-56.58940078125,0,0,1,'2023-05-06 00:00:00'), + (14142,2101,NULL,2,2141,1,'Stone Talus (Rare)','',76.45642500000001,-102.075046875,0,0,1,'2023-05-06 00:00:00'), + (14143,2101,NULL,2,2141,1,'Stone Talus (Rare)','',82.2505078125,-98.23974609375,0,0,1,'2023-05-06 00:00:00'), + (14144,2101,NULL,2,2141,1,'Stone Talus (Rare)','',91.7061328125,-99.55469531249999,0,0,1,'2023-05-06 00:00:00'), + (14145,2101,NULL,2,2140,1,'Lynel','',52.1064609375,-56.97106875,0,0,1,'2023-05-06 00:00:00'), + (14146,2101,NULL,2,2140,1,'Lynel','',44.88575390625,-40.40912109375,0,0,1,'2023-05-06 00:00:00'), + (14147,2101,NULL,2,2140,1,'Lynel','',113.44555078125,-23.917921875,0,0,1,'2023-05-06 00:00:00'), + (14148,2101,NULL,2,2140,1,'Lynel','',37.50796875,-37.03641796875,0,0,1,'2023-05-06 00:00:00'), + (14149,2101,NULL,2,2140,1,'Lynel','',30.7265625,-58.2421875,0,0,1,'2023-05-06 00:00:00'), + (14150,2101,NULL,2,2140,1,'Blue-Maned Lynel','',71.4611971875,-98.05061718750001,0,0,1,'2023-05-06 00:00:00'), + (14151,2101,NULL,2,2140,1,'Blue-Maned Lynel','',93.7055625,-62.186262890625,0,0,1,'2023-05-06 00:00:00'), + (14152,2101,NULL,2,2140,1,'Blue-Maned Lynel','',99.623296875,-64.673002734375,0,0,1,'2023-05-06 00:00:00'), + (14153,2101,NULL,2,2140,1,'Blue-Maned Lynel','',63.397661718749994,-103.52438671875,0,0,1,'2023-05-06 00:00:00'), + (14154,2101,NULL,2,2140,1,'Blue-Maned Lynel','',17.161675781249997,-27.14684765625,0,0,1,'2023-05-06 00:00:00'), + (14155,2101,NULL,2,2140,1,'Blue-Maned Lynel','',101.49657421875001,-69.685184765625,0,0,1,'2023-05-06 00:00:00'), + (14156,2101,NULL,2,2140,1,'Blue-Maned Lynel','',53.16773437499999,-90.3300234375,0,0,1,'2023-05-06 00:00:00'), + (14157,2101,NULL,2,2140,1,'White-Maned Lynel','',115.7487421875,-47.45207578125,0,0,1,'2023-05-06 00:00:00'), + (14158,2101,NULL,2,2140,1,'White-Maned Lynel','',87.474140625,-94.177640625,0,0,1,'2023-05-06 00:00:00'), + (14159,2101,NULL,2,2140,1,'White-Maned Lynel','',18.21946875,-70.182401953125,0,0,1,'2023-05-06 00:00:00'), + (14160,2101,NULL,2,2147,1,'Molduga','',23.09765625,-88.935,0,0,1,'2023-05-06 00:00:00'), + (14161,2101,NULL,2,2147,1,'Molduga','',31.368726562499994,-97.45189453125,0,0,1,'2023-05-06 00:00:00'), + (14162,2101,NULL,2,2147,1,'Molduga','',42.17574609375,-96.89111718749999,0,0,1,'2023-05-06 00:00:00'), + (14163,2101,NULL,2,2147,1,'Molduga','',14.09619140625,-91.41118359375,0,0,1,'2023-05-06 00:00:00'), + (14164,2101,NULL,2,2139,1,'Electric Wizzrobe','',113.35660546875,-53.03029921875,0,0,1,'2023-05-06 00:00:00'), + (14165,2101,NULL,2,2139,1,'Electric Wizzrobe','',73.63107421875,-85.7142421875,0,0,1,'2023-05-06 00:00:00'), + (14166,2101,NULL,2,2139,1,'Electric Wizzrobe','',117.2081015625,-85.603125,0,0,1,'2023-05-06 00:00:00'), + (14167,2101,NULL,2,2139,1,'Electric Wizzrobe','',50.254171875,-68.478253125,0,0,1,'2023-05-06 00:00:00'), + (14168,2101,NULL,2,2139,1,'Electric Wizzrobe','',57.51612890625,-67.566558984375,0,0,1,'2023-05-06 00:00:00'), + (14169,2101,NULL,2,2139,1,'Electric Wizzrobe','',45.8803828125,-62.0712609375,0,0,1,'2023-05-06 00:00:00'), + (14170,2101,NULL,2,2139,1,'Electric Wizzrobe','',39.81500390625,-41.164171875,0,0,1,'2023-05-06 00:00:00'), + (14171,2101,NULL,2,2139,1,'Electric Wizzrobe','',84.4595390625,-68.62109765625,0,0,1,'2023-05-06 00:00:00'), + (14172,2101,NULL,2,2139,1,'Electric Wizzrobe','',102.63952734375,-51.687403125,0,0,1,'2023-05-06 00:00:00'), + (14173,2101,NULL,2,2139,1,'Electric Wizzrobe','',101.0966484375,-51.832105078125,0,0,1,'2023-05-06 00:00:00'), + (14174,2101,NULL,2,2139,1,'Electric Wizzrobe','',86.70880078125,-62.200850390625,0,0,1,'2023-05-06 00:00:00'), + (14175,2101,NULL,2,2139,1,'Electric Wizzrobe','',79.82926992187501,-30.84825,0,0,1,'2023-05-06 00:00:00'), + (14176,2101,NULL,2,2139,1,'Electric Wizzrobe','',52.0563984375,-52.394300390625,0,0,1,'2023-05-06 00:00:00'), + (14177,2101,NULL,2,2139,1,'Electric Wizzrobe','',26.36126953125,-42.939046875,0,0,1,'2023-05-06 00:00:00'), + (14178,2101,NULL,2,2139,1,'Electric Wizzrobe','',49.41270703124999,-35.82481640625,0,0,1,'2023-05-06 00:00:00'), + (14179,2101,NULL,2,2139,1,'Electric Wizzrobe','',21.79341796875,-53.784675,0,0,1,'2023-05-06 00:00:00'), + (14180,2101,NULL,2,2139,1,'Electric Wizzrobe','',80.52919453125,-98.56095703125,0,0,1,'2023-05-06 00:00:00'), + (14181,2101,NULL,2,2139,1,'Electric Wizzrobe','',77.197308984375,-41.35557421875,0,0,1,'2023-05-06 00:00:00'), + (14182,2101,NULL,2,2139,1,'Electric Wizzrobe','',67.36712109375,-32.83154296875,0,0,1,'2023-05-06 00:00:00'), + (14183,2101,NULL,2,2139,1,'Thunder Wizzrobe','',93.17607421875,-94.13675390625001,0,0,1,'2023-05-06 00:00:00'), + (14184,2101,NULL,2,2139,1,'Thunder Wizzrobe','',53.94296484375,-76.8194296875,0,0,1,'2023-05-06 00:00:00'), + (14185,2101,NULL,2,2139,1,'Thunder Wizzrobe','',64.57141171875,-46.37098828125,0,0,1,'2023-05-06 00:00:00'), + (14186,2101,NULL,2,2139,1,'Thunder Wizzrobe','',70.191827109375,-45.70632421875,0,0,1,'2023-05-06 00:00:00'), + (14187,2101,NULL,2,2139,1,'Thunder Wizzrobe','',69.78974742187499,-48.933335156249996,0,0,1,'2023-05-06 00:00:00'), + (14188,2101,NULL,2,2139,1,'Thunder Wizzrobe','',123.94880859375,-64.39845234375,0,0,1,'2023-05-06 00:00:00'), + (14189,2101,NULL,2,2139,1,'Thunder Wizzrobe','',121.47830859375001,-59.9559,0,0,1,'2023-05-06 00:00:00'), + (14190,2101,NULL,2,2139,1,'Thunder Wizzrobe','',59.321801953125,-83.26001953125,0,0,1,'2023-05-06 00:00:00'), + (14191,2101,NULL,2,2139,1,'Thunder Wizzrobe','',79.950962109375,-90.604921875,0,0,1,'2023-05-06 00:00:00'), + (14192,2101,NULL,2,2139,1,'Thunder Wizzrobe','',86.715984375,-99.63243750000001,0,0,1,'2023-05-06 00:00:00'), + (14193,2101,NULL,2,2139,1,'Thunder Wizzrobe','',81.845569921875,-95.513671875,0,0,1,'2023-05-06 00:00:00'), + (14194,2101,NULL,2,2139,1,'Thunder Wizzrobe','',97.4803359375,-88.67691796875,0,0,1,'2023-05-06 00:00:00'), + (14195,2101,NULL,2,2139,1,'Fire Wizzrobe','',106.39939453125002,-64.932322265625,0,0,1,'2023-05-06 00:00:00'), + (14196,2101,NULL,2,2139,1,'Fire Wizzrobe','',91.9611328125,-82.78884375,0,0,1,'2023-05-06 00:00:00'), + (14197,2101,NULL,2,2139,1,'Fire Wizzrobe','',90.52508203125,-47.30825625,0,0,1,'2023-05-06 00:00:00'), + (14198,2101,NULL,2,2139,1,'Fire Wizzrobe','',121.89514453125003,-37.27734375,0,0,1,'2023-05-06 00:00:00'), + (14199,2101,NULL,2,2139,1,'Fire Wizzrobe','',91.10403515625,-37.588125,0,0,1,'2023-05-06 00:00:00'), + (14200,2101,NULL,2,2139,1,'Fire Wizzrobe','',68.59706601562499,-22.432992187500002,0,0,1,'2023-05-06 00:00:00'), + (14201,2101,NULL,2,2139,1,'Fire Wizzrobe','',75.25413984375,-50.584028906250005,0,0,1,'2023-05-06 00:00:00'), + (14202,2101,NULL,2,2139,1,'Fire Wizzrobe','',81.779061328125,-48.46168359375,0,0,1,'2023-05-06 00:00:00'), + (14203,2101,NULL,2,2139,1,'Fire Wizzrobe','',95.75690625,-47.9780296875,0,0,1,'2023-05-06 00:00:00'), + (14204,2101,NULL,2,2139,1,'Fire Wizzrobe','',82.214296875,-26.130738281249997,0,0,1,'2023-05-06 00:00:00'), + (14205,2101,NULL,2,2139,1,'Fire Wizzrobe','',79.457649609375,-21.27781640625,0,0,1,'2023-05-06 00:00:00'), + (14206,2101,NULL,2,2139,1,'Fire Wizzrobe','',102.09375,-77.21408203124999,0,0,1,'2023-05-06 00:00:00'), + (14207,2101,NULL,2,2139,1,'Fire Wizzrobe','',97.30182421875,-34.508625,0,0,1,'2023-05-06 00:00:00'), + (14208,2101,NULL,2,2139,1,'Fire Wizzrobe','',93.22180078125,-37.44296484375,0,0,1,'2023-05-06 00:00:00'), + (14209,2101,NULL,2,2139,1,'Fire Wizzrobe','',69.6340545703125,-76.85937890624999,0,0,1,'2023-05-06 00:00:00'), + (14210,2101,NULL,2,2139,1,'Fire Wizzrobe','',104.62238671875,-38.586046875,0,0,1,'2023-05-06 00:00:00'), + (14211,2101,NULL,2,2139,1,'Fire Wizzrobe','',111.06847265625,-16.0874296875,0,0,1,'2023-05-06 00:00:00'), + (14212,2101,NULL,2,2139,1,'Meteo Wizzrobe','',49.815796875,-96.13105078125001,0,0,1,'2023-05-06 00:00:00'), + (14213,2101,NULL,2,2139,1,'Meteo Wizzrobe','',28.2926484375,-82.76844140625,0,0,1,'2023-05-06 00:00:00'), + (14214,2101,NULL,2,2139,1,'Meteo Wizzrobe','',36.167789062500006,-83.54991796875,0,0,1,'2023-05-06 00:00:00'), + (14215,2101,NULL,2,2139,1,'Meteo Wizzrobe','',30.83330859375,-67.14353203125,0,0,1,'2023-05-06 00:00:00'), + (14216,2101,NULL,2,2139,1,'Meteo Wizzrobe','',114.85546875,-45.43359375,0,0,1,'2023-05-06 00:00:00'), + (14217,2101,NULL,2,2139,1,'Meteo Wizzrobe','',124.96232812500001,-46.57552734375,0,0,1,'2023-05-06 00:00:00'), + (14218,2101,NULL,2,2139,1,'Meteo Wizzrobe','',26.31823828125,-60.326353125,0,0,1,'2023-05-06 00:00:00'), + (14219,2101,NULL,2,2139,1,'Meteo Wizzrobe','',29.12675390625,-82.05380859375,0,0,1,'2023-05-06 00:00:00'), + (14220,2101,NULL,2,2139,1,'Ice Wizzrobe','',53.39675390625,-28.41856640625,0,0,1,'2023-05-06 00:00:00'), + (14221,2101,NULL,2,2139,1,'Ice Wizzrobe','',16.551562499999996,-23.67237890625,0,0,1,'2023-05-06 00:00:00'), + (14222,2101,NULL,2,2139,1,'Ice Wizzrobe','',31.77085546875,-26.28406640625,0,0,1,'2023-05-06 00:00:00'), + (14223,2101,NULL,2,2139,1,'Ice Wizzrobe','',50.17383984375,-30.51294140625,0,0,1,'2023-05-06 00:00:00'), + (14224,2101,NULL,2,2139,1,'Ice Wizzrobe','',27.6964921875,-34.035140625,0,0,1,'2023-05-06 00:00:00'), + (14225,2101,NULL,2,2139,1,'Ice Wizzrobe','',32.015625,-33.5859375,0,0,1,'2023-05-06 00:00:00'), + (14226,2101,NULL,2,2139,1,'Ice Wizzrobe','',93.44926171875,-59.696038125,0,0,1,'2023-05-06 00:00:00'), + (14227,2101,NULL,2,2139,1,'Ice Wizzrobe','',20.891261718749995,-37.1316328125,0,0,1,'2023-05-06 00:00:00'), + (14228,2101,NULL,2,2139,1,'Blizzrobe','',17.00834765625,-64.4342625,0,0,1,'2023-05-06 00:00:00'), + (14229,2101,NULL,2,2139,1,'Blizzrobe','',16.740152343750005,-72.64761328125,0,0,1,'2023-05-06 00:00:00'), + (14230,2101,NULL,2,2139,1,'Blizzrobe','',24.658640625,-71.3453203125,0,0,1,'2023-05-06 00:00:00'), + (14231,2101,NULL,2,2139,1,'Blizzrobe','',21.365285156250003,-64.985689453125,0,0,1,'2023-05-06 00:00:00'), + (14232,2101,NULL,2,2139,1,'Blizzrobe','',31.53664453125,-77.05634765625,0,0,1,'2023-05-06 00:00:00'), + (14233,2101,NULL,2,2139,1,'Blizzrobe','',35.09281640625,-72.0086015625,0,0,1,'2023-05-06 00:00:00'), + (14234,2101,NULL,2,2139,1,'Blizzrobe','',119.68126171875,-80.46359765625,0,0,1,'2023-05-06 00:00:00'), + (14235,2101,NULL,2,2146,1,'Yiga Clan Journal','',123.32709375,-21.49252734375,0,0,1,'2023-05-06 00:00:00'), + (14236,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_08','',123.1513359375,-21.529453124999996,0,0,1,'2023-05-06 00:00:00'), + (14237,2101,NULL,2,2146,1,'Yunobo\'s Diary','',89.06162109375,-25.48696875,0,0,1,'2023-05-06 00:00:00'), + (14238,2101,NULL,2,2146,1,'Kabetta\'s Diary','',89.51347265625,-30.710203125,0,0,1,'2023-05-06 00:00:00'), + (14239,2101,NULL,2,2146,1,'Misa\'s Recipe Book','',27.6521953125,-37.245972656250004,0,0,1,'2023-05-06 00:00:00'), + (14240,2101,NULL,2,2146,1,'Purah\'s Diary','',67.589497265625,-56.79297421875,0,0,1,'2023-05-06 00:00:00'), + (14241,2101,NULL,2,2146,1,'Notes on the Upheaval','',67.600887890625,-56.81337421875,0,0,1,'2023-05-06 00:00:00'), + (14242,2101,NULL,2,2146,1,'Purah Pad Manual','',67.39778671875,-56.84966484375,0,0,1,'2023-05-06 00:00:00'), + (14243,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',67.20379921874999,-57.313660546875,0,0,1,'2023-05-06 00:00:00'), + (14244,2101,NULL,2,2146,1,'Deciphered Slabs','',92.5951875,-68.088835546875,0,0,1,'2023-05-06 00:00:00'), + (14245,2101,NULL,2,2146,1,'Deciphered Slabs','',90.66936328125,-69.145248046875,0,0,1,'2023-05-06 00:00:00'), + (14246,2101,NULL,2,2146,1,'Deciphered Slabs','',91.45115625,-69.296412890625,0,0,1,'2023-05-06 00:00:00'), + (14247,2101,NULL,2,2146,1,'Journal of Various Worries','',91.19724609375,-70.081515234375,0,0,1,'2023-05-06 00:00:00'), + (14248,2101,NULL,2,2146,1,'Diary of a Chief','',91.159171875,-70.1294015625,0,0,1,'2023-05-06 00:00:00'), + (14249,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_06','',91.129875,-70.177276171875,0,0,1,'2023-05-06 00:00:00'), + (14250,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',91.12548046875,-70.2149296875,0,0,1,'2023-05-06 00:00:00'), + (14251,2101,NULL,2,2146,1,'Deciphered Slabs','',93.02157421875,-71.25264843750001,0,0,1,'2023-05-06 00:00:00'), + (14252,2101,NULL,2,2146,1,'Deciphered Slabs','',89.4669140625,-72.39521484375,0,0,1,'2023-05-06 00:00:00'), + (14253,2101,NULL,2,2146,1,'Lightning Helm Journal','',28.40194921875,-73.9779375,0,0,1,'2023-05-06 00:00:00'), + (14254,2101,NULL,2,2146,1,'School Notes','',109.69494140625,-81.73866796875,0,0,1,'2023-05-06 00:00:00'), + (14255,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',50.5982578125,-82.3196015625,0,0,1,'2023-05-06 00:00:00'), + (14256,2101,NULL,2,2146,1,'Reede\'s Diary','',110.33281640624998,-83.032359375,0,0,1,'2023-05-06 00:00:00'), + (14257,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_07','',114.65984765625,-83.53163671875,0,0,1,'2023-05-06 00:00:00'), + (14258,2101,NULL,2,2146,1,'Obj_DiaryAssassin_A_02','',61.132802343749994,-85.00584375,0,0,1,'2023-05-06 00:00:00'), + (14259,2101,NULL,2,2146,1,'Zelda\'s Journal','',109.128515625,-85.39829296875,0,0,1,'2023-05-06 00:00:00'), + (14260,2101,NULL,2,2146,1,'Zelda\'s Diary','',109.07213671875,-85.51831640625,0,0,1,'2023-05-06 00:00:00'), + (14261,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',31.960546875,-89.126953125,0,0,1,'2023-05-06 00:00:00'), + (14262,2101,NULL,2,2146,1,'Riju\'s Diary','',24.853207031249994,-93.26026171875,0,0,1,'2023-05-06 00:00:00'), + (14263,2101,NULL,2,2146,1,'Lookout Post Logbook','',30.026953125,-95.307421875,0,0,1,'2023-05-06 00:00:00'), + (14264,2101,NULL,2,2134,1,'Dragon\'s Tears #08','',48.4724296875,-16.1508984375,0,0,1,'2023-05-06 00:00:00'), + (14265,2101,NULL,2,2134,1,'Dragon\'s Tears #11','',80.7659671875,-24.0036328125,0,0,1,'2023-05-06 00:00:00'), + (14266,2101,NULL,2,2134,1,'Dragon\'s Tears #12','',123.45324609375,-33.46773046875,0,0,1,'2023-05-06 00:00:00'), + (14267,2101,NULL,2,2134,1,'Dragon\'s Tears #02','',40.41421875,-36.462421875,0,0,1,'2023-05-06 00:00:00'), + (14268,2101,NULL,2,2134,1,'Dragon\'s Tears #01','',53.7594609375,-47.27242265625,0,0,1,'2023-05-06 00:00:00'), + (14269,2101,NULL,2,2134,1,'Dragon\'s Tears #03','',91.73820703125,-49.95007734375,0,0,1,'2023-05-06 00:00:00'), + (14270,2101,NULL,2,2134,1,'Dragon\'s Tears #09','',122.66838281250001,-62.16786328125,0,0,1,'2023-05-06 00:00:00'), + (14271,2101,NULL,2,2134,1,'Dragon\'s Tears #04','',78.452670703125,-73.9361953125,0,0,1,'2023-05-06 00:00:00'), + (14272,2101,NULL,2,2134,1,'Dragon\'s Tears #05','',33.06603515625,-78.51195703125,0,0,1,'2023-05-06 00:00:00'), + (14273,2101,NULL,2,2134,1,'Dragon\'s Tears #10','',62.703201562500006,-90.034828125,0,0,1,'2023-05-06 00:00:00'), + (14274,2101,NULL,2,2134,1,'Dragon\'s Tears #07','',109.28587499999998,-100.38808593750001,0,0,1,'2023-05-06 00:00:00') +; diff --git a/dev/db/samples/tingle/container.sql b/dev/db/samples/tingle/container.sql index 570133eb..eb74e745 100644 --- a/dev/db/samples/tingle/container.sql +++ b/dev/db/samples/tingle/container.sql @@ -55,7 +55,7 @@ CREATE TABLE `container` ( PRIMARY KEY (`id`), UNIQUE KEY `map_id_UNIQUE` (`id`), UNIQUE KEY `short_name_UNIQUE` (`short_name`) -) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -83,7 +83,8 @@ INSERT INTO `container` VALUES (16,'SS','Skyward Sword','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3), (17,'ALBW','A Link Between Worlds','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3), (18,'TFH','Tri Force Heroes','markers/','png','#000000','',0,1,1,0,1,0,0,0,0,-256,256,6,4,30,256,23,23,16,16,5,0,3), - (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5) + (19,'BotW','Breath of the Wild','markers/','png','#000000','Breath-of-the-Wild',0,1,1,0,1,112,-159,-49.875,34.25,-206,221,8,9,50,256,23,23,16,16,5,1,5), + (21,'TotK','Tears of the Kingdom','/markers/','png','#DEECFD','Breath-of-the-Wild',0,1,1,0,1,70,-59,0,0,-118,141,8,9,50,256,23,23,16,16,5,1,4) ; /*!40000 ALTER TABLE `container` ENABLE KEYS */; UNLOCK TABLES; @@ -97,4 +98,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-09 13:13:43 +-- Dump completed on 2023-05-09 14:55:21 diff --git a/dev/db/samples/tingle/map.sql b/dev/db/samples/tingle/map.sql index e1700f56..f863ec82 100644 --- a/dev/db/samples/tingle/map.sql +++ b/dev/db/samples/tingle/map.sql @@ -56,7 +56,10 @@ INSERT INTO `map` VALUES (26,4,'Face Shrine',1,2,4,'(c) Nintendo',6,1), (27,4,'Eagle`s Tower',1,2,4,'(c) Nintendo',7,1), (28,4,'Turtle Rock',1,2,4,'(c) Nintendo',8,1), - (29,4,'Color Dungeon',1,2,4,'(c) Nintendo',9,1) + (29,4,'Color Dungeon',1,2,4,'(c) Nintendo',9,1), + (2101,21,'Hyrule',1,1,8,'',1,1), + (2102,21,'Sky',0,1,8,'',1,1), + (2103,21,'Underground',0,1,8,'',1,1) ; /*!40000 ALTER TABLE `map` ENABLE KEYS */; UNLOCK TABLES; @@ -70,4 +73,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-09 13:13:43 +-- Dump completed on 2023-05-09 14:55:21 diff --git a/dev/db/samples/tingle/marker.sql b/dev/db/samples/tingle/marker.sql index 29a5c9f8..3005a16e 100644 --- a/dev/db/samples/tingle/marker.sql +++ b/dev/db/samples/tingle/marker.sql @@ -46,7 +46,7 @@ CREATE TABLE `marker` ( CONSTRAINT `fk_map_marker_map_marker_status1` FOREIGN KEY (`marker_status_id`) REFERENCES `marker_status` (`id`), CONSTRAINT `fk_marker_submap1` FOREIGN KEY (`submap_id`) REFERENCES `submap` (`id`), CONSTRAINT `fk_marker_submap2` FOREIGN KEY (`overlay_id`) REFERENCES `submap` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=12522 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +) ENGINE=InnoDB AUTO_INCREMENT=14275 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -10376,7 +10376,1760 @@ INSERT INTO `marker` VALUES (12518,1901,NULL,2,1901,78601,'Last save location','',158.484375,-143.75,0,0,0,'2021-08-04 11:19:22'), (12519,1901,NULL,2,1901,138939,'du','',93.6875,-134.9921875,0,0,0,'2021-08-05 10:44:18'), (12520,1901,NULL,2,1916,138934,'0-','',147.625,-156.9296875,0,0,0,'2021-08-10 20:40:28'), - (12521,1901,NULL,2,1916,138934,'missed this one','missed it',148.1015625,-156.828125,0,0,0,'2021-08-11 18:50:18') + (12521,1901,NULL,2,1916,138934,'missed this one','missed it',148.1015625,-156.828125,0,0,0,'2021-08-11 18:50:18'), + (12522,2101,NULL,2,2103,1,'Torch','',51.252984375,-28.26083203125,0,0,1,'2023-05-06 00:00:00'), + (12523,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',54.35912109375001,-30.9538359375,0,0,1,'2023-05-06 00:00:00'), + (12524,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.3731015625,-30.95881640625,0,0,1,'2023-05-06 00:00:00'), + (12525,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',54.38746875,-30.9500390625,0,0,1,'2023-05-06 00:00:00'), + (12526,2101,NULL,2,2103,1,'Sturdy Thick Stick','',54.32840624999999,-30.7315546875,0,0,1,'2023-05-06 00:00:00'), + (12527,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.3376875,-31.9467890625,0,0,1,'2023-05-06 00:00:00'), + (12528,2101,NULL,2,2105,1,'Rusty Shield','',54.35485546875,-30.449578125,0,0,1,'2023-05-06 00:00:00'), + (12529,2101,NULL,2,2103,1,'Rusty Claymore','',55.8215390625,-30.0868359375,0,0,1,'2023-05-06 00:00:00'), + (12530,2101,NULL,2,2103,1,'Rusty Broadsword','',56.23848046875,-29.62723828125,0,0,1,'2023-05-06 00:00:00'), + (12531,2101,NULL,2,2103,1,'Rusty Halberd','',57.30684375,-27.36065625,0,0,1,'2023-05-06 00:00:00'), + (12532,2101,NULL,2,2103,1,'Soup Ladle','',48.75401953125,-30.18305859375,0,0,1,'2023-05-06 00:00:00'), + (12533,2101,NULL,2,2103,1,'Rusty Halberd','',54.22681640624999,-32.7556640625,0,0,1,'2023-05-06 00:00:00'), + (12534,2101,NULL,2,2103,1,'Rusty Broadsword','',54.5118984375,-31.70567578125,0,0,1,'2023-05-06 00:00:00'), + (12535,2101,NULL,2,2103,1,'Rusty Claymore','',54.44328515625,-31.76358984375,0,0,1,'2023-05-06 00:00:00'), + (12536,2101,NULL,2,2104,1,'Knight\'s Bow','',58.24989843749999,-27.3715078125,0,0,1,'2023-05-06 00:00:00'), + (12537,2101,NULL,2,2103,1,'Rusty Claymore','',57.49908984375,-26.6642578125,0,0,1,'2023-05-06 00:00:00'), + (12538,2101,NULL,2,2105,1,'Pot Lid','',50.75637890625,-28.716515625,0,0,1,'2023-05-06 00:00:00'), + (12539,2101,NULL,2,2103,1,'Thick Stick','',50.89695703125,-28.3125703125,0,0,1,'2023-05-06 00:00:00'), + (12540,2101,NULL,2,2103,1,'Torch','',50.28092578125,-34.2559453125,0,0,1,'2023-05-06 00:00:00'), + (12541,2101,NULL,2,2105,1,'Boko Shield','',49.15292578125,-32.6695078125,0,0,1,'2023-05-06 00:00:00'), + (12542,2101,NULL,2,2103,1,'Wooden Stick','',49.14387890625,-32.67322265625,0,0,1,'2023-05-06 00:00:00'), + (12543,2101,NULL,2,2103,1,'Soldier\'s Claymore','',49.11795703124999,-32.68341796875,0,0,1,'2023-05-06 00:00:00'), + (12544,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.70032421875001,-27.855515625,0,0,1,'2023-05-06 00:00:00'), + (12545,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.70812890625,-27.87216796875,0,0,1,'2023-05-06 00:00:00'), + (12546,2101,NULL,2,2103,1,'Knight\'s Claymore','',54.7155234375,-27.90256640625,0,0,1,'2023-05-06 00:00:00'), + (12547,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',53.74981640625,-31.10490234375,0,0,1,'2023-05-06 00:00:00'), + (12548,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',55.30316015624999,-29.61317578125,0,0,1,'2023-05-06 00:00:00'), + (12549,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',48.845671875,-30.1823203125,0,0,1,'2023-05-06 00:00:00'), + (12550,2101,NULL,2,2105,1,'Rusty Shield','',48.93706640625,-38.3399296875,0,0,1,'2023-05-06 00:00:00'), + (12551,2101,NULL,2,2103,1,'Rusty Broadsword','',49.70183203125,-39.2958515625,0,0,1,'2023-05-06 00:00:00'), + (12552,2101,NULL,2,2103,1,'Rusty Broadsword','',50.27569921875,-38.83817578125,0,0,1,'2023-05-06 00:00:00'), + (12553,2101,NULL,2,2103,1,'Rusty Halberd','',50.34800390625,-39.06936328125,0,0,1,'2023-05-06 00:00:00'), + (12554,2101,NULL,2,2105,1,'Rusty Shield','',55.62584765624999,-36.842859375,0,0,1,'2023-05-06 00:00:00'), + (12555,2101,NULL,2,2103,1,'Rusty Broadsword','',56.27180859375,-46.38440625,0,0,1,'2023-05-06 00:00:00'), + (12556,2101,NULL,2,2103,1,'Rusty Broadsword','',55.91087109375,-46.7720625,0,0,1,'2023-05-06 00:00:00'), + (12557,2101,NULL,2,2103,1,'Rusty Broadsword','',56.4733828125,-46.242937500000004,0,0,1,'2023-05-06 00:00:00'), + (12558,2101,NULL,2,2103,1,'Torch','',54.352875,-49.96641796875001,0,0,1,'2023-05-06 00:00:00'), + (12559,2101,NULL,2,2103,1,'Torch','',54.91852734375,-48.994590234374996,0,0,1,'2023-05-06 00:00:00'), + (12560,2101,NULL,2,2103,1,'Thick Stick','',48.19809375000001,-55.8354609375,0,0,1,'2023-05-06 00:00:00'), + (12561,2101,NULL,2,2103,1,'Thick Stick','',49.85259375,-47.571036328125,0,0,1,'2023-05-06 00:00:00'), + (12562,2101,NULL,2,2103,1,'Long Stick','',49.856671875,-47.557340625,0,0,1,'2023-05-06 00:00:00'), + (12563,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',47.52772265625,-62.54796328125,0,0,1,'2023-05-06 00:00:00'), + (12564,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',47.3476640625,-62.42368125,0,0,1,'2023-05-06 00:00:00'), + (12565,2101,NULL,2,2103,1,'Farming Hoe','',47.495953125,-62.81671171875,0,0,1,'2023-05-06 00:00:00'), + (12566,2101,NULL,2,2105,1,'Rusty Shield','',54.26097656250001,-62.027429296875,0,0,1,'2023-05-06 00:00:00'), + (12567,2101,NULL,2,2103,1,'Rusty Halberd','',54.5723203125,-61.6614046875,0,0,1,'2023-05-06 00:00:00'), + (12568,2101,NULL,2,2103,1,'Rusty Claymore','',54.48319921875,-61.606723828125,0,0,1,'2023-05-06 00:00:00'), + (12569,2101,NULL,2,2105,1,'Rusty Shield','',54.86548828124999,-61.654140234375,0,0,1,'2023-05-06 00:00:00'), + (12570,2101,NULL,2,2103,1,'Rusty Claymore','',54.80546484375,-61.608022265625,0,0,1,'2023-05-06 00:00:00'), + (12571,2101,NULL,2,2103,1,'Rusty Broadsword','',54.30814453125,-61.162672265625,0,0,1,'2023-05-06 00:00:00'), + (12572,2101,NULL,2,2103,1,'Rusty Claymore','',54.29821875,-60.984563671875,0,0,1,'2023-05-06 00:00:00'), + (12573,2101,NULL,2,2103,1,'Rusty Claymore','',53.90044921875,-61.18665234375,0,0,1,'2023-05-06 00:00:00'), + (12574,2101,NULL,2,2105,1,'Rusty Shield','',53.8694765625,-61.18307578125,0,0,1,'2023-05-06 00:00:00'), + (12575,2101,NULL,2,2103,1,'Rusty Broadsword','',53.829140625,-61.559513671875,0,0,1,'2023-05-06 00:00:00'), + (12576,2101,NULL,2,2103,1,'Rusty Broadsword','',55.054640625,-61.5642375,0,0,1,'2023-05-06 00:00:00'), + (12577,2101,NULL,2,2103,1,'Thick Stick','',56.7301171875,-59.67182109375,0,0,1,'2023-05-06 00:00:00'), + (12578,2101,NULL,2,2103,1,'Thick Stick','',55.8706640625,-62.311381640625,0,0,1,'2023-05-06 00:00:00'), + (12579,2101,NULL,2,2105,1,'Rusty Shield','',55.72224609375,-68.257238671875,0,0,1,'2023-05-06 00:00:00'), + (12580,2101,NULL,2,2103,1,'Wooden Stick','',48.99655078125,-65.026716796875,0,0,1,'2023-05-06 00:00:00'), + (12581,2101,NULL,2,2103,1,'Long Stick','',56.16179296875,-62.460834375,0,0,1,'2023-05-06 00:00:00'), + (12582,2101,NULL,2,2103,1,'Thick Stick','',56.23306640625,-62.4384234375,0,0,1,'2023-05-06 00:00:00'), + (12583,2101,NULL,2,2103,1,'Wooden Stick','',56.19046875,-62.27451328125,0,0,1,'2023-05-06 00:00:00'), + (12584,2101,NULL,2,2103,1,'Long Stick','',56.21389453125,-62.28289453125,0,0,1,'2023-05-06 00:00:00'), + (12585,2101,NULL,2,2103,1,'Torch','',58.5427734375,-78.97265625,0,0,1,'2023-05-06 00:00:00'), + (12586,2101,NULL,2,2105,1,'Rusty Shield','',57.26966015625001,-72.102703125,0,0,1,'2023-05-06 00:00:00'), + (12587,2101,NULL,2,2103,1,'Rusty Halberd','',57.48796875,-72.3834609375,0,0,1,'2023-05-06 00:00:00'), + (12588,2101,NULL,2,2104,1,'Spiked Boko Bow','',56.22339843749999,-71.48408203125,0,0,1,'2023-05-06 00:00:00'), + (12589,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',56.2241015625,-71.51237109375,0,0,1,'2023-05-06 00:00:00'), + (12590,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',56.22472265625,-71.52929296875001,0,0,1,'2023-05-06 00:00:00'), + (12591,2101,NULL,2,2103,1,'Traveler\'s Sword','',50.9000390625,-84.55109765625,0,0,1,'2023-05-06 00:00:00'), + (12592,2101,NULL,2,2105,1,'Traveler\'s Shield','',52.70166796875,-41.26360546875,0,0,1,'2023-05-06 00:00:00'), + (12593,2101,NULL,2,2104,1,'Wooden Bow','',52.683,-41.312296875,0,0,1,'2023-05-06 00:00:00'), + (12594,2101,NULL,2,2103,1,'Wooden Stick','',52.69171875,-41.292609375,0,0,1,'2023-05-06 00:00:00'), + (12595,2101,NULL,2,2103,1,'Traveler\'s Sword','',52.69901953125,-41.272171875,0,0,1,'2023-05-06 00:00:00'), + (12596,2101,NULL,2,2103,1,'Rusty Halberd','',55.909125,-46.19869921875,0,0,1,'2023-05-06 00:00:00'), + (12597,2101,NULL,2,2105,1,'Traveler\'s Shield','',57.641765625,-44.6164453125,0,0,1,'2023-05-06 00:00:00'), + (12598,2101,NULL,2,2103,1,'Thick Stick','',57.537140625,-37.67241796875,0,0,1,'2023-05-06 00:00:00'), + (12599,2101,NULL,2,2103,1,'Long Stick','',57.55257421875,-37.6783359375,0,0,1,'2023-05-06 00:00:00'), + (12600,2101,NULL,2,2103,1,'Thick Stick','',51.8381953125,-39.8476171875,0,0,1,'2023-05-06 00:00:00'), + (12601,2101,NULL,2,2103,1,'Traveler\'s Sword','',57.62827734375,-44.6007890625,0,0,1,'2023-05-06 00:00:00'), + (12602,2101,NULL,2,2103,1,'Rusty Halberd','',53.509769531249994,-46.48330078125,0,0,1,'2023-05-06 00:00:00'), + (12603,2101,NULL,2,2103,1,'Rusty Halberd','',53.521875,-46.46028515625,0,0,1,'2023-05-06 00:00:00'), + (12604,2101,NULL,2,2103,1,'Wooden Stick','',54.10095703125,-43.3797890625,0,0,1,'2023-05-06 00:00:00'), + (12605,2101,NULL,2,2105,1,'Wooden Shield','',54.09716015625,-43.385625,0,0,1,'2023-05-06 00:00:00'), + (12606,2101,NULL,2,2103,1,'Wooden Stick','',54.11389453125,-43.355671875,0,0,1,'2023-05-06 00:00:00'), + (12607,2101,NULL,2,2103,1,'Throwing Spear','',54.1171875,-43.3359375,0,0,1,'2023-05-06 00:00:00'), + (12608,2101,NULL,2,2105,1,'Soldier’s Shield','',47.11906640625,-58.211693203124995,0,0,1,'2023-05-06 00:00:00'), + (12609,2101,NULL,2,2103,1,'Knight\'s Broadsword','',47.1257109375,-58.21555980468751,0,0,1,'2023-05-06 00:00:00'), + (12610,2101,NULL,2,2103,1,'Thick Stick','',47.16369140625,-58.23776964843751,0,0,1,'2023-05-06 00:00:00'), + (12611,2101,NULL,2,2103,1,'Wooden Mop','',54.43632421875,-50.384213671875,0,0,1,'2023-05-06 00:00:00'), + (12612,2101,NULL,2,2103,1,'Soldier\'s Claymore','',48.99901171875,-65.0684203125,0,0,1,'2023-05-06 00:00:00'), + (12613,2101,NULL,2,2105,1,'Pot Lid','',50.37038671875,-79.48688671875,0,0,1,'2023-05-06 00:00:00'), + (12614,2101,NULL,2,2103,1,'Torch','',50.48832421874999,-79.44031640625,0,0,1,'2023-05-06 00:00:00'), + (12615,2101,NULL,2,2103,1,'Farming Hoe','',53.25672656250001,-73.59031640625,0,0,1,'2023-05-06 00:00:00'), + (12616,2101,NULL,2,2103,1,'Thick Stick','',47.6791171875,-71.73984375,0,0,1,'2023-05-06 00:00:00'), + (12617,2101,NULL,2,2105,1,'Rusty Shield','',50.187796875,-74.77013671875,0,0,1,'2023-05-06 00:00:00'), + (12618,2101,NULL,2,2105,1,'Pot Lid','',53.52505078124999,-73.70148046875,0,0,1,'2023-05-06 00:00:00'), + (12619,2101,NULL,2,2103,1,'Torch','',53.526890625,-73.66965234375,0,0,1,'2023-05-06 00:00:00'), + (12620,2101,NULL,2,2103,1,'Thick Stick','',53.8342265625,-73.2243046875,0,0,1,'2023-05-06 00:00:00'), + (12621,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.54163281250001,-73.993265625,0,0,1,'2023-05-06 00:00:00'), + (12622,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',50.85992578125001,-93.666328125,0,0,1,'2023-05-06 00:00:00'), + (12623,2101,NULL,2,2103,1,'Traveler\'s Claymore','',50.854007812499994,-93.61719140624999,0,0,1,'2023-05-06 00:00:00'), + (12624,2101,NULL,2,2103,1,'Soldier\'s Spear','',50.84175,-93.63783984375,0,0,1,'2023-05-06 00:00:00'), + (12625,2101,NULL,2,2103,1,'Royal Claymore','',55.19750390625,-84.63348046875,0,0,1,'2023-05-06 00:00:00'), + (12626,2101,NULL,2,2103,1,'Soldier\'s Spear','',50.9043515625,-84.51758203124999,0,0,1,'2023-05-06 00:00:00'), + (12627,2101,NULL,2,2103,1,'Traveler\'s Sword','',49.880953125,-87.9358828125,0,0,1,'2023-05-06 00:00:00'), + (12628,2101,NULL,2,2103,1,'Traveler\'s Claymore','',49.87544531250001,-87.8868515625,0,0,1,'2023-05-06 00:00:00'), + (12629,2101,NULL,2,2103,1,'Traveler\'s Spear','',49.86392578125,-87.9086484375,0,0,1,'2023-05-06 00:00:00'), + (12630,2101,NULL,2,2105,1,'Soldier’s Shield','',50.8958203125,-84.56119921875,0,0,1,'2023-05-06 00:00:00'), + (12631,2101,NULL,2,2103,1,'Thick Stick','',50.73406640625,-83.9771953125,0,0,1,'2023-05-06 00:00:00'), + (12632,2101,NULL,2,2103,1,'Thick Stick','',48.3273046875,-91.816171875,0,0,1,'2023-05-06 00:00:00'), + (12633,2101,NULL,2,2103,1,'Thick Stick','',48.12514453125,-87.6463125,0,0,1,'2023-05-06 00:00:00'), + (12634,2101,NULL,2,2103,1,'Thick Stick','',50.978203125,-85.2717421875,0,0,1,'2023-05-06 00:00:00'), + (12635,2101,NULL,2,2103,1,'Thick Stick','',51.0267890625,-83.243015625,0,0,1,'2023-05-06 00:00:00'), + (12636,2101,NULL,2,2103,1,'Traveler\'s Sword','',48.11457421875,-83.897578125,0,0,1,'2023-05-06 00:00:00'), + (12637,2101,NULL,2,2103,1,'Traveler\'s Claymore','',48.07780078125,-83.916,0,0,1,'2023-05-06 00:00:00'), + (12638,2101,NULL,2,2103,1,'Soldier\'s Spear','',48.09221484375,-83.9204765625,0,0,1,'2023-05-06 00:00:00'), + (12639,2101,NULL,2,2104,1,'Spiked Boko Bow','',48.27884765625,-82.68708984375,0,0,1,'2023-05-06 00:00:00'), + (12640,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',48.259078125,-82.69702734375,0,0,1,'2023-05-06 00:00:00'), + (12641,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',48.2421796875,-82.70492578125,0,0,1,'2023-05-06 00:00:00'), + (12642,2101,NULL,2,2103,1,'Thick Stick','',48.29148046875,-85.98833203125,0,0,1,'2023-05-06 00:00:00'), + (12643,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',54.03322265625,-103.73258203125,0,0,1,'2023-05-06 00:00:00'), + (12644,2101,NULL,2,2103,1,'Traveler\'s Claymore','',54.0261796875,-103.6925390625,0,0,1,'2023-05-06 00:00:00'), + (12645,2101,NULL,2,2103,1,'Traveler\'s Spear','',54.01434375,-103.7059921875,0,0,1,'2023-05-06 00:00:00'), + (12646,2101,NULL,2,2103,1,'Traveler\'s Sword','',56.40830859375,-94.05178125,0,0,1,'2023-05-06 00:00:00'), + (12647,2101,NULL,2,2103,1,'Traveler\'s Spear','',56.39987109375,-94.076765625,0,0,1,'2023-05-06 00:00:00'), + (12648,2101,NULL,2,2103,1,'Wooden Stick','',49.1878125,-97.57120312500001,0,0,1,'2023-05-06 00:00:00'), + (12649,2101,NULL,2,2103,1,'Traveler\'s Sword','',54.24537890625,-94.3798828125,0,0,1,'2023-05-06 00:00:00'), + (12650,2101,NULL,2,2103,1,'Traveler\'s Spear','',54.26909765625,-94.3896328125,0,0,1,'2023-05-06 00:00:00'), + (12651,2101,NULL,2,2103,1,'Strong Zonaite Spear','',59.44503046875,-17.372015624999996,0,0,1,'2023-05-06 00:00:00'), + (12652,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',61.327243359375,-16.43628515625,0,0,1,'2023-05-06 00:00:00'), + (12653,2101,NULL,2,2105,1,'Strong Zonaite Shield','',61.01915625,-16.8680390625,0,0,1,'2023-05-06 00:00:00'), + (12654,2101,NULL,2,2103,1,'Tree Branch','',61.275101953124995,-45.90740625,0,0,1,'2023-05-06 00:00:00'), + (12655,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',69.489063984375,-47.103251953125,0,0,1,'2023-05-06 00:00:00'), + (12656,2101,NULL,2,2103,1,'Traveler\'s Spear','',67.529757421875,-49.297756640625,0,0,1,'2023-05-06 00:00:00'), + (12657,2101,NULL,2,2103,1,'Soldier\'s Spear','',67.55448867187499,-49.272046875,0,0,1,'2023-05-06 00:00:00'), + (12658,2101,NULL,2,2103,1,'Soldier\'s Claymore','',67.6111921875,-49.260130078125,0,0,1,'2023-05-06 00:00:00'), + (12659,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.619626171875,-49.26837421875,0,0,1,'2023-05-06 00:00:00'), + (12660,2101,NULL,2,2103,1,'Soldier\'s Claymore','',67.849030078125,-49.56689648437499,0,0,1,'2023-05-06 00:00:00'), + (12661,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',69.819532734375,-48.43130390625001,0,0,1,'2023-05-06 00:00:00'), + (12662,2101,NULL,2,2104,1,'Traveler\'s Bow','',65.82991054687501,-45.57999609375,0,0,1,'2023-05-06 00:00:00'), + (12663,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.22971875,-57.599959921875005,0,0,1,'2023-05-06 00:00:00'), + (12664,2101,NULL,2,2105,1,'Rusty Shield','',55.73879296875,-46.92288046875,0,0,1,'2023-05-06 00:00:00'), + (12665,2101,NULL,2,2103,1,'Rusty Broadsword','',55.19356640625001,-47.258390625,0,0,1,'2023-05-06 00:00:00'), + (12666,2101,NULL,2,2103,1,'Rusty Broadsword','',54.22400390625,-62.018484375,0,0,1,'2023-05-06 00:00:00'), + (12667,2101,NULL,2,2105,1,'Rusty Shield','',54.1659375,-61.38925078125,0,0,1,'2023-05-06 00:00:00'), + (12668,2101,NULL,2,2103,1,'Wooden Stick','',49.0001953125,-65.04549375,0,0,1,'2023-05-06 00:00:00'), + (12669,2101,NULL,2,2103,1,'Traveler\'s Sword','',48.41039062500001,-80.4021328125,0,0,1,'2023-05-06 00:00:00'), + (12670,2101,NULL,2,2103,1,'Soldier\'s Claymore','',48.40287890625,-80.355421875,0,0,1,'2023-05-06 00:00:00'), + (12671,2101,NULL,2,2103,1,'Soldier\'s Spear','',48.38548828125001,-80.371265625,0,0,1,'2023-05-06 00:00:00'), + (12672,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.7933515625,-74.05508203125,0,0,1,'2023-05-06 00:00:00'), + (12673,2101,NULL,2,2104,1,'Traveler\'s Bow','',52.78564453125,-71.561765625,0,0,1,'2023-05-06 00:00:00'), + (12674,2101,NULL,2,2105,1,'Pot Lid','',52.79291015625,-71.5537265625,0,0,1,'2023-05-06 00:00:00'), + (12675,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.4276796875,-73.928390625,0,0,1,'2023-05-06 00:00:00'), + (12676,2101,NULL,2,2105,1,'Rusty Shield','',54.10580859375001,-99.5956640625,0,0,1,'2023-05-06 00:00:00'), + (12677,2101,NULL,2,2103,1,'Rusty Halberd','',53.975589843749994,-99.49238671875,0,0,1,'2023-05-06 00:00:00'), + (12678,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',49.42034765624999,-99.40402734374999,0,0,1,'2023-05-06 00:00:00'), + (12679,2101,NULL,2,2104,1,'Strong Construct Bow','',49.1297109375,-99.25777734374999,0,0,1,'2023-05-06 00:00:00'), + (12680,2101,NULL,2,2104,1,'Boko Bow','',62.473660546874996,-41.02533984375,0,0,1,'2023-05-06 00:00:00'), + (12681,2101,NULL,2,2103,1,'Wooden Stick','',62.48202656250001,-40.99862109375,0,0,1,'2023-05-06 00:00:00'), + (12682,2101,NULL,2,2103,1,'Wooden Stick','',62.48720390625,-40.9824609375,0,0,1,'2023-05-06 00:00:00'), + (12683,2101,NULL,2,2103,1,'Thick Stick','',60.29115234375,-37.38434765625001,0,0,1,'2023-05-06 00:00:00'), + (12684,2101,NULL,2,2103,1,'Soldier\'s Claymore','',65.45038828125,-45.84646875,0,0,1,'2023-05-06 00:00:00'), + (12685,2101,NULL,2,2104,1,'Traveler\'s Bow','',64.92304453125,-46.110140625,0,0,1,'2023-05-06 00:00:00'), + (12686,2101,NULL,2,2105,1,'Soldier’s Shield','',64.917041015625,-46.16241796875,0,0,1,'2023-05-06 00:00:00'), + (12687,2101,NULL,2,2103,1,'Knight\'s Broadsword','',64.90241953124999,-46.13656640625,0,0,1,'2023-05-06 00:00:00'), + (12688,2101,NULL,2,2103,1,'Soldier\'s Claymore','',65.8453640625,-48.35134453124999,0,0,1,'2023-05-06 00:00:00'), + (12689,2101,NULL,2,2103,1,'Traveler\'s Spear','',65.496873046875,-48.638738671875,0,0,1,'2023-05-06 00:00:00'), + (12690,2101,NULL,2,2104,1,'Traveler\'s Bow','',65.46333046875,-48.59258554687499,0,0,1,'2023-05-06 00:00:00'), + (12691,2101,NULL,2,2103,1,'Traveler\'s Claymore','',66.311942578125,-48.851872265625005,0,0,1,'2023-05-06 00:00:00'), + (12692,2101,NULL,2,2103,1,'Traveler\'s Spear','',66.28279921875,-48.89132929687499,0,0,1,'2023-05-06 00:00:00'), + (12693,2101,NULL,2,2104,1,'Soldier’s Bow','',65.707559765625,-48.83206171875,0,0,1,'2023-05-06 00:00:00'), + (12694,2101,NULL,2,2103,1,'Traveler\'s Spear','',69.285738984375,-48.310128515624996,0,0,1,'2023-05-06 00:00:00'), + (12695,2101,NULL,2,2104,1,'Traveler\'s Bow','',68.91328125,-48.712883203125,0,0,1,'2023-05-06 00:00:00'), + (12696,2101,NULL,2,2103,1,'Rusty Broadsword','',69.84675011718751,-54.14787890625,0,0,1,'2023-05-06 00:00:00'), + (12697,2101,NULL,2,2103,1,'Tree Branch','',67.67505703124999,-58.315386796874996,0,0,1,'2023-05-06 00:00:00'), + (12698,2101,NULL,2,2103,1,'Tree Branch','',68.19040078125,-58.1950353515625,0,0,1,'2023-05-06 00:00:00'), + (12699,2101,NULL,2,2103,1,'Tree Branch','',68.341618359375,-57.20300625,0,0,1,'2023-05-06 00:00:00'), + (12700,2101,NULL,2,2103,1,'Tree Branch','',67.38608554687501,-56.59561640625,0,0,1,'2023-05-06 00:00:00'), + (12701,2101,NULL,2,2103,1,'Tree Branch','',66.5490234375,-56.81855859375,0,0,1,'2023-05-06 00:00:00'), + (12702,2101,NULL,2,2103,1,'Tree Branch','',66.50218124999999,-56.83912734375,0,0,1,'2023-05-06 00:00:00'), + (12703,2101,NULL,2,2103,1,'Thick Stick','',59.257330078125,-48.99531796875,0,0,1,'2023-05-06 00:00:00'), + (12704,2101,NULL,2,2105,1,'Traveler\'s Shield','',66.053278125,-48.530859375,0,0,1,'2023-05-06 00:00:00'), + (12705,2101,NULL,2,2103,1,'Rusty Halberd','',62.52359765625,-64.35720703125,0,0,1,'2023-05-06 00:00:00'), + (12706,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',49.52033203125,-91.6248046875,0,0,1,'2023-05-06 00:00:00'), + (12707,2101,NULL,2,2103,1,'Soldier\'s Claymore','',49.49937890625,-91.5805546875,0,0,1,'2023-05-06 00:00:00'), + (12708,2101,NULL,2,2103,1,'Traveler\'s Spear','',49.4948203125,-91.6048125,0,0,1,'2023-05-06 00:00:00'), + (12709,2101,NULL,2,2105,1,'Strong Zonaite Shield','',49.67653125,-99.95190234374999,0,0,1,'2023-05-06 00:00:00'), + (12710,2101,NULL,2,2104,1,'Mighty Construct Bow','',61.754422265624996,-17.477167968750003,0,0,1,'2023-05-06 00:00:00'), + (12711,2101,NULL,2,2104,1,'Strong Construct Bow','',61.578580078125,-16.99362890625,0,0,1,'2023-05-06 00:00:00'), + (12712,2101,NULL,2,2103,1,'Strong Zonaite Sword','',61.435323046875,-17.167734375,0,0,1,'2023-05-06 00:00:00'), + (12713,2101,NULL,2,2104,1,'Boko Bow','',63.838783593749994,-24.36343359375,0,0,1,'2023-05-06 00:00:00'), + (12714,2101,NULL,2,2103,1,'Wooden Stick','',63.855455859375,-24.380085937500002,0,0,1,'2023-05-06 00:00:00'), + (12715,2101,NULL,2,2103,1,'Wooden Stick','',63.863634375,-24.388875000000002,0,0,1,'2023-05-06 00:00:00'), + (12716,2101,NULL,2,2103,1,'Rusty Broadsword','',59.54068359375,-39.448921875,0,0,1,'2023-05-06 00:00:00'), + (12717,2101,NULL,2,2103,1,'Rusty Broadsword','',62.47151953125,-42.713953125,0,0,1,'2023-05-06 00:00:00'), + (12718,2101,NULL,2,2103,1,'Rusty Claymore','',63.14895234375001,-49.487551171875005,0,0,1,'2023-05-06 00:00:00'), + (12719,2101,NULL,2,2103,1,'Rusty Broadsword','',63.001252734375,-49.3187859375,0,0,1,'2023-05-06 00:00:00'), + (12720,2101,NULL,2,2105,1,'Rusty Shield','',62.9335546875,-49.29342421875,0,0,1,'2023-05-06 00:00:00'), + (12721,2101,NULL,2,2103,1,'Rusty Halberd','',62.884456640625004,-49.598813671875,0,0,1,'2023-05-06 00:00:00'), + (12722,2101,NULL,2,2105,1,'Rusty Shield','',63.3222609375,-51.471687890625006,0,0,1,'2023-05-06 00:00:00'), + (12723,2101,NULL,2,2103,1,'Rusty Broadsword','',63.30420234375,-51.474885937500005,0,0,1,'2023-05-06 00:00:00'), + (12724,2101,NULL,2,2105,1,'Rusty Shield','',68.484375,-52.64579765625,0,0,1,'2023-05-06 00:00:00'), + (12725,2101,NULL,2,2105,1,'Rusty Shield','',68.056640625,-52.376953125,0,0,1,'2023-05-06 00:00:00'), + (12726,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.16903671875001,-45.07836328125,0,0,1,'2023-05-06 00:00:00'), + (12727,2101,NULL,2,2105,1,'Traveler\'s Shield','',64.892452734375,-48.546030468750004,0,0,1,'2023-05-06 00:00:00'), + (12728,2101,NULL,2,2104,1,'Traveler\'s Bow','',67.28463046875,-49.858099218750006,0,0,1,'2023-05-06 00:00:00'), + (12729,2101,NULL,2,2104,1,'Soldier’s Bow','',69.3581446875,-48.173605078125,0,0,1,'2023-05-06 00:00:00'), + (12730,2101,NULL,2,2103,1,'Rusty Halberd','',58.59535546875,-53.47608984375,0,0,1,'2023-05-06 00:00:00'), + (12731,2101,NULL,2,2103,1,'Rusty Halberd','',59.70870703125,-54.90547265625,0,0,1,'2023-05-06 00:00:00'), + (12732,2101,NULL,2,2103,1,'Farming Hoe','',61.476009375000004,-55.665319921875,0,0,1,'2023-05-06 00:00:00'), + (12733,2101,NULL,2,2103,1,'Farming Hoe','',67.476826171875,-54.94183359375,0,0,1,'2023-05-06 00:00:00'), + (12734,2101,NULL,2,2103,1,'Wooden Mop','',67.198737890625,-55.081620703125,0,0,1,'2023-05-06 00:00:00'), + (12735,2101,NULL,2,2103,1,'Torch','',66.122844140625,-48.98100234375,0,0,1,'2023-05-06 00:00:00'), + (12736,2101,NULL,2,2105,1,'Traveler\'s Shield','',67.24616484375001,-53.268303515625,0,0,1,'2023-05-06 00:00:00'), + (12737,2101,NULL,2,2103,1,'Traveler\'s Spear','',67.798166015625,-53.65066640625,0,0,1,'2023-05-06 00:00:00'), + (12738,2101,NULL,2,2105,1,'Pot Lid','',67.818165234375,-53.75964375,0,0,1,'2023-05-06 00:00:00'), + (12739,2101,NULL,2,2103,1,'Rusty Broadsword','',70.03797199218751,-60.846507421875,0,0,1,'2023-05-06 00:00:00'), + (12740,2101,NULL,2,2103,1,'Wooden Stick','',63.638741015625,-64.69700859375001,0,0,1,'2023-05-06 00:00:00'), + (12741,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',63.64499648437501,-64.712783203125,0,0,1,'2023-05-06 00:00:00'), + (12742,2101,NULL,2,2104,1,'Traveler\'s Bow','',63.633984375,-64.681640625,0,0,1,'2023-05-06 00:00:00'), + (12743,2101,NULL,2,2104,1,'Boko Bow','',58.90800937499999,-67.13605546875,0,0,1,'2023-05-06 00:00:00'), + (12744,2101,NULL,2,2103,1,'Wooden Stick','',58.889280468749995,-67.11427734375,0,0,1,'2023-05-06 00:00:00'), + (12745,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',58.878783984375005,-67.100942578125,0,0,1,'2023-05-06 00:00:00'), + (12746,2101,NULL,2,2103,1,'Soup Ladle','',66.4836609375,-62.51811328125,0,0,1,'2023-05-06 00:00:00'), + (12747,2101,NULL,2,2103,1,'Wooden Stick','',61.969259765625,-65.33442421875,0,0,1,'2023-05-06 00:00:00'), + (12748,2101,NULL,2,2103,1,'Traveler\'s Spear','',61.96236796875,-65.310590625,0,0,1,'2023-05-06 00:00:00'), + (12749,2101,NULL,2,2103,1,'Thick Stick','',62.378040234375,-63.43605234375,0,0,1,'2023-05-06 00:00:00'), + (12750,2101,NULL,2,2103,1,'Rusty Broadsword','',65.3146875,-73.27030078124999,0,0,1,'2023-05-06 00:00:00'), + (12751,2101,NULL,2,2105,1,'Rusty Shield','',69.60253828124999,-54.069837890625,0,0,1,'2023-05-06 00:00:00'), + (12752,2101,NULL,2,2103,1,'Soup Ladle','',66.3464625,-48.767213671875,0,0,1,'2023-05-06 00:00:00'), + (12753,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.40271367187499,-48.884077734375005,0,0,1,'2023-05-06 00:00:00'), + (12754,2101,NULL,2,2103,1,'Soldier\'s Spear','',66.38782148437501,-48.903937500000005,0,0,1,'2023-05-06 00:00:00'), + (12755,2101,NULL,2,2105,1,'Traveler\'s Shield','',67.5458484375,-49.28084296875,0,0,1,'2023-05-06 00:00:00'), + (12756,2101,NULL,2,2104,1,'Wooden Bow','',67.53642890625,-49.28950546875,0,0,1,'2023-05-06 00:00:00'), + (12757,2101,NULL,2,2105,1,'Soldier’s Shield','',69.32244374999999,-48.54786562499999,0,0,1,'2023-05-06 00:00:00'), + (12758,2101,NULL,2,2103,1,'Traveler\'s Sword','',68.57211445312501,-49.1242828125,0,0,1,'2023-05-06 00:00:00'), + (12759,2101,NULL,2,2103,1,'Torch','',67.42431328125001,-58.093691132812495,0,0,1,'2023-05-06 00:00:00'), + (12760,2101,NULL,2,2103,1,'Tree Branch','',67.39431210937501,-53.20824375,0,0,1,'2023-05-06 00:00:00'), + (12761,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.24144921875,-57.60583464843751,0,0,1,'2023-05-06 00:00:00'), + (12762,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',67.23483984375,-57.60350859375,0,0,1,'2023-05-06 00:00:00'), + (12763,2101,NULL,2,2103,1,'Knight\'s Broadsword','',67.2338625,-57.6029621484375,0,0,1,'2023-05-06 00:00:00'), + (12764,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.784899609375,-57.345741796875,0,0,1,'2023-05-06 00:00:00'), + (12765,2101,NULL,2,2103,1,'Knight\'s Broadsword','',66.79066757812501,-57.34853203125,0,0,1,'2023-05-06 00:00:00'), + (12766,2101,NULL,2,2103,1,'Royal Broadsword','',66.777338671875,-57.3455953125,0,0,1,'2023-05-06 00:00:00'), + (12767,2101,NULL,2,2105,1,'Rusty Shield','',61.176699609375,-68.59964296875,0,0,1,'2023-05-06 00:00:00'), + (12768,2101,NULL,2,2105,1,'Rusty Shield','',63.62078671875,-65.914640625,0,0,1,'2023-05-06 00:00:00'), + (12769,2101,NULL,2,2103,1,'Rusty Halberd','',59.47828124999999,-68.78996484375,0,0,1,'2023-05-06 00:00:00'), + (12770,2101,NULL,2,2103,1,'Rusty Halberd','',61.56408984375,-65.264859375,0,0,1,'2023-05-06 00:00:00'), + (12771,2101,NULL,2,2103,1,'Rusty Halberd','',64.13431640625,-65.3749921875,0,0,1,'2023-05-06 00:00:00'), + (12772,2101,NULL,2,2103,1,'Rusty Broadsword','',69.10531640625,-60.4638984375,0,0,1,'2023-05-06 00:00:00'), + (12773,2101,NULL,2,2105,1,'Rusty Shield','',69.6882573046875,-59.931875390625,0,0,1,'2023-05-06 00:00:00'), + (12774,2101,NULL,2,2105,1,'Rusty Shield','',69.9961906640625,-59.884123828125,0,0,1,'2023-05-06 00:00:00'), + (12775,2101,NULL,2,2103,1,'Rusty Halberd','',69.78303515625001,-60.35928515625,0,0,1,'2023-05-06 00:00:00'), + (12776,2101,NULL,2,2103,1,'Rusty Halberd','',69.9626366015625,-60.17914453125,0,0,1,'2023-05-06 00:00:00'), + (12777,2101,NULL,2,2103,1,'Rusty Halberd','',69.9741092578125,-61.26601171875,0,0,1,'2023-05-06 00:00:00'), + (12778,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.51341953125001,-62.457174609375,0,0,1,'2023-05-06 00:00:00'), + (12779,2101,NULL,2,2105,1,'Rusty Shield','',67.13921835937501,-78.704203125,0,0,1,'2023-05-06 00:00:00'), + (12780,2101,NULL,2,2104,1,'Wooden Bow','',67.34038242187499,-78.324796875,0,0,1,'2023-05-06 00:00:00'), + (12781,2101,NULL,2,2103,1,'Rusty Claymore','',67.35447890625,-78.0526640625,0,0,1,'2023-05-06 00:00:00'), + (12782,2101,NULL,2,2103,1,'Rusty Halberd','',67.013028515625,-77.9907890625,0,0,1,'2023-05-06 00:00:00'), + (12783,2101,NULL,2,2105,1,'Rusty Shield','',66.876384375,-78.50600390625,0,0,1,'2023-05-06 00:00:00'), + (12784,2101,NULL,2,2105,1,'Rusty Shield','',64.972219921875,-73.67921484375,0,0,1,'2023-05-06 00:00:00'), + (12785,2101,NULL,2,2105,1,'Rusty Shield','',64.621434375,-76.38249609375,0,0,1,'2023-05-06 00:00:00'), + (12786,2101,NULL,2,2105,1,'Rusty Shield','',67.553071875,-78.154921875,0,0,1,'2023-05-06 00:00:00'), + (12787,2101,NULL,2,2105,1,'Rusty Shield','',66.306404296875,-81.24858984375,0,0,1,'2023-05-06 00:00:00'), + (12788,2101,NULL,2,2103,1,'Rusty Broadsword','',66.57111328125,-81.24116015625,0,0,1,'2023-05-06 00:00:00'), + (12789,2101,NULL,2,2103,1,'Knight\'s Halberd','',59.34518671875,-72.40564453125,0,0,1,'2023-05-06 00:00:00'), + (12790,2101,NULL,2,2103,1,'Rusty Claymore','',59.42904257812501,-72.34678125,0,0,1,'2023-05-06 00:00:00'), + (12791,2101,NULL,2,2103,1,'Rusty Claymore','',63.49912265625,-75.5011875,0,0,1,'2023-05-06 00:00:00'), + (12792,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',60.852390234374994,-84.82280859375,0,0,1,'2023-05-06 00:00:00'), + (12793,2101,NULL,2,2103,1,'Rusty Broadsword','',62.15956640625,-85.55736328125,0,0,1,'2023-05-06 00:00:00'), + (12794,2101,NULL,2,2103,1,'Rusty Broadsword','',62.5839609375,-85.1908359375,0,0,1,'2023-05-06 00:00:00'), + (12795,2101,NULL,2,2104,1,'Spiked Boko Bow','',71.68851328125,-18.582421874999998,0,0,1,'2023-05-06 00:00:00'), + (12796,2101,NULL,2,2103,1,'Forest Dweller\'s Sword','',71.666785546875,-18.5746875,0,0,1,'2023-05-06 00:00:00'), + (12797,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',71.654982421875,-18.570433593750003,0,0,1,'2023-05-06 00:00:00'), + (12798,2101,NULL,2,2103,1,'Long Stick','',71.87688984374999,-18.557953125,0,0,1,'2023-05-06 00:00:00'), + (12799,2101,NULL,2,2103,1,'Long Stick','',71.885259375,-18.561726562500002,0,0,1,'2023-05-06 00:00:00'), + (12800,2101,NULL,2,2103,1,'Rusty Claymore','',72.823639453125,-21.076781250000003,0,0,1,'2023-05-06 00:00:00'), + (12801,2101,NULL,2,2103,1,'Rusty Halberd','',72.850524609375,-20.93109375,0,0,1,'2023-05-06 00:00:00'), + (12802,2101,NULL,2,2103,1,'Rusty Claymore','',74.652251953125,-21.052429687500002,0,0,1,'2023-05-06 00:00:00'), + (12803,2101,NULL,2,2104,1,'Forest Dweller\'s Bow','',75.226238671875,-32.7341484375,0,0,1,'2023-05-06 00:00:00'), + (12804,2101,NULL,2,2103,1,'Forest Dweller\'s Sword','',75.201160546875,-33.1227890625,0,0,1,'2023-05-06 00:00:00'), + (12805,2101,NULL,2,2104,1,'Boko Bow','',81.631696875,-41.50156640625,0,0,1,'2023-05-06 00:00:00'), + (12806,2101,NULL,2,2103,1,'Long Stick','',81.749506640625,-41.5762265625,0,0,1,'2023-05-06 00:00:00'), + (12807,2101,NULL,2,2103,1,'Wooden Stick','',79.34738554687499,-39.40170703125,0,0,1,'2023-05-06 00:00:00'), + (12808,2101,NULL,2,2103,1,'Wooden Stick','',79.455615234375,-39.57909375,0,0,1,'2023-05-06 00:00:00'), + (12809,2101,NULL,2,2103,1,'Long Stick','',73.339557421875,-40.75405078125,0,0,1,'2023-05-06 00:00:00'), + (12810,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.25977382812499,-53.272102734375,0,0,1,'2023-05-06 00:00:00'), + (12811,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.80544453125,-53.672977734375,0,0,1,'2023-05-06 00:00:00'), + (12812,2101,NULL,2,2103,1,'Rusty Broadsword','',61.93388203125,-63.5595609375,0,0,1,'2023-05-06 00:00:00'), + (12813,2101,NULL,2,2105,1,'Wooden Shield','',59.612349609375,-59.2434120703125,0,0,1,'2023-05-06 00:00:00'), + (12814,2101,NULL,2,2103,1,'Wooden Stick','',59.612371875,-59.2334642578125,0,0,1,'2023-05-06 00:00:00'), + (12815,2101,NULL,2,2103,1,'Traveler\'s Claymore','',59.61354843749999,-59.2055138671875,0,0,1,'2023-05-06 00:00:00'), + (12816,2101,NULL,2,2103,1,'Long Stick','',61.991316796875,-65.097853125,0,0,1,'2023-05-06 00:00:00'), + (12817,2101,NULL,2,2103,1,'Rusty Claymore','',67.272966796875,-77.75155078125,0,0,1,'2023-05-06 00:00:00'), + (12818,2101,NULL,2,2105,1,'Soldier’s Shield','',66.34260703125,-77.284828125,0,0,1,'2023-05-06 00:00:00'), + (12819,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.339694921875,-77.27521875,0,0,1,'2023-05-06 00:00:00'), + (12820,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',66.334674609375,-77.25310546875,0,0,1,'2023-05-06 00:00:00'), + (12821,2101,NULL,2,2103,1,'Sturdy Thick Stick','',66.32910703125,-77.23484765625,0,0,1,'2023-05-06 00:00:00'), + (12822,2101,NULL,2,2103,1,'Rusty Broadsword','',59.974294921875,-80.8318828125,0,0,1,'2023-05-06 00:00:00'), + (12823,2101,NULL,2,2103,1,'Rusty Halberd','',69.14305546875,-76.96930078125,0,0,1,'2023-05-06 00:00:00'), + (12824,2101,NULL,2,2105,1,'Wooden Shield','',59.942914453125006,-91.88677734375,0,0,1,'2023-05-06 00:00:00'), + (12825,2101,NULL,2,2103,1,'Wooden Stick','',59.921438671874995,-91.90529296875,0,0,1,'2023-05-06 00:00:00'), + (12826,2101,NULL,2,2103,1,'Long Stick','',59.9099953125,-91.91401171875,0,0,1,'2023-05-06 00:00:00'), + (12827,2101,NULL,2,2103,1,'Wooden Stick','',59.937732421875,-91.89029296875,0,0,1,'2023-05-06 00:00:00'), + (12828,2101,NULL,2,2103,1,'Thick Stick','',60.918285937499995,-92.06049609375,0,0,1,'2023-05-06 00:00:00'), + (12829,2101,NULL,2,2103,1,'Thick Stick','',60.90166875,-92.0410078125,0,0,1,'2023-05-06 00:00:00'), + (12830,2101,NULL,2,2103,1,'Long Stick','',77.181791015625,-21.818964843750003,0,0,1,'2023-05-06 00:00:00'), + (12831,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',73.297299609375,-14.01196875,0,0,1,'2023-05-06 00:00:00'), + (12832,2101,NULL,2,2103,1,'Long Stick','',73.27278164062501,-14.007503906249998,0,0,1,'2023-05-06 00:00:00'), + (12833,2101,NULL,2,2103,1,'Thick Stick','',72.980860546875,-15.408550781249996,0,0,1,'2023-05-06 00:00:00'), + (12834,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',80.80538906250001,-16.131996093750004,0,0,1,'2023-05-06 00:00:00'), + (12835,2101,NULL,2,2103,1,'Long Stick','',77.151404296875,-21.823734375,0,0,1,'2023-05-06 00:00:00'), + (12836,2101,NULL,2,2103,1,'Long Stick','',77.140271484375,-21.78375,0,0,1,'2023-05-06 00:00:00'), + (12837,2101,NULL,2,2103,1,'Long Stick','',77.1934875,-21.788414062499996,0,0,1,'2023-05-06 00:00:00'), + (12838,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',80.8223015625,-16.126218749999996,0,0,1,'2023-05-06 00:00:00'), + (12839,2101,NULL,2,2103,1,'Soldier\'s Claymore','',80.842115625,-16.121378906249998,0,0,1,'2023-05-06 00:00:00'), + (12840,2101,NULL,2,2103,1,'Rusty Broadsword','',78.0421875,-43.2016875,0,0,1,'2023-05-06 00:00:00'), + (12841,2101,NULL,2,2105,1,'Boko Shield','',73.338778125,-40.84158984375,0,0,1,'2023-05-06 00:00:00'), + (12842,2101,NULL,2,2103,1,'Wooden Stick','',73.36467304687501,-40.84140234375,0,0,1,'2023-05-06 00:00:00'), + (12843,2101,NULL,2,2103,1,'Long Stick','',73.376431640625,-40.8358125,0,0,1,'2023-05-06 00:00:00'), + (12844,2101,NULL,2,2103,1,'Long Stick','',73.34148398437499,-40.7120859375,0,0,1,'2023-05-06 00:00:00'), + (12845,2101,NULL,2,2103,1,'Long Stick','',73.391928515625,-40.735453125,0,0,1,'2023-05-06 00:00:00'), + (12846,2101,NULL,2,2105,1,'Rusty Shield','',70.9266533203125,-51.027643359375,0,0,1,'2023-05-06 00:00:00'), + (12847,2101,NULL,2,2103,1,'Rusty Broadsword','',75.28003125,-53.59409765625,0,0,1,'2023-05-06 00:00:00'), + (12848,2101,NULL,2,2103,1,'Farming Hoe','',77.79444960937501,-53.953058203125,0,0,1,'2023-05-06 00:00:00'), + (12849,2101,NULL,2,2103,1,'Farming Hoe','',74.9890546875,-52.9746375,0,0,1,'2023-05-06 00:00:00'), + (12850,2101,NULL,2,2103,1,'Farming Hoe','',73.668603515625,-53.58357890625,0,0,1,'2023-05-06 00:00:00'), + (12851,2101,NULL,2,2103,1,'Thick Stick','',72.79821093749999,-50.720592187499996,0,0,1,'2023-05-06 00:00:00'), + (12852,2101,NULL,2,2103,1,'Rusty Halberd','',72.87898359375,-59.95494140625,0,0,1,'2023-05-06 00:00:00'), + (12853,2101,NULL,2,2103,1,'Rusty Claymore','',72.9692015625,-59.999071875,0,0,1,'2023-05-06 00:00:00'), + (12854,2101,NULL,2,2103,1,'Rusty Broadsword','',73.027503515625,-59.888267578125,0,0,1,'2023-05-06 00:00:00'), + (12855,2101,NULL,2,2103,1,'Wooden Stick','',72.776642578125,-62.275587890625,0,0,1,'2023-05-06 00:00:00'), + (12856,2101,NULL,2,2105,1,'Boko Shield','',72.7794515625,-62.263134375,0,0,1,'2023-05-06 00:00:00'), + (12857,2101,NULL,2,2103,1,'Wooden Stick','',72.779987109375,-62.26885546875,0,0,1,'2023-05-06 00:00:00'), + (12858,2101,NULL,2,2103,1,'Thick Stick','',78.4487109375,-62.465696484375,0,0,1,'2023-05-06 00:00:00'), + (12859,2101,NULL,2,2103,1,'Thick Stick','',72.434987109375,-66.664236328125,0,0,1,'2023-05-06 00:00:00'), + (12860,2101,NULL,2,2103,1,'Throwing Spear','',77.257306640625,-68.765478515625,0,0,1,'2023-05-06 00:00:00'), + (12861,2101,NULL,2,2103,1,'Thick Stick','',77.231211328125,-68.71996875,0,0,1,'2023-05-06 00:00:00'), + (12862,2101,NULL,2,2103,1,'Wooden Stick','',77.065548046875,-68.806233984375,0,0,1,'2023-05-06 00:00:00'), + (12863,2101,NULL,2,2103,1,'Long Stick','',77.06321132812499,-68.78122734375,0,0,1,'2023-05-06 00:00:00'), + (12864,2101,NULL,2,2105,1,'Spiked Boko Shield','',76.036587890625,-77.85167578125,0,0,1,'2023-05-06 00:00:00'), + (12865,2101,NULL,2,2103,1,'Rusty Halberd','',63.684113671875,-75.83337890625,0,0,1,'2023-05-06 00:00:00'), + (12866,2101,NULL,2,2105,1,'Rusty Shield','',64.61635546875,-73.57451953125,0,0,1,'2023-05-06 00:00:00'), + (12867,2101,NULL,2,2103,1,'Rusty Claymore','',64.702974609375,-73.560890625,0,0,1,'2023-05-06 00:00:00'), + (12868,2101,NULL,2,2103,1,'Torch','',59.34140625,-80.62734375,0,0,1,'2023-05-06 00:00:00'), + (12869,2101,NULL,2,2103,1,'Rusty Halberd','',63.20574609375,-75.69873046875,0,0,1,'2023-05-06 00:00:00'), + (12870,2101,NULL,2,2103,1,'Rusty Halberd','',63.7814296875,-75.71663671875,0,0,1,'2023-05-06 00:00:00'), + (12871,2101,NULL,2,2105,1,'Rusty Shield','',62.596892578125,-79.421859375,0,0,1,'2023-05-06 00:00:00'), + (12872,2101,NULL,2,2104,1,'Spiked Boko Bow','',61.349821875,-74.395265625,0,0,1,'2023-05-06 00:00:00'), + (12873,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',61.37773828125,-74.3967421875,0,0,1,'2023-05-06 00:00:00'), + (12874,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',61.39468710937499,-74.39729296875,0,0,1,'2023-05-06 00:00:00'), + (12875,2101,NULL,2,2103,1,'Sturdy Thick Stick','',67.19268632812499,-82.92919921875,0,0,1,'2023-05-06 00:00:00'), + (12876,2101,NULL,2,2103,1,'Forest Dweller\'s Spear','',75.07899375,-32.8347890625,0,0,1,'2023-05-06 00:00:00'), + (12877,2101,NULL,2,2105,1,'Forest Dweller\'s Shield','',75.25798359375001,-33.31149609375,0,0,1,'2023-05-06 00:00:00'), + (12878,2101,NULL,2,2105,1,'Knight\'s Shield','',79.9689984375,-40.7038828125,0,0,1,'2023-05-06 00:00:00'), + (12879,2101,NULL,2,2105,1,'Wooden Shield','',70.370566640625,-57.44839453125,0,0,1,'2023-05-06 00:00:00'), + (12880,2101,NULL,2,2103,1,'Wooden Stick','',70.389125390625,-57.47144777343749,0,0,1,'2023-05-06 00:00:00'), + (12881,2101,NULL,2,2103,1,'Traveler\'s Spear','',70.4052376171875,-57.47908453125,0,0,1,'2023-05-06 00:00:00'), + (12882,2101,NULL,2,2103,1,'Traveler\'s Sword','',70.3800009375,-57.461050546875,0,0,1,'2023-05-06 00:00:00'), + (12883,2101,NULL,2,2105,1,'Boko Shield','',75.67199765625,-57.400158984375,0,0,1,'2023-05-06 00:00:00'), + (12884,2101,NULL,2,2104,1,'Boko Bow','',75.64038749999999,-57.42203589843749,0,0,1,'2023-05-06 00:00:00'), + (12885,2101,NULL,2,2103,1,'Wooden Stick','',75.66399843750001,-57.41013984375,0,0,1,'2023-05-06 00:00:00'), + (12886,2101,NULL,2,2103,1,'Thick Stick','',76.34529375,-57.658280390624995,0,0,1,'2023-05-06 00:00:00'), + (12887,2101,NULL,2,2103,1,'Thick Stick','',76.35115078125001,-57.67094343750001,0,0,1,'2023-05-06 00:00:00'), + (12888,2101,NULL,2,2103,1,'Torch','',78.025196484375,-58.61052058593749,0,0,1,'2023-05-06 00:00:00'), + (12889,2101,NULL,2,2103,1,'Rusty Halberd','',78.9830625,-58.646554804687504,0,0,1,'2023-05-06 00:00:00'), + (12890,2101,NULL,2,2103,1,'Rusty Broadsword','',79.60658203125,-75.9447421875,0,0,1,'2023-05-06 00:00:00'), + (12891,2101,NULL,2,2103,1,'Rusty Halberd','',79.812608203125,-76.15878515625,0,0,1,'2023-05-06 00:00:00'), + (12892,2101,NULL,2,2103,1,'Rusty Claymore','',78.09814453125,-77.8182421875,0,0,1,'2023-05-06 00:00:00'), + (12893,2101,NULL,2,2103,1,'Rusty Halberd','',79.50594140625,-76.17183984375,0,0,1,'2023-05-06 00:00:00'), + (12894,2101,NULL,2,2105,1,'Pot Lid','',74.45244609375,-71.82629296875,0,0,1,'2023-05-06 00:00:00'), + (12895,2101,NULL,2,2103,1,'Soup Ladle','',74.46048984375,-71.82834375,0,0,1,'2023-05-06 00:00:00'), + (12896,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',74.2061203125,-71.557828125,0,0,1,'2023-05-06 00:00:00'), + (12897,2101,NULL,2,2103,1,'Throwing Spear','',76.99004765625,-73.1997421875,0,0,1,'2023-05-06 00:00:00'), + (12898,2101,NULL,2,2103,1,'Wooden Stick','',76.038277734375,-77.8852265625,0,0,1,'2023-05-06 00:00:00'), + (12899,2101,NULL,2,2103,1,'Soldier\'s Spear','',76.03971328125,-77.90408203125001,0,0,1,'2023-05-06 00:00:00'), + (12900,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',76.04006015625001,-77.858015625,0,0,1,'2023-05-06 00:00:00'), + (12901,2101,NULL,2,2105,1,'Spiked Boko Shield','',77.082052734375,-86.65749609375,0,0,1,'2023-05-06 00:00:00'), + (12902,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',77.0814890625,-86.64755859375,0,0,1,'2023-05-06 00:00:00'), + (12903,2101,NULL,2,2103,1,'Soldier\'s Claymore','',77.08259882812501,-86.619609375,0,0,1,'2023-05-06 00:00:00'), + (12904,2101,NULL,2,2103,1,'Soup Ladle','',76.38739921875,-97.267921875,0,0,1,'2023-05-06 00:00:00'), + (12905,2101,NULL,2,2103,1,'Wooden Stick','',73.3475296875,-40.84180078125,0,0,1,'2023-05-06 00:00:00'), + (12906,2101,NULL,2,2103,1,'Long Stick','',73.37073984374999,-40.76033203125,0,0,1,'2023-05-06 00:00:00'), + (12907,2101,NULL,2,2103,1,'Farming Hoe','',76.9657453125,-45.7091015625,0,0,1,'2023-05-06 00:00:00'), + (12908,2101,NULL,2,2105,1,'Pot Lid','',75.119220703125,-42.12287109374999,0,0,1,'2023-05-06 00:00:00'), + (12909,2101,NULL,2,2104,1,'Traveler\'s Bow','',75.115114453125,-42.10775390625,0,0,1,'2023-05-06 00:00:00'), + (12910,2101,NULL,2,2105,1,'Rusty Shield','',78.903425390625,-57.268102734375,0,0,1,'2023-05-06 00:00:00'), + (12911,2101,NULL,2,2103,1,'Rusty Broadsword','',71.39356722656251,-62.11865859375,0,0,1,'2023-05-06 00:00:00'), + (12912,2101,NULL,2,2103,1,'Torch','',80.500196484375,-60.47302265625,0,0,1,'2023-05-06 00:00:00'), + (12913,2101,NULL,2,2103,1,'Soup Ladle','',81.242717578125,-60.56940703125,0,0,1,'2023-05-06 00:00:00'), + (12914,2101,NULL,2,2105,1,'Lizal Shield','',80.39478046875,-61.79371171875,0,0,1,'2023-05-06 00:00:00'), + (12915,2101,NULL,2,2103,1,'Boomerang','',80.38891640624999,-61.798660546875,0,0,1,'2023-05-06 00:00:00'), + (12916,2101,NULL,2,2103,1,'Boomerang','',80.364420703125,-61.80650390625,0,0,1,'2023-05-06 00:00:00'), + (12917,2101,NULL,2,2103,1,'Thick Stick','',80.346240234375,-61.81195078125,0,0,1,'2023-05-06 00:00:00'), + (12918,2101,NULL,2,2103,1,'Rusty Broadsword','',73.55349609375,-62.14817578125,0,0,1,'2023-05-06 00:00:00'), + (12919,2101,NULL,2,2105,1,'Rusty Shield','',72.80607304687499,-62.026236328125,0,0,1,'2023-05-06 00:00:00'), + (12920,2101,NULL,2,2103,1,'Thick Stick','',79.469194921875,-68.000218359375,0,0,1,'2023-05-06 00:00:00'), + (12921,2101,NULL,2,2103,1,'Farming Hoe','',81.230790234375,-60.732186328125,0,0,1,'2023-05-06 00:00:00'), + (12922,2101,NULL,2,2105,1,'Wooden Shield','',76.81175156249999,-60.462338671875,0,0,1,'2023-05-06 00:00:00'), + (12923,2101,NULL,2,2103,1,'Wooden Stick','',76.842467578125,-60.474078515625,0,0,1,'2023-05-06 00:00:00'), + (12924,2101,NULL,2,2103,1,'Long Stick','',76.860987890625,-60.4786125,0,0,1,'2023-05-06 00:00:00'), + (12925,2101,NULL,2,2103,1,'Wooden Stick','',76.819217578125,-60.465474609375,0,0,1,'2023-05-06 00:00:00'), + (12926,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',80.367209765625,-68.23893515625,0,0,1,'2023-05-06 00:00:00'), + (12927,2101,NULL,2,2103,1,'Farming Hoe','',80.38271484375,-68.23048125,0,0,1,'2023-05-06 00:00:00'), + (12928,2101,NULL,2,2103,1,'Farming Hoe','',80.35783710937501,-68.20972734375,0,0,1,'2023-05-06 00:00:00'), + (12929,2101,NULL,2,2103,1,'Torch','',74.146904296875,-71.44245703125,0,0,1,'2023-05-06 00:00:00'), + (12930,2101,NULL,2,2103,1,'Thick Stick','',70.82103890625,-70.99555078125,0,0,1,'2023-05-06 00:00:00'), + (12931,2101,NULL,2,2103,1,'Rusty Broadsword','',71.12902734375,-75.79965234375,0,0,1,'2023-05-06 00:00:00'), + (12932,2101,NULL,2,2103,1,'Rusty Halberd','',70.6216055859375,-76.11144140625,0,0,1,'2023-05-06 00:00:00'), + (12933,2101,NULL,2,2103,1,'Rusty Halberd','',71.1884296875,-75.9259921875,0,0,1,'2023-05-06 00:00:00'), + (12934,2101,NULL,2,2103,1,'Rusty Halberd','',72.00718359375,-75.96430078125,0,0,1,'2023-05-06 00:00:00'), + (12935,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',72.9205828125,-73.706015625,0,0,1,'2023-05-06 00:00:00'), + (12936,2101,NULL,2,2103,1,'Long Stick','',72.9283453125,-73.7289609375,0,0,1,'2023-05-06 00:00:00'), + (12937,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',76.771456640625,-99.222421875,0,0,1,'2023-05-06 00:00:00'), + (12938,2101,NULL,2,2105,1,'Pot Lid','',76.23399609375,-99.10114453124999,0,0,1,'2023-05-06 00:00:00'), + (12939,2101,NULL,2,2103,1,'Soldier\'s Spear','',74.83578984375,-98.31356249999999,0,0,1,'2023-05-06 00:00:00'), + (12940,2101,NULL,2,2103,1,'Knight\'s Broadsword','',74.84713125,-98.34092578125,0,0,1,'2023-05-06 00:00:00'), + (12941,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',74.827621875,-98.32531640625,0,0,1,'2023-05-06 00:00:00'), + (12942,2101,NULL,2,2103,1,'Soldier\'s Claymore','',74.86119023437499,-98.33387109374999,0,0,1,'2023-05-06 00:00:00'), + (12943,2101,NULL,2,2103,1,'Giant Boomerang','',74.86143867187499,-98.31523828124999,0,0,1,'2023-05-06 00:00:00'), + (12944,2101,NULL,2,2103,1,'Traveler\'s Sword','',87.340875,-34.3369921875,0,0,1,'2023-05-06 00:00:00'), + (12945,2101,NULL,2,2103,1,'Traveler\'s Sword','',87.32323828125001,-34.291640625,0,0,1,'2023-05-06 00:00:00'), + (12946,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',87.33537890625,-34.32069140625,0,0,1,'2023-05-06 00:00:00'), + (12947,2101,NULL,2,2105,1,'Spiked Boko Shield','',92.464453125,-29.38391015625,0,0,1,'2023-05-06 00:00:00'), + (12948,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',92.46116015625,-29.3745703125,0,0,1,'2023-05-06 00:00:00'), + (12949,2101,NULL,2,2103,1,'Soldier\'s Claymore','',92.45293359375,-29.3482265625,0,0,1,'2023-05-06 00:00:00'), + (12950,2101,NULL,2,2103,1,'Traveler\'s Sword','',92.34256640625,-29.27483203125,0,0,1,'2023-05-06 00:00:00'), + (12951,2101,NULL,2,2103,1,'Traveler\'s Spear','',92.31622265625,-29.278078125,0,0,1,'2023-05-06 00:00:00'), + (12952,2101,NULL,2,2103,1,'Torch','',82.99801171875,-45.27933984375,0,0,1,'2023-05-06 00:00:00'), + (12953,2101,NULL,2,2103,1,'Soup Ladle','',83.11959375,-45.1845703125,0,0,1,'2023-05-06 00:00:00'), + (12954,2101,NULL,2,2103,1,'Traveler\'s Claymore','',87.72038671875,-39.78187500000001,0,0,1,'2023-05-06 00:00:00'), + (12955,2101,NULL,2,2103,1,'Soldier\'s Claymore','',87.708984375,-39.77567578125,0,0,1,'2023-05-06 00:00:00'), + (12956,2101,NULL,2,2103,1,'Soldier\'s Claymore','',87.714046875,-39.76681640625,0,0,1,'2023-05-06 00:00:00'), + (12957,2101,NULL,2,2103,1,'Rusty Halberd','',86.72510156249999,-56.89096875,0,0,1,'2023-05-06 00:00:00'), + (12958,2101,NULL,2,2103,1,'Soldier\'s Spear','',86.6644921875,-57.039406640625,0,0,1,'2023-05-06 00:00:00'), + (12959,2101,NULL,2,2103,1,'Rusty Halberd','',90.0622265625,-51.60430078125,0,0,1,'2023-05-06 00:00:00'), + (12960,2101,NULL,2,2103,1,'Rusty Broadsword','',84.88020703125,-63.099375,0,0,1,'2023-05-06 00:00:00'), + (12961,2101,NULL,2,2105,1,'Rusty Shield','',90.18753515625,-66.337334765625,0,0,1,'2023-05-06 00:00:00'), + (12962,2101,NULL,2,2104,1,'Lizal Bow','',82.5172734375,-66.217032421875,0,0,1,'2023-05-06 00:00:00'), + (12963,2101,NULL,2,2103,1,'Boomerang','',82.4897109375,-66.221075390625,0,0,1,'2023-05-06 00:00:00'), + (12964,2101,NULL,2,2103,1,'Boomerang','',82.472859375,-66.22299140625,0,0,1,'2023-05-06 00:00:00'), + (12965,2101,NULL,2,2103,1,'Wooden Stick','',92.870671875,-67.30458984375,0,0,1,'2023-05-06 00:00:00'), + (12966,2101,NULL,2,2103,1,'Wooden Stick','',92.854078125,-67.31127890625,0,0,1,'2023-05-06 00:00:00'), + (12967,2101,NULL,2,2104,1,'Boko Bow','',88.73541796875,-76.25237109375,0,0,1,'2023-05-06 00:00:00'), + (12968,2101,NULL,2,2103,1,'Wooden Stick','',88.7419921875,-76.22687109375,0,0,1,'2023-05-06 00:00:00'), + (12969,2101,NULL,2,2103,1,'Lizal Boomerang','',88.7465859375,-76.210359375,0,0,1,'2023-05-06 00:00:00'), + (12970,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.01798046875,-76.7885625,0,0,1,'2023-05-06 00:00:00'), + (12971,2101,NULL,2,2103,1,'Wooden Stick','',86.02653515625,-76.7727890625,0,0,1,'2023-05-06 00:00:00'), + (12972,2101,NULL,2,2103,1,'Thick Stick','',86.0401640625,-76.74486328125,0,0,1,'2023-05-06 00:00:00'), + (12973,2101,NULL,2,2103,1,'Soup Ladle','',91.19546484375,-77.48265234375,0,0,1,'2023-05-06 00:00:00'), + (12974,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',91.24151953125,-77.53686328125,0,0,1,'2023-05-06 00:00:00'), + (12975,2101,NULL,2,2104,1,'Spiked Boko Bow','',79.139559375,-84.70674609375,0,0,1,'2023-05-06 00:00:00'), + (12976,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',79.142351953125,-84.73456640625,0,0,1,'2023-05-06 00:00:00'), + (12977,2101,NULL,2,2103,1,'Lizal Boomerang','',79.14253125,-84.75150000000001,0,0,1,'2023-05-06 00:00:00'), + (12978,2101,NULL,2,2103,1,'Thick Stick','',76.31082187499999,-92.8092421875,0,0,1,'2023-05-06 00:00:00'), + (12979,2101,NULL,2,2105,1,'Knight\'s Shield','',79.586680078125,-88.69018359374999,0,0,1,'2023-05-06 00:00:00'), + (12980,2101,NULL,2,2103,1,'Knight\'s Claymore','',79.60841015625,-88.7247890625,0,0,1,'2023-05-06 00:00:00'), + (12981,2101,NULL,2,2103,1,'Torch','',76.273456640625,-99.117796875,0,0,1,'2023-05-06 00:00:00'), + (12982,2101,NULL,2,2105,1,'Traveler\'s Shield','',71.3174859375,-97.08554296875,0,0,1,'2023-05-06 00:00:00'), + (12983,2101,NULL,2,2104,1,'Spiked Boko Bow','',71.29078804687501,-97.05718359375,0,0,1,'2023-05-06 00:00:00'), + (12984,2101,NULL,2,2103,1,'Traveler\'s Sword','',71.3027342578125,-97.072265625,0,0,1,'2023-05-06 00:00:00'), + (12985,2101,NULL,2,2103,1,'Thick Stick','',76.498871484375,-99.33481640625,0,0,1,'2023-05-06 00:00:00'), + (12986,2101,NULL,2,2103,1,'Thick Stick','',78.1292671875,-94.04513671874999,0,0,1,'2023-05-06 00:00:00'), + (12987,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',90.9580078125,-24.229945312499996,0,0,1,'2023-05-06 00:00:00'), + (12988,2101,NULL,2,2103,1,'Thick Stick','',83.66733984375,-43.94063671875,0,0,1,'2023-05-06 00:00:00'), + (12989,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',87.7217578125,-39.796875,0,0,1,'2023-05-06 00:00:00'), + (12990,2101,NULL,2,2103,1,'Traveler\'s Claymore','',87.71484375,-39.802734375,0,0,1,'2023-05-06 00:00:00'), + (12991,2101,NULL,2,2105,1,'Spiked Boko Shield','',88.21170703125,-56.3097796875,0,0,1,'2023-05-06 00:00:00'), + (12992,2101,NULL,2,2103,1,'Thick Stick','',88.28380078125,-56.321128125,0,0,1,'2023-05-06 00:00:00'), + (12993,2101,NULL,2,2105,1,'Pot Lid','',89.96598046875,-48.779373046874994,0,0,1,'2023-05-06 00:00:00'), + (12994,2101,NULL,2,2104,1,'Spiked Boko Bow','',88.275,-56.72578125,0,0,1,'2023-05-06 00:00:00'), + (12995,2101,NULL,2,2103,1,'Farming Hoe','',85.8351796875,-49.436225390625,0,0,1,'2023-05-06 00:00:00'), + (12996,2101,NULL,2,2105,1,'Traveler\'s Shield','',90.5331796875,-57.4360775390625,0,0,1,'2023-05-06 00:00:00'), + (12997,2101,NULL,2,2103,1,'Throwing Spear','',92.6553984375,-57.077225390625,0,0,1,'2023-05-06 00:00:00'), + (12998,2101,NULL,2,2103,1,'Sturdy Long Stick','',92.02151953125,-57.317963671875,0,0,1,'2023-05-06 00:00:00'), + (12999,2101,NULL,2,2103,1,'Soldier\'s Claymore','',92.90058984375,-67.296271875,0,0,1,'2023-05-06 00:00:00'), + (13000,2101,NULL,2,2105,1,'Lizal Shield','',85.36140234375,-66.2084859375,0,0,1,'2023-05-06 00:00:00'), + (13001,2101,NULL,2,2103,1,'Boomerang','',85.33678125,-66.22216875,0,0,1,'2023-05-06 00:00:00'), + (13002,2101,NULL,2,2103,1,'Throwing Spear','',85.31684765625,-66.234155859375,0,0,1,'2023-05-06 00:00:00'), + (13003,2101,NULL,2,2103,1,'Boomerang','',85.3548984375,-66.212848828125,0,0,1,'2023-05-06 00:00:00'), + (13004,2101,NULL,2,2104,1,'Wooden Bow','',91.79328515625,-70.8590859375,0,0,1,'2023-05-06 00:00:00'), + (13005,2101,NULL,2,2104,1,'Boko Bow','',83.4765703125,-79.78341796874999,0,0,1,'2023-05-06 00:00:00'), + (13006,2101,NULL,2,2103,1,'Wooden Stick','',83.46619921875,-79.80432421875,0,0,1,'2023-05-06 00:00:00'), + (13007,2101,NULL,2,2103,1,'Lizal Boomerang','',83.4596953125,-79.81742578125,0,0,1,'2023-05-06 00:00:00'), + (13008,2101,NULL,2,2103,1,'Long Stick','',86.0203125,-72.32171484375,0,0,1,'2023-05-06 00:00:00'), + (13009,2101,NULL,2,2105,1,'Soldier’s Shield','',91.8478125,-85.6779375,0,0,1,'2023-05-06 00:00:00'), + (13010,2101,NULL,2,2103,1,'Knight\'s Broadsword','',91.8444609375,-85.66869140625,0,0,1,'2023-05-06 00:00:00'), + (13011,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',91.83721875,-85.64728125,0,0,1,'2023-05-06 00:00:00'), + (13012,2101,NULL,2,2103,1,'Thick Stick','',91.8306328125,-85.6293046875,0,0,1,'2023-05-06 00:00:00'), + (13013,2101,NULL,2,2103,1,'Long Stick','',90.5351484375,-93.489,0,0,1,'2023-05-06 00:00:00'), + (13014,2101,NULL,2,2103,1,'Rusty Broadsword','',86.41198828125,-96.08429296874999,0,0,1,'2023-05-06 00:00:00'), + (13015,2101,NULL,2,2103,1,'Long Stick','',90.5561953125,-93.4651640625,0,0,1,'2023-05-06 00:00:00'), + (13016,2101,NULL,2,2103,1,'Soup Ladle','',76.24864570312499,-99.08066015625,0,0,1,'2023-05-06 00:00:00'), + (13017,2101,NULL,2,2103,1,'Long Stick','',78.1399171875,-95.82997265625,0,0,1,'2023-05-06 00:00:00'), + (13018,2101,NULL,2,2103,1,'Sturdy Thick Stick','',78.084730078125,-95.8141640625,0,0,1,'2023-05-06 00:00:00'), + (13019,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',77.997328125,-95.9232421875,0,0,1,'2023-05-06 00:00:00'), + (13020,2101,NULL,2,2103,1,'Sturdy Long Stick','',77.986817578125,-95.9006953125,0,0,1,'2023-05-06 00:00:00'), + (13021,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',76.36012851562501,-97.1661328125,0,0,1,'2023-05-06 00:00:00'), + (13022,2101,NULL,2,2103,1,'Boulder Breaker','',90.17390625,-29.3191640625,0,0,1,'2023-05-06 00:00:00'), + (13023,2101,NULL,2,2103,1,'Boulder Breaker','',90.14792578125,-29.37762890625,0,0,1,'2023-05-06 00:00:00'), + (13024,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',82.84327734375,-44.9771484375,0,0,1,'2023-05-06 00:00:00'), + (13025,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.12990625,-46.1698828125,0,0,1,'2023-05-06 00:00:00'), + (13026,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.1164296875,-46.16851171875,0,0,1,'2023-05-06 00:00:00'), + (13027,2101,NULL,2,2103,1,'Cobble Crusher','',86.0966015625,-46.161515625,0,0,1,'2023-05-06 00:00:00'), + (13028,2101,NULL,2,2103,1,'Rusty Halberd','',88.13980078125,-55.98413671875,0,0,1,'2023-05-06 00:00:00'), + (13029,2101,NULL,2,2103,1,'Thick Stick','',84.11966015625,-60.595166015625,0,0,1,'2023-05-06 00:00:00'), + (13030,2101,NULL,2,2103,1,'Long Stick','',82.862109375,-62.164845703125,0,0,1,'2023-05-06 00:00:00'), + (13031,2101,NULL,2,2103,1,'Boomerang','',82.71772265625,-62.268692578125,0,0,1,'2023-05-06 00:00:00'), + (13032,2101,NULL,2,2103,1,'Long Stick','',82.7063671875,-62.24666484375,0,0,1,'2023-05-06 00:00:00'), + (13033,2101,NULL,2,2105,1,'Pot Lid','',91.3901484375,-70.443234375,0,0,1,'2023-05-06 00:00:00'), + (13034,2101,NULL,2,2103,1,'Torch','',92.52019921875,-69.9444984375,0,0,1,'2023-05-06 00:00:00'), + (13035,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',90.94709765625,-81.31756640625,0,0,1,'2023-05-06 00:00:00'), + (13036,2101,NULL,2,2103,1,'Torch','',90.89687109375,-81.3849375,0,0,1,'2023-05-06 00:00:00'), + (13037,2101,NULL,2,2103,1,'Soup Ladle','',90.81753515625,-81.4767421875,0,0,1,'2023-05-06 00:00:00'), + (13038,2101,NULL,2,2103,1,'Soup Ladle','',92.69724609375,-70.38526171875,0,0,1,'2023-05-06 00:00:00'), + (13039,2101,NULL,2,2103,1,'Soldier\'s Claymore','',83.86086328125,-76.67184375,0,0,1,'2023-05-06 00:00:00'), + (13040,2101,NULL,2,2103,1,'Long Stick','',83.91022265625,-76.719703125,0,0,1,'2023-05-06 00:00:00'), + (13041,2101,NULL,2,2105,1,'Soldier’s Shield','',86.20782421875,-80.13491015625,0,0,1,'2023-05-06 00:00:00'), + (13042,2101,NULL,2,2104,1,'Boko Bow','',86.18384765625,-80.17283203125,0,0,1,'2023-05-06 00:00:00'), + (13043,2101,NULL,2,2103,1,'Wooden Stick','',86.19083203125,-80.15977734375,0,0,1,'2023-05-06 00:00:00'), + (13044,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',86.20421484375,-80.1407578125,0,0,1,'2023-05-06 00:00:00'), + (13045,2101,NULL,2,2103,1,'Long Stick','',86.1047109375,-72.36453515625,0,0,1,'2023-05-06 00:00:00'), + (13046,2101,NULL,2,2103,1,'Torch','',90.1912734375,-88.7819296875,0,0,1,'2023-05-06 00:00:00'), + (13047,2101,NULL,2,2105,1,'Pot Lid','',90.23335546875,-88.77776953125,0,0,1,'2023-05-06 00:00:00'), + (13048,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',88.21398046875,-88.94428125,0,0,1,'2023-05-06 00:00:00'), + (13049,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',88.2268359375,-88.94335546875001,0,0,1,'2023-05-06 00:00:00'), + (13050,2101,NULL,2,2103,1,'Long Stick','',90.5914921875,-93.48759375,0,0,1,'2023-05-06 00:00:00'), + (13051,2101,NULL,2,2103,1,'Long Stick','',90.54603515625,-93.519609375,0,0,1,'2023-05-06 00:00:00'), + (13052,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',100.7881640625,-24.44586328125,0,0,1,'2023-05-06 00:00:00'), + (13053,2101,NULL,2,2103,1,'Traveler\'s Claymore','',100.80364453125,-24.446027343750004,0,0,1,'2023-05-06 00:00:00'), + (13054,2101,NULL,2,2104,1,'Spiked Boko Bow','',100.81826953125,-24.44358984375,0,0,1,'2023-05-06 00:00:00'), + (13055,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',95.21326171875,-29.48820703125,0,0,1,'2023-05-06 00:00:00'), + (13056,2101,NULL,2,2103,1,'Soldier\'s Claymore','',95.22994921875,-29.47147265625,0,0,1,'2023-05-06 00:00:00'), + (13057,2101,NULL,2,2104,1,'Spiked Boko Bow','',95.24546484375,-29.45671875,0,0,1,'2023-05-06 00:00:00'), + (13058,2101,NULL,2,2103,1,'Traveler\'s Claymore','',105.03426562499997,-28.47912890625,0,0,1,'2023-05-06 00:00:00'), + (13059,2101,NULL,2,2104,1,'Spiked Boko Bow','',105.01805859375001,-28.46431640625,0,0,1,'2023-05-06 00:00:00'), + (13060,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',97.91949609375,-33.34419140625,0,0,1,'2023-05-06 00:00:00'), + (13061,2101,NULL,2,2103,1,'Soldier\'s Claymore','',97.94234765625,-33.3424453125,0,0,1,'2023-05-06 00:00:00'), + (13062,2101,NULL,2,2103,1,'Traveler\'s Claymore','',102.006796875,-32.66409375,0,0,1,'2023-05-06 00:00:00'), + (13063,2101,NULL,2,2103,1,'Traveler\'s Claymore','',102.010640625,-32.68688671875,0,0,1,'2023-05-06 00:00:00'), + (13064,2101,NULL,2,2103,1,'Soldier\'s Spear','',97.8400546875,-41.3736328125,0,0,1,'2023-05-06 00:00:00'), + (13065,2101,NULL,2,2103,1,'Traveler\'s Spear','',99.087703125,-40.14739453125,0,0,1,'2023-05-06 00:00:00'), + (13066,2101,NULL,2,2103,1,'Wooden Mop','',101.07214453125,-45.27284765625,0,0,1,'2023-05-06 00:00:00'), + (13067,2101,NULL,2,2103,1,'Torch','',100.9627265625,-45.36434765625,0,0,1,'2023-05-06 00:00:00'), + (13068,2101,NULL,2,2103,1,'Boomerang','',99.29893359375,-56.0566171875,0,0,1,'2023-05-06 00:00:00'), + (13069,2101,NULL,2,2104,1,'Lizal Bow','',99.3160546875,-56.138656640625,0,0,1,'2023-05-06 00:00:00'), + (13070,2101,NULL,2,2105,1,'Rusty Shield','',93.74363671875,-58.305028828125,0,0,1,'2023-05-06 00:00:00'), + (13071,2101,NULL,2,2103,1,'Rusty Halberd','',96.10182421875,-54.74443359375,0,0,1,'2023-05-06 00:00:00'), + (13072,2101,NULL,2,2103,1,'Rusty Halberd','',97.12161328125,-54.81902109375,0,0,1,'2023-05-06 00:00:00'), + (13073,2101,NULL,2,2103,1,'Long Stick','',94.52891015625,-58.998348984375,0,0,1,'2023-05-06 00:00:00'), + (13074,2101,NULL,2,2105,1,'Spiked Boko Shield','',99.84809765625,-68.26199296875,0,0,1,'2023-05-06 00:00:00'), + (13075,2101,NULL,2,2103,1,'Wooden Stick','',99.84711328125,-68.2299984375,0,0,1,'2023-05-06 00:00:00'), + (13076,2101,NULL,2,2103,1,'Traveler\'s Spear','',99.8440546875,-68.209584375,0,0,1,'2023-05-06 00:00:00'), + (13077,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',99.846234375,-68.24941875,0,0,1,'2023-05-06 00:00:00'), + (13078,2101,NULL,2,2103,1,'Sturdy Thick Stick','',99.0577734375,-67.892949609375,0,0,1,'2023-05-06 00:00:00'), + (13079,2101,NULL,2,2103,1,'Sturdy Thick Stick','',99.05033203125,-67.878491015625,0,0,1,'2023-05-06 00:00:00'), + (13080,2101,NULL,2,2105,1,'Rusty Shield','',97.727859375,-81.4985859375,0,0,1,'2023-05-06 00:00:00'), + (13081,2101,NULL,2,2103,1,'Rusty Broadsword','',97.7462109375,-81.49824609375,0,0,1,'2023-05-06 00:00:00'), + (13082,2101,NULL,2,2105,1,'Rusty Shield','',97.42616015625,-80.26255078125,0,0,1,'2023-05-06 00:00:00'), + (13083,2101,NULL,2,2103,1,'Wooden Stick','',99.832078125,-80.0217421875,0,0,1,'2023-05-06 00:00:00'), + (13084,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',99.8445,-80.02959375,0,0,1,'2023-05-06 00:00:00'), + (13085,2101,NULL,2,2103,1,'Soldier\'s Claymore','',99.86417578125,-80.04064453125,0,0,1,'2023-05-06 00:00:00'), + (13086,2101,NULL,2,2103,1,'Knight\'s Claymore','',96.48899999999998,-70.70583984375001,0,0,1,'2023-05-06 00:00:00'), + (13087,2101,NULL,2,2103,1,'Rusty Claymore','',96.70421484375,-75.48137109375,0,0,1,'2023-05-06 00:00:00'), + (13088,2101,NULL,2,2103,1,'Tree Branch','',102.55060546875,-79.4225625,0,0,1,'2023-05-06 00:00:00'), + (13089,2101,NULL,2,2103,1,'Tree Branch','',103.53608203125,-76.0851328125,0,0,1,'2023-05-06 00:00:00'), + (13090,2101,NULL,2,2103,1,'Rusty Halberd','',101.0092734375,-91.59067968749999,0,0,1,'2023-05-06 00:00:00'), + (13091,2101,NULL,2,2103,1,'Torch','',98.44216406250003,-91.288078125,0,0,1,'2023-05-06 00:00:00'), + (13092,2101,NULL,2,2103,1,'Knight\'s Broadsword','',98.44590234375,-91.4507578125,0,0,1,'2023-05-06 00:00:00'), + (13093,2101,NULL,2,2105,1,'Fisherman\'s Shield','',103.52384765625,-99.10855078124999,0,0,1,'2023-05-06 00:00:00'), + (13094,2101,NULL,2,2103,1,'Knight\'s Broadsword','',87.29131640625,-87.05005078125001,0,0,1,'2023-05-06 00:00:00'), + (13095,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',87.30031640625,-87.06125390625,0,0,1,'2023-05-06 00:00:00'), + (13096,2101,NULL,2,2103,1,'Sturdy Thick Stick','',87.3119765625,-87.075328125,0,0,1,'2023-05-06 00:00:00'), + (13097,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',84.64147265624999,-86.2081875,0,0,1,'2023-05-06 00:00:00'), + (13098,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',84.64782421875,-86.1875625,0,0,1,'2023-05-06 00:00:00'), + (13099,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',84.65288671875,-86.17105078125,0,0,1,'2023-05-06 00:00:00'), + (13100,2101,NULL,2,2105,1,'Rusty Shield','',86.11597265625,-97.12818750000001,0,0,1,'2023-05-06 00:00:00'), + (13101,2101,NULL,2,2105,1,'Rusty Shield','',92.79459375,-95.88452343750001,0,0,1,'2023-05-06 00:00:00'), + (13102,2101,NULL,2,2103,1,'Rusty Claymore','',92.78152734375,-95.88791015624999,0,0,1,'2023-05-06 00:00:00'), + (13103,2101,NULL,2,2103,1,'Rusty Halberd','',85.9852734375,-97.35392578125,0,0,1,'2023-05-06 00:00:00'), + (13104,2101,NULL,2,2103,1,'Rusty Claymore','',90.21628125,-95.75330859375,0,0,1,'2023-05-06 00:00:00'), + (13105,2101,NULL,2,2104,1,'Spiked Boko Bow','',104.503734375,-16.90599609375,0,0,1,'2023-05-06 00:00:00'), + (13106,2101,NULL,2,2103,1,'Traveler\'s Sword','',104.47640625,-16.899421874999998,0,0,1,'2023-05-06 00:00:00'), + (13107,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',104.4598125,-16.8959765625,0,0,1,'2023-05-06 00:00:00'), + (13108,2101,NULL,2,2103,1,'Cobble Crusher','',95.07795703125,-28.31133984375,0,0,1,'2023-05-06 00:00:00'), + (13109,2101,NULL,2,2104,1,'Traveler\'s Bow','',99.8674921875,-42.40359375,0,0,1,'2023-05-06 00:00:00'), + (13110,2101,NULL,2,2105,1,'Traveler\'s Shield','',99.85691015625,-42.411890625,0,0,1,'2023-05-06 00:00:00'), + (13111,2101,NULL,2,2103,1,'Traveler\'s Sword','',103.73067187500001,-58.490612343749994,0,0,1,'2023-05-06 00:00:00'), + (13112,2101,NULL,2,2103,1,'Boomerang','',103.759453125,-58.4808835546875,0,0,1,'2023-05-06 00:00:00'), + (13113,2101,NULL,2,2103,1,'Boomerang','',103.74101953124998,-58.48771394531249,0,0,1,'2023-05-06 00:00:00'), + (13114,2101,NULL,2,2103,1,'Torch','',95.95522265625,-55.824673828125,0,0,1,'2023-05-06 00:00:00'), + (13115,2101,NULL,2,2103,1,'Boomerang','',102.263671875,-55.348828125,0,0,1,'2023-05-06 00:00:00'), + (13116,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',105.03685546875,-47.08960078125,0,0,1,'2023-05-06 00:00:00'), + (13117,2101,NULL,2,2103,1,'Long Stick','',94.522828125,-57.931822734375004,0,0,1,'2023-05-06 00:00:00'), + (13118,2101,NULL,2,2103,1,'Long Stick','',94.52216015625,-57.860356406250006,0,0,1,'2023-05-06 00:00:00'), + (13119,2101,NULL,2,2103,1,'Rusty Broadsword','',97.12290234375,-80.04802734375,0,0,1,'2023-05-06 00:00:00'), + (13120,2101,NULL,2,2103,1,'Traveler\'s Sword','',98.16321093750003,-74.236078125,0,0,1,'2023-05-06 00:00:00'), + (13121,2101,NULL,2,2103,1,'Wooden Stick','',98.176828125,-74.2218515625,0,0,1,'2023-05-06 00:00:00'), + (13122,2101,NULL,2,2103,1,'Sturdy Thick Stick','',98.19021093750003,-74.206640625,0,0,1,'2023-05-06 00:00:00'), + (13123,2101,NULL,2,2105,1,'Rusty Shield','',98.4524296875,-91.53495703125,0,0,1,'2023-05-06 00:00:00'), + (13124,2101,NULL,2,2105,1,'Rusty Shield','',98.647265625,-91.43012109375,0,0,1,'2023-05-06 00:00:00'), + (13125,2101,NULL,2,2105,1,'Traveler\'s Shield','',101.11058203124998,-82.37804296875,0,0,1,'2023-05-06 00:00:00'), + (13126,2101,NULL,2,2103,1,'Soup Ladle','',98.61226171875,-92.0539453125,0,0,1,'2023-05-06 00:00:00'), + (13127,2101,NULL,2,2105,1,'Spiked Boko Shield','',103.06828125,-84.943921875,0,0,1,'2023-05-06 00:00:00'), + (13128,2101,NULL,2,2103,1,'Torch','',105.38398828125,-98.65853906250001,0,0,1,'2023-05-06 00:00:00'), + (13129,2101,NULL,2,2103,1,'Rusty Claymore','',104.30881640625,-99.23055468749999,0,0,1,'2023-05-06 00:00:00'), + (13130,2101,NULL,2,2105,1,'Rusty Shield','',104.84039062500003,-99.6923671875,0,0,1,'2023-05-06 00:00:00'), + (13131,2101,NULL,2,2103,1,'Boat Oar','',96.00165234375,-103.19183203125,0,0,1,'2023-05-06 00:00:00'), + (13132,2101,NULL,2,2103,1,'Sturdy Long Stick','',96.0339375,-103.17315234375,0,0,1,'2023-05-06 00:00:00'), + (13133,2101,NULL,2,2104,1,'Knight\'s Bow','',107.91165234375,-17.744894531250004,0,0,1,'2023-05-06 00:00:00'), + (13134,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.903015625,-17.75783203125,0,0,1,'2023-05-06 00:00:00'), + (13135,2101,NULL,2,2103,1,'Lizal Boomerang','',107.89906640625,-17.7665625,0,0,1,'2023-05-06 00:00:00'), + (13136,2101,NULL,2,2104,1,'Spiked Boko Bow','',111.2455078125,-27.8293828125,0,0,1,'2023-05-06 00:00:00'), + (13137,2101,NULL,2,2103,1,'Wooden Stick','',111.24175781250003,-27.85115625,0,0,1,'2023-05-06 00:00:00'), + (13138,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',111.2380546875,-27.86797265625,0,0,1,'2023-05-06 00:00:00'), + (13139,2101,NULL,2,2104,1,'Spiked Boko Bow','',110.1168046875,-30.16065234375,0,0,1,'2023-05-06 00:00:00'), + (13140,2101,NULL,2,2103,1,'Wooden Stick','',110.11828125,-30.182859375,0,0,1,'2023-05-06 00:00:00'), + (13141,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',110.11935937499997,-30.1966171875,0,0,1,'2023-05-06 00:00:00'), + (13142,2101,NULL,2,2103,1,'Rusty Broadsword','',108.55541015625,-40.672359375,0,0,1,'2023-05-06 00:00:00'), + (13143,2101,NULL,2,2103,1,'Rusty Halberd','',107.76420703125,-40.55103515625,0,0,1,'2023-05-06 00:00:00'), + (13144,2101,NULL,2,2105,1,'Rusty Shield','',106.16092968749999,-45.0488671875,0,0,1,'2023-05-06 00:00:00'), + (13145,2101,NULL,2,2103,1,'Rusty Halberd','',106.5928828125,-45.19158984375,0,0,1,'2023-05-06 00:00:00'), + (13146,2101,NULL,2,2103,1,'Rusty Halberd','',109.51981640624999,-41.05794140625,0,0,1,'2023-05-06 00:00:00'), + (13147,2101,NULL,2,2103,1,'Farming Hoe','',107.19685546875,-38.618390624999996,0,0,1,'2023-05-06 00:00:00'), + (13148,2101,NULL,2,2103,1,'Torch','',106.99940625,-38.6704921875,0,0,1,'2023-05-06 00:00:00'), + (13149,2101,NULL,2,2103,1,'Long Stick','',110.45497265625,-53.0227875,0,0,1,'2023-05-06 00:00:00'), + (13150,2101,NULL,2,2103,1,'Royal Halberd','',88.24149609375,-88.94314453125001,0,0,1,'2023-05-06 00:00:00'), + (13151,2101,NULL,2,2103,1,'Soup Ladle','',88.77758203125,-99.97640625,0,0,1,'2023-05-06 00:00:00'), + (13152,2101,NULL,2,2105,1,'Pot Lid','',88.7303203125,-99.97538671875,0,0,1,'2023-05-06 00:00:00'), + (13153,2101,NULL,2,2103,1,'Farming Hoe','',88.3538671875,-100.07230078125001,0,0,1,'2023-05-06 00:00:00'), + (13154,2101,NULL,2,2103,1,'Torch','',88.7871328125,-99.34599609375,0,0,1,'2023-05-06 00:00:00'), + (13155,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',86.13364453125,-97.1353359375,0,0,1,'2023-05-06 00:00:00'), + (13156,2101,NULL,2,2104,1,'Knight\'s Bow','',92.8009921875,-95.89790625,0,0,1,'2023-05-06 00:00:00'), + (13157,2101,NULL,2,2103,1,'Sturdy Long Stick','',85.9599375,-93.90059765625001,0,0,1,'2023-05-06 00:00:00'), + (13158,2101,NULL,2,2105,1,'Wooden Shield','',104.78073046875,-82.4659453125,0,0,1,'2023-05-06 00:00:00'), + (13159,2101,NULL,2,2104,1,'Traveler\'s Bow','',101.09944921875,-82.36883203125,0,0,1,'2023-05-06 00:00:00'), + (13160,2101,NULL,2,2103,1,'Rusty Halberd','',103.461609375,-83.54705859375,0,0,1,'2023-05-06 00:00:00'), + (13161,2101,NULL,2,2103,1,'Knight\'s Broadsword','',94.11863671875,-90.786,0,0,1,'2023-05-06 00:00:00'), + (13162,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',94.1338125,-90.7814296875,0,0,1,'2023-05-06 00:00:00'), + (13163,2101,NULL,2,2103,1,'Sturdy Thick Stick','',94.15102734375,-90.77523046875,0,0,1,'2023-05-06 00:00:00'), + (13164,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',102.7151484375,-88.59132421875,0,0,1,'2023-05-06 00:00:00'), + (13165,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',102.70726171874998,-88.60791796875,0,0,1,'2023-05-06 00:00:00'), + (13166,2101,NULL,2,2103,1,'Royal Claymore','',102.68791406250001,-88.63259765625001,0,0,1,'2023-05-06 00:00:00'), + (13167,2101,NULL,2,2103,1,'Wooden Stick','',97.83242578125,-83.1240234375,0,0,1,'2023-05-06 00:00:00'), + (13168,2101,NULL,2,2103,1,'Long Stick','',97.80786328125,-83.12688281250001,0,0,1,'2023-05-06 00:00:00'), + (13169,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',104.7542109375,-98.19147656249999,0,0,1,'2023-05-06 00:00:00'), + (13170,2101,NULL,2,2105,1,'Fisherman\'s Shield','',104.76343359375,-98.16973828125,0,0,1,'2023-05-06 00:00:00'), + (13171,2101,NULL,2,2103,1,'Long Stick','',100.14577734375003,-104.57064843750001,0,0,1,'2023-05-06 00:00:00'), + (13172,2101,NULL,2,2103,1,'Long Stick','',100.18580859375,-104.58336328125,0,0,1,'2023-05-06 00:00:00'), + (13173,2101,NULL,2,2103,1,'Long Stick','',100.15018359375,-104.62604296875,0,0,1,'2023-05-06 00:00:00'), + (13174,2101,NULL,2,2103,1,'Long Stick','',100.13164453124998,-104.59913671875,0,0,1,'2023-05-06 00:00:00'), + (13175,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',94.9817578125,-104.6453203125,0,0,1,'2023-05-06 00:00:00'), + (13176,2101,NULL,2,2103,1,'Sturdy Thick Stick','',108.5709375,-34.878421875,0,0,1,'2023-05-06 00:00:00'), + (13177,2101,NULL,2,2104,1,'Soldier’s Bow','',108.48229687499997,-41.6846953125,0,0,1,'2023-05-06 00:00:00'), + (13178,2101,NULL,2,2103,1,'Rusty Halberd','',107.86640625,-42.2203125,0,0,1,'2023-05-06 00:00:00'), + (13179,2101,NULL,2,2103,1,'Rusty Broadsword','',107.3898984375,-41.998828125,0,0,1,'2023-05-06 00:00:00'), + (13180,2101,NULL,2,2103,1,'Rusty Claymore','',108.25451953125003,-41.61483984375,0,0,1,'2023-05-06 00:00:00'), + (13181,2101,NULL,2,2105,1,'Spiked Boko Shield','',105.7025390625,-44.2339921875,0,0,1,'2023-05-06 00:00:00'), + (13182,2101,NULL,2,2104,1,'Knight\'s Bow','',105.70494140625,-44.19537890625,0,0,1,'2023-05-06 00:00:00'), + (13183,2101,NULL,2,2103,1,'Knight\'s Broadsword','',105.70203515625,-44.2234453125,0,0,1,'2023-05-06 00:00:00'), + (13184,2101,NULL,2,2103,1,'Torch','',109.03371093749998,-52.80216328125,0,0,1,'2023-05-06 00:00:00'), + (13185,2101,NULL,2,2104,1,'Lizal Bow','',110.13577734375,-58.113629414062494,0,0,1,'2023-05-06 00:00:00'), + (13186,2101,NULL,2,2103,1,'Boomerang','',110.14526953125,-58.125465937499996,0,0,1,'2023-05-06 00:00:00'), + (13187,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',110.1555,-58.1363511328125,0,0,1,'2023-05-06 00:00:00'), + (13188,2101,NULL,2,2103,1,'Zora Longsword','',106.60055859375,-57.091032421875,0,0,1,'2023-05-06 00:00:00'), + (13189,2101,NULL,2,2103,1,'Wooden Stick','',107.83985156249999,-66.256705078125,0,0,1,'2023-05-06 00:00:00'), + (13190,2101,NULL,2,2105,1,'Traveler\'s Shield','',107.23396875,-76.7911875,0,0,1,'2023-05-06 00:00:00'), + (13191,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',107.23394531250003,-76.7812265625,0,0,1,'2023-05-06 00:00:00'), + (13192,2101,NULL,2,2103,1,'Thick Stick','',107.23396875,-76.7396953125,0,0,1,'2023-05-06 00:00:00'), + (13193,2101,NULL,2,2103,1,'Boomerang','',110.64251953124997,-75.29548828125,0,0,1,'2023-05-06 00:00:00'), + (13194,2101,NULL,2,2104,1,'Spiked Boko Bow','',108.80462109375,-75.87971484375,0,0,1,'2023-05-06 00:00:00'), + (13195,2101,NULL,2,2103,1,'Wooden Stick','',108.81471093750002,-75.85771875,0,0,1,'2023-05-06 00:00:00'), + (13196,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',108.81882421875,-75.84371484375,0,0,1,'2023-05-06 00:00:00'), + (13197,2101,NULL,2,2103,1,'Farming Hoe','',109.220390625,-83.23884375,0,0,1,'2023-05-06 00:00:00'), + (13198,2101,NULL,2,2105,1,'Pot Lid','',110.68725,-83.67214453125,0,0,1,'2023-05-06 00:00:00'), + (13199,2101,NULL,2,2103,1,'Farming Hoe','',114.6511875,-83.55234375,0,0,1,'2023-05-06 00:00:00'), + (13200,2101,NULL,2,2103,1,'Tree Branch','',114.35368359375,-83.06049609375,0,0,1,'2023-05-06 00:00:00'), + (13201,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',103.07569921875,-84.95054296874999,0,0,1,'2023-05-06 00:00:00'), + (13202,2101,NULL,2,2103,1,'Traveler\'s Claymore','',103.0963125,-84.969421875,0,0,1,'2023-05-06 00:00:00'), + (13203,2101,NULL,2,2103,1,'Tree Branch','',98.09286328125,-89.8037578125,0,0,1,'2023-05-06 00:00:00'), + (13204,2101,NULL,2,2103,1,'Boat Oar','',105.31855078125002,-98.63671875,0,0,1,'2023-05-06 00:00:00'), + (13205,2101,NULL,2,2103,1,'Fishing Harpoon','',105.2323828125,-99.07484765625001,0,0,1,'2023-05-06 00:00:00'), + (13206,2101,NULL,2,2103,1,'Fishing Harpoon','',105.2651015625,-99.084984375,0,0,1,'2023-05-06 00:00:00'), + (13207,2101,NULL,2,2103,1,'Fishing Harpoon','',105.25623046875,-99.05429296875,0,0,1,'2023-05-06 00:00:00'), + (13208,2101,NULL,2,2103,1,'Fishing Harpoon','',105.70196484375,-98.11746093750001,0,0,1,'2023-05-06 00:00:00'), + (13209,2101,NULL,2,2103,1,'Fishing Harpoon','',105.687140625,-98.1515390625,0,0,1,'2023-05-06 00:00:00'), + (13210,2101,NULL,2,2103,1,'Fishing Harpoon','',105.66969140625002,-98.13860156250001,0,0,1,'2023-05-06 00:00:00'), + (13211,2101,NULL,2,2103,1,'Sturdy Thick Stick','',108.5742890625,-34.86421875,0,0,1,'2023-05-06 00:00:00'), + (13212,2101,NULL,2,2103,1,'Rusty Halberd','',107.1265078125,-25.385777343750004,0,0,1,'2023-05-06 00:00:00'), + (13213,2101,NULL,2,2103,1,'Rusty Broadsword','',106.18142578125,-31.56924609375,0,0,1,'2023-05-06 00:00:00'), + (13214,2101,NULL,2,2104,1,'Spiked Boko Bow','',108.03844921874997,-44.54736328125,0,0,1,'2023-05-06 00:00:00'), + (13215,2101,NULL,2,2103,1,'Wooden Stick','',108.01470703125003,-44.53675781250001,0,0,1,'2023-05-06 00:00:00'), + (13216,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.99867578125,-44.531203125,0,0,1,'2023-05-06 00:00:00'), + (13217,2101,NULL,2,2103,1,'Wooden Stick','',107.86210546875,-80.89456640625,0,0,1,'2023-05-06 00:00:00'), + (13218,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.85153515625,-80.87953125,0,0,1,'2023-05-06 00:00:00'), + (13219,2101,NULL,2,2103,1,'Soldier\'s Claymore','',107.8386328125,-80.85120703125,0,0,1,'2023-05-06 00:00:00'), + (13220,2101,NULL,2,2105,1,'Pot Lid','',109.27760156250002,-83.1753515625,0,0,1,'2023-05-06 00:00:00'), + (13221,2101,NULL,2,2103,1,'Wooden Mop','',109.78830468749997,-82.82962500000001,0,0,1,'2023-05-06 00:00:00'), + (13222,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',114.43158984375,-83.56051171874999,0,0,1,'2023-05-06 00:00:00'), + (13223,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',112.77670312500003,-83.17749609375,0,0,1,'2023-05-06 00:00:00'), + (13224,2101,NULL,2,2103,1,'Rusty Halberd','',108.80953125,-84.09849609375001,0,0,1,'2023-05-06 00:00:00'), + (13225,2101,NULL,2,2105,1,'Pot Lid','',111.05412890625,-83.407640625,0,0,1,'2023-05-06 00:00:00'), + (13226,2101,NULL,2,2103,1,'Soup Ladle','',110.77125,-83.6193984375,0,0,1,'2023-05-06 00:00:00'), + (13227,2101,NULL,2,2103,1,'Rusty Broadsword','',111.05333203125,-82.31640234375001,0,0,1,'2023-05-06 00:00:00'), + (13228,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.54865625,-88.83853125,0,0,1,'2023-05-06 00:00:00'), + (13229,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.50990234375,-88.85735156250001,0,0,1,'2023-05-06 00:00:00'), + (13230,2101,NULL,2,2103,1,'Wooden Stick','',109.5321796875,-88.84608984375,0,0,1,'2023-05-06 00:00:00'), + (13231,2101,NULL,2,2103,1,'Boat Oar','',116.429953125,-87.8420859375,0,0,1,'2023-05-06 00:00:00'), + (13232,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',116.44906640625003,-87.89155078125,0,0,1,'2023-05-06 00:00:00'), + (13233,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',116.53396875,-87.929484375,0,0,1,'2023-05-06 00:00:00'), + (13234,2101,NULL,2,2105,1,'Lizal Shield','',119.2037109375,-57.6964494140625,0,0,1,'2023-05-06 00:00:00'), + (13235,2101,NULL,2,2103,1,'Boomerang','',119.19430078125,-57.6996687890625,0,0,1,'2023-05-06 00:00:00'), + (13236,2101,NULL,2,2103,1,'Traveler\'s Claymore','',119.167734375,-57.7083609375,0,0,1,'2023-05-06 00:00:00'), + (13237,2101,NULL,2,2103,1,'Thick Stick','',118.24416796875,-71.04891796875,0,0,1,'2023-05-06 00:00:00'), + (13238,2101,NULL,2,2103,1,'Boat Oar','',122.82619921875,-101.22401953125,0,0,1,'2023-05-06 00:00:00'), + (13239,2101,NULL,2,2105,1,'Rusty Shield','',123.0165703125,-99.97473046875,0,0,1,'2023-05-06 00:00:00'), + (13240,2101,NULL,2,2103,1,'Rusty Claymore','',122.41362890625,-101.75948437500001,0,0,1,'2023-05-06 00:00:00'), + (13241,2101,NULL,2,2103,1,'Tree Branch','',123.98455078125,-101.61959765625001,0,0,1,'2023-05-06 00:00:00'), + (13242,2101,NULL,2,2105,1,'Soldier’s Shield','',105.4228125,-44.16908203125001,0,0,1,'2023-05-06 00:00:00'), + (13243,2101,NULL,2,2104,1,'Boko Bow','',105.421640625,-44.20034765625,0,0,1,'2023-05-06 00:00:00'), + (13244,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',105.42441796875,-44.18286328124999,0,0,1,'2023-05-06 00:00:00'), + (13245,2101,NULL,2,2105,1,'Spiked Boko Shield','',107.82833203125,-66.251818359375,0,0,1,'2023-05-06 00:00:00'), + (13246,2101,NULL,2,2105,1,'Lizal Shield','',108.08813671875,-59.2796033203125,0,0,1,'2023-05-06 00:00:00'), + (13247,2101,NULL,2,2104,1,'Spiked Boko Bow','',109.129171875,-72.6356484375,0,0,1,'2023-05-06 00:00:00'), + (13248,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.14666796875,-72.6162890625,0,0,1,'2023-05-06 00:00:00'), + (13249,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.15733203125,-72.603328125,0,0,1,'2023-05-06 00:00:00'), + (13250,2101,NULL,2,2103,1,'Wooden Stick','',116.49509765625002,-87.93700781250001,0,0,1,'2023-05-06 00:00:00'), + (13251,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',106.37292187499997,-91.0511484375,0,0,1,'2023-05-06 00:00:00'), + (13252,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.36768359374999,-91.071421875,0,0,1,'2023-05-06 00:00:00'), + (13253,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.3656328125,-91.08909375,0,0,1,'2023-05-06 00:00:00'), + (13254,2101,NULL,2,2103,1,'Soldier\'s Claymore','',106.3579921875,-86.48012109375001,0,0,1,'2023-05-06 00:00:00'), + (13255,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.367109375,-86.510203125,0,0,1,'2023-05-06 00:00:00'), + (13256,2101,NULL,2,2103,1,'Wooden Stick','',106.37762109375,-86.5251328125,0,0,1,'2023-05-06 00:00:00'), + (13257,2101,NULL,2,2103,1,'Boat Oar','',106.02519140625,-101.4415078125,0,0,1,'2023-05-06 00:00:00'), + (13258,2101,NULL,2,2105,1,'Rusty Shield','',122.91441796875,-21.298687499999996,0,0,1,'2023-05-06 00:00:00'), + (13259,2101,NULL,2,2103,1,'Torch','',123.26269921875002,-21.6127265625,0,0,1,'2023-05-06 00:00:00'), + (13260,2101,NULL,2,2104,1,'Mighty Construct Bow','',124.65854296875,-16.61208984375,0,0,1,'2023-05-06 00:00:00'), + (13261,2101,NULL,2,2103,1,'Strong Zonaite Spear','',126.351234375,-14.7286171875,0,0,1,'2023-05-06 00:00:00'), + (13262,2101,NULL,2,2104,1,'Mighty Construct Bow','',123.36950390624997,-14.736421874999998,0,0,1,'2023-05-06 00:00:00'), + (13263,2101,NULL,2,2103,1,'Strong Zonaite Sword','',123.70653515625001,-15.529007812499998,0,0,1,'2023-05-06 00:00:00'), + (13264,2101,NULL,2,2105,1,'Strong Zonaite Shield','',123.71876953124998,-15.528738281250003,0,0,1,'2023-05-06 00:00:00'), + (13265,2101,NULL,2,2104,1,'Strong Construct Bow','',123.73320703124998,-15.53124609375,0,0,1,'2023-05-06 00:00:00'), + (13266,2101,NULL,2,2103,1,'Wooden Stick','',126.703640625,-25.75076953125,0,0,1,'2023-05-06 00:00:00'), + (13267,2101,NULL,2,2103,1,'Long Stick','',126.696515625,-25.726980468750003,0,0,1,'2023-05-06 00:00:00'), + (13268,2101,NULL,2,2105,1,'Wooden Shield','',120.09612890625002,-26.2238671875,0,0,1,'2023-05-06 00:00:00'), + (13269,2101,NULL,2,2103,1,'Boat Oar','',121.212796875,-30.96772265625,0,0,1,'2023-05-06 00:00:00'), + (13270,2101,NULL,2,2103,1,'Wooden Stick','',122.8653515625,-100.90566796875,0,0,1,'2023-05-06 00:00:00'), + (13271,2101,NULL,2,2103,1,'Boat Oar','',122.98471875,-99.5900390625,0,0,1,'2023-05-06 00:00:00'), + (13272,2101,NULL,2,2103,1,'Sturdy Thick Stick','',124.01571093749997,-99.80180859375,0,0,1,'2023-05-06 00:00:00'), + (13273,2101,NULL,2,2103,1,'Sturdy Long Stick','',124.0366875,-99.84779296874999,0,0,1,'2023-05-06 00:00:00'), + (13274,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',124.72030078124997,-102.12475781250001,0,0,1,'2023-05-06 00:00:00'), + (13275,2101,NULL,2,2103,1,'Sturdy Long Stick','',124.69698046875001,-102.13262109374999,0,0,1,'2023-05-06 00:00:00'), + (13276,2101,NULL,2,2103,1,'Knight\'s Halberd','',19.708722656249996,-75.6568828125,0,0,1,'2023-05-06 00:00:00'), + (13277,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',19.665644531250003,-75.6591328125,0,0,1,'2023-05-06 00:00:00'), + (13278,2101,NULL,2,2103,1,'Sturdy Thick Stick','',19.921957031249995,-76.3175625,0,0,1,'2023-05-06 00:00:00'), + (13279,2101,NULL,2,2103,1,'Sturdy Thick Stick','',16.485175781249996,-89.7091875,0,0,1,'2023-05-06 00:00:00'), + (13280,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',20.450437500000003,-87.05185546875,0,0,1,'2023-05-06 00:00:00'), + (13281,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',20.457574218749997,-87.02417578125,0,0,1,'2023-05-06 00:00:00'), + (13282,2101,NULL,2,2103,1,'Lizal Boomerang','',20.461441406249996,-87.00767578125001,0,0,1,'2023-05-06 00:00:00'), + (13283,2101,NULL,2,2103,1,'Sturdy Thick Stick','',12.48046875,-83.87109375,0,0,1,'2023-05-06 00:00:00'), + (13284,2101,NULL,2,2103,1,'Sturdy Long Stick','',12.31640625,-83.8359375,0,0,1,'2023-05-06 00:00:00'), + (13285,2101,NULL,2,2103,1,'Long Stick','',33.01039453125,-28.63372265625,0,0,1,'2023-05-06 00:00:00'), + (13286,2101,NULL,2,2103,1,'Farming Hoe','',110.51328515625,-82.49452734375,0,0,1,'2023-05-06 00:00:00'), + (13287,2101,NULL,2,2105,1,'Fisherman\'s Shield','',109.6098984375,-96.71058984375001,0,0,1,'2023-05-06 00:00:00'), + (13288,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.64042578125,-96.72207421875,0,0,1,'2023-05-06 00:00:00'), + (13289,2101,NULL,2,2103,1,'Sturdy Long Stick','',109.65716015625,-96.72643359375,0,0,1,'2023-05-06 00:00:00'), + (13290,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.61958984375,-96.71207812499999,0,0,1,'2023-05-06 00:00:00'), + (13291,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',124.951359375,-15.23063671875,0,0,1,'2023-05-06 00:00:00'), + (13292,2101,NULL,2,2105,1,'Strong Zonaite Shield','',125.06165625,-14.884605468749998,0,0,1,'2023-05-06 00:00:00'), + (13293,2101,NULL,2,2103,1,'Strong Zonaite Sword','',125.07311718749997,-14.8848984375,0,0,1,'2023-05-06 00:00:00'), + (13294,2101,NULL,2,2103,1,'Torch','',124.8043828125,-15.349734375,0,0,1,'2023-05-06 00:00:00'), + (13295,2101,NULL,2,2103,1,'Boat Oar','',125.2267265625,-22.171921875,0,0,1,'2023-05-06 00:00:00'), + (13296,2101,NULL,2,2103,1,'Torch','',119.70141796875,-26.40253125,0,0,1,'2023-05-06 00:00:00'), + (13297,2101,NULL,2,2103,1,'Wooden Mop','',119.98396875,-26.37948046875,0,0,1,'2023-05-06 00:00:00'), + (13298,2101,NULL,2,2103,1,'Rusty Claymore','',120.90806250000001,-24.185953125,0,0,1,'2023-05-06 00:00:00'), + (13299,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',122.74925390624998,-102.35401171874999,0,0,1,'2023-05-06 00:00:00'), + (13300,2101,NULL,2,2103,1,'Sturdy Thick Stick','',122.72208984375,-102.34876171875,0,0,1,'2023-05-06 00:00:00'), + (13301,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.411867187499997,-83.38883203125,0,0,1,'2023-05-06 00:00:00'), + (13302,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',19.659058593750004,-75.65928515625,0,0,1,'2023-05-06 00:00:00'), + (13303,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',19.691132812500005,-75.6612421875,0,0,1,'2023-05-06 00:00:00'), + (13304,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',14.473148437500004,-74.42619140625,0,0,1,'2023-05-06 00:00:00'), + (13305,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',14.461488281249995,-74.44625390625,0,0,1,'2023-05-06 00:00:00'), + (13306,2101,NULL,2,2103,1,'Sturdy Long Stick','',14.468882812499997,-74.435578125,0,0,1,'2023-05-06 00:00:00'), + (13307,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',14.448128906250002,-74.45480859375,0,0,1,'2023-05-06 00:00:00'), + (13308,2101,NULL,2,2103,1,'Sturdy Thick Stick','',19.913308593750003,-76.3353046875,0,0,1,'2023-05-06 00:00:00'), + (13309,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.629285156249995,-95.11173046875,0,0,1,'2023-05-06 00:00:00'), + (13310,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.439441406249998,-95.24040234375,0,0,1,'2023-05-06 00:00:00'), + (13311,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.2684296875,-95.0550234375,0,0,1,'2023-05-06 00:00:00'), + (13312,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.128531249999998,-94.725046875,0,0,1,'2023-05-06 00:00:00'), + (13313,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.152683593750005,-94.48482421875,0,0,1,'2023-05-06 00:00:00'), + (13314,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.34716796875,-94.41380859375,0,0,1,'2023-05-06 00:00:00'), + (13315,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.64489453125,-94.37089453125,0,0,1,'2023-05-06 00:00:00'), + (13316,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.854390625000004,-94.68140625,0,0,1,'2023-05-06 00:00:00'), + (13317,2101,NULL,2,2105,1,'Hunter\'s Shield','',21.634710937500003,-101.84017968750001,0,0,1,'2023-05-06 00:00:00'), + (13318,2101,NULL,2,2103,1,'Knight\'s Broadsword','',21.602425781250002,-101.80280859374999,0,0,1,'2023-05-06 00:00:00'), + (13319,2101,NULL,2,2103,1,'Soldier\'s Spear','',33.002859375,-28.6113984375,0,0,1,'2023-05-06 00:00:00'), + (13320,2101,NULL,2,2103,1,'Torch','',33.020285156250004,-28.65926953125,0,0,1,'2023-05-06 00:00:00'), + (13321,2101,NULL,2,2105,1,'Boko Shield','',27.1241015625,-32.51419921875,0,0,1,'2023-05-06 00:00:00'), + (13322,2101,NULL,2,2103,1,'Wooden Stick','',27.09375,-32.49188671875,0,0,1,'2023-05-06 00:00:00'), + (13323,2101,NULL,2,2103,1,'Soldier\'s Spear','',27.08296875,-32.484375,0,0,1,'2023-05-06 00:00:00'), + (13324,2101,NULL,2,2103,1,'Wooden Stick','',27.1171875,-32.51015625,0,0,1,'2023-05-06 00:00:00'), + (13325,2101,NULL,2,2103,1,'Tree Branch','',27.58543359375,-30.80276953125,0,0,1,'2023-05-06 00:00:00'), + (13326,2101,NULL,2,2103,1,'Tree Branch','',27.24444140625,-30.8156484375,0,0,1,'2023-05-06 00:00:00'), + (13327,2101,NULL,2,2103,1,'Tree Branch','',27.3442265625,-31.3186171875,0,0,1,'2023-05-06 00:00:00'), + (13328,2101,NULL,2,2103,1,'Tree Branch','',26.685140625,-31.16625,0,0,1,'2023-05-06 00:00:00'), + (13329,2101,NULL,2,2103,1,'Tree Branch','',26.8856015625,-31.31834765625,0,0,1,'2023-05-06 00:00:00'), + (13330,2101,NULL,2,2103,1,'Tree Branch','',26.90900390625,-31.09782421875,0,0,1,'2023-05-06 00:00:00'), + (13331,2101,NULL,2,2105,1,'Soldier’s Shield','',32.44766015625,-30.4965234375,0,0,1,'2023-05-06 00:00:00'), + (13332,2101,NULL,2,2104,1,'Boko Bow','',32.49563671874999,-30.47574609375,0,0,1,'2023-05-06 00:00:00'), + (13333,2101,NULL,2,2103,1,'Wooden Stick','',32.47531640625,-30.483609375,0,0,1,'2023-05-06 00:00:00'), + (13334,2101,NULL,2,2103,1,'Traveler\'s Sword','',32.45541796875,-30.4919765625,0,0,1,'2023-05-06 00:00:00'), + (13335,2101,NULL,2,2105,1,'Boko Shield','',29.397421875,-34.38483984375,0,0,1,'2023-05-06 00:00:00'), + (13336,2101,NULL,2,2104,1,'Soldier’s Bow','',29.45071875,-34.39421484375,0,0,1,'2023-05-06 00:00:00'), + (13337,2101,NULL,2,2103,1,'Wooden Stick','',29.4271171875,-34.38936328125,0,0,1,'2023-05-06 00:00:00'), + (13338,2101,NULL,2,2103,1,'Traveler\'s Sword','',29.40561328125,-34.385296875,0,0,1,'2023-05-06 00:00:00'), + (13339,2101,NULL,2,2103,1,'Thick Stick','',32.056546875,-38.34657421875,0,0,1,'2023-05-06 00:00:00'), + (13340,2101,NULL,2,2103,1,'Knight\'s Broadsword','',122.83389843750003,-101.03159765624999,0,0,1,'2023-05-06 00:00:00'), + (13341,2101,NULL,2,2105,1,'Knight\'s Shield','',122.76198046875,-101.19568359375,0,0,1,'2023-05-06 00:00:00'), + (13342,2101,NULL,2,2103,1,'Soldier\'s Spear','',123.86881640625,-103.09543359374999,0,0,1,'2023-05-06 00:00:00'), + (13343,2101,NULL,2,2105,1,'Boko Shield','',23.57483203125,-35.36837109375,0,0,1,'2023-05-06 00:00:00'), + (13344,2101,NULL,2,2103,1,'Wooden Stick','',23.5657734375,-35.3349609375,0,0,1,'2023-05-06 00:00:00'), + (13345,2101,NULL,2,2103,1,'Long Stick','',23.55598828125,-35.31889453125,0,0,1,'2023-05-06 00:00:00'), + (13346,2101,NULL,2,2103,1,'Wooden Stick','',23.57199609375,-35.36267578125,0,0,1,'2023-05-06 00:00:00'), + (13347,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.332496093749995,-81.910453125,0,0,1,'2023-05-06 00:00:00'), + (13348,2101,NULL,2,2103,1,'Traveler\'s Claymore','',13.916484375,-81.1777734375,0,0,1,'2023-05-06 00:00:00'), + (13349,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.288546875,-80.224546875,0,0,1,'2023-05-06 00:00:00'), + (13350,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.67341796875,-86.60101171875,0,0,1,'2023-05-06 00:00:00'), + (13351,2101,NULL,2,2103,1,'Traveler\'s Claymore','',19.754917968749997,-85.52883984374999,0,0,1,'2023-05-06 00:00:00'), + (13352,2101,NULL,2,2103,1,'Traveler\'s Claymore','',17.988351562500004,-88.05015234374999,0,0,1,'2023-05-06 00:00:00'), + (13353,2101,NULL,2,2103,1,'Traveler\'s Claymore','',20.409679687500002,-83.95051171875,0,0,1,'2023-05-06 00:00:00'), + (13354,2101,NULL,2,2103,1,'Traveler\'s Claymore','',23.11630078125,-90.33120703125,0,0,1,'2023-05-06 00:00:00'), + (13355,2101,NULL,2,2103,1,'Traveler\'s Claymore','',20.25333984375,-88.23310546875,0,0,1,'2023-05-06 00:00:00'), + (13356,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.817125,-82.99278515625,0,0,1,'2023-05-06 00:00:00'), + (13357,2101,NULL,2,2103,1,'Traveler\'s Claymore','',21.70939453125,-86.44548046875,0,0,1,'2023-05-06 00:00:00'), + (13358,2101,NULL,2,2103,1,'Traveler\'s Claymore','',13.919589843750002,-87.04696875,0,0,1,'2023-05-06 00:00:00'), + (13359,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.95951953125,-86.18089453125,0,0,1,'2023-05-06 00:00:00'), + (13360,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.409699218750003,-84.32272265625001,0,0,1,'2023-05-06 00:00:00'), + (13361,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.608374999999995,-83.29433203125,0,0,1,'2023-05-06 00:00:00'), + (13362,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.571917968749997,-82.05648046875,0,0,1,'2023-05-06 00:00:00'), + (13363,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.059285156250002,-82.628671875,0,0,1,'2023-05-06 00:00:00'), + (13364,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.327996093749995,-85.08205078125,0,0,1,'2023-05-06 00:00:00'), + (13365,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.911402343750002,-84.61133203124999,0,0,1,'2023-05-06 00:00:00'), + (13366,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.432277343749995,-87.8905078125,0,0,1,'2023-05-06 00:00:00'), + (13367,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.061453124999995,-84.2217421875,0,0,1,'2023-05-06 00:00:00'), + (13368,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.440492187499995,-86.03551171875,0,0,1,'2023-05-06 00:00:00'), + (13369,2101,NULL,2,2103,1,'Wooden Stick','',27.70011328125,-20.0356640625,0,0,1,'2023-05-06 00:00:00'), + (13370,2101,NULL,2,2104,1,'Swallow Bow','',25.861734375,-31.35636328125,0,0,1,'2023-05-06 00:00:00'), + (13371,2101,NULL,2,2103,1,'Torch','',31.7164921875,-37.39229296875,0,0,1,'2023-05-06 00:00:00'), + (13372,2101,NULL,2,2103,1,'Long Stick','',28.43358984375,-51.082153125,0,0,1,'2023-05-06 00:00:00'), + (13373,2101,NULL,2,2103,1,'Torch','',28.4136328125,-51.129140625000005,0,0,1,'2023-05-06 00:00:00'), + (13374,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',34.183921874999996,-77.4099140625,0,0,1,'2023-05-06 00:00:00'), + (13375,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',34.191140624999996,-77.441203125,0,0,1,'2023-05-06 00:00:00'), + (13376,2101,NULL,2,2103,1,'Sturdy Long Stick','',34.20019921875,-77.45921484375,0,0,1,'2023-05-06 00:00:00'), + (13377,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',34.18618359375,-77.41679296875,0,0,1,'2023-05-06 00:00:00'), + (13378,2101,NULL,2,2104,1,'Knight\'s Bow','',24.113800781249996,-92.94165234375001,0,0,1,'2023-05-06 00:00:00'), + (13379,2101,NULL,2,2103,1,'Gerudo Spear','',32.0116640625,-89.0606484375,0,0,1,'2023-05-06 00:00:00'), + (13380,2101,NULL,2,2103,1,'Traveler\'s Spear','',30.966796875,-90.0234375,0,0,1,'2023-05-06 00:00:00'), + (13381,2101,NULL,2,2105,1,'Traveler\'s Shield','',31.0107421875,-89.94263671875,0,0,1,'2023-05-06 00:00:00'), + (13382,2101,NULL,2,2105,1,'Gerudo Shield','',25.0459453125,-93.53976562499999,0,0,1,'2023-05-06 00:00:00'), + (13383,2101,NULL,2,2103,1,'Gerudo Scimitar','',25.052390625,-93.5298046875,0,0,1,'2023-05-06 00:00:00'), + (13384,2101,NULL,2,2103,1,'Gerudo Claymore','',25.061765625,-93.521015625,0,0,1,'2023-05-06 00:00:00'), + (13385,2101,NULL,2,2104,1,'Gerudo Bow','',25.07792578125,-93.5059453125,0,0,1,'2023-05-06 00:00:00'), + (13386,2101,NULL,2,2104,1,'Traveler\'s Bow','',29.66823046875,-93.1444453125,0,0,1,'2023-05-06 00:00:00'), + (13387,2101,NULL,2,2103,1,'Torch','',35.745140625,-21.848765625,0,0,1,'2023-05-06 00:00:00'), + (13388,2101,NULL,2,2105,1,'Boko Shield','',37.64293359375,-34.92373828125,0,0,1,'2023-05-06 00:00:00'), + (13389,2101,NULL,2,2103,1,'Rusty Broadsword','',25.43670703125,-33.863109375,0,0,1,'2023-05-06 00:00:00'), + (13390,2101,NULL,2,2103,1,'Thick Stick','',26.1979921875,-32.7214453125,0,0,1,'2023-05-06 00:00:00'), + (13391,2101,NULL,2,2103,1,'Thick Stick','',26.18398828125,-32.7253828125,0,0,1,'2023-05-06 00:00:00'), + (13392,2101,NULL,2,2105,1,'Pot Lid','',28.259296875,-37.388671875,0,0,1,'2023-05-06 00:00:00'), + (13393,2101,NULL,2,2103,1,'Torch','',28.2266953125,-37.38830859375,0,0,1,'2023-05-06 00:00:00'), + (13394,2101,NULL,2,2103,1,'Soup Ladle','',28.28448046875,-37.4613984375,0,0,1,'2023-05-06 00:00:00'), + (13395,2101,NULL,2,2103,1,'Rusty Halberd','',28.42667578125,-37.17373828125,0,0,1,'2023-05-06 00:00:00'), + (13396,2101,NULL,2,2105,1,'Pot Lid','',32.04566015625,-37.65687890624999,0,0,1,'2023-05-06 00:00:00'), + (13397,2101,NULL,2,2103,1,'Rusty Halberd','',29.495085937500004,-46.0158984375,0,0,1,'2023-05-06 00:00:00'), + (13398,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',27.863765625,-48.45896015625,0,0,1,'2023-05-06 00:00:00'), + (13399,2101,NULL,2,2103,1,'Wooden Stick','',27.88156640625,-48.457569140625,0,0,1,'2023-05-06 00:00:00'), + (13400,2101,NULL,2,2103,1,'Long Stick','',28.42348828125,-51.103326562499994,0,0,1,'2023-05-06 00:00:00'), + (13401,2101,NULL,2,2103,1,'Rusty Claymore','',24.7129921875,-47.56478671875,0,0,1,'2023-05-06 00:00:00'), + (13402,2101,NULL,2,2105,1,'Wooden Shield','',24.35598046875,-57.702485507812504,0,0,1,'2023-05-06 00:00:00'), + (13403,2101,NULL,2,2105,1,'Wooden Shield','',24.34316015625,-57.690285820312496,0,0,1,'2023-05-06 00:00:00'), + (13404,2101,NULL,2,2103,1,'Rusty Broadsword','',29.5072265625,-59.75602734375,0,0,1,'2023-05-06 00:00:00'), + (13405,2101,NULL,2,2104,1,'Gerudo Bow','',25.933031250000006,-78.2226328125,0,0,1,'2023-05-06 00:00:00'), + (13406,2101,NULL,2,2105,1,'Radiant Shield','',25.95333984375,-78.20876953125001,0,0,1,'2023-05-06 00:00:00'), + (13407,2101,NULL,2,2103,1,'Torch','',27.33765234375,-74.41358203125,0,0,1,'2023-05-06 00:00:00'), + (13408,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',24.79880859375,-80.69279296875,0,0,1,'2023-05-06 00:00:00'), + (13409,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',24.7997109375,-80.72042578125,0,0,1,'2023-05-06 00:00:00'), + (13410,2101,NULL,2,2103,1,'Lizal Boomerang','',24.79901953125,-80.7335859375,0,0,1,'2023-05-06 00:00:00'), + (13411,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.725128906249996,-76.67820703125,0,0,1,'2023-05-06 00:00:00'), + (13412,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.774253906249996,-76.677421875,0,0,1,'2023-05-06 00:00:00'), + (13413,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.74678515625,-76.6764140625,0,0,1,'2023-05-06 00:00:00'), + (13414,2101,NULL,2,2103,1,'Rusty Claymore','',29.68798828125,-93.11254687499999,0,0,1,'2023-05-06 00:00:00'), + (13415,2101,NULL,2,2103,1,'Torch','',26.3452734375,-85.598296875,0,0,1,'2023-05-06 00:00:00'), + (13416,2101,NULL,2,2103,1,'Gerudo Spear','',25.07208984375,-93.513796875,0,0,1,'2023-05-06 00:00:00'), + (13417,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',27.61580859375,-83.80695703125,0,0,1,'2023-05-06 00:00:00'), + (13418,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',27.619171874999996,-83.78857031250001,0,0,1,'2023-05-06 00:00:00'), + (13419,2101,NULL,2,2103,1,'Gerudo Claymore','',27.62258203125,-83.757890625,0,0,1,'2023-05-06 00:00:00'), + (13420,2101,NULL,2,2103,1,'Rusty Halberd','',41.80184765625,-22.26162890625,0,0,1,'2023-05-06 00:00:00'), + (13421,2101,NULL,2,2105,1,'Knight\'s Shield','',35.677078125,-21.8867578125,0,0,1,'2023-05-06 00:00:00'), + (13422,2101,NULL,2,2103,1,'Wooden Stick','',37.664765625,-34.90829296875,0,0,1,'2023-05-06 00:00:00'), + (13423,2101,NULL,2,2103,1,'Long Stick','',37.67840625,-34.89609375,0,0,1,'2023-05-06 00:00:00'), + (13424,2101,NULL,2,2103,1,'Wooden Stick','',37.64743359375,-34.91984765625,0,0,1,'2023-05-06 00:00:00'), + (13425,2101,NULL,2,2103,1,'Tree Branch','',39.218296875,-38.88110156250001,0,0,1,'2023-05-06 00:00:00'), + (13426,2101,NULL,2,2103,1,'Tree Branch','',39.31285546875,-38.96288671875,0,0,1,'2023-05-06 00:00:00'), + (13427,2101,NULL,2,2103,1,'Thick Stick','',45.08227734375,-56.447295703125,0,0,1,'2023-05-06 00:00:00'), + (13428,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',36.005765625,-52.4931984375,0,0,1,'2023-05-06 00:00:00'), + (13429,2101,NULL,2,2105,1,'Pot Lid','',36.21087890625,-51.979366406249994,0,0,1,'2023-05-06 00:00:00'), + (13430,2101,NULL,2,2103,1,'Rusty Broadsword','',45.66385546875,-64.9011328125,0,0,1,'2023-05-06 00:00:00'), + (13431,2101,NULL,2,2103,1,'Torch','',45.701015625,-64.930259765625,0,0,1,'2023-05-06 00:00:00'), + (13432,2101,NULL,2,2105,1,'Rusty Shield','',45.6551484375,-64.908772265625,0,0,1,'2023-05-06 00:00:00'), + (13433,2101,NULL,2,2103,1,'Rusty Broadsword','',46.318453125,-59.380233046875,0,0,1,'2023-05-06 00:00:00'), + (13434,2101,NULL,2,2105,1,'Wooden Shield','',36.0581953125,-61.538909765625,0,0,1,'2023-05-06 00:00:00'), + (13435,2101,NULL,2,2103,1,'Wooden Stick','',36.04557421875,-61.51235390625,0,0,1,'2023-05-06 00:00:00'), + (13436,2101,NULL,2,2103,1,'Soldier\'s Spear','',36.03472265625,-61.49938359375,0,0,1,'2023-05-06 00:00:00'), + (13437,2101,NULL,2,2103,1,'Wooden Stick','',36.05373046875,-61.5321328125,0,0,1,'2023-05-06 00:00:00'), + (13438,2101,NULL,2,2103,1,'Thick Stick','',35.70601171875,-62.48469140625,0,0,1,'2023-05-06 00:00:00'), + (13439,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',44.14468359375,-80.7738984375,0,0,1,'2023-05-06 00:00:00'), + (13440,2101,NULL,2,2103,1,'Soldier\'s Spear','',44.12319140625,-80.759953125,0,0,1,'2023-05-06 00:00:00'), + (13441,2101,NULL,2,2103,1,'Knight\'s Halberd','',35.65529296875,-87.7359140625,0,0,1,'2023-05-06 00:00:00'), + (13442,2101,NULL,2,2103,1,'Eightfold Blade','',27.14530078125,-74.34772265625,0,0,1,'2023-05-06 00:00:00'), + (13443,2101,NULL,2,2103,1,'Eightfold Longblade','',27.1516640625,-74.3267578125,0,0,1,'2023-05-06 00:00:00'), + (13444,2101,NULL,2,2104,1,'Duplex Bow','',27.47082421875,-74.14733203125,0,0,1,'2023-05-06 00:00:00'), + (13445,2101,NULL,2,2103,1,'Soup Ladle','',31.88112890625,-88.69060546875,0,0,1,'2023-05-06 00:00:00'), + (13446,2101,NULL,2,2103,1,'Torch','',25.347234375,-93.1116328125,0,0,1,'2023-05-06 00:00:00'), + (13447,2101,NULL,2,2103,1,'Rusty Claymore','',25.51606640625,-93.5891953125,0,0,1,'2023-05-06 00:00:00'), + (13448,2101,NULL,2,2104,1,'Gerudo Bow','',24.24704296875,-92.9426953125,0,0,1,'2023-05-06 00:00:00'), + (13449,2101,NULL,2,2103,1,'Rusty Broadsword','',32.1719765625,-85.6458046875,0,0,1,'2023-05-06 00:00:00'), + (13450,2101,NULL,2,2103,1,'Rusty Claymore','',29.25500390625,-86.44587890625,0,0,1,'2023-05-06 00:00:00'), + (13451,2101,NULL,2,2105,1,'Gerudo Shield','',32.95381640625,-84.0065859375,0,0,1,'2023-05-06 00:00:00'), + (13452,2101,NULL,2,2103,1,'Traveler\'s Claymore','',23.4866015625,-92.1271875,0,0,1,'2023-05-06 00:00:00'), + (13453,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',25.8046875,-87.687890625,0,0,1,'2023-05-06 00:00:00'), + (13454,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',26.6115703125,-87.47465625,0,0,1,'2023-05-06 00:00:00'), + (13455,2101,NULL,2,2103,1,'Traveler\'s Claymore','',26.27438671875,-92.91922265625,0,0,1,'2023-05-06 00:00:00'), + (13456,2101,NULL,2,2103,1,'Gerudo Spear','',25.99555078125,-92.56993359375,0,0,1,'2023-05-06 00:00:00'), + (13457,2101,NULL,2,2103,1,'Traveler\'s Spear','',31.453125,-88.76953125,0,0,1,'2023-05-06 00:00:00'), + (13458,2101,NULL,2,2105,1,'Knight\'s Shield','',35.790199218750004,-21.761835937500003,0,0,1,'2023-05-06 00:00:00'), + (13459,2101,NULL,2,2105,1,'Royal Shield','',35.74630078125,-21.74490234375,0,0,1,'2023-05-06 00:00:00'), + (13460,2101,NULL,2,2103,1,'Rusty Claymore','',40.9891875,-37.1212265625,0,0,1,'2023-05-06 00:00:00'), + (13461,2101,NULL,2,2105,1,'Rusty Shield','',43.0513125,-35.95484765625,0,0,1,'2023-05-06 00:00:00'), + (13462,2101,NULL,2,2103,1,'Rusty Broadsword','',43.2425390625,-36.56842968750001,0,0,1,'2023-05-06 00:00:00'), + (13463,2101,NULL,2,2105,1,'Traveler\'s Shield','',38.81947265625,-39.0675,0,0,1,'2023-05-06 00:00:00'), + (13464,2101,NULL,2,2103,1,'Rusty Claymore','',43.5984375,-48.13828125,0,0,1,'2023-05-06 00:00:00'), + (13465,2101,NULL,2,2103,1,'Torch','',35.79615234375,-52.235765625,0,0,1,'2023-05-06 00:00:00'), + (13466,2101,NULL,2,2103,1,'Wooden Stick','',37.12822265625,-54.036983203125,0,0,1,'2023-05-06 00:00:00'), + (13467,2101,NULL,2,2103,1,'Wooden Stick','',37.11087890625,-54.0141421875,0,0,1,'2023-05-06 00:00:00'), + (13468,2101,NULL,2,2103,1,'Knight\'s Claymore','',37.09747265625,-54.006847265625,0,0,1,'2023-05-06 00:00:00'), + (13469,2101,NULL,2,2103,1,'Knight\'s Claymore','',38.85383203125,-76.5688125,0,0,1,'2023-05-06 00:00:00'), + (13470,2101,NULL,2,2103,1,'Rusty Halberd','',37.6661015625,-86.09953125,0,0,1,'2023-05-06 00:00:00'), + (13471,2101,NULL,2,2103,1,'Rusty Claymore','',37.0707890625,-85.6529296875,0,0,1,'2023-05-06 00:00:00'), + (13472,2101,NULL,2,2103,1,'Rusty Broadsword','',37.25377734375,-86.21658984374999,0,0,1,'2023-05-06 00:00:00'), + (13473,2101,NULL,2,2103,1,'Rusty Claymore','',38.8144921875,-86.6822109375,0,0,1,'2023-05-06 00:00:00'), + (13474,2101,NULL,2,2103,1,'Rusty Broadsword','',43.87463671875,-84.784125,0,0,1,'2023-05-06 00:00:00'), + (13475,2101,NULL,2,2105,1,'Wooden Shield','',35.6618203125,-21.869484375,0,0,1,'2023-05-06 00:00:00'), + (13476,2101,NULL,2,2105,1,'Soldier’s Shield','',35.66980078125,-21.880593749999996,0,0,1,'2023-05-06 00:00:00'), + (13477,2101,NULL,2,2105,1,'Knight\'s Shield','',35.790199218750004,-21.761835937500003,0,0,1,'2023-05-06 00:00:00'), + (13478,2101,NULL,2,2105,1,'Royal Shield','',35.74630078125,-21.74490234375,0,0,1,'2023-05-06 00:00:00'), + (13479,2101,NULL,2,2103,1,'Rusty Broadsword','',45.9331171875,-34.288265625,0,0,1,'2023-05-06 00:00:00'), + (13480,2101,NULL,2,2103,1,'Wooden Stick','',44.4308203125,-33.05145703125,0,0,1,'2023-05-06 00:00:00'), + (13481,2101,NULL,2,2103,1,'Tree Branch','',38.7639140625,-38.15176171875,0,0,1,'2023-05-06 00:00:00'), + (13482,2101,NULL,2,2103,1,'Torch','',38.932875,-39.01594921875,0,0,1,'2023-05-06 00:00:00'), + (13483,2101,NULL,2,2105,1,'Rusty Shield','',37.16480859375,-38.082375,0,0,1,'2023-05-06 00:00:00'), + (13484,2101,NULL,2,2103,1,'Wooden Stick','',45.1291875,-44.2583671875,0,0,1,'2023-05-06 00:00:00'), + (13485,2101,NULL,2,2103,1,'Wooden Stick','',45.10608984375,-44.26217578125,0,0,1,'2023-05-06 00:00:00'), + (13486,2101,NULL,2,2104,1,'Boko Bow','',45.08315625,-44.2642265625,0,0,1,'2023-05-06 00:00:00'), + (13487,2101,NULL,2,2105,1,'Boko Shield','',45.13550390625,-44.25757031249999,0,0,1,'2023-05-06 00:00:00'), + (13488,2101,NULL,2,2103,1,'Torch','',40.56280078125,-40.7296640625,0,0,1,'2023-05-06 00:00:00'), + (13489,2101,NULL,2,2103,1,'Rusty Broadsword','',46.6524375,-57.09498046875,0,0,1,'2023-05-06 00:00:00'), + (13490,2101,NULL,2,2105,1,'Rusty Shield','',46.6622578125,-57.347504296875,0,0,1,'2023-05-06 00:00:00'), + (13491,2101,NULL,2,2103,1,'Rusty Claymore','',46.28633203125,-62.133225,0,0,1,'2023-05-06 00:00:00'), + (13492,2101,NULL,2,2103,1,'Rusty Broadsword','',45.85916015625,-78.6211171875,0,0,1,'2023-05-06 00:00:00'), + (13493,2101,NULL,2,2103,1,'Rusty Halberd','',42.83068359375,-79.46680078124999,0,0,1,'2023-05-06 00:00:00'), + (13494,2101,NULL,2,2103,1,'Thick Stick','',45.079171875,-80.0935546875,0,0,1,'2023-05-06 00:00:00'), + (13495,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',37.337730468749996,-77.01558984375,0,0,1,'2023-05-06 00:00:00'), + (13496,2101,NULL,2,2103,1,'Sturdy Long Stick','',37.3517578125,-76.992421875,0,0,1,'2023-05-06 00:00:00'), + (13497,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',37.35225,-77.00035546875,0,0,1,'2023-05-06 00:00:00'), + (13498,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',37.3441875,-77.00883984375,0,0,1,'2023-05-06 00:00:00'), + (13499,2101,NULL,2,2103,1,'Traveler\'s Sword','',45.5614921875,-79.38922265625,0,0,1,'2023-05-06 00:00:00'), + (13500,2101,NULL,2,2103,1,'Traveler\'s Claymore','',45.5397890625,-79.42269140625,0,0,1,'2023-05-06 00:00:00'), + (13501,2101,NULL,2,2103,1,'Traveler\'s Spear','',45.55275,-79.42091015625,0,0,1,'2023-05-06 00:00:00'), + (13502,2101,NULL,2,2103,1,'Torch','',37.6900078125,-84.7079296875,0,0,1,'2023-05-06 00:00:00'), + (13503,2101,NULL,2,2103,1,'Soup Ladle','',37.703953125,-84.7599375,0,0,1,'2023-05-06 00:00:00'), + (13504,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',45.09697265625,-83.0424609375,0,0,1,'2023-05-06 00:00:00'), + (13505,2101,NULL,2,2103,1,'Soldier\'s Claymore','',45.1284375,-83.01676171875,0,0,1,'2023-05-06 00:00:00'), + (13506,2101,NULL,2,2103,1,'Traveler\'s Spear','',45.11302734375,-83.01253125,0,0,1,'2023-05-06 00:00:00'), + (13507,2101,NULL,2,2103,1,'Rusty Claymore','',37.415765625,-84.540703125,0,0,1,'2023-05-06 00:00:00'), + (13508,2101,NULL,2,2103,1,'Soldier\'s Claymore','',35.6391796875,-87.725296875,0,0,1,'2023-05-06 00:00:00'), + (13509,2101,NULL,2,2103,1,'Knight\'s Broadsword','',35.62283203125,-87.69092578125,0,0,1,'2023-05-06 00:00:00'), + (13510,2101,NULL,2,2105,1,'Rusty Shield','',37.2088359375,-86.2433671875,0,0,1,'2023-05-06 00:00:00'), + (13511,2101,NULL,2,2103,1,'Rusty Halberd','',40.3999453125,-94.71971484375,0,0,1,'2023-05-06 00:00:00'), + (13512,2101,NULL,2,2103,1,'Wooden Mop','',37.55891015625,-84.7792734375,0,0,1,'2023-05-06 00:00:00'), + (13513,2101,NULL,2,2105,1,'Spiked Boko Shield','',42.50056640625,-85.67375390625,0,0,1,'2023-05-06 00:00:00'), + (13514,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',42.51059765625,-85.67499609375,0,0,1,'2023-05-06 00:00:00'), + (13515,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',42.528328125,-85.6824140625,0,0,1,'2023-05-06 00:00:00'), + (13516,2101,NULL,2,2103,1,'Soldier\'s Claymore','',42.54819140625,-85.692328125,0,0,1,'2023-05-06 00:00:00'), + (13517,2101,NULL,2,2103,1,'Traveler\'s Sword','',40.66546875,-83.88316406250001,0,0,1,'2023-05-06 00:00:00'), + (13518,2101,NULL,2,2103,1,'Soldier\'s Claymore','',40.63721484375,-83.9143828125,0,0,1,'2023-05-06 00:00:00'), + (13519,2101,NULL,2,2103,1,'Traveler\'s Spear','',40.653046875,-83.91160546875,0,0,1,'2023-05-06 00:00:00'), + (13520,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',37.5010546875,-103.02178124999999,0,0,1,'2023-05-06 00:00:00'), + (13521,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',37.47365625,-103.01644921875001,0,0,1,'2023-05-06 00:00:00'), + (13522,2101,NULL,2,2103,1,'Lizal Boomerang','',37.460226562500004,-103.01293359375,0,0,1,'2023-05-06 00:00:00'), + (13523,2101,NULL,2,2148,1,'Cooking Pot','',73.2421875,-14.09765625,0,0,1,'2023-05-06 00:00:00'), + (13524,2101,NULL,2,2148,1,'Cooking Pot','',90.2448046875,-15.52379296875,0,0,1,'2023-05-06 00:00:00'), + (13525,2101,NULL,2,2148,1,'Cooking Pot','',73.932146484375,-17.381906249999997,0,0,1,'2023-05-06 00:00:00'), + (13526,2101,NULL,2,2148,1,'Cooking Pot','',73.932146484375,-17.381906249999997,0,0,1,'2023-05-06 00:00:00'), + (13527,2101,NULL,2,2148,1,'Cooking Pot','',101.75296875,-17.904890625,0,0,1,'2023-05-06 00:00:00'), + (13528,2101,NULL,2,2148,1,'Cooking Pot','',27.62109375,-20.056640625,0,0,1,'2023-05-06 00:00:00'), + (13529,2101,NULL,2,2148,1,'Cooking Pot','',35.75387109375,-21.741562500000004,0,0,1,'2023-05-06 00:00:00'), + (13530,2101,NULL,2,2148,1,'Cooking Pot','',74.7001640625,-22.285675781249996,0,0,1,'2023-05-06 00:00:00'), + (13531,2101,NULL,2,2148,1,'Cooking Pot','',74.7001640625,-22.285675781249996,0,0,1,'2023-05-06 00:00:00'), + (13532,2101,NULL,2,2148,1,'Cooking Pot','',122.76387890624999,-23.711203125000004,0,0,1,'2023-05-06 00:00:00'), + (13533,2101,NULL,2,2148,1,'Cooking Pot','',90.91264453125,-24.17117578125,0,0,1,'2023-05-06 00:00:00'), + (13534,2101,NULL,2,2148,1,'Cooking Pot','',120.062578125,-24.210398437500004,0,0,1,'2023-05-06 00:00:00'), + (13535,2101,NULL,2,2149,1,'Goddess\' Statue','',120.26630859375,-25.651464843750002,0,0,1,'2023-05-06 00:00:00'), + (13536,2101,NULL,2,2148,1,'Cooking Pot','',89.38149609375,-25.81339453125,0,0,1,'2023-05-06 00:00:00'), + (13537,2101,NULL,2,2148,1,'Cooking Pot','',115.21086328125001,-26.0084296875,0,0,1,'2023-05-06 00:00:00'), + (13538,2101,NULL,2,2148,1,'Cooking Pot','',120.11668359375,-26.2805390625,0,0,1,'2023-05-06 00:00:00'), + (13539,2101,NULL,2,2149,1,'Goddess\' Statue','',57.91498828125,-26.98190625,0,0,1,'2023-05-06 00:00:00'), + (13540,2101,NULL,2,2149,1,'Goddess\' Statue','',114.38145703125,-27.1948359375,0,0,1,'2023-05-06 00:00:00'), + (13541,2101,NULL,2,2148,1,'Cooking Pot','',50.8063828125,-28.78831640625,0,0,1,'2023-05-06 00:00:00'), + (13542,2101,NULL,2,2148,1,'Cooking Pot','',89.675015625,-29.7510703125,0,0,1,'2023-05-06 00:00:00'), + (13543,2101,NULL,2,2149,1,'Goddess\' Statue','',90.4950703125,-29.80965234375,0,0,1,'2023-05-06 00:00:00'), + (13544,2101,NULL,2,2148,1,'Cooking Pot','',48.78585937499999,-30.17825390625,0,0,1,'2023-05-06 00:00:00'), + (13545,2101,NULL,2,2148,1,'Cooking Pot','',90.352125,-30.36894140625,0,0,1,'2023-05-06 00:00:00'), + (13546,2101,NULL,2,2148,1,'Cooking Pot','',113.46650390625,-30.52562109375,0,0,1,'2023-05-06 00:00:00'), + (13547,2101,NULL,2,2148,1,'Cooking Pot','',25.8679921875,-31.415765625,0,0,1,'2023-05-06 00:00:00'), + (13548,2101,NULL,2,2148,1,'Cooking Pot','',59.846473828125,-31.641234375,0,0,1,'2023-05-06 00:00:00'), + (13549,2101,NULL,2,2148,1,'Cooking Pot','',28.503703125,-32.14271484375,0,0,1,'2023-05-06 00:00:00'), + (13550,2101,NULL,2,2149,1,'Goddess\' Statue','',75.184415625,-33.0486796875,0,0,1,'2023-05-06 00:00:00'), + (13551,2101,NULL,2,2148,1,'Cooking Pot','',75.2386078125,-33.09111328125,0,0,1,'2023-05-06 00:00:00'), + (13552,2101,NULL,2,2148,1,'Cooking Pot','',93.8256796875,-34.65251953125001,0,0,1,'2023-05-06 00:00:00'), + (13553,2101,NULL,2,2148,1,'Cooking Pot','',89.69258203125,-35.574339843749996,0,0,1,'2023-05-06 00:00:00'), + (13554,2101,NULL,2,2148,1,'Cooking Pot','',41.03855859375,-37.3671328125,0,0,1,'2023-05-06 00:00:00'), + (13555,2101,NULL,2,2148,1,'Cooking Pot','',28.2530390625,-37.4355703125,0,0,1,'2023-05-06 00:00:00'), + (13556,2101,NULL,2,2149,1,'Goddess\' Statue','',28.00290234375,-37.439671875,0,0,1,'2023-05-06 00:00:00'), + (13557,2101,NULL,2,2148,1,'Cooking Pot','',32.03844140625,-37.7854921875,0,0,1,'2023-05-06 00:00:00'), + (13558,2101,NULL,2,2148,1,'Cooking Pot','',89.341828125,-38.458640625,0,0,1,'2023-05-06 00:00:00'), + (13559,2101,NULL,2,2148,1,'Cooking Pot','',91.70876953125,-38.5072734375,0,0,1,'2023-05-06 00:00:00'), + (13560,2101,NULL,2,2148,1,'Cooking Pot','',106.95321093749997,-38.74383984375,0,0,1,'2023-05-06 00:00:00'), + (13561,2101,NULL,2,2148,1,'Cooking Pot','',35.49814453125,-38.79732421875,0,0,1,'2023-05-06 00:00:00'), + (13562,2101,NULL,2,2148,1,'Cooking Pot','',38.826246093749994,-39.08780859375,0,0,1,'2023-05-06 00:00:00'), + (13563,2101,NULL,2,2148,1,'Cooking Pot','',116.52690234375,-39.624632812499996,0,0,1,'2023-05-06 00:00:00'), + (13564,2101,NULL,2,2149,1,'Goddess\' Statue','',116.79219140625,-39.71226562499999,0,0,1,'2023-05-06 00:00:00'), + (13565,2101,NULL,2,2148,1,'Cooking Pot','',114.0477421875,-39.94855078125,0,0,1,'2023-05-06 00:00:00'), + (13566,2101,NULL,2,2148,1,'Cooking Pot','',78.62365546875,-40.3634296875,0,0,1,'2023-05-06 00:00:00'), + (13567,2101,NULL,2,2148,1,'Cooking Pot','',79.633006640625,-41.56919531250001,0,0,1,'2023-05-06 00:00:00'), + (13568,2101,NULL,2,2148,1,'Cooking Pot','',75.095368359375,-42.14377734375,0,0,1,'2023-05-06 00:00:00'), + (13569,2101,NULL,2,2148,1,'Cooking Pot','',81.76418671875001,-42.3026015625,0,0,1,'2023-05-06 00:00:00'), + (13570,2101,NULL,2,2148,1,'Cooking Pot','',99.82616015625,-42.37229296875,0,0,1,'2023-05-06 00:00:00'), + (13571,2101,NULL,2,2148,1,'Cooking Pot','',86.443359375,-43.787109375,0,0,1,'2023-05-06 00:00:00'), + (13572,2101,NULL,2,2148,1,'Cooking Pot','',108.06796875,-44.45621484375,0,0,1,'2023-05-06 00:00:00'), + (13573,2101,NULL,2,2148,1,'Cooking Pot','',57.68183203125,-44.67767578125,0,0,1,'2023-05-06 00:00:00'), + (13574,2101,NULL,2,2148,1,'Cooking Pot','',83.12408203125,-45.20950781249999,0,0,1,'2023-05-06 00:00:00'), + (13575,2101,NULL,2,2148,1,'Cooking Pot','',100.9258359375,-45.416730468749996,0,0,1,'2023-05-06 00:00:00'), + (13576,2101,NULL,2,2148,1,'Cooking Pot','',69.4619162109375,-47.07793359375,0,0,1,'2023-05-06 00:00:00'), + (13577,2101,NULL,2,2148,1,'Cooking Pot','',104.97085546874997,-47.15684179687501,0,0,1,'2023-05-06 00:00:00'), + (13578,2101,NULL,2,2148,1,'Cooking Pot','',27.89042578125,-48.363131249999995,0,0,1,'2023-05-06 00:00:00'), + (13579,2101,NULL,2,2148,1,'Cooking Pot','',24.333984375,-48.626953125,0,0,1,'2023-05-06 00:00:00'), + (13580,2101,NULL,2,2148,1,'Cooking Pot','',66.324155859375,-48.82670039062501,0,0,1,'2023-05-06 00:00:00'), + (13581,2101,NULL,2,2148,1,'Cooking Pot','',68.5127109375,-49.07112539062499,0,0,1,'2023-05-06 00:00:00'), + (13582,2101,NULL,2,2148,1,'Cooking Pot','',68.512700390625,-49.071132421875,0,0,1,'2023-05-06 00:00:00'), + (13583,2101,NULL,2,2148,1,'Cooking Pot','',67.587890625,-49.327297265625,0,0,1,'2023-05-06 00:00:00'), + (13584,2101,NULL,2,2148,1,'Cooking Pot','',65.463282421875,-49.750454296875006,0,0,1,'2023-05-06 00:00:00'), + (13585,2101,NULL,2,2148,1,'Cooking Pot','',54.33600000000001,-49.90774453125,0,0,1,'2023-05-06 00:00:00'), + (13586,2101,NULL,2,2148,1,'Cooking Pot','',84.193359375,-50.90898046875,0,0,1,'2023-05-06 00:00:00'), + (13587,2101,NULL,2,2148,1,'Cooking Pot','',28.33700390625,-51.060366796874995,0,0,1,'2023-05-06 00:00:00'), + (13588,2101,NULL,2,2148,1,'Cooking Pot','',33.561890625,-51.51214570312499,0,0,1,'2023-05-06 00:00:00'), + (13589,2101,NULL,2,2148,1,'Cooking Pot','',36.1712578125,-52.017987890625,0,0,1,'2023-05-06 00:00:00'), + (13590,2101,NULL,2,2148,1,'Cooking Pot','',55.166015625,-52.517578125,0,0,1,'2023-05-06 00:00:00'), + (13591,2101,NULL,2,2149,1,'Goddess\' Statue','',109.18231640625,-52.688246484375,0,0,1,'2023-05-06 00:00:00'), + (13592,2101,NULL,2,2148,1,'Cooking Pot','',109.03005468750003,-52.778558203125,0,0,1,'2023-05-06 00:00:00'), + (13593,2101,NULL,2,2148,1,'Cooking Pot','',66.41015625,-53.40234375,0,0,1,'2023-05-06 00:00:00'), + (13594,2101,NULL,2,2148,1,'Cooking Pot','',95.42609765625,-53.5148625,0,0,1,'2023-05-06 00:00:00'), + (13595,2101,NULL,2,2148,1,'Cooking Pot','',69.3925784765625,-53.70703125,0,0,1,'2023-05-06 00:00:00'), + (13596,2101,NULL,2,2148,1,'Cooking Pot','',67.762416796875,-53.71331015625,0,0,1,'2023-05-06 00:00:00'), + (13597,2101,NULL,2,2148,1,'Cooking Pot','',115.5760546875,-54.167773828125,0,0,1,'2023-05-06 00:00:00'), + (13598,2101,NULL,2,2148,1,'Cooking Pot','',95.98074609375,-55.8264796875,0,0,1,'2023-05-06 00:00:00'), + (13599,2101,NULL,2,2148,1,'Cooking Pot','',102.29288671875,-55.85958046875,0,0,1,'2023-05-06 00:00:00'), + (13600,2101,NULL,2,2148,1,'Cooking Pot','',100.9689609375,-57.22008046875,0,0,1,'2023-05-06 00:00:00'), + (13601,2101,NULL,2,2148,1,'Cooking Pot','',67.15546875,-57.399609375,0,0,1,'2023-05-06 00:00:00'), + (13602,2101,NULL,2,2149,1,'Goddess\' Statue','',67.479467578125,-57.58774253906249,0,0,1,'2023-05-06 00:00:00'), + (13603,2101,NULL,2,2148,1,'Cooking Pot','',93.751171875,-58.3523436328125,0,0,1,'2023-05-06 00:00:00'), + (13604,2101,NULL,2,2148,1,'Cooking Pot','',103.73298046875,-58.366809375,0,0,1,'2023-05-06 00:00:00'), + (13605,2101,NULL,2,2148,1,'Cooking Pot','',108.03554296875,-59.707214765625004,0,0,1,'2023-05-06 00:00:00'), + (13606,2101,NULL,2,2148,1,'Cooking Pot','',53.8043203125,-60.471598828125,0,0,1,'2023-05-06 00:00:00'), + (13607,2101,NULL,2,2148,1,'Cooking Pot','',81.17595468750001,-60.5285484375,0,0,1,'2023-05-06 00:00:00'), + (13608,2101,NULL,2,2148,1,'Cooking Pot','',69.810326484375,-61.2175265625,0,0,1,'2023-05-06 00:00:00'), + (13609,2101,NULL,2,2148,1,'Cooking Pot','',80.429508984375,-61.9117875,0,0,1,'2023-05-06 00:00:00'), + (13610,2101,NULL,2,2148,1,'Cooking Pot','',46.36875,-62.105859375,0,0,1,'2023-05-06 00:00:00'), + (13611,2101,NULL,2,2148,1,'Cooking Pot','',56.2875703125,-62.19420703125,0,0,1,'2023-05-06 00:00:00'), + (13612,2101,NULL,2,2148,1,'Cooking Pot','',82.588125,-62.275016015625,0,0,1,'2023-05-06 00:00:00'), + (13613,2101,NULL,2,2148,1,'Cooking Pot','',66.457904296875,-62.504094140625,0,0,1,'2023-05-06 00:00:00'), + (13614,2101,NULL,2,2148,1,'Cooking Pot','',61.835643749999996,-65.3531953125,0,0,1,'2023-05-06 00:00:00'), + (13615,2101,NULL,2,2148,1,'Cooking Pot','',65.07356484374999,-65.76519375,0,0,1,'2023-05-06 00:00:00'), + (13616,2101,NULL,2,2148,1,'Cooking Pot','',41.604609375,-65.927058984375,0,0,1,'2023-05-06 00:00:00'), + (13617,2101,NULL,2,2148,1,'Cooking Pot','',64.97921484375,-65.95710234375,0,0,1,'2023-05-06 00:00:00'), + (13618,2101,NULL,2,2148,1,'Cooking Pot','',65.24298515624999,-65.97514921875,0,0,1,'2023-05-06 00:00:00'), + (13619,2101,NULL,2,2148,1,'Cooking Pot','',76.952764453125,-68.759755078125,0,0,1,'2023-05-06 00:00:00'), + (13620,2101,NULL,2,2148,1,'Cooking Pot','',92.6509453125,-70.09926328125,0,0,1,'2023-05-06 00:00:00'), + (13621,2101,NULL,2,2149,1,'Goddess\' Statue','',91.87641796875,-70.287741796875,0,0,1,'2023-05-06 00:00:00'), + (13622,2101,NULL,2,2148,1,'Cooking Pot','',92.7032578125,-70.35280078125,0,0,1,'2023-05-06 00:00:00'), + (13623,2101,NULL,2,2148,1,'Cooking Pot','',91.409203125,-70.4598046875,0,0,1,'2023-05-06 00:00:00'), + (13624,2101,NULL,2,2148,1,'Cooking Pot','',74.042891015625,-71.47171875,0,0,1,'2023-05-06 00:00:00'), + (13625,2101,NULL,2,2148,1,'Cooking Pot','',111.2231953125,-71.5138828125,0,0,1,'2023-05-06 00:00:00'), + (13626,2101,NULL,2,2148,1,'Cooking Pot','',52.8275859375,-71.5675078125,0,0,1,'2023-05-06 00:00:00'), + (13627,2101,NULL,2,2148,1,'Cooking Pot','',74.486687109375,-72.10803515625,0,0,1,'2023-05-06 00:00:00'), + (13628,2101,NULL,2,2148,1,'Cooking Pot','',76.6622625,-72.52899609375,0,0,1,'2023-05-06 00:00:00'), + (13629,2101,NULL,2,2148,1,'Cooking Pot','',53.56693359375,-73.6278046875,0,0,1,'2023-05-06 00:00:00'), + (13630,2101,NULL,2,2148,1,'Cooking Pot','',73.05079335937499,-73.710421875,0,0,1,'2023-05-06 00:00:00'), + (13631,2101,NULL,2,2149,1,'Goddess\' Statue','',116.14189453125,-74.1597421875,0,0,1,'2023-05-06 00:00:00'), + (13632,2101,NULL,2,2148,1,'Cooking Pot','',110.62651171875,-75.23694140625,0,0,1,'2023-05-06 00:00:00'), + (13633,2101,NULL,2,2148,1,'Cooking Pot','',25.74268359375,-76.5388828125,0,0,1,'2023-05-06 00:00:00'), + (13634,2101,NULL,2,2148,1,'Cooking Pot','',91.224609375,-76.81798828125,0,0,1,'2023-05-06 00:00:00'), + (13635,2101,NULL,2,2148,1,'Cooking Pot','',37.337578125,-76.8540703125,0,0,1,'2023-05-06 00:00:00'), + (13636,2101,NULL,2,2148,1,'Cooking Pot','',91.183546875,-77.4579140625,0,0,1,'2023-05-06 00:00:00'), + (13637,2101,NULL,2,2148,1,'Cooking Pot','',59.748046875,-78.2578125,0,0,1,'2023-05-06 00:00:00'), + (13638,2101,NULL,2,2148,1,'Cooking Pot','',50.36752734375001,-79.4373984375,0,0,1,'2023-05-06 00:00:00'), + (13639,2101,NULL,2,2148,1,'Cooking Pot','',97.784625,-80.2381640625,0,0,1,'2023-05-06 00:00:00'), + (13640,2101,NULL,2,2148,1,'Cooking Pot','',42.06348046875,-81.3398203125,0,0,1,'2023-05-06 00:00:00'), + (13641,2101,NULL,2,2148,1,'Cooking Pot','',90.78198046875,-81.3864140625,0,0,1,'2023-05-06 00:00:00'), + (13642,2101,NULL,2,2148,1,'Cooking Pot','',58.177734375,-82.048828125,0,0,1,'2023-05-06 00:00:00'), + (13643,2101,NULL,2,2149,1,'Goddess\' Statue','',60.64476562500001,-82.369921875,0,0,1,'2023-05-06 00:00:00'), + (13644,2101,NULL,2,2149,1,'Goddess\' Statue','',60.694112109375,-82.379765625,0,0,1,'2023-05-06 00:00:00'), + (13645,2101,NULL,2,2149,1,'Goddess\' Statue','',60.62743359375,-82.39637109375,0,0,1,'2023-05-06 00:00:00'), + (13646,2101,NULL,2,2149,1,'Goddess\' Statue','',60.664871484375006,-82.40012109375,0,0,1,'2023-05-06 00:00:00'), + (13647,2101,NULL,2,2149,1,'Goddess\' Statue','',60.700932421875,-82.41041015625,0,0,1,'2023-05-06 00:00:00'), + (13648,2101,NULL,2,2149,1,'Goddess\' Statue','',60.64074843750001,-82.42623046875,0,0,1,'2023-05-06 00:00:00'), + (13649,2101,NULL,2,2149,1,'Goddess\' Statue','',60.6761671875,-82.4334140625,0,0,1,'2023-05-06 00:00:00'), + (13650,2101,NULL,2,2148,1,'Cooking Pot','',67.42279335937499,-82.82984765625,0,0,1,'2023-05-06 00:00:00'), + (13651,2101,NULL,2,2148,1,'Cooking Pot','',109.66128515624997,-83.15261718750001,0,0,1,'2023-05-06 00:00:00'), + (13652,2101,NULL,2,2149,1,'Goddess\' Statue','',110.615203125,-83.18511328125,0,0,1,'2023-05-06 00:00:00'), + (13653,2101,NULL,2,2148,1,'Cooking Pot','',97.76330859375003,-83.2608515625,0,0,1,'2023-05-06 00:00:00'), + (13654,2101,NULL,2,2148,1,'Cooking Pot','',77.214971484375,-83.29447265625,0,0,1,'2023-05-06 00:00:00'), + (13655,2101,NULL,2,2148,1,'Cooking Pot','',112.72876171875,-83.35409765625,0,0,1,'2023-05-06 00:00:00'), + (13656,2101,NULL,2,2148,1,'Cooking Pot','',110.73571875,-83.60649609375,0,0,1,'2023-05-06 00:00:00'), + (13657,2101,NULL,2,2148,1,'Cooking Pot','',110.69615625,-83.63030859375,0,0,1,'2023-05-06 00:00:00'), + (13658,2101,NULL,2,2148,1,'Cooking Pot','',41.82099609375,-84.31898437499999,0,0,1,'2023-05-06 00:00:00'), + (13659,2101,NULL,2,2148,1,'Cooking Pot','',41.82099609375,-84.31898437499999,0,0,1,'2023-05-06 00:00:00'), + (13660,2101,NULL,2,2148,1,'Cooking Pot','',37.693359375,-84.767578125,0,0,1,'2023-05-06 00:00:00'), + (13661,2101,NULL,2,2148,1,'Cooking Pot','',60.884764453125,-85.1109375,0,0,1,'2023-05-06 00:00:00'), + (13662,2101,NULL,2,2148,1,'Cooking Pot','',109.37330859375,-85.349015625,0,0,1,'2023-05-06 00:00:00'), + (13663,2101,NULL,2,2148,1,'Cooking Pot','',84.77075390625,-86.20508203124999,0,0,1,'2023-05-06 00:00:00'), + (13664,2101,NULL,2,2149,1,'Goddess\' Statue','',80.56455234375001,-86.2382578125,0,0,1,'2023-05-06 00:00:00'), + (13665,2101,NULL,2,2148,1,'Cooking Pot','',48.85606640624999,-88.56945703125,0,0,1,'2023-05-06 00:00:00'), + (13666,2101,NULL,2,2148,1,'Cooking Pot','',31.8982265625,-88.7069296875,0,0,1,'2023-05-06 00:00:00'), + (13667,2101,NULL,2,2148,1,'Cooking Pot','',79.577199609375,-88.73880468750001,0,0,1,'2023-05-06 00:00:00'), + (13668,2101,NULL,2,2148,1,'Cooking Pot','',109.58733984375,-88.96437890625,0,0,1,'2023-05-06 00:00:00'), + (13669,2101,NULL,2,2148,1,'Cooking Pot','',98.47381640625,-91.44928125,0,0,1,'2023-05-06 00:00:00'), + (13670,2101,NULL,2,2148,1,'Cooking Pot','',41.6971171875,-91.80929296875,0,0,1,'2023-05-06 00:00:00'), + (13671,2101,NULL,2,2148,1,'Cooking Pot','',26.14269140625,-92.21246484375,0,0,1,'2023-05-06 00:00:00'), + (13672,2101,NULL,2,2148,1,'Cooking Pot','',98.63746875,-92.23859765625,0,0,1,'2023-05-06 00:00:00'), + (13673,2101,NULL,2,2148,1,'Cooking Pot','',24.37805859375,-93.03319921875001,0,0,1,'2023-05-06 00:00:00'), + (13674,2101,NULL,2,2148,1,'Cooking Pot','',25.371984375,-93.11765625,0,0,1,'2023-05-06 00:00:00'), + (13675,2101,NULL,2,2148,1,'Cooking Pot','',25.39698046875,-93.142640625,0,0,1,'2023-05-06 00:00:00'), + (13676,2101,NULL,2,2149,1,'Goddess\' Statue','',24.924878906249994,-93.41966015625,0,0,1,'2023-05-06 00:00:00'), + (13677,2101,NULL,2,2148,1,'Cooking Pot','',30.078,-95.16908203124999,0,0,1,'2023-05-06 00:00:00'), + (13678,2101,NULL,2,2148,1,'Cooking Pot','',77.869475390625,-95.940796875,0,0,1,'2023-05-06 00:00:00'), + (13679,2101,NULL,2,2148,1,'Cooking Pot','',76.39268671875,-97.29212109375,0,0,1,'2023-05-06 00:00:00'), + (13680,2101,NULL,2,2148,1,'Cooking Pot','',88.382671875,-97.92680859375,0,0,1,'2023-05-06 00:00:00'), + (13681,2101,NULL,2,2148,1,'Cooking Pot','',104.23810546875,-98.56901953125,0,0,1,'2023-05-06 00:00:00'), + (13682,2101,NULL,2,2149,1,'Goddess\' Statue','',104.57058984375,-98.95968749999999,0,0,1,'2023-05-06 00:00:00'), + (13683,2101,NULL,2,2148,1,'Cooking Pot','',76.261655859375,-99.06878906249999,0,0,1,'2023-05-06 00:00:00'), + (13684,2101,NULL,2,2148,1,'Cooking Pot','',123.1733671875,-99.63138281250001,0,0,1,'2023-05-06 00:00:00'), + (13685,2101,NULL,2,2148,1,'Cooking Pot','',88.74919921875,-99.96744140625,0,0,1,'2023-05-06 00:00:00'), + (13686,2101,NULL,2,2148,1,'Cooking Pot','',78.04107539062501,-104.19582421875,0,0,1,'2023-05-06 00:00:00'), + (13687,2101,NULL,2,2148,1,'Cooking Pot','',13.940121093749998,-104.58216796874999,0,0,1,'2023-05-06 00:00:00'), + (13688,2101,NULL,2,2151,1,'Gerudo Great Skeleton','',13.89467578125,-104.008921875,0,0,1,'2023-05-06 00:00:00'), + (13689,2101,NULL,2,2125,1,'Miryotanog Shrine','',15.467578124999996,-94.762921875,0,0,1,'2023-05-06 00:00:00'), + (13690,2101,NULL,2,2125,1,'Mayamats Shrine','',15.96537890625,-76.32732421875,0,0,1,'2023-05-06 00:00:00'), + (13691,2101,NULL,2,2125,1,'Tauyosipun Shrine','',17.12574609375,-24.838195312499998,0,0,1,'2023-05-06 00:00:00'), + (13692,2101,NULL,2,2125,1,'Otutsum Shrine','',17.941335937499996,-66.462507421875,0,0,1,'2023-05-06 00:00:00'), + (13693,2101,NULL,2,2151,1,'Icefall Foothills Cave','',18.406125,-14.528859374999998,0,0,1,'2023-05-06 00:00:00'), + (13694,2101,NULL,2,2151,1,'Statue of the Eighth Heroine Cave','',18.93123046875,-64.88147578125,0,0,1,'2023-05-06 00:00:00'), + (13695,2101,NULL,2,2152,1,'Gerudo Summit Chasm','',21.0543515625,-66.066369140625,0,0,1,'2023-05-06 00:00:00'), + (13696,2101,NULL,2,2125,1,'Kudanisar Shrine','',21.452812500000004,-83.70870703125,0,0,1,'2023-05-06 00:00:00'), + (13697,2101,NULL,2,2125,1,'Irasak Shrine','',21.577652343749996,-103.42140234375,0,0,1,'2023-05-06 00:00:00'), + (13698,2101,NULL,2,2125,1,'Gasas Shrine','',21.64238671875,-57.441803671875,0,0,1,'2023-05-06 00:00:00'), + (13699,2101,NULL,2,2151,1,'Sturnida Springs Cave','',22.95514453125,-27.287765625,0,0,1,'2023-05-06 00:00:00'), + (13700,2101,NULL,2,2151,1,'East Biron Snowshelf Cave','',23.56205859375,-22.70094140625,0,0,1,'2023-05-06 00:00:00'), + (13701,2101,NULL,2,2123,1,'Gerudo Highlands Skyview Tower','',23.89597265625,-73.893703125,0,0,1,'2023-05-06 00:00:00'), + (13702,2101,NULL,2,2151,1,'West Lake Totori Cave','',23.9216484375,-34.81078125,0,0,1,'2023-05-06 00:00:00'), + (13703,2101,NULL,2,2125,1,'Ikatak Shrine','',24.011015625,-45.24515625,0,0,1,'2023-05-06 00:00:00'), + (13704,2101,NULL,2,2151,1,'Gisa Crater Cave','',24.24493359375,-45.80895703125,0,0,1,'2023-05-06 00:00:00'), + (13705,2101,NULL,2,2151,1,'Lake Kilsie Cave','',24.2461875,-25.06339453125,0,0,1,'2023-05-06 00:00:00'), + (13706,2101,NULL,2,2125,1,'Soryotanog Shrine','',24.81791015625,-93.31114453125,0,0,1,'2023-05-06 00:00:00'), + (13707,2101,NULL,2,2151,1,'Mystathi\'s Shelf Cave','',24.824390625,-67.110657421875,0,0,1,'2023-05-06 00:00:00'), + (13708,2101,NULL,2,2151,1,'Gisa Crater Cave','',25.013671875,-46.740234375,0,0,1,'2023-05-06 00:00:00'), + (13709,2101,NULL,2,2150,1,'Dronoc\'s Pass Well','',25.411125,-33.92056640625,0,0,1,'2023-05-06 00:00:00'), + (13710,2101,NULL,2,2151,1,'Valley of Silent Statues','',25.4626171875,-89.65217578125,0,0,1,'2023-05-06 00:00:00'), + (13711,2101,NULL,2,2151,1,'Hebra Great Skeleton','',25.61005078125,-16.459183593749998,0,0,1,'2023-05-06 00:00:00'), + (13712,2101,NULL,2,2151,1,'Gerudo Sanctuary','',26.21162109375,-86.9620078125,0,0,1,'2023-05-06 00:00:00'), + (13713,2101,NULL,2,2151,1,'Gerudo Sanctuary','',26.21162109375,-90.21701953125,0,0,1,'2023-05-06 00:00:00'), + (13714,2101,NULL,2,2125,1,'Karahatag Shrine','',26.62848046875,-101.07574218750001,0,0,1,'2023-05-06 00:00:00'), + (13715,2101,NULL,2,2152,1,'Birida Lookout Chasm','',27.121546875,-80.38908984375,0,0,1,'2023-05-06 00:00:00'), + (13716,2101,NULL,2,2123,1,'Rospro Pass Skyview Tower','',27.19236328125,-31.096828125,0,0,1,'2023-05-06 00:00:00'), + (13717,2101,NULL,2,2151,1,'Central Gerudo Cave','',27.19862109375,-96.7425703125,0,0,1,'2023-05-06 00:00:00'), + (13718,2101,NULL,2,2125,1,'Gatakis Shrine','',27.5133515625,-37.32385546875,0,0,1,'2023-05-06 00:00:00'), + (13719,2101,NULL,2,2151,1,'Rospro Pass Cave','',28.59896484375,-29.4330703125,0,0,1,'2023-05-06 00:00:00'), + (13720,2101,NULL,2,2151,1,'East Biron Snowshelf Cave','',28.64998828125,-22.403671875000004,0,0,1,'2023-05-06 00:00:00'), + (13721,2101,NULL,2,2125,1,'Eutoum Shrine','',29.21323828125,-16.760953125,0,0,1,'2023-05-06 00:00:00'), + (13722,2101,NULL,2,2125,1,'Turakawak Shrine','',29.32409765625,-60.904580859375,0,0,1,'2023-05-06 00:00:00'), + (13723,2101,NULL,2,2151,1,'Ancient Columns Cave','',29.70561328125,-53.326639453125,0,0,1,'2023-05-06 00:00:00'), + (13724,2101,NULL,2,2152,1,'Yiga Clan Hideout Chasm','',30.115054687500006,-74.22003515625,0,0,1,'2023-05-06 00:00:00'), + (13725,2101,NULL,2,2125,1,'Rotsumamu Shrine','',30.38663671875,-74.56808203125,0,0,1,'2023-05-06 00:00:00'), + (13726,2101,NULL,2,2151,1,'Hebra South Summit Cave','',30.4871015625,-29.30436328125,0,0,1,'2023-05-06 00:00:00'), + (13727,2101,NULL,2,2151,1,'Oasis Source','',30.996796875,-90.1636171875,0,0,1,'2023-05-06 00:00:00'), + (13728,2101,NULL,2,2125,1,'Sahirow Shrine','',31.006453125,-30.6294375,0,0,1,'2023-05-06 00:00:00'), + (13729,2101,NULL,2,2151,1,'Tanagar Canyon West Cave','',31.541343749999996,-49.338706640625006,0,0,1,'2023-05-06 00:00:00'), + (13730,2101,NULL,2,2125,1,'Mayatat Shrine','',31.75048828125,-88.03365234375,0,0,1,'2023-05-06 00:00:00'), + (13731,2101,NULL,2,2151,1,'Quicksand Lake Cave','',32.357625,-93.04283203125001,0,0,1,'2023-05-06 00:00:00'), + (13732,2101,NULL,2,2150,1,'Kara Kara Bazaar Well','',32.3983828125,-89.1375703125,0,0,1,'2023-05-06 00:00:00'), + (13733,2101,NULL,2,2151,1,'Hebra South Summit Cave','',32.49028125,-28.88344921875,0,0,1,'2023-05-06 00:00:00'), + (13734,2101,NULL,2,2151,1,'Talonto Peak Cave','',32.6413125,-29.739375,0,0,1,'2023-05-06 00:00:00'), + (13735,2101,NULL,2,2151,1,'Ancient Prison Ruins','',33.99188671875,-94.49741015625,0,0,1,'2023-05-06 00:00:00'), + (13736,2101,NULL,2,2125,1,'Oromuwak Shrine','',34.2361171875,-39.64140234375,0,0,1,'2023-05-06 00:00:00'), + (13737,2101,NULL,2,2151,1,'Brightcap Cave','',35.08923046875,-39.43325390625,0,0,1,'2023-05-06 00:00:00'), + (13738,2101,NULL,2,2151,1,'Hebra Mountains Northwest Cave','',35.2082109375,-20.791980468749998,0,0,1,'2023-05-06 00:00:00'), + (13739,2101,NULL,2,2150,1,'Tabantha Bridge Stable Well','',35.64155859375,-52.359884765625,0,0,1,'2023-05-06 00:00:00'), + (13740,2101,NULL,2,2138,1,'Tabantha Bridge Stable','',35.7654140625,-51.955630078125,0,0,1,'2023-05-06 00:00:00'), + (13741,2101,NULL,2,2151,1,'South Gerudo Cave','',35.8698984375,-103.802671875,0,0,1,'2023-05-06 00:00:00'), + (13742,2101,NULL,2,2151,1,'Tamio River Downstream Cave','',36.07201171875,-68.01754921875,0,0,1,'2023-05-06 00:00:00'), + (13743,2101,NULL,2,2151,1,'Hebra Headspring Cave','',36.326296875,-29.176640625,0,0,1,'2023-05-06 00:00:00'), + (13744,2101,NULL,2,2125,1,'Makurukis Shrine','',36.94958203125,-51.213385546874996,0,0,1,'2023-05-06 00:00:00'), + (13745,2101,NULL,2,2151,1,'Tabantha Hills Cave','',37.02033984375,-37.82916796875,0,0,1,'2023-05-06 00:00:00'), + (13746,2101,NULL,2,2150,1,'Gerudo Canyon Well','',37.265625,-84.76171875,0,0,1,'2023-05-06 00:00:00'), + (13747,2101,NULL,2,2138,1,'Gerudo Canyon Stable','',37.49165625,-84.38595703124999,0,0,1,'2023-05-06 00:00:00'), + (13748,2101,NULL,2,2151,1,'East Gerudo Ruins Cave','',38.71845703125,-91.50720703125,0,0,1,'2023-05-06 00:00:00'), + (13749,2101,NULL,2,2151,1,'Gerudo Canyon Mine','',38.94474609375,-86.74932421875,0,0,1,'2023-05-06 00:00:00'), + (13750,2101,NULL,2,2125,1,'Turakamik Shrine','',39.1728046875,-84.81212109375,0,0,1,'2023-05-06 00:00:00'), + (13751,2101,NULL,2,2151,1,'Hyrule Ridge Chasm','',39.325265625,-45.39815625,0,0,1,'2023-05-06 00:00:00'), + (13752,2101,NULL,2,2151,1,'Pikida Stonegrove Northwest Cave','',39.34822265625,-20.293359374999998,0,0,1,'2023-05-06 00:00:00'), + (13753,2101,NULL,2,2151,1,'Gerudo Canyon Mine','',39.711585937500004,-89.1183984375,0,0,1,'2023-05-06 00:00:00'), + (13754,2101,NULL,2,2151,1,'Ancient Altar Ruins','',39.78765234375,-102.06228515625001,0,0,1,'2023-05-06 00:00:00'), + (13755,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.02842578125,-101.22900000000001,0,0,1,'2023-05-06 00:00:00'), + (13756,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.18875,-102.47398828125,0,0,1,'2023-05-06 00:00:00'), + (13757,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.257503906249994,-101.73884765625,0,0,1,'2023-05-06 00:00:00'), + (13758,2101,NULL,2,2125,1,'Sisuran Shrine','',40.319027343749994,-19.29191015625,0,0,1,'2023-05-06 00:00:00'), + (13759,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.5991171875,-101.08712109375001,0,0,1,'2023-05-06 00:00:00'), + (13760,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.654828125,-102.76311328125001,0,0,1,'2023-05-06 00:00:00'), + (13761,2101,NULL,2,2125,1,'Runakit Shrine','',40.66423828125,-44.8807734375,0,0,1,'2023-05-06 00:00:00'), + (13762,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.767140625,-102.24426562500001,0,0,1,'2023-05-06 00:00:00'), + (13763,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.79394140625,-101.6198671875,0,0,1,'2023-05-06 00:00:00'), + (13764,2101,NULL,2,2151,1,'East Gerudo Chasm','',41.118832031249994,-94.54380468749999,0,0,1,'2023-05-06 00:00:00'), + (13765,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.24105859375,-101.16582421874999,0,0,1,'2023-05-06 00:00:00'), + (13766,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.24337890625,-102.63448828125,0,0,1,'2023-05-06 00:00:00'), + (13767,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.2751484375,-102.068203125,0,0,1,'2023-05-06 00:00:00'), + (13768,2101,NULL,2,2151,1,'Taafei Hill Cave','',41.5156875,-79.6704609375,0,0,1,'2023-05-06 00:00:00'), + (13769,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.57980078125,-101.68041796874999,0,0,1,'2023-05-06 00:00:00'), + (13770,2101,NULL,2,2125,1,'Siwakama Shrine','',41.65196484375,-97.785,0,0,1,'2023-05-06 00:00:00'), + (13771,2101,NULL,2,2123,1,'Gerudo Canyon Skyview Tower','',41.73221484375,-84.173015625,0,0,1,'2023-05-06 00:00:00'), + (13772,2101,NULL,2,2151,1,'Yiga Blademaster Station','',41.79008203125,-79.91816015625,0,0,1,'2023-05-06 00:00:00'), + (13773,2101,NULL,2,2151,1,'Pikida Stonegrove Northwest Cave','',42.0220078125,-21.838347656250004,0,0,1,'2023-05-06 00:00:00'), + (13774,2101,NULL,2,2151,1,'Kopeeki Drifts Cave','',42.2362734375,-31.914515625,0,0,1,'2023-05-06 00:00:00'), + (13775,2101,NULL,2,2150,1,'Tabantha Village Ruins Well','',42.67271484375,-36.65858203125,0,0,1,'2023-05-06 00:00:00'), + (13776,2101,NULL,2,2123,1,'Pikida Stonegrove Skyview Tower','',43.22466796875,-22.70513671875,0,0,1,'2023-05-06 00:00:00'), + (13777,2101,NULL,2,2151,1,'Thundra Plateau Cave','',43.73026171875,-48.05590429687499,0,0,1,'2023-05-06 00:00:00'), + (13778,2101,NULL,2,2151,1,'Koukot Plateau Cave','',43.8407578125,-79.2109453125,0,0,1,'2023-05-06 00:00:00'), + (13779,2101,NULL,2,2151,1,'Spectacle Rock Cave','',44.344828125,-86.6633203125,0,0,1,'2023-05-06 00:00:00'), + (13780,2101,NULL,2,2151,1,'Satori Mountain Foothill Cave','',44.54834765625,-68.057469140625,0,0,1,'2023-05-06 00:00:00'), + (13781,2101,NULL,2,2151,1,'Koukot Plateau Cave','',44.83913671875,-80.1755625,0,0,1,'2023-05-06 00:00:00'), + (13782,2101,NULL,2,2151,1,'Satori Mountain Cave','',45.105375,-62.81860546875,0,0,1,'2023-05-06 00:00:00'), + (13783,2101,NULL,2,2125,1,'Usazum Shrine','',45.24633984375,-68.84111015625,0,0,1,'2023-05-06 00:00:00'), + (13784,2101,NULL,2,2151,1,'Tanagar Canyon East Cave','',46.29929296875,-39.472183593749996,0,0,1,'2023-05-06 00:00:00'), + (13785,2101,NULL,2,2125,1,'Rakakudaj Shrine','',46.44191015625,-80.31329296875,0,0,1,'2023-05-06 00:00:00'), + (13786,2101,NULL,2,2151,1,'Mount Nabooru Cave','',47.261671875,-82.72981640625,0,0,1,'2023-05-06 00:00:00'), + (13787,2101,NULL,2,2125,1,'Sonapan Shrine','',47.794921875,-62.794921875,0,0,1,'2023-05-06 00:00:00'), + (13788,2101,NULL,2,2123,1,'Lindor\'s Brow Skyview Tower','',47.934515625,-44.00033203125,0,0,1,'2023-05-06 00:00:00'), + (13789,2101,NULL,2,2150,1,'Maritta Exchange Ruins Well','',49.0915078125,-39.568875,0,0,1,'2023-05-06 00:00:00'), + (13790,2101,NULL,2,2151,1,'Mount Nabooru Cave','',49.26791015625,-81.575859375,0,0,1,'2023-05-06 00:00:00'), + (13791,2101,NULL,2,2125,1,'Motsusis Shrine','',49.27723828125,-99.4518984375,0,0,1,'2023-05-06 00:00:00'), + (13792,2101,NULL,2,2152,1,'South Lomei Chasm','',49.27829296875,-99.16120312499999,0,0,1,'2023-05-06 00:00:00'), + (13793,2101,NULL,2,2151,1,'Lower Spectacle Rock Cave','',49.8708515625,-86.6505703125,0,0,1,'2023-05-06 00:00:00'), + (13794,2101,NULL,2,2151,1,'Lindor\'s Brow Cave','',49.98132421875,-44.93325,0,0,1,'2023-05-06 00:00:00'), + (13795,2101,NULL,2,2151,1,'Mount Nabooru South Cave','',50.074640625,-84.18022265625,0,0,1,'2023-05-06 00:00:00'), + (13796,2101,NULL,2,2150,1,'Mount Nabooru Well','',50.153203125,-84.8211328125,0,0,1,'2023-05-06 00:00:00'), + (13797,2101,NULL,2,2150,1,'Outskirt Hill Well','',50.6142421875,-74.405015625,0,0,1,'2023-05-06 00:00:00'), + (13798,2101,NULL,2,2150,1,'Snowfield Stable Well','',50.6300859375,-28.2890625,0,0,1,'2023-05-06 00:00:00'), + (13799,2101,NULL,2,2138,1,'Snowfield Stable','',50.7955546875,-28.18546875,0,0,1,'2023-05-06 00:00:00'), + (13800,2101,NULL,2,2125,1,'Orochium Shrine','',51.131671875,-27.63498046875,0,0,1,'2023-05-06 00:00:00'), + (13801,2101,NULL,2,2137,1,'Great Fairy Fountain','',52.06791796875,-73.02108984375,0,0,1,'2023-05-06 00:00:00'), + (13802,2101,NULL,2,2125,1,'Kitawak Shrine','',52.38045703125,-92.915203125,0,0,1,'2023-05-06 00:00:00'), + (13803,2101,NULL,2,2151,1,'Stalry Plateau Cave','',52.4090390625,-84.63916406249999,0,0,1,'2023-05-06 00:00:00'), + (13804,2101,NULL,2,2138,1,'Outskirt Stable','',53.1654375,-73.59015234375,0,0,1,'2023-05-06 00:00:00'), + (13805,2101,NULL,2,2150,1,'Outskirt Stable Well','',53.19474609375,-73.789921875,0,0,1,'2023-05-06 00:00:00'), + (13806,2101,NULL,2,2137,1,'Great Fairy Fountain','',53.19760546875001,-23.4976640625,0,0,1,'2023-05-06 00:00:00'), + (13807,2101,NULL,2,2138,1,'Outskirt Stable','',53.3308359375,-73.18749609375001,0,0,1,'2023-05-06 00:00:00'), + (13808,2101,NULL,2,2125,1,'Riogok Shrine','',53.42112890625,-77.53231640625,0,0,1,'2023-05-06 00:00:00'), + (13809,2101,NULL,2,2152,1,'Great Plateau West Chasm','',53.534859375,-81.94398046875,0,0,1,'2023-05-06 00:00:00'), + (13810,2101,NULL,2,2125,1,'Tsutsu-um Shrine','',53.6337890625,-74.4228984375,0,0,1,'2023-05-06 00:00:00'), + (13811,2101,NULL,2,2138,1,'Outskirt Stable','',53.70103125,-73.50505078125,0,0,1,'2023-05-06 00:00:00'), + (13812,2101,NULL,2,2125,1,'Sinakawak Shrine','',53.734875,-49.72441640625,0,0,1,'2023-05-06 00:00:00'), + (13813,2101,NULL,2,2151,1,'Sage Temple Cave','',53.853515625,-61.599609375,0,0,1,'2023-05-06 00:00:00'), + (13814,2101,NULL,2,2125,1,'Oshozan-u Shrine','',53.8535625,-15.49320703125,0,0,1,'2023-05-06 00:00:00'), + (13815,2101,NULL,2,2151,1,'Mount Drena Foothill Cave','',54.2333203125,-25.062796875,0,0,1,'2023-05-06 00:00:00'), + (13816,2101,NULL,2,2138,1,'New Serenne Stable','',54.35023828125,-50.120244140625,0,0,1,'2023-05-06 00:00:00'), + (13817,2101,NULL,2,2150,1,'New Serenne Stable Well','',54.408,-50.38988671875,0,0,1,'2023-05-06 00:00:00'), + (13818,2101,NULL,2,2150,1,'Mount Daphnes Well','',54.914203125,-65.89091953125,0,0,1,'2023-05-06 00:00:00'), + (13819,2101,NULL,2,2151,1,'North Hyrule Plain Cave','',55.8494765625,-49.567766015625,0,0,1,'2023-05-06 00:00:00'), + (13820,2101,NULL,2,2151,1,'North Hyrule Plain Cave','',56.38608984375,-51.040855078125006,0,0,1,'2023-05-06 00:00:00'), + (13821,2101,NULL,2,2151,1,'Coliseum Ruins Cave','',56.63490234375,-73.95676171875,0,0,1,'2023-05-06 00:00:00'), + (13822,2101,NULL,2,2125,1,'Mayausiy Shrine','',56.63776171875,-28.09655859375,0,0,1,'2023-05-06 00:00:00'), + (13823,2101,NULL,2,2151,1,'Ancient Tree Stump Cave','',57.287109375,-63.65698359375,0,0,1,'2023-05-06 00:00:00'), + (13824,2101,NULL,2,2125,1,'Kiuyoyou Shrine','',57.342890625,-34.1271796875,0,0,1,'2023-05-06 00:00:00'), + (13825,2101,NULL,2,2151,1,'River of the Dead Waterfall Cave','',57.51116015625,-83.93801953124999,0,0,1,'2023-05-06 00:00:00'), + (13826,2101,NULL,2,2150,1,'Rowan Plain Well','',57.77995312500001,-31.33707421875,0,0,1,'2023-05-06 00:00:00'), + (13827,2101,NULL,2,2151,1,'Shrine of Resurrection','',57.86865234375,-80.0338359375,0,0,1,'2023-05-06 00:00:00'), + (13828,2101,NULL,2,2150,1,'Carok Bridge Well','',58.12952343750001,-53.726813671875,0,0,1,'2023-05-06 00:00:00'), + (13829,2101,NULL,2,2137,1,'Forest of Spirits','',59.030142187500005,-78.5775,0,0,1,'2023-05-06 00:00:00'), + (13830,2101,NULL,2,2152,1,'Great Plateau South Chasm','',59.380884375,-85.75201171875,0,0,1,'2023-05-06 00:00:00'), + (13831,2101,NULL,2,2152,1,'Hyrule Castle Moat West Chasm','',59.500700390625,-50.779775390625005,0,0,1,'2023-05-06 00:00:00'), + (13832,2101,NULL,2,2150,1,'Mount Gustaf Well','',59.61552890624999,-54.71241796875,0,0,1,'2023-05-06 00:00:00'), + (13833,2101,NULL,2,2150,1,'Irch Plain Well','',59.633203125,-39.65390625,0,0,1,'2023-05-06 00:00:00'), + (13834,2101,NULL,2,2125,1,'Ishodag Shrine','',60.00717304687501,-53.642110546875,0,0,1,'2023-05-06 00:00:00'), + (13835,2101,NULL,2,2150,1,'Aquame Lake Well','',60.00962109375,-71.50330078125,0,0,1,'2023-05-06 00:00:00'), + (13836,2101,NULL,2,2151,1,'Great Plateau Foothill Cave','',60.55844296875,-76.03566796875,0,0,1,'2023-05-06 00:00:00'), + (13837,2101,NULL,2,2125,1,'Mayaotaki Shrine','',60.646662890624995,-17.1675703125,0,0,1,'2023-05-06 00:00:00'), + (13838,2101,NULL,2,2152,1,'North Lomei Chasm','',60.767778515625,-17.17149609375,0,0,1,'2023-05-06 00:00:00'), + (13839,2101,NULL,2,2125,1,'Susuyai Shrine','',61.10843203125,-63.680248828125,0,0,1,'2023-05-06 00:00:00'), + (13840,2101,NULL,2,2123,1,'Hyrule Field Skyview Tower','',61.39128984375,-70.537828125,0,0,1,'2023-05-06 00:00:00'), + (13841,2101,NULL,2,2125,1,'Mayachin Shrine','',62.044921875,-68.771484375,0,0,1,'2023-05-06 00:00:00'), + (13842,2101,NULL,2,2150,1,'Elma Knolls Well','',62.450354296875005,-42.75317578124999,0,0,1,'2023-05-06 00:00:00'), + (13843,2101,NULL,2,2152,1,'Great Plateau North Chasm','',62.52033984374999,-76.28609765625,0,0,1,'2023-05-06 00:00:00'), + (13844,2101,NULL,2,2151,1,'Yiga Clan Maritta Branch','',62.771484375,-34.6875,0,0,1,'2023-05-06 00:00:00'), + (13845,2101,NULL,2,2125,1,'Ishokin Shrine','',63.69140625,-99.890625,0,0,1,'2023-05-06 00:00:00'), + (13846,2101,NULL,2,2151,1,'Passeri Greenbelt Cave','',64.308291796875,-57.09853359375,0,0,1,'2023-05-06 00:00:00'), + (13847,2101,NULL,2,2152,1,'Elma Knolls Chasm','',64.958480859375,-38.4099375,0,0,1,'2023-05-06 00:00:00'), + (13848,2101,NULL,2,2152,1,'Great Plateau East Chasm','',65.009765625,-81.94892578125,0,0,1,'2023-05-06 00:00:00'), + (13849,2101,NULL,2,2125,1,'Kikakin Shrine','',65.673423046875,-26.53301953125,0,0,1,'2023-05-06 00:00:00'), + (13850,2101,NULL,2,2152,1,'Lake Hylia Chasm','',66.421875,-89.03933203125,0,0,1,'2023-05-06 00:00:00'), + (13851,2101,NULL,2,2151,1,'Royal Hidden Passage','',66.496095703125,-49.18914375000001,0,0,1,'2023-05-06 00:00:00'), + (13852,2101,NULL,2,2123,1,'Lookout Landing Skyview Tower','',66.8103515625,-56.9197265625,0,0,1,'2023-05-06 00:00:00'), + (13853,2101,NULL,2,2151,1,'Cora Lakefront Cave','',67.31072226562499,-93.0491953125,0,0,1,'2023-05-06 00:00:00'), + (13854,2101,NULL,2,2152,1,'Hyrule Field Chasm','',67.32391757812499,-62.10446015625,0,0,1,'2023-05-06 00:00:00'), + (13855,2101,NULL,2,2151,1,'Royal Hidden Passage','',67.335498046875,-57.08203125,0,0,1,'2023-05-06 00:00:00'), + (13856,2101,NULL,2,2151,1,'Royal Hidden Passage','',67.336327734375,-49.604484375,0,0,1,'2023-05-06 00:00:00'), + (13857,2101,NULL,2,2125,1,'Jiosin Shrine','',67.491282421875,-62.941805859375,0,0,1,'2023-05-06 00:00:00'), + (13858,2101,NULL,2,2150,1,'Lookout Landing Well','',67.827858984375,-57.012596484375,0,0,1,'2023-05-06 00:00:00'), + (13859,2101,NULL,2,2125,1,'Kyononis Shrine','',67.90834335937501,-53.303124609375,0,0,1,'2023-05-06 00:00:00'), + (13860,2101,NULL,2,2125,1,'Kamizun Shrine','',68.228989453125,-76.85499609375,0,0,1,'2023-05-06 00:00:00'), + (13861,2101,NULL,2,2151,1,'Cora Lakefront Cave','',68.30655703125001,-94.5359296875,0,0,1,'2023-05-06 00:00:00'), + (13862,2101,NULL,2,2152,1,'Forest of Time Chasm','',68.81283046875,-78.0211640625,0,0,1,'2023-05-06 00:00:00'), + (13863,2101,NULL,2,2125,1,'Teniten Shrine','',69.434593359375,-71.66862890625,0,0,1,'2023-05-06 00:00:00'), + (13864,2101,NULL,2,2151,1,'Whistling Hill Cave','',69.46746972656248,-70.8512578125,0,0,1,'2023-05-06 00:00:00'), + (13865,2101,NULL,2,2152,1,'Drenan Highlands Chasm','',69.48005390624999,-23.627578124999996,0,0,1,'2023-05-06 00:00:00'), + (13866,2101,NULL,2,2150,1,'Mabe Village Ruins Well','',69.5149021875,-60.504950390625,0,0,1,'2023-05-06 00:00:00'), + (13867,2101,NULL,2,2151,1,'Ranch Ruins Cave','',70.3829272265625,-60.444514453125,0,0,1,'2023-05-06 00:00:00'), + (13868,2101,NULL,2,2151,1,'Ranch Ruins Cave','',70.7496322265625,-60.924169921875,0,0,1,'2023-05-06 00:00:00'), + (13869,2101,NULL,2,2150,1,'Hyrule Castle Town Ruins Well','',71.04650003906251,-52.176371484375004,0,0,1,'2023-05-06 00:00:00'), + (13870,2101,NULL,2,2151,1,'Lake Hylia Whirlpool Cave','',71.786105859375,-87.90762890625,0,0,1,'2023-05-06 00:00:00'), + (13871,2101,NULL,2,2125,1,'Sakunbomar Shrine','',72.265548046875,-31.4047734375,0,0,1,'2023-05-06 00:00:00'), + (13872,2101,NULL,2,2152,1,'Hyrule Castle Moat East Chasm','',72.30454453124999,-48.2559375,0,0,1,'2023-05-06 00:00:00'), + (13873,2101,NULL,2,2125,1,'Sepapa Shrine','',72.9110953125,-45.87830859375,0,0,1,'2023-05-06 00:00:00'), + (13874,2101,NULL,2,2152,1,'Hills of Baumer Chasm','',72.9133828125,-83.4230859375,0,0,1,'2023-05-06 00:00:00'), + (13875,2101,NULL,2,2151,1,'Puffer Beach Overhead Cave','',73.6403671875,-103.72815234375001,0,0,1,'2023-05-06 00:00:00'), + (13876,2101,NULL,2,2151,1,'Deplian Badlands Cave','',73.91168085937501,-16.648277343749996,0,0,1,'2023-05-06 00:00:00'), + (13877,2101,NULL,2,2150,1,'Hills of Baumer Well','',74.016315234375,-83.52905859375,0,0,1,'2023-05-06 00:00:00'), + (13878,2101,NULL,2,2150,1,'Deya Village Ruins North Well','',74.02166132812499,-80.35311328125,0,0,1,'2023-05-06 00:00:00'), + (13879,2101,NULL,2,2150,1,'Deya Village Ruins Well','',74.09010703125,-81.17621484375,0,0,1,'2023-05-06 00:00:00'), + (13880,2101,NULL,2,2125,1,'Yamiyo Shrine','',74.2166203125,-53.085868359375,0,0,1,'2023-05-06 00:00:00'), + (13881,2101,NULL,2,2150,1,'Deya Village Ruins South Well','',74.29252734375,-83.18624999999999,0,0,1,'2023-05-06 00:00:00'), + (13882,2101,NULL,2,2138,1,'Riverside Stable','',74.3248265625,-71.72152734375,0,0,1,'2023-05-06 00:00:00'), + (13883,2101,NULL,2,2123,1,'Thyphlo Ruins Skyview Tower','',74.339935546875,-21.7775625,0,0,1,'2023-05-06 00:00:00'), + (13884,2101,NULL,2,2125,1,'Tajikats Shrine','',74.3420953125,-70.4182734375,0,0,1,'2023-05-06 00:00:00'), + (13885,2101,NULL,2,2125,1,'Ninjis Shrine','',74.468602734375,-36.4231171875,0,0,1,'2023-05-06 00:00:00'), + (13886,2101,NULL,2,2150,1,'Riverside Stable Well','',74.59455117187501,-71.79294140625,0,0,1,'2023-05-06 00:00:00'), + (13887,2101,NULL,2,2150,1,'Haran Lakefront Well','',74.935546875,-98.28515625,0,0,1,'2023-05-06 00:00:00'), + (13888,2101,NULL,2,2125,1,'Musanokir Shrine','',75.090915234375,-33.58911328125,0,0,1,'2023-05-06 00:00:00'), + (13889,2101,NULL,2,2152,1,'Deku Tree Chasm','',75.21103828125,-32.889703125,0,0,1,'2023-05-06 00:00:00'), + (13890,2101,NULL,2,2150,1,'Deya Village Ruins East Well','',75.27538242187501,-82.53462890625,0,0,1,'2023-05-06 00:00:00'), + (13891,2101,NULL,2,2150,1,'Komo Shoreline Cave','',76.018742578125,-103.489875,0,0,1,'2023-05-06 00:00:00'), + (13892,2101,NULL,2,2151,1,'Crenel Hills Cave','',76.09841484374999,-50.02808203125,0,0,1,'2023-05-06 00:00:00'), + (13893,2101,NULL,2,2138,1,'Highland Stable','',76.40777460937501,-99.29315625,0,0,1,'2023-05-06 00:00:00'), + (13894,2101,NULL,2,2150,1,'Highland Stable Well','',76.61283984375,-98.7503671875,0,0,1,'2023-05-06 00:00:00'), + (13895,2101,NULL,2,2151,1,'Finra Woods Excavation Site','',76.97582109375,-93.53762109375,0,0,1,'2023-05-06 00:00:00'), + (13896,2101,NULL,2,2150,1,'Popla Foothills North Well','',77.279108203125,-83.2083046875,0,0,1,'2023-05-06 00:00:00'), + (13897,2101,NULL,2,2123,1,'Popla Foothills Skyview Tower','',77.40045468749999,-83.518078125,0,0,1,'2023-05-06 00:00:00'), + (13898,2101,NULL,2,2150,1,'Popla Foothills South Well','',77.41554609375,-85.09081640625001,0,0,1,'2023-05-06 00:00:00'), + (13899,2101,NULL,2,2125,1,'Pupunke Shrine','',77.593546875,-32.67877734375,0,0,1,'2023-05-06 00:00:00'), + (13900,2101,NULL,2,2150,1,'Rauru Settlement Ruins Well','',78.0703125,-43.751953125,0,0,1,'2023-05-06 00:00:00'), + (13901,2101,NULL,2,2125,1,'Utsushok Shrine','',78.16402734375,-97.9499296875,0,0,1,'2023-05-06 00:00:00'), + (13902,2101,NULL,2,2151,1,'Pagos Woods Excavation Site','',78.18521249999999,-95.03298046875,0,0,1,'2023-05-06 00:00:00'), + (13903,2101,NULL,2,2151,1,'Rauru Hillside Cave','',78.239837109375,-42.30723046875,0,0,1,'2023-05-06 00:00:00'), + (13904,2101,NULL,2,2150,1,'Bottomless Pond Well','',78.353820703125,-67.575352734375,0,0,1,'2023-05-06 00:00:00'), + (13905,2101,NULL,2,2125,1,'Sikukuu Shrine','',78.49858828125,-25.862625,0,0,1,'2023-05-06 00:00:00'), + (13906,2101,NULL,2,2125,1,'Ren-iz Shrine','',79.177316015625,-48.938237109375,0,0,1,'2023-05-06 00:00:00'), + (13907,2101,NULL,2,2150,1,'South Nabi Lake Well','',79.482421875,-76.135546875,0,0,1,'2023-05-06 00:00:00'), + (13908,2101,NULL,2,2150,1,'Rebonae Bridge Well','',79.535129296875,-58.50477105468749,0,0,1,'2023-05-06 00:00:00'), + (13909,2101,NULL,2,2151,1,'Floria River Upstream Excavation','',79.803439453125,-93.41844140625,0,0,1,'2023-05-06 00:00:00'), + (13910,2101,NULL,2,2151,1,'Rebonae Bridge Cave','',80.225663671875,-58.22464640625,0,0,1,'2023-05-06 00:00:00'), + (13911,2101,NULL,2,2138,1,'Wetland Stable','',80.2341515625,-60.120291796875,0,0,1,'2023-05-06 00:00:00'), + (13912,2101,NULL,2,2150,1,'Wetland Stable South Well','',80.367591796875,-61.67241328125,0,0,1,'2023-05-06 00:00:00'), + (13913,2101,NULL,2,2125,1,'Jiukoum Shrine','',80.478515625,-85.29375,0,0,1,'2023-05-06 00:00:00'), + (13914,2101,NULL,2,2138,1,'Wetland Stable','',80.529277734375,-60.85215,0,0,1,'2023-05-06 00:00:00'), + (13915,2101,NULL,2,2150,1,'Wetland Stable Well','',80.67887109375,-60.88264453125,0,0,1,'2023-05-06 00:00:00'), + (13916,2101,NULL,2,2125,1,'Tukarok Shrine','',81.04091484375,-61.535221875,0,0,1,'2023-05-06 00:00:00'), + (13917,2101,NULL,2,2125,1,'Jochisiu Shrine','',81.22137421875,-80.89940625,0,0,1,'2023-05-06 00:00:00'), + (13918,2101,NULL,2,2152,1,'Minshi Woods Chasm','',82.727671875,-39.04571484375,0,0,1,'2023-05-06 00:00:00'), + (13919,2101,NULL,2,2125,1,'Ekochiu Shrine','',82.76544140625,-43.58837109375,0,0,1,'2023-05-06 00:00:00'), + (13920,2101,NULL,2,2138,1,'Woodland Stable','',83.07697265625,-45.11719921875,0,0,1,'2023-05-06 00:00:00'), + (13921,2101,NULL,2,2150,1,'Woodland Stable Well','',83.1172734375,-45.0697734375,0,0,1,'2023-05-06 00:00:00'), + (13922,2101,NULL,2,2151,1,'Crenel Peak Cave','',83.7271171875,-55.69377890625,0,0,1,'2023-05-06 00:00:00'), + (13923,2101,NULL,2,2151,1,'Tobio\'s Hollow Cave','',84.01916015625,-87.2326171875,0,0,1,'2023-05-06 00:00:00'), + (13924,2101,NULL,2,2125,1,'Morok Shrine','',84.1591640625,-67.7272734375,0,0,1,'2023-05-06 00:00:00'), + (13925,2101,NULL,2,2151,1,'Dueling Peaks South Cave','',84.180140625,-81.41663671875,0,0,1,'2023-05-06 00:00:00'), + (13926,2101,NULL,2,2151,1,'Dueling Peaks North Cave','',84.31004296875,-80.32096875,0,0,1,'2023-05-06 00:00:00'), + (13927,2101,NULL,2,2151,1,'Sarjon Woods Cave','',84.4112578125,-95.7528046875,0,0,1,'2023-05-06 00:00:00'), + (13928,2101,NULL,2,2150,1,'Lanayru Wetlands Well','',84.60464062499999,-63.248259375,0,0,1,'2023-05-06 00:00:00'), + (13929,2101,NULL,2,2151,1,'Pico Pond Cave','',84.92881640625,-44.1570703125,0,0,1,'2023-05-06 00:00:00'), + (13930,2101,NULL,2,2125,1,'Mayak Shrine','',85.19419921875,-14.8426640625,0,0,1,'2023-05-06 00:00:00'), + (13931,2101,NULL,2,2152,1,'Tobio\'s Hollow Chasm','',85.605421875,-86.67964453125,0,0,1,'2023-05-06 00:00:00'), + (13932,2101,NULL,2,2151,1,'Sahasra Slope Cave','',85.8791953125,-72.14323828125,0,0,1,'2023-05-06 00:00:00'), + (13933,2101,NULL,2,2123,1,'Sahasra Slope Skyview Tower','',86.02862109375,-72.3967734375,0,0,1,'2023-05-06 00:00:00'), + (13934,2101,NULL,2,2151,1,'Crenel Peak Cave','',86.12752734375,-55.11914296875,0,0,1,'2023-05-06 00:00:00'), + (13935,2101,NULL,2,2151,1,'Sahasra Slope Cave','',86.40262499999999,-72.62401171875,0,0,1,'2023-05-06 00:00:00'), + (13936,2101,NULL,2,2151,1,'Goronbi River Cave','',86.98919531249999,-33.95239453125,0,0,1,'2023-05-06 00:00:00'), + (13937,2101,NULL,2,2150,1,'Zauz Island Well','',87.134765625,-60.193311328125,0,0,1,'2023-05-06 00:00:00'), + (13938,2101,NULL,2,2151,1,'Ubota Point Cave','',87.26623828125,-99.4177734375,0,0,1,'2023-05-06 00:00:00'), + (13939,2101,NULL,2,2125,1,'Joju-u-u Shrine','',88.0686796875,-100.5130546875,0,0,1,'2023-05-06 00:00:00'), + (13940,2101,NULL,2,2138,1,'Lakeside Stable','',88.15365234375,-100.055625,0,0,1,'2023-05-06 00:00:00'), + (13941,2101,NULL,2,2150,1,'Goponga Village Ruins Well','',88.23234375,-62.424594140625,0,0,1,'2023-05-06 00:00:00'), + (13942,2101,NULL,2,2150,1,'Lakeside Stable Well','',88.30219921875,-100.23783984375001,0,0,1,'2023-05-06 00:00:00'), + (13943,2101,NULL,2,2150,1,'Moor Garrison Ruins Well','',88.40773828125,-56.602303125,0,0,1,'2023-05-06 00:00:00'), + (13944,2101,NULL,2,2151,1,'Isle of Rabac Gallery','',88.52998828125,-22.23617578125,0,0,1,'2023-05-06 00:00:00'), + (13945,2101,NULL,2,2125,1,'Eshos Shrine','',88.65384375,-81.3856875,0,0,1,'2023-05-06 00:00:00'), + (13946,2101,NULL,2,2151,1,'Byroad to Lanayru Wetlands','',88.9189921875,-68.11155234375,0,0,1,'2023-05-06 00:00:00'), + (13947,2101,NULL,2,2151,1,'Byroad to Lanayru Wetlands','',89.26171875,-73.359375,0,0,1,'2023-05-06 00:00:00'), + (13948,2101,NULL,2,2123,1,'Eldin Canyon Skyview Tower','',89.55240234375,-44.638828125,0,0,1,'2023-05-06 00:00:00'), + (13949,2101,NULL,2,2151,1,'West Restaurant Cave','',89.564625,-38.32543359375,0,0,1,'2023-05-06 00:00:00'), + (13950,2101,NULL,2,2151,1,'Corta Lake Cave','',89.96244140625,-94.20437109375,0,0,1,'2023-05-06 00:00:00'), + (13951,2101,NULL,2,2151,1,'YunoboCo HQ South Cave','',90.39704296875,-26.73530859375,0,0,1,'2023-05-06 00:00:00'), + (13952,2101,NULL,2,2150,1,'Rikoka Hills Well','',90.427125,-66.2211375,0,0,1,'2023-05-06 00:00:00'), + (13953,2101,NULL,2,2151,1,'Lanayru Wetlands Chasm','',90.54980859375,-56.6946703125,0,0,1,'2023-05-06 00:00:00'), + (13954,2101,NULL,2,2125,1,'Jonsau Shrine','',90.74602734375,-58.387663710937495,0,0,1,'2023-05-06 00:00:00'), + (13955,2101,NULL,2,2125,1,'Marakuguc Shrine','',90.96665625,-29.18373046875,0,0,1,'2023-05-06 00:00:00'), + (13956,2101,NULL,2,2151,1,'YunoboCo HQ East Cave','',90.99202734375,-25.342921875,0,0,1,'2023-05-06 00:00:00'), + (13957,2101,NULL,2,2137,1,'Great Fairy Fountain','',91.02683203125,-84.13983984375,0,0,1,'2023-05-06 00:00:00'), + (13958,2101,NULL,2,2125,1,'Makasura Shrine','',91.05348046875,-70.92108984375,0,0,1,'2023-05-06 00:00:00'), + (13959,2101,NULL,2,2138,1,'Dueling Peaks Stable','',91.0893046875,-81.42650390625,0,0,1,'2023-05-06 00:00:00'), + (13960,2101,NULL,2,2151,1,'Mount Floria Cave','',91.2836953125,-93.58166015625,0,0,1,'2023-05-06 00:00:00'), + (13961,2101,NULL,2,2150,1,'Dueling Peaks Stable Well','',91.3441875,-81.4421484375,0,0,1,'2023-05-06 00:00:00'), + (13962,2101,NULL,2,2125,1,'Timawak Shrine','',91.40096484375,-39.3804375,0,0,1,'2023-05-06 00:00:00'), + (13963,2101,NULL,2,2151,1,'Southern Mine','',91.41744140625,-35.35134375,0,0,1,'2023-05-06 00:00:00'), + (13964,2101,NULL,2,2151,1,'Rassla Lake Cave','',91.5648046875,-102.398671875,0,0,1,'2023-05-06 00:00:00'), + (13965,2101,NULL,2,2151,1,'East Restaurant Cave','',92.038546875,-38.43805078125,0,0,1,'2023-05-06 00:00:00'), + (13966,2101,NULL,2,2150,1,'Kakariko Village Well','',92.2853203125,-70.822921875,0,0,1,'2023-05-06 00:00:00'), + (13967,2101,NULL,2,2151,1,'Cucco Hideaway','',92.3136796875,-72.19198828125,0,0,1,'2023-05-06 00:00:00'), + (13968,2101,NULL,2,2151,1,'Rodai Lakefront Tunnel','',92.53592578125,-95.05364062500001,0,0,1,'2023-05-06 00:00:00'), + (13969,2101,NULL,2,2151,1,'Lake Ferona Cave','',92.923828125,-43.69166015625,0,0,1,'2023-05-06 00:00:00'), + (13970,2101,NULL,2,2151,1,'Lake Ferona Cave','',92.95252734375,-43.305785156249996,0,0,1,'2023-05-06 00:00:00'), + (13971,2101,NULL,2,2151,1,'Kakariko Village Cave','',93.13463671875,-70.09941796875,0,0,1,'2023-05-06 00:00:00'), + (13972,2101,NULL,2,2151,1,'Death Mountain Foothill Cave','',93.16299609375,-27.10301953125,0,0,1,'2023-05-06 00:00:00'), + (13973,2101,NULL,2,2151,1,'Calora Lake Cave','',93.2669765625,-94.1342109375,0,0,1,'2023-05-06 00:00:00'), + (13974,2101,NULL,2,2151,1,'Mount Floria Cave','',93.27748828125,-89.19903515625,0,0,1,'2023-05-06 00:00:00'), + (13975,2101,NULL,2,2152,1,'East Hill Chasm','',93.45103125,-68.5093171875,0,0,1,'2023-05-06 00:00:00'), + (13976,2101,NULL,2,2151,1,'Calora Lake Cave','',93.86278125,-95.6722734375,0,0,1,'2023-05-06 00:00:00'), + (13977,2101,NULL,2,2151,1,'Gorko Tunnel','',93.9375,-34.69940625,0,0,1,'2023-05-06 00:00:00'), + (13978,2101,NULL,2,2151,1,'Boné Pond East Cave','',95.9188828125,-56.928765234375,0,0,1,'2023-05-06 00:00:00'), + (13979,2101,NULL,2,2151,1,'Lizard\'s Burrow','',96.1677421875,-22.55485546875,0,0,1,'2023-05-06 00:00:00'), + (13980,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.2736796875,-57.419776171875,0,0,1,'2023-05-06 00:00:00'), + (13981,2101,NULL,2,2151,1,'Death Mountain West Tunnel','',96.54615234375,-27.15965625,0,0,1,'2023-05-06 00:00:00'), + (13982,2101,NULL,2,2151,1,'Fort Hateno Cave','',96.60271875,-78.39373828125,0,0,1,'2023-05-06 00:00:00'), + (13983,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.72473437500003,-58.42722351562501,0,0,1,'2023-05-06 00:00:00'), + (13984,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.80541796875,-57.323441015625,0,0,1,'2023-05-06 00:00:00'), + (13985,2101,NULL,2,2151,1,'Foothill Monster Den','',96.97635937499999,-40.78008984375,0,0,1,'2023-05-06 00:00:00'), + (13986,2101,NULL,2,2125,1,'Kurakat Shrine','',97.9832578125,-64.579107421875,0,0,1,'2023-05-06 00:00:00'), + (13987,2101,NULL,2,2125,1,'Sitsum Shrine','',98.075015625,-28.1677265625,0,0,1,'2023-05-06 00:00:00'), + (13988,2101,NULL,2,2151,1,'Lake Darman Monster Den','',98.12511328125,-22.83160546875,0,0,1,'2023-05-06 00:00:00'), + (13989,2101,NULL,2,2125,1,'Sibajitak Shrine','',98.440640625,-20.21405859375,0,0,1,'2023-05-06 00:00:00'), + (13990,2101,NULL,2,2123,1,'Rabella Wetlands Skyview Tower','',98.671875,-90.87762890625,0,0,1,'2023-05-06 00:00:00'), + (13991,2101,NULL,2,2151,1,'Atun Valley Cave','',99.0703125,-96.01171875,0,0,1,'2023-05-06 00:00:00'), + (13992,2101,NULL,2,2151,1,'Lake Intenoch Cave','',99.4381171875,-37.58223046875,0,0,1,'2023-05-06 00:00:00'), + (13993,2101,NULL,2,2151,1,'Robred Dropoff Cave','',99.5272265625,-75.90992578125,0,0,1,'2023-05-06 00:00:00'), + (13994,2101,NULL,2,2151,1,'Oakle\'s Navel Cave','',99.65746875,-83.27954296875001,0,0,1,'2023-05-06 00:00:00'), + (13995,2101,NULL,2,2152,1,'Meda Mountain Chasm','',99.7700859375,-86.49258984375,0,0,1,'2023-05-06 00:00:00'), + (13996,2101,NULL,2,2152,1,'Death Mountain Chasm','',100.013671875,-28.095703125,0,0,1,'2023-05-06 00:00:00'), + (13997,2101,NULL,2,2125,1,'Kisinona Shrine','',100.40446875,-43.9929140625,0,0,1,'2023-05-06 00:00:00'), + (13998,2101,NULL,2,2151,1,'Upland Zorana Mountainside Cave','',100.42998046875,-52.523562890625,0,0,1,'2023-05-06 00:00:00'), + (13999,2101,NULL,2,2151,1,'Cephla Lake Cave','',100.70680078125002,-43.002562499999996,0,0,1,'2023-05-06 00:00:00'), + (14000,2101,NULL,2,2151,1,'Tabahl Woods Cave','',100.84601953125,-55.932446484375,0,0,1,'2023-05-06 00:00:00'), + (14001,2101,NULL,2,2150,1,'Foothill Stable Well','',100.991390625,-44.89383984375,0,0,1,'2023-05-06 00:00:00'), + (14002,2101,NULL,2,2151,1,'Upland Zorana Mountainside Cave','',101.174625,-52.427860546875,0,0,1,'2023-05-06 00:00:00'), + (14003,2101,NULL,2,2138,1,'Foothill Stable','',101.23039453125001,-45.1795546875,0,0,1,'2023-05-06 00:00:00'), + (14004,2101,NULL,2,2151,1,'Tabahl Woods Cave','',101.65998046875,-55.22544609375,0,0,1,'2023-05-06 00:00:00'), + (14005,2101,NULL,2,2151,1,'Tabahl Woods Cave','',101.714578125,-56.042628515625,0,0,1,'2023-05-06 00:00:00'), + (14006,2101,NULL,2,2151,1,'Lanayru Road South Cave','',101.9328984375,-73.9997109375,0,0,1,'2023-05-06 00:00:00'), + (14007,2101,NULL,2,2151,1,'Upland Zorana Byroad','',101.9566640625,-52.9709109375,0,0,1,'2023-05-06 00:00:00'), + (14008,2101,NULL,2,2150,1,'Tabahl Woods Well','',102.49672265625,-56.5368328125,0,0,1,'2023-05-06 00:00:00'), + (14009,2101,NULL,2,2151,1,'Death Mountain East Tunnel','',102.747796875,-26.03689453125,0,0,1,'2023-05-06 00:00:00'), + (14010,2101,NULL,2,2125,1,'Sifumim Shrine','',103.42768359375,-96.918140625,0,0,1,'2023-05-06 00:00:00'), + (14011,2101,NULL,2,2151,1,'Upland Zorana Summit Cave','',103.718390625,-52.99238671875,0,0,1,'2023-05-06 00:00:00'), + (14012,2101,NULL,2,2151,1,'Upland Zorana Byroad','',103.8706875,-54.535201171875,0,0,1,'2023-05-06 00:00:00'), + (14013,2101,NULL,2,2125,1,'Kimayat Shrine','',103.8754921875,-15.95840625,0,0,1,'2023-05-06 00:00:00'), + (14014,2101,NULL,2,2123,1,'Upland Zorana Skyview Tower','',103.8991640625,-51.782912109375,0,0,1,'2023-05-06 00:00:00'), + (14015,2101,NULL,2,2151,1,'Oren Bridge Cave','',104.40957421875,-59.36636625,0,0,1,'2023-05-06 00:00:00'), + (14016,2101,NULL,2,2151,1,'Ralis Channel','',104.43896484375,-56.59988203125,0,0,1,'2023-05-06 00:00:00'), + (14017,2101,NULL,2,2150,1,'Lurelin Village Well','',104.7725390625,-98.18484375000001,0,0,1,'2023-05-06 00:00:00'), + (14018,2101,NULL,2,2151,1,'Ralis Channel','',104.9863125,-55.618533984375,0,0,1,'2023-05-06 00:00:00'), + (14019,2101,NULL,2,2125,1,'Momosik Shrine','',105.0000703125,-26.27213671875,0,0,1,'2023-05-06 00:00:00'), + (14020,2101,NULL,2,2150,1,'Shadow Hamlet Ruins Well','',106.1394609375,-31.51266796875,0,0,1,'2023-05-06 00:00:00'), + (14021,2101,NULL,2,2125,1,'Mayachideg Shrine','',106.18360546875,-37.21852734375,0,0,1,'2023-05-06 00:00:00'), + (14022,2101,NULL,2,2151,1,'Lanayru Road East Cave','',106.3305,-71.92716796875,0,0,1,'2023-05-06 00:00:00'), + (14023,2101,NULL,2,2151,1,'Luto\'s Channel','',106.57144921875,-59.19501539062499,0,0,1,'2023-05-06 00:00:00'), + (14024,2101,NULL,2,2138,1,'South Akkala Stable','',107.12902734375,-38.886457031249996,0,0,1,'2023-05-06 00:00:00'), + (14025,2101,NULL,2,2151,1,'Upland Zorana Foothill Cave','',107.196,-50.7702,0,0,1,'2023-05-06 00:00:00'), + (14026,2101,NULL,2,2150,1,'South Akkala Stable Well','',107.75390625,-38.490234375,0,0,1,'2023-05-06 00:00:00'), + (14027,2101,NULL,2,2151,1,'Mount Dunsel Cave','',108.09666796875,-93.95827734375,0,0,1,'2023-05-06 00:00:00'), + (14028,2101,NULL,2,2151,1,'Akkala Citadel Ruins Cave','',108.324796875,-41.52159375,0,0,1,'2023-05-06 00:00:00'), + (14029,2101,NULL,2,2152,1,'Skull Lake Chasm','',108.36112499999999,-18.259183593750002,0,0,1,'2023-05-06 00:00:00'), + (14030,2101,NULL,2,2151,1,'Chasm Under Zora\'s Domain','',108.6509765625,-53.4189,0,0,1,'2023-05-06 00:00:00'), + (14031,2101,NULL,2,2151,1,'Mount Dunsel Cave','',108.88304296874998,-97.22412890624999,0,0,1,'2023-05-06 00:00:00'), + (14032,2101,NULL,2,2151,1,'Akkala Citadel Ruins Summit Cave','',108.896484375,-41.109375,0,0,1,'2023-05-06 00:00:00'), + (14033,2101,NULL,2,2152,1,'South Akkala Plains Chasm','',108.947578125,-43.51538671875,0,0,1,'2023-05-06 00:00:00'), + (14034,2101,NULL,2,2125,1,'Mogawak Shrine','',108.98377734375,-53.627462109375,0,0,1,'2023-05-06 00:00:00'), + (14035,2101,NULL,2,2150,1,'Zelda\'s Secret Well','',109.00169531249998,-85.55755078125,0,0,1,'2023-05-06 00:00:00'), + (14036,2101,NULL,2,2125,1,'Domizuin Shrine','',109.041515625,-41.6838046875,0,0,1,'2023-05-06 00:00:00'), + (14037,2101,NULL,2,2151,1,'Skull Lake Cave','',109.236328125,-18.46875,0,0,1,'2023-05-06 00:00:00'), + (14038,2101,NULL,2,2150,1,'Hateno Village West Well','',109.649484375,-82.62273046875,0,0,1,'2023-05-06 00:00:00'), + (14039,2101,NULL,2,2150,1,'Hateno Village South Well','',109.97478515625,-84.51244921874999,0,0,1,'2023-05-06 00:00:00'), + (14040,2101,NULL,2,2150,1,'Hateno Village North Well','',110.41265625000003,-82.37729296875,0,0,1,'2023-05-06 00:00:00'), + (14041,2101,NULL,2,2125,1,'Kamatukis Shrine','',110.52031640624998,-19.25722265625,0,0,1,'2023-05-06 00:00:00'), + (14042,2101,NULL,2,2125,1,'Zanmik Shrine','',110.97121875,-84.14973046875,0,0,1,'2023-05-06 00:00:00'), + (14043,2101,NULL,2,2151,1,'Lanayru Road East Cave','',111.05217187500001,-69.94209609375,0,0,1,'2023-05-06 00:00:00'), + (14044,2101,NULL,2,2123,1,'Ulri Mountain Skyview Tower','',111.31640625,-34.8515625,0,0,1,'2023-05-06 00:00:00'), + (14045,2101,NULL,2,2150,1,'Hateno Village East Well','',111.49778906249998,-83.8177734375,0,0,1,'2023-05-06 00:00:00'), + (14046,2101,NULL,2,2125,1,'Zakusu Shrine','',111.63542578125,-75.96430078125,0,0,1,'2023-05-06 00:00:00'), + (14047,2101,NULL,2,2152,1,'Naydra Snowfield Chasm','',112.55377734375,-74.34352734375,0,0,1,'2023-05-06 00:00:00'), + (14048,2101,NULL,2,2151,1,'Cape Cales Cliffbase Cave','',113.09063671875,-96.22048828125001,0,0,1,'2023-05-06 00:00:00'), + (14049,2101,NULL,2,2151,1,'Ploymus Mountain Cave','',113.213625,-52.28218945312499,0,0,1,'2023-05-06 00:00:00'), + (14050,2101,NULL,2,2151,1,'Construction Site Cave','',113.42253515625,-40.567359375,0,0,1,'2023-05-06 00:00:00'), + (14051,2101,NULL,2,2150,1,'Construction Site Well','',113.90428125,-39.989578125,0,0,1,'2023-05-06 00:00:00'), + (14052,2101,NULL,2,2151,1,'Construction Site Cave','',114.08715234375,-40.61619140625,0,0,1,'2023-05-06 00:00:00'), + (14053,2101,NULL,2,2151,1,'Retsam Forest Cave','',114.24462890625,-82.341890625,0,0,1,'2023-05-06 00:00:00'), + (14054,2101,NULL,2,2151,1,'Retsam Forest Cave','',114.34509375,-82.8117890625,0,0,1,'2023-05-06 00:00:00'), + (14055,2101,NULL,2,2125,1,'Ihen-a Shrine','',114.68223046875,-51.82289648437501,0,0,1,'2023-05-06 00:00:00'), + (14056,2101,NULL,2,2151,1,'Reservoir Lakefront Cavern','',114.9560390625,-53.676577734375,0,0,1,'2023-05-06 00:00:00'), + (14057,2101,NULL,2,2125,1,'Jochi-ihiga Shrine','',114.96699609375,-44.30726953124999,0,0,1,'2023-05-06 00:00:00'), + (14058,2101,NULL,2,2125,1,'Sinatanika Shrine','',115.33562109375,-31.637203125,0,0,1,'2023-05-06 00:00:00'), + (14059,2101,NULL,2,2123,1,'Mount Lanayru Skyview Tower','',115.40200781249997,-74.00286328125,0,0,1,'2023-05-06 00:00:00'), + (14060,2101,NULL,2,2125,1,'Apogek Shrine','',115.85966015624999,-61.134045703125,0,0,1,'2023-05-06 00:00:00'), + (14061,2101,NULL,2,2151,1,'Tarrey Town Tunnel','',116.31945703125,-40.12004296875,0,0,1,'2023-05-06 00:00:00'), + (14062,2101,NULL,2,2151,1,'Walnot Mountain Cave','',116.40908203125,-82.83987890625001,0,0,1,'2023-05-06 00:00:00'), + (14063,2101,NULL,2,2152,1,'East Akkala Plains Chasm','',117.53382421875,-33.036515625,0,0,1,'2023-05-06 00:00:00'), + (14064,2101,NULL,2,2151,1,'Ulria Grotto South Cave','',118.61987109375,-50.83248046875,0,0,1,'2023-05-06 00:00:00'), + (14065,2101,NULL,2,2125,1,'Rasitakiwak Shrine','',119.1409921875,-43.09287890625,0,0,1,'2023-05-06 00:00:00'), + (14066,2101,NULL,2,2151,1,'Deepback Bay Cave','',119.6892890625,-85.1083125,0,0,1,'2023-05-06 00:00:00'), + (14067,2101,NULL,2,2151,1,'Walnot Mountain Cave','',119.8305,-78.97212890625,0,0,1,'2023-05-06 00:00:00'), + (14068,2101,NULL,2,2138,1,'East Akkala Stable','',119.84241796875,-26.0844140625,0,0,1,'2023-05-06 00:00:00'), + (14069,2101,NULL,2,2150,1,'East Akkala Stable Well','',119.916421875,-26.014804687499996,0,0,1,'2023-05-06 00:00:00'), + (14070,2101,NULL,2,2151,1,'Horon Lagoon Cave','',120.0464765625,-61.589830078125,0,0,1,'2023-05-06 00:00:00'), + (14071,2101,NULL,2,2125,1,'Jikais Shrine','',120.3154453125,-78.20437500000001,0,0,1,'2023-05-06 00:00:00'), + (14072,2101,NULL,2,2151,1,'Ulria Grotto East Cave','',120.3866015625,-49.51973203125,0,0,1,'2023-05-06 00:00:00'), + (14073,2101,NULL,2,2125,1,'Jochi-iu Shrine','',121.24941796875,-24.888386718750002,0,0,1,'2023-05-06 00:00:00'), + (14074,2101,NULL,2,2151,1,'Tarm Point Cave','',122.7310546875,-68.2846546875,0,0,1,'2023-05-06 00:00:00'), + (14075,2101,NULL,2,2125,1,'Gatanisis Shrine','',123.0213515625,-48.909310546875,0,0,1,'2023-05-06 00:00:00'), + (14076,2101,NULL,2,2151,1,'Ulria Grotto East Cave','',123.10546875,-50.33013632812501,0,0,1,'2023-05-06 00:00:00'), + (14077,2101,NULL,2,2152,1,'Eventide Island Chasm','',123.1303359375,-99.13236328125,0,0,1,'2023-05-06 00:00:00'), + (14078,2101,NULL,2,2125,1,'Gemimik Shrine','',123.19578515625,-33.80030859375,0,0,1,'2023-05-06 00:00:00'), + (14079,2101,NULL,2,2151,1,'Mapla Point Cave','',124.046859375,-84.91737890625,0,0,1,'2023-05-06 00:00:00'), + (14080,2101,NULL,2,2151,1,'North Akkala Beach Cave','',124.75198828125,-21.013664062500002,0,0,1,'2023-05-06 00:00:00'), + (14081,2101,NULL,2,2151,1,'North Akkala Beach Cave','',124.8125390625,-16.583109375,0,0,1,'2023-05-06 00:00:00'), + (14082,2101,NULL,2,2125,1,'Igashuk Shrine','',124.8631640625,-15.072234375000003,0,0,1,'2023-05-06 00:00:00'), + (14083,2101,NULL,2,2152,1,'Lomei Labyrinth Chasm','',124.86328125,-15.264046875000004,0,0,1,'2023-05-06 00:00:00'), + (14084,2101,NULL,2,2125,1,'Rasiwak Shrine','',124.970203125,-20.352914062500002,0,0,1,'2023-05-06 00:00:00'), + (14085,2101,NULL,2,2152,1,'Tingel Island Chasm','',125.4818203125,-43.26711328125,0,0,1,'2023-05-06 00:00:00'), + (14086,2101,NULL,2,2151,1,'Eventide Island Cave','',126.00738281250003,-102.90827343749999,0,0,1,'2023-05-06 00:00:00'), + (14087,2101,NULL,2,2153,1,'Thunder Gleeok','',82.72265625,-100.9453125,0,0,1,'2023-05-06 00:00:00'), + (14088,2101,NULL,2,2153,1,'Thunder Gleeok','',56.83423828124999,-73.3941328125,0,0,1,'2023-05-06 00:00:00'), + (14089,2101,NULL,2,2153,1,'Thunder Gleeok','',110.423484375,-43.377515625,0,0,1,'2023-05-06 00:00:00'), + (14090,2101,NULL,2,2153,1,'Flame Gleeok','',45.533203125,-89.52868359375,0,0,1,'2023-05-06 00:00:00'), + (14091,2101,NULL,2,2153,1,'Flame Gleeok','',27.835265625,-53.669015625,0,0,1,'2023-05-06 00:00:00'), + (14092,2101,NULL,2,2153,1,'Flame Gleeok','',69.7562574609375,-87.78628125,0,0,1,'2023-05-06 00:00:00'), + (14093,2101,NULL,2,2153,1,'Flame Gleeok','',96.544921875,-50.466796875,0,0,1,'2023-05-06 00:00:00'), + (14094,2101,NULL,2,2153,1,'Frost Gleeok','',26.44585546875,-23.536464843750004,0,0,1,'2023-05-06 00:00:00'), + (14095,2101,NULL,2,2153,1,'Frost Gleeok','',48.8144296875,-23.331281250000004,0,0,1,'2023-05-06 00:00:00'), + (14096,2101,NULL,2,2153,1,'Frost Gleeok','',23.158957031250004,-69.791015625,0,0,1,'2023-05-06 00:00:00'), + (14097,2101,NULL,2,2141,1,'Igneo Talus','',96.26954296875,-37.73438671875,0,0,1,'2023-05-06 00:00:00'), + (14098,2101,NULL,2,2141,1,'Igneo Talus','',85.44140625,-38.47265625,0,0,1,'2023-05-06 00:00:00'), + (14099,2101,NULL,2,2141,1,'Igneo Talus','',93.08872265625,-21.1615546875,0,0,1,'2023-05-06 00:00:00'), + (14100,2101,NULL,2,2141,1,'Igneo Talus','',99.36467578125,-15.97123828125,0,0,1,'2023-05-06 00:00:00'), + (14101,2101,NULL,2,2141,1,'Igneo Talus','',93.919921875,-30.498046875,0,0,1,'2023-05-06 00:00:00'), + (14102,2101,NULL,2,2141,1,'Battle Talus','',53.34932812500001,-46.56847265625,0,0,1,'2023-05-06 00:00:00'), + (14103,2101,NULL,2,2141,1,'Battle Talus','',105.1584375,-41.15074218749999,0,0,1,'2023-05-06 00:00:00'), + (14104,2101,NULL,2,2141,1,'Battle Talus','',72.68104453125,-52.373450390625,0,0,1,'2023-05-06 00:00:00'), + (14105,2101,NULL,2,2141,1,'Battle Talus','',108.71330859375,-98.532515625,0,0,1,'2023-05-06 00:00:00'), + (14106,2101,NULL,2,2141,1,'Battle Talus','',119.3066015625,-32.490046875,0,0,1,'2023-05-06 00:00:00'), + (14107,2101,NULL,2,2141,1,'Battle Talus','',33.87952734375,-43.50685546875,0,0,1,'2023-05-06 00:00:00'), + (14108,2101,NULL,2,2141,1,'Battle Talus','',61.28992382812501,-49.084252734375,0,0,1,'2023-05-06 00:00:00'), + (14109,2101,NULL,2,2141,1,'Battle Talus','',57.5199609375,-78.039328125,0,0,1,'2023-05-06 00:00:00'), + (14110,2101,NULL,2,2141,1,'Battle Talus','',18.828562499999997,-35.912824218749996,0,0,1,'2023-05-06 00:00:00'), + (14111,2101,NULL,2,2141,1,'Battle Talus','',79.33331015625001,-72.9255234375,0,0,1,'2023-05-06 00:00:00'), + (14112,2101,NULL,2,2141,1,'Battle Talus','',54.3334453125,-67.842910546875,0,0,1,'2023-05-06 00:00:00'), + (14113,2101,NULL,2,2141,1,'Battle Talus','',116.61762890625,-44.6615390625,0,0,1,'2023-05-06 00:00:00'), + (14114,2101,NULL,2,2141,1,'Battle Talus','',69.03828867187501,-67.992421875,0,0,1,'2023-05-06 00:00:00'), + (14115,2101,NULL,2,2141,1,'Battle Talus','',77.19593789062499,-81.25986328125,0,0,1,'2023-05-06 00:00:00'), + (14116,2101,NULL,2,2141,1,'Battle Talus','',23.58530859375,-78.55203515625,0,0,1,'2023-05-06 00:00:00'), + (14117,2101,NULL,2,2141,1,'Battle Talus','',85.0343203125,-72.245015625,0,0,1,'2023-05-06 00:00:00'), + (14118,2101,NULL,2,2141,1,'Battle Talus','',78.25149375,-52.6645640625,0,0,1,'2023-05-06 00:00:00'), + (14119,2101,NULL,2,2141,1,'Battle Talus','',40.43000390625,-59.896730859375,0,0,1,'2023-05-06 00:00:00'), + (14120,2101,NULL,2,2141,1,'Frost Talus','',18.368765624999998,-18.902542968749998,0,0,1,'2023-05-06 00:00:00'), + (14121,2101,NULL,2,2141,1,'Frost Talus','',37.11699609375,-74.13861328125,0,0,1,'2023-05-06 00:00:00'), + (14122,2101,NULL,2,2141,1,'Frost Talus','',117.8565,-70.97034375,0,0,1,'2023-05-06 00:00:00'), + (14123,2101,NULL,2,2141,1,'Frost Talus','',17.5802109375,-29.8782890625,0,0,1,'2023-05-06 00:00:00'), + (14124,2101,NULL,2,2141,1,'Frost Talus','',19.6737890625,-72.69699609375,0,0,1,'2023-05-06 00:00:00'), + (14125,2101,NULL,2,2141,1,'Frost Talus','',38.84408203125,-19.301660156249998,0,0,1,'2023-05-06 00:00:00'), + (14126,2101,NULL,2,2141,1,'Stone Talus','',30.62671875,-45.984046875,0,0,1,'2023-05-06 00:00:00'), + (14127,2101,NULL,2,2141,1,'Stone Talus','',117.9226171875,-23.755570312499998,0,0,1,'2023-05-06 00:00:00'), + (14128,2101,NULL,2,2141,1,'Stone Talus','',31.66659375,-50.98287421875,0,0,1,'2023-05-06 00:00:00'), + (14129,2101,NULL,2,2141,1,'Stone Talus','',71.45537671875,-30.82027734375,0,0,1,'2023-05-06 00:00:00'), + (14130,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',99.41175,-47.952730078125,0,0,1,'2023-05-06 00:00:00'), + (14131,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',105.80523046875,-79.433390625,0,0,1,'2023-05-06 00:00:00'), + (14132,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',119.423296875,-52.52573203125,0,0,1,'2023-05-06 00:00:00'), + (14133,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',102.07405078125,-19.88576953125,0,0,1,'2023-05-06 00:00:00'), + (14134,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',78.555005859375,-15.3225,0,0,1,'2023-05-06 00:00:00'), + (14135,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',107.759109375,-93.25892578124999,0,0,1,'2023-05-06 00:00:00'), + (14136,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',36.80109375,-64.70259375,0,0,1,'2023-05-06 00:00:00'), + (14137,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',44.28563671875,-65.44629140625,0,0,1,'2023-05-06 00:00:00'), + (14138,2101,NULL,2,2141,1,'Stone Talus (Rare)','',65.6940328125,-23.95564453125,0,0,1,'2023-05-06 00:00:00'), + (14139,2101,NULL,2,2141,1,'Stone Talus (Rare)','',125.13140625000003,-23.45764453125,0,0,1,'2023-05-06 00:00:00'), + (14140,2101,NULL,2,2141,1,'Stone Talus (Rare)','',43.28675390625,-87.34278515625,0,0,1,'2023-05-06 00:00:00'), + (14141,2101,NULL,2,2141,1,'Stone Talus (Rare)','',29.40015234375,-56.58940078125,0,0,1,'2023-05-06 00:00:00'), + (14142,2101,NULL,2,2141,1,'Stone Talus (Rare)','',76.45642500000001,-102.075046875,0,0,1,'2023-05-06 00:00:00'), + (14143,2101,NULL,2,2141,1,'Stone Talus (Rare)','',82.2505078125,-98.23974609375,0,0,1,'2023-05-06 00:00:00'), + (14144,2101,NULL,2,2141,1,'Stone Talus (Rare)','',91.7061328125,-99.55469531249999,0,0,1,'2023-05-06 00:00:00'), + (14145,2101,NULL,2,2140,1,'Lynel','',52.1064609375,-56.97106875,0,0,1,'2023-05-06 00:00:00'), + (14146,2101,NULL,2,2140,1,'Lynel','',44.88575390625,-40.40912109375,0,0,1,'2023-05-06 00:00:00'), + (14147,2101,NULL,2,2140,1,'Lynel','',113.44555078125,-23.917921875,0,0,1,'2023-05-06 00:00:00'), + (14148,2101,NULL,2,2140,1,'Lynel','',37.50796875,-37.03641796875,0,0,1,'2023-05-06 00:00:00'), + (14149,2101,NULL,2,2140,1,'Lynel','',30.7265625,-58.2421875,0,0,1,'2023-05-06 00:00:00'), + (14150,2101,NULL,2,2140,1,'Blue-Maned Lynel','',71.4611971875,-98.05061718750001,0,0,1,'2023-05-06 00:00:00'), + (14151,2101,NULL,2,2140,1,'Blue-Maned Lynel','',93.7055625,-62.186262890625,0,0,1,'2023-05-06 00:00:00'), + (14152,2101,NULL,2,2140,1,'Blue-Maned Lynel','',99.623296875,-64.673002734375,0,0,1,'2023-05-06 00:00:00'), + (14153,2101,NULL,2,2140,1,'Blue-Maned Lynel','',63.397661718749994,-103.52438671875,0,0,1,'2023-05-06 00:00:00'), + (14154,2101,NULL,2,2140,1,'Blue-Maned Lynel','',17.161675781249997,-27.14684765625,0,0,1,'2023-05-06 00:00:00'), + (14155,2101,NULL,2,2140,1,'Blue-Maned Lynel','',101.49657421875001,-69.685184765625,0,0,1,'2023-05-06 00:00:00'), + (14156,2101,NULL,2,2140,1,'Blue-Maned Lynel','',53.16773437499999,-90.3300234375,0,0,1,'2023-05-06 00:00:00'), + (14157,2101,NULL,2,2140,1,'White-Maned Lynel','',115.7487421875,-47.45207578125,0,0,1,'2023-05-06 00:00:00'), + (14158,2101,NULL,2,2140,1,'White-Maned Lynel','',87.474140625,-94.177640625,0,0,1,'2023-05-06 00:00:00'), + (14159,2101,NULL,2,2140,1,'White-Maned Lynel','',18.21946875,-70.182401953125,0,0,1,'2023-05-06 00:00:00'), + (14160,2101,NULL,2,2147,1,'Molduga','',23.09765625,-88.935,0,0,1,'2023-05-06 00:00:00'), + (14161,2101,NULL,2,2147,1,'Molduga','',31.368726562499994,-97.45189453125,0,0,1,'2023-05-06 00:00:00'), + (14162,2101,NULL,2,2147,1,'Molduga','',42.17574609375,-96.89111718749999,0,0,1,'2023-05-06 00:00:00'), + (14163,2101,NULL,2,2147,1,'Molduga','',14.09619140625,-91.41118359375,0,0,1,'2023-05-06 00:00:00'), + (14164,2101,NULL,2,2139,1,'Electric Wizzrobe','',113.35660546875,-53.03029921875,0,0,1,'2023-05-06 00:00:00'), + (14165,2101,NULL,2,2139,1,'Electric Wizzrobe','',73.63107421875,-85.7142421875,0,0,1,'2023-05-06 00:00:00'), + (14166,2101,NULL,2,2139,1,'Electric Wizzrobe','',117.2081015625,-85.603125,0,0,1,'2023-05-06 00:00:00'), + (14167,2101,NULL,2,2139,1,'Electric Wizzrobe','',50.254171875,-68.478253125,0,0,1,'2023-05-06 00:00:00'), + (14168,2101,NULL,2,2139,1,'Electric Wizzrobe','',57.51612890625,-67.566558984375,0,0,1,'2023-05-06 00:00:00'), + (14169,2101,NULL,2,2139,1,'Electric Wizzrobe','',45.8803828125,-62.0712609375,0,0,1,'2023-05-06 00:00:00'), + (14170,2101,NULL,2,2139,1,'Electric Wizzrobe','',39.81500390625,-41.164171875,0,0,1,'2023-05-06 00:00:00'), + (14171,2101,NULL,2,2139,1,'Electric Wizzrobe','',84.4595390625,-68.62109765625,0,0,1,'2023-05-06 00:00:00'), + (14172,2101,NULL,2,2139,1,'Electric Wizzrobe','',102.63952734375,-51.687403125,0,0,1,'2023-05-06 00:00:00'), + (14173,2101,NULL,2,2139,1,'Electric Wizzrobe','',101.0966484375,-51.832105078125,0,0,1,'2023-05-06 00:00:00'), + (14174,2101,NULL,2,2139,1,'Electric Wizzrobe','',86.70880078125,-62.200850390625,0,0,1,'2023-05-06 00:00:00'), + (14175,2101,NULL,2,2139,1,'Electric Wizzrobe','',79.82926992187501,-30.84825,0,0,1,'2023-05-06 00:00:00'), + (14176,2101,NULL,2,2139,1,'Electric Wizzrobe','',52.0563984375,-52.394300390625,0,0,1,'2023-05-06 00:00:00'), + (14177,2101,NULL,2,2139,1,'Electric Wizzrobe','',26.36126953125,-42.939046875,0,0,1,'2023-05-06 00:00:00'), + (14178,2101,NULL,2,2139,1,'Electric Wizzrobe','',49.41270703124999,-35.82481640625,0,0,1,'2023-05-06 00:00:00'), + (14179,2101,NULL,2,2139,1,'Electric Wizzrobe','',21.79341796875,-53.784675,0,0,1,'2023-05-06 00:00:00'), + (14180,2101,NULL,2,2139,1,'Electric Wizzrobe','',80.52919453125,-98.56095703125,0,0,1,'2023-05-06 00:00:00'), + (14181,2101,NULL,2,2139,1,'Electric Wizzrobe','',77.197308984375,-41.35557421875,0,0,1,'2023-05-06 00:00:00'), + (14182,2101,NULL,2,2139,1,'Electric Wizzrobe','',67.36712109375,-32.83154296875,0,0,1,'2023-05-06 00:00:00'), + (14183,2101,NULL,2,2139,1,'Thunder Wizzrobe','',93.17607421875,-94.13675390625001,0,0,1,'2023-05-06 00:00:00'), + (14184,2101,NULL,2,2139,1,'Thunder Wizzrobe','',53.94296484375,-76.8194296875,0,0,1,'2023-05-06 00:00:00'), + (14185,2101,NULL,2,2139,1,'Thunder Wizzrobe','',64.57141171875,-46.37098828125,0,0,1,'2023-05-06 00:00:00'), + (14186,2101,NULL,2,2139,1,'Thunder Wizzrobe','',70.191827109375,-45.70632421875,0,0,1,'2023-05-06 00:00:00'), + (14187,2101,NULL,2,2139,1,'Thunder Wizzrobe','',69.78974742187499,-48.933335156249996,0,0,1,'2023-05-06 00:00:00'), + (14188,2101,NULL,2,2139,1,'Thunder Wizzrobe','',123.94880859375,-64.39845234375,0,0,1,'2023-05-06 00:00:00'), + (14189,2101,NULL,2,2139,1,'Thunder Wizzrobe','',121.47830859375001,-59.9559,0,0,1,'2023-05-06 00:00:00'), + (14190,2101,NULL,2,2139,1,'Thunder Wizzrobe','',59.321801953125,-83.26001953125,0,0,1,'2023-05-06 00:00:00'), + (14191,2101,NULL,2,2139,1,'Thunder Wizzrobe','',79.950962109375,-90.604921875,0,0,1,'2023-05-06 00:00:00'), + (14192,2101,NULL,2,2139,1,'Thunder Wizzrobe','',86.715984375,-99.63243750000001,0,0,1,'2023-05-06 00:00:00'), + (14193,2101,NULL,2,2139,1,'Thunder Wizzrobe','',81.845569921875,-95.513671875,0,0,1,'2023-05-06 00:00:00'), + (14194,2101,NULL,2,2139,1,'Thunder Wizzrobe','',97.4803359375,-88.67691796875,0,0,1,'2023-05-06 00:00:00'), + (14195,2101,NULL,2,2139,1,'Fire Wizzrobe','',106.39939453125002,-64.932322265625,0,0,1,'2023-05-06 00:00:00'), + (14196,2101,NULL,2,2139,1,'Fire Wizzrobe','',91.9611328125,-82.78884375,0,0,1,'2023-05-06 00:00:00'), + (14197,2101,NULL,2,2139,1,'Fire Wizzrobe','',90.52508203125,-47.30825625,0,0,1,'2023-05-06 00:00:00'), + (14198,2101,NULL,2,2139,1,'Fire Wizzrobe','',121.89514453125003,-37.27734375,0,0,1,'2023-05-06 00:00:00'), + (14199,2101,NULL,2,2139,1,'Fire Wizzrobe','',91.10403515625,-37.588125,0,0,1,'2023-05-06 00:00:00'), + (14200,2101,NULL,2,2139,1,'Fire Wizzrobe','',68.59706601562499,-22.432992187500002,0,0,1,'2023-05-06 00:00:00'), + (14201,2101,NULL,2,2139,1,'Fire Wizzrobe','',75.25413984375,-50.584028906250005,0,0,1,'2023-05-06 00:00:00'), + (14202,2101,NULL,2,2139,1,'Fire Wizzrobe','',81.779061328125,-48.46168359375,0,0,1,'2023-05-06 00:00:00'), + (14203,2101,NULL,2,2139,1,'Fire Wizzrobe','',95.75690625,-47.9780296875,0,0,1,'2023-05-06 00:00:00'), + (14204,2101,NULL,2,2139,1,'Fire Wizzrobe','',82.214296875,-26.130738281249997,0,0,1,'2023-05-06 00:00:00'), + (14205,2101,NULL,2,2139,1,'Fire Wizzrobe','',79.457649609375,-21.27781640625,0,0,1,'2023-05-06 00:00:00'), + (14206,2101,NULL,2,2139,1,'Fire Wizzrobe','',102.09375,-77.21408203124999,0,0,1,'2023-05-06 00:00:00'), + (14207,2101,NULL,2,2139,1,'Fire Wizzrobe','',97.30182421875,-34.508625,0,0,1,'2023-05-06 00:00:00'), + (14208,2101,NULL,2,2139,1,'Fire Wizzrobe','',93.22180078125,-37.44296484375,0,0,1,'2023-05-06 00:00:00'), + (14209,2101,NULL,2,2139,1,'Fire Wizzrobe','',69.6340545703125,-76.85937890624999,0,0,1,'2023-05-06 00:00:00'), + (14210,2101,NULL,2,2139,1,'Fire Wizzrobe','',104.62238671875,-38.586046875,0,0,1,'2023-05-06 00:00:00'), + (14211,2101,NULL,2,2139,1,'Fire Wizzrobe','',111.06847265625,-16.0874296875,0,0,1,'2023-05-06 00:00:00'), + (14212,2101,NULL,2,2139,1,'Meteo Wizzrobe','',49.815796875,-96.13105078125001,0,0,1,'2023-05-06 00:00:00'), + (14213,2101,NULL,2,2139,1,'Meteo Wizzrobe','',28.2926484375,-82.76844140625,0,0,1,'2023-05-06 00:00:00'), + (14214,2101,NULL,2,2139,1,'Meteo Wizzrobe','',36.167789062500006,-83.54991796875,0,0,1,'2023-05-06 00:00:00'), + (14215,2101,NULL,2,2139,1,'Meteo Wizzrobe','',30.83330859375,-67.14353203125,0,0,1,'2023-05-06 00:00:00'), + (14216,2101,NULL,2,2139,1,'Meteo Wizzrobe','',114.85546875,-45.43359375,0,0,1,'2023-05-06 00:00:00'), + (14217,2101,NULL,2,2139,1,'Meteo Wizzrobe','',124.96232812500001,-46.57552734375,0,0,1,'2023-05-06 00:00:00'), + (14218,2101,NULL,2,2139,1,'Meteo Wizzrobe','',26.31823828125,-60.326353125,0,0,1,'2023-05-06 00:00:00'), + (14219,2101,NULL,2,2139,1,'Meteo Wizzrobe','',29.12675390625,-82.05380859375,0,0,1,'2023-05-06 00:00:00'), + (14220,2101,NULL,2,2139,1,'Ice Wizzrobe','',53.39675390625,-28.41856640625,0,0,1,'2023-05-06 00:00:00'), + (14221,2101,NULL,2,2139,1,'Ice Wizzrobe','',16.551562499999996,-23.67237890625,0,0,1,'2023-05-06 00:00:00'), + (14222,2101,NULL,2,2139,1,'Ice Wizzrobe','',31.77085546875,-26.28406640625,0,0,1,'2023-05-06 00:00:00'), + (14223,2101,NULL,2,2139,1,'Ice Wizzrobe','',50.17383984375,-30.51294140625,0,0,1,'2023-05-06 00:00:00'), + (14224,2101,NULL,2,2139,1,'Ice Wizzrobe','',27.6964921875,-34.035140625,0,0,1,'2023-05-06 00:00:00'), + (14225,2101,NULL,2,2139,1,'Ice Wizzrobe','',32.015625,-33.5859375,0,0,1,'2023-05-06 00:00:00'), + (14226,2101,NULL,2,2139,1,'Ice Wizzrobe','',93.44926171875,-59.696038125,0,0,1,'2023-05-06 00:00:00'), + (14227,2101,NULL,2,2139,1,'Ice Wizzrobe','',20.891261718749995,-37.1316328125,0,0,1,'2023-05-06 00:00:00'), + (14228,2101,NULL,2,2139,1,'Blizzrobe','',17.00834765625,-64.4342625,0,0,1,'2023-05-06 00:00:00'), + (14229,2101,NULL,2,2139,1,'Blizzrobe','',16.740152343750005,-72.64761328125,0,0,1,'2023-05-06 00:00:00'), + (14230,2101,NULL,2,2139,1,'Blizzrobe','',24.658640625,-71.3453203125,0,0,1,'2023-05-06 00:00:00'), + (14231,2101,NULL,2,2139,1,'Blizzrobe','',21.365285156250003,-64.985689453125,0,0,1,'2023-05-06 00:00:00'), + (14232,2101,NULL,2,2139,1,'Blizzrobe','',31.53664453125,-77.05634765625,0,0,1,'2023-05-06 00:00:00'), + (14233,2101,NULL,2,2139,1,'Blizzrobe','',35.09281640625,-72.0086015625,0,0,1,'2023-05-06 00:00:00'), + (14234,2101,NULL,2,2139,1,'Blizzrobe','',119.68126171875,-80.46359765625,0,0,1,'2023-05-06 00:00:00'), + (14235,2101,NULL,2,2146,1,'Yiga Clan Journal','',123.32709375,-21.49252734375,0,0,1,'2023-05-06 00:00:00'), + (14236,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_08','',123.1513359375,-21.529453124999996,0,0,1,'2023-05-06 00:00:00'), + (14237,2101,NULL,2,2146,1,'Yunobo\'s Diary','',89.06162109375,-25.48696875,0,0,1,'2023-05-06 00:00:00'), + (14238,2101,NULL,2,2146,1,'Kabetta\'s Diary','',89.51347265625,-30.710203125,0,0,1,'2023-05-06 00:00:00'), + (14239,2101,NULL,2,2146,1,'Misa\'s Recipe Book','',27.6521953125,-37.245972656250004,0,0,1,'2023-05-06 00:00:00'), + (14240,2101,NULL,2,2146,1,'Purah\'s Diary','',67.589497265625,-56.79297421875,0,0,1,'2023-05-06 00:00:00'), + (14241,2101,NULL,2,2146,1,'Notes on the Upheaval','',67.600887890625,-56.81337421875,0,0,1,'2023-05-06 00:00:00'), + (14242,2101,NULL,2,2146,1,'Purah Pad Manual','',67.39778671875,-56.84966484375,0,0,1,'2023-05-06 00:00:00'), + (14243,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',67.20379921874999,-57.313660546875,0,0,1,'2023-05-06 00:00:00'), + (14244,2101,NULL,2,2146,1,'Deciphered Slabs','',92.5951875,-68.088835546875,0,0,1,'2023-05-06 00:00:00'), + (14245,2101,NULL,2,2146,1,'Deciphered Slabs','',90.66936328125,-69.145248046875,0,0,1,'2023-05-06 00:00:00'), + (14246,2101,NULL,2,2146,1,'Deciphered Slabs','',91.45115625,-69.296412890625,0,0,1,'2023-05-06 00:00:00'), + (14247,2101,NULL,2,2146,1,'Journal of Various Worries','',91.19724609375,-70.081515234375,0,0,1,'2023-05-06 00:00:00'), + (14248,2101,NULL,2,2146,1,'Diary of a Chief','',91.159171875,-70.1294015625,0,0,1,'2023-05-06 00:00:00'), + (14249,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_06','',91.129875,-70.177276171875,0,0,1,'2023-05-06 00:00:00'), + (14250,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',91.12548046875,-70.2149296875,0,0,1,'2023-05-06 00:00:00'), + (14251,2101,NULL,2,2146,1,'Deciphered Slabs','',93.02157421875,-71.25264843750001,0,0,1,'2023-05-06 00:00:00'), + (14252,2101,NULL,2,2146,1,'Deciphered Slabs','',89.4669140625,-72.39521484375,0,0,1,'2023-05-06 00:00:00'), + (14253,2101,NULL,2,2146,1,'Lightning Helm Journal','',28.40194921875,-73.9779375,0,0,1,'2023-05-06 00:00:00'), + (14254,2101,NULL,2,2146,1,'School Notes','',109.69494140625,-81.73866796875,0,0,1,'2023-05-06 00:00:00'), + (14255,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',50.5982578125,-82.3196015625,0,0,1,'2023-05-06 00:00:00'), + (14256,2101,NULL,2,2146,1,'Reede\'s Diary','',110.33281640624998,-83.032359375,0,0,1,'2023-05-06 00:00:00'), + (14257,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_07','',114.65984765625,-83.53163671875,0,0,1,'2023-05-06 00:00:00'), + (14258,2101,NULL,2,2146,1,'Obj_DiaryAssassin_A_02','',61.132802343749994,-85.00584375,0,0,1,'2023-05-06 00:00:00'), + (14259,2101,NULL,2,2146,1,'Zelda\'s Journal','',109.128515625,-85.39829296875,0,0,1,'2023-05-06 00:00:00'), + (14260,2101,NULL,2,2146,1,'Zelda\'s Diary','',109.07213671875,-85.51831640625,0,0,1,'2023-05-06 00:00:00'), + (14261,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',31.960546875,-89.126953125,0,0,1,'2023-05-06 00:00:00'), + (14262,2101,NULL,2,2146,1,'Riju\'s Diary','',24.853207031249994,-93.26026171875,0,0,1,'2023-05-06 00:00:00'), + (14263,2101,NULL,2,2146,1,'Lookout Post Logbook','',30.026953125,-95.307421875,0,0,1,'2023-05-06 00:00:00'), + (14264,2101,NULL,2,2134,1,'Dragon\'s Tears #08','',48.4724296875,-16.1508984375,0,0,1,'2023-05-06 00:00:00'), + (14265,2101,NULL,2,2134,1,'Dragon\'s Tears #11','',80.7659671875,-24.0036328125,0,0,1,'2023-05-06 00:00:00'), + (14266,2101,NULL,2,2134,1,'Dragon\'s Tears #12','',123.45324609375,-33.46773046875,0,0,1,'2023-05-06 00:00:00'), + (14267,2101,NULL,2,2134,1,'Dragon\'s Tears #02','',40.41421875,-36.462421875,0,0,1,'2023-05-06 00:00:00'), + (14268,2101,NULL,2,2134,1,'Dragon\'s Tears #01','',53.7594609375,-47.27242265625,0,0,1,'2023-05-06 00:00:00'), + (14269,2101,NULL,2,2134,1,'Dragon\'s Tears #03','',91.73820703125,-49.95007734375,0,0,1,'2023-05-06 00:00:00'), + (14270,2101,NULL,2,2134,1,'Dragon\'s Tears #09','',122.66838281250001,-62.16786328125,0,0,1,'2023-05-06 00:00:00'), + (14271,2101,NULL,2,2134,1,'Dragon\'s Tears #04','',78.452670703125,-73.9361953125,0,0,1,'2023-05-06 00:00:00'), + (14272,2101,NULL,2,2134,1,'Dragon\'s Tears #05','',33.06603515625,-78.51195703125,0,0,1,'2023-05-06 00:00:00'), + (14273,2101,NULL,2,2134,1,'Dragon\'s Tears #10','',62.703201562500006,-90.034828125,0,0,1,'2023-05-06 00:00:00'), + (14274,2101,NULL,2,2134,1,'Dragon\'s Tears #07','',109.28587499999998,-100.38808593750001,0,0,1,'2023-05-06 00:00:00') ; /*!40000 ALTER TABLE `marker` ENABLE KEYS */; UNLOCK TABLES; @@ -10390,4 +12143,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-09 13:13:43 +-- Dump completed on 2023-05-09 15:12:18 diff --git a/dev/db/samples/tingle/marker_category.sql b/dev/db/samples/tingle/marker_category.sql index 22259c14..8550c22b 100644 --- a/dev/db/samples/tingle/marker_category.sql +++ b/dev/db/samples/tingle/marker_category.sql @@ -40,7 +40,7 @@ CREATE TABLE `marker_category` ( CONSTRAINT `fk_marker_category_map_container1` FOREIGN KEY (`container_id`) REFERENCES `container` (`id`), CONSTRAINT `fk_marker_category_marker_category1` FOREIGN KEY (`parent_id`) REFERENCES `marker_category` (`id`), CONSTRAINT `fk_marker_category_marker_category_type1` FOREIGN KEY (`marker_category_type_id`) REFERENCES `marker_category_type` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=1970 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; +) ENGINE=InnoDB AUTO_INCREMENT=2156 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -240,7 +240,54 @@ INSERT INTO `marker_category` VALUES (1966,1963,1,4,'Dungeons',1,'BotW_Dungeon','#8e72b9',0,1), (1967,NULL,1,4,'Enemies',1,'BotW_Enemies','#ff422e',0,1), (1968,1967,1,4,'Boss',1,'BotW_Boss','#ff422e',0,1), - (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1) + (1969,1963,1,4,'Fairy Fountains',1,'BotW_Great-Fairy','#8e72b9',3,1), + (2101,NULL,1,21,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',5,1), + (2102,NULL,1,21,'Equipment',1,'BotW_Equipment','#ffad48',7,1), + (2103,2102,1,21,'Weapons',1,'BotW_Weapons','#ffad48',7,1), + (2104,2102,1,21,'Bows & Arrows',1,'BotW_Bow-n-Arrows','#ffad48',7,1), + (2105,2102,1,21,'Shields',1,'BotW_Shields','#ffad48',7,1), + (2106,2102,1,21,'Armor',1,'BotW_Armor','#ffad48',7,0), + (2110,NULL,1,21,'Items',1,'BotW_Items','#3cbc75',7,1), + (2111,2110,1,21,'Food (Beef)',1,'BotW_Meat','#3cbc75',7,0), + (2112,2110,1,21,'Food (Fish)',1,'BotW_Fish','#3cbc75',7,0), + (2113,2110,1,21,'Herbs',1,'BotW_Herb','#3cbc75',7,0), + (2114,2110,1,21,'Mushrooms',1,'BotW_Mushroom','#3cbc75',7,0), + (2115,2110,1,21,'Materials',1,'BotW_Materials','#3cbc75',7,0), + (2116,2110,1,21,'Korok Seeds',1,'BotW_Korok-Seeds','#3cbc75',4,1), + (2120,NULL,1,21,'Locations',1,'BotW_Locations','#8e72b9',5,1), + (2121,2120,1,21,'Village',1,'BotW_Village','#8e72b9',5,1), + (2122,2120,1,21,'Town (House)',1,'BotW_Farm','#8e72b9',5,0), + (2123,2120,1,21,'Sheikah Tower',1,'BotW_Sheikah-Tower','#8e72b9',0,1), + (2124,2120,1,21,'Shrine of Resurrection',1,'BotW_Shrine-of-Resurrection','#8e72b9',5,0), + (2125,2120,1,21,'Shrine of Trials',1,'BotW_Shrines-of-Trials','#8e72b9',2,1), + (2126,2120,1,21,'Divine Beast',1,'BotW_Dungeon','#8e72b9',5,1), + (2127,2120,1,21,'Temple of Time',1,'BotW_The-Temple-of-Time','#8e72b9',5,0), + (2130,NULL,1,21,'Enemies',1,'BotW_Enemies','#ff422e',5,1), + (2131,2130,1,21,'Enemy Camp',1,'BotW_Enemy-Camp','#ff422e',5,1), + (2132,2130,1,21,'Bubbulfrog',1,'TotK_Bubbulfrog','#ff422e',5,1), + (2133,2130,1,21,'Boss',1,'BotW_Boss','#ff422e',6,0), + (2134,2101,1,21,'Tears',1,'BotW_Memories','#4bc5ee',6,1), + (2135,2101,1,21,'Side-Quests',1,'BotW_Side-Quest','#4bc5ee',6,1), + (2136,2101,1,21,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',8,1), + (2137,2120,1,21,'Great Fairy',1,'BotW_Great-Fairy','#8e72b9',5,1), + (2138,2120,1,21,'Stables',1,'BotW_Stables','#8e72b9',5,1), + (2139,2130,1,21,'Wizzrobe',1,'BotW_Wizzrobe','#ff422e',6,1), + (2140,2130,1,21,'Lynel',1,'BotW_Lynel','#ff422e',6,1), + (2141,2130,1,21,'Talus',1,'BotW_Boss','#ff422e',6,1), + (2142,2130,1,21,'Hinox',1,'BotW_Hinox','#ff422e',6,1), + (2143,2110,1,21,'Treasure Chest (Non-Equip.)',1,'BotW_Treasure-Chest','#3cbc75',6,1), + (2144,2102,1,21,'Treasure Chest (Equip.)',1,'BotW_Treasure-Chest','#ffad48',6,1), + (2145,2110,1,21,'Blupee',1,'BotW_Blupee','#3cbc75',7,1), + (2146,2101,1,21,'Diary & Books',1,'BotW_Book','#4bc5ee',8,1), + (2147,2130,1,21,'Molduga',1,'BotW_Boss','#ff422e',6,1), + (2148,2101,1,21,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1), + (2149,2101,1,21,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1), + (2150,2101,1,21,'Wells',1,'TotK_Wells','#4bc5ee',6,1), + (2151,2101,1,21,'Caves',1,'TotK_Caves','#4bc5ee',6,1), + (2152,2101,1,21,'Chasm',1,'TotK_Chasms','#4bc5ee',6,1), + (2153,2130,1,21,'Gleeok',1,'TotK_Gleeok','#ff422e',6,1), + (2154,2130,1,21,'Flux Construct',1,'TotK_FluxConstruct','#ff422e',6,1), + (2155,2101,1,21,'NPCs',1,'TotK_Npc','#4bc5ee',6,1) ; /*!40000 ALTER TABLE `marker_category` ENABLE KEYS */; UNLOCK TABLES; @@ -254,4 +301,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-09 13:13:43 +-- Dump completed on 2023-05-09 14:55:21 diff --git a/dev/db/samples/tingle/schema_migrations.sql b/dev/db/samples/tingle/schema_migrations.sql index 90f6516f..43f27f89 100644 --- a/dev/db/samples/tingle/schema_migrations.sql +++ b/dev/db/samples/tingle/schema_migrations.sql @@ -51,7 +51,8 @@ INSERT INTO `schema_migrations` VALUES ('20230331200740'), ('20230403193442'), ('20230403195503'), - ('20230405195637') + ('20230405195637'), + ('20230509201500') ; /*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */; UNLOCK TABLES; @@ -65,4 +66,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-09 13:13:43 +-- Dump completed on 2023-05-11 13:57:24 diff --git a/dev/db/samples/tingle/submap.sql b/dev/db/samples/tingle/submap.sql index 2717496d..ac764666 100644 --- a/dev/db/samples/tingle/submap.sql +++ b/dev/db/samples/tingle/submap.sql @@ -66,7 +66,10 @@ INSERT INTO `submap` VALUES (2006,26,1,1,'Face Shrine',1,'la_rmk/6_face_shrine/','png','blank',6,0,1,1), (2007,27,1,1,'Eagle`s Tower',1,'la_rmk/7_eagles_tower/','png','blank',7,0,1,1), (2008,28,1,1,'Turtle Rock',1,'la_rmk/8_turtle_rock/','png','blank',8,0,1,1), - (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1) + (2009,29,1,1,'Color Dungeon',1,'la_rmk/0_color_dungeon/','png','blank',9,0,1,1), + (2101,2101,1,NULL,'Overworld',0,'totk/hyrule/ground/','png','404',1,0,1,1), + (2102,2102,1,NULL,'Sky',0,'totk/hyrule/sky/','png','404',1,0,1,1), + (2103,2103,1,NULL,'Underground',0,'totk/hyrule/underground/','png','404',1,0,1,1) ; /*!40000 ALTER TABLE `submap` ENABLE KEYS */; UNLOCK TABLES; @@ -80,4 +83,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-05-09 13:13:43 +-- Dump completed on 2023-05-09 14:55:21 From fc01216713fde0ace80ccd3eb3cbc2eec0988edd Mon Sep 17 00:00:00 2001 From: Danilo Passos Date: Thu, 11 May 2023 12:46:38 -0700 Subject: [PATCH 69/73] Latest Data for TotK --- .../1-container.sql | 2 +- .../4-marker_category.sql | 101 +- .../5-marker.sql | 6940 ++++++++++++----- .../6-marker_tab.sql | 3354 ++++++++ 4 files changed, 8594 insertions(+), 1803 deletions(-) create mode 100644 dev/db/migrate/sql/20230509201500_add_tot_k_data/6-marker_tab.sql diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql index 3e1b0750..57d2bd61 100644 --- a/dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/1-container.sql @@ -1,3 +1,3 @@ INSERT INTO `container` VALUES - (21,'TotK','Tears of the Kingdom','/markers/','png','#DEECFD','Breath-of-the-Wild',0,1,1,0,1,70,-59,0,0,-118,141,8,9,50,256,23,23,16,16,5,1,4) + (21,'TotK','Tears of the Kingdom','/markers/','png','#DEECFD','Tears-of-the-Kingdom',0,1,1,0,1,70,-59,0,0,-118,141,4,8,9,50,256,23,23,16,16,5,1); ; diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql index b5ee0eb2..f23c2900 100644 --- a/dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/4-marker_category.sql @@ -1,49 +1,56 @@ INSERT INTO `marker_category` VALUES - (2101,NULL,1,21,'Point of Interest',1,'BotW_Points-of-Interest','#4bc5ee',5,1), - (2102,NULL,1,21,'Equipment',1,'BotW_Equipment','#ffad48',7,1), - (2103,2102,1,21,'Weapons',1,'BotW_Weapons','#ffad48',7,1), - (2104,2102,1,21,'Bows & Arrows',1,'BotW_Bow-n-Arrows','#ffad48',7,1), - (2105,2102,1,21,'Shields',1,'BotW_Shields','#ffad48',7,1), - (2106,2102,1,21,'Armor',1,'BotW_Armor','#ffad48',7,0), - (2110,NULL,1,21,'Items',1,'BotW_Items','#3cbc75',7,1), - (2111,2110,1,21,'Food (Beef)',1,'BotW_Meat','#3cbc75',7,0), - (2112,2110,1,21,'Food (Fish)',1,'BotW_Fish','#3cbc75',7,0), - (2113,2110,1,21,'Herbs',1,'BotW_Herb','#3cbc75',7,0), - (2114,2110,1,21,'Mushrooms',1,'BotW_Mushroom','#3cbc75',7,0), - (2115,2110,1,21,'Materials',1,'BotW_Materials','#3cbc75',7,0), - (2116,2110,1,21,'Korok Seeds',1,'BotW_Korok-Seeds','#3cbc75',4,1), - (2120,NULL,1,21,'Locations',1,'BotW_Locations','#8e72b9',5,1), - (2121,2120,1,21,'Village',1,'BotW_Village','#8e72b9',5,1), - (2122,2120,1,21,'Town (House)',1,'BotW_Farm','#8e72b9',5,0), - (2123,2120,1,21,'Sheikah Tower',1,'BotW_Sheikah-Tower','#8e72b9',0,1), - (2124,2120,1,21,'Shrine of Resurrection',1,'BotW_Shrine-of-Resurrection','#8e72b9',5,0), - (2125,2120,1,21,'Shrine of Trials',1,'BotW_Shrines-of-Trials','#8e72b9',2,1), - (2126,2120,1,21,'Divine Beast',1,'BotW_Dungeon','#8e72b9',5,1), - (2127,2120,1,21,'Temple of Time',1,'BotW_The-Temple-of-Time','#8e72b9',5,0), - (2130,NULL,1,21,'Enemies',1,'BotW_Enemies','#ff422e',5,1), - (2131,2130,1,21,'Enemy Camp',1,'BotW_Enemy-Camp','#ff422e',5,1), - (2132,2130,1,21,'Bubbulfrog',1,'TotK_Bubbulfrog','#ff422e',5,1), - (2133,2130,1,21,'Boss',1,'BotW_Boss','#ff422e',6,0), - (2134,2101,1,21,'Tears',1,'BotW_Memories','#4bc5ee',6,1), - (2135,2101,1,21,'Side-Quests',1,'BotW_Side-Quest','#4bc5ee',6,1), - (2136,2101,1,21,'Cracked Walls',1,'BotW_Bomb','#4bc5ee',8,1), - (2137,2120,1,21,'Great Fairy',1,'BotW_Great-Fairy','#8e72b9',5,1), - (2138,2120,1,21,'Stables',1,'BotW_Stables','#8e72b9',5,1), - (2139,2130,1,21,'Wizzrobe',1,'BotW_Wizzrobe','#ff422e',6,1), - (2140,2130,1,21,'Lynel',1,'BotW_Lynel','#ff422e',6,1), - (2141,2130,1,21,'Talus',1,'BotW_Boss','#ff422e',6,1), - (2142,2130,1,21,'Hinox',1,'BotW_Hinox','#ff422e',6,1), - (2143,2110,1,21,'Treasure Chest (Non-Equip.)',1,'BotW_Treasure-Chest','#3cbc75',6,1), - (2144,2102,1,21,'Treasure Chest (Equip.)',1,'BotW_Treasure-Chest','#ffad48',6,1), - (2145,2110,1,21,'Blupee',1,'BotW_Blupee','#3cbc75',7,1), - (2146,2101,1,21,'Diary & Books',1,'BotW_Book','#4bc5ee',8,1), - (2147,2130,1,21,'Molduga',1,'BotW_Boss','#ff422e',6,1), - (2148,2101,1,21,'Cooking Pot',1,'BotW_Cooking_Pot','#4bc5ee',8,1), - (2149,2101,1,21,'Goddess Statue',1,'BotW_Goddess_Statue','#4bc5ee',6,1), - (2150,2101,1,21,'Wells',1,'TotK_Wells','#4bc5ee',6,1), - (2151,2101,1,21,'Caves',1,'TotK_Caves','#4bc5ee',6,1), - (2152,2101,1,21,'Chasm',1,'TotK_Chasms','#4bc5ee',6,1), - (2153,2130,1,21,'Gleeok',1,'TotK_Gleeok','#ff422e',6,1), - (2154,2130,1,21,'Flux Construct',1,'TotK_FluxConstruct','#ff422e',6,1), - (2155,2101,1,21,'NPCs',1,'TotK_Npc','#4bc5ee',6,1) + (2101, NULL, 1, 21, 'Point of Interest', 1, 'BotW_Points-of-Interest', '#4bc5ee', 5, 1), + (2102, NULL, 1, 21, 'Equipment', 1, 'BotW_Equipment', '#ffad48', 7, 1), + (2103, 2102, 1, 21, 'Weapons', 1, 'BotW_Weapons', '#ffad48', 7, 1), + (2104, 2102, 1, 21, 'Bows & Arrows', 1, 'BotW_Bow-n-Arrows', '#ffad48', 7, 1), + (2105, 2102, 1, 21, 'Shields', 1, 'BotW_Shields', '#ffad48', 7, 1), + (2106, 2102, 1, 21, 'Armor', 1, 'BotW_Armor', '#ffad48', 7, 0), + (2110, NULL, 1, 21, 'Items', 1, 'BotW_Items', '#3cbc75', 7, 1), + (2111, 2110, 1, 21, 'Food (Beef)', 1, 'BotW_Meat', '#3cbc75', 7, 0), + (2112, 2110, 1, 21, 'Food (Fish)', 1, 'BotW_Fish', '#3cbc75', 7, 0), + (2113, 2110, 1, 21, 'Herbs', 1, 'BotW_Herb', '#3cbc75', 7, 0), + (2114, 2110, 1, 21, 'Mushrooms', 1, 'BotW_Mushroom', '#3cbc75', 7, 0), + (2115, 2110, 1, 21, 'Materials', 1, 'BotW_Materials', '#3cbc75', 7, 0), + (2116, 2110, 1, 21, 'Korok Seeds', 1, 'BotW_Korok-Seeds', '#3cbc75', 4, 1), + (2120, NULL, 1, 21, 'Locations', 1, 'BotW_Locations', '#8e72b9', 5, 1), + (2121, 2120, 1, 21, 'Village', 1, 'BotW_Village', '#8e72b9', 5, 1), + (2122, 2120, 1, 21, 'Town (House)', 1, 'BotW_Farm', '#8e72b9', 5, 0), + (2123, 2120, 1, 21, 'Sheikah Tower', 1, 'BotW_Sheikah-Tower', '#8e72b9', 0, 1), + (2124, 2120, 1, 21, 'Shops', 1, 'General_Store', '#8e72b9', 5, 1), + (2125, 2120, 1, 21, 'Shrine of Light', 1, 'BotW_Shrines-of-Trials', '#8e72b9', 2, 1), + (2126, 2120, 1, 21, 'Lightroot', 1, 'TotK_Lightroot', '#8e72b9', 0, 1), + (2127, 2120, 1, 21, 'Dungeon', 1, 'BotW_Dungeon', '#8e72b9', 5, 1), + (2130, NULL, 1, 21, 'Enemies', 1, 'BotW_Enemies', '#ff422e', 5, 1), + (2131, 2130, 1, 21, 'Enemy Camp', 1, 'BotW_Enemy-Camp', '#ff422e', 5, 1), + (2132, 2130, 1, 21, 'Bubbulfrog', 1, 'TotK_Bubbulfrog', '#ff422e', 5, 1), + (2133, 2130, 1, 21, 'Boss', 1, 'BotW_Boss', '#ff422e', 6, 0), + (2134, 2101, 1, 21, 'Tears', 1, 'BotW_Memories', '#4bc5ee', 6, 1), + (2135, 2101, 1, 21, 'Side-Quests', 1, 'BotW_Side-Quest', '#4bc5ee', 6, 1), + (2136, 2101, 1, 21, 'Cracked Walls', 1, 'BotW_Bomb', '#4bc5ee', 8, 1), + (2137, 2120, 1, 21, 'Great Fairy', 1, 'BotW_Great-Fairy', '#8e72b9', 5, 1), + (2138, 2120, 1, 21, 'Stables', 1, 'BotW_Stables', '#8e72b9', 5, 1), + (2139, 2130, 1, 21, 'Wizzrobe', 1, 'BotW_Wizzrobe', '#ff422e', 6, 1), + (2140, 2130, 1, 21, 'Lynel', 1, 'BotW_Lynel', '#ff422e', 6, 1), + (2141, 2130, 1, 21, 'Talus', 1, 'BotW_Boss', '#ff422e', 6, 1), + (2142, 2130, 1, 21, 'Hinox', 1, 'BotW_Hinox', '#ff422e', 6, 1), + (2143, 2110, 1, 21, 'Treasure Chest (Non-Equip.)', 1, 'BotW_Treasure-Chest', '#3cbc75', 6, 1), + (2144, 2102, 1, 21, 'Treasure Chest (Weapon)', 1, 'BotW_Treasure-Chest', '#ffad48', 6, 1), + (2145, 2102, 1, 21, 'Treasure Chest (Armor)', 1, 'BotW_Armor', '#ffad48', 6, 1), + (2146, 2101, 1, 21, 'Diary & Books', 1, 'BotW_Book', '#4bc5ee', 8, 1), + (2147, 2130, 1, 21, 'Molduga', 1, 'BotW_Boss', '#ff422e', 6, 1), + (2148, 2101, 1, 21, 'Cooking Pot', 1, 'BotW_Cooking_Pot', '#4bc5ee', 8, 1), + (2149, 2101, 1, 21, 'Goddess Statue', 1, 'BotW_Goddess_Statue', '#4bc5ee', 6, 1), + (2150, 2120, 1, 21, 'Wells', 1, 'TotK_Well', '#8e72b9', 6, 1), + (2151, 2120, 1, 21, 'Caves', 1, 'General_Cave', '#8e72b9', 6, 1), + (2152, 2120, 1, 21, 'Chasm', 1, 'TotK_Chasm', '#8e72b9', 6, 1), + (2153, 2130, 1, 21, 'Gleeok', 1, 'BotW_Boss', '#ff422e', 6, 1), + (2154, 2130, 1, 21, 'Flux Construct', 1, 'BotW_Boss', '#ff422e', 6, 1), + (2155, 2101, 1, 21, 'NPCs', 1, 'TotK_Npc', '#4bc5ee', 6, 1), + (2156, 2101, 1, 21, 'Sign Guy', 1, 'TotK_SignNpc', '#4bc5ee', 6, 1), + (2157, 2110, 1, 21, 'Treasure Chest (AutoBuild)', 1, 'BotW_Treasure-Chest', '#3cbc75', 6, 1), + (2158, 2110, 1, 21, 'Treasure Chest (Sage''s Will)', 1, 'TotK_Sages-Will', '#3cbc75', 6, 1), + (2159, 2110, 1, 21, 'Treasure Chest (Treasure Map)', 1, 'General_Map', '#3cbc75', 6, 1), + (2160, 2130, 1, 21, 'Frox', 1, 'BotW_Boss', '#ff422e', 6, 1), + (2161, 2130, 1, 21, 'Boss', 1, 'BotW_Boss', '#ff422e', 6, 1) + ; diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql index 918552d3..457fe720 100644 --- a/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql @@ -1,1755 +1,5185 @@ -INSERT INTO `marker` VALUES - (12522,2101,NULL,2,2103,1,'Torch','',51.252984375,-28.26083203125,0,0,1,'2023-05-06 00:00:00'), - (12523,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',54.35912109375001,-30.9538359375,0,0,1,'2023-05-06 00:00:00'), - (12524,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.3731015625,-30.95881640625,0,0,1,'2023-05-06 00:00:00'), - (12525,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',54.38746875,-30.9500390625,0,0,1,'2023-05-06 00:00:00'), - (12526,2101,NULL,2,2103,1,'Sturdy Thick Stick','',54.32840624999999,-30.7315546875,0,0,1,'2023-05-06 00:00:00'), - (12527,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.3376875,-31.9467890625,0,0,1,'2023-05-06 00:00:00'), - (12528,2101,NULL,2,2105,1,'Rusty Shield','',54.35485546875,-30.449578125,0,0,1,'2023-05-06 00:00:00'), - (12529,2101,NULL,2,2103,1,'Rusty Claymore','',55.8215390625,-30.0868359375,0,0,1,'2023-05-06 00:00:00'), - (12530,2101,NULL,2,2103,1,'Rusty Broadsword','',56.23848046875,-29.62723828125,0,0,1,'2023-05-06 00:00:00'), - (12531,2101,NULL,2,2103,1,'Rusty Halberd','',57.30684375,-27.36065625,0,0,1,'2023-05-06 00:00:00'), - (12532,2101,NULL,2,2103,1,'Soup Ladle','',48.75401953125,-30.18305859375,0,0,1,'2023-05-06 00:00:00'), - (12533,2101,NULL,2,2103,1,'Rusty Halberd','',54.22681640624999,-32.7556640625,0,0,1,'2023-05-06 00:00:00'), - (12534,2101,NULL,2,2103,1,'Rusty Broadsword','',54.5118984375,-31.70567578125,0,0,1,'2023-05-06 00:00:00'), - (12535,2101,NULL,2,2103,1,'Rusty Claymore','',54.44328515625,-31.76358984375,0,0,1,'2023-05-06 00:00:00'), - (12536,2101,NULL,2,2104,1,'Knight\'s Bow','',58.24989843749999,-27.3715078125,0,0,1,'2023-05-06 00:00:00'), - (12537,2101,NULL,2,2103,1,'Rusty Claymore','',57.49908984375,-26.6642578125,0,0,1,'2023-05-06 00:00:00'), - (12538,2101,NULL,2,2105,1,'Pot Lid','',50.75637890625,-28.716515625,0,0,1,'2023-05-06 00:00:00'), - (12539,2101,NULL,2,2103,1,'Thick Stick','',50.89695703125,-28.3125703125,0,0,1,'2023-05-06 00:00:00'), - (12540,2101,NULL,2,2103,1,'Torch','',50.28092578125,-34.2559453125,0,0,1,'2023-05-06 00:00:00'), - (12541,2101,NULL,2,2105,1,'Boko Shield','',49.15292578125,-32.6695078125,0,0,1,'2023-05-06 00:00:00'), - (12542,2101,NULL,2,2103,1,'Wooden Stick','',49.14387890625,-32.67322265625,0,0,1,'2023-05-06 00:00:00'), - (12543,2101,NULL,2,2103,1,'Soldier\'s Claymore','',49.11795703124999,-32.68341796875,0,0,1,'2023-05-06 00:00:00'), - (12544,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.70032421875001,-27.855515625,0,0,1,'2023-05-06 00:00:00'), - (12545,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',54.70812890625,-27.87216796875,0,0,1,'2023-05-06 00:00:00'), - (12546,2101,NULL,2,2103,1,'Knight\'s Claymore','',54.7155234375,-27.90256640625,0,0,1,'2023-05-06 00:00:00'), - (12547,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',53.74981640625,-31.10490234375,0,0,1,'2023-05-06 00:00:00'), - (12548,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',55.30316015624999,-29.61317578125,0,0,1,'2023-05-06 00:00:00'), - (12549,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',48.845671875,-30.1823203125,0,0,1,'2023-05-06 00:00:00'), - (12550,2101,NULL,2,2105,1,'Rusty Shield','',48.93706640625,-38.3399296875,0,0,1,'2023-05-06 00:00:00'), - (12551,2101,NULL,2,2103,1,'Rusty Broadsword','',49.70183203125,-39.2958515625,0,0,1,'2023-05-06 00:00:00'), - (12552,2101,NULL,2,2103,1,'Rusty Broadsword','',50.27569921875,-38.83817578125,0,0,1,'2023-05-06 00:00:00'), - (12553,2101,NULL,2,2103,1,'Rusty Halberd','',50.34800390625,-39.06936328125,0,0,1,'2023-05-06 00:00:00'), - (12554,2101,NULL,2,2105,1,'Rusty Shield','',55.62584765624999,-36.842859375,0,0,1,'2023-05-06 00:00:00'), - (12555,2101,NULL,2,2103,1,'Rusty Broadsword','',56.27180859375,-46.38440625,0,0,1,'2023-05-06 00:00:00'), - (12556,2101,NULL,2,2103,1,'Rusty Broadsword','',55.91087109375,-46.7720625,0,0,1,'2023-05-06 00:00:00'), - (12557,2101,NULL,2,2103,1,'Rusty Broadsword','',56.4733828125,-46.242937500000004,0,0,1,'2023-05-06 00:00:00'), - (12558,2101,NULL,2,2103,1,'Torch','',54.352875,-49.96641796875001,0,0,1,'2023-05-06 00:00:00'), - (12559,2101,NULL,2,2103,1,'Torch','',54.91852734375,-48.994590234374996,0,0,1,'2023-05-06 00:00:00'), - (12560,2101,NULL,2,2103,1,'Thick Stick','',48.19809375000001,-55.8354609375,0,0,1,'2023-05-06 00:00:00'), - (12561,2101,NULL,2,2103,1,'Thick Stick','',49.85259375,-47.571036328125,0,0,1,'2023-05-06 00:00:00'), - (12562,2101,NULL,2,2103,1,'Long Stick','',49.856671875,-47.557340625,0,0,1,'2023-05-06 00:00:00'), - (12563,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',47.52772265625,-62.54796328125,0,0,1,'2023-05-06 00:00:00'), - (12564,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',47.3476640625,-62.42368125,0,0,1,'2023-05-06 00:00:00'), - (12565,2101,NULL,2,2103,1,'Farming Hoe','',47.495953125,-62.81671171875,0,0,1,'2023-05-06 00:00:00'), - (12566,2101,NULL,2,2105,1,'Rusty Shield','',54.26097656250001,-62.027429296875,0,0,1,'2023-05-06 00:00:00'), - (12567,2101,NULL,2,2103,1,'Rusty Halberd','',54.5723203125,-61.6614046875,0,0,1,'2023-05-06 00:00:00'), - (12568,2101,NULL,2,2103,1,'Rusty Claymore','',54.48319921875,-61.606723828125,0,0,1,'2023-05-06 00:00:00'), - (12569,2101,NULL,2,2105,1,'Rusty Shield','',54.86548828124999,-61.654140234375,0,0,1,'2023-05-06 00:00:00'), - (12570,2101,NULL,2,2103,1,'Rusty Claymore','',54.80546484375,-61.608022265625,0,0,1,'2023-05-06 00:00:00'), - (12571,2101,NULL,2,2103,1,'Rusty Broadsword','',54.30814453125,-61.162672265625,0,0,1,'2023-05-06 00:00:00'), - (12572,2101,NULL,2,2103,1,'Rusty Claymore','',54.29821875,-60.984563671875,0,0,1,'2023-05-06 00:00:00'), - (12573,2101,NULL,2,2103,1,'Rusty Claymore','',53.90044921875,-61.18665234375,0,0,1,'2023-05-06 00:00:00'), - (12574,2101,NULL,2,2105,1,'Rusty Shield','',53.8694765625,-61.18307578125,0,0,1,'2023-05-06 00:00:00'), - (12575,2101,NULL,2,2103,1,'Rusty Broadsword','',53.829140625,-61.559513671875,0,0,1,'2023-05-06 00:00:00'), - (12576,2101,NULL,2,2103,1,'Rusty Broadsword','',55.054640625,-61.5642375,0,0,1,'2023-05-06 00:00:00'), - (12577,2101,NULL,2,2103,1,'Thick Stick','',56.7301171875,-59.67182109375,0,0,1,'2023-05-06 00:00:00'), - (12578,2101,NULL,2,2103,1,'Thick Stick','',55.8706640625,-62.311381640625,0,0,1,'2023-05-06 00:00:00'), - (12579,2101,NULL,2,2105,1,'Rusty Shield','',55.72224609375,-68.257238671875,0,0,1,'2023-05-06 00:00:00'), - (12580,2101,NULL,2,2103,1,'Wooden Stick','',48.99655078125,-65.026716796875,0,0,1,'2023-05-06 00:00:00'), - (12581,2101,NULL,2,2103,1,'Long Stick','',56.16179296875,-62.460834375,0,0,1,'2023-05-06 00:00:00'), - (12582,2101,NULL,2,2103,1,'Thick Stick','',56.23306640625,-62.4384234375,0,0,1,'2023-05-06 00:00:00'), - (12583,2101,NULL,2,2103,1,'Wooden Stick','',56.19046875,-62.27451328125,0,0,1,'2023-05-06 00:00:00'), - (12584,2101,NULL,2,2103,1,'Long Stick','',56.21389453125,-62.28289453125,0,0,1,'2023-05-06 00:00:00'), - (12585,2101,NULL,2,2103,1,'Torch','',58.5427734375,-78.97265625,0,0,1,'2023-05-06 00:00:00'), - (12586,2101,NULL,2,2105,1,'Rusty Shield','',57.26966015625001,-72.102703125,0,0,1,'2023-05-06 00:00:00'), - (12587,2101,NULL,2,2103,1,'Rusty Halberd','',57.48796875,-72.3834609375,0,0,1,'2023-05-06 00:00:00'), - (12588,2101,NULL,2,2104,1,'Spiked Boko Bow','',56.22339843749999,-71.48408203125,0,0,1,'2023-05-06 00:00:00'), - (12589,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',56.2241015625,-71.51237109375,0,0,1,'2023-05-06 00:00:00'), - (12590,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',56.22472265625,-71.52929296875001,0,0,1,'2023-05-06 00:00:00'), - (12591,2101,NULL,2,2103,1,'Traveler\'s Sword','',50.9000390625,-84.55109765625,0,0,1,'2023-05-06 00:00:00'), - (12592,2101,NULL,2,2105,1,'Traveler\'s Shield','',52.70166796875,-41.26360546875,0,0,1,'2023-05-06 00:00:00'), - (12593,2101,NULL,2,2104,1,'Wooden Bow','',52.683,-41.312296875,0,0,1,'2023-05-06 00:00:00'), - (12594,2101,NULL,2,2103,1,'Wooden Stick','',52.69171875,-41.292609375,0,0,1,'2023-05-06 00:00:00'), - (12595,2101,NULL,2,2103,1,'Traveler\'s Sword','',52.69901953125,-41.272171875,0,0,1,'2023-05-06 00:00:00'), - (12596,2101,NULL,2,2103,1,'Rusty Halberd','',55.909125,-46.19869921875,0,0,1,'2023-05-06 00:00:00'), - (12597,2101,NULL,2,2105,1,'Traveler\'s Shield','',57.641765625,-44.6164453125,0,0,1,'2023-05-06 00:00:00'), - (12598,2101,NULL,2,2103,1,'Thick Stick','',57.537140625,-37.67241796875,0,0,1,'2023-05-06 00:00:00'), - (12599,2101,NULL,2,2103,1,'Long Stick','',57.55257421875,-37.6783359375,0,0,1,'2023-05-06 00:00:00'), - (12600,2101,NULL,2,2103,1,'Thick Stick','',51.8381953125,-39.8476171875,0,0,1,'2023-05-06 00:00:00'), - (12601,2101,NULL,2,2103,1,'Traveler\'s Sword','',57.62827734375,-44.6007890625,0,0,1,'2023-05-06 00:00:00'), - (12602,2101,NULL,2,2103,1,'Rusty Halberd','',53.509769531249994,-46.48330078125,0,0,1,'2023-05-06 00:00:00'), - (12603,2101,NULL,2,2103,1,'Rusty Halberd','',53.521875,-46.46028515625,0,0,1,'2023-05-06 00:00:00'), - (12604,2101,NULL,2,2103,1,'Wooden Stick','',54.10095703125,-43.3797890625,0,0,1,'2023-05-06 00:00:00'), - (12605,2101,NULL,2,2105,1,'Wooden Shield','',54.09716015625,-43.385625,0,0,1,'2023-05-06 00:00:00'), - (12606,2101,NULL,2,2103,1,'Wooden Stick','',54.11389453125,-43.355671875,0,0,1,'2023-05-06 00:00:00'), - (12607,2101,NULL,2,2103,1,'Throwing Spear','',54.1171875,-43.3359375,0,0,1,'2023-05-06 00:00:00'), - (12608,2101,NULL,2,2105,1,'Soldier’s Shield','',47.11906640625,-58.211693203124995,0,0,1,'2023-05-06 00:00:00'), - (12609,2101,NULL,2,2103,1,'Knight\'s Broadsword','',47.1257109375,-58.21555980468751,0,0,1,'2023-05-06 00:00:00'), - (12610,2101,NULL,2,2103,1,'Thick Stick','',47.16369140625,-58.23776964843751,0,0,1,'2023-05-06 00:00:00'), - (12611,2101,NULL,2,2103,1,'Wooden Mop','',54.43632421875,-50.384213671875,0,0,1,'2023-05-06 00:00:00'), - (12612,2101,NULL,2,2103,1,'Soldier\'s Claymore','',48.99901171875,-65.0684203125,0,0,1,'2023-05-06 00:00:00'), - (12613,2101,NULL,2,2105,1,'Pot Lid','',50.37038671875,-79.48688671875,0,0,1,'2023-05-06 00:00:00'), - (12614,2101,NULL,2,2103,1,'Torch','',50.48832421874999,-79.44031640625,0,0,1,'2023-05-06 00:00:00'), - (12615,2101,NULL,2,2103,1,'Farming Hoe','',53.25672656250001,-73.59031640625,0,0,1,'2023-05-06 00:00:00'), - (12616,2101,NULL,2,2103,1,'Thick Stick','',47.6791171875,-71.73984375,0,0,1,'2023-05-06 00:00:00'), - (12617,2101,NULL,2,2105,1,'Rusty Shield','',50.187796875,-74.77013671875,0,0,1,'2023-05-06 00:00:00'), - (12618,2101,NULL,2,2105,1,'Pot Lid','',53.52505078124999,-73.70148046875,0,0,1,'2023-05-06 00:00:00'), - (12619,2101,NULL,2,2103,1,'Torch','',53.526890625,-73.66965234375,0,0,1,'2023-05-06 00:00:00'), - (12620,2101,NULL,2,2103,1,'Thick Stick','',53.8342265625,-73.2243046875,0,0,1,'2023-05-06 00:00:00'), - (12621,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.54163281250001,-73.993265625,0,0,1,'2023-05-06 00:00:00'), - (12622,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',50.85992578125001,-93.666328125,0,0,1,'2023-05-06 00:00:00'), - (12623,2101,NULL,2,2103,1,'Traveler\'s Claymore','',50.854007812499994,-93.61719140624999,0,0,1,'2023-05-06 00:00:00'), - (12624,2101,NULL,2,2103,1,'Soldier\'s Spear','',50.84175,-93.63783984375,0,0,1,'2023-05-06 00:00:00'), - (12625,2101,NULL,2,2103,1,'Royal Claymore','',55.19750390625,-84.63348046875,0,0,1,'2023-05-06 00:00:00'), - (12626,2101,NULL,2,2103,1,'Soldier\'s Spear','',50.9043515625,-84.51758203124999,0,0,1,'2023-05-06 00:00:00'), - (12627,2101,NULL,2,2103,1,'Traveler\'s Sword','',49.880953125,-87.9358828125,0,0,1,'2023-05-06 00:00:00'), - (12628,2101,NULL,2,2103,1,'Traveler\'s Claymore','',49.87544531250001,-87.8868515625,0,0,1,'2023-05-06 00:00:00'), - (12629,2101,NULL,2,2103,1,'Traveler\'s Spear','',49.86392578125,-87.9086484375,0,0,1,'2023-05-06 00:00:00'), - (12630,2101,NULL,2,2105,1,'Soldier’s Shield','',50.8958203125,-84.56119921875,0,0,1,'2023-05-06 00:00:00'), - (12631,2101,NULL,2,2103,1,'Thick Stick','',50.73406640625,-83.9771953125,0,0,1,'2023-05-06 00:00:00'), - (12632,2101,NULL,2,2103,1,'Thick Stick','',48.3273046875,-91.816171875,0,0,1,'2023-05-06 00:00:00'), - (12633,2101,NULL,2,2103,1,'Thick Stick','',48.12514453125,-87.6463125,0,0,1,'2023-05-06 00:00:00'), - (12634,2101,NULL,2,2103,1,'Thick Stick','',50.978203125,-85.2717421875,0,0,1,'2023-05-06 00:00:00'), - (12635,2101,NULL,2,2103,1,'Thick Stick','',51.0267890625,-83.243015625,0,0,1,'2023-05-06 00:00:00'), - (12636,2101,NULL,2,2103,1,'Traveler\'s Sword','',48.11457421875,-83.897578125,0,0,1,'2023-05-06 00:00:00'), - (12637,2101,NULL,2,2103,1,'Traveler\'s Claymore','',48.07780078125,-83.916,0,0,1,'2023-05-06 00:00:00'), - (12638,2101,NULL,2,2103,1,'Soldier\'s Spear','',48.09221484375,-83.9204765625,0,0,1,'2023-05-06 00:00:00'), - (12639,2101,NULL,2,2104,1,'Spiked Boko Bow','',48.27884765625,-82.68708984375,0,0,1,'2023-05-06 00:00:00'), - (12640,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',48.259078125,-82.69702734375,0,0,1,'2023-05-06 00:00:00'), - (12641,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',48.2421796875,-82.70492578125,0,0,1,'2023-05-06 00:00:00'), - (12642,2101,NULL,2,2103,1,'Thick Stick','',48.29148046875,-85.98833203125,0,0,1,'2023-05-06 00:00:00'), - (12643,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',54.03322265625,-103.73258203125,0,0,1,'2023-05-06 00:00:00'), - (12644,2101,NULL,2,2103,1,'Traveler\'s Claymore','',54.0261796875,-103.6925390625,0,0,1,'2023-05-06 00:00:00'), - (12645,2101,NULL,2,2103,1,'Traveler\'s Spear','',54.01434375,-103.7059921875,0,0,1,'2023-05-06 00:00:00'), - (12646,2101,NULL,2,2103,1,'Traveler\'s Sword','',56.40830859375,-94.05178125,0,0,1,'2023-05-06 00:00:00'), - (12647,2101,NULL,2,2103,1,'Traveler\'s Spear','',56.39987109375,-94.076765625,0,0,1,'2023-05-06 00:00:00'), - (12648,2101,NULL,2,2103,1,'Wooden Stick','',49.1878125,-97.57120312500001,0,0,1,'2023-05-06 00:00:00'), - (12649,2101,NULL,2,2103,1,'Traveler\'s Sword','',54.24537890625,-94.3798828125,0,0,1,'2023-05-06 00:00:00'), - (12650,2101,NULL,2,2103,1,'Traveler\'s Spear','',54.26909765625,-94.3896328125,0,0,1,'2023-05-06 00:00:00'), - (12651,2101,NULL,2,2103,1,'Strong Zonaite Spear','',59.44503046875,-17.372015624999996,0,0,1,'2023-05-06 00:00:00'), - (12652,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',61.327243359375,-16.43628515625,0,0,1,'2023-05-06 00:00:00'), - (12653,2101,NULL,2,2105,1,'Strong Zonaite Shield','',61.01915625,-16.8680390625,0,0,1,'2023-05-06 00:00:00'), - (12654,2101,NULL,2,2103,1,'Tree Branch','',61.275101953124995,-45.90740625,0,0,1,'2023-05-06 00:00:00'), - (12655,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',69.489063984375,-47.103251953125,0,0,1,'2023-05-06 00:00:00'), - (12656,2101,NULL,2,2103,1,'Traveler\'s Spear','',67.529757421875,-49.297756640625,0,0,1,'2023-05-06 00:00:00'), - (12657,2101,NULL,2,2103,1,'Soldier\'s Spear','',67.55448867187499,-49.272046875,0,0,1,'2023-05-06 00:00:00'), - (12658,2101,NULL,2,2103,1,'Soldier\'s Claymore','',67.6111921875,-49.260130078125,0,0,1,'2023-05-06 00:00:00'), - (12659,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.619626171875,-49.26837421875,0,0,1,'2023-05-06 00:00:00'), - (12660,2101,NULL,2,2103,1,'Soldier\'s Claymore','',67.849030078125,-49.56689648437499,0,0,1,'2023-05-06 00:00:00'), - (12661,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',69.819532734375,-48.43130390625001,0,0,1,'2023-05-06 00:00:00'), - (12662,2101,NULL,2,2104,1,'Traveler\'s Bow','',65.82991054687501,-45.57999609375,0,0,1,'2023-05-06 00:00:00'), - (12663,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.22971875,-57.599959921875005,0,0,1,'2023-05-06 00:00:00'), - (12664,2101,NULL,2,2105,1,'Rusty Shield','',55.73879296875,-46.92288046875,0,0,1,'2023-05-06 00:00:00'), - (12665,2101,NULL,2,2103,1,'Rusty Broadsword','',55.19356640625001,-47.258390625,0,0,1,'2023-05-06 00:00:00'), - (12666,2101,NULL,2,2103,1,'Rusty Broadsword','',54.22400390625,-62.018484375,0,0,1,'2023-05-06 00:00:00'), - (12667,2101,NULL,2,2105,1,'Rusty Shield','',54.1659375,-61.38925078125,0,0,1,'2023-05-06 00:00:00'), - (12668,2101,NULL,2,2103,1,'Wooden Stick','',49.0001953125,-65.04549375,0,0,1,'2023-05-06 00:00:00'), - (12669,2101,NULL,2,2103,1,'Traveler\'s Sword','',48.41039062500001,-80.4021328125,0,0,1,'2023-05-06 00:00:00'), - (12670,2101,NULL,2,2103,1,'Soldier\'s Claymore','',48.40287890625,-80.355421875,0,0,1,'2023-05-06 00:00:00'), - (12671,2101,NULL,2,2103,1,'Soldier\'s Spear','',48.38548828125001,-80.371265625,0,0,1,'2023-05-06 00:00:00'), - (12672,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.7933515625,-74.05508203125,0,0,1,'2023-05-06 00:00:00'), - (12673,2101,NULL,2,2104,1,'Traveler\'s Bow','',52.78564453125,-71.561765625,0,0,1,'2023-05-06 00:00:00'), - (12674,2101,NULL,2,2105,1,'Pot Lid','',52.79291015625,-71.5537265625,0,0,1,'2023-05-06 00:00:00'), - (12675,2101,NULL,2,2103,1,'Soldier\'s Claymore','',56.4276796875,-73.928390625,0,0,1,'2023-05-06 00:00:00'), - (12676,2101,NULL,2,2105,1,'Rusty Shield','',54.10580859375001,-99.5956640625,0,0,1,'2023-05-06 00:00:00'), - (12677,2101,NULL,2,2103,1,'Rusty Halberd','',53.975589843749994,-99.49238671875,0,0,1,'2023-05-06 00:00:00'), - (12678,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',49.42034765624999,-99.40402734374999,0,0,1,'2023-05-06 00:00:00'), - (12679,2101,NULL,2,2104,1,'Strong Construct Bow','',49.1297109375,-99.25777734374999,0,0,1,'2023-05-06 00:00:00'), - (12680,2101,NULL,2,2104,1,'Boko Bow','',62.473660546874996,-41.02533984375,0,0,1,'2023-05-06 00:00:00'), - (12681,2101,NULL,2,2103,1,'Wooden Stick','',62.48202656250001,-40.99862109375,0,0,1,'2023-05-06 00:00:00'), - (12682,2101,NULL,2,2103,1,'Wooden Stick','',62.48720390625,-40.9824609375,0,0,1,'2023-05-06 00:00:00'), - (12683,2101,NULL,2,2103,1,'Thick Stick','',60.29115234375,-37.38434765625001,0,0,1,'2023-05-06 00:00:00'), - (12684,2101,NULL,2,2103,1,'Soldier\'s Claymore','',65.45038828125,-45.84646875,0,0,1,'2023-05-06 00:00:00'), - (12685,2101,NULL,2,2104,1,'Traveler\'s Bow','',64.92304453125,-46.110140625,0,0,1,'2023-05-06 00:00:00'), - (12686,2101,NULL,2,2105,1,'Soldier’s Shield','',64.917041015625,-46.16241796875,0,0,1,'2023-05-06 00:00:00'), - (12687,2101,NULL,2,2103,1,'Knight\'s Broadsword','',64.90241953124999,-46.13656640625,0,0,1,'2023-05-06 00:00:00'), - (12688,2101,NULL,2,2103,1,'Soldier\'s Claymore','',65.8453640625,-48.35134453124999,0,0,1,'2023-05-06 00:00:00'), - (12689,2101,NULL,2,2103,1,'Traveler\'s Spear','',65.496873046875,-48.638738671875,0,0,1,'2023-05-06 00:00:00'), - (12690,2101,NULL,2,2104,1,'Traveler\'s Bow','',65.46333046875,-48.59258554687499,0,0,1,'2023-05-06 00:00:00'), - (12691,2101,NULL,2,2103,1,'Traveler\'s Claymore','',66.311942578125,-48.851872265625005,0,0,1,'2023-05-06 00:00:00'), - (12692,2101,NULL,2,2103,1,'Traveler\'s Spear','',66.28279921875,-48.89132929687499,0,0,1,'2023-05-06 00:00:00'), - (12693,2101,NULL,2,2104,1,'Soldier’s Bow','',65.707559765625,-48.83206171875,0,0,1,'2023-05-06 00:00:00'), - (12694,2101,NULL,2,2103,1,'Traveler\'s Spear','',69.285738984375,-48.310128515624996,0,0,1,'2023-05-06 00:00:00'), - (12695,2101,NULL,2,2104,1,'Traveler\'s Bow','',68.91328125,-48.712883203125,0,0,1,'2023-05-06 00:00:00'), - (12696,2101,NULL,2,2103,1,'Rusty Broadsword','',69.84675011718751,-54.14787890625,0,0,1,'2023-05-06 00:00:00'), - (12697,2101,NULL,2,2103,1,'Tree Branch','',67.67505703124999,-58.315386796874996,0,0,1,'2023-05-06 00:00:00'), - (12698,2101,NULL,2,2103,1,'Tree Branch','',68.19040078125,-58.1950353515625,0,0,1,'2023-05-06 00:00:00'), - (12699,2101,NULL,2,2103,1,'Tree Branch','',68.341618359375,-57.20300625,0,0,1,'2023-05-06 00:00:00'), - (12700,2101,NULL,2,2103,1,'Tree Branch','',67.38608554687501,-56.59561640625,0,0,1,'2023-05-06 00:00:00'), - (12701,2101,NULL,2,2103,1,'Tree Branch','',66.5490234375,-56.81855859375,0,0,1,'2023-05-06 00:00:00'), - (12702,2101,NULL,2,2103,1,'Tree Branch','',66.50218124999999,-56.83912734375,0,0,1,'2023-05-06 00:00:00'), - (12703,2101,NULL,2,2103,1,'Thick Stick','',59.257330078125,-48.99531796875,0,0,1,'2023-05-06 00:00:00'), - (12704,2101,NULL,2,2105,1,'Traveler\'s Shield','',66.053278125,-48.530859375,0,0,1,'2023-05-06 00:00:00'), - (12705,2101,NULL,2,2103,1,'Rusty Halberd','',62.52359765625,-64.35720703125,0,0,1,'2023-05-06 00:00:00'), - (12706,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',49.52033203125,-91.6248046875,0,0,1,'2023-05-06 00:00:00'), - (12707,2101,NULL,2,2103,1,'Soldier\'s Claymore','',49.49937890625,-91.5805546875,0,0,1,'2023-05-06 00:00:00'), - (12708,2101,NULL,2,2103,1,'Traveler\'s Spear','',49.4948203125,-91.6048125,0,0,1,'2023-05-06 00:00:00'), - (12709,2101,NULL,2,2105,1,'Strong Zonaite Shield','',49.67653125,-99.95190234374999,0,0,1,'2023-05-06 00:00:00'), - (12710,2101,NULL,2,2104,1,'Mighty Construct Bow','',61.754422265624996,-17.477167968750003,0,0,1,'2023-05-06 00:00:00'), - (12711,2101,NULL,2,2104,1,'Strong Construct Bow','',61.578580078125,-16.99362890625,0,0,1,'2023-05-06 00:00:00'), - (12712,2101,NULL,2,2103,1,'Strong Zonaite Sword','',61.435323046875,-17.167734375,0,0,1,'2023-05-06 00:00:00'), - (12713,2101,NULL,2,2104,1,'Boko Bow','',63.838783593749994,-24.36343359375,0,0,1,'2023-05-06 00:00:00'), - (12714,2101,NULL,2,2103,1,'Wooden Stick','',63.855455859375,-24.380085937500002,0,0,1,'2023-05-06 00:00:00'), - (12715,2101,NULL,2,2103,1,'Wooden Stick','',63.863634375,-24.388875000000002,0,0,1,'2023-05-06 00:00:00'), - (12716,2101,NULL,2,2103,1,'Rusty Broadsword','',59.54068359375,-39.448921875,0,0,1,'2023-05-06 00:00:00'), - (12717,2101,NULL,2,2103,1,'Rusty Broadsword','',62.47151953125,-42.713953125,0,0,1,'2023-05-06 00:00:00'), - (12718,2101,NULL,2,2103,1,'Rusty Claymore','',63.14895234375001,-49.487551171875005,0,0,1,'2023-05-06 00:00:00'), - (12719,2101,NULL,2,2103,1,'Rusty Broadsword','',63.001252734375,-49.3187859375,0,0,1,'2023-05-06 00:00:00'), - (12720,2101,NULL,2,2105,1,'Rusty Shield','',62.9335546875,-49.29342421875,0,0,1,'2023-05-06 00:00:00'), - (12721,2101,NULL,2,2103,1,'Rusty Halberd','',62.884456640625004,-49.598813671875,0,0,1,'2023-05-06 00:00:00'), - (12722,2101,NULL,2,2105,1,'Rusty Shield','',63.3222609375,-51.471687890625006,0,0,1,'2023-05-06 00:00:00'), - (12723,2101,NULL,2,2103,1,'Rusty Broadsword','',63.30420234375,-51.474885937500005,0,0,1,'2023-05-06 00:00:00'), - (12724,2101,NULL,2,2105,1,'Rusty Shield','',68.484375,-52.64579765625,0,0,1,'2023-05-06 00:00:00'), - (12725,2101,NULL,2,2105,1,'Rusty Shield','',68.056640625,-52.376953125,0,0,1,'2023-05-06 00:00:00'), - (12726,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.16903671875001,-45.07836328125,0,0,1,'2023-05-06 00:00:00'), - (12727,2101,NULL,2,2105,1,'Traveler\'s Shield','',64.892452734375,-48.546030468750004,0,0,1,'2023-05-06 00:00:00'), - (12728,2101,NULL,2,2104,1,'Traveler\'s Bow','',67.28463046875,-49.858099218750006,0,0,1,'2023-05-06 00:00:00'), - (12729,2101,NULL,2,2104,1,'Soldier’s Bow','',69.3581446875,-48.173605078125,0,0,1,'2023-05-06 00:00:00'), - (12730,2101,NULL,2,2103,1,'Rusty Halberd','',58.59535546875,-53.47608984375,0,0,1,'2023-05-06 00:00:00'), - (12731,2101,NULL,2,2103,1,'Rusty Halberd','',59.70870703125,-54.90547265625,0,0,1,'2023-05-06 00:00:00'), - (12732,2101,NULL,2,2103,1,'Farming Hoe','',61.476009375000004,-55.665319921875,0,0,1,'2023-05-06 00:00:00'), - (12733,2101,NULL,2,2103,1,'Farming Hoe','',67.476826171875,-54.94183359375,0,0,1,'2023-05-06 00:00:00'), - (12734,2101,NULL,2,2103,1,'Wooden Mop','',67.198737890625,-55.081620703125,0,0,1,'2023-05-06 00:00:00'), - (12735,2101,NULL,2,2103,1,'Torch','',66.122844140625,-48.98100234375,0,0,1,'2023-05-06 00:00:00'), - (12736,2101,NULL,2,2105,1,'Traveler\'s Shield','',67.24616484375001,-53.268303515625,0,0,1,'2023-05-06 00:00:00'), - (12737,2101,NULL,2,2103,1,'Traveler\'s Spear','',67.798166015625,-53.65066640625,0,0,1,'2023-05-06 00:00:00'), - (12738,2101,NULL,2,2105,1,'Pot Lid','',67.818165234375,-53.75964375,0,0,1,'2023-05-06 00:00:00'), - (12739,2101,NULL,2,2103,1,'Rusty Broadsword','',70.03797199218751,-60.846507421875,0,0,1,'2023-05-06 00:00:00'), - (12740,2101,NULL,2,2103,1,'Wooden Stick','',63.638741015625,-64.69700859375001,0,0,1,'2023-05-06 00:00:00'), - (12741,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',63.64499648437501,-64.712783203125,0,0,1,'2023-05-06 00:00:00'), - (12742,2101,NULL,2,2104,1,'Traveler\'s Bow','',63.633984375,-64.681640625,0,0,1,'2023-05-06 00:00:00'), - (12743,2101,NULL,2,2104,1,'Boko Bow','',58.90800937499999,-67.13605546875,0,0,1,'2023-05-06 00:00:00'), - (12744,2101,NULL,2,2103,1,'Wooden Stick','',58.889280468749995,-67.11427734375,0,0,1,'2023-05-06 00:00:00'), - (12745,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',58.878783984375005,-67.100942578125,0,0,1,'2023-05-06 00:00:00'), - (12746,2101,NULL,2,2103,1,'Soup Ladle','',66.4836609375,-62.51811328125,0,0,1,'2023-05-06 00:00:00'), - (12747,2101,NULL,2,2103,1,'Wooden Stick','',61.969259765625,-65.33442421875,0,0,1,'2023-05-06 00:00:00'), - (12748,2101,NULL,2,2103,1,'Traveler\'s Spear','',61.96236796875,-65.310590625,0,0,1,'2023-05-06 00:00:00'), - (12749,2101,NULL,2,2103,1,'Thick Stick','',62.378040234375,-63.43605234375,0,0,1,'2023-05-06 00:00:00'), - (12750,2101,NULL,2,2103,1,'Rusty Broadsword','',65.3146875,-73.27030078124999,0,0,1,'2023-05-06 00:00:00'), - (12751,2101,NULL,2,2105,1,'Rusty Shield','',69.60253828124999,-54.069837890625,0,0,1,'2023-05-06 00:00:00'), - (12752,2101,NULL,2,2103,1,'Soup Ladle','',66.3464625,-48.767213671875,0,0,1,'2023-05-06 00:00:00'), - (12753,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.40271367187499,-48.884077734375005,0,0,1,'2023-05-06 00:00:00'), - (12754,2101,NULL,2,2103,1,'Soldier\'s Spear','',66.38782148437501,-48.903937500000005,0,0,1,'2023-05-06 00:00:00'), - (12755,2101,NULL,2,2105,1,'Traveler\'s Shield','',67.5458484375,-49.28084296875,0,0,1,'2023-05-06 00:00:00'), - (12756,2101,NULL,2,2104,1,'Wooden Bow','',67.53642890625,-49.28950546875,0,0,1,'2023-05-06 00:00:00'), - (12757,2101,NULL,2,2105,1,'Soldier’s Shield','',69.32244374999999,-48.54786562499999,0,0,1,'2023-05-06 00:00:00'), - (12758,2101,NULL,2,2103,1,'Traveler\'s Sword','',68.57211445312501,-49.1242828125,0,0,1,'2023-05-06 00:00:00'), - (12759,2101,NULL,2,2103,1,'Torch','',67.42431328125001,-58.093691132812495,0,0,1,'2023-05-06 00:00:00'), - (12760,2101,NULL,2,2103,1,'Tree Branch','',67.39431210937501,-53.20824375,0,0,1,'2023-05-06 00:00:00'), - (12761,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.24144921875,-57.60583464843751,0,0,1,'2023-05-06 00:00:00'), - (12762,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',67.23483984375,-57.60350859375,0,0,1,'2023-05-06 00:00:00'), - (12763,2101,NULL,2,2103,1,'Knight\'s Broadsword','',67.2338625,-57.6029621484375,0,0,1,'2023-05-06 00:00:00'), - (12764,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.784899609375,-57.345741796875,0,0,1,'2023-05-06 00:00:00'), - (12765,2101,NULL,2,2103,1,'Knight\'s Broadsword','',66.79066757812501,-57.34853203125,0,0,1,'2023-05-06 00:00:00'), - (12766,2101,NULL,2,2103,1,'Royal Broadsword','',66.777338671875,-57.3455953125,0,0,1,'2023-05-06 00:00:00'), - (12767,2101,NULL,2,2105,1,'Rusty Shield','',61.176699609375,-68.59964296875,0,0,1,'2023-05-06 00:00:00'), - (12768,2101,NULL,2,2105,1,'Rusty Shield','',63.62078671875,-65.914640625,0,0,1,'2023-05-06 00:00:00'), - (12769,2101,NULL,2,2103,1,'Rusty Halberd','',59.47828124999999,-68.78996484375,0,0,1,'2023-05-06 00:00:00'), - (12770,2101,NULL,2,2103,1,'Rusty Halberd','',61.56408984375,-65.264859375,0,0,1,'2023-05-06 00:00:00'), - (12771,2101,NULL,2,2103,1,'Rusty Halberd','',64.13431640625,-65.3749921875,0,0,1,'2023-05-06 00:00:00'), - (12772,2101,NULL,2,2103,1,'Rusty Broadsword','',69.10531640625,-60.4638984375,0,0,1,'2023-05-06 00:00:00'), - (12773,2101,NULL,2,2105,1,'Rusty Shield','',69.6882573046875,-59.931875390625,0,0,1,'2023-05-06 00:00:00'), - (12774,2101,NULL,2,2105,1,'Rusty Shield','',69.9961906640625,-59.884123828125,0,0,1,'2023-05-06 00:00:00'), - (12775,2101,NULL,2,2103,1,'Rusty Halberd','',69.78303515625001,-60.35928515625,0,0,1,'2023-05-06 00:00:00'), - (12776,2101,NULL,2,2103,1,'Rusty Halberd','',69.9626366015625,-60.17914453125,0,0,1,'2023-05-06 00:00:00'), - (12777,2101,NULL,2,2103,1,'Rusty Halberd','',69.9741092578125,-61.26601171875,0,0,1,'2023-05-06 00:00:00'), - (12778,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.51341953125001,-62.457174609375,0,0,1,'2023-05-06 00:00:00'), - (12779,2101,NULL,2,2105,1,'Rusty Shield','',67.13921835937501,-78.704203125,0,0,1,'2023-05-06 00:00:00'), - (12780,2101,NULL,2,2104,1,'Wooden Bow','',67.34038242187499,-78.324796875,0,0,1,'2023-05-06 00:00:00'), - (12781,2101,NULL,2,2103,1,'Rusty Claymore','',67.35447890625,-78.0526640625,0,0,1,'2023-05-06 00:00:00'), - (12782,2101,NULL,2,2103,1,'Rusty Halberd','',67.013028515625,-77.9907890625,0,0,1,'2023-05-06 00:00:00'), - (12783,2101,NULL,2,2105,1,'Rusty Shield','',66.876384375,-78.50600390625,0,0,1,'2023-05-06 00:00:00'), - (12784,2101,NULL,2,2105,1,'Rusty Shield','',64.972219921875,-73.67921484375,0,0,1,'2023-05-06 00:00:00'), - (12785,2101,NULL,2,2105,1,'Rusty Shield','',64.621434375,-76.38249609375,0,0,1,'2023-05-06 00:00:00'), - (12786,2101,NULL,2,2105,1,'Rusty Shield','',67.553071875,-78.154921875,0,0,1,'2023-05-06 00:00:00'), - (12787,2101,NULL,2,2105,1,'Rusty Shield','',66.306404296875,-81.24858984375,0,0,1,'2023-05-06 00:00:00'), - (12788,2101,NULL,2,2103,1,'Rusty Broadsword','',66.57111328125,-81.24116015625,0,0,1,'2023-05-06 00:00:00'), - (12789,2101,NULL,2,2103,1,'Knight\'s Halberd','',59.34518671875,-72.40564453125,0,0,1,'2023-05-06 00:00:00'), - (12790,2101,NULL,2,2103,1,'Rusty Claymore','',59.42904257812501,-72.34678125,0,0,1,'2023-05-06 00:00:00'), - (12791,2101,NULL,2,2103,1,'Rusty Claymore','',63.49912265625,-75.5011875,0,0,1,'2023-05-06 00:00:00'), - (12792,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',60.852390234374994,-84.82280859375,0,0,1,'2023-05-06 00:00:00'), - (12793,2101,NULL,2,2103,1,'Rusty Broadsword','',62.15956640625,-85.55736328125,0,0,1,'2023-05-06 00:00:00'), - (12794,2101,NULL,2,2103,1,'Rusty Broadsword','',62.5839609375,-85.1908359375,0,0,1,'2023-05-06 00:00:00'), - (12795,2101,NULL,2,2104,1,'Spiked Boko Bow','',71.68851328125,-18.582421874999998,0,0,1,'2023-05-06 00:00:00'), - (12796,2101,NULL,2,2103,1,'Forest Dweller\'s Sword','',71.666785546875,-18.5746875,0,0,1,'2023-05-06 00:00:00'), - (12797,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',71.654982421875,-18.570433593750003,0,0,1,'2023-05-06 00:00:00'), - (12798,2101,NULL,2,2103,1,'Long Stick','',71.87688984374999,-18.557953125,0,0,1,'2023-05-06 00:00:00'), - (12799,2101,NULL,2,2103,1,'Long Stick','',71.885259375,-18.561726562500002,0,0,1,'2023-05-06 00:00:00'), - (12800,2101,NULL,2,2103,1,'Rusty Claymore','',72.823639453125,-21.076781250000003,0,0,1,'2023-05-06 00:00:00'), - (12801,2101,NULL,2,2103,1,'Rusty Halberd','',72.850524609375,-20.93109375,0,0,1,'2023-05-06 00:00:00'), - (12802,2101,NULL,2,2103,1,'Rusty Claymore','',74.652251953125,-21.052429687500002,0,0,1,'2023-05-06 00:00:00'), - (12803,2101,NULL,2,2104,1,'Forest Dweller\'s Bow','',75.226238671875,-32.7341484375,0,0,1,'2023-05-06 00:00:00'), - (12804,2101,NULL,2,2103,1,'Forest Dweller\'s Sword','',75.201160546875,-33.1227890625,0,0,1,'2023-05-06 00:00:00'), - (12805,2101,NULL,2,2104,1,'Boko Bow','',81.631696875,-41.50156640625,0,0,1,'2023-05-06 00:00:00'), - (12806,2101,NULL,2,2103,1,'Long Stick','',81.749506640625,-41.5762265625,0,0,1,'2023-05-06 00:00:00'), - (12807,2101,NULL,2,2103,1,'Wooden Stick','',79.34738554687499,-39.40170703125,0,0,1,'2023-05-06 00:00:00'), - (12808,2101,NULL,2,2103,1,'Wooden Stick','',79.455615234375,-39.57909375,0,0,1,'2023-05-06 00:00:00'), - (12809,2101,NULL,2,2103,1,'Long Stick','',73.339557421875,-40.75405078125,0,0,1,'2023-05-06 00:00:00'), - (12810,2101,NULL,2,2103,1,'Traveler\'s Sword','',67.25977382812499,-53.272102734375,0,0,1,'2023-05-06 00:00:00'), - (12811,2101,NULL,2,2103,1,'Traveler\'s Claymore','',67.80544453125,-53.672977734375,0,0,1,'2023-05-06 00:00:00'), - (12812,2101,NULL,2,2103,1,'Rusty Broadsword','',61.93388203125,-63.5595609375,0,0,1,'2023-05-06 00:00:00'), - (12813,2101,NULL,2,2105,1,'Wooden Shield','',59.612349609375,-59.2434120703125,0,0,1,'2023-05-06 00:00:00'), - (12814,2101,NULL,2,2103,1,'Wooden Stick','',59.612371875,-59.2334642578125,0,0,1,'2023-05-06 00:00:00'), - (12815,2101,NULL,2,2103,1,'Traveler\'s Claymore','',59.61354843749999,-59.2055138671875,0,0,1,'2023-05-06 00:00:00'), - (12816,2101,NULL,2,2103,1,'Long Stick','',61.991316796875,-65.097853125,0,0,1,'2023-05-06 00:00:00'), - (12817,2101,NULL,2,2103,1,'Rusty Claymore','',67.272966796875,-77.75155078125,0,0,1,'2023-05-06 00:00:00'), - (12818,2101,NULL,2,2105,1,'Soldier’s Shield','',66.34260703125,-77.284828125,0,0,1,'2023-05-06 00:00:00'), - (12819,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',66.339694921875,-77.27521875,0,0,1,'2023-05-06 00:00:00'), - (12820,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',66.334674609375,-77.25310546875,0,0,1,'2023-05-06 00:00:00'), - (12821,2101,NULL,2,2103,1,'Sturdy Thick Stick','',66.32910703125,-77.23484765625,0,0,1,'2023-05-06 00:00:00'), - (12822,2101,NULL,2,2103,1,'Rusty Broadsword','',59.974294921875,-80.8318828125,0,0,1,'2023-05-06 00:00:00'), - (12823,2101,NULL,2,2103,1,'Rusty Halberd','',69.14305546875,-76.96930078125,0,0,1,'2023-05-06 00:00:00'), - (12824,2101,NULL,2,2105,1,'Wooden Shield','',59.942914453125006,-91.88677734375,0,0,1,'2023-05-06 00:00:00'), - (12825,2101,NULL,2,2103,1,'Wooden Stick','',59.921438671874995,-91.90529296875,0,0,1,'2023-05-06 00:00:00'), - (12826,2101,NULL,2,2103,1,'Long Stick','',59.9099953125,-91.91401171875,0,0,1,'2023-05-06 00:00:00'), - (12827,2101,NULL,2,2103,1,'Wooden Stick','',59.937732421875,-91.89029296875,0,0,1,'2023-05-06 00:00:00'), - (12828,2101,NULL,2,2103,1,'Thick Stick','',60.918285937499995,-92.06049609375,0,0,1,'2023-05-06 00:00:00'), - (12829,2101,NULL,2,2103,1,'Thick Stick','',60.90166875,-92.0410078125,0,0,1,'2023-05-06 00:00:00'), - (12830,2101,NULL,2,2103,1,'Long Stick','',77.181791015625,-21.818964843750003,0,0,1,'2023-05-06 00:00:00'), - (12831,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',73.297299609375,-14.01196875,0,0,1,'2023-05-06 00:00:00'), - (12832,2101,NULL,2,2103,1,'Long Stick','',73.27278164062501,-14.007503906249998,0,0,1,'2023-05-06 00:00:00'), - (12833,2101,NULL,2,2103,1,'Thick Stick','',72.980860546875,-15.408550781249996,0,0,1,'2023-05-06 00:00:00'), - (12834,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',80.80538906250001,-16.131996093750004,0,0,1,'2023-05-06 00:00:00'), - (12835,2101,NULL,2,2103,1,'Long Stick','',77.151404296875,-21.823734375,0,0,1,'2023-05-06 00:00:00'), - (12836,2101,NULL,2,2103,1,'Long Stick','',77.140271484375,-21.78375,0,0,1,'2023-05-06 00:00:00'), - (12837,2101,NULL,2,2103,1,'Long Stick','',77.1934875,-21.788414062499996,0,0,1,'2023-05-06 00:00:00'), - (12838,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',80.8223015625,-16.126218749999996,0,0,1,'2023-05-06 00:00:00'), - (12839,2101,NULL,2,2103,1,'Soldier\'s Claymore','',80.842115625,-16.121378906249998,0,0,1,'2023-05-06 00:00:00'), - (12840,2101,NULL,2,2103,1,'Rusty Broadsword','',78.0421875,-43.2016875,0,0,1,'2023-05-06 00:00:00'), - (12841,2101,NULL,2,2105,1,'Boko Shield','',73.338778125,-40.84158984375,0,0,1,'2023-05-06 00:00:00'), - (12842,2101,NULL,2,2103,1,'Wooden Stick','',73.36467304687501,-40.84140234375,0,0,1,'2023-05-06 00:00:00'), - (12843,2101,NULL,2,2103,1,'Long Stick','',73.376431640625,-40.8358125,0,0,1,'2023-05-06 00:00:00'), - (12844,2101,NULL,2,2103,1,'Long Stick','',73.34148398437499,-40.7120859375,0,0,1,'2023-05-06 00:00:00'), - (12845,2101,NULL,2,2103,1,'Long Stick','',73.391928515625,-40.735453125,0,0,1,'2023-05-06 00:00:00'), - (12846,2101,NULL,2,2105,1,'Rusty Shield','',70.9266533203125,-51.027643359375,0,0,1,'2023-05-06 00:00:00'), - (12847,2101,NULL,2,2103,1,'Rusty Broadsword','',75.28003125,-53.59409765625,0,0,1,'2023-05-06 00:00:00'), - (12848,2101,NULL,2,2103,1,'Farming Hoe','',77.79444960937501,-53.953058203125,0,0,1,'2023-05-06 00:00:00'), - (12849,2101,NULL,2,2103,1,'Farming Hoe','',74.9890546875,-52.9746375,0,0,1,'2023-05-06 00:00:00'), - (12850,2101,NULL,2,2103,1,'Farming Hoe','',73.668603515625,-53.58357890625,0,0,1,'2023-05-06 00:00:00'), - (12851,2101,NULL,2,2103,1,'Thick Stick','',72.79821093749999,-50.720592187499996,0,0,1,'2023-05-06 00:00:00'), - (12852,2101,NULL,2,2103,1,'Rusty Halberd','',72.87898359375,-59.95494140625,0,0,1,'2023-05-06 00:00:00'), - (12853,2101,NULL,2,2103,1,'Rusty Claymore','',72.9692015625,-59.999071875,0,0,1,'2023-05-06 00:00:00'), - (12854,2101,NULL,2,2103,1,'Rusty Broadsword','',73.027503515625,-59.888267578125,0,0,1,'2023-05-06 00:00:00'), - (12855,2101,NULL,2,2103,1,'Wooden Stick','',72.776642578125,-62.275587890625,0,0,1,'2023-05-06 00:00:00'), - (12856,2101,NULL,2,2105,1,'Boko Shield','',72.7794515625,-62.263134375,0,0,1,'2023-05-06 00:00:00'), - (12857,2101,NULL,2,2103,1,'Wooden Stick','',72.779987109375,-62.26885546875,0,0,1,'2023-05-06 00:00:00'), - (12858,2101,NULL,2,2103,1,'Thick Stick','',78.4487109375,-62.465696484375,0,0,1,'2023-05-06 00:00:00'), - (12859,2101,NULL,2,2103,1,'Thick Stick','',72.434987109375,-66.664236328125,0,0,1,'2023-05-06 00:00:00'), - (12860,2101,NULL,2,2103,1,'Throwing Spear','',77.257306640625,-68.765478515625,0,0,1,'2023-05-06 00:00:00'), - (12861,2101,NULL,2,2103,1,'Thick Stick','',77.231211328125,-68.71996875,0,0,1,'2023-05-06 00:00:00'), - (12862,2101,NULL,2,2103,1,'Wooden Stick','',77.065548046875,-68.806233984375,0,0,1,'2023-05-06 00:00:00'), - (12863,2101,NULL,2,2103,1,'Long Stick','',77.06321132812499,-68.78122734375,0,0,1,'2023-05-06 00:00:00'), - (12864,2101,NULL,2,2105,1,'Spiked Boko Shield','',76.036587890625,-77.85167578125,0,0,1,'2023-05-06 00:00:00'), - (12865,2101,NULL,2,2103,1,'Rusty Halberd','',63.684113671875,-75.83337890625,0,0,1,'2023-05-06 00:00:00'), - (12866,2101,NULL,2,2105,1,'Rusty Shield','',64.61635546875,-73.57451953125,0,0,1,'2023-05-06 00:00:00'), - (12867,2101,NULL,2,2103,1,'Rusty Claymore','',64.702974609375,-73.560890625,0,0,1,'2023-05-06 00:00:00'), - (12868,2101,NULL,2,2103,1,'Torch','',59.34140625,-80.62734375,0,0,1,'2023-05-06 00:00:00'), - (12869,2101,NULL,2,2103,1,'Rusty Halberd','',63.20574609375,-75.69873046875,0,0,1,'2023-05-06 00:00:00'), - (12870,2101,NULL,2,2103,1,'Rusty Halberd','',63.7814296875,-75.71663671875,0,0,1,'2023-05-06 00:00:00'), - (12871,2101,NULL,2,2105,1,'Rusty Shield','',62.596892578125,-79.421859375,0,0,1,'2023-05-06 00:00:00'), - (12872,2101,NULL,2,2104,1,'Spiked Boko Bow','',61.349821875,-74.395265625,0,0,1,'2023-05-06 00:00:00'), - (12873,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',61.37773828125,-74.3967421875,0,0,1,'2023-05-06 00:00:00'), - (12874,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',61.39468710937499,-74.39729296875,0,0,1,'2023-05-06 00:00:00'), - (12875,2101,NULL,2,2103,1,'Sturdy Thick Stick','',67.19268632812499,-82.92919921875,0,0,1,'2023-05-06 00:00:00'), - (12876,2101,NULL,2,2103,1,'Forest Dweller\'s Spear','',75.07899375,-32.8347890625,0,0,1,'2023-05-06 00:00:00'), - (12877,2101,NULL,2,2105,1,'Forest Dweller\'s Shield','',75.25798359375001,-33.31149609375,0,0,1,'2023-05-06 00:00:00'), - (12878,2101,NULL,2,2105,1,'Knight\'s Shield','',79.9689984375,-40.7038828125,0,0,1,'2023-05-06 00:00:00'), - (12879,2101,NULL,2,2105,1,'Wooden Shield','',70.370566640625,-57.44839453125,0,0,1,'2023-05-06 00:00:00'), - (12880,2101,NULL,2,2103,1,'Wooden Stick','',70.389125390625,-57.47144777343749,0,0,1,'2023-05-06 00:00:00'), - (12881,2101,NULL,2,2103,1,'Traveler\'s Spear','',70.4052376171875,-57.47908453125,0,0,1,'2023-05-06 00:00:00'), - (12882,2101,NULL,2,2103,1,'Traveler\'s Sword','',70.3800009375,-57.461050546875,0,0,1,'2023-05-06 00:00:00'), - (12883,2101,NULL,2,2105,1,'Boko Shield','',75.67199765625,-57.400158984375,0,0,1,'2023-05-06 00:00:00'), - (12884,2101,NULL,2,2104,1,'Boko Bow','',75.64038749999999,-57.42203589843749,0,0,1,'2023-05-06 00:00:00'), - (12885,2101,NULL,2,2103,1,'Wooden Stick','',75.66399843750001,-57.41013984375,0,0,1,'2023-05-06 00:00:00'), - (12886,2101,NULL,2,2103,1,'Thick Stick','',76.34529375,-57.658280390624995,0,0,1,'2023-05-06 00:00:00'), - (12887,2101,NULL,2,2103,1,'Thick Stick','',76.35115078125001,-57.67094343750001,0,0,1,'2023-05-06 00:00:00'), - (12888,2101,NULL,2,2103,1,'Torch','',78.025196484375,-58.61052058593749,0,0,1,'2023-05-06 00:00:00'), - (12889,2101,NULL,2,2103,1,'Rusty Halberd','',78.9830625,-58.646554804687504,0,0,1,'2023-05-06 00:00:00'), - (12890,2101,NULL,2,2103,1,'Rusty Broadsword','',79.60658203125,-75.9447421875,0,0,1,'2023-05-06 00:00:00'), - (12891,2101,NULL,2,2103,1,'Rusty Halberd','',79.812608203125,-76.15878515625,0,0,1,'2023-05-06 00:00:00'), - (12892,2101,NULL,2,2103,1,'Rusty Claymore','',78.09814453125,-77.8182421875,0,0,1,'2023-05-06 00:00:00'), - (12893,2101,NULL,2,2103,1,'Rusty Halberd','',79.50594140625,-76.17183984375,0,0,1,'2023-05-06 00:00:00'), - (12894,2101,NULL,2,2105,1,'Pot Lid','',74.45244609375,-71.82629296875,0,0,1,'2023-05-06 00:00:00'), - (12895,2101,NULL,2,2103,1,'Soup Ladle','',74.46048984375,-71.82834375,0,0,1,'2023-05-06 00:00:00'), - (12896,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',74.2061203125,-71.557828125,0,0,1,'2023-05-06 00:00:00'), - (12897,2101,NULL,2,2103,1,'Throwing Spear','',76.99004765625,-73.1997421875,0,0,1,'2023-05-06 00:00:00'), - (12898,2101,NULL,2,2103,1,'Wooden Stick','',76.038277734375,-77.8852265625,0,0,1,'2023-05-06 00:00:00'), - (12899,2101,NULL,2,2103,1,'Soldier\'s Spear','',76.03971328125,-77.90408203125001,0,0,1,'2023-05-06 00:00:00'), - (12900,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',76.04006015625001,-77.858015625,0,0,1,'2023-05-06 00:00:00'), - (12901,2101,NULL,2,2105,1,'Spiked Boko Shield','',77.082052734375,-86.65749609375,0,0,1,'2023-05-06 00:00:00'), - (12902,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',77.0814890625,-86.64755859375,0,0,1,'2023-05-06 00:00:00'), - (12903,2101,NULL,2,2103,1,'Soldier\'s Claymore','',77.08259882812501,-86.619609375,0,0,1,'2023-05-06 00:00:00'), - (12904,2101,NULL,2,2103,1,'Soup Ladle','',76.38739921875,-97.267921875,0,0,1,'2023-05-06 00:00:00'), - (12905,2101,NULL,2,2103,1,'Wooden Stick','',73.3475296875,-40.84180078125,0,0,1,'2023-05-06 00:00:00'), - (12906,2101,NULL,2,2103,1,'Long Stick','',73.37073984374999,-40.76033203125,0,0,1,'2023-05-06 00:00:00'), - (12907,2101,NULL,2,2103,1,'Farming Hoe','',76.9657453125,-45.7091015625,0,0,1,'2023-05-06 00:00:00'), - (12908,2101,NULL,2,2105,1,'Pot Lid','',75.119220703125,-42.12287109374999,0,0,1,'2023-05-06 00:00:00'), - (12909,2101,NULL,2,2104,1,'Traveler\'s Bow','',75.115114453125,-42.10775390625,0,0,1,'2023-05-06 00:00:00'), - (12910,2101,NULL,2,2105,1,'Rusty Shield','',78.903425390625,-57.268102734375,0,0,1,'2023-05-06 00:00:00'), - (12911,2101,NULL,2,2103,1,'Rusty Broadsword','',71.39356722656251,-62.11865859375,0,0,1,'2023-05-06 00:00:00'), - (12912,2101,NULL,2,2103,1,'Torch','',80.500196484375,-60.47302265625,0,0,1,'2023-05-06 00:00:00'), - (12913,2101,NULL,2,2103,1,'Soup Ladle','',81.242717578125,-60.56940703125,0,0,1,'2023-05-06 00:00:00'), - (12914,2101,NULL,2,2105,1,'Lizal Shield','',80.39478046875,-61.79371171875,0,0,1,'2023-05-06 00:00:00'), - (12915,2101,NULL,2,2103,1,'Boomerang','',80.38891640624999,-61.798660546875,0,0,1,'2023-05-06 00:00:00'), - (12916,2101,NULL,2,2103,1,'Boomerang','',80.364420703125,-61.80650390625,0,0,1,'2023-05-06 00:00:00'), - (12917,2101,NULL,2,2103,1,'Thick Stick','',80.346240234375,-61.81195078125,0,0,1,'2023-05-06 00:00:00'), - (12918,2101,NULL,2,2103,1,'Rusty Broadsword','',73.55349609375,-62.14817578125,0,0,1,'2023-05-06 00:00:00'), - (12919,2101,NULL,2,2105,1,'Rusty Shield','',72.80607304687499,-62.026236328125,0,0,1,'2023-05-06 00:00:00'), - (12920,2101,NULL,2,2103,1,'Thick Stick','',79.469194921875,-68.000218359375,0,0,1,'2023-05-06 00:00:00'), - (12921,2101,NULL,2,2103,1,'Farming Hoe','',81.230790234375,-60.732186328125,0,0,1,'2023-05-06 00:00:00'), - (12922,2101,NULL,2,2105,1,'Wooden Shield','',76.81175156249999,-60.462338671875,0,0,1,'2023-05-06 00:00:00'), - (12923,2101,NULL,2,2103,1,'Wooden Stick','',76.842467578125,-60.474078515625,0,0,1,'2023-05-06 00:00:00'), - (12924,2101,NULL,2,2103,1,'Long Stick','',76.860987890625,-60.4786125,0,0,1,'2023-05-06 00:00:00'), - (12925,2101,NULL,2,2103,1,'Wooden Stick','',76.819217578125,-60.465474609375,0,0,1,'2023-05-06 00:00:00'), - (12926,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',80.367209765625,-68.23893515625,0,0,1,'2023-05-06 00:00:00'), - (12927,2101,NULL,2,2103,1,'Farming Hoe','',80.38271484375,-68.23048125,0,0,1,'2023-05-06 00:00:00'), - (12928,2101,NULL,2,2103,1,'Farming Hoe','',80.35783710937501,-68.20972734375,0,0,1,'2023-05-06 00:00:00'), - (12929,2101,NULL,2,2103,1,'Torch','',74.146904296875,-71.44245703125,0,0,1,'2023-05-06 00:00:00'), - (12930,2101,NULL,2,2103,1,'Thick Stick','',70.82103890625,-70.99555078125,0,0,1,'2023-05-06 00:00:00'), - (12931,2101,NULL,2,2103,1,'Rusty Broadsword','',71.12902734375,-75.79965234375,0,0,1,'2023-05-06 00:00:00'), - (12932,2101,NULL,2,2103,1,'Rusty Halberd','',70.6216055859375,-76.11144140625,0,0,1,'2023-05-06 00:00:00'), - (12933,2101,NULL,2,2103,1,'Rusty Halberd','',71.1884296875,-75.9259921875,0,0,1,'2023-05-06 00:00:00'), - (12934,2101,NULL,2,2103,1,'Rusty Halberd','',72.00718359375,-75.96430078125,0,0,1,'2023-05-06 00:00:00'), - (12935,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',72.9205828125,-73.706015625,0,0,1,'2023-05-06 00:00:00'), - (12936,2101,NULL,2,2103,1,'Long Stick','',72.9283453125,-73.7289609375,0,0,1,'2023-05-06 00:00:00'), - (12937,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',76.771456640625,-99.222421875,0,0,1,'2023-05-06 00:00:00'), - (12938,2101,NULL,2,2105,1,'Pot Lid','',76.23399609375,-99.10114453124999,0,0,1,'2023-05-06 00:00:00'), - (12939,2101,NULL,2,2103,1,'Soldier\'s Spear','',74.83578984375,-98.31356249999999,0,0,1,'2023-05-06 00:00:00'), - (12940,2101,NULL,2,2103,1,'Knight\'s Broadsword','',74.84713125,-98.34092578125,0,0,1,'2023-05-06 00:00:00'), - (12941,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',74.827621875,-98.32531640625,0,0,1,'2023-05-06 00:00:00'), - (12942,2101,NULL,2,2103,1,'Soldier\'s Claymore','',74.86119023437499,-98.33387109374999,0,0,1,'2023-05-06 00:00:00'), - (12943,2101,NULL,2,2103,1,'Giant Boomerang','',74.86143867187499,-98.31523828124999,0,0,1,'2023-05-06 00:00:00'), - (12944,2101,NULL,2,2103,1,'Traveler\'s Sword','',87.340875,-34.3369921875,0,0,1,'2023-05-06 00:00:00'), - (12945,2101,NULL,2,2103,1,'Traveler\'s Sword','',87.32323828125001,-34.291640625,0,0,1,'2023-05-06 00:00:00'), - (12946,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',87.33537890625,-34.32069140625,0,0,1,'2023-05-06 00:00:00'), - (12947,2101,NULL,2,2105,1,'Spiked Boko Shield','',92.464453125,-29.38391015625,0,0,1,'2023-05-06 00:00:00'), - (12948,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',92.46116015625,-29.3745703125,0,0,1,'2023-05-06 00:00:00'), - (12949,2101,NULL,2,2103,1,'Soldier\'s Claymore','',92.45293359375,-29.3482265625,0,0,1,'2023-05-06 00:00:00'), - (12950,2101,NULL,2,2103,1,'Traveler\'s Sword','',92.34256640625,-29.27483203125,0,0,1,'2023-05-06 00:00:00'), - (12951,2101,NULL,2,2103,1,'Traveler\'s Spear','',92.31622265625,-29.278078125,0,0,1,'2023-05-06 00:00:00'), - (12952,2101,NULL,2,2103,1,'Torch','',82.99801171875,-45.27933984375,0,0,1,'2023-05-06 00:00:00'), - (12953,2101,NULL,2,2103,1,'Soup Ladle','',83.11959375,-45.1845703125,0,0,1,'2023-05-06 00:00:00'), - (12954,2101,NULL,2,2103,1,'Traveler\'s Claymore','',87.72038671875,-39.78187500000001,0,0,1,'2023-05-06 00:00:00'), - (12955,2101,NULL,2,2103,1,'Soldier\'s Claymore','',87.708984375,-39.77567578125,0,0,1,'2023-05-06 00:00:00'), - (12956,2101,NULL,2,2103,1,'Soldier\'s Claymore','',87.714046875,-39.76681640625,0,0,1,'2023-05-06 00:00:00'), - (12957,2101,NULL,2,2103,1,'Rusty Halberd','',86.72510156249999,-56.89096875,0,0,1,'2023-05-06 00:00:00'), - (12958,2101,NULL,2,2103,1,'Soldier\'s Spear','',86.6644921875,-57.039406640625,0,0,1,'2023-05-06 00:00:00'), - (12959,2101,NULL,2,2103,1,'Rusty Halberd','',90.0622265625,-51.60430078125,0,0,1,'2023-05-06 00:00:00'), - (12960,2101,NULL,2,2103,1,'Rusty Broadsword','',84.88020703125,-63.099375,0,0,1,'2023-05-06 00:00:00'), - (12961,2101,NULL,2,2105,1,'Rusty Shield','',90.18753515625,-66.337334765625,0,0,1,'2023-05-06 00:00:00'), - (12962,2101,NULL,2,2104,1,'Lizal Bow','',82.5172734375,-66.217032421875,0,0,1,'2023-05-06 00:00:00'), - (12963,2101,NULL,2,2103,1,'Boomerang','',82.4897109375,-66.221075390625,0,0,1,'2023-05-06 00:00:00'), - (12964,2101,NULL,2,2103,1,'Boomerang','',82.472859375,-66.22299140625,0,0,1,'2023-05-06 00:00:00'), - (12965,2101,NULL,2,2103,1,'Wooden Stick','',92.870671875,-67.30458984375,0,0,1,'2023-05-06 00:00:00'), - (12966,2101,NULL,2,2103,1,'Wooden Stick','',92.854078125,-67.31127890625,0,0,1,'2023-05-06 00:00:00'), - (12967,2101,NULL,2,2104,1,'Boko Bow','',88.73541796875,-76.25237109375,0,0,1,'2023-05-06 00:00:00'), - (12968,2101,NULL,2,2103,1,'Wooden Stick','',88.7419921875,-76.22687109375,0,0,1,'2023-05-06 00:00:00'), - (12969,2101,NULL,2,2103,1,'Lizal Boomerang','',88.7465859375,-76.210359375,0,0,1,'2023-05-06 00:00:00'), - (12970,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.01798046875,-76.7885625,0,0,1,'2023-05-06 00:00:00'), - (12971,2101,NULL,2,2103,1,'Wooden Stick','',86.02653515625,-76.7727890625,0,0,1,'2023-05-06 00:00:00'), - (12972,2101,NULL,2,2103,1,'Thick Stick','',86.0401640625,-76.74486328125,0,0,1,'2023-05-06 00:00:00'), - (12973,2101,NULL,2,2103,1,'Soup Ladle','',91.19546484375,-77.48265234375,0,0,1,'2023-05-06 00:00:00'), - (12974,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',91.24151953125,-77.53686328125,0,0,1,'2023-05-06 00:00:00'), - (12975,2101,NULL,2,2104,1,'Spiked Boko Bow','',79.139559375,-84.70674609375,0,0,1,'2023-05-06 00:00:00'), - (12976,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',79.142351953125,-84.73456640625,0,0,1,'2023-05-06 00:00:00'), - (12977,2101,NULL,2,2103,1,'Lizal Boomerang','',79.14253125,-84.75150000000001,0,0,1,'2023-05-06 00:00:00'), - (12978,2101,NULL,2,2103,1,'Thick Stick','',76.31082187499999,-92.8092421875,0,0,1,'2023-05-06 00:00:00'), - (12979,2101,NULL,2,2105,1,'Knight\'s Shield','',79.586680078125,-88.69018359374999,0,0,1,'2023-05-06 00:00:00'), - (12980,2101,NULL,2,2103,1,'Knight\'s Claymore','',79.60841015625,-88.7247890625,0,0,1,'2023-05-06 00:00:00'), - (12981,2101,NULL,2,2103,1,'Torch','',76.273456640625,-99.117796875,0,0,1,'2023-05-06 00:00:00'), - (12982,2101,NULL,2,2105,1,'Traveler\'s Shield','',71.3174859375,-97.08554296875,0,0,1,'2023-05-06 00:00:00'), - (12983,2101,NULL,2,2104,1,'Spiked Boko Bow','',71.29078804687501,-97.05718359375,0,0,1,'2023-05-06 00:00:00'), - (12984,2101,NULL,2,2103,1,'Traveler\'s Sword','',71.3027342578125,-97.072265625,0,0,1,'2023-05-06 00:00:00'), - (12985,2101,NULL,2,2103,1,'Thick Stick','',76.498871484375,-99.33481640625,0,0,1,'2023-05-06 00:00:00'), - (12986,2101,NULL,2,2103,1,'Thick Stick','',78.1292671875,-94.04513671874999,0,0,1,'2023-05-06 00:00:00'), - (12987,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',90.9580078125,-24.229945312499996,0,0,1,'2023-05-06 00:00:00'), - (12988,2101,NULL,2,2103,1,'Thick Stick','',83.66733984375,-43.94063671875,0,0,1,'2023-05-06 00:00:00'), - (12989,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',87.7217578125,-39.796875,0,0,1,'2023-05-06 00:00:00'), - (12990,2101,NULL,2,2103,1,'Traveler\'s Claymore','',87.71484375,-39.802734375,0,0,1,'2023-05-06 00:00:00'), - (12991,2101,NULL,2,2105,1,'Spiked Boko Shield','',88.21170703125,-56.3097796875,0,0,1,'2023-05-06 00:00:00'), - (12992,2101,NULL,2,2103,1,'Thick Stick','',88.28380078125,-56.321128125,0,0,1,'2023-05-06 00:00:00'), - (12993,2101,NULL,2,2105,1,'Pot Lid','',89.96598046875,-48.779373046874994,0,0,1,'2023-05-06 00:00:00'), - (12994,2101,NULL,2,2104,1,'Spiked Boko Bow','',88.275,-56.72578125,0,0,1,'2023-05-06 00:00:00'), - (12995,2101,NULL,2,2103,1,'Farming Hoe','',85.8351796875,-49.436225390625,0,0,1,'2023-05-06 00:00:00'), - (12996,2101,NULL,2,2105,1,'Traveler\'s Shield','',90.5331796875,-57.4360775390625,0,0,1,'2023-05-06 00:00:00'), - (12997,2101,NULL,2,2103,1,'Throwing Spear','',92.6553984375,-57.077225390625,0,0,1,'2023-05-06 00:00:00'), - (12998,2101,NULL,2,2103,1,'Sturdy Long Stick','',92.02151953125,-57.317963671875,0,0,1,'2023-05-06 00:00:00'), - (12999,2101,NULL,2,2103,1,'Soldier\'s Claymore','',92.90058984375,-67.296271875,0,0,1,'2023-05-06 00:00:00'), - (13000,2101,NULL,2,2105,1,'Lizal Shield','',85.36140234375,-66.2084859375,0,0,1,'2023-05-06 00:00:00'), - (13001,2101,NULL,2,2103,1,'Boomerang','',85.33678125,-66.22216875,0,0,1,'2023-05-06 00:00:00'), - (13002,2101,NULL,2,2103,1,'Throwing Spear','',85.31684765625,-66.234155859375,0,0,1,'2023-05-06 00:00:00'), - (13003,2101,NULL,2,2103,1,'Boomerang','',85.3548984375,-66.212848828125,0,0,1,'2023-05-06 00:00:00'), - (13004,2101,NULL,2,2104,1,'Wooden Bow','',91.79328515625,-70.8590859375,0,0,1,'2023-05-06 00:00:00'), - (13005,2101,NULL,2,2104,1,'Boko Bow','',83.4765703125,-79.78341796874999,0,0,1,'2023-05-06 00:00:00'), - (13006,2101,NULL,2,2103,1,'Wooden Stick','',83.46619921875,-79.80432421875,0,0,1,'2023-05-06 00:00:00'), - (13007,2101,NULL,2,2103,1,'Lizal Boomerang','',83.4596953125,-79.81742578125,0,0,1,'2023-05-06 00:00:00'), - (13008,2101,NULL,2,2103,1,'Long Stick','',86.0203125,-72.32171484375,0,0,1,'2023-05-06 00:00:00'), - (13009,2101,NULL,2,2105,1,'Soldier’s Shield','',91.8478125,-85.6779375,0,0,1,'2023-05-06 00:00:00'), - (13010,2101,NULL,2,2103,1,'Knight\'s Broadsword','',91.8444609375,-85.66869140625,0,0,1,'2023-05-06 00:00:00'), - (13011,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',91.83721875,-85.64728125,0,0,1,'2023-05-06 00:00:00'), - (13012,2101,NULL,2,2103,1,'Thick Stick','',91.8306328125,-85.6293046875,0,0,1,'2023-05-06 00:00:00'), - (13013,2101,NULL,2,2103,1,'Long Stick','',90.5351484375,-93.489,0,0,1,'2023-05-06 00:00:00'), - (13014,2101,NULL,2,2103,1,'Rusty Broadsword','',86.41198828125,-96.08429296874999,0,0,1,'2023-05-06 00:00:00'), - (13015,2101,NULL,2,2103,1,'Long Stick','',90.5561953125,-93.4651640625,0,0,1,'2023-05-06 00:00:00'), - (13016,2101,NULL,2,2103,1,'Soup Ladle','',76.24864570312499,-99.08066015625,0,0,1,'2023-05-06 00:00:00'), - (13017,2101,NULL,2,2103,1,'Long Stick','',78.1399171875,-95.82997265625,0,0,1,'2023-05-06 00:00:00'), - (13018,2101,NULL,2,2103,1,'Sturdy Thick Stick','',78.084730078125,-95.8141640625,0,0,1,'2023-05-06 00:00:00'), - (13019,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',77.997328125,-95.9232421875,0,0,1,'2023-05-06 00:00:00'), - (13020,2101,NULL,2,2103,1,'Sturdy Long Stick','',77.986817578125,-95.9006953125,0,0,1,'2023-05-06 00:00:00'), - (13021,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',76.36012851562501,-97.1661328125,0,0,1,'2023-05-06 00:00:00'), - (13022,2101,NULL,2,2103,1,'Boulder Breaker','',90.17390625,-29.3191640625,0,0,1,'2023-05-06 00:00:00'), - (13023,2101,NULL,2,2103,1,'Boulder Breaker','',90.14792578125,-29.37762890625,0,0,1,'2023-05-06 00:00:00'), - (13024,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',82.84327734375,-44.9771484375,0,0,1,'2023-05-06 00:00:00'), - (13025,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.12990625,-46.1698828125,0,0,1,'2023-05-06 00:00:00'), - (13026,2101,NULL,2,2103,1,'Traveler\'s Sword','',86.1164296875,-46.16851171875,0,0,1,'2023-05-06 00:00:00'), - (13027,2101,NULL,2,2103,1,'Cobble Crusher','',86.0966015625,-46.161515625,0,0,1,'2023-05-06 00:00:00'), - (13028,2101,NULL,2,2103,1,'Rusty Halberd','',88.13980078125,-55.98413671875,0,0,1,'2023-05-06 00:00:00'), - (13029,2101,NULL,2,2103,1,'Thick Stick','',84.11966015625,-60.595166015625,0,0,1,'2023-05-06 00:00:00'), - (13030,2101,NULL,2,2103,1,'Long Stick','',82.862109375,-62.164845703125,0,0,1,'2023-05-06 00:00:00'), - (13031,2101,NULL,2,2103,1,'Boomerang','',82.71772265625,-62.268692578125,0,0,1,'2023-05-06 00:00:00'), - (13032,2101,NULL,2,2103,1,'Long Stick','',82.7063671875,-62.24666484375,0,0,1,'2023-05-06 00:00:00'), - (13033,2101,NULL,2,2105,1,'Pot Lid','',91.3901484375,-70.443234375,0,0,1,'2023-05-06 00:00:00'), - (13034,2101,NULL,2,2103,1,'Torch','',92.52019921875,-69.9444984375,0,0,1,'2023-05-06 00:00:00'), - (13035,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',90.94709765625,-81.31756640625,0,0,1,'2023-05-06 00:00:00'), - (13036,2101,NULL,2,2103,1,'Torch','',90.89687109375,-81.3849375,0,0,1,'2023-05-06 00:00:00'), - (13037,2101,NULL,2,2103,1,'Soup Ladle','',90.81753515625,-81.4767421875,0,0,1,'2023-05-06 00:00:00'), - (13038,2101,NULL,2,2103,1,'Soup Ladle','',92.69724609375,-70.38526171875,0,0,1,'2023-05-06 00:00:00'), - (13039,2101,NULL,2,2103,1,'Soldier\'s Claymore','',83.86086328125,-76.67184375,0,0,1,'2023-05-06 00:00:00'), - (13040,2101,NULL,2,2103,1,'Long Stick','',83.91022265625,-76.719703125,0,0,1,'2023-05-06 00:00:00'), - (13041,2101,NULL,2,2105,1,'Soldier’s Shield','',86.20782421875,-80.13491015625,0,0,1,'2023-05-06 00:00:00'), - (13042,2101,NULL,2,2104,1,'Boko Bow','',86.18384765625,-80.17283203125,0,0,1,'2023-05-06 00:00:00'), - (13043,2101,NULL,2,2103,1,'Wooden Stick','',86.19083203125,-80.15977734375,0,0,1,'2023-05-06 00:00:00'), - (13044,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',86.20421484375,-80.1407578125,0,0,1,'2023-05-06 00:00:00'), - (13045,2101,NULL,2,2103,1,'Long Stick','',86.1047109375,-72.36453515625,0,0,1,'2023-05-06 00:00:00'), - (13046,2101,NULL,2,2103,1,'Torch','',90.1912734375,-88.7819296875,0,0,1,'2023-05-06 00:00:00'), - (13047,2101,NULL,2,2105,1,'Pot Lid','',90.23335546875,-88.77776953125,0,0,1,'2023-05-06 00:00:00'), - (13048,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',88.21398046875,-88.94428125,0,0,1,'2023-05-06 00:00:00'), - (13049,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',88.2268359375,-88.94335546875001,0,0,1,'2023-05-06 00:00:00'), - (13050,2101,NULL,2,2103,1,'Long Stick','',90.5914921875,-93.48759375,0,0,1,'2023-05-06 00:00:00'), - (13051,2101,NULL,2,2103,1,'Long Stick','',90.54603515625,-93.519609375,0,0,1,'2023-05-06 00:00:00'), - (13052,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',100.7881640625,-24.44586328125,0,0,1,'2023-05-06 00:00:00'), - (13053,2101,NULL,2,2103,1,'Traveler\'s Claymore','',100.80364453125,-24.446027343750004,0,0,1,'2023-05-06 00:00:00'), - (13054,2101,NULL,2,2104,1,'Spiked Boko Bow','',100.81826953125,-24.44358984375,0,0,1,'2023-05-06 00:00:00'), - (13055,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',95.21326171875,-29.48820703125,0,0,1,'2023-05-06 00:00:00'), - (13056,2101,NULL,2,2103,1,'Soldier\'s Claymore','',95.22994921875,-29.47147265625,0,0,1,'2023-05-06 00:00:00'), - (13057,2101,NULL,2,2104,1,'Spiked Boko Bow','',95.24546484375,-29.45671875,0,0,1,'2023-05-06 00:00:00'), - (13058,2101,NULL,2,2103,1,'Traveler\'s Claymore','',105.03426562499997,-28.47912890625,0,0,1,'2023-05-06 00:00:00'), - (13059,2101,NULL,2,2104,1,'Spiked Boko Bow','',105.01805859375001,-28.46431640625,0,0,1,'2023-05-06 00:00:00'), - (13060,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',97.91949609375,-33.34419140625,0,0,1,'2023-05-06 00:00:00'), - (13061,2101,NULL,2,2103,1,'Soldier\'s Claymore','',97.94234765625,-33.3424453125,0,0,1,'2023-05-06 00:00:00'), - (13062,2101,NULL,2,2103,1,'Traveler\'s Claymore','',102.006796875,-32.66409375,0,0,1,'2023-05-06 00:00:00'), - (13063,2101,NULL,2,2103,1,'Traveler\'s Claymore','',102.010640625,-32.68688671875,0,0,1,'2023-05-06 00:00:00'), - (13064,2101,NULL,2,2103,1,'Soldier\'s Spear','',97.8400546875,-41.3736328125,0,0,1,'2023-05-06 00:00:00'), - (13065,2101,NULL,2,2103,1,'Traveler\'s Spear','',99.087703125,-40.14739453125,0,0,1,'2023-05-06 00:00:00'), - (13066,2101,NULL,2,2103,1,'Wooden Mop','',101.07214453125,-45.27284765625,0,0,1,'2023-05-06 00:00:00'), - (13067,2101,NULL,2,2103,1,'Torch','',100.9627265625,-45.36434765625,0,0,1,'2023-05-06 00:00:00'), - (13068,2101,NULL,2,2103,1,'Boomerang','',99.29893359375,-56.0566171875,0,0,1,'2023-05-06 00:00:00'), - (13069,2101,NULL,2,2104,1,'Lizal Bow','',99.3160546875,-56.138656640625,0,0,1,'2023-05-06 00:00:00'), - (13070,2101,NULL,2,2105,1,'Rusty Shield','',93.74363671875,-58.305028828125,0,0,1,'2023-05-06 00:00:00'), - (13071,2101,NULL,2,2103,1,'Rusty Halberd','',96.10182421875,-54.74443359375,0,0,1,'2023-05-06 00:00:00'), - (13072,2101,NULL,2,2103,1,'Rusty Halberd','',97.12161328125,-54.81902109375,0,0,1,'2023-05-06 00:00:00'), - (13073,2101,NULL,2,2103,1,'Long Stick','',94.52891015625,-58.998348984375,0,0,1,'2023-05-06 00:00:00'), - (13074,2101,NULL,2,2105,1,'Spiked Boko Shield','',99.84809765625,-68.26199296875,0,0,1,'2023-05-06 00:00:00'), - (13075,2101,NULL,2,2103,1,'Wooden Stick','',99.84711328125,-68.2299984375,0,0,1,'2023-05-06 00:00:00'), - (13076,2101,NULL,2,2103,1,'Traveler\'s Spear','',99.8440546875,-68.209584375,0,0,1,'2023-05-06 00:00:00'), - (13077,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',99.846234375,-68.24941875,0,0,1,'2023-05-06 00:00:00'), - (13078,2101,NULL,2,2103,1,'Sturdy Thick Stick','',99.0577734375,-67.892949609375,0,0,1,'2023-05-06 00:00:00'), - (13079,2101,NULL,2,2103,1,'Sturdy Thick Stick','',99.05033203125,-67.878491015625,0,0,1,'2023-05-06 00:00:00'), - (13080,2101,NULL,2,2105,1,'Rusty Shield','',97.727859375,-81.4985859375,0,0,1,'2023-05-06 00:00:00'), - (13081,2101,NULL,2,2103,1,'Rusty Broadsword','',97.7462109375,-81.49824609375,0,0,1,'2023-05-06 00:00:00'), - (13082,2101,NULL,2,2105,1,'Rusty Shield','',97.42616015625,-80.26255078125,0,0,1,'2023-05-06 00:00:00'), - (13083,2101,NULL,2,2103,1,'Wooden Stick','',99.832078125,-80.0217421875,0,0,1,'2023-05-06 00:00:00'), - (13084,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',99.8445,-80.02959375,0,0,1,'2023-05-06 00:00:00'), - (13085,2101,NULL,2,2103,1,'Soldier\'s Claymore','',99.86417578125,-80.04064453125,0,0,1,'2023-05-06 00:00:00'), - (13086,2101,NULL,2,2103,1,'Knight\'s Claymore','',96.48899999999998,-70.70583984375001,0,0,1,'2023-05-06 00:00:00'), - (13087,2101,NULL,2,2103,1,'Rusty Claymore','',96.70421484375,-75.48137109375,0,0,1,'2023-05-06 00:00:00'), - (13088,2101,NULL,2,2103,1,'Tree Branch','',102.55060546875,-79.4225625,0,0,1,'2023-05-06 00:00:00'), - (13089,2101,NULL,2,2103,1,'Tree Branch','',103.53608203125,-76.0851328125,0,0,1,'2023-05-06 00:00:00'), - (13090,2101,NULL,2,2103,1,'Rusty Halberd','',101.0092734375,-91.59067968749999,0,0,1,'2023-05-06 00:00:00'), - (13091,2101,NULL,2,2103,1,'Torch','',98.44216406250003,-91.288078125,0,0,1,'2023-05-06 00:00:00'), - (13092,2101,NULL,2,2103,1,'Knight\'s Broadsword','',98.44590234375,-91.4507578125,0,0,1,'2023-05-06 00:00:00'), - (13093,2101,NULL,2,2105,1,'Fisherman\'s Shield','',103.52384765625,-99.10855078124999,0,0,1,'2023-05-06 00:00:00'), - (13094,2101,NULL,2,2103,1,'Knight\'s Broadsword','',87.29131640625,-87.05005078125001,0,0,1,'2023-05-06 00:00:00'), - (13095,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',87.30031640625,-87.06125390625,0,0,1,'2023-05-06 00:00:00'), - (13096,2101,NULL,2,2103,1,'Sturdy Thick Stick','',87.3119765625,-87.075328125,0,0,1,'2023-05-06 00:00:00'), - (13097,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',84.64147265624999,-86.2081875,0,0,1,'2023-05-06 00:00:00'), - (13098,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',84.64782421875,-86.1875625,0,0,1,'2023-05-06 00:00:00'), - (13099,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',84.65288671875,-86.17105078125,0,0,1,'2023-05-06 00:00:00'), - (13100,2101,NULL,2,2105,1,'Rusty Shield','',86.11597265625,-97.12818750000001,0,0,1,'2023-05-06 00:00:00'), - (13101,2101,NULL,2,2105,1,'Rusty Shield','',92.79459375,-95.88452343750001,0,0,1,'2023-05-06 00:00:00'), - (13102,2101,NULL,2,2103,1,'Rusty Claymore','',92.78152734375,-95.88791015624999,0,0,1,'2023-05-06 00:00:00'), - (13103,2101,NULL,2,2103,1,'Rusty Halberd','',85.9852734375,-97.35392578125,0,0,1,'2023-05-06 00:00:00'), - (13104,2101,NULL,2,2103,1,'Rusty Claymore','',90.21628125,-95.75330859375,0,0,1,'2023-05-06 00:00:00'), - (13105,2101,NULL,2,2104,1,'Spiked Boko Bow','',104.503734375,-16.90599609375,0,0,1,'2023-05-06 00:00:00'), - (13106,2101,NULL,2,2103,1,'Traveler\'s Sword','',104.47640625,-16.899421874999998,0,0,1,'2023-05-06 00:00:00'), - (13107,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',104.4598125,-16.8959765625,0,0,1,'2023-05-06 00:00:00'), - (13108,2101,NULL,2,2103,1,'Cobble Crusher','',95.07795703125,-28.31133984375,0,0,1,'2023-05-06 00:00:00'), - (13109,2101,NULL,2,2104,1,'Traveler\'s Bow','',99.8674921875,-42.40359375,0,0,1,'2023-05-06 00:00:00'), - (13110,2101,NULL,2,2105,1,'Traveler\'s Shield','',99.85691015625,-42.411890625,0,0,1,'2023-05-06 00:00:00'), - (13111,2101,NULL,2,2103,1,'Traveler\'s Sword','',103.73067187500001,-58.490612343749994,0,0,1,'2023-05-06 00:00:00'), - (13112,2101,NULL,2,2103,1,'Boomerang','',103.759453125,-58.4808835546875,0,0,1,'2023-05-06 00:00:00'), - (13113,2101,NULL,2,2103,1,'Boomerang','',103.74101953124998,-58.48771394531249,0,0,1,'2023-05-06 00:00:00'), - (13114,2101,NULL,2,2103,1,'Torch','',95.95522265625,-55.824673828125,0,0,1,'2023-05-06 00:00:00'), - (13115,2101,NULL,2,2103,1,'Boomerang','',102.263671875,-55.348828125,0,0,1,'2023-05-06 00:00:00'), - (13116,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',105.03685546875,-47.08960078125,0,0,1,'2023-05-06 00:00:00'), - (13117,2101,NULL,2,2103,1,'Long Stick','',94.522828125,-57.931822734375004,0,0,1,'2023-05-06 00:00:00'), - (13118,2101,NULL,2,2103,1,'Long Stick','',94.52216015625,-57.860356406250006,0,0,1,'2023-05-06 00:00:00'), - (13119,2101,NULL,2,2103,1,'Rusty Broadsword','',97.12290234375,-80.04802734375,0,0,1,'2023-05-06 00:00:00'), - (13120,2101,NULL,2,2103,1,'Traveler\'s Sword','',98.16321093750003,-74.236078125,0,0,1,'2023-05-06 00:00:00'), - (13121,2101,NULL,2,2103,1,'Wooden Stick','',98.176828125,-74.2218515625,0,0,1,'2023-05-06 00:00:00'), - (13122,2101,NULL,2,2103,1,'Sturdy Thick Stick','',98.19021093750003,-74.206640625,0,0,1,'2023-05-06 00:00:00'), - (13123,2101,NULL,2,2105,1,'Rusty Shield','',98.4524296875,-91.53495703125,0,0,1,'2023-05-06 00:00:00'), - (13124,2101,NULL,2,2105,1,'Rusty Shield','',98.647265625,-91.43012109375,0,0,1,'2023-05-06 00:00:00'), - (13125,2101,NULL,2,2105,1,'Traveler\'s Shield','',101.11058203124998,-82.37804296875,0,0,1,'2023-05-06 00:00:00'), - (13126,2101,NULL,2,2103,1,'Soup Ladle','',98.61226171875,-92.0539453125,0,0,1,'2023-05-06 00:00:00'), - (13127,2101,NULL,2,2105,1,'Spiked Boko Shield','',103.06828125,-84.943921875,0,0,1,'2023-05-06 00:00:00'), - (13128,2101,NULL,2,2103,1,'Torch','',105.38398828125,-98.65853906250001,0,0,1,'2023-05-06 00:00:00'), - (13129,2101,NULL,2,2103,1,'Rusty Claymore','',104.30881640625,-99.23055468749999,0,0,1,'2023-05-06 00:00:00'), - (13130,2101,NULL,2,2105,1,'Rusty Shield','',104.84039062500003,-99.6923671875,0,0,1,'2023-05-06 00:00:00'), - (13131,2101,NULL,2,2103,1,'Boat Oar','',96.00165234375,-103.19183203125,0,0,1,'2023-05-06 00:00:00'), - (13132,2101,NULL,2,2103,1,'Sturdy Long Stick','',96.0339375,-103.17315234375,0,0,1,'2023-05-06 00:00:00'), - (13133,2101,NULL,2,2104,1,'Knight\'s Bow','',107.91165234375,-17.744894531250004,0,0,1,'2023-05-06 00:00:00'), - (13134,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.903015625,-17.75783203125,0,0,1,'2023-05-06 00:00:00'), - (13135,2101,NULL,2,2103,1,'Lizal Boomerang','',107.89906640625,-17.7665625,0,0,1,'2023-05-06 00:00:00'), - (13136,2101,NULL,2,2104,1,'Spiked Boko Bow','',111.2455078125,-27.8293828125,0,0,1,'2023-05-06 00:00:00'), - (13137,2101,NULL,2,2103,1,'Wooden Stick','',111.24175781250003,-27.85115625,0,0,1,'2023-05-06 00:00:00'), - (13138,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',111.2380546875,-27.86797265625,0,0,1,'2023-05-06 00:00:00'), - (13139,2101,NULL,2,2104,1,'Spiked Boko Bow','',110.1168046875,-30.16065234375,0,0,1,'2023-05-06 00:00:00'), - (13140,2101,NULL,2,2103,1,'Wooden Stick','',110.11828125,-30.182859375,0,0,1,'2023-05-06 00:00:00'), - (13141,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',110.11935937499997,-30.1966171875,0,0,1,'2023-05-06 00:00:00'), - (13142,2101,NULL,2,2103,1,'Rusty Broadsword','',108.55541015625,-40.672359375,0,0,1,'2023-05-06 00:00:00'), - (13143,2101,NULL,2,2103,1,'Rusty Halberd','',107.76420703125,-40.55103515625,0,0,1,'2023-05-06 00:00:00'), - (13144,2101,NULL,2,2105,1,'Rusty Shield','',106.16092968749999,-45.0488671875,0,0,1,'2023-05-06 00:00:00'), - (13145,2101,NULL,2,2103,1,'Rusty Halberd','',106.5928828125,-45.19158984375,0,0,1,'2023-05-06 00:00:00'), - (13146,2101,NULL,2,2103,1,'Rusty Halberd','',109.51981640624999,-41.05794140625,0,0,1,'2023-05-06 00:00:00'), - (13147,2101,NULL,2,2103,1,'Farming Hoe','',107.19685546875,-38.618390624999996,0,0,1,'2023-05-06 00:00:00'), - (13148,2101,NULL,2,2103,1,'Torch','',106.99940625,-38.6704921875,0,0,1,'2023-05-06 00:00:00'), - (13149,2101,NULL,2,2103,1,'Long Stick','',110.45497265625,-53.0227875,0,0,1,'2023-05-06 00:00:00'), - (13150,2101,NULL,2,2103,1,'Royal Halberd','',88.24149609375,-88.94314453125001,0,0,1,'2023-05-06 00:00:00'), - (13151,2101,NULL,2,2103,1,'Soup Ladle','',88.77758203125,-99.97640625,0,0,1,'2023-05-06 00:00:00'), - (13152,2101,NULL,2,2105,1,'Pot Lid','',88.7303203125,-99.97538671875,0,0,1,'2023-05-06 00:00:00'), - (13153,2101,NULL,2,2103,1,'Farming Hoe','',88.3538671875,-100.07230078125001,0,0,1,'2023-05-06 00:00:00'), - (13154,2101,NULL,2,2103,1,'Torch','',88.7871328125,-99.34599609375,0,0,1,'2023-05-06 00:00:00'), - (13155,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',86.13364453125,-97.1353359375,0,0,1,'2023-05-06 00:00:00'), - (13156,2101,NULL,2,2104,1,'Knight\'s Bow','',92.8009921875,-95.89790625,0,0,1,'2023-05-06 00:00:00'), - (13157,2101,NULL,2,2103,1,'Sturdy Long Stick','',85.9599375,-93.90059765625001,0,0,1,'2023-05-06 00:00:00'), - (13158,2101,NULL,2,2105,1,'Wooden Shield','',104.78073046875,-82.4659453125,0,0,1,'2023-05-06 00:00:00'), - (13159,2101,NULL,2,2104,1,'Traveler\'s Bow','',101.09944921875,-82.36883203125,0,0,1,'2023-05-06 00:00:00'), - (13160,2101,NULL,2,2103,1,'Rusty Halberd','',103.461609375,-83.54705859375,0,0,1,'2023-05-06 00:00:00'), - (13161,2101,NULL,2,2103,1,'Knight\'s Broadsword','',94.11863671875,-90.786,0,0,1,'2023-05-06 00:00:00'), - (13162,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',94.1338125,-90.7814296875,0,0,1,'2023-05-06 00:00:00'), - (13163,2101,NULL,2,2103,1,'Sturdy Thick Stick','',94.15102734375,-90.77523046875,0,0,1,'2023-05-06 00:00:00'), - (13164,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',102.7151484375,-88.59132421875,0,0,1,'2023-05-06 00:00:00'), - (13165,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',102.70726171874998,-88.60791796875,0,0,1,'2023-05-06 00:00:00'), - (13166,2101,NULL,2,2103,1,'Royal Claymore','',102.68791406250001,-88.63259765625001,0,0,1,'2023-05-06 00:00:00'), - (13167,2101,NULL,2,2103,1,'Wooden Stick','',97.83242578125,-83.1240234375,0,0,1,'2023-05-06 00:00:00'), - (13168,2101,NULL,2,2103,1,'Long Stick','',97.80786328125,-83.12688281250001,0,0,1,'2023-05-06 00:00:00'), - (13169,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',104.7542109375,-98.19147656249999,0,0,1,'2023-05-06 00:00:00'), - (13170,2101,NULL,2,2105,1,'Fisherman\'s Shield','',104.76343359375,-98.16973828125,0,0,1,'2023-05-06 00:00:00'), - (13171,2101,NULL,2,2103,1,'Long Stick','',100.14577734375003,-104.57064843750001,0,0,1,'2023-05-06 00:00:00'), - (13172,2101,NULL,2,2103,1,'Long Stick','',100.18580859375,-104.58336328125,0,0,1,'2023-05-06 00:00:00'), - (13173,2101,NULL,2,2103,1,'Long Stick','',100.15018359375,-104.62604296875,0,0,1,'2023-05-06 00:00:00'), - (13174,2101,NULL,2,2103,1,'Long Stick','',100.13164453124998,-104.59913671875,0,0,1,'2023-05-06 00:00:00'), - (13175,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',94.9817578125,-104.6453203125,0,0,1,'2023-05-06 00:00:00'), - (13176,2101,NULL,2,2103,1,'Sturdy Thick Stick','',108.5709375,-34.878421875,0,0,1,'2023-05-06 00:00:00'), - (13177,2101,NULL,2,2104,1,'Soldier’s Bow','',108.48229687499997,-41.6846953125,0,0,1,'2023-05-06 00:00:00'), - (13178,2101,NULL,2,2103,1,'Rusty Halberd','',107.86640625,-42.2203125,0,0,1,'2023-05-06 00:00:00'), - (13179,2101,NULL,2,2103,1,'Rusty Broadsword','',107.3898984375,-41.998828125,0,0,1,'2023-05-06 00:00:00'), - (13180,2101,NULL,2,2103,1,'Rusty Claymore','',108.25451953125003,-41.61483984375,0,0,1,'2023-05-06 00:00:00'), - (13181,2101,NULL,2,2105,1,'Spiked Boko Shield','',105.7025390625,-44.2339921875,0,0,1,'2023-05-06 00:00:00'), - (13182,2101,NULL,2,2104,1,'Knight\'s Bow','',105.70494140625,-44.19537890625,0,0,1,'2023-05-06 00:00:00'), - (13183,2101,NULL,2,2103,1,'Knight\'s Broadsword','',105.70203515625,-44.2234453125,0,0,1,'2023-05-06 00:00:00'), - (13184,2101,NULL,2,2103,1,'Torch','',109.03371093749998,-52.80216328125,0,0,1,'2023-05-06 00:00:00'), - (13185,2101,NULL,2,2104,1,'Lizal Bow','',110.13577734375,-58.113629414062494,0,0,1,'2023-05-06 00:00:00'), - (13186,2101,NULL,2,2103,1,'Boomerang','',110.14526953125,-58.125465937499996,0,0,1,'2023-05-06 00:00:00'), - (13187,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',110.1555,-58.1363511328125,0,0,1,'2023-05-06 00:00:00'), - (13188,2101,NULL,2,2103,1,'Zora Longsword','',106.60055859375,-57.091032421875,0,0,1,'2023-05-06 00:00:00'), - (13189,2101,NULL,2,2103,1,'Wooden Stick','',107.83985156249999,-66.256705078125,0,0,1,'2023-05-06 00:00:00'), - (13190,2101,NULL,2,2105,1,'Traveler\'s Shield','',107.23396875,-76.7911875,0,0,1,'2023-05-06 00:00:00'), - (13191,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',107.23394531250003,-76.7812265625,0,0,1,'2023-05-06 00:00:00'), - (13192,2101,NULL,2,2103,1,'Thick Stick','',107.23396875,-76.7396953125,0,0,1,'2023-05-06 00:00:00'), - (13193,2101,NULL,2,2103,1,'Boomerang','',110.64251953124997,-75.29548828125,0,0,1,'2023-05-06 00:00:00'), - (13194,2101,NULL,2,2104,1,'Spiked Boko Bow','',108.80462109375,-75.87971484375,0,0,1,'2023-05-06 00:00:00'), - (13195,2101,NULL,2,2103,1,'Wooden Stick','',108.81471093750002,-75.85771875,0,0,1,'2023-05-06 00:00:00'), - (13196,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',108.81882421875,-75.84371484375,0,0,1,'2023-05-06 00:00:00'), - (13197,2101,NULL,2,2103,1,'Farming Hoe','',109.220390625,-83.23884375,0,0,1,'2023-05-06 00:00:00'), - (13198,2101,NULL,2,2105,1,'Pot Lid','',110.68725,-83.67214453125,0,0,1,'2023-05-06 00:00:00'), - (13199,2101,NULL,2,2103,1,'Farming Hoe','',114.6511875,-83.55234375,0,0,1,'2023-05-06 00:00:00'), - (13200,2101,NULL,2,2103,1,'Tree Branch','',114.35368359375,-83.06049609375,0,0,1,'2023-05-06 00:00:00'), - (13201,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',103.07569921875,-84.95054296874999,0,0,1,'2023-05-06 00:00:00'), - (13202,2101,NULL,2,2103,1,'Traveler\'s Claymore','',103.0963125,-84.969421875,0,0,1,'2023-05-06 00:00:00'), - (13203,2101,NULL,2,2103,1,'Tree Branch','',98.09286328125,-89.8037578125,0,0,1,'2023-05-06 00:00:00'), - (13204,2101,NULL,2,2103,1,'Boat Oar','',105.31855078125002,-98.63671875,0,0,1,'2023-05-06 00:00:00'), - (13205,2101,NULL,2,2103,1,'Fishing Harpoon','',105.2323828125,-99.07484765625001,0,0,1,'2023-05-06 00:00:00'), - (13206,2101,NULL,2,2103,1,'Fishing Harpoon','',105.2651015625,-99.084984375,0,0,1,'2023-05-06 00:00:00'), - (13207,2101,NULL,2,2103,1,'Fishing Harpoon','',105.25623046875,-99.05429296875,0,0,1,'2023-05-06 00:00:00'), - (13208,2101,NULL,2,2103,1,'Fishing Harpoon','',105.70196484375,-98.11746093750001,0,0,1,'2023-05-06 00:00:00'), - (13209,2101,NULL,2,2103,1,'Fishing Harpoon','',105.687140625,-98.1515390625,0,0,1,'2023-05-06 00:00:00'), - (13210,2101,NULL,2,2103,1,'Fishing Harpoon','',105.66969140625002,-98.13860156250001,0,0,1,'2023-05-06 00:00:00'), - (13211,2101,NULL,2,2103,1,'Sturdy Thick Stick','',108.5742890625,-34.86421875,0,0,1,'2023-05-06 00:00:00'), - (13212,2101,NULL,2,2103,1,'Rusty Halberd','',107.1265078125,-25.385777343750004,0,0,1,'2023-05-06 00:00:00'), - (13213,2101,NULL,2,2103,1,'Rusty Broadsword','',106.18142578125,-31.56924609375,0,0,1,'2023-05-06 00:00:00'), - (13214,2101,NULL,2,2104,1,'Spiked Boko Bow','',108.03844921874997,-44.54736328125,0,0,1,'2023-05-06 00:00:00'), - (13215,2101,NULL,2,2103,1,'Wooden Stick','',108.01470703125003,-44.53675781250001,0,0,1,'2023-05-06 00:00:00'), - (13216,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.99867578125,-44.531203125,0,0,1,'2023-05-06 00:00:00'), - (13217,2101,NULL,2,2103,1,'Wooden Stick','',107.86210546875,-80.89456640625,0,0,1,'2023-05-06 00:00:00'), - (13218,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',107.85153515625,-80.87953125,0,0,1,'2023-05-06 00:00:00'), - (13219,2101,NULL,2,2103,1,'Soldier\'s Claymore','',107.8386328125,-80.85120703125,0,0,1,'2023-05-06 00:00:00'), - (13220,2101,NULL,2,2105,1,'Pot Lid','',109.27760156250002,-83.1753515625,0,0,1,'2023-05-06 00:00:00'), - (13221,2101,NULL,2,2103,1,'Wooden Mop','',109.78830468749997,-82.82962500000001,0,0,1,'2023-05-06 00:00:00'), - (13222,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',114.43158984375,-83.56051171874999,0,0,1,'2023-05-06 00:00:00'), - (13223,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',112.77670312500003,-83.17749609375,0,0,1,'2023-05-06 00:00:00'), - (13224,2101,NULL,2,2103,1,'Rusty Halberd','',108.80953125,-84.09849609375001,0,0,1,'2023-05-06 00:00:00'), - (13225,2101,NULL,2,2105,1,'Pot Lid','',111.05412890625,-83.407640625,0,0,1,'2023-05-06 00:00:00'), - (13226,2101,NULL,2,2103,1,'Soup Ladle','',110.77125,-83.6193984375,0,0,1,'2023-05-06 00:00:00'), - (13227,2101,NULL,2,2103,1,'Rusty Broadsword','',111.05333203125,-82.31640234375001,0,0,1,'2023-05-06 00:00:00'), - (13228,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.54865625,-88.83853125,0,0,1,'2023-05-06 00:00:00'), - (13229,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.50990234375,-88.85735156250001,0,0,1,'2023-05-06 00:00:00'), - (13230,2101,NULL,2,2103,1,'Wooden Stick','',109.5321796875,-88.84608984375,0,0,1,'2023-05-06 00:00:00'), - (13231,2101,NULL,2,2103,1,'Boat Oar','',116.429953125,-87.8420859375,0,0,1,'2023-05-06 00:00:00'), - (13232,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',116.44906640625003,-87.89155078125,0,0,1,'2023-05-06 00:00:00'), - (13233,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',116.53396875,-87.929484375,0,0,1,'2023-05-06 00:00:00'), - (13234,2101,NULL,2,2105,1,'Lizal Shield','',119.2037109375,-57.6964494140625,0,0,1,'2023-05-06 00:00:00'), - (13235,2101,NULL,2,2103,1,'Boomerang','',119.19430078125,-57.6996687890625,0,0,1,'2023-05-06 00:00:00'), - (13236,2101,NULL,2,2103,1,'Traveler\'s Claymore','',119.167734375,-57.7083609375,0,0,1,'2023-05-06 00:00:00'), - (13237,2101,NULL,2,2103,1,'Thick Stick','',118.24416796875,-71.04891796875,0,0,1,'2023-05-06 00:00:00'), - (13238,2101,NULL,2,2103,1,'Boat Oar','',122.82619921875,-101.22401953125,0,0,1,'2023-05-06 00:00:00'), - (13239,2101,NULL,2,2105,1,'Rusty Shield','',123.0165703125,-99.97473046875,0,0,1,'2023-05-06 00:00:00'), - (13240,2101,NULL,2,2103,1,'Rusty Claymore','',122.41362890625,-101.75948437500001,0,0,1,'2023-05-06 00:00:00'), - (13241,2101,NULL,2,2103,1,'Tree Branch','',123.98455078125,-101.61959765625001,0,0,1,'2023-05-06 00:00:00'), - (13242,2101,NULL,2,2105,1,'Soldier’s Shield','',105.4228125,-44.16908203125001,0,0,1,'2023-05-06 00:00:00'), - (13243,2101,NULL,2,2104,1,'Boko Bow','',105.421640625,-44.20034765625,0,0,1,'2023-05-06 00:00:00'), - (13244,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',105.42441796875,-44.18286328124999,0,0,1,'2023-05-06 00:00:00'), - (13245,2101,NULL,2,2105,1,'Spiked Boko Shield','',107.82833203125,-66.251818359375,0,0,1,'2023-05-06 00:00:00'), - (13246,2101,NULL,2,2105,1,'Lizal Shield','',108.08813671875,-59.2796033203125,0,0,1,'2023-05-06 00:00:00'), - (13247,2101,NULL,2,2104,1,'Spiked Boko Bow','',109.129171875,-72.6356484375,0,0,1,'2023-05-06 00:00:00'), - (13248,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.14666796875,-72.6162890625,0,0,1,'2023-05-06 00:00:00'), - (13249,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.15733203125,-72.603328125,0,0,1,'2023-05-06 00:00:00'), - (13250,2101,NULL,2,2103,1,'Wooden Stick','',116.49509765625002,-87.93700781250001,0,0,1,'2023-05-06 00:00:00'), - (13251,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',106.37292187499997,-91.0511484375,0,0,1,'2023-05-06 00:00:00'), - (13252,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.36768359374999,-91.071421875,0,0,1,'2023-05-06 00:00:00'), - (13253,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.3656328125,-91.08909375,0,0,1,'2023-05-06 00:00:00'), - (13254,2101,NULL,2,2103,1,'Soldier\'s Claymore','',106.3579921875,-86.48012109375001,0,0,1,'2023-05-06 00:00:00'), - (13255,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',106.367109375,-86.510203125,0,0,1,'2023-05-06 00:00:00'), - (13256,2101,NULL,2,2103,1,'Wooden Stick','',106.37762109375,-86.5251328125,0,0,1,'2023-05-06 00:00:00'), - (13257,2101,NULL,2,2103,1,'Boat Oar','',106.02519140625,-101.4415078125,0,0,1,'2023-05-06 00:00:00'), - (13258,2101,NULL,2,2105,1,'Rusty Shield','',122.91441796875,-21.298687499999996,0,0,1,'2023-05-06 00:00:00'), - (13259,2101,NULL,2,2103,1,'Torch','',123.26269921875002,-21.6127265625,0,0,1,'2023-05-06 00:00:00'), - (13260,2101,NULL,2,2104,1,'Mighty Construct Bow','',124.65854296875,-16.61208984375,0,0,1,'2023-05-06 00:00:00'), - (13261,2101,NULL,2,2103,1,'Strong Zonaite Spear','',126.351234375,-14.7286171875,0,0,1,'2023-05-06 00:00:00'), - (13262,2101,NULL,2,2104,1,'Mighty Construct Bow','',123.36950390624997,-14.736421874999998,0,0,1,'2023-05-06 00:00:00'), - (13263,2101,NULL,2,2103,1,'Strong Zonaite Sword','',123.70653515625001,-15.529007812499998,0,0,1,'2023-05-06 00:00:00'), - (13264,2101,NULL,2,2105,1,'Strong Zonaite Shield','',123.71876953124998,-15.528738281250003,0,0,1,'2023-05-06 00:00:00'), - (13265,2101,NULL,2,2104,1,'Strong Construct Bow','',123.73320703124998,-15.53124609375,0,0,1,'2023-05-06 00:00:00'), - (13266,2101,NULL,2,2103,1,'Wooden Stick','',126.703640625,-25.75076953125,0,0,1,'2023-05-06 00:00:00'), - (13267,2101,NULL,2,2103,1,'Long Stick','',126.696515625,-25.726980468750003,0,0,1,'2023-05-06 00:00:00'), - (13268,2101,NULL,2,2105,1,'Wooden Shield','',120.09612890625002,-26.2238671875,0,0,1,'2023-05-06 00:00:00'), - (13269,2101,NULL,2,2103,1,'Boat Oar','',121.212796875,-30.96772265625,0,0,1,'2023-05-06 00:00:00'), - (13270,2101,NULL,2,2103,1,'Wooden Stick','',122.8653515625,-100.90566796875,0,0,1,'2023-05-06 00:00:00'), - (13271,2101,NULL,2,2103,1,'Boat Oar','',122.98471875,-99.5900390625,0,0,1,'2023-05-06 00:00:00'), - (13272,2101,NULL,2,2103,1,'Sturdy Thick Stick','',124.01571093749997,-99.80180859375,0,0,1,'2023-05-06 00:00:00'), - (13273,2101,NULL,2,2103,1,'Sturdy Long Stick','',124.0366875,-99.84779296874999,0,0,1,'2023-05-06 00:00:00'), - (13274,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',124.72030078124997,-102.12475781250001,0,0,1,'2023-05-06 00:00:00'), - (13275,2101,NULL,2,2103,1,'Sturdy Long Stick','',124.69698046875001,-102.13262109374999,0,0,1,'2023-05-06 00:00:00'), - (13276,2101,NULL,2,2103,1,'Knight\'s Halberd','',19.708722656249996,-75.6568828125,0,0,1,'2023-05-06 00:00:00'), - (13277,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',19.665644531250003,-75.6591328125,0,0,1,'2023-05-06 00:00:00'), - (13278,2101,NULL,2,2103,1,'Sturdy Thick Stick','',19.921957031249995,-76.3175625,0,0,1,'2023-05-06 00:00:00'), - (13279,2101,NULL,2,2103,1,'Sturdy Thick Stick','',16.485175781249996,-89.7091875,0,0,1,'2023-05-06 00:00:00'), - (13280,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',20.450437500000003,-87.05185546875,0,0,1,'2023-05-06 00:00:00'), - (13281,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',20.457574218749997,-87.02417578125,0,0,1,'2023-05-06 00:00:00'), - (13282,2101,NULL,2,2103,1,'Lizal Boomerang','',20.461441406249996,-87.00767578125001,0,0,1,'2023-05-06 00:00:00'), - (13283,2101,NULL,2,2103,1,'Sturdy Thick Stick','',12.48046875,-83.87109375,0,0,1,'2023-05-06 00:00:00'), - (13284,2101,NULL,2,2103,1,'Sturdy Long Stick','',12.31640625,-83.8359375,0,0,1,'2023-05-06 00:00:00'), - (13285,2101,NULL,2,2103,1,'Long Stick','',33.01039453125,-28.63372265625,0,0,1,'2023-05-06 00:00:00'), - (13286,2101,NULL,2,2103,1,'Farming Hoe','',110.51328515625,-82.49452734375,0,0,1,'2023-05-06 00:00:00'), - (13287,2101,NULL,2,2105,1,'Fisherman\'s Shield','',109.6098984375,-96.71058984375001,0,0,1,'2023-05-06 00:00:00'), - (13288,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.64042578125,-96.72207421875,0,0,1,'2023-05-06 00:00:00'), - (13289,2101,NULL,2,2103,1,'Sturdy Long Stick','',109.65716015625,-96.72643359375,0,0,1,'2023-05-06 00:00:00'), - (13290,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',109.61958984375,-96.71207812499999,0,0,1,'2023-05-06 00:00:00'), - (13291,2101,NULL,2,2103,1,'Strong Zonaite Longsword','',124.951359375,-15.23063671875,0,0,1,'2023-05-06 00:00:00'), - (13292,2101,NULL,2,2105,1,'Strong Zonaite Shield','',125.06165625,-14.884605468749998,0,0,1,'2023-05-06 00:00:00'), - (13293,2101,NULL,2,2103,1,'Strong Zonaite Sword','',125.07311718749997,-14.8848984375,0,0,1,'2023-05-06 00:00:00'), - (13294,2101,NULL,2,2103,1,'Torch','',124.8043828125,-15.349734375,0,0,1,'2023-05-06 00:00:00'), - (13295,2101,NULL,2,2103,1,'Boat Oar','',125.2267265625,-22.171921875,0,0,1,'2023-05-06 00:00:00'), - (13296,2101,NULL,2,2103,1,'Torch','',119.70141796875,-26.40253125,0,0,1,'2023-05-06 00:00:00'), - (13297,2101,NULL,2,2103,1,'Wooden Mop','',119.98396875,-26.37948046875,0,0,1,'2023-05-06 00:00:00'), - (13298,2101,NULL,2,2103,1,'Rusty Claymore','',120.90806250000001,-24.185953125,0,0,1,'2023-05-06 00:00:00'), - (13299,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',122.74925390624998,-102.35401171874999,0,0,1,'2023-05-06 00:00:00'), - (13300,2101,NULL,2,2103,1,'Sturdy Thick Stick','',122.72208984375,-102.34876171875,0,0,1,'2023-05-06 00:00:00'), - (13301,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.411867187499997,-83.38883203125,0,0,1,'2023-05-06 00:00:00'), - (13302,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',19.659058593750004,-75.65928515625,0,0,1,'2023-05-06 00:00:00'), - (13303,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',19.691132812500005,-75.6612421875,0,0,1,'2023-05-06 00:00:00'), - (13304,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',14.473148437500004,-74.42619140625,0,0,1,'2023-05-06 00:00:00'), - (13305,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',14.461488281249995,-74.44625390625,0,0,1,'2023-05-06 00:00:00'), - (13306,2101,NULL,2,2103,1,'Sturdy Long Stick','',14.468882812499997,-74.435578125,0,0,1,'2023-05-06 00:00:00'), - (13307,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',14.448128906250002,-74.45480859375,0,0,1,'2023-05-06 00:00:00'), - (13308,2101,NULL,2,2103,1,'Sturdy Thick Stick','',19.913308593750003,-76.3353046875,0,0,1,'2023-05-06 00:00:00'), - (13309,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.629285156249995,-95.11173046875,0,0,1,'2023-05-06 00:00:00'), - (13310,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.439441406249998,-95.24040234375,0,0,1,'2023-05-06 00:00:00'), - (13311,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.2684296875,-95.0550234375,0,0,1,'2023-05-06 00:00:00'), - (13312,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.128531249999998,-94.725046875,0,0,1,'2023-05-06 00:00:00'), - (13313,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.152683593750005,-94.48482421875,0,0,1,'2023-05-06 00:00:00'), - (13314,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.34716796875,-94.41380859375,0,0,1,'2023-05-06 00:00:00'), - (13315,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.64489453125,-94.37089453125,0,0,1,'2023-05-06 00:00:00'), - (13316,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',15.854390625000004,-94.68140625,0,0,1,'2023-05-06 00:00:00'), - (13317,2101,NULL,2,2105,1,'Hunter\'s Shield','',21.634710937500003,-101.84017968750001,0,0,1,'2023-05-06 00:00:00'), - (13318,2101,NULL,2,2103,1,'Knight\'s Broadsword','',21.602425781250002,-101.80280859374999,0,0,1,'2023-05-06 00:00:00'), - (13319,2101,NULL,2,2103,1,'Soldier\'s Spear','',33.002859375,-28.6113984375,0,0,1,'2023-05-06 00:00:00'), - (13320,2101,NULL,2,2103,1,'Torch','',33.020285156250004,-28.65926953125,0,0,1,'2023-05-06 00:00:00'), - (13321,2101,NULL,2,2105,1,'Boko Shield','',27.1241015625,-32.51419921875,0,0,1,'2023-05-06 00:00:00'), - (13322,2101,NULL,2,2103,1,'Wooden Stick','',27.09375,-32.49188671875,0,0,1,'2023-05-06 00:00:00'), - (13323,2101,NULL,2,2103,1,'Soldier\'s Spear','',27.08296875,-32.484375,0,0,1,'2023-05-06 00:00:00'), - (13324,2101,NULL,2,2103,1,'Wooden Stick','',27.1171875,-32.51015625,0,0,1,'2023-05-06 00:00:00'), - (13325,2101,NULL,2,2103,1,'Tree Branch','',27.58543359375,-30.80276953125,0,0,1,'2023-05-06 00:00:00'), - (13326,2101,NULL,2,2103,1,'Tree Branch','',27.24444140625,-30.8156484375,0,0,1,'2023-05-06 00:00:00'), - (13327,2101,NULL,2,2103,1,'Tree Branch','',27.3442265625,-31.3186171875,0,0,1,'2023-05-06 00:00:00'), - (13328,2101,NULL,2,2103,1,'Tree Branch','',26.685140625,-31.16625,0,0,1,'2023-05-06 00:00:00'), - (13329,2101,NULL,2,2103,1,'Tree Branch','',26.8856015625,-31.31834765625,0,0,1,'2023-05-06 00:00:00'), - (13330,2101,NULL,2,2103,1,'Tree Branch','',26.90900390625,-31.09782421875,0,0,1,'2023-05-06 00:00:00'), - (13331,2101,NULL,2,2105,1,'Soldier’s Shield','',32.44766015625,-30.4965234375,0,0,1,'2023-05-06 00:00:00'), - (13332,2101,NULL,2,2104,1,'Boko Bow','',32.49563671874999,-30.47574609375,0,0,1,'2023-05-06 00:00:00'), - (13333,2101,NULL,2,2103,1,'Wooden Stick','',32.47531640625,-30.483609375,0,0,1,'2023-05-06 00:00:00'), - (13334,2101,NULL,2,2103,1,'Traveler\'s Sword','',32.45541796875,-30.4919765625,0,0,1,'2023-05-06 00:00:00'), - (13335,2101,NULL,2,2105,1,'Boko Shield','',29.397421875,-34.38483984375,0,0,1,'2023-05-06 00:00:00'), - (13336,2101,NULL,2,2104,1,'Soldier’s Bow','',29.45071875,-34.39421484375,0,0,1,'2023-05-06 00:00:00'), - (13337,2101,NULL,2,2103,1,'Wooden Stick','',29.4271171875,-34.38936328125,0,0,1,'2023-05-06 00:00:00'), - (13338,2101,NULL,2,2103,1,'Traveler\'s Sword','',29.40561328125,-34.385296875,0,0,1,'2023-05-06 00:00:00'), - (13339,2101,NULL,2,2103,1,'Thick Stick','',32.056546875,-38.34657421875,0,0,1,'2023-05-06 00:00:00'), - (13340,2101,NULL,2,2103,1,'Knight\'s Broadsword','',122.83389843750003,-101.03159765624999,0,0,1,'2023-05-06 00:00:00'), - (13341,2101,NULL,2,2105,1,'Knight\'s Shield','',122.76198046875,-101.19568359375,0,0,1,'2023-05-06 00:00:00'), - (13342,2101,NULL,2,2103,1,'Soldier\'s Spear','',123.86881640625,-103.09543359374999,0,0,1,'2023-05-06 00:00:00'), - (13343,2101,NULL,2,2105,1,'Boko Shield','',23.57483203125,-35.36837109375,0,0,1,'2023-05-06 00:00:00'), - (13344,2101,NULL,2,2103,1,'Wooden Stick','',23.5657734375,-35.3349609375,0,0,1,'2023-05-06 00:00:00'), - (13345,2101,NULL,2,2103,1,'Long Stick','',23.55598828125,-35.31889453125,0,0,1,'2023-05-06 00:00:00'), - (13346,2101,NULL,2,2103,1,'Wooden Stick','',23.57199609375,-35.36267578125,0,0,1,'2023-05-06 00:00:00'), - (13347,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.332496093749995,-81.910453125,0,0,1,'2023-05-06 00:00:00'), - (13348,2101,NULL,2,2103,1,'Traveler\'s Claymore','',13.916484375,-81.1777734375,0,0,1,'2023-05-06 00:00:00'), - (13349,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.288546875,-80.224546875,0,0,1,'2023-05-06 00:00:00'), - (13350,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.67341796875,-86.60101171875,0,0,1,'2023-05-06 00:00:00'), - (13351,2101,NULL,2,2103,1,'Traveler\'s Claymore','',19.754917968749997,-85.52883984374999,0,0,1,'2023-05-06 00:00:00'), - (13352,2101,NULL,2,2103,1,'Traveler\'s Claymore','',17.988351562500004,-88.05015234374999,0,0,1,'2023-05-06 00:00:00'), - (13353,2101,NULL,2,2103,1,'Traveler\'s Claymore','',20.409679687500002,-83.95051171875,0,0,1,'2023-05-06 00:00:00'), - (13354,2101,NULL,2,2103,1,'Traveler\'s Claymore','',23.11630078125,-90.33120703125,0,0,1,'2023-05-06 00:00:00'), - (13355,2101,NULL,2,2103,1,'Traveler\'s Claymore','',20.25333984375,-88.23310546875,0,0,1,'2023-05-06 00:00:00'), - (13356,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.817125,-82.99278515625,0,0,1,'2023-05-06 00:00:00'), - (13357,2101,NULL,2,2103,1,'Traveler\'s Claymore','',21.70939453125,-86.44548046875,0,0,1,'2023-05-06 00:00:00'), - (13358,2101,NULL,2,2103,1,'Traveler\'s Claymore','',13.919589843750002,-87.04696875,0,0,1,'2023-05-06 00:00:00'), - (13359,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.95951953125,-86.18089453125,0,0,1,'2023-05-06 00:00:00'), - (13360,2101,NULL,2,2103,1,'Traveler\'s Claymore','',12.409699218750003,-84.32272265625001,0,0,1,'2023-05-06 00:00:00'), - (13361,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.608374999999995,-83.29433203125,0,0,1,'2023-05-06 00:00:00'), - (13362,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.571917968749997,-82.05648046875,0,0,1,'2023-05-06 00:00:00'), - (13363,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.059285156250002,-82.628671875,0,0,1,'2023-05-06 00:00:00'), - (13364,2101,NULL,2,2103,1,'Traveler\'s Claymore','',18.327996093749995,-85.08205078125,0,0,1,'2023-05-06 00:00:00'), - (13365,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.911402343750002,-84.61133203124999,0,0,1,'2023-05-06 00:00:00'), - (13366,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.432277343749995,-87.8905078125,0,0,1,'2023-05-06 00:00:00'), - (13367,2101,NULL,2,2103,1,'Traveler\'s Claymore','',15.061453124999995,-84.2217421875,0,0,1,'2023-05-06 00:00:00'), - (13368,2101,NULL,2,2103,1,'Traveler\'s Claymore','',16.440492187499995,-86.03551171875,0,0,1,'2023-05-06 00:00:00'), - (13369,2101,NULL,2,2103,1,'Wooden Stick','',27.70011328125,-20.0356640625,0,0,1,'2023-05-06 00:00:00'), - (13370,2101,NULL,2,2104,1,'Swallow Bow','',25.861734375,-31.35636328125,0,0,1,'2023-05-06 00:00:00'), - (13371,2101,NULL,2,2103,1,'Torch','',31.7164921875,-37.39229296875,0,0,1,'2023-05-06 00:00:00'), - (13372,2101,NULL,2,2103,1,'Long Stick','',28.43358984375,-51.082153125,0,0,1,'2023-05-06 00:00:00'), - (13373,2101,NULL,2,2103,1,'Torch','',28.4136328125,-51.129140625000005,0,0,1,'2023-05-06 00:00:00'), - (13374,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',34.183921874999996,-77.4099140625,0,0,1,'2023-05-06 00:00:00'), - (13375,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',34.191140624999996,-77.441203125,0,0,1,'2023-05-06 00:00:00'), - (13376,2101,NULL,2,2103,1,'Sturdy Long Stick','',34.20019921875,-77.45921484375,0,0,1,'2023-05-06 00:00:00'), - (13377,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',34.18618359375,-77.41679296875,0,0,1,'2023-05-06 00:00:00'), - (13378,2101,NULL,2,2104,1,'Knight\'s Bow','',24.113800781249996,-92.94165234375001,0,0,1,'2023-05-06 00:00:00'), - (13379,2101,NULL,2,2103,1,'Gerudo Spear','',32.0116640625,-89.0606484375,0,0,1,'2023-05-06 00:00:00'), - (13380,2101,NULL,2,2103,1,'Traveler\'s Spear','',30.966796875,-90.0234375,0,0,1,'2023-05-06 00:00:00'), - (13381,2101,NULL,2,2105,1,'Traveler\'s Shield','',31.0107421875,-89.94263671875,0,0,1,'2023-05-06 00:00:00'), - (13382,2101,NULL,2,2105,1,'Gerudo Shield','',25.0459453125,-93.53976562499999,0,0,1,'2023-05-06 00:00:00'), - (13383,2101,NULL,2,2103,1,'Gerudo Scimitar','',25.052390625,-93.5298046875,0,0,1,'2023-05-06 00:00:00'), - (13384,2101,NULL,2,2103,1,'Gerudo Claymore','',25.061765625,-93.521015625,0,0,1,'2023-05-06 00:00:00'), - (13385,2101,NULL,2,2104,1,'Gerudo Bow','',25.07792578125,-93.5059453125,0,0,1,'2023-05-06 00:00:00'), - (13386,2101,NULL,2,2104,1,'Traveler\'s Bow','',29.66823046875,-93.1444453125,0,0,1,'2023-05-06 00:00:00'), - (13387,2101,NULL,2,2103,1,'Torch','',35.745140625,-21.848765625,0,0,1,'2023-05-06 00:00:00'), - (13388,2101,NULL,2,2105,1,'Boko Shield','',37.64293359375,-34.92373828125,0,0,1,'2023-05-06 00:00:00'), - (13389,2101,NULL,2,2103,1,'Rusty Broadsword','',25.43670703125,-33.863109375,0,0,1,'2023-05-06 00:00:00'), - (13390,2101,NULL,2,2103,1,'Thick Stick','',26.1979921875,-32.7214453125,0,0,1,'2023-05-06 00:00:00'), - (13391,2101,NULL,2,2103,1,'Thick Stick','',26.18398828125,-32.7253828125,0,0,1,'2023-05-06 00:00:00'), - (13392,2101,NULL,2,2105,1,'Pot Lid','',28.259296875,-37.388671875,0,0,1,'2023-05-06 00:00:00'), - (13393,2101,NULL,2,2103,1,'Torch','',28.2266953125,-37.38830859375,0,0,1,'2023-05-06 00:00:00'), - (13394,2101,NULL,2,2103,1,'Soup Ladle','',28.28448046875,-37.4613984375,0,0,1,'2023-05-06 00:00:00'), - (13395,2101,NULL,2,2103,1,'Rusty Halberd','',28.42667578125,-37.17373828125,0,0,1,'2023-05-06 00:00:00'), - (13396,2101,NULL,2,2105,1,'Pot Lid','',32.04566015625,-37.65687890624999,0,0,1,'2023-05-06 00:00:00'), - (13397,2101,NULL,2,2103,1,'Rusty Halberd','',29.495085937500004,-46.0158984375,0,0,1,'2023-05-06 00:00:00'), - (13398,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',27.863765625,-48.45896015625,0,0,1,'2023-05-06 00:00:00'), - (13399,2101,NULL,2,2103,1,'Wooden Stick','',27.88156640625,-48.457569140625,0,0,1,'2023-05-06 00:00:00'), - (13400,2101,NULL,2,2103,1,'Long Stick','',28.42348828125,-51.103326562499994,0,0,1,'2023-05-06 00:00:00'), - (13401,2101,NULL,2,2103,1,'Rusty Claymore','',24.7129921875,-47.56478671875,0,0,1,'2023-05-06 00:00:00'), - (13402,2101,NULL,2,2105,1,'Wooden Shield','',24.35598046875,-57.702485507812504,0,0,1,'2023-05-06 00:00:00'), - (13403,2101,NULL,2,2105,1,'Wooden Shield','',24.34316015625,-57.690285820312496,0,0,1,'2023-05-06 00:00:00'), - (13404,2101,NULL,2,2103,1,'Rusty Broadsword','',29.5072265625,-59.75602734375,0,0,1,'2023-05-06 00:00:00'), - (13405,2101,NULL,2,2104,1,'Gerudo Bow','',25.933031250000006,-78.2226328125,0,0,1,'2023-05-06 00:00:00'), - (13406,2101,NULL,2,2105,1,'Radiant Shield','',25.95333984375,-78.20876953125001,0,0,1,'2023-05-06 00:00:00'), - (13407,2101,NULL,2,2103,1,'Torch','',27.33765234375,-74.41358203125,0,0,1,'2023-05-06 00:00:00'), - (13408,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',24.79880859375,-80.69279296875,0,0,1,'2023-05-06 00:00:00'), - (13409,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',24.7997109375,-80.72042578125,0,0,1,'2023-05-06 00:00:00'), - (13410,2101,NULL,2,2103,1,'Lizal Boomerang','',24.79901953125,-80.7335859375,0,0,1,'2023-05-06 00:00:00'), - (13411,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.725128906249996,-76.67820703125,0,0,1,'2023-05-06 00:00:00'), - (13412,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.774253906249996,-76.677421875,0,0,1,'2023-05-06 00:00:00'), - (13413,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',25.74678515625,-76.6764140625,0,0,1,'2023-05-06 00:00:00'), - (13414,2101,NULL,2,2103,1,'Rusty Claymore','',29.68798828125,-93.11254687499999,0,0,1,'2023-05-06 00:00:00'), - (13415,2101,NULL,2,2103,1,'Torch','',26.3452734375,-85.598296875,0,0,1,'2023-05-06 00:00:00'), - (13416,2101,NULL,2,2103,1,'Gerudo Spear','',25.07208984375,-93.513796875,0,0,1,'2023-05-06 00:00:00'), - (13417,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',27.61580859375,-83.80695703125,0,0,1,'2023-05-06 00:00:00'), - (13418,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',27.619171874999996,-83.78857031250001,0,0,1,'2023-05-06 00:00:00'), - (13419,2101,NULL,2,2103,1,'Gerudo Claymore','',27.62258203125,-83.757890625,0,0,1,'2023-05-06 00:00:00'), - (13420,2101,NULL,2,2103,1,'Rusty Halberd','',41.80184765625,-22.26162890625,0,0,1,'2023-05-06 00:00:00'), - (13421,2101,NULL,2,2105,1,'Knight\'s Shield','',35.677078125,-21.8867578125,0,0,1,'2023-05-06 00:00:00'), - (13422,2101,NULL,2,2103,1,'Wooden Stick','',37.664765625,-34.90829296875,0,0,1,'2023-05-06 00:00:00'), - (13423,2101,NULL,2,2103,1,'Long Stick','',37.67840625,-34.89609375,0,0,1,'2023-05-06 00:00:00'), - (13424,2101,NULL,2,2103,1,'Wooden Stick','',37.64743359375,-34.91984765625,0,0,1,'2023-05-06 00:00:00'), - (13425,2101,NULL,2,2103,1,'Tree Branch','',39.218296875,-38.88110156250001,0,0,1,'2023-05-06 00:00:00'), - (13426,2101,NULL,2,2103,1,'Tree Branch','',39.31285546875,-38.96288671875,0,0,1,'2023-05-06 00:00:00'), - (13427,2101,NULL,2,2103,1,'Thick Stick','',45.08227734375,-56.447295703125,0,0,1,'2023-05-06 00:00:00'), - (13428,2101,NULL,2,2103,1,'Farmer\'s Pitchfork','',36.005765625,-52.4931984375,0,0,1,'2023-05-06 00:00:00'), - (13429,2101,NULL,2,2105,1,'Pot Lid','',36.21087890625,-51.979366406249994,0,0,1,'2023-05-06 00:00:00'), - (13430,2101,NULL,2,2103,1,'Rusty Broadsword','',45.66385546875,-64.9011328125,0,0,1,'2023-05-06 00:00:00'), - (13431,2101,NULL,2,2103,1,'Torch','',45.701015625,-64.930259765625,0,0,1,'2023-05-06 00:00:00'), - (13432,2101,NULL,2,2105,1,'Rusty Shield','',45.6551484375,-64.908772265625,0,0,1,'2023-05-06 00:00:00'), - (13433,2101,NULL,2,2103,1,'Rusty Broadsword','',46.318453125,-59.380233046875,0,0,1,'2023-05-06 00:00:00'), - (13434,2101,NULL,2,2105,1,'Wooden Shield','',36.0581953125,-61.538909765625,0,0,1,'2023-05-06 00:00:00'), - (13435,2101,NULL,2,2103,1,'Wooden Stick','',36.04557421875,-61.51235390625,0,0,1,'2023-05-06 00:00:00'), - (13436,2101,NULL,2,2103,1,'Soldier\'s Spear','',36.03472265625,-61.49938359375,0,0,1,'2023-05-06 00:00:00'), - (13437,2101,NULL,2,2103,1,'Wooden Stick','',36.05373046875,-61.5321328125,0,0,1,'2023-05-06 00:00:00'), - (13438,2101,NULL,2,2103,1,'Thick Stick','',35.70601171875,-62.48469140625,0,0,1,'2023-05-06 00:00:00'), - (13439,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',44.14468359375,-80.7738984375,0,0,1,'2023-05-06 00:00:00'), - (13440,2101,NULL,2,2103,1,'Soldier\'s Spear','',44.12319140625,-80.759953125,0,0,1,'2023-05-06 00:00:00'), - (13441,2101,NULL,2,2103,1,'Knight\'s Halberd','',35.65529296875,-87.7359140625,0,0,1,'2023-05-06 00:00:00'), - (13442,2101,NULL,2,2103,1,'Eightfold Blade','',27.14530078125,-74.34772265625,0,0,1,'2023-05-06 00:00:00'), - (13443,2101,NULL,2,2103,1,'Eightfold Longblade','',27.1516640625,-74.3267578125,0,0,1,'2023-05-06 00:00:00'), - (13444,2101,NULL,2,2104,1,'Duplex Bow','',27.47082421875,-74.14733203125,0,0,1,'2023-05-06 00:00:00'), - (13445,2101,NULL,2,2103,1,'Soup Ladle','',31.88112890625,-88.69060546875,0,0,1,'2023-05-06 00:00:00'), - (13446,2101,NULL,2,2103,1,'Torch','',25.347234375,-93.1116328125,0,0,1,'2023-05-06 00:00:00'), - (13447,2101,NULL,2,2103,1,'Rusty Claymore','',25.51606640625,-93.5891953125,0,0,1,'2023-05-06 00:00:00'), - (13448,2101,NULL,2,2104,1,'Gerudo Bow','',24.24704296875,-92.9426953125,0,0,1,'2023-05-06 00:00:00'), - (13449,2101,NULL,2,2103,1,'Rusty Broadsword','',32.1719765625,-85.6458046875,0,0,1,'2023-05-06 00:00:00'), - (13450,2101,NULL,2,2103,1,'Rusty Claymore','',29.25500390625,-86.44587890625,0,0,1,'2023-05-06 00:00:00'), - (13451,2101,NULL,2,2105,1,'Gerudo Shield','',32.95381640625,-84.0065859375,0,0,1,'2023-05-06 00:00:00'), - (13452,2101,NULL,2,2103,1,'Traveler\'s Claymore','',23.4866015625,-92.1271875,0,0,1,'2023-05-06 00:00:00'), - (13453,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',25.8046875,-87.687890625,0,0,1,'2023-05-06 00:00:00'), - (13454,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',26.6115703125,-87.47465625,0,0,1,'2023-05-06 00:00:00'), - (13455,2101,NULL,2,2103,1,'Traveler\'s Claymore','',26.27438671875,-92.91922265625,0,0,1,'2023-05-06 00:00:00'), - (13456,2101,NULL,2,2103,1,'Gerudo Spear','',25.99555078125,-92.56993359375,0,0,1,'2023-05-06 00:00:00'), - (13457,2101,NULL,2,2103,1,'Traveler\'s Spear','',31.453125,-88.76953125,0,0,1,'2023-05-06 00:00:00'), - (13458,2101,NULL,2,2105,1,'Knight\'s Shield','',35.790199218750004,-21.761835937500003,0,0,1,'2023-05-06 00:00:00'), - (13459,2101,NULL,2,2105,1,'Royal Shield','',35.74630078125,-21.74490234375,0,0,1,'2023-05-06 00:00:00'), - (13460,2101,NULL,2,2103,1,'Rusty Claymore','',40.9891875,-37.1212265625,0,0,1,'2023-05-06 00:00:00'), - (13461,2101,NULL,2,2105,1,'Rusty Shield','',43.0513125,-35.95484765625,0,0,1,'2023-05-06 00:00:00'), - (13462,2101,NULL,2,2103,1,'Rusty Broadsword','',43.2425390625,-36.56842968750001,0,0,1,'2023-05-06 00:00:00'), - (13463,2101,NULL,2,2105,1,'Traveler\'s Shield','',38.81947265625,-39.0675,0,0,1,'2023-05-06 00:00:00'), - (13464,2101,NULL,2,2103,1,'Rusty Claymore','',43.5984375,-48.13828125,0,0,1,'2023-05-06 00:00:00'), - (13465,2101,NULL,2,2103,1,'Torch','',35.79615234375,-52.235765625,0,0,1,'2023-05-06 00:00:00'), - (13466,2101,NULL,2,2103,1,'Wooden Stick','',37.12822265625,-54.036983203125,0,0,1,'2023-05-06 00:00:00'), - (13467,2101,NULL,2,2103,1,'Wooden Stick','',37.11087890625,-54.0141421875,0,0,1,'2023-05-06 00:00:00'), - (13468,2101,NULL,2,2103,1,'Knight\'s Claymore','',37.09747265625,-54.006847265625,0,0,1,'2023-05-06 00:00:00'), - (13469,2101,NULL,2,2103,1,'Knight\'s Claymore','',38.85383203125,-76.5688125,0,0,1,'2023-05-06 00:00:00'), - (13470,2101,NULL,2,2103,1,'Rusty Halberd','',37.6661015625,-86.09953125,0,0,1,'2023-05-06 00:00:00'), - (13471,2101,NULL,2,2103,1,'Rusty Claymore','',37.0707890625,-85.6529296875,0,0,1,'2023-05-06 00:00:00'), - (13472,2101,NULL,2,2103,1,'Rusty Broadsword','',37.25377734375,-86.21658984374999,0,0,1,'2023-05-06 00:00:00'), - (13473,2101,NULL,2,2103,1,'Rusty Claymore','',38.8144921875,-86.6822109375,0,0,1,'2023-05-06 00:00:00'), - (13474,2101,NULL,2,2103,1,'Rusty Broadsword','',43.87463671875,-84.784125,0,0,1,'2023-05-06 00:00:00'), - (13475,2101,NULL,2,2105,1,'Wooden Shield','',35.6618203125,-21.869484375,0,0,1,'2023-05-06 00:00:00'), - (13476,2101,NULL,2,2105,1,'Soldier’s Shield','',35.66980078125,-21.880593749999996,0,0,1,'2023-05-06 00:00:00'), - (13477,2101,NULL,2,2105,1,'Knight\'s Shield','',35.790199218750004,-21.761835937500003,0,0,1,'2023-05-06 00:00:00'), - (13478,2101,NULL,2,2105,1,'Royal Shield','',35.74630078125,-21.74490234375,0,0,1,'2023-05-06 00:00:00'), - (13479,2101,NULL,2,2103,1,'Rusty Broadsword','',45.9331171875,-34.288265625,0,0,1,'2023-05-06 00:00:00'), - (13480,2101,NULL,2,2103,1,'Wooden Stick','',44.4308203125,-33.05145703125,0,0,1,'2023-05-06 00:00:00'), - (13481,2101,NULL,2,2103,1,'Tree Branch','',38.7639140625,-38.15176171875,0,0,1,'2023-05-06 00:00:00'), - (13482,2101,NULL,2,2103,1,'Torch','',38.932875,-39.01594921875,0,0,1,'2023-05-06 00:00:00'), - (13483,2101,NULL,2,2105,1,'Rusty Shield','',37.16480859375,-38.082375,0,0,1,'2023-05-06 00:00:00'), - (13484,2101,NULL,2,2103,1,'Wooden Stick','',45.1291875,-44.2583671875,0,0,1,'2023-05-06 00:00:00'), - (13485,2101,NULL,2,2103,1,'Wooden Stick','',45.10608984375,-44.26217578125,0,0,1,'2023-05-06 00:00:00'), - (13486,2101,NULL,2,2104,1,'Boko Bow','',45.08315625,-44.2642265625,0,0,1,'2023-05-06 00:00:00'), - (13487,2101,NULL,2,2105,1,'Boko Shield','',45.13550390625,-44.25757031249999,0,0,1,'2023-05-06 00:00:00'), - (13488,2101,NULL,2,2103,1,'Torch','',40.56280078125,-40.7296640625,0,0,1,'2023-05-06 00:00:00'), - (13489,2101,NULL,2,2103,1,'Rusty Broadsword','',46.6524375,-57.09498046875,0,0,1,'2023-05-06 00:00:00'), - (13490,2101,NULL,2,2105,1,'Rusty Shield','',46.6622578125,-57.347504296875,0,0,1,'2023-05-06 00:00:00'), - (13491,2101,NULL,2,2103,1,'Rusty Claymore','',46.28633203125,-62.133225,0,0,1,'2023-05-06 00:00:00'), - (13492,2101,NULL,2,2103,1,'Rusty Broadsword','',45.85916015625,-78.6211171875,0,0,1,'2023-05-06 00:00:00'), - (13493,2101,NULL,2,2103,1,'Rusty Halberd','',42.83068359375,-79.46680078124999,0,0,1,'2023-05-06 00:00:00'), - (13494,2101,NULL,2,2103,1,'Thick Stick','',45.079171875,-80.0935546875,0,0,1,'2023-05-06 00:00:00'), - (13495,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',37.337730468749996,-77.01558984375,0,0,1,'2023-05-06 00:00:00'), - (13496,2101,NULL,2,2103,1,'Sturdy Long Stick','',37.3517578125,-76.992421875,0,0,1,'2023-05-06 00:00:00'), - (13497,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',37.35225,-77.00035546875,0,0,1,'2023-05-06 00:00:00'), - (13498,2101,NULL,2,2105,1,'Dragonbone Boko Shield','',37.3441875,-77.00883984375,0,0,1,'2023-05-06 00:00:00'), - (13499,2101,NULL,2,2103,1,'Traveler\'s Sword','',45.5614921875,-79.38922265625,0,0,1,'2023-05-06 00:00:00'), - (13500,2101,NULL,2,2103,1,'Traveler\'s Claymore','',45.5397890625,-79.42269140625,0,0,1,'2023-05-06 00:00:00'), - (13501,2101,NULL,2,2103,1,'Traveler\'s Spear','',45.55275,-79.42091015625,0,0,1,'2023-05-06 00:00:00'), - (13502,2101,NULL,2,2103,1,'Torch','',37.6900078125,-84.7079296875,0,0,1,'2023-05-06 00:00:00'), - (13503,2101,NULL,2,2103,1,'Soup Ladle','',37.703953125,-84.7599375,0,0,1,'2023-05-06 00:00:00'), - (13504,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',45.09697265625,-83.0424609375,0,0,1,'2023-05-06 00:00:00'), - (13505,2101,NULL,2,2103,1,'Soldier\'s Claymore','',45.1284375,-83.01676171875,0,0,1,'2023-05-06 00:00:00'), - (13506,2101,NULL,2,2103,1,'Traveler\'s Spear','',45.11302734375,-83.01253125,0,0,1,'2023-05-06 00:00:00'), - (13507,2101,NULL,2,2103,1,'Rusty Claymore','',37.415765625,-84.540703125,0,0,1,'2023-05-06 00:00:00'), - (13508,2101,NULL,2,2103,1,'Soldier\'s Claymore','',35.6391796875,-87.725296875,0,0,1,'2023-05-06 00:00:00'), - (13509,2101,NULL,2,2103,1,'Knight\'s Broadsword','',35.62283203125,-87.69092578125,0,0,1,'2023-05-06 00:00:00'), - (13510,2101,NULL,2,2105,1,'Rusty Shield','',37.2088359375,-86.2433671875,0,0,1,'2023-05-06 00:00:00'), - (13511,2101,NULL,2,2103,1,'Rusty Halberd','',40.3999453125,-94.71971484375,0,0,1,'2023-05-06 00:00:00'), - (13512,2101,NULL,2,2103,1,'Wooden Mop','',37.55891015625,-84.7792734375,0,0,1,'2023-05-06 00:00:00'), - (13513,2101,NULL,2,2105,1,'Spiked Boko Shield','',42.50056640625,-85.67375390625,0,0,1,'2023-05-06 00:00:00'), - (13514,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',42.51059765625,-85.67499609375,0,0,1,'2023-05-06 00:00:00'), - (13515,2101,NULL,2,2103,1,'Soldier\'s Broadsword','',42.528328125,-85.6824140625,0,0,1,'2023-05-06 00:00:00'), - (13516,2101,NULL,2,2103,1,'Soldier\'s Claymore','',42.54819140625,-85.692328125,0,0,1,'2023-05-06 00:00:00'), - (13517,2101,NULL,2,2103,1,'Traveler\'s Sword','',40.66546875,-83.88316406250001,0,0,1,'2023-05-06 00:00:00'), - (13518,2101,NULL,2,2103,1,'Soldier\'s Claymore','',40.63721484375,-83.9143828125,0,0,1,'2023-05-06 00:00:00'), - (13519,2101,NULL,2,2103,1,'Traveler\'s Spear','',40.653046875,-83.91160546875,0,0,1,'2023-05-06 00:00:00'), - (13520,2101,NULL,2,2104,1,'Dragonbone Boko Bow','',37.5010546875,-103.02178124999999,0,0,1,'2023-05-06 00:00:00'), - (13521,2101,NULL,2,2103,1,'Sturdy Wooden Stick','',37.47365625,-103.01644921875001,0,0,1,'2023-05-06 00:00:00'), - (13522,2101,NULL,2,2103,1,'Lizal Boomerang','',37.460226562500004,-103.01293359375,0,0,1,'2023-05-06 00:00:00'), - (13523,2101,NULL,2,2148,1,'Cooking Pot','',73.2421875,-14.09765625,0,0,1,'2023-05-06 00:00:00'), - (13524,2101,NULL,2,2148,1,'Cooking Pot','',90.2448046875,-15.52379296875,0,0,1,'2023-05-06 00:00:00'), - (13525,2101,NULL,2,2148,1,'Cooking Pot','',73.932146484375,-17.381906249999997,0,0,1,'2023-05-06 00:00:00'), - (13526,2101,NULL,2,2148,1,'Cooking Pot','',73.932146484375,-17.381906249999997,0,0,1,'2023-05-06 00:00:00'), - (13527,2101,NULL,2,2148,1,'Cooking Pot','',101.75296875,-17.904890625,0,0,1,'2023-05-06 00:00:00'), - (13528,2101,NULL,2,2148,1,'Cooking Pot','',27.62109375,-20.056640625,0,0,1,'2023-05-06 00:00:00'), - (13529,2101,NULL,2,2148,1,'Cooking Pot','',35.75387109375,-21.741562500000004,0,0,1,'2023-05-06 00:00:00'), - (13530,2101,NULL,2,2148,1,'Cooking Pot','',74.7001640625,-22.285675781249996,0,0,1,'2023-05-06 00:00:00'), - (13531,2101,NULL,2,2148,1,'Cooking Pot','',74.7001640625,-22.285675781249996,0,0,1,'2023-05-06 00:00:00'), - (13532,2101,NULL,2,2148,1,'Cooking Pot','',122.76387890624999,-23.711203125000004,0,0,1,'2023-05-06 00:00:00'), - (13533,2101,NULL,2,2148,1,'Cooking Pot','',90.91264453125,-24.17117578125,0,0,1,'2023-05-06 00:00:00'), - (13534,2101,NULL,2,2148,1,'Cooking Pot','',120.062578125,-24.210398437500004,0,0,1,'2023-05-06 00:00:00'), - (13535,2101,NULL,2,2149,1,'Goddess\' Statue','',120.26630859375,-25.651464843750002,0,0,1,'2023-05-06 00:00:00'), - (13536,2101,NULL,2,2148,1,'Cooking Pot','',89.38149609375,-25.81339453125,0,0,1,'2023-05-06 00:00:00'), - (13537,2101,NULL,2,2148,1,'Cooking Pot','',115.21086328125001,-26.0084296875,0,0,1,'2023-05-06 00:00:00'), - (13538,2101,NULL,2,2148,1,'Cooking Pot','',120.11668359375,-26.2805390625,0,0,1,'2023-05-06 00:00:00'), - (13539,2101,NULL,2,2149,1,'Goddess\' Statue','',57.91498828125,-26.98190625,0,0,1,'2023-05-06 00:00:00'), - (13540,2101,NULL,2,2149,1,'Goddess\' Statue','',114.38145703125,-27.1948359375,0,0,1,'2023-05-06 00:00:00'), - (13541,2101,NULL,2,2148,1,'Cooking Pot','',50.8063828125,-28.78831640625,0,0,1,'2023-05-06 00:00:00'), - (13542,2101,NULL,2,2148,1,'Cooking Pot','',89.675015625,-29.7510703125,0,0,1,'2023-05-06 00:00:00'), - (13543,2101,NULL,2,2149,1,'Goddess\' Statue','',90.4950703125,-29.80965234375,0,0,1,'2023-05-06 00:00:00'), - (13544,2101,NULL,2,2148,1,'Cooking Pot','',48.78585937499999,-30.17825390625,0,0,1,'2023-05-06 00:00:00'), - (13545,2101,NULL,2,2148,1,'Cooking Pot','',90.352125,-30.36894140625,0,0,1,'2023-05-06 00:00:00'), - (13546,2101,NULL,2,2148,1,'Cooking Pot','',113.46650390625,-30.52562109375,0,0,1,'2023-05-06 00:00:00'), - (13547,2101,NULL,2,2148,1,'Cooking Pot','',25.8679921875,-31.415765625,0,0,1,'2023-05-06 00:00:00'), - (13548,2101,NULL,2,2148,1,'Cooking Pot','',59.846473828125,-31.641234375,0,0,1,'2023-05-06 00:00:00'), - (13549,2101,NULL,2,2148,1,'Cooking Pot','',28.503703125,-32.14271484375,0,0,1,'2023-05-06 00:00:00'), - (13550,2101,NULL,2,2149,1,'Goddess\' Statue','',75.184415625,-33.0486796875,0,0,1,'2023-05-06 00:00:00'), - (13551,2101,NULL,2,2148,1,'Cooking Pot','',75.2386078125,-33.09111328125,0,0,1,'2023-05-06 00:00:00'), - (13552,2101,NULL,2,2148,1,'Cooking Pot','',93.8256796875,-34.65251953125001,0,0,1,'2023-05-06 00:00:00'), - (13553,2101,NULL,2,2148,1,'Cooking Pot','',89.69258203125,-35.574339843749996,0,0,1,'2023-05-06 00:00:00'), - (13554,2101,NULL,2,2148,1,'Cooking Pot','',41.03855859375,-37.3671328125,0,0,1,'2023-05-06 00:00:00'), - (13555,2101,NULL,2,2148,1,'Cooking Pot','',28.2530390625,-37.4355703125,0,0,1,'2023-05-06 00:00:00'), - (13556,2101,NULL,2,2149,1,'Goddess\' Statue','',28.00290234375,-37.439671875,0,0,1,'2023-05-06 00:00:00'), - (13557,2101,NULL,2,2148,1,'Cooking Pot','',32.03844140625,-37.7854921875,0,0,1,'2023-05-06 00:00:00'), - (13558,2101,NULL,2,2148,1,'Cooking Pot','',89.341828125,-38.458640625,0,0,1,'2023-05-06 00:00:00'), - (13559,2101,NULL,2,2148,1,'Cooking Pot','',91.70876953125,-38.5072734375,0,0,1,'2023-05-06 00:00:00'), - (13560,2101,NULL,2,2148,1,'Cooking Pot','',106.95321093749997,-38.74383984375,0,0,1,'2023-05-06 00:00:00'), - (13561,2101,NULL,2,2148,1,'Cooking Pot','',35.49814453125,-38.79732421875,0,0,1,'2023-05-06 00:00:00'), - (13562,2101,NULL,2,2148,1,'Cooking Pot','',38.826246093749994,-39.08780859375,0,0,1,'2023-05-06 00:00:00'), - (13563,2101,NULL,2,2148,1,'Cooking Pot','',116.52690234375,-39.624632812499996,0,0,1,'2023-05-06 00:00:00'), - (13564,2101,NULL,2,2149,1,'Goddess\' Statue','',116.79219140625,-39.71226562499999,0,0,1,'2023-05-06 00:00:00'), - (13565,2101,NULL,2,2148,1,'Cooking Pot','',114.0477421875,-39.94855078125,0,0,1,'2023-05-06 00:00:00'), - (13566,2101,NULL,2,2148,1,'Cooking Pot','',78.62365546875,-40.3634296875,0,0,1,'2023-05-06 00:00:00'), - (13567,2101,NULL,2,2148,1,'Cooking Pot','',79.633006640625,-41.56919531250001,0,0,1,'2023-05-06 00:00:00'), - (13568,2101,NULL,2,2148,1,'Cooking Pot','',75.095368359375,-42.14377734375,0,0,1,'2023-05-06 00:00:00'), - (13569,2101,NULL,2,2148,1,'Cooking Pot','',81.76418671875001,-42.3026015625,0,0,1,'2023-05-06 00:00:00'), - (13570,2101,NULL,2,2148,1,'Cooking Pot','',99.82616015625,-42.37229296875,0,0,1,'2023-05-06 00:00:00'), - (13571,2101,NULL,2,2148,1,'Cooking Pot','',86.443359375,-43.787109375,0,0,1,'2023-05-06 00:00:00'), - (13572,2101,NULL,2,2148,1,'Cooking Pot','',108.06796875,-44.45621484375,0,0,1,'2023-05-06 00:00:00'), - (13573,2101,NULL,2,2148,1,'Cooking Pot','',57.68183203125,-44.67767578125,0,0,1,'2023-05-06 00:00:00'), - (13574,2101,NULL,2,2148,1,'Cooking Pot','',83.12408203125,-45.20950781249999,0,0,1,'2023-05-06 00:00:00'), - (13575,2101,NULL,2,2148,1,'Cooking Pot','',100.9258359375,-45.416730468749996,0,0,1,'2023-05-06 00:00:00'), - (13576,2101,NULL,2,2148,1,'Cooking Pot','',69.4619162109375,-47.07793359375,0,0,1,'2023-05-06 00:00:00'), - (13577,2101,NULL,2,2148,1,'Cooking Pot','',104.97085546874997,-47.15684179687501,0,0,1,'2023-05-06 00:00:00'), - (13578,2101,NULL,2,2148,1,'Cooking Pot','',27.89042578125,-48.363131249999995,0,0,1,'2023-05-06 00:00:00'), - (13579,2101,NULL,2,2148,1,'Cooking Pot','',24.333984375,-48.626953125,0,0,1,'2023-05-06 00:00:00'), - (13580,2101,NULL,2,2148,1,'Cooking Pot','',66.324155859375,-48.82670039062501,0,0,1,'2023-05-06 00:00:00'), - (13581,2101,NULL,2,2148,1,'Cooking Pot','',68.5127109375,-49.07112539062499,0,0,1,'2023-05-06 00:00:00'), - (13582,2101,NULL,2,2148,1,'Cooking Pot','',68.512700390625,-49.071132421875,0,0,1,'2023-05-06 00:00:00'), - (13583,2101,NULL,2,2148,1,'Cooking Pot','',67.587890625,-49.327297265625,0,0,1,'2023-05-06 00:00:00'), - (13584,2101,NULL,2,2148,1,'Cooking Pot','',65.463282421875,-49.750454296875006,0,0,1,'2023-05-06 00:00:00'), - (13585,2101,NULL,2,2148,1,'Cooking Pot','',54.33600000000001,-49.90774453125,0,0,1,'2023-05-06 00:00:00'), - (13586,2101,NULL,2,2148,1,'Cooking Pot','',84.193359375,-50.90898046875,0,0,1,'2023-05-06 00:00:00'), - (13587,2101,NULL,2,2148,1,'Cooking Pot','',28.33700390625,-51.060366796874995,0,0,1,'2023-05-06 00:00:00'), - (13588,2101,NULL,2,2148,1,'Cooking Pot','',33.561890625,-51.51214570312499,0,0,1,'2023-05-06 00:00:00'), - (13589,2101,NULL,2,2148,1,'Cooking Pot','',36.1712578125,-52.017987890625,0,0,1,'2023-05-06 00:00:00'), - (13590,2101,NULL,2,2148,1,'Cooking Pot','',55.166015625,-52.517578125,0,0,1,'2023-05-06 00:00:00'), - (13591,2101,NULL,2,2149,1,'Goddess\' Statue','',109.18231640625,-52.688246484375,0,0,1,'2023-05-06 00:00:00'), - (13592,2101,NULL,2,2148,1,'Cooking Pot','',109.03005468750003,-52.778558203125,0,0,1,'2023-05-06 00:00:00'), - (13593,2101,NULL,2,2148,1,'Cooking Pot','',66.41015625,-53.40234375,0,0,1,'2023-05-06 00:00:00'), - (13594,2101,NULL,2,2148,1,'Cooking Pot','',95.42609765625,-53.5148625,0,0,1,'2023-05-06 00:00:00'), - (13595,2101,NULL,2,2148,1,'Cooking Pot','',69.3925784765625,-53.70703125,0,0,1,'2023-05-06 00:00:00'), - (13596,2101,NULL,2,2148,1,'Cooking Pot','',67.762416796875,-53.71331015625,0,0,1,'2023-05-06 00:00:00'), - (13597,2101,NULL,2,2148,1,'Cooking Pot','',115.5760546875,-54.167773828125,0,0,1,'2023-05-06 00:00:00'), - (13598,2101,NULL,2,2148,1,'Cooking Pot','',95.98074609375,-55.8264796875,0,0,1,'2023-05-06 00:00:00'), - (13599,2101,NULL,2,2148,1,'Cooking Pot','',102.29288671875,-55.85958046875,0,0,1,'2023-05-06 00:00:00'), - (13600,2101,NULL,2,2148,1,'Cooking Pot','',100.9689609375,-57.22008046875,0,0,1,'2023-05-06 00:00:00'), - (13601,2101,NULL,2,2148,1,'Cooking Pot','',67.15546875,-57.399609375,0,0,1,'2023-05-06 00:00:00'), - (13602,2101,NULL,2,2149,1,'Goddess\' Statue','',67.479467578125,-57.58774253906249,0,0,1,'2023-05-06 00:00:00'), - (13603,2101,NULL,2,2148,1,'Cooking Pot','',93.751171875,-58.3523436328125,0,0,1,'2023-05-06 00:00:00'), - (13604,2101,NULL,2,2148,1,'Cooking Pot','',103.73298046875,-58.366809375,0,0,1,'2023-05-06 00:00:00'), - (13605,2101,NULL,2,2148,1,'Cooking Pot','',108.03554296875,-59.707214765625004,0,0,1,'2023-05-06 00:00:00'), - (13606,2101,NULL,2,2148,1,'Cooking Pot','',53.8043203125,-60.471598828125,0,0,1,'2023-05-06 00:00:00'), - (13607,2101,NULL,2,2148,1,'Cooking Pot','',81.17595468750001,-60.5285484375,0,0,1,'2023-05-06 00:00:00'), - (13608,2101,NULL,2,2148,1,'Cooking Pot','',69.810326484375,-61.2175265625,0,0,1,'2023-05-06 00:00:00'), - (13609,2101,NULL,2,2148,1,'Cooking Pot','',80.429508984375,-61.9117875,0,0,1,'2023-05-06 00:00:00'), - (13610,2101,NULL,2,2148,1,'Cooking Pot','',46.36875,-62.105859375,0,0,1,'2023-05-06 00:00:00'), - (13611,2101,NULL,2,2148,1,'Cooking Pot','',56.2875703125,-62.19420703125,0,0,1,'2023-05-06 00:00:00'), - (13612,2101,NULL,2,2148,1,'Cooking Pot','',82.588125,-62.275016015625,0,0,1,'2023-05-06 00:00:00'), - (13613,2101,NULL,2,2148,1,'Cooking Pot','',66.457904296875,-62.504094140625,0,0,1,'2023-05-06 00:00:00'), - (13614,2101,NULL,2,2148,1,'Cooking Pot','',61.835643749999996,-65.3531953125,0,0,1,'2023-05-06 00:00:00'), - (13615,2101,NULL,2,2148,1,'Cooking Pot','',65.07356484374999,-65.76519375,0,0,1,'2023-05-06 00:00:00'), - (13616,2101,NULL,2,2148,1,'Cooking Pot','',41.604609375,-65.927058984375,0,0,1,'2023-05-06 00:00:00'), - (13617,2101,NULL,2,2148,1,'Cooking Pot','',64.97921484375,-65.95710234375,0,0,1,'2023-05-06 00:00:00'), - (13618,2101,NULL,2,2148,1,'Cooking Pot','',65.24298515624999,-65.97514921875,0,0,1,'2023-05-06 00:00:00'), - (13619,2101,NULL,2,2148,1,'Cooking Pot','',76.952764453125,-68.759755078125,0,0,1,'2023-05-06 00:00:00'), - (13620,2101,NULL,2,2148,1,'Cooking Pot','',92.6509453125,-70.09926328125,0,0,1,'2023-05-06 00:00:00'), - (13621,2101,NULL,2,2149,1,'Goddess\' Statue','',91.87641796875,-70.287741796875,0,0,1,'2023-05-06 00:00:00'), - (13622,2101,NULL,2,2148,1,'Cooking Pot','',92.7032578125,-70.35280078125,0,0,1,'2023-05-06 00:00:00'), - (13623,2101,NULL,2,2148,1,'Cooking Pot','',91.409203125,-70.4598046875,0,0,1,'2023-05-06 00:00:00'), - (13624,2101,NULL,2,2148,1,'Cooking Pot','',74.042891015625,-71.47171875,0,0,1,'2023-05-06 00:00:00'), - (13625,2101,NULL,2,2148,1,'Cooking Pot','',111.2231953125,-71.5138828125,0,0,1,'2023-05-06 00:00:00'), - (13626,2101,NULL,2,2148,1,'Cooking Pot','',52.8275859375,-71.5675078125,0,0,1,'2023-05-06 00:00:00'), - (13627,2101,NULL,2,2148,1,'Cooking Pot','',74.486687109375,-72.10803515625,0,0,1,'2023-05-06 00:00:00'), - (13628,2101,NULL,2,2148,1,'Cooking Pot','',76.6622625,-72.52899609375,0,0,1,'2023-05-06 00:00:00'), - (13629,2101,NULL,2,2148,1,'Cooking Pot','',53.56693359375,-73.6278046875,0,0,1,'2023-05-06 00:00:00'), - (13630,2101,NULL,2,2148,1,'Cooking Pot','',73.05079335937499,-73.710421875,0,0,1,'2023-05-06 00:00:00'), - (13631,2101,NULL,2,2149,1,'Goddess\' Statue','',116.14189453125,-74.1597421875,0,0,1,'2023-05-06 00:00:00'), - (13632,2101,NULL,2,2148,1,'Cooking Pot','',110.62651171875,-75.23694140625,0,0,1,'2023-05-06 00:00:00'), - (13633,2101,NULL,2,2148,1,'Cooking Pot','',25.74268359375,-76.5388828125,0,0,1,'2023-05-06 00:00:00'), - (13634,2101,NULL,2,2148,1,'Cooking Pot','',91.224609375,-76.81798828125,0,0,1,'2023-05-06 00:00:00'), - (13635,2101,NULL,2,2148,1,'Cooking Pot','',37.337578125,-76.8540703125,0,0,1,'2023-05-06 00:00:00'), - (13636,2101,NULL,2,2148,1,'Cooking Pot','',91.183546875,-77.4579140625,0,0,1,'2023-05-06 00:00:00'), - (13637,2101,NULL,2,2148,1,'Cooking Pot','',59.748046875,-78.2578125,0,0,1,'2023-05-06 00:00:00'), - (13638,2101,NULL,2,2148,1,'Cooking Pot','',50.36752734375001,-79.4373984375,0,0,1,'2023-05-06 00:00:00'), - (13639,2101,NULL,2,2148,1,'Cooking Pot','',97.784625,-80.2381640625,0,0,1,'2023-05-06 00:00:00'), - (13640,2101,NULL,2,2148,1,'Cooking Pot','',42.06348046875,-81.3398203125,0,0,1,'2023-05-06 00:00:00'), - (13641,2101,NULL,2,2148,1,'Cooking Pot','',90.78198046875,-81.3864140625,0,0,1,'2023-05-06 00:00:00'), - (13642,2101,NULL,2,2148,1,'Cooking Pot','',58.177734375,-82.048828125,0,0,1,'2023-05-06 00:00:00'), - (13643,2101,NULL,2,2149,1,'Goddess\' Statue','',60.64476562500001,-82.369921875,0,0,1,'2023-05-06 00:00:00'), - (13644,2101,NULL,2,2149,1,'Goddess\' Statue','',60.694112109375,-82.379765625,0,0,1,'2023-05-06 00:00:00'), - (13645,2101,NULL,2,2149,1,'Goddess\' Statue','',60.62743359375,-82.39637109375,0,0,1,'2023-05-06 00:00:00'), - (13646,2101,NULL,2,2149,1,'Goddess\' Statue','',60.664871484375006,-82.40012109375,0,0,1,'2023-05-06 00:00:00'), - (13647,2101,NULL,2,2149,1,'Goddess\' Statue','',60.700932421875,-82.41041015625,0,0,1,'2023-05-06 00:00:00'), - (13648,2101,NULL,2,2149,1,'Goddess\' Statue','',60.64074843750001,-82.42623046875,0,0,1,'2023-05-06 00:00:00'), - (13649,2101,NULL,2,2149,1,'Goddess\' Statue','',60.6761671875,-82.4334140625,0,0,1,'2023-05-06 00:00:00'), - (13650,2101,NULL,2,2148,1,'Cooking Pot','',67.42279335937499,-82.82984765625,0,0,1,'2023-05-06 00:00:00'), - (13651,2101,NULL,2,2148,1,'Cooking Pot','',109.66128515624997,-83.15261718750001,0,0,1,'2023-05-06 00:00:00'), - (13652,2101,NULL,2,2149,1,'Goddess\' Statue','',110.615203125,-83.18511328125,0,0,1,'2023-05-06 00:00:00'), - (13653,2101,NULL,2,2148,1,'Cooking Pot','',97.76330859375003,-83.2608515625,0,0,1,'2023-05-06 00:00:00'), - (13654,2101,NULL,2,2148,1,'Cooking Pot','',77.214971484375,-83.29447265625,0,0,1,'2023-05-06 00:00:00'), - (13655,2101,NULL,2,2148,1,'Cooking Pot','',112.72876171875,-83.35409765625,0,0,1,'2023-05-06 00:00:00'), - (13656,2101,NULL,2,2148,1,'Cooking Pot','',110.73571875,-83.60649609375,0,0,1,'2023-05-06 00:00:00'), - (13657,2101,NULL,2,2148,1,'Cooking Pot','',110.69615625,-83.63030859375,0,0,1,'2023-05-06 00:00:00'), - (13658,2101,NULL,2,2148,1,'Cooking Pot','',41.82099609375,-84.31898437499999,0,0,1,'2023-05-06 00:00:00'), - (13659,2101,NULL,2,2148,1,'Cooking Pot','',41.82099609375,-84.31898437499999,0,0,1,'2023-05-06 00:00:00'), - (13660,2101,NULL,2,2148,1,'Cooking Pot','',37.693359375,-84.767578125,0,0,1,'2023-05-06 00:00:00'), - (13661,2101,NULL,2,2148,1,'Cooking Pot','',60.884764453125,-85.1109375,0,0,1,'2023-05-06 00:00:00'), - (13662,2101,NULL,2,2148,1,'Cooking Pot','',109.37330859375,-85.349015625,0,0,1,'2023-05-06 00:00:00'), - (13663,2101,NULL,2,2148,1,'Cooking Pot','',84.77075390625,-86.20508203124999,0,0,1,'2023-05-06 00:00:00'), - (13664,2101,NULL,2,2149,1,'Goddess\' Statue','',80.56455234375001,-86.2382578125,0,0,1,'2023-05-06 00:00:00'), - (13665,2101,NULL,2,2148,1,'Cooking Pot','',48.85606640624999,-88.56945703125,0,0,1,'2023-05-06 00:00:00'), - (13666,2101,NULL,2,2148,1,'Cooking Pot','',31.8982265625,-88.7069296875,0,0,1,'2023-05-06 00:00:00'), - (13667,2101,NULL,2,2148,1,'Cooking Pot','',79.577199609375,-88.73880468750001,0,0,1,'2023-05-06 00:00:00'), - (13668,2101,NULL,2,2148,1,'Cooking Pot','',109.58733984375,-88.96437890625,0,0,1,'2023-05-06 00:00:00'), - (13669,2101,NULL,2,2148,1,'Cooking Pot','',98.47381640625,-91.44928125,0,0,1,'2023-05-06 00:00:00'), - (13670,2101,NULL,2,2148,1,'Cooking Pot','',41.6971171875,-91.80929296875,0,0,1,'2023-05-06 00:00:00'), - (13671,2101,NULL,2,2148,1,'Cooking Pot','',26.14269140625,-92.21246484375,0,0,1,'2023-05-06 00:00:00'), - (13672,2101,NULL,2,2148,1,'Cooking Pot','',98.63746875,-92.23859765625,0,0,1,'2023-05-06 00:00:00'), - (13673,2101,NULL,2,2148,1,'Cooking Pot','',24.37805859375,-93.03319921875001,0,0,1,'2023-05-06 00:00:00'), - (13674,2101,NULL,2,2148,1,'Cooking Pot','',25.371984375,-93.11765625,0,0,1,'2023-05-06 00:00:00'), - (13675,2101,NULL,2,2148,1,'Cooking Pot','',25.39698046875,-93.142640625,0,0,1,'2023-05-06 00:00:00'), - (13676,2101,NULL,2,2149,1,'Goddess\' Statue','',24.924878906249994,-93.41966015625,0,0,1,'2023-05-06 00:00:00'), - (13677,2101,NULL,2,2148,1,'Cooking Pot','',30.078,-95.16908203124999,0,0,1,'2023-05-06 00:00:00'), - (13678,2101,NULL,2,2148,1,'Cooking Pot','',77.869475390625,-95.940796875,0,0,1,'2023-05-06 00:00:00'), - (13679,2101,NULL,2,2148,1,'Cooking Pot','',76.39268671875,-97.29212109375,0,0,1,'2023-05-06 00:00:00'), - (13680,2101,NULL,2,2148,1,'Cooking Pot','',88.382671875,-97.92680859375,0,0,1,'2023-05-06 00:00:00'), - (13681,2101,NULL,2,2148,1,'Cooking Pot','',104.23810546875,-98.56901953125,0,0,1,'2023-05-06 00:00:00'), - (13682,2101,NULL,2,2149,1,'Goddess\' Statue','',104.57058984375,-98.95968749999999,0,0,1,'2023-05-06 00:00:00'), - (13683,2101,NULL,2,2148,1,'Cooking Pot','',76.261655859375,-99.06878906249999,0,0,1,'2023-05-06 00:00:00'), - (13684,2101,NULL,2,2148,1,'Cooking Pot','',123.1733671875,-99.63138281250001,0,0,1,'2023-05-06 00:00:00'), - (13685,2101,NULL,2,2148,1,'Cooking Pot','',88.74919921875,-99.96744140625,0,0,1,'2023-05-06 00:00:00'), - (13686,2101,NULL,2,2148,1,'Cooking Pot','',78.04107539062501,-104.19582421875,0,0,1,'2023-05-06 00:00:00'), - (13687,2101,NULL,2,2148,1,'Cooking Pot','',13.940121093749998,-104.58216796874999,0,0,1,'2023-05-06 00:00:00'), - (13688,2101,NULL,2,2151,1,'Gerudo Great Skeleton','',13.89467578125,-104.008921875,0,0,1,'2023-05-06 00:00:00'), - (13689,2101,NULL,2,2125,1,'Miryotanog Shrine','',15.467578124999996,-94.762921875,0,0,1,'2023-05-06 00:00:00'), - (13690,2101,NULL,2,2125,1,'Mayamats Shrine','',15.96537890625,-76.32732421875,0,0,1,'2023-05-06 00:00:00'), - (13691,2101,NULL,2,2125,1,'Tauyosipun Shrine','',17.12574609375,-24.838195312499998,0,0,1,'2023-05-06 00:00:00'), - (13692,2101,NULL,2,2125,1,'Otutsum Shrine','',17.941335937499996,-66.462507421875,0,0,1,'2023-05-06 00:00:00'), - (13693,2101,NULL,2,2151,1,'Icefall Foothills Cave','',18.406125,-14.528859374999998,0,0,1,'2023-05-06 00:00:00'), - (13694,2101,NULL,2,2151,1,'Statue of the Eighth Heroine Cave','',18.93123046875,-64.88147578125,0,0,1,'2023-05-06 00:00:00'), - (13695,2101,NULL,2,2152,1,'Gerudo Summit Chasm','',21.0543515625,-66.066369140625,0,0,1,'2023-05-06 00:00:00'), - (13696,2101,NULL,2,2125,1,'Kudanisar Shrine','',21.452812500000004,-83.70870703125,0,0,1,'2023-05-06 00:00:00'), - (13697,2101,NULL,2,2125,1,'Irasak Shrine','',21.577652343749996,-103.42140234375,0,0,1,'2023-05-06 00:00:00'), - (13698,2101,NULL,2,2125,1,'Gasas Shrine','',21.64238671875,-57.441803671875,0,0,1,'2023-05-06 00:00:00'), - (13699,2101,NULL,2,2151,1,'Sturnida Springs Cave','',22.95514453125,-27.287765625,0,0,1,'2023-05-06 00:00:00'), - (13700,2101,NULL,2,2151,1,'East Biron Snowshelf Cave','',23.56205859375,-22.70094140625,0,0,1,'2023-05-06 00:00:00'), - (13701,2101,NULL,2,2123,1,'Gerudo Highlands Skyview Tower','',23.89597265625,-73.893703125,0,0,1,'2023-05-06 00:00:00'), - (13702,2101,NULL,2,2151,1,'West Lake Totori Cave','',23.9216484375,-34.81078125,0,0,1,'2023-05-06 00:00:00'), - (13703,2101,NULL,2,2125,1,'Ikatak Shrine','',24.011015625,-45.24515625,0,0,1,'2023-05-06 00:00:00'), - (13704,2101,NULL,2,2151,1,'Gisa Crater Cave','',24.24493359375,-45.80895703125,0,0,1,'2023-05-06 00:00:00'), - (13705,2101,NULL,2,2151,1,'Lake Kilsie Cave','',24.2461875,-25.06339453125,0,0,1,'2023-05-06 00:00:00'), - (13706,2101,NULL,2,2125,1,'Soryotanog Shrine','',24.81791015625,-93.31114453125,0,0,1,'2023-05-06 00:00:00'), - (13707,2101,NULL,2,2151,1,'Mystathi\'s Shelf Cave','',24.824390625,-67.110657421875,0,0,1,'2023-05-06 00:00:00'), - (13708,2101,NULL,2,2151,1,'Gisa Crater Cave','',25.013671875,-46.740234375,0,0,1,'2023-05-06 00:00:00'), - (13709,2101,NULL,2,2150,1,'Dronoc\'s Pass Well','',25.411125,-33.92056640625,0,0,1,'2023-05-06 00:00:00'), - (13710,2101,NULL,2,2151,1,'Valley of Silent Statues','',25.4626171875,-89.65217578125,0,0,1,'2023-05-06 00:00:00'), - (13711,2101,NULL,2,2151,1,'Hebra Great Skeleton','',25.61005078125,-16.459183593749998,0,0,1,'2023-05-06 00:00:00'), - (13712,2101,NULL,2,2151,1,'Gerudo Sanctuary','',26.21162109375,-86.9620078125,0,0,1,'2023-05-06 00:00:00'), - (13713,2101,NULL,2,2151,1,'Gerudo Sanctuary','',26.21162109375,-90.21701953125,0,0,1,'2023-05-06 00:00:00'), - (13714,2101,NULL,2,2125,1,'Karahatag Shrine','',26.62848046875,-101.07574218750001,0,0,1,'2023-05-06 00:00:00'), - (13715,2101,NULL,2,2152,1,'Birida Lookout Chasm','',27.121546875,-80.38908984375,0,0,1,'2023-05-06 00:00:00'), - (13716,2101,NULL,2,2123,1,'Rospro Pass Skyview Tower','',27.19236328125,-31.096828125,0,0,1,'2023-05-06 00:00:00'), - (13717,2101,NULL,2,2151,1,'Central Gerudo Cave','',27.19862109375,-96.7425703125,0,0,1,'2023-05-06 00:00:00'), - (13718,2101,NULL,2,2125,1,'Gatakis Shrine','',27.5133515625,-37.32385546875,0,0,1,'2023-05-06 00:00:00'), - (13719,2101,NULL,2,2151,1,'Rospro Pass Cave','',28.59896484375,-29.4330703125,0,0,1,'2023-05-06 00:00:00'), - (13720,2101,NULL,2,2151,1,'East Biron Snowshelf Cave','',28.64998828125,-22.403671875000004,0,0,1,'2023-05-06 00:00:00'), - (13721,2101,NULL,2,2125,1,'Eutoum Shrine','',29.21323828125,-16.760953125,0,0,1,'2023-05-06 00:00:00'), - (13722,2101,NULL,2,2125,1,'Turakawak Shrine','',29.32409765625,-60.904580859375,0,0,1,'2023-05-06 00:00:00'), - (13723,2101,NULL,2,2151,1,'Ancient Columns Cave','',29.70561328125,-53.326639453125,0,0,1,'2023-05-06 00:00:00'), - (13724,2101,NULL,2,2152,1,'Yiga Clan Hideout Chasm','',30.115054687500006,-74.22003515625,0,0,1,'2023-05-06 00:00:00'), - (13725,2101,NULL,2,2125,1,'Rotsumamu Shrine','',30.38663671875,-74.56808203125,0,0,1,'2023-05-06 00:00:00'), - (13726,2101,NULL,2,2151,1,'Hebra South Summit Cave','',30.4871015625,-29.30436328125,0,0,1,'2023-05-06 00:00:00'), - (13727,2101,NULL,2,2151,1,'Oasis Source','',30.996796875,-90.1636171875,0,0,1,'2023-05-06 00:00:00'), - (13728,2101,NULL,2,2125,1,'Sahirow Shrine','',31.006453125,-30.6294375,0,0,1,'2023-05-06 00:00:00'), - (13729,2101,NULL,2,2151,1,'Tanagar Canyon West Cave','',31.541343749999996,-49.338706640625006,0,0,1,'2023-05-06 00:00:00'), - (13730,2101,NULL,2,2125,1,'Mayatat Shrine','',31.75048828125,-88.03365234375,0,0,1,'2023-05-06 00:00:00'), - (13731,2101,NULL,2,2151,1,'Quicksand Lake Cave','',32.357625,-93.04283203125001,0,0,1,'2023-05-06 00:00:00'), - (13732,2101,NULL,2,2150,1,'Kara Kara Bazaar Well','',32.3983828125,-89.1375703125,0,0,1,'2023-05-06 00:00:00'), - (13733,2101,NULL,2,2151,1,'Hebra South Summit Cave','',32.49028125,-28.88344921875,0,0,1,'2023-05-06 00:00:00'), - (13734,2101,NULL,2,2151,1,'Talonto Peak Cave','',32.6413125,-29.739375,0,0,1,'2023-05-06 00:00:00'), - (13735,2101,NULL,2,2151,1,'Ancient Prison Ruins','',33.99188671875,-94.49741015625,0,0,1,'2023-05-06 00:00:00'), - (13736,2101,NULL,2,2125,1,'Oromuwak Shrine','',34.2361171875,-39.64140234375,0,0,1,'2023-05-06 00:00:00'), - (13737,2101,NULL,2,2151,1,'Brightcap Cave','',35.08923046875,-39.43325390625,0,0,1,'2023-05-06 00:00:00'), - (13738,2101,NULL,2,2151,1,'Hebra Mountains Northwest Cave','',35.2082109375,-20.791980468749998,0,0,1,'2023-05-06 00:00:00'), - (13739,2101,NULL,2,2150,1,'Tabantha Bridge Stable Well','',35.64155859375,-52.359884765625,0,0,1,'2023-05-06 00:00:00'), - (13740,2101,NULL,2,2138,1,'Tabantha Bridge Stable','',35.7654140625,-51.955630078125,0,0,1,'2023-05-06 00:00:00'), - (13741,2101,NULL,2,2151,1,'South Gerudo Cave','',35.8698984375,-103.802671875,0,0,1,'2023-05-06 00:00:00'), - (13742,2101,NULL,2,2151,1,'Tamio River Downstream Cave','',36.07201171875,-68.01754921875,0,0,1,'2023-05-06 00:00:00'), - (13743,2101,NULL,2,2151,1,'Hebra Headspring Cave','',36.326296875,-29.176640625,0,0,1,'2023-05-06 00:00:00'), - (13744,2101,NULL,2,2125,1,'Makurukis Shrine','',36.94958203125,-51.213385546874996,0,0,1,'2023-05-06 00:00:00'), - (13745,2101,NULL,2,2151,1,'Tabantha Hills Cave','',37.02033984375,-37.82916796875,0,0,1,'2023-05-06 00:00:00'), - (13746,2101,NULL,2,2150,1,'Gerudo Canyon Well','',37.265625,-84.76171875,0,0,1,'2023-05-06 00:00:00'), - (13747,2101,NULL,2,2138,1,'Gerudo Canyon Stable','',37.49165625,-84.38595703124999,0,0,1,'2023-05-06 00:00:00'), - (13748,2101,NULL,2,2151,1,'East Gerudo Ruins Cave','',38.71845703125,-91.50720703125,0,0,1,'2023-05-06 00:00:00'), - (13749,2101,NULL,2,2151,1,'Gerudo Canyon Mine','',38.94474609375,-86.74932421875,0,0,1,'2023-05-06 00:00:00'), - (13750,2101,NULL,2,2125,1,'Turakamik Shrine','',39.1728046875,-84.81212109375,0,0,1,'2023-05-06 00:00:00'), - (13751,2101,NULL,2,2151,1,'Hyrule Ridge Chasm','',39.325265625,-45.39815625,0,0,1,'2023-05-06 00:00:00'), - (13752,2101,NULL,2,2151,1,'Pikida Stonegrove Northwest Cave','',39.34822265625,-20.293359374999998,0,0,1,'2023-05-06 00:00:00'), - (13753,2101,NULL,2,2151,1,'Gerudo Canyon Mine','',39.711585937500004,-89.1183984375,0,0,1,'2023-05-06 00:00:00'), - (13754,2101,NULL,2,2151,1,'Ancient Altar Ruins','',39.78765234375,-102.06228515625001,0,0,1,'2023-05-06 00:00:00'), - (13755,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.02842578125,-101.22900000000001,0,0,1,'2023-05-06 00:00:00'), - (13756,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.18875,-102.47398828125,0,0,1,'2023-05-06 00:00:00'), - (13757,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.257503906249994,-101.73884765625,0,0,1,'2023-05-06 00:00:00'), - (13758,2101,NULL,2,2125,1,'Sisuran Shrine','',40.319027343749994,-19.29191015625,0,0,1,'2023-05-06 00:00:00'), - (13759,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.5991171875,-101.08712109375001,0,0,1,'2023-05-06 00:00:00'), - (13760,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.654828125,-102.76311328125001,0,0,1,'2023-05-06 00:00:00'), - (13761,2101,NULL,2,2125,1,'Runakit Shrine','',40.66423828125,-44.8807734375,0,0,1,'2023-05-06 00:00:00'), - (13762,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.767140625,-102.24426562500001,0,0,1,'2023-05-06 00:00:00'), - (13763,2101,NULL,2,2151,1,'Ancient Altar Ruins','',40.79394140625,-101.6198671875,0,0,1,'2023-05-06 00:00:00'), - (13764,2101,NULL,2,2151,1,'East Gerudo Chasm','',41.118832031249994,-94.54380468749999,0,0,1,'2023-05-06 00:00:00'), - (13765,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.24105859375,-101.16582421874999,0,0,1,'2023-05-06 00:00:00'), - (13766,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.24337890625,-102.63448828125,0,0,1,'2023-05-06 00:00:00'), - (13767,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.2751484375,-102.068203125,0,0,1,'2023-05-06 00:00:00'), - (13768,2101,NULL,2,2151,1,'Taafei Hill Cave','',41.5156875,-79.6704609375,0,0,1,'2023-05-06 00:00:00'), - (13769,2101,NULL,2,2151,1,'Ancient Altar Ruins','',41.57980078125,-101.68041796874999,0,0,1,'2023-05-06 00:00:00'), - (13770,2101,NULL,2,2125,1,'Siwakama Shrine','',41.65196484375,-97.785,0,0,1,'2023-05-06 00:00:00'), - (13771,2101,NULL,2,2123,1,'Gerudo Canyon Skyview Tower','',41.73221484375,-84.173015625,0,0,1,'2023-05-06 00:00:00'), - (13772,2101,NULL,2,2151,1,'Yiga Blademaster Station','',41.79008203125,-79.91816015625,0,0,1,'2023-05-06 00:00:00'), - (13773,2101,NULL,2,2151,1,'Pikida Stonegrove Northwest Cave','',42.0220078125,-21.838347656250004,0,0,1,'2023-05-06 00:00:00'), - (13774,2101,NULL,2,2151,1,'Kopeeki Drifts Cave','',42.2362734375,-31.914515625,0,0,1,'2023-05-06 00:00:00'), - (13775,2101,NULL,2,2150,1,'Tabantha Village Ruins Well','',42.67271484375,-36.65858203125,0,0,1,'2023-05-06 00:00:00'), - (13776,2101,NULL,2,2123,1,'Pikida Stonegrove Skyview Tower','',43.22466796875,-22.70513671875,0,0,1,'2023-05-06 00:00:00'), - (13777,2101,NULL,2,2151,1,'Thundra Plateau Cave','',43.73026171875,-48.05590429687499,0,0,1,'2023-05-06 00:00:00'), - (13778,2101,NULL,2,2151,1,'Koukot Plateau Cave','',43.8407578125,-79.2109453125,0,0,1,'2023-05-06 00:00:00'), - (13779,2101,NULL,2,2151,1,'Spectacle Rock Cave','',44.344828125,-86.6633203125,0,0,1,'2023-05-06 00:00:00'), - (13780,2101,NULL,2,2151,1,'Satori Mountain Foothill Cave','',44.54834765625,-68.057469140625,0,0,1,'2023-05-06 00:00:00'), - (13781,2101,NULL,2,2151,1,'Koukot Plateau Cave','',44.83913671875,-80.1755625,0,0,1,'2023-05-06 00:00:00'), - (13782,2101,NULL,2,2151,1,'Satori Mountain Cave','',45.105375,-62.81860546875,0,0,1,'2023-05-06 00:00:00'), - (13783,2101,NULL,2,2125,1,'Usazum Shrine','',45.24633984375,-68.84111015625,0,0,1,'2023-05-06 00:00:00'), - (13784,2101,NULL,2,2151,1,'Tanagar Canyon East Cave','',46.29929296875,-39.472183593749996,0,0,1,'2023-05-06 00:00:00'), - (13785,2101,NULL,2,2125,1,'Rakakudaj Shrine','',46.44191015625,-80.31329296875,0,0,1,'2023-05-06 00:00:00'), - (13786,2101,NULL,2,2151,1,'Mount Nabooru Cave','',47.261671875,-82.72981640625,0,0,1,'2023-05-06 00:00:00'), - (13787,2101,NULL,2,2125,1,'Sonapan Shrine','',47.794921875,-62.794921875,0,0,1,'2023-05-06 00:00:00'), - (13788,2101,NULL,2,2123,1,'Lindor\'s Brow Skyview Tower','',47.934515625,-44.00033203125,0,0,1,'2023-05-06 00:00:00'), - (13789,2101,NULL,2,2150,1,'Maritta Exchange Ruins Well','',49.0915078125,-39.568875,0,0,1,'2023-05-06 00:00:00'), - (13790,2101,NULL,2,2151,1,'Mount Nabooru Cave','',49.26791015625,-81.575859375,0,0,1,'2023-05-06 00:00:00'), - (13791,2101,NULL,2,2125,1,'Motsusis Shrine','',49.27723828125,-99.4518984375,0,0,1,'2023-05-06 00:00:00'), - (13792,2101,NULL,2,2152,1,'South Lomei Chasm','',49.27829296875,-99.16120312499999,0,0,1,'2023-05-06 00:00:00'), - (13793,2101,NULL,2,2151,1,'Lower Spectacle Rock Cave','',49.8708515625,-86.6505703125,0,0,1,'2023-05-06 00:00:00'), - (13794,2101,NULL,2,2151,1,'Lindor\'s Brow Cave','',49.98132421875,-44.93325,0,0,1,'2023-05-06 00:00:00'), - (13795,2101,NULL,2,2151,1,'Mount Nabooru South Cave','',50.074640625,-84.18022265625,0,0,1,'2023-05-06 00:00:00'), - (13796,2101,NULL,2,2150,1,'Mount Nabooru Well','',50.153203125,-84.8211328125,0,0,1,'2023-05-06 00:00:00'), - (13797,2101,NULL,2,2150,1,'Outskirt Hill Well','',50.6142421875,-74.405015625,0,0,1,'2023-05-06 00:00:00'), - (13798,2101,NULL,2,2150,1,'Snowfield Stable Well','',50.6300859375,-28.2890625,0,0,1,'2023-05-06 00:00:00'), - (13799,2101,NULL,2,2138,1,'Snowfield Stable','',50.7955546875,-28.18546875,0,0,1,'2023-05-06 00:00:00'), - (13800,2101,NULL,2,2125,1,'Orochium Shrine','',51.131671875,-27.63498046875,0,0,1,'2023-05-06 00:00:00'), - (13801,2101,NULL,2,2137,1,'Great Fairy Fountain','',52.06791796875,-73.02108984375,0,0,1,'2023-05-06 00:00:00'), - (13802,2101,NULL,2,2125,1,'Kitawak Shrine','',52.38045703125,-92.915203125,0,0,1,'2023-05-06 00:00:00'), - (13803,2101,NULL,2,2151,1,'Stalry Plateau Cave','',52.4090390625,-84.63916406249999,0,0,1,'2023-05-06 00:00:00'), - (13804,2101,NULL,2,2138,1,'Outskirt Stable','',53.1654375,-73.59015234375,0,0,1,'2023-05-06 00:00:00'), - (13805,2101,NULL,2,2150,1,'Outskirt Stable Well','',53.19474609375,-73.789921875,0,0,1,'2023-05-06 00:00:00'), - (13806,2101,NULL,2,2137,1,'Great Fairy Fountain','',53.19760546875001,-23.4976640625,0,0,1,'2023-05-06 00:00:00'), - (13807,2101,NULL,2,2138,1,'Outskirt Stable','',53.3308359375,-73.18749609375001,0,0,1,'2023-05-06 00:00:00'), - (13808,2101,NULL,2,2125,1,'Riogok Shrine','',53.42112890625,-77.53231640625,0,0,1,'2023-05-06 00:00:00'), - (13809,2101,NULL,2,2152,1,'Great Plateau West Chasm','',53.534859375,-81.94398046875,0,0,1,'2023-05-06 00:00:00'), - (13810,2101,NULL,2,2125,1,'Tsutsu-um Shrine','',53.6337890625,-74.4228984375,0,0,1,'2023-05-06 00:00:00'), - (13811,2101,NULL,2,2138,1,'Outskirt Stable','',53.70103125,-73.50505078125,0,0,1,'2023-05-06 00:00:00'), - (13812,2101,NULL,2,2125,1,'Sinakawak Shrine','',53.734875,-49.72441640625,0,0,1,'2023-05-06 00:00:00'), - (13813,2101,NULL,2,2151,1,'Sage Temple Cave','',53.853515625,-61.599609375,0,0,1,'2023-05-06 00:00:00'), - (13814,2101,NULL,2,2125,1,'Oshozan-u Shrine','',53.8535625,-15.49320703125,0,0,1,'2023-05-06 00:00:00'), - (13815,2101,NULL,2,2151,1,'Mount Drena Foothill Cave','',54.2333203125,-25.062796875,0,0,1,'2023-05-06 00:00:00'), - (13816,2101,NULL,2,2138,1,'New Serenne Stable','',54.35023828125,-50.120244140625,0,0,1,'2023-05-06 00:00:00'), - (13817,2101,NULL,2,2150,1,'New Serenne Stable Well','',54.408,-50.38988671875,0,0,1,'2023-05-06 00:00:00'), - (13818,2101,NULL,2,2150,1,'Mount Daphnes Well','',54.914203125,-65.89091953125,0,0,1,'2023-05-06 00:00:00'), - (13819,2101,NULL,2,2151,1,'North Hyrule Plain Cave','',55.8494765625,-49.567766015625,0,0,1,'2023-05-06 00:00:00'), - (13820,2101,NULL,2,2151,1,'North Hyrule Plain Cave','',56.38608984375,-51.040855078125006,0,0,1,'2023-05-06 00:00:00'), - (13821,2101,NULL,2,2151,1,'Coliseum Ruins Cave','',56.63490234375,-73.95676171875,0,0,1,'2023-05-06 00:00:00'), - (13822,2101,NULL,2,2125,1,'Mayausiy Shrine','',56.63776171875,-28.09655859375,0,0,1,'2023-05-06 00:00:00'), - (13823,2101,NULL,2,2151,1,'Ancient Tree Stump Cave','',57.287109375,-63.65698359375,0,0,1,'2023-05-06 00:00:00'), - (13824,2101,NULL,2,2125,1,'Kiuyoyou Shrine','',57.342890625,-34.1271796875,0,0,1,'2023-05-06 00:00:00'), - (13825,2101,NULL,2,2151,1,'River of the Dead Waterfall Cave','',57.51116015625,-83.93801953124999,0,0,1,'2023-05-06 00:00:00'), - (13826,2101,NULL,2,2150,1,'Rowan Plain Well','',57.77995312500001,-31.33707421875,0,0,1,'2023-05-06 00:00:00'), - (13827,2101,NULL,2,2151,1,'Shrine of Resurrection','',57.86865234375,-80.0338359375,0,0,1,'2023-05-06 00:00:00'), - (13828,2101,NULL,2,2150,1,'Carok Bridge Well','',58.12952343750001,-53.726813671875,0,0,1,'2023-05-06 00:00:00'), - (13829,2101,NULL,2,2137,1,'Forest of Spirits','',59.030142187500005,-78.5775,0,0,1,'2023-05-06 00:00:00'), - (13830,2101,NULL,2,2152,1,'Great Plateau South Chasm','',59.380884375,-85.75201171875,0,0,1,'2023-05-06 00:00:00'), - (13831,2101,NULL,2,2152,1,'Hyrule Castle Moat West Chasm','',59.500700390625,-50.779775390625005,0,0,1,'2023-05-06 00:00:00'), - (13832,2101,NULL,2,2150,1,'Mount Gustaf Well','',59.61552890624999,-54.71241796875,0,0,1,'2023-05-06 00:00:00'), - (13833,2101,NULL,2,2150,1,'Irch Plain Well','',59.633203125,-39.65390625,0,0,1,'2023-05-06 00:00:00'), - (13834,2101,NULL,2,2125,1,'Ishodag Shrine','',60.00717304687501,-53.642110546875,0,0,1,'2023-05-06 00:00:00'), - (13835,2101,NULL,2,2150,1,'Aquame Lake Well','',60.00962109375,-71.50330078125,0,0,1,'2023-05-06 00:00:00'), - (13836,2101,NULL,2,2151,1,'Great Plateau Foothill Cave','',60.55844296875,-76.03566796875,0,0,1,'2023-05-06 00:00:00'), - (13837,2101,NULL,2,2125,1,'Mayaotaki Shrine','',60.646662890624995,-17.1675703125,0,0,1,'2023-05-06 00:00:00'), - (13838,2101,NULL,2,2152,1,'North Lomei Chasm','',60.767778515625,-17.17149609375,0,0,1,'2023-05-06 00:00:00'), - (13839,2101,NULL,2,2125,1,'Susuyai Shrine','',61.10843203125,-63.680248828125,0,0,1,'2023-05-06 00:00:00'), - (13840,2101,NULL,2,2123,1,'Hyrule Field Skyview Tower','',61.39128984375,-70.537828125,0,0,1,'2023-05-06 00:00:00'), - (13841,2101,NULL,2,2125,1,'Mayachin Shrine','',62.044921875,-68.771484375,0,0,1,'2023-05-06 00:00:00'), - (13842,2101,NULL,2,2150,1,'Elma Knolls Well','',62.450354296875005,-42.75317578124999,0,0,1,'2023-05-06 00:00:00'), - (13843,2101,NULL,2,2152,1,'Great Plateau North Chasm','',62.52033984374999,-76.28609765625,0,0,1,'2023-05-06 00:00:00'), - (13844,2101,NULL,2,2151,1,'Yiga Clan Maritta Branch','',62.771484375,-34.6875,0,0,1,'2023-05-06 00:00:00'), - (13845,2101,NULL,2,2125,1,'Ishokin Shrine','',63.69140625,-99.890625,0,0,1,'2023-05-06 00:00:00'), - (13846,2101,NULL,2,2151,1,'Passeri Greenbelt Cave','',64.308291796875,-57.09853359375,0,0,1,'2023-05-06 00:00:00'), - (13847,2101,NULL,2,2152,1,'Elma Knolls Chasm','',64.958480859375,-38.4099375,0,0,1,'2023-05-06 00:00:00'), - (13848,2101,NULL,2,2152,1,'Great Plateau East Chasm','',65.009765625,-81.94892578125,0,0,1,'2023-05-06 00:00:00'), - (13849,2101,NULL,2,2125,1,'Kikakin Shrine','',65.673423046875,-26.53301953125,0,0,1,'2023-05-06 00:00:00'), - (13850,2101,NULL,2,2152,1,'Lake Hylia Chasm','',66.421875,-89.03933203125,0,0,1,'2023-05-06 00:00:00'), - (13851,2101,NULL,2,2151,1,'Royal Hidden Passage','',66.496095703125,-49.18914375000001,0,0,1,'2023-05-06 00:00:00'), - (13852,2101,NULL,2,2123,1,'Lookout Landing Skyview Tower','',66.8103515625,-56.9197265625,0,0,1,'2023-05-06 00:00:00'), - (13853,2101,NULL,2,2151,1,'Cora Lakefront Cave','',67.31072226562499,-93.0491953125,0,0,1,'2023-05-06 00:00:00'), - (13854,2101,NULL,2,2152,1,'Hyrule Field Chasm','',67.32391757812499,-62.10446015625,0,0,1,'2023-05-06 00:00:00'), - (13855,2101,NULL,2,2151,1,'Royal Hidden Passage','',67.335498046875,-57.08203125,0,0,1,'2023-05-06 00:00:00'), - (13856,2101,NULL,2,2151,1,'Royal Hidden Passage','',67.336327734375,-49.604484375,0,0,1,'2023-05-06 00:00:00'), - (13857,2101,NULL,2,2125,1,'Jiosin Shrine','',67.491282421875,-62.941805859375,0,0,1,'2023-05-06 00:00:00'), - (13858,2101,NULL,2,2150,1,'Lookout Landing Well','',67.827858984375,-57.012596484375,0,0,1,'2023-05-06 00:00:00'), - (13859,2101,NULL,2,2125,1,'Kyononis Shrine','',67.90834335937501,-53.303124609375,0,0,1,'2023-05-06 00:00:00'), - (13860,2101,NULL,2,2125,1,'Kamizun Shrine','',68.228989453125,-76.85499609375,0,0,1,'2023-05-06 00:00:00'), - (13861,2101,NULL,2,2151,1,'Cora Lakefront Cave','',68.30655703125001,-94.5359296875,0,0,1,'2023-05-06 00:00:00'), - (13862,2101,NULL,2,2152,1,'Forest of Time Chasm','',68.81283046875,-78.0211640625,0,0,1,'2023-05-06 00:00:00'), - (13863,2101,NULL,2,2125,1,'Teniten Shrine','',69.434593359375,-71.66862890625,0,0,1,'2023-05-06 00:00:00'), - (13864,2101,NULL,2,2151,1,'Whistling Hill Cave','',69.46746972656248,-70.8512578125,0,0,1,'2023-05-06 00:00:00'), - (13865,2101,NULL,2,2152,1,'Drenan Highlands Chasm','',69.48005390624999,-23.627578124999996,0,0,1,'2023-05-06 00:00:00'), - (13866,2101,NULL,2,2150,1,'Mabe Village Ruins Well','',69.5149021875,-60.504950390625,0,0,1,'2023-05-06 00:00:00'), - (13867,2101,NULL,2,2151,1,'Ranch Ruins Cave','',70.3829272265625,-60.444514453125,0,0,1,'2023-05-06 00:00:00'), - (13868,2101,NULL,2,2151,1,'Ranch Ruins Cave','',70.7496322265625,-60.924169921875,0,0,1,'2023-05-06 00:00:00'), - (13869,2101,NULL,2,2150,1,'Hyrule Castle Town Ruins Well','',71.04650003906251,-52.176371484375004,0,0,1,'2023-05-06 00:00:00'), - (13870,2101,NULL,2,2151,1,'Lake Hylia Whirlpool Cave','',71.786105859375,-87.90762890625,0,0,1,'2023-05-06 00:00:00'), - (13871,2101,NULL,2,2125,1,'Sakunbomar Shrine','',72.265548046875,-31.4047734375,0,0,1,'2023-05-06 00:00:00'), - (13872,2101,NULL,2,2152,1,'Hyrule Castle Moat East Chasm','',72.30454453124999,-48.2559375,0,0,1,'2023-05-06 00:00:00'), - (13873,2101,NULL,2,2125,1,'Sepapa Shrine','',72.9110953125,-45.87830859375,0,0,1,'2023-05-06 00:00:00'), - (13874,2101,NULL,2,2152,1,'Hills of Baumer Chasm','',72.9133828125,-83.4230859375,0,0,1,'2023-05-06 00:00:00'), - (13875,2101,NULL,2,2151,1,'Puffer Beach Overhead Cave','',73.6403671875,-103.72815234375001,0,0,1,'2023-05-06 00:00:00'), - (13876,2101,NULL,2,2151,1,'Deplian Badlands Cave','',73.91168085937501,-16.648277343749996,0,0,1,'2023-05-06 00:00:00'), - (13877,2101,NULL,2,2150,1,'Hills of Baumer Well','',74.016315234375,-83.52905859375,0,0,1,'2023-05-06 00:00:00'), - (13878,2101,NULL,2,2150,1,'Deya Village Ruins North Well','',74.02166132812499,-80.35311328125,0,0,1,'2023-05-06 00:00:00'), - (13879,2101,NULL,2,2150,1,'Deya Village Ruins Well','',74.09010703125,-81.17621484375,0,0,1,'2023-05-06 00:00:00'), - (13880,2101,NULL,2,2125,1,'Yamiyo Shrine','',74.2166203125,-53.085868359375,0,0,1,'2023-05-06 00:00:00'), - (13881,2101,NULL,2,2150,1,'Deya Village Ruins South Well','',74.29252734375,-83.18624999999999,0,0,1,'2023-05-06 00:00:00'), - (13882,2101,NULL,2,2138,1,'Riverside Stable','',74.3248265625,-71.72152734375,0,0,1,'2023-05-06 00:00:00'), - (13883,2101,NULL,2,2123,1,'Thyphlo Ruins Skyview Tower','',74.339935546875,-21.7775625,0,0,1,'2023-05-06 00:00:00'), - (13884,2101,NULL,2,2125,1,'Tajikats Shrine','',74.3420953125,-70.4182734375,0,0,1,'2023-05-06 00:00:00'), - (13885,2101,NULL,2,2125,1,'Ninjis Shrine','',74.468602734375,-36.4231171875,0,0,1,'2023-05-06 00:00:00'), - (13886,2101,NULL,2,2150,1,'Riverside Stable Well','',74.59455117187501,-71.79294140625,0,0,1,'2023-05-06 00:00:00'), - (13887,2101,NULL,2,2150,1,'Haran Lakefront Well','',74.935546875,-98.28515625,0,0,1,'2023-05-06 00:00:00'), - (13888,2101,NULL,2,2125,1,'Musanokir Shrine','',75.090915234375,-33.58911328125,0,0,1,'2023-05-06 00:00:00'), - (13889,2101,NULL,2,2152,1,'Deku Tree Chasm','',75.21103828125,-32.889703125,0,0,1,'2023-05-06 00:00:00'), - (13890,2101,NULL,2,2150,1,'Deya Village Ruins East Well','',75.27538242187501,-82.53462890625,0,0,1,'2023-05-06 00:00:00'), - (13891,2101,NULL,2,2150,1,'Komo Shoreline Cave','',76.018742578125,-103.489875,0,0,1,'2023-05-06 00:00:00'), - (13892,2101,NULL,2,2151,1,'Crenel Hills Cave','',76.09841484374999,-50.02808203125,0,0,1,'2023-05-06 00:00:00'), - (13893,2101,NULL,2,2138,1,'Highland Stable','',76.40777460937501,-99.29315625,0,0,1,'2023-05-06 00:00:00'), - (13894,2101,NULL,2,2150,1,'Highland Stable Well','',76.61283984375,-98.7503671875,0,0,1,'2023-05-06 00:00:00'), - (13895,2101,NULL,2,2151,1,'Finra Woods Excavation Site','',76.97582109375,-93.53762109375,0,0,1,'2023-05-06 00:00:00'), - (13896,2101,NULL,2,2150,1,'Popla Foothills North Well','',77.279108203125,-83.2083046875,0,0,1,'2023-05-06 00:00:00'), - (13897,2101,NULL,2,2123,1,'Popla Foothills Skyview Tower','',77.40045468749999,-83.518078125,0,0,1,'2023-05-06 00:00:00'), - (13898,2101,NULL,2,2150,1,'Popla Foothills South Well','',77.41554609375,-85.09081640625001,0,0,1,'2023-05-06 00:00:00'), - (13899,2101,NULL,2,2125,1,'Pupunke Shrine','',77.593546875,-32.67877734375,0,0,1,'2023-05-06 00:00:00'), - (13900,2101,NULL,2,2150,1,'Rauru Settlement Ruins Well','',78.0703125,-43.751953125,0,0,1,'2023-05-06 00:00:00'), - (13901,2101,NULL,2,2125,1,'Utsushok Shrine','',78.16402734375,-97.9499296875,0,0,1,'2023-05-06 00:00:00'), - (13902,2101,NULL,2,2151,1,'Pagos Woods Excavation Site','',78.18521249999999,-95.03298046875,0,0,1,'2023-05-06 00:00:00'), - (13903,2101,NULL,2,2151,1,'Rauru Hillside Cave','',78.239837109375,-42.30723046875,0,0,1,'2023-05-06 00:00:00'), - (13904,2101,NULL,2,2150,1,'Bottomless Pond Well','',78.353820703125,-67.575352734375,0,0,1,'2023-05-06 00:00:00'), - (13905,2101,NULL,2,2125,1,'Sikukuu Shrine','',78.49858828125,-25.862625,0,0,1,'2023-05-06 00:00:00'), - (13906,2101,NULL,2,2125,1,'Ren-iz Shrine','',79.177316015625,-48.938237109375,0,0,1,'2023-05-06 00:00:00'), - (13907,2101,NULL,2,2150,1,'South Nabi Lake Well','',79.482421875,-76.135546875,0,0,1,'2023-05-06 00:00:00'), - (13908,2101,NULL,2,2150,1,'Rebonae Bridge Well','',79.535129296875,-58.50477105468749,0,0,1,'2023-05-06 00:00:00'), - (13909,2101,NULL,2,2151,1,'Floria River Upstream Excavation','',79.803439453125,-93.41844140625,0,0,1,'2023-05-06 00:00:00'), - (13910,2101,NULL,2,2151,1,'Rebonae Bridge Cave','',80.225663671875,-58.22464640625,0,0,1,'2023-05-06 00:00:00'), - (13911,2101,NULL,2,2138,1,'Wetland Stable','',80.2341515625,-60.120291796875,0,0,1,'2023-05-06 00:00:00'), - (13912,2101,NULL,2,2150,1,'Wetland Stable South Well','',80.367591796875,-61.67241328125,0,0,1,'2023-05-06 00:00:00'), - (13913,2101,NULL,2,2125,1,'Jiukoum Shrine','',80.478515625,-85.29375,0,0,1,'2023-05-06 00:00:00'), - (13914,2101,NULL,2,2138,1,'Wetland Stable','',80.529277734375,-60.85215,0,0,1,'2023-05-06 00:00:00'), - (13915,2101,NULL,2,2150,1,'Wetland Stable Well','',80.67887109375,-60.88264453125,0,0,1,'2023-05-06 00:00:00'), - (13916,2101,NULL,2,2125,1,'Tukarok Shrine','',81.04091484375,-61.535221875,0,0,1,'2023-05-06 00:00:00'), - (13917,2101,NULL,2,2125,1,'Jochisiu Shrine','',81.22137421875,-80.89940625,0,0,1,'2023-05-06 00:00:00'), - (13918,2101,NULL,2,2152,1,'Minshi Woods Chasm','',82.727671875,-39.04571484375,0,0,1,'2023-05-06 00:00:00'), - (13919,2101,NULL,2,2125,1,'Ekochiu Shrine','',82.76544140625,-43.58837109375,0,0,1,'2023-05-06 00:00:00'), - (13920,2101,NULL,2,2138,1,'Woodland Stable','',83.07697265625,-45.11719921875,0,0,1,'2023-05-06 00:00:00'), - (13921,2101,NULL,2,2150,1,'Woodland Stable Well','',83.1172734375,-45.0697734375,0,0,1,'2023-05-06 00:00:00'), - (13922,2101,NULL,2,2151,1,'Crenel Peak Cave','',83.7271171875,-55.69377890625,0,0,1,'2023-05-06 00:00:00'), - (13923,2101,NULL,2,2151,1,'Tobio\'s Hollow Cave','',84.01916015625,-87.2326171875,0,0,1,'2023-05-06 00:00:00'), - (13924,2101,NULL,2,2125,1,'Morok Shrine','',84.1591640625,-67.7272734375,0,0,1,'2023-05-06 00:00:00'), - (13925,2101,NULL,2,2151,1,'Dueling Peaks South Cave','',84.180140625,-81.41663671875,0,0,1,'2023-05-06 00:00:00'), - (13926,2101,NULL,2,2151,1,'Dueling Peaks North Cave','',84.31004296875,-80.32096875,0,0,1,'2023-05-06 00:00:00'), - (13927,2101,NULL,2,2151,1,'Sarjon Woods Cave','',84.4112578125,-95.7528046875,0,0,1,'2023-05-06 00:00:00'), - (13928,2101,NULL,2,2150,1,'Lanayru Wetlands Well','',84.60464062499999,-63.248259375,0,0,1,'2023-05-06 00:00:00'), - (13929,2101,NULL,2,2151,1,'Pico Pond Cave','',84.92881640625,-44.1570703125,0,0,1,'2023-05-06 00:00:00'), - (13930,2101,NULL,2,2125,1,'Mayak Shrine','',85.19419921875,-14.8426640625,0,0,1,'2023-05-06 00:00:00'), - (13931,2101,NULL,2,2152,1,'Tobio\'s Hollow Chasm','',85.605421875,-86.67964453125,0,0,1,'2023-05-06 00:00:00'), - (13932,2101,NULL,2,2151,1,'Sahasra Slope Cave','',85.8791953125,-72.14323828125,0,0,1,'2023-05-06 00:00:00'), - (13933,2101,NULL,2,2123,1,'Sahasra Slope Skyview Tower','',86.02862109375,-72.3967734375,0,0,1,'2023-05-06 00:00:00'), - (13934,2101,NULL,2,2151,1,'Crenel Peak Cave','',86.12752734375,-55.11914296875,0,0,1,'2023-05-06 00:00:00'), - (13935,2101,NULL,2,2151,1,'Sahasra Slope Cave','',86.40262499999999,-72.62401171875,0,0,1,'2023-05-06 00:00:00'), - (13936,2101,NULL,2,2151,1,'Goronbi River Cave','',86.98919531249999,-33.95239453125,0,0,1,'2023-05-06 00:00:00'), - (13937,2101,NULL,2,2150,1,'Zauz Island Well','',87.134765625,-60.193311328125,0,0,1,'2023-05-06 00:00:00'), - (13938,2101,NULL,2,2151,1,'Ubota Point Cave','',87.26623828125,-99.4177734375,0,0,1,'2023-05-06 00:00:00'), - (13939,2101,NULL,2,2125,1,'Joju-u-u Shrine','',88.0686796875,-100.5130546875,0,0,1,'2023-05-06 00:00:00'), - (13940,2101,NULL,2,2138,1,'Lakeside Stable','',88.15365234375,-100.055625,0,0,1,'2023-05-06 00:00:00'), - (13941,2101,NULL,2,2150,1,'Goponga Village Ruins Well','',88.23234375,-62.424594140625,0,0,1,'2023-05-06 00:00:00'), - (13942,2101,NULL,2,2150,1,'Lakeside Stable Well','',88.30219921875,-100.23783984375001,0,0,1,'2023-05-06 00:00:00'), - (13943,2101,NULL,2,2150,1,'Moor Garrison Ruins Well','',88.40773828125,-56.602303125,0,0,1,'2023-05-06 00:00:00'), - (13944,2101,NULL,2,2151,1,'Isle of Rabac Gallery','',88.52998828125,-22.23617578125,0,0,1,'2023-05-06 00:00:00'), - (13945,2101,NULL,2,2125,1,'Eshos Shrine','',88.65384375,-81.3856875,0,0,1,'2023-05-06 00:00:00'), - (13946,2101,NULL,2,2151,1,'Byroad to Lanayru Wetlands','',88.9189921875,-68.11155234375,0,0,1,'2023-05-06 00:00:00'), - (13947,2101,NULL,2,2151,1,'Byroad to Lanayru Wetlands','',89.26171875,-73.359375,0,0,1,'2023-05-06 00:00:00'), - (13948,2101,NULL,2,2123,1,'Eldin Canyon Skyview Tower','',89.55240234375,-44.638828125,0,0,1,'2023-05-06 00:00:00'), - (13949,2101,NULL,2,2151,1,'West Restaurant Cave','',89.564625,-38.32543359375,0,0,1,'2023-05-06 00:00:00'), - (13950,2101,NULL,2,2151,1,'Corta Lake Cave','',89.96244140625,-94.20437109375,0,0,1,'2023-05-06 00:00:00'), - (13951,2101,NULL,2,2151,1,'YunoboCo HQ South Cave','',90.39704296875,-26.73530859375,0,0,1,'2023-05-06 00:00:00'), - (13952,2101,NULL,2,2150,1,'Rikoka Hills Well','',90.427125,-66.2211375,0,0,1,'2023-05-06 00:00:00'), - (13953,2101,NULL,2,2151,1,'Lanayru Wetlands Chasm','',90.54980859375,-56.6946703125,0,0,1,'2023-05-06 00:00:00'), - (13954,2101,NULL,2,2125,1,'Jonsau Shrine','',90.74602734375,-58.387663710937495,0,0,1,'2023-05-06 00:00:00'), - (13955,2101,NULL,2,2125,1,'Marakuguc Shrine','',90.96665625,-29.18373046875,0,0,1,'2023-05-06 00:00:00'), - (13956,2101,NULL,2,2151,1,'YunoboCo HQ East Cave','',90.99202734375,-25.342921875,0,0,1,'2023-05-06 00:00:00'), - (13957,2101,NULL,2,2137,1,'Great Fairy Fountain','',91.02683203125,-84.13983984375,0,0,1,'2023-05-06 00:00:00'), - (13958,2101,NULL,2,2125,1,'Makasura Shrine','',91.05348046875,-70.92108984375,0,0,1,'2023-05-06 00:00:00'), - (13959,2101,NULL,2,2138,1,'Dueling Peaks Stable','',91.0893046875,-81.42650390625,0,0,1,'2023-05-06 00:00:00'), - (13960,2101,NULL,2,2151,1,'Mount Floria Cave','',91.2836953125,-93.58166015625,0,0,1,'2023-05-06 00:00:00'), - (13961,2101,NULL,2,2150,1,'Dueling Peaks Stable Well','',91.3441875,-81.4421484375,0,0,1,'2023-05-06 00:00:00'), - (13962,2101,NULL,2,2125,1,'Timawak Shrine','',91.40096484375,-39.3804375,0,0,1,'2023-05-06 00:00:00'), - (13963,2101,NULL,2,2151,1,'Southern Mine','',91.41744140625,-35.35134375,0,0,1,'2023-05-06 00:00:00'), - (13964,2101,NULL,2,2151,1,'Rassla Lake Cave','',91.5648046875,-102.398671875,0,0,1,'2023-05-06 00:00:00'), - (13965,2101,NULL,2,2151,1,'East Restaurant Cave','',92.038546875,-38.43805078125,0,0,1,'2023-05-06 00:00:00'), - (13966,2101,NULL,2,2150,1,'Kakariko Village Well','',92.2853203125,-70.822921875,0,0,1,'2023-05-06 00:00:00'), - (13967,2101,NULL,2,2151,1,'Cucco Hideaway','',92.3136796875,-72.19198828125,0,0,1,'2023-05-06 00:00:00'), - (13968,2101,NULL,2,2151,1,'Rodai Lakefront Tunnel','',92.53592578125,-95.05364062500001,0,0,1,'2023-05-06 00:00:00'), - (13969,2101,NULL,2,2151,1,'Lake Ferona Cave','',92.923828125,-43.69166015625,0,0,1,'2023-05-06 00:00:00'), - (13970,2101,NULL,2,2151,1,'Lake Ferona Cave','',92.95252734375,-43.305785156249996,0,0,1,'2023-05-06 00:00:00'), - (13971,2101,NULL,2,2151,1,'Kakariko Village Cave','',93.13463671875,-70.09941796875,0,0,1,'2023-05-06 00:00:00'), - (13972,2101,NULL,2,2151,1,'Death Mountain Foothill Cave','',93.16299609375,-27.10301953125,0,0,1,'2023-05-06 00:00:00'), - (13973,2101,NULL,2,2151,1,'Calora Lake Cave','',93.2669765625,-94.1342109375,0,0,1,'2023-05-06 00:00:00'), - (13974,2101,NULL,2,2151,1,'Mount Floria Cave','',93.27748828125,-89.19903515625,0,0,1,'2023-05-06 00:00:00'), - (13975,2101,NULL,2,2152,1,'East Hill Chasm','',93.45103125,-68.5093171875,0,0,1,'2023-05-06 00:00:00'), - (13976,2101,NULL,2,2151,1,'Calora Lake Cave','',93.86278125,-95.6722734375,0,0,1,'2023-05-06 00:00:00'), - (13977,2101,NULL,2,2151,1,'Gorko Tunnel','',93.9375,-34.69940625,0,0,1,'2023-05-06 00:00:00'), - (13978,2101,NULL,2,2151,1,'Boné Pond East Cave','',95.9188828125,-56.928765234375,0,0,1,'2023-05-06 00:00:00'), - (13979,2101,NULL,2,2151,1,'Lizard\'s Burrow','',96.1677421875,-22.55485546875,0,0,1,'2023-05-06 00:00:00'), - (13980,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.2736796875,-57.419776171875,0,0,1,'2023-05-06 00:00:00'), - (13981,2101,NULL,2,2151,1,'Death Mountain West Tunnel','',96.54615234375,-27.15965625,0,0,1,'2023-05-06 00:00:00'), - (13982,2101,NULL,2,2151,1,'Fort Hateno Cave','',96.60271875,-78.39373828125,0,0,1,'2023-05-06 00:00:00'), - (13983,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.72473437500003,-58.42722351562501,0,0,1,'2023-05-06 00:00:00'), - (13984,2101,NULL,2,2151,1,'Boné Pond East Cave','',96.80541796875,-57.323441015625,0,0,1,'2023-05-06 00:00:00'), - (13985,2101,NULL,2,2151,1,'Foothill Monster Den','',96.97635937499999,-40.78008984375,0,0,1,'2023-05-06 00:00:00'), - (13986,2101,NULL,2,2125,1,'Kurakat Shrine','',97.9832578125,-64.579107421875,0,0,1,'2023-05-06 00:00:00'), - (13987,2101,NULL,2,2125,1,'Sitsum Shrine','',98.075015625,-28.1677265625,0,0,1,'2023-05-06 00:00:00'), - (13988,2101,NULL,2,2151,1,'Lake Darman Monster Den','',98.12511328125,-22.83160546875,0,0,1,'2023-05-06 00:00:00'), - (13989,2101,NULL,2,2125,1,'Sibajitak Shrine','',98.440640625,-20.21405859375,0,0,1,'2023-05-06 00:00:00'), - (13990,2101,NULL,2,2123,1,'Rabella Wetlands Skyview Tower','',98.671875,-90.87762890625,0,0,1,'2023-05-06 00:00:00'), - (13991,2101,NULL,2,2151,1,'Atun Valley Cave','',99.0703125,-96.01171875,0,0,1,'2023-05-06 00:00:00'), - (13992,2101,NULL,2,2151,1,'Lake Intenoch Cave','',99.4381171875,-37.58223046875,0,0,1,'2023-05-06 00:00:00'), - (13993,2101,NULL,2,2151,1,'Robred Dropoff Cave','',99.5272265625,-75.90992578125,0,0,1,'2023-05-06 00:00:00'), - (13994,2101,NULL,2,2151,1,'Oakle\'s Navel Cave','',99.65746875,-83.27954296875001,0,0,1,'2023-05-06 00:00:00'), - (13995,2101,NULL,2,2152,1,'Meda Mountain Chasm','',99.7700859375,-86.49258984375,0,0,1,'2023-05-06 00:00:00'), - (13996,2101,NULL,2,2152,1,'Death Mountain Chasm','',100.013671875,-28.095703125,0,0,1,'2023-05-06 00:00:00'), - (13997,2101,NULL,2,2125,1,'Kisinona Shrine','',100.40446875,-43.9929140625,0,0,1,'2023-05-06 00:00:00'), - (13998,2101,NULL,2,2151,1,'Upland Zorana Mountainside Cave','',100.42998046875,-52.523562890625,0,0,1,'2023-05-06 00:00:00'), - (13999,2101,NULL,2,2151,1,'Cephla Lake Cave','',100.70680078125002,-43.002562499999996,0,0,1,'2023-05-06 00:00:00'), - (14000,2101,NULL,2,2151,1,'Tabahl Woods Cave','',100.84601953125,-55.932446484375,0,0,1,'2023-05-06 00:00:00'), - (14001,2101,NULL,2,2150,1,'Foothill Stable Well','',100.991390625,-44.89383984375,0,0,1,'2023-05-06 00:00:00'), - (14002,2101,NULL,2,2151,1,'Upland Zorana Mountainside Cave','',101.174625,-52.427860546875,0,0,1,'2023-05-06 00:00:00'), - (14003,2101,NULL,2,2138,1,'Foothill Stable','',101.23039453125001,-45.1795546875,0,0,1,'2023-05-06 00:00:00'), - (14004,2101,NULL,2,2151,1,'Tabahl Woods Cave','',101.65998046875,-55.22544609375,0,0,1,'2023-05-06 00:00:00'), - (14005,2101,NULL,2,2151,1,'Tabahl Woods Cave','',101.714578125,-56.042628515625,0,0,1,'2023-05-06 00:00:00'), - (14006,2101,NULL,2,2151,1,'Lanayru Road South Cave','',101.9328984375,-73.9997109375,0,0,1,'2023-05-06 00:00:00'), - (14007,2101,NULL,2,2151,1,'Upland Zorana Byroad','',101.9566640625,-52.9709109375,0,0,1,'2023-05-06 00:00:00'), - (14008,2101,NULL,2,2150,1,'Tabahl Woods Well','',102.49672265625,-56.5368328125,0,0,1,'2023-05-06 00:00:00'), - (14009,2101,NULL,2,2151,1,'Death Mountain East Tunnel','',102.747796875,-26.03689453125,0,0,1,'2023-05-06 00:00:00'), - (14010,2101,NULL,2,2125,1,'Sifumim Shrine','',103.42768359375,-96.918140625,0,0,1,'2023-05-06 00:00:00'), - (14011,2101,NULL,2,2151,1,'Upland Zorana Summit Cave','',103.718390625,-52.99238671875,0,0,1,'2023-05-06 00:00:00'), - (14012,2101,NULL,2,2151,1,'Upland Zorana Byroad','',103.8706875,-54.535201171875,0,0,1,'2023-05-06 00:00:00'), - (14013,2101,NULL,2,2125,1,'Kimayat Shrine','',103.8754921875,-15.95840625,0,0,1,'2023-05-06 00:00:00'), - (14014,2101,NULL,2,2123,1,'Upland Zorana Skyview Tower','',103.8991640625,-51.782912109375,0,0,1,'2023-05-06 00:00:00'), - (14015,2101,NULL,2,2151,1,'Oren Bridge Cave','',104.40957421875,-59.36636625,0,0,1,'2023-05-06 00:00:00'), - (14016,2101,NULL,2,2151,1,'Ralis Channel','',104.43896484375,-56.59988203125,0,0,1,'2023-05-06 00:00:00'), - (14017,2101,NULL,2,2150,1,'Lurelin Village Well','',104.7725390625,-98.18484375000001,0,0,1,'2023-05-06 00:00:00'), - (14018,2101,NULL,2,2151,1,'Ralis Channel','',104.9863125,-55.618533984375,0,0,1,'2023-05-06 00:00:00'), - (14019,2101,NULL,2,2125,1,'Momosik Shrine','',105.0000703125,-26.27213671875,0,0,1,'2023-05-06 00:00:00'), - (14020,2101,NULL,2,2150,1,'Shadow Hamlet Ruins Well','',106.1394609375,-31.51266796875,0,0,1,'2023-05-06 00:00:00'), - (14021,2101,NULL,2,2125,1,'Mayachideg Shrine','',106.18360546875,-37.21852734375,0,0,1,'2023-05-06 00:00:00'), - (14022,2101,NULL,2,2151,1,'Lanayru Road East Cave','',106.3305,-71.92716796875,0,0,1,'2023-05-06 00:00:00'), - (14023,2101,NULL,2,2151,1,'Luto\'s Channel','',106.57144921875,-59.19501539062499,0,0,1,'2023-05-06 00:00:00'), - (14024,2101,NULL,2,2138,1,'South Akkala Stable','',107.12902734375,-38.886457031249996,0,0,1,'2023-05-06 00:00:00'), - (14025,2101,NULL,2,2151,1,'Upland Zorana Foothill Cave','',107.196,-50.7702,0,0,1,'2023-05-06 00:00:00'), - (14026,2101,NULL,2,2150,1,'South Akkala Stable Well','',107.75390625,-38.490234375,0,0,1,'2023-05-06 00:00:00'), - (14027,2101,NULL,2,2151,1,'Mount Dunsel Cave','',108.09666796875,-93.95827734375,0,0,1,'2023-05-06 00:00:00'), - (14028,2101,NULL,2,2151,1,'Akkala Citadel Ruins Cave','',108.324796875,-41.52159375,0,0,1,'2023-05-06 00:00:00'), - (14029,2101,NULL,2,2152,1,'Skull Lake Chasm','',108.36112499999999,-18.259183593750002,0,0,1,'2023-05-06 00:00:00'), - (14030,2101,NULL,2,2151,1,'Chasm Under Zora\'s Domain','',108.6509765625,-53.4189,0,0,1,'2023-05-06 00:00:00'), - (14031,2101,NULL,2,2151,1,'Mount Dunsel Cave','',108.88304296874998,-97.22412890624999,0,0,1,'2023-05-06 00:00:00'), - (14032,2101,NULL,2,2151,1,'Akkala Citadel Ruins Summit Cave','',108.896484375,-41.109375,0,0,1,'2023-05-06 00:00:00'), - (14033,2101,NULL,2,2152,1,'South Akkala Plains Chasm','',108.947578125,-43.51538671875,0,0,1,'2023-05-06 00:00:00'), - (14034,2101,NULL,2,2125,1,'Mogawak Shrine','',108.98377734375,-53.627462109375,0,0,1,'2023-05-06 00:00:00'), - (14035,2101,NULL,2,2150,1,'Zelda\'s Secret Well','',109.00169531249998,-85.55755078125,0,0,1,'2023-05-06 00:00:00'), - (14036,2101,NULL,2,2125,1,'Domizuin Shrine','',109.041515625,-41.6838046875,0,0,1,'2023-05-06 00:00:00'), - (14037,2101,NULL,2,2151,1,'Skull Lake Cave','',109.236328125,-18.46875,0,0,1,'2023-05-06 00:00:00'), - (14038,2101,NULL,2,2150,1,'Hateno Village West Well','',109.649484375,-82.62273046875,0,0,1,'2023-05-06 00:00:00'), - (14039,2101,NULL,2,2150,1,'Hateno Village South Well','',109.97478515625,-84.51244921874999,0,0,1,'2023-05-06 00:00:00'), - (14040,2101,NULL,2,2150,1,'Hateno Village North Well','',110.41265625000003,-82.37729296875,0,0,1,'2023-05-06 00:00:00'), - (14041,2101,NULL,2,2125,1,'Kamatukis Shrine','',110.52031640624998,-19.25722265625,0,0,1,'2023-05-06 00:00:00'), - (14042,2101,NULL,2,2125,1,'Zanmik Shrine','',110.97121875,-84.14973046875,0,0,1,'2023-05-06 00:00:00'), - (14043,2101,NULL,2,2151,1,'Lanayru Road East Cave','',111.05217187500001,-69.94209609375,0,0,1,'2023-05-06 00:00:00'), - (14044,2101,NULL,2,2123,1,'Ulri Mountain Skyview Tower','',111.31640625,-34.8515625,0,0,1,'2023-05-06 00:00:00'), - (14045,2101,NULL,2,2150,1,'Hateno Village East Well','',111.49778906249998,-83.8177734375,0,0,1,'2023-05-06 00:00:00'), - (14046,2101,NULL,2,2125,1,'Zakusu Shrine','',111.63542578125,-75.96430078125,0,0,1,'2023-05-06 00:00:00'), - (14047,2101,NULL,2,2152,1,'Naydra Snowfield Chasm','',112.55377734375,-74.34352734375,0,0,1,'2023-05-06 00:00:00'), - (14048,2101,NULL,2,2151,1,'Cape Cales Cliffbase Cave','',113.09063671875,-96.22048828125001,0,0,1,'2023-05-06 00:00:00'), - (14049,2101,NULL,2,2151,1,'Ploymus Mountain Cave','',113.213625,-52.28218945312499,0,0,1,'2023-05-06 00:00:00'), - (14050,2101,NULL,2,2151,1,'Construction Site Cave','',113.42253515625,-40.567359375,0,0,1,'2023-05-06 00:00:00'), - (14051,2101,NULL,2,2150,1,'Construction Site Well','',113.90428125,-39.989578125,0,0,1,'2023-05-06 00:00:00'), - (14052,2101,NULL,2,2151,1,'Construction Site Cave','',114.08715234375,-40.61619140625,0,0,1,'2023-05-06 00:00:00'), - (14053,2101,NULL,2,2151,1,'Retsam Forest Cave','',114.24462890625,-82.341890625,0,0,1,'2023-05-06 00:00:00'), - (14054,2101,NULL,2,2151,1,'Retsam Forest Cave','',114.34509375,-82.8117890625,0,0,1,'2023-05-06 00:00:00'), - (14055,2101,NULL,2,2125,1,'Ihen-a Shrine','',114.68223046875,-51.82289648437501,0,0,1,'2023-05-06 00:00:00'), - (14056,2101,NULL,2,2151,1,'Reservoir Lakefront Cavern','',114.9560390625,-53.676577734375,0,0,1,'2023-05-06 00:00:00'), - (14057,2101,NULL,2,2125,1,'Jochi-ihiga Shrine','',114.96699609375,-44.30726953124999,0,0,1,'2023-05-06 00:00:00'), - (14058,2101,NULL,2,2125,1,'Sinatanika Shrine','',115.33562109375,-31.637203125,0,0,1,'2023-05-06 00:00:00'), - (14059,2101,NULL,2,2123,1,'Mount Lanayru Skyview Tower','',115.40200781249997,-74.00286328125,0,0,1,'2023-05-06 00:00:00'), - (14060,2101,NULL,2,2125,1,'Apogek Shrine','',115.85966015624999,-61.134045703125,0,0,1,'2023-05-06 00:00:00'), - (14061,2101,NULL,2,2151,1,'Tarrey Town Tunnel','',116.31945703125,-40.12004296875,0,0,1,'2023-05-06 00:00:00'), - (14062,2101,NULL,2,2151,1,'Walnot Mountain Cave','',116.40908203125,-82.83987890625001,0,0,1,'2023-05-06 00:00:00'), - (14063,2101,NULL,2,2152,1,'East Akkala Plains Chasm','',117.53382421875,-33.036515625,0,0,1,'2023-05-06 00:00:00'), - (14064,2101,NULL,2,2151,1,'Ulria Grotto South Cave','',118.61987109375,-50.83248046875,0,0,1,'2023-05-06 00:00:00'), - (14065,2101,NULL,2,2125,1,'Rasitakiwak Shrine','',119.1409921875,-43.09287890625,0,0,1,'2023-05-06 00:00:00'), - (14066,2101,NULL,2,2151,1,'Deepback Bay Cave','',119.6892890625,-85.1083125,0,0,1,'2023-05-06 00:00:00'), - (14067,2101,NULL,2,2151,1,'Walnot Mountain Cave','',119.8305,-78.97212890625,0,0,1,'2023-05-06 00:00:00'), - (14068,2101,NULL,2,2138,1,'East Akkala Stable','',119.84241796875,-26.0844140625,0,0,1,'2023-05-06 00:00:00'), - (14069,2101,NULL,2,2150,1,'East Akkala Stable Well','',119.916421875,-26.014804687499996,0,0,1,'2023-05-06 00:00:00'), - (14070,2101,NULL,2,2151,1,'Horon Lagoon Cave','',120.0464765625,-61.589830078125,0,0,1,'2023-05-06 00:00:00'), - (14071,2101,NULL,2,2125,1,'Jikais Shrine','',120.3154453125,-78.20437500000001,0,0,1,'2023-05-06 00:00:00'), - (14072,2101,NULL,2,2151,1,'Ulria Grotto East Cave','',120.3866015625,-49.51973203125,0,0,1,'2023-05-06 00:00:00'), - (14073,2101,NULL,2,2125,1,'Jochi-iu Shrine','',121.24941796875,-24.888386718750002,0,0,1,'2023-05-06 00:00:00'), - (14074,2101,NULL,2,2151,1,'Tarm Point Cave','',122.7310546875,-68.2846546875,0,0,1,'2023-05-06 00:00:00'), - (14075,2101,NULL,2,2125,1,'Gatanisis Shrine','',123.0213515625,-48.909310546875,0,0,1,'2023-05-06 00:00:00'), - (14076,2101,NULL,2,2151,1,'Ulria Grotto East Cave','',123.10546875,-50.33013632812501,0,0,1,'2023-05-06 00:00:00'), - (14077,2101,NULL,2,2152,1,'Eventide Island Chasm','',123.1303359375,-99.13236328125,0,0,1,'2023-05-06 00:00:00'), - (14078,2101,NULL,2,2125,1,'Gemimik Shrine','',123.19578515625,-33.80030859375,0,0,1,'2023-05-06 00:00:00'), - (14079,2101,NULL,2,2151,1,'Mapla Point Cave','',124.046859375,-84.91737890625,0,0,1,'2023-05-06 00:00:00'), - (14080,2101,NULL,2,2151,1,'North Akkala Beach Cave','',124.75198828125,-21.013664062500002,0,0,1,'2023-05-06 00:00:00'), - (14081,2101,NULL,2,2151,1,'North Akkala Beach Cave','',124.8125390625,-16.583109375,0,0,1,'2023-05-06 00:00:00'), - (14082,2101,NULL,2,2125,1,'Igashuk Shrine','',124.8631640625,-15.072234375000003,0,0,1,'2023-05-06 00:00:00'), - (14083,2101,NULL,2,2152,1,'Lomei Labyrinth Chasm','',124.86328125,-15.264046875000004,0,0,1,'2023-05-06 00:00:00'), - (14084,2101,NULL,2,2125,1,'Rasiwak Shrine','',124.970203125,-20.352914062500002,0,0,1,'2023-05-06 00:00:00'), - (14085,2101,NULL,2,2152,1,'Tingel Island Chasm','',125.4818203125,-43.26711328125,0,0,1,'2023-05-06 00:00:00'), - (14086,2101,NULL,2,2151,1,'Eventide Island Cave','',126.00738281250003,-102.90827343749999,0,0,1,'2023-05-06 00:00:00'), - (14087,2101,NULL,2,2153,1,'Thunder Gleeok','',82.72265625,-100.9453125,0,0,1,'2023-05-06 00:00:00'), - (14088,2101,NULL,2,2153,1,'Thunder Gleeok','',56.83423828124999,-73.3941328125,0,0,1,'2023-05-06 00:00:00'), - (14089,2101,NULL,2,2153,1,'Thunder Gleeok','',110.423484375,-43.377515625,0,0,1,'2023-05-06 00:00:00'), - (14090,2101,NULL,2,2153,1,'Flame Gleeok','',45.533203125,-89.52868359375,0,0,1,'2023-05-06 00:00:00'), - (14091,2101,NULL,2,2153,1,'Flame Gleeok','',27.835265625,-53.669015625,0,0,1,'2023-05-06 00:00:00'), - (14092,2101,NULL,2,2153,1,'Flame Gleeok','',69.7562574609375,-87.78628125,0,0,1,'2023-05-06 00:00:00'), - (14093,2101,NULL,2,2153,1,'Flame Gleeok','',96.544921875,-50.466796875,0,0,1,'2023-05-06 00:00:00'), - (14094,2101,NULL,2,2153,1,'Frost Gleeok','',26.44585546875,-23.536464843750004,0,0,1,'2023-05-06 00:00:00'), - (14095,2101,NULL,2,2153,1,'Frost Gleeok','',48.8144296875,-23.331281250000004,0,0,1,'2023-05-06 00:00:00'), - (14096,2101,NULL,2,2153,1,'Frost Gleeok','',23.158957031250004,-69.791015625,0,0,1,'2023-05-06 00:00:00'), - (14097,2101,NULL,2,2141,1,'Igneo Talus','',96.26954296875,-37.73438671875,0,0,1,'2023-05-06 00:00:00'), - (14098,2101,NULL,2,2141,1,'Igneo Talus','',85.44140625,-38.47265625,0,0,1,'2023-05-06 00:00:00'), - (14099,2101,NULL,2,2141,1,'Igneo Talus','',93.08872265625,-21.1615546875,0,0,1,'2023-05-06 00:00:00'), - (14100,2101,NULL,2,2141,1,'Igneo Talus','',99.36467578125,-15.97123828125,0,0,1,'2023-05-06 00:00:00'), - (14101,2101,NULL,2,2141,1,'Igneo Talus','',93.919921875,-30.498046875,0,0,1,'2023-05-06 00:00:00'), - (14102,2101,NULL,2,2141,1,'Battle Talus','',53.34932812500001,-46.56847265625,0,0,1,'2023-05-06 00:00:00'), - (14103,2101,NULL,2,2141,1,'Battle Talus','',105.1584375,-41.15074218749999,0,0,1,'2023-05-06 00:00:00'), - (14104,2101,NULL,2,2141,1,'Battle Talus','',72.68104453125,-52.373450390625,0,0,1,'2023-05-06 00:00:00'), - (14105,2101,NULL,2,2141,1,'Battle Talus','',108.71330859375,-98.532515625,0,0,1,'2023-05-06 00:00:00'), - (14106,2101,NULL,2,2141,1,'Battle Talus','',119.3066015625,-32.490046875,0,0,1,'2023-05-06 00:00:00'), - (14107,2101,NULL,2,2141,1,'Battle Talus','',33.87952734375,-43.50685546875,0,0,1,'2023-05-06 00:00:00'), - (14108,2101,NULL,2,2141,1,'Battle Talus','',61.28992382812501,-49.084252734375,0,0,1,'2023-05-06 00:00:00'), - (14109,2101,NULL,2,2141,1,'Battle Talus','',57.5199609375,-78.039328125,0,0,1,'2023-05-06 00:00:00'), - (14110,2101,NULL,2,2141,1,'Battle Talus','',18.828562499999997,-35.912824218749996,0,0,1,'2023-05-06 00:00:00'), - (14111,2101,NULL,2,2141,1,'Battle Talus','',79.33331015625001,-72.9255234375,0,0,1,'2023-05-06 00:00:00'), - (14112,2101,NULL,2,2141,1,'Battle Talus','',54.3334453125,-67.842910546875,0,0,1,'2023-05-06 00:00:00'), - (14113,2101,NULL,2,2141,1,'Battle Talus','',116.61762890625,-44.6615390625,0,0,1,'2023-05-06 00:00:00'), - (14114,2101,NULL,2,2141,1,'Battle Talus','',69.03828867187501,-67.992421875,0,0,1,'2023-05-06 00:00:00'), - (14115,2101,NULL,2,2141,1,'Battle Talus','',77.19593789062499,-81.25986328125,0,0,1,'2023-05-06 00:00:00'), - (14116,2101,NULL,2,2141,1,'Battle Talus','',23.58530859375,-78.55203515625,0,0,1,'2023-05-06 00:00:00'), - (14117,2101,NULL,2,2141,1,'Battle Talus','',85.0343203125,-72.245015625,0,0,1,'2023-05-06 00:00:00'), - (14118,2101,NULL,2,2141,1,'Battle Talus','',78.25149375,-52.6645640625,0,0,1,'2023-05-06 00:00:00'), - (14119,2101,NULL,2,2141,1,'Battle Talus','',40.43000390625,-59.896730859375,0,0,1,'2023-05-06 00:00:00'), - (14120,2101,NULL,2,2141,1,'Frost Talus','',18.368765624999998,-18.902542968749998,0,0,1,'2023-05-06 00:00:00'), - (14121,2101,NULL,2,2141,1,'Frost Talus','',37.11699609375,-74.13861328125,0,0,1,'2023-05-06 00:00:00'), - (14122,2101,NULL,2,2141,1,'Frost Talus','',117.8565,-70.97034375,0,0,1,'2023-05-06 00:00:00'), - (14123,2101,NULL,2,2141,1,'Frost Talus','',17.5802109375,-29.8782890625,0,0,1,'2023-05-06 00:00:00'), - (14124,2101,NULL,2,2141,1,'Frost Talus','',19.6737890625,-72.69699609375,0,0,1,'2023-05-06 00:00:00'), - (14125,2101,NULL,2,2141,1,'Frost Talus','',38.84408203125,-19.301660156249998,0,0,1,'2023-05-06 00:00:00'), - (14126,2101,NULL,2,2141,1,'Stone Talus','',30.62671875,-45.984046875,0,0,1,'2023-05-06 00:00:00'), - (14127,2101,NULL,2,2141,1,'Stone Talus','',117.9226171875,-23.755570312499998,0,0,1,'2023-05-06 00:00:00'), - (14128,2101,NULL,2,2141,1,'Stone Talus','',31.66659375,-50.98287421875,0,0,1,'2023-05-06 00:00:00'), - (14129,2101,NULL,2,2141,1,'Stone Talus','',71.45537671875,-30.82027734375,0,0,1,'2023-05-06 00:00:00'), - (14130,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',99.41175,-47.952730078125,0,0,1,'2023-05-06 00:00:00'), - (14131,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',105.80523046875,-79.433390625,0,0,1,'2023-05-06 00:00:00'), - (14132,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',119.423296875,-52.52573203125,0,0,1,'2023-05-06 00:00:00'), - (14133,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',102.07405078125,-19.88576953125,0,0,1,'2023-05-06 00:00:00'), - (14134,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',78.555005859375,-15.3225,0,0,1,'2023-05-06 00:00:00'), - (14135,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',107.759109375,-93.25892578124999,0,0,1,'2023-05-06 00:00:00'), - (14136,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',36.80109375,-64.70259375,0,0,1,'2023-05-06 00:00:00'), - (14137,2101,NULL,2,2141,1,'Stone Talus (Luminous)','',44.28563671875,-65.44629140625,0,0,1,'2023-05-06 00:00:00'), - (14138,2101,NULL,2,2141,1,'Stone Talus (Rare)','',65.6940328125,-23.95564453125,0,0,1,'2023-05-06 00:00:00'), - (14139,2101,NULL,2,2141,1,'Stone Talus (Rare)','',125.13140625000003,-23.45764453125,0,0,1,'2023-05-06 00:00:00'), - (14140,2101,NULL,2,2141,1,'Stone Talus (Rare)','',43.28675390625,-87.34278515625,0,0,1,'2023-05-06 00:00:00'), - (14141,2101,NULL,2,2141,1,'Stone Talus (Rare)','',29.40015234375,-56.58940078125,0,0,1,'2023-05-06 00:00:00'), - (14142,2101,NULL,2,2141,1,'Stone Talus (Rare)','',76.45642500000001,-102.075046875,0,0,1,'2023-05-06 00:00:00'), - (14143,2101,NULL,2,2141,1,'Stone Talus (Rare)','',82.2505078125,-98.23974609375,0,0,1,'2023-05-06 00:00:00'), - (14144,2101,NULL,2,2141,1,'Stone Talus (Rare)','',91.7061328125,-99.55469531249999,0,0,1,'2023-05-06 00:00:00'), - (14145,2101,NULL,2,2140,1,'Lynel','',52.1064609375,-56.97106875,0,0,1,'2023-05-06 00:00:00'), - (14146,2101,NULL,2,2140,1,'Lynel','',44.88575390625,-40.40912109375,0,0,1,'2023-05-06 00:00:00'), - (14147,2101,NULL,2,2140,1,'Lynel','',113.44555078125,-23.917921875,0,0,1,'2023-05-06 00:00:00'), - (14148,2101,NULL,2,2140,1,'Lynel','',37.50796875,-37.03641796875,0,0,1,'2023-05-06 00:00:00'), - (14149,2101,NULL,2,2140,1,'Lynel','',30.7265625,-58.2421875,0,0,1,'2023-05-06 00:00:00'), - (14150,2101,NULL,2,2140,1,'Blue-Maned Lynel','',71.4611971875,-98.05061718750001,0,0,1,'2023-05-06 00:00:00'), - (14151,2101,NULL,2,2140,1,'Blue-Maned Lynel','',93.7055625,-62.186262890625,0,0,1,'2023-05-06 00:00:00'), - (14152,2101,NULL,2,2140,1,'Blue-Maned Lynel','',99.623296875,-64.673002734375,0,0,1,'2023-05-06 00:00:00'), - (14153,2101,NULL,2,2140,1,'Blue-Maned Lynel','',63.397661718749994,-103.52438671875,0,0,1,'2023-05-06 00:00:00'), - (14154,2101,NULL,2,2140,1,'Blue-Maned Lynel','',17.161675781249997,-27.14684765625,0,0,1,'2023-05-06 00:00:00'), - (14155,2101,NULL,2,2140,1,'Blue-Maned Lynel','',101.49657421875001,-69.685184765625,0,0,1,'2023-05-06 00:00:00'), - (14156,2101,NULL,2,2140,1,'Blue-Maned Lynel','',53.16773437499999,-90.3300234375,0,0,1,'2023-05-06 00:00:00'), - (14157,2101,NULL,2,2140,1,'White-Maned Lynel','',115.7487421875,-47.45207578125,0,0,1,'2023-05-06 00:00:00'), - (14158,2101,NULL,2,2140,1,'White-Maned Lynel','',87.474140625,-94.177640625,0,0,1,'2023-05-06 00:00:00'), - (14159,2101,NULL,2,2140,1,'White-Maned Lynel','',18.21946875,-70.182401953125,0,0,1,'2023-05-06 00:00:00'), - (14160,2101,NULL,2,2147,1,'Molduga','',23.09765625,-88.935,0,0,1,'2023-05-06 00:00:00'), - (14161,2101,NULL,2,2147,1,'Molduga','',31.368726562499994,-97.45189453125,0,0,1,'2023-05-06 00:00:00'), - (14162,2101,NULL,2,2147,1,'Molduga','',42.17574609375,-96.89111718749999,0,0,1,'2023-05-06 00:00:00'), - (14163,2101,NULL,2,2147,1,'Molduga','',14.09619140625,-91.41118359375,0,0,1,'2023-05-06 00:00:00'), - (14164,2101,NULL,2,2139,1,'Electric Wizzrobe','',113.35660546875,-53.03029921875,0,0,1,'2023-05-06 00:00:00'), - (14165,2101,NULL,2,2139,1,'Electric Wizzrobe','',73.63107421875,-85.7142421875,0,0,1,'2023-05-06 00:00:00'), - (14166,2101,NULL,2,2139,1,'Electric Wizzrobe','',117.2081015625,-85.603125,0,0,1,'2023-05-06 00:00:00'), - (14167,2101,NULL,2,2139,1,'Electric Wizzrobe','',50.254171875,-68.478253125,0,0,1,'2023-05-06 00:00:00'), - (14168,2101,NULL,2,2139,1,'Electric Wizzrobe','',57.51612890625,-67.566558984375,0,0,1,'2023-05-06 00:00:00'), - (14169,2101,NULL,2,2139,1,'Electric Wizzrobe','',45.8803828125,-62.0712609375,0,0,1,'2023-05-06 00:00:00'), - (14170,2101,NULL,2,2139,1,'Electric Wizzrobe','',39.81500390625,-41.164171875,0,0,1,'2023-05-06 00:00:00'), - (14171,2101,NULL,2,2139,1,'Electric Wizzrobe','',84.4595390625,-68.62109765625,0,0,1,'2023-05-06 00:00:00'), - (14172,2101,NULL,2,2139,1,'Electric Wizzrobe','',102.63952734375,-51.687403125,0,0,1,'2023-05-06 00:00:00'), - (14173,2101,NULL,2,2139,1,'Electric Wizzrobe','',101.0966484375,-51.832105078125,0,0,1,'2023-05-06 00:00:00'), - (14174,2101,NULL,2,2139,1,'Electric Wizzrobe','',86.70880078125,-62.200850390625,0,0,1,'2023-05-06 00:00:00'), - (14175,2101,NULL,2,2139,1,'Electric Wizzrobe','',79.82926992187501,-30.84825,0,0,1,'2023-05-06 00:00:00'), - (14176,2101,NULL,2,2139,1,'Electric Wizzrobe','',52.0563984375,-52.394300390625,0,0,1,'2023-05-06 00:00:00'), - (14177,2101,NULL,2,2139,1,'Electric Wizzrobe','',26.36126953125,-42.939046875,0,0,1,'2023-05-06 00:00:00'), - (14178,2101,NULL,2,2139,1,'Electric Wizzrobe','',49.41270703124999,-35.82481640625,0,0,1,'2023-05-06 00:00:00'), - (14179,2101,NULL,2,2139,1,'Electric Wizzrobe','',21.79341796875,-53.784675,0,0,1,'2023-05-06 00:00:00'), - (14180,2101,NULL,2,2139,1,'Electric Wizzrobe','',80.52919453125,-98.56095703125,0,0,1,'2023-05-06 00:00:00'), - (14181,2101,NULL,2,2139,1,'Electric Wizzrobe','',77.197308984375,-41.35557421875,0,0,1,'2023-05-06 00:00:00'), - (14182,2101,NULL,2,2139,1,'Electric Wizzrobe','',67.36712109375,-32.83154296875,0,0,1,'2023-05-06 00:00:00'), - (14183,2101,NULL,2,2139,1,'Thunder Wizzrobe','',93.17607421875,-94.13675390625001,0,0,1,'2023-05-06 00:00:00'), - (14184,2101,NULL,2,2139,1,'Thunder Wizzrobe','',53.94296484375,-76.8194296875,0,0,1,'2023-05-06 00:00:00'), - (14185,2101,NULL,2,2139,1,'Thunder Wizzrobe','',64.57141171875,-46.37098828125,0,0,1,'2023-05-06 00:00:00'), - (14186,2101,NULL,2,2139,1,'Thunder Wizzrobe','',70.191827109375,-45.70632421875,0,0,1,'2023-05-06 00:00:00'), - (14187,2101,NULL,2,2139,1,'Thunder Wizzrobe','',69.78974742187499,-48.933335156249996,0,0,1,'2023-05-06 00:00:00'), - (14188,2101,NULL,2,2139,1,'Thunder Wizzrobe','',123.94880859375,-64.39845234375,0,0,1,'2023-05-06 00:00:00'), - (14189,2101,NULL,2,2139,1,'Thunder Wizzrobe','',121.47830859375001,-59.9559,0,0,1,'2023-05-06 00:00:00'), - (14190,2101,NULL,2,2139,1,'Thunder Wizzrobe','',59.321801953125,-83.26001953125,0,0,1,'2023-05-06 00:00:00'), - (14191,2101,NULL,2,2139,1,'Thunder Wizzrobe','',79.950962109375,-90.604921875,0,0,1,'2023-05-06 00:00:00'), - (14192,2101,NULL,2,2139,1,'Thunder Wizzrobe','',86.715984375,-99.63243750000001,0,0,1,'2023-05-06 00:00:00'), - (14193,2101,NULL,2,2139,1,'Thunder Wizzrobe','',81.845569921875,-95.513671875,0,0,1,'2023-05-06 00:00:00'), - (14194,2101,NULL,2,2139,1,'Thunder Wizzrobe','',97.4803359375,-88.67691796875,0,0,1,'2023-05-06 00:00:00'), - (14195,2101,NULL,2,2139,1,'Fire Wizzrobe','',106.39939453125002,-64.932322265625,0,0,1,'2023-05-06 00:00:00'), - (14196,2101,NULL,2,2139,1,'Fire Wizzrobe','',91.9611328125,-82.78884375,0,0,1,'2023-05-06 00:00:00'), - (14197,2101,NULL,2,2139,1,'Fire Wizzrobe','',90.52508203125,-47.30825625,0,0,1,'2023-05-06 00:00:00'), - (14198,2101,NULL,2,2139,1,'Fire Wizzrobe','',121.89514453125003,-37.27734375,0,0,1,'2023-05-06 00:00:00'), - (14199,2101,NULL,2,2139,1,'Fire Wizzrobe','',91.10403515625,-37.588125,0,0,1,'2023-05-06 00:00:00'), - (14200,2101,NULL,2,2139,1,'Fire Wizzrobe','',68.59706601562499,-22.432992187500002,0,0,1,'2023-05-06 00:00:00'), - (14201,2101,NULL,2,2139,1,'Fire Wizzrobe','',75.25413984375,-50.584028906250005,0,0,1,'2023-05-06 00:00:00'), - (14202,2101,NULL,2,2139,1,'Fire Wizzrobe','',81.779061328125,-48.46168359375,0,0,1,'2023-05-06 00:00:00'), - (14203,2101,NULL,2,2139,1,'Fire Wizzrobe','',95.75690625,-47.9780296875,0,0,1,'2023-05-06 00:00:00'), - (14204,2101,NULL,2,2139,1,'Fire Wizzrobe','',82.214296875,-26.130738281249997,0,0,1,'2023-05-06 00:00:00'), - (14205,2101,NULL,2,2139,1,'Fire Wizzrobe','',79.457649609375,-21.27781640625,0,0,1,'2023-05-06 00:00:00'), - (14206,2101,NULL,2,2139,1,'Fire Wizzrobe','',102.09375,-77.21408203124999,0,0,1,'2023-05-06 00:00:00'), - (14207,2101,NULL,2,2139,1,'Fire Wizzrobe','',97.30182421875,-34.508625,0,0,1,'2023-05-06 00:00:00'), - (14208,2101,NULL,2,2139,1,'Fire Wizzrobe','',93.22180078125,-37.44296484375,0,0,1,'2023-05-06 00:00:00'), - (14209,2101,NULL,2,2139,1,'Fire Wizzrobe','',69.6340545703125,-76.85937890624999,0,0,1,'2023-05-06 00:00:00'), - (14210,2101,NULL,2,2139,1,'Fire Wizzrobe','',104.62238671875,-38.586046875,0,0,1,'2023-05-06 00:00:00'), - (14211,2101,NULL,2,2139,1,'Fire Wizzrobe','',111.06847265625,-16.0874296875,0,0,1,'2023-05-06 00:00:00'), - (14212,2101,NULL,2,2139,1,'Meteo Wizzrobe','',49.815796875,-96.13105078125001,0,0,1,'2023-05-06 00:00:00'), - (14213,2101,NULL,2,2139,1,'Meteo Wizzrobe','',28.2926484375,-82.76844140625,0,0,1,'2023-05-06 00:00:00'), - (14214,2101,NULL,2,2139,1,'Meteo Wizzrobe','',36.167789062500006,-83.54991796875,0,0,1,'2023-05-06 00:00:00'), - (14215,2101,NULL,2,2139,1,'Meteo Wizzrobe','',30.83330859375,-67.14353203125,0,0,1,'2023-05-06 00:00:00'), - (14216,2101,NULL,2,2139,1,'Meteo Wizzrobe','',114.85546875,-45.43359375,0,0,1,'2023-05-06 00:00:00'), - (14217,2101,NULL,2,2139,1,'Meteo Wizzrobe','',124.96232812500001,-46.57552734375,0,0,1,'2023-05-06 00:00:00'), - (14218,2101,NULL,2,2139,1,'Meteo Wizzrobe','',26.31823828125,-60.326353125,0,0,1,'2023-05-06 00:00:00'), - (14219,2101,NULL,2,2139,1,'Meteo Wizzrobe','',29.12675390625,-82.05380859375,0,0,1,'2023-05-06 00:00:00'), - (14220,2101,NULL,2,2139,1,'Ice Wizzrobe','',53.39675390625,-28.41856640625,0,0,1,'2023-05-06 00:00:00'), - (14221,2101,NULL,2,2139,1,'Ice Wizzrobe','',16.551562499999996,-23.67237890625,0,0,1,'2023-05-06 00:00:00'), - (14222,2101,NULL,2,2139,1,'Ice Wizzrobe','',31.77085546875,-26.28406640625,0,0,1,'2023-05-06 00:00:00'), - (14223,2101,NULL,2,2139,1,'Ice Wizzrobe','',50.17383984375,-30.51294140625,0,0,1,'2023-05-06 00:00:00'), - (14224,2101,NULL,2,2139,1,'Ice Wizzrobe','',27.6964921875,-34.035140625,0,0,1,'2023-05-06 00:00:00'), - (14225,2101,NULL,2,2139,1,'Ice Wizzrobe','',32.015625,-33.5859375,0,0,1,'2023-05-06 00:00:00'), - (14226,2101,NULL,2,2139,1,'Ice Wizzrobe','',93.44926171875,-59.696038125,0,0,1,'2023-05-06 00:00:00'), - (14227,2101,NULL,2,2139,1,'Ice Wizzrobe','',20.891261718749995,-37.1316328125,0,0,1,'2023-05-06 00:00:00'), - (14228,2101,NULL,2,2139,1,'Blizzrobe','',17.00834765625,-64.4342625,0,0,1,'2023-05-06 00:00:00'), - (14229,2101,NULL,2,2139,1,'Blizzrobe','',16.740152343750005,-72.64761328125,0,0,1,'2023-05-06 00:00:00'), - (14230,2101,NULL,2,2139,1,'Blizzrobe','',24.658640625,-71.3453203125,0,0,1,'2023-05-06 00:00:00'), - (14231,2101,NULL,2,2139,1,'Blizzrobe','',21.365285156250003,-64.985689453125,0,0,1,'2023-05-06 00:00:00'), - (14232,2101,NULL,2,2139,1,'Blizzrobe','',31.53664453125,-77.05634765625,0,0,1,'2023-05-06 00:00:00'), - (14233,2101,NULL,2,2139,1,'Blizzrobe','',35.09281640625,-72.0086015625,0,0,1,'2023-05-06 00:00:00'), - (14234,2101,NULL,2,2139,1,'Blizzrobe','',119.68126171875,-80.46359765625,0,0,1,'2023-05-06 00:00:00'), - (14235,2101,NULL,2,2146,1,'Yiga Clan Journal','',123.32709375,-21.49252734375,0,0,1,'2023-05-06 00:00:00'), - (14236,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_08','',123.1513359375,-21.529453124999996,0,0,1,'2023-05-06 00:00:00'), - (14237,2101,NULL,2,2146,1,'Yunobo\'s Diary','',89.06162109375,-25.48696875,0,0,1,'2023-05-06 00:00:00'), - (14238,2101,NULL,2,2146,1,'Kabetta\'s Diary','',89.51347265625,-30.710203125,0,0,1,'2023-05-06 00:00:00'), - (14239,2101,NULL,2,2146,1,'Misa\'s Recipe Book','',27.6521953125,-37.245972656250004,0,0,1,'2023-05-06 00:00:00'), - (14240,2101,NULL,2,2146,1,'Purah\'s Diary','',67.589497265625,-56.79297421875,0,0,1,'2023-05-06 00:00:00'), - (14241,2101,NULL,2,2146,1,'Notes on the Upheaval','',67.600887890625,-56.81337421875,0,0,1,'2023-05-06 00:00:00'), - (14242,2101,NULL,2,2146,1,'Purah Pad Manual','',67.39778671875,-56.84966484375,0,0,1,'2023-05-06 00:00:00'), - (14243,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',67.20379921874999,-57.313660546875,0,0,1,'2023-05-06 00:00:00'), - (14244,2101,NULL,2,2146,1,'Deciphered Slabs','',92.5951875,-68.088835546875,0,0,1,'2023-05-06 00:00:00'), - (14245,2101,NULL,2,2146,1,'Deciphered Slabs','',90.66936328125,-69.145248046875,0,0,1,'2023-05-06 00:00:00'), - (14246,2101,NULL,2,2146,1,'Deciphered Slabs','',91.45115625,-69.296412890625,0,0,1,'2023-05-06 00:00:00'), - (14247,2101,NULL,2,2146,1,'Journal of Various Worries','',91.19724609375,-70.081515234375,0,0,1,'2023-05-06 00:00:00'), - (14248,2101,NULL,2,2146,1,'Diary of a Chief','',91.159171875,-70.1294015625,0,0,1,'2023-05-06 00:00:00'), - (14249,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_06','',91.129875,-70.177276171875,0,0,1,'2023-05-06 00:00:00'), - (14250,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',91.12548046875,-70.2149296875,0,0,1,'2023-05-06 00:00:00'), - (14251,2101,NULL,2,2146,1,'Deciphered Slabs','',93.02157421875,-71.25264843750001,0,0,1,'2023-05-06 00:00:00'), - (14252,2101,NULL,2,2146,1,'Deciphered Slabs','',89.4669140625,-72.39521484375,0,0,1,'2023-05-06 00:00:00'), - (14253,2101,NULL,2,2146,1,'Lightning Helm Journal','',28.40194921875,-73.9779375,0,0,1,'2023-05-06 00:00:00'), - (14254,2101,NULL,2,2146,1,'School Notes','',109.69494140625,-81.73866796875,0,0,1,'2023-05-06 00:00:00'), - (14255,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',50.5982578125,-82.3196015625,0,0,1,'2023-05-06 00:00:00'), - (14256,2101,NULL,2,2146,1,'Reede\'s Diary','',110.33281640624998,-83.032359375,0,0,1,'2023-05-06 00:00:00'), - (14257,2101,NULL,2,2146,1,'Obj_DiaryTamul_A_07','',114.65984765625,-83.53163671875,0,0,1,'2023-05-06 00:00:00'), - (14258,2101,NULL,2,2146,1,'Obj_DiaryAssassin_A_02','',61.132802343749994,-85.00584375,0,0,1,'2023-05-06 00:00:00'), - (14259,2101,NULL,2,2146,1,'Zelda\'s Journal','',109.128515625,-85.39829296875,0,0,1,'2023-05-06 00:00:00'), - (14260,2101,NULL,2,2146,1,'Zelda\'s Diary','',109.07213671875,-85.51831640625,0,0,1,'2023-05-06 00:00:00'), - (14261,2101,NULL,2,2146,1,'ZST: Three Big Ideas','',31.960546875,-89.126953125,0,0,1,'2023-05-06 00:00:00'), - (14262,2101,NULL,2,2146,1,'Riju\'s Diary','',24.853207031249994,-93.26026171875,0,0,1,'2023-05-06 00:00:00'), - (14263,2101,NULL,2,2146,1,'Lookout Post Logbook','',30.026953125,-95.307421875,0,0,1,'2023-05-06 00:00:00'), - (14264,2101,NULL,2,2134,1,'Dragon\'s Tears #08','',48.4724296875,-16.1508984375,0,0,1,'2023-05-06 00:00:00'), - (14265,2101,NULL,2,2134,1,'Dragon\'s Tears #11','',80.7659671875,-24.0036328125,0,0,1,'2023-05-06 00:00:00'), - (14266,2101,NULL,2,2134,1,'Dragon\'s Tears #12','',123.45324609375,-33.46773046875,0,0,1,'2023-05-06 00:00:00'), - (14267,2101,NULL,2,2134,1,'Dragon\'s Tears #02','',40.41421875,-36.462421875,0,0,1,'2023-05-06 00:00:00'), - (14268,2101,NULL,2,2134,1,'Dragon\'s Tears #01','',53.7594609375,-47.27242265625,0,0,1,'2023-05-06 00:00:00'), - (14269,2101,NULL,2,2134,1,'Dragon\'s Tears #03','',91.73820703125,-49.95007734375,0,0,1,'2023-05-06 00:00:00'), - (14270,2101,NULL,2,2134,1,'Dragon\'s Tears #09','',122.66838281250001,-62.16786328125,0,0,1,'2023-05-06 00:00:00'), - (14271,2101,NULL,2,2134,1,'Dragon\'s Tears #04','',78.452670703125,-73.9361953125,0,0,1,'2023-05-06 00:00:00'), - (14272,2101,NULL,2,2134,1,'Dragon\'s Tears #05','',33.06603515625,-78.51195703125,0,0,1,'2023-05-06 00:00:00'), - (14273,2101,NULL,2,2134,1,'Dragon\'s Tears #10','',62.703201562500006,-90.034828125,0,0,1,'2023-05-06 00:00:00'), - (14274,2101,NULL,2,2134,1,'Dragon\'s Tears #07','',109.28587499999998,-100.38808593750001,0,0,1,'2023-05-06 00:00:00') -; +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(21000, 2102, NULL, 2, 2127, 1, 'Water Temple', '4378652543519369607', 110.11780078125003, -50.23903828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21001, 2103, NULL, 2, 2127, 1, 'Lightning Temple', '16889386365015416878', 17.872265625000004, -100.4296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21002, 2102, NULL, 2, 2127, 1, 'Wind Temple', '3091848077865757700', 36.802734375, -23.373046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21003, 2103, NULL, 2, 2127, 1, 'Fire Temple', '1649163942645330124', 87.609375, -25.34765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21004, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13537392195968236719', 103.30884375, -52.59622734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21005, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3611256744002423938', 54.52098046875, -61.439410546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21006, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1311571022647148888', 113.53393359375, -52.533289453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21007, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14269861482157571787', 100.99191796874997, -52.05084257812501, 0, 0, 1, '0000-00-00 00:00:00'), +(21008, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '9575468320511729867', 101.3856796875, -55.574859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21009, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14703859275264030805', 105.070828125, -53.676929296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21010, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1157019882324188277', 113.58619921875, -51.08143359374999, 0, 0, 1, '0000-00-00 00:00:00'), +(21011, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '514045833949437140', 116.3417578125, -54.04357734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21012, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '781923269984653543', 104.60717578125, -59.427871992187505, 0, 0, 1, '0000-00-00 00:00:00'), +(21013, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '913379717494130012', 105.954140625, -61.1180390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21014, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13265263308448662540', 105.99234375, -49.900140234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21015, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '9826458926736809808', 77.072895703125, -95.30409375, 0, 0, 1, '0000-00-00 00:00:00'), +(21016, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '17169470813791703719', 100.08833203125, -76.327171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21017, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3769948968701988976', 91.01825390625, -34.4244375, 0, 0, 1, '0000-00-00 00:00:00'), +(21018, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14280432548029166126', 77.42729531250001, -92.93155078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21019, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '493941603692090334', 75.840270703125, -100.20414843750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21020, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '18163746142758012252', 96.73707421875002, -57.396059765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21021, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3239226245297029136', 92.267765625, -72.20883984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21022, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '11628130735054581508', 122.12949609375, -67.43996015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21023, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '6411147158127917692', 101.99302734375, -75.6985078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21024, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1022757933077513358', 90.433359375, -102.05037890624999, 0, 0, 1, '0000-00-00 00:00:00'), +(21025, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13305607848463611324', 80.40905859375, -92.4488203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21026, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12783314116817666765', 124.27339453125, -102.71516015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21027, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '6539997716233513123', 83.578171875, -85.9410703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21028, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7146635808975480997', 88.7670703125, -93.4511484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21029, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '4463050406380132499', 32.610328125, -95.16385546874999, 0, 0, 1, '0000-00-00 00:00:00'), +(21030, 2101, NULL, 2, 2153, 1, 'Thunder Gleeok', '17618439493369911666', 82.72265625, -100.9453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21031, 2101, NULL, 2, 2153, 1, 'Thunder Gleeok', '3563560582355181031', 56.83423828124999, -73.3941328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21032, 2101, NULL, 2, 2153, 1, 'Thunder Gleeok', '16188501114549156914', 110.423484375, -43.377515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21033, 2101, NULL, 2, 2153, 1, 'Flame Gleeok', '2677006142106004616', 27.835265625, -53.669015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21034, 2101, NULL, 2, 2153, 1, 'Flame Gleeok', '7024559691671561212', 96.544921875, -50.466796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21035, 2101, NULL, 2, 2153, 1, 'Flame Gleeok', '3292507397962573828', 69.7562574609375, -87.78628125, 0, 0, 1, '0000-00-00 00:00:00'), +(21036, 2101, NULL, 2, 2153, 1, 'Flame Gleeok', '13096827551802913012', 45.533203125, -89.52868359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21037, 2101, NULL, 2, 2153, 1, 'Frost Gleeok', '18215301882184071282', 26.44585546875, -23.536464843750004, 0, 0, 1, '0000-00-00 00:00:00'), +(21038, 2101, NULL, 2, 2153, 1, 'Frost Gleeok', '17202757845512439687', 48.8144296875, -23.331281250000004, 0, 0, 1, '0000-00-00 00:00:00'), +(21039, 2101, NULL, 2, 2153, 1, 'Frost Gleeok', '7375109460783924447', 23.158957031250004, -69.791015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21040, 2101, NULL, 2, 2141, 1, 'Igneo Talus', '17769742489494399452', 99.36467578125, -15.97123828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21041, 2101, NULL, 2, 2141, 1, 'Igneo Talus', '7751318989887040996', 96.26954296875, -37.73438671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21042, 2101, NULL, 2, 2141, 1, 'Igneo Talus', '16303560262861595679', 85.44140625, -38.47265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21043, 2101, NULL, 2, 2141, 1, 'Igneo Talus', '4645246919721611071', 93.08872265625, -21.1615546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21044, 2101, NULL, 2, 2141, 1, 'Igneo Talus', '5838353936759761014', 93.919921875, -30.498046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21045, 2101, NULL, 2, 2141, 1, 'Battle Talus', '8738202729678699744', 33.87952734375, -43.50685546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21046, 2101, NULL, 2, 2141, 1, 'Battle Talus', '531774016647022976', 105.1584375, -41.15074218749999, 0, 0, 1, '0000-00-00 00:00:00'), +(21047, 2101, NULL, 2, 2141, 1, 'Battle Talus', '16750487341306993332', 54.3334453125, -67.842910546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21048, 2101, NULL, 2, 2141, 1, 'Battle Talus', '14774490785716930628', 108.71330859375, -98.532515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21049, 2101, NULL, 2, 2141, 1, 'Battle Talus', '11731926584831658232', 18.828562499999997, -35.912824218749996, 0, 0, 1, '0000-00-00 00:00:00'), +(21050, 2101, NULL, 2, 2141, 1, 'Battle Talus', '14426239951359628434', 69.03828867187501, -67.992421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21051, 2101, NULL, 2, 2141, 1, 'Battle Talus', '3269666100524179229', 57.5199609375, -78.039328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21052, 2101, NULL, 2, 2141, 1, 'Battle Talus', '674996768932339785', 72.68104453125, -52.373450390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21053, 2101, NULL, 2, 2141, 1, 'Battle Talus', '10245753642321424701', 77.19593789062499, -81.25986328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21054, 2101, NULL, 2, 2141, 1, 'Battle Talus', '4536425597808032527', 116.61762890625, -44.6615390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21055, 2101, NULL, 2, 2141, 1, 'Battle Talus', '2531771477704802275', 79.33331015625001, -72.9255234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21056, 2101, NULL, 2, 2141, 1, 'Battle Talus', '10247711565523857438', 61.28992382812501, -49.084252734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21057, 2101, NULL, 2, 2141, 1, 'Battle Talus', '15181532392716237288', 119.3066015625, -32.490046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21058, 2101, NULL, 2, 2141, 1, 'Battle Talus', '8425189098582944053', 53.34932812500001, -46.56847265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21059, 2101, NULL, 2, 2141, 1, 'Battle Talus', '18395733775024195032', 23.58530859375, -78.55203515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21060, 2101, NULL, 2, 2141, 1, 'Battle Talus', '10068938260813754755', 85.0343203125, -72.245015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21061, 2101, NULL, 2, 2141, 1, 'Battle Talus', '3042969628746501486', 40.43000390625, -59.896730859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21062, 2101, NULL, 2, 2141, 1, 'Battle Talus', '13471164085200170448', 78.25149375, -52.6645640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21063, 2101, NULL, 2, 2141, 1, 'Frost Talus', '7166375183008937597', 17.5802109375, -29.8782890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21064, 2101, NULL, 2, 2141, 1, 'Frost Talus', '6008600732561825508', 19.6737890625, -72.69699609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21065, 2101, NULL, 2, 2141, 1, 'Frost Talus', '3276861371055278357', 37.11699609375, -74.13861328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21066, 2101, NULL, 2, 2141, 1, 'Frost Talus', '7720265237709075418', 117.8565, -70.97034375, 0, 0, 1, '0000-00-00 00:00:00'), +(21067, 2101, NULL, 2, 2141, 1, 'Frost Talus', '15513207573053888916', 18.368765624999998, -18.902542968749998, 0, 0, 1, '0000-00-00 00:00:00'), +(21068, 2101, NULL, 2, 2141, 1, 'Frost Talus', '18224106715969131233', 38.84408203125, -19.301660156249998, 0, 0, 1, '0000-00-00 00:00:00'), +(21069, 2101, NULL, 2, 2141, 1, 'Stone Talus', '5669149490197538992', 117.9226171875, -23.755570312499998, 0, 0, 1, '0000-00-00 00:00:00'), +(21070, 2101, NULL, 2, 2141, 1, 'Stone Talus', '2520346700240257683', 31.66659375, -50.98287421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21071, 2101, NULL, 2, 2141, 1, 'Stone Talus', '7743906873710274373', 30.62671875, -45.984046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21072, 2101, NULL, 2, 2141, 1, 'Stone Talus', '16190239693163851365', 71.45537671875, -30.82027734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21073, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '6617455511387048783', 102.07405078125, -19.88576953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21074, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '1757994764188803558', 107.759109375, -93.25892578124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21075, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '5054150653061776460', 78.555005859375, -15.3225, 0, 0, 1, '0000-00-00 00:00:00'), +(21076, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '748422554435948301', 119.423296875, -52.52573203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21077, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '5642566669897180838', 44.28563671875, -65.44629140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21078, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '16595128438601429843', 105.80523046875, -79.433390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21079, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '10455502375357747483', 36.80109375, -64.70259375, 0, 0, 1, '0000-00-00 00:00:00'), +(21080, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '17073066599977669906', 99.41175, -47.952730078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21081, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '17325969905876983456', 91.7061328125, -99.55469531249999, 0, 0, 1, '0000-00-00 00:00:00'), +(21082, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '12651336382394967980', 43.28675390625, -87.34278515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21083, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '2052555409109371027', 29.40015234375, -56.58940078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21084, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '15927226762116133840', 82.2505078125, -98.23974609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21085, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '6106633361497918783', 76.45642500000001, -102.075046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21086, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '11530044562170297151', 125.13140625000003, -23.45764453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21087, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '17288738412385992381', 65.6940328125, -23.95564453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21088, 2101, NULL, 2, 2140, 1, 'Lynel', '13643320708350632622', 44.88575390625, -40.40912109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21089, 2101, NULL, 2, 2140, 1, 'Lynel', '13521222881873605379', 52.1064609375, -56.97106875, 0, 0, 1, '0000-00-00 00:00:00'), +(21090, 2101, NULL, 2, 2140, 1, 'Lynel', '7733977111039807784', 113.44555078125, -23.917921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21091, 2101, NULL, 2, 2140, 1, 'Lynel', '1452946118114575023', 30.7265625, -58.2421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21092, 2101, NULL, 2, 2140, 1, 'Lynel', '14960866649830434906', 37.50796875, -37.03641796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21093, 2101, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '7439835594598278054', 63.397661718749994, -103.52438671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21094, 2101, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '16885296668183780528', 71.4611971875, -98.05061718750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21095, 2101, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '1315118613722928405', 17.161675781249997, -27.14684765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21096, 2101, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '4517636300713134781', 101.49657421875001, -69.685184765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21097, 2101, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '2419259644933561766', 99.623296875, -64.673002734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21098, 2101, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '18287899008038005018', 53.16773437499999, -90.3300234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21099, 2101, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '12280499762582543240', 93.7055625, -62.186262890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21100, 2101, NULL, 2, 2140, 1, 'White-Maned Lynel', '15110025945181739914', 87.474140625, -94.177640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21101, 2101, NULL, 2, 2140, 1, 'White-Maned Lynel', '3637793616132880867', 18.21946875, -70.182401953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21102, 2101, NULL, 2, 2140, 1, 'White-Maned Lynel', '9352645979455770916', 115.7487421875, -47.45207578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21103, 2101, NULL, 2, 2147, 1, 'Molduga', '720594901953648144', 14.09619140625, -91.41118359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21104, 2101, NULL, 2, 2147, 1, 'Molduga', '16109259853398140926', 23.09765625, -88.935, 0, 0, 1, '0000-00-00 00:00:00'), +(21105, 2101, NULL, 2, 2147, 1, 'Molduga', '720594899592278164', 31.368726562499994, -97.45189453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21106, 2101, NULL, 2, 2147, 1, 'Molduga', '15680669918719030586', 42.17574609375, -96.89111718749999, 0, 0, 1, '0000-00-00 00:00:00'), +(21107, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '14285322548394541961', 45.8803828125, -62.0712609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21108, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '2963632155670049735', 73.63107421875, -85.7142421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21109, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '18151219187427477226', 67.36712109375, -32.83154296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21110, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '516427288293607592', 113.35660546875, -53.03029921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21111, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '17267337446299637749', 117.2081015625, -85.603125, 0, 0, 1, '0000-00-00 00:00:00'), +(21112, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '14246924481136025572', 39.81500390625, -41.164171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21113, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '1413143415630448955', 102.63952734375, -51.687403125, 0, 0, 1, '0000-00-00 00:00:00'), +(21114, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '18099520293297623870', 50.254171875, -68.478253125, 0, 0, 1, '0000-00-00 00:00:00'), +(21115, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '4569848756796832929', 21.79341796875, -53.784675, 0, 0, 1, '0000-00-00 00:00:00'), +(21116, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '11364949557563652983', 57.51612890625, -67.566558984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21117, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '15125591146342000893', 77.197308984375, -41.35557421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21118, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '8607732974036994529', 79.82926992187501, -30.84825, 0, 0, 1, '0000-00-00 00:00:00'), +(21119, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '18119716037359441292', 80.52919453125, -98.56095703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21120, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '5489823287026404252', 49.41270703124999, -35.82481640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21121, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '4538884861000249209', 52.0563984375, -52.394300390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21122, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '12012838543146656324', 101.0966484375, -51.832105078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21123, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '9216225016567770256', 86.70880078125, -62.200850390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21124, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '304996340025555338', 26.36126953125, -42.939046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21125, 2101, NULL, 2, 2139, 1, 'Electric Wizzrobe', '14820744482507170967', 84.4595390625, -68.62109765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21126, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '5499029770261256957', 59.321801953125, -83.26001953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21127, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '15416467645773911235', 69.78974742187499, -48.933335156249996, 0, 0, 1, '0000-00-00 00:00:00'), +(21128, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '9569639600791932193', 53.94296484375, -76.8194296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21129, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '5522070425592670668', 64.57141171875, -46.37098828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21130, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '2704600963285280119', 70.191827109375, -45.70632421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21131, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '1907101778203556454', 123.94880859375, -64.39845234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21132, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '4744060391329776134', 121.47830859375001, -59.9559, 0, 0, 1, '0000-00-00 00:00:00'), +(21133, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '4054315129108780508', 81.845569921875, -95.513671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21134, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '465559370642911850', 79.950962109375, -90.604921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21135, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '8914452626754673364', 86.715984375, -99.63243750000001, 0, 0, 1, '0000-00-00 00:00:00'), +(21136, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '304996339679268853', 93.17607421875, -94.13675390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(21137, 2101, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '7249714458170262582', 97.4803359375, -88.67691796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21138, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '12564498117249920819', 111.06847265625, -16.0874296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21139, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '15487018007008649360', 68.59706601562499, -22.432992187500002, 0, 0, 1, '0000-00-00 00:00:00'), +(21140, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '14589410774789547328', 79.457649609375, -21.27781640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21141, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '5472497322126516194', 121.89514453125003, -37.27734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21142, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '15341268503987574946', 97.30182421875, -34.508625, 0, 0, 1, '0000-00-00 00:00:00'), +(21143, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '14884516927221415240', 102.09375, -77.21408203124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21144, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '13819368630076735115', 91.9611328125, -82.78884375, 0, 0, 1, '0000-00-00 00:00:00'), +(21145, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '10895618731703464171', 91.10403515625, -37.588125, 0, 0, 1, '0000-00-00 00:00:00'), +(21146, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '16953169276947026811', 81.779061328125, -48.46168359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21147, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '2205452700099464548', 106.39939453125002, -64.932322265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21148, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '526995568483760347', 90.52508203125, -47.30825625, 0, 0, 1, '0000-00-00 00:00:00'), +(21149, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '2997623015033466696', 104.62238671875, -38.586046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21150, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '4751751674871126399', 95.75690625, -47.9780296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21151, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '13653395939189189880', 75.25413984375, -50.584028906250005, 0, 0, 1, '0000-00-00 00:00:00'), +(21152, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '1109391317997062173', 93.22180078125, -37.44296484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21153, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '270421644593251594', 69.6340545703125, -76.85937890624999, 0, 0, 1, '0000-00-00 00:00:00'), +(21154, 2101, NULL, 2, 2139, 1, 'Fire Wizzrobe', '9314093677178656746', 82.214296875, -26.130738281249997, 0, 0, 1, '0000-00-00 00:00:00'), +(21155, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '17014139931209674496', 49.815796875, -96.13105078125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21156, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '4755439374472580153', 36.167789062500006, -83.54991796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21157, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '13698270922470444670', 28.2926484375, -82.76844140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21158, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '9007102952872084345', 30.83330859375, -67.14353203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21159, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '6197424654280790703', 114.85546875, -45.43359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21160, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '220560541908051399', 29.12675390625, -82.05380859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21161, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '14155502244867424096', 124.96232812500001, -46.57552734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21162, 2101, NULL, 2, 2139, 1, 'Meteo Wizzrobe', '11347383772096679789', 26.31823828125, -60.326353125, 0, 0, 1, '0000-00-00 00:00:00'), +(21163, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '16275506077030173694', 93.44926171875, -59.696038125, 0, 0, 1, '0000-00-00 00:00:00'), +(21164, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '17781393340999355847', 31.77085546875, -26.28406640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21165, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '7700684133528318636', 20.891261718749995, -37.1316328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21166, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '2304931140095274689', 27.6964921875, -34.035140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21167, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '4068379564142149091', 32.015625, -33.5859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21168, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '7733286119031050636', 50.17383984375, -30.51294140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21169, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '3291763467400634188', 16.551562499999996, -23.67237890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21170, 2101, NULL, 2, 2139, 1, 'Ice Wizzrobe', '5422912662774421837', 53.39675390625, -28.41856640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21171, 2101, NULL, 2, 2139, 1, 'Blizzrobe', '10936470872814130791', 24.658640625, -71.3453203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21172, 2101, NULL, 2, 2139, 1, 'Blizzrobe', '9715844278636200019', 16.740152343750005, -72.64761328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21173, 2101, NULL, 2, 2139, 1, 'Blizzrobe', '5041511885350900274', 119.68126171875, -80.46359765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21174, 2101, NULL, 2, 2139, 1, 'Blizzrobe', '13070255341294497139', 35.09281640625, -72.0086015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21175, 2101, NULL, 2, 2139, 1, 'Blizzrobe', '5561104446900776887', 31.53664453125, -77.05634765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21176, 2101, NULL, 2, 2139, 1, 'Blizzrobe', '16101674149333562761', 17.00834765625, -64.4342625, 0, 0, 1, '0000-00-00 00:00:00'), +(21177, 2101, NULL, 2, 2139, 1, 'Blizzrobe', '5306716311598088949', 21.365285156250003, -64.985689453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21178, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '113522088236427279', 58.177734375, -82.048828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21179, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9315837170378842390', 73.932146484375, -17.381906249999997, 0, 0, 1, '0000-00-00 00:00:00'), +(21180, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '3364766042281634466', 69.3925784765625, -53.70703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21181, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4069809711181752210', 79.577199609375, -88.73880468750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21182, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16506383318250188756', 48.85606640624999, -88.56945703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21183, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '14133372492107360873', 95.98074609375, -55.8264796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21184, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16083139213327022329', 93.751171875, -58.3523436328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21185, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8760101231134654151', 99.82616015625, -42.37229296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21186, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '2775298968265116098', 67.762416796875, -53.71331015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21187, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17854610020013024594', 91.70876953125, -38.5072734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21188, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '1629689759246596728', 74.7001640625, -22.285675781249996, 0, 0, 1, '0000-00-00 00:00:00'), +(21189, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4299868998464964972', 91.224609375, -76.81798828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21190, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8333116593600072061', 30.078, -95.16908203124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21191, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '11455798939263757500', 27.62109375, -20.056640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21192, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15389518616687688073', 67.587890625, -49.327297265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21193, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9937469733086241076', 69.810326484375, -61.2175265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21194, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8736475809415542456', 13.940121093749998, -104.58216796874999, 0, 0, 1, '0000-00-00 00:00:00'), +(21195, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9628209341947309787', 65.463282421875, -49.750454296875006, 0, 0, 1, '0000-00-00 00:00:00'), +(21196, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '2833804952055306365', 112.72876171875, -83.35409765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21197, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17164811445912069981', 42.06348046875, -81.3398203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21198, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '10549025216963360668', 109.37330859375, -85.349015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21199, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9628209341652394422', 69.4619162109375, -47.07793359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21200, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17135030361775699407', 37.693359375, -84.767578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21201, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '5937588857850547913', 41.82099609375, -84.31898437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(21202, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15259348390952250008', 68.5127109375, -49.07112539062499, 0, 0, 1, '0000-00-00 00:00:00'), +(21203, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9639748962641467008', 114.0477421875, -39.94855078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21204, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '2033944145701151347', 77.214971484375, -83.29447265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21205, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '18242067771806303716', 98.47381640625, -91.44928125, 0, 0, 1, '0000-00-00 00:00:00'), +(21206, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '6765974519908357556', 55.166015625, -52.517578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21207, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '667196372384105860', 25.371984375, -93.11765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21208, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '667196370858152638', 75.2386078125, -33.09111328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21209, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '667196371526742950', 25.39698046875, -93.142640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21210, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '1570109671530227175', 24.37805859375, -93.03319921875001, 0, 0, 1, '0000-00-00 00:00:00'), +(21211, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '667196371438226396', 110.69615625, -83.63030859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21212, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '667196371319165567', 110.73571875, -83.60649609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21213, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '667196372215004976', 92.6509453125, -70.09926328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21214, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '6960578396797407100', 52.8275859375, -71.5675078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21215, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618406364744363', 53.56693359375, -73.6278046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21216, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17346597902273232487', 50.36752734375001, -79.4373984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21217, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17758425427408729759', 41.604609375, -65.927058984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21218, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '18343779495364708134', 66.324155859375, -48.82670039062501, 0, 0, 1, '0000-00-00 00:00:00'), +(21219, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8827695114545589820', 65.07356484374999, -65.76519375, 0, 0, 1, '0000-00-00 00:00:00'), +(21220, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '18292099458497424057', 65.24298515624999, -65.97514921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21221, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17681163830218005992', 64.97921484375, -65.95710234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21222, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '12554596616648960292', 61.835643749999996, -65.3531953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21223, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16382448469966986856', 66.457904296875, -62.504094140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21224, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618406092443864', 59.748046875, -78.2578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21225, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15185166868481837012', 60.884764453125, -85.1109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21226, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '480431366011548524', 67.42279335937499, -82.82984765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21227, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17620210235817139515', 74.7001640625, -22.285675781249996, 0, 0, 1, '0000-00-00 00:00:00'), +(21228, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '3254596458923642202', 73.932146484375, -17.381906249999997, 0, 0, 1, '0000-00-00 00:00:00'), +(21229, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17587124484878904065', 73.2421875, -14.09765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21230, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618407094293503', 79.633006640625, -41.56919531250001, 0, 0, 1, '0000-00-00 00:00:00'), +(21231, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618407625466465', 81.76418671875001, -42.3026015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21232, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4442691198079777312', 75.095368359375, -42.14377734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21233, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4329927356589503255', 78.62365546875, -40.3634296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21234, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618407435189991', 81.17595468750001, -60.5285484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21235, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '14249948268029095054', 80.429508984375, -61.9117875, 0, 0, 1, '0000-00-00 00:00:00'), +(21236, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16392698460172105009', 76.952764453125, -68.759755078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21237, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '14472189937914517285', 76.6622625, -72.52899609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21238, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618406681573705', 74.042891015625, -71.47171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21239, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '12036097494512853728', 73.05079335937499, -73.710421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21240, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9712160203526823842', 74.486687109375, -72.10803515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21241, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4080013338459612373', 76.39268671875, -97.29212109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21242, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618407633247100', 76.261655859375, -99.06878906249999, 0, 0, 1, '0000-00-00 00:00:00'), +(21243, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13699816584106585978', 78.04107539062501, -104.19582421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21244, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '3708818903671444619', 77.869475390625, -95.940796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21245, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '5467070352778893818', 90.2448046875, -15.52379296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21246, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '10640912290406310430', 89.675015625, -29.7510703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21247, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '11795464179825985801', 90.352125, -30.36894140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21248, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '1955026097915720111', 89.38149609375, -25.81339453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21249, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '10205274734149192566', 90.91264453125, -24.17117578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21250, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4990124916045259752', 89.69258203125, -35.574339843749996, 0, 0, 1, '0000-00-00 00:00:00'), +(21251, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8615072648200095657', 89.341828125, -38.458640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21252, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '425410508748426668', 83.12408203125, -45.20950781249999, 0, 0, 1, '0000-00-00 00:00:00'), +(21253, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15985794385383930938', 86.443359375, -43.787109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21254, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7943790920172516238', 84.193359375, -50.90898046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21255, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13975584982467139664', 82.588125, -62.275016015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21256, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408341716615', 91.409203125, -70.4598046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21257, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408464937835', 90.78198046875, -81.3864140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21258, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7470293430682644810', 92.7032578125, -70.35280078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21259, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16187572775998329594', 91.183546875, -77.4579140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21260, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13350263326900033115', 84.77075390625, -86.20508203124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21261, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408962849827', 88.74919921875, -99.96744140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21262, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8585954327696003192', 88.382671875, -97.92680859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21263, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618406593748867', 101.75296875, -17.904890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21264, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '14345758922151927081', 93.8256796875, -34.65251953125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21265, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618405717873317', 100.9258359375, -45.416730468749996, 0, 0, 1, '0000-00-00 00:00:00'), +(21266, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '12042108741105115450', 95.42609765625, -53.5148625, 0, 0, 1, '0000-00-00 00:00:00'), +(21267, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7672099803206003223', 102.29288671875, -55.85958046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21268, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '11559719444803742026', 100.9689609375, -57.22008046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21269, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15543298741106567854', 103.73298046875, -58.366809375, 0, 0, 1, '0000-00-00 00:00:00'), +(21270, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '11768697001012540670', 104.97085546874997, -47.15684179687501, 0, 0, 1, '0000-00-00 00:00:00'), +(21271, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618409122423617', 97.784625, -80.2381640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21272, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '3523091310449008675', 98.63746875, -92.23859765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21273, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15408487275064668003', 97.76330859375003, -83.2608515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21274, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618407963995386', 104.23810546875, -98.56901953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21275, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16845856004114461331', 115.21086328125001, -26.0084296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21276, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '5554872580572726774', 113.46650390625, -30.52562109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21277, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618406752532902', 116.52690234375, -39.624632812499996, 0, 0, 1, '0000-00-00 00:00:00'), +(21278, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9028438335487738175', 108.06796875, -44.45621484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21279, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '6117878464608166606', 106.95321093749997, -38.74383984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21280, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15212852644735183471', 115.5760546875, -54.167773828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21281, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408505619361', 108.03554296875, -59.707214765625004, 0, 0, 1, '0000-00-00 00:00:00'), +(21282, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7648767679153688419', 111.2231953125, -71.5138828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21283, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4655846435212244600', 110.62651171875, -75.23694140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21284, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408348349086', 109.66128515624997, -83.15261718750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21285, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8606231544294598859', 109.58733984375, -88.96437890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21286, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13037164580938929692', 120.062578125, -24.210398437500004, 0, 0, 1, '0000-00-00 00:00:00'), +(21287, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618409440370265', 120.11668359375, -26.2805390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21288, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7118307651877049581', 122.76387890624999, -23.711203125000004, 0, 0, 1, '0000-00-00 00:00:00'), +(21289, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '2865152145802668486', 123.1733671875, -99.63138281250001, 0, 0, 1, '0000-00-00 00:00:00'), +(21290, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618407402965860', 28.503703125, -32.14271484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21291, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7011584478790371900', 25.8679921875, -31.415765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21292, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '18110921331621479975', 28.2530390625, -37.4355703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21293, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '2851017696282981716', 32.03844140625, -37.7854921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21294, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408277856078', 33.561890625, -51.51214570312499, 0, 0, 1, '0000-00-00 00:00:00'), +(21295, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8588806566452475353', 27.89042578125, -48.363131249999995, 0, 0, 1, '0000-00-00 00:00:00'), +(21296, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13180213140094037872', 24.333984375, -48.626953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21297, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '3756628161496428497', 28.33700390625, -51.060366796874995, 0, 0, 1, '0000-00-00 00:00:00'), +(21298, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408179322712', 31.8982265625, -88.7069296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21299, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '14982578161192520583', 25.74268359375, -76.5388828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21300, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '12329125371426793164', 26.14269140625, -92.21246484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21301, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408528469443', 35.75387109375, -21.741562500000004, 0, 0, 1, '0000-00-00 00:00:00'), +(21302, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '17605448155420394572', 35.49814453125, -38.79732421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21303, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '3377865058713185478', 38.826246093749994, -39.08780859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21304, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '11136967180658107318', 41.03855859375, -37.3671328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21305, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408839796356', 36.1712578125, -52.017987890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21306, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618408936113999', 46.36875, -62.105859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21307, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '10644007775087566955', 37.337578125, -76.8540703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21308, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '1548036078588632904', 41.82099609375, -84.31898437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(21309, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13600866040054877895', 41.6971171875, -91.80929296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21310, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7422097482075088411', 50.8063828125, -28.78831640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21311, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16097324776597123595', 48.78585937499999, -30.17825390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21312, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '7060459645821382511', 57.68183203125, -44.67767578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21313, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '3229507607503498780', 54.33600000000001, -49.90774453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21314, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '6939787824229529849', 56.2875703125, -62.19420703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21315, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '340001197585785051', 53.8043203125, -60.471598828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21316, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16559618407896087391', 66.41015625, -53.40234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21317, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '6088515186176158727', 68.512700390625, -49.071132421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21318, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4030214103384966233', 59.846473828125, -31.641234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21319, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '15565823185315194880', 109.03005468750003, -52.778558203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21320, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '18109390971862504046', 67.15546875, -57.399609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21321, 2101, NULL, 2, 2150, 1, 'Outskirt Stable Well', '18374843825268348839', 53.19474609375, -73.789921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21322, 2101, NULL, 2, 2150, 1, 'Elma Knolls Well', '3812226219033581199', 62.450354296875005, -42.75317578124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21323, 2101, NULL, 2, 2150, 1, 'Irch Plain Well', '17490979021949379359', 59.633203125, -39.65390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21324, 2101, NULL, 2, 2152, 1, 'Elma Knolls Chasm', '12232431606697414475', 64.958480859375, -38.4099375, 0, 0, 1, '0000-00-00 00:00:00'), +(21325, 2101, NULL, 2, 2150, 1, 'Mount Gustaf Well', '9877532556918825502', 59.61552890624999, -54.71241796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21326, 2101, NULL, 2, 2151, 1, 'Royal Hidden Passage', '16115459957567200699', 67.335498046875, -57.08203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21327, 2101, NULL, 2, 2151, 1, 'Royal Hidden Passage', '17220565559925033058', 67.336327734375, -49.604484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21328, 2101, NULL, 2, 2151, 1, 'Royal Hidden Passage', '16097313038490651380', 66.496095703125, -49.18914375000001, 0, 0, 1, '0000-00-00 00:00:00'), +(21329, 2101, NULL, 2, 2151, 1, 'Passeri Greenbelt Cave', '8802583314912760024', 64.308291796875, -57.09853359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21330, 2101, NULL, 2, 2150, 1, 'Lookout Landing Well', '18270657436817135448', 67.827858984375, -57.012596484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21331, 2101, NULL, 2, 2152, 1, 'Hyrule Castle Moat West Chasm', '3643485269032630633', 59.500700390625, -50.779775390625005, 0, 0, 1, '0000-00-00 00:00:00'), +(21332, 2101, NULL, 2, 2123, 1, 'Lookout Landing Skyview Tower', '17714356898717423783', 66.8103515625, -56.9197265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21333, 2101, NULL, 2, 2151, 1, 'Tabahl Woods Cave', '11770869278850880411', 101.714578125, -56.042628515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21334, 2101, NULL, 2, 2151, 1, 'Tabahl Woods Cave', '4222074271666944644', 100.84601953125, -55.932446484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21335, 2101, NULL, 2, 2151, 1, 'Upland Zorana Summit Cave', '7674390140845792498', 103.718390625, -52.99238671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21336, 2101, NULL, 2, 2151, 1, 'Ralis Channel', '17915364811553875307', 104.43896484375, -56.59988203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21337, 2101, NULL, 2, 2151, 1, 'Upland Zorana Byroad', '1267684059742163273', 103.8706875, -54.535201171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21338, 2101, NULL, 2, 2123, 1, 'Upland Zorana Skyview Tower', '16716414389893042368', 103.8991640625, -51.782912109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21339, 2101, NULL, 2, 2151, 1, 'Oren Bridge Cave', '12971684091903964185', 104.40957421875, -59.36636625, 0, 0, 1, '0000-00-00 00:00:00'), +(21340, 2101, NULL, 2, 2151, 1, 'Robred Dropoff Cave', '7764210204243066165', 99.5272265625, -75.90992578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21341, 2101, NULL, 2, 2151, 1, 'Lanayru Road South Cave', '5030128869675891494', 101.9328984375, -73.9997109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21342, 2101, NULL, 2, 2151, 1, 'Fort Hateno Cave', '6874178767484973104', 96.60271875, -78.39373828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21343, 2101, NULL, 2, 2151, 1, 'Oakle\'s Navel Cave', '12154058839145194445', 99.65746875, -83.27954296875001, 0, 0, 1, '0000-00-00 00:00:00'), +(21344, 2101, NULL, 2, 2123, 1, 'Rabella Wetlands Skyview Tower', '3665075260642819464', 98.671875, -90.87762890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21345, 2101, NULL, 2, 2152, 1, 'Meda Mountain Chasm', '8270027616370949329', 99.7700859375, -86.49258984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21346, 2101, NULL, 2, 2150, 1, 'Lurelin Village Well', '5631944481270506220', 104.7725390625, -98.18484375000001, 0, 0, 1, '0000-00-00 00:00:00'), +(21347, 2101, NULL, 2, 2151, 1, 'Atun Valley Cave', '17405104512511432097', 99.0703125, -96.01171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21348, 2101, NULL, 2, 2151, 1, 'Skull Lake Cave', '5431129856634400544', 109.236328125, -18.46875, 0, 0, 1, '0000-00-00 00:00:00'), +(21349, 2101, NULL, 2, 2152, 1, 'Skull Lake Chasm', '3260756095246822508', 108.36112499999999, -18.259183593750002, 0, 0, 1, '0000-00-00 00:00:00'), +(21350, 2101, NULL, 2, 2150, 1, 'Shadow Hamlet Ruins Well', '5334751970332889797', 106.1394609375, -31.51266796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21351, 2101, NULL, 2, 2123, 1, 'Ulri Mountain Skyview Tower', '12905185933538776032', 111.31640625, -34.8515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21352, 2101, NULL, 2, 2151, 1, 'Construction Site Cave', '11671013565008628074', 114.08715234375, -40.61619140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21353, 2101, NULL, 2, 2151, 1, 'Construction Site Cave', '3457555777151736032', 113.42253515625, -40.567359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21354, 2101, NULL, 2, 2151, 1, 'Tarrey Town Tunnel', '11946399843865969720', 116.31945703125, -40.12004296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21355, 2101, NULL, 2, 2151, 1, 'Akkala Citadel Ruins Cave', '9956353720691210968', 108.324796875, -41.52159375, 0, 0, 1, '0000-00-00 00:00:00'), +(21356, 2101, NULL, 2, 2150, 1, 'Construction Site Well', '3244074412902120610', 113.90428125, -39.989578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21357, 2101, NULL, 2, 2152, 1, 'South Akkala Plains Chasm', '4734326941896126368', 108.947578125, -43.51538671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21358, 2101, NULL, 2, 2150, 1, 'South Akkala Stable Well', '10430103283884318777', 107.75390625, -38.490234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21359, 2101, NULL, 2, 2151, 1, 'Akkala Citadel Ruins Summit Cave', '10142666355873547918', 108.896484375, -41.109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21360, 2101, NULL, 2, 2151, 1, 'Reservoir Lakefront Cavern', '8431162680466675195', 114.9560390625, -53.676577734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21361, 2101, NULL, 2, 2151, 1, 'Ploymus Mountain Cave', '1879125739105223517', 113.213625, -52.28218945312499, 0, 0, 1, '0000-00-00 00:00:00'), +(21362, 2101, NULL, 2, 2151, 1, 'Upland Zorana Foothill Cave', '11232051547730571904', 107.196, -50.7702, 0, 0, 1, '0000-00-00 00:00:00'), +(21363, 2101, NULL, 2, 2152, 1, 'Chasm Under Zora\'s Domain', '15007569538535704822', 108.6509765625, -53.4189, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(21364, 2101, NULL, 2, 2151, 1, 'Luto\'s Channel', '364284787858635830', 106.57144921875, -59.19501539062499, 0, 0, 1, '0000-00-00 00:00:00'), +(21365, 2101, NULL, 2, 2151, 1, 'Lanayru Road East Cave', '7159625979791517502', 106.3305, -71.92716796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21366, 2101, NULL, 2, 2151, 1, 'Lanayru Road East Cave', '7666999484368155152', 111.05217187500001, -69.94209609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21367, 2101, NULL, 2, 2152, 1, 'Naydra Snowfield Chasm', '7545616274530289895', 112.55377734375, -74.34352734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21368, 2101, NULL, 2, 2123, 1, 'Mount Lanayru Skyview Tower', '11069602548360602575', 115.40200781249997, -74.00286328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21369, 2101, NULL, 2, 2151, 1, 'Retsam Forest Cave', '6248504940692771516', 114.34509375, -82.8117890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21370, 2101, NULL, 2, 2151, 1, 'Walnot Mountain Cave', '2241190132839882887', 116.40908203125, -82.83987890625001, 0, 0, 1, '0000-00-00 00:00:00'), +(21371, 2101, NULL, 2, 2151, 1, 'Retsam Forest Cave', '11652366925193288374', 114.24462890625, -82.341890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21372, 2101, NULL, 2, 2150, 1, 'Hateno Village North Well', '12969905487474250827', 110.41265625000003, -82.37729296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21373, 2101, NULL, 2, 2150, 1, 'Hateno Village West Well', '13777722591245673954', 109.649484375, -82.62273046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21374, 2101, NULL, 2, 2150, 1, 'Hateno Village East Well', '17171302321035659098', 111.49778906249998, -83.8177734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21375, 2101, NULL, 2, 2150, 1, 'Zelda\'s Secret Well', '5906427813420395857', 109.00169531249998, -85.55755078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21376, 2101, NULL, 2, 2150, 1, 'Hateno Village South Well', '9327423028890108170', 109.97478515625, -84.51244921874999, 0, 0, 1, '0000-00-00 00:00:00'), +(21377, 2101, NULL, 2, 2151, 1, 'Mount Dunsel Cave', '5245490651623528104', 108.09666796875, -93.95827734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21378, 2101, NULL, 2, 2151, 1, 'Mount Dunsel Cave', '6098009852430490669', 108.88304296874998, -97.22412890624999, 0, 0, 1, '0000-00-00 00:00:00'), +(21379, 2101, NULL, 2, 2151, 1, 'Cape Cales Cliffbase Cave', '3729378174235672710', 113.09063671875, -96.22048828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21380, 2101, NULL, 2, 2152, 1, 'Lomei Labyrinth Chasm', '1595756749757738282', 124.86328125, -15.264046875000004, 0, 0, 1, '0000-00-00 00:00:00'), +(21381, 2101, NULL, 2, 2151, 1, 'North Akkala Beach Cave', '8513000792751676936', 124.75198828125, -21.013664062500002, 0, 0, 1, '0000-00-00 00:00:00'), +(21382, 2101, NULL, 2, 2151, 1, 'North Akkala Beach Cave', '1926489202404534798', 124.8125390625, -16.583109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21383, 2101, NULL, 2, 2152, 1, 'East Akkala Plains Chasm', '10687953805007878473', 117.53382421875, -33.036515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21384, 2101, NULL, 2, 2150, 1, 'East Akkala Stable Well', '7517110108375739855', 119.916421875, -26.014804687499996, 0, 0, 1, '0000-00-00 00:00:00'), +(21385, 2101, NULL, 2, 2152, 1, 'Tingel Island Chasm', '9628499964670546231', 125.4818203125, -43.26711328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21386, 2101, NULL, 2, 2151, 1, 'Ulria Grotto East Cave', '15335926447545138291', 120.3866015625, -49.51973203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21387, 2101, NULL, 2, 2151, 1, 'Ulria Grotto East Cave', '9055438594216366561', 123.10546875, -50.33013632812501, 0, 0, 1, '0000-00-00 00:00:00'), +(21388, 2101, NULL, 2, 2151, 1, 'Ulria Grotto South Cave', '5202740261947854689', 118.61987109375, -50.83248046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21389, 2101, NULL, 2, 2151, 1, 'Horon Lagoon Cave', '11416496034161895623', 120.0464765625, -61.589830078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21390, 2101, NULL, 2, 2151, 1, 'Tarm Point Cave', '18173532972070437383', 122.7310546875, -68.2846546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21391, 2101, NULL, 2, 2151, 1, 'Walnot Mountain Cave', '306314842763820419', 119.8305, -78.97212890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21392, 2101, NULL, 2, 2151, 1, 'Deepback Bay Cave', '14931006272035364254', 119.6892890625, -85.1083125, 0, 0, 1, '0000-00-00 00:00:00'), +(21393, 2101, NULL, 2, 2151, 1, 'Mapla Point Cave', '4833086368491217811', 124.046859375, -84.91737890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21394, 2101, NULL, 2, 2151, 1, 'Eventide Island Cave', '8281733242675322304', 126.00738281250003, -102.90827343749999, 0, 0, 1, '0000-00-00 00:00:00'), +(21395, 2101, NULL, 2, 2152, 1, 'Eventide Island Chasm', '11336577741930217675', 123.1303359375, -99.13236328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21396, 2101, NULL, 2, 2151, 1, 'Icefall Foothills Cave', '16469865345460228668', 18.406125, -14.528859374999998, 0, 0, 1, '0000-00-00 00:00:00'), +(21397, 2101, NULL, 2, 2151, 1, 'Hebra Great Skeleton', '2105704342604321749', 25.61005078125, -16.459183593749998, 0, 0, 1, '0000-00-00 00:00:00'), +(21398, 2101, NULL, 2, 2151, 1, 'Sturnida Springs Cave', '3318512786570605776', 22.95514453125, -27.287765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21399, 2101, NULL, 2, 2151, 1, 'Statue of the Eighth Heroine Cave', '13402022485127452447', 18.93123046875, -64.88147578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21400, 2101, NULL, 2, 2152, 1, 'Gerudo Summit Chasm', '6383879160737498330', 21.0543515625, -66.066369140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21401, 2101, NULL, 2, 2151, 1, 'Gerudo Great Skeleton', '11848909698461881619', 13.89467578125, -104.008921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21402, 2101, NULL, 2, 2151, 1, 'Hebra Mountains Northwest Cave', '10291314157862112744', 35.2082109375, -20.791980468749998, 0, 0, 1, '0000-00-00 00:00:00'), +(21403, 2101, NULL, 2, 2151, 1, 'East Biron Snowshelf Cave', '2414130203331476311', 28.64998828125, -22.403671875000004, 0, 0, 1, '0000-00-00 00:00:00'), +(21404, 2101, NULL, 2, 2151, 1, 'East Biron Snowshelf Cave', '16911046087036530198', 23.56205859375, -22.70094140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21405, 2101, NULL, 2, 2151, 1, 'Talonto Peak Cave', '4880616531421497220', 32.6413125, -29.739375, 0, 0, 1, '0000-00-00 00:00:00'), +(21406, 2101, NULL, 2, 2151, 1, 'Lake Kilsie Cave', '237924683186779881', 24.2461875, -25.06339453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21407, 2101, NULL, 2, 2150, 1, 'Dronoc\'s Pass Well', '13194262444821253016', 25.411125, -33.92056640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21408, 2101, NULL, 2, 2151, 1, 'Hebra South Summit Cave', '9544967013646230266', 30.4871015625, -29.30436328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21409, 2101, NULL, 2, 2151, 1, 'Hebra South Summit Cave', '14012515669863855641', 32.49028125, -28.88344921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21410, 2101, NULL, 2, 2123, 1, 'Rospro Pass Skyview Tower', '13961911134795471301', 27.19236328125, -31.096828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21411, 2101, NULL, 2, 2151, 1, 'Rospro Pass Cave', '12796923671859794342', 28.59896484375, -29.4330703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21412, 2101, NULL, 2, 2151, 1, 'West Lake Totori Cave', '15195878330545621010', 23.9216484375, -34.81078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21413, 2101, NULL, 2, 2151, 1, 'Brightcap Cave', '16902444185789897887', 35.08923046875, -39.43325390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21414, 2101, NULL, 2, 2151, 1, 'Gisa Crater Cave', '13346964772528420448', 24.24493359375, -45.80895703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21415, 2101, NULL, 2, 2151, 1, 'Gisa Crater Cave', '12943662571339111896', 25.013671875, -46.740234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21416, 2101, NULL, 2, 2151, 1, 'Ancient Columns Cave', '8952894420645753579', 29.70561328125, -53.326639453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21417, 2101, NULL, 2, 2151, 1, 'Tanagar Canyon West Cave', '14339936005749917162', 31.541343749999996, -49.338706640625006, 0, 0, 1, '0000-00-00 00:00:00'), +(21418, 2101, NULL, 2, 2151, 1, 'Mystathi\'s Shelf Cave', '10200413539234062667', 24.824390625, -67.110657421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21419, 2101, NULL, 2, 2152, 1, 'Yiga Clan Hideout Chasm', '4644498897174716641', 30.115054687500006, -74.22003515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21420, 2101, NULL, 2, 2152, 1, 'Birida Lookout Chasm', '5549059218061366633', 27.121546875, -80.38908984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21421, 2101, NULL, 2, 2123, 1, 'Gerudo Highlands Skyview Tower', '13609763709955213052', 23.89597265625, -73.893703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21422, 2101, NULL, 2, 2151, 1, 'Valley of Silent Statues', '12510038422293123766', 25.4626171875, -89.65217578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21423, 2101, NULL, 2, 2151, 1, 'Gerudo Sanctuary', '11576020347893843241', 26.21162109375, -90.21701953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21424, 2101, NULL, 2, 2151, 1, 'Gerudo Sanctuary', '16690736945446424880', 26.21162109375, -86.9620078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21425, 2101, NULL, 2, 2151, 1, 'Quicksand Lake Cave', '16913007828139583251', 32.357625, -93.04283203125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21426, 2101, NULL, 2, 2150, 1, 'Kara Kara Bazaar Well', '8216510434135260539', 32.3983828125, -89.1375703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21427, 2101, NULL, 2, 2151, 1, 'Oasis Source', '9984383196680075552', 30.996796875, -90.1636171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21428, 2101, NULL, 2, 2151, 1, 'Ancient Prison Ruins', '1313747287247900726', 33.99188671875, -94.49741015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21429, 2101, NULL, 2, 2151, 1, 'Central Gerudo Cave', '15033213358038028919', 27.19862109375, -96.7425703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21430, 2101, NULL, 2, 2151, 1, 'Pikida Stonegrove Northwest Cave', '16325049645669939578', 42.0220078125, -21.838347656250004, 0, 0, 1, '0000-00-00 00:00:00'), +(21431, 2101, NULL, 2, 2151, 1, 'Pikida Stonegrove Northwest Cave', '3195307747504654540', 39.34822265625, -20.293359374999998, 0, 0, 1, '0000-00-00 00:00:00'), +(21432, 2101, NULL, 2, 2123, 1, 'Pikida Stonegrove Skyview Tower', '15070111658837151354', 43.22466796875, -22.70513671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21433, 2101, NULL, 2, 2151, 1, 'Hebra Headspring Cave', '11736261478102397242', 36.326296875, -29.176640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21434, 2101, NULL, 2, 2151, 1, 'Kopeeki Drifts Cave', '4424842077643087931', 42.2362734375, -31.914515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21435, 2101, NULL, 2, 2150, 1, 'Tabantha Village Ruins Well', '17178703360531207997', 42.67271484375, -36.65858203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21436, 2101, NULL, 2, 2151, 1, 'Tabantha Hills Cave', '10347911355422425929', 37.02033984375, -37.82916796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21437, 2101, NULL, 2, 2152, 1, 'Hyrule Ridge Chasm', '10595346751399989600', 39.325265625, -45.39815625, 0, 0, 1, '0000-00-00 00:00:00'), +(21438, 2101, NULL, 2, 2151, 1, 'Tanagar Canyon East Cave', '9727847847192093009', 46.29929296875, -39.472183593749996, 0, 0, 1, '0000-00-00 00:00:00'), +(21439, 2101, NULL, 2, 2151, 1, 'Thundra Plateau Cave', '7161951218916542562', 43.73026171875, -48.05590429687499, 0, 0, 1, '0000-00-00 00:00:00'), +(21440, 2101, NULL, 2, 2150, 1, 'Tabantha Bridge Stable Well', '9748532938243040102', 35.64155859375, -52.359884765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21441, 2101, NULL, 2, 2151, 1, 'Tamio River Downstream Cave', '7396388418196389866', 36.07201171875, -68.01754921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21442, 2101, NULL, 2, 2151, 1, 'Satori Mountain Foothill Cave', '16086200349282513170', 44.54834765625, -68.057469140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21443, 2101, NULL, 2, 2151, 1, 'Satori Mountain Cave', '1001017030533157593', 45.105375, -62.81860546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21444, 2101, NULL, 2, 2151, 1, 'Taafei Hill Cave', '4956085668477112851', 41.5156875, -79.6704609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21445, 2101, NULL, 2, 2151, 1, 'Koukot Plateau Cave', '10615886098827534628', 43.8407578125, -79.2109453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21446, 2101, NULL, 2, 2151, 1, 'Koukot Plateau Cave', '11364247050530626523', 44.83913671875, -80.1755625, 0, 0, 1, '0000-00-00 00:00:00'), +(21447, 2101, NULL, 2, 2151, 1, 'Yiga Blademaster Station', '1536461930295375687', 41.79008203125, -79.91816015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21448, 2101, NULL, 2, 2151, 1, 'Spectacle Rock Cave', '9086788533805343256', 44.344828125, -86.6633203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21449, 2101, NULL, 2, 2151, 1, 'East Gerudo Ruins Cave', '11996803931487605126', 38.71845703125, -91.50720703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21450, 2101, NULL, 2, 2123, 1, 'Gerudo Canyon Skyview Tower', '6716222880348833849', 41.73221484375, -84.173015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21451, 2101, NULL, 2, 2150, 1, 'Gerudo Canyon Well', '16477279299337157907', 37.265625, -84.76171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21452, 2101, NULL, 2, 2151, 1, 'Gerudo Canyon Mine', '17113070533003917624', 38.94474609375, -86.74932421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21453, 2101, NULL, 2, 2151, 1, 'Gerudo Canyon Mine', '2556267233275928801', 39.711585937500004, -89.1183984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21454, 2101, NULL, 2, 2151, 1, 'South Gerudo Cave', '5912572320237750059', 35.8698984375, -103.802671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21455, 2101, NULL, 2, 2152, 1, 'East Gerudo Chasm', '12690494979007497354', 41.118832031249994, -94.54380468749999, 0, 0, 1, '0000-00-00 00:00:00'), +(21456, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '6434272510662827856', 41.24337890625, -102.63448828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21457, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '9697862465374992030', 40.257503906249994, -101.73884765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21458, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '10959407977416225522', 41.57980078125, -101.68041796874999, 0, 0, 1, '0000-00-00 00:00:00'), +(21459, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '5472907972497701967', 40.18875, -102.47398828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21460, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '8469685058221282368', 40.767140625, -102.24426562500001, 0, 0, 1, '0000-00-00 00:00:00'), +(21461, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '13271954650858439886', 41.2751484375, -102.068203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21462, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '16209457192430544208', 39.78765234375, -102.06228515625001, 0, 0, 1, '0000-00-00 00:00:00'), +(21463, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '2575716733240401024', 40.5991171875, -101.08712109375001, 0, 0, 1, '0000-00-00 00:00:00'), +(21464, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '2733724849251422098', 40.79394140625, -101.6198671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21465, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '5917955570761207273', 40.654828125, -102.76311328125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21466, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '3159585809076870306', 40.02842578125, -101.22900000000001, 0, 0, 1, '0000-00-00 00:00:00'), +(21467, 2101, NULL, 2, 2151, 1, 'Ancient Altar Ruins', '12487379951772716063', 41.24105859375, -101.16582421874999, 0, 0, 1, '0000-00-00 00:00:00'), +(21468, 2101, NULL, 2, 2151, 1, 'Mount Drena Foothill Cave', '351273480328625563', 54.2333203125, -25.062796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21469, 2101, NULL, 2, 2150, 1, 'Rowan Plain Well', '11933224307091230694', 57.77995312500001, -31.33707421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21470, 2101, NULL, 2, 2150, 1, 'Snowfield Stable Well', '5021182011261805087', 50.6300859375, -28.2890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21471, 2101, NULL, 2, 2137, 1, 'Great Fairy Fountain', '12427759923635300266', 53.19760546875001, -23.4976640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21472, 2101, NULL, 2, 2150, 1, 'Maritta Exchange Ruins Well', '7062249617308613387', 49.0915078125, -39.568875, 0, 0, 1, '0000-00-00 00:00:00'), +(21473, 2101, NULL, 2, 2151, 1, 'Lindor\'s Brow Cave', '7109308500424591297', 49.98132421875, -44.93325, 0, 0, 1, '0000-00-00 00:00:00'), +(21474, 2101, NULL, 2, 2123, 1, 'Lindor\'s Brow Skyview Tower', '1137695645274966269', 47.934515625, -44.00033203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21475, 2101, NULL, 2, 2151, 1, 'North Hyrule Plain Cave', '13526831088096570570', 56.38608984375, -51.040855078125006, 0, 0, 1, '0000-00-00 00:00:00'), +(21476, 2101, NULL, 2, 2150, 1, 'Carok Bridge Well', '11200109829905050648', 58.12952343750001, -53.726813671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21477, 2101, NULL, 2, 2151, 1, 'North Hyrule Plain Cave', '7031213641441648501', 55.8494765625, -49.567766015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21478, 2101, NULL, 2, 2150, 1, 'New Serenne Stable Well', '10040443261155710972', 54.408, -50.38988671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21479, 2101, NULL, 2, 2150, 1, 'Mount Daphnes Well', '17331489093918561059', 54.914203125, -65.89091953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21480, 2101, NULL, 2, 2151, 1, 'Ancient Tree Stump Cave', '15319933969162710085', 57.287109375, -63.65698359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21481, 2101, NULL, 2, 2151, 1, 'Sage Temple Cave', '17925324815156417966', 53.853515625, -61.599609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21482, 2101, NULL, 2, 2150, 1, 'Outskirt Hill Well', '5573801400564842698', 50.6142421875, -74.405015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21483, 2101, NULL, 2, 2152, 1, 'Great Plateau West Chasm', '12664920886408899240', 53.534859375, -81.94398046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21484, 2101, NULL, 2, 2151, 1, 'Coliseum Ruins Cave', '17183873816236198710', 56.63490234375, -73.95676171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21485, 2101, NULL, 2, 2137, 1, 'Great Fairy Fountain', '614783208265420625', 52.06791796875, -73.02108984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21486, 2101, NULL, 2, 2151, 1, 'Shrine of Resurrection', '9940203994076185236', 57.86865234375, -80.0338359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21487, 2101, NULL, 2, 2151, 1, 'Mount Nabooru South Cave', '10188228423800036434', 50.074640625, -84.18022265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21488, 2101, NULL, 2, 2151, 1, 'Lower Spectacle Rock Cave', '16166623820286719993', 49.8708515625, -86.6505703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21489, 2101, NULL, 2, 2151, 1, 'Mount Nabooru Cave', '4202665969653539342', 47.261671875, -82.72981640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21490, 2101, NULL, 2, 2151, 1, 'Mount Nabooru Cave', '10518009420437986971', 49.26791015625, -81.575859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21491, 2101, NULL, 2, 2150, 1, 'Mount Nabooru Well', '8464135276822714214', 50.153203125, -84.8211328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21492, 2101, NULL, 2, 2151, 1, 'Stalry Plateau Cave', '11690670861852633792', 52.4090390625, -84.63916406249999, 0, 0, 1, '0000-00-00 00:00:00'), +(21493, 2101, NULL, 2, 2151, 1, 'River of the Dead Waterfall Cave', '12199381830158178871', 57.51116015625, -83.93801953124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21494, 2101, NULL, 2, 2152, 1, 'South Lomei Chasm', '397255910733783029', 49.27829296875, -99.16120312499999, 0, 0, 1, '0000-00-00 00:00:00'), +(21495, 2101, NULL, 2, 2152, 1, 'North Lomei Chasm', '16896066116062008519', 60.767778515625, -17.17149609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21496, 2101, NULL, 2, 2151, 1, 'Yiga Clan Maritta Branch', '17492986739704260639', 62.771484375, -34.6875, 0, 0, 1, '0000-00-00 00:00:00'), +(21497, 2101, NULL, 2, 2152, 1, 'Drenan Highlands Chasm', '2258222317531786547', 69.48005390624999, -23.627578124999996, 0, 0, 1, '0000-00-00 00:00:00'), +(21498, 2101, NULL, 2, 2150, 1, 'Mabe Village Ruins Well', '14008184576550557030', 69.5149021875, -60.504950390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21499, 2101, NULL, 2, 2152, 1, 'Hyrule Field Chasm', '12420116610575098418', 67.32391757812499, -62.10446015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21500, 2101, NULL, 2, 2123, 1, 'Hyrule Field Skyview Tower', '4083297036726024863', 61.39128984375, -70.537828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21501, 2101, NULL, 2, 2150, 1, 'Aquame Lake Well', '5433239543305108333', 60.00962109375, -71.50330078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21502, 2101, NULL, 2, 2151, 1, 'Great Plateau Foothill Cave', '12880309941609668216', 60.55844296875, -76.03566796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21503, 2101, NULL, 2, 2152, 1, 'Great Plateau North Chasm', '1435983989598451303', 62.52033984374999, -76.28609765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21504, 2101, NULL, 2, 2152, 1, 'Great Plateau East Chasm', '15905392722740304', 65.009765625, -81.94892578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21505, 2101, NULL, 2, 2151, 1, 'Whistling Hill Cave', '9124311164147940922', 69.46746972656248, -70.8512578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21506, 2101, NULL, 2, 2152, 1, 'Forest of Time Chasm', '14174745585506950773', 68.81283046875, -78.0211640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21507, 2101, NULL, 2, 2152, 1, 'Lake Hylia Chasm', '13929777954014421303', 66.421875, -89.03933203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21508, 2101, NULL, 2, 2152, 1, 'Great Plateau South Chasm', '5328634591570328090', 59.380884375, -85.75201171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21509, 2101, NULL, 2, 2151, 1, 'Cora Lakefront Cave', '2291495962666291037', 67.31072226562499, -93.0491953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21510, 2101, NULL, 2, 2151, 1, 'Cora Lakefront Cave', '17794289268484220296', 68.30655703125001, -94.5359296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21511, 2101, NULL, 2, 2123, 1, 'Thyphlo Ruins Skyview Tower', '6596691382937509280', 74.339935546875, -21.7775625, 0, 0, 1, '0000-00-00 00:00:00'), +(21512, 2101, NULL, 2, 2151, 1, 'Deplian Badlands Cave', '15069346870719132772', 73.91168085937501, -16.648277343749996, 0, 0, 1, '0000-00-00 00:00:00'), +(21513, 2101, NULL, 2, 2152, 1, 'Deku Tree Chasm', '9713548750532017250', 75.21103828125, -32.889703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21514, 2101, NULL, 2, 2150, 1, 'Rauru Settlement Ruins Well', '8343852468912327656', 78.0703125, -43.751953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21515, 2101, NULL, 2, 2137, 1, 'Great Fairy Fountain', '17494685662929605058', 81.04321054687499, -42.345984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21516, 2101, NULL, 2, 2151, 1, 'Rauru Hillside Cave', '3626583673838507069', 78.239837109375, -42.30723046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21517, 2101, NULL, 2, 2151, 1, 'Rebonae Bridge Cave', '16226687335351902745', 80.225663671875, -58.22464640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21518, 2101, NULL, 2, 2151, 1, 'Crenel Hills Cave', '8187778331917385311', 76.09841484374999, -50.02808203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21519, 2101, NULL, 2, 2150, 1, 'Hyrule Castle Town Ruins Well', '6244318697190485736', 71.04650003906251, -52.176371484375004, 0, 0, 1, '0000-00-00 00:00:00'), +(21520, 2101, NULL, 2, 2150, 1, 'Rebonae Bridge Well', '2682661287366618580', 79.535129296875, -58.50477105468749, 0, 0, 1, '0000-00-00 00:00:00'), +(21521, 2101, NULL, 2, 2152, 1, 'Hyrule Castle Moat East Chasm', '12644792830451791701', 72.30454453124999, -48.2559375, 0, 0, 1, '0000-00-00 00:00:00'), +(21522, 2101, NULL, 2, 2151, 1, 'Ranch Ruins Cave', '7141907819268688467', 70.7496322265625, -60.924169921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21523, 2101, NULL, 2, 2150, 1, 'Bottomless Pond Well', '18292467756691799253', 78.353820703125, -67.575352734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21524, 2101, NULL, 2, 2151, 1, 'Ranch Ruins Cave', '11762902907749850765', 70.3829272265625, -60.444514453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21525, 2101, NULL, 2, 2150, 1, 'Wetland Stable Well', '16802610989801911938', 80.67887109375, -60.88264453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21526, 2101, NULL, 2, 2150, 1, 'Wetland Stable South Well', '13473655612253629489', 80.367591796875, -61.67241328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21527, 2101, NULL, 2, 2150, 1, 'South Nabi Lake Well', '15263783675053925142', 79.482421875, -76.135546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21528, 2101, NULL, 2, 2150, 1, 'Deya Village Ruins North Well', '14294001447745603636', 74.02166132812499, -80.35311328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21529, 2101, NULL, 2, 2150, 1, 'Deya Village Ruins Well', '483243831094194862', 74.09010703125, -81.17621484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21530, 2101, NULL, 2, 2150, 1, 'Riverside Stable Well', '9000359301995578366', 74.59455117187501, -71.79294140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21531, 2101, NULL, 2, 2151, 1, 'Floria River Upstream Excavation', '6252906961473836647', 79.803439453125, -93.41844140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21532, 2101, NULL, 2, 2150, 1, 'Hills of Baumer Well', '15539656917565867470', 74.016315234375, -83.52905859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21533, 2101, NULL, 2, 2150, 1, 'Deya Village Ruins South Well', '14203679129553496960', 74.29252734375, -83.18624999999999, 0, 0, 1, '0000-00-00 00:00:00'), +(21534, 2101, NULL, 2, 2150, 1, 'Deya Village Ruins East Well', '16136047310243677537', 75.27538242187501, -82.53462890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21535, 2101, NULL, 2, 2151, 1, 'Finra Woods Excavation Site', '7325726685713060531', 76.97582109375, -93.53762109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21536, 2101, NULL, 2, 2123, 1, 'Popla Foothills Skyview Tower', '1195404627528081719', 77.40045468749999, -83.518078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21537, 2101, NULL, 2, 2150, 1, 'Popla Foothills North Well', '3409760176723313861', 77.279108203125, -83.2083046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21538, 2101, NULL, 2, 2150, 1, 'Popla Foothills South Well', '7162466888885758692', 77.41554609375, -85.09081640625001, 0, 0, 1, '0000-00-00 00:00:00'), +(21539, 2101, NULL, 2, 2152, 1, 'Hills of Baumer Chasm', '11031454923833399536', 72.9133828125, -83.4230859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21540, 2101, NULL, 2, 2151, 1, 'Lake Hylia Whirlpool Cave', '15142163600578211343', 71.786105859375, -87.90762890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21541, 2101, NULL, 2, 2151, 1, 'Pagos Woods Excavation Site', '16931302655167485859', 78.18521249999999, -95.03298046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21542, 2101, NULL, 2, 2150, 1, 'Highland Stable Well', '6433184824016975873', 76.61283984375, -98.7503671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21543, 2101, NULL, 2, 2151, 1, 'Puffer Beach Overhead Cave', '2282125024947853696', 73.6403671875, -103.72815234375001, 0, 0, 1, '0000-00-00 00:00:00'), +(21544, 2101, NULL, 2, 2150, 1, 'Haran Lakefront Well', '15893213395873888747', 74.935546875, -98.28515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21545, 2101, NULL, 2, 2150, 1, 'Komo Shoreline Cave', '11637077966753549118', 76.018742578125, -103.489875, 0, 0, 1, '0000-00-00 00:00:00'), +(21546, 2101, NULL, 2, 2151, 1, 'Isle of Rabac Gallery', '16322463971808075566', 88.52998828125, -22.23617578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21547, 2101, NULL, 2, 2151, 1, 'YunoboCo HQ South Cave', '15630240560201477046', 90.39704296875, -26.73530859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21548, 2101, NULL, 2, 2151, 1, 'Goronbi River Cave', '10155351167282120417', 86.98919531249999, -33.95239453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21549, 2101, NULL, 2, 2151, 1, 'Death Mountain Foothill Cave', '1801494508290714306', 93.16299609375, -27.10301953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21550, 2101, NULL, 2, 2151, 1, 'YunoboCo HQ East Cave', '13003868390287574459', 90.99202734375, -25.342921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21551, 2101, NULL, 2, 2151, 1, 'Southern Mine', '12604202893589555443', 91.41744140625, -35.35134375, 0, 0, 1, '0000-00-00 00:00:00'), +(21552, 2101, NULL, 2, 2151, 1, 'West Restaurant Cave', '7529527728072030710', 89.564625, -38.32543359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21553, 2101, NULL, 2, 2151, 1, 'East Restaurant Cave', '540094550995474204', 92.038546875, -38.43805078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21554, 2101, NULL, 2, 2123, 1, 'Eldin Canyon Skyview Tower', '3292227893693842472', 89.55240234375, -44.638828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21555, 2101, NULL, 2, 2152, 1, 'Minshi Woods Chasm', '4789371614404322252', 82.727671875, -39.04571484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21556, 2101, NULL, 2, 2150, 1, 'Woodland Stable Well', '1662241179931426393', 83.1172734375, -45.0697734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21557, 2101, NULL, 2, 2151, 1, 'Pico Pond Cave', '17919446484334912137', 84.92881640625, -44.1570703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21558, 2101, NULL, 2, 2150, 1, 'Moor Garrison Ruins Well', '4504342832330418540', 88.40773828125, -56.602303125, 0, 0, 1, '0000-00-00 00:00:00'), +(21559, 2101, NULL, 2, 2151, 1, 'Crenel Peak Cave', '2995591950375801309', 83.7271171875, -55.69377890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21560, 2101, NULL, 2, 2151, 1, 'Crenel Peak Cave', '18330400566032353940', 86.12752734375, -55.11914296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21561, 2101, NULL, 2, 2152, 1, 'Lanayru Wetlands Chasm', '12292698567036544880', 90.54980859375, -56.6946703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21562, 2101, NULL, 2, 2150, 1, 'Lanayru Wetlands Well', '1154334463393842455', 84.60464062499999, -63.248259375, 0, 0, 1, '0000-00-00 00:00:00'), +(21563, 2101, NULL, 2, 2150, 1, 'Zauz Island Well', '3624902666293548976', 87.134765625, -60.193311328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21564, 2101, NULL, 2, 2150, 1, 'Rikoka Hills Well', '11738989003295390645', 90.427125, -66.2211375, 0, 0, 1, '0000-00-00 00:00:00'), +(21565, 2101, NULL, 2, 2150, 1, 'Goponga Village Ruins Well', '8973258028144868802', 88.23234375, -62.424594140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21566, 2101, NULL, 2, 2152, 1, 'East Hill Chasm', '5810770272691429369', 93.45103125, -68.5093171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21567, 2101, NULL, 2, 2151, 1, 'Kakariko Village Cave', '14452390387851187371', 93.13463671875, -70.09941796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21568, 2101, NULL, 2, 2151, 1, 'Byroad to Lanayru Wetlands', '2377079948731926345', 89.26171875, -73.359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21569, 2101, NULL, 2, 2151, 1, 'Byroad to Lanayru Wetlands', '11536545672066358783', 88.9189921875, -68.11155234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21570, 2101, NULL, 2, 2151, 1, 'Cucco Hideaway', '4113707437011094988', 92.3136796875, -72.19198828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21571, 2101, NULL, 2, 2123, 1, 'Sahasra Slope Skyview Tower', '1720621602308114528', 86.02862109375, -72.3967734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21572, 2101, NULL, 2, 2151, 1, 'Sahasra Slope Cave', '12637708079017963512', 86.40262499999999, -72.62401171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21573, 2101, NULL, 2, 2151, 1, 'Sahasra Slope Cave', '14001688345205756141', 85.8791953125, -72.14323828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21574, 2101, NULL, 2, 2150, 1, 'Kakariko Village Well', '9559166076253669217', 92.2853203125, -70.822921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21575, 2101, NULL, 2, 2150, 1, 'Dueling Peaks Stable Well', '11679239074233164527', 91.3441875, -81.4421484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21576, 2101, NULL, 2, 2151, 1, 'Dueling Peaks North Cave', '5582460455199843960', 84.31004296875, -80.32096875, 0, 0, 1, '0000-00-00 00:00:00'), +(21577, 2101, NULL, 2, 2151, 1, 'Dueling Peaks South Cave', '9741614762982953500', 84.180140625, -81.41663671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21578, 2101, NULL, 2, 2151, 1, 'Mount Floria Cave', '17467478120509332272', 91.2836953125, -93.58166015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21579, 2101, NULL, 2, 2151, 1, 'Mount Floria Cave', '6612796801182890824', 93.27748828125, -89.19903515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21580, 2101, NULL, 2, 2137, 1, 'Great Fairy Fountain', '11718275237881002104', 91.02683203125, -84.13983984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21581, 2101, NULL, 2, 2152, 1, 'Tobio\'s Hollow Chasm', '5901788378855460870', 85.605421875, -86.67964453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21582, 2101, NULL, 2, 2151, 1, 'Tobio\'s Hollow Cave', '12887654214926357542', 84.01916015625, -87.2326171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21583, 2101, NULL, 2, 2151, 1, 'Ubota Point Cave', '11546223674095079102', 87.26623828125, -99.4177734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21584, 2101, NULL, 2, 2151, 1, 'Calora Lake Cave', '15520389346876570879', 93.86278125, -95.6722734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21585, 2101, NULL, 2, 2151, 1, 'Rassla Lake Cave', '5716892940673620530', 91.5648046875, -102.398671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21586, 2101, NULL, 2, 2151, 1, 'Corta Lake Cave', '8024413190787260035', 89.96244140625, -94.20437109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21587, 2101, NULL, 2, 2151, 1, 'Rodai Lakefront Tunnel', '16727300130829770739', 92.53592578125, -95.05364062500001, 0, 0, 1, '0000-00-00 00:00:00'), +(21588, 2101, NULL, 2, 2151, 1, 'Sarjon Woods Cave', '15876372107227050247', 84.4112578125, -95.7528046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21589, 2101, NULL, 2, 2150, 1, 'Lakeside Stable Well', '1774279682527688702', 88.30219921875, -100.23783984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(21590, 2101, NULL, 2, 2151, 1, 'Calora Lake Cave', '6802930745954475552', 93.2669765625, -94.1342109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21591, 2101, NULL, 2, 2151, 1, 'Lizard\'s Burrow', '2334228652024532918', 96.1677421875, -22.55485546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21592, 2101, NULL, 2, 2151, 1, 'Lake Darman Monster Den', '8060741823458164069', 98.12511328125, -22.83160546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21593, 2101, NULL, 2, 2151, 1, 'Death Mountain East Tunnel', '2820182978785847885', 102.747796875, -26.03689453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21594, 2101, NULL, 2, 2151, 1, 'Death Mountain West Tunnel', '5498372046996718881', 96.54615234375, -27.15965625, 0, 0, 1, '0000-00-00 00:00:00'), +(21595, 2101, NULL, 2, 2151, 1, 'Gorko Tunnel', '12239969978811659575', 93.9375, -34.69940625, 0, 0, 1, '0000-00-00 00:00:00'), +(21596, 2101, NULL, 2, 2152, 1, 'Death Mountain Chasm', '18175304942163261028', 100.013671875, -28.095703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21597, 2101, NULL, 2, 2151, 1, 'Lake Ferona Cave', '10838082017355715677', 92.923828125, -43.69166015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21598, 2101, NULL, 2, 2151, 1, 'Cephla Lake Cave', '6579778402399415550', 100.70680078125002, -43.002562499999996, 0, 0, 1, '0000-00-00 00:00:00'), +(21599, 2101, NULL, 2, 2151, 1, 'Foothill Monster Den', '14328941808872340282', 96.97635937499999, -40.78008984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21600, 2101, NULL, 2, 2151, 1, 'Lake Intenoch Cave', '10136447089337963341', 99.4381171875, -37.58223046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21601, 2101, NULL, 2, 2150, 1, 'Foothill Stable Well', '5515697063015506333', 100.991390625, -44.89383984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21602, 2101, NULL, 2, 2151, 1, 'Lake Ferona Cave', '11860991231750302286', 92.95252734375, -43.305785156249996, 0, 0, 1, '0000-00-00 00:00:00'), +(21603, 2101, NULL, 2, 2151, 1, 'Boné Pond East Cave', '6920893920509135660', 96.2736796875, -57.419776171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21604, 2101, NULL, 2, 2151, 1, 'Ralis Channel', '6400766332894249911', 104.9863125, -55.618533984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21605, 2101, NULL, 2, 2150, 1, 'Tabahl Woods Well', '2155917192954298383', 102.49672265625, -56.5368328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21606, 2101, NULL, 2, 2151, 1, 'Upland Zorana Mountainside Cave', '6101576164770829020', 100.42998046875, -52.523562890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21607, 2101, NULL, 2, 2151, 1, 'Upland Zorana Mountainside Cave', '11067701219318302721', 101.174625, -52.427860546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21608, 2101, NULL, 2, 2151, 1, 'Boné Pond East Cave', '2568930561223619483', 96.72473437500003, -58.42722351562501, 0, 0, 1, '0000-00-00 00:00:00'), +(21609, 2101, NULL, 2, 2151, 1, 'Upland Zorana Byroad', '8479679440708631302', 101.9566640625, -52.9709109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21610, 2101, NULL, 2, 2151, 1, 'Boné Pond East Cave', '2181612675989647998', 95.9188828125, -56.928765234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21611, 2101, NULL, 2, 2151, 1, 'Boné Pond East Cave', '9861517874279084103', 96.80541796875, -57.323441015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21612, 2101, NULL, 2, 2151, 1, 'Tabahl Woods Cave', '121149631314393175', 101.65998046875, -55.22544609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21613, 2101, NULL, 2, 2121, 1, 'Gerudo Town', '6592826831624345482', 25.0078125, -93.0703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21614, 2101, NULL, 2, 2121, 1, 'Lookout Landing', '13647331742346126926', 67.33453242187501, -57.403105078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21615, 2101, NULL, 2, 2121, 1, 'Kakariko Village', '9112136856299186377', 91.6105078125, -70.172333203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21616, 2101, NULL, 2, 2124, 1, 'Armor Shop', '15578921684988418658', 67.9011703125, -57.5765337890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21617, 2101, NULL, 2, 2124, 1, 'Armor Shop', '3706669597952469795', 31.927734375, -88.5, 0, 0, 1, '0000-00-00 00:00:00'), +(21618, 2101, NULL, 2, 2121, 1, 'Rito Village', '16602718548041963833', 27.88166015625, -37.50215625, 0, 0, 1, '0000-00-00 00:00:00'), +(21619, 2101, NULL, 2, 2121, 1, 'Lurelin Village', '16886242674315684339', 105.5544140625, -99.30033984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(21620, 2101, NULL, 2, 2121, 1, 'Tarrey Town', '6402195530172751870', 116.78483203125, -39.712734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21621, 2101, NULL, 2, 2121, 1, 'Zora\'s Domain', '5383175499296764420', 109.34305078125, -52.205792578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21622, 2101, NULL, 2, 2121, 1, 'Korok Forest', '7169772546568324312', 75.22265625, -33.515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21623, 2101, NULL, 2, 2124, 1, 'General Store', '4006100084037594842', 67.90116796875, -57.69654949218751, 0, 0, 1, '0000-00-00 00:00:00'), +(21624, 2101, NULL, 2, 2124, 1, 'General Store', '3706669599534777159', 25.5115078125, -92.32773046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21625, 2101, NULL, 2, 2124, 1, 'General Store', '3706669597457407345', 90.041953125, -29.72473828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21626, 2101, NULL, 2, 2124, 1, 'General Store', '3706669600323843367', 109.69665234374997, -84.04175390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21627, 2101, NULL, 2, 2124, 1, 'General Store', '3706669599691930056', 91.34159765625, -70.6554375, 0, 0, 1, '0000-00-00 00:00:00'), +(21628, 2101, NULL, 2, 2124, 1, 'General Store', '3706669600573668661', 75.372751171875, -33.1172109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21629, 2101, NULL, 2, 2124, 1, 'General Store', '3706669597301431896', 32.0830078125, -89.1123046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21630, 2101, NULL, 2, 2124, 1, 'General Store', '3706669598580228991', 27.60219140625, -37.26028125, 0, 0, 1, '0000-00-00 00:00:00'), +(21631, 2101, NULL, 2, 2124, 1, 'General Store', '10955801160293201911', 117.25571484375, -39.44358984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21632, 2101, NULL, 2, 2124, 1, 'General Store', '3706669597071718606', 104.992453125, -99.53799609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21633, 2101, NULL, 2, 2124, 1, 'General Store', '3706669597171907932', 109.25216015625, -52.842856640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21634, 2101, NULL, 2, 2124, 1, 'Inn', '3706669600408522734', 25.19234765625, -92.45022656249999, 0, 0, 1, '0000-00-00 00:00:00'), +(21635, 2101, NULL, 2, 2124, 1, 'Inn', '3706669597292610878', 90.02401171875, -30.1872421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21636, 2101, NULL, 2, 2124, 1, 'Inn', '3706669600691943324', 111.014625, -83.33448046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21637, 2101, NULL, 2, 2124, 1, 'Inn', '3706669596741438812', 91.82307421875, -70.567640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21638, 2101, NULL, 2, 2124, 1, 'Inn', '3706669598325768077', 75.127395703125, -33.14971875, 0, 0, 1, '0000-00-00 00:00:00'), +(21639, 2101, NULL, 2, 2124, 1, 'Inn', '3706669598988194412', 32.0126953125, -89.1785390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21640, 2101, NULL, 2, 2124, 1, 'Inn', '3706669599498128071', 27.98330859375, -36.88435546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21641, 2101, NULL, 2, 2124, 1, 'Inn', '3836168444748847051', 117.18212109375001, -39.89044921874999, 0, 0, 1, '0000-00-00 00:00:00'), +(21642, 2101, NULL, 2, 2124, 1, 'Inn', '3706669596721368085', 104.8196953125, -98.87145703124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21643, 2101, NULL, 2, 2124, 1, 'Inn', '3706669597489421128', 108.94017187499998, -52.634391796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21644, 2101, NULL, 2, 2124, 1, 'Jewelry Shop', '3706669599996737109', 25.3499765625, -92.3094140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21645, 2101, NULL, 2, 2121, 1, 'Hateno Village', '15266125658749983576', 111.85580859375, -83.08496484374999, 0, 0, 1, '0000-00-00 00:00:00'), +(21646, 2101, NULL, 2, 2121, 1, 'Goron City', '13972825591809008775', 89.733421875, -30, 0, 0, 1, '0000-00-00 00:00:00'), +(21647, 2101, NULL, 2, 2124, 1, 'Dye Shop', '3706669596796439028', 110.2029609375, -83.815546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21648, 2101, NULL, 2, 2124, 1, 'Armor Shop', '3706669598614123609', 27.755976562500006, -37.64900390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21649, 2101, NULL, 2, 2124, 1, 'Armor Shop', '3706669597762083425', 92.0471015625, -70.093634765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21650, 2101, NULL, 2, 2124, 1, 'Armor Shop', '3706669600634978157', 109.65179296875, -83.52978515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21651, 2101, NULL, 2, 2124, 1, 'Armor Shop', '3706669600380341141', 89.56487109375, -30.36092578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21652, 2101, NULL, 2, 2125, 1, 'Ihen-a Shrine', '470655870307890767', 114.68223046875, -51.82289648437501, 0, 0, 1, '0000-00-00 00:00:00'), +(21653, 2101, NULL, 2, 2125, 1, 'Siwakama Shrine', '15771783894348194461', 41.65196484375, -97.785, 0, 0, 1, '0000-00-00 00:00:00'), +(21654, 2101, NULL, 2, 2125, 1, 'Mayak Shrine', '12288157181790869597', 85.19419921875, -14.8426640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21655, 2101, NULL, 2, 2125, 1, 'Igashuk Shrine', '17485665379339192933', 124.8631640625, -15.072234375000003, 0, 0, 1, '0000-00-00 00:00:00'), +(21656, 2101, NULL, 2, 2125, 1, 'Marakuguc Shrine', '8679504486284319794', 90.96665625, -29.18373046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21657, 2101, NULL, 2, 2125, 1, 'Rasiwak Shrine', '15017550175013001466', 124.970203125, -20.352914062500002, 0, 0, 1, '0000-00-00 00:00:00'), +(21658, 2101, NULL, 2, 2138, 1, 'Woodland Stable', '3706669596833096644', 82.76136328125, -45.28899609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21659, 2101, NULL, 2, 2125, 1, 'Timawak Shrine', '13093707767515135502', 91.40096484375, -39.3804375, 0, 0, 1, '0000-00-00 00:00:00'), +(21660, 2101, NULL, 2, 2125, 1, 'Ekochiu Shrine', '12284527712178542395', 82.76544140625, -43.58837109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21661, 2101, NULL, 2, 2138, 1, 'East Akkala Stable', '3706669597465776870', 119.88892968750002, -26.41824609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21662, 2101, NULL, 2, 2125, 1, 'Jochi-iu Shrine', '3706669599451864052', 121.24941796875, -24.888386718750002, 0, 0, 1, '0000-00-00 00:00:00'), +(21663, 2101, NULL, 2, 2125, 1, 'Gemimik Shrine', '4564235428873871323', 123.19578515625, -33.80030859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21664, 2101, NULL, 2, 2125, 1, 'Rasitakiwak Shrine', '15749518706488600034', 119.1409921875, -43.09287890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21665, 2101, NULL, 2, 2125, 1, 'Jonsau Shrine', '6383063040059294959', 90.74602734375, -58.387663710937495, 0, 0, 1, '0000-00-00 00:00:00'), +(21666, 2101, NULL, 2, 2125, 1, 'Gatanisis Shrine', '2554473647487672451', 123.0213515625, -48.909310546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21667, 2101, NULL, 2, 2125, 1, 'Morok Shrine', '14991808315346729211', 84.1591640625, -67.7272734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21668, 2101, NULL, 2, 2125, 1, 'Oshozan-u Shrine', '14800086923534775594', 53.8535625, -15.49320703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21669, 2101, NULL, 2, 2125, 1, 'Jikais Shrine', '3706669596981818745', 120.3154453125, -78.20437500000001, 0, 0, 1, '0000-00-00 00:00:00'), +(21670, 2101, NULL, 2, 2138, 1, 'Snowfield Stable', '3706669597942611603', 50.91933984375, -28.451296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21671, 2101, NULL, 2, 2125, 1, 'Eshos Shrine', '3706669599740966765', 88.6621640625, -81.38445703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21672, 2101, NULL, 2, 2138, 1, 'Dueling Peaks Stable', '3706669598014979396', 90.896484375, -81.1450078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21673, 2101, NULL, 2, 2125, 1, 'Orochium Shrine', '3706669597611391879', 51.131671875, -27.63498046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21674, 2101, NULL, 2, 2125, 1, 'Makasura Shrine', '2610556981700923064', 91.05348046875, -70.92108984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21675, 2101, NULL, 2, 2125, 1, 'Kiuyoyou Shrine', '1219319448910407936', 57.342890625, -34.1271796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21676, 2101, NULL, 2, 2125, 1, 'Mayausiy Shrine', '14847552043580331356', 56.63776171875, -28.09655859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21677, 2101, NULL, 2, 2125, 1, 'Tauyosipun Shrine', '17739253460342768120', 17.12574609375, -24.838195312499998, 0, 0, 1, '0000-00-00 00:00:00'), +(21678, 2101, NULL, 2, 2125, 1, 'Gasas Shrine', '13342172519328099230', 21.64238671875, -57.441803671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21679, 2101, NULL, 2, 2125, 1, 'Otutsum Shrine', '14979288695847647471', 17.941335937499996, -66.462507421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21680, 2101, NULL, 2, 2125, 1, 'Mayamats Shrine', '16050442402269680510', 15.96537890625, -76.32732421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21681, 2101, NULL, 2, 2125, 1, 'Kudanisar Shrine', '1765800409617252384', 21.47921484375, -83.70936328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21682, 2101, NULL, 2, 2125, 1, 'Irasak Shrine', '13812044788472212303', 21.577652343749996, -103.42140234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21683, 2101, NULL, 2, 2125, 1, 'Miryotanog Shrine', '7214969785032225392', 15.467578124999996, -94.762921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21684, 2101, NULL, 2, 2138, 1, 'Lakeside Stable', '3706669598350264750', 88.50026953125, -100.05280078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21685, 2101, NULL, 2, 2125, 1, 'Joju-u-u Shrine', '3706669600511528823', 88.0686796875, -100.5130546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21686, 2101, NULL, 2, 2125, 1, 'Sinakawak Shrine', '9491726639789797584', 53.734875, -49.72441640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21687, 2101, NULL, 2, 2125, 1, 'Eutoum Shrine', '11059292586330540704', 29.21628515625, -16.7578359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21688, 2101, NULL, 2, 2138, 1, 'New Serenne Stable', '7300302265441887113', 54.36328125, -50.109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21689, 2101, NULL, 2, 2125, 1, 'Sahirow Shrine', '13405483642948698553', 31.006453125, -30.6294375, 0, 0, 1, '0000-00-00 00:00:00'), +(21690, 2101, NULL, 2, 2125, 1, 'Kimayat Shrine', '5203105769096758003', 103.8754921875, -15.95840625, 0, 0, 1, '0000-00-00 00:00:00'), +(21691, 2101, NULL, 2, 2125, 1, 'Sibajitak Shrine', '13631206035683434662', 98.440640625, -20.21405859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21692, 2101, NULL, 2, 2125, 1, 'Sonapan Shrine', '12516050804968674671', 47.794921875, -62.794921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21693, 2101, NULL, 2, 2125, 1, 'Sitsum Shrine', '4770193715620793208', 98.075015625, -28.1677265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21694, 2101, NULL, 2, 2138, 1, 'Outskirt Stable', '3706669596803407326', 53.32625390625, -73.46497265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21695, 2101, NULL, 2, 2125, 1, 'Momosik Shrine', '12385279649734793255', 105.0000703125, -26.27213671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21696, 2101, NULL, 2, 2125, 1, 'Tsutsu-um Shrine', '3706669599761721576', 53.6337890625, -74.4228984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21697, 2101, NULL, 2, 2125, 1, 'Kisinona Shrine', '3706669599556080402', 100.40446875, -43.9929140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21698, 2101, NULL, 2, 2138, 1, 'Foothill Stable', '18170785100347753712', 100.937484375, -45.19320703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21699, 2101, NULL, 2, 2125, 1, 'Gatakis Shrine', '3706669600060461460', 27.51936328125, -37.4293828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21700, 2101, NULL, 2, 2125, 1, 'Oromuwak Shrine', '6022860977194512716', 34.2361171875, -39.64140234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21701, 2101, NULL, 2, 2125, 1, 'Riogok Shrine', '7155360731604652807', 53.42112890625, -77.53231640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21702, 2101, NULL, 2, 2125, 1, 'Ikatak Shrine', '16168364867056534665', 24.011015625, -45.24515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21703, 2101, NULL, 2, 2125, 1, 'Susuyai Shrine', '8289506274315718108', 61.10843203125, -63.680248828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21704, 2101, NULL, 2, 2125, 1, 'Turakawak Shrine', '9338650269806293826', 29.32409765625, -60.904580859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21705, 2101, NULL, 2, 2125, 1, 'Rotsumamu Shrine', '8860192180572767427', 30.38663671875, -74.56808203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21706, 2101, NULL, 2, 2125, 1, 'Soryotanog Shrine', '1544502840516710035', 24.81791015625, -93.31114453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21707, 2101, NULL, 2, 2125, 1, 'Mayatat Shrine', '3886321805362048970', 31.75048828125, -88.03365234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21708, 2101, NULL, 2, 2125, 1, 'Motsusis Shrine', '12032964585153506059', 49.27723828125, -99.4518984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21709, 2101, NULL, 2, 2125, 1, 'Karahatag Shrine', '14921480893592442267', 26.62848046875, -101.07574218750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21710, 2101, NULL, 2, 2125, 1, 'Kurakat Shrine', '18320955024951674721', 97.9832578125, -64.579107421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21711, 2101, NULL, 2, 2125, 1, 'Kitawak Shrine', '6932476196341692752', 52.38045703125, -92.915203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21712, 2101, NULL, 2, 2125, 1, 'Sisuran Shrine', '8655043382873705766', 40.319027343749994, -19.29191015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21713, 2101, NULL, 2, 2125, 1, 'Jiosin Shrine', '3575507920720413357', 67.491282421875, -62.941805859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21714, 2101, NULL, 2, 2125, 1, 'Mayaotaki Shrine', '14811327802033936260', 60.646662890624995, -17.1675703125, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(21715, 2101, NULL, 2, 2125, 1, 'Kikakin Shrine', '11341280796428223190', 65.673423046875, -26.53301953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21716, 2101, NULL, 2, 2125, 1, 'Kamizun Shrine', '9360982685086656582', 68.228989453125, -76.85499609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21717, 2101, NULL, 2, 2125, 1, 'Teniten Shrine', '15035282945062776479', 69.434593359375, -71.66862890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21718, 2101, NULL, 2, 2125, 1, 'Sifumim Shrine', '3706669600044767565', 103.42768359375, -96.918140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21719, 2101, NULL, 2, 2125, 1, 'Kamatukis Shrine', '15940742935534635403', 110.52031640624998, -19.25722265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21720, 2101, NULL, 2, 2125, 1, 'Runakit Shrine', '14581002594613360321', 40.66423828125, -44.8807734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21721, 2101, NULL, 2, 2125, 1, 'Kyononis Shrine', '10695500624987356704', 67.90834335937501, -53.303124609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21722, 2101, NULL, 2, 2125, 1, 'Sinatanika Shrine', '9598825215232031726', 115.33562109375, -31.637203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21723, 2101, NULL, 2, 2127, 1, 'Hyrule Castle', '16596081098287954337', 67.336576171875, -46.1495390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21724, 2101, NULL, 2, 2125, 1, 'Ishokin Shrine', '16080669062060353362', 63.69140625, -99.890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21725, 2101, NULL, 2, 2125, 1, 'Ishodag Shrine', '3202239027597582890', 60.00717304687501, -53.642110546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21726, 2101, NULL, 2, 2125, 1, 'Domizuin Shrine', '3706669597704307786', 109.041515625, -41.6838046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21727, 2101, NULL, 2, 2125, 1, 'Mayachideg Shrine', '9170623054249873905', 106.18360546875, -37.21852734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21728, 2101, NULL, 2, 2125, 1, 'Sikukuu Shrine', '16379162336903680645', 78.49858828125, -25.862625, 0, 0, 1, '0000-00-00 00:00:00'), +(21729, 2101, NULL, 2, 2138, 1, 'Tabantha Bridge Stable', '3706669596843956315', 35.958187499999994, -52.1765859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21730, 2101, NULL, 2, 2125, 1, 'Musanokir Shrine', '3706669597644926216', 75.090915234375, -33.58911328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21731, 2101, NULL, 2, 2125, 1, 'Pupunke Shrine', '15779265771384956886', 77.59097109375, -32.67877734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21732, 2101, NULL, 2, 2125, 1, 'Sakunbomar Shrine', '8050356554736513946', 72.265548046875, -31.4047734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21733, 2101, NULL, 2, 2125, 1, 'Sepapa Shrine', '13216567496985632702', 72.9110953125, -45.87830859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21734, 2101, NULL, 2, 2138, 1, 'South Akkala Stable', '15951344869880547404', 107.211046875, -38.772093749999996, 0, 0, 1, '0000-00-00 00:00:00'), +(21735, 2101, NULL, 2, 2125, 1, 'Makurukis Shrine', '13942626539738256687', 36.94958203125, -51.213385546874996, 0, 0, 1, '0000-00-00 00:00:00'), +(21736, 2101, NULL, 2, 2125, 1, 'Ninjis Shrine', '11192380528645083635', 74.468602734375, -36.4231171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21737, 2101, NULL, 2, 2125, 1, 'Yamiyo Shrine', '2116984015830799764', 74.2166203125, -53.085868359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21738, 2101, NULL, 2, 2125, 1, 'Ren-iz Shrine', '16539779170063137974', 79.177316015625, -48.938237109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21739, 2101, NULL, 2, 2125, 1, 'Jochi-ihiga Shrine', '1616765883509243653', 114.96699609375, -44.30726953124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21740, 2101, NULL, 2, 2125, 1, 'Usazum Shrine', '13993165044825966276', 45.24633984375, -68.84111015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21741, 2101, NULL, 2, 2125, 1, 'Tukarok Shrine', '3706669597357772780', 81.04091484375, -61.535221875, 0, 0, 1, '0000-00-00 00:00:00'), +(21742, 2101, NULL, 2, 2138, 1, 'Wetland Stable', '3706669599285537186', 80.719471875, -60.628972265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21743, 2101, NULL, 2, 2125, 1, 'Mogawak Shrine', '3706669600587269204', 108.98377734375, -53.627462109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21744, 2101, NULL, 2, 2125, 1, 'Mayachin Shrine', '5884249694669007578', 62.044921875, -68.771484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21745, 2101, NULL, 2, 2125, 1, 'Rakakudaj Shrine', '1178390866463876948', 46.44191015625, -80.31329296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21746, 2101, NULL, 2, 2138, 1, 'Riverside Stable', '3706669597064115974', 74.2878796875, -71.42926171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21747, 2101, NULL, 2, 2125, 1, 'Tajikats Shrine', '3706669599997098509', 74.3420953125, -70.4182734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21748, 2101, NULL, 2, 2125, 1, 'Apogek Shrine', '7501929949082738369', 115.85966015624999, -61.134045703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21749, 2101, NULL, 2, 2125, 1, 'Jochisiu Shrine', '12562602085856083332', 81.22137421875, -80.89940625, 0, 0, 1, '0000-00-00 00:00:00'), +(21750, 2101, NULL, 2, 2138, 1, 'Gerudo Canyon Stable', '3706669597762383008', 37.455328125, -84.67693359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21751, 2101, NULL, 2, 2125, 1, 'Jiukoum Shrine', '15721881678295892633', 80.478515625, -85.29375, 0, 0, 1, '0000-00-00 00:00:00'), +(21752, 2101, NULL, 2, 2125, 1, 'Zakusu Shrine', '5443891923631448858', 111.63542578125, -75.96430078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21753, 2101, NULL, 2, 2125, 1, 'Turakamik Shrine', '7191917159863538220', 39.1728046875, -84.81212109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21754, 2101, NULL, 2, 2125, 1, 'Zanmik Shrine', '3706669600487081220', 110.97121875, -84.14973046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21755, 2101, NULL, 2, 2138, 1, 'Highland Stable', '3706669600116544786', 76.518751171875, -99.03378515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21756, 2101, NULL, 2, 2125, 1, 'Utsushok Shrine', '3706669600415844212', 78.16402734375, -97.9499296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21757, 2101, NULL, 2, 2156, 1, 'Addison', '9910865292634585677', 60.087890625, -75.8408203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21758, 2101, NULL, 2, 2156, 1, 'Addison', '5024502209078599919', 67.916551171875, -99.4700390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21759, 2101, NULL, 2, 2156, 1, 'Addison', '7377540662913112455', 74.869833984375, -73.5140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21760, 2101, NULL, 2, 2156, 1, 'Addison', '12397427531924396146', 79.96580625, -85.880859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21761, 2101, NULL, 2, 2156, 1, 'Addison', '8718914831494692646', 71.52917343749999, -89.92843359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21762, 2101, NULL, 2, 2156, 1, 'Addison', '17284873115541707220', 87.7734375, -70.18359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21763, 2101, NULL, 2, 2156, 1, 'Addison', '11813179001524469625', 93.38671875, -80.84765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21764, 2101, NULL, 2, 2156, 1, 'Addison', '7089506507264060558', 100.45422656250003, -45.6993984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21765, 2101, NULL, 2, 2156, 1, 'Addison', '14338799166068262826', 101.65255078125, -78.77527734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21766, 2101, NULL, 2, 2156, 1, 'Addison', '8936186809148926393', 94.8840703125, -73.41242578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21767, 2101, NULL, 2, 2156, 1, 'Addison', '10101467320662561971', 100.96803515625, -89.00138671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21768, 2101, NULL, 2, 2156, 1, 'Addison', '8661259785090433582', 110.41550390625, -17.277328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21769, 2101, NULL, 2, 2156, 1, 'Addison', '773021911387029998', 115.70397656249997, -29.582109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21770, 2101, NULL, 2, 2156, 1, 'Addison', '8081696852333759621', 108.15234375, -66.28125, 0, 0, 1, '0000-00-00 00:00:00'), +(21771, 2101, NULL, 2, 2156, 1, 'Addison', '1287194720706435585', 107.13106640625, -83.64997265624999, 0, 0, 1, '0000-00-00 00:00:00'), +(21772, 2101, NULL, 2, 2156, 1, 'Addison', '12433872634384224356', 22.171875, -74.865234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21773, 2101, NULL, 2, 2156, 1, 'Addison', '9000738855023549736', 32.15644921875, -28.46654296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21774, 2101, NULL, 2, 2156, 1, 'Addison', '6342874677586460208', 28.60531640625, -40.43710546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21775, 2101, NULL, 2, 2156, 1, 'Addison', '15484794508634527958', 38.67057421875, -49.55389570312501, 0, 0, 1, '0000-00-00 00:00:00'), +(21776, 2101, NULL, 2, 2156, 1, 'Addison', '3232101435960462306', 40.96875, -56.3671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21777, 2101, NULL, 2, 2156, 1, 'Addison', '2952910889774872374', 37.998046875, -85.11328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21778, 2101, NULL, 2, 2156, 1, 'Addison', '5964252461683402670', 58.459453125, -34.8820546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21779, 2101, NULL, 2, 2156, 1, 'Addison', '6091054901394100997', 53.3127421875, -44.80489453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21780, 2101, NULL, 2, 2156, 1, 'Addison', '382256547677954838', 51.52734375, -64.34158125, 0, 0, 1, '0000-00-00 00:00:00'), +(21781, 2101, NULL, 2, 2156, 1, 'Addison', '11036897963361055755', 49.222078125, -89.2534921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21782, 2101, NULL, 2, 2156, 1, 'Addison', '537512219185544379', 64.942756640625, -22.943109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21783, 2101, NULL, 2, 2156, 1, 'Addison', '14984221889653742245', 76.09116328125, -24.150058593749996, 0, 0, 1, '0000-00-00 00:00:00'), +(21784, 2101, NULL, 2, 2156, 1, 'Addison', '7567620183654426669', 103.08955078125, -27.485625, 0, 0, 1, '0000-00-00 00:00:00'), +(21785, 2101, NULL, 2, 2156, 1, 'Addison', '7738036695091090882', 45.85546875, -81.46454296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21786, 2101, NULL, 2, 2156, 1, 'Addison', '9856738148381130104', 42.239578125, -83.92044140624999, 0, 0, 1, '0000-00-00 00:00:00'), +(21787, 2101, NULL, 2, 2156, 1, 'Addison', '6696986999591440603', 68.557565625, -83.49523828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21788, 2101, NULL, 2, 2156, 1, 'Addison', '4094896347173357642', 89.006859375, -99.26096484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21789, 2101, NULL, 2, 2156, 1, 'Addison', '6511289914607890072', 51.427734375, -19.46484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21790, 2101, NULL, 2, 2156, 1, 'Addison', '17614947120507832999', 82.30972265625, -22.1484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21791, 2101, NULL, 2, 2156, 1, 'Addison', '8885309303050031891', 57.71484375, -25.81640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21792, 2101, NULL, 2, 2156, 1, 'Addison', '5704878396655695792', 122.4606328125, -22.553320312500002, 0, 0, 1, '0000-00-00 00:00:00'), +(21793, 2101, NULL, 2, 2156, 1, 'Addison', '14649046253332140844', 62.3671875, -68.712890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21794, 2101, NULL, 2, 2156, 1, 'Addison', '17740568340057049897', 27.97369921875, -32.95775390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21795, 2101, NULL, 2, 2156, 1, 'Addison', '17242791183907259025', 57.70086328125, -97.85758593749999, 0, 0, 1, '0000-00-00 00:00:00'), +(21796, 2101, NULL, 2, 2156, 1, 'Addison', '6733356288455564073', 116.86634765625, -62.050878515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21797, 2101, NULL, 2, 2156, 1, 'Addison', '18234424911339302176', 81.11635546875, -70.25928515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21798, 2101, NULL, 2, 2156, 1, 'Addison', '12293324560819392842', 98.1328125, -66.546317578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21799, 2101, NULL, 2, 2156, 1, 'Addison', '1919194523432650026', 104.68515234375, -50.34123515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21800, 2101, NULL, 2, 2156, 1, 'Addison', '10869759105787654356', 96.89164453125, -31.44019921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21801, 2101, NULL, 2, 2156, 1, 'Addison', '2174859213985413551', 44.39989453125, -24.26874609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21802, 2101, NULL, 2, 2156, 1, 'Addison', '2809609228985872688', 118.200375, -36.6311953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21803, 2101, NULL, 2, 2156, 1, 'Addison', '12966476178253141729', 35.5901953125, -103.04261718749999, 0, 0, 1, '0000-00-00 00:00:00'), +(21804, 2101, NULL, 2, 2156, 1, 'Addison', '8039398800676217508', 120.650390625, -51.81967265624999, 0, 0, 1, '0000-00-00 00:00:00'), +(21805, 2101, NULL, 2, 2156, 1, 'Addison', '1264002701042014136', 121.1015625, -65.2734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21806, 2101, NULL, 2, 2156, 1, 'Addison', '8742494761271929549', 30.0234609375, -95.1910078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21807, 2101, NULL, 2, 2156, 1, 'Addison', '12388388884264719597', 118.388671875, -71.994140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21808, 2101, NULL, 2, 2156, 1, 'Addison', '12521513318695303861', 107.16701953125, -79.90524609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21809, 2101, NULL, 2, 2156, 1, 'Addison', '6565229309181015597', 119.96374218749997, -27.5670703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21810, 2101, NULL, 2, 2156, 1, 'Addison', '12767525460071474230', 30.67894921875, -61.167926953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21811, 2101, NULL, 2, 2156, 1, 'Addison', '17524516814991920508', 88.740234375, -33.234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21812, 2101, NULL, 2, 2156, 1, 'Addison', '1633100021100533897', 107.373046875, -39.54823828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21813, 2101, NULL, 2, 2156, 1, 'Addison', '14969824288455623788', 109.67441015625, -99.544078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21814, 2101, NULL, 2, 2156, 1, 'Addison', '14820801351717216986', 90.3515625, -57.46875, 0, 0, 1, '0000-00-00 00:00:00'), +(21815, 2101, NULL, 2, 2156, 1, 'Addison', '8129187004349557201', 22.113996093749996, -26.267578125, 0, 0, 1, '0000-00-00 00:00:00'), +(21816, 2101, NULL, 2, 2156, 1, 'Addison', '7996354393940319571', 78.216759375, -58.5766306640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21817, 2101, NULL, 2, 2156, 1, 'Addison', '5835441146513357578', 94.8515625, -56.0625, 0, 0, 1, '0000-00-00 00:00:00'), +(21818, 2101, NULL, 2, 2156, 1, 'Addison', '9078228614577302042', 31.400167968750004, -52.6724296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21819, 2101, NULL, 2, 2156, 1, 'Addison', '9966976913604035116', 77.6015625, -54.12890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21820, 2101, NULL, 2, 2156, 1, 'Addison', '12225365537531230135', 49.41338671875, -50.856962109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21821, 2101, NULL, 2, 2156, 1, 'Addison', '10387409707843154024', 61.466150390625, -55.741219921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21822, 2101, NULL, 2, 2156, 1, 'Addison', '1796362274068199607', 51.46262109375, -84.945890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21823, 2101, NULL, 2, 2156, 1, 'Addison', '16268933543315712742', 96.25761328125, -98.07619921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21824, 2101, NULL, 2, 2156, 1, 'Addison', '1326042299345829449', 66.40469765625, -42.84069140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21825, 2101, NULL, 2, 2156, 1, 'Addison', '16457876943099636524', 107.9071875, -57.05859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21826, 2101, NULL, 2, 2156, 1, 'Addison', '16871200868898533781', 33.59109375, -44.24755078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21827, 2101, NULL, 2, 2156, 1, 'Addison', '166633721346075192', 73.29434765625, -99.09024609375001, 0, 0, 1, '0000-00-00 00:00:00'), +(21828, 2101, NULL, 2, 2156, 1, 'Addison', '3951106592900999931', 48.404296875, -31.359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21829, 2101, NULL, 2, 2156, 1, 'Addison', '353281053503519623', 67.177734375, -54.10546875, 0, 0, 1, '0000-00-00 00:00:00'), +(21830, 2101, NULL, 2, 2156, 1, 'Addison', '1608636971499860713', 93.51992578125, -27.46864453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21831, 2101, NULL, 2, 2156, 1, 'Addison', '11136349323559701948', 85.6650703125, -44.277082031249996, 0, 0, 1, '0000-00-00 00:00:00'), +(21832, 2101, NULL, 2, 2156, 1, 'Addison', '11151557013329121358', 86.0831953125, -49.213055859375004, 0, 0, 1, '0000-00-00 00:00:00'), +(21833, 2101, NULL, 2, 2156, 1, 'Addison', '169682645161238484', 53.478515625, -71.00390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21834, 2101, NULL, 2, 2156, 1, 'Addison', '5646660852956074073', 72.486657421875, -55.447348828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21835, 2101, NULL, 2, 2156, 1, 'Addison', '11394483191225580592', 103.36008984375, -17.00869921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21836, 2101, NULL, 2, 2156, 1, 'Addison', '3291579889479531330', 38.95662890625, -63.582355078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21837, 2101, NULL, 2, 2156, 1, 'Addison', '7286854401568778104', 124.8105703125, -85.98242578124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21838, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1425168606082485509', 108.5345625, -98.43692578125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21839, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12508839515391782896', 49.29807421875, -64.930086328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21840, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3440558086712269737', 61.11336328125, -49.03200234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21841, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1621868503606860451', 109.71162890625001, -96.68957812500001, 0, 0, 1, '0000-00-00 00:00:00'), +(21842, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17718957965732117708', 23.49678515625, -35.29816406249999, 0, 0, 1, '0000-00-00 00:00:00'), +(21843, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6017846586212770163', 34.0371796875, -43.49811328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21844, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14564938634712416912', 52.8669375, -41.1611015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21845, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16793392709029152900', 72.80789296875, -52.218153515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21846, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9569073961773333155', 45.06851953125, -44.174109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21847, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '790433676943398088', 57.57629296875, -78.200671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21848, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9215871006760546190', 76.91339882812501, -60.439646484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21849, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2678873010239425789', 69.090167578125, -67.81575234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21850, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14014832787363697590', 53.31594140625, -46.835953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21851, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17567019067503769561', 113.16635156250003, -49.17937734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21852, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '222595569710251963', 92.97440625, -67.20505078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21853, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6625436993776952300', 105.09107812500002, -41.35269140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21854, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13636388794678965014', 119.16596484375, -19.99616015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21855, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6511916251806860541', 24.44462109375, -57.65631011718749, 0, 0, 1, '0000-00-00 00:00:00'), +(21856, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1887965862813816180', 18.598042968750004, -35.957015625000004, 0, 0, 1, '0000-00-00 00:00:00'), +(21857, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8978849268683080797', 119.2513828125, -32.69673046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21858, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6464132413240598349', 127.69789453124999, -26.024613281249998, 0, 0, 1, '0000-00-00 00:00:00'), +(21859, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9737766363064674120', 80.935696875, -15.98312109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21860, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5030298350117231304', 29.5490390625, -34.365234375, 0, 0, 1, '0000-00-00 00:00:00'), +(21861, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12141927506222850004', 85.45409765625001, -66.271409765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21862, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12410580853885295579', 99.89565234375, -79.71118359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21863, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2197949279753636734', 87.52623046875, -86.95932421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21864, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3359146034706302045', 98.2371328125, -74.15588671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21865, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7303755713819974182', 92.249671875, -29.30377734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21866, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11187587933718825873', 54.35265234375, -67.604534765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21867, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13507361384298424281', 103.018078125, -88.6858359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21868, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18325489564862798105', 106.13591015625, -86.4616875, 0, 0, 1, '0000-00-00 00:00:00'), +(21869, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '246210332480845409', 79.15611796875, -72.95846484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21870, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15707032767681505444', 85.99109765625, -46.17554296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21871, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4390338336379506701', 37.73907421875, -34.93496484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21872, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10060415740177620429', 14.4963046875, -74.55526171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21873, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6968781490544305882', 116.40890625, -44.67711328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21874, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11193896895266753589', 34.31342578125, -77.5195078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21875, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10856161082209213623', 93.94191796875, -90.62016796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21876, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11521555649927299624', 107.62833984375, -81.10996875, 0, 0, 1, '0000-00-00 00:00:00'), +(21877, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11107907031361513935', 54.87275390625, -27.99830859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21878, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2232698400450065112', 86.04132421875, -76.64729296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21879, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2168307166765444886', 27.30179296875, -83.84933203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21880, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16784715127431041669', 73.88866523437501, -56.43610078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21881, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6661265889924317489', 90.11128125, -51.70764140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21882, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4455712043621487982', 119.09759765624997, -47.003428125, 0, 0, 1, '0000-00-00 00:00:00'), +(21883, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8962589276642561236', 92.6723203125, -78.8493984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21884, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13453135414424593624', 51.895921875, -76.1450625, 0, 0, 1, '0000-00-00 00:00:00'), +(21885, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12477513440965645348', 30.01125, -72.02377734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21886, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18125325522987508489', 79.874248828125, -45.2469375, 0, 0, 1, '0000-00-00 00:00:00'), +(21887, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '12924852649362886884', 100.528171875, -41.830078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21888, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '14542650494959010530', 104.583984375, -99.94789453125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21889, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8651445592092192177', 75.90785273437501, -54.085962890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21890, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10379875890264261803', 76.247021484375, -48.247434375000005, 0, 0, 1, '0000-00-00 00:00:00'), +(21891, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15494444684885602417', 93.571546875, -31.25513671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21892, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9876191638416704254', 96.457171875, -20.898996093749997, 0, 0, 1, '0000-00-00 00:00:00'), +(21893, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3107685576057506905', 19.859683593750002, -91.713890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21894, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13668589754497948736', 72.718662890625, -58.7721158203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21895, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14619384375089524546', 124.99734374999998, -48.7734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21896, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17603287372050036964', 39.1672265625, -57.368258203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21897, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16187310326321338151', 39.0862734375, -30.47457421875, 0, 0, 1, '0000-00-00 00:00:00'), +(21898, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1498634101333183190', 82.21340625, -74.71233984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21899, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9314226112107839519', 31.73837109375, -88.4166796875, 0, 0, 1, '0000-00-00 00:00:00'), +(21900, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3987540648510760190', 109.44140625, -63.070346484375, 0, 0, 1, '0000-00-00 00:00:00'), +(21901, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8070923746542975527', 86.16943359375, -32.09291015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21902, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16631466395892883406', 16.627980468750003, -70.302205078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21903, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17200778117713189966', 78.761930859375, -30.53977734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21904, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9429231051785799895', 126.7265625, -19.833984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21905, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12338650694756461143', 123.881296875, -99.91728515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21906, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9152891201631668414', 89.71875, -49.212890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21907, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7625252992551358716', 54.403265625, -79.80558984375, 0, 0, 1, '0000-00-00 00:00:00'), +(21908, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13297692368308697682', 44.26306640625, -47.014906640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21909, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6448995786267130395', 87.61074609375, -36.722953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21910, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15445869157156552797', 67.339250390625, -49.66798476562501, 0, 0, 1, '0000-00-00 00:00:00'), +(21911, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1212694436381567890', 99.9822421875, -43.71655078125001, 0, 0, 1, '0000-00-00 00:00:00'), +(21912, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '873807804770834303', 95.78091796875, -57.75101671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21913, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '299990201849668489', 69.615085546875, -76.95762890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21914, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9084027334290236744', 62.801848828124996, -53.42116171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21915, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5913304903656829610', 64.190776171875, -54.9317296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21916, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1098838699684947308', 70.721478984375, -53.392747265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21917, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6088235489503217626', 125.08632421875, -46.945187109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21918, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16060980960560921949', 41.8931015625, -81.23371875, 0, 0, 1, '0000-00-00 00:00:00'), +(21919, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18097282506217784099', 114.42130078125003, -51.20296640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21920, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13237430856016215614', 66.38618203125, -54.009718359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21921, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1693663338385494947', 64.152746484375, -53.2641328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21922, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3094852356254783816', 81.738889453125, -46.1013046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21923, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14223722670499851453', 103.3359375, -52.1015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21924, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11070443495018768841', 39.2341640625, -96.72669140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21925, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17162072600057419864', 38.93185546875, -57.310611328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21926, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4631096200070734322', 72.579249609375, -59.089112578125004, 0, 0, 1, '0000-00-00 00:00:00'), +(21927, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '548084955259105445', 69.368895234375, -52.852503515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21928, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7048434492784764882', 65.83620234375, -100.28351953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21929, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16436949705093132725', 68.7753609375, -64.89459375, 0, 0, 1, '0000-00-00 00:00:00'), +(21930, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18255410717931269664', 114.78591796875, -100.9685625, 0, 0, 1, '0000-00-00 00:00:00'), +(21931, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17163096946341531338', 107.056640625, -25.59375, 0, 0, 1, '0000-00-00 00:00:00'), +(21932, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15285298970776792683', 74.89585898437501, -85.74351562500001, 0, 0, 1, '0000-00-00 00:00:00'), +(21933, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1250591796819070602', 104.736328125, -88.06640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21934, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1078018491005909301', 73.44140625, -77.947265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21935, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10434110870024147950', 63.779595703125, -78.3792890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21936, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '236810241452502658', 123.20654296875, -61.396601953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21937, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14956000891897106547', 41.80083984375, -64.96679765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21938, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6727578924783582809', 37.8225703125, -60.90908203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21939, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6930310768789257324', 37.6601015625, -85.1321953125, 0, 0, 1, '0000-00-00 00:00:00'), +(21940, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '681490581855214532', 83.203125, -45.55078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21941, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16815902411553350327', 79.76792226562499, -31.559390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21942, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10945126334294747174', 99.2126953125, -31.7192109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21943, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8227862529509378096', 87.50975390625, -33.0586171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21944, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9812651113125652517', 71.677734375, -46.734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21945, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18403630233288913846', 92.47508203125, -26.49609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21946, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12040900639654292298', 29.773546875, -37.0883203125, 0, 0, 1, '0000-00-00 00:00:00'), +(21947, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2191748391951639245', 29.77016015625, -37.11087890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21948, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2965322582982579721', 30.06144140625, -36.49388671875, 0, 0, 1, '0000-00-00 00:00:00'), +(21949, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14206830692871046248', 30.0616171875, -36.4938046875, 0, 0, 1, '0000-00-00 00:00:00'), +(21950, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2540170556954897298', 102.179015625, -56.263801171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21951, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16490584864577599059', 113.37411328125, -82.67619140625, 0, 0, 1, '0000-00-00 00:00:00'), +(21952, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13319143829246936754', 104.24709375, -99.30349218750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21953, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10393738477146196669', 63.514437890625, -52.41481171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21954, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10074183774454603066', 71.021840625, -51.58081640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21955, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13504834278101553176', 68.713908984375, -53.22095390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21956, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17160908323252588358', 104.2023046875, -99.71661328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21957, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5745692365506409259', 26.215828125, -88.26241406250001, 0, 0, 1, '0000-00-00 00:00:00'), +(21958, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4579209523049120211', 64.88145, -51.877287890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21959, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6109569002926164729', 71.4323448046875, -52.18069218750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21960, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2341879638915900244', 69.8916162890625, -54.468943359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21961, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5113181115888034363', 25.2991875, -93.3472265625, 0, 0, 1, '0000-00-00 00:00:00'), +(21962, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8182146707434305585', 117.1162734375, -40.13187890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21963, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6019741535530474727', 90.2874140625, -40.715109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21964, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16845247376540823900', 35.98203515625, -52.58208515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21965, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13388628605868348813', 79.60032890625, -41.67024609375, 0, 0, 1, '0000-00-00 00:00:00'), +(21966, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11459755765430703352', 76.728767578125, -98.20483593750001, 0, 0, 1, '0000-00-00 00:00:00'), +(21967, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16070911275506507018', 84.64883203125, -63.612373828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21968, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16715863072595115117', 74.0111859375, -71.82678515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21969, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12552346323675883218', 50.67076171875, -27.90404296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21970, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2775610201782064924', 65.371156640625, -53.972937890625, 0, 0, 1, '0000-00-00 00:00:00'), +(21971, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8300666295753170513', 54.414234375, -50.463629296875, 0, 0, 1, '0000-00-00 00:00:00'), +(21972, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7566918741715061685', 69.07933828125, -54.672512109375, 0, 0, 1, '0000-00-00 00:00:00'), +(21973, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '597139995261089176', 70.159016484375, -52.51228828125, 0, 0, 1, '0000-00-00 00:00:00'), +(21974, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4072304123761351719', 66.02888437499999, -52.412600390625, 0, 0, 1, '0000-00-00 00:00:00'), +(21975, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12339502379658439503', 88.119140625, -67.611328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21976, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14029041904984353271', 66.311642578125, -55.4567765625, 0, 0, 1, '0000-00-00 00:00:00'), +(21977, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10245912706063150209', 71.453609296875, -53.6041078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21978, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8882814526139251490', 101.5738359375, -18.046734374999996, 0, 0, 1, '0000-00-00 00:00:00'), +(21979, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '954820142663550794', 80.502835546875, -41.5833515625, 0, 0, 1, '0000-00-00 00:00:00'), +(21980, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12620774618488586464', 67.62140390625001, -49.3671328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21981, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6258643851461260086', 101.415609375, -45.40505859375, 0, 0, 1, '0000-00-00 00:00:00'), +(21982, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7736112831585007339', 56.23639453125, -55.790025, 0, 0, 1, '0000-00-00 00:00:00'), +(21983, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17412750203593001797', 96.39880078124997, -70.79736328125, 0, 0, 1, '0000-00-00 00:00:00'), +(21984, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12126652852720177549', 79.477102734375, -100.225734375, 0, 0, 1, '0000-00-00 00:00:00'), +(21985, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13834570715103071284', 71.06030636718751, -36.23431640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21986, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6323839837320845444', 91.17479296875, -76.64145703125, 0, 0, 1, '0000-00-00 00:00:00'), +(21987, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6637948158359948277', 101.36587499999997, -86.8720078125, 0, 0, 1, '0000-00-00 00:00:00'), +(21988, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15021369027732941110', 112.10810156250002, -84.22969921875001, 0, 0, 1, '0000-00-00 00:00:00'), +(21989, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '86000485209684767', 119.1328125, -21.814453125, 0, 0, 1, '0000-00-00 00:00:00'), +(21990, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6455044867168961681', 65.39135390625, -54.759041015625, 0, 0, 1, '0000-00-00 00:00:00'), +(21991, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '608964359129218711', 70.43406984375, -54.610351171875, 0, 0, 1, '0000-00-00 00:00:00'), +(21992, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14467057015630875049', 59.4906890625, -59.08169039062499, 0, 0, 1, '0000-00-00 00:00:00'), +(21993, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16652047811436987292', 35.4356484375, -40.34361328124999, 0, 0, 1, '0000-00-00 00:00:00'), +(21994, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2867745322192935572', 87.77909765625, -39.955359375, 0, 0, 1, '0000-00-00 00:00:00'), +(21995, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15151012541752590301', 49.05403124999999, -32.8459921875, 0, 0, 1, '0000-00-00 00:00:00'), +(21996, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10773424723182894351', 93.64161328125, -40.288640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21997, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6940339821755585069', 76.96082109375, -86.49553125, 0, 0, 1, '0000-00-00 00:00:00'), +(21998, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12162907690625716296', 16.59814453125, -70.277656640625, 0, 0, 1, '0000-00-00 00:00:00'), +(21999, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7634611768883951908', 109.4589375, -63.082067578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22000, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10485563074221603168', 85.26590624999999, -45.04011328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22001, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10739382929234483977', 76.6640625, -50.0859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22002, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7663191886672838477', 54.37926562499999, -61.443017578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22003, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11299080563607655688', 77.347988671875, -83.18218359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22004, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15799343129694667296', 73.10862539062501, -15.354398437500002, 0, 0, 1, '0000-00-00 00:00:00'), +(22005, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16261548992256367682', 91.1891484375, -81.65637890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22006, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '677508719939487816', 68.381728125, -46.26631640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22007, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1084609653156698940', 115.7803125, -51.67168828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22008, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2450252709116912146', 110.927765625, -32.1765703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22009, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7493159749853030091', 39.25236328125, -96.70223437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(22010, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3779409106993933469', 93.0596484375, -19.71380859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22011, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5747577493736064783', 80.42311289062499, -22.1015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22012, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5483981878160187074', 87.87643359375, -44.72391796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22013, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15644071766924682953', 101.625, -40.072265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22014, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4555996708249494010', 97.81144921875001, -33.32787890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22015, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10115906911103098261', 125.07826171875001, -102.453140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22016, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12625808669665303865', 53.05078125, -73.576171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22017, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5975918091791192209', 59.396484375, -39.5390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22018, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16607496995250087155', 67.62140390625001, -49.3671328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22019, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11274311340660679325', 77.68847343750001, -65.39725078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22020, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17554459930099503248', 110.9081015625, -32.209875, 0, 0, 1, '0000-00-00 00:00:00'), +(22021, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17943488870322995947', 64.916591015625, -73.468921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22022, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1666686616883051664', 53.265421875, -79.35140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22023, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3315994729155455782', 108.890625, -41.9366015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22024, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14211920616924754867', 119.8170703125, -25.950457031249996, 0, 0, 1, '0000-00-00 00:00:00'), +(22025, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14885736659274139160', 103.26544921875, -98.61479296875001, 0, 0, 1, '0000-00-00 00:00:00'), +(22026, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16807442532743343487', 97.30824609375, -86.398734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22027, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '351813153961297303', 68.75711367187499, -64.87719609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22028, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11849311528027508676', 70.7491808203125, -73.55623828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22029, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5009871982896105925', 55.69921875, -36.896484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22030, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17366119933945829678', 60.26457890625, -63.32994375, 0, 0, 1, '0000-00-00 00:00:00'), +(22031, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10653240177296692542', 66.89017734375, -49.201419140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22032, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10431480203051459125', 88.93871484375, -27.28168359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22033, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12199178967549597214', 69.007550390625, -49.338016406250006, 0, 0, 1, '0000-00-00 00:00:00'), +(22034, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14582898513296388117', 67.617008203125, -49.30014140624999, 0, 0, 1, '0000-00-00 00:00:00'), +(22035, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14512621438844989088', 28.51503515625, -89.10023437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(22036, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3992220559703752985', 75.90723515625, -79.18709765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22037, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4700866670057305443', 67.283203125, -32.88633984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22038, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17554134978902848495', 103.59740625, -56.333441015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22039, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2293781736364886172', 122.06996484374999, -50.36889609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22040, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1304315638413664566', 19.017820312500003, -88.78079296874999, 0, 0, 1, '0000-00-00 00:00:00'), +(22041, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2458689926643079514', 109.12494140624997, -40.8343125, 0, 0, 1, '0000-00-00 00:00:00'), +(22042, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3515861764065397292', 106.59263671875, -39.0505078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22043, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13201190843785541595', 65.827212890625, -100.3216875, 0, 0, 1, '0000-00-00 00:00:00'), +(22044, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15731131459086220488', 82.22684765625, -74.733609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22045, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '629534898548405110', 80.96301796875, -24.4468359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22046, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12369920524526720243', 59.79318984375001, -74.323078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22047, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14290997321925310246', 58.11652734375, -81.9755390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22048, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7398575212194217684', 75.723887109375, -54.219017578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22049, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5668335465908769096', 119.0904609375, -57.864024609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22050, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8722988711219862042', 103.26983203125, -84.960328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22051, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9836543400575161855', 89.63893359375, -37.04900390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(22052, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8604585579143432029', 60.97265625, -36.3326015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22053, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17353237149658492112', 64.30815234375, -65.64436171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22054, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12397270765192976341', 61.530723046874996, -52.057107421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22055, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11636685984130337983', 78.593295703125, -43.63640625000001, 0, 0, 1, '0000-00-00 00:00:00'), +(22056, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12683857448440154949', 100.703578125, -44.13740625, 0, 0, 1, '0000-00-00 00:00:00'), +(22057, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18201616357358583193', 67.577176171875, -78.2630390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22058, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1337741784511628080', 66.91203867187501, -22.49876953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22059, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15524975754815485882', 29.4995390625, -92.27666015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22060, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1175575712174966937', 69.5569693359375, -47.071358203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22061, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17592924945445547488', 108.3016640625, -40.6966640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22062, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13224005289027847405', 122.203125, -19.412109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22063, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2173456449516031477', 58.97840625, -76.83890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22064, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6656997707097983534', 80.281810546875, -77.6225390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22065, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8121482609603830846', 122.607421875, -47.799233203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22066, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13769848278561732519', 19.88644921875, -91.69280859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22067, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8193664575430009166', 123.11755078124997, -90.32470312500001, 0, 0, 1, '0000-00-00 00:00:00'), +(22068, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1913744376667879622', 104.03942578124997, -50.647025390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22069, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10050290367551477670', 48.9795234375, -49.827796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22070, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8055196378917585897', 50.29579687499999, -49.5271359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22071, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2631405500882006707', 124.18958203125, -14.97125390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22072, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2500153855521757989', 60.644578125, -15.79201171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22073, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7374700554122398972', 101.4609375, -57.5947265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22074, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4671150939845185305', 24.42223828125, -26.202, 0, 0, 1, '0000-00-00 00:00:00'), +(22075, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4796460211920174007', 105.3733359375, -85.15948828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22076, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15823420194052900507', 60.64463671875, -18.51594140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22077, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4630342577072263942', 48.66318750000001, -99.95947265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22078, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9327904913635802484', 50.66312109375, -50.00879414062499, 0, 0, 1, '0000-00-00 00:00:00'), +(22079, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10575584243979092809', 124.67251171875, -16.201101562500003, 0, 0, 1, '0000-00-00 00:00:00'), +(22080, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2027392566148029646', 125.24323828124999, -15.146296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22081, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '486386912592995952', 72.15980507812499, -20.42054296875, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(22082, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4440382904560196816', 31.22464453125, -54.86851640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22083, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10554952074684653102', 77.578158984375, -43.16021484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22084, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5339031141655352494', 30.56743359375, -67.406246484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22085, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3647531941237948882', 123.7792734375, -16.376519531250004, 0, 0, 1, '0000-00-00 00:00:00'), +(22086, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4683089054210357981', 61.18615664062501, -17.168109375000004, 0, 0, 1, '0000-00-00 00:00:00'), +(22087, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14424735747589830001', 82.57852734375, -93.20336718749999, 0, 0, 1, '0000-00-00 00:00:00'), +(22088, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14110291882181700716', 21.02626171875, -32.51656640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22089, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6143867670153879402', 48.89634375, -98.49646874999999, 0, 0, 1, '0000-00-00 00:00:00'), +(22090, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9375250267796216768', 88.835625, -86.4259921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22091, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17819512094917997157', 39.2555390625, -34.37089453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22092, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11221792516733525093', 124.86341015625, -14.92822265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22093, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11927958082458071244', 89.1415546875, -58.913946796874995, 0, 0, 1, '0000-00-00 00:00:00'), +(22094, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2545506321605924909', 61.992322265625, -17.16778125, 0, 0, 1, '0000-00-00 00:00:00'), +(22095, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14001572457920986626', 125.05532812499997, -16.200703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22096, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11516268733848219491', 61.230444140625, -17.168003906250004, 0, 0, 1, '0000-00-00 00:00:00'), +(22097, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15164478611859963767', 73.108269140625, -77.91161718750001, 0, 0, 1, '0000-00-00 00:00:00'), +(22098, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7682322350503469287', 21.880031249999995, -18.51178125, 0, 0, 1, '0000-00-00 00:00:00'), +(22099, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9477727833581071719', 70.86362203125, -17.034375, 0, 0, 1, '0000-00-00 00:00:00'), +(22100, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4676059097344705821', 50.60607421875, -82.819171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22101, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10364529800045388258', 106.587796875, -16.669875, 0, 0, 1, '0000-00-00 00:00:00'), +(22102, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5002244088244968758', 82.50582421875, -14.754960937500003, 0, 0, 1, '0000-00-00 00:00:00'), +(22103, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4656702642409077669', 90.9417890625, -61.840702734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22104, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12828195396158513024', 59.97917109375, -16.49316796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22105, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10162520381354036671', 123.35685937500001, -15.322957031250002, 0, 0, 1, '0000-00-00 00:00:00'), +(22106, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9792114728288552070', 49.97309765625, -79.085953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22107, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9144404877038059476', 90.55625390625, -36.6980390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22108, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12239800289705376466', 60.85293046875, -17.1679453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22109, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3785695250330833130', 49.6548046875, -98.7309140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22110, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7147464607109126506', 124.86328125, -15.9375, 0, 0, 1, '0000-00-00 00:00:00'), +(22111, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8457585520766077811', 36.645609375, -55.22768203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22112, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4865200755101148057', 36.0654375, -73.77519140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22113, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10533045786075996168', 49.8377109375, -48.896845312500005, 0, 0, 1, '0000-00-00 00:00:00'), +(22114, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10897208773873621089', 76.699166015625, -15.474937499999998, 0, 0, 1, '0000-00-00 00:00:00'), +(22115, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9025317538827331126', 63.861328125, -31.04296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22116, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6088498169914949897', 123.68037890625001, -87.3785390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22117, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17175713407538463051', 118.06641796875, -47.96483203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22118, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1337959693594005326', 87.11746874999999, -62.916010546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22119, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9924302194373609416', 97.64061328125, -41.24408203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22120, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12456406749987342671', 99.95844140625, -53.470074609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22121, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '844530503481455730', 95.0848125, -98.78323828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(22122, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11649157876931380914', 19.20127734375, -63.90825, 0, 0, 1, '0000-00-00 00:00:00'), +(22123, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5187132556325141072', 107.50205859375, -47.75214140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22124, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3853277437657123306', 54.05315625, -87.13375781250001, 0, 0, 1, '0000-00-00 00:00:00'), +(22125, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12561833067695889440', 98.3964375, -39.9973359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22126, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5944583673372928731', 82.4831953125, -43.90700390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22127, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2030206937562133720', 102.56129296875002, -49.58952890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22128, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7493869723829067595', 84.21692578125001, -67.89630234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22129, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11647950571021258024', 62.326171875, -27.416015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22130, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12747450674387877099', 123.71845312500002, -16.376519531250004, 0, 0, 1, '0000-00-00 00:00:00'), +(22131, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2308787410637772046', 80.760638671875, -64.941263671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22132, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14963702744225926714', 88.234640625, -60.94993359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22133, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11405138579538154426', 20.437628906250005, -16.55173828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22134, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5689383944863889881', 49.04944921875, -48.525495703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22135, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1876713452056567520', 69.40042265625, -45.1478203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22136, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '730220579343385314', 96.15664453125, -24.3838125, 0, 0, 1, '0000-00-00 00:00:00'), +(22137, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13313404376441746642', 66.74747578125, -77.86939453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22138, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2254980747752752286', 29.331890625, -36.937921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22139, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7002424106020750548', 29.33203125, -36.9375, 0, 0, 1, '0000-00-00 00:00:00'), +(22140, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12307896166394888891', 69.9413216015625, -48.329650781249995, 0, 0, 1, '0000-00-00 00:00:00'), +(22141, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12618167780725205741', 62.918739843750004, -65.293696875, 0, 0, 1, '0000-00-00 00:00:00'), +(22142, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12145246644536131344', 57.9253125, -26.969296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22143, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16211499829167794133', 61.045041796875005, -68.74691015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22144, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8753290345517377908', 86.90560546875, -96.253734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22145, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '790294084429894902', 89.93825390625, -62.778421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22146, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '9535335972037134599', 65.49971484375, -48.5963296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22147, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '5101430980320167796', 123.1860234375, -21.48512109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22148, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '98074328674725244', 69.4341326953125, -47.43253125, 0, 0, 1, '0000-00-00 00:00:00'), +(22149, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7089046961883674444', 86.38238671875001, -35.70158203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22150, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17778602720706803597', 27.713859375, -74.23757812500001, 0, 0, 1, '0000-00-00 00:00:00'), +(22151, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '17667309653850256089', 61.153703906249994, -85.0618359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22152, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7420839778313103152', 25.01987109375, -93.56316796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22153, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '3625967778208367863', 109.0470703125, -85.47062109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22154, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12705281580166075278', 67.962343359375, -50.548327734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22155, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17782635842548573287', 70.3085431640625, -48.880389843749995, 0, 0, 1, '0000-00-00 00:00:00'), +(22156, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '98074330714611469', 66.02557499999999, -49.82551171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22157, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2305043726799410862', 64.768334765625, -48.715229296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22158, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1348911612011175283', 86.40280078125, -35.67065624999999, 0, 0, 1, '0000-00-00 00:00:00'), +(22159, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5515515127918418246', 68.010200390625, -44.3133984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22160, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1330911144033862468', 55.05587109375001, -29.911546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22161, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6120850789427108267', 33.61331249999999, -31.1300390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22162, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3971292512828345261', 66.48120234375, -46.8609140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22163, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11304023762541706403', 32.4733125, -30.29738671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22164, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14533802114489301649', 79.45924453125001, -92.81180859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22165, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5357686903310758522', 104.96396484375, -57.441863554687494, 0, 0, 1, '0000-00-00 00:00:00'), +(22166, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8116975508502424848', 103.710421875, -58.28010574218751, 0, 0, 1, '0000-00-00 00:00:00'), +(22167, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13433217752379381562', 32.44846875, -88.09316015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22168, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4586722077536051613', 39.5231953125, -26.78954296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22169, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4661724415456008827', 19.634765625, -19.6171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22170, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1105570198210172551', 19.146773437500002, -17.413031249999996, 0, 0, 1, '0000-00-00 00:00:00'), +(22171, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8207880731247415053', 36.97414453125, -22.118214843749996, 0, 0, 1, '0000-00-00 00:00:00'), +(22172, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18137454280922255079', 31.6859765625, -42.62354296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22173, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '627331153811794791', 78.275203125, -80.69808984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22174, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '10501828654140416660', 118.2916640625, -52.38889453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22175, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15021982456895196971', 80.79854296875, -99.33493359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22176, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14115342031298745584', 90.33570703125, -71.24492578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22177, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10380333077938477296', 66.353628515625, -81.02333203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22178, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14648596534111659211', 96.1802109375, -24.355207031250004, 0, 0, 1, '0000-00-00 00:00:00'), +(22179, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3560769794906286131', 71.80383984375001, -76.16464453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22180, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1282158759628052215', 56.84337890625, -27.5540625, 0, 0, 1, '0000-00-00 00:00:00'), +(22181, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12856480393602015759', 67.23619921874999, -44.95571484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22182, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15812391044048413858', 29.5153125, -59.677873828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22183, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11522259772935230748', 106.47362109375, -92.32944140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22184, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9819562669708013263', 28.93637109375, -74.39634375, 0, 0, 1, '0000-00-00 00:00:00'), +(22185, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10974589385727037969', 69.158203125, -47.679289453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22186, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14710082535271854935', 24.989015625, -93.59347265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22187, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8709678633728913916', 113.46821484375, -48.63102421874999, 0, 0, 1, '0000-00-00 00:00:00'), +(22188, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5857320195475210765', 89.87947265625, -32.2633125, 0, 0, 1, '0000-00-00 00:00:00'), +(22189, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2857256313848108055', 102.01538671875, -32.717015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22190, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17219454162664981085', 65.775249609375, -46.877940234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22191, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18371478668270073254', 69.78569343749999, -48.938714062500004, 0, 0, 1, '0000-00-00 00:00:00'), +(22192, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8854834868409339149', 80.77884492187499, -59.0340568359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22193, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '214368537519862384', 52.63583203125, -17.4579609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22194, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11949490111606954597', 89.84588671875, -93.90200390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22195, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8387622032211620918', 70.057885078125, -78.84103125, 0, 0, 1, '0000-00-00 00:00:00'), +(22196, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14349089782442345057', 86.4149296875, -35.625375, 0, 0, 1, '0000-00-00 00:00:00'), +(22197, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1735920640472216353', 60.88130742187499, -81.15408984374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22198, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16926875903282052021', 25.004671875, -93.57836718749999, 0, 0, 1, '0000-00-00 00:00:00'), +(22199, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11077423710473372055', 69.18749976562499, -47.661711328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22200, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15514932254583225640', 24.1299375, -92.9836640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22201, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4711485050967521910', 68.5078125, -45.03085546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22202, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9176659925749188818', 108.85208203125, -25.938468750000002, 0, 0, 1, '0000-00-00 00:00:00'), +(22203, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18232588206845037791', 37.042125, -54.24137578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22204, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15027746442890444389', 87.21966796875, -28.18236328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22205, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14737113297487259678', 97.83475781249999, -79.144921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22206, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8160298767224757498', 43.0546875, -35.923828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22207, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10930082260241984145', 32.9765625, -36.28125, 0, 0, 1, '0000-00-00 00:00:00'), +(22208, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13574156528448197858', 26.837519531250006, -16.83819140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22209, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3692795109613350921', 70.44155285156249, -48.287533593750005, 0, 0, 1, '0000-00-00 00:00:00'), +(22210, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17557856665483041674', 64.805980078125, -47.5128796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22211, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12926720427287794748', 64.9711640625, -45.97415624999999, 0, 0, 1, '0000-00-00 00:00:00'), +(22212, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15809069886799569587', 86.15255859374999, -96.87373828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(22213, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10970706478521235236', 55.9638515625, -29.32491796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22214, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2179172410847934172', 80.461269140625, -97.68725390624999, 0, 0, 1, '0000-00-00 00:00:00'), +(22215, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '495594028079828220', 81.60301171875, -98.09923828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22216, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9057826638254034791', 67.2699140625, -46.1128359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22217, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4600689941932319976', 28.49766796875, -38.0288203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22218, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7853413587650170771', 59.9234015625, -53.48295234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22219, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18188911576222915196', 91.65965625, -94.67559375, 0, 0, 1, '0000-00-00 00:00:00'), +(22220, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15767057026946041003', 63.524416406250005, -65.765152734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22221, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2771758154124150084', 28.49703515625, -38.02826953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22222, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17780150605024606926', 100.8112734375, -35.53144921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22223, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15096409945035791527', 17.116500000000002, -26.205855468750002, 0, 0, 1, '0000-00-00 00:00:00'), +(22224, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7098354597576615009', 84.08922656249999, -91.98196875000001, 0, 0, 1, '0000-00-00 00:00:00'), +(22225, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13591742166783163563', 87.6573984375, -28.001859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22226, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12626675013783745327', 88.5588984375, -35.60030859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22227, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1351870969691062245', 100.888171875, -35.50058203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22228, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8126676027363731941', 27.771234375, -74.86076953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22229, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16513255413615483597', 100.8518671875, -35.50801171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22230, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17791271134816014793', 96.19705078125, -24.3114609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22231, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17283478136424774123', 29.5931484375, -93.24758203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22232, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17041024166561865202', 32.4327890625, -88.11256640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22233, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17877604347798601897', 64.57355039062499, -46.75810546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22234, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7706170699719759795', 60.805707421875006, -81.602484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22235, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2377184384600459473', 123.32162109375, -21.519375000000004, 0, 0, 1, '0000-00-00 00:00:00'), +(22236, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11702751890293362974', 117.41971874999999, -78.0326953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22237, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5415337247559636921', 59.89736835937501, -100.50843749999999, 0, 0, 1, '0000-00-00 00:00:00'), +(22238, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7644937869002669365', 93.47504296875, -86.3215078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22239, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15339390124981550331', 65.053683984375, -46.49569921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22240, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11714320049893426267', 99.58135546875, -31.91687109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22241, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2504018834493563307', 43.259765625, -36.568359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22242, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10183542783819297610', 92.662921875, -96.29705859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22243, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16602421995595943199', 32.4327890625, -88.11256640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22244, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5045140926541448911', 32.44846875, -88.09316015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22245, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10724160215136294037', 89.807578125, -72.44860546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22246, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2096027867095383760', 23.9835703125, -15.377472656249997, 0, 0, 1, '0000-00-00 00:00:00'), +(22247, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5936660982173327791', 19.874507812499996, -76.31499609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22248, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17704624287840530353', 74.579323828125, -22.810546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22249, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5064839030683575161', 75.589453125, -22.447265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22250, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5298897433354536486', 30.6232734375, -15.601640625000003, 0, 0, 1, '0000-00-00 00:00:00'), +(22251, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4331109534379992951', 35.85225, -24.781558593750002, 0, 0, 1, '0000-00-00 00:00:00'), +(22252, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2194769278940002393', 85.0062421875, -43.96721484374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22253, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8005691125753418560', 27.891, -46.900972265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22254, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15027921970990688374', 65.505870703125, -95.5125234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22255, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6741129898979113678', 25.1239453125, -14.01413671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22256, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11162823819247226419', 58.3001484375, -102.92773828124999, 0, 0, 1, '0000-00-00 00:00:00'), +(22257, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11271472153421911873', 21.599156249999997, -38.268375, 0, 0, 1, '0000-00-00 00:00:00'), +(22258, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9943452687347404539', 76.30594218750001, -57.665532890624995, 0, 0, 1, '0000-00-00 00:00:00'), +(22259, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10344004523940610361', 38.349609375, -25.494140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22260, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7881800530574231969', 108.613171875, -34.9334765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22261, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10773002355007134456', 96.765609375, -75.3908203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22262, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17917065853533873665', 99.14944921875, -67.871712890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22263, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3285227115454741241', 77.2403671875, -91.26753515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22264, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9839572991519579326', 72.277086328125, -20.9442890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22265, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12468096731643362365', 61.537634765625, -14.93165625, 0, 0, 1, '0000-00-00 00:00:00'), +(22266, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12849244864070274684', 28.24294921875, -94.02782812500001, 0, 0, 1, '0000-00-00 00:00:00'), +(22267, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18216389094109305271', 61.88294414062499, -69.0216140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22268, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10578748240912449607', 28.157789062499994, -91.8110625, 0, 0, 1, '0000-00-00 00:00:00'), +(22269, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10949645793249480086', 61.2611296875, -76.88619140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22270, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15221717563058121929', 25.64766796875, -26.0465390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22271, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7072930084609045526', 60.889379296875, -92.05458984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22272, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '361568814970761832', 105.36952734375, -61.16025703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22273, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4326677278686072946', 45.80915625, -94.35794531250001, 0, 0, 1, '0000-00-00 00:00:00'), +(22274, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3720581023068614673', 53.15125781250001, -43.62481640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22275, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11540921904520050119', 35.7065625, -62.366816015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22276, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12368522544815599824', 77.68988671875, -59.5462470703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22277, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16138481889045256318', 60.234166406250004, -19.32434765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22278, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5980682052341429105', 110.3843203125, -56.5455234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22279, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4310082748112352398', 34.36658203125, -19.538156249999997, 0, 0, 1, '0000-00-00 00:00:00'), +(22280, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10450378945457326915', 61.563369140625, -18.776390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22281, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5721775224753501565', 20.537109375, -25.4765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22282, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4553430899193418202', 19.58307421875, -16.3337109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22283, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2950887071532030221', 62.876953125, -17.15625, 0, 0, 1, '0000-00-00 00:00:00'), +(22284, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8889423164777481756', 109.1873671875, -46.936210546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22285, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15586650102395656656', 23.70478125, -21.90137109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22286, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1591667604376995874', 89.7738046875, -69.628276171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22287, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9914982650307782682', 74.83623046875, -21.4365234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22288, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3895676856313842462', 56.4563203125, -56.846919140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22289, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10962090518057301071', 94.9495546875, -104.66043749999999, 0, 0, 1, '0000-00-00 00:00:00'), +(22290, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12847894597469562932', 34.151929687499994, -29.358796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22291, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4280253313928068613', 73.21836445312499, -22.0179375, 0, 0, 1, '0000-00-00 00:00:00'), +(22292, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14391895119607940426', 78.96461015625, -102.97468359374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22293, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6622880663945931818', 35.54709375, -26.0011640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22294, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12354547052205613252', 114.49935937500003, -51.611464453124995, 0, 0, 1, '0000-00-00 00:00:00'), +(22295, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4760484959239903807', 34.412109375, -40.0534453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22296, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15315357067702577913', 41.75982421875, -22.24078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22297, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1918645465943573920', 54.160734375, -15.3093984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22298, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12159950124242249499', 26.258109375, -32.6354765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22299, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17635245751298876575', 89.66944921875, -72.4377890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22300, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15744966203865208386', 22.83451171875, -14.592503906249997, 0, 0, 1, '0000-00-00 00:00:00'), +(22301, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4360770851327593485', 75.555732421875, -77.34751171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22302, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '10598751716056441583', 81.45857578125, -90.30094921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22303, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '9919497636133305377', 81.858181640625, -91.74575390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22304, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '4169268272952555257', 82.0976953125, -88.35212109374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22305, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5268818877694508400', 58.3569140625, -29.88669140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22306, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16585326910124201591', 88.08556640625, -89.02455468750001, 0, 0, 1, '0000-00-00 00:00:00'), +(22307, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2691064009686826144', 60.883890234374995, -24.32300390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22308, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15189431869132263228', 90.522796875, -57.4856007421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22309, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1598528900170496168', 119.46622265625003, -49.377209765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22310, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15143300327218967829', 87.42737109375, -60.443944921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22311, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4411780158042713639', 60.963114843750006, -98.238890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22312, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13893315059758426471', 97.07098828125, -96.62286328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22313, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5615392531963136067', 72.24624140625, -100.282875, 0, 0, 1, '0000-00-00 00:00:00'), +(22314, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13962612223744455914', 126.9239296875, -26.28270703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22315, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6042432585989642234', 59.42920898437499, -59.11186546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22316, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6825953624640277597', 67.88274140624999, -78.52271484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22317, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '113293439580379330', 82.34241796875, -50.450424609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22318, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11657509303123991725', 67.82382890624999, -76.05812109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22319, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4340044777930904597', 91.860046875, -85.72098046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22320, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8336698198264178007', 58.0522734375, -26.616515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22321, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9201003191998201407', 109.66252734375, -89.0144296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22322, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9166209204453744920', 86.49673828125, -69.661348828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22323, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7606997380643567183', 85.68275390625, -53.821683984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22324, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8263770382230682778', 48.7179609375, -50.31272578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22325, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13489070129455692784', 109.6365234375, -18.449015624999998, 0, 0, 1, '0000-00-00 00:00:00'), +(22326, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5811594929496156753', 82.56594140625, -66.207936328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22327, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8658660169060722667', 106.43213671874999, -73.238953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22328, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5457479554461611781', 89.02175390625, -64.04141953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22329, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7395146426693322484', 92.4475546875, -97.30890234374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22330, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7870112457909890158', 47.07741796875, -58.182209765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22331, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12582733978763704118', 89.45316796875, -82.69883203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22332, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6998354599722143142', 60.69839882812499, -98.27309765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22333, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13745639466302504404', 106.8084609375, -49.79937773437501, 0, 0, 1, '0000-00-00 00:00:00'), +(22334, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17946660565126973731', 84.35258203125, -89.74166015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22335, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8728606765504510834', 115.98798046875, -23.962582031249998, 0, 0, 1, '0000-00-00 00:00:00'), +(22336, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14727007545827088725', 112.60080468749997, -45.86626171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22337, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '76809693056360718', 66.346616015625, -77.33178515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22338, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3087276644147735245', 114.75104296875, -78.0435, 0, 0, 1, '0000-00-00 00:00:00'), +(22339, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18390941863603422736', 30.448078125, -79.244859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22340, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3688277032719374376', 78.947428125, -84.81755859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22341, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17695636255713852134', 84.14926171875, -54.832168359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22342, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '449229761561564643', 127.27678125000001, -21.662203124999998, 0, 0, 1, '0000-00-00 00:00:00'), +(22343, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3889453176537078284', 125.63760937500003, -33.005015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22344, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4709976688060407716', 123.69166406250002, -27.67044140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22345, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11555886161769853217', 127.143796875, -36.7030078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22346, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9737597738349221102', 122.8100859375, -102.7136953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22347, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3418468817458501917', 76.899294140625, -86.52549609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22348, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9703391381557020530', 15.995003906250002, -103.85321484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22349, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5509495447441862865', 42.618832031249994, -80.1969375, 0, 0, 1, '0000-00-00 00:00:00'), +(22350, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14049308951328793679', 44.73926953125, -78.56640234375001, 0, 0, 1, '0000-00-00 00:00:00'), +(22351, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9787395417120483517', 54.93343359375, -30.33966796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22352, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16502700348285813612', 24.41792578125, -53.716603125, 0, 0, 1, '0000-00-00 00:00:00'), +(22353, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7266377140412112036', 48.182015625, -82.54422656249999, 0, 0, 1, '0000-00-00 00:00:00'), +(22354, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '987408130686575407', 59.728497656250006, -59.256639375000006, 0, 0, 1, '0000-00-00 00:00:00'), +(22355, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15400935193883247033', 102.98122265625, -85.02193359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22356, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16776172195177142154', 66.116811328125, -32.85957421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22357, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1036756776154629899', 119.17836328124999, -57.582084492187505, 0, 0, 1, '0000-00-00 00:00:00'), +(22358, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10378469664706713043', 102.2392734375, -43.5362109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22359, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7858944145269112489', 91.14587109375, -63.138716015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22360, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6855365767590630991', 67.60955976562501, -44.5363828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22361, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8845157063423654087', 80.1529171875, -30.99844921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22362, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4563305105465469856', 25.902714843749994, -89.46270703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22363, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17591706529525475418', 83.86790625, -45.22083984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(22364, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5907300651778635220', 34.4795859375, -81.309515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22365, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17789784070879235790', 51.22880859375, -49.611479296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22366, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9991971620968021689', 56.39138671875001, -62.460718359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22367, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1299131589273127294', 64.589518359375, -73.5219375, 0, 0, 1, '0000-00-00 00:00:00'), +(22368, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6676755972492817253', 92.90373046875, -58.45490953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22369, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17234701156613487710', 25.59384375, -83.49699609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22370, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9236207116901741772', 55.46446875, -29.33465625, 0, 0, 1, '0000-00-00 00:00:00'), +(22371, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4326585842356149182', 119.1391171875, -57.91235625, 0, 0, 1, '0000-00-00 00:00:00'), +(22372, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2142872219204458663', 67.59380976562501, -44.80734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22373, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '619552033066526320', 77.156080078125, -68.5585921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22374, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3273405399671388925', 59.4634171875, -59.10084773437501, 0, 0, 1, '0000-00-00 00:00:00'), +(22375, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18287533509085717776', 76.933393359375, -86.514703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22376, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10557946336479945053', 113.17845703125, -43.443621093750004, 0, 0, 1, '0000-00-00 00:00:00'), +(22377, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3905566382982338848', 89.913609375, -66.82691953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22378, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9960870414736635219', 24.57796875, -80.8052578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22379, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4382580684857591733', 72.864028125, -59.907230859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22380, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8588464533667168062', 67.294451953125, -83.07631640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22381, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17469288484713549094', 85.22138671875, -91.61259375, 0, 0, 1, '0000-00-00 00:00:00'), +(22382, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17043282716738824117', 119.11754296875, -57.883674960937505, 0, 0, 1, '0000-00-00 00:00:00'), +(22383, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4334149243319849942', 119.89428515625, -37.33286718750001, 0, 0, 1, '0000-00-00 00:00:00'), +(22384, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11054514759457143407', 103.27378125, -84.9271640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22385, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6354819783241154204', 89.44998046875, -52.400684765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22386, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18237933152096797935', 77.1983953125, -86.6711953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22387, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5590897794876258146', 59.691807421875005, -40.9303359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22388, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7459258260956564650', 61.8759328125, -38.9981484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22389, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4782567368474247109', 119.88345703125, -37.510875, 0, 0, 1, '0000-00-00 00:00:00'), +(22390, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9129278507963736036', 78.08614804687501, -48.308388281250004, 0, 0, 1, '0000-00-00 00:00:00'), +(22391, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9176741099899451571', 93.17021484375, -56.643941015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22392, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6747042832357835692', 59.47262578125, -54.8788453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22393, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15889242567834454678', 73.973371875, -24.465328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22394, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16793419567853145128', 72.01568320312501, -62.094427734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22395, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5095899387548893229', 87.34618359375, -52.0141265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22396, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18404881079922394281', 54.55679296875, -31.6491328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22397, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9689477583820365118', 81.041015625, -45.78515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22398, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5869536772377278987', 78.95915273437501, -49.77123515625001, 0, 0, 1, '0000-00-00 00:00:00'), +(22399, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9788656957026082704', 70.581300234375, -57.4922915625, 0, 0, 1, '0000-00-00 00:00:00'), +(22400, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17783579766874739701', 75.3739078125, -62.646242578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22401, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6477409872228092727', 127.44029296874999, -34.40745703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22402, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13143448108033536707', 57.8538515625, -26.75206640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22403, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16454704593006733180', 49.08268359375, -32.86321875, 0, 0, 1, '0000-00-00 00:00:00'), +(22404, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17636751216644311203', 72.924125390625, -73.96688671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22405, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3531586450412043576', 104.2470703125, -49.790661328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22406, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13420907082918555925', 96.16552734375, -56.355636328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22407, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2522721882087101334', 49.11844921875, -32.55788671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22408, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6601291439453265681', 82.69304296875, -62.008940625, 0, 0, 1, '0000-00-00 00:00:00'), +(22409, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5001882686348772986', 96.1985859375, -57.312807421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22410, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9368972483817319484', 99.70632421875003, -57.330399609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22411, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17584723002637825478', 93.78383203125, -97.22586328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22412, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14722022821240822358', 103.24505859374997, -45.01583203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22413, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15699453538276978134', 63.234460546875006, -68.976641015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22414, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18089231781816073340', 97.59903515625003, -83.02672265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22415, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9834972294784853139', 97.9741171875, -44.27438671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22416, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15687710447522251146', 93.57420703125, -57.237303515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22417, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14274946534037012742', 107.2389375, -76.8364453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22418, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3964652294182790251', 122.10308203125, -36.163101562499996, 0, 0, 1, '0000-00-00 00:00:00'), +(22419, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1801793330380882340', 113.9472890625, -47.477000390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22420, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13483210165505264310', 99.2581171875, -39.6176015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22421, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6115281421206640459', 77.96179453125, -95.67010546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22422, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1432000833343576134', 39.3505078125, -93.639421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22423, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10204219037509894498', 32.39916796875, -88.56404296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22424, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15814593662374280579', 32.94045703125, -28.564921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22425, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4671529666200060061', 31.817625, -47.12817421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22426, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4044225042989790397', 85.708125, -50.760908203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22427, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9178409928801603368', 87.4284375, -60.588230859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22428, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8348764868235925323', 49.10630859375, -32.88999609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22429, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '96289951907561647', 81.950977734375, -84.62288671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22430, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11922153244327551354', 87.9805546875, -54.195169921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22431, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15028688106632315619', 61.7995875, -65.069464453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22432, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13245647978042865858', 100.83372656249998, -91.00939453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22433, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1546423156252354063', 103.39716796875, -83.5160859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22434, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16421020981761960972', 103.2881015625, -84.89441015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22435, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14938952844003865360', 118.4032734375, -52.9489453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22436, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6824494942083196836', 88.41655078125, -54.0597, 0, 0, 1, '0000-00-00 00:00:00'), +(22437, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17347384438898631009', 126.26358984375, -26.089007812500004, 0, 0, 1, '0000-00-00 00:00:00'), +(22438, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13266949722259635707', 83.01814453125, -95.63497265625001, 0, 0, 1, '0000-00-00 00:00:00'), +(22439, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3581952937552818322', 82.36885546875, -50.451755859375005, 0, 0, 1, '0000-00-00 00:00:00'), +(22440, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16146718671177732787', 85.81571484375, -53.63176875, 0, 0, 1, '0000-00-00 00:00:00'), +(22441, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2876890461432906368', 97.78491796875, -62.860531640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22442, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2864072067065269225', 66.584703515625, -69.67498359375, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(22443, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14334594141446843126', 54.11394140625, -35.76214453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22444, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10726319916730275117', 32.92784765625, -56.028038671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22445, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2132360897512172290', 52.519453125, -25.25192578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22446, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15838465272576168231', 116.32934765625, -27.76105078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22447, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6460411169879964043', 86.5340859375, -51.475505859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22448, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3747695819125877225', 123.674203125, -87.31904296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22449, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13981952723280124202', 59.561544140624996, -89.3781796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22450, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13335175871266175948', 76.46961328125, -53.34933984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22451, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4858213224603995672', 57.55564453125, -83.99626171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22452, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5589533058674922653', 94.5851953125, -31.4688984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22453, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14310079787227093709', 88.99777734375, -38.849109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22454, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12191564315121501966', 68.79969140625, -20.230546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22455, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17172991732700966922', 29.0866171875, -69.289032421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22456, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5584469305630421142', 102.029671875, -101.62177734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22457, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9191526936669356881', 87.78481640625, -33.24837890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22458, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18194899445658532723', 49.48884375, -90.4766015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22459, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7595282937634913747', 80.82641953125, -39.25100390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22460, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5359251942586549806', 38.59219921875, -60.034751953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22461, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16509463975230521251', 81.31238671875, -39.571921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22462, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7708916065599416038', 25.02875390625, -76.31469140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22463, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13669726530129977052', 121.64605078125, -77.017921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22464, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16007564731913246480', 110.89367578125, -47.885373046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22465, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4247604518978508480', 116.7063984375, -40.9907109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22466, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10345533042768671587', 93.1411640625, -57.94827855468751, 0, 0, 1, '0000-00-00 00:00:00'), +(22467, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2572536329668777633', 39.2314921875, -34.5775546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22468, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6926169501482932915', 16.00991015625, -86.85658593750001, 0, 0, 1, '0000-00-00 00:00:00'), +(22469, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12510844162530715851', 21.517628906250003, -83.006671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22470, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '9405932235107516267', 60.664871484375006, -82.40012109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22471, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '17254217991243535341', 120.26630859375, -25.651464843750002, 0, 0, 1, '0000-00-00 00:00:00'), +(22472, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '11800575905185828424', 67.479467578125, -57.58774253906249, 0, 0, 1, '0000-00-00 00:00:00'), +(22473, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129452003908321', 28.00290234375, -37.439671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22474, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129452849446620', 91.87641796875, -70.287741796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22475, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129452069289274', 116.79219140625, -39.71226562499999, 0, 0, 1, '0000-00-00 00:00:00'), +(22476, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129453468632975', 90.4950703125, -29.80965234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22477, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129455225961412', 104.57058984375, -98.95968749999999, 0, 0, 1, '0000-00-00 00:00:00'), +(22478, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '18002177418158758257', 24.924878906249994, -93.41966015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22479, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129453014349742', 110.615203125, -83.18511328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22480, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129455719191293', 75.184415625, -33.0486796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22481, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5807129453261253831', 109.18231640625, -52.688246484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22482, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5672829888635103081', 60.6761671875, -82.4334140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22483, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5672829889623371435', 60.700932421875, -82.41041015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22484, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5672829889681517161', 60.694112109375, -82.379765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22485, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5672829890690443074', 60.64074843750001, -82.42623046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22486, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5672829887629359555', 60.62743359375, -82.39637109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22487, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '5672829887673153304', 60.64476562500001, -82.369921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22488, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '4004708787212841823', 114.38145703125, -27.1948359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22489, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '4004708788461209618', 80.56455234375001, -86.2382578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22490, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '4004708786531405004', 116.14189453125, -74.1597421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22491, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '2148565050856885996', 69.198545390625, -53.88763359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22492, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '2148565051035971522', 66.65558085937501, -54.769040625, 0, 0, 1, '0000-00-00 00:00:00'), +(22493, 2101, NULL, 2, 2149, 1, 'Goddess\' Statue', '17584169587266652406', 57.91498828125, -26.98190625, 0, 0, 1, '0000-00-00 00:00:00'), +(22494, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '9796131655079245216', 59.8877765625, -100.5125390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22495, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '13803161407939096042', 81.280714453125, -89.81621484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22496, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '7364802648414855684', 95.713078125, -32.95140234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22497, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '12701660487493327532', 95.62330078125, -33.465, 0, 0, 1, '0000-00-00 00:00:00'), +(22498, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14241049657517043086', 69.4788965625, -70.86530859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22499, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17883369232661225635', 41.8969921875, -81.2309765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22500, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '12404552257803621314', 94.61129296875, -29.17365234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22501, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '18406522777722156012', 95.42056640625, -26.11531640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22502, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '16144142748169690042', 27.908660156250004, -47.190610546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22503, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '9719479201380388998', 97.59234375000003, -31.27737890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22504, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '12932679030527529647', 66.91203867187501, -22.49876953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22505, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '15030937668319977619', 96.23443359375003, -17.63334375, 0, 0, 1, '0000-00-00 00:00:00'), +(22506, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '2580193691740328926', 94.81177734375, -17.37854296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22507, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '13439152683412835210', 96.19584375, -26.5097578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22508, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '1899616747138988641', 99.22665234375, -21.411246093749998, 0, 0, 1, '0000-00-00 00:00:00'), +(22509, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '18291419233007868761', 31.684171875, -42.629484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22510, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '13803161411852655452', 79.509912890625, -92.8331015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22511, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '11356301438453850209', 93.0579140625, -19.70559375, 0, 0, 1, '0000-00-00 00:00:00'), +(22512, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '4514405831940710136', 96.1302421875, -22.53249609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22513, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '1460982953841439923', 80.42311289062499, -22.1015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22514, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '10448721959314662652', 93.571546875, -31.25513671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22515, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '13085458065796369488', 90.90234375, -20.9650078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22516, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '7082028142431055079', 120.09052734375, -25.79390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22517, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '2714058375100509174', 81.75284765625, -90.16951171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22518, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14445827971794826384', 114.33912890625, -82.84451953124999, 0, 0, 1, '0000-00-00 00:00:00'), +(22519, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17043018466516446485', 89.39806640625, -18.8189296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22520, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '427990760402787847', 77.184392578125, -83.06014453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22521, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '12111359209799168500', 95.4185390625, -27.6300703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22522, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '4429271800193935012', 99.214828125, -31.72421484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22523, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '15431082365277714082', 94.7918671875, -39.71484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22524, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '7531437405991087188', 92.6608125, -96.29403515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22525, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17684706531925605815', 65.636380078125, -49.630706249999996, 0, 0, 1, '0000-00-00 00:00:00'), +(22526, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14541601400140402434', 98.51175, -36.37618359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22527, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '4739981843789498703', 95.93501953125, -38.9586796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22528, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '9388616930204531287', 98.68491796875, -33.985546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22529, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '9607322379209104227', 89.77004296875, -72.48896484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22530, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '14365327659786741464', 68.91328125, -48.712883203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22531, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '17443437200444452603', 65.46333046875, -48.59258554687499, 0, 0, 1, '0000-00-00 00:00:00'), +(22532, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '11457546461123527751', 64.92304453125, -46.110140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22533, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '7201624623306696546', 63.633984375, -64.681640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22534, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '15519787240034593712', 52.78564453125, -71.561765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22535, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '11142632483952264023', 75.115114453125, -42.10775390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22536, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '542001220059961079', 65.82991054687501, -45.57999609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22537, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '12049585911722065828', 67.28463046875, -49.858099218750006, 0, 0, 1, '0000-00-00 00:00:00'), +(22538, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '6716585691920582622', 99.8674921875, -42.40359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22539, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '17039891204591085382', 29.66823046875, -93.1444453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22540, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '14854814030146746673', 101.09944921875, -82.36883203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22541, 2101, NULL, 2, 2104, 1, 'Soldier’s Bow', '6793364982931825461', 69.3581446875, -48.173605078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22542, 2101, NULL, 2, 2104, 1, 'Soldier’s Bow', '16600352813538103145', 65.707559765625, -48.83206171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22543, 2101, NULL, 2, 2104, 1, 'Soldier’s Bow', '4649069485050183806', 108.48229687499997, -41.6846953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22544, 2101, NULL, 2, 2104, 1, 'Soldier’s Bow', '2491067650359293125', 29.45071875, -34.39421484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22545, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '3280350836352826829', 110.1168046875, -30.16065234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22546, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '2857229079422201763', 71.29078804687501, -97.05718359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22547, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '8875149471874186403', 71.68851328125, -18.582421874999998, 0, 0, 1, '0000-00-00 00:00:00'), +(22548, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '6289658174993745214', 56.22339843749999, -71.48408203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22549, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '1048073093404931672', 104.503734375, -16.90599609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22550, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '15056349599911845635', 108.80462109375, -75.87971484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22551, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '14262876126588966313', 61.349821875, -74.395265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22552, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '1969641753694061991', 79.139559375, -84.70674609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22553, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '14073444189802872319', 109.129171875, -72.6356484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22554, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '7611570506328024036', 108.03844921874997, -44.54736328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22555, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '10230290113926634849', 88.275, -56.72578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22556, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '2641457462190332178', 48.27884765625, -82.68708984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22557, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '6743171311622000439', 100.81826953125, -24.44358984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22558, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '4533363470524209895', 105.01805859375001, -28.46431640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22559, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '14660511322553217711', 111.2455078125, -27.8293828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22560, 2101, NULL, 2, 2104, 1, 'Spiked Boko Bow', '6089295087988270399', 95.24546484375, -29.45671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22561, 2101, NULL, 2, 2104, 1, 'Boko Bow', '10512821614787469949', 105.421640625, -44.20034765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22562, 2101, NULL, 2, 2104, 1, 'Boko Bow', '12817613995848024750', 81.631696875, -41.50156640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22563, 2101, NULL, 2, 2104, 1, 'Boko Bow', '8104663663448111506', 86.18384765625, -80.17283203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22564, 2101, NULL, 2, 2104, 1, 'Boko Bow', '15852423198230047226', 88.73541796875, -76.25237109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22565, 2101, NULL, 2, 2104, 1, 'Boko Bow', '17909249248705158466', 83.4765703125, -79.78341796874999, 0, 0, 1, '0000-00-00 00:00:00'), +(22566, 2101, NULL, 2, 2104, 1, 'Boko Bow', '16712716209270325836', 58.90800937499999, -67.13605546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22567, 2101, NULL, 2, 2104, 1, 'Boko Bow', '17172494913477012914', 32.49563671874999, -30.47574609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22568, 2101, NULL, 2, 2104, 1, 'Boko Bow', '13366343744028503806', 75.64038749999999, -57.42203589843749, 0, 0, 1, '0000-00-00 00:00:00'), +(22569, 2101, NULL, 2, 2104, 1, 'Boko Bow', '882855130198118729', 62.473660546874996, -41.02533984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22570, 2101, NULL, 2, 2104, 1, 'Boko Bow', '7618733674958749143', 45.08315625, -44.2642265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22571, 2101, NULL, 2, 2104, 1, 'Boko Bow', '5815232668243739307', 63.838783593749994, -24.36343359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22572, 2101, NULL, 2, 2104, 1, 'Lizal Bow', '6849357343994081259', 82.5172734375, -66.217032421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22573, 2101, NULL, 2, 2104, 1, 'Lizal Bow', '3966998799040422287', 99.3160546875, -56.138656640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22574, 2101, NULL, 2, 2104, 1, 'Lizal Bow', '6786971361861383075', 110.13577734375, -58.113629414062494, 0, 0, 1, '0000-00-00 00:00:00'), +(22575, 2101, NULL, 2, 2104, 1, 'Forest Dweller\'s Bow', '9442359225796561089', 75.226238671875, -32.7341484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22576, 2101, NULL, 2, 2104, 1, 'Gerudo Bow', '4336250224106486320', 25.933031250000006, -78.2226328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22577, 2101, NULL, 2, 2104, 1, 'Gerudo Bow', '4336250222773761097', 24.24704296875, -92.9426953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22578, 2101, NULL, 2, 2104, 1, 'Gerudo Bow', '13859018487422963388', 25.07792578125, -93.5059453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22579, 2101, NULL, 2, 2104, 1, 'Swallow Bow', '14176775519670278429', 25.861734375, -31.35636328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22580, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '2892979961795283769', 106.37292187499997, -91.0511484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22581, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '16689574106623793910', 37.5010546875, -103.02178124999999, 0, 0, 1, '0000-00-00 00:00:00'), +(22582, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '12817613993715911900', 26.6115703125, -87.47465625, 0, 0, 1, '0000-00-00 00:00:00'), +(22583, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '12817613994067237807', 25.8046875, -87.687890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22584, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '10965089541735086581', 53.74981640625, -31.10490234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22585, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '1984853342412188041', 37.337730468749996, -77.01558984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22586, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '10699616193540401556', 116.53396875, -87.929484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22587, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '8838918310147113922', 54.35912109375001, -30.9538359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22588, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '7603055199891544197', 24.79880859375, -80.69279296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22589, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '7850682602696219037', 20.450437500000003, -87.05185546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22590, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '7729713389162330612', 84.64147265624999, -86.2081875, 0, 0, 1, '0000-00-00 00:00:00'), +(22591, 2101, NULL, 2, 2104, 1, 'Knight\'s Bow', '8523692719016805769', 58.24989843749999, -27.3715078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22592, 2101, NULL, 2, 2104, 1, 'Knight\'s Bow', '15801926642862974611', 105.70494140625, -44.19537890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22593, 2101, NULL, 2, 2104, 1, 'Knight\'s Bow', '9815880454910329201', 92.8009921875, -95.89790625, 0, 0, 1, '0000-00-00 00:00:00'), +(22594, 2101, NULL, 2, 2104, 1, 'Knight\'s Bow', '13476621033743109816', 24.113800781249996, -92.94165234375001, 0, 0, 1, '0000-00-00 00:00:00'), +(22595, 2101, NULL, 2, 2104, 1, 'Knight\'s Bow', '9665541898453338228', 107.91165234375, -17.744894531250004, 0, 0, 1, '0000-00-00 00:00:00'), +(22596, 2101, NULL, 2, 2104, 1, 'Wooden Bow', '17829942876831108101', 67.34038242187499, -78.324796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22597, 2101, NULL, 2, 2104, 1, 'Wooden Bow', '17852616259971973042', 67.53642890625, -49.28950546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22598, 2101, NULL, 2, 2104, 1, 'Wooden Bow', '17991174046894132877', 52.683, -41.312296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22599, 2101, NULL, 2, 2104, 1, 'Wooden Bow', '17829942877238781750', 91.79328515625, -70.8590859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22600, 2101, NULL, 2, 2104, 1, 'Duplex Bow', '10721262884947331340', 27.47082421875, -74.14733203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22601, 2101, NULL, 2, 2104, 1, 'Strong Construct Bow', '9185453824887651125', 49.1297109375, -99.25777734374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22602, 2101, NULL, 2, 2104, 1, 'Strong Construct Bow', '1779635959353048370', 123.73320703124998, -15.53124609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22603, 2101, NULL, 2, 2104, 1, 'Strong Construct Bow', '10654973732536704451', 61.578580078125, -16.99362890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22604, 2101, NULL, 2, 2104, 1, 'Mighty Construct Bow', '5096262754693665211', 61.754422265624996, -17.477167968750003, 0, 0, 1, '0000-00-00 00:00:00'), +(22605, 2101, NULL, 2, 2104, 1, 'Mighty Construct Bow', '2301254718948476296', 124.65854296875, -16.61208984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22606, 2101, NULL, 2, 2104, 1, 'Mighty Construct Bow', '4369929555252507673', 123.36950390624997, -14.736421874999998, 0, 0, 1, '0000-00-00 00:00:00'), +(22607, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308332974628352', 37.0707890625, -85.6529296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22608, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '14980434437080630555', 78.09814453125, -77.8182421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22609, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '11982834319337068998', 24.7129921875, -47.56478671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22610, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308329439725705', 54.80546484375, -61.608022265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22611, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '10979712315922907143', 57.49908984375, -26.6642578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22612, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308330934223987', 29.25500390625, -86.44587890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22613, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '4450779761139134318', 54.44328515625, -31.76358984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22614, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '16165145456840354021', 90.21628125, -95.75330859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22615, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '11843719699074538307', 29.68798828125, -93.11254687499999, 0, 0, 1, '0000-00-00 00:00:00'), +(22616, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '10343194834055218281', 72.9692015625, -59.999071875, 0, 0, 1, '0000-00-00 00:00:00'), +(22617, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308329697018486', 108.25451953125003, -41.61483984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22618, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '14718109322007330798', 55.8215390625, -30.0868359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22619, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308329555329186', 122.41362890625, -101.75948437500001, 0, 0, 1, '0000-00-00 00:00:00'), +(22620, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308331620143349', 46.28633203125, -62.133225, 0, 0, 1, '0000-00-00 00:00:00'), +(22621, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308329947969940', 63.14895234375001, -49.487551171875005, 0, 0, 1, '0000-00-00 00:00:00'), +(22622, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308329612967335', 67.272966796875, -77.75155078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22623, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '16726217633303404466', 37.415765625, -84.540703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22624, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308332973503110', 104.30881640625, -99.23055468749999, 0, 0, 1, '0000-00-00 00:00:00'), +(22625, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308332677033570', 54.29821875, -60.984563671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22626, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308329927992930', 67.35447890625, -78.0526640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22627, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308332529494702', 64.702974609375, -73.560890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22628, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308331036865319', 38.8144921875, -86.6822109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22629, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5662701147865069677', 59.42904257812501, -72.34678125, 0, 0, 1, '0000-00-00 00:00:00'), +(22630, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '13307921577071619370', 63.49912265625, -75.5011875, 0, 0, 1, '0000-00-00 00:00:00'), +(22631, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '8187010419890831482', 96.70421484375, -75.48137109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22632, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '798448872409440794', 72.823639453125, -21.076781250000003, 0, 0, 1, '0000-00-00 00:00:00'), +(22633, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '9319378771048089897', 92.78152734375, -95.88791015624999, 0, 0, 1, '0000-00-00 00:00:00'), +(22634, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '10954764985634890184', 74.652251953125, -21.052429687500002, 0, 0, 1, '0000-00-00 00:00:00'), +(22635, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '14143895859721591604', 40.9891875, -37.1212265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22636, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308330845874052', 43.5984375, -48.13828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22637, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308330698920224', 54.48319921875, -61.606723828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22638, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308330138252994', 53.90044921875, -61.18665234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22639, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '5942308331910705180', 25.51606640625, -93.5891953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22640, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '4132119819402085319', 120.90806250000001, -24.185953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22641, 2101, NULL, 2, 2103, 1, 'Boat Oar', '11280240418192669432', 106.02519140625, -101.4415078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22642, 2101, NULL, 2, 2103, 1, 'Boat Oar', '6783361949525944124', 125.2267265625, -22.171921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22643, 2101, NULL, 2, 2103, 1, 'Boat Oar', '11280240418452080649', 105.31855078125002, -98.63671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22644, 2101, NULL, 2, 2103, 1, 'Boat Oar', '11280240418537320148', 96.00165234375, -103.19183203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22645, 2101, NULL, 2, 2103, 1, 'Boat Oar', '4555992841665078532', 121.212796875, -30.96772265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22646, 2101, NULL, 2, 2103, 1, 'Boat Oar', '11280240420749536672', 122.82619921875, -101.22401953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22647, 2101, NULL, 2, 2103, 1, 'Boat Oar', '1193181289472771027', 116.429953125, -87.8420859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22648, 2101, NULL, 2, 2103, 1, 'Boat Oar', '6570933854804506310', 122.98471875, -99.5900390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22649, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '16887719536567647099', 81.230790234375, -60.732186328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22650, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '13800516731507847752', 114.6511875, -83.55234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22651, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '13800516733579739779', 47.495953125, -62.81671171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22652, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '6528080500397178191', 67.476826171875, -54.94183359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22653, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '10591032730703214647', 107.19685546875, -38.618390624999996, 0, 0, 1, '0000-00-00 00:00:00'), +(22654, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '10809584738869775265', 85.8351796875, -49.436225390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22655, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '4013545754205573919', 80.38271484375, -68.23048125, 0, 0, 1, '0000-00-00 00:00:00'), +(22656, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '3839502941720406867', 53.25672656250001, -73.59031640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22657, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '6780017975304120862', 76.9657453125, -45.7091015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22658, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '17324833336413749565', 88.3538671875, -100.07230078125001, 0, 0, 1, '0000-00-00 00:00:00'), +(22659, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '9570334397018641590', 73.668603515625, -53.58357890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22660, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '13812139740422249111', 77.79444960937501, -53.953058203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22661, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '6200523455787773201', 80.35783710937501, -68.20972734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22662, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '1326200716787899241', 110.51328515625, -82.49452734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22663, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '13800516730134650442', 109.220390625, -83.23884375, 0, 0, 1, '0000-00-00 00:00:00'), +(22664, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '14770363907498910948', 74.9890546875, -52.9746375, 0, 0, 1, '0000-00-00 00:00:00'), +(22665, 2101, NULL, 2, 2103, 1, 'Farming Hoe', '1541376051344451162', 61.476009375000004, -55.665319921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22666, 2101, NULL, 2, 2103, 1, 'Boulder Breaker', '7920016536576225667', 90.14792578125, -29.37762890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22667, 2101, NULL, 2, 2103, 1, 'Boulder Breaker', '14449530085776649280', 90.17390625, -29.3191640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22668, 2101, NULL, 2, 2103, 1, 'Thick Stick', '10421094139442121675', 77.231211328125, -68.71996875, 0, 0, 1, '0000-00-00 00:00:00'), +(22669, 2101, NULL, 2, 2103, 1, 'Thick Stick', '7269285116338364991', 60.29115234375, -37.38434765625001, 0, 0, 1, '0000-00-00 00:00:00'), +(22670, 2101, NULL, 2, 2103, 1, 'Thick Stick', '2731965642467171456', 118.24416796875, -71.04891796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22671, 2101, NULL, 2, 2103, 1, 'Thick Stick', '16796805097936404980', 26.1979921875, -32.7214453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22672, 2101, NULL, 2, 2103, 1, 'Thick Stick', '17179081681827029233', 26.18398828125, -32.7253828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22673, 2101, NULL, 2, 2103, 1, 'Thick Stick', '16545489068906487892', 32.056546875, -38.34657421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22674, 2101, NULL, 2, 2103, 1, 'Thick Stick', '8709855694594440619', 107.23396875, -76.7396953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22675, 2101, NULL, 2, 2103, 1, 'Thick Stick', '14050401197088984004', 45.08227734375, -56.447295703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22676, 2101, NULL, 2, 2103, 1, 'Thick Stick', '16288529413229948652', 35.70601171875, -62.48469140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22677, 2101, NULL, 2, 2103, 1, 'Thick Stick', '537416222370838724', 45.079171875, -80.0935546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22678, 2101, NULL, 2, 2103, 1, 'Thick Stick', '858347913580690593', 91.8306328125, -85.6293046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22679, 2101, NULL, 2, 2103, 1, 'Thick Stick', '9812833574426428699', 86.0401640625, -76.74486328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22680, 2101, NULL, 2, 2103, 1, 'Thick Stick', '16755529773260239654', 84.11966015625, -60.595166015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22681, 2101, NULL, 2, 2103, 1, 'Thick Stick', '18159891908657365799', 88.28380078125, -56.321128125, 0, 0, 1, '0000-00-00 00:00:00'), +(22682, 2101, NULL, 2, 2103, 1, 'Thick Stick', '14511325701534445750', 83.66733984375, -43.94063671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22683, 2101, NULL, 2, 2103, 1, 'Thick Stick', '836422103716015504', 50.89695703125, -28.3125703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22684, 2101, NULL, 2, 2103, 1, 'Thick Stick', '15583183355073119366', 78.1292671875, -94.04513671874999, 0, 0, 1, '0000-00-00 00:00:00'), +(22685, 2101, NULL, 2, 2103, 1, 'Thick Stick', '8676573227461103188', 76.498871484375, -99.33481640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22686, 2101, NULL, 2, 2103, 1, 'Thick Stick', '17861183095839971527', 76.31082187499999, -92.8092421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22687, 2101, NULL, 2, 2103, 1, 'Thick Stick', '6235333450368793692', 70.82103890625, -70.99555078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22688, 2101, NULL, 2, 2103, 1, 'Thick Stick', '6093653431371204963', 57.537140625, -37.67241796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22689, 2101, NULL, 2, 2103, 1, 'Thick Stick', '5573087738441981659', 51.8381953125, -39.8476171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22690, 2101, NULL, 2, 2103, 1, 'Thick Stick', '18221487991069242815', 79.469194921875, -68.000218359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22691, 2101, NULL, 2, 2103, 1, 'Thick Stick', '4610829805495943030', 72.434987109375, -66.664236328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22692, 2101, NULL, 2, 2103, 1, 'Thick Stick', '15904638107991732136', 78.4487109375, -62.465696484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22693, 2101, NULL, 2, 2103, 1, 'Thick Stick', '10638844003990508540', 80.346240234375, -61.81195078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22694, 2101, NULL, 2, 2103, 1, 'Thick Stick', '1236819296151123197', 72.79821093749999, -50.720592187499996, 0, 0, 1, '0000-00-00 00:00:00'), +(22695, 2101, NULL, 2, 2103, 1, 'Thick Stick', '1321652601079227600', 48.19809375000001, -55.8354609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22696, 2101, NULL, 2, 2103, 1, 'Thick Stick', '9529661757293507402', 49.85259375, -47.571036328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22697, 2101, NULL, 2, 2103, 1, 'Thick Stick', '3305706027832178993', 76.35115078125001, -57.67094343750001, 0, 0, 1, '0000-00-00 00:00:00'), +(22698, 2101, NULL, 2, 2103, 1, 'Thick Stick', '5283786860858735034', 76.34529375, -57.658280390624995, 0, 0, 1, '0000-00-00 00:00:00'), +(22699, 2101, NULL, 2, 2103, 1, 'Thick Stick', '17871160728307243033', 47.16369140625, -58.23776964843751, 0, 0, 1, '0000-00-00 00:00:00'), +(22700, 2101, NULL, 2, 2103, 1, 'Thick Stick', '2295805203475804694', 56.7301171875, -59.67182109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22701, 2101, NULL, 2, 2103, 1, 'Thick Stick', '5777094065544825393', 55.8706640625, -62.311381640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22702, 2101, NULL, 2, 2103, 1, 'Thick Stick', '17459710961634315107', 56.23306640625, -62.4384234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22703, 2101, NULL, 2, 2103, 1, 'Thick Stick', '1538797674343762840', 72.980860546875, -15.408550781249996, 0, 0, 1, '0000-00-00 00:00:00'), +(22704, 2101, NULL, 2, 2103, 1, 'Thick Stick', '16860490547586015501', 47.6791171875, -71.73984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22705, 2101, NULL, 2, 2103, 1, 'Thick Stick', '18346208581811762697', 60.90166875, -92.0410078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22706, 2101, NULL, 2, 2103, 1, 'Thick Stick', '14909191769496222797', 60.918285937499995, -92.06049609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22707, 2101, NULL, 2, 2103, 1, 'Thick Stick', '14435159967027550939', 53.8342265625, -73.2243046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22708, 2101, NULL, 2, 2103, 1, 'Thick Stick', '6381770920154397775', 50.73406640625, -83.9771953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22709, 2101, NULL, 2, 2103, 1, 'Thick Stick', '15116722061469533902', 48.3273046875, -91.816171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22710, 2101, NULL, 2, 2103, 1, 'Thick Stick', '10011929895217799315', 48.12514453125, -87.6463125, 0, 0, 1, '0000-00-00 00:00:00'), +(22711, 2101, NULL, 2, 2103, 1, 'Thick Stick', '2791475658119608220', 50.978203125, -85.2717421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22712, 2101, NULL, 2, 2103, 1, 'Thick Stick', '10988512418796482593', 51.0267890625, -83.243015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22713, 2101, NULL, 2, 2103, 1, 'Thick Stick', '8699628794617219927', 48.29148046875, -85.98833203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22714, 2101, NULL, 2, 2103, 1, 'Thick Stick', '3931697264737259572', 62.378040234375, -63.43605234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22715, 2101, NULL, 2, 2103, 1, 'Thick Stick', '14813878468254948577', 59.257330078125, -48.99531796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22716, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '9839006245730973573', 67.80544453125, -53.672977734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22717, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917843742187', 12.411867187499997, -83.38883203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22718, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917045819463', 16.432277343749995, -87.8905078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22719, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500915119117857', 15.061453124999995, -84.2217421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22720, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917764922349', 16.440492187499995, -86.03551171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22721, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '2884402053942036499', 59.61354843749999, -59.2055138671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22722, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500914818096760', 23.11630078125, -90.33120703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22723, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500913687094115', 20.25333984375, -88.23310546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22724, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500914503718238', 18.817125, -82.99278515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22725, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '15464537791502516394', 67.16903671875001, -45.07836328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22726, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500913715031386', 21.70939453125, -86.44548046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22727, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917519895056', 15.911402343750002, -84.61133203124999, 0, 0, 1, '0000-00-00 00:00:00'), +(22728, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '9954491660659526032', 66.311942578125, -48.851872265625005, 0, 0, 1, '0000-00-00 00:00:00'), +(22729, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500913744388677', 13.919589843750002, -87.04696875, 0, 0, 1, '0000-00-00 00:00:00'), +(22730, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917117977318', 12.95951953125, -86.18089453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22731, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500915727999161', 12.409699218750003, -84.32272265625001, 0, 0, 1, '0000-00-00 00:00:00'), +(22732, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917619392180', 16.608374999999995, -83.29433203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22733, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500915360695404', 16.288546875, -80.224546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22734, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500914602151662', 16.571917968749997, -82.05648046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22735, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500916508831640', 12.332496093749995, -81.910453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22736, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917161759121', 15.059285156250002, -82.628671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22737, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500917764594079', 18.327996093749995, -85.08205078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22738, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '13997754592710340670', 48.07780078125, -83.916, 0, 0, 1, '0000-00-00 00:00:00'), +(22739, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '2580428552710221519', 119.167734375, -57.7083609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22740, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '16814619339983017847', 67.619626171875, -49.26837421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22741, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14498984189702664706', 50.854007812499994, -93.61719140624999, 0, 0, 1, '0000-00-00 00:00:00'), +(22742, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '17748230977759042459', 103.0963125, -84.969421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22743, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '11144299076891145619', 87.72038671875, -39.78187500000001, 0, 0, 1, '0000-00-00 00:00:00'), +(22744, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '2863851337461606019', 87.71484375, -39.802734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22745, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500915484232434', 13.916484375, -81.1777734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22746, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '15542304861402740830', 100.80364453125, -24.446027343750004, 0, 0, 1, '0000-00-00 00:00:00'), +(22747, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14352323106010869923', 102.010640625, -32.68688671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22748, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '3948383011581869350', 26.27438671875, -92.91922265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22749, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500915451318555', 23.4866015625, -92.1271875, 0, 0, 1, '0000-00-00 00:00:00'), +(22750, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '4291123224390099713', 102.006796875, -32.66409375, 0, 0, 1, '0000-00-00 00:00:00'), +(22751, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '13385779986511589389', 105.03426562499997, -28.47912890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22752, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '11061367132640358426', 54.0261796875, -103.6925390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22753, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '10081114476639100936', 45.5397890625, -79.42269140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22754, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500916689769193', 18.67341796875, -86.60101171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22755, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '8574090887654722539', 49.87544531250001, -87.8868515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22756, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500913708554206', 19.754917968749997, -85.52883984374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22757, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500916974267482', 17.988351562500004, -88.05015234374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22758, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '14747500916148118262', 20.409679687500002, -83.95051171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22759, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '629753735477808355', 16.485175781249996, -89.7091875, 0, 0, 1, '0000-00-00 00:00:00'), +(22760, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '583096409467046202', 12.48046875, -83.87109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22761, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '13429758933724154612', 67.19268632812499, -82.92919921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22762, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '11900861438527293826', 124.01571093749997, -99.80180859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22763, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '4094472591759250526', 122.72208984375, -102.34876171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22764, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '2596192841703969297', 78.084730078125, -95.8141640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22765, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '16504694183634830197', 66.32910703125, -77.23484765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22766, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '3683879790700171674', 99.05033203125, -67.878491015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22767, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '814369219959469188', 108.5742890625, -34.86421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22768, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '13968731389954702288', 99.0577734375, -67.892949609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22769, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '15583747210002243354', 19.921957031249995, -76.3175625, 0, 0, 1, '0000-00-00 00:00:00'), +(22770, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '4131661507264297275', 54.32840624999999, -30.7315546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22771, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '8882314036445289625', 19.913308593750003, -76.3353046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22772, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '7828001402582741937', 87.3119765625, -87.075328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22773, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '15829356914784749101', 108.5709375, -34.878421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22774, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '11327992584475466004', 94.15102734375, -90.77523046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22775, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '11289428706732755097', 98.19021093750003, -74.206640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22776, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '1191251888521489842', 77.08259882812501, -86.619609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22777, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '7013130031865225905', 35.6391796875, -87.725296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22778, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '12151698252551669637', 87.714046875, -39.76681640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22779, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '10131131415069403818', 87.708984375, -39.77567578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22780, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '4406902384795711921', 92.45293359375, -29.3482265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22781, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '16002502492969112654', 74.86119023437499, -98.33387109374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22782, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '7379760458779822237', 49.11795703124999, -32.68341796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22783, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '11846798820847595428', 65.8453640625, -48.35134453124999, 0, 0, 1, '0000-00-00 00:00:00'), +(22784, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '8369467272152033801', 42.54819140625, -85.692328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22785, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '3876438003286334022', 107.8386328125, -80.85120703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22786, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '15037328385151611265', 106.3579921875, -86.48012109375001, 0, 0, 1, '0000-00-00 00:00:00'), +(22787, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '12864163707827170222', 67.6111921875, -49.260130078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22788, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '14259892689327592475', 49.49937890625, -91.5805546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22789, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '5602525878442568946', 80.842115625, -16.121378906249998, 0, 0, 1, '0000-00-00 00:00:00'), +(22790, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '3142929528726267670', 48.99901171875, -65.0684203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22791, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '10597282378921194054', 67.849030078125, -49.56689648437499, 0, 0, 1, '0000-00-00 00:00:00'), +(22792, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '11948931349841448468', 65.45038828125, -45.84646875, 0, 0, 1, '0000-00-00 00:00:00'), +(22793, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '3210265958774011505', 48.40287890625, -80.355421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22794, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '1192521113864167556', 56.7933515625, -74.05508203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22795, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '2013489624677557870', 56.4276796875, -73.928390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22796, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '7768778143824801207', 97.94234765625, -33.3424453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22797, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '15755741961285961684', 95.22994921875, -29.47147265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22798, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '3603662244947575362', 99.86417578125, -80.04064453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22799, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '11110477427617312638', 56.54163281250001, -73.993265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22800, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '8678892943805329951', 83.86086328125, -76.67184375, 0, 0, 1, '0000-00-00 00:00:00'), +(22801, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '15647526445914078944', 40.63721484375, -83.9143828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22802, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '18419987817026788554', 45.1284375, -83.01676171875, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(22803, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '13913539233008771156', 92.90058984375, -67.296271875, 0, 0, 1, '0000-00-00 00:00:00'), +(22804, 2101, NULL, 2, 2103, 1, 'Knight\'s Claymore', '16711607069438843052', 79.60841015625, -88.7247890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22805, 2101, NULL, 2, 2103, 1, 'Knight\'s Claymore', '3802853023575941431', 54.7155234375, -27.90256640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22806, 2101, NULL, 2, 2103, 1, 'Knight\'s Claymore', '11520052312258734928', 38.85383203125, -76.5688125, 0, 0, 1, '0000-00-00 00:00:00'), +(22807, 2101, NULL, 2, 2103, 1, 'Knight\'s Claymore', '16062445540711226611', 37.09747265625, -54.006847265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22808, 2101, NULL, 2, 2103, 1, 'Knight\'s Claymore', '5132618140771484445', 96.48899999999998, -70.70583984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(22809, 2101, NULL, 2, 2103, 1, 'Eightfold Longblade', '12014519790590645978', 27.1516640625, -74.3267578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22810, 2101, NULL, 2, 2103, 1, 'Royal Claymore', '17797571140186383991', 55.19750390625, -84.63348046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22811, 2101, NULL, 2, 2103, 1, 'Royal Claymore', '662122104157240949', 102.68791406250001, -88.63259765625001, 0, 0, 1, '0000-00-00 00:00:00'), +(22812, 2101, NULL, 2, 2103, 1, 'Zora Longsword', '15071005665211161414', 106.60055859375, -57.091032421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22813, 2101, NULL, 2, 2103, 1, 'Gerudo Claymore', '12395895320305864940', 25.061765625, -93.521015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22814, 2101, NULL, 2, 2103, 1, 'Gerudo Claymore', '14827753591255163230', 27.62258203125, -83.757890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22815, 2101, NULL, 2, 2103, 1, 'Cobble Crusher', '17850608605643501823', 86.0966015625, -46.161515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22816, 2101, NULL, 2, 2103, 1, 'Cobble Crusher', '18362026226620339972', 95.07795703125, -28.31133984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22817, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Longsword', '16440909994593739785', 94.9817578125, -104.6453203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22818, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Longsword', '5695806092243909620', 61.327243359375, -16.43628515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22819, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Longsword', '11520052311611150906', 124.951359375, -15.23063671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22820, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Longsword', '11831224988405246930', 49.42034765624999, -99.40402734374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22821, 2101, NULL, 2, 2103, 1, 'Giant Boomerang', '13476920759590940570', 74.86143867187499, -98.31523828124999, 0, 0, 1, '0000-00-00 00:00:00'), +(22822, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '1730271712299679398', 35.6618203125, -21.869484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22823, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '10137272666180037147', 59.612349609375, -59.2434120703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22824, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '9612576299360703371', 54.09716015625, -43.385625, 0, 0, 1, '0000-00-00 00:00:00'), +(22825, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '16287025201190237085', 76.81175156249999, -60.462338671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22826, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '14515653131755924773', 104.78073046875, -82.4659453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22827, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '15209678346384314752', 120.09612890625002, -26.2238671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22828, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '17375358325435124344', 59.942914453125006, -91.88677734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22829, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '3170272063854408743', 70.370566640625, -57.44839453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22830, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '16284193066700789941', 24.34316015625, -57.690285820312496, 0, 0, 1, '0000-00-00 00:00:00'), +(22831, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '3487086011044406214', 24.35598046875, -57.702485507812504, 0, 0, 1, '0000-00-00 00:00:00'), +(22832, 2101, NULL, 2, 2105, 1, 'Wooden Shield', '7427753395005255152', 36.0581953125, -61.538909765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22833, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '12047585129019535252', 32.44766015625, -30.4965234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22834, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '6006307108427791033', 91.8478125, -85.6779375, 0, 0, 1, '0000-00-00 00:00:00'), +(22835, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '4153636647380705938', 66.34260703125, -77.284828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22836, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '8672647044523602290', 69.32244374999999, -48.54786562499999, 0, 0, 1, '0000-00-00 00:00:00'), +(22837, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '8179661101502838374', 64.917041015625, -46.16241796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22838, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '12145761207312627581', 86.20782421875, -80.13491015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22839, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '4296595250908100641', 50.8958203125, -84.56119921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22840, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '8901535632206177431', 35.66980078125, -21.880593749999996, 0, 0, 1, '0000-00-00 00:00:00'), +(22841, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '11913522993710553344', 47.11906640625, -58.211693203124995, 0, 0, 1, '0000-00-00 00:00:00'), +(22842, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '802173095739283752', 105.4228125, -44.16908203125001, 0, 0, 1, '0000-00-00 00:00:00'), +(22843, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '8543217127447627381', 35.790199218750004, -21.761835937500003, 0, 0, 1, '0000-00-00 00:00:00'), +(22844, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '4591011843613580229', 35.677078125, -21.8867578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22845, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '17281607705270148302', 79.9689984375, -40.7038828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22846, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '9486000360399820731', 79.586680078125, -88.69018359374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22847, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '17281607704253539681', 35.790199218750004, -21.761835937500003, 0, 0, 1, '0000-00-00 00:00:00'), +(22848, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '9074129649399577392', 122.76198046875, -101.19568359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22849, 2101, NULL, 2, 2105, 1, 'Boko Shield', '13158114290898316941', 49.15292578125, -32.6695078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22850, 2101, NULL, 2, 2105, 1, 'Boko Shield', '5533089965079229412', 45.13550390625, -44.25757031249999, 0, 0, 1, '0000-00-00 00:00:00'), +(22851, 2101, NULL, 2, 2105, 1, 'Boko Shield', '8342463881706160758', 27.1241015625, -32.51419921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22852, 2101, NULL, 2, 2105, 1, 'Boko Shield', '9486584772600944087', 73.338778125, -40.84158984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22853, 2101, NULL, 2, 2105, 1, 'Boko Shield', '13233431214994455933', 37.64293359375, -34.92373828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22854, 2101, NULL, 2, 2105, 1, 'Boko Shield', '17270648837809304239', 75.67199765625, -57.400158984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22855, 2101, NULL, 2, 2105, 1, 'Boko Shield', '2051814503190259978', 23.57483203125, -35.36837109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22856, 2101, NULL, 2, 2105, 1, 'Boko Shield', '10246980070883684201', 72.7794515625, -62.263134375, 0, 0, 1, '0000-00-00 00:00:00'), +(22857, 2101, NULL, 2, 2105, 1, 'Boko Shield', '7714913444363231736', 29.397421875, -34.38483984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22858, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '8748474989350010184', 92.464453125, -29.38391015625, 0, 0, 1, '0000-00-00 00:00:00'), +(22859, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '4276749217391692550', 42.50056640625, -85.67375390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22860, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '13975985822488821379', 105.7025390625, -44.2339921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22861, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '3942422452848581362', 103.06828125, -84.943921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22862, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '3869179670023747803', 88.21170703125, -56.3097796875, 0, 0, 1, '0000-00-00 00:00:00'), +(22863, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '5912396700074697452', 107.82833203125, -66.251818359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22864, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '11837437996643615419', 77.082052734375, -86.65749609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22865, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '8234893478958043643', 76.036587890625, -77.85167578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22866, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '1274599879714058829', 99.84809765625, -68.26199296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22867, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '16974080871676870373', 34.183921874999996, -77.4099140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22868, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '1706505170312025936', 37.3441875, -77.00883984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22869, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '2646428647900965363', 14.473148437500004, -74.42619140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22870, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '6472062756011535054', 116.44906640625003, -87.89155078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22871, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '8230098585514828595', 88.21398046875, -88.94428125, 0, 0, 1, '0000-00-00 00:00:00'), +(22872, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '17243737613600807511', 55.30316015624999, -29.61317578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22873, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '15354010184690942478', 19.659058593750004, -75.65928515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22874, 2101, NULL, 2, 2105, 1, 'Lizal Shield', '4831564408826614540', 80.39478046875, -61.79371171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22875, 2101, NULL, 2, 2105, 1, 'Lizal Shield', '5981081482359353345', 108.08813671875, -59.2796033203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22876, 2101, NULL, 2, 2105, 1, 'Lizal Shield', '10016212575032164447', 119.2037109375, -57.6964494140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22877, 2101, NULL, 2, 2105, 1, 'Lizal Shield', '16481172648930805028', 85.36140234375, -66.2084859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22878, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '10366473050452512181', 106.16092968749999, -45.0488671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22879, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '6707501859207116005', 37.16480859375, -38.082375, 0, 0, 1, '0000-00-00 00:00:00'), +(22880, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '481911848701193360', 43.0513125, -35.95484765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22881, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '17004558634148496849', 46.6622578125, -57.347504296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22882, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664886210262999', 45.6551484375, -64.908772265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22883, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664886564019755', 37.2088359375, -86.2433671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22884, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '5238976939023606913', 54.35485546875, -30.449578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22885, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '1945889927493690999', 48.93706640625, -38.3399296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22886, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '14760007588705628720', 55.62584765624999, -36.842859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22887, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '13535024656994959313', 55.73879296875, -46.92288046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22888, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664886668355128', 54.26097656250001, -62.027429296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22889, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664887650198721', 54.86548828124999, -61.654140234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22890, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664885564382664', 53.8694765625, -61.18307578125, 0, 0, 1, '0000-00-00 00:00:00'), +(22891, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '6544494747895223448', 54.1659375, -61.38925078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22892, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '14556491390882727654', 55.72224609375, -68.257238671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22893, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '4157231955316137658', 50.187796875, -74.77013671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22894, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '9493188074211143310', 57.26966015625001, -72.102703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22895, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '17518789948860732172', 54.10580859375001, -99.5956640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22896, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664886570213993', 62.9335546875, -49.29342421875, 0, 0, 1, '0000-00-00 00:00:00'), +(22897, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664887776744404', 63.3222609375, -51.471687890625006, 0, 0, 1, '0000-00-00 00:00:00'), +(22898, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664888997341263', 68.484375, -52.64579765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22899, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664888431605262', 68.056640625, -52.376953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22900, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '11139418726474862434', 69.60253828124999, -54.069837890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22901, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '5679612855788580403', 61.176699609375, -68.59964296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22902, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '13798603966406333512', 63.62078671875, -65.914640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22903, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '6735490920284342570', 69.6882573046875, -59.931875390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22904, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '14441834577015496415', 69.9961906640625, -59.884123828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22905, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664888043893961', 67.13921835937501, -78.704203125, 0, 0, 1, '0000-00-00 00:00:00'), +(22906, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664887387511893', 66.876384375, -78.50600390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22907, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664886528301254', 64.61635546875, -73.57451953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22908, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '4627317252699629478', 62.596892578125, -79.421859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22909, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '6896023893822563185', 64.972219921875, -73.67921484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22910, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '14808739037198085986', 64.621434375, -76.38249609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22911, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '16282913628232797205', 67.553071875, -78.154921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22912, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3444989267087389927', 66.306404296875, -81.24858984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22913, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3438079760884144104', 70.9266533203125, -51.027643359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22914, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '484583596939567064', 78.903425390625, -57.268102734375, 0, 0, 1, '0000-00-00 00:00:00'), +(22915, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '15780481633942440672', 72.80607304687499, -62.026236328125, 0, 0, 1, '0000-00-00 00:00:00'), +(22916, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '15518127480230265738', 90.18753515625, -66.337334765625, 0, 0, 1, '0000-00-00 00:00:00'), +(22917, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '17700679431260967910', 86.11597265625, -97.12818750000001, 0, 0, 1, '0000-00-00 00:00:00'), +(22918, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '18058835078239169928', 92.79459375, -95.88452343750001, 0, 0, 1, '0000-00-00 00:00:00'), +(22919, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '11997108790560048510', 93.74363671875, -58.305028828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22920, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664887968250717', 97.727859375, -81.4985859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22921, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '16682367175057107707', 97.42616015625, -80.26255078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22922, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '232333970098155004', 98.4524296875, -91.53495703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22923, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '4253183293532921182', 98.647265625, -91.43012109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22924, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664887485403054', 104.84039062500003, -99.6923671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22925, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '967944270670978053', 122.91441796875, -21.298687499999996, 0, 0, 1, '0000-00-00 00:00:00'), +(22926, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '3504664885972989536', 123.0165703125, -99.97473046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22927, 2101, NULL, 2, 2105, 1, 'Royal Shield', '5403062512861138873', 35.74630078125, -21.74490234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22928, 2101, NULL, 2, 2105, 1, 'Royal Shield', '16404705861020858738', 35.74630078125, -21.74490234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22929, 2101, NULL, 2, 2105, 1, 'Forest Dweller\'s Shield', '10174534501244150360', 75.25798359375001, -33.31149609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22930, 2101, NULL, 2, 2105, 1, 'Gerudo Shield', '14619218019605468687', 25.0459453125, -93.53976562499999, 0, 0, 1, '0000-00-00 00:00:00'), +(22931, 2101, NULL, 2, 2105, 1, 'Gerudo Shield', '1112628499714148705', 32.95381640625, -84.0065859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22932, 2101, NULL, 2, 2105, 1, 'Hunter\'s Shield', '15959060425639378269', 21.634710937500003, -101.84017968750001, 0, 0, 1, '0000-00-00 00:00:00'), +(22933, 2101, NULL, 2, 2105, 1, 'Fisherman\'s Shield', '11817232862232366740', 109.6098984375, -96.71058984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(22934, 2101, NULL, 2, 2105, 1, 'Fisherman\'s Shield', '10652236111919597685', 103.52384765625, -99.10855078124999, 0, 0, 1, '0000-00-00 00:00:00'), +(22935, 2101, NULL, 2, 2105, 1, 'Fisherman\'s Shield', '12489252401480826899', 104.76343359375, -98.16973828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22936, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '1257323645514484314', 67.24616484375001, -53.268303515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22937, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '15052518558704337555', 99.85691015625, -42.411890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22938, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '7992800252903731103', 38.81947265625, -39.0675, 0, 0, 1, '0000-00-00 00:00:00'), +(22939, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '10141468111201546667', 64.892452734375, -48.546030468750004, 0, 0, 1, '0000-00-00 00:00:00'), +(22940, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '13046901007523293276', 101.11058203124998, -82.37804296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22941, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '14054250954039569869', 90.5331796875, -57.4360775390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22942, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '15993871253808780837', 31.0107421875, -89.94263671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22943, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '4325049528784895456', 107.23396875, -76.7911875, 0, 0, 1, '0000-00-00 00:00:00'), +(22944, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '16276033224292950480', 71.3174859375, -97.08554296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22945, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '11780153522389069386', 52.70166796875, -41.26360546875, 0, 0, 1, '0000-00-00 00:00:00'), +(22946, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '5367396612661899760', 66.053278125, -48.530859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22947, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '881062223023874196', 57.641765625, -44.6164453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22948, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '18248443899209416251', 67.5458484375, -49.28084296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22949, 2101, NULL, 2, 2105, 1, 'Radiant Shield', '13624082256928046202', 25.95333984375, -78.20876953125001, 0, 0, 1, '0000-00-00 00:00:00'), +(22950, 2101, NULL, 2, 2105, 1, 'Pot Lid', '729385308544808256', 36.21087890625, -51.979366406249994, 0, 0, 1, '0000-00-00 00:00:00'), +(22951, 2101, NULL, 2, 2105, 1, 'Pot Lid', '4516976899048275802', 52.79291015625, -71.5537265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22952, 2101, NULL, 2, 2105, 1, 'Pot Lid', '2804171456131388841', 74.45244609375, -71.82629296875, 0, 0, 1, '0000-00-00 00:00:00'), +(22953, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352830895035356', 89.96598046875, -48.779373046874994, 0, 0, 1, '0000-00-00 00:00:00'), +(22954, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352829886953418', 32.04566015625, -37.65687890624999, 0, 0, 1, '0000-00-00 00:00:00'), +(22955, 2101, NULL, 2, 2105, 1, 'Pot Lid', '9903054810247889649', 50.75637890625, -28.716515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22956, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11055422947243571396', 88.7303203125, -99.97538671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22957, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352831102501551', 109.27760156250002, -83.1753515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22958, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352832679248086', 90.23335546875, -88.77776953125, 0, 0, 1, '0000-00-00 00:00:00'), +(22959, 2101, NULL, 2, 2105, 1, 'Pot Lid', '7965246394736092826', 50.37038671875, -79.48688671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22960, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352833036368023', 76.23399609375, -99.10114453124999, 0, 0, 1, '0000-00-00 00:00:00'), +(22961, 2101, NULL, 2, 2105, 1, 'Pot Lid', '9539526771756179800', 75.119220703125, -42.12287109374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22962, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11608784822770395789', 67.818165234375, -53.75964375, 0, 0, 1, '0000-00-00 00:00:00'), +(22963, 2101, NULL, 2, 2105, 1, 'Pot Lid', '9957571474097382789', 53.52505078124999, -73.70148046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22964, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352830000204750', 28.259296875, -37.388671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22965, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352830917290557', 91.3901484375, -70.443234375, 0, 0, 1, '0000-00-00 00:00:00'), +(22966, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352832821432299', 110.68725, -83.67214453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22967, 2101, NULL, 2, 2105, 1, 'Pot Lid', '11072352832053126719', 111.05412890625, -83.407640625, 0, 0, 1, '0000-00-00 00:00:00'), +(22968, 2101, NULL, 2, 2105, 1, 'Strong Zonaite Shield', '6874389286701512803', 125.06165625, -14.884605468749998, 0, 0, 1, '0000-00-00 00:00:00'), +(22969, 2101, NULL, 2, 2105, 1, 'Strong Zonaite Shield', '11953455465376267894', 123.71876953124998, -15.528738281250003, 0, 0, 1, '0000-00-00 00:00:00'), +(22970, 2101, NULL, 2, 2105, 1, 'Strong Zonaite Shield', '4977047153187873744', 49.67653125, -99.95190234374999, 0, 0, 1, '0000-00-00 00:00:00'), +(22971, 2101, NULL, 2, 2105, 1, 'Strong Zonaite Shield', '7082112018332302541', 61.01915625, -16.8680390625, 0, 0, 1, '0000-00-00 00:00:00'), +(22972, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3185947647336221742', 86.72510156249999, -56.89096875, 0, 0, 1, '0000-00-00 00:00:00'), +(22973, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '6511978401536715580', 62.52359765625, -64.35720703125, 0, 0, 1, '0000-00-00 00:00:00'), +(22974, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '17321488488231729994', 101.0092734375, -91.59067968749999, 0, 0, 1, '0000-00-00 00:00:00'), +(22975, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914312080142172', 103.461609375, -83.54705859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22976, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '9381109401986519203', 96.10182421875, -54.74443359375, 0, 0, 1, '0000-00-00 00:00:00'), +(22977, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '11032394845574585830', 97.12161328125, -54.81902109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22978, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '12915318714972958972', 59.47828124999999, -68.78996484375, 0, 0, 1, '0000-00-00 00:00:00'), +(22979, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '2866305018000465657', 61.56408984375, -65.264859375, 0, 0, 1, '0000-00-00 00:00:00'), +(22980, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '2159998248668550266', 64.13431640625, -65.3749921875, 0, 0, 1, '0000-00-00 00:00:00'), +(22981, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '1684373126288539522', 69.78303515625001, -60.35928515625, 0, 0, 1, '0000-00-00 00:00:00'), +(22982, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '15659778700160448885', 69.9626366015625, -60.17914453125, 0, 0, 1, '0000-00-00 00:00:00'), +(22983, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '1173658963862406128', 69.9741092578125, -61.26601171875, 0, 0, 1, '0000-00-00 00:00:00'), +(22984, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914313512880912', 62.884456640625004, -49.598813671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22985, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914313944055942', 67.013028515625, -77.9907890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22986, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914314918533076', 63.684113671875, -75.83337890625, 0, 0, 1, '0000-00-00 00:00:00'), +(22987, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '15900240586460112802', 63.20574609375, -75.69873046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22988, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '17279689066263861759', 63.7814296875, -75.71663671875, 0, 0, 1, '0000-00-00 00:00:00'), +(22989, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914312770478256', 28.42667578125, -37.17373828125, 0, 0, 1, '0000-00-00 00:00:00'), +(22990, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '7429482615219222724', 69.14305546875, -76.96930078125, 0, 0, 1, '0000-00-00 00:00:00'), +(22991, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '11440543977262300845', 58.59535546875, -53.47608984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22992, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914312404401601', 29.495085937500004, -46.0158984375, 0, 0, 1, '0000-00-00 00:00:00'), +(22993, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '5046077907581240505', 57.48796875, -72.3834609375, 0, 0, 1, '0000-00-00 00:00:00'), +(22994, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '7763199870870166175', 72.850524609375, -20.93109375, 0, 0, 1, '0000-00-00 00:00:00'), +(22995, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '14400461319460727325', 59.70870703125, -54.90547265625, 0, 0, 1, '0000-00-00 00:00:00'), +(22996, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914314111029528', 54.5723203125, -61.6614046875, 0, 0, 1, '0000-00-00 00:00:00'), +(22997, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3818574675549987916', 78.9830625, -58.646554804687504, 0, 0, 1, '0000-00-00 00:00:00'), +(22998, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '13785395747468338938', 72.87898359375, -59.95494140625, 0, 0, 1, '0000-00-00 00:00:00'), +(22999, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '6128172505368382774', 53.521875, -46.46028515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23000, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3187860381882883929', 53.509769531249994, -46.48330078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23001, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '12419104077774863278', 53.975589843749994, -99.49238671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23002, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '16016421665122448230', 55.909125, -46.19869921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23003, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '13287933880160485951', 70.6216055859375, -76.11144140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23004, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '13039911636882397307', 71.1884296875, -75.9259921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23005, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '16355619888012435538', 72.00718359375, -75.96430078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23006, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '8169653615550686795', 79.812608203125, -76.15878515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23007, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '14310196804060989628', 79.50594140625, -76.17183984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23008, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '7786511243983398678', 50.34800390625, -39.06936328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23009, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914312612891675', 108.80953125, -84.09849609375001, 0, 0, 1, '0000-00-00 00:00:00'), +(23010, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '13329291784644502149', 54.22681640624999, -32.7556640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23011, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '12127200340420493203', 57.30684375, -27.36065625, 0, 0, 1, '0000-00-00 00:00:00'), +(23012, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '18095963941703191409', 109.51981640624999, -41.05794140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23013, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '11935813573647052224', 106.5928828125, -45.19158984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23014, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '13918050631148499043', 107.76420703125, -40.55103515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23015, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914312166120290', 40.3999453125, -94.71971484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23016, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914312007758365', 107.86640625, -42.2203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23017, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '10538323579287698680', 88.13980078125, -55.98413671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23018, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '12273877045996275048', 90.0622265625, -51.60430078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23019, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '6312910761321832085', 107.1265078125, -25.385777343750004, 0, 0, 1, '0000-00-00 00:00:00'), +(23020, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3790914312700730024', 37.6661015625, -86.09953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23021, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '17314777799128759487', 41.80184765625, -22.26162890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23022, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '17261292420899506683', 42.83068359375, -79.46680078124999, 0, 0, 1, '0000-00-00 00:00:00'), +(23023, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '9913017680182904424', 85.9852734375, -97.35392578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23024, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '7290262144870726234', 36.005765625, -52.4931984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23025, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '9793341431598263778', 80.367209765625, -68.23893515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23026, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '13212021239119610152', 114.43158984375, -83.56051171874999, 0, 0, 1, '0000-00-00 00:00:00'), +(23027, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '13212021240385172000', 60.852390234374994, -84.82280859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23028, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '13212021241027711129', 47.52772265625, -62.54796328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23029, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '13212021241380323830', 47.3476640625, -62.42368125, 0, 0, 1, '0000-00-00 00:00:00'), +(23030, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '13212021239437629362', 90.94709765625, -81.31756640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23031, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '13212021240030978921', 76.771456640625, -99.222421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23032, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '16659665297369527572', 82.84327734375, -44.9771484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23033, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '13212021242887557605', 112.77670312500003, -83.17749609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23034, 2101, NULL, 2, 2103, 1, 'Farmer\'s Pitchfork', '16228052679555517801', 74.2061203125, -71.557828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23035, 2101, NULL, 2, 2103, 1, 'Wooden Mop', '16545510465792490593', 37.55891015625, -84.7792734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23036, 2101, NULL, 2, 2103, 1, 'Wooden Mop', '1214143964969831127', 54.43632421875, -50.384213671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23037, 2101, NULL, 2, 2103, 1, 'Wooden Mop', '555309736231874255', 119.98396875, -26.37948046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23038, 2101, NULL, 2, 2103, 1, 'Wooden Mop', '6332485589130326686', 109.78830468749997, -82.82962500000001, 0, 0, 1, '0000-00-00 00:00:00'), +(23039, 2101, NULL, 2, 2103, 1, 'Wooden Mop', '6840960816780259927', 101.07214453125, -45.27284765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23040, 2101, NULL, 2, 2103, 1, 'Wooden Mop', '2665420504898001254', 67.198737890625, -55.081620703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23041, 2101, NULL, 2, 2103, 1, 'Fishing Harpoon', '7784062860875786204', 105.25623046875, -99.05429296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23042, 2101, NULL, 2, 2103, 1, 'Fishing Harpoon', '5873742171496334259', 105.70196484375, -98.11746093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(23043, 2101, NULL, 2, 2103, 1, 'Fishing Harpoon', '12367621914057201378', 105.687140625, -98.1515390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23044, 2101, NULL, 2, 2103, 1, 'Fishing Harpoon', '11213503888781034494', 105.66969140625002, -98.13860156250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23045, 2101, NULL, 2, 2103, 1, 'Fishing Harpoon', '7138272996463547944', 105.2651015625, -99.084984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23046, 2101, NULL, 2, 2103, 1, 'Fishing Harpoon', '3189202875869824193', 105.2323828125, -99.07484765625001, 0, 0, 1, '0000-00-00 00:00:00'), +(23047, 2101, NULL, 2, 2103, 1, 'Long Stick', '7665431841844817491', 61.991316796875, -65.097853125, 0, 0, 1, '0000-00-00 00:00:00'), +(23048, 2101, NULL, 2, 2103, 1, 'Long Stick', '1855790847759606733', 59.9099953125, -91.91401171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23049, 2101, NULL, 2, 2103, 1, 'Long Stick', '13231532099645209969', 90.5351484375, -93.489, 0, 0, 1, '0000-00-00 00:00:00'), +(23050, 2101, NULL, 2, 2103, 1, 'Long Stick', '2125648373407046848', 77.181791015625, -21.818964843750003, 0, 0, 1, '0000-00-00 00:00:00'), +(23051, 2101, NULL, 2, 2103, 1, 'Long Stick', '14698243506829715343', 73.27278164062501, -14.007503906249998, 0, 0, 1, '0000-00-00 00:00:00'), +(23052, 2101, NULL, 2, 2103, 1, 'Long Stick', '1802427787747986775', 71.87688984374999, -18.557953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23053, 2101, NULL, 2, 2103, 1, 'Long Stick', '1810610157461623357', 71.885259375, -18.561726562500002, 0, 0, 1, '0000-00-00 00:00:00'), +(23054, 2101, NULL, 2, 2103, 1, 'Long Stick', '7647131755955427167', 33.01039453125, -28.63372265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23055, 2101, NULL, 2, 2103, 1, 'Long Stick', '5677311291487700075', 77.151404296875, -21.823734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23056, 2101, NULL, 2, 2103, 1, 'Long Stick', '5677311290718625498', 77.140271484375, -21.78375, 0, 0, 1, '0000-00-00 00:00:00'), +(23057, 2101, NULL, 2, 2103, 1, 'Long Stick', '5677311291629733773', 77.1934875, -21.788414062499996, 0, 0, 1, '0000-00-00 00:00:00'), +(23058, 2101, NULL, 2, 2103, 1, 'Long Stick', '4452673076927435142', 56.21389453125, -62.28289453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23059, 2101, NULL, 2, 2103, 1, 'Long Stick', '15881024494516493556', 56.16179296875, -62.460834375, 0, 0, 1, '0000-00-00 00:00:00'), +(23060, 2101, NULL, 2, 2103, 1, 'Long Stick', '12899376844283914686', 81.749506640625, -41.5762265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23061, 2101, NULL, 2, 2103, 1, 'Long Stick', '10917676524912720458', 73.376431640625, -40.8358125, 0, 0, 1, '0000-00-00 00:00:00'), +(23062, 2101, NULL, 2, 2103, 1, 'Long Stick', '3381852435062263618', 73.37073984374999, -40.76033203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23063, 2101, NULL, 2, 2103, 1, 'Long Stick', '18176498479399874965', 73.339557421875, -40.75405078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23064, 2101, NULL, 2, 2103, 1, 'Long Stick', '18176498479702434886', 73.34148398437499, -40.7120859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23065, 2101, NULL, 2, 2103, 1, 'Long Stick', '18176498480883626807', 73.391928515625, -40.735453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23066, 2101, NULL, 2, 2103, 1, 'Long Stick', '13501560733044995923', 28.42348828125, -51.103326562499994, 0, 0, 1, '0000-00-00 00:00:00'), +(23067, 2101, NULL, 2, 2103, 1, 'Long Stick', '13501560732357846945', 28.43358984375, -51.082153125, 0, 0, 1, '0000-00-00 00:00:00'), +(23068, 2101, NULL, 2, 2103, 1, 'Long Stick', '9029690270373763086', 49.856671875, -47.557340625, 0, 0, 1, '0000-00-00 00:00:00'), +(23069, 2101, NULL, 2, 2103, 1, 'Long Stick', '17476389678241348542', 90.5561953125, -93.4651640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23070, 2101, NULL, 2, 2103, 1, 'Long Stick', '17476389680088462703', 90.5914921875, -93.48759375, 0, 0, 1, '0000-00-00 00:00:00'), +(23071, 2101, NULL, 2, 2103, 1, 'Long Stick', '17476389679444016348', 90.54603515625, -93.519609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23072, 2101, NULL, 2, 2103, 1, 'Long Stick', '14421488501926505239', 76.860987890625, -60.4786125, 0, 0, 1, '0000-00-00 00:00:00'), +(23073, 2101, NULL, 2, 2103, 1, 'Long Stick', '4195128940785988297', 57.55257421875, -37.6783359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23074, 2101, NULL, 2, 2103, 1, 'Long Stick', '10228896374080758830', 77.06321132812499, -68.78122734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23075, 2101, NULL, 2, 2103, 1, 'Long Stick', '17791885028495508353', 23.55598828125, -35.31889453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23076, 2101, NULL, 2, 2103, 1, 'Long Stick', '17947496012327520766', 72.9283453125, -73.7289609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23077, 2101, NULL, 2, 2103, 1, 'Long Stick', '12737215144926997171', 94.52216015625, -57.860356406250006, 0, 0, 1, '0000-00-00 00:00:00'), +(23078, 2101, NULL, 2, 2103, 1, 'Long Stick', '12737215144089562271', 94.522828125, -57.931822734375004, 0, 0, 1, '0000-00-00 00:00:00'), +(23079, 2101, NULL, 2, 2103, 1, 'Long Stick', '9989888349843980889', 78.1399171875, -95.82997265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23080, 2101, NULL, 2, 2103, 1, 'Long Stick', '14718638719393165610', 110.45497265625, -53.0227875, 0, 0, 1, '0000-00-00 00:00:00'), +(23081, 2101, NULL, 2, 2103, 1, 'Long Stick', '17306545023965654744', 94.52891015625, -58.998348984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23082, 2101, NULL, 2, 2103, 1, 'Long Stick', '6703521032386260497', 97.80786328125, -83.12688281250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23083, 2101, NULL, 2, 2103, 1, 'Long Stick', '11205535850412412098', 37.67840625, -34.89609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23084, 2101, NULL, 2, 2103, 1, 'Long Stick', '7469178323480863501', 82.862109375, -62.164845703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23085, 2101, NULL, 2, 2103, 1, 'Long Stick', '11781344356315230512', 82.7063671875, -62.24666484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23086, 2101, NULL, 2, 2103, 1, 'Long Stick', '5526080610673397843', 100.13164453124998, -104.59913671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23087, 2101, NULL, 2, 2103, 1, 'Long Stick', '18342935491083346312', 100.15018359375, -104.62604296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23088, 2101, NULL, 2, 2103, 1, 'Long Stick', '18342935487864642169', 100.18580859375, -104.58336328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23089, 2101, NULL, 2, 2103, 1, 'Long Stick', '18342935488240643882', 100.14577734375003, -104.57064843750001, 0, 0, 1, '0000-00-00 00:00:00'), +(23090, 2101, NULL, 2, 2103, 1, 'Long Stick', '9210576190967265962', 83.91022265625, -76.719703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23091, 2101, NULL, 2, 2103, 1, 'Long Stick', '17997205708965551067', 86.0203125, -72.32171484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23092, 2101, NULL, 2, 2103, 1, 'Long Stick', '10505003681475188456', 86.1047109375, -72.36453515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23093, 2101, NULL, 2, 2103, 1, 'Long Stick', '13622809111226253650', 126.696515625, -25.726980468750003, 0, 0, 1, '0000-00-00 00:00:00'), +(23094, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '5828201826842520960', 45.55275, -79.42091015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23095, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '12899376843867572506', 99.087703125, -40.14739453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23096, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '5824610100104083344', 66.28279921875, -48.89132929687499, 0, 0, 1, '0000-00-00 00:00:00'), +(23097, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '14367473909213207473', 70.4052376171875, -57.47908453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23098, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '6163193140433094190', 69.285738984375, -48.310128515624996, 0, 0, 1, '0000-00-00 00:00:00'), +(23099, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '18057564219807225683', 67.529757421875, -49.297756640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23100, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '12163292125460543459', 56.39987109375, -94.076765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23101, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '14319569522819381419', 31.453125, -88.76953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23102, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '9349600292740478446', 67.798166015625, -53.65066640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23103, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '14671613682186510500', 92.31622265625, -29.278078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23104, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '9293053050497438359', 49.4948203125, -91.6048125, 0, 0, 1, '0000-00-00 00:00:00'), +(23105, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '17598957018051625020', 61.96236796875, -65.310590625, 0, 0, 1, '0000-00-00 00:00:00'), +(23106, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '5208698285044159965', 30.966796875, -90.0234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23107, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '5824610097562296572', 65.496873046875, -48.638738671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23108, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '12858908677690328554', 54.26909765625, -94.3896328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23109, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '6740496227597921669', 54.01434375, -103.7059921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23110, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '8117880876968937166', 45.11302734375, -83.01253125, 0, 0, 1, '0000-00-00 00:00:00'), +(23111, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '14253501713229596640', 49.86392578125, -87.9086484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23112, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '11396604543256312040', 40.653046875, -83.91160546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23113, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '8741766667245349363', 99.8440546875, -68.209584375, 0, 0, 1, '0000-00-00 00:00:00'), +(23114, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '16192207574137290036', 85.9599375, -93.90059765625001, 0, 0, 1, '0000-00-00 00:00:00'), +(23115, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '1121566174136675952', 34.20019921875, -77.45921484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23116, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '14003530402698756473', 14.468882812499997, -74.435578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23117, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '13038443653258140161', 92.02151953125, -57.317963671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23118, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '15827337034968576183', 37.3517578125, -76.992421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23119, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '13590910587809900608', 124.69698046875001, -102.13262109374999, 0, 0, 1, '0000-00-00 00:00:00'), +(23120, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '11735265917830677301', 124.0366875, -99.84779296874999, 0, 0, 1, '0000-00-00 00:00:00'), +(23121, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '5713757779865140771', 109.65716015625, -96.72643359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23122, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '12899376846108276615', 96.0339375, -103.17315234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23123, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '16062790200634947441', 12.31640625, -83.8359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23124, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '8179339238516372895', 77.986817578125, -95.9006953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23125, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '12366523728968351114', 48.38548828125001, -80.371265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23126, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '13343163323610667279', 74.83578984375, -98.31356249999999, 0, 0, 1, '0000-00-00 00:00:00'), +(23127, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '538905911797291757', 27.08296875, -32.484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23128, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '794208263194841494', 50.9043515625, -84.51758203124999, 0, 0, 1, '0000-00-00 00:00:00'), +(23129, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '11672483549082259702', 66.38782148437501, -48.903937500000005, 0, 0, 1, '0000-00-00 00:00:00'), +(23130, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '9834686850594487171', 48.09221484375, -83.9204765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23131, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '4840337125547916551', 36.03472265625, -61.49938359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23132, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '10215343077206157564', 50.84175, -93.63783984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23133, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '6645236742851394054', 76.03971328125, -77.90408203125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23134, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '17146804997608845457', 67.55448867187499, -49.272046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23135, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '12899376844113256701', 97.8400546875, -41.3736328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23136, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '14320902309791871951', 123.86881640625, -103.09543359374999, 0, 0, 1, '0000-00-00 00:00:00'), +(23137, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '3156048324981221364', 44.12319140625, -80.759953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23138, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '7647131754698778577', 33.002859375, -28.6113984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23139, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '6471726831882788548', 86.6644921875, -57.039406640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23140, 2101, NULL, 2, 2103, 1, 'Knight\'s Halberd', '4338142272737803139', 19.708722656249996, -75.6568828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23141, 2101, NULL, 2, 2103, 1, 'Knight\'s Halberd', '11306421849201161290', 59.34518671875, -72.40564453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23142, 2101, NULL, 2, 2103, 1, 'Knight\'s Halberd', '12277369086961360019', 35.65529296875, -87.7359140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23143, 2101, NULL, 2, 2103, 1, 'Royal Halberd', '6402983210667263374', 88.24149609375, -88.94314453125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23144, 2101, NULL, 2, 2103, 1, 'Forest Dweller\'s Spear', '5392094701373197211', 75.07899375, -32.8347890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23145, 2101, NULL, 2, 2103, 1, 'Gerudo Spear', '6132812753807336591', 25.07208984375, -93.513796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23146, 2101, NULL, 2, 2103, 1, 'Gerudo Spear', '9899290707282323108', 25.99555078125, -92.56993359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23147, 2101, NULL, 2, 2103, 1, 'Gerudo Spear', '9981956999637567158', 32.0116640625, -89.0606484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23148, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Spear', '15684219823095975750', 59.44503046875, -17.372015624999996, 0, 0, 1, '0000-00-00 00:00:00'), +(23149, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Spear', '8566195734114423552', 126.351234375, -14.7286171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23150, 2101, NULL, 2, 2103, 1, 'Throwing Spear', '4697938280135527180', 77.257306640625, -68.765478515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23151, 2101, NULL, 2, 2103, 1, 'Throwing Spear', '11559768511449996704', 92.6553984375, -57.077225390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23152, 2101, NULL, 2, 2103, 1, 'Throwing Spear', '155536730876028627', 85.31684765625, -66.234155859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23153, 2101, NULL, 2, 2103, 1, 'Throwing Spear', '11025378759786211856', 54.1171875, -43.3359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23154, 2101, NULL, 2, 2103, 1, 'Throwing Spear', '17164769804191314833', 76.99004765625, -73.1997421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23155, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '11005955369570233165', 55.91087109375, -46.7720625, 0, 0, 1, '0000-00-00 00:00:00'), +(23156, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '11873571517651126071', 59.974294921875, -80.8318828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23157, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '77870249705970230', 43.87463671875, -84.784125, 0, 0, 1, '0000-00-00 00:00:00'), +(23158, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '14406310582706872044', 62.47151953125, -42.713953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23159, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '481263039265698743', 45.85916015625, -78.6211171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23160, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '11735097341273751676', 79.60658203125, -75.9447421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23161, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101716385317557', 37.25377734375, -86.21658984374999, 0, 0, 1, '0000-00-00 00:00:00'), +(23162, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '16117742478630591256', 56.27180859375, -46.38440625, 0, 0, 1, '0000-00-00 00:00:00'), +(23163, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2518078212178392450', 62.5839609375, -85.1908359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23164, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101714523009337', 53.829140625, -61.559513671875, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(23165, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101715359053644', 55.054640625, -61.5642375, 0, 0, 1, '0000-00-00 00:00:00'), +(23166, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101716602588710', 63.30420234375, -51.474885937500005, 0, 0, 1, '0000-00-00 00:00:00'), +(23167, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '185738248565866335', 62.15956640625, -85.55736328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23168, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '12183390937123881450', 69.10531640625, -60.4638984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23169, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '17631372803991048655', 54.22400390625, -62.018484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23170, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '3431151918043103126', 73.027503515625, -59.888267578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23171, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '8696372066994854268', 97.12290234375, -80.04802734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23172, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101713657906970', 111.05333203125, -82.31640234375001, 0, 0, 1, '0000-00-00 00:00:00'), +(23173, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '4246807433504158329', 50.27569921875, -38.83817578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23174, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101715870319146', 97.7462109375, -81.49824609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23175, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '6043662166607187600', 49.70183203125, -39.2958515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23176, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '16850388985628770930', 43.2425390625, -36.56842968750001, 0, 0, 1, '0000-00-00 00:00:00'), +(23177, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '14282128846314208746', 78.0421875, -43.2016875, 0, 0, 1, '0000-00-00 00:00:00'), +(23178, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101716527276796', 63.001252734375, -49.3187859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23179, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '9657443784612172280', 69.84675011718751, -54.14787890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23180, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '3231917015399728467', 55.19356640625001, -47.258390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23181, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '1014144981245575989', 65.3146875, -73.27030078124999, 0, 0, 1, '0000-00-00 00:00:00'), +(23182, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '5872671587538706902', 54.5118984375, -31.70567578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23183, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '14991394237020199735', 73.55349609375, -62.14817578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23184, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101716944252109', 54.30814453125, -61.162672265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23185, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101714891502084', 32.1719765625, -85.6458046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23186, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '16763913771980124582', 71.39356722656251, -62.11865859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23187, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '6740029745592226010', 29.5072265625, -59.75602734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23188, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '9695911023035356824', 56.23848046875, -29.62723828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23189, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '597254380857449225', 86.41198828125, -96.08429296874999, 0, 0, 1, '0000-00-00 00:00:00'), +(23190, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '13194177569897875015', 46.6524375, -57.09498046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23191, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '11476872695174907252', 25.43670703125, -33.863109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23192, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '826077226127120222', 108.55541015625, -40.672359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23193, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101715782796684', 107.3898984375, -41.998828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23194, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '16068016141520205061', 75.28003125, -53.59409765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23195, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101713766405543', 45.66385546875, -64.9011328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23196, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '10893390131729537707', 70.03797199218751, -60.846507421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23197, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2391101716800755585', 46.318453125, -59.380233046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23198, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '16502663262187169001', 84.88020703125, -63.099375, 0, 0, 1, '0000-00-00 00:00:00'), +(23199, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '7029926592710658770', 66.57111328125, -81.24116015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23200, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '2809158954448840680', 106.18142578125, -31.56924609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23201, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '8707594648219866681', 56.4733828125, -46.242937500000004, 0, 0, 1, '0000-00-00 00:00:00'), +(23202, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '15734286430514949821', 59.54068359375, -39.448921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23203, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '17062199952165983135', 45.9331171875, -34.288265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23204, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '9895108007886819319', 61.93388203125, -63.5595609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23205, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '6687026209981837374', 71.12902734375, -75.79965234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23206, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '5007126293686247580', 92.69724609375, -70.38526171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23207, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '7200531297267809903', 66.3464625, -48.767213671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23208, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '4042793505123049952', 110.77125, -83.6193984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23209, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '14589666061017861285', 74.46048984375, -71.82834375, 0, 0, 1, '0000-00-00 00:00:00'), +(23210, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '2715561213878289804', 66.4836609375, -62.51811328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23211, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '4042793501639831452', 28.28448046875, -37.4613984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23212, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '3911898979226452242', 90.81753515625, -81.4767421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23213, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '16352606102612598720', 83.11959375, -45.1845703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23214, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '13651653275195282176', 37.703953125, -84.7599375, 0, 0, 1, '0000-00-00 00:00:00'), +(23215, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '6597900624549384137', 48.75401953125, -30.18305859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23216, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '601865542632851811', 98.61226171875, -92.0539453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23217, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '2752538931419958740', 88.77758203125, -99.97640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23218, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '878675137596738496', 81.242717578125, -60.56940703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23219, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '4042793504407650739', 31.88112890625, -88.69060546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23220, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '10547051511164196253', 76.38739921875, -97.267921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23221, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '17554994024552122351', 91.19546484375, -77.48265234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23222, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '4042793501784450081', 76.24864570312499, -99.08066015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23223, 2101, NULL, 2, 2103, 1, 'Torch', '9280986290778045754', 28.4136328125, -51.129140625000005, 0, 0, 1, '0000-00-00 00:00:00'), +(23224, 2101, NULL, 2, 2103, 1, 'Torch', '10550762700070696939', 54.352875, -49.96641796875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23225, 2101, NULL, 2, 2103, 1, 'Torch', '11818380235768328637', 59.34140625, -80.62734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23226, 2101, NULL, 2, 2103, 1, 'Torch', '17630899660412764158', 67.42431328125001, -58.093691132812495, 0, 0, 1, '0000-00-00 00:00:00'), +(23227, 2101, NULL, 2, 2103, 1, 'Torch', '11818380238848331624', 105.38398828125, -98.65853906250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23228, 2101, NULL, 2, 2103, 1, 'Torch', '17272223376525650416', 74.146904296875, -71.44245703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23229, 2101, NULL, 2, 2103, 1, 'Torch', '9735792807662466321', 38.932875, -39.01594921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23230, 2101, NULL, 2, 2103, 1, 'Torch', '17882374754275827642', 35.79615234375, -52.235765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23231, 2101, NULL, 2, 2103, 1, 'Torch', '11818380236803275379', 27.33765234375, -74.41358203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23232, 2101, NULL, 2, 2103, 1, 'Torch', '6171535988893000733', 76.273456640625, -99.117796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23233, 2101, NULL, 2, 2103, 1, 'Torch', '3674739905181425438', 31.7164921875, -37.39229296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23234, 2101, NULL, 2, 2103, 1, 'Torch', '11818380235817819349', 28.2266953125, -37.38830859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23235, 2101, NULL, 2, 2103, 1, 'Torch', '16621842739535978692', 50.28092578125, -34.2559453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23236, 2101, NULL, 2, 2103, 1, 'Torch', '11818380236286584728', 109.03371093749998, -52.80216328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23237, 2101, NULL, 2, 2103, 1, 'Torch', '11818380237849088479', 25.347234375, -93.1116328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23238, 2101, NULL, 2, 2103, 1, 'Torch', '11818380235570635090', 45.701015625, -64.930259765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23239, 2101, NULL, 2, 2103, 1, 'Torch', '11513444681297405147', 119.70141796875, -26.40253125, 0, 0, 1, '0000-00-00 00:00:00'), +(23240, 2101, NULL, 2, 2103, 1, 'Torch', '6298715170841459040', 88.7871328125, -99.34599609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23241, 2101, NULL, 2, 2103, 1, 'Torch', '6415270430133833918', 106.99940625, -38.6704921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23242, 2101, NULL, 2, 2103, 1, 'Torch', '11818380237263165368', 82.99801171875, -45.27933984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23243, 2101, NULL, 2, 2103, 1, 'Torch', '11818380235046023986', 58.5427734375, -78.97265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23244, 2101, NULL, 2, 2103, 1, 'Torch', '9812333500195782294', 51.252984375, -28.26083203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23245, 2101, NULL, 2, 2103, 1, 'Torch', '12973810563302477946', 26.3452734375, -85.598296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23246, 2101, NULL, 2, 2103, 1, 'Torch', '1849220217117336115', 95.95522265625, -55.824673828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23247, 2101, NULL, 2, 2103, 1, 'Torch', '4951065480443675736', 50.48832421874999, -79.44031640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23248, 2101, NULL, 2, 2103, 1, 'Torch', '14145759155178974123', 53.526890625, -73.66965234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23249, 2101, NULL, 2, 2103, 1, 'Torch', '8501619650296352259', 66.122844140625, -48.98100234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23250, 2101, NULL, 2, 2103, 1, 'Torch', '6274579895533634782', 98.44216406250003, -91.288078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23251, 2101, NULL, 2, 2103, 1, 'Torch', '11818380237465323644', 92.52019921875, -69.9444984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23252, 2101, NULL, 2, 2103, 1, 'Torch', '11818380236048001401', 90.89687109375, -81.3849375, 0, 0, 1, '0000-00-00 00:00:00'), +(23253, 2101, NULL, 2, 2103, 1, 'Torch', '11818380236638483203', 124.8043828125, -15.349734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23254, 2101, NULL, 2, 2103, 1, 'Torch', '15857197257796862704', 40.56280078125, -40.7296640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23255, 2101, NULL, 2, 2103, 1, 'Torch', '11818380238565394316', 37.6900078125, -84.7079296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23256, 2101, NULL, 2, 2103, 1, 'Torch', '9519461254234154634', 123.26269921875002, -21.6127265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23257, 2101, NULL, 2, 2103, 1, 'Torch', '11818380236570993987', 35.745140625, -21.848765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23258, 2101, NULL, 2, 2103, 1, 'Torch', '17375344736956521807', 33.020285156250004, -28.65926953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23259, 2101, NULL, 2, 2103, 1, 'Torch', '11818380237734110727', 90.1912734375, -88.7819296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23260, 2101, NULL, 2, 2103, 1, 'Torch', '17563923712503651616', 100.9627265625, -45.36434765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23261, 2101, NULL, 2, 2103, 1, 'Torch', '11371490278895310914', 78.025196484375, -58.61052058593749, 0, 0, 1, '0000-00-00 00:00:00'), +(23262, 2101, NULL, 2, 2103, 1, 'Torch', '14001017320390247175', 54.91852734375, -48.994590234374996, 0, 0, 1, '0000-00-00 00:00:00'), +(23263, 2101, NULL, 2, 2103, 1, 'Torch', '10953364482073119618', 80.500196484375, -60.47302265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23264, 2101, NULL, 2, 2103, 1, 'Tree Branch', '15181820404778801777', 66.5490234375, -56.81855859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23265, 2101, NULL, 2, 2103, 1, 'Tree Branch', '2528995112806884119', 66.50218124999999, -56.83912734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23266, 2101, NULL, 2, 2103, 1, 'Tree Branch', '11749874573985081924', 98.09286328125, -89.8037578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23267, 2101, NULL, 2, 2103, 1, 'Tree Branch', '14577321418872594892', 67.67505703124999, -58.315386796874996, 0, 0, 1, '0000-00-00 00:00:00'), +(23268, 2101, NULL, 2, 2103, 1, 'Tree Branch', '11778885967405814242', 39.218296875, -38.88110156250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23269, 2101, NULL, 2, 2103, 1, 'Tree Branch', '9505898275984834622', 123.98455078125, -101.61959765625001, 0, 0, 1, '0000-00-00 00:00:00'), +(23270, 2101, NULL, 2, 2103, 1, 'Tree Branch', '17900975322189737535', 61.275101953124995, -45.90740625, 0, 0, 1, '0000-00-00 00:00:00'), +(23271, 2101, NULL, 2, 2103, 1, 'Tree Branch', '4646234857740187388', 68.341618359375, -57.20300625, 0, 0, 1, '0000-00-00 00:00:00'), +(23272, 2101, NULL, 2, 2103, 1, 'Tree Branch', '17266924883033777620', 103.53608203125, -76.0851328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23273, 2101, NULL, 2, 2103, 1, 'Tree Branch', '2936502611389708358', 68.19040078125, -58.1950353515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23274, 2101, NULL, 2, 2103, 1, 'Tree Branch', '15892519092567911811', 102.55060546875, -79.4225625, 0, 0, 1, '0000-00-00 00:00:00'), +(23275, 2101, NULL, 2, 2103, 1, 'Tree Branch', '13326795939380629081', 67.38608554687501, -56.59561640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23276, 2101, NULL, 2, 2103, 1, 'Tree Branch', '14744676209318378889', 67.39431210937501, -53.20824375, 0, 0, 1, '0000-00-00 00:00:00'), +(23277, 2101, NULL, 2, 2103, 1, 'Tree Branch', '17352703330810826563', 26.8856015625, -31.31834765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23278, 2101, NULL, 2, 2103, 1, 'Tree Branch', '10672133536934642285', 114.35368359375, -83.06049609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23279, 2101, NULL, 2, 2103, 1, 'Tree Branch', '2738008907030544441', 38.7639140625, -38.15176171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23280, 2101, NULL, 2, 2103, 1, 'Tree Branch', '6852013976073444449', 26.90900390625, -31.09782421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23281, 2101, NULL, 2, 2103, 1, 'Tree Branch', '6820236577078738227', 39.31285546875, -38.96288671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23282, 2101, NULL, 2, 2103, 1, 'Tree Branch', '12098554516527528560', 27.24444140625, -30.8156484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23283, 2101, NULL, 2, 2103, 1, 'Tree Branch', '14538907423368789697', 27.3442265625, -31.3186171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23284, 2101, NULL, 2, 2103, 1, 'Tree Branch', '17657442019015719140', 26.685140625, -31.16625, 0, 0, 1, '0000-00-00 00:00:00'), +(23285, 2101, NULL, 2, 2103, 1, 'Tree Branch', '8793216130437279779', 27.58543359375, -30.80276953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23286, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '11382584509515839569', 106.37762109375, -86.5251328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23287, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '9522594940327393429', 63.638741015625, -64.69700859375001, 0, 0, 1, '0000-00-00 00:00:00'), +(23288, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '12274999995026247816', 58.889280468749995, -67.11427734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23289, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '3014202701763565857', 61.969259765625, -65.33442421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23290, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '14663847639727410196', 59.612371875, -59.2334642578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23291, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '8804967441984035219', 59.921438671874995, -91.90529296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23292, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '8804967440008705563', 59.937732421875, -91.89029296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23293, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6926409035370400635', 56.19046875, -62.27451328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23294, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1176665599961741337', 79.34738554687499, -39.40170703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23295, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1176665601521637051', 79.455615234375, -39.57909375, 0, 0, 1, '0000-00-00 00:00:00'), +(23296, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '14849207053860642878', 48.99655078125, -65.026716796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23297, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '14849207055373502874', 49.0001953125, -65.04549375, 0, 0, 1, '0000-00-00 00:00:00'), +(23298, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '8949837938007571508', 73.36467304687501, -40.84140234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23299, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '8949837935632647612', 73.3475296875, -40.84180078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23300, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '2373449919330721066', 70.389125390625, -57.47144777343749, 0, 0, 1, '0000-00-00 00:00:00'), +(23301, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '7687041159689753818', 75.66399843750001, -57.41013984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23302, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '4854072700562190146', 72.776642578125, -62.275587890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23303, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '14722667321857994588', 54.11389453125, -43.355671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23304, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '9764746615892295117', 72.779987109375, -62.26885546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23305, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '14722667319495661252', 54.10095703125, -43.3797890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23306, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6726058574185349056', 76.819217578125, -60.465474609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23307, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6726058576153698376', 76.842467578125, -60.474078515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23308, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '16306998602632962611', 77.065548046875, -68.806233984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23309, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '17837190539785190849', 76.038277734375, -77.8852265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23310, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '15598327107910153932', 52.69171875, -41.292609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23311, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '421970387111103621', 49.14387890625, -32.67322265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23312, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6879430863418724308', 23.57199609375, -35.36267578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23313, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '7970256933522282623', 92.854078125, -67.31127890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23314, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '7970256932830969859', 92.870671875, -67.30458984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23315, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '3025676578700330777', 83.46619921875, -79.80432421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23316, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '10244049042506200966', 88.7419921875, -76.22687109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23317, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '3161736414199381833', 86.02653515625, -76.7727890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23318, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6029398296912801729', 86.19083203125, -80.15977734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23319, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6879430861519354204', 23.5657734375, -35.3349609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23320, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '16313939157023130962', 36.05373046875, -61.5321328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23321, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '16313939158855154906', 36.04557421875, -61.51235390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23322, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1849438679202244442', 37.11087890625, -54.0141421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23323, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1849438678971797254', 37.12822265625, -54.036983203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23324, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '8993463326255283099', 45.10608984375, -44.26217578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23325, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '16050592949678186616', 99.84711328125, -68.2299984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23326, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '13644446725244019254', 45.1291875, -44.2583671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23327, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1866395073253927119', 98.176828125, -74.2218515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23328, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '14808141707864997663', 99.832078125, -80.0217421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23329, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '159243587359784081', 37.64743359375, -34.91984765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23330, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '159243584451974409', 37.664765625, -34.90829296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23331, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6419831896871058630', 44.4308203125, -33.05145703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23332, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '14013914607360110046', 97.83242578125, -83.1240234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23333, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '17763189957549793453', 111.24175781250003, -27.85115625, 0, 0, 1, '0000-00-00 00:00:00'), +(23334, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '8995131633665469490', 110.11828125, -30.182859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23335, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '11157001876756165360', 108.01470703125003, -44.53675781250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23336, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6229766399276423673', 107.83985156249999, -66.256705078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23337, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '13187058531579289806', 108.81471093750002, -75.85771875, 0, 0, 1, '0000-00-00 00:00:00'), +(23338, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '18035247020544544626', 107.86210546875, -80.89456640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23339, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '13717996099289153176', 109.5321796875, -88.84608984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23340, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '18444082357478930025', 116.49509765625002, -87.93700781250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23341, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '6536564650962040067', 27.88156640625, -48.457569140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23342, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '12621050764407289825', 122.8653515625, -100.90566796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23343, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1359670912914366110', 126.703640625, -25.75076953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23344, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '17288757567811787956', 29.4271171875, -34.38936328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23345, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '11792095400241820770', 32.47531640625, -30.483609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23346, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '18201020749803761168', 27.1171875, -32.51015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23347, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '18201020751099106664', 27.09375, -32.49188671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23348, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1799530053646754585', 27.70011328125, -20.0356640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23349, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '18274629227682800409', 62.48720390625, -40.9824609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23350, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '18274629225971613701', 62.48202656250001, -40.99862109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23351, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1686283435532013209', 63.863634375, -24.388875000000002, 0, 0, 1, '0000-00-00 00:00:00'), +(23352, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1686283435968049581', 63.855455859375, -24.380085937500002, 0, 0, 1, '0000-00-00 00:00:00'), +(23353, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '11874512766103057935', 49.1878125, -97.57120312500001, 0, 0, 1, '0000-00-00 00:00:00'), +(23354, 2101, NULL, 2, 2103, 1, 'Boomerang', '14300835653945729491', 119.19430078125, -57.6996687890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23355, 2101, NULL, 2, 2103, 1, 'Boomerang', '1469013060049753655', 80.38891640624999, -61.798660546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23356, 2101, NULL, 2, 2103, 1, 'Boomerang', '980694927848030509', 110.14526953125, -58.125465937499996, 0, 0, 1, '0000-00-00 00:00:00'), +(23357, 2101, NULL, 2, 2103, 1, 'Boomerang', '44825339028392870', 102.263671875, -55.348828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23358, 2101, NULL, 2, 2103, 1, 'Boomerang', '15251566606945171010', 103.759453125, -58.4808835546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23359, 2101, NULL, 2, 2103, 1, 'Boomerang', '1704427416012868023', 110.64251953124997, -75.29548828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23360, 2101, NULL, 2, 2103, 1, 'Boomerang', '7330175115802356382', 85.3548984375, -66.212848828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23361, 2101, NULL, 2, 2103, 1, 'Boomerang', '3054233488085530256', 82.4897109375, -66.221075390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23362, 2101, NULL, 2, 2103, 1, 'Boomerang', '1469013062482143105', 80.364420703125, -61.80650390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23363, 2101, NULL, 2, 2103, 1, 'Boomerang', '7330175117619459094', 85.33678125, -66.22216875, 0, 0, 1, '0000-00-00 00:00:00'), +(23364, 2101, NULL, 2, 2103, 1, 'Boomerang', '13837538011390117900', 82.71772265625, -62.268692578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23365, 2101, NULL, 2, 2103, 1, 'Boomerang', '3054233485501878780', 82.472859375, -66.22299140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23366, 2101, NULL, 2, 2103, 1, 'Boomerang', '15251566604669223235', 103.74101953124998, -58.48771394531249, 0, 0, 1, '0000-00-00 00:00:00'), +(23367, 2101, NULL, 2, 2103, 1, 'Boomerang', '13330013152384212023', 99.29893359375, -56.0566171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23368, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '6133173810244879466', 54.24537890625, -94.3798828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23369, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '17377005571789487460', 104.47640625, -16.899421874999998, 0, 0, 1, '0000-00-00 00:00:00'), +(23370, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '15251566604841425319', 103.73067187500001, -58.490612343749994, 0, 0, 1, '0000-00-00 00:00:00'), +(23371, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '13386663034926651689', 92.34256640625, -29.27483203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23372, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '3285387279872403649', 48.41039062500001, -80.4021328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23373, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '11611012312293837677', 67.24144921875, -57.60583464843751, 0, 0, 1, '0000-00-00 00:00:00'), +(23374, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '2373449921516906402', 70.3800009375, -57.461050546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23375, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '13340616745970712109', 87.32323828125001, -34.291640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23376, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '13340616743864386370', 87.340875, -34.3369921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23377, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '12656426109589693201', 57.62827734375, -44.6007890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23378, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '2281483902085701342', 67.22971875, -57.599959921875005, 0, 0, 1, '0000-00-00 00:00:00'), +(23379, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '15943331441208758316', 67.25977382812499, -53.272102734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23380, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '9398462289577824970', 45.5614921875, -79.38922265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23381, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '15598327107428620216', 52.69901953125, -41.272171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23382, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '1788490535690725104', 71.3027342578125, -97.072265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23383, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '1866395073082704171', 98.16321093750003, -74.236078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23384, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '4972928778568884846', 56.40830859375, -94.05178125, 0, 0, 1, '0000-00-00 00:00:00'), +(23385, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '15979871896568182514', 68.57211445312501, -49.1242828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23386, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '3161736412819675053', 86.01798046875, -76.7885625, 0, 0, 1, '0000-00-00 00:00:00'), +(23387, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '13289084382851158126', 86.1164296875, -46.16851171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23388, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '13289084382418331786', 86.12990625, -46.1698828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23389, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '11792095404099147670', 32.45541796875, -30.4919765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23390, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '17288757566235360648', 29.40561328125, -34.385296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23391, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '12490121491261691989', 50.9000390625, -84.55109765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23392, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '14610566219716658940', 48.11457421875, -83.897578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23393, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '1675620299025336490', 49.880953125, -87.9358828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23394, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '17307037564205823410', 40.66546875, -83.88316406250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23395, 2101, NULL, 2, 2103, 1, 'Lizal Boomerang', '6372721854214289572', 24.79901953125, -80.7335859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23396, 2101, NULL, 2, 2103, 1, 'Lizal Boomerang', '11583350659808361173', 37.460226562500004, -103.01293359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23397, 2101, NULL, 2, 2103, 1, 'Lizal Boomerang', '17968559870893185044', 107.89906640625, -17.7665625, 0, 0, 1, '0000-00-00 00:00:00'), +(23398, 2101, NULL, 2, 2103, 1, 'Lizal Boomerang', '4406294342079351693', 20.461441406249996, -87.00767578125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23399, 2101, NULL, 2, 2103, 1, 'Lizal Boomerang', '3025676580411712621', 83.4596953125, -79.81742578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23400, 2101, NULL, 2, 2103, 1, 'Lizal Boomerang', '10244049044351588074', 88.7465859375, -76.210359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23401, 2101, NULL, 2, 2103, 1, 'Lizal Boomerang', '5251360275516018625', 79.14253125, -84.75150000000001, 0, 0, 1, '0000-00-00 00:00:00'), +(23402, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '5340904610125564492', 54.3376875, -31.9467890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23403, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '14341439891243824969', 88.2268359375, -88.94335546875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23404, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '4330324253296696307', 84.65288671875, -86.17105078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23405, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '4330324256148732647', 84.64782421875, -86.1875625, 0, 0, 1, '0000-00-00 00:00:00'), +(23406, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '4914541821712548540', 37.35225, -77.00035546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23407, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '677011220647506211', 87.30031640625, -87.06125390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23408, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '18074264053518109099', 104.7542109375, -98.19147656249999, 0, 0, 1, '0000-00-00 00:00:00'), +(23409, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12581739636394281174', 91.83721875, -85.64728125, 0, 0, 1, '0000-00-00 00:00:00'), +(23410, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '7987147233238421389', 27.619171874999996, -83.78857031250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23411, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '7987147233872602729', 27.61580859375, -83.80695703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23412, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '17968559873946470264', 107.903015625, -17.75783203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23413, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '7593953262223647194', 15.64489453125, -94.37089453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23414, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '17763189958187206529', 111.2380546875, -27.86797265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23415, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '8995131637792509150', 110.11935937499997, -30.1966171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23416, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '11583350658231327681', 37.47365625, -103.01644921875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23417, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '2873063414686961814', 54.3731015625, -30.95881640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23418, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '11157001878199037316', 107.99867578125, -44.531203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23419, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12850811991369087938', 77.997328125, -95.9232421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23420, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '980694927411667009', 110.1555, -58.1363511328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23421, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6937279793414584941', 34.18618359375, -77.41679296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23422, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6937279791556423157', 34.191140624999996, -77.441203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23423, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6962585406285945817', 25.74678515625, -76.6764140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23424, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '9575748404628322034', 109.14666796875, -72.6162890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23425, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '9575748403923785678', 109.15733203125, -72.603328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23426, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6962585403724916440', 25.774253906249996, -76.677421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23427, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6962585405844845693', 25.725128906249996, -76.67820703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23428, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '13187058530875539490', 108.81882421875, -75.84371484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23429, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '18035247020910257814', 107.85153515625, -80.87953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23430, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '17852564770428049955', 54.70032421875001, -27.855515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23431, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '17852564769996915591', 54.70812890625, -27.87216796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23432, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '15498891463012216694', 77.0814890625, -86.64755859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23433, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6372721855925475416', 24.7997109375, -80.72042578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23434, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '5251360279374818517', 79.142351953125, -84.73456640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23435, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '2773930774621000572', 72.9205828125, -73.706015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23436, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '17837190542181484105', 76.04006015625001, -77.858015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23437, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '13717996098639849012', 109.54865625, -88.83853125, 0, 0, 1, '0000-00-00 00:00:00'), +(23438, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '13717996100814312857', 109.50990234375, -88.85735156250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23439, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '1978927872671808059', 106.36768359374999, -91.071421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23440, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '1978927875456670999', 106.3656328125, -91.08909375, 0, 0, 1, '0000-00-00 00:00:00'), +(23441, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '2718593598098868214', 14.461488281249995, -74.44625390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23442, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '2718593600423670126', 14.448128906250002, -74.45480859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23443, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '11382584510158561261', 106.367109375, -86.510203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23444, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '13042165202612075429', 109.64042578125, -96.72207421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23445, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '13042165200618623549', 109.61958984375, -96.71207812499999, 0, 0, 1, '0000-00-00 00:00:00'), +(23446, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '10123757648352840835', 71.654982421875, -18.570433593750003, 0, 0, 1, '0000-00-00 00:00:00'), +(23447, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12432317463229739725', 73.297299609375, -14.01196875, 0, 0, 1, '0000-00-00 00:00:00'), +(23448, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12976371508951436861', 56.2241015625, -71.51237109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23449, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12976371509723213609', 56.22472265625, -71.52929296875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23450, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '144957314679112760', 61.39468710937499, -74.39729296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23451, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '144957312229612332', 61.37773828125, -74.3967421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23452, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '10816170471810809308', 19.691132812500005, -75.6612421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23453, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '10816170469876340308', 19.665644531250003, -75.6591328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23454, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '4406294340301073057', 20.457574218749997, -87.02417578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23455, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '9694688964216616765', 66.334674609375, -77.25310546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23456, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '8489443122189494341', 122.74925390624998, -102.35401171874999, 0, 0, 1, '0000-00-00 00:00:00'), +(23457, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '18175793556538668170', 15.629285156249995, -95.11173046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23458, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '11354365917900767032', 15.439441406249998, -95.24040234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23459, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '7142520694517057061', 48.259078125, -82.69702734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23460, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '7142520693812848401', 48.2421796875, -82.70492578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23461, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12274999993314604988', 58.878783984375005, -67.100942578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23462, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '9522594943045441977', 63.64499648437501, -64.712783203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23463, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12743573393793799079', 15.2684296875, -95.0550234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23464, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '5488829295821423792', 15.128531249999998, -94.725046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23465, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '18099744932048687807', 15.854390625000004, -94.68140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23466, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '14808141710684972795', 99.8445, -80.02959375, 0, 0, 1, '0000-00-00 00:00:00'), +(23467, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '16050592951510300928', 99.846234375, -68.24941875, 0, 0, 1, '0000-00-00 00:00:00'), +(23468, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '14816896418980095416', 15.152683593750005, -94.48482421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23469, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6361654910467620672', 94.1338125, -90.7814296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23470, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '18126499031632323406', 15.34716796875, -94.41380859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23471, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '285427563546436111', 124.72030078124997, -102.12475781250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23472, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '16631108559282301533', 102.7151484375, -88.59132421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23473, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '16631108558639207905', 102.70726171874998, -88.60791796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23474, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12917493323532362901', 103.07569921875, -84.95054296874999, 0, 0, 1, '0000-00-00 00:00:00'), +(23475, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '11431642890340374924', 45.09697265625, -83.0424609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23476, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '4072075791895517244', 105.03685546875, -47.08960078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23477, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '16170864046342979184', 92.46116015625, -29.3745703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23478, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '1343856194918381908', 69.489063984375, -47.103251953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23479, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '6029398298486951597', 86.20421484375, -80.1407578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23480, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '11206621387483576592', 66.51341953125001, -62.457174609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23481, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '10736583598087397816', 86.13364453125, -97.1353359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23482, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '12707030930098231688', 42.528328125, -85.6824140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23483, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '13826381688582260337', 74.827621875, -98.32531640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23484, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '18018298051491952181', 95.21326171875, -29.48820703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23485, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '13996772006155533744', 50.85992578125001, -93.666328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23486, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '7661212633190190842', 76.36012851562501, -97.1661328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23487, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '8083964578284433751', 105.42441796875, -44.18286328124999, 0, 0, 1, '0000-00-00 00:00:00'), +(23488, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '10437373629172838427', 91.24151953125, -77.53686328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23489, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '17473729643069153115', 49.52033203125, -91.6248046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23490, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '7150279287119192434', 67.23483984375, -57.60350859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23491, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '6536564650563788007', 27.863765625, -48.45896015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23492, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '1375106973652339518', 66.40271367187499, -48.884077734375005, 0, 0, 1, '0000-00-00 00:00:00'), +(23493, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '16304676687087453185', 80.8223015625, -16.126218749999996, 0, 0, 1, '0000-00-00 00:00:00'), +(23494, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '17812382947351633965', 100.7881640625, -24.44586328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23495, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '16304676688527998181', 80.80538906250001, -16.131996093750004, 0, 0, 1, '0000-00-00 00:00:00'), +(23496, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '13340616746392808238', 87.33537890625, -34.32069140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23497, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '16894939122242251362', 90.9580078125, -24.229945312499996, 0, 0, 1, '0000-00-00 00:00:00'), +(23498, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '7752610946586995795', 97.91949609375, -33.34419140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23499, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '12707030932529736058', 42.51059765625, -85.67499609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23500, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '17377005574573548104', 104.4598125, -16.8959765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23501, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '2131541025606151172', 69.819532734375, -48.43130390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(23502, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '13729894851331522264', 54.03322265625, -103.73258203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23503, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '251889148427761808', 87.7217578125, -39.796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23504, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '2873063415928435106', 54.38746875, -30.9500390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23505, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '7636812800070238245', 66.784899609375, -57.345741796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23506, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '9694688961919240079', 66.339694921875, -77.27521875, 0, 0, 1, '0000-00-00 00:00:00'), +(23507, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '13648665685566439384', 107.23394531250003, -76.7812265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23508, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '14013573631261545591', 44.14468359375, -80.7738984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23509, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '10919080349561931290', 48.845671875, -30.1823203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23510, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '1758315453709417206', 66.79066757812501, -57.34853203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23511, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '4233713967978677073', 67.2338625, -57.6029621484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23512, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '9864735537052983175', 105.70203515625, -44.2234453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23513, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '3649960134716554788', 74.84713125, -98.34092578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23514, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '12581739633424398432', 91.8444609375, -85.66869140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23515, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '6361654910095148964', 94.11863671875, -90.786, 0, 0, 1, '0000-00-00 00:00:00'), +(23516, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '15971113262641007582', 35.62283203125, -87.69092578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23517, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '677011220224087759', 87.29131640625, -87.05005078125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23518, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '1313727378914767774', 98.44590234375, -91.4507578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23519, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '1177204671989941348', 122.83389843750003, -101.03159765624999, 0, 0, 1, '0000-00-00 00:00:00'), +(23520, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '2631448582269490968', 47.1257109375, -58.21555980468751, 0, 0, 1, '0000-00-00 00:00:00'), +(23521, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '17226594255489712528', 21.602425781250002, -101.80280859374999, 0, 0, 1, '0000-00-00 00:00:00'), +(23522, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '14605917576943878936', 64.90241953124999, -46.13656640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23523, 2101, NULL, 2, 2103, 1, 'Eightfold Blade', '12533900756962912715', 27.14530078125, -74.34772265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23524, 2101, NULL, 2, 2103, 1, 'Royal Broadsword', '14081597530297802627', 66.777338671875, -57.3455953125, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(23525, 2101, NULL, 2, 2103, 1, 'Forest Dweller\'s Sword', '11307753291091376940', 75.201160546875, -33.1227890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23526, 2101, NULL, 2, 2103, 1, 'Forest Dweller\'s Sword', '10123757649191547799', 71.666785546875, -18.5746875, 0, 0, 1, '0000-00-00 00:00:00'), +(23527, 2101, NULL, 2, 2103, 1, 'Gerudo Scimitar', '11010474860691660049', 25.052390625, -93.5298046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23528, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Sword', '1176665600113667864', 125.07311718749997, -14.8848984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23529, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Sword', '13515586615671201927', 61.435323046875, -17.167734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23530, 2101, NULL, 2, 2103, 1, 'Strong Zonaite Sword', '11483436169061400574', 123.70653515625001, -15.529007812499998, 0, 0, 1, '0000-00-00 00:00:00'), +(23531, 2102, NULL, 2, 2132, 1, 'Bubbulfrog', '2029545899271985109', 73.204641796875, -77.48804296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23532, 2102, NULL, 2, 2132, 1, 'Bubbulfrog', '6369580517264248903', 77.67178242187501, -77.76460546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23533, 2102, NULL, 2, 2132, 1, 'Bubbulfrog', '5816446335573247277', 78.9742828125, -75.52829296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23534, 2102, NULL, 2, 2132, 1, 'Bubbulfrog', '10933539416538751389', 75.10493789062501, -78.29324999999999, 0, 0, 1, '0000-00-00 00:00:00'), +(23535, 2102, NULL, 2, 2153, 1, 'King Gleeok', '17371437495503120726', 17.922246093749997, -31.92854296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23536, 2102, NULL, 2, 2153, 1, 'King Gleeok', '15016330217960208345', 124.83178125, -102.2396953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23537, 2102, NULL, 2, 2153, 1, 'King Gleeok', '3362043677383214065', 18.189562500000005, -89.38440234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23538, 2102, NULL, 2, 2139, 1, 'Thunder Wizzrobe', '9797220073017540273', 81.901756640625, -93.5030859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23539, 2102, NULL, 2, 2154, 1, 'Flux Construct I', '10825910867985107571', 29.62744921875, -17.35224609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23540, 2102, NULL, 2, 2154, 1, 'Flux Construct I', '10222155126030895252', 25.37773828125, -26.70997265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23541, 2102, NULL, 2, 2154, 1, 'Flux Construct I', '8794010902871923669', 75.49286484375, -29.673234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23542, 2102, NULL, 2, 2154, 1, 'Flux Construct I', '14394590123198368495', 76.074010546875, -76.363875, 0, 0, 1, '0000-00-00 00:00:00'), +(23543, 2102, NULL, 2, 2154, 1, 'Flux Construct II', '12582822302362406274', 109.9973203125, -51.17428125000001, 0, 0, 1, '0000-00-00 00:00:00'), +(23544, 2102, NULL, 2, 2154, 1, 'Flux Construct II', '14163883612070869185', 113.36872265625, -37.398210937500004, 0, 0, 1, '0000-00-00 00:00:00'), +(23545, 2102, NULL, 2, 2154, 1, 'Flux Construct II', '16472864484409299518', 54.56511328125, -76.7311171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23546, 2102, NULL, 2, 2154, 1, 'Flux Construct II', '18388369626843360386', 105.47358984375, -61.54423828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23547, 2102, NULL, 2, 2154, 1, 'Flux Construct III', '17179098246083532718', 100.3036640625, -100.7981015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23548, 2102, NULL, 2, 2154, 1, 'Flux Construct III', '17326521960335894535', 66.49624218749999, -88.96262109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23549, 2102, NULL, 2, 2154, 1, 'Flux Construct III', '12318069930102768206', 83.593546875, -96.94378125, 0, 0, 1, '0000-00-00 00:00:00'), +(23550, 2102, NULL, 2, 2154, 1, 'Flux Construct III', '11586813961110368510', 105.98455078125, -91.1392265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23551, 2102, NULL, 2, 2154, 1, 'Flux Construct III', '6612854448490639651', 29.87710546875, -50.8820390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23552, 2102, NULL, 2, 2154, 1, 'Flux Construct III', '17321739447049567216', 43.47158203125, -63.41878125, 0, 0, 1, '0000-00-00 00:00:00'), +(23553, 2102, NULL, 2, 2154, 1, 'Flux Construct III', '9376039496073809047', 109.0019296875, -18.34969921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23554, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '840368295338932300', 79.57481367187499, -74.8917890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23555, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '5736558721087095020', 81.930144140625, -97.17781640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23556, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '14264892505908237757', 75.28508203125, -76.6894453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23557, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '6262725315766230824', 77.9149875, -76.72115625, 0, 0, 1, '0000-00-00 00:00:00'), +(23558, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '8205308708318864375', 31.24828125, -19.554082031249997, 0, 0, 1, '0000-00-00 00:00:00'), +(23559, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '8004223920592179542', 78.401248828125, -72.9465234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23560, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '853846775528122664', 71.65790859375001, -72.33075, 0, 0, 1, '0000-00-00 00:00:00'), +(23561, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '17651117942303446785', 71.998828125, -77.35662890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23562, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '15742179516740429516', 77.35196484375, -77.66110546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23563, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '668476464437438140', 80.407550390625, -74.4078515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23564, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '12022673734551960317', 77.53006171875, -74.72349609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23565, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '12311843530524470008', 78.651305859375, -75.539109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23566, 2102, NULL, 2, 2148, 1, 'Cooking Pot', '14979227138957661858', 77.016178125, -72.39794531250001, 0, 0, 1, '0000-00-00 00:00:00'), +(23567, 2102, NULL, 2, 2151, 1, 'Bottomless Cave', '3657960895423460399', 78.65134453125, -75.57537890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23568, 2102, NULL, 2, 2151, 1, 'Pit Cave', '9927661949732117451', 77.196317578125, -77.63091796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23569, 2102, NULL, 2, 2151, 1, 'Pit Cave', '389621003349275914', 77.72202890625, -77.79856640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23570, 2102, NULL, 2, 2151, 1, 'Pondside Cave', '12906757512422296002', 73.36118789062499, -76.8496640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23571, 2102, NULL, 2, 2151, 1, 'Pondside Cave', '2527573203000697251', 72.31074140625, -77.73952734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23572, 2102, NULL, 2, 2151, 1, 'Mining Cave', '2989256867079414765', 74.766328125, -77.71461328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23573, 2102, NULL, 2, 2151, 1, 'Mining Cave', '8543871419045106707', 76.05074296875, -77.6440078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23574, 2102, NULL, 2, 2151, 1, 'Bottomless Cave', '6165471125931240097', 78.97377773437499, -74.50810546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23575, 2102, NULL, 2, 2125, 1, 'Nachoyah Shrine', '4786617568701405606', 74.87846718750001, -78.0639140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23576, 2102, NULL, 2, 2125, 1, 'Ukouh Shrine', '6194669915146089378', 73.53406171875001, -69.2895515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23577, 2102, NULL, 2, 2125, 1, 'In-isa Shrine', '6584225077922070252', 70.617974765625, -76.2140390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23578, 2102, NULL, 2, 2125, 1, 'Gutanbac Shrine', '17020329877204665836', 78.6226171875, -74.7971015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23579, 2102, NULL, 2, 2125, 1, 'Sihajog Shrine', '12769683147038228295', 123.58378124999999, -68.5089234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23580, 2102, NULL, 2, 2125, 1, 'Joku-usin Shrine', '15689658867304973439', 82.913390625, -97.82545312500001, 0, 0, 1, '0000-00-00 00:00:00'), +(23581, 2102, NULL, 2, 2125, 1, 'Joku-u Shrine', '16559659105908682856', 86.44228125, -97.732734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23582, 2102, NULL, 2, 2125, 1, 'Mayaumekis Shrine', '566497896325020658', 35.7665625, -22.843652343749998, 0, 0, 1, '0000-00-00 00:00:00'), +(23583, 2102, NULL, 2, 2125, 1, 'Kahatanaum Shrine', '7549815870314025151', 31.6874296875, -18.380789062500003, 0, 0, 1, '0000-00-00 00:00:00'), +(23584, 2102, NULL, 2, 2125, 1, 'Igoshon Shrine', '15807455737262066764', 111.102046875, -50.790486328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23585, 2102, NULL, 2, 2125, 1, 'Natak Shrine', '10321403316262478069', 113.328515625, -41.20667578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23586, 2102, NULL, 2, 2125, 1, 'Gikaku Shrine', '12701036722233030766', 123.11715234375, -33.21075, 0, 0, 1, '0000-00-00 00:00:00'), +(23587, 2102, NULL, 2, 2125, 1, 'Jinodok Shrine', '10610809984558587818', 55.57920703125, -76.01905078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23588, 2102, NULL, 2, 2125, 1, 'Kadaunar Shrine', '15401342467416107606', 92.366859375, -44.49825, 0, 0, 1, '0000-00-00 00:00:00'), +(23589, 2102, NULL, 2, 2125, 1, 'Ukoojisi Shrine', '7242573067115231041', 87.52278515625, -84.01046484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23590, 2102, NULL, 2, 2125, 1, 'Yansamin Shrine', '17664182441699345035', 97.8631640625, -79.48601953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23591, 2102, NULL, 2, 2125, 1, 'Kumamayn Shrine', '5975863457826967040', 103.7911875, -92.0680546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23592, 2102, NULL, 2, 2125, 1, 'Mayasiar Shrine', '8915616496436459985', 28.749820312500006, -62.3514234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23593, 2102, NULL, 2, 2125, 1, 'Rakashog Shrine', '4481796069518402693', 50.21000390624999, -83.4223359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23594, 2102, NULL, 2, 2125, 1, 'Taninoud Shrine', '9837676963057931142', 49.19511328125, -18.670230468750002, 0, 0, 1, '0000-00-00 00:00:00'), +(23595, 2102, NULL, 2, 2125, 1, 'Mayam Shrine', '2421293063711975271', 74.30148867187499, -25.608609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23596, 2102, NULL, 2, 2125, 1, 'Simosiwak Shrine', '9202906523206436946', 72.21641132812499, -35.48841796875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23597, 2102, NULL, 2, 2125, 1, 'Taunhiy Shrine', '14199645569445824140', 42.165890625, -48.923119921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23598, 2102, NULL, 2, 2125, 1, 'Josiu Shrine', '3803494967063147861', 90.91979296875, -72.7545, 0, 0, 1, '0000-00-00 00:00:00'), +(23599, 2102, NULL, 2, 2125, 1, 'Mayanas Shrine', '2250303367775975576', 124.3747734375, -69.692886328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23600, 2102, NULL, 2, 2125, 1, 'Ijo-o Shrine', '17817353031899869246', 25.0646953125, -27.1696875, 0, 0, 1, '0000-00-00 00:00:00'), +(23601, 2102, NULL, 2, 2125, 1, 'Ga-ahisas Shrine', '6920521167051147138', 28.17015234375, -47.334528515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23602, 2102, NULL, 2, 2125, 1, 'Ganos Shrine', '17148149742622196180', 30.82447265625, -53.11534921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23603, 2102, NULL, 2, 2125, 1, 'Jirutagumac Shrine', '5868318661063497950', 104.48293359375, -52.33217109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23604, 2102, NULL, 2, 2125, 1, 'Tenbez Shrine', '11427190267400183217', 58.943194921875005, -17.16796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23605, 2102, NULL, 2, 2125, 1, 'Siyamotsus Shrine', '18046839839417991218', 49.27734375, -97.20235546875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23606, 2102, NULL, 2, 2125, 1, 'Mogisari Shrine', '9332168032648073450', 124.86328125, -17.58346875, 0, 0, 1, '0000-00-00 00:00:00'), +(23607, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '11091549580615745617', 109.4613046875, -52.44253125, 0, 0, 1, '0000-00-00 00:00:00'), +(23608, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '670814619871574662', 80.0847890625, -75.67972265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23609, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '17834526685843804832', 17.9249296875, -33.15453515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23610, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '12415947737911523872', 18.192246093749997, -90.61038281249999, 0, 0, 1, '0000-00-00 00:00:00'), +(23611, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '1986020912273153134', 75.84444843749999, -77.40626953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23612, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '10777930978159296231', 124.83445312500002, -103.46567578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23613, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '12785951251630504675', 111.02084765625, -48.39598007812499, 0, 0, 1, '0000-00-00 00:00:00'), +(23614, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '7753237306740896067', 71.73276796875001, -73.50573046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23615, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '9656043850692720211', 89.66755078125, -84.26602734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23616, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '417052409342619653', 85.79286328125, -97.62202734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23617, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '12374186808286670327', 74.31124453125, -71.4467578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23618, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '8430896087115556560', 77.21403046875, -69.28538671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23619, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '8773634222478081979', 76.186828125, -77.49673828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23620, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '8136466365309978793', 80.318194921875, -75.519796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23621, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '3872714873027077662', 27.71516015625, -53.124221484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23622, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '11411219828237605981', 30.02893359375, -41.8198359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23623, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '5114472301596073210', 25.76173828125, -29.6991328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23624, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '7700079370819772878', 124.91239453124999, -68.787223828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23625, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '18371741502374795567', 126.0025546875, -67.70575078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23626, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '5691569256957001682', 92.009859375, -70.066425, 0, 0, 1, '0000-00-00 00:00:00'), +(23627, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '8688382086926296901', 91.0053515625, -73.95403125, 0, 0, 1, '0000-00-00 00:00:00'), +(23628, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '15362114318872927496', 92.9739375, -71.06907421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23629, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '1847915464330506328', 50.99337890624999, -17.424304687499998, 0, 0, 1, '0000-00-00 00:00:00'), +(23630, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '18276965192563104883', 101.30755078125, -75.1649765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23631, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '16593700500814020249', 94.04412890625, -45.1518515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23632, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '2157549263046577864', 91.53193359375, -46.71540234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23633, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '14802750979980998435', 60.75343828125, -77.23386328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23634, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '18358225765623179803', 53.24325, -77.16029296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23635, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '8025772427704871030', 55.8690703125, -74.999859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23636, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '9980834212502169833', 113.49800390625, -52.3713515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23637, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '14727761701998700290', 110.83728515625, -54.288566015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23638, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '15462235196027676582', 112.88382421875, -51.38076328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23639, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '6356293827625236934', 112.55464453125, -53.657484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23640, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '7530653482124541386', 43.38969140625, -63.41878125, 0, 0, 1, '0000-00-00 00:00:00'), +(23641, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '1950552174935191379', 66.414348046875, -88.96262109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23642, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '17213520049899645000', 108.9200390625, -18.34969921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23643, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '7638258738140520749', 109.9154296875, -51.17428125000001, 0, 0, 1, '0000-00-00 00:00:00'), +(23644, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '7336531139994088567', 25.424578125, -26.77714453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23645, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '12982257783340555813', 54.5181328125, -76.6640390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23646, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '1984953898143305789', 105.39169921875, -61.54423828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23647, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '12889407973329805926', 29.58046875, -17.41932421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23648, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '10822848644781216269', 83.5126640625, -96.95658984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(23649, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '3779756660275854581', 113.25973828125, -37.55860546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23650, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '3040862838791505171', 100.2217734375, -100.7981015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23651, 2102, NULL, 2, 2145, 1, 'Treasure Chest', '10765036430756727949', 74.544444140625, -77.7186328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23652, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '13577996109993725896', 87.865265625, -33.3697265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23653, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '17027564096477698406', 90.98637890625, -32.02908984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23654, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '15226683786095000868', 93.60819140625, -29.52842578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23655, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '11886504992873446980', 94.906546875, -22.04269921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23656, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '9246139572650305795', 92.06109375, -24.756949218749998, 0, 0, 1, '0000-00-00 00:00:00'), +(23657, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '17598119870804158193', 63.60311367187499, -62.309293359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23658, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '13223568208597406827', 90.34897265625, -44.59545703125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23659, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '230552808195463906', 88.76351953125, -44.65925390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23660, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '11397233241289360897', 90.0579140625, -45.32777343750001, 0, 0, 1, '0000-00-00 00:00:00'), +(23661, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '352376194599013459', 82.5202734375, -98.06023828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23662, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '12985637522775966863', 80.661815625, -91.2621328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23663, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '2371108008813842096', 81.473302734375, -95.07471093749999, 0, 0, 1, '0000-00-00 00:00:00'), +(23664, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '12961705993938183137', 81.02176406250001, -93.68028515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23665, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '8575199188062353971', 82.53179296875, -99.773015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23666, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '12384673507185693210', 85.68301171875, -98.40764062500001, 0, 0, 1, '0000-00-00 00:00:00'), +(23667, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '13108805475866219572', 84.874078125, -99.53546484374999, 0, 0, 1, '0000-00-00 00:00:00'), +(23668, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '16551922775305595721', 81.655096875, -97.33733203125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23669, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '1381381030338649988', 82.15378125, -97.10484375000001, 0, 0, 1, '0000-00-00 00:00:00'), +(23670, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '8923401910321011575', 85.65491015625, -96.2053828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23671, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '1310340859505798519', 30.977613281249994, -18.573984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23672, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '17808571509821911085', 29.685703125, -16.07401171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23673, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '12873254517978170572', 34.685484375, -21.71185546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23674, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '923308658299718793', 33.71671875, -18.763148437499996, 0, 0, 1, '0000-00-00 00:00:00'), +(23675, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '13474950817219191292', 32.11771875, -19.699171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23676, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '4346310929746991129', 36.115359375, -22.35544921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23677, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '15681300147156660077', 37.0148203125, -29.41154296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23678, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '3465353039321602208', 40.5258515625, -18.6108984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23679, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '2799197557063856557', 109.665140625, -50.799038671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23680, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '6271540893534223348', 113.5872890625, -51.6416484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23681, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '5959496279850937151', 110.33564062500002, -48.69765351562499, 0, 0, 1, '0000-00-00 00:00:00'), +(23682, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '1179530116824330414', 112.65425390625, -49.714125, 0, 0, 1, '0000-00-00 00:00:00'), +(23683, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '4373720113217302395', 115.74800390625, -51.95240625, 0, 0, 1, '0000-00-00 00:00:00'), +(23684, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '16214446909535216399', 109.64110546875001, -54.489515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23685, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '5064574262399912277', 107.81436328125, -51.580468359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23686, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '18130305609535730676', 112.02730078125, -52.9514296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23687, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '9878961607953221501', 114.97250390625003, -40.05809765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23688, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '16186188512693537154', 120.3418359375, -22.17328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23689, 2102, NULL, 2, 2145, 1, 'Treasure Chest', '12314378727612381479', 122.67255468750002, -34.85429296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23690, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '14297746811944729045', 59.13115781250001, -78.93221484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23691, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '1197585149070437', 58.754606249999995, -78.9751171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23692, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '2692623078327106816', 55.93700390625, -59.066582578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23693, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '14474242815501217750', 81.37087617187501, -59.1175177734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23694, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '255042994111097305', 77.2358390625, -60.731834765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23695, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '16887809065342948949', 87.822984375, -55.5810234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23696, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '10158452085007421266', 91.185375, -47.091055078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23697, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '8126075550031825859', 95.61965625, -88.9696640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23698, 2102, NULL, 2, 2145, 1, 'Treasure Chest', '12262631164200076280', 98.13502734375, -79.3883203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23699, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '7421986010725994499', 30.74012109375, -58.83497484375001, 0, 0, 1, '0000-00-00 00:00:00'), +(23700, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '12826721193418470354', 29.80276171875, -61.68127265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23701, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '7768005075754752823', 47.3872734375, -79.80234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23702, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '14300441561420407308', 47.35275, -79.8414140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23703, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '2696629006754560889', 75.412395703125, -32.8640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23704, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '13327614428398590506', 89.8000546875, -62.72642109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23705, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '4955019236407069', 25.07058984375, -24.3401015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23706, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '1734683952980485907', 34.27233984375, -33.375984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23707, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '15149725342529566916', 26.00279296875, -40.16148046875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23708, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '11354847325397059866', 23.8846640625, -51.467279296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23709, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '14818228311400135295', 28.48681640625, -45.91433203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23710, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '1510081893839605392', 27.7376015625, -46.29049218750001, 0, 0, 1, '0000-00-00 00:00:00'), +(23711, 2102, NULL, 2, 2145, 1, 'Treasure Chest', '11573380211733821347', 28.20350390625, -47.546966015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23712, 2102, NULL, 2, 2159, 1, 'Treasure Chest', '6373743458188454703', 107.43694921875, -53.2104515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23713, 2102, NULL, 2, 2158, 1, 'Treasure Chest', '8433656076063719808', 104.42102343750003, -52.44140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23714, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '6218117847730657657', 61.083984375, -17.314453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23715, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '2248014311888494095', 59.6220703125, -17.314453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23716, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '5124732799001626036', 60.8935546875, -16.142578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23717, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '13284532362421963317', 59.6220703125, -17.021484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23718, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '7420830911250208402', 60.380859375, -16.669921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23719, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '10724043441000634568', 62.046716015624995, -17.167382812499998, 0, 0, 1, '0000-00-00 00:00:00'), +(23720, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '16156981321537297141', 49.276828125, -99.087890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23721, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '12757856454296129156', 49.2802734375, -100.3125, 0, 0, 1, '0000-00-00 00:00:00'), +(23722, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '1574696515419683671', 49.658203125, -99.4921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23723, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '16606172654069176069', 48.896484375, -99.4921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23724, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '14728341341075616106', 48.896484375, -98.73046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23725, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '4702884577904550571', 49.658203125, -98.73046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23726, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '8974787419088777726', 124.248046875, -16.142578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23727, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '10695008420299806052', 123.720703125, -15.556640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23728, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '5983118884465556012', 125.771484375, -16.845703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23729, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '13762740088801683157', 126.240234375, -15.732421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23730, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '4859454658227449857', 125.302734375, -15.029296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23731, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '1169498508010251158', 124.86328125, -15.09375, 0, 0, 1, '0000-00-00 00:00:00'), +(23732, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '6622572320582427780', 74.76055781250001, -78.50080078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23733, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '13596897972147538', 76.3282125, -71.48609765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23734, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '16214789506242704249', 73.59665859374999, -69.407426953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23735, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '2597875349272086117', 70.59725109374999, -76.4963203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23736, 2102, NULL, 2, 2144, 1, 'Treasure Chest', '3739641094631643897', 71.974048828125, -77.184375, 0, 0, 1, '0000-00-00 00:00:00'), +(23737, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '12866108453194194675', 71.843560546875, -75.58876171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23738, 2102, NULL, 2, 2145, 1, 'Treasure Chest', '17495534538993137805', 73.10739375, -76.85497265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23739, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '12579209783917428061', 74.00246953125, -77.66975390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23740, 2102, NULL, 2, 2145, 1, 'Treasure Chest', '473621139589486047', 79.31391796875, -74.2763671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23741, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '10920102549671158099', 80.04347578125, -73.08247265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23742, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '17108513716520963657', 78.97235859375, -72.707578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23743, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '3317320439371676550', 79.202220703125, -74.7312890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23744, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '9450327945854371197', 79.316066015625, -74.6440546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23745, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '11627614953678724080', 76.6745625, -75.2211328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23746, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '12461254479302305629', 71.261183203125, -70.20945, 0, 0, 1, '0000-00-00 00:00:00'), +(23747, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '10861175834527932981', 74.874071484375, -72.46678125, 0, 0, 1, '0000-00-00 00:00:00'), +(23748, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '17304748844865786309', 73.540177734375, -78.7045078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23749, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '4626645017604891020', 77.01092695312501, -78.21609375000001, 0, 0, 1, '0000-00-00 00:00:00'), +(23750, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '15724262457299544102', 75.3745171875, -79.7803125, 0, 0, 1, '0000-00-00 00:00:00'), +(23751, 2102, NULL, 2, 2145, 1, 'Treasure Chest', '16713403275151818181', 75.6270609375, -67.5615234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23752, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '8571370208767071964', 24.963796875, -25.3057265625, 0, 0, 1, '0000-00-00 00:00:00'), +(23753, 2102, NULL, 2, 2143, 1, 'Treasure Chest', '11462752253320001959', 24.73259765625, -25.648019531249997, 0, 0, 1, '0000-00-00 00:00:00'), +(23754, 2102, NULL, 2, 2149, 1, 'Goddess\' Statue', '1761088810249140779', 85.9629375, -97.40504296875001, 0, 0, 1, '0000-00-00 00:00:00'), +(23755, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '13737252128436665768', 71.5198921875, -76.05005859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23756, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '4172555731074303282', 77.375709375, -77.814609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23757, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '9419981519637504422', 75.648573046875, -76.71130078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23758, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '3209243504181540892', 73.4168953125, -77.636390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23759, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '1234807994507443699', 73.4045625, -77.5553671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23760, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '4067539276003594108', 70.607045390625, -76.46240624999999, 0, 0, 1, '0000-00-00 00:00:00'), +(23761, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '7434720968593369161', 34.5999140625, -21.774996093749998, 0, 0, 1, '0000-00-00 00:00:00'), +(23762, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '13513343293716015669', 81.3305859375, -97.4367890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23763, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '9557694225434617795', 81.39338203125, -95.09408203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23764, 2102, NULL, 2, 2136, 1, 'Cracked Wall', '3459435166313729402', 81.53938593750001, -97.39587890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23765, 2102, NULL, 2, 2104, 1, 'Wooden Bow', '9837592605727981437', 116.12991796875, -70.9170234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23766, 2102, NULL, 2, 2104, 1, 'Strong Construct Bow', '3732180920130965066', 97.4514609375, -79.18374609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23767, 2102, NULL, 2, 2104, 1, 'Old Wooden Bow', '5624224744730866950', 71.58399609375, -73.26971484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23768, 2102, NULL, 2, 2104, 1, 'Old Wooden Bow', '5557941259072015343', 75.576909375, -77.50529296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23769, 2102, NULL, 2, 2104, 1, 'Old Wooden Bow', '1365318190718119709', 72.31110234375001, -71.36694140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23770, 2102, NULL, 2, 2104, 1, 'Old Wooden Bow', '13591763607747782795', 73.18744453125, -72.59471484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23771, 2102, NULL, 2, 2103, 1, 'Rusty Claymore', '8434458639055186787', 49.76058984375, -19.018242187499997, 0, 0, 1, '0000-00-00 00:00:00'), +(23772, 2102, NULL, 2, 2103, 1, 'Rusty Claymore', '12449664638931658838', 121.80472265625, -70.3107046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23773, 2102, NULL, 2, 2103, 1, 'Rusty Claymore', '6606015405467606025', 116.23995703125, -71.44079296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23774, 2102, NULL, 2, 2103, 1, 'Rusty Claymore', '12700943981183295656', 121.822640625, -70.338703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23775, 2102, NULL, 2, 2103, 1, 'Rusty Claymore', '2803758953465335555', 116.1620859375, -70.91280468750001, 0, 0, 1, '0000-00-00 00:00:00'), +(23776, 2102, NULL, 2, 2103, 1, 'Zonaite Longsword', '8030115604565970904', 98.17458984375, -79.5914765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23777, 2102, NULL, 2, 2103, 1, 'Strong Zonaite Longsword', '9390771225632341635', 115.41821484375, -52.317328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23778, 2102, NULL, 2, 2103, 1, 'Strong Zonaite Longsword', '195955662523748372', 109.66098046875003, -52.004387109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23779, 2102, NULL, 2, 2103, 1, 'Thick Stick', '16316642832609107723', 71.2099378125, -73.996171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23780, 2102, NULL, 2, 2103, 1, 'Thick Stick', '9016200524442529084', 73.557234375, -78.55461328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23781, 2102, NULL, 2, 2103, 1, 'Thick Stick', '13916990920055500544', 71.316523828125, -76.38936328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23782, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '12776606491356664968', 116.200078125, -71.4031171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23783, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '12899482844990023417', 116.1093984375, -71.110875, 0, 0, 1, '0000-00-00 00:00:00'), +(23784, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '4695799601495161582', 49.56842578125, -18.865839843750003, 0, 0, 1, '0000-00-00 00:00:00'), +(23785, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '14123884067801905751', 115.9110703125, -71.405484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23786, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '4692913692744157270', 71.56305351562499, -73.23996093749999, 0, 0, 1, '0000-00-00 00:00:00'), +(23787, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '9040247732770080496', 75.57858515625, -77.5416328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23788, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '5747354583015313104', 121.65903515625, -70.530703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23789, 2102, NULL, 2, 2105, 1, 'Rusty Shield', '8079394755253636777', 49.65423046875, -19.098890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23790, 2102, NULL, 2, 2105, 1, 'Zonaite Shield', '921239069877582450', 116.63934375, -76.7281171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23791, 2102, NULL, 2, 2105, 1, 'Zonaite Shield', '2094534025870233206', 87.842484375, -33.48083203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23792, 2102, NULL, 2, 2105, 1, 'Zonaite Shield', '7626038571108746255', 116.57773828125, -76.7033671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23793, 2102, NULL, 2, 2105, 1, 'Zonaite Shield', '7589537142902202652', 98.050640625, -79.6263046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23794, 2102, NULL, 2, 2105, 1, 'Zonaite Shield', '349584004329069276', 116.6521171875, -76.7340234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23795, 2102, NULL, 2, 2105, 1, 'Old Wooden Shield', '1525727601619298400', 79.04777812500001, -74.63314453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23796, 2102, NULL, 2, 2105, 1, 'Old Wooden Shield', '18306610324791630555', 87.833015625, -33.498375, 0, 0, 1, '0000-00-00 00:00:00'), +(23797, 2102, NULL, 2, 2103, 1, 'Rusty Halberd', '2878908876336493520', 81.40205976562501, -97.35639843749999, 0, 0, 1, '0000-00-00 00:00:00'), +(23798, 2102, NULL, 2, 2103, 1, 'Rusty Halberd', '16679092508859123853', 116.154328125, -71.3703515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23799, 2102, NULL, 2, 2103, 1, 'Rusty Halberd', '4020035280420690499', 116.0447109375, -71.14292578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23800, 2102, NULL, 2, 2103, 1, 'Rusty Halberd', '6020748589895239541', 81.36406875, -94.95186328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23801, 2102, NULL, 2, 2103, 1, 'Zonaite Spear', '8074128105207912921', 109.344, -52.415779687500006, 0, 0, 1, '0000-00-00 00:00:00'), +(23802, 2102, NULL, 2, 2103, 1, 'Zonaite Spear', '2708185185203649771', 97.44284765625, -79.1367890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23803, 2102, NULL, 2, 2103, 1, 'Long Stick', '10786987685449703551', 78.250508203125, -75.47061328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23804, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '9369044512247247238', 49.72789453125, -19.001109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23805, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '6560479700957355692', 121.68116015624999, -70.53509765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23806, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '9736672863219651045', 116.20215234375, -71.5079765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23807, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '4386356845445359342', 71.57259140625, -73.25390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23808, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '7131686375696631038', 116.20841015625003, -71.41162499999999, 0, 0, 1, '0000-00-00 00:00:00'), +(23809, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '15880659285074089165', 121.82736328125002, -70.395796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23810, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '7061154437684313955', 49.47387890625, -18.836074218749996, 0, 0, 1, '0000-00-00 00:00:00'), +(23811, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '11398373910949003944', 116.12530078125, -71.148046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23812, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '16236721930997808343', 116.13125390625, -71.12475, 0, 0, 1, '0000-00-00 00:00:00'), +(23813, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '3469416710268894971', 75.24721054687501, -76.72836328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23814, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '11476494319037602928', 75.57803671875, -77.52474609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23815, 2102, NULL, 2, 2103, 1, 'Rusty Broadsword', '14486858564331886102', 49.7305546875, -19.106109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23816, 2102, NULL, 2, 2103, 1, 'Zonaite Sword', '15654434377538529185', 98.14025390625, -79.61073046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23817, 2102, NULL, 2, 2103, 1, 'Zonaite Sword', '11158570741340925141', 90.35743359375, -44.91653906249999, 0, 0, 1, '0000-00-00 00:00:00'), +(23818, 2102, NULL, 2, 2103, 1, 'Zonaite Sword', '1662249292277575447', 97.42557421875, -79.18344140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23819, 2102, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '14496019001213998311', 109.3124296875, -52.18708007812499, 0, 0, 1, '0000-00-00 00:00:00'), +(23820, 2102, NULL, 2, 2103, 1, 'Strong Zonaite Sword', '5499812100419260881', 110.51528906249997, -52.070211328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23821, 2102, NULL, 2, 2103, 1, 'Tree Branch', '8246049341857606592', 78.167373046875, -76.2429140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23822, 2102, NULL, 2, 2103, 1, 'Tree Branch', '7205872939378085237', 75.72544453124999, -74.21671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23823, 2102, NULL, 2, 2103, 1, 'Tree Branch', '18280294825690926865', 74.933090625, -74.12820703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23824, 2102, NULL, 2, 2103, 1, 'Tree Branch', '11762170671063625421', 74.941048828125, -74.91530859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23825, 2102, NULL, 2, 2103, 1, 'Tree Branch', '17810987626798937917', 74.986566796875, -74.71646484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23826, 2102, NULL, 2, 2103, 1, 'Tree Branch', '5144496804821579550', 75.04800703125, -74.324765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23827, 2102, NULL, 2, 2103, 1, 'Tree Branch', '7297277295517542170', 75.2557125, -74.67706640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23828, 2102, NULL, 2, 2103, 1, 'Tree Branch', '11019220840484717996', 75.3136453125, -72.75441796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23829, 2102, NULL, 2, 2103, 1, 'Tree Branch', '3321102842273978131', 75.704185546875, -72.52434375, 0, 0, 1, '0000-00-00 00:00:00'), +(23830, 2102, NULL, 2, 2103, 1, 'Tree Branch', '13442475929193171433', 75.47478749999999, -72.71867578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23831, 2102, NULL, 2, 2103, 1, 'Tree Branch', '17096302229014536784', 75.99115546875, -72.34934765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23832, 2102, NULL, 2, 2103, 1, 'Tree Branch', '2608562089041960828', 75.9040125, -71.62597265625001, 0, 0, 1, '0000-00-00 00:00:00'), +(23833, 2102, NULL, 2, 2103, 1, 'Tree Branch', '235778357849654067', 74.938318359375, -70.9278515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23834, 2102, NULL, 2, 2103, 1, 'Tree Branch', '14490912091306256792', 76.14771328124999, -72.18026953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23835, 2102, NULL, 2, 2103, 1, 'Tree Branch', '5325364432251371671', 75.273619921875, -72.99608203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23836, 2102, NULL, 2, 2103, 1, 'Tree Branch', '17713381664304077777', 75.26788359375, -71.6849765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23837, 2102, NULL, 2, 2103, 1, 'Tree Branch', '14779395558672007510', 75.94255312499999, -70.8021796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23838, 2102, NULL, 2, 2103, 1, 'Tree Branch', '13333464099093709669', 75.49578984374999, -70.76035546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23839, 2102, NULL, 2, 2103, 1, 'Tree Branch', '3330735706543878734', 75.26307187500001, -71.17180078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23840, 2102, NULL, 2, 2103, 1, 'Tree Branch', '8429143769839919970', 76.855991015625, -72.01209375, 0, 0, 1, '0000-00-00 00:00:00'), +(23841, 2102, NULL, 2, 2103, 1, 'Tree Branch', '16185122104372458143', 74.2538859375, -68.534619140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23842, 2102, NULL, 2, 2103, 1, 'Tree Branch', '4195067145245371190', 73.4520609375, -68.700605859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23843, 2102, NULL, 2, 2103, 1, 'Tree Branch', '514928504689572601', 71.870640234375, -72.8581640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23844, 2102, NULL, 2, 2103, 1, 'Tree Branch', '6774803343030404817', 72.0239625, -72.70405078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23845, 2102, NULL, 2, 2103, 1, 'Tree Branch', '11170972978225083726', 70.36578210937499, -76.3865625, 0, 0, 1, '0000-00-00 00:00:00'), +(23846, 2102, NULL, 2, 2103, 1, 'Tree Branch', '4385981112876524125', 70.73193222656249, -76.349953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23847, 2102, NULL, 2, 2103, 1, 'Tree Branch', '3684176999671101811', 75.83896992187499, -77.0848359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23848, 2102, NULL, 2, 2103, 1, 'Tree Branch', '1073849067569607446', 75.31749609375, -77.27503125, 0, 0, 1, '0000-00-00 00:00:00'), +(23849, 2102, NULL, 2, 2103, 1, 'Tree Branch', '17620791972842629540', 74.1183046875, -77.814, 0, 0, 1, '0000-00-00 00:00:00'), +(23850, 2102, NULL, 2, 2103, 1, 'Tree Branch', '11030320178946061886', 75.88395468750001, -78.47823046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23851, 2102, NULL, 2, 2103, 1, 'Tree Branch', '5621284908310487863', 76.17774140625001, -78.078890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23852, 2102, NULL, 2, 2103, 1, 'Tree Branch', '7634346824306785418', 75.947073046875, -77.74367578125, 0, 0, 1, '0000-00-00 00:00:00'), +(23853, 2102, NULL, 2, 2103, 1, 'Tree Branch', '6017587054715240650', 73.47149531250001, -76.68725390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23854, 2102, NULL, 2, 2103, 1, 'Tree Branch', '4640799270487178736', 73.3813125, -76.56601171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23855, 2102, NULL, 2, 2103, 1, 'Tree Branch', '7052308676773318284', 78.69165703124999, -76.4962734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23856, 2102, NULL, 2, 2103, 1, 'Tree Branch', '5841085020985472614', 78.83571796875, -75.493359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23857, 2102, NULL, 2, 2103, 1, 'Tree Branch', '13969959195686809932', 77.8655859375, -73.14033984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23858, 2102, NULL, 2, 2103, 1, 'Tree Branch', '14293028786580618586', 77.601019921875, -74.12443359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23859, 2102, NULL, 2, 2103, 1, 'Tree Branch', '14145149047088050342', 79.070625, -75.82575, 0, 0, 1, '0000-00-00 00:00:00'), +(23860, 2102, NULL, 2, 2103, 1, 'Tree Branch', '4012332245341901940', 78.692771484375, -75.13665234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23861, 2102, NULL, 2, 2103, 1, 'Tree Branch', '13245979334157670209', 78.295001953125, -77.14482421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23862, 2102, NULL, 2, 2103, 1, 'Tree Branch', '14124075675901492984', 76.109465625, -73.44643359375, 0, 0, 1, '0000-00-00 00:00:00'), +(23863, 2102, NULL, 2, 2103, 1, 'Tree Branch', '7368190228019575701', 80.29548398437501, -75.40965234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23864, 2102, NULL, 2, 2103, 1, 'Tree Branch', '11963227985550390365', 80.12325820312499, -75.97876171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23865, 2102, NULL, 2, 2103, 1, 'Tree Branch', '9831545175399815116', 80.42276015624999, -75.58340625, 0, 0, 1, '0000-00-00 00:00:00'), +(23866, 2102, NULL, 2, 2103, 1, 'Tree Branch', '1240529359688171419', 74.034036328125, -74.55458203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23867, 2102, NULL, 2, 2103, 1, 'Tree Branch', '15545459954099724056', 74.15080078125, -74.6450390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23868, 2102, NULL, 2, 2103, 1, 'Tree Branch', '12811987766267169311', 73.94441953125, -74.11551562499999, 0, 0, 1, '0000-00-00 00:00:00'), +(23869, 2102, NULL, 2, 2103, 1, 'Tree Branch', '6631839707872833091', 76.99885546875, -69.111781640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23870, 2102, NULL, 2, 2103, 1, 'Tree Branch', '14646917716792148421', 76.77151523437499, -69.255975, 0, 0, 1, '0000-00-00 00:00:00'), +(23871, 2102, NULL, 2, 2103, 1, 'Tree Branch', '7807925842521922565', 77.006958984375, -78.9403828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23872, 2102, NULL, 2, 2103, 1, 'Tree Branch', '60502510539315196', 73.49522109374999, -75.2956875, 0, 0, 1, '0000-00-00 00:00:00'), +(23873, 2102, NULL, 2, 2103, 1, 'Tree Branch', '15828439794838382817', 74.436235546875, -75.1301015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23874, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '4642960409038061497', 80.3046375, -75.73423828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23875, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '14381995565664458580', 76.830476953125, -74.58685546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23876, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '673307025135811059', 77.200932421875, -74.19725390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23877, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '8783882977253373927', 72.24018046875, -70.098748828125, 0, 0, 1, '0000-00-00 00:00:00'), +(23878, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '15004677984697780741', 78.258741796875, -75.66001171875, 0, 0, 1, '0000-00-00 00:00:00'), +(23879, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '4800833083174122711', 74.67202265625, -74.08313671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23880, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '18256122376156683605', 77.990886328125, -76.683515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23881, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '7790918147465062832', 75.307618359375, -78.523875, 0, 0, 1, '0000-00-00 00:00:00'), +(23882, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '5181398282915713398', 75.2656125, -78.39908203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23883, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '17848802993703703829', 70.43393296875, -73.901390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23884, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '13752928125678402035', 71.230404609375, -76.227328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23885, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '3179303470635232583', 72.562102734375, -70.38052734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23886, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '9231077693249323985', 76.29127265625, -73.67165625, 0, 0, 1, '0000-00-00 00:00:00'), +(23887, 2102, NULL, 2, 2103, 1, 'Wooden Stick', '5039600701894124024', 79.3883109375, -73.21728515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23888, 2103, NULL, 2, 2161, 1, 'Phantom Ganon', '10970842928995574701', 67.39197421875, -50.024150390625, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(23889, 2103, NULL, 2, 2161, 1, 'Master Kohga', '6369111388359834223', 29.772832031249994, -36.783082031250004, 0, 0, 1, '0000-00-00 00:00:00'), +(23890, 2103, NULL, 2, 2161, 1, 'Master Kohga', '2748754549880022168', 61.790717578125005, -80.3621953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23891, 2103, NULL, 2, 2161, 1, 'Master Kohga', '10723361276541595828', 109.5941484375, -52.824312890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23892, 2103, NULL, 2, 2161, 1, 'Master Kohga', '5557673134370542044', 26.1545859375, -91.81069921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23893, 2103, NULL, 2, 2153, 1, 'King Gleeok', '17525482178277971341', 74.220933984375, -22.0067109375, 0, 0, 1, '0000-00-00 00:00:00'), +(23894, 2103, NULL, 2, 2161, 1, 'Queen Gibdo', '6270701312224455809', 67.39197421875, -50.024150390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23895, 2103, NULL, 2, 2161, 1, 'Queen Gibdo', '16102269431729981480', 38.42923828125, -59.492176640625004, 0, 0, 1, '0000-00-00 00:00:00'), +(23896, 2103, NULL, 2, 2161, 1, 'Queen Gibdo', '6031128008877239078', 27.706453125, -68.409825, 0, 0, 1, '0000-00-00 00:00:00'), +(23897, 2103, NULL, 2, 2161, 1, 'Queen Gibdo', '13679657688670718412', 81.43902304687501, -63.996776953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23898, 2103, NULL, 2, 2161, 1, 'Marbled Gohma', '14700854272254095770', 67.39197421875, -50.024150390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23899, 2103, NULL, 2, 2161, 1, 'Marbled Gohma', '8899164221420779612', 37.5836953125, -67.488366796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23900, 2103, NULL, 2, 2161, 1, 'Marbled Gohma', '13478036497897348683', 89.145703125, -59.321634257812505, 0, 0, 1, '0000-00-00 00:00:00'), +(23901, 2103, NULL, 2, 2161, 1, 'Marbled Gohma', '268066833160582041', 95.4527109375, -65.95040390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23902, 2103, NULL, 2, 2161, 1, 'Colgera', '10769258955870499555', 67.39197421875, -51.137431640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23903, 2103, NULL, 2, 2161, 1, 'Colgera', '2913438567168641393', 19.09105078125, -22.89312890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23904, 2103, NULL, 2, 2161, 1, 'Colgera', '7058364791334812681', 43.75130859375, -20.316421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23905, 2103, NULL, 2, 2161, 1, 'Colgera', '11392603486633175579', 56.78473828125, -101.08775390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(23906, 2103, NULL, 2, 2161, 1, 'Seized Construct', '2182111639520864201', 86.394703125, -97.23898828124999, 0, 0, 1, '0000-00-00 00:00:00'), +(23907, 2103, NULL, 2, 2161, 1, 'Seized Construct', '3390239066210577991', 67.39197421875, -50.024150390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23908, 2103, NULL, 2, 2161, 1, 'Mucktorok', '1451714469617495268', 67.39197421875, -50.024150390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23909, 2103, NULL, 2, 2161, 1, 'Mucktorok', '5210398793000277741', 113.33295703125, -38.90034375, 0, 0, 1, '0000-00-00 00:00:00'), +(23910, 2103, NULL, 2, 2161, 1, 'Mucktorok', '4047783038021099072', 55.7369765625, -34.988390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23911, 2103, NULL, 2, 2161, 1, 'Mucktorok', '5069068021545237469', 103.55859375, -51.4453125, 0, 0, 1, '0000-00-00 00:00:00'), +(23912, 2103, NULL, 2, 2161, 1, 'Demon King Ganondorf', '11825309485742282100', 67.39197421875, -46.514390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23913, 2103, NULL, 2, 2161, 1, 'Demon King Ganondorf (2nd Form)', '191956508985403618', 67.39197421875, -46.39134375, 0, 0, 1, '0000-00-00 00:00:00'), +(23914, 2103, NULL, 2, 2141, 1, 'Igneo Talus', '16420194130839672297', 89.91183984375, -39.726328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23915, 2103, NULL, 2, 2141, 1, 'Igneo Talus', '14365999305599602621', 104.44723828125, -28.6458046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23916, 2103, NULL, 2, 2141, 1, 'Igneo Talus', '14321487078129349713', 87.3531328125, -21.391886718749998, 0, 0, 1, '0000-00-00 00:00:00'), +(23917, 2103, NULL, 2, 2141, 1, 'Battle Talus', '14301933489819552196', 33.890402343750004, -43.503539062499996, 0, 0, 1, '0000-00-00 00:00:00'), +(23918, 2103, NULL, 2, 2141, 1, 'Battle Talus', '734898175742900540', 18.828562499999997, -35.912824218749996, 0, 0, 1, '0000-00-00 00:00:00'), +(23919, 2103, NULL, 2, 2141, 1, 'Battle Talus', '257806995679989693', 108.71333203125, -98.53248046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23920, 2103, NULL, 2, 2141, 1, 'Battle Talus', '5587051473016743388', 69.03828867187501, -67.992421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23921, 2103, NULL, 2, 2141, 1, 'Battle Talus', '5901073410690925575', 105.29295703125, -41.61328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23922, 2103, NULL, 2, 2141, 1, 'Battle Talus', '1547444985858466855', 40.70131640625, -59.8524890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23923, 2103, NULL, 2, 2141, 1, 'Frost Talus', '13537057953222982457', 14.968746093749996, -63.173994140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23924, 2103, NULL, 2, 2141, 1, 'Frost Talus', '6062387962514300764', 27.781125, -32.8569609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23925, 2103, NULL, 2, 2141, 1, 'Frost Talus', '9574730864949561488', 101.27558203125002, -81.36046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23926, 2103, NULL, 2, 2141, 1, 'Stone Talus', '8372955289030476491', 23.3178984375, -78.4710703125, 0, 0, 1, '0000-00-00 00:00:00'), +(23927, 2103, NULL, 2, 2141, 1, 'Stone Talus', '16700727111736997492', 28.93805859375, -87.226734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23928, 2103, NULL, 2, 2141, 1, 'Stone Talus', '5664120884073212404', 60.632623828125, -97.85057812500001, 0, 0, 1, '0000-00-00 00:00:00'), +(23929, 2103, NULL, 2, 2141, 1, 'Stone Talus', '15285027607181791455', 64.91882109375, -70.3673671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23930, 2103, NULL, 2, 2141, 1, 'Stone Talus', '2717240242476958557', 70.269543515625, -58.7399204296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23931, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '3037055588741651274', 44.285203125, -65.445959765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23932, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '6363774565855950232', 117.8560078125, -70.9706015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23933, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '3588912653393884250', 105.807046875, -79.43565234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23934, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '11443155446257060295', 119.42330859375, -52.525758984375, 0, 0, 1, '0000-00-00 00:00:00'), +(23935, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '7973997105951827682', 82.69194140625, -98.64135937500001, 0, 0, 1, '0000-00-00 00:00:00'), +(23936, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '10618835352613211749', 81.451923046875, -15.54732421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23937, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '13253920385584715510', 65.692962890625, -23.954941406250004, 0, 0, 1, '0000-00-00 00:00:00'), +(23938, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '1530232208606829323', 125.13097265625, -23.457046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23939, 2103, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '13304930093133988979', 99.3645, -15.970816406249996, 0, 0, 1, '0000-00-00 00:00:00'), +(23940, 2103, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '614517283498470563', 18.368789062500003, -18.902542968749998, 0, 0, 1, '0000-00-00 00:00:00'), +(23941, 2103, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '5709325748160470100', 78.4821, -52.576505859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23942, 2103, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '15424779878836339310', 17.580468749999998, -29.87801953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23943, 2103, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '8990366834921699727', 30.62671875, -45.984046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23944, 2103, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '14186229878786082807', 87.69160546875, -70.019609765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23945, 2103, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '2050956691456113054', 39.42909375, -41.11196484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23946, 2103, NULL, 2, 2140, 1, 'Lynel', '1401588164191877340', 73.281240234375, -72.50028515625, 0, 0, 1, '0000-00-00 00:00:00'), +(23947, 2103, NULL, 2, 2140, 1, 'Lynel', '4549013283541291754', 53.4535546875, -73.37949609375, 0, 0, 1, '0000-00-00 00:00:00'), +(23948, 2103, NULL, 2, 2140, 1, 'Silver Lynel', '11549014135808106547', 56.33813671875, -72.9177890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23949, 2103, NULL, 2, 2140, 1, 'Silver Lynel', '2583547711324336438', 83.012109375, -61.72166953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23950, 2103, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '1051812421091343599', 100.82987109375, -45.17056640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23951, 2103, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '10914168771557810015', 88.8832265625, -99.5679375, 0, 0, 1, '0000-00-00 00:00:00'), +(23952, 2103, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '10478863529980241360', 37.51320703125, -84.8248125, 0, 0, 1, '0000-00-00 00:00:00'), +(23953, 2103, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '15558335369704636336', 119.6728828125, -26.7058125, 0, 0, 1, '0000-00-00 00:00:00'), +(23954, 2103, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '9729204965770078384', 82.5073125, -45.416519531249996, 0, 0, 1, '0000-00-00 00:00:00'), +(23955, 2103, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '11312772454175098234', 107.22459375, -38.75804296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23956, 2103, NULL, 2, 2140, 1, 'White-Maned Lynel', '2952179819942416594', 90.9528984375, -81.166921875, 0, 0, 1, '0000-00-00 00:00:00'), +(23957, 2103, NULL, 2, 2140, 1, 'White-Maned Lynel', '1754090072805236987', 76.16626640624999, -99.10446093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(23958, 2103, NULL, 2, 2140, 1, 'White-Maned Lynel', '6571341665369602427', 55.96516406249999, -49.643396484375, 0, 0, 1, '0000-00-00 00:00:00'), +(23959, 2103, NULL, 2, 2140, 1, 'White-Maned Lynel', '13242995310314779144', 51.5294296875, -29.025796875, 0, 0, 1, '0000-00-00 00:00:00'), +(23960, 2103, NULL, 2, 2140, 1, 'Silver Lynel', '16136874360084251700', 57.45741796874999, -73.235015625, 0, 0, 1, '0000-00-00 00:00:00'), +(23961, 2103, NULL, 2, 2140, 1, 'Lynel', '1648325141052653420', 56.63244140625, -74.0742890625, 0, 0, 1, '0000-00-00 00:00:00'), +(23962, 2103, NULL, 2, 2140, 1, 'Blue-Maned Lynel', '16125825005743598833', 57.31585546874999, -73.88801953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23963, 2103, NULL, 2, 2140, 1, 'White-Maned Lynel', '16117407435011849902', 67.43066015625, -49.308554296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23964, 2103, NULL, 2, 2140, 1, 'White-Maned Lynel', '15079026017625874044', 56.16322265625, -73.57135546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23965, 2103, NULL, 2, 2160, 1, 'Frox', '9533482995923962235', 60.402826171875, -92.20133203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23966, 2103, NULL, 2, 2160, 1, 'Frox', '1978969002134918203', 63.615234375, -55.986328125, 0, 0, 1, '0000-00-00 00:00:00'), +(23967, 2103, NULL, 2, 2160, 1, 'Frox', '2789826488794643712', 43.91112890625, -81.74110546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23968, 2103, NULL, 2, 2160, 1, 'Frox', '11065257984001538111', 47.93002734375, -89.15680078125, 0, 0, 1, '0000-00-00 00:00:00'), +(23969, 2103, NULL, 2, 2160, 1, 'Frox', '12178269734113806125', 37.84264453125, -97.61190234374999, 0, 0, 1, '0000-00-00 00:00:00'), +(23970, 2103, NULL, 2, 2160, 1, 'Frox', '9846036367288186688', 41.72630859375, -95.19669140625, 0, 0, 1, '0000-00-00 00:00:00'), +(23971, 2103, NULL, 2, 2160, 1, 'Frox', '10328270447128116576', 61.00350234374999, -71.35449609374999, 0, 0, 1, '0000-00-00 00:00:00'), +(23972, 2103, NULL, 2, 2160, 1, 'Frox', '4471433317634819585', 30.137109375, -96.43333593749999, 0, 0, 1, '0000-00-00 00:00:00'), +(23973, 2103, NULL, 2, 2160, 1, 'Frox', '12500036569524877284', 66.875403515625, -79.84625390625, 0, 0, 1, '0000-00-00 00:00:00'), +(23974, 2103, NULL, 2, 2160, 1, 'Frox', '12969150355366457728', 66.50313398437501, -95.41182421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23975, 2103, NULL, 2, 2160, 1, 'Frox', '4374224543112302902', 95.14899609375, -38.08838671875, 0, 0, 1, '0000-00-00 00:00:00'), +(23976, 2103, NULL, 2, 2160, 1, 'Frox', '12191333624691976966', 72.38087578125, -68.70119296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23977, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '16647980483221192829', 99.5035078125, -48.72784453125001, 0, 0, 1, '0000-00-00 00:00:00'), +(23978, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '5670631349020401293', 76.780444921875, -18.2846953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23979, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '616703579663155458', 60.054985546874995, -38.1777421875, 0, 0, 1, '0000-00-00 00:00:00'), +(23980, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '1037511654320139812', 68.085144140625, -24.1646953125, 0, 0, 1, '0000-00-00 00:00:00'), +(23981, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '11697554953969771909', 117.51788671875, -32.957859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23982, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '1527772026081084599', 22.335609375000004, -88.53273046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23983, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '11463419723365905925', 35.17843359375, -90.00216796874999, 0, 0, 1, '0000-00-00 00:00:00'), +(23984, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '6667026148310498870', 43.96041796875, -53.306428125, 0, 0, 1, '0000-00-00 00:00:00'), +(23985, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '5162969136808801268', 59.06136328125, -25.166707031250002, 0, 0, 1, '0000-00-00 00:00:00'), +(23986, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '9534557315088646819', 54.61456640625, -47.195630859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23987, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '13381008868456051578', 51.339, -63.224452734375, 0, 0, 1, '0000-00-00 00:00:00'), +(23988, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '11460127974052525879', 105.88544531250002, -67.947809765625, 0, 0, 1, '0000-00-00 00:00:00'), +(23989, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '14407397624133737004', 15.533964843749995, -99.636046875, 0, 0, 1, '0000-00-00 00:00:00'), +(23990, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '12251528895527667485', 80.21438554687501, -98.29736718749999, 0, 0, 1, '0000-00-00 00:00:00'), +(23991, 2103, NULL, 2, 2160, 1, 'Obsidian Frox', '13837255093514248180', 118.8572578125, -46.84604296875, 0, 0, 1, '0000-00-00 00:00:00'), +(23992, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '9242284032603550008', 32.9163984375, -27.2985234375, 0, 0, 1, '0000-00-00 00:00:00'), +(23993, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '9927835261964580308', 43.590152343750006, -35.93485546875, 0, 0, 1, '0000-00-00 00:00:00'), +(23994, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '16897534171235232390', 27.801984375, -76.74406640625, 0, 0, 1, '0000-00-00 00:00:00'), +(23995, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '13851603196554131143', 24.715875, -52.029592968749995, 0, 0, 1, '0000-00-00 00:00:00'), +(23996, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '12365670230816177776', 61.35442968749999, -48.829498828125004, 0, 0, 1, '0000-00-00 00:00:00'), +(23997, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '1461859666042172890', 18.769218750000004, -27.40955859375, 0, 0, 1, '0000-00-00 00:00:00'), +(23998, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '12377670104334831108', 15.283124999999998, -72.9893203125, 0, 0, 1, '0000-00-00 00:00:00'), +(23999, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '9597483127740858165', 48.76142578125, -30.31128515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24000, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '7309042596103602194', 49.45747265625, -15.726996093749998, 0, 0, 1, '0000-00-00 00:00:00'), +(24001, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '4220478359636022535', 82.84498828125, -59.0735539453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24002, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '9893429190146755208', 26.72839453125, -46.84280859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24003, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '12561938510478171825', 72.70330195312499, -48.15825351562499, 0, 0, 1, '0000-00-00 00:00:00'), +(24004, 2103, NULL, 2, 2160, 1, 'Blue-White Frox', '13018743282921575560', 95.23313671875, -99.3003046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24005, 2103, NULL, 2, 2154, 1, 'Flux Construct I', '17999338913107429884', 44.74153125, -76.2022734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24006, 2103, NULL, 2, 2154, 1, 'Flux Construct I', '14566956898059740706', 71.4945140625, -102.118734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24007, 2103, NULL, 2, 2154, 1, 'Flux Construct I', '5961441219654151595', 78.716389453125, -66.140614453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24008, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '13645117975067836849', 21.720703125, -93.29296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24009, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '3483652224929144928', 61.836633984375, -43.78894921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24010, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '17598605949911910671', 111.6474375, -74.29875, 0, 0, 1, '0000-00-00 00:00:00'), +(24011, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '4364014246130795469', 101.23771875000001, -69.577039453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24012, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '5031365138018829090', 107.78637890625, -46.645171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24013, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '1189017656548284800', 72.944651953125, -15.542871093749998, 0, 0, 1, '0000-00-00 00:00:00'), +(24014, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '17241620804693571155', 101.72034375, -17.8957265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24015, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '16797531286285858440', 99.75517968749998, -73.49476171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24016, 2103, NULL, 2, 2154, 1, 'Flux Construct II', '11145583613564400356', 113.68275, -24.537421875000003, 0, 0, 1, '0000-00-00 00:00:00'), +(24017, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '6675287854574112562', 60.7646484375, -17.175, 0, 0, 1, '0000-00-00 00:00:00'), +(24018, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '5903652489332550636', 39.6102421875, -38.6126015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24019, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '5789571879451320381', 22.43501953125, -69.75779296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24020, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '918808305345137744', 124.862109375, -15.26953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24021, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '2610312770363458991', 18.600339843750003, -32.34643359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24022, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '14066905759849320793', 80.5032515625, -50.642766796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24023, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '8744762158735793351', 49.27734375, -99.169921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24024, 2103, NULL, 2, 2154, 1, 'Flux Construct III', '9620017455593796058', 108.55166015625, -101.9868046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24025, 2103, NULL, 2, 2148, 1, 'Cooking Pot', '2741364693824110039', 55.93137890625, -89.996953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24026, 2103, NULL, 2, 2126, 1, 'Nikohsi Lightroot', '12381965081678477176', 63.703125, -99.890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24027, 2103, NULL, 2, 2126, 1, 'Katenim Lightroot', '6692540450316233444', 74.93147226562499, -17.769269531250004, 0, 0, 1, '0000-00-00 00:00:00'), +(24028, 2103, NULL, 2, 2126, 1, 'Rikonasum Lightroot', '7852504487885913902', 75.08049609375, -33.58374609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24029, 2103, NULL, 2, 2126, 1, 'Uukukis Lightroot', '17047499894147630806', 78.48704296875, -25.864628906249997, 0, 0, 1, '0000-00-00 00:00:00'), +(24030, 2103, NULL, 2, 2126, 1, 'Ramobnukas Lightroot', '9276748500853091342', 72.267730078125, -31.393265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24031, 2103, NULL, 2, 2126, 1, 'Eknupup Lightroot', '7761453018459950974', 77.60732460937501, -32.68226953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24032, 2103, NULL, 2, 2126, 1, 'Apapes Lightroot', '13194896299493018792', 72.903692578125, -45.887390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24033, 2103, NULL, 2, 2126, 1, 'Sijnin Lightroot', '13927570019193239887', 74.47760625000001, -36.4156171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24034, 2103, NULL, 2, 2126, 1, 'Oyimay Lightroot', '17381961753032913225', 74.22378515625, -53.095142578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24035, 2103, NULL, 2, 2126, 1, 'Zi-ner Lightroot', '5446600804276168807', 79.18903359375001, -48.9381, 0, 0, 1, '0000-00-00 00:00:00'), +(24036, 2103, NULL, 2, 2126, 1, 'Korakut Lightroot', '15691772646333517729', 81.04374609375, -61.54659375, 0, 0, 1, '0000-00-00 00:00:00'), +(24037, 2103, NULL, 2, 2126, 1, 'Stakijat Lightroot', '2222982200064325555', 74.33659335937499, -70.40792578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24038, 2103, NULL, 2, 2126, 1, 'Uisihcoj Lightroot', '18215960929295425812', 81.211775390625, -80.9061328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24039, 2103, NULL, 2, 2126, 1, 'Muokuij Lightroot', '5617687387859725326', 80.478515625, -85.28203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24040, 2103, NULL, 2, 2126, 1, 'Busus Lightroot', '1395215114268221503', 74.41548515625, -82.64166796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24041, 2103, NULL, 2, 2126, 1, 'Amo-ne Lightroot', '8560432106887742236', 71.514216796875, -88.10799609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24042, 2103, NULL, 2, 2126, 1, 'Kohsustu Lightroot', '3130979434012602480', 78.175543359375, -97.94775000000001, 0, 0, 1, '0000-00-00 00:00:00'), +(24043, 2103, NULL, 2, 2126, 1, 'Kayam Lightroot', '6705387379563065827', 85.18359375, -14.84765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24044, 2103, NULL, 2, 2126, 1, 'Katoij Lightroot', '7024049064145212841', 91.817203125, -21.314906249999996, 0, 0, 1, '0000-00-00 00:00:00'), +(24045, 2103, NULL, 2, 2126, 1, 'Misisi Lightroot', '4506307247586698668', 91.90051171875, -25.27707421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24046, 2103, NULL, 2, 2126, 1, 'Cugukaram Lightroot', '988904475702885700', 90.9727265625, -29.1737109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24047, 2103, NULL, 2, 2126, 1, 'Uihcoke Lightroot', '14160680716588417692', 82.7702109375, -43.57767187499999, 0, 0, 1, '0000-00-00 00:00:00'), +(24048, 2103, NULL, 2, 2126, 1, 'Kawamit Lightroot', '5934968231895753384', 91.40593359375, -39.36983203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24049, 2103, NULL, 2, 2126, 1, 'Nojoj Lightroot', '9361904456587435139', 84.3913125, -54.721306640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24050, 2103, NULL, 2, 2126, 1, 'Uasnoj Lightroot', '4994019147886559674', 90.73641796875, -58.38094171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24051, 2103, NULL, 2, 2126, 1, 'Sohse Lightroot', '3545345458671766266', 88.63376953125, -81.3866484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24052, 2103, NULL, 2, 2126, 1, 'Arusakam Lightroot', '18020607429271974229', 91.04663671875, -70.93060546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24053, 2103, NULL, 2, 2126, 1, 'Sijotu Lightroot', '14958106492461393828', 84.59670703125, -88.40674218749999, 0, 0, 1, '0000-00-00 00:00:00'), +(24054, 2103, NULL, 2, 2126, 1, 'U-u-ujoj Lightroot', '10526215084810760955', 88.0580625, -100.518, 0, 0, 1, '0000-00-00 00:00:00'), +(24055, 2103, NULL, 2, 2126, 1, 'Mustis Lightroot', '1073446335131560504', 98.06312109375, -28.160953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24056, 2103, NULL, 2, 2126, 1, 'Kisomom Lightroot', '15300157018943625844', 105.01171875, -26.2734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24057, 2103, NULL, 2, 2126, 1, 'Uinoj Lightroot', '15775510696959450259', 104.5107421875, -52.640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24058, 2103, NULL, 2, 2126, 1, 'Sekioam Lightroot', '3613951084277037083', 96.9897421875, -56.839566796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24059, 2103, NULL, 2, 2126, 1, 'Migo-o Lightroot', '8114838972919647813', 102.60901171875003, -71.34788671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24060, 2103, NULL, 2, 2126, 1, 'Mimufis Lightroot', '8261555810043328878', 103.4218359375, -96.9079921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24061, 2103, NULL, 2, 2126, 1, 'Sikutamak Lightroot', '16351189223151010223', 110.52031640624998, -19.24550390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24062, 2103, NULL, 2, 2126, 1, 'Akinatanis Lightroot', '13832680745282739006', 115.3241484375, -31.63484765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24063, 2103, NULL, 2, 2126, 1, 'Gedihcayam Lightroot', '8950002860902977090', 106.18134375000002, -37.20703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24064, 2103, NULL, 2, 2126, 1, 'Agihi-ihcoj Lightroot', '6100267830639268098', 114.97866796874997, -44.30625, 0, 0, 1, '0000-00-00 00:00:00'), +(24065, 2103, NULL, 2, 2126, 1, 'Kegopa Lightroot', '6960229581963146386', 115.85565234375, -61.12303359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24066, 2103, NULL, 2, 2126, 1, 'Uogoj Lightroot', '12578049909514793367', 109.52656640625, -72.4909453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24067, 2103, NULL, 2, 2126, 1, 'Kawisar Lightroot', '3343250419064572858', 124.962890625, -20.34375, 0, 0, 1, '0000-00-00 00:00:00'), +(24068, 2103, NULL, 2, 2126, 1, 'Sisinatag Lightroot', '1577897290662703489', 123.01583203124999, -48.898968749999995, 0, 0, 1, '0000-00-00 00:00:00'), +(24069, 2103, NULL, 2, 2126, 1, 'Siakij Lightroot', '14870311718230209664', 120.3219375, -78.19461328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24070, 2103, NULL, 2, 2126, 1, 'Nupisoyuat Lightroot', '1553774110296074699', 17.134453125000004, -24.846035156250004, 0, 0, 1, '0000-00-00 00:00:00'), +(24071, 2103, NULL, 2, 2126, 1, 'Stamayam Lightroot', '2632044899258854009', 15.958734375, -76.31766796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24072, 2103, NULL, 2, 2126, 1, 'Rasinaduk Lightroot', '12533003852582567682', 21.4575, -83.69710546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24073, 2103, NULL, 2, 2126, 1, 'Mu-ufatur Lightroot', '1098212955050032340', 35.1745546875, -22.2559453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24074, 2103, NULL, 2, 2126, 1, 'Koro-nui Lightroot', '15979754958951728294', 28.84107421875, -48.609406640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24075, 2103, NULL, 2, 2126, 1, 'Umamustor Lightroot', '15133726274916334364', 30.394921875, -74.5763671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24076, 2103, NULL, 2, 2126, 1, 'Gonatoyros Lightroot', '9853124154943816871', 24.809625, -93.3194296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24077, 2103, NULL, 2, 2126, 1, 'Gataharak Lightroot', '7353997067445509390', 26.6174765625, -101.071734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24078, 2103, NULL, 2, 2126, 1, 'Kawagom Lightroot', '7777138780163913269', 108.963140625, -53.6736046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24079, 2103, NULL, 2, 2126, 1, 'Narusis Lightroot', '15567291360407722269', 40.329703125, -19.28708203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24080, 2103, NULL, 2, 2126, 1, 'Aduon Lightroot', '9073201416910040203', 43.154296875, -32.806640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24081, 2103, NULL, 2, 2126, 1, 'Tikanur Lightroot', '7105978231220367103', 40.67578125, -44.8828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24082, 2103, NULL, 2, 2126, 1, 'Sikurukam Lightroot', '17068668257268574088', 36.9601171875, -51.208242187500005, 0, 0, 1, '0000-00-00 00:00:00'), +(24083, 2103, NULL, 2, 2126, 1, 'Muzasu Lightroot', '16516341641098061200', 45.2565234375, -68.846919140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24084, 2103, NULL, 2, 2126, 1, 'Jadukakar Lightroot', '10674686163105987590', 46.43971875, -80.30178515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24085, 2103, NULL, 2, 2126, 1, 'Kawiraus Lightroot', '9445971057540749693', 40.72116796875, -79.33135546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24086, 2103, NULL, 2, 2126, 1, 'Kimakarut Lightroot', '187526045614146965', 39.18362109375, -84.8166328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24087, 2103, NULL, 2, 2126, 1, 'Amakawis Lightroot', '18297318738981885523', 41.7207890625, -97.77345703124999, 0, 0, 1, '0000-00-00 00:00:00'), +(24088, 2103, NULL, 2, 2126, 1, 'U-nazohso Lightroot', '5261844857660624968', 53.865234375, -15.4921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24089, 2103, NULL, 2, 2126, 1, 'Muihcoro Lightroot', '7830177784118003046', 51.12271875, -27.62741015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24090, 2103, NULL, 2, 2126, 1, 'Uoyoyuik Lightroot', '1078264261814837872', 57.342890625, -34.1154609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24091, 2103, NULL, 2, 2126, 1, 'Yisuayam Lightroot', '3938184961009095924', 56.62611328125, -28.09782421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24092, 2103, NULL, 2, 2126, 1, 'Nabahi-ikat Lightroot', '15292924324416583251', 48.87481640625, -44.5757578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24093, 2103, NULL, 2, 2126, 1, 'Kawakanis Lightroot', '13624668436923382497', 53.72326171875, -49.72594921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24094, 2103, NULL, 2, 2126, 1, 'Napanos Lightroot', '3795320250055809500', 47.794921875, -62.806640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24095, 2103, NULL, 2, 2126, 1, 'Mu-ustust Lightroot', '15588242881506300672', 53.6337890625, -74.4346171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24096, 2103, NULL, 2, 2126, 1, 'Kogoir Lightroot', '16963756904315252021', 53.40943359374999, -77.533078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24097, 2103, NULL, 2, 2126, 1, 'Koradat Lightroot', '16782305106359315442', 57.64798828125, -84.2162109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24098, 2103, NULL, 2, 2126, 1, 'Kawatik Lightroot', '9446957189684574244', 52.36907812499999, -92.91242578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24099, 2103, NULL, 2, 2126, 1, 'Sisustom Lightroot', '15572937791109486610', 49.27734375, -99.585515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24100, 2103, NULL, 2, 2126, 1, 'Ikatoayam Lightroot', '17032063559377736108', 60.353635546875005, -17.173828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24101, 2103, NULL, 2, 2126, 1, 'Nikakik Lightroot', '17409586108914469816', 65.66513671875, -26.5413046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24102, 2103, NULL, 2, 2126, 1, 'Netamnet Lightroot', '3458938780876686774', 63.33801679687501, -40.4313515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24103, 2103, NULL, 2, 2126, 1, 'Camobatures Lightroot', '14759796370794016750', 68.22826171875, -44.88590625, 0, 0, 1, '0000-00-00 00:00:00'), +(24104, 2103, NULL, 2, 2126, 1, 'Gadohsi Lightroot', '9643672080647439998', 60.017578125, -53.63671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24105, 2103, NULL, 2, 2126, 1, 'Sinonoyk Lightroot', '17000990336242649062', 67.91855859375, -53.308875, 0, 0, 1, '0000-00-00 00:00:00'), +(24106, 2103, NULL, 2, 2126, 1, 'Iayusus Lightroot', '7543225414959936403', 61.11328125, -63.669580078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24107, 2103, NULL, 2, 2126, 1, 'Nisoij Lightroot', '6666677982430176362', 67.49431523437501, -62.953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24108, 2103, NULL, 2, 2126, 1, 'Nihcayam Lightroot', '1188332605705855397', 62.044921875, -68.759765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24109, 2103, NULL, 2, 2126, 1, 'Netinet Lightroot', '2602177704870095151', 69.44629535156251, -71.66799609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24110, 2103, NULL, 2, 2126, 1, 'Nogukoyk Lightroot', '6672576738633253583', 62.012677734375, -76.77132421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24111, 2103, NULL, 2, 2126, 1, 'Nuzimak Lightroot', '10778756789868914821', 68.220703125, -76.86328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24112, 2103, NULL, 2, 2126, 1, 'Tatayam Lightroot', '16075380490593988296', 31.7437734375, -88.0240546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24113, 2103, NULL, 2, 2126, 1, 'A-nehi Lightroot', '3715004739223145212', 114.67208203125, -51.81703710937501, 0, 0, 1, '0000-00-00 00:00:00'), +(24114, 2103, NULL, 2, 2126, 1, 'Kawakarut Lightroot', '14847003636554828827', 29.44421484375, -61.10775, 0, 0, 1, '0000-00-00 00:00:00'), +(24115, 2103, NULL, 2, 2126, 1, 'Katijabis Lightroot', '856002620845773382', 98.44414453124998, -20.202878906249996, 0, 0, 1, '0000-00-00 00:00:00'), +(24116, 2103, NULL, 2, 2126, 1, 'Tayamik Lightroot', '9776046205053905990', 103.88232421875, -15.94887890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24117, 2103, NULL, 2, 2126, 1, 'Kataki Lightroot', '15188440507379936302', 24.003984375, -45.23578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24118, 2103, NULL, 2, 2126, 1, 'Usukaz Lightroot', '17593105975068887139', 111.62384765625, -75.96633984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24119, 2103, NULL, 2, 2126, 1, 'Kisihayam Lightroot', '2937876643219640696', 114.00537890624999, -82.7232421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24120, 2103, NULL, 2, 2126, 1, 'Kimnaz Lightroot', '8851247571931353791', 110.97380859375, -84.16115625, 0, 0, 1, '0000-00-00 00:00:00'), +(24121, 2103, NULL, 2, 2126, 1, 'Kotimab Lightroot', '3899227484303438246', 106.55855859375, -96.2047734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24122, 2103, NULL, 2, 2126, 1, 'Kuhsagi Lightroot', '11249560268426262525', 124.857421875, -14.859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24123, 2103, NULL, 2, 2126, 1, 'Muotue Lightroot', '1964399962173331759', 29.20003125, -16.769953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24124, 2103, NULL, 2, 2126, 1, 'Ui-ihcoj Lightroot', '5927532289172711421', 121.25362499999999, -24.87744140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24125, 2103, NULL, 2, 2126, 1, 'Kimimeg Lightroot', '17569011928743444813', 123.1875, -33.80859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24126, 2103, NULL, 2, 2126, 1, 'Kawikatisar Lightroot', '3627143891404418287', 119.14237499999999, -43.104515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24127, 2103, NULL, 2, 2126, 1, 'Kuzimoy Lightroot', '17977854599178279976', 122.02958203124999, -65.7693703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24128, 2103, NULL, 2, 2126, 1, 'Kawumoro Lightroot', '3494466116898860838', 34.24686328125, -39.646078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24129, 2103, NULL, 2, 2126, 1, 'Kimimadena Lightroot', '942715847652335116', 119.915859375, -84.109875, 0, 0, 1, '0000-00-00 00:00:00'), +(24130, 2103, NULL, 2, 2126, 1, 'Ni-iraram Lightroot', '17361455694750609913', 124.57365234375, -102.08845312499999, 0, 0, 1, '0000-00-00 00:00:00'), +(24131, 2103, NULL, 2, 2126, 1, 'Korom Lightroot', '13224911340921093339', 84.14895703125, -67.721527734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24132, 2103, NULL, 2, 2126, 1, 'Gonatoyrim Lightroot', '5001411861114026574', 15.45703125, -94.7578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24133, 2103, NULL, 2, 2126, 1, 'Kato Lightroot', '15661384375043611638', 18.8718515625, -15.0721640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24134, 2103, NULL, 2, 2126, 1, 'Sasag Lightroot', '16624547328645758630', 21.63176953125, -57.44675625, 0, 0, 1, '0000-00-00 00:00:00'), +(24135, 2103, NULL, 2, 2126, 1, 'Mustuto Lightroot', '7629193680127162509', 17.934949218749995, -66.472332421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24136, 2103, NULL, 2, 2126, 1, 'Kasari Lightroot', '14516191386673860434', 21.5859375, -103.4296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24137, 2103, NULL, 2, 2126, 1, 'Sikatag Lightroot', '526161824092106160', 27.509765625, -37.42265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24138, 2103, NULL, 2, 2126, 1, 'So-oaw Lightroot', '430492679262022050', 22.75974609375, -35.282765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24139, 2103, NULL, 2, 2126, 1, 'Worihas Lightroot', '15332436707617377508', 31.013671875, -30.638671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24140, 2103, NULL, 2, 2126, 1, 'Mihcihc Lightroot', '14632121924956587691', 32.68359375, -93.814453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24141, 2103, NULL, 2, 2126, 1, 'Yikot Lightroot', '12467162907237037140', 97.30360546875, -86.46685546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24142, 2103, NULL, 2, 2126, 1, 'Takaruk Lightroot', '10092291397787492135', 97.97255859375, -64.57434375, 0, 0, 1, '0000-00-00 00:00:00'), +(24143, 2103, NULL, 2, 2126, 1, 'Nipahsom Lightroot', '1537451556263800482', 101.716734375, -36.28546874999999, 0, 0, 1, '0000-00-00 00:00:00'), +(24144, 2103, NULL, 2, 2126, 1, 'Niuzimod Lightroot', '14406548105255292006', 109.03125, -41.689453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24145, 2103, NULL, 2, 2126, 1, 'Anonisik Lightroot', '4196076068345192434', 100.409390625, -43.9822734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24146, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13201890647320525959', 54.67659375, -41.04853125, 0, 0, 1, '0000-00-00 00:00:00'), +(24147, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17551162830917691976', 48.57805078125, -67.2068859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24148, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5423075131523984543', 55.9350234375, -89.18728125, 0, 0, 1, '0000-00-00 00:00:00'), +(24149, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '715036458350757334', 65.648077734375, -37.80392578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24150, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5879654046008458940', 77.59602070312499, -15.273492187500002, 0, 0, 1, '0000-00-00 00:00:00'), +(24151, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7910223594831761017', 71.83446796875, -24.96216796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24152, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11812284100788296800', 73.22771015625001, -84.02464453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24153, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10391247684553894408', 75.182853515625, -101.62494140624999, 0, 0, 1, '0000-00-00 00:00:00'), +(24154, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1946431091913314813', 88.37387109375, -50.48950898437501, 0, 0, 1, '0000-00-00 00:00:00'), +(24155, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '15599702009880822187', 84.02710546875, -51.576235546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24156, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10565936157773764980', 91.67853515625, -72.23940234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24157, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2109847017599403748', 101.59093359375, -40.10384765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24158, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14850021913230466527', 100.13016796874999, -64.977825, 0, 0, 1, '0000-00-00 00:00:00'), +(24159, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5508904989208612040', 94.68228515625, -77.6647265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24160, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2342058390771864235', 105.060890625, -88.738828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24161, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8035406198934076469', 104.39503125, -98.6268515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24162, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '1038312727057259842', 108.53865234375, -75.543984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24163, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '4873798932180109768', 37.23755859375, -48.03166992187501, 0, 0, 1, '0000-00-00 00:00:00'), +(24164, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '5820899906715725699', 48.56237109374999, -67.224303515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24165, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '13423338761860220706', 34.2760546875, -77.1191953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24166, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '8772218090591987623', 118.4978671875, -20.9107265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24167, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '12004001684177419872', 42.070171875, -99.43021875, 0, 0, 1, '0000-00-00 00:00:00'), +(24168, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '17823840839938605943', 32.08437890625, -102.88985156250001, 0, 0, 1, '0000-00-00 00:00:00'), +(24169, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '8271914730643424340', 54.69943359374999, -41.0432578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24170, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '14450742431048544592', 101.56749609375, -40.10370703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24171, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '5730460750533701844', 75.2052328125, -101.631890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24172, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '7300218107898388139', 105.038484375, -88.7319609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24173, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '14384238702082774021', 38.73941015625, -92.367, 0, 0, 1, '0000-00-00 00:00:00'), +(24174, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '13592568806936227081', 65.64696328125001, -37.7805234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24175, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '17541199319233732525', 112.568390625, -31.86104296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24176, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '7858799833772628256', 84.0056953125, -51.566680078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24177, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '8878404391725717087', 100.107046875, -64.981659375, 0, 0, 1, '0000-00-00 00:00:00'), +(24178, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '4046499500681682923', 48.0095859375, -34.04061328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24179, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '7601939122968024709', 112.7166328125, -65.27894765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24180, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '12689759419267181314', 71.848078125, -24.981246093750002, 0, 0, 1, '0000-00-00 00:00:00'), +(24181, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '2497355402847613761', 36.745125, -24.39116015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24182, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '570341043404851180', 30.41682421875, -61.199082421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24183, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '9833377905693101279', 55.95810937500001, -89.191359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24184, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '3837842895470682167', 17.0233125, -84.03383203125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24185, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '7324085440291846661', 51.3101484375, -55.7039390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24186, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '3190186500261691304', 122.02601953124999, -51.11785078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24187, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '551324147263073300', 94.661390625, -77.6540859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24188, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '3147157759529745669', 18.077039062499995, -70.236440625, 0, 0, 1, '0000-00-00 00:00:00'), +(24189, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '11312348700258366009', 77.59602070312499, -15.250054687500002, 0, 0, 1, '0000-00-00 00:00:00'), +(24190, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '7408123822623856761', 88.350796875, -50.485440234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24191, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '11050965814233293170', 49.78890234375, -22.1915390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24192, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '17195186654960513937', 30.69870703125, -50.790665625, 0, 0, 1, '0000-00-00 00:00:00'), +(24193, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '17336939605770571286', 26.8417734375, -22.2705703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24194, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '6373109670420305742', 108.68873437500002, -15.268499999999998, 0, 0, 1, '0000-00-00 00:00:00'), +(24195, 2103, NULL, 2, 2157, 1, 'Treasure Chest', '12092337949572781044', 73.209847265625, -84.03980859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24196, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17085537681389409007', 108.68873437500002, -15.245062499999998, 0, 0, 1, '0000-00-00 00:00:00'), +(24197, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '6074696570753129000', 112.585921875, -31.87659375, 0, 0, 1, '0000-00-00 00:00:00'), +(24198, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13569575289795498825', 112.737515625, -65.28958828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24199, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '4147401164763272698', 108.5604140625, -75.53527734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24200, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8644468413836688802', 112.21353515625, -84.5619140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24201, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14488209065756850868', 118.5127734375, -20.928808593750002, 0, 0, 1, '0000-00-00 00:00:00'), +(24202, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16215600502918538275', 122.00912109375, -51.101615625, 0, 0, 1, '0000-00-00 00:00:00'), +(24203, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17883336504221382257', 18.061968749999995, -70.218486328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24204, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14990426267450071207', 17.037093750000004, -84.05280468749999, 0, 0, 1, '0000-00-00 00:00:00'), +(24205, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '6160490757441639750', 26.845828125, -22.293656249999998, 0, 0, 1, '0000-00-00 00:00:00'), +(24206, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '4312617922564654285', 30.67655859375, -50.7983109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24207, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '4804492181793075297', 30.412757812500004, -61.222163671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24208, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '906828784451920851', 34.2817265625, -77.09644921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24209, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13600535854370715623', 32.08059375, -102.86671874999999, 0, 0, 1, '0000-00-00 00:00:00'), +(24210, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1274123360818635827', 25.28921484375, -92.75044921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24211, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5529861632813514434', 108.9488671875, -51.857438671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24212, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2636073127380893958', 60.7585828125, -81.2655234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24213, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11393262114668409034', 29.32360546875, -36.90153515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24214, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1862478273558707059', 29.32967578125, -36.92457421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24215, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16276835353365591562', 36.733359375, -24.37088671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24216, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '891410121420972468', 37.25989453125, -48.02456367187499, 0, 0, 1, '0000-00-00 00:00:00'), +(24217, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2032010056325891401', 38.72433984375, -92.349046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24218, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7017095785939710701', 42.04775390625, -99.43707421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24219, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14734542532232481251', 49.81198828125, -22.195558593750004, 0, 0, 1, '0000-00-00 00:00:00'), +(24220, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8874304965361828427', 48.03186328125, -34.0333125, 0, 0, 1, '0000-00-00 00:00:00'), +(24221, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1736486657252581490', 51.3142265625, -55.7270203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24222, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '18398576984205730360', 73.402171875, -21.987046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24223, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5646187591525891579', 43.87730859375, -19.9861640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24224, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1719306906273925313', 38.1593671875, -67.7405203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24225, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16487358238253406838', 89.72138671875, -59.573788359374994, 0, 0, 1, '0000-00-00 00:00:00'), +(24226, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14258619017595737961', 81.930439453125, -64.394044921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24227, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9789498999243101638', 56.34734765625, -34.82484375000001, 0, 0, 1, '0000-00-00 00:00:00'), +(24228, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '9350496047712336083', 19.79808984375, -102.9145078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24229, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '8171244500826954530', 68.58255585937499, -30.7018828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24230, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '3925174201382062970', 96.59876953125, -80.87288671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24231, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '4955059399291122995', 95.43225, -21.288609375000004, 0, 0, 1, '0000-00-00 00:00:00'), +(24232, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '12672976803066824441', 56.81430468750001, -73.399875, 0, 0, 1, '0000-00-00 00:00:00'), +(24233, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '3538044605345659608', 123.7824609375, -101.01384375, 0, 0, 1, '0000-00-00 00:00:00'), +(24234, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14392618294786842514', 113.94333984375002, -38.736796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24235, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '12068258106844945869', 38.92065234375, -59.889444140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24236, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '1690334469284865670', 108.27866015625, -18.205300781249996, 0, 0, 1, '0000-00-00 00:00:00'), +(24237, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11035766039615256327', 19.217050781249995, -22.562871093749997, 0, 0, 1, '0000-00-00 00:00:00'), +(24238, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1975701806527935720', 57.0707109375, -100.8799921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24239, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14477712248636110932', 104.1689765625, -51.281762109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24240, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '519082864498556898', 96.0283828125, -66.202557421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24241, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2306684176778317962', 28.19787890625, -68.807091796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24242, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '15481899425363142463', 60.530278125, -17.81953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24243, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '13431134266929101488', 60.120118359375, -17.409375, 0, 0, 1, '0000-00-00 00:00:00'), +(24244, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '7170061040104393277', 124.862109375, -16.119140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24245, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1905160218920804563', 82.43394140625, -84.845484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24246, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11007115398309901267', 124.53984375, -15.533203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24247, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3208874121324748135', 89.92775390625, -26.66511328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24248, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '7774531768061153649', 124.862109375, -14.625, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(24249, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '326028936316255456', 91.9002421875, -23.15408203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24250, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '15797181168750344509', 91.03983984375, -26.103515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24251, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17988042359952717626', 91.32421875, -26.783203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24252, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14148125711928554513', 92.979890625, -26.3413125, 0, 0, 1, '0000-00-00 00:00:00'), +(24253, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10255063062448105352', 92.7363984375, -29.36998828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24254, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '10420188718439758671', 61.409180859375, -17.409375, 0, 0, 1, '0000-00-00 00:00:00'), +(24255, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '12503872732493053443', 78.5038921875, -87.80823046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24256, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '7654068999648729976', 49.46439843749999, -99.2578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24257, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '3420204620800213441', 125.37800390624999, -15.26953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24258, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '15378044453547115831', 49.1015625, -99.755859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24259, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '16050109879000971581', 49.453125, -98.583984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24260, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '12010550847220328054', 60.99901875, -16.53046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24261, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '11340010598521389720', 48.9376171875, -99.169921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24262, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '15396905899688884279', 78.62419453125001, -86.84726953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24263, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '2360800057462351163', 124.3451015625, -15.26953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24264, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16667618552314487129', 33.4566796875, -64.965781640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24265, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14698473089046343648', 67.34354765625, -49.43835703125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24266, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9980625979770521670', 32.78255859375, -39.8223984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24267, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '606262870934854462', 67.21541132812501, -65.365461328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24268, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3958335689333103549', 60.883509374999996, -60.325546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24269, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '12965899236066894710', 34.2991171875, -24.456234374999998, 0, 0, 1, '0000-00-00 00:00:00'), +(24270, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7769593035987797918', 61.927880859375, -53.819194921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24271, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11254335744413712579', 58.912505859375, -42.6892734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24272, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11591182509767954658', 52.7490703125, -70.14299296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24273, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16951721862354180716', 65.930935546875, -21.93416015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24274, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14691565673684831205', 32.141203125, -90.2496796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24275, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1116975303344733487', 50.41904296875, -103.67112890624999, 0, 0, 1, '0000-00-00 00:00:00'), +(24276, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13586767620609168263', 52.42758984375, -15.253792968750004, 0, 0, 1, '0000-00-00 00:00:00'), +(24277, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2215561231402683781', 50.2411171875, -86.1806484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24278, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5747023313937543016', 41.9031328125, -92.9275078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24279, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13491192955157827726', 124.91578125, -86.42450390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24280, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '12954500235542719602', 112.46700000000001, -97.2531796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24281, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '12995958449513412775', 23.536265625, -99.17920312499999, 0, 0, 1, '0000-00-00 00:00:00'), +(24282, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '6288247135280724310', 42.49414453125, -50.38221679687501, 0, 0, 1, '0000-00-00 00:00:00'), +(24283, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '35939282417852747', 115.72039453125, -43.19211328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24284, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7899497795009000824', 103.3751484375, -103.83412500000001, 0, 0, 1, '0000-00-00 00:00:00'), +(24285, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16107225395502126269', 28.08235546875, -56.628571875, 0, 0, 1, '0000-00-00 00:00:00'), +(24286, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1009837950111998230', 70.3212418359375, -79.71031640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24287, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7408275900761859299', 86.18431640625, -57.268519921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24288, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10278088564086811075', 83.0669765625, -64.76736796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24289, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1898524717218608714', 64.852887890625, -77.3088984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24290, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14509937915507739422', 12.980484374999994, -68.898814453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24291, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16891300665338929367', 79.125767578125, -46.7576953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24292, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10346419640024165423', 117.66155859375, -49.90493789062499, 0, 0, 1, '0000-00-00 00:00:00'), +(24293, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '15154988798409001782', 113.75866406249997, -59.30729929687501, 0, 0, 1, '0000-00-00 00:00:00'), +(24294, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1066156192723008584', 85.1458125, -100.9322109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24295, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5707214658249041506', 93.34930078125, -23.20522265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24296, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14400396650171764990', 30.765375, -70.09183828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24297, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16014767707182432849', 35.71791796875, -86.18953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24298, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2133271877365291004', 69.589562109375, -56.99191875, 0, 0, 1, '0000-00-00 00:00:00'), +(24299, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5670115113509664964', 20.770218749999998, -63.83505703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24300, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10359577113558183726', 16.22042578125, -80.12895703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24301, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14521415871982172069', 21.429574218750002, -79.6661015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24302, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14279091185167786763', 56.93518359375, -31.499296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24303, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11599619910262756067', 100.70380078125, -58.5395616796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24304, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7119038301106343512', 102.84399609375, -65.9370234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24305, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14707130590583065526', 22.200363281249995, -91.51353515625001, 0, 0, 1, '0000-00-00 00:00:00'), +(24306, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10375937962717482037', 100.58548828125, -93.43101562500001, 0, 0, 1, '0000-00-00 00:00:00'), +(24307, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '4691849954681352854', 31.082484375, -93.086296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24308, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2319181767287755332', 108.53907421875, -20.146734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24309, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7477529925155668600', 108.64032421875, -44.50742578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24310, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9498356169948263018', 30.97055859375, -47.86734609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24311, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7223110665745257553', 51.72172265624999, -90.2735859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24312, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '6649635165604248584', 61.387334765625, -62.56439765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24313, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '18139549383295472431', 67.32425507812499, -75.4479375, 0, 0, 1, '0000-00-00 00:00:00'), +(24314, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '18307702803767228505', 74.97981562500001, -14.8060078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24315, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8287281881584829920', 56.23691015625, -56.007685546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24316, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '18405193322043813050', 34.47328125, -81.35490234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24317, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5816673182356675210', 78.340409765625, -59.1044176171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24318, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1092159548323823366', 74.669663671875, -74.710875, 0, 0, 1, '0000-00-00 00:00:00'), +(24319, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '4956562859442593377', 79.021529296875, -91.3978828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24320, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '6983674033059267504', 63.950644921874996, -68.795792578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24321, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '18369014945347834062', 110.793328125, -47.31453984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24322, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10988775085476177140', 99.943265625, -42.05625, 0, 0, 1, '0000-00-00 00:00:00'), +(24323, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16153522894290050239', 28.479609375000006, -40.92348046874999, 0, 0, 1, '0000-00-00 00:00:00'), +(24324, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16735506833073106457', 97.0287421875, -103.98329296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24325, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10498126772776225790', 105.857859375, -45.55396875, 0, 0, 1, '0000-00-00 00:00:00'), +(24326, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '47526007025931360', 25.6840546875, -33.69076171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24327, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '412282801502902072', 64.38823125, -58.67278464843749, 0, 0, 1, '0000-00-00 00:00:00'), +(24328, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13116262357584770049', 51.651328125, -25.12471875, 0, 0, 1, '0000-00-00 00:00:00'), +(24329, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1948754050748134750', 40.8968203125, -42.9825234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24330, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3227682017730336640', 23.3716875, -72.66191015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24331, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17806763552956239815', 20.824359374999997, -82.43405859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24332, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9454065434438996541', 31.1429765625, -75.4197421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24333, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5503312327795305205', 33.62063671874999, -83.16761718749999, 0, 0, 1, '0000-00-00 00:00:00'), +(24334, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8281767483063891140', 14.96762109375, -77.14838671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24335, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3759718850133931194', 62.594317968750005, -78.3203671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24336, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11468703097512553178', 81.75007382812501, -55.814077734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24337, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14018164825314835068', 86.39206640625, -32.28699609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24338, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10568646903995022422', 119.08471875, -87.07023046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24339, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13064212608386837491', 79.9908234375, -19.47268359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24340, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17237727349995787819', 99.6587578125, -53.78807578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24341, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7596109723135691854', 48.244125, -85.9486875, 0, 0, 1, '0000-00-00 00:00:00'), +(24342, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7059315064736669997', 57.0537890625, -37.45571484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24343, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3485763716302557971', 46.464421875, -92.3655, 0, 0, 1, '0000-00-00 00:00:00'), +(24344, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '18107088140388234979', 40.2920625, -54.946576171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24345, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '272129120983723840', 29.1886640625, -88.5432890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24346, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10245893099250605322', 70.375124765625, -70.7423671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24347, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '16060048429798672545', 98.20862109375003, -40.55347265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24348, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '16678175084684860341', 99.7371328125, -38.18766796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24349, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '10091171363518480435', 98.12109375, -40.32421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24350, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5221199812233683794', 76.81883203125, -55.29867890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24351, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '17323657624659376675', 80.425846875, -83.59226953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24352, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '8153787163385087723', 124.86666796875, -51.31982109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24353, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2955383413869625357', 94.74759375, -33.7966171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24354, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '17944127568046786903', 80.5438359375, -83.59180078124999, 0, 0, 1, '0000-00-00 00:00:00'), +(24355, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8167462667182981969', 92.92396875, -31.48758984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24356, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8969074642443299475', 91.7941875, -23.803933593749996, 0, 0, 1, '0000-00-00 00:00:00'), +(24357, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '17916705748078054949', 114.77621484375003, -100.93641796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24358, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '407601151619827414', 25.9103671875, -42.84263671874999, 0, 0, 1, '0000-00-00 00:00:00'), +(24359, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '14848508203758363059', 109.212890625, -40.93359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24360, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '11092663003763308175', 92.4394921875, -26.539125, 0, 0, 1, '0000-00-00 00:00:00'), +(24361, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '4711242895688275108', 89.199703125, -25.337074218750004, 0, 0, 1, '0000-00-00 00:00:00'), +(24362, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '10618453138819254159', 123.23776171875, -33.16323046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24363, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '6975766509179861315', 115.09667578125, -81.859875, 0, 0, 1, '0000-00-00 00:00:00'), +(24364, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '4402751601181734814', 90.579328125, -25.454765624999997, 0, 0, 1, '0000-00-00 00:00:00'), +(24365, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '5676226653720532606', 83.95972265625, -53.605616015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24366, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '18411287432689359373', 32.44378125, -87.6199921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24367, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '1732937152703130519', 82.27758984375, -42.0953203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24368, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '11784371132919465462', 99.8383125, -100.80821484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24369, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '3303126836406065576', 31.01615625, -31.48993359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24370, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '6430783085803365315', 85.3657734375, -79.83646875, 0, 0, 1, '0000-00-00 00:00:00'), +(24371, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3319303975584764992', 38.880234375, -49.149628125, 0, 0, 1, '0000-00-00 00:00:00'), +(24372, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17715834893151515188', 43.52155078125, -63.4113703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24373, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17860646904481574845', 56.87334375, -60.98954765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24374, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1431931250349757940', 57.416578125, -80.3408203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24375, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10680067703229011712', 49.04778515625, -83.638359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24376, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '2037029864273968992', 93.7299140625, -27.7778203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24377, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '1106057905892908047', 23.964515625000004, -14.94652734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24378, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14577212816392253926', 54.109078125, -98.44128515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24379, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17576969074685939182', 60.9441328125, -81.099375, 0, 0, 1, '0000-00-00 00:00:00'), +(24380, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11280750457884994843', 53.638875, -100.93508203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24381, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3693504900822499505', 88.448203125, -26.872875, 0, 0, 1, '0000-00-00 00:00:00'), +(24382, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16225356013794466433', 76.727471484375, -84.13253906249999, 0, 0, 1, '0000-00-00 00:00:00'), +(24383, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11213138992037371435', 63.66903984375, -28.47973828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24384, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13864118011567643361', 58.85243671875, -55.67716875, 0, 0, 1, '0000-00-00 00:00:00'), +(24385, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14193829965545991315', 59.03253515625, -78.46719140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24386, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1654235407302110557', 65.92817578125, -77.061, 0, 0, 1, '0000-00-00 00:00:00'), +(24387, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2121201651094626152', 59.177623828125, -88.7004609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24388, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '11493329184164134228', 93.5405390625, -29.933578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24389, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10068470429573836733', 94.44324609375, -27.914765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24390, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '2342712915880257259', 55.22478515625, -84.96071484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24391, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '14655252190802303451', 101.57300390625, -55.62123515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24392, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '12041655437505061084', 89.18307421875, -23.36883984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24393, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '8117806990443228815', 57.6893671875, -65.123464453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24394, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '15187938286988820303', 65.962716796875, -100.31710546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24395, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '15916272138311125767', 49.27734375, -99.169921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24396, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '5686746664934473830', 93.0015, -27.19016015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24397, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9486197023241479239', 71.774164453125, -36.768703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24398, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '219611032724750662', 80.96389335937499, -88.62667968749999, 0, 0, 1, '0000-00-00 00:00:00'), +(24399, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5953721613004798691', 89.3743125, -31.0766484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24400, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '156866329494315869', 91.7275546875, -73.80303515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24401, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5090833607030803864', 93.1058203125, -86.54883984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24402, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '12537729036166178933', 60.7646484375, -17.175, 0, 0, 1, '0000-00-00 00:00:00'), +(24403, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '6835788024589979271', 13.134246093749997, -102.181875, 0, 0, 1, '0000-00-00 00:00:00'), +(24404, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1117127620429594686', 92.71953515625, -91.50097265625001, 0, 0, 1, '0000-00-00 00:00:00'), +(24405, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '16191033974968864374', 61.574117578125005, -80.5315546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24406, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '7369354365359346845', 124.862109375, -15.26953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24407, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '8352590282870639013', 22.50922265625, -25.76947265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24408, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '5655400443945336222', 83.64176953125, -83.48178515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24409, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '17166834837193264692', 94.66604296875, -29.279765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24410, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '15844970059133991196', 21.323191406249997, -66.7777171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24411, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '8261079955664581787', 46.8598359375, -43.253156249999996, 0, 0, 1, '0000-00-00 00:00:00'), +(24412, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '14079480768237489578', 46.31110546875, -71.8227890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24413, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '6149149614896307819', 105.063609375, -74.99628515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24414, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '18434638114219556972', 97.29097265625, -85.87569140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24415, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8659279214946141610', 95.595890625, -84.11267578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24416, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '4373906902440191530', 38.24225390625, -24.398484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24417, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13871668249448700078', 87.650390625, -33.744140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24418, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '7631633560605432506', 32.790140625, -87.20410546874999, 0, 0, 1, '0000-00-00 00:00:00'), +(24419, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '18370352653282742906', 24.5052421875, -94.5368203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24420, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11928436796080427671', 29.68751953125, -36.10983984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24421, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1617596992085411649', 30.5456484375, -16.73278125, 0, 0, 1, '0000-00-00 00:00:00'), +(24422, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '6801006959580357932', 22.23537890625, -102.40945312500001, 0, 0, 1, '0000-00-00 00:00:00'), +(24423, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1564333913457669206', 14.90902734375, -65.65055625, 0, 0, 1, '0000-00-00 00:00:00'), +(24424, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9009176374137099756', 20.505421875000003, -17.68487109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24425, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3332830705277014305', 120.09486328125001, -81.56169140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24426, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '13955732294394794817', 106.90006640625, -97.48283203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24427, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9646241589965917184', 112.08376171875, -83.03662499999999, 0, 0, 1, '0000-00-00 00:00:00'), +(24428, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8214189414983859624', 109.20499218750003, -87.85571484375001, 0, 0, 1, '0000-00-00 00:00:00'), +(24429, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8273700020153151140', 107.7864375, -82.582359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24430, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9764433737378880431', 107.0551875, -84.38628515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24431, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '3844395095776075574', 115.49998828125, -78.3048046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24432, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '304804340341491915', 116.80587890625, -74.58549609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24433, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8348784684102208173', 109.0828125, -59.276045625, 0, 0, 1, '0000-00-00 00:00:00'), +(24434, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10570847130043413517', 107.69264062500002, -52.32203203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24435, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '8747579781709431268', 114.89237109375, -53.338358203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24436, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '2580296565576006999', 117.45176953125, -40.77718359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24437, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '9631913065393305206', 113.44140234375, -34.1899453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24438, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '1794041888974820999', 109.631109375, -22.521421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24439, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '10164190030611301694', 104.9979140625, -97.99797656250001, 0, 0, 1, '0000-00-00 00:00:00'), +(24440, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14693446684093743400', 100.195546875, -100.2243046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24441, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11122017487051336588', 99.62390625, -89.97769921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24442, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '11866413429869246940', 99.7374609375, -87.7218046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24443, 2103, NULL, 2, 2143, 1, 'Treasure Chest', '14808256007870849551', 98.32921875, -84.3364921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24444, 2103, NULL, 2, 2144, 1, 'Treasure Chest', '3317779187717572824', 101.59378125, -32.7254765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24445, 2103, NULL, 2, 2145, 1, 'Treasure Chest', '581488867411158777', 89.93940234375, -14.9659921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24446, 2103, NULL, 2, 2136, 1, 'Cracked Wall', '9190859939713749025', 66.580751953125, -47.588490234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24447, 2103, NULL, 2, 2136, 1, 'Cracked Wall', '16999403796722128945', 66.5252953125, -47.469708984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24448, 2103, NULL, 2, 2136, 1, 'Cracked Wall', '1935797286148834904', 66.371916796875, -47.404021875, 0, 0, 1, '0000-00-00 00:00:00'), +(24449, 2103, NULL, 2, 2104, 1, 'Spiked Boko Bow', '12383368042715902847', 109.58387109375, -39.91829296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24450, 2103, NULL, 2, 2104, 1, 'Boko Bow', '13172589387927003484', 108.85283203125, -41.81417578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24451, 2103, NULL, 2, 2104, 1, 'Mighty Construct Bow', '8108415611683562676', 67.819846875, -51.195720703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24452, 2103, NULL, 2, 2104, 1, 'Old Wooden Bow', '2124792882672223932', 67.47479296875, -51.795926953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24453, 2103, NULL, 2, 2103, 1, 'Rusty Claymore', '7587045692801010432', 91.599609375, -27.90561328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24454, 2103, NULL, 2, 2103, 1, 'Rusty Claymore', '4241785147836437009', 91.741171875, -27.5182734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24455, 2103, NULL, 2, 2103, 1, 'Rusty Claymore', '9611831012007677379', 90.85388671875, -41.31740625, 0, 0, 1, '0000-00-00 00:00:00'), +(24456, 2103, NULL, 2, 2103, 1, 'Rusty Claymore', '15918479096480877121', 91.23486328125, -41.32008984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24457, 2103, NULL, 2, 2103, 1, 'Rusty Claymore', '5070704668705167793', 98.41966406249998, -40.41796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24458, 2103, NULL, 2, 2103, 1, 'Rusty Claymore', '3795278395897316656', 89.2665, -29.81555859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24459, 2103, NULL, 2, 2103, 1, 'Cobble Crusher', '12491899966930494197', 89.27258203125, -29.8042734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24460, 2103, NULL, 2, 2103, 1, 'Mighty Zonaite Longsword', '11674390229749935673', 67.71407109375, -51.332223046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24461, 2103, NULL, 2, 2105, 1, 'Mighty Zonaite Shield', '7089714167310114910', 67.82176875, -51.351641015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24462, 2103, NULL, 2, 2105, 1, 'Old Wooden Shield', '16119302536571623692', 67.32831210937499, -51.665872265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24463, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '3408176222640062746', 59.2065703125, -88.77260156250001, 0, 0, 1, '0000-00-00 00:00:00'), +(24464, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '6812292417194063723', 109.26591796875, -87.80748046875001, 0, 0, 1, '0000-00-00 00:00:00'), +(24465, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '14062420889903380228', 98.40195703125, -84.30905859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24466, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '14904741040545785599', 106.82419921875002, -97.46593359375001, 0, 0, 1, '0000-00-00 00:00:00'), +(24467, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '9212581899495362454', 31.056, -31.42318359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24468, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '9073729015192968021', 38.953875, -49.174531640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24469, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '5631301407143661681', 85.41629296875, -79.8954609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24470, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '17353124338183355193', 99.8603203125, -100.73520703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24471, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '9162187582878102328', 55.14720703125001, -84.9558984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24472, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '9107477784537284863', 120.1710703125, -81.551671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24473, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '10308458975199638967', 99.68996484375, -90.0186796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24474, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '14364343975133482556', 54.0399140625, -98.40596484375001, 0, 0, 1, '0000-00-00 00:00:00'), +(24475, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '9869624508103099397', 53.680828125, -101.000578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24476, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '1712706778403556765', 25.91619140625, -42.92054296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24477, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '1325193861671531492', 92.6535234375, -91.4600390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24478, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '11753939927183231929', 105.0549609375, -75.07353515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24479, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '10170217673702434825', 63.59161523437501, -28.48662890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24480, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '9344268747568356605', 49.1203125, -83.61043359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24481, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '9741777538472000771', 113.5154765625, -34.214765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24482, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '12340822043475931695', 114.91126171875, -53.262957421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24483, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '770981378101814744', 14.913691406250003, -65.572965234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24484, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '16849000230380207050', 99.7422890625, -87.64421484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24485, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '11978367304375378825', 46.91869921875, -43.20240234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24486, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '12470469854550039367', 109.005703125, -59.28590015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24487, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '14735059812817261759', 58.907350781249995, -55.622155078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24488, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '8010074962482203876', 38.27459765625, -24.469230468750002, 0, 0, 1, '0000-00-00 00:00:00'), +(24489, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '1191964039912040777', 116.78240625, -74.51293359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24490, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '6624359108723027368', 84.03740625, -53.60281875, 0, 0, 1, '0000-00-00 00:00:00'), +(24491, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '13977048229638000162', 21.3896953125, -66.8179453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24492, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '7161365439395582216', 115.48693359375, -78.38146875, 0, 0, 1, '0000-00-00 00:00:00'), +(24493, 2103, NULL, 2, 2103, 1, 'Rusty Halberd', '11767045386261452473', 57.7670625, -65.125890234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24494, 2103, NULL, 2, 2103, 1, 'Mighty Zonaite Spear', '12550554706118679480', 67.83420351562499, -51.35071875, 0, 0, 1, '0000-00-00 00:00:00'), +(24495, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '7141972920981188448', 48.9898828125, -83.67713671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24496, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17024601464266460251', 14.92126171875, -65.720047265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24497, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '7948302415230612944', 14.901843749999998, -65.722471875, 0, 0, 1, '0000-00-00 00:00:00'), +(24498, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '2524997282161793301', 21.256371093750005, -66.755475, 0, 0, 1, '0000-00-00 00:00:00'), +(24499, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '2742138718965672614', 21.262874999999998, -66.737902734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24500, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '10793184328885811401', 30.99453515625, -31.55619140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24501, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '12848097913773910547', 30.97669921875, -31.550484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24502, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17426367361625554522', 25.88984765625, -42.77527734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24503, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '6175536313955362092', 25.9079296875, -42.7704140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24504, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '9626985895282466319', 38.20004296875, -24.343019531250004, 0, 0, 1, '0000-00-00 00:00:00'), +(24505, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '5601611172745397756', 38.21487890625, -24.331593749999996, 0, 0, 1, '0000-00-00 00:00:00'), +(24506, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '10897146410257067232', 38.81091796875, -49.142426953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24507, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '12906885461647185478', 38.81274609375, -49.123791796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24508, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '4650907996022394854', 46.81841015625, -43.3091953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24509, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '9696070377414145792', 46.80328125, -43.29815625, 0, 0, 1, '0000-00-00 00:00:00'), +(24510, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '13925954440797554091', 57.62094140625, -65.1367265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24511, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '11042535474264185095', 57.6172734375, -65.118365625, 0, 0, 1, '0000-00-00 00:00:00'), +(24512, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '10482352785070259717', 55.29358593750001, -84.94955859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24513, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '13374784987303085987', 55.29669140625, -84.96801562499999, 0, 0, 1, '0000-00-00 00:00:00'), +(24514, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17235676361651311754', 48.97937109375, -83.66164453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24515, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '3191434761814626561', 54.18428906250001, -98.44885546875001, 0, 0, 1, '0000-00-00 00:00:00'), +(24516, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '2429266222331482796', 54.1721015625, -98.4766640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24517, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '7689850818147505496', 53.57682421875, -100.89168749999999, 0, 0, 1, '0000-00-00 00:00:00'), +(24518, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17047209668634532995', 53.601234375, -100.87372265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24519, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '7742598153231943246', 63.735383203125, -28.458375, 0, 0, 1, '0000-00-00 00:00:00'), +(24520, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17336526433752697235', 63.74122617187499, -28.4761640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24521, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '3659542757152295490', 58.8153046875, -55.736150390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24522, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '8056175245713410857', 58.799400000000006, -55.72626796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24523, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '15122633029985892183', 59.138026171875005, -88.643109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24524, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '1006976566976392850', 59.153374218749995, -88.632375, 0, 0, 1, '0000-00-00 00:00:00'), +(24525, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '12203656725464579765', 83.89233984375, -53.62344140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24526, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '11916695858283754513', 83.88744140625, -53.605367578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24527, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '12201450375287817215', 85.29909375, -79.80085546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24528, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '11720690033652777035', 85.3209609375, -79.7797734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24529, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17633445612964962417', 92.7938671875, -91.51473046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24530, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '5952372354250549143', 92.77941796875, -91.5414375, 0, 0, 1, '0000-00-00 00:00:00'), +(24531, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '4750174653167531700', 105.05588671875, -74.927015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24532, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '18223986667170081843', 105.074484375, -74.9248359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24533, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '2420595965890757224', 98.271046875, -84.3748828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24534, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '2646751194629931910', 98.260640625, -84.3593203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24535, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '1063694998162655511', 99.74872265625, -87.79130859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24536, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '14647823627150772402', 99.7301484375, -87.7937109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24537, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '7637933640178236077', 99.55803515625, -89.95494140625001, 0, 0, 1, '0000-00-00 00:00:00'), +(24538, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17119054274707915834', 99.564046875, -89.9372109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24539, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '1414146554789162298', 99.85524609375, -100.881890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24540, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '3800106285729359536', 99.82498828125, -100.87925390624999, 0, 0, 1, '0000-00-00 00:00:00'), +(24541, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '8755311659486088766', 113.371359375, -34.18275, 0, 0, 1, '0000-00-00 00:00:00'), +(24542, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '11861786927528850828', 113.37387890625, -34.1641875, 0, 0, 1, '0000-00-00 00:00:00'), +(24543, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '13399198602645020932', 114.89077734374997, -53.40803671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24544, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '10867044263347777186', 114.87205078125002, -53.407719140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24545, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '4855627929924397452', 109.14828515625003, -59.2521626953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24546, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '10332979273657883985', 109.15480078125, -59.2697159765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24547, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '17445845839396206639', 116.86175390625, -74.6364140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24548, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '6138858223470328131', 116.83537500000001, -74.65147265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24549, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '10173737480670447437', 115.48299609374997, -78.23089453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24550, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '5561238662751715728', 115.51312499999997, -78.23398828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24551, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '11536111679038442121', 109.16124609375, -87.909984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24552, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '15709688474466077822', 109.14659765625, -87.8983125, 0, 0, 1, '0000-00-00 00:00:00'), +(24553, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '3587787398150665058', 106.96976953125, -97.48259765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24554, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '7657930521594557129', 106.96994531249997, -97.50132421874999, 0, 0, 1, '0000-00-00 00:00:00'), +(24555, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '10679906271094321474', 120.02867578125, -81.5862890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24556, 2103, NULL, 2, 2103, 1, 'Rusty Broadsword', '13536181347133067497', 120.02203125000003, -81.56878125, 0, 0, 1, '0000-00-00 00:00:00'), +(24557, 2103, NULL, 2, 2103, 1, 'Torch', '12970898969736287433', 67.29976875, -46.604859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24558, 2103, NULL, 2, 2103, 1, 'Torch', '9595959045447683464', 51.77722265625, -93.5651953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24559, 2103, NULL, 2, 2103, 1, 'Torch', '10268049318338126296', 104.90389453124997, -97.85452734375001, 0, 0, 1, '0000-00-00 00:00:00'), +(24560, 2103, NULL, 2, 2103, 1, 'Torch', '7678840258044487770', 104.91148828125, -97.86186328125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24561, 2103, NULL, 2, 2103, 1, 'Torch', '939965341345398762', 51.99465234375, -93.82815234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24562, 2103, NULL, 2, 2103, 1, 'Wooden Stick', '10745455393681336712', 56.03717578125, -83.39677734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24563, 2103, NULL, 2, 2103, 1, 'Wooden Stick', '13396331092943617233', 49.85358984375, -61.98055546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24564, 2103, NULL, 2, 2103, 1, 'Wooden Stick', '18080604173756255223', 47.49713671875, -72.46250390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24565, 2103, NULL, 2, 2103, 1, 'Wooden Stick', '16404768245722697223', 88.61255859375, -93.10372265625001, 0, 0, 1, '0000-00-00 00:00:00'), +(24566, 2103, NULL, 2, 2103, 1, 'Wooden Stick', '9351028150783238513', 95.6172421875, -46.10457421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24567, 2103, NULL, 2, 2103, 1, 'Wooden Stick', '12935943075761567822', 64.8145640625, -65.360424609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24568, 2103, NULL, 2, 2103, 1, 'Wooden Stick', '9945098063619890962', 70.8935759765625, -62.8501265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24569, 2103, NULL, 2, 2103, 1, 'Boomerang', '7391169673778578984', 112.1177578125, -49.494303515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24570, 2103, NULL, 2, 2103, 1, 'Traveler\'s Sword', '8809811450432643890', 104.4690703125, -30.05368359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24571, 2103, NULL, 2, 2103, 1, 'Traveler\'s Sword', '11914830554433455600', 98.53904296875002, -14.65565625, 0, 0, 1, '0000-00-00 00:00:00'), +(24572, 2103, NULL, 2, 2103, 1, 'Traveler\'s Sword', '2745289098263132543', 83.63446875, -14.81990625, 0, 0, 1, '0000-00-00 00:00:00'), +(24573, 2103, NULL, 2, 2103, 1, 'Traveler\'s Sword', '1950205659459842556', 89.83414453125, -22.2617578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24574, 2103, NULL, 2, 2103, 1, 'Lizal Boomerang', '4492147621925607111', 122.7914765625, -62.36790234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24575, 2103, NULL, 2, 2103, 1, 'Lizal Boomerang', '11070741993383943698', 113.6224453125, -41.5893046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24576, 2103, NULL, 2, 2103, 1, 'Lizal Boomerang', '4699793248366920375', 111.52666406249998, -39.46362890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24577, 2103, NULL, 2, 2103, 1, 'Lizal Boomerang', '6141152686121778774', 102.57706640625, -86.4596953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24578, 2103, NULL, 2, 2103, 1, 'Lizal Boomerang', '4062089997829036204', 81.800033203125, -68.427753515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24579, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '6658376853368641104', 18.804843750000003, -100.52061328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24580, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12316789883665667576', 79.533884765625, -70.555125, 0, 0, 1, '0000-00-00 00:00:00'), +(24581, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '10535902390781050336', 43.104515625, -45.46875, 0, 0, 1, '0000-00-00 00:00:00'), +(24582, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '12528066798607812396', 35.928234375, -35.3238046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24583, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '4258144480341223307', 34.382250000000006, -69.193986328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24584, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '13106508616438476134', 34.4632265625, -47.556612890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24585, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '7411639557588070542', 26.21465625, -28.23094921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24586, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '2232096680204724298', 76.3113421875, -40.49173828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24587, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '2264292737516743021', 77.310193359375, -22.16612109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24588, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '15048415119553259279', 81.96477890625, -76.0881328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24589, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '1984669478119993217', 56.25146484375, -103.77186328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24590, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '18004352270770535016', 108.86741015625, -41.8126640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24591, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '506450136272157855', 108.86133984375, -41.8126640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24592, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '5225421875298394640', 107.12575781250003, -100.96083984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(24593, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '14165261928492380169', 125.26147265625, -43.75679296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24594, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '8956466838767552975', 55.45306640625, -39.0518671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24595, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '10592154622430331884', 53.01720703125, -36.72253125, 0, 0, 1, '0000-00-00 00:00:00'), +(24596, 2103, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '14681570871320727871', 40.74540234375, -84.164859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24597, 2103, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '7769059156385435421', 90.12863671875, -35.069625, 0, 0, 1, '0000-00-00 00:00:00'), +(24598, 2103, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '6423330336404901598', 93.437484375, -27.52632421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24599, 2103, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '3166925224133153471', 92.050265625, -31.27027734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24600, 2103, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '3754963724211849977', 90.4759921875, -24.57890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24601, 2103, NULL, 2, 2103, 1, 'Mighty Zonaite Sword', '3063559375858458674', 67.83517499999999, -51.1938375, 0, 0, 1, '0000-00-00 00:00:00'), +(24602, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1670506023269437410', 55.89076171875, -49.49163398437501, 0, 0, 1, '0000-00-00 00:00:00'), +(24603, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5014030706830372278', 23.8879921875, -20.8353046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24604, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15525940819690150942', 31.79426953125, -27.568828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24605, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '17223275765170047733', 34.773257812500006, -40.15873828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24606, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '17246338702930774435', 84.2485546875, -79.6889765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24607, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12444311486511067540', 53.4601875, -23.24265234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24608, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15959611973990995526', 43.55626171875, -64.125887109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24609, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '17991795405670639667', 29.10113671875, -53.693785546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24610, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1557459372998135339', 68.797285546875, -70.9428046875, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(24611, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7352872557555975765', 44.9082890625, -65.394181640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24612, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12832060923398912387', 22.82516015625, -28.779234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24613, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '8897153294969313540', 70.6750940625, -60.415303125, 0, 0, 1, '0000-00-00 00:00:00'), +(24614, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12538074129482414428', 35.57701171875, -29.21935546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24615, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5524270584037123785', 109.4140078125, -52.266375000000004, 0, 0, 1, '0000-00-00 00:00:00'), +(24616, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5668228056421695077', 32.678109375, -28.3829296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24617, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3250742529730855064', 78.957837890625, -42.15392578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24618, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '2573353246361636140', 57.50002734375, -63.58618125, 0, 0, 1, '0000-00-00 00:00:00'), +(24619, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '4088451533315199431', 72.12361640625, -87.72921093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(24620, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3062883201508398290', 112.48843359374997, -55.0772859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24621, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7853412406905056870', 44.872828125, -40.61080078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24622, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15693809282594947776', 28.192839843750004, -22.404773437499998, 0, 0, 1, '0000-00-00 00:00:00'), +(24623, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1739633542325902868', 49.00644140625, -43.7038359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24624, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3597128563414302260', 85.90187109375, -72.55142578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24625, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7895906785332324965', 43.621804687499996, -48.53711953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24626, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '358925758893291903', 62.80593046875, -33.79756640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24627, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5011500259516801323', 67.872922265625, -93.74893359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24628, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '9362616672268406422', 29.4829921875, -50.074303125, 0, 0, 1, '0000-00-00 00:00:00'), +(24629, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14655637042082560249', 36.5404453125, -36.9071015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24630, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '6519710357427699980', 29.91759375, -29.60719921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24631, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '9153719947602786597', 23.02583203125, -34.6251796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24632, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13487196330950346624', 42.96019921875, -32.12615625, 0, 0, 1, '0000-00-00 00:00:00'), +(24633, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '8195297411923604630', 103.679859375, -52.8428578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24634, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5511719745795553275', 24.644988281250004, -25.0400390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24635, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '426803587027047040', 35.0935078125, -21.051468749999998, 0, 0, 1, '0000-00-00 00:00:00'), +(24636, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '9069710973583003598', 64.17339960937501, -56.296976953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24637, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12539601941817677990', 39.56090625, -87.17089453125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24638, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '2207753530293612260', 114.36718359375, -83.02434375000001, 0, 0, 1, '0000-00-00 00:00:00'), +(24639, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '140227165085527579', 93.57669140625, -69.196359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24640, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '2927883272332314286', 80.99092148437501, -57.934905703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24641, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '18109428822495315182', 93.94932421875, -42.218203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24642, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12034307483259062881', 91.29971484375, -24.39216796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24643, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12851397481122064257', 89.244, -37.578046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24644, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '16296054169338683569', 90.919171875, -24.335250000000002, 0, 0, 1, '0000-00-00 00:00:00'), +(24645, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5345473916588966680', 119.48074218749998, -51.473457421875004, 0, 0, 1, '0000-00-00 00:00:00'), +(24646, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12811474880403080555', 67.765712109375, -50.103514453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24647, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '6610530465779167361', 108.72902343749998, -41.5495546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24648, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5841548890867739411', 124.8056484375, -16.527421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24649, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '10054308296723149235', 83.8415390625, -81.86160937499999, 0, 0, 1, '0000-00-00 00:00:00'), +(24650, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '8416673046857910941', 98.53683984374997, -85.97830078125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24651, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '11187430864915773593', 109.3008046875, -40.66369921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24652, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '8943890298717652396', 44.5535859375, -79.839703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24653, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1541662651386396615', 121.6712109375, -49.520586328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24654, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15972622308795489181', 49.40358984375, -84.06084375, 0, 0, 1, '0000-00-00 00:00:00'), +(24655, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '363737478195466698', 73.647760546875, -102.96308203125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24656, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15881518800719864596', 118.68714843750001, -80.78915625, 0, 0, 1, '0000-00-00 00:00:00'), +(24657, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14138309300659490644', 96.392671875, -40.57583203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24658, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15199219079161031385', 100.08075, -42.69894140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24659, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '713181809487520829', 76.7719078125, -49.456630078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24660, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '10314817366648149731', 48.17026171875001, -81.58660546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24661, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3588409036350219184', 77.58682734375, -83.85923437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(24662, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '5984600440160683921', 85.30531640625, -55.6185234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24663, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15992020745307480842', 52.5260390625, -84.70880859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24664, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15539632208063792454', 110.7104765625, -72.78355078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24665, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '2265715413392015378', 85.68399609375, -44.00063671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24666, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '96800959129612394', 41.14308984375, -20.9858671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24667, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12989210366743111829', 18.305824218749997, -15.018703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24668, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '16068163105005252740', 101.86425000000001, -27.80061328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24669, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1751256395679080515', 99.5708671875, -23.89712109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24670, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7613473458680379354', 96.6919921875, -33.79275, 0, 0, 1, '0000-00-00 00:00:00'), +(24671, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14075207612375251003', 96.64855078125, -22.4463515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24672, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15958297107328065032', 88.83837890625, -26.84562890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24673, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13177650474825311918', 99.0976875, -35.7851953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24674, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12100240826553965393', 86.92810546875, -32.7912421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24675, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1984017812551597479', 98.2685390625, -26.4941015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24676, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1972762846277428453', 57.10182421875, -73.61159765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24677, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15852441060288333033', 97.4503359375, -77.83808203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24678, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15345105438207144480', 119.69925, -62.24401640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24679, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '16662696673286191555', 74.2597265625, -17.14346484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24680, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1470576842309561273', 88.399828125, -68.49540234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24681, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '808732131351418024', 24.669, -46.65137109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24682, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12314970997567266122', 44.12766796875, -87.116015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24683, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '972822194785869938', 49.6084453125, -86.8382109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24684, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '17247357399957706255', 123.77511328125, -85.62664453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24685, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14959033816201543802', 95.359546875, -27.04676953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24686, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '4682243897095744734', 120.28398046875, -83.53432031250001, 0, 0, 1, '0000-00-00 00:00:00'), +(24687, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13178490652207419673', 92.3967421875, -37.26346875, 0, 0, 1, '0000-00-00 00:00:00'), +(24688, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '16484499044005980320', 38.32318359375, -92.30390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24689, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '11416076737990130578', 24.90591796875, -16.04025, 0, 0, 1, '0000-00-00 00:00:00'), +(24690, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '16947774099187502500', 40.332785156250004, -78.46880859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24691, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '9954669167476581154', 15.41382421875, -82.75409765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24692, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7876558588740592464', 40.86196875, -102.23214843749999, 0, 0, 1, '0000-00-00 00:00:00'), +(24693, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7008218880636523547', 57.12638671875, -84.25381640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24694, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '555669134021116879', 93.0352265625, -90.2761875, 0, 0, 1, '0000-00-00 00:00:00'), +(24695, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '16384411493215950266', 31.2300234375, -93.20426953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24696, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '10072312409182852066', 93.81505078125, -94.1897578125, 0, 0, 1, '0000-00-00 00:00:00'), +(24697, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13905244345676732377', 11.85179296875, -104.12857031249999, 0, 0, 1, '0000-00-00 00:00:00'), +(24698, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '14267207518983545475', 92.6276015625, -94.1446640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24699, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '17061023482271154946', 108.79482421875, -96.4068046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24700, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1340504996560584260', 24.265921875, -73.4050078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24701, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '6025219512915585785', 98.904234375, -95.8412109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24702, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3000608238397861674', 25.8478125, -90.7669453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24703, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '264508627156576814', 35.28179296875, -69.20932734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24704, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '11722974538654997653', 57.29204296875, -80.623875, 0, 0, 1, '0000-00-00 00:00:00'), +(24705, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '12249532956559882067', 110.3553046875, -18.959566406249998, 0, 0, 1, '0000-00-00 00:00:00'), +(24706, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1540210490999863229', 113.6165859375, -40.71253125, 0, 0, 1, '0000-00-00 00:00:00'), +(24707, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7949133206177155644', 116.4440859375, -40.030640625000004, 0, 0, 1, '0000-00-00 00:00:00'), +(24708, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '13932404828943586752', 110.70577734375, -95.970328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24709, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '1612521860642945310', 61.125898828124996, -76.7911875, 0, 0, 1, '0000-00-00 00:00:00'), +(24710, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '8395553258133829758', 25.624394531249994, -88.41226171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24711, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '7177342174595005113', 27.26185546875, -96.88096875, 0, 0, 1, '0000-00-00 00:00:00'), +(24712, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3363838078508821441', 35.08887890625, -103.15123828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24713, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '3663224696788737835', 32.1368671875, -89.93689453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24714, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '407159758499375973', 41.32632421875, -79.36209375, 0, 0, 1, '0000-00-00 00:00:00'), +(24715, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '18161918534412113508', 18.851167968749998, -65.948990625, 0, 0, 1, '0000-00-00 00:00:00'), +(24716, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '16763051918926232837', 24.187171875000004, -67.3398046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24717, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '6080515477901450939', 90.15298828125, -93.242390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24718, 2101, NULL, 2, 2132, 1, 'Bubbulfrog', '15955591199784516496', 87.0056484375, -99.2854453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24719, 2101, NULL, 2, 2141, 1, 'Igneo Talus', '10892800195334423523', 101.1354140625, -26.42593359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24720, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '2361313891946414063', 112.82616796875, -55.380577734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24721, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '3116461437538472761', 118.83405468750001, -52.227284765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24722, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '6958531408834172139', 87.69075, -70.01793046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24723, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '15277665366631994122', 74.297994140625, -81.8407265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24724, 2101, NULL, 2, 2141, 1, 'Stone Talus (Luminous)', '650394321314037942', 77.04635039062501, -49.616621484374996, 0, 0, 1, '0000-00-00 00:00:00'), +(24725, 2101, NULL, 2, 2141, 1, 'Stone Talus (Rare)', '12380519682675677169', 39.84866015625, -79.47234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24726, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '10972151828879293063', 42.81159375, -36.865113281250004, 0, 0, 1, '0000-00-00 00:00:00'), +(24727, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13638140220305662629', 88.0204453125, -62.390176171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24728, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '386904519077936395', 25.661203125, -33.87809765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24729, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '4320399172310080393', 54.1389609375, -24.19323046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24730, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13789665432127324818', 102.21125390625, -56.567351953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24731, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '1301568510901177168', 77.27699531249999, -84.6550078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24732, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '9897592349412893224', 58.1192578125, -53.588145703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24733, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '16002124002083741053', 52.48756640625, -84.740671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24734, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '5248267235886583530', 50.63987109375, -74.230125, 0, 0, 1, '0000-00-00 00:00:00'), +(24735, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '18344351683060459210', 98.858765625, -23.703796875000002, 0, 0, 1, '0000-00-00 00:00:00'), +(24736, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '10785135462662887510', 90.2576953125, -23.308769531249997, 0, 0, 1, '0000-00-00 00:00:00'), +(24737, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '8624276607929888441', 98.53068750000001, -24.218378906250003, 0, 0, 1, '0000-00-00 00:00:00'), +(24738, 2101, NULL, 2, 2148, 1, 'Cooking Pot', '13256743930423084640', 92.46776953125, -71.6662265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24739, 2101, NULL, 2, 2152, 1, 'Rito Village Chasm', '17183754997239633264', 28.46190234375, -37.4639296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24740, 2101, NULL, 2, 2151, 1, 'Cave Under Zora\'s Domain', '16836248457949403705', 108.292875, -54.216561328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24741, 2101, NULL, 2, 2151, 1, 'West Gerudo Underground Ruins', '15998502860260676292', 15.548437500000002, -81.86879296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24742, 2101, NULL, 2, 2151, 1, 'Meadela\'s Mantle Cave', '3829441701169624334', 23.6386875, -73.188046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24743, 2101, NULL, 2, 2151, 1, 'North Biron Snowshelf Cave', '331854384806019930', 23.9052890625, -20.563851562500002, 0, 0, 1, '0000-00-00 00:00:00'), +(24744, 2101, NULL, 2, 2151, 1, 'Popla Foothills Excavation Site', '8786178415487831994', 77.44807382812499, -84.493125, 0, 0, 1, '0000-00-00 00:00:00'), +(24745, 2101, NULL, 2, 2125, 1, 'Tadarok Shrine', '5220738083176198347', 57.63416015625, -84.2219765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24746, 2101, NULL, 2, 2125, 1, 'Suariwak Shrine', '14785290047383444481', 40.73128125, -79.337296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24747, 2101, NULL, 2, 2125, 1, 'Chichim Shrine', '8161412932709740336', 32.68359375, -93.826171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24748, 2101, NULL, 2, 2125, 1, 'Wao-os Shrine', '2057224001439727101', 22.75271484375, -35.273390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24749, 2101, NULL, 2, 2125, 1, 'Nouda Shrine', '12133446213297895892', 43.14601171875, -32.79835546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24750, 2101, NULL, 2, 2125, 1, 'En-oma Shrine', '14311940204292393413', 71.524386328125, -88.102171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24751, 2101, NULL, 2, 2125, 1, 'Utojis Shrine', '2578953829975462576', 84.5911171875, -88.39644140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24752, 2101, NULL, 2, 2125, 1, 'Bamitok Shrine', '12422124679579260671', 106.57003125, -96.20721093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(24753, 2101, NULL, 2, 2125, 1, 'Isisim Shrine', '14426024125931193716', 91.89870703125, -25.28865234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24754, 2101, NULL, 2, 2125, 1, 'Moshapin Shrine', '8038234059898225338', 101.709890625, -36.275953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24755, 2101, NULL, 2, 2125, 1, 'Jiotak Shrine', '14998219935987265119', 91.80990234375, -21.3240703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24756, 2101, NULL, 2, 2125, 1, 'Kyokugon Shrine', '6100761451613167203', 62.001030468749995, -76.77003515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24757, 2101, NULL, 2, 2125, 1, 'Susub Shrine', '258025124944826518', 74.40566132812499, -82.63528125, 0, 0, 1, '0000-00-00 00:00:00'), +(24758, 2101, NULL, 2, 2125, 1, 'Tenmaten Shrine', '360091485100814377', 63.34557421874999, -40.42239843749999, 0, 0, 1, '0000-00-00 00:00:00'), +(24759, 2101, NULL, 2, 2125, 1, 'Iun-orok Shrine', '3484393438511118739', 28.84107421875, -48.621125390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24760, 2101, NULL, 2, 2125, 1, 'Joniu Shrine', '11159300761559695025', 104.5107421875, -52.65234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24761, 2101, NULL, 2, 2125, 1, 'Yomizuk Shrine', '9163936624076415760', 122.03002734375, -65.778807421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24762, 2101, NULL, 2, 2125, 1, 'Maoikes Shrine', '5861869558627218482', 96.98704687499998, -56.866959375, 0, 0, 1, '0000-00-00 00:00:00'), +(24763, 2101, NULL, 2, 2125, 1, 'Jojon Shrine', '8447832919716545690', 84.39948046875, -54.729711328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24764, 2101, NULL, 2, 2125, 1, 'Mayahisik Shrine', '15693931310568694896', 114.01616015625, -82.7186484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24765, 2101, NULL, 2, 2125, 1, 'Anedamimik Shrine', '16269416679489154857', 119.90869921874999, -84.11915625, 0, 0, 1, '0000-00-00 00:00:00'), +(24766, 2101, NULL, 2, 2125, 1, 'Jogou Shrine', '15616768917486777934', 109.52656640625, -72.5026640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24767, 2101, NULL, 2, 2125, 1, 'Tokiy Shrine', '17518095894583343332', 97.313203125, -86.46012890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24768, 2101, NULL, 2, 2125, 1, 'O-ogim Shrine', '8029632291316616039', 102.60390234375, -71.35843359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24769, 2101, NULL, 2, 2125, 1, 'Taki-ihaban Shrine', '2072131998140003467', 48.870703125, -44.5867265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24770, 2101, NULL, 2, 2125, 1, 'Minetak Shrine', '17578465468269309307', 74.928005859375, -17.75806640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24771, 2101, NULL, 2, 2125, 1, 'Rutafu-um Shrine', '15663201104618704077', 35.18190234375, -22.24655859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24772, 2101, NULL, 2, 2125, 1, 'Otak Shrine', '14603274400948347832', 18.86054296875, -15.06912890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24773, 2101, NULL, 2, 2125, 1, 'Marari-in Shrine', '8422260082440600211', 124.58404687499998, -102.09385546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24774, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16475912680419983874', 94.493015625, -26.968875, 0, 0, 1, '0000-00-00 00:00:00'), +(24775, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2122704321238052106', 81.00949218749999, -57.70657124999999, 0, 0, 1, '0000-00-00 00:00:00'), +(24776, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11247086616593462347', 97.80666796875, -78.10430859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24777, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9469724414141933963', 99.07756640625, -95.40771093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(24778, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8262485623766003158', 74.742957421875, -17.240226562500002, 0, 0, 1, '0000-00-00 00:00:00'), +(24779, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18343630624683238234', 35.070960937500004, -102.67700390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(24780, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8657142297786345093', 74.2014375, -17.987378906249997, 0, 0, 1, '0000-00-00 00:00:00'), +(24781, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5080994655705234515', 63.821705859375, -56.80902890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24782, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15966421239424599898', 79.59620742187501, -42.76925390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24783, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5397463525621507482', 35.76139453125, -37.344011718750004, 0, 0, 1, '0000-00-00 00:00:00'), +(24784, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9404844947992250500', 59.45429296875, -39.68248828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24785, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4885308985967355896', 108.90038671875, -40.6545703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24786, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5659238290707513139', 41.33014453125, -101.9998125, 0, 0, 1, '0000-00-00 00:00:00'), +(24787, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17533218246684220304', 40.3519921875, -101.70166406249999, 0, 0, 1, '0000-00-00 00:00:00'), +(24788, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '685575849068000236', 40.663265624999994, -102.22299609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24789, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4991648434684031345', 32.20993359375, -89.5815, 0, 0, 1, '0000-00-00 00:00:00'), +(24790, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18061237479826733705', 39.90626953125, -87.72045703124999, 0, 0, 1, '0000-00-00 00:00:00'), +(24791, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '681603965925273046', 108.56368359375, -95.765671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24792, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '846250888438902092', 109.2889453125, -97.11240234374999, 0, 0, 1, '0000-00-00 00:00:00'), +(24793, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7090683602271648889', 124.59389062499999, -102.20651953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24794, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10004016155053624460', 124.63862109375, -102.0183046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24795, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14005189504315635860', 98.9435390625, -95.5527421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24796, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2788762971955710709', 88.30360546875, -71.8580390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24797, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '8119708274520198789', 84.5608359375, -82.65643359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24798, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12121398741437734207', 12.3245625, -103.81028906249999, 0, 0, 1, '0000-00-00 00:00:00'), +(24799, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11972093660973366246', 108.92484375, -40.50561328125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24800, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '105533075481464752', 110.50858593749999, -19.94726953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24801, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2193547634193842051', 124.66276171875, -19.146363281249997, 0, 0, 1, '0000-00-00 00:00:00'), +(24802, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '14941450494172974374', 108.9984140625, -41.1081796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24803, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2107871698109881662', 70.4226584765625, -60.663926953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24804, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5947957266542369191', 67.80426328124999, -52.407626953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24805, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '15209280959078930209', 67.59278554687499, -53.11335234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24806, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7251627793087780091', 67.8103359375, -53.25055546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24807, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '10301097336475803854', 67.17657890624999, -51.128614453124996, 0, 0, 1, '0000-00-00 00:00:00'), +(24808, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '15580332717098768633', 66.7219265625, -55.301581640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24809, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11262861978924060984', 66.51721171875, -54.99823359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24810, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '12778188876073010378', 57.32605078125, -64.993655859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24811, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '2511862051347690016', 69.4947877734375, -71.68747265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24812, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9861468794324685288', 67.623521484375, -70.9055625, 0, 0, 1, '0000-00-00 00:00:00'), +(24813, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '15622496415701528934', 56.75703515625, -73.4068359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24814, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18076666499125438113', 98.43390234375, -27.13848046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24815, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5213761214939647306', 90.30793359375, -23.182582031249996, 0, 0, 1, '0000-00-00 00:00:00'), +(24816, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3841850314348826146', 90.35501953125, -34.596421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24817, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '2411071592067931607', 88.7887734375, -26.28603515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24818, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13356946268488098092', 100.60608984375, -41.99523046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24819, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9301803413847473150', 100.54749609375, -41.88976171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24820, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4975547243088348424', 100.64124609375, -41.83116796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24821, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13625272257240327400', 100.55335546875, -41.98351171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24822, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7083110338075759691', 100.52530078125, -41.94146484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24823, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5034009025048498487', 100.66468359375, -41.88390234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24824, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15144027095134654944', 100.70569921875, -42.01280859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24825, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7843372164438839078', 100.60625390624998, -41.92236328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24826, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14531437859340885944', 100.589109375, -41.83175390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24827, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10641430237540274537', 100.4912578125, -41.98538671874999, 0, 0, 1, '0000-00-00 00:00:00'), +(24828, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16038414287235979853', 100.70125781249997, -41.9398828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24829, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '14177499940155494033', 100.70125781249997, -41.78124609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24830, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '414831917022024048', 100.50373828125, -41.789390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24831, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2080465554136016753', 100.3696640625, -41.920125, 0, 0, 1, '0000-00-00 00:00:00'), +(24832, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10681300618861450169', 100.72425, -42.07008984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24833, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11275616478755358081', 100.44990234375, -41.9472421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24834, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7547180636276103336', 100.60911328125, -42.07219921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24835, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11941245440645805026', 100.65407812500003, -41.739234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24836, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16972494771412077950', 100.47530859375, -41.7675, 0, 0, 1, '0000-00-00 00:00:00'), +(24837, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8199263503985140582', 100.4337421875, -41.83125, 0, 0, 1, '0000-00-00 00:00:00'), +(24838, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3721665950646675720', 100.7307890625, -41.8248046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24839, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1531901597017863792', 100.57374609375, -41.75630859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24840, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4991073030527742958', 100.76634374999998, -41.7880546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24841, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4565819303113313794', 100.6159453125, -41.79345703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24842, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4540043686106612702', 100.476046875, -42.076828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24843, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11337616530699761317', 100.68290625, -42.0476953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24844, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4430523618290062574', 101.06356640625, -41.9818828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24845, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4018206550209995216', 26.05378125, -88.4502421875, 0, 0, 1, '0000-00-00 00:00:00'), +(24846, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4803111033852051504', 26.2038515625, -91.0599140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24847, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8073109881613010470', 30.775875, -93.069890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24848, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3455624927549973071', 48.5139609375, -82.1941875, 0, 0, 1, '0000-00-00 00:00:00'), +(24849, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1386544186296710634', 68.047437890625, -94.28334375000001, 0, 0, 1, '0000-00-00 00:00:00'), +(24850, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3145785766346204117', 68.033192578125, -94.34762109374999, 0, 0, 1, '0000-00-00 00:00:00'), +(24851, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '5495107042726629995', 73.7990671875, -102.85051171875001, 0, 0, 1, '0000-00-00 00:00:00'), +(24852, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15145408433851498500', 52.3763671875, -84.756609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24853, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3126624508711807625', 35.333625, -102.41282812499999, 0, 0, 1, '0000-00-00 00:00:00'), +(24854, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '10478592228706680335', 40.7486015625, -102.40838671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24855, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '4444590383619256926', 40.4064609375, -102.4337109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24856, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '5493806990933636300', 41.1743671875, -20.961140625000002, 0, 0, 1, '0000-00-00 00:00:00'), +(24857, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9667828293522126258', 35.66860546875, -37.66030078125, 0, 0, 1, '0000-00-00 00:00:00'), +(24858, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '9584343781800746239', 56.0831015625, -49.523773828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24859, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '16185662721312603776', 35.53571484375, -70.088403515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24860, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2703634774320619726', 35.635816406249994, -68.638088671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24861, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '11570166479957729423', 43.73375390625, -48.733136718749996, 0, 0, 1, '0000-00-00 00:00:00'), +(24862, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1603655385967348417', 123.75317578125, -85.56769921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24863, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7285559389462413079', 107.90985937500002, -71.68163671875001, 0, 0, 1, '0000-00-00 00:00:00'), +(24864, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '16705839123436490023', 100.1123203125, -76.67409375, 0, 0, 1, '0000-00-00 00:00:00'), +(24865, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '14317984671749636499', 117.77614453125, -80.56421484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24866, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13822912933032821647', 117.01659375000001, -81.910875, 0, 0, 1, '0000-00-00 00:00:00'), +(24867, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2496157236267794486', 119.0859140625, -79.91947265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24868, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13832297459598154163', 118.41856640625, -81.1086328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24869, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '18006384683146989418', 111.4761796875, -96.84506250000001, 0, 0, 1, '0000-00-00 00:00:00'), +(24870, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1378982690471901726', 111.52444921875, -96.33263671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24871, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8000994564628601413', 84.51636328125, -55.372166015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24872, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '12158584698402506713', 120.427546875, -63.024024609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24873, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '1549762853891737091', 77.71934999999999, -48.988564453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24874, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9389695896564028080', 81.091991015625, -57.916401093750004, 0, 0, 1, '0000-00-00 00:00:00'), +(24875, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3017973438468450415', 106.2001171875, -50.10950859375001, 0, 0, 1, '0000-00-00 00:00:00'), +(24876, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12988106920436716207', 24.374097656249994, -45.5388046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24877, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '14038015771155802050', 28.88373046875, -53.7872109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24878, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5941045487340206161', 42.97170703125, -36.76959375, 0, 0, 1, '0000-00-00 00:00:00'), +(24879, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3573697904035869233', 59.624267578125, -39.72666796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24880, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14116616577190136486', 71.0590134375, -51.703880859375005, 0, 0, 1, '0000-00-00 00:00:00'), +(24881, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10469262978093847221', 78.31601835937501, -68.070566015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24882, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3599088011366643087', 74.03692734375, -80.19648046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24883, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2671988079100716005', 74.9536921875, -81.79269140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24884, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9198598821009748439', 76.643459765625, -100.91964843749999, 0, 0, 1, '0000-00-00 00:00:00'), +(24885, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17372175238634361249', 74.712200390625, -71.432671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24886, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '5186447205296612946', 54.01198828125, -49.987613671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24887, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7011146475006146607', 67.365233203125, -57.45715464843749, 0, 0, 1, '0000-00-00 00:00:00'), +(24888, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16738460177730437386', 101.13205078125, -44.7901875, 0, 0, 1, '0000-00-00 00:00:00'), +(24889, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11134663163866921569', 100.5012890625, -42.52252734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24890, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9686522948100605216', 100.51875, -42.12469921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24891, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '11957518271926626878', 100.59973828125, -42.1747265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24892, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8711609108227700984', 76.95890507812499, -83.7885234375, 0, 0, 1, '0000-00-00 00:00:00'), +(24893, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18329917395573550801', 92.58270703125, -37.11062109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24894, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10644749885987402074', 26.79685546875, -96.76205859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24895, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2539759222036358634', 77.18402578125, -83.44153125, 0, 0, 1, '0000-00-00 00:00:00'), +(24896, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '17266589922063894291', 62.51889726562499, -33.8879765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24897, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1667032256583666495', 86.58795703125, -71.9818125, 0, 0, 1, '0000-00-00 00:00:00'), +(24898, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18272039619327616027', 103.44140625, -53.138673046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24899, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '12146692052199883199', 103.70757421875, -52.23522890625001, 0, 0, 1, '0000-00-00 00:00:00'), +(24900, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '7449200742242283683', 106.4975625, -60.567214453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24901, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '18009688927049697186', 44.20290234375, -66.93922265625, 0, 0, 1, '0000-00-00 00:00:00'), +(24902, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14478482738355366846', 67.73454140625, -93.558328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24903, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9478953011823647131', 32.6845078125, -94.340390625, 0, 0, 1, '0000-00-00 00:00:00'), +(24904, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12992416461705871244', 98.81820703125003, -85.56263671874999, 0, 0, 1, '0000-00-00 00:00:00'), +(24905, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '4713386141367621760', 112.3270546875, -55.701099609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24906, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '9149986035377449593', 23.8968515625, -20.29477734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24907, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3650064216951209932', 24.2915390625, -24.42898828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24908, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12140197049695956472', 40.6565625, -20.825484375000002, 0, 0, 1, '0000-00-00 00:00:00'), +(24909, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13116016547218834075', 40.95959765625, -79.471453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24910, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '14826304181857737314', 34.647152343749994, -40.67885156249999, 0, 0, 1, '0000-00-00 00:00:00'), +(24911, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '18276842050328713614', 15.548437500000002, -83.1059765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24912, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4721327935647833748', 18.347660156250004, -14.772609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24913, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1057629488918518409', 100.99095703125, -52.047193359375, 0, 0, 1, '0000-00-00 00:00:00'), +(24914, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13188034637467201303', 36.66946875, -53.0751328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24915, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17277794146212274040', 92.8840546875, -94.18190625, 0, 0, 1, '0000-00-00 00:00:00'), +(24916, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3824716610812701115', 89.97828515625, -93.7039453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24917, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '16662717271862233334', 109.41656250000003, -52.199003906250006, 0, 0, 1, '0000-00-00 00:00:00'), +(24918, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1926930384108339967', 92.45227734375, -90.05056640625001, 0, 0, 1, '0000-00-00 00:00:00'), +(24919, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12038172767335613394', 106.43351953125001, -31.51901953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24920, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14328262988616888936', 107.08093359375, -59.996051953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24921, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '10511515528676081454', 18.17353125, -66.099216796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24922, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6611537183018549889', 40.92075, -79.450546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24923, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '14810808435568858063', 24.82303125, -24.7504921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24924, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '71596427735063550', 36.27127734375, -28.4634140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24925, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '2012699015915213674', 88.98178125, -93.114046875, 0, 0, 1, '0000-00-00 00:00:00'), +(24926, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '7534986641737510967', 94.075921875, -27.50958984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24927, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '14698481147413354725', 104.90537109375, -59.727742734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24928, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '4678174494243170370', 97.06887890625, -23.54312109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24929, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8920696812055300448', 74.533753125, -82.02345703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24930, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13100520600048322238', 92.762953125, -37.71305859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24931, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16254756768013981926', 101.23383984375, -55.436016796875, 0, 0, 1, '0000-00-00 00:00:00'), +(24932, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2563335561785909465', 96.78451171875, -57.54541828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24933, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '801159055540849191', 88.23046875, -56.4140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24934, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11594091277582614382', 56.86555078125, -81.260015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24935, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17142293759937371975', 95.6641875, -34.6856953125, 0, 0, 1, '0000-00-00 00:00:00'), +(24936, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '16330037676992638989', 86.51267578125, -32.515453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24937, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '9630966742702029927', 86.9892890625, -99.47752734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24938, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '18032048662343039679', 85.9374609375, -32.43408984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24939, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17185679896226515898', 92.3503125, -71.2014375, 0, 0, 1, '0000-00-00 00:00:00'), +(24940, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '6814516217710014668', 86.3143359375, -33.481828125, 0, 0, 1, '0000-00-00 00:00:00'), +(24941, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '12155245807914454330', 88.63845703125, -25.508121093750002, 0, 0, 1, '0000-00-00 00:00:00'), +(24942, 2101, NULL, 2, 2145, 1, 'Treasure Chest', '14334919235872318372', 113.8169765625, -52.794896484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24943, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '8052967779464644867', 101.50913671875, -74.861765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24944, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15161751870819564608', 92.00820703125, -91.86257812500001, 0, 0, 1, '0000-00-00 00:00:00'), +(24945, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13403434086294676578', 77.31645, -92.93736328125001, 0, 0, 1, '0000-00-00 00:00:00'), +(24946, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13325803085335480959', 113.2769765625, -55.756696875, 0, 0, 1, '0000-00-00 00:00:00'), +(24947, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16091271311712841195', 90.5916328125, -102.016125, 0, 0, 1, '0000-00-00 00:00:00'), +(24948, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '4351432245435736543', 77.27209335937499, -95.156765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24949, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15993309925157524329', 34.92113671875, -21.671589843750002, 0, 0, 1, '0000-00-00 00:00:00'), +(24950, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '2719897378318460151', 98.44969921875001, -36.54384375, 0, 0, 1, '0000-00-00 00:00:00'), +(24951, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2954123027253686995', 24.246140625, -67.33155703125, 0, 0, 1, '0000-00-00 00:00:00'), +(24952, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '3158140875647588058', 80.0918015625, -92.67854296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24953, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '17727679377049368373', 44.9763046875, -40.04251171875, 0, 0, 1, '0000-00-00 00:00:00'), +(24954, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8746289834127979928', 24.3615, -73.23685546875, 0, 0, 1, '0000-00-00 00:00:00'), +(24955, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16142957238731960527', 103.06311328125003, -52.013930859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24956, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15548008075284700455', 122.26686328125, -66.330158203125, 0, 0, 1, '0000-00-00 00:00:00'), +(24957, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12806342809282600007', 104.44953515625, -54.118287890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24958, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8848375888634842434', 25.44364453125, -90.94485937500001, 0, 0, 1, '0000-00-00 00:00:00'), +(24959, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16662286065532405659', 113.54128125, -51.146382421874996, 0, 0, 1, '0000-00-00 00:00:00'), +(24960, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '17480306267847496075', 113.23575, -56.740294921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24961, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10327798369607693110', 113.5374609375, -53.9873671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24962, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '16535205583664683742', 114.05947265625, -55.037780859375, 0, 0, 1, '0000-00-00 00:00:00'), +(24963, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '13929101191144022270', 62.131653515625, -41.51216015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24964, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8359751637954026451', 62.9088, -41.31341015625, 0, 0, 1, '0000-00-00 00:00:00'), +(24965, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '11045653239928132107', 75.000045703125, -81.29677734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24966, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16576976470895232962', 74.259833203125, -83.542453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24967, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15483732255038581425', 75.998000390625, -102.20554687500001, 0, 0, 1, '0000-00-00 00:00:00'), +(24968, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '10906236461576294894', 110.2343203125, -83.832890625, 0, 0, 1, '0000-00-00 00:00:00'), +(24969, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '16351082162431462288', 101.20543359375, -45.00365625, 0, 0, 1, '0000-00-00 00:00:00'), +(24970, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '172508485746673677', 94.07213671875, -94.16915625, 0, 0, 1, '0000-00-00 00:00:00'), +(24971, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '252231475018775103', 92.3724375, -90.93826171875001, 0, 0, 1, '0000-00-00 00:00:00'), +(24972, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '12657942573624151631', 108.2531953125, -94.72784765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24973, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '6450237296707589875', 24.14915625, -72.569109375, 0, 0, 1, '0000-00-00 00:00:00'), +(24974, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15290762401863730212', 23.26884375, -27.73489453125, 0, 0, 1, '0000-00-00 00:00:00'), +(24975, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '13540555757001513662', 88.46520703125, -69.021290625, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(24976, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '15328474412002001656', 122.10043359375003, -50.155761328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24977, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '3220901333224131952', 44.68528125, -80.259375, 0, 0, 1, '0000-00-00 00:00:00'), +(24978, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '15100261521855596719', 32.93794921875, -94.7776640625, 0, 0, 1, '0000-00-00 00:00:00'), +(24979, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '1722150970091964176', 32.9352890625, -94.46746875, 0, 0, 1, '0000-00-00 00:00:00'), +(24980, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '10651148409263386912', 24.119660156249996, -20.90361328125, 0, 0, 1, '0000-00-00 00:00:00'), +(24981, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '9433655680164245399', 38.576437500000004, -91.9531875, 0, 0, 1, '0000-00-00 00:00:00'), +(24982, 2101, NULL, 2, 2144, 1, 'Treasure Chest', '1579845069672312746', 111.26087109375, -96.00171093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(24983, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '8453534357638212968', 99.15076171875, -95.440734375, 0, 0, 1, '0000-00-00 00:00:00'), +(24984, 2101, NULL, 2, 2143, 1, 'Treasure Chest', '2341664371576446407', 112.5021796875, -54.724428515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24985, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14832133943972102287', 88.23046875, -56.28204375, 0, 0, 1, '0000-00-00 00:00:00'), +(24986, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '15629046628920471608', 88.23046875, -56.28204375, 0, 0, 1, '0000-00-00 00:00:00'), +(24987, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14894437046475336220', 67.52529140624999, -57.257804296875, 0, 0, 1, '0000-00-00 00:00:00'), +(24988, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '16555665652765520940', 68.5206234375, -71.817140625, 0, 0, 1, '0000-00-00 00:00:00'), +(24989, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '7075784124563118171', 69.1732115625, -71.6831484375, 0, 0, 1, '0000-00-00 00:00:00'), +(24990, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '10053271388425608555', 68.93641875, -71.1863671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24991, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '15663709851398109614', 63.98829374999999, -56.525288671875, 0, 0, 1, '0000-00-00 00:00:00'), +(24992, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '18408950540921034417', 98.1144140625, -27.0949921875, 0, 0, 1, '0000-00-00 00:00:00'), +(24993, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14398068525931812822', 90.50942578125, -34.62099609375, 0, 0, 1, '0000-00-00 00:00:00'), +(24994, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '12954912376189648539', 92.74304296875, -37.63790625, 0, 0, 1, '0000-00-00 00:00:00'), +(24995, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '9334755532135576331', 92.5315546875, -37.1793515625, 0, 0, 1, '0000-00-00 00:00:00'), +(24996, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '16147567882306095428', 96.7031015625, -22.71108984375, 0, 0, 1, '0000-00-00 00:00:00'), +(24997, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17535016468931748675', 91.64860546875, -24.71834765625, 0, 0, 1, '0000-00-00 00:00:00'), +(24998, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '4984939551984934864', 90.07939453125, -25.80384375, 0, 0, 1, '0000-00-00 00:00:00'), +(24999, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '8793433425984469965', 94.109671875, -27.4449140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25000, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17860141152672747136', 94.91044921875, -27.1837265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25001, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '4593563930654755430', 93.3599296875, -42.95635546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25002, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '11691741608001543445', 96.55273828125, -40.4558203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25003, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '8073831492109812338', 24.839472656250006, -91.11453515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25004, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '991246983400947415', 24.854121093750006, -91.22503125, 0, 0, 1, '0000-00-00 00:00:00'), +(25005, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '3263238691223685287', 24.78716015625, -91.07966015624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25006, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17736986611234030278', 24.77705859375, -91.22532421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25007, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '46307694707607359', 24.77227734375, -91.23336328124999, 0, 0, 1, '0000-00-00 00:00:00'), +(25008, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '1458373768667342187', 38.48371875, -92.156578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25009, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '4648505821056553840', 53.65634765625, -23.825542968749996, 0, 0, 1, '0000-00-00 00:00:00'), +(25010, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '12010943581290413987', 23.8851328125, -21.177597656250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25011, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '757586290488720815', 23.64046875, -20.769164062500003, 0, 0, 1, '0000-00-00 00:00:00'), +(25012, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14338905259725146013', 23.863546875000004, -21.30139453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25013, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17364069428070076044', 23.5750078125, -20.993343749999998, 0, 0, 1, '0000-00-00 00:00:00'), +(25014, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '7942870735465845573', 23.644839843750006, -21.197039062499996, 0, 0, 1, '0000-00-00 00:00:00'), +(25015, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '5077091492760163524', 24.20259375, -21.073464843749996, 0, 0, 1, '0000-00-00 00:00:00'), +(25016, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '12277572015199780552', 24.07360546875, -20.70889453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25017, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '30896183175567345', 23.858109375, -20.6500078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25018, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17920719357034207310', 24.1982578125, -20.856796875000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25019, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '2309250830021135488', 92.5523671875, -90.20588671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25020, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '18166835247508551833', 92.62284375, -90.28850390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(25021, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '7431633013201127759', 92.8477734375, -90.18116015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25022, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '11807009980767757561', 92.9172890625, -90.13102734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25023, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '11988650190626618769', 84.0759140625, -81.82815234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25024, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '10757128289813230047', 24.63684375, -24.739781250000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25025, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '16581661094171261208', 40.8631640625, -20.825953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25026, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14598058925373376915', 78.8432484375, -42.27219140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25027, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '15420315855255408440', 43.58928515625, -48.53053476562499, 0, 0, 1, '0000-00-00 00:00:00'), +(25028, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '15423019076798037567', 119.86908984375, -84.1606171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25029, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '17658652204586079511', 97.49084765625003, -77.48671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25030, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '10333290611396688800', 100.6183125, -52.531491796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25031, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '14531131407592935051', 101.1301171875, -52.381864453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25032, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '1930554879381710522', 100.97765625, -52.1691609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25033, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '16277277289768149075', 120.34993359375, -62.913008203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25034, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '3793957921725451438', 122.29552734375, -67.379119921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25035, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '5215400681192371900', 69.47811, -60.5571984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25036, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '15532157062170543024', 74.055603515625, -80.61542578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25037, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '3473831127473004347', 74.242255078125, -83.58349218750001, 0, 0, 1, '0000-00-00 00:00:00'), +(25038, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '10632174163532945031', 76.4350359375, -100.1860078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25039, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '11240905105463025777', 109.14703125000003, -40.80708984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25040, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '9053786662654728834', 82.9428515625, -44.93159765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25041, 2101, NULL, 2, 2136, 1, 'Cracked Wall', '2661637246116661738', 81.049125, -57.910499062499994, 0, 0, 1, '0000-00-00 00:00:00'), +(25042, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '15453007905043264534', 70.430818125, -60.969277734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25043, 2101, NULL, 2, 2104, 1, 'Traveler\'s Bow', '15699459992110311716', 67.745253515625, -53.1769265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25044, 2101, NULL, 2, 2104, 1, 'Soldier’s Bow', '5523563466249450500', 67.2430453125, -50.97568828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25045, 2101, NULL, 2, 2104, 1, 'Gerudo Bow', '10736865800568882630', 26.2835859375, -88.24360546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25046, 2101, NULL, 2, 2104, 1, 'Dragonbone Boko Bow', '11886021871712529123', 40.088484375, -102.426375, 0, 0, 1, '0000-00-00 00:00:00'), +(25047, 2101, NULL, 2, 2104, 1, 'Knight\'s Bow', '17694017470085376030', 26.1494765625, -91.19803125, 0, 0, 1, '0000-00-00 00:00:00'), +(25048, 2101, NULL, 2, 2104, 1, 'Old Wooden Bow', '6359763230484856162', 30.958125000000006, -93.0416953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25049, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '4283881237363151187', 31.71835546875, -89.58123046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25050, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '8636066909521662514', 39.27639843749999, -87.41595703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25051, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '10534250148469626844', 103.06717968749999, -52.082503125, 0, 0, 1, '0000-00-00 00:00:00'), +(25052, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '6160548826241488330', 74.566311328125, -71.65876171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25053, 2101, NULL, 2, 2103, 1, 'Rusty Claymore', '2177791702409910511', 61.460088281249995, -76.71624609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25054, 2101, NULL, 2, 2103, 1, 'Boat Oar', '11910197189236411231', 123.82770703125001, -85.37183203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25055, 2101, NULL, 2, 2103, 1, 'Thick Stick', '6055628529011328475', 96.31606640625, -39.935765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25056, 2101, NULL, 2, 2103, 1, 'Thick Stick', '6465983809866367821', 43.91323828125, -66.837005859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25057, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '17141488132627193067', 15.111269531249997, -82.2928828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25058, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '12326509543012150870', 67.64802773437499, -53.17618359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25059, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '7461547237480922403', 67.2412640625, -51.067658203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25060, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '17485601036877229701', 66.67057499999999, -55.2357, 0, 0, 1, '0000-00-00 00:00:00'), +(25061, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '13592700378774229233', 95.856140625, -39.32648437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25062, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '11661897219403635879', 32.7539296875, -94.98212109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25063, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '12117953822995905447', 32.67615234375, -94.95120703125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25064, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '2334356024886830772', 15.624609375000002, -82.269375, 0, 0, 1, '0000-00-00 00:00:00'), +(25065, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '7335682377008534630', 15.472265625000002, -82.269375, 0, 0, 1, '0000-00-00 00:00:00'), +(25066, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '7825013260695006432', 14.764710937499995, -82.307859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25067, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '16844033068307610199', 14.776289062499998, -83.0415234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25068, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '18409990795405177810', 15.599882812499995, -82.6255078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25069, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '5725996352504380351', 14.942378906249996, -82.46473828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25070, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '11212379575160909294', 15.13079296875, -82.597828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25071, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '13250334980145170478', 15.139511718749997, -82.81876171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25072, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '12843501186121367226', 14.773757812500005, -82.77556640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25073, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '17736939719942507433', 14.7766171875, -82.597828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25074, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '15000893653633736586', 14.757421875000002, -82.925625, 0, 0, 1, '0000-00-00 00:00:00'), +(25075, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '15945742159151274032', 15.090117187499995, -82.9418671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25076, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '7180734387840629349', 15.453398437499995, -82.6255078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25077, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '17189772174980056248', 86.280984375, -72.28062890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25078, 2101, NULL, 2, 2103, 1, 'Traveler\'s Claymore', '2653775758145926468', 86.186859375, -72.20264062499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25079, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '2012409566217015000', 124.82012109374998, -102.88668750000001, 0, 0, 1, '0000-00-00 00:00:00'), +(25080, 2101, NULL, 2, 2103, 1, 'Sturdy Thick Stick', '18233983276917260477', 96.75925781250002, -57.42606937500001, 0, 0, 1, '0000-00-00 00:00:00'), +(25081, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '8324708471095837516', 92.38890234375, -90.96155859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25082, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '4432498263389477731', 92.6554453125, -89.85619921874999, 0, 0, 1, '0000-00-00 00:00:00'), +(25083, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '1540172740872522391', 109.47734765624998, -19.36416796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25084, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '4254785526190563575', 32.19690234375, -89.60891015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25085, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '1536960299256366431', 56.75448046875, -73.59911718750001, 0, 0, 1, '0000-00-00 00:00:00'), +(25086, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '3342180446597961624', 56.67932812500001, -73.58230078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25087, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '16488196255579700951', 76.640690625, -100.94853515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25088, 2101, NULL, 2, 2103, 1, 'Soldier\'s Claymore', '16364480672353954036', 25.3580625, -91.5233203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25089, 2101, NULL, 2, 2103, 1, 'Knight\'s Claymore', '16735495014571592183', 41.2220859375, -101.30295703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25090, 2101, NULL, 2, 2103, 1, 'Knight\'s Claymore', '6457255632100146374', 35.889890625, -103.79730468749999, 0, 0, 1, '0000-00-00 00:00:00'), +(25091, 2101, NULL, 2, 2103, 1, 'Gerudo Claymore', '3014666245453250170', 26.1454921875, -88.23905859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25092, 2101, NULL, 2, 2105, 1, 'Soldier’s Shield', '13122536374967647162', 67.242908203125, -50.96018203125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25093, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '11516559632823058831', 39.92438671875, -101.36415234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25094, 2101, NULL, 2, 2105, 1, 'Knight\'s Shield', '17423528338194127867', 92.69326171875, -89.85858984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25095, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '7754155085808378266', 96.20175, -39.727078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25096, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '8353255861939936269', 49.792546875, -86.782359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25097, 2101, NULL, 2, 2105, 1, 'Spiked Boko Shield', '3146238388888377766', 99.35787890625, -76.3029140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25098, 2101, NULL, 2, 2105, 1, 'Dragonbone Boko Shield', '6925846667396130432', 40.7968125, -101.45070703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25099, 2101, NULL, 2, 2105, 1, 'Rusty Shield', '16842448300403315770', 52.57846875, -84.85470703124999, 0, 0, 1, '0000-00-00 00:00:00'), +(25100, 2101, NULL, 2, 2105, 1, 'Gerudo Shield', '17197828834445076030', 26.1415078125, -88.3253203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25101, 2101, NULL, 2, 2105, 1, 'Traveler\'s Shield', '4057921524218434162', 67.771236328125, -53.175774609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25102, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '12633809528025411011', 80.970380859375, -57.83668371093749, 0, 0, 1, '0000-00-00 00:00:00'), +(25103, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '141293803913765484', 81.04336640625, -57.9591684375, 0, 0, 1, '0000-00-00 00:00:00'), +(25104, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '1761239126032427771', 106.41298828125, -50.126898046875006, 0, 0, 1, '0000-00-00 00:00:00'), +(25105, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '14058620455607417856', 39.62738671875, -88.25942578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25106, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '1223990677059909668', 39.66247265625, -87.45746484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25107, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '3002680064045537102', 74.789077734375, -71.63643750000001, 0, 0, 1, '0000-00-00 00:00:00'), +(25108, 2101, NULL, 2, 2103, 1, 'Rusty Halberd', '17346575034374726861', 36.01998046875, -37.32753515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25109, 2101, NULL, 2, 2103, 1, 'Fishing Harpoon', '18084957381231208546', 104.71890234374997, -98.15704687499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25110, 2101, NULL, 2, 2103, 1, 'Zonaite Spear', '8403378171663608170', 84.4568203125, -87.84110156249999, 0, 0, 1, '0000-00-00 00:00:00'), +(25111, 2101, NULL, 2, 2103, 1, 'Zonaite Spear', '3531851579063956140', 84.4477734375, -87.8492109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25112, 2101, NULL, 2, 2103, 1, 'Long Stick', '8513951885476753610', 124.8028125, -103.02373828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25113, 2101, NULL, 2, 2103, 1, 'Long Stick', '5930526690731273121', 76.54029375, -100.15781249999999, 0, 0, 1, '0000-00-00 00:00:00'), +(25114, 2101, NULL, 2, 2103, 1, 'Long Stick', '8513951886425081467', 124.76012109375, -102.98811328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25115, 2101, NULL, 2, 2103, 1, 'Long Stick', '8513951885310461205', 124.81552734375, -102.98370703124999, 0, 0, 1, '0000-00-00 00:00:00'), +(25116, 2101, NULL, 2, 2103, 1, 'Long Stick', '13049815176938589132', 124.78703906249999, -102.96957421875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25117, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '14604738330335799385', 66.5125640625, -55.148977734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25118, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '6752344964178217316', 77.15767734375, -49.33494609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25119, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '1154368307946980471', 67.798925390625, -53.177677734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25120, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '12452134456092613113', 120.23040234375, -62.7220265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25121, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '1836033257565399946', 119.938171875, -84.2758125, 0, 0, 1, '0000-00-00 00:00:00'), +(25122, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '3042107155480529196', 109.30229296875, -73.39753125, 0, 0, 1, '0000-00-00 00:00:00'), +(25123, 2101, NULL, 2, 2103, 1, 'Traveler\'s Spear', '4766092898254486029', 92.8591875, -37.42709765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25124, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '17374445878611236651', 73.934896875, -103.67531249999999, 0, 0, 1, '0000-00-00 00:00:00'), +(25125, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '13575470143336994855', 125.29198828124998, -101.90728125, 0, 0, 1, '0000-00-00 00:00:00'), +(25126, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '11467486372264781934', 35.4723046875, -102.39953906250001, 0, 0, 1, '0000-00-00 00:00:00'), +(25127, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '13781020250081530928', 32.394140625, -92.8513359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25128, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '890948116238097144', 49.87761328125, -84.3513984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25129, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '16404741039552969925', 73.5407625, -103.41174609375001, 0, 0, 1, '0000-00-00 00:00:00'), +(25130, 2101, NULL, 2, 2103, 1, 'Sturdy Long Stick', '11113085532588214548', 125.10274218750001, -101.82199218749999, 0, 0, 1, '0000-00-00 00:00:00'), +(25131, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '13599949723742171061', 109.5526640625, -19.274402343749998, 0, 0, 1, '0000-00-00 00:00:00'), +(25132, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '14271050480323355695', 119.621765625, -84.375421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25133, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '4109892210106909434', 109.182234375, -73.40051953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25134, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '9201890591977360291', 108.23804296875, -94.46103515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25135, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '16247591418919897692', 118.624546875, -51.187433203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25136, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '5743426906928925184', 96.17431640625, -39.6944296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25137, 2101, NULL, 2, 2103, 1, 'Soldier\'s Spear', '14364854169389195162', 67.24866328125, -50.92306875, 0, 0, 1, '0000-00-00 00:00:00'), +(25138, 2101, NULL, 2, 2103, 1, 'Knight\'s Halberd', '8976036255262412478', 25.668703125, -90.88912499999999, 0, 0, 1, '0000-00-00 00:00:00'), +(25139, 2101, NULL, 2, 2103, 1, 'Knight\'s Halberd', '9699694188175100974', 38.7992109375, -92.08307812499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25140, 2101, NULL, 2, 2103, 1, 'Knight\'s Halberd', '14029091139306692557', 25.32270703125, -91.0794609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25141, 2101, NULL, 2, 2103, 1, 'Gerudo Spear', '12328171442072823239', 26.282296875, -88.31520703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25142, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '10702792372055677949', 103.28203125, -52.17528046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25143, 2101, NULL, 2, 2103, 1, 'Rusty Broadsword', '7515318276074509985', 52.50188671875, -84.751734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25144, 2101, NULL, 2, 2103, 1, 'Soup Ladle', '2327159209172878780', 33.32696484375, -94.66376953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25145, 2101, NULL, 2, 2103, 1, 'Torch', '4121076377366220203', 56.98061718749999, -80.916, 0, 0, 1, '0000-00-00 00:00:00'), +(25146, 2101, NULL, 2, 2103, 1, 'Torch', '9534225501326765377', 62.511282421874995, -42.72891796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25147, 2101, NULL, 2, 2103, 1, 'Torch', '9935498730113011175', 57.1305234375, -80.8682578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25148, 2101, NULL, 2, 2103, 1, 'Tree Branch', '2861868468509469414', 25.4585859375, -33.95014453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25149, 2101, NULL, 2, 2103, 1, 'Tree Branch', '17460124136524504620', 56.71531640625, -63.93369609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25150, 2101, NULL, 2, 2103, 1, 'Tree Branch', '3878133567244493635', 31.075546875, -89.80510546875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25151, 2101, NULL, 2, 2103, 1, 'Tree Branch', '138293724946160473', 31.97909765625, -89.42654296875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25152, 2101, NULL, 2, 2103, 1, 'Tree Branch', '16308003214758555352', 31.99960546875, -89.75466796875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25153, 2101, NULL, 2, 2103, 1, 'Tree Branch', '11887622030637158964', 32.31015234375, -89.92751953125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25154, 2101, NULL, 2, 2103, 1, 'Tree Branch', '2180286597990600308', 69.5829999609375, -60.451115625, 0, 0, 1, '0000-00-00 00:00:00'), +(25155, 2101, NULL, 2, 2103, 1, 'Wooden Stick', '1433893849121416983', 95.9816015625, -40.07816015624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25156, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '16635783744718647493', 96.1801640625, -39.7042265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25157, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '14057241291366946070', 49.81944140625, -86.79561328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25158, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '17198040608650912747', 66.7286015625, -55.23649453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25159, 2101, NULL, 2, 2103, 1, 'Traveler\'s Sword', '2741112917859043004', 67.59005507812499, -53.17437890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25160, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '10621916254450855632', 122.82005859375, -67.99062890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25161, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '10629875969397544037', 49.85446875, -84.356765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25162, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '4312480140914102361', 125.11803515625, -101.80259765625001, 0, 0, 1, '0000-00-00 00:00:00'), +(25163, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '5159503966980022830', 98.5595390625, -75.86401171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25164, 2101, NULL, 2, 2103, 1, 'Sturdy Wooden Stick', '1229215860225179666', 122.83266796875, -67.999503515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25165, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '16635783742544387661', 96.19864453125003, -39.72430078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25166, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '12107663468380659075', 39.83415234375, -101.9065546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25167, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '11977633849727485301', 56.73514453124999, -73.67661328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25168, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '14598216995042023392', 56.66094140625, -73.6640390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25169, 2101, NULL, 2, 2103, 1, 'Soldier\'s Broadsword', '12565317150456259972', 67.24134609375001, -51.12505546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25170, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '8794236070237658412', 92.6833359375, -89.8580625, 0, 0, 1, '0000-00-00 00:00:00'), +(25171, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '2547103364528771608', 109.45737890625, -19.27857421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25172, 2101, NULL, 2, 2103, 1, 'Knight\'s Broadsword', '537785662702934462', 40.7283046875, -102.75952734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25173, 2101, NULL, 2, 2103, 1, 'Eightfold Blade', '16202663168084339957', 59.959770703124995, -71.55835546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25174, 2101, NULL, 2, 2103, 1, 'Eightfold Blade', '3839247342565059991', 84.688640625, -63.20464453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25175, 2101, NULL, 2, 2103, 1, 'Gerudo Scimitar', '8839729829428486494', 32.50379296875, -94.54243359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25176, 2101, NULL, 2, 2103, 1, 'Gerudo Scimitar', '2583384787805812536', 33.33155859375, -94.78739062499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25177, 2101, NULL, 2, 2103, 1, 'Gerudo Scimitar', '12016417655682850563', 26.1447421875, -88.32901171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25178, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '4893192206752366853', 90.4208203125, -22.732054687500003, 0, 0, 1, '0000-00-00 00:00:00'), +(25179, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '14906144413958608046', 31.43626171875, -87.44230078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25180, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '6232676308750947844', 70.52478164062501, -22.2892734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25181, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '13159954256638864878', 39.83607421875, -56.3909484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25182, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '17340547531220211943', 22.569855468749996, -58.1660478515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25183, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '8030538936250814676', 13.142027343750005, -100.3746328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25184, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '7256048851254022726', 17.501765625000004, -65.4958125, 0, 0, 1, '0000-00-00 00:00:00'), +(25185, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9912432142587290651', 91.79225390625, -36.2621953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25186, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '11652817681145044575', 93.631171875, -28.17609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25187, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '16981167441409587313', 64.338200390625, -78.49018359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25188, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '3841971140368608054', 90.066703125, -55.61600859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25189, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '17489624516712123460', 68.50546875, -76.5315703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25190, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '6087686593901052462', 124.56247265625, -25.06376953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25191, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '859149272822507263', 104.51148046875, -94.71084375, 0, 0, 1, '0000-00-00 00:00:00'), +(25192, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '17351919131514991091', 110.68275, -21.414410156249996, 0, 0, 1, '0000-00-00 00:00:00'), +(25193, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '12769121680508423953', 112.48845703125, -102.91083984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25194, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '3123364059250943352', 54.8446875, -65.26974375, 0, 0, 1, '0000-00-00 00:00:00'), +(25195, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '15377965958183019977', 40.464, -104.668640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25196, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '15024157507987414687', 108.42800390625003, -83.37819140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25197, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '13965875408416929186', 108.51720703125, -86.66403515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25198, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9796932889597662248', 123.04761328125, -66.205634765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25199, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '8161133788960033657', 61.30301484375, -42.04621875, 0, 0, 1, '0000-00-00 00:00:00'), +(25200, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '10283562042920765852', 113.27441015625, -74.8221328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25201, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '10569576814107003637', 48.6491953125, -62.43484453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25202, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '3331135240938664080', 41.728828125, -83.70448828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25203, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '7157541214798379882', 80.74916835937499, -65.105558203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25204, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '3490056893125130252', 116.01092578125, -87.9723984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25205, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '15493062666394181523', 26.44662890625, -99.36907031250001, 0, 0, 1, '0000-00-00 00:00:00'), +(25206, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5540246467003547375', 34.24921875, -94.27083984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25207, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '3876615621396761197', 74.3076515625, -78.084703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25208, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '17344027178773999415', 76.745530078125, -15.33476953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25209, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '7707692657921699453', 75.516737109375, -79.53894140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25210, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '15143580361680015301', 42.48973828125, -23.23187109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25211, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '10926003225376828866', 58.28364843750001, -80.35177734374999, 0, 0, 1, '0000-00-00 00:00:00'), +(25212, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '13432818819580330389', 46.21702734375, -52.605352734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25213, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '17903567969394591003', 55.03789453125, -74.20979296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25214, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '3609134872603153064', 79.377479296875, -25.1236171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25215, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '16494039999441700514', 84.34625390625001, -80.18433984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25216, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '7099423449135466481', 37.56408984375, -24.869636718749998, 0, 0, 1, '0000-00-00 00:00:00'), +(25217, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '15465102687674237697', 46.279078125, -81.95743359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25218, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '1499755426967550007', 81.95321015625, -103.17401953125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25219, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '10771314524878186997', 116.2665234375, -52.25104687500001, 0, 0, 1, '0000-00-00 00:00:00'), +(25220, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '11342776447470935463', 109.05935156250003, -67.658028515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25221, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '16427023884794488297', 69.233724375, -73.129734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25222, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '8034923371722988472', 95.966625, -78.5279765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25223, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '7701745642082818305', 100.99565625, -57.942353671875004, 0, 0, 1, '0000-00-00 00:00:00'), +(25224, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '8928088150285669648', 101.23817578125, -51.17116757812501, 0, 0, 1, '0000-00-00 00:00:00'), +(25225, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '10090485356162683741', 54.19236328125, -87.23173828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25226, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '14314324156405492862', 102.64113281249998, -65.428142578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25227, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '2757282174041086467', 93.50382421875, -98.34384375, 0, 0, 1, '0000-00-00 00:00:00'), +(25228, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5123086557852784663', 122.07082031249998, -20.3523046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25229, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '12782592429203621152', 70.8825319921875, -98.3441953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25230, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '1332280060411521142', 56.4854296875, -83.0718515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25231, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '1800807217218955551', 76.38714140625, -99.75669140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25232, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '2261578183437982520', 58.801311328125, -32.3313515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25233, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9017772823238348852', 123.01647656249997, -100.98922265624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25234, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '7496660965024610570', 99.39141796875, -82.58834765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25235, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9036832005306939852', 74.979941015625, -103.86398437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25236, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '4522607984590034142', 37.037953125, -31.4386875, 0, 0, 1, '0000-00-00 00:00:00'), +(25237, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '14932852721315692727', 82.25371875, -72.50117578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25238, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '10795196382401366884', 87.95954296875, -37.47213281250001, 0, 0, 1, '0000-00-00 00:00:00'), +(25239, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '6759753572291230431', 61.50566249999999, -46.036171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25240, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '10573141959424473621', 105.08497265625, -15.83077734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25241, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '4722798127729490465', 77.21234531249999, -77.128125, 0, 0, 1, '0000-00-00 00:00:00'), +(25242, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '6921376512473930955', 32.375296875, -15.352335937499998, 0, 0, 1, '0000-00-00 00:00:00'), +(25243, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '143571768797771579', 120.484265625, -31.19764453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25244, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5615322628268683445', 28.61171484375, -49.60755703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25245, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9663462458668368759', 77.73237421875, -44.9242265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25246, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '4723784558884857552', 75.3876421875, -51.58869375, 0, 0, 1, '0000-00-00 00:00:00'), +(25247, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '15773594708529897060', 58.19625, -17.379574218749998, 0, 0, 1, '0000-00-00 00:00:00'), +(25248, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '12372298428128120630', 100.94241796875, -80.50575, 0, 0, 1, '0000-00-00 00:00:00'), +(25249, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9179818105127455322', 51.102421875, -86.24431640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25250, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '18162544976174784917', 99.74530078125, -23.600578125000002, 0, 0, 1, '0000-00-00 00:00:00'), +(25251, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '250333558627672544', 83.787609375, -85.358578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25252, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '4670753634788960756', 54.52707421875, -25.896304687500002, 0, 0, 1, '0000-00-00 00:00:00'), +(25253, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9272333353700652134', 92.31704296875, -39.5105859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25254, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5113159373201357627', 19.69163671875, -80.3942109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25255, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '3419532397975321976', 33.507890625, -65.853915234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25256, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '14304170072316109712', 67.767078515625, -89.01575390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25257, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '6741239504929283510', 74.34553359375, -84.15377343749999, 0, 0, 1, '0000-00-00 00:00:00'), +(25258, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '16489354203268950796', 96.3910078125, -103.53315234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25259, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5275000330074584593', 115.47459375, -27.112171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25260, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '15507135576603420953', 59.981053125, -69.501648046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25261, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '8368080582028018049', 63.367304296875005, -97.69826953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25262, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '306774100652359039', 98.74944140625, -104.81027343749999, 0, 0, 1, '0000-00-00 00:00:00'), +(25263, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '13523082273503287652', 95.24832421875, -45.9063046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25264, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9693465024417615609', 21.965988281249995, -18.37831640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25265, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '16016011815514735087', 34.96285546875, -57.375062109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25266, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '8672716117529729144', 108.10252734375, -33.1733671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25267, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '8434374897704109147', 95.79535546875, -65.227348828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25268, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '12522154072828754263', 115.79602734375, -55.47688359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25269, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5896416071389541355', 96.09460546875, -56.73343125, 0, 0, 1, '0000-00-00 00:00:00'), +(25270, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '4812637374428081251', 84.342984375, -66.20862421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25271, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '14066868368945827061', 121.41908203125001, -49.514482031250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25272, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5993013669129668147', 22.09340625, -30.27631640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25273, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '4154498268174928562', 90.262640625, -58.470147421875005, 0, 0, 1, '0000-00-00 00:00:00'), +(25274, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '12734284960512666787', 125.9660625, -35.31812109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25275, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '5312605109870825205', 77.28885468749999, -22.935175781250003, 0, 0, 1, '0000-00-00 00:00:00'), +(25276, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '16512040640655621353', 70.9665762890625, -16.925156250000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25277, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Carry', '9767538776312888167', 102.67114453125, -49.51455703124999, 0, 0, 1, '0000-00-00 00:00:00'), +(25278, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '14172517173283875078', 76.04296875, -22.798828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25279, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5622753284479977873', 61.18359375, -64.453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25280, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '8208761824700734899', 54.099609375, -16.060546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25281, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '682769455269657557', 101.22556640625002, -45.580078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25282, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5920708390038371635', 76.44140625, -18.767578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25283, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '8595478667688321212', 35.60230078125, -57.567998203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25284, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '13988287229455955851', 119.55125390625, -26.45746875, 0, 0, 1, '0000-00-00 00:00:00'), +(25285, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '7903181031615073784', 120.615234375, -39.744140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25286, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '10836126175795297319', 32.853515625, -72.3022734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25287, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '815609229144257977', 88.28966015625, -39.77358984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25288, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5917842024716890006', 117.81348046875, -47.515346484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25289, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '14184278565673365597', 96.5622890625, -55.722421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25290, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '12050275694960918797', 95.836265625, -26.01029296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25291, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '2328590338373070230', 50.296875, -86.02939453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25292, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '14448075773423099410', 76.441271484375, -84.328078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25293, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '9193712286038789145', 68.087558203125, -84.9537890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25294, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '2891126416621413600', 92.302734375, -68.0390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25295, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '788009465427502016', 76.577792578125, -45.60873046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25296, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '17933274076246173302', 20.384765625, -33.10546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25297, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '16743597893820795845', 88.294921875, -52.6171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25298, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '18084998645038581579', 75.3988125, -52.922058984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25299, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '2497092420316327563', 99.33423046875, -79.01401171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25300, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '12859280306152342072', 79.330078125, -83.68359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25301, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '18445016598278323060', 21.843843749999998, -85.07792578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25302, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5816381372951517580', 98.11330078124998, -42.13421484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25303, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '17853896967655295037', 52.271484375, -28.6640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25304, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '6027575012207168357', 96.591796875, -99.24609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25305, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '12787287847140818316', 103.453125, -104.103515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25306, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '977890588361371392', 27.298828125, -18.9140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25307, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '3408194258266069201', 106.546875, -38.02285546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25308, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '1212472201726966196', 111.650390625, -59.302734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25309, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '1809546566517367321', 66.7169015625, -97.1484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25310, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '14683341731894840511', 81.542071875, -60.97324921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25311, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '16308652789164534783', 87.94921875, -62.525390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25312, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '15970820503257840414', 79.611328125, -64.576171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25313, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5626888099208961028', 25.54201171875, -95.22537890624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25314, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '4644813341982685808', 41.081203125, -97.8336796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25315, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '7258809192460728377', 64.97898046875, -77.90553515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25316, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '8047250097386687546', 36.644671875, -52.769860546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25317, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '18002641482848993050', 31.11537890625, -94.40240625, 0, 0, 1, '0000-00-00 00:00:00'), +(25318, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '2615863920341166976', 53.5078125, -41.296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25319, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '7480990131830904702', 35.33203125, -85.8515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25320, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '18053573899161180027', 66.526775390625, -21.5737265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25321, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '8414085443890443599', 108.34030078125, -85.348078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25322, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '11363170959557679419', 28.31778515625, -58.42791328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25323, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '17203907624278567298', 73.7109375, -72.708984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25324, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '7215075939280367496', 111.81713671875, -99.12052734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25325, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '6602452037113867301', 69.8203125, -71.625, 0, 0, 1, '0000-00-00 00:00:00'), +(25326, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '10400001904634676384', 52.171875, -70.330078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25327, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '17650763144695554471', 90.5050546875, -28.00067578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25328, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '3867101830689875972', 111.328125, -75.673828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25329, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '15113792807666504418', 17.138671875, -74.34375, 0, 0, 1, '0000-00-00 00:00:00'), +(25330, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '12527377932008583230', 116.70703125, -22.048828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25331, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '10896002003370815787', 41.794921875, -83.419921875, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(25332, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '14503637288536449690', 121.353515625, -28.875, 0, 0, 1, '0000-00-00 00:00:00'), +(25333, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '3640062371025421526', 93.521484375, -34.6875, 0, 0, 1, '0000-00-00 00:00:00'), +(25334, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '16961651241011738780', 113.982421875, -83.912109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25335, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '1624419057794702995', 91.6047890625, -27.62724609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25336, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5734379792309819500', 103.810875, -81.01149609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25337, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '412889008408718114', 49.236328125, -62.349609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25338, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '14356274610669370221', 61.213348828125, -47.595547265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25339, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '8880051313078759026', 42.9253125, -23.94675, 0, 0, 1, '0000-00-00 00:00:00'), +(25340, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '18161985148683606176', 120.4921875, -20.302734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25341, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '10470760111844334254', 89.20243359375, -99.53062500000001, 0, 0, 1, '0000-00-00 00:00:00'), +(25342, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '65289515240270868', 88.376953125, -37.400390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25343, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '16608850835715481397', 16.248046875, -96.05859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25344, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '6519061390696785352', 72.931344140625, -99.97700390624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25345, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5055308110079238371', 77.67810703125, -69.8974125, 0, 0, 1, '0000-00-00 00:00:00'), +(25346, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '1050622911241113129', 62.15625, -77.0390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25347, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '10189812164586277061', 57.07564453125, -81.688828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25348, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '6128714245130110142', 70.533367734375, -73.39407421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25349, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5863190182912876652', 45.908203125, -52.96875, 0, 0, 1, '0000-00-00 00:00:00'), +(25350, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '12820334394125487407', 75.8701171875, -78.454078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25351, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '11836943091013013098', 82.32421875, -15.5390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25352, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '11331850105864529296', 54.4170234375, -73.95067968750001, 0, 0, 1, '0000-00-00 00:00:00'), +(25353, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '12964125293395102092', 76.40336953125001, -99.41787890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25354, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '13038486192215603188', 114.234375, -31.587890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25355, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '15931933378310577441', 36.42226171875, -17.648238281250002, 0, 0, 1, '0000-00-00 00:00:00'), +(25356, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '16976998013228360761', 37.119140625, -25.3125, 0, 0, 1, '0000-00-00 00:00:00'), +(25357, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '2886964689860137095', 113.51906249999998, -97.470796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25358, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '850944942172666605', 109.564453125, -15.615234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25359, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '9343980577187068098', 86.6853046875, -101.26463671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25360, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5299438783747433401', 47.05744921875, -82.9590703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25361, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '15221222177331493234', 101.3203125, -83.408203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25362, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '4064405196112513109', 114.62109375, -53.373046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25363, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '13905237419855704948', 27.9685546875, -47.04648515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25364, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '170451661901042293', 113.1328125, -65.677734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25365, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '4073908020946047873', 117.181640625, -60.779296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25366, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '6479138848650224649', 84.046875, -80.677734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25367, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '13033635755742984491', 99.05859375, -92.71875, 0, 0, 1, '0000-00-00 00:00:00'), +(25368, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '9256993529684122464', 63.9140625, -32.5078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25369, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '15788207210847032131', 84.95487890625, -23.373421875000002, 0, 0, 1, '0000-00-00 00:00:00'), +(25370, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '16279983963252332952', 103.20744140625, -56.44880859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25371, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '14625147710351587962', 70.875, -78.4453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25372, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '2370339689957332216', 100.12140234375, -51.099628124999995, 0, 0, 1, '0000-00-00 00:00:00'), +(25373, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '15461499313936930033', 91.037109375, -80.4808125, 0, 0, 1, '0000-00-00 00:00:00'), +(25374, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '1181120702634555519', 71.09765625, -102.6796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25375, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '80127422039528355', 58.38303515625, -89.4433125, 0, 0, 1, '0000-00-00 00:00:00'), +(25376, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '16717238533137814737', 37.5703125, -31.552734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25377, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Pair', '5742933395995561133', 101.82421875, -64.96875, 0, 0, 1, '0000-00-00 00:00:00'), +(25378, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13181199277162843813', 62.484125390624996, -79.448765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25379, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3494902862536172994', 42.57298828125, -48.455792578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25380, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3821868984338242006', 125.94700781249998, -72.135703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25381, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2588166468058920643', 59.15299687499999, -78.75097265625001, 0, 0, 1, '0000-00-00 00:00:00'), +(25382, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10845401462428263912', 70.096340859375, -93.45298828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25383, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1860430881296156889', 91.325625, -95.84769140625001, 0, 0, 1, '0000-00-00 00:00:00'), +(25384, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14371707955240329928', 72.72387656250001, -89.5144453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25385, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6243010643562084701', 33.96350390625, -33.4901015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25386, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7969159227383515415', 70.6092421875, -90.56605078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25387, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15174618243358462419', 113.227921875, -42.0885703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25388, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4656028756427285621', 88.83795703125, -94.14294140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25389, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16351706486743584602', 86.40202734375, -99.71173828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25390, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16390189732445847983', 85.23870703124999, -95.98419140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25391, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10989046057699531080', 93.881015625, -104.965125, 0, 0, 1, '0000-00-00 00:00:00'), +(25392, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1214338444804137084', 81.08455195312501, -53.784655078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25393, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18320621778101189642', 78.413548828125, -51.269595703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25394, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6637410249147569635', 98.73962109374997, -38.4009609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25395, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10845124680675614568', 27.59733984375, -46.3092890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25396, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2321155500937698215', 76.663259765625, -52.61316796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25397, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5094918387441389332', 105.01031250000003, -59.218817343750004, 0, 0, 1, '0000-00-00 00:00:00'), +(25398, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4420011315768569793', 96.5595, -67.1052609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25399, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '103482330932651309', 101.2265859375, -62.909853515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25400, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5669140220873536913', 95.4071953125, -84.64896093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(25401, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4206141637352266680', 27.881167968750006, -46.91033906249999, 0, 0, 1, '0000-00-00 00:00:00'), +(25402, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9788079127047129889', 103.56172265625, -83.44170703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25403, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9368105627094514838', 94.36187109375, -83.1137109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25404, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7437040436603090945', 28.13709375, -47.1261890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25405, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4531203301028068223', 100.29570703124998, -87.71205468750001, 0, 0, 1, '0000-00-00 00:00:00'), +(25406, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12004977950074133385', 108.2155078125, -53.185321875, 0, 0, 1, '0000-00-00 00:00:00'), +(25407, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2655207353617298729', 104.03816015624999, -90.0616875, 0, 0, 1, '0000-00-00 00:00:00'), +(25408, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12754494585945286523', 107.65080468750001, -18.060667968750003, 0, 0, 1, '0000-00-00 00:00:00'), +(25409, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5478445749881657883', 111.8493046875, -23.156671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25410, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11393967350882983757', 114.51903515625001, -19.016953125000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25411, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10561474896061491535', 114.467953125, -27.06598828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25412, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13815269788439236691', 50.22526171875, -100.526484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25413, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2200240524803964891', 126.5146640625, -14.5798828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25414, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1757917788153721738', 109.29526171875, -33.17302734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25415, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9857973856774855366', 108.9761953125, -40.88859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25416, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2106839340950045361', 74.329911328125, -79.1718515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25417, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8312672398584810726', 90.1248046875, -44.5372734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25418, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8745054255071551163', 70.3027292578125, -80.86308984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25419, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8895840632561600334', 70.8498137109375, -83.5996640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25420, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5770975097129302298', 75.690826171875, -83.69269921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25421, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2057432440048657816', 104.6821640625, -93.65405859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25422, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4576683505800700127', 109.66538671875, -43.35748828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25423, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1802035004620984161', 106.33480078125, -45.231984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25424, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9357334103430375174', 78.515227734375, -93.205078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25425, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4467006987089136585', 77.77931484375, -85.71828515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25426, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8099076261640960802', 116.7788203125, -39.71375390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25427, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2166431301374786808', 115.64971875, -45.867140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25428, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '386163809487919185', 105.60887109375, -44.4908671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25429, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7581810571346680842', 106.28658984375, -53.242983984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25430, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2286067335755183785', 53.873484375, -76.43982421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25431, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12862741203354694735', 80.73176601562501, -86.6511796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25432, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15493510052219152057', 112.36723828125, -53.7178921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25433, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '916063939830106884', 74.33140078125001, -86.48042578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25434, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '641931346015566713', 108.66439453125, -58.74647027343749, 0, 0, 1, '0000-00-00 00:00:00'), +(25435, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2798924264813438708', 104.89835156250003, -59.514603632812495, 0, 0, 1, '0000-00-00 00:00:00'), +(25436, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5951082315772302262', 107.05134374999999, -63.665428125, 0, 0, 1, '0000-00-00 00:00:00'), +(25437, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2398977023075581082', 73.155384375, -92.28052734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25438, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14770851934881806294', 71.67003984374999, -93.2885859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25439, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2298518876902828738', 75.264075, -92.39492578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25440, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17761234010279361443', 80.802090234375, -84.5806875, 0, 0, 1, '0000-00-00 00:00:00'), +(25441, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8736095098088296926', 114.15901171875, -72.08760937500001, 0, 0, 1, '0000-00-00 00:00:00'), +(25442, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14086688405609673175', 79.85255859375, -102.010875, 0, 0, 1, '0000-00-00 00:00:00'), +(25443, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6506402301127390269', 110.62803515625, -88.090171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25444, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2983869594361676666', 126.48643359375, -14.564191406250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25445, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4567082512006347809', 123.550546875, -21.537398437500002, 0, 0, 1, '0000-00-00 00:00:00'), +(25446, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6106948581852776521', 77.214748828125, -102.421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25447, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6323647710879485162', 122.28987890625, -21.213199218750002, 0, 0, 1, '0000-00-00 00:00:00'), +(25448, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '395366620163503563', 50.82769921875001, -20.094187500000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25449, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2027213233102240069', 124.196484375, -100.33297265624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25450, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16694294640381398650', 122.94209765625001, -98.3950078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25451, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8507162798730318457', 75.58522734375, -76.4313984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25452, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6862107189284121298', 23.72637890625, -15.07083984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25453, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17673329914656853694', 23.7459375, -14.83135546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25454, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14192826406388038346', 18.528363281250005, -21.3144375, 0, 0, 1, '0000-00-00 00:00:00'), +(25455, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9949807448560844914', 17.4701953125, -18.036949218749996, 0, 0, 1, '0000-00-00 00:00:00'), +(25456, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16720014599303679212', 20.2416328125, -17.58984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25457, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14749977133134870862', 73.50436054687499, -104.36253515624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25458, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14155921252525296225', 20.539277343750005, -21.967910156249996, 0, 0, 1, '0000-00-00 00:00:00'), +(25459, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '864178323498058257', 79.635713671875, -97.79916796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25460, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7649195303916087656', 71.50132265625001, -103.62226171875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25461, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5861740330100225879', 25.21571484375, -43.047375, 0, 0, 1, '0000-00-00 00:00:00'), +(25462, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11164542281369437447', 22.70689453125, -37.573957031249996, 0, 0, 1, '0000-00-00 00:00:00'), +(25463, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9796172341506867187', 30.191015625, -34.3711875, 0, 0, 1, '0000-00-00 00:00:00'), +(25464, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15881967301574647141', 76.4928328125, -101.55348046875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25465, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12469727916017287542', 74.87855156250001, -100.88548828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25466, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3634817864282003376', 29.9765625, -43.20703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25467, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15449107362838589642', 32.510519531250004, -51.809591015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25468, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1018564547239963858', 28.0179609375, -54.403323046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25469, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16567720566500737244', 28.749046875, -51.820892578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25470, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12481444844189358224', 23.6542734375, -47.6808, 0, 0, 1, '0000-00-00 00:00:00'), +(25471, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10016820673332675709', 27.2549765625, -67.9531828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25472, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9958277342872368886', 32.2751484375, -70.674140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25473, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16753185589659921198', 77.60256328125, -78.0209765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25474, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10651035565168588956', 28.30712109375, -81.92128125, 0, 0, 1, '0000-00-00 00:00:00'), +(25475, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8752964763644350331', 24.92653125, -72.38443359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25476, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6741692676740335144', 32.71798828125, -80.3360625, 0, 0, 1, '0000-00-00 00:00:00'), +(25477, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4395971868135611093', 34.45190625, -73.66796484375001, 0, 0, 1, '0000-00-00 00:00:00'), +(25478, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15566102505896691821', 27.34859765625, -76.92990234374999, 0, 0, 1, '0000-00-00 00:00:00'), +(25479, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1022263772258161128', 25.159828125000004, -92.15335546875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25480, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7635626684621765103', 26.282765625, -87.22144921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25481, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13160275105216921113', 28.00001953125, -91.92104296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25482, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10518442637115070396', 75.74494453125, -68.92192734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25483, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6688606473126382778', 90.88374609375, -32.52036328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25484, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4638844413627164078', 87.573609375, -32.58216796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25485, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6866331555709311608', 89.08784765625, -25.459781250000002, 0, 0, 1, '0000-00-00 00:00:00'), +(25486, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11959430655246472872', 73.981020703125, -75.4233984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25487, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9428840545062880357', 42.6640546875, -15.49004296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25488, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9703423868583172115', 38.21382421875, -32.0188125, 0, 0, 1, '0000-00-00 00:00:00'), +(25489, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13333126749748137701', 42.366703125, -33.55053515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25490, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4236866790311137906', 47.23627734375, -22.108218750000002, 0, 0, 1, '0000-00-00 00:00:00'), +(25491, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6766727342563645238', 41.28298828125, -26.3885390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25492, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11881950817807507324', 39.4313203125, -34.50326953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25493, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5042416791244056220', 44.13573046875, -46.0490625, 0, 0, 1, '0000-00-00 00:00:00'), +(25494, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12528672059257724328', 43.3825078125, -36.2301796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25495, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7759631140418067424', 37.2840234375, -39.8587265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25496, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2646143431057937959', 46.587421875, -43.30768359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25497, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17498924531679740904', 41.7646640625, -45.2479453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25498, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15906837289165115679', 40.65703125, -36.855890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25499, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18039446680315416506', 38.813390625, -39.11411718750001, 0, 0, 1, '0000-00-00 00:00:00'), +(25500, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4356295734654361385', 39.213644531250004, -43.55565234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25501, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17076110261048951640', 36.094359375, -52.192976953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25502, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2099967244627717760', 44.50522265625, -54.425803125, 0, 0, 1, '0000-00-00 00:00:00'), +(25503, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15691716533904034290', 90.46203515625, -30.20746875, 0, 0, 1, '0000-00-00 00:00:00'), +(25504, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12786752851097718269', 44.2891640625, -66.71926171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25505, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11992263708678128507', 90.71295703125, -31.28953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25506, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4676735049054515378', 88.681640625, -24.06931640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25507, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4495947690269803662', 93.74234765625, -33.72118359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25508, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15788393777246987854', 36.0780234375, -64.23978515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25509, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15346779723474805067', 41.7524765625, -65.091652734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25510, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1164419289102441502', 42.74783203125, -67.285700390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25511, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14842033047189082169', 37.28105859375, -77.9545078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25512, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7747059759019097645', 39.6069375, -84.35255859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25513, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13635101395998127747', 93.5347265625, -63.8548640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25514, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15087314186030403236', 43.809046875, -86.02852734375001, 0, 0, 1, '0000-00-00 00:00:00'), +(25515, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10834981405187651159', 37.2595078125, -91.77769921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25516, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13959494170581761719', 38.51989453125, -86.19767578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25517, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6336258081896642116', 44.01825, -84.517453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25518, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3656090171100974191', 50.15109374999999, -28.63208203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25519, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4930433531445429856', 86.3388984375, -85.2280546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25520, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9450334517078147095', 51.795984375, -33.594609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25521, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12823002419334222130', 57.98279296875, -27.9245859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25522, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17568603393338077390', 53.1881484375, -30.87118359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25523, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9930488263381911010', 88.55544140625, -92.569078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25524, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14896822338409476435', 51.692015625, -55.9112953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25525, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8158954663403783757', 54.53190234375, -52.376457421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25526, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5512162023965696490', 93.2810390625, -89.3883515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25527, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4173441201326844973', 56.8518984375, -55.995169921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25528, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14172191863925482235', 91.11646875, -91.01701171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25529, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8460425467358265567', 53.91731249999999, -57.655927500000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25530, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5490052930373490857', 56.67263671875001, -50.786599218750005, 0, 0, 1, '0000-00-00 00:00:00'), +(25531, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3099256184241571770', 53.524921875, -81.4775625, 0, 0, 1, '0000-00-00 00:00:00'), +(25532, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17022737880414157073', 76.458834375, -26.3863359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25533, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14295073831406709155', 75.28382109375, -76.21369921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25534, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1125281589449979947', 82.30388671875, -96.42589453125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25535, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12408845643771783465', 91.3347421875, -100.55102343749999, 0, 0, 1, '0000-00-00 00:00:00'), +(25536, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1820502825520473472', 76.664253515625, -77.12492578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25537, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1664979196934781424', 89.50153125, -101.67167578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25538, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2428325839032249434', 57.58515234375, -82.61738671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25539, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9811076724518332531', 63.524791406249996, -28.0884375, 0, 0, 1, '0000-00-00 00:00:00'), +(25540, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2978082873650049275', 69.85123265625, -38.7789375, 0, 0, 1, '0000-00-00 00:00:00'), +(25541, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14679473843209364117', 66.414465234375, -38.115843749999996, 0, 0, 1, '0000-00-00 00:00:00'), +(25542, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5745757657926518874', 84.786234375, -96.29445703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25543, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8655666978201183131', 61.544799609375005, -56.24673515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25544, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16434480431839867737', 73.6537921875, -35.6203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25545, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6525742765012036024', 63.34171757812499, -75.17265234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25546, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9092920759624489152', 85.8720703125, -96.9755859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25547, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13152256126615939421', 60.80157421875, -81.61065234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25548, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10511659862021365322', 70.92320484375, -21.71443359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25549, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8156911677105288340', 72.99239531250001, -77.44782421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25550, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12928910820770980694', 73.55145703125, -22.035890625000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25551, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1120748263265417611', 97.67531249999998, -55.386155859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25552, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5722301403328760266', 77.450840625, -75.792609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25553, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9574167145824760537', 98.7326953125, -53.792333203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25554, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6655979516159338926', 96.22425, -58.010566289062496, 0, 0, 1, '0000-00-00 00:00:00'), +(25555, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12917134063412958766', 71.0526523828125, -79.14076171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25556, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1059519708374831146', 77.96941875, -79.33144921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25557, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2005617170383904724', 100.5513046875, -52.872858984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25558, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15312957873380135882', 102.9218203125, -56.275927734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25559, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2213336808923796882', 101.647734375, -58.725292734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25560, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12450154611161210841', 79.508583984375, -90.98759765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25561, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1284559018020148020', 73.448115234375, -84.54723046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25562, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '700948994388496932', 99.55580859375, -69.048080859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25563, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12373768574084410172', 98.40558984375, -80.23379296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25564, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '202400052291878333', 98.00846484375, -98.88181640625001, 0, 0, 1, '0000-00-00 00:00:00'), +(25565, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16221857197643488822', 100.35090234375, -100.76614453124999, 0, 0, 1, '0000-00-00 00:00:00'), +(25566, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7352366717484725028', 73.473375, -50.377275000000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25567, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6266758041577765577', 100.07902734375001, -97.16503125000001, 0, 0, 1, '0000-00-00 00:00:00'), +(25568, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4894104989541200351', 115.0517109375, -57.70212761718749, 0, 0, 1, '0000-00-00 00:00:00'), +(25569, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16867169671301534142', 86.7218203125, -14.26862109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25570, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6977293958558587672', 110.01357421875, -49.9022625, 0, 0, 1, '0000-00-00 00:00:00'), +(25571, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4235957229996474941', 91.482328125, -28.9410703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25572, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '885978356609836717', 116.077546875, -49.24983984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25573, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10627126053758528742', 113.4145078125, -53.31919921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25574, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11741431329898829003', 108.80664843749999, -54.624648046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25575, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15327046427081011643', 114.80272265625, -100.95544921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25576, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '713582673217928710', 111.278625, -97.40023828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25577, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17424210494862630052', 110.52645703125, -97.55933203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25578, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2423149810741481404', 85.95087890625, -43.15339453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25579, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14681451072630269260', 117.7205625, -43.529671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25580, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8412846832465365268', 125.5680703125, -41.9731640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25581, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13303489708797769100', 123.764484375, -47.568652734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25582, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17775015922032978508', 118.0966171875, -48.97241484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25583, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18230243496605179380', 119.23500000000001, -50.402480859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25584, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9823782332826457971', 122.86545703125, -50.647498828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25585, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15561059750095631396', 124.63231640625001, -51.95989921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25586, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1827800244735644348', 91.01966015625, -40.57808203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25587, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6520617435666398115', 87.009328125, -40.61925, 0, 0, 1, '0000-00-00 00:00:00'), +(25588, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4363818594769710862', 120.40194140624997, -52.613609765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25589, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12566685606446892642', 90.24458203125, -38.0188828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25590, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11952277318385604694', 87.3245390625, -38.13106640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25591, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12734600149054214039', 119.4016171875, -68.1077015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25592, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2598131028535269561', 117.51384375, -71.42235937500001, 0, 0, 1, '0000-00-00 00:00:00'), +(25593, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8352084110795439848', 121.82334375, -75.682359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25594, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11338438897296023302', 15.992707031250003, -25.554210937500002, 0, 0, 1, '0000-00-00 00:00:00'), +(25595, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8377945374409496499', 74.816492578125, -53.174869921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25596, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5639402496517663736', 88.838671875, -50.119272656250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25597, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12617569812559351908', 19.542246093749995, -28.097953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25598, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16572093104079537211', 18.87890625, -66.9755859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25599, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8494445739087942552', 81.45761484375, -40.58872265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25600, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15914894808815074410', 18.51144140625, -62.7173015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25601, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8099526768433768733', 18.448792968749995, -85.10409375, 0, 0, 1, '0000-00-00 00:00:00'), +(25602, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11101587843523150722', 18.304500000000004, -83.36253515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25603, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17086192389570646487', 87.687703125, -53.397969140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25604, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9951778894726973727', 18.822175781249996, -82.21016015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25605, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14580398991295989579', 16.501453124999998, -86.1222890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25606, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3054187304606249454', 15.116437499999998, -83.928140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25607, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7976393711119350659', 88.06126171875, -55.16693203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25608, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9040527089081909283', 21.374449218750005, -13.8736640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25609, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5944339508187544287', 25.31559375, -18.551999999999996, 0, 0, 1, '0000-00-00 00:00:00'), +(25610, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11134009945431262586', 30.3211640625, -17.50290234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25611, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12990860567124303836', 29.204917968749996, -13.63761328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25612, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14822308677412480367', 24.12890625, -21.544921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25613, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10211482841153764955', 83.41571484375, -55.906519921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25614, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2633399859190537511', 35.1329296875, -20.8587421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25615, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '163187856769110217', 26.7708984375, -46.41360937499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25616, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4151823780930254508', 28.13862890625, -40.574015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25617, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5352043673965323186', 79.2034828125, -39.33331640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25618, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9580726867717568403', 80.13604921875, -58.94730867187499, 0, 0, 1, '0000-00-00 00:00:00'), +(25619, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8123576972829625271', 33.54929296875, -40.3927265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25620, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15966353180086465221', 26.02477734375, -36.73088671874999, 0, 0, 1, '0000-00-00 00:00:00'), +(25621, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '728801491720629645', 27.49318359375, -63.192235546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25622, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7745340767525154353', 78.922311328125, -76.2130078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25623, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9064425310616167297', 29.376375, -70.138508203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25624, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1985521609412005653', 81.863471484375, -37.44365625, 0, 0, 1, '0000-00-00 00:00:00'), +(25625, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9072053416611629308', 82.50615234375, -71.11522265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25626, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2990438010867749457', 91.3051171875, -68.589167578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25627, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3328556332697354376', 93.71635546875, -69.831256640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25628, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9739112183732391452', 32.0171953125, -89.17128515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25629, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16095275591058031297', 44.44828125, -34.08796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25630, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5749169692394634385', 88.768546875, -70.83812109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25631, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5524753736994005233', 38.93853515625, -48.14031796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25632, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18203394194235328482', 58.62880078125, -22.454343749999996, 0, 0, 1, '0000-00-00 00:00:00'), +(25633, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6383401730596349623', 82.416515625, -73.89514453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25634, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16392220470676551948', 86.4078046875, -78.2789296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25635, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10929644185854360223', 84.97988671875, -80.3495390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25636, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2072789414704507750', 57.499828125, -18.72195703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25637, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2214555205954752328', 56.883234375, -22.4267109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25638, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8250608788135072851', 57.47071875, -60.904613671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25639, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11432041619551169149', 85.85302734375, -81.5936015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25640, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6907259694288074367', 89.67010546875, -80.95126171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25641, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13903618493496107390', 86.38941796875, -90.98025, 0, 0, 1, '0000-00-00 00:00:00'), +(25642, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1028502625294660596', 78.0092578125, -42.52489453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25643, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6964675982930904802', 53.43569531249999, -68.518126171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25644, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14579893897584636972', 93.04979296875, -88.641, 0, 0, 1, '0000-00-00 00:00:00'), +(25645, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7118284867304734796', 101.6239921875, -18.2521875, 0, 0, 1, '0000-00-00 00:00:00'), +(25646, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17964070682388523084', 49.6438125, -75.5761875, 0, 0, 1, '0000-00-00 00:00:00'), +(25647, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16030481355004530881', 106.3875234375, -15.43686328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25648, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '303084504413605609', 57.96864843749999, -74.15625, 0, 0, 1, '0000-00-00 00:00:00'), +(25649, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '254646477761069123', 96.46575, -22.9428046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25650, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13311406107371509670', 51.58365234375, -70.49661328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25651, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7104160291620539250', 50.3261484375, -78.5950546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25652, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11640550215296496094', 98.50740234375, -19.594335937500002, 0, 0, 1, '0000-00-00 00:00:00'), +(25653, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13976246961464499824', 96.48833203125, -15.498234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25654, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16528859289179557707', 95.76936328125, -23.0137734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25655, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16724031845297507489', 95.572875, -22.78378125, 0, 0, 1, '0000-00-00 00:00:00'), +(25656, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '231355141223852276', 51.4474921875, -94.73741015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25657, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8462842156564887894', 62.508977343750004, -44.63736328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25658, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7787441858572531519', 63.131977734375, -50.781408984375005, 0, 0, 1, '0000-00-00 00:00:00'), +(25659, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1752508712244046212', 81.63709921875, -51.23682890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25660, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3788834699044650697', 59.274617578124996, -48.988121484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25661, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6819088413139775509', 66.98016210937499, -51.458612109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25662, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4084970393536909546', 102.89061328125, -29.0045390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25663, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10491429524873383290', 65.29927382812501, -55.67388046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25664, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '489075433659242378', 62.52333046875, -52.183916015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25665, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18033456621392803449', 69.296786484375, -53.88946171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25666, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1689515390452322643', 59.232486328125, -54.512098828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25667, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10160318663628518876', 63.41323828125, -65.146880859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25668, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11114566010763790832', 76.67891484375, -73.42695703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25669, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9473103817769075780', 65.32080234375, -60.315003515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25670, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9882433120657223869', 60.9945234375, -58.758495585937496, 0, 0, 1, '0000-00-00 00:00:00'), +(25671, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13174963936977085957', 66.6663, -65.04016171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25672, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7305096809130754817', 73.976309765625, -79.2832265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25673, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5524916161580650355', 68.85023671875, -69.587970703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25674, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12606823435383450797', 96.89717578125001, -37.06623046874999, 0, 0, 1, '0000-00-00 00:00:00'), +(25675, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13025271612885690291', 59.012984765625, -77.42429296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25676, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14187237025316292984', 70.2000800390625, -88.91309765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25677, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11130498548214153129', 102.55993359374997, -42.497671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25678, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13656111878882625417', 65.6525203125, -88.591453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25679, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13249281224813225523', 59.40790078125, -84.47344921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25680, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5303271288083578309', 62.84825859375, -86.50782421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25681, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2742518356128749017', 102.1875, -44.96484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25682, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18095845446732179302', 69.54294351562501, -87.1993125, 0, 0, 1, '0000-00-00 00:00:00'), +(25683, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15986507615387130517', 97.42468359375, -45.31808203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25684, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5711686042253658150', 98.91273046875, -44.044453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25685, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6809751308148351388', 109.75775390624997, -81.78943359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25686, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1495923315913480463', 108.8241796875, -84.13753125, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(25687, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1837897331638887469', 106.63991015625, -93.1758984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25688, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17819622671622415095', 93.886546875, -80.8128515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25689, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6577590198901788531', 85.896140625, -98.488453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25690, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9631956173390814651', 110.31697265625, -51.352916015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25691, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18008296777269336778', 124.85107031249998, -33.54997265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25692, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9229638959886743726', 94.3357734375, -44.51940234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25693, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2587961335290322890', 85.9772109375, -82.7566171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25694, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14024247716552918118', 98.79331640625, -79.49092968750001, 0, 0, 1, '0000-00-00 00:00:00'), +(25695, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1836553015028318913', 30.83035546875, -59.18934515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25696, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5425984478491503877', 47.70176953125, -79.96845703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25697, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7834096052695605402', 91.128703125, -69.596642578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25698, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6217717356761379245', 123.978515625, -69.251909765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25699, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14870991814205762864', 126.77675390625, -68.231687109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25700, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14757309007463301702', 24.407109374999994, -24.8412890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25701, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8223865312947082695', 23.90876953125, -50.48546484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25702, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2218276739289873466', 62.321291015625, -17.168578125000003, 0, 0, 1, '0000-00-00 00:00:00'), +(25703, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14288918387525614333', 74.728698046875, -78.88873828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25704, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12814475636616435201', 79.93599257812501, -62.465703515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25705, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4818395564367211890', 77.53961484374999, -59.484374296874996, 0, 0, 1, '0000-00-00 00:00:00'), +(25706, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12878704235144967206', 81.551366015625, -69.653862890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25707, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3795461221806937152', 81.490194140625, -99.33290625, 0, 0, 1, '0000-00-00 00:00:00'), +(25708, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17689988895602132100', 88.9869140625, -29.5989140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25709, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9881876315280214004', 89.8485703125, -30.3549609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25710, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9679226139480186451', 83.28713671875, -48.534352734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25711, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1784022465563079485', 87.49875, -50.65297265624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25712, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2345630606571379499', 84.90713671875, -70.749796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25713, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7251289871646158206', 85.64599218750001, -60.678683203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25714, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1175953052774593659', 83.38470703125, -67.168899609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25715, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '656495559406925886', 87.2058046875, -64.888920703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25716, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '428700576751000983', 83.83508203125, -78.56176171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25717, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17673115100390339186', 85.44665625, -74.19031640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25718, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16763389655907530864', 89.03888671875, -74.94048046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25719, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5483530410184413701', 85.31096484375, -81.59382421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25720, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2604803231974222696', 90.90938671875, -70.1271703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25721, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10393483231765966482', 93.00290625, -91.1394375, 0, 0, 1, '0000-00-00 00:00:00'), +(25722, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11822351932189412864', 97.33904296875, -58.418939296874996, 0, 0, 1, '0000-00-00 00:00:00'), +(25723, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13546931141870714275', 103.17213281250002, -80.28889453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25724, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16316812175141615859', 99.94215234375002, -79.09705078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25725, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3339483108600821238', 97.26816796875, -74.50018359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25726, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13135352375277309226', 100.14671484374998, -71.2189921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25727, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14309199436493499974', 99.7305234375, -77.0261015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25728, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12801271410434042249', 99.7629609375, -80.465765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25729, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3542897457569421051', 104.54187890625, -74.9113359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25730, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12317478517540493485', 97.20310546875002, -76.300828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25731, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9849115241535828004', 97.00449609375, -86.25730078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25732, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15569861608415873400', 101.1919453125, -92.04975, 0, 0, 1, '0000-00-00 00:00:00'), +(25733, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5896085120484131119', 100.53889453125, -90.5788359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25734, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1103743184701302114', 102.24390234375, -83.4648984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25735, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12101453553369401842', 102.10846875, -93.28883203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25736, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14087314978375769689', 97.06590234375, -89.72891015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25737, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16756657189707761600', 104.94059765625, -55.59187734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25738, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13207139205845822683', 109.24681640625, -52.54751484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25739, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12021578983097426617', 107.72044921875, -55.93743046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25740, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15615539209599471167', 114.1600078125, -78.34500000000001, 0, 0, 1, '0000-00-00 00:00:00'), +(25741, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12017029797430426160', 111.66455859374999, -78.3271171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25742, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12152243153058843755', 115.96550390625, -78.32521875, 0, 0, 1, '0000-00-00 00:00:00'), +(25743, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1744019410886703008', 112.05631640625, -71.63350781250001, 0, 0, 1, '0000-00-00 00:00:00'), +(25744, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12846144469411198385', 105.18221484374997, -82.3265390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25745, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10828632578453733431', 105.6322265625, -88.325390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25746, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15738792628810197793', 110.33449218749998, -86.49916406250001, 0, 0, 1, '0000-00-00 00:00:00'), +(25747, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10924640356498510108', 116.4014296875, -87.6551484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25748, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13617456271189484561', 116.17784765625, -83.209453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25749, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17026629749070393183', 114.6370078125, -83.46853125, 0, 0, 1, '0000-00-00 00:00:00'), +(25750, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1385630631130587513', 106.22438671875, -98.38441406249999, 0, 0, 1, '0000-00-00 00:00:00'), +(25751, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14931584670873890048', 120.43344140625003, -24.06183984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25752, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17814303335070178913', 121.80123046875, -26.7034453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25753, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10302614047524031496', 120.86783203125, -29.08112109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25754, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1449389790032897291', 119.76392578125, -56.7350625, 0, 0, 1, '0000-00-00 00:00:00'), +(25755, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3490858153917645329', 118.5071015625, -53.06923125, 0, 0, 1, '0000-00-00 00:00:00'), +(25756, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6377854339327439492', 122.35950000000003, -64.22103046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25757, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15357291793273415698', 119.8990078125, -62.238866015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25758, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15682555824643748209', 118.855546875, -65.125426171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25759, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14308773491589426076', 120.99622265625, -60.254124609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25760, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15166278230544831951', 117.156140625, -93.6986015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25761, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17088514737480710489', 118.58196093749999, -88.75693359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25762, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12110438271590855989', 124.12157812499998, -83.90269921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25763, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14776411667379785712', 117.6369140625, -85.6543359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25764, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11908679057677058917', 118.16699999999999, -93.446953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25765, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15242404637609370819', 17.802679687500003, -35.79526171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25766, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9824852731690461213', 20.7992578125, -38.24108203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25767, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13497220796345812432', 22.7413828125, -49.52447578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25768, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16396783538434948484', 15.328195312500005, -73.0811015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25769, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17081233132328253925', 15.3824765625, -81.58906640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25770, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17296963808053955608', 19.179433593750005, -80.22205078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25771, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16725964426099587918', 26.1089765625, -19.401867187500002, 0, 0, 1, '0000-00-00 00:00:00'), +(25772, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15067029177385214135', 29.69523046875, -17.860980468750004, 0, 0, 1, '0000-00-00 00:00:00'), +(25773, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '718874602803076200', 33.30137109375, -27.076875, 0, 0, 1, '0000-00-00 00:00:00'), +(25774, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7850582681376561028', 34.587890625, -30.9375, 0, 0, 1, '0000-00-00 00:00:00'), +(25775, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '18239513040301483126', 31.723324218749994, -29.9710546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25776, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15245439797519590336', 28.532578125, -32.150015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25777, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15058815420293479985', 25.86793359375, -31.41580078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25778, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5926038048790298706', 33.9530859375, -43.1712421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25779, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10963980177906142196', 28.720875, -38.05995703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25780, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4907248742903875289', 23.71301953125, -50.0173640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25781, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1683439530820752411', 28.123359375, -57.294158203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25782, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9475592926743168696', 29.9507109375, -50.840598046874995, 0, 0, 1, '0000-00-00 00:00:00'), +(25783, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13096633918810132778', 28.921875, -52.875, 0, 0, 1, '0000-00-00 00:00:00'), +(25784, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6189435514241611734', 25.54297265625, -56.50391015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25785, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12245288067328729114', 32.80620703125, -54.57095390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25786, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4107187917990846183', 30.0615234375, -50.29269609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25787, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '12340651525112577443', 25.57453125, -48.82139648437499, 0, 0, 1, '0000-00-00 00:00:00'), +(25788, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1063819211567232011', 25.7076328125, -75.87680859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25789, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7352309512316587009', 33.24207421875, -70.75454296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25790, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1687635158323563480', 28.41847265625, -80.29660546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25791, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5314389776696148509', 32.892503906250006, -79.03714453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25792, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15768943358661857635', 25.251304687499996, -80.803734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25793, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16627554996201462647', 28.33955859375, -81.86023828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25794, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7471061241324698457', 24.201234375, -93.05841796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25795, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7480415056040136085', 30.10836328125, -95.2503046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25796, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6642864002484651610', 43.72932421875, -31.8313828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25797, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '11067348777490821996', 36.1672265625, -55.77644765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25798, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1561713044173724178', 35.60216015625, -75.00155859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25799, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9275666999816194161', 43.01602734375, -79.98469921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25800, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6021702549561391800', 42.251953125, -70.71078515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25801, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5963696697442845588', 36.70365234375, -71.76399609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25802, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2005768738518178976', 38.99848828125, -74.4926953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25803, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4156078581123690670', 40.46499609375, -104.9148046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25804, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '14434949014627015177', 55.93837499999999, -40.10225390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25805, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9518087363347377067', 59.862556640625, -46.43886328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25806, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '15707580141384129298', 50.037703125, -44.97111328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25807, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '2961910212851447260', 57.55482421875, -64.617858984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25808, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '20479097125254285', 48.47921484375, -59.692581796875004, 0, 0, 1, '0000-00-00 00:00:00'), +(25809, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1210751749568344161', 56.88242578125001, -63.061955859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25810, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4518548228845584902', 50.966109375, -66.656216015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25811, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '16489428875979621722', 56.8009453125, -70.4579765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25812, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6891723766969777524', 54.46709765625, -60.84311953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25813, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17256659735313657021', 50.53088671875, -77.3491875, 0, 0, 1, '0000-00-00 00:00:00'), +(25814, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '9167657956923139674', 49.02500390625001, -76.57826953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25815, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5444690336076596021', 56.5025390625, -99.73298437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25816, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10323180643756818435', 49.27864453125, -100.53875390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(25817, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '6982396526841280220', 53.58039843749999, -93.4721015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25818, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13801642223984532728', 62.33631328124999, -17.169363281250003, 0, 0, 1, '0000-00-00 00:00:00'), +(25819, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5224147814243561774', 60.071484375, -19.768359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25820, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10363582861712160317', 67.11421523437501, -49.846334765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25821, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17169915687642666848', 68.85457265625, -44.61633984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25822, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '17213513339174410875', 65.309208984375, -48.156297656250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25823, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '4142440608898220698', 65.175762890625, -45.51924609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25824, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10699158192621881095', 66.275628515625, -49.38596484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25825, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '1823536007259880818', 66.826503515625, -45.478394531250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25826, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8467711940058835472', 67.005798046875, -45.40925390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25827, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '5526530831276300340', 66.19639804687499, -48.89373164062499, 0, 0, 1, '0000-00-00 00:00:00'), +(25828, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3451919865468411181', 60.586130859375, -81.60448828125001, 0, 0, 1, '0000-00-00 00:00:00'), +(25829, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '13885739895678072565', 67.01010000000001, -77.0653359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25830, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7298182076329374151', 59.1713109375, -80.153578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25831, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '3523693622841050795', 63.143328515624994, -76.47009375, 0, 0, 1, '0000-00-00 00:00:00'), +(25832, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '10497070578771097785', 67.47702070312499, -104.52282421874999, 0, 0, 1, '0000-00-00 00:00:00'), +(25833, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '7968459823681764881', 60.928671093750005, -96.77009765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25834, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Fly', '8032367381834743688', 69.077230078125, -98.89655859374999, 0, 0, 1, '0000-00-00 00:00:00'), +(25835, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '195834357070932418', 32.23735546875, -75.74759765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25836, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4334334444263897855', 53.8045078125, -64.03711171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25837, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15886204473868520149', 57.280921875, -65.27977734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25838, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4525719034259695115', 65.450656640625, -98.13623437499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25839, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12221387497450875719', 24.62109375, -77.859375, 0, 0, 1, '0000-00-00 00:00:00'), +(25840, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2785376061768713376', 35.02512890625, -76.18637109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25841, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3246041468912210826', 24.3613125, -77.234578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25842, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14829033782000849174', 67.68068671875, -97.74151171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25843, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8292044467230022916', 33.95757421875, -70.69526953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25844, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13914110800088789029', 54.88489453125001, -73.3720546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25845, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4278832587834309735', 69.5931406640625, -48.430546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25846, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11973409868562968470', 64.32680859374999, -72.38513671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25847, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '665236829992016179', 105.60280078125, -62.936785546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25848, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3811744485016178059', 101.64853125, -46.004390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25849, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10216840915955189603', 94.470609375, -26.2981640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25850, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4785013947690310874', 94.72265625, -31.2890625, 0, 0, 1, '0000-00-00 00:00:00'), +(25851, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8651090635596355670', 101.97936328125, -31.07840625, 0, 0, 1, '0000-00-00 00:00:00'), +(25852, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17259834723518705126', 88.1428125, -80.21426953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25853, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11739368018312479298', 28.25834765625, -94.0963828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25854, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5013020785432246520', 68.54401054687499, -94.54983984375001, 0, 0, 1, '0000-00-00 00:00:00'), +(25855, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15278503746814222090', 113.84919140625, -81.4339921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25856, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '522805721279597394', 114.2469140625, -89.40571875, 0, 0, 1, '0000-00-00 00:00:00'), +(25857, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12935984448675731724', 46.00153125, -34.24304296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25858, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9118376333920375693', 107.8508671875, -66.34811015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25859, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '18198826818177268352', 109.23607031249998, -64.163019140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25860, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3407792450175795124', 107.43367968749997, -51.7217296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25861, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15207631927458301552', 109.333125, -52.349397656250005, 0, 0, 1, '0000-00-00 00:00:00'), +(25862, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14756499655669972704', 45.96549609375, -28.24489453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25863, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17595964512236698192', 47.5219921875, -95.9178515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25864, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15251102872530022383', 92.877046875, -76.04891015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25865, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14757294243185829951', 84.856875, -80.27504296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25866, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15861427487873656580', 46.15458984375, -49.5765046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25867, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1411840076469744656', 113.389828125, -84.29600390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25868, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '270161478749347447', 106.86291796875003, -102.18503906250001, 0, 0, 1, '0000-00-00 00:00:00'), +(25869, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13769109468342845536', 108.6019453125, -18.78769921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25870, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15218640912468430323', 98.59505859375, -85.18815234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25871, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4497147955695410738', 37.21149609375, -50.3492625, 0, 0, 1, '0000-00-00 00:00:00'), +(25872, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14711127582360451694', 118.04211328125, -29.85282421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25873, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9351456795221311934', 65.37440507812501, -48.689859375000005, 0, 0, 1, '0000-00-00 00:00:00'), +(25874, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4425724862404261871', 103.241484375, -84.93432421874999, 0, 0, 1, '0000-00-00 00:00:00'), +(25875, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3131303308012964389', 97.56772265625, -80.022421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25876, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8985372494466207587', 123.36931640625, -34.61009765625, 0, 0, 1, '0000-00-00 00:00:00'), +(25877, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13912411476314124137', 120.36200390625, -25.465828124999998, 0, 0, 1, '0000-00-00 00:00:00'), +(25878, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17333691127101062992', 42.87092578125, -47.58705703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25879, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '361257983020281800', 54.26239453125, -102.23466796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25880, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4837252227273614882', 118.37949609375, -53.034877734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25881, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13823294552328059798', 118.76944921875, -53.83256953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25882, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11739651441350538067', 58.6533046875, -96.73046484375001, 0, 0, 1, '0000-00-00 00:00:00'), +(25883, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9344303470728166343', 44.550703125, -78.28076953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25884, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7692373228072955481', 122.60851171875, -68.4812625, 0, 0, 1, '0000-00-00 00:00:00'), +(25885, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3194273493338003455', 45.23150390625, -76.0035, 0, 0, 1, '0000-00-00 00:00:00'), +(25886, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10461290261373609204', 123.3256171875, -70.36618359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25887, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12782150908369264341', 64.726437890625, -21.878050781250003, 0, 0, 1, '0000-00-00 00:00:00'), +(25888, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12952973219885111164', 122.57197265625, -62.777925, 0, 0, 1, '0000-00-00 00:00:00'), +(25889, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9329431859825324414', 59.490151171875, -59.1202763671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25890, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '18355785229887498802', 97.6415625, -80.008078125, 0, 0, 1, '0000-00-00 00:00:00'), +(25891, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10282875134335872714', 121.82117578125, -64.864873828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25892, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4519702183103834781', 42.88482421875, -71.53533984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25893, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9832067497110710625', 123.23746875, -85.61625, 0, 0, 1, '0000-00-00 00:00:00'), +(25894, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13301268576130716822', 121.81088671875, -86.889046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25895, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13541828425256097802', 44.0147109375, -78.98574609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25896, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8149450624598228746', 39.3318046875, -76.55138671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25897, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8480279005293475921', 91.2490078125, -76.7788359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25898, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14488432448207596695', 88.3250390625, -73.84866796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25899, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10655784229802546161', 21.450562500000004, -38.719253906249996, 0, 0, 1, '0000-00-00 00:00:00'), +(25900, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6057448296844324572', 91.69594921875, -63.9784828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25901, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15890950618101978866', 23.2871953125, -39.4104609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25902, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8217057602994947748', 76.18354335937501, -64.103520703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25903, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16473525949951385755', 41.857242187500006, -96.84254296875001, 0, 0, 1, '0000-00-00 00:00:00'), +(25904, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15909320962641480471', 21.702691406249997, -81.2316328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25905, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16011403532607734144', 81.64545703125, -95.91534375, 0, 0, 1, '0000-00-00 00:00:00'), +(25906, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6766867863796260627', 96.10491796875, -74.6894296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25907, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10450796131134350410', 19.6535390625, -71.37159375, 0, 0, 1, '0000-00-00 00:00:00'), +(25908, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3539367211902723417', 89.968171875, -80.83550390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25909, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1178566442530610990', 49.0936171875, -32.83503515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25910, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '955969368603463058', 61.01284453125, -77.36457421875, 0, 0, 1, '0000-00-00 00:00:00'), +(25911, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6221514140278495230', 12.760710937499997, -73.15672265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25912, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8241910145524510758', 102.01102734374999, -72.239109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25913, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '79573514458052216', 81.1956328125, -62.877408984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25914, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9904593613292944814', 77.63680078125, -67.422962109375, 0, 0, 1, '0000-00-00 00:00:00'), +(25915, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14153630333572901663', 33.25381640625, -29.6961328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25916, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11520344657498278720', 26.33438671875, -25.80610546875, 0, 0, 1, '0000-00-00 00:00:00'), +(25917, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17684465643323933958', 57.71719921875, -43.6268671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25918, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5287901869242297265', 34.40612109375, -25.128609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25919, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6937664252439992010', 23.924625000000006, -34.7345390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25920, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '609138229163653992', 111.28805859375, -51.803821875000004, 0, 0, 1, '0000-00-00 00:00:00'), +(25921, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11878389966059820984', 68.808833203125, -49.057548046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25922, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5816825973292461426', 31.04642578125, -23.52476953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25923, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6722214705378214632', 35.27902734375, -21.776613281250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25924, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '18067351636953493541', 67.530366796875, -51.182166796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25925, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '18247031465532167034', 27.218765625, -29.68794140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25926, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14702525289091244489', 31.8218671875, -42.884050781250004, 0, 0, 1, '0000-00-00 00:00:00'), +(25927, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4238553855549203215', 24.087421875, -35.5168828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25928, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2016463029176626195', 72.78800625, -68.977669921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25929, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4528353756617280533', 73.19641875, -68.23136015625, 0, 0, 1, '0000-00-00 00:00:00'), +(25930, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5772420674196941364', 50.36237109375, -59.57694375, 0, 0, 1, '0000-00-00 00:00:00'), +(25931, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5524174884479650533', 49.898484375, -63.292584375, 0, 0, 1, '0000-00-00 00:00:00'), +(25932, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '279287772854416530', 66.94524374999999, -48.754906640625, 0, 0, 1, '0000-00-00 00:00:00'), +(25933, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6882401961097200322', 28.8050625, -49.781128125, 0, 0, 1, '0000-00-00 00:00:00'), +(25934, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7848409043727682724', 35.02116796875, -51.7466578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25935, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16053963290356797980', 47.392359375, -63.399746484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25936, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15985887228135643401', 49.029421875, -69.983448046875, 0, 0, 1, '0000-00-00 00:00:00'), +(25937, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12095186490801563333', 50.58226171875, -16.725808593749996, 0, 0, 1, '0000-00-00 00:00:00'), +(25938, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12720762423594767791', 98.90544140625, -78.7698515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25939, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8072458410835060601', 95.652890625, -70.733203125, 0, 0, 1, '0000-00-00 00:00:00'), +(25940, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3835231082878226008', 94.098421875, -72.26593359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25941, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10319937030209318543', 28.69051171875, -51.62189296875, 0, 0, 1, '0000-00-00 00:00:00'), +(25942, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6122628243447419631', 33.7773515625, -55.8432, 0, 0, 1, '0000-00-00 00:00:00'), +(25943, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8488318615123206871', 32.59676953125, -19.019601562499997, 0, 0, 1, '0000-00-00 00:00:00'), +(25944, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5848567633832735827', 29.677734375, -60.56814140625, 0, 0, 1, '0000-00-00 00:00:00'), +(25945, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9635469007132779194', 28.578234375, -76.86017578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25946, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3045069736672921505', 64.101525, -50.462274609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25947, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '482415033136597266', 79.338882421875, -42.0037734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25948, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '148596083198088389', 74.988287109375, -44.83264453125, 0, 0, 1, '0000-00-00 00:00:00'), +(25949, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13293445766675800835', 81.643728515625, -46.55792578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25950, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17460680321953351941', 79.239683203125, -58.4639478515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25951, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10836434214172562669', 73.709666015625, -61.485828515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25952, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1487273285778985759', 72.228955078125, -81.32930859375001, 0, 0, 1, '0000-00-00 00:00:00'), +(25953, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14356512659684195952', 73.792212890625, -76.13668359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25954, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8081923169070536647', 72.0426046875, -77.47653515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25955, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16999322315051527287', 80.196022265625, -73.72751953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25956, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4920479546914275814', 77.21141015625, -73.04028515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25957, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3763875992963298046', 74.435475, -82.0277578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25958, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1334933682307416868', 85.78231640625, -50.20575117187501, 0, 0, 1, '0000-00-00 00:00:00'), +(25959, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1141260287185502165', 84.1677890625, -54.14643984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25960, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3810248583298464034', 86.68059375, -57.095403515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25961, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3484767182656944873', 92.08566796875, -49.38101953125, 0, 0, 1, '0000-00-00 00:00:00'), +(25962, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3921188314332603427', 89.37275390625, -67.747850390625, 0, 0, 1, '0000-00-00 00:00:00'), +(25963, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5023473104286001357', 85.3394765625, -68.372626171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25964, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3024722206311652108', 92.48858203125, -60.36338671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25965, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2131482042634901110', 90.17109375, -69.482171484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25966, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10141964897024417568', 91.13044921875, -70.129265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25967, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7775151115445028458', 91.11024609375, -92.96846484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25968, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13788551635751267379', 96.54553125, -30.89821875, 0, 0, 1, '0000-00-00 00:00:00'), +(25969, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9362042103658829120', 93.069140625, -44.4425625, 0, 0, 1, '0000-00-00 00:00:00'), +(25970, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10234561625947390091', 101.94887109375, -38.106234375, 0, 0, 1, '0000-00-00 00:00:00'), +(25971, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4280394621344855151', 97.19511328125, -47.543192578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25972, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10429885813003964939', 102.49443749999998, -56.222527734375, 0, 0, 1, '0000-00-00 00:00:00'), +(25973, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2337007897356578783', 100.24953515625, -49.602495703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25974, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6404569888653568743', 97.354734375, -57.0368484375, 0, 0, 1, '0000-00-00 00:00:00'), +(25975, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8237872240193169425', 104.78428125, -56.12872265625, 0, 0, 1, '0000-00-00 00:00:00'), +(25976, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11639531604563186614', 99.2794921875, -56.830053515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25977, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6027199198196083806', 103.72339453125, -58.919757539062495, 0, 0, 1, '0000-00-00 00:00:00'), +(25978, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10819645627138581631', 100.15805859375, -65.44558359375, 0, 0, 1, '0000-00-00 00:00:00'), +(25979, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4992987838202956208', 103.52307421875003, -71.7053671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25980, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3868090649221400284', 97.19900390625, -93.98862890624999, 0, 0, 1, '0000-00-00 00:00:00'), +(25981, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '405618477978712320', 98.73214453125, -98.47729687500001, 0, 0, 1, '0000-00-00 00:00:00'), +(25982, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6785790397618897029', 114.85712109375, -48.562919531249996, 0, 0, 1, '0000-00-00 00:00:00'), +(25983, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '77233116620191353', 111.8743125, -47.28635390625001, 0, 0, 1, '0000-00-00 00:00:00'), +(25984, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14763701770886914378', 113.27063671875, -97.0009921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25985, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '168243187548655859', 124.20331640625002, -36.83211328125, 0, 0, 1, '0000-00-00 00:00:00'), +(25986, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9839157124751407426', 119.12708203125, -57.85209328124999, 0, 0, 1, '0000-00-00 00:00:00'), +(25987, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11041377175400020225', 120.369140625, -56.98828125, 0, 0, 1, '0000-00-00 00:00:00'), +(25988, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6278012027764316057', 121.74132421875, -51.42180351562501, 0, 0, 1, '0000-00-00 00:00:00'), +(25989, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10696401587162925758', 121.1139140625, -80.515921875, 0, 0, 1, '0000-00-00 00:00:00'), +(25990, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11966566732191884293', 123.11976562500001, -76.42266796875, 0, 0, 1, '0000-00-00 00:00:00'), +(25991, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10608661652678836524', 21.984023437500007, -35.9147578125, 0, 0, 1, '0000-00-00 00:00:00'), +(25992, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13780635754008210758', 22.65312890625, -29.23388671875, 0, 0, 1, '0000-00-00 00:00:00'), +(25993, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5394382477726646151', 20.458570312499997, -33.44820703125, 0, 0, 1, '0000-00-00 00:00:00'), +(25994, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7419951941967104737', 25.196894531250006, -26.508609375, 0, 0, 1, '0000-00-00 00:00:00'), +(25995, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9900286035998057905', 22.19567578125, -34.59076171875, 0, 0, 1, '0000-00-00 00:00:00'), +(25996, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6084866704416674000', 19.01968359375, -64.742808984375, 0, 0, 1, '0000-00-00 00:00:00'), +(25997, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6227548343516252709', 21.889453124999996, -88.9788515625, 0, 0, 1, '0000-00-00 00:00:00'), +(25998, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14445190351963434155', 12.77558203125, -102.86160937499999, 0, 0, 1, '0000-00-00 00:00:00'), +(25999, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11516691513478388600', 22.98769921875, -19.160460937499998, 0, 0, 1, '0000-00-00 00:00:00'), +(26000, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2369634760713410570', 25.8557109375, -23.116078125, 0, 0, 1, '0000-00-00 00:00:00'), +(26001, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2654532153968049743', 26.1928125, -13.5330703125, 0, 0, 1, '0000-00-00 00:00:00'), +(26002, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6458423562895330961', 28.4014453125, -20.311535156250002, 0, 0, 1, '0000-00-00 00:00:00'), +(26003, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '64434808064613346', 34.13562890625, -33.75127734375, 0, 0, 1, '0000-00-00 00:00:00'), +(26004, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9506452217411274107', 23.60736328125, -38.56716796875, 0, 0, 1, '0000-00-00 00:00:00'), +(26005, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14230652672324869313', 26.9951953125, -38.84316796875, 0, 0, 1, '0000-00-00 00:00:00'), +(26006, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6663323764649715075', 25.63930078125, -67.851310546875, 0, 0, 1, '0000-00-00 00:00:00'), +(26007, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17915764004648973662', 28.53001171875, -67.182877734375, 0, 0, 1, '0000-00-00 00:00:00'), +(26008, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15262678164833260129', 23.8603359375, -65.7346828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26009, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2115847904790721758', 33.6026953125, -59.919891796875, 0, 0, 1, '0000-00-00 00:00:00'), +(26010, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1952653390367768908', 28.1164921875, -69.329572265625, 0, 0, 1, '0000-00-00 00:00:00'), +(26011, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4301952465837039746', 31.4012578125, -85.252359375, 0, 0, 1, '0000-00-00 00:00:00'), +(26012, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '18143539020480219655', 37.49162109375, -35.76858984374999, 0, 0, 1, '0000-00-00 00:00:00'), +(26013, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8343877820679644278', 50.7355546875, -14.541960937500003, 0, 0, 1, '0000-00-00 00:00:00'), +(26014, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16651485175674674795', 49.65759375, -16.94436328125, 0, 0, 1, '0000-00-00 00:00:00'), +(26015, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6015479150577373812', 56.1328125, -16.39453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26016, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5328645824049834427', 51.023859375, -58.7507211328125, 0, 0, 1, '0000-00-00 00:00:00'), +(26017, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5040687713212692373', 54.5675625, -66.67025859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26018, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13252584950816797894', 47.2430625, -65.5656046875, 0, 0, 1, '0000-00-00 00:00:00'), +(26019, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11517617095880699920', 52.0612734375, -68.2535109375, 0, 0, 1, '0000-00-00 00:00:00'), +(26020, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16153042861008747253', 53.5770234375, -73.804453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26021, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13532705414332012452', 56.22247265625, -78.40761328125, 0, 0, 1, '0000-00-00 00:00:00'), +(26022, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13300820857230886291', 47.25121875, -71.37305859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26023, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9616636101032879613', 56.81867578125, -79.549171875, 0, 0, 1, '0000-00-00 00:00:00'), +(26024, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11144180491591704330', 55.1410546875, -84.5345390625, 0, 0, 1, '0000-00-00 00:00:00'), +(26025, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11334479672482710864', 53.29920703125001, -101.22805078125, 0, 0, 1, '0000-00-00 00:00:00'), +(26026, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12103345968146712715', 56.806640625, -97.31105859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26027, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5839022784143077980', 54.08190234374999, -99.52734375, 0, 0, 1, '0000-00-00 00:00:00'), +(26028, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12943432138253829864', 67.332671484375, -55.579170703125, 0, 0, 1, '0000-00-00 00:00:00'), +(26029, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6466706749752682393', 62.504194921875005, -47.309612109375, 0, 0, 1, '0000-00-00 00:00:00'), +(26030, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10044045926791206854', 67.33634648437499, -53.602613671875, 0, 0, 1, '0000-00-00 00:00:00'), +(26031, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10220306027153896591', 66.64459101562501, -54.7954828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26032, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11416843992710515880', 60.977183203125, -52.045310156250004, 0, 0, 1, '0000-00-00 00:00:00'), +(26033, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10735895864207424086', 62.400560156249995, -48.50946210937501, 0, 0, 1, '0000-00-00 00:00:00'), +(26034, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5050477984074115248', 61.350533203125, -66.487707421875, 0, 0, 1, '0000-00-00 00:00:00'), +(26035, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '230883863982364464', 67.76077265625, -63.08326875, 0, 0, 1, '0000-00-00 00:00:00'); +INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `marker_category_id`, `user_id`, `name`, `description`, `x`, `y`, `jump_marker_id`, `global`, `visible`, `last_updated`) VALUES +(26036, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1307848331404106196', 62.527630078125, -72.9184453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26037, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9180521662233372335', 67.88233828125, -84.43502343749999, 0, 0, 1, '0000-00-00 00:00:00'), +(26038, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7743264942751213828', 61.972981640625, -89.35524609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26039, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3781128358767232078', 64.8310546875, -92.56640625, 0, 0, 1, '0000-00-00 00:00:00'), +(26040, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2496483735845282109', 72.3241078125, -23.0088046875, 0, 0, 1, '0000-00-00 00:00:00'), +(26041, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8510290690317523297', 71.81135507812499, -21.667828124999996, 0, 0, 1, '0000-00-00 00:00:00'), +(26042, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1104126270113423113', 79.52026054687501, -23.987671874999997, 0, 0, 1, '0000-00-00 00:00:00'), +(26043, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14815472261775172056', 80.379952734375, -19.2710859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26044, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4000603542790812759', 59.9254921875, -85.20165234375, 0, 0, 1, '0000-00-00 00:00:00'), +(26045, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '796898737269458719', 71.78978203125, -87.91958203125, 0, 0, 1, '0000-00-00 00:00:00'), +(26046, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '13979722547183362839', 97.79198437500001, -79.13405859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26047, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6655961520703951091', 102.1812890625, -90.699421875, 0, 0, 1, '0000-00-00 00:00:00'), +(26048, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1860208449272173505', 76.32108515625, -74.03717578125, 0, 0, 1, '0000-00-00 00:00:00'), +(26049, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14490387663731063602', 71.639858203125, -71.26433203125, 0, 0, 1, '0000-00-00 00:00:00'), +(26050, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3687543373404020722', 70.58953242187499, -76.85422265625, 0, 0, 1, '0000-00-00 00:00:00'), +(26051, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9317032819505579315', 73.00159101562501, -77.856421875, 0, 0, 1, '0000-00-00 00:00:00'), +(26052, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3814303560942784799', 79.22410078125, -74.3102578125, 0, 0, 1, '0000-00-00 00:00:00'), +(26053, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17183115341299291313', 77.70587109375, -76.5363515625, 0, 0, 1, '0000-00-00 00:00:00'), +(26054, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7779944509312535456', 80.27305078125, -49.3048546875, 0, 0, 1, '0000-00-00 00:00:00'), +(26055, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17310981470778176771', 78.700306640625, -54.27974296875, 0, 0, 1, '0000-00-00 00:00:00'), +(26056, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10872118447028563447', 71.874694921875, -51.56600859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26057, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14082702313945795460', 77.54793515625, -49.754478515625, 0, 0, 1, '0000-00-00 00:00:00'), +(26058, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6060347861808650393', 72.56679140625, -48.08170781249999, 0, 0, 1, '0000-00-00 00:00:00'), +(26059, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8718898060549907841', 79.15033828125, -63.873380859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26060, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6898737142816905658', 71.1877676953125, -62.425721484375, 0, 0, 1, '0000-00-00 00:00:00'), +(26061, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10369343261613204600', 74.21741484375, -73.62779296875, 0, 0, 1, '0000-00-00 00:00:00'), +(26062, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3854459681704011920', 73.79763398437501, -80.08381640625, 0, 0, 1, '0000-00-00 00:00:00'), +(26063, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14806267502145031795', 75.69348281250001, -78.50026171875, 0, 0, 1, '0000-00-00 00:00:00'), +(26064, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6008189099268740508', 77.666464453125, -72.20578124999999, 0, 0, 1, '0000-00-00 00:00:00'), +(26065, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11084468198107479580', 76.96014375, -86.53407421875, 0, 0, 1, '0000-00-00 00:00:00'), +(26066, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6524606515507935194', 74.29647890625, -91.78709765625, 0, 0, 1, '0000-00-00 00:00:00'), +(26067, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5957723518496993595', 72.731211328125, -97.41246093750001, 0, 0, 1, '0000-00-00 00:00:00'), +(26068, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3604698131878139516', 77.02734375, -103.74609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26069, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3581457092185901908', 84.96336328125, -31.72453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26070, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11772831640808667351', 86.4294609375, -25.26889453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26071, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9158346320247672797', 90.52151953125, -28.65809765625, 0, 0, 1, '0000-00-00 00:00:00'), +(26072, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4034993693356861733', 87.11040234375, -35.70901171875, 0, 0, 1, '0000-00-00 00:00:00'), +(26073, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11169002959142256839', 89.8971796875, -35.37505078125, 0, 0, 1, '0000-00-00 00:00:00'), +(26074, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15182452364291788021', 93.73958203125, -85.333125, 0, 0, 1, '0000-00-00 00:00:00'), +(26075, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3048188764439462005', 91.13876953125, -93.6424921875, 0, 0, 1, '0000-00-00 00:00:00'), +(26076, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17702633499031186931', 93.122484375, -86.503546875, 0, 0, 1, '0000-00-00 00:00:00'), +(26077, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '294694747801525234', 90.68281640625, -99.2345625, 0, 0, 1, '0000-00-00 00:00:00'), +(26078, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5076832765118265469', 83.15621484375, -103.5091171875, 0, 0, 1, '0000-00-00 00:00:00'), +(26079, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10341991864461036856', 87.604828125, -96.83821875, 0, 0, 1, '0000-00-00 00:00:00'), +(26080, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6574687348640775830', 90.14028515625, -97.55185546874999, 0, 0, 1, '0000-00-00 00:00:00'), +(26081, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12987547560871555880', 88.276875, -96.81411328125, 0, 0, 1, '0000-00-00 00:00:00'), +(26082, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10964693185620924569', 89.18715234375, -103.15040625, 0, 0, 1, '0000-00-00 00:00:00'), +(26083, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14994532817787330975', 91.96209375, -97.76476171875001, 0, 0, 1, '0000-00-00 00:00:00'), +(26084, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3810735968499116043', 87.29855859375, -99.98124609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26085, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2330504190505667851', 99.1409296875, -59.0730364453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26086, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2433084691527374820', 105.5922890625, -67.8036421875, 0, 0, 1, '0000-00-00 00:00:00'), +(26087, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15445183966107884573', 95.4179296875, -89.10488671875, 0, 0, 1, '0000-00-00 00:00:00'), +(26088, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8258219494377982854', 103.92111328125, -84.22789453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26089, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9804525561084625182', 94.265015625, -89.77541015625, 0, 0, 1, '0000-00-00 00:00:00'), +(26090, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10177547207078528393', 99.48762890625, -83.467125, 0, 0, 1, '0000-00-00 00:00:00'), +(26091, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14042563534797144229', 109.57392187500002, -22.56868359375, 0, 0, 1, '0000-00-00 00:00:00'), +(26092, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11312883102093401296', 110.7776484375, -16.6336640625, 0, 0, 1, '0000-00-00 00:00:00'), +(26093, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10517879376993084569', 107.24128125, -22.35378515625, 0, 0, 1, '0000-00-00 00:00:00'), +(26094, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6478186552074013320', 105.8408203125, -31.76663671875, 0, 0, 1, '0000-00-00 00:00:00'), +(26095, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6838052104655851545', 111.78751171875003, -27.695625, 0, 0, 1, '0000-00-00 00:00:00'), +(26096, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '168227526044957678', 117.44076562500003, -39.58655859375, 0, 0, 1, '0000-00-00 00:00:00'), +(26097, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14535098788014402744', 113.07365625000001, -37.5289921875, 0, 0, 1, '0000-00-00 00:00:00'), +(26098, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10983467772952485382', 108.1872890625, -37.6489453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26099, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15703190269680362860', 107.34890625, -41.883, 0, 0, 1, '0000-00-00 00:00:00'), +(26100, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14566730631915390120', 113.02873828125, -41.48296875, 0, 0, 1, '0000-00-00 00:00:00'), +(26101, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5134357971622063052', 106.77888281249999, -43.3774921875, 0, 0, 1, '0000-00-00 00:00:00'), +(26102, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1785934975395315615', 108.67550390625, -42.21153515625, 0, 0, 1, '0000-00-00 00:00:00'), +(26103, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8724900114454062331', 115.8100546875, -42.87024609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26104, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11092589490821915261', 108.0413671875, -55.288913671875, 0, 0, 1, '0000-00-00 00:00:00'), +(26105, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5847749773929843116', 105.624515625, -47.664486328125, 0, 0, 1, '0000-00-00 00:00:00'), +(26106, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3012204764735586183', 116.53144921875, -63.434748046875, 0, 0, 1, '0000-00-00 00:00:00'), +(26107, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6201479503006501424', 113.8121015625, -65.884161328125, 0, 0, 1, '0000-00-00 00:00:00'), +(26108, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16468088564225504954', 111.64201171875, -62.9061796875, 0, 0, 1, '0000-00-00 00:00:00'), +(26109, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7623436409440631075', 108.3986484375, -74.244609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26110, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15153122761935613537', 108.2475703125, -76.70124609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26111, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5822223636687855533', 108.56813671875, -84.6789140625, 0, 0, 1, '0000-00-00 00:00:00'), +(26112, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12446645841084893430', 118.56794531249999, -20.0829609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26113, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5467066318393172271', 119.0303671875, -21.472007812499996, 0, 0, 1, '0000-00-00 00:00:00'), +(26114, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '121413094079326740', 122.95777734375002, -21.70346484375, 0, 0, 1, '0000-00-00 00:00:00'), +(26115, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12815645405966942496', 118.75248046875, -41.075109375, 0, 0, 1, '0000-00-00 00:00:00'), +(26116, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6452194687419075323', 118.43002734375, -42.46224609375, 0, 0, 1, '0000-00-00 00:00:00'), +(26117, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7826746453744483087', 127.70213671875, -101.8706953125, 0, 0, 1, '0000-00-00 00:00:00'), +(26118, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8859620205588155514', 123.4688671875, -101.52087890625, 0, 0, 1, '0000-00-00 00:00:00'), +(26119, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6137904239877348389', 23.38236328125, -16.13823046875, 0, 0, 1, '0000-00-00 00:00:00'), +(26120, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7438551088255304345', 21.20068359375, -19.059878906250002, 0, 0, 1, '0000-00-00 00:00:00'), +(26121, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14260365357325215794', 18.392484375000002, -15.437789062500002, 0, 0, 1, '0000-00-00 00:00:00'), +(26122, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3840116329382103719', 27.9644765625, -36.5621015625, 0, 0, 1, '0000-00-00 00:00:00'), +(26123, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '814225474069128686', 27.720796875, -37.39565625, 0, 0, 1, '0000-00-00 00:00:00'), +(26124, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17787166563654202941', 33.42275390625, -45.6203671875, 0, 0, 1, '0000-00-00 00:00:00'), +(26125, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9933063823033130542', 24.87791015625, -37.93651171875, 0, 0, 1, '0000-00-00 00:00:00'), +(26126, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3090106206972588217', 23.80494140625, -62.3851265625, 0, 0, 1, '0000-00-00 00:00:00'), +(26127, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '18194949317466592174', 23.402625, -69.950990625, 0, 0, 1, '0000-00-00 00:00:00'), +(26128, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15800300194434429523', 26.51840625, -70.271023828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26129, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4420921328660913312', 26.377546875, -85.39901953125, 0, 0, 1, '0000-00-00 00:00:00'), +(26130, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1936945607168958178', 25.463261718749994, -92.10584765625, 0, 0, 1, '0000-00-00 00:00:00'), +(26131, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '697055679240349564', 31.458890625, -83.9588203125, 0, 0, 1, '0000-00-00 00:00:00'), +(26132, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16010466355789939033', 39.79887890625, -20.66954296875, 0, 0, 1, '0000-00-00 00:00:00'), +(26133, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5185957507516089944', 47.201015625, -14.1072890625, 0, 0, 1, '0000-00-00 00:00:00'), +(26134, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12011600212264052128', 44.28254296875, -40.07354296875, 0, 0, 1, '0000-00-00 00:00:00'), +(26135, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11995414651872792871', 41.76001171875, -52.597590234375, 0, 0, 1, '0000-00-00 00:00:00'), +(26136, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6027507260598867642', 39.83239453125, -66.438366796875, 0, 0, 1, '0000-00-00 00:00:00'), +(26137, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6784901471194955466', 41.04097265625, -65.246162109375, 0, 0, 1, '0000-00-00 00:00:00'), +(26138, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12771829342051999229', 44.5270546875, -67.952478515625, 0, 0, 1, '0000-00-00 00:00:00'), +(26139, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16472531531590775581', 39.37037109375, -62.3740125, 0, 0, 1, '0000-00-00 00:00:00'), +(26140, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14061613351665424412', 38.49683203125, -64.41443671875, 0, 0, 1, '0000-00-00 00:00:00'), +(26141, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7709463625999537364', 43.59929296875, -63.3104203125, 0, 0, 1, '0000-00-00 00:00:00'), +(26142, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1113093112773057431', 40.9464609375, -77.2256953125, 0, 0, 1, '0000-00-00 00:00:00'), +(26143, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17438880653661263827', 43.7743828125, -83.94603515625, 0, 0, 1, '0000-00-00 00:00:00'), +(26144, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16276478534882156700', 46.73540625, -87.53801953125, 0, 0, 1, '0000-00-00 00:00:00'), +(26145, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '15056806489610383594', 35.8968515625, -84.54383203125, 0, 0, 1, '0000-00-00 00:00:00'), +(26146, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1110646140255099455', 41.1783984375, -82.67051953125, 0, 0, 1, '0000-00-00 00:00:00'), +(26147, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '14789527049039011847', 56.86810546875, -28.8883828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26148, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16170647262175863463', 50.941921875, -30.03069140625, 0, 0, 1, '0000-00-00 00:00:00'), +(26149, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '3826662494649382954', 56.4143671875, -29.50852734375, 0, 0, 1, '0000-00-00 00:00:00'), +(26150, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '17900274190182944414', 46.5111328125, -57.565493671875004, 0, 0, 1, '0000-00-00 00:00:00'), +(26151, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9049279303395987844', 55.22028515625, -48.0763828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26152, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '6162131000310942928', 57.06012890625, -58.3769909765625, 0, 0, 1, '0000-00-00 00:00:00'), +(26153, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '1697152588585805257', 58.39316015625, -51.921093750000004, 0, 0, 1, '0000-00-00 00:00:00'), +(26154, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2546691250495331752', 50.871984375, -74.08546875, 0, 0, 1, '0000-00-00 00:00:00'), +(26155, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4383397688144855354', 50.38744921875, -79.99773046875, 0, 0, 1, '0000-00-00 00:00:00'), +(26156, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8783077686584105147', 52.5191015625, -76.267171875, 0, 0, 1, '0000-00-00 00:00:00'), +(26157, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10227304942597050968', 49.55387109375, -73.16531250000001, 0, 0, 1, '0000-00-00 00:00:00'), +(26158, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '9196758155076858321', 58.1298984375, -86.6880703125, 0, 0, 1, '0000-00-00 00:00:00'), +(26159, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7078334903087532682', 52.0692890625, -89.3647734375, 0, 0, 1, '0000-00-00 00:00:00'), +(26160, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '4299220285616600994', 52.54093359375, -81.12558984375, 0, 0, 1, '0000-00-00 00:00:00'), +(26161, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '16659953331084741325', 47.60128125, -91.66391015625, 0, 0, 1, '0000-00-00 00:00:00'), +(26162, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '5712863495850443821', 47.54546484375, -83.57012109375, 0, 0, 1, '0000-00-00 00:00:00'), +(26163, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8814604911388283272', 62.465083593749995, -35.5462265625, 0, 0, 1, '0000-00-00 00:00:00'), +(26164, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '7525811566900755135', 67.52260664062501, -81.07855078125, 0, 0, 1, '0000-00-00 00:00:00'), +(26165, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '10430055571971258109', 59.8888125, -80.95114453125, 0, 0, 1, '0000-00-00 00:00:00'), +(26166, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11289240153752802607', 64.78125, -82.48828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26167, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8181135545038759403', 63.291984375, -71.20648828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26168, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2615536536849519248', 69.105568359375, -85.45435546875, 0, 0, 1, '0000-00-00 00:00:00'), +(26169, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12689941535998657334', 61.05373125, -84.72404296875, 0, 0, 1, '0000-00-00 00:00:00'); diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/6-marker_tab.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/6-marker_tab.sql new file mode 100644 index 00000000..2503048f --- /dev/null +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/6-marker_tab.sql @@ -0,0 +1,3354 @@ +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(21000, 21004, 2, 1, '', '<p style="text-align: center">Upland Zorana Byroad</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21001, 21005, 2, 1, '', '<p style="text-align: center">Sage Temple Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21002, 21006, 2, 1, '', '<p style="text-align: center">Ploymus Mountain Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21003, 21007, 2, 1, '', '<p style="text-align: center">Upland Zorana Mountainside Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21004, 21008, 2, 1, '', '<p style="text-align: center">Tabahl Woods Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21005, 21009, 2, 1, '', '<p style="text-align: center">Ralis Channel</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21006, 21010, 2, 1, '', '<p style="text-align: center">Pristine Sanctum</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21007, 21011, 2, 1, '', '<p style="text-align: center">Reservoir Lakefront Cavern</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21008, 21012, 2, 1, '', '<p style="text-align: center">Oren Bridge Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21009, 21013, 2, 1, '', '<p style="text-align: center">Luto\'s Channel</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21010, 21014, 2, 1, '', '<p style="text-align: center">Upland Zorana Foothill Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21011, 21015, 2, 1, '', '<p style="text-align: center">Pagos Woods Excavation Site</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21012, 21016, 2, 1, '', '<p style="text-align: center">Robred Dropoff Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21013, 21017, 2, 1, '', '<p style="text-align: center">Southern Mine</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21014, 21018, 2, 1, '', '<p style="text-align: center">Finra Woods Excavation Site</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21015, 21019, 2, 1, '', '<p style="text-align: center">Komo Shoreline Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21016, 21020, 2, 1, '', '<p style="text-align: center">Boné Pond East Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21017, 21021, 2, 1, '', '<p style="text-align: center">Cucco Hideaway</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21018, 21022, 2, 1, '', '<p style="text-align: center">Tarm Point Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21019, 21023, 2, 1, '', '<p style="text-align: center">Lanayru Road South Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21020, 21024, 2, 1, '', '<p style="text-align: center">Rassla Lake Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21021, 21025, 2, 1, '', '<p style="text-align: center">Floria River Upstream Excavation</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21022, 21026, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21023, 21027, 2, 1, '', '<p style="text-align: center">Tobio\'s Hollow Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21024, 21028, 2, 1, '', '<p style="text-align: center">Sarjon Woods Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21025, 21029, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(21026, 21030, 2, 1, '', '<p style="text-align: center">Herin Lake South</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. When someone sets foot upon its turf, this beast will unleash a salvo of lightning strikes, not letting up until the intruder is reduced to a pile of ashes.</p>', 1, 1), +(21027, 21031, 2, 1, '', '<p style="text-align: center">Coliseum Ruins</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. When someone sets foot upon its turf, this beast will unleash a salvo of lightning strikes, not letting up until the intruder is reduced to a pile of ashes.</p>', 1, 1), +(21028, 21032, 2, 1, '', '<p style="text-align: center">South Akkala Plains</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. When someone sets foot upon its turf, this beast will unleash a salvo of lightning strikes, not letting up until the intruder is reduced to a pile of ashes.</p>', 1, 1), +(21029, 21033, 2, 1, '', '<p style="text-align: center">Rayne Highlands</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. Creates powerful flames within its body. When someone sets foot upon its turf, this beast will engulf the intruder and their surroundings in a fierce blaze.</p>', 1, 1), +(21030, 21034, 2, 1, '', '<p style="text-align: center">Trilby Valley</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. Creates powerful flames within its body. When someone sets foot upon its turf, this beast will engulf the intruder and their surroundings in a fierce blaze.</p>', 1, 1), +(21031, 21035, 2, 1, '', '<p style="text-align: center">Bridge of Hylia</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. Creates powerful flames within its body. When someone sets foot upon its turf, this beast will engulf the intruder and their surroundings in a fierce blaze.</p>', 1, 1), +(21032, 21036, 2, 1, '', '<p style="text-align: center">Spectacle Rock</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. Creates powerful flames within its body. When someone sets foot upon its turf, this beast will engulf the intruder and their surroundings in a fierce blaze.</p>', 1, 1), +(21033, 21037, 2, 1, '', '<p style="text-align: center">Biron Snowshelf</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. Creates blistering cold air within its body. When someone sets foot upon its turf, this beast will freeze the intruder and their surroundings in ice.</p>', 1, 1), +(21034, 21038, 2, 1, '', '<p style="text-align: center">South Tabantha Snowfield</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. Creates blistering cold air within its body. When someone sets foot upon its turf, this beast will freeze the intruder and their surroundings in ice.</p>', 1, 1), +(21035, 21039, 2, 1, '', '<p style="text-align: center">Gerudo Mountain</p><p>This three-headed monster first appeared after the Upheaval. Fighting it alone is inadvisable, as its three heads will attack you all at once. Creates blistering cold air within its body. When someone sets foot upon its turf, this beast will freeze the intruder and their surroundings in ice.</p>', 1, 1), +(21036, 21040, 2, 1, '', '<p style="text-align: center">Eldin Eastern Highlands</p><p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(21037, 21041, 2, 1, '', '<p style="text-align: center">Medingo Pool</p><p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(21038, 21042, 2, 1, '', '<p style="text-align: center">Goronbi River West</p><p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(21039, 21043, 2, 1, '', '<p style="text-align: center">Lake Darman</p><p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(21040, 21044, 2, 1, '', '<p style="text-align: center">Goro Cove</p><p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(21041, 21045, 2, 1, '', '<p style="text-align: center">Kolami Bridge</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21042, 21046, 2, 1, '', '<p style="text-align: center">South Akkala Plains West</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21043, 21047, 2, 1, '', '<p style="text-align: center">Gleeok Bridge West</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21044, 21048, 2, 1, '', '<p style="text-align: center">Gama Cove</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21045, 21049, 2, 1, '', '<p style="text-align: center">West Hebra</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21046, 21050, 2, 1, '', '<p style="text-align: center">Windvane Meadow</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21047, 21051, 2, 1, '', '<p style="text-align: center">Great Plateau</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21048, 21052, 2, 1, '', '<p style="text-align: center">Romani Plains</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21049, 21053, 2, 1, '', '<p style="text-align: center">Hills of Baumer</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21050, 21054, 2, 1, '', '<p style="text-align: center">Kaepora Pass</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21051, 21055, 2, 1, '', '<p style="text-align: center">Batrea Lake East</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21052, 21056, 2, 1, '', '<p style="text-align: center">Hyrule Castle West</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21053, 21057, 2, 1, '', '<p style="text-align: center">East Akkala Plains</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21054, 21058, 2, 1, '', '<p style="text-align: center">North Hyrule Plain</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21055, 21059, 2, 1, '', '<p style="text-align: center">Birida Lookout West</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21056, 21060, 2, 1, '', '<p style="text-align: center">Sahasra Slope</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21057, 21061, 2, 1, '', '<p style="text-align: center">Washa\'s Bluff East</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21058, 21062, 2, 1, '', '<p style="text-align: center">Crenel Road</p><p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(21059, 21063, 2, 1, '', '<p style="text-align: center">Hebra West Summit South</p><p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(21060, 21064, 2, 1, '', '<p style="text-align: center">East Rutimala Hill</p><p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(21061, 21065, 2, 1, '', '<p style="text-align: center">Laparoh Mesa</p><p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(21062, 21066, 2, 1, '', '<p style="text-align: center">Lanayru Range North</p><p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(21063, 21067, 2, 1, '', '<p style="text-align: center">Hebra West Summit North</p><p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(21064, 21068, 2, 1, '', '<p style="text-align: center">Hebra East Summit North</p><p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(21065, 21069, 2, 1, '', '<p style="text-align: center">North Akkala Foothill</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(21066, 21070, 2, 1, '', '<p style="text-align: center">Piper Ridge</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(21067, 21071, 2, 1, '', '<p style="text-align: center">Strock Lake South</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(21068, 21072, 2, 1, '', '<p style="text-align: center">Lurker in the Lost Woods</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(21069, 21073, 2, 1, '', '<p style="text-align: center">Gut Check Rock</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21070, 21074, 2, 1, '', '<p style="text-align: center">Loshlo Harbor West</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21071, 21075, 2, 1, '', '<p style="text-align: center">Deplian Badlands</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21072, 21076, 2, 1, '', '<p style="text-align: center">Tal Tal Peak</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21073, 21077, 2, 1, '', '<p style="text-align: center">Satori Mountain South</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21074, 21078, 2, 1, '', '<p style="text-align: center">Ovli Plain</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21075, 21079, 2, 1, '', '<p style="text-align: center">Tamio River</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21076, 21080, 2, 1, '', '<p style="text-align: center">Trilby Valley</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(21077, 21081, 2, 1, '', '<p style="text-align: center">Lake Floria</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(21078, 21082, 2, 1, '', '<p style="text-align: center">Spectacle Rock</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(21079, 21083, 2, 1, '', '<p style="text-align: center">Tanagar Canyon</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(21080, 21084, 2, 1, '', '<p style="text-align: center">Guchini Plain</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(21081, 21085, 2, 1, '', '<p style="text-align: center">Horse God Bridge West</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(21082, 21086, 2, 1, '', '<p style="text-align: center">North Akkala Beach</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(21083, 21087, 2, 1, '', '<p style="text-align: center">Drenan Highlands</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(21084, 21088, 2, 1, '', '<p>Equipment: Soldier\'s Spear, Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence and resilience, as well as a piercing horn, making them among the most dangerous monsters in all the land. This is compounded by their natural resistance to all elements. Only challenge a Lynel if you\'re very well prepared.</p>', 1, 1), +(21085, 21089, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Lynel Shield, Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence and resilience, as well as a piercing horn, making them among the most dangerous monsters in all the land. This is compounded by their natural resistance to all elements. Only challenge a Lynel if you\'re very well prepared.</p>', 1, 1), +(21086, 21090, 2, 1, '', '<p>Equipment: Soldier\'s Claymore, Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence and resilience, as well as a piercing horn, making them among the most dangerous monsters in all the land. This is compounded by their natural resistance to all elements. Only challenge a Lynel if you\'re very well prepared.</p>', 1, 1), +(21087, 21091, 2, 1, '', '<p>Equipment: Soldier\'s Spear, Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence and resilience, as well as a piercing horn, making them among the most dangerous monsters in all the land. This is compounded by their natural resistance to all elements. Only challenge a Lynel if you\'re very well prepared.</p>', 1, 1), +(21088, 21092, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Lynel Shield, Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence and resilience, as well as a piercing horn, making them among the most dangerous monsters in all the land. This is compounded by their natural resistance to all elements. Only challenge a Lynel if you\'re very well prepared.</p>', 1, 1), +(21089, 21093, 2, 1, '', '<p>Equipment: Knight\'s Claymore, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(21090, 21094, 2, 1, '', '<p>Equipment: Knight\'s Broadsword, Mighty Lynel Shield, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(21091, 21095, 2, 1, '', '<p>Equipment: Knight\'s Halberd, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(21092, 21096, 2, 1, '', '<p>Equipment: Knight\'s Halberd, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(21093, 21097, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Mighty Lynel Shield, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(21094, 21098, 2, 1, '', '<p>Equipment: Knight\'s Broadsword, Mighty Lynel Shield, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(21095, 21099, 2, 1, '', '<p>Equipment: Soldier\'s Claymore, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(21096, 21100, 2, 1, '', '<p>Equipment: Royal Claymore, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(21097, 21101, 2, 1, '', '<p>Equipment: Royal Halberd, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(21098, 21102, 2, 1, '', '<p>Equipment: Knight\'s Broadsword, Savage Lynel Shield, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(21099, 21103, 2, 1, '', '<p style="text-align: center">Toruma Dunes</p><p>This massive monster swims beneath the desert\'s sand. It spends most of its time submerged, but if it senses sound, it will breach the surface to feast on whatever it can grab. Running around carelessly can be dangerous if you suspect there may be one in the area.</p>', 1, 1), +(21100, 21104, 2, 1, '', '<p style="text-align: center">Gerudo Desert</p><p>This massive monster swims beneath the desert\'s sand. It spends most of its time submerged, but if it senses sound, it will breach the surface to feast on whatever it can grab. Running around carelessly can be dangerous if you suspect there may be one in the area.</p>', 1, 1), +(21101, 21105, 2, 1, '', '<p style="text-align: center">Palu Wasteland South</p><p>This massive monster swims beneath the desert\'s sand. It spends most of its time submerged, but if it senses sound, it will breach the surface to feast on whatever it can grab. Running around carelessly can be dangerous if you suspect there may be one in the area.</p>', 1, 1), +(21102, 21106, 2, 1, '', '<p style="text-align: center">East Barrens</p><p>This massive monster swims beneath the desert\'s sand. It spends most of its time submerged, but if it senses sound, it will breach the surface to feast on whatever it can grab. Running around carelessly can be dangerous if you suspect there may be one in the area.</p>', 1, 1), +(21103, 21107, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21104, 21108, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21105, 21109, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21106, 21110, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21107, 21111, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21108, 21112, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21109, 21113, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21110, 21114, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21111, 21115, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21112, 21116, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21113, 21117, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21114, 21118, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21115, 21119, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21116, 21120, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21117, 21121, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21118, 21122, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21119, 21123, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21120, 21124, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21121, 21125, 2, 1, '', '<p>Equipment: Zonaite Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21122, 21126, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21123, 21127, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21124, 21128, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21125, 21129, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21126, 21130, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21127, 21131, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21128, 21132, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21129, 21133, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21130, 21134, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21131, 21135, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21132, 21136, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21133, 21137, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(21134, 21138, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(21135, 21139, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21136, 21140, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21137, 21141, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21138, 21142, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21139, 21143, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21140, 21144, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21141, 21145, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21142, 21146, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21143, 21147, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21144, 21148, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21145, 21149, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21146, 21150, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21147, 21151, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21148, 21152, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21149, 21153, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21150, 21154, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21151, 21155, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21152, 21156, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21153, 21157, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21154, 21158, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21155, 21159, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21156, 21160, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21157, 21161, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21158, 21162, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple fireballs, summon flaming monsters, and have been known to severely raise the temperature around them. They are more resilient than Fire Wizzrobes.</p>', 1, 1), +(21159, 21163, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21160, 21164, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21161, 21165, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21162, 21166, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21163, 21167, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21164, 21168, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21165, 21169, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21166, 21170, 2, 1, '', '<p>Equipment: Traveler\'s Sword</p><p>These spell-casting monsters can be found all over Hyrule. They create freezing blasts of air, summon frozen monsters, and have been known to cause blizzards to severely decrease the temperature around them. The weather will normalize once the Wizzrobe is defeated.</p>', 1, 1), +(21167, 21171, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They use staves to create freezing blasts of air or to summon frozen monsters and have been known to cause blizzards to severely decrease the temperature around them. They are more dangerous than Ice Wizzrobes.</p>', 1, 1), +(21168, 21172, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They use staves to create freezing blasts of air or to summon frozen monsters and have been known to cause blizzards to severely decrease the temperature around them. They are more dangerous than Ice Wizzrobes.</p>', 1, 1), +(21169, 21173, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They use staves to create freezing blasts of air or to summon frozen monsters and have been known to cause blizzards to severely decrease the temperature around them. They are more dangerous than Ice Wizzrobes.</p>', 1, 1), +(21170, 21174, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They use staves to create freezing blasts of air or to summon frozen monsters and have been known to cause blizzards to severely decrease the temperature around them. They are more dangerous than Ice Wizzrobes.</p>', 1, 1), +(21171, 21175, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They use staves to create freezing blasts of air or to summon frozen monsters and have been known to cause blizzards to severely decrease the temperature around them. They are more dangerous than Ice Wizzrobes.</p>', 1, 1), +(21172, 21176, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They use staves to create freezing blasts of air or to summon frozen monsters and have been known to cause blizzards to severely decrease the temperature around them. They are more dangerous than Ice Wizzrobes.</p>', 1, 1), +(21173, 21177, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They use staves to create freezing blasts of air or to summon frozen monsters and have been known to cause blizzards to severely decrease the temperature around them. They are more dangerous than Ice Wizzrobes.</p>', 1, 1), +(21174, 21757, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21175, 21758, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21176, 21759, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21177, 21760, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21178, 21761, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21179, 21762, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21180, 21763, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21181, 21764, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21182, 21765, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21183, 21766, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21184, 21767, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21185, 21768, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21186, 21769, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21187, 21770, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21188, 21771, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21189, 21772, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21190, 21773, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21191, 21774, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21192, 21775, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21193, 21776, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21194, 21777, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21195, 21778, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21196, 21779, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21197, 21780, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21198, 21781, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21199, 21782, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21200, 21783, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21201, 21784, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21202, 21785, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21203, 21786, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21204, 21787, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21205, 21788, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21206, 21789, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21207, 21790, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21208, 21791, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21209, 21792, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21210, 21793, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21211, 21794, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21212, 21795, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21213, 21796, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21214, 21797, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21215, 21798, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21216, 21799, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21217, 21800, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21218, 21801, 2, 1, '', '<p>Rewards: Red Rupee, Meaty Rice Balls</p>', 1, 1), +(21219, 21802, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21220, 21803, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21221, 21804, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21222, 21805, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21223, 21806, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21224, 21807, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21225, 21808, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21226, 21809, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21227, 21810, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21228, 21811, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21229, 21812, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21230, 21813, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21231, 21814, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21232, 21815, 2, 1, '', '<p>Rewards: Red Rupee, Seafood Rice Balls</p>', 1, 1), +(21233, 21816, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21234, 21817, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21235, 21818, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21236, 21819, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21237, 21820, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21238, 21821, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21239, 21822, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21240, 21823, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21241, 21824, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21242, 21825, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21243, 21826, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21244, 21827, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21245, 21828, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21246, 21829, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21247, 21830, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21248, 21831, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21249, 21832, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21250, 21833, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21251, 21834, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21252, 21835, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21253, 21836, 2, 1, '', '<p>Rewards: Red Rupee, Veggie Rice Balls</p>', 1, 1), +(21254, 21837, 2, 1, '', '<p>Rewards: Red Rupee, Mushroom Rice Balls</p>', 1, 1), +(21255, 21838, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21256, 21839, 2, 1, '', '<p>Contains: Knight\'s Bow</p>', 1, 1), +(21257, 21840, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21258, 21841, 2, 1, '', '<p>Contains: Royal Halberd</p>', 1, 1), +(21259, 21842, 2, 1, '', '<p>Contains: Thick Stick</p>', 1, 1), +(21260, 21843, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21261, 21844, 2, 1, '', '<p>Contains: Throwing Spear</p>', 1, 1), +(21262, 21845, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21263, 21846, 2, 1, '', '<p>Contains: Thick Stick</p>', 1, 1), +(21264, 21847, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21265, 21848, 2, 1, '', '<p>Contains: Throwing Spear</p>', 1, 1), +(21266, 21849, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21267, 21850, 2, 1, '', '<p>Contains: Wooden Stick</p>', 1, 1), +(21268, 21851, 2, 1, '', '<p>Contains: Boomerang</p>', 1, 1), +(21269, 21852, 2, 1, '', '<p>Contains: Sturdy Thick Stick</p>', 1, 1), +(21270, 21853, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21271, 21854, 2, 1, '', '<p>Contains: Gnarled Thick Stick</p>', 1, 1), +(21272, 21855, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(21273, 21856, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21274, 21857, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21275, 21858, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21276, 21859, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21277, 21860, 2, 1, '', '<p>Contains: Traveler\'s Sword</p>', 1, 1), +(21278, 21861, 2, 1, '', '<p>Contains: Lizal Boomerang</p>', 1, 1), +(21279, 21862, 2, 1, '', '<p>Contains: Eightfold Longblade</p>', 1, 1), +(21280, 21863, 2, 1, '', '<p>Contains: Royal Claymore</p>', 1, 1), +(21281, 21864, 2, 1, '', '<p>Contains: Soldier’s Shield</p>', 1, 1), +(21282, 21865, 2, 1, '', '<p>Contains: Knight\'s Shield</p>', 1, 1), +(21283, 21866, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21284, 21867, 2, 1, '', '<p>Contains: Steel Lizal Shield</p>', 1, 1), +(21285, 21868, 2, 1, '', '<p>Contains: Sturdy Wooden Stick</p>', 1, 1), +(21286, 21869, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21287, 21870, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21288, 21871, 2, 1, '', '<p>Contains: Feathered Edge</p>', 1, 1), +(21289, 21872, 2, 1, '', '<p>Contains: Royal Halberd</p>', 1, 1), +(21290, 21873, 2, 1, '', '<p>Contains: Gnarled Wooden Stick</p>', 1, 1), +(21291, 21874, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21292, 21875, 2, 1, '', '<p>Contains: Lynel Bow</p>', 1, 1), +(21293, 21876, 2, 1, '', '<p>Contains: Dragonbone Boko Bow</p>', 1, 1), +(21294, 21877, 2, 1, '', '<p>Contains: Dragonbone Boko Bow</p>', 1, 1), +(21295, 21878, 2, 1, '', '<p>Contains: Phrenic Bow</p>', 1, 1), +(21296, 21879, 2, 1, '', '<p>Contains: Knight\'s Bow</p>', 1, 1), +(21297, 21880, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21298, 21881, 2, 1, '', '<p>Contains: Time Bomb x3</p>', 1, 1), +(21299, 21882, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21300, 21883, 2, 1, '', '<p>Contains: Cannon x3</p>', 1, 1), +(21301, 21884, 2, 1, '', '<p>Contains: Portable Pot x5</p>', 1, 1), +(21302, 21885, 2, 1, '', '<p>Contains: Frost Emitter x3</p>', 1, 1), +(21303, 21886, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21304, 21887, 2, 1, '', '<p>Contains: Ember Trousers</p>', 1, 1), +(21305, 21888, 2, 1, '', '<p>Contains: Island Lobster Shirt</p>', 1, 1), +(21306, 21889, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21307, 21890, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21308, 21891, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21309, 21892, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21310, 21893, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21311, 21894, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21312, 21895, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21313, 21896, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21314, 21897, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21315, 21898, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21316, 21899, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21317, 21900, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21318, 21901, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21319, 21902, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21320, 21903, 2, 1, '', '<p>Contains: Bomb Flower x10</p>', 1, 1), +(21321, 21904, 2, 1, '', '<p>Contains: Bomb Flower x10</p>', 1, 1), +(21322, 21905, 2, 1, '', '<p>Contains: Bomb Flower x10</p>', 1, 1), +(21323, 21906, 2, 1, '', '<p>Contains: Fireproof Elixir</p>', 1, 1), +(21324, 21907, 2, 1, '', '<p>Contains: Spicy Elixir</p>', 1, 1), +(21325, 21908, 2, 1, '', '<p>Contains: Sticky Elixir</p>', 1, 1), +(21326, 21909, 2, 1, '', '<p>Contains: Energizing Elixir</p>', 1, 1), +(21327, 21910, 2, 1, '', '<p>Contains: Diamond</p>', 1, 1), +(21328, 21911, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21329, 21912, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21330, 21913, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21331, 21914, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21332, 21915, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21333, 21916, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21334, 21917, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21335, 21918, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21336, 21919, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21337, 21920, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21338, 21921, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21339, 21922, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21340, 21923, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21341, 21924, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21342, 21925, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21343, 21926, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21344, 21927, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21345, 21928, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21346, 21929, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21347, 21930, 2, 1, '', '<p>Contains: Star Fragment</p>', 1, 1), +(21348, 21931, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21349, 21932, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21350, 21933, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21351, 21934, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21352, 21935, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21353, 21936, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21354, 21937, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21355, 21938, 2, 1, '', '<p>Contains: Ancient Blade</p>', 1, 1), +(21356, 21939, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(21357, 21940, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(21358, 21941, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x10</p>', 1, 1), +(21359, 21942, 2, 1, '', '<p>Contains: Brightbloom Seed x5</p>', 1, 1), +(21360, 21943, 2, 1, '', '<p>Contains: Brightbloom Seed x5</p>', 1, 1), +(21361, 21944, 2, 1, '', '<p>Contains: Brightbloom Seed x5</p>', 1, 1), +(21362, 21945, 2, 1, '', '<p>Contains: Brightbloom Seed x10</p>', 1, 1), +(21363, 21946, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21364, 21947, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21365, 21948, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21366, 21949, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21367, 21950, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21368, 21951, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21369, 21952, 2, 1, '', '<p>Contains: Blue Rupee</p>', 1, 1), +(21370, 21953, 2, 1, '', '<p>Contains: Blue Rupee</p>', 1, 1), +(21371, 21954, 2, 1, '', '<p>Contains: Blue Rupee</p>', 1, 1), +(21372, 21955, 2, 1, '', '<p>Contains: Blue Rupee</p>', 1, 1), +(21373, 21956, 2, 1, '', '<p>Contains: Blue Rupee</p>', 1, 1), +(21374, 21957, 2, 1, '', '<p>Contains: Gold Rupee</p>', 1, 1), +(21375, 21958, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(21376, 21959, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(21377, 21960, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(21378, 21961, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21379, 21962, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21380, 21963, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21381, 21964, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21382, 21965, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21383, 21966, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21384, 21967, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21385, 21968, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21386, 21969, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21387, 21970, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21388, 21971, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21389, 21972, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21390, 21973, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21391, 21974, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21392, 21975, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21393, 21976, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21394, 21977, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21395, 21978, 2, 1, '', '<p>Contains: Silver Rupee</p>', 1, 1), +(21396, 21979, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21397, 21980, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21398, 21981, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21399, 21982, 2, 1, '', '<p>Contains: Spiked Boko Bow</p>', 1, 1), +(21400, 21983, 2, 1, '', '<p>Contains: Lynel Bow</p>', 1, 1), +(21401, 21984, 2, 1, '', '<p>Contains: Lynel Bow</p>', 1, 1), +(21402, 21985, 2, 1, '', '<p>Contains: Forest Dweller\'s Bow</p>', 1, 1), +(21403, 21986, 2, 1, '', '<p>Contains: Phrenic Bow</p>', 1, 1), +(21404, 21987, 2, 1, '', '<p>Contains: Phrenic Bow</p>', 1, 1), +(21405, 21988, 2, 1, '', '<p>Contains: Knight\'s Bow</p>', 1, 1), +(21406, 21989, 2, 1, '', '<p>Contains: Royal Bow</p>', 1, 1), +(21407, 21990, 2, 1, '', '<p>Contains: Wooden Bow</p>', 1, 1), +(21408, 21991, 2, 1, '', '<p>Contains: Wooden Bow</p>', 1, 1), +(21409, 21992, 2, 1, '', '<p>Contains: Thick Stick</p>', 1, 1), +(21410, 21993, 2, 1, '', '<p>Contains: Thick Stick</p>', 1, 1), +(21411, 21994, 2, 1, '', '<p>Contains: Traveler\'s Claymore</p>', 1, 1), +(21412, 21995, 2, 1, '', '<p>Contains: Sturdy Thick Stick</p>', 1, 1), +(21413, 21996, 2, 1, '', '<p>Contains: Sturdy Thick Stick</p>', 1, 1), +(21414, 21997, 2, 1, '', '<p>Contains: Gnarled Thick Stick</p>', 1, 1), +(21415, 21998, 2, 1, '', '<p>Contains: Gnarled Thick Stick</p>', 1, 1), +(21416, 21999, 2, 1, '', '<p>Contains: Gnarled Thick Stick</p>', 1, 1), +(21417, 22000, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(21418, 22001, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(21419, 22002, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21420, 22003, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21421, 22004, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21422, 22005, 2, 1, '', '<p>Contains: Eightfold Longblade</p>', 1, 1), +(21423, 22006, 2, 1, '', '<p>Contains: Royal Claymore</p>', 1, 1), +(21424, 22007, 2, 1, '', '<p>Contains: Royal Claymore</p>', 1, 1), +(21425, 22008, 2, 1, '', '<p>Contains: Royal Claymore</p>', 1, 1), +(21426, 22009, 2, 1, '', '<p>Contains: Gerudo Claymore</p>', 1, 1), +(21427, 22010, 2, 1, '', '<p>Contains: Cobble Crusher</p>', 1, 1), +(21428, 22011, 2, 1, '', '<p>Contains: Cobble Crusher</p>', 1, 1), +(21429, 22012, 2, 1, '', '<p>Contains: Cobble Crusher</p>', 1, 1), +(21430, 22013, 2, 1, '', '<p>Contains: Cobble Crusher</p>', 1, 1), +(21431, 22014, 2, 1, '', '<p>Contains: Cobble Crusher</p>', 1, 1), +(21432, 22015, 2, 1, '', '<p>Contains: Giant Boomerang</p>', 1, 1), +(21433, 22016, 2, 1, '', '<p>Contains: Giant Boomerang</p>', 1, 1), +(21434, 22017, 2, 1, '', '<p>Contains: Soldier’s Shield</p>', 1, 1), +(21435, 22018, 2, 1, '', '<p>Contains: Soldier’s Shield</p>', 1, 1), +(21436, 22019, 2, 1, '', '<p>Contains: Soldier’s Shield</p>', 1, 1), +(21437, 22020, 2, 1, '', '<p>Contains: Knight\'s Shield</p>', 1, 1), +(21438, 22021, 2, 1, '', '<p>Contains: Knight\'s Shield</p>', 1, 1), +(21439, 22022, 2, 1, '', '<p>Contains: Royal Shield</p>', 1, 1), +(21440, 22023, 2, 1, '', '<p>Contains: Royal Shield</p>', 1, 1), +(21441, 22024, 2, 1, '', '<p>Contains: Royal Shield</p>', 1, 1), +(21442, 22025, 2, 1, '', '<p>Contains: Fisherman\'s Shield</p>', 1, 1), +(21443, 22026, 2, 1, '', '<p>Contains: Shield of the Mind\'s Eye</p>', 1, 1), +(21444, 22027, 2, 1, '', '<p>Contains: Long Stick</p>', 1, 1), +(21445, 22028, 2, 1, '', '<p>Contains: Sturdy Long Stick</p>', 1, 1), +(21446, 22029, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21447, 22030, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21448, 22031, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21449, 22032, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21450, 22033, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21451, 22034, 2, 1, '', '<p>Contains: Knight\'s Halberd</p>', 1, 1), +(21452, 22035, 2, 1, '', '<p>Contains: Knight\'s Halberd</p>', 1, 1), +(21453, 22036, 2, 1, '', '<p>Contains: Knight\'s Halberd</p>', 1, 1), +(21454, 22037, 2, 1, '', '<p>Contains: Forest Dweller\'s Spear</p>', 1, 1), +(21455, 22038, 2, 1, '', '<p>Contains: Zora Spear</p>', 1, 1), +(21456, 22039, 2, 1, '', '<p>Contains: Zora Spear</p>', 1, 1), +(21457, 22040, 2, 1, '', '<p>Contains: Gerudo Spear</p>', 1, 1), +(21458, 22041, 2, 1, '', '<p>Contains: Royal Guard\'s Spear</p>', 1, 1), +(21459, 22042, 2, 1, '', '<p>Contains: Throwing Spear</p>', 1, 1), +(21460, 22043, 2, 1, '', '<p>Contains: Throwing Spear</p>', 1, 1), +(21461, 22044, 2, 1, '', '<p>Contains: Throwing Spear</p>', 1, 1), +(21462, 22045, 2, 1, '', '<p>Contains: Wooden Stick</p>', 1, 1), +(21463, 22046, 2, 1, '', '<p>Contains: Lizal Boomerang</p>', 1, 1), +(21464, 22047, 2, 1, '', '<p>Contains: Sturdy Wooden Stick</p>', 1, 1), +(21465, 22048, 2, 1, '', '<p>Contains: Sturdy Wooden Stick</p>', 1, 1), +(21466, 22049, 2, 1, '', '<p>Contains: Sturdy Wooden Stick</p>', 1, 1), +(21467, 22050, 2, 1, '', '<p>Contains: Gnarled Wooden Stick</p>', 1, 1), +(21468, 22051, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21469, 22052, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21470, 22053, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21471, 22054, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21472, 22055, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21473, 22056, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21474, 22057, 2, 1, '', '<p>Contains: Knight\'s Broadsword</p>', 1, 1), +(21475, 22058, 2, 1, '', '<p>Contains: Knight\'s Broadsword</p>', 1, 1), +(21476, 22059, 2, 1, '', '<p>Contains: Knight\'s Broadsword</p>', 1, 1), +(21477, 22060, 2, 1, '', '<p>Contains: Knight\'s Broadsword</p>', 1, 1), +(21478, 22061, 2, 1, '', '<p>Contains: Royal Broadsword</p>', 1, 1), +(21479, 22062, 2, 1, '', '<p>Contains: Royal Broadsword</p>', 1, 1), +(21480, 22063, 2, 1, '', '<p>Contains: Royal Broadsword</p>', 1, 1), +(21481, 22064, 2, 1, '', '<p>Contains: Forest Dweller\'s Sword</p>', 1, 1), +(21482, 22065, 2, 1, '', '<p>Contains: Zora Sword</p>', 1, 1), +(21483, 22066, 2, 1, '', '<p>Contains: Gerudo Scimitar</p>', 1, 1), +(21484, 22067, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21485, 22068, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21486, 22069, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21487, 22070, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21488, 22071, 2, 1, '', '<p>Contains: Mighty Zonaite Shield</p>', 1, 1), +(21489, 22072, 2, 1, '', '<p>Contains: Mighty Zonaite Shield</p>', 1, 1), +(21490, 22073, 2, 1, '', '<p>Contains: Strong Zonaite Shield</p>', 1, 1), +(21491, 22074, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21492, 22075, 2, 1, '', '<p>Contains: Stabilizer x3</p>', 1, 1), +(21493, 22076, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(21494, 22077, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(21495, 22078, 2, 1, '', '<p>Contains: Fan</p>', 1, 1), +(21496, 22079, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(21497, 22080, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(21498, 22081, 2, 1, '', '<p>Contains: Brightbloom Seed x10</p>', 1, 1), +(21499, 22082, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21500, 22083, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21501, 22084, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21502, 22085, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(21503, 22086, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(21504, 22087, 2, 1, '', '<p>Contains: Electro Elixir</p>', 1, 1), +(21505, 22088, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21506, 22089, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(21507, 22090, 2, 1, '', '<p>Contains: Mighty Construct Bow</p>', 1, 1), +(21508, 22091, 2, 1, '', '<p>Contains: Strong Construct Bow</p>', 1, 1), +(21509, 22092, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(21510, 22093, 2, 1, '', '<p>Contains: Beam Emitter x3</p>', 1, 1), +(21511, 22094, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(21512, 22095, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(21513, 22096, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(21514, 22097, 2, 1, '', '<p>Contains: Cannon</p>', 1, 1), +(21515, 22098, 2, 1, '', '<p>Contains: Cart x3</p>', 1, 1), +(21516, 22099, 2, 1, '', '<p>Contains: Cart x5</p>', 1, 1), +(21517, 22100, 2, 1, '', '<p>Contains: Steering Stick x3</p>', 1, 1), +(21518, 22101, 2, 1, '', '<p>Contains: Steering Stick x5</p>', 1, 1), +(21519, 22102, 2, 1, '', '<p>Contains: Steering Stick x5</p>', 1, 1), +(21520, 22103, 2, 1, '', '<p>Contains: Portable Pot x3</p>', 1, 1), +(21521, 22104, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(21522, 22105, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(21523, 22106, 2, 1, '', '<p>Contains: Portable Pot</p>', 1, 1), +(21524, 22107, 2, 1, '', '<p>Contains: Battery x3</p>', 1, 1), +(21525, 22108, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(21526, 22109, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(21527, 22110, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(21528, 22111, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21529, 22112, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21530, 22113, 2, 1, '', '<p>Contains: Flame Emitter x3</p>', 1, 1), +(21531, 22114, 2, 1, '', '<p>Contains: Light x3</p>', 1, 1), +(21532, 22115, 2, 1, '', '<p>Contains: Light x3</p>', 1, 1), +(21533, 22116, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21534, 22117, 2, 1, '', '<p>Contains: Hover Stone x5</p>', 1, 1), +(21535, 22118, 2, 1, '', '<p>Contains: Hydrant x3</p>', 1, 1), +(21536, 22119, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21537, 22120, 2, 1, '', '<p>Contains: Wing</p>', 1, 1), +(21538, 22121, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21539, 22122, 2, 1, '', '<p>Contains: Mirror x3</p>', 1, 1), +(21540, 22123, 2, 1, '', '<p>Contains: Strong Zonaite Spear</p>', 1, 1), +(21541, 22124, 2, 1, '', '<p>Contains: Stake x3</p>', 1, 1), +(21542, 22125, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21543, 22126, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21544, 22127, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21545, 22128, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21546, 22129, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21547, 22130, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21548, 22131, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21549, 22132, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21550, 22133, 2, 1, '', '<p>Contains: Rocket x5</p>', 1, 1), +(21551, 22134, 2, 1, '', '<p>Contains: Rocket</p>', 1, 1), +(21552, 22135, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21553, 22136, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21554, 22137, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21555, 22138, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21556, 22139, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21557, 22140, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21558, 22141, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21559, 22142, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21560, 22143, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21561, 22144, 2, 1, '', '<p>Contains: Knight\'s Broadsword</p>', 1, 1), +(21562, 22145, 2, 1, '', '<p>Contains: Knight\'s Broadsword</p>', 1, 1), +(21563, 22146, 2, 1, '', '<p>Contains: Royal Guard Uniform</p>', 1, 1), +(21564, 22147, 2, 1, '', '<p>Contains: Yiga Armor</p>', 1, 1), +(21565, 22148, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21566, 22149, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21567, 22150, 2, 1, '', '<p>Contains: Eightfold Blade</p>', 1, 1), +(21568, 22151, 2, 1, '', '<p>Contains: Yiga Mask</p>', 1, 1), +(21569, 22152, 2, 1, '', '<p>Contains: Silver Rupee</p>', 1, 1), +(21570, 22153, 2, 1, '', '<p>Contains: Well-Worn Hair Band</p>', 1, 1), +(21571, 22154, 2, 1, '', '<p>Contains: Traveler\'s Bow</p>', 1, 1), +(21572, 22155, 2, 1, '', '<p>Contains: Traveler\'s Bow</p>', 1, 1), +(21573, 22156, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21574, 22157, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21575, 22158, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21576, 22159, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21577, 22160, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21578, 22161, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21579, 22162, 2, 1, '', '<p>Contains: Royal Broadsword</p>', 1, 1), +(21580, 22163, 2, 1, '', '<p>Contains: Spiked Boko Bow</p>', 1, 1), +(21581, 22164, 2, 1, '', '<p>Contains: Forest Dweller\'s Sword</p>', 1, 1), +(21582, 22165, 2, 1, '', '<p>Contains: Strengthened Lizal Bow</p>', 1, 1), +(21583, 22166, 2, 1, '', '<p>Contains: Zora Bow</p>', 1, 1), +(21584, 22167, 2, 1, '', '<p>Contains: Gerudo Bow</p>', 1, 1), +(21585, 22168, 2, 1, '', '<p>Contains: Swallow Bow</p>', 1, 1), +(21586, 22169, 2, 1, '', '<p>Contains: Falcon Bow</p>', 1, 1), +(21587, 22170, 2, 1, '', '<p>Contains: Falcon Bow</p>', 1, 1), +(21588, 22171, 2, 1, '', '<p>Contains: Falcon Bow</p>', 1, 1), +(21589, 22172, 2, 1, '', '<p>Contains: Falcon Bow</p>', 1, 1), +(21590, 22173, 2, 1, '', '<p>Contains: Phrenic Bow</p>', 1, 1), +(21591, 22174, 2, 1, '', '<p>Contains: Zora Helm</p>', 1, 1), +(21592, 22175, 2, 1, '', '<p>Contains: Knight\'s Bow</p>', 1, 1), +(21593, 22176, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21594, 22177, 2, 1, '', '<p>Contains: Knight\'s Bow</p>', 1, 1), +(21595, 22178, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(21596, 22179, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(21597, 22180, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(21598, 22181, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21599, 22182, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21600, 22183, 2, 1, '', '<p>Contains: Knight\'s Claymore</p>', 1, 1), +(21601, 22184, 2, 1, '', '<p>Contains: Eightfold Longblade</p>', 1, 1), +(21602, 22185, 2, 1, '', '<p>Contains: Royal Claymore</p>', 1, 1), +(21603, 22186, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21604, 22187, 2, 1, '', '<p>Contains: Zora Longsword</p>', 1, 1), +(21605, 22188, 2, 1, '', '<p>Contains: Cobble Crusher</p>', 1, 1), +(21606, 22189, 2, 1, '', '<p>Contains: Cobble Crusher</p>', 1, 1), +(21607, 22190, 2, 1, '', '<p>Contains: Royal Guard\'s Claymore</p>', 1, 1), +(21608, 22191, 2, 1, '', '<p>Contains: Soldier’s Shield</p>', 1, 1), +(21609, 22192, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21610, 22193, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21611, 22194, 2, 1, '', '<p>Contains: Knight\'s Shield</p>', 1, 1), +(21612, 22195, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21613, 22196, 2, 1, '', '<p>Contains: Rusty Shield</p>', 1, 1), +(21614, 22197, 2, 1, '', '<p>Contains: Royal Shield</p>', 1, 1), +(21615, 22198, 2, 1, '', '<p>Contains: Electric Lizalfos Horn</p>', 1, 1), +(21616, 22199, 2, 1, '', '<p>Contains: Royal Shield</p>', 1, 1), +(21617, 22200, 2, 1, '', '<p>Contains: Gerudo Shield</p>', 1, 1), +(21618, 22201, 2, 1, '', '<p>Contains: Hylian Shield</p>', 1, 1), +(21619, 22202, 2, 1, '', '<p>Contains: Fire-Breath Lizalfos Horn</p>', 1, 1), +(21620, 22203, 2, 1, '', '<p>Contains: Traveler\'s Shield</p>', 1, 1), +(21621, 22204, 2, 1, '', '<p>Contains: Fire-Breath Lizalfos Horn</p>', 1, 1), +(21622, 22205, 2, 1, '', '<p>Contains: Shield of the Mind\'s Eye</p>', 1, 1), +(21623, 22206, 2, 1, '', '<p>Contains: Kite Shield</p>', 1, 1), +(21624, 22207, 2, 1, '', '<p>Contains: Kite Shield</p>', 1, 1), +(21625, 22208, 2, 1, '', '<p>Contains: Kite Shield</p>', 1, 1), +(21626, 22209, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21627, 22210, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21628, 22211, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(21629, 22212, 2, 1, '', '<p>Contains: Knight\'s Halberd</p>', 1, 1), +(21630, 22213, 2, 1, '', '<p>Contains: Knight\'s Halberd</p>', 1, 1), +(21631, 22214, 2, 1, '', '<p>Contains: Knight\'s Halberd</p>', 1, 1), +(21632, 22215, 2, 1, '', '<p>Contains: Forest Dweller\'s Spear</p>', 1, 1), +(21633, 22216, 2, 1, '', '<p>Contains: Royal Guard\'s Spear</p>', 1, 1), +(21634, 22217, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21635, 22218, 2, 1, '', '<p>Contains: Wooden Stick</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(21636, 22219, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(21637, 22220, 2, 1, '', '<p>Contains: Brightbloom Seed x5</p>', 1, 1), +(21638, 22221, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21639, 22222, 2, 1, '', '<p>Contains: Brightbloom Seed x5</p>', 1, 1), +(21640, 22223, 2, 1, '', '<p>Contains: Brightbloom Seed x10</p>', 1, 1), +(21641, 22224, 2, 1, '', '<p>Contains: Brightbloom Seed x10</p>', 1, 1), +(21642, 22225, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21643, 22226, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21644, 22227, 2, 1, '', '<p>Contains: Lizal Boomerang</p>', 1, 1), +(21645, 22228, 2, 1, '', '<p>Contains: Sneaky Elixir</p>', 1, 1), +(21646, 22229, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21647, 22230, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21648, 22231, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21649, 22232, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21650, 22233, 2, 1, '', '<p>Contains: Royal Hyrulean Fabric</p>', 1, 1), +(21651, 22234, 2, 1, '', '<p>Contains: Nostalgic Fabric</p>', 1, 1), +(21652, 22235, 2, 1, '', '<p>Contains: Travel Medallion Prototype</p>', 1, 1), +(21653, 22236, 2, 1, '', '<p>Contains: Sturdy Wooden Stick</p>', 1, 1), +(21654, 22237, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21655, 22238, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21656, 22239, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21657, 22240, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21658, 22241, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21659, 22242, 2, 1, '', '<p>Contains: Bomb Flower x5</p>', 1, 1), +(21660, 22243, 2, 1, '', '<p>Does not open!</p>', 1, 1), +(21661, 22244, 2, 1, '', '<p>Does not open!</p>', 1, 1), +(21662, 22245, 2, 1, '', '<p>Contains: Strong Zonaite Sword</p>', 1, 1), +(21663, 22246, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21664, 22247, 2, 1, '', '<p>Contains: Frost Emitter</p>', 1, 1), +(21665, 22248, 2, 1, '', '<p>Contains: Sapphire x3</p>', 1, 1), +(21666, 22249, 2, 1, '', '<p>Contains: Topaz x3</p>', 1, 1), +(21667, 22250, 2, 1, '', '<p>Contains: Sled x3</p>', 1, 1), +(21668, 22251, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21669, 22252, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21670, 22253, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21671, 22254, 2, 1, '', '<p>Contains: Spring x5</p>', 1, 1), +(21672, 22255, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21673, 22256, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21674, 22257, 2, 1, '', '<p>Contains: Rocket x3</p>', 1, 1), +(21675, 22258, 2, 1, '', '<p>Contains: Time Bomb x3</p>', 1, 1), +(21676, 22259, 2, 1, '', '<p>Contains: Zonaite Spear</p>', 1, 1), +(21677, 22260, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(21678, 22261, 2, 1, '', '<p>Contains: Spring x3</p>', 1, 1), +(21679, 22262, 2, 1, '', '<p>Contains: Frost Emitter</p>', 1, 1), +(21680, 22263, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21681, 22265, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21682, 22266, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21683, 22267, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21684, 22268, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21685, 22269, 2, 1, '', '<p>Contains: Bomb Flower x3</p>', 1, 1), +(21686, 22270, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21687, 22271, 2, 1, '', '<p>Contains: Strong Zonaite Spear</p>', 1, 1), +(21688, 22272, 2, 1, '', '<p>Contains: Strong Zonaite Spear</p>', 1, 1), +(21689, 22273, 2, 1, '', '<p>Contains: Stake x3</p>', 1, 1), +(21690, 22274, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21691, 22275, 2, 1, '', '<p>Contains: Mirror x3</p>', 1, 1), +(21692, 22276, 2, 1, '', '<p>Contains: Wing x3</p>', 1, 1), +(21693, 22277, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21694, 22278, 2, 1, '', '<p>Contains: Hover Stone x3</p>', 1, 1), +(21695, 22279, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21696, 22280, 2, 1, '', '<p>Contains: Flame Emitter x3</p>', 1, 1), +(21697, 22281, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(21698, 22282, 2, 1, '', '<p>Contains: Flame Emitter x3</p>', 1, 1), +(21699, 22283, 2, 1, '', '<p>Contains: Zonaite x5</p>', 1, 1), +(21700, 22284, 2, 1, '', '<p>Contains: Brightbloom Seed x10</p>', 1, 1), +(21701, 22285, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(21702, 22286, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(21703, 22287, 2, 1, '', '<p>Contains: Dusk Claymore</p>', 1, 1), +(21704, 22288, 2, 1, '', '<p>Contains: Portable Pot x5</p>', 1, 1), +(21705, 22289, 2, 1, '', '<p>Contains: Cannon x3</p>', 1, 1), +(21706, 22290, 2, 1, '', '<p>Contains: Strong Construct Bow</p>', 1, 1), +(21707, 22291, 2, 1, '', '<p>Contains: Ruby x3</p>', 1, 1), +(21708, 22292, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(21709, 22293, 2, 1, '', '<p>Contains: Zonaite Sword</p>', 1, 1), +(21710, 22294, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(21711, 22295, 2, 1, '', '<p>Contains: Zonaite Shield</p>', 1, 1), +(21712, 22296, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(21713, 22297, 2, 1, '', '<p>Contains: Strong Zonaite Shield</p>', 1, 1), +(21714, 22298, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(21715, 22299, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(21716, 22300, 2, 1, '', '<p>Contains: Strong Zonaite Shield</p>', 1, 1), +(21717, 22301, 2, 1, '', '<p>Contains: Spring x3</p>', 1, 1), +(21718, 22302, 2, 1, '', '<p>Contains: Charged Trousers</p>', 1, 1), +(21719, 22303, 2, 1, '', '<p>Contains: Charged Headdress</p>', 1, 1), +(21720, 22304, 2, 1, '', '<p>Contains: Charged Shirt</p>', 1, 1), +(21721, 22305, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21722, 22306, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21723, 22307, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21724, 22308, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21725, 22309, 2, 1, '', '<p>Contains: Zora Longsword</p>', 1, 1), +(21726, 22310, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21727, 22311, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21728, 22312, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21729, 22313, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21730, 22314, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21731, 22315, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21732, 22316, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21733, 22317, 2, 1, '', '<p>Contains: Luminous Stone</p>', 1, 1), +(21734, 22318, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21735, 22319, 2, 1, '', '<p>Contains: Giant Boomerang</p>', 1, 1), +(21736, 22320, 2, 1, '', '<p>Contains: Soldier’s Shield</p>', 1, 1), +(21737, 22321, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21738, 22322, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21739, 22323, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21740, 22324, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21741, 22325, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21742, 22326, 2, 1, '', '<p>Contains: Spiked Boko Shield</p>', 1, 1), +(21743, 22327, 2, 1, '', '<p>Contains: Dragonbone Boko Shield</p>', 1, 1), +(21744, 22328, 2, 1, '', '<p>Contains: Reinforced Lizal Shield</p>', 1, 1), +(21745, 22329, 2, 1, '', '<p>Contains: Steel Lizal Shield</p>', 1, 1), +(21746, 22330, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21747, 22331, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21748, 22332, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21749, 22333, 2, 1, '', '<p>Contains: Zora Shield</p>', 1, 1), +(21750, 22334, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21751, 22335, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21752, 22336, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21753, 22337, 2, 1, '', '<p>Contains: Emblazoned Shield</p>', 1, 1), +(21754, 22338, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21755, 22339, 2, 1, '', '<p>Contains: Radiant Shield</p>', 1, 1), +(21756, 22340, 2, 1, '', '<p>Contains: Shield of the Mind\'s Eye</p>', 1, 1), +(21757, 22341, 2, 1, '', '<p>Contains: Bomb Flower</p>', 1, 1), +(21758, 22342, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21759, 22343, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21760, 22344, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21761, 22345, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21762, 22346, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21763, 22347, 2, 1, '', '<p>Contains: Luminous Stone</p>', 1, 1), +(21764, 22348, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21765, 22349, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21766, 22350, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21767, 22351, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21768, 22352, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21769, 22353, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21770, 22354, 2, 1, '', '<p>Contains: Rock Salt</p>', 1, 1), +(21771, 22355, 2, 1, '', '<p>Contains: Luminous Stone</p>', 1, 1), +(21772, 22356, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21773, 22357, 2, 1, '', '<p>Contains: Rock Salt</p>', 1, 1), +(21774, 22358, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21775, 22359, 2, 1, '', '<p>Contains: Silver Rupee</p>', 1, 1), +(21776, 22360, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21777, 22361, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21778, 22362, 2, 1, '', '<p>Contains: Knight\'s Bow</p>', 1, 1), +(21779, 22363, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21780, 22364, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21781, 22365, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21782, 22366, 2, 1, '', '<p>Contains: Spiked Boko Bow</p>', 1, 1), +(21783, 22367, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21784, 22368, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21785, 22369, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(21786, 22370, 2, 1, '', '<p>Contains: Soldier’s Bow</p>', 1, 1), +(21787, 22371, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21788, 22372, 2, 1, '', '<p>Contains: Royal Broadsword</p>', 1, 1), +(21789, 22373, 2, 1, '', '<p>Contains: Traveler\'s Bow</p>', 1, 1), +(21790, 22374, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21791, 22375, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21792, 22376, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21793, 22377, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21794, 22378, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21795, 22379, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21796, 22380, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(21797, 22381, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21798, 22382, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21799, 22383, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21800, 22384, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21801, 22385, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21802, 22386, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21803, 22387, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21804, 22388, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21805, 22389, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21806, 22390, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21807, 22391, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21808, 22392, 2, 1, '', '<p>Contains: Traveler\'s Sword</p>', 1, 1), +(21809, 22393, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21810, 22394, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21811, 22395, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21812, 22396, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21813, 22397, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21814, 22398, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21815, 22399, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21816, 22400, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21817, 22401, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21818, 22402, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21819, 22403, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21820, 22404, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(21821, 22405, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21822, 22406, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21823, 22407, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21824, 22408, 2, 1, '', '<p>Contains: Lizal Boomerang</p>', 1, 1), +(21825, 22409, 2, 1, '', '<p>Contains: Purple Rupee</p>', 1, 1), +(21826, 22410, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21827, 22411, 2, 1, '', '<p>Contains: Royal Broadsword</p>', 1, 1), +(21828, 22412, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21829, 22413, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21830, 22414, 2, 1, '', '<p>Contains: Lynel Bow</p>', 1, 1), +(21831, 22415, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21832, 22416, 2, 1, '', '<p>Contains: Strengthened Lizal Bow</p>', 1, 1), +(21833, 22417, 2, 1, '', '<p>Contains: Strengthened Lizal Bow</p>', 1, 1), +(21834, 22418, 2, 1, '', '<p>Contains: Strengthened Lizal Bow</p>', 1, 1), +(21835, 22419, 2, 1, '', '<p>Contains: Zora Sword</p>', 1, 1), +(21836, 22420, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21837, 22421, 2, 1, '', '<p>Contains: Gnarled Wooden Stick</p>', 1, 1), +(21838, 22422, 2, 1, '', '<p>Contains: Gerudo Bow</p>', 1, 1), +(21839, 22423, 2, 1, '', '<p>Contains: Gerudo Bow</p>', 1, 1), +(21840, 22424, 2, 1, '', '<p>Contains: Swallow Bow</p>', 1, 1), +(21841, 22425, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21842, 22426, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21843, 22427, 2, 1, '', '<p>Contains: Red Rupee</p>', 1, 1), +(21844, 22428, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21845, 22429, 2, 1, '', '<p>Contains: Dragonbone Boko Bow</p>', 1, 1), +(21846, 22430, 2, 1, '', '<p>Contains: Dragonbone Boko Bow</p>', 1, 1), +(21847, 22431, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21848, 22432, 2, 1, '', '<p>Contains: Dragonbone Boko Bow</p>', 1, 1), +(21849, 22433, 2, 1, '', '<p>Contains: Phrenic Bow</p>', 1, 1), +(21850, 22434, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(21851, 22435, 2, 1, '', '<p>Contains: Zora Sword</p>', 1, 1), +(21852, 22436, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21853, 22437, 2, 1, '', '<p>Contains: Steel Lizal Bow</p>', 1, 1), +(21854, 22438, 2, 1, '', '<p>Contains: Steel Lizal Bow</p>', 1, 1), +(21855, 22439, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21856, 22440, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21857, 22441, 2, 1, '', '<p>Contains: Gnarled Wooden Stick</p>', 1, 1), +(21858, 22442, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21859, 22443, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21860, 22444, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21861, 22445, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21862, 22446, 2, 1, '', '<p>Contains: Knight\'s Bow</p>', 1, 1), +(21863, 22447, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21864, 22448, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21865, 22449, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21866, 22450, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21867, 22451, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21868, 22452, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21869, 22453, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(21870, 22454, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21871, 22455, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21872, 22456, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21873, 22457, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21874, 22458, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(21875, 22459, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21876, 22460, 2, 1, '', '<p>Contains: Sapphire</p>', 1, 1), +(21877, 22461, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21878, 22462, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21879, 22463, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21880, 22464, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(21881, 22465, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(21882, 22466, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(21883, 22467, 2, 1, '', '<p>Contains: Strong Zonaite Sword</p>', 1, 1), +(21884, 22468, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(21885, 22469, 2, 1, '', '<p>Contains: Frost Emitter</p>', 1, 1), +(21886, 22530, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21887, 22531, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21888, 22532, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21889, 22533, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21890, 22534, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21891, 22535, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21892, 22536, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21893, 22537, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21894, 22538, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21895, 22539, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21896, 22540, 2, 1, '', '<p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(21897, 22541, 2, 1, '', '<p>A bow designed for armed conflict. Inflicts more damage than a civilian bow, but it will still burn if it touches fire.</p>', 1, 1), +(21898, 22542, 2, 1, '', '<p>A bow designed for armed conflict. Inflicts more damage than a civilian bow, but it will still burn if it touches fire.</p>', 1, 1), +(21899, 22543, 2, 1, '', '<p>A bow designed for armed conflict. Inflicts more damage than a civilian bow, but it will still burn if it touches fire.</p>', 1, 1), +(21900, 22544, 2, 1, '', '<p>A bow designed for armed conflict. Inflicts more damage than a civilian bow, but it will still burn if it touches fire.</p>', 1, 1), +(21901, 22545, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21902, 22546, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21903, 22547, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21904, 22548, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21905, 22549, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21906, 22550, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21907, 22551, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21908, 22552, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21909, 22553, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21910, 22554, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21911, 22555, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21912, 22556, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21913, 22557, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21914, 22558, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21915, 22559, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21916, 22560, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(21917, 22561, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21918, 22562, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21919, 22563, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21920, 22564, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21921, 22565, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21922, 22566, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21923, 22567, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21924, 22568, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21925, 22569, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21926, 22570, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21927, 22571, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(21928, 22572, 2, 1, '', '<p>A wooden bow created by Lizalfos. It\'s reinforced by the bones of a large fish— a marked improvement over any standard wooden bow.</p>', 1, 1), +(21929, 22573, 2, 1, '', '<p>A wooden bow created by Lizalfos. It\'s reinforced by the bones of a large fish— a marked improvement over any standard wooden bow.</p>', 1, 1), +(21930, 22574, 2, 1, '', '<p>A wooden bow created by Lizalfos. It\'s reinforced by the bones of a large fish— a marked improvement over any standard wooden bow.</p>', 1, 1), +(21931, 22575, 2, 1, '', '<p>The Koroks made this bow for Hylians. It\'s crafted from flexible wood and uses sturdy vines for the bowstring. Its construction may be simple, but it fires multiple arrows at once.</p>', 1, 1), +(21932, 22576, 2, 1, '', '<p>This Gerudo-made bow is popular for the fine ornamentations along its limbs. Designed for hunting and warfare alike, this bow was engineered to strike distant targets.</p>', 1, 1), +(21933, 22577, 2, 1, '', '<p>This Gerudo-made bow is popular for the fine ornamentations along its limbs. Designed for hunting and warfare alike, this bow was engineered to strike distant targets.</p>', 1, 1), +(21934, 22578, 2, 1, '', '<p>This Gerudo-made bow is popular for the fine ornamentations along its limbs. Designed for hunting and warfare alike, this bow was engineered to strike distant targets.</p>', 1, 1), +(21935, 22579, 2, 1, '', '<p>This bow is a favorite among Rito warriors. The bowstring has been specially engineered for aerial combat, which allows it to be drawn faster than a normal bow.</p>', 1, 1), +(21936, 22580, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21937, 22581, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21938, 22582, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21939, 22583, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21940, 22584, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21941, 22585, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21942, 22586, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21943, 22587, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21944, 22588, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21945, 22589, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21946, 22590, 2, 1, '', '<p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(21947, 22591, 2, 1, '', '<p>The sturdy metal construction of this bow offers superior durability, while its lack of firing quirks makes it quite reliable. Once favored by the knights at Hyrule Castle.</p>', 1, 1), +(21948, 22592, 2, 1, '', '<p>The sturdy metal construction of this bow offers superior durability, while its lack of firing quirks makes it quite reliable. Once favored by the knights at Hyrule Castle.</p>', 1, 1), +(21949, 22593, 2, 1, '', '<p>The sturdy metal construction of this bow offers superior durability, while its lack of firing quirks makes it quite reliable. Once favored by the knights at Hyrule Castle.</p>', 1, 1), +(21950, 22594, 2, 1, '', '<p>The sturdy metal construction of this bow offers superior durability, while its lack of firing quirks makes it quite reliable. Once favored by the knights at Hyrule Castle.</p>', 1, 1), +(21951, 22595, 2, 1, '', '<p>The sturdy metal construction of this bow offers superior durability, while its lack of firing quirks makes it quite reliable. Once favored by the knights at Hyrule Castle.</p>', 1, 1), +(21952, 22596, 2, 1, '', '<p>This wooden bow may not be the most reliable for battling monsters, but it is excellent for hunting small animals.</p>', 1, 1), +(21953, 22597, 2, 1, '', '<p>This wooden bow may not be the most reliable for battling monsters, but it is excellent for hunting small animals.</p>', 1, 1), +(21954, 22598, 2, 1, '', '<p>This wooden bow may not be the most reliable for battling monsters, but it is excellent for hunting small animals.</p>', 1, 1), +(21955, 22599, 2, 1, '', '<p>This wooden bow may not be the most reliable for battling monsters, but it is excellent for hunting small animals.</p>', 1, 1), +(21956, 22600, 2, 1, '', '<p>A bow favored by the skilled archers of the Yiga Clan. It\'s been engineered to fire two arrows at once to ensure your target comes to a swift and none-too-pleasant halt.</p>', 1, 1), +(21957, 22601, 2, 1, '', '<p>A sturdy bow for a Captain Construct. Besides being fireproof, it\'s been strengthened to allow for more powerful shots.</p>', 1, 1), +(21958, 22602, 2, 1, '', '<p>A sturdy bow for a Captain Construct. Besides being fireproof, it\'s been strengthened to allow for more powerful shots.</p>', 1, 1), +(21959, 22603, 2, 1, '', '<p>A sturdy bow for a Captain Construct. Besides being fireproof, it\'s been strengthened to allow for more powerful shots.</p>', 1, 1), +(21960, 22604, 2, 1, '', '<p>A powerful bow for a Captain Construct. Though still fireproof, it\'s more complex than earlier models. The bowstring is extremely tense and requires great strength to draw.</p>', 1, 1), +(21961, 22605, 2, 1, '', '<p>A powerful bow for a Captain Construct. Though still fireproof, it\'s more complex than earlier models. The bowstring is extremely tense and requires great strength to draw.</p>', 1, 1), +(21962, 22606, 2, 1, '', '<p>A powerful bow for a Captain Construct. Though still fireproof, it\'s more complex than earlier models. The bowstring is extremely tense and requires great strength to draw.</p>', 1, 1), +(21963, 22607, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21964, 22608, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21965, 22609, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21966, 22610, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21967, 22611, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21968, 22612, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21969, 22613, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21970, 22614, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21971, 22615, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21972, 22616, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21973, 22617, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21974, 22618, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21975, 22619, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21976, 22620, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21977, 22621, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21978, 22622, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21979, 22623, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21980, 22624, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21981, 22625, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21982, 22626, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21983, 22627, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21984, 22628, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21985, 22629, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21986, 22630, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21987, 22631, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21988, 22632, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21989, 22633, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21990, 22634, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21991, 22635, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21992, 22636, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21993, 22637, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21994, 22638, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21995, 22639, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21996, 22640, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(21997, 22641, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(21998, 22642, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(21999, 22643, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(22000, 22644, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(22001, 22645, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(22002, 22646, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(22003, 22647, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(22004, 22648, 2, 1, '', '<p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(22005, 22649, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22006, 22650, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22007, 22651, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22008, 22652, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22009, 22653, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22010, 22654, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22011, 22655, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22012, 22656, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22013, 22657, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22014, 22658, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22015, 22659, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22016, 22660, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22017, 22661, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22018, 22662, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22019, 22663, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22020, 22664, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22021, 22665, 2, 1, '', '<p>A farming tool primarily used for tilling fields. Its fine craftsmanship is sturdy enough to withstand backbreaking fieldwork, but its battle applications are untested.</p>', 1, 1), +(22022, 22666, 2, 1, '', '<p>This two-handed weapon was once wielded by the Goron Champion Daruk. Daruk made swinging it around look easy, but a Hylian would need an immense amount of strength.</p>', 1, 1), +(22023, 22667, 2, 1, '', '<p>This two-handed weapon was once wielded by the Goron Champion Daruk. Daruk made swinging it around look easy, but a Hylian would need an immense amount of strength.</p>', 1, 1), +(22024, 22668, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22025, 22669, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22026, 22670, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22027, 22671, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22028, 22672, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22029, 22673, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22030, 22674, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22031, 22675, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22032, 22676, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22033, 22677, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22034, 22678, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22035, 22679, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22036, 22680, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22037, 22681, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22038, 22682, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22039, 22683, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22040, 22684, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22041, 22685, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22042, 22686, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22043, 22687, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22044, 22688, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(22045, 22689, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22046, 22690, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22047, 22691, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22048, 22692, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22049, 22693, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22050, 22694, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22051, 22695, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22052, 22696, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22053, 22697, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22054, 22698, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22055, 22699, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22056, 22700, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22057, 22701, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22058, 22702, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22059, 22703, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22060, 22704, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22061, 22705, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22062, 22706, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22063, 22707, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22064, 22708, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22065, 22709, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22066, 22710, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22067, 22711, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22068, 22712, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22069, 22713, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22070, 22714, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22071, 22715, 2, 1, '', '<p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(22072, 22716, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22073, 22717, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22074, 22718, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22075, 22719, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22076, 22720, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22077, 22721, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22078, 22722, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22079, 22723, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22080, 22724, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22081, 22725, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22082, 22726, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22083, 22727, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22084, 22728, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22085, 22729, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22086, 22730, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22087, 22731, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22088, 22732, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22089, 22733, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22090, 22734, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22091, 22735, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22092, 22736, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22093, 22737, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22094, 22738, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22095, 22739, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22096, 22740, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22097, 22741, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22098, 22742, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22099, 22743, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22100, 22744, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22101, 22745, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22102, 22746, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22103, 22747, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22104, 22748, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22105, 22749, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22106, 22750, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22107, 22751, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22108, 22752, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22109, 22753, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22110, 22754, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22111, 22755, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22112, 22756, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22113, 22757, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22114, 22758, 2, 1, '', '<p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(22115, 22759, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22116, 22760, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22117, 22761, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22118, 22762, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22119, 22763, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22120, 22764, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22121, 22765, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22122, 22766, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22123, 22767, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22124, 22768, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22125, 22769, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22126, 22770, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22127, 22771, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22128, 22772, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22129, 22773, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22130, 22774, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22131, 22775, 2, 1, '', '<p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(22132, 22776, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22133, 22777, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22134, 22778, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22135, 22779, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22136, 22780, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22137, 22781, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22138, 22782, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22139, 22783, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22140, 22784, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22141, 22785, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22142, 22786, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22143, 22787, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22144, 22788, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22145, 22789, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22146, 22790, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22147, 22791, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22148, 22792, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22149, 22793, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22150, 22794, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22151, 22795, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22152, 22796, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22153, 22797, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22154, 22798, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22155, 22799, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22156, 22800, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22157, 22801, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22158, 22802, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22159, 22803, 2, 1, '', '<p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(22160, 22804, 2, 1, '', '<p>A claymore, now decayed, once carried by knights of Hyrule. It resonates with the desire to protect at all costs and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22161, 22805, 2, 1, '', '<p>A claymore, now decayed, once carried by knights of Hyrule. It resonates with the desire to protect at all costs and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22162, 22806, 2, 1, '', '<p>A claymore, now decayed, once carried by knights of Hyrule. It resonates with the desire to protect at all costs and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22163, 22807, 2, 1, '', '<p>A claymore, now decayed, once carried by knights of Hyrule. It resonates with the desire to protect at all costs and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22164, 22808, 2, 1, '', '<p>A claymore, now decayed, once carried by knights of Hyrule. It resonates with the desire to protect at all costs and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22165, 22809, 2, 1, '', '<p>A longblade that no longer cuts as well as it once did, due to its decayed edge. However, when wielded by a proficient fighter, it cleaves the wind and creates a vacuum.</p>', 1, 1), +(22166, 22810, 2, 1, '', '<p>A large sword, now decayed, issued to the royal family\'s guard. It\'s tuned for skilled users and yields a powerful flurry rush during a perfect dodge.</p>', 1, 1), +(22167, 22811, 2, 1, '', '<p>A large sword, now decayed, issued to the royal family\'s guard. It\'s tuned for skilled users and yields a powerful flurry rush during a perfect dodge.</p>', 1, 1), +(22168, 22812, 2, 1, '', '<p>A decayed Zora longsword, it\'s suited for battles near water because it\'s made of an unusual metal that increases attack power when it\'s wet.</p>', 1, 1), +(22169, 22813, 2, 1, '', '<p>A two-handed Gerudo sword with a decayed blade. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(22170, 22814, 2, 1, '', '<p>A two-handed Gerudo sword with a decayed blade. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(22171, 22815, 2, 1, '', '<p>In its former state, this hefty weapon knocked out many a foe. Decayed, it still packs a punch and is great for breaking rocks.</p>', 1, 1), +(22172, 22816, 2, 1, '', '<p>In its former state, this hefty weapon knocked out many a foe. Decayed, it still packs a punch and is great for breaking rocks.</p>', 1, 1), +(22173, 22817, 2, 1, '', '<p>A strong, large sword used by the Zonai and made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22174, 22818, 2, 1, '', '<p>A strong, large sword used by the Zonai and made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22175, 22819, 2, 1, '', '<p>A strong, large sword used by the Zonai and made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22176, 22820, 2, 1, '', '<p>A strong, large sword used by the Zonai and made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22177, 22821, 2, 1, '', '<p>A massive boomerang that is weathered and decayed. It was originally used for hunting, but it can be a challenge to wield. Thrown well, it will come back to the thrower.</p>', 1, 1), +(22178, 22822, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22179, 22823, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22180, 22824, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22181, 22825, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22182, 22826, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22183, 22827, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22184, 22828, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22185, 22829, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22186, 22830, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22187, 22831, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22188, 22832, 2, 1, '', '<p>This lightweight, simple shield is ideal for less experienced fighters. It can withstand light attacks, but blocking stronger blows is not recommended.</p>', 1, 1), +(22189, 22833, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22190, 22834, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22191, 22835, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22192, 22836, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22193, 22837, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22194, 22838, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22195, 22839, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22196, 22840, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22197, 22841, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22198, 22842, 2, 1, '', '<p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(22199, 22843, 2, 1, '', '<p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(22200, 22844, 2, 1, '', '<p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(22201, 22845, 2, 1, '', '<p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(22202, 22846, 2, 1, '', '<p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(22203, 22847, 2, 1, '', '<p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(22204, 22848, 2, 1, '', '<p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(22205, 22849, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22206, 22850, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22207, 22851, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22208, 22852, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22209, 22853, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22210, 22854, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22211, 22855, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22212, 22856, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22213, 22857, 2, 1, '', '<p>A Bokoblin-made shield created by attaching a handhold to any flat tree bark picked up off the ground. It\'s pretty shoddy, so don\'t expect it to last very long.</p>', 1, 1), +(22214, 22858, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22215, 22859, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22216, 22860, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22217, 22861, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22218, 22862, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22219, 22863, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22220, 22864, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22221, 22865, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22222, 22866, 2, 1, '', '<p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(22223, 22867, 2, 1, '', '<p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(22224, 22868, 2, 1, '', '<p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(22225, 22869, 2, 1, '', '<p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(22226, 22870, 2, 1, '', '<p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(22227, 22871, 2, 1, '', '<p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(22228, 22872, 2, 1, '', '<p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(22229, 22873, 2, 1, '', '<p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(22230, 22874, 2, 1, '', '<p>A common shield found among the Lizalfos. It\'s made of metal, but its sloppy craftsmanship offers poor durability.</p>', 1, 1), +(22231, 22875, 2, 1, '', '<p>A common shield found among the Lizalfos. It\'s made of metal, but its sloppy craftsmanship offers poor durability.</p>', 1, 1), +(22232, 22876, 2, 1, '', '<p>A common shield found among the Lizalfos. It\'s made of metal, but its sloppy craftsmanship offers poor durability.</p>', 1, 1), +(22233, 22877, 2, 1, '', '<p>A common shield found among the Lizalfos. It\'s made of metal, but its sloppy craftsmanship offers poor durability.</p>', 1, 1), +(22234, 22878, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22235, 22879, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22236, 22880, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22237, 22881, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22238, 22882, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22239, 22883, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22240, 22884, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22241, 22885, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22242, 22886, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22243, 22887, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22244, 22888, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22245, 22889, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22246, 22890, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22247, 22891, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22248, 22892, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22249, 22893, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22250, 22894, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22251, 22895, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22252, 22896, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22253, 22897, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22254, 22898, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22255, 22899, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22256, 22900, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22257, 22901, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22258, 22902, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22259, 22903, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22260, 22904, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22261, 22905, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22262, 22906, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22263, 22907, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22264, 22908, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22265, 22909, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22266, 22910, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22267, 22911, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22268, 22912, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22269, 22913, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22270, 22914, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22271, 22915, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22272, 22916, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22273, 22917, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22274, 22918, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22275, 22919, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22276, 22920, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22277, 22921, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22278, 22922, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22279, 22923, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22280, 22924, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22281, 22925, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22282, 22926, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(22283, 22927, 2, 1, '', '<p>A shield issued to the Hyrulean royal family\'s immediate guard detail. It boasts a high defense, but these days it\'s more a collector\'s item due to its ornamentation.</p>', 1, 1), +(22284, 22928, 2, 1, '', '<p>A shield issued to the Hyrulean royal family\'s immediate guard detail. It boasts a high defense, but these days it\'s more a collector\'s item due to its ornamentation.</p>', 1, 1), +(22285, 22929, 2, 1, '', '<p>The Koroks made this shield specifically for Hylians. It\'s made from the finest hard wood of trees that grow only in Korok Forest, so it\'s sturdier than it looks.</p>', 1, 1), +(22286, 22930, 2, 1, '', '<p>The design of this metal shield has changed over time to match the Gerudo\'s sword-and- shield fighting style. It\'s favored by soldiers and travelers alike.</p>', 1, 1), +(22287, 22931, 2, 1, '', '<p>The design of this metal shield has changed over time to match the Gerudo\'s sword-and- shield fighting style. It\'s favored by soldiers and travelers alike.</p>', 1, 1), +(22288, 22932, 2, 1, '', '<p>Favored by hunters for its rabbit design, which is said to bring luck on hunts. It\'s easy to use, but its durability leaves something to be desired.</p>', 1, 1), +(22289, 22933, 2, 1, '', '<p>Often carried by fishermen for its fish design, which represents hope for a great catch. Its light wooden construction makes it convenient to take onto a boat.</p>', 1, 1), +(22290, 22934, 2, 1, '', '<p>Often carried by fishermen for its fish design, which represents hope for a great catch. Its light wooden construction makes it convenient to take onto a boat.</p>', 1, 1), +(22291, 22935, 2, 1, '', '<p>Often carried by fishermen for its fish design, which represents hope for a great catch. Its light wooden construction makes it convenient to take onto a boat.</p>', 1, 1), +(22292, 22936, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22293, 22937, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22294, 22938, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22295, 22939, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22296, 22940, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22297, 22941, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22298, 22942, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22299, 22943, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(22300, 22944, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22301, 22945, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22302, 22946, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22303, 22947, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22304, 22948, 2, 1, '', '<p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(22305, 22949, 2, 1, '', '<p>This extravagant shield is presented to Gerudo warriors who rise to the rank of captain. Its apparent opulence is rivaled only by its combat capabilities.</p>', 1, 1), +(22306, 22950, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22307, 22951, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22308, 22952, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22309, 22953, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22310, 22954, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22311, 22955, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22312, 22956, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22313, 22957, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22314, 22958, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22315, 22959, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22316, 22960, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22317, 22961, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22318, 22962, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22319, 22963, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22320, 22964, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22321, 22965, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22322, 22966, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22323, 22967, 2, 1, '', '<p>The lid of a large soup pot. It smells vaguely of poultry broth... Yum! It can take quite a beating before breaking.</p>', 1, 1), +(22324, 22968, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It is moderately durable and lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(22325, 22969, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It is moderately durable and lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(22326, 22970, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It is moderately durable and lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(22327, 22971, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It is moderately durable and lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(22328, 22972, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22329, 22973, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22330, 22974, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22331, 22975, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22332, 22976, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22333, 22977, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22334, 22978, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22335, 22979, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22336, 22980, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22337, 22981, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22338, 22982, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22339, 22983, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22340, 22984, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22341, 22985, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22342, 22986, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22343, 22987, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22344, 22988, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22345, 22989, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22346, 22990, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22347, 22991, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22348, 22992, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22349, 22993, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22350, 22994, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22351, 22995, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22352, 22996, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22353, 22997, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22354, 22998, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22355, 22999, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22356, 23000, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22357, 23001, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22358, 23002, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22359, 23003, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22360, 23004, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22361, 23005, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22362, 23006, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22363, 23007, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22364, 23008, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22365, 23009, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22366, 23010, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22367, 23011, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22368, 23012, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22369, 23013, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22370, 23014, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22371, 23015, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22372, 23016, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22373, 23017, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22374, 23018, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22375, 23019, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22376, 23020, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22377, 23021, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22378, 23022, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22379, 23023, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(22380, 23024, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22381, 23025, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22382, 23026, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22383, 23027, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22384, 23028, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22385, 23029, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22386, 23030, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22387, 23031, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22388, 23032, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22389, 23033, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22390, 23034, 2, 1, '', '<p>A farming tool used to collect hay efficiently. It\'s light enough to be used by anyone. The four prongs are very sharp.</p>', 1, 1), +(22391, 23035, 2, 1, '', '<p>Just a mop to the untrained eye, it excels at tidying up the place. But it owes its sturdy construction to a true craftsman, so it actually has some combat merit.</p>', 1, 1), +(22392, 23036, 2, 1, '', '<p>Just a mop to the untrained eye, it excels at tidying up the place. But it owes its sturdy construction to a true craftsman, so it actually has some combat merit.</p>', 1, 1), +(22393, 23037, 2, 1, '', '<p>Just a mop to the untrained eye, it excels at tidying up the place. But it owes its sturdy construction to a true craftsman, so it actually has some combat merit.</p>', 1, 1), +(22394, 23038, 2, 1, '', '<p>Just a mop to the untrained eye, it excels at tidying up the place. But it owes its sturdy construction to a true craftsman, so it actually has some combat merit.</p>', 1, 1), +(22395, 23039, 2, 1, '', '<p>Just a mop to the untrained eye, it excels at tidying up the place. But it owes its sturdy construction to a true craftsman, so it actually has some combat merit.</p>', 1, 1), +(22396, 23040, 2, 1, '', '<p>Just a mop to the untrained eye, it excels at tidying up the place. But it owes its sturdy construction to a true craftsman, so it actually has some combat merit.</p>', 1, 1), +(22397, 23041, 2, 1, '', '<p>A fisherman\'s tool that excels at catching large fish. Its particularly sharp spearhead makes it valuable as a weapon as well.</p>', 1, 1), +(22398, 23042, 2, 1, '', '<p>A fisherman\'s tool that excels at catching large fish. Its particularly sharp spearhead makes it valuable as a weapon as well.</p>', 1, 1), +(22399, 23043, 2, 1, '', '<p>A fisherman\'s tool that excels at catching large fish. Its particularly sharp spearhead makes it valuable as a weapon as well.</p>', 1, 1), +(22400, 23044, 2, 1, '', '<p>A fisherman\'s tool that excels at catching large fish. Its particularly sharp spearhead makes it valuable as a weapon as well.</p>', 1, 1), +(22401, 23045, 2, 1, '', '<p>A fisherman\'s tool that excels at catching large fish. Its particularly sharp spearhead makes it valuable as a weapon as well.</p>', 1, 1), +(22402, 23046, 2, 1, '', '<p>A fisherman\'s tool that excels at catching large fish. Its particularly sharp spearhead makes it valuable as a weapon as well.</p>', 1, 1), +(22403, 23047, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22404, 23048, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22405, 23049, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22406, 23050, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22407, 23051, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22408, 23052, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22409, 23053, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22410, 23054, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22411, 23055, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22412, 23056, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22413, 23057, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22414, 23058, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22415, 23059, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22416, 23060, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22417, 23061, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22418, 23062, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22419, 23063, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22420, 23064, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22421, 23065, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22422, 23066, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22423, 23067, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22424, 23068, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22425, 23069, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22426, 23070, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22427, 23071, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22428, 23072, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22429, 23073, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22430, 23074, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22431, 23075, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22432, 23076, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22433, 23077, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22434, 23078, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22435, 23079, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22436, 23080, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22437, 23081, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22438, 23082, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22439, 23083, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22440, 23084, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22441, 23085, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22442, 23086, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22443, 23087, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22444, 23088, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22445, 23089, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22446, 23090, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22447, 23091, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22448, 23092, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22449, 23093, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(22450, 23094, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22451, 23095, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22452, 23096, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22453, 23097, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22454, 23098, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22455, 23099, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22456, 23100, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22457, 23101, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22458, 23102, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22459, 23103, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22460, 23104, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22461, 23105, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22462, 23106, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22463, 23107, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22464, 23108, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22465, 23109, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22466, 23110, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22467, 23111, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22468, 23112, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22469, 23113, 2, 1, '', '<p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(22470, 23114, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22471, 23115, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22472, 23116, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22473, 23117, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22474, 23118, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22475, 23119, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22476, 23120, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22477, 23121, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22478, 23122, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22479, 23123, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22480, 23124, 2, 1, '', '<p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(22481, 23125, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22482, 23126, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22483, 23127, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22484, 23128, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22485, 23129, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22486, 23130, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22487, 23131, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22488, 23132, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22489, 23133, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22490, 23134, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22491, 23135, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22492, 23136, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22493, 23137, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22494, 23138, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22495, 23139, 2, 1, '', '<p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(22496, 23140, 2, 1, '', '<p>Now decayed, this halberd was made for knights of Hyrule. It reflects their courage in defending the kingdom. It can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22497, 23141, 2, 1, '', '<p>Now decayed, this halberd was made for knights of Hyrule. It reflects their courage in defending the kingdom. It can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22498, 23142, 2, 1, '', '<p>Now decayed, this halberd was made for knights of Hyrule. It reflects their courage in defending the kingdom. It can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22499, 23143, 2, 1, '', '<p>Although now decayed, this spear was once given to knights who guarded critical areas of Hyrule Castle. It enables a powerful flurry rush during a perfect dodge.</p>', 1, 1), +(22500, 23144, 2, 1, '', '<p>A Korok spear with a decayed tip. It\'s still full of vitality. Bursting materials attached to the spearhead can be reused again and again.</p>', 1, 1), +(22501, 23145, 2, 1, '', '<p>A Gerudo spear with a decayed blade that is designed to draw force to its tip. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(22502, 23146, 2, 1, '', '<p>A Gerudo spear with a decayed blade that is designed to draw force to its tip. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(22503, 23147, 2, 1, '', '<p>A Gerudo spear with a decayed blade that is designed to draw force to its tip. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(22504, 23148, 2, 1, '', '<p>A tough spear used by the Zonai. It is highly durable. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22505, 23149, 2, 1, '', '<p>A tough spear used by the Zonai. It is highly durable. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22506, 23150, 2, 1, '', '<p>A spear for throwing with a decayed tip. Lost its sharpness, but kept the balance perfect for throwing, enabling you to throw it very far.</p>', 1, 1), +(22507, 23151, 2, 1, '', '<p>A spear for throwing with a decayed tip. Lost its sharpness, but kept the balance perfect for throwing, enabling you to throw it very far.</p>', 1, 1), +(22508, 23152, 2, 1, '', '<p>A spear for throwing with a decayed tip. Lost its sharpness, but kept the balance perfect for throwing, enabling you to throw it very far.</p>', 1, 1), +(22509, 23153, 2, 1, '', '<p>A spear for throwing with a decayed tip. Lost its sharpness, but kept the balance perfect for throwing, enabling you to throw it very far.</p>', 1, 1), +(22510, 23154, 2, 1, '', '<p>A spear for throwing with a decayed tip. Lost its sharpness, but kept the balance perfect for throwing, enabling you to throw it very far.</p>', 1, 1), +(22511, 23155, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22512, 23156, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22513, 23157, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22514, 23158, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22515, 23159, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22516, 23160, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22517, 23161, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22518, 23162, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22519, 23163, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22520, 23164, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22521, 23165, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22522, 23166, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22523, 23167, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22524, 23168, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22525, 23169, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22526, 23170, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22527, 23171, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22528, 23172, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22529, 23173, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22530, 23174, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22531, 23175, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22532, 23176, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22533, 23177, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22534, 23178, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22535, 23179, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22536, 23180, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22537, 23181, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22538, 23182, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22539, 23183, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22540, 23184, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22541, 23185, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22542, 23186, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22543, 23187, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22544, 23188, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22545, 23189, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22546, 23190, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22547, 23191, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22548, 23192, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22549, 23193, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22550, 23194, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22551, 23195, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22552, 23196, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22553, 23197, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22554, 23198, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22555, 23199, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22556, 23200, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22557, 23201, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22558, 23202, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22559, 23203, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22560, 23204, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22561, 23205, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(22562, 23206, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22563, 23207, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22564, 23208, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22565, 23209, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22566, 23210, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22567, 23211, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22568, 23212, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22569, 23213, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22570, 23214, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(22571, 23215, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22572, 23216, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22573, 23217, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22574, 23218, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22575, 23219, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22576, 23220, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22577, 23221, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22578, 23222, 2, 1, '', '<p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(22579, 23223, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22580, 23224, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22581, 23225, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22582, 23226, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22583, 23227, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22584, 23228, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22585, 23229, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22586, 23230, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22587, 23231, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22588, 23232, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22589, 23233, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22590, 23234, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22591, 23235, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22592, 23236, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22593, 23237, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22594, 23238, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22595, 23239, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22596, 23240, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22597, 23241, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22598, 23242, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22599, 23243, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22600, 23244, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22601, 23245, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22602, 23246, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22603, 23247, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22604, 23248, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22605, 23249, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22606, 23250, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22607, 23251, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22608, 23252, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22609, 23253, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22610, 23254, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22611, 23255, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22612, 23256, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22613, 23257, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22614, 23258, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22615, 23259, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22616, 23260, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22617, 23261, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22618, 23262, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22619, 23263, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(22620, 23264, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22621, 23265, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22622, 23266, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22623, 23267, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22624, 23268, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22625, 23269, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22626, 23270, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22627, 23271, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22628, 23272, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22629, 23273, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22630, 23274, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22631, 23275, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22632, 23276, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22633, 23277, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22634, 23278, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22635, 23279, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22636, 23280, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22637, 23281, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22638, 23282, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22639, 23283, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22640, 23284, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22641, 23285, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(22642, 23286, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22643, 23287, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22644, 23288, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22645, 23289, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22646, 23290, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22647, 23291, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22648, 23292, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22649, 23293, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22650, 23294, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22651, 23295, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22652, 23296, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22653, 23297, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22654, 23298, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22655, 23299, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22656, 23300, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22657, 23301, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22658, 23302, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22659, 23303, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22660, 23304, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22661, 23305, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22662, 23306, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22663, 23307, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22664, 23308, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22665, 23309, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22666, 23310, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22667, 23311, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22668, 23312, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22669, 23313, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22670, 23314, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22671, 23315, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22672, 23316, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22673, 23317, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22674, 23318, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22675, 23319, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22676, 23320, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22677, 23321, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22678, 23322, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22679, 23323, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22680, 23324, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22681, 23325, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22682, 23326, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22683, 23327, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22684, 23328, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22685, 23329, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22686, 23330, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22687, 23331, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22688, 23332, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22689, 23333, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22690, 23334, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22691, 23335, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22692, 23336, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22693, 23337, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22694, 23338, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22695, 23339, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22696, 23340, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22697, 23341, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22698, 23342, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22699, 23343, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22700, 23344, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22701, 23345, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22702, 23346, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22703, 23347, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22704, 23348, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22705, 23349, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22706, 23350, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22707, 23351, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22708, 23352, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22709, 23353, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(22710, 23354, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22711, 23355, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22712, 23356, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22713, 23357, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22714, 23358, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22715, 23359, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22716, 23360, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22717, 23361, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22718, 23362, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22719, 23363, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22720, 23364, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22721, 23365, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22722, 23366, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22723, 23367, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(22724, 23368, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22725, 23369, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22726, 23370, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22727, 23371, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22728, 23372, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22729, 23373, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22730, 23374, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22731, 23375, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22732, 23376, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22733, 23377, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22734, 23378, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22735, 23379, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22736, 23380, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22737, 23381, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22738, 23382, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22739, 23383, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22740, 23384, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22741, 23385, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22742, 23386, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22743, 23387, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22744, 23388, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22745, 23389, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22746, 23390, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22747, 23391, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22748, 23392, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22749, 23393, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22750, 23394, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(22751, 23395, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(22752, 23396, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(22753, 23397, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(22754, 23398, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(22755, 23399, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(22756, 23400, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(22757, 23401, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(22758, 23402, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22759, 23403, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22760, 23404, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22761, 23405, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22762, 23406, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22763, 23407, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22764, 23408, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22765, 23409, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22766, 23410, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22767, 23411, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22768, 23412, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22769, 23413, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22770, 23414, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22771, 23415, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22772, 23416, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22773, 23417, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22774, 23418, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22775, 23419, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22776, 23420, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22777, 23421, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22778, 23422, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22779, 23423, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22780, 23424, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22781, 23425, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22782, 23426, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22783, 23427, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22784, 23428, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22785, 23429, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22786, 23430, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22787, 23431, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22788, 23432, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22789, 23433, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22790, 23434, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22791, 23435, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22792, 23436, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22793, 23437, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22794, 23438, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22795, 23439, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22796, 23440, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22797, 23441, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22798, 23442, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22799, 23443, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22800, 23444, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22801, 23445, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22802, 23446, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22803, 23447, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22804, 23448, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22805, 23449, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22806, 23450, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22807, 23451, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22808, 23452, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22809, 23453, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22810, 23454, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22811, 23455, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22812, 23456, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22813, 23457, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22814, 23458, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22815, 23459, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22816, 23460, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22817, 23461, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22818, 23462, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22819, 23463, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22820, 23464, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22821, 23465, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22822, 23466, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22823, 23467, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22824, 23468, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22825, 23469, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22826, 23470, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22827, 23471, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22828, 23472, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22829, 23473, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22830, 23474, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(22831, 23475, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22832, 23476, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22833, 23477, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22834, 23478, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22835, 23479, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22836, 23480, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22837, 23481, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22838, 23482, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22839, 23483, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22840, 23484, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22841, 23485, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22842, 23486, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22843, 23487, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22844, 23488, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22845, 23489, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22846, 23490, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22847, 23491, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22848, 23492, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22849, 23493, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22850, 23494, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22851, 23495, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22852, 23496, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22853, 23497, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22854, 23498, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22855, 23499, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(22856, 23500, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22857, 23501, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22858, 23502, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22859, 23503, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22860, 23504, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22861, 23505, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22862, 23506, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22863, 23507, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22864, 23508, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22865, 23509, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(22866, 23510, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22867, 23511, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22868, 23512, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22869, 23513, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22870, 23514, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22871, 23515, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22872, 23516, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22873, 23517, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22874, 23518, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22875, 23519, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22876, 23520, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22877, 23521, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22878, 23522, 2, 1, '', '<p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(22879, 23523, 2, 1, '', '<p>A single-edged sword of the Sheikah tribe. Its small blade, now decayed, is suited for covert actions and yields more powerful sneakstrikes than ordinary blades.</p>', 1, 1), +(22880, 23524, 2, 1, '', '<p>A sword gifted to accomplished knights by the royal family. Crafted for sword masters, it increases the power of flurry rush during perfect dodge.</p>', 1, 1), +(22881, 23525, 2, 1, '', '<p>A living, wooden Korok sword with a decayed blade. Bursting materials attached to the tip can be reused again and again.</p>', 1, 1), +(22882, 23526, 2, 1, '', '<p>A living, wooden Korok sword with a decayed blade. Bursting materials attached to the tip can be reused again and again.</p>', 1, 1), +(22883, 23527, 2, 1, '', '<p>A decaying scimitar from the Gerudo region, it is designed for maximizing force. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(22884, 23528, 2, 1, '', '<p>A strong Zonai sword made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22885, 23529, 2, 1, '', '<p>A strong Zonai sword made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22886, 23530, 2, 1, '', '<p>A strong Zonai sword made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(22887, 23531, 2, 1, '', '<p style="text-align: center">Pondside Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(22888, 23532, 2, 1, '', '<p style="text-align: center">Pit Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(22889, 23533, 2, 1, '', '<p style="text-align: center">Bottomless Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(22890, 23534, 2, 1, '', '<p style="text-align: center">Mining Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(22891, 23535, 2, 1, '', '<p style="text-align: center">Scourge of Hebra Sky</p><p>This three-headed monster with lightning, fire, and ice attributes first appeared after the Upheaval. Fighting it alone is inadvisable, as it can launch coordinated elemental attacks with staggering brutality. You must be well-prepared to survive an entanglement with this beast.</p>', 1, 1), +(22892, 23536, 2, 1, '', '<p style="text-align: center">Scourge of Necluda Sky</p><p>This three-headed monster with lightning, fire, and ice attributes first appeared after the Upheaval. Fighting it alone is inadvisable, as it can launch coordinated elemental attacks with staggering brutality. You must be well-prepared to survive an entanglement with this beast.</p>', 1, 1), +(22893, 23537, 2, 1, '', '<p style="text-align: center">Scourge of Gerudo Sky</p><p>This three-headed monster with lightning, fire, and ice attributes first appeared after the Upheaval. Fighting it alone is inadvisable, as it can launch coordinated elemental attacks with staggering brutality. You must be well-prepared to survive an entanglement with this beast.</p>', 1, 1), +(22894, 23538, 2, 1, '', '<p>Equipment: Magic Rod</p><p>These spell-casting monsters can be found all over Hyrule. They hurl multiple balls of electricity, summon monsters surging with electricity, and have been known to cause thunderstorms in the area. They are more resilient and dangerous than Electric Wizzrobes.</p>', 1, 1), +(22895, 23539, 2, 1, '', '<p style="text-align: center">Guardian of the Rising Island Chain</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. It can rearrange the blocks to change its shape at will. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22896, 23540, 2, 1, '', '<p style="text-align: center">Guardian of West Hebra Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. It can rearrange the blocks to change its shape at will. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22897, 23541, 2, 1, '', '<p style="text-align: center">Guardian of North Hyrule Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. It can rearrange the blocks to change its shape at will. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22898, 23542, 2, 1, '', '<p style="text-align: center">Guardian of the Great Sky Island</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. It can rearrange the blocks to change its shape at will. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22899, 23543, 2, 1, '', '<p style="text-align: center">Guardian of Wellspring Island</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22900, 23544, 2, 1, '', '<p style="text-align: center">Guardian of Sokkala Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22901, 23545, 2, 1, '', '<p style="text-align: center">Guardian of South Hyrule Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22902, 23546, 2, 1, '', '<p style="text-align: center">Guardian of Lanayru Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22903, 23547, 2, 1, '', '<p style="text-align: center">Guardian of South Necluda Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22904, 23548, 2, 1, '', '<p style="text-align: center">Guardian of Faron Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22905, 23549, 2, 1, '', '<p style="text-align: center">Guardian of Thunderhead Isles</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22906, 23550, 2, 1, '', '<p style="text-align: center">Guardian of Necluda Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22907, 23551, 2, 1, '', '<p style="text-align: center">Guardian of Tabantha Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22908, 23552, 2, 1, '', '<p style="text-align: center">Guardian of West Hyrule Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22909, 23553, 2, 1, '', '<p style="text-align: center">Guardian of North Akkala Sky Archipelago</p><p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(22910, 23607, 2, 1, '', '<p>Contains: Strong Zonaite Longsword</p>', 1, 1), +(22911, 23608, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(22912, 23609, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22913, 23610, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22914, 23611, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(22915, 23612, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22916, 23613, 2, 1, '', '<p>Contains: Strong Zonaite Spear</p>', 1, 1), +(22917, 23614, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(22918, 23615, 2, 1, '', '<p>Contains: Treasure Map #13</p>', 1, 1), +(22919, 23616, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(22920, 23617, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22921, 23618, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(22922, 23619, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22923, 23620, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(22924, 23621, 2, 1, '', '<p>Contains: Treasure Map #15</p>', 1, 1), +(22925, 23622, 2, 1, '', '<p>Contains: Treasure Map #16</p>', 1, 1), +(22926, 23623, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22927, 23624, 2, 1, '', '<p>Contains: Treasure Map #21</p>', 1, 1), +(22928, 23625, 2, 1, '', '<p>Contains: Treasure Map #23</p>', 1, 1), +(22929, 23626, 2, 1, '', '<p>Contains: Treasure Map #4</p>', 1, 1), +(22930, 23627, 2, 1, '', '<p>Contains: Treasure Map #5</p>', 1, 1), +(22931, 23628, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22932, 23629, 2, 1, '', '<p>Contains: Treasure Map #22</p>', 1, 1), +(22933, 23630, 2, 1, '', '<p>Contains: Treasure Map #27</p>', 1, 1), +(22934, 23631, 2, 1, '', '<p>Contains: Battery x3</p>', 1, 1), +(22935, 23632, 2, 1, '', '<p>Contains: Treasure Map #25</p>', 1, 1), +(22936, 23633, 2, 1, '', '<p>Contains: Treasure Map #19</p>', 1, 1), +(22937, 23634, 2, 1, '', '<p>Contains: Treasure Map #2</p>', 1, 1), +(22938, 23635, 2, 1, '', '<p>Contains: Treasure Map #1</p>', 1, 1), +(22939, 23636, 2, 1, '', '<p>Contains: Strong Zonaite Spear</p>', 1, 1), +(22940, 23637, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(22941, 23638, 2, 1, '', '<p>Contains: Hydrant</p>', 1, 1), +(22942, 23639, 2, 1, '', '<p>Contains: Strong Zonaite Longsword</p>', 1, 1), +(22943, 23640, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22944, 23641, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22945, 23642, 2, 1, '', '<p>Contains: Treasure Map #9</p>', 1, 1), +(22946, 23643, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22947, 23644, 2, 1, '', '<p>Contains: Treasure Map #30</p>', 1, 1), +(22948, 23645, 2, 1, '', '<p>Contains: Old Map</p>', 1, 1), +(22949, 23646, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22950, 23647, 2, 1, '', '<p>Contains: Treasure Map #28</p>', 1, 1), +(22951, 23648, 2, 1, '', '<p>Contains: Treasure Map #12</p>', 1, 1), +(22952, 23649, 2, 1, '', '<p>Contains: Treasure Map #10</p>', 1, 1), +(22953, 23650, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22954, 23651, 2, 1, '', '<p>Contains: Archaic Legwear</p>', 1, 1), +(22955, 23652, 2, 1, '', '<p>Contains: Zonaite Shield</p>', 1, 1), +(22956, 23653, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22957, 23654, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(22958, 23655, 2, 1, '', '<p>Contains: Zonaite Longsword</p>', 1, 1), +(22959, 23656, 2, 1, '', '<p>Contains: Zonaite Spear</p>', 1, 1), +(22960, 23657, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22961, 23658, 2, 1, '', '<p>Contains: Zonaite Spear</p>', 1, 1), +(22962, 23659, 2, 1, '', '<p>Contains: Zonaite Sword</p>', 1, 1), +(22963, 23660, 2, 1, '', '<p>Contains: Zonaite Longsword</p>', 1, 1), +(22964, 23661, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(22965, 23662, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(22966, 23663, 2, 1, '', '<p>Contains: Treasure Map #14</p>', 1, 1), +(22967, 23664, 2, 1, '', '<p>Contains: Topaz</p>', 1, 1), +(22968, 23665, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(22969, 23666, 2, 1, '', '<p>Contains: Shock Emitter x3</p>', 1, 1), +(22970, 23667, 2, 1, '', '<p>Contains: Mighty Zonaite Shield</p>', 1, 1), +(22971, 23668, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22972, 23669, 2, 1, '', '<p>Contains: Shock Emitter</p>', 1, 1), +(22973, 23670, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22974, 23671, 2, 1, '', '<p>Contains: Zonaite Spear</p>', 1, 1), +(22975, 23672, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(22976, 23673, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22977, 23674, 2, 1, '', '<p>Contains: Time Bomb x5</p>', 1, 1), +(22978, 23675, 2, 1, '', '<p>Contains: Portable Pot x3</p>', 1, 1), +(22979, 23676, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(22980, 23677, 2, 1, '', '<p>Contains: Portable Pot</p>', 1, 1), +(22981, 23678, 2, 1, '', '<p>Contains: Flame Emitter</p>', 1, 1), +(22982, 23679, 2, 1, '', '<p>Contains: Strong Zonaite Spear</p>', 1, 1), +(22983, 23680, 2, 1, '', '<p>Contains: Treasure Map #8</p>', 1, 1), +(22984, 23681, 2, 1, '', '<p>Contains: Strong Zonaite Sword</p>', 1, 1), +(22985, 23682, 2, 1, '', '<p>Contains: Hover Stone x3</p>', 1, 1), +(22986, 23683, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(22987, 23684, 2, 1, '', '<p>Contains: Strong Zonaite Sword</p>', 1, 1), +(22988, 23685, 2, 1, '', '<p>Contains: Treasure Map #6</p>', 1, 1), +(22989, 23686, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22990, 23687, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22991, 23688, 2, 1, '', '<p>Contains: Treasure Map #11</p>', 1, 1), +(22992, 23689, 2, 1, '', '<p>Contains: Zonaite Shin Guards</p>', 1, 1), +(22993, 23690, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(22994, 23691, 2, 1, '', '<p>Contains: Magic Rod</p>', 1, 1), +(22995, 23692, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(22996, 23693, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22997, 23694, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(22998, 23695, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(22999, 23696, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(23000, 23697, 2, 1, '', '<p>Contains: Treasure Map #26</p>', 1, 1), +(23001, 23698, 2, 1, '', '<p>Contains: Zonaite Waistguard</p>', 1, 1), +(23002, 23699, 2, 1, '', '<p>Contains: Treasure Map #20</p>', 1, 1), +(23003, 23700, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(23004, 23701, 2, 1, '', '<p>Contains: Treasure Map #24</p>', 1, 1), +(23005, 23702, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(23006, 23703, 2, 1, '', '<p>Contains: Treasure Map #18</p>', 1, 1), +(23007, 23704, 2, 1, '', '<p>Contains: Treasure Map #3</p>', 1, 1), +(23008, 23705, 2, 1, '', '<p>Contains: Treasure Map #29</p>', 1, 1), +(23009, 23706, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(23010, 23707, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(23011, 23708, 2, 1, '', '<p>Contains: Treasure Map #17</p>', 1, 1), +(23012, 23709, 2, 1, '', '<p>Contains: Mirror x3</p>', 1, 1), +(23013, 23710, 2, 1, '', '<p>Contains: Star Fragment</p>', 1, 1), +(23014, 23711, 2, 1, '', '<p>Contains: Zonaite Helm</p>', 1, 1), +(23015, 23712, 2, 1, '', '<p>Contains: Treasure Map #7</p>', 1, 1), +(23016, 23713, 2, 1, '', '<p>Contains: Sage\'s Will</p>', 1, 1), +(23017, 23714, 2, 1, '', '<p>Contains: Mighty Zonaite Shield</p>', 1, 1), +(23018, 23715, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(23019, 23716, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(23020, 23717, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(23021, 23718, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(23022, 23719, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(23023, 23720, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(23024, 23721, 2, 1, '', '<p>Contains: Mighty Zonaite Shield</p>', 1, 1), +(23025, 23722, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(23026, 23723, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(23027, 23724, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(23028, 23725, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(23029, 23726, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(23030, 23727, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(23031, 23728, 2, 1, '', '<p>Contains: Mighty Zonaite Shield</p>', 1, 1), +(23032, 23729, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(23033, 23730, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(23034, 23731, 2, 1, '', '<p>Contains: Big Battery</p>', 1, 1), +(23035, 23732, 2, 1, '', '<p>Contains: Wing x3</p>', 1, 1), +(23036, 23733, 2, 1, '', '<p>Contains: Wing x3</p>', 1, 1), +(23037, 23734, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(23038, 23735, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(23039, 23736, 2, 1, '', '<p>Contains: Wooden Stick</p>', 1, 1), +(23040, 23737, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(23041, 23738, 2, 1, '', '<p>Contains: Archaic Tunic</p>', 1, 1), +(23042, 23739, 2, 1, '', '<p>Contains: Energizing Elixir</p>', 1, 1), +(23043, 23740, 2, 1, '', '<p>Contains: Archaic Warm Greaves</p>', 1, 1), +(23044, 23741, 2, 1, '', '<p>Contains: Wing x3</p>', 1, 1), +(23045, 23742, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(23046, 23743, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(23047, 23744, 2, 1, '', '<p>Contains: Flame Emitter</p>', 1, 1), +(23048, 23745, 2, 1, '', '<p>Contains: Fan x3</p>', 1, 1), +(23049, 23746, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(23050, 23747, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(23051, 23748, 2, 1, '', '<p>Contains: Amber</p>', 1, 1), +(23052, 23749, 2, 1, '', '<p>Contains: Portable Pot</p>', 1, 1), +(23053, 23750, 2, 1, '', '<p>Contains: Zonaite</p>', 1, 1), +(23054, 23751, 2, 1, '', '<p>Contains: Ancient Hero\'s Aspect</p>', 1, 1), +(23055, 23752, 2, 1, '', '<p>Contains: Flame Emitter</p>', 1, 1), +(23056, 23753, 2, 1, '', '<p>Contains: Balloon</p>', 1, 1), +(23057, 23765, 2, 1, '', '<p>This wooden bow may not be the most reliable for battling monsters, but it is excellent for hunting small animals.</p>', 1, 1), +(23058, 23766, 2, 1, '', '<p>A sturdy bow for a Captain Construct. Besides being fireproof, it\'s been strengthened to allow for more powerful shots.</p>', 1, 1), +(23059, 23767, 2, 1, '', '<p>A wooden bow from the olden days. It\'s built for hunting, but it\'s not very powerful.</p>', 1, 1), +(23060, 23768, 2, 1, '', '<p>A wooden bow from the olden days. It\'s built for hunting, but it\'s not very powerful.</p>', 1, 1), +(23061, 23769, 2, 1, '', '<p>A wooden bow from the olden days. It\'s built for hunting, but it\'s not very powerful.</p>', 1, 1), +(23062, 23770, 2, 1, '', '<p>A wooden bow from the olden days. It\'s built for hunting, but it\'s not very powerful.</p>', 1, 1), +(23063, 23771, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23064, 23772, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23065, 23773, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23066, 23774, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23067, 23775, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23068, 23776, 2, 1, '', '<p>A large sword used by the Zonai and made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(23069, 23777, 2, 1, '', '<p>A strong, large sword used by the Zonai and made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(23070, 23778, 2, 1, '', '<p>A strong, large sword used by the Zonai and made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(23071, 23779, 2, 1, '', '<p>A thick bat cut from a large tree. It\'s not the sturdiest weapon, but its heavy end does have a bit of power behind it.</p>', 1, 1), +(23072, 23780, 2, 1, '', '<p>A thick bat cut from a large tree. It\'s not the sturdiest weapon, but its heavy end does have a bit of power behind it.</p>', 1, 1), +(23073, 23781, 2, 1, '', '<p>A thick bat cut from a large tree. It\'s not the sturdiest weapon, but its heavy end does have a bit of power behind it.</p>', 1, 1), +(23074, 23782, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23075, 23783, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23076, 23784, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23077, 23785, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23078, 23786, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23079, 23787, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23080, 23788, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23081, 23789, 2, 1, '', '<p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(23082, 23790, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(23083, 23791, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(23084, 23792, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(23085, 23793, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(23086, 23794, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It lowers the energy consumption of an attached Zonai device.</p>', 1, 1), +(23087, 23795, 2, 1, '', '<p>An aged, worn-out wooden shield. It can withstand lighter attacks, such as arrows.</p>', 1, 1), +(23088, 23796, 2, 1, '', '<p>An aged, worn-out wooden shield. It can withstand lighter attacks, such as arrows.</p>', 1, 1), +(23089, 23797, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23090, 23798, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23091, 23799, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23092, 23800, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23093, 23801, 2, 1, '', '<p>A Zonai spear made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(23094, 23802, 2, 1, '', '<p>A Zonai spear made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(23095, 23803, 2, 1, '', '<p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(23096, 23804, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23097, 23805, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23098, 23806, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23099, 23807, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23100, 23808, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23101, 23809, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23102, 23810, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23103, 23811, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23104, 23812, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23105, 23813, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23106, 23814, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23107, 23815, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23108, 23816, 2, 1, '', '<p>A Zonai sword made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(23109, 23817, 2, 1, '', '<p>A Zonai sword made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(23110, 23818, 2, 1, '', '<p>A Zonai sword made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(23111, 23819, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23112, 23820, 2, 1, '', '<p>A strong Zonai sword made of zonaite. It resonates with attached Zonai devices to increase some of its attack power.</p>', 1, 1), +(23113, 23821, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23114, 23822, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23115, 23823, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23116, 23824, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23117, 23825, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23118, 23826, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23119, 23827, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23120, 23828, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23121, 23829, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23122, 23830, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23123, 23831, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23124, 23832, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23125, 23833, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23126, 23834, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23127, 23835, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23128, 23836, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23129, 23837, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23130, 23838, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23131, 23839, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23132, 23840, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23133, 23841, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23134, 23842, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23135, 23843, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23136, 23844, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23137, 23845, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23138, 23846, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23139, 23847, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23140, 23848, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23141, 23849, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23142, 23850, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23143, 23851, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23144, 23852, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23145, 23853, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23146, 23854, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23147, 23855, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23148, 23856, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23149, 23857, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23150, 23858, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23151, 23859, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23152, 23860, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23153, 23861, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23154, 23862, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23155, 23863, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23156, 23864, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23157, 23865, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23158, 23866, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23159, 23867, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23160, 23868, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23161, 23869, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23162, 23870, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23163, 23871, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23164, 23872, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23165, 23873, 2, 1, '', '<p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(23166, 23874, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23167, 23875, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23168, 23876, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23169, 23877, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23170, 23878, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23171, 23879, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23172, 23880, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23173, 23881, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23174, 23882, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23175, 23883, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23176, 23884, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23177, 23885, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23178, 23886, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(23179, 23887, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23180, 23888, 2, 1, '', '<p style="text-align: center">The Demon King\'s Phantom Saboteur</p>', 1, 1), +(23181, 23889, 2, 1, '', '<p>The leader of the Yiga Clan, who worship the Demon King. His larger-than-life presence makes him popular and deeply respected. After the Upheaval, Kohga latched on to Zonai devices as a way to increase his power. He had his underlings use the technology to make a variety of bizarre and deadly contraptions to kill you with.</p>', 1, 1), +(23182, 23890, 2, 1, '', '<p style="text-align: center">Leader of the Yiga Clan</p><p>The leader of the Yiga Clan, who worship the Demon King. His larger-than-life presence makes him popular and deeply respected. After the Upheaval, Kohga latched on to Zonai devices as a way to increase his power. He had his underlings use the technology to make a variety of bizarre and deadly contraptions to kill you with.</p>', 1, 1), +(23183, 23891, 2, 1, '', '<p style="text-align: center">Leader of the Yiga Clan</p><p>The leader of the Yiga Clan, who worship the Demon King. His larger-than-life presence makes him popular and deeply respected. After the Upheaval, Kohga latched on to Zonai devices as a way to increase his power. He had his underlings use the technology to make a variety of bizarre and deadly contraptions to kill you with.</p>', 1, 1), +(23184, 23892, 2, 1, '', '<p style="text-align: center">Leader of the Yiga Clan</p><p>The leader of the Yiga Clan, who worship the Demon King. His larger-than-life presence makes him popular and deeply respected. After the Upheaval, Kohga latched on to Zonai devices as a way to increase his power. He had his underlings use the technology to make a variety of bizarre and deadly contraptions to kill you with.</p>', 1, 1), +(23185, 23893, 2, 1, '', '<p>This three-headed monster with lightning, fire, and ice attributes first appeared after the Upheaval. Fighting it alone is inadvisable, as it can launch coordinated elemental attacks with staggering brutality. You must be well-prepared to survive an entanglement with this beast.</p>', 1, 1), +(23186, 23894, 2, 1, '', '<p style="text-align: center">War in the Depths of Hyrule</p><p>The ruler of the Gibdos and the culprit behind the sand shroud that plagued the Gerudo region, the Queen Gibdo is an agile beast who built a nest in the desert to spawn her drones en masse. Her tough exoskeleton deflects ordinary weapons.</p>', 1, 1), +(23187, 23895, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The ruler of the Gibdos and the culprit behind the sand shroud that plagued the Gerudo region, the Queen Gibdo is an agile beast who built a nest in the desert to spawn her drones en masse. Her tough exoskeleton deflects ordinary weapons.</p>', 1, 1), +(23188, 23896, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The ruler of the Gibdos and the culprit behind the sand shroud that plagued the Gerudo region, the Queen Gibdo is an agile beast who built a nest in the desert to spawn her drones en masse. Her tough exoskeleton deflects ordinary weapons.</p>', 1, 1), +(23189, 23897, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The ruler of the Gibdos and the culprit behind the sand shroud that plagued the Gerudo region, the Queen Gibdo is an agile beast who built a nest in the desert to spawn her drones en masse. Her tough exoskeleton deflects ordinary weapons.</p>', 1, 1), +(23190, 23898, 2, 1, '', '<p style="text-align: center">War in the Depths of Hyrule</p><p>The culprit behind marbled rock roast, who produced it and brought it to the Eldin region. It uses its rock-covered legs to execute devastating attacks. The eyeball on its head may look vulnerable, but good luck reaching it atop this creature\'s massive body.</p>', 1, 1), +(23191, 23899, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind marbled rock roast, who produced it and brought it to the Eldin region. It uses its rock-covered legs to execute devastating attacks. The eyeball on its head may look vulnerable, but good luck reaching it atop this creature\'s massive body.</p>', 1, 1), +(23192, 23900, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind marbled rock roast, who produced it and brought it to the Eldin region. It uses its rock-covered legs to execute devastating attacks. The eyeball on its head may look vulnerable, but good luck reaching it atop this creature\'s massive body.</p>', 1, 1), +(23193, 23901, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind marbled rock roast, who produced it and brought it to the Eldin region. It uses its rock-covered legs to execute devastating attacks. The eyeball on its head may look vulnerable, but good luck reaching it atop this creature\'s massive body.</p>', 1, 1), +(23194, 23902, 2, 1, '', '<p style="text-align: center">War in the Depths of Hyrule</p><p>The culprit behind the blizzard that plagued the Hebra region. This huge beast harnesses wind to produce strong updrafts and lift itself aloft. The jagged layer of ice covering its body serves as a protective shield and allows it to launch frozen spikes at its foes.</p>', 1, 1), +(23195, 23903, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind the blizzard that plagued the Hebra region. This huge beast harnesses wind to produce strong updrafts and lift itself aloft. The jagged layer of ice covering its body serves as a protective shield and allows it to launch frozen spikes at its foes.</p>', 1, 1), +(23196, 23904, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind the blizzard that plagued the Hebra region. This huge beast harnesses wind to produce strong updrafts and lift itself aloft. The jagged layer of ice covering its body serves as a protective shield and allows it to launch frozen spikes at its foes.</p>', 1, 1), +(23197, 23905, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind the blizzard that plagued the Hebra region. This huge beast harnesses wind to produce strong updrafts and lift itself aloft. The jagged layer of ice covering its body serves as a protective shield and allows it to launch frozen spikes at its foes.</p>', 1, 1), +(23198, 23906, 2, 1, '', '<p style="text-align: center">Scourge of the Spirit Temple</p><p>The construct that Mineru originally intended to house her spirit. It was changed into this ominous form by the magic power of the Demon King. Originally intended for construction, it is highly durable and able to withstand harsh conditions.</p>', 1, 1), +(23199, 23907, 2, 1, '', '<p style="text-align: center">War in the Depths of Hyrule</p><p>The construct that Mineru originally intended to house her spirit. It was changed into this ominous form by the magic power of the Demon King. Originally intended for construction, it is highly durable and able to withstand harsh conditions.</p>', 1, 1), +(23200, 23908, 2, 1, '', '<p style="text-align: center">War in the Depths of Hyrule</p><p>The culprit behind the sludge that plagued Zora\'s Domain. Despite its small size, it was able to produce a massive deluge of the substance, polluting the entire region. It can mold sludge into outer shells of various shapes, a technique it uses both to protect itself and attack its foes.</p>', 1, 1), +(23201, 23909, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind the sludge that plagued Zora\'s Domain. Despite its small size, it was able to produce a massive deluge of the substance, polluting the entire region. It can mold sludge into outer shells of various shapes, a technique it uses both to protect itself and attack its foes.</p>', 1, 1), +(23202, 23910, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind the sludge that plagued Zora\'s Domain. Despite its small size, it was able to produce a massive deluge of the substance, polluting the entire region. It can mold sludge into outer shells of various shapes, a technique it uses both to protect itself and attack its foes.</p>', 1, 1), +(23203, 23911, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>The culprit behind the sludge that plagued Zora\'s Domain. Despite its small size, it was able to produce a massive deluge of the substance, polluting the entire region. It can mold sludge into outer shells of various shapes, a technique it uses both to protect itself and attack its foes.</p>', 1, 1), +(23204, 23912, 2, 1, '', '<p style="text-align: center">The Menace Unleashed</p><p>An evil man who lived long ago in the era of Hyrule\'s founding. He was imprisoned beneath Hyrule Castle for ages, but the magic weakened, and his power has steadily been growing since. Now he has revived as a threat beyond the knowledge of any. A master of every known weapon, he will not hesitate to crush any foe who stands in his way.</p>', 1, 1), +(23205, 23913, 2, 1, '', '<p style="text-align: center">Master of the Secret Stone</p><p>The fearsome form that Demon King Ganondorf attained after unleashing the power of the secret stone. The ancient sages were no match for him and only barely managed to contain his devastating power. The gloom he produces is a corrosive substance so foul that it can wither anyone who touches it.</p>', 1, 1), +(23206, 23914, 2, 1, '', '<p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(23207, 23915, 2, 1, '', '<p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(23208, 23916, 2, 1, '', '<p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(23209, 23917, 2, 1, '', '<p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(23210, 23918, 2, 1, '', '<p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(23211, 23919, 2, 1, '', '<p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(23212, 23920, 2, 1, '', '<p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(23213, 23921, 2, 1, '', '<p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(23214, 23922, 2, 1, '', '<p>Monsters have built structures onto this Talus to create what might be called a moving fort. Its body is reinforced with wooden planks to keep away enemies. It can\'t be easily climbed.</p>', 1, 1), +(23215, 23923, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(23216, 23924, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(23217, 23925, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a frozen rock formation. Neither sword nor arrow can pierce its frigid form. Merely touching its frosty body can leave you with severe frostbite, but you may be able to scale it if you use something to thaw its icy exterior. Lives in cold, snowy regions.</p>', 1, 1), +(23218, 23926, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(23219, 23927, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(23220, 23928, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(23221, 23929, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(23222, 23930, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Lives not only in meadows and rocky areas but also plains.</p>', 1, 1), +(23223, 23931, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23224, 23932, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23225, 23933, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23226, 23934, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23227, 23935, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23228, 23936, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23229, 23937, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23230, 23938, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23231, 23939, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23232, 23940, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(23233, 23941, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(23234, 23942, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(23235, 23943, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(23236, 23944, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(23237, 23945, 2, 1, '', '<p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(23238, 23946, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Lynel Shield, Lynel Bow</p>', 1, 1), +(23239, 23947, 2, 1, '', '<p>Equipment: Soldier\'s Claymore, Lynel Bow</p>', 1, 1), +(23240, 23948, 2, 1, '', '<p>Equipment: Royal Claymore, Savage Lynel Bow</p><p>Silver Lynels are not to be trifled with. The Demon King\'s fiendish magic has made them the strongest of the Lynel species, beyond even the deadly white-maned variety. Their powerful horns can slice through almost anything. Think of their purple stripes as a warning to keep away.</p>', 1, 1), +(23241, 23949, 2, 1, '', '<p>Equipment: Royal Halberd, Savage Lynel Bow</p><p>Silver Lynels are not to be trifled with. The Demon King\'s fiendish magic has made them the strongest of the Lynel species, beyond even the deadly white-maned variety. Their powerful horns can slice through almost anything. Think of their purple stripes as a warning to keep away.</p>', 1, 1), +(23242, 23950, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Mighty Lynel Shield, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(23243, 23951, 2, 1, '', '<p>Equipment: Knight\'s Halberd, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(23244, 23952, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Mighty Lynel Shield, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(23245, 23953, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Mighty Lynel Shield, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(23246, 23954, 2, 1, '', '<p>Equipment: Knight\'s Claymore, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(23247, 23955, 2, 1, '', '<p>Equipment: Knight\'s Claymore, Mighty Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(23248, 23956, 2, 1, '', '<p>Equipment: Royal Claymore, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(23249, 23957, 2, 1, '', '<p>Equipment: Royal Claymore, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(23250, 23958, 2, 1, '', '<p>Equipment: Royal Claymore, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(23251, 23959, 2, 1, '', '<p>Equipment: Royal Claymore, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(23252, 23960, 2, 1, '', '<p>Equipment: Royal Broadsword, Savage Lynel Shield, Savage Lynel Bow</p><p>Silver Lynels are not to be trifled with. The Demon King\'s fiendish magic has made them the strongest of the Lynel species, beyond even the deadly white-maned variety. Their powerful horns can slice through almost anything. Think of their purple stripes as a warning to keep away.</p>', 1, 1), +(23253, 23961, 2, 1, '', '<p>Equipment: Soldier\'s Broadsword, Lynel Shield, Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. They possess intense intelligence and resilience, as well as a piercing horn, making them among the most dangerous monsters in all the land. This is compounded by their natural resistance to all elements. Only challenge a Lynel if you\'re very well prepared.</p>', 1, 1), +(23254, 23962, 2, 1, '', '<p>Equipment: Soldier\'s Claymore, Lynel Bow</p><p>These fearsome monsters have lived in Hyrule since ancient times. Compared to the standard Lynel, those with blue manes are much tougher, with much sharper horns. Facing off against a Lynel is ill-advised, but if you must, be sure you\'re very well prepared.</p>', 1, 1), +(23255, 23963, 2, 1, '', '<p>Equipment: Royal Broadsword, Savage Lynel Shield, Savage Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(23256, 23964, 2, 1, '', '<p>Equipment: Knight\'s Halberd, Mighty Lynel Bow</p><p>These hooved monsters are said to have lived all over Hyrule since ancient times and are known to be especially dangerous. They are extremely intelligent and resilient and bear very powerful horns. There is very little eyewitness information, because few who encounter them return alive.</p>', 1, 1), +(23257, 23965, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23258, 23966, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23259, 23967, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23260, 23968, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23261, 23969, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23262, 23970, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23263, 23971, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23264, 23972, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23265, 23973, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23266, 23974, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23267, 23975, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23268, 23976, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Despite its unwieldy body, it has incredibly powerful legs that it can use to leap from afar to capture prey. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23269, 23977, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23270, 23978, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23271, 23979, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23272, 23980, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23273, 23981, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23274, 23982, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23275, 23983, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23276, 23984, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23277, 23985, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23278, 23986, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23279, 23987, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23280, 23988, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23281, 23989, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23282, 23990, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23283, 23991, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has legs even more powerful than those of its green-colored counterpart, and it can leap from afar to capture distant enemies. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23284, 23992, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23285, 23993, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23286, 23994, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23287, 23995, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23288, 23996, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23289, 23997, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23290, 23998, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23291, 23999, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23292, 24000, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23293, 24001, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23294, 24002, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23295, 24003, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23296, 24004, 2, 1, '', '<p style="text-align: center">Scourge of the Depths</p><p>A large monster that dwells in the Depths. Has ore on its back to lure enemies. Can shake off enemies who climb atop it and then snatch them midair. Its large mouth allows it to swallow whatever it hungers for in one gulp.</p>', 1, 1), +(23297, 24005, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. It can rearrange the blocks to change its shape at will. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23298, 24006, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. It can rearrange the blocks to change its shape at will. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23299, 24007, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. It can rearrange the blocks to change its shape at will. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23300, 24008, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23301, 24009, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23302, 24010, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23303, 24011, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23304, 24012, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23305, 24013, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23306, 24014, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23307, 24015, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23308, 24016, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has been upgraded to process complex commands and assume modified shapes. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23309, 24017, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23310, 24018, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23311, 24019, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23312, 24020, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23313, 24021, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23314, 24022, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23315, 24023, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23316, 24024, 2, 1, '', '<p>A construct composed of interconnected blocks, made by the Zonai with advanced techniques and magic. This model has increased defenses to protect its vulnerable core. Can change shape in order to block attacks. To provide sufficient energy to power its gigantic form, this construct contains a massive store of Zonai charge.</p>', 1, 1), +(23317, 24146, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(23318, 24147, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23319, 24148, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23320, 24149, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23321, 24150, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23322, 24151, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23323, 24152, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23324, 24153, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23325, 24154, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23326, 24155, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23327, 24156, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23328, 24157, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23329, 24158, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23330, 24159, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23331, 24160, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23332, 24161, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23333, 24162, 2, 1, '', '<p>Contains: Tank</p>', 1, 1), +(23334, 24163, 2, 1, '', '<p>Contains: Flamethrower Balloon</p>', 1, 1), +(23335, 24164, 2, 1, '', '<p>Contains: Three Wheeler</p>', 1, 1), +(23336, 24165, 2, 1, '', '<p>Contains: Fanboat</p>', 1, 1), +(23337, 24166, 2, 1, '', '<p>Contains: Headlight Raft</p>', 1, 1), +(23338, 24167, 2, 1, '', '<p>Contains: Beam Turret</p>', 1, 1), +(23339, 24168, 2, 1, '', '<p>Contains: Vertical Escape</p>', 1, 1), +(23340, 24169, 2, 1, '', '<p>Contains: Cargo Carrier</p>', 1, 1), +(23341, 24170, 2, 1, '', '<p>Contains: Big Rig</p>', 1, 1), +(23342, 24171, 2, 1, '', '<p>Contains: Water Freezer</p>', 1, 1), +(23343, 24172, 2, 1, '', '<p>Contains: Liftoff Glider</p>', 1, 1), +(23344, 24173, 2, 1, '', '<p>Contains: Shock Trap</p>', 1, 1), +(23345, 24174, 2, 1, '', '<p>Contains: Fishing Trawler</p>', 1, 1), +(23346, 24175, 2, 1, '', '<p>Contains: Wagon</p>', 1, 1), +(23347, 24176, 2, 1, '', '<p>Contains: Instant Kitchen</p>', 1, 1), +(23348, 24177, 2, 1, '', '<p>Contains: Super Spring</p>', 1, 1), +(23349, 24178, 2, 1, '', '<p>Contains: Sprinkler System</p>', 1, 1), +(23350, 24179, 2, 1, '', '<p>Contains: Icebreaker</p>', 1, 1), +(23351, 24180, 2, 1, '', '<p>Contains: Aerial Cannon</p>', 1, 1), +(23352, 24181, 2, 1, '', '<p>Contains: Floodlights</p>', 1, 1), +(23353, 24182, 2, 1, '', '<p>Contains: Instant Scaffold</p>', 1, 1), +(23354, 24183, 2, 1, '', '<p>Contains: Monocycle</p>', 1, 1), +(23355, 24184, 2, 1, '', '<p>Contains: Raiding Plane</p>', 1, 1), +(23356, 24185, 2, 1, '', '<p>Contains: Bomb Bouquet</p>', 1, 1), +(23357, 24186, 2, 1, '', '<p>Contains: Triple Cannon</p>', 1, 1), +(23358, 24187, 2, 1, '', '<p>Contains: Scatter Trap</p>', 1, 1), +(23359, 24188, 2, 1, '', '<p>Contains: Smoke Rocket</p>', 1, 1), +(23360, 24189, 2, 1, '', '<p>Contains: Charged Charger</p>', 1, 1), +(23361, 24190, 2, 1, '', '<p>Contains: Rainmaker</p>', 1, 1), +(23362, 24191, 2, 1, '', '<p>Contains: Whirling Basher</p>', 1, 1), +(23363, 24192, 2, 1, '', '<p>Contains: All-Purpose Raft</p>', 1, 1), +(23364, 24193, 2, 1, '', '<p>Contains: Excavator</p>', 1, 1), +(23365, 24194, 2, 1, '', '<p>Contains: Assault Cart</p>', 1, 1), +(23366, 24195, 2, 1, '', '<p>Contains: Beam Spinner</p>', 1, 1), +(23367, 24196, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23368, 24197, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23369, 24198, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23370, 24199, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23371, 24200, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23372, 24201, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23373, 24202, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23374, 24203, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23375, 24204, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23376, 24205, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23377, 24206, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23378, 24207, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23379, 24208, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23380, 24209, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23381, 24210, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23382, 24211, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23383, 24212, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23384, 24213, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23385, 24214, 2, 1, '', '<p>Contains: Diamond</p>', 1, 1), +(23386, 24215, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23387, 24216, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23388, 24217, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23389, 24218, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23390, 24219, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23391, 24220, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23392, 24221, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23393, 24222, 2, 1, '', '<p>Contains: Cap of Twilight</p>', 1, 1), +(23394, 24223, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23395, 24224, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23396, 24225, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23397, 24226, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23398, 24227, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23399, 24228, 2, 1, '', '<p>Contains: Sheik\'s Mask</p>', 1, 1), +(23400, 24229, 2, 1, '', '<p>Contains: Korok Mask</p>', 1, 1), +(23401, 24230, 2, 1, '', '<p>Contains: Ravio\'s Hood</p>', 1, 1), +(23402, 24231, 2, 1, '', '<p>Contains: Zant\'s Helmet</p>', 1, 1), +(23403, 24232, 2, 1, '', '<p>Contains: Majora\'s Mask</p>', 1, 1), +(23404, 24233, 2, 1, '', '<p>Contains: Midna\'s Helmet</p>', 1, 1), +(23405, 24234, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23406, 24235, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23407, 24236, 2, 1, '', '<p>Contains: Biggoron\'s Sword</p>', 1, 1), +(23408, 24237, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23409, 24238, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23410, 24239, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23411, 24240, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23412, 24241, 2, 1, '', '<p>Contains: Huge Crystallized Charge</p>', 1, 1), +(23413, 24242, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(23414, 24243, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(23415, 24244, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(23416, 24245, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(23417, 24246, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(23418, 24247, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(23419, 24248, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(23420, 24249, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23421, 24250, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23422, 24251, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23423, 24252, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23424, 24253, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23425, 24254, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(23426, 24255, 2, 1, '', '<p>Contains: Steering Stick x5</p>', 1, 1), +(23427, 24256, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(23428, 24257, 2, 1, '', '<p>Contains: Zonaite Bow</p>', 1, 1), +(23429, 24258, 2, 1, '', '<p>Contains: Mighty Zonaite Longsword</p>', 1, 1), +(23430, 24259, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(23431, 24260, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(23432, 24261, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(23433, 24262, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(23434, 24263, 2, 1, '', '<p>Contains: Mighty Zonaite Spear</p>', 1, 1), +(23435, 24264, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23436, 24265, 2, 1, '', '<p>Contains: Bomb Flower x10</p>', 1, 1), +(23437, 24266, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23438, 24267, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23439, 24268, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23440, 24269, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23441, 24270, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23442, 24271, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23443, 24272, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23444, 24273, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23445, 24274, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23446, 24275, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23447, 24276, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23448, 24277, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23449, 24278, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23450, 24279, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23451, 24280, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23452, 24281, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23453, 24282, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23454, 24283, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23455, 24284, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23456, 24285, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23457, 24286, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23458, 24287, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23459, 24288, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23460, 24289, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23461, 24290, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23462, 24291, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23463, 24292, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23464, 24293, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23465, 24294, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23466, 24295, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23467, 24296, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23468, 24297, 2, 1, '', '<p>Contains: Sundelion</p>', 1, 1), +(23469, 24298, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23470, 24299, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23471, 24300, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23472, 24301, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23473, 24302, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23474, 24303, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23475, 24304, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23476, 24305, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23477, 24306, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23478, 24307, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23479, 24308, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23480, 24309, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23481, 24310, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23482, 24311, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23483, 24312, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23484, 24313, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23485, 24314, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23486, 24315, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23487, 24316, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23488, 24317, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23489, 24318, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23490, 24319, 2, 1, '', '<p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(23491, 24320, 2, 1, '', '<p>Contains: Brightbloom Seed x5</p>', 1, 1), +(23492, 24321, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23493, 24322, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23494, 24323, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23495, 24324, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23496, 24325, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23497, 24326, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23498, 24327, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23499, 24328, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23500, 24329, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23501, 24330, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23502, 24331, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23503, 24332, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23504, 24333, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23505, 24334, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23506, 24335, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23507, 24336, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23508, 24337, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23509, 24338, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23510, 24339, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23511, 24340, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23512, 24341, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23513, 24342, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23514, 24343, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23515, 24344, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23516, 24345, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23517, 24346, 2, 1, '', '<p>Contains: Arrow x 10</p>', 1, 1), +(23518, 24347, 2, 1, '', '<p>Contains: Soldier\'s Claymore</p>', 1, 1), +(23519, 24348, 2, 1, '', '<p>Contains: Soldier\'s Spear</p>', 1, 1), +(23520, 24349, 2, 1, '', '<p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(23521, 24350, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23522, 24351, 2, 1, '', '<p>Contains: Mighty Zonaite Shield</p>', 1, 1), +(23523, 24352, 2, 1, '', '<p>Contains: Cap of the Wind</p>', 1, 1), +(23524, 24353, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23525, 24354, 2, 1, '', '<p>Contains: Mighty Zonaite Sword</p>', 1, 1), +(23526, 24355, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23527, 24356, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23528, 24357, 2, 1, '', '<p>Contains: Trousers of the Wind</p>', 1, 1), +(23529, 24358, 2, 1, '', '<p>Contains: Tunic of the Wind</p>', 1, 1), +(23530, 24359, 2, 1, '', '<p>Contains: Trousers of Twilight</p>', 1, 1), +(23531, 24360, 2, 1, '', '<p>Contains: Strong Construct Bow</p>', 1, 1), +(23532, 24361, 2, 1, '', '<p>Contains: Strong Construct Bow</p>', 1, 1), +(23533, 24362, 2, 1, '', '<p>Contains: Tunic of Twilight</p>', 1, 1), +(23534, 24363, 2, 1, '', '<p>Contains: Cap of the Sky</p>', 1, 1), +(23535, 24364, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(23536, 24365, 2, 1, '', '<p>Contains: Trousers of the Sky</p>', 1, 1), +(23537, 24366, 2, 1, '', '<p>Contains: Miner\'s Mask</p>', 1, 1), +(23538, 24367, 2, 1, '', '<p>Contains: Tunic of the Sky</p>', 1, 1), +(23539, 24368, 2, 1, '', '<p>Contains: Cap of the Hero</p>', 1, 1), +(23540, 24369, 2, 1, '', '<p>Contains: Trousers of the Hero</p>', 1, 1), +(23541, 24370, 2, 1, '', '<p>Contains: Tunic of the Hero</p>', 1, 1), +(23542, 24371, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23543, 24372, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23544, 24373, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23545, 24374, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23546, 24375, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23547, 24376, 2, 1, '', '<p>Contains: Construct Bow</p>', 1, 1), +(23548, 24377, 2, 1, '', '<p>Contains: Cap of the Wild</p>', 1, 1), +(23549, 24378, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23550, 24379, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(23551, 24380, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23552, 24381, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(23553, 24382, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(23554, 24383, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23555, 24384, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23556, 24385, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23557, 24386, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23558, 24387, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23559, 24388, 2, 1, '', '<p>Contains: Rusty Shield</p>', 1, 1), +(23560, 24389, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(23561, 24390, 2, 1, '', '<p>Contains: Miner\'s Trousers</p>', 1, 1), +(23562, 24391, 2, 1, '', '<p>Contains: Sea-Breeze Shield</p>', 1, 1), +(23563, 24392, 2, 1, '', '<p>Contains: Zonaite Shield</p>', 1, 1), +(23564, 24393, 2, 1, '', '<p>Contains: Miner\'s Top</p>', 1, 1), +(23565, 24394, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23566, 24395, 2, 1, '', '<p>Contains: Evil Spirit Mask</p>', 1, 1), +(23567, 24396, 2, 1, '', '<p>Contains: Zonaite Shield</p>', 1, 1), +(23568, 24397, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23569, 24398, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23570, 24399, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23571, 24400, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23572, 24401, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23573, 24402, 2, 1, '', '<p>Contains: Evil Spirit Greaves</p>', 1, 1), +(23574, 24403, 2, 1, '', '<p>Contains: Tunic of the Wild</p>', 1, 1), +(23575, 24404, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23576, 24405, 2, 1, '', '<p>Contains: Large Zonaite</p>', 1, 1), +(23577, 24406, 2, 1, '', '<p>Contains: Evil Spirit Armor</p>', 1, 1), +(23578, 24407, 2, 1, '', '<p>Contains: Cap of Time</p>', 1, 1), +(23579, 24408, 2, 1, '', '<p>Contains: Zonaite x3</p>', 1, 1), +(23580, 24409, 2, 1, '', '<p>Contains: Ruby</p>', 1, 1), +(23581, 24410, 2, 1, '', '<p>Contains: Trousers of Time</p>', 1, 1), +(23582, 24411, 2, 1, '', '<p>Contains: Tunic of Time</p>', 1, 1), +(23583, 24412, 2, 1, '', '<p>Contains: Sword of the Hero</p>', 1, 1), +(23584, 24413, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23585, 24414, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23586, 24415, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23587, 24416, 2, 1, '', '<p>Contains: Sea-Breeze Boomerang</p>', 1, 1), +(23588, 24417, 2, 1, '', '<p>Contains: Zonai Charge</p>', 1, 1), +(23589, 24418, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23590, 24419, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23591, 24420, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23592, 24421, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23593, 24422, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23594, 24423, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23595, 24424, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23596, 24425, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23597, 24426, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23598, 24427, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23599, 24428, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23600, 24429, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23601, 24430, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23602, 24431, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23603, 24432, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23604, 24433, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23605, 24434, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23606, 24435, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23607, 24436, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23608, 24437, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23609, 24438, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23610, 24439, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23611, 24440, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23612, 24441, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23613, 24442, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23614, 24443, 2, 1, '', '<p>Contains: Large Crystallized Charge</p>', 1, 1), +(23615, 24444, 2, 1, '', '<p>Contains: Strong Construct Bow</p>', 1, 1), +(23616, 24445, 2, 1, '', '<p>Contains: Trousers of the Wild</p>', 1, 1), +(23617, 24449, 2, 1, '', '<p>An upgraded Boko bow bound with animal bone to boost its durability and firepower. Its craftsmanship is sloppy, but it\'s light and easy to use.</p>', 1, 1), +(23618, 24450, 2, 1, '', '<p>A basic Bokoblin bow made of wood. It\'s made by taking any tree branch and just tying a string to either end, so don\'t expect much in the way of combat effectiveness.</p>', 1, 1), +(23619, 24451, 2, 1, '', '<p>A powerful bow for a Captain Construct. Though still fireproof, it\'s more complex than earlier models. The bowstring is extremely tense and requires great strength to draw.</p>', 1, 1), +(23620, 24452, 2, 1, '', '<p>A wooden bow from the olden days. It\'s built for hunting, but it\'s not very powerful.</p>', 1, 1), +(23621, 24453, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23622, 24454, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23623, 24455, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23624, 24456, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23625, 24457, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23626, 24458, 2, 1, '', '<p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(23627, 24459, 2, 1, '', '<p>In its former state, this hefty weapon knocked out many a foe. Decayed, it still packs a punch and is great for breaking rocks.</p>', 1, 1), +(23628, 24460, 2, 1, '', '<p>A powerful, large sword used by Zonai and made of zonaite. It resonates with attached Zonai devices to greatly increase its attack power.</p>', 1, 1), +(23629, 24461, 2, 1, '', '<p>A shield used by Zonai and made of zonaite. It is very durable and draws on its stored energy to more efficiently use an attached Zonai device.</p>', 1, 1), +(23630, 24462, 2, 1, '', '<p>An aged, worn-out wooden shield. It can withstand lighter attacks, such as arrows.</p>', 1, 1), +(23631, 24463, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23632, 24464, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23633, 24465, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23634, 24466, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23635, 24467, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23636, 24468, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23637, 24469, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23638, 24470, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23639, 24471, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23640, 24472, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23641, 24473, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23642, 24474, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23643, 24475, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23644, 24476, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23645, 24477, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23646, 24478, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23647, 24479, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23648, 24480, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23649, 24481, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23650, 24482, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23651, 24483, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23652, 24484, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23653, 24485, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23654, 24486, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23655, 24487, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23656, 24488, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23657, 24489, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23658, 24490, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23659, 24491, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23660, 24492, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23661, 24493, 2, 1, '', '<p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(23662, 24494, 2, 1, '', '<p>A powerful Zonai spear made of zonaite. It resonates with attached Zonai devices to greatly increase its attack power.</p>', 1, 1), +(23663, 24495, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23664, 24496, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23665, 24497, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23666, 24498, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23667, 24499, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23668, 24500, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23669, 24501, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23670, 24502, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23671, 24503, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23672, 24504, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23673, 24505, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23674, 24506, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23675, 24507, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23676, 24508, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23677, 24509, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23678, 24510, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23679, 24511, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23680, 24512, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23681, 24513, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23682, 24514, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23683, 24515, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23684, 24516, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23685, 24517, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23686, 24518, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23687, 24519, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23688, 24520, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23689, 24521, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23690, 24522, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23691, 24523, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23692, 24524, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23693, 24525, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23694, 24526, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23695, 24527, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23696, 24528, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23697, 24529, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23698, 24530, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23699, 24531, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23700, 24532, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23701, 24533, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23702, 24534, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23703, 24535, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23704, 24536, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23705, 24537, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23706, 24538, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23707, 24539, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23708, 24540, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23709, 24541, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23710, 24542, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23711, 24543, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23712, 24544, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23713, 24545, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23714, 24546, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23715, 24547, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23716, 24548, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23717, 24549, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23718, 24550, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23719, 24551, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23720, 24552, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23721, 24553, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23722, 24554, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23723, 24555, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23724, 24556, 2, 1, '', '<p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(23725, 24557, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(23726, 24558, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(23727, 24559, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(23728, 24560, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(23729, 24561, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(23730, 24562, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23731, 24563, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23732, 24564, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23733, 24565, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23734, 24566, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23735, 24567, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23736, 24568, 2, 1, '', '<p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(23737, 24569, 2, 1, '', '<p>A decayed wooden boomerang. A useful tool that comes back after you throw it. Its current state has not lessened its performance.</p>', 1, 1), +(23738, 24570, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(23739, 24571, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(23740, 24572, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(23741, 24573, 2, 1, '', '<p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(23742, 24574, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(23743, 24575, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(23744, 24576, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(23745, 24577, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(23746, 24578, 2, 1, '', '<p>A curved sword favored by the Lizalfos. It\'s made of metal so it can safely be used near fire. If you throw it, it will return to you.</p>', 1, 1), +(23747, 24579, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23748, 24580, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23749, 24581, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23750, 24582, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23751, 24583, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23752, 24584, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23753, 24585, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23754, 24586, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23755, 24587, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23756, 24588, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23757, 24589, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23758, 24590, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(23759, 24591, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23760, 24592, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23761, 24593, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23762, 24594, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23763, 24595, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23764, 24596, 2, 1, '', '<p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(23765, 24597, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(23766, 24598, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(23767, 24599, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(23768, 24600, 2, 1, '', '<p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(23769, 24601, 2, 1, '', '<p>A powerful sword used by Zonai and made of zonaite. It resonates with attached Zonai devices to greatly increase its attack power.</p>', 1, 1), +(23770, 24602, 2, 1, '', '<p style="text-align: center">North Hyrule Plain Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23771, 24603, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23772, 24604, 2, 1, '', '<p style="text-align: center">Hebra South Summit Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23773, 24605, 2, 1, '', '<p style="text-align: center">Brightcap Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23774, 24606, 2, 1, '', '<p style="text-align: center">Dueling Peaks North Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23775, 24607, 2, 1, '', '<p style="text-align: center">Mount Drena Foothill Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23776, 24608, 2, 1, '', '<p style="text-align: center">Satori Mountain Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23777, 24609, 2, 1, '', '<p style="text-align: center">Ancient Columns Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23778, 24610, 2, 1, '', '<p style="text-align: center">Whistling Hill Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23779, 24611, 2, 1, '', '<p style="text-align: center">Satori Mountain Foothill Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23780, 24612, 2, 1, '', '<p style="text-align: center">Sturnida Springs Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23781, 24613, 2, 1, '', '<p style="text-align: center">Ranch Ruins Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23782, 24614, 2, 1, '', '<p style="text-align: center">Hebra Headspring Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23783, 24615, 2, 1, '', '<p style="text-align: center">Cave Under Zora\'s Domain</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23784, 24616, 2, 1, '', '<p style="text-align: center">Talonto Peak Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23785, 24617, 2, 1, '', '<p style="text-align: center">Rauru Hillside Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23786, 24618, 2, 1, '', '<p style="text-align: center">Ancient Tree Stump Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23787, 24619, 2, 1, '', '<p style="text-align: center">Lake Hylia Whirlpool Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23788, 24620, 2, 1, '', '<p style="text-align: center">Ancient Zora Waterworks</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23789, 24621, 2, 1, '', '<p style="text-align: center">Tanagar Canyon East Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23790, 24622, 2, 1, '', '<p style="text-align: center">East Biron Snowshelf Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23791, 24623, 2, 1, '', '<p style="text-align: center">Lindor\'s Brow Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23792, 24624, 2, 1, '', '<p style="text-align: center">Sahasra Slope Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23793, 24625, 2, 1, '', '<p style="text-align: center">Thundra Plateau Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23794, 24626, 2, 1, '', '<p style="text-align: center">Yiga Clan Maritta Branch</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23795, 24627, 2, 1, '', '<p style="text-align: center">Cora Lakefront Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23796, 24628, 2, 1, '', '<p style="text-align: center">Tanagar Canyon West Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23797, 24629, 2, 1, '', '<p style="text-align: center">Tabantha Hills Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23798, 24630, 2, 1, '', '<p style="text-align: center">Rospro Pass Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23799, 24631, 2, 1, '', '<p style="text-align: center">West Lake Totori Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23800, 24632, 2, 1, '', '<p style="text-align: center">Kopeeki Drifts Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23801, 24633, 2, 1, '', '<p style="text-align: center">Upland Zorana Summit Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23802, 24634, 2, 1, '', '<p style="text-align: center">Lake Kilsie Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23803, 24635, 2, 1, '', '<p style="text-align: center">Hebra Mountains Northwest Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23804, 24636, 2, 1, '', '<p style="text-align: center">Passeri Greenbelt Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23805, 24637, 2, 1, '', '<p style="text-align: center">Gerudo Canyon Mine</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23806, 24638, 2, 1, '', '<p style="text-align: center">Retsam Forest Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23807, 24639, 2, 1, '', '<p style="text-align: center">Kakariko Village Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23808, 24640, 2, 1, '', '<p style="text-align: center">Rebonae Bridge Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23809, 24641, 2, 1, '', '<p style="text-align: center">Lake Ferona Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23810, 24642, 2, 1, '', '<p style="text-align: center">YunoboCo HQ East Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23811, 24643, 2, 1, '', '<p style="text-align: center">West Restaurant Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23812, 24644, 2, 1, '', '<p style="text-align: center">Isle of Rabac Gallery</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23813, 24645, 2, 1, '', '<p style="text-align: center">Ulria Grotto South Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23814, 24646, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23815, 24647, 2, 1, '', '<p style="text-align: center">Akkala Citadel Ruins Summit Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23816, 24648, 2, 1, '', '<p style="text-align: center">North Akkala Beach Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23817, 24649, 2, 1, '', '<p style="text-align: center">Dueling Peaks South Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23818, 24650, 2, 1, '', '<p style="text-align: center">Oakle\'s Navel Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23819, 24651, 2, 1, '', '<p style="text-align: center">Akkala Citadel Ruins Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23820, 24652, 2, 1, '', '<p style="text-align: center">Koukot Plateau Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23821, 24653, 2, 1, '', '<p style="text-align: center">Ulria Grotto East Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23822, 24654, 2, 1, '', '<p style="text-align: center">Mount Nabooru South Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23823, 24655, 2, 1, '', '<p style="text-align: center">Puffer Beach Overhead Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23824, 24656, 2, 1, '', '<p style="text-align: center">Walnot Mountain Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23825, 24657, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23826, 24658, 2, 1, '', '<p style="text-align: center">Cephla Lake Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23827, 24659, 2, 1, '', '<p style="text-align: center">Crenel Hills Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23828, 24660, 2, 1, '', '<p style="text-align: center">Mount Nabooru Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23829, 24661, 2, 1, '', '<p style="text-align: center">Popla Foothills Excavation Site</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23830, 24662, 2, 1, '', '<p style="text-align: center">Crenel Peak Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23831, 24663, 2, 1, '', '<p style="text-align: center">Stalry Plateau Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23832, 24664, 2, 1, '', '<p style="text-align: center">Lanayru Road East Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23833, 24665, 2, 1, '', '<p style="text-align: center">Pico Pond Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23834, 24666, 2, 1, '', '<p style="text-align: center">Pikida Stonegrove Northwest Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23835, 24667, 2, 1, '', '<p style="text-align: center">Icefall Foothills Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23836, 24668, 2, 1, '', '<p style="text-align: center">Death Mountain East Tunnel</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23837, 24669, 2, 1, '', '<p style="text-align: center">Lake Darman Monster Den</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23838, 24670, 2, 1, '', '<p style="text-align: center">Gorko Tunnel</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23839, 24671, 2, 1, '', '<p style="text-align: center">Lizard\'s Burrow</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23840, 24672, 2, 1, '', '<p style="text-align: center">YunoboCo HQ South Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23841, 24673, 2, 1, '', '<p style="text-align: center">Lake Intenoch Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23842, 24674, 2, 1, '', '<p style="text-align: center">Goronbi River Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23843, 24675, 2, 1, '', '<p style="text-align: center">Death Mountain West Tunnel</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23844, 24676, 2, 1, '', '<p style="text-align: center">Coliseum Ruins Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23845, 24677, 2, 1, '', '<p style="text-align: center">Fort Hateno Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23846, 24678, 2, 1, '', '<p style="text-align: center">Horon Lagoon Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23847, 24679, 2, 1, '', '<p style="text-align: center">Deplian Badlands Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23848, 24680, 2, 1, '', '<p style="text-align: center">Byroad to Lanayru Wetlands</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23849, 24681, 2, 1, '', '<p style="text-align: center">Gisa Crater Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23850, 24682, 2, 1, '', '<p style="text-align: center">Spectacle Rock Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23851, 24683, 2, 1, '', '<p style="text-align: center">Lower Spectacle Rock Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23852, 24684, 2, 1, '', '<p style="text-align: center">Mapla Point Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23853, 24685, 2, 1, '', '<p style="text-align: center">Death Mountain Foothill Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23854, 24686, 2, 1, '', '<p style="text-align: center">Deepback Bay Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23855, 24687, 2, 1, '', '<p style="text-align: center">East Restaurant Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23856, 24688, 2, 1, '', '<p style="text-align: center">East Gerudo Ruins Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23857, 24689, 2, 1, '', '<p style="text-align: center">Hebra Great Skeleton</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23858, 24690, 2, 1, '', '<p style="text-align: center">Taafei Hill Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23859, 24691, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23860, 24692, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23861, 24693, 2, 1, '', '<p style="text-align: center">River of the Dead Waterfall Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23862, 24694, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23863, 24695, 2, 1, '', '<p style="text-align: center">Quicksand Lake Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23864, 24696, 2, 1, '', '<p style="text-align: center">Calora Lake Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23865, 24697, 2, 1, '', '<p style="text-align: center">Gerudo Great Skeleton</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23866, 24698, 2, 1, '', '<p style="text-align: center">Rodai Lakefront Tunnel</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23867, 24699, 2, 1, '', '<p style="text-align: center">Mount Dunsel Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23868, 24700, 2, 1, '', '<p style="text-align: center">Meadela\'s Mantle Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23869, 24701, 2, 1, '', '<p style="text-align: center">Atun Valley Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23870, 24702, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23871, 24703, 2, 1, '', '<p style="text-align: center">Tamio River Downstream Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23872, 24704, 2, 1, '', '<p style="text-align: center">Shrine of Resurrection</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23873, 24705, 2, 1, '', '<p style="text-align: center">Skull Lake Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23874, 24706, 2, 1, '', '<p style="text-align: center">Construction Site Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23875, 24707, 2, 1, '', '<p style="text-align: center">Tarrey Town Tunnel</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23876, 24708, 2, 1, '', '<p style="text-align: center">Cape Cales Cliffbase Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23877, 24709, 2, 1, '', '<p style="text-align: center">Great Plateau Foothill Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23878, 24710, 2, 1, '', '<p style="text-align: center">Gerudo Sanctuary</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23879, 24711, 2, 1, '', '<p style="text-align: center">Central Gerudo Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23880, 24712, 2, 1, '', '<p style="text-align: center">South Gerudo Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23881, 24713, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23882, 24714, 2, 1, '', '<p style="text-align: center">Yiga Blademaster Station</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23883, 24715, 2, 1, '', '<p style="text-align: center">Statue of the Eighth Heroine Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23884, 24716, 2, 1, '', '<p style="text-align: center">Mystathi\'s Shelf Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23885, 24717, 2, 1, '', '<p style="text-align: center">Corta Lake Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23886, 24718, 2, 1, '', '<p style="text-align: center">Ubota Point Cave</p><p>These mysterious creatures dwell in caves all around the world. They like to stay hidden and will spew bubbles when threatened. When overcome, they disappear and leave behind mysterious objects.</p>', 1, 1), +(23887, 24719, 2, 1, '', '<p style="text-align: center">Death Mountain East Tunnel</p><p>This enormous monster is naturally camouflaged as molten rock. Neither sword nor arrow can pierce its fiery form. Merely touching its magma-hot body can burn you pretty badly, but you may be able to scale it if you can use something to chill its flames.</p>', 1, 1), +(23888, 24720, 2, 1, '', '<p style="text-align: center">Ancient Zora Waterworks</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23889, 24721, 2, 1, '', '<p style="text-align: center">Ulria Grotto South Cave</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23890, 24722, 2, 1, '', '<p style="text-align: center">Byroad to Lanayru Wetlands</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23891, 24723, 2, 1, '', '<p style="text-align: center">Deya Village Ruins Well</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23892, 24724, 2, 1, '', '<p style="text-align: center">Crenel Hills Cave</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Stronger than your average Stone Talus, and unlike that creature, its ore deposit consists mostly of luminous stone.</p>', 1, 1), +(23893, 24725, 2, 1, '', '<p style="text-align: center">Taafei Hill Cave</p><p>This enormous monster is naturally camouflaged as a rock formation. Neither sword nor arrow can pierce its stony form, but a cunning adventurer knows to scale its body and attack the ore sprouting from its peak. Unlike your average Stone Talus, this type\'s ore deposit contains a large amount of precious ore, making it a rare find.</p>', 1, 1), +(23894, 24726, 2, 1, '', '<p style="text-align: center">Tabantha Village Ruins Well</p>', 1, 1), +(23895, 24727, 2, 1, '', '<p style="text-align: center">Goponga Village Ruins Well</p>', 1, 1), +(23896, 24728, 2, 1, '', '<p style="text-align: center">Dronoc\'s Pass Well</p>', 1, 1), +(23897, 24729, 2, 1, '', '<p style="text-align: center">Mount Drena Foothill Cave</p>', 1, 1), +(23898, 24730, 2, 1, '', '<p style="text-align: center">Tabahl Woods Well</p>', 1, 1), +(23899, 24731, 2, 1, '', '<p style="text-align: center">Popla Foothills South Well</p>', 1, 1), +(23900, 24732, 2, 1, '', '<p style="text-align: center">Carok Bridge Well</p>', 1, 1), +(23901, 24733, 2, 1, '', '<p style="text-align: center">Stalry Plateau Cave</p>', 1, 1), +(23902, 24734, 2, 1, '', '<p style="text-align: center">Outskirt Hill Well</p>', 1, 1), +(23903, 24735, 2, 1, '', '<p style="text-align: center">Lake Darman Monster Den</p>', 1, 1), +(23904, 24736, 2, 1, '', '<p style="text-align: center">Isle of Rabac Gallery</p>', 1, 1), +(23905, 24737, 2, 1, '', '<p style="text-align: center">Lake Darman Monster Den</p>', 1, 1), +(23906, 24738, 2, 1, '', '<p style="text-align: center">Kakariko Village Well</p>', 1, 1), +(23907, 24739, 2, 1, '', '<p style="text-align: center">Cave_Hebra_0042</p>', 1, 1), +(23908, 24740, 2, 1, '', '<p style="text-align: center">Cave Under Zora\'s Domain</p>', 1, 1), +(23909, 24741, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p>', 1, 1), +(23910, 24742, 2, 1, '', '<p style="text-align: center">Meadela\'s Mantle Cave</p>', 1, 1), +(23911, 24743, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(23912, 24744, 2, 1, '', '<p style="text-align: center">Popla Foothills Excavation Site</p>', 1, 1), +(23913, 24745, 2, 1, '', '<p style="text-align: center">River of the Dead Waterfall Cave</p>', 1, 1), +(23914, 24746, 2, 1, '', '<p style="text-align: center">Yiga Blademaster Station</p>', 1, 1), +(23915, 24747, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p>', 1, 1), +(23916, 24748, 2, 1, '', '<p style="text-align: center">West Lake Totori Cave</p>', 1, 1), +(23917, 24749, 2, 1, '', '<p style="text-align: center">Kopeeki Drifts Cave</p>', 1, 1), +(23918, 24750, 2, 1, '', '<p style="text-align: center">Lake Hylia Whirlpool Cave</p>', 1, 1), +(23919, 24751, 2, 1, '', '<p style="text-align: center">Tobio\'s Hollow Cave</p>', 1, 1), +(23920, 24752, 2, 1, '', '<p style="text-align: center">Mount Dunsel Cave</p>', 1, 1), +(23921, 24753, 2, 1, '', '<p style="text-align: center">YunoboCo HQ East Cave</p>', 1, 1), +(23922, 24754, 2, 1, '', '<p style="text-align: center">Lake Intenoch Cave</p>', 1, 1), +(23923, 24755, 2, 1, '', '<p style="text-align: center">Isle of Rabac Gallery</p>', 1, 1), +(23924, 24756, 2, 1, '', '<p style="text-align: center">Great Plateau Foothill Cave</p>', 1, 1), +(23925, 24757, 2, 1, '', '<p style="text-align: center">Deya Village Ruins South Well</p>', 1, 1), +(23926, 24758, 2, 1, '', '<p style="text-align: center">Elma Knolls Well</p>', 1, 1), +(23927, 24759, 2, 1, '', '<p style="text-align: center">Tanagar Canyon West Cave</p>', 1, 1), +(23928, 24760, 2, 1, '', '<p style="text-align: center">Ralis Channel</p>', 1, 1), +(23929, 24761, 2, 1, '', '<p style="text-align: center">Tarm Point Cave</p>', 1, 1), +(23930, 24762, 2, 1, '', '<p style="text-align: center">Boné Pond East Cave</p>', 1, 1), +(23931, 24763, 2, 1, '', '<p style="text-align: center">Crenel Peak Cave</p>', 1, 1), +(23932, 24764, 2, 1, '', '<p style="text-align: center">Cave_LanayruMountain</p>', 1, 1), +(23933, 24765, 2, 1, '', '<p style="text-align: center">Deepback Bay Cave</p>', 1, 1), +(23934, 24766, 2, 1, '', '<p style="text-align: center">Lanayru Road East Cave</p>', 1, 1), +(23935, 24767, 2, 1, '', '<p style="text-align: center">Oakle\'s Navel Cave</p>', 1, 1), +(23936, 24768, 2, 1, '', '<p style="text-align: center">Cave_LanayruMountain_0004</p>', 1, 1), +(23937, 24769, 2, 1, '', '<p style="text-align: center">Lindor\'s Brow Cave</p>', 1, 1), +(23938, 24770, 2, 1, '', '<p style="text-align: center">Deplian Badlands Cave</p>', 1, 1), +(23939, 24771, 2, 1, '', '<p style="text-align: center">Hebra Mountains Northwest Cave</p>', 1, 1), +(23940, 24772, 2, 1, '', '<p style="text-align: center">Icefall Foothills Cave</p>', 1, 1), +(23941, 24773, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p>', 1, 1), +(23942, 24774, 2, 1, '', '<p style="text-align: center">Death Mountain Foothill Cave</p><p>Contains: Soldier\'s Spear</p>', 1, 1), +(23943, 24775, 2, 1, '', '<p style="text-align: center">Rebonae Bridge Cave</p><p>Contains: Bomb Flower x5</p>', 1, 1), +(23944, 24776, 2, 1, '', '<p style="text-align: center">Fort Hateno Cave</p><p>Contains: Knight\'s Halberd</p>', 1, 1), +(23945, 24777, 2, 1, '', '<p style="text-align: center">Atun Valley Cave</p><p>Contains: Royal Halberd</p>', 1, 1), +(23946, 24778, 2, 1, '', '<p style="text-align: center">Deplian Badlands Cave</p><p>Contains: Gnarled Long Stick</p>', 1, 1), +(23947, 24779, 2, 1, '', '<p style="text-align: center">South Gerudo Cave</p><p>Contains: Gerudo Spear</p>', 1, 1), +(23948, 24780, 2, 1, '', '<p style="text-align: center">Deplian Badlands Cave</p><p>Contains: Forest Dweller\'s Spear</p>', 1, 1), +(23949, 24781, 2, 1, '', '<p style="text-align: center">Passeri Greenbelt Cave</p><p>Contains: Traveler\'s Spear</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(23950, 24782, 2, 1, '', '<p style="text-align: center">Rauru Hillside Cave</p><p>Contains: Sturdy Long Stick</p>', 1, 1), +(23951, 24783, 2, 1, '', '<p style="text-align: center">Tabantha Hills Cave</p><p>Contains: Feathered Spear</p>', 1, 1), +(23952, 24784, 2, 1, '', '<p style="text-align: center">Irch Plain Well</p><p>Contains: Soldier\'s Spear</p>', 1, 1), +(23953, 24785, 2, 1, '', '<p style="text-align: center">Akkala Citadel Ruins Cave</p><p>Contains: Sturdy Long Stick</p>', 1, 1), +(23954, 24786, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>Contains: Gerudo Scimitar</p>', 1, 1), +(23955, 24787, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>Contains: Gerudo Shield</p>', 1, 1), +(23956, 24788, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>Contains: Topaz</p>', 1, 1), +(23957, 24789, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>Contains: Radiant Shield</p>', 1, 1), +(23958, 24790, 2, 1, '', '<p style="text-align: center">Gerudo Canyon Mine</p><p>Contains: Bomb Flower x5</p>', 1, 1), +(23959, 24791, 2, 1, '', '<p style="text-align: center">Mount Dunsel Cave</p><p>Contains: Royal Shield</p>', 1, 1), +(23960, 24792, 2, 1, '', '<p style="text-align: center">Mount Dunsel Cave</p><p>Contains: Royal Bow</p>', 1, 1), +(23961, 24793, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>Contains: Topaz</p>', 1, 1), +(23962, 24794, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>Contains: Silver Rupee</p>', 1, 1), +(23963, 24795, 2, 1, '', '<p style="text-align: center">Atun Valley Cave</p><p>Contains: Throwing Spear</p>', 1, 1), +(23964, 24796, 2, 1, '', '<p style="text-align: center">Byroad to Lanayru Wetlands</p><p>Contains: Soldier\'s Spear</p>', 1, 1), +(23965, 24797, 2, 1, '', '<p style="text-align: center">Dueling Peaks South Cave</p><p>Contains: Tingle\'s Shirt</p>', 1, 1), +(23966, 24798, 2, 1, '', '<p style="text-align: center">Gerudo Great Skeleton</p><p>Contains: Topaz</p>', 1, 1), +(23967, 24799, 2, 1, '', '<p style="text-align: center">Akkala Citadel Ruins Cave</p><p>Contains: Soldier\'s Spear</p>', 1, 1), +(23968, 24800, 2, 1, '', '<p style="text-align: center">Skull Lake Cave</p><p>Contains: Fierce Deity Mask</p>', 1, 1), +(23969, 24801, 2, 1, '', '<p style="text-align: center">North Akkala Beach Cave</p><p>Contains: Royal Halberd</p>', 1, 1), +(23970, 24802, 2, 1, '', '<p style="text-align: center">Akkala Citadel Ruins Summit Cave</p><p>Contains: Fierce Deity Armor</p>', 1, 1), +(23971, 24803, 2, 1, '', '<p style="text-align: center">Ranch Ruins Cave</p><p>Contains: Traveler\'s Sword</p>', 1, 1), +(23972, 24804, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>Contains: Knight\'s Halberd</p>', 1, 1), +(23973, 24805, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>Contains: Soldier\'s Helm</p>', 1, 1), +(23974, 24806, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>Contains: Knight\'s Broadsword</p>', 1, 1), +(23975, 24807, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>Contains: Soldier\'s Armor</p>', 1, 1), +(23976, 24808, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>Contains: Soldier\'s Greaves</p>', 1, 1), +(23977, 24809, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>Contains: Soldier\'s Claymore</p>', 1, 1), +(23978, 24810, 2, 1, '', '<p style="text-align: center">Ancient Tree Stump Cave</p><p>Contains: Fierce Deity Boots</p>', 1, 1), +(23979, 24811, 2, 1, '', '<p style="text-align: center">Whistling Hill Cave</p><p>Contains: Rubber Armor</p>', 1, 1), +(23980, 24812, 2, 1, '', '<p style="text-align: center">Whistling Hill Cave</p><p>Contains: Soldier’s Shield</p>', 1, 1), +(23981, 24813, 2, 1, '', '<p style="text-align: center">Coliseum Ruins Cave</p><p>Contains: Trousers of Awakening</p>', 1, 1), +(23982, 24814, 2, 1, '', '<p style="text-align: center">Death Mountain West Tunnel</p><p>Contains: Cobble Crusher</p>', 1, 1), +(23983, 24815, 2, 1, '', '<p style="text-align: center">Isle of Rabac Gallery</p><p>Contains: Ruby</p>', 1, 1), +(23984, 24816, 2, 1, '', '<p style="text-align: center">Southern Mine</p><p>Contains: Cobble Crusher</p>', 1, 1), +(23985, 24817, 2, 1, '', '<p style="text-align: center">YunoboCo HQ South Cave</p><p>Contains: Ember Headdress</p>', 1, 1), +(23986, 24818, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23987, 24819, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23988, 24820, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23989, 24821, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23990, 24822, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23991, 24823, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23992, 24824, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23993, 24825, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23994, 24826, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23995, 24827, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23996, 24828, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23997, 24829, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23998, 24830, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(23999, 24831, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24000, 24832, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24001, 24833, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24002, 24834, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24003, 24835, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24004, 24836, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24005, 24837, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24006, 24838, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24007, 24839, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24008, 24840, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24009, 24841, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24010, 24842, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24011, 24843, 2, 1, '', '<p>Contains: Green Rupee</p>', 1, 1), +(24012, 24844, 2, 1, '', '<p>Contains: Fierce Deity Sword</p>', 1, 1), +(24013, 24845, 2, 1, '', '<p style="text-align: center">Gerudo Sanctuary</p><p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(24014, 24846, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p><p>Contains: Topaz</p>', 1, 1), +(24015, 24847, 2, 1, '', '<p style="text-align: center">Quicksand Lake Cave</p><p>Contains: Knight\'s Shield</p>', 1, 1), +(24016, 24848, 2, 1, '', '<p style="text-align: center">Mount Nabooru Cave</p><p>Contains: Knight\'s Halberd</p>', 1, 1), +(24017, 24849, 2, 1, '', '<p style="text-align: center">Cora Lakefront Cave</p><p>Contains: Bomb Flower x3</p>', 1, 1), +(24018, 24850, 2, 1, '', '<p style="text-align: center">Cora Lakefront Cave</p><p>Contains: Knight\'s Halberd</p>', 1, 1), +(24019, 24851, 2, 1, '', '<p style="text-align: center">Puffer Beach Overhead Cave</p><p>Contains: Phantom Helmet</p>', 1, 1), +(24020, 24852, 2, 1, '', '<p style="text-align: center">Stalry Plateau Cave</p><p>Contains: Knight\'s Shield</p>', 1, 1), +(24021, 24853, 2, 1, '', '<p style="text-align: center">South Gerudo Cave</p><p>Contains: Gerudo Spear</p>', 1, 1), +(24022, 24854, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>Contains: Phantom Greaves</p>', 1, 1), +(24023, 24855, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>Contains: Gerudo Bow</p>', 1, 1), +(24024, 24856, 2, 1, '', '<p style="text-align: center">Pikida Stonegrove Northwest Cave</p><p>Contains: Long Stick</p>', 1, 1), +(24025, 24857, 2, 1, '', '<p style="text-align: center">Tabantha Hills Cave</p><p>Contains: Feathered Spear</p>', 1, 1), +(24026, 24858, 2, 1, '', '<p style="text-align: center">North Hyrule Plain Cave</p><p>Contains: Climbing Gear</p>', 1, 1), +(24027, 24859, 2, 1, '', '<p style="text-align: center">Tamio River Downstream Cave</p><p>Contains: Phantom Armor</p>', 1, 1), +(24028, 24860, 2, 1, '', '<p style="text-align: center">Tamio River Downstream Cave</p><p>Contains: Gerudo Spear</p>', 1, 1), +(24029, 24861, 2, 1, '', '<p style="text-align: center">Thundra Plateau Cave</p><p>Contains: Mask of Awakening</p>', 1, 1), +(24030, 24862, 2, 1, '', '<p style="text-align: center">Mapla Point Cave</p><p>Contains: Purple Rupee</p>', 1, 1), +(24031, 24863, 2, 1, '', '<p style="text-align: center">Lanayru Road East Cave</p><p>Contains: Soldier\'s Spear</p>', 1, 1), +(24032, 24864, 2, 1, '', '<p style="text-align: center">Robred Dropoff Cave</p><p>Contains: Barbarian Helm</p>', 1, 1), +(24033, 24865, 2, 1, '', '<p style="text-align: center">Walnot Mountain Cave</p><p>Contains: Barbarian Leg Wraps</p>', 1, 1), +(24034, 24866, 2, 1, '', '<p style="text-align: center">Walnot Mountain Cave</p><p>Contains: Royal Halberd</p>', 1, 1), +(24035, 24867, 2, 1, '', '<p style="text-align: center">Walnot Mountain Cave</p><p>Contains: Giant Boomerang</p>', 1, 1), +(24036, 24868, 2, 1, '', '<p style="text-align: center">Walnot Mountain Cave</p><p>Contains: Knight\'s Claymore</p>', 1, 1), +(24037, 24869, 2, 1, '', '<p style="text-align: center">Cape Cales Cliffbase Cave</p><p>Contains: Tingle\'s Tights</p>', 1, 1), +(24038, 24870, 2, 1, '', '<p style="text-align: center">Cape Cales Cliffbase Cave</p><p>Contains: Mighty Lynel Bow</p>', 1, 1), +(24039, 24871, 2, 1, '', '<p style="text-align: center">Crenel Peak Cave</p><p>Contains: Bomb Flower x5</p>', 1, 1), +(24040, 24872, 2, 1, '', '<p style="text-align: center">Horon Lagoon Cave</p><p>Contains: Rubber Tights</p>', 1, 1), +(24041, 24873, 2, 1, '', '<p style="text-align: center">Crenel Hills Cave</p><p>Contains: Barbarian Armor</p>', 1, 1), +(24042, 24874, 2, 1, '', '<p style="text-align: center">Rebonae Bridge Cave</p><p>Contains: Soldier\'s Spear</p>', 1, 1), +(24043, 24875, 2, 1, '', '<p style="text-align: center">Upland Zorana Foothill Cave</p><p>Contains: Zora Spear</p>', 1, 1), +(24044, 24876, 2, 1, '', '<p style="text-align: center">Gisa Crater Cave</p><p>Contains: Feathered Spear</p>', 1, 1), +(24045, 24877, 2, 1, '', '<p style="text-align: center">Ancient Columns Cave</p><p>Contains: Tunic of Awakening</p>', 1, 1), +(24046, 24878, 2, 1, '', '<p style="text-align: center">Tabantha Village Ruins Well</p><p>Contains: Purple Rupee</p>', 1, 1), +(24047, 24879, 2, 1, '', '<p style="text-align: center">Irch Plain Well</p><p>Contains: Throwing Spear</p>', 1, 1), +(24048, 24880, 2, 1, '', '<p style="text-align: center">Hyrule Castle Town Ruins Well</p><p>Contains: Knight\'s Halberd</p>', 1, 1), +(24049, 24881, 2, 1, '', '<p style="text-align: center">Bottomless Pond Well</p><p>Contains: Boomerang</p>', 1, 1), +(24050, 24882, 2, 1, '', '<p style="text-align: center">Deya Village Ruins South Well</p><p>Contains: Giant Brightbloom Seed x5</p>', 1, 1), +(24051, 24883, 2, 1, '', '<p style="text-align: center">Deya Village Ruins South Well</p><p>Contains: Giant Boomerang</p>', 1, 1), +(24052, 24884, 2, 1, '', '<p style="text-align: center">Highland Stable Well</p><p>Contains: Ancient Blade</p>', 1, 1), +(24053, 24885, 2, 1, '', '<p style="text-align: center">Riverside Stable Well</p><p>Contains: Throwing Spear</p>', 1, 1), +(24054, 24886, 2, 1, '', '<p style="text-align: center">New Serenne Stable Well</p><p>Contains: Purple Rupee</p>', 1, 1), +(24055, 24887, 2, 1, '', '<p style="text-align: center">Lookout Landing Well</p><p>Contains: Royal Claymore</p>', 1, 1), +(24056, 24888, 2, 1, '', '<p style="text-align: center">Foothill Stable Well</p><p>Contains: Soldier’s Shield</p>', 1, 1), +(24057, 24892, 2, 1, '', '<p style="text-align: center">Popla Foothills Excavation Site</p><p>Contains: Topaz</p>', 1, 1), +(24058, 24893, 2, 1, '', '<p style="text-align: center">East Restaurant Cave</p><p>Contains: Rocket</p>', 1, 1), +(24059, 24894, 2, 1, '', '<p style="text-align: center">Central Gerudo Cave</p><p>Contains: Flame Emitter x3</p>', 1, 1), +(24060, 24896, 2, 1, '', '<p style="text-align: center">Yiga Clan Maritta Branch</p><p>Contains: Yiga Tights</p>', 1, 1), +(24061, 24897, 2, 1, '', '<p style="text-align: center">Sahasra Slope Cave</p><p>Contains: Shield of the Mind\'s Eye</p>', 1, 1), +(24062, 24898, 2, 1, '', '<p style="text-align: center">Upland Zorana Byroad</p><p>Contains: Zora Sword</p>', 1, 1), +(24063, 24899, 2, 1, '', '<p style="text-align: center">Upland Zorana Byroad</p><p>Contains: Climbing Boots</p>', 1, 1), +(24064, 24900, 2, 1, '', '<p style="text-align: center">Luto\'s Channel</p><p>Contains: Zora Sword</p>', 1, 1), +(24065, 24901, 2, 1, '', '<p style="text-align: center">Satori Mountain Foothill Cave</p><p>Contains: Silver Rupee</p>', 1, 1), +(24066, 24902, 2, 1, '', '<p style="text-align: center">Cora Lakefront Cave</p><p>Contains: Traveler\'s Claymore</p>', 1, 1), +(24067, 24903, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>Contains: Gerudo Scimitar</p>', 1, 1), +(24068, 24904, 2, 1, '', '<p style="text-align: center">Oakle\'s Navel Cave</p><p>Contains: Eightfold Blade</p>', 1, 1), +(24069, 24905, 2, 1, '', '<p>Contains: Zora Greaves</p>', 1, 1), +(24070, 24906, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p><p>Contains: Vah Medoh Divine Helm</p>', 1, 1), +(24071, 24907, 2, 1, '', '<p style="text-align: center">Lake Kilsie Cave</p><p>Contains: Feathered Edge</p>', 1, 1), +(24072, 24908, 2, 1, '', '<p style="text-align: center">Pikida Stonegrove Northwest Cave</p><p>Contains: Feathered Edge</p>', 1, 1), +(24073, 24909, 2, 1, '', '<p style="text-align: center">Yiga Blademaster Station</p><p>Contains: Ruby</p>', 1, 1), +(24074, 24910, 2, 1, '', '<p style="text-align: center">Brightcap Cave</p><p>Contains: Frostbite Shirt</p>', 1, 1), +(24075, 24911, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>Contains: Vah Naboris Divine Helm</p>', 1, 1), +(24076, 24912, 2, 1, '', '<p style="text-align: center">Icefall Foothills Cave</p><p>Contains: Bomb Flower x10</p>', 1, 1), +(24077, 24913, 2, 1, '', '<p style="text-align: center">Upland Zorana Mountainside Cave</p><p>Contains: Knight\'s Broadsword</p>', 1, 1), +(24078, 24914, 2, 1, '', '<p style="text-align: center">Tabantha Bridge Stable Well</p><p>Contains: Purple Rupee</p>', 1, 1), +(24079, 24915, 2, 1, '', '<p style="text-align: center">Rodai Lakefront Tunnel</p><p>Contains: Gnarled Long Stick</p>', 1, 1), +(24080, 24916, 2, 1, '', '<p style="text-align: center">Corta Lake Cave</p><p>Contains: Sturdy Long Stick</p>', 1, 1), +(24081, 24917, 2, 1, '', '<p style="text-align: center">Cave Under Zora\'s Domain</p><p>Contains: Vah Ruta Divine Helm</p>', 1, 1), +(24082, 24918, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>Contains: Star Fragment</p>', 1, 1), +(24083, 24919, 2, 1, '', '<p style="text-align: center">Shadow Hamlet Ruins Well</p><p>Contains: Ruby</p>', 1, 1), +(24084, 24920, 2, 1, '', '<p style="text-align: center">Luto\'s Channel</p><p>Contains: Zora Shield</p>', 1, 1), +(24085, 24921, 2, 1, '', '<p style="text-align: center">Statue of the Eighth Heroine Cave</p><p>Contains: Tingle\'s Hood</p>', 1, 1), +(24086, 24922, 2, 1, '', '<p style="text-align: center">Yiga Blademaster Station</p><p>Contains: Eightfold Longblade*</p>', 1, 1), +(24087, 24923, 2, 1, '', '<p style="text-align: center">Lake Kilsie Cave</p><p>Contains: Frostbite Headdress</p>', 1, 1), +(24088, 24924, 2, 1, '', '<p style="text-align: center">Hebra Headspring Cave</p><p>Contains: Frostbite Trousers</p>', 1, 1), +(24089, 24925, 2, 1, '', '<p style="text-align: center">Sarjon Woods Cave</p><p>Contains: Rubber Helm</p>', 1, 1), +(24090, 24926, 2, 1, '', '<p style="text-align: center">Death Mountain Foothill Cave</p><p>Contains: Ruby</p>', 1, 1), +(24091, 24927, 2, 1, '', '<p style="text-align: center">Oren Bridge Cave</p><p>Contains: Soldier\'s Claymore</p>', 1, 1), +(24092, 24928, 2, 1, '', '<p style="text-align: center">Lizard\'s Burrow</p><p>Contains: Vah Rudania Divine Helm</p>', 1, 1), +(24093, 24929, 2, 1, '', '<p style="text-align: center">Deya Village Ruins South Well</p><p>Contains: Royal Shield</p>', 1, 1), +(24094, 24930, 2, 1, '', '<p style="text-align: center">East Restaurant Cave</p><p>Contains: Ruby</p>', 1, 1), +(24095, 24931, 2, 1, '', '<p style="text-align: center">Tabahl Woods Cave</p><p>Contains: Soldier\'s Spear</p>', 1, 1), +(24096, 24932, 2, 1, '', '<p style="text-align: center">Boné Pond East Cave</p><p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(24097, 24933, 2, 1, '', '<p style="text-align: center">Moor Garrison Ruins Well</p><p>Contains: Soldier’s Shield</p>', 1, 1), +(24098, 24934, 2, 1, '', '<p>Contains: Eightfold Longblade</p>', 1, 1), +(24099, 24935, 2, 1, '', '<p style="text-align: center">Gorko Tunnel</p><p>Contains: Ancient Blade</p>', 1, 1), +(24100, 24936, 2, 1, '', '<p style="text-align: center">Goronbi River Cave</p><p>Contains: Ember Shirt</p>', 1, 1), +(24101, 24937, 2, 1, '', '<p style="text-align: center">Ubota Point Cave</p><p>Contains: Knight\'s Claymore</p>', 1, 1), +(24102, 24938, 2, 1, '', '<p style="text-align: center">Goronbi River Cave</p><p>Contains: Knight\'s Claymore</p>', 1, 1), +(24103, 24939, 2, 1, '', '<p style="text-align: center">Kakariko Village Well</p><p>Contains: Eightfold Blade</p>', 1, 1), +(24104, 24940, 2, 1, '', '<p style="text-align: center">Goronbi River Cave</p><p>Contains: Ruby</p>', 1, 1), +(24105, 24941, 2, 1, '', '<p style="text-align: center">Isle of Rabac Gallery</p><p>Contains: Soldier\'s Broadsword</p>', 1, 1), +(24106, 24942, 2, 1, '', '<p style="text-align: center">Ploymus Mountain Cave</p><p>Contains: Climber\'s Bandanna</p>', 1, 1), +(24107, 24943, 2, 1, '', '<p style="text-align: center">Lanayru Road South Cave</p><p>Contains: Strong Zonaite Shield</p>', 1, 1), +(24108, 24944, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>Contains: Large Zonai Charge</p>', 1, 1), +(24109, 24945, 2, 1, '', '<p style="text-align: center">Finra Woods Excavation Site</p><p>Contains: Large Zonai Charge</p>', 1, 1), +(24110, 24946, 2, 1, '', '<p>Contains: Large Zonai Charge</p>', 1, 1), +(24111, 24947, 2, 1, '', '<p style="text-align: center">Rassla Lake Cave</p><p>Contains: Large Zonai Charge</p>', 1, 1), +(24112, 24948, 2, 1, '', '<p style="text-align: center">Pagos Woods Excavation Site</p><p>Contains: Large Zonai Charge</p>', 1, 1), +(24113, 24949, 2, 1, '', '<p style="text-align: center">Hebra Mountains Northwest Cave</p><p>Contains: Wing x3</p>', 1, 1), +(24114, 24950, 2, 1, '', '<p style="text-align: center">Lake Intenoch Cave</p><p>Contains: Strong Construct Bow</p>', 1, 1), +(24115, 24951, 2, 1, '', '<p style="text-align: center">Mystathi\'s Shelf Cave</p><p>Contains: Large Zonaite</p>', 1, 1), +(24116, 24952, 2, 1, '', '<p style="text-align: center">Floria River Upstream Excavation</p><p>Contains: Topaz</p>', 1, 1), +(24117, 24953, 2, 1, '', '<p style="text-align: center">Tanagar Canyon East Cave</p><p>Contains: Ruby</p>', 1, 1), +(24118, 24954, 2, 1, '', '<p style="text-align: center">Meadela\'s Mantle Cave</p><p>Contains: Topaz</p>', 1, 1), +(24119, 24955, 2, 1, '', '<p style="text-align: center">Upland Zorana Byroad</p><p>Contains: Arrow x 5</p>', 1, 1), +(24120, 24956, 2, 1, '', '<p style="text-align: center">Tarm Point Cave</p><p>Contains: Soldier’s Shield</p>', 1, 1), +(24121, 24957, 2, 1, '', '<p style="text-align: center">Ralis Channel</p><p>Contains: Arrow x 5</p>', 1, 1), +(24122, 24958, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p><p>Contains: Arrow x 10</p>', 1, 1), +(24123, 24959, 2, 1, '', '<p>Contains: Arrow x 5</p>', 1, 1), +(24124, 24960, 2, 1, '', '<p>Contains: Zora Sword</p>', 1, 1), +(24125, 24961, 2, 1, '', '<p>Contains: Zora Longsword</p>', 1, 1), +(24126, 24962, 2, 1, '', '<p>Contains: Zora Shield</p>', 1, 1), +(24127, 24963, 2, 1, '', '<p style="text-align: center">Elma Knolls Well</p><p>Contains: Knight\'s Broadsword</p>', 1, 1), +(24128, 24964, 2, 1, '', '<p style="text-align: center">Elma Knolls Well</p><p>Contains: Sapphire</p>', 1, 1), +(24129, 24965, 2, 1, '', '<p style="text-align: center">Deya Village Ruins South Well</p><p>Contains: Royal Bow</p>', 1, 1), +(24130, 24966, 2, 1, '', '<p style="text-align: center">Hills of Baumer Well</p><p>Contains: Ruby</p>', 1, 1), +(24131, 24967, 2, 1, '', '<p style="text-align: center">Highland Stable Well</p><p>Contains: Knight\'s Broadsword</p>', 1, 1), +(24132, 24968, 2, 1, '', '<p style="text-align: center">Hateno Village North Well</p><p>Contains: Shield of the Mind\'s Eye</p>', 1, 1), +(24133, 24969, 2, 1, '', '<p style="text-align: center">Foothill Stable Well</p><p>Contains: Purple Rupee</p>', 1, 1), +(24134, 24970, 2, 1, '', '<p style="text-align: center">Calora Lake Cave</p><p>Contains: Arrow x 5</p>', 1, 1), +(24135, 24971, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>Contains: Royal Shield</p>', 1, 1), +(24136, 24972, 2, 1, '', '<p style="text-align: center">Mount Dunsel Cave</p><p>Contains: Sapphire</p>', 1, 1), +(24137, 24973, 2, 1, '', '<p style="text-align: center">Meadela\'s Mantle Cave</p><p>Contains: Gerudo Bow</p>', 1, 1), +(24138, 24974, 2, 1, '', '<p style="text-align: center">Sturnida Springs Cave</p><p>Contains: Knight\'s Claymore</p>', 1, 1), +(24139, 24975, 2, 1, '', '<p style="text-align: center">Byroad to Lanayru Wetlands</p><p>Contains: Arrow x 5</p>', 1, 1), +(24140, 24976, 2, 1, '', '<p style="text-align: center">Ulria Grotto East Cave</p><p>Contains: Knight\'s Broadsword</p>', 1, 1), +(24141, 24977, 2, 1, '', '<p style="text-align: center">Koukot Plateau Cave</p><p>Contains: Gerudo Scimitar</p>', 1, 1), +(24142, 24978, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>Contains: Purple Rupee</p>', 1, 1), +(24143, 24979, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>Contains: Topaz</p>', 1, 1), +(24144, 24980, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p><p>Contains: Arrow x 5</p>', 1, 1), +(24145, 24981, 2, 1, '', '<p style="text-align: center">East Gerudo Ruins Cave</p><p>Contains: Topaz</p>', 1, 1), +(24146, 24982, 2, 1, '', '<p style="text-align: center">Cape Cales Cliffbase Cave</p><p>Contains: Royal Broadsword</p>', 1, 1), +(24147, 24983, 2, 1, '', '<p style="text-align: center">Atun Valley Cave</p><p>Contains: Bomb Flower</p>', 1, 1), +(24148, 24984, 2, 1, '', '<p>Contains: Opal</p>', 1, 1), +(24149, 24985, 2, 1, '', '<p style="text-align: center">Moor Garrison Ruins Well</p>', 1, 1), +(24150, 24986, 2, 1, '', '<p style="text-align: center">Moor Garrison Ruins Well</p>', 1, 1), +(24151, 24987, 2, 1, '', '<p style="text-align: center">Lookout Landing Well</p>', 1, 1), +(24152, 24988, 2, 1, '', '<p style="text-align: center">Whistling Hill Cave</p>', 1, 1), +(24153, 24989, 2, 1, '', '<p style="text-align: center">Whistling Hill Cave</p>', 1, 1), +(24154, 24990, 2, 1, '', '<p style="text-align: center">Whistling Hill Cave</p>', 1, 1), +(24155, 24991, 2, 1, '', '<p style="text-align: center">Passeri Greenbelt Cave</p>', 1, 1), +(24156, 24992, 2, 1, '', '<p style="text-align: center">Death Mountain West Tunnel</p>', 1, 1), +(24157, 24993, 2, 1, '', '<p style="text-align: center">Southern Mine</p>', 1, 1), +(24158, 24994, 2, 1, '', '<p style="text-align: center">East Restaurant Cave</p>', 1, 1), +(24159, 24995, 2, 1, '', '<p style="text-align: center">East Restaurant Cave</p>', 1, 1), +(24160, 24996, 2, 1, '', '<p style="text-align: center">Lizard\'s Burrow</p>', 1, 1), +(24161, 24997, 2, 1, '', '<p style="text-align: center">YunoboCo HQ East Cave</p>', 1, 1), +(24162, 24998, 2, 1, '', '<p style="text-align: center">YunoboCo HQ South Cave</p>', 1, 1), +(24163, 24999, 2, 1, '', '<p style="text-align: center">Death Mountain Foothill Cave</p>', 1, 1), +(24164, 25000, 2, 1, '', '<p style="text-align: center">Death Mountain Foothill Cave</p>', 1, 1), +(24165, 25001, 2, 1, '', '<p style="text-align: center">Lake Ferona Cave</p>', 1, 1), +(24166, 25002, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p>', 1, 1), +(24167, 25003, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p>', 1, 1), +(24168, 25004, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p>', 1, 1), +(24169, 25005, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p>', 1, 1), +(24170, 25006, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p>', 1, 1), +(24171, 25007, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p>', 1, 1), +(24172, 25008, 2, 1, '', '<p style="text-align: center">East Gerudo Ruins Cave</p>', 1, 1), +(24173, 25009, 2, 1, '', '<p style="text-align: center">Mount Drena Foothill Cave</p>', 1, 1), +(24174, 25010, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24175, 25011, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24176, 25012, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24177, 25013, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24178, 25014, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24179, 25015, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24180, 25016, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24181, 25017, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24182, 25018, 2, 1, '', '<p style="text-align: center">North Biron Snowshelf Cave</p>', 1, 1), +(24183, 25019, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p>', 1, 1), +(24184, 25020, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p>', 1, 1), +(24185, 25021, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p>', 1, 1), +(24186, 25022, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p>', 1, 1), +(24187, 25023, 2, 1, '', '<p style="text-align: center">Dueling Peaks South Cave</p>', 1, 1), +(24188, 25024, 2, 1, '', '<p style="text-align: center">Lake Kilsie Cave</p>', 1, 1), +(24189, 25025, 2, 1, '', '<p style="text-align: center">Pikida Stonegrove Northwest Cave</p>', 1, 1), +(24190, 25026, 2, 1, '', '<p style="text-align: center">Rauru Hillside Cave</p>', 1, 1), +(24191, 25027, 2, 1, '', '<p style="text-align: center">Thundra Plateau Cave</p>', 1, 1), +(24192, 25028, 2, 1, '', '<p style="text-align: center">Deepback Bay Cave</p>', 1, 1), +(24193, 25029, 2, 1, '', '<p style="text-align: center">Fort Hateno Cave</p>', 1, 1), +(24194, 25030, 2, 1, '', '<p style="text-align: center">Upland Zorana Mountainside Cave</p>', 1, 1), +(24195, 25031, 2, 1, '', '<p style="text-align: center">Upland Zorana Mountainside Cave</p>', 1, 1), +(24196, 25032, 2, 1, '', '<p style="text-align: center">Upland Zorana Mountainside Cave</p>', 1, 1), +(24197, 25033, 2, 1, '', '<p style="text-align: center">Horon Lagoon Cave</p>', 1, 1), +(24198, 25034, 2, 1, '', '<p style="text-align: center">Tarm Point Cave</p>', 1, 1), +(24199, 25035, 2, 1, '', '<p style="text-align: center">Mabe Village Ruins Well</p>', 1, 1), +(24200, 25036, 2, 1, '', '<p style="text-align: center">Deya Village Ruins South Well</p>', 1, 1), +(24201, 25037, 2, 1, '', '<p style="text-align: center">Hills of Baumer Well</p>', 1, 1), +(24202, 25038, 2, 1, '', '<p style="text-align: center">Highland Stable Well</p>', 1, 1), +(24203, 25039, 2, 1, '', '<p style="text-align: center">Akkala Citadel Ruins Cave</p>', 1, 1), +(24204, 25040, 2, 1, '', '<p style="text-align: center">Woodland Stable Well</p>', 1, 1), +(24205, 25041, 2, 1, '', '<p style="text-align: center">Rebonae Bridge Cave</p>', 1, 1), +(24206, 25042, 2, 1, '', '<p style="text-align: center">Ranch Ruins Cave</p><p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(24207, 25043, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A small bow used by travelers for protection. It doesn\'t do a lot of damage, but it can be used to attack foes from a distance.</p>', 1, 1), +(24208, 25044, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A bow designed for armed conflict. Inflicts more damage than a civilian bow, but it will still burn if it touches fire.</p>', 1, 1), +(24209, 25045, 2, 1, '', '<p style="text-align: center">Gerudo Sanctuary</p><p>This Gerudo-made bow is popular for the fine ornamentations along its limbs. Designed for hunting and warfare alike, this bow was engineered to strike distant targets.</p>', 1, 1), +(24210, 25046, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>A Boko bow reinforced by fossils. Bokoblins handpicked the materials it\'s made from, so it boasts a respectable firepower.</p>', 1, 1), +(24211, 25047, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p><p>The sturdy metal construction of this bow offers superior durability, while its lack of firing quirks makes it quite reliable. Once favored by the knights at Hyrule Castle.</p>', 1, 1), +(24212, 25048, 2, 1, '', '<p style="text-align: center">Quicksand Lake Cave</p><p>A wooden bow from the olden days. It\'s built for hunting, but it\'s not very powerful.</p>', 1, 1), +(24213, 25049, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(24214, 25050, 2, 1, '', '<p style="text-align: center">Gerudo Canyon Mine</p><p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(24215, 25051, 2, 1, '', '<p style="text-align: center">Upland Zorana Byroad</p><p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(24216, 25052, 2, 1, '', '<p style="text-align: center">Riverside Stable Well</p><p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(24217, 25053, 2, 1, '', '<p style="text-align: center">Great Plateau Foothill Cave</p><p>A two-handed sword not properly cared for. Although it can be used as a weapon, its durability is very low. Don\'t expect it to last for more than a few strikes.</p>', 1, 1), +(24218, 25054, 2, 1, '', '<p style="text-align: center">Mapla Point Cave</p><p>Made for paddling boats, but it was made sturdy enough to fight strong currents. Maybe it\'s useful for self-defense in a pinch.</p>', 1, 1), +(24219, 25055, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(24220, 25056, 2, 1, '', '<p style="text-align: center">Satori Mountain Foothill Cave</p><p>A stick cut off from a large tree. It isn\'t very sturdy, but its heavier end can swat a shield away.</p>', 1, 1), +(24221, 25057, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24222, 25058, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24223, 25059, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24224, 25060, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24225, 25061, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24226, 25062, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24227, 25063, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24228, 25064, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24229, 25065, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24230, 25066, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24231, 25067, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24232, 25068, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24233, 25069, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24234, 25070, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24235, 25071, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24236, 25072, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24237, 25073, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24238, 25074, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24239, 25075, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24240, 25076, 2, 1, '', '<p style="text-align: center">West Gerudo Underground Ruins</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24241, 25077, 2, 1, '', '<p style="text-align: center">Sahasra Slope Cave</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24242, 25078, 2, 1, '', '<p style="text-align: center">Sahasra Slope Cave</p><p>A basic two-handed sword once wielded by aspiring adventurers. It\'s decayed and no longer cuts well, but it can still knock a shield right out of enemies\' hands.</p>', 1, 1), +(24243, 25079, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(24244, 25080, 2, 1, '', '<p style="text-align: center">Boné Pond East Cave</p><p>A solid stick cut from the crooked branch of a tough tree. It has high durability, despite the way it looks.</p>', 1, 1), +(24245, 25081, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24246, 25082, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24247, 25083, 2, 1, '', '<p style="text-align: center">Skull Lake Cave</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24248, 25084, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24249, 25085, 2, 1, '', '<p style="text-align: center">Coliseum Ruins Cave</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24250, 25086, 2, 1, '', '<p style="text-align: center">Coliseum Ruins Cave</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24251, 25087, 2, 1, '', '<p style="text-align: center">Highland Stable Well</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24252, 25088, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p><p>A lightweight metal weapon forged for royal soldiers. It\'s decayed now, but still easy to wield, so it consumes less stamina during charge attacks.</p>', 1, 1), +(24253, 25089, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>A claymore, now decayed, once carried by knights of Hyrule. It resonates with the desire to protect at all costs and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24254, 25090, 2, 1, '', '<p style="text-align: center">South Gerudo Cave</p><p>A claymore, now decayed, once carried by knights of Hyrule. It resonates with the desire to protect at all costs and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24255, 25091, 2, 1, '', '<p style="text-align: center">Gerudo Sanctuary</p><p>A two-handed Gerudo sword with a decayed blade. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(24256, 25092, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A shield once used by the guards of Hyrule Castle. It\'s easy to handle, but its core is made of wood, so it can catch fire.</p>', 1, 1), +(24257, 25093, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(24258, 25094, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>A shield favored by the knights who served the Hyrulean royal family. Its sturdy metal construction makes it quite durable, but its weight requires decent skill to wield.</p>', 1, 1), +(24259, 25095, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(24260, 25096, 2, 1, '', '<p style="text-align: center">Lower Spectacle Rock Cave</p><p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1), +(24261, 25097, 2, 1, '', '<p style="text-align: center">Robred Dropoff Cave</p><p>A Boko shield made of slightly stronger wood and reinforced with animal bones.</p>', 1, 1); +INSERT INTO `marker_tab` (`marker_tab_id`, `marker_id`, `marker_tab_status_id`, `user_id`, `tab_title`, `tab_text`, `tab_order`, `visible`) VALUES +(24262, 25098, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>This Boko shield is reinforced with fossilized bone. Its defensive capabilities are respectable, but its predictably slipshod craftsmanship spells low durability.</p>', 1, 1), +(24263, 25099, 2, 1, '', '<p style="text-align: center">Stalry Plateau Cave</p><p>It\'s likely this rusty old shield once belonged to a knight. It still has some defensive capabilities, but its usefulness has been worn down by time.</p>', 1, 1), +(24264, 25100, 2, 1, '', '<p style="text-align: center">Gerudo Sanctuary</p><p>The design of this metal shield has changed over time to match the Gerudo\'s sword-and- shield fighting style. It\'s favored by soldiers and travelers alike.</p>', 1, 1), +(24265, 25101, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A sturdy shield loved by many an adventurer. It is made of animal hide and sturdy wood and is best suited to defending against weak monsters or animals.</p>', 1, 1), +(24266, 25102, 2, 1, '', '<p style="text-align: center">Rebonae Bridge Cave</p><p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(24267, 25103, 2, 1, '', '<p style="text-align: center">Rebonae Bridge Cave</p><p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(24268, 25104, 2, 1, '', '<p style="text-align: center">Upland Zorana Foothill Cave</p><p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(24269, 25105, 2, 1, '', '<p style="text-align: center">Gerudo Canyon Mine</p><p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(24270, 25106, 2, 1, '', '<p style="text-align: center">Gerudo Canyon Mine</p><p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(24271, 25107, 2, 1, '', '<p style="text-align: center">Riverside Stable Well</p><p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(24272, 25108, 2, 1, '', '<p style="text-align: center">Tabantha Hills Cave</p><p>A rusty polearm likely used by knights from an age past. The spearhead is in bad shape due to prolonged exposure to the elements, so its durability is low.</p>', 1, 1), +(24273, 25109, 2, 1, '', '<p style="text-align: center">Lurelin Village Well</p><p>A fisherman\'s tool that excels at catching large fish. Its particularly sharp spearhead makes it valuable as a weapon as well.</p>', 1, 1), +(24274, 25110, 2, 1, '', '<p style="text-align: center">Tobio\'s Hollow Cave</p><p>A Zonai spear made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(24275, 25111, 2, 1, '', '<p style="text-align: center">Tobio\'s Hollow Cave</p><p>A Zonai spear made of zonaite. It resonates with attached Zonai devices to slightly increase its attack power.</p>', 1, 1), +(24276, 25112, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(24277, 25113, 2, 1, '', '<p style="text-align: center">Highland Stable Well</p><p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(24278, 25114, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(24279, 25115, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(24280, 25116, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A long stick fashioned from a tree branch. Its straight shape makes it work well as a lunging weapon.</p>', 1, 1), +(24281, 25117, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(24282, 25118, 2, 1, '', '<p style="text-align: center">Crenel Hills Cave</p><p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(24283, 25119, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(24284, 25120, 2, 1, '', '<p style="text-align: center">Horon Lagoon Cave</p><p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(24285, 25121, 2, 1, '', '<p style="text-align: center">Deepback Bay Cave</p><p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(24286, 25122, 2, 1, '', '<p style="text-align: center">Lanayru Road East Cave</p><p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(24287, 25123, 2, 1, '', '<p style="text-align: center">East Restaurant Cave</p><p>An average spear carried by travelers for protection. It\'s decayed and doesn\'t cut well, but the shape makes it easy for anyone to handle.</p>', 1, 1), +(24288, 25124, 2, 1, '', '<p style="text-align: center">Puffer Beach Overhead Cave</p><p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(24289, 25125, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(24290, 25126, 2, 1, '', '<p style="text-align: center">South Gerudo Cave</p><p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(24291, 25127, 2, 1, '', '<p style="text-align: center">Quicksand Lake Cave</p><p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(24292, 25128, 2, 1, '', '<p style="text-align: center">Mount Nabooru South Cave</p><p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(24293, 25129, 2, 1, '', '<p style="text-align: center">Puffer Beach Overhead Cave</p><p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(24294, 25130, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A long, durable stick made from a branch with good piercing power. It has high durability because it comes from the hardest part of the tree.</p>', 1, 1), +(24295, 25131, 2, 1, '', '<p style="text-align: center">Skull Lake Cave</p><p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(24296, 25132, 2, 1, '', '<p style="text-align: center">Deepback Bay Cave</p><p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(24297, 25133, 2, 1, '', '<p style="text-align: center">Lanayru Road East Cave</p><p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(24298, 25134, 2, 1, '', '<p style="text-align: center">Mount Dunsel Cave</p><p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(24299, 25135, 2, 1, '', '<p style="text-align: center">Ulria Grotto South Cave</p><p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(24300, 25136, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(24301, 25137, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>Although now decayed, this lightweight metal spear was made for royal soldiers. Because it\'s light and easy to handle, it enables quicker charged attacks.</p>', 1, 1), +(24302, 25138, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p><p>Now decayed, this halberd was made for knights of Hyrule. It reflects their courage in defending the kingdom. It can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24303, 25139, 2, 1, '', '<p style="text-align: center">East Gerudo Ruins Cave</p><p>Now decayed, this halberd was made for knights of Hyrule. It reflects their courage in defending the kingdom. It can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24304, 25140, 2, 1, '', '<p style="text-align: center">Valley of Silent Statues</p><p>Now decayed, this halberd was made for knights of Hyrule. It reflects their courage in defending the kingdom. It can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24305, 25141, 2, 1, '', '<p style="text-align: center">Gerudo Sanctuary</p><p>A Gerudo spear with a decayed blade that is designed to draw force to its tip. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(24306, 25142, 2, 1, '', '<p style="text-align: center">Upland Zorana Byroad</p><p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(24307, 25143, 2, 1, '', '<p style="text-align: center">Stalry Plateau Cave</p><p>This once-fearsome sword has seen better days. It can do some damage in the right hands but also breaks quickly.</p>', 1, 1), +(24308, 25144, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>A kitchen implement often used for serving delicious soups. It was carved from the wood of a sturdy tree, so it actually packs quite the wallop.</p>', 1, 1), +(24309, 25145, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(24310, 25146, 2, 1, '', '<p style="text-align: center">Elma Knolls Well</p><p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(24311, 25147, 2, 1, '', '<p>This torch will stay lit once ignited, but if you put it away, the flame will be extinguished until you light it again.</p>', 1, 1), +(24312, 25148, 2, 1, '', '<p style="text-align: center">Dronoc\'s Pass Well</p><p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(24313, 25149, 2, 1, '', '<p style="text-align: center">Ancient Tree Stump Cave</p><p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(24314, 25150, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(24315, 25151, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(24316, 25152, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(24317, 25153, 2, 1, '', '<p style="text-align: center">Oasis Source</p><p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(24318, 25154, 2, 1, '', '<p style="text-align: center">Mabe Village Ruins Well</p><p>Wooden branches such as this are pretty common, but it\'s surprisingly well-balanced. It doesn\'t do much damage but can serve as a weapon in a pinch.</p>', 1, 1), +(24319, 25155, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>A tree branch with an added grip and excellent balance. Equip it, and use it as a weapon.</p>', 1, 1), +(24320, 25156, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(24321, 25157, 2, 1, '', '<p style="text-align: center">Lower Spectacle Rock Cave</p><p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(24322, 25158, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(24323, 25159, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>An average sword used largely by travelers. The blade has decayed, but it can still serve its purpose.</p>', 1, 1), +(24324, 25160, 2, 1, '', '<p style="text-align: center">Tarm Point Cave</p><p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(24325, 25161, 2, 1, '', '<p style="text-align: center">Mount Nabooru South Cave</p><p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(24326, 25162, 2, 1, '', '<p style="text-align: center">Eventide Island Cave</p><p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(24327, 25163, 2, 1, '', '<p style="text-align: center">Robred Dropoff Cave</p><p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(24328, 25164, 2, 1, '', '<p style="text-align: center">Tarm Point Cave</p><p>A stick made out of a hard tree branch. The tree soaked up lots of sunshine, so it\'s sturdier than a regular stick and has high durability.</p>', 1, 1), +(24329, 25165, 2, 1, '', '<p style="text-align: center">Foothill Monster Den</p><p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(24330, 25166, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(24331, 25167, 2, 1, '', '<p style="text-align: center">Coliseum Ruins Cave</p><p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(24332, 25168, 2, 1, '', '<p style="text-align: center">Coliseum Ruins Cave</p><p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(24333, 25169, 2, 1, '', '<p style="text-align: center">Royal Hidden Passage</p><p>A light, thin metal sword used by the guards of Hyrule Castle. Its light weight makes it easy to handle and enables quicker charged attacks.</p>', 1, 1), +(24334, 25170, 2, 1, '', '<p style="text-align: center">Mount Floria Cave</p><p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24335, 25171, 2, 1, '', '<p style="text-align: center">Skull Lake Cave</p><p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24336, 25172, 2, 1, '', '<p style="text-align: center">Ancient Altar Ruins</p><p>Knights of Hyrule once carried this sword. Even in its decayed state, it shows its true resolve in desperation and can yield powerful attacks when you\'re down to your last heart.</p>', 1, 1), +(24337, 25173, 2, 1, '', '<p style="text-align: center">Aquame Lake Well</p><p>A single-edged sword of the Sheikah tribe. Its small blade, now decayed, is suited for covert actions and yields more powerful sneakstrikes than ordinary blades.</p>', 1, 1), +(24338, 25174, 2, 1, '', '<p style="text-align: center">Lanayru Wetlands Well</p><p>A single-edged sword of the Sheikah tribe. Its small blade, now decayed, is suited for covert actions and yields more powerful sneakstrikes than ordinary blades.</p>', 1, 1), +(24339, 25175, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>A decaying scimitar from the Gerudo region, it is designed for maximizing force. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(24340, 25176, 2, 1, '', '<p style="text-align: center">Ancient Prison Ruins</p><p>A decaying scimitar from the Gerudo region, it is designed for maximizing force. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1), +(24341, 25177, 2, 1, '', '<p style="text-align: center">Gerudo Sanctuary</p><p>A decaying scimitar from the Gerudo region, it is designed for maximizing force. Attaching a material greatly enhances the material\'s power but doesn\'t add as much durability.</p>', 1, 1); From aeb757528e59e2a2e366742138061cb35fe06f71 Mon Sep 17 00:00:00 2001 From: Danilo Passos Date: Thu, 11 May 2023 12:50:01 -0700 Subject: [PATCH 70/73] New Icomoon for categories --- dev/assets/icomoon - TotK.json | 31889 +++++++++++++++++++++++++++++++ dev/assets/icomoon - TotK.zip | Bin 0 -> 428024 bytes fonts/icomoon.eot | Bin 31056 -> 34164 bytes fonts/icomoon.svg | 9 + fonts/icomoon.ttf | Bin 30892 -> 34000 bytes fonts/icomoon.woff | Bin 30968 -> 34076 bytes styles/fonts/icomoon.eot | Bin 24916 -> 34164 bytes styles/fonts/icomoon.svg | 103 +- styles/fonts/icomoon.ttf | Bin 24752 -> 34000 bytes styles/fonts/icomoon.woff | Bin 24828 -> 34076 bytes styles/style.css | 48 +- 11 files changed, 31999 insertions(+), 50 deletions(-) create mode 100644 dev/assets/icomoon - TotK.json create mode 100644 dev/assets/icomoon - TotK.zip diff --git a/dev/assets/icomoon - TotK.json b/dev/assets/icomoon - TotK.json new file mode 100644 index 00000000..4af5a032 --- /dev/null +++ b/dev/assets/icomoon - TotK.json @@ -0,0 +1,31889 @@ +{ + "metadata": { + "name": "Untitled Project 1", + "lastOpened": 0, + "created": 1683670030016 + }, + "iconSets": [ + { + "selection": [ + { + "order": 157, + "id": 0, + "name": "Tears-of-the-Kingdom", + "prevSize": 32, + "code": 59698, + "tempChar": "" + } + ], + "id": 7, + "metadata": { + "name": "Untitled Set 3", + "importSize": { + "width": 32, + "height": 32 + } + }, + "height": 1024, + "prevSize": 32, + "icons": [ + { + "id": 0, + "paths": [ + "M789.44 910.080c-1.92 11.2-8.96 21.44-18.88 29.12-12.48 9.6-27.84 16-41.92 23.68-18.56 10.24-34.88 22.4-50.88 34.56-10.24 7.68-20.48 15.68-33.6 20.16-25.92 8.32-57.6-1.28-72.96-19.84-32-39.36-0.32-88.64-5.12-131.2-0.64-7.040-2.56-14.080-0.96-20.8 2.88-11.52 14.72-20.48 28.16-24.64s28.16-5.12 42.88-4.8c23.68 0 49.6 2.56 65.28 16.64 11.2 10.24 14.4 25.28 25.6 35.52 8.32 7.68 21.12 12.48 33.92 12.48 5.44 0 10.88-0.64 16 0.32 2.24 0.32 3.84 1.28 5.44 2.24 8.64 5.12 8.64 19.2 7.040 26.56zM533.12 895.68c0.96-28.8-11.52-59.84-32-82.56-12.48-14.080-29.76-26.24-48-35.52-19.52-9.92-39.040-21.44-61.12-27.2-8.64-2.24-17.6-3.2-26.56-3.52-2.24 0-22.72 2.24-23.36 0.64 8.96 16.96 18.56 33.92 22.4 52.16 3.84 19.2-1.6 39.040-9.28 57.28-0.64 1.92-1.92 3.84-4.16 4.16-1.6 0.32-3.52 0-5.12-1.28-1.28-0.96-2.24-2.24-2.88-3.84-8.32-15.68-9.92-33.28-13.76-49.92-3.2-13.44-6.72-29.44-17.92-40.32-14.080-13.44-40-10.88-57.28-20.16-1.6-0.96-2.88-1.92-3.84-3.2-0.96-2.24 0-4.48 1.28-6.72 10.24-19.52 18.56-40.96 16-62.72-3.52-27.52-23.040-48.96-42.24-70.72-2.56-3.2-5.44-6.4-6.4-9.92-1.6-7.040 4.16-13.76 10.24-19.2s13.12-10.56 14.72-17.6c1.6-6.72-2.24-13.76-7.68-19.2s-12.48-9.6-18.56-14.72c-6.4-5.12-12.16-10.88-16.64-17.28-1.6-2.24-3.2-5.12-3.2-7.68 0.32-5.76 7.36-8.96 12.8-12.8 11.84-8 17.92-20.8 15.68-32.96-3.52-19.52-30.4-32.64-48.32-43.52-22.72-14.080-46.72-26.56-71.68-37.76-7.040-3.2-15.040-6.080-22.4-3.84 16.96 15.68 33.92 31.68 50.88 47.36 14.72 13.76 24 30.080 14.080 48-5.12 8.96-12.8 16.96-18.56 25.92-8.32 12.8-11.52 27.84-8.32 42.24 7.36 30.080 42.88 52.16 49.28 82.56 3.2 14.4-0.96 29.44-8.32 42.88s-17.92 25.6-28.8 37.76c-2.56 2.88-5.12 5.76-5.44 9.28 0 2.24 0.96 4.48 1.92 6.4 9.28 17.92 29.44 27.2 43.2 42.24 29.44 32.32-8.32 83.2 35.52 109.76 8.32 5.12 18.24 8.32 27.52 12.16 3.52 1.6 7.36 3.2 9.92 5.76 3.52 4.16 3.2 9.28 3.2 13.76 0 5.44 1.28 9.92 3.52 14.72 5.12 11.2 14.080 21.12 23.68 30.080 14.72 13.76 32.64 26.88 52.48 35.84 0.64 0.32 2.24 1.28 3.2 1.28 22.72-0.96-8.96-38.72 69.76-1.92 49.6 24-8.96 32 22.4 38.080 56.96 0.96 85.44-45.44 99.84-82.56 1.92-4.8 3.52-9.28 4.8-14.080 2.24-4.8 3.2-11.2 3.52-17.6zM314.56 681.92c6.4 18.88 43.52 16.64 66.24 19.2 30.4 3.52 60.48 7.36 90.88 11.2 60.48 7.68 120.64 16.32 180.8 25.28 29.12 4.48 60.8 10.24 79.68 27.84 13.12 12.16 18.24 28.48 29.44 41.92s33.92 24 51.84 16.32c8.32-3.52 13.44-10.24 17.28-16.96 32.64-54.080 11.84-122.56 55.36-171.84 17.6-19.84 45.44-37.12 45.44-61.12 0.32-24.64-30.72-46.4-24.32-70.72 5.76-21.76 40.32-39.36 30.4-60.48-2.88-6.080-8.96-10.56-14.080-15.68-27.2-26.24-28.48-62.080-34.24-95.36-6.080-32.96-23.36-70.080-64-81.28 20.8 40.64 24.64 86.080 10.88 128.32-5.44 17.28-14.080 34.56-11.2 52.16 4.8 28.16 38.080 53.76 27.52 81.28-8.96 22.72-45.76 34.56-52.16 57.92-3.2 11.2 1.92 23.040 3.84 34.56s-0.32 24.96-12.8 31.36c-14.72 7.36-34.88 0.64-47.040-9.28-25.6-21.12-29.76-55.68-9.92-80 11.52-14.080 29.76-24.64 38.080-39.68 11.84-21.76 0.64-46.4-9.28-68.8-15.36-33.6-28.16-71.040-10.56-104 9.6-17.92 28.16-33.6 29.12-53.12 1.6-33.92-49.28-55.040-63.68-87.040-14.4-32.32 8.64-73.6-21.44-98.56-5.76 32-47.040 57.28-44.16 89.28 1.6 18.56 18.24 35.2 18.24 53.76 0 20.8-21.12 39.68-19.52 60.48 2.56 29.76 50.88 52.48 41.92 81.6-4.8 16-25.28 25.6-35.84 40-20.48 27.84 2.56 62.4 5.12 94.4 1.28 16.96-6.080 36.48-26.24 43.2-26.56 8.64-56.32-12.16-59.2-34.24s11.2-42.88 24.96-62.4c13.76-19.52 27.52-40.64 23.36-62.72-4.16-20.48-23.36-37.12-36.48-55.040-24-32.64-28.48-73.28-11.84-108.48 9.6-20.48 25.92-42.88 14.080-62.72-4.8-8-13.76-14.4-18.56-22.4-6.080-10.88-3.2-23.36-2.88-35.2 1.92-48-39.68-95.36-98.56-111.36-1.6 36.48 38.080 68.48 36.8 104.96-0.96 28.8-27.52 54.080-29.44 82.88-2.88 45.76 55.68 84.8 48 130.24-4.48 27.52-33.28 50.56-34.88 78.4-1.28 23.040 16 43.84 23.36 65.92 9.6 29.44 0 62.080-24.96 85.76-7.040 6.72-17.92 13.44-28.8 10.88-4.16-0.96-8-3.2-10.88-5.76-22.4-17.92-22.4-46.080-17.28-70.4 5.12-24.64 13.76-49.92 3.52-73.6-7.040-16.64-23.36-31.040-25.28-48.64-2.24-19.2 13.12-36.48 17.28-55.36 5.12-24.32-8.96-48-20.48-71.040-27.84-56-41.92-115.84-40.32-175.68-30.4 14.72-31.68 48-29.12 75.52 2.24 26.88 4.48 54.080-4.48 80-8.96 25.6-28.8 51.84-16.96 76.8 10.56 21.76 43.84 37.12 41.92 60.16-1.28 15.68-18.56 27.2-29.44 40.32-21.44 26.56-12.16 52.8 5.44 78.080 15.040 21.76 38.4 55.68 15.68 78.72-13.12 13.44-28.48 25.92-31.040 42.88-0.32 0.32-14.72 59.2-5.12 87.36z" + ], + "attrs": [ + { + "fill": "rgb(255, 255, 255)" + } + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "tears-of-the-kingdom-wide-ultrahand-icon" + ] + } + ], + "invisible": false, + "colorThemes": [] + }, + { + "selection": [ + { + "order": 153, + "id": 1, + "name": "TotK_Well", + "prevSize": 32, + "code": 59690, + "tempChar": "" + }, + { + "order": 154, + "id": 0, + "name": "General_Cave", + "prevSize": 32, + "code": 59691, + "tempChar": "" + } + ], + "id": 6, + "metadata": { + "name": "Untitled Set 2", + "importSize": { + "width": 800, + "height": 800 + } + }, + "height": 1024, + "prevSize": 32, + "icons": [ + { + "id": 1, + "paths": [ + "M172.472 57.128l-82.496 220h844.048l-82.496-220zM238 313.128v352.14c152.048 57.74 395.952 57.74 548 0v-352.14h-36v274.856c-14.32-7.32-31.92-13.3-52.614-18.472-48.416-12.104-113.48-19.28-185.386-19.28-15.7 0-31.052 0.36-46 1.020-0.034-24.020 0.004-48.040 0.080-72.064l48.026-120.060h-38.006l-46.1 115.26v79.132c-39.056 3.224-74.25 8.708-103.386 15.992-20.692 5.172-38.294 11.154-52.614 18.472v-274.856zM416 359.128v32h8.532l12.8-32zM552.88 359.128l-51.2 128h35.734l51.204-128zM160 405.128v36h42v-36zM310 405.128v36h84v-36zM608.984 405.128l-32.8 82h31.816v-46h106v-36zM822 405.128v36h24v160h114v-36h-78v-160zM512 586.228c69.476 0 132.416 7.15 176.652 18.21 22.12 5.526 39.59 12.18 50.070 18.372 8.754 5.174 10.73 8.85 11.152 9.42 0.080-0.114 0.128-0.148 0.128 0 0 0.146-0.046 0.11-0.128 0-0.42 0.566-2.4 4.24-11.15 9.412-10.48 6.196-27.95 12.85-50.068 18.38-44.236 11.060-107.176 18.206-176.652 18.206s-132.416-7.148-176.652-18.206c-22.12-5.53-39.59-12.184-50.070-18.38-8.754-5.172-10.73-8.846-11.152-9.414-0.080 0.112-0.128 0.148-0.128 0 0-0.146 0.046-0.112 0.128 0 0.42-0.568 2.4-4.244 11.15-9.42 10.48-6.192 27.95-12.844 50.068-18.372 25.93-6.486 58.32-11.61 94.652-14.752v57.44h36v-59.82c14.912-0.694 30.276-1.080 46-1.080zM786 703.558c-65.92 23.232-143.9 36.84-224 40.834v54.9c81.76-4.048 160.8-18.070 224-42.076zM238 703.598v53.66c19.9 7.554 41.366 14.126 64 19.704v-54.642c-22.286-5.328-43.712-11.57-64-18.72zM338 730.002v54.816c58.92 11.314 123.684 16.506 188 15.62v-54.894c-63.98 0.888-128.32-4.268-188-15.54zM786 795.556c-10.392 3.66-21.050 7.106-32 10.292v50.316c11.054-3.374 21.726-7.020 32-10.92zM238 795.576v49.654c54.908 20.852 121.78 34.164 192 39.96v-50.88c-68.744-5.684-134.9-18.604-192-38.732zM718 815.25c-77.976 18.18-166.076 25.274-252 21.34v50.89c86.44 3.936 175.61-3.226 252-21.554zM238 883.56c3.284 18.308 16.856 35.17 32 43.408v-33.116c-10.95-3.186-21.608-6.634-32-10.294zM786 883.574c-25.6 9.026-53 16.624-81.668 22.746v39.46c33.040-8.51 81.192-30.452 81.668-62.206zM306 903.254v38.55c67.7 18.514 147.112 24.844 206 25.068 58.37 0 112.226-4.73 156.332-12.986v-40.74c-117.32 19.534-250.292 16.23-362.332-9.892z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "well-svgrepo-com" + ] + }, + { + "id": 0, + "paths": [ + "M693.902 49.164l-95.516 95.516-202.272-14.048-81.94 161.474 137.376 50.7 74.306-39.872 17.022 31.722-88.586 47.536-159.4-58.832-140.38 110.682 70.234 117.99-0.75 0.4 26.028 43.17 58.268 4.722 110.12-70.246 19.358 30.352-120.32 76.754-88.728-7.192-36.46-60.468-113.6 61.172 67.424 123.608-67.426 81.47-42.66 52.58v99.646h341.24l-11.2-91.184c-4.090-3.493-7.44-6.441-10.752-9.431l0.458 0.407c-8.372-7.522-11.78-10.888-16.054-14.968l-146.26 43.594-42.678-40.968 24.934-25.97 27.554 26.45 146.136-43.56 7.568 7.334s8.48 8.18 18.432 17.272l75.594-74.496 16.266 159.080 12.6-186.888 20.728 56.774 12.562-90.224 6.28-6.182-0.58-0.466 44.972-55.948 0.93-1.814 0.376 0.192 22.906-28.496 28.060 22.554-18.244 22.696 135.606 69.43 54.016-18.978 44.956 35.42 45.848-24.072 16.734 31.876-66.524 34.92-47.75-37.62-49.928 17.544-19.168-9.814 78.080 175.684-21.852 39.852h220.154v-57.024l-62.574 25.424-13.552-33.356 76.126-30.924v-469.768l-46.876-52.926-43.308-134.742-67.094 65.332-215.54-27.746-56.038-58.192 25.934-24.972 47.258 49.078 185.734 23.906 62.884-61.23-105.58-123.602zM748.962 404.644l68.354 82.856 57.726-13.12-8.272-27.18 34.44-10.486 19.54 64.196-117.086 26.614-62.754-76.066-66.172 39.706-18.524-30.872z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "cave-entrance-svgrepo-com" + ] + } + ], + "invisible": false, + "colorThemes": [] + }, + { + "selection": [ + { + "id": 1, + "order": 0 + }, + { + "id": 2, + "order": 0 + }, + { + "id": 3, + "order": 0 + }, + { + "id": 4, + "order": 0 + }, + { + "id": 5, + "order": 0 + }, + { + "id": 6, + "order": 0 + }, + { + "id": 7, + "order": 0 + }, + { + "id": 8, + "order": 0 + }, + { + "id": 9, + "order": 0 + }, + { + "id": 10, + "order": 0 + }, + { + "id": 11, + "order": 0 + }, + { + "id": 12, + "order": 0 + }, + { + "id": 13, + "order": 0 + }, + { + "id": 14, + "order": 0 + }, + { + "id": 15, + "order": 0 + }, + { + "id": 16, + "order": 0 + }, + { + "id": 17, + "order": 0 + }, + { + "id": 18, + "order": 0 + }, + { + "id": 19, + "order": 0 + }, + { + "id": 20, + "order": 0 + }, + { + "id": 21, + "order": 0 + }, + { + "id": 22, + "order": 0 + }, + { + "id": 23, + "order": 0 + }, + { + "id": 24, + "order": 0 + }, + { + "id": 25, + "order": 0 + }, + { + "id": 26, + "order": 0 + }, + { + "id": 27, + "order": 0 + }, + { + "id": 28, + "order": 0 + }, + { + "id": 29, + "order": 0 + }, + { + "id": 30, + "order": 0 + }, + { + "id": 31, + "order": 0 + }, + { + "id": 32, + "order": 0 + }, + { + "id": 33, + "order": 0 + }, + { + "id": 34, + "order": 0 + }, + { + "id": 35, + "order": 0 + }, + { + "id": 36, + "order": 0 + }, + { + "id": 37, + "order": 0 + }, + { + "id": 38, + "order": 0 + }, + { + "id": 39, + "order": 0 + }, + { + "id": 40, + "order": 0 + }, + { + "id": 41, + "order": 0 + }, + { + "id": 42, + "order": 0 + }, + { + "id": 43, + "order": 0 + }, + { + "id": 44, + "order": 0 + }, + { + "id": 45, + "order": 0 + }, + { + "id": 46, + "order": 0 + }, + { + "id": 47, + "order": 0 + }, + { + "id": 48, + "order": 0 + }, + { + "id": 49, + "order": 0 + }, + { + "id": 50, + "order": 0 + }, + { + "id": 51, + "order": 0 + }, + { + "id": 52, + "order": 0 + }, + { + "id": 53, + "order": 0 + }, + { + "id": 54, + "order": 0 + }, + { + "id": 55, + "order": 0 + }, + { + "id": 56, + "order": 0 + }, + { + "id": 57, + "order": 0 + }, + { + "id": 58, + "order": 0 + }, + { + "id": 59, + "order": 0 + }, + { + "id": 60, + "order": 0 + }, + { + "id": 61, + "order": 0 + }, + { + "id": 62, + "order": 0 + }, + { + "id": 63, + "order": 0 + }, + { + "id": 64, + "order": 0 + }, + { + "id": 65, + "order": 0 + }, + { + "id": 66, + "order": 0 + }, + { + "id": 67, + "order": 0 + }, + { + "id": 68, + "order": 0 + }, + { + "id": 69, + "order": 0 + }, + { + "id": 70, + "order": 0 + }, + { + "id": 71, + "order": 0 + }, + { + "id": 72, + "order": 0 + }, + { + "id": 73, + "order": 0 + }, + { + "id": 74, + "order": 0 + }, + { + "id": 75, + "order": 0 + }, + { + "id": 76, + "order": 0 + }, + { + "id": 77, + "order": 0 + }, + { + "id": 78, + "order": 0 + }, + { + "id": 79, + "order": 0 + }, + { + "id": 80, + "order": 0 + }, + { + "id": 81, + "order": 0 + }, + { + "id": 82, + "order": 0 + }, + { + "id": 83, + "order": 0 + }, + { + "id": 84, + "order": 0 + }, + { + "id": 85, + "order": 0 + }, + { + "id": 86, + "order": 0 + }, + { + "id": 87, + "order": 0 + }, + { + "id": 88, + "order": 0 + }, + { + "id": 89, + "order": 0 + }, + { + "id": 90, + "order": 0 + }, + { + "id": 91, + "order": 0 + }, + { + "id": 92, + "order": 150, + "prevSize": 20, + "code": 59692, + "name": "TotK_Chasm", + "tempChar": "" + }, + { + "id": 93, + "order": 0 + }, + { + "id": 94, + "order": 0 + }, + { + "id": 95, + "order": 0 + }, + { + "id": 96, + "order": 0 + }, + { + "id": 97, + "order": 0 + }, + { + "id": 98, + "order": 0 + }, + { + "id": 99, + "order": 0 + }, + { + "id": 100, + "order": 0 + }, + { + "id": 101, + "order": 0 + }, + { + "id": 102, + "order": 0 + }, + { + "id": 103, + "order": 0 + }, + { + "id": 104, + "order": 0 + }, + { + "id": 105, + "order": 0 + }, + { + "id": 106, + "order": 0 + }, + { + "id": 107, + "order": 0 + }, + { + "id": 108, + "order": 0 + }, + { + "id": 109, + "order": 0 + }, + { + "id": 110, + "order": 0 + }, + { + "id": 111, + "order": 0 + }, + { + "id": 112, + "order": 0 + }, + { + "id": 113, + "order": 0 + }, + { + "id": 114, + "order": 0 + }, + { + "id": 115, + "order": 0 + }, + { + "id": 116, + "order": 0 + }, + { + "id": 117, + "order": 0 + }, + { + "id": 118, + "order": 0 + }, + { + "id": 119, + "order": 0 + }, + { + "id": 120, + "order": 0 + }, + { + "id": 121, + "order": 0 + }, + { + "id": 122, + "order": 0 + }, + { + "id": 123, + "order": 0 + }, + { + "id": 124, + "order": 0 + }, + { + "id": 125, + "order": 0 + }, + { + "id": 126, + "order": 0 + }, + { + "id": 127, + "order": 0 + }, + { + "id": 128, + "order": 0 + }, + { + "id": 129, + "order": 0 + }, + { + "id": 130, + "order": 0 + }, + { + "id": 131, + "order": 0 + }, + { + "id": 132, + "order": 0 + }, + { + "id": 133, + "order": 0 + }, + { + "id": 134, + "order": 0 + }, + { + "id": 135, + "order": 0 + }, + { + "id": 136, + "order": 0 + }, + { + "id": 137, + "order": 0 + }, + { + "id": 138, + "order": 0 + }, + { + "id": 139, + "order": 0 + }, + { + "id": 140, + "order": 0 + }, + { + "id": 141, + "order": 0 + }, + { + "id": 142, + "order": 0 + }, + { + "id": 143, + "order": 0 + }, + { + "id": 144, + "order": 0 + }, + { + "id": 145, + "order": 0 + }, + { + "id": 146, + "order": 0 + }, + { + "id": 147, + "order": 0 + }, + { + "id": 148, + "order": 0 + }, + { + "id": 149, + "order": 0 + }, + { + "id": 150, + "order": 0 + }, + { + "id": 151, + "order": 0 + }, + { + "id": 152, + "order": 0 + }, + { + "id": 153, + "order": 0 + }, + { + "id": 154, + "order": 0 + }, + { + "id": 155, + "order": 0 + }, + { + "id": 156, + "order": 0 + }, + { + "id": 157, + "order": 0 + }, + { + "id": 158, + "order": 0 + }, + { + "id": 159, + "order": 0 + }, + { + "id": 160, + "order": 0 + }, + { + "id": 161, + "order": 0 + }, + { + "id": 162, + "order": 0 + }, + { + "id": 163, + "order": 0 + }, + { + "id": 164, + "order": 0 + }, + { + "id": 165, + "order": 0 + }, + { + "id": 166, + "order": 0 + }, + { + "id": 167, + "order": 0 + }, + { + "id": 168, + "order": 0 + }, + { + "id": 169, + "order": 0 + }, + { + "id": 170, + "order": 0 + }, + { + "id": 171, + "order": 0 + }, + { + "id": 172, + "order": 0 + }, + { + "id": 173, + "order": 0 + }, + { + "id": 174, + "order": 0 + }, + { + "id": 175, + "order": 0 + }, + { + "id": 176, + "order": 0 + }, + { + "id": 177, + "order": 0 + }, + { + "id": 178, + "order": 0 + }, + { + "id": 179, + "order": 0 + }, + { + "id": 180, + "order": 0 + }, + { + "id": 181, + "order": 0 + }, + { + "id": 182, + "order": 0 + }, + { + "id": 183, + "order": 0 + }, + { + "id": 184, + "order": 0 + }, + { + "id": 185, + "order": 0 + }, + { + "id": 186, + "order": 0 + }, + { + "id": 187, + "order": 0 + }, + { + "id": 188, + "order": 0 + }, + { + "id": 189, + "order": 0 + }, + { + "id": 190, + "order": 0 + }, + { + "id": 191, + "order": 0 + }, + { + "id": 192, + "order": 0 + }, + { + "id": 193, + "order": 0 + }, + { + "id": 194, + "order": 0 + }, + { + "id": 195, + "order": 0 + }, + { + "id": 196, + "order": 0 + }, + { + "id": 197, + "order": 0 + }, + { + "id": 198, + "order": 0 + }, + { + "id": 199, + "order": 0 + }, + { + "id": 200, + "order": 0 + }, + { + "id": 201, + "order": 0 + }, + { + "id": 202, + "order": 0 + }, + { + "id": 203, + "order": 0 + }, + { + "id": 204, + "order": 0 + }, + { + "id": 205, + "order": 0 + }, + { + "id": 206, + "order": 0 + }, + { + "id": 207, + "order": 0 + }, + { + "id": 208, + "order": 0 + }, + { + "id": 209, + "order": 0 + }, + { + "id": 210, + "order": 0 + }, + { + "id": 211, + "order": 0 + }, + { + "id": 212, + "order": 0 + }, + { + "id": 213, + "order": 0 + }, + { + "id": 214, + "order": 0 + }, + { + "id": 215, + "order": 0 + }, + { + "id": 216, + "order": 0 + }, + { + "id": 217, + "order": 0 + }, + { + "id": 218, + "order": 0 + }, + { + "id": 219, + "order": 0 + }, + { + "id": 220, + "order": 0 + }, + { + "id": 221, + "order": 0 + }, + { + "id": 222, + "order": 0 + }, + { + "id": 223, + "order": 0 + }, + { + "id": 224, + "order": 0 + }, + { + "id": 225, + "order": 0 + }, + { + "id": 226, + "order": 0 + }, + { + "id": 227, + "order": 0 + }, + { + "id": 228, + "order": 0 + }, + { + "id": 229, + "order": 0 + }, + { + "id": 230, + "order": 0 + }, + { + "id": 231, + "order": 0 + }, + { + "id": 232, + "order": 0 + }, + { + "id": 233, + "order": 0 + }, + { + "id": 234, + "order": 0 + }, + { + "id": 235, + "order": 0 + }, + { + "id": 236, + "order": 0 + }, + { + "id": 237, + "order": 0 + }, + { + "id": 238, + "order": 0 + }, + { + "id": 239, + "order": 0 + }, + { + "id": 240, + "order": 0 + }, + { + "id": 241, + "order": 0 + }, + { + "id": 242, + "order": 0 + }, + { + "id": 243, + "order": 0 + }, + { + "id": 244, + "order": 0 + }, + { + "id": 245, + "order": 0 + }, + { + "id": 246, + "order": 0 + }, + { + "id": 247, + "order": 0 + }, + { + "id": 248, + "order": 0 + }, + { + "id": 249, + "order": 0 + }, + { + "id": 250, + "order": 0 + }, + { + "id": 251, + "order": 0 + }, + { + "id": 252, + "order": 0 + }, + { + "id": 253, + "order": 0 + }, + { + "id": 254, + "order": 0 + }, + { + "id": 255, + "order": 0 + }, + { + "id": 256, + "order": 0 + }, + { + "id": 257, + "order": 0 + }, + { + "id": 258, + "order": 0 + }, + { + "id": 259, + "order": 0 + }, + { + "id": 260, + "order": 0 + }, + { + "id": 261, + "order": 0 + }, + { + "id": 262, + "order": 0 + }, + { + "id": 263, + "order": 0 + }, + { + "id": 264, + "order": 0 + }, + { + "id": 265, + "order": 0 + }, + { + "id": 266, + "order": 0 + }, + { + "id": 267, + "order": 0 + }, + { + "id": 268, + "order": 0 + }, + { + "id": 269, + "order": 0 + }, + { + "id": 270, + "order": 0 + }, + { + "id": 271, + "order": 0 + }, + { + "id": 272, + "order": 0 + }, + { + "id": 273, + "order": 0 + }, + { + "id": 274, + "order": 0 + }, + { + "id": 275, + "order": 0 + }, + { + "id": 276, + "order": 0 + }, + { + "id": 277, + "order": 0 + }, + { + "id": 278, + "order": 0 + }, + { + "id": 279, + "order": 0 + }, + { + "id": 280, + "order": 0 + }, + { + "id": 281, + "order": 0 + }, + { + "id": 282, + "order": 0 + }, + { + "id": 283, + "order": 0 + }, + { + "id": 284, + "order": 0 + }, + { + "id": 285, + "order": 0 + }, + { + "id": 286, + "order": 0 + }, + { + "id": 287, + "order": 0 + }, + { + "id": 288, + "order": 0 + }, + { + "id": 289, + "order": 0 + }, + { + "id": 290, + "order": 0 + }, + { + "id": 291, + "order": 0 + }, + { + "id": 292, + "order": 0 + }, + { + "id": 293, + "order": 0 + }, + { + "id": 294, + "order": 0 + }, + { + "id": 295, + "order": 0 + }, + { + "id": 296, + "order": 0 + }, + { + "id": 297, + "order": 0 + } + ], + "id": 5, + "metadata": { + "name": "Zondicons", + "importSize": { + "width": 20, + "height": 20 + }, + "url": "http://www.zondicons.com/", + "designer": "Steve Schoger", + "designerURL": "http://www.steveschoger.com/", + "license": "CC BY 4.0", + "licenseURL": "https://creativecommons.org/licenses/by/4.0/" + }, + "height": 1024, + "prevSize": 20, + "icons": [ + { + "id": 0, + "paths": [ + "M563.2 460.8h204.8v102.4h-204.8v204.8h-102.4v-204.8h-204.8v-102.4h204.8v-204.8h102.4v204.8zM512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "add-outline" + ], + "grid": 20 + }, + { + "id": 1, + "paths": [ + "M563.2 460.8v-204.8h-102.4v204.8h-204.8v102.4h204.8v204.8h102.4v-204.8h204.8v-102.4h-204.8zM512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "add-solid" + ], + "grid": 20 + }, + { + "id": 2, + "paths": [ + "M512 102.4v819.2c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0zM512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "adjust" + ], + "grid": 20 + }, + { + "id": 3, + "paths": [ + "M430.080 614.4h-286.72l-92.16 153.6h-51.2v-512h51.2l92.16 153.6h286.72l-122.88-409.6h102.4l245.76 409.6h266.24c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0h-266.24l-245.76 409.6h-102.4l122.88-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "airplane" + ], + "grid": 20 + }, + { + "id": 4, + "paths": [ + "M0 0h1024v1024h-1024v-1024zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "album" + ], + "grid": 20 + }, + { + "id": 5, + "paths": [ + "M51.2 51.2h921.6v102.4h-921.6v-102.4zM51.2 460.8h921.6v102.4h-921.6v-102.4zM51.2 870.4h921.6v102.4h-921.6v-102.4zM204.8 256h614.4v102.4h-614.4v-102.4zM204.8 665.6h614.4v102.4h-614.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-center" + ], + "grid": 20 + }, + { + "id": 6, + "paths": [ + "M51.2 51.2h921.6v102.4h-921.6v-102.4zM51.2 460.8h921.6v102.4h-921.6v-102.4zM51.2 870.4h921.6v102.4h-921.6v-102.4zM51.2 256h921.6v102.4h-921.6v-102.4zM51.2 665.6h921.6v102.4h-921.6v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-justified" + ], + "grid": 20 + }, + { + "id": 7, + "paths": [ + "M51.2 51.2h921.6v102.4h-921.6v-102.4zM51.2 460.8h921.6v102.4h-921.6v-102.4zM51.2 870.4h921.6v102.4h-921.6v-102.4zM51.2 256h614.4v102.4h-614.4v-102.4zM51.2 665.6h614.4v102.4h-614.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-left" + ], + "grid": 20 + }, + { + "id": 8, + "paths": [ + "M51.2 51.2h921.6v102.4h-921.6v-102.4zM51.2 460.8h921.6v102.4h-921.6v-102.4zM51.2 870.4h921.6v102.4h-921.6v-102.4zM358.4 256h614.4v102.4h-614.4v-102.4zM358.4 665.6h614.4v102.4h-614.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-right" + ], + "grid": 20 + }, + { + "id": 9, + "paths": [ + "M222.208 801.792c62.276 62.413 144.637 104.761 236.562 116.524l2.030 0.212v-406.528h-204.8v-102.4h204.8v-111.104c-60.168-21.723-102.4-78.337-102.4-144.815 0-84.831 68.769-153.6 153.6-153.6s153.6 68.769 153.6 153.6c0 66.478-42.232 123.092-101.33 144.477l-1.070 0.338v111.104h204.8v102.4h-204.8v406.528c93.955-11.975 176.316-54.323 238.585-116.729l0.007-0.007-72.704-72.704h289.792l-144.896 144.896c-92.649 92.621-220.626 149.907-361.984 149.907s-269.336-57.286-361.986-149.908l-144.894-144.894h289.792l-72.704 72.704zM512 204.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "anchor" + ], + "grid": 20 + }, + { + "id": 10, + "paths": [ + "M153.6 307.2c0-56.32 46.080-102.4 102.4-102.4h409.6l204.8-204.8h102.4v819.2h-102.4l-204.8-204.8h-409.6c-56.554 0-102.4-45.846-102.4-102.4v0h-102.4v-204.8h102.4zM563.2 768v256h-153.6l-85.504-256h-68.096v-102.4h409.6v102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "announcement" + ], + "grid": 20 + }, + { + "id": 11, + "paths": [ + "M358.4 0h-51.2l-307.2 153.6v307.2l204.8-51.2v614.4h614.4v-614.4l204.8 51.2v-307.2l-307.2-153.6h-51.2c0 84.831-68.769 153.6-153.6 153.6s-153.6-68.769-153.6-153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "apparel" + ], + "grid": 20 + }, + { + "id": 12, + "paths": [ + "M460.8 828.006l-310.835-310.835-72.397 72.397 434.432 434.432 434.432-434.432-72.397-72.397-310.835 310.835v-828.006h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down" + ], + "grid": 20 + }, + { + "id": 13, + "paths": [ + "M195.994 460.8l310.835-310.835-72.397-72.397-434.432 434.432 434.432 434.432 72.397-72.397-310.835-310.835h828.006v-102.4h-828.006z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-left" + ], + "grid": 20 + }, + { + "id": 14, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM409.6 512v-256h204.8v256h153.6l-256 256-256-256h153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-outline-down" + ], + "grid": 20 + }, + { + "id": 15, + "paths": [ + "M0 512c0-282.77 229.23-512 512-512s512 229.23 512 512v0c0 282.77-229.23 512-512 512s-512-229.23-512-512v0zM102.4 512c0 226.216 183.384 409.6 409.6 409.6s409.6-183.384 409.6-409.6v0c0-226.216-183.384-409.6-409.6-409.6s-409.6 183.384-409.6 409.6v0zM512 409.6h256v204.8h-256v153.6l-256-256 256-256v153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-outline-left" + ], + "grid": 20 + }, + { + "id": 16, + "paths": [ + "M1024 512c0 282.77-229.23 512-512 512s-512-229.23-512-512v0c0-282.77 229.23-512 512-512s512 229.23 512 512v0zM921.6 512c0-226.216-183.384-409.6-409.6-409.6s-409.6 183.384-409.6 409.6v0c0 226.216 183.384 409.6 409.6 409.6s409.6-183.384 409.6-409.6v0zM512 614.4h-256v-204.8h256v-153.6l256 256-256 256v-153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-outline-right" + ], + "grid": 20 + }, + { + "id": 17, + "paths": [ + "M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0c-282.77 0-512-229.23-512-512s229.23-512 512-512v0zM512 102.4c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0zM614.4 512v256h-204.8v-256h-153.6l256-256 256 256h-153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-outline-up" + ], + "grid": 20 + }, + { + "id": 18, + "paths": [ + "M828.006 460.8l-310.835-310.835 72.397-72.397 434.432 434.432-434.432 434.432-72.397-72.397 310.835-310.835h-828.006v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-right" + ], + "grid": 20 + }, + { + "id": 19, + "paths": [ + "M358.4 512v-409.6h307.2v409.6h256l-409.6 409.6-409.6-409.6h256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thick-down" + ], + "grid": 20 + }, + { + "id": 20, + "paths": [ + "M512 665.6h409.6v-307.2h-409.6v-256l-409.6 409.6 409.6 409.6v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thick-left" + ], + "grid": 20 + }, + { + "id": 21, + "paths": [ + "M512 358.4h-409.6v307.2h409.6v256l409.6-409.6-409.6-409.6v256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thick-right" + ], + "grid": 20 + }, + { + "id": 22, + "paths": [ + "M358.4 512v409.6h307.2v-409.6h256l-409.6-409.6-409.6 409.6h256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thick-up" + ], + "grid": 20 + }, + { + "id": 23, + "paths": [ + "M460.8 828.006l-310.835-310.835-72.397 72.397 434.432 434.432 434.432-434.432-72.397-72.397-310.835 310.835v-828.006h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thin-down" + ], + "grid": 20 + }, + { + "id": 24, + "paths": [ + "M195.994 460.8l310.835-310.835-72.397-72.397-434.432 434.432 434.432 434.432 72.397-72.397-310.835-310.835h828.006v-102.4h-828.006z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thin-left" + ], + "grid": 20 + }, + { + "id": 25, + "paths": [ + "M828.006 460.8l-310.835-310.835 72.397-72.397 434.432 434.432-434.432 434.432-72.397-72.397 310.835-310.835h-828.006v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thin-right" + ], + "grid": 20 + }, + { + "id": 26, + "paths": [ + "M460.8 195.994l-310.835 310.835-72.397-72.397 434.432-434.432 434.432 434.432-72.397 72.397-310.835-310.835v828.006h-102.4v-828.006z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-thin-up" + ], + "grid": 20 + }, + { + "id": 27, + "paths": [ + "M460.8 195.994l-310.835 310.835-72.397-72.397 434.432-434.432 434.432 434.432-72.397 72.397-310.835-310.835v828.006h-102.4v-828.006z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up" + ], + "grid": 20 + }, + { + "id": 28, + "paths": [ + "M806.4 409.6l-191.488-192c-0.314-4.244-0.493-9.193-0.493-14.184 0-112.825 91.463-204.288 204.288-204.288 56.879 0 108.329 23.246 145.368 60.755l0.021 0.021c37.373 37.113 60.506 88.522 60.506 145.335 0 113.108-91.692 204.8-204.8 204.8-4.715 0-9.394-0.159-14.030-0.473l0.628 0.034zM94.72 783.36l471.040-470.528 144.896 144.896-471.040 471.040-144.384-145.408zM23.040 928.256l108.032-108.544 72.704 72.704-108.544 108.544-72.704-72.704zM512 768l102.4-102.4v358.4h-102.4v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "artist" + ], + "grid": 20 + }, + { + "id": 29, + "paths": [ + "M696.32 689.664c-46.612 48.782-112.182 79.108-184.835 79.108-141.102 0-255.488-114.386-255.488-255.488 0-0.451 0.001-0.902 0.004-1.353l-0 0.070c0-141.385 114.615-256 256-256 57.921 0 111.348 19.235 154.244 51.667l-0.644-0.467v-51.2h102.4v332.8c0 42.415 34.385 76.8 76.8 76.8s76.8-34.385 76.8-76.8v0-76.8c-0.167-226.090-183.487-409.307-409.6-409.307-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6c66.818 0 129.898-15.999 185.62-44.376l-2.325 1.074 46.080 91.648c-66.813 34.208-145.753 54.255-229.376 54.255-282.77 0-512-229.23-512-512s229.23-512 512-512c282.596 0 511.718 228.948 512 511.478l0 0.027h-0.512v76.8c0.001 0.159 0.001 0.346 0.001 0.534 0 98.969-80.231 179.2-179.2 179.2-61.529 0-115.815-31.010-148.083-78.253l-0.398-0.617zM512 665.6c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "at-symbol" + ], + "grid": 20 + }, + { + "id": 30, + "paths": [ + "M768 153.6h-409.6c-197.939 0-358.4 160.461-358.4 358.4s160.461 358.4 358.4 358.4v0h409.6v-102.4h-409.6c-141.385 0-256-114.615-256-256s114.615-256 256-256v0h409.6c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0h-409.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h409.6v-102.4h-409.6c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0h409.6c141.385 0 256-114.615 256-256s-114.615-256-256-256v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "attachment" + ], + "grid": 20 + }, + { + "id": 31, + "paths": [ + "M0 512l358.4-358.4h665.6v716.8h-665.6l-358.4-358.4zM737.792 512l109.056-108.544-72.704-72.704-108.544 109.568-108.544-109.056-72.704 72.704 109.568 108.032-109.056 108.544 72.704 72.704 108.032-109.568 108.544 109.056 72.704-72.704-109.568-108.032z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "backspace" + ], + "grid": 20 + }, + { + "id": 32, + "paths": [ + "M972.8 256v512l-460.8-256 460.8-256zM512 256v512l-460.8-256 460.8-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "backward" + ], + "grid": 20 + }, + { + "id": 33, + "paths": [ + "M204.8 256h153.6v512h-153.6v-512zM819.2 256v512l-460.8-256 460.8-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "backward-step" + ], + "grid": 20 + }, + { + "id": 34, + "paths": [ + "M512 614.4c-169.662 0-307.2-137.538-307.2-307.2s137.538-307.2 307.2-307.2v0c169.662 0 307.2 137.538 307.2 307.2s-137.538 307.2-307.2 307.2v0zM512 460.8c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0zM716.8 601.6v422.4l-204.8-204.8-204.8 204.8v-422.4c57.063 40.423 128.106 64.616 204.8 64.616s147.737-24.193 205.915-65.365l-1.115 0.749z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "badge" + ], + "grid": 20 + }, + { + "id": 35, + "paths": [ + "M0 307.2c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-409.6zM102.4 307.2v409.6h819.2v-409.6h-819.2zM153.6 358.4h204.8v307.2h-204.8v-307.2zM409.6 358.4h204.8v307.2h-204.8v-307.2zM665.6 358.4h204.8v307.2h-204.8v-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery-full" + ], + "grid": 20 + }, + { + "id": 36, + "paths": [ + "M0 307.2c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-409.6zM102.4 307.2v409.6h819.2v-409.6h-819.2zM153.6 358.4h204.8v307.2h-204.8v-307.2zM409.6 358.4h204.8v307.2h-204.8v-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery-half" + ], + "grid": 20 + }, + { + "id": 37, + "paths": [ + "M0 307.2c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-409.6zM102.4 307.2v409.6h819.2v-409.6h-819.2zM153.6 358.4h204.8v307.2h-204.8v-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery-low" + ], + "grid": 20 + }, + { + "id": 38, + "paths": [ + "M460.8 921.6v-358.4l-460.8-460.8v-102.4h1024v102.4l-460.8 460.8v358.4l256 51.2v51.2h-614.4v-51.2l256-51.2zM563.2 409.6c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "beverage" + ], + "grid": 20 + }, + { + "id": 39, + "paths": [ + "M0 512c0-282.77 229.23-512 512-512s512 229.23 512 512v0c0 282.77-229.23 512-512 512s-512-229.23-512-512v0zM835.584 261.12l-574.976 573.952c68.628 53.726 156.18 86.154 251.306 86.154 226.216 0 409.6-183.384 409.6-409.6 0-94.998-32.34-182.442-86.612-251.924l0.682 0.906zM763.392 188.416c-68.81-54.208-156.742-86.945-252.321-86.945-226.216 0-409.6 183.384-409.6 409.6 0 95.578 32.737 183.511 87.609 253.196l-0.664-0.875 574.976-574.976z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "block" + ], + "grid": 20 + }, + { + "id": 40, + "paths": [ + "M481.792 0l307.2 307.2-204.8 204.8 204.8 204.8-307.2 307.2h-20.992v-388.608l-168.96 168.96-71.68-72.704 219.136-219.648-220.16-220.16 72.704-71.68 168.96 167.936v-388.096h20.992zM563.2 225.792v163.328l81.408-81.92-81.408-81.408zM644.608 716.8l-81.408-81.408v162.816l81.408-81.408z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bluetooth" + ], + "grid": 20 + }, + { + "id": 41, + "paths": [ + "M665.6 409.6v-409.6l-512 614.4h204.8v409.6l512-614.4h-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bolt" + ], + "grid": 20 + }, + { + "id": 42, + "paths": [ + "M307.2 204.8h-51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h563.2v-51.2c0-28.277-22.923-51.2-51.2-51.2v0h-563.2c-56.554 0-102.4 45.846-102.4 102.4v0 819.2c0 56.32 46.080 102.4 102.4 102.4h614.4c56.554 0 102.4-45.846 102.4-102.4v0-665.6c0-28.277-22.923-51.2-51.2-51.2v0h-358.4v409.6l-102.4-102.4-102.4 102.4v-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "book-reference" + ], + "grid": 20 + }, + { + "id": 43, + "paths": [ + "M102.4 102.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 921.6l-409.6-204.8-409.6 204.8v-921.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark" + ], + "grid": 20 + }, + { + "id": 44, + "paths": [ + "M921.6 614.4v51.2h-512v256l-307.2-307.2 307.2-307.2v256h409.6v-460.8h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark copy 2" + ], + "grid": 20 + }, + { + "id": 45, + "paths": [ + "M179.2 665.6h435.2v256l307.2-307.2-307.2-307.2v256h-409.6v-460.8h-102.4v563.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark copy 3" + ], + "grid": 20 + }, + { + "id": 46, + "paths": [ + "M102.4 102.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 921.6l-409.6-204.8-409.6 204.8v-921.6zM204.8 102.4v768l307.2-153.6 307.2 153.6v-768h-614.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark-outline" + ], + "grid": 20 + }, + { + "id": 47, + "paths": [ + "M102.4 102.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 921.6l-409.6-204.8-409.6 204.8v-921.6zM204.8 102.4v768l307.2-153.6 307.2 153.6v-768h-614.4zM460.8 358.4v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark-outline-add" + ], + "grid": 20 + }, + { + "id": 48, + "paths": [ + "M563.2 563.2v307.2h307.2v-307.2h-307.2zM563.2 460.8h307.2v-307.2h-307.2v307.2zM460.8 563.2h-307.2v307.2h307.2v-307.2zM460.8 460.8v-307.2h-307.2v307.2h307.2zM51.2 921.6v-870.4h921.6v921.6h-921.6v-51.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-all" + ], + "grid": 20 + }, + { + "id": 49, + "paths": [ + "M51.2 51.2h102.4v102.4h-102.4v-102.4zM51.2 256h102.4v102.4h-102.4v-102.4zM51.2 460.8h102.4v102.4h-102.4v-102.4zM51.2 665.6h102.4v102.4h-102.4v-102.4zM51.2 870.4h921.6v102.4h-921.6v-102.4zM256 51.2h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM460.8 51.2h102.4v102.4h-102.4v-102.4zM460.8 256h102.4v102.4h-102.4v-102.4zM460.8 460.8h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4zM665.6 51.2h102.4v102.4h-102.4v-102.4zM665.6 460.8h102.4v102.4h-102.4v-102.4zM870.4 51.2h102.4v102.4h-102.4v-102.4zM870.4 256h102.4v102.4h-102.4v-102.4zM870.4 460.8h102.4v102.4h-102.4v-102.4zM870.4 665.6h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-bottom" + ], + "grid": 20 + }, + { + "id": 50, + "paths": [ + "M51.2 51.2h102.4v102.4h-102.4v-102.4zM51.2 256h102.4v102.4h-102.4v-102.4zM51.2 460.8h921.6v102.4h-921.6v-102.4zM51.2 665.6h102.4v102.4h-102.4v-102.4zM51.2 870.4h102.4v102.4h-102.4v-102.4zM256 51.2h102.4v102.4h-102.4v-102.4zM256 870.4h102.4v102.4h-102.4v-102.4zM460.8 51.2h102.4v102.4h-102.4v-102.4zM460.8 256h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4zM460.8 870.4h102.4v102.4h-102.4v-102.4zM665.6 51.2h102.4v102.4h-102.4v-102.4zM665.6 870.4h102.4v102.4h-102.4v-102.4zM870.4 51.2h102.4v102.4h-102.4v-102.4zM870.4 256h102.4v102.4h-102.4v-102.4zM870.4 665.6h102.4v102.4h-102.4v-102.4zM870.4 870.4h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-horizontal" + ], + "grid": 20 + }, + { + "id": 51, + "paths": [ + "M460.8 460.8v-409.6h102.4v409.6h409.6v102.4h-409.6v409.6h-102.4v-409.6h-409.6v-102.4h409.6zM51.2 51.2h102.4v102.4h-102.4v-102.4zM51.2 256h102.4v102.4h-102.4v-102.4zM51.2 665.6h102.4v102.4h-102.4v-102.4zM51.2 870.4h102.4v102.4h-102.4v-102.4zM256 51.2h102.4v102.4h-102.4v-102.4zM256 870.4h102.4v102.4h-102.4v-102.4zM665.6 51.2h102.4v102.4h-102.4v-102.4zM665.6 870.4h102.4v102.4h-102.4v-102.4zM870.4 51.2h102.4v102.4h-102.4v-102.4zM870.4 256h102.4v102.4h-102.4v-102.4zM870.4 665.6h102.4v102.4h-102.4v-102.4zM870.4 870.4h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-inner" + ], + "grid": 20 + }, + { + "id": 52, + "paths": [ + "M51.2 51.2h102.4v921.6h-102.4v-921.6zM256 51.2h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM256 870.4h102.4v102.4h-102.4v-102.4zM460.8 51.2h102.4v102.4h-102.4v-102.4zM460.8 256h102.4v102.4h-102.4v-102.4zM460.8 460.8h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4zM460.8 870.4h102.4v102.4h-102.4v-102.4zM665.6 51.2h102.4v102.4h-102.4v-102.4zM665.6 460.8h102.4v102.4h-102.4v-102.4zM665.6 870.4h102.4v102.4h-102.4v-102.4zM870.4 51.2h102.4v102.4h-102.4v-102.4zM870.4 256h102.4v102.4h-102.4v-102.4zM870.4 460.8h102.4v102.4h-102.4v-102.4zM870.4 665.6h102.4v102.4h-102.4v-102.4zM870.4 870.4h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-left" + ], + "grid": 20 + }, + { + "id": 53, + "paths": [ + "M51.2 51.2h102.4v102.4h-102.4v-102.4zM51.2 256h102.4v102.4h-102.4v-102.4zM51.2 460.8h102.4v102.4h-102.4v-102.4zM51.2 665.6h102.4v102.4h-102.4v-102.4zM51.2 870.4h102.4v102.4h-102.4v-102.4zM256 51.2h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM256 870.4h102.4v102.4h-102.4v-102.4zM460.8 51.2h102.4v102.4h-102.4v-102.4zM460.8 256h102.4v102.4h-102.4v-102.4zM460.8 460.8h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4zM460.8 870.4h102.4v102.4h-102.4v-102.4zM665.6 51.2h102.4v102.4h-102.4v-102.4zM665.6 460.8h102.4v102.4h-102.4v-102.4zM665.6 870.4h102.4v102.4h-102.4v-102.4zM870.4 51.2h102.4v102.4h-102.4v-102.4zM870.4 256h102.4v102.4h-102.4v-102.4zM870.4 460.8h102.4v102.4h-102.4v-102.4zM870.4 665.6h102.4v102.4h-102.4v-102.4zM870.4 870.4h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-none" + ], + "grid": 20 + }, + { + "id": 54, + "paths": [ + "M102.4 972.8h-51.2v-921.6h921.6v921.6h-870.4zM153.6 870.4h716.8v-716.8h-716.8v716.8zM665.6 460.8h102.4v102.4h-102.4v-102.4zM460.8 460.8h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM460.8 256h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-outer" + ], + "grid": 20 + }, + { + "id": 55, + "paths": [ + "M256 51.2h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM256 870.4h102.4v102.4h-102.4v-102.4zM460.8 51.2h102.4v102.4h-102.4v-102.4zM460.8 256h102.4v102.4h-102.4v-102.4zM460.8 460.8h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4zM460.8 870.4h102.4v102.4h-102.4v-102.4zM665.6 51.2h102.4v102.4h-102.4v-102.4zM665.6 460.8h102.4v102.4h-102.4v-102.4zM665.6 870.4h102.4v102.4h-102.4v-102.4zM51.2 51.2h102.4v102.4h-102.4v-102.4zM51.2 256h102.4v102.4h-102.4v-102.4zM51.2 460.8h102.4v102.4h-102.4v-102.4zM51.2 665.6h102.4v102.4h-102.4v-102.4zM51.2 870.4h102.4v102.4h-102.4v-102.4zM870.4 51.2h102.4v921.6h-102.4v-921.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-right" + ], + "grid": 20 + }, + { + "id": 56, + "paths": [ + "M51.2 51.2h921.6v102.4h-921.6v-102.4zM51.2 256h102.4v102.4h-102.4v-102.4zM51.2 460.8h102.4v102.4h-102.4v-102.4zM51.2 665.6h102.4v102.4h-102.4v-102.4zM51.2 870.4h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM256 870.4h102.4v102.4h-102.4v-102.4zM460.8 256h102.4v102.4h-102.4v-102.4zM460.8 460.8h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4zM460.8 870.4h102.4v102.4h-102.4v-102.4zM665.6 460.8h102.4v102.4h-102.4v-102.4zM665.6 870.4h102.4v102.4h-102.4v-102.4zM870.4 256h102.4v102.4h-102.4v-102.4zM870.4 460.8h102.4v102.4h-102.4v-102.4zM870.4 665.6h102.4v102.4h-102.4v-102.4zM870.4 870.4h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-top" + ], + "grid": 20 + }, + { + "id": 57, + "paths": [ + "M51.2 51.2h102.4v102.4h-102.4v-102.4zM51.2 256h102.4v102.4h-102.4v-102.4zM51.2 460.8h102.4v102.4h-102.4v-102.4zM51.2 665.6h102.4v102.4h-102.4v-102.4zM51.2 870.4h102.4v102.4h-102.4v-102.4zM256 51.2h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM256 870.4h102.4v102.4h-102.4v-102.4zM460.8 51.2h102.4v921.6h-102.4v-921.6zM665.6 51.2h102.4v102.4h-102.4v-102.4zM665.6 460.8h102.4v102.4h-102.4v-102.4zM665.6 870.4h102.4v102.4h-102.4v-102.4zM870.4 51.2h102.4v102.4h-102.4v-102.4zM870.4 256h102.4v102.4h-102.4v-102.4zM870.4 460.8h102.4v102.4h-102.4v-102.4zM870.4 665.6h102.4v102.4h-102.4v-102.4zM870.4 870.4h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "border-vertical" + ], + "grid": 20 + }, + { + "id": 58, + "paths": [ + "M0 102.4c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 102.4h-1024v-102.4zM51.2 256h921.6v665.6c0 56.554-45.846 102.4-102.4 102.4v0h-716.8c-56.554 0-102.4-45.846-102.4-102.4v0-665.6zM358.4 358.4v102.4h307.2v-102.4h-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "box" + ], + "grid": 20 + }, + { + "id": 59, + "paths": [ + "M512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0zM460.8 204.8c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0zM693.248 258.56c9.446-10.984 23.36-17.897 38.889-17.897 28.277 0 51.2 22.923 51.2 51.2 0 15.528-6.913 29.442-17.829 38.832l-0.067 0.057c-9.446 10.984-23.36 17.897-38.889 17.897-28.277 0-51.2-22.923-51.2-51.2 0-15.528 6.913-29.442 17.829-38.832l0.067-0.057zM819.2 460.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0zM765.44 693.248c10.984 9.446 17.897 23.36 17.897 38.889 0 28.277-22.923 51.2-51.2 51.2-15.528 0-29.442-6.913-38.832-17.829l-0.057-0.067c-10.984-9.446-17.897-23.36-17.897-38.889 0-28.277 22.923-51.2 51.2-51.2 15.528 0 29.442 6.913 38.832 17.829l0.057 0.067zM563.2 819.2c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0zM330.752 765.44c-9.446 10.984-23.36 17.897-38.889 17.897-28.277 0-51.2-22.923-51.2-51.2 0-15.528 6.913-29.442 17.829-38.832l0.067-0.057c9.446-10.984 23.36-17.897 38.889-17.897 28.277 0 51.2 22.923 51.2 51.2 0 15.528-6.913 29.442-17.829 38.832l-0.067 0.057zM204.8 563.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0zM258.56 330.752c-10.984-9.446-17.897-23.36-17.897-38.889 0-28.277 22.923-51.2 51.2-51.2 15.528 0 29.442 6.913 38.832 17.829l0.057 0.067c10.984 9.446 17.897 23.36 17.897 38.889 0 28.277-22.923 51.2-51.2 51.2-15.528 0-29.442-6.913-38.832-17.829l-0.057-0.067z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brightness-down" + ], + "grid": 20 + }, + { + "id": 60, + "paths": [ + "M512 716.8c-113.108 0-204.8-91.692-204.8-204.8s91.692-204.8 204.8-204.8v0c113.108 0 204.8 91.692 204.8 204.8s-91.692 204.8-204.8 204.8v0zM460.8 51.2c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 102.4c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0-102.4zM801.28 150.528c9.446-10.984 23.36-17.897 38.889-17.897 28.277 0 51.2 22.923 51.2 51.2 0 15.528-6.913 29.442-17.829 38.832l-0.067 0.057-71.68 71.68c-9.446 10.984-23.36 17.897-38.889 17.897-28.277 0-51.2-22.923-51.2-51.2 0-15.528 6.913-29.442 17.829-38.832l0.067-0.057 71.68-71.68zM972.288 460.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-101.376c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h101.376zM873.472 801.28c10.984 9.446 17.897 23.36 17.897 38.889 0 28.277-22.923 51.2-51.2 51.2-15.528 0-29.442-6.913-38.832-17.829l-0.057-0.067-71.68-71.68c-10.984-9.446-17.897-23.36-17.897-38.889 0-28.277 22.923-51.2 51.2-51.2 15.528 0 29.442 6.913 38.832 17.829l0.057 0.067 71.68 71.68zM563.2 972.288c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0-101.376c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 101.376zM222.72 873.472c-9.446 10.984-23.36 17.897-38.889 17.897-28.277 0-51.2-22.923-51.2-51.2 0-15.528 6.913-29.442 17.829-38.832l0.067-0.057 71.68-71.68c9.446-10.984 23.36-17.897 38.889-17.897 28.277 0 51.2 22.923 51.2 51.2 0 15.528-6.913 29.442-17.829 38.832l-0.067 0.057-71.68 71.68zM51.712 563.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h101.376c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-101.376zM150.528 222.72c-10.984-9.446-17.897-23.36-17.897-38.889 0-28.277 22.923-51.2 51.2-51.2 15.528 0 29.442 6.913 38.832 17.829l0.057 0.067 71.68 71.68c10.984 9.446 17.897 23.36 17.897 38.889 0 28.277-22.923 51.2-51.2 51.2-15.528 0-29.442-6.913-38.832-17.829l-0.057-0.067-71.68-71.68z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brightness-up" + ], + "grid": 20 + }, + { + "id": 61, + "paths": [ + "M0 153.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM102.4 256v614.4h819.2v-614.4h-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "browser-window" + ], + "grid": 20 + }, + { + "id": 62, + "paths": [ + "M460.8 512v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4zM0 153.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM102.4 256v614.4h819.2v-614.4h-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "browser-window-new" + ], + "grid": 20 + }, + { + "id": 63, + "paths": [ + "M0 153.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM102.4 256v614.4h819.2v-614.4h-819.2zM512 409.6l204.8 256h-409.6l204.8-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "browser-window-open" + ], + "grid": 20 + }, + { + "id": 64, + "paths": [ + "M783.36 762.368l141.824 141.824c9.201 9.255 14.889 22.011 14.889 36.096s-5.687 26.842-14.891 36.098l0.002-0.002c-9.255 9.201-22.011 14.889-36.096 14.889s-26.842-5.687-36.098-14.891l0.002 0.002-132.608-132.096c-42.249 39.19-95.857 66.691-155.351 77.048l-1.833 0.264v-458.752c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 458.752c-61.334-10.59-114.949-38.098-157.377-77.489l0.193 0.177-132.608 132.096c-9.255 9.201-22.011 14.889-36.096 14.889s-26.842-5.687-36.098-14.891l0.002 0.002c-9.201-9.255-14.889-22.011-14.889-36.096s5.687-26.842 14.891-36.098l-0.002 0.002 141.824-141.824c-15.247-27.991-26.531-60.547-32.028-95.033l-0.228-1.735h-157.184c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h153.6v-132.608l-157.184-157.184c-9.201-9.255-14.889-22.011-14.889-36.096s5.687-26.842 14.891-36.098l-0.002 0.002c9.255-9.201 22.011-14.889 36.096-14.889s26.842 5.687 36.098 14.891l-0.002-0.002 107.52 107.52h569.344l107.52-107.52c9.255-9.201 22.011-14.889 36.096-14.889s26.842 5.687 36.098 14.891l-0.002-0.002c9.201 9.255 14.889 22.011 14.889 36.096s-5.687 26.842-14.891 36.098l0.002-0.002-157.184 157.184v132.608h153.6c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-157.184c-5.12 34.304-16.384 67.072-32.256 96.768zM768 256h-512c0-141.385 114.615-256 256-256s256 114.615 256 256v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bug" + ], + "grid": 20 + }, + { + "id": 65, + "paths": [ + "M878.592 328.704c-40.509-79.622-103.674-142.787-180.967-182.218l-2.329-1.078-68.608 137.728c49.559 25.288 88.888 64.617 113.502 112.725l0.674 1.451 137.728-68.608zM878.592 695.296l-137.728-68.608c-25.288 49.559-64.617 88.888-112.725 113.502l-1.451 0.674 68.608 137.728c79.622-40.509 142.787-103.674 182.218-180.967l1.078-2.329zM328.704 145.408c-79.622 40.509-142.787 103.674-182.218 180.967l-1.078 2.329 137.728 68.608c25.288-49.559 64.617-88.888 112.725-113.502l1.451-0.674-68.608-137.728zM145.408 695.296c40.509 79.622 103.674 142.787 180.967 182.218l2.329 1.078 68.608-137.728c-49.559-25.288-88.888-64.617-113.502-112.725l-0.674-1.451-137.728 68.608zM512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 665.6c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "buoy" + ], + "grid": 20 + }, + { + "id": 66, + "paths": [ + "M102.4 102.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-614.4c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM256 153.6v102.4h512v-102.4h-512zM256 358.4v102.4h102.4v-102.4h-102.4zM460.8 358.4v102.4h102.4v-102.4h-102.4zM665.6 358.4v102.4h102.4v-102.4h-102.4zM256 563.2v102.4h102.4v-102.4h-102.4zM460.8 563.2v102.4h102.4v-102.4h-102.4zM665.6 563.2v307.2h102.4v-307.2h-102.4zM256 768v102.4h102.4v-102.4h-102.4zM460.8 768v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calculator" + ], + "grid": 20 + }, + { + "id": 67, + "paths": [ + "M51.2 204.8c0-56.32 46.080-102.4 102.4-102.4h716.8c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-716.8c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM153.6 307.2v614.4h716.8v-614.4h-716.8zM256 0h102.4v102.4h-102.4v-102.4zM665.6 0h102.4v102.4h-102.4v-102.4zM256 460.8h102.4v102.4h-102.4v-102.4zM256 665.6h102.4v102.4h-102.4v-102.4zM460.8 460.8h102.4v102.4h-102.4v-102.4zM460.8 665.6h102.4v102.4h-102.4v-102.4zM665.6 460.8h102.4v102.4h-102.4v-102.4zM665.6 665.6h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar" + ], + "grid": 20 + }, + { + "id": 68, + "paths": [ + "M0 307.2c0-56.32 46.080-102.4 102.4-102.4h153.6l102.4-102.4h307.2l102.4 102.4h153.6c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-512zM512 819.2c141.385 0 256-114.615 256-256s-114.615-256-256-256v0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0zM512 716.8c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "camera" + ], + "grid": 20 + }, + { + "id": 69, + "paths": [ + "M211.456 614.4h-6.656c-56.357 0.26-101.943 46.006-101.943 102.399 0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4c0-16.603-3.952-32.284-10.966-46.152l0.268 0.585 105.472-159.232c1.69 0.098 3.667 0.154 5.656 0.154 9.83 0 19.342-1.365 28.356-3.915l-0.732 0.177 79.36 79.36c-2.262 8.030-3.563 17.251-3.563 26.776 0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4c0-16.663-3.98-32.397-11.042-46.303l0.269 0.583 107.008-159.232h6.656c56.357-0.26 101.943-46.006 101.943-102.399 0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 16.603 3.952 32.284 10.966 46.152l-0.268-0.585-105.472 159.232c-1.69-0.098-3.667-0.154-5.656-0.154-9.83 0-19.342 1.365-28.356 3.915l0.732-0.177-79.872-79.36c2.262-8.030 3.563-17.251 3.563-26.776 0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 16.663 3.98 32.397 11.042 46.303l-0.269-0.583-106.496 159.232zM0 204.8c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 614.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chart" + ], + "grid": 20 + }, + { + "id": 70, + "paths": [ + "M51.2 512h153.6v512h-153.6v-512zM307.2 0h153.6v1024h-153.6v-1024zM563.2 409.6h153.6v614.4h-153.6v-614.4zM819.2 204.8h153.6v819.2h-153.6v-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chart-bar" + ], + "grid": 20 + }, + { + "id": 71, + "paths": [ + "M1021.44 563.2c-26.89 259.87-244.697 460.793-509.433 460.793-282.77 0-512-229.23-512-512 0-264.736 200.924-482.543 458.597-509.248l2.196-0.184v560.64h560.64zM1017.344 430.080h-423.424v-423.424c217.691 36.271 387.153 205.732 423.011 420.43l0.413 2.994z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chart-pie" + ], + "grid": 20 + }, + { + "id": 72, + "paths": [ + "M512 768l-204.8 204.8v-204.8h-204.8c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-409.6zM256 358.4v102.4h102.4v-102.4h-102.4zM460.8 358.4v102.4h102.4v-102.4h-102.4zM665.6 358.4v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chat-bubble-dots" + ], + "grid": 20 + }, + { + "id": 73, + "paths": [ + "M0 563.2l102.4-102.4 256 256 563.2-563.2 102.4 102.4-665.6 665.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkmark" + ], + "grid": 20 + }, + { + "id": 74, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM801.792 801.792c74.164-74.164 120.036-176.621 120.036-289.792 0-226.342-183.486-409.828-409.828-409.828-113.171 0-215.628 45.872-289.792 120.036l-0 0c-74.164 74.164-120.036 176.621-120.036 289.792 0 226.342 183.486 409.828 409.828 409.828 113.171 0 215.628-45.872 289.792-120.036l-0 0zM343.040 475.648l117.76 118.272 220.16-220.16 71.68 72.704-291.84 290.816-189.44-189.44 71.68-72.704z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkmark-outline" + ], + "grid": 20 + }, + { + "id": 75, + "paths": [ + "M475.802 663.040l36.198 36.198 289.638-289.638-72.397-72.397-217.242 217.19-217.242-217.19-72.397 72.397z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-down" + ], + "grid": 20 + }, + { + "id": 76, + "paths": [ + "M360.96 475.802l-36.198 36.198 289.638 289.638 72.397-72.397-217.19-217.242 217.19-217.242-72.397-72.397z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-left" + ], + "grid": 20 + }, + { + "id": 77, + "paths": [ + "M1024 512c0 282.77-229.23 512-512 512s-512-229.23-512-512v0c0-282.77 229.23-512 512-512s512 229.23 512 512v0zM512 102.4c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0zM476.16 642.048l-181.76-181.248 72.192-72.192 145.408 143.872 144.896-144.384 72.192 72.704-217.088 217.088-35.84-35.84z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-outline-down" + ], + "grid": 20 + }, + { + "id": 78, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM921.6 512c0-226.216-183.384-409.6-409.6-409.6s-409.6 183.384-409.6 409.6v0c0 226.216 183.384 409.6 409.6 409.6s409.6-183.384 409.6-409.6v0zM381.952 476.16l181.248-181.76 72.192 72.192-143.872 145.408 144.384 144.896-72.704 72.192-217.088-217.088 35.84-35.84z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-outline-left" + ], + "grid": 20 + }, + { + "id": 79, + "paths": [ + "M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0c-282.77 0-512-229.23-512-512s229.23-512 512-512v0zM102.4 512c0 226.216 183.384 409.6 409.6 409.6s409.6-183.384 409.6-409.6v0c0-226.216-183.384-409.6-409.6-409.6s-409.6 183.384-409.6 409.6v0zM642.048 547.84l-181.248 181.76-72.192-72.192 143.872-145.408-143.36-144.896 71.68-72.192 217.088 217.088-35.84 35.84z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-outline-right" + ], + "grid": 20 + }, + { + "id": 80, + "paths": [ + "M0 512c0-282.77 229.23-512 512-512s512 229.23 512 512v0c0 282.77-229.23 512-512 512s-512-229.23-512-512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM547.84 381.952l181.76 181.248-72.192 72.192-145.408-143.872-144.896 143.36-72.192-71.68 217.088-217.088 35.84 35.84z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-outline-up" + ], + "grid": 20 + }, + { + "id": 81, + "paths": [ + "M663.040 548.198l36.198-36.198-289.638-289.638-72.397 72.397 217.19 217.242-217.19 217.242 72.397 72.397 253.44-253.44z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-right" + ], + "grid": 20 + }, + { + "id": 82, + "paths": [ + "M548.198 360.96l-36.198-36.198-289.638 289.638 72.397 72.397 217.242-217.19 217.242 217.19 72.397-72.397z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cheveron-up" + ], + "grid": 20 + }, + { + "id": 83, + "paths": [ + "M359.936 133.12c10.988-74.998 74.877-131.932 152.064-131.932s141.076 56.934 151.964 131.098l0.1 0.834 103.936 20.48v51.2h51.2c56.554 0 102.4 45.846 102.4 102.4v0 614.4c0 56.554-45.846 102.4-102.4 102.4v0h-614.4c-56.554 0-102.4-45.846-102.4-102.4v0-614.4c0-56.32 46.080-102.4 102.4-102.4h51.2v-51.2l103.936-20.48zM256 307.2h-51.2v614.4h614.4v-614.4h-51.2v51.2h-512v-51.2zM512 204.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clipboard" + ], + "grid": 20 + }, + { + "id": 84, + "paths": [ + "M512 439.603l-362.035-362.035-72.397 72.397 362.035 362.035-362.035 362.035 72.397 72.397 362.035-362.035 362.035 362.035 72.397-72.397-362.035-362.035 362.035-362.035-72.397-72.397-362.035 362.035z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "close" + ], + "grid": 20 + }, + { + "id": 85, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM222.208 801.792c74.164 74.164 176.621 120.036 289.792 120.036 226.342 0 409.828-183.486 409.828-409.828 0-113.171-45.872-215.628-120.036-289.792l-0-0c-74.164-74.164-176.621-120.036-289.792-120.036-226.342 0-409.828 183.486-409.828 409.828 0 113.171 45.872 215.628 120.036 289.792l-0-0zM729.088 367.104l-144.896 144.896 144.896 144.896-72.192 72.192-144.896-144.896-144.896 144.896-72.192-72.192 144.896-144.896-144.896-144.896 72.192-72.192 144.896 144.896 144.896-144.896 72.192 72.192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "close-outline" + ], + "grid": 20 + }, + { + "id": 86, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM583.68 512l144.896-144.896-72.192-72.192-144.384 144.896-144.896-144.896-72.192 72.192 144.896 144.896-144.896 144.896 72.192 72.192 144.896-144.896 144.896 144.896 72.192-72.192-144.896-144.896z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "close-solid" + ], + "grid": 20 + }, + { + "id": 87, + "paths": [ + "M864.256 465.92c91.895 21.475 159.295 102.707 159.295 199.68 0 112.95-91.436 204.544-204.326 204.799l-0.025 0h-563.2c-0.076 0-0.167 0-0.257 0-141.385 0-256-114.615-256-256 0-123.353 87.244-226.33 203.394-250.589l1.664-0.291v-5.12c-0-0.054-0-0.119-0-0.183 0-84.831 68.769-153.6 153.6-153.6 28.694 0 55.55 7.868 78.528 21.564l-0.704-0.389c46.031-45.498 109.339-73.604 179.212-73.604 140.819 0 254.976 114.157 254.976 254.976 0 0.856-0.004 1.712-0.013 2.566l0.001-0.13c0 19.456-2.048 37.888-6.144 56.32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud" + ], + "grid": 20 + }, + { + "id": 88, + "paths": [ + "M864.256 465.92c91.895 21.475 159.295 102.707 159.295 199.68 0 112.95-91.436 204.544-204.326 204.799l-0.025 0h-563.2c-0.076 0-0.167 0-0.257 0-141.385 0-256-114.615-256-256 0-123.353 87.244-226.33 203.394-250.589l1.664-0.291v-5.12c-0-0.054-0-0.119-0-0.183 0-84.831 68.769-153.6 153.6-153.6 28.694 0 55.55 7.868 78.528 21.564l-0.704-0.389c46.031-45.498 109.339-73.604 179.212-73.604 140.819 0 254.976 114.157 254.976 254.976 0 0.856-0.004 1.712-0.013 2.566l0.001-0.13c0 19.456-2.048 37.888-6.144 56.32zM563.2 563.2h153.6l-204.8-204.8-204.8 204.8h153.6v153.6h102.4v-153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud-upload" + ], + "grid": 20 + }, + { + "id": 89, + "paths": [ + "M35.84 476.16l245.76-245.76 71.68 72.704-207.872 208.896 208.384 208.384-72.192 72.704-281.6-281.088 35.84-35.84zM988.16 547.84l35.84-35.84-281.088-281.088-71.68 72.704 207.36 208.384-208.384 208.384 72.192 72.704 244.736-244.736z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "code" + ], + "grid": 20 + }, + { + "id": 90, + "paths": [ + "M204.8 563.2h-102.4c-56.554 0-102.4-45.846-102.4-102.4v0-204.8c0-56.32 46.080-102.4 102.4-102.4h102.4v-102.4h716.8v512c0 113.108-91.692 204.8-204.8 204.8v0h-307.2c-113.108 0-204.8-91.692-204.8-204.8v0zM204.8 460.8v-204.8h-102.4v204.8h102.4zM102.4 870.4v-51.2h921.6v51.2l-204.8 102.4h-512l-204.8-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "coffee" + ], + "grid": 20 + }, + { + "id": 91, + "paths": [ + "M201.728 332.8l-88.064-146.432 72.704-72.704 146.432 88.064c26.624-15.36 56.32-27.648 87.040-35.84l40.96-165.888h102.4l40.96 165.888c30.72 8.192 60.416 20.48 87.040 35.84l146.432-88.064 72.704 72.704-88.064 146.432c15.36 26.624 27.648 56.32 35.84 87.040l165.888 40.96v102.4l-165.888 40.96c-8.192 30.72-20.48 60.416-35.84 87.040l88.064 146.432-72.704 72.704-146.432-88.064c-26.624 15.36-56.32 27.648-87.040 35.84l-40.96 165.888h-102.4l-40.96-165.888c-30.72-8.192-60.416-20.48-87.040-35.84l-146.432 88.064-72.704-72.704 88.064-146.432c-15.36-26.624-27.648-56.32-35.84-87.040l-165.888-40.96v-102.4l165.888-40.96c8.192-30.72 20.48-60.416 35.84-87.040zM512 665.6c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cog" + ], + "grid": 20 + }, + { + "id": 92, + "paths": [ + "M460.8 1024v-87.040l0.512-12.288 310.272-310.272h150.528c56.32 0 101.888 45.568 101.888 102.4v204.8c0 56.554-45.846 102.4-102.4 102.4v0h-460.8zM460.8 852.992v-579.584l106.496-105.984c18.453-18.526 43.984-29.989 72.192-29.989s53.739 11.463 72.189 29.986l0.003 0.003 144.896 144.896c18.402 18.509 29.777 44.022 29.777 72.192s-11.375 53.683-29.782 72.197l0.005-0.005-395.776 396.288zM0 101.888c0-55.808 45.568-101.888 102.4-101.888h204.8c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-204.8c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM204.8 870.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "color-palette" + ], + "grid": 20 + }, + { + "id": 93, + "paths": [ + "M102.4 204.8v716.8h716.8v-307.2l102.4-102.4v512h-921.6v-921.6h512l-102.4 102.4h-307.2zM629.76 189.44l204.8 204.8-424.96 424.96h-204.8v-204.8l424.96-424.96zM701.44 117.76l117.76-117.76 204.8 204.8-117.76 117.76-204.8-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "compose" + ], + "grid": 20 + }, + { + "id": 94, + "paths": [ + "M358.4 870.4h-256c-56.554 0-102.4-45.846-102.4-102.4v0-665.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 665.6c0 56.554-45.846 102.4-102.4 102.4v0h-256l204.8 102.4v51.2h-716.8v-51.2l204.8-102.4zM102.4 102.4v563.2h819.2v-563.2h-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "computer-desktop" + ], + "grid": 20 + }, + { + "id": 95, + "paths": [ + "M921.6 819.2h102.4v51.2c0 28.277-22.923 51.2-51.2 51.2v0h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-51.2h102.4v-614.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 614.4zM204.8 204.8v460.8h614.4v-460.8h-614.4zM409.6 768v51.2h204.8v-51.2h-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "computer-laptop" + ], + "grid": 20 + }, + { + "id": 96, + "paths": [ + "M870.4 563.2v153.6l-153.6-153.6h-307.2c-56.554 0-102.4-45.846-102.4-102.4v0-358.4c0-56.32 46.080-102.4 102.4-102.4h512c56.554 0 102.4 45.846 102.4 102.4v0 358.4c0 56.554-45.846 102.4-102.4 102.4v0h-51.2zM716.8 665.6v102.4c0 56.554-45.846 102.4-102.4 102.4v0h-307.2l-153.6 153.6v-153.6h-51.2c-56.554 0-102.4-45.846-102.4-102.4v0-358.4c0-56.32 46.080-102.4 102.4-102.4h102.4v153.6c0 113.108 91.692 204.8 204.8 204.8v0h307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "conversation" + ], + "grid": 20 + }, + { + "id": 97, + "paths": [ + "M307.2 307.2v-204.8c0-56.32 46.080-102.4 102.4-102.4h512c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-204.8v204.8c0 56.554-45.846 102.4-102.4 102.4v0h-512c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.32 46.080-102.4 102.4-102.4h204.8zM409.6 307.2h204.8c56.554 0 102.4 45.846 102.4 102.4v0 204.8h204.8v-512h-512v204.8zM102.4 409.6v512h512v-512h-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "copy" + ], + "grid": 20 + }, + { + "id": 98, + "paths": [ + "M921.6 307.2v-102.4h-819.2v102.4h819.2zM921.6 512h-819.2v307.2h819.2v-307.2zM0 204.8c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 614.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4zM204.8 614.4h204.8v102.4h-204.8v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "credit-card" + ], + "grid": 20 + }, + { + "id": 99, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM563.2 768h51.2c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0h-205.312c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h307.712v-102.4h-153.6v-102.4h-102.4v102.4h-51.2c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0h204.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-307.2v102.4h153.6v102.4h102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "currency-dollar" + ], + "grid": 20 + }, + { + "id": 100, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM225.28 804.352c80.288-55.312 179.647-88.345 286.72-88.345s206.432 33.033 288.44 89.464l-1.72-1.119c75.859-74.399 122.88-177.965 122.88-292.513 0-226.216-183.384-409.6-409.6-409.6s-409.6 183.384-409.6 409.6c0 114.548 47.021 218.114 122.814 292.449l0.066 0.064zM538.624 413.184l154.624-154.624 72.192 72.192-154.624 154.624c2.245 7.999 3.535 17.186 3.535 26.673 0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4c0-56.554 45.846-102.4 102.4-102.4 9.488 0 18.674 1.29 27.393 3.705l-0.72-0.17z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dashboard" + ], + "grid": 20 + }, + { + "id": 101, + "paths": [ + "M768 102.4h102.4c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-716.8c-56.554 0-102.4-45.846-102.4-102.4v0-716.8c0-56.32 46.080-102.4 102.4-102.4h102.4v-102.4h102.4v102.4h307.2v-102.4h102.4v102.4zM153.6 307.2v614.4h716.8v-614.4h-716.8zM460.8 563.2v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "date-add" + ], + "grid": 20 + }, + { + "id": 102, + "paths": [ + "M256 204.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 204.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM768 204.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM256 460.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 460.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM768 460.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM256 716.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 716.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 1024c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM768 716.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dial-pad" + ], + "grid": 20 + }, + { + "id": 103, + "paths": [ + "M512 0l512 512-512 512-512-512 512-512zM307.2 512v153.6h102.4v-153.6h153.6v153.6l204.8-204.8-204.8-204.8v153.6h-153.6c-56.554 0-102.4 45.846-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "directions" + ], + "grid": 20 + }, + { + "id": 104, + "paths": [ + "M204.8 921.6h614.4v-614.4h-204.8v-204.8h-409.6v819.2zM102.4 972.8v-972.8h614.4l204.8 204.8v819.2h-819.2v-51.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "document" + ], + "grid": 20 + }, + { + "id": 105, + "paths": [ + "M460.8 512v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4zM204.8 921.6h614.4v-614.4h-204.8v-204.8h-409.6v819.2zM102.4 972.8v-972.8h614.4l204.8 204.8v819.2h-819.2v-51.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "document-add" + ], + "grid": 20 + }, + { + "id": 106, + "paths": [ + "M512 460.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 768c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dots-horizontal-double" + ], + "grid": 20 + }, + { + "id": 107, + "paths": [ + "M512 614.4c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 307.2c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 921.6c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dots-horizontal-triple" + ], + "grid": 20 + }, + { + "id": 108, + "paths": [ + "M665.6 409.6v-307.2h-307.2v307.2h-256l409.6 409.6 409.6-409.6h-256zM0 921.6h1024v102.4h-1024v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "download" + ], + "grid": 20 + }, + { + "id": 109, + "paths": [ + "M307.2 307.2v-204.8c0-56.32 46.080-102.4 102.4-102.4h512c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-204.8v204.8c0 56.554-45.846 102.4-102.4 102.4v0h-512c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.32 46.080-102.4 102.4-102.4h204.8zM409.6 307.2h204.8c56.554 0 102.4 45.846 102.4 102.4v0 204.8h204.8v-512h-512v204.8zM102.4 409.6v512h512v-512h-512zM307.2 614.4v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "duplicate" + ], + "grid": 20 + }, + { + "id": 110, + "paths": [ + "M307.2 307.2v-204.8c0-56.32 46.080-102.4 102.4-102.4h512c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-204.8v204.8c0 56.554-45.846 102.4-102.4 102.4v0h-512c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.32 46.080-102.4 102.4-102.4h204.8zM409.6 307.2h204.8c56.554 0 102.4 45.846 102.4 102.4v0 204.8h204.8v-512h-512v204.8zM102.4 409.6v512h512v-512h-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "edit-copy" + ], + "grid": 20 + }, + { + "id": 111, + "paths": [ + "M716.8 819.2h-409.6c-56.554 0-102.4-45.846-102.4-102.4v0-409.6h-204.8v-102.4h204.8v-204.8h102.4v716.8h716.8v102.4h-204.8v204.8h-102.4v-204.8zM716.8 665.6v-358.4h-358.4v-102.4h358.4c56.554 0 102.4 45.846 102.4 102.4v0 358.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "edit-crop" + ], + "grid": 20 + }, + { + "id": 112, + "paths": [ + "M500.224 588.8l273.408 200.192c22.528 16.896 63.488 30.208 91.648 30.208h158.72l-671.232-492.544c3.697-13.593 5.821-29.201 5.821-45.304 0-98.969-80.231-179.2-179.2-179.2s-179.2 80.231-179.2 179.2c0 98.969 80.231 179.2 179.2 179.2 38.242 0 73.686-11.979 102.785-32.389l-0.574 0.382 114.176 83.456-114.176 83.456c-28.653-20.296-64.326-32.444-102.836-32.444-98.969 0-179.2 80.231-179.2 179.2s80.231 179.2 179.2 179.2c98.969 0 179.2-80.231 179.2-179.2 0-15.945-2.083-31.404-5.99-46.119l0.282 1.251 148.48-108.544zM179.2 358.4c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM179.2 819.2c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM773.12 235.008c25.974-17.548 57.63-28.603 91.759-30.193l0.401-0.015h158.72l-384 281.6-104.96-76.8 238.080-174.592z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "edit-cut" + ], + "grid": 20 + }, + { + "id": 113, + "paths": [ + "M629.76 189.44l204.8 204.8-629.76 629.76h-204.8v-204.8l629.76-629.76zM701.44 117.76l117.76-117.76 204.8 204.8-117.76 117.76-204.8-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "edit-pencil" + ], + "grid": 20 + }, + { + "id": 114, + "paths": [ + "M170.496 409.6l341.504 204.8 512-307.2-512-307.2-512 307.2h512v102.4h-341.504zM0 409.6v409.6l102.4-113.664v-234.496l-102.4-61.44zM512 1024l-358.4-215.040v-307.2l358.4 215.040 358.4-215.040v307.2l-358.4 215.040z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "education" + ], + "grid": 20 + }, + { + "id": 115, + "paths": [ + "M921.6 102.4c56.554 0 102.4 45.846 102.4 102.4v0 614.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4c0-56.32 46.080-102.4 102.4-102.4h819.2zM697.856 568.32l326.144 250.88v-102.4l-262.144-199.68 262.144-209.92v-102.4l-512 409.6-512-409.6v102.4l262.144 209.92-262.144 199.68v102.4l326.144-250.88 185.856 148.48 185.856-148.48z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envelope" + ], + "grid": 20 + }, + { + "id": 116, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM801.792 801.792c74.164-74.164 120.036-176.621 120.036-289.792 0-226.342-183.486-409.828-409.828-409.828-113.171 0-215.628 45.872-289.792 120.036l-0 0c-74.164 74.164-120.036 176.621-120.036 289.792 0 226.342 183.486 409.828 409.828 409.828 113.171 0 215.628-45.872 289.792-120.036l-0 0zM460.8 256h102.4v307.2h-102.4v-307.2zM460.8 665.6h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "exclamation-outline" + ], + "grid": 20 + }, + { + "id": 117, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM460.8 256v307.2h102.4v-307.2h-102.4zM460.8 665.6v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "exclamation-solid" + ], + "grid": 20 + }, + { + "id": 118, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM403.456 403.456l-181.248 398.336 398.336-181.248 181.248-398.336-398.336 181.248zM512 563.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "explore" + ], + "grid": 20 + }, + { + "id": 119, + "paths": [ + "M537.6 1024h-537.6v-665.6l256 170.496v-170.496l256 170.496v-170.496l256 170.496v-528.896h256v1024h-486.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "factory" + ], + "grid": 20 + }, + { + "id": 120, + "paths": [ + "M51.2 256l460.8 256-460.8 256v-512zM512 256l460.8 256-460.8 256v-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fast-forward" + ], + "grid": 20 + }, + { + "id": 121, + "paths": [ + "M972.8 256v512l-460.8-256 460.8-256zM512 256v512l-460.8-256 460.8-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fast-rewind" + ], + "grid": 20 + }, + { + "id": 122, + "paths": [ + "M0 204.8c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 614.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4zM307.2 204.8v614.4h409.6v-614.4h-409.6zM102.4 256v102.4h102.4v-102.4h-102.4zM102.4 460.8v102.4h102.4v-102.4h-102.4zM102.4 665.6v102.4h102.4v-102.4h-102.4zM819.2 256v102.4h102.4v-102.4h-102.4zM819.2 460.8v102.4h102.4v-102.4h-102.4zM819.2 665.6v102.4h102.4v-102.4h-102.4zM409.6 358.4l256 153.6-256 153.6v-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "film" + ], + "grid": 20 + }, + { + "id": 123, + "paths": [ + "M614.4 614.4l409.6-409.6v-204.8h-1024v204.8l409.6 409.6v409.6l204.8-204.8v-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "filter" + ], + "grid": 20 + }, + { + "id": 124, + "paths": [ + "M392.55 614.4h-290.15v409.6h-102.4v-1024h614.4l17.050 102.4h392.55l-153.6 307.2 153.6 307.2h-614.4l-17.050-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flag" + ], + "grid": 20 + }, + { + "id": 125, + "paths": [ + "M665.6 358.4v563.2c0 56.554-45.846 102.4-102.4 102.4v0h-102.4c-56.554 0-102.4-45.846-102.4-102.4v0-563.2l-102.4-102.4v-102.4h512v102.4l-102.4 102.4zM460.8 409.6v51.2c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-51.2c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0zM256 0h512v102.4h-512v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flashlight" + ], + "grid": 20 + }, + { + "id": 126, + "paths": [ + "M0 204.8c0-56.32 46.080-102.4 102.4-102.4h358.4l102.4 102.4h358.4c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder" + ], + "grid": 20 + }, + { + "id": 127, + "paths": [ + "M0 204.8c0-56.32 46.080-102.4 102.4-102.4h358.4l102.4 102.4h358.4c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4zM102.4 307.2v512h819.2v-512h-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-outline" + ], + "grid": 20 + }, + { + "id": 128, + "paths": [ + "M0 204.8c0-56.32 46.080-102.4 102.4-102.4h358.4l102.4 102.4h358.4c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4zM102.4 307.2v512h819.2v-512h-819.2zM460.8 512v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-outline-add" + ], + "grid": 20 + }, + { + "id": 129, + "paths": [ + "M153.6 972.8v-921.6h409.6c0.079-0 0.171-0 0.264-0 141.385 0 256 114.615 256 256 0 61.578-21.741 118.077-57.966 162.242l0.358-0.45c66.369 52.013 108.62 132.176 108.62 222.208 0 155.523-126.077 281.6-281.6 281.6-0.027 0-0.054-0-0.080-0l-435.195 0zM537.6 563.2h-179.2v256h179.2c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM358.4 204.8v204.8h153.6c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0h-153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "format-bold" + ], + "grid": 20 + }, + { + "id": 130, + "paths": [ + "M819.2 460.8v409.6h-102.4v-409.6h-204.8v-102.4h512v102.4h-204.8zM409.6 256v614.4h-102.4v-614.4h-307.2v-102.4h768v102.4h-358.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "format-font-size" + ], + "grid": 20 + }, + { + "id": 131, + "paths": [ + "M409.6 51.2h460.8v102.4h-460.8v-102.4zM563.2 153.6h153.6l-307.2 716.8h-153.6l307.2-716.8zM102.4 870.4h460.8v102.4h-460.8v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "format-italic" + ], + "grid": 20 + }, + { + "id": 132, + "paths": [ + "M819.2 460.8v409.6h-102.4v-409.6h-204.8v-102.4h512v102.4h-204.8zM409.6 256v614.4h-102.4v-614.4h-307.2v-102.4h768v102.4h-358.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "format-text-size" + ], + "grid": 20 + }, + { + "id": 133, + "paths": [ + "M819.2 460.8c0 169.662-137.538 307.2-307.2 307.2s-307.2-137.538-307.2-307.2v0-409.6h153.6v409.6c0 84.831 68.769 153.6 153.6 153.6s153.6-68.769 153.6-153.6v0-409.6h153.6v409.6zM102.4 870.4h819.2v102.4h-819.2v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "format-underline" + ], + "grid": 20 + }, + { + "id": 134, + "paths": [ + "M51.2 256l460.8 256-460.8 256v-512zM512 256l460.8 256-460.8 256v-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "forward" + ], + "grid": 20 + }, + { + "id": 135, + "paths": [ + "M665.6 256h153.6v512h-153.6v-512zM204.8 256l460.8 256-460.8 256v-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "forward-step" + ], + "grid": 20 + }, + { + "id": 136, + "paths": [ + "M759.296 204.8h264.704v307.2h-51.2v512h-921.6v-512h-51.2v-307.2h264.704c-5.655-15.36-8.927-33.099-8.927-51.601 0-84.831 68.769-153.6 153.6-153.6 39.514 0 75.544 14.921 102.761 39.436l-0.138-0.122c27.079-24.392 63.109-39.313 102.623-39.313 84.831 0 153.6 68.769 153.6 153.6 0 18.503-3.272 36.241-9.268 52.669l0.341-1.067zM409.6 512h-256v409.6h256v-409.6zM614.4 512v409.6h256v-409.6h-256zM409.6 307.2h-307.2v102.4h307.2v-102.4zM614.4 307.2v102.4h307.2v-102.4h-307.2zM409.6 204.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0zM614.4 204.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gift" + ], + "grid": 20 + }, + { + "id": 137, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM614.4 908.8c82.026-21.708 151.768-65.885 204.417-125.51l0.383-0.442v-322.048c-56.554 0-102.4-45.846-102.4-102.4v0-201.216c-44.233-25.902-96.181-44.019-151.598-50.994l-2.002-0.206v47.616c0 56.554-45.846 102.4-102.4 102.4v0 51.2c0 56.554-45.846 102.4-102.4 102.4v0 102.4h153.6c56.554 0 102.4 45.846 102.4 102.4v0 294.4zM409.6 908.8v-140.8c-56.554 0-102.4-45.846-102.4-102.4v0-51.2h-25.6c-42.415 0-76.8-34.385-76.8-76.8v0-128h-89.6c-8.214 30.664-12.932 65.869-12.932 102.176 0 189.972 129.168 349.776 304.469 396.377l2.863 0.647z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "globe" + ], + "grid": 20 + }, + { + "id": 138, + "paths": [ + "M870.4 819.2c0 113.108-91.692 204.8-204.8 204.8v0h-307.2c-0 0-0 0-0.001 0-113.108 0-204.8-91.692-204.8-204.8 0-0.18 0-0.36 0.001-0.54l-0 0.028v-613.888c0-28.277 22.923-51.2 51.2-51.2v0c28.277 0 51.2 22.923 51.2 51.2v0 307.2h51.2v-409.6c0-28.277 22.923-51.2 51.2-51.2v0c28.277 0 51.2 22.923 51.2 51.2v0 409.6h51.2v-460.8c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 460.8h51.2v-409.6c0-28.277 22.923-51.2 51.2-51.2v0c28.277 0 51.2 22.923 51.2 51.2v0 665.6h51.2v-307.2c0-28.277 22.923-51.2 51.2-51.2v0h51.2v409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-stop" + ], + "grid": 20 + }, + { + "id": 139, + "paths": [ + "M102.4 102.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-614.4c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM634.88 389.12c-35.473-19.776-77.816-31.419-122.879-31.419-141.385 0-256 114.615-256 256s114.615 256 256 256c141.139 0 255.602-114.217 255.999-255.263l0-0.038v-358.4l-133.12 133.12zM512 716.8c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM307.2 153.6v102.4h204.8v-102.4h-204.8zM204.8 153.6c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0zM204.8 972.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0zM819.2 972.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0zM819.2 153.6c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hard-drive" + ], + "grid": 20 + }, + { + "id": 140, + "paths": [ + "M819.2 409.6c0-169.662-137.538-307.2-307.2-307.2s-307.2 137.538-307.2 307.2v0 563.2h-102.4c-56.554 0-102.4-45.846-102.4-102.4v0-204.8c0-56.554 45.846-102.4 102.4-102.4v0-153.6c0-226.216 183.384-409.6 409.6-409.6s409.6 183.384 409.6 409.6v0 153.6c56.554 0 102.4 45.846 102.4 102.4v0 204.8c0 56.554-45.846 102.4-102.4 102.4v0h-102.4v-563.2zM614.4 512h153.6v512h-153.6v-512zM256 512h153.6v512h-153.6v-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "headphones" + ], + "grid": 20 + }, + { + "id": 141, + "paths": [ + "M512 164.864l-31.232-30.72c-50.338-47.679-118.487-76.997-193.485-76.997-155.523 0-281.6 126.077-281.6 281.6 0 74.87 29.219 142.916 76.875 193.356l-0.126-0.135 429.568 429.568 429.568-430.080c47.53-50.306 76.749-118.352 76.749-193.221 0-155.523-126.077-281.6-281.6-281.6-74.997 0-143.147 29.318-193.613 77.118l0.129-0.121-31.232 31.232z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "heart" + ], + "grid": 20 + }, + { + "id": 142, + "paths": [ + "M409.6 1024h-256v-512h-153.6l512-512 512 512h-153.6v512h-256v-307.2h-204.8v307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "home" + ], + "grid": 20 + }, + { + "id": 143, + "paths": [ + "M512 0s409.6 388.096 409.6 614.4c0 226.216-183.384 409.6-409.6 409.6s-409.6-183.384-409.6-409.6v0c0-76.8 46.592-171.52 108.544-263.68 19.228 64.429 77.951 110.595 147.457 110.595 84.831 0 153.6-68.769 153.6-153.6 0-0.181-0-0.362-0.001-0.543l0 0.028v-307.2zM409.6 0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hot" + ], + "grid": 20 + }, + { + "id": 144, + "paths": [ + "M153.6 921.6c-0-0.083-0-0.181-0-0.279 0-142.127 82.729-264.931 202.66-322.885l2.141-0.933v-171.008c-122.071-58.886-204.8-181.69-204.8-323.817 0-0.098 0-0.196 0-0.294l-0 0.015h-102.4v-102.4h921.6v102.4h-102.4c0 0.083 0 0.181 0 0.279 0 142.127-82.729 264.931-202.66 322.885l-2.141 0.933v171.008c122.071 58.886 204.8 181.69 204.8 323.817 0 0.098-0 0.196-0 0.294l0-0.015h102.4v102.4h-921.6v-102.4h102.4zM256 102.4c-0 0.015-0 0.034-0 0.052 0 123.261 87.114 226.175 203.133 250.535l1.667 0.293v158.72h102.4v-158.72c117.686-24.652 204.8-127.567 204.8-250.828 0-0.018-0-0.037-0-0.055l0 0.003h-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hour-glass" + ], + "grid": 20 + }, + { + "id": 145, + "paths": [ + "M0 102.4c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM716.8 716.8h204.8v-614.4h-819.2v614.4h204.8c0 56.32 46.080 102.4 102.4 102.4h204.8c56.554 0 102.4-45.846 102.4-102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "inbox" + ], + "grid": 20 + }, + { + "id": 146, + "paths": [ + "M0 102.4c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM716.8 716.8h204.8v-614.4h-819.2v614.4h204.8c0 56.32 46.080 102.4 102.4 102.4h204.8c56.554 0 102.4-45.846 102.4-102.4v0zM256 460.8l102.4-102.4 102.4 102.4 204.8-204.8 102.4 102.4-307.2 307.2-204.8-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "inbox-check" + ], + "grid": 20 + }, + { + "id": 147, + "paths": [ + "M0 102.4c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM716.8 716.8h204.8v-614.4h-819.2v614.4h204.8c0 56.32 46.080 102.4 102.4 102.4h204.8c56.554 0 102.4-45.846 102.4-102.4v0zM460.8 409.6v-153.6h102.4v153.6h153.6l-204.8 204.8-204.8-204.8h153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "inbox-download" + ], + "grid": 20 + }, + { + "id": 148, + "paths": [ + "M716.8 716.8h204.8v-614.4h-819.2v614.4h204.8c0 56.32 46.080 102.4 102.4 102.4h204.8c56.554 0 102.4-45.846 102.4-102.4v0zM0 102.4c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM204.8 204.8h614.4v102.4h-614.4v-102.4zM204.8 358.4h614.4v102.4h-614.4v-102.4zM204.8 512h614.4v102.4h-614.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "inbox-full" + ], + "grid": 20 + }, + { + "id": 149, + "paths": [ + "M51.2 51.2h921.6v102.4h-921.6v-102.4zM358.4 460.8h614.4v102.4h-614.4v-102.4zM51.2 870.4h921.6v102.4h-921.6v-102.4zM358.4 256h614.4v102.4h-614.4v-102.4zM358.4 665.6h614.4v102.4h-614.4v-102.4zM256 307.2v409.6l-204.8-204.8 204.8-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "indent-decrease" + ], + "grid": 20 + }, + { + "id": 150, + "paths": [ + "M51.2 51.2h921.6v102.4h-921.6v-102.4zM358.4 460.8h614.4v102.4h-614.4v-102.4zM51.2 870.4h921.6v102.4h-921.6v-102.4zM358.4 256h614.4v102.4h-614.4v-102.4zM358.4 665.6h614.4v102.4h-614.4v-102.4zM51.2 307.2l204.8 204.8-204.8 204.8v-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "indent-increase" + ], + "grid": 20 + }, + { + "id": 151, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM801.792 801.792c74.164-74.164 120.036-176.621 120.036-289.792 0-226.342-183.486-409.828-409.828-409.828-113.171 0-215.628 45.872-289.792 120.036l-0 0c-74.164 74.164-120.036 176.621-120.036 289.792 0 226.342 183.486 409.828 409.828 409.828 113.171 0 215.628-45.872 289.792-120.036l-0 0zM460.8 563.2v-102.4h102.4v307.2h-102.4v-204.8zM460.8 256h102.4v102.4h-102.4v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "information-outline" + ], + "grid": 20 + }, + { + "id": 152, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM460.8 563.2v204.8h102.4v-307.2h-102.4v102.4zM460.8 256v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "information-solid" + ], + "grid": 20 + }, + { + "id": 153, + "paths": [ + "M627.712 601.088l-115.712 115.712h-102.4v102.4h-102.4v102.4l-102.4 102.4h-204.8v-204.8l422.912-422.912c-8.392-26.681-13.227-57.362-13.227-89.173 0-169.662 137.538-307.2 307.2-307.2s307.2 137.538 307.2 307.2c0 169.662-137.538 307.2-307.2 307.2-31.811 0-62.492-4.835-91.349-13.81l2.176 0.583zM876.544 364.544c27.756-27.789 44.921-66.162 44.921-108.544 0-84.783-68.692-153.523-153.457-153.6l-0.007-0c-42.4 0.038-80.772 17.251-108.542 45.054l-0.002 0.002 217.088 217.088z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "key" + ], + "grid": 20 + }, + { + "id": 154, + "paths": [ + "M0 307.2c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-409.6zM102.4 307.2v102.4h102.4v-102.4h-102.4zM153.6 460.8v102.4h102.4v-102.4h-102.4zM102.4 614.4v102.4h102.4v-102.4h-102.4zM256 614.4v102.4h512v-102.4h-512zM819.2 614.4v102.4h102.4v-102.4h-102.4zM307.2 460.8v102.4h102.4v-102.4h-102.4zM460.8 460.8v102.4h102.4v-102.4h-102.4zM614.4 460.8v102.4h102.4v-102.4h-102.4zM768 460.8v102.4h102.4v-102.4h-102.4zM256 307.2v102.4h102.4v-102.4h-102.4zM409.6 307.2v102.4h102.4v-102.4h-102.4zM563.2 307.2v102.4h102.4v-102.4h-102.4zM716.8 307.2v102.4h204.8v-102.4h-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "keyboard" + ], + "grid": 20 + }, + { + "id": 155, + "paths": [ + "M512 51.2l512 307.2-512 307.2-512-307.2 512-307.2zM853.504 563.2l170.496 102.4-512 307.2-512-307.2 170.496-102.4 341.504 204.8 341.504-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "layers" + ], + "grid": 20 + }, + { + "id": 156, + "paths": [ + "M0 307.2l512-307.2 512 307.2v102.4h-1024v-102.4zM0 921.6h1024v102.4h-1024v-102.4zM102.4 819.2h819.2v102.4h-819.2v-102.4zM102.4 409.6h204.8v409.6h-204.8v-409.6zM409.6 409.6h204.8v409.6h-204.8v-409.6zM716.8 409.6h204.8v409.6h-204.8v-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "library" + ], + "grid": 20 + }, + { + "id": 157, + "paths": [ + "M358.4 682.496c-122.070-58.886-204.8-181.69-204.8-323.817 0-197.939 160.461-358.4 358.4-358.4s358.4 160.461 358.4 358.4c0 142.127-82.729 264.931-202.66 322.885l-2.14 0.933v136.704h-307.2v-136.704zM358.4 870.4h307.2v76.8c0 42.496-34.304 76.8-76.8 76.8h-153.6c-42.415 0-76.8-34.385-76.8-76.8v0-76.8zM460.8 609.28v107.52h102.4v-107.52c117.686-24.652 204.8-127.567 204.8-250.828 0-141.385-114.615-256-256-256s-256 114.615-256 256c0 123.261 87.114 226.176 203.133 250.535l1.667 0.293z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "light-bulb" + ], + "grid": 20 + }, + { + "id": 158, + "paths": [ + "M474.112 665.6c-8.559-14.643-13.613-32.239-13.613-51.016 0-19.135 5.248-37.044 14.384-52.366l-0.259 0.469c79.299-6.646 141.144-72.648 141.144-153.094 0-84.831-68.769-153.6-153.6-153.6-0.481 0-0.961 0.002-1.441 0.007l0.073-0.001h-204.8c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0h4.096c-2.706 15.393-4.254 33.116-4.254 51.2s1.547 35.807 4.516 53.044l-0.263-1.844h-4.096c-141.385 0-256-114.615-256-256s114.615-256 256-256v0h204.8c1.982-0.055 4.315-0.087 6.656-0.087 141.433 0 256.087 114.654 256.087 256.087 0 139.092-110.89 252.284-249.087 255.993l-0.343 0.007zM549.888 358.4c8.559 14.643 13.613 32.239 13.613 51.016 0 19.135-5.248 37.044-14.384 52.366l0.259-0.469c-79.299 6.646-141.144 72.648-141.144 153.094 0 84.831 68.769 153.6 153.6 153.6 0.481 0 0.961-0.002 1.441-0.007l-0.073 0.001h204.8c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0h-4.096c2.706-15.393 4.254-33.116 4.254-51.2s-1.547-35.807-4.516-53.044l0.263 1.844h4.096c141.385 0 256 114.615 256 256s-114.615 256-256 256v0h-204.8c-1.982 0.055-4.315 0.087-6.656 0.087-141.433 0-256.087-114.654-256.087-256.087 0-139.092 110.89-252.284 249.087-255.993l0.343-0.007z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "link" + ], + "grid": 20 + }, + { + "id": 159, + "paths": [ + "M51.2 204.8h102.4v102.4h-102.4v-102.4zM256 204.8h716.8v102.4h-716.8v-102.4zM51.2 460.8h102.4v102.4h-102.4v-102.4zM256 460.8h716.8v102.4h-716.8v-102.4zM51.2 716.8h102.4v102.4h-102.4v-102.4zM256 716.8h716.8v102.4h-716.8v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list" + ], + "grid": 20 + }, + { + "id": 160, + "paths": [ + "M768 460.8h-153.6v102.4h153.6v153.6h102.4v-153.6h153.6v-102.4h-153.6v-153.6h-102.4v153.6zM0 153.6h512v102.4h-512v-102.4zM0 563.2h512v102.4h-512v-102.4zM0 358.4h512v102.4h-512v-102.4zM0 768h512v102.4h-512v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list-add" + ], + "grid": 20 + }, + { + "id": 161, + "paths": [ + "M51.2 204.8h102.4v102.4h-102.4v-102.4zM256 204.8h716.8v102.4h-716.8v-102.4zM51.2 460.8h102.4v102.4h-102.4v-102.4zM256 460.8h716.8v102.4h-716.8v-102.4zM51.2 716.8h102.4v102.4h-102.4v-102.4zM256 716.8h716.8v102.4h-716.8v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list-bullet" + ], + "grid": 20 + }, + { + "id": 162, + "paths": [ + "M870.4 614.4h-307.2v204.8h51.2v204.8h-204.8v-204.8h51.2v-204.8h-307.2v204.8h51.2v204.8h-204.8v-204.8h51.2v-204.8c0-56.554 45.846-102.4 102.4-102.4v0h307.2v-204.8h-102.4v-307.2h307.2v307.2h-102.4v204.8h307.2c56.554 0 102.4 45.846 102.4 102.4v0 204.8h51.2v204.8h-204.8v-204.8h51.2v-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "load-balancer" + ], + "grid": 20 + }, + { + "id": 163, + "paths": [ + "M512 1024s-358.4-467.456-358.4-665.6c0-197.939 160.461-358.4 358.4-358.4s358.4 160.461 358.4 358.4v0c0 198.144-358.4 665.6-358.4 665.6zM512 460.8c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location" + ], + "grid": 20 + }, + { + "id": 164, + "paths": [ + "M0 0l1024 409.6-409.6 204.8-102.4 409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-current" + ], + "grid": 20 + }, + { + "id": 165, + "paths": [ + "M921.6 563.2v358.4c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4v0-256h-102.4v-512c0-84.831 68.769-153.6 153.6-153.6v0h153.6v563.2zM204.8 512c-56.554 0-102.4-45.846-102.4-102.4v0-358.4c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 204.8h51.2v-204.8c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 204.8h51.2v-204.8c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 358.4c0 56.554-45.846 102.4-102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4v0-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-food" + ], + "grid": 20 + }, + { + "id": 166, + "paths": [ + "M665.6 921.6h51.2v102.4h-716.8v-102.4h51.2v-819.2c0-56.32 46.080-102.4 102.4-102.4h409.6c56.554 0 102.4 45.846 102.4 102.4v0 819.2zM153.6 102.4v307.2h409.6v-307.2h-409.6zM665.6 512h51.2c56.554 0 102.4 45.846 102.4 102.4v0 153.6c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-256l-102.4-102.4v-102.4l-102.4-102.4 51.2-51.2 256 256v358.4c0 84.831-68.769 153.6-153.6 153.6s-153.6-68.769-153.6-153.6v0-153.6h-51.2v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-gas-station" + ], + "grid": 20 + }, + { + "id": 167, + "paths": [ + "M102.4 614.4h921.6v307.2h-102.4v-102.4h-819.2v102.4h-102.4v-819.2h102.4v512zM512 307.2h409.6c56.554 0 102.4 45.846 102.4 102.4v0 153.6h-512v-256zM307.2 563.2c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-hotel" + ], + "grid": 20 + }, + { + "id": 168, + "paths": [ + "M409.6 96.256v-96.256h102.4v819.2h512l-204.8 204.8h-716.8l-102.4-204.8h409.6v-102.4h-409.6v-13.312c191.289-154.050 334.286-360.961 407.295-598.516l2.305-8.716zM1022.464 716.8h-510.464v-18.432c64.675-95.476 103.25-213.217 103.25-339.968s-38.575-244.491-104.624-342.124l1.375 2.156v-10.24c287.162 118.518 489.775 387.566 510.339 706.195l0.125 2.413z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-marina" + ], + "grid": 20 + }, + { + "id": 169, + "paths": [ + "M272.896 653.824c-21.001 7.96-45.282 12.568-70.64 12.568-113.108 0-204.8-91.692-204.8-204.8 0-95.835 65.826-176.296 154.731-198.636l1.413-0.301v-6.656c-0-0.060-0-0.131-0-0.202 0-113.108 91.692-204.8 204.8-204.8 31.807 0 61.921 7.251 88.778 20.19l-1.226-0.533c33.060-43.309 84.712-70.97 142.825-70.97 90.776 0 165.788 67.496 177.585 155.040l0.102 0.922c53.149 10.48 94.016 52.73 102.307 105.775l0.093 0.721c89.483 23.236 154.488 103.288 154.488 198.524 0 113.108-91.692 204.8-204.8 204.8-31.953 0-62.198-7.318-89.148-20.369l1.221 0.533c-27.722 44.505-67.413 79.253-114.587 100.214l-1.637 0.65v175.104l102.4 51.2v51.2h-409.6v-51.2l102.4-51.2v-153.6l-136.704-114.176zM256 512l153.6 153.6v-153.6h-153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-park" + ], + "grid": 20 + }, + { + "id": 170, + "paths": [ + "M614.4 819.2h-153.6l102.4-230.4v-128c0-56.32 46.080-102.4 102.4-102.4h102.4c56.554 0 102.4 45.846 102.4 102.4v0 128l102.4 230.4h-153.6v204.8h-204.8v-204.8zM358.4 665.6h102.4v-204.8c0-56.554-45.846-102.4-102.4-102.4v0h-204.8c-56.554 0-102.4 45.846-102.4 102.4v0 204.8h102.4v358.4h204.8v-358.4zM256 307.2c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0zM716.8 307.2c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-restroom" + ], + "grid": 20 + }, + { + "id": 171, + "paths": [ + "M819.2 307.2v102.4h102.4l102.4 614.4h-1024l102.4-614.4h102.4v-102.4c0-169.662 137.538-307.2 307.2-307.2s307.2 137.538 307.2 307.2v0zM716.8 307.2c0-113.108-91.692-204.8-204.8-204.8s-204.8 91.692-204.8 204.8v0 102.4h409.6v-102.4zM204.8 512v102.4h102.4v-102.4h-102.4zM716.8 512v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-shopping" + ], + "grid": 20 + }, + { + "id": 172, + "paths": [ + "M204.8 409.6v-102.4c0-169.662 137.538-307.2 307.2-307.2s307.2 137.538 307.2 307.2v0 102.4h51.2c56.554 0 102.4 45.846 102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4v0h-716.8c-56.554 0-102.4-45.846-102.4-102.4v0-409.6c0-56.32 46.080-102.4 102.4-102.4h51.2zM460.8 754.176v116.224h102.4v-116.224c30.824-18.035 51.2-50.978 51.2-88.681 0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 37.703 20.376 70.646 50.717 88.419l0.483 0.262zM358.4 307.2v102.4h307.2v-102.4c0-84.831-68.769-153.6-153.6-153.6s-153.6 68.769-153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lock-closed" + ], + "grid": 20 + }, + { + "id": 173, + "paths": [ + "M204.8 409.6v-102.4c0-169.662 137.538-307.2 307.2-307.2s307.2 137.538 307.2 307.2v0h-153.6v102.4h204.8c56.554 0 102.4 45.846 102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4v0h-716.8c-56.554 0-102.4-45.846-102.4-102.4v0-409.6c0-56.32 46.080-102.4 102.4-102.4h51.2zM460.8 754.176v116.224h102.4v-116.224c30.824-18.035 51.2-50.978 51.2-88.681 0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 37.703 20.376 70.646 50.717 88.419l0.483 0.262zM358.4 307.2v102.4h307.2v-102.4c0-84.831-68.769-153.6-153.6-153.6s-153.6 68.769-153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lock-open" + ], + "grid": 20 + }, + { + "id": 174, + "paths": [ + "M0 0l307.2 204.8 409.6-204.8 307.2 204.8v819.2l-307.2-204.8-409.6 204.8-307.2-204.8v-819.2zM358.4 307.2v563.2l307.2-153.6v-563.2l-307.2 153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map" + ], + "grid": 20 + }, + { + "id": 175, + "paths": [ + "M0 153.6h1024v102.4h-1024v-102.4zM0 460.8h1024v102.4h-1024v-102.4zM0 768h1024v102.4h-1024v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "menu" + ], + "grid": 20 + }, + { + "id": 176, + "paths": [ + "M460.8 921.6v-54.272c-203.112-26.323-358.4-198.221-358.4-406.387 0-0.050 0-0.099 0-0.149l-0 0.008h102.4c0 169.662 137.538 307.2 307.2 307.2s307.2-137.538 307.2-307.2v0h102.4c0 0.042 0 0.091 0 0.141 0 208.167-155.288 380.064-356.342 406.169l-2.058 0.218v54.272h153.6v102.4h-409.6v-102.4h153.6zM307.2 204.8c0-113.108 91.692-204.8 204.8-204.8s204.8 91.692 204.8 204.8v0 256c0 113.108-91.692 204.8-204.8 204.8s-204.8-91.692-204.8-204.8v0-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mic" + ], + "grid": 20 + }, + { + "id": 177, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM768 460.8v102.4h-512v-102.4h512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "minus-outline" + ], + "grid": 20 + }, + { + "id": 178, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM768 460.8h-512v102.4h512v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "minus-solid" + ], + "grid": 20 + }, + { + "id": 179, + "paths": [ + "M870.4 307.2v-51.2h-102.4v-153.6h-614.4v716.8h256v204.8h153.6c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.554 45.846-102.4 102.4-102.4v0h307.2zM576 1024h-422.4c-56.554 0-102.4-45.846-102.4-102.4v0-819.2c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 204.8c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-294.4zM563.2 409.6v409.6h307.2v-409.6h-307.2zM716.8 972.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mobile-devices" + ], + "grid": 20 + }, + { + "id": 180, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM332.8 460.8c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM691.2 460.8c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM801.792 614.4c-43.318 120.576-156.666 205.257-289.792 205.257s-246.474-84.68-289.119-203.115l-0.673-2.142h579.584z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mood-happy-outline" + ], + "grid": 20 + }, + { + "id": 181, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM332.8 460.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM691.2 460.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM801.792 614.4h-579.584c43.318 120.576 156.666 205.257 289.792 205.257s246.474-84.68 289.119-203.115l0.673-2.142z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mood-happy-solid" + ], + "grid": 20 + }, + { + "id": 182, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM332.8 460.8c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM691.2 460.8c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM358.4 665.6h307.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-307.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mood-neutral-outline" + ], + "grid": 20 + }, + { + "id": 183, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM332.8 460.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM691.2 460.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM358.4 665.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h307.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mood-neutral-solid" + ], + "grid": 20 + }, + { + "id": 184, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM332.8 460.8c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM691.2 460.8c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8v0c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8v0zM801.792 768h-579.584c43.318-120.576 156.666-205.257 289.792-205.257s246.474 84.68 289.119 203.115l0.673 2.142z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mood-sad-outline" + ], + "grid": 20 + }, + { + "id": 185, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM332.8 460.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM691.2 460.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM801.792 768c-43.318-120.576-156.666-205.257-289.792-205.257s-246.474 84.68-289.119 203.115l-0.673 2.142h579.584z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mood-sad-solid" + ], + "grid": 20 + }, + { + "id": 186, + "paths": [ + "M204.8 460.8v-153.6c-0-0.060-0-0.13-0-0.201 0-151.576 109.778-277.512 254.165-302.639l1.835-0.264v456.704h-256zM204.8 563.2v153.6c0 169.662 137.538 307.2 307.2 307.2s307.2-137.538 307.2-307.2v0-153.6h-614.4zM819.2 460.8v-153.6c0-0.060 0-0.13 0-0.201 0-151.576-109.778-277.512-254.165-302.639l-1.835-0.264v456.704h256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mouse" + ], + "grid": 20 + }, + { + "id": 187, + "paths": [ + "M0 0h1024v1024h-1024v-1024zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "music-album" + ], + "grid": 20 + }, + { + "id": 188, + "paths": [ + "M806.4 409.6l-191.488-192c-0.314-4.244-0.493-9.193-0.493-14.184 0-112.825 91.463-204.288 204.288-204.288 56.879 0 108.329 23.246 145.368 60.755l0.021 0.021c37.373 37.113 60.506 88.522 60.506 145.335 0 113.108-91.692 204.8-204.8 204.8-4.715 0-9.394-0.159-14.030-0.473l0.628 0.034zM94.72 783.36l471.040-470.528 144.896 144.896-471.040 471.040-144.384-145.408zM23.040 928.256l108.032-108.544 72.704 72.704-108.544 108.544-72.704-72.704zM512 768l102.4-102.4v358.4h-102.4v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "music-artist" + ], + "grid": 20 + }, + { + "id": 189, + "paths": [ + "M1024 128v-128l-716.8 102.4v623.104c-15.181-5.515-32.704-8.704-50.972-8.704-0.080 0-0.16 0-0.24 0l0.012-0h-102.4c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0h102.4c84.831 0 153.6-68.769 153.6-153.6v0-578.048l512-72.192v403.456c-15.181-5.515-32.704-8.704-50.972-8.704-0.080 0-0.16 0-0.24 0l0.012-0h-102.4c-84.831-0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6h102.4c84.831 0 153.6-68.769 153.6-153.6v0-640.512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "music-notes" + ], + "grid": 20 + }, + { + "id": 190, + "paths": [ + "M819.2 870.4c0 84.831-68.769 153.6-153.6 153.6v0h-102.4c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0h102.4c0.068-0 0.148-0 0.228-0 18.268 0 35.791 3.189 52.043 9.041l-1.071-0.337v-674.304l307.2-51.2v204.8l-204.8 34.304v631.296zM0 153.6h614.4v102.4h-614.4v-102.4zM0 358.4h614.4v102.4h-614.4v-102.4zM0 563.2h614.4v102.4h-614.4v-102.4zM0 768h307.2v102.4h-307.2v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "music-playlist" + ], + "grid": 20 + }, + { + "id": 191, + "paths": [ + "M204.8 614.4c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM512 614.4c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM819.2 614.4c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "navigation-more" + ], + "grid": 20 + }, + { + "id": 192, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM908.8 614.4c8.251-30.73 12.99-66.012 12.99-102.4s-4.739-71.67-13.634-105.261l0.644 2.861h-195.584c2.267 30.637 3.559 66.368 3.559 102.4s-1.292 71.763-3.832 107.148l0.273-4.748h195.584zM866.816 716.8h-164.864c-9.503 67.086-26.518 127.646-50.456 184.579l1.816-4.867c91.262-34.305 165.167-97.283 212.455-177.781l1.049-1.931zM413.696 614.4h196.608c2.654-30.668 4.168-66.357 4.168-102.4s-1.513-71.734-4.48-107.010l0.312 4.61h-196.608c-2.654 30.668-4.168 66.357-4.168 102.4s1.513 71.734 4.48 107.010l-0.312-4.61zM426.496 716.8c20.992 122.88 57.856 204.8 85.504 204.8s64.512-81.92 85.504-204.8h-171.008zM115.2 614.4h195.584c-2.267-30.637-3.559-66.368-3.559-102.4s1.292-71.763 3.832-107.148l-0.273 4.748h-195.584c-8.251 30.73-12.99 66.012-12.99 102.4s4.739 71.67 13.634 105.261l-0.644-2.861zM157.184 716.8c48.337 82.429 122.242 145.407 210.673 178.775l2.831 0.937c-21.504-49.152-37.888-110.592-48.64-179.712h-164.864zM866.816 307.2c-48.337-82.429-122.242-145.407-210.673-178.775l-2.831-0.937c21.504 49.152 37.888 110.592 48.64 179.712h164.864zM426.496 307.2h171.008c-20.992-122.88-57.856-204.8-85.504-204.8s-64.512 81.92-85.504 204.8zM157.184 307.2h164.864c10.24-69.12 27.136-130.56 48.64-179.712-91.262 34.305-165.167 97.283-212.455 177.781l-1.049 1.931z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "network" + ], + "grid": 20 + }, + { + "id": 193, + "paths": [ + "M819.2 102.4h204.8v768c0 84.831-68.769 153.6-153.6 153.6v0h-716.8c-84.831 0-153.6-68.769-153.6-153.6v0-870.4h819.2v102.4zM819.2 204.8v665.6c0 28.277 22.923 51.2 51.2 51.2v0c28.277 0 51.2-22.923 51.2-51.2v0-665.6h-102.4zM102.4 102.4v768c0 28.277 22.923 51.2 51.2 51.2v0h571.904c-5.515-15.127-8.705-32.59-8.705-50.798 0-0.141 0-0.283 0.001-0.424l-0 0.022v-768h-614.4zM204.8 512h409.6v102.4h-409.6v-102.4zM204.8 716.8h409.6v102.4h-409.6v-102.4zM204.8 204.8h409.6v204.8h-409.6v-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "news-paper" + ], + "grid": 20 + }, + { + "id": 194, + "paths": [ + "M204.8 409.6c-0-0.040-0-0.087-0-0.135 0-133.528 85.193-247.159 204.189-289.503l2.147-0.666c-0.815-4.852-1.28-10.442-1.28-16.14 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 5.699-0.465 11.288-1.361 16.734l0.081-0.593c120.875 43.156 205.824 156.653 205.824 289.991 0 0.11-0 0.22-0 0.33l0-0.017v307.2l153.6 102.4v51.2h-921.6v-51.2l153.6-102.4v-307.2zM614.4 921.6c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4v0h204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "notification" + ], + "grid": 20 + }, + { + "id": 195, + "paths": [ + "M204.8 409.6c-0-0.040-0-0.087-0-0.135 0-133.528 85.193-247.159 204.189-289.503l2.147-0.666c-0.815-4.852-1.28-10.442-1.28-16.14 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 5.699-0.465 11.288-1.361 16.734l0.081-0.593c120.875 43.156 205.824 156.653 205.824 289.991 0 0.11-0 0.22-0 0.33l0-0.017v307.2l153.6 102.4v51.2h-921.6v-51.2l153.6-102.4v-307.2zM614.4 921.6c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4v0h204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "notifications" + ], + "grid": 20 + }, + { + "id": 196, + "paths": [ + "M307.2 409.6v358.4h409.6v-358.4c0-113.108-91.692-204.8-204.8-204.8s-204.8 91.692-204.8 204.8v0zM411.136 119.296c-0.815-4.852-1.28-10.442-1.28-16.14 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 5.699-0.465 11.288-1.361 16.734l0.081-0.593c120.875 43.156 205.824 156.653 205.824 289.991 0 0.11-0 0.22-0 0.33l0-0.017v307.2l153.6 102.4v51.2h-921.6v-51.2l153.6-102.4v-307.2c-0-0.040-0-0.087-0-0.135 0-133.528 85.193-247.159 204.189-289.503l2.147-0.666zM614.4 921.6c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4v0h204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "notifications-outline" + ], + "grid": 20 + }, + { + "id": 197, + "paths": [ + "M537.6 1024h-435.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4c0-56.32 46.080-102.4 102.4-102.4h51.2v-51.2l103.936-20.48c10.988-74.998 74.877-131.932 152.064-131.932s141.076 56.934 151.964 131.098l0.1 0.834 103.936 20.48v51.2h51.2c56.554 0 102.4 45.846 102.4 102.4v0 51.2h-102.4v-51.2h-51.2v51.2h-512v-51.2h-51.2v614.4h256v102.4h179.2zM409.6 204.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0zM512 409.6h409.6c56.554 0 102.4 45.846 102.4 102.4v0 409.6c0 56.554-45.846 102.4-102.4 102.4v0h-409.6c-56.554 0-102.4-45.846-102.4-102.4v0-409.6c0-56.32 46.080-102.4 102.4-102.4zM512 512v409.6h409.6v-409.6h-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paste" + ], + "grid": 20 + }, + { + "id": 198, + "paths": [ + "M256 204.8h153.6v614.4h-153.6v-614.4zM614.4 204.8h153.6v614.4h-153.6v-614.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause" + ], + "grid": 20 + }, + { + "id": 199, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM801.792 801.792c74.164-74.164 120.036-176.621 120.036-289.792 0-226.342-183.486-409.828-409.828-409.828-113.171 0-215.628 45.872-289.792 120.036l-0 0c-74.164 74.164-120.036 176.621-120.036 289.792 0 226.342 183.486 409.828 409.828 409.828 113.171 0 215.628-45.872 289.792-120.036l-0 0zM358.4 307.2h102.4v409.6h-102.4v-409.6zM563.2 307.2h102.4v409.6h-102.4v-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause-outline" + ], + "grid": 20 + }, + { + "id": 200, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM358.4 307.2v409.6h102.4v-409.6h-102.4zM563.2 307.2v409.6h102.4v-409.6h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause-solid" + ], + "grid": 20 + }, + { + "id": 201, + "paths": [ + "M563.2 474.624v-474.624l307.2 563.2-204.8 307.2h-307.2l-204.8-307.2 307.2-563.2v474.624c-30.824 18.035-51.2 50.978-51.2 88.681 0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4c0-37.703-20.376-70.646-50.717-88.419l-0.483-0.262zM307.2 921.6h409.6v102.4h-409.6v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pen-tool" + ], + "grid": 20 + }, + { + "id": 202, + "paths": [ + "M1024 939.52v33.28c0 28.277-22.923 51.2-51.2 51.2v0h-102.4c-480.709 0-870.4-389.691-870.4-870.4v0-102.4c0-28.277 22.923-51.2 51.2-51.2v0h204.8c28.277 0 51.2 22.923 51.2 51.2v0 204.8c0 28.672-15.872 67.072-35.84 87.040l-109.568 109.568c77.824 184.32 225.28 331.776 409.6 409.6l108.544-108.544c20.48-20.48 58.88-36.352 87.040-36.352h205.824c28.056 0.29 50.688 23.1 50.688 51.197 0 0.001-0 0.002-0 0.003l0-0v171.52z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "phone" + ], + "grid": 20 + }, + { + "id": 203, + "paths": [ + "M0 204.8c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 614.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4zM563.2 665.6l-153.6-153.6-307.2 307.2h819.2l-256-256-102.4 102.4zM768 460.8c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "photo" + ], + "grid": 20 + }, + { + "id": 204, + "paths": [ + "M512 614.4v409.6c-282.636-0.176-511.69-229.339-511.69-512 0-249.529 178.504-457.367 414.783-502.782l3.211-0.514 93.696 93.696h256c0-0 0-0 0.001-0 141.205 0 255.708 114.323 255.999 255.46l0 0.028v461.824c-0.291 112.887-91.871 204.288-204.799 204.288-0 0-0-0-0-0l-0-0v-102.4c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0h-204.8l-102.4-102.4zM793.6 460.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "php-elephant" + ], + "grid": 20 + }, + { + "id": 205, + "paths": [ + "M563.2 614.4h307.2v-51.2l-153.6-51.2v-409.6l153.6-51.2v-51.2h-716.8v51.2l153.6 51.2v409.6l-153.6 51.2v51.2h307.2v358.4l51.2 51.2 51.2-51.2v-358.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pin" + ], + "grid": 20 + }, + { + "id": 206, + "paths": [ + "M204.8 204.8l614.4 307.2-614.4 307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play" + ], + "grid": 20 + }, + { + "id": 207, + "paths": [ + "M150.016 873.984c-96.436-93.233-156.308-223.762-156.308-368.276 0-282.77 229.23-512 512-512 144.514 0 275.043 59.872 368.137 156.164l0.138 0.144c88.925 91.979 143.724 217.436 143.724 355.692 0 282.77-229.23 512-512 512-138.256 0-263.713-54.799-355.836-143.863l0.144 0.138zM801.792 801.792c74.164-74.164 120.036-176.621 120.036-289.792 0-226.342-183.486-409.828-409.828-409.828-113.171 0-215.628 45.872-289.792 120.036l-0 0c-74.164 74.164-120.036 176.621-120.036 289.792 0 226.342 183.486 409.828 409.828 409.828 113.171 0 215.628-45.872 289.792-120.036l-0 0zM358.4 307.2l409.6 204.8-409.6 204.8v-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play-outline" + ], + "grid": 20 + }, + { + "id": 208, + "paths": [ + "M819.2 870.4c0 84.831-68.769 153.6-153.6 153.6v0h-102.4c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0h102.4c0.068-0 0.148-0 0.228-0 18.268 0 35.791 3.189 52.043 9.041l-1.071-0.337v-674.304l307.2-51.2v204.8l-204.8 34.304v631.296zM0 153.6h614.4v102.4h-614.4v-102.4zM0 358.4h614.4v102.4h-614.4v-102.4zM0 563.2h614.4v102.4h-614.4v-102.4zM0 768h307.2v102.4h-307.2v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "playlist" + ], + "grid": 20 + }, + { + "id": 209, + "paths": [ + "M1024 716.8v204.8c0 56.554-45.846 102.4-102.4 102.4v0h-204.8v-102.4c0-56.554-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4v0 102.4h-204.8c-56.554 0-102.4-45.846-102.4-102.4v0-204.8h-102.4c-56.554 0-102.4-45.846-102.4-102.4v0c0-56.554 45.846-102.4 102.4-102.4v0h102.4v-204.8c0-56.32 46.080-102.4 102.4-102.4h204.8v-102.4c0-56.554 45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4v0 102.4h204.8c56.554 0 102.4 45.846 102.4 102.4v0 204.8h-102.4c-56.554 0-102.4 45.846-102.4 102.4v0c0 56.554 45.846 102.4 102.4 102.4v0h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plugin" + ], + "grid": 20 + }, + { + "id": 210, + "paths": [ + "M460.8 614.4h-409.6v307.2c0 56.554 45.846 102.4 102.4 102.4v0h716.8c56.554 0 102.4-45.846 102.4-102.4v0-307.2h-409.6v102.4h-102.4v-102.4zM460.8 563.2h-460.8v-307.2c0-56.32 46.080-102.4 102.4-102.4h204.8v-51.2c0-56.554 45.846-102.4 102.4-102.4v0h204.8c56.554 0 102.4 45.846 102.4 102.4v0 51.2h204.8c56.554 0 102.4 45.846 102.4 102.4v0 307.2h-460.8v-102.4h-102.4v102.4zM614.4 153.6v-51.2h-204.8v51.2h204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "portfolio" + ], + "grid": 20 + }, + { + "id": 211, + "paths": [ + "M204.8 819.2h-204.8v-512h1024v512h-204.8v204.8h-614.4v-204.8zM307.2 614.4v307.2h409.6v-307.2h-409.6zM204.8 0h614.4v256h-614.4v-256zM102.4 409.6v102.4h102.4v-102.4h-102.4zM307.2 409.6v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "printer" + ], + "grid": 20 + }, + { + "id": 212, + "paths": [ + "M890.88 921.6h133.12v102.4h-1024v-102.4h133.12l276.48-921.6h204.8l276.48 921.6zM727.040 716.8h-430.080l-61.44 204.8h552.96l-61.44-204.8zM604.16 307.2h-184.32l-61.44 204.8h307.2l-61.44-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pylon" + ], + "grid": 20 + }, + { + "id": 213, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM614.4 358.4c0 14.336-10.752 40.96-21.504 51.2l-80.896 80.896c-29.184 29.696-51.2 81.92-51.2 123.904v51.2h102.4v-51.2c0-14.848 10.752-40.96 21.504-51.2l80.896-80.896c29.184-29.696 51.2-81.92 51.2-123.904 0-113.108-91.692-204.8-204.8-204.8s-204.8 91.692-204.8 204.8v0h102.4c0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4v0zM460.8 768v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "question" + ], + "grid": 20 + }, + { + "id": 214, + "paths": [ + "M0 102.4h1024v204.8h-1024v-204.8zM0 512h1024v102.4h-1024v-102.4zM0 819.2h1024v102.4h-1024v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "queue" + ], + "grid": 20 + }, + { + "id": 215, + "paths": [ + "M614.4 512c-0.244 56.369-45.996 101.97-102.399 101.97-28.17 0-53.684-11.375-72.198-29.783l0.005 0.005c-18.403-18.509-29.778-44.023-29.778-72.193 0-56.403 45.601-102.155 101.947-102.399l0.023-0v-409.6c0.457-0.001 0.997-0.002 1.538-0.002 281.921 0 510.464 228.543 510.464 510.464 0 0.541-0.001 1.081-0.003 1.621l0-0.083h-409.6zM1018.88 584.192c-36.607 250.012-249.581 439.814-506.886 439.814-282.77 0-512-229.23-512-512 0-257.305 189.802-470.279 437.036-506.551l2.778-0.335v103.936c-192.901 35.637-337.081 202.546-337.081 403.129 0 226.216 183.384 409.6 409.6 409.6 200.583 0 367.492-144.18 402.741-334.557l0.388-2.525h103.424zM810.496 584.192c-33.869 135.602-154.622 234.465-298.465 234.465-169.662 0-307.2-137.538-307.2-307.2 0-143.843 98.863-264.596 232.348-298.016l2.117-0.449v107.52c-77.954 29.963-132.275 104.225-132.275 191.174 0 56.79 23.172 108.167 60.578 145.193l0.017 0.017c37.016 36.79 88.032 59.53 144.359 59.53 87.027 0 161.377-54.282 191.037-130.836l0.476-1.398h107.52z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "radar" + ], + "grid": 20 + }, + { + "id": 216, + "paths": [ + "M614.4 512c-0.244 56.369-45.996 101.97-102.399 101.97-28.17 0-53.684-11.375-72.198-29.783l0.005 0.005c-18.403-18.509-29.778-44.023-29.778-72.193 0-56.403 45.601-102.155 101.947-102.399l0.023-0v-409.6c0.457-0.001 0.997-0.002 1.538-0.002 281.921 0 510.464 228.543 510.464 510.464 0 0.541-0.001 1.081-0.003 1.621l0-0.083h-409.6zM1018.88 584.192c-36.607 250.012-249.581 439.814-506.886 439.814-282.77 0-512-229.23-512-512 0-257.305 189.802-470.279 437.036-506.551l2.778-0.335v103.936c-192.901 35.637-337.081 202.546-337.081 403.129 0 226.216 183.384 409.6 409.6 409.6 200.583 0 367.492-144.18 402.741-334.557l0.388-2.525h103.424zM810.496 584.192c-33.869 135.602-154.622 234.465-298.465 234.465-169.662 0-307.2-137.538-307.2-307.2 0-143.843 98.863-264.596 232.348-298.016l2.117-0.449v107.52c-77.954 29.963-132.275 104.225-132.275 191.174 0 56.79 23.172 108.167 60.578 145.193l0.017 0.017c37.016 36.79 88.032 59.53 144.359 59.53 87.027 0 161.377-54.282 191.037-130.836l0.476-1.398h107.52z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "radar copy 2" + ], + "grid": 20 + }, + { + "id": 217, + "paths": [ + "M1024 460.8v460.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.32 46.080-102.4 102.4-102.4h706.56l-771.072-206.336 26.624-99.328 959.488 257.536v201.728zM768 921.6c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6v0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0zM102.4 409.6v102.4h819.2v-102.4h-819.2zM179.2 921.6c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM435.2 921.6c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM768 870.4c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "radio" + ], + "grid": 20 + }, + { + "id": 218, + "paths": [ + "M512 153.6v102.4c-0.136-0-0.297-0-0.458-0-141.385 0-256 114.615-256 256 0 70.806 28.746 134.899 75.205 181.243l0.005 0.005-72.192 72.192c-64.865-64.859-104.986-154.464-104.986-253.44 0-197.939 160.461-358.4 358.4-358.4 0.009 0 0.018 0 0.028 0l-0.002-0zM765.44 258.56c64.865 64.859 104.986 154.464 104.986 253.44 0 197.939-160.461 358.4-358.4 358.4-0.009 0-0.018-0-0.028-0l0.002 0v-102.4c0.136 0 0.297 0 0.458 0 141.385 0 256-114.615 256-256 0-70.806-28.746-134.899-75.205-181.243l-0.005-0.005 72.192-72.192zM512 1024l-204.8-204.8 204.8-204.8v409.6zM512 409.6v-409.6l204.8 204.8-204.8 204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "refresh" + ], + "grid": 20 + }, + { + "id": 219, + "paths": [ + "M750.592 801.792c-74.139 74.219-176.604 120.13-289.792 120.13-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.103 0 409.417 183.201 409.6 409.261l0 0.017h-102.4c0-0.080 0-0.175 0-0.27 0-169.662-137.538-307.2-307.2-307.2s-307.2 137.538-307.2 307.2c0 169.662 137.538 307.2 307.2 307.2 84.764 0 161.509-34.33 217.091-89.845l-0.003 0.003 72.704 72.704zM614.4 512h409.6l-204.8 204.8-204.8-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reload" + ], + "grid": 20 + }, + { + "id": 220, + "paths": [ + "M768 870.4v-153.088c0-0.152 0.001-0.332 0.001-0.512 0-113.108-91.692-204.8-204.8-204.8-0 0-0.001 0-0.001 0l-153.6-0v256l-307.2-307.2 307.2-307.2v256h153.6c169.662 0 307.2 137.538 307.2 307.2v0 153.6h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reply" + ], + "grid": 20 + }, + { + "id": 221, + "paths": [ + "M921.6 870.4v-153.088c0-0.152 0.001-0.332 0.001-0.512 0-113.108-91.692-204.8-204.8-204.8-0 0-0.001 0-0.001 0l-153.6-0v256l-307.2-307.2 307.2-307.2v256h153.6c169.662 0 307.2 137.538 307.2 307.2v0 153.6h-102.4zM307.2 307.2v-153.6l-307.2 307.2 307.2 307.2v-153.6l-153.6-153.6 153.6-153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reply-all" + ], + "grid": 20 + }, + { + "id": 222, + "paths": [ + "M256 204.8c-56.554 0-102.4 45.846-102.4 102.4v0 307.2h-153.6l204.8 204.8 204.8-204.8h-153.6v-307.2h358.4l102.4-102.4h-460.8zM768 409.6h-153.6l204.8-204.8 204.8 204.8h-153.6v307.2c0 56.554-45.846 102.4-102.4 102.4v0h-460.8l102.4-102.4h358.4v-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "repost" + ], + "grid": 20 + }, + { + "id": 223, + "paths": [ + "M0 102.4c0-56.32 46.080-102.4 102.4-102.4h716.8l204.8 204.8v716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM256 102.4v307.2h512v-307.2h-512zM563.2 153.6h153.6v204.8h-153.6v-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "save-disk" + ], + "grid": 20 + }, + { + "id": 224, + "paths": [ + "M143.36 808.96l-143.36-143.36v358.4h358.4l-143.36-143.36 222.208-221.184-72.704-72.704-221.184 222.208zM880.64 215.040l143.36 143.36v-358.4h-358.4l143.36 143.36-222.208 221.184 72.704 72.704 221.184-222.208zM808.96 880.64l-143.36 143.36h358.4v-358.4l-143.36 143.36-221.184-222.208-72.704 72.704 221.696 221.696zM215.040 143.36l143.36-143.36h-358.4v358.4l143.36-143.36 221.184 222.208 72.704-72.704-222.208-221.184z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "screen-full" + ], + "grid": 20 + }, + { + "id": 225, + "paths": [ + "M660.48 733.184c-68.622 53.712-156.164 86.131-251.277 86.131-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6 0 95.113-32.419 182.654-86.809 252.177l0.678-0.9 273.92 272.896-72.704 72.704-272.896-273.408zM409.6 716.8c169.662 0 307.2-137.538 307.2-307.2s-137.538-307.2-307.2-307.2v0c-169.662 0-307.2 137.538-307.2 307.2s137.538 307.2 307.2 307.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "search" + ], + "grid": 20 + }, + { + "id": 226, + "paths": [ + "M0 0l1024 512-1024 512v-1024zM0 409.6v204.8l512-102.4-512-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "send" + ], + "grid": 20 + }, + { + "id": 227, + "paths": [ + "M0 102.4c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 102.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-102.4zM0 460.8c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 102.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-102.4zM0 819.2c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 102.4c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-102.4zM614.4 102.4v102.4h102.4v-102.4h-102.4zM819.2 102.4v102.4h102.4v-102.4h-102.4zM614.4 460.8v102.4h102.4v-102.4h-102.4zM819.2 460.8v102.4h102.4v-102.4h-102.4zM614.4 819.2v102.4h102.4v-102.4h-102.4zM819.2 819.2v102.4h102.4v-102.4h-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "servers" + ], + "grid": 20 + }, + { + "id": 228, + "paths": [ + "M204.8 512c0-56.32 46.080-102.4 102.4-102.4h409.6c56.32 0 102.4 46.080 102.4 102.4v409.6c0 56.32-46.080 102.4-102.4 102.4h-409.6c-56.32 0-102.4-46.080-102.4-102.4v-409.6zM307.2 512v409.6h409.6v-409.6h-102.4v-102.4h-204.8v102.4h-102.4zM460.8 196.096v623.104h102.4v-623.104l157.184 157.184 72.704-72.192-281.088-281.088-281.6 281.6 72.704 71.68 157.696-156.672z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share" + ], + "grid": 20 + }, + { + "id": 229, + "paths": [ + "M204.8 512c0-56.32 46.080-102.4 102.4-102.4h409.6c56.32 0 102.4 46.080 102.4 102.4v409.6c0 56.32-46.080 102.4-102.4 102.4h-409.6c-56.32 0-102.4-46.080-102.4-102.4v-409.6zM307.2 512v409.6h409.6v-409.6h-102.4v-102.4h-204.8v102.4h-102.4zM460.8 196.096v623.104h102.4v-623.104l157.184 157.184 72.704-72.192-281.088-281.088-281.6 281.6 72.704 71.68 157.696-156.672z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share-01" + ], + "grid": 20 + }, + { + "id": 230, + "paths": [ + "M260.096 622.592c-27.575 26.972-65.35 43.615-107.012 43.615-84.548 0-153.088-68.54-153.088-153.088 0-0.393 0.001-0.787 0.004-1.179l-0 0.060c0.054-84.79 68.802-153.505 153.6-153.505 41.373 0 78.926 16.358 106.544 42.959l-0.048-0.046 457.728-228.864c-0.768-5.77-1.206-12.441-1.206-19.214 0-84.831 68.769-153.6 153.6-153.6s153.6 68.769 153.6 153.6c0 84.831-68.769 153.6-153.6 153.6-41.285 0-78.765-16.288-106.366-42.788l0.052 0.050-457.728 228.864c0.739 5.688 1.161 12.267 1.161 18.944s-0.422 13.256-1.24 19.711l0.079-0.767 457.728 228.864c27.575-26.972 65.35-43.615 107.012-43.615 84.548 0 153.088 68.54 153.088 153.088 0 0.393-0.001 0.787-0.004 1.179l0-0.060c-0.727 84.277-69.215 152.316-153.595 152.316-84.831 0-153.6-68.769-153.6-153.6 0-6.223 0.37-12.36 1.089-18.389l-0.071 0.729-457.728-228.864z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share-alt" + ], + "grid": 20 + }, + { + "id": 231, + "paths": [ + "M972.8 563.2c-7.253 128.167-76.327 238.772-177.641 303.201l-1.559 0.927-281.6 156.672-281.6-156.672c-102.873-65.356-171.947-175.961-179.154-303.115l-0.046-1.013v-409.6c173.056 0 332.8-57.344 460.8-153.6 128 96.768 287.744 153.6 460.8 153.6v409.6zM512 618.496l149.504 104.448-52.736-174.592 145.408-110.080-182.272-4.096-59.904-172.032-59.904 172.032-182.272 4.096 144.896 109.568-52.736 174.080 150.016-102.912z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shield" + ], + "grid": 20 + }, + { + "id": 232, + "paths": [ + "M204.8 102.4h819.2l-153.6 460.8h-665.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h665.6v102.4h-665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6v0h16.896l-68.096-204.8-51.2-153.6h-102.4v-102.4h153.6c28.277 0 51.2 22.923 51.2 51.2v0 51.2zM256 1024c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0zM768 1024c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shopping-cart" + ], + "grid": 20 + }, + { + "id": 233, + "paths": [ + "M358.4 153.6h-256v716.8h256v-716.8zM460.8 153.6v716.8h460.8v-716.8h-460.8zM0 153.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM153.6 204.8h153.6v102.4h-153.6v-102.4zM153.6 358.4h153.6v102.4h-153.6v-102.4zM153.6 512h153.6v102.4h-153.6v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "show-sidebar" + ], + "grid": 20 + }, + { + "id": 234, + "paths": [ + "M337.408 656.896l-112.128 111.104c-29.696 29.696-81.408 51.2-122.88 51.2h-102.4v-102.4h102.4c14.848 0 40.96-10.24 51.2-20.992l111.104-111.616 72.704 72.704zM819.2 204.8v-153.6l204.8 204.8-204.8 204.8v-153.6h-102.4c-14.848 0-40.96 10.24-51.2 20.992l-111.104 111.616-73.216-72.704 112.64-111.104c29.696-29.696 81.408-51.2 123.392-51.2h102.4zM819.2 716.8v-153.6l204.8 204.8-204.8 204.8v-153.6h-102.4c-41.984 0-93.696-21.504-123.392-51.2l-440.32-439.808c-9.728-10.24-35.328-20.992-50.688-20.992h-102.4v-102.4h102.4c41.984 0 93.696 21.504 123.392 51.2l440.32 439.808c10.24 10.24 35.84 20.992 50.688 20.992h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shuffle" + ], + "grid": 20 + }, + { + "id": 235, + "paths": [ + "M212.992 212.992l72.704 72.704c-81.127 66.138-132.521 166.076-132.521 278.017 0 197.656 160.232 357.888 357.888 357.888 0.329 0 0.659-0 0.988-0.001l-0.051 0c197.722-0.287 357.896-160.638 357.896-358.4 0-111.594-51.003-211.277-130.969-277.008l-0.622-0.496 72.704-72.704c99.127 85.029 161.536 210.425 161.536 350.396 0 254.493-206.307 460.8-460.8 460.8s-460.8-206.307-460.8-460.8c0-139.972 62.408-265.367 160.917-349.878l0.619-0.518zM460.8 0h102.4v409.6h-102.4v-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stand-by" + ], + "grid": 20 + }, + { + "id": 236, + "paths": [ + "M512 768l-300.954 158.208 57.498-335.104-243.507-237.312 336.486-48.896 150.477-304.896 150.477 304.896 336.486 48.896-243.507 237.312 57.498 335.104z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star-full" + ], + "grid": 20 + }, + { + "id": 237, + "paths": [ + "M460.8 600.576c-30.824-18.035-51.2-50.978-51.2-88.681 0-56.554 45.846-102.4 102.4-102.4s102.4 45.846 102.4 102.4c0 37.703-20.376 70.646-50.717 88.419l-0.483 0.262v423.424h-102.4v-423.424zM729.088 729.088l-72.192-72.192c37.545-37.062 60.8-88.522 60.8-145.413 0-112.825-91.463-204.288-204.288-204.288-0.495 0-0.99 0.002-1.484 0.005l0.076-0c-0.048-0-0.104-0-0.161-0-113.108 0-204.8 91.692-204.8 204.8 0 56.594 22.956 107.827 60.063 144.894l0.002 0.002-72.192 72.192c-55.52-55.58-89.856-132.332-89.856-217.102 0-169.662 137.538-307.2 307.2-307.2s307.2 137.538 307.2 307.2c0 84.771-34.336 161.522-89.859 217.105l0.003-0.003zM873.984 873.984l-72.192-72.192c74.18-74.132 120.064-176.571 120.064-289.726 0-226.216-183.384-409.6-409.6-409.6s-409.6 183.384-409.6 409.6c0 113.155 45.884 215.593 120.062 289.724l0.002 0.002-72.704 72.192c-92.686-92.659-150.016-220.681-150.016-362.093 0-282.77 229.23-512 512-512s512 229.23 512 512c0 141.412-57.329 269.434-150.014 362.092l-0.002 0.002z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "station" + ], + "grid": 20 + }, + { + "id": 238, + "paths": [ + "M204.8 256h153.6v512h-153.6v-512zM819.2 256v512l-460.8-256 460.8-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "step-backward" + ], + "grid": 20 + }, + { + "id": 239, + "paths": [ + "M665.6 256h153.6v512h-153.6v-512zM204.8 256l460.8 256-460.8 256v-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "step-forward" + ], + "grid": 20 + }, + { + "id": 240, + "paths": [ + "M870.4 525.824v-270.336c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 512.512c0 141.385-114.615 256-256 256s-256-114.615-256-256v0-55.296c-146.222-25.392-256-151.328-256-302.903 0-0.071 0-0.141 0-0.212l-0 0.011v-307.2c0-56.32 46.080-102.4 102.4-102.4h51.2c28.277 0 51.2 22.923 51.2 51.2v0c0 28.277-22.923 51.2-51.2 51.2v0h-51.2v307.2c0 113.108 91.692 204.8 204.8 204.8s204.8-91.692 204.8-204.8v0-307.2h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0c0-28.277 22.923-51.2 51.2-51.2v0h51.2c56.554 0 102.4 45.846 102.4 102.4v0 307.2c0 0.060 0 0.13 0 0.201 0 151.576-109.778 277.512-254.165 302.639l-1.835 0.264v55.296c0 84.831 68.769 153.6 153.6 153.6s153.6-68.769 153.6-153.6v0-512c0-84.831 68.769-153.6 153.6-153.6s153.6 68.769 153.6 153.6v0 269.824c30.824 18.035 51.2 50.978 51.2 88.681 0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4c0-37.703 20.376-70.646 50.717-88.419l0.483-0.262z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stethoscope" + ], + "grid": 20 + }, + { + "id": 241, + "paths": [ + "M921.6 505.344v518.656h-819.2v-518.656c15.389 3.889 33.056 6.12 51.245 6.12 37.467 0 72.723-9.469 103.504-26.146l-1.149 0.569v230.912h512v-230.4c29.492 15.869 64.538 25.194 101.761 25.194 18.402 0 36.272-2.279 53.343-6.57l-1.505 0.32zM153.6 0h204.8l-34.304 308.736c-11.832 85.147-83.292 150.251-170.311 152.061l-0.185 0.003c-84.992 0-132.096-65.024-104.96-145.92l104.96-314.88zM409.6 0h204.8l35.84 322.56c8.704 76.8-46.592 138.24-123.904 138.24h-28.672c-0.941 0.026-2.049 0.041-3.16 0.041-67.299 0-121.856-54.557-121.856-121.856 0-5.793 0.404-11.491 1.186-17.068l-0.074 0.643 35.84-322.56zM665.6 0h204.8l104.96 314.88c27.136 80.896-20.48 145.92-104.96 145.92-87.29-1.589-158.873-66.812-170.394-151.155l-0.102-0.909-34.304-308.736z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "store-front" + ], + "grid": 20 + }, + { + "id": 242, + "paths": [ + "M0 0h1024v256h-1024v-256zM0 358.4h1024v204.8h-1024v-204.8zM0 665.6h1024v153.6h-1024v-153.6zM0 921.6h1024v102.4h-1024v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stroke-width" + ], + "grid": 20 + }, + { + "id": 243, + "paths": [ + "M921.6 614.4v51.2h-512v256l-307.2-307.2 307.2-307.2v256h409.6v-460.8h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "subdirectory-left" + ], + "grid": 20 + }, + { + "id": 244, + "paths": [ + "M179.2 665.6h435.2v256l307.2-307.2-307.2-307.2v256h-409.6v-460.8h-102.4v563.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "subdirectory-right" + ], + "grid": 20 + }, + { + "id": 245, + "paths": [ + "M460.8 307.2c0-113.108 91.692-204.8 204.8-204.8s204.8 91.692 204.8 204.8v0 409.6h153.6l-204.8 204.8-204.8-204.8h153.6v-409.6c0-56.554-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4v0 409.6c0 113.108-91.692 204.8-204.8 204.8s-204.8-91.692-204.8-204.8v0-409.6h-153.6l204.8-204.8 204.8 204.8h-153.6v409.6c0 56.554 45.846 102.4 102.4 102.4v0c56.554 0 102.4-45.846 102.4-102.4v0-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "swap" + ], + "grid": 20 + }, + { + "id": 246, + "paths": [ + "M102.4 102.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-614.4c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM204.8 102.4v716.8h614.4v-716.8h-614.4zM512 972.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tablet" + ], + "grid": 20 + }, + { + "id": 247, + "paths": [ + "M0 512v-409.6l102.4-102.4h409.6l512 512-512 512-512-512zM230.4 307.2c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tag" + ], + "grid": 20 + }, + { + "id": 248, + "paths": [ + "M918.528 563.2h-252.928v-102.4h252.928c-24.013-185.779-169.548-331.315-353.274-355.111l-2.054-0.217v252.928h-102.4v-252.928c-185.779 24.013-331.315 169.548-355.111 353.274l-0.217 2.054h252.928v102.4h-252.928c24.013 185.779 169.548 331.315 353.274 355.111l2.054 0.217v-252.928h102.4v252.928c185.779-24.013 331.315-169.548 355.111-353.274l0.217-2.054zM512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "target" + ], + "grid": 20 + }, + { + "id": 249, + "paths": [ + "M0 0h307.2v307.2h-307.2v-307.2zM102.4 102.4v102.4h102.4v-102.4h-102.4zM716.8 0h307.2v307.2h-307.2v-307.2zM819.2 102.4v102.4h102.4v-102.4h-102.4zM716.8 716.8h307.2v307.2h-307.2v-307.2zM819.2 819.2v102.4h102.4v-102.4h-102.4zM0 716.8h307.2v307.2h-307.2v-307.2zM102.4 819.2v102.4h102.4v-102.4h-102.4zM307.2 102.4h409.6v102.4h-409.6v-102.4zM307.2 819.2h409.6v102.4h-409.6v-102.4zM819.2 307.2h102.4v409.6h-102.4v-409.6zM102.4 307.2h102.4v409.6h-102.4v-409.6zM358.4 358.4h307.2v102.4h-307.2v-102.4zM460.8 460.8h102.4v204.8h-102.4v-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "text-box" + ], + "grid": 20 + }, + { + "id": 250, + "paths": [ + "M614.4 256h-102.4v614.4h-102.4v-716.8h409.6v102.4h-102.4v614.4h-102.4v-614.4zM409.6 153.6c-113.108 0-204.8 91.692-204.8 204.8s91.692 204.8 204.8 204.8v0-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "text-decoration" + ], + "grid": 20 + }, + { + "id": 251, + "paths": [ + "M460.8 571.904v-213.504h102.4v213.504c60.168 21.723 102.4 78.337 102.4 144.815 0 84.831-68.769 153.6-153.6 153.6s-153.6-68.769-153.6-153.6c0-66.478 42.232-123.092 101.33-144.477l1.070-0.338zM409.6 539.648c-61.648 36.070-102.4 101.957-102.4 177.362 0 113.108 91.692 204.8 204.8 204.8s204.8-91.692 204.8-204.8c0-75.405-40.752-141.292-101.434-176.839l-0.966-0.523v-334.848c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4v0 334.336zM307.2 487.936v-283.136c0-113.108 91.692-204.8 204.8-204.8s204.8 91.692 204.8 204.8v0 283.136c63.385 56.441 103.112 138.27 103.112 229.378 0 169.379-137.309 306.688-306.688 306.688-0.431 0-0.861-0.001-1.291-0.003l0.067 0c-169.609-0.070-307.078-137.581-307.078-307.2 0-90.786 39.382-172.374 101.994-228.613l0.284-0.251z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thermometer" + ], + "grid": 20 + }, + { + "id": 252, + "paths": [ + "M563.2 1024c-56.554 0-102.4-45.846-102.4-102.4v0-307.2h-358.4c-56.554 0-102.4-45.846-102.4-102.4v0-102.4l117.76-313.344c23.921-54.755 76.246-93.003 137.847-96.24l0.393-0.016h409.6c56.554 0 102.4 45.846 102.4 102.4v0 409.6l-153.6 358.4v153.6h-51.2zM870.4 512v-512h153.6v512h-153.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thumbs-down" + ], + "grid": 20 + }, + { + "id": 253, + "paths": [ + "M563.2 0h51.2v153.6l153.6 358.4v409.6c0 56.554-45.846 102.4-102.4 102.4v0h-409.6c-56.32 0-118.272-43.008-138.24-96.256l-117.76-313.344v-102.4c0-56.554 45.846-102.4 102.4-102.4v0h358.4v-307.2c0-56.554 45.846-102.4 102.4-102.4v0zM870.4 512h153.6v512h-153.6v-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thumbs-up" + ], + "grid": 20 + }, + { + "id": 254, + "paths": [ + "M1024 614.4v256h-1024v-256c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0-256h1024v256c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0zM153.6 256v512h716.8v-512h-716.8zM512 618.496l-149.504 104.448 52.224-175.104-144.896-109.568 182.272-4.096 59.904-172.032 59.904 172.032 182.272 4.096-145.408 110.080 52.736 174.080-149.504-103.424z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ticket" + ], + "grid": 20 + }, + { + "id": 255, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 921.6c226.216 0 409.6-183.384 409.6-409.6s-183.384-409.6-409.6-409.6v0c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0zM460.8 532.992v-328.192h102.4v286.208l202.24 202.24-72.192 72.192-232.448-232.448z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "time" + ], + "grid": 20 + }, + { + "id": 256, + "paths": [ + "M835.584 363.52c53.475 68.532 85.741 155.885 85.741 250.774 0 226.216-183.384 409.6-409.6 409.6s-409.6-183.384-409.6-409.6c0-208.264 155.434-380.225 356.625-406.206l2.050-0.216v-105.472h102.4v105.472c74.752 9.216 143.36 38.912 199.68 82.944l74.752-74.752 72.704 72.704-74.752 74.24zM512 921.6c169.662 0 307.2-137.538 307.2-307.2s-137.538-307.2-307.2-307.2v0c-169.662 0-307.2 137.538-307.2 307.2s137.538 307.2 307.2 307.2v0zM358.4 0h307.2v102.4h-307.2v-102.4zM620.544 433.152l72.704 72.704-181.248 180.224-72.192-71.68 180.736-181.248z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "timer" + ], + "grid": 20 + }, + { + "id": 257, + "paths": [ + "M512 0s409.6 388.096 409.6 614.4c0 226.216-183.384 409.6-409.6 409.6s-409.6-183.384-409.6-409.6v0c0-76.8 46.592-171.52 108.544-263.68 19.228 64.429 77.951 110.595 147.457 110.595 84.831 0 153.6-68.769 153.6-153.6 0-0.181-0-0.362-0.001-0.543l0 0.028v-307.2zM409.6 0c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6v0-307.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tools copy" + ], + "grid": 20 + }, + { + "id": 258, + "paths": [ + "M379.392 460.8l114.688 114.688-42.496 102.4-144.384-145.408-168.96 168.96-71.68-72.704 167.936-167.936-45.056-45.056c-27.136-27.136-51.2-66.56-66.56-108.544h112.64c7.68 14.336 16.896 27.136 26.112 35.84l45.568 46.080 45.056-45.056c30.72-31.744 57.344-96.256 57.344-139.264h-409.6v-102.4h256v-102.4h102.4v102.4h256v102.4h-102.4c0 70.144-37.888 161.28-87.040 210.944l-46.080 45.056zM576 870.4l-64 153.6h-102.4l256-614.4h102.4l256 614.4h-102.4l-64-153.6h-281.6zM618.496 768h196.608l-98.304-235.52-98.304 235.52z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "translate" + ], + "grid": 20 + }, + { + "id": 259, + "paths": [ + "M307.2 102.4l102.4-102.4h204.8l102.4 102.4h204.8v102.4h-819.2v-102.4h204.8zM153.6 307.2h716.8l-51.2 716.8h-614.4l-51.2-716.8zM409.6 409.6v512h51.2v-512h-51.2zM563.2 409.6v512h51.2v-512h-51.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trash" + ], + "grid": 20 + }, + { + "id": 260, + "paths": [ + "M716.8 256h102.4v716.8h-614.4v-716.8h102.4v-51.2c0-56.554 45.846-102.4 102.4-102.4v0h204.8c56.554 0 102.4 45.846 102.4 102.4v0 51.2zM870.4 256h51.2c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-51.2v-716.8zM153.6 256v716.8h-51.2c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.32 46.080-102.4 102.4-102.4h51.2zM409.6 204.8v51.2h204.8v-51.2h-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "travel" + ], + "grid": 20 + }, + { + "id": 261, + "paths": [ + "M665.6 921.6h-307.2v51.2c0 28.277-22.923 51.2-51.2 51.2v0h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0-51.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0 51.2c0 28.277-22.923 51.2-51.2 51.2v0h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0-51.2zM204.8 256v307.2h256v-307.2h-256zM563.2 256v307.2h256v-307.2h-256zM256 102.4v51.2h512v-51.2h-512zM281.6 819.2c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM742.4 819.2c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "travel-bus" + ], + "grid": 20 + }, + { + "id": 262, + "paths": [ + "M102.4 716.8v-153.6h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0c0-28.277 22.923-51.2 51.2-51.2v0h51.2l204.8-358.4h409.6l204.8 358.4h51.2c28.277 0 51.2 22.923 51.2 51.2v0c0 28.277-22.923 51.2-51.2 51.2v0h-51.2v307.2c0 28.277-22.923 51.2-51.2 51.2v0h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0-51.2h-512v51.2c0 28.277-22.923 51.2-51.2 51.2v0h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0-153.6zM812.032 460.8l-146.432-256h-307.2l-146.432 256h600.064zM281.6 716.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM742.4 716.8c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "travel-car" + ], + "grid": 20 + }, + { + "id": 263, + "paths": [ + "M716.8 256h102.4v716.8h-614.4v-716.8h102.4v-51.2c0-56.554 45.846-102.4 102.4-102.4v0h204.8c56.554 0 102.4 45.846 102.4 102.4v0 51.2zM870.4 256h51.2c56.554 0 102.4 45.846 102.4 102.4v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-51.2v-716.8zM153.6 256v716.8h-51.2c-56.554 0-102.4-45.846-102.4-102.4v0-512c0-56.32 46.080-102.4 102.4-102.4h51.2zM409.6 204.8v51.2h204.8v-51.2h-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "travel-case" + ], + "grid": 20 + }, + { + "id": 264, + "paths": [ + "M614.4 153.6h102.4l204.8 358.4h51.2c28.277 0 51.2 22.923 51.2 51.2v0c0 28.277-22.923 51.2-51.2 51.2v0h-51.2v307.2c0 28.277-22.923 51.2-51.2 51.2v0h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0-51.2h-512v51.2c0 28.277-22.923 51.2-51.2 51.2v0h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0-307.2h-51.2c-28.277 0-51.2-22.923-51.2-51.2v0c0-28.277 22.923-51.2 51.2-51.2v0h51.2l204.8-358.4h102.4v-102.4h204.8v102.4zM812.032 512l-146.432-256h-307.2l-146.432 256h600.064zM281.6 768c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM742.4 768c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "travel-taxi-cab" + ], + "grid": 20 + }, + { + "id": 265, + "paths": [ + "M614.4 921.6h-204.8l-102.4 102.4h-153.6l102.4-102.4c-56.554 0-102.4-45.846-102.4-102.4v0-716.8c0-56.32 46.080-102.4 102.4-102.4h512c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0l102.4 102.4h-153.6l-102.4-102.4zM256 256v307.2h512v-307.2h-512zM332.8 819.2c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM691.2 819.2c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0zM409.6 102.4v51.2h204.8v-51.2h-204.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "travel-train" + ], + "grid": 20 + }, + { + "id": 266, + "paths": [ + "M563.2 358.4l73.728 110.592c15.872 24.064 51.712 43.008 80.384 43.008h153.088v-102.4h-153.6l-73.728-110.592c-20.018-27.942-43.738-51.661-70.768-71.058l-0.912-0.622-67.584-45.056c-12.935-7.887-28.583-12.557-45.321-12.557-15.281 0-29.653 3.892-42.179 10.739l0.46-0.23-211.968 126.976v256h102.4v-204.8l102.4-51.2-153.6 716.8h102.4l120.32-391.68 84.48 84.48v307.2h102.4v-409.6l-138.24-138.24 35.84-117.76zM614.4 204.8c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "travel-walk" + ], + "grid": 20 + }, + { + "id": 267, + "paths": [ + "M768 460.8c84.831 0 153.6-68.769 153.6-153.6v0h102.4c0 0.015 0 0.033 0 0.051 0 141.385-114.615 256-256 256-1.8 0-3.596-0.019-5.388-0.056l0.268 0.004c-21.059 100.662-99.018 178.62-198.013 199.387l-1.667 0.293v107.52l256 102.4v51.2h-614.4v-51.2l256-102.4v-107.52c-100.662-21.059-178.62-99.018-199.387-198.013l-0.293-1.667h-5.12c-141.385 0-256-114.615-256-256v0h102.4c0 84.831 68.769 153.6 153.6 153.6v0-256h-153.6v102.4h-102.4v-204.8h256v-102.4h512v102.4h256v204.8h-102.4v-102.4h-153.6v256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trophy" + ], + "grid": 20 + }, + { + "id": 268, + "paths": [ + "M870.4 819.2v204.8h-102.4v-204.8h-102.4v-153.6h307.2v153.6h-102.4zM51.2 460.8h307.2v153.6h-307.2v-153.6zM358.4 256h307.2v153.6h-307.2v-153.6zM153.6 0h102.4v409.6h-102.4v-409.6zM768 0h102.4v614.4h-102.4v-614.4zM460.8 0h102.4v204.8h-102.4v-204.8zM153.6 614.4h102.4v409.6h-102.4v-409.6zM460.8 409.6h102.4v614.4h-102.4v-614.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tuning" + ], + "grid": 20 + }, + { + "id": 269, + "paths": [ + "M665.6 512v307.2h-307.2v-307.2h-256l409.6-409.6 409.6 409.6h-256zM0 921.6h1024v102.4h-1024v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "upload" + ], + "grid": 20 + }, + { + "id": 270, + "paths": [ + "M768 409.6v102.4h-204.8v-307.2h102.4l-153.6-204.8-153.6 204.8h102.4v409.6h-204.8v-116.224c30.824-18.035 51.2-50.978 51.2-88.681 0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 37.703 20.376 70.646 50.717 88.419l0.483 0.262v116.224c0 56.554 45.846 102.4 102.4 102.4v0h204.8v116.224c-30.824 18.035-51.2 50.978-51.2 88.681 0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4c0-37.703-20.376-70.646-50.717-88.419l-0.483-0.262v-218.624h204.8c56.554 0 102.4-45.846 102.4-102.4v0-102.4h51.2v-204.8h-204.8v204.8h51.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "usb" + ], + "grid": 20 + }, + { + "id": 271, + "paths": [ + "M256 256c0-141.385 114.615-256 256-256s256 114.615 256 256v0 102.4c0 141.385-114.615 256-256 256s-256-114.615-256-256v0-102.4zM0 854.016c146.431-86.26 322.601-137.217 510.673-137.217 0.466 0 0.933 0 1.399 0.001l-0.072-0c186.368 0 361.472 49.664 512 137.216v169.984h-1024v-169.984z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user" + ], + "grid": 20 + }, + { + "id": 272, + "paths": [ + "M102.4 307.2h-102.4v102.4h102.4v102.4h102.4v-102.4h102.4v-102.4h-102.4v-102.4h-102.4v102.4zM460.8 307.2c0-84.831 68.769-153.6 153.6-153.6s153.6 68.769 153.6 153.6v0 102.4c0 84.831-68.769 153.6-153.6 153.6s-153.6-68.769-153.6-153.6v0-102.4zM1024 775.168c-117.106-68.882-257.963-109.569-408.322-109.569-0.449 0-0.899 0-1.348 0.001l0.070-0c-148.992 0-289.28 39.936-409.6 109.568v146.432h819.2v-146.432z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-add" + ], + "grid": 20 + }, + { + "id": 273, + "paths": [ + "M358.4 409.6c-113.108 0-204.8-91.692-204.8-204.8s91.692-204.8 204.8-204.8v0c113.108 0 204.8 91.692 204.8 204.8s-91.692 204.8-204.8 204.8v0zM358.4 460.8c110.080 0 215.040 20.48 312.32 55.808l-56.32 302.592h-64l-38.4 204.8h-307.2l-38.4-204.8h-64l-56.32-302.592c92.835-35.013 200.137-55.444 312.164-55.808l0.156-0zM783.872 469.504c67.584 9.216 132.608 24.576 194.56 47.104l-56.832 302.592h-64l-38.4 204.8h-202.752l18.944-102.4h64l84.48-452.096zM665.6 0c0.522-0.005 1.138-0.008 1.756-0.008 113.108 0 204.8 91.692 204.8 204.8s-91.692 204.8-204.8 204.8c-25.063 0-49.074-4.502-71.269-12.741l1.417 0.461c42.583-52.050 68.389-119.268 68.389-192.512s-25.805-140.462-68.82-193.056l0.431 0.544c22.016-7.168 44.032-12.288 68.096-12.288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-group" + ], + "grid": 20 + }, + { + "id": 274, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM358.4 307.2v102.4c0 84.831 68.769 153.6 153.6 153.6s153.6-68.769 153.6-153.6v0-102.4c0-84.831-68.769-153.6-153.6-153.6s-153.6 68.769-153.6 153.6v0zM171.52 739.328c74.541 110.327 199.152 181.904 340.48 181.904s265.938-71.577 339.558-180.457l0.922-1.447c-99.91-46.989-216.992-74.415-340.48-74.415s-240.569 27.426-345.486 76.519l5.006-2.104z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-solid-circle" + ], + "grid": 20 + }, + { + "id": 275, + "paths": [ + "M0 102.4c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 819.2c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-819.2zM358.4 307.2v102.4c0 84.831 68.769 153.6 153.6 153.6s153.6-68.769 153.6-153.6v0-102.4c0-84.831-68.769-153.6-153.6-153.6s-153.6 68.769-153.6 153.6v0zM921.6 775.168c-117.106-68.882-257.963-109.569-408.322-109.569-0.449 0-0.899 0-1.348 0.001l0.070-0c-148.992 0-289.28 39.936-409.6 109.568v146.432h819.2v-146.432z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-solid-square" + ], + "grid": 20 + }, + { + "id": 276, + "paths": [ + "M614.4 204.8h218.624c18.035-30.824 50.978-51.2 88.681-51.2 56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4c-37.703 0-70.646-20.376-88.419-50.717l-0.262-0.483h-109.568c138.148 72.425 233.925 209.241 247.689 369.486l0.119 1.714c31.816 17.786 52.973 51.263 52.973 89.681 0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4c0-36.979 19.601-69.379 48.98-87.379l0.447-0.255c-15.345-146.262-116.669-265.316-251.926-306.535l-2.538-0.665v36.352h-204.8v-36.352c-137.581 42.052-238.687 161.058-253.821 305.651l-0.131 1.549c29.826 18.254 49.427 50.655 49.427 87.633 0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4c0-38.418 21.157-71.895 52.456-89.415l0.517-0.266c13.666-161.772 109.050-298.536 244.275-369.991l2.509-1.209h-109.056c-18.035 30.824-50.978 51.2-88.681 51.2-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4c37.703 0 70.646 20.376 88.419 50.717l0.262 0.483h218.624v-51.2h204.8v51.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vector" + ], + "grid": 20 + }, + { + "id": 277, + "paths": [ + "M819.2 358.4l204.8-204.8v716.8l-204.8-204.8v153.6c0 56.554-45.846 102.4-102.4 102.4v0h-614.4c-56.554 0-102.4-45.846-102.4-102.4v0-614.4c0-56.32 46.080-102.4 102.4-102.4h614.4c56.554 0 102.4 45.846 102.4 102.4v0 153.6zM409.6 716.8c113.108 0 204.8-91.692 204.8-204.8s-91.692-204.8-204.8-204.8v0c-113.108 0-204.8 91.692-204.8 204.8s91.692 204.8 204.8 204.8v0zM409.6 614.4c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "video-camera" + ], + "grid": 20 + }, + { + "id": 278, + "paths": [ + "M819.2 819.2v102.4h-614.4v-102.4h-204.8v-614.4h204.8v-102.4h614.4v102.4h204.8v614.4h-204.8zM716.8 281.6v-76.8h-409.6v614.4h409.6v-537.6zM819.2 307.2v409.6h102.4v-409.6h-102.4zM204.8 307.2h-102.4v409.6h102.4v-409.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "view-carousel" + ], + "grid": 20 + }, + { + "id": 279, + "paths": [ + "M614.4 204.8h-204.8v614.4h204.8v-614.4zM716.8 204.8v614.4h204.8v-614.4h-204.8zM307.2 204.8h-204.8v614.4h204.8v-614.4zM0 102.4h1024v819.2h-1024v-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "view-column" + ], + "grid": 20 + }, + { + "id": 280, + "paths": [ + "M655.872 223.232l-90.624 91.136c-15.919-4.443-34.2-6.998-53.078-6.998-113.108 0-204.8 91.692-204.8 204.8 0 18.877 2.554 37.158 7.335 54.516l-0.338-1.438-141.312 140.8c-67.584-51.2-123.904-117.76-162.816-194.048 95.239-183.856 284.061-307.329 501.722-307.329 50.98 0 100.377 6.773 147.342 19.469l-3.943-0.908zM850.432 317.952c68.096 51.2 124.416 117.76 163.84 194.048-95.198 183.988-284.089 307.568-501.843 307.568-51.308 0-101.013-6.861-148.249-19.715l3.948 0.915 90.624-91.136c15.919 4.443 34.2 6.998 53.078 6.998 113.108 0 204.8-91.692 204.8-204.8 0-18.877-2.554-37.158-7.335-54.516l0.338 1.438 141.312-140.8zM837.632 113.664l72.704 72.704-723.968 723.968-72.704-72.704 723.968-723.968z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "view-hide" + ], + "grid": 20 + }, + { + "id": 281, + "paths": [ + "M0 153.6h1024v102.4h-1024v-102.4zM0 358.4h1024v102.4h-1024v-102.4zM0 563.2h1024v102.4h-1024v-102.4zM0 768h1024v102.4h-1024v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "view-list" + ], + "grid": 20 + }, + { + "id": 282, + "paths": [ + "M10.24 512c95.226-183.898 284.070-307.405 501.76-307.405s406.534 123.507 500.282 304.271l1.478 3.134c-95.226 183.898-284.070 307.405-501.76 307.405s-406.534-123.507-500.282-304.271l-1.478-3.134zM512 716.8c113.108 0 204.8-91.692 204.8-204.8s-91.692-204.8-204.8-204.8v0c-113.108 0-204.8 91.692-204.8 204.8s91.692 204.8 204.8 204.8v0zM512 614.4c-56.554 0-102.4-45.846-102.4-102.4s45.846-102.4 102.4-102.4v0c56.554 0 102.4 45.846 102.4 102.4s-45.846 102.4-102.4 102.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "view-show" + ], + "grid": 20 + }, + { + "id": 283, + "paths": [ + "M0 0h460.8v460.8h-460.8v-460.8zM102.4 102.4v256h256v-256h-256zM0 563.2h460.8v460.8h-460.8v-460.8zM102.4 665.6v256h256v-256h-256zM563.2 0h460.8v460.8h-460.8v-460.8zM665.6 102.4v256h256v-256h-256zM563.2 563.2h460.8v460.8h-460.8v-460.8zM665.6 665.6v256h256v-256h-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "view-tile" + ], + "grid": 20 + }, + { + "id": 284, + "paths": [ + "M358.4 358.4h-204.8v307.2h204.8l256 256v-819.2l-256 256zM795.648 693.248l-72.704-72.704c27.756-27.789 44.921-66.162 44.921-108.544s-17.165-80.755-44.922-108.546l0.002 0.002 72.704-72.704c46.713 46.235 75.639 110.363 75.639 181.248s-28.926 135.013-75.617 181.227l-0.021 0.021z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-down" + ], + "grid": 20 + }, + { + "id": 285, + "paths": [ + "M460.8 358.4h-204.8v307.2h204.8l256 256v-819.2l-256 256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-mute" + ], + "grid": 20 + }, + { + "id": 286, + "paths": [ + "M768 439.808l-108.544-109.056-72.704 72.704 109.568 108.544-109.056 108.544 72.704 72.704 108.032-109.568 108.544 109.056 72.704-72.704-109.568-108.032 109.056-108.544-72.704-72.704-108.032 109.568zM204.8 358.4h-204.8v307.2h204.8l256 256v-819.2l-256 256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-off" + ], + "grid": 20 + }, + { + "id": 287, + "paths": [ + "M256 358.4h-204.8v307.2h204.8l256 256v-819.2l-256 256zM837.632 837.632l-72.192-72.192c65.114-64.745 105.412-154.386 105.412-253.44s-40.299-188.695-105.396-253.424l-0.016-0.016 72.192-72.192c83.639 83.197 135.401 198.37 135.401 325.632s-51.762 242.434-135.381 325.612l-0.020 0.020zM693.248 693.248l-72.704-72.704c27.756-27.789 44.921-66.162 44.921-108.544s-17.165-80.755-44.922-108.546l0.002 0.002 72.704-72.704c46.713 46.235 75.639 110.363 75.639 181.248s-28.926 135.013-75.617 181.227l-0.021 0.021z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-up" + ], + "grid": 20 + }, + { + "id": 288, + "paths": [ + "M0 204.8c0-56.32 46.080-102.4 102.4-102.4h768c28.277 0 51.2 22.923 51.2 51.2v0 51.2h-819.2v51.2h870.4c28.277 0 51.2 22.923 51.2 51.2v0 512c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-614.4zM844.8 665.6c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8v0c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wallet" + ], + "grid": 20 + }, + { + "id": 289, + "paths": [ + "M563.2 460.8h102.4v102.4h-204.8v-204.8h102.4v102.4zM265.216 772.096c-69.206-65.322-112.289-157.677-112.289-260.096s43.083-194.775 112.115-259.934l0.174-0.162 41.984-251.904h409.6l41.984 251.904c69.206 65.322 112.289 157.677 112.289 260.096s-43.083 194.775-112.115 259.934l-0.174 0.162-41.984 251.904h-409.6l-41.984-251.904zM512 768c141.385 0 256-114.615 256-256s-114.615-256-256-256v0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "watch" + ], + "grid": 20 + }, + { + "id": 290, + "paths": [ + "M0 153.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM102.4 256v614.4h819.2v-614.4h-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "window" + ], + "grid": 20 + }, + { + "id": 291, + "paths": [ + "M460.8 512v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4zM0 153.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM102.4 256v614.4h819.2v-614.4h-819.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "window-new" + ], + "grid": 20 + }, + { + "id": 292, + "paths": [ + "M0 153.6c0-56.32 46.080-102.4 102.4-102.4h819.2c56.554 0 102.4 45.846 102.4 102.4v0 716.8c0 56.554-45.846 102.4-102.4 102.4v0h-819.2c-56.554 0-102.4-45.846-102.4-102.4v0-716.8zM102.4 256v614.4h819.2v-614.4h-819.2zM512 409.6l204.8 256h-409.6l204.8-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "window-open" + ], + "grid": 20 + }, + { + "id": 293, + "paths": [ + "M331.264 501.76c-24.808 8.813-53.422 13.906-83.224 13.906-141.385 0-256-114.615-256-256 0-34.145 6.685-66.729 18.817-96.513l-0.617 1.712 202.24 202.24 144.384-144.896-201.728-201.216c27.753-11.229 59.941-17.745 93.651-17.745 141.385 0 256 114.615 256 256 0 37.563-8.090 73.236-22.623 105.372l0.652-1.611 512 512-144.896 144.896-518.656-518.144z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wrench" + ], + "grid": 20 + }, + { + "id": 294, + "paths": [ + "M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512v0c282.77 0 512 229.23 512 512s-229.23 512-512 512v0zM512 102.4c-226.216 0-409.6 183.384-409.6 409.6s183.384 409.6 409.6 409.6v0c-113.108 0-204.8-91.692-204.8-204.8s91.692-204.8 204.8-204.8v0c113.108 0 204.8-91.692 204.8-204.8s-91.692-204.8-204.8-204.8v0zM512 768c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0zM512 358.4c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "yin-yang" + ], + "grid": 20 + }, + { + "id": 295, + "paths": [ + "M660.48 733.184c-68.622 53.712-156.164 86.131-251.277 86.131-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6 0 95.113-32.419 182.654-86.809 252.177l0.678-0.9 273.92 272.896-72.704 72.704-272.896-273.408zM409.6 716.8c169.662 0 307.2-137.538 307.2-307.2s-137.538-307.2-307.2-307.2v0c-169.662 0-307.2 137.538-307.2 307.2s137.538 307.2 307.2 307.2v0zM358.4 358.4v-102.4h102.4v102.4h102.4v102.4h-102.4v102.4h-102.4v-102.4h-102.4v-102.4h102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "zoom-in" + ], + "grid": 20 + }, + { + "id": 296, + "paths": [ + "M660.48 733.184c-68.622 53.712-156.164 86.131-251.277 86.131-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6 0 95.113-32.419 182.654-86.809 252.177l0.678-0.9 273.92 272.896-72.704 72.704-272.896-273.408zM409.6 716.8c169.662 0 307.2-137.538 307.2-307.2s-137.538-307.2-307.2-307.2v0c-169.662 0-307.2 137.538-307.2 307.2s137.538 307.2 307.2 307.2v0zM256 358.4h307.2v102.4h-307.2v-102.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "zoom-out" + ], + "grid": 20 + } + ], + "colorThemes": [], + "colorThemeIdx": 0 + }, + { + "selection": [], + "id": 4, + "metadata": { + "name": "Untitled Set" + }, + "height": 1024, + "prevSize": 32, + "icons": [], + "colorThemes": [] + }, + { + "selection": [ + { + "name": "TotK_Bubbulfrog", + "id": 0, + "order": 158, + "prevSize": 28, + "code": 61545, + "tempChar": "" + }, + { + "name": "plus", + "id": 1, + "order": 0 + }, + { + "name": "question", + "id": 2, + "order": 0 + }, + { + "name": "minus", + "id": 3, + "order": 0 + }, + { + "name": "glass", + "id": 4, + "order": 0 + }, + { + "name": "music", + "id": 5, + "order": 0 + }, + { + "name": "search", + "id": 6, + "order": 0 + }, + { + "name": "envelope-o", + "id": 7, + "order": 0 + }, + { + "name": "heart", + "id": 8, + "order": 0 + }, + { + "name": "star", + "id": 9, + "order": 0 + }, + { + "name": "star-o", + "id": 10, + "order": 0 + }, + { + "name": "user", + "id": 11, + "order": 0 + }, + { + "name": "film", + "id": 12, + "order": 0 + }, + { + "name": "th-large", + "id": 13, + "order": 0 + }, + { + "name": "th", + "id": 14, + "order": 0 + }, + { + "name": "th-list", + "id": 15, + "order": 0 + }, + { + "name": "check", + "id": 16, + "order": 0 + }, + { + "name": "close, remove, times", + "id": 17, + "order": 0 + }, + { + "name": "search-plus", + "id": 18, + "order": 0 + }, + { + "name": "search-minus", + "id": 19, + "order": 0 + }, + { + "name": "power-off", + "id": 20, + "order": 0 + }, + { + "name": "signal", + "id": 21, + "order": 0 + }, + { + "name": "cog, gear", + "id": 22, + "order": 0 + }, + { + "name": "trash-o", + "id": 23, + "order": 0 + }, + { + "name": "home", + "id": 24, + "order": 0 + }, + { + "name": "file-o", + "id": 25, + "order": 0 + }, + { + "name": "clock-o", + "id": 26, + "order": 0 + }, + { + "name": "road", + "id": 27, + "order": 0 + }, + { + "name": "download", + "id": 28, + "order": 0 + }, + { + "name": "arrow-circle-o-down", + "id": 29, + "order": 0 + }, + { + "name": "arrow-circle-o-up", + "id": 30, + "order": 0 + }, + { + "name": "inbox", + "id": 31, + "order": 0 + }, + { + "name": "play-circle-o", + "id": 32, + "order": 0 + }, + { + "name": "repeat, rotate-right", + "id": 33, + "order": 0 + }, + { + "name": "refresh", + "id": 34, + "order": 0 + }, + { + "name": "list-alt", + "id": 35, + "order": 0 + }, + { + "name": "lock", + "id": 36, + "order": 0 + }, + { + "name": "flag", + "id": 37, + "order": 0 + }, + { + "name": "headphones", + "id": 38, + "order": 0 + }, + { + "name": "volume-off", + "id": 39, + "order": 0 + }, + { + "name": "volume-down", + "id": 40, + "order": 0 + }, + { + "name": "volume-up", + "id": 41, + "order": 0 + }, + { + "name": "qrcode", + "id": 42, + "order": 0 + }, + { + "name": "barcode", + "id": 43, + "order": 0 + }, + { + "name": "tag", + "id": 44, + "order": 0 + }, + { + "name": "tags", + "id": 45, + "order": 0 + }, + { + "name": "book", + "id": 46, + "order": 0 + }, + { + "name": "bookmark", + "id": 47, + "order": 0 + }, + { + "name": "print", + "id": 48, + "order": 0 + }, + { + "name": "camera", + "id": 49, + "order": 0 + }, + { + "name": "font", + "id": 50, + "order": 0 + }, + { + "name": "bold", + "id": 51, + "order": 0 + }, + { + "name": "italic", + "id": 52, + "order": 0 + }, + { + "name": "text-height", + "id": 53, + "order": 0 + }, + { + "name": "text-width", + "id": 54, + "order": 0 + }, + { + "name": "align-left", + "id": 55, + "order": 0 + }, + { + "name": "align-center", + "id": 56, + "order": 0 + }, + { + "name": "align-right", + "id": 57, + "order": 0 + }, + { + "name": "align-justify", + "id": 58, + "order": 0 + }, + { + "name": "list", + "id": 59, + "order": 0 + }, + { + "name": "dedent, outdent", + "id": 60, + "order": 0 + }, + { + "name": "indent", + "id": 61, + "order": 0 + }, + { + "name": "video-camera", + "id": 62, + "order": 0 + }, + { + "name": "image, photo, picture-o", + "id": 63, + "order": 0 + }, + { + "name": "pencil", + "id": 64, + "order": 0 + }, + { + "name": "map-marker", + "id": 65, + "order": 0 + }, + { + "name": "adjust", + "id": 66, + "order": 0 + }, + { + "name": "tint", + "id": 67, + "order": 0 + }, + { + "name": "edit, pencil-square-o", + "id": 68, + "order": 0 + }, + { + "name": "share-square-o", + "id": 69, + "order": 0 + }, + { + "name": "check-square-o", + "id": 70, + "order": 0 + }, + { + "name": "arrows", + "id": 71, + "order": 0 + }, + { + "name": "step-backward", + "id": 72, + "order": 0 + }, + { + "name": "fast-backward", + "id": 73, + "order": 0 + }, + { + "name": "backward", + "id": 74, + "order": 0 + }, + { + "name": "play", + "id": 75, + "order": 0 + }, + { + "name": "pause", + "id": 76, + "order": 0 + }, + { + "name": "stop", + "id": 77, + "order": 0 + }, + { + "name": "forward", + "id": 78, + "order": 0 + }, + { + "name": "fast-forward", + "id": 79, + "order": 0 + }, + { + "name": "step-forward", + "id": 80, + "order": 0 + }, + { + "name": "eject", + "id": 81, + "order": 0 + }, + { + "name": "chevron-left", + "id": 82, + "order": 0 + }, + { + "name": "chevron-right", + "id": 83, + "order": 0 + }, + { + "name": "plus-circle", + "id": 84, + "order": 0 + }, + { + "name": "minus-circle", + "id": 85, + "order": 0 + }, + { + "name": "times-circle", + "id": 86, + "order": 0 + }, + { + "name": "check-circle", + "id": 87, + "order": 0 + }, + { + "name": "question-circle", + "id": 88, + "order": 0 + }, + { + "name": "info-circle", + "id": 89, + "order": 0 + }, + { + "name": "crosshairs", + "id": 90, + "order": 0 + }, + { + "name": "times-circle-o", + "id": 91, + "order": 0 + }, + { + "name": "check-circle-o", + "id": 92, + "order": 0 + }, + { + "name": "ban", + "id": 93, + "order": 0 + }, + { + "name": "arrow-left", + "id": 94, + "order": 0 + }, + { + "name": "arrow-right", + "id": 95, + "order": 0 + }, + { + "name": "arrow-up", + "id": 96, + "order": 0 + }, + { + "name": "arrow-down", + "id": 97, + "order": 0 + }, + { + "name": "mail-forward, share", + "id": 98, + "order": 0 + }, + { + "name": "expand", + "id": 99, + "order": 0 + }, + { + "name": "compress", + "id": 100, + "order": 0 + }, + { + "name": "exclamation-circle", + "id": 101, + "order": 0 + }, + { + "name": "gift", + "id": 102, + "order": 0 + }, + { + "name": "leaf", + "id": 103, + "order": 0 + }, + { + "name": "fire", + "id": 104, + "order": 0 + }, + { + "name": "eye", + "id": 105, + "order": 0 + }, + { + "name": "eye-slash", + "id": 106, + "order": 0 + }, + { + "name": "exclamation-triangle, warning", + "id": 107, + "order": 0 + }, + { + "name": "plane", + "id": 108, + "order": 0 + }, + { + "name": "calendar", + "id": 109, + "order": 0 + }, + { + "name": "random", + "id": 110, + "order": 0 + }, + { + "name": "comment", + "id": 111, + "order": 0 + }, + { + "name": "magnet", + "id": 112, + "order": 0 + }, + { + "name": "chevron-up", + "id": 113, + "order": 0 + }, + { + "name": "chevron-down", + "id": 114, + "order": 0 + }, + { + "name": "retweet", + "id": 115, + "order": 0 + }, + { + "name": "shopping-cart", + "id": 116, + "order": 0 + }, + { + "name": "folder", + "id": 117, + "order": 0 + }, + { + "name": "folder-open", + "id": 118, + "order": 0 + }, + { + "name": "arrows-v", + "id": 119, + "order": 0 + }, + { + "name": "arrows-h", + "id": 120, + "order": 0 + }, + { + "name": "bar-chart, bar-chart-o", + "id": 121, + "order": 0 + }, + { + "name": "twitter-square", + "id": 122, + "order": 0 + }, + { + "name": "facebook-square", + "id": 123, + "order": 0 + }, + { + "name": "camera-retro", + "id": 124, + "order": 0 + }, + { + "name": "key", + "id": 125, + "order": 0 + }, + { + "name": "cogs, gears", + "id": 126, + "order": 0 + }, + { + "name": "comments", + "id": 127, + "order": 0 + }, + { + "name": "thumbs-o-up", + "id": 128, + "order": 0 + }, + { + "name": "thumbs-o-down", + "id": 129, + "order": 0 + }, + { + "name": "star-half", + "id": 130, + "order": 0 + }, + { + "name": "heart-o", + "id": 131, + "order": 0 + }, + { + "name": "sign-out", + "id": 132, + "order": 0 + }, + { + "name": "linkedin-square", + "id": 133, + "order": 0 + }, + { + "name": "thumb-tack", + "id": 134, + "order": 0 + }, + { + "name": "external-link", + "id": 135, + "order": 0 + }, + { + "name": "sign-in", + "id": 136, + "order": 0 + }, + { + "name": "trophy", + "id": 137, + "order": 0 + }, + { + "name": "github-square", + "id": 138, + "order": 0 + }, + { + "name": "upload", + "id": 139, + "order": 0 + }, + { + "name": "lemon-o", + "id": 140, + "order": 0 + }, + { + "name": "phone", + "id": 141, + "order": 0 + }, + { + "name": "square-o", + "id": 142, + "order": 0 + }, + { + "name": "bookmark-o", + "id": 143, + "order": 0 + }, + { + "name": "phone-square", + "id": 144, + "order": 0 + }, + { + "name": "twitter", + "id": 145, + "order": 0 + }, + { + "name": "facebook, facebook-f", + "id": 146, + "order": 0 + }, + { + "name": "github", + "id": 147, + "order": 0 + }, + { + "name": "unlock", + "id": 148, + "order": 0 + }, + { + "name": "credit-card", + "id": 149, + "order": 0 + }, + { + "name": "feed, rss", + "id": 150, + "order": 0 + }, + { + "name": "hdd-o", + "id": 151, + "order": 0 + }, + { + "name": "bullhorn", + "id": 152, + "order": 0 + }, + { + "name": "bell-o", + "id": 153, + "order": 0 + }, + { + "name": "certificate", + "id": 154, + "order": 0 + }, + { + "name": "hand-o-right", + "id": 155, + "order": 0 + }, + { + "name": "hand-o-left", + "id": 156, + "order": 0 + }, + { + "name": "hand-o-up", + "id": 157, + "order": 0 + }, + { + "name": "hand-o-down", + "id": 158, + "order": 0 + }, + { + "name": "arrow-circle-left", + "id": 159, + "order": 0 + }, + { + "name": "arrow-circle-right", + "id": 160, + "order": 0 + }, + { + "name": "arrow-circle-up", + "id": 161, + "order": 0 + }, + { + "name": "arrow-circle-down", + "id": 162, + "order": 0 + }, + { + "name": "globe", + "id": 163, + "order": 0 + }, + { + "name": "wrench", + "id": 164, + "order": 0 + }, + { + "name": "tasks", + "id": 165, + "order": 0 + }, + { + "name": "filter", + "id": 166, + "order": 0 + }, + { + "name": "briefcase", + "id": 167, + "order": 0 + }, + { + "name": "arrows-alt", + "id": 168, + "order": 0 + }, + { + "name": "group, users", + "id": 169, + "order": 0 + }, + { + "name": "chain, link", + "id": 170, + "order": 0 + }, + { + "name": "cloud", + "id": 171, + "order": 0 + }, + { + "name": "flask", + "id": 172, + "order": 0 + }, + { + "name": "cut, scissors", + "id": 173, + "order": 0 + }, + { + "name": "copy, files-o", + "id": 174, + "order": 0 + }, + { + "name": "paperclip", + "id": 175, + "order": 0 + }, + { + "name": "floppy-o, save", + "id": 176, + "order": 0 + }, + { + "name": "square", + "id": 177, + "order": 0 + }, + { + "name": "bars, navicon, reorder", + "id": 178, + "order": 0 + }, + { + "name": "list-ul", + "id": 179, + "order": 0 + }, + { + "name": "list-ol", + "id": 180, + "order": 0 + }, + { + "name": "strikethrough", + "id": 181, + "order": 0 + }, + { + "name": "underline", + "id": 182, + "order": 0 + }, + { + "name": "table", + "id": 183, + "order": 0 + }, + { + "name": "magic", + "id": 184, + "order": 0 + }, + { + "name": "truck", + "id": 185, + "order": 0 + }, + { + "name": "pinterest", + "id": 186, + "order": 0 + }, + { + "name": "pinterest-square", + "id": 187, + "order": 0 + }, + { + "name": "google-plus-square", + "id": 188, + "order": 0 + }, + { + "name": "google-plus", + "id": 189, + "order": 0 + }, + { + "name": "money", + "id": 190, + "order": 0 + }, + { + "name": "caret-down", + "id": 191, + "order": 0 + }, + { + "name": "caret-up", + "id": 192, + "order": 0 + }, + { + "name": "caret-left", + "id": 193, + "order": 0 + }, + { + "name": "caret-right", + "id": 194, + "order": 0 + }, + { + "name": "columns", + "id": 195, + "order": 0 + }, + { + "name": "sort, unsorted", + "id": 196, + "order": 0 + }, + { + "name": "sort-desc, sort-down", + "id": 197, + "order": 0 + }, + { + "name": "sort-asc, sort-up", + "id": 198, + "order": 0 + }, + { + "name": "envelope", + "id": 199, + "order": 0 + }, + { + "name": "linkedin", + "id": 200, + "order": 0 + }, + { + "name": "rotate-left, undo", + "id": 201, + "order": 0 + }, + { + "name": "gavel, legal", + "id": 202, + "order": 0 + }, + { + "name": "dashboard, tachometer", + "id": 203, + "order": 0 + }, + { + "name": "comment-o", + "id": 204, + "order": 0 + }, + { + "name": "comments-o", + "id": 205, + "order": 0 + }, + { + "name": "bolt, flash", + "id": 206, + "order": 0 + }, + { + "name": "sitemap", + "id": 207, + "order": 0 + }, + { + "name": "umbrella", + "id": 208, + "order": 0 + }, + { + "name": "clipboard, paste", + "id": 209, + "order": 0 + }, + { + "name": "lightbulb-o", + "id": 210, + "order": 0 + }, + { + "name": "exchange", + "id": 211, + "order": 0 + }, + { + "name": "cloud-download", + "id": 212, + "order": 0 + }, + { + "name": "cloud-upload", + "id": 213, + "order": 0 + }, + { + "name": "user-md", + "id": 214, + "order": 0 + }, + { + "name": "stethoscope", + "id": 215, + "order": 0 + }, + { + "name": "suitcase", + "id": 216, + "order": 0 + }, + { + "name": "bell", + "id": 217, + "order": 0 + }, + { + "name": "coffee", + "id": 218, + "order": 0 + }, + { + "name": "cutlery", + "id": 219, + "order": 0 + }, + { + "name": "file-text-o", + "id": 220, + "order": 0 + }, + { + "name": "building-o", + "id": 221, + "order": 0 + }, + { + "name": "hospital-o", + "id": 222, + "order": 0 + }, + { + "name": "ambulance", + "id": 223, + "order": 0 + }, + { + "name": "medkit", + "id": 224, + "order": 0 + }, + { + "name": "fighter-jet", + "id": 225, + "order": 0 + }, + { + "name": "beer", + "id": 226, + "order": 0 + }, + { + "name": "h-square", + "id": 227, + "order": 0 + }, + { + "name": "plus-square", + "id": 228, + "order": 0 + }, + { + "name": "angle-double-left", + "id": 229, + "order": 0 + }, + { + "name": "angle-double-right", + "id": 230, + "order": 0 + }, + { + "name": "angle-double-up", + "id": 231, + "order": 0 + }, + { + "name": "angle-double-down", + "id": 232, + "order": 0 + }, + { + "name": "angle-left", + "id": 233, + "order": 0 + }, + { + "name": "angle-right", + "id": 234, + "order": 0 + }, + { + "name": "angle-up", + "id": 235, + "order": 0 + }, + { + "name": "angle-down", + "id": 236, + "order": 0 + }, + { + "name": "desktop", + "id": 237, + "order": 0 + }, + { + "name": "laptop", + "id": 238, + "order": 0 + }, + { + "name": "tablet", + "id": 239, + "order": 0 + }, + { + "name": "mobile, mobile-phone", + "id": 240, + "order": 0 + }, + { + "name": "TotK_Sages-Will", + "id": 241, + "order": 0, + "prevSize": 28, + "code": 61708, + "tempChar": "" + }, + { + "name": "quote-left", + "id": 242, + "order": 0 + }, + { + "name": "quote-right", + "id": 243, + "order": 0 + }, + { + "name": "spinner", + "id": 244, + "order": 0 + }, + { + "name": "TotK_Sages-Will", + "id": 245, + "order": 160, + "prevSize": 28, + "code": 61713, + "tempChar": "" + }, + { + "name": "mail-reply, reply", + "id": 246, + "order": 0 + }, + { + "name": "github-alt", + "id": 247, + "order": 0 + }, + { + "name": "folder-o", + "id": 248, + "order": 0 + }, + { + "name": "folder-open-o", + "id": 249, + "order": 0 + }, + { + "name": "smile-o", + "id": 250, + "order": 0 + }, + { + "name": "frown-o", + "id": 251, + "order": 0 + }, + { + "name": "meh-o", + "id": 252, + "order": 0 + }, + { + "name": "gamepad", + "id": 253, + "order": 0 + }, + { + "name": "keyboard-o", + "id": 254, + "order": 0 + }, + { + "name": "flag-o", + "id": 255, + "order": 0 + }, + { + "name": "flag-checkered", + "id": 256, + "order": 0 + }, + { + "name": "terminal", + "id": 257, + "order": 0 + }, + { + "name": "code", + "id": 258, + "order": 0 + }, + { + "name": "mail-reply-all, reply-all", + "id": 259, + "order": 0 + }, + { + "name": "star-half-empty, star-half-full, star-half-o", + "id": 260, + "order": 0 + }, + { + "name": "location-arrow", + "id": 261, + "order": 0 + }, + { + "name": "crop", + "id": 262, + "order": 0 + }, + { + "name": "code-fork", + "id": 263, + "order": 0 + }, + { + "name": "chain-broken, unlink", + "id": 264, + "order": 0 + }, + { + "name": "info", + "id": 265, + "order": 0 + }, + { + "name": "exclamation", + "id": 266, + "order": 0 + }, + { + "name": "superscript", + "id": 267, + "order": 0 + }, + { + "name": "subscript", + "id": 268, + "order": 0 + }, + { + "name": "eraser", + "id": 269, + "order": 0 + }, + { + "name": "puzzle-piece", + "id": 270, + "order": 0 + }, + { + "name": "microphone", + "id": 271, + "order": 0 + }, + { + "name": "microphone-slash", + "id": 272, + "order": 0 + }, + { + "name": "shield", + "id": 273, + "order": 0 + }, + { + "name": "calendar-o", + "id": 274, + "order": 0 + }, + { + "name": "fire-extinguisher", + "id": 275, + "order": 0 + }, + { + "name": "rocket", + "id": 276, + "order": 0 + }, + { + "name": "maxcdn", + "id": 277, + "order": 0 + }, + { + "name": "chevron-circle-left", + "id": 278, + "order": 0 + }, + { + "name": "chevron-circle-right", + "id": 279, + "order": 0 + }, + { + "name": "chevron-circle-up", + "id": 280, + "order": 0 + }, + { + "name": "chevron-circle-down", + "id": 281, + "order": 0 + }, + { + "name": "html5", + "id": 282, + "order": 0 + }, + { + "name": "css3", + "id": 283, + "order": 0 + }, + { + "name": "anchor", + "id": 284, + "order": 0 + }, + { + "name": "unlock-alt", + "id": 285, + "order": 0 + }, + { + "name": "bullseye", + "id": 286, + "order": 0 + }, + { + "name": "ellipsis-h", + "id": 287, + "order": 0 + }, + { + "name": "ellipsis-v", + "id": 288, + "order": 0 + }, + { + "name": "rss-square", + "id": 289, + "order": 0 + }, + { + "name": "play-circle", + "id": 290, + "order": 0 + }, + { + "name": "ticket", + "id": 291, + "order": 0 + }, + { + "name": "minus-square", + "id": 292, + "order": 0 + }, + { + "name": "minus-square-o", + "id": 293, + "order": 0 + }, + { + "name": "level-up", + "id": 294, + "order": 0 + }, + { + "name": "level-down", + "id": 295, + "order": 0 + }, + { + "name": "check-square", + "id": 296, + "order": 0 + }, + { + "name": "pencil-square", + "id": 297, + "order": 0 + }, + { + "name": "external-link-square", + "id": 298, + "order": 0 + }, + { + "name": "share-square", + "id": 299, + "order": 0 + }, + { + "name": "compass", + "id": 300, + "order": 0 + }, + { + "name": "caret-square-o-down, toggle-down", + "id": 301, + "order": 0 + }, + { + "name": "caret-square-o-up, toggle-up", + "id": 302, + "order": 0 + }, + { + "name": "caret-square-o-right, toggle-right", + "id": 303, + "order": 0 + }, + { + "name": "eur, euro", + "id": 304, + "order": 0 + }, + { + "name": "gbp", + "id": 305, + "order": 0 + }, + { + "name": "dollar, usd", + "id": 306, + "order": 0 + }, + { + "name": "inr, rupee", + "id": 307, + "order": 0 + }, + { + "name": "cny, jpy, rmb, yen", + "id": 308, + "order": 0 + }, + { + "name": "rouble, rub, ruble", + "id": 309, + "order": 0 + }, + { + "name": "krw, won", + "id": 310, + "order": 0 + }, + { + "name": "bitcoin, btc", + "id": 311, + "order": 0 + }, + { + "name": "file", + "id": 312, + "order": 0 + }, + { + "name": "file-text", + "id": 313, + "order": 0 + }, + { + "name": "sort-alpha-asc", + "id": 314, + "order": 0 + }, + { + "name": "sort-alpha-desc", + "id": 315, + "order": 0 + }, + { + "name": "sort-amount-asc", + "id": 316, + "order": 0 + }, + { + "name": "sort-amount-desc", + "id": 317, + "order": 0 + }, + { + "name": "sort-numeric-asc", + "id": 318, + "order": 0 + }, + { + "name": "sort-numeric-desc", + "id": 319, + "order": 0 + }, + { + "name": "thumbs-up", + "id": 320, + "order": 0 + }, + { + "name": "thumbs-down", + "id": 321, + "order": 0 + }, + { + "name": "youtube-square", + "id": 322, + "order": 0 + }, + { + "name": "youtube", + "id": 323, + "order": 0 + }, + { + "name": "xing", + "id": 324, + "order": 0 + }, + { + "name": "xing-square", + "id": 325, + "order": 0 + }, + { + "name": "youtube-play", + "id": 326, + "order": 0 + }, + { + "name": "dropbox", + "id": 327, + "order": 0 + }, + { + "name": "stack-overflow", + "id": 328, + "order": 0 + }, + { + "name": "instagram", + "id": 329, + "order": 0 + }, + { + "name": "flickr", + "id": 330, + "order": 0 + }, + { + "name": "adn", + "id": 331, + "order": 0 + }, + { + "name": "bitbucket", + "id": 332, + "order": 0 + }, + { + "name": "bitbucket-square", + "id": 333, + "order": 0 + }, + { + "name": "tumblr", + "id": 334, + "order": 0 + }, + { + "name": "tumblr-square", + "id": 335, + "order": 0 + }, + { + "name": "long-arrow-down", + "id": 336, + "order": 0 + }, + { + "name": "long-arrow-up", + "id": 337, + "order": 0 + }, + { + "name": "long-arrow-left", + "id": 338, + "order": 0 + }, + { + "name": "long-arrow-right", + "id": 339, + "order": 0 + }, + { + "name": "apple", + "id": 340, + "order": 0 + }, + { + "name": "windows", + "id": 341, + "order": 0 + }, + { + "name": "android", + "id": 342, + "order": 0 + }, + { + "name": "linux", + "id": 343, + "order": 0 + }, + { + "name": "dribbble", + "id": 344, + "order": 0 + }, + { + "name": "skype", + "id": 345, + "order": 0 + }, + { + "name": "foursquare", + "id": 346, + "order": 0 + }, + { + "name": "trello", + "id": 347, + "order": 0 + }, + { + "name": "female", + "id": 348, + "order": 0 + }, + { + "name": "male", + "id": 349, + "order": 0 + }, + { + "name": "gittip, gratipay", + "id": 350, + "order": 0 + }, + { + "name": "sun-o", + "id": 351, + "order": 0 + }, + { + "name": "moon-o", + "id": 352, + "order": 0 + }, + { + "name": "archive", + "id": 353, + "order": 0 + }, + { + "name": "bug", + "id": 354, + "order": 0 + }, + { + "name": "vk", + "id": 355, + "order": 0 + }, + { + "name": "weibo", + "id": 356, + "order": 0 + }, + { + "name": "renren", + "id": 357, + "order": 0 + }, + { + "name": "pagelines", + "id": 358, + "order": 0 + }, + { + "name": "stack-exchange", + "id": 359, + "order": 0 + }, + { + "name": "arrow-circle-o-right", + "id": 360, + "order": 0 + }, + { + "name": "arrow-circle-o-left", + "id": 361, + "order": 0 + }, + { + "name": "caret-square-o-left, toggle-left", + "id": 362, + "order": 0 + }, + { + "name": "dot-circle-o", + "id": 363, + "order": 0 + }, + { + "name": "wheelchair", + "id": 364, + "order": 0 + }, + { + "name": "vimeo-square", + "id": 365, + "order": 0 + }, + { + "name": "try, turkish-lira", + "id": 366, + "order": 0 + }, + { + "name": "plus-square-o", + "id": 367, + "order": 0 + }, + { + "name": "space-shuttle", + "id": 368, + "order": 0 + }, + { + "name": "slack", + "id": 369, + "order": 0 + }, + { + "name": "envelope-square", + "id": 370, + "order": 0 + }, + { + "name": "wordpress", + "id": 371, + "order": 0 + }, + { + "name": "openid", + "id": 372, + "order": 0 + }, + { + "name": "bank, institution, university", + "id": 373, + "order": 0 + }, + { + "name": "graduation-cap, mortar-board", + "id": 374, + "order": 0 + }, + { + "name": "yahoo", + "id": 375, + "order": 0 + }, + { + "name": "google", + "id": 376, + "order": 0 + }, + { + "name": "reddit", + "id": 377, + "order": 0 + }, + { + "name": "reddit-square", + "id": 378, + "order": 0 + }, + { + "name": "stumbleupon-circle", + "id": 379, + "order": 0 + }, + { + "name": "stumbleupon", + "id": 380, + "order": 0 + }, + { + "name": "delicious", + "id": 381, + "order": 0 + }, + { + "name": "digg", + "id": 382, + "order": 0 + }, + { + "name": "pied-piper-pp", + "id": 383, + "order": 0 + }, + { + "name": "pied-piper-alt", + "id": 384, + "order": 0 + }, + { + "name": "drupal", + "id": 385, + "order": 0 + }, + { + "name": "joomla", + "id": 386, + "order": 0 + }, + { + "name": "language", + "id": 387, + "order": 0 + }, + { + "name": "fax", + "id": 388, + "order": 0 + }, + { + "name": "building", + "id": 389, + "order": 0 + }, + { + "name": "child", + "id": 390, + "order": 0 + }, + { + "name": "paw", + "id": 391, + "order": 0 + }, + { + "name": "spoon", + "id": 392, + "order": 0 + }, + { + "name": "cube", + "id": 393, + "order": 0 + }, + { + "name": "cubes", + "id": 394, + "order": 0 + }, + { + "name": "behance", + "id": 395, + "order": 0 + }, + { + "name": "behance-square", + "id": 396, + "order": 0 + }, + { + "name": "steam", + "id": 397, + "order": 0 + }, + { + "name": "steam-square", + "id": 398, + "order": 0 + }, + { + "name": "recycle", + "id": 399, + "order": 0 + }, + { + "name": "automobile, car", + "id": 400, + "order": 0 + }, + { + "name": "cab, taxi", + "id": 401, + "order": 0 + }, + { + "name": "TotK_Lightroot", + "id": 402, + "order": 151, + "prevSize": 28, + "code": 61883, + "tempChar": "" + }, + { + "name": "spotify", + "id": 403, + "order": 0 + }, + { + "name": "deviantart", + "id": 404, + "order": 0 + }, + { + "name": "soundcloud", + "id": 405, + "order": 0 + }, + { + "name": "database", + "id": 406, + "order": 0 + }, + { + "name": "file-pdf-o", + "id": 407, + "order": 0 + }, + { + "name": "file-word-o", + "id": 408, + "order": 0 + }, + { + "name": "file-excel-o", + "id": 409, + "order": 0 + }, + { + "name": "file-powerpoint-o", + "id": 410, + "order": 0 + }, + { + "name": "file-image-o, file-photo-o, file-picture-o", + "id": 411, + "order": 0 + }, + { + "name": "file-archive-o, file-zip-o", + "id": 412, + "order": 0 + }, + { + "name": "file-audio-o, file-sound-o", + "id": 413, + "order": 0 + }, + { + "name": "file-movie-o, file-video-o", + "id": 414, + "order": 0 + }, + { + "name": "file-code-o", + "id": 415, + "order": 0 + }, + { + "name": "vine", + "id": 416, + "order": 0 + }, + { + "name": "codepen", + "id": 417, + "order": 0 + }, + { + "name": "jsfiddle", + "id": 418, + "order": 0 + }, + { + "name": "life-bouy, life-buoy, life-ring, life-saver, support", + "id": 419, + "order": 0 + }, + { + "name": "circle-o-notch", + "id": 420, + "order": 0 + }, + { + "name": "ra, rebel, resistance", + "id": 421, + "order": 0 + }, + { + "name": "empire, ge", + "id": 422, + "order": 0 + }, + { + "name": "git-square", + "id": 423, + "order": 0 + }, + { + "name": "git", + "id": 424, + "order": 0 + }, + { + "name": "hacker-news, y-combinator-square, yc-square", + "id": 425, + "order": 0 + }, + { + "name": "tencent-weibo", + "id": 426, + "order": 0 + }, + { + "name": "qq", + "id": 427, + "order": 0 + }, + { + "name": "wechat, weixin", + "id": 428, + "order": 0 + }, + { + "name": "paper-plane, send", + "id": 429, + "order": 0 + }, + { + "name": "paper-plane-o, send-o", + "id": 430, + "order": 0 + }, + { + "name": "history", + "id": 431, + "order": 0 + }, + { + "name": "circle-thin", + "id": 432, + "order": 0 + }, + { + "name": "header", + "id": 433, + "order": 0 + }, + { + "name": "paragraph", + "id": 434, + "order": 0 + }, + { + "name": "sliders", + "id": 435, + "order": 0 + }, + { + "name": "share-alt", + "id": 436, + "order": 0 + }, + { + "name": "share-alt-square", + "id": 437, + "order": 0 + }, + { + "name": "bomb", + "id": 438, + "order": 0 + }, + { + "name": "futbol-o, soccer-ball-o", + "id": 439, + "order": 0 + }, + { + "name": "tty", + "id": 440, + "order": 0 + }, + { + "name": "binoculars", + "id": 441, + "order": 0 + }, + { + "name": "plug", + "id": 442, + "order": 0 + }, + { + "name": "slideshare", + "id": 443, + "order": 0 + }, + { + "name": "twitch", + "id": 444, + "order": 0 + }, + { + "name": "yelp", + "id": 445, + "order": 0 + }, + { + "name": "newspaper-o", + "id": 446, + "order": 0 + }, + { + "name": "wifi", + "id": 447, + "order": 0 + }, + { + "name": "calculator", + "id": 448, + "order": 0 + }, + { + "name": "paypal", + "id": 449, + "order": 0 + }, + { + "name": "google-wallet", + "id": 450, + "order": 0 + }, + { + "name": "cc-visa", + "id": 451, + "order": 0 + }, + { + "name": "cc-mastercard", + "id": 452, + "order": 0 + }, + { + "name": "cc-discover", + "id": 453, + "order": 0 + }, + { + "name": "cc-amex", + "id": 454, + "order": 0 + }, + { + "name": "cc-paypal", + "id": 455, + "order": 0 + }, + { + "name": "cc-stripe", + "id": 456, + "order": 0 + }, + { + "name": "bell-slash", + "id": 457, + "order": 0 + }, + { + "name": "bell-slash-o", + "id": 458, + "order": 0 + }, + { + "name": "trash", + "id": 459, + "order": 0 + }, + { + "name": "copyright", + "id": 460, + "order": 0 + }, + { + "name": "at", + "id": 461, + "order": 0 + }, + { + "name": "eyedropper", + "id": 462, + "order": 0 + }, + { + "name": "paint-brush", + "id": 463, + "order": 0 + }, + { + "name": "birthday-cake", + "id": 464, + "order": 0 + }, + { + "name": "area-chart", + "id": 465, + "order": 0 + }, + { + "name": "pie-chart", + "id": 466, + "order": 0 + }, + { + "name": "line-chart", + "id": 467, + "order": 0 + }, + { + "name": "lastfm", + "id": 468, + "order": 0 + }, + { + "name": "lastfm-square", + "id": 469, + "order": 0 + }, + { + "name": "toggle-off", + "id": 470, + "order": 0 + }, + { + "name": "toggle-on", + "id": 471, + "order": 0 + }, + { + "name": "bicycle", + "id": 472, + "order": 0 + }, + { + "name": "bus", + "id": 473, + "order": 0 + }, + { + "name": "ioxhost", + "id": 474, + "order": 0 + }, + { + "name": "angellist", + "id": 475, + "order": 0 + }, + { + "name": "cc", + "id": 476, + "order": 0 + }, + { + "name": "ils, shekel, sheqel", + "id": 477, + "order": 0 + }, + { + "name": "meanpath", + "id": 478, + "order": 0 + }, + { + "name": "buysellads", + "id": 479, + "order": 0 + }, + { + "name": "connectdevelop", + "id": 480, + "order": 0 + }, + { + "name": "dashcube", + "id": 481, + "order": 0 + }, + { + "name": "forumbee", + "id": 482, + "order": 0 + }, + { + "name": "leanpub", + "id": 483, + "order": 0 + }, + { + "name": "sellsy", + "id": 484, + "order": 0 + }, + { + "name": "shirtsinbulk", + "id": 485, + "order": 0 + }, + { + "name": "simplybuilt", + "id": 486, + "order": 0 + }, + { + "name": "skyatlas", + "id": 487, + "order": 0 + }, + { + "name": "cart-plus", + "id": 488, + "order": 0 + }, + { + "name": "cart-arrow-down", + "id": 489, + "order": 0 + }, + { + "name": "diamond", + "id": 490, + "order": 0 + }, + { + "name": "ship", + "id": 491, + "order": 0 + }, + { + "name": "user-secret", + "id": 492, + "order": 0 + }, + { + "name": "motorcycle", + "id": 493, + "order": 0 + }, + { + "name": "street-view", + "id": 494, + "order": 0 + }, + { + "name": "heartbeat", + "id": 495, + "order": 0 + }, + { + "name": "venus", + "id": 496, + "order": 0 + }, + { + "name": "mars", + "id": 497, + "order": 0 + }, + { + "name": "mercury", + "id": 498, + "order": 0 + }, + { + "name": "intersex, transgender", + "id": 499, + "order": 0 + }, + { + "name": "transgender-alt", + "id": 500, + "order": 0 + }, + { + "name": "venus-double", + "id": 501, + "order": 0 + }, + { + "name": "mars-double", + "id": 502, + "order": 0 + }, + { + "name": "venus-mars", + "id": 503, + "order": 0 + }, + { + "name": "mars-stroke", + "id": 504, + "order": 0 + }, + { + "name": "mars-stroke-v", + "id": 505, + "order": 0 + }, + { + "name": "mars-stroke-h", + "id": 506, + "order": 0 + }, + { + "name": "neuter", + "id": 507, + "order": 0 + }, + { + "name": "genderless", + "id": 508, + "order": 0 + }, + { + "name": "facebook-official", + "id": 509, + "order": 0 + }, + { + "name": "pinterest-p", + "id": 510, + "order": 0 + }, + { + "name": "whatsapp", + "id": 511, + "order": 0 + }, + { + "name": "server", + "id": 512, + "order": 0 + }, + { + "name": "user-plus", + "id": 513, + "order": 0 + }, + { + "name": "user-times", + "id": 514, + "order": 0 + }, + { + "name": "bed, hotel", + "id": 515, + "order": 0 + }, + { + "name": "viacoin", + "id": 516, + "order": 0 + }, + { + "name": "train", + "id": 517, + "order": 0 + }, + { + "name": "subway", + "id": 518, + "order": 0 + }, + { + "name": "medium", + "id": 519, + "order": 0 + }, + { + "name": "y-combinator, yc", + "id": 520, + "order": 0 + }, + { + "name": "optin-monster", + "id": 521, + "order": 0 + }, + { + "name": "opencart", + "id": 522, + "order": 0 + }, + { + "name": "expeditedssl", + "id": 523, + "order": 0 + }, + { + "name": "battery, battery-4, battery-full", + "id": 524, + "order": 0 + }, + { + "name": "battery-3, battery-three-quarters", + "id": 525, + "order": 0 + }, + { + "name": "battery-2, battery-half", + "id": 526, + "order": 0 + }, + { + "name": "battery-1, battery-quarter", + "id": 527, + "order": 0 + }, + { + "name": "battery-0, battery-empty", + "id": 528, + "order": 0 + }, + { + "name": "mouse-pointer", + "id": 529, + "order": 0 + }, + { + "name": "i-cursor", + "id": 530, + "order": 0 + }, + { + "name": "object-group", + "id": 531, + "order": 0 + }, + { + "name": "object-ungroup", + "id": 532, + "order": 0 + }, + { + "name": "sticky-note", + "id": 533, + "order": 0 + }, + { + "name": "sticky-note-o", + "id": 534, + "order": 0 + }, + { + "name": "cc-jcb", + "id": 535, + "order": 0 + }, + { + "name": "cc-diners-club", + "id": 536, + "order": 0 + }, + { + "name": "clone", + "id": 537, + "order": 0 + }, + { + "name": "balance-scale", + "id": 538, + "order": 0 + }, + { + "name": "hourglass-o", + "id": 539, + "order": 0 + }, + { + "name": "hourglass-1, hourglass-start", + "id": 540, + "order": 0 + }, + { + "name": "hourglass-2, hourglass-half", + "id": 541, + "order": 0 + }, + { + "name": "hourglass-3, hourglass-end", + "id": 542, + "order": 0 + }, + { + "name": "hourglass", + "id": 543, + "order": 0 + }, + { + "name": "hand-grab-o, hand-rock-o", + "id": 544, + "order": 0 + }, + { + "name": "hand-paper-o, hand-stop-o", + "id": 545, + "order": 0 + }, + { + "name": "hand-scissors-o", + "id": 546, + "order": 0 + }, + { + "name": "hand-lizard-o", + "id": 547, + "order": 0 + }, + { + "name": "hand-spock-o", + "id": 548, + "order": 0 + }, + { + "name": "hand-pointer-o", + "id": 549, + "order": 0 + }, + { + "name": "hand-peace-o", + "id": 550, + "order": 0 + }, + { + "name": "trademark", + "id": 551, + "order": 0 + }, + { + "name": "registered", + "id": 552, + "order": 0 + }, + { + "name": "creative-commons", + "id": 553, + "order": 0 + }, + { + "name": "gg", + "id": 554, + "order": 0 + }, + { + "name": "gg-circle", + "id": 555, + "order": 0 + }, + { + "name": "tripadvisor", + "id": 556, + "order": 0 + }, + { + "name": "odnoklassniki", + "id": 557, + "order": 0 + }, + { + "name": "odnoklassniki-square", + "id": 558, + "order": 0 + }, + { + "name": "get-pocket", + "id": 559, + "order": 0 + }, + { + "name": "wikipedia-w", + "id": 560, + "order": 0 + }, + { + "name": "safari", + "id": 561, + "order": 0 + }, + { + "name": "chrome", + "id": 562, + "order": 0 + }, + { + "name": "firefox", + "id": 563, + "order": 0 + }, + { + "name": "opera", + "id": 564, + "order": 0 + }, + { + "name": "internet-explorer", + "id": 565, + "order": 0 + }, + { + "name": "television, tv", + "id": 566, + "order": 0 + }, + { + "name": "contao", + "id": 567, + "order": 0 + }, + { + "name": "500px", + "id": 568, + "order": 0 + }, + { + "name": "amazon", + "id": 569, + "order": 0 + }, + { + "name": "calendar-plus-o", + "id": 570, + "order": 0 + }, + { + "name": "calendar-minus-o", + "id": 571, + "order": 0 + }, + { + "name": "calendar-times-o", + "id": 572, + "order": 0 + }, + { + "name": "calendar-check-o", + "id": 573, + "order": 0 + }, + { + "name": "industry", + "id": 574, + "order": 0 + }, + { + "name": "map-pin", + "id": 575, + "order": 0 + }, + { + "name": "TotK_SignNpc", + "id": 576, + "order": 155, + "prevSize": 28, + "code": 62071, + "tempChar": "" + }, + { + "name": "map-o", + "id": 577, + "order": 0 + }, + { + "name": "map", + "id": 578, + "order": 0 + }, + { + "name": "commenting", + "id": 579, + "order": 0 + }, + { + "name": "commenting-o", + "id": 580, + "order": 0 + }, + { + "name": "houzz", + "id": 581, + "order": 0 + }, + { + "name": "vimeo", + "id": 582, + "order": 0 + }, + { + "name": "black-tie", + "id": 583, + "order": 0 + }, + { + "name": "fonticons", + "id": 584, + "order": 0 + }, + { + "name": "reddit-alien", + "id": 585, + "order": 0 + }, + { + "name": "edge", + "id": 586, + "order": 0 + }, + { + "name": "credit-card-alt", + "id": 587, + "order": 0 + }, + { + "name": "codiepie", + "id": 588, + "order": 0 + }, + { + "name": "modx", + "id": 589, + "order": 0 + }, + { + "name": "fort-awesome", + "id": 590, + "order": 0 + }, + { + "name": "usb", + "id": 591, + "order": 0 + }, + { + "name": "product-hunt", + "id": 592, + "order": 0 + }, + { + "name": "mixcloud", + "id": 593, + "order": 0 + }, + { + "name": "scribd", + "id": 594, + "order": 0 + }, + { + "name": "pause-circle", + "id": 595, + "order": 0 + }, + { + "name": "pause-circle-o", + "id": 596, + "order": 0 + }, + { + "name": "stop-circle", + "id": 597, + "order": 0 + }, + { + "name": "stop-circle-o", + "id": 598, + "order": 0 + }, + { + "name": "shopping-bag", + "id": 599, + "order": 0 + }, + { + "name": "shopping-basket", + "id": 600, + "order": 0 + }, + { + "name": "hashtag", + "id": 601, + "order": 0 + }, + { + "name": "bluetooth", + "id": 602, + "order": 0 + }, + { + "name": "bluetooth-b", + "id": 603, + "order": 0 + }, + { + "name": "percent", + "id": 604, + "order": 0 + }, + { + "name": "gitlab", + "id": 605, + "order": 0 + }, + { + "name": "wpbeginner", + "id": 606, + "order": 0 + }, + { + "name": "wpforms", + "id": 607, + "order": 0 + }, + { + "name": "envira", + "id": 608, + "order": 0 + }, + { + "name": "universal-access", + "id": 609, + "order": 0 + }, + { + "name": "wheelchair-alt", + "id": 610, + "order": 0 + }, + { + "name": "question-circle-o", + "id": 611, + "order": 0 + }, + { + "name": "blind", + "id": 612, + "order": 0 + }, + { + "name": "audio-description", + "id": 613, + "order": 0 + }, + { + "name": "volume-control-phone", + "id": 614, + "order": 0 + }, + { + "name": "braille", + "id": 615, + "order": 0 + }, + { + "name": "assistive-listening-systems", + "id": 616, + "order": 0 + }, + { + "name": "american-sign-language-interpreting, asl-interpreting", + "id": 617, + "order": 0 + }, + { + "name": "deaf, deafness, hard-of-hearing", + "id": 618, + "order": 0 + }, + { + "name": "glide", + "id": 619, + "order": 0 + }, + { + "name": "glide-g", + "id": 620, + "order": 0 + }, + { + "name": "sign-language, signing", + "id": 621, + "order": 0 + }, + { + "name": "low-vision", + "id": 622, + "order": 0 + }, + { + "name": "viadeo", + "id": 623, + "order": 0 + }, + { + "name": "viadeo-square", + "id": 624, + "order": 0 + }, + { + "name": "snapchat", + "id": 625, + "order": 0 + }, + { + "name": "snapchat-ghost", + "id": 626, + "order": 0 + }, + { + "name": "snapchat-square", + "id": 627, + "order": 0 + }, + { + "name": "pied-piper", + "id": 628, + "order": 0 + }, + { + "name": "first-order", + "id": 629, + "order": 0 + }, + { + "name": "yoast", + "id": 630, + "order": 0 + }, + { + "name": "themeisle", + "id": 631, + "order": 0 + }, + { + "name": "google-plus-circle, google-plus-official", + "id": 632, + "order": 0 + }, + { + "name": "fa, font-awesome", + "id": 633, + "order": 0 + }, + { + "name": "handshake-o", + "id": 634, + "order": 0 + }, + { + "name": "envelope-open", + "id": 635, + "order": 0 + }, + { + "name": "envelope-open-o", + "id": 636, + "order": 0 + }, + { + "name": "linode", + "id": 637, + "order": 0 + }, + { + "name": "address-book", + "id": 638, + "order": 0 + }, + { + "name": "address-book-o", + "id": 639, + "order": 0 + }, + { + "name": "address-card, vcard", + "id": 640, + "order": 0 + }, + { + "name": "address-card-o, vcard-o", + "id": 641, + "order": 0 + }, + { + "name": "user-circle", + "id": 642, + "order": 0 + }, + { + "name": "user-circle-o", + "id": 643, + "order": 0 + }, + { + "name": "user-o", + "id": 644, + "order": 0 + }, + { + "name": "id-badge", + "id": 645, + "order": 0 + }, + { + "name": "drivers-license, id-card", + "id": 646, + "order": 0 + }, + { + "name": "drivers-license-o, id-card-o", + "id": 647, + "order": 0 + }, + { + "name": "quora", + "id": 648, + "order": 0 + }, + { + "name": "free-code-camp", + "id": 649, + "order": 0 + }, + { + "name": "telegram", + "id": 650, + "order": 0 + }, + { + "name": "thermometer, thermometer-4, thermometer-full", + "id": 651, + "order": 0 + }, + { + "name": "thermometer-3, thermometer-three-quarters", + "id": 652, + "order": 0 + }, + { + "name": "thermometer-2, thermometer-half", + "id": 653, + "order": 0 + }, + { + "name": "thermometer-1, thermometer-quarter", + "id": 654, + "order": 0 + }, + { + "name": "thermometer-0, thermometer-empty", + "id": 655, + "order": 0 + }, + { + "name": "shower", + "id": 656, + "order": 0 + }, + { + "name": "bath, bathtub, s15", + "id": 657, + "order": 0 + }, + { + "name": "podcast", + "id": 658, + "order": 0 + }, + { + "name": "window-maximize", + "id": 659, + "order": 0 + }, + { + "name": "window-minimize", + "id": 660, + "order": 0 + }, + { + "name": "window-restore", + "id": 661, + "order": 0 + }, + { + "name": "times-rectangle, window-close", + "id": 662, + "order": 0 + }, + { + "name": "times-rectangle-o, window-close-o", + "id": 663, + "order": 0 + }, + { + "name": "bandcamp", + "id": 664, + "order": 0 + }, + { + "name": "grav", + "id": 665, + "order": 0 + }, + { + "name": "etsy", + "id": 666, + "order": 0 + }, + { + "name": "imdb", + "id": 667, + "order": 0 + }, + { + "name": "ravelry", + "id": 668, + "order": 0 + }, + { + "name": "eercast", + "id": 669, + "order": 0 + }, + { + "name": "microchip", + "id": 670, + "order": 0 + }, + { + "name": "snowflake-o", + "id": 671, + "order": 0 + }, + { + "name": "superpowers", + "id": 672, + "order": 0 + }, + { + "name": "wpexplorer", + "id": 673, + "order": 0 + }, + { + "name": "meetup", + "id": 674, + "order": 0 + } + ], + "id": 3, + "metadata": { + "name": "Font Awesome", + "url": "https://github.com/FortAwesome/Font-Awesome", + "designer": "Dave Gandy", + "designerURL": "https://github.com/davegandy", + "license": "Custom", + "licenseURL": "https://github.com/FortAwesome/Font-Awesome#license" + }, + "height": 1024, + "prevSize": 28, + "icons": [ + { + "id": 0, + "paths": [ + "M846.857 600c34.857 20 46.857 65.143 26.857 100l-36.571 62.857c-20 34.857-65.143 46.857-100 26.857l-152-87.429v175.429c0 40-33.143 73.143-73.143 73.143h-73.143c-40 0-73.143-33.143-73.143-73.143v-175.429l-152 87.429c-34.857 20-80 8-100-26.857l-36.571-62.857c-20-34.857-8-80 26.857-100l152-88-152-88c-34.857-20-46.857-65.143-26.857-100l36.571-62.857c20-34.857 65.143-46.857 100-26.857l152 87.429v-175.429c0-40 33.143-73.143 73.143-73.143h73.143c40 0 73.143 33.143 73.143 73.143v175.429l152-87.429c34.857-20 80-8 100 26.857l36.571 62.857c20 34.857 8 80-26.857 100l-152 88z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "asterisk" + ], + "defaultCode": 61545, + "grid": 14 + }, + { + "id": 1, + "paths": [ + "M804.571 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v237.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h237.714v-237.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857v237.714h237.714c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plus" + ], + "defaultCode": 61543, + "grid": 14 + }, + { + "id": 2, + "paths": [ + "M402.286 717.714v137.143c0 12.571-10.286 22.857-22.857 22.857h-137.143c-12.571 0-22.857-10.286-22.857-22.857v-137.143c0-12.571 10.286-22.857 22.857-22.857h137.143c12.571 0 22.857 10.286 22.857 22.857zM582.857 374.857c0 108.571-73.714 150.286-128 180.571-33.714 19.429-54.857 58.857-54.857 75.429v0c0 12.571-9.714 27.429-22.857 27.429h-137.143c-12.571 0-20.571-19.429-20.571-32v-25.714c0-69.143 68.571-128.571 118.857-151.429 44-20 62.286-38.857 62.286-75.429 0-32-41.714-60.571-88-60.571-25.714 0-49.143 8-61.714 16.571-13.714 9.714-27.429 23.429-61.143 65.714-4.571 5.714-11.429 9.143-17.714 9.143-5.143 0-9.714-1.714-14.286-4.571l-93.714-71.429c-9.714-7.429-12-20-5.714-30.286 61.714-102.286 148.571-152 265.143-152 122.286 0 259.429 97.714 259.429 228.571z" + ], + "width": 634.88, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "question" + ], + "defaultCode": 61736, + "grid": 14 + }, + { + "id": 3, + "paths": [ + "M804.571 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-694.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h694.857c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "minus" + ], + "defaultCode": 61544, + "grid": 14 + }, + { + "id": 4, + "paths": [ + "M970.857 106.286c0 16.571-13.143 33.143-24.571 44.571l-361.143 361.143v438.857h182.857c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571h-512c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h182.857v-438.857l-361.143-361.143c-11.429-11.429-24.571-28-24.571-44.571 0-28 35.429-33.143 56.571-33.143h804.571c21.143 0 56.571 5.143 56.571 33.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "glass" + ], + "defaultCode": 61440, + "grid": 14 + }, + { + "id": 5, + "paths": [ + "M877.714 128v640c0 80.571-120.571 109.714-182.857 109.714s-182.857-29.143-182.857-109.714 120.571-109.714 182.857-109.714c37.714 0 75.429 6.857 109.714 22.286v-306.857l-438.857 135.429v405.143c0 80.571-120.571 109.714-182.857 109.714s-182.857-29.143-182.857-109.714 120.571-109.714 182.857-109.714c37.714 0 75.429 6.857 109.714 22.286v-552.571c0-24 16-45.143 38.857-52.571l475.429-146.286c5.143-1.714 10.286-2.286 16-2.286 30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "music" + ], + "defaultCode": 61441, + "grid": 14 + }, + { + "id": 6, + "paths": [ + "M658.286 475.429c0-141.143-114.857-256-256-256s-256 114.857-256 256 114.857 256 256 256 256-114.857 256-256zM950.857 950.857c0 40-33.143 73.143-73.143 73.143-19.429 0-38.286-8-51.429-21.714l-196-195.429c-66.857 46.286-146.857 70.857-228 70.857-222.286 0-402.286-180-402.286-402.286s180-402.286 402.286-402.286 402.286 180 402.286 402.286c0 81.143-24.571 161.143-70.857 228l196 196c13.143 13.143 21.143 32 21.143 51.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "search" + ], + "defaultCode": 61442, + "grid": 14 + }, + { + "id": 7, + "paths": [ + "M950.857 859.429v-438.857c-12 13.714-25.143 26.286-39.429 37.714-81.714 62.857-164 126.857-243.429 193.143-42.857 36-96 80-155.429 80h-1.143c-59.429 0-112.571-44-155.429-80-79.429-66.286-161.714-130.286-243.429-193.143-14.286-11.429-27.429-24-39.429-37.714v438.857c0 9.714 8.571 18.286 18.286 18.286h841.143c9.714 0 18.286-8.571 18.286-18.286zM950.857 258.857c0-14.286 3.429-39.429-18.286-39.429h-841.143c-9.714 0-18.286 8.571-18.286 18.286 0 65.143 32.571 121.714 84 162.286 76.571 60 153.143 120.571 229.143 181.143 30.286 24.571 85.143 77.143 125.143 77.143h1.143c40 0 94.857-52.571 125.143-77.143 76-60.571 152.571-121.143 229.143-181.143 37.143-29.143 84-92.571 84-141.143zM1024 237.714v621.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envelope-o" + ], + "defaultCode": 61443, + "grid": 14 + }, + { + "id": 8, + "paths": [ + "M512 950.857c-9.143 0-18.286-3.429-25.143-10.286l-356.571-344c-4.571-4-130.286-118.857-130.286-256 0-167.429 102.286-267.429 273.143-267.429 100 0 193.714 78.857 238.857 123.429 45.143-44.571 138.857-123.429 238.857-123.429 170.857 0 273.143 100 273.143 267.429 0 137.143-125.714 252-130.857 257.143l-356 342.857c-6.857 6.857-16 10.286-25.143 10.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "heart" + ], + "defaultCode": 61444, + "grid": 14 + }, + { + "id": 9, + "paths": [ + "M950.857 369.714c0 10.286-7.429 20-14.857 27.429l-207.429 202.286 49.143 285.714c0.571 4 0.571 7.429 0.571 11.429 0 14.857-6.857 28.571-23.429 28.571-8 0-16-2.857-22.857-6.857l-256.571-134.857-256.571 134.857c-7.429 4-14.857 6.857-22.857 6.857-16.571 0-24-13.714-24-28.571 0-4 0.571-7.429 1.143-11.429l49.143-285.714-208-202.286c-6.857-7.429-14.286-17.143-14.286-27.429 0-17.143 17.714-24 32-26.286l286.857-41.714 128.571-260c5.143-10.857 14.857-23.429 28-23.429s22.857 12.571 28 23.429l128.571 260 286.857 41.714c13.714 2.286 32 9.143 32 26.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star" + ], + "defaultCode": 61445, + "grid": 14 + }, + { + "id": 10, + "paths": [ + "M649.714 573.714l174.857-169.714-241.143-35.429-108-218.286-108 218.286-241.143 35.429 174.857 169.714-41.714 240.571 216-113.714 215.429 113.714zM950.857 369.714c0 10.286-7.429 20-14.857 27.429l-207.429 202.286 49.143 285.714c0.571 4 0.571 7.429 0.571 11.429 0 15.429-6.857 28.571-23.429 28.571-8 0-16-2.857-22.857-6.857l-256.571-134.857-256.571 134.857c-7.429 4-14.857 6.857-22.857 6.857-16.571 0-24-13.714-24-28.571 0-4 0.571-7.429 1.143-11.429l49.143-285.714-208-202.286c-6.857-7.429-14.286-17.143-14.286-27.429 0-17.143 17.714-24 32-26.286l286.857-41.714 128.571-260c5.143-10.857 14.857-23.429 28-23.429s22.857 12.571 28 23.429l128.571 260 286.857 41.714c13.714 2.286 32 9.143 32 26.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star-o" + ], + "defaultCode": 61446, + "grid": 14 + }, + { + "id": 11, + "paths": [ + "M731.429 799.429c0 83.429-54.857 151.429-121.714 151.429h-488c-66.857 0-121.714-68-121.714-151.429 0-150.286 37.143-324 186.857-324 46.286 45.143 109.143 73.143 178.857 73.143s132.571-28 178.857-73.143c149.714 0 186.857 173.714 186.857 324zM585.143 292.571c0 121.143-98.286 219.429-219.429 219.429s-219.429-98.286-219.429-219.429 98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user" + ], + "defaultCode": 61447, + "grid": 14 + }, + { + "id": 12, + "paths": [ + "M219.429 914.286v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM219.429 694.857v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM219.429 475.429v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM804.571 914.286v-292.571c0-20-16.571-36.571-36.571-36.571h-438.857c-20 0-36.571 16.571-36.571 36.571v292.571c0 20 16.571 36.571 36.571 36.571h438.857c20 0 36.571-16.571 36.571-36.571zM219.429 256v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM1024 914.286v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM804.571 475.429v-292.571c0-20-16.571-36.571-36.571-36.571h-438.857c-20 0-36.571 16.571-36.571 36.571v292.571c0 20 16.571 36.571 36.571 36.571h438.857c20 0 36.571-16.571 36.571-36.571zM1024 694.857v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM1024 475.429v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM1024 256v-73.143c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM1097.143 164.571v768c0 50.286-41.143 91.429-91.429 91.429h-914.286c-50.286 0-91.429-41.143-91.429-91.429v-768c0-50.286 41.143-91.429 91.429-91.429h914.286c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "film" + ], + "defaultCode": 61448, + "grid": 14 + }, + { + "id": 13, + "paths": [ + "M438.857 585.143v219.429c0 40-33.143 73.143-73.143 73.143h-292.571c-40 0-73.143-33.143-73.143-73.143v-219.429c0-40 33.143-73.143 73.143-73.143h292.571c40 0 73.143 33.143 73.143 73.143zM438.857 146.286v219.429c0 40-33.143 73.143-73.143 73.143h-292.571c-40 0-73.143-33.143-73.143-73.143v-219.429c0-40 33.143-73.143 73.143-73.143h292.571c40 0 73.143 33.143 73.143 73.143zM950.857 585.143v219.429c0 40-33.143 73.143-73.143 73.143h-292.571c-40 0-73.143-33.143-73.143-73.143v-219.429c0-40 33.143-73.143 73.143-73.143h292.571c40 0 73.143 33.143 73.143 73.143zM950.857 146.286v219.429c0 40-33.143 73.143-73.143 73.143h-292.571c-40 0-73.143-33.143-73.143-73.143v-219.429c0-40 33.143-73.143 73.143-73.143h292.571c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "th-large" + ], + "defaultCode": 61449, + "grid": 14 + }, + { + "id": 14, + "paths": [ + "M292.571 713.143v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM292.571 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM658.286 713.143v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM292.571 128v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM658.286 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM1024 713.143v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM658.286 128v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM1024 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM1024 128v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "th" + ], + "defaultCode": 61450, + "grid": 14 + }, + { + "id": 15, + "paths": [ + "M292.571 713.143v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM292.571 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM1024 713.143v109.714c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h548.571c30.286 0 54.857 24.571 54.857 54.857zM292.571 128v109.714c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857zM1024 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h548.571c30.286 0 54.857 24.571 54.857 54.857zM1024 128v109.714c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h548.571c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "th-list" + ], + "defaultCode": 61451, + "grid": 14 + }, + { + "id": 16, + "paths": [ + "M954.857 323.429c0 14.286-5.714 28.571-16 38.857l-491.429 491.429c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-284.571-284.571c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l77.714-77.714c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l168 168.571 374.857-375.429c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l77.714 77.714c10.286 10.286 16 24.571 16 38.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "check" + ], + "defaultCode": 61452, + "grid": 14 + }, + { + "id": 17, + "paths": [ + "M741.714 755.429c0 14.286-5.714 28.571-16 38.857l-77.714 77.714c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-168-168-168 168c-10.286 10.286-24.571 16-38.857 16s-28.571-5.714-38.857-16l-77.714-77.714c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l168-168-168-168c-10.286-10.286-16-24.571-16-38.857s5.714-28.571 16-38.857l77.714-77.714c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l168 168 168-168c10.286-10.286 24.571-16 38.857-16s28.571 5.714 38.857 16l77.714 77.714c10.286 10.286 16 24.571 16 38.857s-5.714 28.571-16 38.857l-168 168 168 168c10.286 10.286 16 24.571 16 38.857z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "close", + "remove", + "times" + ], + "defaultCode": 61453, + "grid": 14 + }, + { + "id": 18, + "paths": [ + "M585.143 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-128v128c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-128h-128c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h128v-128c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286v128h128c9.714 0 18.286 8.571 18.286 18.286zM658.286 475.429c0-141.143-114.857-256-256-256s-256 114.857-256 256 114.857 256 256 256 256-114.857 256-256zM950.857 950.857c0 40.571-32.571 73.143-73.143 73.143-19.429 0-38.286-8-51.429-21.714l-196-195.429c-66.857 46.286-146.857 70.857-228 70.857-222.286 0-402.286-180-402.286-402.286s180-402.286 402.286-402.286 402.286 180 402.286 402.286c0 81.143-24.571 161.143-70.857 228l196 196c13.143 13.143 21.143 32 21.143 51.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "search-plus" + ], + "defaultCode": 61454, + "grid": 14 + }, + { + "id": 19, + "paths": [ + "M585.143 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-329.143c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h329.143c9.714 0 18.286 8.571 18.286 18.286zM658.286 475.429c0-141.143-114.857-256-256-256s-256 114.857-256 256 114.857 256 256 256 256-114.857 256-256zM950.857 950.857c0 40.571-32.571 73.143-73.143 73.143-19.429 0-38.286-8-51.429-21.714l-196-195.429c-66.857 46.286-146.857 70.857-228 70.857-222.286 0-402.286-180-402.286-402.286s180-402.286 402.286-402.286 402.286 180 402.286 402.286c0 81.143-24.571 161.143-70.857 228l196 196c13.143 13.143 21.143 32 21.143 51.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "search-minus" + ], + "defaultCode": 61456, + "grid": 14 + }, + { + "id": 20, + "paths": [ + "M877.714 512c0 241.714-197.143 438.857-438.857 438.857s-438.857-197.143-438.857-438.857c0-138.857 64-266.857 175.429-350.286 32.571-24.571 78.286-18.286 102.286 14.286 24.571 32 17.714 78.286-14.286 102.286-74.286 56-117.143 141.143-117.143 233.714 0 161.143 131.429 292.571 292.571 292.571s292.571-131.429 292.571-292.571c0-92.571-42.857-177.714-117.143-233.714-32-24-38.857-70.286-14.286-102.286 24-32.571 70.286-38.857 102.286-14.286 111.429 83.429 175.429 211.429 175.429 350.286zM512 73.143v365.714c0 40-33.143 73.143-73.143 73.143s-73.143-33.143-73.143-73.143v-365.714c0-40 33.143-73.143 73.143-73.143s73.143 33.143 73.143 73.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "power-off" + ], + "defaultCode": 61457, + "grid": 14 + }, + { + "id": 21, + "paths": [ + "M146.286 822.857v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM365.714 749.714v182.857c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-182.857c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM585.143 603.429v329.143c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM804.571 384v548.571c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-548.571c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM1024 91.429v841.143c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-841.143c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "signal" + ], + "defaultCode": 61458, + "grid": 14 + }, + { + "id": 22, + "paths": [ + "M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM877.714 449.714v126.857c0 8.571-6.857 18.857-16 20.571l-105.714 16c-6.286 18.286-13.143 35.429-22.286 52 19.429 28 40 53.143 61.143 78.857 3.429 4 5.714 9.143 5.714 14.286s-1.714 9.143-5.143 13.143c-13.714 18.286-90.857 102.286-110.286 102.286-5.143 0-10.286-2.286-14.857-5.143l-78.857-61.714c-16.571 8.571-34.286 16-52 21.714-4 34.857-7.429 72-16.571 106.286-2.286 9.143-10.286 16-20.571 16h-126.857c-10.286 0-19.429-7.429-20.571-17.143l-16-105.143c-17.714-5.714-34.857-12.571-51.429-21.143l-80.571 61.143c-4 3.429-9.143 5.143-14.286 5.143s-10.286-2.286-14.286-6.286c-30.286-27.429-70.286-62.857-94.286-96-2.857-4-4-8.571-4-13.143 0-5.143 1.714-9.143 4.571-13.143 19.429-26.286 40.571-51.429 60-78.286-9.714-18.286-17.714-37.143-23.429-56.571l-104.571-15.429c-9.714-1.714-16.571-10.857-16.571-20.571v-126.857c0-8.571 6.857-18.857 15.429-20.571l106.286-16c5.714-18.286 13.143-35.429 22.286-52.571-19.429-27.429-40-53.143-61.143-78.857-3.429-4-5.714-8.571-5.714-13.714s2.286-9.143 5.143-13.143c13.714-18.857 90.857-102.286 110.286-102.286 5.143 0 10.286 2.286 14.857 5.714l78.857 61.143c16.571-8.571 34.286-16 52-21.714 4-34.857 7.429-72 16.571-106.286 2.286-9.143 10.286-16 20.571-16h126.857c10.286 0 19.429 7.429 20.571 17.143l16 105.143c17.714 5.714 34.857 12.571 51.429 21.143l81.143-61.143c3.429-3.429 8.571-5.143 13.714-5.143s10.286 2.286 14.286 5.714c30.286 28 70.286 63.429 94.286 97.143 2.857 3.429 4 8 4 12.571 0 5.143-1.714 9.143-4.571 13.143-19.429 26.286-40.571 51.429-60 78.286 9.714 18.286 17.714 37.143 23.429 56l104.571 16c9.714 1.714 16.571 10.857 16.571 20.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cog", + "gear" + ], + "defaultCode": 61459, + "grid": 14 + }, + { + "id": 23, + "paths": [ + "M292.571 420.571v329.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM438.857 420.571v329.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM585.143 420.571v329.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM658.286 834.286v-541.714h-512v541.714c0 27.429 15.429 43.429 18.286 43.429h475.429c2.857 0 18.286-16 18.286-43.429zM274.286 219.429h256l-27.429-66.857c-1.714-2.286-6.857-5.714-9.714-6.286h-181.143c-3.429 0.571-8 4-9.714 6.286zM804.571 237.714v36.571c0 10.286-8 18.286-18.286 18.286h-54.857v541.714c0 62.857-41.143 116.571-91.429 116.571h-475.429c-50.286 0-91.429-51.429-91.429-114.286v-544h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h176.571l40-95.429c11.429-28 45.714-50.857 76-50.857h182.857c30.286 0 64.571 22.857 76 50.857l40 95.429h176.571c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trash-o" + ], + "defaultCode": 61460, + "grid": 14 + }, + { + "id": 24, + "paths": [ + "M804.571 566.857v274.286c0 20-16.571 36.571-36.571 36.571h-219.429v-219.429h-146.286v219.429h-219.429c-20 0-36.571-16.571-36.571-36.571v-274.286c0-1.143 0.571-2.286 0.571-3.429l328.571-270.857 328.571 270.857c0.571 1.143 0.571 2.286 0.571 3.429zM932 527.429l-35.429 42.286c-2.857 3.429-7.429 5.714-12 6.286h-1.714c-4.571 0-8.571-1.143-12-4l-395.429-329.714-395.429 329.714c-4 2.857-8.571 4.571-13.714 4-4.571-0.571-9.143-2.857-12-6.286l-35.429-42.286c-6.286-7.429-5.143-19.429 2.286-25.714l410.857-342.286c24-20 62.857-20 86.857 0l139.429 116.571v-111.429c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v233.143l125.143 104c7.429 6.286 8.571 18.286 2.286 25.714z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "home" + ], + "defaultCode": 61461, + "grid": 14 + }, + { + "id": 25, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-o" + ], + "defaultCode": 61462, + "grid": 14 + }, + { + "id": 26, + "paths": [ + "M512 310.857v256c0 10.286-8 18.286-18.286 18.286h-182.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h128v-201.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM749.714 512c0-171.429-139.429-310.857-310.857-310.857s-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clock-o" + ], + "defaultCode": 61463, + "grid": 14 + }, + { + "id": 27, + "paths": [ + "M634.857 569.143v-2.286l-13.714-182.857c-0.571-10.286-9.714-18.286-19.429-18.286h-106.286c-9.714 0-18.857 8-19.429 18.286l-13.714 182.857v2.286c-0.571 9.143 8 16 16.571 16h139.429c8.571 0 17.143-6.857 16.571-16zM1068.571 836c0 16.571-4.571 41.714-26.286 41.714h-402.286c9.714 0 17.714-8 17.143-18.286l-11.429-146.286c-0.571-10.286-9.714-18.286-19.429-18.286h-155.429c-9.714 0-18.857 8-19.429 18.286l-11.429 146.286c-0.571 10.286 7.429 18.286 17.143 18.286h-402.286c-21.714 0-26.286-25.143-26.286-41.714 0-22.857 6.286-45.714 14.857-66.286l238.286-596.571c5.714-14.286 21.143-26.857 36.571-26.857h193.714c-9.714 0-18.857 8-19.429 18.286l-8.571 109.714c-0.571 10.286 6.857 18.286 17.143 18.286h94.857c10.286 0 17.714-8 17.143-18.286l-8.571-109.714c-0.571-10.286-9.714-18.286-19.429-18.286h193.714c15.429 0 30.857 12.571 36.571 26.857l238.286 596.571c8.571 20.571 14.857 43.429 14.857 66.286z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "road" + ], + "defaultCode": 61464, + "grid": 14 + }, + { + "id": 28, + "paths": [ + "M731.429 768c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM877.714 768c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM950.857 640v182.857c0 30.286-24.571 54.857-54.857 54.857h-841.143c-30.286 0-54.857-24.571-54.857-54.857v-182.857c0-30.286 24.571-54.857 54.857-54.857h265.714l77.143 77.714c21.143 20.571 48.571 32 77.714 32s56.571-11.429 77.714-32l77.714-77.714h265.143c30.286 0 54.857 24.571 54.857 54.857zM765.143 314.857c5.714 13.714 2.857 29.714-8 40l-256 256c-6.857 7.429-16.571 10.857-25.714 10.857s-18.857-3.429-25.714-10.857l-256-256c-10.857-10.286-13.714-26.286-8-40 5.714-13.143 18.857-22.286 33.714-22.286h146.286v-256c0-20 16.571-36.571 36.571-36.571h146.286c20 0 36.571 16.571 36.571 36.571v256h146.286c14.857 0 28 9.143 33.714 22.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "download" + ], + "defaultCode": 61465, + "grid": 14 + }, + { + "id": 29, + "paths": [ + "M640 530.286c0 5.143-2.286 9.714-5.714 13.714l-182.286 182.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-182.857-182.857c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h109.714v-201.143c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v201.143h109.714c10.286 0 18.286 8 18.286 18.286zM438.857 201.143c-171.429 0-310.857 139.429-310.857 310.857s139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857-139.429-310.857-310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-o-down" + ], + "defaultCode": 61466, + "grid": 14 + }, + { + "id": 30, + "paths": [ + "M638.857 500.571c-2.857 6.857-9.714 11.429-17.143 11.429h-109.714v201.143c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-201.143h-109.714c-10.286 0-18.286-8-18.286-18.286 0-5.143 2.286-9.714 5.714-13.714l182.286-182.286c4-3.429 8.571-5.143 13.143-5.143s9.143 1.714 13.143 5.143l182.857 182.857c5.143 5.714 6.857 13.143 4 20zM438.857 201.143c-171.429 0-310.857 139.429-310.857 310.857s139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857-139.429-310.857-310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-o-up" + ], + "defaultCode": 61467, + "grid": 14 + }, + { + "id": 31, + "paths": [ + "M584.571 548.571h180.571c-1.143-2.857-1.714-6.286-2.857-9.143l-121.143-283.429h-404.571l-121.143 283.429c-1.143 2.857-1.714 6.286-2.857 9.143h180.571l54.286 109.714h182.857zM877.714 565.714v275.429c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-275.429c0-20.571 6.286-50.857 14.286-70.286l136-315.429c8-18.857 30.857-33.714 50.857-33.714h475.429c20 0 42.857 14.857 50.857 33.714l136 315.429c8 19.429 14.286 49.714 14.286 70.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "inbox" + ], + "defaultCode": 61468, + "grid": 14 + }, + { + "id": 32, + "paths": [ + "M676.571 512c0 13.143-6.857 25.143-18.286 31.429l-310.857 182.857c-5.714 3.429-12 5.143-18.286 5.143s-12.571-1.714-18.286-4.571c-11.429-6.857-18.286-18.857-18.286-32v-365.714c0-13.143 6.857-25.143 18.286-32 11.429-6.286 25.714-6.286 36.571 0.571l310.857 182.857c11.429 6.286 18.286 18.286 18.286 31.429zM749.714 512c0-171.429-139.429-310.857-310.857-310.857s-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play-circle-o" + ], + "defaultCode": 61469, + "grid": 14 + }, + { + "id": 33, + "paths": [ + "M877.714 146.286v256c0 20-16.571 36.571-36.571 36.571h-256c-14.857 0-28-9.143-33.714-22.857-5.714-13.143-2.857-29.143 8-39.429l78.857-78.857c-53.714-49.714-124.571-78.286-199.429-78.286-161.143 0-292.571 131.429-292.571 292.571s131.429 292.571 292.571 292.571c90.857 0 174.857-41.143 230.857-113.714 2.857-4 8-6.286 13.143-6.857 5.143 0 10.286 1.714 14.286 5.143l78.286 78.857c6.857 6.286 6.857 17.143 1.143 24.571-83.429 100.571-206.857 158.286-337.714 158.286-241.714 0-438.857-197.143-438.857-438.857s197.143-438.857 438.857-438.857c112.571 0 221.714 45.143 302.286 121.143l74.286-73.714c10.286-10.857 26.286-13.714 40-8 13.143 5.714 22.286 18.857 22.286 33.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "repeat", + "rotate-right" + ], + "defaultCode": 61470, + "grid": 14 + }, + { + "id": 34, + "paths": [ + "M863.429 603.429c0 1.143 0 2.857-0.571 4-48.571 202.286-215.429 343.429-426.286 343.429-111.429 0-219.429-44-300.571-121.143l-73.714 73.714c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-256c0-20 16.571-36.571 36.571-36.571h256c20 0 36.571 16.571 36.571 36.571 0 9.714-4 18.857-10.857 25.714l-78.286 78.286c53.714 50.286 125.143 78.857 198.857 78.857 101.714 0 196-52.571 249.143-139.429 13.714-22.286 20.571-44 30.286-66.857 2.857-8 8.571-13.143 17.143-13.143h109.714c10.286 0 18.286 8.571 18.286 18.286zM877.714 146.286v256c0 20-16.571 36.571-36.571 36.571h-256c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l78.857-78.857c-54.286-50.286-125.714-78.286-199.429-78.286-101.714 0-196 52.571-249.143 139.429-13.714 22.286-20.571 44-30.286 66.857-2.857 8-8.571 13.143-17.143 13.143h-113.714c-10.286 0-18.286-8.571-18.286-18.286v-4c49.143-202.857 217.714-343.429 428.571-343.429 112 0 221.143 44.571 302.286 121.143l74.286-73.714c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "refresh" + ], + "defaultCode": 61473, + "grid": 14 + }, + { + "id": 35, + "paths": [ + "M219.429 676.571v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 530.286v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 384v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM877.714 676.571v36.571c0 9.714-8.571 18.286-18.286 18.286h-548.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h548.571c9.714 0 18.286 8.571 18.286 18.286zM877.714 530.286v36.571c0 9.714-8.571 18.286-18.286 18.286h-548.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h548.571c9.714 0 18.286 8.571 18.286 18.286zM877.714 384v36.571c0 9.714-8.571 18.286-18.286 18.286h-548.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h548.571c9.714 0 18.286 8.571 18.286 18.286zM950.857 786.286v-475.429c0-9.714-8.571-18.286-18.286-18.286h-841.143c-9.714 0-18.286 8.571-18.286 18.286v475.429c0 9.714 8.571 18.286 18.286 18.286h841.143c9.714 0 18.286-8.571 18.286-18.286zM1024 164.571v621.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list-alt" + ], + "defaultCode": 61474, + "grid": 14 + }, + { + "id": 36, + "paths": [ + "M182.857 438.857h292.571v-109.714c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v109.714zM658.286 493.714v329.143c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-329.143c0-30.286 24.571-54.857 54.857-54.857h18.286v-109.714c0-140.571 115.429-256 256-256s256 115.429 256 256v109.714h18.286c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lock" + ], + "defaultCode": 61475, + "grid": 14 + }, + { + "id": 37, + "paths": [ + "M182.857 146.286c0 26.286-14.286 49.714-36.571 62.857v723.429c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-723.429c-22.286-13.143-36.571-36.571-36.571-62.857 0-40.571 32.571-73.143 73.143-73.143s73.143 32.571 73.143 73.143zM1024 182.857v436c0 21.143-13.143 29.143-29.714 37.714-64.571 34.857-136 66.286-210.857 66.286-105.143 0-155.429-80-280-80-90.857 0-186.286 41.143-265.143 83.429-6.286 3.429-12 5.143-18.857 5.143-20 0-36.571-16.571-36.571-36.571v-424c0-13.714 6.857-23.429 17.714-31.429 13.714-9.143 30.286-17.143 45.143-24.571 72-36.571 159.429-68.571 240.571-68.571 89.714 0 160 29.714 239.429 66.857 16 8 32.571 10.857 50.286 10.857 89.714 0 186.286-77.714 211.429-77.714 20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1060.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flag" + ], + "defaultCode": 61476, + "grid": 14 + }, + { + "id": 38, + "paths": [ + "M950.857 506.286c0 62.286-11.429 122.857-34.286 179.429l-11.429 28-105.714 18.857c-16.571 62.286-73.143 108.571-141.143 108.571v18.286c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286v18.286c54.857 0 102.286 30.286 127.429 74.857l38.857-6.857c10.857-35.429 16.571-72 16.571-110.286 0-172.571-170.857-323.429-365.714-323.429s-365.714 150.857-365.714 323.429c0 38.286 5.714 74.857 16.571 110.286l38.857 6.857c25.143-44.571 72.571-74.857 127.429-74.857v-18.286c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286v329.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-18.286c-68 0-124.571-46.286-141.143-108.571l-105.714-18.857-11.429-28c-22.857-56.571-34.286-117.143-34.286-179.429 0-234.857 217.714-433.143 475.429-433.143s475.429 198.286 475.429 433.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "headphones" + ], + "defaultCode": 61477, + "grid": 14 + }, + { + "id": 39, + "paths": [ + "M438.857 201.143v621.714c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-190.286-190.286h-149.714c-20 0-36.571-16.571-36.571-36.571v-219.429c0-20 16.571-36.571 36.571-36.571h149.714l190.286-190.286c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571z" + ], + "width": 438.85714285714283, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-off" + ], + "defaultCode": 61478, + "grid": 14 + }, + { + "id": 40, + "paths": [ + "M438.857 201.143v621.714c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-190.286-190.286h-149.714c-20 0-36.571-16.571-36.571-36.571v-219.429c0-20 16.571-36.571 36.571-36.571h149.714l190.286-190.286c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571zM658.286 512c0 57.143-34.857 112.571-88.571 134.286-4.571 2.286-9.714 2.857-14.286 2.857-20 0-36.571-16-36.571-36.571 0-43.429 66.286-31.429 66.286-100.571s-66.286-57.143-66.286-100.571c0-20.571 16.571-36.571 36.571-36.571 4.571 0 9.714 0.571 14.286 2.857 53.714 21.143 88.571 77.143 88.571 134.286z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-down" + ], + "defaultCode": 61479, + "grid": 14 + }, + { + "id": 41, + "paths": [ + "M438.857 201.143v621.714c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-190.286-190.286h-149.714c-20 0-36.571-16.571-36.571-36.571v-219.429c0-20 16.571-36.571 36.571-36.571h149.714l190.286-190.286c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571zM658.286 512c0 57.143-34.857 112.571-88.571 134.286-4.571 2.286-9.714 2.857-14.286 2.857-20 0-36.571-16-36.571-36.571 0-43.429 66.286-31.429 66.286-100.571s-66.286-57.143-66.286-100.571c0-20.571 16.571-36.571 36.571-36.571 4.571 0 9.714 0.571 14.286 2.857 53.714 21.143 88.571 77.143 88.571 134.286zM804.571 512c0 116-69.714 224-177.143 269.143-4.571 1.714-9.714 2.857-14.286 2.857-20.571 0-37.143-16.571-37.143-36.571 0-16 9.143-26.857 22.286-33.714 15.429-8 29.714-14.857 43.429-25.143 56.571-41.143 89.714-106.857 89.714-176.571s-33.143-135.429-89.714-176.571c-13.714-10.286-28-17.143-43.429-25.143-13.143-6.857-22.286-17.714-22.286-33.714 0-20 16.571-36.571 36.571-36.571 5.143 0 10.286 1.143 14.857 2.857 107.429 45.143 177.143 153.143 177.143 269.143zM950.857 512c0 175.429-104.571 334.286-265.714 403.429-4.571 1.714-9.714 2.857-14.857 2.857-20 0-36.571-16.571-36.571-36.571 0-16.571 8.571-25.714 22.286-33.714 8-4.571 17.143-7.429 25.714-12 16-8.571 32-18.286 46.857-29.143 93.714-69.143 149.143-178.286 149.143-294.857s-55.429-225.714-149.143-294.857c-14.857-10.857-30.857-20.571-46.857-29.143-8.571-4.571-17.714-7.429-25.714-12-13.714-8-22.286-17.143-22.286-33.714 0-20 16.571-36.571 36.571-36.571 5.143 0 10.286 1.143 14.857 2.857 161.143 69.143 265.714 228 265.714 403.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-up" + ], + "defaultCode": 61480, + "grid": 14 + }, + { + "id": 42, + "paths": [ + "M219.429 658.286v73.143h-73.143v-73.143h73.143zM219.429 219.429v73.143h-73.143v-73.143h73.143zM658.286 219.429v73.143h-73.143v-73.143h73.143zM73.143 804h219.429v-218.857h-219.429v218.857zM73.143 365.714h219.429v-219.429h-219.429v219.429zM512 365.714h219.429v-219.429h-219.429v219.429zM365.714 512v365.714h-365.714v-365.714h365.714zM658.286 804.571v73.143h-73.143v-73.143h73.143zM804.571 804.571v73.143h-73.143v-73.143h73.143zM804.571 512v219.429h-219.429v-73.143h-73.143v219.429h-73.143v-365.714h219.429v73.143h73.143v-73.143h73.143zM365.714 73.143v365.714h-365.714v-365.714h365.714zM804.571 73.143v365.714h-365.714v-365.714h365.714z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "qrcode" + ], + "defaultCode": 61481, + "grid": 14 + }, + { + "id": 43, + "paths": [ + "M36 877.714h-36v-804.571h36v804.571zM72 877.143h-18.286v-804h18.286v804zM125.714 877.143h-17.714v-804h17.714v804zM215.429 877.143h-17.714v-804h17.714v804zM305.143 877.143h-35.429v-804h35.429v804zM377.143 877.143h-17.714v-804h17.714v804zM413.143 877.143h-17.714v-804h17.714v804zM449.143 877.143h-17.714v-804h17.714v804zM538.857 877.143h-36v-804h36v804zM628.571 877.143h-36v-804h36v804zM700.571 877.143h-36v-804h36v804zM772.571 877.143h-36v-804h36v804zM826.286 877.143h-36v-804h36v804zM934.286 877.143h-53.714v-804h53.714v804zM970.286 877.143h-18.286v-804h18.286v804zM1024 877.714h-36v-804.571h36v804.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "barcode" + ], + "defaultCode": 61482, + "grid": 14 + }, + { + "id": 44, + "paths": [ + "M256 256c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM865.714 585.143c0 19.429-8 38.286-21.143 51.429l-280.571 281.143c-13.714 13.143-32.571 21.143-52 21.143s-38.286-8-51.429-21.143l-408.571-409.143c-29.143-28.571-52-84-52-124.571v-237.714c0-40 33.143-73.143 73.143-73.143h237.714c40.571 0 96 22.857 125.143 52l408.571 408c13.143 13.714 21.143 32.571 21.143 52z" + ], + "width": 865.7188571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tag" + ], + "defaultCode": 61483, + "grid": 14 + }, + { + "id": 45, + "paths": [ + "M256 256c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM865.714 585.143c0 19.429-8 38.286-21.143 51.429l-280.571 281.143c-13.714 13.143-32.571 21.143-52 21.143s-38.286-8-51.429-21.143l-408.571-409.143c-29.143-28.571-52-84-52-124.571v-237.714c0-40 33.143-73.143 73.143-73.143h237.714c40.571 0 96 22.857 125.143 52l408.571 408c13.143 13.714 21.143 32.571 21.143 52zM1085.143 585.143c0 19.429-8 38.286-21.143 51.429l-280.571 281.143c-13.714 13.143-32.571 21.143-52 21.143-29.714 0-44.571-13.714-64-33.714l268.571-268.571c13.143-13.143 21.143-32 21.143-51.429s-8-38.286-21.143-52l-408.571-408c-29.143-29.143-84.571-52-125.143-52h128c40.571 0 96 22.857 125.143 52l408.571 408c13.143 13.714 21.143 32.571 21.143 52z" + ], + "width": 1085.1474285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tags" + ], + "defaultCode": 61484, + "grid": 14 + }, + { + "id": 46, + "paths": [ + "M936.571 273.143c14.286 20.571 18.286 47.429 10.286 73.714l-157.143 517.714c-14.286 48.571-64.571 86.286-113.714 86.286h-527.429c-58.286 0-120.571-46.286-141.714-105.714-9.143-25.714-9.143-50.857-1.143-72.571 1.143-11.429 3.429-22.857 4-36.571 0.571-9.143-4.571-16.571-3.429-23.429 2.286-13.714 14.286-23.429 23.429-38.857 17.143-28.571 36.571-74.857 42.857-104.571 2.857-10.857-2.857-23.429 0-33.143 2.857-10.857 13.714-18.857 19.429-29.143 15.429-26.286 35.429-77.143 38.286-104 1.143-12-4.571-25.143-1.143-34.286 4-13.143 16.571-18.857 25.143-30.286 13.714-18.857 36.571-73.143 40-103.429 1.143-9.714-4.571-19.429-2.857-29.714 2.286-10.857 16-22.286 25.143-35.429 24-35.429 28.571-113.714 101.143-93.143l-0.571 1.714c9.714-2.286 19.429-5.143 29.143-5.143h434.857c26.857 0 50.857 12 65.143 32 14.857 20.571 18.286 47.429 10.286 74.286l-156.571 517.714c-26.857 88-41.714 107.429-114.286 107.429h-496.571c-7.429 0-16.571 1.714-21.714 8.571-4.571 6.857-5.143 12-0.571 24.571 11.429 33.143 50.857 40 82.286 40h527.429c21.143 0 45.714-12 52-32.571l171.429-564c3.429-10.857 3.429-22.286 2.857-32.571 13.143 5.143 25.143 13.143 33.714 24.571zM328.571 274.286c-3.429 10.286 2.286 18.286 12.571 18.286h347.429c9.714 0 20.571-8 24-18.286l12-36.571c3.429-10.286-2.286-18.286-12.571-18.286h-347.429c-9.714 0-20.571 8-24 18.286zM281.143 420.571c-3.429 10.286 2.286 18.286 12.571 18.286h347.429c9.714 0 20.571-8 24-18.286l12-36.571c3.429-10.286-2.286-18.286-12.571-18.286h-347.429c-9.714 0-20.571 8-24 18.286z" + ], + "width": 952.5394285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "book" + ], + "defaultCode": 61485, + "grid": 14 + }, + { + "id": 47, + "paths": [ + "M665.143 73.143c8.571 0 17.143 1.714 25.143 5.143 25.143 9.714 41.143 33.143 41.143 58.857v736.571c0 25.714-16 49.143-41.143 58.857-8 3.429-16.571 4.571-25.143 4.571-17.714 0-34.286-6.286-47.429-18.286l-252-242.286-252 242.286c-13.143 12-29.714 18.857-47.429 18.857-8.571 0-17.143-1.714-25.143-5.143-25.143-9.714-41.143-33.143-41.143-58.857v-736.571c0-25.714 16-49.143 41.143-58.857 8-3.429 16.571-5.143 25.143-5.143h598.857z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark" + ], + "defaultCode": 61486, + "grid": 14 + }, + { + "id": 48, + "paths": [ + "M219.429 877.714h512v-146.286h-512v146.286zM219.429 512h512v-219.429h-91.429c-30.286 0-54.857-24.571-54.857-54.857v-91.429h-365.714v365.714zM877.714 548.571c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM950.857 548.571v237.714c0 9.714-8.571 18.286-18.286 18.286h-128v91.429c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-91.429h-128c-9.714 0-18.286-8.571-18.286-18.286v-237.714c0-60 49.714-109.714 109.714-109.714h36.571v-310.857c0-30.286 24.571-54.857 54.857-54.857h384c30.286 0 72 17.143 93.714 38.857l86.857 86.857c21.714 21.714 38.857 63.429 38.857 93.714v146.286h36.571c60 0 109.714 49.714 109.714 109.714z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "print" + ], + "defaultCode": 61487, + "grid": 14 + }, + { + "id": 49, + "paths": [ + "M548.571 384c90.857 0 164.571 73.714 164.571 164.571s-73.714 164.571-164.571 164.571-164.571-73.714-164.571-164.571 73.714-164.571 164.571-164.571zM950.857 146.286c80.571 0 146.286 65.714 146.286 146.286v512c0 80.571-65.714 146.286-146.286 146.286h-804.571c-80.571 0-146.286-65.714-146.286-146.286v-512c0-80.571 65.714-146.286 146.286-146.286h128l29.143-77.714c14.286-37.714 58.857-68.571 98.857-68.571h292.571c40 0 84.571 30.857 98.857 68.571l29.143 77.714h128zM548.571 804.571c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "camera" + ], + "defaultCode": 61488, + "grid": 14 + }, + { + "id": 50, + "paths": [ + "M414.286 319.429l-97.143 257.143c56.571 0.571 113.143 2.286 169.714 2.286 10.857 0 21.714-0.571 32.571-1.143-29.714-86.857-64.571-175.429-105.143-258.286zM0 950.857l1.143-45.143c53.714-16.571 112-5.143 136-66.857l135.429-352 160-413.714h73.143c2.286 4 4.571 8 6.286 12l117.143 274.286c42.857 101.143 82.286 203.429 125.714 304 25.714 59.429 45.714 120.571 74.286 178.857 4 9.143 12 26.286 20 32.571 18.857 14.857 71.429 18.286 98.286 28.571 1.714 10.857 3.429 21.714 3.429 32.571 0 5.143-0.571 9.714-0.571 14.857-72.571 0-145.143-9.143-217.714-9.143-74.857 0-149.714 6.286-224.571 8.571 0-14.857 0.571-29.714 2.286-44.571l74.857-16c15.429-3.429 45.714-7.429 45.714-28.571 0-20.571-73.714-190.286-82.857-213.714l-257.143-1.143c-14.857 33.143-72.571 182.857-72.571 204.571 0 44 84 45.714 116.571 50.286 0.571 10.857 0.571 21.714 0.571 33.143 0 5.143-0.571 10.286-1.143 15.429-66.286 0-133.143-11.429-199.429-11.429-8 0-19.429 3.429-27.429 4.571-36 6.286-71.429 8-107.429 8z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "font" + ], + "defaultCode": 61489, + "grid": 14 + }, + { + "id": 51, + "paths": [ + "M317.143 869.143c25.143 10.857 52.571 18.286 80 18.286 130.286 0 214.857-52 214.857-191.429 0-35.429-4.571-72.571-23.429-102.857-53.143-85.714-129.714-90.286-221.714-90.286-17.143 0-41.714 0-57.714 5.714 0 60.571-0.571 121.143-0.571 181.143 0 39.429-5.143 146.286 8.571 179.429zM309.143 442.857c20.571 3.429 41.714 4 62.286 4 117.714 0 201.714-33.143 201.714-165.143 0-111.429-98.857-149.714-194.286-149.714-25.143 0-49.714 3.429-74.286 7.429 0 57.714 4.571 115.429 4.571 173.143 0 30.286-0.571 60.571-0.571 90.857 0 13.143 0 26.286 0.571 39.429zM0 950.857l1.143-53.714c36.571-9.143 73.714-9.714 109.143-24.571 20-33.714 17.143-93.143 17.143-131.429 0-12.571 1.143-558.857-12.571-585.714-8.571-16.571-92.571-20.571-111.429-22.857l-2.286-47.429c136-2.286 272-12 407.429-12 25.714 0 52 0.571 77.714 0.571 129.143 0 271.429 61.714 271.429 210.286 0 102.286-77.714 140.571-158.286 177.143 108.571 24.571 205.143 98.286 205.143 218.286 0 196.571-178.857 261.714-346.286 261.714-50.286 0-100.571-3.429-150.857-3.429-102.286 0-205.714 9.143-307.429 13.143z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bold" + ], + "defaultCode": 61490, + "grid": 14 + }, + { + "id": 52, + "paths": [ + "M0 949.714l9.714-48.571c36.571-11.429 76-16 110.286-33.714 13.143-16.571 19.429-37.714 23.429-57.714 7.429-38.857 132-599.429 130.286-645.143v-14.286c-31.429-17.143-69.714-12.571-104-18.286l10.857-58.857c73.714 3.429 148.571 9.143 222.857 9.143 60.571 0 121.143-5.714 181.714-9.143-2.286 17.143-6.286 34.286-10.857 50.857-39.429 13.714-81.143 20-120 35.429-12.571 30.857-15.429 64.571-21.143 97.143-27.429 148-64 296-94.286 442.857-5.714 27.429-33.714 141.143-31.429 165.143l0.571 10.286c34.857 8 70.286 12 105.714 17.714-1.143 18.857-4.571 37.714-9.143 56.571-12.571 0-24.571 1.714-37.143 1.714-32.571 0-66.286-10.857-98.857-11.429-39.429-0.571-78.857-1.143-117.714-1.143-50.857 0-100.571 8.571-150.857 11.429z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "italic" + ], + "defaultCode": 61491, + "grid": 14 + }, + { + "id": 53, + "paths": [ + "M996.571 804.571c25.143 0 33.143 16 17.714 36l-72 92.571c-15.429 20-40.571 20-56 0l-72-92.571c-15.429-20-7.429-36 17.714-36h45.714v-585.143h-45.714c-25.143 0-33.143-16-17.714-36l72-92.571c15.429-20 40.571-20 56 0l72 92.571c15.429 20 7.429 36-17.714 36h-45.714v585.143h45.714zM46.286 73.714l30.857 15.429c4 1.714 108.571 2.857 120.571 2.857 50.286 0 100.571-2.286 150.857-2.286 41.143 0 81.714 0.571 122.857 0.571h167.429c22.857 0 36 5.143 51.429-16.571l24-0.571c5.143 0 10.857 0.571 16 0.571 1.143 64 1.143 128 1.143 192 0 20 0.571 42.286-2.857 62.286-12.571 4.571-25.714 8.571-38.857 10.286-13.143-22.857-22.286-48-30.857-73.143-4-11.429-17.714-88.571-18.857-89.714-12-14.857-25.143-12-42.857-12-52 0-106.286-2.286-157.714 4-2.857 25.143-5.143 52-4.571 77.714 0.571 160.571 2.286 321.143 2.286 481.714 0 44-6.857 90.286 5.714 132.571 43.429 22.286 94.857 25.714 139.429 45.714 1.143 9.143 2.857 18.857 2.857 28.571 0 5.143-0.571 10.857-1.714 16.571l-19.429 0.571c-81.143 2.286-161.143-10.286-242.857-10.286-57.714 0-115.429 10.286-173.143 10.286-0.571-9.714-1.714-20-1.714-29.714v-5.143c21.714-34.857 100-35.429 136-56.571 12.571-28 10.857-182.857 10.857-218.857 0-115.429-3.429-230.857-3.429-346.286v-66.857c0-10.286 2.286-51.429-4.571-59.429-8-8.571-82.857-6.857-92.571-6.857-21.143 0-82.286 9.714-98.857 21.714-27.429 18.857-27.429 133.143-61.714 135.429-10.286-6.286-24.571-15.429-32-25.143v-218.857z" + ], + "width": 1029.7051428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "text-height" + ], + "defaultCode": 61492, + "grid": 14 + }, + { + "id": 54, + "paths": [ + "M46.286 73.714l30.857 15.429c4 1.714 108.571 2.857 120.571 2.857 50.286 0 100.571-2.286 150.857-2.286 151.429 0 304.571-3.429 456 1.714 12.571 0.571 24.571-7.429 32-17.714l24-0.571c5.143 0 10.857 0.571 16 0.571 1.143 64 1.143 128 1.143 192 0 20.571 0.571 42.286-2.857 62.286-12.571 4.571-25.714 8.571-38.857 10.286-13.143-22.857-22.286-48-30.857-73.143-4-11.429-18.286-88.571-18.857-89.714-4-5.143-9.143-8.571-15.429-10.857-4.571-1.714-32-1.143-37.714-1.143-70.286 0-151.429-4-220.571 4-2.857 25.143-5.143 52-4.571 77.714l0.571 86.857v-29.714c0.571 93.143 1.714 185.714 1.714 278.286 0 44-6.857 90.286 5.714 132.571 43.429 22.286 94.857 25.714 139.429 45.714 1.143 9.143 2.857 18.857 2.857 28.571 0 5.143-0.571 10.857-1.714 16.571l-19.429 0.571c-81.143 2.286-161.143-10.286-242.857-10.286-57.714 0-115.429 10.286-173.143 10.286-0.571-9.714-1.714-20-1.714-29.714v-5.143c21.714-34.857 100-35.429 136-56.571 14.286-32 10.286-302.286 10.286-352.571 0-8-2.857-16.571-2.857-25.143 0-23.429 4-157.714-4.571-167.429-8-8.571-82.857-6.857-92.571-6.857-24 0-158.286 12.571-172 21.714-26.857 17.714-27.429 132.571-61.714 135.429-10.286-6.286-24.571-15.429-32-25.143v-218.857zM748.571 806.286c20 0 96 68 111.429 80 8.571 6.857 14.857 16.571 14.857 28s-6.286 21.143-14.857 28c-15.429 12-91.429 80-111.429 80-26.286 0-17.143-61.143-17.143-71.429h-585.143c0 10.286 9.143 71.429-17.143 71.429-20 0-96-68-111.429-80-8.571-6.857-14.857-16.571-14.857-28s6.286-21.143 14.857-28c15.429-12 91.429-80 111.429-80 26.286 0 17.143 61.143 17.143 71.429h585.143c0-10.286-9.143-71.429 17.143-71.429z" + ], + "width": 878.2994285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "text-width" + ], + "defaultCode": 61493, + "grid": 14 + }, + { + "id": 55, + "paths": [ + "M1024 768v73.143c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM804.571 548.571v73.143c0 20-16.571 36.571-36.571 36.571h-731.429c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h731.429c20 0 36.571 16.571 36.571 36.571zM950.857 329.143v73.143c0 20-16.571 36.571-36.571 36.571h-877.714c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h877.714c20 0 36.571 16.571 36.571 36.571zM731.429 109.714v73.143c0 20-16.571 36.571-36.571 36.571h-658.286c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h658.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-left" + ], + "defaultCode": 61494, + "grid": 14 + }, + { + "id": 56, + "paths": [ + "M1024 768v73.143c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM804.571 548.571v73.143c0 20-16.571 36.571-36.571 36.571h-512c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h512c20 0 36.571 16.571 36.571 36.571zM950.857 329.143v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM731.429 109.714v73.143c0 20-16.571 36.571-36.571 36.571h-365.714c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h365.714c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-center" + ], + "defaultCode": 61495, + "grid": 14 + }, + { + "id": 57, + "paths": [ + "M1024 768v73.143c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 548.571v73.143c0 20-16.571 36.571-36.571 36.571h-731.429c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h731.429c20 0 36.571 16.571 36.571 36.571zM1024 329.143v73.143c0 20-16.571 36.571-36.571 36.571h-877.714c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h877.714c20 0 36.571 16.571 36.571 36.571zM1024 109.714v73.143c0 20-16.571 36.571-36.571 36.571h-658.286c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h658.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-right" + ], + "defaultCode": 61496, + "grid": 14 + }, + { + "id": 58, + "paths": [ + "M1024 768v73.143c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 548.571v73.143c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 329.143v73.143c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 109.714v73.143c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "align-justify" + ], + "defaultCode": 61497, + "grid": 14 + }, + { + "id": 59, + "paths": [ + "M146.286 749.714v109.714c0 9.714-8.571 18.286-18.286 18.286h-109.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h109.714c9.714 0 18.286 8.571 18.286 18.286zM146.286 530.286v109.714c0 9.714-8.571 18.286-18.286 18.286h-109.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h109.714c9.714 0 18.286 8.571 18.286 18.286zM146.286 310.857v109.714c0 9.714-8.571 18.286-18.286 18.286h-109.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h109.714c9.714 0 18.286 8.571 18.286 18.286zM1024 749.714v109.714c0 9.714-8.571 18.286-18.286 18.286h-768c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h768c9.714 0 18.286 8.571 18.286 18.286zM146.286 91.429v109.714c0 9.714-8.571 18.286-18.286 18.286h-109.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h109.714c9.714 0 18.286 8.571 18.286 18.286zM1024 530.286v109.714c0 9.714-8.571 18.286-18.286 18.286h-768c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h768c9.714 0 18.286 8.571 18.286 18.286zM1024 310.857v109.714c0 9.714-8.571 18.286-18.286 18.286h-768c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h768c9.714 0 18.286 8.571 18.286 18.286zM1024 91.429v109.714c0 9.714-8.571 18.286-18.286 18.286h-768c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h768c9.714 0 18.286 8.571 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list" + ], + "defaultCode": 61498, + "grid": 14 + }, + { + "id": 60, + "paths": [ + "M219.429 310.857v329.143c0 9.714-8.571 18.286-18.286 18.286-4.571 0-9.714-1.714-13.143-5.143l-164.571-164.571c-3.429-3.429-5.143-8.571-5.143-13.143s1.714-9.714 5.143-13.143l164.571-164.571c3.429-3.429 8.571-5.143 13.143-5.143 9.714 0 18.286 8.571 18.286 18.286zM1024 749.714v109.714c0 9.714-8.571 18.286-18.286 18.286h-987.429c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h987.429c9.714 0 18.286 8.571 18.286 18.286zM1024 530.286v109.714c0 9.714-8.571 18.286-18.286 18.286h-621.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h621.714c9.714 0 18.286 8.571 18.286 18.286zM1024 310.857v109.714c0 9.714-8.571 18.286-18.286 18.286h-621.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h621.714c9.714 0 18.286 8.571 18.286 18.286zM1024 91.429v109.714c0 9.714-8.571 18.286-18.286 18.286h-987.429c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h987.429c9.714 0 18.286 8.571 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dedent", + "outdent" + ], + "defaultCode": 61499, + "grid": 14 + }, + { + "id": 61, + "paths": [ + "M201.143 475.429c0 4.571-1.714 9.714-5.143 13.143l-164.571 164.571c-3.429 3.429-8.571 5.143-13.143 5.143-9.714 0-18.286-8.571-18.286-18.286v-329.143c0-9.714 8.571-18.286 18.286-18.286 4.571 0 9.714 1.714 13.143 5.143l164.571 164.571c3.429 3.429 5.143 8.571 5.143 13.143zM1024 749.714v109.714c0 9.714-8.571 18.286-18.286 18.286h-987.429c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h987.429c9.714 0 18.286 8.571 18.286 18.286zM1024 530.286v109.714c0 9.714-8.571 18.286-18.286 18.286h-621.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h621.714c9.714 0 18.286 8.571 18.286 18.286zM1024 310.857v109.714c0 9.714-8.571 18.286-18.286 18.286h-621.714c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h621.714c9.714 0 18.286 8.571 18.286 18.286zM1024 91.429v109.714c0 9.714-8.571 18.286-18.286 18.286h-987.429c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h987.429c9.714 0 18.286 8.571 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "indent" + ], + "defaultCode": 61500, + "grid": 14 + }, + { + "id": 62, + "paths": [ + "M1024 201.143v621.714c0 14.857-9.143 28-22.286 33.714-4.571 1.714-9.714 2.857-14.286 2.857-9.714 0-18.857-3.429-25.714-10.857l-230.286-230.286v94.857c0 90.857-73.714 164.571-164.571 164.571h-402.286c-90.857 0-164.571-73.714-164.571-164.571v-402.286c0-90.857 73.714-164.571 164.571-164.571h402.286c90.857 0 164.571 73.714 164.571 164.571v94.286l230.286-229.714c6.857-7.429 16-10.857 25.714-10.857 4.571 0 9.714 1.143 14.286 2.857 13.143 5.714 22.286 18.857 22.286 33.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "video-camera" + ], + "defaultCode": 61501, + "grid": 14 + }, + { + "id": 63, + "paths": [ + "M365.714 329.143c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM950.857 548.571v256h-804.571v-109.714l182.857-182.857 91.429 91.429 292.571-292.571zM1005.714 146.286h-914.286c-9.714 0-18.286 8.571-18.286 18.286v694.857c0 9.714 8.571 18.286 18.286 18.286h914.286c9.714 0 18.286-8.571 18.286-18.286v-694.857c0-9.714-8.571-18.286-18.286-18.286zM1097.143 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-914.286c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h914.286c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "image", + "photo", + "picture-o" + ], + "defaultCode": 61502, + "grid": 14 + }, + { + "id": 64, + "paths": [ + "M207.429 877.714l52-52-134.286-134.286-52 52v61.143h73.143v73.143h61.143zM506.286 347.429c0-7.429-5.143-12.571-12.571-12.571-3.429 0-6.857 1.143-9.714 4l-309.714 309.714c-2.857 2.857-4 6.286-4 9.714 0 7.429 5.143 12.571 12.571 12.571 3.429 0 6.857-1.143 9.714-4l309.714-309.714c2.857-2.857 4-6.286 4-9.714zM475.429 237.714l237.714 237.714-475.429 475.429h-237.714v-237.714zM865.714 292.571c0 19.429-8 38.286-21.143 51.429l-94.857 94.857-237.714-237.714 94.857-94.286c13.143-13.714 32-21.714 51.429-21.714s38.286 8 52 21.714l134.286 133.714c13.143 13.714 21.143 32.571 21.143 52z" + ], + "width": 865.7188571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pencil" + ], + "defaultCode": 61504, + "grid": 14 + }, + { + "id": 65, + "paths": [ + "M438.857 365.714c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM585.143 365.714c0 34.857-4 70.857-18.857 102.286l-208 442.286c-12 25.143-38.286 40.571-65.714 40.571s-53.714-15.429-65.143-40.571l-208.571-442.286c-14.857-31.429-18.857-67.429-18.857-102.286 0-161.714 130.857-292.571 292.571-292.571s292.571 130.857 292.571 292.571z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map-marker" + ], + "defaultCode": 61505, + "grid": 14 + }, + { + "id": 66, + "paths": [ + "M438.857 822.857v-621.714c-171.429 0-310.857 139.429-310.857 310.857s139.429 310.857 310.857 310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "adjust" + ], + "defaultCode": 61506, + "grid": 14 + }, + { + "id": 67, + "paths": [ + "M292.571 658.286c0-14.286-4.571-28-11.429-39.429-7.429-11.429-37.714-50.286-49.714-88.571-1.714-6.286-7.429-9.143-12-9.143s-10.286 2.857-12 9.143c-12 38.286-42.286 77.143-49.714 88.571-6.857 11.429-11.429 25.143-11.429 39.429 0 40.571 32.571 73.143 73.143 73.143s73.143-32.571 73.143-73.143zM585.143 585.143c0 161.714-130.857 292.571-292.571 292.571s-292.571-130.857-292.571-292.571c0-57.714 17.714-111.429 46.286-157.143 29.143-45.714 151.429-200.571 197.714-354.857 7.429-24.571 30.286-36.571 48.571-36.571s41.714 12 48.571 36.571c46.286 154.286 168.571 309.143 197.714 354.857s46.286 99.429 46.286 157.143z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tint" + ], + "defaultCode": 61507, + "grid": 14 + }, + { + "id": 68, + "paths": [ + "M507.429 676.571l66.286-66.286-86.857-86.857-66.286 66.286v32h54.857v54.857h32zM758.857 265.143c-5.143-5.143-13.714-4.571-18.857 0.571l-200 200c-5.143 5.143-5.714 13.714-0.571 18.857s13.714 4.571 18.857-0.571l200-200c5.143-5.143 5.714-13.714 0.571-18.857zM804.571 604.571v108.571c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h475.429c22.857 0 45.714 4.571 66.857 14.286 5.143 2.286 9.143 7.429 10.286 13.143 1.143 6.286-0.571 12-5.143 16.571l-28 28c-5.143 5.143-12 6.857-18.286 4.571-8.571-2.286-17.143-3.429-25.714-3.429h-475.429c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429v-72c0-4.571 1.714-9.143 5.143-12.571l36.571-36.571c5.714-5.714 13.143-6.857 20-4s11.429 9.143 11.429 16.571zM749.714 182.857l164.571 164.571-384 384h-164.571v-164.571zM1003.429 258.286l-52.571 52.571-164.571-164.571 52.571-52.571c21.143-21.143 56.571-21.143 77.714 0l86.857 86.857c21.143 21.143 21.143 56.571 0 77.714z" + ], + "width": 1024.5851428571427, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "edit", + "pencil-square-o" + ], + "defaultCode": 61508, + "grid": 14 + }, + { + "id": 69, + "paths": [ + "M804.571 565.143v148c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h145.714c9.714 0 18.286 8 18.286 18.286 0 9.143-6.286 16.571-14.857 18.286-28.571 9.714-54.286 21.143-76 34.286-2.857 1.143-5.714 2.286-9.143 2.286h-64c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429v-122.286c0-6.857 4-13.143 10.286-16.571 11.429-5.143 21.714-12.571 30.857-21.143 5.143-5.143 13.143-7.429 20-4.571s12 9.143 12 16.571zM940 281.714l-219.429 219.429c-6.857 7.429-16 10.857-25.714 10.857-4.571 0-9.714-1.143-14.286-2.857-13.143-5.714-22.286-18.857-22.286-33.714v-109.714h-91.429c-125.714 0-205.714 24-250.286 74.857-46.286 53.143-60 138.857-42.286 270.286 1.143 8-4 16-11.429 19.429-2.286 0.571-4.571 1.143-6.857 1.143-5.714 0-11.429-2.857-14.857-7.429-4-5.714-94.857-134.286-94.857-248.571 0-153.143 48-329.143 420.571-329.143h91.429v-109.714c0-14.857 9.143-28 22.286-33.714 4.571-1.714 9.714-2.857 14.286-2.857 9.714 0 18.857 4 25.714 10.857l219.429 219.429c14.286 14.286 14.286 37.143 0 51.429z" + ], + "width": 954.2948571428572, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share-square-o" + ], + "defaultCode": 61509, + "grid": 14 + }, + { + "id": 70, + "paths": [ + "M804.571 531.429v181.714c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h475.429c22.857 0 45.714 4.571 66.857 14.286 5.143 2.286 9.143 7.429 10.286 13.143 1.143 6.286-0.571 12-5.143 16.571l-28 28c-3.429 3.429-8.571 5.714-13.143 5.714-1.714 0-3.429-0.571-5.143-1.143-8.571-2.286-17.143-3.429-25.714-3.429h-475.429c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429v-145.143c0-4.571 1.714-9.143 5.143-12.571l36.571-36.571c4-4 8.571-5.714 13.143-5.714 2.286 0 4.571 0.571 6.857 1.714 6.857 2.857 11.429 9.143 11.429 16.571zM936.571 252l-465.143 465.143c-18.286 18.286-46.857 18.286-65.143 0l-245.714-245.714c-18.286-18.286-18.286-46.857 0-65.143l62.857-62.857c18.286-18.286 46.857-18.286 65.143 0l150.286 150.286 369.714-369.714c18.286-18.286 46.857-18.286 65.143 0l62.857 62.857c18.286 18.286 18.286 46.857 0 65.143z" + ], + "width": 954.8799999999999, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "check-square-o" + ], + "defaultCode": 61510, + "grid": 14 + }, + { + "id": 71, + "paths": [ + "M1024 512c0 9.714-4 18.857-10.857 25.714l-146.286 146.286c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-73.143h-219.429v219.429h73.143c20 0 36.571 16.571 36.571 36.571 0 9.714-4 18.857-10.857 25.714l-146.286 146.286c-6.857 6.857-16 10.857-25.714 10.857s-18.857-4-25.714-10.857l-146.286-146.286c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h73.143v-219.429h-219.429v73.143c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-146.286-146.286c-6.857-6.857-10.857-16-10.857-25.714s4-18.857 10.857-25.714l146.286-146.286c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571v73.143h219.429v-219.429h-73.143c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l146.286-146.286c6.857-6.857 16-10.857 25.714-10.857s18.857 4 25.714 10.857l146.286 146.286c6.857 6.857 10.857 16 10.857 25.714 0 20-16.571 36.571-36.571 36.571h-73.143v219.429h219.429v-73.143c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l146.286 146.286c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrows" + ], + "defaultCode": 61511, + "grid": 14 + }, + { + "id": 72, + "paths": [ + "M559.429 80.571c14.286-14.286 25.714-9.143 25.714 10.857v841.143c0 20-11.429 25.143-25.714 10.857l-405.714-405.714c-3.429-3.429-5.714-6.857-7.429-10.857v387.429c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-804.571c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v387.429c1.714-4 4-7.429 7.429-10.857z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "step-backward" + ], + "defaultCode": 61512, + "grid": 14 + }, + { + "id": 73, + "paths": [ + "M998.286 80.571c14.286-14.286 25.714-9.143 25.714 10.857v841.143c0 20-11.429 25.143-25.714 10.857l-405.714-405.714c-3.429-3.429-5.714-6.857-7.429-10.857v405.714c0 20-11.429 25.143-25.714 10.857l-405.714-405.714c-3.429-3.429-5.714-6.857-7.429-10.857v387.429c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-804.571c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v387.429c1.714-4 4-7.429 7.429-10.857l405.714-405.714c14.286-14.286 25.714-9.143 25.714 10.857v405.714c1.714-4 4-7.429 7.429-10.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fast-backward" + ], + "defaultCode": 61513, + "grid": 14 + }, + { + "id": 74, + "paths": [ + "M925.143 80.571c14.286-14.286 25.714-9.143 25.714 10.857v841.143c0 20-11.429 25.143-25.714 10.857l-405.714-405.714c-3.429-3.429-5.714-6.857-7.429-10.857v405.714c0 20-11.429 25.143-25.714 10.857l-405.714-405.714c-14.286-14.286-14.286-37.143 0-51.429l405.714-405.714c14.286-14.286 25.714-9.143 25.714 10.857v405.714c1.714-4 4-7.429 7.429-10.857z" + ], + "width": 1017.1245714285715, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "backward" + ], + "defaultCode": 61514, + "grid": 14 + }, + { + "id": 75, + "paths": [ + "M790.857 529.714l-758.857 421.714c-17.714 9.714-32 1.143-32-18.857v-841.143c0-20 14.286-28.571 32-18.857l758.857 421.714c17.714 9.714 17.714 25.714 0 35.429z" + ], + "width": 808.5942857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play" + ], + "defaultCode": 61515, + "grid": 14 + }, + { + "id": 76, + "paths": [ + "M877.714 109.714v804.571c0 20-16.571 36.571-36.571 36.571h-292.571c-20 0-36.571-16.571-36.571-36.571v-804.571c0-20 16.571-36.571 36.571-36.571h292.571c20 0 36.571 16.571 36.571 36.571zM365.714 109.714v804.571c0 20-16.571 36.571-36.571 36.571h-292.571c-20 0-36.571-16.571-36.571-36.571v-804.571c0-20 16.571-36.571 36.571-36.571h292.571c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause" + ], + "defaultCode": 61516, + "grid": 14 + }, + { + "id": 77, + "paths": [ + "M877.714 109.714v804.571c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-804.571c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stop" + ], + "defaultCode": 61517, + "grid": 14 + }, + { + "id": 78, + "paths": [ + "M25.714 943.429c-14.286 14.286-25.714 9.143-25.714-10.857v-841.143c0-20 11.429-25.143 25.714-10.857l405.714 405.714c3.429 3.429 5.714 6.857 7.429 10.857v-405.714c0-20 11.429-25.143 25.714-10.857l405.714 405.714c14.286 14.286 14.286 37.143 0 51.429l-405.714 405.714c-14.286 14.286-25.714 9.143-25.714-10.857v-405.714c-1.714 4-4 7.429-7.429 10.857z" + ], + "width": 884.5897142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "forward" + ], + "defaultCode": 61518, + "grid": 14 + }, + { + "id": 79, + "paths": [ + "M25.714 943.429c-14.286 14.286-25.714 9.143-25.714-10.857v-841.143c0-20 11.429-25.143 25.714-10.857l405.714 405.714c3.429 3.429 5.714 6.857 7.429 10.857v-405.714c0-20 11.429-25.143 25.714-10.857l405.714 405.714c3.429 3.429 5.714 6.857 7.429 10.857v-387.429c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v804.571c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-387.429c-1.714 4-4 7.429-7.429 10.857l-405.714 405.714c-14.286 14.286-25.714 9.143-25.714-10.857v-405.714c-1.714 4-4 7.429-7.429 10.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fast-forward" + ], + "defaultCode": 61520, + "grid": 14 + }, + { + "id": 80, + "paths": [ + "M25.714 943.429c-14.286 14.286-25.714 9.143-25.714-10.857v-841.143c0-20 11.429-25.143 25.714-10.857l405.714 405.714c3.429 3.429 5.714 6.857 7.429 10.857v-387.429c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v804.571c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-387.429c-1.714 4-4 7.429-7.429 10.857z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "step-forward" + ], + "defaultCode": 61521, + "grid": 14 + }, + { + "id": 81, + "paths": [ + "M8 559.429l405.714-405.714c14.286-14.286 37.143-14.286 51.429 0l405.714 405.714c14.286 14.286 9.143 25.714-10.857 25.714h-841.143c-20 0-25.143-11.429-10.857-25.714zM841.714 877.714h-804.571c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571v146.286c0 20-16.571 36.571-36.571 36.571z" + ], + "width": 878.8845714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eject" + ], + "defaultCode": 61522, + "grid": 14 + }, + { + "id": 82, + "paths": [ + "M669.143 172l-303.429 303.429 303.429 303.429c14.286 14.286 14.286 37.143 0 51.429l-94.857 94.857c-14.286 14.286-37.143 14.286-51.429 0l-424-424c-14.286-14.286-14.286-37.143 0-51.429l424-424c14.286-14.286 37.143-14.286 51.429 0l94.857 94.857c14.286 14.286 14.286 37.143 0 51.429z" + ], + "width": 768, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-left" + ], + "defaultCode": 61523, + "grid": 14 + }, + { + "id": 83, + "paths": [ + "M632.571 501.143l-424 424c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.857c-14.286-14.286-14.286-37.143 0-51.429l303.429-303.429-303.429-303.429c-14.286-14.286-14.286-37.143 0-51.429l94.857-94.857c14.286-14.286 37.143-14.286 51.429 0l424 424c14.286 14.286 14.286 37.143 0 51.429z" + ], + "width": 694.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-right" + ], + "defaultCode": 61524, + "grid": 14 + }, + { + "id": 84, + "paths": [ + "M694.857 548.571v-73.143c0-20-16.571-36.571-36.571-36.571h-146.286v-146.286c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v146.286h-146.286c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h146.286v146.286c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571v-146.286h146.286c20 0 36.571-16.571 36.571-36.571zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plus-circle" + ], + "defaultCode": 61525, + "grid": 14 + }, + { + "id": 85, + "paths": [ + "M694.857 548.571v-73.143c0-20-16.571-36.571-36.571-36.571h-438.857c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h438.857c20 0 36.571-16.571 36.571-36.571zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "minus-circle" + ], + "defaultCode": 61526, + "grid": 14 + }, + { + "id": 86, + "paths": [ + "M656.571 641.143c0-9.714-4-18.857-10.857-25.714l-103.429-103.429 103.429-103.429c6.857-6.857 10.857-16 10.857-25.714s-4-19.429-10.857-26.286l-51.429-51.429c-6.857-6.857-16.571-10.857-26.286-10.857s-18.857 4-25.714 10.857l-103.429 103.429-103.429-103.429c-6.857-6.857-16-10.857-25.714-10.857s-19.429 4-26.286 10.857l-51.429 51.429c-6.857 6.857-10.857 16.571-10.857 26.286s4 18.857 10.857 25.714l103.429 103.429-103.429 103.429c-6.857 6.857-10.857 16-10.857 25.714s4 19.429 10.857 26.286l51.429 51.429c6.857 6.857 16.571 10.857 26.286 10.857s18.857-4 25.714-10.857l103.429-103.429 103.429 103.429c6.857 6.857 16 10.857 25.714 10.857s19.429-4 26.286-10.857l51.429-51.429c6.857-6.857 10.857-16.571 10.857-26.286zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "times-circle" + ], + "defaultCode": 61527, + "grid": 14 + }, + { + "id": 87, + "paths": [ + "M733.714 419.429c0-9.714-3.429-19.429-10.286-26.286l-52-51.429c-6.857-6.857-16-10.857-25.714-10.857s-18.857 4-25.714 10.857l-233.143 232.571-129.143-129.143c-6.857-6.857-16-10.857-25.714-10.857s-18.857 4-25.714 10.857l-52 51.429c-6.857 6.857-10.286 16.571-10.286 26.286s3.429 18.857 10.286 25.714l206.857 206.857c6.857 6.857 16.571 10.857 25.714 10.857 9.714 0 19.429-4 26.286-10.857l310.286-310.286c6.857-6.857 10.286-16 10.286-25.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "check-circle" + ], + "defaultCode": 61528, + "grid": 14 + }, + { + "id": 88, + "paths": [ + "M512 786.286v-109.714c0-10.286-8-18.286-18.286-18.286h-109.714c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286zM658.286 402.286c0-104.571-109.714-182.857-208-182.857-93.143 0-162.857 40-212 121.714-5.143 8-2.857 18.286 4.571 24l75.429 57.143c2.857 2.286 6.857 3.429 10.857 3.429 5.143 0 10.857-2.286 14.286-6.857 26.857-34.286 38.286-44.571 49.143-52.571 9.714-6.857 28.571-13.714 49.143-13.714 36.571 0 70.286 23.429 70.286 48.571 0 29.714-15.429 44.571-50.286 60.571-40.571 18.286-96 65.714-96 121.143v20.571c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286v0c0-13.143 16.571-41.143 43.429-56.571 43.429-24.571 102.857-57.714 102.857-144.571zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "question-circle" + ], + "defaultCode": 61529, + "grid": 14 + }, + { + "id": 89, + "paths": [ + "M585.143 786.286v-91.429c0-10.286-8-18.286-18.286-18.286h-54.857v-292.571c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v91.429c0 10.286 8 18.286 18.286 18.286h54.857v182.857h-54.857c-10.286 0-18.286 8-18.286 18.286v91.429c0 10.286 8 18.286 18.286 18.286h256c10.286 0 18.286-8 18.286-18.286zM512 274.286v-91.429c0-10.286-8-18.286-18.286-18.286h-109.714c-10.286 0-18.286 8-18.286 18.286v91.429c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "info-circle" + ], + "defaultCode": 61530, + "grid": 14 + }, + { + "id": 90, + "paths": [ + "M684 585.143h-62.286c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h62.286c-24.571-82.286-89.714-147.429-172-172v62.286c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-62.286c-82.286 24.571-147.429 89.714-172 172h62.286c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-62.286c24.571 82.286 89.714 147.429 172 172v-62.286c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v62.286c82.286-24.571 147.429-89.714 172-172zM877.714 475.429v73.143c0 20-16.571 36.571-36.571 36.571h-81.714c-28 122.857-124.571 219.429-247.429 247.429v81.714c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-81.714c-122.857-28-219.429-124.571-247.429-247.429h-81.714c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h81.714c28-122.857 124.571-219.429 247.429-247.429v-81.714c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v81.714c122.857 28 219.429 124.571 247.429 247.429h81.714c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "crosshairs" + ], + "defaultCode": 61531, + "grid": 14 + }, + { + "id": 91, + "paths": [ + "M626.857 616.571l-83.429 83.429c-7.429 7.429-18.857 7.429-26.286 0l-78.286-78.286-78.286 78.286c-7.429 7.429-18.857 7.429-26.286 0l-83.429-83.429c-7.429-7.429-7.429-18.857 0-26.286l78.286-78.286-78.286-78.286c-7.429-7.429-7.429-18.857 0-26.286l83.429-83.429c7.429-7.429 18.857-7.429 26.286 0l78.286 78.286 78.286-78.286c7.429-7.429 18.857-7.429 26.286 0l83.429 83.429c7.429 7.429 7.429 18.857 0 26.286l-78.286 78.286 78.286 78.286c7.429 7.429 7.429 18.857 0 26.286zM749.714 512c0-171.429-139.429-310.857-310.857-310.857s-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "times-circle-o" + ], + "defaultCode": 61532, + "grid": 14 + }, + { + "id": 92, + "paths": [ + "M669.143 464.571l-241.143 241.143c-14.286 14.286-37.143 14.286-51.429 0l-168-168c-14.286-14.286-14.286-37.143 0-51.429l58.286-58.286c14.286-14.286 37.143-14.286 51.429 0l84 84 157.143-157.143c14.286-14.286 37.143-14.286 51.429 0l58.286 58.286c14.286 14.286 14.286 37.143 0 51.429zM749.714 512c0-171.429-139.429-310.857-310.857-310.857s-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "check-circle-o" + ], + "defaultCode": 61533, + "grid": 14 + }, + { + "id": 93, + "paths": [ + "M749.714 510.286c0-62.286-18.286-120-49.714-168.571l-430.857 430.286c49.143 32 107.429 50.857 169.714 50.857 171.429 0 310.857-140 310.857-312.571zM178.857 681.143l431.429-430.857c-49.143-33.143-108-52-171.429-52-171.429 0-310.857 140-310.857 312 0 63.429 18.857 121.714 50.857 170.857zM877.714 510.286c0 243.429-196.571 440.571-438.857 440.571s-438.857-197.143-438.857-440.571c0-242.857 196.571-440 438.857-440s438.857 197.143 438.857 440z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ban" + ], + "defaultCode": 61534, + "grid": 14 + }, + { + "id": 94, + "paths": [ + "M877.714 512v73.143c0 38.857-25.714 73.143-66.857 73.143h-402.286l167.429 168c13.714 13.143 21.714 32 21.714 51.429s-8 38.286-21.714 51.429l-42.857 43.429c-13.143 13.143-32 21.143-51.429 21.143s-38.286-8-52-21.143l-372-372.571c-13.143-13.143-21.143-32-21.143-51.429s8-38.286 21.143-52l372-371.429c13.714-13.714 32.571-21.714 52-21.714s37.714 8 51.429 21.714l42.857 42.286c13.714 13.714 21.714 32.571 21.714 52s-8 38.286-21.714 52l-167.429 167.429h402.286c41.143 0 66.857 34.286 66.857 73.143z" + ], + "width": 914.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-left" + ], + "defaultCode": 61536, + "grid": 14 + }, + { + "id": 95, + "paths": [ + "M841.143 548.571c0 19.429-7.429 38.286-21.143 52l-372 372c-13.714 13.143-32.571 21.143-52 21.143s-37.714-8-51.429-21.143l-42.857-42.857c-13.714-13.714-21.714-32.571-21.714-52s8-38.286 21.714-52l167.429-167.429h-402.286c-41.143 0-66.857-34.286-66.857-73.143v-73.143c0-38.857 25.714-73.143 66.857-73.143h402.286l-167.429-168c-13.714-13.143-21.714-32-21.714-51.429s8-38.286 21.714-51.429l42.857-42.857c13.714-13.714 32-21.714 51.429-21.714s38.286 8 52 21.714l372 372c13.714 13.143 21.143 32 21.143 51.429z" + ], + "width": 841.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-right" + ], + "defaultCode": 61537, + "grid": 14 + }, + { + "id": 96, + "paths": [ + "M920.571 554.857c0 19.429-8 37.714-21.143 51.429l-42.857 42.857c-13.714 13.714-32.571 21.714-52 21.714s-38.286-8-51.429-21.714l-168-167.429v402.286c0 41.143-34.286 66.857-73.143 66.857h-73.143c-38.857 0-73.143-25.714-73.143-66.857v-402.286l-168 167.429c-13.143 13.714-32 21.714-51.429 21.714s-38.286-8-51.429-21.714l-42.857-42.857c-13.714-13.714-21.714-32-21.714-51.429s8-38.286 21.714-52l372-372c13.143-13.714 32-21.143 51.429-21.143s38.286 7.429 52 21.143l372 372c13.143 13.714 21.143 32.571 21.143 52z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up" + ], + "defaultCode": 61538, + "grid": 14 + }, + { + "id": 97, + "paths": [ + "M920.571 475.429c0 19.429-8 38.286-21.143 51.429l-372 372.571c-13.714 13.143-32.571 21.143-52 21.143s-38.286-8-51.429-21.143l-372-372.571c-13.714-13.143-21.714-32-21.714-51.429s8-38.286 21.714-52l42.286-42.857c13.714-13.143 32.571-21.143 52-21.143s38.286 8 51.429 21.143l168 168v-402.286c0-40 33.143-73.143 73.143-73.143h73.143c40 0 73.143 33.143 73.143 73.143v402.286l168-168c13.143-13.143 32-21.143 51.429-21.143s38.286 8 52 21.143l42.857 42.857c13.143 13.714 21.143 32.571 21.143 52z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down" + ], + "defaultCode": 61539, + "grid": 14 + }, + { + "id": 98, + "paths": [ + "M1024 365.714c0 9.714-4 18.857-10.857 25.714l-292.571 292.571c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-146.286h-128c-246.286 0-408 47.429-408 320 0 23.429 1.143 46.857 2.857 70.286 0.571 9.143 2.857 19.429 2.857 28.571 0 10.857-6.857 20-18.286 20-8 0-12-4-16-9.714-8.571-12-14.857-30.286-21.143-43.429-32.571-73.143-72.571-177.714-72.571-257.714 0-64 6.286-129.714 30.286-190.286 79.429-197.143 312.571-230.286 500-230.286h128v-146.286c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l292.571 292.571c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mail-forward", + "share" + ], + "defaultCode": 61540, + "grid": 14 + }, + { + "id": 99, + "paths": [ + "M431.429 603.429c0 4.571-2.286 9.714-5.714 13.143l-189.714 189.714 82.286 82.286c6.857 6.857 10.857 16 10.857 25.714 0 20-16.571 36.571-36.571 36.571h-256c-20 0-36.571-16.571-36.571-36.571v-256c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l82.286 82.286 189.714-189.714c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l65.143 65.143c3.429 3.429 5.714 8.571 5.714 13.143zM877.714 109.714v256c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-82.286-82.286-189.714 189.714c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-65.143-65.143c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l189.714-189.714-82.286-82.286c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h256c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "expand" + ], + "defaultCode": 61541, + "grid": 14 + }, + { + "id": 100, + "paths": [ + "M438.857 548.571v256c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-82.286-82.286-189.714 189.714c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-65.143-65.143c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l189.714-189.714-82.286-82.286c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h256c20 0 36.571 16.571 36.571 36.571zM870.286 164.571c0 4.571-2.286 9.714-5.714 13.143l-189.714 189.714 82.286 82.286c6.857 6.857 10.857 16 10.857 25.714 0 20-16.571 36.571-36.571 36.571h-256c-20 0-36.571-16.571-36.571-36.571v-256c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l82.286 82.286 189.714-189.714c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l65.143 65.143c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "compress" + ], + "defaultCode": 61542, + "grid": 14 + }, + { + "id": 101, + "paths": [ + "M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM512 785.714v-108.571c0-10.286-8-18.857-17.714-18.857h-109.714c-10.286 0-18.857 8.571-18.857 18.857v108.571c0 10.286 8.571 18.857 18.857 18.857h109.714c9.714 0 17.714-8.571 17.714-18.857zM510.857 589.143l10.286-354.857c0-4-1.714-8-5.714-10.286-3.429-2.857-8.571-4.571-13.714-4.571h-125.714c-5.143 0-10.286 1.714-13.714 4.571-4 2.286-5.714 6.286-5.714 10.286l9.714 354.857c0 8 8.571 14.286 19.429 14.286h105.714c10.286 0 18.857-6.286 19.429-14.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "exclamation-circle" + ], + "defaultCode": 61546, + "grid": 14 + }, + { + "id": 102, + "paths": [ + "M530.286 774.857v-409.143h-182.857v409.143c0 20 16.571 29.714 36.571 29.714h109.714c20 0 36.571-9.714 36.571-29.714zM269.714 292.571h111.429l-72-92c-6.286-7.429-20-17.714-39.429-17.714-30.286 0-54.857 24.571-54.857 54.857s24.571 54.857 54.857 54.857zM662.857 237.714c0-30.286-24.571-54.857-54.857-54.857-19.429 0-33.143 10.286-39.429 17.714l-71.429 92h110.857c30.286 0 54.857-24.571 54.857-54.857zM877.714 384v182.857c0 10.286-8 18.286-18.286 18.286h-54.857v237.714c0 30.286-24.571 54.857-54.857 54.857h-621.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-54.857c-10.286 0-18.286-8-18.286-18.286v-182.857c0-10.286 8-18.286 18.286-18.286h251.429c-70.857 0-128-57.143-128-128s57.143-128 128-128c38.286 0 73.714 16 96 44l73.143 94.286 73.143-94.286c22.286-28 57.714-44 96-44 70.857 0 128 57.143 128 128s-57.143 128-128 128h251.429c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gift" + ], + "defaultCode": 61547, + "grid": 14 + }, + { + "id": 103, + "paths": [ + "M731.429 402.286c0-20-16.571-36.571-36.571-36.571-202.286 0-332.571 84.571-464.571 230.286-6.857 7.429-10.857 15.429-10.857 25.714 0 20 16.571 36.571 36.571 36.571 10.286 0 18.286-4 25.714-10.857 28-25.143 53.143-52.571 80.571-78.286 103.429-93.143 192-130.286 332.571-130.286 20 0 36.571-16.571 36.571-36.571zM1024 289.143c0 36.571-4 73.714-11.429 110.286-36.571 177.714-150.857 293.143-309.714 372-77.143 38.857-163.429 61.714-250.286 61.714-54.857 0-111.429-9.143-163.429-26.857-27.429-9.143-82.286-45.143-105.143-45.143-28.571 0-62.857 116.571-112.571 116.571-36 0-46.857-17.714-62.286-44-5.143-9.714-9.143-13.143-9.143-25.143 0-59.429 113.143-105.714 113.143-138.857 0-5.143-14.857-35.429-17.143-46.857-3.429-19.429-5.143-39.429-5.143-59.429 0-181.714 144.571-311.429 306.857-365.143 117.143-38.857 366.286 6.286 445.714-69.143 31.429-29.143 46.857-56 94.857-56 64.571 0 85.714 167.429 85.714 216z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "leaf" + ], + "defaultCode": 61548, + "grid": 14 + }, + { + "id": 104, + "paths": [ + "M804.571 969.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-768c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h768c9.714 0 18.286 8.571 18.286 18.286zM658.286 365.714c0 218.857-256 238.286-256 384 0 40 20 93.143 38.286 128l-2.286-0.571 0.571 0.571c-157.714-72.571-292.571-172.571-292.571-365.714 0-218.857 256-238.286 256-384 0-40-20-93.143-37.714-128l1.714 0.571-0.571-0.571c157.714 72.571 292.571 172.571 292.571 365.714z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fire" + ], + "defaultCode": 61549, + "grid": 14 + }, + { + "id": 105, + "paths": [ + "M950.857 548.571c-54.286-84-128.571-156-217.714-201.714 22.857 38.857 34.857 83.429 34.857 128.571 0 141.143-114.857 256-256 256s-256-114.857-256-256c0-45.143 12-89.714 34.857-128.571-89.143 45.714-163.429 117.714-217.714 201.714 97.714 150.857 255.429 256 438.857 256s341.143-105.143 438.857-256zM539.429 329.143c0-14.857-12.571-27.429-27.429-27.429-95.429 0-173.714 78.286-173.714 173.714 0 14.857 12.571 27.429 27.429 27.429s27.429-12.571 27.429-27.429c0-65.143 53.714-118.857 118.857-118.857 14.857 0 27.429-12.571 27.429-27.429zM1024 548.571c0 14.286-4.571 27.429-11.429 39.429-105.143 173.143-297.714 289.714-500.571 289.714s-395.429-117.143-500.571-289.714c-6.857-12-11.429-25.143-11.429-39.429s4.571-27.429 11.429-39.429c105.143-172.571 297.714-289.714 500.571-289.714s395.429 117.143 500.571 289.714c6.857 12 11.429 25.143 11.429 39.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eye" + ], + "defaultCode": 61550, + "grid": 14 + }, + { + "id": 106, + "paths": [ + "M317.143 762.857l44.571-80.571c-66.286-48-105.714-125.143-105.714-206.857 0-45.143 12-89.714 34.857-128.571-89.143 45.714-163.429 117.714-217.714 201.714 59.429 92 143.429 169.143 244 214.286zM539.429 329.143c0-14.857-12.571-27.429-27.429-27.429-95.429 0-173.714 78.286-173.714 173.714 0 14.857 12.571 27.429 27.429 27.429s27.429-12.571 27.429-27.429c0-65.714 53.714-118.857 118.857-118.857 14.857 0 27.429-12.571 27.429-27.429zM746.857 220c0 1.143 0 4-0.571 5.143-120.571 215.429-240 432-360.571 647.429l-28 50.857c-3.429 5.714-9.714 9.143-16 9.143-10.286 0-64.571-33.143-76.571-40-5.714-3.429-9.143-9.143-9.143-16 0-9.143 19.429-40 25.143-49.714-110.857-50.286-204-136-269.714-238.857-7.429-11.429-11.429-25.143-11.429-39.429 0-13.714 4-28 11.429-39.429 113.143-173.714 289.714-289.714 500.571-289.714 34.286 0 69.143 3.429 102.857 9.714l30.857-55.429c3.429-5.714 9.143-9.143 16-9.143 10.286 0 64 33.143 76 40 5.714 3.429 9.143 9.143 9.143 15.429zM768 475.429c0 106.286-65.714 201.143-164.571 238.857l160-286.857c2.857 16 4.571 32 4.571 48zM1024 548.571c0 14.857-4 26.857-11.429 39.429-17.714 29.143-40 57.143-62.286 82.857-112 128.571-266.286 206.857-438.286 206.857l42.286-75.429c166.286-14.286 307.429-115.429 396.571-253.714-42.286-65.714-96.571-123.429-161.143-168l36-64c70.857 47.429 142.286 118.857 186.857 192.571 7.429 12.571 11.429 24.571 11.429 39.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eye-slash" + ], + "defaultCode": 61552, + "grid": 14 + }, + { + "id": 107, + "paths": [ + "M585.143 785.714v-108.571c0-10.286-8-18.857-18.286-18.857h-109.714c-10.286 0-18.286 8.571-18.286 18.857v108.571c0 10.286 8 18.857 18.286 18.857h109.714c10.286 0 18.286-8.571 18.286-18.857zM584 572l10.286-262.286c0-3.429-1.714-8-5.714-10.857-3.429-2.857-8.571-6.286-13.714-6.286h-125.714c-5.143 0-10.286 3.429-13.714 6.286-4 2.857-5.714 8.571-5.714 12l9.714 261.143c0 7.429 8.571 13.143 19.429 13.143h105.714c10.286 0 18.857-5.714 19.429-13.143zM576 38.286l438.857 804.571c12.571 22.286 12 49.714-1.143 72s-37.143 36-62.857 36h-877.714c-25.714 0-49.714-13.714-62.857-36s-13.714-49.714-1.143-72l438.857-804.571c12.571-23.429 37.143-38.286 64-38.286s51.429 14.857 64 38.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "exclamation-triangle", + "warning" + ], + "defaultCode": 61553, + "grid": 14 + }, + { + "id": 108, + "paths": [ + "M786.286 91.429c36.571 36.571 0 128-54.857 182.857l-92 92 91.429 397.714c1.714 6.857-1.143 14.286-6.857 18.857l-73.143 54.857c-2.857 2.286-6.857 3.429-10.857 3.429-1.143 0-2.286 0-4-0.571-5.143-1.143-9.714-4-12-9.143l-159.429-290.286-148 148 30.286 110.857c1.714 6.286 0 12.571-4.571 17.714l-54.857 54.857c-3.429 3.429-8.571 5.143-13.143 5.143h-1.143c-5.714-0.571-10.286-2.857-13.714-7.429l-108-144-144-108c-4.571-2.857-6.857-8-7.429-13.143s1.714-10.286 5.143-14.286l54.857-55.429c3.429-3.429 8.571-5.143 13.143-5.143 1.714 0 3.429 0 4.571 0.571l110.857 30.286 148-148-290.286-159.429c-5.143-2.857-8.571-8-9.714-13.714-0.571-5.143 1.143-11.429 5.143-15.429l73.143-73.143c4.571-4 11.429-6.286 17.143-4.571l380 90.857 91.429-91.429c54.857-54.857 146.286-91.429 182.857-54.857z" + ], + "width": 822.272, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plane" + ], + "defaultCode": 61554, + "grid": 14 + }, + { + "id": 109, + "paths": [ + "M73.143 950.857h164.571v-164.571h-164.571v164.571zM274.286 950.857h182.857v-164.571h-182.857v164.571zM73.143 749.714h164.571v-182.857h-164.571v182.857zM274.286 749.714h182.857v-182.857h-182.857v182.857zM73.143 530.286h164.571v-164.571h-164.571v164.571zM493.714 950.857h182.857v-164.571h-182.857v164.571zM274.286 530.286h182.857v-164.571h-182.857v164.571zM713.143 950.857h164.571v-164.571h-164.571v164.571zM493.714 749.714h182.857v-182.857h-182.857v182.857zM292.571 256v-164.571c0-9.714-8.571-18.286-18.286-18.286h-36.571c-9.714 0-18.286 8.571-18.286 18.286v164.571c0 9.714 8.571 18.286 18.286 18.286h36.571c9.714 0 18.286-8.571 18.286-18.286zM713.143 749.714h164.571v-182.857h-164.571v182.857zM493.714 530.286h182.857v-164.571h-182.857v164.571zM713.143 530.286h164.571v-164.571h-164.571v164.571zM731.429 256v-164.571c0-9.714-8.571-18.286-18.286-18.286h-36.571c-9.714 0-18.286 8.571-18.286 18.286v164.571c0 9.714 8.571 18.286 18.286 18.286h36.571c9.714 0 18.286-8.571 18.286-18.286zM950.857 219.429v731.429c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h73.143v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h219.429v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h73.143c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar" + ], + "defaultCode": 61555, + "grid": 14 + }, + { + "id": 110, + "paths": [ + "M380.571 274.857c-32 49.143-55.429 102.286-78.286 156-33.143-69.143-69.714-138.286-156-138.286h-128c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h128c101.714 0 176.571 47.429 234.286 128.571zM1024 731.429c0 4.571-1.714 9.714-5.143 13.143l-182.857 182.857c-3.429 3.429-8.571 5.143-13.143 5.143-9.714 0-18.286-8.571-18.286-18.286v-109.714c-169.714 0-274.286 20-380-128.571 31.429-49.143 54.857-102.286 77.714-156 33.143 69.143 69.714 138.286 156 138.286h146.286v-109.714c0-10.286 8-18.286 18.286-18.286 5.143 0 9.714 2.286 13.714 5.714l182.286 182.286c3.429 3.429 5.143 8.571 5.143 13.143zM1024 219.429c0 4.571-1.714 9.714-5.143 13.143l-182.857 182.857c-3.429 3.429-8.571 5.143-13.143 5.143-9.714 0-18.286-8-18.286-18.286v-109.714h-146.286c-76 0-112 52-144 113.714-16.571 32-30.857 65.143-44.571 97.714-63.429 147.429-137.714 300.571-323.429 300.571h-128c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h128c76 0 112-52 144-113.714 16.571-32 30.857-65.143 44.571-97.714 63.429-147.429 137.714-300.571 323.429-300.571h146.286v-109.714c0-10.286 8-18.286 18.286-18.286 5.143 0 9.714 2.286 13.714 5.714l182.286 182.286c3.429 3.429 5.143 8.571 5.143 13.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "random" + ], + "defaultCode": 61556, + "grid": 14 + }, + { + "id": 111, + "paths": [ + "M1024 512c0 202.286-229.143 365.714-512 365.714-28 0-56-1.714-82.857-4.571-74.857 66.286-164 113.143-262.857 138.286-20.571 5.714-42.857 9.714-65.143 12.571-12.571 1.143-24.571-8-27.429-21.714v-0.571c-2.857-14.286 6.857-22.857 15.429-33.143 36-40.571 77.143-74.857 104-170.286-117.714-66.857-193.143-170.286-193.143-286.286 0-201.714 229.143-365.714 512-365.714s512 163.429 512 365.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "comment" + ], + "defaultCode": 61557, + "grid": 14 + }, + { + "id": 112, + "paths": [ + "M877.714 475.429v73.143c0 233.143-184.571 402.286-438.857 402.286s-438.857-169.143-438.857-402.286v-73.143c0-20 16.571-36.571 36.571-36.571h219.429c20 0 36.571 16.571 36.571 36.571v73.143c0 104.571 121.714 109.714 146.286 109.714s146.286-5.143 146.286-109.714v-73.143c0-20 16.571-36.571 36.571-36.571h219.429c20 0 36.571 16.571 36.571 36.571zM292.571 109.714v219.429c0 20-16.571 36.571-36.571 36.571h-219.429c-20 0-36.571-16.571-36.571-36.571v-219.429c0-20 16.571-36.571 36.571-36.571h219.429c20 0 36.571 16.571 36.571 36.571zM877.714 109.714v219.429c0 20-16.571 36.571-36.571 36.571h-219.429c-20 0-36.571-16.571-36.571-36.571v-219.429c0-20 16.571-36.571 36.571-36.571h219.429c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "magnet" + ], + "defaultCode": 61558, + "grid": 14 + }, + { + "id": 113, + "paths": [ + "M961.714 760.571l-94.857 94.286c-14.286 14.286-37.143 14.286-51.429 0l-303.429-303.429-303.429 303.429c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.286c-14.286-14.286-14.286-37.714 0-52l424-423.429c14.286-14.286 37.143-14.286 51.429 0l424 423.429c14.286 14.286 14.286 37.714 0 52z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-up" + ], + "defaultCode": 61559, + "grid": 14 + }, + { + "id": 114, + "paths": [ + "M961.714 461.714l-424 423.429c-14.286 14.286-37.143 14.286-51.429 0l-424-423.429c-14.286-14.286-14.286-37.714 0-52l94.857-94.286c14.286-14.286 37.143-14.286 51.429 0l303.429 303.429 303.429-303.429c14.286-14.286 37.143-14.286 51.429 0l94.857 94.286c14.286 14.286 14.286 37.714 0 52z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-down" + ], + "defaultCode": 61560, + "grid": 14 + }, + { + "id": 115, + "paths": [ + "M731.429 859.429c0 9.714-8.571 18.286-18.286 18.286h-548.571c-21.143 0-18.286-22.286-18.286-36.571v-329.143h-109.714c-20 0-36.571-16.571-36.571-36.571 0-8.571 2.857-17.143 8.571-23.429l182.857-219.429c6.857-8 17.143-12.571 28-12.571s21.143 4.571 28 12.571l182.857 219.429c5.714 6.286 8.571 14.857 8.571 23.429 0 20-16.571 36.571-36.571 36.571h-109.714v219.429h329.143c5.143 0 10.857 2.286 14.286 6.286l91.429 109.714c2.286 3.429 4 8 4 12zM1097.143 621.714c0 8.571-2.857 17.143-8.571 23.429l-182.857 219.429c-6.857 8-17.143 13.143-28 13.143s-21.143-5.143-28-13.143l-182.857-219.429c-5.714-6.286-8.571-14.857-8.571-23.429 0-20 16.571-36.571 36.571-36.571h109.714v-219.429h-329.143c-5.143 0-10.857-2.286-14.286-6.857l-91.429-109.714c-2.286-2.857-4-7.429-4-11.429 0-9.714 8.571-18.286 18.286-18.286h548.571c21.143 0 18.286 22.286 18.286 36.571v329.143h109.714c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "retweet" + ], + "defaultCode": 61561, + "grid": 14 + }, + { + "id": 116, + "paths": [ + "M365.714 877.714c0 40-33.143 73.143-73.143 73.143s-73.143-33.143-73.143-73.143 33.143-73.143 73.143-73.143 73.143 33.143 73.143 73.143zM877.714 877.714c0 40-33.143 73.143-73.143 73.143s-73.143-33.143-73.143-73.143 33.143-73.143 73.143-73.143 73.143 33.143 73.143 73.143zM950.857 256v292.571c0 18.286-14.286 34.286-32.571 36.571l-596.571 69.714c2.857 13.143 7.429 26.286 7.429 40 0 13.143-8 25.143-13.714 36.571h525.714c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571h-585.143c-20 0-36.571-16.571-36.571-36.571 0-17.714 25.714-60.571 34.857-78.286l-101.143-470.286h-116.571c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h146.286c38.286 0 39.429 45.714 45.143 73.143h686.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shopping-cart" + ], + "defaultCode": 61562, + "grid": 14 + }, + { + "id": 117, + "paths": [ + "M950.857 347.429v402.286c0 70.286-57.714 128-128 128h-694.857c-70.286 0-128-57.714-128-128v-548.571c0-70.286 57.714-128 128-128h182.857c70.286 0 128 57.714 128 128v18.286h384c70.286 0 128 57.714 128 128z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder" + ], + "defaultCode": 61563, + "grid": 14 + }, + { + "id": 118, + "paths": [ + "M1073.714 544c0 13.714-8.571 27.429-17.714 37.714l-192 226.286c-33.143 38.857-100.571 69.714-150.857 69.714h-621.714c-20.571 0-49.714-6.286-49.714-32 0-13.714 8.571-27.429 17.714-37.714l192-226.286c33.143-38.857 100.571-69.714 150.857-69.714h621.714c20.571 0 49.714 6.286 49.714 32zM877.714 347.429v91.429h-475.429c-71.429 0-160 40.571-206.286 95.429l-195.429 229.714c0-4.571-0.571-9.714-0.571-14.286v-548.571c0-70.286 57.714-128 128-128h182.857c70.286 0 128 57.714 128 128v18.286h310.857c70.286 0 128 57.714 128 128z" + ], + "width": 1073.7371428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-open" + ], + "defaultCode": 61564, + "grid": 14 + }, + { + "id": 119, + "paths": [ + "M402.286 182.857c0 20-16.571 36.571-36.571 36.571h-73.143v585.143h73.143c20 0 36.571 16.571 36.571 36.571 0 9.714-4 18.857-10.857 25.714l-146.286 146.286c-6.857 6.857-16 10.857-25.714 10.857s-18.857-4-25.714-10.857l-146.286-146.286c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h73.143v-585.143h-73.143c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l146.286-146.286c6.857-6.857 16-10.857 25.714-10.857s18.857 4 25.714 10.857l146.286 146.286c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 438.85714285714283, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrows-v" + ], + "defaultCode": 61565, + "grid": 14 + }, + { + "id": 120, + "paths": [ + "M1024 512c0 9.714-4 18.857-10.857 25.714l-146.286 146.286c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-73.143h-585.143v73.143c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-146.286-146.286c-6.857-6.857-10.857-16-10.857-25.714s4-18.857 10.857-25.714l146.286-146.286c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571v73.143h585.143v-73.143c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l146.286 146.286c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrows-h" + ], + "defaultCode": 61566, + "grid": 14 + }, + { + "id": 121, + "paths": [ + "M365.714 512v292.571h-146.286v-292.571h146.286zM585.143 219.429v585.143h-146.286v-585.143h146.286zM1170.286 877.714v73.143h-1170.286v-877.714h73.143v804.571h1097.143zM804.571 365.714v438.857h-146.286v-438.857h146.286zM1024 146.286v658.286h-146.286v-658.286h146.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bar-chart", + "bar-chart-o" + ], + "defaultCode": 61568, + "grid": 14 + }, + { + "id": 122, + "paths": [ + "M731.429 348.571c-21.714 9.714-44.571 16-69.143 19.429 25.143-14.857 44-38.857 53.143-66.857-23.429 13.714-49.143 24-76.571 29.143-21.714-23.429-53.143-37.714-87.429-37.714-66.286 0-120 53.714-120 120 0 9.143 0.571 18.857 2.857 27.429-100-5.143-188.571-52.571-248-125.714-10.286 17.714-16.571 38.857-16.571 60.571 0 41.714 19.429 78.286 52 100-20-0.571-38.857-6.286-57.143-14.857v1.143c0 58.286 44 106.857 98.857 117.714-10.286 2.857-18.286 4.571-29.143 4.571-7.429 0-14.857-1.143-22.286-2.286 15.429 47.429 59.429 82.286 112 83.429-41.143 32-92.571 51.429-149.143 51.429-9.714 0-19.429-0.571-28.571-1.714 53.143 33.714 116 53.714 184 53.714 220.571 0 341.714-182.857 341.714-341.714 0-5.143 0-10.286-0.571-15.429 23.429-16.571 44-37.714 60-62.286zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "twitter-square" + ], + "defaultCode": 61569, + "grid": 14 + }, + { + "id": 123, + "paths": [ + "M713.143 73.143c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-107.429v-340h113.714l17.143-132.571h-130.857v-84.571c0-38.286 10.286-64 65.714-64l69.714-0.571v-118.286c-12-1.714-53.714-5.143-101.714-5.143-101.143 0-170.857 61.714-170.857 174.857v97.714h-114.286v132.571h114.286v340h-304c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "facebook-square" + ], + "defaultCode": 61570, + "grid": 14 + }, + { + "id": 124, + "paths": [ + "M530.286 475.429c0-10.286-8-18.286-18.286-18.286-50.286 0-91.429 41.143-91.429 91.429 0 10.286 8 18.286 18.286 18.286s18.286-8 18.286-18.286c0-30.286 24.571-54.857 54.857-54.857 10.286 0 18.286-8 18.286-18.286zM658.286 549.714c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286zM73.143 877.714h877.714v-73.143h-877.714v73.143zM731.429 549.714c0-121.143-98.286-219.429-219.429-219.429s-219.429 98.286-219.429 219.429 98.286 219.429 219.429 219.429 219.429-98.286 219.429-219.429zM146.286 182.857h219.429v-73.143h-219.429v73.143zM73.143 292.571h877.714v-146.286h-473.143l-36.571 73.143h-368v73.143zM1024 146.286v731.429c0 40.571-32.571 73.143-73.143 73.143h-877.714c-40.571 0-73.143-32.571-73.143-73.143v-731.429c0-40.571 32.571-73.143 73.143-73.143h877.714c40.571 0 73.143 32.571 73.143 73.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "camera-retro" + ], + "defaultCode": 61571, + "grid": 14 + }, + { + "id": 125, + "paths": [ + "M475.429 292.571c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714c0 16.571 4 32.571 10.857 47.429-14.857-6.857-30.857-10.857-47.429-10.857-60.571 0-109.714 49.143-109.714 109.714s49.143 109.714 109.714 109.714 109.714-49.143 109.714-109.714c0-16.571-4-32.571-10.857-47.429 14.857 6.857 30.857 10.857 47.429 10.857 60.571 0 109.714-49.143 109.714-109.714zM961.714 694.857c0 13.143-52.571 65.714-65.714 65.714-14.857 0-61.143-53.714-73.143-65.714l-54.857 54.857 125.714 125.714c10.286 10.286 16 24.571 16 38.857 0 32-36.571 68.571-68.571 68.571-14.286 0-28.571-5.714-38.857-16l-383.429-383.429c-60 44.571-133.143 74.857-208.571 74.857-124.571 0-210.286-86.286-210.286-210.286 0-187.429 187.429-374.857 374.857-374.857 124 0 210.286 85.714 210.286 210.286 0 75.429-30.286 148.571-74.857 208.571l202.857 202.857 54.857-54.857c-12-12-65.714-58.286-65.714-73.143 0-13.143 52.571-65.714 65.714-65.714 4.571 0 9.714 2.286 13.143 5.714 21.143 21.143 180.571 171.429 180.571 188z" + ], + "width": 961.6822857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "key" + ], + "defaultCode": 61572, + "grid": 14 + }, + { + "id": 126, + "paths": [ + "M512 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM950.857 804.571c0-40-33.143-73.143-73.143-73.143s-73.143 33.143-73.143 73.143c0 40.571 33.143 73.143 73.143 73.143 40.571 0 73.143-33.143 73.143-73.143zM950.857 219.429c0-40-33.143-73.143-73.143-73.143s-73.143 33.143-73.143 73.143c0 40.571 33.143 73.143 73.143 73.143 40.571 0 73.143-33.143 73.143-73.143zM731.429 460v105.714c0 7.429-5.714 16-13.143 17.143l-88.571 13.714c-4.571 14.857-10.857 29.143-18.286 43.429 16 22.857 33.143 44 51.429 65.714 2.286 3.429 4 6.857 4 11.429 0 4-1.143 8-4 10.857-11.429 15.429-75.429 85.143-92 85.143-4.571 0-8.571-1.714-12-4l-65.714-51.429c-14.286 7.429-28.571 13.143-44 17.714-2.857 29.143-5.714 60.571-13.143 88.571-2.286 8-9.143 13.714-17.143 13.714h-106.286c-8 0-16-6.286-17.143-14.286l-13.143-87.429c-14.857-4.571-29.143-10.857-42.857-17.714l-67.429 50.857c-2.857 2.857-7.429 4-11.429 4-4.571 0-8.571-1.714-12-4.571-14.857-13.714-82.286-74.857-82.286-91.429 0-4 1.714-7.429 4-10.857 16.571-21.714 33.714-42.857 50.286-65.143-8-15.429-14.857-30.857-20-46.857l-86.857-13.714c-8-1.143-13.714-8.571-13.714-16.571v-105.714c0-7.429 5.714-16 13.143-17.143l88.571-13.714c4.571-14.857 10.857-29.143 18.286-43.429-16-22.857-33.143-44-51.429-65.714-2.286-3.429-4-7.429-4-11.429s1.143-8 4-11.429c11.429-15.429 75.429-84.571 92-84.571 4.571 0 8.571 1.714 12 4l65.714 51.429c14.286-7.429 28.571-13.143 44-18.286 2.857-28.571 5.714-60 13.143-88 2.286-8 9.143-13.714 17.143-13.714h106.286c8 0 16 6.286 17.143 14.286l13.143 87.429c14.857 4.571 29.143 10.857 42.857 17.714l67.429-50.857c3.429-2.857 7.429-4 11.429-4 4.571 0 8.571 1.714 12 4.571 14.857 13.714 82.286 75.429 82.286 91.429 0 4-1.714 7.429-4 10.857-16.571 22.286-33.714 42.857-49.714 65.143 7.429 15.429 14.286 30.857 19.429 46.857l86.857 13.143c8 1.714 13.714 9.143 13.714 17.143zM1097.143 764.571v80c0 8.571-73.714 16.571-85.143 17.714-4.571 10.857-10.286 20.571-17.143 29.714 5.143 11.429 29.143 68.571 29.143 78.857 0 1.714-0.571 2.857-2.286 4-6.857 4-68 40.571-70.857 40.571-7.429 0-50.286-57.143-56-65.714-5.714 0.571-11.429 1.143-17.143 1.143s-11.429-0.571-17.143-1.143c-5.714 8.571-48.571 65.714-56 65.714-2.857 0-64-36.571-70.857-40.571-1.714-1.143-2.286-2.857-2.286-4 0-9.714 24-67.429 29.143-78.857-6.857-9.143-12.571-18.857-17.143-29.714-11.429-1.143-85.143-9.143-85.143-17.714v-80c0-8.571 73.714-16.571 85.143-17.714 4.571-10.286 10.286-20.571 17.143-29.714-5.143-11.429-29.143-69.143-29.143-78.857 0-1.143 0.571-2.857 2.286-4 6.857-3.429 68-40 70.857-40 7.429 0 50.286 56.571 56 65.143 5.714-0.571 11.429-1.143 17.143-1.143s11.429 0.571 17.143 1.143c16-22.286 33.143-44.571 52.571-64l3.429-1.143c2.857 0 64 36 70.857 40 1.714 1.143 2.286 2.857 2.286 4 0 10.286-24 67.429-29.143 78.857 6.857 9.143 12.571 19.429 17.143 29.714 11.429 1.143 85.143 9.143 85.143 17.714zM1097.143 179.429v80c0 8.571-73.714 16.571-85.143 17.714-4.571 10.857-10.286 20.571-17.143 29.714 5.143 11.429 29.143 68.571 29.143 78.857 0 1.714-0.571 2.857-2.286 4-6.857 4-68 40.571-70.857 40.571-7.429 0-50.286-57.143-56-65.714-5.714 0.571-11.429 1.143-17.143 1.143s-11.429-0.571-17.143-1.143c-5.714 8.571-48.571 65.714-56 65.714-2.857 0-64-36.571-70.857-40.571-1.714-1.143-2.286-2.857-2.286-4 0-9.714 24-67.429 29.143-78.857-6.857-9.143-12.571-18.857-17.143-29.714-11.429-1.143-85.143-9.143-85.143-17.714v-80c0-8.571 73.714-16.571 85.143-17.714 4.571-10.286 10.286-20.571 17.143-29.714-5.143-11.429-29.143-69.143-29.143-78.857 0-1.143 0.571-2.857 2.286-4 6.857-3.429 68-40 70.857-40 7.429 0 50.286 56.571 56 65.143 5.714-0.571 11.429-1.143 17.143-1.143s11.429 0.571 17.143 1.143c16-22.286 33.143-44.571 52.571-64l3.429-1.143c2.857 0 64 36 70.857 40 1.714 1.143 2.286 2.857 2.286 4 0 10.286-24 67.429-29.143 78.857 6.857 9.143 12.571 19.429 17.143 29.714 11.429 1.143 85.143 9.143 85.143 17.714z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cogs", + "gears" + ], + "defaultCode": 61573, + "grid": 14 + }, + { + "id": 127, + "paths": [ + "M804.571 438.857c0 161.714-180 292.571-402.286 292.571-34.857 0-68.571-3.429-100.571-9.143-47.429 33.714-101.143 58.286-158.857 73.143-15.429 4-32 6.857-49.143 9.143h-1.714c-8.571 0-16.571-6.857-18.286-16.571v0c-2.286-10.857 5.143-17.714 11.429-25.143 22.286-25.143 47.429-47.429 66.857-94.857-92.571-53.714-152-136.571-152-229.143 0-161.714 180-292.571 402.286-292.571s402.286 130.857 402.286 292.571zM1024 585.143c0 93.143-59.429 175.429-152 229.143 19.429 47.429 44.571 69.714 66.857 94.857 6.286 7.429 13.714 14.286 11.429 25.143v0c-2.286 10.286-10.857 17.714-20 16.571-17.143-2.286-33.714-5.143-49.143-9.143-57.714-14.857-111.429-39.429-158.857-73.143-32 5.714-65.714 9.143-100.571 9.143-103.429 0-198.286-28.571-269.714-75.429 16.571 1.143 33.714 2.286 50.286 2.286 122.857 0 238.857-35.429 327.429-99.429 95.429-69.714 148-164 148-266.286 0-29.714-4.571-58.857-13.143-86.857 96.571 53.143 159.429 137.714 159.429 233.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "comments" + ], + "defaultCode": 61574, + "grid": 14 + }, + { + "id": 128, + "paths": [ + "M146.286 768c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM804.571 438.857c0-38.857-34.857-73.143-73.143-73.143h-201.143c0-66.857 54.857-115.429 54.857-182.857 0-66.857-13.143-109.714-91.429-109.714-36.571 37.143-17.714 124.571-73.143 182.857-16 16.571-29.714 34.286-44 52-25.714 33.143-93.714 130.857-138.857 130.857h-18.286v365.714h18.286c32 0 84.571 20.571 115.429 31.429 62.857 21.714 128 41.714 195.429 41.714h69.143c64.571 0 109.714-25.714 109.714-95.429 0-10.857-1.143-21.714-2.857-32 24-13.143 37.143-45.714 37.143-72 0-13.714-3.429-27.429-10.286-39.429 19.429-18.286 30.286-41.143 30.286-68 0-18.286-8-45.143-20-58.857 26.857-0.571 42.857-52 42.857-73.143zM877.714 438.286c0 33.143-9.714 65.714-28 93.143 3.429 12.571 5.143 26.286 5.143 39.429 0 28.571-7.429 57.143-21.714 82.286 1.143 8 1.714 16.571 1.714 24.571 0 36.571-12 73.143-34.286 101.714 1.143 108-72.571 171.429-178.286 171.429h-73.714c-81.143 0-156.571-24-232-50.286-16.571-5.714-62.857-22.857-78.857-22.857h-164.571c-40.571 0-73.143-32.571-73.143-73.143v-365.714c0-40.571 32.571-73.143 73.143-73.143h156.571c22.286-14.857 61.143-66.286 78.286-88.571 19.429-25.143 39.429-49.714 61.143-73.143 34.286-36.571 16-126.857 73.143-182.857 13.714-13.143 32-21.143 51.429-21.143 59.429 0 116.571 21.143 144.571 76.571 17.714 34.857 20 68 20 106.286 0 40-10.286 74.286-27.429 109.714h100.571c78.857 0 146.286 66.857 146.286 145.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thumbs-o-up" + ], + "defaultCode": 61575, + "grid": 14 + }, + { + "id": 129, + "paths": [ + "M146.286 256c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM804.571 585.143c0-21.143-16-72.571-42.857-73.143 12-13.714 20-40.571 20-58.857 0-26.857-10.857-49.714-30.286-68 6.857-12 10.286-25.714 10.286-39.429 0-26.286-13.143-58.857-37.143-72 1.714-10.286 2.857-21.143 2.857-32 0-66.857-42.286-95.429-105.714-95.429h-73.143c-67.429 0-132.571 20-195.429 41.714-30.857 10.857-83.429 31.429-115.429 31.429h-18.286v365.714h18.286c45.143 0 113.143 97.714 138.857 130.857 14.286 17.714 28 35.429 44 52 55.429 58.286 36.571 145.714 73.143 182.857 78.286 0 91.429-42.857 91.429-109.714 0-67.429-54.857-116-54.857-182.857h201.143c38.286 0 73.143-34.286 73.143-73.143zM877.714 585.714c0 78.857-67.429 145.714-146.286 145.714h-100.571c17.143 35.429 27.429 69.714 27.429 109.714 0 37.714-2.286 72-20 106.286-28 55.429-85.143 76.571-144.571 76.571-19.429 0-37.714-8-51.429-21.143-57.143-56-39.429-146.286-73.143-183.429-21.714-22.857-41.714-47.429-61.143-72.571-17.143-22.286-56-73.714-78.286-88.571h-156.571c-40.571 0-73.143-32.571-73.143-73.143v-365.714c0-40.571 32.571-73.143 73.143-73.143h164.571c16 0 62.286-17.143 78.857-22.857 82.286-28.571 153.714-50.286 241.714-50.286h64c104 0 178.857 61.714 178.286 168.571v2.857c22.286 28.571 34.286 65.143 34.286 101.714 0 8-0.571 16.571-1.714 24.571 14.286 25.143 21.714 53.714 21.714 82.286 0 13.143-1.714 26.857-5.143 39.429 18.286 27.429 28 60 28 93.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thumbs-o-down" + ], + "defaultCode": 61576, + "grid": 14 + }, + { + "id": 130, + "paths": [ + "M475.429 18.286v765.143l-256.571 134.857c-7.429 4-14.857 6.857-22.857 6.857-16.571 0-24-13.714-24-28.571 0-4 0.571-7.429 1.143-11.429l49.143-285.714-208-202.286c-6.857-7.429-14.286-17.143-14.286-27.429 0-17.143 17.714-24 32-26.286l286.857-41.714 128.571-260c5.143-10.857 14.857-23.429 28-23.429v0z" + ], + "width": 475.4285714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star-half" + ], + "defaultCode": 61577, + "grid": 14 + }, + { + "id": 131, + "paths": [ + "M950.857 340.571c0-160.571-108.571-194.286-200-194.286-85.143 0-181.143 92-210.857 127.429-13.714 16.571-42.286 16.571-56 0-29.714-35.429-125.714-127.429-210.857-127.429-91.429 0-200 33.714-200 194.286 0 104.571 105.714 201.714 106.857 202.857l332 320 331.429-319.429c1.714-1.714 107.429-98.857 107.429-203.429zM1024 340.571c0 137.143-125.714 252-130.857 257.143l-356 342.857c-6.857 6.857-16 10.286-25.143 10.286s-18.286-3.429-25.143-10.286l-356.571-344c-4.571-4-130.286-118.857-130.286-256 0-167.429 102.286-267.429 273.143-267.429 100 0 193.714 78.857 238.857 123.429 45.143-44.571 138.857-123.429 238.857-123.429 170.857 0 273.143 100 273.143 267.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "heart-o" + ], + "defaultCode": 61578, + "grid": 14 + }, + { + "id": 132, + "paths": [ + "M365.714 822.857c0 16 7.429 54.857-18.286 54.857h-182.857c-90.857 0-164.571-73.714-164.571-164.571v-402.286c0-90.857 73.714-164.571 164.571-164.571h182.857c9.714 0 18.286 8.571 18.286 18.286 0 16 7.429 54.857-18.286 54.857h-182.857c-50.286 0-91.429 41.143-91.429 91.429v402.286c0 50.286 41.143 91.429 91.429 91.429h164.571c14.286 0 36.571-2.857 36.571 18.286zM896 512c0 9.714-4 18.857-10.857 25.714l-310.857 310.857c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-164.571h-256c-20 0-36.571-16.571-36.571-36.571v-219.429c0-20 16.571-36.571 36.571-36.571h256v-164.571c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l310.857 310.857c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 896, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sign-out" + ], + "defaultCode": 61579, + "grid": 14 + }, + { + "id": 133, + "paths": [ + "M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "linkedin-square" + ], + "defaultCode": 61580, + "grid": 14 + }, + { + "id": 134, + "paths": [ + "M274.286 493.714v-256c0-10.286-8-18.286-18.286-18.286s-18.286 8-18.286 18.286v256c0 10.286 8 18.286 18.286 18.286s18.286-8 18.286-18.286zM658.286 694.857c0 20-16.571 36.571-36.571 36.571h-245.143l-29.143 276c-1.143 9.143-8.571 16.571-17.714 16.571h-0.571c-9.143 0-16.571-6.286-18.286-15.429l-43.429-277.143h-230.857c-20 0-36.571-16.571-36.571-36.571 0-93.714 70.857-182.857 146.286-182.857v-292.571c-40 0-73.143-33.143-73.143-73.143s33.143-73.143 73.143-73.143h365.714c40 0 73.143 33.143 73.143 73.143s-33.143 73.143-73.143 73.143v292.571c75.429 0 146.286 89.143 146.286 182.857z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thumb-tack" + ], + "defaultCode": 61581, + "grid": 14 + }, + { + "id": 135, + "paths": [ + "M804.571 530.286v182.857c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h402.286c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429v-182.857c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286zM1024 36.571v292.571c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-100.571-100.571-372.571 372.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-65.143-65.143c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l372.571-372.571-100.571-100.571c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h292.571c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "external-link" + ], + "defaultCode": 61582, + "grid": 14 + }, + { + "id": 136, + "paths": [ + "M676.571 512c0 9.714-4 18.857-10.857 25.714l-310.857 310.857c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-164.571h-256c-20 0-36.571-16.571-36.571-36.571v-219.429c0-20 16.571-36.571 36.571-36.571h256v-164.571c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l310.857 310.857c6.857 6.857 10.857 16 10.857 25.714zM877.714 310.857v402.286c0 90.857-73.714 164.571-164.571 164.571h-182.857c-9.714 0-18.286-8.571-18.286-18.286 0-16-7.429-54.857 18.286-54.857h182.857c50.286 0 91.429-41.143 91.429-91.429v-402.286c0-50.286-41.143-91.429-91.429-91.429h-164.571c-14.286 0-36.571 2.857-36.571-18.286 0-16-7.429-54.857 18.286-54.857h182.857c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sign-in" + ], + "defaultCode": 61584, + "grid": 14 + }, + { + "id": 137, + "paths": [ + "M261.714 504.571c-24-52.571-42.286-122.286-42.286-212h-146.286v54.857c0 56 76 133.714 188.571 157.143zM877.714 347.429v-54.857h-146.286c0 89.714-18.286 159.429-42.286 212 112.571-23.429 188.571-101.143 188.571-157.143zM950.857 274.286v73.143c0 108.571-131.429 228.571-309.714 237.143-22.857 29.143-44 46.286-54.286 54.286-30.286 27.429-38.286 56-38.286 92.571s18.286 73.143 73.143 73.143 109.714 36.571 109.714 91.429v36.571c0 10.286-8 18.286-18.286 18.286h-475.429c-10.286 0-18.286-8-18.286-18.286v-36.571c0-54.857 54.857-91.429 109.714-91.429s73.143-36.571 73.143-73.143-8-65.143-38.286-92.571c-10.286-8-31.429-25.143-54.286-54.286-178.286-8.571-309.714-128.571-309.714-237.143v-73.143c0-30.286 24.571-54.857 54.857-54.857h164.571v-54.857c0-50.286 41.143-91.429 91.429-91.429h329.143c50.286 0 91.429 41.143 91.429 91.429v54.857h164.571c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trophy" + ], + "defaultCode": 61585, + "grid": 14 + }, + { + "id": 138, + "paths": [ + "M296.571 685.714v0c1.143-1.714 0.571-5.143-1.714-7.429-2.857-2.286-6.286-2.857-8-1.143-1.143 1.714-0.571 5.143 1.714 7.429 2.857 2.286 6.286 2.857 8 1.143zM280.571 662.286c-1.714-2.286-4.571-3.429-6.857-2.286-1.714 1.143-1.714 4.571 0 6.857 2.286 2.857 5.143 4 6.857 2.857v0c1.714-1.143 1.714-4.571 0-7.429zM257.143 639.429v0c0.571-1.143-0.571-3.429-2.857-4.571-1.714-0.571-4-0.571-4.571 1.143-1.143 1.714 0 3.429 2.286 4.571 2.286 0.571 4.571 0.571 5.143-1.143zM269.143 652.571v0c1.143-1.143 1.143-4-1.143-5.714-1.714-2.286-4.571-2.857-5.714-1.714-1.714 1.714-1.143 4 0.571 6.286 1.714 1.714 4.571 2.857 6.286 1.143zM318.286 695.429v0c0.571-2.286-1.714-5.143-5.143-6.286s-6.286 0-7.429 2.286c-0.571 2.286 1.714 5.143 5.143 6.286s6.286 0 7.429-2.286zM342.286 697.143v0c0-2.286-2.857-4.571-6.857-4.571-3.429 0-5.714 2.286-5.714 4.571s2.857 4.571 6.286 4.571 6.286-2.286 6.286-4.571zM364.571 693.143v0c-0.571-2.286-4-3.429-7.429-2.857s-5.714 2.857-5.143 5.143 3.429 4 6.857 3.429 5.714-3.429 5.714-5.714zM731.429 512c0-161.714-130.857-292.571-292.571-292.571s-292.571 130.857-292.571 292.571c0 129.143 84 238.857 200 277.714 14.857 2.857 20-6.286 20-14.286 0-6.857 0-29.714-0.571-54.286 0 0-81.143 17.714-98.286-34.857 0 0-13.143-33.714-32.571-42.286 0 0-26.286-18.286 2.286-18.286 0 0 28.571 2.286 44.571 30.286 25.714 45.143 68.571 32 85.143 24.571 2.857-18.857 10.286-32 18.857-39.429-65.143-7.429-133.714-32.571-133.714-144.571 0-32 11.429-57.714 30.286-78.286-2.857-7.429-13.143-37.143 2.857-77.714 24.571-7.429 80.571 30.286 80.571 30.286 23.429-6.857 48-9.714 73.143-9.714s49.714 2.857 73.143 9.714c0 0 56-37.714 80.571-30.286 16 40.571 5.714 70.286 2.857 77.714 18.857 20.571 30.286 46.286 30.286 78.286 0 112.571-68.571 137.143-133.714 144.571 10.286 9.143 20 26.857 20 54.286 0 38.857-0.571 70.286-0.571 80 0 8 5.143 17.143 20 14.286 116-38.857 200-148.571 200-277.714zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "github-square" + ], + "defaultCode": 61586, + "grid": 14 + }, + { + "id": 139, + "paths": [ + "M731.429 841.143c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM877.714 841.143c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM950.857 713.143v182.857c0 30.286-24.571 54.857-54.857 54.857h-841.143c-30.286 0-54.857-24.571-54.857-54.857v-182.857c0-30.286 24.571-54.857 54.857-54.857h244c15.429 42.286 56 73.143 103.429 73.143h146.286c47.429 0 88-30.857 103.429-73.143h244c30.286 0 54.857 24.571 54.857 54.857zM765.143 342.857c-5.714 13.714-18.857 22.857-33.714 22.857h-146.286v256c0 20-16.571 36.571-36.571 36.571h-146.286c-20 0-36.571-16.571-36.571-36.571v-256h-146.286c-14.857 0-28-9.143-33.714-22.857-5.714-13.143-2.857-29.143 8-39.429l256-256c6.857-7.429 16.571-10.857 25.714-10.857s18.857 3.429 25.714 10.857l256 256c10.857 10.286 13.714 26.286 8 39.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "upload" + ], + "defaultCode": 61587, + "grid": 14 + }, + { + "id": 140, + "paths": [ + "M804 472c0-26.857-5.143-97.143-14.286-120-10.857-27.429-17.143-42.857-17.143-73.714 0-26.286 5.714-52 5.714-77.714 0-10.857-0.571-22.286-5.714-31.429-2.286-0.571-5.143-0.571-7.429-0.571-22.286 0-44.571 5.143-66.857 5.143-68 0-132.571-27.429-200.571-27.429-53.143 0-104.571 20-153.714 39.429-38.857 15.429-81.714 33.714-115.429 58.857-115.429 87.429-155.429 247.429-155.429 385.143 0 46.286 14.286 91.429 14.286 137.714 0 26.286-12.571 50.286-12.571 75.429 0 16 9.143 29.143 26.286 29.143 28 0 54.857-12.571 83.429-12.571 65.143 0 128.571 17.714 193.714 17.714 50.857 0 114.857-4 162.286-20.571 150.286-53.143 263.429-226.857 263.429-384.571zM877.143 470.857c0 190.286-132 390.857-312.571 454.857-56.571 20-126.857 25.143-186.286 25.143-65.143 0-129.143-16.571-193.714-16.571-27.429 0-54.857 16.571-83.429 16.571-56.571 0-99.429-50.857-99.429-105.143 0-26.857 12.571-50.857 12.571-77.143 0-46.286-14.286-91.429-14.286-138.286 0-162.286 49.714-341.714 184.571-444 38.857-29.714 87.429-50.857 132.571-68.571 58.286-23.429 117.143-44.571 180.571-44.571 68 0 132.571 27.429 199.429 27.429 21.714 0 43.429-5.714 65.714-5.714 65.143 0 88.571 46.286 88.571 105.714 0 25.714-5.714 52-5.714 77.714 0 20.571 5.143 28.571 12 46.857 13.143 33.143 19.429 109.143 19.429 145.714z" + ], + "width": 877.1291428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lemon-o" + ], + "defaultCode": 61588, + "grid": 14 + }, + { + "id": 141, + "paths": [ + "M804.571 708.571c0 20.571-9.143 60.571-17.714 79.429-12 28-44 46.286-69.714 60.571-33.714 18.286-68 29.143-106.286 29.143-53.143 0-101.143-21.714-149.714-39.429-34.857-12.571-68.571-28-100-47.429-97.143-60-214.286-177.143-274.286-274.286-19.429-31.429-34.857-65.143-47.429-100-17.714-48.571-39.429-96.571-39.429-149.714 0-38.286 10.857-72.571 29.143-106.286 14.286-25.714 32.571-57.714 60.571-69.714 18.857-8.571 58.857-17.714 79.429-17.714 4 0 8 0 12 1.714 12 4 24.571 32 30.286 43.429 18.286 32.571 36 65.714 54.857 97.714 9.143 14.857 26.286 33.143 26.286 50.857 0 34.857-103.429 85.714-103.429 116.571 0 15.429 14.286 35.429 22.286 49.143 57.714 104 129.714 176 233.714 233.714 13.714 8 33.714 22.286 49.143 22.286 30.857 0 81.714-103.429 116.571-103.429 17.714 0 36 17.143 50.857 26.286 32 18.857 65.143 36.571 97.714 54.857 11.429 5.714 39.429 18.286 43.429 30.286 1.714 4 1.714 8 1.714 12z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "phone" + ], + "defaultCode": 61589, + "grid": 14 + }, + { + "id": 142, + "paths": [ + "M640 146.286h-475.429c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429v-475.429c0-50.286-41.143-91.429-91.429-91.429zM804.571 237.714v475.429c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h475.429c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "square-o" + ], + "defaultCode": 61590, + "grid": 14 + }, + { + "id": 143, + "paths": [ + "M658.286 146.286h-585.143v709.714l292.571-280.571 50.857 48.571 241.714 232v-709.714zM665.143 73.143c8.571 0 17.143 1.714 25.143 5.143 25.143 9.714 41.143 33.143 41.143 58.857v736.571c0 25.714-16 49.143-41.143 58.857-8 3.429-16.571 4.571-25.143 4.571-17.714 0-34.286-6.286-47.429-18.286l-252-242.286-252 242.286c-13.143 12-29.714 18.857-47.429 18.857-8.571 0-17.143-1.714-25.143-5.143-25.143-9.714-41.143-33.143-41.143-58.857v-736.571c0-25.714 16-49.143 41.143-58.857 8-3.429 16.571-5.143 25.143-5.143h598.857z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark-o" + ], + "defaultCode": 61591, + "grid": 14 + }, + { + "id": 144, + "paths": [ + "M731.429 681.714c0-2.857 0-6.286-1.143-9.143-3.429-10.286-86.857-52.571-102.857-61.714-10.857-6.286-24-18.857-37.143-18.857-25.143 0-62.286 74.857-84.571 74.857-11.429 0-25.714-10.286-36-16-75.429-42.286-127.429-94.286-169.714-169.714-5.714-10.286-16-24.571-16-36 0-22.286 74.857-59.429 74.857-84.571 0-13.143-12.571-26.286-18.857-37.143-9.143-16-51.429-99.429-61.714-102.857-2.857-1.143-6.286-1.143-9.143-1.143-14.857 0-44 6.857-57.714 12.571-37.714 17.143-65.143 89.143-65.143 128.571 0 38.286 15.429 73.143 28.571 108.571 45.714 125.143 181.714 261.143 306.857 306.857 35.429 13.143 70.286 28.571 108.571 28.571 39.429 0 111.429-27.429 128.571-65.143 5.714-13.714 12.571-42.857 12.571-57.714zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "phone-square" + ], + "defaultCode": 61592, + "grid": 14 + }, + { + "id": 145, + "paths": [ + "M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "twitter" + ], + "defaultCode": 61593, + "grid": 14 + }, + { + "id": 146, + "paths": [ + "M548 6.857v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z" + ], + "width": 602.2582857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "facebook", + "facebook-f" + ], + "defaultCode": 61594, + "grid": 14 + }, + { + "id": 147, + "paths": [ + "M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857 0 193.714-125.714 358.286-300 416.571-22.286 4-30.286-9.714-30.286-21.143 0-14.286 0.571-61.714 0.571-120.571 0-41.143-13.714-67.429-29.714-81.143 97.714-10.857 200.571-48 200.571-216.571 0-48-17.143-86.857-45.143-117.714 4.571-11.429 19.429-56-4.571-116.571-36.571-11.429-120.571 45.143-120.571 45.143-34.857-9.714-72.571-14.857-109.714-14.857s-74.857 5.143-109.714 14.857c0 0-84-56.571-120.571-45.143-24 60.571-9.143 105.143-4.571 116.571-28 30.857-45.143 69.714-45.143 117.714 0 168 102.286 205.714 200 216.571-12.571 11.429-24 30.857-28 58.857-25.143 11.429-89.143 30.857-127.429-36.571-24-41.714-67.429-45.143-67.429-45.143-42.857-0.571-2.857 26.857-2.857 26.857 28.571 13.143 48.571 64 48.571 64 25.714 78.286 148 52 148 52 0 36.571 0.571 70.857 0.571 81.714 0 11.429-8 25.143-30.286 21.143-174.286-58.286-300-222.857-300-416.571 0-242.286 196.571-438.857 438.857-438.857zM166.286 703.429c1.143-2.286-0.571-5.143-4-6.857-3.429-1.143-6.286-0.571-7.429 1.143-1.143 2.286 0.571 5.143 4 6.857 2.857 1.714 6.286 1.143 7.429-1.143zM184 722.857c2.286-1.714 1.714-5.714-1.143-9.143-2.857-2.857-6.857-4-9.143-1.714-2.286 1.714-1.714 5.714 1.143 9.143 2.857 2.857 6.857 4 9.143 1.714zM201.143 748.571c2.857-2.286 2.857-6.857 0-10.857-2.286-4-6.857-5.714-9.714-3.429-2.857 1.714-2.857 6.286 0 10.286s7.429 5.714 9.714 4zM225.143 772.571c2.286-2.286 1.143-7.429-2.286-10.857-4-4-9.143-4.571-11.429-1.714-2.857 2.286-1.714 7.429 2.286 10.857 4 4 9.143 4.571 11.429 1.714zM257.714 786.857c1.143-3.429-2.286-7.429-7.429-9.143-4.571-1.143-9.714 0.571-10.857 4s2.286 7.429 7.429 8.571c4.571 1.714 9.714 0 10.857-3.429zM293.714 789.714c0-4-4.571-6.857-9.714-6.286-5.143 0-9.143 2.857-9.143 6.286 0 4 4 6.857 9.714 6.286 5.143 0 9.143-2.857 9.143-6.286zM326.857 784c-0.571-3.429-5.143-5.714-10.286-5.143-5.143 1.143-8.571 4.571-8 8.571 0.571 3.429 5.143 5.714 10.286 4.571s8.571-4.571 8-8z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "github" + ], + "defaultCode": 61595, + "grid": 14 + }, + { + "id": 148, + "paths": [ + "M950.857 329.143v146.286c0 20-16.571 36.571-36.571 36.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-146.286c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v109.714h54.857c30.286 0 54.857 24.571 54.857 54.857v329.143c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-329.143c0-30.286 24.571-54.857 54.857-54.857h384v-109.714c0-141.143 114.857-256 256-256s256 114.857 256 256z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "unlock" + ], + "defaultCode": 61596, + "grid": 14 + }, + { + "id": 149, + "paths": [ + "M1005.714 73.143c50.286 0 91.429 41.143 91.429 91.429v694.857c0 50.286-41.143 91.429-91.429 91.429h-914.286c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h914.286zM91.429 146.286c-9.714 0-18.286 8.571-18.286 18.286v128h950.857v-128c0-9.714-8.571-18.286-18.286-18.286h-914.286zM1005.714 877.714c9.714 0 18.286-8.571 18.286-18.286v-347.429h-950.857v347.429c0 9.714 8.571 18.286 18.286 18.286h914.286zM146.286 804.571v-73.143h146.286v73.143h-146.286zM365.714 804.571v-73.143h219.429v73.143h-219.429z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "credit-card" + ], + "defaultCode": 61597, + "grid": 14 + }, + { + "id": 150, + "paths": [ + "M219.429 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM512 838.286c0.571 10.286-2.857 20-9.714 27.429-6.857 8-16.571 12-26.857 12h-77.143c-18.857 0-34.286-14.286-36-33.143-16.571-174.286-154.857-312.571-329.143-329.143-18.857-1.714-33.143-17.143-33.143-36v-77.143c0-10.286 4-20 12-26.857 6.286-6.286 15.429-9.714 24.571-9.714h2.857c121.714 9.714 236.571 62.857 322.857 149.714 86.857 86.286 140 201.143 149.714 322.857zM804.571 839.429c0.571 9.714-2.857 19.429-10.286 26.857-6.857 7.429-16 11.429-26.286 11.429h-81.714c-19.429 0-35.429-14.857-36.571-34.286-18.857-332-283.429-596.571-615.429-616-19.429-1.143-34.286-17.143-34.286-36v-81.714c0-10.286 4-19.429 11.429-26.286 6.857-6.857 16-10.286 25.143-10.286h1.714c200 10.286 388 94.286 529.714 236.571 142.286 141.714 226.286 329.714 236.571 529.714z" + ], + "width": 805.1565714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "feed", + "rss" + ], + "defaultCode": 61598, + "grid": 14 + }, + { + "id": 151, + "paths": [ + "M594.286 694.857c0 25.143-20.571 45.714-45.714 45.714s-45.714-20.571-45.714-45.714 20.571-45.714 45.714-45.714 45.714 20.571 45.714 45.714zM740.571 694.857c0 25.143-20.571 45.714-45.714 45.714s-45.714-20.571-45.714-45.714 20.571-45.714 45.714-45.714 45.714 20.571 45.714 45.714zM804.571 786.286v-182.857c0-9.714-8.571-18.286-18.286-18.286h-694.857c-9.714 0-18.286 8.571-18.286 18.286v182.857c0 9.714 8.571 18.286 18.286 18.286h694.857c9.714 0 18.286-8.571 18.286-18.286zM101.714 512h674.286l-89.714-275.429c-2.857-9.714-13.714-17.143-24-17.143h-446.857c-10.286 0-21.143 7.429-24 17.143zM877.714 603.429v182.857c0 50.286-41.143 91.429-91.429 91.429h-694.857c-50.286 0-91.429-41.143-91.429-91.429v-182.857c0-15.429 4.571-28.571 9.143-42.857l112.571-346.286c13.143-40 51.429-68 93.714-68h446.857c42.286 0 80.571 28 93.714 68l112.571 346.286c4.571 14.286 9.143 27.429 9.143 42.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hdd-o" + ], + "defaultCode": 61600, + "grid": 14 + }, + { + "id": 152, + "paths": [ + "M950.857 365.714c40.571 0 73.143 32.571 73.143 73.143s-32.571 73.143-73.143 73.143v219.429c0 40-33.143 73.143-73.143 73.143-101.714-84.571-265.714-200.571-464-217.143-68 22.857-91.429 102.286-46.857 148-40 65.714 11.429 112 72 159.429-35.429 69.714-182.857 70.857-235.429 22.286-33.143-101.714-82.286-203.429-42.286-332h-69.714c-50.286 0-91.429-41.143-91.429-91.429v-109.714c0-50.286 41.143-91.429 91.429-91.429h274.286c219.429 0 402.286-128 512-219.429 40 0 73.143 33.143 73.143 73.143v219.429zM877.714 710.857v-545.143c-149.143 114.286-293.714 180-438.857 196v154.286c145.143 16 289.714 80.571 438.857 194.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bullhorn" + ], + "defaultCode": 61601, + "grid": 14 + }, + { + "id": 153, + "paths": [ + "M521.143 969.143c0-5.143-4-9.143-9.143-9.143-45.143 0-82.286-37.143-82.286-82.286 0-5.143-4-9.143-9.143-9.143s-9.143 4-9.143 9.143c0 55.429 45.143 100.571 100.571 100.571 5.143 0 9.143-4 9.143-9.143zM140.571 804.571h742.857c-102.286-115.429-152-272-152-475.429 0-73.714-69.714-182.857-219.429-182.857s-219.429 109.143-219.429 182.857c0 203.429-49.714 360-152 475.429zM987.429 804.571c0 40-33.143 73.143-73.143 73.143h-256c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286h-256c-40 0-73.143-33.143-73.143-73.143 84.571-71.429 182.857-199.429 182.857-475.429 0-109.714 90.857-229.714 242.286-252-2.857-6.857-4.571-14.286-4.571-22.286 0-30.286 24.571-54.857 54.857-54.857s54.857 24.571 54.857 54.857c0 8-1.714 15.429-4.571 22.286 151.429 22.286 242.286 142.286 242.286 252 0 276 98.286 404 182.857 475.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bell-o" + ], + "defaultCode": 61602, + "grid": 14 + }, + { + "id": 154, + "paths": [ + "M786.286 512l78.857 77.143c10.857 10.286 14.857 25.714 11.429 40-4 14.286-15.429 25.714-29.714 29.143l-107.429 27.429 30.286 106.286c4 14.286 0 29.714-10.857 40-10.286 10.857-25.714 14.857-40 10.857l-106.286-30.286-27.429 107.429c-3.429 14.286-14.857 25.714-29.143 29.714-3.429 0.571-7.429 1.143-10.857 1.143-10.857 0-21.714-4.571-29.143-12.571l-77.143-78.857-77.143 78.857c-10.286 10.857-25.714 14.857-40 11.429-14.857-4-25.714-15.429-29.143-29.714l-27.429-107.429-106.286 30.286c-14.286 4-29.714 0-40-10.857-10.857-10.286-14.857-25.714-10.857-40l30.286-106.286-107.429-27.429c-14.286-3.429-25.714-14.857-29.714-29.143-3.429-14.286 0.571-29.714 11.429-40l78.857-77.143-78.857-77.143c-10.857-10.286-14.857-25.714-11.429-40 4-14.286 15.429-25.714 29.714-29.143l107.429-27.429-30.286-106.286c-4-14.286 0-29.714 10.857-40 10.286-10.857 25.714-14.857 40-10.857l106.286 30.286 27.429-107.429c3.429-14.286 14.857-25.714 29.143-29.143 14.286-4 29.714 0 40 10.857l77.143 79.429 77.143-79.429c10.286-10.857 25.143-14.857 40-10.857 14.286 3.429 25.714 14.857 29.143 29.143l27.429 107.429 106.286-30.286c14.286-4 29.714 0 40 10.857 10.857 10.286 14.857 25.714 10.857 40l-30.286 106.286 107.429 27.429c14.286 3.429 25.714 14.857 29.714 29.143 3.429 14.286-0.571 29.714-11.429 40z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "certificate" + ], + "defaultCode": 61603, + "grid": 14 + }, + { + "id": 155, + "paths": [ + "M146.286 768c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM950.857 438.857c0-38.857-34.857-73.143-73.143-73.143h-329.143c0-36 54.857-73.143 54.857-146.286 0-54.857-42.857-73.143-91.429-73.143-16 0-45.143 66.286-51.429 79.429-6.857 12.571-13.714 25.143-21.143 37.143-18.857 30.286-40.571 56.571-64 82.857-36.571 41.714-77.143 93.143-137.714 93.143h-18.286v365.714h18.286c100 0 197.714 73.143 308.571 73.143 64 0 108-26.857 108-95.429 0-10.857-1.143-21.714-2.857-32 24-13.143 37.143-45.714 37.143-72 0-13.714-3.429-27.429-10.286-39.429 19.429-18.286 30.286-41.143 30.286-68 0-18.286-8-45.143-20-58.857h189.143c39.429 0 73.143-33.714 73.143-73.143zM1024 438.286c0 80-66.286 146.857-146.286 146.857h-96.571c-1.714 24-9.143 46.857-21.143 68 1.143 8 1.714 16.571 1.714 24.571 0 36.571-12 73.143-34.286 101.714 1.143 108-72.571 171.429-178.286 171.429-64 0-124.571-17.714-184-39.429-34.857-12.571-91.429-33.714-127.429-33.714h-164.571c-40.571 0-73.143-32.571-73.143-73.143v-365.714c0-40.571 32.571-73.143 73.143-73.143h164.571c27.429 0 66.286-49.143 82.857-68 20.571-23.429 40-46.857 57.143-73.714 33.143-53.143 57.714-150.857 134.286-150.857 90.857 0 164.571 49.714 164.571 146.286 0 25.143-4 49.714-12.571 73.143h213.714c78.857 0 146.286 66.857 146.286 145.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-o-right" + ], + "defaultCode": 61604, + "grid": 14 + }, + { + "id": 156, + "paths": [ + "M786.286 804.571h18.286v-365.714h-18.286c-60.571 0-101.143-51.429-137.714-93.143-23.429-26.286-45.143-52.571-64-82.857-8-12.571-14.857-25.714-21.714-38.857s-35.429-77.714-50.857-77.714c-48.571 0-91.429 18.286-91.429 73.143 0 73.143 54.857 110.286 54.857 146.286h-329.143c-38.286 0-73.143 34.286-73.143 73.143 0 39.429 33.714 73.143 73.143 73.143h189.143c-12 13.714-20 40.571-20 58.857 0 26.857 10.857 49.714 30.286 68-6.857 12-10.286 25.714-10.286 39.429 0 26.286 13.143 58.857 37.143 72-1.714 10.286-2.286 21.143-2.286 32 0 67.429 41.714 95.429 105.143 95.429 113.714 0 210.857-73.143 310.857-73.143zM950.857 768c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM1024 438.857v365.714c0 40.571-32.571 73.143-73.143 73.143h-164.571c-36 0-92.571 21.143-127.429 33.714-58.286 21.143-118.286 39.429-181.143 39.429-105.143 0-181.714-59.429-181.143-168.571l0.571-2.857c-22.857-28.571-34.857-65.143-34.857-101.714 0-8 0.571-16.571 1.714-24.571-12-21.143-19.429-44-21.143-68h-96.571c-80 0-146.286-66.857-146.286-146.857 0-78.857 67.429-145.714 146.286-145.714h213.714c-8.571-23.429-12.571-48-12.571-73.143 0-96.571 73.714-146.286 164.571-146.286 76.571 0 101.143 97.714 134.286 150.857 17.143 26.857 36.571 50.286 57.143 73.714 16.571 18.857 55.429 68 82.857 68h164.571c40.571 0 73.143 32.571 73.143 73.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-o-left" + ], + "defaultCode": 61605, + "grid": 14 + }, + { + "id": 157, + "paths": [ + "M731.429 914.286c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM804.571 477.714c0-64.571-26.286-108-95.429-108-10.857 0-21.714 1.143-32 2.857-13.143-24-45.714-37.143-72-37.143-13.714 0-27.429 3.429-39.429 10.286-18.286-19.429-41.143-30.286-68-30.286-18.286 0-45.143 8-58.857 20v-189.143c0-39.429-33.714-73.143-73.143-73.143-38.857 0-73.143 34.857-73.143 73.143v329.143c-36 0-73.143-54.857-146.286-54.857-54.857 0-73.143 42.857-73.143 91.429 0 16 66.286 45.143 79.429 51.429 12.571 6.857 25.143 13.714 37.143 21.143 30.286 18.857 56.571 40.571 82.857 64 41.714 36.571 93.143 77.143 93.143 137.714v18.286h365.714v-18.286c0-100 73.143-197.714 73.143-308.571zM877.714 474.857c0 64-17.714 124.571-39.429 184-12.571 34.857-33.714 91.429-33.714 127.429v164.571c0 40.571-32.571 73.143-73.143 73.143h-365.714c-40.571 0-73.143-32.571-73.143-73.143v-164.571c0-27.429-49.143-66.286-68-82.857-23.429-20.571-46.857-40-73.714-57.143-53.143-33.143-150.857-57.714-150.857-134.286 0-90.857 49.714-164.571 146.286-164.571 25.143 0 49.714 4 73.143 12.571v-213.714c0-78.857 66.857-146.286 145.714-146.286 80 0 146.857 66.286 146.857 146.286v96.571c24 1.714 46.857 9.143 68 21.143 8-1.143 16.571-1.714 24.571-1.714 36.571 0 73.143 12 101.714 34.286 108-1.143 171.429 72.571 171.429 178.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-o-up" + ], + "defaultCode": 61606, + "grid": 14 + }, + { + "id": 158, + "paths": [ + "M804.571 548.571c0-113.714-73.143-210.857-73.143-310.857v-18.286h-365.714v18.286c0 60.571-51.429 101.143-93.143 137.714-26.286 23.429-52.571 45.143-82.857 64-12.571 8-25.714 14.857-38.857 21.714s-77.714 35.429-77.714 50.857c0 48.571 18.286 91.429 73.143 91.429 73.143 0 110.286-54.857 146.286-54.857v329.143c0 38.286 34.286 73.143 73.143 73.143 39.429 0 73.143-33.714 73.143-73.143v-189.143c14.857 11.429 40 20 58.857 20 26.857 0 49.714-10.857 68-30.286 12 6.857 25.714 10.286 39.429 10.286 26.286 0 58.857-13.143 72-37.143 10.286 1.714 21.143 2.286 32 2.286 67.429 0 95.429-41.714 95.429-105.143zM731.429 109.714c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM877.714 546.286c0 105.143-59.429 181.714-168.571 181.143l-2.857-0.571c-28.571 22.857-65.143 34.857-101.714 34.857-8 0-16.571-0.571-24.571-1.714-19.429 10.857-45.714 18.857-68 21.143v96.571c0 80-66.857 146.286-146.857 146.286-78.857 0-145.714-67.429-145.714-146.286v-213.714c-22.286 9.143-49.143 12.571-73.143 12.571-96 0-146.286-73.714-146.286-164.571 0-76.571 97.714-101.143 150.857-134.286 26.857-17.143 50.286-36.571 73.714-57.143 18.857-16.571 68-55.429 68-82.857v-164.571c0-40.571 32.571-73.143 73.143-73.143h365.714c40.571 0 73.143 32.571 73.143 73.143v164.571c0 36 21.143 92.571 33.714 127.429 21.143 58.286 39.429 118.286 39.429 181.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-o-down" + ], + "defaultCode": 61607, + "grid": 14 + }, + { + "id": 159, + "paths": [ + "M731.429 548.571v-73.143c0-20-16.571-36.571-36.571-36.571h-286.857l108-108c6.857-6.857 10.857-16 10.857-25.714s-4-18.857-10.857-25.714l-52-52c-6.857-6.857-16-10.286-25.714-10.286s-18.857 3.429-25.714 10.286l-258.857 258.857c-6.857 6.857-10.286 16-10.286 25.714s3.429 18.857 10.286 25.714l258.857 258.857c6.857 6.857 16 10.286 25.714 10.286s18.857-3.429 25.714-10.286l52-52c6.857-6.857 10.286-16 10.286-25.714s-3.429-18.857-10.286-25.714l-108-108h286.857c20 0 36.571-16.571 36.571-36.571zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-left" + ], + "defaultCode": 61608, + "grid": 14 + }, + { + "id": 160, + "paths": [ + "M734.286 512c0-9.714-3.429-18.857-10.286-25.714l-258.857-258.857c-6.857-6.857-16-10.286-25.714-10.286s-18.857 3.429-25.714 10.286l-52 52c-6.857 6.857-10.286 16-10.286 25.714s3.429 18.857 10.286 25.714l108 108h-286.857c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h286.857l-108 108c-6.857 6.857-10.857 16-10.857 25.714s4 18.857 10.857 25.714l52 52c6.857 6.857 16 10.286 25.714 10.286s18.857-3.429 25.714-10.286l258.857-258.857c6.857-6.857 10.286-16 10.286-25.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-right" + ], + "defaultCode": 61609, + "grid": 14 + }, + { + "id": 161, + "paths": [ + "M733.714 511.429c0-9.714-3.429-18.857-10.286-25.714l-258.857-258.857c-6.857-6.857-16-10.286-25.714-10.286s-18.857 3.429-25.714 10.286l-258.857 258.857c-6.857 6.857-10.286 16-10.286 25.714s3.429 18.857 10.286 25.714l52 52c6.857 6.857 16 10.286 25.714 10.286s18.857-3.429 25.714-10.286l108-108v286.857c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571v-286.857l108 108c6.857 6.857 16 10.857 25.714 10.857s18.857-4 25.714-10.857l52-52c6.857-6.857 10.286-16 10.286-25.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-up" + ], + "defaultCode": 61610, + "grid": 14 + }, + { + "id": 162, + "paths": [ + "M733.714 512.571c0-9.714-3.429-18.857-10.286-25.714l-52-52c-6.857-6.857-16-10.286-25.714-10.286s-18.857 3.429-25.714 10.286l-108 108v-286.857c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v286.857l-108-108c-6.857-6.857-16-10.857-25.714-10.857s-18.857 4-25.714 10.857l-52 52c-6.857 6.857-10.286 16-10.286 25.714s3.429 18.857 10.286 25.714l258.857 258.857c6.857 6.857 16 10.286 25.714 10.286s18.857-3.429 25.714-10.286l258.857-258.857c6.857-6.857 10.286-16 10.286-25.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-down" + ], + "defaultCode": 61611, + "grid": 14 + }, + { + "id": 163, + "paths": [ + "M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM595.429 370.857c-4.571 3.429-7.429 9.714-13.143 10.857 2.857-0.571 5.714-10.857 7.429-13.143 3.429-4 8-6.286 12.571-8.571 9.714-4 19.429-5.143 29.714-6.857 9.714-2.286 21.714-2.286 29.143 6.286-1.714-1.714 12-13.714 13.714-14.286 5.143-2.857 13.714-1.714 17.143-6.857 1.143-1.714 1.143-12.571 1.143-12.571-9.714 1.143-13.143-8-13.714-16 0 0.571-1.143 2.286-3.429 4.571 0.571-8.571-10.286-2.286-14.286-3.429-13.143-3.429-11.429-12.571-15.429-22.286-2.286-5.143-8.571-6.857-10.857-12-2.286-3.429-3.429-10.857-8.571-11.429-3.429-0.571-9.714 12-10.857 11.429-5.143-2.857-7.429 1.143-11.429 3.429-3.429 2.286-6.286 1.143-9.714 2.857 10.286-3.429-4.571-9.143-9.714-8 8-2.286 4-10.857-0.571-14.857h2.857c-1.143-5.143-17.143-9.714-22.286-13.143s-32.571-9.143-38.286-5.714c-6.857 4 1.714 15.429 1.714 21.143 0.571 6.857-6.857 8.571-6.857 14.286 0 9.714 18.286 8 13.714 21.143-2.857 8-13.714 9.714-18.286 16-4.571 5.714 0.571 16 5.143 20 4.571 3.429-8 9.143-9.714 10.286-9.714 4.571-17.143-9.714-19.429-18.286-1.714-6.286-2.286-13.714-9.143-17.143-3.429-1.143-14.286-2.857-16.571 0.571-3.429-8.571-15.429-12-23.429-14.857-11.429-4-21.143-4-33.143-2.286 4-0.571-1.143-18.286-10.857-15.429 2.857-5.714 1.714-12 2.857-17.714 1.143-4.571 3.429-9.143 6.857-13.143 1.143-2.286 13.714-15.429 9.714-16 9.714 1.143 20.571 1.714 28.571-6.286 5.143-5.143 7.429-13.714 12.571-19.429 7.429-8.571 16.571 2.286 24.571 2.857 11.429 0.571 10.857-12 4.571-17.714 7.429 0.571 1.143-13.143-2.857-14.857-5.143-1.714-24.571 3.429-14.286 7.429-2.286-1.143-16 27.429-24 13.143-2.286-2.857-3.429-14.857-8.571-15.429-4.571 0-7.429 5.143-9.143 8.571 2.857-7.429-16-12.571-20-13.143 8.571-5.714 1.714-12-4.571-15.429-4.571-2.857-18.857-5.143-22.857-0.571-10.857 13.143 11.429 14.857 17.143 18.286 1.714 1.143 8.571 5.143 4.571 8-3.429 1.714-13.714 4.571-14.857 6.857-3.429 5.143 4 10.857-1.143 16-5.143-5.143-5.143-13.714-9.143-19.429 5.143 6.286-20.571 2.857-20 2.857-8.571 0-22.286 5.714-28.571-2.857-1.143-2.286-1.143-15.429 2.286-12.571-5.143-4-8.571-8-12-10.286-18.857 6.286-36.571 14.286-53.714 23.429 2.286 0.571 4 0.571 6.857-0.571 4.571-1.714 8.571-4.571 13.143-6.857 5.714-2.286 17.714-9.143 24-4 0.571-1.143 2.286-2.286 2.857-2.857 4 4.571 8 9.143 11.429 14.286-4.571-2.286-12-1.143-17.143-0.571-4 1.143-10.857 2.286-12.571 6.857 1.714 2.857 4 7.429 2.857 10.286-7.429-5.143-13.143-13.714-23.429-14.857-4.571 0-9.143 0-12.571 0.571-54.857 30.286-101.143 74.286-134.286 126.857 2.286 2.286 4.571 4 6.857 4.571 5.714 1.714 0 18.286 10.857 9.714 3.429 2.857 4 6.857 1.714 10.857 0.571-0.571 23.429 14.286 25.143 15.429 4 3.429 10.286 7.429 12 12 1.143 4-2.286 8.571-5.714 10.286-0.571-1.143-9.143-9.714-10.286-7.429-1.714 2.857 0 18.286 6.286 17.714-9.143 0.571-5.143 36-7.429 42.857 0 0.571 1.143 0.571 1.143 0.571-1.714 6.857 4 33.714 15.429 30.857-7.429 1.714 13.143 28 16 29.714 7.429 5.143 16 8.571 21.143 16 5.714 8 5.714 20 13.714 26.286-2.286 6.857 12 14.857 11.429 24.571-1.143 0.571-1.714 0.571-2.857 1.143 2.857 8 13.714 8 17.714 15.429 2.286 4.571 0 15.429 7.429 13.143 1.143-12.571-7.429-25.143-13.714-35.429-3.429-5.714-6.857-10.857-9.714-16.571-2.857-5.143-3.429-11.429-5.714-17.143 2.286 0.571 14.857 5.143 13.714 6.857-4.571 11.429 18.286 31.429 24.571 38.857 1.714 1.714 14.857 18.857 8 18.857 7.429 0 17.714 11.429 21.143 17.143 5.143 8.571 4 19.429 7.429 28.571 3.429 11.429 19.429 16.571 28.571 21.714 8 4 14.857 9.714 22.857 12.571 12 4.571 14.857 0.571 25.143-1.143 14.857-2.286 16.571 14.286 28.571 20.571 7.429 4 23.429 9.714 31.429 6.286-3.429 1.143 12 24.571 13.143 26.286 5.143 6.857 14.857 10.286 20.571 17.143 1.714-1.143 3.429-2.857 4-5.143-2.286 6.286 8.571 18.286 14.286 17.143 6.286-1.143 8-13.714 8-18.286-11.429 5.714-21.714 1.143-28-10.286-1.143-2.857-10.286-18.857-2.286-18.857 10.857 0 3.429-8.571 2.286-16.571s-9.143-13.143-13.143-20c-3.429 6.857-14.857 5.143-18.286-0.571 0 1.714-1.714 4.571-1.714 6.857-2.857 0-5.714 0.571-8.571-0.571 1.143-6.857 1.714-15.429 3.429-22.857 2.857-10.286 21.714-30.286-2.857-29.143-8.571 0.571-12 4-14.857 11.429-2.857 6.857-1.714 13.143-9.714 16.571-5.143 2.286-22.286 1.143-27.429-1.714-10.857-6.286-18.286-26.286-18.286-37.714-0.571-15.429 7.429-29.143 0-43.429 3.429-2.857 6.857-8.571 10.857-11.429 3.429-2.286 7.429 1.714 9.143-5.143-1.714-1.143-4-3.429-4.571-3.429 8.571 4 24.571-5.714 32 0 4.571 3.429 9.714 4.571 12.571-1.143 0.571-1.714-4-8.571-1.714-13.143 1.714 9.714 8 11.429 16.571 5.143 3.429 3.429 12.571 2.286 18.857 5.714 6.286 4 7.429 10.286 14.857 1.714 4.571 6.857 5.143 6.857 6.857 13.714 1.714 6.286 5.143 22.286 10.857 25.143 12 7.429 9.143-12.571 8-19.429-0.571-0.571-0.571-19.429-1.143-19.429-18.286-4-11.429-18.286-1.143-28 1.714-1.143 14.857-5.714 20.571-10.286 5.143-4.571 11.429-12.571 8.571-20 2.857 0 5.143-2.286 6.286-5.143-1.714-0.571-8.571-6.286-9.714-5.714 4-2.286 3.429-5.714 1.143-9.143 5.714-3.429 2.857-9.714 8.571-12 6.286 8.571 18.857-1.143 12.571-8 5.714-8 18.857-4 22.286-11.429 8.571 2.286 2.286-8.571 6.857-14.857 4-5.143 10.857-5.143 16-8 0 0.571 14.286-8 9.714-8.571 9.714 1.143 29.143-9.143 14.286-17.714 2.286-5.143-5.143-7.429-10.286-8.571 4-1.143 9.143 1.143 12.571-1.143 7.429-5.143 2.286-7.429-4-9.143-8-2.286-18.286 2.857-24.571 6.857zM502.286 872c78.286-13.714 148-52.571 200.571-108-3.429-3.429-9.714-2.286-14.286-4.571-4.571-1.714-8-3.429-13.714-4.571 1.143-11.429-11.429-15.429-19.429-21.143-7.429-5.714-12-12-22.857-9.714-1.143 0.571-12.571 4.571-10.286 6.857-7.429-6.286-10.857-9.714-20.571-12.571-9.143-2.857-15.429-14.286-24.571-4-4.571 4.571-2.286 11.429-4.571 16-7.429-6.286 6.857-13.714 1.143-20.571-6.857-8-18.857 5.143-24.571 8.571-3.429 2.857-7.429 4-9.714 7.429-2.857 4-4 9.143-6.286 13.143-1.714-4.571-11.429-3.429-12-6.857 2.286 13.714 2.286 28 5.143 41.714 1.714 8 0 21.143-6.857 27.429s-15.429 13.143-16.571 22.857c-1.143 6.857 0.571 13.143 6.857 14.857 0.571 8.571-9.143 14.857-8.571 24 0 0.571 0.571 6.286 1.143 9.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "globe" + ], + "defaultCode": 61612, + "grid": 14 + }, + { + "id": 164, + "paths": [ + "M219.429 841.143c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM587.429 601.143l-389.714 389.714c-13.143 13.143-32 21.143-51.429 21.143s-38.286-8-52-21.143l-60.571-61.714c-13.714-13.143-21.714-32-21.714-51.429s8-38.286 21.714-52l389.143-389.143c29.714 74.857 89.714 134.857 164.571 164.571zM949.714 352.571c0 18.857-6.857 42.286-13.143 60.571-36 101.714-133.714 172-241.714 172-141.143 0-256-114.857-256-256s114.857-256 256-256c41.714 0 96 12.571 130.857 36 5.714 4 9.143 9.143 9.143 16 0 6.286-4 12.571-9.143 16l-167.429 96.571v128l110.286 61.143c18.857-10.857 151.429-94.286 162.857-94.286s18.286 8.571 18.286 20z" + ], + "width": 961.6822857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wrench" + ], + "defaultCode": 61613, + "grid": 14 + }, + { + "id": 165, + "paths": [ + "M585.143 804.571h365.714v-73.143h-365.714v73.143zM365.714 512h585.143v-73.143h-585.143v73.143zM731.429 219.429h219.429v-73.143h-219.429v73.143zM1024 694.857v146.286c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 402.286v146.286c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571zM1024 109.714v146.286c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h950.857c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tasks" + ], + "defaultCode": 61614, + "grid": 14 + }, + { + "id": 166, + "paths": [ + "M801.714 168.571c5.714 13.714 2.857 29.714-8 40l-281.714 281.714v424c0 14.857-9.143 28-22.286 33.714-4.571 1.714-9.714 2.857-14.286 2.857-9.714 0-18.857-3.429-25.714-10.857l-146.286-146.286c-6.857-6.857-10.857-16-10.857-25.714v-277.714l-281.714-281.714c-10.857-10.286-13.714-26.286-8-40 5.714-13.143 18.857-22.286 33.714-22.286h731.429c14.857 0 28 9.143 33.714 22.286z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "filter" + ], + "defaultCode": 61616, + "grid": 14 + }, + { + "id": 167, + "paths": [ + "M365.714 146.286h292.571v-73.143h-292.571v73.143zM1024 512v274.286c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-274.286h384v91.429c0 20 16.571 36.571 36.571 36.571h182.857c20 0 36.571-16.571 36.571-36.571v-91.429h384zM585.143 512v73.143h-146.286v-73.143h146.286zM1024 237.714v219.429h-1024v-219.429c0-50.286 41.143-91.429 91.429-91.429h201.143v-91.429c0-30.286 24.571-54.857 54.857-54.857h329.143c30.286 0 54.857 24.571 54.857 54.857v91.429h201.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "briefcase" + ], + "defaultCode": 61617, + "grid": 14 + }, + { + "id": 168, + "paths": [ + "M733.143 309.143l-202.857 202.857 202.857 202.857 82.286-82.286c10.286-10.857 26.286-13.714 40-8 13.143 5.714 22.286 18.857 22.286 33.714v256c0 20-16.571 36.571-36.571 36.571h-256c-14.857 0-28-9.143-33.714-22.857-5.714-13.143-2.857-29.143 8-39.429l82.286-82.286-202.857-202.857-202.857 202.857 82.286 82.286c10.857 10.286 13.714 26.286 8 39.429-5.714 13.714-18.857 22.857-33.714 22.857h-256c-20 0-36.571-16.571-36.571-36.571v-256c0-14.857 9.143-28 22.857-33.714 13.143-5.714 29.143-2.857 39.429 8l82.286 82.286 202.857-202.857-202.857-202.857-82.286 82.286c-6.857 6.857-16 10.857-25.714 10.857-4.571 0-9.714-1.143-13.714-2.857-13.714-5.714-22.857-18.857-22.857-33.714v-256c0-20 16.571-36.571 36.571-36.571h256c14.857 0 28 9.143 33.714 22.857 5.714 13.143 2.857 29.143-8 39.429l-82.286 82.286 202.857 202.857 202.857-202.857-82.286-82.286c-10.857-10.286-13.714-26.286-8-39.429 5.714-13.714 18.857-22.857 33.714-22.857h256c20 0 36.571 16.571 36.571 36.571v256c0 14.857-9.143 28-22.286 33.714-4.571 1.714-9.714 2.857-14.286 2.857-9.714 0-18.857-4-25.714-10.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrows-alt" + ], + "defaultCode": 61618, + "grid": 14 + }, + { + "id": 169, + "paths": [ + "M338.857 512c-59.429 1.714-113.143 27.429-151.429 73.143h-76.571c-57.143 0-110.857-27.429-110.857-90.857 0-46.286-1.714-201.714 70.857-201.714 12 0 71.429 48.571 148.571 48.571 26.286 0 51.429-4.571 76-13.143-1.714 12.571-2.857 25.143-2.857 37.714 0 52 16.571 103.429 46.286 146.286zM950.857 876c0 92.571-61.143 148-152.571 148h-499.429c-91.429 0-152.571-55.429-152.571-148 0-129.143 30.286-327.429 197.714-327.429 19.429 0 90.286 79.429 204.571 79.429s185.143-79.429 204.571-79.429c167.429 0 197.714 198.286 197.714 327.429zM365.714 146.286c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286zM768 365.714c0 121.143-98.286 219.429-219.429 219.429s-219.429-98.286-219.429-219.429 98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429zM1097.143 494.286c0 63.429-53.714 90.857-110.857 90.857h-76.571c-38.286-45.714-92-71.429-151.429-73.143 29.714-42.857 46.286-94.286 46.286-146.286 0-12.571-1.143-25.143-2.857-37.714 24.571 8.571 49.714 13.143 76 13.143 77.143 0 136.571-48.571 148.571-48.571 72.571 0 70.857 155.429 70.857 201.714zM1024 146.286c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "group", + "users" + ], + "defaultCode": 61632, + "grid": 14 + }, + { + "id": 170, + "paths": [ + "M832 694.857c0-14.857-5.714-28.571-16-38.857l-118.857-118.857c-10.286-10.286-24.571-16-38.857-16-16.571 0-29.714 6.286-41.143 18.286 18.857 18.857 41.143 34.857 41.143 64 0 30.286-24.571 54.857-54.857 54.857-29.143 0-45.143-22.286-64-41.143-12 11.429-18.857 24.571-18.857 41.714 0 14.286 5.714 28.571 16 38.857l117.714 118.286c10.286 10.286 24.571 15.429 38.857 15.429s28.571-5.143 38.857-14.857l84-83.429c10.286-10.286 16-24 16-38.286zM430.286 292c0-14.286-5.714-28.571-16-38.857l-117.714-118.286c-10.286-10.286-24.571-16-38.857-16s-28.571 5.714-38.857 15.429l-84 83.429c-10.286 10.286-16 24-16 38.286 0 14.857 5.714 28.571 16 38.857l118.857 118.857c10.286 10.286 24.571 15.429 38.857 15.429 16.571 0 29.714-5.714 41.143-17.714-18.857-18.857-41.143-34.857-41.143-64 0-30.286 24.571-54.857 54.857-54.857 29.143 0 45.143 22.286 64 41.143 12-11.429 18.857-24.571 18.857-41.714zM941.714 694.857c0 43.429-17.714 85.714-48.571 116l-84 83.429c-30.857 30.857-72.571 47.429-116 47.429-44 0-85.714-17.143-116.571-48.571l-117.714-118.286c-30.857-30.857-47.429-72.571-47.429-116 0-45.143 18.286-88 50.286-119.429l-50.286-50.286c-31.429 32-73.714 50.286-118.857 50.286-43.429 0-85.714-17.143-116.571-48l-118.857-118.857c-31.429-31.429-48-72.571-48-116.571 0-43.429 17.714-85.714 48.571-116l84-83.429c30.857-30.857 72.571-47.429 116-47.429 44 0 85.714 17.143 116.571 48.571l117.714 118.286c30.857 30.857 47.429 72.571 47.429 116 0 45.143-18.286 88-50.286 119.429l50.286 50.286c31.429-32 73.714-50.286 118.857-50.286 43.429 0 85.714 17.143 116.571 48l118.857 118.857c31.429 31.429 48 72.571 48 116.571z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chain", + "link" + ], + "defaultCode": 61633, + "grid": 14 + }, + { + "id": 171, + "paths": [ + "M1097.143 658.286c0 121.143-98.286 219.429-219.429 219.429h-621.714c-141.143 0-256-114.857-256-256 0-102.286 60.571-190.857 147.429-231.429-0.571-8-1.143-16.571-1.143-24.571 0-161.714 130.857-292.571 292.571-292.571 122.286 0 226.857 74.857 270.857 181.714 25.143-22.286 58.286-35.429 94.857-35.429 80.571 0 146.286 65.714 146.286 146.286 0 29.143-8.571 56-23.429 78.857 97.143 22.857 169.714 109.714 169.714 213.714z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud" + ], + "defaultCode": 61634, + "grid": 14 + }, + { + "id": 172, + "paths": [ + "M872.571 827.429c42.857 68 12.571 123.429-68 123.429h-658.286c-80.571 0-110.857-55.429-68-123.429l287.429-453.143v-228h-36.571c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h292.571c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571h-36.571v228zM427.429 413.143l-155.429 245.143h406.857l-155.429-245.143-11.429-17.714v-249.143h-73.143v249.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flask" + ], + "defaultCode": 61635, + "grid": 14 + }, + { + "id": 173, + "paths": [ + "M548.571 512c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM720 548.571l289.714 227.429c10.286 7.429 15.429 20 14.286 32-1.714 12.571-9.143 23.429-20 29.143l-73.143 36.571c-5.143 2.857-10.857 4-16.571 4-6.286 0-12.571-1.714-17.714-4.571l-394.286-221.143-62.857 37.714c-2.286 1.143-4.571 2.286-6.857 2.857 5.143 17.714 7.429 36.571 5.714 55.429-5.143 58.857-44.571 114.857-107.429 154.857-48.571 30.857-104.571 48-158.286 48-51.429 0-94.857-15.429-126.857-44.571-32.571-30.286-49.143-73.714-45.143-118.286 5.143-58.286 44.571-114.857 106.857-154.857 48.571-30.857 105.143-48 158.857-48 32 0 61.143 6.286 86.286 17.714 3.429-5.143 7.429-9.143 12.571-12.571l69.714-41.714-69.714-41.714c-5.143-3.429-9.143-7.429-12.571-12.571-25.143 11.429-54.286 17.714-86.286 17.714-53.714 0-110.286-17.143-158.857-48-62.286-40-101.714-96.571-106.857-154.857-4-44.571 12.571-88 45.143-117.714 32-29.714 75.429-45.143 126.857-45.143 53.714 0 109.714 17.143 158.286 48 62.857 39.429 102.286 96 107.429 154.857 1.714 18.857-0.571 37.714-5.714 55.429 2.286 0.571 4.571 1.714 6.857 2.857l62.857 37.714 394.286-221.143c5.143-2.857 11.429-4.571 17.714-4.571 5.714 0 11.429 1.143 16.571 4l73.143 36.571c10.857 5.714 18.286 16.571 20 29.143 1.143 12-4 24.571-14.286 32zM330.857 400c34.857-32 13.143-89.714-48.571-128.571-34.857-22.286-75.429-33.714-109.714-33.714-26.286 0-49.714 6.857-64.571 20.571-34.857 32-13.143 89.714 48.571 128.571 34.857 22.286 74.857 33.714 109.714 33.714 26.286 0 49.714-6.857 64.571-20.571zM282.286 825.714c61.714-38.857 83.429-96.571 48.571-128.571-14.857-13.714-38.286-20.571-64.571-20.571-34.857 0-74.857 11.429-109.714 33.714-61.714 38.857-83.429 96.571-48.571 128.571 14.857 13.714 38.286 20.571 64.571 20.571 34.286 0 74.857-11.429 109.714-33.714zM384 475.429l54.857 33.143v-6.286c0-13.143 7.429-25.143 18.857-32l8-4.571-45.143-26.857-14.857 14.857c-4.571 4.571-8 9.143-12.571 13.143-1.714 1.714-2.857 2.286-4 3.429zM512 603.429l54.857 18.286 420.571-329.143-73.143-36.571-438.857 246.286v64.571l-91.429 54.857 5.143 4.571c1.143 1.714 2.286 2.286 4 3.429 4.571 4.571 8 9.143 12.571 13.714l14.857 14.857zM914.286 841.143l73.143-36.571-297.143-233.143-101.143 78.857c-1.714 2.286-4.571 2.857-7.429 4z" + ], + "width": 1021.7325714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cut", + "scissors" + ], + "defaultCode": 61636, + "grid": 14 + }, + { + "id": 174, + "paths": [ + "M969.143 219.429c30.286 0 54.857 24.571 54.857 54.857v694.857c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-164.571h-310.857c-30.286 0-54.857-24.571-54.857-54.857v-384c0-30.286 17.714-72.571 38.857-93.714l233.143-233.143c21.143-21.143 63.429-38.857 93.714-38.857h237.714c30.286 0 54.857 24.571 54.857 54.857v187.429c22.286-13.143 50.857-22.857 73.143-22.857h237.714zM658.286 341.143l-170.857 170.857h170.857v-170.857zM292.571 121.714l-170.857 170.857h170.857v-170.857zM404.571 491.429l180.571-180.571v-237.714h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h292.571v-146.286c0-30.286 17.714-72.571 38.857-93.714zM950.857 950.857v-658.286h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "copy", + "files-o" + ], + "defaultCode": 61637, + "grid": 14 + }, + { + "id": 175, + "paths": [ + "M802.286 791.429c0 89.143-68 157.143-157.143 157.143-50.286 0-98.857-21.714-134.286-57.143l-444-443.429c-40.571-41.143-64.571-97.143-64.571-154.857 0-121.143 95.429-217.714 216.571-217.714 58.286 0 114.286 23.429 156 64.571l345.714 346.286c3.429 3.429 5.714 8 5.714 12.571 0 12-32 44-44 44-5.143 0-9.714-2.286-13.143-5.714l-346.286-346.857c-27.429-26.857-64.571-44-103.429-44-81.143 0-144 65.714-144 146.286 0 38.857 16 76 43.429 103.429l443.429 444c21.714 21.714 52 36 82.857 36 48.571 0 84.571-36 84.571-84.571 0-31.429-14.286-61.143-36-82.857l-332-332c-9.143-8.571-21.714-13.714-34.286-13.714-21.714 0-38.286 16-38.286 38.286 0 12.571 5.714 24.571 14.286 33.714l234.286 234.286c3.429 3.429 5.714 8 5.714 12.571 0 12-32.571 44.571-44.571 44.571-4.571 0-9.143-2.286-12.571-5.714l-234.286-234.286c-22.857-22.286-36-53.714-36-85.143 0-62.857 49.143-112 112-112 32 0 62.857 13.143 85.143 36l332 332c36 35.429 57.143 84 57.143 134.286z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paperclip" + ], + "defaultCode": 61638, + "grid": 14 + }, + { + "id": 176, + "paths": [ + "M219.429 877.714h438.857v-219.429h-438.857v219.429zM731.429 877.714h73.143v-512c0-10.857-9.714-34.286-17.143-41.714l-160.571-160.571c-8-8-30.286-17.143-41.714-17.143v237.714c0 30.286-24.571 54.857-54.857 54.857h-329.143c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-73.143v731.429h73.143v-237.714c0-30.286 24.571-54.857 54.857-54.857h475.429c30.286 0 54.857 24.571 54.857 54.857v237.714zM512 347.429v-182.857c0-9.714-8.571-18.286-18.286-18.286h-109.714c-9.714 0-18.286 8.571-18.286 18.286v182.857c0 9.714 8.571 18.286 18.286 18.286h109.714c9.714 0 18.286-8.571 18.286-18.286zM877.714 365.714v530.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-768c0-30.286 24.571-54.857 54.857-54.857h530.286c30.286 0 72 17.143 93.714 38.857l160 160c21.714 21.714 38.857 63.429 38.857 93.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "floppy-o", + "save" + ], + "defaultCode": 61639, + "grid": 14 + }, + { + "id": 177, + "paths": [ + "M877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "square" + ], + "defaultCode": 61640, + "grid": 14 + }, + { + "id": 178, + "paths": [ + "M877.714 768v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 475.429v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 182.857v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bars", + "navicon", + "reorder" + ], + "defaultCode": 61641, + "grid": 14 + }, + { + "id": 179, + "paths": [ + "M219.429 804.571c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM219.429 512c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM1024 749.714v109.714c0 9.714-8.571 18.286-18.286 18.286h-694.857c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h694.857c9.714 0 18.286 8.571 18.286 18.286zM219.429 219.429c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM1024 457.143v109.714c0 9.714-8.571 18.286-18.286 18.286h-694.857c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h694.857c9.714 0 18.286 8.571 18.286 18.286zM1024 164.571v109.714c0 9.714-8.571 18.286-18.286 18.286h-694.857c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h694.857c9.714 0 18.286 8.571 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list-ul" + ], + "defaultCode": 61642, + "grid": 14 + }, + { + "id": 180, + "paths": [ + "M217.714 925.714c0 62.857-49.143 98.286-108.571 98.286-36 0-72.571-12-98.286-37.714l32.571-50.286c15.429 14.286 38.857 25.714 60.571 25.714 20 0 41.143-9.714 41.143-32.571 0-32-36.571-33.714-60-32l-14.857-32c20.571-26.286 39.429-55.429 64-77.714v-0.571c-18.286 0-37.143 1.143-55.429 1.143v30.286h-60.571v-86.857h190.286v50.286l-54.286 65.714c38.286 9.143 63.429 38.857 63.429 78.286zM218.857 567.429v90.857h-206.857c-1.714-10.286-3.429-20.571-3.429-30.857 0-105.714 129.143-121.714 129.143-169.714 0-19.429-12-29.714-30.857-29.714-20 0-36.571 17.143-46.286 33.143l-48.571-33.714c18.857-39.429 57.714-61.714 101.143-61.714 53.143 0 98.857 31.429 98.857 88 0 84.571-124 103.429-125.714 148h72.571v-34.286h60zM1024 749.714v109.714c0 9.714-8.571 18.286-18.286 18.286h-694.857c-10.286 0-18.286-8.571-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h694.857c9.714 0 18.286 8 18.286 18.286zM219.429 236v56.571h-191.429v-56.571h61.143c0-46.286 0.571-92.571 0.571-138.857v-6.857h-1.143c-6.286 12.571-17.714 21.143-28.571 30.857l-40.571-43.429 77.714-72.571h60.571v230.857h61.714zM1024 457.143v109.714c0 9.714-8.571 18.286-18.286 18.286h-694.857c-10.286 0-18.286-8.571-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h694.857c9.714 0 18.286 8 18.286 18.286zM1024 164.571v109.714c0 9.714-8.571 18.286-18.286 18.286h-694.857c-10.286 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8-18.286 18.286-18.286h694.857c9.714 0 18.286 8.571 18.286 18.286z" + ], + "width": 1032.5577142857144, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list-ol" + ], + "defaultCode": 61643, + "grid": 14 + }, + { + "id": 181, + "paths": [ + "M1005.714 512c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-987.429c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h987.429zM276 475.429c-10.857-13.714-20.571-29.143-29.143-45.714-18.286-37.143-27.429-73.143-27.429-107.429 0-69.714 25.714-128 76.571-176.571s125.714-72.571 224.571-72.571c21.714 0 53.143 4 95.429 10.857 25.143 4.571 58.857 13.714 101.143 27.429 4 14.857 8 37.714 12 67.429 5.143 45.143 8 80 8 104.571 0 8-1.143 16.571-2.857 25.714l-6.857 1.714-48-3.429-8-1.143c-19.429-57.714-39.429-96.571-58.857-117.143-33.714-34.857-74.286-52-120-52-43.429 0-78.286 11.429-104 33.714s-38.286 50.286-38.286 83.429c0 28 12.571 54.286 37.714 80s78.286 50.286 159.429 73.714c27.429 8 60 20.571 98.857 37.714 20.571 9.714 38.857 19.429 54.286 29.714h-424.571zM565.714 621.714h234.857c2.857 16 4 33.714 4 52.571 0 41.143-7.429 81.714-23.429 121.143-8.571 21.143-21.714 40.571-40.571 59.429-13.714 13.143-34.286 28.571-62.286 46.286-28.571 17.143-57.143 30.286-87.429 37.714-30.286 8-68.571 12-116 12-31.429 0-69.143-1.143-111.429-13.143l-80-22.857c-22.286-6.286-35.429-11.429-41.143-16-2.286-2.286-4.571-6.286-4.571-12.571v-7.429c0-4.571 1.143-34.286-1.143-89.143-1.143-28.571 1.143-48.571 1.143-60v-25.143l58.286-1.143c21.143 48.571 30.857 77.714 37.143 88 13.714 22.286 29.143 40 45.714 53.714s36.571 24.571 60 32.571c22.857 8.571 48.571 12.571 75.429 12.571 24 0 50.857-5.143 79.429-15.429 29.143-9.714 52.571-26.286 69.714-49.143 17.714-22.857 26.857-47.429 26.857-73.714 0-32-15.429-61.714-46.286-89.714-12.571-10.857-38.857-24.571-78.286-40.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "strikethrough" + ], + "defaultCode": 61644, + "grid": 14 + }, + { + "id": 182, + "paths": [ + "M27.429 127.429c-10.286-0.571-18.857-0.571-25.714-2.286l-1.714-50.286c7.429-0.571 14.857-0.571 22.857-0.571 20 0 41.714 0.571 64 2.286 53.714 2.857 85.714 4 94.857 4 32.571 0 64.571-0.571 96-1.714 30.857-1.143 58.857-2.286 83.429-2.857 24 0 40.571-0.571 49.143-1.143l-0.571 8 1.143 36.571v5.143c-22.857 3.429-46.286 5.143-70.857 5.143-22.857 0-37.714 4.571-45.143 14.286-5.143 5.714-7.429 30.857-7.429 75.429 0 13.714 0.571 24.571 0.571 33.143l0.571 130.857 8 160c2.286 46.286 11.429 84.571 29.143 115.429 13.143 22.286 31.429 40 54.857 52.571 34.286 18.286 68 26.857 101.143 26.857 38.857 0 75.429-5.143 109.143-16 20-6.286 38.857-15.429 56.571-29.143 17.714-13.143 30.286-25.143 37.143-36.571 14.857-22.857 24.571-45.143 30.286-65.143 8-28 12-71.429 12-130.857 0-102.286-7.429-105.143-16-234.286l-2.286-33.714c-1.714-24.571-5.714-41.714-13.714-50.286-12.571-13.143-27.429-20-44-19.429l-57.143 1.143-8-1.714 1.143-49.143h48l117.143 5.714c38.857 1.714 76-1.714 112-5.714l10.286 1.143c2.286 14.286 3.429 24 3.429 29.143s-1.143 10.857-2.286 17.714c-15.429 4-31.429 6.857-48 7.429-26.857 4-42.286 6.857-45.143 9.714-5.143 5.143-8.571 12.571-8.571 23.429 0 7.429 1.143 18.857 1.714 33.143 0 0 4.571 10.286 12.571 226.286 2.857 86.286-2.857 144.571-8.571 173.714s-13.714 52.571-23.429 69.714c-14.857 25.143-36.571 48.571-64 70.286-28 21.143-62.286 38.286-104 50.857s-90.286 18.857-145.714 18.857c-62.857 0-117.143-8.571-162.286-26.286s-79.429-41.143-102.286-69.714-38.857-65.714-47.429-111.429c-6.286-31.429-9.143-76.571-9.143-135.429v-190.286c0-72-3.429-112.571-9.714-121.714-9.143-13.143-37.143-21.143-84-22.286zM877.714 932.571v-36.571c0-10.286-8-18.286-18.286-18.286h-841.143c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h841.143c10.286 0 18.286-8 18.286-18.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "underline" + ], + "defaultCode": 61645, + "grid": 14 + }, + { + "id": 183, + "paths": [ + "M292.571 786.286v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM292.571 566.857v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM585.143 786.286v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM292.571 347.429v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM585.143 566.857v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM877.714 786.286v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM585.143 347.429v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM877.714 566.857v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM877.714 347.429v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM950.857 164.571v621.714c0 50.286-41.143 91.429-91.429 91.429h-768c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h768c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "table" + ], + "defaultCode": 61646, + "grid": 14 + }, + { + "id": 184, + "paths": [ + "M680 332l167.429-167.429-61.143-61.143-167.429 167.429zM935.429 164.571c0 9.714-3.429 18.857-10.286 25.714l-734.857 734.857c-6.857 6.857-16 10.286-25.714 10.286s-18.857-3.429-25.714-10.286l-113.143-113.143c-6.857-6.857-10.286-16-10.286-25.714s3.429-18.857 10.286-25.714l734.857-734.857c6.857-6.857 16-10.286 25.714-10.286s18.857 3.429 25.714 10.286l113.143 113.143c6.857 6.857 10.286 16 10.286 25.714zM163.429 56l56 17.143-56 17.143-17.143 56-17.143-56-56-17.143 56-17.143 17.143-56zM363.429 148.571l112 34.286-112 34.286-34.286 112-34.286-112-112-34.286 112-34.286 34.286-112zM894.857 421.714l56 17.143-56 17.143-17.143 56-17.143-56-56-17.143 56-17.143 17.143-56zM529.143 56l56 17.143-56 17.143-17.143 56-17.143-56-56-17.143 56-17.143 17.143-56z" + ], + "width": 966.2902857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "magic" + ], + "defaultCode": 61648, + "grid": 14 + }, + { + "id": 185, + "paths": [ + "M365.714 804.571c0-40-33.143-73.143-73.143-73.143s-73.143 33.143-73.143 73.143 33.143 73.143 73.143 73.143 73.143-33.143 73.143-73.143zM146.286 512h219.429v-146.286h-90.286c-2.286 0-10.857 3.429-12.571 5.143l-111.429 111.429c-1.714 1.714-5.143 10.286-5.143 12.571v17.143zM877.714 804.571c0-40-33.143-73.143-73.143-73.143s-73.143 33.143-73.143 73.143 33.143 73.143 73.143 73.143 73.143-33.143 73.143-73.143zM1024 182.857v585.143c0 42.286-44.571 36.571-73.143 36.571 0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286h-219.429c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286h-36.571c-28.571 0-73.143 5.714-73.143-36.571 0-20 16.571-36.571 36.571-36.571v-182.857c0-40.571-5.714-85.714 25.714-117.143l113.143-113.143c14.286-14.286 41.714-25.714 62.286-25.714h91.429v-109.714c0-20 16.571-36.571 36.571-36.571h585.143c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1060.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "truck" + ], + "defaultCode": 61649, + "grid": 14 + }, + { + "id": 186, + "paths": [ + "M877.714 512c0 242.286-196.571 438.857-438.857 438.857-43.429 0-84.571-6.286-124.571-18.286 16.571-26.286 35.429-60 44.571-93.714 0 0 5.143-19.429 30.857-120.571 14.857 29.143 59.429 54.857 106.857 54.857 141.143 0 237.143-128.571 237.143-301.143 0-129.714-110.286-251.429-278.286-251.429-208 0-313.143 149.714-313.143 274.286 0 75.429 28.571 142.857 89.714 168 9.714 4 18.857 0 21.714-11.429 2.286-7.429 6.857-26.857 9.143-34.857 2.857-11.429 1.714-14.857-6.286-24.571-17.714-21.143-29.143-48-29.143-86.286 0-110.857 82.857-210.286 216-210.286 117.714 0 182.857 72 182.857 168.571 0 126.286-56 233.143-139.429 233.143-45.714 0-80-37.714-69.143-84.571 13.143-55.429 38.857-115.429 38.857-155.429 0-36-19.429-66.286-59.429-66.286-46.857 0-84.571 48.571-84.571 113.714 0 0 0 41.714 14.286 69.714-48 203.429-56.571 238.857-56.571 238.857-8 33.143-8.571 70.286-7.429 101.143-154.857-68-262.857-222.286-262.857-402.286 0-242.286 196.571-438.857 438.857-438.857s438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pinterest" + ], + "defaultCode": 61650, + "grid": 14 + }, + { + "id": 187, + "paths": [ + "M713.143 73.143c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-414.286c18.857-26.857 49.714-73.143 61.714-120 0 0 5.143-19.429 30.286-119.429 15.429 29.143 59.429 54.286 106.286 54.286 139.429 0 234.286-127.429 234.286-297.714 0-128.571-109.143-248.571-274.857-248.571-206.286 0-310.286 148-310.286 271.429 0 74.286 28.571 140.571 89.143 165.714 9.714 4 18.857 0 21.714-10.857 1.714-7.429 6.286-26.857 8.571-34.857 2.857-10.857 1.714-14.857-6.286-24-17.143-21.143-28.571-47.429-28.571-85.714 0-109.714 82.286-207.429 213.714-207.429 116.571 0 180.571 70.857 180.571 166.286 0 125.143-55.429 230.857-137.714 230.857-45.143 0-79.429-37.714-68.571-84 13.143-54.857 38.286-114.286 38.286-153.714 0-35.429-18.857-65.143-58.286-65.143-46.286 0-83.429 48-83.429 112 0 0 0 41.143 13.714 69.143-47.429 201.143-56 236.571-56 236.571-12.571 52.571-7.429 113.714-4 145.143h-104.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pinterest-square" + ], + "defaultCode": 61651, + "grid": 14 + }, + { + "id": 188, + "paths": [ + "M524 517.143c0-14.286-1.714-25.714-3.429-36.571h-206.857v75.429h124c-4.571 32-37.143 94.286-124 94.286-75.429 0-136.571-61.714-136.571-138.286s61.143-138.286 136.571-138.286c42.286 0 70.857 17.714 87.429 33.714l59.429-57.714c-38.286-35.429-88-57.143-146.857-57.143-121.714 0-219.429 98.286-219.429 219.429s97.714 219.429 219.429 219.429c126.286 0 210.286-89.143 210.286-214.286zM721.143 543.429h62.286v-62.857h-62.286v-62.857h-62.857v62.857h-62.857v62.857h62.857v62.857h62.857v-62.857zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-plus-square" + ], + "defaultCode": 61652, + "grid": 14 + }, + { + "id": 189, + "paths": [ + "M821.143 521.714c0 239.429-160.571 409.143-402.286 409.143-231.429 0-418.857-187.429-418.857-418.857s187.429-418.857 418.857-418.857c113.143 0 207.429 41.143 280.571 109.714l-113.714 109.143c-30.857-29.714-85.143-64.571-166.857-64.571-142.857 0-259.429 118.286-259.429 264.571s116.571 264.571 259.429 264.571c165.714 0 228-119.429 237.714-180.571h-237.714v-144h395.429c4 21.143 6.857 42.286 6.857 69.714zM1316.571 452v120h-119.429v119.429h-120v-119.429h-119.429v-120h119.429v-119.429h120v119.429h119.429z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-plus" + ], + "defaultCode": 61653, + "grid": 14 + }, + { + "id": 190, + "paths": [ + "M438.857 658.286h219.429v-54.857h-73.143v-256h-65.143l-84.571 78.286 44 45.714c13.714-12 22.286-18.286 31.429-32.571h1.143v164.571h-73.143v54.857zM731.429 512c0 104-62.857 237.714-182.857 237.714s-182.857-133.714-182.857-237.714 62.857-237.714 182.857-237.714 182.857 133.714 182.857 237.714zM1024 658.286v-292.571c-80.571 0-146.286-65.714-146.286-146.286h-658.286c0 80.571-65.714 146.286-146.286 146.286v292.571c80.571 0 146.286 65.714 146.286 146.286h658.286c0-80.571 65.714-146.286 146.286-146.286zM1097.143 182.857v658.286c0 20-16.571 36.571-36.571 36.571h-1024c-20 0-36.571-16.571-36.571-36.571v-658.286c0-20 16.571-36.571 36.571-36.571h1024c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "money" + ], + "defaultCode": 61654, + "grid": 14 + }, + { + "id": 191, + "paths": [ + "M585.143 402.286c0 9.714-4 18.857-10.857 25.714l-256 256c-6.857 6.857-16 10.857-25.714 10.857s-18.857-4-25.714-10.857l-256-256c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h512c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-down" + ], + "defaultCode": 61655, + "grid": 14 + }, + { + "id": 192, + "paths": [ + "M585.143 694.857c0 20-16.571 36.571-36.571 36.571h-512c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l256-256c6.857-6.857 16-10.857 25.714-10.857s18.857 4 25.714 10.857l256 256c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-up" + ], + "defaultCode": 61656, + "grid": 14 + }, + { + "id": 193, + "paths": [ + "M365.714 256v512c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-256-256c-6.857-6.857-10.857-16-10.857-25.714s4-18.857 10.857-25.714l256-256c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571z" + ], + "width": 402.2857142857143, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-left" + ], + "defaultCode": 61657, + "grid": 14 + }, + { + "id": 194, + "paths": [ + "M329.143 512c0 9.714-4 18.857-10.857 25.714l-256 256c-6.857 6.857-16 10.857-25.714 10.857-20 0-36.571-16.571-36.571-36.571v-512c0-20 16.571-36.571 36.571-36.571 9.714 0 18.857 4 25.714 10.857l256 256c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 329.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-right" + ], + "defaultCode": 61658, + "grid": 14 + }, + { + "id": 195, + "paths": [ + "M91.429 877.714h347.429v-658.286h-365.714v640c0 9.714 8.571 18.286 18.286 18.286zM877.714 859.429v-640h-365.714v658.286h347.429c9.714 0 18.286-8.571 18.286-18.286zM950.857 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-768c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h768c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "columns" + ], + "defaultCode": 61659, + "grid": 14 + }, + { + "id": 196, + "paths": [ + "M585.143 621.714c0 9.714-4 18.857-10.857 25.714l-256 256c-6.857 6.857-16 10.857-25.714 10.857s-18.857-4-25.714-10.857l-256-256c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h512c20 0 36.571 16.571 36.571 36.571zM585.143 402.286c0 20-16.571 36.571-36.571 36.571h-512c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l256-256c6.857-6.857 16-10.857 25.714-10.857s18.857 4 25.714 10.857l256 256c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort", + "unsorted" + ], + "defaultCode": 61660, + "grid": 14 + }, + { + "id": 197, + "paths": [ + "M585.143 621.714c0 9.714-4 18.857-10.857 25.714l-256 256c-6.857 6.857-16 10.857-25.714 10.857s-18.857-4-25.714-10.857l-256-256c-6.857-6.857-10.857-16-10.857-25.714 0-20 16.571-36.571 36.571-36.571h512c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-desc", + "sort-down" + ], + "defaultCode": 61661, + "grid": 14 + }, + { + "id": 198, + "paths": [ + "M585.143 402.286c0 20-16.571 36.571-36.571 36.571h-512c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l256-256c6.857-6.857 16-10.857 25.714-10.857s18.857 4 25.714 10.857l256 256c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-asc", + "sort-up" + ], + "defaultCode": 61662, + "grid": 14 + }, + { + "id": 199, + "paths": [ + "M1024 405.714v453.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-453.714c17.143 18.857 36.571 35.429 57.714 49.714 94.857 64.571 190.857 129.143 284 197.143 48 35.429 107.429 78.857 169.714 78.857h1.143c62.286 0 121.714-43.429 169.714-78.857 93.143-67.429 189.143-132.571 284.571-197.143 20.571-14.286 40-30.857 57.143-49.714zM1024 237.714c0 64-47.429 121.714-97.714 156.571-89.143 61.714-178.857 123.429-267.429 185.714-37.143 25.714-100 78.286-146.286 78.286h-1.143c-46.286 0-109.143-52.571-146.286-78.286-88.571-62.286-178.286-124-266.857-185.714-40.571-27.429-98.286-92-98.286-144 0-56 30.286-104 91.429-104h841.143c49.714 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envelope" + ], + "defaultCode": 61664, + "grid": 14 + }, + { + "id": 200, + "paths": [ + "M199.429 357.143v566.286h-188.571v-566.286h188.571zM211.429 182.286c0.571 54.286-40.571 97.714-106.286 97.714v0h-1.143c-63.429 0-104-43.429-104-97.714 0-55.429 42.286-97.714 106.286-97.714 64.571 0 104.571 42.286 105.143 97.714zM877.714 598.857v324.571h-188v-302.857c0-76-27.429-128-95.429-128-52 0-82.857 34.857-96.571 68.571-4.571 12.571-6.286 29.143-6.286 46.286v316h-188c2.286-513.143 0-566.286 0-566.286h188v82.286h-1.143c24.571-38.857 69.143-95.429 170.857-95.429 124 0 216.571 81.143 216.571 254.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "linkedin" + ], + "defaultCode": 61665, + "grid": 14 + }, + { + "id": 201, + "paths": [ + "M877.714 512c0 241.714-197.143 438.857-438.857 438.857-130.857 0-254.286-57.714-337.714-158.286-5.714-7.429-5.143-18.286 1.143-24.571l78.286-78.857c4-3.429 9.143-5.143 14.286-5.143 5.143 0.571 10.286 2.857 13.143 6.857 56 72.571 140 113.714 230.857 113.714 161.143 0 292.571-131.429 292.571-292.571s-131.429-292.571-292.571-292.571c-74.857 0-145.714 28.571-198.857 78.286l78.286 78.857c10.857 10.286 13.714 26.286 8 39.429-5.714 13.714-18.857 22.857-33.714 22.857h-256c-20 0-36.571-16.571-36.571-36.571v-256c0-14.857 9.143-28 22.857-33.714 13.143-5.714 29.143-2.857 39.429 8l74.286 73.714c80.571-76 189.714-121.143 302.286-121.143 241.714 0 438.857 197.143 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "rotate-left", + "undo" + ], + "defaultCode": 61666, + "grid": 14 + }, + { + "id": 202, + "paths": [ + "M1012 877.714c0 19.429-8 38.286-21.143 51.429l-61.143 61.714c-13.714 13.143-32.571 21.143-52 21.143s-38.286-8-51.429-21.143l-207.429-208c-13.714-13.143-21.714-32-21.714-51.429 0-21.714 9.143-39.429 24.571-54.857l-146.286-146.286-72 72c-5.143 5.143-12 8-19.429 8s-14.286-2.857-19.429-8c17.143 17.143 33.143 29.714 33.143 56 0 14.857-5.714 28-16 38.857-19.429 20.571-40 48-70.857 48-14.286 0-28.571-5.714-38.857-16l-233.143-233.143c-10.286-10.286-16-24.571-16-38.857 0-30.857 27.429-51.429 48-70.857 10.857-10.286 24-16 38.857-16 26.286 0 38.857 16 56 33.143-5.143-5.143-8-12-8-19.429s2.857-14.286 8-19.429l198.857-198.857c5.143-5.143 12-8 19.429-8s14.286 2.857 19.429 8c-17.143-17.143-33.143-29.714-33.143-56 0-14.857 5.714-28 16-38.857 19.429-20.571 40-48 70.857-48 14.286 0 28.571 5.714 38.857 16l233.143 233.143c10.286 10.286 16 24.571 16 38.857 0 30.857-27.429 51.429-48 70.857-10.857 10.286-24 16-38.857 16-26.286 0-38.857-16-56-33.143 5.143 5.143 8 12 8 19.429s-2.857 14.286-8 19.429l-72 72 146.286 146.286c15.429-15.429 33.143-24.571 54.857-24.571 19.429 0 38.286 8 52 21.143l207.429 207.429c13.143 13.714 21.143 32.571 21.143 52z" + ], + "width": 1034.8251428571427, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gavel", + "legal" + ], + "defaultCode": 61667, + "grid": 14 + }, + { + "id": 203, + "paths": [ + "M219.429 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM329.143 402.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM573.714 677.143l57.714-218.286c4.571-19.429-6.857-39.429-26.286-44.571v0c-19.429-5.143-39.429 6.857-44.571 26.286l-57.714 218.286c-45.143 3.429-84.571 34.857-97.143 81.143-15.429 58.857 20 118.857 78.286 134.286 58.857 15.429 118.857-20 134.286-78.286 12-46.286-7.429-93.143-44.571-118.857zM950.857 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM585.143 292.571c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM841.143 402.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM1024 658.286c0 98.286-28 193.143-80.571 276-6.857 10.286-18.286 16.571-30.857 16.571h-801.143c-12.571 0-24-6.286-30.857-16.571-52.571-82.286-80.571-177.714-80.571-276 0-282.286 229.714-512 512-512s512 229.714 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dashboard", + "tachometer" + ], + "defaultCode": 61668, + "grid": 14 + }, + { + "id": 204, + "paths": [ + "M512 219.429c-237.714 0-438.857 133.714-438.857 292.571 0 85.143 57.143 166.286 156 222.286l49.714 28.571-15.429 54.857c-10.857 40.571-25.143 72-40 98.286 57.714-24 110.286-56.571 157.143-97.714l24.571-21.714 32.571 3.429c24.571 2.857 49.714 4.571 74.286 4.571 237.714 0 438.857-133.714 438.857-292.571s-201.143-292.571-438.857-292.571zM1024 512c0 202.286-229.143 365.714-512 365.714-28 0-56-1.714-82.857-4.571-74.857 66.286-164 113.143-262.857 138.286-20.571 5.714-42.857 9.714-65.143 12.571h-2.857c-11.429 0-21.714-9.143-24.571-21.714v-0.571c-2.857-14.286 6.857-22.857 15.429-33.143 36-40.571 77.143-74.857 104-170.286-117.714-66.857-193.143-170.286-193.143-286.286 0-202.286 229.143-365.714 512-365.714v0c282.857 0 512 163.429 512 365.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "comment-o" + ], + "defaultCode": 61669, + "grid": 14 + }, + { + "id": 205, + "paths": [ + "M402.286 219.429c-178.286 0-329.143 100.571-329.143 219.429 0 62.857 42.286 123.429 115.429 165.714l55.429 32-20 48c12-6.857 24-14.286 35.429-22.286l25.143-17.714 30.286 5.714c28.571 5.143 57.714 8 87.429 8 178.286 0 329.143-100.571 329.143-219.429s-150.857-219.429-329.143-219.429zM402.286 146.286c222.286 0 402.286 130.857 402.286 292.571s-180 292.571-402.286 292.571c-34.857 0-68.571-3.429-100.571-9.143-47.429 33.714-101.143 58.286-158.857 73.143-15.429 4-32 6.857-49.143 9.143h-1.714c-8.571 0-16.571-6.857-18.286-16.571v0c-2.286-10.857 5.143-17.714 11.429-25.143 22.286-25.143 47.429-47.429 66.857-94.857-92.571-53.714-152-136.571-152-229.143 0-161.714 180-292.571 402.286-292.571zM872 814.286c19.429 47.429 44.571 69.714 66.857 94.857 6.286 7.429 13.714 14.286 11.429 25.143v0c-2.286 10.286-10.857 17.714-20 16.571-17.143-2.286-33.714-5.143-49.143-9.143-57.714-14.857-111.429-39.429-158.857-73.143-32 5.714-65.714 9.143-100.571 9.143-103.429 0-198.286-28.571-269.714-75.429 16.571 1.143 33.714 2.286 50.286 2.286 122.857 0 238.857-35.429 327.429-99.429 95.429-69.714 148-164 148-266.286 0-29.714-4.571-58.857-13.143-86.857 96.571 53.143 159.429 137.714 159.429 233.143 0 93.143-59.429 175.429-152 229.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "comments-o" + ], + "defaultCode": 61670, + "grid": 14 + }, + { + "id": 206, + "paths": [ + "M505.714 323.429c6.286 6.857 8 16.571 4 25.143l-308.571 661.143c-4.571 8.571-13.714 14.286-24 14.286-2.286 0-5.143-0.571-8-1.143-12.571-4-20-16-17.143-28l112.571-461.714-232 57.714c-2.286 0.571-4.571 0.571-6.857 0.571-6.286 0-13.143-2.286-17.714-6.286-6.857-5.714-9.143-14.286-7.429-22.286l114.857-471.429c2.857-10.857 13.143-18.286 25.143-18.286h187.429c14.286 0 25.714 10.857 25.714 24 0 3.429-1.143 6.857-2.857 10.286l-97.714 264.571 226.286-56c2.286-0.571 4.571-1.143 6.857-1.143 7.429 0 14.286 3.429 19.429 8.571z" + ], + "width": 512.5851428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bolt", + "flash" + ], + "defaultCode": 61671, + "grid": 14 + }, + { + "id": 207, + "paths": [ + "M1024 713.143v182.857c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-182.857c0-30.286 24.571-54.857 54.857-54.857h54.857v-109.714h-292.571v109.714h54.857c30.286 0 54.857 24.571 54.857 54.857v182.857c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-182.857c0-30.286 24.571-54.857 54.857-54.857h54.857v-109.714h-292.571v109.714h54.857c30.286 0 54.857 24.571 54.857 54.857v182.857c0 30.286-24.571 54.857-54.857 54.857h-182.857c-30.286 0-54.857-24.571-54.857-54.857v-182.857c0-30.286 24.571-54.857 54.857-54.857h54.857v-109.714c0-40 33.143-73.143 73.143-73.143h292.571v-109.714h-54.857c-30.286 0-54.857-24.571-54.857-54.857v-182.857c0-30.286 24.571-54.857 54.857-54.857h182.857c30.286 0 54.857 24.571 54.857 54.857v182.857c0 30.286-24.571 54.857-54.857 54.857h-54.857v109.714h292.571c40 0 73.143 33.143 73.143 73.143v109.714h54.857c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sitemap" + ], + "defaultCode": 61672, + "grid": 14 + }, + { + "id": 208, + "paths": [ + "M512 473.143v331.429c0 79.429-66.857 146.286-146.286 146.286s-146.286-66.857-146.286-146.286c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571c0 38.286 34.857 73.143 73.143 73.143s73.143-34.857 73.143-73.143v-331.429c12-4 24-6.286 36.571-6.286s24.571 2.286 36.571 6.286zM950.857 488.571c0 9.714-8.571 18.286-18.286 18.286-5.143 0-9.143-2.286-13.143-5.714-33.143-30.857-64-52.571-111.429-52.571-54.286 0-101.143 33.714-132 76.571-6.857 9.714-12 20-18.286 29.714-4 6.286-8.571 9.714-16 9.714-8 0-12.571-3.429-16.571-9.714-6.286-9.714-11.429-20-18.286-29.714-30.857-42.857-77.143-76.571-131.429-76.571s-100.571 33.714-131.429 76.571c-6.857 9.714-12 20-18.286 29.714-4 6.286-8.571 9.714-16.571 9.714-7.429 0-12-3.429-16-9.714-6.286-9.714-11.429-20-18.286-29.714-30.857-42.857-77.714-76.571-132-76.571-47.429 0-78.286 21.714-111.429 52.571-4 3.429-8 5.714-13.143 5.714-9.714 0-18.286-8.571-18.286-18.286 0-1.714 0-2.857 0.571-4 52.571-216 261.143-338.286 474.857-338.286 212.571 0 423.429 122.286 474.857 338.286 0.571 1.143 0.571 2.286 0.571 4zM512 73.143v56c-12-0.571-24.571-1.143-36.571-1.143s-24.571 0.571-36.571 1.143v-56c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "umbrella" + ], + "defaultCode": 61673, + "grid": 14 + }, + { + "id": 209, + "paths": [ + "M438.857 950.857h512v-365.714h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-219.429v658.286zM585.143 128v-36.571c0-9.714-8.571-18.286-18.286-18.286h-402.286c-9.714 0-18.286 8.571-18.286 18.286v36.571c0 9.714 8.571 18.286 18.286 18.286h402.286c9.714 0 18.286-8.571 18.286-18.286zM731.429 512h170.857l-170.857-170.857v170.857zM1024 585.143v384c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-91.429h-310.857c-30.286 0-54.857-24.571-54.857-54.857v-768c0-30.286 24.571-54.857 54.857-54.857h621.714c30.286 0 54.857 24.571 54.857 54.857v187.429c7.429 4.571 14.286 9.714 20.571 16l233.143 233.143c21.714 21.714 38.857 63.429 38.857 93.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clipboard", + "paste" + ], + "defaultCode": 61674, + "grid": 14 + }, + { + "id": 210, + "paths": [ + "M420.571 329.143c0 9.714-8.571 18.286-18.286 18.286s-18.286-8.571-18.286-18.286c0-39.429-61.143-54.857-91.429-54.857-9.714 0-18.286-8.571-18.286-18.286s8.571-18.286 18.286-18.286c53.143 0 128 28 128 91.429zM512 329.143c0-114.286-116-182.857-219.429-182.857s-219.429 68.571-219.429 182.857c0 36.571 14.857 74.857 38.857 102.857 10.857 12.571 23.429 24.571 34.857 37.714 40.571 48.571 74.857 105.714 80.571 170.286h130.286c5.714-64.571 40-121.714 80.571-170.286 11.429-13.143 24-25.143 34.857-37.714 24-28 38.857-66.286 38.857-102.857zM585.143 329.143c0 58.857-19.429 109.714-58.857 153.143s-91.429 104.571-96 165.714c16.571 9.714 26.857 28 26.857 46.857 0 13.714-5.143 26.857-14.286 36.571 9.143 9.714 14.286 22.857 14.286 36.571 0 18.857-9.714 36-25.714 46.286 4.571 8 7.429 17.714 7.429 26.857 0 37.143-29.143 54.857-62.286 54.857-14.857 33.143-48 54.857-84 54.857s-69.143-21.714-84-54.857c-33.143 0-62.286-17.714-62.286-54.857 0-9.143 2.857-18.857 7.429-26.857-16-10.286-25.714-27.429-25.714-46.286 0-13.714 5.143-26.857 14.286-36.571-9.143-9.714-14.286-22.857-14.286-36.571 0-18.857 10.286-37.143 26.857-46.857-4.571-61.143-56.571-122.286-96-165.714s-58.857-94.286-58.857-153.143c0-155.429 148-256 292.571-256s292.571 100.571 292.571 256z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lightbulb-o" + ], + "defaultCode": 61675, + "grid": 14 + }, + { + "id": 211, + "paths": [ + "M1024 676.571v109.714c0 9.714-8.571 18.286-18.286 18.286h-786.286v109.714c0 9.714-8 18.286-18.286 18.286-5.143 0-9.714-2.286-13.714-5.714l-182.286-182.857c-3.429-3.429-5.143-8-5.143-12.571 0-5.143 1.714-9.714 5.143-13.143l182.857-182.857c3.429-3.429 8.571-5.143 13.143-5.143 9.714 0 18.286 8 18.286 18.286v109.714h786.286c9.714 0 18.286 8 18.286 18.286zM1024 365.714c0 4.571-1.714 9.714-5.143 13.143l-182.857 182.857c-3.429 3.429-8.571 5.143-13.143 5.143-9.714 0-18.286-8.571-18.286-18.286v-109.714h-786.286c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h786.286v-109.714c0-10.286 8-18.286 18.286-18.286 5.143 0 9.714 2.286 13.714 5.714l182.286 182.286c3.429 3.429 5.143 8.571 5.143 13.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "exchange" + ], + "defaultCode": 61676, + "grid": 14 + }, + { + "id": 212, + "paths": [ + "M731.429 530.286c0-10.286-8-18.286-18.286-18.286h-128v-201.143c0-9.714-8.571-18.286-18.286-18.286h-109.714c-9.714 0-18.286 8.571-18.286 18.286v201.143h-128c-10.286 0-18.286 8.571-18.286 18.286 0 4.571 1.714 9.714 5.143 13.143l201.143 201.143c3.429 3.429 8 5.143 13.143 5.143 4.571 0 9.714-1.714 13.143-5.143l200.571-200.571c3.429-4 5.714-8.571 5.714-13.714zM1097.143 658.286c0 121.143-98.286 219.429-219.429 219.429h-621.714c-141.143 0-256-114.857-256-256 0-99.429 57.714-189.714 147.429-231.429-0.571-8.571-1.143-16.571-1.143-24.571 0-161.714 130.857-292.571 292.571-292.571 118.857 0 225.714 72 270.857 181.714 26.286-22.857 60-35.429 94.857-35.429 80.571 0 146.286 65.714 146.286 146.286 0 28-8 55.429-23.429 78.857 99.429 23.429 169.714 112 169.714 213.714z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud-download" + ], + "defaultCode": 61677, + "grid": 14 + }, + { + "id": 213, + "paths": [ + "M731.429 493.714c0-4.571-1.714-9.714-5.143-13.143l-201.143-201.143c-3.429-3.429-8-5.143-13.143-5.143-4.571 0-9.714 1.714-13.143 5.143l-200.571 200.571c-3.429 4-5.714 8.571-5.714 13.714 0 10.286 8 18.286 18.286 18.286h128v201.143c0 9.714 8.571 18.286 18.286 18.286h109.714c9.714 0 18.286-8.571 18.286-18.286v-201.143h128c10.286 0 18.286-8.571 18.286-18.286zM1097.143 658.286c0 121.143-98.286 219.429-219.429 219.429h-621.714c-141.143 0-256-114.857-256-256 0-99.429 57.714-189.714 147.429-231.429-0.571-8.571-1.143-16.571-1.143-24.571 0-161.714 130.857-292.571 292.571-292.571 118.857 0 225.714 72 270.857 181.714 26.286-22.857 60-35.429 94.857-35.429 80.571 0 146.286 65.714 146.286 146.286 0 28-8 55.429-23.429 78.857 99.429 23.429 169.714 112 169.714 213.714z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud-upload" + ], + "defaultCode": 61678, + "grid": 14 + }, + { + "id": 214, + "paths": [ + "M219.429 768c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571zM804.571 802.857c0 93.143-61.143 148-152.571 148h-499.429c-91.429 0-152.571-54.857-152.571-148 0-113.714 22.857-293.143 158.857-322.857-9.143 21.714-12.571 45.143-12.571 68.571v116c-44 15.429-73.143 57.143-73.143 103.429 0 60.571 49.143 109.714 109.714 109.714s109.714-49.143 109.714-109.714c0-46.286-29.714-88-73.143-103.429v-116c0-18.857 1.714-37.714 14.286-53.143 48 37.714 107.429 59.429 168.571 59.429s120.571-21.714 168.571-59.429c12.571 15.429 14.286 34.286 14.286 53.143v36.571c-80.571 0-146.286 65.714-146.286 146.286v50.857c-11.429 10.286-18.286 25.143-18.286 40.571 0 30.286 24.571 54.857 54.857 54.857s54.857-24.571 54.857-54.857c0-15.429-6.857-30.286-18.286-40.571v-50.857c0-40 33.143-73.143 73.143-73.143s73.143 33.143 73.143 73.143v50.857c-11.429 10.286-18.286 25.143-18.286 40.571 0 30.286 24.571 54.857 54.857 54.857s54.857-24.571 54.857-54.857c0-15.429-6.857-30.286-18.286-40.571v-50.857c0-52-28-100.571-73.143-126.286 0-41.714 4-86.286-12.571-125.143 136 29.714 158.857 209.143 158.857 322.857zM621.714 292.571c0 121.143-98.286 219.429-219.429 219.429s-219.429-98.286-219.429-219.429 98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-md" + ], + "defaultCode": 61680, + "grid": 14 + }, + { + "id": 215, + "paths": [ + "M731.429 402.286c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM804.571 402.286c0 48-30.286 88-73.143 103.429v225.714c0 121.143-114.857 219.429-256 219.429s-256-98.286-256-219.429v-75.429c-124-15.429-219.429-106.857-219.429-217.143v-292.571c0-20 16.571-36.571 36.571-36.571 3.429 0 6.286 0.571 9.143 1.143 12.571-22.286 36.571-37.714 64-37.714 40.571 0 73.143 32.571 73.143 73.143s-32.571 73.143-73.143 73.143c-13.143 0-25.714-4-36.571-10.286v229.714c0 80.571 82.286 146.286 182.857 146.286s182.857-65.714 182.857-146.286v-229.714c-10.857 6.286-23.429 10.286-36.571 10.286-40.571 0-73.143-32.571-73.143-73.143s32.571-73.143 73.143-73.143c27.429 0 51.429 15.429 64 37.714 2.857-0.571 5.714-1.143 9.143-1.143 20 0 36.571 16.571 36.571 36.571v292.571c0 110.286-95.429 201.714-219.429 217.143v75.429c0 80.571 82.286 146.286 182.857 146.286s182.857-65.714 182.857-146.286v-225.714c-42.857-15.429-73.143-55.429-73.143-103.429 0-60.571 49.143-109.714 109.714-109.714s109.714 49.143 109.714 109.714z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stethoscope" + ], + "defaultCode": 61681, + "grid": 14 + }, + { + "id": 216, + "paths": [ + "M365.714 219.429h292.571v-73.143h-292.571v73.143zM164.571 219.429v731.429h-36.571c-70.286 0-128-57.714-128-128v-475.429c0-70.286 57.714-128 128-128h36.571zM804.571 219.429v731.429h-585.143v-731.429h73.143v-91.429c0-30.286 24.571-54.857 54.857-54.857h329.143c30.286 0 54.857 24.571 54.857 54.857v91.429h73.143zM1024 347.429v475.429c0 70.286-57.714 128-128 128h-36.571v-731.429h36.571c70.286 0 128 57.714 128 128z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "suitcase" + ], + "defaultCode": 61682, + "grid": 14 + }, + { + "id": 217, + "paths": [ + "M521.143 969.143c0-5.143-4-9.143-9.143-9.143-45.143 0-82.286-37.143-82.286-82.286 0-5.143-4-9.143-9.143-9.143s-9.143 4-9.143 9.143c0 55.429 45.143 100.571 100.571 100.571 5.143 0 9.143-4 9.143-9.143zM987.429 804.571c0 40-33.143 73.143-73.143 73.143h-256c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286h-256c-40 0-73.143-33.143-73.143-73.143 84.571-71.429 182.857-199.429 182.857-475.429 0-109.714 90.857-229.714 242.286-252-2.857-6.857-4.571-14.286-4.571-22.286 0-30.286 24.571-54.857 54.857-54.857s54.857 24.571 54.857 54.857c0 8-1.714 15.429-4.571 22.286 151.429 22.286 242.286 142.286 242.286 252 0 276 98.286 404 182.857 475.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bell" + ], + "defaultCode": 61683, + "grid": 14 + }, + { + "id": 218, + "paths": [ + "M950.857 365.714c0-60.571-49.143-109.714-109.714-109.714h-36.571v219.429h36.571c60.571 0 109.714-49.143 109.714-109.714zM0 804.571h1024c0 80.571-65.714 146.286-146.286 146.286h-731.429c-80.571 0-146.286-65.714-146.286-146.286zM1060.571 365.714c0 121.143-98.286 219.429-219.429 219.429h-36.571v18.286c0 70.286-57.714 128-128 128h-402.286c-70.286 0-128-57.714-128-128v-420.571c0-20 16.571-36.571 36.571-36.571h658.286c121.143 0 219.429 98.286 219.429 219.429z" + ], + "width": 1060.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "coffee" + ], + "defaultCode": 61684, + "grid": 14 + }, + { + "id": 219, + "paths": [ + "M365.714 36.571v365.714c0 46.286-29.714 88-73.143 103.429v445.143c0 40-33.143 73.143-73.143 73.143h-73.143c-40 0-73.143-33.143-73.143-73.143v-445.143c-43.429-15.429-73.143-57.143-73.143-103.429v-365.714c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571v237.714c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571v-237.714c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571v237.714c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571v-237.714c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571zM804.571 36.571v914.286c0 40-33.143 73.143-73.143 73.143h-73.143c-40 0-73.143-33.143-73.143-73.143v-292.571h-128c-9.714 0-18.286-8.571-18.286-18.286v-457.143c0-100.571 82.286-182.857 182.857-182.857h146.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cutlery" + ], + "defaultCode": 61685, + "grid": 14 + }, + { + "id": 220, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM219.429 457.143c0-10.286 8-18.286 18.286-18.286h402.286c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571zM640 585.143c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h402.286zM640 731.429c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h402.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-text-o" + ], + "defaultCode": 61686, + "grid": 14 + }, + { + "id": 221, + "paths": [ + "M219.429 749.714v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM365.714 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 749.714v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM365.714 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 310.857v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM365.714 310.857v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 164.571v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 310.857v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM365.714 164.571v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 310.857v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 164.571v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 164.571v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 950.857h219.429v-877.714h-658.286v877.714h219.429v-128c0-9.714 8.571-18.286 18.286-18.286h182.857c9.714 0 18.286 8.571 18.286 18.286v128zM804.571 36.571v950.857c0 20-16.571 36.571-36.571 36.571h-731.429c-20 0-36.571-16.571-36.571-36.571v-950.857c0-20 16.571-36.571 36.571-36.571h731.429c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "building-o" + ], + "defaultCode": 61687, + "grid": 14 + }, + { + "id": 222, + "paths": [ + "M219.429 749.714v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM365.714 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM219.429 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 749.714v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM365.714 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 603.429v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM658.286 457.143v36.571c0 9.714-8.571 18.286-18.286 18.286h-36.571c-9.714 0-18.286-8.571-18.286-18.286v-36.571c0-9.714 8.571-18.286 18.286-18.286h36.571c9.714 0 18.286 8.571 18.286 18.286zM512 950.857h219.429v-658.286h-146.286v18.286c0 30.286-24.571 54.857-54.857 54.857h-256c-30.286 0-54.857-24.571-54.857-54.857v-18.286h-146.286v658.286h219.429v-128c0-9.714 8.571-18.286 18.286-18.286h182.857c9.714 0 18.286 8.571 18.286 18.286v128zM512 274.286v-182.857c0-9.714-8.571-18.286-18.286-18.286h-36.571c-9.714 0-18.286 8.571-18.286 18.286v54.857h-73.143v-54.857c0-9.714-8.571-18.286-18.286-18.286h-36.571c-9.714 0-18.286 8.571-18.286 18.286v182.857c0 9.714 8.571 18.286 18.286 18.286h36.571c9.714 0 18.286-8.571 18.286-18.286v-54.857h73.143v54.857c0 9.714 8.571 18.286 18.286 18.286h36.571c9.714 0 18.286-8.571 18.286-18.286zM804.571 256v731.429c0 20-16.571 36.571-36.571 36.571h-731.429c-20 0-36.571-16.571-36.571-36.571v-731.429c0-20 16.571-36.571 36.571-36.571h182.857v-164.571c0-30.286 24.571-54.857 54.857-54.857h256c30.286 0 54.857 24.571 54.857 54.857v164.571h182.857c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hospital-o" + ], + "defaultCode": 61688, + "grid": 14 + }, + { + "id": 223, + "paths": [ + "M365.714 804.571c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM146.286 512h219.429v-146.286h-90.286c-3.429 0.571-9.714 2.857-12.571 5.143l-111.429 111.429c-1.714 2.857-4.571 9.143-5.143 12.571v17.143zM877.714 804.571c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM950.857 420.571v-109.714c0-10.286-8-18.286-18.286-18.286h-128v-128c0-10.286-8-18.286-18.286-18.286h-109.714c-10.286 0-18.286 8-18.286 18.286v128h-128c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h128v128c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286v-128h128c10.286 0 18.286-8 18.286-18.286zM1097.143 109.714v658.286c0 20-16.571 36.571-36.571 36.571h-109.714c0 80.571-65.143 146.286-146.286 146.286-80.571 0-146.286-65.714-146.286-146.286h-219.429c0 80.571-65.143 146.286-146.286 146.286s-146.286-65.714-146.286-146.286h-73.143c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571v-237.714c0-20 11.429-48 25.714-62.286l113.143-113.143c14.286-14.286 42.286-25.714 62.286-25.714h91.429v-182.857c0-20 16.571-36.571 36.571-36.571h658.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1133.7142857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ambulance" + ], + "defaultCode": 61689, + "grid": 14 + }, + { + "id": 224, + "paths": [ + "M731.429 640v-109.714c0-10.286-8-18.286-18.286-18.286h-128v-128c0-10.286-8-18.286-18.286-18.286h-109.714c-10.286 0-18.286 8-18.286 18.286v128h-128c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h128v128c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286v-128h128c10.286 0 18.286-8 18.286-18.286zM365.714 219.429h292.571v-73.143h-292.571v73.143zM146.286 219.429v731.429h-18.286c-70.286 0-128-57.714-128-128v-475.429c0-70.286 57.714-128 128-128h18.286zM822.857 219.429v731.429h-621.714v-731.429h91.429v-91.429c0-30.286 24.571-54.857 54.857-54.857h329.143c30.286 0 54.857 24.571 54.857 54.857v91.429h91.429zM1024 347.429v475.429c0 70.286-57.714 128-128 128h-18.286v-731.429h18.286c70.286 0 128 57.714 128 128z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "medkit" + ], + "defaultCode": 61690, + "grid": 14 + }, + { + "id": 225, + "paths": [ + "M1097.143 548.571c0 0 0 18.286-164.571 54.857l-201.143 18.286-128 36.571h-36.571l-167.429 201.143h39.429c20 0 36.571 4 36.571 9.143s-16.571 9.143-36.571 9.143h-182.857v-18.286h36.571v-237.714h-91.429l-109.714 128h-54.857l-18.286-18.286v-109.714h18.286v-18.286h73.143v-4.571l-109.714-13.714v-73.143l109.714-13.714v-4.571h-73.143v-18.286h-18.286v-109.714l18.286-18.286h54.857l109.714 128h91.429v-237.714h-36.571v-18.286h182.857c20 0 36.571 4 36.571 9.143s-16.571 9.143-36.571 9.143h-39.429l167.429 201.143h36.571l128 36.571 201.143 18.286c164.571 36.571 164.571 54.857 164.571 54.857z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fighter-jet" + ], + "defaultCode": 61691, + "grid": 14 + }, + { + "id": 226, + "paths": [ + "M365.714 512v-219.429h-146.286v146.286c0 40.571 32.571 73.143 73.143 73.143h73.143zM950.857 768v109.714h-658.286v-109.714l73.143-109.714h-73.143c-121.143 0-219.429-98.286-219.429-219.429v-182.857l-36.571-36.571 18.286-73.143h274.286l18.286-73.143h548.571l18.286 109.714-36.571 18.286v457.143z" + ], + "width": 987.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "beer" + ], + "defaultCode": 61692, + "grid": 14 + }, + { + "id": 227, + "paths": [ + "M731.429 768v-512c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v182.857h-292.571v-182.857c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v512c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571v-182.857h292.571v182.857c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "h-square" + ], + "defaultCode": 61693, + "grid": 14 + }, + { + "id": 228, + "paths": [ + "M731.429 548.571v-73.143c0-20-16.571-36.571-36.571-36.571h-182.857v-182.857c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v182.857h-182.857c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h182.857v182.857c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571v-182.857h182.857c20 0 36.571-16.571 36.571-36.571zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plus-square" + ], + "defaultCode": 61694, + "grid": 14 + }, + { + "id": 229, + "paths": [ + "M358.286 786.286c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143s-2.286 9.714-5.714 13.143l-224.571 224.571 224.571 224.571c3.429 3.429 5.714 8.571 5.714 13.143zM577.714 786.286c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143s-2.286 9.714-5.714 13.143l-224.571 224.571 224.571 224.571c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 603.4285714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-double-left" + ], + "defaultCode": 61696, + "grid": 14 + }, + { + "id": 230, + "paths": [ + "M340 548.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l224.571-224.571-224.571-224.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143zM559.429 548.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l224.571-224.571-224.571-224.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 566.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-double-right" + ], + "defaultCode": 61697, + "grid": 14 + }, + { + "id": 231, + "paths": [ + "M614.286 749.714c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143zM614.286 530.286c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-double-up" + ], + "defaultCode": 61698, + "grid": 14 + }, + { + "id": 232, + "paths": [ + "M614.286 493.714c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143zM614.286 274.286c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-double-down" + ], + "defaultCode": 61699, + "grid": 14 + }, + { + "id": 233, + "paths": [ + "M358.286 310.857c0 4.571-2.286 9.714-5.714 13.143l-224.571 224.571 224.571 224.571c3.429 3.429 5.714 8.571 5.714 13.143s-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8 5.714 13.143z" + ], + "width": 384, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-left" + ], + "defaultCode": 61700, + "grid": 14 + }, + { + "id": 234, + "paths": [ + "M340 548.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8-5.714-13.143 0-4.571 2.286-9.714 5.714-13.143l224.571-224.571-224.571-224.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 347.4285714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-right" + ], + "defaultCode": 61701, + "grid": 14 + }, + { + "id": 235, + "paths": [ + "M614.286 676.571c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-up" + ], + "defaultCode": 61702, + "grid": 14 + }, + { + "id": 236, + "paths": [ + "M614.286 420.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angle-down" + ], + "defaultCode": 61703, + "grid": 14 + }, + { + "id": 237, + "paths": [ + "M1024 566.857v-475.429c0-9.714-8.571-18.286-18.286-18.286h-914.286c-9.714 0-18.286 8.571-18.286 18.286v475.429c0 9.714 8.571 18.286 18.286 18.286h914.286c9.714 0 18.286-8.571 18.286-18.286zM1097.143 91.429v621.714c0 50.286-41.143 91.429-91.429 91.429h-310.857c0 48.571 36.571 89.714 36.571 109.714s-16.571 36.571-36.571 36.571h-292.571c-20 0-36.571-16.571-36.571-36.571 0-21.143 36.571-60 36.571-109.714h-310.857c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h914.286c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "desktop" + ], + "defaultCode": 61704, + "grid": 14 + }, + { + "id": 238, + "paths": [ + "M237.714 731.429c-50.286 0-91.429-41.143-91.429-91.429v-402.286c0-50.286 41.143-91.429 91.429-91.429h621.714c50.286 0 91.429 41.143 91.429 91.429v402.286c0 50.286-41.143 91.429-91.429 91.429h-621.714zM219.429 237.714v402.286c0 9.714 8.571 18.286 18.286 18.286h621.714c9.714 0 18.286-8.571 18.286-18.286v-402.286c0-9.714-8.571-18.286-18.286-18.286h-621.714c-9.714 0-18.286 8.571-18.286 18.286zM1005.714 768h91.429v54.857c0 30.286-41.143 54.857-91.429 54.857h-914.286c-50.286 0-91.429-24.571-91.429-54.857v-54.857h1005.714zM594.286 822.857c5.143 0 9.143-4 9.143-9.143s-4-9.143-9.143-9.143h-91.429c-5.143 0-9.143 4-9.143 9.143s4 9.143 9.143 9.143h91.429z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "laptop" + ], + "defaultCode": 61705, + "grid": 14 + }, + { + "id": 239, + "paths": [ + "M365.714 804.571c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM585.143 713.143v-548.571c0-9.714-8.571-18.286-18.286-18.286h-475.429c-9.714 0-18.286 8.571-18.286 18.286v548.571c0 9.714 8.571 18.286 18.286 18.286h475.429c9.714 0 18.286-8.571 18.286-18.286zM658.286 164.571v621.714c0 50.286-41.143 91.429-91.429 91.429h-475.429c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h475.429c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tablet" + ], + "defaultCode": 61706, + "grid": 14 + }, + { + "id": 240, + "paths": [ + "M265.143 804.571c0-25.143-20.571-45.714-45.714-45.714s-45.714 20.571-45.714 45.714 20.571 45.714 45.714 45.714 45.714-20.571 45.714-45.714zM384 713.143v-402.286c0-9.714-8.571-18.286-18.286-18.286h-292.571c-9.714 0-18.286 8.571-18.286 18.286v402.286c0 9.714 8.571 18.286 18.286 18.286h292.571c9.714 0 18.286-8.571 18.286-18.286zM274.286 228.571c0-5.143-4-9.143-9.143-9.143h-91.429c-5.143 0-9.143 4-9.143 9.143s4 9.143 9.143 9.143h91.429c5.143 0 9.143-4 9.143-9.143zM438.857 219.429v585.143c0 40-33.143 73.143-73.143 73.143h-292.571c-40 0-73.143-33.143-73.143-73.143v-585.143c0-40 33.143-73.143 73.143-73.143h292.571c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 438.85714285714283, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mobile", + "mobile-phone" + ], + "defaultCode": 61707, + "grid": 14 + }, + { + "id": 241, + "paths": [ + "M438.857 201.143c-171.429 0-310.857 139.429-310.857 310.857s139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857-139.429-310.857-310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle-o" + ], + "defaultCode": 61708, + "grid": 14 + }, + { + "id": 242, + "paths": [ + "M438.857 548.571v219.429c0 60.571-49.143 109.714-109.714 109.714h-219.429c-60.571 0-109.714-49.143-109.714-109.714v-402.286c0-161.143 131.429-292.571 292.571-292.571h36.571c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-36.571c-80.571 0-146.286 65.714-146.286 146.286v18.286c0 30.286 24.571 54.857 54.857 54.857h128c60.571 0 109.714 49.143 109.714 109.714zM950.857 548.571v219.429c0 60.571-49.143 109.714-109.714 109.714h-219.429c-60.571 0-109.714-49.143-109.714-109.714v-402.286c0-161.143 131.429-292.571 292.571-292.571h36.571c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-36.571c-80.571 0-146.286 65.714-146.286 146.286v18.286c0 30.286 24.571 54.857 54.857 54.857h128c60.571 0 109.714 49.143 109.714 109.714z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "quote-left" + ], + "defaultCode": 61709, + "grid": 14 + }, + { + "id": 243, + "paths": [ + "M438.857 182.857v402.286c0 161.143-131.429 292.571-292.571 292.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h36.571c80.571 0 146.286-65.714 146.286-146.286v-18.286c0-30.286-24.571-54.857-54.857-54.857h-128c-60.571 0-109.714-49.143-109.714-109.714v-219.429c0-60.571 49.143-109.714 109.714-109.714h219.429c60.571 0 109.714 49.143 109.714 109.714zM950.857 182.857v402.286c0 161.143-131.429 292.571-292.571 292.571h-36.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h36.571c80.571 0 146.286-65.714 146.286-146.286v-18.286c0-30.286-24.571-54.857-54.857-54.857h-128c-60.571 0-109.714-49.143-109.714-109.714v-219.429c0-60.571 49.143-109.714 109.714-109.714h219.429c60.571 0 109.714 49.143 109.714 109.714z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "quote-right" + ], + "defaultCode": 61710, + "grid": 14 + }, + { + "id": 244, + "paths": [ + "M300.571 796.571c0 40-32.571 73.143-73.143 73.143-40 0-73.143-33.143-73.143-73.143 0-40.571 33.143-73.143 73.143-73.143 40.571 0 73.143 32.571 73.143 73.143zM585.143 914.286c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM182.857 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM869.714 796.571c0 40-33.143 73.143-73.143 73.143-40.571 0-73.143-33.143-73.143-73.143 0-40.571 32.571-73.143 73.143-73.143 40 0 73.143 32.571 73.143 73.143zM318.857 227.429c0 50.286-41.143 91.429-91.429 91.429s-91.429-41.143-91.429-91.429 41.143-91.429 91.429-91.429 91.429 41.143 91.429 91.429zM987.429 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM621.714 109.714c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM924.571 227.429c0 70.857-57.714 128-128 128-70.857 0-128-57.143-128-128 0-70.286 57.143-128 128-128 70.286 0 128 57.714 128 128z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner" + ], + "defaultCode": 61712, + "grid": 14 + }, + { + "id": 245, + "paths": [ + "M877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle" + ], + "defaultCode": 61713, + "grid": 14 + }, + { + "id": 246, + "paths": [ + "M1024 640c0 80-40 184.571-72.571 257.714-6.286 13.143-12.571 31.429-21.143 43.429-4 5.714-8 9.714-16 9.714-11.429 0-18.286-9.143-18.286-20 0-9.143 2.286-19.429 2.857-28.571 1.714-23.429 2.857-46.857 2.857-70.286 0-272.571-161.714-320-408-320h-128v146.286c0 20-16.571 36.571-36.571 36.571-9.714 0-18.857-4-25.714-10.857l-292.571-292.571c-6.857-6.857-10.857-16-10.857-25.714s4-18.857 10.857-25.714l292.571-292.571c6.857-6.857 16-10.857 25.714-10.857 20 0 36.571 16.571 36.571 36.571v146.286h128c187.429 0 420.571 33.143 500 230.286 24 60.571 30.286 126.286 30.286 190.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mail-reply", + "reply" + ], + "defaultCode": 61714, + "grid": 14 + }, + { + "id": 247, + "paths": [ + "M365.714 694.857c0 41.714-21.714 109.714-73.143 109.714s-73.143-68-73.143-109.714 21.714-109.714 73.143-109.714 73.143 68 73.143 109.714zM731.429 694.857c0 41.714-21.714 109.714-73.143 109.714s-73.143-68-73.143-109.714 21.714-109.714 73.143-109.714 73.143 68 73.143 109.714zM822.857 694.857c0-87.429-53.143-164.571-146.286-164.571-37.714 0-73.714 6.857-111.429 12-29.714 4.571-59.429 6.286-89.714 6.286s-60-1.714-89.714-6.286c-37.143-5.143-73.714-12-111.429-12-93.143 0-146.286 77.143-146.286 164.571 0 174.857 160 201.714 299.429 201.714h96c139.429 0 299.429-26.857 299.429-201.714zM950.857 594.286c0 63.429-6.286 130.857-34.857 189.143-75.429 152.571-282.857 167.429-431.429 167.429-150.857 0-370.857-13.143-449.143-167.429-29.143-57.714-35.429-125.714-35.429-189.143 0-83.429 22.857-162.286 77.714-226.286-10.286-31.429-15.429-64.571-15.429-97.143 0-42.857 9.714-85.714 29.143-124.571 90.286 0 148 39.429 216.571 93.143 57.714-13.714 117.143-20 176.571-20 53.714 0 108 5.714 160 18.286 68-53.143 125.714-91.429 214.857-91.429 19.429 38.857 29.143 81.714 29.143 124.571 0 32.571-5.143 65.143-15.429 96 54.857 64.571 77.714 144 77.714 227.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "github-alt" + ], + "defaultCode": 61715, + "grid": 14 + }, + { + "id": 248, + "paths": [ + "M877.714 749.714v-402.286c0-30.286-24.571-54.857-54.857-54.857h-402.286c-30.286 0-54.857-24.571-54.857-54.857v-36.571c0-30.286-24.571-54.857-54.857-54.857h-182.857c-30.286 0-54.857 24.571-54.857 54.857v548.571c0 30.286 24.571 54.857 54.857 54.857h694.857c30.286 0 54.857-24.571 54.857-54.857zM950.857 347.429v402.286c0 70.286-57.714 128-128 128h-694.857c-70.286 0-128-57.714-128-128v-548.571c0-70.286 57.714-128 128-128h182.857c70.286 0 128 57.714 128 128v18.286h384c70.286 0 128 57.714 128 128z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-o" + ], + "defaultCode": 61716, + "grid": 14 + }, + { + "id": 249, + "paths": [ + "M1017.714 532c0-16-17.714-20-30.286-20h-621.714c-30.286 0-70.286 18.857-89.714 42.286l-168 207.429c-5.143 6.857-10.286 14.286-10.286 22.857 0 16 17.714 20 30.286 20h621.714c30.286 0 70.286-18.857 89.714-42.857l168-207.429c5.143-6.286 10.286-13.714 10.286-22.286zM365.714 438.857h438.857v-91.429c0-30.286-24.571-54.857-54.857-54.857h-329.143c-30.286 0-54.857-24.571-54.857-54.857v-36.571c0-30.286-24.571-54.857-54.857-54.857h-182.857c-30.286 0-54.857 24.571-54.857 54.857v487.429l146.286-180c33.143-40.571 94.286-69.714 146.286-69.714zM1090.857 532c0 25.143-10.857 49.143-26.286 68.571l-168.571 207.429c-32.571 40-94.857 69.714-146.286 69.714h-621.714c-70.286 0-128-57.714-128-128v-548.571c0-70.286 57.714-128 128-128h182.857c70.286 0 128 57.714 128 128v18.286h310.857c70.286 0 128 57.714 128 128v91.429h109.714c38.857 0 77.714 17.714 94.857 54.286 5.714 12 8.571 25.143 8.571 38.857z" + ], + "width": 1090.8525714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-open-o" + ], + "defaultCode": 61717, + "grid": 14 + }, + { + "id": 250, + "paths": [ + "M648 614.286c-28.571 92-112.571 153.714-209.143 153.714s-180.571-61.714-209.143-153.714c-6.286-19.429 4.571-39.429 24-45.714 18.857-6.286 39.429 4.571 45.714 24 18.857 61.143 75.429 102.286 139.429 102.286s120.571-41.143 139.429-102.286c6.286-19.429 26.857-30.286 46.286-24 18.857 6.286 29.714 26.286 23.429 45.714zM365.714 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM658.286 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM804.571 512c0-201.714-164-365.714-365.714-365.714s-365.714 164-365.714 365.714 164 365.714 365.714 365.714 365.714-164 365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "smile-o" + ], + "defaultCode": 61720, + "grid": 14 + }, + { + "id": 251, + "paths": [ + "M648 702.286c6.286 19.429-4.571 39.429-23.429 45.714-19.429 6.286-40-4.571-46.286-24-18.857-61.143-75.429-102.286-139.429-102.286s-120.571 41.143-139.429 102.286c-6.286 19.429-26.857 30.286-45.714 24-19.429-6.286-30.286-26.286-24-45.714 28.571-92 112.571-153.714 209.143-153.714s180.571 61.714 209.143 153.714zM365.714 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM658.286 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM804.571 512c0-201.714-164-365.714-365.714-365.714s-365.714 164-365.714 365.714 164 365.714 365.714 365.714 365.714-164 365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "frown-o" + ], + "defaultCode": 61721, + "grid": 14 + }, + { + "id": 252, + "paths": [ + "M658.286 621.714c0 20-16.571 36.571-36.571 36.571h-365.714c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h365.714c20 0 36.571 16.571 36.571 36.571zM365.714 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM658.286 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM804.571 512c0-201.714-164-365.714-365.714-365.714s-365.714 164-365.714 365.714 164 365.714 365.714 365.714 365.714-164 365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "meh-o" + ], + "defaultCode": 61722, + "grid": 14 + }, + { + "id": 253, + "paths": [ + "M475.429 621.714v-73.143c0-10.286-8-18.286-18.286-18.286h-109.714v-109.714c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v109.714h-109.714c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h109.714v109.714c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286v-109.714h109.714c10.286 0 18.286-8 18.286-18.286zM804.571 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM950.857 512c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM1097.143 585.143c0 161.714-130.857 292.571-292.571 292.571-74.286 0-141.714-28-193.143-73.143h-125.714c-51.429 45.143-118.857 73.143-193.143 73.143-161.714 0-292.571-130.857-292.571-292.571s130.857-292.571 292.571-292.571h512c161.714 0 292.571 130.857 292.571 292.571z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gamepad" + ], + "defaultCode": 61723, + "grid": 14 + }, + { + "id": 254, + "paths": [ + "M219.429 667.429v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM292.571 521.143v54.857c0 5.143-4 9.143-9.143 9.143h-128c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h128c5.143 0 9.143 4 9.143 9.143zM219.429 374.857v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM804.571 667.429v54.857c0 5.143-4 9.143-9.143 9.143h-493.714c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h493.714c5.143 0 9.143 4 9.143 9.143zM438.857 521.143v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM365.714 374.857v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM585.143 521.143v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM512 374.857v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM731.429 521.143v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM950.857 667.429v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM658.286 374.857v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM804.571 374.857v54.857c0 5.143-4 9.143-9.143 9.143h-54.857c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM950.857 374.857v201.143c0 5.143-4 9.143-9.143 9.143h-128c-5.143 0-9.143-4-9.143-9.143v-54.857c0-5.143 4-9.143 9.143-9.143h64v-137.143c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143zM1024 804.571v-512h-950.857v512h950.857zM1097.143 292.571v512c0 40.571-32.571 73.143-73.143 73.143h-950.857c-40.571 0-73.143-32.571-73.143-73.143v-512c0-40.571 32.571-73.143 73.143-73.143h950.857c40.571 0 73.143 32.571 73.143 73.143z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "keyboard-o" + ], + "defaultCode": 61724, + "grid": 14 + }, + { + "id": 255, + "paths": [ + "M950.857 597.143v-352c-45.714 24.571-109.714 52-174.857 52v0c-30.286 0-58.286-5.714-82.857-18.286-61.143-30.286-127.429-59.429-206.857-59.429-73.714 0-164 36-230.286 72.571v342.286c75.429-34.857 171.429-64.571 247.429-64.571 88 0 145.143 29.143 206.286 59.429l16 8c16 8 35.429 12.571 57.714 12.571 63.429 0 132-33.714 167.429-52.571zM182.857 146.286c0 26.857-14.857 50.286-36.571 62.857v723.429c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-723.429c-21.714-12.571-36.571-36-36.571-62.857 0-40.571 32.571-73.143 73.143-73.143s73.143 32.571 73.143 73.143zM1024 182.857v436c0 13.714-8 26.286-20 32.571-2.286 1.143-5.714 2.857-9.714 5.143-36.571 19.429-122.857 66.286-210.857 66.286-33.714 0-64-6.857-90.286-20l-16-8c-57.714-29.143-103.429-52-173.714-52-82.286 0-198.286 42.857-265.143 83.429-5.714 3.429-12.571 5.143-18.857 5.143s-12.571-1.714-18.286-4.571c-11.429-6.857-18.286-18.857-18.286-32v-424c0-12.571 6.857-24.571 17.714-31.429 36.571-21.714 165.714-93.143 285.714-93.143 95.429 0 173.143 34.857 238.857 66.857 14.857 7.429 32 10.857 50.857 10.857 67.429 0 141.714-42.857 177.143-64 7.429-4 13.714-7.429 17.714-9.714 11.429-5.714 24.571-5.143 35.429 1.143 10.857 6.857 17.714 18.857 17.714 31.429z" + ], + "width": 1060.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flag-o" + ], + "defaultCode": 61725, + "grid": 14 + }, + { + "id": 256, + "paths": [ + "M475.429 571.429v-109.714c-69.714 6.286-153.714 34.286-219.429 66.857v105.714c66.286-30.857 148.571-57.143 219.429-62.857zM475.429 332.571v-112.571c-72 3.429-156.571 37.143-219.429 72v108c67.429-34.857 148.571-64.571 219.429-67.429zM950.857 597.143v-105.143c-52 25.714-142.857 64-219.429 40.571v-128c-7.429-2.286-14.857-5.143-22.286-8.571-65.714-33.143-119.429-64-205.714-64-9.143 0-18.286 0.571-28 1.714v126.857h10.857c86.286 0 157.143 30.857 222.857 63.429 7.429 3.429 14.857 6.286 22.286 8.571v107.429c15.429 6.286 32.571 9.714 52 9.714 63.429 0 132-33.714 167.429-52.571zM950.857 353.143v-108c-45.714 24.571-109.714 52-174.857 52v0c-15.429 0-30.286-1.143-44.571-4.571v112c76.571 21.714 167.429-22.286 219.429-51.429zM182.857 146.286c0 26.857-14.857 50.286-36.571 62.857v723.429c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-723.429c-21.714-12.571-36.571-36-36.571-62.857 0-40.571 32.571-73.143 73.143-73.143s73.143 32.571 73.143 73.143zM1024 182.857v436c0 13.714-8 26.286-20 32.571-2.286 1.143-5.714 2.857-9.714 5.143-36.571 19.429-122.857 66.286-210.857 66.286-33.714 0-64-6.857-90.286-20l-16-8c-57.714-29.143-103.429-52-173.714-52-82.286 0-198.286 42.857-265.143 83.429-5.714 3.429-12.571 5.143-18.857 5.143s-12.571-1.714-18.286-4.571c-11.429-6.857-18.286-18.857-18.286-32v-424c0-12.571 6.857-24.571 17.714-31.429 36.571-21.714 165.714-93.143 285.714-93.143 95.429 0 173.143 34.857 238.857 66.857 14.857 7.429 32 10.857 50.857 10.857 67.429 0 141.714-42.857 177.143-64 7.429-4 13.714-7.429 17.714-9.714 11.429-5.714 24.571-5.143 35.429 1.143 10.857 6.857 17.714 18.857 17.714 31.429z" + ], + "width": 1060.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flag-checkered" + ], + "defaultCode": 61726, + "grid": 14 + }, + { + "id": 257, + "paths": [ + "M334.286 561.714l-266.286 266.286c-7.429 7.429-18.857 7.429-26.286 0l-28.571-28.571c-7.429-7.429-7.429-18.857 0-26.286l224.571-224.571-224.571-224.571c-7.429-7.429-7.429-18.857 0-26.286l28.571-28.571c7.429-7.429 18.857-7.429 26.286 0l266.286 266.286c7.429 7.429 7.429 18.857 0 26.286zM950.857 822.857v36.571c0 10.286-8 18.286-18.286 18.286h-548.571c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h548.571c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 956.5622857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "terminal" + ], + "defaultCode": 61728, + "grid": 14 + }, + { + "id": 258, + "paths": [ + "M352.571 799.429l-28.571 28.571c-7.429 7.429-18.857 7.429-26.286 0l-266.286-266.286c-7.429-7.429-7.429-18.857 0-26.286l266.286-266.286c7.429-7.429 18.857-7.429 26.286 0l28.571 28.571c7.429 7.429 7.429 18.857 0 26.286l-224.571 224.571 224.571 224.571c7.429 7.429 7.429 18.857 0 26.286zM690.286 189.714l-213.143 737.714c-2.857 9.714-13.143 15.429-22.286 12.571l-35.429-9.714c-9.714-2.857-15.429-13.143-12.571-22.857l213.143-737.714c2.857-9.714 13.143-15.429 22.286-12.571l35.429 9.714c9.714 2.857 15.429 13.143 12.571 22.857zM1065.714 561.714l-266.286 266.286c-7.429 7.429-18.857 7.429-26.286 0l-28.571-28.571c-7.429-7.429-7.429-18.857 0-26.286l224.571-224.571-224.571-224.571c-7.429-7.429-7.429-18.857 0-26.286l28.571-28.571c7.429-7.429 18.857-7.429 26.286 0l266.286 266.286c7.429 7.429 7.429 18.857 0 26.286z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "code" + ], + "defaultCode": 61729, + "grid": 14 + }, + { + "id": 259, + "paths": [ + "M365.714 618.286v40c0 14.857-9.143 28-22.286 33.714-4.571 1.714-9.714 2.857-14.286 2.857-9.714 0-18.857-3.429-25.714-10.857l-292.571-292.571c-14.286-14.286-14.286-37.143 0-51.429l292.571-292.571c10.286-10.857 26.286-13.714 40-8 13.143 5.714 22.286 18.857 22.286 33.714v39.429l-226.857 227.429c-14.286 14.286-14.286 37.143 0 51.429zM1024 640c0 118.857-89.714 293.714-93.714 301.143-2.857 6.286-9.143 9.714-16 9.714-1.714 0-3.429 0-5.143-0.571-8.571-2.857-13.714-10.857-13.143-19.429 16.571-156-2.857-258.857-60.571-322.857-48.571-54.286-127.429-83.429-250.286-93.143v143.429c0 14.857-9.143 28-22.286 33.714-4.571 1.714-9.714 2.857-14.286 2.857-9.714 0-18.857-3.429-25.714-10.857l-292.571-292.571c-14.286-14.286-14.286-37.143 0-51.429l292.571-292.571c10.286-10.857 26.286-13.714 40-8 13.143 5.714 22.286 18.857 22.286 33.714v149.714c157.714 10.857 270.286 52.571 342.286 126.286 86.286 88.571 96.571 208.571 96.571 290.857z" + ], + "width": 1020.5622857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mail-reply-all", + "reply-all" + ], + "defaultCode": 61730, + "grid": 14 + }, + { + "id": 260, + "paths": [ + "M677.714 546.857l146.857-142.857-241.143-35.429-17.143-34.286-90.857-184v550.286l33.714 17.714 181.714 96-34.286-202.857-6.857-37.714zM936 397.143l-207.429 202.286 49.143 285.714c4 25.143-5.143 40-22.857 40-6.286 0-14.286-2.286-22.857-6.857l-256.571-134.857-256.571 134.857c-8.571 4.571-16.571 6.857-22.857 6.857-17.714 0-26.857-14.857-22.857-40l49.143-285.714-208-202.286c-24.571-24.571-16.571-48.571 17.714-53.714l286.857-41.714 128.571-260c7.429-15.429 17.714-23.429 28-23.429v0c10.286 0 20 8 28 23.429l128.571 260 286.857 41.714c34.286 5.143 42.286 29.143 17.143 53.714z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star-half-empty", + "star-half-full", + "star-half-o" + ], + "defaultCode": 61731, + "grid": 14 + }, + { + "id": 261, + "paths": [ + "M800.571 199.429l-365.714 731.429c-6.286 12.571-18.857 20-32.571 20-2.857 0-5.714-0.571-8.571-1.143-16.571-4-28-18.286-28-35.429v-329.143h-329.143c-17.143 0-31.429-11.429-35.429-28s4-33.714 18.857-41.143l731.429-365.714c5.143-2.857 10.857-4 16.571-4 9.714 0 18.857 3.429 25.714 10.857 11.429 10.857 14.286 28 6.857 42.286z" + ], + "width": 805.1565714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location-arrow" + ], + "defaultCode": 61732, + "grid": 14 + }, + { + "id": 262, + "paths": [ + "M318.286 731.429h340v-340zM292.571 705.714l340-340h-340v340zM950.857 749.714v109.714c0 10.286-8 18.286-18.286 18.286h-128v128c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-128h-493.714c-10.286 0-18.286-8-18.286-18.286v-493.714h-128c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h128v-128c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v128h486.286l140.571-141.143c7.429-6.857 18.857-6.857 26.286 0 6.857 7.429 6.857 18.857 0 26.286l-141.143 140.571v486.286h128c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 952.5394285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "crop" + ], + "defaultCode": 61733, + "grid": 14 + }, + { + "id": 263, + "paths": [ + "M164.571 841.143c0-30.286-24.571-54.857-54.857-54.857s-54.857 24.571-54.857 54.857 24.571 54.857 54.857 54.857 54.857-24.571 54.857-54.857zM164.571 182.857c0-30.286-24.571-54.857-54.857-54.857s-54.857 24.571-54.857 54.857 24.571 54.857 54.857 54.857 54.857-24.571 54.857-54.857zM530.286 256c0-30.286-24.571-54.857-54.857-54.857s-54.857 24.571-54.857 54.857 24.571 54.857 54.857 54.857 54.857-24.571 54.857-54.857zM585.143 256c0 40.571-22.286 76-54.857 94.857-1.714 206.286-148 252-245.143 282.857-90.857 28.571-120.571 42.286-120.571 97.714v14.857c32.571 18.857 54.857 54.286 54.857 94.857 0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714c0-40.571 22.286-76 54.857-94.857v-468.571c-32.571-18.857-54.857-54.286-54.857-94.857 0-60.571 49.143-109.714 109.714-109.714s109.714 49.143 109.714 109.714c0 40.571-22.286 76-54.857 94.857v284c29.143-14.286 60-24 88-32.571 106.286-33.714 166.857-58.857 168-178.286-32.571-18.857-54.857-54.286-54.857-94.857 0-60.571 49.143-109.714 109.714-109.714s109.714 49.143 109.714 109.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "code-fork" + ], + "defaultCode": 61734, + "grid": 14 + }, + { + "id": 264, + "paths": [ + "M250.857 726.286l-146.286 146.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143c-6.857-7.429-6.857-18.857 0-26.286l146.286-146.286c7.429-6.857 18.857-6.857 26.286 0 6.857 7.429 6.857 18.857 0 26.286zM347.429 749.714v182.857c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286v-182.857c0-10.286 8-18.286 18.286-18.286s18.286 8 18.286 18.286zM219.429 621.714c0 10.286-8 18.286-18.286 18.286h-182.857c-10.286 0-18.286-8-18.286-18.286s8-18.286 18.286-18.286h182.857c10.286 0 18.286 8 18.286 18.286zM941.714 694.857c0 44-17.143 85.143-48.571 116l-84 83.429c-30.857 30.857-72 47.429-116 47.429s-85.714-17.143-116.571-48.571l-190.857-191.429c-9.714-9.714-17.143-20.571-24-32l136.571-10.286 156 156.571c20.571 20.571 57.143 21.143 77.714 0.571l84-83.429c10.286-10.286 16-24 16-38.286 0-14.857-5.714-28.571-16-38.857l-156.571-157.143 10.286-136.571c11.429 6.857 22.286 14.286 32 24l192 192c30.857 31.429 48 72.571 48 116.571zM589.143 281.143l-136.571 10.286-156-156.571c-10.286-10.286-24-16-38.857-16s-28.571 5.714-38.857 15.429l-84 83.429c-10.286 10.286-16 24-16 38.286 0 14.857 5.714 28.571 16 38.857l156.571 156.571-10.286 137.143c-11.429-6.857-22.286-14.286-32-24l-192-192c-30.857-31.429-48-72.571-48-116.571s17.143-85.143 48.571-116l84-83.429c30.857-30.857 72-47.429 116-47.429s85.714 17.143 116.571 48.571l190.857 191.429c9.714 9.714 17.143 20.571 24 32zM950.857 329.143c0 10.286-8 18.286-18.286 18.286h-182.857c-10.286 0-18.286-8-18.286-18.286s8-18.286 18.286-18.286h182.857c10.286 0 18.286 8 18.286 18.286zM640 18.286v182.857c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286v-182.857c0-10.286 8-18.286 18.286-18.286s18.286 8 18.286 18.286zM872.571 104.571l-146.286 146.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143c-6.857-7.429-6.857-18.857 0-26.286l146.286-146.286c7.429-6.857 18.857-6.857 26.286 0 6.857 7.429 6.857 18.857 0 26.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chain-broken", + "unlink" + ], + "defaultCode": 61735, + "grid": 14 + }, + { + "id": 265, + "paths": [ + "M365.714 768v73.143c0 20-16.571 36.571-36.571 36.571h-292.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h36.571v-219.429h-36.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h219.429c20 0 36.571 16.571 36.571 36.571v329.143h36.571c20 0 36.571 16.571 36.571 36.571zM292.571 109.714v109.714c0 20-16.571 36.571-36.571 36.571h-146.286c-20 0-36.571-16.571-36.571-36.571v-109.714c0-20 16.571-36.571 36.571-36.571h146.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 365.71428571428567, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "info" + ], + "defaultCode": 61737, + "grid": 14 + }, + { + "id": 266, + "paths": [ + "M292.571 713.143v128c0 20-16.571 36.571-36.571 36.571h-146.286c-20 0-36.571-16.571-36.571-36.571v-128c0-20 16.571-36.571 36.571-36.571h146.286c20 0 36.571 16.571 36.571 36.571zM309.714 109.714l-16 438.857c-0.571 20-17.714 36.571-37.714 36.571h-146.286c-20 0-37.143-16.571-37.714-36.571l-16-438.857c-0.571-20 15.429-36.571 35.429-36.571h182.857c20 0 36 16.571 35.429 36.571z" + ], + "width": 365.71428571428567, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "exclamation" + ], + "defaultCode": 61738, + "grid": 14 + }, + { + "id": 267, + "paths": [ + "M512.571 782.286v95.429h-141.714l-90.857-144-13.714-24c-3.429-4-5.143-8-6.286-12h-1.714c-1.143 4-3.429 8-5.143 12-3.429 6.857-8.571 16-14.286 25.143l-88.571 142.857h-147.429v-95.429h73.143l112.571-166.286-105.714-155.429h-78.286v-96h157.714l79.429 130.286c5.143 8 9.143 16.571 13.143 24 3.429 4 5.143 8 6.286 12h1.714c1.143-4 3.429-8 6.286-12l14.286-24 80-130.286h146.857v96h-71.429l-105.143 152.571 116.571 169.143h62.286zM876.571 394.286v117.714h-293.714l-1.714-15.429c-1.143-8-2.286-18.857-2.286-26.286 0-156 200-169.143 200-252 0-29.714-26.857-49.714-57.143-49.714-21.714 0-41.143 10.286-55.429 22.286-7.429 6.286-14.286 14.286-20.571 21.714l-60-52.571c10.286-14.286 21.714-26.286 36-37.714 24-18.857 58.857-37.143 107.429-37.143 82.857 0 140.571 48.571 140.571 124.571 0 137.143-189.714 148.571-197.714 230.286h132.571v-45.714h72z" + ], + "width": 879.3965714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "superscript" + ], + "defaultCode": 61739, + "grid": 14 + }, + { + "id": 268, + "paths": [ + "M512.571 782.286v95.429h-141.714l-90.857-144-13.714-24c-3.429-4-5.143-8-6.286-12h-1.714c-1.143 4-3.429 8-5.143 12-3.429 6.857-8.571 16-14.286 25.143l-88.571 142.857h-147.429v-95.429h73.143l112.571-166.286-105.714-155.429h-78.286v-96h157.714l79.429 130.286c5.143 8 9.143 16.571 13.143 24 3.429 4 5.143 8 6.286 12h1.714c1.143-4 3.429-8 6.286-12l14.286-24 80-130.286h146.857v96h-71.429l-105.143 152.571 116.571 169.143h62.286zM877.714 906.286v117.714h-293.714l-2.286-15.429c-0.571-8.571-1.714-18.857-1.714-26.286 0-156 200-169.143 200-252 0-29.714-26.857-49.714-57.143-49.714-22.286 0-41.143 10.286-55.429 22.286-7.429 6.286-14.286 14.286-20.571 21.714l-60-52.571c10.286-14.286 21.714-26.286 36-37.714 24-19.429 58.857-37.143 107.429-37.143 82.857 0 140.571 48.571 140.571 124.571 0 136.571-189.714 148-197.714 230.286h132.571v-45.714h72z" + ], + "width": 880.5668571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "subscript" + ], + "defaultCode": 61740, + "grid": 14 + }, + { + "id": 269, + "paths": [ + "M512 804.571l192-219.429h-438.857l-192 219.429h438.857zM1090.857 189.143c11.429 26.286 6.857 56.571-12 78.286l-512 585.143c-13.714 16-33.714 25.143-54.857 25.143h-438.857c-28.571 0-54.857-16.571-66.857-42.857-11.429-26.286-6.857-56.571 12-78.286l512-585.143c13.714-16 33.714-25.143 54.857-25.143h438.857c28.571 0 54.857 16.571 66.857 42.857z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eraser" + ], + "defaultCode": 61741, + "grid": 14 + }, + { + "id": 270, + "paths": [ + "M950.857 627.429c0 58.857-33.714 108-96 108-69.714 0-88-63.429-150.857-63.429-45.714 0-62.857 28.571-62.857 70.857 0 44.571 18.286 87.429 17.714 131.429v2.857c-6.286 0-12.571 0-18.857 0.571-58.857 5.714-118.286 17.143-177.714 17.143-40.571 0-82.857-16-82.857-62.857 0-62.857 63.429-81.143 63.429-150.857 0-62.286-49.143-96-108-96-60 0-115.429 33.143-115.429 98.857 0 72.571 55.429 104 55.429 143.429 0 20-12.571 37.714-26.286 50.857-17.714 16.571-42.857 20-66.857 20-46.857 0-93.714-6.286-140-13.714-10.286-1.714-21.143-2.857-31.429-4.571l-7.429-1.143c-1.143-0.571-2.857-0.571-2.857-1.143v-585.143c2.286 1.714 36 5.714 41.714 6.857 46.286 7.429 93.143 13.714 140 13.714 24 0 49.143-3.429 66.857-20 13.714-13.143 26.286-30.857 26.286-50.857 0-39.429-55.429-70.857-55.429-143.429 0-65.714 55.429-98.857 116-98.857 58.286 0 107.429 33.714 107.429 96 0 69.714-63.429 88-63.429 150.857 0 46.857 42.286 62.857 82.857 62.857 65.714 0 130.857-14.857 196-18.286v1.143c-1.714 2.286-5.714 36-6.857 41.714-7.429 46.286-13.714 93.143-13.714 140 0 24 3.429 49.143 20 66.857 13.143 13.714 30.857 26.286 50.857 26.286 39.429 0 70.857-55.429 143.429-55.429 65.714 0 98.857 55.429 98.857 115.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "puzzle-piece" + ], + "defaultCode": 61742, + "grid": 14 + }, + { + "id": 271, + "paths": [ + "M658.286 402.286v73.143c0 169.143-128 308.571-292.571 326.857v75.429h146.286c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571h-365.714c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h146.286v-75.429c-164.571-18.286-292.571-157.714-292.571-326.857v-73.143c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571v73.143c0 141.143 114.857 256 256 256s256-114.857 256-256v-73.143c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571zM512 182.857v292.571c0 100.571-82.286 182.857-182.857 182.857s-182.857-82.286-182.857-182.857v-292.571c0-100.571 82.286-182.857 182.857-182.857s182.857 82.286 182.857 182.857z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "microphone" + ], + "defaultCode": 61744, + "grid": 14 + }, + { + "id": 272, + "paths": [ + "M154.857 540l-57.714 57.714c-15.429-37.714-24-78.857-24-122.286v-73.143c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571v73.143c0 22.286 3.429 44 8.571 64.571zM791.429 196l-206.286 206.286v73.143c0 100.571-82.286 182.857-182.857 182.857-21.714 0-42.857-4-62.286-10.857l-54.857 54.857c34.857 18.286 74.857 29.143 117.143 29.143 141.143 0 256-114.857 256-256v-73.143c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571v73.143c0 169.143-128 308.571-292.571 326.857v75.429h146.286c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571h-365.714c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h146.286v-75.429c-48.571-5.143-94.286-21.714-134.286-46.286l-145.143 145.143c-7.429 7.429-18.857 7.429-26.286 0l-46.857-46.857c-7.429-7.429-7.429-18.857 0-26.286l705.143-705.143c7.429-7.429 18.857-7.429 26.286 0l46.857 46.857c7.429 7.429 7.429 18.857 0 26.286zM574.286 120.571l-354.857 354.857v-292.571c0-100.571 82.286-182.857 182.857-182.857 78.857 0 146.286 50.857 172 120.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "microphone-slash" + ], + "defaultCode": 61745, + "grid": 14 + }, + { + "id": 273, + "paths": [ + "M621.714 548.571v-365.714h-256v649.714c29.143-15.429 76-42.286 121.714-78.286 61.143-48 134.286-122.857 134.286-205.714zM731.429 109.714v438.857c0 240.571-336.571 392.571-350.857 398.857-4.571 2.286-9.714 3.429-14.857 3.429s-10.286-1.143-14.857-3.429c-14.286-6.286-350.857-158.286-350.857-398.857v-438.857c0-20 16.571-36.571 36.571-36.571h658.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shield" + ], + "defaultCode": 61746, + "grid": 14 + }, + { + "id": 274, + "paths": [ + "M73.143 950.857h804.571v-585.143h-804.571v585.143zM292.571 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM731.429 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM950.857 219.429v731.429c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h73.143v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h219.429v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h73.143c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar-o" + ], + "defaultCode": 61747, + "grid": 14 + }, + { + "id": 275, + "paths": [ + "M292.571 109.714c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM804.571 91.429v182.857c0 5.714-2.286 10.857-6.857 14.286-3.429 2.857-7.429 4-11.429 4-1.143 0-2.286 0-4-0.571l-256-54.857c-8-1.714-14.286-9.143-14.286-17.714h-146.286v58.286c83.429 17.143 146.286 90.857 146.286 179.429v457.143c0 20-16.571 36.571-36.571 36.571h-292.571c-20 0-36.571-16.571-36.571-36.571v-457.143c0-81.714 53.714-151.429 128-174.286v-63.429h-18.286c-121.143 0-186.286 125.143-186.857 126.286-6.286 12.571-19.429 20-32.571 20-5.714 0-11.429-1.143-16.571-4-17.714-9.143-25.143-30.857-16-49.143 2.857-5.714 60-116.571 174.857-153.714-8.571-14.286-14.286-30.857-14.286-49.143 0-50.286 41.143-91.429 91.429-91.429s91.429 41.143 91.429 91.429c0 13.143-2.857 25.143-8 36.571h172.571c0-8.571 6.286-16 14.286-17.714l256-54.857c1.714-0.571 2.857-0.571 4-0.571 4 0 8 1.143 11.429 4 4.571 3.429 6.857 8.571 6.857 14.286z" + ], + "width": 799.4514285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fire-extinguisher" + ], + "defaultCode": 61748, + "grid": 14 + }, + { + "id": 276, + "paths": [ + "M822.857 256c0-30.286-24.571-54.857-54.857-54.857s-54.857 24.571-54.857 54.857 24.571 54.857 54.857 54.857 54.857-24.571 54.857-54.857zM950.857 91.429c0 189.714-52.571 316-188 452-33.143 32.571-70.857 66.286-111.429 100.571l-11.429 216.571c-0.571 5.714-4 11.429-9.143 14.857l-219.429 128c-2.857 1.714-5.714 2.286-9.143 2.286-4.571 0-9.143-1.714-13.143-5.143l-36.571-36.571c-4.571-5.143-6.286-12-4.571-18.286l48.571-157.714-160.571-160.571-157.714 48.571c-1.714 0.571-3.429 0.571-5.143 0.571-4.571 0-9.714-1.714-13.143-5.143l-36.571-36.571c-5.714-6.286-6.857-15.429-2.857-22.286l128-219.429c3.429-5.143 9.143-8.571 14.857-9.143l216.571-11.429c34.286-40.571 68-78.286 100.571-111.429 142.857-142.286 252-188 450.857-188 10.286 0 19.429 8 19.429 18.286z" + ], + "width": 967.4605714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "rocket" + ], + "defaultCode": 61749, + "grid": 14 + }, + { + "id": 277, + "paths": [ + "M997.143 441.714l-93.714 436h-190.857l101.714-475.429c4.571-20 1.714-38.286-8.571-50.286-9.714-12-26.857-18.857-47.429-18.857h-96.571l-116.571 544.571h-190.857l116.571-544.571h-163.429l-116.571 544.571h-190.857l116.571-544.571-87.429-186.857h729.143c77.143 0 147.429 32 192.571 88 45.714 56 62.286 132 46.286 207.429z" + ], + "width": 1013.1748571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "maxcdn" + ], + "defaultCode": 61750, + "grid": 14 + }, + { + "id": 278, + "paths": [ + "M519.429 797.143l58.286-58.286c14.286-14.286 14.286-37.143 0-51.429l-175.429-175.429 175.429-175.429c14.286-14.286 14.286-37.143 0-51.429l-58.286-58.286c-14.286-14.286-37.143-14.286-51.429 0l-259.429 259.429c-14.286 14.286-14.286 37.143 0 51.429l259.429 259.429c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-circle-left" + ], + "defaultCode": 61751, + "grid": 14 + }, + { + "id": 279, + "paths": [ + "M409.714 797.143l259.429-259.429c14.286-14.286 14.286-37.143 0-51.429l-259.429-259.429c-14.286-14.286-37.143-14.286-51.429 0l-58.286 58.286c-14.286 14.286-14.286 37.143 0 51.429l175.429 175.429-175.429 175.429c-14.286 14.286-14.286 37.143 0 51.429l58.286 58.286c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-circle-right" + ], + "defaultCode": 61752, + "grid": 14 + }, + { + "id": 280, + "paths": [ + "M665.714 650.857l58.286-58.286c14.286-14.286 14.286-37.143 0-51.429l-259.429-259.429c-14.286-14.286-37.143-14.286-51.429 0l-259.429 259.429c-14.286 14.286-14.286 37.143 0 51.429l58.286 58.286c14.286 14.286 37.143 14.286 51.429 0l175.429-175.429 175.429 175.429c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-circle-up" + ], + "defaultCode": 61753, + "grid": 14 + }, + { + "id": 281, + "paths": [ + "M464.571 742.286l259.429-259.429c14.286-14.286 14.286-37.143 0-51.429l-58.286-58.286c-14.286-14.286-37.143-14.286-51.429 0l-175.429 175.429-175.429-175.429c-14.286-14.286-37.143-14.286-51.429 0l-58.286 58.286c-14.286 14.286-14.286 37.143 0 51.429l259.429 259.429c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chevron-circle-down" + ], + "defaultCode": 61754, + "grid": 14 + }, + { + "id": 282, + "paths": [ + "M645.714 341.143l9.143-100h-505.143l26.857 305.143h349.714l-12.571 130.286-112.571 30.286-112-30.286-7.429-80h-100l12.571 158.857 206.857 57.143h2.286v-0.571l205.143-56.571 28.571-310.857h-368l-8.571-103.429h385.143zM0 73.143h804.571l-73.143 821.714-330.286 92.571-328-92.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "html5" + ], + "defaultCode": 61755, + "grid": 14 + }, + { + "id": 283, + "paths": [ + "M157.143 73.143h860l-152 761.714-459.429 152.571-398.857-152.571 40.571-203.429h169.714l-16.571 84 241.143 92 277.714-92 38.857-193.714h-690.286l33.143-169.714h690.857l21.714-109.143h-690.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "css3" + ], + "defaultCode": 61756, + "grid": 14 + }, + { + "id": 284, + "paths": [ + "M548.571 146.286c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571 16.571 36.571 36.571 36.571 36.571-16.571 36.571-36.571zM1024 676.571v201.143c0 7.429-4.571 14.286-11.429 17.143-2.286 0.571-4.571 1.143-6.857 1.143-4.571 0-9.143-1.714-13.143-5.143l-53.143-53.143c-89.714 108-250.857 177.143-427.429 177.143s-337.714-69.143-427.429-177.143l-53.143 53.143c-3.429 3.429-8.571 5.143-13.143 5.143-2.286 0-4.571-0.571-6.857-1.143-6.857-2.857-11.429-9.714-11.429-17.143v-201.143c0-10.286 8-18.286 18.286-18.286h201.143c7.429 0 14.286 4.571 17.143 11.429s1.143 14.286-4 20l-57.143 57.143c51.429 69.143 150.286 119.429 263.429 134.857v-369.714h-109.714c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h109.714v-93.143c-43.429-25.143-73.143-72-73.143-126.286 0-80.571 65.714-146.286 146.286-146.286s146.286 65.714 146.286 146.286c0 54.286-29.714 101.143-73.143 126.286v93.143h109.714c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-109.714v369.714c113.143-15.429 212-65.714 263.429-134.857l-57.143-57.143c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h201.143c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "anchor" + ], + "defaultCode": 61757, + "grid": 14 + }, + { + "id": 285, + "paths": [ + "M603.429 438.857c30.286 0 54.857 24.571 54.857 54.857v329.143c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-329.143c0-30.286 24.571-54.857 54.857-54.857h18.286v-182.857c0-141.143 114.857-256 256-256s256 114.857 256 256c0 20-16.571 36.571-36.571 36.571h-36.571c-20 0-36.571-16.571-36.571-36.571 0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v182.857h420.571z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "unlock-alt" + ], + "defaultCode": 61758, + "grid": 14 + }, + { + "id": 286, + "paths": [ + "M585.143 512c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286zM658.286 512c0-121.143-98.286-219.429-219.429-219.429s-219.429 98.286-219.429 219.429 98.286 219.429 219.429 219.429 219.429-98.286 219.429-219.429zM731.429 512c0 161.714-130.857 292.571-292.571 292.571s-292.571-130.857-292.571-292.571 130.857-292.571 292.571-292.571 292.571 130.857 292.571 292.571zM804.571 512c0-201.714-164-365.714-365.714-365.714s-365.714 164-365.714 365.714 164 365.714 365.714 365.714 365.714-164 365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bullseye" + ], + "defaultCode": 61760, + "grid": 14 + }, + { + "id": 287, + "paths": [ + "M219.429 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857zM512 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857zM804.571 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ellipsis-h" + ], + "defaultCode": 61761, + "grid": 14 + }, + { + "id": 288, + "paths": [ + "M219.429 713.143v109.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857zM219.429 420.571v109.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857zM219.429 128v109.714c0 30.286-24.571 54.857-54.857 54.857h-109.714c-30.286 0-54.857-24.571-54.857-54.857v-109.714c0-30.286 24.571-54.857 54.857-54.857h109.714c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 219.42857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ellipsis-v" + ], + "defaultCode": 61762, + "grid": 14 + }, + { + "id": 289, + "paths": [ + "M292.571 731.429c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM493.143 785.143c-9.714-177.143-150.286-317.714-327.429-327.429-5.143-0.571-10.286 1.714-13.714 5.143s-5.714 8-5.714 13.143v73.143c0 9.714 7.429 17.714 17.143 18.286 117.143 8.571 211.429 102.857 220 220 0.571 9.714 8.571 17.143 18.286 17.143h73.143c5.143 0 9.714-2.286 13.143-5.714s5.714-8.571 5.143-13.714zM712.571 785.714c-9.714-297.143-250.286-537.714-547.429-547.429-5.714-0.571-9.714 1.143-13.143 5.143-3.429 3.429-5.714 8-5.714 13.143v73.143c0 9.714 8 17.714 17.714 18.286 237.143 8.571 430.286 201.714 438.857 438.857 0.571 9.714 8.571 17.714 18.286 17.714h73.143c5.143 0 9.714-2.286 13.143-5.714 4-3.429 5.714-8 5.143-13.143zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "rss-square" + ], + "defaultCode": 61763, + "grid": 14 + }, + { + "id": 290, + "paths": [ + "M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM658.286 543.429c11.429-6.286 18.286-18.286 18.286-31.429s-6.857-25.143-18.286-31.429l-310.857-182.857c-10.857-6.857-25.143-6.857-36.571-0.571-11.429 6.857-18.286 18.857-18.286 32v365.714c0 13.143 6.857 25.143 18.286 32 5.714 2.857 12 4.571 18.286 4.571s12.571-1.714 18.286-5.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play-circle" + ], + "defaultCode": 61764, + "grid": 14 + }, + { + "id": 291, + "paths": [ + "M585.143 258.286l180.571 180.571-326.857 326.857-180.571-180.571zM464.571 817.714l353.143-353.143c14.286-14.286 14.286-37.143 0-51.429l-206.857-206.857c-13.714-13.714-37.714-13.714-51.429 0l-353.143 353.143c-14.286 14.286-14.286 37.143 0 51.429l206.857 206.857c6.857 6.857 16 10.286 25.714 10.286s18.857-3.429 25.714-10.286zM972.571 453.714l-518.286 518.857c-28.571 28-75.429 28-103.429 0l-72-72c42.857-42.857 42.857-112.571 0-155.429s-112.571-42.857-155.429 0l-71.429-72c-28.571-28-28.571-74.857 0-103.429l518.286-517.714c28-28.571 74.857-28.571 103.429 0l71.429 71.429c-42.857 42.857-42.857 112.571 0 155.429s112.571 42.857 155.429 0l72 71.429c28 28.571 28 75.429 0 103.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ticket" + ], + "defaultCode": 61765, + "grid": 14 + }, + { + "id": 292, + "paths": [ + "M731.429 548.571v-73.143c0-20-16.571-36.571-36.571-36.571h-512c-20 0-36.571 16.571-36.571 36.571v73.143c0 20 16.571 36.571 36.571 36.571h512c20 0 36.571-16.571 36.571-36.571zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "minus-square" + ], + "defaultCode": 61766, + "grid": 14 + }, + { + "id": 293, + "paths": [ + "M658.286 457.143v36.571c0 10.286-8 18.286-18.286 18.286h-475.429c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h475.429c10.286 0 18.286 8 18.286 18.286zM731.429 713.143v-475.429c0-50.286-41.143-91.429-91.429-91.429h-475.429c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429zM804.571 237.714v475.429c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h475.429c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "minus-square-o" + ], + "defaultCode": 61767, + "grid": 14 + }, + { + "id": 294, + "paths": [ + "M581.714 344.571c-6.286 13.143-18.857 21.143-33.143 21.143h-109.714v493.714c0 10.286-8 18.286-18.286 18.286h-402.286c-6.857 0-13.714-4-16.571-10.286-2.857-6.857-2.286-14.286 2.286-20l91.429-109.714c3.429-4 9.143-6.286 14.286-6.286h182.857v-365.714h-109.714c-14.286 0-26.857-8-33.143-21.143-5.714-12.571-4-28 5.143-38.857l182.857-219.429c13.714-16.571 42.286-16.571 56 0l182.857 219.429c9.143 10.857 11.429 26.286 5.143 38.857z" + ], + "width": 586.8251428571429, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "level-up" + ], + "defaultCode": 61768, + "grid": 14 + }, + { + "id": 295, + "paths": [ + "M18.286 146.286h402.286c10.286 0 18.286 8.571 18.286 18.857v493.143h109.714c14.286 0 26.857 8.571 33.143 21.143 6.286 13.143 4 28.571-5.143 39.429l-182.857 219.429c-13.714 16.571-42.286 16.571-56 0l-182.857-219.429c-9.143-10.857-10.857-26.286-5.143-39.429 6.286-12.571 18.857-21.143 33.143-21.143h109.714v-365.714h-182.857c-5.143 0-10.286-2.286-14.286-6.286l-91.429-109.714c-4.571-5.143-5.143-13.143-2.286-19.429s9.714-10.857 16.571-10.857z" + ], + "width": 586.8251428571429, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "level-down" + ], + "defaultCode": 61769, + "grid": 14 + }, + { + "id": 296, + "paths": [ + "M391.429 742.286l350.857-350.857c14.286-14.286 14.286-37.143 0-51.429l-58.286-58.286c-14.286-14.286-37.143-14.286-51.429 0l-266.857 266.857-120.571-120.571c-14.286-14.286-37.143-14.286-51.429 0l-58.286 58.286c-14.286 14.286-14.286 37.143 0 51.429l204.571 204.571c14.286 14.286 37.143 14.286 51.429 0zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "check-square" + ], + "defaultCode": 61770, + "grid": 14 + }, + { + "id": 297, + "paths": [ + "M230.857 633.143l86.857 86.857-29.714 29.714h-32v-54.857h-54.857v-32zM467.429 410.286c4.571 4 3.429 12-1.714 17.143l-166.286 166.286c-5.143 5.143-13.143 6.286-17.143 1.714-4.571-4-3.429-12 1.714-17.143l166.286-166.286c5.143-5.143 13.143-6.286 17.143-1.714zM310.857 804.571l310.857-310.857-164.571-164.571-310.857 310.857v164.571h164.571zM658.286 457.143l52.571-52.571c21.143-21.143 21.143-56.571 0-77.714l-86.857-86.857c-21.143-21.143-56.571-21.143-77.714 0l-52.571 52.571zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pencil-square" + ], + "defaultCode": 61771, + "grid": 14 + }, + { + "id": 298, + "paths": [ + "M731.429 530.286v-274.286c0-20-16.571-36.571-36.571-36.571h-274.286c-14.857 0-28 9.143-33.714 22.286-5.714 13.714-2.857 29.714 8 40l82.286 82.286-305.143 305.143c-14.286 14.286-14.286 37.143 0 51.429l58.286 58.286c14.286 14.286 37.143 14.286 51.429 0l305.143-305.143 82.286 82.286c6.857 7.429 16 10.857 25.714 10.857 4.571 0 9.714-1.143 14.286-2.857 13.143-5.714 22.286-18.857 22.286-33.714zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "external-link-square" + ], + "defaultCode": 61772, + "grid": 14 + }, + { + "id": 299, + "paths": [ + "M574.286 629.143l201.143-201.143c14.286-14.286 14.286-37.143 0-51.429l-201.143-201.143c-10.286-10.857-26.286-13.714-39.429-8-13.714 5.714-22.857 18.857-22.857 33.714v91.429c-328 0-365.714 188-365.714 329.143 0 114.857 92 226.286 95.429 230.857 4 4.571 9.143 6.857 14.286 6.857 2.286 0 5.143-0.571 7.429-1.714 7.429-2.857 12-10.857 10.857-18.857-17.143-137.714-6.286-223.429 35.429-270.286 34.857-39.429 95.429-56.571 202.286-56.571v91.429c0 14.857 9.143 28 22.857 33.714 4 1.714 9.143 2.857 13.714 2.857 9.714 0 18.857-4 25.714-10.857zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share-square" + ], + "defaultCode": 61773, + "grid": 14 + }, + { + "id": 300, + "paths": [ + "M365.714 621.714l146.286-73.143-146.286-73.143v146.286zM585.143 284v309.714l-292.571 146.286v-309.714zM749.714 512c0-171.429-139.429-310.857-310.857-310.857s-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "compass" + ], + "defaultCode": 61774, + "grid": 14 + }, + { + "id": 301, + "paths": [ + "M654.286 385.714c6.286 12 5.143 26.857-2.857 37.714l-182.857 256c-6.857 9.714-17.714 15.429-29.714 15.429s-22.857-5.714-29.714-15.429l-182.857-256c-8-10.857-9.143-25.714-2.857-37.714 6.286-12.571 18.857-20 32.571-20h365.714c13.714 0 26.286 7.429 32.571 20zM731.429 786.286v-548.571c0-9.714-8.571-18.286-18.286-18.286h-548.571c-9.714 0-18.286 8.571-18.286 18.286v548.571c0 9.714 8.571 18.286 18.286 18.286h548.571c9.714 0 18.286-8.571 18.286-18.286zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-square-o-down", + "toggle-down" + ], + "defaultCode": 61776, + "grid": 14 + }, + { + "id": 302, + "paths": [ + "M654.286 638.286c-6.286 12.571-18.857 20-32.571 20h-365.714c-13.714 0-26.286-7.429-32.571-20-6.286-12-5.143-26.857 2.857-37.714l182.857-256c6.857-9.714 17.714-15.429 29.714-15.429s22.857 5.714 29.714 15.429l182.857 256c8 10.857 9.143 25.714 2.857 37.714zM731.429 786.286v-548.571c0-9.714-8.571-18.286-18.286-18.286h-548.571c-9.714 0-18.286 8.571-18.286 18.286v548.571c0 9.714 8.571 18.286 18.286 18.286h548.571c9.714 0 18.286-8.571 18.286-18.286zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-square-o-up", + "toggle-up" + ], + "defaultCode": 61777, + "grid": 14 + }, + { + "id": 303, + "paths": [ + "M621.714 512c0 12-5.714 22.857-15.429 29.714l-256 182.857c-10.857 8-25.714 9.143-37.714 2.857-12.571-6.286-20-18.857-20-32.571v-365.714c0-13.714 7.429-26.286 20-32.571 12-6.286 26.857-5.143 37.714 2.857l256 182.857c9.714 6.857 15.429 17.714 15.429 29.714zM731.429 786.286v-548.571c0-10.286-8-18.286-18.286-18.286h-548.571c-10.286 0-18.286 8-18.286 18.286v548.571c0 10.286 8 18.286 18.286 18.286h548.571c10.286 0 18.286-8 18.286-18.286zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-square-o-right", + "toggle-right" + ], + "defaultCode": 61778, + "grid": 14 + }, + { + "id": 304, + "paths": [ + "M557.714 746.857l20 90.857c2.286 9.143-2.857 18.286-11.429 21.143-2.286 0.571-55.429 18.857-124 18.857-178.286 0-321.714-107.429-369.714-275.429h-54.286c-10.286 0-18.286-8.571-18.286-18.286v-64.571c0-9.714 8-18.286 18.286-18.286h37.714c-0.571-18.286-0.571-40 0.571-60h-38.286c-10.286 0-18.286-8-18.286-18.286v-65.143c0-10.286 8-18.286 18.286-18.286h56c50.857-160 197.143-266.286 368-266.286 59.429 0 108.571 12.571 110.857 13.143 4.571 1.143 8.571 4.571 11.429 8.571 2.286 4 2.857 9.143 1.714 13.714l-24.571 90.857c-2.286 9.714-12 15.429-21.714 12.571-0.571 0-39.429-9.714-80-9.714-96 0-176.571 52-214.857 137.143h267.429c5.714 0 10.857 2.286 14.286 6.857 3.429 4 5.143 9.714 4 14.857l-13.714 65.143c-1.714 8.571-9.143 14.857-18.286 14.857h-278.857c-1.714 18.286-1.143 37.714 0 60h262.286c5.714 0 10.857 2.857 14.286 6.857 3.429 4.571 4.571 10.286 3.429 15.429l-13.714 64c-1.714 8.571-9.143 14.857-17.714 14.857h-221.143c36.571 89.143 118.857 145.143 216 145.143 49.714 0 90.286-13.714 90.857-13.714 4.571-1.714 10.286-1.143 14.857 1.143 4.571 2.857 7.429 7.429 8.571 12z" + ], + "width": 580.0228571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eur", + "euro" + ], + "defaultCode": 61779, + "grid": 14 + }, + { + "id": 305, + "paths": [ + "M582.857 649.714v209.714c0 10.286-8 18.286-18.286 18.286h-546.286c-10.286 0-18.286-8-18.286-18.286v-85.714c0-9.714 8-18.286 18.286-18.286h55.429v-218.857h-54.286c-10.286 0-18.286-8-18.286-18.286v-74.857c0-10.286 8-18.286 18.286-18.286h54.286v-127.429c0-130.286 105.143-224.571 250.286-224.571 114.286 0 188 68.571 191.429 71.429 6.857 6.286 7.429 17.143 1.714 24.571l-58.857 72.571c-3.429 4-7.429 6.286-12.571 6.857-4.571 0.571-9.714-1.143-13.143-4-0.571-0.571-49.714-39.429-107.429-39.429-64.571 0-108 38.857-108 97.143v122.857h174.286c10.286 0 18.286 8 18.286 18.286v74.857c0 10.286-8 18.286-18.286 18.286h-174.286v216.571h236.571v-103.429c0-10.286 8-18.286 18.286-18.286h92.571c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 582.8754285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gbp" + ], + "defaultCode": 61780, + "grid": 14 + }, + { + "id": 306, + "paths": [ + "M558.857 677.143c0 116.571-83.429 208.571-204.571 228.571v100c0 10.286-8 18.286-18.286 18.286h-77.143c-9.714 0-18.286-8-18.286-18.286v-100c-133.714-18.857-206.857-98.857-209.714-102.286-5.714-6.857-6.286-16.571-1.143-23.429l58.857-77.143c2.857-4 8-6.286 13.143-6.857s10.286 1.143 13.714 5.143c1.143 0.571 81.143 77.143 182.286 77.143 56 0 116.571-29.714 116.571-94.286 0-54.857-67.429-81.714-144.571-112.571-102.857-40.571-230.857-92-230.857-235.429 0-105.143 82.286-192 201.714-214.857v-102.857c0-10.286 8.571-18.286 18.286-18.286h77.143c10.286 0 18.286 8 18.286 18.286v100.571c116 13.143 177.714 76 180 78.286 5.714 6.286 6.857 14.857 2.857 21.714l-46.286 83.429c-2.857 5.143-7.429 8.571-13.143 9.143-5.714 1.143-10.857-0.571-15.429-4-0.571-0.571-69.714-61.714-155.429-61.714-72.571 0-122.857 36-122.857 88 0 60.571 69.714 87.429 150.857 118.857 105.143 40.571 224 86.857 224 224.571z" + ], + "width": 583.4605714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dollar", + "usd" + ], + "defaultCode": 61781, + "grid": 14 + }, + { + "id": 307, + "paths": [ + "M513.143 268.571v58.286c0 10.286-8 18.286-18.286 18.286h-96c-17.714 109.714-101.714 181.143-231.429 196.571 85.143 90.857 176 200.571 262.286 306.286 4.571 5.143 5.714 13.143 2.286 19.429-2.857 6.286-9.143 10.286-16.571 10.286h-111.429c-5.714 0-10.857-2.286-14.286-6.857-92-110.286-176.571-211.429-284.571-326.286-3.429-3.429-5.143-8-5.143-12.571v-72.571c0-9.714 8-18.286 18.286-18.286h64c100.571 0 163.429-33.714 180-96h-244c-10.286 0-18.286-8-18.286-18.286v-58.286c0-10.286 8-18.286 18.286-18.286h236c-21.714-42.857-73.143-64.571-153.143-64.571h-82.857c-10.286 0-18.286-8.571-18.286-18.286v-76c0-10.286 8-18.286 18.286-18.286h475.429c10.286 0 18.286 8 18.286 18.286v58.286c0 10.286-8 18.286-18.286 18.286h-133.143c18.286 23.429 30.286 50.857 36.571 82.286h97.714c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 513.1702857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "inr", + "rupee" + ], + "defaultCode": 61782, + "grid": 14 + }, + { + "id": 308, + "paths": [ + "M344.571 877.714h-98.286c-10.286 0-18.286-8-18.286-18.286v-188.571h-164.571c-10.286 0-18.286-8-18.286-18.286v-58.857c0-10.286 8-18.286 18.286-18.286h164.571v-48.571h-164.571c-10.286 0-18.286-8-18.286-18.286v-59.429c0-9.714 8-18.286 18.286-18.286h122.286l-183.429-330.286c-2.857-5.714-2.857-12.571 0-18.286 3.429-5.714 9.714-9.143 16-9.143h110.857c6.857 0 13.143 4 16.571 10.286l122.857 242.857c13.714 26.857 22.857 49.714 32 71.429 9.714-24.571 22.286-48.571 33.143-73.714l109.143-240c2.857-6.857 9.714-10.857 16.571-10.857h109.143c6.286 0 12 3.429 15.429 9.143 3.429 5.143 3.429 12 0.571 17.714l-178.857 330.857h122.857c10.286 0 18.286 8.571 18.286 18.286v59.429c0 10.286-8 18.286-18.286 18.286h-165.714v48.571h165.714c10.286 0 18.286 8 18.286 18.286v58.857c0 10.286-8 18.286-18.286 18.286h-165.714v188.571c0 10.286-8.571 18.286-18.286 18.286z" + ], + "width": 586.8251428571429, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cny", + "jpy", + "rmb", + "yen" + ], + "defaultCode": 61783, + "grid": 14 + }, + { + "id": 309, + "paths": [ + "M596 322.857c0-76.571-54.286-128-134.857-128h-182.857v256h182.857c80.571 0 134.857-51.429 134.857-128zM731.429 322.857c0 146.857-106.286 249.714-258.857 249.714h-194.286v67.429h288.571c10.286 0 18.286 8 18.286 18.286v73.143c0 10.286-8 18.286-18.286 18.286h-288.571v109.714c0 10.286-8 18.286-18.286 18.286h-95.429c-10.286 0-18.286-8-18.286-18.286v-109.714h-128c-10.286 0-18.286-8-18.286-18.286v-73.143c0-10.286 8-18.286 18.286-18.286h128v-67.429h-128c-10.286 0-18.286-8-18.286-18.286v-85.143c0-10.286 8-18.286 18.286-18.286h128v-359.429c0-10.286 8-18.286 18.286-18.286h308c152.571 0 258.857 102.857 258.857 249.714z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "rouble", + "rub", + "ruble" + ], + "defaultCode": 61784, + "grid": 14 + }, + { + "id": 310, + "paths": [ + "M293.714 682.857l46.286-170.857h-90.857l42.857 171.429c0.571 1.143 0.571 2.286 1.143 3.429 0-1.143 0.571-2.857 0.571-4zM360 438.857l20-73.143h-166.857l18.286 73.143h128.571zM469.714 438.857h79.429l-20-73.143h-40zM726.286 683.429l44.571-171.429h-92.571l46.286 170.857c0.571 1.714 0.571 2.857 1.143 4 0-1.143 0.571-2.286 0.571-3.429zM789.714 438.857l18.857-73.143h-169.714l19.429 73.143h131.429zM1024 457.143v36.571c0 10.286-8 18.286-18.286 18.286h-121.714l-93.714 352c-2.286 8-9.714 13.714-17.714 13.714h-90.857c-8 0-15.429-5.714-17.714-13.714l-94.857-352h-119.429l-95.429 352c-2.286 8-9.143 13.714-17.714 13.714h-90.857c-8 0-15.429-5.714-17.143-13.714l-91.429-352h-118.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h100l-18.857-73.143h-81.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h62.286l-50.857-196.571c-1.714-5.714-0.571-11.429 2.857-16 3.429-4 9.143-6.857 14.857-6.857h78.286c8.571 0 16 5.714 17.714 13.714l51.429 205.714h205.143l55.429-205.714c2.286-8 9.714-13.714 17.714-13.714h72c8.571 0 15.429 5.714 17.714 13.714l56 205.714h208.571l53.143-205.714c1.714-8 9.143-13.714 17.714-13.714h78.286c5.714 0 11.429 2.857 14.857 6.857 3.429 4.571 4.571 10.857 2.857 16l-52 196.571h63.429c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-82.857l-19.429 73.143h102.286c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "krw", + "won" + ], + "defaultCode": 61785, + "grid": 14 + }, + { + "id": 311, + "paths": [ + "M666.857 365.714c7.429 76-24.571 121.714-74.857 147.429 83.429 20 136 69.714 125.714 181.143-13.143 138.857-116 176-263.429 184v145.714h-88v-143.429c-22.286 0-45.714 0-69.714-0.571v144h-88v-145.714c-20.571 0-41.143-0.571-62.286-0.571h-114.286l17.714-104.571c64.571 1.143 63.429 0 63.429 0 24.571 0 31.429-17.714 33.143-29.143v-229.714h9.143c-3.429-0.571-6.857-0.571-9.143-0.571v-164c-3.429-18.286-14.857-38.857-50.857-38.857 0 0 1.143-1.143-63.429 0v-93.714l121.143 0.571c17.714 0 36.571 0 55.429-0.571v-144h88v141.143c23.429-0.571 46.857-1.143 69.714-1.143v-140h88v144c113.143 9.714 202.857 44.571 212.571 148.571zM544 677.143c0-113.143-186.286-96.571-245.714-96.571v193.143c59.429 0 245.714 12.571 245.714-96.571zM503.429 405.143c0-103.429-155.429-88-205.143-88v175.429c49.714 0 205.143 11.429 205.143-87.429z" + ], + "width": 760.0274285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bitcoin", + "btc" + ], + "defaultCode": 61786, + "grid": 14 + }, + { + "id": 312, + "paths": [ + "M585.143 292.571v-269.714c8 5.143 14.857 10.286 20.571 16l233.143 233.143c5.714 5.714 10.857 12.571 16 20.571h-269.714zM512 310.857c0 30.286 24.571 54.857 54.857 54.857h310.857v603.429c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h457.143v310.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file" + ], + "defaultCode": 61787, + "grid": 14 + }, + { + "id": 313, + "paths": [ + "M838.857 272c5.714 5.714 10.857 12.571 16 20.571h-269.714v-269.714c8 5.143 14.857 10.286 20.571 16zM566.857 365.714h310.857v603.429c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h457.143v310.857c0 30.286 24.571 54.857 54.857 54.857zM658.286 786.286v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286zM658.286 640v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286zM658.286 493.714v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-text" + ], + "defaultCode": 61788, + "grid": 14 + }, + { + "id": 314, + "paths": [ + "M680.571 233.143h101.143l-41.143-124.571-6.857-26.857c-0.571-4.571-1.143-8-1.143-11.429h-2.286l-1.714 11.429c-1.714 6.857-2.286 15.429-6.286 26.857zM420.571 822.857c0 5.143-2.286 9.714-5.714 13.714l-182.286 182.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-182.857-182.857c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h109.714v-786.286c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v786.286h109.714c10.286 0 18.286 8 18.286 18.286zM898.286 890.857v133.143h-333.714v-51.429l210.857-302.286c4.571-6.857 9.143-12.571 12-15.429l6.286-5.143v-1.714c-2.286 0-4.571 0.571-8 0.571-4.571 1.143-10.286 1.714-17.143 1.714h-132.571v65.714h-68.571v-130.857h324v50.857l-210.857 302.857c-3.429 5.143-8 10.286-12 14.857l-6.286 6.286v1.143l8-1.143c5.143-1.143 10.286-1.143 17.143-1.143h141.714v-68h69.143zM949.143 378.286v60.571h-164.571v-60.571h42.857l-26.857-82.286h-138.857l-26.857 82.286h42.857v60.571h-164v-60.571h40l131.429-378.286h92.571l131.429 378.286h40z" + ], + "width": 965.7051428571427, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-alpha-asc" + ], + "defaultCode": 61789, + "grid": 14 + }, + { + "id": 315, + "paths": [ + "M680.571 818.286h101.143l-41.143-124.571-6.857-26.857c-0.571-4.571-1.143-8-1.143-11.429h-2.286l-1.714 11.429c-1.714 6.857-2.286 15.429-6.286 26.857zM420.571 822.857c0 5.143-2.286 9.714-5.714 13.714l-182.286 182.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-182.857-182.857c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h109.714v-786.286c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v786.286h109.714c10.286 0 18.286 8 18.286 18.286zM949.143 963.429v60.571h-164.571v-60.571h42.857l-26.857-82.286h-138.857l-26.857 82.286h42.857v60.571h-164v-60.571h40l131.429-378.286h92.571l131.429 378.286h40zM898.286 305.714v133.143h-333.714v-51.429l210.857-302.286c4.571-6.857 9.143-12.571 12-15.429l6.286-5.143v-1.714c-2.286 0-4.571 0.571-8 0.571-4.571 1.143-10.286 1.714-17.143 1.714h-132.571v65.714h-68.571v-130.857h324v50.857l-210.857 302.857c-3.429 5.143-8 10.286-12 14.857l-6.286 5.714v1.714l8-1.714c5.143-0.571 10.286-0.571 17.143-0.571h141.714v-68h69.143z" + ], + "width": 965.7051428571427, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-alpha-desc" + ], + "defaultCode": 61790, + "grid": 14 + }, + { + "id": 316, + "paths": [ + "M420.571 822.857c0 5.143-2.286 9.714-5.714 13.714l-182.286 182.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-182.857-182.857c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h109.714v-786.286c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v786.286h109.714c10.286 0 18.286 8 18.286 18.286zM1024 896v109.714c0 10.286-8 18.286-18.286 18.286h-475.429c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h475.429c10.286 0 18.286 8 18.286 18.286zM914.286 603.429v109.714c0 10.286-8 18.286-18.286 18.286h-365.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h365.714c10.286 0 18.286 8 18.286 18.286zM804.571 310.857v109.714c0 10.286-8 18.286-18.286 18.286h-256c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h256c10.286 0 18.286 8 18.286 18.286zM694.857 18.286v109.714c0 10.286-8 18.286-18.286 18.286h-146.286c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h146.286c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1040.6034285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-amount-asc" + ], + "defaultCode": 61792, + "grid": 14 + }, + { + "id": 317, + "paths": [ + "M694.857 896v109.714c0 10.286-8 18.286-18.286 18.286h-146.286c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h146.286c10.286 0 18.286 8 18.286 18.286zM420.571 822.857c0 5.143-2.286 9.714-5.714 13.714l-182.286 182.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-182.857-182.857c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h109.714v-786.286c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v786.286h109.714c10.286 0 18.286 8 18.286 18.286zM804.571 603.429v109.714c0 10.286-8 18.286-18.286 18.286h-256c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h256c10.286 0 18.286 8 18.286 18.286zM914.286 310.857v109.714c0 10.286-8 18.286-18.286 18.286h-365.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h365.714c10.286 0 18.286 8 18.286 18.286zM1024 18.286v109.714c0 10.286-8 18.286-18.286 18.286h-475.429c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h475.429c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1040.6034285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-amount-desc" + ], + "defaultCode": 61793, + "grid": 14 + }, + { + "id": 318, + "paths": [ + "M769.143 750.286c0-46.857-38.286-96.571-84-96.571-40 0-65.143 32.571-65.143 74.857 0 41.143 26.286 76 80.571 76 37.143 0 68.571-22.286 68.571-54.286zM420.571 822.857c0 5.143-2.286 9.714-5.714 13.714l-182.286 182.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-182.857-182.857c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h109.714v-786.286c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v786.286h109.714c10.286 0 18.286 8 18.286 18.286zM849.143 783.429c0 115.429-62.857 240.571-198.857 240.571-25.714 0-46.857-4-61.714-9.143-9.143-2.857-17.143-5.714-24-8.571l22.286-64.571c5.143 2.286 11.429 4.571 17.714 6.286 11.429 4 26.286 7.429 42.857 7.429 68.571 0 104-57.143 114.857-116.571h-1.143c-16 17.143-49.714 29.143-83.429 29.143-82.857 0-137.143-65.143-137.143-139.429 0-78.857 60.571-143.429 144.571-143.429 90.857 0 164 74.286 164 198.286zM832 373.714v65.143h-268v-65.143h95.429v-246.857c0-7.429 0.571-14.857 0.571-20.571v-9.143h-1.143l-4 6.857c-2.857 4.571-7.429 10.286-14.857 17.714l-35.429 33.143-46.857-49.143 109.714-105.714h70.286v373.714h94.286z" + ], + "width": 865.7188571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-numeric-asc" + ], + "defaultCode": 61794, + "grid": 14 + }, + { + "id": 319, + "paths": [ + "M769.143 165.143c0-46.857-38.286-96.571-84-96.571-40 0-65.143 32.571-65.143 74.857 0 41.143 26.286 76 80.571 76 37.143 0 68.571-22.286 68.571-54.286zM420.571 822.857c0 5.143-2.286 9.714-5.714 13.714l-182.286 182.286c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-182.857-182.857c-5.143-5.714-6.857-13.143-4-20s9.714-11.429 17.143-11.429h109.714v-786.286c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v786.286h109.714c10.286 0 18.286 8 18.286 18.286zM832 958.857v65.143h-268v-65.143h95.429v-246.857c0-7.429 0.571-14.857 0.571-20.571v-9.143h-1.143l-4 6.857c-2.857 4.571-7.429 10.286-14.857 17.714l-35.429 33.143-46.857-49.143 109.714-105.714h70.286v373.714h94.286zM849.143 198.286c0 115.429-62.857 240.571-198.857 240.571-25.714 0-46.857-4-61.714-9.143-9.143-2.857-17.143-5.714-24-8.571l22.286-64.571c5.143 2.286 11.429 4.571 17.714 6.286 11.429 4 26.286 7.429 42.857 7.429 68.571 0 104-57.143 114.857-116.571h-1.143c-16 17.143-49.714 29.143-83.429 29.143-82.857 0-137.143-65.143-137.143-139.429 0-78.857 60.571-143.429 144.571-143.429 90.857 0 164 74.286 164 198.286z" + ], + "width": 865.7188571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-numeric-desc" + ], + "defaultCode": 61795, + "grid": 14 + }, + { + "id": 320, + "paths": [ + "M146.286 768c0-20-16.571-36.571-36.571-36.571-20.571 0-36.571 16.571-36.571 36.571 0 20.571 16 36.571 36.571 36.571 20 0 36.571-16 36.571-36.571zM237.714 475.429v365.714c0 20-16.571 36.571-36.571 36.571h-164.571c-20 0-36.571-16.571-36.571-36.571v-365.714c0-20 16.571-36.571 36.571-36.571h164.571c20 0 36.571 16.571 36.571 36.571zM914.286 475.429c0 30.286-12 62.857-31.429 85.143 6.286 18.286 8.571 35.429 8.571 43.429 1.143 28.571-7.429 55.429-24.571 78.286 6.286 21.143 6.286 44 0 66.857-5.714 21.143-16.571 40-30.857 53.714 3.429 42.857-6.286 77.714-28 103.429-24.571 29.143-62.286 44-112.571 44.571h-73.714c-81.714 0-158.857-26.857-220.571-48-36-12.571-70.286-24.571-90.286-25.143-19.429-0.571-36.571-16.571-36.571-36.571v-366.286c0-18.857 16-34.857 34.857-36.571 21.143-1.714 76-69.714 101.143-102.857 20.571-26.286 40-50.857 57.714-68.571 22.286-22.286 28.571-56.571 35.429-89.714 6.286-33.714 13.143-69.143 37.714-93.143 6.857-6.857 16-10.857 25.714-10.857 128 0 128 102.286 128 146.286 0 46.857-16.571 80-32 109.714-6.286 12.571-12 18.286-16.571 36.571h158.286c59.429 0 109.714 50.286 109.714 109.714z" + ], + "width": 914.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thumbs-up" + ], + "defaultCode": 61796, + "grid": 14 + }, + { + "id": 321, + "paths": [ + "M146.286 329.143c0 20-16.571 36.571-36.571 36.571-20.571 0-36.571-16.571-36.571-36.571 0-20.571 16-36.571 36.571-36.571 20 0 36.571 16 36.571 36.571zM237.714 621.714v-365.714c0-20-16.571-36.571-36.571-36.571h-164.571c-20 0-36.571 16.571-36.571 36.571v365.714c0 20 16.571 36.571 36.571 36.571h164.571c20 0 36.571-16.571 36.571-36.571zM882.857 536.571c19.429 21.714 31.429 54.857 31.429 85.143-0.571 59.429-50.286 109.714-109.714 109.714h-158.286c4.571 18.286 10.286 24 16.571 36.571 14.857 29.714 32 62.857 32 109.714 0 44 0 146.286-128 146.286-9.714 0-18.857-4-25.714-10.857-24.571-24-31.429-59.429-37.714-93.143-6.857-33.143-13.143-67.429-35.429-89.714-17.714-17.714-37.143-42.286-57.714-68.571-25.143-33.143-80-101.143-101.143-102.857-18.857-1.714-34.857-17.714-34.857-36.571v-366.286c0-20 17.143-36 36.571-36.571 20-0.571 54.286-12.571 90.286-25.143 61.714-21.143 138.857-48 220.571-48h73.714c50.286 0.571 88 15.429 112.571 44.571 21.714 25.714 31.429 60.571 28 103.429 14.286 13.714 25.143 32.571 30.857 53.714 6.286 22.857 6.286 45.714 0 66.857 17.143 22.857 25.714 49.714 24.571 78.286 0 8-2.286 25.143-8.571 43.429z" + ], + "width": 914.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thumbs-down" + ], + "defaultCode": 61797, + "grid": 14 + }, + { + "id": 322, + "paths": [ + "M525.143 744.571v-89.714c0-18.857-5.714-28.571-16.571-28.571-6.286 0-12.571 2.857-18.857 9.143v128c6.286 6.286 12.571 9.143 18.857 9.143 10.857 0 16.571-9.143 16.571-28zM630.286 674.857h37.714v-19.429c0-19.429-6.286-29.143-18.857-29.143s-18.857 9.714-18.857 29.143v19.429zM304 522.857v40h-45.714v241.714h-42.286v-241.714h-44.571v-40h132.571zM418.857 594.857v209.714h-38.286v-22.857c-14.857 17.143-29.143 25.714-43.429 25.714-12 0-20.571-5.143-24-16-2.286-6.286-3.429-16-3.429-30.857v-165.714h37.714v154.286c0 8.571 0 13.714 0.571 14.857 0.571 5.714 3.429 8.571 8.571 8.571 8 0 15.429-5.714 24-17.714v-160h38.286zM562.857 658.286v83.429c0 18.857-1.143 33.143-4 41.714-4.571 16-14.857 24-30.286 24-13.143 0-26.286-8-38.857-23.429v20.571h-38.286v-281.714h38.286v92c12-14.857 25.143-22.857 38.857-22.857 15.429 0 25.714 8 30.286 24 2.857 8.571 4 22.286 4 42.286zM706.286 732v5.143c0 12.571-0.571 20.571-1.143 24.571-1.143 8.571-4 16-8.571 22.857-10.286 15.429-26.286 22.857-45.714 22.857-20 0-35.429-7.429-46.286-21.714-8-10.286-12-26.857-12-49.143v-73.714c0-22.286 3.429-38.286 11.429-49.143 10.857-14.286 26.286-21.714 45.714-21.714 18.857 0 34.286 7.429 44.571 21.714 8 10.857 12 26.857 12 49.143v43.429h-76v37.143c0 19.429 6.286 29.143 19.429 29.143 9.143 0 14.857-5.143 17.143-14.857 0-2.286 0.571-10.857 0.571-25.714h38.857zM448.571 261.143v89.143c0 19.429-6.286 29.143-18.286 29.143-12.571 0-18.286-9.714-18.286-29.143v-89.143c0-19.429 5.714-29.714 18.286-29.714 12 0 18.286 10.286 18.286 29.714zM753.143 668.571v0c0-49.143 0-101.143-10.857-148.571-8-33.714-35.429-58.286-68-61.714-77.714-8.571-156.571-8.571-235.429-8.571-78.286 0-157.143 0-234.857 8.571-33.143 3.429-60.571 28-68 61.714-10.857 47.429-11.429 99.429-11.429 148.571v0c0 48.571 0 100.571 11.429 148.571 7.429 33.143 34.857 57.714 67.429 61.714 78.286 8.571 157.143 8.571 235.429 8.571s157.143 0 235.429-8.571c32.571-4 60-28.571 67.429-61.714 11.429-48 11.429-100 11.429-148.571zM321.714 296.571l51.429-169.143h-42.857l-29.143 111.429-30.286-111.429h-44.571c8.571 26.286 18.286 52.571 26.857 78.857 13.714 40 22.286 69.714 26.286 90.286v114.857h42.286v-114.857zM486.857 342.857v-74.286c0-22.286-4-38.857-12-49.714-10.857-14.286-25.714-21.714-44.571-21.714-19.429 0-34.286 7.429-44.571 21.714-8 10.857-12 27.429-12 49.714v74.286c0 22.286 4 38.857 12 49.714 10.286 14.286 25.143 21.714 44.571 21.714 18.857 0 33.714-7.429 44.571-21.714 8-10.286 12-27.429 12-49.714zM590.286 411.429h38.286v-211.429h-38.286v161.714c-8.571 12-16.571 17.714-24 17.714-5.143 0-8.571-2.857-9.143-9.143-0.571-1.143-0.571-5.714-0.571-14.857v-155.429h-38.286v167.429c0 14.857 1.143 24.571 3.429 31.429 4 10.286 12.571 15.429 24.571 15.429 14.286 0 28.571-8.571 44-25.714v22.857zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "youtube-square" + ], + "defaultCode": 61798, + "grid": 14 + }, + { + "id": 323, + "paths": [ + "M554.857 710.857v120.571c0 25.714-7.429 38.286-22.286 38.286-8.571 0-17.143-4-25.714-12.571v-172c8.571-8.571 17.143-12.571 25.714-12.571 14.857 0 22.286 13.143 22.286 38.286zM748 711.429v26.286h-51.429v-26.286c0-25.714 8.571-38.857 25.714-38.857s25.714 13.143 25.714 38.857zM196 586.857h61.143v-53.714h-178.286v53.714h60v325.143h57.143v-325.143zM360.571 912h50.857v-282.286h-50.857v216c-11.429 16-22.286 24-32.571 24-6.857 0-10.857-4-12-12-0.571-1.714-0.571-8-0.571-20v-208h-50.857v223.429c0 20 1.714 33.143 4.571 41.714 4.571 14.286 16.571 21.143 33.143 21.143 18.286 0 37.714-11.429 58.286-34.857v30.857zM605.714 827.429v-112.571c0-26.286-1.143-45.143-5.143-56.571-6.286-21.143-20.571-32-40.571-32-18.857 0-36.571 10.286-53.143 30.857v-124h-50.857v378.857h50.857v-27.429c17.143 21.143 34.857 31.429 53.143 31.429 20 0 34.286-10.857 40.571-31.429 4-12 5.143-30.857 5.143-57.143zM798.857 821.714v-7.429h-52c0 20.571-0.571 32-1.143 34.857-2.857 13.714-10.286 20.571-22.857 20.571-17.714 0-26.286-13.143-26.286-39.429v-49.714h102.286v-58.857c0-30.286-5.143-52-15.429-66.286-14.857-19.429-34.857-29.143-60.571-29.143-26.286 0-46.286 9.714-61.143 29.143-10.857 14.286-16 36-16 66.286v98.857c0 30.286 5.714 52.571 16.571 66.286 14.857 19.429 34.857 29.143 61.714 29.143s48-10.286 61.714-30.286c6.286-9.143 10.857-19.429 12-30.857 1.143-5.143 1.143-16.571 1.143-33.143zM451.429 300v-120c0-26.286-7.429-39.429-24.571-39.429-16.571 0-24.571 13.143-24.571 39.429v120c0 26.286 8 40 24.571 40 17.143 0 24.571-13.714 24.571-40zM862.286 729.143c0 65.714-0.571 136-14.857 200-10.857 45.143-47.429 78.286-91.429 82.857-105.143 12-211.429 12-317.143 12s-212 0-317.143-12c-44-4.571-81.143-37.714-91.429-82.857-14.857-64-14.857-134.286-14.857-200v0c0-66.286 0.571-136 14.857-200 10.857-45.143 47.429-78.286 92-83.429 104.571-11.429 210.857-11.429 316.571-11.429s212 0 317.143 11.429c44 5.143 81.143 38.286 91.429 83.429 14.857 64 14.857 133.714 14.857 200zM292 0h58.286l-69.143 228v154.857h-57.143v-154.857c-5.143-28-16.571-68-34.857-121.143-12.571-35.429-25.143-71.429-37.143-106.857h60.571l40.571 150.286zM503.429 190.286v100c0 30.286-5.143 53.143-16 67.429-14.286 19.429-34.286 29.143-60.571 29.143-25.714 0-45.714-9.714-60-29.143-10.857-14.857-16-37.143-16-67.429v-100c0-30.286 5.143-52.571 16-66.857 14.286-19.429 34.286-29.143 60-29.143 26.286 0 46.286 9.714 60.571 29.143 10.857 14.286 16 36.571 16 66.857zM694.857 97.714v285.143h-52v-31.429c-20.571 24-40 35.429-58.857 35.429-16.571 0-28.571-6.857-33.714-21.143-2.857-8.571-4.571-22.286-4.571-42.857v-225.143h52v209.714c0 12 0 18.857 0.571 20 1.143 8 5.143 12.571 12 12.571 10.286 0 21.143-8 32.571-24.571v-217.714h52z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "youtube" + ], + "defaultCode": 61799, + "grid": 14 + }, + { + "id": 324, + "paths": [ + "M341.143 381.143c0 0-5.714 9.714-146.857 260.571-7.429 12.571-17.143 26.286-37.143 26.286h-136.571c-8 0-14.286-4-17.714-9.714s-4-13.143 0-20.571l144.571-256c0.571 0 0.571 0 0-0.571l-92-159.429c-4-7.429-4.571-15.429-0.571-21.143 3.429-5.714 10.286-8.571 18.286-8.571h136.571c20.571 0 30.857 13.714 37.714 25.714 93.143 162.857 93.714 163.429 93.714 163.429zM801.714 14.286c4 5.714 4 13.714 0 21.143l-301.714 533.714c-0.571 0-0.571 0.571 0 0.571l192 351.429c4 7.429 4 15.429 0.571 21.143-4 5.714-10.286 8.571-18.286 8.571h-136.571c-20.571 0-31.429-13.714-37.714-25.714-193.714-354.857-193.714-355.429-193.714-355.429s9.714-17.143 303.429-538.286c7.429-13.143 16-25.714 36.571-25.714h137.714c8 0 14.286 2.857 17.714 8.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "xing" + ], + "defaultCode": 61800, + "grid": 14 + }, + { + "id": 325, + "paths": [ + "M391.429 437.143c0 0 0-0.571-72-126.857-5.714-9.143-13.714-19.429-29.714-19.429h-105.143c-6.857 0-12 2.286-14.857 6.286-2.857 4.571-2.286 10.857 0.571 16.571l71.429 123.429v0.571l-112 197.714c-3.429 5.714-2.857 11.429 0 16s7.429 7.429 13.714 7.429h105.714c15.429 0 23.429-10.857 28.571-20.571 109.714-193.714 113.714-201.143 113.714-201.143zM748 153.143c-2.857-4.571-7.429-6.857-13.714-6.857h-106.857c-15.429 0-22.286 9.714-28 20-227.429 403.429-234.857 416.571-234.857 416.571s0 0.571 149.714 274.857c5.143 9.143 13.143 20 29.714 20h105.143c6.286 0 11.429-2.286 14.286-6.857s2.857-10.286-0.571-16l-148.571-272v-0.571l233.714-413.143c2.857-5.714 2.857-11.429 0-16zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "xing-square" + ], + "defaultCode": 61801, + "grid": 14 + }, + { + "id": 326, + "paths": [ + "M406.286 644.571l276.571-142.857-276.571-144.571v287.429zM512 152c215.429 0 358.286 10.286 358.286 10.286 20 2.286 64 2.286 102.857 43.429 0 0 31.429 30.857 40.571 101.714 10.857 82.857 10.286 165.714 10.286 165.714v77.714s0.571 82.857-10.286 165.714c-9.143 70.286-40.571 101.714-40.571 101.714-38.857 40.571-82.857 40.571-102.857 42.857 0 0-142.857 10.857-358.286 10.857v0c-266.286-2.286-348-10.286-348-10.286-22.857-4-74.286-2.857-113.143-43.429 0 0-31.429-31.429-40.571-101.714-10.857-82.857-10.286-165.714-10.286-165.714v-77.714s-0.571-82.857 10.286-165.714c9.143-70.857 40.571-101.714 40.571-101.714 38.857-41.143 82.857-41.143 102.857-43.429 0 0 142.857-10.286 358.286-10.286v0z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "youtube-play" + ], + "defaultCode": 61802, + "grid": 14 + }, + { + "id": 327, + "paths": [ + "M229.714 404l282.286 174.286-195.429 162.857-280-182.286zM793.143 721.143v61.714l-280 167.429v0.571l-0.571-0.571-0.571 0.571v-0.571l-279.429-167.429v-61.714l84 54.857 195.429-162.286v-1.143l0.571 0.571 0.571-0.571v1.143l196 162.286zM316.571 67.429l195.429 162.857-282.286 173.714-193.143-154.286zM794.286 404l193.143 154.857-279.429 182.286-196-162.857zM708 67.429l279.429 182.286-193.143 154.286-282.286-173.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dropbox" + ], + "defaultCode": 61803, + "grid": 14 + }, + { + "id": 328, + "paths": [ + "M736.571 932.571h-638.857v-274.286h-91.429v365.714h821.714v-365.714h-91.429v274.286zM198.286 633.143l18.857-89.714 447.429 94.286-18.857 89.143zM257.143 419.429l38.286-83.429 414.286 193.714-38.286 82.857zM372 216l58.286-70.286 350.857 293.143-58.286 70.286zM598.857 0l272.571 366.286-73.143 54.857-272.571-366.286zM188.571 840.571v-90.857h457.143v90.857h-457.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stack-overflow" + ], + "defaultCode": 61804, + "grid": 14 + }, + { + "id": 329, + "paths": [ + "M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 512c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 277.714c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 152c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 512c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "instagram" + ], + "defaultCode": 61805, + "grid": 14 + }, + { + "id": 330, + "paths": [ + "M713.143 73.143c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571zM398.857 512c0-66.857-54.286-121.143-121.143-121.143s-121.143 54.286-121.143 121.143 54.286 121.143 121.143 121.143 121.143-54.286 121.143-121.143zM721.143 512c0-66.857-54.286-121.143-121.143-121.143s-121.143 54.286-121.143 121.143 54.286 121.143 121.143 121.143 121.143-54.286 121.143-121.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flickr" + ], + "defaultCode": 61806, + "grid": 14 + }, + { + "id": 331, + "paths": [ + "M438.857 355.429l114.857 174.857h-229.714zM647.429 658.286h53.714l-262.286-394.857-262.286 394.857h53.714l59.429-91.429h298.286zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "adn" + ], + "defaultCode": 61808, + "grid": 14 + }, + { + "id": 332, + "paths": [ + "M465.714 490.857c6.286 48-52 85.714-92.571 61.143-45.714-20-45.714-92.571-1.143-113.143 38.286-23.429 93.714 7.429 93.714 52zM529.143 478.857c-10.286-81.143-102.286-134.857-177.143-101.143-47.429 21.143-79.429 71.429-77.143 124.571 2.857 69.714 69.143 126.857 138.857 120.571s124-74.286 115.429-144zM665.714 169.143c-25.143-33.143-68-38.857-105.714-45.143-106.857-17.143-216.571-17.714-323.429 1.143-35.429 5.714-75.429 12-97.714 44 36.571 34.286 88.571 39.429 135.429 45.143 84.571 10.857 171.429 11.429 256 0.571 47.429-5.714 100-10.286 135.429-45.714zM698.286 760.571c-16 56-6.857 131.429-66.286 164-102.286 56.571-226.286 62.857-338.857 42.857-59.429-10.857-129.143-29.714-161.714-85.714-14.286-54.857-23.429-110.857-32.571-166.857l3.429-9.143 10.286-5.143c170.286 112.571 408.571 112.571 579.429 0 26.857 8 6.857 40.571 6.286 60zM801.714 211.429c-19.429 125.143-41.714 249.714-63.429 374.286-6.286 36.571-41.714 57.143-71.429 72.571-106.857 53.714-231.429 62.857-348.571 50.286-79.429-8.571-160.571-29.714-225.143-79.429-30.286-23.429-30.286-63.429-36-97.143-20-117.143-42.857-234.286-57.143-352.571 6.857-51.429 64.571-73.714 107.429-89.714 57.143-21.143 118.286-30.857 178.857-36.571 129.143-12.571 261.143-8 386.286 28.571 44.571 13.143 92.571 31.429 122.857 69.714 13.714 17.714 9.143 40 6.286 60z" + ], + "width": 809.1062857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bitbucket" + ], + "defaultCode": 61809, + "grid": 14 + }, + { + "id": 333, + "paths": [ + "M484.571 497.143c0-32.571-40-54.857-67.429-38.286-32.571 15.429-32.571 68 0.571 81.714 29.714 17.714 71.429-9.143 66.857-43.429zM530.286 488c6.286 50.286-33.143 99.429-83.429 104s-97.714-36.571-100-87.429c-1.714-37.714 21.714-74.286 56-89.714 53.714-24 120 14.857 127.429 73.143zM628.571 264.571c-25.143 25.714-63.429 29.143-97.143 33.143-61.143 8-123.429 7.429-185.143 0-33.714-4.571-70.857-8.571-97.143-33.143 16-22.857 44.571-27.429 70.286-31.429 77.143-13.714 156-13.143 233.143-0.571 27.429 4 58.286 8.571 76 32zM652.571 690.857c0-13.714 14.286-37.143-5.143-42.857-122.857 81.143-294.286 81.143-417.714 0l-6.857 3.429-2.857 6.857c6.857 40 13.143 80.571 23.429 120 23.429 40.571 73.714 54.286 116.571 61.714 81.143 14.857 170.857 10.286 244.571-30.286 42.857-24 36-78.286 48-118.857zM726.857 294.857c2.286-13.714 5.143-30.286-4.571-42.857-21.714-27.429-56-40.571-88.571-50.286-90.286-26.286-185.714-29.714-278.286-20.571-44 4-88 11.429-129.143 26.286-30.857 12-72.571 28-77.714 64.571 10.286 85.714 26.857 169.714 41.143 254.857 4.571 24 4.571 52.571 26.286 69.714 46.286 35.429 105.143 50.857 162.286 57.143 84.571 9.143 174.286 2.857 251.429-36 21.714-11.429 46.857-26.286 51.429-52.571 16-89.714 31.429-179.429 45.714-270.286zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bitbucket-square" + ], + "defaultCode": 61810, + "grid": 14 + }, + { + "id": 334, + "paths": [ + "M539.429 759.429l45.714 135.429c-17.143 25.714-94.857 54.857-164.571 56-207.429 3.429-285.714-147.429-285.714-253.714v-310.857h-96v-122.857c144-52 178.857-182.286 186.857-256.571 0.571-4.571 4.571-6.857 6.857-6.857h139.429v242.286h190.286v144h-190.857v296c0 40 14.857 95.429 91.429 93.714 25.143-0.571 58.857-8 76.571-16.571z" + ], + "width": 623.9817142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tumblr" + ], + "defaultCode": 61811, + "grid": 14 + }, + { + "id": 335, + "paths": [ + "M649.143 834.857l-35.429-104.571c-13.714 6.857-39.429 12.571-58.857 12.571-58.286 1.714-70.286-40.571-70.286-72v-227.429h146.857v-110.857h-146.286v-186.286h-107.429c-1.714 0-4.571 1.714-5.143 5.714-6.286 56.571-33.143 157.143-144 197.143v94.286h74.286v238.857c0 81.714 60 198.286 219.429 195.429 53.714-1.143 113.714-23.429 126.857-42.857zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tumblr-square" + ], + "defaultCode": 61812, + "grid": 14 + }, + { + "id": 336, + "paths": [ + "M437.143 742.286c2.857 6.857 1.714 14.286-2.857 20l-200 219.429c-3.429 3.429-8 5.714-13.143 5.714v0c-5.143 0-10.286-2.286-13.714-5.714l-202.857-219.429c-4.571-5.714-5.714-13.143-2.857-20 2.857-6.286 9.143-10.857 16.571-10.857h128v-713.143c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v713.143h128c7.429 0 13.714 4 16.571 10.857z" + ], + "width": 438.85714285714283, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "long-arrow-down" + ], + "defaultCode": 61813, + "grid": 14 + }, + { + "id": 337, + "paths": [ + "M437.143 281.714c-2.857 6.286-9.143 10.857-16.571 10.857h-128v713.143c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-713.143h-128c-7.429 0-13.714-4-16.571-10.857s-1.714-14.286 2.857-20l200-219.429c3.429-3.429 8-5.714 13.143-5.714v0c5.143 0 10.286 2.286 13.714 5.714l202.857 219.429c4.571 5.714 5.714 13.143 2.857 20z" + ], + "width": 438.85714285714283, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "long-arrow-up" + ], + "defaultCode": 61814, + "grid": 14 + }, + { + "id": 338, + "paths": [ + "M1024 457.143v109.714c0 10.286-8 18.286-18.286 18.286h-713.143v128c0 7.429-4 13.714-10.857 16.571s-14.286 1.714-20-2.857l-219.429-200c-3.429-3.429-5.714-8-5.714-13.143v0c0-5.143 2.286-10.286 5.714-13.714l219.429-202.286c5.714-5.143 13.143-6.286 20-3.429 6.286 2.857 10.857 9.143 10.857 16.571v128h713.143c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1060.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "long-arrow-left" + ], + "defaultCode": 61815, + "grid": 14 + }, + { + "id": 339, + "paths": [ + "M987.429 510.286c0 5.143-2.286 10.286-5.714 13.714l-219.429 202.286c-5.714 5.143-13.143 6.286-20 3.429-6.286-2.857-10.857-9.143-10.857-16.571v-128h-713.143c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h713.143v-128c0-7.429 4-13.714 10.857-16.571s14.286-1.714 20 2.857l219.429 200c3.429 3.429 5.714 8 5.714 13.143v0z" + ], + "width": 987.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "long-arrow-right" + ], + "defaultCode": 61816, + "grid": 14 + }, + { + "id": 340, + "paths": [ + "M796 694.286c-14.286 45.143-37.143 93.143-70.286 142.857-49.143 74.857-98.286 112-146.857 112-19.429 0-45.714-6.286-80-18.286-33.714-12.571-62.857-18.286-86.286-18.286-22.857 0-50.286 6.286-81.143 18.857-31.429 13.143-56.571 19.429-75.429 19.429-58.857 0-115.429-49.714-172-148-55.429-98.286-84-193.714-84-287.429 0-87.429 21.714-158.286 64.571-213.714 42.857-54.857 96.571-82.286 162.286-82.286 28 0 61.143 5.714 101.143 17.143 39.429 11.429 65.714 17.143 78.857 17.143 16.571 0 44-6.286 81.714-19.429 37.714-12.571 70.857-19.429 98.857-19.429 45.714 0 86.286 12.571 121.714 37.143 20 13.714 40 33.143 59.429 57.143-29.714 25.143-51.429 47.429-65.143 67.429-24.571 35.429-37.143 74.857-37.143 118.286 0 46.857 13.143 89.714 39.429 127.429s56.571 61.714 90.286 72zM581.143 24c0 23.429-5.714 49.714-16.571 77.714-11.429 28.571-29.143 54.857-53.143 78.857-20.571 20.571-41.143 34.286-61.714 41.143-13.143 4-32.571 7.429-59.429 9.714 1.143-56.571 16-105.714 44.571-146.857s76.571-69.143 142.857-84.571c1.143 5.143 2.286 9.143 2.857 12.571 0 4 0.571 7.429 0.571 11.429z" + ], + "width": 796.0137142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "apple" + ], + "defaultCode": 61817, + "grid": 14 + }, + { + "id": 341, + "paths": [ + "M389.714 574.857v372l-389.714-53.714v-318.286h389.714zM389.714 150.286v376.571h-389.714v-322.857zM950.857 574.857v449.143l-518.286-71.429v-377.714h518.286zM950.857 73.143v453.714h-518.286v-382.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "windows" + ], + "defaultCode": 61818, + "grid": 14 + }, + { + "id": 342, + "paths": [ + "M281.714 276c12.571 0 22.286-10.286 22.286-22.286s-9.714-22.286-22.286-22.286c-12 0-21.714 10.286-21.714 22.286s9.714 22.286 21.714 22.286zM522.857 276c12 0 21.714-10.286 21.714-22.286s-9.714-22.286-21.714-22.286c-12.571 0-22.286 10.286-22.286 22.286s9.714 22.286 22.286 22.286zM58.857 381.143c32 0 58.286 26.286 58.286 58.286v245.714c0 32.571-25.714 58.857-58.286 58.857s-58.857-26.286-58.857-58.857v-245.714c0-32 26.286-58.286 58.857-58.286zM664.571 392v380.571c0 34.857-28 62.857-62.286 62.857h-42.857v129.714c0 32.571-26.286 58.857-58.857 58.857s-58.857-26.286-58.857-58.857v-129.714h-78.857v129.714c0 32.571-26.286 58.857-58.857 58.857-32 0-58.286-26.286-58.286-58.857l-0.571-129.714h-42.286c-34.857 0-62.857-28-62.857-62.857v-380.571h524.571zM532 160.571c80 41.143 134.286 120 134.286 210.857h-528.571c0-90.857 54.286-169.714 134.857-210.857l-40.571-74.857c-2.286-4-1.143-9.143 2.857-11.429 4-1.714 9.143-0.571 11.429 3.429l41.143 75.429c34.857-15.429 73.714-24 114.857-24s80 8.571 114.857 24l41.143-75.429c2.286-4 7.429-5.143 11.429-3.429 4 2.286 5.143 7.429 2.857 11.429zM804.571 439.429v245.714c0 32.571-26.286 58.857-58.857 58.857-32 0-58.286-26.286-58.286-58.857v-245.714c0-32.571 26.286-58.286 58.286-58.286 32.571 0 58.857 25.714 58.857 58.286z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "android" + ], + "defaultCode": 61819, + "grid": 14 + }, + { + "id": 343, + "paths": [ + "M378.857 234.857v0c-11.429 1.143-7.429 11.429-13.714 11.429-5.714 0.571-4.571-12.571 13.714-11.429zM428.571 242.857c-5.714 1.714-6.286-9.143-16.571-6.286v0c16.571-7.429 22.286 4 16.571 6.286zM228 486.857c-5.143-1.714-4 8.571-9.143 16.571-4 7.429-14.286 13.143-6.286 14.286v0c2.857 0.571 10.857-6.286 14.286-14.286 2.857-9.714 5.714-14.857 1.143-16.571zM716.571 692c0-10.286-22.286-20-31.429-24 15.429-51.429 8.571-72-1.714-120.571-8-36.571-41.714-86.286-68-101.714 6.857 5.714 19.429 22.286 32.571 47.429 22.857 42.857 45.714 106.286 30.857 158.857-5.714 20.571-19.429 23.429-28.571 24-40 4.571-16.571-48-33.143-119.429-18.857-80-38.286-85.714-42.857-92-23.429-104-49.143-93.714-56.571-132.571-6.286-34.857 30.286-63.429-19.429-73.143-15.429-2.857-37.143-18.286-45.714-19.429s-13.143-57.714 18.857-59.429c31.429-2.286 37.143 35.429 31.429 50.286-9.143 14.857 0.571 20.571 16 15.429 12.571-4 4.571-37.143 7.429-41.714-8-48-28-54.857-48.571-58.857-78.857 6.286-43.429 93.143-51.429 85.143-11.429-12-44.571-1.143-44.571-8.571 0.571-44.571-14.286-70.286-34.857-70.857-22.857-0.571-32 31.429-33.143 49.714-1.714 17.143 9.714 53.143 18.286 50.286 5.714-1.714 15.429-13.143 5.143-12.571-5.143 0-13.143-12.571-14.286-27.429-0.571-14.857 5.143-29.714 24.571-29.143 22.286 0.571 22.286 45.143 20 46.857-7.429 5.143-16.571 14.857-17.714 16.571-7.429 12-21.714 15.429-27.429 20.571-9.714 10.286-12 21.714-4.571 25.714 26.286 14.857 17.714 32 54.286 33.143 24 1.143 41.714-3.429 58.286-8.571 12.571-4 53.143-12.571 61.714-27.429 4-6.286 8.571-6.286 11.429-4.571 5.714 2.857 6.857 13.714-7.429 17.143-20 5.714-40 16.571-58.286 23.429-17.714 7.429-23.429 10.286-40 13.143-37.714 6.857-65.714-13.714-40.571 10.857 8.571 8 16.571 13.143 38.286 12.571 48-1.714 101.143-59.429 106.286-33.714 1.143 5.714-14.857 12.571-27.429 18.857-44.571 21.714-76 65.143-104.571 50.286-25.714-13.714-51.429-77.143-50.857-48.571 0.571 44-57.714 82.857-30.857 133.143-17.714 4.571-57.143 88.571-62.857 132-3.429 25.143 2.286 56-4 73.143-8.571 25.143-47.429-24-34.857-84 2.286-10.286 0-12.571-2.857-7.429-15.429 28-6.857 67.429 5.714 94.857 5.143 12 18.286 17.143 28 27.429 20 22.857 98.857 81.143 112.571 95.429 17.714 16.571 12.571 55.429-24 59.429v0c18.857 35.429 37.143 38.857 36.571 96.571 21.714-11.429 13.143-36.571 4-52.571-6.286-11.429-14.286-16.571-12.571-19.429 1.143-1.714 12.571-11.429 18.857-4 19.429 21.714 56 25.714 94.857 20.571 39.429-4.571 81.714-18.286 101.143-49.714 9.143-14.857 15.429-20 19.429-17.143 4.571 2.286 6.286 12.571 5.714 29.714-0.571 18.286-8 37.143-13.143 52.571-5.143 17.714-6.857 29.714 10.286 30.286 4.571-32 13.714-63.429 16-95.429 2.857-36.571-23.429-104 5.143-137.714 7.429-9.143 16.571-10.286 29.143-10.286 1.714-45.714 72-42.286 95.429-23.429zM357.714 219.429c2.286-14.286-4.571-24.571-8-25.714-6.857-1.714-5.714 8.571-2.286 7.429v0c2.286 0 5.143 3.429 4 8.571-1.143 6.857-0.571 11.429 4.571 11.429 0.571 0 1.714 0 1.714-1.714zM597.143 332c-2.286-10.857-10.286-6.857-19.429-12.571-10.857-6.857-13.143-18.286-17.143-14.286v0c-12 13.143 14.857 40.571 26.286 42.857 6.857 1.143 12-8 10.286-16zM495.429 210.286c0.571-13.714-11.429-20.571-14.286-20-7.429 0.571-5.143 4-1.714 5.143v0c4.571 1.143 9.143 9.143 10.286 17.714 0 1.143 5.714-1.143 5.714-2.857zM526.286 77.143c0.571-2.857-6.857-6.286-12-10.286-4.571-4.571-9.143-8.571-13.714-8.571-11.429 1.143-5.714 13.143-7.429 18.857v0c-2.286 6.286-10.857 11.429-5.143 16 5.143 4 8.571-6.286 19.429-10.286 2.857-1.143 16 0.571 18.857-5.714zM849.143 843.429c70.286 43.429-26.286 79.429-68 100.571-32.571 16.571-76 53.143-92 68.571-12 11.429-61.714 17.143-89.714 2.857-32.571-16.571-15.429-42.857-65.714-44.571-25.143-0.571-49.714-0.571-74.286-0.571-21.714 0.571-43.429 1.714-65.714 2.286-75.429 1.714-82.857 50.286-131.429 48.571-33.143-1.143-74.857-27.429-146.857-42.286-50.286-10.286-98.857-13.143-109.143-35.429s12.571-47.429 14.286-69.143c1.714-29.143-21.714-68.571-4.571-83.429 14.857-13.143 46.286-3.429 66.857-14.857 21.714-12.571 30.857-22.286 30.857-49.143 8 27.429-0.571 49.714-18.286 60.571-10.857 6.857-30.857 10.286-47.429 8.571-13.143-1.143-21.143 0.571-24.571 5.714-5.143 6.286-3.429 17.714 2.857 32.571s13.714 24.571 12.571 42.857c-0.571 18.286-21.143 40-17.714 55.429 1.143 5.714 6.857 10.857 21.143 14.857 22.857 6.286 64.571 12.571 105.143 22.286 45.143 11.429 92 32 121.143 28 86.857-12 37.143-105.143 23.429-127.429v0c-73.714-115.429-122.286-190.857-161.143-161.143-9.714 8-10.286-19.429-9.714-30.286 1.714-37.714 20.571-51.429 32-80.571 21.714-55.429 38.286-118.857 71.429-151.429 24.571-32 63.429-84 70.857-111.429-6.286-59.429-8-122.286-9.143-177.143-1.143-58.857 8-110.286 74.286-146.286 16-8.571 37.143-12 59.429-12 39.429-0.571 83.429 10.857 111.429 31.429 44.571 33.143 72.571 103.429 69.143 153.714-2.286 39.429 4.571 80 17.143 122.286 14.857 49.714 38.286 84.571 76 124.571 45.143 48 80.571 142.286 90.857 202.286 9.143 56-3.429 90.857-15.429 92.571-18.286 2.857-29.714 60.571-86.857 58.286-36.571-1.714-40-23.429-50.286-42.286-16.571-29.143-33.143-20-39.429 10.857-3.429 15.429-1.143 38.286 4 55.429 10.286 36 6.857 69.714 0.571 111.429-12 78.857 55.429 93.714 100.571 56 44.571-37.143 54.286-42.857 110.286-62.286 85.143-29.143 56.571-54.857 10.857-70.286-41.143-13.714-42.857-82.857-28-96 3.429 74.286 42.286 85.143 58.286 95.429z" + ], + "width": 915.4559999999999, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "linux" + ], + "defaultCode": 61820, + "grid": 14 + }, + { + "id": 344, + "paths": [ + "M585.143 857.143c-5.714-33.143-27.429-147.429-80-284.571-0.571 0-1.714 0.571-2.286 0.571 0 0-222.286 77.714-294.286 234.286-3.429-2.857-8.571-6.286-8.571-6.286 65.143 53.143 148 85.714 238.857 85.714 52 0 101.143-10.857 146.286-29.714zM479.429 510.286c-9.143-21.143-19.429-42.286-30.286-63.429-193.143 57.714-378.286 53.143-384.571 53.143-0.571 4-0.571 8-0.571 12 0 96 36.571 184 96 250.286v0c102.286-182.286 304.571-247.429 304.571-247.429 5.143-1.714 10.286-2.857 14.857-4.571zM418.286 389.143c-65.143-115.429-134.286-209.143-139.429-216-104.571 49.143-182.286 145.714-206.857 261.714 9.714 0 166.286 1.714 346.286-45.714zM809.143 571.429c-8-2.286-112.571-35.429-233.714-16.571 49.143 135.429 69.143 245.714 73.143 268 84-56.571 143.429-146.857 160.571-251.429zM349.143 148c-0.571 0-0.571 0-1.143 0.571 0 0 0.571-0.571 1.143-0.571zM686.286 230.857c-65.714-58.286-152.571-93.714-247.429-93.714-30.286 0-60 4-88.571 10.857 5.714 7.429 76.571 100.571 140.571 218.286 141.143-52.571 194.286-133.714 195.429-135.429zM813.714 508c-1.143-88.571-32.571-170.286-85.143-234.286-1.143 1.143-61.143 88-209.143 148.571 8.571 17.714 17.143 36 25.143 54.286 2.857 6.286 5.143 13.143 8 19.429 129.143-16.571 256.571 11.429 261.143 12zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dribbble" + ], + "defaultCode": 61821, + "grid": 14 + }, + { + "id": 345, + "paths": [ + "M670.286 607.429c0-99.429-96.571-133.714-177.714-152l-59.429-13.714c-43.429-10.286-76-17.714-76-50.857 0-30.286 32-44 82.286-44 89.714 0 91.429 65.714 146.857 65.714 37.143 0 59.429-29.143 59.429-62.286 0-65.714-109.143-108.571-217.143-108.571-98.857 0-213.714 42.857-213.714 158.857 0 96 64 130.286 147.429 150.286l83.429 20.571c50.857 12.571 82.286 18.286 82.286 54.857 0 29.143-32.571 51.429-82.857 51.429-105.714 0-111.429-88-172.571-88-40 0-57.714 28.571-57.714 60 0 70.286 107.429 127.429 236 127.429 107.429 0 219.429-53.714 219.429-169.714zM877.714 731.429c0 121.143-98.286 219.429-219.429 219.429-50.286 0-96.571-17.143-133.714-45.714-27.429 5.714-56.571 9.143-85.714 9.143-222.286 0-402.286-180-402.286-402.286 0-29.143 3.429-58.286 9.143-85.714-28.571-37.143-45.714-83.429-45.714-133.714 0-121.143 98.286-219.429 219.429-219.429 50.286 0 96.571 17.143 133.714 45.714 27.429-5.714 56.571-9.143 85.714-9.143 222.286 0 402.286 180 402.286 402.286 0 29.143-3.429 58.286-9.143 85.714 28.571 37.143 45.714 83.429 45.714 133.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "skype" + ], + "defaultCode": 61822, + "grid": 14 + }, + { + "id": 346, + "paths": [ + "M571.429 248l21.143-110.857c4-18.286-9.714-32.571-25.143-32.571h-406.857c-18.286 0-30.857 16.571-30.857 30.857v629.143c0 1.714 1.714 2.286 3.429 0.571 149.714-180 166.286-201.143 166.286-201.143 17.143-20 24-23.429 49.143-23.429h136.571c18.857 0 29.714-16 31.429-25.143s17.714-92.571 21.143-109.143-12-33.714-27.429-33.714h-168c-22.286 0-38.286-16-38.286-38.286v-24c0-22.286 16-37.714 38.286-37.714h197.714c13.714 0 29.143-12.571 31.429-24.571zM701.143 121.143c-21.143 102.857-84.571 428-90.286 451.429-6.857 26.857-17.143 73.714-82.286 73.714h-154.857c-6.286 0-6.857-0.571-12.571 5.714 0 0-4 4.571-243.429 282.286-18.857 21.714-49.714 17.714-61.143 13.143s-31.429-18.286-31.429-56v-805.714c0-33.143 20.571-85.714 90.286-85.714h507.429c74.286 0 94.286 42.286 78.286 121.143zM701.143 121.143l-90.286 451.429c5.714-23.429 69.143-348.571 90.286-451.429z" + ], + "width": 742.2537142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "foursquare" + ], + "defaultCode": 61824, + "grid": 14 + }, + { + "id": 347, + "paths": [ + "M402.286 768v-585.143c0-10.286-8-18.286-18.286-18.286h-274.286c-10.286 0-18.286 8-18.286 18.286v585.143c0 10.286 8 18.286 18.286 18.286h274.286c10.286 0 18.286-8 18.286-18.286zM786.286 548.571v-365.714c0-10.286-8-18.286-18.286-18.286h-274.286c-10.286 0-18.286 8-18.286 18.286v365.714c0 10.286 8 18.286 18.286 18.286h274.286c10.286 0 18.286-8 18.286-18.286zM877.714 109.714v804.571c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-804.571c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trello" + ], + "defaultCode": 61825, + "grid": 14 + }, + { + "id": 348, + "paths": [ + "M731.429 603.429c0 30.286-24.571 54.857-54.857 54.857-18.286 0-35.429-9.143-45.714-24.571l-129.714-194.857h-25.714v75.429l141.143 234.857c3.429 5.714 5.143 12 5.143 18.857 0 20-16.571 36.571-36.571 36.571h-109.714v155.429c0 35.429-28.571 64-64 64h-91.429c-34.857 0-64-28.571-64-64v-155.429h-109.714c-20 0-36.571-16.571-36.571-36.571 0-6.857 1.714-13.143 5.143-18.857l141.143-234.857v-75.429h-25.714l-129.714 194.857c-10.286 15.429-27.429 24.571-45.714 24.571-30.286 0-54.857-24.571-54.857-54.857 0-10.857 3.429-21.714 9.143-30.286l146.286-219.429c22.857-33.714 58.286-61.143 100.571-61.143h219.429c42.286 0 77.714 27.429 100.571 61.143l146.286 219.429c5.714 8.571 9.143 19.429 9.143 30.286zM493.714 146.286c0 70.857-57.143 128-128 128s-128-57.143-128-128 57.143-128 128-128 128 57.143 128 128z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "female" + ], + "defaultCode": 61826, + "grid": 14 + }, + { + "id": 349, + "paths": [ + "M585.143 402.286v237.714c0 30.286-24.571 54.857-54.857 54.857s-54.857-24.571-54.857-54.857v-201.143h-36.571v521.143c0 35.429-28.571 64-64 64s-64-28.571-64-64v-265.143h-36.571v265.143c0 35.429-28.571 64-64 64s-64-28.571-64-64v-521.143h-36.571v201.143c0 30.286-24.571 54.857-54.857 54.857s-54.857-24.571-54.857-54.857v-237.714c0-60.571 49.143-109.714 109.714-109.714h365.714c60.571 0 109.714 49.143 109.714 109.714zM420.571 146.286c0 70.857-57.143 128-128 128s-128-57.143-128-128 57.143-128 128-128 128 57.143 128 128z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "male" + ], + "defaultCode": 61827, + "grid": 14 + }, + { + "id": 350, + "paths": [ + "M441.714 744l200-270.286c15.429-21.143 33.714-89.143-24.571-127.429-49.143-32-96-7.429-120.571 21.143-9.143 10.286-25.143 22.857-54.857 22.857s-45.143-12.571-54.286-22.857c-24.571-28.571-71.429-53.143-121.143-21.143-57.714 38.286-39.429 106.286-24 127.429zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gittip", + "gratipay" + ], + "defaultCode": 61828, + "grid": 14 + }, + { + "id": 351, + "paths": [ + "M841.143 512c0-181.714-147.429-329.143-329.143-329.143s-329.143 147.429-329.143 329.143 147.429 329.143 329.143 329.143 329.143-147.429 329.143-329.143zM998.857 670.286c-1.714 5.714-6.286 9.714-11.429 11.429l-166.857 54.857v174.857c0 5.714-2.857 11.429-7.429 14.857-5.143 3.429-10.857 4.571-16.571 2.286l-166.857-53.714-102.857 141.714c-3.429 4.571-9.143 7.429-14.857 7.429s-11.429-2.857-14.857-7.429l-102.857-141.714-166.857 53.714c-5.714 2.286-11.429 1.143-16.571-2.286-4.571-3.429-7.429-9.143-7.429-14.857v-174.857l-166.857-54.857c-5.143-1.714-9.714-5.714-11.429-11.429s-1.143-12 2.286-16.571l102.857-141.714-102.857-141.714c-3.429-5.143-4-10.857-2.286-16.571s6.286-9.714 11.429-11.429l166.857-54.857v-174.857c0-5.714 2.857-11.429 7.429-14.857 5.143-3.429 10.857-4.571 16.571-2.286l166.857 53.714 102.857-141.714c6.857-9.143 22.857-9.143 29.714 0l102.857 141.714 166.857-53.714c5.714-2.286 11.429-1.143 16.571 2.286 4.571 3.429 7.429 9.143 7.429 14.857v174.857l166.857 54.857c5.143 1.714 9.714 5.714 11.429 11.429s1.143 11.429-2.286 16.571l-102.857 141.714 102.857 141.714c3.429 4.571 4 10.857 2.286 16.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sun-o" + ], + "defaultCode": 61829, + "grid": 14 + }, + { + "id": 352, + "paths": [ + "M721.143 744.571c-20.571 3.429-41.714 5.143-62.857 5.143-212 0-384-172-384-384 0-72.571 21.143-143.429 59.429-204-152 45.143-260.571 184.571-260.571 350.286 0 201.714 164 365.714 365.714 365.714 110.286 0 213.714-50.286 282.286-133.143zM837.143 696c-71.429 154.857-228 254.857-398.286 254.857-241.714 0-438.857-197.143-438.857-438.857 0-237.143 185.714-429.714 422.286-438.286 16-0.571 29.143 8.571 34.857 22.286 6.286 14.286 2.286 30.857-8.571 41.143-65.143 59.429-101.143 140.571-101.143 228.571 0 171.429 139.429 310.857 310.857 310.857 45.143 0 88.571-9.714 130.286-29.143 14.286-6.286 30.286-3.429 41.143 7.429s13.714 27.429 7.429 41.143z" + ], + "width": 843.4102857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "moon-o" + ], + "defaultCode": 61830, + "grid": 14 + }, + { + "id": 353, + "paths": [ + "M621.714 475.429c0-20-16.571-36.571-36.571-36.571h-146.286c-20 0-36.571 16.571-36.571 36.571s16.571 36.571 36.571 36.571h146.286c20 0 36.571-16.571 36.571-36.571zM950.857 365.714v548.571c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-548.571c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM987.429 109.714v146.286c0 20-16.571 36.571-36.571 36.571h-877.714c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h877.714c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "archive" + ], + "defaultCode": 61831, + "grid": 14 + }, + { + "id": 354, + "paths": [ + "M932.571 548.571c0 20-16.571 36.571-36.571 36.571h-128c0 71.429-15.429 125.143-38.286 165.714l118.857 119.429c14.286 14.286 14.286 37.143 0 51.429-6.857 7.429-16.571 10.857-25.714 10.857s-18.857-3.429-25.714-10.857l-113.143-112.571s-74.857 68.571-172 68.571v-512h-73.143v512c-103.429 0-178.857-75.429-178.857-75.429l-104.571 118.286c-7.429 8-17.143 12-27.429 12-8.571 0-17.143-2.857-24.571-9.143-14.857-13.714-16-36.571-2.857-52l115.429-129.714c-20-39.429-33.143-90.286-33.143-156.571h-128c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h128v-168l-98.857-98.857c-14.286-14.286-14.286-37.143 0-51.429s37.143-14.286 51.429 0l98.857 98.857h482.286l98.857-98.857c14.286-14.286 37.143-14.286 51.429 0s14.286 37.143 0 51.429l-98.857 98.857v168h128c20 0 36.571 16.571 36.571 36.571zM658.286 219.429h-365.714c0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bug" + ], + "defaultCode": 61832, + "grid": 14 + }, + { + "id": 355, + "paths": [ + "M1095.429 297.143c8.571 23.429-18.286 78.286-85.714 168-110.857 147.429-122.857 133.714-31.429 218.857 88 81.714 106.286 121.143 109.143 126.286 0 0 36.571 64-40.571 64.571l-146.286 2.286c-31.429 6.286-73.143-22.286-73.143-22.286-54.857-37.714-106.286-135.429-146.286-122.857 0 0-41.143 13.143-40 101.143 0.571 18.857-8.571 29.143-8.571 29.143s-10.286 10.857-30.286 12.571h-65.714c-144.571 9.143-272-124-272-124s-139.429-144-261.714-431.429c-8-18.857 0.571-28 0.571-28s8.571-10.857 32.571-10.857l156.571-1.143c14.857 2.286 25.143 10.286 25.143 10.286s9.143 6.286 13.714 18.286c25.714 64 58.857 122.286 58.857 122.286 57.143 117.714 96 137.714 118.286 125.714 0 0 29.143-17.714 22.857-160-2.286-51.429-16.571-74.857-16.571-74.857-13.143-17.714-37.714-22.857-48.571-24.571-8.571-1.143 5.714-21.714 24.571-30.857 28-13.714 77.714-14.286 136.571-13.714 46.286 0.571 59.429 3.429 77.143 7.429 54.286 13.143 36 63.429 36 184.571 0 38.857-7.429 93.143 20.571 110.857 12 8 41.714 1.143 114.857-123.429 0 0 34.286-59.429 61.143-128.571 4.571-12.571 14.286-17.714 14.286-17.714s9.143-5.143 21.714-3.429l164.571-1.143c49.714-6.286 57.714 16.571 57.714 16.571z" + ], + "width": 1118.8662857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vk" + ], + "defaultCode": 61833, + "grid": 14 + }, + { + "id": 356, + "paths": [ + "M385.714 733.714c16-26.286 7.429-56.571-19.429-68-25.714-10.857-60 0.571-76 25.714-16.571 25.714-8.571 56 17.143 68 26.286 12 61.714 0.571 78.286-25.714zM439.429 664.571c5.714-10.286 2.286-21.714-8-25.714-10.286-3.429-22.857 1.143-28.571 10.857-5.714 10.286-2.857 21.143 7.429 25.714 10.286 4 23.429-0.571 29.143-10.857zM538.857 725.714c-34.286 77.714-133.714 120-218.286 92.571-81.714-26.286-116-106.857-80.571-179.429 35.429-70.857 126.286-110.857 206.857-90.286 84 21.714 126.286 100.571 92 177.143zM717.143 634.286c-10.857-111.429-157.143-188-326.857-171.429-169.714 17.143-297.714 120.571-286.857 232s157.143 188 326.857 171.429c169.714-17.143 297.714-120.571 286.857-232zM893.143 636.571c0 128.571-185.143 290.286-463.429 290.286-212.571 0-429.714-102.857-429.714-272.571 0-88.571 56-190.857 152.571-287.429 129.143-129.143 279.429-187.429 336-130.857 25.143 24.571 27.429 68 11.429 119.429-8 26.286 24.571 11.429 24.571 12 104-44 194.857-46.286 228 1.143 17.714 25.143 16 60.571 0 101.714-7.429 18.857 2.286 21.714 16.571 26.286 58.857 18.286 124 62.286 124 140zM850.857 280c32.571 36 41.714 85.714 27.429 129.143-5.714 17.714-24.571 27.429-42.286 21.714s-27.429-24.571-21.714-42.286v0c6.857-21.714 2.286-45.714-13.714-63.429s-39.429-24.571-61.143-20v0c-18.286 4-36.571-7.429-40-25.714-4-18.286 7.429-36 25.714-40 44.571-9.714 93.143 4 125.714 40.571zM954.286 186.857c67.429 74.286 85.143 176 56.571 265.143v0c-6.857 20.571-28.571 32-49.143 25.143s-32-28.571-25.714-49.143v0c20.571-63.429 8-136-40-188.571-48-53.143-118.286-73.143-183.429-59.429-21.143 4.571-42.286-9.143-46.857-30.286s9.143-41.714 30.286-46.286v0c92-19.429 190.857 8.571 258.286 83.429z" + ], + "width": 1039.433142857143, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "weibo" + ], + "defaultCode": 61834, + "grid": 14 + }, + { + "id": 357, + "paths": [ + "M647.429 897.143c-62.286 34.286-133.714 53.714-210.286 53.714-76 0-147.429-19.429-209.714-53.714 101.143-64 182.857-160.571 209.714-273.714 27.429 113.143 109.143 209.714 210.286 273.714zM364.571 81.143v277.143c0 195.429-108 363.429-261.143 437.714-64.571-76.571-103.429-174.857-103.429-282.857 0-217.143 157.714-397.143 364.571-432zM877.714 513.143c0 108-38.857 206.286-103.429 282.857-153.143-74.286-261.143-242.286-261.143-437.714v-277.143c206.857 34.857 364.571 214.857 364.571 432z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "renren" + ], + "defaultCode": 61835, + "grid": 14 + }, + { + "id": 358, + "paths": [ + "M801.143 630.286c-114.857 285.143-390.286 112.571-390.286 112.571-84.571 170.857-224 280.571-385.143 281.143-14.286 0-25.714-11.429-25.714-25.714s11.429-25.143 25.714-25.143c134.286-0.571 251.429-89.143 328-229.714-85.714 33.143-247.429 58.286-337.143-171.429 227.429-93.714 332 23.429 372 94.857 20.571-50.857 35.429-106.286 45.143-166.286 0 0-291.429 45.714-312-204.571 248.571-100 318.286 160 318.286 160 3.429-34.857 6.857-109.714 6.857-111.429 0 0-221.714-153.714-79.429-344.571 260 89.714 128 338.857 128 338.857 1.143 3.429 1.143 49.714 0 69.714 0 0 94.286-185.714 284.571-120-8.571 279.429-296 221.714-296 221.714-9.143 57.143-23.429 111.429-41.714 161.714 0 0 173.143-191.429 358.857-41.714z" + ], + "width": 801.1337142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pagelines" + ], + "defaultCode": 61836, + "grid": 14 + }, + { + "id": 359, + "paths": [ + "M719.429 716v37.714c0 64.571-50.286 116.571-112 116.571h-32.571l-148.571 153.714v-153.714h-302.286c-61.714 0-112-52-112-116.571v-37.714h707.429zM719.429 529.714v145.714h-707.429v-145.714h707.429zM719.429 342.286v145.714h-707.429v-145.714h707.429zM719.429 262.286v38.286h-707.429v-38.286c0-64 50.286-116 112-116h483.429c61.714 0 112 52 112 116z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stack-exchange" + ], + "defaultCode": 61837, + "grid": 14 + }, + { + "id": 360, + "paths": [ + "M658.286 512c0 4.571-1.714 9.714-5.143 13.143l-182.857 182.857c-3.429 3.429-8.571 5.143-13.143 5.143-9.714 0-18.286-8.571-18.286-18.286v-109.714h-201.143c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h201.143v-109.714c0-10.286 8-18.286 18.286-18.286 5.143 0 9.714 2.286 13.714 5.714l182.286 182.286c3.429 3.429 5.143 8.571 5.143 13.143zM749.714 512c0-171.429-139.429-310.857-310.857-310.857s-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-o-right" + ], + "defaultCode": 61838, + "grid": 14 + }, + { + "id": 361, + "paths": [ + "M658.286 457.143v109.714c0 9.714-8.571 18.286-18.286 18.286h-201.143v109.714c0 10.286-8 18.286-18.286 18.286-5.143 0-9.714-2.286-13.714-5.714l-182.286-182.286c-3.429-3.429-5.143-8.571-5.143-13.143s1.714-9.714 5.143-13.143l182.857-182.857c3.429-3.429 8.571-5.143 13.143-5.143 9.714 0 18.286 8.571 18.286 18.286v109.714h201.143c9.714 0 18.286 8.571 18.286 18.286zM749.714 512c0-171.429-139.429-310.857-310.857-310.857s-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-circle-o-left" + ], + "defaultCode": 61840, + "grid": 14 + }, + { + "id": 362, + "paths": [ + "M585.143 329.143v365.714c0 20-16.571 36.571-36.571 36.571-7.429 0-14.857-2.286-21.143-6.857l-256-182.857c-9.714-6.857-15.429-17.714-15.429-29.714 0-11.429 5.714-22.857 15.429-29.714l256-182.857c6.286-4.571 13.714-6.857 21.143-6.857 20 0 36.571 16.571 36.571 36.571zM731.429 786.286v-548.571c0-9.714-8.571-18.286-18.286-18.286h-548.571c-9.714 0-18.286 8.571-18.286 18.286v548.571c0 9.714 8.571 18.286 18.286 18.286h548.571c9.714 0 18.286-8.571 18.286-18.286zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "caret-square-o-left", + "toggle-left" + ], + "defaultCode": 61841, + "grid": 14 + }, + { + "id": 363, + "paths": [ + "M585.143 512c0 80.571-65.714 146.286-146.286 146.286s-146.286-65.714-146.286-146.286 65.714-146.286 146.286-146.286 146.286 65.714 146.286 146.286zM438.857 201.143c-171.429 0-310.857 139.429-310.857 310.857s139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857-139.429-310.857-310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dot-circle-o" + ], + "defaultCode": 61842, + "grid": 14 + }, + { + "id": 364, + "paths": [ + "M584.571 678.286l58.286 116.571c-44 136-170.857 229.143-313.714 229.143-181.143 0-329.143-148-329.143-329.143 0-138.286 86.857-261.714 216.571-309.143l9.714 74.857c-93.143 41.143-153.143 132.571-153.143 234.286 0 141.143 114.857 256 256 256 146.857 0 265.714-125.714 255.429-272.571zM897.714 735.429l33.143 65.143-146.286 73.143c-5.143 2.857-10.857 4-16.571 4-13.714 0-26.857-8-32.571-20l-136.571-272.571h-269.714c-18.286 0-34.286-14.286-36.571-32.571l-54.857-445.143c-0.571-5.714 1.714-18.286 3.429-24 10.857-39.429 47.429-65.143 88-65.143 50.286 0 91.429 41.143 91.429 91.429 0 52-45.714 96.571-98.286 90.857l21.143 165.143h241.714v73.143h-232.571l9.143 73.143h260c13.714 0 26.857 8 32.571 20l130.286 260z" + ], + "width": 930.8891428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wheelchair" + ], + "defaultCode": 61843, + "grid": 14 + }, + { + "id": 365, + "paths": [ + "M738.286 364.571c4-82.857-26.857-124.571-92-126.857-88-2.857-147.429 46.857-178.286 149.143 16-6.857 31.429-10.857 46.857-10.857 32 0 46.286 18.286 42.286 54.857-1.714 21.714-16 53.714-42.286 95.429-26.857 42.286-46.857 62.857-60 62.857-17.143 0-32-32-46.857-96.571-4.571-19.429-13.143-67.429-25.714-145.714-11.429-72-41.714-105.714-91.429-101.143-20.571 2.286-52.571 20.571-93.714 57.143-30.857 26.857-61.143 54.857-92.571 82.286l29.714 38.286c28.571-19.429 45.143-29.714 49.714-29.714 21.714 0 42.286 34.286 61.143 102.286 17.143 62.857 34.286 125.143 51.429 188 25.714 68 56.571 102.286 93.714 102.286 59.429 0 132.571-56 218.857-168 83.429-107.429 126.857-192 129.143-253.714zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vimeo-square" + ], + "defaultCode": 61844, + "grid": 14 + }, + { + "id": 366, + "paths": [ + "M658.286 475.429c0 221.714-180.571 402.286-402.286 402.286h-91.429c-10.286 0-18.286-8-18.286-18.286v-349.143l-122.857 37.714c-1.714 0.571-3.429 0.571-5.143 0.571-4 0-7.429-1.143-10.857-3.429-4.571-3.429-7.429-9.143-7.429-14.857v-73.143c0-8 5.143-14.857 13.143-17.714l133.143-40.571v-53.143l-122.857 37.714c-1.714 0.571-3.429 0.571-5.143 0.571-4 0-7.429-1.143-10.857-3.429-4.571-3.429-7.429-9.143-7.429-14.857v-73.143c0-8 5.143-14.857 13.143-17.714l133.143-40.571v-142.857c0-10.286 8-18.286 18.286-18.286h91.429c10.286 0 18.286 8 18.286 18.286v103.429l214.286-66.286c5.143-1.714 11.429-0.571 16 2.857s7.429 9.143 7.429 14.857v73.143c0 8-5.143 14.857-13.143 17.714l-224.571 69.143v53.143l214.286-66.286c5.143-1.714 11.429-0.571 16 2.857s7.429 9.143 7.429 14.857v73.143c0 8-5.143 14.857-13.143 17.714l-224.571 69.143v278.286c142.857-9.714 256-128.571 256-273.714 0-10.286 8-18.286 18.286-18.286h91.429c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "try", + "turkish-lira" + ], + "defaultCode": 61845, + "grid": 14 + }, + { + "id": 367, + "paths": [ + "M658.286 457.143v36.571c0 10.286-8 18.286-18.286 18.286h-201.143v201.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-201.143h-201.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h201.143v-201.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286v201.143h201.143c10.286 0 18.286 8 18.286 18.286zM731.429 713.143v-475.429c0-50.286-41.143-91.429-91.429-91.429h-475.429c-50.286 0-91.429 41.143-91.429 91.429v475.429c0 50.286 41.143 91.429 91.429 91.429h475.429c50.286 0 91.429-41.143 91.429-91.429zM804.571 237.714v475.429c0 90.857-73.714 164.571-164.571 164.571h-475.429c-90.857 0-164.571-73.714-164.571-164.571v-475.429c0-90.857 73.714-164.571 164.571-164.571h475.429c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plus-square-o" + ], + "defaultCode": 61846, + "grid": 14 + }, + { + "id": 368, + "paths": [ + "M354.286 640c-39.429 22.857-93.143 36.571-153.143 36.571h-73.143v-36.571h-36.571c-10.286 0-18.286-20.571-18.286-45.714 0-10.286 1.714-20 4-28-44-1.143-77.143-8.571-77.143-17.714s33.143-16.571 77.143-17.714c-2.286-8-4-17.714-4-28 0-25.143 8-45.714 18.286-45.714h36.571v-36.571h73.143c60 0 113.714 13.714 153.143 36.571h636c42.286 7.429 80.571 13.714 106.857 18.286 109.714 18.286 146.286 54.857 146.286 73.143s-36.571 54.857-146.286 73.143c-26.286 4.571-64.571 10.857-106.857 18.286h-636zM993.714 496c18.286 12.571 30.286 31.429 30.286 52.571s-12 40-30.286 52.571l46.286 17.143c23.429-16.571 38.857-41.714 38.857-69.714s-15.429-53.143-38.857-69.714zM357.143 649.143h580s-124 21.714-260.571 45.714c-73.143 0-128 54.857-128 54.857l-164.571 164.571s-55.429 36.571-91.429 36.571h-54.857l-53.143-265.143h16.571c58.286 0 113.714-13.143 156-36.571zM201.143 411.429h-16.571l53.143-265.143h54.857c37.143 0 73.143 18.286 91.429 36.571l164.571 164.571c0 0 54.857 54.857 128 54.857 136.571 24 260.571 45.714 260.571 45.714h-580c-42.286-23.429-97.714-36.571-156-36.571z" + ], + "width": 1243.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "space-shuttle" + ], + "defaultCode": 61847, + "grid": 14 + }, + { + "id": 369, + "paths": [ + "M868 443.429c46.857 0 82.857 34.286 82.857 81.143 0 36.571-18.857 62.286-53.143 74.286l-98.286 33.714 32 95.429c2.857 8.571 4 17.714 4 26.857 0 45.143-36.571 82.857-81.714 82.857-36 0-68-22.286-79.429-56.571l-31.429-94.286-177.143 60.571 31.429 93.714c2.857 8.571 4.571 17.714 4.571 26.857 0 44.571-36.571 82.857-82.286 82.857-36 0-67.429-22.286-78.857-56.571l-31.429-93.143-87.429 30.286c-9.143 2.857-18.857 5.143-28.571 5.143-46.286 0-81.143-34.286-81.143-80.571 0-35.429 22.857-67.429 56.571-78.857l89.143-30.286-60-178.857-89.143 30.857c-9.143 2.857-18.286 4.571-27.429 4.571-45.714 0-81.143-34.857-81.143-80.571 0-35.429 22.857-67.429 56.571-78.857l89.714-30.286-30.286-90.857c-2.857-8.571-4.571-17.714-4.571-26.857 0-45.143 36.571-82.857 82.286-82.857 36 0 67.429 22.286 78.857 56.571l30.857 91.429 177.143-60-30.857-91.429c-2.857-8.571-4.571-17.714-4.571-26.857 0-45.143 37.143-82.857 82.286-82.857 36 0 68 22.857 79.429 56.571l30.286 92 92.571-31.429c8-2.286 16-3.429 24.571-3.429 44.571 0 82.857 33.143 82.857 78.857 0 35.429-27.429 65.143-59.429 76l-89.714 30.857 60 180.571 93.714-32c8.571-2.857 17.714-4.571 26.286-4.571zM414.286 593.143l177.143-60-60-180-177.143 61.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "slack" + ], + "defaultCode": 61848, + "grid": 14 + }, + { + "id": 370, + "paths": [ + "M713.143 73.143c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571zM731.429 676.571v-249.143c-10.857 12-22.857 22.857-36.571 31.429-53.714 35.429-109.143 68.571-162.286 105.143-26.857 18.857-60 39.429-93.714 39.429v0 0 0 0c-33.714 0-66.857-20.571-93.714-39.429-53.143-36.571-109.143-69.143-162.286-105.714-13.143-8.571-23.429-21.143-36.571-30.857v249.143c0 30.286 24.571 54.857 54.857 54.857h475.429c30.286 0 54.857-24.571 54.857-54.857zM731.429 349.143c0-30.857-22.857-56.571-54.857-56.571h-475.429c-30.286 0-54.857 24.571-54.857 54.857 0 30.857 32 64.571 56 80.571 50.286 33.714 102.286 65.143 152.571 98.286 21.714 14.286 57.714 40.571 84 40.571s62.286-26.286 84-40.571c50.857-33.143 101.714-65.714 152.571-99.429 22.286-14.857 56-49.143 56-77.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envelope-square" + ], + "defaultCode": 61849, + "grid": 14 + }, + { + "id": 371, + "paths": [ + "M72.571 512c0-63.429 13.714-124 38.286-178.857l209.714 574.286c-146.857-71.429-248-221.714-248-395.429zM808.571 489.714c0 37.714-15.429 81.143-33.714 142.286l-43.429 146.286-158.857-472s26.286-1.714 50.286-4.571c23.429-2.857 20.571-37.714-2.857-36-71.429 5.143-117.143 5.714-117.143 5.714s-42.857-0.571-115.429-5.714c-24-1.714-26.857 34.286-2.857 36 22.286 2.286 45.714 4.571 45.714 4.571l68.571 187.429-96 288-160-475.429s26.286-1.714 50.286-4.571c23.429-2.857 20.571-37.714-2.857-36-70.857 5.143-117.143 5.714-117.143 5.714-8 0-17.714-0.571-28-0.571 78.286-119.429 213.143-198.286 366.857-198.286 114.286 0 218.286 44 296.571 115.429h-5.714c-42.857 0-73.714 37.143-73.714 77.714 0 36 21.143 66.286 43.429 102.857 17.143 29.143 36 66.857 36 121.143zM519.429 550.286l135.429 369.714c0.571 2.286 1.714 4.571 2.857 6.286-45.714 16-94.286 25.143-145.714 25.143-42.857 0-84.571-6.286-124-18.286zM897.143 301.143c34.286 62.857 54.286 134.286 54.286 210.857 0 162.286-88 303.429-218.857 379.429l134.286-387.429c22.286-64 33.714-113.143 33.714-157.714 0-16-1.143-30.857-3.429-45.143zM512 0c282.286 0 512 229.714 512 512s-229.714 512-512 512-512-229.714-512-512 229.714-512 512-512zM512 1000.571c269.143 0 488.571-219.429 488.571-488.571s-219.429-488.571-488.571-488.571-488.571 219.429-488.571 488.571 219.429 488.571 488.571 488.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wordpress" + ], + "defaultCode": 61850, + "grid": 14 + }, + { + "id": 372, + "paths": [ + "M620.571 0v877.714l-155.429 73.143c-262.857-23.429-465.143-163.429-465.143-333.143 0-163.429 188.571-299.429 438.286-329.714v98.286c-163.429 28.571-283.429 121.143-283.429 231.429 0 116.571 133.714 213.143 310.286 235.429v0-777.143zM1002.857 332.571l21.143 222.857-300-65.143 84-47.429c-44.571-26.286-99.429-45.714-160-56.571v-98.286c105.714 12.571 200.571 44.571 274.857 89.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "openid" + ], + "defaultCode": 61851, + "grid": 14 + }, + { + "id": 373, + "paths": [ + "M548.571 0l548.571 219.429v73.143h-73.143c0 20-17.714 36.571-39.429 36.571h-872c-21.714 0-39.429-16.571-39.429-36.571h-73.143v-73.143zM146.286 365.714h146.286v438.857h73.143v-438.857h146.286v438.857h73.143v-438.857h146.286v438.857h73.143v-438.857h146.286v438.857h33.714c21.714 0 39.429 16.571 39.429 36.571v36.571h-950.857v-36.571c0-20 17.714-36.571 39.429-36.571h33.714v-438.857zM1057.714 914.286c21.714 0 39.429 16.571 39.429 36.571v73.143h-1097.143v-73.143c0-20 17.714-36.571 39.429-36.571h1018.286z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bank", + "institution", + "university" + ], + "defaultCode": 61852, + "grid": 14 + }, + { + "id": 374, + "paths": [ + "M1013.714 477.714l10.286 180.571c4.571 80.571-164 146.286-365.714 146.286s-370.286-65.714-365.714-146.286l10.286-180.571 328 103.429c9.143 2.857 18.286 4 27.429 4s18.286-1.143 27.429-4zM1316.571 292.571c0 8-5.143 14.857-12.571 17.714l-640 201.143c-2.286 0.571-4 0.571-5.714 0.571s-3.429 0-5.714-0.571l-372.571-117.714c-32.571 25.714-55.429 88.571-60 165.714 21.714 12.571 36 35.429 36 62.286 0 25.714-13.143 48-33.143 61.143l33.143 247.429c0.571 5.143-1.143 10.286-4.571 14.286s-8.571 6.286-13.714 6.286h-109.714c-5.143 0-10.286-2.286-13.714-6.286s-5.143-9.143-4.571-14.286l33.143-247.429c-20-13.143-33.143-35.429-33.143-61.143 0-27.429 15.429-50.857 37.143-63.429 3.429-66.857 20.571-138.857 56-188.571l-190.286-59.429c-7.429-2.857-12.571-9.714-12.571-17.714s5.143-14.857 12.571-17.714l640-201.143c2.286-0.571 4-0.571 5.714-0.571s3.429 0 5.714 0.571l640 201.143c7.429 2.857 12.571 9.714 12.571 17.714z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "graduation-cap", + "mortar-board" + ], + "defaultCode": 61853, + "grid": 14 + }, + { + "id": 375, + "paths": [ + "M490.857 546.857l7.429 404c-19.429-3.429-39.429-6.286-60-6.286-20 0-40 2.857-60 6.286l7.429-404c-106.286-183.429-206.286-370.286-323.429-546.857 20 5.143 40.571 8.571 61.714 8.571s42.857-4 63.429-8.571c80 141.714 166.857 279.429 250.857 418.857 84.571-138.286 174.286-276 250.857-418.857 20 5.143 40.571 8 61.143 8 21.714 0 44-2.857 65.143-8v0 0c-45.714 62.857-83.429 131.429-122.857 198.286-68 116-134.857 232-201.714 348.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "yahoo" + ], + "defaultCode": 61854, + "grid": 14 + }, + { + "id": 376, + "paths": [ + "M438.857 449.143h414.286c4 22.286 6.857 44 6.857 73.143 0 250.286-168 428.571-421.143 428.571-242.857 0-438.857-196-438.857-438.857s196-438.857 438.857-438.857c118.286 0 217.714 43.429 294.286 114.857l-119.429 114.857c-32.571-31.429-89.714-68-174.857-68-149.714 0-272 124-272 277.143s122.286 277.143 272 277.143c173.714 0 238.857-124.571 249.143-189.143h-249.143v-150.857z" + ], + "width": 860.0137142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google" + ], + "defaultCode": 61856, + "grid": 14 + }, + { + "id": 377, + "paths": [ + "M625.714 666.857c5.143 5.143 5.143 13.143 0 17.714-32.571 32.571-95.429 35.429-113.714 35.429s-81.143-2.857-113.714-35.429c-5.143-4.571-5.143-12.571 0-17.714 4.571-4.571 12.571-4.571 17.143 0 20.571 21.143 65.143 28 96.571 28s75.429-6.857 96.571-28c4.571-4.571 12.571-4.571 17.143 0zM450.286 563.429c0 28-22.857 50.857-50.857 50.857-28.571 0-51.429-22.857-51.429-50.857 0-28.571 22.857-51.429 51.429-51.429 28 0 50.857 22.857 50.857 51.429zM676 563.429c0 28-22.857 50.857-51.429 50.857-28 0-50.857-22.857-50.857-50.857 0-28.571 22.857-51.429 50.857-51.429 28.571 0 51.429 22.857 51.429 51.429zM819.429 494.857c0-37.714-30.857-68-68.571-68-19.429 0-36.571 8-49.143 20.571-46.286-32-108.571-52.571-177.714-54.857l36-161.714 114.286 25.714c0 28 22.857 50.857 50.857 50.857 28.571 0 51.429-23.429 51.429-51.429s-22.857-51.429-51.429-51.429c-20 0-37.143 12-45.714 28.571l-126.286-28c-6.286-1.714-12.571 2.857-14.286 9.143l-39.429 178.286c-68.571 2.857-130.286 23.429-176.571 55.429-12.571-13.143-30.286-21.143-49.714-21.143-37.714 0-68.571 30.286-68.571 68 0 27.429 16 50.286 38.857 61.714-2.286 10.286-3.429 21.143-3.429 32 0 108.571 122.286 196.571 272.571 196.571 150.857 0 273.143-88 273.143-196.571 0-10.857-1.143-22.286-4-32.571 22.286-11.429 37.714-34.286 37.714-61.143zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reddit" + ], + "defaultCode": 61857, + "grid": 14 + }, + { + "id": 378, + "paths": [ + "M536.571 645.143c4 4 4 10.857 0 14.857-28 28-81.714 30.286-97.714 30.286s-69.714-2.286-97.714-30.286c-4-4-4-10.857 0-14.857 4-4.571 10.857-4.571 14.857 0 17.714 17.714 56 24 82.857 24s65.143-6.286 82.857-24c4-4.571 10.857-4.571 14.857 0zM386.286 556c0 24-20 44-44 44s-44-20-44-44c0-24.571 20-44 44-44s44 19.429 44 44zM579.429 556c0 24-20 44-44 44s-44-20-44-44c0-24.571 20-44 44-44s44 19.429 44 44zM702.286 497.143c0-32-26.286-58.286-58.857-58.286-16 0-30.857 6.857-41.714 17.714-40-27.429-93.714-45.143-152.571-46.857l30.857-138.857 97.714 22.286c0.571 24 20 43.429 44 43.429s44-20 44-44-20-44-44-44c-17.143 0-32 9.714-39.429 24.571l-108-24c-5.714-1.714-10.857 2.286-12 7.429l-34.286 153.143c-58.857 2.286-112 20-151.429 47.429-10.857-11.429-25.714-18.286-42.286-18.286-32.571 0-58.857 26.286-58.857 58.286 0 23.429 13.714 43.429 33.143 53.143-1.714 8.571-2.857 18.286-2.857 27.429 0 93.143 104.571 168.571 233.714 168.571s234.286-75.429 234.286-168.571c0-9.714-1.143-18.857-3.429-28 18.857-9.714 32-29.714 32-52.571zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reddit-square" + ], + "defaultCode": 61858, + "grid": 14 + }, + { + "id": 379, + "paths": [ + "M494.857 479.429l51.429-15.429v-35.429c0-60.571-51.429-109.143-112-109.143s-112 48-112 108.571v161.714c0 14.857-12 26.857-26.857 26.857s-26.286-12-26.286-26.857v-68.571h-86.286v69.714c0 62.286 50.286 112 112.571 112 61.143 0 112-49.143 112-110.286v-160c0-14.857 12-26.857 26.857-26.857 14.286 0 26.286 12 26.286 26.857v30.857zM685.143 590.857v-69.714h-85.714v72c0 14.857-12 26.857-26.857 26.857-14.286 0-26.286-12-26.286-26.857v-70.286l-51.429 14.857-34.286-16v70.286c0 61.143 50.857 110.857 112.571 110.857s112-49.714 112-112zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stumbleupon-circle" + ], + "defaultCode": 61859, + "grid": 14 + }, + { + "id": 380, + "paths": [ + "M606.857 406.857v-67.429c0-32-26.286-58.286-58.286-58.286s-58.286 26.286-58.286 58.286v349.714c0 133.714-110.857 241.714-245.143 241.714-135.429 0-245.143-109.714-245.143-245.143v-152h187.429v149.714c0 32.571 26.286 58.286 58.286 58.286s58.286-25.714 58.286-58.286v-354.286c0-130.857 112-236 244.571-236 133.143 0 244.571 105.714 244.571 237.714v77.714l-111.429 33.143zM909.714 533.714h187.429v152c0 135.429-109.714 245.143-245.143 245.143-134.857 0-245.143-108.571-245.143-242.857v-153.143l74.857 34.857 111.429-33.143v154.286c0 32 26.286 57.714 58.286 57.714s58.286-25.714 58.286-57.714v-157.143z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stumbleupon" + ], + "defaultCode": 61860, + "grid": 14 + }, + { + "id": 381, + "paths": [ + "M841.143 786.286v-274.286h-402.286v-402.286h-274.286c-70.857 0-128 57.143-128 128v274.286h402.286v402.286h274.286c70.857 0 128-57.143 128-128zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "delicious" + ], + "defaultCode": 61861, + "grid": 14 + }, + { + "id": 382, + "paths": [ + "M187.429 161.143h116.571v561.714h-304v-398.286h187.429v-163.429zM187.429 629.143v-210.857h-70.286v210.857h70.286zM350.857 324.571v398.286h117.143v-398.286h-117.143zM350.857 161.143v116.571h117.143v-116.571h-117.143zM514.857 324.571h304.571v538.286h-304.571v-93.143h187.429v-46.857h-187.429v-398.286zM702.286 629.143v-210.857h-70.286v210.857h70.286zM866.286 324.571h304v538.286h-304v-93.143h186.857v-46.857h-186.857v-398.286zM1053.143 629.143v-210.857h-70.286v210.857h70.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "digg" + ], + "defaultCode": 61862, + "grid": 14 + }, + { + "id": 383, + "paths": [ + "M597.714 582.857c0 48.571-33.143 88-73.714 88-16.571 0-29.714-2.857-40-8.571v-158.286c10.286-6.286 23.429-9.714 40-9.714 40.571 0 73.714 39.429 73.714 88.571zM401.714 338.286c0 49.143-33.143 88.571-73.714 88.571-16.571 0-29.714-2.857-40-8.571v-158.286c10.286-6.286 23.429-9.714 40-9.714 40.571 0 73.714 39.429 73.714 88zM722.857 584.571c0-102.286-77.143-185.143-172-185.143-7.429 0-14.857 0.571-22.286 1.714-8.571 29.143-23.429 55.429-44.571 77.714-32 34.857-74.857 55.429-120.571 57.714v363.429l120.571-23.429v-117.714c20 7.429 42.286 10.857 66.857 10.857 94.857 0 172-82.857 172-185.143zM526.857 340.571c0-102.286-77.143-185.143-172.571-185.143-28 0-56 7.429-80.571 20.571h-106.286v480l120.571-23.429v-117.714c20 6.857 42.286 10.857 66.286 10.857 95.429 0 172.571-82.857 172.571-185.143zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pied-piper-pp" + ], + "defaultCode": 61863, + "grid": 14 + }, + { + "id": 384, + "paths": [ + "M698.286 530.857c148.571-5.714 230.857 116.571 298.286 229.714 40 68 86.857 108 144.571 158.857-61.714 38.286-140 64-206.286 93.714-109.714-92-45.714-457.143-221.714-457.143l-5.714 1.143-3.429 2.286c2.286 2.857 5.143 5.714 7.429 8 47.429 40 66.286 48.571 69.143 116.571l0.571 18.857c1.714 42.857-10.857 84.571-19.429 126.286-38.286-1.143-75.429 11.429-113.714 11.429-14.286 0-28-1.714-41.143-5.714-1.143-9.143-1.143-18.286-1.143-26.857 0-17.714-0.571-37.714 1.714-54.857 2.857-18.857 66.857-59.429 65.714-86.857-10.857-1.143-18.286 5.143-24.571 13.714-26.286 38.857-93.714 83.429-141.714 83.429-33.143 0-112-142.286-152-170.857-6.286-4.571-10.286-10.857-15.429-17.143-32 7.429-277.143 64-293.143 64-12 0-22.857-9.714-22.857-21.714 0-10.857 6.857-21.143 17.714-23.429l277.714-60.571c-18.857-34.286 24.571-34.857 42.857-40 6.286-1.714 12.571-8 18.857-8 12.571 0 23.429 17.714 27.429 28 12.571-2.857 90.857-21.143 98.286-21.143 12.571 0 24 9.143 24 22.286 0 10.857-6.857 20.571-18.286 22.857l-104 22.857-0.571 9.143c-0.571 20 90.286 119.429 106.286 119.429 36 0 109.143-82.857 109.143-119.429 0-61.143-85.143-25.143-85.143-66.857 0-6.857 2.286-13.143 5.714-19.429l-38.857-10.857c17.714-18.286 24.571-41.714 24.571-66.857 0-10.857-1.143-22.286-2.857-33.143 29.143-5.714 53.143-9.143 82.286-9.143 113.143 0 90.857 17.143 130.286 108l28.571-14.286c-4.571 68-72 34.857-69.714 61.714zM732.571 396.571c-22.286-25.714-32-38.286-45.143-44-13.714-6.286-31.429-4.571-72.571-4.571-42.857 0-85.143 6.286-124 24.571 12.571-23.429 26.286-33.714 51.429-43.429 54.286-20.571 80-60.571 117.143-101.714 19.429 13.714 28 48 56 46.286l6.857-0.571v43.429l12.571 0.571c74.286-28.571 148.571-60 212-108.571 96-73.143 105.143-99.429 161.714-198.857l4-5.143c-1.143 28-12.571 54.286-24.571 79.429-60.571 126.857-156.571 199.429-292 232-24.571 5.714-52.571 6.286-74.857 17.714 2.857 19.429 26.286 36 26.286 45.714 0 6.857-10.857 14.286-14.857 17.143zM606.286 922.857c31.429-20.571 121.143-39.429 158.857-39.429 18.857 0 56 89.714 65.714 109.714-44.571 16.571-91.429 25.714-139.429 25.714-24 0-48-2.286-71.429-6.286zM469.714 553.143l27.429-6.857 62.286 101.143-41.714 27.429zM756 848.571c0.571 2.857 1.714 6.286 1.714 9.143 0 14.857-98.286 25.143-116 28l-4-24.571c35.429-4 74.857-13.143 110.286-12.571h8zM494.857 489.714l-54.857 11.429-3.429-9.714c13.143-1.143 25.143-7.429 38.286-7.429 7.429 0 13.714 1.714 20 5.714zM606.286 852h17.714l5.714 47.429-23.429 6.857v-54.286zM1114.286 0.571v0 0zM1114.286 0.571l-0.571 2.857-1.143 1.143 0.571-1.714zM1114.286 0.571l0.571-0.571z" + ], + "width": 1164.5805714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pied-piper-alt" + ], + "defaultCode": 61864, + "grid": 14 + }, + { + "id": 385, + "paths": [ + "M666.857 906.286c-1.143-4-4.571-9.714-13.714-2.857-19.429 14.286-62.857 32-124.571 32s-90.857-13.143-110.286-28c-2.857-2.286-1.714-2.286-7.429-2.286-6.286 0-9.714 2.857-14.857 6.857-4.571 4-6.857 13.714 0 20.571 42.286 38.857 113.143 35.429 165.143 30.857 52.571-5.143 97.143-36 101.714-40.571 6.857-6.857 5.143-12.571 4-16.571zM644.571 840.571c-4-9.714-10.857-26.857-22.286-34.857-11.429-7.429-28-8.571-43.429-8.571s-24-1.143-40.571 5.714-33.714 22.286-44.571 32-12.571 17.143-6.857 25.143c5.714 7.429 12 2.857 28-10.857 16.571-13.143 27.429-25.143 61.143-25.143s39.429 12.571 46.286 25.143 7.429 14.286 14.286 10.857c8-4 12-9.714 8-19.429zM847.429 680c0-29.714-13.143-80-61.714-80-45.714 0-138.286 94.857-186.857 95.429-56.571 1.143-134.857-112-248-110.857-89.143 0.571-159.429 71.429-160.571 146.857-0.571 42.286 13.143 73.714 42.286 93.714 19.429 13.143 37.143 21.143 94.857 21.143 96 0 217.714-118.857 273.714-117.143 44.571 1.714 113.714 110.857 148.571 113.143 27.429 2.286 41.714-10.286 65.143-44 22.857-34.286 32.571-88 32.571-118.286zM877.714 588.571c0 256-202.286 425.143-434.857 425.143-233.143 0-442.857-183.429-442.857-433.143 0-249.143 194.286-364.571 230.286-383.429 42.857-22.857 73.714-34.857 122.286-73.714 24-18.857 44-46.286 50.286-113.143 34.857 41.714 76.571 90.286 106.286 110.286 48.571 32 97.143 44.571 148 76.571 30.857 18.857 220.571 134.857 220.571 391.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "drupal" + ], + "defaultCode": 61865, + "grid": 14 + }, + { + "id": 386, + "paths": [ + "M611.429 613.143l-91.429 91.429-86.286 86.857-17.143 17.143c-50.286 49.714-120.571 66.857-184.571 50.857-12 52.571-58.857 91.429-114.857 91.429-64.571 0-117.143-52.571-117.143-117.714 0-55.429 38.286-102.286 90.286-114.286-16.571-64.571 0.571-135.429 50.857-185.714l6.857-6.857 86.286 86.857-6.286 6.286c-28.571 28-28 73.714 0 102.286 28 28 73.714 28 101.714 0l17.143-17.143 86.286-86.857 92-91.429zM416.571 223.429l6.857 6.857-86.857 86.857-6.857-6.857c-28-28-73.714-28-101.714 0s-28 74.286 0 102.286l194.857 194.857-86.286 86.857-92-91.429-86.286-86.857-17.143-17.143c-52.571-52-68.571-126.857-48.571-193.714-52.571-11.429-91.429-58.286-91.429-114.286 0-65.143 52.571-117.714 117.143-117.714 58.857 0 106.857 42.857 116 98.286 63.429-14.857 132.571 2.857 182.286 52zM877.714 833.143c0 65.143-52.571 117.714-117.143 117.714-57.143 0-104.571-40.571-115.429-94.286v0c-66.286 20.571-142.286 4.571-194.857-48l-6.286-6.857 86.286-86.857 6.857 6.857c28 28 73.714 28 101.714 0s28-73.714 0-101.714l-195.429-195.429 86.857-86.857 178.286 178.286 16.571 17.143c49.714 49.714 67.429 120 51.429 184 57.143 8 101.143 56.571 101.143 116zM876.571 190.857c0 59.429-44.571 108.571-101.714 116.571 18.857 65.714 2.286 139.429-49.714 191.429l-6.857 6.857-86.286-86.857 6.857-6.857c28-28 28-73.714 0-101.714s-73.714-28-101.714 0l-195.429 195.429-86.857-86.857 92-91.429 86.857-86.857 16.571-17.143c52-52 126.286-68.571 192.571-49.143 8-57.143 57.143-101.143 116.571-101.143 64.571 0 117.143 52.571 117.143 117.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "joomla" + ], + "defaultCode": 61866, + "grid": 14 + }, + { + "id": 387, + "paths": [ + "M373.714 616c-1.143 4-29.143-9.143-36.571-12-7.429-3.429-41.143-22.286-49.714-28s-41.143-32.571-45.143-34.286v0c-20.571 31.429-46.857 68.571-76.571 103.429-10.286 12-41.143 50.857-60 62.857-2.857 1.714-19.429 3.429-21.714 2.286 9.143-6.857 35.429-39.429 46.857-52.571 14.286-16.571 82.286-111.429 93.714-133.143 12-21.714 48-93.714 49.714-100.571-5.714-0.571-50.857 14.857-62.857 18.857-11.429 3.429-42.857 10.857-45.143 12.571-2.286 2.286-0.571 9.143-1.714 11.429s-11.429 7.429-17.714 8.571c-5.714 1.714-18.857 2.286-26.857 0-7.429-1.714-14.286-9.143-16-12 0 0-2.286-3.429-2.857-13.143 6.857-2.286 18.286-2.857 30.857-6.286s43.429-12.571 60-18.286 48.571-17.714 58.286-20c10.286-1.714 36-18.857 49.714-23.429s23.429-10.286 24-7.429 0 15.429-0.571 18.857c-0.571 2.857-28 56.571-32 65.143-2.286 4.571-18.286 34.857-44 74.857 9.143 4 28.571 12 36.571 16 9.714 4.571 77.714 33.143 81.143 34.286s9.714 27.429 8.571 32zM256.571 338.286c1.714 9.714-1.143 13.714-2.286 16-5.714 10.857-20 18.286-28.571 21.714s-22.857 6.857-34.286 6.857c-5.143-0.571-15.429-2.286-28-14.857-6.857-7.429-12-27.429-9.714-25.143s18.857 4.571 26.286 2.857 25.143-6.857 33.143-9.143c8.571-2.857 25.714-7.429 31.429-8 5.714 0 10.286 2.286 12 9.714zM655.429 412l36 129.714-79.429-24zM22.286 869.143l396.571-132.571v-589.714l-396.571 133.143v589.143zM731.429 688l58.286 17.714-103.429-375.429-57.143-17.714-123.429 306.286 58.286 17.714 25.714-62.857 120.571 37.143zM444 138.286l327.429 105.143v-217.143zM621.714 894.286l90.286 7.429-30.857 91.429-22.857-37.714c-46.286 29.714-103.429 52.571-157.714 61.714-16.571 3.429-35.429 6.857-52 6.857h-48c-60.571 0-170.857-36-218.857-70.857-3.429-2.857-4.571-5.143-4.571-9.143 0-6.286 4.571-10.857 10.286-10.857 5.143 0 32 16.571 39.429 20 51.429 25.714 123.429 49.143 181.143 49.143 71.429 0 120-9.143 185.143-37.143 18.857-8.571 35.429-19.429 53.143-29.143zM877.714 277.714v616.571c-441.714-140.571-442.286-140.571-442.286-140.571-9.143 4-418.857 142.286-424.571 142.286-4.571 0-8.571-2.857-10.286-7.429 0-0.571-0.571-1.143-0.571-1.714v-616c0.571-1.714 1.143-4.571 2.286-5.714 3.429-4 8-5.143 11.429-6.286 1.714-0.571 36.571-12 85.143-28.571v-219.429l318.857 113.143c4-1.143 359.429-124 364.571-124 6.286 0 11.429 4.571 11.429 12v238.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "language" + ], + "defaultCode": 61867, + "grid": 14 + }, + { + "id": 388, + "paths": [ + "M164.571 219.429c50.286 0 91.429 41.143 91.429 91.429v621.714c0 50.286-41.143 91.429-91.429 91.429h-73.143c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h73.143zM950.857 312.571c43.429 25.143 73.143 72.571 73.143 126.286v438.857c0 80.571-65.714 146.286-146.286 146.286h-493.714c-50.286 0-91.429-41.143-91.429-91.429v-877.714c0-30.286 24.571-54.857 54.857-54.857h384c30.286 0 72.571 17.714 93.714 38.857l86.857 86.857c21.143 21.143 38.857 63.429 38.857 93.714v93.143zM530.286 877.714v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM530.286 731.429v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM530.286 585.143v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM676.571 877.714v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM676.571 731.429v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM676.571 585.143v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM822.857 877.714v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM822.857 731.429v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM822.857 585.143v-73.143c0-10.286-8-18.286-18.286-18.286h-73.143c-10.286 0-18.286 8-18.286 18.286v73.143c0 10.286 8 18.286 18.286 18.286h73.143c10.286 0 18.286-8 18.286-18.286zM877.714 365.714v-146.286h-91.429c-30.286 0-54.857-24.571-54.857-54.857v-91.429h-365.714v292.571h512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fax" + ], + "defaultCode": 61868, + "grid": 14 + }, + { + "id": 389, + "paths": [ + "M768 0c20 0 36.571 16.571 36.571 36.571v950.857c0 20-16.571 36.571-36.571 36.571h-731.429c-20 0-36.571-16.571-36.571-36.571v-950.857c0-20 16.571-36.571 36.571-36.571h731.429zM292.571 164.571v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286zM292.571 310.857v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286zM292.571 457.143v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286zM292.571 603.429v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286zM219.429 786.286v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM219.429 640v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM219.429 493.714v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM219.429 347.429v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM219.429 201.143v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM512 932.571v-109.714c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v109.714c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM512 640v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM512 493.714v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM512 347.429v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM512 201.143v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM658.286 786.286v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM658.286 640v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM658.286 493.714v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM658.286 347.429v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM658.286 201.143v-36.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "building" + ], + "defaultCode": 61869, + "grid": 14 + }, + { + "id": 390, + "paths": [ + "M678.857 313.143l-166.857 166.857v470.857c0 35.429-28.571 64-64 64s-64-28.571-64-64v-219.429h-36.571v219.429c0 35.429-28.571 64-64 64s-64-28.571-64-64v-470.857l-166.857-166.857c-21.143-21.714-21.143-56 0-77.714 21.714-21.143 56-21.143 77.714 0l130.286 130.286h210.286l130.286-130.286c21.714-21.143 56-21.143 77.714 0 21.143 21.714 21.143 56 0 77.714zM493.714 219.429c0 70.857-57.143 128-128 128s-128-57.143-128-128 57.143-128 128-128 128 57.143 128 128z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "child" + ], + "defaultCode": 61870, + "grid": 14 + }, + { + "id": 391, + "paths": [ + "M445.714 269.714c0 64-33.143 140-106.857 140-92.571 0-148.571-116.571-148.571-196.571 0-64 33.143-140 106.857-140 93.143 0 148.571 116.571 148.571 196.571zM250.286 545.714c0 55.429-29.143 113.143-92 113.143-91.429 0-158.286-112-158.286-194.857 0-55.429 29.714-113.714 92-113.714 91.429 0 158.286 112.571 158.286 195.429zM475.429 530.286c140 0 329.143 201.714 329.143 336.571 0 72.571-59.429 84-117.714 84-76.571 0-138.286-51.429-211.429-51.429-76.571 0-141.714 50.857-224.571 50.857-55.429 0-104.571-18.857-104.571-83.429 0-135.429 189.143-336.571 329.143-336.571zM612 409.714c-73.714 0-106.857-76-106.857-140 0-80 55.429-196.571 148.571-196.571 73.714 0 106.857 76 106.857 140 0 80-56 196.571-148.571 196.571zM858.857 350.286c62.286 0 92 58.286 92 113.714 0 82.857-66.857 194.857-158.286 194.857-62.857 0-92-57.714-92-113.143 0-82.857 66.857-195.429 158.286-195.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paw" + ], + "defaultCode": 61872, + "grid": 14 + }, + { + "id": 392, + "paths": [ + "M402.286 301.714c0 114.286-49.714 189.143-119.429 216.571l25.714 469.143c1.143 20-14.286 36.571-34.286 36.571h-109.714c-20 0-35.429-16.571-34.286-36.571l25.714-469.143c-69.714-27.429-119.429-102.286-119.429-216.571 0-146.286 81.714-301.714 182.857-301.714s182.857 155.429 182.857 301.714z" + ], + "width": 438.85714285714283, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spoon" + ], + "defaultCode": 61873, + "grid": 14 + }, + { + "id": 393, + "paths": [ + "M512 930.857l365.714-199.429v-363.429l-365.714 133.143v429.714zM475.429 436.571l398.857-145.143-398.857-145.143-398.857 145.143zM950.857 292.571v438.857c0 26.857-14.857 51.429-38.286 64l-402.286 219.429c-10.857 6.286-22.857 9.143-34.857 9.143s-24-2.857-34.857-9.143l-402.286-219.429c-23.429-12.571-38.286-37.143-38.286-64v-438.857c0-30.857 19.429-58.286 48-68.571l402.286-146.286c8-2.857 16.571-4.571 25.143-4.571s17.143 1.714 25.143 4.571l402.286 146.286c28.571 10.286 48 37.714 48 68.571z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cube" + ], + "defaultCode": 61874, + "grid": 14 + }, + { + "id": 394, + "paths": [ + "M365.714 932.571l219.429-109.714v-179.429l-219.429 93.714v195.429zM329.143 673.143l230.857-98.857-230.857-98.857-230.857 98.857zM950.857 932.571l219.429-109.714v-179.429l-219.429 93.714v195.429zM914.286 673.143l230.857-98.857-230.857-98.857-230.857 98.857zM658.286 505.714l219.429-94.286v-152l-219.429 93.714v152.571zM621.714 289.143l252-108-252-108-252 108zM1243.429 585.143v237.714c0 27.429-15.429 53.143-40.571 65.143l-256 128c-10.286 5.714-21.143 8-32.571 8s-22.286-2.286-32.571-8l-256-128c-1.714-0.571-2.857-1.143-4-2.286-1.143 1.143-2.286 1.714-4 2.286l-256 128c-10.286 5.714-21.143 8-32.571 8s-22.286-2.286-32.571-8l-256-128c-25.143-12-40.571-37.714-40.571-65.143v-237.714c0-29.143 17.714-55.429 44.571-67.429l248-106.286v-228.571c0-29.143 17.714-55.429 44.571-67.429l256-109.714c9.143-4 18.857-5.714 28.571-5.714s19.429 1.714 28.571 5.714l256 109.714c26.857 12 44.571 38.286 44.571 67.429v228.571l248 106.286c27.429 12 44.571 38.286 44.571 67.429z" + ], + "width": 1243.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cubes" + ], + "defaultCode": 61875, + "grid": 14 + }, + { + "id": 395, + "paths": [ + "M1056 193.714h-292v70.857h292v-70.857zM912 437.143c-68.571 0-114.286 42.857-118.857 111.429h233.143c-6.286-69.143-42.286-111.429-114.286-111.429zM921.143 771.429c43.429 0 99.429-23.429 113.143-68h126.286c-38.857 119.429-119.429 175.429-244 175.429-164.571 0-266.857-111.429-266.857-273.714 0-156.571 108-276 266.857-276 163.429 0 253.714 128.571 253.714 282.857 0 9.143-0.571 18.286-1.143 26.857h-376c0 83.429 44 132.571 128 132.571zM158.286 742.857h169.143c64.571 0 117.143-22.857 117.143-95.429 0-73.714-44-102.857-113.714-102.857h-172.571v198.286zM158.286 436h160.571c56.571 0 96.571-24.571 96.571-85.714 0-66.286-51.429-82.286-108.571-82.286h-148.571v168zM0 145.143h339.429c123.429 0 230.286 34.857 230.286 178.286 0 72.571-33.714 119.429-98.286 150.286 88.571 25.143 131.429 92 131.429 182.286 0 146.286-122.857 209.143-253.714 209.143h-349.143v-720z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "behance" + ], + "defaultCode": 61876, + "grid": 14 + }, + { + "id": 396, + "paths": [ + "M713.143 73.143c90.857 0 164.571 73.714 164.571 164.571v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571zM285.143 282.857h-212v449.714h218.286c81.714 0 158.286-38.857 158.286-130.286 0-56.571-26.857-98.286-81.714-114.286 40-19.429 61.143-48.571 61.143-93.714 0-89.714-66.857-111.429-144-111.429zM272.571 464.571h-100.571v-105.143h93.143c35.429 0 68 9.714 68 51.429 0 38.286-25.143 53.714-60.571 53.714zM277.714 656h-105.714v-124h108c43.429 0 70.857 18.857 70.857 64.571s-32.571 59.429-73.143 59.429zM649.143 674.286c-52.571 0-80-30.857-80-82.857h234.857c0.571-5.714 0.571-11.429 0.571-17.143 0-96-56.571-176.571-158.857-176.571-98.857 0-166.857 74.857-166.857 172.571 0 101.714 64 170.857 166.857 170.857 78.286 0 128.571-34.857 152.571-109.143h-78.857c-8.571 27.429-43.429 42.286-70.286 42.286zM643.429 465.143c44.571 0 66.857 26.857 70.857 69.714h-145.143c2.857-42.857 31.429-69.714 74.286-69.714zM550.857 313.143h182.286v44h-182.286v-44z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "behance-square" + ], + "defaultCode": 61877, + "grid": 14 + }, + { + "id": 397, + "paths": [ + "M904 332.571c0 77.143-62.857 139.429-139.429 139.429-77.143 0-139.429-62.286-139.429-139.429s62.286-139.429 139.429-139.429c76.571 0 139.429 62.286 139.429 139.429zM464 756.571c0-79.429-63.429-142.857-142.857-142.857-10.286 0-20.571 1.143-30.857 3.429l59.429 24c58.286 23.429 86.857 89.143 63.429 147.429s-89.714 86.857-148 62.857c-23.429-9.143-46.857-18.857-70.286-28 24 45.143 71.429 76 126.286 76 79.429 0 142.857-63.429 142.857-142.857zM938.286 333.143c0-96-78.286-174.286-174.286-174.286-96.571 0-174.857 78.286-174.857 174.286 0 96.571 78.286 174.286 174.857 174.286 96 0 174.286-77.714 174.286-174.286zM1024 333.143c0 144-116.571 260-260 260l-249.714 182.286c-9.143 98.286-92.571 175.429-193.143 175.429-92.571 0-170.857-65.714-189.714-153.143l-131.429-52.571v-245.143l222.286 89.714c29.143-17.714 62.857-27.429 98.857-27.429 6.857 0 13.714 0.571 20 1.143l162.286-232.571c1.143-142.286 117.714-257.714 260.571-257.714 143.429 0 260 116.571 260 260z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "steam" + ], + "defaultCode": 61878, + "grid": 14 + }, + { + "id": 398, + "paths": [ + "M709.714 369.714c0-60.571-49.714-110.286-110.857-110.286-60.571 0-110.286 49.714-110.286 110.286 0 61.143 49.714 110.286 110.286 110.286 61.143 0 110.857-49.143 110.857-110.286zM361.143 705.714c0 62.857-50.286 113.143-113.143 113.143-43.429 0-81.143-24.571-100-60.571 18.857 7.429 37.143 14.857 56 22.857 45.714 18.286 98.286-4 117.143-50.286 18.286-45.714-4-98.286-50.286-116.571l-46.857-18.857c7.429-1.714 16-2.857 24-2.857 62.857 0 113.143 50.286 113.143 113.143zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-87.429l98.286 39.429c14.857 69.143 76.571 121.143 149.714 121.143 80 0 145.714-61.143 153.143-138.857l197.143-144c114.286 0 206.286-92.571 206.286-205.714 0-114.286-92-206.286-206.286-206.286-112.571 0-204.571 91.429-205.714 204l-128.571 184c-5.143-0.571-10.286-0.571-16-0.571-28.571 0-55.429 7.429-78.286 21.143l-169.714-68v-267.429c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571zM736.571 370.857c0 76-61.714 137.714-138.286 137.714-76 0-137.714-61.714-137.714-137.714 0-76.571 61.714-138.286 137.714-138.286 76.571 0 138.286 61.714 138.286 138.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "steam-square" + ], + "defaultCode": 61879, + "grid": 14 + }, + { + "id": 399, + "paths": [ + "M477.714 668l-8.571 210.286-1.143 12.571-240-16.571c-29.714-2.286-54.286-30.286-65.143-55.429-22.857-53.143 6.857-116 24-166.857 0 0 44 6.857 290.857 16zM256.571 333.143l102.857 216.571-84-52.571c-128.571 146.857-140.571 256-140.571 256l-108.571-204c-22.286-33.143-2.286-69.143-2.286-69.143s20-36 65.143-107.429l-80-49.143zM960 628.571l-107.429 205.143c-14.857 37.143-56 40.571-56 40.571s-40.571 4-125.143 6.857l4.571 93.714-131.429-209.714 120.571-206.857 4 98.857c193.714 23.429 290.857-28.571 290.857-28.571zM511.429 100.571c0 0-26.857 35.429-151.429 248.571l-181.143-106.857-10.857-6.857 128.571-203.429c16-25.143 52-34.286 80-31.429 57.143 5.143 98.286 60.571 134.857 100zM885.714 276l121.143 207.429c15.429 25.714 6.286 61.714-8.571 85.714-30.857 48-99.429 59.429-150.857 73.714 0 0-19.429-40.571-151.429-249.143l178.857-111.429zM804 146.857l81.143-47.429-125.714 213.143-239.429-11.429 86.286-49.143c-68.571-182.286-159.429-245.143-159.429-245.143l231.429 0.571c40-3.429 61.714 30.857 61.714 30.857s22.286 34.857 64 108.571z" + ], + "width": 1026.2674285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "recycle" + ], + "defaultCode": 61880, + "grid": 14 + }, + { + "id": 400, + "paths": [ + "M274.286 621.714c0-50.286-41.143-91.429-91.429-91.429s-91.429 41.143-91.429 91.429 41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429zM294.857 438.857h580.571l-50.857-204c-1.714-6.286-13.143-15.429-20-15.429h-438.857c-6.857 0-18.286 9.143-20 15.429zM1078.857 621.714c0-50.286-41.143-91.429-91.429-91.429s-91.429 41.143-91.429 91.429 41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429zM1170.286 566.857v219.429c0 10.286-8 18.286-18.286 18.286h-54.857v73.143c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714v-73.143h-585.143v73.143c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714v-73.143h-54.857c-10.286 0-18.286-8-18.286-18.286v-219.429c0-70.857 57.143-128 128-128h16l60-239.429c17.714-72 87.429-126.286 161.714-126.286h438.857c74.286 0 144 54.286 161.714 126.286l60 239.429h16c70.857 0 128 57.143 128 128z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "automobile", + "car" + ], + "defaultCode": 61881, + "grid": 14 + }, + { + "id": 401, + "paths": [ + "M1042.286 512c70.857 0 128 57.143 128 128v219.429c0 10.286-8 18.286-18.286 18.286h-54.857v36.571c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714v-36.571h-585.143v36.571c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714v-36.571h-54.857c-10.286 0-18.286-8-18.286-18.286v-219.429c0-70.857 57.143-128 128-128h16l60-239.429c17.714-72 87.429-126.286 161.714-126.286h73.143v-128c0-10.286 8-18.286 18.286-18.286h256c10.286 0 18.286 8 18.286 18.286v128h73.143c74.286 0 144 54.286 161.714 126.286l60 239.429h16zM182.857 786.286c50.286 0 91.429-41.143 91.429-91.429s-41.143-91.429-91.429-91.429-91.429 41.143-91.429 91.429 41.143 91.429 91.429 91.429zM294.857 512h580.571l-50.857-204c-1.714-6.286-13.143-15.429-20-15.429h-438.857c-6.857 0-18.286 9.143-20 15.429zM987.429 786.286c50.286 0 91.429-41.143 91.429-91.429s-41.143-91.429-91.429-91.429-91.429 41.143-91.429 91.429 41.143 91.429 91.429 91.429z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cab", + "taxi" + ], + "defaultCode": 61882, + "grid": 14 + }, + { + "id": 402, + "paths": [ + "M859.429 841.143c0 20-16.571 36.571-36.571 36.571h-264c1.714 36.571 6.286 74.857 6.286 112 0 18.857-15.429 34.286-34.857 34.286h-182.857c-19.429 0-34.857-15.429-34.857-34.286 0-37.143 4.571-75.429 6.286-112h-264c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l229.714-230.286h-130.857c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l229.714-230.286h-112.571c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l219.429-219.429c6.857-6.857 16-10.857 25.714-10.857s18.857 4 25.714 10.857l219.429 219.429c6.857 6.857 10.857 16 10.857 25.714 0 20-16.571 36.571-36.571 36.571h-112.571l229.714 230.286c6.857 6.857 10.857 16 10.857 25.714 0 20-16.571 36.571-36.571 36.571h-130.857l229.714 230.286c6.857 6.857 10.857 16 10.857 25.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tree" + ], + "defaultCode": 61883, + "grid": 14 + }, + { + "id": 403, + "paths": [ + "M644 691.429c0-16-6.286-22.286-17.143-29.143-73.714-44-159.429-65.714-255.429-65.714-56 0-109.714 7.429-164 19.429-13.143 2.857-24 11.429-24 29.714 0 14.286 10.857 28 28 28 5.143 0 14.286-2.857 21.143-4.571 44.571-9.143 91.429-15.429 138.857-15.429 84 0 163.429 20.571 226.857 58.857 6.857 4 11.429 6.286 18.857 6.286 14.286 0 26.857-11.429 26.857-27.429zM698.857 568.571c0-15.429-5.714-26.286-20-34.857-87.429-52-198.286-80.571-313.143-80.571-73.714 0-124 10.286-173.143 24-18.286 5.143-27.429 17.714-27.429 36.571s15.429 34.286 34.286 34.286c8 0 12.571-2.286 21.143-4.571 40-10.857 88-18.857 143.429-18.857 108.571 0 207.429 28.571 278.857 70.857 6.286 3.429 12.571 7.429 21.714 7.429 19.429 0 34.286-15.429 34.286-34.286zM760.571 426.857c0-21.143-9.143-32-22.857-40-98.857-57.714-234.286-84.571-363.429-84.571-76 0-145.714 8.571-208 26.857-16 4.571-30.857 18.286-30.857 42.286 0 23.429 17.714 41.714 41.143 41.714 8.571 0 16.571-2.857 22.857-4.571 55.429-15.429 115.429-21.143 175.429-21.143 118.857 0 242.286 26.286 321.714 73.714 8 4.571 13.714 6.857 22.857 6.857 21.714 0 41.143-17.143 41.143-41.143zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spotify" + ], + "defaultCode": 61884, + "grid": 14 + }, + { + "id": 404, + "paths": [ + "M585.143 173.143l-173.143 332.571 13.714 17.714h159.429v237.143h-289.714l-25.143 17.143-81.143 156c-0.571 0-16 16-17.143 17.143h-172v-173.143l173.143-333.143-13.714-17.143h-159.429v-237.143h289.714l25.143-17.143 81.143-156c0.571 0 16-16 17.143-17.143h172v173.143z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "deviantart" + ], + "defaultCode": 61885, + "grid": 14 + }, + { + "id": 405, + "paths": [ + "M448 784l9.143-137.714-9.143-298.857c-0.571-7.429-6.286-13.714-13.714-13.714-6.857 0-13.143 6.286-13.143 13.714l-8 298.857 8 137.714c0.571 7.429 6.286 13.143 13.143 13.143 7.429 0 13.143-5.714 13.714-13.143zM617.143 767.429l6.286-120.571-6.857-334.857c0-5.714-2.857-10.857-7.429-13.714-2.857-1.714-5.714-2.857-9.143-2.857s-6.286 1.143-9.143 2.857c-4.571 2.857-7.429 8-7.429 13.714l-0.571 3.429-5.714 330.857s0 0.571 6.286 134.857v0.571c0 3.429 1.143 6.857 3.429 9.714 3.429 4 8 6.286 13.143 6.286 4.571 0 8.571-2.286 11.429-5.143 3.429-2.857 5.143-6.857 5.143-11.429zM20 573.143l11.429 73.143-11.429 72c-0.571 2.857-2.286 5.143-5.143 5.143s-4.571-2.286-5.143-5.143l-9.714-72 9.714-73.143c0.571-2.857 2.286-5.143 5.143-5.143s4.571 2.286 5.143 5.143zM69.143 528l14.857 118.286-14.857 116c-0.571 2.857-2.857 5.143-5.714 5.143s-5.143-2.286-5.143-5.714l-13.143-115.429 13.143-118.286c0-2.857 2.286-5.143 5.143-5.143s5.143 2.286 5.714 5.143zM229.143 786.857v0 0zM121.714 506.286l14.286 140-14.286 135.429c0 3.429-2.857 6.286-6.286 6.286s-6.286-2.857-6.857-6.286l-12-135.429 12-140c0.571-4 3.429-6.857 6.857-6.857s6.286 2.857 6.286 6.857zM175.429 502.286l13.143 144-13.143 139.429c-0.571 4.571-4 7.429-8 7.429s-7.429-2.857-7.429-7.429l-12-139.429 12-144c0-4.571 3.429-7.429 7.429-7.429s7.429 2.857 8 7.429zM229.143 512.571l12 133.714-12 140.571c-0.571 5.143-4.571 9.143-9.143 9.143s-8.571-4-8.571-9.143l-11.429-140.571 11.429-133.714c0-4.571 4-8.571 8.571-8.571s8.571 4 9.143 8.571zM448 784v0 0zM282.857 429.143l12 217.143-12 140.571c0 5.714-4.571 10.286-9.714 10.286-5.714 0-9.714-4.571-10.286-10.286l-10.286-140.571 10.286-217.143c0.571-5.714 4.571-10.286 10.286-10.286 5.143 0 9.714 4.571 9.714 10.286zM336.571 380l10.857 267.429-10.857 139.429c0 6.286-5.143 10.857-10.857 10.857-6.286 0-10.857-4.571-11.429-10.857l-9.143-139.429 9.143-267.429c0.571-6.286 5.143-10.857 11.429-10.857 5.714 0 10.857 4.571 10.857 10.857zM392.571 357.143l10.286 289.143-10.286 138.286c-0.571 6.857-5.714 12-12.571 12-6.286 0-11.429-5.143-12-12l-9.143-138.286 9.143-289.143c0-6.857 5.714-12.571 12-12.571 6.857 0 12 5.714 12.571 12.571zM616.571 781.143v0 0 0 0 0 0zM503.429 354.857l8.571 291.429-8.571 136.571c0 8-6.286 14.286-14.286 14.286s-13.714-6.286-14.286-14.286l-8-136.571 8-291.429c0-8 6.286-14.286 14.286-14.286s14.286 6.286 14.286 14.286zM560 365.714l8 281.143-8 134.857c0 8.571-6.857 15.429-15.429 15.429s-15.429-6.857-16-15.429l-6.857-134.857 6.857-281.143c0.571-9.143 7.429-16 16-16s14.857 6.857 15.429 16zM681.143 646.857l-8 132c0 9.714-8 17.714-17.714 17.714s-17.714-8-18.286-17.714l-3.429-65.143-3.429-66.857 6.857-363.429v-1.714c0.571-5.143 2.857-10.286 6.857-13.714 2.857-2.286 6.857-4 11.429-4 2.857 0 6.286 1.143 8.571 2.857 5.143 2.857 8.571 8.571 9.143 14.857zM1316.571 636c0 89.143-72.571 161.143-161.714 161.143h-449.143c-9.714-1.143-17.714-8.571-17.714-18.857v-513.714c0-9.714 3.429-14.286 16-18.857 31.429-12.571 66.857-19.429 103.429-19.429 149.143 0 271.429 114.286 284.571 260 19.429-8 40.571-12.571 62.857-12.571 89.143 0 161.714 72.571 161.714 162.286z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "soundcloud" + ], + "defaultCode": 61886, + "grid": 14 + }, + { + "id": 406, + "paths": [ + "M438.857 438.857c172 0 344.571-30.857 438.857-97.143v97.143c0 80.571-196.571 146.286-438.857 146.286s-438.857-65.714-438.857-146.286v-97.143c94.286 66.286 266.857 97.143 438.857 97.143zM438.857 877.714c172 0 344.571-30.857 438.857-97.143v97.143c0 80.571-196.571 146.286-438.857 146.286s-438.857-65.714-438.857-146.286v-97.143c94.286 66.286 266.857 97.143 438.857 97.143zM438.857 658.286c172 0 344.571-30.857 438.857-97.143v97.143c0 80.571-196.571 146.286-438.857 146.286s-438.857-65.714-438.857-146.286v-97.143c94.286 66.286 266.857 97.143 438.857 97.143zM438.857 0c242.286 0 438.857 65.714 438.857 146.286v73.143c0 80.571-196.571 146.286-438.857 146.286s-438.857-65.714-438.857-146.286v-73.143c0-80.571 196.571-146.286 438.857-146.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "database" + ], + "defaultCode": 61888, + "grid": 14 + }, + { + "id": 407, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM510.857 612c14.286 11.429 30.286 21.714 48 32 24-2.857 46.286-4 66.857-4 38.286 0 86.857 4.571 101.143 28 4 5.714 7.429 16 1.143 29.714-0.571 0.571-1.143 1.714-1.714 2.286v0.571c-1.714 10.286-10.286 21.714-40.571 21.714-36.571 0-92-16.571-140-41.714-79.429 8.571-162.857 26.286-224 47.429-58.857 100.571-104 149.714-138.286 149.714-5.714 0-10.857-1.143-16-4l-13.714-6.857c-1.714-0.571-2.286-1.714-3.429-2.857-2.857-2.857-5.143-9.143-3.429-20.571 5.714-26.286 36.571-70.286 107.429-107.429 4.571-2.857 10.286-1.143 13.143 3.429 0.571 0.571 1.143 1.714 1.143 2.286 17.714-29.143 38.286-66.286 61.143-112.571 25.714-51.429 45.714-101.714 59.429-149.714-18.286-62.286-24-126.286-13.714-164 4-14.286 12.571-22.857 24-22.857h12.571c8.571 0 15.429 2.857 20 8.571 6.857 8 8.571 20.571 5.143 38.857-0.571 1.714-1.143 3.429-2.286 4.571 0.571 1.714 0.571 2.857 0.571 4.571v17.143c-0.571 36-1.143 70.286-8 109.714 20 60 49.714 108.571 83.429 136zM181.714 846.857c17.143-8 41.714-32.571 78.286-90.286-42.857 33.143-69.714 70.857-78.286 90.286zM409.143 321.143c-5.714 16-5.714 43.429-1.143 75.429 1.714-9.143 2.857-17.714 4-25.143 1.143-9.714 2.857-17.714 4-24.571 0.571-1.714 1.143-2.857 2.286-4.571-0.571-0.571-0.571-1.714-1.143-2.857-0.571-10.286-4-16.571-7.429-20.571 0 1.143-0.571 1.714-0.571 2.286zM338.286 698.857c50.286-20 106.286-36 162.286-46.286-5.714-4.571-11.429-8.571-16.571-13.143-28-24.571-53.143-58.857-72.571-100.571-10.857 34.857-26.857 72-47.429 112.571-8.571 16-17.143 32-25.714 47.429zM707.429 689.714c-2.857-2.857-17.714-13.714-80-13.714 28 10.286 53.714 16 70.857 16 5.143 0 8 0 10.286-0.571 0-0.571-0.571-1.143-1.143-1.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-pdf-o" + ], + "defaultCode": 61889, + "grid": 14 + }, + { + "id": 408, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM133.143 438.857v61.143h40l93.714 377.714h90.857l73.143-277.143c2.857-8.571 4.571-17.143 5.714-26.286 0.571-4.571 1.143-9.143 1.143-13.714h2.286l1.714 13.714c1.714 8 2.286 17.143 5.143 26.286l73.143 277.143h90.857l93.714-377.714h40v-61.143h-171.429v61.143h51.429l-56.571 250.286c-2.286 9.143-3.429 18.857-4 26.286l-1.143 12h-2.286c0-3.429-1.143-8-1.714-12-1.714-7.429-2.857-17.143-5.143-26.286l-82.286-311.429h-65.143l-82.286 311.429c-2.286 9.143-2.857 18.857-4.571 26.286l-2.286 12h-2.286l-1.143-12c-0.571-7.429-1.714-17.143-4-26.286l-56.571-250.286h51.429v-61.143h-171.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-word-o" + ], + "defaultCode": 61890, + "grid": 14 + }, + { + "id": 409, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM245.143 817.143v60.571h160.571v-60.571h-42.857l58.857-92c6.857-10.857 10.286-19.429 12-19.429h1.143c0.571 2.286 1.714 4 2.857 5.714 2.286 4.571 5.714 8 9.714 13.714l61.143 92h-43.429v60.571h166.286v-60.571h-38.857l-109.714-156 111.429-161.143h38.286v-61.143h-159.429v61.143h42.286l-58.857 90.857c-6.857 10.857-12 19.429-12 18.857h-1.143c-0.571-2.286-1.714-4-2.857-5.714-2.286-4-5.143-8-9.714-13.143l-60.571-90.857h43.429v-61.143h-165.714v61.143h38.857l108 155.429-110.857 161.714h-38.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-excel-o" + ], + "defaultCode": 61891, + "grid": 14 + }, + { + "id": 410, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM237.714 817.143v60.571h186.857v-60.571h-53.143v-95.429h78.286c24.571 0 46.857-1.143 67.429-8.571 51.429-17.714 83.429-70.857 83.429-133.143s-30.857-110.286-78.286-130.286c-21.714-8.571-48-10.857-74.286-10.857h-210.286v61.143h52.571v317.143h-52.571zM439.429 657.143h-68v-153.143h68.571c20 0 35.429 3.429 47.429 10.286 20.571 12 32 35.429 32 65.714 0 32-11.429 56.571-35.429 68.571-12 5.714-26.857 8.571-44.571 8.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-powerpoint-o" + ], + "defaultCode": 61892, + "grid": 14 + }, + { + "id": 411, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM731.429 694.857v182.857h-585.143v-109.714l109.714-109.714 73.143 73.143 219.429-219.429zM256 585.143c-60.571 0-109.714-49.143-109.714-109.714s49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714-49.143 109.714-109.714 109.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-image-o", + "file-photo-o", + "file-picture-o" + ], + "defaultCode": 61893, + "grid": 14 + }, + { + "id": 412, + "paths": [ + "M365.714 219.429v-73.143h-73.143v73.143h73.143zM438.857 292.571v-73.143h-73.143v73.143h73.143zM365.714 365.714v-73.143h-73.143v73.143h73.143zM438.857 438.857v-73.143h-73.143v73.143h73.143zM838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-73.143v73.143h-73.143v-73.143h-292.571v877.714h731.429zM446.286 538.857c48.571 164 61.143 199.429 61.143 199.429 2.857 9.714 4.571 19.429 4.571 29.714 0 63.429-61.714 109.714-146.286 109.714s-146.286-46.286-146.286-109.714c0-10.286 1.714-20 4.571-29.714 0 0 12-35.429 68.571-226.286v-73.143h73.143v73.143h45.143c16.571 0 30.857 10.857 35.429 26.857zM365.714 804.571c40.571 0 73.143-16.571 73.143-36.571s-32.571-36.571-73.143-36.571-73.143 16.571-73.143 36.571 32.571 36.571 73.143 36.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-archive-o", + "file-zip-o" + ], + "defaultCode": 61894, + "grid": 14 + }, + { + "id": 413, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM354.286 485.714c6.857 2.857 11.429 9.714 11.429 17.143v310.857c0 7.429-4.571 14.286-11.429 17.143-2.286 0.571-4.571 1.143-6.857 1.143-4.571 0-9.143-1.714-13.143-5.143l-94.857-95.429h-74.857c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h74.857l94.857-95.429c5.714-5.143 13.143-6.857 20-4zM592.571 879.429c10.857 0 21.143-4.571 28.571-13.714 47.429-58.286 73.714-132 73.714-207.429s-26.286-149.143-73.714-207.429c-12.571-16-36-18.286-51.429-5.714-16 13.143-18.286 36-5.143 52 37.143 45.714 57.143 101.714 57.143 161.143s-20 115.429-57.143 161.143c-13.143 16-10.857 38.857 5.143 51.429 6.857 5.714 14.857 8.571 22.857 8.571zM472 794.857c9.714 0 19.429-4 26.857-11.429 32-34.286 49.714-78.286 49.714-125.143s-17.714-90.857-49.714-125.143c-13.714-14.857-37.143-15.429-52-1.714-14.286 13.714-15.429 37.143-1.143 52 18.857 20.571 29.714 46.857 29.714 74.857s-10.857 54.286-29.714 74.857c-14.286 14.857-13.143 38.286 1.143 52 7.429 6.286 16.571 9.714 25.143 9.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-audio-o", + "file-sound-o" + ], + "defaultCode": 61895, + "grid": 14 + }, + { + "id": 414, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM438.857 438.857c40 0 73.143 33.143 73.143 73.143v219.429c0 40-33.143 73.143-73.143 73.143h-219.429c-40 0-73.143-33.143-73.143-73.143v-219.429c0-40 33.143-73.143 73.143-73.143h219.429zM720 440c6.857 2.857 11.429 9.714 11.429 17.143v329.143c0 7.429-4.571 14.286-11.429 17.143-2.286 0.571-4.571 1.143-6.857 1.143-4.571 0-9.714-1.714-13.143-5.143l-151.429-152v-51.429l151.429-152c3.429-3.429 8.571-5.143 13.143-5.143 2.286 0 4.571 0.571 6.857 1.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-movie-o", + "file-video-o" + ], + "defaultCode": 61896, + "grid": 14 + }, + { + "id": 415, + "paths": [ + "M838.857 217.143c21.143 21.143 38.857 63.429 38.857 93.714v658.286c0 30.286-24.571 54.857-54.857 54.857h-768c-30.286 0-54.857-24.571-54.857-54.857v-914.286c0-30.286 24.571-54.857 54.857-54.857h512c30.286 0 72.571 17.714 93.714 38.857zM585.143 77.714v214.857h214.857c-3.429-9.714-8.571-19.429-12.571-23.429l-178.857-178.857c-4-4-13.714-9.143-23.429-12.571zM804.571 950.857v-585.143h-237.714c-30.286 0-54.857-24.571-54.857-54.857v-237.714h-438.857v877.714h731.429zM274.286 438.857c6.286-8 17.714-9.714 25.714-3.429l29.143 21.714c8 6.286 9.714 17.714 3.429 25.714l-104 138.857 104 138.857c6.286 8 4.571 19.429-3.429 25.714l-29.143 21.714c-8 6.286-19.429 4.571-25.714-3.429l-129.143-172c-4.571-6.286-4.571-15.429 0-21.714zM732.571 610.857c4.571 6.286 4.571 15.429 0 21.714l-129.143 172c-6.286 8-17.714 9.714-25.714 3.429l-29.143-21.714c-8-6.286-9.714-17.714-3.429-25.714l104-138.857-104-138.857c-6.286-8-4.571-19.429 3.429-25.714l29.143-21.714c8-6.286 19.429-4.571 25.714 3.429zM378.286 874.286c-10.286-1.714-16.571-11.429-14.857-21.143l78.857-474.857c1.714-10.286 11.429-16.571 21.143-14.857l36 5.714c10.286 1.714 16.571 11.429 14.857 21.143l-78.857 474.857c-1.714 10.286-11.429 16.571-21.143 14.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-code-o" + ], + "defaultCode": 61897, + "grid": 14 + }, + { + "id": 416, + "paths": [ + "M855.429 472.571v113.143c-40 9.143-80 13.143-113.143 13.143-80 168-223.429 312-271.429 338.857-30.286 17.143-58.857 18.286-92.571-1.714-58.857-35.429-281.714-218.286-356-793.143h161.714c40.571 345.143 140 522.286 249.143 654.857 60.571-60.571 118.857-141.143 164-232-108-54.857-173.714-175.429-173.714-316 0-142.286 81.714-249.714 221.714-249.714 136 0 210.286 84.571 210.286 230.286 0 54.286-11.429 116-33.143 163.429 0 0-100.571 20-137.714-44.571 7.429-24.571 17.714-66.857 17.714-105.143 0-68-24.571-101.143-61.714-101.143-39.429 0-66.857 37.143-66.857 108.571 0 145.714 92.571 229.143 212.571 229.143 21.143 0 45.143-2.286 69.143-8z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vine" + ], + "defaultCode": 61898, + "grid": 14 + }, + { + "id": 417, + "paths": [ + "M123.429 668l344.571 229.714v-205.143l-190.857-127.429zM88 585.714l110.286-73.714-110.286-73.714v147.429zM556 897.714l344.571-229.714-153.714-102.857-190.857 127.429v205.143zM512 616l155.429-104-155.429-104-155.429 104zM277.143 458.857l190.857-127.429v-205.143l-344.571 229.714zM825.714 512l110.286 73.714v-147.429zM746.857 458.857l153.714-102.857-344.571-229.714v205.143zM1024 356v312c0 14.286-7.429 28.571-19.429 36.571l-468 312c-7.429 4.571-16 7.429-24.571 7.429s-17.143-2.857-24.571-7.429l-468-312c-12-8-19.429-22.286-19.429-36.571v-312c0-14.286 7.429-28.571 19.429-36.571l468-312c7.429-4.571 16-7.429 24.571-7.429s17.143 2.857 24.571 7.429l468 312c12 8 19.429 22.286 19.429 36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "codepen" + ], + "defaultCode": 61899, + "grid": 14 + }, + { + "id": 418, + "paths": [ + "M1028.571 441.143c82.857 34.286 141.714 115.429 141.714 209.714 0 125.143-103.429 226.857-230.286 226.857-4.571 0-8.571-0.571-12.571-0.571h-695.429c-128-7.429-232-105.143-232-232 0-85.143 46.286-159.429 115.429-200-4.571-14.857-6.857-30.286-6.857-46.857 0-87.429 71.429-158.286 160.571-158.286 36.571 0 70.857 12.571 98.286 33.143 56-115.429 174.857-195.429 313.714-195.429 192.571 0 348 153.714 348 342.857 0 6.857-0.571 13.714-0.571 20.571zM267.429 593.143c0 96.571 76 150.857 166.857 150.857 56 0 96.571-17.714 137.143-56.571-16.571-20.571-34.857-40.571-52-61.143-23.429 22.857-49.143 37.143-82.286 37.143-40.571 0-75.429-26.857-75.429-69.143 0-41.714 34.857-69.143 74.286-69.143 125.714 0 152.571 219.429 335.429 219.429 89.143 0 164.571-56 164.571-149.714 0-94.857-76-150.286-166.286-150.286-56 0-97.714 16-137.714 55.429 18.286 20 35.429 41.143 53.143 61.714 22.857-22.286 48.571-36.571 81.143-36.571 37.714 0 75.429 26.857 75.429 66.857 0 44-32 72-74.857 72-121.714 0-154.286-219.429-332.571-219.429-88.571 0-166.857 54.286-166.857 148.571z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "jsfiddle" + ], + "defaultCode": 61900, + "grid": 14 + }, + { + "id": 419, + "paths": [ + "M512 0c282.857 0 512 229.143 512 512s-229.143 512-512 512-512-229.143-512-512 229.143-512 512-512zM512 73.143c-74.286 0-144.571 18.857-206.286 51.429l110.857 110.857c30.286-10.286 62.286-16 95.429-16 33.714 0 65.143 5.714 95.429 16l110.857-110.857c-61.714-32.571-132-51.429-206.286-51.429zM124.571 718.286l110.857-110.857c-10.286-30.286-16-62.286-16-95.429 0-33.714 5.714-65.143 16-95.429l-110.857-110.857c-32.571 61.714-51.429 132-51.429 206.286s18.857 144.571 51.429 206.286zM512 950.857c74.286 0 144.571-18.857 206.286-51.429l-110.857-110.857c-30.286 10.286-61.714 16-95.429 16-33.143 0-65.143-5.714-95.429-16l-110.857 110.857c61.714 32.571 132 51.429 206.286 51.429zM512 731.429c121.143 0 219.429-98.286 219.429-219.429s-98.286-219.429-219.429-219.429-219.429 98.286-219.429 219.429 98.286 219.429 219.429 219.429zM788.571 607.429l110.857 110.857c32.571-61.714 51.429-132 51.429-206.286s-18.857-144.571-51.429-206.286l-110.857 110.857c10.286 30.286 16 62.286 16 95.429s-5.714 65.143-16 95.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "life-bouy", + "life-buoy", + "life-ring", + "life-saver", + "support" + ], + "defaultCode": 61901, + "grid": 14 + }, + { + "id": 420, + "paths": [ + "M1005.714 512c0 272.571-221.143 493.714-493.714 493.714s-493.714-221.143-493.714-493.714c0-248 182.857-453.143 420.571-488.571v130.286c-166.857 33.714-292.571 181.714-292.571 358.286 0 201.714 164 365.714 365.714 365.714s365.714-164 365.714-365.714c0-176.571-125.714-324.571-292.571-358.286v-130.286c237.714 35.429 420.571 240.571 420.571 488.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle-o-notch" + ], + "defaultCode": 61902, + "grid": 14 + }, + { + "id": 421, + "paths": [ + "M10.857 499.429c5.714-163.429 89.143-314.286 240.571-413.714 0.571 0 4-1.143 2.286 1.714-12 11.429-229.714 268-29.143 467.429 102.857 102.286 185.714 5.143 185.714 5.143 79.429-103.429-1.143-260-1.143-260-20.571-51.429-94.286-82.857-94.286-82.857l59.429-65.714c50.286 21.714 89.143 80 89.143 80 1.714-61.143-45.143-126.857-45.143-126.857l92-104.571 91.429 103.429c-42.286 59.429-45.143 129.143-45.143 129.143 28.571-47.429 89.714-81.143 89.714-81.143l58.857 65.714c-56.571 18.286-93.714 82.286-93.714 82.286-32.571 58.857-56 184.571 1.143 262.857 66.857 92 181.143-5.714 181.143-5.714 212-189.714-21.714-464.571-21.714-464.571-12.571-11.429 1.714-5.714 1.714-5.714 103.429 75.429 236.571 174.286 240 422.857 4 300.571-206.286 514.857-500.571 514.857-287.429 0-510.857-240-502.286-524.571z" + ], + "width": 1019.9771428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ra", + "rebel", + "resistance" + ], + "defaultCode": 61904, + "grid": 14 + }, + { + "id": 422, + "paths": [ + "M499.429 936v37.714c-161.143-4.571-302.286-91.429-381.714-220l33.143-19.429c12 20 26.286 38.857 41.714 56.571l37.143-32.571c53.714 61.143 126.857 104.571 210.286 121.143l-9.714 49.143c22.286 4 45.714 6.857 69.143 7.429zM157.714 633.143l-47.429 16c8 22.286 17.143 43.429 28 64l-32.571 18.857c-35.429-65.143-56-140.571-56-220s20.571-154.857 56-220l32.571 18.857c-10.857 20-20.571 41.714-28 64l46.857 16c-13.143 37.714-20 78.857-20 121.143s7.429 83.429 20.571 121.143zM873.143 734.286l33.143 19.429c-79.429 128.571-220.571 215.429-381.714 220v-37.714c23.429-0.571 46.857-3.429 69.143-7.429l-9.714-49.143c83.429-16.571 156.571-60 210.286-121.143l37.143 32.571c15.429-17.714 29.714-36.571 41.714-56.571zM786.857 417.714l-133.143 45.714c5.143 15.429 8 31.429 8 48.571s-2.857 33.143-8 48.571l132.571 45.714c-12 36-31.429 68.571-56 96.571l-105.714-92.571c-21.143 24.571-50.286 41.714-84 48.571l27.429 137.714c-17.714 3.429-36.571 5.714-56 5.714s-38.286-2.286-56-5.714l27.429-137.714c-33.714-6.857-62.857-24-84-48.571l-105.714 92.571c-24.571-28-44-60.571-56-96.571l132.571-45.714c-5.143-15.429-8-31.429-8-48.571s2.857-33.143 8-48.571l-133.143-45.714c12.571-36 32-68.571 56.571-96.571l105.714 92.571c21.143-24.571 50.286-42.286 84-49.143l-27.429-137.143c17.714-4 36.571-5.714 56-5.714s38.286 1.714 56 5.714l-27.429 137.143c33.714 6.857 62.857 24.571 84 49.143l105.714-92.571c24.571 28 44 60.571 56.571 96.571zM499.429 50.286v37.714c-23.429 0.571-46.857 2.857-69.143 7.429l9.714 49.143c-83.429 16-156.571 59.429-210.286 120.571l-37.143-32c-15.429 17.143-29.143 36-41.714 56l-32.571-18.857c79.429-129.143 220-215.429 381.143-220v0zM974.286 512c0 79.429-20.571 154.857-56 220l-32.571-18.857c10.857-20.571 20-41.714 28-64l-47.429-16c13.143-37.714 20.571-78.857 20.571-121.143s-6.857-83.429-20-121.143l46.857-16c-7.429-22.286-17.143-44-28-64l32.571-18.857c35.429 65.143 56 140.571 56 220zM905.714 270.286l-32.571 18.857c-12.571-20-26.286-38.857-41.714-56l-37.143 32c-53.714-61.143-126.857-104.571-210.286-120.571l9.714-49.143c-22.286-4.571-45.714-6.857-69.143-7.429v-37.714c161.143 4.571 301.714 90.857 381.143 220zM998.857 512c0-268.571-218.286-486.857-486.857-486.857v0c-268.571 0-486.857 218.286-486.857 486.857s218.286 486.857 486.857 486.857 486.857-218.286 486.857-486.857zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512v0c282.857 0 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "empire", + "ge" + ], + "defaultCode": 61905, + "grid": 14 + }, + { + "id": 423, + "paths": [ + "M332.571 747.429c0 30.857-28 37.714-53.143 37.714-24.571 0-61.143-4-61.143-36 0-31.429 30.857-36.571 56-36.571 24 0 58.286 4 58.286 34.857zM312 481.143c0 28.571-11.429 48.571-42.286 48.571-31.429 0-44-18.286-44-48s11.429-51.429 44-51.429c29.143 0 42.286 24 42.286 50.857zM406.857 438.286v-71.429c-24.571 9.143-50.857 16.571-77.143 16.571-18.857-10.857-40.571-16.571-62.857-16.571-65.143 0-116.571 48-116.571 114.286 0 35.429 23.429 84.571 58.857 96.571v1.714c-18.286 8-21.714 30.286-21.714 48.571 0 18.857 6.857 34.286 23.429 44v1.714c-38.857 12.571-64.571 37.143-64.571 79.429 0 72.571 69.143 93.143 129.714 93.143 73.143 0 128-26.857 128-107.429 0-57.143-52-74.286-99.429-82.857-16-2.857-43.429-14.286-43.429-34.286 0-18.857 10.286-26.857 28-29.714 58.286-11.429 95.429-56.571 95.429-116.571 0-10.286-2.286-20-5.714-29.714 9.143-2.286 18.857-4.571 28-7.429zM440.571 677.714h78.286c-1.143-15.429-1.143-31.429-1.143-46.857v-221.143c0-13.143 0-26.286 1.143-39.429h-78.286c1.714 13.143 1.714 27.429 1.714 40.571v224c0 14.286 0 28.571-1.714 42.857zM731.429 668.571v-69.143c-11.429 8-25.143 12-38.857 12-25.714 0-30.286-25.714-30.286-46.857v-128.571h29.714c10.286 0 20 1.143 30.286 1.143v-66.857h-60c0-19.429-1.143-38.857 1.714-58.286h-80c1.714 10.286 2.286 20.571 2.286 31.429v26.857h-34.286v66.857c6.857-0.571 13.714-1.714 21.143-1.714 4 0 8.571 0.571 13.143 0.571v1.143h-1.143v124c0 61.714 9.143 121.143 84.571 121.143 21.143 0 42.857-3.429 61.714-13.714zM528 265.143c0-26.857-20-52-48-52s-48.571 24.571-48.571 52c0 26.857 21.143 50.857 48.571 50.857s48-24.571 48-50.857zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "git-square" + ], + "defaultCode": 61906, + "grid": 14 + }, + { + "id": 424, + "paths": [ + "M340 865.143c0-50.286-55.429-57.143-94.286-57.143-40.571 0-90.286 8.571-90.286 59.429 0 51.429 58.857 57.714 98.286 57.714 41.714 0 86.286-10.286 86.286-60zM306.286 433.714c0-42.857-20.571-81.714-68-81.714-52.571 0-70.857 34.857-70.857 82.857 0 47.429 20.571 77.143 70.857 77.143 49.714 0 68-32 68-78.286zM460 248.571v115.429c-14.857 5.143-29.714 9.143-45.143 12.571 5.714 15.429 9.143 31.429 9.143 48 0 96.571-59.429 170.286-154.286 188-28.571 5.714-45.143 17.714-45.143 48.571 0 87.429 230.857 28 230.857 189.143 0 130.857-88.571 173.714-207.429 173.714-97.714 0-209.143-32.571-209.143-150.286 0-68.571 41.714-108 104-128.571v-2.286c-26.286-16-38.286-41.143-38.286-72 0-29.143 6.286-65.143 36-78.286v-2.286c-57.714-19.429-95.429-98.857-95.429-156.571 0-106.857 82.857-185.143 188.571-185.143 35.429 0 70.857 9.143 101.714 26.857 42.857 0 85.143-11.429 124.571-26.857zM641.714 752h-126.857c2.286-25.714 2.286-50.857 2.286-76.571v-348c0-24.571 0.571-49.143-2.286-73.143h126.857c-2.857 23.429-2.286 47.429-2.286 70.857v350.286c0 25.714 0 50.857 2.286 76.571zM985.143 625.143v112c-30.286 16.571-65.143 22.286-99.429 22.286-122.286 0-136.571-96.571-136.571-196v-200.571h1.143v-2.286c-7.429 0-14.286-1.143-21.143-1.143-11.429 0-22.857 1.714-33.714 3.429v-108.571h54.857v-43.429c0-17.143-0.571-34.286-3.429-50.857h129.714c-4.571 31.429-3.429 62.857-3.429 94.286h97.714v108.571c-16.571 0-33.143-2.286-49.143-2.286h-48.571v208.571c0 33.714 7.429 74.857 49.714 74.857 22.286 0 44-6.286 62.286-18.857zM656 84c0 42.857-33.143 82.857-77.143 82.857-45.143 0-78.857-39.429-78.857-82.857 0-44 33.143-84 78.857-84 45.143 0 77.143 41.143 77.143 84z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "git" + ], + "defaultCode": 61907, + "grid": 14 + }, + { + "id": 425, + "paths": [ + "M462.286 573.714l152-285.143h-64l-89.714 178.286s-13.714 27.429-25.143 52.571c-10.857-26.286-24-52.571-24-52.571l-88.571-178.286h-68.571l150.286 281.714v185.143h57.714v-181.714zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hacker-news", + "y-combinator-square", + "yc-square" + ], + "defaultCode": 61908, + "grid": 14 + }, + { + "id": 426, + "paths": [ + "M481.143 326.857c0 60.571-49.714 110.286-110.286 110.286-23.429 0-45.143-7.429-63.429-20-20.571 22.286-43.429 50.286-65.714 83.429-93.143 140-132.571 305.143-115.429 490.857 1.143 16.571-10.857 30.857-26.857 32.571h-2.857c-14.857 0-28-11.429-29.714-26.857-22.286-250.286 57.143-427.429 127.429-532 25.714-38.286 51.429-69.143 75.429-94.286-6.286-13.714-9.143-28.571-9.143-44 0-61.143 49.143-110.286 110.286-110.286 60.571 0 110.286 49.143 110.286 110.286zM698.857 333.143c0 183.429-149.143 332.571-333.143 332.571-25.143 0-50.286-2.857-74.857-8-16-4-25.714-20-22.286-36 4-15.429 19.429-25.714 35.429-22.286 20 5.143 41.143 7.429 61.714 7.429 150.857 0 273.714-122.857 273.714-273.714s-122.857-273.714-273.714-273.714-273.714 122.857-273.714 273.714c0 44 10.286 85.714 29.714 124.571 7.429 14.857 1.714 32.571-12.571 40-14.857 7.429-32.571 1.714-40-13.143-24-46.286-36.571-98.857-36.571-151.429 0-184 149.714-333.143 333.143-333.143 184 0 333.143 149.143 333.143 333.143z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tencent-weibo" + ], + "defaultCode": 61909, + "grid": 14 + }, + { + "id": 427, + "paths": [ + "M154.286 460.571c-4-9.714-4.571-19.429-4.571-29.714 0-16 10.286-41.714 20-53.714-0.571-14.857 5.714-45.143 17.143-54.857 0-105.714 81.714-238.857 177.143-284.571 58.857-28 120.571-37.714 185.143-37.714 50.286 0 105.143 12 152 31.429 134.286 56.571 164.571 161.714 193.143 296l0.571 2.857c16.571 25.143 31.429 54.857 31.429 85.714 0 15.429-10.286 30.857-10.286 44.571 0 1.143 3.429 5.714 4 6.857 49.143 72.571 93.714 151.429 93.714 241.714 0 20-10.857 89.714-42.857 89.714-22.286 0-46.857-54.286-54.857-69.143-0.571-0.571-1.143-0.571-1.714-0.571l-2.857 2.286c-18.286 47.429-38.286 92-75.429 127.429 32.571 31.429 85.143 28.571 94.857 82.857-2.857 6.286-1.714 13.143-6.286 19.429-32.571 49.143-120 55.429-172.571 55.429-69.714 0-126.286-18.286-192-37.714-13.714-4-34.286-1.714-49.143-3.429-34.857 38.286-120 48.571-169.143 48.571-43.429 0-211.429-2.857-211.429-77.143 0-32 6.857-41.143 29.143-61.714 17.714-3.429 30.857-13.143 51.429-14.286 2.857 0 5.143-0.571 8-1.143 0.571-0.571 1.143-0.571 1.143-2.286l-1.143-1.714c-39.429-9.143-94.857-108.571-103.429-149.714l-2.857-1.714c-4 0-5.714 8.571-6.857 11.429-12.571 29.143-42.286 60.571-75.429 64h-0.571c-4.571 0-2.857-4.571-6.286-5.714-8-18.857-13.143-36-13.143-57.143 0-114.286 54.857-198.857 144-266.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "qq" + ], + "defaultCode": 61910, + "grid": 14 + }, + { + "id": 428, + "paths": [ + "M331.429 263.429c0-31.429-20.571-52-52-52-30.857 0-62.286 20.571-62.286 52 0 30.857 31.429 51.429 62.286 51.429 31.429 0 52-20.571 52-51.429zM756 553.143c0-20.571-20.571-41.143-52-41.143-20.571 0-41.143 20.571-41.143 41.143 0 21.143 20.571 41.714 41.143 41.714 31.429 0 52-20.571 52-41.714zM621.143 263.429c0-31.429-20.571-52-51.429-52-31.429 0-62.286 20.571-62.286 52 0 30.857 30.857 51.429 62.286 51.429 30.857 0 51.429-20.571 51.429-51.429zM984 553.143c0-20.571-21.143-41.143-52-41.143-20.571 0-41.143 20.571-41.143 41.143 0 21.143 20.571 41.714 41.143 41.714 30.857 0 52-20.571 52-41.714zM832 326.286c-13.143-1.714-26.286-2.286-40-2.286-196.571 0-352 146.857-352 327.429 0 30.286 4.571 59.429 13.143 86.857-13.143 1.143-25.714 1.714-38.857 1.714-52 0-93.143-10.286-145.143-20.571l-144.571 72.571 41.143-124.571c-103.429-72.571-165.714-166.286-165.714-280 0-197.143 186.286-352 414.286-352 203.429 0 382.286 124 417.714 290.857zM1170.286 646.857c0 93.143-61.714 176-145.143 238.286l31.429 103.429-113.714-62.286c-41.714 10.286-83.429 21.143-124.571 21.143-197.143 0-352-134.857-352-300.571s154.857-300.571 352-300.571c186.286 0 352 134.857 352 300.571z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wechat", + "weixin" + ], + "defaultCode": 61911, + "grid": 14 + }, + { + "id": 429, + "paths": [ + "M1008 6.286c12 8.571 17.714 22.286 15.429 36.571l-146.286 877.714c-1.714 10.857-8.571 20-18.286 25.714-5.143 2.857-11.429 4.571-17.714 4.571-4.571 0-9.143-1.143-13.714-2.857l-258.857-105.714-138.286 168.571c-6.857 8.571-17.143 13.143-28 13.143-4 0-8.571-0.571-12.571-2.286-14.286-5.143-24-18.857-24-34.286v-199.429l493.714-605.143-610.857 528.571-225.714-92.571c-13.143-5.143-21.714-17.143-22.857-31.429-0.571-13.714 6.286-26.857 18.286-33.714l950.857-548.571c5.714-3.429 12-5.143 18.286-5.143 7.429 0 14.857 2.286 20.571 6.286z" + ], + "width": 1025.1702857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paper-plane", + "send" + ], + "defaultCode": 61912, + "grid": 14 + }, + { + "id": 430, + "paths": [ + "M1008 6.286c12 8.571 17.714 22.286 15.429 36.571l-146.286 877.714c-1.714 10.857-8.571 20-18.286 25.714-5.143 2.857-11.429 4.571-17.714 4.571-4.571 0-9.143-1.143-13.714-2.857l-301.143-122.857-170.286 186.857c-6.857 8-16.571 12-26.857 12-4.571 0-9.143-0.571-13.143-2.286-14.286-5.714-23.429-19.429-23.429-34.286v-258.286l-269.714-110.286c-13.143-5.143-21.714-17.143-22.857-31.429-1.143-13.714 6.286-26.857 18.286-33.714l950.857-548.571c12-7.429 27.429-6.857 38.857 1.143zM812.571 862.857l126.286-756-819.429 472.571 192 78.286 493.143-365.143-273.143 455.429z" + ], + "width": 1024.5851428571427, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paper-plane-o", + "send-o" + ], + "defaultCode": 61913, + "grid": 14 + }, + { + "id": 431, + "paths": [ + "M877.714 512c0 241.714-197.143 438.857-438.857 438.857-130.857 0-254.286-57.714-337.714-158.286-5.714-7.429-5.143-18.286 1.143-24.571l78.286-78.857c4-3.429 9.143-5.143 14.286-5.143 5.143 0.571 10.286 2.857 13.143 6.857 56 72.571 140 113.714 230.857 113.714 161.143 0 292.571-131.429 292.571-292.571s-131.429-292.571-292.571-292.571c-74.857 0-145.714 28.571-198.857 78.286l78.286 78.857c10.857 10.286 13.714 26.286 8 39.429-5.714 13.714-18.857 22.857-33.714 22.857h-256c-20 0-36.571-16.571-36.571-36.571v-256c0-14.857 9.143-28 22.857-33.714 13.143-5.714 29.143-2.857 39.429 8l74.286 73.714c80.571-76 189.714-121.143 302.286-121.143 241.714 0 438.857 197.143 438.857 438.857zM512 347.429v256c0 10.286-8 18.286-18.286 18.286h-182.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h128v-201.143c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "history" + ], + "defaultCode": 61914, + "grid": 14 + }, + { + "id": 432, + "paths": [ + "M438.857 146.286c-201.714 0-365.714 164-365.714 365.714s164 365.714 365.714 365.714 365.714-164 365.714-365.714-164-365.714-365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle-thin" + ], + "defaultCode": 61915, + "grid": 14 + }, + { + "id": 433, + "paths": [ + "M961.143 950.857c-50.286 0-101.143-4-152-4-50.286 0-100.571 4-150.857 4-19.429 0-28.571-21.143-28.571-37.714 0-50.857 57.143-29.143 86.857-48.571 18.857-12 18.857-60 18.857-80l-0.571-223.429c0-6.286 0-12-0.571-17.714-9.143-2.857-19.429-2.286-28.571-2.286h-385.714c-9.714 0-20-0.571-29.143 2.286-0.571 5.714-0.571 11.429-0.571 17.714l-0.571 212c0 21.714 0 81.143 21.143 93.714 29.714 18.286 97.143-7.429 97.143 44 0 17.143-8 40-28 40-53.143 0-106.286-4-158.857-4-48.571 0-97.143 4-145.714 4-18.857 0-27.429-21.714-27.429-37.714 0-49.714 52.571-29.143 80.571-48.571 18.286-12.571 18.857-61.714 18.857-81.714l-0.571-32.571v-464.571c0-27.429 4-115.429-21.714-130.857-28.571-17.714-89.714 9.714-89.714-41.714 0-16.571 7.429-40 27.429-40 52.571 0 105.714 4 158.286 4 48 0 96.571-4 144.571-4 20.571 0 28.571 22.857 28.571 40 0 49.143-56.571 25.143-84.571 42.857-20 12-20 70.857-20 91.429l0.571 182.857c0 6.286 0 12 0.571 18.286 7.429 1.714 14.857 1.714 22.286 1.714h399.429c6.857 0 14.286 0 21.714-1.714 0.571-6.286 0.571-12 0.571-18.286l0.571-182.857c0-21.143 0-79.429-20-91.429-28.571-17.143-85.714 5.714-85.714-42.857 0-17.143 8-40 28.571-40 50.286 0 100.571 4 150.857 4 49.143 0 98.286-4 147.429-4 20.571 0 28.571 22.857 28.571 40 0 49.714-58.857 24.571-87.429 42.286-19.429 12.571-20 71.429-20 92l0.571 538.857c0 18.857 1.143 68.571 19.429 80 29.143 18.286 90.857-5.143 90.857 44.571 0 16.571-7.429 40-27.429 40z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "header" + ], + "defaultCode": 61916, + "grid": 14 + }, + { + "id": 434, + "paths": [ + "M730.286 108v41.714c0 19.429-15.429 53.143-34.857 53.143-9.714 0-21.143-1.714-30.857 0.571-9.143 2.286-16 8.571-18.286 17.714-2.857 10.857-1.714 24.571-1.714 36.571v658.286c0 19.429-15.429 34.857-34.857 34.857h-61.714c-19.429 0-34.857-15.429-34.857-34.857v-696h-81.714v696c0 19.429-15.429 34.857-34.857 34.857h-61.714c-19.429 0-34.857-15.429-34.857-34.857v-283.429c-55.429-4.571-102.857-16-140-33.714-48-22.286-84.571-56.571-109.714-102.286-24-44-36.571-93.714-36.571-148 0-63.429 17.143-118.286 50.286-163.429 33.714-45.143 73.714-75.429 119.429-90.857 42.857-14.286 133.143-21.143 238.286-21.143h273.714c19.429 0 34.857 15.429 34.857 34.857z" + ], + "width": 744.0091428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paragraph" + ], + "defaultCode": 61917, + "grid": 14 + }, + { + "id": 435, + "paths": [ + "M201.143 804.571v73.143h-201.143v-73.143h201.143zM402.286 731.429c20 0 36.571 16.571 36.571 36.571v146.286c0 20-16.571 36.571-36.571 36.571h-146.286c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h146.286zM493.714 512v73.143h-493.714v-73.143h493.714zM128 219.429v73.143h-128v-73.143h128zM877.714 804.571v73.143h-420.571v-73.143h420.571zM329.143 146.286c20 0 36.571 16.571 36.571 36.571v146.286c0 20-16.571 36.571-36.571 36.571h-146.286c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h146.286zM694.857 438.857c20 0 36.571 16.571 36.571 36.571v146.286c0 20-16.571 36.571-36.571 36.571h-146.286c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h146.286zM877.714 512v73.143h-128v-73.143h128zM877.714 219.429v73.143h-493.714v-73.143h493.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sliders" + ], + "defaultCode": 61918, + "grid": 14 + }, + { + "id": 436, + "paths": [ + "M694.857 585.143c101.143 0 182.857 81.714 182.857 182.857s-81.714 182.857-182.857 182.857-182.857-81.714-182.857-182.857c0-6.286 0.571-13.143 1.143-19.429l-205.714-102.857c-32.571 30.286-76.571 49.143-124.571 49.143-101.143 0-182.857-81.714-182.857-182.857s81.714-182.857 182.857-182.857c48 0 92 18.857 124.571 49.143l205.714-102.857c-0.571-6.286-1.143-13.143-1.143-19.429 0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857-81.714 182.857-182.857 182.857c-48 0-92-18.857-124.571-49.143l-205.714 102.857c0.571 6.286 1.143 13.143 1.143 19.429s-0.571 13.143-1.143 19.429l205.714 102.857c32.571-30.286 76.571-49.143 124.571-49.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share-alt" + ], + "defaultCode": 61920, + "grid": 14 + }, + { + "id": 437, + "paths": [ + "M731.429 682.857c0-67.429-54.857-122.286-121.714-122.286-32 0-61.143 12.571-82.857 33.143l-137.714-68.571c0.571-4.571 1.143-8.571 1.143-13.143s-0.571-8.571-1.143-13.143l137.714-68.571c21.714 20.571 50.857 33.143 82.857 33.143 66.857 0 121.714-54.857 121.714-122.286 0-66.857-54.857-121.714-121.714-121.714-67.429 0-122.286 54.857-122.286 121.714 0 4.571 0.571 8.571 1.143 13.143l-137.714 68.571c-21.714-20-50.857-32.571-82.857-32.571-66.857 0-121.714 54.286-121.714 121.714s54.857 121.714 121.714 121.714c32 0 61.143-12.571 82.857-32.571l137.714 68.571c-0.571 4.571-1.143 8.571-1.143 13.143 0 66.857 54.857 121.714 122.286 121.714 66.857 0 121.714-54.857 121.714-121.714zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share-alt-square" + ], + "defaultCode": 61921, + "grid": 14 + }, + { + "id": 438, + "paths": [ + "M326.286 336.571c-7.429-18.857-28.571-27.429-47.429-20-82.286 33.143-148.571 99.429-181.714 181.714-7.429 18.857 1.143 40 20 47.429 4.571 1.714 9.143 2.857 13.714 2.857 14.857 0 28-8.571 34.286-22.857 25.714-64 77.143-115.429 141.143-141.143 18.857-8 28-29.143 20-48zM864.571 133.143l26.286 26.286-139.429 138.857 38.857 38.857c14.286 14.286 14.286 37.714 0 52l-36.571 36.571c32 57.714 50.857 124.571 50.857 196 0 222.286-180 402.286-402.286 402.286s-402.286-180-402.286-402.286 180-402.286 402.286-402.286c71.429 0 138.286 18.857 196 50.857l36.571-36.571c14.286-14.286 37.714-14.286 52 0l38.857 38.857zM869.143 101.143c-3.429 3.429-8 5.714-12.571 5.714-5.143 0-9.714-2.286-13.143-5.714l-52-51.429c-6.857-7.429-6.857-18.857 0-26.286 7.429-6.857 18.857-6.857 26.286 0l51.429 52c7.429 6.857 7.429 18.857 0 25.714zM1000.571 232.571c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-51.429-52c-7.429-6.857-7.429-18.857 0-25.714 6.857-7.429 18.857-7.429 25.714 0l52 51.429c6.857 7.429 6.857 18.857 0 26.286zM1024 128c0 10.286-8 18.286-18.286 18.286h-54.857c-10.286 0-18.286-8-18.286-18.286s8-18.286 18.286-18.286h54.857c10.286 0 18.286 8 18.286 18.286zM914.286 18.286v54.857c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286v-54.857c0-10.286 8-18.286 18.286-18.286s18.286 8 18.286 18.286zM1000.571 49.714l-52 51.429c-3.429 3.429-8 5.714-12.571 5.714-5.143 0-9.714-2.286-13.143-5.714-7.429-6.857-7.429-18.857 0-25.714l51.429-52c7.429-6.857 18.857-6.857 26.286 0 6.857 7.429 6.857 18.857 0 26.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bomb" + ], + "defaultCode": 61922, + "grid": 14 + }, + { + "id": 439, + "paths": [ + "M348 466.286l164-118.857 164 118.857-62.286 192h-202.857zM512 0c282.857 0 512 229.143 512 512s-229.143 512-512 512-512-229.143-512-512 229.143-512 512-512zM865.714 771.429c53.714-73.143 85.143-162.286 85.143-259.429v-1.714l-58.286 50.857-137.143-128 36-184.571 76.571 6.857c-54.286-74.857-132-132.571-222.286-161.143l30.286 70.857-164 90.857-164-90.857 30.286-70.857c-90.286 28.571-168 86.286-222.286 161.143l77.143-6.857 35.429 184.571-137.143 128-58.286-50.857v1.714c0 97.143 31.429 186.286 85.143 259.429l17.143-75.429 186.286 22.857 79.429 170.286-66.286 39.429c42.857 14.286 89.143 22.286 137.143 22.286s94.286-8 137.143-22.286l-66.286-39.429 79.429-170.286 186.286-22.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "futbol-o", + "soccer-ball-o" + ], + "defaultCode": 61923, + "grid": 14 + }, + { + "id": 440, + "paths": [ + "M256 749.714v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM146.286 530.286v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM475.429 749.714v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM365.714 530.286v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM37.714 438.857c-21.143 0-37.714-16.571-37.714-37.143v-73.714h293.714v73.714c0 20.571-16.571 37.143-37.143 37.143h-218.857zM694.857 749.714v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM585.143 530.286v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM914.286 749.714v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM804.571 530.286v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM1024 297.143v7.429h-293.714v-5.714c0-21.143-18.286-59.429-218.286-58.286-200 0.571-218.286 37.143-218.286 58.286v5.714h-293.714v-7.429c0-38.286 68.571-224 512-224 442.857 0 512 185.714 512 224zM1024 530.286v109.714c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-109.714c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM1024 328v73.714c0 20.571-16.571 37.143-37.143 37.143h-219.429c-20.571 0-37.143-16.571-37.143-37.143v-73.714h293.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tty" + ], + "defaultCode": 61924, + "grid": 14 + }, + { + "id": 441, + "paths": [ + "M402.286 182.857v438.857c0 20-16.571 36.571-36.571 36.571v0 329.143c0 20-16.571 36.571-36.571 36.571h-292.571c-20 0-36.571-16.571-36.571-36.571v-292.571l142.286-498.857c2.286-8 9.714-13.143 17.714-13.143h242.286zM585.143 182.857v402.286h-146.286v-402.286h146.286zM1024 694.857v292.571c0 20-16.571 36.571-36.571 36.571h-292.571c-20 0-36.571-16.571-36.571-36.571v-329.143c-20 0-36.571-16.571-36.571-36.571v-438.857h242.286c8 0 15.429 5.143 17.714 13.143zM420.571 18.286v128h-201.143v-128c0-10.286 8-18.286 18.286-18.286h164.571c10.286 0 18.286 8 18.286 18.286zM804.571 18.286v128h-201.143v-128c0-10.286 8-18.286 18.286-18.286h164.571c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "binoculars" + ], + "defaultCode": 61925, + "grid": 14 + }, + { + "id": 442, + "paths": [ + "M1002.857 258.857c28 28.571 28 74.857 0 103.429l-229.143 228.571 85.714 85.714-91.429 91.429c-125.143 125.143-316 142.857-457.714 49.143l-206.857 206.857h-103.429v-103.429l206.857-206.857c-93.714-141.714-76-332.571 49.143-457.714l91.429-91.429 85.714 85.714 228.571-229.143c28.571-28 74.857-28 103.429 0 28.571 28.571 28.571 75.429 0 103.429l-228.571 229.143 133.714 133.714 229.143-228.571c28.571-28.571 74.857-28.571 103.429 0z" + ], + "width": 1030.8754285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plug" + ], + "defaultCode": 61926, + "grid": 14 + }, + { + "id": 443, + "paths": [ + "M498.857 422.857c0 63.429-55.429 115.429-123.429 115.429s-123.429-52-123.429-115.429c0-64 55.429-115.429 123.429-115.429s123.429 51.429 123.429 115.429zM785.714 422.857c0 63.429-54.857 115.429-123.429 115.429-68 0-123.429-52-123.429-115.429 0-64 55.429-115.429 123.429-115.429 68.571 0 123.429 51.429 123.429 115.429zM914.286 525.714v-381.143c0-65.714-21.143-91.429-81.714-91.429h-635.429c-63.429 0-81.143 21.714-81.143 91.429v384.571c135.429 70.857 251.429 58.286 314.857 56 26.857-0.571 44 4.571 54.286 15.429 1.714 1.714 3.429 3.429 5.714 5.143 12 11.429 23.429 20.571 34.857 29.143 2.286-31.429 20-51.429 67.429-49.714 64.571 2.857 183.429 15.429 321.143-59.429zM1007.429 522.857c-36.571 45.143-106.286 100.571-212.571 144 112.571 383.429-274.857 444.571-268.571 248 0 3.429-0.571-105.714-0.571-186.857-8.571-1.714-17.143-4-27.429-6.286 0 81.714-0.571 196.571-0.571 193.143 6.286 196.571-381.143 135.429-268.571-248-106.286-43.429-176-98.857-212.571-144-18.286-27.429 1.714-56.571 32-35.429 4 2.857 8.571 5.714 12.571 8.571v-396.571c0-54.857 41.143-99.429 92-99.429h718.286c50.857 0 92 44.571 92 99.429v396.571l12-8.571c30.286-21.143 50.286 8 32 35.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "slideshare" + ], + "defaultCode": 61927, + "grid": 14 + }, + { + "id": 444, + "paths": [ + "M512 248v248h-82.857v-248h82.857zM739.429 248v248h-82.857v-248h82.857zM739.429 682.286l144.571-145.143v-454.286h-682.286v599.429h186.286v124l124-124h227.429zM966.857 0v578.857l-248 248h-186.286l-124 124h-124v-124h-227.429v-661.714l62.286-165.143h847.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "twitch" + ], + "defaultCode": 61928, + "grid": 14 + }, + { + "id": 445, + "paths": [ + "M441.714 753.714v72.571c-0.571 161.143-0.571 166.857-3.429 174.286-4.571 12-14.857 20-29.143 22.857-41.143 6.857-169.714-40.571-196.571-72.571-5.714-6.286-8.571-13.714-9.714-20.571-0.571-5.143 0.571-10.286 2.286-14.857 2.857-8 8-14.286 122.857-150.286 0 0 0.571 0 34.286-40 11.429-14.286 32-18.857 50.857-12 18.857 7.429 29.143 23.429 28.571 40.571zM356.571 610.286c-1.143 20-12.571 34.857-29.714 40l-68.571 22.286c-153.714 49.143-158.857 50.286-166.857 50.286-12.571-0.571-24-8-30.857-20.571-4.571-9.143-8-24.571-9.714-42.857-6.286-56 1.143-140 17.714-166.286 8-12.571 19.429-18.857 32-18.286 8.571 0 15.429 3.429 181.143 70.857 0 0-0.571 0.571 48 19.429 17.143 6.857 28 24.571 26.857 45.143zM828.571 780c-5.714 41.143-90.857 149.143-129.714 164.571-13.143 5.143-26.286 4-36-4-6.857-5.143-13.714-15.429-105.143-164l-26.857-44c-10.286-16-8.571-36.571 4.571-52.571 12.571-15.429 30.857-20.571 47.429-14.857 0 0 0.571 0.571 68 22.857 153.714 50.286 158.857 52 165.143 57.143 10.286 8 14.857 20 12.571 34.857zM444.571 418.857c2.857 59.429-22.286 66.857-30.857 69.714-8 2.286-33.143 9.714-65.143-40.571-210.286-332-216-341.714-216-341.714-2.857-12 0.571-25.143 10.857-35.429 31.429-32.571 202.286-80.571 246.857-69.143 14.286 3.429 24.571 12.571 28 25.714 2.286 14.286 22.857 322.286 26.286 391.429zM822.857 480.571c1.143 14.286-4 26.286-14.857 33.714-6.857 4.571-13.714 6.857-188 49.143-28 6.286-43.429 10.286-52 13.143l0.571-1.143c-17.143 4.571-36.571-3.429-47.429-20.571s-10.286-36 0-49.714c0 0 0.571-0.571 42.857-58.286 93.714-128 98.286-134.286 105.143-138.857 10.857-7.429 24-7.429 37.143-1.143 37.143 17.714 112 129.143 116.571 172v1.714z" + ], + "width": 875.4468571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "yelp" + ], + "defaultCode": 61929, + "grid": 14 + }, + { + "id": 446, + "paths": [ + "M585.143 292.571h-219.429v219.429h219.429v-219.429zM658.286 658.286v73.143h-365.714v-73.143h365.714zM658.286 219.429v365.714h-365.714v-365.714h365.714zM1024 658.286v73.143h-292.571v-73.143h292.571zM1024 512v73.143h-292.571v-73.143h292.571zM1024 365.714v73.143h-292.571v-73.143h292.571zM1024 219.429v73.143h-292.571v-73.143h292.571zM146.286 768v-548.571h-73.143v548.571c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571zM1097.143 768v-621.714h-877.714v621.714c0 12.571-2.286 25.143-6.286 36.571h847.429c20 0 36.571-16.571 36.571-36.571zM1170.286 73.143v694.857c0 60.571-49.143 109.714-109.714 109.714h-950.857c-60.571 0-109.714-49.143-109.714-109.714v-621.714h146.286v-73.143h1024z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "newspaper-o" + ], + "defaultCode": 61930, + "grid": 14 + }, + { + "id": 447, + "paths": [ + "M585.143 870.286c-14.857 0-94.857-80-94.857-95.429 0-28 73.143-43.429 94.857-43.429s94.857 15.429 94.857 43.429c0 15.429-80 95.429-94.857 95.429zM739.429 715.429c-8 0-70.286-57.143-154.286-57.143-84.571 0-145.714 57.143-154.286 57.143-13.714 0-96.571-82.286-96.571-96 0-5.143 2.286-9.714 5.714-13.143 61.143-60.571 160.571-94.286 245.143-94.286s184 33.714 245.143 94.286c3.429 3.429 5.714 8 5.714 13.143 0 13.714-82.857 96-96.571 96zM895.429 560c-4.571 0-9.714-2.286-13.143-4.571-94.286-73.143-173.714-116.571-297.143-116.571-172.571 0-304 121.143-310.286 121.143-13.143 0-95.429-82.286-95.429-96 0-4.571 2.286-9.143 5.714-12.571 102.286-102.286 256.571-158.857 400-158.857s297.714 56.571 400 158.857c3.429 3.429 5.714 8 5.714 12.571 0 13.714-82.286 96-95.429 96zM1050.286 405.143c-4.571 0-9.143-2.286-12.571-5.143-132-116-274.286-180.571-452.571-180.571s-320.571 64.571-452.571 180.571c-3.429 2.857-8 5.143-12.571 5.143-13.143 0-96-82.286-96-96 0-5.143 2.286-9.714 5.714-13.143 144.571-143.429 353.143-222.857 555.429-222.857s410.857 79.429 555.429 222.857c3.429 3.429 5.714 8 5.714 13.143 0 13.714-82.857 96-96 96z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wifi" + ], + "defaultCode": 61931, + "grid": 14 + }, + { + "id": 448, + "paths": [ + "M219.429 877.714c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM438.857 877.714c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM219.429 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM658.286 877.714c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM438.857 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM219.429 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM658.286 658.286c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM438.857 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM877.714 877.714v-219.429c0-40-33.143-73.143-73.143-73.143v0c-40 0-73.143 33.143-73.143 73.143v219.429c0 40 33.143 73.143 73.143 73.143v0c40 0 73.143-33.143 73.143-73.143zM658.286 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM877.714 256v-146.286c0-20-16.571-36.571-36.571-36.571h-731.429c-20 0-36.571 16.571-36.571 36.571v146.286c0 20 16.571 36.571 36.571 36.571h731.429c20 0 36.571-16.571 36.571-36.571zM877.714 438.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM950.857 73.143v877.714c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-877.714c0-40 33.143-73.143 73.143-73.143h804.571c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calculator" + ], + "defaultCode": 61932, + "grid": 14 + }, + { + "id": 449, + "paths": [ + "M868 369.143v0c7.429 34.286 5.714 73.714-2.286 116.571-37.143 188.571-162.286 253.714-322.857 253.714h-25.143c-19.429 0-35.429 14.286-38.857 33.714l-2.286 10.857-31.429 197.714-1.143 8.571c-4 19.429-20 33.714-39.429 33.714h-143.429c-16 0-26.286-13.143-24-29.143 10.286-64 20-128 30.286-192s20.571-127.429 30.857-191.429c1.714-13.714 10.857-21.143 24.571-21.143 22.857 0 45.714-0.571 74.857 0 41.143 0.571 88.571-1.714 134.857-12 61.714-13.714 117.714-38.857 164-82.286 41.714-38.857 69.714-86.857 88.571-140.571 8.571-25.143 15.429-50.286 20-76 1.143-6.857 2.857-5.714 6.857-2.857 31.429 23.429 49.143 54.857 56 92.571zM769.714 208c0 46.857-10.857 91.429-26.286 134.857-29.714 86.286-85.714 148-172.571 180-46.286 16.571-94.857 23.429-144 24-34.286 0.571-68.571 0-102.857 0-37.143 0-60.571 18.286-67.429 54.857-8 43.429-39.429 245.714-48.571 302.857-0.571 4-2.286 5.714-6.857 5.714h-168.571c-17.143 0-29.714-14.857-27.429-31.429l132.571-840.571c3.429-21.714 22.857-38.286 45.143-38.286h341.714c24.571 0 81.143 10.857 119.429 25.714 81.143 31.429 125.714 95.429 125.714 182.286z" + ], + "width": 878.2994285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paypal" + ], + "defaultCode": 61933, + "grid": 14 + }, + { + "id": 450, + "paths": [ + "M252 384c11.429 0 22.857 5.714 29.714 14.857 100 136.571 169.714 282.857 206.857 442.286h-254.857c-45.714-158.857-113.143-304-209.714-428-9.143-12 0-29.143 14.857-29.143h213.143zM571.429 588c-18.857 77.143-42.857 152-71.429 224.571-30.286-119.429-78.857-231.429-146.286-339.429 14.857-82.857 23.429-168 25.143-256.571 80.571 129.714 144.571 253.143 192.571 371.429zM628 182.857c170.857 235.429 297.714 525.714 325.143 841.143h-257.714c-18.857-305.143-159.429-594.286-316-841.143h248.571zM1024 512c0 158.857-21.714 325.714-57.714 464-25.143-211.429-94.857-421.714-205.143-618.857-9.714-115.429-30.286-227.429-60.571-333.714-2.857-12 5.714-23.429 17.714-23.429h205.143c16 0 30.857 10.857 34.857 26.286 43.429 154.286 65.714 317.714 65.714 485.714z" + ], + "width": 1038.848, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-wallet" + ], + "defaultCode": 61934, + "grid": 14 + }, + { + "id": 451, + "paths": [ + "M1128.571 565.714h-78.857c0 0 8-21.143 37.714-102.286-0.571 0.571 8-21.143 12.571-34.857l6.857 31.429c17.714 87.429 21.714 105.714 21.714 105.714zM303.429 528.571l-33.143-168.571c-4.571-23.429-22.286-30.857-42.857-30.857h-153.143l-1.143 7.429c105.143 26.857 191.429 84 230.286 192zM405.714 329.143l-92.571 250.286-9.714-50.857c-20-53.143-68.571-102.286-123.429-124.571l77.143 291.429h100l149.143-366.286h-100.571zM485.143 696h94.857l59.429-366.857h-94.857zM924 338.286c-18.857-7.429-48.571-15.429-85.143-15.429-93.714 0-159.429 49.714-160 121.143-0.571 52.571 46.857 81.714 82.857 99.429 37.143 17.714 49.143 29.714 49.143 45.714 0 24.571-29.714 35.429-56.571 35.429-38.286 0-58.857-4.571-89.143-18.857l-12.571-6.286-13.143 82.286c22.286 10.286 62.857 19.429 105.714 19.429 99.429 0.571 164-49.143 165.143-125.143 0-41.714-25.714-73.143-80-99.429-33.143-16.571-53.143-28.571-53.143-45.714 0-15.429 17.143-31.429 54.286-31.429 30.857-0.571 53.714 5.714 70.857 13.714l8.571 4.571zM1166.857 329.143h-73.143c-22.857 0-40 6.857-49.714 30.857l-140.571 336h99.429c16-45.143 20-54.857 20-54.857h121.143c0 0 2.857 12.571 11.429 54.857h88zM1316.571 146.286v731.429c0 40-33.143 73.143-73.143 73.143h-1170.286c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h1170.286c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-visa" + ], + "defaultCode": 61936, + "grid": 14 + }, + { + "id": 452, + "paths": [ + "M639.429 194.857c-47.429-31.429-103.429-48.571-160.571-48.571-160.571 0-290.857 130.286-290.857 290.286 0 160.571 130.286 290.857 290.857 290.857 57.143 0 113.143-17.143 160.571-48.571-153.143-124.571-152-359.429 0-484zM658.286 208.571c-147.429 116-148 341.143 0 456.571 148-115.429 147.429-340.571 0-456.571zM677.143 194.857c151.429 124.571 153.714 360 0 484 47.429 31.429 104 48.571 160.571 48.571 160.571 0 290.857-130.286 290.857-290.857 0-160-130.286-290.286-290.857-290.286-57.143 0-113.143 17.143-160.571 48.571zM1100.571 607.429h4v-1.714h-9.714v1.714h4v9.714h1.714v-9.714zM1117.143 617.143h2.286v-11.429h-2.857l-3.429 7.429-3.429-7.429h-2.857v11.429h1.714v-8.571l3.429 7.429h2.286l2.857-7.429v8.571zM1112.571 868.571v1.143h-2.857v-1.714h2.857v0.571zM1112.571 873.714h1.714l-2.286-2.857c1.143 0 1.143-0.571 1.714-0.571 0.571-0.571 0.571-1.143 0.571-1.714s0-1.143-0.571-1.714c-0.571 0-1.143-0.571-2.286-0.571h-3.429v7.429h1.714v-2.857h0.571zM391.429 834.857c0-13.714 8.571-24.571 23.429-24.571 13.714 0 22.857 10.857 22.857 24.571 0 14.286-9.143 24.571-22.857 24.571-14.857 0-23.429-10.857-23.429-24.571zM661.714 809.714c10.857 0 18.286 6.286 20 18.286h-40c1.714-10.857 8.571-18.286 20-18.286zM865.143 834.857c0-13.714 8.571-24.571 22.857-24.571s23.429 10.857 23.429 24.571c0 14.286-9.143 24.571-23.429 24.571s-22.857-10.857-22.857-24.571zM1020.571 834.857c0-13.714 9.143-24.571 23.429-24.571 13.714 0 23.429 10.857 23.429 24.571 0 14.286-9.714 24.571-23.429 24.571-14.286 0-23.429-10.857-23.429-24.571zM1110.857 876c-0.571 0-1.143 0-2.286-0.571-0.571 0-1.143-0.571-1.714-1.143s-1.143-1.143-1.143-1.714-0.571-1.714-0.571-2.286 0-1.714 0.571-2.286c0-1.143 0.571-1.714 1.143-2.286s1.143-0.571 1.714-1.143 1.714-0.571 2.286-0.571 1.714 0 2.286 0.571 1.714 0.571 2.286 1.143 0.571 1.143 1.143 2.286c0 0.571 0.571 1.143 0.571 2.286 0 0.571-0.571 1.143-0.571 2.286-0.571 0.571-0.571 1.143-1.143 1.714s-1.143 1.143-2.286 1.143c-0.571 0.571-1.143 0.571-2.286 0.571zM342.286 873.714h17.143v-48.571c0-18.286-12-30.286-30.857-30.857-9.714 0-20 2.857-26.857 13.714-5.143-8.571-13.714-13.714-25.714-13.714-8 0-16 2.857-22.286 11.429v-9.143h-17.143v77.143h17.143v-42.857c0-13.714 7.429-20.571 18.857-20.571s17.143 7.429 17.143 20.571v42.857h16.571v-42.857c0-13.714 8-20.571 18.857-20.571 11.429 0 17.143 7.429 17.143 20.571v42.857zM437.143 873.714h16.571v-77.143h-16.571v9.143c-5.714-6.857-13.714-11.429-24.571-11.429-21.714 0-38.286 17.143-38.286 40.571s16.571 40.571 38.286 40.571c10.857 0 18.857-4 24.571-11.429v9.714zM538.857 850.286c0-13.714-10.286-20.571-26.857-22.857l-8-1.143c-7.429-1.143-13.143-2.857-13.143-8s5.143-8.571 14.286-8.571c10.286 0 19.429 3.429 24.571 6.286l6.857-13.714c-8-5.143-18.857-8-31.429-8-19.429 0-32 9.714-32 25.143 0 12.571 9.143 20 26.857 22.286l7.429 1.143c9.714 1.714 13.714 4 13.714 8 0 6.286-6.286 9.714-17.714 9.714s-20-4-25.714-8l-7.429 13.143c9.143 6.286 20.571 9.714 33.143 9.714 22.286 0 35.429-10.286 35.429-25.143zM613.143 869.714l-4.571-14.286c-5.143 2.857-10.286 4-14.857 4-8.571 0-10.857-5.143-10.857-12.571v-34.857h27.429v-15.429h-27.429v-23.429h-17.143v23.429h-16v15.429h16v34.857c0 17.714 6.857 28.571 26.857 28.571 6.857 0 15.429-2.286 20.571-5.714zM662.286 794.286c-22.286 0-38.286 16.571-38.286 40.571 0 24.571 16.571 40.571 39.429 40.571 11.429 0 22.286-2.857 31.429-10.857l-8-12.571c-6.286 5.143-14.857 8.571-22.286 8.571-10.857 0-20.571-5.143-23.429-18.857h57.714v-6.857c0-24-14.857-40.571-36.571-40.571zM753.143 794.286c-9.714 0-16 4.571-20 11.429v-9.143h-17.143v77.143h17.143v-43.429c0-12.571 5.143-20 16.571-20 3.429 0 6.857 0.571 10.286 2.286l5.143-16c-4-1.714-8.571-2.286-12-2.286zM770.286 834.857c0 23.429 16 40.571 41.143 40.571 11.429 0 19.429-2.286 27.429-9.143l-8-13.714c-6.286 4.571-12.571 7.429-20 6.857-13.714 0-23.429-9.714-23.429-24.571s9.714-24.571 23.429-24.571c7.429 0 13.714 2.286 20 6.857l8-13.714c-8-6.286-16-9.143-27.429-9.143-25.143 0-41.143 17.143-41.143 40.571zM910.286 873.714h17.143v-77.143h-17.143v9.143c-5.143-6.857-13.143-11.429-24-11.429-21.714 0-38.857 17.143-38.857 40.571s17.143 40.571 38.857 40.571c10.857 0 18.857-4 24-11.429v9.714zM986.286 794.286c-9.714 0-16 4.571-20 11.429v-9.143h-16.571v77.143h16.571v-43.429c0-12.571 5.714-20 16.571-20 3.429 0 6.857 0.571 10.286 2.286l5.143-16c-3.429-1.714-8.571-2.286-12-2.286zM1066.286 873.714h16.571v-108.571h-16.571v40.571c-5.143-6.857-13.143-11.429-24.571-11.429-21.143 0-38.286 17.143-38.286 40.571s17.143 40.571 38.286 40.571c11.429 0 19.429-4 24.571-11.429v9.714zM1110.857 862.286c-0.571 0-1.714 0.571-2.857 0.571-1.143 0.571-1.714 1.143-2.286 1.714-1.143 0.571-1.714 1.714-1.714 2.286-0.571 1.143-0.571 2.286-0.571 3.429 0 0.571 0 1.714 0.571 2.857 0 0.571 0.571 1.714 1.714 2.286 0.571 0.571 1.143 1.143 2.286 1.714s2.286 0.571 2.857 0.571c1.143 0 2.286 0 3.429-0.571 0.571-0.571 1.714-1.143 2.286-1.714s1.143-1.714 1.714-2.286c0.571-1.143 0.571-2.286 0.571-2.857 0-1.143 0-2.286-0.571-3.429-0.571-0.571-1.143-1.714-1.714-2.286s-1.714-1.143-2.286-1.714c-1.143 0-2.286-0.571-3.429-0.571zM1316.571 146.286v731.429c0 40-33.143 73.143-73.143 73.143h-1170.286c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h1170.286c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-mastercard" + ], + "defaultCode": 61937, + "grid": 14 + }, + { + "id": 453, + "paths": [ + "M178.857 444c0 18.286-7.429 36-20.571 48-11.429 10.286-26.857 14.857-50.857 14.857h-9.714v-125.714h9.714c24 0 38.857 4 50.857 15.429 13.143 11.429 20.571 29.143 20.571 47.429zM1193.714 406.857c0 19.429-12.571 29.714-36.571 29.714h-10.857v-57.714h11.429c23.429 0 36 9.714 36 28zM217.143 444c0-56-41.714-95.429-102.286-95.429h-54.286v190.286h54.286c28.571 0 49.714-6.286 68-21.714 21.714-18.286 34.286-45.143 34.286-73.143zM234.286 538.857h37.143v-190.286h-37.143v190.286zM417.143 481.143c0-30.286-12.571-44-54.857-59.429-22.286-8-28.571-13.714-28.571-24 0-12 11.429-21.143 27.429-21.143 11.429 0 20.571 4.571 30.286 15.429l19.429-25.143c-16-14.286-35.429-21.143-56-21.143-33.714 0-59.429 23.429-59.429 54.286 0 26.286 12 40 46.857 52.571 14.286 5.143 21.714 8 25.714 10.857 7.429 4.571 10.857 11.429 10.857 19.429 0 15.429-12 26.857-28.571 26.857-17.714 0-32-8.571-40.571-25.143l-24 22.857c17.143 25.143 37.714 36.571 65.714 36.571 38.857 0 65.714-25.714 65.714-62.857zM576 532.571v-44c-14.857 14.857-28 21.143-44.571 21.143-37.714 0-64-27.429-64-65.714 0-36.571 27.429-65.714 62.286-65.714 17.714 0 30.857 6.286 46.286 21.714v-44c-16-8-29.714-11.429-45.714-11.429-56 0-101.143 44-101.143 99.429 0 56 44 99.429 100.571 99.429 16 0 29.714-2.857 46.286-10.857zM1280 877.714v-301.143c-91.429 57.143-413.143 240-933.143 337.714h896.571c20 0 36.571-16.571 36.571-36.571zM793.714 445.143c0-57.143-46.286-103.429-103.429-103.429s-103.429 46.286-103.429 103.429 46.286 103.429 103.429 103.429 103.429-46.286 103.429-103.429zM880.571 544l82.286-195.429h-40.571l-51.429 128-50.857-128h-40.571l81.143 195.429h20zM979.429 538.857h105.143v-32h-68v-51.429h65.714v-32h-65.714v-42.286h68v-32.571h-105.143v190.286zM1202.857 538.857h45.714l-60-80c28-5.714 43.429-24.571 43.429-53.714 0-36-24.571-56.571-67.429-56.571h-55.429v190.286h37.143v-76h5.143zM1316.571 149.714v724.571c0 42.286-33.714 76.571-75.429 76.571h-1165.714c-41.714 0-75.429-34.286-75.429-76.571v-724.571c0-42.286 33.714-76.571 75.429-76.571h1165.714c41.714 0 75.429 34.286 75.429 76.571z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-discover" + ], + "defaultCode": 61938, + "grid": 14 + }, + { + "id": 454, + "paths": [ + "M68 389.714h50.857l-25.714-61.714zM422.857 690.286l42.286-45.143-40-45.143h-93.143v28h81.143v31.429h-81.143v30.857h90.857zM513.143 645.714l56.571 62.857v-124zM677.714 618.857c0-13.714-10.286-18.857-22.857-18.857h-48v39.429h47.429c13.143 0 23.429-6.286 23.429-20.571zM842.857 616.571c0-14.286-12.571-16.571-24-16.571h-46.857v34.857h46.286c12.571 0 24.571-2.857 24.571-18.286zM684 350.286c0-14.286-12.571-16.571-24-16.571h-46.857v34.286h46.286c12.571 0 24.571-2.857 24.571-17.714zM946.286 389.714h50.857l-25.143-61.714zM399.429 301.143v154.857h-37.714v-121.143l-53.714 121.143h-32.571l-53.714-121.143v121.143h-75.429l-14.286-34.286h-77.143l-14.286 34.286h-40l66.286-154.857h54.857l62.857 146.857v-146.857h60.571l48.571 105.143 44-105.143h61.714zM717.143 618.857c0 62.286-68 52-110.286 52v52h-72l-45.714-51.429-47.429 51.429h-146.286v-154.857h148.571l45.714 50.857 46.857-50.857h118.286c34.857 0 62.286 12 62.286 50.857zM550.857 424v32h-124v-154.857h124v32.571h-86.857v28h84.571v31.429h-84.571v30.857h86.857zM1316.571 743.429v130.857c0 41.714-33.714 76.571-75.429 76.571h-1165.714c-41.714 0-75.429-34.857-75.429-76.571v-387.429h63.429l14.286-34.857h31.429l14.286 34.857h124.571v-26.286l10.857 26.286h64.571l11.429-26.857v26.857h309.143v-56.571l5.714-0.571c5.143 0 5.714 4 5.714 8v49.143h159.429v-13.143c37.143 19.429 88 13.143 126.857 13.143l14.286-34.857h32l14.286 34.857h129.714v-33.143l19.429 33.143h104v-216h-102.857v25.143l-14.286-25.143h-105.714v25.143l-13.143-25.143h-142.286c-21.143 0-43.429 2.286-62.286 12.571v-12.571h-98.286v12.571c-11.429-10.286-26.857-12.571-41.714-12.571h-358.857l-24.571 55.429-24.571-55.429h-113.143v25.143l-12.571-25.143h-96.571l-44.571 102.286v-223.429c0-41.714 33.714-76.571 75.429-76.571h1165.714c41.714 0 75.429 34.857 75.429 76.571v387.429h-68.571c-16 0-33.143 2.857-46.286 12.571v-12.571h-101.143c-14.286 0-33.714 2.286-44.571 12.571v-12.571h-180.571v12.571c-13.714-9.714-33.714-12.571-49.714-12.571h-119.429v12.571c-12-11.429-36.571-12.571-52-12.571h-133.714l-30.857 33.143-28.571-33.143h-199.429v216h196l31.429-33.714 29.714 33.714h120.571v-50.857h12c17.143 0 34.857-0.571 51.429-7.429v58.286h99.429v-56.571h4.571c5.714 0 6.857 0.571 6.857 6.857v49.714h302.286c16.571 0 37.143-3.429 50.286-13.714v13.714h96c18.286 0 37.714-1.714 54.286-9.714zM883.429 609.714c0 17.143-9.143 34.286-26.286 41.143 20.571 7.429 24.571 21.143 24.571 41.143v30.857h-37.143v-25.714c0-26.286-8.571-30.857-33.143-30.857h-39.429v56.571h-37.143v-154.857h88c29.143 0 60.571 5.143 60.571 41.714zM725.143 342.857c0 17.714-9.714 34.857-26.286 41.714 21.143 7.429 24.571 20.571 24.571 41.143v30.286h-37.143c-0.571-33.143 8-56-33.143-56h-40v56h-36.571v-154.857l87.429 0.571c29.714 0 61.143 4.571 61.143 41.143zM1027.429 690.857v32h-123.429v-154.857h123.429v32h-86.286v28h84.571v31.429h-84.571v30.857zM784 301.143v154.857h-37.714v-154.857h37.714zM1180 673.714c0 36.571-25.143 49.143-58.286 49.143h-72v-33.143h72c9.143 0 19.429-2.286 19.429-14.286 0-33.143-95.429 12.571-95.429-61.143 0-31.429 24-46.286 52.571-46.286h74.286v32.571h-68c-9.714 0-20.571 1.714-20.571 14.286 0 33.714 96-15.429 96 58.857zM1316.571 645.143v57.714c-10.857 16-32 20-50.286 20h-71.429v-33.143h71.429c9.143 0 18.857-2.857 18.857-14.286 0-32.571-95.429 12.571-95.429-61.143 0-31.429 24.571-46.286 53.143-46.286h73.714v32.571h-67.429c-10.286 0-20.571 1.714-20.571 14.286 0 27.429 64.571-0.571 88 30.286zM1222.286 301.714v154.286h-52.571l-69.714-116v116h-75.429l-14.857-34.286h-76.571l-14.286 34.286h-42.857c-50.857 0-73.714-26.286-73.714-76 0-52 23.429-78.857 76-78.857h36v33.714c-38.857-0.571-74.286-9.143-74.286 44 0 26.286 6.286 44.571 36 44.571h16.571l52.571-121.714h55.429l62.286 146.286v-146.286h56.571l65.143 107.429v-107.429h37.714z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-amex" + ], + "defaultCode": 61939, + "grid": 14 + }, + { + "id": 455, + "paths": [ + "M425.714 517.714c0 28-22.286 49.143-50.286 49.143-21.143 0-36.571-12-36.571-34.286 0-28 21.714-50.286 49.714-50.286 21.143 0 37.143 13.143 37.143 35.429zM874.286 432.571c0 34.286-20.571 41.143-50.286 41.143l-18.286 0.571 9.714-61.143c0.571-4 3.429-6.286 7.429-6.286h10.286c19.429 0 41.143 1.143 41.143 25.714zM1074.857 517.714c0 28-22.286 49.143-49.714 49.143-21.143 0-37.143-12-37.143-34.286 0-28 21.714-50.286 49.714-50.286 21.143 0 37.143 13.143 37.143 35.429zM293.143 420c0-48-37.143-64-79.429-64h-91.429c-5.714 0-11.429 4.571-12 10.857l-37.143 233.143c-0.571 4.571 2.857 9.143 7.429 9.143h43.429c6.286 0 12-4.571 12.571-10.857l10.286-62.857c2.286-16.571 30.286-10.857 41.143-10.857 65.143 0 105.143-38.857 105.143-104.571zM469.714 598.286l23.429-149.143c0.571-4.571-2.857-9.143-7.429-9.143h-43.429c-8.571 0-9.143 12.571-9.714 18.857-13.143-19.429-32.571-22.857-54.286-22.857-56 0-98.857 49.143-98.857 103.429 0 44.571 28 73.714 72.571 73.714 20.571 0 46.286-9.143 60.571-25.143-1.143 3.429-2.286 8.571-2.286 12 0 5.143 2.286 9.143 7.429 9.143h39.429c6.286 0 11.429-4.571 12.571-10.857zM725.143 448c0-4-3.429-8-7.429-8h-44c-4 0-8 2.286-10.286 5.714l-60.571 89.143-25.143-85.714c-1.714-5.143-6.857-9.143-12.571-9.143h-42.857c-4 0-7.429 4-7.429 8 0 2.857 44.571 132 48.571 144-6.286 8.571-46.857 61.714-46.857 68.571 0 4 3.429 7.429 7.429 7.429h44c4 0 8-2.286 10.286-5.714l145.714-210.286c1.143-1.143 1.143-2.286 1.143-4zM942.286 420c0-48-37.143-64-79.429-64h-90.857c-6.286 0-12 4.571-12.571 10.857l-37.143 233.143c-0.571 4.571 2.857 9.143 7.429 9.143h46.857c4.571 0 8-3.429 9.143-7.429l10.286-66.286c2.286-16.571 30.286-10.857 41.143-10.857 65.143 0 105.143-38.857 105.143-104.571zM1118.857 598.286l23.429-149.143c0.571-4.571-2.857-9.143-7.429-9.143h-43.429c-8.571 0-9.143 12.571-9.714 18.857-12.571-19.429-32-22.857-54.286-22.857-56 0-98.857 49.143-98.857 103.429 0 44.571 28 73.714 72.571 73.714 21.143 0 46.857-9.143 60.571-25.143-0.571 3.429-2.286 8.571-2.286 12 0 5.143 2.286 9.143 7.429 9.143h39.429c6.286 0 11.429-4.571 12.571-10.857zM1243.429 364.571v-0.571c0-4.571-3.429-8-7.429-8h-42.286c-3.429 0-6.857 2.857-7.429 6.286l-37.143 237.714-0.571 1.143c0 4 3.429 8 8 8h37.714c5.714 0 11.429-4.571 12-10.857zM224 441.143c-4.571 29.143-24 32.571-49.143 32.571l-18.857 0.571 9.714-61.143c0.571-4 4-6.286 7.429-6.286h10.857c25.714 0 45.143 3.429 40 34.286zM1316.571 146.286v731.429c0 40-33.143 73.143-73.143 73.143h-1170.286c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h1170.286c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-paypal" + ], + "defaultCode": 61940, + "grid": 14 + }, + { + "id": 456, + "paths": [ + "M912.571 516c0 26.286-4 46.286-12 60.571-6.857 12.571-17.714 20-29.714 20-8.571 0-16.571-1.714-23.429-5.143v-128c14.857-15.429 28-17.143 32.571-17.143 21.714 0 32.571 24 32.571 69.714zM1162.857 495.429h-62.857c2.286-38.286 12.571-56 32-56s29.714 18.286 30.857 56zM272 572.571c0-48-29.143-68-76.571-85.143v0c-25.143-9.143-38.857-16.571-38.857-28 0-9.714 8-14.857 21.714-14.857 26.286 0 52.571 9.714 70.857 18.857l10.286-64c-14.286-6.857-44-18.286-85.143-18.286-29.143 0-53.143 7.429-70.286 21.714-18.286 14.857-27.429 36.571-27.429 62.286 0 46.857 28.571 67.429 75.429 84 29.714 10.857 40 18.286 40 30.286 0 11.429-9.714 17.714-27.429 17.714-21.714 0-57.714-10.857-81.143-24.571l-10.286 64.571c20 11.429 57.143 23.429 96 23.429 30.857 0 56-7.429 73.714-21.143 19.429-15.429 29.143-37.714 29.143-66.857zM440.571 449.714l10.857-63.429h-54.857v-77.143l-73.714 12-10.286 65.143-26.286 4.571-9.714 58.857h35.429v125.143c0 32.571 8.571 54.857 25.143 68.571 14.286 11.429 34.857 17.143 63.429 17.143 22.286 0 35.429-4 45.143-6.286v-67.429c-5.143 1.143-17.143 4-25.143 4-16.571 0-24-9.143-24-28.571v-112.571h44zM621.143 464v-79.429c-5.714-1.143-10.857-1.714-16-1.714-24 0-43.429 12.571-50.857 35.429l-5.714-32h-74.857v269.143h85.714v-174.857c10.857-13.143 26.286-17.714 46.857-17.714 4.571 0 9.143 0 14.857 1.143zM642.286 655.429h85.714v-269.143h-85.714v269.143zM997.714 513.143c0-45.714-8.571-80.571-25.714-102.286-15.429-20-36.571-29.714-63.429-29.714-24.571 0-46.286 10.286-66.857 32l-4.571-26.857h-75.429v368.571l85.714-14.286v-86.286c13.143 4 26.857 6.286 38.857 6.286 21.143 0 52.571-5.714 76.571-32 23.429-25.143 34.857-64 34.857-115.429zM730.286 314.286c0-25.143-20-45.143-45.143-45.143s-45.143 20-45.143 45.143 20 45.714 45.143 45.714 45.143-20.571 45.143-45.714zM1243.429 518.286c0-42.857-9.143-76.571-27.429-100.571-18.857-24-46.857-36.571-82.286-36.571-73.143 0-118.286 53.714-118.286 140.571 0 48 12 84.571 36 107.429 21.143 21.143 52 31.429 92 31.429 36.571 0 70.286-8.571 91.429-22.857l-9.143-58.857c-21.143 11.429-45.714 17.714-73.143 17.714-16.571 0-28-3.429-36-10.857-9.143-7.429-14.286-20-16-37.714h141.714c0.571-4 1.143-23.429 1.143-29.714zM1316.571 146.286v731.429c0 40-33.143 73.143-73.143 73.143h-1170.286c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h1170.286c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-stripe" + ], + "defaultCode": 61941, + "grid": 14 + }, + { + "id": 457, + "paths": [ + "M890.286 486.857c29.143 170.286 104 261.714 170.286 317.714 0 40-33.143 73.143-73.143 73.143h-256c0 80.571-65.714 146.286-146.286 146.286s-145.714-65.143-146.286-145.714zM585.143 978.286c5.143 0 9.143-4 9.143-9.143s-4-9.143-9.143-9.143c-45.143 0-82.286-37.143-82.286-82.286 0-5.143-4-9.143-9.143-9.143s-9.143 4-9.143 9.143c0 55.429 45.143 100.571 100.571 100.571zM1157.714 64c6.286 8 5.714 19.429-1.714 26.286l-1069.714 926.857c-7.429 6.286-19.429 5.714-25.714-2.286l-48-54.857c-6.286-8-5.714-19.429 1.714-25.714l106.286-92c-6.857-11.429-10.857-24-10.857-37.714 84.571-71.429 182.857-199.429 182.857-475.429 0-109.714 90.857-229.714 242.286-252-2.857-6.857-4.571-14.286-4.571-22.286 0-30.286 24.571-54.857 54.857-54.857s54.857 24.571 54.857 54.857c0 8-1.714 15.429-4.571 22.286 98.286 14.286 170.857 69.714 209.714 137.143l238.857-207.429c7.429-6.286 19.429-5.714 25.714 2.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bell-slash" + ], + "defaultCode": 61942, + "grid": 14 + }, + { + "id": 458, + "paths": [ + "M594.286 969.143c0-5.143-4-9.143-9.143-9.143-45.143 0-82.286-37.143-82.286-82.286 0-5.143-4-9.143-9.143-9.143s-9.143 4-9.143 9.143c0 55.429 45.143 100.571 100.571 100.571 5.143 0 9.143-4 9.143-9.143zM287.429 697.714l501.143-434.286c-28.571-60-94.857-117.143-203.429-117.143-149.714 0-219.429 109.143-219.429 182.857 0 146.286-25.714 268.571-78.286 368.571zM1060.571 804.571c0 40-33.143 73.143-73.143 73.143h-256c0 80.571-65.714 146.286-146.286 146.286s-145.714-65.143-146.286-145.714l85.143-73.714h432.571c-63.429-71.429-106.286-158.286-129.714-262.286l63.429-55.429c29.143 170.286 104 261.714 170.286 317.714zM1109.714 9.143l48 54.857c6.286 8 5.714 19.429-1.714 26.286l-1069.714 926.857c-7.429 6.286-19.429 5.714-25.714-2.286l-48-54.857c-6.286-8-5.714-19.429 1.714-25.714l106.286-92c-6.857-11.429-10.857-24-10.857-37.714 84.571-71.429 182.857-199.429 182.857-475.429 0-109.714 90.857-229.714 242.286-252-2.857-6.857-4.571-14.286-4.571-22.286 0-30.286 24.571-54.857 54.857-54.857s54.857 24.571 54.857 54.857c0 8-1.714 15.429-4.571 22.286 98.286 14.286 170.857 69.714 209.714 137.143l238.857-207.429c7.429-6.286 19.429-5.714 25.714 2.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bell-slash-o" + ], + "defaultCode": 61943, + "grid": 14 + }, + { + "id": 459, + "paths": [ + "M292.571 786.286v-402.286c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v402.286c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM438.857 786.286v-402.286c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v402.286c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM585.143 786.286v-402.286c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v402.286c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM274.286 219.429h256l-27.429-66.857c-1.714-2.286-6.857-5.714-9.714-6.286h-181.143c-3.429 0.571-8 4-9.714 6.286zM804.571 237.714v36.571c0 10.286-8 18.286-18.286 18.286h-54.857v541.714c0 62.857-41.143 116.571-91.429 116.571h-475.429c-50.286 0-91.429-51.429-91.429-114.286v-544h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h176.571l40-95.429c11.429-28 45.714-50.857 76-50.857h182.857c30.286 0 64.571 22.857 76 50.857l40 95.429h176.571c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trash" + ], + "defaultCode": 61944, + "grid": 14 + }, + { + "id": 460, + "paths": [ + "M657.143 613.714v62.286c0 80.571-128.571 110.286-209.143 110.286-156.571 0-274.286-119.429-274.286-277.143 0-154.857 116.571-271.429 271.429-271.429 56.571 0 204.571 20 204.571 110.857v62.286c0 5.143-4 9.143-9.143 9.143h-67.429c-5.143 0-9.143-4-9.143-9.143v-40c0-36-69.143-52.571-116-52.571-106.857 0-181.143 77.143-181.143 188 0 114.857 77.714 198.857 185.714 198.857 41.143 0 118.857-15.429 118.857-51.429v-40c0-5.143 4-9.143 8.571-9.143h68c4.571 0 9.143 4 9.143 9.143zM438.857 146.286c-201.714 0-365.714 164-365.714 365.714s164 365.714 365.714 365.714 365.714-164 365.714-365.714-164-365.714-365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "copyright" + ], + "defaultCode": 61945, + "grid": 14 + }, + { + "id": 461, + "paths": [ + "M555.429 442.857c0-82.286-42.857-131.429-114.857-131.429-94.857 0-196.571 94.286-196.571 246.857 0 85.143 42.286 133.714 116.571 133.714 114.857 0 194.857-131.429 194.857-249.143zM877.714 512c0 177.714-126.857 244.571-235.429 248-7.429 0-10.286 0.571-18.286 0.571-35.429 0-63.429-10.286-81.143-30.286-10.857-12.571-17.143-28.571-18.857-47.429-35.429 44.571-97.143 88-174.286 88-122.857 0-193.143-76-193.143-208.571 0-182.286 126.286-330.286 280.571-330.286 66.857 0 120.571 28.571 149.143 77.143l1.143-10.857 6.286-32c0.571-4.571 4.571-10.286 8.571-10.286h67.429c2.857 0 5.714 4 7.429 6.286 1.714 1.714 2.286 6.286 1.714 9.143l-68.571 350.857c-2.286 10.857-2.857 19.429-2.857 27.429 0 30.857 9.143 37.143 32.571 37.143 38.857-1.143 164.571-17.143 164.571-174.857 0-222.286-143.429-365.714-365.714-365.714-201.714 0-365.714 164-365.714 365.714s164 365.714 365.714 365.714c84 0 166.286-29.143 231.429-82.286 8-6.857 19.429-5.714 25.714 2.286l23.429 28c2.857 4 4.571 8.571 4 13.714-0.571 4.571-2.857 9.143-6.857 12.571-77.714 63.429-176.571 98.857-277.714 98.857-241.714 0-438.857-197.143-438.857-438.857s197.143-438.857 438.857-438.857c262.286 0 438.857 176.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "at" + ], + "defaultCode": 61946, + "grid": 14 + }, + { + "id": 462, + "paths": [ + "M970.286 53.714c71.429 71.429 72 187.429 0 258.286l-128.571 127.429 59.429 59.429c7.429 7.429 7.429 18.857 0 26.286l-120 120c-7.429 7.429-18.857 7.429-26.286 0l-60-60-344.571 344.571c-13.714 13.714-32 21.143-51.429 21.143h-116l-146.286 73.143-36.571-36.571 73.143-146.286v-116c0-19.429 7.429-37.714 21.143-51.429l344.571-344.571-60-60c-7.429-7.429-7.429-18.857 0-26.286l120-120c7.429-7.429 18.857-7.429 26.286 0l59.429 59.429 127.429-128.571c70.857-72 186.857-71.429 258.286 0zM292.571 841.143l329.143-329.143-109.714-109.714-329.143 329.143v109.714h109.714z" + ], + "width": 1042.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eyedropper" + ], + "defaultCode": 61947, + "grid": 14 + }, + { + "id": 463, + "paths": [ + "M922.857 0c52 0 100 38.857 100 93.143 0 30.286-12 59.429-25.714 86.286-44.571 84.571-194.286 364-265.714 429.714-34.857 32.571-76 52-124.571 52-96.571 0-175.429-82.286-175.429-178.286 0-45.714 18.857-90.286 52.571-121.143l364.571-330.857c20-18.286 46.286-30.857 74.286-30.857zM403.429 590.857c29.714 57.714 84 101.143 146.857 117.714l0.571 40.571c3.429 162.857-109.714 274.857-273.143 274.857-193.714 0-277.714-154.286-277.714-329.714 21.143 14.286 94.857 73.143 118.857 73.143 14.286 0 26.286-8 31.429-21.143 48.571-126.857 124.571-149.714 253.143-155.429z" + ], + "width": 1022.8297142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paint-brush" + ], + "defaultCode": 61948, + "grid": 14 + }, + { + "id": 464, + "paths": [ + "M1024 804.571v219.429h-1024v-219.429c56 0 85.714-25.143 109.143-45.143 19.429-17.143 32.571-28 61.714-28s41.714 10.857 61.714 28c23.429 20 52.571 45.143 109.143 45.143 56 0 85.143-25.143 109.143-45.143 19.429-17.143 32-28 61.143-28s42.286 10.857 61.714 28c23.429 20 53.143 45.143 109.143 45.143s85.714-25.143 109.143-45.143c19.429-17.143 32.571-28 61.714-28 28.571 0 41.714 10.857 61.143 28 23.429 20 53.143 45.143 109.143 45.143zM1024 621.714v109.714c-29.143 0-41.714-10.857-61.714-28-23.429-20-52.571-45.143-108.571-45.143-56.571 0-85.714 25.143-109.143 45.143-20 17.143-32.571 28-61.714 28s-42.286-10.857-61.714-28c-23.429-20-52.571-45.143-109.143-45.143-56 0-85.143 25.143-109.143 45.143-19.429 17.143-32 28-61.143 28s-42.286-10.857-61.714-28c-23.429-20-53.143-45.143-109.143-45.143-56.571 0-85.714 25.143-109.143 45.143-19.429 17.143-32.571 28-61.714 28v-109.714c0-60.571 49.143-109.714 109.714-109.714h36.571v-256h146.286v256h146.286v-256h146.286v256h146.286v-256h146.286v256h36.571c60.571 0 109.714 49.143 109.714 109.714zM292.571 128c0 60.571-32.571 91.429-73.143 91.429s-73.143-32.571-73.143-73.143c0-70.857 73.143-52.571 73.143-146.286 27.429 0 73.143 67.429 73.143 128zM585.143 128c0 60.571-32.571 91.429-73.143 91.429s-73.143-32.571-73.143-73.143c0-70.857 73.143-52.571 73.143-146.286 27.429 0 73.143 67.429 73.143 128zM877.714 128c0 60.571-32.571 91.429-73.143 91.429s-73.143-32.571-73.143-73.143c0-70.857 73.143-52.571 73.143-146.286 27.429 0 73.143 67.429 73.143 128z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "birthday-cake" + ], + "defaultCode": 61949, + "grid": 14 + }, + { + "id": 465, + "paths": [ + "M1170.286 877.714v73.143h-1170.286v-877.714h73.143v804.571h1097.143zM950.857 292.571l146.286 512h-950.857v-329.143l256-329.143 329.143 329.143z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "area-chart" + ], + "defaultCode": 61950, + "grid": 14 + }, + { + "id": 466, + "paths": [ + "M438.857 508.571l312 312c-79.429 80.571-190.286 130.286-312 130.286-242.286 0-438.857-196.571-438.857-438.857s196.571-438.857 438.857-438.857v435.429zM545.714 512h441.714c0 121.714-49.714 232.571-130.286 312zM950.857 438.857h-438.857v-438.857c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 987.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pie-chart" + ], + "defaultCode": 61952, + "grid": 14 + }, + { + "id": 467, + "paths": [ + "M1170.286 877.714v73.143h-1170.286v-877.714h73.143v804.571h1097.143zM1097.143 164.571v248.571c0 16-19.429 24.571-31.429 12.571l-69.143-69.143-361.714 361.714c-7.429 7.429-18.857 7.429-26.286 0l-133.143-133.143-237.714 237.714-109.714-109.714 334.286-334.286c7.429-7.429 18.857-7.429 26.286 0l133.143 133.143 265.143-265.143-69.143-69.143c-12-12-3.429-31.429 12.571-31.429h248.571c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "line-chart" + ], + "defaultCode": 61953, + "grid": 14 + }, + { + "id": 468, + "paths": [ + "M738.286 402.286c0 3.429 4.571 19.429 5.714 23.429 15.429 46.857 51.429 56.571 94.286 68.571 95.429 26.857 185.714 77.714 185.714 189.714 0 113.714-94.857 193.714-205.714 193.714-184 0-241.143-225.143-294.286-362.286-44-113.143-90.286-179.429-217.714-179.429-113.143 0-212.571 108.571-212.571 220 0 118.286 88.571 228 211.429 228 54.286 0 110.857-11.429 147.429-54.286v0c17.714-20 34.857-41.714 47.429-66.286l48 86.857c-6.286 14.286-15.429 28-25.143 40l0.571 0.571c-57.714 66.857-136.571 86.857-221.714 86.857-172.571 0-301.714-152.571-301.714-320.571 0-162.857 141.714-314.286 306.286-314.286 273.143 0 286.857 236.571 379.429 426.857 25.143 52.571 68 114.286 133.143 114.286 59.429 0 112-38.286 112-101.143 0-136-249.714-43.429-285.143-266.857-1.143-6.286-1.714-12.571-1.714-18.857 0-84.571 79.429-157.143 163.429-154.286 50.286 1.714 80.571 3.429 120.571 38.857h-0.571c15.429 14.286 26.857 33.714 38.857 50.286l-73.714 56.571c-8.571-16-16.571-29.143-30.857-40v-0.571c-13.714-12.571-38.286-12-55.429-12-37.143 0-68 28-68 66.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lastfm" + ], + "defaultCode": 61954, + "grid": 14 + }, + { + "id": 469, + "paths": [ + "M818.286 601.143c0-80.571-65.143-117.143-133.714-136.571-31.429-8.571-57.143-16-68.571-50.286-0.571-2.857-3.429-13.714-3.429-16 0-27.429 21.714-47.429 48.571-47.429 12.571 0 30.286-0.571 40.571 8.571h-0.571c10.857 8 16 17.143 22.286 29.143l53.143-40.571c-8.571-12-17.143-26.286-28-36.571v0c-26.857-24-52-28-87.429-28-60 0-116.571 49.143-116.571 111.429 0 4.571 0.571 8.571 1.143 13.143 12.571 77.714 52 101.714 121.714 121.714 34.286 9.714 82.857 25.143 83.429 67.429v2.857c0.571 45.714-37.714 73.143-80.571 73.143-46.857 0-77.143-44.571-95.429-82.286-66.286-136.571-76.571-307.429-273.143-307.429-118.286 0-224.571 109.143-220.571 226.286v0.571c4 122.286 88 230.286 217.143 230.286 61.143 0 118.286-14.286 159.429-62.857v0c6.857-9.143 13.143-18.857 17.714-29.143l-34.286-62.286c-32 60.571-71.429 86.857-140 86.857-90.286 0-152.571-80-152.571-166.286 0-79.429 73.143-156 153.143-156 91.429 0 124.571 47.429 156.571 129.143 38.286 98.286 79.429 260.571 212 260.571 79.429 0 148-57.714 148-139.429zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lastfm-square" + ], + "defaultCode": 61955, + "grid": 14 + }, + { + "id": 470, + "paths": [ + "M658.286 512c0-161.143-131.429-292.571-292.571-292.571s-292.571 131.429-292.571 292.571 131.429 292.571 292.571 292.571 292.571-131.429 292.571-292.571zM1097.143 512c0-161.143-131.429-292.571-292.571-292.571h-220.571c89.143 66.857 147.429 173.143 147.429 292.571s-58.286 225.714-147.429 292.571h220.571c161.143 0 292.571-131.429 292.571-292.571zM1170.286 512c0 201.714-164 365.714-365.714 365.714h-438.857c-201.714 0-365.714-164-365.714-365.714s164-365.714 365.714-365.714h438.857c201.714 0 365.714 164 365.714 365.714z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "toggle-off" + ], + "defaultCode": 61956, + "grid": 14 + }, + { + "id": 471, + "paths": [ + "M0 512c0-201.714 164-365.714 365.714-365.714h438.857c201.714 0 365.714 164 365.714 365.714s-164 365.714-365.714 365.714h-438.857c-201.714 0-365.714-164-365.714-365.714zM804.571 804.571c161.143 0 292.571-131.429 292.571-292.571s-131.429-292.571-292.571-292.571-292.571 131.429-292.571 292.571 131.429 292.571 292.571 292.571z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "toggle-on" + ], + "defaultCode": 61957, + "grid": 14 + }, + { + "id": 472, + "paths": [ + "M435.429 658.286h-179.429c-30.286 0-47.429-34.286-29.143-58.286l107.429-143.429c-24-11.429-50.286-17.714-78.286-17.714-100.571 0-182.857 82.286-182.857 182.857s82.286 182.857 182.857 182.857c88.571 0 162.286-62.857 179.429-146.286zM329.143 585.143h106.286c-6.857-32-21.714-61.143-42.857-84.571zM603.429 585.143l164.571-219.429h-274.286l-56.571 75.429c38.286 37.714 64 88 72 144h94.286zM1243.429 621.714c0-100.571-82.286-182.857-182.857-182.857-24.571 0-47.429 5.143-69.143 13.714l99.429 148.571c11.429 17.143 6.857 40-9.714 50.857-6.286 4.571-13.714 6.286-20.571 6.286-12 0-23.429-5.714-30.286-16.571l-99.429-148.571c-32.571 33.143-53.143 78.286-53.143 128.571 0 100.571 82.286 182.857 182.857 182.857s182.857-82.286 182.857-182.857zM1316.571 621.714c0 141.143-114.857 256-256 256s-256-114.857-256-256c0-75.429 33.143-143.429 85.143-190.286l-37.143-56-201.714 268c-6.857 9.714-17.714 14.857-29.143 14.857h-112.571c-17.714 124-124 219.429-253.143 219.429-141.143 0-256-114.857-256-256s114.857-256 256-256c44.571 0 86.286 11.429 122.857 31.429l78.286-104.571h-128c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h219.429v73.143h248.571l-48.571-73.143h-126.857c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h146.286c12 0 23.429 6.286 30.286 16l152.571 228.571c33.143-16 70.286-25.143 109.714-25.143 141.143 0 256 114.857 256 256z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bicycle" + ], + "defaultCode": 61958, + "grid": 14 + }, + { + "id": 473, + "paths": [ + "M219.429 694.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM804.571 694.857c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM778.286 468.571l-41.143-219.429c-3.429-17.143-18.286-29.714-36-29.714h-524.571c-17.714 0-32.571 12.571-36 29.714l-41.143 219.429c-4 22.857 13.143 43.429 36 43.429h606.857c22.857 0 40-20.571 36-43.429zM649.143 118.857c0-15.429-12-27.429-27.429-27.429h-365.714c-14.857 0-27.429 12-27.429 27.429s12.571 27.429 27.429 27.429h365.714c15.429 0 27.429-12 27.429-27.429zM877.714 533.143v344.571h-73.143v73.143c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143v-73.143h-438.857v73.143c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143v-73.143h-73.143v-344.571c0-46.857 4-81.714 14.286-127.429l58.857-259.429c10.857-91.429 170.857-146.286 365.714-146.286s354.857 54.857 365.714 146.286l60 259.429c10.286 45.714 13.143 80.571 13.143 127.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bus" + ], + "defaultCode": 61959, + "grid": 14 + }, + { + "id": 474, + "paths": [ + "M836 475.429c0 26.857-21.714 49.143-49.143 49.143h-401.143c-27.429 0-49.143-22.286-49.143-49.143s21.714-49.143 49.143-49.143h401.143c27.429 0 49.143 22.286 49.143 49.143zM958.286 475.429c0-33.714-4.571-65.714-13.143-97.143h-561.143c-27.429 0-49.143-21.714-49.143-48.571 0-27.429 21.714-49.143 49.143-49.143h518.857c-65.714-106.857-183.429-177.714-317.143-177.714-205.714 0-373.143 166.857-373.143 372.571 0 33.714 4.571 65.714 13.143 97.143h561.143c27.429 0 49.143 21.714 49.143 48.571 0 27.429-21.714 49.143-49.143 49.143h-518.857c65.714 106.857 183.429 177.714 317.714 177.714 205.143 0 372.571-166.857 372.571-372.571zM1170.286 329.714c0 26.857-21.714 48.571-49.143 48.571h-74.857c6.286 31.429 9.714 64 9.714 97.143 0 259.429-210.857 470.857-470.286 470.857-190.286 0-354.286-113.143-428.571-276h-108c-27.429 0-49.143-21.714-49.143-49.143 0-26.857 21.714-48.571 49.143-48.571h75.429c-6.286-31.429-9.714-64-9.714-97.143 0-259.429 210.857-470.857 470.857-470.857 189.714 0 353.714 113.143 428 276h107.429c27.429 0 49.143 21.714 49.143 49.143z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ioxhost" + ], + "defaultCode": 61960, + "grid": 14 + }, + { + "id": 475, + "paths": [ + "M544.571 216l-65.143 187.429 66.857 12c17.143-46.857 94.286-257.714 94.286-296 0-14.286-4.571-32-21.714-32-32 0-66.286 104-74.286 128.571zM373.714 608.571c6.286 16.571 13.143 33.143 18.857 50.286 12.571-14.286 25.714-27.429 40.571-38.286-20-4-40-5.714-59.429-12zM206.857 96.571c0 58.286 69.143 240 90.857 297.714 8-4.571 18.286-5.714 28-5.714 13.714 0 29.143 1.714 42.857 2.857l-69.143-200.571c-7.429-21.714-40.571-125.714-70.286-125.714-15.429 0-22.286 18.286-22.286 31.429zM161.714 530.286c0 41.714 112 195.429 153.714 195.429 11.429 0 21.143-12.571 21.143-22.857 0-13.143-13.143-45.714-18.286-58.286-14.857-38.286-69.143-156.571-116-156.571-15.429 0-40.571 26.857-40.571 42.286zM71.429 721.714c0 20.571 6.857 40.571 14.286 59.429 45.143 111.429 146.857 176.571 265.714 176.571 86.857 0 160-33.143 218.286-97.143 61.714-68.571 86.857-153.143 86.857-244 0-32 0.571-82.857-24.571-105.714-48-42.286-210.857-58.286-275.429-58.286-8 0-21.714 0.571-28 6.286-6.857 2.857-6.857 13.714-6.857 20 0 87.429 184.571 79.429 240 79.429 10.857 0 16 2.857 22.857 10.857 7.429 9.143 9.714 20 10.857 31.429-14.857 14.857-35.429 23.429-54.857 30.857-18.857 6.857-37.143 14.286-53.143 26.286-44 32-87.429 86.857-87.429 143.429 0 35.429 21.143 65.714 21.143 100.571 0 0.571-4 13.143-4 14.857-65.143-4.571-81.143-69.143-83.429-123.429-6.857 1.714-16 1.143-23.429 1.143 1.143 4 1.143 8 1.143 12 0 41.714-37.143 72-77.143 72-61.714 0-143.429-72.571-143.429-135.429 0-17.143 7.429-26.857 18.857-38.286 11.429 14.286 23.429 28.571 34.286 43.429 16.571 22.286 45.143 59.429 76 59.429 8 0 23.429-6.857 23.429-16.571 0-25.714-93.714-146.286-116.571-146.286-36 0-55.429 47.429-55.429 77.143zM6.286 726.857c0-74.286 28.571-123.429 102.286-143.429-6.286-16.571-16-41.714-16-59.429 0-46.857 57.714-105.143 104.571-105.143 13.714 0 27.429 4 40 8.571-24-68-93.143-259.429-93.143-324 0-57.714 29.143-103.429 91.429-103.429 80 0 170.857 288 190.286 345.143 25.143-62.857 104-326.286 193.143-326.286 56 0 87.429 44.571 87.429 97.714 0 60.571-67.429 249.143-90.857 314.286 96 23.429 109.714 101.143 109.714 187.429 0 228.571-145.714 405.714-381.714 405.714-43.429 0-86.286-8.571-127.429-24-108.571-41.143-209.714-152.571-209.714-273.143z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angellist" + ], + "defaultCode": 61961, + "grid": 14 + }, + { + "id": 476, + "paths": [ + "M448.571 576h118.286c-10.857 120.571-80 193.714-178.857 193.714-123.429 0-198.286-94.857-198.286-246.857 0-150.857 82.286-245.143 186.286-245.143 114.286 0 178.286 70.857 188 190.857h-116c-4-48.571-28-76.571-66.857-76.571-42.857 0-68.571 45.714-68.571 136 0 65.714 11.429 127.429 73.714 127.429 39.429 0 57.714-34.286 62.286-79.429zM855.429 576h117.714c-10.857 120.571-79.429 193.714-178.286 193.714-123.429 0-198.286-94.857-198.286-246.857 0-150.857 82.286-245.143 186.286-245.143 114.286 0 178.286 70.857 188 190.857h-116.571c-3.429-48.571-28-76.571-66.286-76.571-42.857 0-68.571 45.714-68.571 136 0 65.714 10.857 127.429 73.143 127.429 39.429 0 58.286-34.286 62.857-79.429zM1060.571 508c0-153.143-8-219.429-43.429-267.429-7.429-9.714-19.429-16-29.143-22.857-36-26.286-203.429-36-398.286-36s-370.286 9.714-405.714 36c-10.286 7.429-22.857 13.143-30.286 22.857-35.429 47.429-42.857 114.286-42.857 267.429 0 153.714 8 220 42.857 267.429 8 10.857 20 15.429 30.286 23.429 35.429 26.286 210.857 37.143 405.714 37.143s362.286-10.286 398.286-37.143c9.714-7.429 22.286-12 29.143-23.429 36-46.857 43.429-113.714 43.429-267.429zM1170.286 73.143v877.714h-1170.286v-877.714h1170.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc" + ], + "defaultCode": 61962, + "grid": 14 + }, + { + "id": 477, + "paths": [ + "M566.857 356.571v283.429c0 10.286-8 18.286-18.286 18.286h-91.429c-10.286 0-18.286-8-18.286-18.286v-283.429c0-85.714-69.714-155.429-155.429-155.429h-155.429v658.286c0 10.286-8 18.286-18.286 18.286h-91.429c-10.286 0-18.286-8-18.286-18.286v-768c0-10.286 8-18.286 18.286-18.286h265.143c156.571 0 283.429 126.857 283.429 283.429zM786.286 91.429v502.857c0 156.571-126.857 283.429-283.429 283.429h-265.143c-10.286 0-18.286-8-18.286-18.286v-548.571c0-10.286 8-18.286 18.286-18.286h91.429c10.286 0 18.286 8 18.286 18.286v438.857h155.429c85.714 0 155.429-69.714 155.429-155.429v-502.857c0-10.286 8-18.286 18.286-18.286h91.429c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 786.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ils", + "shekel", + "sheqel" + ], + "defaultCode": 61963, + "grid": 14 + }, + { + "id": 478, + "paths": [ + "M749.143 481.143v65.143c0 18.286-10.857 29.714-29.143 29.714h-115.429c-18.286 0-29.714-11.429-29.714-29.714v-65.143c0-18.286 11.429-29.714 29.714-29.714h115.429c18.286 0 29.143 11.429 29.143 29.714zM469.143 612.571v-142.857c0-40.571-26.857-67.429-67.429-67.429h-76c-25.714 0-44.571 10.857-54.857 29.714-10.286-18.857-29.143-29.714-54.857-29.714h-74.286c-40 0-67.429 26.857-67.429 67.429v142.857c0 8.571 4 12.571 12 12.571h31.429c8.571 0 12.571-4 12.571-12.571v-131.429c0-18.286 10.857-29.714 29.714-29.714h53.714c18.286 0 29.714 11.429 29.714 29.714v131.429c0 8.571 3.429 12.571 12 12.571h30.857c8.571 0 12.571-4 12.571-12.571v-131.429c0-18.286 11.429-29.714 29.714-29.714h55.429c18.286 0 29.143 11.429 29.143 29.714v131.429c0 8.571 4 12.571 12.571 12.571h31.429c8 0 12-4 12-12.571zM805.714 557.714v-88c0-40.571-27.429-67.429-68-67.429h-150.857c-40.571 0-68 26.857-68 67.429v234.286c0 8.571 4.571 12 12.571 12h31.429c8.571 0 12-3.429 12-12v-102.857c10.857 14.857 28 24 53.714 24h109.143c40.571 0 68-27.429 68-67.429zM877.714 205.714v612.571c0 73.143-59.429 132.571-132.571 132.571h-612.571c-73.143 0-132.571-59.429-132.571-132.571v-612.571c0-73.143 59.429-132.571 132.571-132.571h612.571c73.143 0 132.571 59.429 132.571 132.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "meanpath" + ], + "defaultCode": 61964, + "grid": 14 + }, + { + "id": 479, + "paths": [ + "M522.857 620.571h-168l84-314.857zM572 804.571h177.714l-185.143-585.143h-251.429l-185.143 585.143h177.714l218.857-179.429zM877.714 237.714v548.571c0 90.286-74.286 164.571-164.571 164.571h-548.571c-90.286 0-164.571-74.286-164.571-164.571v-548.571c0-90.286 74.286-164.571 164.571-164.571h548.571c90.286 0 164.571 74.286 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "buysellads" + ], + "defaultCode": 61965, + "grid": 14 + }, + { + "id": 480, + "paths": [ + "M1170.286 511.429c0 16-11.429 29.143-26.286 32l-117.143 203.429c1.143 3.429 1.714 6.857 1.714 10.286 0 15.429-10.857 28.571-25.714 31.429l-110.286 192.571c1.143 2.857 1.714 5.714 1.714 9.143 0 17.714-14.286 32.571-32.571 32.571-9.143 0-17.714-4-23.429-10.286h-228.571c-5.714 6.857-14.857 11.429-24.571 11.429s-18.857-4.571-24.571-11.429h-228c-5.714 6.857-14.286 11.429-24.571 11.429-17.714 0-32.571-14.286-32.571-32.571 0-4 1.143-8 2.286-11.429l-110.286-191.429c-14.857-2.857-25.714-16-25.714-31.429 0-4 0.571-6.857 1.714-10.286l-117.714-203.429c-14.857-3.429-25.714-16.571-25.714-32 0-16 11.429-29.143 26.857-32l113.714-196.571c0-1.143-0.571-2.286-0.571-3.429 0-13.143 8-24 19.429-29.143l119.429-207.429c-1.143-2.857-2.286-6.857-2.286-10.286 0-18.286 14.857-32.571 32.571-32.571 10.286 0 18.857 4.571 25.143 12h226.286c5.714-7.429 14.286-12 24.571-12s18.857 4.571 24.571 12h227.429c6.286-7.429 14.857-12 25.143-12 17.714 0 32.571 14.286 32.571 32.571 0 3.429-1.143 6.857-2.286 10.286l118.286 204.571c17.143 0.571 31.429 14.857 31.429 32 0 5.714-1.714 10.857-4 15.429l106.857 185.143c14.286 2.857 25.143 16 25.143 31.429zM607.429 968h222.286l-195.429-202.286h-81.714l-195.429 202.286h205.714c5.714-5.143 13.714-9.143 22.286-9.143s16.571 4 22.286 9.143zM64 504c0.571 2.286 0.571 4.571 0.571 7.429s0 5.714-1.143 8.571l118.857 205.714c2.857 0.571 5.714 2.286 8.571 3.429l107.429-113.714v-198.286l-106.857-110.857c-5.143 3.429-10.857 5.143-16.571 5.714zM563.429 56h-221.714l108.571 114.286 316.571-114.286h-160c-5.714 5.714-13.143 9.143-21.714 9.143s-16-3.429-21.714-9.143zM965.143 748.571c0.571-2.286 1.714-4.571 2.857-6.286l-36.571-38.857-9.714 45.143h43.429zM904.571 748.571l12.571-60-144-152-169.143 175.429 36 36.571h264.571zM854.286 958.857l9.143-16 37.143-177.143h-244l190.286 196c2.286-1.143 4.571-2.286 7.429-2.857zM330.286 968h2.857l195.429-202.286h-213.143v191.429l2.286 3.429c5.143 1.714 9.143 4 12.571 7.429zM315.429 748.571h229.714l36.571-37.714-176.571-183.429-89.714 94.857v126.286zM205.143 748.571h93.143v-108l-96 101.143c1.143 2.286 2.286 4.571 2.857 6.857zM204.571 277.143c0 0.571 0.571 1.714 0.571 2.286 0 6.286-1.714 12-4.571 16.571l97.714 101.143v-153.714zM315.429 237.143v177.714l87.429 89.714 169.714-179.429-127.429-134.857zM317.714 63.429l-2.286 4.571v150.857l117.143-42.286-109.143-114.857c-1.714 0.571-3.429 1.143-5.714 1.714zM826.857 56h-9.143l-354.857 128 121.714 128.571zM584.571 337.143l-169.714 180 177.714 182.286 169.143-175.429zM393.143 515.429l-77.714-80.571v162.286zM593.143 723.429l-24 25.143h48.571zM785.143 524.571l136 143.429 75.429-356.571-1.714-2.857-0.571-0.571zM981.714 296c-2.857-4.571-4.571-10.286-4.571-16.571v-1.143l-123.429-214.857c-2.857-0.571-5.143-1.714-7.429-2.857l-249.714 264.571 177.143 186.857zM298.286 225.143v-127.429l-93.143 161.143zM298.286 765.714h-93.143l93.143 161.714v-161.714zM918.286 765.714l-27.429 129.714 74.286-129.714h-46.857zM988 725.714l118.286-206.286c-0.571-2.857-1.143-5.143-1.143-8 0-3.429 1.143-6.286 1.714-9.143l-97.714-169.143-73.714 349.714 44 46.857c2.857-1.714 5.714-2.857 8.571-4z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "connectdevelop" + ], + "defaultCode": 61966, + "grid": 14 + }, + { + "id": 481, + "paths": [ + "M0 388.571c0-98.857 78.857-184 179.429-184h424l201.143-204.571v840c0 99.429-78.857 184-179.429 184h-445.714c-100.571 0-179.429-84.571-179.429-184v-451.429zM704 819.429l-100.571-102.857v-242.857c0-34.857-28-64-62.857-64h-276.571c-34.857 0-62.857 29.143-62.857 64v281.143c0 34.857 28 64.571 62.857 64.571h440z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dashcube" + ], + "defaultCode": 61968, + "grid": 14 + }, + { + "id": 482, + "paths": [ + "M533.714 85.714c-241.714 92-432 285.143-522.286 527.429-7.429-33.143-11.429-66.857-11.429-100.571 0-241.714 195.429-437.714 437.143-437.714 32.571 0 65.143 4 96.571 10.857zM687.429 153.714c35.429 24.571 66.857 54.286 93.714 88.571-296 86.286-527.429 318.857-612 615.429-33.714-26.286-64-57.143-88.571-92.571 85.143-293.714 313.714-524.571 606.857-611.429zM268.571 916c88-271.429 300.571-485.143 570.857-574.857 15.429 35.429 25.714 73.143 30.857 111.429-222.857 91.429-400 269.714-490.857 493.143-38.286-5.143-75.429-14.857-110.857-29.714zM877.714 949.143c-70.857-18.286-141.143-40-209.714-65.714-50.286 31.429-106.857 52.571-165.714 61.143 83.429-156 212-285.143 367.429-369.143-8 57.143-28 113.143-57.714 162.286 25.714 69.143 47.429 140 65.714 211.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "forumbee" + ], + "defaultCode": 61969, + "grid": 14 + }, + { + "id": 483, + "paths": [ + "M1081.714 224l88.571 726.857c-53.143 0-98.857-10.857-146.857-32.571-71.429-32.571-145.714-52-224.571-52-81.143 0-156 26.857-213.714 84.571-57.714-57.714-132.571-84.571-213.714-84.571-78.857 0-153.143 19.429-224.571 52-46.286 20.571-93.143 32.571-144 32.571h-2.857l88.571-726.857c81.714-46.286 181.143-72.571 275.429-72.571 77.143 0 156.571 16 221.143 60.571 64.571-44.571 144-60.571 221.143-60.571 94.286 0 193.714 26.286 275.429 72.571zM798.857 788c108.571 0 182.857 29.143 281.143 69.714l-70.857-583.429c-64-29.143-140-44.571-210.286-44.571-80 0-154.857 25.143-213.714 80.571-58.857-55.429-133.714-80.571-213.714-80.571-70.286 0-146.286 15.429-210.286 44.571l-70.857 583.429c98.286-40.571 172.571-69.714 281.143-69.714 78.286 0 147.429 20 213.714 61.714 66.286-41.714 135.429-61.714 213.714-61.714zM821.714 768.571l-31.429-518.286c-82.286 1.714-147.429 29.714-205.143 88.571-60-61.143-128-88.571-213.714-88.571-64 0-132.571 13.143-192 37.714l-65.143 537.714c86.286-35.429 162.286-57.714 257.143-57.714 75.429 0 149.143 18.286 213.714 58.286 64.571-40 138.286-60 213.714-58.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "leanpub" + ], + "defaultCode": 61970, + "grid": 14 + }, + { + "id": 484, + "paths": [ + "M857.143 783.429v-418.857c0-16-13.143-29.143-28.571-29.143h-53.143c-15.429 0-28.571 13.143-28.571 29.143v418.857c0 15.429 13.143 28.571 28.571 28.571h53.143c15.429 0 28.571-13.143 28.571-28.571zM694.857 783.429v-303.429c0-15.429-13.143-28.571-28.571-28.571h-57.714c-15.429 0-28.571 13.143-28.571 28.571v303.429c0 15.429 13.143 28.571 28.571 28.571h57.714c15.429 0 28.571-13.143 28.571-28.571zM528 783.429v-245.143c0-15.429-13.143-28.571-28.571-28.571h-57.714c-15.429 0-28.571 13.143-28.571 28.571v245.143c0 15.429 13.143 28.571 28.571 28.571h57.714c15.429 0 28.571-13.143 28.571-28.571zM361.143 783.429v-206.857c0-15.429-13.143-28.571-28.571-28.571h-57.714c-15.429 0-28.571 13.143-28.571 28.571v206.857c0 15.429 13.143 28.571 28.571 28.571h57.714c15.429 0 28.571-13.143 28.571-28.571zM1170.286 700c0 126.857-103.429 229.714-229.714 229.714h-710.857c-126.286 0-229.714-102.857-229.714-229.714 0-88.571 52-169.714 132-207.429-4-13.714-5.714-28-5.714-41.714 0-86.286 70.286-156.571 156.571-156.571 37.714 0 74.286 13.714 102.857 38.286 34.286-139.429 160-238.286 304-238.286 172.571 0 313.143 140.571 313.143 313.143 0 23.429-2.286 46.857-8 69.714 102.857 25.143 175.429 117.714 175.429 222.857z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sellsy" + ], + "defaultCode": 61971, + "grid": 14 + }, + { + "id": 485, + "paths": [ + "M0 0h877.714v795.429l-443.429 193.143-434.286-193.143v-795.429zM820.571 758.286v-529.143h-763.429v529.143l377.714 168zM820.571 172v-114.857h-763.429v114.857h763.429zM103.429 342.286v65.714h-21.143v-65.714h21.143zM103.429 426.857v65.714h-21.143v-65.714h21.143zM103.429 511.429v65.714h-21.143v-65.714h21.143zM103.429 596v65.714h-21.143v-65.714h21.143zM103.429 680.571v65.714h-21.143v-65.714h21.143zM118.286 762.286l8.571-19.429 60 26.857-8.571 18.857zM196 796.571l8.571-19.429 60 26.286-8.571 19.429zM273.143 830.857l8.571-19.429 60 26.286-8.571 19.429zM350.857 864.571l8.571-18.857 59.429 26.286-8.571 19.429zM455.429 872l60-26.286 8.571 18.857-60 26.857zM532.571 837.714l60-26.286 8.571 19.429-60 26.286zM610.286 803.429l60-26.286 8.571 19.429-60 26.286zM687.429 769.714l60-26.857 8.571 19.429-60 26.286zM148 84v20.571h-65.143v-20.571h65.143zM240.571 84v20.571h-65.714v-20.571h65.714zM333.143 84v20.571h-65.714v-20.571h65.714zM425.143 84v20.571h-65.143v-20.571h65.143zM517.714 84v20.571h-65.143v-20.571h65.143zM610.286 84v20.571h-65.714v-20.571h65.714zM702.857 84v20.571h-65.714v-20.571h65.714zM794.857 84v20.571h-65.143v-20.571h65.143zM103.429 278.286v45.143h-21.143v-65.714h65.714v20.571h-44.571zM240.571 257.714v20.571h-65.714v-20.571h65.714zM333.143 257.714v20.571h-65.714v-20.571h65.714zM425.143 257.714v20.571h-65.143v-20.571h65.143zM517.714 257.714v20.571h-65.143v-20.571h65.143zM610.286 257.714v20.571h-65.714v-20.571h65.714zM702.857 257.714v20.571h-65.714v-20.571h65.714zM774.286 323.429v-45.143h-44.571v-20.571h65.714v65.714h-21.143zM774.286 408v-65.714h21.143v65.714h-21.143zM774.286 492.571v-65.714h21.143v65.714h-21.143zM774.286 577.143v-65.714h21.143v65.714h-21.143zM774.286 661.714v-65.714h21.143v65.714h-21.143zM774.286 746.286v-65.714h21.143v65.714h-21.143zM434.286 726.286c-98.286 0-178.857-80-178.857-178.857 0-98.286 80.571-178.857 178.857-178.857 98.857 0 178.857 80.571 178.857 178.857 0 98.857-80 178.857-178.857 178.857zM340 508.571c0 86.857 152 23.429 152 74.286 0 25.714-46.857 28-64 28-24 0-58.286-5.143-70.286-29.143h-1.714l-17.714 36c29.143 18.286 57.143 24 92.571 24 38.286 0 100-11.429 100-61.143 0-94.286-153.714-32-153.714-74.286 0-25.714 40.571-29.143 58.286-29.143 21.143 0 57.143 6.286 69.714 25.714h1.714l17.143-33.143c-29.714-12-53.714-23.429-86.857-23.429-39.429 0-97.143 12.571-97.143 62.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shirtsinbulk" + ], + "defaultCode": 61972, + "grid": 14 + }, + { + "id": 486, + "paths": [ + "M493.143 589.714c0-85.714-69.143-154.857-154.857-154.857-85.143 0-154.286 69.143-154.286 154.857 0 85.143 69.143 154.286 154.286 154.286 85.714 0 154.857-69.143 154.857-154.286zM986.286 589.143c0-85.143-69.143-154.286-154.286-154.286-85.714 0-154.857 69.143-154.857 154.286 0 85.714 69.143 154.857 154.857 154.857 85.143 0 154.286-69.143 154.286-154.857zM1170.286 126.857v770.286c0 33.714-27.429 61.143-61.714 61.143h-1046.857c-34.286 0-61.714-27.429-61.714-61.143v-770.286c0-33.714 27.429-61.143 61.714-61.143h246.286c33.714 0 61.714 27.429 61.714 61.143v92h430.857v-92c0-33.714 28-61.143 61.714-61.143h246.286c34.286 0 61.714 27.429 61.714 61.143z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "simplybuilt" + ], + "defaultCode": 61973, + "grid": 14 + }, + { + "id": 487, + "paths": [ + "M817.143 333.143c0 0-0.571-0.571 0 0v0zM965.714 449.714c110.857 0 204.571 82.857 204.571 196 0 120.571-96 209.143-214.857 209.143-303.429 0-359.429-456.571-657.714-456.571-115.429 0-199.429 73.714-199.429 192 0 122.286 91.429 196 209.714 196 77.714 0 166.286-32.571 229.143-77.714 10.286-7.429 30.857-29.714 41.714-29.714s20 9.143 20 20c0 14.286-24 34.857-34.286 44-74.857 65.143-183.429 112-282.857 112-152.571 0-281.714-108-281.714-265.143s123.429-272.571 279.429-272.571c338.857 0 406.857 449.714 661.714 449.714 76.571 0 134.286-49.714 134.286-128 0-72.571-56-127.429-128-127.429-32 0-64 21.143-85.714 21.143-15.429 0-29.143-13.143-29.143-28.571 0-21.143 9.714-43.429 9.714-66.286 0-121.714-93.143-209.714-213.714-209.714-97.143 0-146.286 67.429-162.286 67.429-11.429 0-20.571-9.143-20.571-20.571 0-10.286 7.429-18.857 14.286-26.286 46.286-52.571 118.286-80 188-80 145.143 0 254.286 106.857 254.286 252 0 12.571-0.571 25.143-2.286 37.714 21.714-5.714 44-8.571 65.714-8.571z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "skyatlas" + ], + "defaultCode": 61974, + "grid": 14 + }, + { + "id": 488, + "paths": [ + "M694.857 402.286c0-20-16.571-36.571-36.571-36.571h-73.143v-73.143c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571v73.143h-73.143c-20 0-36.571 16.571-36.571 36.571s16.571 36.571 36.571 36.571h73.143v73.143c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571v-73.143h73.143c20 0 36.571-16.571 36.571-36.571zM365.714 877.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM877.714 877.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM950.857 256v292.571c0 18.286-13.714 34.286-32.571 36.571l-596.571 69.714c2.286 12.571 7.429 26.857 7.429 40s-8 25.143-13.714 36.571h525.714c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571h-585.143c-20 0-36.571-16.571-36.571-36.571 0-17.714 26.857-61.714 34.857-78.286l-101.143-470.286h-116.571c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h146.286c38.857 0 39.429 45.714 45.143 73.143h686.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cart-plus" + ], + "defaultCode": 61975, + "grid": 14 + }, + { + "id": 489, + "paths": [ + "M731.429 402.286c0-20-16.571-36.571-36.571-36.571-9.714 0-18.857 4-25.714 10.857l-84 83.429v-167.429c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571v167.429l-84-83.429c-6.857-6.857-16-10.857-25.714-10.857-20 0-36.571 16.571-36.571 36.571 0 9.714 4 18.857 10.857 25.714l146.286 146.286c6.857 6.857 16 10.857 25.714 10.857s18.857-4 25.714-10.857l146.286-146.286c6.857-6.857 10.857-16 10.857-25.714zM365.714 877.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM877.714 877.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM950.857 256v292.571c0 18.286-13.714 34.286-32.571 36.571l-596.571 69.714c2.286 12.571 7.429 26.857 7.429 40s-8 25.143-13.714 36.571h525.714c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571h-585.143c-20 0-36.571-16.571-36.571-36.571 0-17.714 26.857-61.714 34.857-78.286l-101.143-470.286h-116.571c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h146.286c38.857 0 39.429 45.714 45.143 73.143h686.286c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cart-arrow-down" + ], + "defaultCode": 61976, + "grid": 14 + }, + { + "id": 490, + "paths": [ + "M121.143 438.857l356 380-171.429-380h-184.571zM585.143 880l199.429-441.143h-398.857zM307.429 365.714l116.571-219.429h-149.714l-164.571 219.429h197.714zM693.143 818.857l356-380h-184.571zM390.286 365.714h389.714l-116.571-219.429h-156.571zM862.857 365.714h197.714l-164.571-219.429h-149.714zM943.429 88l219.429 292.571c10.857 13.714 9.714 33.714-2.286 46.857l-548.571 585.143c-6.857 7.429-16.571 11.429-26.857 11.429s-20-4-26.857-11.429l-548.571-585.143c-12-13.143-13.143-33.143-2.286-46.857l219.429-292.571c6.857-9.714 17.714-14.857 29.143-14.857h658.286c11.429 0 22.286 5.143 29.143 14.857z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "diamond" + ], + "defaultCode": 61977, + "grid": 14 + }, + { + "id": 491, + "paths": [ + "M1034.857 888.571c14.286-14.286 37.143-14.286 51.429 0l73.143 73.143-51.429 51.429-47.429-47.429-47.429 47.429c-6.857 7.429-16.571 10.857-25.714 10.857s-18.857-3.429-25.714-10.857l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-73.143-73.143 51.429-51.429 47.429 47.429 47.429-47.429c14.286-14.286 37.143-14.286 51.429 0l47.429 47.429 47.429-47.429c14.286-14.286 37.143-14.286 51.429 0l47.429 47.429 47.429-47.429c14.286-14.286 37.143-14.286 51.429 0l47.429 47.429 47.429-47.429c14.286-14.286 37.143-14.286 51.429 0l47.429 47.429 47.429-47.429c14.286-14.286 37.143-14.286 51.429 0l47.429 47.429 47.429-47.429c14.286-14.286 37.143-14.286 51.429 0l47.429 47.429zM135.429 866.857c-14.286 14.286-37.143 14.286-51.429 0l-73.143-73.143 51.429-51.429 47.429 46.857 47.429-46.857c14.286-14.286 37.143-14.286 51.429 0l47.429 46.857 36.571-36.571v-167.429l-120-179.429c-13.143-20-4-47.429 18.857-55.429l101.143-33.143v-170.857h73.143v-73.143h146.286v-73.143h146.286v73.143h146.286v73.143h73.143v170.857l101.143 33.143c22.857 8 32 35.429 18.857 55.429l-120 179.429v167.429l10.857-10.286c14.286-14.286 37.143-14.286 51.429 0l47.429 46.857 47.429-46.857c14.286-14.286 37.143-14.286 51.429 0l73.143 73.143-51.429 51.429-47.429-47.429-47.429 47.429c-6.857 7.429-16.571 10.857-25.714 10.857s-18.857-3.429-25.714-10.857l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429-47.429 47.429c-14.286 14.286-37.143 14.286-51.429 0l-47.429-47.429zM365.714 219.429v73.143l219.429-73.143 219.429 73.143v-73.143h-73.143v-73.143h-292.571v73.143h-73.143z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ship" + ], + "defaultCode": 61978, + "grid": 14 + }, + { + "id": 492, + "paths": [ + "M329.143 877.714l54.857-256-54.857-73.143-73.143-36.571zM475.429 877.714l73.143-365.714-73.143 36.571-54.857 73.143zM566.857 300.571c-0.571-1.143-1.143-2.286-2.286-3.429-5.143-4-46.286-4.571-54.857-4.571-32.571 0-63.429 4.571-95.429 10.857-4 1.143-8 1.143-12 1.143s-8 0-12-1.143c-32-6.286-62.857-10.857-95.429-10.857-8.571 0-49.714 0.571-54.857 4.571-1.143 1.143-1.714 2.286-2.286 3.429 0.571 5.143 1.143 10.286 2.286 15.429 3.429 4.571 6.286 2.857 8.571 9.714 14.857 40.571 21.714 72 73.143 72 73.714 0 53.143-68 77.143-68h6.857c24 0 3.429 68 77.143 68 51.429 0 58.286-31.429 73.143-72 2.286-6.857 5.143-5.143 8.571-9.714 1.143-5.143 1.714-10.286 2.286-15.429zM804.571 802.857c0 93.143-61.143 148-152.571 148h-499.429c-91.429 0-152.571-54.857-152.571-148 0-103.429 18.286-260 124.571-311.429l-51.429-125.714h122.286c-8-23.429-12.571-48-12.571-73.143 0-6.286 0.571-12.571 1.143-18.286-22.286-4.571-110.857-22.857-110.857-54.857 0-33.714 97.143-52 120-56.571 12-42.857 40.571-108 69.714-141.714 11.429-13.143 25.714-21.143 43.429-21.143 34.286 0 61.714 35.429 96 35.429s61.714-35.429 96-35.429c17.714 0 32 8 43.429 21.143 29.143 33.714 57.714 98.857 69.714 141.714 22.857 4.571 120 22.857 120 56.571 0 32-88.571 50.286-110.857 54.857 2.857 30.857-1.143 61.714-11.429 91.429h122.286l-46.857 128.571c102.286 53.143 120 206.857 120 308.571z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-secret" + ], + "defaultCode": 61979, + "grid": 14 + }, + { + "id": 493, + "paths": [ + "M1314.857 592c18.286 160.571-112.571 295.429-272 285.143-122.286-8-224-105.714-236.571-228-9.143-86.857 25.143-165.143 83.429-217.714l-40.571-61.143c-72 60-117.714 149.714-117.714 250.286 0 20.571-16 37.714-36.571 37.714h-185.714c-17.714 124-124 219.429-253.143 219.429-141.143 0-256-114.857-256-256s114.857-256 256-256c30.286 0 59.429 5.714 86.857 15.429l13.714-25.714c-44-39.429-101.714-62.857-173.714-62.857h-36.571c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h73.143c128 0 193.143 52.571 219.429 73.143h358.286l-48.571-73.143h-126.857c-22.286 0-40-20-36-42.857 2.857-17.714 20-30.286 37.714-30.286h144.571c12 0 23.429 6.286 30.286 16l40 60 65.143-65.143c6.857-6.857 16.571-10.857 26.286-10.857h57.714c20 0 36.571 16.571 36.571 36.571v73.143c0 20-16.571 36.571-36.571 36.571h-102.286l65.714 98.286c46.286-22.286 100-31.429 157.143-20.571 109.143 20 194.286 111.429 206.857 221.714zM256 804.571c88.571 0 162.286-62.857 179.429-146.286h-179.429c-12.571 0-24.571-6.857-31.429-17.714-6.286-10.857-6.857-24.571-0.571-36l84-158.286c-16.571-4.571-33.714-7.429-52-7.429-100.571 0-182.857 82.286-182.857 182.857s82.286 182.857 182.857 182.857zM1060.571 804.571c100.571 0 182.857-82.286 182.857-182.857s-82.286-182.857-182.857-182.857c-24.571 0-47.429 5.143-69.143 13.714l99.429 148.571c11.429 17.143 6.857 40-9.714 50.857-6.286 4.571-13.714 6.286-20.571 6.286-12 0-23.429-5.714-30.286-16.571l-99.429-148.571c-32.571 33.143-53.143 78.286-53.143 128.571 0 100.571 82.286 182.857 182.857 182.857z" + ], + "width": 1333.174857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "motorcycle" + ], + "defaultCode": 61980, + "grid": 14 + }, + { + "id": 494, + "paths": [ + "M804.571 877.714c0 100.571-208.571 146.286-402.286 146.286s-402.286-45.714-402.286-146.286c0-77.714 116-114.286 213.143-130.857 20-3.429 38.857 9.714 42.286 29.714s-9.714 38.857-29.714 42.286c-117.714 20.571-150.857 52.571-152.571 59.429 5.714 19.429 115.429 72.571 329.143 72.571s323.429-53.143 329.143-73.714c-1.714-5.714-34.857-37.714-152.571-58.286-20-3.429-33.143-22.286-29.714-42.286s22.286-33.143 42.286-29.714c97.143 16.571 213.143 53.143 213.143 130.857zM585.143 365.714v219.429c0 20-16.571 36.571-36.571 36.571h-36.571v219.429c0 20-16.571 36.571-36.571 36.571h-146.286c-20 0-36.571-16.571-36.571-36.571v-219.429h-36.571c-20 0-36.571-16.571-36.571-36.571v-219.429c0-40.571 32.571-73.143 73.143-73.143h219.429c40.571 0 73.143 32.571 73.143 73.143zM530.286 146.286c0 70.857-57.143 128-128 128s-128-57.143-128-128 57.143-128 128-128 128 57.143 128 128z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "street-view" + ], + "defaultCode": 61981, + "grid": 14 + }, + { + "id": 495, + "paths": [ + "M731.429 585.143h174.286c-6.857 7.429-11.429 11.429-12.571 12.571l-356 342.857c-6.857 6.857-16 10.286-25.143 10.286s-18.286-3.429-25.143-10.286l-356.571-344c-1.143-0.571-5.714-4.571-12-11.429h210.857c16.571 0 31.429-11.429 35.429-27.429l40-160.571 108.571 381.143c4.571 15.429 18.857 26.286 35.429 26.286v0c16 0 30.286-10.857 34.857-26.286l83.429-277.143 32 64c6.286 12 18.857 20 32.571 20zM1024 340.571c0 65.714-28.571 125.714-58.857 171.429h-210.857l-63.429-126.286c-6.286-13.143-21.143-21.143-35.429-20-15.429 1.714-28 11.429-32 26.286l-73.714 245.714-112-392c-4.571-15.429-18.857-26.286-36-26.286-16.571 0-30.857 11.429-34.857 27.429l-66.286 265.143h-241.714c-30.286-45.714-58.857-105.714-58.857-171.429 0-167.429 102.286-267.429 273.143-267.429 100 0 193.714 78.857 238.857 123.429 45.143-44.571 138.857-123.429 238.857-123.429 170.857 0 273.143 100 273.143 267.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "heartbeat" + ], + "defaultCode": 61982, + "grid": 14 + }, + { + "id": 496, + "paths": [ + "M658.286 329.143c0 169.143-128 308.571-292.571 326.857v148.571h128c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-128v128c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-128h-128c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h128v-148.571c-173.143-18.857-305.714-172.571-291.429-353.714 12.571-155.429 136-282.857 290.286-300 198.857-22.286 366.857 132.571 366.857 326.857zM73.143 329.143c0 141.143 114.857 256 256 256s256-114.857 256-256-114.857-256-256-256-256 114.857-256 256z" + ], + "width": 645.12, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "venus" + ], + "defaultCode": 61985, + "grid": 14 + }, + { + "id": 497, + "paths": [ + "M841.143 73.143c20 0 36.571 16.571 36.571 36.571v237.714c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-149.714l-218.286 218.857c45.143 56 72 127.429 72 205.143 0 181.714-147.429 329.143-329.143 329.143s-329.143-147.429-329.143-329.143 147.429-329.143 329.143-329.143c77.714 0 149.143 26.857 205.143 72l218.286-218.286h-149.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h237.714zM329.143 877.714c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mars" + ], + "defaultCode": 61986, + "grid": 14 + }, + { + "id": 498, + "paths": [ + "M474.286 180.571c108.571 53.714 184 165.714 184 294.857 0 169.143-128 308.571-292.571 326.857v75.429h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857v54.857c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-54.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857v-75.429c-164.571-18.286-292.571-157.714-292.571-326.857 0-129.143 75.429-241.143 184-294.857-60-34.857-106.857-89.714-130.286-156-4.571-12 4.571-24.571 17.143-24.571h39.429c7.429 0 13.714 4.571 16.571 11.429 33.143 79.429 111.429 134.857 202.286 134.857s169.143-55.429 202.286-134.857c2.857-6.857 9.143-11.429 21.143-11.429h34.857c12.571 0 21.714 12.571 17.143 24.571-23.429 66.286-70.286 121.143-130.286 156zM329.143 731.429c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mercury" + ], + "defaultCode": 61987, + "grid": 14 + }, + { + "id": 499, + "paths": [ + "M585.143 18.286c0-10.286 8-18.286 18.286-18.286h164.571c20 0 36.571 16.571 36.571 36.571v164.571c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-76.571l-145.143 145.714c44.571 56 72 127.429 72 205.143 0 169.143-128 308.571-292.571 326.857v75.429h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857v54.857c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-54.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857v-75.429c-172.571-18.857-305.714-172.571-291.429-353.143 12-155.429 135.429-282.857 289.714-300.571 92.571-10.857 178.286 17.714 243.429 69.714l145.714-145.143h-76.571c-10.286 0-18.286-8-18.286-18.286v-36.571zM329.143 731.429c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 791.4057142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "intersex", + "transgender" + ], + "defaultCode": 61988, + "grid": 14 + }, + { + "id": 500, + "paths": [ + "M731.429 18.286c0-10.286 8-18.286 18.286-18.286h164.571c20 0 36.571 16.571 36.571 36.571v164.571c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-76.571l-145.143 145.714c44.571 56 72 127.429 72 205.143 0 169.143-128 308.571-292.571 326.857v75.429h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857v54.857c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-54.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857v-75.429c-164.571-18.286-292.571-157.714-292.571-326.857 0-77.714 27.429-149.143 72-205.143l-29.714-30.286-57.714 63.429c-6.857 7.429-18.286 8-25.714 1.714l-27.429-25.143c-7.429-6.286-8-18.286-1.143-25.714l60-65.714-63.429-64v76.571c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-164.571c0-20 16.571-36.571 36.571-36.571h164.571c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-76l60.571 61.143 49.143-53.714c6.857-7.429 18.286-8 25.714-1.714l27.429 25.143c7.429 6.286 8 18.286 1.143 25.714l-51.429 56.571 32.571 32c56-44.571 127.429-72 205.143-72s149.143 27.429 205.143 72l145.714-145.143h-76.571c-10.286 0-18.286-8-18.286-18.286v-36.571zM475.429 731.429c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "transgender-alt" + ], + "defaultCode": 61989, + "grid": 14 + }, + { + "id": 501, + "paths": [ + "M1022.857 302.286c14.286 181.143-118.286 334.857-291.429 353.714v148.571h128c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-128v128c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-128h-292.571v128c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-128h-128c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h128v-148.571c-173.143-18.857-305.714-172.571-291.429-353.714 12.571-157.143 138.857-285.714 295.429-300.571 80-8 154.857 13.143 215.429 53.714 60.571-40.571 135.429-61.714 215.429-53.714 156.571 14.857 282.857 143.429 295.429 300.571zM512 508c45.143-46.286 73.143-109.143 73.143-178.857s-28-132.571-73.143-178.857c-45.143 46.286-73.143 109.143-73.143 178.857s28 132.571 73.143 178.857zM329.143 585.143c45.143 0 87.429-12 124.571-32.571-54.857-58.857-88-137.143-88-223.429s33.714-164.571 88-223.429c-37.143-20.571-79.429-32.571-124.571-32.571-141.143 0-256 114.857-256 256s114.857 256 256 256zM658.286 804.571v-148.571c-53.714-5.714-103.429-25.143-146.286-53.714-42.857 28.571-92.571 48-146.286 53.714v148.571h292.571zM694.857 585.143c141.143 0 256-114.857 256-256s-114.857-256-256-256c-45.143 0-87.429 12-124.571 32.571 54.286 58.857 88 137.143 88 223.429s-33.143 164.571-88 223.429c37.143 20.571 79.429 32.571 124.571 32.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "venus-double" + ], + "defaultCode": 61990, + "grid": 14 + }, + { + "id": 502, + "paths": [ + "M877.714 237.714c0-10.286 8-18.286 18.286-18.286h164.571c20 0 36.571 16.571 36.571 36.571v164.571c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-76.571l-145.143 145.714c56 70.286 84 163.429 66.857 263.429-24 138.857-137.143 248-276.571 267.429-163.429 22.857-308-74.857-357.714-217.143-180.571-9.143-322.857-164.571-310.857-350.286 10.286-156.571 134.286-286.857 290.286-304.571 92-10.857 177.714 17.714 243.429 69.714l145.714-145.143h-76.571c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h164.571c20 0 36.571 16.571 36.571 36.571v164.571c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-76.571l-145.143 145.714c22.857 28.571 40.571 61.143 53.143 96.571 70.857 3.429 135.429 29.714 187.429 70.857l145.714-145.143h-76.571c-10.286 0-18.286-8-18.286-18.286v-36.571zM585.143 475.429c0-11.429-1.143-22.286-2.286-33.143-122.857 18.857-217.143 124.571-217.143 252.571 0 11.429 1.143 22.286 2.286 33.143 122.857-18.857 217.143-124.571 217.143-252.571zM73.143 475.429c0 129.143 96.571 236 221.143 253.143-1.143-10.857-1.714-22.286-1.714-33.714 0-161.143 116.571-295.429 270.286-323.429-40-89.714-129.714-152-233.714-152-141.143 0-256 114.857-256 256zM621.714 950.857c141.143 0 256-114.857 256-256 0-129.143-96.571-236-221.143-253.143 1.143 10.857 1.714 22.286 1.714 33.714 0 161.143-116.571 295.429-270.286 323.429 40 89.714 129.714 152 233.714 152z" + ], + "width": 1085.7325714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mars-double" + ], + "defaultCode": 61991, + "grid": 14 + }, + { + "id": 503, + "paths": [ + "M950.857 18.286c0-10.286 8-18.286 18.286-18.286h164.571c20 0 36.571 16.571 36.571 36.571v164.571c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-76.571l-145.143 145.714c56 70.286 84 163.429 66.857 263.429-24 137.143-135.429 246.286-273.143 266.857-86.857 13.143-168.571-8-233.714-51.429-42.857 28.571-92.571 47.429-146.286 53.143v75.429h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857v54.857c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-54.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857v-75.429c-179.429-20-316-184.571-289.143-373.714 19.429-142.286 132.571-256.571 274.286-278.286 87.429-13.143 169.143 8 234.286 51.429 52.571-34.857 115.429-55.429 182.857-55.429 77.714 0 149.143 27.429 205.143 72l145.714-145.143h-76.571c-10.286 0-18.286-8-18.286-18.286v-36.571zM512 654.286c45.143-46.286 73.143-109.143 73.143-178.857s-28-132.571-73.143-178.857c-45.143 46.286-73.143 109.143-73.143 178.857s28 132.571 73.143 178.857zM73.143 475.429c0 141.143 114.857 256 256 256 45.143 0 88-12 124.571-32.571-54.286-58.857-88-137.143-88-223.429s33.714-164.571 88-223.429c-36.571-20.571-79.429-32.571-124.571-32.571-141.143 0-256 114.857-256 256zM694.857 731.429c141.143 0 256-114.857 256-256s-114.857-256-256-256c-45.143 0-88 12-124.571 32.571 54.286 58.857 88 137.143 88 223.429s-33.714 164.571-88 223.429c36.571 20.571 79.429 32.571 124.571 32.571z" + ], + "width": 1146.8799999999999, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "venus-mars" + ], + "defaultCode": 61992, + "grid": 14 + }, + { + "id": 504, + "paths": [ + "M841.143 73.143c20 0 36.571 16.571 36.571 36.571v237.714c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-149.714l-121.714 122.286 80 80c6.857 7.429 6.857 18.857 0 25.714l-26.286 26.286c-6.857 6.857-18.286 6.857-25.714 0l-80-80.571-44.571 45.143c45.143 56 72 127.429 72 205.143 0 181.714-147.429 329.143-329.143 329.143s-329.143-147.429-329.143-329.143 147.429-329.143 329.143-329.143c77.714 0 149.143 26.857 205.143 72l44.571-44.571-98.286-98.286c-6.857-7.429-6.857-18.857 0-25.714l26.286-26.286c6.857-6.857 18.286-6.857 25.714 0l98.286 98.286 121.714-121.714h-149.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h237.714zM329.143 877.714c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mars-stroke" + ], + "defaultCode": 61993, + "grid": 14 + }, + { + "id": 505, + "paths": [ + "M365.714 368c164.571 18.286 292.571 157.714 292.571 326.857 0 194.286-168 349.143-366.857 326.857-154.286-17.143-277.714-144.571-290.286-300-14.286-181.143 118.286-334.857 291.429-353.714v-75.429h-91.429c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h91.429v-94.286l-52.571 52.571c-7.429 6.857-18.857 6.857-25.714 0l-26.286-26.286c-6.857-6.857-6.857-18.286 0-25.714l115.429-114.857c14.286-14.286 37.143-14.286 51.429 0l115.429 114.857c6.857 7.429 6.857 18.857 0 25.714l-26.286 26.286c-6.857 6.857-18.286 6.857-25.714 0l-52.571-52.571v94.286h91.429c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-91.429v75.429zM329.143 950.857c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 645.12, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mars-stroke-v" + ], + "defaultCode": 61994, + "grid": 14 + }, + { + "id": 506, + "paths": [ + "M1086.286 522.857c14.286 14.286 14.286 37.143 0 51.429l-168 168c-6.857 7.429-18.857 7.429-25.714 0l-25.714-25.714c-7.429-6.857-7.429-18.857 0-25.714l105.714-105.714h-168v128c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-128h-75.429c-18.286 164.571-157.714 292.571-326.857 292.571-194.286 0-349.143-168-326.857-366.857 17.143-154.286 144.571-277.714 300-290.286 181.143-14.286 334.857 118.286 353.714 291.429h75.429v-128c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286v128h168l-105.714-105.714c-7.429-6.857-7.429-18.857 0-25.714l25.714-25.714c6.857-7.429 18.857-7.429 25.714 0zM329.143 804.571c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 1080.5394285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mars-stroke-h" + ], + "defaultCode": 61995, + "grid": 14 + }, + { + "id": 507, + "paths": [ + "M658.286 329.143c0 169.143-128 308.571-292.571 326.857v349.714c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-349.714c-164.571-18.286-292.571-157.714-292.571-326.857 0-181.714 147.429-329.143 329.143-329.143s329.143 147.429 329.143 329.143zM329.143 585.143c141.143 0 256-114.857 256-256s-114.857-256-256-256-256 114.857-256 256 114.857 256 256 256z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "neuter" + ], + "defaultCode": 61996, + "grid": 14 + }, + { + "id": 508, + "paths": [ + "M585.143 548.571c0-141.143-114.857-256-256-256s-256 114.857-256 256 114.857 256 256 256 256-114.857 256-256zM658.286 548.571c0 181.714-147.429 329.143-329.143 329.143s-329.143-147.429-329.143-329.143 147.429-329.143 329.143-329.143 329.143 147.429 329.143 329.143z" + ], + "width": 658.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "genderless" + ], + "defaultCode": 61997, + "grid": 14 + }, + { + "id": 509, + "paths": [ + "M829.143 73.143c26.857 0 48.571 21.714 48.571 48.571v780.571c0 26.857-21.714 48.571-48.571 48.571h-223.429v-340h113.714l17.143-132.571h-130.857v-84.571c0-38.286 10.286-64 65.714-64l69.714-0.571v-118.286c-12-1.714-53.714-5.143-101.714-5.143-101.143 0-170.857 61.714-170.857 174.857v97.714h-114.286v132.571h114.286v340h-420c-26.857 0-48.571-21.714-48.571-48.571v-780.571c0-26.857 21.714-48.571 48.571-48.571h780.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "facebook-official" + ], + "defaultCode": 62000, + "grid": 14 + }, + { + "id": 510, + "paths": [ + "M0 341.143c0-210.857 193.143-341.143 388.571-341.143 179.429 0 342.857 123.429 342.857 312.571 0 177.714-90.857 374.857-293.143 374.857-48 0-108.571-24-132-68.571-43.429 172-40 197.714-136 329.143l-8 2.857-5.143-5.714c-3.429-36-8.571-71.429-8.571-107.429 0-116.571 53.714-285.143 80-398.286-14.286-29.143-18.286-64.571-18.286-96.571 0-57.714 40-130.857 105.143-130.857 48 0 73.714 36.571 73.714 81.714 0 74.286-50.286 144-50.286 216 0 49.143 40.571 83.429 88 83.429 131.429 0 172-189.714 172-290.857 0-135.429-96-209.143-225.714-209.143-150.857 0-267.429 108.571-267.429 261.714 0 73.714 45.143 111.429 45.143 129.143 0 14.857-10.857 67.429-29.714 67.429-2.857 0-6.857-1.143-9.714-1.714-81.714-24.571-111.429-133.714-111.429-208.571z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pinterest-p" + ], + "defaultCode": 62001, + "grid": 14 + }, + { + "id": 511, + "paths": [ + "M562.857 556.571c9.714 0 102.857 48.571 106.857 55.429 1.143 2.857 1.143 6.286 1.143 8.571 0 14.286-4.571 30.286-9.714 43.429-13.143 32-66.286 52.571-98.857 52.571-27.429 0-84-24-108.571-35.429-81.714-37.143-132.571-100.571-181.714-173.143-21.714-32-41.143-71.429-40.571-110.857v-4.571c1.143-37.714 14.857-64.571 42.286-90.286 8.571-8 17.714-12.571 29.714-12.571 6.857 0 13.714 1.714 21.143 1.714 15.429 0 18.286 4.571 24 19.429 4 9.714 33.143 87.429 33.143 93.143 0 21.714-39.429 46.286-39.429 59.429 0 2.857 1.143 5.714 2.857 8.571 12.571 26.857 36.571 57.714 58.286 78.286 26.286 25.143 54.286 41.714 86.286 57.714 4 2.286 8 4 12.571 4 17.143 0 45.714-55.429 60.571-55.429zM446.857 859.429c197.714 0 358.857-161.143 358.857-358.857s-161.143-358.857-358.857-358.857-358.857 161.143-358.857 358.857c0 75.429 24 149.143 68.571 210.286l-45.143 133.143 138.286-44c58.286 38.286 127.429 59.429 197.143 59.429zM446.857 69.714c237.714 0 430.857 193.143 430.857 430.857s-193.143 430.857-430.857 430.857c-72.571 0-144.571-18.286-208.571-53.714l-238.286 76.571 77.714-231.429c-40.571-66.857-61.714-144-61.714-222.286 0-237.714 193.143-430.857 430.857-430.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "whatsapp" + ], + "defaultCode": 62002, + "grid": 14 + }, + { + "id": 512, + "paths": [ + "M73.143 804.571h585.143v-73.143h-585.143v73.143zM73.143 512h585.143v-73.143h-585.143v73.143zM969.143 768c0-30.286-24.571-54.857-54.857-54.857s-54.857 24.571-54.857 54.857 24.571 54.857 54.857 54.857 54.857-24.571 54.857-54.857zM73.143 219.429h585.143v-73.143h-585.143v73.143zM969.143 475.429c0-30.286-24.571-54.857-54.857-54.857s-54.857 24.571-54.857 54.857 24.571 54.857 54.857 54.857 54.857-24.571 54.857-54.857zM969.143 182.857c0-30.286-24.571-54.857-54.857-54.857s-54.857 24.571-54.857 54.857 24.571 54.857 54.857 54.857 54.857-24.571 54.857-54.857zM1024 658.286v219.429h-1024v-219.429h1024zM1024 365.714v219.429h-1024v-219.429h1024zM1024 73.143v219.429h-1024v-219.429h1024z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "server" + ], + "defaultCode": 62003, + "grid": 14 + }, + { + "id": 513, + "paths": [ + "M402.286 512c-121.143 0-219.429-98.286-219.429-219.429s98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429-98.286 219.429-219.429 219.429zM950.857 585.143h201.143c9.714 0 18.286 8.571 18.286 18.286v109.714c0 9.714-8.571 18.286-18.286 18.286h-201.143v201.143c0 9.714-8.571 18.286-18.286 18.286h-109.714c-9.714 0-18.286-8.571-18.286-18.286v-201.143h-201.143c-9.714 0-18.286-8.571-18.286-18.286v-109.714c0-9.714 8.571-18.286 18.286-18.286h201.143v-201.143c0-9.714 8.571-18.286 18.286-18.286h109.714c9.714 0 18.286 8.571 18.286 18.286v201.143zM530.286 713.143c0 40 33.143 73.143 73.143 73.143h146.286v136c-28 20.571-63.429 28.571-97.714 28.571h-499.429c-91.429 0-152.571-54.857-152.571-148 0-129.143 30.286-327.429 197.714-327.429 9.143 0 15.429 4 22.286 9.714 56 42.857 110.286 69.714 182.286 69.714s126.286-26.857 182.286-69.714c6.857-5.714 13.143-9.714 22.286-9.714 48.571 0 91.429 18.286 124 54.857h-127.429c-40 0-73.143 33.143-73.143 73.143v109.714z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-plus" + ], + "defaultCode": 62004, + "grid": 14 + }, + { + "id": 514, + "paths": [ + "M402.286 512c-121.143 0-219.429-98.286-219.429-219.429s98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429-98.286 219.429-219.429 219.429zM1017.714 694.857l142.286 142.286c3.429 3.429 5.143 8 5.143 13.143 0 4.571-1.714 9.143-5.143 12.571l-77.714 77.714c-3.429 3.429-8 5.143-12.571 5.143-5.143 0-9.714-1.714-13.143-5.143l-142.286-142.286-142.286 142.286c-3.429 3.429-8 5.143-13.143 5.143-4.571 0-9.143-1.714-12.571-5.143l-77.714-77.714c-3.429-3.429-5.143-8-5.143-12.571 0-5.143 1.714-9.714 5.143-13.143l142.286-142.286-142.286-142.286c-3.429-3.429-5.143-8-5.143-13.143 0-4.571 1.714-9.143 5.143-12.571l77.714-77.714c3.429-3.429 8-5.143 12.571-5.143 5.143 0 9.714 1.714 13.143 5.143l142.286 142.286 142.286-142.286c3.429-3.429 8-5.143 13.143-5.143 4.571 0 9.143 1.714 12.571 5.143l77.714 77.714c3.429 3.429 5.143 8 5.143 12.571 0 5.143-1.714 9.714-5.143 13.143zM733.143 694.857l-103.429 103.429c-13.714 13.714-21.143 32.571-21.143 52 0 18.857 7.429 37.714 21.143 51.429l47.429 47.429c-8 1.143-16.571 1.714-25.143 1.714h-499.429c-91.429 0-152.571-54.857-152.571-148 0-129.143 30.286-327.429 197.714-327.429 9.143 0 15.429 4 22.286 9.714 54.857 43.429 110.857 69.714 182.286 69.714s127.429-26.286 182.286-69.714c6.857-5.714 13.143-9.714 22.286-9.714 10.857 0 21.714 1.143 32.571 3.429-18.857 18.286-30.857 33.143-30.857 60.571 0 19.429 7.429 38.286 21.143 52z" + ], + "width": 1165.165714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-times" + ], + "defaultCode": 62005, + "grid": 14 + }, + { + "id": 515, + "paths": [ + "M146.286 585.143h987.429c20 0 36.571 16.571 36.571 36.571v256h-146.286v-146.286h-877.714v146.286h-146.286v-694.857c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v402.286zM475.429 402.286c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM1170.286 548.571v-36.571c0-121.143-98.286-219.429-219.429-219.429h-402.286c-20 0-36.571 16.571-36.571 36.571v219.429h658.286z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bed", + "hotel" + ], + "defaultCode": 62006, + "grid": 14 + }, + { + "id": 516, + "paths": [ + "M877.714 0l-109.714 256h109.714v109.714h-156.571l-31.429 73.143h188v109.714h-234.857l-204 475.429-204-475.429h-234.857v-109.714h188l-31.429-73.143h-156.571v-109.714h109.714l-109.714-256h146.286l184.571 438.857h216l184.571-438.857h146.286zM438.857 694.857l61.714-146.286h-123.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "viacoin" + ], + "defaultCode": 62007, + "grid": 14 + }, + { + "id": 517, + "paths": [ + "M621.714 0c141.143 0 256 81.714 256 182.857v512c0 98.857-109.143 178.857-246.286 182.286l121.714 115.429c12 11.429 4 31.429-12.571 31.429h-603.429c-16.571 0-24.571-20-12.571-31.429l121.714-115.429c-137.143-3.429-246.286-83.429-246.286-182.286v-512c0-101.143 114.857-182.857 256-182.857h365.714zM438.857 768c60.571 0 109.714-49.143 109.714-109.714s-49.143-109.714-109.714-109.714-109.714 49.143-109.714 109.714 49.143 109.714 109.714 109.714zM768 438.857v-292.571h-658.286v292.571h658.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "train" + ], + "defaultCode": 62008, + "grid": 14 + }, + { + "id": 518, + "paths": [ + "M621.714 0c141.143 0 256 81.714 256 182.857v512c0 98.857-109.143 178.857-246.286 182.286l121.714 115.429c12 11.429 4 31.429-12.571 31.429h-603.429c-16.571 0-24.571-20-12.571-31.429l121.714-115.429c-137.143-3.429-246.286-83.429-246.286-182.286v-512c0-101.143 114.857-182.857 256-182.857h365.714zM164.571 749.714c50.286 0 91.429-41.143 91.429-91.429s-41.143-91.429-91.429-91.429-91.429 41.143-91.429 91.429 41.143 91.429 91.429 91.429zM402.286 438.857v-292.571h-310.857v292.571h310.857zM713.143 749.714c50.286 0 91.429-41.143 91.429-91.429s-41.143-91.429-91.429-91.429-91.429 41.143-91.429 91.429 41.143 91.429 91.429 91.429zM804.571 438.857v-292.571h-329.143v292.571h329.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "subway" + ], + "defaultCode": 62009, + "grid": 14 + }, + { + "id": 519, + "paths": [ + "M341.143 240.571v670.286c0 17.714-8.571 34.286-28 34.286-6.857 0-13.143-1.714-18.857-4.571l-265.714-133.143c-16-8-28.571-28.571-28.571-45.714v-651.429c0-14.286 6.857-27.429 22.286-27.429 9.143 0 17.143 4.571 25.143 8.571l292 146.286c0.571 0.571 1.714 2.286 1.714 2.857zM377.714 298.286l305.143 494.857-305.143-152v-342.857zM1024 308.571v602.286c0 18.857-10.857 32-29.714 32-9.714 0-18.857-2.857-26.857-7.429l-252-125.714zM1022.286 240c0 2.286-295.429 481.714-318.286 518.286l-222.857-362.286 185.143-301.143c6.286-10.286 17.714-16 29.714-16 5.143 0 10.286 1.143 14.857 3.429l309.143 154.286c1.143 0.571 2.286 1.714 2.286 3.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "medium" + ], + "defaultCode": 62010, + "grid": 14 + }, + { + "id": 520, + "paths": [ + "M462.286 573.714l152-285.143h-64l-89.714 178.286s-13.714 27.429-25.143 52.571c-10.857-26.286-24-52.571-24-52.571l-88.571-178.286h-68.571l150.286 281.714v185.143h57.714v-181.714zM877.714 73.143v877.714h-877.714v-877.714h877.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "y-combinator", + "yc" + ], + "defaultCode": 62011, + "grid": 14 + }, + { + "id": 521, + "paths": [ + "M273.143 957.143c-5.714 12-22.286 28.571-36.571 34.286-20 6.857-44.571-6.286-45.714-20-1.143-17.714 42.857-49.714 61.714-53.143 18.286-3.429 26.857 24 20.571 38.857zM1039.429 957.143c5.143 12 21.714 28.571 36.571 34.286 19.429 6.857 44.571-6.286 45.143-20 1.714-17.714-42.857-49.714-61.714-53.143-17.714-3.429-26.286 24-20 38.857zM1066.857 894.857c10.286 20.571 50.857 50.857 76.571 57.714 34.857 9.714 68-6.857 68-31.429 0-37.714-71.429-88-104.571-91.429-31.429-4-52 40.571-40 65.143zM244.571 894.857c-10.286 20.571-50.286 50.857-76 57.714-34.857 9.714-68-6.857-68-31.429 0-37.714 71.429-88 104.571-91.429 31.429-4 52 40.571 39.429 65.143zM661.714 252.571h0.571c-15.429 0-30.286 2.857-43.429 8.571 20 6.286 34.857 24.571 34.857 45.714 0 26.857-23.429 48.571-52.571 48.571-19.429 0-36.571-10.286-45.714-24.571-1.714 8-2.857 15.429-2.857 24 0 56.571 48.571 102.286 109.143 102.286s109.714-45.714 109.714-102.286-49.143-102.286-109.714-102.286zM835.429 128c-75.429-82.857-172-101.143-266.286-49.714 53.143-118.857 258.286-102.857 266.286 49.714zM1264 836c2.857 4-0.571 14.286-6.286 24 2.286 7.429 4 14.857 4 22.857 1.714 66.857-93.714 135.429-155.429 137.714-36.571 1.714-73.143-17.714-90.286-49.714-240 8.571-480 10.286-719.429 0-17.714 32-54.286 50.857-90.857 49.714-61.143-2.286-156.571-70.857-155.429-137.714 0.571-8 1.714-15.429 4-22.857-5.714-9.714-9.143-20-6.286-24 2.286-3.429 9.714-3.429 17.714-0.571 6.857-10.857 14.857-20 23.429-29.143-2.286-9.714-2.286-18.286 1.143-21.714 4-3.429 13.143-2.286 22.286 2.286 9.714-6.857 21.143-13.714 33.714-19.429 0-10.286 2.857-18.286 7.429-21.143 6.857-3.429 18.857-1.143 29.143 9.143 12-1.714 24-1.714 34.857 1.143 7.429 1.714 14.857 5.714 21.714 10.857v-41.714c-3.429 0-6.286 0-10.286-1.143-37.143-6.857-77.714-32.571-86.857-75.429-3.429-14.286-3.429-29.714 0-46.286 6.857-28.571 31.429-45.143 53.143-54.286 1.714-12.571 17.143-29.714 31.429-33.714 16-4 26.286 9.714 29.714 21.714h7.429c10.286 1.143 26.857 3.429 34.286 13.143 1.143 1.143 2.286 2.857 2.857 4 11.429-1.143 23.429-2.857 34.857-4-5.143-4-10.857-7.429-17.143-9.714-10.857-18.857-29.143-23.429-52-24.571 0-1.714 0-3.429 0.571-5.714-41.714-1.143-93.143-12-116-37.714-26.286-29.143-30.857-78.857-25.714-116.571 4.571-37.143 20-80 51.429-102.286 17.714-12 45.714-1.714 48 20.571 1.143 9.714 2.857 42.857 12 48 10.286 5.143 26.857 7.429 43.429 6.857 17.143-16.571 35.429-30.857 56-42.286-31.429-2.857-61.143 3.429-92.571 8l26.857-26.286c26.286-25.143 61.143-46.857 93.143-63.429 49.714-25.143 105.714-44 161.143-49.143-39.429-16.571-84.571-25.143-126.286-34.857 161.714-34.286 369.143-46.857 516.571 79.429 38.286 32.571 68.571 76.571 90.286 126.857 23.429 2.857 53.143 3.429 69.143-5.143h0.571c9.143-5.143 10.857-37.714 12-48 2.286-21.714 30.286-32.571 48-20 31.429 22.286 46.857 65.143 52 101.714 4.571 37.714 0.571 87.429-26.286 116.571-22.857 25.714-72.571 37.143-113.714 38.286v5.714c-23.429 0.571-42.857 5.143-54.286 24.571-6.286 2.286-12 5.714-17.714 9.714 12 1.143 24 2.857 35.429 4 0.571-1.714 1.714-3.429 2.857-4.571 8-9.143 24.571-12 34.286-13.143h7.429c3.429-11.429 14.286-25.143 29.714-21.714s29.714 21.143 31.429 33.714c22.857 9.143 46.857 25.714 53.143 54.286 4 17.143 3.429 32 0.571 46.286-9.714 42.857-50.286 69.143-87.429 75.429-2.857 0.571-6.857 1.143-9.714 1.143 0 14.286 0 28-0.571 41.714 6.857-5.143 13.714-9.143 21.714-10.857 10.857-2.857 22.857-2.857 34.857-1.143 10.286-10.286 22.857-12.571 29.143-9.143 4.571 2.857 8 10.857 8 21.143 12 5.714 24 12.571 33.714 19.429 9.143-4.571 17.714-5.714 21.714-2.286 3.429 3.429 4 12 1.143 21.714 8.571 9.143 17.143 18.857 23.429 29.143 8-2.857 14.857-2.857 17.714 0.571zM1106.857 292c0 13.143-2.857 24.571-5.143 30.857 36.571 14.286 55.429 46.857 64 75.429 2.286-22.286-5.714-83.429-29.143-108-15.429-15.429-29.714-10.857-29.714 1.714zM1062.286 349.143v0c27.429 33.143 36 88 26.857 133.143 22.857-4.571 43.429-13.143 55.429-25.714 4-4.571 8-10.286 10.286-16-2.286-45.143-21.714-90.286-62.857-103.429-6.857 6.857-19.429 10.286-29.714 12v0zM1041.143 351.429c-8 0-17.143 0-25.143-0.571 16 43.429 26.286 90.286 30.286 136.571 7.429 0 16-0.571 24.571-1.714 12.571-51.429-0.571-109.143-29.714-134.286zM147.429 398.286c8.571-28.571 27.429-61.143 64-75.429-2.286-6.286-5.143-17.714-5.143-30.857 0-12.571-14.857-17.143-29.714-1.714-24 24.571-31.429 85.714-29.143 108zM168 456.571c12 13.143 32.571 21.143 55.429 25.714-9.143-45.143-0.571-100 26.857-133.143v0 0 0c-10.286-1.714-22.857-5.143-29.714-12-41.143 13.143-60 58.286-62.857 103.429 2.857 5.714 6.286 11.429 10.286 16zM269.143 487.429c5.143-46.857 19.429-92.571 41.714-134.286-10.857 2.286-21.143 6.286-31.429 10.286l-25.714 10.857v-0.571c-15.429 29.714-21.143 72.571-11.429 112 9.714 1.143 18.286 1.714 26.857 1.714zM819.429 509.714v0c7.429 37.714 10.286 75.429 16 113.143 2.286 13.143 6.286 16 18.857 9.714 33.714-17.143 48-82.857 48.571-120.571-27.429-1.714-55.429-1.714-83.429-2.286zM658.286 143.429c-88.571 0-161.143 72-161.143 160.571 0 89.143 72.571 161.143 161.143 161.143s161.143-72 161.143-161.143c0-88.571-72.571-160.571-161.143-160.571zM788.571 508.571c-40-0.571-80.571-0.571-120.571 0v-0.571c-0.571 10.857 0.571 80.571 9.143 86.857 23.429 11.429 83.429 9.714 108 2.286 11.429-3.429 5.143-78.286 3.429-88.571zM635.429 622.286c9.714-5.143 5.143-96 2.857-113.714v-0.571c-41.143 0.571-81.714 0.571-122.286 1.714-4 19.429-9.714 103.429 4 109.143 27.429 12 88 10.857 115.429 3.429zM410.286 514.286c-11.429 41.714 0.571 95.429 46.857 116 11.429 5.143 18.286 5.143 20.571-9.143 4-18.286 5.143-77.714 10.286-110.286v0c-25.714 0.571-52 1.714-77.714 3.429zM337.714 586.286c1.143 10.286-8 16.571-19.429 20.571 92.571 99.429 196 181.143 329.714 225.143 142.857-40.571 244.571-126.857 345.143-226.286-10.286-4-18.286-10.857-17.143-19.429 0.571-2.286 1.143-3.429 1.714-5.143v0 0c-18.857-1.714-37.714-4-56-5.714-20 69.714-76 112-98.857 66.857-5.714-10.857-7.429-24.571-9.714-35.429-8 17.714-28 17.143-52 18.857-28 2.286-66.857 2.857-93.143-6.286-6.286 27.429-23.429 27.429-56.571 30.286-29.714 2.857-102.857 8.571-116-22.857-2.286 60.571-74.286 21.143-95.429-14.857-6.857-12-11.429-24-14.857-37.143-16.571 1.714-33.143 3.429-49.714 5.714 1.143 1.714 1.714 4 2.286 5.714zM289.714 945.143c1.143-5.143 1.714-10.857 1.714-17.143-12-49.143-39.429-105.143-70.857-114.286-47.429-14.286-145.714 49.714-140 115.429 26.857 41.143 84.571 75.429 125.143 77.143 37.714 1.714 76-23.429 84-61.143zM291.429 847.429c6.857 18.857 13.714 44 15.429 68 70.857-41.143 146.286-75.429 224-99.429-81.714-43.429-144-101.143-205.714-162.857-4.571 2.857-10.857 5.143-16.571 7.429-0.571 1.714-0.571 3.429-1.143 5.143 9.714 5.714 16.571 12.571 12.571 21.143-4.571 8.571-18.286 16-32 19.429-4.571 5.714-10.857 10.286-16.571 13.714h-0.571c-0.571 28.571-0.571 57.143 0.571 85.714 8 14.286 14.857 29.143 20 41.714zM330.857 942.286c218.286 8.571 436.571 7.429 654.286 0-77.714-45.143-156.571-87.429-244.571-112-29.143 13.143-58.857 24-89.143 32.571-4.571 1.714-4.571 1.714-9.143 0-25.143-8-49.143-17.143-73.714-28-85.143 24.571-163.429 61.714-237.714 107.429h-0.571v0.571c0.571 0 0.571 0 0.571-0.571zM1007.429 916c1.714-24 9.143-49.714 16-68.571 4.571-12.571 10.857-26.857 18.857-40.571l-0.571 0.571c1.143-29.143 1.714-58.286 1.714-87.429-6.286-3.429-12-8.571-17.143-14.286-13.714-2.857-27.429-10.857-32-18.857-4-8.571 2.857-16 12.571-21.714-0.571-1.143-1.143-3.429-1.143-5.143-6.286-1.714-11.429-4-16-6.857-66.857 62.286-138.286 120-218.857 162.286 82.286 24.571 160.571 59.429 236.571 100.571zM1231.429 929.143c6.286-65.714-92-129.714-140-115.429-30.857 9.143-58.857 65.143-70.857 114.286 0 6.286 0.571 12 1.714 17.143 8 37.714 46.286 62.857 84 61.143 40.571-1.714 98.286-36 125.143-77.143z" + ], + "width": 1311.9634285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "optin-monster" + ], + "defaultCode": 62012, + "grid": 14 + }, + { + "id": 522, + "paths": [ + "M870.857 892c0 52-41.714 93.714-93.714 93.714s-94.286-41.714-94.286-93.714 42.286-94.286 94.286-94.286 93.714 42.286 93.714 94.286zM442.857 892c0 52-42.286 93.714-94.286 93.714s-93.714-41.714-93.714-93.714 41.714-94.286 93.714-94.286 94.286 42.286 94.286 94.286zM0 38.286c168.571 177.714 326.857 204 948.571 204s348.571 138.286-35.429 481.143c121.714-211.429 540-398.857-145.714-388.571-657.714 9.714-696.571-190.286-767.429-296.571z" + ], + "width": 1570.304, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "opencart" + ], + "defaultCode": 62013, + "grid": 14 + }, + { + "id": 523, + "paths": [ + "M512 36.571c-262.286 0-475.429 213.143-475.429 475.429s213.143 475.429 475.429 475.429 475.429-213.143 475.429-475.429-213.143-475.429-475.429-475.429zM512 0c282.857 0 512 229.143 512 512s-229.143 512-512 512-512-229.143-512-512 229.143-512 512-512zM283.429 475.429c5.143 0 9.143 4 9.143 9.143v274.286c0 5.143-4 9.143-9.143 9.143h-18.286c-5.143 0-9.143-4-9.143-9.143v-274.286c0-5.143 4-9.143 9.143-9.143h18.286zM512 512c40.571 0 73.143 32.571 73.143 73.143 0 26.857-14.857 50.286-36.571 62.857v65.143c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-65.143c-21.714-12.571-36.571-36-36.571-62.857 0-40.571 32.571-73.143 73.143-73.143zM512 73.143c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM310.857 347.429v54.857c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-54.857c0-70.857 57.143-128 128-128s128 57.143 128 128v54.857c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-54.857c0-110.857-90.286-201.143-201.143-201.143s-201.143 90.286-201.143 201.143zM804.571 768v-292.571c0-20-16.571-36.571-36.571-36.571h-512c-20 0-36.571 16.571-36.571 36.571v292.571c0 20 16.571 36.571 36.571 36.571h512c20 0 36.571-16.571 36.571-36.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "expeditedssl" + ], + "defaultCode": 62014, + "grid": 14 + }, + { + "id": 524, + "paths": [ + "M1097.143 292.571v438.857h-950.857v-438.857h950.857zM1170.286 621.714h73.143v-219.429h-73.143v-164.571c0-10.286-8-18.286-18.286-18.286h-1060.571c-10.286 0-18.286 8-18.286 18.286v548.571c0 10.286 8 18.286 18.286 18.286h1060.571c10.286 0 18.286-8 18.286-18.286v-164.571zM1316.571 402.286v219.429c0 40.571-32.571 73.143-73.143 73.143v91.429c0 50.286-41.143 91.429-91.429 91.429h-1060.571c-50.286 0-91.429-41.143-91.429-91.429v-548.571c0-50.286 41.143-91.429 91.429-91.429h1060.571c50.286 0 91.429 41.143 91.429 91.429v91.429c40.571 0 73.143 32.571 73.143 73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery", + "battery-4", + "battery-full" + ], + "defaultCode": 62016, + "grid": 14 + }, + { + "id": 525, + "paths": [ + "M146.286 731.429v-438.857h731.429v438.857h-731.429zM1243.429 329.143c40.571 0 73.143 32.571 73.143 73.143v219.429c0 40.571-32.571 73.143-73.143 73.143v91.429c0 50.286-41.143 91.429-91.429 91.429h-1060.571c-50.286 0-91.429-41.143-91.429-91.429v-548.571c0-50.286 41.143-91.429 91.429-91.429h1060.571c50.286 0 91.429 41.143 91.429 91.429v91.429zM1243.429 621.714v-219.429h-73.143v-164.571c0-10.286-8-18.286-18.286-18.286h-1060.571c-10.286 0-18.286 8-18.286 18.286v548.571c0 10.286 8 18.286 18.286 18.286h1060.571c10.286 0 18.286-8 18.286-18.286v-164.571h73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery-3", + "battery-three-quarters" + ], + "defaultCode": 62017, + "grid": 14 + }, + { + "id": 526, + "paths": [ + "M146.286 731.429v-438.857h512v438.857h-512zM1243.429 329.143c40.571 0 73.143 32.571 73.143 73.143v219.429c0 40.571-32.571 73.143-73.143 73.143v91.429c0 50.286-41.143 91.429-91.429 91.429h-1060.571c-50.286 0-91.429-41.143-91.429-91.429v-548.571c0-50.286 41.143-91.429 91.429-91.429h1060.571c50.286 0 91.429 41.143 91.429 91.429v91.429zM1243.429 621.714v-219.429h-73.143v-164.571c0-10.286-8-18.286-18.286-18.286h-1060.571c-10.286 0-18.286 8-18.286 18.286v548.571c0 10.286 8 18.286 18.286 18.286h1060.571c10.286 0 18.286-8 18.286-18.286v-164.571h73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery-2", + "battery-half" + ], + "defaultCode": 62018, + "grid": 14 + }, + { + "id": 527, + "paths": [ + "M146.286 731.429v-438.857h292.571v438.857h-292.571zM1243.429 329.143c40.571 0 73.143 32.571 73.143 73.143v219.429c0 40.571-32.571 73.143-73.143 73.143v91.429c0 50.286-41.143 91.429-91.429 91.429h-1060.571c-50.286 0-91.429-41.143-91.429-91.429v-548.571c0-50.286 41.143-91.429 91.429-91.429h1060.571c50.286 0 91.429 41.143 91.429 91.429v91.429zM1243.429 621.714v-219.429h-73.143v-164.571c0-10.286-8-18.286-18.286-18.286h-1060.571c-10.286 0-18.286 8-18.286 18.286v548.571c0 10.286 8 18.286 18.286 18.286h1060.571c10.286 0 18.286-8 18.286-18.286v-164.571h73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery-1", + "battery-quarter" + ], + "defaultCode": 62019, + "grid": 14 + }, + { + "id": 528, + "paths": [ + "M1243.429 329.143c40.571 0 73.143 32.571 73.143 73.143v219.429c0 40.571-32.571 73.143-73.143 73.143v91.429c0 50.286-41.143 91.429-91.429 91.429h-1060.571c-50.286 0-91.429-41.143-91.429-91.429v-548.571c0-50.286 41.143-91.429 91.429-91.429h1060.571c50.286 0 91.429 41.143 91.429 91.429v91.429zM1243.429 621.714v-219.429h-73.143v-164.571c0-10.286-8-18.286-18.286-18.286h-1060.571c-10.286 0-18.286 8-18.286 18.286v548.571c0 10.286 8 18.286 18.286 18.286h1060.571c10.286 0 18.286-8 18.286-18.286v-164.571h73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "battery-0", + "battery-empty" + ], + "defaultCode": 62020, + "grid": 14 + }, + { + "id": 529, + "paths": [ + "M647.429 596c10.857 10.286 13.714 26.286 8 39.429-5.714 13.714-18.857 22.857-33.714 22.857h-218.286l114.857 272c8 18.857-1.143 40-19.429 48l-101.143 42.857c-18.857 8-40-1.143-48-19.429l-109.143-258.286-178.286 178.286c-6.857 6.857-16 10.857-25.714 10.857-4.571 0-9.714-1.143-13.714-2.857-13.714-5.714-22.857-18.857-22.857-33.714v-859.429c0-14.857 9.143-28 22.857-33.714 4-1.714 9.143-2.857 13.714-2.857 9.714 0 18.857 3.429 25.714 10.857z" + ], + "width": 661.1382857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mouse-pointer" + ], + "defaultCode": 62021, + "grid": 14 + }, + { + "id": 530, + "paths": [ + "M475.429 73.143c-121.143 0-182.857 42.857-182.857 128v237.714h73.143v73.143h-73.143v310.857c0 85.143 61.714 128 182.857 128h36.571v73.143h-36.571c-102.857 0-178.286-29.714-219.429-83.429-41.143 53.714-116.571 83.429-219.429 83.429h-36.571v-73.143h36.571c121.143 0 182.857-42.857 182.857-128v-310.857h-73.143v-73.143h73.143v-237.714c0-85.143-61.714-128-182.857-128h-36.571v-73.143h36.571c102.857 0 178.286 29.714 219.429 83.429 41.143-53.714 116.571-83.429 219.429-83.429h36.571v73.143h-36.571z" + ], + "width": 512, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "i-cursor" + ], + "defaultCode": 62022, + "grid": 14 + }, + { + "id": 531, + "paths": [ + "M1170.286 219.429h-73.143v585.143h73.143v219.429h-219.429v-73.143h-731.429v73.143h-219.429v-219.429h73.143v-585.143h-73.143v-219.429h219.429v73.143h731.429v-73.143h219.429v219.429zM1024 73.143v73.143h73.143v-73.143h-73.143zM73.143 73.143v73.143h73.143v-73.143h-73.143zM146.286 950.857v-73.143h-73.143v73.143h73.143zM950.857 877.714v-73.143h73.143v-585.143h-73.143v-73.143h-731.429v73.143h-73.143v585.143h73.143v73.143h731.429zM1097.143 950.857v-73.143h-73.143v73.143h73.143zM731.429 365.714h219.429v438.857h-512v-146.286h-219.429v-438.857h512v146.286zM292.571 585.143h365.714v-292.571h-365.714v292.571zM877.714 731.429v-292.571h-146.286v219.429h-219.429v73.143h365.714z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "object-group" + ], + "defaultCode": 62023, + "grid": 14 + }, + { + "id": 532, + "paths": [ + "M1316.571 438.857h-73.143v365.714h73.143v219.429h-219.429v-73.143h-512v73.143h-219.429v-219.429h73.143v-73.143h-219.429v73.143h-219.429v-219.429h73.143v-365.714h-73.143v-219.429h219.429v73.143h512v-73.143h219.429v219.429h-73.143v73.143h219.429v-73.143h219.429v219.429zM1170.286 292.571v73.143h73.143v-73.143h-73.143zM804.571 73.143v73.143h73.143v-73.143h-73.143zM73.143 73.143v73.143h73.143v-73.143h-73.143zM146.286 731.429v-73.143h-73.143v73.143h73.143zM877.714 658.286h-73.143v73.143h73.143v-73.143zM219.429 658.286h512v-73.143h73.143v-365.714h-73.143v-73.143h-512v73.143h-73.143v365.714h73.143v73.143zM512 950.857v-73.143h-73.143v73.143h73.143zM1243.429 950.857v-73.143h-73.143v73.143h73.143zM1170.286 804.571v-365.714h-73.143v-73.143h-219.429v219.429h73.143v219.429h-219.429v-73.143h-219.429v73.143h73.143v73.143h512v-73.143h73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "object-ungroup" + ], + "defaultCode": 62024, + "grid": 14 + }, + { + "id": 533, + "paths": [ + "M585.143 713.143v237.714h-530.286c-30.286 0-54.857-24.571-54.857-54.857v-768c0-30.286 24.571-54.857 54.857-54.857h768c30.286 0 54.857 24.571 54.857 54.857v530.286h-237.714c-30.286 0-54.857 24.571-54.857 54.857zM658.286 731.429h217.714c-5.143 27.429-20 58.286-37.143 75.429l-105.143 105.143c-17.143 17.143-48 32-75.429 37.143v-217.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sticky-note" + ], + "defaultCode": 62025, + "grid": 14 + }, + { + "id": 534, + "paths": [ + "M800 731.429h-141.714v141.714c9.714-3.429 19.429-8.571 23.429-12.571l105.714-105.714c4-4 9.143-13.714 12.571-23.429zM640 658.286h164.571v-512h-731.429v731.429h512v-164.571c0-30.286 24.571-54.857 54.857-54.857zM877.714 128v585.143c0 30.286-17.714 72.571-38.857 93.714l-105.143 105.143c-21.143 21.143-63.429 38.857-93.714 38.857h-585.143c-30.286 0-54.857-24.571-54.857-54.857v-768c0-30.286 24.571-54.857 54.857-54.857h768c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sticky-note-o" + ], + "defaultCode": 62026, + "grid": 14 + }, + { + "id": 535, + "paths": [ + "M1114.857 570.286c0 20.571-13.714 35.429-30.857 38.857-2.286 0.571-7.429 1.143-10.286 1.143h-87.429v-80h87.429c2.857 0 8 0.571 10.286 1.143 17.143 3.429 30.857 18.857 30.857 38.857zM1104.571 448.571c0 20-13.714 33.143-30.286 36-1.714 0.571-5.714 0.571-8.571 0.571h-79.429v-73.714h79.429c2.857 0 6.857 0.571 8.571 0.571 16.571 2.857 30.286 16.571 30.286 36.571zM416 542.286v-176h-130.286v176c0 42.857-29.143 74.857-81.714 74.857-44.571 0-88.571-13.143-130.857-33.714v64c68.571 18.857 155.429 18.857 155.429 18.857 145.143 0 187.429-55.429 187.429-124zM824 647.429v-64.571c-29.714 15.429-67.429 30.286-114.286 33.714-82.286 6.286-131.429-33.714-131.429-104.571s49.143-110.857 131.429-104.571c46.857 3.429 84 17.714 114.286 33.143v-64c-61.143-15.429-118.857-17.714-118.857-17.714-201.143-9.143-258.286 70.286-258.286 153.143s57.143 162.286 258.286 153.143c0 0 57.714-2.286 118.857-17.714zM1243.429 581.714c0-42.286-37.714-69.714-86.857-73.143v-1.714c44.571-6.286 69.143-35.429 69.143-69.143 0-43.429-36-68.571-84.571-70.857-3.429 0-9.714-0.571-14.857-0.571h-260v291.429h280.571c55.429 0 96.571-29.714 96.571-76zM1316.571 146.286v731.429c0 40-33.143 73.143-73.143 73.143h-1170.286c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h1170.286c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-jcb" + ], + "defaultCode": 62027, + "grid": 14 + }, + { + "id": 536, + "paths": [ + "M490.286 709.143v-396c-79.429 30.857-136 108-136 198.286s56.571 167.429 136 197.714zM778.286 511.429c0-90.286-56.571-167.429-136-198.286v396.571c79.429-30.857 136-108 136-198.286zM901.143 511.429c0 184.571-149.714 334.857-334.857 334.857-184.571 0-334.857-150.286-334.857-334.857 0-185.143 150.286-334.857 334.857-334.857 185.143 0 334.857 149.714 334.857 334.857zM1120 515.429c0-218.286-182.286-369.143-382.286-369.143h-172c-202.286 0-369.143 150.857-369.143 369.143 0 199.429 166.857 362.286 369.143 362.286h172c200 0 382.286-162.857 382.286-362.286zM1316.571 146.286v731.429c0 40-33.143 73.143-73.143 73.143h-1170.286c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h1170.286c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cc-diners-club" + ], + "defaultCode": 62028, + "grid": 14 + }, + { + "id": 537, + "paths": [ + "M950.857 932.571v-621.714c0-9.714-8.571-18.286-18.286-18.286h-621.714c-9.714 0-18.286 8.571-18.286 18.286v621.714c0 9.714 8.571 18.286 18.286 18.286h621.714c9.714 0 18.286-8.571 18.286-18.286zM1024 310.857v621.714c0 50.286-41.143 91.429-91.429 91.429h-621.714c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h621.714c50.286 0 91.429 41.143 91.429 91.429zM804.571 91.429v91.429h-73.143v-91.429c0-9.714-8.571-18.286-18.286-18.286h-621.714c-9.714 0-18.286 8.571-18.286 18.286v621.714c0 9.714 8.571 18.286 18.286 18.286h91.429v73.143h-91.429c-50.286 0-91.429-41.143-91.429-91.429v-621.714c0-50.286 41.143-91.429 91.429-91.429h621.714c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clone" + ], + "defaultCode": 62029, + "grid": 14 + }, + { + "id": 538, + "paths": [ + "M987.429 256l-219.429 402.286h438.857zM256 256l-219.429 402.286h438.857zM725.143 146.286c-10.857 30.857-36 56-66.857 66.857v737.714h347.429c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-768c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h347.429v-737.714c-30.857-10.857-56-36-66.857-66.857h-280.571c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h280.571c15.429-42.857 55.429-73.143 103.429-73.143s88 30.286 103.429 73.143h280.571c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-280.571zM621.714 155.429c25.143 0 45.714-20.571 45.714-45.714s-20.571-45.714-45.714-45.714-45.714 20.571-45.714 45.714 20.571 45.714 45.714 45.714zM1243.429 658.286c0 117.714-162.857 164.571-256 164.571s-256-46.857-256-164.571v0c0-22.286 199.429-375.429 224-420 6.286-11.429 18.857-18.857 32-18.857s25.714 7.429 32 18.857c24.571 44.571 224 397.714 224 420v0zM512 658.286c0 117.714-162.857 164.571-256 164.571s-256-46.857-256-164.571v0c0-22.286 199.429-375.429 224-420 6.286-11.429 18.857-18.857 32-18.857s25.714 7.429 32 18.857c24.571 44.571 224 397.714 224 420z" + ], + "width": 1243.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "balance-scale" + ], + "defaultCode": 62030, + "grid": 14 + }, + { + "id": 539, + "paths": [ + "M804.571 73.143c0 211.429-101.143 364.571-213.143 438.857 112 74.286 213.143 227.429 213.143 438.857h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-841.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857c0-211.429 101.143-364.571 213.143-438.857-112-74.286-213.143-227.429-213.143-438.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h841.143c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857zM499.429 477.714c115.429-43.429 232-196 232-404.571h-585.143c0 208.571 116.571 361.143 232 404.571 14.286 5.143 24 18.857 24 34.286s-9.714 29.143-24 34.286c-115.429 43.429-232 196-232 404.571h585.143c0-208.571-116.571-361.143-232-404.571-14.286-5.143-24-18.857-24-34.286s9.714-29.143 24-34.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hourglass-o" + ], + "defaultCode": 62032, + "grid": 14 + }, + { + "id": 540, + "paths": [ + "M804.571 73.143c0 211.429-101.143 364.571-213.143 438.857 112 74.286 213.143 227.429 213.143 438.857h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-841.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857c0-211.429 101.143-364.571 213.143-438.857-112-74.286-213.143-227.429-213.143-438.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h841.143c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857zM731.429 73.143h-585.143c0 25.143 1.714 49.714 5.143 73.143h574.857c3.429-23.429 5.143-48 5.143-73.143zM731.429 950.857c0-205.143-113.143-356.571-226.857-402.286h-131.429c-113.714 45.714-226.857 197.143-226.857 402.286h585.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hourglass-1", + "hourglass-start" + ], + "defaultCode": 62033, + "grid": 14 + }, + { + "id": 541, + "paths": [ + "M804.571 73.143c0 211.429-101.143 364.571-213.143 438.857 112 74.286 213.143 227.429 213.143 438.857h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-841.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857c0-211.429 101.143-364.571 213.143-438.857-112-74.286-213.143-227.429-213.143-438.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h841.143c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857zM731.429 73.143h-585.143c0 83.429 18.857 157.143 48.571 219.429h488c29.714-62.286 48.571-136 48.571-219.429zM698.857 768c-42.286-110.286-118.286-188.571-194.286-219.429h-131.429c-76 30.857-152 109.143-194.286 219.429h520z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hourglass-2", + "hourglass-half" + ], + "defaultCode": 62034, + "grid": 14 + }, + { + "id": 542, + "paths": [ + "M804.571 73.143c0 211.429-101.143 364.571-213.143 438.857 112 74.286 213.143 227.429 213.143 438.857h54.857c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-841.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857c0-211.429 101.143-364.571 213.143-438.857-112-74.286-213.143-227.429-213.143-438.857h-54.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h841.143c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-54.857zM499.429 477.714c115.429-43.429 232-196 232-404.571h-585.143c0 208.571 116.571 361.143 232 404.571 14.286 5.143 24 18.857 24 34.286s-9.714 29.143-24 34.286c-49.143 18.286-98.857 57.143-139.429 112h400c-40.571-54.857-90.286-93.714-139.429-112-14.286-5.143-24-18.857-24-34.286s9.714-29.143 24-34.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hourglass-3", + "hourglass-end" + ], + "defaultCode": 62035, + "grid": 14 + }, + { + "id": 543, + "paths": [ + "M859.429 914.286c10.286 0 18.286 8 18.286 18.286v73.143c0 10.286-8 18.286-18.286 18.286h-841.143c-10.286 0-18.286-8-18.286-18.286v-73.143c0-10.286 8-18.286 18.286-18.286h841.143zM74.286 877.714c10.857-192.571 168-296 273.143-365.714-105.143-69.714-262.286-173.143-273.143-365.714h729.143c-10.857 192.571-168 296-273.143 365.714 105.143 69.714 262.286 173.143 273.143 365.714h-729.143zM859.429 0c10.286 0 18.286 8 18.286 18.286v73.143c0 10.286-8 18.286-18.286 18.286h-841.143c-10.286 0-18.286-8-18.286-18.286v-73.143c0-10.286 8-18.286 18.286-18.286h841.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hourglass" + ], + "defaultCode": 62036, + "grid": 14 + }, + { + "id": 544, + "paths": [ + "M438.857 219.429c-40.571 0-73.143 32.571-73.143 73.143v73.143h-18.286v-53.143c0-36-27.429-65.714-64-65.714-35.429 0-64 28.571-64 64v245.143l-18.286-17.143v-98.286c0-36-27.429-65.714-64-65.714-35.429 0-64 28.571-64 64v128c0 17.714 7.429 34.286 20 46.857l177.143 169.143c16.571 16.571 22.286 35.429 22.286 58.286 0 20 16.571 36.571 36.571 36.571h365.714c20 0 36.571-16.571 36.571-36.571v-14.286c0-14.857 1.714-29.714 5.714-44l61.714-249.143c4-14.286 5.714-29.143 5.714-44v-140.571c0-36-27.429-65.714-64-65.714-35.429 0-64 28.571-64 64v18.286h-18.286v-71.429c0-30.286-20.571-58.286-50.857-64.571-4-0.571-8.571-1.143-13.143-1.143-35.429 0-64 28.571-64 64v73.143h-18.286v-69.714c0-38.286-27.429-72-65.714-76-2.857-0.571-5.143-0.571-7.429-0.571zM438.857 146.286c30.857 0 60.571 9.714 85.143 28.571 21.143-12.571 45.714-19.429 70.286-19.429 45.143 0 86.857 21.714 112.571 58.857 10.857-2.857 22.286-4 33.714-4 76.571 0 137.143 62.857 137.143 138.857v140.571c0 20.571-2.857 41.714-7.429 61.714l-62.286 249.143c-3.429 13.714-3.429 26.857-3.429 40.571 0 60.571-49.143 109.714-109.714 109.714h-365.714c-65.143 0-109.714-52-109.714-114.857l-176-169.143c-26.857-25.714-43.429-62.286-43.429-100v-128c0-75.429 61.714-137.143 137.143-137.143 3.429 0 6.286 0 9.143 0.571 4.571-72.571 65.143-128.571 137.143-128.571 19.429 0 38.286 4 56 12 26.857-25.714 62.286-39.429 99.429-39.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-grab-o", + "hand-rock-o" + ], + "defaultCode": 62037, + "grid": 14 + }, + { + "id": 545, + "paths": [ + "M502.857 73.143c-35.429 0-64 28.571-64 64v374.857h-18.286v-301.714c0-35.429-28.571-64-64-64s-64 28.571-64 64v448l-88-117.143c-13.714-18.286-35.429-29.143-58.286-29.143-40.571 0-73.143 33.143-73.143 73.143 0 16 5.143 31.429 14.857 44l219.429 292.571c13.714 18.286 35.429 29.143 58.286 29.143h393.143c26.286 0 49.143-18.857 54.286-44.571l43.429-231.429c1.714-10.857 2.857-22.286 2.857-33.714v-284.571c0-35.429-28.571-64-64-64s-64 28.571-64 64v155.429h-18.286v-301.714c0-35.429-28.571-64-64-64s-64 28.571-64 64v301.714h-18.286v-374.857c0-35.429-28.571-64-64-64zM502.857 0c51.429 0 98.857 29.143 122.286 75.429 8-1.714 16-2.286 24-2.286 75.429 0 137.143 61.714 137.143 137.143v9.714c79.429-4.571 146.286 56.571 146.286 136.571v284.571c0 16-1.714 32-4.571 47.429l-43.429 230.857c-10.857 60.571-64 104.571-125.714 104.571h-393.143c-45.714 0-89.714-22.286-117.143-58.286l-219.429-292.571c-18.857-25.143-29.143-56.571-29.143-88 0-80.571 65.143-146.286 146.286-146.286 24 0 53.143 5.714 73.143 19.429v-248c0-75.429 61.714-137.143 137.143-137.143 8 0 16 0.571 24 2.286 23.429-46.286 70.857-75.429 122.286-75.429z" + ], + "width": 932.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-paper-o", + "hand-stop-o" + ], + "defaultCode": 62038, + "grid": 14 + }, + { + "id": 546, + "paths": [ + "M613.143 950.857h-101.143c-59.429 0-104.571-25.714-129.143-80.571-8.571-18.286-13.143-38.286-13.143-58.286v-2.857c-46.857-22.857-77.143-70.857-77.143-123.429 0-6.286 0-21.714 2.857-27.429h-149.143c-80.571 0-146.286-65.714-146.286-146.286s65.714-146.286 146.286-146.286h64.571l-25.143-9.714c-56.571-21.143-94.286-76-94.286-136.571 0-80.571 65.714-146.286 146.286-146.286 17.714 0 35.429 3.429 52 9.714l358.857 136.571h229.143c80.571 0 146.286 65.714 146.286 146.286v381.714c0 67.429-45.714 125.714-110.857 141.714l-193.714 48.571c-34.286 8.571-70.286 13.143-106.286 13.143zM585.143 544.571l-88.571 40.571-93.143 42.286c-22.857 10.286-37.714 33.143-37.714 58.286 0 35.429 28.571 64 64 64 9.143 0 18.286-1.714 26.286-5.714l193.143-88c-37.143-8-64-41.714-64-80v-31.429zM768 722.286c0-35.429-28.571-64-64-64-9.143 0-18.286 1.714-26.286 5.714l-165.714 75.429c-34.286 15.429-69.143 29.143-69.143 72.571 0 37.714 26.286 65.143 64.571 65.143 6.857 0 16-2.286 21.714-5.143l201.143-91.429c22.857-10.286 37.714-33.143 37.714-58.286zM635.429 292.571l-371.429-141.714c-8.571-2.857-17.143-4.571-26.286-4.571-40 0-73.143 32.571-73.143 73.143 0 30.286 18.857 57.714 46.857 68.571l300.571 114.286v36.571h-365.714c-40.571 0-73.143 32.571-73.143 73.143s32.571 73.143 73.143 73.143h305.714l133.143-60.571v-113.143c0-22.857 9.714-45.143 26.286-60.571l63.429-58.286h-39.429zM613.143 877.714c29.714 0 60-3.429 88.571-10.857l193.714-48.571c32.571-8 55.429-37.143 55.429-70.857v-381.714c0-40.571-32.571-73.143-73.143-73.143h-176l-77.714 72c-13.143 12-20.571 29.143-20.571 46.857v169.143c0 35.429 29.143 61.714 64 61.714 35.429 0 64-31.429 64-66.286v-118.857h18.286v118.857c0 25.714-12.571 49.714-32.571 65.143 40 6.286 69.143 41.143 69.143 81.143 0 32-18.857 61.714-48 74.857l-177.143 80.571h52z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-scissors-o" + ], + "defaultCode": 62039, + "grid": 14 + }, + { + "id": 547, + "paths": [ + "M657.714 0c46.286 0 90.857 22.286 118.286 60l326.857 446.286c44 59.429 67.429 130.857 67.429 205.143v202.857c0 60.571-49.143 109.714-109.714 109.714h-219.429c-60.571 0-109.714-49.143-109.714-109.714v-101.143l-163.429-81.714h-312c-60.571 0-109.714-49.143-109.714-109.714v-18.286c0-90.857 73.714-164.571 164.571-164.571h240l24-73.143h-392c-76 0-139.429-58.286-145.714-133.714-24-29.143-37.143-66.286-37.143-104v-18.286c0-60.571 49.143-109.714 109.714-109.714h548zM1097.143 914.286v-202.857c0-57.714-18.857-115.429-53.143-162.286l-327.429-446.286c-13.714-18.286-35.429-29.714-58.857-29.714h-548c-20 0-36.571 16.571-36.571 36.571 0 30.286 0.571 51.429 20.571 76 7.429-23.429 28.571-39.429 52.571-39.429h475.429v18.286h-475.429c-20 0-36.571 16.571-36.571 36.571 0 10.857-0.571 22.286 1.714 33.143 6.286 33.714 37.143 58.286 71.429 58.286h417.714c30.286 0 54.857 24.571 54.857 54.857 0 5.714-1.143 12-2.857 17.143l-36.571 109.714c-7.429 22.286-28.571 37.714-52 37.714h-253.143c-50.286 0-91.429 41.143-91.429 91.429v18.286c0 20 16.571 36.571 36.571 36.571h320.571c5.714 0 11.429 1.143 16.571 4l181.143 90.286c18.286 9.714 30.286 28.571 30.286 49.143v112.571c0 20 16.571 36.571 36.571 36.571h219.429c20 0 36.571-16.571 36.571-36.571z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-lizard-o" + ], + "defaultCode": 62040, + "grid": 14 + }, + { + "id": 548, + "paths": [ + "M262.286 1024c-58.857 0-109.714-40-124-97.143l-57.714-229.143c-4.571-20-7.429-41.143-7.429-61.714 0-13.143 0-25.714-2.857-38.286l-66.286-272.571c-2.857-10.857-4-21.714-4-32.571 0-70.857 53.714-129.143 124-136.571 12.571-64.571 68-110.286 134.286-110.286 63.429 0 118.286 43.429 133.143 105.143l47.429 198.857 58.857-244.571c14.857-61.714 69.714-105.143 133.143-105.143 68 0 124 49.143 134.857 115.429 70.286 8 121.143 67.429 121.143 137.714 0 10.857-1.714 22.286-4 33.714l-70.286 292.571c45.714-34.286 78.857-67.429 138.857-67.429 79.429 0 145.714 64.571 145.714 144.571 0 48-23.429 92.571-61.143 121.143l-289.714 217.143c-25.143 18.857-56 29.143-87.429 29.143h-396.571zM630.857 73.143c-29.143 0-54.857 20.571-61.714 49.143l-93.714 389.714h-72.571l-82.857-344c-6.857-28.571-32.571-49.143-61.714-49.143-36.571 0-64 29.143-64 64.571 0 5.714 0.571 10.857 1.714 16l75.429 312.571h-14.857l-56.571-233.143c-6.857-28-32.571-50.286-62.286-50.286-35.429 0-64.571 28.571-64.571 64 0 5.143 0.571 10.286 1.714 14.857l66.286 273.143c8 33.143 2.286 66.286 10.857 99.429l57.143 229.143c6.286 24.571 28 41.714 53.143 41.714h396.571c15.429 0 30.857-5.143 43.429-14.857l289.714-216.571c19.429-14.857 32-38.286 32-62.857 0-40-33.143-71.429-72.571-71.429-16 0-31.429 5.143-44 14.857l-175.429 131.429v-129.714c0-4.571 73.714-307.429 79.429-332 1.143-5.143 2.286-10.857 2.286-16.571 0-35.429-26.857-65.714-63.429-65.714-29.714 0-55.429 20.571-62.286 49.143l-66.286 275.429h-14.857l85.714-356.571c1.143-5.143 1.714-10.857 1.714-16 0-36-26.286-66.286-63.429-66.286z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-spock-o" + ], + "defaultCode": 62041, + "grid": 14 + }, + { + "id": 549, + "paths": [ + "M365.714 73.143c-40.571 0-73.143 32.571-73.143 73.143v512l-86.286-115.429c-14.286-18.857-37.143-30.857-61.143-30.857-40 0-72 33.714-72 73.143 0 16 5.143 31.429 14.857 44l219.429 292.571c13.714 18.286 35.429 29.143 58.286 29.143h410.286c16.571 0 31.429-11.429 35.429-27.429l52.571-210.286c9.143-36.571 13.714-73.714 13.714-110.857v-124c0-30.286-23.429-57.714-54.857-57.714-30.286 0-54.857 24.571-54.857 54.857h-18.286v-34.857c0-36-27.429-65.714-64-65.714-35.429 0-64 28.571-64 64v36.571h-18.286v-51.429c0-41.143-31.429-76.571-73.143-76.571-40.571 0-73.143 32.571-73.143 73.143v54.857h-18.286v-325.714c0-41.143-31.429-76.571-73.143-76.571zM365.714 0c81.714 0 146.286 68.571 146.286 149.714v125.714c6.286-0.571 12-1.143 18.286-1.143 37.143 0 72 14.286 98.857 39.429 17.714-8 37.143-12 56.571-12 41.143 0 79.429 18.286 105.143 49.714 10.857-2.857 21.143-4 32-4 72 0 128 60 128 130.857v124c0 42.857-5.143 86.286-16 128.571l-52.571 210.286c-12 48.571-56 82.857-106.286 82.857h-410.286c-45.714 0-89.714-22.286-117.143-58.286l-219.429-292.571c-18.857-25.143-29.143-56.571-29.143-88 0-80 65.143-146.286 145.143-146.286 26.286 0 52 6.857 74.286 20v-312.571c0-80.571 65.714-146.286 146.286-146.286zM438.857 804.571v-219.429h-18.286v219.429h18.286zM585.143 804.571v-219.429h-18.286v219.429h18.286zM731.429 804.571v-219.429h-18.286v219.429h18.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-pointer-o" + ], + "defaultCode": 62042, + "grid": 14 + }, + { + "id": 550, + "paths": [ + "M736 369.714c21.143 0 42.286 4 61.143 13.143 54.857 24.571 80.571 69.714 80.571 129.143v101.143c0 36-4.571 72-13.143 106.286l-48.571 193.714c-16 65.143-74.286 110.857-141.714 110.857h-381.714c-80.571 0-146.286-65.714-146.286-146.286v-229.143l-136.571-358.857c-6.286-16.571-9.714-34.286-9.714-52 0-80.571 65.714-146.286 146.286-146.286 60.571 0 115.429 37.714 136.571 94.286l9.714 25.143v-64.571c0-80.571 65.714-146.286 146.286-146.286s146.286 65.714 146.286 146.286v149.143c9.143-1.714 18.286-2.857 27.429-2.857 52.571 0 100.571 30.286 123.429 77.143zM612.571 365.714c-25.143 0-48 14.857-58.286 37.714l-42.286 93.143-40.571 88.571h31.429c38.286 0 72 26.857 80 64l88-193.143c4-8 5.714-17.143 5.714-26.286 0-35.429-28.571-64-64-64zM738.857 442.857c-43.429 0-57.143 34.857-72.571 69.143l-75.429 165.714c-4 8-5.714 17.143-5.714 26.286 0 35.429 28.571 64 64 64 25.143 0 48-14.857 58.286-37.714l91.429-201.143c2.857-5.714 5.143-14.857 5.143-21.714 0-38.286-27.429-64.571-65.143-64.571zM73.143 237.714c0 9.143 1.714 17.714 4.571 26.286l141.714 371.429v39.429l58.286-63.429c15.429-16.571 37.714-26.286 60.571-26.286h113.143l60.571-133.143v-305.714c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143v365.714h-36.571l-114.286-300.571c-10.857-28-38.286-46.857-68.571-46.857-40.571 0-73.143 33.143-73.143 73.143zM674.286 950.857c33.714 0 62.857-22.857 70.857-55.429l48.571-193.714c7.429-28.571 10.857-58.857 10.857-88.571v-52l-80.571 177.143c-13.143 29.143-42.857 48-74.857 48-40 0-74.857-29.143-81.143-69.143-15.429 20-39.429 32.571-65.143 32.571h-118.857v-18.286h118.857c34.857 0 66.286-28.571 66.286-64 0-34.857-26.286-64-61.714-64h-169.143c-17.714 0-34.857 7.429-46.857 20.571l-72 77.714v176c0 40.571 32.571 73.143 73.143 73.143h381.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hand-peace-o" + ], + "defaultCode": 62043, + "grid": 14 + }, + { + "id": 551, + "paths": [ + "M489.714 310.857v66.857c0 9.714-8.571 17.714-18.286 17.714h-170.286v464c0 10.286-8 18.286-17.714 18.286h-77.143c-10.286 0-18.286-8-18.286-18.286v-464h-169.714c-10.286 0-18.286-8-18.286-17.714v-66.857c0-10.286 8-18.286 18.286-18.286h453.143c9.714 0 18.286 8 18.286 18.286zM1082.857 309.143l44 549.143c0.571 5.143-1.143 9.714-4.571 13.714-3.429 3.429-8 5.714-13.143 5.714h-76.571c-9.143 0-17.143-7.429-17.714-16.571l-26.286-336-108 242.857c-2.857 6.857-9.143 10.857-16.571 10.857h-68.571c-6.857 0-13.143-4-16.571-10.857l-107.429-244-25.714 337.143c-0.571 9.143-8.571 16.571-17.714 16.571h-77.143c-5.143 0-9.714-2.286-13.143-5.714-3.429-4-5.143-8.571-5.143-13.714l44.571-549.143c0.571-9.143 8.571-16.571 17.714-16.571h81.143c7.429 0 13.714 4.571 16.571 10.857l125.714 297.143c4 9.143 8 19.429 11.429 29.143 4-9.714 7.429-20 11.429-29.143l126.286-297.143c2.857-6.286 9.143-10.857 16.571-10.857h80.571c9.714 0 17.714 7.429 18.286 16.571z" + ], + "width": 1127.424, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trademark" + ], + "defaultCode": 62044, + "grid": 14 + }, + { + "id": 552, + "paths": [ + "M595.429 401.714c0-33.143-11.429-56.571-34.286-69.143-11.429-6.286-27.429-10.286-66.857-10.286h-70.286v160.571h92.571c50.286 0 78.857-29.714 78.857-81.143zM625.143 564.571l117.143 213.143c2.857 5.714 2.857 12.571-0.571 17.714-2.857 5.714-9.143 9.143-15.429 9.143h-86.857c-6.857 0-13.143-3.429-16-9.714l-110.857-208.571h-88.571v200c0 10.286-8 18.286-18.286 18.286h-76.571c-10.286 0-18.286-8-18.286-18.286v-548.571c0-10.286 8-18.286 18.286-18.286h168c60 0 86.286 5.143 108.571 13.714 64.571 24 104.571 87.429 104.571 165.143 0 70.286-34.857 129.714-90.286 157.143 1.714 2.857 3.429 5.714 5.143 9.143zM512 91.429c-232 0-420.571 188.571-420.571 420.571s188.571 420.571 420.571 420.571 420.571-188.571 420.571-420.571-188.571-420.571-420.571-420.571zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512v0c282.857 0 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "registered" + ], + "defaultCode": 62045, + "grid": 14 + }, + { + "id": 553, + "paths": [ + "M345.714 704.571c93.714 0 144.571-57.143 146.857-59.429 4.571-5.714 5.714-14.286 1.714-20.571l-25.714-46.857c-2.286-5.143-8-8.571-13.714-9.714-5.714-0.571-11.429 1.714-15.429 6.286-0.571 0-36.571 38.286-89.143 38.286-57.714 0-99.429-42.286-99.429-101.143 0-58.286 40.571-100 97.143-100 47.429 0 78.857 32 78.857 32 4 4 9.143 6.286 14.857 5.714s10.857-3.429 13.714-8l30.286-44.571c4.571-6.857 4-16-1.143-22.286-1.714-2.286-48-54.857-138.857-54.857-112.571 0-196.571 82.857-196.571 192.571 0 111.429 82.286 192.571 196.571 192.571zM705.714 704.571c94.286 0 144.571-57.143 146.857-59.429 4.571-5.714 5.714-14.286 2.286-20.571l-25.714-46.857c-2.857-5.143-8-8.571-14.286-9.714-5.714-0.571-11.429 1.714-15.429 6.286-0.571 0-36.571 38.286-89.143 38.286-57.714 0-99.429-42.286-99.429-101.143 0-58.286 40.571-100 97.143-100 48 0 78.857 32 78.857 32 4 4 9.143 6.286 14.857 5.714s10.857-3.429 13.714-8l30.286-44.571c4.571-6.857 4-16-1.143-22.286-1.714-2.286-48-54.857-138.857-54.857-112 0-196.571 82.857-196.571 192.571 0 111.429 82.286 192.571 196.571 192.571zM512 91.429c-232 0-420.571 188.571-420.571 420.571s188.571 420.571 420.571 420.571 420.571-188.571 420.571-420.571-188.571-420.571-420.571-420.571zM512 0c282.857 0 512 229.143 512 512s-229.143 512-512 512-512-229.143-512-512 229.143-512 512-512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "creative-commons" + ], + "defaultCode": 62046, + "grid": 14 + }, + { + "id": 554, + "paths": [ + "M420.571 457.143l219.429 219.429-219.429 219.429-384-384 384-384 96 96-54.857 54.857-41.143-41.143-274.286 274.286 274.286 274.286 110.286-110.286-165.143-164zM749.714 128l384 384-384 384-96-96 54.857-54.857 41.143 41.143 274.286-274.286-274.286-274.286-110.286 110.286 165.143 164-54.857 54.857-219.429-219.429z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gg" + ], + "defaultCode": 62048, + "grid": 14 + }, + { + "id": 555, + "paths": [ + "M409.714 773.714l154.857-154.857-159.429-159.429-50.286 50.286 109.714 109.143-54.857 54.857-159.429-159.429 159.429-159.429 22.857 22.857 49.714-49.714-72.571-73.143-259.429 259.429zM614.286 769.143l259.429-259.429-259.429-259.429-154.857 154.857 159.429 159.429 50.286-50.286-109.714-109.143 54.857-54.857 159.429 159.429-159.429 159.429-22.857-22.857-49.714 50.286zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gg-circle" + ], + "defaultCode": 62049, + "grid": 14 + }, + { + "id": 556, + "paths": [ + "M372 569.714c0 29.714-24 53.714-53.143 53.714-29.714 0-53.714-24-53.714-53.714 0-29.143 24-53.143 53.714-53.143 29.143 0 53.143 24 53.143 53.143zM1031.429 569.143c0 29.714-24 53.714-53.714 53.714s-53.714-24-53.714-53.714 24-53.143 53.714-53.143 53.714 23.429 53.714 53.143zM437.143 569.714c0-60.571-49.714-110.286-110.286-110.286-61.143 0-110.286 49.714-110.286 110.286 0 61.143 49.143 110.286 110.286 110.286 60.571 0 110.286-49.143 110.286-110.286zM1096 569.143c0-60.571-49.143-110.286-110.286-110.286-60.571 0-110.286 49.714-110.286 110.286 0 61.143 49.714 110.286 110.286 110.286 61.143 0 110.286-49.143 110.286-110.286zM485.714 569.714c0 88-70.857 159.429-158.857 159.429s-159.429-71.429-159.429-159.429c0-87.429 71.429-158.857 159.429-158.857s158.857 71.429 158.857 158.857zM1145.143 569.143c0 88-71.429 158.857-159.429 158.857-87.429 0-158.857-70.857-158.857-158.857s71.429-158.857 158.857-158.857c88 0 159.429 70.857 159.429 158.857zM594.286 570.857c0-145.714-118.286-264-264-264-145.143 0-263.429 118.286-263.429 264s118.286 264 263.429 264c145.714 0 264-118.286 264-264zM976 243.429c-94.286-41.143-200.571-63.429-317.714-63.429s-233.714 22.286-327.429 62.857c181.143 0.571 327.429 146.857 327.429 328 0-177.714 141.143-322.286 317.714-327.429zM1249.714 570.857c0-145.714-117.714-264-263.429-264s-264 118.286-264 264 118.286 264 264 264 263.429-118.286 263.429-264zM1097.714 247.429h218.857c-34.286 40-59.429 93.714-65.714 130.857 39.429 54.286 62.857 120.571 62.857 192.571 0 181.143-146.857 327.429-327.429 327.429-102.857 0-194.286-46.857-254.286-120.571 0 0-26.857 32-73.714 102.286-8-16.571-48.571-74.286-73.143-102.857-60 74.286-152 121.143-254.857 121.143-180.571 0-327.429-146.286-327.429-327.429 0-72 23.429-138.286 62.857-192.571-6.286-37.143-31.429-90.857-65.714-130.857h208.571c112-74.857 274.857-121.714 449.714-121.714s327.429 46.857 439.429 121.714z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tripadvisor" + ], + "defaultCode": 62050, + "grid": 14 + }, + { + "id": 557, + "paths": [ + "M365.714 518.286c-142.857 0-259.429-116-259.429-258.857 0-143.429 116.571-259.429 259.429-259.429s259.429 116 259.429 259.429c0 142.857-116.571 258.857-259.429 258.857zM365.714 131.429c-70.286 0-127.429 57.143-127.429 128 0 70.286 57.143 127.429 127.429 127.429s127.429-57.143 127.429-127.429c0-70.857-57.143-128-127.429-128zM664.571 549.714c25.143 51.429-3.429 76-68.571 118.286-54.857 34.857-130.286 48.571-180 53.714l41.714 41.143 152.571 152.571c22.857 23.429 22.857 61.143 0 84l-6.857 7.429c-23.429 22.857-61.143 22.857-84.571 0-38.286-38.857-94.286-94.857-152.571-153.143l-152.571 153.143c-23.429 22.857-61.143 22.857-84 0l-6.857-7.429c-23.429-22.857-23.429-60.571 0-84 38.857-38.857 94.286-94.857 152.571-152.571l41.143-41.143c-49.143-5.143-125.714-18.286-181.143-53.714-65.143-42.286-93.714-66.857-68.571-118.286 14.857-29.143 55.429-53.714 109.143-11.429 0 0 72.571 57.714 189.714 57.714s189.714-57.714 189.714-57.714c53.714-42.286 94.286-17.714 109.143 11.429z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "odnoklassniki" + ], + "defaultCode": 62051, + "grid": 14 + }, + { + "id": 558, + "paths": [ + "M529.714 331.429c0 50.286-40.571 90.857-90.857 90.857s-90.857-40.571-90.857-90.857 40.571-90.857 90.857-90.857 90.857 40.571 90.857 90.857zM652 538.857c-10.286-20.571-39.429-38.286-77.714-8 0 0-52 41.143-135.429 41.143s-135.429-41.143-135.429-41.143c-38.286-30.286-67.429-12.571-77.714 8-18.286 36.571 2.286 54.286 48.571 84.571 39.429 25.143 94.286 34.857 129.143 38.286l-29.143 29.714c-41.143 41.143-81.143 81.143-109.143 108.571-16.571 16.571-16.571 43.429 0 60l5.143 5.143c16.571 16.571 43.429 16.571 60 0l109.143-109.143c41.143 41.714 81.143 81.714 109.143 109.143 16.571 16.571 43.429 16.571 60 0l5.143-5.143c16.571-16.571 16.571-43.429 0-60l-109.143-108.571-29.714-29.714c35.429-3.429 89.143-13.143 128.571-38.286 46.286-30.286 66.857-48 48.571-84.571zM624 331.429c0-102.286-82.857-185.143-185.143-185.143s-185.143 82.857-185.143 185.143 82.857 185.143 185.143 185.143 185.143-82.857 185.143-185.143zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "odnoklassniki-square" + ], + "defaultCode": 62052, + "grid": 14 + }, + { + "id": 559, + "paths": [ + "M894.286 73.143c49.714 0 88.571 40 88.571 89.143v296.571c0 273.714-218.857 492-490.857 492-273.143 0-492-218.286-492-492v-296.571c0-48.571 40.571-89.143 89.143-89.143h805.143zM492 681.143c17.143 0 34.286-6.857 46.857-18.857l230.857-221.714c13.143-12.571 21.143-30.286 21.143-48.571 0-37.143-30.286-67.429-67.429-67.429-17.714 0-34.286 6.857-46.857 18.857l-184.571 177.143-184.571-177.143c-12.571-12-29.143-18.857-46.286-18.857-37.143 0-67.429 30.286-67.429 67.429 0 18.286 7.429 36 20.571 48.571l231.429 221.714c12 12 29.143 18.857 46.286 18.857z" + ], + "width": 982.8205714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "get-pocket" + ], + "defaultCode": 62053, + "grid": 14 + }, + { + "id": 560, + "paths": [ + "M853.714 936.571l-168.571-397.143c-66.857 130.857-140.571 267.429-204 397.143-0.571 0.571-30.857 0-30.857-0.571-96.571-225.714-197.714-449.714-294.286-676-23.429-54.857-101.714-144-155.429-143.429 0-6.286-0.571-20.571-0.571-29.143h333.143v28.571c-39.429 2.286-108.571 27.429-89.143 70.286 45.143 102.286 213.143 494.286 258.286 593.714 30.857-61.143 118.857-224.571 154.857-293.714-28.571-58.286-120.571-275.429-149.714-329.143-20-36.571-74.286-40-114.857-40.571v-28.571l293.143 0.571v26.857c-40 1.143-78.286 16-60.571 53.714 38.857 82.286 62.857 140 98.857 215.429 11.429-22.286 71.429-142.857 98.857-207.429 18.286-42.286-8-58.857-79.429-60.571 0.571-7.429 0-21.143 0.571-28 91.429-0.571 228.571-0.571 253.143-1.143v28c-46.286 1.714-94.286 26.286-119.429 65.143l-121.714 252.571c13.143 33.143 130.286 293.714 142.286 322.286l252-581.143c-17.714-47.429-74.857-57.714-97.143-58.286v-28.571l262.857 2.286 0.571 1.143-0.571 25.143c-57.714 1.714-92.571 32.571-114.857 82.857-51.429 118.857-212.571 493.714-319.429 737.714h-28z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wikipedia-w" + ], + "defaultCode": 62054, + "grid": 14 + }, + { + "id": 561, + "paths": [ + "M542.286 510.286c0 18.857-13.143 36.571-33.143 36.571-18.857 0-36.571-13.714-36.571-33.143 0-18.857 13.714-36.571 33.714-36.571 18.286 0 36 13.143 36 33.143zM550.857 543.429l200-332c-26.857 25.143-277.143 255.429-284 267.429l-199.429 331.429c26.286-24.571 277.143-256 283.429-266.857zM920.571 512c0 74.857-20.571 148.571-59.429 212-5.714-2.857-29.714-20-34.286-20-4 0-7.429 3.429-7.429 7.429 0 7.429 26.857 21.143 33.714 25.143-56.571 85.714-144 147.429-243.429 172l-9.143-38.286c-0.571-5.143-4-5.714-8.571-5.714-4 0-6.286 5.714-5.714 8.571l9.143 38.857c-27.429 5.714-55.429 8.571-83.429 8.571-74.857 0-148.571-21.143-212.571-60 3.429-5.714 25.143-37.143 25.143-41.714 0-4-3.429-7.429-7.429-7.429-8 0-25.143 34.286-30.286 41.143-86.286-57.143-148.571-145.714-172.571-246.857l39.429-8.571c4.571-1.143 5.714-4.571 5.714-8.571s-5.714-6.286-9.143-5.714l-38.857 8.571c-5.143-26.286-8-52.571-8-79.429 0-76.571 21.714-152 62.286-216.571 5.714 3.429 33.143 22.286 37.714 22.286 4 0 7.429-2.857 7.429-6.857 0-8-30.286-23.429-37.143-28 58.286-85.143 146.857-146.286 247.429-169.143l8.571 38.286c1.143 4.571 4.571 5.714 8.571 5.714s6.286-5.714 5.714-9.143l-8.571-37.714c25.143-4.571 50.857-7.429 76.571-7.429v0c76.571 0 151.429 21.714 216.571 62.286-4 5.714-22.286 32.571-22.286 37.143 0 4 2.857 7.429 6.857 7.429 8 0 23.429-29.714 27.429-36.571 84.571 57.143 145.143 144.571 168.571 244l-32 6.857c-5.143 1.143-5.714 4.571-5.714 9.143 0 4 5.714 6.286 8.571 5.714l32.571-7.429c5.143 26.286 8 53.143 8 80zM969.143 512c0-252.571-204.571-457.143-457.143-457.143s-457.143 204.571-457.143 457.143 204.571 457.143 457.143 457.143 457.143-204.571 457.143-457.143zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "safari" + ], + "defaultCode": 62055, + "grid": 14 + }, + { + "id": 562, + "paths": [ + "M510.286 0c87.429-0.571 176.571 21.714 257.714 68.571 89.714 52 157.714 126.857 201.143 212.571l-424-22.286c-120-6.857-234.286 60.571-273.714 173.714l-157.714-242.286c98.286-122.286 245.714-189.714 396.571-190.286zM83.429 231.429l192.571 378.857c54.286 106.857 169.143 172 288 149.714l-131.429 257.714c-245.143-37.714-432.571-249.714-432.571-505.714 0-103.429 30.857-200 83.429-280.571zM989.714 328c89.714 230.857 0 499.429-221.714 627.429-89.714 52-188.571 73.143-284.571 68l231.429-356c65.714-101.143 64.571-233.143-13.714-324.571zM512 339.429c95.429 0 172.571 77.143 172.571 172.571s-77.143 172.571-172.571 172.571-172.571-77.143-172.571-172.571 77.143-172.571 172.571-172.571z" + ], + "width": 1079.4422857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chrome" + ], + "defaultCode": 62056, + "grid": 14 + }, + { + "id": 563, + "paths": [ + "M516 1024c-220.571 0-396-129.143-476.571-313.714-90.286-205.143-18.286-533.714 142.286-678.857l-6.286 160.571c8-10.286 69.143-13.143 78.857 0 33.143-63.429 140-110.857 225.714-112.571-32.571 27.429-108 127.429-101.714 178.286 41.714 13.143 105.714 13.714 139.429 16 10.286 5.714 8.571 40.571-12 69.143 0 0-26.857 37.143-99.429 50.286l8.571 108-79.429-38.286c-25.714 65.143 36 122.857 100 112 70.857-12 96-58.286 145.714-55.429 49.143 2.857 68.571 30.286 62.286 56 0 0-8 30.857-61.143 25.714-45.143 71.429-105.143 102.857-202.286 94.286 147.429 122.286 346.286 11.429 396.571-88.571 50.286-99.429 6.286-247.429-44-289.143 59.429 25.714 100.571 52 122.286 109.714 11.429-128-47.429-273.143-152.571-358.286 197.714 57.714 318.286 210.857 321.714 455.429s-216.571 499.429-508 499.429z" + ], + "width": 976.6034285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "firefox" + ], + "defaultCode": 62057, + "grid": 14 + }, + { + "id": 564, + "paths": [ + "M853.143 130.286c-60-40-130.286-62.857-205.143-62.857-121.714 0-229.143 62.286-304.571 156-54.857 68.571-93.143 165.714-96 276.571v24c2.857 110.857 41.143 208 96 276.571 75.429 93.714 182.857 156 304.571 156 74.857 0 145.143-22.857 205.143-62.857-90.286 81.143-210.286 130.286-341.143 130.286-8 0-16.571 0-24.571-0.571-271.429-12.571-487.429-236.571-487.429-511.429 0-282.857 229.143-512 512-512h1.714c130.286 0.571 249.143 49.714 339.429 130.286zM1024 512c0 149.143-64 282.857-165.714 376.571-38.857 23.429-81.714 36-126.857 36-52.571 0-102.286-17.143-145.714-48 116-42.286 201.714-189.143 201.714-364.571 0-174.857-85.143-321.714-201.143-364.571 43.429-30.286 92.571-47.429 145.143-47.429 46.286 0 89.714 13.143 129.143 37.143 100.571 93.714 163.429 226.857 163.429 374.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "opera" + ], + "defaultCode": 62058, + "grid": 14 + }, + { + "id": 565, + "paths": [ + "M1024 535.429c0 20-1.143 40-4 59.429h-657.714c0 113.714 100 196 209.714 196 74.286 0 145.714-36.571 184-101.143h241.714c-65.143 183.429-239.429 306.286-433.714 306.286-70.286 0-140.571-16.571-203.429-47.429-64 32.571-153.714 66.286-225.143 66.286-96 0-135.429-58.857-135.429-150.286 0-53.143 11.429-106.286 25.714-157.143 9.143-33.143 45.714-100.571 62.286-130.857 70.286-127.429 162.857-249.714 271.429-346.286-87.429 37.714-182.286 132.571-244 202.286 48-209.143 234.286-357.143 448.571-357.143 8.571 0 17.143 0 25.714 0.571 70.857-32.571 169.714-66.857 247.429-66.857 92.571 0 172 35.429 172 140 0 54.857-21.143 114.286-42.857 163.429 37.714 68 57.714 145.143 57.714 222.857zM984 169.714c0-64-45.714-103.429-108.571-103.429-48 0-102.286 19.429-145.143 40 92.571 36 172 102.286 224.571 186.857 14.286-37.714 29.143-83.429 29.143-123.429zM73.143 876.571c0 66.286 39.429 102.286 104.571 102.286 50.857 0 107.429-22.857 152-47.429-93.143-54.857-165.143-142.286-200.571-244.571-26.286 54.857-56 128-56 189.714zM361.143 469.143h416c-4-110.286-101.143-189.714-208-189.714-107.429 0-204 79.429-208 189.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "internet-explorer" + ], + "defaultCode": 62059, + "grid": 14 + }, + { + "id": 566, + "paths": [ + "M1024 713.143v-548.571c0-9.714-8.571-18.286-18.286-18.286h-914.286c-9.714 0-18.286 8.571-18.286 18.286v548.571c0 9.714 8.571 18.286 18.286 18.286h914.286c9.714 0 18.286-8.571 18.286-18.286zM1097.143 164.571v548.571c0 50.286-41.143 91.429-91.429 91.429h-420.571v73.143h201.143c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-475.429c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h201.143v-73.143h-420.571c-50.286 0-91.429-41.143-91.429-91.429v-548.571c0-50.286 41.143-91.429 91.429-91.429h914.286c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "television", + "tv" + ], + "defaultCode": 62060, + "grid": 14 + }, + { + "id": 567, + "paths": [ + "M78.857 73.143h112.571c-26.857 24.571-50.857 53.143-72 85.143-88.571 136.571-52.571 286.286-18.286 447.429 28 130.857 51.429 255.429 133.143 345.143h-155.429c-36.571 0-66.286-29.714-66.286-66.286v-745.143c0-36.571 29.714-66.286 66.286-66.286zM769.143 73.143h176c36.571 0 66.286 29.714 66.286 66.286v745.143c0 36.571-29.714 66.286-66.286 66.286h-101.714c75.429-74.857 118.286-183.429 112-322.857l-268 57.714c-3.429 63.429-25.143 124.571-112 142.857-48.571 10.286-88.571-1.143-113.714-22.857-30.857-26.286-55.429-60.571-96.571-256-41.714-196-33.143-237.143-16-273.714 14.286-29.714 46.286-57.143 94.286-67.429 87.429-18.286 132 29.143 161.143 85.714l267.429-57.143c-26.286-67.429-61.143-122.286-102.857-164z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "contao" + ], + "defaultCode": 62061, + "grid": 14 + }, + { + "id": 568, + "paths": [ + "M800.571 884l-3.429 3.429c-42.857 42.857-92.571 76.571-148 100-57.714 24-118.286 36.571-181.143 36.571s-124-12.571-181.143-36.571c-55.429-23.429-105.714-57.143-148-100-42.857-42.286-76.571-92-100-147.429-14.286-34.857-25.714-70.857-30.857-108v0c-2.286-16 20-19.429 27.429-20.571 17.714-2.857 29.714-1.714 32 11.429 0.571 0.571 0.571 1.143 0.571 2.286 2.286 11.429 8 45.714 26.286 90.857 18.857 46.857 48 90.286 86.857 129.143 37.143 37.143 80.571 66.286 129.143 86.857 49.714 21.143 102.857 32 157.714 32 54.286 0 107.429-10.857 157.714-32 48-20.571 91.429-49.714 128.571-86.857l3.429-3.429c4-4 8.571-5.143 14.286-3.429 5.143 1.143 11.429 5.714 18.857 12.571v0c18.286 18.857 14.286 28 9.714 33.143zM530.857 532.571l-37.714 37.714 36 36c4 4 11.429 12.571-4 28-6.286 6.286-12.571 9.714-18.286 9.714-4 0-7.429-1.714-10.857-5.714l-35.429-34.857-37.714 37.714c-1.143 1.143-4 2.857-8.571 2.857-5.143 0-11.429-2.857-17.714-9.143l-1.143-1.143c-4-3.429-10.286-9.714-10.286-16.571 0-3.429 1.714-6.286 4.571-9.714l37.714-37.143-37.714-37.714c-6.286-6.286-3.429-14.286 8-25.714 6.857-6.857 12.571-10.286 17.714-10.286 2.857 0 5.143 1.143 7.429 2.857l37.143 37.714 37.143-37.143c6.286-6.286 16.571-3.429 27.429 7.429 6.857 6.857 14.286 16.571 6.286 25.143zM800 565.143c0 45.143-9.143 89.143-26.286 130.286-17.143 40-41.143 75.429-72 106.286s-66.857 54.857-106.857 72c-41.143 17.714-85.143 26.286-130.286 26.286s-89.143-8.571-130.286-26.286c-40-17.143-76-41.143-106.857-72s-54.857-66.286-71.429-106.286c-3.429-7.429-8.571-21.714-8.571-22.857h-0.571c-5.143-16 17.714-22.857 24.571-25.143 16.571-5.143 29.143-7.429 34.286 6.857 13.714 36.571 34.857 72 55.429 95.429h0.571v-194.857c1.143-48 21.143-96.571 58.286-132.571 38.286-37.714 89.714-58.857 144.571-58.857 112 0 202.857 90.286 202.857 201.143 0 112-91.429 202.857-202.857 202.857-22.286 0-38.857-1.714-64-9.143-2.857-1.143-16-6.857-7.429-34.857 2.286-7.429 9.143-29.143 25.143-24.571 1.143 0 29.143 6.857 44 6.857 79.429 0 141.714-61.714 141.714-140.571 0-37.143-14.857-72-41.143-97.714-26.286-26.286-61.714-40.571-100-40.571-39.429 0-75.429 16-101.714 45.714-22.857 25.714-36.571 60-36.571 91.429v236c41.143 25.143 88.571 38.286 138.286 38.286 73.143 0 144-29.143 194.857-80 51.429-51.429 80-120.571 80-193.143 0-73.143-28.571-141.714-80.571-193.714-51.429-51.429-120-80-193.714-80s-142.857 28.571-194.286 80c-0.571 0.571-33.143 34.286-44 49.714l-1.143 1.143c-6.857 9.714-13.143 18.857-41.714 12.571-14.286-3.429-29.714-12-29.714-24.571v-388.571c0-10.286 8-21.714 21.714-21.714h501.143c17.143 0 17.143 24 17.143 31.429 0 8 0 31.429-17.143 31.429h-463.429v276h0.571c32-33.714 87.429-69.143 120-82.857 40.571-17.143 86.286-26.286 132-26.286 45.143 0 89.143 8.571 130.286 26.286 40 17.143 76 41.143 106.857 72s54.857 66.286 72 106.286c17.143 41.714 26.286 85.143 26.286 130.857zM782.286 233.143c10.857 9.714 3.429 20-7.429 32.571-6.857 6.857-14.286 14.857-22.286 14.857-3.429 0-6.286-1.143-9.143-4-41.143-35.429-78.286-59.429-118.286-76-49.714-21.714-102.857-32-157.714-32-48.571 0-101.714 9.714-149.714 28-14.857 5.714-22.857-13.714-25.714-21.143-3.429-9.143-5.143-16.571-4.571-21.714 1.143-5.714 4-9.714 9.143-11.429 46.857-20.571 110.857-32.571 170.857-32.571 62.286 0 123.429 12.571 180.571 36.571 52.571 22.286 95.429 49.714 134.286 86.857z" + ], + "width": 814.8845714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "500px" + ], + "defaultCode": 62062, + "grid": 14 + }, + { + "id": 569, + "paths": [ + "M886.286 843.429c17.143-8.571 30.286 4.571 12.571 27.429s-160 153.143-398.857 153.143-421.714-163.429-477.714-230.857c-15.429-17.714 2.286-25.714 12.571-18.857 167.429 101.714 429.143 269.143 851.429 69.143zM1004.571 777.714c8.571 11.429 0 61.714-14.857 98.286-14.857 36-36.571 61.143-48.571 70.857-12.571 10.286-21.714 6.286-14.857-8.571s44-106.286 29.143-125.714c-14.857-18.857-84.571-9.714-109.714-7.429-24.571 2.286-29.714 4.571-32-0.571-5.143-13.143 49.714-35.429 85.714-40 36-4 93.714-1.714 105.143 13.143zM779.429 524.571c0 62.857 73.714 120.571 73.714 120.571l-129.714 128c-50.857-48-89.143-88-89.143-88-5.714-5.714-10.286-12.571-14.286-18.857-103.429 161.714-419.429 151.429-419.429-98.857 0-233.143 276-264.571 387.429-268.571v-72.571c0-15.429 5.714-85.714-81.143-85.714 0 0-86.857 0-124 113.143l-168-15.429c0-112.571 106.857-238.286 308-238.286 200.571 0 256.571 130.286 256.571 188v336.571zM395.429 536.571c0 116 192.571 143.429 192.571-39.429v-92.571c-77.143 2.286-192.571 24-192.571 132z" + ], + "width": 1019.9771428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "amazon" + ], + "defaultCode": 62064, + "grid": 14 + }, + { + "id": 570, + "paths": [ + "M877.714 146.286c40 0 73.143 33.143 73.143 73.143v731.429c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h73.143v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h219.429v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h73.143zM658.286 91.429v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286zM219.429 91.429v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286zM877.714 950.857v-585.143h-804.571v585.143h804.571zM512 621.714h128c10.286 0 18.286 8 18.286 18.286v36.571c0 10.286-8 18.286-18.286 18.286h-128v128c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-128h-128c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h128v-128c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286v128z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar-plus-o" + ], + "defaultCode": 62065, + "grid": 14 + }, + { + "id": 571, + "paths": [ + "M658.286 640v36.571c0 10.286-8 18.286-18.286 18.286h-329.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h329.143c10.286 0 18.286 8 18.286 18.286zM73.143 950.857h804.571v-585.143h-804.571v585.143zM292.571 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM731.429 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM950.857 219.429v731.429c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h73.143v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h219.429v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h73.143c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar-minus-o" + ], + "defaultCode": 62066, + "grid": 14 + }, + { + "id": 572, + "paths": [ + "M634.857 791.429l-26.286 26.286c-6.857 6.857-18.286 6.857-25.714 0l-107.429-108-107.429 108c-7.429 6.857-18.857 6.857-25.714 0l-26.286-26.286c-6.857-6.857-6.857-18.286 0-25.714l108-107.429-108-107.429c-6.857-7.429-6.857-18.857 0-25.714l26.286-26.286c6.857-6.857 18.286-6.857 25.714 0l107.429 107.429 107.429-107.429c7.429-6.857 18.857-6.857 25.714 0l26.286 26.286c6.857 6.857 6.857 18.286 0 25.714l-107.429 107.429 107.429 107.429c6.857 7.429 6.857 18.857 0 25.714zM73.143 950.857h804.571v-585.143h-804.571v585.143zM292.571 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM731.429 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM950.857 219.429v731.429c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h73.143v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h219.429v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h73.143c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar-times-o" + ], + "defaultCode": 62067, + "grid": 14 + }, + { + "id": 573, + "paths": [ + "M744.571 550.857l-292.571 292.571c-7.429 6.857-18.857 6.857-26.286 0l-164.571-164.571c-6.857-7.429-6.857-18.857 0-25.714l26.286-26.286c6.857-6.857 18.286-6.857 25.714 0l125.714 125.714 253.714-253.714c7.429-6.857 18.857-6.857 25.714 0l26.286 26.286c6.857 6.857 6.857 18.286 0 25.714zM73.143 950.857h804.571v-585.143h-804.571v585.143zM292.571 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM731.429 256v-164.571c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v164.571c0 10.286 8 18.286 18.286 18.286h36.571c10.286 0 18.286-8 18.286-18.286zM950.857 219.429v731.429c0 40-33.143 73.143-73.143 73.143h-804.571c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h73.143v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h219.429v-54.857c0-50.286 41.143-91.429 91.429-91.429h36.571c50.286 0 91.429 41.143 91.429 91.429v54.857h73.143c40 0 73.143 33.143 73.143 73.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar-check-o" + ], + "defaultCode": 62068, + "grid": 14 + }, + { + "id": 574, + "paths": [ + "M256 0c20 0 36.571 16.571 36.571 36.571v509.143l306.286-245.143c6.286-5.143 14.857-8 22.857-8 20 0 36.571 16.571 36.571 36.571v216.571l306.286-245.143c6.286-5.143 14.857-8 22.857-8 20 0 36.571 16.571 36.571 36.571v658.286c0 20-16.571 36.571-36.571 36.571h-950.857c-20 0-36.571-16.571-36.571-36.571v-950.857c0-20 16.571-36.571 36.571-36.571h219.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "industry" + ], + "defaultCode": 62069, + "grid": 14 + }, + { + "id": 575, + "paths": [ + "M292.571 621.714c25.143 0 49.714-2.857 73.143-8.571v374.286c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-374.286c23.429 5.714 48 8.571 73.143 8.571zM292.571 0c161.714 0 292.571 130.857 292.571 292.571s-130.857 292.571-292.571 292.571-292.571-130.857-292.571-292.571 130.857-292.571 292.571-292.571zM292.571 128c10.286 0 18.286-8 18.286-18.286s-8-18.286-18.286-18.286c-110.857 0-201.143 90.286-201.143 201.143 0 10.286 8 18.286 18.286 18.286s18.286-8 18.286-18.286c0-90.857 73.714-164.571 164.571-164.571z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map-pin" + ], + "defaultCode": 62070, + "grid": 14 + }, + { + "id": 576, + "paths": [ + "M997.143 169.714c7.429 7.429 7.429 18.857 0 26.286l-80.571 80.571c-10.286 10.286-24.571 16-38.857 16h-768c-20 0-36.571-16.571-36.571-36.571v-146.286c0-20 16.571-36.571 36.571-36.571h329.143v-36.571c0-20 16.571-36.571 36.571-36.571h73.143c20 0 36.571 16.571 36.571 36.571v36.571h292.571c14.286 0 28.571 5.714 38.857 16zM438.857 694.857h146.286v292.571c0 20-16.571 36.571-36.571 36.571h-73.143c-20 0-36.571-16.571-36.571-36.571v-292.571zM914.286 438.857c20 0 36.571 16.571 36.571 36.571v146.286c0 20-16.571 36.571-36.571 36.571h-768c-14.286 0-28.571-5.714-38.857-16l-80.571-80.571c-7.429-7.429-7.429-18.857 0-26.286l80.571-80.571c10.286-10.286 24.571-16 38.857-16h292.571v-109.714h146.286v109.714h329.143z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map-signs" + ], + "defaultCode": 62071, + "grid": 14 + }, + { + "id": 577, + "paths": [ + "M1154.286 6.286c9.714 6.857 16 18.286 16 30.286v804.571c0 14.857-9.143 28.571-22.857 33.714l-365.714 146.286c-9.143 4-18.286 4-27.429 0l-352-140.571-352 140.571c-4.571 2.286-9.143 2.857-13.714 2.857-7.429 0-14.286-2.286-20.571-6.286-9.714-6.857-16-18.286-16-30.286v-804.571c0-14.857 9.143-28.571 22.857-33.714l365.714-146.286c9.143-4 18.286-4 27.429 0l352 140.571 352-140.571c11.429-4.571 24-3.429 34.286 3.429zM420.571 83.429v725.714l329.143 131.429v-725.714zM73.143 207.429v725.714l310.857-124v-725.714zM1097.143 816.571v-725.714l-310.857 124v725.714z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map-o" + ], + "defaultCode": 62072, + "grid": 14 + }, + { + "id": 578, + "paths": [ + "M292.571 0c9.714 0 18.286 8.571 18.286 18.286v841.143c0 6.857-4 13.143-9.714 16l-274.286 146.286c-2.857 1.714-5.714 2.286-8.571 2.286-9.714 0-18.286-8.571-18.286-18.286v-841.143c0-6.857 4-13.143 9.714-16l274.286-146.286c2.857-1.714 5.714-2.286 8.571-2.286zM1005.714 0c9.714 0 18.286 8.571 18.286 18.286v841.143c0 6.857-4 13.143-9.714 16l-274.286 146.286c-2.857 1.714-5.714 2.286-8.571 2.286-9.714 0-18.286-8.571-18.286-18.286v-841.143c0-6.857 4-13.143 9.714-16l274.286-146.286c2.857-1.714 5.714-2.286 8.571-2.286zM365.714 0c2.857 0 5.714 0.571 8 1.714l292.571 146.286c6.286 3.429 10.286 9.714 10.286 16.571v841.143c0 9.714-8.571 18.286-18.286 18.286-2.857 0-5.714-0.571-8-1.714l-292.571-146.286c-6.286-3.429-10.286-9.714-10.286-16.571v-841.143c0-9.714 8.571-18.286 18.286-18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map" + ], + "defaultCode": 62073, + "grid": 14 + }, + { + "id": 579, + "paths": [ + "M365.714 512c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM585.143 512c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM804.571 512c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM1024 512c0 202.286-229.143 365.714-512 365.714-41.714 0-82.286-3.429-120.571-10.286-65.143 65.143-150.286 109.714-248.571 130.857-15.429 2.857-32 5.714-49.143 7.429-9.143 1.143-17.714-5.143-20-13.714v0c-2.286-9.143 4.571-14.857 11.429-21.143 36-33.714 78.857-60.571 93.714-181.143-109.143-66.857-178.857-166.286-178.857-277.714 0-202.286 229.143-365.714 512-365.714s512 163.429 512 365.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "commenting" + ], + "defaultCode": 62074, + "grid": 14 + }, + { + "id": 580, + "paths": [ + "M365.714 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM585.143 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM804.571 512c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM512 219.429c-237.714 0-438.857 133.714-438.857 292.571 0 85.143 57.143 166.286 156 222.286l49.714 28.571-15.429 54.857c-10.857 40.571-25.143 72-40 98.286 57.714-24 110.286-56.571 157.143-97.714l24.571-21.714 32.571 3.429c24.571 2.857 49.714 4.571 74.286 4.571 237.714 0 438.857-133.714 438.857-292.571s-201.143-292.571-438.857-292.571zM1024 512c0 202.286-229.143 365.714-512 365.714-28 0-56-1.714-82.857-4.571-74.857 66.286-164 113.143-262.857 138.286-20.571 5.714-42.857 9.714-65.143 12.571h-2.857c-11.429 0-21.714-9.143-24.571-21.714v-0.571c-2.857-14.286 6.857-22.857 15.429-33.143 36-40.571 77.143-74.857 104-170.286-117.714-66.857-193.143-170.286-193.143-286.286 0-201.714 229.143-365.714 512-365.714v0c282.857 0 512 164 512 365.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "commenting-o" + ], + "defaultCode": 62075, + "grid": 14 + }, + { + "id": 581, + "paths": [ + "M292.571 680.571l292.571-168.571v337.714l-292.571 169.143v-338.286zM0 512v337.714l292.571-169.143-292.571-168.571zM292.571 5.143v337.714l-292.571 169.143v-337.714zM292.571 342.857l292.571-168.571v337.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "houzz" + ], + "defaultCode": 62076, + "grid": 14 + }, + { + "id": 582, + "paths": [ + "M976.571 296c-4 90.286-67.429 214.286-189.714 372-126.857 164-233.143 246.286-321.143 246.286-54.286 0-100-50.286-137.143-150.286-25.143-91.429-50.286-183.429-75.429-275.429-27.429-100-57.714-149.714-89.714-149.714-6.857 0-30.857 14.286-72.571 43.429l-44-56c45.714-40.571 90.857-81.714 136-121.143 60.571-53.714 106.857-80.571 137.714-83.429 72.571-6.857 116.571 42.286 133.714 148 17.714 114.286 30.857 185.714 37.714 213.143 21.143 94.857 43.429 142.286 68.571 142.286 19.429 0 48.571-30.286 88-92 38.857-61.714 59.429-108.571 62.286-140.571 5.143-53.143-15.429-79.429-62.286-79.429-22.286 0-45.143 5.143-69.143 14.857 45.714-149.714 133.143-222.286 262.286-218.286 95.429 2.857 140.571 65.143 134.857 186.286z" + ], + "width": 1029.12, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vimeo" + ], + "defaultCode": 62077, + "grid": 14 + }, + { + "id": 583, + "paths": [ + "M0 73.143h877.714v877.714h-877.714v-877.714zM620 710.286l-126.286-360.571 126.286-169.714h-362.286l126.286 169.714-126.286 360.571 181.143 173.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "black-tie" + ], + "defaultCode": 62078, + "grid": 14 + }, + { + "id": 584, + "paths": [ + "M0 73.143h877.714v877.714h-877.714v-877.714zM518.857 256l-6.857 18.857 42.857 47.429-17.714 65.143 14.286 14.286 61.143-32.571 61.143 32.571 14.286-14.286-17.714-65.143 42.857-47.429-6.857-18.857h-54.286l-30.286-54.857h-18.286l-30.286 54.857h-54.286zM366.286 349.143c23.429 0 32.571 8.571 32 45.143l99.429-12c0-87.429-60-103.429-126.857-103.429-99.429 0-151.429 40-151.429 137.143v41.143h-54.857v73.143h43.429c5.714 0 11.429 0 11.429 4.571v218.286c0 10.857-2.857 14.286-13.143 15.429l-41.714 4v50.286h256v-49.143l-85.143-8c-10.286-1.143-6.286-2.857-6.286-14.286v-221.143h109.143l21.714-73.143h-132c-5.714 0 1.143-4 1.143-8.571v-45.714c0-34.286 1.143-53.714 37.143-53.714zM713.143 822.857v-49.143l-30.857-5.143c-10.857-1.714-5.714-2.857-5.714-14.286v-297.143h-157.143l-13.143 57.714 47.429 12.571c7.429 2.286 13.143 7.429 13.143 15.429v211.429c0 10.857-4.571 13.143-14.857 14.286l-40 5.143v49.143h201.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fonticons" + ], + "defaultCode": 62080, + "grid": 14 + }, + { + "id": 585, + "paths": [ + "M1024 483.429c0 44.571-25.143 82.857-62.286 101.714 4.571 17.714 6.857 36 6.857 54.857 0 180.571-204 326.857-455.429 326.857-250.857 0-454.857-146.286-454.857-326.857 0-18.286 2.286-36.571 6.286-53.714-38.286-18.857-64.571-57.714-64.571-102.857 0-62.857 50.857-113.714 113.714-113.714 32.571 0 61.714 13.714 82.857 36 77.143-53.714 180-88.571 294.286-92.571l66.286-297.714c2.286-10.286 13.143-17.143 23.429-14.857l210.857 46.286c13.714-27.429 42.857-46.857 76-46.857 47.429 0 85.714 38.286 85.714 85.143 0 47.429-38.286 85.714-85.714 85.714-46.857 0-85.143-38.286-85.143-85.143l-190.857-42.286-59.429 269.714c114.857 3.429 218.857 37.714 296.571 91.429 20.571-21.714 49.714-34.857 81.714-34.857 62.857 0 113.714 50.857 113.714 113.714zM238.857 597.143c0 47.429 38.286 85.714 85.143 85.714 47.429 0 85.714-38.286 85.714-85.714 0-46.857-38.286-85.143-85.714-85.143-46.857 0-85.143 38.286-85.143 85.143zM701.714 800c8.571-8.571 8.571-21.143 0-29.714-8-8-21.143-8-29.143 0-34.286 34.857-108 46.857-160.571 46.857s-126.286-12-160.571-46.857c-8-8-21.143-8-29.143 0-8.571 8-8.571 21.143 0 29.714 54.286 54.286 158.857 58.286 189.714 58.286s135.429-4 189.714-58.286zM700 682.857c46.857 0 85.143-38.286 85.143-85.714 0-46.857-38.286-85.143-85.143-85.143-47.429 0-85.714 38.286-85.714 85.143 0 47.429 38.286 85.714 85.714 85.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reddit-alien" + ], + "defaultCode": 62081, + "grid": 14 + }, + { + "id": 586, + "paths": [ + "M39.429 454.286h0.571c29.714-236.571 191.429-454.857 480.571-454.286 175.429 0 320 82.286 404.571 233.714 43.429 78.286 59.429 161.714 59.429 252.571v107.429h-642.857c2.857 265.143 389.714 256 556.571 139.429v215.429c-97.714 58.857-318.286 109.714-490.286 44-145.714-56-247.429-207.429-249.143-354.857-2.286-190.286 94.286-316.571 249.143-388.571-32.571 41.143-57.714 85.714-70.857 162.857h362.857c21.143-216.571-205.143-216.571-205.143-216.571-213.714 7.429-368 132-455.429 258.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "edge" + ], + "defaultCode": 62082, + "grid": 14 + }, + { + "id": 587, + "paths": [ + "M0 859.429v-347.429h1316.571v347.429c0 50.286-41.143 91.429-91.429 91.429h-1133.714c-50.286 0-91.429-41.143-91.429-91.429zM365.714 731.429v73.143h219.429v-73.143h-219.429zM146.286 731.429v73.143h146.286v-73.143h-146.286zM1225.143 73.143c50.286 0 91.429 41.143 91.429 91.429v128h-1316.571v-128c0-50.286 41.143-91.429 91.429-91.429h1133.714z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "credit-card-alt" + ], + "defaultCode": 62083, + "grid": 14 + }, + { + "id": 588, + "paths": [ + "M905.143 737.143l-124.571-63.429c-56 91.429-155.429 147.429-262.857 147.429-170.286 0-308-137.714-308-307.429 0-170.286 137.714-308 308-308 100 0 193.714 48.571 251.429 130.857l122.857-71.429c-84-129.143-226.286-206.286-380-206.286-250.286 0-453.143 202.857-453.143 453.143s202.857 453.143 453.143 453.143c162.286 0 312.571-86.857 393.143-228zM588.571 510.286l396 201.143c-86.857 189.714-261.143 312.571-472.571 312.571-282.857 0-512-229.143-512-512s229.143-512 512-512c201.143 0 366.857 110.857 460.571 285.714zM881.714 512h-22.286v91.429h-54.857v-201.143h77.714c63.429 0 69.143 109.714-0.571 109.714z" + ], + "width": 984.576, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "codiepie" + ], + "defaultCode": 62084, + "grid": 14 + }, + { + "id": 589, + "paths": [ + "M815.429 405.143l-350.857-220.571 52.571-86.286h488.571zM231.429 556.571l-105.143-66.286v-490.286l676 424.571zM813.714 479.429l84 54.286v490.286l-304-191.429zM792.571 467.429l-285.714 458.286h-488.571l203.429-326.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "modx" + ], + "defaultCode": 62085, + "grid": 14 + }, + { + "id": 590, + "paths": [ + "M365.714 576v-128c0-5.143-4-9.143-9.143-9.143h-54.857c-5.143 0-9.143 4-9.143 9.143v128c0 5.143 4 9.143 9.143 9.143h54.857c5.143 0 9.143-4 9.143-9.143zM658.286 576v-128c0-5.143-4-9.143-9.143-9.143h-54.857c-5.143 0-9.143 4-9.143 9.143v128c0 5.143 4 9.143 9.143 9.143h54.857c5.143 0 9.143-4 9.143-9.143zM950.857 594.286v429.714h-365.714v-182.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714v182.857h-365.714v-429.714c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143v64h73.143v-356.571c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143v64h73.143v-64c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143v64h73.143v-64c0-12 16-9.143 23.429-9.143v-223.429c-10.857-5.143-18.286-16.571-18.286-28.571 0-17.143 14.286-31.429 31.429-31.429s31.429 14.286 31.429 31.429c0 12-7.429 23.429-18.286 28.571v9.714c15.429-3.429 31.429-5.714 47.429-5.714 23.429 0 45.714 8.571 65.143 8.571 17.714 0 37.714-8.571 48-8.571 5.143 0 9.143 4 9.143 9.143v120c0 13.714-46.286 16-55.429 16-21.143 0-41.143-8.571-62.857-8.571-17.143 0-34.857 2.857-51.429 6.857v76c7.429 0 23.429-2.857 23.429 9.143v64h73.143v-64c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143v64h73.143v-64c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143v356.571h73.143v-64c0-5.143 4-9.143 9.143-9.143h54.857c5.143 0 9.143 4 9.143 9.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fort-awesome" + ], + "defaultCode": 62086, + "grid": 14 + }, + { + "id": 591, + "paths": [ + "M1307.429 460c5.714 2.857 9.143 9.143 9.143 15.429s-3.429 12.571-9.143 15.429l-182.857 109.714c-2.857 1.714-5.714 2.857-9.143 2.857-2.857 0-6.286-0.571-9.143-2.286-5.714-3.429-9.143-9.143-9.143-16v-73.143h-490.286c18.286 28.571 33.714 62.286 47.429 94.286 27.429 61.714 55.429 125.143 95.429 125.143h54.857v-54.857c0-10.286 8-18.286 18.286-18.286h182.857c10.286 0 18.286 8 18.286 18.286v182.857c0 10.286-8 18.286-18.286 18.286h-182.857c-10.286 0-18.286-8-18.286-18.286v-54.857h-54.857c-87.429 0-126.857-89.714-162.286-168.571-26.857-61.143-54.857-124-93.714-124h-205.714c-16.571 62.857-73.714 109.714-141.714 109.714-80.571 0-146.286-65.714-146.286-146.286s65.714-146.286 146.286-146.286c68 0 125.143 46.857 141.714 109.714h59.429c38.857 0 66.857-62.857 93.714-124 35.429-78.857 74.857-168.571 162.286-168.571h61.143c15.429-42.857 55.429-73.143 103.429-73.143 60.571 0 109.714 49.143 109.714 109.714s-49.143 109.714-109.714 109.714c-48 0-88-30.286-103.429-73.143h-61.143c-40 0-68 63.429-95.429 125.143-13.714 32-29.143 65.714-47.429 94.286h636.571v-73.143c0-6.857 3.429-12.571 9.143-16s13.143-2.857 18.286 0.571z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "usb" + ], + "defaultCode": 62087, + "grid": 14 + }, + { + "id": 592, + "paths": [ + "M657.143 435.429c0 42.286-34.286 76.571-77.143 76.571v0h-144.571v-153.714h144.571c42.857 0 77.143 34.286 77.143 77.143zM759.429 435.429c0-99.429-80-179.429-179.429-179.429v0h-247.429v512h102.857v-153.714h144.571c99.429 0 179.429-80 179.429-178.857zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "product-hunt" + ], + "defaultCode": 62088, + "grid": 14 + }, + { + "id": 593, + "paths": [ + "M940 627.429c0-45.714-29.143-84.571-69.143-100-2.857 17.714-7.429 35.429-13.143 52.571-5.714 18.286-22.857 29.714-41.143 29.714-4.571 0-9.143-0.571-13.714-1.714-23.429-8-35.429-32.571-28-55.429 8.571-26.286 13.143-53.714 13.143-81.714 0-142.857-116.571-259.429-260-259.429-102.857 0-195.429 61.143-236.571 152.571 40 10.286 77.143 30.857 107.429 60.571 17.143 17.143 17.143 45.143 0 62.286s-45.143 17.143-62.286 0c-27.429-27.429-64-42.857-102.857-42.857-80.571 0-146.286 65.143-146.286 145.714s65.714 145.714 146.286 145.714h597.714c60 0 108.571-48.571 108.571-108zM1027.429 627.429c0 108-88 195.429-196 195.429h-597.714c-129.143 0-233.714-104.571-233.714-233.143 0-117.143 86.857-213.714 199.429-230.286 47.429-139.429 179.429-235.429 328.571-235.429 180 0 328.571 137.714 345.714 313.143 87.429 18.857 153.714 97.143 153.714 190.286zM1170.286 627.429c0 65.143-18.857 128-55.429 182.286-8.571 12.571-22.286 18.857-36.571 18.857v0c-8.571 0-17.143-2.286-24.571-7.429-20-13.143-25.143-40.571-11.429-60.571 26.857-39.429 40.571-85.143 40.571-133.143 0-47.429-13.714-93.714-40.571-133.143-13.714-20-8.571-46.857 11.429-60.571s47.429-8 61.143 12c36.571 53.714 55.429 116.571 55.429 181.714zM1316.571 627.429c0 90.857-26.286 178.286-76.571 253.143-8.571 12.571-22.286 19.429-36.571 19.429v0c-8 0-16.571-2.286-24-7.429-20-13.714-25.714-40.571-12-60.571 40-60.571 61.714-131.429 61.714-204.571s-21.714-144-61.714-204c-13.714-20-8-47.429 12-60.571 20-13.714 46.857-8.571 60.571 12 50.286 74.286 76.571 161.714 76.571 252.571z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mixcloud" + ], + "defaultCode": 62089, + "grid": 14 + }, + { + "id": 594, + "paths": [ + "M857.143 885.143c0 68-54.857 123.429-123.429 123.429s-124-55.429-124-123.429c0-68.571 55.429-124 124-124s123.429 55.429 123.429 124zM724 724.571c-86.857 11.429-154.286 85.714-154.286 176 0 28 6.857 55.429 18.857 78.857-51.429 27.429-121.143 44.571-216.571 44.571-304 0-351.429-214.857-351.429-243.429 0-29.143 17.143-124.571 124.571-124.571s122.286 92 122.286 110.857c0 0 0 19.429-13.143 46.286 36.571 34.286 122.857 34.286 122.857 34.286 86.286 0 151.429-42.286 151.429-105.143 0-63.429-73.143-94.286-240-172.571-166.857-78.857-229.714-136.571-229.714-280 0-144 96-289.714 335.429-289.714s329.714 134.286 329.714 226.286-78.286 114.857-107.429 114.857c-28.571 0-134.286 9.714-134.286-149.143-18.857-21.143-101.143-21.143-101.143-21.143-82.857 0-119.429 62.857-119.429 101.143 0 38.857 15.429 86.857 188 144 264.571 88 274.286 202.857 274.286 308.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "scribd" + ], + "defaultCode": 62090, + "grid": 14 + }, + { + "id": 595, + "paths": [ + "M402.286 676.571v-329.143c0-10.286-8-18.286-18.286-18.286h-146.286c-10.286 0-18.286 8-18.286 18.286v329.143c0 10.286 8 18.286 18.286 18.286h146.286c10.286 0 18.286-8 18.286-18.286zM658.286 676.571v-329.143c0-10.286-8-18.286-18.286-18.286h-146.286c-10.286 0-18.286 8-18.286 18.286v329.143c0 10.286 8 18.286 18.286 18.286h146.286c10.286 0 18.286-8 18.286-18.286zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause-circle" + ], + "defaultCode": 62091, + "grid": 14 + }, + { + "id": 596, + "paths": [ + "M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM438.857 822.857c171.429 0 310.857-139.429 310.857-310.857s-139.429-310.857-310.857-310.857-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857zM493.714 694.857c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v329.143c0 10.286-8 18.286-18.286 18.286h-109.714zM274.286 694.857c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v329.143c0 10.286-8 18.286-18.286 18.286h-109.714z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause-circle-o" + ], + "defaultCode": 62092, + "grid": 14 + }, + { + "id": 597, + "paths": [ + "M621.714 676.571v-329.143c0-10.286-8-18.286-18.286-18.286h-329.143c-10.286 0-18.286 8-18.286 18.286v329.143c0 10.286 8 18.286 18.286 18.286h329.143c10.286 0 18.286-8 18.286-18.286zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stop-circle" + ], + "defaultCode": 62093, + "grid": 14 + }, + { + "id": 598, + "paths": [ + "M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857s-196.571 438.857-438.857 438.857-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857zM438.857 822.857c171.429 0 310.857-139.429 310.857-310.857s-139.429-310.857-310.857-310.857-310.857 139.429-310.857 310.857 139.429 310.857 310.857 310.857zM274.286 694.857c-10.286 0-18.286-8-18.286-18.286v-329.143c0-10.286 8-18.286 18.286-18.286h329.143c10.286 0 18.286 8 18.286 18.286v329.143c0 10.286-8 18.286-18.286 18.286h-329.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stop-circle-o" + ], + "defaultCode": 62094, + "grid": 14 + }, + { + "id": 599, + "paths": [ + "M1004 804.571l20 178.857c1.143 10.286-2.286 20.571-9.143 28.571-6.857 7.429-17.143 12-27.429 12h-950.857c-10.286 0-20.571-4.571-27.429-12-6.857-8-10.286-18.286-9.143-28.571l20-178.857h984zM950.857 325.143l49.143 442.857h-976l49.143-442.857c2.286-18.286 17.714-32.571 36.571-32.571h146.286v73.143c0 40.571 32.571 73.143 73.143 73.143s73.143-32.571 73.143-73.143v-73.143h219.429v73.143c0 40.571 32.571 73.143 73.143 73.143s73.143-32.571 73.143-73.143v-73.143h146.286c18.857 0 34.286 14.286 36.571 32.571zM731.429 219.429v146.286c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571v-146.286c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v146.286c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571v-146.286c0-121.143 98.286-219.429 219.429-219.429s219.429 98.286 219.429 219.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shopping-bag" + ], + "defaultCode": 62096, + "grid": 14 + }, + { + "id": 600, + "paths": [ + "M1097.143 438.857c40.571 0 73.143 32.571 73.143 73.143s-32.571 73.143-73.143 73.143h-8.571l-65.714 378.286c-6.286 34.857-36.571 60.571-72 60.571h-731.429c-35.429 0-65.714-25.714-72-60.571l-65.714-378.286h-8.571c-40.571 0-73.143-32.571-73.143-73.143s32.571-73.143 73.143-73.143h1024zM277.143 896c20-1.714 35.429-19.429 33.714-39.429l-18.286-237.714c-1.714-20-19.429-35.429-39.429-33.714s-35.429 19.429-33.714 39.429l18.286 237.714c1.714 18.857 17.714 33.714 36.571 33.714h2.857zM512 859.429v-237.714c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571v237.714c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571zM731.429 859.429v-237.714c0-20-16.571-36.571-36.571-36.571s-36.571 16.571-36.571 36.571v237.714c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571zM932.571 862.286l18.286-237.714c1.714-20-13.714-37.714-33.714-39.429s-37.714 13.714-39.429 33.714l-18.286 237.714c-1.714 20 13.714 37.714 33.714 39.429h2.857c18.857 0 34.857-14.857 36.571-33.714zM272 166.857l-53.143 235.429h-75.429l57.714-252c14.857-66.857 73.714-113.714 142.286-113.714h95.429c0-20 16.571-36.571 36.571-36.571h219.429c20 0 36.571 16.571 36.571 36.571h95.429c68.571 0 127.429 46.857 142.286 113.714l57.714 252h-75.429l-53.143-235.429c-8-33.714-37.143-57.143-71.429-57.143h-95.429c0 20-16.571 36.571-36.571 36.571h-219.429c-20 0-36.571-16.571-36.571-36.571h-95.429c-34.286 0-63.429 23.429-71.429 57.143z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shopping-basket" + ], + "defaultCode": 62097, + "grid": 14 + }, + { + "id": 601, + "paths": [ + "M566.286 585.143l36.571-146.286h-145.143l-36.571 146.286h145.143zM1005.143 297.143l-32 128c-2.286 8-9.143 13.714-17.714 13.714h-186.857l-36.571 146.286h177.714c5.714 0 10.857 2.857 14.286 6.857 3.429 4.571 5.143 10.286 3.429 16l-32 128c-1.714 8-9.143 13.714-17.714 13.714h-186.857l-46.286 187.429c-2.286 8-9.714 13.714-17.714 13.714h-128c-5.714 0-11.429-2.857-14.857-6.857-3.429-4.571-4.571-10.286-3.429-16l44.571-178.286h-145.143l-46.286 187.429c-2.286 8-9.714 13.714-17.714 13.714h-128.571c-5.143 0-10.857-2.857-14.286-6.857-3.429-4.571-4.571-10.286-3.429-16l44.571-178.286h-177.714c-5.714 0-10.857-2.857-14.286-6.857-3.429-4.571-4.571-10.286-3.429-16l32-128c2.286-8 9.143-13.714 17.714-13.714h186.857l36.571-146.286h-177.714c-5.714 0-10.857-2.857-14.286-6.857-3.429-4.571-5.143-10.286-3.429-16l32-128c1.714-8 9.143-13.714 17.714-13.714h186.857l46.286-187.429c2.286-8 9.714-13.714 18.286-13.714h128c5.143 0 10.857 2.857 14.286 6.857 3.429 4.571 4.571 10.286 3.429 16l-44.571 178.286h145.143l46.286-187.429c2.286-8 9.714-13.714 18.286-13.714h128c5.143 0 10.857 2.857 14.286 6.857 3.429 4.571 4.571 10.286 3.429 16l-44.571 178.286h177.714c5.714 0 10.857 2.857 14.286 6.857 3.429 4.571 4.571 10.286 3.429 16z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hashtag" + ], + "defaultCode": 62098, + "grid": 14 + }, + { + "id": 602, + "paths": [ + "M480.571 601.714l84.571 84.571-85.143 85.143zM480 252.571l85.143 85.143-84.571 84.571-0.571-169.714zM405.714 952l265.143-265.143-174.857-174.857 174.857-174.857-265.143-265.143v349.143l-145.714-145.714-53.143 53.143 182.857 183.429-182.857 183.429 53.143 53.143 145.714-145.714v349.143zM816.571 512c0 405.714-154.286 512-377.714 512v0c-223.429 0-377.714-106.286-377.714-512s154.286-512 377.714-512 377.714 106.286 377.714 512z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bluetooth" + ], + "defaultCode": 62099, + "grid": 14 + }, + { + "id": 603, + "paths": [ + "M340.571 813.143l98.857-98.286-98.857-98.286v196.571zM340.571 407.429l98.857-98.286-98.857-98.286v196.571zM358.857 512l203.429 203.429-308 308.571v-406.286l-169.714 169.143-61.714-61.714 212.571-213.143-212.571-213.143 61.714-61.714 169.714 169.143v-406.286l308 308.571z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bluetooth-b" + ], + "defaultCode": 62100, + "grid": 14 + }, + { + "id": 604, + "paths": [ + "M731.429 731.429c0-40-33.143-73.143-73.143-73.143s-73.143 33.143-73.143 73.143 33.143 73.143 73.143 73.143 73.143-33.143 73.143-73.143zM292.571 292.571c0-40-33.143-73.143-73.143-73.143s-73.143 33.143-73.143 73.143 33.143 73.143 73.143 73.143 73.143-33.143 73.143-73.143zM877.714 731.429c0 121.143-98.286 219.429-219.429 219.429s-219.429-98.286-219.429-219.429 98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429zM822.857 109.714c0 8-2.857 15.429-7.429 21.714l-603.429 804.571c-6.857 9.143-17.714 14.857-29.143 14.857h-91.429c-20 0-36.571-16.571-36.571-36.571 0-8 2.857-15.429 7.429-21.714l603.429-804.571c6.857-9.143 17.714-14.857 29.143-14.857h91.429c20 0 36.571 16.571 36.571 36.571zM438.857 292.571c0 121.143-98.286 219.429-219.429 219.429s-219.429-98.286-219.429-219.429 98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "percent" + ], + "defaultCode": 62101, + "grid": 14 + }, + { + "id": 605, + "paths": [ + "M59.429 403.429l452.571 580-496-360c-13.714-10.286-19.429-28-14.286-44l57.714-176zM323.429 403.429h377.143l-188.571 580zM210.286 53.714l113.143 349.714h-264l113.143-349.714c6.286-17.714 31.429-17.714 37.714 0zM964.571 403.429l57.714 176c5.143 16-0.571 33.714-14.286 44l-496 360 452.571-580zM964.571 403.429h-264l113.143-349.714c6.286-17.714 31.429-17.714 37.714 0z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gitlab" + ], + "defaultCode": 62102, + "grid": 14 + }, + { + "id": 606, + "paths": [ + "M219.429 475.429h91.429v-128h-91.429v128zM697.714 665.143v-52.571c-49.143 17.143-89.714 21.143-138.857 21.714-110.286 0.571-208-45.143-274.286-96.571l0.571 54.857c62.286 56.571 157.714 101.143 276.571 100.571 49.714 0 96.571-10.286 136-28zM365.714 475.429h365.714v-128h-365.714v128zM1024 457.143c0 72.571-20.571 141.143-56.571 201.143 32 36.571 50.857 81.714 50.857 130.857 0 119.429-113.143 216.571-253.143 216.571-94.857 0-177.143-44.571-220.571-110.286-10.857 0.571-21.714 0.571-32.571 0.571s-21.714 0-32.571-0.571c-43.429 65.714-125.714 110.286-220.571 110.286-140 0-253.143-97.143-253.143-216.571 0-49.143 18.857-94.286 50.857-130.857-36-60-56.571-128.571-56.571-201.143 0-242.286 229.143-438.857 512-438.857s512 196.571 512 438.857z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wpbeginner" + ], + "defaultCode": 62103, + "grid": 14 + }, + { + "id": 607, + "paths": [ + "M294.286 520.571v73.143h-144v-73.143h144zM294.286 374.857v72.571h-144v-72.571h144zM727.429 666.857v73.143h-194.857v-73.143h194.857zM727.429 520.571v73.143h-384v-73.143h384zM727.429 374.857v72.571h-384v-72.571h384zM804.571 866.286v-708.571c0-6.286-5.143-11.429-11.429-11.429h-18.286l-216 146.286-120-97.714-120 97.714-216-146.286h-18.286c-6.286 0-11.429 5.143-11.429 11.429v708.571c0 6.286 5.143 11.429 11.429 11.429h708.571c6.286 0 11.429-5.143 11.429-11.429zM316 232l105.714-85.714h-232zM561.714 232l126.286-85.714h-232zM877.714 157.714v708.571c0 46.857-37.714 84.571-84.571 84.571h-708.571c-46.857 0-84.571-37.714-84.571-84.571v-708.571c0-46.857 37.714-84.571 84.571-84.571h708.571c46.857 0 84.571 37.714 84.571 84.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wpforms" + ], + "defaultCode": 62104, + "grid": 14 + }, + { + "id": 608, + "paths": [ + "M512 466.286c-72.571-137.143-139.429-270.857-329.714-361.143-113.714-53.714-12 21.143-12 21.143 103.429 71.429 150.857 168 206.286 273.714 72 137.714 180.571 319.429 329.714 383.429 148.571 64 78.286 28.571 13.714-19.429-64.571-48.571-156-198.857-208-297.714zM313.714 776.571c-206.286-163.429-194.857-358.857-313.714-776.571 1092 0 838.286 725.143 839.429 837.143l184.571 186.857h-59.429l-160.571-162.857c-89.143 9.714-284.571 78.857-490.286-84.571z" + ], + "width": 1092.022857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envira" + ], + "defaultCode": 62105, + "grid": 14 + }, + { + "id": 609, + "paths": [ + "M785.143 375.429c-4.571-19.429-24-31.429-44-26.857-81.714 19.429-156 35.429-229.143 35.429s-147.429-16-229.143-35.429c-20-4.571-39.429 7.429-44 26.857-4.571 20 7.429 39.429 26.857 44 60.571 14.286 117.143 26.857 173.143 33.143-2.286 193.143-23.429 246.857-47.429 308.571l-5.143 12c-7.429 18.857 2.286 40 21.143 47.429 4 1.714 8.571 2.286 13.143 2.286 14.857 0 28.571-8.571 34.286-23.429l4.571-11.429c16-41.143 30.857-79.429 40.571-148h24c9.714 68.571 24.571 106.857 40.571 148l4.571 11.429c5.714 14.857 19.429 23.429 34.286 23.429 4.571 0 9.143-0.571 13.143-2.286 18.857-7.429 28.571-28.571 21.143-47.429l-5.143-12c-24-61.714-45.143-115.429-47.429-308.571 56-6.286 112.571-18.857 173.143-33.143 19.429-4.571 31.429-24 26.857-44zM585.143 292.571c0-40.571-32.571-73.143-73.143-73.143s-73.143 32.571-73.143 73.143 32.571 73.143 73.143 73.143 73.143-32.571 73.143-73.143zM914.286 512c0 222.286-180 402.286-402.286 402.286s-402.286-180-402.286-402.286 180-402.286 402.286-402.286 402.286 180 402.286 402.286zM512 73.143c-241.714 0-438.857 197.143-438.857 438.857s197.143 438.857 438.857 438.857 438.857-197.143 438.857-438.857-197.143-438.857-438.857-438.857zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512v0c282.857 0 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "universal-access" + ], + "defaultCode": 62106, + "grid": 14 + }, + { + "id": 610, + "paths": [ + "M821.714 464.571c12 12.571 18.286 29.714 16.571 46.857l-25.143 314.857c-2.857 32-29.143 56-60.571 56-1.714 0-3.429 0-5.143-0.571-33.714-2.286-58.286-32-56-65.143l20-245.143-81.714 4.571c20 41.143 31.429 88 31.429 137.143 0 82.286-32 157.143-84.571 212.571l-78.286-78.286c32-35.429 52-82.857 52-134.286 0-110.857-89.714-200.571-200-200.571-52 0-98.857 20-134.857 52.571l-78.286-78.857c44-41.714 100-70.286 162.286-80.571l150.857-171.429-85.143-49.714-103.429 92c-25.143 22.857-63.429 20.571-85.714-4.571s-20-63.429 4.571-85.714l136.571-121.714c19.429-17.714 48-20.571 70.857-6.857 278.286 161.714 278.857 161.714 278.857 161.714 14.857 8.571 23.429 23.429 27.429 38.857 5.714 22.286 1.714 47.429-14.857 66.857l-117.143 132.571 212-11.429c17.714-1.143 34.857 5.143 47.429 18.286zM708.571 203.429c-56 0-101.714-45.143-101.714-101.714 0-56 45.714-101.714 101.714-101.714 56.571 0 102.286 45.714 102.286 101.714 0 56.571-45.714 101.714-102.286 101.714zM350.286 913.143c41.143 0 80-13.143 112-34.857l79.429 79.429c-52.571 41.714-119.429 66.286-191.429 66.286-172 0-311.429-139.429-311.429-310.857 0-72.571 24.571-138.857 66.286-192l79.429 79.429c-21.714 32-34.286 70.857-34.286 112.571 0 110.286 89.714 200 200 200z" + ], + "width": 878.8845714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wheelchair-alt" + ], + "defaultCode": 62107, + "grid": 14 + }, + { + "id": 611, + "paths": [ + "M502.857 685.714v91.429c0 10.286-8 18.286-18.286 18.286h-91.429c-10.286 0-18.286-8-18.286-18.286v-91.429c0-10.286 8-18.286 18.286-18.286h91.429c10.286 0 18.286 8 18.286 18.286zM649.143 402.286c0 81.143-56.571 113.143-98.286 136.571-29.714 17.143-48 28-48 46.286v18.286c0 10.286-8 18.286-18.286 18.286h-91.429c-10.286 0-18.286-8-18.286-18.286v-38.857c0-70.286 50.286-92.571 90.857-110.857 34.286-16 55.429-26.857 55.429-52.571 0-33.143-41.714-57.714-79.429-57.714-20 0-41.143 6.286-54.286 15.429-12.571 8.571-24.571 21.143-45.714 47.429-3.429 4.571-8.571 6.857-14.286 6.857-4 0-8-1.143-10.857-3.429l-61.714-46.857c-7.429-5.714-9.143-16.571-4-24.571 46.857-73.714 112.571-109.714 199.429-109.714v0c93.714 0 198.857 74.286 198.857 173.714zM438.857 146.286c-201.714 0-365.714 164-365.714 365.714s164 365.714 365.714 365.714 365.714-164 365.714-365.714-164-365.714-365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "question-circle-o" + ], + "defaultCode": 62108, + "grid": 14 + }, + { + "id": 612, + "paths": [ + "M209.143 177.714c-49.143 0-89.143-40-89.143-89.143 0-48.571 40-88.571 89.143-88.571s88.571 40 88.571 88.571c0 49.143-39.429 89.143-88.571 89.143zM524 544.571c0 61.714-65.714 48-80.571 22.857l-209.714-250.286c-9.143-14.857-16-8-16-8s-4 4.571 2.286 12l69.714 79.429 0.571 202.286c-49.143 142.857-92 261.143-92 261.143-26.857 76.571-49.143 142.857-68.571 152-23.429 12-40.571 9.143-58.857 0.571-24-10.857-30.857-40-29.143-57.143 0 0 1.143-9.143 112.571-353.143l2.857-237.714-48.571 93.714 20 126.857c7.429 48-33.143 54.286-33.143 54.286-38.857 6.286-46.857-38.857-46.857-40l-26.286-170.857c120-216.571 120.571-217.714 120.571-217.714v0c9.143-13.714 29.714-19.429 64.571-19.429 30.857 0 50.286 9.143 61.143 22.857v0l242.286 297.714c3.429 2.286 5.714 5.714 8 9.714l1.714 1.714-0.571 0.571c2.857 5.143 4 10.857 4 16.571zM293.714 630.286c54.857 145.714 104 256 104 256 16.571 42.286 45.143 102.857 3.429 126.857-41.143 24-74.286-4-83.429-23.429v0h-0.571c-1.714-4.571-3.429-9.143-4.571-14.286l-70.857-200.571zM764.571 968.571c12 18.857 22.286 32.571 16 36.571-10.857 6.857-14.286-13.143-26.286-32.571 0 0-64.571-97.714-241.714-377.714 3.429 1.143 9.714-4 9.714-4s6.286-5.143 6.286-9.714c176 287.429 236 387.429 236 387.429z" + ], + "width": 809.1794285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "blind" + ], + "defaultCode": 62109, + "grid": 14 + }, + { + "id": 613, + "paths": [ + "M288 568h97.714l-0.571-151.429zM874.286 511.429c0-63.429-36.571-110.286-112.571-110.286h-30.857v221.714h29.714c71.429 0 113.714-52 113.714-111.429zM546.286 296l0.571 432c0 10.857-8.571 19.429-18.857 19.429h-123.429c-10.286 0-18.857-8.571-18.857-19.429v-35.429h-166.286l-31.429 46.286c-3.429 5.143-9.714 8.571-16 8.571h-152.571c-16 0-25.143-17.714-15.429-30.286l317.714-432.571c3.429-5.143 9.143-8 15.429-8h189.714c10.857 0 19.429 8.571 19.429 19.429zM1018.857 511.429c0 150.286-109.714 236-257.143 236h-154.286c-10.857 0-19.429-8.571-19.429-19.429v-432c0-10.857 8.571-19.429 19.429-19.429h153.143c148.571 0 258.286 84.571 258.286 234.857zM1108 512c0 0 2.286 148.571-84.571 236h-29.143c77.714-92.571 79.429-236.571 79.429-236.571s1.143-113.143-77.143-234.286h24.571c84.571 96.571 86.857 234.857 86.857 234.857zM1213.143 512c0 0 2.286 148.571-85.143 236h-29.143c77.714-92.571 79.429-236.571 79.429-236.571s1.143-113.143-76.571-234.286h24.571c84.571 96.571 86.857 234.857 86.857 234.857zM1316.571 512c0 0 2.286 148.571-84.571 236h-29.143c77.143-92.571 78.857-236.571 78.857-236.571s1.143-113.143-76.571-234.286h24.571c84.571 96.571 86.857 234.857 86.857 234.857z" + ], + "width": 1313.1337142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "audio-description" + ], + "defaultCode": 62110, + "grid": 14 + }, + { + "id": 614, + "paths": [ + "M352.571 965.143c0-13.714-30.286-110.857-36.571-133.714-3.429-14.286-4.571-37.714-15.429-48-7.429-6.857-19.429-8-29.143-8-26.857 0-53.714 6.286-80.571 6.286-8 0-20-0.571-26.857-6.286-9.143-7.429-13.714-33.143-17.143-44.571-13.714-47.429-21.143-96-21.143-145.714s7.429-98.286 21.143-145.714c3.429-11.429 8-37.143 17.143-44.571 6.857-5.714 18.857-6.286 26.857-6.286 26.857 0 53.714 6.286 80.571 6.286 9.714 0 21.714-1.143 29.143-8 10.857-10.286 12-33.714 15.429-48 6.286-22.857 36.571-120 36.571-133.714 0-19.429-51.429-48-68-54.286-8.571-3.429-17.143-4.571-25.714-4.571-18.857 0-37.714 5.143-56 10.286-93.714 28-116 85.143-153.143 165.714-40 86.286-49.714 168.571-49.714 262.857s9.714 176.571 49.714 262.857c37.143 80.571 59.429 137.714 153.143 165.714 18.286 5.143 37.143 10.286 56 10.286 8.571 0 17.143-1.143 25.714-4.571 16.571-6.286 68-34.857 68-54.286zM443.429 443.429c-9.714 0-18.857-4-25.714-10.857-14.286-14.286-14.857-37.714 0-52 13.714-13.714 21.143-32 21.143-51.429s-7.429-37.714-21.143-52c-14.857-14.286-14.286-37.143 0-51.429s37.143-14.286 51.429 0c27.429 27.429 42.857 64.571 42.857 103.429s-15.429 76-42.857 103.429c-7.429 6.857-16.571 10.857-25.714 10.857zM546.857 546.857c-9.714 0-18.857-3.429-25.714-10.857-14.286-14.286-14.286-37.143 0-51.429 41.143-41.714 64-96.571 64-155.429s-22.857-113.714-64-155.429c-14.286-14.286-14.286-37.143 0-51.429s37.143-14.286 51.429 0c55.429 55.429 85.714 128.571 85.714 206.857s-30.286 151.429-85.714 206.857c-6.857 7.429-16.571 10.857-25.714 10.857zM650.286 650.286c-9.714 0-18.857-3.429-25.714-10.857-14.286-14.286-14.286-37.143 0-51.429 68.571-69.143 106.857-161.143 106.857-258.857s-38.286-189.714-106.857-258.857c-14.286-14.286-14.286-37.143 0-51.429s37.143-14.286 51.429 0c82.857 82.857 128.571 193.143 128.571 310.286s-45.714 227.429-128.571 310.286c-6.857 7.429-16.571 10.857-25.714 10.857z" + ], + "width": 804.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-control-phone" + ], + "defaultCode": 62112, + "grid": 14 + }, + { + "id": 615, + "paths": [ + "M109.714 676.571c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM402.286 676.571c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM402.286 384c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM841.143 676.571c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM1133.714 676.571c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM841.143 384c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM1133.714 384c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM1133.714 91.429c-50.286 0-91.429 41.143-91.429 91.429s41.143 91.429 91.429 91.429 91.429-41.143 91.429-91.429-41.143-91.429-91.429-91.429zM219.429 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714zM512 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714zM219.429 475.429c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM512 475.429c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714zM219.429 182.857c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM950.857 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714zM512 182.857c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM1243.429 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714zM950.857 475.429c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714zM1243.429 475.429c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714zM950.857 182.857c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM1243.429 182.857c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714v0c60.571 0 109.714 49.143 109.714 109.714z" + ], + "width": 1243.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "braille" + ], + "defaultCode": 62113, + "grid": 14 + }, + { + "id": 616, + "paths": [ + "M73.143 987.429c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571zM182.857 877.714c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571zM208.571 669.143l146.286 146.286-51.429 51.429-146.286-146.286zM402.286 658.286c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571zM806.286 475.429c0 94.857-44.571 145.714-83.429 190.857-36 41.143-64.571 73.714-64.571 138.286 0 121.143-98.286 219.429-219.429 219.429-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571c80.571 0 146.286-65.714 146.286-146.286 0-92 44-142.286 82.286-186.286 35.429-40.571 65.714-75.429 65.714-142.857 0-141.143-114.857-256-256-256s-256 114.857-256 256c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571c0-181.714 147.429-329.143 329.143-329.143s329.143 147.429 329.143 329.143zM512 548.571c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571zM676.571 475.429c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571c0-70.857-57.143-128-128-128-70.286 0-128 57.143-128 128 0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571c0-110.857 90.286-201.143 201.143-201.143s201.143 90.286 201.143 201.143zM901.714 310.286c7.429 18.857-2.286 40-21.143 47.429-4 1.714-8.571 2.286-13.143 2.286-14.286 0-28.571-8.571-33.714-23.429-25.714-66.857-70.286-125.143-128-168.571-16-12-19.429-34.857-7.429-50.857 12.571-16 35.429-19.429 51.429-7.429 68.571 51.429 121.143 121.143 152 200.571zM1021.714 264c6.857 18.857-2.286 40-21.143 47.429-4.571 1.714-8.571 2.286-13.143 2.286-14.857 0-28.571-8.571-34.286-23.429-34.286-89.143-93.143-166.857-169.714-224.571-16.571-12-19.429-34.857-7.429-50.857 12-16.571 34.857-19.429 50.857-7.429 88 65.714 155.429 154.857 194.857 256.571z" + ], + "width": 1028.608, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "assistive-listening-systems" + ], + "defaultCode": 62114, + "grid": 14 + }, + { + "id": 617, + "paths": [ + "M589.714 548.571c-20-0.571-38.857-12-48-31.429-12.571-25.714-37.714-41.714-66.286-41.714-40.571 0-73.143 32.571-73.143 73.143 0 19.429 6.857 38.286 20.571 50.857l5.714 4.571c12.571 11.429 29.143 17.714 46.857 17.714 28.571 0 53.714-16 66.286-41.714 9.143-19.429 28-30.857 48-31.429zM914.286 475.429c0-19.429-6.857-38.286-20.571-50.857l-5.714-4.571c-12.571-11.429-29.143-17.714-46.857-17.714-28.571 0-53.714 16-66.286 41.714-9.143 19.429-28 30.857-48 31.429 20 0.571 38.857 12 48 31.429 12.571 25.714 37.714 41.714 66.286 41.714 40.571 0 73.143-32.571 73.143-73.143zM670.857 349.143c-13.143 26.857-46.286 38.286-73.143 25.143-24-12-49.714-17.714-76.571-17.714-20 0-38.857 3.429-56.571 9.714 3.429 0 7.429-0.571 10.857-0.571 70.286 0 134.857 41.143 165.143 104.571 13.143 27.429 1.143 60-26.286 73.143-6.857 3.429-14.286 5.143-22.286 5.143 8 0 15.429 1.714 22.286 5.143 27.429 13.143 39.429 45.714 26.286 73.143-30.286 63.429-94.857 104.571-165.143 104.571v0h-3.429c-8.571-1.143-16.571-1.714-25.143-2.286l-165.714-15.429-136.571 68.571c-5.714 2.857-10.857 4-16.571 4-13.143 0-26.286-7.429-32.571-20l-91.429-182.857c-8.571-17.714-2.286-38.857 14.286-48.571l119.429-68 84.571-152.571c13.143-117.714 71.429-225.714 164-301.714 23.429-19.429 58.286-16 77.143 7.429 19.429 23.429 16 57.714-7.429 77.143-25.714 21.714-48.571 46.286-66.857 73.143 44.571-30.286 96-50.857 152.571-57.714 30.286-4 57.714 17.143 61.143 47.429 4 30.286-17.143 57.714-47.429 61.143-33.143 4-64 15.429-90.857 31.429 18.286-4 37.143-5.714 56.571-5.714 43.429 0 85.714 9.714 124.571 28.571 27.429 13.714 38.857 46.286 25.143 73.714zM1221.143 257.714l91.429 182.857c8.571 17.714 2.286 38.857-14.286 48.571l-119.429 68-84.571 152.571c-13.143 117.714-71.429 225.714-164 301.714-10.286 8.571-22.857 12.571-34.857 12.571-16 0-31.429-6.857-42.286-20-19.429-23.429-16-57.714 7.429-77.143 25.714-21.714 48.571-46.286 66.857-73.143-44.571 30.286-96 50.857-152.571 57.714-2.286 0.571-4.571 0.571-6.857 0.571-27.429 0-50.857-20.571-54.286-48-4-30.286 17.143-57.714 47.429-61.143 33.143-4 64-15.429 90.857-31.429-18.286 4-37.143 5.714-56.571 5.714-43.429 0-85.714-9.714-124.571-28.571-27.429-13.714-38.857-46.286-25.143-73.714 13.143-26.857 46.286-38.286 73.143-25.143 24 12 49.714 17.714 76.571 17.714 20 0 38.857-3.429 56.571-9.714-3.429 0-7.429 0.571-10.857 0.571-70.286 0-134.857-41.143-165.143-104.571-13.143-27.429-1.143-60 26.286-73.143 6.857-3.429 14.286-5.143 22.286-5.143-8 0-15.429-1.714-22.286-5.143-27.429-13.143-39.429-45.714-26.286-73.143 30.286-63.429 94.857-104.571 165.143-104.571v0h4c8 1.143 16 1.714 24 2.286l166.286 15.429 136.571-68.571c5.714-2.857 10.857-4 16.571-4 13.143 0 26.286 7.429 32.571 20z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "american-sign-language-interpreting", + "asl-interpreting" + ], + "defaultCode": 62115, + "grid": 14 + }, + { + "id": 618, + "paths": [ + "M603.429 475.429c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571c0-110.857-90.286-201.143-201.143-201.143s-201.143 90.286-201.143 201.143c0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571c0-70.857 57.714-128 128-128s128 57.143 128 128zM477.143 146.286c-181.714 0-329.143 147.429-329.143 329.143 0 20 16.571 36.571 36.571 36.571s36.571-16.571 36.571-36.571c0-141.143 114.857-256 256-256s256 114.857 256 256c0 67.429-30.286 102.286-65.714 142.857-38.286 44-82.286 94.286-82.286 186.286 0 80.571-65.714 146.286-146.286 146.286-20 0-36.571 16.571-36.571 36.571s16.571 36.571 36.571 36.571c121.143 0 219.429-98.286 219.429-219.429 0-64.571 28.571-97.143 64.571-138.286 38.857-45.143 83.429-96 83.429-190.857 0-181.714-147.429-329.143-329.143-329.143zM337.714 557.143l129.143 129.143-330.857 330.857c-9.143 9.143-24 9.143-33.143 0l-96-96c-9.143-9.143-9.143-24 0-33.143zM921.143 6.857l96 96c9.143 9.143 9.143 24 0 33.714l-133.143 133.143-14.857 14.286-40.571 40.571c-24.571-57.143-62.286-107.429-111.429-147.429l170.286-170.286c9.714-9.143 24.571-9.143 33.714 0z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "deaf", + "deafness", + "hard-of-hearing" + ], + "defaultCode": 62116, + "grid": 14 + }, + { + "id": 619, + "paths": [ + "M494.857 294.286c0 18.286-4 36-7.429 53.714-12 57.143-23.429 114.286-35.429 171.429-1.714 8-1.714 8-10.286 8.571-5.714 0.571-12 1.143-17.714 1.143-49.143 0-62.857-53.143-62.857-93.143 0-59.429 23.429-138.857 78.857-170.286 9.143-4.571 18.857-8 29.143-8 23.429 0 25.714 17.143 25.714 36.571zM772.571 536.571c0-10.286-42.286-77.143-52-81.143-4.571-1.714-14.286-4.571-19.429-4.571-46.857 0-89.143 21.143-129.143 44l-1.143-1.143c9.143-61.143 29.714-115.429 29.714-178.857 0-90.857-48.571-133.143-138.286-133.143-13.143 0-26.286 1.714-38.857 3.429-112.571 20-181.143 148.571-181.143 254.286 0 112 64.571 173.714 176 173.714 2.286 0 14.286-1.143 14.286 1.714 0 1.143 0 1.714-0.571 2.857-2.286 21.714-9.143 45.714-14.857 66.857-8.571 31.429-38.286 85.714-76.571 85.714-16.571 0-24-11.429-24-26.857 0-49.714 57.143-79.429 58.286-82.286 0-2.286-2.857-4.571-4-5.714-17.714-16-46.857-29.143-70.857-29.143-43.429 0-66.857 69.714-66.857 105.143 0 66.286 41.714 112 108.571 112 98.857 0 170.857-104 193.143-189.714 6.286-25.143 10.857-50.857 17.143-76 1.143-5.143 2.857-7.429 8-10.286 40.571-20.571 83.429-34.286 129.714-34.286 25.143 0 47.429 4.571 72.571 10.286 0.571 0.571 1.714 0.571 2.286 0.571 3.429 0 8-4 8-7.429zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "glide" + ], + "defaultCode": 62117, + "grid": 14 + }, + { + "id": 620, + "paths": [ + "M425.143 174.286c0-30.286-2.857-56.571-39.429-56.571-15.429 0-30.857 5.143-44.571 13.143-86.286 47.429-121.714 170.286-121.714 262.857 0 61.714 21.143 144 96.571 144 17.143 0 38.857 4.571 43.429-15.429 18.286-88 36.571-176.571 54.857-264.571 5.714-27.429 10.857-55.429 10.857-83.429zM856 549.143c0 5.714-7.429 11.429-13.143 11.429l-3.429-0.571c-38.857-5.714-73.143-16-112.571-16-71.429 0-137.143 21.143-200.571 53.143-8 4-9.714 7.429-12 15.429-10.286 38.857-17.143 78.857-26.857 117.714-34.286 133.143-145.714 293.714-298.286 293.714-104 0-168-70.857-168-173.143 0-55.429 36-163.429 102.857-163.429 23.429 0 115.429 30.286 116 54.286-1.143 4.571-89.714 50.286-89.714 127.429 0 23.429 11.429 41.714 37.143 41.714 90.857 0 132.571-165.714 141.714-235.429v-5.143c0-4.571-18.286-2.286-21.714-2.286-172 0-272.571-96-272.571-269.143 0-163.429 106.286-362.857 280.571-393.143 20-3.429 40-5.143 60.571-5.143 138.286 0 213.714 64.571 213.714 205.714 0 95.429-32.571 183.429-46.286 276.571l1.714 1.714c61.714-34.857 126.857-68 200-68 7.429 0 23.429 4.571 30.286 7.429 14.857 5.714 80.571 109.143 80.571 125.143z" + ], + "width": 877.1291428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "glide-g" + ], + "defaultCode": 62118, + "grid": 14 + }, + { + "id": 621, + "paths": [ + "M474.857 384.571c12 0 23.429 3.429 33.714 10.286l126.857 84.571c23.429 15.429 44.571 34.286 62.857 55.429l83.429 97.143c14.286 16.571 20.571 38.857 16.571 60.571l-41.143 236c-4.571 24-24 42.286-48.571 45.143l-301.143 32-201.143 18.286h-5.143c-29.714 0-54.857-24-54.857-54.857 0-28.571 24-51.429 52.571-54.857l148.571-18.286h-256c-31.429 0-56.571-26.286-54.857-57.714 1.714-29.714 28-52 57.714-52l252.571-0.571-297.714-36.571c-30.857-3.429-53.143-31.429-48.571-62.857 4.571-27.429 29.714-45.714 57.143-45.714h5.714l274.857 34.286-200.571-53.714c-28.571-7.429-50.286-33.714-45.714-62.857 4.571-27.429 28-46.286 54.286-46.286 4 0 7.429 0.571 11.429 1.143l256 54.857 124 21.143c1.143 0 2.286 0.571 3.429 0.571 17.143 0 25.714-23.429 10.286-33.714l-106.286-71.429c-26.286-17.714-32.571-53.143-13.714-78.286 10.286-14.286 26.857-21.714 43.429-21.714zM434.857 500l106.286 71.429-124.571-21.143-2.857-1.143-20.571-21.714-136-149.714c-1.143-1.143-1.714-2.857-2.857-4-17.714-23.429-13.714-57.714 10.857-76.571 22.857-17.714 55.429-12 75.429 9.143l81.143 84c-1.714 1.714-3.429 2.857-5.143 4.571-12 16.571-16.571 36.571-13.143 56.571 3.429 19.429 14.857 37.143 31.429 48.571zM941.714 240.571l8.571 152c1.714 28-0.571 56.571-6.286 84l-27.429 125.143c-4.571 21.714-18.286 39.429-38.286 49.714l-60.571 30.857c0.571-22.857-6.857-44.571-22.286-62.286l-83.429-97.143c-19.429-22.286-41.714-42.286-66.857-58.857l-126.857-84.571c-12.571-8.571-27.429-13.143-43.429-13.143-19.429 0-37.143 8-50.286 21.143l-134.286-178.286c-18.857-25.143-13.143-60.571 13.143-78.286 24.571-17.143 58.286-9.143 76.571 14.857l152 201.143-149.714-260c-16-26.857-6.857-61.714 21.143-76.571 26.286-13.714 59.429-2.857 74.286 22.857l137.714 240-77.714-192.571c-10.857-27.429-3.429-60.571 22.857-74.286 28-14.857 62.286-2.857 75.429 25.714l110.286 237.143 57.714 112c9.143 17.714 36 10.286 34.857-9.143l-6.857-128c-1.714-31.429 22.857-57.714 54.286-58.286 29.714 0 53.714 25.143 55.429 54.857z" + ], + "width": 948.0045714285714, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sign-language", + "signing" + ], + "defaultCode": 62119, + "grid": 14 + }, + { + "id": 622, + "paths": [ + "M191.429 774.857c-1.143 0-2.286-0.571-3.429-1.143-66.857-44.571-133.714-117.714-176-185.714-8-11.429-12-25.143-12-39.429 0-29.714 20.571-53.714 37.143-76 66.286-90.286 154.857-164.571 258.286-208.571-8.571-15.429-62.857-110.286-62.857-120.571 0-6.857 4-13.143 9.714-16.571 11.429-6.286 62.857-36.571 73.143-36.571 6.286 0 12.571 3.429 16 9.143l70.857 130.857c36-7.429 73.143-10.857 109.714-10.857 206.857 0 390.857 117.143 500.571 289.714 7.429 11.429 11.429 25.143 11.429 39.429s-4 28-11.429 39.429c-68 106.857-167.429 195.429-284 245.143 8.571 15.429 62.857 110.286 62.857 120.571 0 6.857-3.429 13.143-9.714 16.571-11.429 6.286-62.857 36.571-72.571 36.571-6.857 0-13.143-3.429-16.571-9.143l-70.857-130.857-36.571-68-253.714-468.571 4-4c-19.429 8-38.286 16.571-56.571 26.857 6.857 13.143 279.429 513.714 279.429 517.714 0 2.857-2.286 4.571-5.143 5.143-12.571 2.857-28.571 1.714-41.143 1.714-6.286 0-32 1.143-34.286-4l-260.571-480.571c-16.571 12-32 25.143-46.857 38.857 12.571 22.286 230.857 424 230.857 427.429 0 4.571-2.857 5.714-6.286 5.714-9.714 0-85.714-23.429-88.571-28.571l-60.571-112.571-128-236c-16 19.429-30.857 39.429-44.571 60.571 7.429 10.857 17.143 22.286 23.429 33.714 8 14.857 100.571 183.429 100.571 186.857 0 2.857-2.857 5.714-5.714 5.714zM665.714 716.571l28 52c106.857-43.429 194.857-123.429 257.143-220-63.429-97.714-153.714-178.857-262.286-222.286 50.857 48.571 79.429 115.429 79.429 185.714 0 80.571-37.714 156.571-102.286 204.571zM484.571 365.714c0 14.857 12.571 27.429 27.429 27.429 31.429 0 61.714 12.571 84 34.857s34.857 52.571 34.857 84c0 14.857 12.571 27.429 27.429 27.429s27.429-12.571 27.429-27.429c0-96-77.714-173.714-173.714-173.714-14.857 0-27.429 12.571-27.429 27.429zM693.714 328.571l-5.143-2.286 4 4z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "low-vision" + ], + "defaultCode": 62120, + "grid": 14 + }, + { + "id": 623, + "paths": [ + "M600 632c0 81.714-28.571 153.714-84 213.714-57.714 62.857-130.857 92-216 92-84.571 0-158.286-28.571-216-92-55.429-60-84-132-84-213.714 0-169.714 128-308.571 300-308.571 35.429 0 70.857 5.714 104 17.714-11.429 22.286-19.429 46.857-22.286 72-25.714-10.857-53.714-16-81.714-16-129.714 0-225.143 110.857-225.143 236.571 0 128 94.857 232.571 225.143 232.571s224.571-104.571 224.571-232.571c0-32.571-5.714-64.571-18.286-94.857 25.143-5.143 49.143-14.857 70.286-28 16 38.286 23.429 80 23.429 121.143zM483.429 524c0 144-58.286 264-181.714 341.714l-8 0.571c-12 0-24-1.143-35.429-2.857 165.143-62.857 195.429-313.714 195.429-466.857 0-19.429 0-39.429-1.714-58.857 20.571 60 31.429 122.857 31.429 186.286zM452 336.571v1.143c-29.714-87.429-70.857-172-117.714-251.429 72 48.571 111.429 166.286 117.714 250.286zM591.429 452.571c-35.429 0-66.857-18.857-91.429-42.857 58.286-32 132-81.714 165.714-141.143 4-8 10.857-22.857 12-32-33.143 74.286-117.714 132.571-196.571 150.857-12.571-19.429-20-41.143-20-64.571 0-27.429 13.714-64 34.286-84 23.429-22.286 58.286-33.714 89.714-42.286 45.714-12.571 82.857-48 102.857-90.857 29.714 42.286 42.286 93.714 42.286 144.571 0 25.714-4 72.571-13.714 97.143-21.143 51.429-64 105.143-125.143 105.143z" + ], + "width": 730.2582857142856, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "viadeo" + ], + "defaultCode": 62121, + "grid": 14 + }, + { + "id": 624, + "paths": [ + "M600 594.857c0-28.571-5.143-57.143-16-84-14.857 9.143-31.429 16-48.571 19.429 9.143 20.571 12.571 42.857 12.571 65.143 0 88-65.143 160-154.286 160-89.714 0-154.857-72-154.857-160 0-86.286 65.714-162.286 154.857-162.286 19.429 0 38.286 3.429 56 10.857 1.714-17.143 7.429-34.286 15.429-49.714-22.857-8-46.857-12-71.429-12-118.286 0-206.286 95.429-206.286 212.571s88.571 209.714 206.286 209.714 206.286-93.143 206.286-209.714zM498.286 392c1.143 13.714 1.143 27.429 1.143 40.571 0 105.714-20.571 277.714-134.286 321.143 8 1.143 16 1.714 24 1.714h5.714c84.571-53.714 125.143-136 125.143-234.857 0-44-7.429-87.429-21.714-128.571zM498.286 392c-2.857-55.429-34.286-141.143-81.143-172.571 32 54.286 60.571 112.571 81.143 172.571zM689.714 332c0-34.857-8.571-70.286-29.143-99.429-13.714 29.143-39.429 53.714-70.857 62.286-45.143 12.571-85.143 33.714-85.143 87.429 0 15.429 5.143 30.857 13.714 44 54.286-12.571 112-52.571 134.857-104-3.429 45.714-88.571 101.143-121.714 119.429 16.571 16.571 38.286 29.714 62.857 29.714 41.714 0 71.429-37.143 85.714-72.571 6.857-17.143 9.714-49.143 9.714-66.857zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "viadeo-square" + ], + "defaultCode": 62122, + "grid": 14 + }, + { + "id": 625, + "paths": [ + "M730.857 656c0-8-4.571-13.714-12.571-15.429-52-11.429-91.429-47.429-113.143-95.429-1.714-4.571-4-9.143-4-14.286 0-25.714 71.429-20.571 71.429-57.143 0-15.429-18.857-25.143-32.571-25.143-13.143 0-23.429 9.143-36 9.143-2.286 0-4.571-0.571-6.857-1.143 1.143-21.714 2.857-43.429 2.857-65.143 0-20-1.143-47.429-9.714-65.143-27.429-59.429-80.571-94.286-145.714-94.286-71.429 0-125.714 26.286-157.143 94.286-8.571 17.714-9.714 45.143-9.714 65.143 0 21.714 1.714 43.429 2.857 65.143-2.286 1.143-5.143 1.143-8 1.143-13.143 0-23.429-8.571-35.429-8.571-14.286 0-32 9.143-32 25.143 0 35.429 71.429 30.857 71.429 56.571 0 5.143-2.286 9.714-4 14.286-22.286 48-60.571 84-113.143 95.429-8 1.714-12.571 7.429-12.571 15.429 0 26.286 60.571 36 78.286 38.857 5.143 13.714 2.857 37.714 23.429 37.714 14.286 0 28.571-5.143 44-5.143 60 0 76 54.286 145.714 54.286 72.571 0 86.286-54.286 146.857-54.286 15.429 0 29.714 4.571 44.571 4.571 20 0 17.714-24 22.857-37.143 17.714-2.857 78.286-12.571 78.286-38.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "snapchat" + ], + "defaultCode": 62123, + "grid": 14 + }, + { + "id": 626, + "paths": [ + "M484.571 73.143c102.857-1.143 188 56.571 230.857 149.143 13.143 28 15.429 71.429 15.429 102.286 0 36.571-2.857 72.571-5.143 109.143 4.571 2.286 10.857 4 16 4 20.571 0 37.714-15.429 58.286-15.429 19.429 0 47.429 13.714 47.429 36.571 0 54.857-114.857 44.571-114.857 92.571 0 8.571 3.429 16.571 6.857 24.571 27.429 60 79.429 117.714 141.143 143.429 14.857 6.286 29.714 9.714 45.714 13.143 10.286 2.286 16 9.714 16 20 0 38.857-98.857 54.857-125.143 58.857-11.429 17.714-2.857 59.429-33.143 59.429-23.429 0-46.857-7.429-72-7.429-12 0-24 0.571-35.429 2.857-68 11.429-90.857 84.571-202.286 84.571-107.429 0-133.143-73.143-199.429-84.571-12-2.286-24-2.857-36-2.857-25.714 0-50.286 8.571-70.857 8.571-32 0-22.286-42.286-34.286-60.571-26.286-4-125.143-20-125.143-58.857 0-10.286 5.714-17.714 16-20 16-3.429 30.857-6.857 45.714-13.143 61.143-25.143 114.286-83.429 141.143-143.429 3.429-8 6.857-16 6.857-24.571 0-48-115.429-38.857-115.429-92 0-22.286 26.286-36.571 46.286-36.571 17.714 0 35.429 14.857 57.714 14.857 6.286 0 12.571-1.143 18.286-4-2.286-36-5.143-72-5.143-108.571 0-30.857 2.286-74.857 15.429-102.857 50.286-108.571 135.429-148 249.143-149.143z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "snapchat-ghost" + ], + "defaultCode": 62124, + "grid": 14 + }, + { + "id": 627, + "paths": [ + "M731.429 656c0-8-4.571-13.714-12.571-15.429-52-10.857-91.429-47.429-113.143-95.429-2.286-4.571-4-9.143-4-14.286 0-25.714 70.857-20.571 70.857-57.143 0-15.429-18.857-25.143-32.571-25.143-12.571 0-22.857 9.143-36 9.143-2.286 0-4.571-0.571-6.857-1.143 1.714-21.714 2.857-44 2.857-65.714 0-19.429-1.143-46.857-9.714-65.143-27.429-59.429-80-94.286-145.714-94.286-71.429 0-125.714 26.857-157.143 94.286-8.571 18.286-10.286 45.714-10.286 65.714 0 21.714 1.714 43.429 3.429 65.143-2.857 0.571-5.714 1.143-8.571 1.143-12.571 0-23.429-9.143-35.429-9.143-14.286 0-31.429 9.714-31.429 25.714 0 35.429 70.857 30.857 70.857 56.571 0 5.143-1.714 9.714-4 14.286-22.286 48-60.571 84-113.143 95.429-8 1.714-12.571 7.429-12.571 15.429 0 26.857 60.571 36.571 78.857 39.429 5.143 13.714 2.857 37.714 22.857 37.714 14.857 0 29.143-5.714 44-5.714 60.571 0 76.571 54.286 146.286 54.286 72.571 0 86.286-54.286 147.429-54.286 14.857 0 29.714 5.143 44.571 5.143 19.429 0 17.714-24 22.286-37.143 18.286-2.857 78.857-12.571 78.857-39.429zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "snapchat-square" + ], + "defaultCode": 62125, + "grid": 14 + }, + { + "id": 628, + "paths": [ + "M1316.571 0c-166.286 110.286-184 190.286-198.286 214.857-13.714 25.143-24 124-48 172-24 48.571-111.429 86.857-136 102.857-24 16-58.286 78.286-86.286 132-126.286-5.143-251.429 25.714-360 90.286 0 0-52.571 30.286-173.143 102.286 60.571-20 89.143-34.286 89.143-34.286 150.857-57.714 190.857-85.143 312.571-105.143 93.714-15.429 214.857-2.857 265.714 4 2.286 0 4 1.143 5.714 1.714 8 4.571 10.857 14.286 6.286 22.286l-110.857 197.143c-5.143 9.714-16 14.857-26.857 12.571-27.429-5.143-90.286-13.714-202.286-13.714-162.286 0-294.286 49.714-453.714 52-134.286 1.714-186.857-53.143-200-70.857 0-0.571-0.571-1.143-0.571-1.714 0-2.286 1.143-3.429 3.429-3.429 0 0 78.857 0 212-31.429 151.429-288.571 286.286-389.714 433.143-389.714 0 0 147.429 0 186.286 127.429 46.857-81.714 58.286-101.143 58.286-101.143 10.857-19.429 72-158.857 177.714-290.857v0c106.286-132 186.286-164.571 245.714-189.143z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pied-piper" + ], + "defaultCode": 62126, + "grid": 14 + }, + { + "id": 629, + "paths": [ + "M755.429 512c0 14.857-0.571 29.143-2.857 43.429l-134.857-8 128 44.571c-7.429 29.143-18.857 56-33.143 80.571l-122.286-58.857 101.143 90.286c-17.143 23.429-37.714 44-61.143 61.714l-89.714-101.714 58.857 122.857c-24.571 14.857-51.429 25.714-80 33.714l-45.143-130.286 8 137.143c-14.286 2.286-28.571 3.429-43.429 3.429-14.286 0-29.143-1.143-43.429-3.429l8-136-44.571 129.143c-28.571-7.429-55.429-18.857-80-33.714l58.857-122.857-89.714 101.714c-23.429-17.143-44-38.286-61.714-61.714l101.714-90.286-122.286 59.429c-14.286-25.143-25.714-52-33.143-80.571l128-45.143-135.429 8c-1.714-14.286-2.857-28.571-2.857-43.429s1.143-29.714 2.857-44l136 8-128.571-45.143c7.429-28.571 18.857-55.429 33.143-80l122.286 59.429-101.143-90.857c17.714-23.429 38.286-44 61.143-61.714l90.286 101.714-58.857-122.857c24.571-14.286 51.429-25.714 80-33.143l44 128-7.429-134.857c13.714-2.286 28.571-3.429 42.857-3.429 14.857 0 29.143 1.143 43.429 3.429l-8 135.429 44.571-128.571c28.571 7.429 55.429 18.857 80 33.714l-58.857 122.286 90.286-101.714c22.857 17.714 43.429 38.286 61.143 61.714l-101.143 90.857 121.714-59.429c14.857 24.571 25.714 52 33.143 80.571l-128 44.571 135.429-8c2.286 14.286 2.857 29.143 2.857 44zM772.571 512c0-185.714-149.714-336-333.714-336-184.571 0-333.714 150.286-333.714 336 0 185.143 149.143 335.429 333.714 335.429 184 0 333.714-150.286 333.714-335.429zM814.286 293.143v437.714l-375.429 218.857-375.429-218.857v-437.714l375.429-218.857zM438.857 982.286l404.571-235.429v-470.286l-404.571-234.857-404.571 234.857v470.286zM877.714 256v512l-438.857 256-438.857-256v-512l438.857-256z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "first-order" + ], + "defaultCode": 62128, + "grid": 14 + }, + { + "id": 630, + "paths": [ + "M193.714 124.571h394.857l-14.857 41.143h-380c-84 0-152.571 69.143-152.571 153.143v440.571c0 72 51.429 135.429 122.286 150.286 18.286 4 37.143 2.857 56 2.857v41.143h-25.714c-106.857 0-193.714-87.429-193.714-194.286v-440.571c0-106.857 86.857-194.286 193.714-194.286zM680 0h141.143l-275.429 739.429c-51.429 137.143-113.714 280-282.857 284.571v-111.429c63.429-10.286 104-45.143 125.714-104 7.429-19.429 11.429-39.429 11.429-60s-4-41.143-11.429-60.571l-162.857-418.857h130.286l106.857 334.286zM950.857 318.857v634.857h-454.286c9.143-13.714 18.857-26.857 25.714-41.714h387.429v-593.143c0-65.143-41.143-123.429-102.286-145.143l14.286-38.286c77.714 26.286 129.143 101.714 129.143 183.429z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "yoast" + ], + "defaultCode": 62129, + "grid": 14 + }, + { + "id": 631, + "paths": [ + "M486.857 176.571c0 20.571-13.143 43.429-35.429 43.429-22.857 0-35.429-22.857-35.429-43.429 0-20 12.571-43.429 35.429-43.429 22.286 0 35.429 23.429 35.429 43.429zM393.143 962.857v-65.143c0-22.286-17.714-41.714-40.571-41.714s-40 19.429-40 41.714v65.143c0 22.286 17.143 42.286 40 42.286s40.571-19.429 40.571-42.286zM491.429 962.857v-65.143c0-22.286-17.143-41.714-40-41.714s-40.571 19.429-40.571 41.714v65.143c0 22.286 17.714 42.286 40.571 42.286s40-20 40-42.286zM590.857 962.857v-65.143c0-22.286-17.714-41.714-40.571-41.714s-40.571 19.429-40.571 41.714v65.143c0 22.286 17.714 42.286 40.571 42.286s40.571-19.429 40.571-42.286zM690.286 962.857v-65.143c0-22.286-17.714-41.714-40.571-41.714s-40.571 19.429-40.571 41.714v65.143c0 22.286 17.714 42.286 40.571 42.286s40.571-20 40.571-42.286zM843.429 572c-61.714 118.286-180.571 205.143-317.143 205.143-193.143 0-321.143-169.143-321.143-353.143 0-33.714 4-66.857 12-99.429-40 67.429-59.429 145.143-59.429 222.857 0 120.571 49.714 243.429 142.857 321.714 10.286-19.429 29.714-32.571 52-32.571 20 0 38.857 11.429 49.143 28.571 10.857-17.143 29.143-28.571 49.714-28.571 20 0 38.857 11.429 49.143 28.571 10.857-17.143 29.714-28.571 49.714-28.571s38.857 11.429 49.714 28.571c10.286-17.143 29.143-28.571 49.143-28.571 21.714 0 41.714 13.143 51.429 32 86.857-72.571 137.143-184 142.857-296.571zM757.714 555.429c0-28.571-12.571-42.857-41.143-42.857-9.143 0-18.286 1.714-26.857 3.429-28.571 5.714-56.571 10.857-85.143 10.857-90.286 0-129.143-52.571-129.143-138.857 0-39.429 7.429-78.286 17.143-116.571-30.286 46.286-47.429 101.714-47.429 157.143 0 108 68.571 212 185.143 212 42.857 0 85.143-15.429 120-40 4-14.857 7.429-29.714 7.429-45.143zM505.143 178.857c0-36-25.143-73.714-64.571-73.714s-64.571 37.714-64.571 73.714c0 36.571 25.143 74.286 64.571 74.286s64.571-37.714 64.571-74.286zM864.571 372.571c0-107.429-69.143-211.429-185.143-211.429-60.571 0-117.143 30.286-157.714 73.714-14.286 47.429-27.429 102.857-27.429 153.143 0 76 30.286 120 110.286 120 27.429 0 54.286-5.143 81.143-10.857 10.286-1.714 20-3.429 30.286-3.429 39.429 0 59.429 22.857 59.429 61.714 0 8.571-0.571 17.714-2.286 26.286 57.714-52 91.429-131.429 91.429-209.143zM1024 496.571c0 72-22.857 204.571-72.571 259.429-45.714 49.714-174.857 122.286-241.714 141.143l-2.286 0.571v65.143c0 32.571-25.143 61.143-58.286 61.143-20 0-38.857-11.429-49.143-28.571-10.857 17.143-29.714 28.571-49.714 28.571s-38.857-11.429-49.714-28.571c-10.286 17.143-29.143 28.571-49.143 28.571-20.571 0-38.857-11.429-49.714-28.571-10.286 17.143-29.143 28.571-49.143 28.571-37.714 0-58.857-31.429-58.857-65.714-32.571 24.571-71.429 38.857-113.143 38.857-44 0-86.857-16.571-120.571-45.714 20.571-0.571 41.143-4.571 60.571-11.429-41.714-11.429-78.857-37.714-104-72.571 13.143 2.857 26.857 4 40.571 4 33.143 0 65.714-9.143 93.714-26.286-44-44-113.143-117.714-137.143-174.857-11.429-26.857-13.714-62.857-13.714-91.429 0-99.429 40.571-320 172.571-320 21.143 0 37.714 9.714 46.286 29.714 7.429-10.857 15.429-21.143 24-30.857 4-5.143 11.429-10.857 14.286-16.571 16-25.143 23.429-42.286 43.429-68 64.571-82.286 163.429-138.857 269.714-138.857 12 0 24 0.571 35.429 2.286 21.714-23.429 52-36.571 83.429-36.571 29.143 0 59.429 12 80 32.571 1.714 1.714 2.857 4.571 2.857 6.857 0 7.429-20.571 26.857-25.714 32.571 8.571 2.857 31.429 13.714 31.429 24 0 5.714-5.714 10.286-9.143 14.286 62.857 55.429 98.857 134.286 112.571 216 8.571-10.286 20.571-17.143 34.286-17.143 21.143 0 41.714 14.286 57.143 28 41.714 37.143 51.429 106.286 51.429 159.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "themeisle" + ], + "defaultCode": 62130, + "grid": 14 + }, + { + "id": 632, + "paths": [ + "M524 517.143c0-12.571-1.143-24.571-3.429-36.571h-206.857v75.429h124c-9.143 60.571-66.286 94.286-124 94.286-76 0-136.571-62.857-136.571-138.286s60.571-138.286 136.571-138.286c32 0 64 10.857 87.429 33.714l59.429-57.714c-40.571-37.714-91.429-57.143-146.857-57.143-121.714 0-219.429 98.286-219.429 219.429s97.714 219.429 219.429 219.429c126.286 0 210.286-89.143 210.286-214.286zM721.143 543.429h62.286v-62.857h-62.286v-62.857h-62.857v62.857h-62.857v62.857h62.857v62.857h62.857v-62.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-plus-circle", + "google-plus-official" + ], + "defaultCode": 62131, + "grid": 14 + }, + { + "id": 633, + "paths": [ + "M877.714 292.571v479.429c0 17.714-11.429 30.857-28 35.429-61.143 18.286-129.714 29.714-193.143 29.714-85.714 0-158.286-33.714-253.143-33.714-70.286 0-142.857 11.429-211.429 27.429v193.143h-91.429v-781.714c-48-18.857-79.429-65.714-79.429-117.143 0-69.143 56-125.143 125.143-125.143s125.143 56 125.143 125.143c0 51.429-31.429 98.286-79.429 117.143v38.857c64-14.857 130.286-25.143 196-25.143 37.714 0 75.429 2.857 113.143 8.571 49.143 7.429 98.857 24.571 149.143 24.571 31.429 0 63.429-4 94.286-10.286 23.429-4.571 77.143-22.857 96.571-22.857 20 0 36.571 16.571 36.571 36.571z" + ], + "width": 898.8525714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fa", + "font-awesome" + ], + "defaultCode": 62132, + "grid": 14 + }, + { + "id": 634, + "paths": [ + "M109.714 658.286c48 0 48-73.143 0-73.143s-48 73.143 0 73.143zM951.429 625.143c-45.143-58.857-89.143-118.857-140.571-172.571l-71.429 80c-62.857 71.429-175.429 69.714-236.571-3.429-43.429-52.571-43.429-128 1.143-180l101.143-117.714c-35.429-18.286-78.286-12-116.571-12-33.714 0-66.286 13.714-90.286 37.714l-90.286 90.286h-88.571v310.857c25.143 0 48-3.429 68 16l169.714 166.857c34.857 33.714 80 63.429 129.714 63.429 25.714 0 53.143-8.571 71.429-26.857 42.857 14.857 92.571-9.143 105.714-53.143 27.429 2.286 52.571-6.286 72.571-25.143 13.143-12 30.286-36 28.571-54.857 5.143 5.143 17.714 5.714 24.571 5.714 68 0 103.429-71.429 61.714-125.143zM1042.286 658.286h54.857v-292.571h-53.143l-89.714-102.857c-24-27.429-60-43.429-96.571-43.429h-95.429c-32 0-62.857 14.286-83.429 38.286l-119.429 138.857c-21.143 25.143-21.143 60.571-0.571 85.714 32.571 38.857 92.571 39.429 126.286 1.714l110.286-124.571c26.286-29.143 74.286-1.714 62.286 35.429 21.714 25.143 45.143 49.714 66.286 74.857 28.571 35.429 56 72.571 84 108.571 17.714 22.857 30.857 50.286 34.286 80zM1206.857 658.286c48 0 48-73.143 0-73.143s-48 73.143 0 73.143zM1316.571 329.143v365.714c0 20-16.571 36.571-36.571 36.571h-248c-20.571 49.714-65.714 82.857-118.286 90.286-24.571 36-62.286 63.429-104.571 72.571-31.429 40-82.286 64-133.143 60.571-94.286 53.143-200.571 6.857-270.857-62.286l-164-161.143h-204.571c-20 0-36.571-16.571-36.571-36.571v-384c0-20 16.571-36.571 36.571-36.571h240.571c66.286-66.286 112-128 211.429-128h66.857c37.143 0 73.143 11.429 103.429 32 30.286-20.571 66.286-32 103.429-32h95.429c108.571 0 153.714 70.857 219.429 146.286h202.857c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "handshake-o" + ], + "defaultCode": 62133, + "grid": 14 + }, + { + "id": 635, + "paths": [ + "M1024 373.714v558.857c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-558.857c0-5.143 2.286-10.286 6.286-13.714 60-52.571 60.571-58.857 358.857-276.571 36-26.286 99.429-83.429 146.857-83.429s111.429 57.714 146.857 83.429c298.286 217.714 298.857 224 358.857 276.571 4 3.429 6.286 8.571 6.286 13.714zM701.714 708c89.143-64.571 151.429-109.714 197.143-144 8-5.714 9.714-17.143 3.429-25.143l-21.714-29.714c-6.286-8-17.714-9.714-25.714-3.429-45.143 33.143-106.857 78.857-196 142.857-35.429 25.714-99.429 82.857-146.857 82.857s-111.429-57.143-146.857-82.857c-89.143-64.571-150.857-109.714-196-142.857-8-6.286-19.429-4.571-25.714 3.429l-21.714 29.714c-6.286 8-4.571 19.429 3.429 25.143 45.714 34.286 108 79.429 197.143 144 44.571 32 114.857 96.571 189.714 96.571 75.429 0 147.429-65.714 189.714-96.571z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envelope-open" + ], + "defaultCode": 62134, + "grid": 14 + }, + { + "id": 636, + "paths": [ + "M842.286 521.714l22.286 29.143c6.286 8 4.571 18.857-2.857 25.143-57.143 44.571-188.571 145.714-194.286 150.286-40.571 33.143-95.429 78.857-154.857 78.286h-1.143c-59.429 0-114.286-45.143-154.857-78.286-6.286-5.143-133.143-102.857-189.143-146.286-8-6.286-9.714-17.143-3.429-25.143l21.143-29.714c6.286-8.571 18.286-10.286 26.286-3.429 38.857 30.286 93.714 72.571 174.857 134.857 28.571 21.714 85.143 74.857 125.143 74.857h1.143c40 0 96.571-53.143 125.143-74.857 84-64.571 140-107.429 178.857-138.286 8-6.286 19.429-4.571 25.714 3.429zM950.857 932.571v-530.286c-57.143-53.143-48.571-48.571-313.143-253.143-28.571-22.286-85.143-76-125.143-76h-1.143c-40 0-96.571 53.714-125.143 76-264.571 204.571-256 200-313.143 253.143v530.286c0 9.714 8.571 18.286 18.286 18.286h841.143c9.714 0 18.286-8.571 18.286-18.286zM1024 402.286v530.286c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-530.286c0-20.571 8.571-40 23.429-53.714 117.143-108.571 252-202.857 333.143-269.714 40-33.143 95.429-78.857 154.857-78.857h1.143c59.429 0 114.857 45.714 154.857 78.857 75.429 62.286 218.857 163.429 333.143 269.714 14.857 13.714 23.429 33.143 23.429 53.714z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envelope-open-o" + ], + "defaultCode": 62135, + "grid": 14 + }, + { + "id": 637, + "paths": [ + "M188.571 877.143l115.429 122.286-19.429-134.857-123.429-121.714zM317.714 1006.286l156.571-124.571-6.286-140-171.429 122.857zM140 641.714l129.714 121.714-27.429-186.857-140-116.571zM282.857 769.714l181.143-122.286-8-185.143-201.143 114.286zM481.714 776l54.286 45.714-1.143-136.571-58.857-45.143c0 4.571 2.286 12.571-2.286 16l-44.571 29.714 48.571 40c5.714 4.571 4 43.429 4 50.286zM78.857 346.286l146.286 114.286-38.857-265.714-159.429-98.857zM670.286 725.143l8.571-133.714-131.429 93.714 1.143 137.143zM238.286 465.143l213.143-110.857-10.857-252-241.714 93.143zM725.714 673.714l11.429-133.143-129.143-81.143-1.143 60 82.286 54.286c1.714 1.143 2.857 3.429 2.286 5.143l-4 68zM834.857 594.286l17.143-126.857-102.286 73.143-11.429 130.286zM727.429 689.714l-40.571-28-4.571 66.857c0 1.714-0.571 3.429-2.286 4.571l-133.714 106.857c-2.286 1.714-5.714 1.714-8 0l-56-47.429 4 92c0 1.714-0.571 3.429-2.286 4.571l-167.429 133.714c-1.143 0.571-2.286 1.143-3.429 1.143-1.714-0.571-3.429-0.571-4.571-1.714l-130.286-138.286c-2.857-2.857-30.857-144-33.714-158.286-0.571-2.286 1.143-5.143 2.857-6.286l34.857-21.143c-6.857-6.286-53.143-46.857-54.286-52.571l-41.143-200.571c-0.571-2.286 0.571-5.143 3.429-6.857l53.714-25.714c-9.143-6.857-75.429-54.857-77.143-61.714l-54.857-266.286c-0.571-3.429 1.143-6.286 4-7.429l247.429-77.143c1.143 0 2.857 0 4.571 0.571l181.143 87.429c1.714 1.143 3.429 3.429 3.429 5.143l11.429 264.571c0 2.286-1.143 4.571-3.429 5.714l-67.429 34.857 72 48.571c1.714 0.571 2.857 2.857 2.857 4.571l2.857 70.286 69.143-42.286c1.714-1.143 4.571-1.143 6.286 0l48 32 1.714-62.857c0-1.714 1.143-4 2.857-5.143l117.714-72c2.286-1.143 4.571-1.143 6.286 0l140 77.143c1.143 1.143 2.286 2.286 2.857 4 1.143 4-17.714 132.571-19.429 145.714 0 1.714-1.143 3.429-2.286 4l-109.143 87.429c-2.286 1.714-5.143 1.714-7.429 0z" + ], + "width": 878.2994285714285, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "linode" + ], + "defaultCode": 62136, + "grid": 14 + }, + { + "id": 638, + "paths": [ + "M686.286 707.429c0-101.143-24.571-213.714-126.286-213.714-31.429 18.286-74.286 49.714-121.143 49.714s-89.714-31.429-121.143-49.714c-101.714 0-126.286 112.571-126.286 213.714 0 56.571 37.143 97.143 82.857 97.143h329.143c45.714 0 82.857-40.571 82.857-97.143zM587.429 368c0-82.286-66.857-148.571-148.571-148.571s-148.571 66.286-148.571 148.571c0 81.714 66.857 148 148.571 148s148.571-66.286 148.571-148zM950.857 676.571v109.714c0 10.286-8 18.286-18.286 18.286h-54.857v128c0 50.286-41.143 91.429-91.429 91.429h-694.857c-50.286 0-91.429-41.143-91.429-91.429v-841.143c0-50.286 41.143-91.429 91.429-91.429h694.857c50.286 0 91.429 41.143 91.429 91.429v128h54.857c10.286 0 18.286 8 18.286 18.286v109.714c0 10.286-8 18.286-18.286 18.286h-54.857v73.143h54.857c10.286 0 18.286 8 18.286 18.286v109.714c0 10.286-8 18.286-18.286 18.286h-54.857v73.143h54.857c10.286 0 18.286 8 18.286 18.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "address-book" + ], + "defaultCode": 62137, + "grid": 14 + }, + { + "id": 639, + "paths": [ + "M587.429 368c0 81.714-66.857 148-148.571 148s-148.571-66.286-148.571-148c0-82.286 66.857-148.571 148.571-148.571s148.571 66.286 148.571 148.571zM560 493.714c109.143 0 126.286 129.714 126.286 213.714 0 48-30.286 97.143-82.857 97.143h-329.143c-52.571 0-82.857-49.143-82.857-97.143 0-80.571 17.143-213.714 123.429-213.714h2.857c37.714 22.286 76 49.714 121.143 49.714s83.429-27.429 121.143-49.714zM950.857 347.429c0 9.714-8.571 18.286-18.286 18.286h-54.857v73.143h54.857c9.714 0 18.286 8.571 18.286 18.286v109.714c0 9.714-8.571 18.286-18.286 18.286h-54.857v73.143h54.857c9.714 0 18.286 8.571 18.286 18.286v109.714c0 9.714-8.571 18.286-18.286 18.286h-54.857v128c0 50.286-41.143 91.429-91.429 91.429h-694.857c-50.286 0-91.429-41.143-91.429-91.429v-841.143c0-50.286 41.143-91.429 91.429-91.429h694.857c50.286 0 91.429 41.143 91.429 91.429v128h54.857c9.714 0 18.286 8.5711 18.286 18.286v109.714zM804.571 932.571v-841.143c0-9.714-8.571-18.286-18.286-18.286h-694.857c-9.714 0-18.286 8.571-18.286 18.286v841.143c0 9.714 8.571 18.286 18.286 18.286h694.857c9.714 0 18.286-8.571 18.286-18.286z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "address-book-o" + ], + "defaultCode": 62138, + "grid": 14 + }, + { + "id": 640, + "paths": [ + "M585.143 646.286c0-88.571-21.714-186.857-112-186.857-28 16-65.714 43.429-107.429 43.429s-79.429-27.429-107.429-43.429c-90.286 0-112 98.286-112 186.857 0 49.714 32.571 85.143 73.143 85.143h292.571c40.571 0 73.143-35.429 73.143-85.143zM495.429 349.143c0-71.429-58.286-129.714-129.714-129.714s-129.714 58.286-129.714 129.714c0 72 58.286 129.714 129.714 129.714s129.714-57.714 129.714-129.714zM1024 640v-36.571c0-10.286-8-18.286-18.286-18.286h-329.143c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h329.143c10.286 0 18.286-8 18.286-18.286zM1024 491.429v-32c0-11.429-9.143-20.571-20.571-20.571h-324.571c-11.429 0-20.571 9.143-20.571 20.571v32c0 11.429 9.143 20.571 20.571 20.571h324.571c11.429 0 20.571-9.143 20.571-20.571zM1024 347.429v-36.571c0-10.286-8-18.286-18.286-18.286h-329.143c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h329.143c10.286 0 18.286-8 18.286-18.286zM1170.286 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-201.143v-54.857c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v54.857h-438.857v-54.857c0-10.286-8-18.286-18.286-18.286h-36.571c-10.286 0-18.286 8-18.286 18.286v54.857h-201.143c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h987.429c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "address-card", + "vcard" + ], + "defaultCode": 62139, + "grid": 14 + }, + { + "id": 641, + "paths": [ + "M585.143 646.286c0 49.714-32.571 85.143-73.143 85.143h-292.571c-40.571 0-73.143-35.429-73.143-85.143 0-88.571 21.714-186.857 112-186.857 28 16 65.714 43.429 107.429 43.429s79.429-27.429 107.429-43.429c90.286 0 112 98.286 112 186.857zM495.429 349.143c0 72-58.286 129.714-129.714 129.714s-129.714-57.714-129.714-129.714c0-71.429 58.286-129.714 129.714-129.714s129.714 58.286 129.714 129.714zM1024 603.429v36.571c0 10.286-8 18.286-18.286 18.286h-329.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h329.143c10.286 0 18.286 8 18.286 18.286zM1024 459.429v32c0 11.429-9.143 20.571-20.571 20.571h-324.571c-11.429 0-20.571-9.143-20.571-20.571v-32c0-11.429 9.143-20.571 20.571-20.571h324.571c11.429 0 20.571 9.143 20.571 20.571zM1024 310.857v36.571c0 10.286-8 18.286-18.286 18.286h-329.143c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h329.143c10.286 0 18.286 8 18.286 18.286zM1097.143 859.429v-694.857c0-9.714-8.571-18.286-18.286-18.286h-987.429c-9.714 0-18.286 8.571-18.286 18.286v694.857c0 9.714 8.571 18.286 18.286 18.286h201.143v-54.857c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286v54.857h438.857v-54.857c0-10.286 8-18.286 18.286-18.286h36.571c10.286 0 18.286 8 18.286 18.286v54.857h201.143c9.714 0 18.286-8.571 18.286-18.286zM1170.286 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-987.429c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h987.429c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "address-card-o", + "vcard-o" + ], + "defaultCode": 62140, + "grid": 14 + }, + { + "id": 642, + "paths": [ + "M870.286 765.143c-14.857-106.857-58.286-201.714-155.429-214.857-50.286 54.857-122.857 89.714-202.857 89.714s-152.571-34.857-202.857-89.714c-97.143 13.143-140.571 108-155.429 214.857 79.429 112 210.286 185.714 358.286 185.714s278.857-73.714 358.286-185.714zM731.429 365.714c0-121.143-98.286-219.429-219.429-219.429s-219.429 98.286-219.429 219.429 98.286 219.429 219.429 219.429 219.429-98.286 219.429-219.429zM1024 512c0 281.714-228.571 512-512 512-282.857 0-512-229.714-512-512 0-282.857 229.143-512 512-512s512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-circle" + ], + "defaultCode": 62141, + "grid": 14 + }, + { + "id": 643, + "paths": [ + "M512 0c282.857 0 512 229.143 512 512 0 281.143-228 512-512 512-283.429 0-512-230.286-512-512 0-282.857 229.143-512 512-512zM865.714 772c53.143-73.143 85.143-162.857 85.143-260 0-241.714-197.143-438.857-438.857-438.857s-438.857 197.143-438.857 438.857c0 97.143 32 186.857 85.143 260 20.571-102.286 70.286-186.857 174.857-186.857 46.286 45.143 109.143 73.143 178.857 73.143s132.571-28 178.857-73.143c104.571 0 154.286 84.571 174.857 186.857zM731.429 402.286c0-121.143-98.286-219.429-219.429-219.429s-219.429 98.286-219.429 219.429 98.286 219.429 219.429 219.429 219.429-98.286 219.429-219.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-circle-o" + ], + "defaultCode": 62142, + "grid": 14 + }, + { + "id": 644, + "paths": [ + "M686.286 448c80.571 23.429 191.429 102.857 191.429 362.857 0 117.714-87.429 213.143-194.857 213.143h-488c-107.429 0-194.857-95.429-194.857-213.143 0-260 110.857-339.429 191.429-362.857-28.571-45.143-45.143-98.286-45.143-155.429 0-161.143 131.429-292.571 292.571-292.571s292.571 131.429 292.571 292.571c0 57.143-16.571 110.286-45.143 155.429zM438.857 73.143c-121.143 0-219.429 98.286-219.429 219.429s98.286 219.429 219.429 219.429 219.429-98.286 219.429-219.429-98.286-219.429-219.429-219.429zM682.857 950.857c66.857 0 121.714-62.286 121.714-140 0-180-60.571-292.571-173.714-298.286-51.429 45.143-118.286 72.571-192 72.571s-140.571-27.429-192-72.571c-113.143 5.714-173.714 118.286-173.714 298.286 0 77.714 54.857 140 121.714 140h488z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-o" + ], + "defaultCode": 62144, + "grid": 14 + }, + { + "id": 645, + "paths": [ + "M585.143 718.857c0 49.143-32.571 85.714-73.143 85.714h-292.571c-40.571 0-73.143-36.571-73.143-85.714 0-89.143 22.286-188 112-188 28 26.286 65.714 42.857 107.429 42.857s79.429-16.571 107.429-42.857c89.714 0 112 98.857 112 188zM497.143 422.286c0 72-58.857 129.714-131.429 129.714s-131.429-57.714-131.429-129.714c0-71.429 58.857-129.714 131.429-129.714s131.429 58.286 131.429 129.714zM658.286 932.571v-786.286h-585.143v786.286c0 9.714 8.571 18.286 18.286 18.286h548.571c9.714 0 18.286-8.571 18.286-18.286zM731.429 91.429v841.143c0 50.286-41.143 91.429-91.429 91.429h-548.571c-50.286 0-91.429-41.143-91.429-91.429v-841.143c0-50.286 41.143-91.429 91.429-91.429h201.143v54.857c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286v-54.857h201.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 731.4285714285713, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "id-badge" + ], + "defaultCode": 62145, + "grid": 14 + }, + { + "id": 646, + "paths": [ + "M512 692.571c0-75.429-18.286-162.286-93.714-162.286-22.857 22.857-54.286 36.571-89.143 36.571s-66.286-13.714-89.143-36.571c-75.429 0-93.714 86.857-93.714 162.286 0 41.714 27.429 75.429 61.143 75.429h243.429c33.714 0 61.143-33.714 61.143-75.429zM438.857 438.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714 49.143 109.714 109.714 109.714 109.714-49.143 109.714-109.714zM1024 713.143v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286zM804.571 566.857v-36.571c0-10.286-8-18.286-18.286-18.286h-182.857c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h182.857c10.286 0 18.286-8 18.286-18.286zM1024 566.857v-36.571c0-10.286-8-18.286-18.286-18.286h-109.714c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h109.714c10.286 0 18.286-8 18.286-18.286zM1024 420.571v-36.571c0-10.286-8-18.286-18.286-18.286h-402.286c-10.286 0-18.286 8-18.286 18.286v36.571c0 10.286 8 18.286 18.286 18.286h402.286c10.286 0 18.286-8 18.286-18.286zM73.143 219.429h1024v-54.857c0-10.286-8-18.286-18.286-18.286h-987.429c-10.286 0-18.286 8-18.286 18.286v54.857zM1170.286 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-987.429c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h987.429c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "drivers-license", + "id-card" + ], + "defaultCode": 62146, + "grid": 14 + }, + { + "id": 647, + "paths": [ + "M512 692.571c0 41.714-27.429 75.429-61.143 75.429h-243.429c-33.714 0-61.143-33.714-61.143-75.429 0-75.429 18.286-162.286 93.714-162.286 22.857 22.857 54.286 36.571 89.143 36.571s66.286-13.714 89.143-36.571c75.429 0 93.714 86.857 93.714 162.286zM438.857 438.857c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714 49.143-109.714 109.714-109.714 109.714 49.143 109.714 109.714zM1024 676.571v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h402.286c10.286 0 18.286 8 18.286 18.286zM804.571 530.286v36.571c0 10.286-8 18.286-18.286 18.286h-182.857c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h182.857c10.286 0 18.286 8 18.286 18.286zM1024 530.286v36.571c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286zM1024 384v36.571c0 10.286-8 18.286-18.286 18.286h-402.286c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h402.286c10.286 0 18.286 8 18.286 18.286zM1097.143 859.429v-640h-1024v640c0 9.714 8.571 18.286 18.286 18.286h987.429c9.714 0 18.286-8.571 18.286-18.286zM1170.286 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-987.429c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h987.429c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "drivers-license-o", + "id-card-o" + ], + "defaultCode": 62147, + "grid": 14 + }, + { + "id": 648, + "paths": [ + "M717.143 449.714c0-238.286-74.286-360.571-248.571-360.571-171.429 0-245.714 122.286-245.714 360.571 0 237.143 74.286 358.286 245.714 358.286 27.429 0 52-2.857 74.857-9.714v0c-35.429-69.714-77.143-140-158.286-140-15.429 0-30.857 2.286-45.143 9.143l-28-55.429c33.714-29.143 88-52 157.714-52 109.143 0 164.571 52.571 209.143 119.429 25.714-57.143 38.286-134.286 38.286-229.714zM940 810.857h66.857c4 41.143-16.571 213.143-203.429 213.143-113.143 0-172.571-65.714-217.714-142.286v0c-37.143 10.286-77.143 15.429-117.143 15.429-228.571 0-452-182.286-452-447.429 0-267.429 224-449.714 452-449.714 232.571 0 453.714 181.143 453.714 449.714 0 149.714-69.714 271.429-170.857 349.714 32.571 49.143 66.286 81.714 113.143 81.714 51.429 0 72-39.429 75.429-70.286z" + ], + "width": 1027.4377142857143, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "quora" + ], + "defaultCode": 62148, + "grid": 14 + }, + { + "id": 649, + "paths": [ + "M258.857 935.429c0 16-14.286 30.857-30.286 30.857-2.286 0-5.143-1.143-7.429-1.714v0c-32-7.429-73.143-55.429-92.571-80-89.143-112.571-128.571-244-128.571-386.286 0-132.571 40-246.286 121.714-350.857 18.857-24.571 74.857-89.143 108-89.143 14.286 0 29.143 11.429 29.143 26.286 0 17.143-25.143 40.571-36 51.429-31.429 32.571-60.571 65.714-84 105.143-48.571 81.143-68 162.286-68 256.571 0 101.143 18.857 192.571 70.286 280.571 21.714 37.143 47.429 68 77.714 98.857 12 13.143 40 38.857 40 58.286zM1026.286 858.857c0 21.143-14.286 38.857-36.571 38.857h-617.714c-20 0-36.571-16.571-36.571-36.571 0-21.143 14.286-38.857 36.571-38.857h617.714c20 0 36.571 16.571 36.571 36.571zM903.429 509.714c0 48-10.857 92.571-38.286 133.143-18.857 28-57.143 64-87.429 79.429-4.571 2.857-10.286 5.714-15.429 5.714-4.571 0-13.143-5.143-13.143-10.286 0-16.571 69.714-56 69.714-132.571 0-25.143-6.286-53.143-20-74.286-4-5.714-18.286-24-26.286-24-1.714 0-1.714 1.143-1.714 2.857 0 13.714 8.571 26.857 8.571 41.143 0 18.286-22.286 27.429-37.714 27.429-26.857 0-37.714-18.857-37.714-43.429 0-16.571 1.714-33.714 1.714-50.286 0-12-0.571-15.429-5.714-26.286-8-15.429-34.286-46.857-53.143-46.857-5.143 0-6.857 0-6.857 5.143 0 8 18.286 16.571 18.286 45.714 0 76-104.571 89.714-104.571 165.714 0 34.286 4.571 62.857 24 91.429 12 17.714 25.143 28 45.143 36 5.143 1.714 10.286 2.286 10.286 8.571s-5.143 9.143-10.286 9.143c-2.857 0-16-5.143-18.857-6.286v0c-88-32-154.857-108.571-154.857-204.571 0-113.714 136.571-213.143 136.571-322.286 0-21.143-3.429-36-14.286-53.714-6.286-10.286-21.714-30.286-32-36.571-4.571-2.286-10.857-6.286-10.857-12 0-9.714 16.571-11.429 23.429-11.429 20.571 0 44 7.429 62.857 16.571 79.429 37.714 96 95.429 109.714 175.429 3.429 18.857 10.286 78.857 37.714 78.857 17.714 0 29.143-12 29.143-29.143 0-25.714-22.857-53.714-22.857-68 0-4 2.286-5.714 5.714-5.714 14.286 0 44 30.286 53.143 40 55.429 58.857 76 116 76 195.429zM1316.571 526.286c0 100.571-26.857 201.143-78.857 287.429-24 40-102.857 152-154.857 152-12 0-26.286-14.857-26.286-26.857 0-19.429 66.857-81.714 83.429-102.857 70.857-89.143 104.571-189.714 104.571-303.429 0-93.714-11.429-169.714-53.143-254.857-25.714-52.571-52.571-88-93.143-130.286-13.143-13.714-41.714-39.429-41.714-60 0-14.286 14.857-29.714 29.143-29.714 37.714 0 92 69.714 112 96.571 76.571 102.857 109.143 208.571 117.714 335.429 0.571 12 1.143 24.571 1.143 36.571z" + ], + "width": 1316.5714285714284, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "free-code-camp" + ], + "defaultCode": 62149, + "grid": 14 + }, + { + "id": 650, + "paths": [ + "M679.429 746.857l84-396c7.429-34.857-12.571-48.571-35.429-40l-493.714 190.286c-33.714 13.143-33.143 32-5.714 40.571l126.286 39.429 293.143-184.571c13.714-9.143 26.286-4 16 5.143l-237.143 214.286-9.143 130.286c13.143 0 18.857-5.714 25.714-12.571l61.714-59.429 128 94.286c23.429 13.143 40 6.286 46.286-21.714zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "telegram" + ], + "defaultCode": 62150, + "grid": 14 + }, + { + "id": 651, + "paths": [ + "M365.714 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714c0-45.714 28.571-87.429 73.143-103.429v-518.286h73.143v518.286c44.571 16 73.143 57.714 73.143 103.429zM438.857 768c0-60-28.571-112.571-73.143-146.286v-438.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714v438.857c-44.571 33.714-73.143 86.286-73.143 146.286 0 101.143 81.714 182.857 182.857 182.857s182.857-81.714 182.857-182.857zM512 768c0 141.143-114.857 256-256 256s-256-114.857-256-256c0-69.714 28-132.571 73.143-178.857v-406.286c0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857v406.286c45.143 46.286 73.143 109.143 73.143 178.857zM585.143 438.857v73.143h-109.714v-73.143h109.714zM585.143 292.571v73.143h-109.714v-73.143h109.714zM585.143 146.286v73.143h-109.714v-73.143h109.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thermometer", + "thermometer-4", + "thermometer-full" + ], + "defaultCode": 62151, + "grid": 14 + }, + { + "id": 652, + "paths": [ + "M365.714 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714c0-45.714 28.571-87.429 73.143-103.429v-372h73.143v372c44.571 16 73.143 57.714 73.143 103.429zM438.857 768c0-60-28.571-112.571-73.143-146.286v-438.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714v438.857c-44.571 33.714-73.143 86.286-73.143 146.286 0 101.143 81.714 182.857 182.857 182.857s182.857-81.714 182.857-182.857zM512 768c0 141.143-114.857 256-256 256s-256-114.857-256-256c0-69.714 28-132.571 73.143-178.857v-406.286c0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857v406.286c45.143 46.286 73.143 109.143 73.143 178.857zM585.143 438.857v73.143h-109.714v-73.143h109.714zM585.143 292.571v73.143h-109.714v-73.143h109.714zM585.143 146.286v73.143h-109.714v-73.143h109.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thermometer-3", + "thermometer-three-quarters" + ], + "defaultCode": 62152, + "grid": 14 + }, + { + "id": 653, + "paths": [ + "M365.714 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714c0-45.714 28.571-87.429 73.143-103.429v-225.714h73.143v225.714c44.571 16 73.143 57.714 73.143 103.429zM438.857 768c0-60-28.571-112.571-73.143-146.286v-438.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714v438.857c-44.571 33.714-73.143 86.286-73.143 146.286 0 101.143 81.714 182.857 182.857 182.857s182.857-81.714 182.857-182.857zM512 768c0 141.143-114.857 256-256 256s-256-114.857-256-256c0-69.714 28-132.571 73.143-178.857v-406.286c0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857v406.286c45.143 46.286 73.143 109.143 73.143 178.857zM585.143 438.857v73.143h-109.714v-73.143h109.714zM585.143 292.571v73.143h-109.714v-73.143h109.714zM585.143 146.286v73.143h-109.714v-73.143h109.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thermometer-2", + "thermometer-half" + ], + "defaultCode": 62153, + "grid": 14 + }, + { + "id": 654, + "paths": [ + "M365.714 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714c0-45.714 28.571-87.429 73.143-103.429v-79.429h73.143v79.429c44.571 16 73.143 57.714 73.143 103.429zM438.857 768c0-60-28.571-112.571-73.143-146.286v-438.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714v438.857c-44.571 33.714-73.143 86.286-73.143 146.286 0 101.143 81.714 182.857 182.857 182.857s182.857-81.714 182.857-182.857zM512 768c0 141.143-114.857 256-256 256s-256-114.857-256-256c0-69.714 28-132.571 73.143-178.857v-406.286c0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857v406.286c45.143 46.286 73.143 109.143 73.143 178.857zM585.143 438.857v73.143h-109.714v-73.143h109.714zM585.143 292.571v73.143h-109.714v-73.143h109.714zM585.143 146.286v73.143h-109.714v-73.143h109.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thermometer-1", + "thermometer-quarter" + ], + "defaultCode": 62154, + "grid": 14 + }, + { + "id": 655, + "paths": [ + "M365.714 768c0 60.571-49.143 109.714-109.714 109.714s-109.714-49.143-109.714-109.714c0-60 48.571-109.714 109.714-109.714s109.714 50.286 109.714 109.714zM438.857 768c0-60-28.571-112.571-73.143-146.286v-438.857c0-60.571-49.143-109.714-109.714-109.714s-109.714 49.143-109.714 109.714v438.857c-44.571 33.714-73.143 86.286-73.143 146.286 0 101.143 81.714 182.857 182.857 182.857s182.857-81.714 182.857-182.857zM512 768c0 141.143-114.857 256-256 256s-256-114.857-256-256c0-69.714 28-132.571 73.143-178.857v-406.286c0-101.143 81.714-182.857 182.857-182.857s182.857 81.714 182.857 182.857v406.286c45.143 46.286 73.143 109.143 73.143 178.857zM585.143 438.857v73.143h-109.714v-73.143h109.714zM585.143 292.571v73.143h-109.714v-73.143h109.714zM585.143 146.286v73.143h-109.714v-73.143h109.714z" + ], + "width": 585.1428571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "thermometer-0", + "thermometer-empty" + ], + "defaultCode": 62155, + "grid": 14 + }, + { + "id": 656, + "paths": [ + "M818.857 142.286c7.429 7.429 7.429 18.857 0 26.286l-357.714 357.714c-7.429 7.429-18.857 7.429-26.286 0l-46.857-46.857c-7.429-7.429-7.429-18.857 0-26.286l25.143-25.143c-55.429-69.714-62.286-165.143-20-241.143-26.286-25.143-61.714-40.571-100.571-40.571-80.571 0-146.286 65.714-146.286 146.286v731.429h-146.286v-731.429c0-161.143 131.429-292.571 292.571-292.571 82.286 0 156.571 34.286 209.714 89.143 72-29.143 155.429-18.286 218.286 31.429l25.143-25.143c7.429-7.429 18.857-7.429 26.286 0zM768 292.571c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM914.286 365.714c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571-16.571 36.571-36.571 36.571zM1060.571 292.571c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM694.857 365.714c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM804.571 402.286c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571zM987.429 365.714c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM621.714 438.857c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM768 512c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571-16.571 36.571-36.571 36.571zM914.286 438.857c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM694.857 585.143c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571 36.571 16.571 36.571 36.571-16.571 36.571-36.571 36.571zM841.143 512c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM621.714 585.143c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM768 585.143c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM694.857 658.286c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571zM621.714 731.429c20 0 36.571 16.571 36.571 36.571s-16.571 36.571-36.571 36.571-36.571-16.571-36.571-36.571 16.571-36.571 36.571-36.571z" + ], + "width": 1097.142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shower" + ], + "defaultCode": 62156, + "grid": 14 + }, + { + "id": 657, + "paths": [ + "M950.857 621.714v109.714c0 65.143-28.571 122.857-73.143 163.429v110.857c0 10.286-8 18.286-18.286 18.286h-36.571c-10.286 0-18.286-8-18.286-18.286v-67.429c-22.857 8-47.429 12.571-73.143 12.571h-438.857c-25.714 0-50.286-4.571-73.143-12.571v62.857c0 12.571-8 22.857-18.286 22.857h-36.571c-10.286 0-18.286-10.286-18.286-22.857v-106.286c-44.571-40.571-73.143-98.286-73.143-163.429v-109.714h877.714zM402.286 384c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM438.857 347.429c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM402.286 310.857c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM475.429 310.857c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM438.857 274.286c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM402.286 237.714c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM1024 530.286v36.571c0 10.286-8 18.286-18.286 18.286h-987.429c-10.286 0-18.286-8-18.286-18.286v-36.571c0-10.286 8-18.286 18.286-18.286h54.857v-365.714c0-80.571 65.714-146.286 146.286-146.286 41.143 0 78.286 17.143 105.143 44.571 35.429-14.286 77.714-9.143 109.143 15.429l12.571-12.571c3.429-3.429 9.143-3.429 12.571 0l24 24c3.429 3.429 3.429 9.143 0 12.571l-179.429 179.429c-3.429 3.429-9.143 3.429-12.571 0l-24-24c-3.429-3.429-3.429-9.143 0-12.571l12.571-12.571c-27.429-34.857-30.857-82.857-9.714-121.143-13.143-12.571-30.857-20-50.286-20-40.571 0-73.143 32.571-73.143 73.143v365.714h859.429c10.286 0 18.286 8 18.286 18.286zM512 274.286c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM475.429 237.714c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM438.857 201.143c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM548.571 237.714c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM512 201.143c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM475.429 164.571c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM585.143 201.143c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM548.571 164.571c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286zM621.714 164.571c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286 8-18.286 18.286-18.286 18.286 8 18.286 18.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bath", + "bathtub", + "s15" + ], + "defaultCode": 62157, + "grid": 14 + }, + { + "id": 658, + "paths": [ + "M568 681.143c0 37.714-4 75.429-9.714 112.571-8.571 59.429-17.143 120.571-31.429 178.857-10.286 41.714-49.143 51.429-86.857 51.429s-76.571-9.714-86.857-51.429c-14.286-58.286-22.857-119.429-31.429-178.857-5.714-37.143-9.714-74.857-9.714-112.571 0-77.143 62.286-96 128-96s128 18.857 128 96zM877.714 438.857c0 185.143-114.286 343.429-276.571 408-6.286 2.286-13.143-3.429-12-10.286 1.714-12 3.429-24.571 5.714-37.714 1.143-9.143 2.286-18.286 3.429-26.857 0.571-3.429 2.286-5.714 5.143-6.857 118.857-60.571 201.143-184 201.143-326.286 0-208.571-174.857-376.571-385.714-365.143-193.143 10.286-346.857 174.857-345.714 368 1.143 142.286 84 265.143 203.429 324.571 2.857 1.143 4.571 4 5.143 6.857 1.143 8 2.286 16.571 3.429 25.714 2.286 13.714 4 26.286 6.286 38.857 1.143 6.857-6.286 12.571-12.571 9.714-169.714-66.286-288-235.429-278.286-430.286 10.857-221.143 189.143-402.286 410.286-416 254.857-16 466.857 186.286 466.857 437.714zM568 420.571c0 70.857-57.143 128-128 128s-128-57.143-128-128 57.143-128 128-128 128 57.143 128 128zM732.571 438.857c0 94.286-45.143 178.857-114.286 232-5.714 4.571-13.714 0.571-14.857-6.857-1.714-16-6.286-34.857-16.571-52.571-2.286-3.429-1.714-8 1.714-11.429 43.429-40 70.857-97.143 70.857-161.143 0-129.143-112.571-232.571-244.571-218.286-101.143 11.429-183.429 94.857-193.143 196.571-7.429 72 21.143 138.286 69.714 182.857 3.429 3.429 4 8 1.714 11.429-10.286 17.714-14.857 36.571-16.571 53.143-1.143 6.857-9.143 10.857-14.857 6.286-70.857-54.857-116-141.143-114.286-238.286 3.429-152 126.857-278.857 278.286-285.714 168-8 306.857 125.714 306.857 292z" + ], + "width": 868.5714285714286, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "podcast" + ], + "defaultCode": 62158, + "grid": 14 + }, + { + "id": 659, + "paths": [ + "M146.286 804.571h731.429v-438.857h-731.429v438.857zM1024 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "window-maximize" + ], + "defaultCode": 62160, + "grid": 14 + }, + { + "id": 660, + "paths": [ + "M1024 749.714v109.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-109.714c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "window-minimize" + ], + "defaultCode": 62161, + "grid": 14 + }, + { + "id": 661, + "paths": [ + "M146.286 877.714h438.857v-292.571h-438.857v292.571zM731.429 585.143h292.571v-438.857h-438.857v146.286h54.857c50.286 0 91.429 41.143 91.429 91.429v201.143zM1170.286 91.429v548.571c0 50.286-41.143 91.429-91.429 91.429h-347.429v201.143c0 50.286-41.143 91.429-91.429 91.429h-548.571c-50.286 0-91.429-41.143-91.429-91.429v-548.571c0-50.286 41.143-91.429 91.429-91.429h347.429v-201.143c0-50.286 41.143-91.429 91.429-91.429h548.571c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1170.2857142857142, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "window-restore" + ], + "defaultCode": 62162, + "grid": 14 + }, + { + "id": 662, + "paths": [ + "M671.429 754.857l83.429-83.429c7.429-7.429 7.429-18.857 0-26.286l-133.143-133.143 133.143-133.143c7.429-7.429 7.429-18.857 0-26.286l-83.429-83.429c-7.429-7.429-18.857-7.429-26.286 0l-133.143 133.143-133.143-133.143c-7.429-7.429-18.857-7.429-26.286 0l-83.429 83.429c-7.429 7.429-7.429 18.857 0 26.286l133.143 133.143-133.143 133.143c-7.429 7.429-7.429 18.857 0 26.286l83.429 83.429c7.429 7.429 18.857 7.429 26.286 0l133.143-133.143 133.143 133.143c7.429 7.429 18.857 7.429 26.286 0zM1024 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "times-rectangle", + "window-close" + ], + "defaultCode": 62163, + "grid": 14 + }, + { + "id": 663, + "paths": [ + "M718.286 634.857l-83.429 83.429c-7.429 7.429-18.857 7.429-26.286 0l-96.571-96.571-96.571 96.571c-7.429 7.429-18.857 7.429-26.286 0l-83.429-83.429c-7.429-7.429-7.429-18.857 0-26.286l96.571-96.571-96.571-96.571c-7.429-7.429-7.429-18.857 0-26.286l83.429-83.429c7.429-7.429 18.857-7.429 26.286 0l96.571 96.571 96.571-96.571c7.429-7.429 18.857-7.429 26.286 0l83.429 83.429c7.429 7.429 7.429 18.857 0 26.286l-96.571 96.571 96.571 96.571c7.429 7.429 7.429 18.857 0 26.286zM146.286 804.571h731.429v-585.143h-731.429v585.143zM1024 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h841.143c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "times-rectangle-o", + "window-close-o" + ], + "defaultCode": 62164, + "grid": 14 + }, + { + "id": 664, + "paths": [ + "M611.429 673.143l174.857-322.286h-373.714l-174.857 322.286h373.714zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bandcamp" + ], + "defaultCode": 62165, + "grid": 14 + }, + { + "id": 665, + "paths": [ + "M737.714 272c-18.286-20.571-48 14.286-32 33.143 15.429 18.857 66.286 5.143 32-33.143zM511.429 412.571c-6.286 6.286-16 6.286-21.714 0-6.286-5.714-6.286-15.429 0-21.143 5.714-6.286 15.429-6.286 21.714 0 5.714 5.714 5.714 15.429 0 21.143zM605.714 454.857l-20 20c-9.143 9.714-24.571 9.714-34.286 0l-21.714-21.714c-9.143-9.714-9.143-24.571 0-34.286l20-20c9.143-9.143 24.571-9.143 34.286 0l21.714 22.286c9.143 9.143 9.143 24.571 0 33.714zM543.429 380.571c-5.714 5.714-15.429 5.714-21.714 0-5.714-6.286-5.714-16 0-21.714 6.286-6.286 16-6.286 21.714 0 6.286 5.714 6.286 15.429 0 21.714zM773.714 324.571c-25.714 48.571-93.143 68.571-134.286 39.429-41.143-29.714-69.714-89.143-24.571-140.571 44.571-51.429 84-35.429 123.429 1.714 24.571 23.429 60.571 51.429 35.429 99.429zM888.571 600c5.143-33.143-42.286-34.286-52.571-53.143-28-49.714-57.143-76-112.571-62.857 24-16.571 48.571-12.571 48.571-12.571 0.571-13.143 0-26.857-19.429-51.429 8-25.714 0.571-46.286 0.571-46.286 32-17.714 55.429-50.286 60-89.143 7.429-64-38.857-122.286-102.857-129.714-45.714-5.143-90.286 16-112 53.143-48 82.857 2.857 146.286 46.286 168-29.714-2.857-70.857-24.571-82.857-70.857-13.714-53.143 5.714-102.857 18.286-126.857 0 0-9.143-12-16.571-18.286 0 0-28.571 0-50.857 10.857 24.571-31.429 52-29.714 52-29.714 0-13.143-1.143-30.857-7.429-44.571-11.429-23.429-51.429-26.857-66.857 8.571 0.571-1.714 1.143-2.857 2.286-4-10.286 24.571-2.286 115.429 34.857 180-5.143 2.857-18.857 12.571-26.857 20.571-44.571 20-116 124.571-116 124.571-58.286 22.286-160 105.143-146.286 164.571v0c0.571 6.286 2.857 11.429 6.286 15.429-5.714 4.571-11.429 10.286-17.143 17.143-24.571 28.571-10.857 72.571 36.571 50.286 32.571-14.857 61.714-41.714 75.429-62.857 0 0-12-10.286-34.286-9.143 57.143-13.714 71.429-19.429 96-18.857 16.571 8 16.571-70.857 16.571-70.857 0-30.286-4.571-64-22.857-85.714 25.714 25.143 60 67.429 57.714 125.143-1.714 37.714-31.429 47.429-31.429 47.429-18.857 34.286-89.143 136-62.857 218.857 0 0-20-30.857-21.143-45.714-36 40-96.571 108-51.429 133.143 54.857 30.286 225.143-182.857 261.143-293.714 71.429-42.857 114.286-97.714 132-134.286 45.714 90.857 197.714 196 209.714 122.857zM1025.143 512c0 282.857-229.714 512-512.571 512s-512.571-229.143-512.571-512 229.714-512 512.571-512 512.571 229.143 512.571 512z" + ], + "width": 1025.1702857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "grav" + ], + "defaultCode": 62166, + "grid": 14 + }, + { + "id": 666, + "paths": [ + "M296 104.571v374.286c132.571 1.143 202.286-5.714 202.286-5.714 53.714-1.714 61.714-15.429 74.286-68l18.857-81.143h58.857l-8 184 4 182.286h-58.857l-16.571-72.571c-12-54.286-35.429-67.429-73.714-68 0 0-49.143-4.571-201.143-4.571v317.714c0 59.429 32.571 87.429 101.143 87.429h204c68.571 0 130.286-6.857 172.571-104.571l53.143-123.429h50.857c-4 24.571-31.429 251.429-35.429 301.714-188-6.857-268.571-6.857-268.571-6.857h-358.857l-214.857 6.857v-58.286l72.571-14.286c50.857-9.714 66.286-24.571 66.857-66.286 3.429-138.286 4.571-367.429 4.571-367.429s1.714-229.714-4.571-368.571c-1.714-47.429-16-58.857-66.857-68.571l-72.571-13.714v-58.286l214.857 6.857h401.143s79.429 0 213.714-15.429c-8 87.429-17.714 289.143-17.714 289.143h-53.143l-18.286-70.857c-22.286-88.571-52-136-106.857-136h-313.143c-23.429 0-24.571 8-24.571 22.286z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "etsy" + ], + "defaultCode": 62167, + "grid": 14 + }, + { + "id": 667, + "paths": [ + "M526.857 455.429v104c0 20.571 4 39.429-21.714 38.857v-176.571c25.143 0 21.714 13.143 21.714 33.714zM707.429 510.286v69.143c0 11.429 3.429 30.286-13.143 30.286-3.429 0-6.286-1.714-8-5.143-4.571-10.857-2.286-93.143-2.286-94.286 0-8-2.286-26.857 10.286-26.857 15.429 0 13.143 15.429 13.143 26.857zM102.857 645.143h69.714v-269.714h-69.714v269.714zM350.857 645.143h60.571v-269.714h-90.857l-16 126.286c-5.714-42.286-11.429-84.571-18.286-126.286h-90.286v269.714h61.143v-178.286l25.714 178.286h43.429l24.571-182.286v182.286zM593.714 470.857c0-17.143 0.571-35.429-2.857-51.429-9.143-47.429-66.286-44-103.429-44h-52v269.714c181.714 0 158.286 12.571 158.286-174.286zM774.857 583.429v-76c0-36.571-1.714-63.429-46.857-63.429-18.857 0-31.429 5.714-44 19.429v-88h-66.857v269.714h62.857l4-17.143c12 14.286 25.143 20.571 44 20.571 41.714 0 46.857-32 46.857-65.143zM877.714 164.571v694.857c0 50.286-41.143 91.429-91.429 91.429h-694.857c-50.286 0-91.429-41.143-91.429-91.429v-694.857c0-50.286 41.143-91.429 91.429-91.429h694.857c50.286 0 91.429 41.143 91.429 91.429z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "imdb" + ], + "defaultCode": 62168, + "grid": 14 + }, + { + "id": 668, + "paths": [ + "M653.143 990.286c-2.286-0.571-4-1.143-6.286-2.286 0 0-188-110.286-251.429-288.571-21.143-3.429-65.714-13.714-100-21.143v0c49.714 161.714 188 285.143 357.714 312zM286.857 644l96 16c-32.571-97.714-36.571-209.143-36.571-209.143-38.286 37.143-58.857 88-69.143 128v0c1.714 22.286 4.571 44 9.714 65.143zM349.714 296v0c-17.714 26.286-32 54.857-44 84.571 18.857-20 34.286-33.143 42.286-38.857-1.143-17.143 1.714-45.714 1.714-45.714zM1170.857 544c0-249.143-201.143-451.429-448-451.429-114.286 0-218.286 43.429-297.714 114.857-12 23.429-20 53.143-25.714 91.429 121.714-103.429 338.857-77.714 338.857-77.714 54.286 2.286 48 50.286 47.429 65.143-197.714-16.571-294.857 40-390.857 121.714 0 0 18.857 182.857 62.286 257.143 250.286 11.429 440.571-124.571 440.571-124.571 24-17.143 45.143-18.857 49.714 10.857 3.429 24 5.143 56.571-22.286 69.143-83.429 38.857-175.429 63.429-266.857 76.571-59.429 8.571-92.571 10.857-181.143 9.143 84.571 196.571 296 250.286 296 250.286 66.286 10.857 116.571 2.286 150.286-8.571v0c146.286-74.286 247.429-227.429 247.429-404zM1213.143 522.857c-4 38.857-10.286 84-22.857 121.143-51.429 152.571-122.857 252-285.714 342.857-14.857 10.286-30.857 20-46.857 25.143-29.143 10.286-60.571 12.571-93.143 9.143-13.714 1.143-27.429 1.714-41.714 1.714-217.714 0-401.714-148.571-457.143-351.429-1.714 0-3.429-0.571-5.143-0.571-13.143 102.857 62.857 241.714 62.857 241.714s4.571 6.857 30.857 46.857c-145.714-77.143-149.714-304.571-149.714-304.571-34.857-13.143-156-54.286-177.143-88 0 0 94.857 52 176.571 62.286-0.571-0.571 1.143-18.286 1.143-18.286 5.143-69.714 29.143-124 53.714-165.714 16-78.286 51.429-149.143 100.571-208.571 8.571-35.429 22.286-77.714 46.286-122.286 10.286-19.429 20-32 46.286-44 173.714-81.143 345.143-101.714 521.143-10.286v0c168.571 88 260 272 240 462.857z" + ], + "width": 1260.544, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ravelry" + ], + "defaultCode": 62169, + "grid": 14 + }, + { + "id": 669, + "paths": [ + "M766.286 448c20-30.857-3.429-109.143-73.143-155.429-69.143-46.286-157.714-42.857-178.286-12-20 30.286 22.857 10.857 101.143 40 129.143 48 130.286 158.286 150.286 127.429zM973.714 776c-161.714 397.714-890.286 297.143-874.857-218.857 1.714-65.714 20-109.714 38.857-172.571-120.571 493.714 552 781.143 828 391.429 10.286-14.286 13.143-13.143 8 0zM837.143 519.429c0 161.714-130.286 293.143-290.857 293.143s-290.857-131.429-290.857-293.143 130.286-293.143 290.857-293.143 290.857 131.429 290.857 293.143zM1001.143 354.857c-203.429-461.714-1043.429-291.429-950.286 336.571-193.143-629.143 602.857-917.714 897.143-469.714 24 36.571 51.429 100.571 53.143 133.143zM965.714 550.286c9.714-193.143-124-325.143-304.571-374.857-2.857 0-15.429-5.143 8-7.429 441.143 14.857 457.143 720-23.429 728 156.571-43.429 310.286-152 320-345.714z" + ], + "width": 983.9908571428571, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eercast" + ], + "defaultCode": 62170, + "grid": 14 + }, + { + "id": 670, + "paths": [ + "M109.714 731.429v73.143h-64c-5.143 0-9.143-4-9.143-9.143v-9.143h-27.429c-5.143 0-9.143-4-9.143-9.143v-18.286c0-5.143 4-9.143 9.143-9.143h27.429v-9.143c0-5.143 4-9.143 9.143-9.143h64zM109.714 585.143v73.143h-64c-5.143 0-9.143-4-9.143-9.143v-9.143h-27.429c-5.143 0-9.143-4-9.143-9.143v-18.286c0-5.143 4-9.143 9.143-9.143h27.429v-9.143c0-5.143 4-9.143 9.143-9.143h64zM109.714 438.857v73.143h-64c-5.143 0-9.143-4-9.143-9.143v-9.143h-27.429c-5.143 0-9.143-4-9.143-9.143v-18.286c0-5.143 4-9.143 9.143-9.143h27.429v-9.143c0-5.143 4-9.143 9.143-9.143h64zM109.714 292.571v73.143h-64c-5.143 0-9.143-4-9.143-9.143v-9.143h-27.429c-5.143 0-9.143-4-9.143-9.143v-18.286c0-5.143 4-9.143 9.143-9.143h27.429v-9.143c0-5.143 4-9.143 9.143-9.143h64zM109.714 146.286v73.143h-64c-5.143 0-9.143-4-9.143-9.143v-9.143h-27.429c-5.143 0-9.143-4-9.143-9.143v-18.286c0-5.143 4-9.143 9.143-9.143h27.429v-9.143c0-5.143 4-9.143 9.143-9.143h64zM731.429 54.857v841.143c0 30.286-24.571 54.857-54.857 54.857h-475.429c-30.286 0-54.857-24.571-54.857-54.857v-841.143c0-30.286 24.571-54.857 54.857-54.857h475.429c30.286 0 54.857 24.571 54.857 54.857zM877.714 758.857v18.286c0 5.143-4 9.143-9.143 9.143h-27.429v9.143c0 5.143-4 9.143-9.143 9.143h-64v-73.143h64c5.143 0 9.143 4 9.143 9.143v9.143h27.429c5.143 0 9.143 4 9.143 9.143zM877.714 612.571v18.286c0 5.143-4 9.143-9.143 9.143h-27.429v9.143c0 5.143-4 9.143-9.143 9.143h-64v-73.143h64c5.143 0 9.143 4 9.143 9.143v9.143h27.429c5.143 0 9.143 4 9.143 9.143zM877.714 466.286v18.286c0 5.143-4 9.143-9.143 9.143h-27.429v9.143c0 5.143-4 9.143-9.143 9.143h-64v-73.143h64c5.143 0 9.143 4 9.143 9.143v9.143h27.429c5.143 0 9.143 4 9.143 9.143zM877.714 320v18.286c0 5.143-4 9.143-9.143 9.143h-27.429v9.143c0 5.143-4 9.143-9.143 9.143h-64v-73.143h64c5.143 0 9.143 4 9.143 9.143v9.143h27.429c5.143 0 9.143 4 9.143 9.143zM877.714 173.714v18.286c0 5.143-4 9.143-9.143 9.143h-27.429v9.143c0 5.143-4 9.143-9.143 9.143h-64v-73.143h64c5.143 0 9.143 4 9.143 9.143v9.143h27.429c5.143 0 9.143 4 9.143 9.143z" + ], + "width": 877.7142857142857, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "microchip" + ], + "defaultCode": 62171, + "grid": 14 + }, + { + "id": 671, + "paths": [ + "M894.857 638.286l-95.429 18.857 106.286 61.143c17.143 9.714 23.429 32.571 13.143 49.714s-32.571 23.429-49.714 13.143l-106.286-60.571 31.429 91.429c16 45.714-53.714 69.143-69.143 24l-58.286-171.429-154.857-89.143v178.857l118.857 136c32 36-23.429 84.571-54.857 48l-64-73.143v122.286c0 20-16.571 36.571-36.571 36.571s-36.571-16.571-36.571-36.571v-122.286l-64 73.143c-31.429 36.571-86.857-12-54.857-48l118.857-136v-178.857l-154.857 89.143-58.286 171.429c-15.429 45.143-85.143 21.714-69.143-24l31.429-91.429-106.286 60.571c-17.143 10.286-39.429 4-49.714-13.143s-4-40 13.143-49.714l106.286-61.143-95.429-18.857c-47.429-9.714-33.143-81.143 14.286-72l177.143 35.429 154.857-89.714-154.857-89.714-177.143 35.429c-2.286 0.571-5.143 0.571-7.429 0.571-43.429 0-49.714-64-6.857-72.571l95.429-18.857-106.286-61.143c-17.143-9.714-23.429-32.571-13.143-49.714 10.286-17.714 32.571-23.429 49.714-13.143l106.286 60.571-31.429-91.429c-16-45.714 53.714-69.143 69.143-24l58.286 171.429 154.857 89.143v-178.857l-118.857-136c-32-36 23.429-84.571 54.857-48l64 73.143v-122.286c0-20 16.571-36.571 36.571-36.571s36.571 16.571 36.571 36.571v122.286l64-73.143c31.429-36.571 86.857 12 54.857 48l-118.857 136v178.857l154.857-89.143 58.286-171.429c15.429-45.143 85.143-21.714 69.143 24l-31.429 91.429 106.286-60.571c17.143-10.286 39.429-4 49.714 13.143s4 40-13.143 49.714l-106.286 61.143 95.429 18.857c42.857 8.571 36.571 72.571-6.857 72.571-2.286 0-5.143 0-7.429-0.571l-177.143-35.429-154.857 89.714 154.857 89.714 177.143-35.429c47.429-9.143 61.714 62.286 14.286 72z" + ], + "width": 950.8571428571428, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "snowflake-o" + ], + "defaultCode": 62172, + "grid": 14 + }, + { + "id": 672, + "paths": [ + "M841.714 530.857c10.286-182.857-129.714-334.286-310.857-345.143-180-10.857-339.429 126.286-349.714 307.429-10.286 182.857 129.714 334.286 311.429 345.143 180 10.857 339.429-125.714 349.143-307.429zM1024 0l-199.429 198.857c90.857 88.571 140 212 132 338.857-12.571 212.571-176 382.286-385.714 410.857l-570.857 75.429 198.286-198.286c-90.857-88.571-139.429-212-132-338.857 13.143-213.143 176-382.857 386.286-411.429 190.286-25.143 381.143-50.286 571.429-75.429z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "superpowers" + ], + "defaultCode": 62173, + "grid": 14 + }, + { + "id": 673, + "paths": [ + "M541.714 587.429l93.143 188h-29.143l-100-200-97.714 200h-28l102.286-213.714-44.571-18.857 12-28 137.143 58.286-12 28.571zM321.714 249.143l173.714 74.286-74.286 173.714-173.714-74.286zM518.286 354.857l137.143 58.857-58.857 136.571-136.571-58.286zM678.857 440.571l109.143 46.286-46.857 108.571-108.571-46.286zM960 512c0-246.857-201.143-448-448-448s-448 201.143-448 448 201.143 448 448 448 448-201.143 448-448zM1024 512c0 282.286-229.714 512-512 512s-512-229.714-512-512 229.714-512 512-512 512 229.714 512 512z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wpexplorer" + ], + "defaultCode": 62174, + "grid": 14 + }, + { + "id": 674, + "paths": [ + "M762.286 705.143c-6.286-41.143-81.714-9.143-86.286-54.286-6.286-64 87.429-202.286 80-256-6.857-48-38.857-58.286-66.857-58.857-26.857-0.571-33.714 4-42.857 9.143-5.714 3.429-13.143 9.714-23.429-0.571-12.571-12-22.286-23.429-38.857-25.714-24.571-4-35.429 4-53.143 19.429-6.857 5.714-24 25.714-40 18.286-6.857-3.429-30.857-15.429-48-22.857-32.571-14.286-80 9.143-97.143 40-25.714 45.714-76 226.286-83.429 250.286-17.143 53.143 21.714 97.143 73.714 94.286 22.286-1.143 36.571-9.143 50.857-34.857 8-14.857 83.429-215.429 89.143-225.143 4-6.857 17.714-16 29.143-10.286 11.429 6.286 13.714 18.857 12 30.286-2.286 19.429-56 141.714-57.714 155.429-6.857 45.714 53.714 53.143 77.143 8 7.429-14.286 91.429-185.143 98.857-196.571 8.571-12.571 14.857-16.571 23.429-16 6.286 0 16.571 1.714 14.286 21.714-2.857 18.857-70.286 144.571-77.714 175.429-9.143 41.143 13.143 82.857 49.714 101.143 22.857 11.429 125.143 31.429 117.143-22.286zM218.857 828.571c2.286 11.429-4.571 22.286-16 24.571-10.857 2.286-21.714-4.571-24-16-2.286-10.857 4.571-22.286 15.429-24.571s22.286 4.571 24.571 16zM544.571 978.857c9.143 13.143 5.714 30.857-6.857 40-13.143 9.143-30.857 5.714-40-7.429-8.571-13.143-5.143-30.857 7.429-40 13.143-9.143 30.857-5.714 39.429 7.429zM101.143 514.857c-13.714 20.571-41.143 25.714-61.143 11.429-20-13.714-25.143-41.714-11.429-61.714 13.714-20.571 41.143-25.714 61.143-12 20 14.286 25.143 41.714 11.429 62.286zM838.286 901.714c14.286 21.143 9.143 50.286-12 65.143-21.143 14.286-49.714 9.143-64-12s-9.143-50.286 11.429-65.143c21.143-14.857 49.714-9.143 64.571 12zM902.286 556.571c52.571 86.286 30.286 200-52.571 258.286-34.857 24.571-74.286 35.429-113.714 34.286-24 94.286-138.857 129.143-210.286 65.143-2.286 1.714-5.143 3.429-7.429 5.714-78.286 54.286-184.571 34.857-238.857-44.571-19.429-28.571-29.143-61.143-30.286-93.714-130.857-21.714-180-188-82.286-279.429-56.571-93.714 1.143-214.857 106.857-229.714 50.286-132.571 215.429-195.429 327.429-108.571 134.857-44.571 272.571 58.857 261.714 202.286 82.286 25.143 105.714 133.714 39.429 190.286zM260 179.429c10.286 15.429 6.857 36.571-8.571 47.429-14.857 10.286-36 6.857-46.286-8.571s-6.857-36.571 8.571-47.429c14.857-10.286 36-6.857 46.286 8.571zM350.857 18.857c2.857 12.571-5.143 25.143-17.714 28s-25.143-5.143-28-18.286c-2.286-12.571 5.714-25.143 18.286-28s25.143 5.143 27.429 18.286zM1028.571 560.571c3.429 15.429-6.286 30.286-21.143 33.143-14.857 3.429-29.714-6.286-32.571-21.143-3.429-15.429 6.286-30.286 21.143-33.714 14.857-2.857 29.714 6.857 32.571 21.714zM649.143 50.286c12 20.571 5.714 48-15.429 60.571-20.571 12.571-47.429 5.714-59.429-14.857-12.571-21.143-5.714-48.571 14.857-61.143s47.429-5.714 60 15.429zM1075.429 425.143c2.857 11.429-4.571 22.286-15.429 25.143-11.429 2.286-22.286-5.143-24.571-16-2.286-11.429 4.571-22.857 16-25.143 10.857-2.286 21.714 4.571 24 16zM966.286 287.429c11.429 17.143 7.429 40.571-9.143 52.571-17.143 11.429-40.571 7.429-52-9.714s-7.429-40.571 9.714-52.571c16.571-12 40-7.429 51.429 9.714z" + ], + "width": 1093.12, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "meetup" + ], + "defaultCode": 62176, + "grid": 14 + } + ] + }, + { + "selection": [ + { + "ligatures": "home, house", + "name": "home", + "id": 0, + "order": 0 + }, + { + "ligatures": "home2, house2", + "name": "home2", + "id": 1, + "order": 0 + }, + { + "ligatures": "home3, house3", + "name": "home3", + "id": 2, + "order": 0 + }, + { + "ligatures": "office, buildings", + "name": "office", + "id": 3, + "order": 0 + }, + { + "ligatures": "newspaper, news", + "name": "newspaper", + "id": 4, + "order": 0 + }, + { + "ligatures": "pencil, write", + "name": "pencil", + "id": 5, + "order": 0 + }, + { + "ligatures": "pencil2, write2", + "name": "pencil2", + "id": 6, + "order": 0 + }, + { + "ligatures": "quill, feather", + "name": "quill", + "id": 7, + "order": 0 + }, + { + "ligatures": "pen, write3", + "name": "pen", + "id": 8, + "order": 0 + }, + { + "ligatures": "blog, pen2", + "name": "blog", + "id": 9, + "order": 0 + }, + { + "ligatures": "eyedropper, color", + "name": "eyedropper", + "id": 10, + "order": 0 + }, + { + "ligatures": "droplet, color2", + "name": "droplet", + "id": 11, + "order": 0 + }, + { + "ligatures": "paint-format, format", + "name": "paint-format", + "id": 12, + "order": 0 + }, + { + "ligatures": "image, picture", + "name": "image", + "id": 13, + "order": 0 + }, + { + "ligatures": "images, pictures", + "name": "images", + "id": 14, + "order": 0 + }, + { + "ligatures": "camera, photo", + "name": "camera", + "id": 15, + "order": 0 + }, + { + "ligatures": "headphones, headset", + "name": "headphones", + "id": 16, + "order": 0 + }, + { + "ligatures": "music, song", + "name": "music", + "id": 17, + "order": 0 + }, + { + "ligatures": "play, video", + "name": "play", + "id": 18, + "order": 0 + }, + { + "ligatures": "film, video2", + "name": "film", + "id": 19, + "order": 0 + }, + { + "ligatures": "video-camera, video3", + "name": "video-camera", + "id": 20, + "order": 0 + }, + { + "ligatures": "dice, game", + "name": "dice", + "id": 21, + "order": 0 + }, + { + "ligatures": "pacman, game2", + "name": "pacman", + "id": 22, + "order": 0 + }, + { + "ligatures": "spades, cards", + "name": "spades", + "id": 23, + "order": 0 + }, + { + "ligatures": "clubs, cards2", + "name": "clubs", + "id": 24, + "order": 0 + }, + { + "ligatures": "diamonds, cards3", + "name": "diamonds", + "id": 25, + "order": 0 + }, + { + "ligatures": "bullhorn, megaphone", + "name": "bullhorn", + "id": 26, + "order": 0 + }, + { + "ligatures": "connection, wifi", + "name": "connection", + "id": 27, + "order": 0 + }, + { + "ligatures": "podcast, broadcast", + "name": "podcast", + "id": 28, + "order": 0 + }, + { + "ligatures": "feed, wave", + "name": "feed", + "id": 29, + "order": 0 + }, + { + "ligatures": "mic, microphone", + "name": "mic", + "id": 30, + "order": 0 + }, + { + "ligatures": "book, read", + "name": "book", + "id": 31, + "order": 0 + }, + { + "ligatures": "books, library", + "name": "books", + "id": 32, + "order": 0 + }, + { + "ligatures": "library2, bank", + "name": "library", + "id": 33, + "order": 0 + }, + { + "ligatures": "file-text, file", + "name": "file-text", + "id": 34, + "order": 0 + }, + { + "ligatures": "profile, file2", + "name": "profile", + "id": 35, + "order": 0 + }, + { + "ligatures": "file-empty, file3", + "name": "file-empty", + "id": 36, + "order": 0 + }, + { + "ligatures": "files-empty, files", + "name": "files-empty", + "id": 37, + "order": 0 + }, + { + "ligatures": "file-text2, file4", + "name": "file-text2", + "id": 38, + "order": 0 + }, + { + "ligatures": "file-picture, file5", + "name": "file-picture", + "id": 39, + "order": 0 + }, + { + "ligatures": "file-music, file6", + "name": "file-music", + "id": 40, + "order": 0 + }, + { + "ligatures": "file-play, file7", + "name": "file-play", + "id": 41, + "order": 0 + }, + { + "ligatures": "file-video, file8", + "name": "file-video", + "id": 42, + "order": 0 + }, + { + "ligatures": "file-zip, file9", + "name": "file-zip", + "id": 43, + "order": 0 + }, + { + "ligatures": "copy, duplicate", + "name": "copy", + "id": 44, + "order": 0 + }, + { + "ligatures": "paste, clipboard-file", + "name": "paste", + "id": 45, + "order": 0 + }, + { + "ligatures": "stack, layers", + "name": "stack", + "id": 46, + "order": 0 + }, + { + "ligatures": "folder, directory", + "name": "folder", + "id": 47, + "order": 0 + }, + { + "ligatures": "folder-open, directory2", + "name": "folder-open", + "id": 48, + "order": 0 + }, + { + "ligatures": "folder-plus, directory3", + "name": "folder-plus", + "id": 49, + "order": 0 + }, + { + "ligatures": "folder-minus, directory4", + "name": "folder-minus", + "id": 50, + "order": 0 + }, + { + "ligatures": "folder-download, directory5", + "name": "folder-download", + "id": 51, + "order": 0 + }, + { + "ligatures": "folder-upload, directory6", + "name": "folder-upload", + "id": 52, + "order": 0 + }, + { + "ligatures": "price-tag", + "name": "price-tag", + "id": 53, + "order": 0 + }, + { + "ligatures": "price-tags", + "name": "price-tags", + "id": 54, + "order": 0 + }, + { + "ligatures": "barcode", + "name": "barcode", + "id": 55, + "order": 0 + }, + { + "ligatures": "qrcode", + "name": "qrcode", + "id": 56, + "order": 0 + }, + { + "ligatures": "ticket, theater", + "name": "ticket", + "id": 57, + "order": 0 + }, + { + "ligatures": "cart, purchase", + "name": "cart", + "id": 58, + "order": 0 + }, + { + "ligatures": "coin-dollar, money", + "name": "coin-dollar", + "id": 59, + "order": 0 + }, + { + "ligatures": "coin-euro, money2", + "name": "coin-euro", + "id": 60, + "order": 0 + }, + { + "ligatures": "coin-pound, money3", + "name": "coin-pound", + "id": 61, + "order": 0 + }, + { + "ligatures": "coin-yen, money4", + "name": "coin-yen", + "id": 62, + "order": 0 + }, + { + "ligatures": "credit-card, money5", + "name": "credit-card", + "id": 63, + "order": 0 + }, + { + "ligatures": "calculator, compute", + "name": "calculator", + "id": 64, + "order": 0 + }, + { + "ligatures": "lifebuoy, support", + "name": "lifebuoy", + "id": 65, + "order": 0 + }, + { + "ligatures": "phone, telephone", + "name": "phone", + "id": 66, + "order": 0 + }, + { + "ligatures": "phone-hang-up, telephone2", + "name": "phone-hang-up", + "id": 67, + "order": 0 + }, + { + "ligatures": "address-book, contact", + "name": "address-book", + "id": 68, + "order": 0 + }, + { + "ligatures": "envelop, mail", + "name": "envelop", + "id": 69, + "order": 0 + }, + { + "ligatures": "pushpin, pin", + "name": "pushpin", + "id": 70, + "order": 0 + }, + { + "ligatures": "location, map-marker", + "name": "location", + "id": 71, + "order": 0 + }, + { + "ligatures": "location2, map-marker2", + "name": "location2", + "id": 72, + "order": 0 + }, + { + "ligatures": "compass, direction", + "name": "compass", + "id": 73, + "order": 0 + }, + { + "ligatures": "compass2, direction2", + "name": "compass2", + "id": 74, + "order": 0 + }, + { + "ligatures": "map, guide", + "name": "map", + "id": 75, + "order": 0 + }, + { + "ligatures": "map2, guide2", + "name": "map2", + "id": 76, + "order": 0 + }, + { + "ligatures": "history, time", + "name": "history", + "id": 77, + "order": 0 + }, + { + "ligatures": "clock, time2", + "name": "clock", + "id": 78, + "order": 0 + }, + { + "ligatures": "clock2, time3", + "name": "clock2", + "id": 79, + "order": 0 + }, + { + "ligatures": "alarm, time4", + "name": "alarm", + "id": 80, + "order": 0 + }, + { + "ligatures": "bell, alarm2", + "name": "bell", + "id": 81, + "order": 0 + }, + { + "ligatures": "stopwatch, time5", + "name": "stopwatch", + "id": 82, + "order": 0 + }, + { + "ligatures": "calendar, date", + "name": "calendar", + "id": 83, + "order": 0 + }, + { + "ligatures": "printer, print", + "name": "printer", + "id": 84, + "order": 0 + }, + { + "ligatures": "keyboard, typing", + "name": "keyboard", + "id": 85, + "order": 0 + }, + { + "ligatures": "display, screen", + "name": "display", + "id": 86, + "order": 0 + }, + { + "ligatures": "laptop, computer", + "name": "laptop", + "id": 87, + "order": 0 + }, + { + "ligatures": "mobile, cell-phone", + "name": "mobile", + "id": 88, + "order": 0 + }, + { + "ligatures": "mobile2, cell-phone2", + "name": "mobile2", + "id": 89, + "order": 0 + }, + { + "ligatures": "tablet, mobile3", + "name": "tablet", + "id": 90, + "order": 0 + }, + { + "ligatures": "tv, television", + "name": "tv", + "id": 91, + "order": 0 + }, + { + "ligatures": "drawer, box", + "name": "drawer", + "id": 92, + "order": 0 + }, + { + "ligatures": "drawer2, box2", + "name": "drawer2", + "id": 93, + "order": 0 + }, + { + "ligatures": "box-add, box3", + "name": "box-add", + "id": 94, + "order": 0 + }, + { + "ligatures": "box-remove, box4", + "name": "box-remove", + "id": 95, + "order": 0 + }, + { + "ligatures": "download, save", + "name": "download", + "id": 96, + "order": 0 + }, + { + "ligatures": "upload, load", + "name": "upload", + "id": 97, + "order": 0 + }, + { + "ligatures": "floppy-disk, save2", + "name": "floppy-disk", + "id": 98, + "order": 0 + }, + { + "ligatures": "drive, save3", + "name": "drive", + "id": 99, + "order": 0 + }, + { + "ligatures": "database, db", + "name": "database", + "id": 100, + "order": 0 + }, + { + "ligatures": "undo, ccw", + "name": "undo", + "id": 101, + "order": 0 + }, + { + "ligatures": "redo, cw", + "name": "redo", + "id": 102, + "order": 0 + }, + { + "ligatures": "undo2, left", + "name": "undo2", + "id": 103, + "order": 0 + }, + { + "ligatures": "redo2, right", + "name": "redo2", + "id": 104, + "order": 0 + }, + { + "ligatures": "forward, right2", + "name": "forward", + "id": 105, + "order": 0 + }, + { + "ligatures": "reply, left2", + "name": "reply", + "id": 106, + "order": 0 + }, + { + "ligatures": "bubble, comment", + "name": "bubble", + "id": 107, + "order": 0 + }, + { + "ligatures": "bubbles, comments", + "name": "bubbles", + "id": 108, + "order": 0 + }, + { + "ligatures": "bubbles2, comments2", + "name": "bubbles2", + "id": 109, + "order": 0 + }, + { + "ligatures": "bubble2, comment2", + "name": "bubble2", + "id": 110, + "order": 0 + }, + { + "ligatures": "bubbles3, comments3", + "name": "bubbles3", + "id": 111, + "order": 0 + }, + { + "ligatures": "bubbles4, comments4", + "name": "bubbles4", + "id": 112, + "order": 0 + }, + { + "ligatures": "user, profile2", + "name": "user", + "id": 113, + "order": 0 + }, + { + "ligatures": "users, group", + "name": "users", + "id": 114, + "order": 0 + }, + { + "ligatures": "user-plus, user2", + "name": "user-plus", + "id": 115, + "order": 0 + }, + { + "ligatures": "user-minus, user3", + "name": "user-minus", + "id": 116, + "order": 0 + }, + { + "ligatures": "user-check, user4", + "name": "user-check", + "id": 117, + "order": 0 + }, + { + "ligatures": "user-tie, user5", + "name": "user-tie", + "id": 118, + "order": 0 + }, + { + "ligatures": "quotes-left, ldquo", + "name": "quotes-left", + "id": 119, + "order": 0 + }, + { + "ligatures": "quotes-right, rdquo", + "name": "quotes-right", + "id": 120, + "order": 0 + }, + { + "ligatures": "hour-glass, loading", + "name": "hour-glass", + "id": 121, + "order": 0 + }, + { + "ligatures": "spinner, loading2", + "name": "spinner", + "id": 122, + "order": 0 + }, + { + "ligatures": "spinner2, loading3", + "name": "spinner2", + "id": 123, + "order": 0 + }, + { + "ligatures": "spinner3, loading4", + "name": "spinner3", + "id": 124, + "order": 0 + }, + { + "ligatures": "spinner4, loading5", + "name": "spinner4", + "id": 125, + "order": 0 + }, + { + "ligatures": "spinner5, loading6", + "name": "spinner5", + "id": 126, + "order": 0 + }, + { + "ligatures": "spinner6, loading7", + "name": "spinner6", + "id": 127, + "order": 0 + }, + { + "ligatures": "spinner7, loading8", + "name": "spinner7", + "id": 128, + "order": 0 + }, + { + "ligatures": "spinner8, loading9", + "name": "spinner8", + "id": 129, + "order": 0 + }, + { + "ligatures": "spinner9, loading10", + "name": "spinner9", + "id": 130, + "order": 0 + }, + { + "ligatures": "spinner10, loading11", + "name": "spinner10", + "id": 131, + "order": 0 + }, + { + "ligatures": "spinner11, loading12", + "name": "spinner11", + "id": 132, + "order": 0 + }, + { + "ligatures": "binoculars, lookup", + "name": "binoculars", + "id": 133, + "order": 0 + }, + { + "ligatures": "search, magnifier", + "name": "search", + "id": 134, + "order": 0 + }, + { + "ligatures": "zoom-in, magnifier2", + "name": "zoom-in", + "id": 135, + "order": 0 + }, + { + "ligatures": "zoom-out, magnifier3", + "name": "zoom-out", + "id": 136, + "order": 0 + }, + { + "ligatures": "enlarge, expand", + "name": "enlarge", + "id": 137, + "order": 0 + }, + { + "ligatures": "shrink, collapse", + "name": "shrink", + "id": 138, + "order": 0 + }, + { + "ligatures": "enlarge2, expand2", + "name": "enlarge2", + "id": 139, + "order": 0 + }, + { + "ligatures": "shrink2, collapse2", + "name": "shrink2", + "id": 140, + "order": 0 + }, + { + "ligatures": "key, password", + "name": "key", + "id": 141, + "order": 0 + }, + { + "ligatures": "key2, password2", + "name": "key2", + "id": 142, + "order": 0 + }, + { + "ligatures": "lock, secure", + "name": "lock", + "id": 143, + "order": 0 + }, + { + "ligatures": "unlocked, lock-open", + "name": "unlocked", + "id": 144, + "order": 0 + }, + { + "ligatures": "wrench, tool", + "name": "wrench", + "id": 145, + "order": 0 + }, + { + "ligatures": "equalizer, sliders", + "name": "equalizer", + "id": 146, + "order": 0 + }, + { + "ligatures": "equalizer2, sliders2", + "name": "equalizer2", + "id": 147, + "order": 0 + }, + { + "ligatures": "cog, gear", + "name": "cog", + "id": 148, + "order": 0 + }, + { + "ligatures": "cogs, gears", + "name": "cogs", + "id": 149, + "order": 0 + }, + { + "ligatures": "hammer, tool2", + "name": "hammer", + "id": 150, + "order": 0 + }, + { + "ligatures": "magic-wand, wizard", + "name": "magic-wand", + "id": 151, + "order": 0 + }, + { + "ligatures": "aid-kit, health", + "name": "aid-kit", + "id": 152, + "order": 0 + }, + { + "ligatures": "bug, virus", + "name": "bug", + "id": 153, + "order": 0 + }, + { + "ligatures": "pie-chart, stats", + "name": "pie-chart", + "id": 154, + "order": 0 + }, + { + "ligatures": "stats-dots, stats2", + "name": "stats-dots", + "id": 155, + "order": 0 + }, + { + "ligatures": "stats-bars, stats3", + "name": "stats-bars", + "id": 156, + "order": 0 + }, + { + "ligatures": "stats-bars2, stats4", + "name": "stats-bars2", + "id": 157, + "order": 0 + }, + { + "ligatures": "trophy, cup", + "name": "trophy", + "id": 158, + "order": 0 + }, + { + "ligatures": "gift, present", + "name": "gift", + "id": 159, + "order": 0 + }, + { + "ligatures": "glass, drink", + "name": "glass", + "id": 160, + "order": 0 + }, + { + "ligatures": "glass2, drink2", + "name": "glass2", + "id": 161, + "order": 0 + }, + { + "ligatures": "mug, drink3", + "name": "mug", + "id": 162, + "order": 0 + }, + { + "ligatures": "spoon-knife, food", + "name": "spoon-knife", + "id": 163, + "order": 0 + }, + { + "ligatures": "leaf, nature", + "name": "leaf", + "id": 164, + "order": 0 + }, + { + "ligatures": "rocket, jet", + "name": "rocket", + "id": 165, + "order": 0 + }, + { + "ligatures": "meter, gauge", + "name": "meter", + "id": 166, + "order": 0 + }, + { + "ligatures": "meter2, gauge2", + "name": "meter2", + "id": 167, + "order": 0 + }, + { + "ligatures": "hammer2, gavel", + "name": "hammer2", + "id": 168, + "order": 0 + }, + { + "ligatures": "fire, flame", + "name": "fire", + "id": 169, + "order": 0 + }, + { + "ligatures": "lab, beta", + "name": "lab", + "id": 170, + "order": 0 + }, + { + "ligatures": "magnet, attract", + "name": "magnet", + "id": 171, + "order": 0 + }, + { + "ligatures": "bin, trashcan", + "name": "bin", + "id": 172, + "order": 0 + }, + { + "ligatures": "bin2, trashcan2", + "name": "bin2", + "id": 173, + "order": 0 + }, + { + "ligatures": "briefcase, portfolio", + "name": "briefcase", + "id": 174, + "order": 0 + }, + { + "ligatures": "airplane, travel", + "name": "airplane", + "id": 175, + "order": 0 + }, + { + "ligatures": "truck, transit", + "name": "truck", + "id": 176, + "order": 0 + }, + { + "ligatures": "road, asphalt", + "name": "road", + "id": 177, + "order": 0 + }, + { + "ligatures": "accessibility", + "name": "accessibility", + "id": 178, + "order": 0 + }, + { + "ligatures": "target, goal", + "name": "target", + "id": 179, + "order": 0 + }, + { + "ligatures": "shield, security", + "name": "shield", + "id": 180, + "order": 0 + }, + { + "ligatures": "power, lightning", + "name": "power", + "id": 181, + "order": 0 + }, + { + "ligatures": "switch", + "name": "switch", + "id": 182, + "order": 0 + }, + { + "ligatures": "power-cord, plugin", + "name": "power-cord", + "id": 183, + "order": 0 + }, + { + "ligatures": "clipboard, board", + "name": "clipboard", + "id": 184, + "order": 0 + }, + { + "ligatures": "list-numbered, options", + "name": "list-numbered", + "id": 185, + "order": 0 + }, + { + "ligatures": "list, todo", + "name": "list", + "id": 186, + "order": 0 + }, + { + "ligatures": "list2, todo2", + "name": "list2", + "id": 187, + "order": 0 + }, + { + "ligatures": "tree, branches", + "name": "tree", + "id": 188, + "order": 0 + }, + { + "ligatures": "menu, list3", + "name": "menu", + "id": 189, + "order": 0 + }, + { + "ligatures": "menu2, options2", + "name": "menu2", + "id": 190, + "order": 0 + }, + { + "ligatures": "menu3, options3", + "name": "menu3", + "id": 191, + "order": 0 + }, + { + "ligatures": "menu4, options4", + "name": "menu4", + "id": 192, + "order": 0 + }, + { + "ligatures": "cloud, weather", + "name": "cloud", + "id": 193, + "order": 0 + }, + { + "ligatures": "cloud-download, cloud2", + "name": "cloud-download", + "id": 194, + "order": 0 + }, + { + "ligatures": "cloud-upload, cloud3", + "name": "cloud-upload", + "id": 195, + "order": 0 + }, + { + "ligatures": "cloud-check, cloud4", + "name": "cloud-check", + "id": 196, + "order": 0 + }, + { + "ligatures": "download2, save4", + "name": "download2", + "id": 197, + "order": 0 + }, + { + "ligatures": "upload2, load2", + "name": "upload2", + "id": 198, + "order": 0 + }, + { + "ligatures": "download3, save5", + "name": "download3", + "id": 199, + "order": 0 + }, + { + "ligatures": "upload3, load3", + "name": "upload3", + "id": 200, + "order": 0 + }, + { + "ligatures": "sphere, globe", + "name": "sphere", + "id": 201, + "order": 0 + }, + { + "ligatures": "earth, globe2", + "name": "earth", + "id": 202, + "order": 0 + }, + { + "ligatures": "link, chain", + "name": "link", + "id": 203, + "order": 0 + }, + { + "ligatures": "flag, report", + "name": "flag", + "id": 204, + "order": 0 + }, + { + "ligatures": "attachment, paperclip", + "name": "attachment", + "id": 205, + "order": 0 + }, + { + "ligatures": "eye, views", + "name": "eye", + "id": 206, + "order": 0 + }, + { + "ligatures": "eye-plus, views2", + "name": "eye-plus", + "id": 207, + "order": 0 + }, + { + "ligatures": "eye-minus, views3", + "name": "eye-minus", + "id": 208, + "order": 0 + }, + { + "ligatures": "eye-blocked, views4", + "name": "eye-blocked", + "id": 209, + "order": 0 + }, + { + "ligatures": "bookmark, ribbon", + "name": "bookmark", + "id": 210, + "order": 0 + }, + { + "ligatures": "bookmarks, ribbons", + "name": "bookmarks", + "id": 211, + "order": 0 + }, + { + "ligatures": "sun, weather2", + "name": "sun", + "id": 212, + "order": 0 + }, + { + "ligatures": "contrast", + "name": "contrast", + "id": 213, + "order": 0 + }, + { + "ligatures": "brightness-contrast", + "name": "brightness-contrast", + "id": 214, + "order": 0 + }, + { + "ligatures": "star-empty, rate", + "name": "star-empty", + "id": 215, + "order": 0 + }, + { + "ligatures": "star-half, rate2", + "name": "star-half", + "id": 216, + "order": 0 + }, + { + "ligatures": "star-full, rate3", + "name": "star-full", + "id": 217, + "order": 0 + }, + { + "ligatures": "heart, like", + "name": "heart", + "id": 218, + "order": 0 + }, + { + "ligatures": "heart-broken, heart2", + "name": "heart-broken", + "id": 219, + "order": 0 + }, + { + "ligatures": "man, male", + "name": "man", + "id": 220, + "order": 0 + }, + { + "ligatures": "woman, female", + "name": "woman", + "id": 221, + "order": 0 + }, + { + "ligatures": "man-woman, toilet", + "name": "man-woman", + "id": 222, + "order": 0 + }, + { + "ligatures": "happy, emoticon", + "name": "happy", + "id": 223, + "order": 0 + }, + { + "ligatures": "happy2, emoticon2", + "name": "happy2", + "id": 224, + "order": 0 + }, + { + "ligatures": "smile, emoticon3", + "name": "smile", + "id": 225, + "order": 0 + }, + { + "ligatures": "smile2, emoticon4", + "name": "smile2", + "id": 226, + "order": 0 + }, + { + "ligatures": "tongue, emoticon5", + "name": "tongue", + "id": 227, + "order": 0 + }, + { + "ligatures": "tongue2, emoticon6", + "name": "tongue2", + "id": 228, + "order": 0 + }, + { + "ligatures": "sad, emoticon7", + "name": "sad", + "id": 229, + "order": 0 + }, + { + "ligatures": "sad2, emoticon8", + "name": "sad2", + "id": 230, + "order": 0 + }, + { + "ligatures": "wink, emoticon9", + "name": "wink", + "id": 231, + "order": 0 + }, + { + "ligatures": "wink2, emoticon10", + "name": "wink2", + "id": 232, + "order": 0 + }, + { + "ligatures": "grin, emoticon11", + "name": "grin", + "id": 233, + "order": 0 + }, + { + "ligatures": "grin2, emoticon12", + "name": "grin2", + "id": 234, + "order": 0 + }, + { + "ligatures": "cool, emoticon13", + "name": "cool", + "id": 235, + "order": 0 + }, + { + "ligatures": "cool2, emoticon14", + "name": "cool2", + "id": 236, + "order": 0 + }, + { + "ligatures": "angry, emoticon15", + "name": "angry", + "id": 237, + "order": 0 + }, + { + "ligatures": "angry2, emoticon16", + "name": "angry2", + "id": 238, + "order": 0 + }, + { + "ligatures": "evil, emoticon17", + "name": "evil", + "id": 239, + "order": 0 + }, + { + "ligatures": "evil2, emoticon18", + "name": "evil2", + "id": 240, + "order": 0 + }, + { + "ligatures": "shocked, emoticon19", + "name": "shocked", + "id": 241, + "order": 0 + }, + { + "ligatures": "shocked2, emoticon20", + "name": "shocked2", + "id": 242, + "order": 0 + }, + { + "ligatures": "baffled, emoticon21", + "name": "baffled", + "id": 243, + "order": 0 + }, + { + "ligatures": "baffled2, emoticon22", + "name": "baffled2", + "id": 244, + "order": 0 + }, + { + "ligatures": "confused, emoticon23", + "name": "confused", + "id": 245, + "order": 0 + }, + { + "ligatures": "confused2, emoticon24", + "name": "confused2", + "id": 246, + "order": 0 + }, + { + "ligatures": "neutral, emoticon25", + "name": "neutral", + "id": 247, + "order": 0 + }, + { + "ligatures": "neutral2, emoticon26", + "name": "neutral2", + "id": 248, + "order": 0 + }, + { + "ligatures": "hipster, emoticon27", + "name": "hipster", + "id": 249, + "order": 0 + }, + { + "ligatures": "hipster2, emoticon28", + "name": "hipster2", + "id": 250, + "order": 0 + }, + { + "ligatures": "wondering, emoticon29", + "name": "wondering", + "id": 251, + "order": 0 + }, + { + "ligatures": "wondering2, emoticon30", + "name": "wondering2", + "id": 252, + "order": 0 + }, + { + "ligatures": "sleepy, emoticon31", + "name": "sleepy", + "id": 253, + "order": 0 + }, + { + "ligatures": "sleepy2, emoticon32", + "name": "sleepy2", + "id": 254, + "order": 0 + }, + { + "ligatures": "frustrated, emoticon33", + "name": "frustrated", + "id": 255, + "order": 0 + }, + { + "ligatures": "frustrated2, emoticon34", + "name": "frustrated2", + "id": 256, + "order": 0 + }, + { + "ligatures": "crying, emoticon35", + "name": "crying", + "id": 257, + "order": 0 + }, + { + "ligatures": "crying2, emoticon36", + "name": "crying2", + "id": 258, + "order": 0 + }, + { + "ligatures": "point-up, finger", + "name": "point-up", + "id": 259, + "order": 0 + }, + { + "ligatures": "point-right, finger2", + "name": "point-right", + "id": 260, + "order": 0 + }, + { + "ligatures": "point-down, finger3", + "name": "point-down", + "id": 261, + "order": 0 + }, + { + "ligatures": "point-left, finger4", + "name": "point-left", + "id": 262, + "order": 0 + }, + { + "ligatures": "warning, sign", + "name": "warning", + "id": 263, + "order": 0 + }, + { + "ligatures": "notification, warning2", + "name": "notification", + "id": 264, + "order": 0 + }, + { + "ligatures": "question, help", + "name": "question", + "id": 265, + "order": 0 + }, + { + "ligatures": "plus, add", + "name": "plus", + "id": 266, + "order": 0 + }, + { + "ligatures": "minus, subtract", + "name": "minus", + "id": 267, + "order": 0 + }, + { + "ligatures": "info, information", + "name": "info", + "id": 268, + "order": 0 + }, + { + "ligatures": "cancel-circle, close", + "name": "cancel-circle", + "id": 269, + "order": 0 + }, + { + "ligatures": "blocked, forbidden", + "name": "blocked", + "id": 270, + "order": 0 + }, + { + "ligatures": "cross, cancel", + "name": "cross", + "id": 271, + "order": 0 + }, + { + "ligatures": "checkmark, tick", + "name": "checkmark", + "id": 272, + "order": 0 + }, + { + "ligatures": "checkmark2, tick2", + "name": "checkmark2", + "id": 273, + "order": 0 + }, + { + "ligatures": "spell-check, spelling", + "name": "spell-check", + "id": 274, + "order": 0 + }, + { + "ligatures": "enter, signin", + "name": "enter", + "id": 275, + "order": 0 + }, + { + "ligatures": "exit, signout", + "name": "exit", + "id": 276, + "order": 0 + }, + { + "ligatures": "play2, player", + "name": "play2", + "id": 277, + "order": 0 + }, + { + "ligatures": "pause, player2", + "name": "pause", + "id": 278, + "order": 0 + }, + { + "ligatures": "stop, player3", + "name": "stop", + "id": 279, + "order": 0 + }, + { + "ligatures": "previous, player4", + "name": "previous", + "id": 280, + "order": 0 + }, + { + "ligatures": "next, player5", + "name": "next", + "id": 281, + "order": 0 + }, + { + "ligatures": "backward, player6", + "name": "backward", + "id": 282, + "order": 0 + }, + { + "ligatures": "forward2, player7", + "name": "forward2", + "id": 283, + "order": 0 + }, + { + "ligatures": "play3, player8", + "name": "play3", + "id": 284, + "order": 0 + }, + { + "ligatures": "pause2, player9", + "name": "pause2", + "id": 285, + "order": 0 + }, + { + "ligatures": "stop2, player10", + "name": "stop2", + "id": 286, + "order": 0 + }, + { + "ligatures": "backward2, player11", + "name": "backward2", + "id": 287, + "order": 0 + }, + { + "ligatures": "forward3, player12", + "name": "forward3", + "id": 288, + "order": 0 + }, + { + "ligatures": "first, player13", + "name": "first", + "id": 289, + "order": 0 + }, + { + "ligatures": "last, player14", + "name": "last", + "id": 290, + "order": 0 + }, + { + "ligatures": "previous2, player15", + "name": "previous2", + "id": 291, + "order": 0 + }, + { + "ligatures": "next2, player16", + "name": "next2", + "id": 292, + "order": 0 + }, + { + "ligatures": "eject, player17", + "name": "eject", + "id": 293, + "order": 0 + }, + { + "ligatures": "volume-high, volume", + "name": "volume-high", + "id": 294, + "order": 0 + }, + { + "ligatures": "volume-medium, volume2", + "name": "volume-medium", + "id": 295, + "order": 0 + }, + { + "ligatures": "volume-low, volume3", + "name": "volume-low", + "id": 296, + "order": 0 + }, + { + "ligatures": "volume-mute, volume4", + "name": "volume-mute", + "id": 297, + "order": 0 + }, + { + "ligatures": "volume-mute2, volume5", + "name": "volume-mute2", + "id": 298, + "order": 0 + }, + { + "ligatures": "volume-increase, volume6", + "name": "volume-increase", + "id": 299, + "order": 0 + }, + { + "ligatures": "volume-decrease, volume7", + "name": "volume-decrease", + "id": 300, + "order": 0 + }, + { + "ligatures": "loop, repeat", + "name": "loop", + "id": 301, + "order": 0 + }, + { + "ligatures": "loop2, repeat2", + "name": "loop2", + "id": 302, + "order": 0 + }, + { + "ligatures": "infinite", + "name": "infinite", + "id": 303, + "order": 0 + }, + { + "ligatures": "shuffle, random", + "name": "shuffle", + "id": 304, + "order": 0 + }, + { + "ligatures": "arrow-up-left, up-left", + "name": "arrow-up-left", + "id": 305, + "order": 0 + }, + { + "ligatures": "arrow-up, up", + "name": "arrow-up", + "id": 306, + "order": 0 + }, + { + "ligatures": "arrow-up-right, up-right", + "name": "arrow-up-right", + "id": 307, + "order": 0 + }, + { + "ligatures": "arrow-right, right3", + "name": "arrow-right", + "id": 308, + "order": 0 + }, + { + "ligatures": "arrow-down-right, down-right", + "name": "arrow-down-right", + "id": 309, + "order": 0 + }, + { + "ligatures": "arrow-down, down", + "name": "arrow-down", + "id": 310, + "order": 0 + }, + { + "ligatures": "arrow-down-left, down-left", + "name": "arrow-down-left", + "id": 311, + "order": 0 + }, + { + "ligatures": "arrow-left, left3", + "name": "arrow-left", + "id": 312, + "order": 0 + }, + { + "ligatures": "arrow-up-left2, up-left2", + "name": "arrow-up-left2", + "id": 313, + "order": 0 + }, + { + "ligatures": "arrow-up2, up2", + "name": "arrow-up2", + "id": 314, + "order": 0 + }, + { + "ligatures": "arrow-up-right2, up-right2", + "name": "arrow-up-right2", + "id": 315, + "order": 0 + }, + { + "ligatures": "arrow-right2, right4", + "name": "arrow-right2", + "id": 316, + "order": 0 + }, + { + "ligatures": "arrow-down-right2, down-right2", + "name": "arrow-down-right2", + "id": 317, + "order": 0 + }, + { + "ligatures": "arrow-down2, down2", + "name": "arrow-down2", + "id": 318, + "order": 0 + }, + { + "ligatures": "arrow-down-left2, down-left2", + "name": "arrow-down-left2", + "id": 319, + "order": 0 + }, + { + "ligatures": "arrow-left2, left4", + "name": "arrow-left2", + "id": 320, + "order": 0 + }, + { + "ligatures": "circle-up, up3", + "name": "circle-up", + "id": 321, + "order": 0 + }, + { + "ligatures": "circle-right, right5", + "name": "circle-right", + "id": 322, + "order": 0 + }, + { + "ligatures": "circle-down, down3", + "name": "circle-down", + "id": 323, + "order": 0 + }, + { + "ligatures": "circle-left, left5", + "name": "circle-left", + "id": 324, + "order": 0 + }, + { + "ligatures": "tab, arrows", + "name": "tab", + "id": 325, + "order": 0 + }, + { + "ligatures": "move-up, sort", + "name": "move-up", + "id": 326, + "order": 0 + }, + { + "ligatures": "move-down, sort2", + "name": "move-down", + "id": 327, + "order": 0 + }, + { + "ligatures": "sort-alpha-asc, arrange", + "name": "sort-alpha-asc", + "id": 328, + "order": 0 + }, + { + "ligatures": "sort-alpha-desc, arrange2", + "name": "sort-alpha-desc", + "id": 329, + "order": 0 + }, + { + "ligatures": "sort-numeric-asc, arrange3", + "name": "sort-numeric-asc", + "id": 330, + "order": 0 + }, + { + "ligatures": "sort-numberic-desc, arrange4", + "name": "sort-numberic-desc", + "id": 331, + "order": 0 + }, + { + "ligatures": "sort-amount-asc, arrange5", + "name": "sort-amount-asc", + "id": 332, + "order": 0 + }, + { + "ligatures": "sort-amount-desc, arrange6", + "name": "sort-amount-desc", + "id": 333, + "order": 0 + }, + { + "ligatures": "command, cmd", + "name": "command", + "id": 334, + "order": 0 + }, + { + "ligatures": "shift", + "name": "shift", + "id": 335, + "order": 0 + }, + { + "ligatures": "ctrl, control", + "name": "ctrl", + "id": 336, + "order": 0 + }, + { + "ligatures": "opt, option", + "name": "opt", + "id": 337, + "order": 0 + }, + { + "ligatures": "checkbox-checked, checkbox", + "name": "checkbox-checked", + "id": 338, + "order": 0 + }, + { + "ligatures": "checkbox-unchecked, checkbox2", + "name": "checkbox-unchecked", + "id": 339, + "order": 0 + }, + { + "ligatures": "radio-checked, radio-button", + "name": "radio-checked", + "id": 340, + "order": 0 + }, + { + "ligatures": "radio-checked2, radio-button2", + "name": "radio-checked2", + "id": 341, + "order": 0 + }, + { + "ligatures": "radio-unchecked, radio-button3", + "name": "radio-unchecked", + "id": 342, + "order": 0 + }, + { + "ligatures": "crop, resize", + "name": "crop", + "id": 343, + "order": 0 + }, + { + "ligatures": "make-group", + "name": "make-group", + "id": 344, + "order": 0 + }, + { + "ligatures": "ungroup", + "name": "ungroup", + "id": 345, + "order": 0 + }, + { + "ligatures": "scissors, cut", + "name": "scissors", + "id": 346, + "order": 0 + }, + { + "ligatures": "filter, funnel", + "name": "filter", + "id": 347, + "order": 0 + }, + { + "ligatures": "font, typeface", + "name": "font", + "id": 348, + "order": 0 + }, + { + "ligatures": "ligature, typography", + "name": "ligature", + "id": 349, + "order": 0 + }, + { + "ligatures": "ligature2, typography2", + "name": "ligature2", + "id": 350, + "order": 0 + }, + { + "ligatures": "text-height, wysiwyg", + "name": "text-height", + "id": 351, + "order": 0 + }, + { + "ligatures": "text-width, wysiwyg2", + "name": "text-width", + "id": 352, + "order": 0 + }, + { + "ligatures": "font-size, wysiwyg3", + "name": "font-size", + "id": 353, + "order": 0 + }, + { + "ligatures": "bold, wysiwyg4", + "name": "bold", + "id": 354, + "order": 0 + }, + { + "ligatures": "underline, wysiwyg5", + "name": "underline", + "id": 355, + "order": 0 + }, + { + "ligatures": "italic, wysiwyg6", + "name": "italic", + "id": 356, + "order": 0 + }, + { + "ligatures": "strikethrough, wysiwyg7", + "name": "strikethrough", + "id": 357, + "order": 0 + }, + { + "ligatures": "omega, wysiwyg8", + "name": "omega", + "id": 358, + "order": 0 + }, + { + "ligatures": "sigma, wysiwyg9", + "name": "sigma", + "id": 359, + "order": 0 + }, + { + "ligatures": "page-break, wysiwyg10", + "name": "page-break", + "id": 360, + "order": 0 + }, + { + "ligatures": "superscript, wysiwyg11", + "name": "superscript", + "id": 361, + "order": 0 + }, + { + "ligatures": "subscript, wysiwyg12", + "name": "subscript", + "id": 362, + "order": 0 + }, + { + "ligatures": "superscript2, wysiwyg13", + "name": "superscript2", + "id": 363, + "order": 0 + }, + { + "ligatures": "subscript2, wysiwyg14", + "name": "subscript2", + "id": 364, + "order": 0 + }, + { + "ligatures": "text-color, wysiwyg15", + "name": "text-color", + "id": 365, + "order": 0 + }, + { + "ligatures": "pagebreak, wysiwyg16", + "name": "pagebreak", + "id": 366, + "order": 0 + }, + { + "ligatures": "clear-formatting, wysiwyg17", + "name": "clear-formatting", + "id": 367, + "order": 0 + }, + { + "ligatures": "table, wysiwyg18", + "name": "table", + "id": 368, + "order": 0 + }, + { + "ligatures": "table2, wysiwyg19", + "name": "table2", + "id": 369, + "order": 0 + }, + { + "ligatures": "insert-template, wysiwyg20", + "name": "insert-template", + "id": 370, + "order": 0 + }, + { + "ligatures": "pilcrow, wysiwyg21", + "name": "pilcrow", + "id": 371, + "order": 0 + }, + { + "ligatures": "ltr, wysiwyg22", + "name": "ltr", + "id": 372, + "order": 0 + }, + { + "ligatures": "rtl, wysiwyg23", + "name": "rtl", + "id": 373, + "order": 0 + }, + { + "ligatures": "section, wysiwyg24", + "name": "section", + "id": 374, + "order": 0 + }, + { + "ligatures": "paragraph-left, wysiwyg25", + "name": "paragraph-left", + "id": 375, + "order": 0 + }, + { + "ligatures": "paragraph-center, wysiwyg26", + "name": "paragraph-center", + "id": 376, + "order": 0 + }, + { + "ligatures": "paragraph-right, wysiwyg27", + "name": "paragraph-right", + "id": 377, + "order": 0 + }, + { + "ligatures": "paragraph-justify, wysiwyg28", + "name": "paragraph-justify", + "id": 378, + "order": 0 + }, + { + "ligatures": "indent-increase, wysiwyg29", + "name": "indent-increase", + "id": 379, + "order": 0 + }, + { + "ligatures": "indent-decrease, wysiwyg30", + "name": "indent-decrease", + "id": 380, + "order": 0 + }, + { + "ligatures": "share, out", + "name": "share", + "id": 381, + "order": 0 + }, + { + "ligatures": "new-tab, out2", + "name": "new-tab", + "id": 382, + "order": 0 + }, + { + "ligatures": "embed, code", + "name": "embed", + "id": 383, + "order": 0 + }, + { + "ligatures": "embed2, code2", + "name": "embed2", + "id": 384, + "order": 0 + }, + { + "ligatures": "terminal, console", + "name": "terminal", + "id": 385, + "order": 0 + }, + { + "ligatures": "share2, social", + "name": "share2", + "id": 386, + "order": 0 + }, + { + "ligatures": "mail2, contact2", + "name": "mail", + "id": 387, + "order": 0 + }, + { + "ligatures": "mail3, contact3", + "name": "mail2", + "id": 388, + "order": 0 + }, + { + "ligatures": "mail4, contact4", + "name": "mail3", + "id": 389, + "order": 0 + }, + { + "ligatures": "mail5, contact5", + "name": "mail4", + "id": 390, + "order": 0 + }, + { + "name": "amazon", + "ligatures": "amazon, brand", + "id": 391, + "order": 0 + }, + { + "name": "google", + "ligatures": "google, brand2", + "id": 392, + "order": 0 + }, + { + "name": "google2", + "ligatures": "google2, brand3", + "id": 393, + "order": 0 + }, + { + "name": "google3", + "ligatures": "google3, brand4", + "id": 394, + "order": 0 + }, + { + "ligatures": "google-plus, brand5", + "name": "google-plus", + "id": 395, + "order": 0 + }, + { + "ligatures": "google-plus2, brand6", + "name": "google-plus2", + "id": 396, + "order": 0 + }, + { + "ligatures": "google-plus3, brand7", + "name": "google-plus3", + "id": 397, + "order": 0 + }, + { + "name": "hangouts", + "ligatures": "hangouts, brand8", + "id": 398, + "order": 0 + }, + { + "ligatures": "google-drive, brand9", + "name": "google-drive", + "id": 399, + "order": 0 + }, + { + "ligatures": "facebook, brand10", + "name": "facebook", + "id": 400, + "order": 0 + }, + { + "ligatures": "facebook2, brand11", + "name": "facebook2", + "id": 401, + "order": 0 + }, + { + "ligatures": "instagram, brand12", + "name": "instagram", + "id": 402, + "order": 0 + }, + { + "name": "whatsapp", + "ligatures": "whatsapp, brand13", + "id": 403, + "order": 0 + }, + { + "name": "spotify", + "ligatures": "spotify, brand14", + "id": 404, + "order": 0 + }, + { + "name": "telegram", + "ligatures": "telegram, brand15", + "id": 405, + "order": 0 + }, + { + "ligatures": "twitter, brand16", + "name": "twitter", + "id": 406, + "order": 0 + }, + { + "name": "vine", + "ligatures": "vine, brand17", + "id": 407, + "order": 0 + }, + { + "name": "vk", + "ligatures": "vk, brand18", + "id": 408, + "order": 0 + }, + { + "name": "renren", + "ligatures": "renren, brand19", + "id": 409, + "order": 0 + }, + { + "name": "sina-weibo", + "ligatures": "sina-weibo, brand20", + "id": 410, + "order": 0 + }, + { + "ligatures": "feed2, rss", + "name": "rss", + "id": 411, + "order": 0 + }, + { + "ligatures": "feed3, rss2", + "name": "rss2", + "id": 412, + "order": 0 + }, + { + "ligatures": "youtube, brand21", + "name": "youtube", + "id": 413, + "order": 0 + }, + { + "ligatures": "youtube2, brand22", + "name": "youtube2", + "id": 414, + "order": 0 + }, + { + "ligatures": "twitch, brand23", + "name": "twitch", + "id": 415, + "order": 0 + }, + { + "ligatures": "vimeo, brand24", + "name": "vimeo", + "id": 416, + "order": 0 + }, + { + "ligatures": "vimeo2, brand25", + "name": "vimeo2", + "id": 417, + "order": 0 + }, + { + "ligatures": "lanyrd, brand26", + "name": "lanyrd", + "id": 418, + "order": 0 + }, + { + "ligatures": "flickr, brand27", + "name": "flickr", + "id": 419, + "order": 0 + }, + { + "ligatures": "flickr2, brand28", + "name": "flickr2", + "id": 420, + "order": 0 + }, + { + "ligatures": "flickr3, brand29", + "name": "flickr3", + "id": 421, + "order": 0 + }, + { + "ligatures": "flickr4, brand30", + "name": "flickr4", + "id": 422, + "order": 0 + }, + { + "ligatures": "dribbble, brand31", + "name": "dribbble", + "id": 423, + "order": 0 + }, + { + "name": "behance", + "ligatures": "behance, brand32", + "id": 424, + "order": 0 + }, + { + "name": "behance2", + "ligatures": "behance2, brand33", + "id": 425, + "order": 0 + }, + { + "ligatures": "deviantart, brand34", + "name": "deviantart", + "id": 426, + "order": 0 + }, + { + "name": "500px", + "ligatures": "500px, brand35", + "id": 427, + "order": 0 + }, + { + "ligatures": "steam, brand36", + "name": "steam", + "id": 428, + "order": 0 + }, + { + "ligatures": "steam2, brand37", + "name": "steam2", + "id": 429, + "order": 0 + }, + { + "ligatures": "dropbox, brand38", + "name": "dropbox", + "id": 430, + "order": 0 + }, + { + "ligatures": "onedrive, brand39", + "name": "onedrive", + "id": 431, + "order": 0 + }, + { + "ligatures": "github, brand40", + "name": "github", + "id": 432, + "order": 0 + }, + { + "name": "npm", + "ligatures": "npm, brand41", + "id": 433, + "order": 0 + }, + { + "name": "basecamp", + "ligatures": "basecamp, brand42", + "id": 434, + "order": 0 + }, + { + "name": "trello", + "ligatures": "trello, brand43", + "id": 435, + "order": 0 + }, + { + "ligatures": "wordpress, brand44", + "name": "wordpress", + "id": 436, + "order": 0 + }, + { + "ligatures": "joomla, brand45", + "name": "joomla", + "id": 437, + "order": 0 + }, + { + "ligatures": "ello, brand46", + "name": "ello", + "id": 438, + "order": 0 + }, + { + "ligatures": "blogger, brand47", + "name": "blogger", + "id": 439, + "order": 0 + }, + { + "ligatures": "blogger2, brand48", + "name": "blogger2", + "id": 440, + "order": 0 + }, + { + "ligatures": "tumblr, brand49", + "name": "tumblr", + "id": 441, + "order": 0 + }, + { + "ligatures": "tumblr2, brand50", + "name": "tumblr2", + "id": 442, + "order": 0 + }, + { + "ligatures": "yahoo, brand51", + "name": "yahoo", + "id": 443, + "order": 0 + }, + { + "name": "yahoo2", + "ligatures": "yahoo2", + "id": 444, + "order": 0 + }, + { + "ligatures": "tux, brand52", + "name": "tux", + "id": 445, + "order": 0 + }, + { + "ligatures": "apple, brand53", + "name": "appleinc", + "id": 446, + "order": 0 + }, + { + "ligatures": "finder, brand54", + "name": "finder", + "id": 447, + "order": 0 + }, + { + "ligatures": "android, brand55", + "name": "android", + "id": 448, + "order": 0 + }, + { + "ligatures": "windows, brand56", + "name": "windows", + "id": 449, + "order": 0 + }, + { + "ligatures": "windows8, brand57", + "name": "windows8", + "id": 450, + "order": 0 + }, + { + "ligatures": "soundcloud, brand58", + "name": "soundcloud", + "id": 451, + "order": 0 + }, + { + "ligatures": "soundcloud2, brand59", + "name": "soundcloud2", + "id": 452, + "order": 0 + }, + { + "ligatures": "skype, brand60", + "name": "skype", + "id": 453, + "order": 0 + }, + { + "ligatures": "reddit, brand61", + "name": "reddit", + "id": 454, + "order": 0 + }, + { + "name": "hackernews", + "ligatures": "hackernews, brand62", + "id": 455, + "order": 0 + }, + { + "name": "wikipedia", + "ligatures": "wikipedia, brand63", + "id": 456, + "order": 0 + }, + { + "ligatures": "linkedin, brand64", + "name": "linkedin", + "id": 457, + "order": 0 + }, + { + "ligatures": "linkedin2, brand65", + "name": "linkedin2", + "id": 458, + "order": 0 + }, + { + "ligatures": "lastfm, brand66", + "name": "lastfm", + "id": 459, + "order": 0 + }, + { + "ligatures": "lastfm2, brand67", + "name": "lastfm2", + "id": 460, + "order": 0 + }, + { + "ligatures": "delicious, brand68", + "name": "delicious", + "id": 461, + "order": 0 + }, + { + "name": "stumbleupon", + "ligatures": "stumbleupon, brand69", + "id": 462, + "order": 0 + }, + { + "ligatures": "stumbleupon2, brand70", + "name": "stumbleupon2", + "id": 463, + "order": 0 + }, + { + "ligatures": "stackoverflow, brand71", + "name": "stackoverflow", + "id": 464, + "order": 0 + }, + { + "name": "pinterest", + "ligatures": "pinterest, brand72", + "id": 465, + "order": 0 + }, + { + "ligatures": "pinterest2, brand73", + "name": "pinterest2", + "id": 466, + "order": 0 + }, + { + "ligatures": "xing, brand74", + "name": "xing", + "id": 467, + "order": 0 + }, + { + "ligatures": "xing2, brand75", + "name": "xing2", + "codes": [ + 61231 + ], + "id": 468, + "order": 0 + }, + { + "ligatures": "flattr, brand76", + "name": "flattr", + "id": 469, + "order": 0 + }, + { + "ligatures": "foursquare, brand77", + "name": "foursquare", + "id": 470, + "order": 0 + }, + { + "ligatures": "yelp, brand78", + "name": "yelp", + "id": 471, + "order": 0 + }, + { + "ligatures": "paypal, brand79", + "name": "paypal", + "codes": [ + 61234 + ], + "id": 472, + "order": 0 + }, + { + "ligatures": "chrome, browser", + "name": "chrome", + "id": 473, + "order": 0 + }, + { + "ligatures": "firefox, browser2", + "name": "firefox", + "id": 474, + "order": 0 + }, + { + "ligatures": "IE, browser3", + "name": "IE", + "id": 475, + "order": 0 + }, + { + "name": "edge", + "ligatures": "edge, browser4", + "id": 476, + "order": 0 + }, + { + "ligatures": "safari, browser5", + "name": "safari", + "id": 477, + "order": 0 + }, + { + "ligatures": "opera, browser6", + "name": "opera", + "id": 478, + "order": 0 + }, + { + "ligatures": "file-pdf, file10", + "name": "file-pdf", + "id": 479, + "order": 0 + }, + { + "ligatures": "file-openoffice, file11", + "name": "file-openoffice", + "id": 480, + "order": 0 + }, + { + "ligatures": "file-word, file12", + "name": "file-word", + "id": 481, + "order": 0 + }, + { + "ligatures": "file-excel, file13", + "name": "file-excel", + "id": 482, + "order": 0 + }, + { + "ligatures": "libreoffice, file14", + "name": "libreoffice", + "id": 483, + "order": 0 + }, + { + "ligatures": "html-five, w3c", + "name": "html-five", + "id": 484, + "order": 0 + }, + { + "ligatures": "html-five2, w3c2", + "name": "html-five2", + "id": 485, + "order": 0 + }, + { + "ligatures": "css3, w3c3", + "name": "css3", + "id": 486, + "order": 0 + }, + { + "ligatures": "git, brand80", + "name": "git", + "id": 487, + "order": 0 + }, + { + "ligatures": "codepen, brand81", + "name": "codepen", + "id": 488, + "order": 0 + }, + { + "ligatures": "svg", + "name": "svg", + "id": 489, + "order": 0 + }, + { + "ligatures": "IcoMoon, icomoon", + "name": "IcoMoon", + "id": 490, + "order": 0 + } + ], + "id": 2, + "metadata": { + "name": "IcoMoon - Free", + "licenseURL": "https://icomoon.io/#icons-icomoon", + "license": "GPL or CC BY 4.0", + "designerURL": "http://keyamoon.com", + "designer": "Keyamoon", + "url": "https://icomoon.io/#icons-icomoon" + }, + "height": 1024, + "prevSize": 32, + "icons": [ + { + "id": 0, + "paths": [ + "M1024 590.444l-512-397.426-512 397.428v-162.038l512-397.426 512 397.428zM896 576v384h-256v-256h-256v256h-256v-384l384-288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "home", + "house" + ], + "defaultCode": 59648, + "grid": 16 + }, + { + "id": 1, + "paths": [ + "M512 32l-512 512 96 96 96-96v416h256v-192h128v192h256v-416l96 96 96-96-512-512zM512 448c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "home", + "house" + ], + "defaultCode": 59649, + "grid": 16 + }, + { + "id": 2, + "paths": [ + "M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "home", + "house" + ], + "defaultCode": 59650, + "grid": 16 + }, + { + "id": 3, + "paths": [ + "M0 1024h512v-1024h-512v1024zM320 128h128v128h-128v-128zM320 384h128v128h-128v-128zM320 640h128v128h-128v-128zM64 128h128v128h-128v-128zM64 384h128v128h-128v-128zM64 640h128v128h-128v-128zM576 320h448v64h-448zM576 1024h128v-256h192v256h128v-576h-448z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "office", + "buildings", + "work" + ], + "defaultCode": 59651, + "grid": 16 + }, + { + "id": 4, + "paths": [ + "M896 256v-128h-896v704c0 35.346 28.654 64 64 64h864c53.022 0 96-42.978 96-96v-544h-128zM832 832h-768v-640h768v640zM128 320h640v64h-640zM512 448h256v64h-256zM512 576h256v64h-256zM512 704h192v64h-192zM128 448h320v320h-320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "newspaper", + "news", + "paper" + ], + "defaultCode": 59652, + "grid": 16 + }, + { + "id": 5, + "paths": [ + "M864 0c88.364 0 160 71.634 160 160 0 36.020-11.91 69.258-32 96l-64 64-224-224 64-64c26.742-20.090 59.978-32 96-32zM64 736l-64 288 288-64 592-592-224-224-592 592zM715.578 363.578l-448 448-55.156-55.156 448-448 55.156 55.156z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pencil", + "write", + "edit" + ], + "defaultCode": 59653, + "grid": 16 + }, + { + "id": 6, + "paths": [ + "M384 640l128-64 448-448-64-64-448 448-64 128zM289.3 867.098c-31.632-66.728-65.666-100.762-132.396-132.394l99.096-272.792 128-77.912 384-384h-192l-384 384-192 640 640-192 384-384v-192l-384 384-77.912 128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pencil", + "write", + "edit" + ], + "defaultCode": 59654, + "grid": 16 + }, + { + "id": 7, + "paths": [ + "M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "quill", + "feather", + "write", + "edit" + ], + "defaultCode": 59655, + "grid": 16 + }, + { + "id": 8, + "paths": [ + "M1018.17 291.89l-286.058-286.058c-9.334-9.334-21.644-7.234-27.356 4.666l-38.354 79.904 267.198 267.198 79.904-38.354c11.9-5.712 14-18.022 4.666-27.356z", + "M615.384 135.384l-263.384 21.95c-17.5 2.166-32.080 5.898-37.090 28.752-0.006 0.024-0.012 0.042-0.018 0.066-71.422 343.070-314.892 677.848-314.892 677.848l57.374 57.374 271.986-271.99c-5.996-12.53-9.36-26.564-9.36-41.384 0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96c-14.82 0-28.852-3.364-41.384-9.36l-271.988 271.986 57.372 57.374c0 0 334.778-243.47 677.848-314.892 0.024-0.006 0.042-0.012 0.066-0.018 22.854-5.010 26.586-19.59 28.752-37.090l21.95-263.384-273.232-273.232z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pen", + "write", + "edit" + ], + "defaultCode": 59656, + "grid": 16 + }, + { + "id": 9, + "paths": [ + "M384 0v96c73.482 0 144.712 14.37 211.716 42.71 64.768 27.394 122.958 66.632 172.948 116.624s89.228 108.18 116.624 172.948c28.342 67.004 42.712 138.238 42.712 211.718h96c0-353.46-286.54-640-640-640z", + "M384 192v96c94.022 0 182.418 36.614 248.9 103.098 66.486 66.484 103.1 154.878 103.1 248.902h96c0-247.422-200.576-448-448-448z", + "M480 384l-64 64-224 64-192 416 25.374 25.374 232.804-232.804c-1.412-5.286-2.178-10.84-2.178-16.57 0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64c-5.732 0-11.282-0.764-16.568-2.178l-232.804 232.804 25.372 25.374 416-192 64-224 64-64-160-160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "blog", + "pen", + "feed", + "publish", + "broadcast", + "write" + ], + "defaultCode": 59657, + "grid": 16 + }, + { + "id": 10, + "paths": [ + "M986.51 37.49c-49.988-49.986-131.032-49.986-181.020 0l-172.118 172.118-121.372-121.372-135.764 135.764 106.426 106.426-472.118 472.118c-8.048 8.048-11.468 18.958-10.3 29.456h-0.244v160c0 17.674 14.328 32 32 32h160c0 0 2.664 0 4 0 9.212 0 18.426-3.516 25.456-10.544l472.118-472.118 106.426 106.426 135.764-135.764-121.372-121.372 172.118-172.118c49.986-49.988 49.986-131.032 0-181.020zM173.090 960h-109.090v-109.090l469.574-469.572 109.088 109.088-469.572 469.574z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eyedropper", + "color", + "color-picker", + "sample" + ], + "defaultCode": 59658, + "grid": 16 + }, + { + "id": 11, + "paths": [ + "M864.626 473.162c-65.754-183.44-205.11-348.15-352.626-473.162-147.516 125.012-286.87 289.722-352.626 473.162-40.664 113.436-44.682 236.562 12.584 345.4 65.846 125.14 198.632 205.438 340.042 205.438s274.196-80.298 340.040-205.44c57.27-108.838 53.25-231.962 12.586-345.398zM738.764 758.956c-43.802 83.252-132.812 137.044-226.764 137.044-55.12 0-108.524-18.536-152.112-50.652 13.242 1.724 26.632 2.652 40.112 2.652 117.426 0 228.668-67.214 283.402-171.242 44.878-85.292 40.978-173.848 23.882-244.338 14.558 28.15 26.906 56.198 36.848 83.932 22.606 63.062 40.024 156.34-5.368 242.604z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "droplet", + "color", + "water" + ], + "defaultCode": 59659, + "grid": 16 + }, + { + "id": 12, + "paths": [ + "M1024 576v-384h-192v-64c0-35.2-28.8-64-64-64h-704c-35.2 0-64 28.8-64 64v192c0 35.2 28.8 64 64 64h704c35.2 0 64-28.8 64-64v-64h128v256h-576v128h-32c-17.674 0-32 14.326-32 32v320c0 17.674 14.326 32 32 32h128c17.674 0 32-14.326 32-32v-320c0-17.674-14.326-32-32-32h-32v-64h576zM768 192h-704v-64h704v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paint-format", + "format", + "color" + ], + "defaultCode": 59660, + "grid": 16 + }, + { + "id": 13, + "paths": [ + "M959.884 128c0.040 0.034 0.082 0.076 0.116 0.116v767.77c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.772c0.034-0.040 0.076-0.082 0.114-0.114h895.77zM960 64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64v0z", + "M832 288c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96z", + "M896 832h-768v-128l224-384 256 320h64l224-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "image", + "picture", + "photo", + "graphic" + ], + "defaultCode": 59661, + "grid": 16 + }, + { + "id": 14, + "paths": [ + "M1088 128h-64v-64c0-35.2-28.8-64-64-64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h64v64c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64zM128 192v640h-63.886c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v63.884h-768c-35.2 0-64 28.8-64 64v0zM1088 959.884c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v767.768z", + "M960 352c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96z", + "M1024 896h-768v-128l224-384 256 320h64l224-192z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "images", + "pictures", + "photos", + "graphics" + ], + "defaultCode": 59662, + "grid": 16 + }, + { + "id": 15, + "paths": [ + "M304 608c0 114.876 93.124 208 208 208s208-93.124 208-208-93.124-208-208-208-208 93.124-208 208zM960 256h-224c-16-64-32-128-96-128h-256c-64 0-80 64-96 128h-224c-35.2 0-64 28.8-64 64v576c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-576c0-35.2-28.8-64-64-64zM512 892c-156.85 0-284-127.148-284-284 0-156.85 127.15-284 284-284 156.852 0 284 127.15 284 284 0 156.852-127.146 284-284 284zM960 448h-128v-64h128v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "camera", + "photo", + "picture", + "image" + ], + "defaultCode": 59663, + "grid": 16 + }, + { + "id": 16, + "paths": [ + "M288 576h-64v448h64c17.6 0 32-14.4 32-32v-384c0-17.6-14.4-32-32-32z", + "M736 576c-17.602 0-32 14.4-32 32v384c0 17.6 14.398 32 32 32h64v-448h-64z", + "M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 61.412 10.83 120.29 30.656 174.848-19.478 33.206-30.656 71.87-30.656 113.152 0 112.846 83.448 206.188 192 221.716v-443.418c-31.914 4.566-61.664 15.842-87.754 32.378-5.392-26.718-8.246-54.364-8.246-82.676 0-229.75 186.25-416 416-416s416 186.25 416 416c0 28.314-2.83 55.968-8.22 82.696-26.1-16.546-55.854-27.848-87.78-32.418v443.44c108.548-15.532 192-108.874 192-221.714 0-41.274-11.178-79.934-30.648-113.138 19.828-54.566 30.648-113.452 30.648-174.866z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "headphones", + "headset", + "music", + "audio" + ], + "defaultCode": 59664, + "grid": 16 + }, + { + "id": 17, + "paths": [ + "M960 0h64v736c0 88.366-100.29 160-224 160s-224-71.634-224-160c0-88.368 100.29-160 224-160 62.684 0 119.342 18.4 160 48.040v-368.040l-512 113.778v494.222c0 88.366-100.288 160-224 160s-224-71.634-224-160c0-88.368 100.288-160 224-160 62.684 0 119.342 18.4 160 48.040v-624.040l576-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "music", + "song", + "audio", + "sound", + "note" + ], + "defaultCode": 59665, + "grid": 16 + }, + { + "id": 18, + "paths": [ + "M981.188 160.108c-143.632-20.65-302.332-32.108-469.186-32.108-166.86 0-325.556 11.458-469.194 32.108-27.53 107.726-42.808 226.75-42.808 351.892 0 125.14 15.278 244.166 42.808 351.89 143.638 20.652 302.336 32.11 469.194 32.11 166.854 0 325.552-11.458 469.186-32.11 27.532-107.724 42.812-226.75 42.812-351.89 0-125.142-15.28-244.166-42.812-351.892zM384.002 704v-384l320 192-320 192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play", + "video", + "movie" + ], + "defaultCode": 59666, + "grid": 16 + }, + { + "id": 19, + "paths": [ + "M0 128v768h1024v-768h-1024zM192 832h-128v-128h128v128zM192 576h-128v-128h128v128zM192 320h-128v-128h128v128zM768 832h-512v-640h512v640zM960 832h-128v-128h128v128zM960 576h-128v-128h128v128zM960 320h-128v-128h128v128zM384 320v384l256-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "film", + "video", + "movie", + "tape", + "play" + ], + "defaultCode": 59667, + "grid": 16 + }, + { + "id": 20, + "paths": [ + "M384 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM0 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM768 608v-96c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v320c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-96l256 160v-448l-256 160zM640 768h-512v-192h512v192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "video-camera", + "video", + "media", + "film", + "movie" + ], + "defaultCode": 59668, + "grid": 16 + }, + { + "id": 21, + "paths": [ + "M864 192h-512c-88 0-160 72-160 160v512c0 88 72 160 160 160h512c88 0 160-72 160-160v-512c0-88-72-160-160-160zM416 896c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM416 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM608 704c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM800 896c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM800 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM828.76 128c-14.93-72.804-79.71-128-156.76-128h-512c-88 0-160 72-160 160v512c0 77.046 55.196 141.83 128 156.76v-636.76c0-35.2 28.8-64 64-64h636.76z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dice", + "game", + "chance", + "luck", + "random", + "gample" + ], + "defaultCode": 59669, + "grid": 16 + }, + { + "id": 22, + "paths": [ + "M964.73 178.804c-93.902-109.45-233.21-178.804-388.73-178.804-282.77 0-512 229.23-512 512s229.23 512 512 512c155.52 0 294.828-69.356 388.728-178.804l-324.728-333.196 324.73-333.196zM704 120.602c39.432 0 71.398 31.964 71.398 71.398 0 39.432-31.966 71.398-71.398 71.398s-71.398-31.966-71.398-71.398c0-39.432 31.966-71.398 71.398-71.398z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pacman", + "game", + "arcade" + ], + "defaultCode": 59670, + "grid": 16 + }, + { + "id": 23, + "paths": [ + "M817.57 348.15c-193.566-143.858-260.266-259.018-305.566-348.148v0c-0.004 0-0.004-0.002-0.004-0.002v0.002c-45.296 89.13-112 204.292-305.566 348.148-330.036 245.286-19.376 587.668 253.758 399.224-17.796 116.93-78.53 202.172-140.208 238.882v37.744h384.032v-37.74c-61.682-36.708-122.41-121.954-140.212-238.884 273.136 188.446 583.8-153.94 253.766-399.226z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spades", + "cards", + "poker" + ], + "defaultCode": 59671, + "grid": 16 + }, + { + "id": 24, + "paths": [ + "M786.832 392.772c-59.032 0-112.086 24.596-149.852 64.694-15.996 16.984-43.762 37.112-73.8 54.81 14.11-53.868 58.676-121.7 89.628-151.456 39.64-38.17 63.984-91.83 63.984-151.5 0.006-114.894-91.476-208.096-204.788-209.32-113.32 1.222-204.796 94.426-204.796 209.318 0 59.672 24.344 113.33 63.986 151.5 30.954 29.756 75.52 97.588 89.628 151.456-30.042-17.7-57.806-37.826-73.8-54.81-37.768-40.098-90.82-64.694-149.85-64.694-114.386 0-207.080 93.664-207.080 209.328 0 115.638 92.692 209.338 207.080 209.338 59.042 0 112.082-25.356 149.85-65.452 16.804-17.872 46.444-40.138 78.292-58.632-3.002 147.692-73.532 256.168-145.318 298.906v37.742h384.014v-37.74c-71.792-42.736-142.32-151.216-145.32-298.906 31.852 18.494 61.488 40.768 78.292 58.632 37.766 40.094 90.808 65.452 149.852 65.452 114.386 0 207.078-93.7 207.078-209.338-0.002-115.664-92.692-209.328-207.080-209.328z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clubs", + "cards", + "poker" + ], + "defaultCode": 59672, + "grid": 16 + }, + { + "id": 25, + "paths": [ + "M512 0l-320 512 320 512 320-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "diamonds", + "cards", + "poker" + ], + "defaultCode": 59673, + "grid": 16 + }, + { + "id": 26, + "paths": [ + "M1024 429.256c0-200.926-58.792-363.938-131.482-365.226 0.292-0.006 0.578-0.030 0.872-0.030h-82.942c0 0-194.8 146.336-475.23 203.754-8.56 45.292-14.030 99.274-14.030 161.502s5.466 116.208 14.030 161.5c280.428 57.418 475.23 203.756 475.23 203.756h82.942c-0.292 0-0.578-0.024-0.872-0.032 72.696-1.288 131.482-164.298 131.482-365.224zM864.824 739.252c-9.382 0-19.532-9.742-24.746-15.548-12.63-14.064-24.792-35.96-35.188-63.328-23.256-61.232-36.066-143.31-36.066-231.124 0-87.81 12.81-169.89 36.066-231.122 10.394-27.368 22.562-49.266 35.188-63.328 5.214-5.812 15.364-15.552 24.746-15.552 9.38 0 19.536 9.744 24.744 15.552 12.634 14.064 24.796 35.958 35.188 63.328 23.258 61.23 36.068 143.312 36.068 231.122 0 87.804-12.81 169.888-36.068 231.124-10.39 27.368-22.562 49.264-35.188 63.328-5.208 5.806-15.36 15.548-24.744 15.548zM251.812 429.256c0-51.95 3.81-102.43 11.052-149.094-47.372 6.554-88.942 10.324-140.34 10.324-67.058 0-67.058 0-67.058 0l-55.466 94.686v88.17l55.46 94.686c0 0 0 0 67.060 0 51.398 0 92.968 3.774 140.34 10.324-7.236-46.664-11.048-97.146-11.048-149.096zM368.15 642.172l-127.998-24.51 81.842 321.544c4.236 16.634 20.744 25.038 36.686 18.654l118.556-47.452c15.944-6.376 22.328-23.964 14.196-39.084l-123.282-229.152zM864.824 548.73c-3.618 0-7.528-3.754-9.538-5.992-4.87-5.42-9.556-13.86-13.562-24.408-8.962-23.6-13.9-55.234-13.9-89.078s4.938-65.478 13.9-89.078c4.006-10.548 8.696-18.988 13.562-24.408 2.010-2.24 5.92-5.994 9.538-5.994 3.616 0 7.53 3.756 9.538 5.994 4.87 5.42 9.556 13.858 13.56 24.408 8.964 23.598 13.902 55.234 13.902 89.078 0 33.842-4.938 65.478-13.902 89.078-4.004 10.548-8.696 18.988-13.56 24.408-2.008 2.238-5.92 5.992-9.538 5.992z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bullhorn", + "megaphone", + "announcement", + "advertisement", + "news" + ], + "defaultCode": 59674, + "grid": 16 + }, + { + "id": 27, + "paths": [ + "M640 576c105.87 0 201.87 43.066 271.402 112.598l-90.468 90.468c-46.354-46.356-110.356-75.066-180.934-75.066s-134.578 28.71-180.934 75.066l-90.468-90.468c69.532-69.532 165.532-112.598 271.402-112.598zM187.452 507.452c120.88-120.88 281.598-187.452 452.548-187.452s331.668 66.572 452.55 187.452l-90.51 90.508c-96.706-96.704-225.28-149.96-362.040-149.96-136.762 0-265.334 53.256-362.038 149.962l-90.51-90.51zM988.784 134.438c106.702 45.132 202.516 109.728 284.782 191.996v0l-90.508 90.508c-145.056-145.056-337.92-224.942-543.058-224.942-205.14 0-398 79.886-543.058 224.942l-90.51-90.51c82.268-82.266 178.082-146.862 284.784-191.994 110.504-46.738 227.852-70.438 348.784-70.438s238.278 23.7 348.784 70.438zM576 896c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z" + ], + "width": 1280, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "connection", + "wifi", + "wave" + ], + "defaultCode": 59675, + "grid": 16 + }, + { + "id": 28, + "paths": [ + "M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 220.054 138.836 407.664 333.686 480.068l-13.686 31.932h384l-13.686-31.932c194.85-72.404 333.686-260.014 333.686-480.068zM486.79 634.826c-22.808-9.788-38.79-32.436-38.79-58.826 0-35.346 28.654-64 64-64s64 28.654 64 64c0 26.39-15.978 49.044-38.786 58.834l-25.214-58.834-25.21 58.826zM538.268 637.292c58.092-12.118 101.732-63.602 101.732-125.292 0-70.694-57.306-128-128-128-70.692 0-128 57.306-128 128 0 61.692 43.662 113.122 101.76 125.228l-74.624 174.122c-91.23-39.15-155.136-129.784-155.136-235.35 0-141.384 114.616-268 256-268s256 126.616 256 268c0 105.566-63.906 196.2-155.136 235.35l-74.596-174.058zM688.448 987.708l-73.924-172.486c126.446-42.738 217.476-162.346 217.476-303.222 0-176.73-143.268-320-320-320-176.73 0-320 143.27-320 320 0 140.876 91.030 260.484 217.476 303.222l-73.924 172.486c-159.594-68.488-271.386-227.034-271.386-411.708 0-247.332 200.502-459.834 447.834-459.834s447.834 212.502 447.834 459.834c0 184.674-111.792 343.22-271.386 411.708z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "podcast", + "broadcast", + "live", + "radio", + "feed" + ], + "defaultCode": 59676, + "grid": 16 + }, + { + "id": 29, + "paths": [ + "M384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM664.348 230.526c99.852 54.158 167.652 159.898 167.652 281.474s-67.8 227.316-167.652 281.474c44.066-70.126 71.652-170.27 71.652-281.474s-27.586-211.348-71.652-281.474zM288 512c0 111.204 27.584 211.348 71.652 281.474-99.852-54.16-167.652-159.898-167.652-281.474s67.8-227.314 167.652-281.474c-44.068 70.126-71.652 170.27-71.652 281.474zM96 512c0 171.9 54.404 326.184 140.652 431.722-142.302-90.948-236.652-250.314-236.652-431.722s94.35-340.774 236.652-431.722c-86.248 105.538-140.652 259.822-140.652 431.722zM787.352 80.28c142.298 90.946 236.648 250.312 236.648 431.72s-94.35 340.774-236.648 431.72c86.244-105.536 140.648-259.82 140.648-431.72s-54.404-326.184-140.648-431.72z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "feed", + "wave", + "radio", + "live", + "broadcast" + ], + "defaultCode": 59677, + "grid": 16 + }, + { + "id": 30, + "paths": [ + "M480 704c88.366 0 160-71.634 160-160v-384c0-88.366-71.634-160-160-160s-160 71.634-160 160v384c0 88.366 71.636 160 160 160zM704 448v96c0 123.71-100.29 224-224 224-123.712 0-224-100.29-224-224v-96h-64v96c0 148.238 112.004 270.3 256 286.22v129.78h-128v64h320v-64h-128v-129.78c143.994-15.92 256-137.982 256-286.22v-96h-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mic", + "microphone", + "voice", + "audio" + ], + "defaultCode": 59678, + "grid": 16 + }, + { + "id": 31, + "paths": [ + "M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64z", + "M224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "book", + "read", + "reading" + ], + "defaultCode": 59679, + "grid": 16 + }, + { + "id": 32, + "paths": [ + "M224 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM192 320h-128v-64h128v64z", + "M544 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM512 320h-128v-64h128v64z", + "M765.088 177.48l-171.464 86.394c-15.716 7.918-22.096 27.258-14.178 42.976l287.978 571.548c7.918 15.718 27.258 22.098 42.976 14.178l171.464-86.392c15.716-7.92 22.096-27.26 14.178-42.974l-287.978-571.55c-7.92-15.718-27.26-22.1-42.976-14.18z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "books", + "library", + "archive" + ], + "defaultCode": 59680, + "grid": 16 + }, + { + "id": 33, + "paths": [ + "M1024 960v-64h-64v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-192v-384h64v-64h-192v64h64v384h-64v64h-64v64h1088v-64h-64z", + "M512 0h64l512 320v64h-1088v-64l512-320z" + ], + "width": 1088, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "library", + "bank", + "building" + ], + "defaultCode": 59681, + "grid": 16 + }, + { + "id": 34, + "paths": [ + "M864 0h-768c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h768c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM832 896h-704v-768h704v768zM256 448h448v64h-448zM256 576h448v64h-448zM256 704h448v64h-448zM256 320h448v64h-448z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-text", + "file", + "document", + "list", + "paper" + ], + "defaultCode": 59682, + "grid": 16 + }, + { + "id": 35, + "paths": [ + "M864 0h-768c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h768c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM832 896h-704v-768h704v768zM256 576h448v64h-448zM256 704h448v64h-448zM320 288c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM480 384h-128c-52.8 0-96 28.8-96 64v64h320v-64c0-35.2-43.2-64-96-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "profile", + "file", + "document", + "page", + "user", + "paper" + ], + "defaultCode": 59683, + "grid": 16 + }, + { + "id": 36, + "paths": [ + "M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-empty", + "file", + "document", + "paper", + "page", + "new", + "empty", + "blank" + ], + "defaultCode": 59684, + "grid": 16 + }, + { + "id": 37, + "paths": [ + "M917.806 357.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-368c-44.114 0-80 35.888-80 80v736c0 44.112 35.886 80 80 80h608c44.112 0 80-35.888 80-80v-496c0-14.332-4.372-39.35-42.194-90.924zM785.374 302.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-608c-8.672 0-16-7.328-16-16v-736c0-8.672 7.328-16 16-16 0 0 367.956-0.002 368 0v224c0 17.672 14.324 32 32 32h224v496z", + "M602.924 42.196c-51.574-37.822-76.592-42.196-90.924-42.196h-368c-44.112 0-80 35.888-80 80v736c0 38.632 27.528 70.958 64 78.39v-814.39c0-8.672 7.328-16 16-16h486.876c-9.646-7.92-19.028-15.26-27.952-21.804z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "files-empty", + "files", + "documents", + "papers", + "pages" + ], + "defaultCode": 59685, + "grid": 16 + }, + { + "id": 38, + "paths": [ + "M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z", + "M736 832h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z", + "M736 704h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z", + "M736 576h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-text", + "file", + "document", + "list", + "paper", + "page" + ], + "defaultCode": 59686, + "grid": 16 + }, + { + "id": 39, + "paths": [ + "M832 896h-640v-128l192-320 263 320 185-128v256z", + "M832 480c0 53.020-42.98 96-96 96-53.022 0-96-42.98-96-96s42.978-96 96-96c53.020 0 96 42.98 96 96z", + "M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-picture", + "file", + "document", + "file-image" + ], + "defaultCode": 59687, + "grid": 16 + }, + { + "id": 40, + "paths": [ + "M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z", + "M756.288 391.252c-7.414-6.080-17.164-8.514-26.562-6.632l-320 64c-14.958 2.994-25.726 16.126-25.726 31.38v236.876c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-229.766l256-51.202v133.842c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-319.998c0-9.586-4.298-18.668-11.712-24.748z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-music", + "file", + "document", + "file-song", + "file-audio" + ], + "defaultCode": 59688, + "grid": 16 + }, + { + "id": 41, + "paths": [ + "M384 384l320 224-320 224v-448z", + "M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-play", + "file", + "document", + "file-media", + "file-video" + ], + "defaultCode": 59689, + "grid": 16 + }, + { + "id": 42, + "paths": [ + "M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.594-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.882 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.32 32 32 32h224v624z", + "M256 512h320v320h-320v-320z", + "M576 640l192-128v320l-192-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-video", + "file", + "document", + "file-camera" + ], + "defaultCode": 59690, + "grid": 16 + }, + { + "id": 43, + "paths": [ + "M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.884 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.322 32 32 32h224v624z", + "M256 64h128v64h-128v-64z", + "M384 128h128v64h-128v-64z", + "M256 192h128v64h-128v-64z", + "M384 256h128v64h-128v-64z", + "M256 320h128v64h-128v-64z", + "M384 384h128v64h-128v-64z", + "M256 448h128v64h-128v-64z", + "M384 512h128v64h-128v-64z", + "M256 848c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-80v-64h-128v272zM448 768v64h-128v-64h128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-zip", + "file", + "document", + "file-compressed", + "file-type", + "file-format" + ], + "defaultCode": 59691, + "grid": 16 + }, + { + "id": 44, + "paths": [ + "M640 256v-256h-448l-192 192v576h384v256h640v-768h-384zM192 90.51v101.49h-101.49l101.49-101.49zM64 704v-448h192v-192h320v192l-192 192v256h-320zM576 346.51v101.49h-101.49l101.49-101.49zM960 960h-512v-448h192v-192h320v640z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "copy", + "duplicate", + "files", + "pages", + "papers", + "documents" + ], + "defaultCode": 59692, + "grid": 16 + }, + { + "id": 45, + "paths": [ + "M704 128h-128v-64c0-35.2-28.8-64-64-64h-128c-35.204 0-64 28.8-64 64v64h-128v128h512v-128zM512 128h-128v-63.886c0.034-0.038 0.072-0.078 0.114-0.114h127.768c0.042 0.036 0.082 0.076 0.118 0.114v63.886zM832 320v-160c0-17.6-14.4-32-32-32h-64v64h32v128h-192l-192 192v256h-256v-576h32v-64h-64c-17.602 0-32 14.4-32 32v640c0 17.6 14.398 32 32 32h288v192h640v-704h-192zM576 410.51v101.49h-101.49l101.49-101.49zM960 960h-512v-384h192v-192h320v576z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paste", + "clipboard-file" + ], + "defaultCode": 59693, + "grid": 16 + }, + { + "id": 46, + "paths": [ + "M1024 320l-512-256-512 256 512 256 512-256zM512 148.97l342.058 171.030-342.058 171.030-342.058-171.030 342.058-171.030zM921.444 460.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722zM921.444 652.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stack", + "layers" + ], + "defaultCode": 59694, + "grid": 16 + }, + { + "id": 47, + "paths": [ + "M448 128l128 128h448v704h-1024v-832z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder", + "directory", + "category", + "browse" + ], + "defaultCode": 59695, + "grid": 16 + }, + { + "id": 48, + "paths": [ + "M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-open", + "directory", + "category", + "browse" + ], + "defaultCode": 59696, + "grid": 16 + }, + { + "id": 49, + "paths": [ + "M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-128v128h-128v-128h-128v-128h128v-128h128v128h128v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-plus", + "directory", + "folder-add" + ], + "defaultCode": 59697, + "grid": 16 + }, + { + "id": 50, + "paths": [ + "M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-384v-128h384v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-minus", + "directory", + "folder-remove" + ], + "defaultCode": 59698, + "grid": 16 + }, + { + "id": 51, + "paths": [ + "M576 256l-128-128h-448v832h1024v-704h-448zM512 864l-224-224h160v-256h128v256h160l-224 224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-download", + "directory", + "folder-save" + ], + "defaultCode": 59699, + "grid": 16 + }, + { + "id": 52, + "paths": [ + "M576 256l-128-128h-448v832h1024v-704h-448zM512 480l224 224h-160v256h-128v-256h-160l224-224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "folder-upload", + "directory", + "folder-load" + ], + "defaultCode": 59700, + "grid": 16 + }, + { + "id": 53, + "paths": [ + "M976 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM736 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "price-tag" + ], + "defaultCode": 59701, + "grid": 16 + }, + { + "id": 54, + "paths": [ + "M1232 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM992 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z", + "M128 544l544-544h-80c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l30.058-30.058-416-416z" + ], + "width": 1280, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "price-tags" + ], + "defaultCode": 59702, + "grid": 16 + }, + { + "id": 55, + "paths": [ + "M0 128h128v640h-128zM192 128h64v640h-64zM320 128h64v640h-64zM512 128h64v640h-64zM768 128h64v640h-64zM960 128h64v640h-64zM640 128h32v640h-32zM448 128h32v640h-32zM864 128h32v640h-32zM0 832h64v64h-64zM192 832h64v64h-64zM320 832h64v64h-64zM640 832h64v64h-64zM960 832h64v64h-64zM768 832h128v64h-128zM448 832h128v64h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "barcode" + ], + "defaultCode": 59703, + "grid": 16 + }, + { + "id": 56, + "paths": [ + "M320 64h-256v256h256v-256zM384 0v0 384h-384v-384h384zM128 128h128v128h-128zM960 64h-256v256h256v-256zM1024 0v0 384h-384v-384h384zM768 128h128v128h-128zM320 704h-256v256h256v-256zM384 640v0 384h-384v-384h384zM128 768h128v128h-128zM448 0h64v64h-64zM512 64h64v64h-64zM448 128h64v64h-64zM512 192h64v64h-64zM448 256h64v64h-64zM512 320h64v64h-64zM448 384h64v64h-64zM448 512h64v64h-64zM512 576h64v64h-64zM448 640h64v64h-64zM512 704h64v64h-64zM448 768h64v64h-64zM512 832h64v64h-64zM448 896h64v64h-64zM512 960h64v64h-64zM960 512h64v64h-64zM64 512h64v64h-64zM128 448h64v64h-64zM0 448h64v64h-64zM256 448h64v64h-64zM320 512h64v64h-64zM384 448h64v64h-64zM576 512h64v64h-64zM640 448h64v64h-64zM704 512h64v64h-64zM768 448h64v64h-64zM832 512h64v64h-64zM896 448h64v64h-64zM960 640h64v64h-64zM576 640h64v64h-64zM640 576h64v64h-64zM704 640h64v64h-64zM832 640h64v64h-64zM896 576h64v64h-64zM960 768h64v64h-64zM576 768h64v64h-64zM640 704h64v64h-64zM768 704h64v64h-64zM832 768h64v64h-64zM896 704h64v64h-64zM960 896h64v64h-64zM640 832h64v64h-64zM704 896h64v64h-64zM768 832h64v64h-64zM832 896h64v64h-64zM640 960h64v64h-64zM768 960h64v64h-64zM896 960h64v64h-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "qrcode" + ], + "defaultCode": 59704, + "grid": 16 + }, + { + "id": 57, + "paths": [ + "M575.996 320l127.998 127.998-255.994 255.994-127.998-127.998zM1001.526 297.504l-73.516-73.516-32.008 32.008c-16.378 16.38-39.010 26.51-64 26.51-49.988 0-90.514-40.522-90.514-90.51 0-25.002 10.14-47.638 26.534-64.018l31.988-31.986-73.518-73.516c-29.968-29.968-79.008-29.968-108.976 0l-595.040 595.038c-29.966 29.968-29.966 79.010 0 108.976l73.52 73.518 31.962-31.964c16.382-16.406 39.030-26.552 64.044-26.552 49.988 0 90.51 40.524 90.51 90.51 0 25.006-10.14 47.64-26.534 64.022l-31.984 31.986 73.516 73.518c29.966 29.966 79.008 29.966 108.976 0l595.040-595.040c29.964-29.976 29.964-79.016 0-108.984zM448.002 831.996l-256-256 384-384 256 256-384 384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ticket", + "theater", + "cinema" + ], + "defaultCode": 59705, + "grid": 16 + }, + { + "id": 58, + "paths": [ + "M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z", + "M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z", + "M1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cart", + "purchase", + "ecommerce", + "shopping" + ], + "defaultCode": 59706, + "grid": 16 + }, + { + "id": 59, + "paths": [ + "M480 64c-265.096 0-480 214.904-480 480 0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM512 512v-128h128v-64h-128v-64h-64v64h-128v256h128v128h-128v64h128v64h64v-64h128.002l-0.002-256h-128zM448 512h-64v-128h64v128zM576.002 704h-64.002v-128h64.002v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "coin-dollar", + "money", + "cash", + "currency-dollar" + ], + "defaultCode": 59707, + "grid": 16 + }, + { + "id": 60, + "paths": [ + "M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.076 0 384 171.922 384 384s-171.924 384-384 384z", + "M670.824 644.34c-15.27-8.884-34.862-3.708-43.75 11.57-17.256 29.662-49.088 48.090-83.074 48.090h-128c-41.716 0-77.286-26.754-90.496-64h154.496c17.672 0 32-14.326 32-32s-14.328-32-32-32h-160v-64h160c17.672 0 32-14.328 32-32s-14.328-32-32-32h-154.496c13.21-37.246 48.78-64 90.496-64h128c33.986 0 65.818 18.426 83.074 48.090 8.888 15.276 28.478 20.456 43.752 11.568 15.276-8.888 20.456-28.476 11.568-43.752-28.672-49.288-81.702-79.906-138.394-79.906h-128c-77.268 0-141.914 55.056-156.78 128h-35.22c-17.672 0-32 14.328-32 32s14.328 32 32 32h32v64h-32c-17.672 0-32 14.326-32 32s14.328 32 32 32h35.22c14.866 72.944 79.512 128 156.78 128h128c56.692 0 109.72-30.62 138.394-79.91 8.888-15.276 3.708-34.864-11.57-43.75z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "coin-euro", + "money", + "cash", + "currency-euro" + ], + "defaultCode": 59708, + "grid": 16 + }, + { + "id": 61, + "paths": [ + "M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384z", + "M608 704h-224v-128h96c17.672 0 32-14.326 32-32s-14.328-32-32-32h-96v-32c0-52.934 43.066-96 96-96 34.17 0 66.042 18.404 83.18 48.030 8.85 15.298 28.426 20.526 43.722 11.676 15.296-8.848 20.526-28.424 11.676-43.722-28.538-49.336-81.638-79.984-138.578-79.984-88.224 0-160 71.776-160 160v32h-32c-17.672 0-32 14.326-32 32s14.328 32 32 32h32v192h288c17.674 0 32-14.326 32-32s-14.326-32-32-32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "coin-pound", + "money", + "cash", + "currency-pound" + ], + "defaultCode": 59709, + "grid": 16 + }, + { + "id": 62, + "paths": [ + "M480 64c-265.096 0-480 214.904-480 480s214.904 480 480 480c265.098 0 480-214.902 480-480s-214.902-480-480-480zM480 928c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.076 0 384 171.922 384 384s-171.924 384-384 384z", + "M608 576c17.674 0 32-14.326 32-32s-14.326-32-32-32h-68.208l94.832-142.25c9.804-14.704 5.83-34.572-8.876-44.376-14.704-9.802-34.572-5.83-44.376 8.876l-101.372 152.062-101.374-152.062c-9.804-14.706-29.672-18.68-44.376-8.876-14.706 9.804-18.678 29.672-8.876 44.376l94.834 142.25h-68.208c-17.672 0-32 14.326-32 32s14.328 32 32 32h96v64h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h96v96c0 17.674 14.328 32 32 32s32-14.326 32-32v-96h96c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-64h96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "coin-yen", + "money", + "cash", + "currency-yen" + ], + "defaultCode": 59710, + "grid": 16 + }, + { + "id": 63, + "paths": [ + "M928 128h-832c-52.8 0-96 43.2-96 96v576c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-576c0-52.8-43.2-96-96-96zM96 192h832c17.346 0 32 14.654 32 32v96h-896v-96c0-17.346 14.654-32 32-32zM928 832h-832c-17.346 0-32-14.654-32-32v-288h896v288c0 17.346-14.654 32-32 32zM128 640h64v128h-64zM256 640h64v128h-64zM384 640h64v128h-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "credit-card", + "money", + "payment", + "ecommerce" + ], + "defaultCode": 59711, + "grid": 16 + }, + { + "id": 64, + "paths": [ + "M384 64h-320c-35.2 0-64 28.8-64 64v320c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM384 320h-320v-64h320v64zM896 64h-320c-35.204 0-64 28.8-64 64v832c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-832c0-35.2-28.8-64-64-64zM896 640h-320v-64h320v64zM896 448h-320v-64h320v64zM384 576h-320c-35.2 0-64 28.8-64 64v320c0 35.2 28.796 64 64 64h320c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM384 832h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calculator", + "compute", + "math", + "arithmetic", + "sum" + ], + "defaultCode": 59712, + "grid": 16 + }, + { + "id": 65, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 512c0-106.040 85.96-192 192-192s192 85.96 192 192-85.96 192-192 192-192-85.96-192-192zM925.98 683.476v0l-177.42-73.49c12.518-30.184 19.44-63.276 19.44-97.986s-6.922-67.802-19.44-97.986l177.42-73.49c21.908 52.822 34.020 110.73 34.020 171.476s-12.114 118.654-34.020 171.476v0zM683.478 98.020v0 0l-73.49 177.42c-30.184-12.518-63.276-19.44-97.988-19.44s-67.802 6.922-97.986 19.44l-73.49-177.422c52.822-21.904 110.732-34.018 171.476-34.018 60.746 0 118.654 12.114 171.478 34.020zM98.020 340.524l177.422 73.49c-12.518 30.184-19.442 63.276-19.442 97.986s6.922 67.802 19.44 97.986l-177.42 73.49c-21.906-52.822-34.020-110.73-34.020-171.476s12.114-118.654 34.020-171.476zM340.524 925.98l73.49-177.42c30.184 12.518 63.276 19.44 97.986 19.44s67.802-6.922 97.986-19.44l73.49 177.42c-52.822 21.904-110.73 34.020-171.476 34.020-60.744 0-118.654-12.114-171.476-34.020z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lifebuoy", + "support", + "help" + ], + "defaultCode": 59713, + "grid": 16 + }, + { + "id": 66, + "paths": [ + "M704 640c-64 64-64 128-128 128s-128-64-192-128-128-128-128-192 64-64 128-128-128-256-192-256-192 192-192 192c0 128 131.5 387.5 256 512s384 256 512 256c0 0 192-128 192-192s-192-256-256-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "phone", + "telephone", + "contact", + "support", + "call" + ], + "defaultCode": 59714, + "grid": 16 + }, + { + "id": 67, + "paths": [ + "M1017.378 575.994c8.004 55.482 13.216 131.392-11.664 160.446-41.142 48.044-301.712 48.044-301.712-48.042 0-48.398 42.856-80.134 1.712-128.178-40.472-47.262-113.026-48.030-193.714-48.042-80.686 0.012-153.242 0.78-193.714 48.042-41.142 48.046 1.714 79.78 1.714 128.178 0 96.086-260.57 96.086-301.714 48.044-24.878-29.054-19.668-104.964-11.662-160.446 6.16-37.038 21.724-76.996 71.548-127.994 0-0.002 0.002-0.002 0.002-0.004 74.738-69.742 187.846-126.738 429.826-127.968v-0.030c1.344 0 2.664 0.010 4 0.014 1.338-0.004 2.656-0.014 4-0.014v0.028c241.98 1.23 355.088 58.226 429.826 127.968 0.002 0.002 0.002 0.004 0.002 0.004 49.824 50.996 65.39 90.954 71.55 127.994z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "phone-hang-up", + "telephone", + "contact", + "support", + "call" + ], + "defaultCode": 59715, + "grid": 16 + }, + { + "id": 68, + "paths": [ + "M192 0v1024h768v-1024h-768zM576 256.33c70.51 0 127.67 57.16 127.67 127.67s-57.16 127.67-127.67 127.67-127.67-57.16-127.67-127.67 57.16-127.67 127.67-127.67v0zM768 768h-384v-64c0-70.696 57.306-128 128-128v0h128c70.696 0 128 57.304 128 128v64z", + "M64 64h96v192h-96v-192z", + "M64 320h96v192h-96v-192z", + "M64 576h96v192h-96v-192z", + "M64 832h96v192h-96v-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "address-book", + "contact", + "book", + "contacts" + ], + "defaultCode": 59716, + "grid": 16 + }, + { + "id": 69, + "paths": [ + "M928 128h-832c-52.8 0-96 43.2-96 96v640c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-640c0-52.8-43.2-96-96-96zM398.74 550.372l-270.74 210.892v-501.642l270.74 290.75zM176.38 256h671.24l-335.62 252-335.62-252zM409.288 561.698l102.712 110.302 102.71-110.302 210.554 270.302h-626.528l210.552-270.302zM625.26 550.372l270.74-290.75v501.642l-270.74-210.892z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "envelop", + "mail", + "email", + "contact", + "letter" + ], + "defaultCode": 59717, + "grid": 16 + }, + { + "id": 70, + "paths": [ + "M544 0l-96 96 96 96-224 256h-224l176 176-272 360.616v39.384h39.384l360.616-272 176 176v-224l256-224 96 96 96-96-480-480zM448 544l-64-64 224-224 64 64-224 224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pushpin", + "pin" + ], + "defaultCode": 59718, + "grid": 16 + }, + { + "id": 71, + "paths": [ + "M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location", + "map-marker", + "pin" + ], + "defaultCode": 59719, + "grid": 16 + }, + { + "id": 72, + "paths": [ + "M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 516c-108.248 0-196-87.752-196-196s87.752-196 196-196 196 87.752 196 196-87.752 196-196 196zM388 320c0-68.483 55.517-124 124-124s124 55.517 124 124c0 68.483-55.517 124-124 124s-124-55.517-124-124z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "location", + "map-marker", + "pin" + ], + "defaultCode": 59720, + "grid": 16 + }, + { + "id": 73, + "paths": [ + "M544.010 1024.004c-2.296 0-4.622-0.25-6.94-0.764-14.648-3.25-25.070-16.238-25.070-31.24v-480h-480c-15.002 0-27.992-10.422-31.24-25.070-3.25-14.646 4.114-29.584 17.708-35.928l960-448c12.196-5.688 26.644-3.144 36.16 6.372 9.516 9.514 12.060 23.966 6.372 36.16l-448 960c-5.342 11.44-16.772 18.47-28.99 18.47zM176.242 448h367.758c17.674 0 32 14.328 32 32v367.758l349.79-749.546-749.548 349.788z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "compass", + "direction", + "location" + ], + "defaultCode": 59721, + "grid": 16 + }, + { + "id": 74, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM96 512c0-229.75 186.25-416 416-416 109.574 0 209.232 42.386 283.534 111.628l-411.534 176.372-176.372 411.534c-69.242-74.302-111.628-173.96-111.628-283.534zM585.166 585.166l-256.082 109.75 109.75-256.082 146.332 146.332zM512 928c-109.574 0-209.234-42.386-283.532-111.628l411.532-176.372 176.372-411.532c69.242 74.298 111.628 173.958 111.628 283.532 0 229.75-186.25 416-416 416z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "compass", + "direction", + "location" + ], + "defaultCode": 59722, + "grid": 16 + }, + { + "id": 75, + "paths": [ + "M0 192l320-128v768l-320 128z", + "M384 32l320 192v736l-320-160z", + "M768 224l256-192v768l-256 192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map", + "guide" + ], + "defaultCode": 59723, + "grid": 16 + }, + { + "id": 76, + "paths": [ + "M672 192l-320-128-352 128v768l352-128 320 128 352-128v-768l-352 128zM384 145.73l256 102.4v630.138l-256-102.398v-630.14zM64 236.828l256-93.090v631.8l-256 93.088v-631.798zM960 787.172l-256 93.092v-631.8l256-93.090v631.798z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "map", + "guide" + ], + "defaultCode": 59724, + "grid": 16 + }, + { + "id": 77, + "paths": [ + "M640 64c247.424 0 448 200.576 448 448s-200.576 448-448 448v-96c94.024 0 182.418-36.614 248.902-103.098s103.098-154.878 103.098-248.902c0-94.022-36.614-182.418-103.098-248.902s-154.878-103.098-248.902-103.098c-94.022 0-182.418 36.614-248.902 103.098-51.14 51.138-84.582 115.246-97.306 184.902h186.208l-224 256-224-256h164.57c31.060-217.102 217.738-384 443.43-384zM832 448v128h-256v-320h128v192z" + ], + "width": 1088, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "history", + "time", + "archive", + "past" + ], + "defaultCode": 59725, + "grid": 16 + }, + { + "id": 78, + "paths": [ + "M658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clock", + "time", + "schedule" + ], + "defaultCode": 59726, + "grid": 16 + }, + { + "id": 79, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254-90.512 90.512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clock", + "time", + "schedule" + ], + "defaultCode": 59727, + "grid": 16 + }, + { + "id": 80, + "paths": [ + "M512 128c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448zM512 936c-198.824 0-360-161.178-360-360 0-198.824 161.176-360 360-360 198.822 0 360 161.176 360 360 0 198.822-161.178 360-360 360zM934.784 287.174c16.042-28.052 25.216-60.542 25.216-95.174 0-106.040-85.96-192-192-192-61.818 0-116.802 29.222-151.92 74.596 131.884 27.236 245.206 105.198 318.704 212.578v0zM407.92 74.596c-35.116-45.374-90.102-74.596-151.92-74.596-106.040 0-192 85.96-192 192 0 34.632 9.174 67.122 25.216 95.174 73.5-107.38 186.822-185.342 318.704-212.578z", + "M512 576v-256h-64v320h256v-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "alarm", + "time", + "clock" + ], + "defaultCode": 59728, + "grid": 16 + }, + { + "id": 81, + "paths": [ + "M1025.5 800c0-288-256-224-256-448 0-18.56-1.788-34.42-5.048-47.928-16.83-113.018-92.156-203.72-189.772-231.36 0.866-3.948 1.32-8.032 1.32-12.21 0-33.278-28.8-60.502-64-60.502s-64 27.224-64 60.5c0 4.18 0.456 8.264 1.32 12.21-109.47 30.998-190.914 141.298-193.254 273.442-0.040 1.92-0.066 3.864-0.066 5.846 0 224.002-256 160.002-256 448.002 0 76.226 170.59 139.996 398.97 156.080 21.524 40.404 64.056 67.92 113.030 67.92s91.508-27.516 113.030-67.92c228.38-16.084 398.97-79.854 398.97-156.080 0-0.228-0.026-0.456-0.028-0.682l1.528 0.682zM826.246 854.096c-54.23 14.47-118.158 24.876-186.768 30.648-5.704-65.418-60.582-116.744-127.478-116.744s-121.774 51.326-127.478 116.744c-68.608-5.772-132.538-16.178-186.768-30.648-74.63-19.914-110.31-42.19-123.368-54.096 13.058-11.906 48.738-34.182 123.368-54.096 86.772-23.152 198.372-35.904 314.246-35.904s227.474 12.752 314.246 35.904c74.63 19.914 110.31 42.19 123.368 54.096-13.058 11.906-48.738 34.182-123.368 54.096z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bell", + "alarm", + "notification" + ], + "defaultCode": 59729, + "grid": 16 + }, + { + "id": 82, + "paths": [ + "M512.002 193.212v-65.212h128v-64c0-35.346-28.654-64-64.002-64h-191.998c-35.346 0-64 28.654-64 64v64h128v65.212c-214.798 16.338-384 195.802-384 414.788 0 229.75 186.25 416 416 416s416-186.25 416-416c0-218.984-169.202-398.448-384-414.788zM706.276 834.274c-60.442 60.44-140.798 93.726-226.274 93.726s-165.834-33.286-226.274-93.726c-60.44-60.44-93.726-140.8-93.726-226.274s33.286-165.834 93.726-226.274c58.040-58.038 134.448-91.018 216.114-93.548l-21.678 314.020c-1.86 26.29 12.464 37.802 31.836 37.802s33.698-11.512 31.836-37.802l-21.676-314.022c81.666 2.532 158.076 35.512 216.116 93.55 60.44 60.44 93.726 140.8 93.726 226.274s-33.286 165.834-93.726 226.274z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stopwatch", + "time", + "speed", + "meter", + "chronometer" + ], + "defaultCode": 59730, + "grid": 16 + }, + { + "id": 83, + "paths": [ + "M320 384h128v128h-128zM512 384h128v128h-128zM704 384h128v128h-128zM128 768h128v128h-128zM320 768h128v128h-128zM512 768h128v128h-128zM320 576h128v128h-128zM512 576h128v128h-128zM704 576h128v128h-128zM128 576h128v128h-128zM832 0v64h-128v-64h-448v64h-128v-64h-128v1024h960v-1024h-128zM896 960h-832v-704h832v704z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "calendar", + "date", + "schedule", + "time", + "day" + ], + "defaultCode": 59731, + "grid": 16 + }, + { + "id": 84, + "paths": [ + "M256 64h512v128h-512v-128z", + "M960 256h-896c-35.2 0-64 28.8-64 64v320c0 35.2 28.794 64 64 64h192v256h512v-256h192c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM128 448c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.652 64-64 64zM704 896h-384v-320h384v320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "printer", + "print" + ], + "defaultCode": 59732, + "grid": 16 + }, + { + "id": 85, + "paths": [ + "M1088 128h-1024c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h1024c35.2 0 64-28.8 64-64v-640c0-35.2-28.8-64-64-64zM640 256h128v128h-128v-128zM832 448v128h-128v-128h128zM448 256h128v128h-128v-128zM640 448v128h-128v-128h128zM256 256h128v128h-128v-128zM448 448v128h-128v-128h128zM128 256h64v128h-64v-128zM128 448h128v128h-128v-128zM192 768h-64v-128h64v128zM768 768h-512v-128h512v128zM1024 768h-192v-128h192v128zM1024 576h-128v-128h128v128zM1024 384h-192v-128h192v128z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "keyboard", + "typing", + "type" + ], + "defaultCode": 59733, + "grid": 16 + }, + { + "id": 86, + "paths": [ + "M0 64v640h1024v-640h-1024zM960 640h-896v-512h896v512zM672 768h-320l-32 128-64 64h512l-64-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "display", + "screen", + "monitor", + "computer", + "desktop", + "pc" + ], + "defaultCode": 59734, + "grid": 16 + }, + { + "id": 87, + "paths": [ + "M896 704v-512c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v512h-128v192h1024v-192h-128zM640 832h-256v-64h256v64zM832 704h-640v-511.886c0.034-0.040 0.076-0.082 0.114-0.114h639.77c0.040 0.034 0.082 0.076 0.116 0.116v511.884z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "laptop", + "computer", + "pc" + ], + "defaultCode": 59735, + "grid": 16 + }, + { + "id": 88, + "paths": [ + "M736 0h-448c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h448c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 48h256v32h-256v-32zM512 960c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64zM768 768h-512v-640h512v640z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mobile", + "cell-phone", + "handheld" + ], + "defaultCode": 59736, + "grid": 16 + }, + { + "id": 89, + "paths": [ + "M768 0h-576c-35.2 0-64 28.798-64 64v896c0 35.2 28.798 64 64 64h576c35.2 0 64-28.8 64-64v-896c0-35.202-28.8-64-64-64zM480 977.782c-27.492 0-49.782-22.29-49.782-49.782s22.29-49.782 49.782-49.782 49.782 22.29 49.782 49.782-22.29 49.782-49.782 49.782zM768 832h-576v-704h576v704z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mobile", + "cell-phone", + "handheld", + "tablet", + "phablet" + ], + "defaultCode": 59737, + "grid": 16 + }, + { + "id": 90, + "paths": [ + "M800 0h-640c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h640c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM480 992c-17.672 0-32-14.326-32-32s14.328-32 32-32 32 14.326 32 32-14.328 32-32 32zM768 896h-576v-768h576v768z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tablet", + "mobile" + ], + "defaultCode": 59738, + "grid": 16 + }, + { + "id": 91, + "paths": [ + "M981.188 288.108c-88.808-12.768-183.382-22.016-282.076-27.22l164.888-164.888-64-64-224.558 224.556c-21.006-0.368-42.156-0.556-63.442-0.556v0l-256-256-64 64 194.196 194.196c-120.922 4.242-236.338 14.524-343.386 29.912-27.532 107.726-42.81 226.752-42.81 351.892s15.278 244.166 42.804 351.89c143.642 20.652 302.34 32.11 469.196 32.11s325.55-11.458 469.188-32.11c27.534-107.724 42.812-226.75 42.812-351.89s-15.278-244.166-42.812-351.892zM863.892 874.594c-107.73 13.766-226.75 21.406-351.892 21.406s-244.166-7.64-351.892-21.406c-20.648-71.816-32.108-151.166-32.108-234.594 0-83.43 11.458-162.78 32.108-234.596 107.726-13.766 226.75-21.404 351.892-21.404 125.136 0 244.162 7.638 351.886 21.404 20.656 71.816 32.114 151.166 32.114 234.596 0 83.428-11.458 162.778-32.108 234.594z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tv", + "television", + "show" + ], + "defaultCode": 59739, + "grid": 16 + }, + { + "id": 92, + "paths": [ + "M1016.988 652.010l-256-320c-6.074-7.592-15.266-12.010-24.988-12.010h-448c-9.72 0-18.916 4.418-24.988 12.010l-256 320c-4.538 5.674-7.012 12.724-7.012 19.99v288c0 35.346 28.654 64 64 64h896c35.348 0 64-28.654 64-64v-288c0-7.266-2.472-14.316-7.012-19.99zM960 704h-224l-128 128h-192l-128-128h-224v-20.776l239.38-299.224h417.24l239.38 299.224v20.776z", + "M736 512h-448c-17.672 0-32-14.328-32-32s14.328-32 32-32h448c17.674 0 32 14.328 32 32s-14.326 32-32 32z", + "M800 640h-576c-17.672 0-32-14.326-32-32s14.328-32 32-32h576c17.674 0 32 14.326 32 32s-14.326 32-32 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "drawer", + "box", + "inbox", + "archive", + "category" + ], + "defaultCode": 59740, + "grid": 16 + }, + { + "id": 93, + "paths": [ + "M1016.988 652.010l-256-320c-6.074-7.592-15.266-12.010-24.988-12.010h-448c-9.72 0-18.916 4.418-24.988 12.010l-256 320c-4.538 5.674-7.012 12.724-7.012 19.99v288c0 35.346 28.654 64 64 64h896c35.348 0 64-28.654 64-64v-288c0-7.266-2.472-14.316-7.012-19.99zM960 704h-224l-128 128h-192l-128-128h-224v-20.776l239.38-299.224h417.24l239.38 299.224v20.776z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "drawer", + "box", + "inbox", + "archive", + "category" + ], + "defaultCode": 59741, + "grid": 16 + }, + { + "id": 94, + "paths": [ + "M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "box-add", + "box", + "download", + "storage", + "inbox", + "archive" + ], + "defaultCode": 59742, + "grid": 16 + }, + { + "id": 95, + "paths": [ + "M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM640 640v192h-256v-192h-192l320-256 320 256h-192zM154.51 192l64-64h586.976l64 64h-714.976z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "box-remove", + "box", + "upload", + "storage", + "outbox", + "archive" + ], + "defaultCode": 59743, + "grid": 16 + }, + { + "id": 96, + "paths": [ + "M512 576l256-256h-192v-256h-128v256h-192zM744.726 471.272l-71.74 71.742 260.080 96.986-421.066 157.018-421.066-157.018 260.080-96.986-71.742-71.742-279.272 104.728v256l512 192 512-192v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "download", + "save", + "store", + "arrow" + ], + "defaultCode": 59744, + "grid": 16 + }, + { + "id": 97, + "paths": [ + "M448 576h128v-256h192l-256-256-256 256h192zM640 432v98.712l293.066 109.288-421.066 157.018-421.066-157.018 293.066-109.288v-98.712l-384 144v256l512 192 512-192v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "upload", + "load", + "arrow" + ], + "defaultCode": 59745, + "grid": 16 + }, + { + "id": 98, + "paths": [ + "M896 0h-896v1024h1024v-896l-128-128zM512 128h128v256h-128v-256zM896 896h-768v-768h64v320h576v-320h74.978l53.022 53.018v714.982z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "floppy-disk", + "save" + ], + "defaultCode": 59746, + "grid": 16 + }, + { + "id": 99, + "paths": [ + "M192 896h640c106.038 0 192-85.96 192-192h-1024c0 106.040 85.962 192 192 192zM832 768h64v64h-64v-64zM960 128h-896l-64 512h1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "drive", + "save", + "hdd", + "hard-disk" + ], + "defaultCode": 59747, + "grid": 16 + }, + { + "id": 100, + "paths": [ + "M512 0c-282.77 0-512 71.634-512 160v128c0 88.366 229.23 160 512 160s512-71.634 512-160v-128c0-88.366-229.23-160-512-160z", + "M512 544c-282.77 0-512-71.634-512-160v192c0 88.366 229.23 160 512 160s512-71.634 512-160v-192c0 88.366-229.23 160-512 160z", + "M512 832c-282.77 0-512-71.634-512-160v192c0 88.366 229.23 160 512 160s512-71.634 512-160v-192c0 88.366-229.23 160-512 160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "database", + "db", + "server", + "host", + "storage", + "save", + "datecenter" + ], + "defaultCode": 59748, + "grid": 16 + }, + { + "id": 101, + "paths": [ + "M512 64c-141.384 0-269.376 57.32-362.032 149.978l-149.968-149.978v384h384l-143.532-143.522c69.496-69.492 165.492-112.478 271.532-112.478 212.068 0 384 171.924 384 384 0 114.696-50.292 217.636-130.018 288l84.666 96c106.302-93.816 173.352-231.076 173.352-384 0-282.77-229.23-512-512-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "undo", + "ccw", + "arrow" + ], + "defaultCode": 59749, + "grid": 16 + }, + { + "id": 102, + "paths": [ + "M0 576c0 152.924 67.048 290.184 173.35 384l84.666-96c-79.726-70.364-130.016-173.304-130.016-288 0-212.076 171.93-384 384-384 106.042 0 202.038 42.986 271.53 112.478l-143.53 143.522h384v-384l-149.97 149.978c-92.654-92.658-220.644-149.978-362.030-149.978-282.77 0-512 229.23-512 512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "redo", + "cw", + "arrow" + ], + "defaultCode": 59750, + "grid": 16 + }, + { + "id": 103, + "paths": [ + "M761.862 1024c113.726-206.032 132.888-520.306-313.862-509.824v253.824l-384-384 384-384v248.372c534.962-13.942 594.57 472.214 313.862 775.628z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "undo", + "left", + "arrow-left" + ], + "defaultCode": 59751, + "grid": 16 + }, + { + "id": 104, + "paths": [ + "M576 248.372v-248.372l384 384-384 384v-253.824c-446.75-10.482-427.588 303.792-313.86 509.824-280.712-303.414-221.1-789.57 313.86-775.628z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "redo", + "right", + "arrow-right" + ], + "defaultCode": 59752, + "grid": 16 + }, + { + "id": 105, + "paths": [ + "M262.14 0c-113.728 206.032-132.89 520.304 313.86 509.824v-253.824l384 384-384 384v-248.372c-534.96 13.942-594.572-472.214-313.86-775.628z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "forward", + "right", + "arrow-right" + ], + "defaultCode": 59753, + "grid": 16 + }, + { + "id": 106, + "paths": [ + "M448 775.628v248.372l-384-384 384-384v253.824c446.75 10.48 427.588-303.792 313.862-509.824 280.71 303.414 221.1 789.57-313.862 775.628z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reply", + "left", + "arrow-left" + ], + "defaultCode": 59754, + "grid": 16 + }, + { + "id": 107, + "paths": [ + "M512 64c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bubble", + "comment", + "chat", + "talk" + ], + "defaultCode": 59755, + "grid": 16 + }, + { + "id": 108, + "paths": [ + "M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52-49.182-21.92-103.586-33.52-159.836-33.52-95.56 0-185.816 33.446-254.138 94.178-70.846 62.972-109.862 147.434-109.862 237.822 0 44.672 9.544 87.888 27.736 127.788-5.228 0.126-10.468 0.212-15.736 0.212-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bubbles", + "comments", + "chat", + "talk" + ], + "defaultCode": 59756, + "grid": 16 + }, + { + "id": 109, + "paths": [ + "M480 0v0c265.096 0 480 173.914 480 388.448s-214.904 388.448-480 388.448c-25.458 0-50.446-1.62-74.834-4.71-103.106 102.694-222.172 121.108-341.166 123.814v-25.134c64.252-31.354 116-88.466 116-153.734 0-9.106-0.712-18.048-2.030-26.794-108.558-71.214-177.97-179.988-177.97-301.89 0-214.534 214.904-388.448 480-388.448zM996 870.686c0 55.942 36.314 104.898 92 131.772v21.542c-103.126-2.318-197.786-18.102-287.142-106.126-21.14 2.65-42.794 4.040-64.858 4.040-95.47 0-183.408-25.758-253.614-69.040 144.674-0.506 281.26-46.854 384.834-130.672 52.208-42.252 93.394-91.826 122.414-147.348 30.766-58.866 46.366-121.582 46.366-186.406 0-10.448-0.45-20.836-1.258-31.168 72.57 59.934 117.258 141.622 117.258 231.676 0 104.488-60.158 197.722-154.24 258.764-1.142 7.496-1.76 15.16-1.76 22.966z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bubbles", + "comments", + "chat", + "talk" + ], + "defaultCode": 59757, + "grid": 16 + }, + { + "id": 110, + "paths": [ + "M512 192c-54.932 0-107.988 8.662-157.694 25.742-46.712 16.054-88.306 38.744-123.628 67.444-66.214 53.798-102.678 122.984-102.678 194.814 0 40.298 11.188 79.378 33.252 116.152 22.752 37.92 56.982 72.586 98.988 100.252 30.356 19.992 50.78 51.948 56.176 87.894 1.8 11.984 2.928 24.088 3.37 36.124 7.47-6.194 14.75-12.846 21.88-19.976 24.154-24.152 56.78-37.49 90.502-37.49 5.368 0 10.762 0.336 16.156 1.024 20.974 2.666 42.398 4.020 63.676 4.020 54.934 0 107.988-8.66 157.694-25.742 46.712-16.054 88.306-38.744 123.628-67.444 66.214-53.796 102.678-122.984 102.678-194.814s-36.464-141.016-102.678-194.814c-35.322-28.698-76.916-51.39-123.628-67.444-49.706-17.080-102.76-25.742-157.694-25.742zM512 64v0c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bubble", + "comment", + "chat", + "talk" + ], + "defaultCode": 59758, + "grid": 16 + }, + { + "id": 111, + "paths": [ + "M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM230.678 221.186c-66.214 53.798-102.678 122.984-102.678 194.814 0 40.298 11.188 79.378 33.252 116.15 22.752 37.92 56.982 72.586 98.988 100.252 30.356 19.992 50.78 51.948 56.176 87.894 1.8 11.984 2.928 24.088 3.37 36.124 7.47-6.194 14.75-12.846 21.88-19.976 24.154-24.152 56.78-37.49 90.502-37.49 5.368 0 10.762 0.336 16.156 1.024 20.948 2.662 42.344 4.016 63.594 4.020v128c-27.128-0.002-53.754-1.738-79.742-5.042-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416 278.458 0 504.992 180.614 511.836 405.52-41.096-18.316-85.84-29.422-132.262-32.578-11.53-56.068-45.402-108.816-98.252-151.756-35.322-28.698-76.916-51.39-123.628-67.444-49.706-17.080-102.76-25.742-157.694-25.742-54.932 0-107.988 8.662-157.694 25.742-46.712 16.054-88.306 38.744-123.628 67.444z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bubbles", + "comments", + "chat", + "talk" + ], + "defaultCode": 59759, + "grid": 16 + }, + { + "id": 112, + "paths": [ + "M480 128c-50.666 0-99.582 7.95-145.386 23.628-42.924 14.694-81.114 35.436-113.502 61.646-60.044 48.59-93.112 110.802-93.112 175.174 0 35.99 10.066 70.948 29.92 103.898 20.686 34.34 51.898 65.794 90.26 90.958 30.44 19.968 50.936 51.952 56.362 87.95 0.902 5.99 1.63 12.006 2.18 18.032 2.722-2.52 5.424-5.114 8.114-7.794 24.138-24.040 56.688-37.312 90.322-37.312 5.348 0 10.718 0.336 16.094 1.018 19.36 2.452 39.124 3.696 58.748 3.696 50.666 0 99.58-7.948 145.384-23.628 42.926-14.692 81.116-35.434 113.504-61.644 60.046-48.59 93.112-110.802 93.112-175.174s-33.066-126.582-93.112-175.174c-32.388-26.212-70.578-46.952-113.504-61.646-45.804-15.678-94.718-23.628-145.384-23.628zM480 0v0c265.096 0 480 173.914 480 388.448s-214.904 388.448-480 388.448c-25.458 0-50.446-1.62-74.834-4.71-103.106 102.694-222.172 121.108-341.166 123.814v-25.134c64.252-31.354 116-88.466 116-153.734 0-9.106-0.712-18.048-2.030-26.794-108.558-71.214-177.97-179.988-177.97-301.89 0-214.534 214.904-388.448 480-388.448zM996 870.686c0 55.942 36.314 104.898 92 131.772v21.542c-103.126-2.318-197.786-18.102-287.142-106.126-21.14 2.65-42.794 4.040-64.858 4.040-95.47 0-183.408-25.758-253.614-69.040 144.674-0.506 281.26-46.854 384.834-130.672 52.208-42.252 93.394-91.826 122.414-147.348 30.766-58.866 46.366-121.582 46.366-186.406 0-10.448-0.45-20.836-1.258-31.168 72.57 59.934 117.258 141.622 117.258 231.676 0 104.488-60.158 197.722-154.24 258.764-1.142 7.496-1.76 15.16-1.76 22.966z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bubbles", + "comments", + "chat", + "talk" + ], + "defaultCode": 59760, + "grid": 16 + }, + { + "id": 113, + "paths": [ + "M576 706.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user", + "profile", + "avatar", + "person", + "member" + ], + "defaultCode": 59761, + "grid": 16 + }, + { + "id": 114, + "paths": [ + "M768 770.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388z", + "M327.196 795.328c55.31-36.15 124.080-63.636 199.788-80.414-15.054-17.784-28.708-37.622-40.492-59.020-30.414-55.234-46.492-116.058-46.492-175.894 0-86.042 0-167.31 30.6-233.762 29.706-64.504 83.128-104.496 159.222-119.488-16.914-76.48-61.94-126.75-181.822-126.75-192 0-192 128.942-192 288 0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h279.006c14.518-12.91 30.596-25.172 48.19-36.672z" + ], + "width": 1152, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "users", + "group", + "team", + "members", + "community", + "collaborate" + ], + "defaultCode": 59762, + "grid": 16 + }, + { + "id": 115, + "paths": [ + "M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96z", + "M736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-plus", + "user", + "user-add", + "profile", + "avatar", + "person", + "member" + ], + "defaultCode": 59763, + "grid": 16 + }, + { + "id": 116, + "paths": [ + "M384 736c0-151.234 95.874-280.486 230.032-330.2 16.28-36.538 25.968-77.164 25.968-117.8 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h397.306c-8.664-30.53-13.306-62.732-13.306-96z", + "M736 448c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.056 0 288-128.942 288-288s-128.942-288-288-288zM896 768h-320v-64h320v64z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-minus", + "user", + "user-remove", + "profile", + "avatar", + "person", + "member" + ], + "defaultCode": 59764, + "grid": 16 + }, + { + "id": 117, + "paths": [ + "M960 608l-288 288-96-96-64 64 160 160 352-352z", + "M448 768h320v-115.128c-67.22-39.2-156.308-66.11-256-74.26v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h448v-64z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-check", + "user", + "user-tick", + "profile", + "avatar", + "person", + "member" + ], + "defaultCode": 59765, + "grid": 16 + }, + { + "id": 118, + "paths": [ + "M320 192c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192s-192-85.961-192-192zM768.078 448h-35.424l-199.104 404.244 74.45-372.244-96-96-96 96 74.45 372.244-199.102-404.244h-35.424c-127.924 0-127.924 85.986-127.924 192v320h768v-320c0-106.014 0-192-127.922-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "user-tie", + "user", + "user-employee", + "profile", + "avatar", + "person", + "member", + "job", + "official" + ], + "defaultCode": 59766, + "grid": 16 + }, + { + "id": 119, + "paths": [ + "M225 448c123.712 0 224 100.29 224 224 0 123.712-100.288 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.634 11.636-22.252 24.016-31.83 37.020 11.438-1.8 23.16-2.746 35.104-2.746zM801 448c123.71 0 224 100.29 224 224 0 123.712-100.29 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.636 11.636-22.254 24.016-31.832 37.020 11.44-1.8 23.16-2.746 35.106-2.746z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "quotes-left", + "ldquo" + ], + "defaultCode": 59767, + "grid": 16 + }, + { + "id": 120, + "paths": [ + "M800 640c-123.712 0-224-100.29-224-224 0-123.712 100.288-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.634-11.636 22.252-24.016 31.83-37.020-11.438 1.8-23.16 2.746-35.104 2.746zM224 640c-123.71 0-224-100.29-224-224 0-123.712 100.29-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.636-11.636 22.254-24.016 31.832-37.020-11.44 1.8-23.16 2.746-35.106 2.746z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "quotes-right", + "rdquo" + ], + "defaultCode": 59768, + "grid": 16 + }, + { + "id": 121, + "paths": [ + "M728.992 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64h-889.042c-2.29 20.968-3.48 42.326-3.48 64 0 192.792 93.254 360.666 231.006 448-137.752 87.334-231.006 255.208-231.006 448 0 21.676 1.19 43.034 3.478 64h889.042c2.288-20.966 3.478-42.324 3.478-64 0.002-192.792-93.252-360.666-231.006-448zM160 960c0-186.912 80.162-345.414 224-397.708v-100.586c-143.838-52.29-224-210.792-224-397.706v0h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zM619.626 669.594c-71.654-40.644-75.608-93.368-75.626-125.366v-64.228c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336h-409.582c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366v64.228c0 31.992-3.804 84.914-75.744 125.664-72.622 42.18-126.738 125.684-143.090 226.336h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hour-glass", + "loading", + "busy", + "wait" + ], + "defaultCode": 59769, + "grid": 16 + }, + { + "id": 122, + "paths": [ + "M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM655.53 240.47c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM832 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM719.53 783.53c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM448.002 896c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM176.472 783.53c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM144.472 240.47c0 0 0 0 0 0 0-53.019 42.981-96 96-96s96 42.981 96 96c0 0 0 0 0 0 0 53.019-42.981 96-96 96s-96-42.981-96-96zM56 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72s-72-32.235-72-72z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59770, + "grid": 16 + }, + { + "id": 123, + "paths": [ + "M1024 512c-1.278-66.862-15.784-133.516-42.576-194.462-26.704-61-65.462-116.258-113.042-161.92-47.552-45.696-103.944-81.82-164.984-105.652-61.004-23.924-126.596-35.352-191.398-33.966-64.81 1.282-129.332 15.374-188.334 41.356-59.048 25.896-112.542 63.47-156.734 109.576-44.224 46.082-79.16 100.708-102.186 159.798-23.114 59.062-34.128 122.52-32.746 185.27 1.286 62.76 14.964 125.148 40.134 182.206 25.088 57.1 61.476 108.828 106.11 151.548 44.61 42.754 97.472 76.504 154.614 98.72 57.118 22.304 118.446 32.902 179.142 31.526 60.708-1.29 120.962-14.554 176.076-38.914 55.15-24.282 105.116-59.48 146.366-102.644 41.282-43.14 73.844-94.236 95.254-149.43 13.034-33.458 21.88-68.4 26.542-103.798 1.246 0.072 2.498 0.12 3.762 0.12 35.346 0 64-28.652 64-64 0-1.796-0.094-3.572-0.238-5.332h0.238zM922.306 681.948c-23.472 53.202-57.484 101.4-99.178 141.18-41.67 39.81-91 71.186-144.244 91.79-53.228 20.678-110.29 30.452-166.884 29.082-56.604-1.298-112.596-13.736-163.82-36.474-51.25-22.666-97.684-55.49-135.994-95.712-38.338-40.198-68.528-87.764-88.322-139.058-19.87-51.284-29.228-106.214-27.864-160.756 1.302-54.552 13.328-108.412 35.254-157.69 21.858-49.3 53.498-93.97 92.246-130.81 38.73-36.868 84.53-65.87 133.874-84.856 49.338-19.060 102.136-28.006 154.626-26.644 52.5 1.306 104.228 12.918 151.562 34.034 47.352 21.050 90.256 51.502 125.624 88.782 35.396 37.258 63.21 81.294 81.39 128.688 18.248 47.392 26.782 98.058 25.424 148.496h0.238c-0.144 1.76-0.238 3.536-0.238 5.332 0 33.012 24.992 60.174 57.086 63.624-6.224 34.822-16.53 68.818-30.78 100.992z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59771, + "grid": 16 + }, + { + "id": 124, + "paths": [ + "M512 303.096c-32.964 0-59.686-26.724-59.686-59.686v-179.060c0-32.964 26.722-59.686 59.686-59.686 32.962 0 59.688 26.722 59.688 59.686v179.060c0 32.964-26.726 59.686-59.688 59.686z", + "M512 996.956c-20.602 0-37.304-16.702-37.304-37.304v-179.060c0-20.602 16.702-37.304 37.304-37.304 20.604 0 37.304 16.704 37.304 37.304v179.060c0 20.602-16.7 37.304-37.304 37.304z", + "M377.756 335.36c-19.34 0-38.146-10.034-48.512-27.988l-89.53-155.070c-15.452-26.764-6.282-60.986 20.482-76.438 26.762-15.45 60.986-6.284 76.438 20.482l89.53 155.072c15.452 26.764 6.282 60.986-20.482 76.438-8.81 5.084-18.432 7.504-27.926 7.504z", + "M735.856 933.256c-11.602 0-22.886-6.022-29.108-16.792l-89.53-155.070c-9.27-16.056-3.77-36.592 12.29-45.864 16.056-9.264 36.59-3.77 45.864 12.292l89.532 155.068c9.27 16.058 3.768 36.592-12.292 45.864-5.286 3.048-11.060 4.502-16.756 4.502z", + "M279.344 429.94c-8.86 0-17.838-2.256-26.064-7.006l-155.072-89.53c-24.978-14.422-33.538-46.362-19.116-71.342 14.42-24.978 46.364-33.538 71.342-19.116l155.070 89.53c24.98 14.422 33.538 46.362 19.116 71.34-9.668 16.756-27.226 26.124-45.276 26.124z", + "M899.648 765.674c-5.064 0-10.196-1.29-14.894-4.004l-155.068-89.53c-14.274-8.24-19.164-26.494-10.924-40.768 8.242-14.276 26.496-19.166 40.766-10.924l155.070 89.532c14.274 8.24 19.164 26.492 10.924 40.766-5.53 9.574-15.562 14.928-25.874 14.928z", + "M243.41 560.496h-179.060c-26.784 0-48.496-21.712-48.496-48.496s21.712-48.496 48.496-48.496h179.060c26.784 0 48.496 21.712 48.496 48.496s-21.712 48.496-48.496 48.496z", + "M959.65 541.844c-0.002 0 0 0 0 0h-179.060c-16.482-0.002-29.844-13.364-29.844-29.844s13.364-29.844 29.844-29.844c0.002 0 0 0 0 0h179.060c16.482 0 29.844 13.362 29.844 29.844 0 16.48-13.364 29.844-29.844 29.844z", + "M124.366 780.598c-15.472 0-30.518-8.028-38.81-22.39-12.362-21.41-5.026-48.79 16.384-61.148l155.072-89.532c21.41-12.368 48.79-5.028 61.15 16.384 12.362 21.412 5.026 48.79-16.384 61.15l-155.072 89.53c-7.050 4.070-14.748 6.006-22.34 6.006z", + "M744.632 407.552c-10.314 0-20.346-5.352-25.874-14.926-8.24-14.274-3.35-32.526 10.924-40.768l155.070-89.528c14.272-8.236 32.526-3.352 40.768 10.922 8.24 14.274 3.35 32.526-10.924 40.768l-155.070 89.528c-4.7 2.714-9.83 4.004-14.894 4.004z", + "M288.136 940.716c-6.962 0-14.016-1.774-20.48-5.504-19.626-11.332-26.35-36.428-15.020-56.054l89.53-155.070c11.33-19.628 36.426-26.352 56.054-15.022 19.626 11.332 26.35 36.43 15.020 56.054l-89.53 155.072c-7.598 13.166-21.392 20.524-35.574 20.524z", + "M646.266 309.242c-5.062 0-10.196-1.29-14.894-4.002-14.274-8.242-19.164-26.494-10.924-40.766l89.534-155.070c8.24-14.274 26.492-19.166 40.766-10.922 14.274 8.242 19.164 26.494 10.924 40.766l-89.532 155.070c-5.53 9.57-15.56 14.924-25.874 14.924z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59772, + "grid": 16 + }, + { + "id": 125, + "paths": [ + "M192 512c0-12.18 0.704-24.196 2.030-36.022l-184.98-60.104c-5.916 31.14-9.050 63.264-9.050 96.126 0 147.23 62.166 279.922 161.654 373.324l114.284-157.296c-52.124-56.926-83.938-132.758-83.938-216.028zM832 512c0 83.268-31.812 159.102-83.938 216.028l114.284 157.296c99.488-93.402 161.654-226.094 161.654-373.324 0-32.862-3.132-64.986-9.048-96.126l-184.98 60.104c1.324 11.828 2.028 23.842 2.028 36.022zM576 198.408c91.934 18.662 169.544 76.742 214.45 155.826l184.978-60.102c-73.196-155.42-222.24-268.060-399.428-290.156v194.432zM233.55 354.232c44.906-79.084 122.516-137.164 214.45-155.826v-194.43c-177.188 22.096-326.23 134.736-399.426 290.154l184.976 60.102zM644.556 803.328c-40.39 18.408-85.272 28.672-132.556 28.672s-92.166-10.264-132.554-28.67l-114.292 157.31c73.206 40.366 157.336 63.36 246.846 63.36s173.64-22.994 246.848-63.36l-114.292-157.312z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59773, + "grid": 16 + }, + { + "id": 126, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 256c141.384 0 256 114.616 256 256s-114.616 256-256 256-256-114.616-256-256 114.616-256 256-256zM817.47 817.47c-81.594 81.594-190.080 126.53-305.47 126.53-115.392 0-223.876-44.936-305.47-126.53s-126.53-190.078-126.53-305.47c0-115.39 44.936-223.876 126.53-305.47l67.882 67.882c0 0 0 0 0 0-131.006 131.006-131.006 344.17 0 475.176 63.462 63.462 147.838 98.412 237.588 98.412 89.748 0 174.124-34.95 237.588-98.412 131.006-131.006 131.006-344.168 0-475.176l67.882-67.882c81.594 81.594 126.53 190.080 126.53 305.47 0 115.392-44.936 223.876-126.53 305.47z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59774, + "grid": 16 + }, + { + "id": 127, + "paths": [ + "M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM790.994 512c0 0 0 0 0 0 0-57.993 47.013-105.006 105.006-105.006s105.006 47.013 105.006 105.006c0 0 0 0 0 0 0 57.993-47.013 105.006-105.006 105.006s-105.006-47.013-105.006-105.006zM688.424 783.53c0-52.526 42.58-95.106 95.106-95.106s95.106 42.58 95.106 95.106c0 52.526-42.58 95.106-95.106 95.106s-95.106-42.58-95.106-95.106zM425.862 896c0-47.573 38.565-86.138 86.138-86.138s86.138 38.565 86.138 86.138c0 47.573-38.565 86.138-86.138 86.138s-86.138-38.565-86.138-86.138zM162.454 783.53c0-43.088 34.93-78.018 78.018-78.018s78.018 34.93 78.018 78.018c0 43.088-34.93 78.018-78.018 78.018s-78.018-34.93-78.018-78.018zM57.338 512c0-39.026 31.636-70.662 70.662-70.662s70.662 31.636 70.662 70.662c0 39.026-31.636 70.662-70.662 70.662s-70.662-31.636-70.662-70.662zM176.472 240.472c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM899.464 240.472c0 64.024-51.906 115.934-115.936 115.934-64.024 0-115.936-51.91-115.936-115.934 0-64.032 51.912-115.934 115.936-115.934 64.030 0 115.936 51.902 115.936 115.934z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59775, + "grid": 16 + }, + { + "id": 128, + "paths": [ + "M416 928c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM0 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM832 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM121.844 217.844c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM710.156 806.156c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM121.844 806.156c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM710.156 217.844c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59776, + "grid": 16 + }, + { + "id": 129, + "paths": [ + "M512 1024c-136.76 0-265.334-53.258-362.040-149.96-96.702-96.706-149.96-225.28-149.96-362.040 0-96.838 27.182-191.134 78.606-272.692 50-79.296 120.664-143.372 204.356-185.3l43 85.832c-68.038 34.084-125.492 86.186-166.15 150.67-41.746 66.208-63.812 142.798-63.812 221.49 0 229.382 186.618 416 416 416s416-186.618 416-416c0-78.692-22.066-155.282-63.81-221.49-40.66-64.484-98.114-116.584-166.15-150.67l43-85.832c83.692 41.928 154.358 106.004 204.356 185.3 51.422 81.558 78.604 175.854 78.604 272.692 0 136.76-53.258 265.334-149.96 362.040-96.706 96.702-225.28 149.96-362.040 149.96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59777, + "grid": 16 + }, + { + "id": 130, + "paths": [ + "M512 0c-278.748 0-505.458 222.762-511.848 499.974 5.92-241.864 189.832-435.974 415.848-435.974 229.75 0 416 200.576 416 448 0 53.020 42.98 96 96 96s96-42.98 96-96c0-282.77-229.23-512-512-512zM512 1024c278.748 0 505.458-222.762 511.848-499.974-5.92 241.864-189.832 435.974-415.848 435.974-229.75 0-416-200.576-416-448 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 282.77 229.23 512 512 512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59778, + "grid": 16 + }, + { + "id": 131, + "paths": [ + "M0.042 513.618l-0.022 0.004c0 0 0.012 0.090 0.028 0.222 0.11 3.878 0.55 7.676 1.322 11.352 0.204 1.746 0.428 3.66 0.674 5.774 0.222 1.886 0.46 3.914 0.718 6.078 0.374 2.566 0.77 5.292 1.19 8.176 0.856 5.746 1.8 12.124 2.908 18.958 1.348 6.446 2.804 13.414 4.364 20.864 0.71 3.718 1.776 7.504 2.786 11.406 1.024 3.89 2.078 7.894 3.16 12.004 0.566 2.042 1.040 4.132 1.708 6.208 0.656 2.074 1.32 4.176 1.988 6.3 1.348 4.234 2.726 8.566 4.136 12.988 0.352 1.106 0.708 2.21 1.064 3.324 0.408 1.102 0.814 2.208 1.226 3.316 0.826 2.218 1.658 4.458 2.502 6.714 1.696 4.496 3.422 9.078 5.18 13.742 1.968 4.566 3.97 9.214 6.004 13.934 1.018 2.348 2.044 4.714 3.078 7.098 1.048 2.376 2.27 4.704 3.408 7.074 2.322 4.714 4.678 9.496 7.062 14.332 2.47 4.786 5.208 9.512 7.846 14.328 1.336 2.398 2.68 4.808 4.028 7.23 1.368 2.41 2.902 4.75 4.356 7.14 2.95 4.738 5.93 9.524 8.934 14.348 12.64 18.894 26.676 37.566 42.21 55.278 15.712 17.578 32.726 34.25 50.692 49.602 18.18 15.136 37.264 28.902 56.726 41.114 19.604 12.036 39.644 22.312 59.376 31.144 5.004 2.040 9.964 4.062 14.878 6.066 2.462 0.972 4.868 2.032 7.336 2.918 2.47 0.868 4.93 1.734 7.376 2.594 4.898 1.684 9.678 3.468 14.484 4.992 4.832 1.43 9.604 2.844 14.312 4.242 2.356 0.672 4.66 1.426 7.004 2.012 2.346 0.574 4.676 1.14 6.986 1.704 4.606 1.118 9.142 2.214 13.604 3.296 4.5 0.868 8.926 1.722 13.27 2.558 2.166 0.41 4.31 0.82 6.434 1.222 1.062 0.2 2.118 0.398 3.166 0.598 1.060 0.148 2.118 0.292 3.166 0.442 4.192 0.582 8.292 1.152 12.3 1.71 1.998 0.274 3.972 0.546 5.922 0.816 1.946 0.286 3.904 0.378 5.814 0.57 3.822 0.336 7.544 0.664 11.164 0.98 3.616 0.304 7.104 0.688 10.526 0.738 0.23 0.008 0.452 0.016 0.682 0.026 0.614 34.812 29.008 62.846 63.968 62.846 0.542 0 1.080-0.028 1.62-0.042v0.022c0 0 0.090-0.012 0.224-0.028 3.878-0.11 7.674-0.55 11.35-1.322 1.748-0.204 3.662-0.426 5.776-0.672 1.884-0.222 3.912-0.462 6.076-0.718 2.566-0.376 5.292-0.772 8.176-1.192 5.746-0.856 12.124-1.8 18.958-2.908 6.446-1.348 13.414-2.804 20.864-4.362 3.718-0.712 7.504-1.778 11.406-2.786 3.892-1.026 7.894-2.080 12.004-3.162 2.044-0.566 4.132-1.040 6.208-1.708 2.074-0.656 4.174-1.318 6.3-1.988 4.232-1.348 8.564-2.726 12.988-4.134 1.104-0.354 2.21-0.708 3.324-1.066 1.1-0.406 2.206-0.814 3.316-1.226 2.216-0.824 4.456-1.658 6.714-2.5 4.496-1.698 9.078-3.424 13.74-5.182 4.568-1.968 9.216-3.97 13.936-6.004 2.348-1.018 4.714-2.044 7.098-3.078 2.376-1.048 4.702-2.27 7.074-3.408 4.714-2.322 9.494-4.678 14.33-7.062 4.786-2.47 9.512-5.208 14.328-7.846 2.398-1.336 4.808-2.678 7.23-4.028 2.41-1.366 4.75-2.9 7.14-4.354 4.738-2.952 9.524-5.93 14.35-8.936 18.89-12.64 37.564-26.674 55.278-42.21 17.574-15.712 34.248-32.726 49.602-50.69 15.136-18.182 28.902-37.264 41.112-56.728 12.036-19.602 22.314-39.644 31.142-59.376 2.042-5.002 4.062-9.964 6.068-14.878 0.974-2.462 2.032-4.868 2.918-7.334 0.87-2.472 1.732-4.932 2.592-7.376 1.686-4.898 3.468-9.678 4.994-14.484 1.432-4.832 2.846-9.604 4.24-14.31 0.674-2.358 1.43-4.66 2.016-7.004 0.57-2.348 1.138-4.676 1.702-6.988 1.118-4.606 2.216-9.14 3.296-13.602 0.868-4.502 1.72-8.928 2.558-13.272 0.41-2.164 0.818-4.308 1.222-6.434 0.2-1.060 0.398-2.116 0.596-3.164 0.148-1.062 0.296-2.118 0.444-3.168 0.582-4.19 1.152-8.292 1.708-12.3 0.278-1.996 0.55-3.97 0.82-5.922 0.284-1.946 0.376-3.902 0.568-5.812 0.336-3.822 0.664-7.546 0.98-11.164 0.304-3.616 0.686-7.106 0.738-10.528 0.020-0.534 0.040-1.044 0.058-1.574 35.224-0.146 63.732-28.738 63.732-63.992 0-0.542-0.028-1.080-0.042-1.62h0.022c0 0-0.012-0.090-0.028-0.224-0.11-3.878-0.55-7.674-1.322-11.35-0.204-1.748-0.428-3.662-0.674-5.776-0.222-1.886-0.46-3.914-0.718-6.076-0.374-2.566-0.77-5.294-1.19-8.176-0.856-5.746-1.8-12.124-2.908-18.958-1.348-6.444-2.804-13.414-4.364-20.862-0.71-3.72-1.776-7.506-2.786-11.408-1.024-3.892-2.078-7.894-3.16-12.002-0.566-2.044-1.040-4.134-1.708-6.208-0.656-2.076-1.32-4.174-1.988-6.3-1.348-4.234-2.726-8.566-4.136-12.99-0.352-1.102-0.708-2.21-1.064-3.324-0.408-1.1-0.814-2.206-1.226-3.316-0.826-2.216-1.658-4.454-2.502-6.714-1.696-4.498-3.422-9.080-5.18-13.74-1.968-4.57-3.97-9.216-6.004-13.936-1.020-2.348-2.044-4.714-3.078-7.098-1.048-2.376-2.27-4.702-3.408-7.076-2.322-4.714-4.678-9.494-7.062-14.33-2.47-4.786-5.208-9.512-7.846-14.328-1.336-2.398-2.68-4.808-4.028-7.23-1.368-2.41-2.902-4.75-4.356-7.14-2.95-4.74-5.93-9.524-8.934-14.35-12.64-18.892-26.676-37.564-42.21-55.278-15.712-17.576-32.726-34.25-50.692-49.602-18.18-15.136-37.264-28.902-56.726-41.112-19.604-12.036-39.644-22.314-59.376-31.142-5.004-2.040-9.964-4.062-14.878-6.068-2.462-0.974-4.868-2.032-7.336-2.918-2.47-0.87-4.93-1.734-7.376-2.592-4.898-1.684-9.678-3.468-14.484-4.994-4.832-1.432-9.604-2.846-14.312-4.242-2.356-0.672-4.66-1.428-7.004-2.014-2.346-0.572-4.676-1.138-6.986-1.702-4.606-1.118-9.142-2.216-13.604-3.298-4.5-0.868-8.926-1.72-13.27-2.558-2.166-0.412-4.31-0.82-6.434-1.222-1.062-0.2-2.118-0.398-3.166-0.596-1.060-0.148-2.118-0.296-3.166-0.442-4.192-0.584-8.292-1.154-12.3-1.71-1.998-0.276-3.972-0.55-5.922-0.82-1.946-0.284-3.904-0.376-5.814-0.57-3.822-0.336-7.544-0.664-11.164-0.98-3.616-0.304-7.104-0.686-10.526-0.738-0.852-0.032-1.674-0.062-2.512-0.092-0.65-34.78-29.028-62.778-63.966-62.778-0.542 0-1.080 0.028-1.62 0.042l-0.002-0.022c0 0-0.090 0.012-0.222 0.028-3.878 0.11-7.676 0.55-11.352 1.322-1.748 0.204-3.662 0.426-5.776 0.672-1.884 0.222-3.912 0.462-6.076 0.718-2.566 0.376-5.292 0.772-8.176 1.192-5.746 0.856-12.124 1.8-18.958 2.908-6.446 1.348-13.414 2.804-20.864 4.362-3.718 0.712-7.504 1.778-11.406 2.786-3.892 1.026-7.894 2.080-12.004 3.162-2.044 0.566-4.132 1.040-6.208 1.708-2.074 0.656-4.174 1.318-6.3 1.988-4.232 1.348-8.564 2.726-12.988 4.134-1.104 0.354-2.21 0.708-3.324 1.066-1.1 0.406-2.206 0.814-3.316 1.226-2.216 0.824-4.456 1.658-6.714 2.5-4.496 1.698-9.078 3.424-13.74 5.182-4.568 1.968-9.216 3.97-13.936 6.004-2.348 1.018-4.714 2.044-7.098 3.078-2.376 1.048-4.702 2.27-7.074 3.408-4.714 2.322-9.494 4.678-14.33 7.062-4.786 2.47-9.512 5.208-14.328 7.846-2.398 1.336-4.808 2.678-7.23 4.028-2.41 1.366-4.75 2.9-7.14 4.354-4.738 2.952-9.524 5.93-14.35 8.936-18.89 12.64-37.564 26.674-55.278 42.21-17.574 15.712-34.248 32.726-49.602 50.69-15.136 18.182-28.902 37.264-41.112 56.728-12.036 19.602-22.314 39.644-31.142 59.376-2.042 5.002-4.062 9.964-6.068 14.878-0.974 2.462-2.032 4.868-2.918 7.334-0.87 2.472-1.732 4.932-2.592 7.376-1.686 4.898-3.468 9.678-4.994 14.484-1.432 4.832-2.846 9.604-4.24 14.31-0.674 2.358-1.43 4.66-2.016 7.004-0.57 2.348-1.138 4.676-1.702 6.988-1.118 4.606-2.216 9.14-3.296 13.602-0.868 4.502-1.72 8.928-2.558 13.272-0.41 2.164-0.818 4.308-1.222 6.434-0.2 1.060-0.398 2.116-0.596 3.164-0.148 1.062-0.296 2.118-0.444 3.168-0.582 4.19-1.152 8.292-1.708 12.3-0.278 1.996-0.55 3.97-0.82 5.922-0.284 1.946-0.376 3.902-0.568 5.812-0.336 3.822-0.664 7.546-0.98 11.164-0.304 3.616-0.686 7.106-0.738 10.528-0.020 0.548-0.040 1.076-0.058 1.62-34.376 1.112-61.902 29.304-61.902 63.946 0 0.542 0.028 1.078 0.042 1.618zM73.518 448.706c0.042-0.196 0.086-0.384 0.128-0.58 0.644-3.248 1.632-6.542 2.556-9.942 0.934-3.388 1.894-6.876 2.88-10.454 0.516-1.78 0.934-3.602 1.546-5.406 0.596-1.802 1.202-3.628 1.81-5.476 1.218-3.682 2.464-7.45 3.736-11.294 0.316-0.958 0.634-1.924 0.956-2.892 0.37-0.954 0.74-1.914 1.114-2.876 0.746-1.924 1.5-3.868 2.26-5.83 1.52-3.904 3.070-7.882 4.646-11.93 1.768-3.96 3.566-7.99 5.392-12.080 0.908-2.038 1.824-4.090 2.746-6.156 0.932-2.060 2.036-4.072 3.052-6.126 2.070-4.084 4.17-8.222 6.294-12.412 2.202-4.142 4.654-8.224 6.998-12.392 1.184-2.074 2.374-4.16 3.57-6.256 1.21-2.086 2.586-4.102 3.876-6.166 2.616-4.098 5.256-8.232 7.918-12.402 11.234-16.298 23.632-32.398 37.33-47.638 13.874-15.104 28.842-29.404 44.598-42.548 15.974-12.928 32.686-24.65 49.676-35.022 17.13-10.194 34.6-18.838 51.734-26.258 4.35-1.7 8.662-3.382 12.934-5.050 2.136-0.812 4.216-1.71 6.36-2.444 2.146-0.714 4.28-1.428 6.404-2.136 4.25-1.386 8.382-2.888 12.548-4.142 4.184-1.174 8.314-2.332 12.392-3.474 2.038-0.55 4.026-1.19 6.054-1.662 2.030-0.458 4.044-0.914 6.044-1.368 3.978-0.91 7.896-1.806 11.748-2.688 3.888-0.686 7.71-1.36 11.462-2.022 1.868-0.33 3.716-0.658 5.546-0.98 0.914-0.162 1.824-0.324 2.728-0.484 0.916-0.112 1.828-0.222 2.734-0.332 3.612-0.448 7.148-0.882 10.604-1.31 1.72-0.216 3.422-0.432 5.102-0.644 1.674-0.226 3.364-0.266 5.010-0.408 3.292-0.238 6.498-0.472 9.616-0.7 3.11-0.218 6.11-0.524 9.058-0.508 5.848-0.132 11.32-0.256 16.38-0.372 4.664 0.168 8.948 0.324 12.818 0.462 1.914 0.054 3.726 0.108 5.432 0.156 2.122 0.134 4.108 0.26 5.958 0.378 2.13 0.138 4.060 0.266 5.82 0.38 3.256 0.51 6.592 0.782 9.99 0.782 0.466 0 0.93-0.026 1.396-0.036 0.132 0.008 0.224 0.014 0.224 0.014v-0.020c31.14-0.778 56.75-23.784 61.556-53.754 0.542 0.12 1.064 0.236 1.612 0.356 3.246 0.644 6.542 1.632 9.942 2.556 3.386 0.934 6.876 1.894 10.454 2.88 1.778 0.516 3.602 0.934 5.404 1.546 1.802 0.596 3.63 1.202 5.478 1.812 3.68 1.218 7.448 2.464 11.292 3.736 0.96 0.316 1.924 0.634 2.892 0.956 0.956 0.37 1.914 0.74 2.876 1.112 1.926 0.746 3.868 1.5 5.83 2.26 3.904 1.52 7.884 3.070 11.932 4.646 3.96 1.768 7.988 3.566 12.080 5.392 2.038 0.908 4.088 1.824 6.156 2.746 2.060 0.932 4.072 2.036 6.126 3.054 4.082 2.070 8.222 4.17 12.41 6.294 4.144 2.202 8.226 4.654 12.394 6.998 2.074 1.184 4.16 2.374 6.256 3.572 2.086 1.21 4.102 2.586 6.166 3.876 4.098 2.616 8.23 5.256 12.402 7.918 16.296 11.234 32.398 23.632 47.636 37.33 15.104 13.874 29.406 28.842 42.55 44.598 12.928 15.974 24.648 32.686 35.020 49.676 10.196 17.13 18.84 34.6 26.26 51.736 1.698 4.348 3.382 8.662 5.050 12.932 0.812 2.136 1.71 4.216 2.444 6.36 0.714 2.146 1.428 4.28 2.136 6.404 1.386 4.25 2.888 8.384 4.142 12.548 1.174 4.184 2.33 8.316 3.474 12.392 0.55 2.038 1.19 4.026 1.66 6.054 0.46 2.030 0.916 4.046 1.368 6.046 0.91 3.978 1.808 7.896 2.688 11.748 0.688 3.888 1.362 7.71 2.024 11.462 0.33 1.868 0.656 3.716 0.98 5.548 0.162 0.914 0.324 1.824 0.484 2.728 0.11 0.916 0.222 1.828 0.332 2.734 0.446 3.612 0.882 7.148 1.31 10.604 0.216 1.72 0.432 3.42 0.642 5.1 0.226 1.674 0.268 3.364 0.41 5.010 0.238 3.292 0.472 6.498 0.7 9.616 0.218 3.11 0.524 6.11 0.508 9.058 0.132 5.848 0.256 11.32 0.372 16.38-0.168 4.664-0.324 8.948-0.462 12.818-0.054 1.914-0.108 3.726-0.156 5.432-0.134 2.122-0.26 4.108-0.378 5.958-0.138 2.13-0.266 4.060-0.38 5.82-0.498 3.256-0.768 6.592-0.768 9.99 0 0.468 0.026 0.93 0.036 1.396-0.008 0.132-0.016 0.224-0.016 0.224h0.022c0.768 30.766 23.236 56.128 52.682 61.37-0.066 0.296-0.13 0.584-0.198 0.884-0.644 3.248-1.632 6.542-2.556 9.942-0.934 3.388-1.894 6.876-2.88 10.454-0.516 1.78-0.934 3.602-1.546 5.406-0.596 1.802-1.202 3.628-1.81 5.476-1.218 3.682-2.464 7.45-3.736 11.294-0.316 0.958-0.634 1.924-0.956 2.892-0.37 0.954-0.74 1.914-1.114 2.876-0.746 1.924-1.5 3.868-2.26 5.83-1.52 3.904-3.070 7.882-4.646 11.93-1.768 3.96-3.566 7.99-5.392 12.080-0.908 2.038-1.824 4.090-2.746 6.156-0.932 2.060-2.036 4.072-3.052 6.126-2.070 4.084-4.17 8.222-6.294 12.412-2.202 4.142-4.654 8.224-6.998 12.392-1.184 2.074-2.374 4.16-3.57 6.256-1.21 2.086-2.586 4.102-3.876 6.166-2.616 4.098-5.256 8.232-7.918 12.402-11.234 16.298-23.632 32.398-37.33 47.638-13.874 15.104-28.842 29.404-44.598 42.548-15.974 12.928-32.686 24.65-49.676 35.022-17.13 10.194-34.6 18.838-51.734 26.258-4.35 1.7-8.662 3.382-12.934 5.050-2.136 0.812-4.216 1.71-6.36 2.444-2.146 0.714-4.28 1.428-6.404 2.136-4.25 1.386-8.382 2.888-12.548 4.142-4.184 1.174-8.314 2.332-12.392 3.474-2.038 0.55-4.026 1.19-6.054 1.662-2.030 0.458-4.044 0.914-6.044 1.368-3.978 0.91-7.896 1.806-11.748 2.688-3.888 0.686-7.71 1.36-11.462 2.022-1.868 0.33-3.716 0.658-5.546 0.98-0.914 0.162-1.824 0.324-2.728 0.484-0.916 0.112-1.828 0.222-2.734 0.332-3.612 0.448-7.148 0.882-10.604 1.31-1.72 0.216-3.422 0.432-5.102 0.644-1.674 0.226-3.364 0.266-5.010 0.408-3.292 0.238-6.498 0.472-9.616 0.7-3.11 0.218-6.11 0.524-9.058 0.508-5.848 0.132-11.32 0.256-16.38 0.372-4.664-0.168-8.948-0.324-12.818-0.462-1.914-0.054-3.726-0.108-5.432-0.156-2.122-0.134-4.108-0.26-5.958-0.378-2.13-0.138-4.060-0.266-5.82-0.38-3.256-0.51-6.592-0.782-9.99-0.782-0.466 0-0.93 0.026-1.396 0.036-0.132-0.008-0.224-0.014-0.224-0.014v0.020c-31.004 0.774-56.524 23.586-61.488 53.364-3.2-0.64-6.446-1.61-9.792-2.522-3.386-0.934-6.876-1.894-10.454-2.878-1.778-0.516-3.602-0.938-5.404-1.546-1.802-0.598-3.63-1.204-5.478-1.812-3.68-1.218-7.448-2.464-11.292-3.738-0.96-0.316-1.924-0.632-2.892-0.954-0.956-0.372-1.914-0.742-2.876-1.114-1.926-0.746-3.868-1.5-5.83-2.258-3.904-1.524-7.884-3.070-11.932-4.648-3.96-1.77-7.988-3.566-12.080-5.39-2.038-0.91-4.088-1.824-6.156-2.746-2.060-0.934-4.072-2.036-6.126-3.054-4.082-2.070-8.222-4.172-12.41-6.296-4.144-2.2-8.226-4.652-12.394-6.996-2.074-1.184-4.16-2.376-6.256-3.57-2.086-1.21-4.102-2.586-6.166-3.878-4.098-2.614-8.23-5.254-12.402-7.918-16.296-11.23-32.398-23.632-47.636-37.328-15.104-13.876-29.406-28.84-42.55-44.598-12.928-15.972-24.648-32.684-35.020-49.676-10.196-17.128-18.84-34.602-26.26-51.734-1.698-4.352-3.382-8.664-5.050-12.934-0.812-2.136-1.71-4.218-2.444-6.36-0.714-2.148-1.428-4.282-2.136-6.406-1.386-4.25-2.888-8.382-4.142-12.546-1.174-4.184-2.33-8.316-3.474-12.394-0.55-2.036-1.19-4.024-1.66-6.054-0.46-2.028-0.916-4.042-1.368-6.042-0.91-3.98-1.808-7.898-2.688-11.75-0.688-3.886-1.362-7.71-2.024-11.46-0.33-1.868-0.656-3.718-0.98-5.546-0.162-0.914-0.324-1.824-0.484-2.73-0.11-0.914-0.222-1.828-0.332-2.734-0.446-3.61-0.882-7.148-1.31-10.602-0.216-1.722-0.432-3.422-0.642-5.102-0.226-1.676-0.268-3.364-0.41-5.012-0.238-3.29-0.472-6.496-0.7-9.614-0.218-3.11-0.524-6.11-0.508-9.058-0.132-5.848-0.256-11.32-0.372-16.382 0.168-4.664 0.324-8.946 0.462-12.816 0.054-1.914 0.108-3.726 0.156-5.434 0.134-2.122 0.26-4.106 0.378-5.958 0.138-2.128 0.266-4.058 0.38-5.82 0.496-3.26 0.766-6.596 0.766-9.994 0-0.466-0.026-0.93-0.036-1.396 0.008-0.132 0.016-0.224 0.016-0.224h-0.022c-0.78-31.38-24.134-57.154-54.44-61.674z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "busy", + "wait" + ], + "defaultCode": 59779, + "grid": 16 + }, + { + "id": 132, + "paths": [ + "M1024 384h-384l143.53-143.53c-72.53-72.526-168.96-112.47-271.53-112.47s-199 39.944-271.53 112.47c-72.526 72.53-112.47 168.96-112.47 271.53s39.944 199 112.47 271.53c72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.528-112.472c6.056-6.054 11.86-12.292 17.456-18.668l96.32 84.282c-93.846 107.166-231.664 174.858-385.304 174.858-282.77 0-512-229.23-512-512s229.23-512 512-512c141.386 0 269.368 57.326 362.016 149.984l149.984-149.984v384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spinner", + "loading", + "loading-wheel", + "refresh", + "repeat", + "busy", + "wait", + "arrow" + ], + "defaultCode": 59780, + "grid": 16 + }, + { + "id": 133, + "paths": [ + "M64 0h384v64h-384zM576 0h384v64h-384zM952 320h-56v-256h-256v256h-256v-256h-256v256h-56c-39.6 0-72 32.4-72 72v560c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-376h128v376c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-560c0-39.6-32.4-72-72-72zM348 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32zM544 512h-64c-17.6 0-32-14.4-32-32s14.4-32 32-32h64c17.6 0 32 14.4 32 32s-14.4 32-32 32zM924 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "binoculars", + "lookup", + "search", + "find" + ], + "defaultCode": 59781, + "grid": 16 + }, + { + "id": 134, + "paths": [ + "M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "search", + "magnifier", + "magnifying-glass", + "inspect", + "find" + ], + "defaultCode": 59782, + "grid": 16 + }, + { + "id": 135, + "paths": [ + "M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM448 192h-128v128h-128v128h128v128h128v-128h128v-128h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "zoom-in", + "magnifier", + "magnifier-plus", + "enlarge" + ], + "defaultCode": 59783, + "grid": 16 + }, + { + "id": 136, + "paths": [ + "M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM192 320h384v128h-384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "zoom-out", + "magnifier", + "magnifier-minus", + "reduce" + ], + "defaultCode": 59784, + "grid": 16 + }, + { + "id": 137, + "paths": [ + "M1024 0h-416l160 160-192 192 96 96 192-192 160 160z", + "M1024 1024v-416l-160 160-192-192-96 96 192 192-160 160z", + "M0 1024h416l-160-160 192-192-96-96-192 192-160-160z", + "M0 0v416l160-160 192 192 96-96-192-192 160-160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "enlarge", + "expand", + "maximize", + "fullscreen" + ], + "defaultCode": 59785, + "grid": 16 + }, + { + "id": 138, + "paths": [ + "M576 448h416l-160-160 192-192-96-96-192 192-160-160z", + "M576 576v416l160-160 192 192 96-96-192-192 160-160z", + "M448 575.996h-416l160 160-192 192 96 96 192-192 160 160z", + "M448 448v-416l-160 160-192-192-96 96 192 192-160 160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shrink", + "collapse", + "minimize", + "contract" + ], + "defaultCode": 59786, + "grid": 16 + }, + { + "id": 139, + "paths": [ + "M1024 0v416l-160-160-192 192-96-96 192-192-160-160zM448 672l-192 192 160 160h-416v-416l160 160 192-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "enlarge", + "expand", + "maximize", + "fullscreen" + ], + "defaultCode": 59787, + "grid": 16 + }, + { + "id": 140, + "paths": [ + "M448 576v416l-160-160-192 192-96-96 192-192-160-160zM1024 96l-192 192 160 160h-416v-416l160 160 192-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shrink", + "collapse", + "minimize", + "contract" + ], + "defaultCode": 59788, + "grid": 16 + }, + { + "id": 141, + "paths": [ + "M704 0c-176.73 0-320 143.268-320 320 0 20.026 1.858 39.616 5.376 58.624l-389.376 389.376v192c0 35.346 28.654 64 64 64h64v-64h128v-128h128v-128h128l83.042-83.042c34.010 12.316 70.696 19.042 108.958 19.042 176.73 0 320-143.268 320-320s-143.27-320-320-320zM799.874 320.126c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "key", + "password", + "login", + "signin" + ], + "defaultCode": 59789, + "grid": 16 + }, + { + "id": 142, + "paths": [ + "M1002.132 314.242l-101.106-101.104c-24.792-24.794-65.37-65.368-90.162-90.164l-101.106-101.104c-24.792-24.794-68.954-29.166-98.13-9.716l-276.438 184.292c-29.176 19.452-40.218 61.028-24.536 92.39l70.486 140.974c2.154 4.306 4.646 8.896 7.39 13.66l-356.53 356.53-32 224h192v-64h128v-128h128v-128h128v-71.186c6.396 3.812 12.534 7.216 18.192 10.044l140.97 70.488c31.366 15.682 72.94 4.638 92.39-24.538l184.294-276.44c19.454-29.172 15.078-73.33-9.714-98.126zM150.628 854.626l-45.254-45.254 311.572-311.57 45.254 45.254-311.572 311.57zM917.020 423.764l-45.256 45.256c-12.446 12.444-32.808 12.444-45.254 0l-271.53-271.53c-12.446-12.444-12.446-32.81 0-45.254l45.256-45.256c12.446-12.444 32.808-12.444 45.254 0l271.53 271.53c12.446 12.444 12.446 32.81 0 45.254z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "key", + "password", + "login", + "signin" + ], + "defaultCode": 59790, + "grid": 16 + }, + { + "id": 143, + "paths": [ + "M592 448h-16v-192c0-105.87-86.13-192-192-192h-128c-105.87 0-192 86.13-192 192v192h-16c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h544c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48zM192 256c0-35.29 28.71-64 64-64h128c35.29 0 64 28.71 64 64v192h-256v-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lock", + "secure", + "private", + "encrypted" + ], + "defaultCode": 59791, + "grid": 16 + }, + { + "id": 144, + "paths": [ + "M768 64c105.87 0 192 86.13 192 192v192h-128v-192c0-35.29-28.71-64-64-64h-128c-35.29 0-64 28.71-64 64v192h16c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48h-544c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h400v-192c0-105.87 86.13-192 192-192h128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "unlocked", + "lock-open" + ], + "defaultCode": 59792, + "grid": 16 + }, + { + "id": 145, + "paths": [ + "M1002.934 817.876l-460.552-394.76c21.448-40.298 33.618-86.282 33.618-135.116 0-159.058-128.942-288-288-288-29.094 0-57.172 4.332-83.646 12.354l166.39 166.39c24.89 24.89 24.89 65.62 0 90.51l-101.49 101.49c-24.89 24.89-65.62 24.89-90.51 0l-166.39-166.39c-8.022 26.474-12.354 54.552-12.354 83.646 0 159.058 128.942 288 288 288 48.834 0 94.818-12.17 135.116-33.62l394.76 460.552c22.908 26.724 62.016 28.226 86.904 3.338l101.492-101.492c24.888-24.888 23.386-63.994-3.338-86.902z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wrench", + "tool", + "fix", + "settings", + "control", + "options", + "preferences" + ], + "defaultCode": 59793, + "grid": 16 + }, + { + "id": 146, + "paths": [ + "M448 128v-16c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576zM256 256v-128h128v128h-128zM832 432c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-576v128h576v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h192v-128h-192v-16zM640 576v-128h128v128h-128zM448 752c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576v-16zM256 896v-128h128v128h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "equalizer", + "sliders", + "settings", + "preferences", + "dashboard", + "control" + ], + "defaultCode": 59794, + "grid": 16 + }, + { + "id": 147, + "paths": [ + "M896 448h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576zM768 256h128v128h-128v-128zM592 832c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-576h-128v576h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v192h128v-192h16zM448 640h128v128h-128v-128zM272 448c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576h16zM128 256h128v128h-128v-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "equalizer", + "sliders", + "settings", + "preferences", + "dashboard", + "control" + ], + "defaultCode": 59795, + "grid": 16 + }, + { + "id": 148, + "paths": [ + "M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cog", + "gear", + "preferences", + "settings", + "generate", + "control", + "options" + ], + "defaultCode": 59796, + "grid": 16 + }, + { + "id": 149, + "paths": [ + "M363.722 722.052l41.298-57.816-45.254-45.256-57.818 41.296c-10.722-5.994-22.204-10.774-34.266-14.192l-11.682-70.084h-64l-11.68 70.086c-12.062 3.418-23.544 8.198-34.266 14.192l-57.818-41.298-45.256 45.256 41.298 57.816c-5.994 10.72-10.774 22.206-14.192 34.266l-70.086 11.682v64l70.086 11.682c3.418 12.060 8.198 23.544 14.192 34.266l-41.298 57.816 45.254 45.256 57.818-41.296c10.722 5.994 22.204 10.774 34.266 14.192l11.682 70.084h64l11.68-70.086c12.062-3.418 23.544-8.198 34.266-14.192l57.818 41.296 45.254-45.256-41.298-57.816c5.994-10.72 10.774-22.206 14.192-34.266l70.088-11.68v-64l-70.086-11.682c-3.418-12.060-8.198-23.544-14.192-34.266zM224 864c-35.348 0-64-28.654-64-64s28.652-64 64-64 64 28.654 64 64-28.652 64-64 64zM1024 384v-64l-67.382-12.25c-1.242-8.046-2.832-15.978-4.724-23.79l57.558-37.1-24.492-59.128-66.944 14.468c-4.214-6.91-8.726-13.62-13.492-20.13l39.006-56.342-45.256-45.254-56.342 39.006c-6.512-4.766-13.22-9.276-20.13-13.494l14.468-66.944-59.128-24.494-37.1 57.558c-7.812-1.892-15.744-3.482-23.79-4.724l-12.252-67.382h-64l-12.252 67.382c-8.046 1.242-15.976 2.832-23.79 4.724l-37.098-57.558-59.128 24.492 14.468 66.944c-6.91 4.216-13.62 8.728-20.13 13.494l-56.342-39.006-45.254 45.254 39.006 56.342c-4.766 6.51-9.278 13.22-13.494 20.13l-66.944-14.468-24.492 59.128 57.558 37.1c-1.892 7.812-3.482 15.742-4.724 23.79l-67.384 12.252v64l67.382 12.25c1.242 8.046 2.832 15.978 4.724 23.79l-57.558 37.1 24.492 59.128 66.944-14.468c4.216 6.91 8.728 13.618 13.494 20.13l-39.006 56.342 45.254 45.256 56.342-39.006c6.51 4.766 13.22 9.276 20.13 13.492l-14.468 66.944 59.128 24.492 37.102-57.558c7.81 1.892 15.742 3.482 23.788 4.724l12.252 67.384h64l12.252-67.382c8.044-1.242 15.976-2.832 23.79-4.724l37.1 57.558 59.128-24.492-14.468-66.944c6.91-4.216 13.62-8.726 20.13-13.492l56.342 39.006 45.256-45.256-39.006-56.342c4.766-6.512 9.276-13.22 13.492-20.13l66.944 14.468 24.492-59.13-57.558-37.1c1.892-7.812 3.482-15.742 4.724-23.79l67.382-12.25zM672 491.2c-76.878 0-139.2-62.322-139.2-139.2s62.32-139.2 139.2-139.2 139.2 62.322 139.2 139.2c0 76.878-62.32 139.2-139.2 139.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cogs", + "gears", + "preferences", + "settings", + "generate", + "control", + "options" + ], + "defaultCode": 59797, + "grid": 16 + }, + { + "id": 150, + "paths": [ + "M1009.996 828.976l-301.544-301.544c-18.668-18.668-49.214-18.668-67.882 0l-22.626 22.626-184-184 302.056-302.058h-320l-142.058 142.058-14.060-14.058h-67.882v67.882l14.058 14.058-206.058 206.060 160 160 206.058-206.058 184 184-22.626 22.626c-18.668 18.668-18.668 49.214 0 67.882l301.544 301.544c18.668 18.668 49.214 18.668 67.882 0l113.136-113.136c18.67-18.666 18.67-49.214 0.002-67.882z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hammer", + "tool", + "fix", + "make", + "generate", + "work", + "build" + ], + "defaultCode": 59798, + "grid": 16 + }, + { + "id": 151, + "paths": [ + "M256 192l-128-128h-64v64l128 128zM320 0h64v128h-64zM576 320h128v64h-128zM640 128v-64h-64l-128 128 64 64zM0 320h128v64h-128zM320 576h64v128h-64zM64 576v64h64l128-128-64-64zM1010 882l-636.118-636.118c-18.668-18.668-49.214-18.668-67.882 0l-60.118 60.118c-18.668 18.668-18.668 49.214 0 67.882l636.118 636.118c18.668 18.668 49.214 18.668 67.882 0l60.118-60.118c18.668-18.668 18.668-49.214 0-67.882zM480 544l-192-192 64-64 192 192-64 64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "magic-wand", + "wizard" + ], + "defaultCode": 59799, + "grid": 16 + }, + { + "id": 152, + "paths": [ + "M896 256h-192v-128c0-35.2-28.8-64-64-64h-256c-35.2 0-64 28.8-64 64v128h-192c-70.4 0-128 57.6-128 128v512c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-512c0-70.4-57.6-128-128-128zM384 128h256v128h-256v-128zM768 704h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "aid-kit", + "health", + "medicine", + "medical" + ], + "defaultCode": 59800, + "grid": 16 + }, + { + "id": 153, + "paths": [ + "M1024 576v-64h-193.29c-5.862-72.686-31.786-139.026-71.67-192.25h161.944l70.060-280.24-62.090-15.522-57.94 231.76h-174.68c-0.892-0.694-1.796-1.374-2.698-2.056 6.71-19.502 10.362-40.422 10.362-62.194 0.002-105.76-85.958-191.498-191.998-191.498s-192 85.738-192 191.5c0 21.772 3.65 42.692 10.362 62.194-0.9 0.684-1.804 1.362-2.698 2.056h-174.68l-57.94-231.76-62.090 15.522 70.060 280.24h161.944c-39.884 53.222-65.806 119.562-71.668 192.248h-193.29v64h193.37c3.802 45.664 15.508 88.812 33.638 127.75h-123.992l-70.060 280.238 62.090 15.524 57.94-231.762h112.354c58.692 78.032 147.396 127.75 246.66 127.75s187.966-49.718 246.662-127.75h112.354l57.94 231.762 62.090-15.524-70.060-280.238h-123.992c18.13-38.938 29.836-82.086 33.636-127.75h193.37z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bug", + "virus", + "error" + ], + "defaultCode": 59801, + "grid": 16 + }, + { + "id": 154, + "paths": [ + "M448 576v-448c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448c0-72.034-17.028-140.084-47.236-200.382l-400.764 200.382zM912.764 247.618c-73.552-146.816-225.374-247.618-400.764-247.618v448l400.764-200.382z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pie-chart", + "stats", + "statistics", + "graph" + ], + "defaultCode": 59802, + "grid": 16 + }, + { + "id": 155, + "paths": [ + "M128 896h896v128h-1024v-1024h128zM288 832c-53.020 0-96-42.98-96-96s42.98-96 96-96c2.828 0 5.622 0.148 8.388 0.386l103.192-171.986c-9.84-15.070-15.58-33.062-15.58-52.402 0-53.020 42.98-96 96-96s96 42.98 96 96c0 19.342-5.74 37.332-15.58 52.402l103.192 171.986c2.766-0.238 5.56-0.386 8.388-0.386 2.136 0 4.248 0.094 6.35 0.23l170.356-298.122c-10.536-15.408-16.706-34.036-16.706-54.11 0-53.020 42.98-96 96-96s96 42.98 96 96c0 53.020-42.98 96-96 96-2.14 0-4.248-0.094-6.35-0.232l-170.356 298.124c10.536 15.406 16.706 34.036 16.706 54.11 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-19.34 5.74-37.332 15.578-52.402l-103.19-171.984c-2.766 0.238-5.56 0.386-8.388 0.386s-5.622-0.146-8.388-0.386l-103.192 171.986c9.84 15.068 15.58 33.060 15.58 52.4 0 53.020-42.98 96-96 96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stats-dots", + "stats", + "plot", + "statistics", + "chart" + ], + "defaultCode": 59803, + "grid": 16 + }, + { + "id": 156, + "paths": [ + "M0 832h1024v128h-1024zM128 576h128v192h-128zM320 320h128v448h-128zM512 512h128v256h-128zM704 128h128v640h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stats-bars", + "stats", + "statistics", + "chart" + ], + "defaultCode": 59804, + "grid": 16 + }, + { + "id": 157, + "paths": [ + "M288 384h-192c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-576c0-17.6-14.4-32-32-32zM288 960h-192v-256h192v256zM608 256h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM608 960h-192v-320h192v320zM928 128h-192c-17.6 0-32 14.4-32 32v832c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-832c0-17.6-14.4-32-32-32zM928 960h-192v-384h192v384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stats-bars", + "stats", + "statistics", + "chart" + ], + "defaultCode": 59805, + "grid": 16 + }, + { + "id": 158, + "paths": [ + "M832 192v-128h-640v128h-192v128c0 106.038 85.958 192 192 192 20.076 0 39.43-3.086 57.62-8.802 46.174 66.008 116.608 113.796 198.38 130.396v198.406h-64c-70.694 0-128 57.306-128 128h512c0-70.694-57.306-128-128-128h-64v-198.406c81.772-16.6 152.206-64.386 198.38-130.396 18.19 5.716 37.544 8.802 57.62 8.802 106.042 0 192-85.962 192-192v-128h-192zM192 436c-63.962 0-116-52.038-116-116v-64h116v64c0 40.186 7.43 78.632 20.954 114.068-6.802 1.246-13.798 1.932-20.954 1.932zM948 320c0 63.962-52.038 116-116 116-7.156 0-14.152-0.686-20.954-1.932 13.524-35.436 20.954-73.882 20.954-114.068v-64h116v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trophy", + "cup", + "prize", + "award", + "winner", + "tournament" + ], + "defaultCode": 59806, + "grid": 16 + }, + { + "id": 159, + "paths": [ + "M771.516 320c18.126-12.88 35.512-27.216 51.444-43.148 33.402-33.402 55.746-74.5 62.912-115.722 7.858-45.186-3.672-87.14-31.63-115.1-22.3-22.298-52.51-34.086-87.364-34.086-49.632 0-101.922 23.824-143.46 65.362-66.476 66.476-105.226 158.238-126.076 223.722-15.44-65.802-46.206-154.644-106.018-214.458-32.094-32.092-73.114-48.57-111.846-48.57-31.654 0-61.78 11.004-84.26 33.486-49.986 49.988-43.232 137.786 15.086 196.104 20.792 20.792 45.098 38.062 70.72 52.412h-217.024v256h64v448h768v-448.002h64v-256h-188.484zM674.326 128.218c27.724-27.724 62.322-44.274 92.55-44.274 10.7 0 25.708 2.254 36.45 12.998 26.030 26.028 11.412 86.308-31.28 128.998-43.946 43.946-103.060 74.168-154.432 94.060h-50.672c18.568-57.548 52.058-136.456 107.384-191.782zM233.934 160.89c-0.702-9.12-0.050-26.248 12.196-38.494 10.244-10.244 23.788-12.396 33.348-12.396v0c21.258 0 43.468 10.016 60.932 27.48 33.872 33.872 61.766 87.772 80.668 155.876 0.51 1.84 1.008 3.67 1.496 5.486-1.816-0.486-3.646-0.984-5.486-1.496-68.104-18.904-122.002-46.798-155.874-80.67-15.828-15.826-25.77-36.16-27.28-55.786zM448 960h-256v-416h256v416zM448 512h-320v-128h320v128zM832 960h-256v-416h256v416zM896 512h-320v-128h320v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "gift", + "present", + "box" + ], + "defaultCode": 59807, + "grid": 16 + }, + { + "id": 160, + "paths": [ + "M777.784 16.856c-5.576-10.38-16.406-16.856-28.19-16.856h-475.188c-11.784 0-22.614 6.476-28.19 16.856-35.468 66.020-54.216 143.184-54.216 223.144 0 105.412 32.372 204.828 91.154 279.938 45.428 58.046 102.48 96.54 164.846 112.172v327.89h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-327.89c62.368-15.632 119.418-54.124 164.846-112.172 58.782-75.11 91.154-174.526 91.154-279.938 0-79.96-18.748-157.122-54.216-223.144zM294.1 64h435.8c24.974 52.902 38.1 113.338 38.1 176 0 5.364-0.108 10.696-0.296 16h-511.406c-0.19-5.304-0.296-10.636-0.296-16-0.002-62.664 13.126-123.098 38.098-176z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "glass", + "drink", + "beverage", + "wine" + ], + "defaultCode": 59808, + "grid": 16 + }, + { + "id": 161, + "paths": [ + "M889.162 179.77c7.568-9.632 8.972-22.742 3.62-33.758-5.356-11.018-16.532-18.012-28.782-18.012h-704c-12.25 0-23.426 6.994-28.78 18.012-5.356 11.018-3.95 24.126 3.618 33.758l313.162 398.57v381.66h-96c-17.672 0-32 14.326-32 32s14.328 32 32 32h320c17.674 0 32-14.326 32-32s-14.326-32-32-32h-96v-381.66l313.162-398.57zM798.162 192l-100.572 128h-371.18l-100.57-128h572.322z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "glass", + "drink", + "beverage", + "wine" + ], + "defaultCode": 59809, + "grid": 16 + }, + { + "id": 162, + "paths": [ + "M960 320h-192v-96c0-88.366-171.922-160-384-160s-384 71.634-384 160v640c0 88.366 171.922 160 384 160s384-71.634 384-160v-96h192c35.346 0 64-28.654 64-64v-320c0-35.346-28.654-64-64-64zM176.056 258.398c-36.994-12.19-59.408-25.246-71.41-34.398 12.004-9.152 34.416-22.208 71.41-34.398 57.942-19.090 131.79-29.602 207.944-29.602s150.004 10.512 207.944 29.602c36.994 12.188 59.408 25.246 71.41 34.398-12.002 9.152-34.416 22.208-71.41 34.398-57.94 19.090-131.79 29.602-207.944 29.602s-150.002-10.512-207.944-29.602zM896 640h-128v-192h128v192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mug", + "drink", + "glass", + "beverage" + ], + "defaultCode": 59810, + "grid": 16 + }, + { + "id": 163, + "paths": [ + "M224 0c-106.040 0-192 100.288-192 224 0 105.924 63.022 194.666 147.706 217.998l-31.788 518.124c-2.154 35.132 24.882 63.878 60.082 63.878h32c35.2 0 62.236-28.746 60.082-63.878l-31.788-518.124c84.684-23.332 147.706-112.074 147.706-217.998 0-123.712-85.96-224-192-224zM869.334 0l-53.334 320h-40l-26.666-320h-26.668l-26.666 320h-40l-53.334-320h-26.666v416c0 17.672 14.326 32 32 32h83.338l-31.42 512.122c-2.154 35.132 24.882 63.878 60.082 63.878h32c35.2 0 62.236-28.746 60.082-63.878l-31.42-512.122h83.338c17.674 0 32-14.328 32-32v-416h-26.666z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spoon-knife", + "food", + "restaurant" + ], + "defaultCode": 59811, + "grid": 16 + }, + { + "id": 164, + "paths": [ + "M1011.328 134.496c-110.752-83.928-281.184-134.034-455.91-134.034-216.12 0-392.226 75.456-483.16 207.020-42.708 61.79-66.33 134.958-70.208 217.474-3.454 73.474 8.884 154.726 36.684 242.146 94.874-284.384 359.82-507.102 665.266-507.102 0 0-285.826 75.232-465.524 308.192-0.112 0.138-2.494 3.090-6.614 8.698-36.080 48.278-67.538 103.162-91.078 165.328-39.87 94.83-76.784 224.948-76.784 381.782h128c0 0-19.43-122.222 14.36-262.79 55.89 7.556 105.858 11.306 150.852 11.306 117.678 0 201.37-25.46 263.388-80.124 55.568-48.978 86.198-114.786 118.624-184.456 49.524-106.408 105.654-227.010 268.654-320.152 9.33-5.332 15.362-14.992 16.056-25.716s-4.040-21.080-12.606-27.572z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "leaf", + "nature", + "plant", + "tea", + "green", + "vegan", + "vegetarian" + ], + "defaultCode": 59812, + "grid": 16 + }, + { + "id": 165, + "paths": [ + "M704 64l-320 320h-192l-192 256c0 0 203.416-56.652 322.066-30.084l-322.066 414.084 421.902-328.144c58.838 134.654-37.902 328.144-37.902 328.144l256-192v-192l320-320 64-320-320 64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "rocket", + "jet", + "speed", + "spaceship", + "fast" + ], + "defaultCode": 59813, + "grid": 16 + }, + { + "id": 166, + "paths": [ + "M512 64c282.77 0 512 229.23 512 512 0 192.792-106.576 360.666-264.008 448h-495.984c-157.432-87.334-264.008-255.208-264.008-448 0-282.77 229.23-512 512-512zM801.914 865.914c77.438-77.44 120.086-180.398 120.086-289.914h-90v-64h85.038c-7.014-44.998-21.39-88.146-42.564-128h-106.474v-64h64.284c-9.438-11.762-19.552-23.096-30.37-33.914-46.222-46.22-101.54-80.038-161.914-99.798v69.712h-64v-85.040c-20.982-3.268-42.36-4.96-64-4.96s-43.018 1.69-64 4.96v85.040h-64v-69.712c-60.372 19.76-115.692 53.576-161.914 99.798-10.818 10.818-20.932 22.152-30.37 33.914h64.284v64h-106.476c-21.174 39.854-35.552 83.002-42.564 128h85.040v64h-90c0 109.516 42.648 212.474 120.086 289.914 10.71 10.71 21.924 20.728 33.56 30.086h192.354l36.572-512h54.856l36.572 512h192.354c11.636-9.358 22.852-19.378 33.56-30.086z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "meter", + "gauge", + "dashboard", + "speedometer", + "performance" + ], + "defaultCode": 59814, + "grid": 16 + }, + { + "id": 167, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM302.836 834.152c11.106-30.632 17.164-63.688 17.164-98.152 0-124.35-78.81-230.292-189.208-270.606 10.21-84.924 48.254-163.498 109.678-224.924 72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.53 112.47c61.428 61.426 99.468 140 109.682 224.924-110.402 40.314-189.212 146.256-189.212 270.606 0 34.468 6.060 67.52 17.166 98.15-61.706 40.242-133.77 61.85-209.166 61.85-75.394 0-147.458-21.608-209.164-61.848zM551.754 640.996c13.878 3.494 24.246 16.080 24.246 31.004v64c0 17.6-14.4 32-32 32h-64c-17.6 0-32-14.4-32-32v-64c0-14.924 10.368-27.51 24.246-31.004l23.754-448.996h32l23.754 448.996z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "meter", + "gauge", + "dashboard", + "speedometer", + "performance" + ], + "defaultCode": 59815, + "grid": 16 + }, + { + "id": 168, + "paths": [ + "M1010.174 915.75l-548.634-499.458 25.534-25.598c20.894-20.954 32.188-48.030 33.918-75.61 1.002-0.45 2.002-0.912 2.958-1.442l102.99-64.402c13.934-16.392 12.916-42.268-2.284-57.502l-179.12-179.608c-15.19-15.234-40.998-16.262-57.344-2.284l-64.236 103.268c-0.526 0.966-0.99 1.966-1.44 2.974-27.502 1.736-54.5 13.056-75.398 34.006l-97.428 97.702c-20.898 20.956-32.184 48.026-33.918 75.604-1.004 0.45-2.004 0.916-2.964 1.446l-102.986 64.406c-13.942 16.39-12.916 42.264 2.276 57.496l179.12 179.604c15.194 15.238 40.996 16.262 57.35 2.286l64.228-103.27c0.528-0.958 0.988-1.96 1.442-2.966 27.502-1.738 54.504-13.050 75.398-34.004l28.292-28.372 498.122 550.114c14.436 15.944 36.7 18.518 49.474 5.712l50.356-50.488c12.764-12.808 10.196-35.132-5.706-49.614z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hammer", + "gavel", + "rules", + "justice", + "legal" + ], + "defaultCode": 59816, + "grid": 16 + }, + { + "id": 169, + "paths": [ + "M321.008 1024c-68.246-142.008-31.902-223.378 20.55-300.044 57.44-83.956 72.244-167.066 72.244-167.066s45.154 58.7 27.092 150.508c79.772-88.8 94.824-230.28 82.782-284.464 180.314 126.012 257.376 398.856 153.522 601.066 552.372-312.532 137.398-780.172 65.154-832.85 24.082 52.676 28.648 141.85-20 185.126-82.352-312.276-285.972-376.276-285.972-376.276 24.082 161.044-87.296 337.144-194.696 468.73-3.774-64.216-7.782-108.528-41.55-169.98-7.58 116.656-96.732 211.748-120.874 328.628-32.702 158.286 24.496 274.18 241.748 396.622z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fire", + "flame", + "hot", + "popular" + ], + "defaultCode": 59817, + "grid": 16 + }, + { + "id": 170, + "paths": [ + "M956.29 804.482l-316.29-527.024v-213.458h32c17.6 0 32-14.4 32-32s-14.4-32-32-32h-320c-17.6 0-32 14.4-32 32s14.4 32 32 32h32v213.458l-316.288 527.024c-72.442 120.734-16.512 219.518 124.288 219.518h640c140.8 0 196.73-98.784 124.29-219.518zM241.038 640l206.962-344.938v-231.062h128v231.062l206.964 344.938h-541.926z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lab", + "beta", + "beaker", + "test", + "experiment" + ], + "defaultCode": 59818, + "grid": 16 + }, + { + "id": 171, + "paths": [ + "M896 0h-256l64 576c0 106.040-85.96 192-192 192s-192-85.96-192-192l64-576h-256l-64 576c0 247.424 200.576 448 448 448s448-200.576 448-448l-64-576zM777.874 841.874c-71.018 71.014-165.44 110.126-265.874 110.126s-194.856-39.112-265.872-110.126c-70.116-70.118-109.13-163.048-110.11-262.054l36.092-324.82h111.114l-35.224 317.010v3.99c0 70.518 27.46 136.814 77.324 186.676 49.862 49.864 116.158 77.324 186.676 77.324s136.814-27.46 186.676-77.324c49.864-49.862 77.324-116.158 77.324-186.676v-3.988l-0.44-3.962-34.782-313.050h111.114l36.090 324.818c-0.98 99.006-39.994 191.938-110.108 262.056z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "magnet", + "attract" + ], + "defaultCode": 59819, + "grid": 16 + }, + { + "id": 172, + "paths": [ + "M128 320v640c0 35.2 28.8 64 64 64h576c35.2 0 64-28.8 64-64v-640h-704zM320 896h-64v-448h64v448zM448 896h-64v-448h64v448zM576 896h-64v-448h64v448zM704 896h-64v-448h64v448z", + "M848 128h-208v-80c0-26.4-21.6-48-48-48h-224c-26.4 0-48 21.6-48 48v80h-208c-26.4 0-48 21.6-48 48v80h832v-80c0-26.4-21.6-48-48-48zM576 128h-192v-63.198h192v63.198z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bin", + "trashcan", + "remove", + "delete", + "recycle", + "dispose" + ], + "defaultCode": 59820, + "grid": 16 + }, + { + "id": 173, + "paths": [ + "M192 1024h640l64-704h-768zM640 128v-128h-256v128h-320v192l64-64h768l64 64v-192h-320zM576 128h-128v-64h128v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bin", + "trashcan", + "remove", + "delete", + "recycle", + "dispose" + ], + "defaultCode": 59821, + "grid": 16 + }, + { + "id": 174, + "paths": [ + "M960 256h-256v-64c0-35.2-28.8-64-64-64h-256c-35.204 0-64 28.8-64 64v64h-256c-35.2 0-64 28.8-64 64v576c0 35.202 28.796 64 64 64h896c35.2 0 64-28.798 64-64v-576c0-35.2-28.8-64-64-64zM384 192.116c0.034-0.040 0.074-0.082 0.114-0.116h255.772c0.042 0.034 0.082 0.076 0.118 0.116v63.884h-256.004v-63.884zM960 512h-128v96c0 17.602-14.4 32-32 32h-64c-17.604 0-32-14.398-32-32v-96h-384v96c0 17.602-14.4 32-32 32h-64c-17.602 0-32-14.398-32-32v-96h-128v-64h896v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "briefcase", + "portfolio", + "suitcase", + "work", + "job", + "employee" + ], + "defaultCode": 59822, + "grid": 16 + }, + { + "id": 175, + "paths": [ + "M768 639.968l-182.82-182.822 438.82-329.15-128.010-127.996-548.52 219.442-172.7-172.706c-49.78-49.778-119.302-61.706-154.502-26.508-35.198 35.198-23.268 104.726 26.51 154.5l172.686 172.684-219.464 548.582 127.99 128.006 329.19-438.868 182.826 182.828v255.98h127.994l63.992-191.988 191.988-63.996v-127.992l-255.98 0.004z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "airplane", + "travel", + "flight", + "plane", + "transport", + "fly", + "vacation" + ], + "defaultCode": 59823, + "grid": 16 + }, + { + "id": 176, + "paths": [ + "M1024 576l-128-256h-192v-128c0-35.2-28.8-64-64-64h-576c-35.2 0-64 28.8-64 64v512l64 64h81.166c-10.898 18.832-17.166 40.678-17.166 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.268-45.168-17.166-64h354.334c-10.898 18.832-17.168 40.678-17.168 64 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.322-6.27-45.168-17.168-64h81.168v-192zM704 576v-192h132.668l96 192h-228.668z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "truck", + "transit", + "transport", + "delivery", + "vehicle" + ], + "defaultCode": 59824, + "grid": 16 + }, + { + "id": 177, + "paths": [ + "M704 1024h320l-256-1024h-192l32 256h-192l32-256h-192l-256 1024h320l32-256h320l32 256zM368 640l32-256h224l32 256h-288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "road", + "asphalt", + "travel" + ], + "defaultCode": 59825, + "grid": 16 + }, + { + "id": 178, + "paths": [ + "M416 96c0-53.018 42.98-96 96-96s96 42.982 96 96c0 53.020-42.98 96-96 96s-96-42.98-96-96z", + "M640 320l329.596-142.172-23.77-59.424-401.826 137.596h-64l-401.826-137.596-23.77 59.424 329.596 142.172v256l-131.27 424.57 59.84 22.7 185.716-415.27h27.428l185.716 415.27 59.84-22.7-131.27-424.57z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "accessibility" + ], + "defaultCode": 59826, + "grid": 16 + }, + { + "id": 179, + "paths": [ + "M1024 448h-100.924c-27.64-178.24-168.836-319.436-347.076-347.076v-100.924h-128v100.924c-178.24 27.64-319.436 168.836-347.076 347.076h-100.924v128h100.924c27.64 178.24 168.836 319.436 347.076 347.076v100.924h128v-100.924c178.24-27.64 319.436-168.836 347.076-347.076h100.924v-128zM792.822 448h-99.762c-19.284-54.55-62.51-97.778-117.060-117.060v-99.762c107.514 24.49 192.332 109.31 216.822 216.822zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM448 231.178v99.762c-54.55 19.282-97.778 62.51-117.060 117.060h-99.762c24.49-107.512 109.31-192.332 216.822-216.822zM231.178 576h99.762c19.282 54.55 62.51 97.778 117.060 117.060v99.762c-107.512-24.49-192.332-109.308-216.822-216.822zM576 792.822v-99.762c54.55-19.284 97.778-62.51 117.060-117.060h99.762c-24.49 107.514-109.308 192.332-216.822 216.822z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "target", + "goal", + "location", + "spot" + ], + "defaultCode": 59827, + "grid": 16 + }, + { + "id": 180, + "paths": [ + "M960 0l-448 128-448-128c0 0-4.5 51.698 0 128l448 140.090 448-140.090c4.498-76.302 0-128 0-128zM72.19 195.106c23.986 250.696 113.49 672.234 439.81 828.894 326.32-156.66 415.824-578.198 439.81-828.894l-439.81 165.358-439.81-165.358z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shield", + "security", + "defense", + "protection", + "anti virus" + ], + "defaultCode": 59828, + "grid": 16 + }, + { + "id": 181, + "paths": [ + "M384 0l-384 512h384l-256 512 896-640h-512l384-384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "power", + "lightning", + "bolt", + "electricity" + ], + "defaultCode": 59829, + "grid": 16 + }, + { + "id": 182, + "paths": [ + "M640 146.588v135.958c36.206 15.804 69.5 38.408 98.274 67.18 60.442 60.44 93.726 140.8 93.726 226.274s-33.286 165.834-93.726 226.274c-60.44 60.44-140.798 93.726-226.274 93.726s-165.834-33.286-226.274-93.726c-60.44-60.44-93.726-140.8-93.726-226.274s33.286-165.834 93.726-226.274c28.774-28.774 62.068-51.378 98.274-67.182v-135.956c-185.048 55.080-320 226.472-320 429.412 0 247.424 200.578 448 448 448 247.424 0 448-200.576 448-448 0-202.94-134.95-374.332-320-429.412zM448 0h128v512h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "switch" + ], + "defaultCode": 59830, + "grid": 16 + }, + { + "id": 183, + "paths": [ + "M1024 282.5l-90.506-90.5-178.746 178.752-101.5-101.502 178.75-178.75-90.5-90.5-178.75 178.75-114.748-114.75-86.626 86.624 512.002 512 86.624-86.622-114.752-114.752 178.752-178.75z", + "M794.040 673.79l-443.824-443.824c-95.818 114.904-204.52 292.454-129.396 445.216l-132.248 132.248c-31.112 31.114-31.112 82.024 0 113.136l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0l132.246-132.244c152.764 75.132 330.318-33.566 445.226-129.39z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "power-cord", + "plugin", + "extension" + ], + "defaultCode": 59831, + "grid": 16 + }, + { + "id": 184, + "paths": [ + "M928 128h-288c0-70.692-57.306-128-128-128-70.692 0-128 57.308-128 128h-288c-17.672 0-32 14.328-32 32v832c0 17.674 14.328 32 32 32h832c17.674 0 32-14.326 32-32v-832c0-17.672-14.326-32-32-32zM512 64c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM896 960h-768v-768h128v96c0 17.672 14.328 32 32 32h448c17.674 0 32-14.328 32-32v-96h128v768z", + "M448 858.51l-205.254-237.254 58.508-58.51 146.746 114.744 274.742-242.744 58.514 58.508z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clipboard", + "board", + "signup", + "register", + "agreement" + ], + "defaultCode": 59832, + "grid": 16 + }, + { + "id": 185, + "paths": [ + "M384 832h640v128h-640zM384 448h640v128h-640zM384 64h640v128h-640zM192 0v256h-64v-192h-64v-64zM128 526v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM256 704v320h-192v-64h128v-64h-128v-64h128v-64h-128v-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list-numbered", + "options" + ], + "defaultCode": 59833, + "grid": 16 + }, + { + "id": 186, + "paths": [ + "M0 0h256v256h-256zM384 64h640v128h-640zM0 384h256v256h-256zM384 448h640v128h-640zM0 768h256v256h-256zM384 832h640v128h-640z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list", + "todo", + "bullet", + "menu", + "options" + ], + "defaultCode": 59834, + "grid": 16 + }, + { + "id": 187, + "paths": [ + "M384 64h640v128h-640v-128zM384 448h640v128h-640v-128zM384 832h640v128h-640v-128zM0 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 896c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "list", + "todo", + "bullet", + "menu", + "options" + ], + "defaultCode": 59835, + "grid": 16 + }, + { + "id": 188, + "paths": [ + "M976 768h-16v-208c0-61.756-50.242-112-112-112h-272v-128h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v128h-272c-61.756 0-112 50.244-112 112v208h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48zM192 960h-128v-128h128v128zM576 960h-128v-128h128v128zM448 256v-128h128v128h-128zM960 960h-128v-128h128v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tree", + "branches", + "inheritance" + ], + "defaultCode": 59836, + "grid": 16 + }, + { + "id": 189, + "paths": [ + "M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "menu", + "list", + "options", + "lines", + "hamburger" + ], + "defaultCode": 59837, + "grid": 16 + }, + { + "id": 190, + "paths": [ + "M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192z", + "M992 576l192 192 192-192z", + "M1376 512l-192-192-192 192z" + ], + "width": 1408, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "menu", + "options", + "hamburger" + ], + "defaultCode": 59838, + "grid": 16 + }, + { + "id": 191, + "paths": [ + "M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192z", + "M992 448l192 192 192-192z" + ], + "width": 1408, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "menu", + "options", + "hamburger" + ], + "defaultCode": 59839, + "grid": 16 + }, + { + "id": 192, + "paths": [ + "M0 192h896v192h-896v-192zM0 448h896v192h-896v-192zM0 704h896v192h-896v-192z", + "M992 640l192-192 192 192z" + ], + "width": 1408, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "menu", + "options", + "hamburger" + ], + "defaultCode": 59840, + "grid": 16 + }, + { + "id": 193, + "paths": [ + "M1024 657.542c0-82.090-56.678-150.9-132.996-169.48-3.242-128.7-108.458-232.062-237.862-232.062-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.874-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848l656.262-0.012c96.138-0.184 174.008-78.212 174.008-174.446z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud", + "weather" + ], + "defaultCode": 59841, + "grid": 16 + }, + { + "id": 194, + "paths": [ + "M891.004 360.060c-3.242-128.698-108.458-232.060-237.862-232.060-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.876-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848h91.76l226.51 234.51 226.51-234.51 111.482-0.012c96.138-0.184 174.008-78.21 174.008-174.446 0-82.090-56.678-150.9-132.996-169.482zM512 832l-192-192h128v-192h128v192h128l-192 192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud-download", + "cloud", + "save", + "download" + ], + "defaultCode": 59842, + "grid": 16 + }, + { + "id": 195, + "paths": [ + "M892.268 386.49c2.444-11.11 3.732-22.648 3.732-34.49 0-88.366-71.634-160-160-160-14.222 0-28.014 1.868-41.132 5.352-24.798-77.352-97.29-133.352-182.868-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.622-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.388 114.616 256 256 256h128v192h256v-192h224c88.366 0 160-71.632 160-160 0-78.72-56.854-144.162-131.732-157.51zM576 640v192h-128v-192h-160l224-224 224 224h-160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud-upload", + "cloud", + "load", + "upload" + ], + "defaultCode": 59843, + "grid": 16 + }, + { + "id": 196, + "paths": [ + "M892.268 514.49c2.442-11.108 3.732-22.646 3.732-34.49 0-88.366-71.634-160-160-160-14.224 0-28.014 1.868-41.134 5.352-24.796-77.352-97.288-133.352-182.866-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.62-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256h608c88.366 0 160-71.632 160-160 0-78.718-56.854-144.16-131.732-157.51zM416 768l-160-160 64-64 96 96 224-224 64 64-288 288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cloud-check", + "cloud", + "synced" + ], + "defaultCode": 59844, + "grid": 16 + }, + { + "id": 197, + "paths": [ + "M896 512h-160l-224 224-224-224h-160l-128 256v64h1024v-64l-128-256zM0 896h1024v64h-1024v-64zM576 320v-256h-128v256h-224l288 288 288-288h-224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "download", + "save", + "store" + ], + "defaultCode": 59845, + "grid": 16 + }, + { + "id": 198, + "paths": [ + "M0 896h1024v64h-1024zM1024 768v64h-1024v-64l128-256h256v128h256v-128h256zM224 320l288-288 288 288h-224v256h-128v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "upload", + "load", + "open" + ], + "defaultCode": 59846, + "grid": 16 + }, + { + "id": 199, + "paths": [ + "M736 448l-256 256-256-256h160v-384h192v384zM480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "download", + "save", + "store" + ], + "defaultCode": 59847, + "grid": 16 + }, + { + "id": 200, + "paths": [ + "M480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64zM224 320l256-256 256 256h-160v320h-192v-320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "upload", + "load", + "open" + ], + "defaultCode": 59848, + "grid": 16 + }, + { + "id": 201, + "paths": [ + "M480 64c-265.096 0-480 214.904-480 480 0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM751.59 704c8.58-40.454 13.996-83.392 15.758-128h127.446c-3.336 44.196-13.624 87.114-30.68 128h-112.524zM208.41 384c-8.58 40.454-13.996 83.392-15.758 128h-127.444c3.336-44.194 13.622-87.114 30.678-128h112.524zM686.036 384c9.614 40.962 15.398 83.854 17.28 128h-191.316v-128h174.036zM512 320v-187.338c14.59 4.246 29.044 11.37 43.228 21.37 26.582 18.74 52.012 47.608 73.54 83.486 14.882 24.802 27.752 52.416 38.496 82.484h-155.264zM331.232 237.516c21.528-35.878 46.956-64.748 73.54-83.486 14.182-10 28.638-17.124 43.228-21.37v187.34h-155.264c10.746-30.066 23.616-57.68 38.496-82.484zM448 384v128h-191.314c1.88-44.146 7.666-87.038 17.278-128h174.036zM95.888 704c-17.056-40.886-27.342-83.804-30.678-128h127.444c1.762 44.608 7.178 87.546 15.758 128h-112.524zM256.686 576h191.314v128h-174.036c-9.612-40.96-15.398-83.854-17.278-128zM448 768v187.34c-14.588-4.246-29.044-11.372-43.228-21.37-26.584-18.74-52.014-47.61-73.54-83.486-14.882-24.804-27.75-52.418-38.498-82.484h155.266zM628.768 850.484c-21.528 35.876-46.958 64.746-73.54 83.486-14.184 9.998-28.638 17.124-43.228 21.37v-187.34h155.266c-10.746 30.066-23.616 57.68-38.498 82.484zM512 704v-128h191.314c-1.88 44.146-7.666 87.040-17.28 128h-174.034zM767.348 512c-1.762-44.608-7.178-87.546-15.758-128h112.524c17.056 40.886 27.344 83.806 30.68 128h-127.446zM830.658 320h-95.9c-18.638-58.762-44.376-110.294-75.316-151.428 42.536 20.34 81.058 47.616 114.714 81.272 21.48 21.478 40.362 44.938 56.502 70.156zM185.844 249.844c33.658-33.658 72.18-60.932 114.714-81.272-30.942 41.134-56.676 92.666-75.316 151.428h-95.898c16.138-25.218 35.022-48.678 56.5-70.156zM129.344 768h95.898c18.64 58.762 44.376 110.294 75.318 151.43-42.536-20.34-81.058-47.616-114.714-81.274-21.48-21.478-40.364-44.938-56.502-70.156zM774.156 838.156c-33.656 33.658-72.18 60.934-114.714 81.274 30.942-41.134 56.678-92.668 75.316-151.43h95.9c-16.14 25.218-35.022 48.678-56.502 70.156z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sphere", + "globe", + "internet" + ], + "defaultCode": 59849, + "grid": 16 + }, + { + "id": 202, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960.002c-62.958 0-122.872-13.012-177.23-36.452l233.148-262.29c5.206-5.858 8.082-13.422 8.082-21.26v-96c0-17.674-14.326-32-32-32-112.99 0-232.204-117.462-233.374-118.626-6-6.002-14.14-9.374-22.626-9.374h-128c-17.672 0-32 14.328-32 32v192c0 12.122 6.848 23.202 17.69 28.622l110.31 55.156v187.886c-116.052-80.956-192-215.432-192-367.664 0-68.714 15.49-133.806 43.138-192h116.862c8.488 0 16.626-3.372 22.628-9.372l128-128c6-6.002 9.372-14.14 9.372-22.628v-77.412c40.562-12.074 83.518-18.588 128-18.588 70.406 0 137.004 16.26 196.282 45.2-4.144 3.502-8.176 7.164-12.046 11.036-36.266 36.264-56.236 84.478-56.236 135.764s19.97 99.5 56.236 135.764c36.434 36.432 85.218 56.264 135.634 56.26 3.166 0 6.342-0.080 9.518-0.236 13.814 51.802 38.752 186.656-8.404 372.334-0.444 1.744-0.696 3.488-0.842 5.224-81.324 83.080-194.7 134.656-320.142 134.656z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "earth", + "globe", + "language", + "web", + "internet", + "sphere", + "planet" + ], + "defaultCode": 59850, + "grid": 16 + }, + { + "id": 203, + "paths": [ + "M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z", + "M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "link", + "chain", + "url", + "uri", + "anchor" + ], + "defaultCode": 59851, + "grid": 16 + }, + { + "id": 204, + "paths": [ + "M0 0h128v1024h-128v-1024z", + "M832 643.002c82.624 0 154.57-19.984 192-49.5v-512c-37.43 29.518-109.376 49.502-192 49.502s-154.57-19.984-192-49.502v512c37.43 29.516 109.376 49.5 192 49.5z", + "M608 32.528c-46.906-19.94-115.52-32.528-192-32.528-96.396 0-180.334 19.984-224 49.502v512c43.666-29.518 127.604-49.502 224-49.502 76.48 0 145.094 12.588 192 32.528v-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flag", + "report", + "mark" + ], + "defaultCode": 59852, + "grid": 16 + }, + { + "id": 205, + "paths": [ + "M665.832 327.048l-64.952-64.922-324.81 324.742c-53.814 53.792-53.814 141.048 0 194.844 53.804 53.792 141.060 53.792 194.874 0l389.772-389.708c89.714-89.662 89.714-235.062 0-324.726-89.666-89.704-235.112-89.704-324.782 0l-409.23 409.178c-0.29 0.304-0.612 0.576-0.876 0.846-125.102 125.096-125.102 327.856 0 452.906 125.054 125.056 327.868 125.056 452.988 0 0.274-0.274 0.516-0.568 0.82-0.876l0.032 0.034 279.332-279.292-64.986-64.92-279.33 279.262c-0.296 0.268-0.564 0.57-0.846 0.844-89.074 89.058-233.98 89.058-323.076 0-89.062-89.042-89.062-233.922 0-322.978 0.304-0.304 0.604-0.582 0.888-0.846l-0.046-0.060 409.28-409.166c53.712-53.738 141.144-53.738 194.886 0 53.712 53.734 53.712 141.148 0 194.84l-389.772 389.7c-17.936 17.922-47.054 17.922-64.972 0-17.894-17.886-17.894-47.032 0-64.92l324.806-324.782z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "attachment", + "paperclip" + ], + "defaultCode": 59853, + "grid": 16 + }, + { + "id": 206, + "paths": [ + "M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eye", + "views", + "vision", + "visit" + ], + "defaultCode": 59854, + "grid": 16 + }, + { + "id": 207, + "paths": [ + "M1024 128h-128v-128h-128v128h-128v128h128v128h128v-128h128z", + "M863.862 446.028c18.436 20.478 35.192 42.53 50.022 65.972-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-0.692-0.018-1.38-0.024-2.072-109.284-28.138-190.298-126.63-191.932-244.31-21.026-2.38-42.394-3.618-64.044-3.618-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-17.64-35.23-38.676-68.394-62.65-99.054-29.28 17.178-62.272 28.71-97.488 33.082zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eye-plus", + "views", + "vision", + "visit" + ], + "defaultCode": 59855, + "grid": 16 + }, + { + "id": 208, + "paths": [ + "M640 128h384v128h-384v-128z", + "M870.32 320h-294.32v-124.388c-21.014-2.376-42.364-3.612-64-3.612-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-37.396-74.686-90.020-140.1-153.68-192zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96zM764.448 662.296c-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-30.774-5.454-60.268-15.408-87.598 3.976 2.378 7.938 4.802 11.858 7.302 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eye-minus", + "views", + "vision", + "visit" + ], + "defaultCode": 59856, + "grid": 16 + }, + { + "id": 209, + "paths": [ + "M945.942 14.058c-18.746-18.744-49.136-18.744-67.882 0l-202.164 202.164c-51.938-15.754-106.948-24.222-163.896-24.222-223.318 0-416.882 130.042-512 320 41.122 82.124 100.648 153.040 173.022 207.096l-158.962 158.962c-18.746 18.746-18.746 49.136 0 67.882 9.372 9.374 21.656 14.060 33.94 14.060s24.568-4.686 33.942-14.058l864-864c18.744-18.746 18.744-49.138 0-67.884zM416 320c42.24 0 78.082 27.294 90.92 65.196l-121.724 121.724c-37.902-12.838-65.196-48.68-65.196-90.92 0-53.020 42.98-96 96-96zM110.116 512c38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 54.89 17.286 105.738 46.7 147.418l-60.924 60.924c-52.446-36.842-97.202-83.882-131.66-138.342z", + "M768 442c0-27.166-4.256-53.334-12.102-77.898l-321.808 321.808c24.568 7.842 50.742 12.090 77.91 12.090 141.382 0 256-114.618 256-256z", + "M830.026 289.974l-69.362 69.362c1.264 0.786 2.53 1.568 3.786 2.368 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-38.664 0-76.902-4.76-113.962-14.040l-76.894 76.894c59.718 21.462 123.95 33.146 190.856 33.146 223.31 0 416.876-130.042 512-320-45.022-89.916-112.118-166.396-193.974-222.026z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eye-blocked", + "views", + "vision", + "visit", + "banned", + "blocked", + "forbidden", + "private" + ], + "defaultCode": 59857, + "grid": 16 + }, + { + "id": 210, + "paths": [ + "M192 0v1024l320-320 320 320v-1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmark", + "ribbon" + ], + "defaultCode": 59858, + "grid": 16 + }, + { + "id": 211, + "paths": [ + "M256 128v896l320-320 320 320v-896zM768 0h-640v896l64-64v-768h576z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bookmarks", + "ribbons" + ], + "defaultCode": 59859, + "grid": 16 + }, + { + "id": 212, + "paths": [ + "M512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.348 0-64-28.654-64-64s28.652-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.258c24.992 24.99 24.992 65.516 0 90.508-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.99-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.518-24.992 90.508 0 24.994 24.994 24.994 65.52 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0s-24.994-65.518 0-90.508l45.256-45.258z", + "M512 256c-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-141.384-114.616-256-256-256zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sun", + "weather" + ], + "defaultCode": 59860, + "grid": 16 + }, + { + "id": 213, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM128 512c0-212.078 171.922-384 384-384v768c-212.078 0-384-171.922-384-384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "contrast" + ], + "defaultCode": 59861, + "grid": 16 + }, + { + "id": 214, + "paths": [ + "M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zM512 672v-320c88.224 0 160 71.776 160 160s-71.776 160-160 160zM512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "brightness-contrast" + ], + "defaultCode": 59862, + "grid": 16 + }, + { + "id": 215, + "paths": [ + "M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star-empty", + "rate", + "star", + "favorite", + "bookmark" + ], + "defaultCode": 59863, + "grid": 16 + }, + { + "id": 216, + "paths": [ + "M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-0.942 0.496 0.942-570.768 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star-half", + "rate", + "star" + ], + "defaultCode": 59864, + "grid": 16 + }, + { + "id": 217, + "paths": [ + "M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star-full", + "rate", + "star", + "favorite", + "bookmark" + ], + "defaultCode": 59865, + "grid": 16 + }, + { + "id": 218, + "paths": [ + "M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "heart", + "like", + "love", + "favorite" + ], + "defaultCode": 59866, + "grid": 16 + }, + { + "id": 219, + "paths": [ + "M755.188 64c148.382 0 268.812 120.44 268.812 268.832 0 292.21-315.824 382.842-511.978 679.418-207.522-298.424-512.022-377.572-512.022-679.418 0-148.392 120.426-268.832 268.808-268.832 60.354 0 115.99 27.53 160.796 67.834l-77.604 124.166 224 128-128 320 352-384-224-128 61.896-92.846c35.42-21.768 75.21-35.154 117.292-35.154z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "heart-broken", + "heart", + "like", + "love" + ], + "defaultCode": 59867, + "grid": 16 + }, + { + "id": 220, + "paths": [ + "M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z", + "M576 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "man", + "male", + "gender", + "sex" + ], + "defaultCode": 59868, + "grid": 16 + }, + { + "id": 221, + "paths": [ + "M576 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z", + "M719 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "woman", + "female", + "gender", + "sex" + ], + "defaultCode": 59869, + "grid": 16 + }, + { + "id": 222, + "paths": [ + "M256 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z", + "M832 96c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z", + "M256 256h-192c-35.346 0-64 28.654-64 64v320h64v384h80v-384h32v384h80v-384h64v-320c0-35.346-28.652-64-64-64z", + "M975 512l49-35.5-133.286-206.116c-5.92-8.98-15.958-14.384-26.714-14.384h-256c-10.756 0-20.792 5.404-26.714 14.384l-133.286 206.116 49 35.5 110.644-143.596 38.458 89.74-134.102 245.856h122.666l21.334 320h64v-320h32v320h64l21.334-320h122.666l-134.104-245.858 38.458-89.74 110.646 143.598z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "man-woman", + "toilet", + "bathroom", + "sex", + "gender" + ], + "defaultCode": 59870, + "grid": 16 + }, + { + "id": 223, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM512 598.76c115.95 0 226.23-30.806 320-84.92-14.574 178.438-153.128 318.16-320 318.16-166.868 0-305.422-139.872-320-318.304 93.77 54.112 204.050 85.064 320 85.064zM256 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "happy", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59871, + "grid": 16 + }, + { + "id": 224, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.348 0 64 42.98 64 96s-28.652 96-64 96-64-42.98-64-96 28.652-96 64-96zM320 256c35.346 0 64 42.98 64 96s-28.654 96-64 96-64-42.98-64-96 28.654-96 64-96zM512 896c-166.868 0-305.422-139.872-320-318.304 93.77 54.114 204.050 85.064 320 85.064s226.23-30.806 320-84.92c-14.574 178.438-153.128 318.16-320 318.16z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "happy", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59872, + "grid": 16 + }, + { + "id": 225, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM704.098 627.26l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344s-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74s152.924-43.592 192.098-108.74z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "smile", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59873, + "grid": 16 + }, + { + "id": 226, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM512 832c-116.51 0-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74s152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "smile", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59874, + "grid": 16 + }, + { + "id": 227, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM768 576v64h-64v96c0 53.020-42.98 96-96 96s-96-42.98-96-96v-96h-256v-64h512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tongue", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59875, + "grid": 16 + }, + { + "id": 228, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM768 640h-64v96c0 53.020-42.98 96-96 96s-96-42.98-96-96v-96h-256v-64h512v64zM704 384c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tongue", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59876, + "grid": 16 + }, + { + "id": 229, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM319.902 780.74l-82.328-49.396c55.962-93.070 157.916-155.344 274.426-155.344 116.508 0 218.462 62.274 274.426 155.344l-82.328 49.396c-39.174-65.148-110.542-108.74-192.098-108.74-81.558 0-152.924 43.592-192.098 108.74z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sad", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59877, + "grid": 16 + }, + { + "id": 230, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sad", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59878, + "grid": 16 + }, + { + "id": 231, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM542.74 711.028c140.248-27.706 249.11-91.542 288.454-176.594-21.654 167.956-161.518 297.566-330.85 297.566-119.242 0-223.858-64.282-282.892-160.948 70.41 55.058 194.534 65.808 325.288 39.976zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM352 371.5c-41.796 0-77.334 15.656-90.516 37.5-3.54-5.866-5.484-32.174-5.484-38.75 0-31.066 42.98-56.25 96-56.25s96 25.184 96 56.25c0 6.576-1.944 32.884-5.484 38.75-13.182-21.844-48.72-37.5-90.516-37.5z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wink", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59879, + "grid": 16 + }, + { + "id": 232, + "paths": [ + "M512 0c-282.77 0-512 229.228-512 512 0 282.77 229.228 512 512 512 282.77 0 512-229.23 512-512 0-282.772-229.23-512-512-512zM704 256c35.346 0 64 42.98 64 96s-28.654 96-64 96-64-42.98-64-96 28.654-96 64-96zM352 312.062c59.646 0 102 22.332 102 57.282 0 7.398 3.812 42.994-0.17 49.594-14.828-24.576-54.81-42.188-101.83-42.188s-87.002 17.612-101.83 42.188c-3.982-6.6-0.17-42.196-0.17-49.594 0-34.95 42.354-57.282 102-57.282zM500.344 832c-119.242 0-223.858-64.28-282.892-160.952 70.41 55.060 194.534 65.81 325.288 39.978 140.248-27.706 249.11-91.542 288.454-176.594-21.654 167.96-161.518 297.568-330.85 297.568z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wink", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59880, + "grid": 16 + }, + { + "id": 233, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM192 512v64c0 140.8 115.2 256 256 256h128c140.8 0 256-115.2 256-256v-64h-640zM384 756.988c-26.538-9.458-50.924-24.822-71.544-45.446-36.406-36.402-56.456-84.54-56.456-135.542h128v180.988zM576 768h-128v-192h128v192zM711.544 711.542c-20.624 20.624-45.010 35.988-71.544 45.446v-180.988h128c0 51.002-20.048 99.14-56.456 135.542zM225.352 384c0.002 0 0 0 0 0 9.768 0 18.108-7.056 19.724-16.69 6.158-36.684 37.668-63.31 74.924-63.31s68.766 26.626 74.924 63.31c1.616 9.632 9.956 16.69 19.722 16.69 9.768 0 18.108-7.056 19.724-16.688 1.082-6.436 1.628-12.934 1.628-19.312 0-63.962-52.038-116-116-116s-116 52.038-116 116c0 6.378 0.548 12.876 1.628 19.312 1.62 9.632 9.96 16.688 19.726 16.688zM609.352 384c0.002 0 0 0 0 0 9.77 0 18.112-7.056 19.724-16.69 6.158-36.684 37.668-63.31 74.924-63.31s68.766 26.626 74.924 63.31c1.616 9.632 9.958 16.69 19.722 16.69s18.108-7.056 19.722-16.688c1.082-6.436 1.628-12.934 1.628-19.312 0-63.962-52.038-116-116-116s-116 52.038-116 116c0 6.378 0.544 12.876 1.626 19.312 1.624 9.632 9.964 16.688 19.73 16.688z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "grin", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59881, + "grid": 16 + }, + { + "id": 234, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM704 236c63.962 0 116 52.038 116 116 0 6.378-0.546 12.876-1.628 19.312-1.618 9.632-9.958 16.688-19.724 16.688s-18.108-7.056-19.722-16.69c-6.16-36.684-37.67-53.31-74.926-53.31s-68.766 16.626-74.924 53.31c-1.616 9.632-9.956 16.69-19.722 16.69-0.002 0 0 0-0.002 0-9.766 0-18.106-7.056-19.722-16.688-1.084-6.436-1.63-12.934-1.63-19.312 0-63.962 52.038-116 116-116zM320 236c63.962 0 116 52.038 116 116 0 6.378-0.548 12.876-1.628 19.312-1.618 9.632-9.956 16.688-19.724 16.688s-18.106-7.056-19.722-16.69c-6.16-36.684-37.67-53.31-74.926-53.31s-68.766 16.626-74.924 53.31c-1.616 9.632-9.956 16.69-19.722 16.69 0 0 0 0 0 0-9.766 0-18.106-7.056-19.724-16.688-1.082-6.436-1.63-12.934-1.63-19.312 0-63.962 52.038-116 116-116zM192 576h192v247.846c-110.094-28.606-192-129.124-192-247.846zM448 832v-256h128v256h-128zM640 823.846v-247.846h192c0 118.722-81.904 219.24-192 247.846z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "grin", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59882, + "grid": 16 + }, + { + "id": 235, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM800 256c17.6 0 32 14.4 32 32v96c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64h-128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-96c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v32h128v-32c0-17.6 14.4-32 32-32h192zM512 768c93.208 0 174.772-49.818 219.546-124.278l54.88 32.934c-55.966 93.070-157.916 155.344-274.426 155.344-48.458 0-94.384-10.796-135.54-30.082l33.162-55.278c31.354 13.714 65.964 21.36 102.378 21.36z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cool", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59883, + "grid": 16 + }, + { + "id": 236, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM512 832c-48.458 0-94.384-10.796-135.542-30.082l33.162-55.276c31.356 13.712 65.966 21.358 102.38 21.358 93.208 0 174.772-49.818 219.542-124.278l54.882 32.934c-55.964 93.070-157.914 155.344-274.424 155.344zM832 384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64h-128c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-96c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v32h128v-32c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cool", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59884, + "grid": 16 + }, + { + "id": 237, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396zM767.042 280.24c4.284 17.144-6.14 34.518-23.282 38.804-17.626 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-1.17 0.036-2.33 0.098-3.484 2.032-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angry", + "emoticon", + "smiley", + "face", + "rage" + ], + "defaultCode": 59885, + "grid": 16 + }, + { + "id": 238, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM576.094 380.516c2.032-47.454 45.21-78.948 81.592-97.138 34.742-17.372 69.104-26.060 70.548-26.422 17.146-4.288 34.52 6.138 38.806 23.284s-6.138 34.518-23.284 38.806c-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.038-2.332 0.1-3.486zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM704.098 780.74c-39.174-65.148-110.544-108.74-192.098-108.74-81.556 0-152.924 43.592-192.098 108.74l-82.328-49.396c55.96-93.070 157.916-155.344 274.426-155.344 116.508 0 218.464 62.274 274.426 155.344l-82.328 49.396z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "angry", + "emoticon", + "smiley", + "face", + "rage" + ], + "defaultCode": 59886, + "grid": 16 + }, + { + "id": 239, + "paths": [ + "M639.996 448c-35.346 0-64-28.654-63.998-64.002 0-1.17 0.036-2.33 0.098-3.484 2.032-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284 4.284 17.146-6.14 34.518-23.284 38.806-17.626 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64zM280.242 319.044c-17.144-4.286-27.568-21.66-23.282-38.804 4.286-17.146 21.66-27.572 38.806-23.284 1.444 0.362 35.806 9.050 70.548 26.422 36.382 18.19 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.316 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.312-16.9-56.936-21.35zM512 736c81.554 0 152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344s-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74zM1024 64c0-45.516-9.524-88.8-26.652-128-33.576 76.836-96.448 137.932-174.494 169.178-86.194-65.96-193.936-105.178-310.854-105.178s-224.66 39.218-310.854 105.178c-78.048-31.246-140.918-92.342-174.494-169.178-17.128 39.2-26.652 82.484-26.652 128 0 73.574 24.85 141.328 66.588 195.378-42.37 74.542-66.588 160.75-66.588 252.622 0 282.77 229.23 512 512 512s512-229.23 512-512c0-91.872-24.218-178.080-66.588-252.622 41.738-54.050 66.588-121.804 66.588-195.378zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "evil", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59887, + "grid": 16 + }, + { + "id": 240, + "paths": [ + "M1024 64c0-45.516-9.524-88.8-26.652-128-33.576 76.836-96.448 137.932-174.494 169.178-86.194-65.96-193.936-105.178-310.854-105.178s-224.66 39.218-310.854 105.178c-78.048-31.246-140.918-92.342-174.494-169.178-17.128 39.2-26.652 82.484-26.652 128 0 73.574 24.85 141.328 66.588 195.378-42.37 74.542-66.588 160.75-66.588 252.622 0 282.77 229.23 512 512 512s512-229.23 512-512c0-91.872-24.218-178.080-66.588-252.622 41.738-54.050 66.588-121.804 66.588-195.378zM576.094 380.516c2.032-47.454 45.21-78.948 81.592-97.138 34.742-17.372 69.104-26.060 70.548-26.422 17.146-4.288 34.52 6.138 38.806 23.284s-6.138 34.518-23.284 38.806c-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.038-2.332 0.1-3.486zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM512 832c-116.51 0-218.464-62.274-274.426-155.344l82.328-49.396c39.174 65.148 110.542 108.74 192.098 108.74 81.554 0 152.924-43.592 192.098-108.74l82.328 49.396c-55.962 93.070-157.916 155.344-274.426 155.344z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "evil", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59888, + "grid": 16 + }, + { + "id": 241, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM384 704c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM640 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96zM256 352c0-53.019 28.654-96 64-96s64 42.981 64 96c0 53.019-28.654 96-64 96s-64-42.981-64-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shocked", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59889, + "grid": 16 + }, + { + "id": 242, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 448c-35.346 0-64-42.98-64-96s28.654-96 64-96 64 42.98 64 96-28.654 96-64 96zM512 832c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128s-57.308 128-128 128zM704 448c-35.346 0-64-42.98-64-96s28.654-96 64-96 64 42.98 64 96-28.654 96-64 96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shocked", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59890, + "grid": 16 + }, + { + "id": 243, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416z", + "M384 416c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z", + "M352 320c53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zM352 256c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160-71.776-160-160-160v0z", + "M704 416c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z", + "M672 320c53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zM672 256c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160-71.776-160-160-160v0z", + "M384 704h256v64h-256v-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "baffled", + "emoticon", + "smiley", + "shocked", + "face" + ], + "defaultCode": 59891, + "grid": 16 + }, + { + "id": 244, + "paths": [ + "M384 416c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32z", + "M704 416c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32z", + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM256 416c0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96-96-42.98-96-96zM640 768h-256v-64h256v64zM672 512c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "baffled", + "emoticon", + "smiley", + "shocked", + "face" + ], + "defaultCode": 59892, + "grid": 16 + }, + { + "id": 245, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM726.106 640h64.864c9.246 72.506-32.452 144.53-103.958 170.56-82.904 30.176-174.9-12.716-205.080-95.616-18.108-49.744-73.306-75.482-123.048-57.372-45.562 16.588-70.956 64.298-60.988 110.424h-64.86c-9.242-72.508 32.45-144.528 103.956-170.56 82.904-30.178 174.902 12.716 205.082 95.614 18.104 49.748 73.306 75.482 123.044 57.372 45.562-16.584 70.956-64.298 60.988-110.422z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "confused", + "emoticon", + "smiley", + "face", + "bewildered" + ], + "defaultCode": 59893, + "grid": 16 + }, + { + "id": 246, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM687.010 810.56c-82.902 30.18-174.9-12.712-205.080-95.614-18.108-49.742-73.306-75.478-123.048-57.372-45.562 16.588-70.958 64.296-60.988 110.424h-64.86c-9.244-72.508 32.45-144.532 103.956-170.56 82.904-30.18 174.902 12.712 205.082 95.614 18.108 49.742 73.306 75.476 123.046 57.37 45.562-16.584 70.958-64.294 60.988-110.422h64.864c9.24 72.506-32.454 144.532-103.96 170.56z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "confused", + "emoticon", + "smiley", + "face", + "bewildered" + ], + "defaultCode": 59894, + "grid": 16 + }, + { + "id": 247, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM640 320c0 35.346 28.654 64 64 64s64-28.654 64-64-28.654-64-64-64-64 28.654-64 64zM384 704h256v64h-256v-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "neutral", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59895, + "grid": 16 + }, + { + "id": 248, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.226 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM640 768h-256v-64h256v64zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64c0-35.346 28.654-64 64-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "neutral", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59896, + "grid": 16 + }, + { + "id": 249, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64z", + "M675.882 540.118c-37.49-37.49-98.276-37.49-135.766 0s-37.49 98.276 0 135.766c1.204 1.204 2.434 2.368 3.684 3.492 86.528 78.512 288.2-1.842 288.2-103.376-62 40-110.45 9.786-156.118-35.882z", + "M348.118 540.118c37.49-37.49 98.276-37.49 135.766 0s37.49 98.276 0 135.766c-1.204 1.204-2.434 2.368-3.684 3.492-86.528 78.512-288.2-1.842-288.2-103.376 62 40 110.45 9.786 156.118-35.882z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hipster", + "emoticon", + "smiley", + "mustache", + "face" + ], + "defaultCode": 59897, + "grid": 16 + }, + { + "id": 250, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM320 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM543.8 679.376c-1.25-1.124-2.48-2.29-3.684-3.492-18.74-18.74-28.112-43.3-28.118-67.864-0.004 24.562-9.376 49.124-28.118 67.864-1.204 1.204-2.434 2.368-3.684 3.492-86.524 78.512-288.196-1.842-288.196-103.376 62 40 110.45 9.786 156.118-35.882 37.49-37.49 98.276-37.49 135.766 0 18.74 18.74 28.112 43.3 28.118 67.864 0.004-24.562 9.376-49.124 28.118-67.864 37.49-37.49 98.276-37.49 135.766 0 45.664 45.668 94.114 75.882 156.114 35.882 0 101.534-201.672 181.888-288.2 103.376z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hipster", + "emoticon", + "smiley", + "mustache", + "face" + ], + "defaultCode": 59898, + "grid": 16 + }, + { + "id": 251, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM745.74 601.62l22.488 76.776-437.008 128.002-22.488-76.776zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wondering", + "emoticon", + "smiley", + "face", + "question" + ], + "defaultCode": 59899, + "grid": 16 + }, + { + "id": 252, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM704 256c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64 28.654-64 64-64zM256 320c0-35.346 28.654-64 64-64s64 28.654 64 64-28.654 64-64 64-64-28.654-64-64zM331.244 806.386l-22.488-76.774 437-128 22.488 76.774-437 128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wondering", + "emoticon", + "smiley", + "face", + "question" + ], + "defaultCode": 59900, + "grid": 16 + }, + { + "id": 253, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416z", + "M640 672c0 88.366-57.308 160-128.002 160s-128.002-71.634-128.002-160c0-88.366 57.308-160 128.002-160s128.002 71.634 128.002 160z", + "M416 340c-8.19 0-16.378-3.124-22.626-9.374-19.334-19.332-63.412-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374z", + "M736 340c-8.19 0-16.378-3.124-22.626-9.374-19.332-19.332-63.414-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sleepy", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59901, + "grid": 16 + }, + { + "id": 254, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM310.628 330.626c-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.496 12.498 32.758 0 45.254-6.248 6.25-14.438 9.374-22.628 9.374s-16.378-3.124-22.626-9.374c-19.334-19.332-63.412-19.332-82.746 0zM511.998 832c-70.694 0-128.002-71.634-128.002-160s57.308-160 128.002-160 128.002 71.634 128.002 160-57.308 160-128.002 160zM758.628 330.626c-6.248 6.25-14.438 9.374-22.628 9.374s-16.378-3.124-22.626-9.374c-19.332-19.332-63.414-19.332-82.746 0-12.496 12.498-32.758 12.498-45.254 0-12.498-12.496-12.498-32.758 0-45.254 44.528-44.53 128.726-44.53 173.254 0 12.498 12.498 12.498 32.758 0 45.254z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sleepy", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59902, + "grid": 16 + }, + { + "id": 255, + "paths": [ + "M366.312 283.378c-34.742-17.37-69.102-26.060-70.548-26.422-17.146-4.288-34.518 6.138-38.806 23.284-4.284 17.144 6.14 34.518 23.282 38.804 17.626 4.45 38.522 12.12 56.936 21.35-10.648 11.43-17.174 26.752-17.174 43.606 0 35.346 28.654 64 64 64s64-28.654 64-64c0-1.17-0.036-2.33-0.098-3.484-2.032-47.454-45.212-78.946-81.592-97.138z", + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM236.498 823.664c10.706 5.324 22.756 8.336 35.502 8.336h480c12.746 0 24.796-3.012 35.502-8.338-73.378 64.914-169.828 104.338-275.502 104.338-105.672 0-202.124-39.424-275.502-104.336zM256 752v-96c0-8.674 7.328-16 16-16h112v128h-112c-8.672 0-16-7.326-16-16zM448 768v-128h128v128h-128zM640 768v-128h112c8.674 0 16 7.326 16 16v96c0 8.674-7.326 16-16 16h-112zM823.662 787.502c5.326-10.706 8.338-22.756 8.338-35.502v-96c0-44.112-35.888-80-80-80h-480c-44.112 0-80 35.888-80 80v96c0 12.746 3.012 24.796 8.336 35.502-64.912-73.378-104.336-169.828-104.336-275.502 0-229.75 186.25-416 416-416s416 186.25 416 416c0 105.674-39.424 202.124-104.338 275.502z", + "M728.236 256.956c-1.448 0.362-35.806 9.052-70.548 26.422-36.378 18.192-79.558 49.684-81.592 97.138-0.060 1.154-0.098 2.314-0.098 3.484 0 35.346 28.654 64 64 64s64-28.654 64-64c0-16.854-6.526-32.176-17.174-43.606 18.414-9.23 39.31-16.9 56.936-21.35 17.142-4.286 27.566-21.66 23.284-38.804-4.29-17.146-21.662-27.572-38.808-23.284z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "frustrated", + "emoticon", + "smiley", + "face", + "angry" + ], + "defaultCode": 59903, + "grid": 16 + }, + { + "id": 256, + "paths": [ + "M256 656v96c0 8.674 7.328 16 16 16h112v-128h-112c-8.672 0-16 7.326-16 16z", + "M448 640h128v128h-128v-128z", + "M752 640h-112v128h112c8.674 0 16-7.326 16-16v-96c0-8.674-7.326-16-16-16z", + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM576.096 380.516c2.034-47.454 45.212-78.946 81.592-97.138 34.742-17.37 69.102-26.060 70.548-26.422 17.146-4.288 34.518 6.138 38.806 23.284 4.284 17.144-6.14 34.518-23.284 38.804-17.624 4.45-38.522 12.12-56.936 21.35 10.648 11.43 17.174 26.752 17.174 43.606 0 35.346-28.654 64-64 64s-64-28.654-64-64c0.002-1.17 0.040-2.33 0.1-3.484zM256.958 280.24c4.288-17.146 21.66-27.572 38.806-23.284 1.446 0.362 35.806 9.052 70.548 26.422 36.38 18.192 79.56 49.684 81.592 97.138 0.062 1.154 0.098 2.314 0.098 3.484 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-16.854 6.526-32.176 17.174-43.606-18.414-9.23-39.31-16.9-56.936-21.35-17.142-4.286-27.566-21.66-23.282-38.804zM832 752c0 44.112-35.888 80-80 80h-480c-44.112 0-80-35.888-80-80v-96c0-44.112 35.888-80 80-80h480c44.112 0 80 35.888 80 80v96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "frustrated", + "emoticon", + "smiley", + "face", + "angry" + ], + "defaultCode": 59904, + "grid": 16 + }, + { + "id": 257, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416z", + "M800 384h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32z", + "M352 384h-128c-17.672 0-32-14.328-32-32s14.328-32 32-32h128c17.672 0 32 14.328 32 32s-14.328 32-32 32z", + "M608 856c-8.19 0-16.378-3.124-22.626-9.374-4.582-4.582-29.42-14.626-73.374-14.626s-68.79 10.044-73.374 14.626c-12.496 12.496-32.758 12.496-45.254 0-12.498-12.496-12.498-32.758 0-45.254 30.122-30.12 92.994-33.372 118.628-33.372 25.632 0 88.506 3.252 118.626 33.374 12.498 12.496 12.498 32.758 0 45.254-6.248 6.248-14.436 9.372-22.626 9.372z", + "M736 576c-17.674 0-32-14.326-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64c0 17.674-14.326 32-32 32z", + "M736 768c-17.674 0-32-14.326-32-32v-64c0-17.674 14.326-32 32-32s32 14.326 32 32v64c0 17.674-14.326 32-32 32z", + "M288 576c-17.672 0-32-14.326-32-32v-64c0-17.672 14.328-32 32-32s32 14.328 32 32v64c0 17.674-14.328 32-32 32z", + "M288 768c-17.672 0-32-14.326-32-32v-64c0-17.674 14.328-32 32-32s32 14.326 32 32v64c0 17.674-14.328 32-32 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "crying", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59905, + "grid": 16 + }, + { + "id": 258, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM320 736c0 17.674-14.328 32-32 32s-32-14.326-32-32v-64c0-17.674 14.328-32 32-32s32 14.326 32 32v64zM320 544c0 17.674-14.328 32-32 32s-32-14.326-32-32v-64c0-17.672 14.328-32 32-32s32 14.328 32 32v64zM352 384h-128c-17.672 0-32-14.328-32-32s14.328-32 32-32h128c17.672 0 32 14.328 32 32s-14.328 32-32 32zM630.626 846.626c-6.248 6.25-14.436 9.374-22.626 9.374s-16.378-3.124-22.626-9.374c-4.582-4.582-29.42-14.626-73.374-14.626s-68.79 10.044-73.374 14.626c-12.496 12.496-32.758 12.496-45.254 0-12.498-12.496-12.498-32.758 0-45.254 30.122-30.12 92.994-33.372 118.628-33.372 25.632 0 88.506 3.252 118.626 33.374 12.498 12.496 12.498 32.756 0 45.252zM768 736c0 17.674-14.326 32-32 32s-32-14.326-32-32v-64c0-17.674 14.326-32 32-32s32 14.326 32 32v64zM768 544c0 17.674-14.326 32-32 32s-32-14.326-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64zM800 384h-128c-17.674 0-32-14.328-32-32s14.326-32 32-32h128c17.674 0 32 14.328 32 32s-14.326 32-32 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "crying", + "emoticon", + "smiley", + "face" + ], + "defaultCode": 59906, + "grid": 16 + }, + { + "id": 259, + "paths": [ + "M960 608v-160c0-52.934-43.066-96-96-96-17.104 0-33.176 4.494-47.098 12.368-17.076-26.664-46.958-44.368-80.902-44.368-24.564 0-47.004 9.274-64 24.504-16.996-15.23-39.436-24.504-64-24.504-11.214 0-21.986 1.934-32 5.484v-229.484c0-52.934-43.066-96-96-96s-96 43.066-96 96v394.676l-176.018-93.836c-14.536-8.4-31.126-12.84-47.982-12.84-52.934 0-96 43.066-96 96 0 26.368 10.472 50.954 29.49 69.226 0.248 0.238 0.496 0.47 0.75 0.7l239.17 218.074h-45.41c-17.672 0-32 14.326-32 32v192c0 17.674 14.328 32 32 32h640c17.674 0 32-14.326 32-32v-192c0-17.674-14.326-32-32-32h-44.222l72.844-145.69c2.222-4.442 3.378-9.342 3.378-14.31zM896 864c0 17.674-14.326 32-32 32s-32-14.326-32-32 14.326-32 32-32 32 14.326 32 32zM896 600.446l-83.776 167.554h-383.826l-290.818-265.166c-6.18-6.070-9.58-14.164-9.58-22.834 0-17.644 14.356-32 32-32 5.46 0 10.612 1.31 15.324 3.894 0.53 0.324 1.070 0.632 1.622 0.926l224 119.416c9.92 5.288 21.884 4.986 31.52-0.8 9.638-5.782 15.534-16.196 15.534-27.436v-448c0-17.644 14.356-32 32-32s32 14.356 32 32v320c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v32c0 17.672 14.326 32 32 32s32-14.328 32-32c0-17.644 14.356-32 32-32s32 14.356 32 32v152.446z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "point-up", + "finger", + "direction", + "hand" + ], + "defaultCode": 59907, + "grid": 16 + }, + { + "id": 260, + "paths": [ + "M416 960h160c52.934 0 96-43.066 96-96 0-17.104-4.494-33.176-12.368-47.098 26.664-17.076 44.368-46.958 44.368-80.902 0-24.564-9.276-47.004-24.504-64 15.228-16.996 24.504-39.436 24.504-64 0-11.214-1.934-21.986-5.484-32h229.484c52.934 0 96-43.066 96-96s-43.066-96-96-96h-394.676l93.836-176.018c8.4-14.536 12.84-31.126 12.84-47.982 0-52.934-43.066-96-96-96-26.368 0-50.954 10.472-69.226 29.49-0.238 0.248-0.47 0.496-0.7 0.75l-218.074 239.17v-45.41c0-17.672-14.326-32-32-32h-192c-17.674 0-32 14.328-32 32v640c0 17.674 14.326 32 32 32h192c17.674 0 32-14.326 32-32v-44.222l145.69 72.844c4.444 2.222 9.342 3.378 14.31 3.378zM160 896c-17.674 0-32-14.326-32-32s14.326-32 32-32 32 14.326 32 32-14.326 32-32 32zM423.556 896l-167.556-83.778v-383.824l265.168-290.818c6.066-6.18 14.162-9.58 22.832-9.58 17.644 0 32 14.356 32 32 0 5.46-1.308 10.612-3.894 15.324-0.324 0.53-0.632 1.070-0.926 1.622l-119.418 224c-5.288 9.92-4.986 21.884 0.8 31.52 5.784 9.638 16.198 15.534 27.438 15.534h448c17.644 0 32 14.356 32 32s-14.356 32-32 32h-320c-17.672 0-32 14.326-32 32s14.328 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32h-32c-17.674 0-32 14.326-32 32s14.326 32 32 32c17.644 0 32 14.356 32 32s-14.356 32-32 32h-152.444z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "point-right", + "finger", + "direction", + "hand" + ], + "defaultCode": 59908, + "grid": 16 + }, + { + "id": 261, + "paths": [ + "M960 416v160c0 52.934-43.066 96-96 96-17.104 0-33.176-4.494-47.098-12.368-17.076 26.662-46.96 44.368-80.902 44.368-24.564 0-47.004-9.276-64-24.504-16.996 15.228-39.436 24.504-64 24.504-11.214 0-21.986-1.934-32-5.484v229.484c0 52.934-43.066 96-96 96-52.936 0-96-43.066-96-96v-394.676l-176.018 93.836c-14.538 8.398-31.126 12.84-47.982 12.84-52.936 0-96-43.066-96-96 0-26.368 10.472-50.952 29.488-69.226 0.248-0.238 0.496-0.47 0.75-0.7l239.17-218.074h-45.408c-17.674 0-32-14.326-32-32v-192c0-17.674 14.326-32 32-32h640c17.674 0 32 14.326 32 32v192c0 17.674-14.326 32-32 32h-44.222l72.842 145.69c2.224 4.442 3.38 9.342 3.38 14.31zM896 160c0-17.674-14.326-32-32-32s-32 14.326-32 32 14.326 32 32 32 32-14.326 32-32zM896 423.554l-83.778-167.554h-383.824l-290.82 265.168c-6.18 6.066-9.578 14.162-9.578 22.832 0 17.644 14.356 32 32 32 5.458 0 10.612-1.308 15.324-3.894 0.53-0.324 1.070-0.632 1.622-0.926l224-119.416c9.92-5.288 21.884-4.986 31.52 0.8 9.638 5.782 15.534 16.196 15.534 27.436v448c0 17.644 14.356 32 32 32s32-14.356 32-32v-320c0-17.672 14.326-32 32-32s32 14.328 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32c0-17.674 14.326-32 32-32s32 14.326 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-32c0-17.674 14.326-32 32-32s32 14.326 32 32c0 17.644 14.356 32 32 32s32-14.356 32-32v-152.446z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "point-down", + "finger", + "direction", + "hand" + ], + "defaultCode": 59909, + "grid": 16 + }, + { + "id": 262, + "paths": [ + "M608 960h-160c-52.934 0-96-43.066-96-96 0-17.104 4.494-33.176 12.368-47.098-26.662-17.076-44.368-46.958-44.368-80.902 0-24.564 9.276-47.004 24.504-64-15.228-16.996-24.504-39.436-24.504-64 0-11.214 1.934-21.986 5.484-32h-229.484c-52.934 0-96-43.066-96-96 0-52.936 43.066-96 96-96h394.676l-93.836-176.018c-8.398-14.536-12.84-31.126-12.84-47.982 0-52.936 43.066-96 96-96 26.368 0 50.952 10.472 69.224 29.488 0.238 0.248 0.472 0.496 0.7 0.75l218.076 239.17v-45.408c0-17.674 14.326-32 32-32h192c17.674 0 32 14.326 32 32v640c0 17.674-14.326 32-32 32h-192c-17.674 0-32-14.326-32-32v-44.222l-145.69 72.844c-4.442 2.222-9.34 3.378-14.31 3.378zM864 896c17.674 0 32-14.326 32-32s-14.326-32-32-32-32 14.326-32 32 14.326 32 32 32zM600.446 896l167.554-83.778v-383.824l-265.168-290.82c-6.066-6.18-14.162-9.578-22.832-9.578-17.644 0-32 14.356-32 32 0 5.458 1.308 10.612 3.894 15.324 0.324 0.53 0.632 1.070 0.926 1.622l119.416 224c5.29 9.92 4.988 21.884-0.798 31.52-5.784 9.638-16.198 15.534-27.438 15.534h-448c-17.644 0-32 14.356-32 32s14.356 32 32 32h320c17.672 0 32 14.326 32 32s-14.328 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32c17.674 0 32 14.326 32 32s-14.326 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32h32c17.674 0 32 14.326 32 32s-14.326 32-32 32c-17.644 0-32 14.356-32 32s14.356 32 32 32h152.446z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "point-left", + "finger", + "direction", + "hand" + ], + "defaultCode": 59910, + "grid": 16 + }, + { + "id": 263, + "paths": [ + "M512 92.774l429.102 855.226h-858.206l429.104-855.226zM512 0c-22.070 0-44.14 14.882-60.884 44.648l-437.074 871.112c-33.486 59.532-5 108.24 63.304 108.24h869.308c68.3 0 96.792-48.708 63.3-108.24h0.002l-437.074-871.112c-16.742-29.766-38.812-44.648-60.882-44.648v0z", + "M576 832c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z", + "M512 704c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64s64 28.654 64 64v192c0 35.346-28.654 64-64 64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "warning", + "sign" + ], + "defaultCode": 59911, + "grid": 16 + }, + { + "id": 264, + "paths": [ + "M512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM448 704h128v128h-128zM448 192h128v384h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "notification", + "warning", + "notice", + "note", + "exclamation" + ], + "defaultCode": 59912, + "grid": 16 + }, + { + "id": 265, + "paths": [ + "M448 704h128v128h-128zM704 256c35.346 0 64 28.654 64 64v192l-192 128h-128v-64l192-128v-64h-320v-128h384zM512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "question", + "help", + "support" + ], + "defaultCode": 59913, + "grid": 16 + }, + { + "id": 266, + "paths": [ + "M992 384h-352v-352c0-17.672-14.328-32-32-32h-192c-17.672 0-32 14.328-32 32v352h-352c-17.672 0-32 14.328-32 32v192c0 17.672 14.328 32 32 32h352v352c0 17.672 14.328 32 32 32h192c17.672 0 32-14.328 32-32v-352h352c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "plus", + "add", + "sum" + ], + "defaultCode": 59914, + "grid": 16 + }, + { + "id": 267, + "paths": [ + "M0 416v192c0 17.672 14.328 32 32 32h960c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32h-960c-17.672 0-32 14.328-32 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "minus", + "subtract", + "minimize", + "line" + ], + "defaultCode": 59915, + "grid": 16 + }, + { + "id": 268, + "paths": [ + "M448 304c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32z", + "M640 768h-256v-64h64v-192h-64v-64h192v256h64z", + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "info", + "information" + ], + "defaultCode": 59916, + "grid": 16 + }, + { + "id": 269, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z", + "M672 256l-160 160-160-160-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cancel-circle", + "close", + "remove", + "delete" + ], + "defaultCode": 59917, + "grid": 16 + }, + { + "id": 270, + "paths": [ + "M874.040 149.96c-96.706-96.702-225.28-149.96-362.040-149.96s-265.334 53.258-362.040 149.96c-96.702 96.706-149.96 225.28-149.96 362.040s53.258 265.334 149.96 362.040c96.706 96.702 225.28 149.96 362.040 149.96s265.334-53.258 362.040-149.96c96.702-96.706 149.96-225.28 149.96-362.040s-53.258-265.334-149.96-362.040zM896 512c0 82.814-26.354 159.588-71.112 222.38l-535.266-535.268c62.792-44.758 139.564-71.112 222.378-71.112 211.738 0 384 172.262 384 384zM128 512c0-82.814 26.354-159.586 71.112-222.378l535.27 535.268c-62.794 44.756-139.568 71.11-222.382 71.11-211.738 0-384-172.262-384-384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "blocked", + "forbidden", + "denied", + "banned" + ], + "defaultCode": 59918, + "grid": 16 + }, + { + "id": 271, + "paths": [ + "M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cross", + "cancel", + "close", + "quit", + "remove" + ], + "defaultCode": 59919, + "grid": 16 + }, + { + "id": 272, + "paths": [ + "M864 128l-480 480-224-224-160 160 384 384 640-640z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkmark", + "tick", + "correct", + "accept", + "ok" + ], + "defaultCode": 59920, + "grid": 16 + }, + { + "id": 273, + "paths": [ + "M397.434 917.696l-397.868-391.6 197.378-194.27 200.49 197.332 429.62-422.852 197.378 194.27-626.998 617.12zM107.912 526.096l289.524 284.962 518.656-510.482-89.036-87.632-429.62 422.852-200.49-197.334-89.034 87.634z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkmark", + "tick", + "correct", + "accept", + "ok" + ], + "defaultCode": 59921, + "grid": 16 + }, + { + "id": 274, + "paths": [ + "M128 256h128v192h64v-384c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v384h64v-192zM128 64h128v128h-128v-128zM960 64v-64h-192c-35.202 0-64 28.8-64 64v320c0 35.2 28.798 64 64 64h192v-64h-192v-320h192zM640 160v-96c0-35.2-28.8-64-64-64h-192v448h192c35.2 0 64-28.8 64-64v-96c0-35.2-8.8-64-44-64 35.2 0 44-28.8 44-64zM576 384h-128v-128h128v128zM576 192h-128v-128h128v128zM832 576l-416 448-224-288 82-70 142 148 352-302z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spell-check", + "spelling", + "correct" + ], + "defaultCode": 59922, + "grid": 16 + }, + { + "id": 275, + "paths": [ + "M384 512h-320v-128h320v-128l192 192-192 192zM1024 0v832l-384 192v-192h-384v-256h64v192h320v-576l256-128h-576v256h-64v-320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "enter", + "signin", + "login" + ], + "defaultCode": 59923, + "grid": 16 + }, + { + "id": 276, + "paths": [ + "M768 640v-128h-320v-128h320v-128l192 192zM704 576v256h-320v192l-384-192v-832h704v320h-64v-256h-512l256 128v576h256v-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "exit", + "signout", + "logout", + "quit", + "close" + ], + "defaultCode": 59924, + "grid": 16 + }, + { + "id": 277, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM384 288l384 224-384 224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play", + "player" + ], + "defaultCode": 59925, + "grid": 16 + }, + { + "id": 278, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM320 320h128v384h-128zM576 320h128v384h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause", + "player" + ], + "defaultCode": 59926, + "grid": 16 + }, + { + "id": 279, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM320 320h384v384h-384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stop", + "player" + ], + "defaultCode": 59927, + "grid": 16 + }, + { + "id": 280, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z", + "M448 512l256-192v384z", + "M320 320h128v384h-128v-384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "previous", + "player" + ], + "defaultCode": 59928, + "grid": 16 + }, + { + "id": 281, + "paths": [ + "M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 928c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416z", + "M576 512l-256-192v384z", + "M704 320h-128v384h128v-384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "next", + "player" + ], + "defaultCode": 59929, + "grid": 16 + }, + { + "id": 282, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM704 672l-224-160 224-160zM448 672l-224-160 224-160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "backward", + "player" + ], + "defaultCode": 59930, + "grid": 16 + }, + { + "id": 283, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM320 352l224 160-224 160zM576 352l224 160-224 160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "forward", + "player" + ], + "defaultCode": 59931, + "grid": 16 + }, + { + "id": 284, + "paths": [ + "M192 128l640 384-640 384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "play", + "player" + ], + "defaultCode": 59932, + "grid": 16 + }, + { + "id": 285, + "paths": [ + "M128 128h320v768h-320zM576 128h320v768h-320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pause", + "player" + ], + "defaultCode": 59933, + "grid": 16 + }, + { + "id": 286, + "paths": [ + "M128 128h768v768h-768z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stop", + "player", + "square" + ], + "defaultCode": 59934, + "grid": 16 + }, + { + "id": 287, + "paths": [ + "M576 160v320l320-320v704l-320-320v320l-352-352z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "backward", + "player" + ], + "defaultCode": 59935, + "grid": 16 + }, + { + "id": 288, + "paths": [ + "M512 864v-320l-320 320v-704l320 320v-320l352 352z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "forward", + "player" + ], + "defaultCode": 59936, + "grid": 16 + }, + { + "id": 289, + "paths": [ + "M128 896v-768h128v352l320-320v320l320-320v704l-320-320v320l-320-320v352z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "first", + "player" + ], + "defaultCode": 59937, + "grid": 16 + }, + { + "id": 290, + "paths": [ + "M896 128v768h-128v-352l-320 320v-320l-320 320v-704l320 320v-320l320 320v-352z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "last", + "player" + ], + "defaultCode": 59938, + "grid": 16 + }, + { + "id": 291, + "paths": [ + "M256 896v-768h128v352l320-320v704l-320-320v352z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "previous", + "player" + ], + "defaultCode": 59939, + "grid": 16 + }, + { + "id": 292, + "paths": [ + "M768 128v768h-128v-352l-320 320v-704l320 320v-352z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "next", + "player" + ], + "defaultCode": 59940, + "grid": 16 + }, + { + "id": 293, + "paths": [ + "M0 768h1024v128h-1024zM512 128l512 512h-1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "eject", + "player" + ], + "defaultCode": 59941, + "grid": 16 + }, + { + "id": 294, + "paths": [ + "M890.040 922.040c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.746-18.744-49.136 0-67.882 87.638-87.642 135.904-204.16 135.904-328.1 0-123.938-48.266-240.458-135.904-328.098-18.744-18.746-18.744-49.138 0-67.882s49.138-18.744 67.882 0c105.77 105.772 164.022 246.4 164.022 395.98s-58.252 290.208-164.022 395.98c-9.372 9.372-21.656 14.058-33.94 14.058zM719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.568-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054z", + "M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z" + ], + "width": 1088, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-high", + "volume", + "audio", + "speaker", + "player" + ], + "defaultCode": 59942, + "grid": 16 + }, + { + "id": 295, + "paths": [ + "M719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054z", + "M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-medium", + "volume", + "audio", + "speaker", + "player" + ], + "defaultCode": 59943, + "grid": 16 + }, + { + "id": 296, + "paths": [ + "M549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054z", + "M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-low", + "volume", + "audio", + "speaker", + "player" + ], + "defaultCode": 59944, + "grid": 16 + }, + { + "id": 297, + "paths": [ + "M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-mute", + "volume", + "audio", + "speaker", + "player" + ], + "defaultCode": 59945, + "grid": 16 + }, + { + "id": 298, + "paths": [ + "M960 619.148v84.852h-84.852l-107.148-107.148-107.148 107.148h-84.852v-84.852l107.148-107.148-107.148-107.148v-84.852h84.852l107.148 107.148 107.148-107.148h84.852v84.852l-107.148 107.148 107.148 107.148z", + "M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-mute", + "volume", + "audio", + "player" + ], + "defaultCode": 59946, + "grid": 16 + }, + { + "id": 299, + "paths": [ + "M1024 576h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128z", + "M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-increase", + "volume", + "audio", + "speaker", + "player" + ], + "defaultCode": 59947, + "grid": 16 + }, + { + "id": 300, + "paths": [ + "M512 448h512v128h-512v-128z", + "M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "volume-decrease", + "volume", + "audio", + "speaker", + "player" + ], + "defaultCode": 59948, + "grid": 16 + }, + { + "id": 301, + "paths": [ + "M128 320h640v192l256-256-256-256v192h-768v384h128zM896 704h-640v-192l-256 256 256 256v-192h768v-384h-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "loop", + "repeat", + "player" + ], + "defaultCode": 59949, + "grid": 16 + }, + { + "id": 302, + "paths": [ + "M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32z", + "M928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "loop", + "repeat", + "player", + "reload", + "refresh", + "update", + "synchronize", + "arrows" + ], + "defaultCode": 59950, + "grid": 16 + }, + { + "id": 303, + "paths": [ + "M783.988 752.012c-64.104 0-124.372-24.96-169.7-70.288l-102.288-102.282-102.276 102.27c-45.332 45.336-105.6 70.3-169.706 70.3-64.118 0-124.39-24.964-169.722-70.3-45.332-45.334-70.296-105.604-70.296-169.712s24.964-124.38 70.296-169.714c45.334-45.332 105.608-70.296 169.714-70.296 64.108 0 124.38 24.964 169.712 70.296l102.278 102.276 102.276-102.276c45.332-45.332 105.604-70.298 169.712-70.298 64.112 0 124.384 24.966 169.71 70.298 45.338 45.334 70.302 105.606 70.302 169.714 0 64.112-24.964 124.382-70.3 169.71-45.326 45.336-105.598 70.302-169.712 70.302zM681.72 614.288c27.322 27.31 63.64 42.354 102.268 42.352 38.634 0 74.958-15.044 102.276-42.362 27.316-27.322 42.364-63.644 42.364-102.278s-15.046-74.956-42.364-102.274c-27.32-27.318-63.64-42.364-102.276-42.364-38.632 0-74.956 15.044-102.278 42.364l-102.268 102.274 102.278 102.288zM240.012 367.362c-38.634 0-74.956 15.044-102.274 42.364-27.32 27.318-42.364 63.64-42.364 102.274 0 38.632 15.044 74.954 42.364 102.276 27.32 27.316 63.642 42.364 102.274 42.364 38.634 0 74.956-15.044 102.272-42.362l102.276-102.278-102.276-102.274c-27.318-27.32-63.64-42.366-102.272-42.364v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "infinite" + ], + "defaultCode": 59951, + "grid": 16 + }, + { + "id": 304, + "paths": [ + "M768 704h-101.49l-160-160 160-160h101.49v160l224-224-224-224v160h-128c-16.974 0-33.252 6.744-45.254 18.746l-178.746 178.744-178.746-178.746c-12-12-28.28-18.744-45.254-18.744h-192v128h165.49l160 160-160 160h-165.49v128h192c16.974 0 33.252-6.742 45.254-18.746l178.746-178.744 178.746 178.744c12.002 12.004 28.28 18.746 45.254 18.746h128v160l224-224-224-224v160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shuffle", + "random", + "player" + ], + "defaultCode": 59952, + "grid": 16 + }, + { + "id": 305, + "paths": [ + "M0 736l256-256 544 544 224-224-544-544 255.998-256h-735.998v736z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up-left", + "up-left", + "arrow-top-left" + ], + "defaultCode": 59953, + "grid": 16 + }, + { + "id": 306, + "paths": [ + "M512 32l-480 480h288v512h384v-512h288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up", + "up", + "upload", + "top" + ], + "defaultCode": 59954, + "grid": 16 + }, + { + "id": 307, + "paths": [ + "M288 0l256 256-544 544 224 224 544-544 256 255.998v-735.998h-736z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up-right", + "up-right", + "arrow-top-right" + ], + "defaultCode": 59955, + "grid": 16 + }, + { + "id": 308, + "paths": [ + "M992 512l-480-480v288h-512v384h512v288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-right", + "right", + "next" + ], + "defaultCode": 59956, + "grid": 16 + }, + { + "id": 309, + "paths": [ + "M1024 288l-256 256-544-544-224 224 544 544-255.998 256h735.998v-736z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down-right", + "down-right", + "arrow-bottom-right" + ], + "defaultCode": 59957, + "grid": 16 + }, + { + "id": 310, + "paths": [ + "M512 992l480-480h-288v-512h-384v512h-288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down", + "down", + "download", + "bottom" + ], + "defaultCode": 59958, + "grid": 16 + }, + { + "id": 311, + "paths": [ + "M736 1024l-256-256 544-544-224-224-544 544-256-255.998v735.998h736z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down-left", + "down-left", + "arrow-bottom-left" + ], + "defaultCode": 59959, + "grid": 16 + }, + { + "id": 312, + "paths": [ + "M32 512l480 480v-288h512v-384h-512v-288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-left", + "left", + "previous" + ], + "defaultCode": 59960, + "grid": 16 + }, + { + "id": 313, + "paths": [ + "M877.254 786.746l-530.744-530.746h229.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-384c-25.886 0-49.222 15.592-59.128 39.508-3.282 7.924-4.84 16.242-4.838 24.492h-0.034v384c0 35.346 28.654 64 64 64s64-28.654 64-64v-229.49l530.746 530.744c12.496 12.498 28.876 18.746 45.254 18.746s32.758-6.248 45.254-18.746c24.994-24.992 24.994-65.516 0-90.508z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up-left", + "up-left", + "arrow-top-left" + ], + "defaultCode": 59961, + "grid": 16 + }, + { + "id": 314, + "paths": [ + "M877.254 402.746l-320-320c-24.992-24.994-65.514-24.994-90.508 0l-320 320c-24.994 24.994-24.994 65.516 0 90.51 24.994 24.996 65.516 24.996 90.51 0l210.744-210.746v613.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-613.49l210.746 210.746c12.496 12.496 28.876 18.744 45.254 18.744s32.758-6.248 45.254-18.746c24.994-24.994 24.994-65.514 0-90.508z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up", + "up", + "upload", + "top" + ], + "defaultCode": 59962, + "grid": 16 + }, + { + "id": 315, + "paths": [ + "M237.254 877.254l530.746-530.744v229.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-384c0-25.884-15.594-49.222-39.508-59.126-7.924-3.284-16.242-4.84-24.492-4.838v-0.036h-384c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64h229.49l-530.744 530.746c-12.498 12.496-18.746 28.876-18.746 45.254s6.248 32.758 18.746 45.254c24.992 24.994 65.516 24.994 90.508 0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-up-right", + "up-right", + "arrow-top-right" + ], + "defaultCode": 59963, + "grid": 16 + }, + { + "id": 316, + "paths": [ + "M621.254 877.254l320-320c24.994-24.992 24.994-65.516 0-90.51l-320-320c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.516 0 90.51l210.746 210.746h-613.49c-35.346 0-64 28.654-64 64s28.654 64 64 64h613.49l-210.746 210.746c-12.496 12.496-18.744 28.876-18.744 45.254s6.248 32.758 18.744 45.254c24.994 24.994 65.516 24.994 90.51 0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-right", + "right", + "next" + ], + "defaultCode": 59964, + "grid": 16 + }, + { + "id": 317, + "paths": [ + "M146.746 237.254l530.742 530.746h-229.488c-35.346 0-64 28.654-64 64s28.654 64 64 64h384c25.884 0 49.222-15.594 59.126-39.508 3.284-7.924 4.84-16.242 4.838-24.492h0.036v-384c0-35.346-28.654-64-64-64-35.348 0-64 28.654-64 64v229.49l-530.746-530.744c-12.496-12.498-28.874-18.746-45.254-18.746s-32.758 6.248-45.254 18.746c-24.994 24.992-24.994 65.516 0 90.508z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down-right", + "down-right", + "arrow-bottom-right" + ], + "defaultCode": 59965, + "grid": 16 + }, + { + "id": 318, + "paths": [ + "M877.254 621.254l-320 320c-24.992 24.994-65.514 24.994-90.508 0l-320-320c-24.994-24.994-24.994-65.516 0-90.51 24.994-24.996 65.516-24.996 90.51 0l210.744 210.746v-613.49c0-35.346 28.654-64 64-64s64 28.654 64 64v613.49l210.746-210.746c12.496-12.496 28.876-18.744 45.254-18.744s32.758 6.248 45.254 18.746c24.994 24.994 24.994 65.514 0 90.508z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down", + "down", + "download", + "bottom" + ], + "defaultCode": 59966, + "grid": 16 + }, + { + "id": 319, + "paths": [ + "M786.744 146.744l-530.744 530.744v-229.49c0-35.346-28.654-64-64-64s-64 28.654-64 64v384.002c0 25.886 15.592 49.222 39.508 59.128 7.924 3.282 16.242 4.84 24.492 4.836v0.036l384-0.002c35.344 0 64-28.654 64-63.998 0-35.348-28.656-64-64-64h-229.49l530.744-530.746c12.496-12.496 18.746-28.876 18.746-45.256 0-16.376-6.25-32.758-18.746-45.254-24.992-24.992-65.518-24.992-90.51 0v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-down-left", + "down-left", + "arrow-bottom-left" + ], + "defaultCode": 59967, + "grid": 16 + }, + { + "id": 320, + "paths": [ + "M402.746 877.254l-320-320c-24.994-24.992-24.994-65.516 0-90.51l320-320c24.994-24.992 65.516-24.992 90.51 0 24.994 24.994 24.994 65.516 0 90.51l-210.746 210.746h613.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-613.49l210.746 210.746c12.496 12.496 18.744 28.876 18.744 45.254s-6.248 32.758-18.744 45.254c-24.994 24.994-65.516 24.994-90.51 0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "arrow-left", + "left", + "previous" + ], + "defaultCode": 59968, + "grid": 16 + }, + { + "id": 321, + "paths": [ + "M0 512c0 282.77 229.23 512 512 512s512-229.23 512-512-229.23-512-512-512-512 229.23-512 512zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416 186.25-416 416-416 416 186.25 416 416z", + "M706.744 669.256l90.512-90.512-285.256-285.254-285.254 285.256 90.508 90.508 194.746-194.744z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle-up", + "up", + "circle-top", + "arrow" + ], + "defaultCode": 59969, + "grid": 16 + }, + { + "id": 322, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z", + "M354.744 706.744l90.512 90.512 285.254-285.256-285.256-285.254-90.508 90.508 194.744 194.746z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle-right", + "right", + "circle-next", + "arrow" + ], + "defaultCode": 59970, + "grid": 16 + }, + { + "id": 323, + "paths": [ + "M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512 229.23 512 512 512 512-229.23 512-512zM96 512c0-229.75 186.25-416 416-416s416 186.25 416 416-186.25 416-416 416-416-186.25-416-416z", + "M317.256 354.744l-90.512 90.512 285.256 285.254 285.254-285.256-90.508-90.508-194.746 194.744z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle-down", + "down", + "circle-bottom", + "arrow" + ], + "defaultCode": 59971, + "grid": 16 + }, + { + "id": 324, + "paths": [ + "M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416z", + "M669.256 317.256l-90.512-90.512-285.254 285.256 285.256 285.254 90.508-90.508-194.744-194.746z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "circle-left", + "left", + "circle-previous", + "arrow" + ], + "defaultCode": 59972, + "grid": 16 + }, + { + "id": 325, + "paths": [ + "M960 0h64v512h-64v-512z", + "M0 512h64v512h-64v-512z", + "M320 704h704v128h-704v160l-224-224 224-224v160z", + "M704 320h-704v-128h704v-160l224 224-224 224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tab", + "arrows" + ], + "defaultCode": 59973, + "grid": 16 + }, + { + "id": 326, + "paths": [ + "M704 512v384h64v-384h160l-192-192-192 192z", + "M64 192h96v64h-96v-64z", + "M192 192h96v64h-96v-64z", + "M320 192h64v96h-64v-96z", + "M64 416h64v96h-64v-96z", + "M160 448h96v64h-96v-64z", + "M288 448h96v64h-96v-64z", + "M64 288h64v96h-64v-96z", + "M320 320h64v96h-64v-96z", + "M320 704v192h-192v-192h192zM384 640h-320v320h320v-320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "move-up", + "sort", + "arrange" + ], + "defaultCode": 59974, + "grid": 16 + }, + { + "id": 327, + "paths": [ + "M768 704v-384h-64v384h-160l192 192 192-192z", + "M320 256v192h-192v-192h192zM384 192h-320v320h320v-320z", + "M64 640h96v64h-96v-64z", + "M192 640h96v64h-96v-64z", + "M320 640h64v96h-64v-96z", + "M64 864h64v96h-64v-96z", + "M160 896h96v64h-96v-64z", + "M288 896h96v64h-96v-64z", + "M64 736h64v96h-64v-96z", + "M320 768h64v96h-64v-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "move-down", + "sort", + "arrange" + ], + "defaultCode": 59975, + "grid": 16 + }, + { + "id": 328, + "paths": [ + "M320 768v-768h-128v768h-160l224 224 224-224h-160z", + "M928 1024h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.404-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.404 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32z", + "M1020.622 401.686l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.156-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.808-7.902 22.216-27.124 14.312-42.93zM723.778 255.996l76.22-152.446 76.224 152.446h-152.444z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-alpha-asc", + "arrange", + "alphabetic" + ], + "defaultCode": 59976, + "grid": 16 + }, + { + "id": 329, + "paths": [ + "M320 768v-768h-128v768h-160l224 224 224-224h-160z", + "M928 448h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.406-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.406 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32z", + "M1020.622 977.69l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.158-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.806-7.902 22.214-27.124 14.31-42.93zM723.778 832l76.22-152.446 76.226 152.446h-152.446z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-alpha-desc", + "arrange", + "alphabetic" + ], + "defaultCode": 59977, + "grid": 16 + }, + { + "id": 330, + "paths": [ + "M320 768v-768h-128v768h-160l224 224 224-224h-160z", + "M864 448c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32z", + "M928 576h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 640h128v128h-128v-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-numeric-asc", + "arrange" + ], + "defaultCode": 59978, + "grid": 16 + }, + { + "id": 331, + "paths": [ + "M320 768v-768h-128v768h-160l224 224 224-224h-160z", + "M864 1024c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32z", + "M928 0h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 64h128v128h-128v-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-numberic-desc", + "arrange" + ], + "defaultCode": 59979, + "grid": 16 + }, + { + "id": 332, + "paths": [ + "M320 768v-768h-128v768h-160l224 224 224-224h-160z", + "M448 576h576v128h-576v-128z", + "M448 384h448v128h-448v-128z", + "M448 192h320v128h-320v-128z", + "M448 0h192v128h-192v-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-amount-asc", + "arrange" + ], + "defaultCode": 59980, + "grid": 16 + }, + { + "id": 333, + "paths": [ + "M320 768v-768h-128v768h-160l224 224 224-224h-160z", + "M448 0h576v128h-576v-128z", + "M448 192h448v128h-448v-128z", + "M448 384h320v128h-320v-128z", + "M448 576h192v128h-192v-128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sort-amount-desc", + "arrange" + ], + "defaultCode": 59981, + "grid": 16 + }, + { + "id": 334, + "paths": [ + "M736 896c-88.224 0-160-71.776-160-160v-96h-128v96c0 88.224-71.776 160-160 160s-160-71.776-160-160 71.776-160 160-160h96v-128h-96c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160v96h128v-96c0-88.224 71.776-160 160-160s160 71.776 160 160-71.776 160-160 160h-96v128h96c88.224 0 160 71.776 160 160s-71.774 160-160 160zM640 640v96c0 52.934 43.066 96 96 96s96-43.066 96-96-43.066-96-96-96h-96zM288 640c-52.934 0-96 43.066-96 96s43.066 96 96 96 96-43.066 96-96v-96h-96zM448 576h128v-128h-128v128zM640 384h96c52.934 0 96-43.066 96-96s-43.066-96-96-96-96 43.066-96 96v96zM288 192c-52.934 0-96 43.066-96 96s43.066 96 96 96h96v-96c0-52.934-43.064-96-96-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "command", + "cmd" + ], + "defaultCode": 59982, + "grid": 16 + }, + { + "id": 335, + "paths": [ + "M672 896h-320c-17.672 0-32-14.326-32-32v-352h-128c-12.942 0-24.612-7.796-29.564-19.754-4.954-11.958-2.214-25.722 6.936-34.874l320-320c12.498-12.496 32.758-12.496 45.254 0l320 320c9.152 9.152 11.89 22.916 6.938 34.874s-16.62 19.754-29.564 19.754h-128v352c0 17.674-14.326 32-32 32zM384 832h256v-352c0-17.672 14.326-32 32-32h82.744l-242.744-242.746-242.744 242.746h82.744c17.672 0 32 14.328 32 32v352z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shift" + ], + "defaultCode": 59983, + "grid": 16 + }, + { + "id": 336, + "paths": [ + "M736.014 448c-8.908 0-17.77-3.698-24.096-10.928l-199.918-228.478-199.918 228.478c-11.636 13.3-31.856 14.65-45.154 3.010-13.3-11.638-14.648-31.854-3.010-45.154l224-256c6.076-6.944 14.854-10.928 24.082-10.928s18.006 3.984 24.082 10.928l224 256c11.638 13.3 10.292 33.516-3.010 45.154-6.070 5.312-13.582 7.918-21.058 7.918z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ctrl", + "control" + ], + "defaultCode": 59984, + "grid": 16 + }, + { + "id": 337, + "paths": [ + "M928 832h-256c-12.646 0-24.106-7.448-29.242-19.004l-247.554-556.996h-299.204c-17.672 0-32-14.328-32-32s14.328-32 32-32h320c12.646 0 24.106 7.448 29.242 19.004l247.556 556.996h235.202c17.674 0 32 14.326 32 32s-14.326 32-32 32z", + "M928 256h-320c-17.674 0-32-14.328-32-32s14.326-32 32-32h320c17.674 0 32 14.328 32 32s-14.326 32-32 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "opt", + "option", + "alt" + ], + "defaultCode": 59985, + "grid": 16 + }, + { + "id": 338, + "paths": [ + "M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM448 794.51l-237.254-237.256 90.51-90.508 146.744 146.744 306.746-306.746 90.508 90.51-397.254 397.256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkbox-checked", + "checkbox", + "tick", + "checked", + "selected" + ], + "defaultCode": 59986, + "grid": 16 + }, + { + "id": 339, + "paths": [ + "M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-768v-768h768v768z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkbox-unchecked", + "checkbox", + "unchecked", + "square" + ], + "defaultCode": 59987, + "grid": 16 + }, + { + "id": 340, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192s-192-85.961-192-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "radio-checked", + "radio-button" + ], + "defaultCode": 59988, + "grid": 16 + }, + { + "id": 341, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 640c-70.692 0-128-57.306-128-128 0-70.692 57.308-128 128-128 70.694 0 128 57.308 128 128 0 70.694-57.306 128-128 128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "radio-checked", + "radio-button" + ], + "defaultCode": 59989, + "grid": 16 + }, + { + "id": 342, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "radio-unchecked", + "radio-button", + "circle" + ], + "defaultCode": 59990, + "grid": 16 + }, + { + "id": 343, + "paths": [ + "M832 256l192-192-64-64-192 192h-448v-192h-128v192h-192v128h192v512h512v192h128v-192h192v-128h-192v-448zM320 320h320l-320 320v-320zM384 704l320-320v320h-320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "crop", + "resize", + "cut" + ], + "defaultCode": 59991, + "grid": 16 + }, + { + "id": 344, + "paths": [ + "M320 128h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64z", + "M704 384h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64zM704 192h128v128h-128v-128z", + "M320 640h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64zM320 832h-128v-128h128v128z", + "M832 640h-128c-35.2 0-64 28.8-64 64v128c0 35.2 28.8 64 64 64h128c35.2 0 64-28.8 64-64v-128c0-35.2-28.8-64-64-64z", + "M896 512h-64c-85.476 0-165.834-33.286-226.274-93.724-60.44-60.442-93.726-140.802-93.726-226.276v-64c0-70.4-57.6-128-128-128h-256c-70.4 0-128 57.6-128 128v256c0 70.4 57.6 128 128 128h64c85.476 0 165.834 33.286 226.274 93.724 60.44 60.442 93.726 140.802 93.726 226.276v64c0 70.4 57.6 128 128 128h256c70.4 0 128-57.6 128-128v-256c0-70.4-57.6-128-128-128zM960 896c0 16.954-6.696 32.986-18.856 45.144-12.158 12.16-28.19 18.856-45.144 18.856h-256c-16.954 0-32.986-6.696-45.144-18.856-12.16-12.158-18.856-28.19-18.856-45.144v-64c0-212.078-171.922-384-384-384h-64c-16.954 0-32.986-6.696-45.146-18.854-12.158-12.16-18.854-28.192-18.854-45.146v-256c0-16.954 6.696-32.986 18.854-45.146 12.16-12.158 28.192-18.854 45.146-18.854h256c16.954 0 32.986 6.696 45.146 18.854 12.158 12.16 18.854 28.192 18.854 45.146v64c0 212.078 171.922 384 384 384h64c16.954 0 32.986 6.696 45.144 18.856 12.16 12.158 18.856 28.19 18.856 45.144v256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "make-group" + ], + "defaultCode": 59992, + "grid": 16 + }, + { + "id": 345, + "paths": [ + "M384 464c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96z", + "M704 464c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96z", + "M384 784c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96z", + "M704 784c0 26.4-21.6 48-48 48h-96c-26.4 0-48-21.6-48-48v-96c0-26.4 21.6-48 48-48h96c26.4 0 48 21.6 48 48v96z", + "M912.082 160l111.918-111.916v-48.084h-48.082l-111.918 111.916-111.918-111.916h-48.082v48.084l111.918 111.916-111.918 111.916v48.084h48.082l111.918-111.916 111.918 111.916h48.082v-48.084z", + "M0 768h64v128h-64v-128z", + "M0 576h64v128h-64v-128z", + "M832 448h64v128h-64v-128z", + "M832 832h64v128h-64v-128z", + "M832 640h64v128h-64v-128z", + "M0 384h64v128h-64v-128z", + "M0 192h64v128h-64v-128z", + "M512 128h128v64h-128v-64z", + "M320 128h128v64h-128v-64z", + "M128 128h128v64h-128v-64z", + "M448 960h128v64h-128v-64z", + "M640 960h128v64h-128v-64z", + "M256 960h128v64h-128v-64z", + "M64 960h128v64h-128v-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ungroup" + ], + "defaultCode": 59993, + "grid": 16 + }, + { + "id": 346, + "paths": [ + "M913.826 679.694c-66.684-104.204-181.078-150.064-255.51-102.434-6.428 4.116-12.334 8.804-17.744 13.982l-79.452-124.262 183.462-287.972c15.016-27.73 20.558-60.758 13.266-93.974-6.972-31.75-24.516-58.438-48.102-77.226l-12.278-7.808-217.468 340.114-217.47-340.114-12.276 7.806c-23.586 18.79-41.13 45.476-48.1 77.226-7.292 33.216-1.75 66.244 13.264 93.974l183.464 287.972-79.454 124.262c-5.41-5.178-11.316-9.868-17.744-13.982-74.432-47.63-188.826-1.77-255.51 102.434-66.68 104.2-60.398 227.286 14.032 274.914 74.43 47.632 188.824 1.77 255.508-102.432l164.286-257.87 164.288 257.872c66.684 104.202 181.078 150.064 255.508 102.432 74.428-47.63 80.71-170.716 14.030-274.914zM234.852 800.43c-30.018 46.904-68.534 69.726-94.572 75.446-0.004 0-0.004 0-0.004 0-8.49 1.868-20.294 3.010-28.324-2.128-8.898-5.694-14.804-20.748-15.8-40.276-1.616-31.644 9.642-68.836 30.888-102.034 30.014-46.906 68.53-69.726 94.562-75.444 8.496-1.866 20.308-3.010 28.336 2.126 8.898 5.694 14.802 20.75 15.798 40.272 1.618 31.65-9.64 68.84-30.884 102.038zM480 512c-17.672 0-32-14.328-32-32s14.328-32 32-32 32 14.328 32 32-14.328 32-32 32zM863.85 833.47c-0.996 19.528-6.902 34.582-15.8 40.276-8.030 5.138-19.834 3.996-28.324 2.128 0 0 0 0-0.004 0-26.040-5.718-64.554-28.542-94.572-75.446-21.244-33.198-32.502-70.388-30.884-102.038 0.996-19.522 6.9-34.578 15.798-40.272 8.028-5.136 19.84-3.992 28.336-2.126 26.034 5.716 64.548 28.538 94.562 75.444 21.246 33.198 32.502 70.39 30.888 102.034z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "scissors", + "cut" + ], + "defaultCode": 59994, + "grid": 16 + }, + { + "id": 347, + "paths": [ + "M512 0c-282.77 0-512 71.634-512 160v96l384 384v320c0 35.346 57.306 64 128 64 70.692 0 128-28.654 128-64v-320l384-384v-96c0-88.366-229.23-160-512-160zM94.384 138.824c23.944-13.658 57.582-26.62 97.278-37.488 87.944-24.076 201.708-37.336 320.338-37.336 118.628 0 232.394 13.26 320.338 37.336 39.696 10.868 73.334 23.83 97.28 37.488 15.792 9.006 24.324 16.624 28.296 21.176-3.972 4.552-12.506 12.168-28.296 21.176-23.946 13.658-57.584 26.62-97.28 37.488-87.942 24.076-201.708 37.336-320.338 37.336s-232.394-13.26-320.338-37.336c-39.696-10.868-73.334-23.83-97.278-37.488-15.792-9.008-24.324-16.624-28.298-21.176 3.974-4.552 12.506-12.168 28.298-21.176z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "filter", + "funnel" + ], + "defaultCode": 59995, + "grid": 16 + }, + { + "id": 348, + "paths": [ + "M799.596 16.208c-90.526 0-148.62-16.208-241.848-16.208-301.284 0-441.792 171.584-441.792 345.872 0 102.678 48.64 136.458 144.564 136.458-6.758-14.864-18.914-31.080-18.914-104.034 0-204.010 77.006-263.458 175.636-267.51 0 0-80.918 793.374-315.778 888.542v24.672h316.594l108.026-512h197.844l44.072-128h-214.908l51.944-246.19c59.446 12.156 117.542 24.316 167.532 24.316 62.148 0 118.894-18.914 149.968-162.126-37.826 12.16-78.362 16.208-122.94 16.208z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "font", + "typeface", + "typography", + "font-family", + "wysiwyg" + ], + "defaultCode": 59996, + "grid": 16 + }, + { + "id": 349, + "paths": [ + "M768 871.822c0-0.040 0.002-0.076 0.002-0.116l-0.344-436.562-127.492 6.19h-251.93v-21.494c0-81.542 5.8-162.976 17.24-194.716 7.896-21.948 22.598-41.744 43.698-58.836 20.618-16.702 41.178-25.17 61.11-25.17 16.772 0 30.702 2.878 41.402 8.554 15.026 8.562 29.716 22.964 43.67 42.818 36.95 52.504 51.99 66.454 60.094 72.376 13.804 10.094 30.512 15.212 49.658 15.212 18.668 0 34.962-6.97 48.436-20.714 13.372-13.636 20.15-30.682 20.15-50.666 0-21.452-8.916-44.204-26.502-67.622-17.184-22.888-43.708-41.742-78.834-56.032-34.322-13.964-72.94-21.044-114.778-21.044-60.716 0-116.012 14.596-164.356 43.384-48.424 28.834-85.558 68.952-110.37 119.24-22.994 46.604-21.334 134.706-22.732 214.712h-125.732v71.402h125.598v324.668c0 71.666-21.906 91.008-30.216 101.324-11.436 14.202-32.552 29.104-60.444 29.104h-38.654v56.166h385.326v-56.168h-6.708c-91.144 0-117.020-9.832-117.020-120.842 0-0.018 0-0.034 0-0.048l-0.038-334.206h140.204c74.404 0 91.496 3.444 95.392 4.924 4.706 1.79 10.798 4.832 13.084 9.144 0.868 1.684 5.194 25.008 5.194 82.972v250.67c0 58.454-7.124 77.896-11.45 84.402-9.248 14.194-20.41 22.066-54.66 22.904v56.248h293.61v-55.846c-91.608 0-101.608-9.82-101.608-96.332z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ligature", + "typography", + "font" + ], + "defaultCode": 59997, + "grid": 16 + }, + { + "id": 350, + "paths": [ + "M855.328 917.454c-11.734 0-83.62-13.2-88.020-29.338-10.274-39.612-11.738-82.152-11.738-130.568v-540.974c0-80.686 16.138-127.632 16.138-127.632-1.468-7.334-8.804-23.472-17.604-23.472h-4.404c-4.4 0-55.746 32.276-102.692 32.276-38.14-0.002-61.89-33.746-105.902-33.746-185.106 0-271.942 150.31-271.942 363.032v11.072c0 4.402-2.934 8.804-7.336 8.804h-60.148c-7.336 0-22.006 41.078-22.006 60.148 0 5.87 1.466 8.8 4.4 8.8h77.754c4.402 0 7.336 5.872 7.336 10.27 0 130.566-1.466 259.298-1.466 259.298 0 20.54-1.466 66.016-10.27 102.692-4.4 16.138-71.884 29.338-89.488 29.338-7.334 0-7.334 35.212 0 42.546 60.148-2.934 99.758-7.334 159.908-7.334 55.75 0 98.292 4.4 156.974 7.334 2.934-8.802 2.934-42.546-4.4-42.546-11.736 0-83.624-13.2-88.022-29.338-10.27-39.612-10.27-82.152-11.738-130.568v-232.888c0-4.402 4.402-8.804 8.802-8.804h151.104c10.27-20.538 17.606-45.476 17.606-58.68 0-8.802 0-10.27-7.336-10.27h-162.84c-2.934 0-7.336-4.402-7.336-7.334v-52.82c0-130.568 53.482-245.538 142.97-245.538 63.372 0 118.666 41.060 118.666 197.922 0 0.006 0 0.012 0 0.018 0.208 4.036 0.314 7.294 0.314 9.452v436.816c0 20.54-1.47 66.016-10.27 102.692-4.404 16.138-71.884 29.338-89.492 29.338-7.336 0-7.336 35.212 0 42.546 60.15-2.934 99.762-7.334 159.912-7.334 55.746 0 98.288 4.4 156.972 7.334 2.928-8.8 2.928-42.544-4.406-42.544z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ligature", + "typography", + "font" + ], + "defaultCode": 59998, + "grid": 16 + }, + { + "id": 351, + "paths": [ + "M896 768h128l-160 192-160-192h128v-512h-128l160-192 160 192h-128zM640 64v256l-64-128h-192v704h128v64h-384v-64h128v-704h-192l-64 128v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "text-height", + "wysiwyg" + ], + "defaultCode": 59999, + "grid": 16 + }, + { + "id": 352, + "paths": [ + "M256 896v128l-192-160 192-160v128h512v-128l192 160-192 160v-128zM832 64v256l-64-128h-192v448h128v64h-384v-64h128v-448h-192l-64 128v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "text-width", + "wysiwyg" + ], + "defaultCode": 60000, + "grid": 16 + }, + { + "id": 353, + "paths": [ + "M64 512h384v128h-128v384h-128v-384h-128zM960 256h-251.75v768h-136.5v-768h-251.75v-128h640z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "font-size", + "wysiwyg" + ], + "defaultCode": 60001, + "grid": 16 + }, + { + "id": 354, + "paths": [ + "M707.88 484.652c37.498-44.542 60.12-102.008 60.12-164.652 0-141.16-114.842-256-256-256h-320v896h384c141.158 0 256-114.842 256-256 0-92.956-49.798-174.496-124.12-219.348zM384 192h101.5c55.968 0 101.5 57.42 101.5 128s-45.532 128-101.5 128h-101.5v-256zM543 832h-159v-256h159c58.45 0 106 57.42 106 128s-47.55 128-106 128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bold", + "wysiwyg" + ], + "defaultCode": 60002, + "grid": 16 + }, + { + "id": 355, + "paths": [ + "M704 64h128v416c0 159.058-143.268 288-320 288-176.73 0-320-128.942-320-288v-416h128v416c0 40.166 18.238 78.704 51.354 108.506 36.896 33.204 86.846 51.494 140.646 51.494s103.75-18.29 140.646-51.494c33.116-29.802 51.354-68.34 51.354-108.506v-416zM192 832h640v128h-640z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "underline", + "wysiwyg" + ], + "defaultCode": 60003, + "grid": 16 + }, + { + "id": 356, + "paths": [ + "M896 64v64h-128l-320 768h128v64h-448v-64h128l320-768h-128v-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "italic", + "wysiwyg" + ], + "defaultCode": 60004, + "grid": 16 + }, + { + "id": 357, + "paths": [ + "M1024 512v64h-234.506c27.504 38.51 42.506 82.692 42.506 128 0 70.878-36.66 139.026-100.58 186.964-59.358 44.518-137.284 69.036-219.42 69.036-82.138 0-160.062-24.518-219.42-69.036-63.92-47.938-100.58-116.086-100.58-186.964h128c0 69.382 87.926 128 192 128s192-58.618 192-128c0-69.382-87.926-128-192-128h-512v-64h299.518c-2.338-1.654-4.656-3.324-6.938-5.036-63.92-47.94-100.58-116.086-100.58-186.964s36.66-139.024 100.58-186.964c59.358-44.518 137.282-69.036 219.42-69.036 82.136 0 160.062 24.518 219.42 69.036 63.92 47.94 100.58 116.086 100.58 186.964h-128c0-69.382-87.926-128-192-128s-192 58.618-192 128c0 69.382 87.926 128 192 128 78.978 0 154.054 22.678 212.482 64h299.518z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "strikethrough", + "wysiwyg" + ], + "defaultCode": 60005, + "grid": 16 + }, + { + "id": 358, + "paths": [ + "M704 896h256l64-128v256h-384v-214.214c131.112-56.484 224-197.162 224-361.786 0-214.432-157.598-382.266-352-382.266-194.406 0-352 167.832-352 382.266 0 164.624 92.886 305.302 224 361.786v214.214h-384v-256l64 128h256v-32.59c-187.63-66.46-320-227.402-320-415.41 0-247.424 229.23-448 512-448s512 200.576 512 448c0 188.008-132.37 348.95-320 415.41v32.59z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "omega", + "wysiwyg", + "symbols" + ], + "defaultCode": 60006, + "grid": 16 + }, + { + "id": 359, + "paths": [ + "M941.606 734.708l44.394-94.708h38l-64 384h-960v-74.242l331.546-391.212-331.546-331.546v-227h980l44 256h-34.376l-18.72-38.88c-35.318-73.364-61.904-89.12-138.904-89.12h-662l353.056 353.056-297.42 350.944h542.364c116.008 0 146.648-41.578 173.606-97.292z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sigma", + "wysiwyg", + "symbols" + ], + "defaultCode": 60007, + "grid": 16 + }, + { + "id": 360, + "paths": [ + "M0 512h128v64h-128zM192 512h192v64h-192zM448 512h128v64h-128zM640 512h192v64h-192zM896 512h128v64h-128zM880 0l16 448h-768l16-448h32l16 384h640l16-384zM144 1024l-16-384h768l-16 384h-32l-16-320h-640l-16 320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "page-break", + "wysiwyg" + ], + "defaultCode": 60008, + "grid": 16 + }, + { + "id": 361, + "paths": [ + "M768 206v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "superscript", + "wysiwyg" + ], + "defaultCode": 60009, + "grid": 16 + }, + { + "id": 362, + "paths": [ + "M768 910v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "subscript", + "wysiwyg" + ], + "defaultCode": 60010, + "grid": 16 + }, + { + "id": 363, + "paths": [ + "M194.018 832l57.6-192h264.764l57.6 192h113.632l-192-640h-223.232l-192 640h113.636zM347.618 320h72.764l57.6 192h-187.964l57.6-192zM704 832l160-256 160 256h-320z", + "M864 128h-64c-17.644 0-32-14.356-32-32s14.356-32 32-32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32h-128c-52.936 0-96 43.066-96 96 0 24.568 9.288 47.002 24.524 64 17.588 19.624 43.11 32 71.476 32h64c17.644 0 32 14.356 32 32s-14.356 32-32 32h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c52.936 0 96-43.066 96-96 0-24.568-9.288-47.002-24.524-64-17.588-19.624-43.108-32-71.476-32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "superscript", + "wysiwyg" + ], + "defaultCode": 60011, + "grid": 16 + }, + { + "id": 364, + "paths": [ + "M194.018 832l57.6-192h264.764l57.6 192h113.632l-192-640h-223.232l-192 640h113.636zM347.618 320h72.764l57.6 192h-187.964l57.6-192zM1024 192l-160 256-160-256h320z", + "M864 832h-64c-17.644 0-32-14.356-32-32s14.356-32 32-32h128c17.674 0 32-14.328 32-32s-14.326-32-32-32h-128c-52.936 0-96 43.066-96 96 0 24.568 9.29 47.002 24.524 64 17.588 19.624 43.112 32 71.476 32h64c17.644 0 32 14.356 32 32s-14.356 32-32 32h-128c-17.674 0-32 14.328-32 32s14.326 32 32 32h128c52.936 0 96-43.066 96-96 0-24.568-9.29-47.002-24.524-64-17.588-19.624-43.108-32-71.476-32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "subscript", + "wysiwyg" + ], + "defaultCode": 60012, + "grid": 16 + }, + { + "id": 365, + "paths": [ + "M322.018 832l57.6-192h264.764l57.6 192h113.632l-191.996-640h-223.236l-192 640h113.636zM475.618 320h72.764l57.6 192h-187.964l57.6-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "text-color", + "wysiwyg" + ], + "defaultCode": 60013, + "grid": 16 + }, + { + "id": 366, + "paths": [ + "M256 384v-384h768v384h-64v-320h-640v320zM1024 576v448h-768v-448h64v384h640v-384zM512 448h128v64h-128zM320 448h128v64h-128zM704 448h128v64h-128zM896 448h128v64h-128zM0 288l192 192-192 192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pagebreak", + "wysiwyg" + ], + "defaultCode": 60014, + "grid": 16 + }, + { + "id": 367, + "paths": [ + "M0 896h576v128h-576zM896 128h-302.56l-183.764 704h-132.288l183.762-704h-269.15v-128h704zM929.774 1024l-129.774-129.774-129.774 129.774-62.226-62.226 129.774-129.774-129.774-129.774 62.226-62.226 129.774 129.774 129.774-129.774 62.226 62.226-129.774 129.774 129.774 129.774z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "clear-formatting", + "wysiwyg", + "remove-style" + ], + "defaultCode": 60015, + "grid": 16 + }, + { + "id": 368, + "paths": [ + "M0 192v704h1024v-704h-1024zM384 640v-128h256v128h-256zM640 704v128h-256v-128h256zM640 320v128h-256v-128h256zM320 320v128h-256v-128h256zM64 512h256v128h-256v-128zM704 512h256v128h-256v-128zM704 448v-128h256v128h-256zM64 704h256v128h-256v-128zM704 832v-128h256v128h-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "table", + "wysiwyg" + ], + "defaultCode": 60016, + "grid": 16 + }, + { + "id": 369, + "paths": [ + "M0 64v896h1024v-896h-1024zM384 640v-192h256v192h-256zM640 704v192h-256v-192h256zM640 192v192h-256v-192h256zM320 192v192h-256v-192h256zM64 448h256v192h-256v-192zM704 448h256v192h-256v-192zM704 384v-192h256v192h-256zM64 704h256v192h-256v-192zM704 896v-192h256v192h-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "table", + "wysiwyg" + ], + "defaultCode": 60017, + "grid": 16 + }, + { + "id": 370, + "paths": [ + "M384 192h128v64h-128zM576 192h128v64h-128zM896 192v256h-192v-64h128v-128h-64v-64zM320 384h128v64h-128zM512 384h128v64h-128zM192 256v128h64v64h-128v-256h192v64zM384 576h128v64h-128zM576 576h128v64h-128zM896 576v256h-192v-64h128v-128h-64v-64zM320 768h128v64h-128zM512 768h128v64h-128zM192 640v128h64v64h-128v-256h192v64zM960 64h-896v896h896v-896zM1024 0v0 1024h-1024v-1024h1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "insert-template", + "wysiwyg" + ], + "defaultCode": 60018, + "grid": 16 + }, + { + "id": 371, + "paths": [ + "M384 0h512v128h-128v896h-128v-896h-128v896h-128v-512c-141.384 0-256-114.616-256-256s114.616-256 256-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pilcrow", + "wysiwyg" + ], + "defaultCode": 60019, + "grid": 16 + }, + { + "id": 372, + "paths": [ + "M512 0c-141.384 0-256 114.616-256 256s114.616 256 256 256v512h128v-896h128v896h128v-896h128v-128h-512zM0 704l256-256-256-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ltr", + "wysiwyg", + "left-to-right", + "direction" + ], + "defaultCode": 60020, + "grid": 16 + }, + { + "id": 373, + "paths": [ + "M256 0c-141.384 0-256 114.616-256 256s114.616 256 256 256v512h128v-896h128v896h128v-896h128v-128h-512zM1024 192l-256 256 256 256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "rtl", + "wysiwyg", + "right-to-left", + "direction" + ], + "defaultCode": 60021, + "grid": 16 + }, + { + "id": 374, + "paths": [ + "M495.964 1024c-49.36 0-91.116-14.406-124.104-42.82-33.224-28.614-50.068-62.038-50.068-99.344 0-18.128 6.6-33.756 19.622-46.458 13.232-12.914 29.782-19.744 47.85-19.744 18.002 0 34.194 6.41 46.826 18.542 12.472 11.972 18.796 27.824 18.796 47.104 0 11.318-1.85 23.818-5.494 37.146-3.616 13.178-4.376 19.938-4.376 23.292 0 3.682 0.924 8.076 7.774 12.756 12.76 8.824 28.066 13.084 46.876 13.084 22.576 0 42.718-7.858 61.574-24.022 18.578-15.942 27.612-32.318 27.612-50.056 0-19.736-5.27-36.826-16.12-52.242-18.336-25.758-52.878-55.954-102.612-89.668-79.858-53.454-133.070-99.766-162.58-141.52-22.89-32.684-34.476-67.89-34.476-104.704 0-37.062 12.142-73.948 36.092-109.63 20.508-30.554 50.8-58.12 90.228-82.138-21.096-22.7-36.896-44.064-47.094-63.688-12.872-24.76-19.398-50.372-19.398-76.122 0-47.814 18.91-89.16 56.206-122.89 37.32-33.76 83.86-50.878 138.322-50.878 50.086 0 92.206 14.082 125.182 41.852 33.328 28.082 50.222 60.898 50.222 97.54 0 18.656-6.986 35.364-20.766 49.66l-0.276 0.282c-7.976 7.924-22.618 17.37-47.046 17.37-19.148 0-35.934-6.272-48.54-18.136-12.558-11.794-18.93-25.918-18.93-41.966 0-6.934 1.702-17.416 5.352-32.98 1.778-7.364 2.668-14.142 2.668-20.25 0-10.338-3.726-18.272-11.724-24.966-8.282-6.93-20.108-10.302-36.142-10.302-24.868 0-45.282 7.562-62.41 23.118-17.19 15.606-25.544 34.088-25.544 56.508 0 20.156 4.568 36.762 13.58 49.362 17.112 23.938 46.796 49.79 88.22 76.836 84.17 54.588 142.902 104.672 174.518 148.826 23.35 33.12 35.152 68.34 35.152 104.792 0 36.598-11.882 73.496-35.318 109.676-20.208 31.18-50.722 59.276-90.884 83.71 22.178 23.466 37.812 44.042 47.554 62.538 12.082 22.97 18.208 48.048 18.208 74.542 0 49.664-18.926 91.862-56.244 125.422-37.34 33.554-83.866 50.566-138.288 50.566zM446.416 356.346c-48.222 28.952-71.712 62.19-71.712 101.314 0 22.756 6.498 43.13 19.86 62.278 19.936 27.926 59.27 62.054 116.804 101.288 24.358 16.586 46.36 32.712 65.592 48.060 49.060-29.504 72.956-62.366 72.956-100.178 0-20.598-8.142-42.774-24.204-65.916-16.808-24.196-52.85-55.796-107.128-93.914-28.328-19.562-52.558-37.334-72.168-52.932z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "section", + "wysiwyg" + ], + "defaultCode": 60022, + "grid": 16 + }, + { + "id": 375, + "paths": [ + "M0 64h1024v128h-1024zM0 256h640v128h-640zM0 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paragraph-left", + "wysiwyg", + "align-left", + "left" + ], + "defaultCode": 60023, + "grid": 16 + }, + { + "id": 376, + "paths": [ + "M0 64h1024v128h-1024zM192 256h640v128h-640zM192 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paragraph-center", + "wysiwyg", + "align-center", + "center" + ], + "defaultCode": 60024, + "grid": 16 + }, + { + "id": 377, + "paths": [ + "M0 64h1024v128h-1024zM384 256h640v128h-640zM384 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paragraph-right", + "wysiwyg", + "align-right", + "right" + ], + "defaultCode": 60025, + "grid": 16 + }, + { + "id": 378, + "paths": [ + "M0 64h1024v128h-1024zM0 256h1024v128h-1024zM0 448h1024v128h-1024zM0 640h1024v128h-1024zM0 832h1024v128h-1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paragraph-justify", + "wysiwyg", + "justify" + ], + "defaultCode": 60026, + "grid": 16 + }, + { + "id": 379, + "paths": [ + "M0 64h1024v128h-1024zM384 256h640v128h-640zM384 448h640v128h-640zM384 640h640v128h-640zM0 832h1024v128h-1024zM0 704v-384l256 192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "indent-increase", + "wysiwyg" + ], + "defaultCode": 60027, + "grid": 16 + }, + { + "id": 380, + "paths": [ + "M0 64h1024v128h-1024zM384 256h640v128h-640zM384 448h640v128h-640zM384 640h640v128h-640zM0 832h1024v128h-1024zM256 320v384l-256-192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "indent-decrease", + "wysiwyg" + ], + "defaultCode": 60028, + "grid": 16 + }, + { + "id": 381, + "paths": [ + "M256 640c0 0 58.824-192 384-192v192l384-256-384-256v192c-256 0-384 159.672-384 320zM704 768h-576v-384h125.876c10.094-11.918 20.912-23.334 32.488-34.18 43.964-41.19 96.562-72.652 156.114-93.82h-442.478v640h832v-268.624l-128 85.334v55.29z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share", + "out", + "external", + "outside" + ], + "defaultCode": 60029, + "grid": 16 + }, + { + "id": 382, + "paths": [ + "M192 64v768h768v-768h-768zM896 768h-640v-640h640v640zM128 896v-672l-64-64v800h800l-64-64h-672z", + "M352 256l160 160-192 192 96 96 192-192 160 160v-416z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "new-tab", + "out", + "external", + "outside", + "popout", + "link", + "blank" + ], + "defaultCode": 60030, + "grid": 16 + }, + { + "id": 383, + "paths": [ + "M576 736l96 96 320-320-320-320-96 96 224 224z", + "M448 288l-96-96-320 320 320 320 96-96-224-224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "embed", + "code", + "html", + "xml" + ], + "defaultCode": 60031, + "grid": 16 + }, + { + "id": 384, + "paths": [ + "M832 736l96 96 320-320-320-320-96 96 224 224z", + "M448 288l-96-96-320 320 320 320 96-96-224-224z", + "M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z" + ], + "width": 1280, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "embed", + "code", + "html", + "xml" + ], + "defaultCode": 60032, + "grid": 16 + }, + { + "id": 385, + "paths": [ + "M0 64v896h1024v-896h-1024zM960 896h-896v-768h896v768zM896 192h-768v640h768v-640zM448 512h-64v64h-64v64h-64v-64h64v-64h64v-64h-64v-64h-64v-64h64v64h64v64h64v64zM704 640h-192v-64h192v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "terminal", + "console", + "cmd", + "command-line" + ], + "defaultCode": 60033, + "grid": 16 + }, + { + "id": 386, + "paths": [ + "M864 704c-45.16 0-85.92 18.738-115.012 48.83l-431.004-215.502c1.314-8.252 2.016-16.706 2.016-25.328s-0.702-17.076-2.016-25.326l431.004-215.502c29.092 30.090 69.852 48.828 115.012 48.828 88.366 0 160-71.634 160-160s-71.634-160-160-160-160 71.634-160 160c0 8.622 0.704 17.076 2.016 25.326l-431.004 215.504c-29.092-30.090-69.852-48.83-115.012-48.83-88.366 0-160 71.636-160 160 0 88.368 71.634 160 160 160 45.16 0 85.92-18.738 115.012-48.828l431.004 215.502c-1.312 8.25-2.016 16.704-2.016 25.326 0 88.368 71.634 160 160 160s160-71.632 160-160c0-88.364-71.634-160-160-160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "share", + "social" + ], + "defaultCode": 60034, + "grid": 16 + }, + { + "id": 387, + "paths": [ + "M853.31 0h-682.62c-93.88 0-170.69 76.784-170.69 170.658v682.656c0 93.876 76.81 170.686 170.69 170.686h682.622c93.938 0 170.688-76.81 170.688-170.686v-682.656c0-93.874-76.75-170.658-170.69-170.658zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.94-185.598 185.6c-1.444-5.338-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.206l182.118-182.118 90.422 105.496 90.424-105.494 182.116 182.118c-5.34 1.442-10.886 2.204-16.54 2.204zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.598-185.598 187.664-218.942c0.084 1.328 0.14 2.66 0.14 4v384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mail", + "contact", + "support", + "newsletter", + "letter", + "email", + "envelop", + "social" + ], + "defaultCode": 60035, + "grid": 16 + }, + { + "id": 388, + "paths": [ + "M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM853.342 128c7.988 0 15.546 2.334 22.020 6.342l-363.362 300.404-363.354-300.4c6.478-4.010 14.044-6.346 22.040-6.346h682.656zM170.686 896c-1.924 0-3.82-0.146-5.684-0.408l225.626-312.966-29.256-29.254-233.372 233.37v-611.138l384 464.396 384-464.394v611.136l-233.372-233.37-29.254 29.254 225.628 312.968c-1.858 0.26-3.746 0.406-5.662 0.406h-682.654z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mail", + "contact", + "support", + "newsletter", + "letter", + "email", + "envelop", + "social" + ], + "defaultCode": 60036, + "grid": 16 + }, + { + "id": 389, + "paths": [ + "M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM182.628 886.626l-77.256-77.254 256-256 29.256 29.254-208 304zM153.372 198.628l29.256-29.256 329.372 265.374 329.374-265.374 29.254 29.256-358.628 422.626-358.628-422.626zM841.374 886.626l-208-304 29.254-29.254 256 256-77.254 77.254z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mail", + "contact", + "support", + "newsletter", + "letter", + "email", + "envelop", + "social" + ], + "defaultCode": 60037, + "grid": 16 + }, + { + "id": 390, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM256 256h512c9.138 0 18.004 1.962 26.144 5.662l-282.144 329.168-282.144-329.17c8.14-3.696 17.006-5.66 26.144-5.66zM192 704v-384c0-1.34 0.056-2.672 0.14-4l187.664 218.942-185.598 185.598c-1.444-5.336-2.206-10.886-2.206-16.54zM768 768h-512c-5.654 0-11.202-0.762-16.54-2.208l182.118-182.118 90.422 105.498 90.424-105.494 182.116 182.12c-5.34 1.44-10.886 2.202-16.54 2.202zM832 704c0 5.654-0.762 11.2-2.206 16.54l-185.6-185.598 187.666-218.942c0.084 1.328 0.14 2.66 0.14 4v384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "mail", + "contact", + "support", + "newsletter", + "letter", + "email", + "envelop", + "social" + ], + "defaultCode": 60038, + "grid": 16 + }, + { + "id": 391, + "paths": [ + "M925.6 885.2c-112.2 82.8-274.6 126.8-414.6 126.8-196.2 0-372.8-72.4-506.4-193.2-10.4-9.4-1.2-22.4 11.4-15 144.2 84 322.6 134.4 506.8 134.4 124.2 0 260.8-25.8 386.6-79.2 18.8-8 34.8 12.6 16.2 26.2z", + "M972.2 832c-14.4-18.4-94.8-8.8-131-4.4-11 1.2-12.6-8.2-2.8-15.2 64.2-45 169.4-32 181.6-17 12.4 15.2-3.2 120.6-63.4 171-9.2 7.8-18 3.6-14-6.6 13.8-33.8 44-109.4 29.6-127.8z", + "M707.4 757.6l0.2 0.2c24.8-21.8 69.4-60.8 94.6-81.8 10-8 8.2-21.4 0.4-32.6-22.6-31.2-46.6-56.6-46.6-114.2v-192c0-81.4 5.6-156-54.2-212-47.2-45.2-125.6-61.2-185.6-61.2-117.2 0-248 43.8-275.4 188.6-3 15.4 8.4 23.6 18.4 25.8l119.4 13c11.2-0.6 19.2-11.6 21.4-22.8 10.2-49.8 52-74 99-74 25.4 0 54.2 9.2 69.2 32 17.2 25.4 15 60 15 89.4v16c-71.4 8-164.8 13.2-231.6 42.6-77.2 33.4-131.4 101.4-131.4 201.4 0 128 80.6 192 184.4 192 87.6 0 135.4-20.6 203-89.8 22.4 32.4 29.6 48.2 70.6 82.2 9.4 5 21 4.6 29.2-2.8zM583.2 457.2c0 48 1.2 88-23 130.6-19.6 34.8-50.6 56-85.2 56-47.2 0-74.8-36-74.8-89.2 0-105 94.2-124 183.2-124v26.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "amazon", + "brand" + ], + "defaultCode": 60039, + "grid": 16 + }, + { + "id": 392, + "paths": [ + "M522.2 438.8v175.6h290.4c-11.8 75.4-87.8 220.8-290.4 220.8-174.8 0-317.4-144.8-317.4-323.2s142.6-323.2 317.4-323.2c99.4 0 166 42.4 204 79l139-133.8c-89.2-83.6-204.8-134-343-134-283 0-512 229-512 512s229 512 512 512c295.4 0 491.6-207.8 491.6-500.2 0-33.6-3.6-59.2-8-84.8l-483.6-0.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google", + "brand" + ], + "defaultCode": 60040, + "grid": 16 + }, + { + "id": 393, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM519.6 896c-212.2 0-384-171.8-384-384s171.8-384 384-384c103.6 0 190.4 37.8 257.2 100.4l-104.2 100.4c-28.6-27.4-78.4-59.2-153-59.2-131.2 0-238 108.6-238 242.4s107 242.4 238 242.4c152 0 209-109.2 217.8-165.6h-217.8v-131.6h362.6c3.2 19.2 6 38.4 6 63.6 0.2 219.4-146.8 375.2-368.6 375.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google", + "brand" + ], + "defaultCode": 60041, + "grid": 16 + }, + { + "id": 394, + "paths": [ + "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM519.6 896c-212.2 0-384-171.8-384-384s171.8-384 384-384c103.6 0 190.4 37.8 257.2 100.4l-104.2 100.4c-28.6-27.4-78.4-59.2-153-59.2-131.2 0-238 108.6-238 242.4s107 242.4 238 242.4c152 0 209-109.2 217.8-165.6h-217.8v-131.6h362.6c3.2 19.2 6 38.4 6 63.6 0.2 219.4-146.8 375.2-368.6 375.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google", + "brand" + ], + "defaultCode": 60042, + "grid": 16 + }, + { + "id": 395, + "paths": [ + "M325.8 457.4v111.8h184.8c-7.4 48-55.8 140.6-184.8 140.6-111.2 0-202-92.2-202-205.8s90.8-205.8 202-205.8c63.4 0 105.6 27 129.8 50.2l88.4-85.2c-56.8-53-130.4-85.2-218.2-85.2-180.2 0.2-325.8 145.8-325.8 326s145.6 325.8 325.8 325.8c188 0 312.8-132.2 312.8-318.4 0-21.4-2.4-37.8-5.2-54h-307.6z", + "M1024 448h-96v-96h-96v96h-96v96h96v96h96v-96h96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-plus", + "brand", + "social" + ], + "defaultCode": 60043, + "grid": 16 + }, + { + "id": 396, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 768c-141.6 0-256-114.4-256-256s114.4-256 256-256c69.2 0 127 25.2 171.6 67l-69.6 66.8c-19-18.2-52.2-39.4-102-39.4-87.4 0-158.8 72.4-158.8 161.6s71.4 161.6 158.8 161.6c101.4 0 139.4-72.8 145.2-110.4h-145.2v-87.8h241.8c2.2 12.8 4 25.6 4 42.4 0 146.4-98 250.2-245.8 250.2zM896 512h-64v64h-64v-64h-64v-64h64v-64h64v64h64v64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-plus", + "brand", + "social" + ], + "defaultCode": 60044, + "grid": 16 + }, + { + "id": 397, + "paths": [ + "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM384 768c-141.6 0-256-114.4-256-256s114.4-256 256-256c69.2 0 127 25.2 171.6 67l-69.6 66.8c-19-18.2-52.2-39.4-102-39.4-87.4 0-158.8 72.4-158.8 161.6s71.4 161.6 158.8 161.6c101.4 0 139.4-72.8 145.2-110.4h-145.2v-87.8h241.8c2.2 12.8 4 25.6 4 42.4 0 146.4-98 250.2-245.8 250.2zM832 512v64h-64v-64h-64v-64h64v-64h64v64h64v64h-64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-plus", + "brand", + "social" + ], + "defaultCode": 60045, + "grid": 16 + }, + { + "id": 398, + "paths": [ + "M511.8 0c-244.2 0-442.2 198-442.2 442.2 0 231.4 210.8 419 442.2 419v162.8c268.6-136.2 442.6-355.6 442.6-581.8 0-244.2-198.4-442.2-442.6-442.2zM448 512c0 53-28.6 96-64 96v-96h-128v-192h192v192zM768 512c0 53-28.6 96-64 96v-96h-128v-192h192v192z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hangouts", + "brand", + "social" + ], + "defaultCode": 60046, + "grid": 16 + }, + { + "id": 399, + "paths": [ + "M438 640l-184.6 320h580.6l184.6-320z", + "M992.4 576l-295.6-512h-369.6l295.6 512z", + "M290.2 128l-290.2 502.8 184.8 320 290.2-502.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "google-drive", + "brand" + ], + "defaultCode": 60047, + "grid": 16 + }, + { + "id": 400, + "paths": [ + "M608 192h160v-192h-160c-123.514 0-224 100.486-224 224v96h-128v192h128v512h192v-512h160l32-192h-192v-96c0-17.346 14.654-32 32-32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "facebook", + "brand", + "social" + ], + "defaultCode": 60048, + "grid": 16 + }, + { + "id": 401, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h416v-448h-128v-128h128v-64c0-105.8 86.2-192 192-192h128v128h-128c-35.2 0-64 28.8-64 64v64h192l-32 128h-160v448h288c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "facebook", + "brand", + "social" + ], + "defaultCode": 60049, + "grid": 16 + }, + { + "id": 402, + "paths": [ + "M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0z", + "M512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6z", + "M846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "instagram", + "brand", + "social" + ], + "defaultCode": 60050, + "grid": 16 + }, + { + "id": 403, + "paths": [ + "M873 148.8c-95.8-96-223.2-148.8-359-148.8-279.6 0-507.2 227.6-507.2 507.4 0 89.4 23.4 176.8 67.8 253.6l-72 263 269-70.6c74.2 40.4 157.6 61.8 242.4 61.8h0.2c0 0 0 0 0 0 279.6 0 507.4-227.6 507.4-507.4 0-135.6-52.8-263-148.6-359zM514.2 929.6v0c-75.8 0-150-20.4-214.8-58.8l-15.4-9.2-159.6 41.8 42.6-155.6-10-16c-42.4-67-64.6-144.6-64.6-224.4 0-232.6 189.2-421.8 422-421.8 112.6 0 218.6 44 298.2 123.6 79.6 79.8 123.4 185.6 123.4 298.4-0.2 232.8-189.4 422-421.8 422zM745.4 613.6c-12.6-6.4-75-37-86.6-41.2s-20-6.4-28.6 6.4c-8.4 12.6-32.8 41.2-40.2 49.8-7.4 8.4-14.8 9.6-27.4 3.2s-53.6-19.8-102-63c-37.6-33.6-63.2-75.2-70.6-87.8s-0.8-19.6 5.6-25.8c5.8-5.6 12.6-14.8 19-22.2s8.4-12.6 12.6-21.2c4.2-8.4 2.2-15.8-1-22.2s-28.6-68.8-39-94.2c-10.2-24.8-20.8-21.4-28.6-21.8-7.4-0.4-15.8-0.4-24.2-0.4s-22.2 3.2-33.8 15.8c-11.6 12.6-44.4 43.4-44.4 105.8s45.4 122.6 51.8 131.2c6.4 8.4 89.4 136.6 216.6 191.4 30.2 13 53.8 20.8 72.2 26.8 30.4 9.6 58 8.2 79.8 5 24.4-3.6 75-30.6 85.6-60.2s10.6-55 7.4-60.2c-3-5.6-11.4-8.8-24.2-15.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "whatsapp", + "brand", + "social" + ], + "defaultCode": 60051, + "grid": 16 + }, + { + "id": 404, + "paths": [ + "M512 0c-281.6 0-512 230.4-512 512s230.4 512 512 512 512-230.4 512-512-227.8-512-512-512zM747.6 739.8c-10.2 15.4-28.2 20.4-43.6 10.2-120.4-74.2-271.4-89.6-450.6-48.6-18 5.2-33.2-7.6-38.4-23-5.2-18 7.6-33.2 23-38.4 194.6-43.6 363.6-25.6 496.6 56.4 18 7.6 20.6 28 13 43.4zM809 599c-12.8 18-35.8 25.6-53.8 12.8-138.2-84.4-348.2-110-509.4-58.8-20.4 5.2-43.6-5.2-48.6-25.6-5.2-20.4 5.2-43.6 25.6-48.6 186.8-56.4 417.2-28.2 576 69.2 15.2 7.6 23 33.2 10.2 51zM814 455.6c-163.8-97.2-437.8-107.6-594-58.8-25.6 7.6-51.2-7.6-58.8-30.8-7.6-25.6 7.6-51.2 30.8-58.8 181.8-53.8 481.2-43.6 670.8 69.2 23 12.8 30.8 43.6 18 66.6-13 17.8-43.6 25.4-66.8 12.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "spotify", + "brand", + "social" + ], + "defaultCode": 60052, + "grid": 16 + }, + { + "id": 405, + "paths": [ + "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM763.6 351l-84 395.8c-5.8 28.2-22.8 34.8-46.4 21.8l-128-94.6-61.4 59.8c-7.2 7-12.8 12.8-25.6 12.8-16.6 0-13.8-6.2-19.4-22l-43.6-143.2-126.6-39.4c-27.4-8.4-27.6-27.2 6.2-40.6l493.2-190.4c22.4-10.2 44.2 5.4 35.6 40z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "telegram", + "brand", + "social" + ], + "defaultCode": 60053, + "grid": 16 + }, + { + "id": 406, + "paths": [ + "M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "twitter", + "brand", + "tweet", + "social" + ], + "defaultCode": 60054, + "grid": 16 + }, + { + "id": 407, + "paths": [ + "M960.8 509c-26.4 6-51.8 8.8-74.8 8.8-129.2 0-228.6-90.2-228.6-247.2 0-77 29.8-116.8 71.8-116.8 40 0 66.6 35.8 66.6 108.6 0 41.4-11 86.8-19.2 113.6 0 0 39.8 69.4 148.6 48.2 23.2-51.4 35.6-117.8 35.6-176 0-156.8-80-248.2-226.6-248.2-150.8 0-239 115.8-239 268.6 0 151.4 70.8 281.2 187.4 340.4-49 98.2-111.4 184.6-176.6 249.8-118-142.8-224.8-333.2-268.6-705h-174.2c80.6 619.2 320.4 816.4 384 854.2 35.8 21.6 66.8 20.6 99.6 2 51.6-29.2 206.2-184 292-365 36 0 79.2-4.2 122.2-14v-122z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vine", + "brand", + "social" + ], + "defaultCode": 60055, + "grid": 16 + }, + { + "id": 408, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM829.4 716.8l-93.6 1.4c0 0-20.2 4-46.6-14.2-35-24-68-86.6-93.8-78.4-26 8.2-25.2 64.4-25.2 64.4s0.2 12-5.8 18.4c-6.4 7-19.2 8.4-19.2 8.4h-41.8c0 0-92.4 5.6-173.8-79.2-88.8-92.4-167.2-275.8-167.2-275.8s-4.6-12 0.4-17.8c5.6-6.6 20.6-7 20.6-7l100.2-0.6c0 0 9.4 1.6 16.2 6.6 5.6 4 8.6 11.8 8.6 11.8s16.2 41 37.6 78c41.8 72.2 61.4 88 75.6 80.4 20.6-11.2 14.4-102.2 14.4-102.2s0.4-33-10.4-47.6c-8.4-11.4-24.2-14.8-31-15.6-5.6-0.8 3.6-13.8 15.6-19.8 18-8.8 49.8-9.4 87.4-9 29.2 0.2 37.8 2.2 49.2 4.8 34.6 8.4 22.8 40.6 22.8 117.8 0 24.8-4.4 59.6 13.4 71 7.6 5 26.4 0.8 73.4-79 22.2-37.8 39-82.2 39-82.2s3.6-8 9.2-11.4c5.8-3.4 13.6-2.4 13.6-2.4l105.4-0.6c0 0 31.6-3.8 36.8 10.6 5.4 15-11.8 50-54.8 107.4-70.6 94.2-78.6 85.4-19.8 139.8 56 52 67.6 77.4 69.6 80.6 22.8 38.4-26 41.4-26 41.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vk", + "brand", + "social" + ], + "defaultCode": 60056, + "grid": 16 + }, + { + "id": 409, + "paths": [ + "M425.2 10.6c-241.2 40.6-425.2 250.4-425.2 503.2 0 125.6 45.6 240.6 120.8 329.6 178.6-86.4 303.6-282 304.4-509.8v-323z", + "M598.8 10.6c241.2 40.6 425.2 250.4 425.2 503.2 0 125.6-45.6 240.6-120.8 329.6-178.6-86.4-303.6-282-304.4-509.8v-323z", + "M510.2 642.6c-31.8 131.6-126.8 244-245 318.8 72.8 39.8 156.2 62.6 245 62.6s172.2-22.8 245-62.6c-118.2-74.8-213.2-187.2-245-318.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "renren", + "brand", + "social" + ], + "defaultCode": 60057, + "grid": 16 + }, + { + "id": 410, + "paths": [ + "M430.2 898c-169.6 16.8-316-60-327-171.2-11-111.4 117.6-215 287-231.8 169.6-16.8 316 60 326.8 171.2 11.2 111.4-117.4 215.2-286.8 231.8zM769.2 528.6c-14.4-4.4-24.4-7.2-16.8-26.2 16.4-41.2 18-76.6 0.2-102-33.2-47.4-124.2-45-228.4-1.2 0 0-32.8 14.2-24.4-11.6 16-51.6 13.6-94.6-11.4-119.6-56.6-56.6-207 2.2-336 131.2-96.4 96.2-152.4 198.8-152.4 287.4 0 169.2 217.2 272.2 429.6 272.2 278.4 0 463.8-161.8 463.8-290.2 0-77.8-65.4-121.8-124.2-140z", + "M954.2 218.6c-67.2-74.6-166.4-103-258-83.6v0c-21.2 4.6-34.6 25.4-30 46.4 4.6 21.2 25.2 34.6 46.4 30 65.2-13.8 135.6 6.4 183.4 59.4s60.8 125.2 40.2 188.4v0c-6.6 20.6 4.6 42.6 25.2 49.4 20.6 6.6 42.6-4.6 49.4-25.2v-0.2c28.8-88.4 10.6-190-56.6-264.6z", + "M850.8 312c-32.8-36.4-81.2-50.2-125.6-40.6-18.2 3.8-29.8 22-26 40.2 4 18.2 22 29.8 40 25.8v0c21.8-4.6 45.4 2.2 61.4 19.8 16 17.8 20.4 42 13.4 63.2v0c-5.6 17.6 4 36.8 21.8 42.6 17.8 5.6 36.8-4 42.6-21.8 14-43.4 5.2-93-27.6-129.2z", + "M439.6 696.6c-6 10.2-19 15-29.2 10.8-10.2-4-13.2-15.6-7.4-25.4 6-9.8 18.6-14.6 28.6-10.8 10 3.6 13.6 15 8 25.4zM385.4 765.8c-16.4 26.2-51.6 37.6-78 25.6-26-11.8-33.8-42.2-17.4-67.8 16.2-25.4 50.2-36.8 76.4-25.8 26.6 11.4 35.2 41.6 19 68zM447 580.6c-80.6-21-171.8 19.2-206.8 90.2-35.8 72.4-1.2 153 80.2 179.4 84.4 27.2 184-14.6 218.6-92.6 34.2-76.6-8.4-155.2-92-177z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "sina-weibo", + "brand", + "social" + ], + "defaultCode": 60058, + "grid": 16 + }, + { + "id": 411, + "paths": [ + "M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "feed", + "rss", + "social" + ], + "defaultCode": 60059, + "grid": 16 + }, + { + "id": 412, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM279 831.2c-48 0-87-38.6-87-86.6 0-47.6 39-86.8 87-86.8 48.2 0 87 39.2 87 86.8 0 48-39 86.6-87 86.6zM497.4 832c0-81.8-31.8-158.8-89.4-216.4-57.8-57.8-134.4-89.6-216-89.6v-125.2c237.6 0 431.2 193.4 431.2 431.2h-125.8zM719.6 832c0-291-236.6-528-527.4-528v-125.2c360 0 653 293.2 653 653.2h-125.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "feed", + "rss", + "social" + ], + "defaultCode": 60060, + "grid": 16 + }, + { + "id": 413, + "paths": [ + "M1013.8 307.2c0 0-10-70.6-40.8-101.6-39-40.8-82.6-41-102.6-43.4-143.2-10.4-358.2-10.4-358.2-10.4h-0.4c0 0-215 0-358.2 10.4-20 2.4-63.6 2.6-102.6 43.4-30.8 31-40.6 101.6-40.6 101.6s-10.2 82.8-10.2 165.8v77.6c0 82.8 10.2 165.8 10.2 165.8s10 70.6 40.6 101.6c39 40.8 90.2 39.4 113 43.8 82 7.8 348.2 10.2 348.2 10.2s215.2-0.4 358.4-10.6c20-2.4 63.6-2.6 102.6-43.4 30.8-31 40.8-101.6 40.8-101.6s10.2-82.8 10.2-165.8v-77.6c-0.2-82.8-10.4-165.8-10.4-165.8zM406.2 644.8v-287.8l276.6 144.4-276.6 143.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "youtube", + "brand", + "social" + ], + "defaultCode": 60061, + "grid": 16 + }, + { + "id": 414, + "paths": [ + "M344.012 169.399c0.209-0.865 0.344-1.479 0.388-1.8l1.042-7.559-47.349-0.267c-42.779-0.242-55.87 0.007-57.047 1.084-0.565 0.516-15.333 56.633-41.655 158.273-12.556 48.484-23.124 87.206-23.487 86.051s-15.391-56.498-33.397-122.98c-18.006-66.482-33.104-121.243-33.55-121.692-0.623-0.623-57.98-0.9-104.417-0.502-6.735 0.056-10.477-13.11 60.021 211.133 9.759 31.041 24.371 74.997 32.469 97.679 9.333 26.141 15.989 46.323 20.534 63.173 8.038 32.067 8.319 52.163 6.565 75.625-2.026 27.101-2.321 218.438-0.342 221.638 1.512 2.449 91.223 3.589 99.712 1.268 1.358-0.372 2.265-1.691 2.87-8.928 2.119-6.219 2.286-30.969 2.286-133.744v-131.281l5.742-18.112c3.756-11.849 13.201-42.995 20.989-69.22 7.789-26.222 17.21-57.619 20.938-69.771 33.834-110.319 66.14-218.831 66.994-225.011l0.693-5.056z", + "M846.122 328.651l-0.021 6.838-1.065 0.014-0.595 188.993-0.577 183.227-14.666 14.929c-16.424 16.719-29.585 23.101-41.488 20.113-12.963-3.254-12.64 1.8-13.722-214.768l-0.998-199.347h-94.316v6.851h-1.086v216.289c0 231.737-0.007 231.599 11.752 254.875 9.366 18.536 23.010 27.559 46.391 30.671h0.002c30.79 4.1 64.001-9.849 94.77-39.809l13.373-13.022v22.445c0 19.396 0.554 22.601 4.070 23.58 5.756 1.605 77.173 1.707 84.89 0.126l6.396-1.314v-6.628l1.086-0.223v-495.098l-94.195 1.258z", + "M606.892 426.33c-8.935-38.341-25.68-64.115-53.233-81.939-43.281-27.999-92.718-30.957-138.586-8.291-33.425 16.515-54.951 43.914-66.071 84.083-1.326 4.786-2.298 8.812-3.033 14.815-2.83 14.184-3.163 35.351-3.889 133.951-1.121 151.928 0.616 170.003 19.643 204.51 18.664 33.848 57.403 58.661 99.572 63.782 12.696 1.54 38.43-0.858 53.23-4.961 33.632-9.326 65.864-35.906 80.118-66.078 6.158-13.033 9.875-22.096 12.115-38.651 4.175-22.617 4.47-59.175 4.47-152.375-0.002-118.875-0.379-131.862-4.337-148.847zM499.34 736.003c-7.907 6.028-21.734 8.649-32.983 6.249-8.656-1.847-20.338-15.419-23.934-27.801-4.479-15.436-4.823-229.985-0.954-272.059 6.379-21.054 24.19-32.050 43.635-26.813 15.157 4.082 22.915 13.575 27.336 33.457 3.282 14.754 3.67 33.129 2.972 141.26-0.46 71.701-0.716 106.742-3.058 125.553-2.382 11.87-6.319 15.047-13.015 20.154z", + "M2300.389 534.137h45.57l-0.726-41.281c-0.705-37.869-1.263-42.2-6.324-52.472-7.982-16.21-19.759-23.401-38.446-23.401-22.448 0-36.678 10.849-43.388 33.141-2.858 9.486-5.863 74.685-3.707 80.308 1.205 3.144 7.724 3.705 47.021 3.705z", + "M1995.795 440.237c-6.077-12.247-17.385-18.278-30.525-17.806-10.221 0.365-21.561 4.677-32.488 13.010l-8.14 6.177v296.598l8.14 6.177c18.429 14.052 38.674 17.031 52.619 7.703 5.519-3.691 9.117-8.779 11.919-16.861 3.647-10.524 3.965-24.003 3.489-148.772-0.495-130.043-0.781-137.702-5.014-146.226z", + "M2560.878 306.633c-9.080-108.842-16.303-144.165-38.751-189.544-29.729-60.101-72.692-91.788-133.876-98.747-47.309-5.379-225.315-12.97-390.044-16.631-285.188-6.338-754.057 5.858-813.939 21.173-27.673 7.077-48.426 19.11-70.022 40.604-37.844 37.662-60.391 91.679-69.452 166.396-20.692 170.606-21.134 376.727-1.188 553.515 8.577 76.041 26.243 125.443 59.41 166.159 20.694 25.406 56.352 46.998 88.26 53.442 22.385 4.523 134.42 10.798 297.605 16.668 24.306 0.874 88.667 2.379 143.030 3.344 113.301 2.012 321.627 0.821 440.719-2.519 80.127-2.249 226.201-8.172 253.5-10.282 7.677-0.593 25.469-1.728 39.537-2.523 47.277-2.67 77.353-12.568 105.596-34.76 36.553-28.718 64.857-81.795 76.815-144.037 11.314-58.894 18.887-163.773 20.422-282.851 1.284-99.491-0.426-153.175-7.621-239.409zM1425.273 267.192l-52.982 0.654-2.326 565.143-45.932 0.581c-35.525 0.488-46.307-0.044-47.167-2.326-0.616-1.626-1.356-129.020-1.672-283.153l-0.581-280.246-103.493-1.307v-88.304l305.829 1.235 1.307 87.069-52.982 0.654zM1750.216 591.117v243.035h-83.725v-25.583c0-19.247-0.735-25.583-2.979-25.583-1.64 0-9.226 6.344-16.861 14.098-16.557 16.817-36.171 30.367-52.91 36.63-34.662 12.968-67.589 5.4-81.618-18.75-12.838-22.11-13.082-27.052-13.082-256.335v-210.547h83.653l0.654 198.265c0.623 194.821 0.714 198.393 5.377 206.333 6.182 10.521 15.608 13.347 30.597 9.231 8.817-2.423 14.836-6.707 29.143-20.931l18.024-17.952v-374.946h83.725v243.035zM2076.757 799.41c-7.372 16.424-23.806 32.509-37.283 36.485-35.167 10.382-63.375 1.923-95.935-28.708-10.103-9.505-19.51-17.224-20.931-17.224-1.712 0-2.616 7.449-2.616 22.094v22.094h-83.725v-655.845h83.725v106.982c0 58.84 0.786 106.982 1.744 106.982s9.789-7.807 19.624-17.298c22.629-21.841 41.548-31.399 65.557-33.213 42.811-3.24 68.327 18.794 80.018 69.117 3.647 15.696 3.998 33.625 3.998 179.078-0.002 177.178-0.021 177.918-14.175 209.457zM2430.99 702.168c-0.744 18.226-2.954 39.137-4.942 46.514-11.642 43.167-42.635 73.731-87.432 86.269-60.315 16.878-126.704-10.777-153.205-63.812-14.875-29.769-15.408-35.706-15.408-181.185 0-118.617 0.419-133.171 4.214-149.354 10.747-45.788 37.392-75.422 82.49-91.865 13.068-4.765 26.708-7.207 40.337-7.486 48.672-0.998 96.984 25.18 117.229 67.808 13.659 28.76 15.35 41.060 16.717 122.099l1.235 72.678-178.497 1.235-0.654 48.84c-0.93 68.901 3.716 90.088 22.313 102.621 15.645 10.54 39.679 9.745 52.765-1.744 12.263-10.768 15.726-22.336 16.933-56.107l1.091-29.653h86.195l-1.381 33.143z" + ], + "width": 2569, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "youtube", + "brand", + "social" + ], + "defaultCode": 60062, + "grid": 16 + }, + { + "id": 415, + "paths": [ + "M96 0l-96 160v736h256v128h128l128-128h160l288-288v-608h-864zM832 544l-160 160h-160l-128 128v-128h-192v-576h640v416z", + "M608 256h96v256h-96v-256z", + "M416 256h96v256h-96v-256z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "twitch", + "brand", + "social" + ], + "defaultCode": 60063, + "grid": 16 + }, + { + "id": 416, + "paths": [ + "M1023.6 274c-4.6 99.6-74.2 236.2-208.8 409.4-139.2 180.8-257 271.4-353.4 271.4-59.6 0-110.2-55-151.4-165.2-27.6-101-55-202-82.6-303-30.6-110.2-63.4-165.2-98.6-165.2-7.6 0-34.4 16.2-80.4 48.2l-48.2-62c50.6-44.4 100.4-88.8 149.4-133.2 67.4-58.2 118-88.8 151.8-92 79.6-7.6 128.8 46.8 147.2 163.4 19.8 125.8 33.6 204 41.4 234.6 23 104.4 48.2 156.6 75.8 156.6 21.4 0 53.6-33.8 96.6-101.6 42.8-67.6 65.8-119.2 69-154.6 6.2-58.4-16.8-87.8-69-87.8-24.6 0-49.8 5.6-75.8 16.8 50.4-164.8 146.4-244.8 288.4-240.2 105 2.8 154.6 71 148.6 204.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vimeo", + "brand", + "social" + ], + "defaultCode": 60064, + "grid": 16 + }, + { + "id": 417, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM861.6 340c-3.2 72-53.6 170.6-151 295.8-100.6 130.8-185.8 196.2-255.4 196.2-43.2 0-79.6-39.8-109.4-119.4-20-73-39.8-146-59.8-219-22-79.6-45.8-119.4-71.2-119.4-5.6 0-25 11.6-58 34.8l-34.8-44.8c36.6-32 72.6-64.2 108-96.2 48.8-42 85.2-64.2 109.6-66.4 57.6-5.6 93 33.8 106.4 118 14.4 91 24.4 147.4 30 169.6 16.6 75.4 34.8 113 54.8 113 15.4 0 38.8-24.4 69.8-73.4s47.6-86.2 49.8-111.8c4.4-42.2-12.2-63.4-49.8-63.4-17.8 0-36 4-54.8 12.2 36.4-119 105.8-177 208.4-173.6 76 2.2 111.8 51.4 107.4 147.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "vimeo", + "brand", + "social" + ], + "defaultCode": 60065, + "grid": 16 + }, + { + "id": 418, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM822.4 768.8l-348.4 114c-79.6 26-87.6 21.8-123.6-89.6l-88-272.6c-21-64.6-85-238.6-95.8-272-20-62-20-65.4 97-103.4 91.6-30 95.4-29 128.6 74.4 26.8 83.2 44 150.4 71.6 235.4l75 232 239.6-78.4c47.2-15.6 63-14.8 76.4 43.4l9.6 44c11.2 51-14.6 64-42 72.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lanyrd", + "brand" + ], + "defaultCode": 60066, + "grid": 16 + }, + { + "id": 419, + "paths": [ + "M0 544c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224s-224-100.288-224-224zM576 544c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224s-224-100.288-224-224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flickr", + "brand", + "social" + ], + "defaultCode": 60067, + "grid": 16 + }, + { + "id": 420, + "paths": [ + "M800 416c-70.58 0-128 57.42-128 128s57.42 128 128 128c70.58 0 128-57.42 128-128s-57.42-128-128-128zM800 320v0c123.71 0 224 100.288 224 224 0 123.71-100.29 224-224 224s-224-100.29-224-224c0-123.712 100.29-224 224-224zM0 544c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224s-224-100.288-224-224z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flickr", + "brand", + "social" + ], + "defaultCode": 60068, + "grid": 16 + }, + { + "id": 421, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM288 672c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zM736 672c-88.4 0-160-71.6-160-160s71.6-160 160-160c88.4 0 160 71.6 160 160s-71.6 160-160 160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flickr", + "brand", + "social" + ], + "defaultCode": 60069, + "grid": 16 + }, + { + "id": 422, + "paths": [ + "M512 0c-282.77 0-512 230.796-512 515.5s229.23 515.5 512 515.5 512-230.796 512-515.5-229.23-515.5-512-515.5zM288 672c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160c0 88.366-71.634 160-160 160zM736 672c-88.368 0-160-71.634-160-160s71.632-160 160-160 160 71.634 160 160c0 88.366-71.632 160-160 160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flickr", + "brand", + "social" + ], + "defaultCode": 60070, + "grid": 16 + }, + { + "id": 423, + "paths": [ + "M512 1024c-282.4 0-512-229.6-512-512s229.6-512 512-512c282.4 0 512 229.6 512 512s-229.6 512-512 512v0zM943.8 582c-15-4.8-135.4-40.6-272.4-18.6 57.2 157.2 80.4 285.2 85 311.8 98-66.4 168-171.4 187.4-293.2v0zM682.8 915.2c-6.6-38.4-31.8-172-93.2-331.6-1 0.4-2 0.6-2.8 1-246.8 86-335.4 257-343.2 273 74.2 57.8 167.4 92.4 268.4 92.4 60.6 0 118.4-12.4 170.8-34.8v0zM187 805c10-17 130-215.6 355.4-288.6 5.6-1.8 11.4-3.6 17.2-5.2-11-24.8-23-49.8-35.4-74.2-218.2 65.4-430.2 62.6-449.4 62.4-0.2 4.4-0.2 8.8-0.2 13.4 0 112.2 42.6 214.8 112.4 292.2v0zM84 423c19.6 0.2 199.8 1 404.4-53.2-72.4-128.8-150.6-237.2-162.2-253-122.4 57.8-214 170.6-242.2 306.2v0zM409.6 87.4c12 16.2 91.6 124.4 163.2 256 155.6-58.2 221.4-146.8 229.2-158-77.2-68.6-178.8-110.2-290-110.2-35.2 0.2-69.6 4.4-102.4 12.2v0zM850.6 236.2c-9.2 12.4-82.6 106.4-244.2 172.4 10.2 20.8 20 42 29 63.4 3.2 7.6 6.4 15 9.4 22.6 145.6-18.2 290.2 11 304.6 14-1-103.2-38-198-98.8-272.4v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dribbble", + "brand", + "social" + ], + "defaultCode": 60071, + "grid": 16 + }, + { + "id": 424, + "paths": [ + "M297 205.2c30.2 0 57.4 2.6 82.2 8 24.8 5.2 45.8 14 63.6 26 17.6 12 31.2 28 41.2 48 9.6 19.8 14.4 44.6 14.4 74 0 31.8-7.2 58.2-21.6 79.4-14.6 21.2-35.8 38.4-64.2 52 38.8 11.2 67.4 30.8 86.6 58.6 19.2 28 28.4 61.6 28.4 101.2 0 32-6.2 59.4-18.4 82.6-12.4 23.4-29.2 42.4-49.8 57-20.8 14.8-44.8 25.6-71.6 32.6-26.6 7-54 10.6-82.4 10.6h-305.4v-630h297zM279 459.6c24.6 0 45-5.8 61-17.6 16-11.6 23.6-30.8 23.6-57.2 0-14.6-2.6-26.8-7.8-36.2-5.4-9.4-12.4-16.8-21.4-22-8.8-5.4-18.8-9-30.6-11-11.4-2.2-23.4-3.2-35.6-3.2h-129.6v147.2h140.4zM286.6 727.8c13.6 0 26.6-1.2 38.8-4 12.4-2.8 23.4-7 32.6-13.4 9.2-6.2 17-14.4 22.6-25.2 5.6-10.6 8.2-24.2 8.2-40.8 0-32.4-9.2-55.6-27.4-69.6-18.2-13.8-42.4-20.6-72.4-20.6h-150.4v173.4h148z", + "M725.2 725.6c18.8 18.4 45.8 27.6 81 27.6 25.2 0 47.2-6.4 65.4-19.2s29.2-26.4 33.4-40.4h110.4c-17.8 55-44.6 94-81.4 117.6-36.2 23.6-80.6 35.6-132 35.6-36 0-68.2-5.8-97.2-17.2-29-11.6-53.2-27.8-73.6-49-19.8-21.2-35.4-46.4-46.4-76-10.8-29.4-16.4-62-16.4-97.2 0-34.2 5.6-66 16.8-95.4 11.4-29.6 27-55 47.8-76.4s45.2-38.4 74-50.8c28.6-12.4 60.2-18.6 95.2-18.6 38.6 0 72.4 7.4 101.4 22.6 28.8 15 52.6 35.2 71.2 60.4s31.8 54.2 40 86.6c8.2 32.4 11 66.2 8.8 101.6h-329.4c0 35.8 12 70 31 88.2zM869 486c-14.8-16.4-40.2-25.4-70.8-25.4-20 0-36.6 3.4-49.8 10.2-13 6.8-23.6 15.2-31.8 25.2-8 10-13.6 20.8-16.8 32.2-3.2 11-5.2 21.2-5.8 30h204c-3-32-14-55.6-29-72.2z", + "M668.4 256h255.4v62.2h-255.4v-62.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "behance", + "brand", + "social" + ], + "defaultCode": 60072, + "grid": 16 + }, + { + "id": 425, + "paths": [ + "M404.2 448.6c13-9.4 19.2-25 19.2-46.6 0-12-2-21.8-6.2-29.4-4.4-7.6-10-13.6-17.4-17.8-7.2-4.4-15.4-7.4-24.8-9-9.2-1.8-19-2.6-29-2.6h-105.4v119.6h114c20 0.2 36.6-4.6 49.6-14.2z", + "M422 556.6c-14.8-11.2-34.4-16.8-58.8-16.8h-122.6v141h120.2c11.2 0 21.6-1 31.6-3.2s19-5.6 26.6-10.8c7.6-5 13.8-11.8 18.4-20.4s6.8-19.8 6.8-33.2c0-26.4-7.4-45.2-22.2-56.6z", + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM671.2 269.4h207.4v50.6h-207.4v-50.6zM541.6 686.4c-10 19-23.6 34.4-40.4 46.4-17 12-36.4 20.8-58.2 26.6-21.6 5.8-44 8.6-66.8 8.6h-248.2v-511.8h241.2c24.4 0 46.6 2.2 66.8 6.4 20 4.2 37.2 11.4 51.6 21.2 14.2 9.8 25.4 22.8 33.4 39 7.8 16 11.8 36.2 11.8 60 0 25.8-5.8 47.2-17.6 64.4s-29 31.2-52.2 42.2c31.6 9 54.8 25 70.2 47.6 15.6 22.8 23.2 50.2 23.2 82.2 0.2 26.2-4.8 48.6-14.8 67.2zM959.4 607.2h-267.4c0 29.2 10 57 25.2 72 15.2 14.8 37.2 22.4 65.8 22.4 20.6 0 38.2-5.2 53.2-15.6 14.8-10.4 23.8-21.4 27.2-32.8h89.6c-14.4 44.6-36.2 76.4-66 95.6-29.4 19.2-65.4 28.8-107.2 28.8-29.2 0-55.4-4.8-79-14-23.6-9.4-43.2-22.6-59.8-39.8-16.2-17.2-28.6-37.8-37.6-61.8-8.8-23.8-13.4-50.4-13.4-79 0-27.8 4.6-53.6 13.6-77.6 9.2-24 22-44.8 38.8-62 16.8-17.4 36.8-31.2 60-41.4 23.2-10 48.8-15 77.2-15 31.4 0 58.8 6 82.4 18.4 23.4 12.2 42.6 28.6 57.8 49.2s25.8 44 32.6 70.4c6.6 26 8.8 53.4 7 82.2z", + "M776.6 463.8c-16.2 0-29.8 2.8-40.4 8.4s-19.2 12.4-25.8 20.4c-6.6 8.2-11 16.8-13.6 26.2-2.6 9-4.2 17.2-4.6 24.4h165.6c-2.4-26-11.4-45.2-23.4-58.6-12.4-13.6-32.8-20.8-57.8-20.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "behance", + "brand", + "social" + ], + "defaultCode": 60073, + "grid": 16 + }, + { + "id": 426, + "paths": [ + "M829 186.2v-186.2h-186.2l-18.6 18.8-88 167.4-27.6 18.6h-313.6v255.6h172.4l15.4 18.6-187.8 358.8v186.2h186.2l18.6-18.8 88-167.4 27.6-18.6h313.6v-255.6h-172.4l-15.4-18.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "deviantart", + "brand", + "social" + ], + "defaultCode": 60074, + "grid": 16 + }, + { + "id": 427, + "paths": [ + "M253 672.8c0.2 0.6 5.6 15.2 8.6 22.6 16.8 39.8 41 75.8 71.8 106.6s66.6 55 106.6 71.8c41.4 17.4 85.2 26.4 130.4 26.4s89.2-8.8 130.4-26.4c40-16.8 75.8-41 106.6-71.8s55-66.6 71.8-106.6c17.4-41.4 26.4-85.2 26.4-130.4s-8.8-89.2-26.4-130.4c-16.8-40-41-75.8-71.8-106.6s-66.6-55-106.6-71.8c-41.4-17.4-85.2-26.4-130.4-26.4-45.8 0-91.6 9.2-132.2 26.4-32.6 13.8-87.8 49.2-120 82.6l-0.2 0.2v-276h463.4c16.8-0.2 16.8-23.8 16.8-31.4 0-7.8 0-31.2-17-31.4h-501c-13.6 0-22 11.4-22 21.8v388.2c0 12.6 15.6 21.6 30.2 24.6 28.4 6 34.8-3 41.8-12.6l1-1.2c10.6-15.8 43.6-49 44-49.4 51.6-51.6 120.6-80 194.4-80 73.4 0 142.2 28.4 193.8 80 51.8 51.8 80.4 120.4 80.4 193.2 0 73-28.4 141.8-80 193.2-50.8 50.8-122 80-195 80-49.4 0-97.2-13.2-138.2-38.2l0.2-236c0-31.4 13.6-65.8 36.6-91.6 26.2-29.6 62.2-45.8 101.6-45.8 38 0 73.6 14.4 100.2 40.6 26.2 26 40.8 60.8 40.8 97.8 0 78.8-62 140.6-141.2 140.6-15.2 0-43-6.8-44.2-7-16-4.8-22.8 17.4-25 24.8-8.6 28.2 4.4 33.8 7 34.6 25.4 8 42.2 9.4 64.2 9.4 111.8 0 202.8-91 202.8-202.8 0-111-91-201.2-202.6-201.2-54.8 0-106.2 21-144.8 58.8-36.8 36.2-57.8 84.4-57.8 132.4v1.2c-0.2 6-0.2 147.6-0.4 194l-0.2-0.2c-21-23.2-41.8-58.8-55.6-95.2-5.4-14.2-17.6-11.8-34.2-6.6-8 2.2-30 9-25 25.2v0zM491.2 617.4c0 6.8 6.2 12.8 10 16.2l1.2 1.2c6.4 6.2 12.4 9.4 18 9.4 4.6 0 7.4-2.2 8.4-3.2 2.8-2.6 34.4-34.8 37.6-37.8l35.4 35.2c3.2 3.6 6.8 5.6 11 5.6 5.6 0 11.8-3.4 18.2-10 15.2-15.6 7.6-24 4-28l-35.8-35.8 37.4-37.6c8.2-8.8 1-18.2-6.2-25.4-10.4-10.4-20.6-13.2-27-7.2l-37.2 37.2-37.6-37.6c-2-2-4.6-3-7.2-3-5 0-11 3.4-17.6 10-11.6 11.6-14 19.6-8 26l37.6 37.4-37.4 37.4c-3.4 3.2-5 6.6-4.8 10zM573 109.8c-60 0-124 12.2-170.8 32.4-5 2-8 6-8.6 11.6-0.6 5.4 0.8 12.4 4.4 21.6 3 7.4 10.6 27.2 25.6 21.4 48-18.4 101.2-28.4 149.4-28.4 54.8 0 108 10.8 158 31.8 39.8 16.8 77.2 41.2 118 76.4 3 2.6 6.2 3.8 9.4 3.8 8 0 15.6-7.8 22.2-15.2 10.8-12.2 18.4-22.4 7.6-32.6-39-36.8-81.6-64.4-134.4-86.8-57.2-23.8-118.2-36-180.8-36zM896.4 851.2v0c-7.2-7.2-13.4-11.4-18.8-13s-10.4-0.4-14.2 3.4l-3.6 3.6c-37.2 37.2-80.6 66.4-128.8 86.8-50 21.2-103 31.8-157.6 31.8-54.8 0-107.8-10.8-157.6-31.8-48.2-20.4-91.6-49.6-128.8-86.8-38.8-38.8-68-82.2-86.8-128.8-18.4-45.6-24.4-79.8-26.4-91-0.2-1-0.4-1.8-0.4-2.4-2.6-13.2-14.8-14.2-32.2-11.4-7.2 1.2-29.4 4.6-27.4 20.4v0.4c5.8 37 16.2 73.2 30.8 107.6 23.4 55.4 57 105.2 99.8 148s92.6 76.2 148 99.8c57.4 24.2 118.4 36.6 181.2 36.6s123.8-12.4 181.2-36.6c55.4-23.4 105.2-57 148-99.8 0 0 2.4-2.4 3.8-3.8 4.4-5.4 8.6-14.4-10.2-33z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "500px", + "brand", + "social" + ], + "defaultCode": 60075, + "grid": 16 + }, + { + "id": 428, + "paths": [ + "M704 288c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96zM958.392 129.608c-87.478-87.476-229.306-87.476-316.786 0-35.578 35.578-56.684 80.146-63.322 126.392v0l-204.694 310.228c-27.506 1.41-54.776 8.416-79.966 21.016l-157.892-123.424c-36.55-28.574-89.342-22.102-117.912 14.448-28.572 36.55-22.102 89.342 14.448 117.912l155.934 121.892c-16.96 66.782 0.672 140.538 52.93 192.794 78.906 78.904 206.832 78.904 285.736 0 48.466-48.466 67.15-115.428 56.076-178.166l249.054-222.986c46.248-6.638 90.816-27.744 126.394-63.322 87.478-87.476 87.478-229.306 0-316.784zM384 902.698c-74.39 0-134.698-60.304-134.698-134.698 0-0.712 0.042-1.414 0.054-2.124l66.912 52.304c15.36 12.006 33.582 17.824 51.674 17.824 24.962 0 49.672-11.080 66.238-32.272 28.572-36.55 22.102-89.342-14.448-117.912l-63.5-49.636c8.962-1.878 18.248-2.88 27.768-2.88 74.392 0 134.698 60.304 134.698 134.698s-60.306 134.696-134.698 134.696zM800 448c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "steam", + "brand", + "social" + ], + "defaultCode": 60076, + "grid": 16 + }, + { + "id": 429, + "paths": [ + "M303.922 836.010c27.144 0 53.786-13.136 69.972-37.416 25.734-38.602 15.302-90.754-23.298-116.488l-66.074-44.048c11.308-3.080 23.194-4.756 35.478-4.756 74.392 0 134.696 60.304 134.696 134.698s-60.306 134.698-134.698 134.698c-72.404 0-131.444-57.132-134.548-128.774l71.954 47.968c14.322 9.548 30.506 14.118 46.518 14.118zM853.34 0c93.876 0 170.66 76.812 170.66 170.688v682.628c0 93.936-76.784 170.684-170.66 170.684h-682.652c-93.876 0-170.688-76.75-170.688-170.682v-203.028l121.334 80.888c-11.652 63.174 6.938 130.83 55.798 179.69 78.904 78.904 206.83 78.904 285.736 0 48.468-48.466 67.15-115.43 56.076-178.166l249.056-222.988c46.248-6.638 90.816-27.744 126.394-63.322 87.476-87.476 87.476-229.306 0-316.784-87.48-87.478-229.308-87.478-316.786 0-35.578 35.578-56.684 80.146-63.322 126.392v0l-204.694 310.23c-31.848 1.632-63.378 10.764-91.726 27.392l-217.866-145.244v-277.69c0-93.876 76.81-170.688 170.686-170.688h682.654zM896 288c0-88.366-71.634-160-160-160s-160 71.634-160 160 71.634 160 160 160 160-71.634 160-160zM640 288c0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96-96-42.98-96-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "steam", + "brand", + "social" + ], + "defaultCode": 60077, + "grid": 16 + }, + { + "id": 430, + "paths": [ + "M736 32l-224 192 288 192 224-192z", + "M512 224l-224-192-288 192 224 192z", + "M800 416l224 192-288 160-224-192z", + "M512 576l-288-160-224 192 288 160z", + "M728.156 845.57l-216.156-185.278-216.158 185.278-135.842-75.468v93.898l352 160 352-160v-93.898z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "dropbox", + "brand" + ], + "defaultCode": 60078, + "grid": 16 + }, + { + "id": 431, + "paths": [ + "M350.868 828.388c-60.274-15.060-93.856-62.97-93.962-134.064-0.032-22.726 1.612-33.62 7.286-48.236 13.908-35.834 50.728-62.872 99.176-72.822 24.11-4.95 31.536-10.266 31.536-22.572 0-3.862 2.872-15.36 6.378-25.552 15.932-46.306 45.43-84.91 76.948-100.702 32.99-16.526 49.642-20.254 89.548-20.040 56.674 0.304 84.952 12.598 124.496 54.128l21.75 22.842 19.484-6.742c94.3-32.636 188.306 22.916 195.888 115.756l2.072 25.398 18.57 6.65c53.032 19.004 77.96 58.904 73.442 117.556-2.958 38.358-20.89 68.98-49.3 84.184l-13.356 7.146-296.822 0.57c-228.094 0.44-300.6-0.368-313.134-3.5v0zM103.218 785.966c-36.176-9.086-74.506-42.854-92.48-81.47-10.196-21.906-10.738-25.128-10.738-63.88 0-36.864 0.87-42.778 8.988-61.080 17.11-38.582 49.894-66.46 91.030-77.408 8.684-2.312 16.842-6 18.128-8.196 1.29-2.198 2.722-14.164 3.182-26.592 2.866-77.196 50.79-145.214 117.708-167.056 36.154-11.8 83.572-12.898 122.896 3.726 12.47 5.274 11.068 6.404 37.438-30.14 15.594-21.612 45.108-44.49 70.9-58.18 27.838-14.776 56.792-21.584 91.412-21.494 96.768 0.252 180.166 64.22 211.004 161.848 9.854 31.192 9.362 39.926-2.26 40.184-5.072 0.112-19.604 3.064-32.292 6.558l-23.072 6.358-21.052-22.25c-59.362-62.734-156.238-76.294-238.592-33.396-32.9 17.138-59.34 41.746-79.31 73.81-14.236 22.858-32.39 65.504-32.39 76.094 0 7.51-5.754 11.264-30.332 19.782-76.094 26.376-120.508 87.282-120.476 165.218 0.010 28.368 6.922 63.074 16.52 82.956 3.618 7.494 5.634 14.622 4.484 15.836-2.946 3.106-97.608 2.060-110.696-1.228v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "onedrive", + "brand", + "skydrive" + ], + "defaultCode": 60079, + "grid": 16 + }, + { + "id": 432, + "paths": [ + "M512.008 12.642c-282.738 0-512.008 229.218-512.008 511.998 0 226.214 146.704 418.132 350.136 485.836 25.586 4.738 34.992-11.11 34.992-24.632 0-12.204-0.48-52.542-0.696-95.324-142.448 30.976-172.504-60.41-172.504-60.41-23.282-59.176-56.848-74.916-56.848-74.916-46.452-31.778 3.51-31.124 3.51-31.124 51.4 3.61 78.476 52.766 78.476 52.766 45.672 78.27 119.776 55.64 149.004 42.558 4.588-33.086 17.852-55.68 32.506-68.464-113.73-12.942-233.276-56.85-233.276-253.032 0-55.898 20.004-101.574 52.76-137.428-5.316-12.9-22.854-64.972 4.952-135.5 0 0 43.006-13.752 140.84 52.49 40.836-11.348 84.636-17.036 128.154-17.234 43.502 0.198 87.336 5.886 128.256 17.234 97.734-66.244 140.656-52.49 140.656-52.49 27.872 70.528 10.35 122.6 5.036 135.5 32.82 35.856 52.694 81.532 52.694 137.428 0 196.654-119.778 239.95-233.79 252.624 18.364 15.89 34.724 47.046 34.724 94.812 0 68.508-0.596 123.644-0.596 140.508 0 13.628 9.222 29.594 35.172 24.566 203.322-67.776 349.842-259.626 349.842-485.768 0-282.78-229.234-511.998-511.992-511.998z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "github", + "brand", + "octacat", + "social" + ], + "defaultCode": 60080, + "grid": 16 + }, + { + "id": 433, + "paths": [ + "M0 0v1024h1024v-1024h-1024zM832 832h-128v-512h-192v512h-320v-640h640v640z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "npm", + "brand" + ], + "defaultCode": 60081, + "grid": 16 + }, + { + "id": 434, + "paths": [ + "M512 106.6c-186.8 0-330.8 156.4-412.4 309.6-46 86.2-78.2 180.6-93 277.2-1.6 11-3.2 22-4.4 33.2-0.6 6-1.2 12-1.6 18-0.6 7.6-0.2 10 3.8 16.4 12 19.4 26.2 37.4 42.2 53.6 32.8 33.6 72.6 59.4 114.8 79.4 96.2 45.4 204.8 61.8 310.4 65.4 109 3.6 221-5.4 325.2-39.4 89-29 174.8-79.6 224.2-161.4 5.4-8.8 1.6-21.8 0.6-32-1.2-12.2-2.8-24.2-4.8-36.2-3.6-23.6-8.4-46.8-14.2-70-11.6-47.2-27.4-93.6-46.6-138.2-69.6-161.6-198.4-334-381.6-369.6-20.6-4-41.6-6-62.6-6zM518.4 890.2c-114.2 0-238.6-10.2-341.4-65.2-40-21.4-80.8-52.4-100-95-5.6-12.4-3.6-17.2-1-31.8 1.8-9.4 2.6-18.6 6.8-27.4 5.8-12.2 11.8-24.2 18-36.2 21-40.6 43.6-80.8 69.8-118.6 13-18.6 26.8-37 42.8-53 11.2-11.2 24.8-23.2 40.6-27 48.4-11.6 85.4 44.4 114.8 72.6 14.2 13.6 33.2 29 54.4 26.4 14.6-1.8 27.6-13.2 38-22.6 35.4-31.8 63.8-71.2 93.2-108.2 14.6-18.2 29-36.6 44.8-54 10.6-11.8 22.2-25.2 36.4-32.8 25.4-13.8 57.8 14.6 75.4 29.2 30 25 56.6 54.2 82 83.8 24.2 28.2 47.6 56.8 68.2 87.8 31.8 48 59.4 99.2 84.6 151 5.4 11.2 7.2 18.8 9.2 31.2 1.2 6.8 3.8 14.6 2.8 21.6-1.4 9.8-8.2 20.4-13.2 28.4-12 19-28.2 35.4-46 49.2-74.6 57.8-175.6 77-267.4 85.6-37.6 3.6-75.2 5-112.8 5z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "basecamp", + "brand" + ], + "defaultCode": 60082, + "grid": 16 + }, + { + "id": 435, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM448 768c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-512c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v512zM832 576c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-320c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v320z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "trello", + "brand" + ], + "defaultCode": 60083, + "grid": 16 + }, + { + "id": 436, + "paths": [ + "M128 511.992c0 148.026 88.322 275.968 216.43 336.578l-183.178-488.784c-21.308 46.508-33.252 97.982-33.252 152.206zM771.228 493.128c0-46.234-17.054-78.236-31.654-103.142-19.458-30.82-37.72-56.894-37.72-87.716 0-34.374 26.766-66.376 64.486-66.376 1.704 0 3.32 0.204 4.976 0.302-68.316-60.97-159.34-98.196-259.308-98.196-134.16 0-252.186 67.046-320.844 168.568 9.010 0.282 17.506 0.454 24.712 0.454 40.154 0 102.34-4.752 102.34-4.752 20.69-1.182 23.132 28.434 2.458 30.822 0 0-20.81 2.368-43.952 3.55l139.834 405.106 84.044-245.456-59.822-159.65c-20.688-1.184-40.278-3.55-40.278-3.55-20.702-1.192-18.272-32.002 2.438-30.822 0 0 63.4 4.752 101.134 4.752 40.146 0 102.35-4.752 102.35-4.752 20.702-1.182 23.14 28.434 2.446 30.822 0 0-20.834 2.372-43.948 3.55l138.78 402.018 38.312-124.632c16.58-51.75 29.216-88.9 29.216-120.9zM518.742 544.704l-115.226 326.058c34.416 9.858 70.794 15.238 108.488 15.238 44.716 0 87.604-7.518 127.518-21.2-1.018-1.602-1.974-3.304-2.75-5.154l-118.030-314.942zM848.962 332.572c1.652 11.91 2.588 24.686 2.588 38.458 0 37.93-7.292 80.596-29.202 133.95l-117.286 330.272c114.162-64.828 190.938-185.288 190.938-323.258 0-65.030-17.060-126.16-47.038-179.422zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wordpress", + "brand", + "social", + "cms" + ], + "defaultCode": 60084, + "grid": 16 + }, + { + "id": 437, + "paths": [ + "M266.004 276.678c32.832-32.844 86.002-32.844 118.804-0.032l7.826 7.868 101.104-101.156-7.874-7.88c-57.624-57.7-138.514-77.878-212.42-60.522-10.594-65.182-67.088-114.924-135.174-114.956-75.65 0-136.954 61.442-136.97 137.158 0 65.336 45.59 120 106.662 133.83-23.138 77.45-4.242 164.834 56.846 225.984l227.826 227.9 100.996-101.214-227.81-227.886c-32.682-32.722-32.742-86.126 0.184-119.094zM1022.712 137.158c0.016-75.762-61.318-137.158-136.984-137.158-69.234 0-126.478 51.444-135.682 118.238-77.074-22.664-163.784-3.496-224.64 57.408l-227.84 227.9 101.102 101.172 227.766-227.856c32.94-32.966 85.988-32.906 118.684-0.184 32.8 32.83 32.8 86.114-0.032 118.956l-7.794 7.836 101.010 101.248 7.858-7.928c60.458-60.566 79.678-146.756 57.612-223.638 67.15-8.834 118.94-66.364 118.94-135.994zM906.266 751.064c18.102-74.458-1.976-156.324-60.108-214.5l-227.49-227.992-101.102 101.122 227.52 228.012c32.94 32.996 32.864 86.096 0.184 118.848-32.802 32.814-86.004 32.814-118.836-0.030l-7.766-7.79-100.994 101.246 7.732 7.728c61.516 61.594 149.618 80.438 227.368 56.488 12.632 62.682 67.934 109.804 134.258 109.804 75.604 0 136.968-61.35 136.968-137.126 0-69.2-51.18-126.456-117.734-135.81zM612.344 528.684l-227.536 227.992c-32.71 32.768-86.034 32.828-118.944-0.124-32.818-32.904-32.832-86.098-0.044-118.97l7.808-7.774-101.086-101.124-7.734 7.712c-58.76 58.802-78.56 141.834-59.45 216.982-60.398 14.26-105.358 68.634-105.358 133.496-0.016 75.746 61.332 137.126 136.982 137.126 65.1-0.032 119.588-45.418 133.54-106.382 74.702 18.552 156.998-1.304 215.344-59.756l227.49-227.96-101.012-101.218z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "joomla", + "brand", + "cms" + ], + "defaultCode": 60085, + "grid": 16 + }, + { + "id": 438, + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM824.636 589.598c-36.798 142.716-165.358 242.402-312.63 242.402-147.282 0-275.85-99.686-312.654-242.42-6.232-24.158 8.352-48.886 32.512-55.124 3.71-0.958 7.528-1.446 11.338-1.446 20.624 0 38.628 13.972 43.788 33.976 26.512 102.748 119.042 174.51 225.014 174.51 105.978 0 198.502-71.76 225-174.51 5.152-20.006 23.15-33.982 43.766-33.982 3.822 0 7.65 0.49 11.376 1.456 11.692 3.016 21.526 10.418 27.668 20.842 6.142 10.416 7.854 22.596 4.822 34.296z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "ello", + "brand", + "social" + ], + "defaultCode": 60086, + "grid": 16 + }, + { + "id": 439, + "paths": [ + "M957.796 384h-57.406c-35.166 0-65.988-29.742-68.39-64v0c0.004-182.668-147.258-320-331.19-320h-167.824c-183.812 0-332.856 148-332.986 330.666v362.798c0 182.654 149.174 330.536 332.984 330.536h358.42c183.948 0 332.596-147.882 332.596-330.536v-234.382c0-36.502-29.44-75.082-66.204-75.082zM320 256h192c35.2 0 64 28.8 64 64s-28.8 64-64 64h-192c-35.2 0-64-28.8-64-64s28.8-64 64-64zM704 768h-384c-35.2 0-64-28.8-64-64s28.8-64 64-64h384c35.2 0 64 28.8 64 64s-28.8 64-64 64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "blogger", + "brand", + "social" + ], + "defaultCode": 60087, + "grid": 16 + }, + { + "id": 440, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM896 648c0 137-111.4 248-249.4 248h-268.8c-138 0-249.8-111-249.8-248v-272c0-137 111.8-248 249.8-248h125.8c138 0 248.4 103 248.4 240 1.8 25.6 25 48 51.2 48h43c27.6 0 49.6 29 49.6 56.4v175.6z", + "M704 640c0 35.2-28.8 64-64 64h-256c-35.2 0-64-28.8-64-64v0c0-35.2 28.8-64 64-64h256c35.2 0 64 28.8 64 64v0z", + "M576 384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v0c0-35.2 28.8-64 64-64h128c35.2 0 64 28.8 64 64v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "blogger", + "brand", + "social" + ], + "defaultCode": 60088, + "grid": 16 + }, + { + "id": 441, + "paths": [ + "M576.032 448l-0.002 234.184c0 59.418-0.77 93.656 5.53 110.5 6.25 16.754 21.918 34.146 38.99 44.202 22.684 13.588 48.542 20.376 77.708 20.376 51.854 0 82.478-6.848 133.742-40.54v153.944c-43.7 20.552-81.866 32.594-117.324 40.922-35.5 8.242-73.86 12.406-115.064 12.406-46.828 0-74.456-5.886-110.41-17.656-35.958-11.868-66.66-28.806-92.020-50.54-25.45-21.922-43.022-45.208-52.848-69.832-9.826-24.636-14.716-60.414-14.716-107.244v-359.1h-137.426v-145.006c40.208-13.042 85.164-31.788 113.78-56.152 28.754-24.45 51.766-53.706 69.106-87.944 17.392-34.146 29.348-77.712 35.872-130.516h165.084l-0.002 255.996h255.968v192h-255.968z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tumblr", + "brand", + "social" + ], + "defaultCode": 60089, + "grid": 16 + }, + { + "id": 442, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM731.8 824.6c-30.2 14.2-57.6 24.2-82 30-24.4 5.6-51 8.6-79.4 8.6-32.4 0-51.4-4-76.2-12.2s-46-19.8-63.6-34.8c-17.6-15.2-29.6-31.2-36.4-48.2s-10.2-41.6-10.2-74v-247.8h-96v-100c27.8-9 60-22 79.6-38.8 19.8-16.8 35.8-37 47.6-60.6 12-23.6 20.2-53.6 24.8-90h100.4v163.2h163.6v126.2h-163.4v181.2c0 41-0.6 64.6 3.8 76.2s15.2 23.6 27 30.4c15.6 9.4 33.6 14 53.6 14 35.8 0 71.4-11.6 106.8-34.8v111.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tumblr", + "brand", + "social" + ], + "defaultCode": 60090, + "grid": 16 + }, + { + "id": 443, + "paths": [ + "M568.2 589v0c112.6-197.6 298.6-520 349.6-589-22.4 15-56.8 22.6-88.4 29.8l-47.8-29.8c-38.4 71.6-180 303-270.2 451.2-91.4-151.4-199.6-326.2-270.2-451.2-56 12-79.2 12.6-135 0v0 0c0 0 0 0 0 0v0c110.8 166.8 288.2 484.6 348.6 589v0l-8.2 435 64.8-29.8v-0.8l64.8 30.6-8-435z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "yahoo", + "brand", + "social" + ], + "defaultCode": 60091, + "grid": 16 + }, + { + "id": 444, + "paths": [ + "M513.2 69.6c-181 0-352-23.8-513.2-69.6 0 361.8 0 933.2 0 1024 161.4-45.8 332.4-69.6 513.2-69.6 178.8 0 349.4 23.2 510.8 69.6 0-348.4 0-649.8 0-1024-161.4 46.4-331.8 69.6-510.8 69.6zM796.8 157l-6.2 9.8c-5.8 9.2-11 17-18.2 28-9.6 14.4-27.6 43-49.2 79.8-6 10.2-13.4 22.4-21 35.6-14.6 24.6-31 52.4-44 74.4-5.4 9.4-10.8 19-16.4 28.6-14.4 25-29.2 50.8-43.4 75.6-14.6 25.8-29 51.2-43.4 76.4v25.4c0 35.2 0.8 73.6 2 107.8 0.6 15.6 1.2 43.4 2 72.8 0.8 35 1.6 71.2 2.6 89.6l0.2 5.6v0.6l-6-1.6c-2.4-0.6-4.6-1.2-7-1.8-7.2-1.6-15-2.8-22.6-3.6-4.6-0.4-9.4-0.6-14.2-0.6 0 0 0 0 0 0s0 0 0 0c-4.8 0-9.6 0.2-14.2 0.6-7.6 0.8-15.4 2-22.6 3.6-2.4 0.6-4.8 1.2-7 1.8l-6 1.6v-0.6l0.2-5.6c0.8-18.2 1.8-54.6 2.6-89.6 0.6-29.4 1.4-57.2 2-72.8 1.4-34.4 2-72.6 2-107.8v-25.4c-14.4-25.4-28.8-50.6-43.4-76.4-14.2-25-29-50.6-43.2-75.6-5.6-9.6-11-19.2-16.4-28.6-12.8-22.2-29.4-50-44-74.4-7.8-13-15.2-25.4-21-35.6-21.6-36.8-39.6-65.2-49.2-79.8-7.2-11-12.4-18.8-18.2-28l-6.2-9.8 11.2 3.2c14.2 4 28.8 6 44.4 6s30.6-2 44.6-6l3.4-1 1.8 3c27.6 49.8 101.8 171.8 146.2 244.8 15.2 25.2 27.4 45 33.4 55.2 0 0 0 0 0-0.2 0 0 0 0 0 0.2 6-10 18.2-30 33.4-55.2 44.4-72.8 118.6-194.8 146.2-244.8l1.8-3 3.4 1c14 4 29 6 44.6 6s30.2-2 44.4-6l10.6-3.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "yahoo" + ], + "defaultCode": 60092, + "grid": 16 + }, + { + "id": 445, + "paths": [ + "M567.656 736.916c-81.944 38.118-158.158 37.716-209.34 34.020-61.052-4.41-110.158-21.124-131.742-35.732-13.3-9.006-31.384-5.522-40.39 7.782-9.004 13.302-5.52 31.386 7.782 40.39 34.698 23.486 96.068 40.954 160.162 45.58 10.866 0.784 22.798 1.278 35.646 1.278 55.782 0 126.626-5.316 202.42-40.57 14.564-6.778 20.878-24.074 14.104-38.64-6.776-14.566-24.076-20.872-38.642-14.108zM890.948 693.816c2.786-252.688 28.762-730.206-454.97-691.612-477.6 38.442-350.964 542.968-358.082 711.95-6.308 89.386-35.978 198.648-77.896 309.846h129.1c13.266-47.122 23.024-93.72 27.232-138.15 7.782 5.428 16.108 10.674 24.994 15.7 14.458 8.518 26.884 19.844 40.040 31.834 30.744 28.018 65.59 59.774 133.712 63.752 4.572 0.262 9.174 0.394 13.676 0.394 68.896 0 116.014-30.154 153.878-54.382 18.14-11.612 33.818-21.64 48.564-26.452 41.91-13.12 78.532-34.296 105.904-61.252 4.276-4.208 8.242-8.538 11.962-12.948 15.246 55.878 36.118 118.758 59.288 181.504h275.65c-66.174-102.224-134.436-202.374-133.052-330.184zM124.11 556.352c0-0.016 0-0.030-0.002-0.046-4.746-82.462 34.71-151.832 88.126-154.936 53.412-3.106 100.56 61.228 105.304 143.692 0 0.014 0.004 0.030 0.004 0.044 0.256 4.446 0.368 8.846 0.37 13.206-16.924 4.256-32.192 10.436-45.872 17.63-0.052-0.612-0.092-1.216-0.152-1.83 0-0.008 0-0.018 0-0.026-4.57-46.81-29.572-82.16-55.852-78.958-26.28 3.204-43.88 43.75-39.312 90.558 0 0.010 0.004 0.018 0.004 0.026 1.992 20.408 7.868 38.636 16.042 52.444-2.034 1.604-7.784 5.812-14.406 10.656-4.97 3.634-11.020 8.058-18.314 13.43-19.882-26.094-33.506-63.58-35.94-105.89zM665.26 760.178c-1.9 43.586-58.908 84.592-111.582 101.044l-0.296 0.096c-21.9 7.102-41.428 19.6-62.104 32.83-34.732 22.224-70.646 45.208-122.522 45.208-3.404 0-6.894-0.104-10.326-0.296-47.516-2.778-69.742-23.032-97.88-48.676-14.842-13.526-30.19-27.514-49.976-39.124l-0.424-0.244c-42.706-24.104-69.212-54.082-70.908-80.194-0.842-12.98 4.938-24.218 17.182-33.4 26.636-19.972 44.478-33.022 56.284-41.658 13.11-9.588 17.068-12.48 20-15.264 2.096-1.986 4.364-4.188 6.804-6.562 24.446-23.774 65.36-63.562 128.15-63.562 38.404 0 80.898 14.8 126.17 43.902 21.324 13.878 39.882 20.286 63.38 28.4 16.156 5.578 34.468 11.902 58.992 22.404l0.396 0.164c22.88 9.404 49.896 26.564 48.66 54.932zM652.646 657.806c-4.4-2.214-8.974-4.32-13.744-6.286-22.106-9.456-39.832-15.874-54.534-20.998 8.116-15.894 13.16-35.72 13.624-57.242 0-0.010 0-0.022 0-0.030 1.126-52.374-25.288-94.896-58.996-94.976-33.71-0.078-61.95 42.314-63.076 94.686 0 0.010 0 0.018 0 0.028-0.038 1.714-0.042 3.416-0.020 5.11-20.762-9.552-41.18-16.49-61.166-20.76-0.092-1.968-0.204-3.932-0.244-5.92 0-0.016 0-0.036 0-0.050-1.938-95.412 56.602-174.39 130.754-176.402 74.15-2.014 135.828 73.7 137.772 169.11 0 0.018 0 0.038 0 0.052 0.874 43.146-10.66 82.866-30.37 113.678z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "tux", + "brand", + "linux" + ], + "defaultCode": 60093, + "grid": 16 + }, + { + "id": 446, + "paths": [ + "M791.498 544.092c-1.294-129.682 105.758-191.876 110.542-194.966-60.152-88.020-153.85-100.078-187.242-101.472-79.742-8.074-155.596 46.948-196.066 46.948-40.368 0-102.818-45.754-168.952-44.552-86.916 1.292-167.058 50.538-211.812 128.38-90.304 156.698-23.126 388.84 64.89 515.926 43.008 62.204 94.292 132.076 161.626 129.58 64.842-2.588 89.362-41.958 167.756-41.958s100.428 41.958 169.050 40.67c69.774-1.296 113.982-63.398 156.692-125.796 49.39-72.168 69.726-142.038 70.924-145.626-1.548-0.706-136.060-52.236-137.408-207.134zM662.562 163.522c35.738-43.358 59.86-103.512 53.28-163.522-51.478 2.096-113.878 34.29-150.81 77.55-33.142 38.376-62.148 99.626-54.374 158.436 57.466 4.484 116.128-29.204 151.904-72.464z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "apple", + "brand" + ], + "defaultCode": 60094, + "grid": 16 + }, + { + "id": 447, + "paths": [ + "M569.226 778.256c-0.002-0.044-0.002-0.088-0.004-0.132 0.002 0.044 0.002 0.088 0.004 0.132z", + "M570.596 814.538c-0.012-0.234-0.022-0.466-0.032-0.702 0.010 0.234 0.020 0.466 0.032 0.702z", + "M569.814 796.312c-0.006-0.178-0.012-0.356-0.020-0.536 0.010 0.182 0.016 0.358 0.020 0.536z", + "M960 0h-896c-35.2 0-64 28.8-64 64v896c0 35.2 28.8 64 64 64h493.832c0.044 0 0.088 0.006 0.132 0.006 0.042 0 0.084-0.006 0.126-0.006h401.91c35.2 0 64-28.8 64-64v-896c0-35.2-28.8-64-64-64zM192 224c0-17.672 14.328-32 32-32s32 14.328 32 32v64c0 17.672-14.328 32-32 32s-32-14.328-32-32v-64zM960 960h-375.058c-6.7-42.082-10.906-85.476-13.388-127.604 0.006 0.116 0.010 0.228 0.018 0.344-19.696 2.146-39.578 3.26-59.572 3.26-133.65 0-262.382-48.656-362.484-137.006-14.906-13.156-16.326-35.906-3.168-50.812 13.158-14.904 35.906-16.326 50.814-3.168 86.936 76.728 198.748 118.986 314.838 118.986 19.086 0 38.052-1.166 56.816-3.416-2.192-118.194 6.876-211.914 7.026-213.404 0.898-8.996-2.050-17.952-8.118-24.654-6.066-6.702-14.682-10.526-23.724-10.526h-95.174c1.384-34.614 5.082-93.814 14.958-160.188 18.864-126.76 51.994-225.77 96.152-287.812h400.064v896z", + "M800 320c-17.674 0-32-14.328-32-32v-64c0-17.672 14.326-32 32-32s32 14.328 32 32v64c0 17.672-14.326 32-32 32z", + "M540.496 835.232c-3.646 0.192-7.298 0.336-10.956 0.454 3.658-0.116 7.31-0.264 10.956-0.454z", + "M512 836c4.692 0 9.374-0.074 14.050-0.196-4.676 0.122-9.358 0.196-14.050 0.196z", + "M539.074 763.202c0.784-0.044 1.568-0.084 2.352-0.132-0.782 0.048-1.568 0.088-2.352 0.132z", + "M525.084 763.8c1.074-0.030 2.146-0.072 3.218-0.11-1.072 0.038-2.144 0.082-3.218 0.11z", + "M877.65 648.182c-13.156-14.91-35.908-16.322-50.812-3.168-72.642 64.114-162.658 104.136-258.022 115.57 0.43 23.278 1.294 47.496 2.754 72.156 111.954-12.21 217.786-58.614 302.912-133.746 14.908-13.156 16.326-35.906 3.168-50.812z", + "M571.498 832.748c-4.606 0.5-9.222 0.936-13.848 1.322 4.626-0.384 9.244-0.822 13.848-1.322z", + "M555.488 834.242c-3.906 0.312-7.822 0.576-11.742 0.806 3.92-0.226 7.834-0.496 11.742-0.806z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "finder", + "brand", + "mac", + "os" + ], + "defaultCode": 60095, + "grid": 16 + }, + { + "id": 448, + "paths": [ + "M896 384c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-35.2-28.8-64-64-64zM128 384c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-35.2-28.802-64-64-64zM224 736c0 53.020 42.98 96 96 96v0 128c0 35.2 28.8 64 64 64s64-28.8 64-64v-128h128v128c0 35.2 28.8 64 64 64s64-28.8 64-64v-128c53.020 0 96-42.98 96-96v-352h-576v352z", + "M798.216 320.002c-9.716-87.884-59.004-163.792-129.62-209.646l32.024-64.046c7.904-15.806 1.496-35.028-14.31-42.932s-35.030-1.496-42.932 14.312l-32.142 64.286-8.35-3.316c-28.568-9.502-59.122-14.66-90.886-14.66-31.762 0-62.316 5.158-90.888 14.656l-8.348 3.316-32.142-64.282c-7.904-15.808-27.128-22.212-42.932-14.312-15.808 7.904-22.214 27.126-14.312 42.932l32.022 64.046c-70.616 45.852-119.904 121.762-129.622 209.644v32h574.222v-31.998h-1.784zM416 256c-17.674 0-32-14.328-32-32 0-17.648 14.288-31.958 31.93-31.996 0.032 0 0.062 0.002 0.094 0.002 0.018 0 0.036-0.002 0.052-0.002 17.638 0.042 31.924 14.35 31.924 31.996 0 17.672-14.326 32-32 32zM608 256c-17.674 0-32-14.328-32-32 0-17.646 14.286-31.954 31.924-31.996 0.016 0 0.034 0.002 0.050 0.002 0.032 0 0.064-0.002 0.096-0.002 17.64 0.038 31.93 14.348 31.93 31.996 0 17.672-14.326 32-32 32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "android", + "brand", + "os", + "mobile" + ], + "defaultCode": 60096, + "grid": 16 + }, + { + "id": 449, + "paths": [ + "M412.23 511.914c-47.708-24.518-94.086-36.958-137.88-36.958-5.956 0-11.952 0.18-17.948 0.708-55.88 4.624-106.922 19.368-139.75 30.828-8.708 3.198-17.634 6.576-26.83 10.306l-89.822 311.394c61.702-22.832 116.292-33.938 166.27-33.938 80.846 0 139.528 30.208 187.992 61.304 22.962-77.918 78.044-266.090 94.482-322.324-11.95-7.284-24.076-14.57-36.514-21.32zM528.348 591.070l-90.446 314.148c26.832 15.372 117.098 64.050 186.212 64.050 55.792 0 118.252-14.296 190.834-43.792l86.356-301.976c-58.632 18.922-114.876 28.52-167.464 28.52-95.95 0-163.114-31.098-205.492-60.95zM292.822 368.79c77.118 0.798 134.152 30.208 181.416 60.502l92.752-317.344c-19.546-11.196-70.806-39.094-107.858-48.6-24.386-5.684-50.020-8.616-77.204-8.616-51.796 0.976-108.388 13.946-172.888 39.8l-88.44 310.596c64.808-24.436 120.644-36.34 172.086-36.34 0.046 0.002 0.136 0.002 0.136 0.002zM1024 198.124c-58.814 22.832-116.208 34.466-171.028 34.466-91.686 0-159.292-31.802-203.094-62.366l-91.95 318.236c61.746 39.708 128.29 59.878 198.122 59.878 56.948 0 115.94-13.68 175.462-40.688l-0.182-2.222 3.734-0.886 88.936-306.418z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "windows", + "brand", + "os" + ], + "defaultCode": 60097, + "grid": 16 + }, + { + "id": 450, + "paths": [ + "M0.35 512l-0.35-312.074 384-52.144v364.218zM448 138.482l511.872-74.482v448h-511.872zM959.998 576l-0.126 448-511.872-72.016v-375.984zM384 943.836l-383.688-52.594-0.020-315.242h383.708z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "windows8", + "brand", + "os" + ], + "defaultCode": 60098, + "grid": 16 + }, + { + "id": 451, + "paths": [ + "M891.96 514.204c-18.086 0-35.348 3.52-51.064 9.856-10.506-114.358-110.29-204.060-232-204.060-29.786 0-58.682 5.63-84.318 15.164-9.96 3.702-12.578 7.52-12.578 14.916v402.714c0 7.766 6.24 14.234 14.124 14.996 0.336 0.034 363.536 0.21 365.89 0.21 72.904 0 131.986-56.816 131.986-126.894s-59.134-126.902-132.040-126.902zM400 768h32l16-224.22-16-223.78h-32l-16 223.78zM304 768h-32l-16-162.75 16-157.25h32l16 160zM144 768h32l16-128-16-128h-32l-16 128zM16 704h32l16-64-16-64h-32l-16 64z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "soundcloud", + "brand", + "social" + ], + "defaultCode": 60099, + "grid": 16 + }, + { + "id": 452, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM176 704h-32l-16-96 16-96h32l16 96-16 96zM304 704h-32l-16-128 16-128h32l16 128-16 128zM432 704h-32l-16-192 16-192h32l16 192-16 192zM825.2 704c-2 0-301.2-0.2-301.4-0.2-6.4-0.6-11.6-6.2-11.8-12.8v-345.2c0-6.4 2.2-9.6 10.4-12.8 21.2-8.2 45-13 69.6-13 100.2 0 182.4 76.8 191.2 175 13-5.4 27.2-8.4 42-8.4 60 0 108.8 48.8 108.8 108.8s-48.8 108.6-108.8 108.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "soundcloud", + "brand", + "social" + ], + "defaultCode": 60100, + "grid": 16 + }, + { + "id": 453, + "paths": [ + "M425.6 37.4c-1.6-1-3.4-1.8-5-2.6-1.8 0.4-3.4 0.6-5.2 1l10.2 1.6z", + "M36.8 421c-0.4 1.8-0.6 3.6-0.8 5.2 1 1.6 1.6 3.2 2.6 4.8l-1.8-10z", + "M986.8 602.6c0.4-1.8 0.6-3.6 1-5.4-1-1.6-1.6-3.2-2.6-4.8l1.6 10.2z", + "M592 983c1.6 1 3.4 1.8 5 2.6 1.8-0.4 3.6-0.6 5.4-0.8l-10.4-1.8z", + "M987.8 597.2c-0.4 1.8-0.6 3.6-1 5.4l-1.8-10.4c1 1.8 1.8 3.4 2.8 5 5.2-28.8 8-58.2 8-87.6 0-65.2-12.8-128.6-38-188.2-24.4-57.6-59.2-109.4-103.6-153.8s-96.2-79.2-153.6-103.6c-59.6-25.2-123-38-188.2-38-30.8 0-61.6 2.8-91.6 8.6 0 0-0.2 0-0.2 0 1.6 0.8 3.4 1.6 5 2.6l-10.2-1.6c1.8-0.4 3.4-0.6 5.2-1-41.2-21.8-87.4-33.6-134.2-33.6-76.4 0-148.4 29.8-202.4 83.8s-83.8 126-83.8 202.4c0 48.6 12.6 96.6 36 138.8 0.4-1.8 0.6-3.6 0.8-5.2l1.8 10.2c-1-1.6-1.8-3.2-2.6-4.8-4.8 27.4-7.2 55.4-7.2 83.4 0 65.2 12.8 128.6 38 188.2 24.4 57.6 59.2 109.2 103.6 153.6s96.2 79.2 153.8 103.6c59.6 25.2 123 38 188.2 38 28.4 0 56.8-2.6 84.6-7.6-1.6-1-3.2-1.8-5-2.6l10.4 1.8c-1.8 0.4-3.6 0.6-5.4 0.8 42.8 24.2 91.4 37.2 140.8 37.2 76.4 0 148.4-29.8 202.4-83.8s83.8-126 83.8-202.4c-0.2-48.6-12.8-96.6-36.4-139.2zM514.2 805.8c-171.8 0-248.6-84.4-248.6-147.8 0-32.4 24-55.2 57-55.2 73.6 0 54.4 105.6 191.6 105.6 70.2 0 109-38.2 109-77.2 0-23.4-11.6-49.4-57.8-60.8l-152.8-38.2c-123-30.8-145.4-97.4-145.4-160 0-129.8 122.2-178.6 237-178.6 105.8 0 230.4 58.4 230.4 136.4 0 33.4-29 52.8-62 52.8-62.8 0-51.2-86.8-177.6-86.8-62.8 0-97.4 28.4-97.4 69s49.6 53.6 92.6 63.4l113.2 25.2c123.8 27.6 155.2 100 155.2 168 0 105.4-81 184.2-244.4 184.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "skype", + "brand", + "social" + ], + "defaultCode": 60101, + "grid": 16 + }, + { + "id": 454, + "paths": [ + "M256 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM643.112 776.778c16.482-12.986 40.376-10.154 53.364 6.332s10.152 40.378-6.334 53.366c-45.896 36.158-115.822 59.524-178.142 59.524-62.322 0-132.248-23.366-178.144-59.522-16.486-12.99-19.32-36.882-6.332-53.368 12.99-16.482 36.882-19.318 53.366-6.332 26.422 20.818 78.722 43.222 131.11 43.222s104.688-22.404 131.112-43.222zM1024 512c0-70.692-57.308-128-128-128-48.116 0-89.992 26.57-111.852 65.82-65.792-35.994-145.952-59.246-233.28-64.608l76.382-171.526 146.194 42.2c13.152 37.342 48.718 64.114 90.556 64.114 53.020 0 96-42.98 96-96s-42.98-96-96-96c-36.56 0-68.342 20.442-84.554 50.514l-162.906-47.024c-18.224-5.258-37.538 3.722-45.252 21.052l-103.77 233.026c-85.138 5.996-163.262 29.022-227.636 64.236-21.864-39.25-63.766-65.804-111.882-65.804-70.692 0-128 57.308-128 128 0 52.312 31.402 97.254 76.372 117.102-8.070 24.028-12.372 49.104-12.372 74.898 0 176.73 200.576 320 448 320 247.422 0 448-143.27 448-320 0-25.792-4.3-50.862-12.368-74.886 44.97-19.85 76.368-64.802 76.368-117.114zM864 188c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zM64 512c0-35.29 28.71-64 64-64 25.508 0 47.572 15.004 57.846 36.646-33.448 25.366-61.166 54.626-81.666 86.738-23.524-9.47-40.18-32.512-40.18-59.384zM512 948c-205.45 0-372-109.242-372-244s166.55-244 372-244c205.45 0 372 109.242 372 244s-166.55 244-372 244zM919.82 571.384c-20.5-32.112-48.218-61.372-81.666-86.738 10.276-21.642 32.338-36.646 57.846-36.646 35.29 0 64 28.71 64 64 0 26.872-16.656 49.914-40.18 59.384z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "reddit", + "brand", + "social" + ], + "defaultCode": 60102, + "grid": 16 + }, + { + "id": 455, + "paths": [ + "M0 0v1024h1024v-1024h-1024zM544 584v216h-64v-216l-175-328h72.6l134.4 252 134.4-252h72.6l-175 328z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "hackernews", + "brand", + "ycombinator", + "yc", + "social" + ], + "defaultCode": 60103, + "grid": 16 + }, + { + "id": 456, + "paths": [ + "M966.8 233.6c0 3.2-1 6.2-3 9-2 2.6-4.2 4-6.8 4-20 2-36.4 8.4-49 19.2-12.8 10.8-25.8 31.8-39.2 62.4l-206.4 465.4c-1.4 4.4-5.2 6.4-11.4 6.4-4.8 0-8.6-2.2-11.4-6.4l-115.8-242-133.2 242c-2.8 4.4-6.4 6.4-11.4 6.4-6 0-9.8-2.2-11.8-6.4l-202.6-465.2c-12.6-28.8-26-49-40-60.4s-33.6-18.6-58.6-21.2c-2.2 0-4.2-1.2-6-3.4-2-2.2-2.8-4.8-2.8-7.8 0-7.6 2.2-11.4 6.4-11.4 18 0 37 0.8 56.8 2.4 18.4 1.6 35.6 2.4 51.8 2.4 16.4 0 36-0.8 58.4-2.4 23.4-1.6 44.2-2.4 62.4-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.4 11.2-4 11.2c-18 1.4-32.4 6-42.8 13.8s-15.6 18-15.6 30.8c0 6.4 2.2 14.6 6.4 24.2l167.4 378.4 95.2-179.6-88.6-185.8c-16-33.2-29-54.6-39.2-64.2s-25.8-15.4-46.6-17.6c-2 0-3.6-1.2-5.4-3.4s-2.6-4.8-2.6-7.8c0-7.6 1.8-11.4 5.6-11.4 18 0 34.6 0.8 49.8 2.4 14.6 1.6 30 2.4 46.6 2.4 16.2 0 33.2-0.8 51.4-2.4 18.6-1.6 37-2.4 55-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.2 11.2-4 11.2c-36.2 2.4-54.2 12.8-54.2 30.8 0 8 4.2 20.6 12.6 37.6l58.6 119 58.4-108.8c8-15.4 12.2-28.4 12.2-38.8 0-24.8-18-38-54.2-39.6-3.2 0-4.8-3.8-4.8-11.2 0-2.8 0.8-5.2 2.4-7.6s3.2-3.6 4.8-3.6c13 0 28.8 0.8 47.8 2.4 18 1.6 33 2.4 44.6 2.4 8.4 0 20.6-0.8 36.8-2 20.4-1.8 37.6-2.8 51.4-2.8 3.2 0 4.8 3.2 4.8 9.6 0 8.6-3 13-8.8 13-21 2.2-38 8-50.8 17.4s-28.8 30.8-48 64.4l-78.2 143.2 105.2 214.4 155.4-361.4c5.4-13.2 8-25.4 8-36.4 0-26.4-18-40.4-54.2-42.2-3.2 0-4.8-3.8-4.8-11.2 0-7.6 2.4-11.4 7.2-11.4 13.2 0 28.8 0.8 47 2.4 16.8 1.6 30.8 2.4 42 2.4 12 0 25.6-0.8 41.2-2.4 16.2-1.6 30.8-2.4 43.8-2.4 4 0 6 3.2 6 9.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "wikipedia", + "brand" + ], + "defaultCode": 60104, + "grid": 16 + }, + { + "id": 457, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 832h-128v-448h128v448zM320 320c-35.4 0-64-28.6-64-64s28.6-64 64-64c35.4 0 64 28.6 64 64s-28.6 64-64 64zM832 832h-128v-256c0-35.4-28.6-64-64-64s-64 28.6-64 64v256h-128v-448h128v79.4c26.4-36.2 66.8-79.4 112-79.4 79.6 0 144 71.6 144 160v288z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "linkedin", + "brand", + "social" + ], + "defaultCode": 60105, + "grid": 16 + }, + { + "id": 458, + "paths": [ + "M384 384h177.106v90.782h2.532c24.64-44.194 84.958-90.782 174.842-90.782 186.946 0 221.52 116.376 221.52 267.734v308.266h-184.61v-273.278c0-65.184-1.334-149.026-96.028-149.026-96.148 0-110.82 70.986-110.82 144.292v278.012h-184.542v-576z", + "M64 384h192v576h-192v-576z", + "M256 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "linkedin", + "brand", + "social" + ], + "defaultCode": 60106, + "grid": 16 + }, + { + "id": 459, + "paths": [ + "M451.6 766.2l-37.6-102c0 0-61 68-152.4 68-81 0-138.4-70.4-138.4-183 0-144.2 72.8-195.8 144.2-195.8 103.2 0 136 66.8 164.2 152.4l37.6 117.2c37.6 113.8 108 205.2 310.8 205.2 145.4 0 244-44.6 244-161.8 0-95-54-144.2-154.8-167.8l-75-16.4c-51.6-11.8-66.8-32.8-66.8-68 0-39.8 31.6-63.4 83.2-63.4 56.4 0 86.8 21.2 91.4 71.6l117.2-14c-9.4-105.6-82.2-149-201.8-149-105.6 0-208.8 39.8-208.8 167.8 0 79.8 38.8 130.2 136 153.6l79.8 18.8c59.8 14 79.8 38.8 79.8 72.8 0 43.4-42.2 61-122 61-118.4 0-167.8-62.2-195.8-147.8l-38.8-117.2c-49-152.6-127.6-208.8-283.6-208.8-172.4 0-264 109-264 294.4 0 178.2 91.4 274.4 255.8 274.4 132.4 0 195.8-62.2 195.8-62.2v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lastfm", + "brand", + "social" + ], + "defaultCode": 60107, + "grid": 16 + }, + { + "id": 460, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM746.6 760.8c-177.6 0-239.2-80-272-179.6l-32.8-102.6c-24.6-75-53.4-133.4-143.6-133.4-62.6 0-126.2 45.2-126.2 171.4 0 98.6 50.2 160.2 121.2 160.2 80 0 133.4-59.6 133.4-59.6l32.8 89.2c0 0-55.4 54.4-171.4 54.4-144 0-224-84-224-240 0-162.2 80-257.6 231-257.6 136.6 0 205.2 49.2 248.4 182.6l33.8 102.6c24.6 75 67.8 129.4 171.4 129.4 69.8 0 106.8-15.4 106.8-53.4 0-29.8-17.4-51.4-69.8-63.6l-69.8-16.4c-85.2-20.6-119-64.6-119-134.4 0-111.8 90.4-146.8 182.6-146.8 104.6 0 168.4 38 176.6 130.4l-102.6 12.4c-4.2-44.2-30.8-62.6-80-62.6-45.2 0-72.8 20.6-72.8 55.4 0 30.8 13.4 49.2 58.4 59.6l65.6 14.4c88.2 20.6 135.4 63.6 135.4 146.8 0 102.2-86.2 141.2-213.4 141.2z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "lastfm", + "brand", + "social" + ], + "defaultCode": 60108, + "grid": 16 + }, + { + "id": 461, + "paths": [ + "M0 0v1024h1024v-1024h-1024zM512 960v-448h-448v-448h448v448h448v448h-448z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "delicious", + "brand", + "social" + ], + "defaultCode": 60109, + "grid": 16 + }, + { + "id": 462, + "paths": [ + "M512 320c-35.2 0-64 28.8-64 64v256c0 105.8-86.2 192-192 192s-192-86.2-192-192v-128h128v128c0 35.2 28.8 64 64 64s64-28.8 64-64v-256c0-105.8 86.2-192 192-192s192 86.2 192 178v62l-82 24-46-24v-62c0-21.2-28.8-50-64-50z", + "M960 640c0 105.8-86.2 192-192 192s-192-86.2-192-206v-124l46 24 82-24v124c0 49.2 28.8 78 64 78s64-28.8 64-64v-128h128v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stumbleupon", + "brand", + "social" + ], + "defaultCode": 60110, + "grid": 16 + }, + { + "id": 463, + "paths": [ + "M852 0h-680c-94.6 0-172 77.4-172 172v680c0 94.6 77.4 172 172 172h680c94.6 0 172-77.4 172-172v-680c0-94.6-77.4-172-172-172zM512 320c-35.29 0-64 28.71-64 64v256c0 105.872-86.13 192-192 192s-192-86.128-192-192v-128h128v128c0 35.29 28.71 64 64 64s64-28.71 64-64v-256c0-105.87 86.13-192 192-192s192 86.13 192 178v62l-82 24-46-24v-62c0-21.29-28.71-50-64-50zM960 640c0 105.872-86.13 192-192 192s-192-86.128-192-206v-124l46 24 82-24v124c0 49.29 28.71 78 64 78s64-28.71 64-64v-128h128v128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stumbleupon", + "brand", + "social" + ], + "defaultCode": 60111, + "grid": 16 + }, + { + "id": 464, + "paths": [ + "M1024 640v384h-1024v-384h128v256h768v-256zM192 704h640v128h-640zM207.152 565.466l27.698-124.964 624.832 138.496-27.698 124.964zM279.658 308.558l54.092-116.006 580.032 270.464-54.092 116.006zM991.722 361.476l-77.922 101.55-507.746-389.608 56.336-73.418h58.244z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "stackoverflow", + "brand", + "social" + ], + "defaultCode": 60112, + "grid": 16 + }, + { + "id": 465, + "paths": [ + "M512 68.4c-245 0-443.6 198.6-443.6 443.6 0 188 117 348.4 282 413-3.8-35-7.4-89 1.6-127.2 8-34.6 52-220.4 52-220.4s-13.2-26.6-13.2-65.8c0-61.6 35.8-107.8 80.2-107.8 37.8 0 56.2 28.4 56.2 62.4 0 38-24.2 95-36.8 147.6-10.6 44.2 22 80.2 65.6 80.2 78.8 0 139.4-83.2 139.4-203.2 0-106.2-76.4-180.4-185.2-180.4-126.2 0-200.2 94.6-200.2 192.6 0 38.2 14.6 79 33 101.2 3.6 4.4 4.2 8.2 3 12.8-3.4 14-10.8 44.2-12.4 50.4-2 8.2-6.4 9.8-14.8 6-55.4-25.8-90-106.8-90-171.8 0-140 101.6-268.4 293-268.4 153.8 0 273.4 109.6 273.4 256.2 0 152.8-96.4 276-230.2 276-45 0-87.2-23.4-101.6-51 0 0-22.2 84.6-27.6 105.4-10 38.6-37 86.8-55.2 116.2 41.6 12.8 85.6 19.8 131.4 19.8 245 0 443.6-198.6 443.6-443.6 0-245.2-198.6-443.8-443.6-443.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pinterest", + "brand", + "social" + ], + "defaultCode": 60113, + "grid": 16 + }, + { + "id": 466, + "paths": [ + "M512 0c-282.4 0-512 229.6-512 512s229.6 512 512 512 512-229.6 512-512-229.6-512-512-512zM512 955.6c-45.8 0-89.8-7-131.4-19.8 18-29.4 45.2-77.8 55.2-116.2 5.4-20.8 27.6-105.4 27.6-105.4 14.4 27.6 56.8 51 101.6 51 133.8 0 230.2-123 230.2-276 0-146.6-119.6-256.2-273.4-256.2-191.4 0-293 128.6-293 268.4 0 65 34.6 146 90 171.8 8.4 4 12.8 2.2 14.8-6 1.4-6.2 9-36.2 12.4-50.4 1-4.4 0.6-8.4-3-12.8-18.4-22.2-33-63.2-33-101.2 0-97.8 74-192.6 200.2-192.6 109 0 185.2 74.2 185.2 180.4 0 120-60.6 203.2-139.4 203.2-43.6 0-76.2-36-65.6-80.2 12.6-52.8 36.8-109.6 36.8-147.6 0-34-18.2-62.4-56.2-62.4-44.6 0-80.2 46-80.2 107.8 0 39.2 13.2 65.8 13.2 65.8s-44 185.8-52 220.4c-9 38.4-5.4 92.2-1.6 127.2-165-64.4-282-224.8-282-412.8 0-245 198.6-443.6 443.6-443.6s443.6 198.6 443.6 443.6c0 245-198.6 443.6-443.6 443.6z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pinterest", + "brand", + "social" + ], + "defaultCode": 60114, + "grid": 16 + }, + { + "id": 467, + "paths": [ + "M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM312.6 666h-110.6c-6.6 0-11.6-3-14.4-7.6-3-4.8-3-10.8 0-17l117.6-207.6c0.2-0.2 0.2-0.4 0-0.6l-74.8-129.6c-3-6.2-3.6-12.2-0.6-17 2.8-4.6 8.4-7 15.2-7h110.8c17 0 25.4 11 30.8 20.8 0 0 75.6 132 76.2 132.8-4.4 8-119.6 211.4-119.6 211.4-6 10.4-14 21.4-30.6 21.4zM836.4 152.2l-245.2 433.6c-0.2 0.2-0.2 0.6 0 0.8l156.2 285.2c3 6.2 3.2 12.4 0.2 17.2-2.8 4.6-8 7-14.8 7h-110.6c-17 0-25.4-11.2-31-21 0 0-157-288-157.4-288.8 7.8-13.8 246.4-437 246.4-437 6-10.6 13.2-21 29.6-21h112.2c6.6 0 12 2.6 14.8 7 2.8 4.6 2.8 10.8-0.4 17z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "xing", + "brand", + "social" + ], + "defaultCode": 60115, + "grid": 16 + }, + { + "id": 468, + "paths": [ + "M155.6 202.2c-8.8 0-16.4 3.2-20.2 9.2-3.8 6.4-3.2 14.4 0.8 22.6l99.8 172.8c0.2 0.4 0.2 0.6 0 0.8l-156.8 277.2c-4 8.2-3.8 16.4 0 22.6 3.8 6 10.4 10 19.2 10h147.6c22 0 32.8-15 40.2-28.6 0 0 153.4-271.4 159.4-282-0.6-1-101.6-177-101.6-177-7.4-13-18.4-27.6-41.2-27.6h-147.2z", + "M776 0c-22 0-31.6 13.8-39.6 28.2 0 0-318.2 564.2-328.6 582.8 0.6 1 209.8 385 209.8 385 7.4 13 18.6 28.2 41.2 28.2h147.6c8.8 0 15.8-3.4 19.6-9.4 4-6.4 3.8-14.6-0.4-22.8l-208-380.6c-0.2-0.4-0.2-0.6 0-1l327-578.2c4-8.2 4.2-16.4 0.4-22.8-3.8-6-10.8-9.4-19.6-9.4h-149.4z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "xing", + "brand", + "social" + ], + "defaultCode": 60116, + "grid": 16 + }, + { + "id": 469, + "paths": [ + "M367.562 0c-243.358 0-367.562 140.162-367.562 401.856v0 549.034l238.39-238.628v-278.896c0-108.416 28.73-177.406 125.118-192.894v0c33.672-6.584 103.75-4.278 148.306-4.278v0 165.596c0 1.51 0.208 4.206 0.594 5.586v0c1.87 6.704 7.93 11.616 15.116 11.63v0c4.062 0.008 7.868-2.104 11.79-5.97v0l413.122-412.974-584.874-0.062zM785.61 311.746v278.89c0 108.414-28.736 177.414-125.116 192.894v0c-33.672 6.582-103.756 4.278-148.312 4.278v0-165.594c0-1.5-0.206-4.204-0.594-5.582v0c-1.864-6.712-7.922-11.622-15.112-11.63v0c-4.064-0.008-7.866 2.112-11.79 5.966v0l-413.124 412.966 584.874 0.066c243.354 0 367.564-140.168 367.564-401.852v0-549.028l-238.39 238.626z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "flattr", + "brand", + "donate", + "social" + ], + "defaultCode": 60117, + "grid": 16 + }, + { + "id": 470, + "paths": [ + "M851.564 90.090c-12.060-16.404-31.204-26.090-51.564-26.090h-608c-35.346 0-64 28.654-64 64v768c0 25.884 15.592 49.222 39.508 59.128 7.918 3.28 16.234 4.874 24.478 4.874 16.656 0 33.026-6.504 45.268-18.748l237.256-237.254h165.49c27.992 0 52.736-18.192 61.086-44.91l160-512c6.074-19.432 2.538-40.596-9.522-57zM672.948 320h-224.948c-35.346 0-64 28.654-64 64s28.654 64 64 64h184.948l-40 128h-144.948c-16.974 0-33.252 6.742-45.254 18.746l-146.746 146.744v-549.49h456.948l-40 128z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "foursquare", + "brand", + "social" + ], + "defaultCode": 60118, + "grid": 16 + }, + { + "id": 471, + "paths": [ + "M608.876 653.468c-17.282 17.426-2.668 49.128-2.668 49.128l130.090 217.218c0 0 21.36 28.64 39.864 28.64 18.59 0 36.954-15.27 36.954-15.27l102.844-147.008c0 0 10.36-18.546 10.598-34.792 0.372-23.106-34.454-29.434-34.454-29.434l-243.488-78.192c-0.002 0.004-23.858-6.328-39.74 9.71zM596.532 543.984c12.46 21.128 46.828 14.972 46.828 14.972l242.938-71.006c0 0 33.106-13.466 37.832-31.418 4.64-17.954-5.46-39.622-5.46-39.622l-116.098-136.752c0 0-10.062-17.292-30.938-19.032-23.016-1.958-37.18 25.898-37.18 25.898l-137.27 216.010c0 0.004-12.134 21.516-0.652 40.95zM481.754 459.768c28.608-7.044 33.148-48.604 33.148-48.604l-1.944-345.87c0 0-4.314-42.666-23.486-54.232-30.070-18.242-38.982-8.718-47.596-7.444l-201.696 74.944c0 0-19.754 6.536-30.042 23.018-14.69 23.352 14.928 57.544 14.928 57.544l209.644 285.756c0 0 20.69 21.396 47.044 14.888zM431.944 599.738c0.722-26.676-32.030-42.7-32.030-42.7l-216.796-109.524c0 0-32.126-13.246-47.722-4.016-11.95 7.060-22.536 19.84-23.572 31.134l-14.12 173.812c0 0-2.116 30.114 5.69 43.82 11.054 19.442 47.428 5.902 47.428 5.902l253.096-55.942c9.832-6.61 27.074-7.204 28.026-42.486zM494.88 693.542c-21.726-11.156-47.724 11.95-47.724 11.95l-169.468 186.566c0 0-21.144 28.528-15.768 46.050 5.066 16.418 13.454 24.578 25.318 30.328l170.192 53.726c0 0 20.634 4.286 36.258-0.242 22.18-6.43 18.094-41.152 18.094-41.152l3.848-252.602c-0.002 0.002-0.868-24.334-20.75-34.624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "yelp", + "brand", + "social" + ], + "defaultCode": 60119, + "grid": 16 + }, + { + "id": 472, + "paths": [ + "M930 308.6c-47.8 212.2-195.4 324.2-428 324.2h-77.4l-53.8 341.6h-64.8l-3.4 22c-2.2 14.6 9 27.6 23.6 27.6h165.6c19.6 0 36.2-14.2 39.4-33.6l1.6-8.4 31.2-197.8 2-10.8c3-19.4 19.8-33.6 39.4-33.6h24.6c160.4 0 286-65.2 322.8-253.6 13.8-71.6 8.6-132.4-22.8-177.6z", + "M831 77.2c-47.4-54-133.2-77.2-242.8-77.2h-318.2c-22.4 0-41.6 16.2-45 38.4l-132.6 840.4c-2.6 16.6 10.2 31.6 27 31.6h196.6l49.4-313-1.6 9.8c3.4-22.2 22.4-38.4 44.8-38.4h93.4c183.4 0 327-74.4 369-290 1.2-6.4 2.4-12.6 3.2-18.6 12.4-79.6 0-134-43.2-183z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "paypal", + "brand", + "donate" + ], + "defaultCode": 60120, + "grid": 16 + }, + { + "id": 473, + "paths": [ + "M258.278 446.542l-146.532-253.802c93.818-117.464 238.234-192.74 400.254-192.74 187.432 0 351.31 100.736 440.532 251h-417.77c-7.504-0.65-15.092-1-22.762-1-121.874 0-224.578 83.644-253.722 196.542zM695.306 325h293.46c22.74 57.93 35.234 121.004 35.234 187 0 280.826-226.1 508.804-506.186 511.926l209.394-362.678c29.48-42.378 46.792-93.826 46.792-149.248 0-73.17-30.164-139.42-78.694-187zM326 512c0-102.56 83.44-186 186-186s186 83.44 186 186c0 102.56-83.44 186-186 186s-186-83.44-186-186zM582.182 764.442l-146.578 253.878c-246.532-36.884-435.604-249.516-435.604-506.32 0-91.218 23.884-176.846 65.696-251.024l209.030 362.054c41.868 89.112 132.476 150.97 237.274 150.97 24.3 0 47.836-3.34 70.182-9.558z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "chrome", + "browser", + "internet", + "brand" + ], + "defaultCode": 60121, + "grid": 16 + }, + { + "id": 474, + "paths": [ + "M1022.526 334.14l-11.86 76.080c0 0-16.954-140.856-37.732-193.514-31.846-80.688-46.014-80.040-46.108-79.922 21.33 54.204 17.462 83.324 17.462 83.324s-37.792-102.998-137.712-135.768c-110.686-36.282-170.57-26.364-177.488-24.486-1.050-0.008-2.064-0.010-3.030-0.010 0.818 0.062 1.612 0.146 2.426 0.212-0.034 0.020-0.090 0.042-0.082 0.052 0.45 0.548 122.306 21.302 143.916 50.996 0 0-51.76 0-103.272 14.842-2.328 0.666 189.524 23.964 228.746 215.674 0 0-21.030-43.876-47.040-51.328 17.106 52.036 12.714 150.776-3.576 199.85-2.096 6.312-4.24-27.282-36.328-41.75 10.28 73.646-0.616 190.456-51.708 222.632-3.982 2.504 32.030-115.31 7.242-69.762-142.708 218.802-311.404 100.972-387.248 49.11 38.866 8.462 112.654-1.318 145.314-25.612 0.042-0.030 0.078-0.056 0.118-0.086 35.468-24.252 56.472-41.964 75.334-37.772 18.874 4.214 31.438-14.726 16.78-31.53-14.676-16.838-50.314-39.978-98.524-27.366-34 8.904-76.134 46.522-140.448 8.432-49.364-29.25-54.012-53.546-54.45-70.376 1.218-5.966 2.754-11.536 4.576-16.624 5.682-15.87 22.912-20.658 32.494-24.438 16.256 2.792 30.262 7.862 44.968 15.406 0.19-4.894 0.252-11.39-0.018-18.76 1.41-2.802 0.538-11.252-1.722-21.58-1.302-10.308-3.42-20.974-6.752-30.692 0.012-0.002 0.020-0.010 0.030-0.014 0.056-0.018 0.108-0.040 0.156-0.070 0.078-0.044 0.146-0.112 0.208-0.19 0.012-0.020 0.030-0.034 0.044-0.052 0.082-0.124 0.154-0.272 0.198-0.466 1.020-4.618 12.022-13.524 25.718-23.1 12.272-8.58 26.702-17.696 38.068-24.752 10.060-6.248 17.72-10.882 19.346-12.098 0.618-0.466 1.358-1.012 2.164-1.636 0.15-0.116 0.3-0.232 0.454-0.354 0.094-0.074 0.19-0.148 0.286-0.226 5.41-4.308 13.484-12.448 15.178-29.578 0.004-0.042 0.010-0.080 0.012-0.122 0.050-0.504 0.092-1.014 0.13-1.534 0.028-0.362 0.050-0.726 0.072-1.096 0.014-0.284 0.032-0.566 0.044-0.856 0.030-0.674 0.050-1.364 0.060-2.064 0-0.040 0.002-0.076 0.004-0.116 0.022-1.658-0.006-3.386-0.104-5.202-0.054-1.014-0.126-1.93-0.298-2.762-0.008-0.044-0.018-0.092-0.028-0.136-0.018-0.082-0.036-0.164-0.058-0.244-0.036-0.146-0.076-0.292-0.122-0.43-0.006-0.018-0.010-0.032-0.016-0.046-0.052-0.16-0.112-0.314-0.174-0.464-0.004-0.006-0.004-0.010-0.006-0.016-1.754-4.108-8.32-5.658-35.442-6.118-0.026-0.002-0.050-0.002-0.076-0.002v0c-11.066-0.188-25.538-0.194-44.502-0.118-33.25 0.134-51.628-32.504-57.494-45.132 8.040-44.46 31.276-76.142 69.45-97.626 0.722-0.406 0.58-0.742-0.274-0.978 7.464-4.514-90.246-0.124-135.186 57.036-39.888-9.914-74.654-9.246-104.616-2.214-5.754-0.162-12.924-0.88-21.434-2.652-19.924-18.056-48.448-51.402-49.976-91.208 0 0-0.092 0.072-0.252 0.204-0.020-0.382-0.056-0.76-0.072-1.142 0 0-60.716 46.664-51.628 173.882-0.022 2.036-0.064 3.986-0.12 5.874-16.432 22.288-24.586 41.020-25.192 45.156-14.56 29.644-29.334 74.254-41.356 141.98 0 0 8.408-26.666 25.284-56.866-12.412 38.022-22.164 97.156-16.436 185.856 0 0 1.514-19.666 6.874-47.994 4.186 55.010 22.518 122.924 68.858 202.788 88.948 153.32 225.67 230.74 376.792 242.616 26.836 2.212 54.050 2.264 81.424 0.186 2.516-0.178 5.032-0.364 7.55-0.574 30.964-2.174 62.134-6.852 93.238-14.366 425.172-102.798 378.942-616.198 378.942-616.198z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "firefox", + "browser", + "internet", + "brand" + ], + "defaultCode": 60122, + "grid": 16 + }, + { + "id": 475, + "paths": [ + "M734.202 628.83h236.050c1.82-16.37 2.548-33.098 2.548-50.196 0-80.224-21.534-155.468-59.124-220.266 38.88-103.308 37.492-190.988-14.556-243.39-49.496-49.28-182.29-41.28-332.412 25.198-11.104-0.84-22.318-1.272-33.638-1.272-206.048 0-378.926 141.794-426.708 332.85 64.638-82.754 132.638-142.754 223.478-186.448-8.26 7.74-56.454 55.652-64.56 63.764-239.548 239.478-315.090 552.306-233.806 633.604 61.786 61.774 173.758 51.342 302.376-11.648 59.806 30.458 127.5 47.63 199.218 47.63 193.134 0 356.804-124.316 416.090-297.448h-237.868c-32.734 60.382-96.748 101.48-170.218 101.48-73.468 0-137.484-41.098-170.216-101.48-14.55-27.274-22.914-58.554-22.914-91.656v-0.722h386.26zM348.302 512.804c5.456-97.11 86.2-174.584 184.766-174.584s179.312 77.472 184.766 174.584h-369.532zM896.966 163.808c33.526 33.88 32.688 96.214 4.012 174.022-49.136-74.908-120.518-133.936-204.792-167.64 90.106-38.638 163.406-43.756 200.78-6.382zM93.482 967.256c-42.782-42.796-29.884-132.618 25.23-240.832 34.308 96.27 101.156 177.090 187.336 229.154-95.43 43.318-173.536 50.674-212.566 11.678z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "IE", + "browser", + "internet-explorer", + "brand" + ], + "defaultCode": 60123, + "grid": 16 + }, + { + "id": 476, + "paths": [ + "M15.4 454.6c30-236.8 191.6-451.6 481.2-454.6 174.8 3.4 318.6 82.6 404.2 233.6 43 78.8 56.4 161.6 59.2 253v107.4h-642.6c3 265 390 256 556.6 139.2v215.8c-97.6 58.6-319 111-490.4 43.6-146-54.8-250-207.6-249.4-354.6-4.8-190.6 94.8-316.8 249.4-388.6-32.8 40.6-57.8 85.4-70.8 163h362.8c0 0 21.2-216.8-205.4-216.8-213.6 7.4-367.6 131.6-454.8 259v0z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "edge", + "browser", + "brand" + ], + "defaultCode": 60124, + "grid": 16 + }, + { + "id": 477, + "paths": [ + "M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM958.4 472.8l-1-10.6c0.2 3.6 0.6 7 1 10.6zM888.4 268.8l-7.2-10.8c2.4 3.6 4.8 7.2 7.2 10.8zM860.6 230.6l-4.4-5.4c1.6 1.8 3 3.6 4.4 5.4zM798.6 167.6l-5.4-4.4c2 1.6 3.6 3 5.4 4.4zM766 142.8l-10.8-7.2c3.6 2.4 7.2 4.8 10.8 7.2zM561.8 66.8l-10.8-1c3.6 0.2 7.2 0.6 10.8 1zM472.8 65.6l-10.8 1c3.6-0.2 7.2-0.6 10.8-1zM268.8 135.6l-10.8 7.2c3.6-2.4 7.2-4.8 10.8-7.2zM230.6 163.4l-5.2 4.2c1.8-1.4 3.4-2.8 5.2-4.2zM167.6 225.4l-4.4 5.4c1.6-1.8 3-3.6 4.4-5.4zM142.8 258l-7.2 10.8c2.4-3.6 4.8-7.2 7.2-10.8zM66.8 462.2l-1 10.8c0.2-3.6 0.6-7.2 1-10.8zM65.6 551.2l1 10.8c-0.2-3.6-0.6-7.2-1-10.8zM135.6 755l7.2 10.8c-2.4-3.4-4.8-7-7.2-10.8zM144 767.6l79.8-53.4-8.8-13.4-79.8 53.4c-36.2-56.2-60-120.8-68-190.4l47.8-4.8-1.6-16-47.8 4.8c-0.8-9.2-1.2-18.6-1.4-28h96v-16h-96c0.2-9.4 0.6-18.6 1.4-28l47.8 4.6 1.6-16-47.8-4.6c8-69.6 32-134.2 68.2-190.4l79.8 53.4 8.8-13.4-80-53c5.4-7.6 10.8-15.2 16.6-22.4l37 30.4 10.2-12.4-37-30.4c6-7.2 12.4-14 18.8-20.8l67.8 67.8 11.4-11.4-67.8-67.8c6.8-6.4 13.6-12.8 20.6-18.8l30.4 37.2 12.4-10.2-30.4-37c7.4-5.8 14.8-11.4 22.4-16.8l53.4 79.8 13.4-8.8-53.4-79.8c56.2-36.2 120.8-60 190.4-68l4.8 47.8 16-1.6-4.8-47.8c9.2-0.8 18.6-1.2 28-1.4v96h16v-96c9.4 0.2 18.6 0.6 28 1.4l-4.6 47.8 16 1.6 4.6-47.8c69.6 8 134.2 32 190.4 68.2l-53.4 79.8 13.4 8.8 53.4-79.8c7.6 5.4 15.2 10.8 22.4 16.6l-30.4 37 12.4 10.2 30.4-37c7.2 6 14 12.4 20.8 18.8l-25.6 25-350 233.4-233.4 350-25 25c-6.4-6.8-12.8-13.6-18.8-20.6l37-30.4-10.2-12.4-37 30.4c-5.8-7.2-11.2-14.8-16.6-22.4zM167.6 798.6c-1.4-1.8-2.8-3.4-4.2-5.2l4.2 5.2zM225.4 856.4l5.2 4.2c-1.8-1.4-3.4-2.8-5.2-4.2zM258 881l10.8 7.2c-3.6-2.2-7.2-4.6-10.8-7.2zM462.2 957.2l10.8 1c-3.6-0.2-7.2-0.6-10.8-1zM551.2 958.4l10.6-1c-3.6 0.2-7 0.6-10.6 1zM755.2 888.4l10.8-7.2c-3.6 2.4-7.2 4.8-10.8 7.2zM793.4 860.6l5.4-4.4c-1.8 1.6-3.6 3-5.4 4.4zM828.4 829.2l0.8-0.8c-0.2 0.2-0.6 0.6-0.8 0.8zM856.4 798.6l4.4-5.4c-1.6 1.8-3 3.6-4.4 5.4zM863.4 790l-37-30.4-10.2 12.4 37 30.4c-6 7.2-12.4 14-18.8 20.8l-67.8-67.8-11.4 11.4 67.8 67.8c-6.8 6.4-13.6 12.8-20.6 18.8l-30.4-37.2-12.4 10.2 30.4 37c-7.4 5.8-14.8 11.4-22.4 16.8l-53.4-79.8-13.4 8.8 53.4 79.8c-56.2 36.2-120.8 60-190.4 68l-4.8-47.8-16 1.6 4.8 47.8c-9.2 0.8-18.6 1.2-28 1.4v-96h-16v96c-9.4-0.2-18.6-0.6-28-1.4l4.6-47.8-16-1.6-4.6 47.8c-69.6-8-134.2-32-190.4-68.2l53.4-79.8-13.4-8.8-53 79.8c-7.6-5.4-15.2-10.8-22.4-16.6l30.4-37-12.4-10.2-30.4 37c-7.2-6-14-12.4-20.8-18.8l25.2-25 350-233.4 233.4-350 25-25c6.4 6.8 12.8 13.6 18.8 20.6l-37 30.4 10.2 12.4 37-30.4c5.8 7.4 11.4 14.8 16.8 22.4l-79.8 53.4 8.8 13.4 79.8-53.4c36.2 56.2 60 120.8 68 190.4l-47.8 4.8 1.6 16 47.8-4.8c0.8 9.2 1.2 18.6 1.4 28h-96v16h96c-0.2 9.4-0.6 18.6-1.4 28l-47.8-4.6-1.6 16 47.8 4.6c-8 69.6-32 134.2-68.2 190.4l-79.8-53.4-8.8 13.4 79.8 53.4c-5.2 7.2-10.8 14.6-16.6 22zM958.4 551c-0.4 3.6-0.6 7.2-1 10.8l1-10.8zM888.4 755.2c-2.4 3.6-4.8 7.2-7.2 10.8l7.2-10.8z", + "M432.535 71.075l18.73 94.157-15.693 3.122-18.73-94.157 15.693-3.122z", + "M591.656 952.95l-18.73-94.157 15.693-3.122 18.73 94.157-15.693 3.122z", + "M389.628 80.89l13.939 45.931-15.31 4.646-13.939-45.931 15.31-4.646z", + "M634.434 942.887l-13.939-45.931 15.31-4.646 13.939 45.931-15.31 4.646z", + "M348.014 95.099l36.739 88.694-14.782 6.123-36.739-88.694 14.782-6.123z", + "M676.123 928.965l-36.739-88.694 14.782-6.123 36.739 88.694-14.782 6.123z", + "M293.62 120.659l14.11-7.544 22.632 42.331-14.11 7.544-22.632-42.331z", + "M730.101 903.289l-14.11 7.544-22.632-42.331 14.11-7.544 22.632 42.331z", + "M120.601 293.826l42.336 22.622-7.541 14.112-42.336-22.622 7.541-14.112z", + "M903.244 730.195l-42.336-22.622 7.541-14.112 42.336 22.622-7.541 14.112z", + "M183.811 384.623l-88.694-36.739 6.123-14.782 88.694 36.739-6.123 14.782z", + "M840.32 639.301l88.694 36.739-6.123 14.782-88.694-36.739 6.123-14.782z", + "M85.543 374.387l45.936 13.93-4.643 15.312-45.936-13.93 4.643-15.312z", + "M938.308 649.667l-45.936-13.93 4.643-15.312 45.936 13.93-4.643 15.312z", + "M74.069 416.782l94.157 18.73-3.122 15.693-94.157-18.73 3.122-15.693z", + "M949.741 607.243l-94.157-18.73 3.122-15.693 94.157 18.73-3.122 15.693z", + "M70.965 591.548l94.157-18.73 3.122 15.693-94.157 18.73-3.122-15.693z", + "M952.842 432.427l-94.157 18.73-3.122-15.693 94.157-18.73 3.122 15.693z", + "M80.974 634.514l45.931-13.939 4.646 15.31-45.931 13.939-4.646-15.31z", + "M942.969 389.707l-45.931 13.939-4.646-15.31 45.931-13.939 4.646 15.31z", + "M101.142 690.912l-6.123-14.782 88.694-36.739 6.123 14.782-88.694 36.739z", + "M922.794 333.231l6.122 14.782-88.694 36.73-6.122-14.782 88.694-36.73z", + "M120.824 730.267l-7.544-14.11 42.331-22.632 7.544 14.11-42.331 22.632z", + "M903.455 293.785l7.544 14.11-42.331 22.632-7.544-14.11 42.331-22.632z", + "M307.878 910.846l-14.11-7.542 22.627-42.331 14.11 7.542-22.627 42.331z", + "M716.073 113.074l14.112 7.541-22.622 42.336-14.112-7.541 22.622-42.336z", + "M333.267 922.799l36.739-88.694 14.782 6.123-36.739 88.694-14.782-6.123z", + "M690.884 101.11l-36.739 88.694-14.782-6.123 36.739-88.694 14.782 6.123z", + "M389.634 943.028l-15.31-4.645 13.934-45.931 15.31 4.645-13.934 45.931z", + "M634.349 80.882l15.312 4.642-13.925 45.936-15.312-4.642 13.925-45.936z", + "M432.472 952.839l-15.693-3.122 18.73-94.157 15.693 3.122-18.73 94.157z", + "M591.536 70.969l15.693 3.122-18.73 94.157-15.693-3.122 18.73-94.157z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "safari", + "browser", + "internet", + "brand" + ], + "defaultCode": 60125, + "grid": 16 + }, + { + "id": 478, + "paths": [ + "M1024 512v0 0c0 151.6-66 288-170.8 381.6-131.4 64-253.8 19.2-294.2-8.8 129-28.2 226.4-184.2 226.4-372.8s-97.4-344.6-226.4-373c40.6-28 163-72.8 294.2-8.8 104.8 93.8 170.8 230.2 170.8 381.8v0 0z", + "M343.4 223.4c-56.6 66.8-93.2 165.6-95.6 276.6 0 0.2 0 23.8 0 24.2 2.4 110.8 39.2 209.6 95.8 276.4 73.4 95.4 182.6 155.8 304.6 155.8 75 0 145.2-22.8 205.2-62.6-90.8 81-210.4 130.2-341.4 130.2-8.2 0-16.4-0.2-24.4-0.6-271.4-12.8-487.6-236.8-487.6-511.4 0-282.8 229.2-512 512-512 0.6 0 1.2 0 2 0 130.4 0.4 249.2 49.6 339.4 130.4-60-39.8-130.2-62.8-205.2-62.8-122 0-231.2 60.4-304.8 155.8z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "opera", + "browser", + "internet", + "brand" + ], + "defaultCode": 60126, + "grid": 16 + }, + { + "id": 479, + "paths": [ + "M842.012 589.48c-13.648-13.446-43.914-20.566-89.972-21.172-31.178-0.344-68.702 2.402-108.17 7.928-17.674-10.198-35.892-21.294-50.188-34.658-38.462-35.916-70.568-85.772-90.576-140.594 1.304-5.12 2.414-9.62 3.448-14.212 0 0 21.666-123.060 15.932-164.666-0.792-5.706-1.276-7.362-2.808-11.796l-1.882-4.834c-5.894-13.592-17.448-27.994-35.564-27.208l-10.916-0.344c-20.202 0-36.664 10.332-40.986 25.774-13.138 48.434 0.418 120.892 24.98 214.738l-6.288 15.286c-17.588 42.876-39.63 86.060-59.078 124.158l-2.528 4.954c-20.46 40.040-39.026 74.028-55.856 102.822l-17.376 9.188c-1.264 0.668-31.044 16.418-38.028 20.644-59.256 35.38-98.524 75.542-105.038 107.416-2.072 10.17-0.53 23.186 10.014 29.212l16.806 8.458c7.292 3.652 14.978 5.502 22.854 5.502 42.206 0 91.202-52.572 158.698-170.366 77.93-25.37 166.652-46.458 244.412-58.090 59.258 33.368 132.142 56.544 178.142 56.544 8.168 0 15.212-0.78 20.932-2.294 8.822-2.336 16.258-7.368 20.792-14.194 8.926-13.432 10.734-31.932 8.312-50.876-0.72-5.622-5.21-12.574-10.068-17.32zM211.646 814.048c7.698-21.042 38.16-62.644 83.206-99.556 2.832-2.296 9.808-8.832 16.194-14.902-47.104 75.124-78.648 105.066-99.4 114.458zM478.434 199.686c13.566 0 21.284 34.194 21.924 66.254s-6.858 54.56-16.158 71.208c-7.702-24.648-11.426-63.5-11.426-88.904 0 0-0.566-48.558 5.66-48.558v0zM398.852 637.494c9.45-16.916 19.282-34.756 29.33-53.678 24.492-46.316 39.958-82.556 51.478-112.346 22.91 41.684 51.444 77.12 84.984 105.512 4.186 3.542 8.62 7.102 13.276 10.65-68.21 13.496-127.164 29.91-179.068 49.862v0zM828.902 633.652c-4.152 2.598-16.052 4.1-23.708 4.1-24.708 0-55.272-11.294-98.126-29.666 16.468-1.218 31.562-1.838 45.102-1.838 24.782 0 32.12-0.108 56.35 6.072 24.228 6.18 24.538 18.734 20.382 21.332v0z", + "M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-pdf", + "file", + "file-format" + ], + "defaultCode": 60127, + "grid": 16 + }, + { + "id": 480, + "paths": [ + "M690.22 471.682c-60.668-28.652-137.97-34.42-194.834 6.048 69.14-6.604 144.958 4.838 195.106 57.124 48-55.080 124.116-65.406 192.958-59.732-57.488-38.144-133.22-33.024-193.23-3.44v0zM665.646 605.75c-68.376-1.578-134.434 23.172-191.1 60.104-107.176-45.588-242.736-37.124-334.002 38.982 26.33-0.934 52.006-7.446 78.056-10.792 95.182-9.488 196.588 14.142 268.512 79.824 29.772-43.542 71.644-78.242 119.652-99.922 63.074-30.52 134.16-33.684 202.82-34.52-41.688-28.648-94.614-33.954-143.938-33.676z", + "M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-openoffice", + "file", + "file-format" + ], + "defaultCode": 60128, + "grid": 16 + }, + { + "id": 481, + "paths": [ + "M639.778 475.892h44.21l-51.012 226.178-66.324-318.010h-106.55l-77.114 318.010-57.816-318.010h-111.394l113.092 511.88h108.838l76.294-302.708 68.256 302.708h100.336l129.628-511.88h-170.446v91.832z", + "M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-word", + "file", + "file-format", + "word", + "docx" + ], + "defaultCode": 60129, + "grid": 16 + }, + { + "id": 482, + "paths": [ + "M743.028 384h-135.292l-95.732 141.032-95.742-141.032h-135.29l162.162 242.464-182.972 269.536h251.838v-91.576h-50.156l50.156-74.994 111.396 166.57h140.444l-182.976-269.536 162.164-242.464z", + "M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "file-excel", + "file", + "file-format", + "xlc" + ], + "defaultCode": 60130, + "grid": 16 + }, + { + "id": 483, + "paths": [ + "M534.626 22.628c-12.444-12.444-37.026-22.628-54.626-22.628h-384c-17.6 0-32 14.4-32 32v960c0 17.6 14.4 32 32 32h768c17.6 0 32-14.4 32-32v-576c0-17.6-10.182-42.182-22.626-54.626l-338.748-338.746zM832 960h-704v-896h351.158c2.916 0.48 8.408 2.754 10.81 4.478l337.556 337.554c1.722 2.402 3.996 7.894 4.476 10.81v543.158zM864 0h-192c-17.6 0-21.818 10.182-9.374 22.626l210.746 210.746c12.446 12.446 22.628 8.228 22.628-9.372v-192c0-17.6-14.4-32-32-32z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "libreoffice", + "file", + "file-format" + ], + "defaultCode": 60131, + "grid": 16 + }, + { + "id": 484, + "paths": [ + "M60.538 0l82.144 921.63 368.756 102.37 369.724-102.524 82.3-921.476h-902.924zM784.63 301.428h-432.54l10.302 115.75h411.968l-31.042 347.010-231.844 64.254-231.572-64.254-15.83-177.512h113.494l8.048 90.232 125.862 33.916 0.278-0.078 125.934-33.992 13.070-146.55h-391.74l-30.494-341.8h566.214l-10.108 113.024z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "html-five", + "w3c" + ], + "defaultCode": 60132, + "grid": 16 + }, + { + "id": 485, + "paths": [ + "M60.538 0l82.144 921.63 368.756 102.37 369.724-102.524 82.3-921.476h-902.924zM810.762 862.824l-297.226 82.376v0.466l-0.776-0.234-0.782 0.234v-0.466l-297.222-82.376-70.242-787.486h736.496l-70.248 787.486zM650.754 530.204l-13.070 146.552-126.21 34.070-125.862-33.916-8.050-90.234h-113.49l15.83 177.512 232.076 64.176 231.342-64.176 31.040-347.012h-411.966l-10.302-115.748h432.534l10.112-113.026h-566.218l30.498 341.802z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "html-five", + "w3c" + ], + "defaultCode": 60133, + "grid": 16 + }, + { + "id": 486, + "paths": [ + "M152.388 48.522l-34.36 171.926h699.748l-21.884 111.054h-700.188l-33.892 171.898h699.684l-39.018 196.064-282.012 93.422-244.4-93.422 16.728-85.042h-171.898l-40.896 206.352 404.226 154.704 466.006-154.704 153.768-772.252z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "css3", + "w3c" + ], + "defaultCode": 60134, + "grid": 16 + }, + { + "id": 487, + "paths": [ + "M1004.692 466.394l-447.096-447.080c-25.738-25.754-67.496-25.754-93.268 0l-103.882 103.876 78.17 78.17c12.532-5.996 26.564-9.36 41.384-9.36 53.020 0 96 42.98 96 96 0 14.82-3.364 28.854-9.362 41.386l127.976 127.974c12.532-5.996 26.566-9.36 41.386-9.36 53.020 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96c0-14.82 3.364-28.854 9.362-41.386l-127.976-127.974c-3.042 1.456-6.176 2.742-9.384 3.876v266.968c37.282 13.182 64 48.718 64 90.516 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-41.796 26.718-77.334 64-90.516v-266.968c-37.282-13.18-64-48.72-64-90.516 0-14.82 3.364-28.852 9.36-41.384l-78.17-78.17-295.892 295.876c-25.75 25.776-25.75 67.534 0 93.288l447.12 447.080c25.738 25.75 67.484 25.75 93.268 0l445.006-445.006c25.758-25.762 25.758-67.54-0.002-93.29z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "git", + "brand" + ], + "defaultCode": 60135, + "grid": 16 + }, + { + "id": 488, + "paths": [ + "M945.75 368.042l-448-298.666c-10.748-7.166-24.752-7.166-35.5 0l-448 298.666c-8.902 5.934-14.25 15.926-14.25 26.624v298.666c0 10.7 5.348 20.692 14.25 26.624l448 298.666c5.374 3.584 11.562 5.376 17.75 5.376s12.376-1.792 17.75-5.376l448-298.666c8.902-5.934 14.25-15.926 14.25-26.624v-298.666c0-10.698-5.348-20.69-14.25-26.624zM480 654.876l-166.312-110.876 166.312-110.874 166.312 110.874-166.312 110.876zM512 377.542v-221.75l358.31 238.876-166.31 110.874-192-128zM448 377.542l-192 128-166.312-110.874 358.312-238.876v221.75zM198.312 544l-134.312 89.542v-179.082l134.312 89.54zM256 582.458l192 128v221.748l-358.312-238.872 166.312-110.876zM512 710.458l192-128 166.312 110.876-358.312 238.874v-221.75zM761.688 544l134.312-89.54v179.084l-134.312-89.544z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "codepen", + "brand" + ], + "defaultCode": 60136, + "grid": 16 + }, + { + "id": 489, + "paths": [ + "M928 416c-28.428 0-53.958 12.366-71.536 32h-189.956l134.318-134.318c26.312 1.456 53.11-7.854 73.21-27.956 37.49-37.49 37.49-98.274 0-135.764s-98.274-37.49-135.766 0c-20.102 20.102-29.41 46.898-27.956 73.21l-134.314 134.318v-189.954c19.634-17.578 32-43.108 32-71.536 0-53.020-42.98-96-96-96s-96 42.98-96 96c0 28.428 12.366 53.958 32 71.536v189.954l-134.318-134.318c1.454-26.312-7.856-53.11-27.958-73.21-37.49-37.49-98.274-37.49-135.764 0-37.49 37.492-37.49 98.274 0 135.764 20.102 20.102 46.898 29.412 73.212 27.956l134.32 134.318h-189.956c-17.578-19.634-43.108-32-71.536-32-53.020 0-96 42.98-96 96s42.98 96 96 96c28.428 0 53.958-12.366 71.536-32h189.956l-134.318 134.318c-26.314-1.456-53.11 7.854-73.212 27.956-37.49 37.492-37.49 98.276 0 135.766 37.492 37.49 98.274 37.49 135.764 0 20.102-20.102 29.412-46.898 27.958-73.21l134.316-134.32v189.956c-19.634 17.576-32 43.108-32 71.536 0 53.020 42.98 96 96 96s96-42.98 96-96c0-28.428-12.366-53.958-32-71.536v-189.956l134.318 134.318c-1.456 26.312 7.854 53.11 27.956 73.21 37.492 37.49 98.276 37.49 135.766 0s37.49-98.274 0-135.766c-20.102-20.102-46.898-29.41-73.21-27.956l-134.32-134.316h189.956c17.576 19.634 43.108 32 71.536 32 53.020 0 96-42.98 96-96s-42.982-96-96.002-96z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "svg" + ], + "defaultCode": 60137, + "grid": 16 + }, + { + "id": 490, + "paths": [ + "M259.544 511.998c0-65.416 53.030-118.446 118.446-118.446s118.446 53.030 118.446 118.446c0 65.416-53.030 118.446-118.446 118.446s-118.446-53.030-118.446-118.446zM512.004 0c-282.774 0-512.004 229.232-512.004 512s229.226 512 512.004 512c282.764 0 511.996-229.23 511.996-512 0-282.768-229.23-512-511.996-512zM379.396 959.282c-153.956-89.574-257.468-256.324-257.468-447.282s103.512-357.708 257.462-447.282c154.010 89.562 257.59 256.288 257.59 447.282 0 190.988-103.58 357.718-257.584 447.282z" + ], + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "IcoMoon", + "icomoon", + "brand" + ], + "defaultCode": 60138, + "grid": 16 + } + ] + }, + { + "icons": [ + { + "paths": [ + "M406.752 830.88c-210.496 167.68-267.264 127.136-170.272-121.824-270.4 13.952-292.096-51.808-65.056-197.056-227.040-145.28-205.344-210.976 65.056-197.088-96.96-248.928-40.192-289.536 170.272-121.792 70.144-257.472 140.32-257.472 210.496 0 210.464-167.744 267.264-127.136 170.24 121.792 270.432-13.888 292.096 51.808 65.056 197.088 227.040 145.248 205.376 211.008-65.056 197.056 96.992 248.928 40.224 289.504-170.24 121.824-70.144 257.504-140.352 257.504-210.496 0z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "star" + ], + "grid": 16, + "id": 1 + }, + { + "paths": [ + "M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z" + ], + "tags": [ + "home", + "house" + ], + "defaultCode": 59650, + "grid": 16, + "attrs": [], + "id": 2 + }, + { + "paths": [ + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM96 512c0-229.75 186.25-416 416-416 109.574 0 209.232 42.386 283.534 111.628l-411.534 176.372-176.372 411.534c-69.242-74.302-111.628-173.96-111.628-283.534zM585.166 585.166l-256.082 109.75 109.75-256.082 146.332 146.332zM512 928c-109.574 0-209.234-42.386-283.532-111.628l411.532-176.372 176.372-411.532c69.242 74.298 111.628 173.958 111.628 283.532 0 229.75-186.25 416-416 416z" + ], + "tags": [ + "compass", + "direction", + "location" + ], + "defaultCode": 59722, + "grid": 16, + "attrs": [], + "id": 3 + }, + { + "paths": [ + "M448 304c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32z", + "M640 768h-256v-64h64v-192h-64v-64h192v256h64z", + "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z" + ], + "tags": [ + "info", + "information" + ], + "defaultCode": 59916, + "grid": 16, + "attrs": [], + "id": 4 + }, + { + "width": 1280, + "paths": [ + "M832 736l96 96 320-320-320-320-96 96 224 224z", + "M448 288l-96-96-320 320 320 320 96-96-224-224z", + "M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z" + ], + "tags": [ + "embed", + "code", + "html", + "xml" + ], + "defaultCode": 60032, + "grid": 16, + "attrs": [], + "id": 5 + }, + { + "paths": [ + "M448.544 297.664h125.888v-47.232h-125.888v47.232zM573.504 313.376h-124.96c0 0-205.6 202.656-205.6 401.344 0 210.528 215.424 227.264 215.424 227.264s64.256 10.656 104.224 0c0 0 218.432-25.6 218.432-226.24 0.032-200.704-207.52-402.368-207.52-402.368zM582.752 739.936c-5.056 10.24-11.872 18.816-20.576 25.664-8.672 6.88-18.816 12.032-30.368 15.488-1.472 0.448-3.072 0.608-4.576 0.992v34.944h-31.456v-30.848c-0.384 0.032-0.768 0.096-1.152 0.096-8.928 0-17.216-0.704-24.896-2.144-7.648-1.472-14.4-3.232-20.288-5.248-5.888-2.048-10.784-4.192-14.688-6.432-3.936-2.24-6.784-4.224-8.512-5.952-1.76-1.728-2.976-4.224-3.712-7.488-0.704-3.296-1.088-7.968-1.088-14.112 0-4.128 0.128-7.584 0.416-10.4s0.672-5.056 1.312-6.816c0.608-1.76 1.376-2.976 2.368-3.712 0.992-0.704 2.176-1.088 3.488-1.088 1.888 0 4.512 1.088 7.904 3.296s7.744 4.64 13.088 7.296c5.344 2.688 11.68 5.088 19.104 7.328 7.392 2.176 15.968 3.296 25.696 3.296 6.4 0 12.128-0.768 17.184-2.304s9.376-3.68 12.896-6.496c3.552-2.816 6.24-6.272 8.096-10.4 1.888-4.16 2.816-8.736 2.816-13.856 0-5.856-1.632-10.88-4.8-15.104-3.2-4.192-7.392-7.904-12.512-11.2-5.12-3.264-10.944-6.304-17.472-9.184s-13.28-5.92-20.192-9.088c-6.944-3.2-13.664-6.816-20.192-10.912-6.528-4.064-12.384-8.896-17.504-14.56s-9.28-12.384-12.512-20.096c-3.2-7.712-4.768-16.992-4.768-27.776 0-12.416 2.304-23.296 6.88-32.672 4.608-9.376 10.816-17.184 18.592-23.36 7.808-6.176 16.992-10.816 27.584-13.888 5.44-1.568 11.072-2.72 16.832-3.456v-33.12h31.456v33.088c1.28 0.16 2.528 0.096 3.776 0.288 6.112 0.928 11.872 2.176 17.184 3.776 5.312 1.568 10.048 3.36 14.176 5.344s6.88 3.616 8.192 4.96c1.376 1.312 2.24 2.432 2.752 3.36 0.448 0.928 0.8 2.176 1.184 3.712 0.32 1.536 0.576 3.456 0.672 5.824 0.128 2.304 0.192 5.216 0.192 8.672 0 3.872-0.128 7.168-0.32 9.856-0.192 2.656-0.512 4.864-0.992 6.592-0.448 1.76-1.12 3.008-1.984 3.808s-1.984 1.184-3.488 1.184c-1.44 0-3.808-0.896-7.008-2.752-3.2-1.888-7.136-3.872-11.744-6.048-4.672-2.176-10.048-4.16-16.192-5.984-6.176-1.792-12.896-2.656-20.192-2.656-5.76 0-10.752 0.672-15.008 2.080-4.288 1.376-7.84 3.328-10.72 5.76-2.848 2.464-4.992 5.44-6.368 8.864-1.408 3.424-2.080 7.104-2.080 10.944 0 5.76 1.568 10.72 4.672 14.912s7.328 7.936 12.608 11.2c5.248 3.296 11.232 6.336 17.92 9.184 6.656 2.88 13.44 5.92 20.384 9.088 6.944 3.232 13.696 6.848 20.384 10.912s12.64 8.928 17.824 14.592 9.376 12.32 12.576 19.968c3.2 7.68 4.8 16.672 4.8 27.104-0.032 13.504-2.592 25.408-7.648 35.68zM572.512 234.688l63.936-157.408c0 0-40.32 33.472-63.936 33.472s-61.024-32.48-61.024-32.48-40.32 32.48-63.936 32.48c-23.584 0-61.984-31.488-61.984-31.488l64.928 155.424h122.016z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "money bag", + "sack dollar", + "bag" + ], + "grid": 32, + "id": 6 + }, + { + "paths": [ + "M512 950.857c-9.143 0-18.286-3.429-25.143-10.286l-356.571-344c-4.571-4-130.286-118.857-130.286-256 0-167.429 102.286-267.429 273.143-267.429 100 0 193.714 78.857 238.857 123.429 45.143-44.571 138.857-123.429 238.857-123.429 170.857 0 273.143 100 273.143 267.429 0 137.143-125.714 252-130.857 257.143l-356 342.857c-6.857 6.857-16 10.286-25.143 10.286z" + ], + "width": 1024, + "attrs": [], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "heart" + ], + "defaultCode": 61444, + "grid": 14, + "id": 7 + }, + { + "paths": [ + "M361.376 794.656l-41.408-78.304c7.008-2.528 14.624-3.904 22.496-3.744 26.368 0.416 47.488 22.016 47.072 48.128-0.16 9.408-3.968 18.176-10.784 24.704-4.864 4.736-10.88 7.872-17.376 9.216zM1022.912 629.92l-307.776-529.44c-1.408-2.4-3.968-3.936-6.752-4.032-123.232-4.352-230.912 25.248-320.224 67.264l23.616 100.832-58.208-83.36c-27.328 14.528-52.768 29.984-76.032 45.792l206.944 464.864c7.872 20.16 11.552 40.8 11.232 61.92-1.152 72.864-61.312 131.36-134.56 131.36-0.704 0-1.408 0-2.112 0-29.504-0.448-57.056-12.256-77.6-33.28-20.544-20.992-31.584-48.672-31.136-77.92 0.768-49.824 42.080-89.568 92.544-88.96 41.76 0.64 75.2 34.848 74.528 76.224-0.256 16.768-7.104 32.448-19.264 44.128s-28.032 18.048-45.088 17.696l-8.288-0.128-48.416-91.52c-11.008 11.104-17.92 26.24-18.176 43.008-0.352 21.856 7.936 42.56 23.264 58.24 15.36 15.712 35.968 24.512 58.016 24.864 0.544 0 1.12 0 1.664 0 58.080 0 105.76-46.368 106.688-104.16 0.256-17.568-2.784-34.72-9.12-50.944l-210.72-473.408c-15.872-23.84-43.584-42.4-90.496-47.104-3.328-0.32-6.624-0.608-9.824-0.8-99.584-6.4-172.448 92.16-139.648 185.6 38.016 108.192 116.896 326.144 179.68 455.648 1.728 3.552 3.488 7.040 5.248 10.4 53.024 101.376 187.36 126.048 276.544 53.76 143.264-116.128 293.696-178.336 402.528-211.232-6.624-35.008-12.224-62.976-12.224-62.976 5.12 9.376 16.672 34.336 28.48 58.176 7.968-2.272 15.904-4.544 23.328-6.528-13.92-53.184-36.896-119.904-36.896-119.904 21.408 19.776 65.6 81.344 84.672 108.448 26.080-5.632 46.144-8.992 57.76-10.656 5.664-0.8 8.672-6.976 5.824-11.872z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "Map_Icon_Tatter" + ], + "id": 8 + }, + { + "paths": [ + "M824.32 686.816c0-77.664 54.208-140.608 121.088-140.608 4.96 0 9.792 0.448 14.592 1.12-0.416-14.784-1.344-29.664-3.136-44.64-33.248-276.768-215.968-502.752-444.864-502.688-228.864-0.064-411.584 225.92-444.832 502.656-1.792 15.36-2.784 30.56-3.168 45.696 6.624-1.312 13.408-2.144 20.352-2.144 66.88 0 121.12 62.944 121.12 140.608 0 55.904-28.192 104.032-68.896 126.688 78.272 124.032 213.568 208.448 375.424 210.496 162.912-2.080 298.912-87.52 376.992-212.832-38.464-23.552-64.672-70.336-64.672-124.352zM224 288c0-61.856 42.976-112 96-112s96 50.144 96 112c0 61.856-42.976 112-96 112s-96-50.144-96-112zM480 832c-88.352 0-160-85.952-160-192s71.616-192 160-192c88.384 0 160 85.952 160 192s-71.648 192-160 192zM704.128 448c-53.024 0-96-57.312-96-128s42.976-128 96-128c53.024 0 96 57.312 96 128s-42.976 128-96 128z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "Link's Awakening" + ], + "id": 9 + }, + { + "paths": [ + "M388.544 957.312c-46.24-13.792-89.728-35.424-128.672-63.488l29.696-36.64c8.096 3.712 16.992 5.888 26.464 5.888 35.296 0 64-28.768 64-64.096s-28.704-64.096-64-64.096-64 28.768-64 64.096c0 14.24 4.832 27.296 12.704 37.952l-30.048 37.056c-25.696-21.568-48.8-46.24-68.992-73.344 16.192-17.216 26.304-40.256 26.304-65.728 0-53.024-43.072-96.128-96-96.128s-96 43.104-96 96.128 43.072 96.128 96 96.128c15.968 0 30.784-4.288 44.032-11.232 24.576 32.96 53.28 62.368 85.312 87.584 0.512 0.576 0.832 1.248 1.44 1.76 0.832 0.672 1.76 1.024 2.688 1.504 44.768 34.496 95.488 61.12 149.92 77.376 1.504 0.448 3.072 0.672 4.576 0.672 6.912 0 13.28-4.512 15.328-11.456 2.56-8.48-2.272-17.408-10.752-19.936zM316 766.944c17.632 0 32 14.368 32 32.032 0 17.696-14.368 32.032-32 32.032s-32-14.368-32-32.032c0-17.664 14.368-32.032 32-32.032zM96 798.976c-35.296 0-64-28.768-64-64.096s28.704-64.096 64-64.096 64 28.768 64 64.096-28.672 64.096-64 64.096z", + "M928 638.752c-52.928 0-96 43.104-96 96.128 0 25.472 10.112 48.512 26.336 65.76-20.192 27.136-43.296 51.808-68.992 73.344l-30.048-37.056c7.872-10.656 12.704-23.712 12.704-37.952 0-35.328-28.704-64.096-64-64.096s-64 28.768-64 64.096 28.704 64.096 64 64.096c9.472 0 18.368-2.208 26.464-5.888l29.696 36.64c-38.944 28.064-82.432 49.728-128.672 63.488-8.48 2.528-13.312 11.456-10.752 19.936 2.048 6.944 8.416 11.456 15.328 11.456 1.504 0 3.040-0.224 4.576-0.672 54.464-16.224 105.184-42.88 149.984-77.408 0.896-0.48 1.824-0.8 2.624-1.472 0.608-0.48 0.896-1.184 1.408-1.728 32.032-25.248 60.768-54.656 85.344-87.616 13.248 6.912 28.096 11.232 44.032 11.232 52.928 0 96-43.104 96-96.128s-43.104-96.16-96.032-96.16zM708 831.040c-17.632 0-32-14.368-32-32.032s14.368-32.032 32-32.032 32 14.368 32 32.032c0 17.664-14.368 32.032-32 32.032zM928 798.976c-35.296 0-64-28.768-64-64.096s28.704-64.096 64-64.096 64 28.768 64 64.096-28.704 64.096-64 64.096z", + "M736.928 197.824c33.952 15.968 64.256 35.136 90.208 54.4 9.6 7.136 23.296 1.248 25.152-10.592l19.456-123.776c2.112-13.536-12.576-23.36-24.256-16.224l-111.68 68.128c-10.784 6.56-10.272 22.688 1.12 28.064z", + "M456.704 158.048c17.728-2.688 36.032-4.16 54.72-4.16 15.264 0 37.344 2.656 55.104 5.248 12.64 1.824 22.272-11.008 16.992-22.656l-57.408-126.304c-2.816-6.24-8.64-10.112-14.464-10.176-5.984-0.064-12 3.776-14.912 10.176l-57.024 125.376c-5.28 11.616 4.352 24.416 16.992 22.496z", + "M196.672 251.872c26.016-19.264 56.384-38.432 90.4-54.368 11.328-5.312 11.808-21.312 1.152-27.84l-111.872-68.192c-11.616-7.072-26.144 2.656-24.064 16.064l19.456 123.84c1.856 11.712 15.424 17.568 24.928 10.496z", + "M575.776 808.96c-8.928-27.872-14.784-52.384-18.816-73.568 79.808-9.408 241.44-54.624 328.384-236.864h39.616c52.96-1.792 99.040-44.096 99.040-99.104 0-37.664-29.248-80.128-64-80.128-31.2 0-5.44 64-5.44 64 0 20.128-7.008 27.872-26.56 27.872h-11.712c0 0-34.496-7.264-70.944-38.016-0.352-0.288-0.576-0.448-0.896-0.704-68.8-61.888-187.744-147.904-332.448-149.152-144.704 1.248-263.648 87.264-332.416 149.152-0.32 0.256-0.576 0.416-0.896 0.704-36.448 30.752-70.944 38.016-70.944 38.016h-11.744c-19.552 0-26.56-7.744-26.56-27.872 0 0 22.56-64-5.44-64-34.752 0-64 42.432-64 80.128 0 55.040 46.080 97.312 99.040 99.104h39.616c86.944 182.24 248.576 227.456 328.384 236.864-4.032 21.184-9.92 45.696-18.816 73.568-26.624 83.264-32.736 100.352-32.16 116.352-0.032 0.896 0 0.576 0 1.504 0 52.768 45.664 95.488 95.968 97.216 50.272-1.728 95.968-44.448 95.968-97.216 0-0.896 0.032-0.576 0-1.504 0.544-16-5.6-33.088-32.224-116.352zM186.304 452.224c30.432-30.656 88.32-81.984 163.264-117.504-20.096 22.656-36.096 49.344-45.568 79.776-3.264 10.432 2.592 21.536 13.024 24.8 1.952 0.608 3.936 0.896 5.888 0.896 8.448 0 16.256-5.44 18.912-13.92 23.296-74.88 91.712-125.216 170.24-125.216 78.272 0 146.624 50.112 170.080 124.736 3.296 10.4 14.432 16.256 24.832 12.928 10.432-3.264 16.256-14.4 12.96-24.832-9.472-30.112-25.376-56.544-45.312-79.008 74.816 35.488 132.608 86.752 163.008 117.376-24.352 55.616-79.392 113.216-147.936 153.088 12.928-18.336 23.264-38.848 30.24-61.216 3.264-10.432-2.592-21.536-13.024-24.8-10.496-3.296-21.536 2.624-24.8 13.024-21.696 69.696-82.56 117.536-154.144 123.936-5.344 0.288-10.656 0.736-16 0.736-5.504 0-10.976-0.448-16.448-0.736-71.232-6.496-131.904-54.080-153.728-123.424-3.296-10.368-14.336-16.16-24.832-12.928-10.432 3.264-16.256 14.4-12.96 24.832 6.944 22.080 17.248 42.336 30.048 60.448-68.416-39.904-123.392-97.44-147.744-152.992z", + "M333.728 479.296c0 10.94-8.868 19.808-19.808 19.808s-19.808-8.868-19.808-19.808c0-10.94 8.868-19.808 19.808-19.808s19.808 8.868 19.808 19.808z", + "M512 598.144c65.632 0 118.848-53.216 118.848-118.848s-53.216-118.848-118.848-118.848c-65.632 0-118.848 53.216-118.848 118.848s53.216 118.848 118.848 118.848zM512 439.68c21.888 0 39.616 17.728 39.616 39.616s-17.728 39.616-39.616 39.616c-21.888 0-39.616-17.728-39.616-39.616s17.728-39.616 39.616-39.616z", + "M729.888 479.296c0 10.94-8.868 19.808-19.808 19.808s-19.808-8.868-19.808-19.808c0-10.94 8.868-19.808 19.808-19.808s19.808 8.868 19.808 19.808z" + ], + "attrs": [ + {}, + {}, + {}, + {}, + {}, + {}, + {}, + {}, + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "Breath of the Wild" + ], + "id": 10 + }, + { + "paths": [ + "M598.623 657.426c6.473 6.473 6.473 16.969 0 23.442s-16.969 6.473-23.442 0c-6.473-6.473-6.473-16.969 0-23.442s16.969-6.473 23.442 0z", + "M461.106 629.137c12.947 12.947 12.947 33.937 0 46.884s-33.937 12.947-46.884-0c-12.947-12.947-12.947-33.937 0-46.884s33.937-12.947 46.884 0z", + "M427.942 861.257c12.947 12.947 12.947 33.937 0 46.884s-33.937 12.947-46.884 0c-12.947-12.947-12.947-33.937-0-46.884s33.937-12.947 46.884 0z", + "M949.024 74.976c-57.92-57.92-118.336-71.68-149.184-74.72-21.856-2.048-42.080 9.888-50.656 29.952l-46.88 109.344c-28.128-4.096-53.216 0.864-69.856 17.472-15.744 15.744-21.184 39.008-18.368 65.28l-44.896 44.896c-147.872-70.56-330.144-45.024-452.64 77.44-155.424 155.424-155.424 407.392 0 562.784 155.424 155.424 407.392 155.424 562.784 0 122.464-122.464 148-304.736 77.44-452.64l44.864-44.896c26.272 2.816 49.536-2.656 65.28-18.368 16.64-16.64 21.568-41.728 17.472-69.856l109.344-46.848c20.064-8.608 32.096-28.96 29.984-50.688-3.008-30.848-16.768-91.232-74.688-149.152zM612.672 292.672l32-32c6.24-6.24 16.384-6.24 22.624 0s6.24 16.384 0 22.624l-32 32c-3.104 3.136-7.2 4.704-11.296 4.704s-8.192-1.568-11.328-4.672c-6.24-6.272-6.24-16.384 0-22.656zM148.928 388.128c66.496-64.576 154.944-100.128 249.024-100.128 52.544 0 105.28 11.552 152.48 33.44 8.384 3.872 11.936 13.632 7.936 21.76s-14.080 11.584-22.4 7.712c-42.72-19.808-90.432-30.272-138.016-30.272-85.088 0-165.088 32.16-225.248 90.56-3.296 3.2-7.584 4.8-11.904 4.8s-8.608-1.6-11.872-4.768c-6.56-6.4-6.56-16.736 0-23.104zM632.448 860.544c-62.624 62.624-145.888 97.12-234.496 97.12-88.576 0-171.84-34.496-234.496-97.12-70.72-70.752-102.496-165.76-95.808-258.464 210.72 18.496 421.472-120.288 632.192-112 56.352 125.216 29.856 273.216-67.392 370.464zM840.768 304.32c-63.552-6.432-114.656-57.536-121.12-121.12l40.96-95.52c8.256 34.816 25.088 77.632 59.264 113.44 30.24 31.648 69.568 52.032 116.48 62.24zM988.672 236.864c-61.216-3.36-110.176-22.528-144.576-58.432-46.784-48.832-55.968-115.264-57.76-142.688 3.008-1.824 6.56-2.752 10.272-2.496 26.432 2.592 78.368 14.528 128.992 65.184s62.56 102.528 65.184 128.96c0.288 3.392-0.576 6.624-2.112 9.472z", + "M550.912 738.304c-25.888-25.888-67.904-25.888-93.792 0s-25.888 67.904 0 93.792 67.904 25.888 93.792 0 25.888-67.872 0-93.792zM527.456 808.672c-12.96 12.96-33.952 12.96-46.912 0s-12.96-33.952 0-46.912 33.952-12.96 46.912 0c12.928 12.96 12.928 33.952 0 46.912z" + ], + "attrs": [ + {}, + {}, + {}, + {}, + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "General_Bottle" + ], + "id": 11 + }, + { + "paths": [ + "M341.304 189.887c-325.9 104.211-35.316 290.617-35.316 621.693 0 531.864 237.316-102.736 313.778-101.983 270.862 2.621 200.067-229.093 200.067-229.093-121.606-385.982-381.494-321.674-478.53-290.617zM600.438 420.65c0 0 103.654-39.476 104.702 124.391 0 0-14.185 85.341-104.702 64.8-37.281-8.452-187.258 176.414-133.564 2.064 39.443-128.093-6.88-182.999 133.564-191.255zM441.681 159.125c-3.636-23.456-3.112-87.306 117.249-63.752 146.406 28.633 255.727 141.033 255.727 236.366 0 43.145-8.354 54.087-17.494 53.17-97.396-216.251-248.192-239.675-355.482-225.784zM618.62 96.127c15.103-13.759 315.875-284.163 186.406 147.913l-2.031-1.605c-32.433-60.377-99.624-117.151-184.375-146.308z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "secret-seashell" + ], + "id": 12 + }, + { + "paths": [ + "M479.648 419.296c-20.224-39.392-31.648-84.032-31.648-131.296 0-158.944 129.056-288 288-288s288 129.056 288 288c0 158.944-129.056 288-288 288-47.264 0-91.904-11.424-131.296-31.648l-68.512 79.648h1.92v128h-112.064l-15.936 18.528v189.472h-163.040l-55.072 64h-192v-192l479.648-412.704zM784 102.048c-15.328-3.936-31.424-6.048-48-6.048-105.952 0-192 86.048-192 192 0 16.576 2.112 32.672 6.048 48h137.952v137.952c15.328 3.936 31.424 6.048 48 6.048 105.952 0 192-86.048 192-192 0-16.576-2.112-32.672-6.048-48h-137.952v-137.952z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": [ + "key" + ], + "id": 13 + }, + { + "paths": [ + "M828.768 195.2c-174.944-174.944-458.624-174.944-633.568 0s-174.944 458.624 0 633.568 458.624 174.944 633.568 0 174.976-458.592 0-633.568zM308.352 760.896c-6.24 6.24-14.432 9.376-22.624 9.376-4.096 0-8.192-0.768-12.032-2.336s-7.456-3.904-10.592-7.040v0c-12.512-12.512-12.512-32.768 0-45.248 6.24-6.24 14.432-9.376 22.624-9.376s16.384 3.136 22.624 9.376c12.512 12.48 12.512 32.768 0 45.248zM512 864c-17.664 0-32-14.336-32-32s14.336-32 32-32c17.664 0 32 14.336 32 32s-14.336 32-32 32zM512 608c-6.624 0-13.088-0.672-19.36-1.952-43.744-8.96-76.64-47.648-76.64-94.048 0-53.024 42.976-96 96-96 46.4 0 85.088 32.896 94.048 76.64 1.28 6.272 1.952 12.736 1.952 19.36 0 53.024-42.976 96-96 96zM760.896 760.896c-6.24 6.24-14.432 9.376-22.624 9.376s-16.384-3.136-22.624-9.376c-12.512-12.512-12.512-32.768 0-45.248 6.24-6.24 14.432-9.376 22.624-9.376s16.384 3.136 22.624 9.376c12.512 12.48 12.512 32.768 0 45.248zM760.896 308.352c-6.24 6.24-14.432 9.376-22.624 9.376s-16.384-3.136-22.624-9.376c-12.512-12.512-12.512-32.768 0-45.248 6.24-6.24 14.432-9.376 22.624-9.376s16.384 3.136 22.624 9.376c12.512 12.48 12.512 32.736 0 45.248zM738.272 221.728c-17.088 0-33.152 6.656-45.248 18.752-24.96 24.96-24.96 65.568 0 90.496l-91.232 91.232c-23.008-23.008-54.784-37.248-89.792-37.248-70.048 0-127.040 56.992-127.040 127.040 0 35.008 14.24 66.784 37.248 89.792l-91.232 91.232c-12.096-12.096-28.16-18.752-45.248-18.752s-33.152 6.656-45.248 18.752c-24.96 24.96-24.96 65.568 0 90.496l-22.624 22.624c-162.208-162.208-162.208-426.112 0-588.32s426.112-162.208 588.32 0l-22.624 22.624c-12.096-12.064-28.192-18.72-45.28-18.72zM832 544c-17.664 0-32-14.336-32-32s14.336-32 32-32c17.664 0 32 14.336 32 32s-14.336 32-32 32zM512 128c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64zM512 224c-17.664 0-32-14.336-32-32s14.336-32 32-32c17.664 0 32 14.336 32 32s-14.336 32-32 32zM285.728 221.728c-17.088 0-33.152 6.656-45.248 18.752-24.96 24.96-24.96 65.568 0 90.496 12.096 12.096 28.16 18.752 45.248 18.752s33.152-6.656 45.248-18.752c24.96-24.96 24.96-65.568 0-90.496-12.096-12.096-28.16-18.752-45.248-18.752zM308.352 308.352c-6.24 6.24-14.432 9.376-22.624 9.376s-16.384-3.136-22.624-9.376c-12.512-12.512-12.512-32.768 0-45.248 6.24-6.24 14.432-9.376 22.624-9.376s16.384 3.136 22.624 9.376c12.512 12.48 12.512 32.736 0 45.248zM192 448c-35.296 0-64 28.704-64 64s28.704 64 64 64 64-28.704 64-64-28.704-64-64-64zM192 544c-17.664 0-32-14.336-32-32s14.336-32 32-32c17.664 0 32 14.336 32 32s-14.336 32-32 32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Armor" + ], + "defaultCode": 59648, + "grid": 0, + "attrs": [], + "id": 14 + }, + { + "paths": [ + "M320.608 699.68c30.528 40.064 56 89.344 44.608 108.16-11.072 18.88-68.064 4.224-115.008-35.488-47.264-40.064-53.312-89.344-25.824-108.16 27.84-18.848 65.408-4.224 96.224 35.488zM1024 192c-0.032 19.072-5.6 38.144-16.704 54.112-30.592 43.936-87.392 53.088-129.088 27.744l-89.952 89.952c126.624 237.6-43.424 627.424-243.136 656.448-16.384 2.368-33.408 3.744-49.12 3.744-198.656 0-339.84-156.16-339.84-156.16s-156.16-130.112-156.16-323.84c0-18.656 0.992-45.984 3.776-65.056 29.024-199.744 418.848-369.76 656.448-243.136l89.92-89.92c-25.472-41.696-16.32-98.56 27.648-129.152 15.968-11.136 35.104-16.736 54.208-16.736 18.752 0 37.536 5.344 53.312 16.128 18.24 12.416 30.624 29.312 37.152 47.808 1.152 3.264 2.816 6.208 4.448 9.184-33.024-4.16-62.976-13.888-62.976-13.888s29.472 26.336 66.208 45.76c18.176 9.952 38.048 17.792 54.208 22.304 6.784 1.856 12.576 3.072 17.536 3.904 2.016 2.432 4.096 4.704 5.92 7.36 10.848 15.872 16.224 34.656 16.192 53.44zM420.128 603.872c-110.624-110.624-245.152-155.456-300.448-100.16-55.328 55.328-10.464 189.824 100.16 300.448s245.152 155.456 300.448 100.16c55.328-55.296 10.464-189.824-100.16-300.448z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Beef" + ], + "defaultCode": 59649, + "grid": 0, + "attrs": [], + "id": 15 + }, + { + "paths": [ + "M925.518 414.281c-11.082-26.62-20.828-53.715-32.936-80.013-10.486-22.778-28.082-36.345-47.928-47.937-11.34-6.616-24.034-10.901-36.124-15.574-3.693-1.426-6.056-5.813-5.283-9.692 1.978-9.913 4.179-20.391 5.599-30.97 0.859-6.437-0.747-13.167-0.826-19.769-0.107-8.961-0.021-17.926 0.344-26.878 0.638-15.51-3.369-30.141-7.096-44.998-2.387-9.527-0.645-20.164-3.441-29.494-2.902-9.699 0.566-21.453-8.715-29.187-0.207-0.172-0.323-0.603-0.293-0.896 1.483-15.066-9.634-25.603-14.709-38.146-5.153-12.729-13.618-24.87-27.896-30.949-5.061-2.152-9.69-5.311-14.901-8.738-3.304-2.178-7.039-0.819-8.336 2.923-4.473 12.937-8.988 24.656-11.633 36.778-2.614 12.028-8.979 22.922-7.024 36.713 1.405 9.869-4.717 20.679-6.816 31.207-1.112 5.569-1.692 11.238-2.287 16.951-0.408 3.935-2.909 4.717-5.376 1.613-5.913-7.454-11.117-14.945-18.235-19.331-12.257-7.547-21.366-18.778-33.371-25.903-18.752-11.124-37.804-22.692-58.215-29.788-20.236-7.039-42.21-9.597-63.647-12.38-5.643-0.731-11.67 1.484-18.458 3.6-3.777 1.175-5.404 4.766-3.577 8.278 6.314 12.136 11.976 23.467 18.37 34.367 10.588 18.056 21.583 35.896 33.050 53.405 6.502 9.927 14.391 18.936 21.489 28.484 7.296 9.827 14.033 20.092 21.682 29.631 5.297 6.602 11.848 12.185 17.597 18.441 6.335 6.897 12.823 13.706 18.492 21.13 15.531 20.341 21.566 44.239 24.798 69.074 0.121 0.945 0.265 1.962 0.696 2.795 8.144 15.626-0.415 25.617-11.466 35.021-1.556 1.326-1.685 4.294-2.553 6.474-1.483 3.712-2.307 7.963-4.673 10.996-7.333 9.367-8.701 20.19-9.611 31.465-0.566 6.988-2.639 13.833-3.633 20.807-0.158 1.119-0.072 2.273 0.093 3.34 0.279 1.829-0.938 6.108-2.581 9.711-6.101 13.411-10.363 28.154-22.95 37.194-3.218 2.307-4.128 3.375-1.599 3.074s4.64-0.316 4.719-0.037-2.876 1.627-6.581 3.011c-0.559 0.207-1.126 0.415-1.692 0.629-3.712 1.384-5.003 2.967-2.888 3.542 2.113 0.574 0.81 2.108-2.925 3.434-3.319 1.175-6.516 2.307-9.783 3.47-3.735 1.318-5.332 3.104-3.577 3.977 1.757 0.875 0.43 2.273-2.953 3.125s-5.748 2.416-5.276 3.477c0.474 1.061-2.294 2.537-6.164 3.355-6.967 1.469-13.947 2.988-21.016 3.633-2.286 0.207-4.743-0.151-7.168-0.84-3.805-1.082-9.847-2.853-13.805-2.767-23.136 0.495-62.667 7.714-78.664 10.801-3.884 0.754-10.221 1.72-14.163 2.129-5.362 0.552-11.082 1.14-16.981 1.75-3.935 0.408-6.623 1.21-5.992 1.797 0.624 0.589-1.913 2.080-5.671 3.333-17.274 5.776-34.87 11.654-52.538 17.561-3.756 1.254-5.792 2.83-4.538 3.519s-0.703 2.465-4.429 3.814c-9.97 3.598-19.948 6.544-27.76 12.392-8.457 6.337-17.856 11.382-26.198 18.070-9.397 7.526-22.478 10.442-33.96 15.366-1.089 0.467-2.178 0.931-3.612 1.556-2.001 0.859-2.029 2.271-0.058 3.153s0.989 3.512-2.187 5.878c-6.902 5.133-13.726 10.214-20.621 15.345-3.176 2.366-4.803 4.824-3.635 5.497 1.168 0.675-0.696 2.76-4.165 4.666-2.336 1.282-4.638 2.544-6.923 3.807-3.47 1.906-6.121 3.77-5.929 4.164 0.2 0.395 2.502 0.33 5.154-0.151 2.644-0.48 2.474 1.354-0.386 4.086-12.615 12.041-24.814 23.702-37.057 35.321-1.261 1.196-2.602 2.307-4.279 3.691-2.416 1.987-1.771 2.895 1.419 2.013 3.19-0.873 3.991 1.089 1.834 4.409-6.099 9.346-12.020 18.585-18.363 27.523-4.070 5.727-9.26 10.665-13.877 16.011-0.144 0.174-0.114 0.495-0.051 0.852 0.079 0.48 1.398 0.631 2.953 0.344s0.924 2.071-1.405 5.276c-3.863 5.297-7.633 10.479-11.733 16.106-2.329 3.196-1.664 4.424 1.483 2.732s4.424-0.109 2.739 3.477c-6.214 13.211-12.694 24.686-13.683 38.526-0.487 6.816-4.070 13.404-7.561 20.772-1.692 3.577-1.499 5.555 0.221 4.322s2.581 0.938 1.906 4.838c-3.183 18.37-6.286 36.31-9.36 54.052-0.675 3.9-0.186 6.628 1.096 6.092s1.426 2.106 0.323 5.913c-0.875 3.002-1.72 5.904-2.56 8.81-1.103 3.798-0.845 6.579 0.566 6.207 1.419-0.374 1.397 2.344 0.71 6.244-1.792 10.184-0.624 20.972-8.085 29.343-2.632 2.953-3.928 4.617-2.036 4.617s1.541 2.6-0.775 5.818c-0.631 0.875-1.254 1.748-1.899 2.637-2.315 3.211-2.925 5.39-1.369 4.854s2.946-0.773 3.104-0.538c0.109 0.156 0.193 0.307 0.2 0.459 0.051 0.945 0.1 1.906-0.007 2.837-1.992 17.165 3.554 30.478 19.904 37.867 11.856 5.362 20.413 17.418 35.896 15.948 4.852-0.459 10.228 4.759 15.396 7.305 0.2 0.1 0.502 0.007 0.824-0.123 0.444-0.172 0.466-1.103 0.051-2.085-0.416-0.984 2.386-1.126 6.265-0.309 2.781 0.589 5.569 1.175 8.385 1.771 3.879 0.817 6.509 0.402 5.892-0.924-0.617-1.319 1.864-1.182 5.62 0.058 32.426 10.7 65.476 6.258 98.252 6.872 3.956 0.072 6.732-0.402 6.208-1.161-0.531-0.768 2.257-1.383 6.222-1.376 11.273 0.023 22.643 0.065 34.002-0.056 5.283-0.058 10.593-0.381 15.825-1.089 11.64-1.571 23.266-3.248 34.835-5.254 12.687-2.199 25.503 2.818 38.582-4.824 7.654-4.471 14.614-7.863 17.311-13.761 1.641-3.598 4.243-7.77 8.099-8.68 7.168-1.699 13.942-3.246 20.565-5.283 9.281-2.851 17.302-6.221 19.266-18.483 1.391-8.71 0.696-16.701-7.203-21.338-0.775-0.451-1.198-1.491-1.491-2.581-0.43-1.629-3.884-3.248-7.828-3.577-0.875-0.072-1.771-0.151-2.688-0.23-3.942-0.33-5.49-3.347-3.447-6.744 1.182-1.964 2.287-3.798 3.347-5.569 2.043-3.391 4.172-5.885 4.759-5.578 0.587 0.309 1.233 2.911 1.434 5.815s1.792 2.393 3.542-1.161c0.859-1.741 1.683-3.412 2.481-5.038 1.75-3.549 3.598-6.279 4.121-6.094 0.524 0.186 1.182 2.646 1.463 5.476 0.279 2.832 1.699 2.152 3.176-1.527 0.473-1.182 0.947-2.358 1.426-3.561 1.469-3.677 2.874-3.998 3.139-0.731s1.247 2.781 2.881-0.833c3.261-7.204 8.366-12.628 16.378-16.034 11.075-4.701 21.733-10.393 32.807-15.115 1.864-0.796 5.862 0.351 7.21 1.978 5.411 6.509 10.012 13.683 15.224 20.378 5.467 7.032 11.145 13.912 16.993 20.628 7.447 8.543 15.161 16.851 22.743 25.28 0.43 0.48 0.81 0.996 1.205 1.549 0.622 0.889 1.699 0.701 2.393-0.402s2.56 0.931 4.172 4.552c0.566 1.268 1.138 2.558 1.727 3.893 1.604 3.619 3.21 4.566 3.575 2.113s2.481-1.799 4.717 1.462c5.966 8.701 11.742 17.132 17.376 25.345 2.235 3.269 4.049 3.87 4.049 1.354s1.799-1.892 4.014 1.383c3.311 4.896 6.458 9.541 9.82 14.507 2.222 3.276 3.677 3.419 3.268 0.316-0.415-3.104-0.244-5.984 0.372-6.428 0.617-0.451 3.011 1.778 5.341 4.973 1.326 1.813 2.644 3.626 3.963 5.441 2.329 3.197 4.996 4.996 5.785 3.893 0.817-1.138 0.896-1.685 0.931-2.231 0.021-0.3-0.244-0.622-0.216-0.922 0.009-0.114 0.158-0.209 0.423-0.388s3.074 1.541 6.286 3.856c2.192 1.576 4.416 3.189 6.707 4.838 3.211 2.314 5.664 2.744 5.476 0.968-0.184-1.778 2.632-1.994 6.258-0.408 3.131 1.369 6.112 2.581 9.209 3.067 7.935 1.261 16.501-0.258 24.076 1.913 15.159 4.337 27.846-2.329 37.939-10.363 6.33-5.038 12.262-6.402 19.15-7.024 3.942-0.358 9.481-2.688 12.357-5.413 3.942-3.742 7.984-7.582 11.805-11.203 2.867-2.723 3.828-7.833 2.050-11.375-4.436-8.845-9.297-16.543-18.794-19.361-3.791-1.126-5.583-2.351-3.763-3.877s0.086-2.767-3.87-2.767c-1.105 0-2.171 0-3.211 0-3.956 0-7.168-0.2-7.175-0.451s1.548-0.868 3.482-1.383c1.936-0.516 0.596-2.287-2.995-3.956-1.075-0.495-2.129-0.989-3.183-1.477-3.591-1.662-5.103-3.354-3.376-3.763 1.727-0.416 0.302-2.28-3.183-4.165-6.572-3.568-13.167-7.168-19.839-10.637-1.405-0.731-2.918-1.254-4.703-1.827-2.66-0.852-3.124-2.064-1.054-2.674 2.071-0.603 1.906-1.971-0.358-3.051-2.264-1.082-1.936-2.301 0.745-2.718 2.681-0.415 1.885-1.978-1.769-3.491-3.076-1.268-6.129-2.528-9.046-3.733-3.656-1.513-5.348-4.452-3.656-6.458 1.52-1.806 2.632-3.176 2.315-3.993-0.845-2.185-2.066-4.22-3.433-6.307-2.18-3.304-2.862-5.906-1.477-5.848 1.383 0.056 1.999-1.576 1.39-3.649-0.372-1.254-0.715-2.509-0.975-3.777-1.576-7.719-1.504-16.218-4.859-23.043-4.587-9.339-3.693-16.571 1.462-23.050 2.465-3.097 5.599-4.229 6.279-3.176 0.689 1.054 2.465-0.473 3.963-3.41 1.504-2.939 3.090-4.429 3.542-3.333s2.89-0.474 5.441-3.498c2.122-2.516 4.285-5.082 6.486-7.691 2.551-3.025 5.068-4.265 5.604-2.765 0.546 1.499 2.122-0.295 3.914-3.83 8.966-17.733 24.118-31.808 27.625-52.035 0.014-0.086 0.186-0.151 0.379-0.207 0.237-0.072 1.289 0.666 2.345 1.655 1.054 0.987 2.809-1.289 3.919-5.089 6.193-21.287 12.185-41.902 18.298-62.915 1.105-3.8 4.028-9.383 6.351-12.587 11.482-15.774 14.421-26.462 14.816-32.762 0.251-3.949-3.491-9.053-5.599-12.406-4.149-6.609-3.261-13.661-3.8-20.565-0.731-9.26 0.295-18.657 1.068-27.866 0.33-3.942 0.938-6.953 1.778-6.572 0.833 0.379 0.803-2.488 0.875-6.444 0.293-16.965 15.294-21.26 28.061-26.592 3.656-1.527 9.339-3.872 12.824-4.975 2.199-0.696 4.279-1.534 5.892-2.909 4.552-3.877 7.884-9.211 11.624-14.019 3.419-4.394 7.542-7.642 12.085-11.003 7.763-5.734 13.348-14.342 20.271-21.309 5.746-5.776 11.696-11.526 18.305-16.234 8.415-5.985 10.214-17.353 4.279-26.427-5.81-8.938-11.429-18.221-15.509-28.033z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Blupee" + ], + "defaultCode": 59650, + "grid": 0, + "attrs": [], + "id": 16 + }, + { + "paths": [ + "M512 0c0 0-480 28-480 480 0 79.392 47.296 170.88 104.256 276.128 13.92 25.728 43.552 38.912 71.936 31.808l79.808-19.936v160c0 0 24 24 64 48v-144c0-17.664 14.336-32 32-32v193.184c19.2 9.152 40.736 17.248 64 22.88v-152.064c0-17.664 14.336-32 32-32v189.792c10.432 1.28 21.056 2.208 32 2.208s21.568-0.928 32-2.208v-189.792c17.664 0 32 14.336 32 32v152.064c23.264-5.632 44.8-13.728 64-22.88v-193.184c17.664 0 32 14.336 32 32v144c40-24 64-48 64-48v-160l79.84 19.968c28.384 7.104 58.016-6.080 71.936-31.808 56.928-105.28 104.224-196.768 104.224-276.16 0-452-480-480-480-480zM312.224 607.456c-256.864 16.384-38.72-348 70.368-232.96 0 0 186.496 216.576-70.368 232.96zM429.984 699.456c-49.984-32.928 50.016-123.456 50.016-123.456s0 156.352-50.016 123.456zM593.984 699.456c-49.984 32.896-49.984-123.456-49.984-123.456s100 90.528 49.984 123.456zM711.776 607.456c-256.864-16.384-70.368-232.96-70.368-232.96 109.056-115.040 327.232 249.344 70.368 232.96z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Boss" + ], + "defaultCode": 59651, + "grid": 0, + "attrs": [], + "id": 17 + }, + { + "paths": [ + "M694.144 452c-23.328-34.496-70.144-100-70.144-100l176-160-105.856 260zM960 672c0 14.656-2.048 54.88-3.904 69.856-2.304 15.072-4.896 29.92-8.352 44.576-4.256 14.624-7.584 29.152-12.896 43.2-5.824 13.952-11.136 27.776-17.44 41.088-7.36 13.024-14.368 25.92-21.984 38.24-6.432 9.088-13.024 17.728-19.584 26.368 3.168 9.856 20.16 88.672 20.16 88.672s-34.592-28.8-61.6-51.456c-14.368 21.376-38.752 35.456-66.4 35.456-44.128 0-80-35.904-80-80 0-3.968 0.608-7.744 1.184-11.584l-422.048-82.336-75.136 93.92v-100.768c-4.992 2.912-10.432 4.768-16 4.768-8.416 0-16.8-3.328-23.040-9.792-11.328-11.744-12-30.144-1.536-42.688l5.92-7.104-93.344-20.416 96-67.2v-446.432c-36.48-7.424-64-39.744-64-78.368 0-35.328 23.168-65.024 55.008-75.616-9.92-35.424-23.008-84.384-23.008-84.384s63.584 47.936 70.56 53.664c23.808-8.768 48.96-15.52 74.304-18.336 30.24-4.224 60.448-3.84 90.336-1.12 30.080 2.208 59.040 8.832 87.904 15.904 28.352 8.192 56.192 17.824 83.104 29.408 26.464 12.224 52.832 24.896 77.568 40.064 23.072 14.432 46.048 29.216 67.488 45.92l248.736-101.504-98.24 254.24c27.36 36.864 51.936 76.032 71.968 118.048 12.8 26.528 23.136 54.368 32.576 82.528 8.928 28.416 15.264 57.824 20.288 87.392 3.904 29.952 5.408 33.664 5.408 65.792zM868.288 124.32l-414.080 165.632c56.672 32.832 175.424 116.672 248.864 275.008l165.216-440.64zM605.984 467.104c-26.72-34.528-54.688-62.88-81.024-85.856l-348.96 418.752 429.984-332.896zM176 208c26.464 0 48-21.536 48-48 0-8.32-2.336-16.032-6.048-22.88-6.24-1.216-12.32-2.56-18.752-3.68l-24.544-4.224c-6.816-1.184-12.064-6.016-14.112-12.096-0.192-0.576-0.448-1.44-0.672-2.144-18.528 6.688-31.872 24.256-31.872 45.024 0 26.464 21.536 48 48 48zM192 662.4l32-22.4h43.68l232.672-279.232c-50.72-39.84-89.952-57.76-90.816-58.144l-34.784-15.36 78.272-31.296c-4.32-3.36-8.544-6.848-12.96-10.048-18.016-13.152-36.224-26.176-55.2-37.792-18.688-12.128-38.24-22.624-57.984-32.832-9.92-4.8-20.064-9.952-30.24-13.792-10.24-4.704-20.64-8.768-31.2-11.904-3.552-1.28-7.232-2.016-10.816-3.136 0.768 4.416 1.376 8.896 1.376 13.536 0 38.624-27.52 70.944-64 78.368v424.032zM768 848c14.592 0 28.096 4.224 39.872 11.072l0.672-17.28c0.096-11.36-0.768-22.72-1.056-33.664l-3.456-32.768c-3.68-21.6-7.648-42.528-13.504-63.072l-9.44-30.496c-3.392-10.080-7.84-19.968-11.424-29.856-7.776-19.84-17.024-39.136-26.88-58.24-3.008-5.952-6.496-11.712-9.728-17.568l-28.8 76.768-15.168-39.072c-17.888-46.016-40.224-85.92-64.32-120.768l-304.768 235.936v39.008l-30.304 37.888 410.528 80.096c14.112-22.72 39.104-37.984 67.776-37.984zM809.568 951.584c-1.248-1.088-2.944-2.496-3.84-3.264-3.936-3.392-5.696-8.352-5.184-13.12l4.288-37.6c-8.832-10.656-21.952-17.6-36.832-17.6-26.464 0-48 21.536-48 48s21.536 48 48 48c17.856 0 33.28-9.92 41.568-24.416z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Bow-n-Arrows" + ], + "defaultCode": 59652, + "grid": 0, + "attrs": [], + "id": 18 + }, + { + "paths": [ + "M352 416h32v207.968c0 15.84-20.544 22.048-29.312 8.864l-29.312-43.968c-3.52-5.248-5.376-11.424-5.376-17.728v-123.136c0-17.664 14.336-32 32-32zM416 535.552c0 8.48 3.36 16.64 9.376 22.624l27.328 27.328c10.048 10.080 27.296 2.944 27.296-11.328v-158.176h-64v119.552zM672 416h-32v207.968c0 15.84 20.544 22.048 29.312 8.864l29.312-43.968c3.52-5.248 5.376-11.424 5.376-17.728v-123.136c0-17.664-14.336-32-32-32zM544 574.176c0 14.24 17.248 21.408 27.328 11.328l27.328-27.328c5.984-5.984 9.344-14.144 9.344-22.624v-119.552h-64v158.176zM1024 480v512h-288v-64h160c35.296 0 64-28.704 64-64 0-8.832-7.168-16-16-16-9.056 0-16.352 7.52-16 16.672 0.736 17.824-16.576 31.328-38.56 31.328h-23.040c-17.824 0-35.168-13.504-34.432-31.328 0.384-9.152-6.912-16.672-16-16.672-8.832 0-16 7.168-16 16 0 11.712 3.392 32 8.896 32h-72.864v-128h160c35.296 0 64-28.704 64-64 0-8.832-7.168-16-16-16-9.056 0-16.352 7.52-16 16.672 0.736 17.824-16.576 31.328-38.56 31.328h-23.040c-17.824 0-35.168-13.504-34.432-31.328 0.384-9.152-6.912-16.672-16-16.672-8.832 0-16 7.168-16 16 0 11.712 3.392 32 8.896 32h-72.864v-128h160c35.296 0 64-28.704 64-64 0-8.832-7.168-16-16-16-9.056 0-16.352 7.52-16 16.672 0.736 17.824-16.576 31.328-38.56 31.328h-23.040c-17.824 0-35.168-13.504-34.432-31.328 0.384-9.152-6.912-16.672-16-16.672-8.832 0-16 7.168-16 16 0 11.712 3.392 32 8.896 32h-72.864v-128c0-35.36-28.64-64-64-64h-320c-35.36 0-64 28.64-64 64v128h-72.896c5.504-9.44 8.896-20.288 8.896-32 0-8.832-7.168-16-16-16-9.056 0-16.352 7.52-16 16.672 0.736 17.824-16.576 31.328-38.56 31.328h-23.040c-17.824 0-35.136-13.504-34.4-31.328 0.352-9.152-6.944-16.672-16-16.672-8.832 0-16 7.168-16 16 0 35.296 28.704 64 64 64h160v128h-72.896c5.504-9.44 8.896-20.288 8.896-32 0-8.832-7.168-16-16-16-9.056 0-16.352 7.52-16 16.672 0.736 17.824-16.576 31.328-38.56 31.328h-23.040c-17.824 0-35.136-13.504-34.4-31.328 0.352-9.152-6.944-16.672-16-16.672-8.832 0-16 7.168-16 16 0 35.296 28.704 64 64 64h160v128h-72.896c5.504-9.44 8.896-20.288 8.896-32 0-8.832-7.168-16-16-16-9.056 0-16.352 7.52-16 16.672 0.736 17.824-16.576 31.328-38.56 31.328h-23.040c-17.824 0-35.136-13.504-34.4-31.328 0.352-9.152-6.944-16.672-16-16.672-8.832 0-16 7.168-16 16 0 35.296 28.704 64 64 64h160v64h-288v-512l64-64v-201.536c0-14.528 4.96-28.64 14.016-40l94.784-118.432c12.128-15.2 30.528-24.032 49.952-24.032h1.248c35.36 0 64 28.64 64 64v64c39.232-78.432 119.392-128 207.104-128h33.792c87.712 0 167.872 49.568 207.104 128v-64c0-35.36 28.64-64 64-64h1.248c19.456 0 37.824 8.832 49.984 24.032l94.752 118.432c9.056 11.36 14.016 25.44 14.016 40v201.536l64 64zM672 256c0-76.704-55.296-125.856-124.16-127.648 7.456 8.448 12.16 19.456 12.16 31.648 0 26.496-21.504 48-48 48s-48-21.504-48-48c0-12.192 4.704-23.2 12.16-31.648-68.864 1.792-124.16 50.944-124.16 127.648 0 39.072 28.64 64 64 64 17.664 0 32-12.448 32-32s14.336-32 32-32h64c17.664 0 32 12.448 32 32s14.336 32 32 32c35.36 0 64-24.928 64-64z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Dungeon" + ], + "defaultCode": 59653, + "grid": 0, + "attrs": [], + "id": 19 + }, + { + "paths": [ + "M64.896 593.056l-64.896-158.016 28.608-361.728c0.832-10.656 14.816-12.864 18.592-2.944l41.76 109.6c4.64 12.192 11.584 23.264 20.448 32.544 22.944 24.096 48.48 45.152 75.776 63.36-15.872 21.44-25.184 47.84-25.184 76.128v8.608c-7.776 4.512-14.144 10.912-19.392 18.144-6.048-6.080-12.224-12.704-18.208-20.608-9.6-11.712-18.432-25.632-26.592-40.128-16.48-29.024-27.84-61.536-34.72-86.4-6.912-24.928-9.088-42.272-9.088-42.272s-1.856 17.376-0.8 43.776c1.088 26.336 4.736 61.952 14.944 96.928 5.056 17.44 11.104 34.944 18.784 50.688 7.136 16 15.808 30.336 23.936 42.176 7.040 10.464 13.568 18.528 19.136 24.64v33.088c-35.872 27.072-58.816 68.032-63.104 112.416zM512 768c-77.824 0-142.528 27.808-156.896 64.608 65.6 41.696 137.12 59.296 156.896 63.392 19.776-4.096 91.2-21.728 156.864-63.552-14.464-36.736-79.136-64.448-156.864-64.448zM385.152 679.2c-5.664-29.184 10.112-55.264 34.592-66.944 11.136-39.232 48-68.256 92.256-68.256s81.12 29.024 92.256 68.256c24.48 11.68 40.288 37.76 34.592 66.944-4.256 21.792-21.728 40.064-43.648 46.848-4.704 1.44-9.248 2.24-13.728 2.656-21.216 4.448-44.448 7.296-69.472 7.296s-48.256-2.848-69.472-7.296c-4.48-0.384-9.056-1.216-13.728-2.656-21.888-6.752-39.392-25.056-43.648-46.848zM576.128 701.216c23.040 3.36 56.192-41.312 4.32-46.592 0 0-9.92-16.8-28.992-19.2-19.008-2.4 1.632 62.432 24.672 65.792zM447.872 701.216c23.040-3.36 43.712-68.192 24.64-65.792-19.040 2.4-28.992 19.2-28.992 19.2-51.84 5.28-18.72 49.952 4.352 46.592zM995.392 73.312c-0.832-10.656-14.816-12.864-18.592-2.912l-41.76 109.568c-4.64 12.192-11.584 23.264-20.448 32.544-22.944 24.096-48.48 45.184-75.808 63.36 15.904 21.44 25.216 47.84 25.216 76.128v8.608c7.776 4.512 14.144 10.912 19.392 18.144 6.048-6.080 12.224-12.704 18.208-20.608 9.6-11.712 18.432-25.632 26.592-40.128 16.48-29.024 27.84-61.536 34.72-86.4 6.912-24.928 9.088-42.304 9.088-42.304s1.856 17.408 0.8 43.808c-1.088 26.336-4.736 61.952-14.944 96.928-5.056 17.44-11.104 34.944-18.784 50.688-7.136 16-15.808 30.336-23.936 42.176-7.040 10.464-13.568 18.528-19.136 24.64v33.088c35.872 27.040 58.816 68.032 63.104 112.416l64.896-158.016-28.608-361.728zM465.12 247.776c10.944 4.704 26.080 8.224 46.88 8.224s35.936-3.52 46.88-8.224c16.128-6.912 22.336-32.096 12.128-49.728l-59.008-166.048-59.040 166.048c-10.176 17.632-4 42.816 12.16 49.728zM928 608c0 52.544-31.744 97.632-77.056 117.344-24.128 79.328-81.024 146.144-156.512 187.968-44 48.096-109.344 78.688-182.432 78.688s-138.432-30.592-182.432-78.688c-75.488-41.856-132.384-108.64-156.512-187.968-45.312-19.712-77.056-64.8-77.056-117.344 0-47.264 25.888-88.064 64-110.24v-81.76c0-17.664 14.336-32 32-32v-32c0-46.976 33.792-85.92 78.368-94.208 19.552-30.272 63.936-74.624 159.808-91.168l-6.56 18.432c-8.48 16.576-9.984 36.896-3.968 55.008 5.664 17.12 17.632 30.656 32.832 37.184 16.736 7.104 36.736 10.752 59.52 10.752s42.784-3.648 59.52-10.816c15.168-6.528 27.136-20.064 32.832-37.184 6.016-18.112 4.512-38.4-3.968-55.008l-6.528-18.336c95.2 16.608 139.744 60.832 159.488 91.072 44.704 8.192 78.656 47.2 78.656 94.272v32c17.664 0 32 14.336 32 32v81.76c38.112 22.176 64 62.976 64 110.24zM256 368c0 0 9.696 1.408 26.72 3.104 16.992 1.376 41.28 4.256 70.4 6.048 16.48 0.448 26.4 1.728 31.84 12.096 2.816 5.024 2.176 8.512 2.432 19.296 0.832 11.68 4.16 21.504 9.632 31.424 10.784 19.296 30.976 34.912 54.688 38.464 12.736 1.792 21.376 0.96 31.2 1.312l29.088 0.256 29.088-0.256c9.504-0.32 19.072 0.448 30.848-1.248 24.48-3.584 44.128-19.2 55.072-38.496 5.44-9.664 8.864-20.288 9.6-30.848 0.416-13.056-0.352-14.112 2.464-19.84 5.44-10.336 15.328-11.616 31.808-12.096 29.12-1.792 53.408-4.704 70.4-6.080 17.024-1.728 26.72-3.136 26.72-3.136s-9.696-1.408-26.72-3.104c-16.992-1.376-41.28-4.288-70.4-6.080-7.552-0.064-13.76-2.016-25.216-0.224-10.336 1.984-20.256 8.384-26.72 17.856-7.168 8.384-7.936 25.344-8.512 29.568-1.312 6.848-3.68 13.568-7.584 19.488-7.456 12.096-21.344 20.416-34.912 22.336-7.168 1.056-16.992 0.384-26.816 0.448l-29.12-0.288-29.088 0.288c-9.504-0.032-20.256 0.576-26.432-0.384-14.304-1.984-27.68-10.272-35.328-22.368-3.904-5.696-6.368-13.216-7.584-18.944-0.736-6.496-1.344-21.056-8.544-30.112-6.464-9.44-16.384-15.84-26.688-17.824-11.68-1.824-17.504 0.16-25.216 0.224-29.12 1.792-53.408 4.672-70.4 6.048-17.024 1.664-26.72 3.072-26.72 3.072zM660.544 514.304c-6.752 9.696-13.344 21.12-19.712 33.824 2.112 15.616 14.944 27.872 31.168 27.872 17.664 0 32-14.336 32-32s-14.336-32-32-32c-4.064 0-7.872 0.928-11.456 2.304zM363.456 514.304c-3.584-1.376-7.392-2.304-11.456-2.304-17.664 0-32 14.336-32 32s14.336 32 32 32c16.224 0 29.056-12.256 31.168-27.872-6.368-12.672-12.96-24.128-19.712-33.824zM832 672l-32 32c0 0-8 8-48 16l-16 48-14.336-43.008c-7.84 1.088-16.288 2.144-25.728 3.168l-23.936 71.84-22.656-67.968c-1.632 0.096-3.488 0.192-5.152 0.288 13.056-12.928 22.592-29.056 26.080-46.976 3.136-16.128 1.76-32-3.040-46.592v0c74.144-6.144 182.752-39.328 107.136-190.24 0 0-41.6-6.848-86.048 33.856 27.392 7.232 47.68 31.968 47.68 61.632 0 35.36-28.64 64-64 64-10.304 0-19.904-2.688-28.512-7.008 0.16 0.16 0.256 0.352 0.384 0.48-4.096-3.968-8.448-7.744-13.344-11.008-19.2-46.816-66.080-78.464-118.528-78.464s-99.328 31.648-118.528 78.496c-4.896 3.264-9.248 7.040-13.376 11.008 0.16-0.16 0.256-0.352 0.416-0.512-8.608 4.32-18.208 7.008-28.512 7.008-35.36 0-64-28.64-64-64 0-29.664 20.288-54.4 47.68-61.632-44.448-40.704-86.048-33.856-86.048-33.856-75.616 150.88 32.992 184.096 107.136 190.24-4.8 14.592-6.176 30.464-3.040 46.592 3.488 17.952 13.056 34.080 26.112 47.008-1.664-0.096-3.584-0.192-5.216-0.288l-22.624 67.936-23.936-71.776c-9.44-0.992-17.92-2.048-25.76-3.136l-14.304 42.912-15.968-47.904c-40.256-8.032-48.032-16.096-48.032-16.096l-32-32 32 64c4.928 10.688 10.656 20.704 16.832 30.304l15.168-30.304 26.912 80.768c5.216 4.992 10.464 9.984 15.968 14.592l21.12-63.36 23.84 95.424c81.76 50.048 168.16 64.576 168.16 64.576s86.4-14.528 168.16-64.576l23.84-95.424 21.12 63.36c5.472-4.576 10.72-9.568 15.968-14.592l26.912-80.768 15.168 30.304c6.176-9.6 11.904-19.616 16.832-30.304l32-64z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Enemies" + ], + "defaultCode": 59654, + "grid": 0, + "attrs": [], + "id": 20 + }, + { + "paths": [ + "M311.040 733.952l191.328-218.624-83.2 305.12-108.128-86.496zM633.12 672.736c3.776-3.552 9.056-8.48 16.864-10.752l-128.352-146.688 58.944 216.16c16.288-22.752 34.976-42.048 52.544-58.72zM672.224 638.816c0.416-3.936 0.608-7.84 1.6-11.904 8.096-32.864 34.368-58.592 53.408-75.104 5.984-5.184 13.44-7.808 20.96-7.808 6.432 0 12.896 1.952 18.464 5.856 12.032 8.48 16.704 24.096 11.328 37.792-0.512 1.344-0.928 2.784-1.312 8.672-0.32 5.408-0.096 7.328 2.784 13.664 8.672 19.072 21.216 29.664 40.16 45.728l9.376 8c30.72 26.496 65.184 59.232 85.76 112.48 3.392 8.8 10.432 30.176 12.544 55.808h96.704c-11.136-11.136-21.76-23.136-32-35.68v-76.32c0-8.832-7.168-16-16-16s-16 7.168-16 16v32.992c-112.832-167.488-160-400.992-160-400.992-192 0-288-288-288-288s-96 288-288 288c0 0-47.584 233.696-160 400.896v-32.896c0-8.832-7.168-16-16-16s-16 7.168-16 16v76.256c-10.24 12.576-20.864 24.608-32 35.744h382.368l-104.384-83.488c-3.392-2.72-5.536-6.752-5.952-11.104s1.024-8.672 3.904-11.936l224-256c6.080-6.944 18.016-6.944 24.096 0l148.192 169.344zM912 928h-56.896c14.624-12.352 27.456-27.2 34.336-44.352 11.488-28.64 6.496-67.2-4.576-95.968-16.736-43.296-43.168-70.72-76.8-99.744-24-20.704-44.352-35.264-57.76-64.672-4.896-10.784-6.24-17.856-5.6-28.832 0.48-7.456 1.184-12.672 3.456-18.432-16.192 14.016-37.376 34.688-43.296 58.56-9.696 39.296 27.616 78.56-0.544 95.648-5.408 3.296-12.448 5.408-19.2 5.408-4.288 0-8.448-0.864-12-2.816-11.904-6.496-14.272-26.496-13.824-38.624 0.032-0.928 0.032-1.472-0.288-1.472-0.448 0-1.504 0.992-4 3.36-26.432 25.056-52.64 52-68.704 88.384-9.536 21.632-12.576 42.976-8.768 66.432 5.792 35.936 26.4 58.752 52.704 77.152h-38.24c-8.832 0-16 7.168-16 16s7.168 16 16 16h96c8.832 0 16-7.168 16-16s-7.168-16-16-16h-30.912c-5.184-6.272-9.856-13.088-13.28-21.568-9.056-22.592-6.080-42.464 10.368-61.888 25.728-30.4 74.944-44.608 95.904-66.624 8.64-9.024 10.784-21.152 11.36-32.544 0.032-0.576 0.064-0.96 0.192-0.96 0.224 0 0.736 1.152 2.176 4.352 5.536 12.128 12.928 27.2 12.672 41.696-0.352 22.208-11.424 22.272-23.232 35.328-6.304 6.88-10.528 13.312-9.12 22.144 1.728 10.88 16.864 16.032 27.968 16.032 0.416 0 0.8 0 1.184 0 12.256 0 19.36-1.28 23.104-13.984 4.192-14.304 1.504-18.496 2.752-18.496 0.352 0 0.992 1.408 2.208 2.304 17.28 13.248 33.344 28.128 37.344 51.808 2.752 15.968-2.848 29.28-12.096 42.336h-74.592c-8.832 0-16 7.168-16 16s7.168 16 16 16h160c8.832 0 16-7.168 16-16 0-8.8-7.168-15.968-16-15.968z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Enemy-Camp" + ], + "defaultCode": 59655, + "grid": 0, + "attrs": [], + "id": 21 + }, + { + "paths": [ + "M480 736c0-17.664 14.336-32 32-32s32 14.336 32 32c0 17.664-14.336 32-32 32s-32-14.336-32-32zM352 512c0-17.664-14.336-32-32-32s-32 14.336-32 32c0 17.664 14.336 32 32 32s32-14.336 32-32zM704 544c17.664 0 32-14.336 32-32s-14.336-32-32-32-32 14.336-32 32c0 17.664 14.336 32 32 32zM960 160h-32v352h32c35.36 0 64-28.64 64-64v-224c0-35.36-28.64-64-64-64zM0 224v224c0 35.36 28.64 64 64 64h32v-352h-32c-35.36 0-64 28.64-64 64zM576 0h-128c-35.36 0-64 28.64-64 64h256c0-35.36-28.64-64-64-64zM896 160v352h-32v448c0 35.36-28.64 64-64 64h-576c-35.36 0-64-28.64-64-64v-448h-32v-352c0-35.36 28.64-64 64-64h640c35.36 0 64 28.64 64 64zM416 544h192v-32h-192v32zM301.216 640l153.6 160h114.464l156.704-160h-424.768zM256 160h128v-32h-128v32zM256 544l64 64 64-64v-352h-128v352zM736 675.552l-153.28 156.448h-141.536l-153.184-159.552v223.552c0 17.664 14.336 32 32 32h384c17.664 0 32-14.336 32-32v-220.448zM768 192h-128v352l64 64 64-64v-352zM768 128h-128v32h128v-32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Equipment" + ], + "defaultCode": 59656, + "grid": 0, + "attrs": [], + "id": 22 + }, + { + "paths": [ + "M959.488 109.696c-73.408-17.056-223.36-45.696-383.488-45.696-229.376 0-399.776 57.504-512.128 170.944-43.776 44.224-63.872 104.544-63.872 163.936 0 11.104 0 306.624 0 321.12 0 58.496 30.912 109.28 76.736 146.016 77.792 62.368 183.552 93.984 314.368 93.984v0c19.616 0 40.064-0.736 60.768-2.176 327.872-23.008 405.44-171.616 462.112-280.128 23.648-45.312 42.336-81.152 74.080-102.528 26.048-17.568 35.936-47.168 35.936-79.168 0-8 0-310.016 0-320 0-30.656-32.352-58.848-64.512-66.304zM952.576 207.296c-142.784 102.656-76.032 366.336-505.92 398.528-177.632 13.312-276.288-37.088-329.696-82.784-69.216-59.2-69.472-165.92-7.296-232.896 225.152-242.56 691.84-150.976 836.832-115.040 14.656 3.648 18.432 23.328 6.080 32.192zM800.352 214.048c-64.32-10.080-141.216-18.272-221.44-18.272-192.352 0-333.856 45.984-420.576 136.64-18.976 19.84-28.992 46.272-27.488 72.544 0.96 16.416 6.816 39.936 29.344 58.656 52.96 43.968 132.8 67.2 230.88 67.2 16.256 0 33.344-0.64 51.328-1.92 253.952-18.464 302.944-115.648 354.848-218.56 8.16-16.16 16.384-32.512 25.408-48.544 11.040-19.648-0.096-44.256-22.304-47.744zM640 336c-53.024 0-96-21.504-96-48s42.976-48 96-48 96 21.504 96 48-42.976 48-96 48z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Fish" + ], + "defaultCode": 59657, + "grid": 0, + "attrs": [], + "id": 23 + }, + { + "paths": [ + "M512 379.584c13.28 10.752 26.368 21.632 39.264 32.64-13.28 10.528-26.368 21.184-39.296 31.968-12.928-10.752-26.016-21.408-39.296-31.936 12.928-11.008 26.048-21.888 39.328-32.672zM479.36 804.416c11.072 10.56 21.952 21.216 32.64 32 10.72-10.784 21.6-21.44 32.672-32.032-10.72-10.976-21.6-21.824-32.672-32.576-11.040 10.752-21.952 21.632-32.64 32.608zM1024 960c0 17.664-14.336 32-32 32h-64c-207.744 16.032-311.744 32.032-416 32-104-0.032-208.256-16.032-416-32h-64c-17.664 0-32-14.336-32-32 0-20.48 8.128-40.128 22.624-54.624l9.376-9.376c0-161.984 26.144-282.816 66.176-373.216-38.272-12.64-66.176-48.32-66.176-90.784 0-52.928 43.072-96 96-96 3.264 0 6.368 0.64 9.568 0.96 69.28-68.864 147.808-105.792 216.864-124.896l-54.656-91.040c-10.464-17.472-2.304-40.672 17.12-46.784 13.12-4.16 26.080-7.488 38.72-10.24l45.76 137.28c10.56-1.952 20.704-3.52 30.368-4.768l-47.744-165.44c30.336-29.6 128-31.072 128-31.072s96 0.96 128 32.192l-47.616 163.936c9.856 1.184 20.032 2.624 30.496 4.448l45.504-136.576c12.64 2.752 25.6 6.080 38.72 10.24 19.424 6.144 27.584 29.312 17.12 46.784l-54.016 90.016c71.36 19.072 149.824 56.352 218.784 125.696 2.368-0.192 4.608-0.736 7.008-0.736 52.928 0 96 43.072 96 96 0 42.368-27.776 77.984-65.92 90.688 39.872 90.432 65.92 211.296 65.92 373.312l9.376 9.376c14.496 14.496 22.624 34.144 22.624 54.624zM172.48 347.456c11.328 5.984 21.216 14.080 29.312 23.904 127.2-122.144 283.648-115.36 310.208-115.36 27.84 0 183.808-6.752 310.528 114.976 8.448-10.176 18.848-18.496 30.752-24.48-112.576-104.224-248.928-122.496-328.672-122.496h-24.864c-64.128 0-208.32 14.080-327.264 123.456zM615.712 396.928c-26.432-23.68-53.664-46.912-81.696-69.568-12.064-9.792-31.936-9.792-44 0-28.032 22.688-55.296 45.92-81.728 69.6-5.472 4.896-8.32 11.328-8 17.888 0.32 6.528 3.776 12.64 9.568 16.992 28 21.088 55.264 42.688 81.728 64.832 5.696 4.768 13.088 7.136 20.448 7.136 7.392 0 14.752-2.368 20.448-7.136 26.464-22.144 53.696-43.776 81.728-64.864 12-9.088 12.864-24.672 1.504-34.88zM179.552 394.432c-11.648-15.936-30.336-26.432-51.552-26.432-35.296 0-64 28.704-64 64 0 29.76 20.544 54.656 48.128 61.76 20.128-39.232 42.976-72 67.424-99.328zM604.896 806.496c0.32-6.528-2.016-12.96-6.528-17.792-21.856-23.488-44.512-46.56-67.936-69.184-10.080-9.76-26.752-9.76-36.832 0-23.424 22.656-46.080 45.728-67.936 69.216-9.408 10.112-8.544 25.728 1.536 34.88 23.424 21.312 46.048 43.072 67.904 65.248 4.736 4.768 10.816 7.136 16.896 7.136s12.16-2.368 16.864-7.136c21.856-22.208 44.512-43.968 67.936-65.28 4.864-4.416 7.776-10.528 8.096-17.088zM826.336 615.648c-42.4-51.232-88.032-101.088-136.768-149.248-10.72-10.592-29.472-12-41.504-3.104-102.432 75.456-194.592 158.432-275.904 246.688-36.448-29.6-74.464-58.144-114.016-85.504 24.48-28.16 49.952-55.872 76.448-83.040 13.248 9.632 26.304 19.424 39.2 29.312-17.824 17.952-35.232 36.128-52.16 54.528 13.92 10.336 27.616 20.8 41.12 31.424 22.88-24.32 46.592-48.256 71.072-71.744 10.496-10.048 10.112-25.664-1.28-34.88-26.432-21.376-53.664-42.24-81.632-62.528-5.792-4.192-13.408-6.176-21.12-5.504s-14.912 3.968-19.936 9.12c-39.552 40.448-76.96 82.016-112.16 124.512-9.312 11.264-6.848 26.688 5.12 34.496 54.464 35.648 106.144 73.6 154.912 113.472 5.344 4.384 12.032 6.272 18.528 5.76 6.496-0.48 12.832-3.328 17.536-8.48 79.84-87.296 170.528-169.344 271.424-243.968 35.264 34.976 68.832 70.848 100.704 107.52-30.4 20.992-59.872 42.72-88.416 65.088-10.816-11.904-21.792-23.68-32.992-35.392 19.232-15.392 38.88-30.464 58.944-45.248-11.936-12.864-24.064-25.6-36.448-38.208-27.104 20.448-53.44 41.44-79.008 62.944-10.976 9.248-11.328 24.864-1.248 34.88 23.584 23.488 46.336 47.392 68.288 71.712 4.512 4.992 10.848 8.128 17.664 8.704 6.816 0.608 13.568-1.376 18.816-5.504 41.28-32.544 84.544-63.712 129.76-93.28 11.904-7.84 14.368-23.232 5.056-34.528zM912.192 493.664c27.424-7.232 47.808-32 47.808-61.664 0-35.296-28.704-64-64-64-21.056 0-39.584 10.336-51.264 26.048 24.448 27.424 47.328 60.256 67.456 99.616z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Food-n-Materials" + ], + "defaultCode": 59658, + "grid": 0, + "attrs": [], + "id": 24 + }, + { + "paths": [ + "M880 768c-8.832 0-16-7.168-16-16s7.168-16 16-16 16 7.168 16 16c0 8.832-7.168 16-16 16zM879.968 800l-28.64 70.752c-4.256 10.72-4.672 23.872 0 35.36 7.904 19.552 27.136 27.456 42.944 17.696s22.208-33.536 14.304-53.056l-28.608-70.752zM992.16 287.84l-129.248 129.248c0.704 9.984 1.088 20.288 1.088 30.912v15.104l128-111.104-128 147.488v145.344c0 14.208-1.28 28.256-3.136 42.208 18.208-13.696 34.464-30.016 47.328-49.312 13.088-19.648 22.72-41.408 28.448-64.32l10.816-43.296c8.32-33.28 20.256-65.536 35.584-96.224l18.112-36.224c15.040-30.048 22.848-63.104 22.848-96.64 0-16.608-20.096-24.928-31.84-13.184zM816.448 532.608l15.552-24.672v136.864c0 79.296-32.704 155.744-91.776 214.56l-113.568 113.088c-32.032 32.992-79.104 51.52-114.656 51.552-35.552-0.032-82.624-18.56-114.656-51.552l-113.568-113.088c-10.656-10.624-20.16-22.016-29.088-33.696 0.384-4.288 1.312-8.448 1.312-12.864v-62.368c10.464-15.392 18.528-32.448 24-50.624 3.072-0.736 6.144-1.44 9.248-2.432 1.728-0.48 3.264-1.248 4.96-1.76 8.672 4.096 18.432 7.36 29.184 8.384-17.376-6.080-30.656-17.504-37.408-31.456 1.248-8.544 2.016-17.248 2.016-26.144v-10.912c16.288-13.504 38.528-25.44 60.992-30.048-12.32 6.816-20.992 19.456-20.992 34.56 0 22.080 17.92 40 40 40s40-17.92 40-40c0-14.048-7.68-25.792-18.624-32.928 5.856 2.112 11.456 4.928 16.448 9.184 11.232 9.856 18.272 22.72 18.272 36.992 0 4.48-1.088 8.736-2.432 12.896l9.248-4.96c0 0 15.264-0.544 33.056 12.64 0 0-50.016-105.6-112.32-97.376-27.040 3.584-45.856 20.672-63.648 38.176v-10.144c15.52-15.872 28.16-34.336 38.4-54.208 7.744-0.8 15.648-1.792 23.648-3.264 23.744-4.16 47.136-12.736 64.192-21.6 8.512-4.544 15.488-8.928 20.352-12.512 4.704-3.392 8.352-6.88 7.936-6.496 7.2-7.84 7.232-20.576 0.064-28.448s-18.816-7.904-26.016-0.064c-0.384 0.416-0.864 1.408-4.032 4.96-3.008 3.392-7.904 8.096-14.24 13.408-12.8 10.464-32.032 22.752-53.152 31.36-3.392 1.408-6.816 2.656-10.272 3.936 8.288-20.512 14.272-42.24 16.128-65.248 35.808-10.72 68.864-27.776 97.792-50.208 16.576 1.504 33.376 2.624 50.912 2.624l11.712-0.096 15.104 0.096c66.112 0 115.328-7.616 172.704-27.424l61.504 86.4 38.656-29.024 17.056 83.936zM581.408 506.368c-0.416-0.416 3.232 3.072 7.936 6.496 4.864 3.584 11.872 8 20.352 12.512 17.088 8.864 40.48 17.44 64.192 21.6 23.712 4.352 47.36 5.6 64.928 4.768 17.568-0.544 29.12-1.888 29.12-1.888s-11.648-1.184-28.704-4.384c-17.088-2.88-39.488-9.12-60.512-17.888-21.152-8.608-40.352-20.896-53.152-31.36-6.336-5.312-11.232-10.016-14.24-13.408-3.168-3.552-3.648-4.544-4.032-4.96-7.2-7.84-18.848-7.808-26.016 0.064-7.104 7.872-7.072 20.64 0.128 28.448zM464 788.704l0.128-0.064c0 6.080 14.976 11.36 34.912 11.36h25.888c26.016 0 42.944-9.152 31.328-16.896l-12.928-8.64c-6.464-4.32-18.912-6.464-31.328-6.464v-192l-48 212.704zM626.016 839.616c-26.816-4.512-70.4-10.208-86.24-6.272-8.192 2.016-19.936 6.656-27.776 6.656s-19.584-4.64-27.776-6.688c-15.84-3.936-59.424 1.76-86.24 6.272-10.496 1.76-16.832 12.352-12.704 21.728 29.632 67.488 64.8 98.688 126.72 98.688s97.088-31.2 126.72-98.688c4.128-9.376-2.208-19.936-12.704-21.696zM747.2 685.344c13.088-9.376 20.928-18.688 20.928-18.688 30.528 1.664 47.904-10.464 47.904-10.464-62.72 8.256-81.376-71.52-143.68-79.776s-112.32 97.376-112.32 97.376c17.792-13.216 33.056-12.64 33.056-12.64l9.248 4.96c-1.344-4.16-2.432-8.416-2.432-12.896 0-14.24 7.040-27.104 18.272-36.992 4.992-4.256 10.592-7.072 16.448-9.184-10.944 7.168-18.624 18.912-18.624 32.96 0 22.080 17.92 40 40 40s40-17.92 40-40c0-15.072-8.672-27.744-20.992-34.56 24.992 5.12 50.112 19.2 66.592 34.56 0.864 3.456 1.376 9.568 1.376 13.216 0 22.688-17.44 42.080-42.368 50.784 10.752-1.024 20.512-4.288 29.184-8.384 1.696 0.544 3.264 1.28 4.96 1.76 32.704 10.304 65.248 5.504 65.248 5.504s-27.136-3.616-52.8-17.536zM616.608 848.576c-1.792 0.224-8.16 0.672-16.608 1.216-11.84 9.632-38.272 22.208-88 22.208-50.144 0-76.608-12.832-88.288-22.464-6.336-0.448-11.008-0.8-12.512-0.96-2.912-0.352-12.96-2.464-10.912 4.608 2.272 7.904 28 44.864 66.56 63.68 6.496-6.272 24.16-10.784 45.184-10.784 20.992 0 38.656 4.512 45.184 10.784 38.528-18.816 64.128-55.776 66.4-63.68 2.016-7.072-4.096-4.96-7.008-4.608zM108.8 960c-3.904 0-7.584-0.736-11.392-1.152-0.832 4.544-1.408 9.184-1.408 13.952v0c0 28.288 22.912 51.2 51.2 51.2v0c42.4 0 76.8-34.4 76.8-76.8v-43.872c-26.976 34.24-68.32 56.672-115.2 56.672zM38.368 815.008c-3.808 11.456-6.368 23.488-6.368 36.192 0 42.4 34.4 76.8 76.8 76.8 63.616 0 115.2-51.584 115.2-115.2v-26.528c-32.608 28.384-75.072 45.728-121.6 45.728-23.296 0-44.896-6.496-64.032-16.992zM256 646.4v-14.848c-36.32 25.408-80.416 40.448-128 40.448-42.816 0-81.536-17.12-110.272-44.608-10.944 21.152-17.728 44.768-17.728 70.208 0 56.544 45.856 102.4 102.4 102.4 84.832 0 153.6-68.768 153.6-153.6zM128 640c97.056 0 177.088-72.096 189.984-165.632-19.584 3.648-39.68 5.632-60.128 5.632-86.208 0-163.52-33.6-216.672-86.56-25.728 32.672-41.184 73.76-41.184 118.56 0 70.688 57.312 128 128 128zM512 0c-14.56 0-28.832 1.184-42.944 2.912-2.848 0.352-5.696 0.736-8.512 1.12-13.92 2.048-27.712 4.64-41.12 8.128 36.16 21.472 67.328 49.728 89.728 84.064 5.056 7.744 3.296 18.368-4 23.776-7.232 5.344-17.216 3.488-22.24-4.256-45.728-70.080-131.936-113.568-225.024-113.568-141.536 0-256.672 98.624-257.76 220.16-0.032 0.544-0.128 1.088-0.128 1.664 0 0.064 0 0.128 0 0.192 0 7.168 0.48 14.24 1.248 21.248 0.16 1.472 0.448 2.88 0.64 4.32 0.832 6.048 1.824 12.032 3.168 17.92 0.16 0.704 0.352 1.408 0.512 2.112 24.608 100.416 128.32 176.064 252.256 176.064 69.472 0 134.624-23.488 183.488-66.112 6.848-5.984 16.896-4.928 22.496 2.4 0.672 0.896 0.96 1.952 1.44 2.912 15.648 1.056 31.264 1.76 46.72 1.472 78.208 1.184 128.96-6.624 199.264-33.76l56.576 79.552 52.992-39.776 11.2 55.456c0 0 32-50.656 32-117.12 0-182.752-157.6-330.88-352-330.88z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Great-Fairy" + ], + "defaultCode": 59659, + "grid": 0, + "attrs": [], + "id": 25 + }, + { + "paths": [ + "M512 896c-194.4 0-352 21.152-352 47.232v49.312c0 19.808 18.208 34.4 37.984 30.912 58.112-10.24 176.928-17.248 314.016-17.248s255.872 7.008 314.016 17.248c19.776 3.52 37.984-11.104 37.984-30.88v-49.312c0-26.112-157.6-47.264-352-47.264zM1024 128c0-70.688-57.312-128-128-128s-128 57.312-128 128c0 5.568 0.96 10.912 1.632 16.288-40.384-29.632-76.992-66.816-97.632-112.288 0 0-64 37.344-64 128 0 11.168 1.344 23.072 4.128 35.648-7.904-0.736-15.648-1.408-22.976-1.92-47.584-84.896-45.152-161.728-45.152-161.728h-64c0 0 2.432 78.208-44.8 161.728-7.424 0.512-15.296 1.152-23.328 1.92 2.784-12.576 4.128-24.48 4.128-35.648 0-90.656-64-128-64-128-20.64 45.472-57.248 82.656-97.632 112.288 0.672-5.376 1.632-10.72 1.632-16.288 0-70.688-57.312-128-128-128s-128 57.312-128 128c0 46.4 24.96 86.656 61.92 109.12-0.096 0.032-0.576 0.16-0.576 0.16l125.312 115.040-24.704 296.32c-1.248 15.072-7.808 29.248-18.528 39.936l-15.424 15.424h32c20.736 0 39.008 10.080 50.72 25.408l28.8-403.264-118.88-118.88c-40.672-3.776-72.64-37.6-72.64-79.264 0-44.192 35.808-80 80-80s80 35.808 80 80c0 32.832-19.808 60.96-48.096 73.28l112.576 112.544-32.448 454.176h47.968v-64c0-41.888 27.104-77.184 64.576-90.272-0.064-1.952-0.576-3.776-0.576-5.728 0-88.224 71.776-160 160-160 66.336 0 123.328 40.608 147.552 98.24 33.024 6.88 59.968 30.56 71.008 61.888 1.824-0.096 3.616-0.128 5.44-0.128 16.064 0 31.392 3.040 45.568 8.448l-30.272-302.4 112.768-112.768c-28.256-12.32-48.064-40.448-48.064-73.28 0-44.192 35.808-80 80-80s80 35.808 80 80c0 41.664-31.968 75.488-72.64 79.264l-118.688 118.688 31.008 310.304c23.808 19.072 40.864 46.24 46.368 77.504 9.856-6.208 21.472-9.76 33.952-9.76v0l-15.424-15.424c-10.72-10.688-17.28-24.864-18.528-39.936l-24.704-296.32 125.312-115.040c0 0-0.48-0.128-0.576-0.16 36.96-22.464 61.92-62.72 61.92-109.12zM928 768v128c0 15.84-7.392 20.096-32 32-19.84-25.088-101.856-64-384-64s-364.16 38.912-384 64c-24.608-11.904-32-16.16-32-32v-128c0-17.664 14.336-32 32-32h32c17.664 0 32 14.336 32 32s14.336 32 32 32h64c17.664 0 32-14.336 32-32v-64c0-25.696 15.232-47.712 37.088-57.888 17.216 69.792 79.872 121.888 154.912 121.888 88.224 0 160-71.776 160-160 0-8.384-1.216-16.448-2.464-24.48 20.384 10.72 34.464 31.84 34.464 56.48 0 2.080-0.416 4.032-0.608 6.080 10.208-3.712 21.088-6.080 32.608-6.080 53.024 0 96 42.976 96 96 0 24.704-9.6 46.976-24.928 64h24.928c17.664 0 32-14.336 32-32s14.336-32 32-32 32 14.336 32 32zM800 736c0-35.36-28.64-64-64-64s-64 28.64-64 64c0 35.36 28.64 64 64 64s64-28.64 64-64zM640 608c0 70.592-57.408 128-128 128s-128-57.408-128-128c0-70.592 57.408-128 128-128s128 57.408 128 128zM608 608c0-52.928-43.072-96-96-96s-96 43.072-96 96 43.072 96 96 96 96-43.072 96-96z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Guardian" + ], + "defaultCode": 59660, + "grid": 0, + "attrs": [], + "id": 26 + }, + { + "paths": [ + "M486.592 456.48c-48.128-192.416-192.576-255.136-192.576-255.136 136.064 106.912 161.984 296.928 166.816 356.896 0.8 9.888-7.328 18.528-16.992 17.696-227.68-19.392-239.232-307.168-235.296-416.64 0.768-21.792 21.984-36.352 42.208-29.632 297.152 98.592 291.488 252.224 266.528 328.384-5.12 15.648-26.688 14.432-30.688-1.568zM613.952 516.416c168.704-69.536 312.288 10.816 312.288 10.816-164.96-39.68-350.112 48.352-406.368 78.272-9.024 4.8-10.592 15.808-3.136 22.336 207.456 181.76 431.008-10.016 499.232-78.368 12-12.032 10.4-30.368-3.808-40.448-225.92-159.968-358.848-78.496-418.528-14.688-11.456 12.224 3.872 28.864 20.32 22.080zM309.28 746.016c24.96-76.16 30.624-229.792-266.528-328.384-20.224-6.72-41.408 7.84-42.208 29.632-3.936 109.504 7.616 397.248 235.296 416.672 9.664 0.832 17.792-7.808 16.992-17.696-4.832-59.936-30.752-249.952-166.816-356.896 0 0 144.448 62.72 192.576 255.136 4 16 25.568 17.216 30.688 1.536zM389.952 836.416c168.704-69.536 312.288 10.816 312.288 10.816-164.96-39.68-350.112 48.352-406.368 78.272-9.024 4.8-10.592 15.808-3.136 22.336 207.456 181.76 431.008-10.016 499.232-78.368 12-12.032 10.4-30.368-3.808-40.448-225.92-159.968-358.848-78.496-418.528-14.688-11.456 12.224 3.872 28.864 20.32 22.080zM605.984 268.896c93.216-149.952 194.272-164.896 194.272-164.896-107.232 52.672-161.216 203.424-176.672 253.92-2.752 8.992 2.88 18.656 12.192 20.512 248.608 48.896 309.952-238.080 323.936-342.304 2.656-19.84-13.632-36.896-33.824-36.128-287.424 11.264-342.048 169.824-349.824 259.424-1.44 16.672 21.056 23.712 29.92 9.472z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Herbs" + ], + "defaultCode": 59661, + "grid": 0, + "attrs": [], + "id": 27 + }, + { + "paths": [ + "M466.752 224l45.248-45.248 45.248 45.248-45.248 45.248-45.248-45.248zM512 493.248l45.248-45.248-45.248-45.248-45.248 45.248 45.248 45.248zM192 269.248l45.248-45.248-45.248-45.248-45.248 45.248 45.248 45.248zM192 493.248l45.248-45.248-45.248-45.248-45.248 45.248 45.248 45.248zM832 269.248l45.248-45.248-45.248-45.248-45.248 45.248 45.248 45.248zM832 493.248l45.248-45.248-45.248-45.248-45.28 45.248 45.28 45.248zM64 64h896c35.36 0 64 28.64 64 64v832h-1024v-832c0-35.36 28.64-64 64-64zM480 704v-32h-64v64c0 17.664 14.336 32 32 32h128c17.664 0 32-14.336 32-32v-64h-64v32c0 17.664-14.336 32-32 32s-32-14.336-32-32zM672 416v-288h-320v281.152c0 83.552 61.088 158.176 144.288 166.112 95.424 9.088 175.712-65.728 175.712-159.264zM274.752 608l45.248 45.248 45.248-45.248-45.248-45.248-45.248 45.248zM288 442.56v-314.56h-192v320c0 54.72 45.792 98.752 101.152 95.872 51.936-2.72 90.848-49.312 90.848-101.312zM658.752 608l45.248 45.248 45.248-45.248-45.248-45.248-45.248 45.248zM837.152 543.872c51.936-2.72 90.848-49.344 90.848-101.312v-314.56h-192v320c0 54.72 45.792 98.752 101.152 95.872zM960 672h-64v64c0 17.664-14.336 32-32 32h-64v32c0 17.664-14.336 32-32 32h-512c-17.664 0-32-14.336-32-32v-32h-64c-17.664 0-32-14.336-32-32v-64h-64v224h896v-224z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Items" + ], + "defaultCode": 59662, + "grid": 0, + "attrs": [], + "id": 28 + }, + { + "paths": [ + "M834.944 296.864c-4.256-2.976-8.736-6.016-13.856-9.12-11.36-7.392-24.736-15.008-39.968-22.688-14.976-8.096-32.256-15.040-50.496-22.72-18.656-6.368-38.336-14.336-59.68-19.104-21.088-6.4-43.488-10.016-66.56-13.824-23.040-4.352-46.912-4.256-70.944-6.72-23.936 0.384-48.288 0.352-72.256 1.76-23.744 3.072-47.552 5.152-70.432 8.832-22.752 4.992-44.768 9.824-65.632 14.4-20.736 5.536-39.84 12.608-57.92 18.176-18.080 5.632-34.688 11.008-48.576 17.664-14.208 6.080-26.624 11.392-36.8 15.776-20.544 8.832-32.288 13.888-32.288 13.888s10.496-7.232 28.896-19.872c9.248-6.368 20.512-14.080 33.408-22.944 12.672-9.408 28.064-18.016 45.056-27.296 17.024-9.216 35.136-20.256 55.232-30.080 20.64-9.024 42.368-18.528 64.896-28.384 3.616-1.344 7.456-2.528 11.104-3.808-48.544-29.856-72.288-74.528-83.584-107.232-7.104-20.608-32.16-28.224-49.184-14.976-297.344 232-375.616 953.408 258.688 953.408 263.968 0 477.952-178.912 477.952-399.616 0-117.28-60.8-222.432-157.056-295.52zM867.488 568.768c-37.248 17.504-37.408 114.528-82.56 196.832-0.224 0.512-0.448 0.992-0.672 1.504-41.152 91.584-132.256 151.52-232.352 159.36-13.12 1.024-26.432 1.536-39.904 1.536-120.416 0-228.896-41.6-304.832-107.904-23.008-20.096-5.632-58.72 24.736-55.264 18.304 2.080 37.056 3.168 56.096 3.168 229.376 0 416-150.72 416-336 0-29.28-4.736-57.632-13.536-84.704-8.704-26.752 19.68-51.232 44.672-38.336 115.808 59.648 192.864 164.096 192.864 283.040 0 7.68-0.8 15.232-1.44 22.784-18.112-36.704-43.488-55.68-59.072-46.016z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Korok-Seeds" + ], + "defaultCode": 59663, + "grid": 0, + "attrs": [], + "id": 29 + }, + { + "paths": [ + "M512 0c-212.064 0-384 167.872-384 384 0 258.016 320 608 320 608 14.784 16.992 34.464 32 64 32s48.768-15.008 64-32c0 0 320-350.016 320-608 0-216.128-171.936-384-384-384zM512 672c-159.072 0-288-128.928-288-288s128.928-288 288-288 288 128.928 288 288c0 159.072-128.928 288-288 288zM352 384c0 17.664-14.336 32-32 32s-32-14.336-32-32c0-17.664 14.336-32 32-32s32 14.336 32 32zM512 256c-70.688 0-128 57.312-128 128s57.312 128 128 128 128-57.312 128-128-57.312-128-128-128zM512 448c-35.36 0-64-28.64-64-64s28.64-64 64-64 64 28.64 64 64c0 35.36-28.64 64-64 64zM736 384c0 17.664-14.336 32-32 32s-32-14.336-32-32c0-17.664 14.336-32 32-32s32 14.336 32 32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Locations" + ], + "defaultCode": 59664, + "grid": 0, + "attrs": [], + "id": 30 + }, + { + "paths": [ + "M540.448 316.96v53.92c56.608 11.392 101.28 56.064 112.672 112.672h53.92c-12.512-86.016-80.576-154.080-166.592-166.592zM624 512c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112s112 50.144 112 112zM370.88 540.448h-53.92c12.512 86.016 80.576 154.080 166.592 166.592v-53.92c-56.608-11.392-101.28-56.064-112.672-112.672zM483.552 370.88v-53.92c-86.048 12.512-154.112 80.576-166.592 166.592h53.92c11.392-56.608 56.064-101.28 112.672-112.672zM540.448 653.12v53.92c86.048-12.512 154.112-80.576 166.592-166.592h-53.92c-11.392 56.608-56.064 101.28-112.672 112.672zM960 160h-896c-35.36 0-64 28.64-64 64v576c0 35.36 28.64 64 64 64h896c35.36 0 64-28.64 64-64v-576c0-35.36-28.64-64-64-64zM128 768c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32zM128 608c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32zM128 448c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32zM128 288c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32zM768 515.552c0 13.76-11.136 24.896-24.896 24.896h-3.712c-12.928 103.712-95.232 186.016-198.944 198.944v3.744c0 13.76-11.136 24.896-24.896 24.896h-7.104c-13.76 0-24.896-11.136-24.896-24.896v-3.744c-103.712-12.928-186.016-95.232-198.944-198.944h-3.712c-13.76 0-24.896-11.136-24.896-24.896v-7.104c0-13.76 11.136-24.896 24.896-24.896h3.712c12.928-103.712 95.232-186.016 198.944-198.912v-3.744c0-13.76 11.136-24.896 24.896-24.896h7.104c13.76 0 24.896 11.136 24.896 24.896v3.744c103.712 12.928 186.016 95.232 198.944 198.912h3.712c13.76 0 24.896 11.136 24.896 24.896v7.104zM960 768c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32zM960 608c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32zM960 448c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32zM960 288c0 17.664-14.336 32-32 32s-32-14.336-32-32v-32c0-17.664 14.336-32 32-32s32 14.336 32 32v32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Memories" + ], + "defaultCode": 59665, + "grid": 0, + "attrs": [], + "id": 31 + }, + { + "paths": [ + "M613.536 290.944l-69.536-60.864v-166.080l197.568 168.864-128.032 58.080zM480 230.080v-166.080l-197.568 168.864 128 58.080 69.568-60.864zM448 512v200.864l64 56 64-56v-369.728l-64-56-64 56v168.864zM832 320v90.496l101.504 101.504-165.504 165.504v-389.504l-128 61.216v357.568l67.904 30.816-48.352 48.352-46.016-20.896-69.536 60.864v75.584l-32 32-32-32v-75.584l-69.536-60.864-46.016 20.896-48.352-48.352 67.904-30.816v-357.568l-128-61.216v389.504l-165.504-165.504 101.504-101.504v-90.496l-192 192 512 512 512-512-192-192z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Mini-Game" + ], + "defaultCode": 59666, + "grid": 0, + "attrs": [], + "id": 32 + }, + { + "paths": [ + "M512.064 0c-247.648 0-451.68 168.704-479.424 386.016-3.68 28.768 8.928 57.184 31.296 72 80.576 53.44 189.12 92.192 312.224 108.864-7.488 138.624-18.4 327.552-24.16 361.12-12.512 72.992 76 96 160 96 86.272 0 172.512-23.008 160-96-5.76-33.6-16.704-222.688-24.16-361.344 123.36-16.864 232-55.904 312.416-109.696 22.304-14.912 34.848-43.328 31.072-72.096-28.32-216.736-232.032-384.864-479.264-384.864zM673.632 99.36c7.904-15.424 42.24-15.136 76.672 0.704 34.432 15.808 55.968 41.12 48.064 56.576-7.904 15.424-42.24 15.136-76.672-0.672-34.432-15.84-55.968-41.152-48.064-56.608zM544 112c53.024 0 96 21.504 96 48s-42.976 48-96 48-96-21.504-96-48 42.976-48 96-48zM309.472 69.376c34.848-9.792 67.84-5.824 73.632 8.864 5.824 14.688-17.728 34.56-52.608 44.384-34.848 9.792-67.84 5.824-73.632-8.864s17.76-34.592 52.608-44.384zM319.552 183.136c2.912 7.36-8.864 17.28-26.304 22.176-17.408 4.896-33.888 2.912-36.8-4.448s8.864-17.28 26.304-22.176c17.408-4.896 33.888-2.912 36.8 4.448zM512 992c-70.688 0-128-14.336-128-32 0-8.16 12.544-15.488 32.608-21.152 1.312-26.144 5.632-71.488 20.416-106.848 0 0 1.632 64.448 9.152 100.672 19.296-2.912 41.664-4.672 65.824-4.672 70.688 0 128 14.336 128 32s-57.312 32-128 32zM944 432c-41.824 27.936-90.944 50.848-144.96 68.608-2.272-16.16-10.496-48.032-41.088-84.608 0 0-2.304 58.784-12.256 100.096-31.904 8.032-65.344 14.112-99.552 18.72-3.648-68.8-6.144-118.816-6.144-118.816 0-70.688-57.312-128-128-128s-128 57.312-128 128c0 0-2.496 49.984-6.144 118.752-114.688-15.552-219.328-50.688-297.856-102.752-9.856-6.528-15.808-19.808-16-32 0.224-12.16 6.24-25.44 16-32 15.168-10.112 31.456-19.424 48.384-28.256 1.504-23.488 8.544-76.128 41.664-115.744 0 0 2.72 53.408 14.464 90.368 8.096-3.232 16.256-6.368 24.64-9.344 1.824-13.408 6.688-33.248 19.872-49.024 0 0 1.12 22.464 5.824 40.448 83.744-26.272 178.56-40.448 277.152-40.448 111.36 0 218.624 18.464 310.176 52.096 3.808-17.056 4.8-36.096 4.8-36.096 12.032 14.368 17.088 32.032 19.296 45.216 35.552 14.592 68.544 31.424 97.76 50.784 9.856 6.528 15.808 19.808 16 32-0.256 12.16-6.272 25.44-16.032 32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Mushrooms" + ], + "defaultCode": 59667, + "grid": 0, + "attrs": [], + "id": 33 + }, + { + "paths": [ + "M544 0c-212.064 0-384 167.872-384 384 0 258.016 320 608 320 608 14.784 16.992 34.464 32 64 32s48.768-15.008 64-32c0 0 320-350.016 320-608 0-216.128-171.936-384-384-384zM544 672c-159.072 0-288-128.928-288-288s128.928-288 288-288 288 128.928 288 288c0 159.072-128.928 288-288 288zM384 384c0 17.664-14.336 32-32 32s-32-14.336-32-32c0-17.664 14.336-32 32-32s32 14.336 32 32zM544 256c-70.688 0-128 57.312-128 128s57.312 128 128 128 128-57.312 128-128-57.312-128-128-128zM544 448c-35.36 0-64-28.64-64-64s28.64-64 64-64 64 28.64 64 64c0 35.36-28.64 64-64 64zM768 384c0 17.664-14.336 32-32 32s-32-14.336-32-32c0-17.664 14.336-32 32-32s32 14.336 32 32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Points-of-Interest" + ], + "defaultCode": 59668, + "grid": 0, + "attrs": [], + "id": 34 + }, + { + "paths": [ + "M845.248 877.248l-109.248-109.248v-32l32-32v-32h64v-128h-64v-52.736c0-7.456-1.312-14.848-3.84-21.856l-119.456-328.48c-3.008-8.256-2.464-17.376 1.44-25.248l57.856-115.68h-64l-51.68 103.392c-7.872 15.712-8.896 33.984-2.912 50.496l118.592 326.112v32h-32l-128-384v-128h-64v128l-128 384h-32v-32l118.592-326.144c6.016-16.512 4.96-34.784-2.912-50.496l-51.68-103.36h-64l57.856 115.68c3.936 7.872 4.448 16.992 1.44 25.248l-119.456 328.48c-2.528 7.008-3.84 14.4-3.84 21.856v52.736h-64v128h64v32l32 32v32l-109.248 109.248c-12 12-18.752 28.288-18.752 45.248v101.504h128v-18.272c27.52-7.168 48-32 48-61.728 0-17.632-7.168-33.632-18.784-45.216l98.784-98.784v224h192v-224l98.784 98.784c-11.616 11.584-18.784 27.584-18.784 45.216 0 29.728 20.48 54.56 48 61.728v18.272h128v-101.504c0-16.96-6.752-33.248-18.752-45.248zM272 976c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32-14.336 32-32 32zM512 704c-53.024 0-96-42.976-96-96s42.976-96 96-96 96 42.976 96 96-42.976 96-96 96zM752 976c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32-14.336 32-32 32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Sheikah-Tower" + ], + "defaultCode": 59669, + "grid": 0, + "attrs": [], + "id": 35 + }, + { + "paths": [ + "M512 0c0 0-140.704 132.128-448 132.128l34.464 429.408c30.816 187.136 129.984 289.472 296.736 391.2l116.8 71.264 116.8-71.232c166.752-101.728 265.92-204.064 296.736-391.2l34.464-429.44c-307.296 0-448-132.128-448-132.128zM861.984 553.728c-25.28 149.6-95.296 239.968-266.496 344.384l-83.488 50.912-83.456-50.912c-171.2-104.416-241.216-194.784-266.496-344.416l-28.864-359.744c193.824-12.384 318.144-74.784 378.816-114.336 60.672 39.552 184.992 101.952 378.848 114.336l-28.864 359.776zM832 426.368l-2.72 33.984-572.64 206.24c-4.928-9.12-9.504-18.464-13.568-28.128l588.928-212.096zM206.048 410.784l-14.048-175.808c159.744-15.232 260.928-65.408 320-100.832 44.768 26.816 125.888 62.048 228.256 84.224l-534.208 192.416zM813.536 587.808c-27.872 107.392-90.912 178.24-230.272 263.264l-71.264 38.784-64-38.784c-50.848-31.008-83.264-60.128-115.808-89.888l481.344-173.376z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Shields" + ], + "defaultCode": 59670, + "grid": 0, + "attrs": [], + "id": 36 + }, + { + "paths": [ + "M764.576 252.576l45.312 135.84 123.616 123.584-54.688 54.688-29.184-54.080c-12.32-22.816-31.36-41.184-54.304-53.28-12.768-6.752-25.76-12.96-38.848-18.912l-104.48-320.416c0 0-7.36-56-140-56s-140 56-140 56l-102.656 319.616c-13.344 6.016-26.56 12.32-39.584 19.136-23.648 12.448-43.136 31.616-55.392 55.36l-27.84 53.888-56.032-56 127.168-127.168 44.096-134.624-261.76 261.792 512 512 512-512-259.424-259.424zM512 933.504l-160-160v-121.504c0-92.416 77.76-172 160-172 84 0 160 77.728 160 172v121.504l-160 160z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Shrine-Quest" + ], + "defaultCode": 59671, + "grid": 0, + "attrs": [], + "id": 37 + }, + { + "paths": [ + "M1012.32 836.16v0c-13.312-128.384-60.992-250.816-138.048-354.4l-24.672-33.152c-12.32-22.816-31.36-41.184-54.304-53.28-12.768-6.752-25.76-12.96-38.848-18.912l-104.448-320.416c0 0-7.36-56-140-56s-140 56-140 56l-102.656 319.616c-13.344 6.016-26.56 12.32-39.584 19.136-23.648 12.448-43.136 31.616-55.392 55.36l-24.064 32.064c-77.408 103.264-125.312 225.6-138.592 353.952v0c-7.712 18.4-11.712 38.144-11.712 58.048 0 42.592 24.64 81.344 63.2 99.424 32.256 15.136 69.92 4.608 90.24-23.264 65.28 31.776 201.088 53.664 358.56 53.664s293.28-21.888 358.528-53.632c20.352 27.872 57.984 38.4 90.24 23.264 38.592-18.080 63.232-56.832 63.232-99.456 0-19.904-3.968-39.648-11.68-58.016zM352 698.784v-122.784c0-92.416 77.76-160 160-160 84 0 160 65.728 160 160v122.784c95.552 13.824 160 39.616 160 69.216 0 44.192-143.264 80-320 80s-320-35.808-320-80c0-29.6 64.448-55.36 160-69.216zM864 909.632c-67.648 29.984-199.904 50.368-352 50.368s-284.352-20.384-352-50.368v-71.072l32-14.912c-0.032-0.48 0 8.832 0 8.352 0 44.192 143.264 80 320 80s320-35.808 320-80c0-0.128 0-3.552 0-8.352l32 6.72v79.264z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Shrines-of-Trials" + ], + "defaultCode": 59672, + "grid": 0, + "attrs": [], + "id": 38 + }, + { + "paths": [ + "M640 192h-256c-123.712 0-224 100.288-224 224v0c0 123.712 100.288 224 224 224l94.816 142.24c7.904 11.84 20.544 17.76 33.184 17.76s25.28-5.92 33.184-17.76l94.816-142.24c123.712 0 224-100.288 224-224v0c0-123.712-100.288-224-224-224zM352 464c-26.496 0-48-21.504-48-48s21.504-48 48-48 48 21.504 48 48-21.504 48-48 48zM512 464c-26.496 0-48-21.504-48-48s21.504-48 48-48 48 21.504 48 48-21.504 48-48 48zM672 464c-26.496 0-48-21.504-48-48s21.504-48 48-48 48 21.504 48 48-21.504 48-48 48zM474.496 128h-90.496l128-128 128 128h-90.496l-37.504-37.504-37.504 37.504zM1024 512l-512 512-512-512 96-96c0 27.456 4.192 53.888 11.456 79.040l-16.96 16.96 421.504 421.504 421.504-421.504-16.96-16.96c7.264-25.152 11.456-51.584 11.456-79.040l96 96z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Side-Quest" + ], + "defaultCode": 59673, + "grid": 0, + "attrs": [], + "id": 39 + }, + { + "paths": [ + "M567.36 672h-110.72c-29.504 0-55.168 20.16-62.176 48.8l-39.104 160c-9.856 40.32 20.672 79.2 62.176 79.2h188.928c41.504 0 72.032-38.88 62.176-79.2l-39.104-160c-7.008-28.64-32.672-48.8-62.176-48.8zM925.12 784.544c-49.216 99.328-137.056 157.76-219.392 191.936-24.416 30.112-60.384 47.52-99.232 47.52 0 0 0 0 0 0v0h-188.96c-38.88 0-74.816-17.408-99.232-47.52-82.368-34.208-170.208-92.64-219.424-191.968 63.968 90.816 160.032 142.304 243.552 171.168 18.304 23.040 45.632 36.32 75.104 36.32h188.928c29.472 0 56.8-13.28 75.104-36.32 83.52-28.864 179.584-80.352 243.552-171.136zM323.488 914.944c-2.752-13.6-2.624-27.776 0.768-41.76l36.864-150.816c-179.136-94.656-75.424-370.368-75.424-370.368l66.304-192v-128c0-17.664-14.336-32-32-32h-160c-17.664 0-32 14.336-32 32v96c0 17.664 14.336 32 32 32h128l-128 32c18.656 36.928 14.080 81.216-7.744 116.352-29.568 47.648-50.432 95.392-64.8 135.296-15.328 42.656-23.648 87.648-23.456 132.352 0.16 40.896 7.456 81.568 22.88 120.064 46.848 117.088 145.888 182.464 236.608 218.88zM936.544 443.648c-14.336-39.904-35.2-87.648-64.8-135.296-21.824-35.136-26.4-79.424-7.744-116.352l-128-32h128c17.664 0 32-14.336 32-32v-96c0-17.664-14.336-32-32-32h-160c-17.664 0-32 14.336-32 32v128l66.304 192c0 0 103.712 275.712-75.456 370.368l36.864 150.816c3.424 13.952 3.52 28.16 0.768 41.76 90.72-36.416 189.76-101.792 236.64-218.88 15.424-38.496 22.72-79.168 22.88-120.064 0.192-44.704-8.128-89.696-23.456-132.352zM315.936 362.464l68.064-197.088v-133.376c17.664 0 32 14.336 32 32v106.752l-69.824 202.144c-0.864 2.368-60.544 166.368 1.056 255.2 4.928 7.104 10.912 13.44 17.472 19.328 23.424-24.48 56.064-39.424 91.936-39.424h110.752c35.872 0 68.512 14.944 91.904 39.456 6.56-5.888 12.544-12.224 17.504-19.36 51.072-73.664 18.464-208.064 1.6-253.632l-70.4-203.712v-106.752c0-17.664 14.336-32 32-32v0 133.376l68.352 197.888c0.672 1.792 66.144 180.032-5.28 283.072-12.864 18.528-29.792 33.632-50.592 45.408-0.064 0.032-0.128 0.096-0.192 0.128v0c-2.368-4.544-5.12-8.8-8.096-12.832-0.736-0.992-1.536-1.888-2.304-2.848-2.528-3.136-5.184-6.144-8.064-8.928-17.376-16.928-40.768-27.264-66.464-27.264h-110.72c-25.696 0-49.088 10.336-66.432 27.232-2.88 2.784-5.568 5.792-8.064 8.96-0.768 0.96-1.568 1.856-2.304 2.848-3.008 4.032-5.76 8.288-8.096 12.832v0c-0.064-0.032-0.128-0.096-0.192-0.128-20.8-11.744-37.728-26.848-50.592-45.408-71.456-103.040-5.984-281.28-5.024-283.872z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Stables" + ], + "defaultCode": 59674, + "grid": 0, + "attrs": [], + "id": 40 + }, + { + "paths": [ + "M916.992 680.416l-84.992 247.584h-96l-32-32h-384l-32 32h-96l-84.992-247.584c-5.536-20.352 9.792-40.416 30.88-40.416h77.12c20.832 0 36.096 19.552 31.040 39.744l-22.048 88.256 32 64 64-32v-64h96l32 64v-64h128v64l32-64h96v64l64 32 32-64-22.048-88.256c-5.056-20.192 10.208-39.744 31.040-39.744h77.12c21.088 0 36.416 20.064 30.88 40.416zM1022.784 168.096l-47.2 165.152c-3.296 11.52-12.736 20.224-24.48 22.592l-61.792 12.352 58.592 198.752c6.048 20.512-9.312 41.056-30.688 41.056h-181.216l-32 96h-96v-96l-32 96h-128l-32-96v96h-96l-32-96h-181.216c-21.376 0-36.736-20.544-30.688-41.056l58.592-198.752-61.792-12.352c-11.744-2.336-21.184-11.072-24.48-22.592l-47.2-165.152c-5.728-20.096 9.344-40.096 30.24-40.096h31.296c13.728 0 25.92 8.8 30.272 21.824l17.408 52.256c4.416 13.088 16.64 21.92 30.432 21.92h36.32l3.968-13.408c6.336-29.504 32.416-50.592 62.592-50.592h12.256c0-17.664 14.336-32 32-32h32c17.664 0 32 14.336 32 32h128v-16c0-26.496 21.504-48 48-48s48 21.504 48 48v16h96c0-17.664 14.336-32 32-32h32c17.664 0 32 14.336 32 32h12.256c30.176 0 56.256 21.088 62.592 50.592l3.936 13.408h36.32c13.792 0 26.048-8.832 30.4-21.92l17.408-52.256c4.384-13.024 16.576-21.824 30.304-21.824h31.296c20.928 0 36 20 30.272 40.096zM441.76 429.312l-23.392-70.176c-1.568-4.704-4.192-8.96-7.712-12.448l-41.056-41.088c-10.336-10.336-26.368-12.32-38.912-4.8l-123.2 73.92c-9.632 5.76-15.488 16.128-15.488 27.328v32.768c0 8.448 3.36 16.544 9.344 22.528l45.344 45.344c5.952 5.952 14.048 9.312 22.496 9.312h101.6c8.448 0 16.544-3.36 22.528-9.344l40.736-40.736c8.576-8.544 11.552-21.152 7.712-32.608zM560 544l-32-96-32 64-32 32 64 32 32-32zM809.472 425.472l-64.16-64.16c-5.952-5.952-14.048-9.312-22.496-9.312h-63.104c-12.064 0-23.104 6.816-28.48 17.6l-17.28 34.592c-3.776 7.552-4.416 16.32-1.728 24.32l22.784 68.384c3.168 9.504 10.624 16.992 20.16 20.16l62.208 20.736c11.456 3.808 24.064 0.832 32.608-7.68l59.552-59.552c12.384-12.48 12.384-32.64-0.064-45.088z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Treasure-Chest" + ], + "defaultCode": 59675, + "grid": 0, + "attrs": [], + "id": 41 + }, + { + "paths": [ + "M965.44 541.152c13.536-27.712 30.56-90.080-5.44-157.152-8.864-16.48-23.84-27.616-41.024-35.552-10.432-4.8-24.128-8.384-40.192-9.152 0 0-189.44-275.776-494.784-275.296-61.696-0.32-132.288 14.208-170.656 32.352-55.84 26.464-95.2 45.76-149.664 116.448-58.656 76.128-63.68 166.912-63.68 243.648 0 151.68 39.968 268.672 64 311.552v192h128v-192c0-39.136 32.768-64 72-64 48 0 88 16.256 88 64v192h608v-64c0 0-27.744 0-32 0-80.448 0-175.936-66.912-290.208-189.632-110.176-118.304-223.552-240.32-309.952-315.84-33.12-28.96-83.552-25.024-112.064 8.48-72.224 84.768-97.632 214.656-97.632 214.656s-16.512-175.168 9.344-257.6c58.88-187.712 242.912 7.424 537.312 323.584 171.744 184.416 265.856 185.632 314.464 154.624 32.672-20.864 44.736-64.928 44.736-102.752 0-59.264-27.264-122.368-58.56-190.368zM272 496c35.36 0 64 35.808 64 80s-28.64 80-64 80-64-35.808-64-80c0-44.192 28.64-80 64-80zM930.048 523.936l-8.192 16.736c0 0-184.16 49.312-179.68 33.696 36.064-125.984 178.976-204.32 197.088-148 3.52 10.88 5.088 23.328 5.76 36.032-0.384 25.696-8.224 47.648-14.976 61.536z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Village" + ], + "defaultCode": 59676, + "grid": 0, + "attrs": [], + "id": 42 + }, + { + "paths": [ + "M326.286 345.714c-7.429-18.857-28.571-27.429-47.429-20-82.286 33.143-148.571 99.429-181.714 181.714-7.429 18.857 1.143 40 20 47.429 4.571 1.714 9.143 2.857 13.714 2.857 14.857 0 28-8.571 34.286-22.857 25.714-64 77.143-115.429 141.143-141.143 18.857-8 28-29.143 20-48zM864.571 142.286l26.286 26.286-139.429 138.857 38.857 38.857c14.286 14.286 14.286 37.714 0 52l-36.571 36.571c32 57.714 50.857 124.571 50.857 196 0 222.286-180 402.286-402.286 402.286s-402.286-180-402.286-402.286 180-402.286 402.286-402.286c71.429 0 138.286 18.857 196 50.857l36.571-36.571c14.286-14.286 37.714-14.286 52 0l38.857 38.857zM869.143 110.286c-3.429 3.429-8 5.714-12.571 5.714-5.143 0-9.714-2.286-13.143-5.714l-52-51.429c-6.857-7.429-6.857-18.857 0-26.286 7.429-6.857 18.857-6.857 26.286 0l51.429 52c7.429 6.857 7.429 18.857 0 25.714zM1000.571 241.714c-4 3.429-8.571 5.143-13.143 5.143s-9.143-1.714-13.143-5.143l-51.429-52c-7.429-6.857-7.429-18.857 0-25.714 6.857-7.429 18.857-7.429 25.714 0l52 51.429c6.857 7.429 6.857 18.857 0 26.286zM1024 137.143c0 10.286-8 18.286-18.286 18.286h-54.857c-10.286 0-18.286-8-18.286-18.286s8-18.286 18.286-18.286h54.857c10.286 0 18.286 8 18.286 18.286zM914.286 27.429v54.857c0 10.286-8 18.286-18.286 18.286s-18.286-8-18.286-18.286v-54.857c0-10.286 8-18.286 18.286-18.286s18.286 8 18.286 18.286zM1000.571 58.857l-52 51.429c-3.429 3.429-8 5.714-12.571 5.714-5.143 0-9.714-2.286-13.143-5.714-7.429-6.857-7.429-18.857 0-25.714l51.429-52c7.429-6.857 18.857-6.857 26.286 0 6.857 7.429 6.857 18.857 0 26.286z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Bomb" + ], + "defaultCode": 59677, + "grid": 0, + "attrs": [], + "id": 43 + }, + { + "paths": [ + "M1024 0h-160l-574.208 513.792-65.792-65.792-64 64 130.752 130.752-260.704 260.672-2.752-2.752c-6.24-6.24-16.384-6.24-22.624 0s-6.24 16.384 0 22.624l96 96c3.136 3.136 7.232 4.704 11.328 4.704s8.192-1.568 11.328-4.672c6.24-6.24 6.24-16.384 0-22.624l-2.752-2.752 260.672-260.672 130.752 130.72 64-64-65.792-65.792 513.792-574.208v-160zM704 186.080v133.92l-32 32v-137.28l32-28.64zM400 624l-87.552-87.552 295.552-264.448v144l-208 208zM736 288v-130.528l140.224-125.472h115.776l-256 256z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Weapons" + ], + "defaultCode": 59678, + "grid": 0, + "attrs": [], + "id": 44 + }, + { + "paths": [ + "M864 0c88.364 0 160 71.634 160 160 0 36.020-11.91 69.258-32 96l-64 64-224-224 64-64c26.742-20.090 59.978-32 96-32zM64 736l-64 288 288-64 592-592-224-224-592 592zM715.578 363.578l-448 448-55.156-55.156 448-448 55.156 55.156z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "pencil" + ], + "defaultCode": 59679, + "grid": 0, + "attrs": [], + "id": 45 + }, + { + "paths": [ + "M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64zM224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Book" + ], + "defaultCode": 59680, + "grid": 0, + "attrs": [], + "id": 46 + }, + { + "paths": [ + "M108.268 268.902h810.885c18.657 0 33.792-15.135 33.792-33.792s-15.135-33.782-33.792-33.782h-17.5c-47.247-44.564-185.467-77.763-352.727-81.9 6.195-7.741 10.066-17.449 10.066-28.15 0-25.006-20.265-45.281-45.281-45.281s-45.281 20.265-45.281 45.281c0 10.701 3.86 20.408 10.066 28.15-167.27 4.127-305.49 37.335-352.727 81.9h-17.5c-18.657 0-33.782 15.124-33.782 33.782s15.124 33.792 33.782 33.792zM973.578 312.934h-919.736c-24.883 0-45.046 20.173-45.046 45.046s20.173 45.046 45.046 45.046h54.426v454.226c0 61.942 50.688 112.62 112.63 112.62h585.626c61.952 0 112.63-50.678 112.63-112.62v-454.216h54.426c24.883 0 45.046-20.173 45.046-45.046 0.010-24.883-20.163-45.056-45.046-45.056z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Cooking_Pot" + ], + "defaultCode": 59681, + "grid": 0, + "attrs": [], + "id": 47 + }, + { + "paths": [ + "M512 960c90.656 0 192.096-6.464 256-30.336v30.336c0 85.344-512 85.344-512 0v-30.336c63.904 23.872 165.344 30.336 256 30.336zM800 512v352c0 23.776-44.8 40.928-109.344 51.456 35.136-30.016 57.504-76.448 52.64-124.896-5.056-51.648-43.616-99.488-95.040-110.88-25.792-6.112-53.376-0.288-73.984 13.984-20.352 14.656-34.592 36.352-38.176 59.424 19.648-42.72 68.032-62.88 105.504-49.28 38.496 13.28 66.112 50.336 69.696 90.176 4.8 39.552-14.592 81.44-45.28 109.504-0.64 0.544-1.344 1.024-1.984 1.568 12.736-19.584 18.88-43.968 13.408-68.544-7.968-34.816-39.712-62.016-74.56-63.872-36.064-3.424-68.288 27.072-66.752 57.792 12.544-27.488 41.024-39.168 63.552-33.6 23.488 5.632 42.432 24.448 47.2 46.816 5.632 21.76-3.264 47.776-19.872 66.464-5.024 5.568-11.008 10.304-17.44 14.528-167.776 12-385.568-8.16-385.568-60.64v-352c0-92.96 44.224-175.424 112.608-228.064-0.288-3.968-0.608-7.904-0.608-11.936v-96c0-97.216 78.784-176 176-176s176 78.784 176 176v96c0 4.032-0.32 7.968-0.608 11.936 68.384 52.64 112.608 135.104 112.608 228.064zM405.248 143.84c13.76-1.056 27.744-1.248 41.44 4.992 20.032 9.088 35.264 28.8 38.784 51.296 2.336 22.208 1.12 41.76 1.792 62.784l0.192 15.488 0.096 7.52 0.64 0.576c6.784 5.312 15.264 8.192 23.808 8.128 8.544 0.096 17.056-2.816 23.808-8.128l0.672-0.576 0.064-7.52 0.192-15.488c0.672-21.024-0.48-40.576 1.824-62.784 3.552-22.464 18.752-42.208 38.784-51.264 13.664-6.272 27.68-6.048 41.408-5.024-13.888-46.080-56.16-79.84-106.752-79.84s-92.864 33.76-106.752 79.84zM619.68 146.848c-13.92 0.672-27.584 1.664-38.816 8.96-17.056 9.408-28.608 27.232-30.176 45.92l0.576 61.184 0.288 23.232 0.032 1.952v1.216c1.984-4.736-2.688 6.592-2.272 5.472l-0.096 0.096-3.744 3.456c-9.312 7.712-21.312 12.128-33.472 12.288-12.16-0.096-24.192-4.576-33.472-12.288l-3.744-3.456-0.096-0.096c0.448 1.152-4.256-10.24-2.272-5.472v-1.216l0.032-1.952 0.288-23.232 0.544-61.184c-1.536-18.656-13.088-36.512-30.144-45.888-11.232-7.264-24.896-8.288-38.816-8.96-2.528 9.312-4.32 18.976-4.32 29.12v25.376l0.608-0.544c8.16 8.768 19.328 15.68 31.168 14.816 11.776-0.064 23.136-6.464 31.616-14.816l1.184 1.056c-0.352 8.576-4.416 15.040-9.984 20.48-5.664 5.408-13.792 8-22.368 9.248-8.544-0.832-17.632-2.912-23.328-8.864-3.040-2.784-4.992-6.208-7.040-9.28-0.736-2.432-1.376-4.704-1.856-7.040v65.568c0 61.856 50.144 112 112 112s112-50.144 112-112v-67.84c-0.96 7.36-4.384 13.312-9.376 18.24-5.664 5.408-13.792 8-22.368 9.248-8.544-0.832-17.632-2.912-23.328-8.864-3.040-2.784-4.992-6.208-7.040-9.28-1.184-3.936-2.496-7.36-2.464-11.552l1.184-1.056c8.16 8.768 19.328 15.68 31.168 14.816 11.776-0.064 23.136-6.464 31.616-14.816l0.608 0.48v-25.376c0-10.144-1.792-19.808-4.32-29.152zM640 512c0-35.36-28.64-64-64-64s-64 28.64-64 64c0-35.36-28.64-64-64-64s-64 28.64-64 64c0 35.36 28.64 64 64 64s64-28.64 64-64c0 35.36 28.64 64 64 64s64-28.64 64-64zM960 160h-56.224c-25.472 0-49.888 10.112-67.872 28.128l-97.728 97.728c57.92 57.92 93.824 137.92 93.824 226.144v32c35.36 0 64-28.64 64-64v-32c0-17.536 14.080-32.224 31.616-32 17.856 0.224 32.384-14.208 32.384-32v-64c0-17.536 14.080-32.224 31.616-32 17.856 0.224 32.384-14.208 32.384-32v-32c0-35.36-28.64-64-64-64zM192 512c0-88.224 35.904-168.224 93.824-226.176l-97.696-97.696c-18.016-18.016-42.432-28.128-67.904-28.128h-56.224c-35.36 0-64 28.64-64 64v32c0 17.536 14.080 32.224 31.616 32 17.856-0.224 32.384 14.208 32.384 32v64c0 17.536 14.080 32.224 31.616 32 17.856-0.224 32.384 14.208 32.384 32v32c0 35.36 28.64 64 64 64v-32z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Goddess_Statue" + ], + "defaultCode": 59682, + "grid": 0, + "attrs": [], + "id": 48 + }, + { + "paths": [ + "M974.304 414.368c33.024 143.968 49.696 291.2 49.696 438.88v10.752l-64-32v128l-64-32v96l-110.112-46.368c27.552-16.896 46.112-47.040 46.112-81.632v-5.472c37.248-13.216 64-48.8 64-90.528 0 0 0-128.224 0-128.32 21.248-50.944 32-104.64 32-159.68 0-55.136-10.752-108.832-32-159.776v-0.224c37.44 0 69.92 25.888 78.304 62.368v0zM18.496 407.232c8.8-38.4 36.192-68.096 71.456-80.64-1.664-3.296-3.488-6.336-5.024-9.824-7.68-15.744-13.728-33.248-18.784-50.688-10.208-35.008-13.888-70.624-14.944-96.96-1.056-26.4 0.8-43.776 0.8-43.776s2.176 17.344 9.088 42.304c6.88 24.864 18.24 57.376 34.72 86.4 8.192 14.496 16.992 28.416 26.592 40.128 2.368 3.104 4.768 5.888 7.2 8.672 7.328-40.384 40-72 80.896-77.792-38.304-26.464-85.824-60.512-101.088-76.544-8.832-9.28-15.808-20.352-20.448-32.544l-41.76-109.6c-3.776-9.92-17.76-7.712-18.592 2.944l-28.608 361.728 17.312 42.144c0.448-1.984 0.736-4 1.184-5.952zM49.696 414.368c-33.024 143.968-49.696 291.2-49.696 438.88v10.752l64-32v128l64-32v96l110.112-46.368c-27.552-16.896-46.112-47.040-46.112-81.632v-5.472c-37.248-13.216-64-48.8-64-90.528 0 0 0-128.224 0-128.32-21.248-50.944-32-104.64-32-159.68 0-55.136 10.752-108.832 32-159.776v-0.224c-37.44 0-69.92 25.888-78.304 62.368v0zM638.848 647.2c-4.256 21.792-21.728 40.064-43.648 46.848-4.704 1.44-9.248 2.24-13.728 2.656-21.216 4.448-44.448 7.296-69.472 7.296s-48.256-2.848-69.472-7.296c-4.48-0.384-9.056-1.216-13.728-2.656-21.92-6.752-39.424-25.056-43.648-46.848-5.664-29.184 10.112-55.264 34.592-66.944 11.136-39.232 48-68.256 92.256-68.256s81.12 29.024 92.256 68.256c24.48 11.68 40.256 37.76 34.592 66.944zM472.512 603.424c-19.040 2.4-28.992 19.2-28.992 19.2-51.872 5.28-18.72 49.952 4.32 46.592s43.712-68.192 24.672-65.792zM580.448 622.624c0 0-9.92-16.8-28.992-19.2-19.040-2.4 1.6 62.432 24.64 65.792s56.224-41.312 4.352-46.592zM624 384c0 61.856-50.144 112-112 112s-112-50.144-112-112 50.144-112 112-112 112 50.144 112 112zM592 384c0-44.192-35.808-80-80-80s-80 35.808-80 80 35.808 80 80 80 80-35.808 80-80zM544 416v-64c0-17.664-14.304-32-32-32-17.664 0-32 14.336-32 32v64c0 17.664 14.336 32 32 32 17.696 0 32-14.336 32-32zM512 96c29.76 0 59.136 3.424 87.776 9.664-10.624-46.4-34.528-105.664-87.776-105.664s-77.152 59.264-87.776 105.664c28.64-6.24 58.016-9.664 87.776-9.664zM737.856 784v0c-12.384 0-24.512 4.192-34.816 12.096l-34.88 26.624c-7.584 5.792-12.16 15.552-12.16 26.016v0c0 17.28 12.224 31.264 27.296 31.264v0c21.792 0 41.696-14.112 51.456-36.448l15.776-36.128c4.672-10.752-2.176-23.424-12.672-23.424zM273.504 807.456l15.776 36.128c9.728 22.336 29.664 36.448 51.456 36.448v0c15.072 0 27.296-13.984 27.296-31.264v0c0-10.464-4.544-20.224-12.16-26.016l-34.88-26.624c-10.336-7.936-22.432-12.128-34.848-12.128v0c-10.496 0-17.344 12.672-12.64 23.456zM544 800h-16v80c0 8.832-7.168 16-16 16s-16-7.168-16-16v-80h-16c-35.36 0-64 28.64-64 64v96c0 35.36 28.64 64 64 64h64c35.36 0 64-28.64 64-64v-96c0-35.36-28.64-64-64-64zM863.424 666.432c0.192 1.856 0.576 3.648 0.576 5.568v128c0 35.36-28.64 64-64 64v32c0 35.36-28.64 64-64 64h-96v-52.736c4.32-1.504 8.864-2.784 12.992-4.448 8.896 5.696 19.168 9.152 30.272 9.152 34.368 0 66.048-21.856 80.736-55.616l15.808-36.16c2.368-5.472 3.392-11.232 3.744-16.992 18.848-24.736 33.632-50.912 44.96-76.512 16.256-36.704-28.032-70.752-60.096-46.624-111.424 83.776-234.112 87.808-253.472 87.904h-5.856c-19.36-0.096-142.048-4.16-253.472-87.904-32.096-24.128-76.352 9.952-60.096 46.624 11.328 25.568 26.080 51.776 44.96 76.512 0.352 5.76 1.344 11.52 3.744 16.992l15.744 36.16c14.752 33.792 46.464 55.616 80.768 55.616 11.104 0 21.376-3.488 30.272-9.152 4.16 1.664 8.704 2.944 12.992 4.448v52.736h-96c-35.36 0-64-28.64-64-64v-32c-35.36 0-64-28.64-64-64v-128c0-1.92 0.384-3.712 0.576-5.568-20.832-47.296-32.576-99.456-32.576-154.432 0-54.528 11.52-106.272 32-153.248v-38.752c0-35.36 28.64-64 64-64h2.368c70.304-78.4 172.032-128 285.632-128s215.328 49.6 285.632 128h2.368c35.36 0 64 28.64 64 64v38.752c20.48 46.976 32 98.752 32 153.248 0 54.976-11.744 107.136-32.576 154.432zM336 493.888c0 0-9.088-7.648-20.416-20.8-11.52-12.992-24.704-31.872-33.952-52.192-10.176-19.968-16.48-41.344-19.264-57.632-2.848-16.256-2.912-27.264-2.912-27.264h-3.36c0 0-9.792 10.976-13.792 29.376-1.12 4.576-2.048 9.632-2.112 14.912-0.192 5.568-0.48 10.88 0.416 16.352 1.056 6.048 1.44 12.192 3.648 17.92 1.952 5.824 4.128 11.744 6.624 17.568 6.048 11.232 12.992 22.144 21.824 30.912 8.48 8.96 18.080 16.064 27.2 21.024 17.888 10.4 33.76 11.936 33.76 11.936l2.336-2.112zM630.528 558.464c-8.16-19.936-21.568-36.864-38.112-50.048 56.736-29.216 95.584-88.224 95.584-156.416 0-97.216-78.784-176-176-176s-176 78.784-176 176c0 68.192 38.848 127.2 95.584 156.416-16.512 13.152-29.92 30.112-38.112 50.048-31.264 20.864-47.008 57.408-39.712 94.88 6.432 32.96 32.192 60.928 65.664 71.328 5.92 1.824 12.064 3.072 18.368 3.712 24.736 5.056 49.696 7.616 74.208 7.616s49.472-2.56 74.24-7.616c6.24-0.672 12.416-1.92 18.4-3.744 33.408-10.336 59.168-38.304 65.6-71.296 7.328-37.472-8.416-73.984-39.712-94.88zM783.808 380.288c-0.064-5.28-1.024-10.304-2.112-14.912-4-18.4-13.792-29.376-13.792-29.376h-3.36c0 0-0.064 11.008-2.912 27.264-2.784 16.256-9.088 37.664-19.264 57.632-9.248 20.32-22.432 39.2-33.952 52.192-11.36 13.152-20.416 20.8-20.416 20.8l2.336 2.112c0 0 15.872-1.504 33.76-11.936 9.12-4.96 18.72-12.096 27.2-21.024 8.864-8.768 15.776-19.68 21.824-30.912 2.496-5.824 4.672-11.712 6.624-17.568 2.176-5.76 2.592-11.872 3.648-17.92 0.896-5.472 0.608-10.784 0.416-16.352zM894.432 302.848c2.4-2.784 4.8-5.568 7.168-8.672 9.6-11.712 18.432-25.632 26.592-40.128 16.48-29.024 27.84-61.536 34.72-86.4 6.912-24.928 9.088-42.304 9.088-42.304s1.856 17.376 0.8 43.776c-1.088 26.336-4.736 61.952-14.944 96.928-5.056 17.44-11.104 34.944-18.784 50.688-1.536 3.456-3.36 6.528-5.024 9.824 35.264 12.576 62.656 42.272 71.456 80.64 0.448 1.984 0.736 4 1.184 5.952l17.312-42.112-28.608-361.728c-0.832-10.656-14.816-12.864-18.592-2.912l-41.76 109.568c-4.64 12.192-11.584 23.264-20.448 32.544-15.296 16.064-62.976 50.208-101.344 76.704 41.76 6.368 73.92 37.696 81.184 77.632z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Hinox" + ], + "defaultCode": 59683, + "grid": 0, + "attrs": [], + "id": 49 + }, + { + "paths": [ + "M375.584 837.344c-4.096 10.272-6.912 20.992-7.456 32.192-0.416 8.256 0.512 16.352 2.080 24.32-23.392 33.024-60.544 55.392-104.832 58.080l-265.376 16.064 16.064-265.408c2.496-41.152 21.984-76.192 51.168-99.872l-67.232-154.688c22.4-27.648 51.616-42.016 95.232-28.32 25.824 13.76 54.048 22.848 83.328 26.464l0.192 1.152c7.68 46.688 32.288 88.128 68.608 117.536-2.336 1.312-5.472 3.136-8.992 5.44-7.84 4.96-18.592 12.192-30.656 21.728-24.256 18.816-53.984 46.944-77.248 79.776-11.968 16.064-22.048 33.44-30.080 50.144-4.416 8.128-7.52 16.576-10.592 24.448-3.296 7.744-5.824 15.296-7.584 22.432-4.448 13.952-6.624 25.824-7.904 34.208-1.472 8.256-2.304 12.96-2.304 12.96s1.792-4.448 4.928-12.224c2.944-7.808 7.456-18.784 14.496-31.136 3.072-6.336 6.944-12.928 11.584-19.552 4.416-6.72 8.864-13.856 14.56-20.512 10.624-13.76 23.008-27.488 36.8-39.552 26.944-24.832 58.176-43.808 82.272-55.424 7.328-3.616 13.664-6.368 19.36-8.704v35.552c0 3.040 0.64 6.048 1.056 9.088-9.152 4.192-17.952 8.736-26.176 13.44-8.256 4.224-15.584 9.408-22.56 14.144-7.104 4.544-13.44 9.312-18.976 14.176-11.552 8.96-20.096 17.536-25.888 23.712-5.888 5.984-9.248 9.408-9.248 9.408s4-2.656 11.008-7.296c6.848-4.768 16.8-11.264 29.568-17.44 6.144-3.488 13.056-6.688 20.608-9.536 7.456-3.040 15.168-6.4 23.616-8.64 8.448-2.72 17.312-5.12 26.336-7.168l51.008 102.016c8.832 17.76 25.152 30.208 44.672 34.112l14.56 2.88zM587.712 816.352c-0.064 15.36-1.504 33.696-5.888 51.648-4.864 21.312-13.76 41.216-22.272 54.688-4.096 6.848-8.096 12.096-11.072 15.648-2.848 3.616-4.48 5.664-4.48 5.664s1.216-2.336 3.328-6.4c2.24-4 5.12-9.824 7.744-17.12 5.632-14.432 10.24-34.528 10.88-54.688 0.96-20.128-1.824-40.096-5.088-54.528-0.416-1.856-0.8-3.264-1.216-4.896-15.648-4.16-31.648-6.208-47.648-6.208s-32 2.048-47.68 6.208c-0.416 1.632-0.8 3.072-1.216 4.896-3.264 14.432-6.048 34.4-5.088 54.528 0.672 20.16 5.248 40.256 10.88 54.688 2.656 7.296 5.536 13.12 7.744 17.12 2.144 4.064 3.36 6.4 3.36 6.4s-1.632-2.048-4.48-5.664c-2.976-3.552-6.976-8.8-11.072-15.648-8.512-13.472-17.408-33.408-22.272-54.688-4.384-17.952-5.824-36.32-5.888-51.648-4.16 1.824-8.384 3.488-12.448 5.632-29.76 27.136-31.904 70.528-4.96 100.032l93.12 101.984 93.152-101.984c26.944-29.504 24.768-72.864-4.96-100.032-4.096-2.144-8.32-3.808-12.48-5.632zM656.64 803.072l-25.92 5.184c-2.912-3.392-5.632-6.848-8.992-9.92l-3.040-2.752-3.616-1.92c-31.968-16.8-67.616-25.664-103.072-25.664s-71.104 8.864-103.072 25.696l-3.616 1.92-3.040 2.752c-3.36 3.072-6.112 6.528-8.992 9.92l-25.92-5.184c-9.696-1.952-17.92-8.224-22.336-17.056l-53.632-107.232c-2.24-4.512-3.392-9.408-3.392-14.368v-110.048c-40.512-23.52-69.792-64.256-77.696-112.288 22.496-5.28 42.144-17.568 57.152-34.080-15.52 5.12-32.032 7.968-48.864 7.968h-10.592c-122.336 0-220-105.6-206.816-230.624 7.296-68.96 52.032-129.184 113.44-161.44 50.912-26.752 98.432-28.32 141.376-18.144-108 117.216-31.776 185.92-32 186.208 0.288-0.256-9.504-20.992 1.504-63.008 70.016 4.416 133.984 58.24 141.472 127.392 34.016-0.192 65.536 9.888 91.424 27.872 16.064 11.2 34.848 16.8 53.6 16.8s37.536-5.6 53.6-16.768c25.888-17.984 57.408-28.096 91.424-27.872 7.488-69.152 71.456-122.976 141.472-127.392 11.008 41.984 1.216 62.72 1.504 62.976-0.224-0.288 76-68.992-32-186.208 42.976-10.176 90.464-8.608 141.376 18.144 61.376 32.256 106.144 92.448 113.44 161.44 13.184 125.024-84.48 230.624-206.816 230.624h-10.592c-16.864 0-33.344-2.848-48.896-7.968 15.008 16.544 34.656 28.8 57.152 34.080-7.904 48.032-37.184 88.736-77.696 112.288v110.048c0 4.96-1.152 9.856-3.392 14.304l-53.632 107.232c-4.352 8.864-12.608 15.136-22.304 17.088zM608 416c0 26.464 21.536 48 48 48s48-21.536 48-48-21.536-48-48-48-48 21.536-48 48zM434.24 508.544c-1.728 5.824 0.704 12.288 6.208 15.456l1.216 0.704c20.736 11.872 42.048 22.592 63.2 33.6 4.32 2.208 9.696 2.4 14.304 0 21.152-11.008 42.496-21.696 63.2-33.568l1.216-0.672c5.28-3.040 8.032-9.376 6.24-15.488-6.176-21.12-13.152-42.048-20.672-62.848-7.424-20.832-15.584-41.44-25.152-61.728 1.088 22.4 3.616 44.416 6.848 66.272 2.592 17.952 5.856 35.712 9.312 53.44-16.192 7.264-32.192 14.912-48.16 22.624-15.968-7.712-32-15.328-48.192-22.592 3.456-17.728 6.752-35.52 9.312-53.472 3.232-21.856 5.76-43.872 6.88-66.272-9.536 20.288-17.664 40.928-25.12 61.728-7.52 20.768-14.432 41.696-20.64 62.816zM320 416c0 26.464 21.536 48 48 48s48-21.536 48-48-21.536-48-48-48-48 21.536-48 48zM653.568 748.736c24.736-8.928 42.816-36.064 48.512-71.392l-26.368 14.432-25.44-45.056-43.136 21.152-26.144-51.68-35.552 26.336-33.44-43.808-33.472 43.776-35.552-26.336-26.144 51.68-43.136-21.152-25.44 45.056-26.368-14.432c5.76 35.936 24.384 63.488 49.76 71.904l13.92-25.6 35.328 19.2c0 0 0 0 0 0l23.936-44.064 36.512 19.84 30.656-30.592 30.816 30.816 36.896-20.032 24.128 44.416 0.032 0.032 36.064-19.584 13.632 25.088zM928.768 419.712c-25.824 13.76-54.048 22.848-83.328 26.464l-0.192 1.152c-7.68 46.688-32.288 88.128-68.608 117.536 2.336 1.312 5.472 3.136 8.992 5.44 7.84 4.96 18.592 12.192 30.656 21.728 24.256 18.816 53.984 46.944 77.248 79.776 11.968 16.064 22.048 33.44 30.080 50.144 4.416 8.128 7.52 16.576 10.592 24.448 3.296 7.744 5.824 15.296 7.584 22.432 4.448 13.952 6.624 25.824 7.904 34.208 1.44 8.256 2.272 12.992 2.272 12.992s-1.792-4.448-4.928-12.224c-2.944-7.808-7.456-18.784-14.496-31.136-3.072-6.336-6.944-12.928-11.584-19.552-4.416-6.72-8.864-13.856-14.56-20.512-10.624-13.76-23.008-27.488-36.8-39.552-26.944-24.832-58.176-43.808-82.272-55.424-7.328-3.616-13.664-6.368-19.36-8.704v35.552c0 3.040-0.64 6.048-1.056 9.088 9.152 4.192 17.952 8.736 26.176 13.44 8.256 4.224 15.584 9.408 22.56 14.144 7.104 4.544 13.44 9.312 18.976 14.176 11.552 8.96 20.096 17.536 25.888 23.712 5.888 5.984 9.248 9.408 9.248 9.408s-4-2.656-11.008-7.296c-6.848-4.768-16.8-11.264-29.568-17.44-6.144-3.488-13.056-6.688-20.608-9.536-7.456-3.040-15.168-6.4-23.616-8.64-8.448-2.72-17.312-5.12-26.336-7.168l-51.008 102.016c-8.832 17.76-25.152 30.208-44.672 34.112l-14.528 2.912c4.096 10.272 6.912 20.992 7.456 32.192 0.416 8.256-0.512 16.352-2.080 24.32 23.392 33.024 60.544 55.392 104.832 58.080l265.376 16-16.064-265.408c-2.496-41.152-21.984-76.192-51.168-99.872l67.232-154.688c-22.4-27.68-51.616-42.048-95.232-28.32zM411.136 229.504c0.48-2.176 0.576-4.32 1.088-6.496 6.944-30.432 19.648-58.944 31.808-78.176 5.856-9.792 11.584-17.312 15.84-22.368 4.064-5.152 6.4-8.064 6.4-8.064s-1.728 3.328-4.736 9.152c-3.2 5.696-7.296 14.016-11.072 24.48-8.064 20.608-14.624 49.344-15.552 78.176-0.16 3.424-0.032 6.816-0.064 10.24 14.784 5.44 28.832 12.576 41.824 21.6 10.4 7.2 22.592 11.008 35.328 11.008s24.928-3.808 35.296-11.040c13.056-9.056 27.104-16.224 41.856-21.664-0.032-3.392 0.128-6.784-0.064-10.208-0.96-28.8-7.52-57.536-15.552-78.176-3.776-10.432-7.904-18.784-11.072-24.48-3.040-5.824-4.736-9.152-4.736-9.152s2.336 2.944 6.4 8.064c4.256 5.056 9.984 12.576 15.84 22.368 12.16 19.264 24.864 47.744 31.808 78.176 0.512 2.144 0.64 4.256 1.088 6.432 5.856-1.344 11.744-2.592 17.76-3.392 6.080-20.64 16.736-39.68 30.176-56.768-4.16-8.224-9.12-16.192-15.744-23.456l-133.056-145.76-133.056 145.824c-6.624 7.264-11.552 15.232-15.744 23.456 13.472 17.12 24.16 36.192 30.208 56.864 6.048 0.768 11.904 2.016 17.728 3.36z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Lynel" + ], + "defaultCode": 59684, + "grid": 0, + "attrs": [], + "id": 50 + }, + { + "paths": [ + "M720.032 785.696c-4.512-6.752-9.472-13.312-13.792-20.128-1.376 14.88-3.104 29.76-4.96 44.64 6.976-8.16 13.152-16.32 18.752-24.512zM675.072 837.28c-11.488-19.488-22.656-39.104-33.088-58.944-5.696 33.152-12.64 66.272-20.8 99.328 20.736-12.8 38.56-26.368 53.888-40.384zM322.624 810.208c-1.888-14.88-3.584-29.76-4.96-44.64-4.32 6.848-9.28 13.376-13.792 20.128 5.6 8.16 11.776 16.352 18.752 24.512zM402.72 877.664c-8.16-33.056-15.136-66.176-20.8-99.328-10.432 19.872-21.6 39.488-33.088 58.976 15.328 13.984 33.152 27.584 53.888 40.352zM511.968 788.512c-10.88 32.192-23.008 64.192-36.384 95.904-10.848-32.64-20.448-65.504-28.8-98.464-13.248 31.008-27.744 61.696-43.424 92.032 7.008 4.32 14.496 8.48 22.208 12.576 5.28-10.752 10.592-21.504 15.584-32.352 4.352 15.552 9.056 31.072 13.984 46.56 10.752 4.768 22.176 9.312 34.144 13.632 7.968-19.072 15.648-38.176 22.688-57.408 7.072 19.232 14.752 38.368 22.688 57.408 11.968-4.32 23.392-8.864 34.144-13.632 4.928-15.488 9.632-31.008 13.984-46.56 4.992 10.848 10.304 21.6 15.584 32.352 7.712-4.096 15.168-8.288 22.208-12.576-15.68-30.336-30.176-61.024-43.424-92.032-8.32 32.96-17.92 65.792-28.8 98.464-13.408-31.68-25.536-63.68-36.384-95.904zM954.592 540.16c-11.936-6.528-23.424-13.632-34.72-21.024 5.184 18.496 8.576 37.632 8.064 56.864-18.784-36-38.688-66.592-59.744-95.424-152.672-126.912-238.272-324.544-273.216-422.112-12.576-35.136-45.696-58.464-82.976-58.464s-70.4 23.328-82.976 58.432c-34.944 97.568-120.544 295.2-273.216 422.112-21.056 28.864-40.96 59.456-59.744 95.456-0.512-19.232 2.88-38.368 8.064-56.864-11.296 7.392-22.816 14.496-34.72 21.024-54.208 29.664-81.76 90.624-64.16 148.768 23.776 78.56 73.952 169.376 166.048 236.736-28.064-32.832-48.512-69.984-59.488-99.904-12.832-33.76-15.84-57.76-15.84-57.76s12.896 19.744 32.224 49.376c9.696 14.496 21.024 31.136 34.016 48.128 6.176 8.736 13.632 16.864 20.416 25.696 7.296 8.384 14.464 17.152 22.56 24.992 27.712 30.176 59.872 54.88 87.488 72.992 61.12 21.696 133.408 34.816 219.296 34.816h0.096c85.472 0 157.504-12.992 218.464-34.496 12.576-8.288 26.112-17.344 39.68-28.608 8.608-6.144 16.128-14.208 24.704-21.152 8.032-7.616 16.288-15.264 23.776-23.712 8.128-7.808 15.264-16.576 22.592-24.96 6.816-8.8 14.24-16.928 20.448-25.664 13.024-16.96 24.352-33.6 34.048-48.096 19.296-29.568 32.192-49.312 32.192-49.312s-3.008 23.872-15.936 57.696c-6.304 16.896-15.168 36.128-27.040 55.488-8.992 15.488-20.64 30.56-33.12 45.088 92.672-67.392 143.072-158.56 166.912-237.376 17.568-58.144-9.984-119.072-64.192-148.736zM511.968 960c-309.088-92-287.68-332-287.68-332 114.208-137.056 192.736-296.448 259.52-479.936 6.048-11.2 17.088-16.768 28.16-16.768s22.112 5.6 28.16 16.768c66.816 183.488 145.344 342.912 259.52 479.936 0 0 21.376 240-287.68 332zM511.968 432c-51.328 0-99.168 14.496-140.128 39.2-35.648 61.504-73.76 117.216-115.936 168.768 0.064 19.264 3.744 65.344 30.56 116.8 10.4 2.976 20.736 6.272 31.232 8.8 21.28 5.088 42.72 9.344 64.256 12.736s43.168 5.952 64.864 7.648c21.696 1.696 43.424 2.56 65.152 2.56s43.488-0.864 65.152-2.56c21.696-1.696 43.328-4.256 64.864-7.648s42.976-7.648 64.256-12.736c10.496-2.528 20.832-5.824 31.232-8.8 26.88-51.52 30.528-97.632 30.56-116.768-42.176-51.552-80.32-107.296-115.968-168.8-40.928-24.704-88.768-39.2-140.096-39.2zM383.968 736c-35.36 0-64-28.64-64-64 0-6.56 1.28-12.736 3.104-18.688 5.056 10.976 16 18.688 28.896 18.688 17.664 0 32-14.336 32-32 0-12.896-7.712-23.84-18.688-28.896 5.952-1.824 12.128-3.104 18.688-3.104 35.36 0 64 28.64 64 64s-28.672 64-64 64zM703.968 672c0 35.36-28.64 64-64 64s-64-28.64-64-64c0-6.56 1.28-12.736 3.104-18.688 5.056 10.976 16 18.688 28.896 18.688 17.664 0 32-14.336 32-32 0-12.896-7.712-23.84-18.688-28.896 5.952-1.824 12.128-3.104 18.688-3.104 35.328 0 64 28.64 64 64z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "BotW_Wizzrobe" + ], + "defaultCode": 59685, + "grid": 0, + "attrs": [], + "id": 51 + }, + { + "paths": [ + "M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "search" + ], + "defaultCode": 59782, + "grid": 0, + "attrs": [], + "id": 52 + }, + { + "paths": [ + "M448 576v416l-160-160-192 192-96-96 192-192-160-160zM1024 96l-192 192 160 160h-416v-416l160 160 192-192z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "shrink" + ], + "defaultCode": 59788, + "grid": 0, + "attrs": [], + "id": 53 + }, + { + "paths": [ + "M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23zM256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "link" + ], + "defaultCode": 59851, + "grid": 0, + "attrs": [], + "id": 54 + }, + { + "paths": [ + "M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "cross" + ], + "defaultCode": 59919, + "grid": 0, + "attrs": [], + "id": 55 + }, + { + "paths": [ + "M864 128l-480 480-224-224-160 160 384 384 640-640z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkmark", + "checkbox-checked" + ], + "defaultCode": 59920, + "grid": 0, + "attrs": [], + "id": 56 + }, + { + "paths": [ + "M397.434 917.696l-397.868-391.6 197.378-194.27 200.49 197.332 429.62-422.852 197.378 194.27-626.998 617.12zM107.912 526.096l289.524 284.962 518.656-510.482-89.036-87.632-429.62 422.852-200.49-197.334-89.034 87.634z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkbox-unchecked" + ], + "defaultCode": 59921, + "grid": 0, + "attrs": [], + "id": 57 + }, + { + "paths": [ + "M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM448 794.51l-237.254-237.256 90.51-90.508 146.744 146.744 306.746-306.746 90.508 90.51-397.254 397.256z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkbox-checked2" + ], + "defaultCode": 59986, + "grid": 0, + "attrs": [], + "id": 58 + }, + { + "paths": [ + "M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-768v-768h768v768z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "checkbox-unchecked2" + ], + "defaultCode": 59987, + "grid": 0, + "attrs": [], + "id": 59 + }, + { + "paths": [ + "M731.429 808.572c0 83.429-54.857 151.429-121.714 151.429h-488c-66.857 0-121.714-68-121.714-151.429 0-150.286 37.143-324 186.857-324 46.286 45.143 109.143 73.143 178.857 73.143s132.571-28 178.857-73.143c149.714 0 186.857 173.714 186.857 324zM585.143 301.714c0 121.143-98.286 219.429-219.429 219.429s-219.429-98.286-219.429-219.429 98.286-219.429 219.429-219.429 219.429 98.286 219.429 219.429z" + ], + "width": 731, + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fa-user" + ], + "defaultCode": 61447, + "grid": 0, + "attrs": [], + "id": 60 + }, + { + "paths": [ + "M182.857 448h292.571v-109.714c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286v109.714zM658.286 502.857v329.143c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-329.143c0-30.286 24.571-54.857 54.857-54.857h18.286v-109.714c0-140.571 115.429-256 256-256s256 115.429 256 256v109.714h18.286c30.286 0 54.857 24.571 54.857 54.857z" + ], + "width": 658, + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fa-lock" + ], + "defaultCode": 61475, + "grid": 0, + "attrs": [], + "id": 61 + }, + { + "paths": [ + "M758.857 603.429c16 0 54.857-7.429 54.857 18.286v182.857c0 90.857-73.714 164.571-164.571 164.571h-402.286c-90.857 0-164.571-73.714-164.571-164.571v-182.857c0-9.714 8.571-18.286 18.286-18.286 16 0 54.857-7.429 54.857 18.286v182.857c0 50.286 41.143 91.429 91.429 91.429h402.286c50.286 0 91.429-41.143 91.429-91.429v-164.571c0-14.286-2.857-36.571 18.286-36.571zM448 73.143c9.714 0 18.857 4 25.714 10.857l310.857 310.857c6.857 6.857 10.857 16 10.857 25.714 0 20-16.571 36.571-36.571 36.571h-164.571v256c0 20-16.571 36.571-36.571 36.571h-219.429c-20 0-36.571-16.571-36.571-36.571v-256h-164.571c-20 0-36.571-16.571-36.571-36.571 0-9.714 4-18.857 10.857-25.714l310.857-310.857c6.857-6.857 16-10.857 25.714-10.857z" + ], + "width": 896, + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "go", + "leave", + "out", + "sign-out", + "export" + ], + "defaultCode": 61579, + "grid": 0, + "attrs": [], + "id": 62 + }, + { + "paths": [ + "M969.143 228.572c30.286 0 54.857 24.571 54.857 54.857v694.857c0 30.286-24.571 54.857-54.857 54.857h-548.571c-30.286 0-54.857-24.571-54.857-54.857v-164.571h-310.857c-30.286 0-54.857-24.571-54.857-54.857v-384c0-30.286 17.714-72.571 38.857-93.714l233.143-233.143c21.143-21.143 63.429-38.857 93.714-38.857h237.714c30.286 0 54.857 24.571 54.857 54.857v187.429c22.286-13.143 50.857-22.857 73.143-22.857h237.714zM658.286 350.286l-170.857 170.857h170.857v-170.857zM292.571 130.857l-170.857 170.857h170.857v-170.857zM404.571 500.572l180.571-180.571v-237.714h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h292.571v-146.286c0-30.286 17.714-72.571 38.857-93.714zM950.857 960v-658.286h-219.429v237.714c0 30.286-24.571 54.857-54.857 54.857h-237.714v365.714h512z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "copy", + "files-o" + ], + "defaultCode": 61637, + "grid": 0, + "attrs": [], + "id": 63 + }, + { + "paths": [ + "M877.714 777.143v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 484.572v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 192v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571z" + ], + "width": 878, + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "bars", + "navicon", + "reorder" + ], + "defaultCode": 61641, + "grid": 0, + "attrs": [], + "id": 64 + }, + { + "paths": [ + "M1024 414.857v453.714c0 50.286-41.143 91.429-91.429 91.429h-841.143c-50.286 0-91.429-41.143-91.429-91.429v-453.714c17.143 18.857 36.571 35.429 57.714 49.714 94.857 64.571 190.857 129.143 284 197.143 48 35.429 107.429 78.857 169.714 78.857h1.143c62.286 0 121.714-43.429 169.714-78.857 93.143-67.429 189.143-132.571 284.571-197.143 20.571-14.286 40-30.857 57.143-49.714zM1024 246.857c0 64-47.429 121.714-97.714 156.571-89.143 61.714-178.857 123.429-267.429 185.714-37.143 25.714-100 78.286-146.286 78.286h-1.143c-46.286 0-109.143-52.571-146.286-78.286-88.571-62.286-178.286-124-266.857-185.714-40.571-27.429-98.286-92-98.286-144 0-56 30.286-104 91.429-104h841.143c49.714 0 91.429 41.143 91.429 91.429z" + ], + "isMulticolor": false, + "isMulticolor2": false, + "tags": [ + "fa-envelope" + ], + "defaultCode": 61664, + "grid": 0, + "attrs": [], + "id": 65 + } + ], + "height": 1024, + "metadata": { + "name": "icomoon" + }, + "preferences": { + "showGlyphs": true, + "showQuickUse": true, + "showQuickUse2": true, + "showSVGs": true, + "fontPref": { + "prefix": "icon-", + "metadata": { + "fontFamily": "icomoon" + }, + "metrics": { + "emSize": 1024, + "baseline": 6.25, + "whitespace": 50 + }, + "embed": false + }, + "imagePref": { + "prefix": "icon-", + "png": true, + "useClassSelector": true, + "color": 0, + "bgColor": 16777215, + "classSelector": ".icon", + "name": "icomoon", + "height": 32, + "columns": 16, + "margin": 16 + }, + "historySize": 50, + "showCodes": true, + "gridSize": 16 + }, + "selection": [ + { + "order": 1, + "id": 0, + "prevSize": 32, + "code": 59689, + "name": "LA_Portal", + "tempChar": "" + }, + { + "ligatures": "home3, house3", + "name": "General_House", + "order": 129, + "id": 3, + "prevSize": 32, + "code": 59693, + "tempChar": "" + }, + { + "ligatures": "compass2, direction2", + "name": "General_Compass", + "order": 126, + "id": 75, + "prevSize": 32, + "code": 59722, + "tempChar": "" + }, + { + "ligatures": "info, information", + "name": "General_Info", + "order": 131, + "id": 269, + "prevSize": 32, + "code": 59916, + "tempChar": "" + }, + { + "ligatures": "embed2, code2", + "name": "embed2", + "order": 147, + "id": 385, + "prevSize": 32, + "code": 60032, + "tempChar": "" + }, + { + "order": 1, + "id": 0, + "prevSize": 32, + "code": 59648, + "name": "General_Store", + "tempChar": "" + }, + { + "name": "General_Heart", + "id": 8, + "order": 127, + "prevSize": 28, + "code": 61444, + "tempChar": "" + }, + { + "order": 146, + "id": 11, + "name": "General_Map", + "prevSize": 32, + "code": 59688, + "tempChar": "" + }, + { + "order": 137, + "id": 10, + "name": "Links-Awakening", + "prevSize": 32, + "code": 59687, + "tempChar": "" + }, + { + "order": 138, + "id": 9, + "name": "Breath-of-the-Wild", + "prevSize": 32, + "code": 59694, + "tempChar": "" + }, + { + "order": 136, + "id": 8, + "name": "General_Bottle", + "prevSize": 32, + "code": 59695, + "tempChar": "" + }, + { + "order": 135, + "id": 7, + "name": "LA_Secret-Seashell", + "prevSize": 32, + "code": 59696, + "tempChar": "" + }, + { + "order": 148, + "id": 6, + "name": "General_Key", + "prevSize": 32, + "code": 59697, + "tempChar": "" + }, + { + "id": 1, + "order": 52, + "ligatures": "", + "prevSize": 32, + "code": 59649, + "name": "BotW_Armor", + "tempChar": "" + }, + { + "id": 2, + "order": 53, + "ligatures": "", + "prevSize": 32, + "code": 59650, + "name": "BotW_Beef", + "tempChar": "" + }, + { + "id": 3, + "order": 54, + "ligatures": "", + "prevSize": 32, + "code": 59651, + "name": "BotW_Blupee", + "tempChar": "" + }, + { + "id": 4, + "order": 55, + "ligatures": "", + "prevSize": 32, + "code": 59652, + "name": "BotW_Boss", + "tempChar": "" + }, + { + "id": 5, + "order": 56, + "ligatures": "", + "prevSize": 32, + "code": 59653, + "name": "BotW_Bow-n-Arrows", + "tempChar": "" + }, + { + "id": 6, + "order": 149, + "ligatures": "", + "prevSize": 32, + "code": 59654, + "name": "BotW_Dungeon", + "tempChar": "" + }, + { + "id": 7, + "order": 58, + "ligatures": "", + "prevSize": 32, + "code": 59655, + "name": "BotW_Enemies", + "tempChar": "" + }, + { + "id": 8, + "order": 59, + "ligatures": "", + "prevSize": 32, + "code": 59656, + "name": "BotW_Enemy-Camp", + "tempChar": "" + }, + { + "id": 9, + "order": 60, + "ligatures": "", + "prevSize": 32, + "code": 59657, + "name": "BotW_Equipment", + "tempChar": "" + }, + { + "id": 10, + "order": 61, + "ligatures": "", + "prevSize": 32, + "code": 59658, + "name": "BotW_Fish", + "tempChar": "" + }, + { + "id": 11, + "order": 62, + "ligatures": "", + "prevSize": 32, + "code": 59659, + "name": "BotW_Food-n-Materials", + "tempChar": "" + }, + { + "id": 12, + "order": 63, + "ligatures": "", + "prevSize": 32, + "code": 59660, + "name": "BotW_Great-Fairy", + "tempChar": "" + }, + { + "id": 13, + "order": 64, + "ligatures": "", + "prevSize": 32, + "code": 59661, + "name": "BotW_Guardian", + "tempChar": "" + }, + { + "id": 14, + "order": 65, + "ligatures": "", + "prevSize": 32, + "code": 59662, + "name": "BotW_Herbs", + "tempChar": "" + }, + { + "id": 15, + "order": 66, + "ligatures": "", + "prevSize": 32, + "code": 59663, + "name": "BotW_Items", + "tempChar": "" + }, + { + "id": 16, + "order": 67, + "ligatures": "", + "prevSize": 32, + "code": 59664, + "name": "BotW_Korok-Seeds", + "tempChar": "" + }, + { + "id": 17, + "order": 68, + "ligatures": "", + "prevSize": 32, + "code": 59665, + "name": "BotW_Locations", + "tempChar": "" + }, + { + "id": 18, + "order": 69, + "ligatures": "", + "prevSize": 32, + "code": 59666, + "name": "BotW_Memories", + "tempChar": "" + }, + { + "id": 19, + "order": 70, + "ligatures": "", + "prevSize": 32, + "code": 59667, + "name": "BotW_Mini-Game", + "tempChar": "" + }, + { + "id": 20, + "order": 71, + "ligatures": "", + "prevSize": 32, + "code": 59668, + "name": "BotW_Mushrooms", + "tempChar": "" + }, + { + "id": 21, + "order": 72, + "ligatures": "", + "prevSize": 32, + "code": 59669, + "name": "BotW_Points-of-Interest", + "tempChar": "" + }, + { + "id": 22, + "order": 73, + "ligatures": "", + "prevSize": 32, + "code": 59670, + "name": "BotW_Sheikah-Tower", + "tempChar": "" + }, + { + "id": 23, + "order": 74, + "ligatures": "", + "prevSize": 32, + "code": 59671, + "name": "BotW_Shields", + "tempChar": "" + }, + { + "id": 24, + "order": 75, + "ligatures": "", + "prevSize": 32, + "code": 59672, + "name": "BotW_Shrine-Quest", + "tempChar": "" + }, + { + "id": 25, + "order": 76, + "ligatures": "", + "prevSize": 32, + "code": 59673, + "name": "BotW_Shrines-of-Trials", + "tempChar": "" + }, + { + "id": 26, + "order": 77, + "ligatures": "", + "prevSize": 32, + "code": 59674, + "name": "BotW_Side-Quest", + "tempChar": "" + }, + { + "id": 27, + "order": 78, + "ligatures": "", + "prevSize": 32, + "code": 59675, + "name": "BotW_Stables", + "tempChar": "" + }, + { + "id": 28, + "order": 79, + "ligatures": "", + "prevSize": 32, + "code": 59676, + "name": "BotW_Treasure-Chest", + "tempChar": "" + }, + { + "id": 29, + "order": 80, + "ligatures": "", + "prevSize": 32, + "code": 59677, + "name": "BotW_Village", + "tempChar": "" + }, + { + "id": 30, + "order": 81, + "ligatures": "", + "prevSize": 32, + "code": 59678, + "name": "BotW_Bomb", + "tempChar": "" + }, + { + "id": 31, + "order": 82, + "ligatures": "", + "prevSize": 32, + "code": 59679, + "name": "BotW_Weapons", + "tempChar": "" + }, + { + "id": 32, + "order": 83, + "ligatures": "", + "prevSize": 32, + "code": 59680, + "name": "pencil", + "tempChar": "" + }, + { + "id": 33, + "order": 84, + "ligatures": "", + "prevSize": 32, + "code": 59681, + "name": "BotW_Book", + "tempChar": "" + }, + { + "id": 34, + "order": 85, + "ligatures": "", + "prevSize": 32, + "code": 59682, + "name": "BotW_Cooking_Pot", + "tempChar": "" + }, + { + "id": 35, + "order": 86, + "ligatures": "", + "prevSize": 32, + "code": 59683, + "name": "BotW_Goddess_Statue", + "tempChar": "" + }, + { + "id": 36, + "order": 87, + "ligatures": "", + "prevSize": 32, + "code": 59684, + "name": "BotW_Hinox", + "tempChar": "" + }, + { + "id": 37, + "order": 88, + "ligatures": "", + "prevSize": 32, + "code": 59685, + "name": "BotW_Lynel", + "tempChar": "" + }, + { + "id": 38, + "order": 89, + "ligatures": "", + "prevSize": 32, + "code": 59686, + "name": "BotW_Wizzrobe", + "tempChar": "" + }, + { + "id": 39, + "order": 90, + "ligatures": "", + "prevSize": 32, + "code": 59782, + "name": "search", + "tempChar": "" + }, + { + "id": 40, + "order": 91, + "ligatures": "", + "prevSize": 32, + "code": 59788, + "name": "shrink", + "tempChar": "" + }, + { + "id": 41, + "order": 92, + "ligatures": "", + "prevSize": 32, + "code": 59851, + "name": "link", + "tempChar": "" + }, + { + "id": 42, + "order": 93, + "ligatures": "", + "prevSize": 32, + "code": 59919, + "name": "cross", + "tempChar": "" + }, + { + "id": 43, + "order": 94, + "ligatures": "", + "prevSize": 32, + "code": 59920, + "name": "checkmark", + "tempChar": "" + }, + { + "id": 44, + "order": 95, + "ligatures": "", + "prevSize": 32, + "code": 59921, + "name": "checkbox-unchecked", + "tempChar": "" + }, + { + "id": 45, + "order": 96, + "ligatures": "", + "prevSize": 32, + "code": 59986, + "name": "checkbox-checked2", + "tempChar": "" + }, + { + "id": 46, + "order": 97, + "ligatures": "", + "prevSize": 32, + "code": 59987, + "name": "checkbox-unchecked2", + "tempChar": "" + }, + { + "id": 47, + "order": 98, + "ligatures": "", + "prevSize": 32, + "code": 61447, + "name": "fa-user", + "tempChar": "" + }, + { + "id": 48, + "order": 99, + "ligatures": "", + "prevSize": 32, + "code": 61475, + "name": "fa-lock", + "tempChar": "" + }, + { + "id": 49, + "order": 100, + "ligatures": "", + "prevSize": 32, + "code": 61579, + "name": "go", + "tempChar": "" + }, + { + "id": 50, + "order": 101, + "ligatures": "", + "prevSize": 32, + "code": 61637, + "name": "copy", + "tempChar": "" + }, + { + "id": 51, + "order": 102, + "ligatures": "", + "prevSize": 32, + "code": 61641, + "name": "bars", + "tempChar": "" + }, + { + "id": 52, + "order": 103, + "ligatures": "", + "prevSize": 32, + "code": 61664, + "name": "fa-envelope", + "tempChar": "" + } + ], + "prevSize": 32, + "id": 1 + } + ], + "preferences": { + "showGlyphs": true, + "showQuickUse": true, + "showQuickUse2": true, + "showSVGs": true, + "fontPref": { + "prefix": "icon-", + "metadata": { + "fontFamily": "icomoon" + }, + "metrics": { + "emSize": 1024, + "baseline": 6.25, + "whitespace": 50 + }, + "embed": false + }, + "imagePref": { + "prefix": "icon-", + "png": true, + "useClassSelector": true, + "color": 0, + "bgColor": 16777215, + "classSelector": ".icon", + "name": "icomoon", + "height": 32, + "columns": 16, + "margin": 16 + }, + "historySize": 50, + "showCodes": true, + "gridSize": 16 + }, + "uid": -1 +} \ No newline at end of file diff --git a/dev/assets/icomoon - TotK.zip b/dev/assets/icomoon - TotK.zip new file mode 100644 index 0000000000000000000000000000000000000000..c82f0566a7f3e4c7d2911118966a35d6aa381b3c GIT binary patch literal 428024 zcmeF)%dTZtcINkjT`f1YUcLP8t8c#k{C|J?=Ig)z?9X3*^Tjvc zeEo0#?zgW#`;*U}zy0i2pMCZ6o3Ecf`;-6e@8{iTfAaUA{r1c6UiZmoU)(=DettT= zc)Ys&{PN-Q<;B(KkJm4*u0FrMc=-JB?#1<$Z!fMMK7V+4asBxD)%C^I_2;LD7muIc zU0mOP{&0G6b$4-^i>_}zzkBG^+q)N9yFOjqoaQnYT-;vv)(5wD7xU$d`_8_;tg)-x z-ruFRe14~k8Qo1o zzwG$_^UKra#r5=fYH~i-fF4Z6XfDk1)?81Y-(MdCxqg`5PcDDj_ci+BG^d-)%bDYg z%NHl}*NBUB^k;4tWP8(GO=L`uOc~(X(~8K+CV5RqhYZY;Z8+K?I3yE&pGDX3#x@h##i~l4}gI?n|p~F(gNVnB&UenJbGiVmZ@ESl}9WFO|S)tWo0=&DpOUQ@V???DI zqq0+SzF^&EdVe|N&0Fdy%hK-tKQn7sYf&r0CjG9{>nAe`9WHZ<^{LeUvddN!V+kXw zas5p6Y0-oo(MiCO&D~$WoSxU8)Ak{xak7LtdSa5bxP#SmZ)$ja#Q2TwK7?3XqQm+k zu&YeL>*!>_;DDcjm$A(??i<(yXtH900yC#I+!5xX#?wwM7rVGORqk=0F)a2pB#q}C zck4<);kxe{ch2}?jT>-zzc_hnCP zcR<|$_I^4_9|4`)9gsV`i!Jk{!2+J94YoG6R}5en)9_qCg9&m#?gC_*O#*mHIqX2! z$1u~!7?sGOX|P0jRK-9KJJtw$+pmu{Co+X4FNl6%*fleP7xWVFH^GO#TYSB`467Dq zM>>qkC3Bi~Li+E)0zG-aO>{cLULbbQ_sc5z!Vl z!c1pnGq+=OBlL%H@Y4j4#{vJSkY7B^HA`8jY6LfSbqH$(bWp!+W+QlJ!#Dy+VEODapjxC zANP78bK~tnyK-P7j`9q`&bd!qB_}uyG=`F3_69ty%T9oBA}eh|7jQSQ4x-|qM6h&b z+>2J>`^3UvIP&=H7fX@S;4zz6QI}}Cp7pykU8}5;(j_D!uB{}ccshlHo`9*ISmTR z4`@BGoCw`tJ_f3I#=JEQs)6VXV+9r;BdX;h>&F`o2Awy=E#htFK-*|Y{!0wcoH?e+ ze@H{ix$HRfG{kTZw)+^*9=jZ;T>E`-L(0Z7U{mN=;<`W05GK~IAlWRtVhl0P zalv~%4go*=addrrdBk0+#m7zHK<~>J2Y`*jUI=Mt=7mW>(RG`J?}oh)Wem)$xe#We zTA|IwBg(mKr3!~ftb_W1aE&fxE*y;_hW2k59IrYYu6*!p4(rlm*fGhzNEQO@JMoyI5{n8xt^nFRl#( zTlz6-In+7t+0qb*1;J!DvGIs}_iGfx@HQqb;%;CY8p7-2?E@V%ngtKT=8R)78^=H+ z@`zsCZpa0>r|LDB0p1%0q zo9`4>-hA`zXMgfnU%q*I_2Gxt&!7JFw_pAGvp>1~)o0&*`PWl(`R>)1-#%S@^H&$& zy?%A^H(!1I*T4SeHy3~V)vsS&X!6@HUw`@auP-XueD?4E<4+&ZZ@>NKx39ka?yFb2 z`1{Yk`S#bZjO*(5-l(?sufP0Fb)kRze&>I&ohuRj_S;u)|IJt5JLBg1SD(H7=GWfc zKHfb(7{b%5@BaMP|L06$-hTEcwQ7L->3{sy$LdN~$~7m{R4Bm--dwrg)<(CW>F6Ys7#9s7x3dC5Lqed$AIaE=_(UpR8};JZD73v%u3NZ*Wy$BBfW zUtU*Ey1W^h=D=5%TGDQ|x|E3oF7Hln`s}*Ce0q0jtd1}5-bC`Q5Crk=?k&oCg>+6W z1%U)h0K$Z>Zw0OUOQX6pi3dFsf+=b1ZW0z^uEFa^c!aCmDuc~Li_Iqb7Ep{>zW>5} zMeY2bfUjQ*`#0Bb2mlCPD-XF$=sQk$bHUxk_v?q(qR0Ks=}pH;>iXgPFRt#SpO-m~ zmhN7k^ul|-xVie^9Jd?&s=P8^>r-V_MSEnk!A!`0nea(I1p>9sZg@H^)wK2c;{M?+2x2X_81yaTd42uxQu1>e0z!gmRZ@3#i*|$H*gN4|l?8PL*dqj` ztH((MC;VLAgBYZhtrGR^Ks<9374C0*@}Q{%Ti`im0R;r$c2%NA0=>@`dyfRA`>Rv& z<&vFvf7JF~XTi9_ry#^Lj@VtI04m^@U z&IDjE6a<1~E3X`HzE>b;QM~W=_CZ~$s1iN7jzc0RkHe6l08T8TJ=~n$ildJ&QCe*c z&SAANWAe<@a%?p7@}9MadDHac!&@x+PPI&W!G3RA~N44k*qm6H1&zBrQ`*$Z; zL4Vh93Rd3%{dvd(HzMEqzZPB9W= zxCB^$jlUJ%p(OeQOcO4KW&$Ikn!dk#TWRC=^fLKgvKC{?zq=4{#p;rgp2;u`H)i7} z2o?v~R@SsXXI=)QW#ApVDE?|{PUENozp~KT9gu{%lh-XA_tGz2) z))pXT;CDjKiU;Pe=%?*_x{9pn{Z(rUC#!cWh>ya+z%Xn%Y>5AkOSmlD^CNtBJ;i&2w zP^njAS6z6ZA^y^+ukhY%0|pgN36_mC`fI>sAYGzD#Tq^!Xup(&{q3taZ!VtR{`I%7 ze*4YE%Wr=3A=|3;Pf)6xrBqkH`s_@pzWMGi{_@{x?ho*&%lCMcD-RxZ_v1Y3?vZs} zG7ga&nW#*2E5_{$9zec9^B_&SjtE$UITgYrqBm@pMDJgq0hAfiKY&XjzZ7bP;QQ-Y zKNCz}(B^HKAdno*XAqE`8aewrRYDB7a)=I9 ze4BB&3NbO6+lRM`ns=DR4H&&9Hdw=oH1WXV2W2Y4lWsV9(T$~A6vJmC!VFGYW=A;=65IgWG)jT)KP6?s5r**VdLm`C z4hT!zWezHJG@C4=E(SPq&k3&?o{3$OP{~MgVD02xz2iX`;|j3x3QxY(;dnwZOrr64 z7k`c*oZg6hH*BoJj7gL>8Ks$VM;fAHqhVRbo9HON^a2PQv|x&a=H-_@WTmA}I?qo@ z<5Fm+lH8Fz?-@b?f!v4)y8Of9^vf^bzPfnzwZ!=Am#_XPz&`yj2mV*DzJB%Xmv8>^ zUugOdVD{CIVzx6rmiyjNP{4aX?6Xu4Jh2TXd2@MsNvaMQT$W2$366TlWw?_Aj3uex z00Mfc3u@ODIDoFmQ%!uq(6?<~`s?#o_rzW6G&Tj*StL z-7E3_N>qpvv$Q-*vL?g0A0yX8!Fu|MsZU@1)nEu7FT9-SzU)}M@!54=6GgzEc=rvz z8|Y!>qFJVE@K=}Y#-&9Ll0lU!(KAoXHVF|_UdHLF{7ELq2xCmV!zd9CU}bg;*DMLR z7?+D{I}(;tRR7Cw%x$Xzlhn!4U6DuK808hbNj`jn%N$3d9NkEWnz~nMlT&A3#4W*6 zkcovOEnf@AEd{scGX>5v^`Oa1dAs&+4WH)j$lg)7AK@$^GQR-rp;UsRtHE(clYV3? z+7KZDDq9*DrcKbs10!FwIbsT{$}mW|3DAo+qu;=j(#is9IzuR}cz6oIDJ_#xX}KWJ z%TfTte`L1Qf%Ow3`5ST-6Cw0g?m?1lIDt<6WG291gU&I&LSRNdfj-6@1UU;$HZ|{Q zzG0+sVQEU9{z_q@!$-K>B!4VEhUxT?Wwg?e=H;#rYo);FbCAeb0duY+=|EbF)g=cm zPBn!JGGR^h5LOrPK_ZgGgx)}EiYUko88=g5$+7XKH*ukt>|YSgS$Sq6V6x+itaxcR zzGVKRO;YfVDqSkz8^Wj}wH6CO=p6+H^^yTo8IRc5AP>NNeN4DlEc|NMHcwSRyC%w1 z@wv!02*C{1pT^nBwn&&F67l6i(v=mVauw}WT9fc*TAjtHN@!_?c8hp98~-d21YD^O z+sqfQ*O88yQdp`Uraw_a_VnS=RI@=;n5b!{pVii41Y)v5wVYW3>Yk=g%1w1yIj_nAgoY4MDa$8mL(d+ti2=#(%^1R2vkPYjGx0! z*fbm3WVF5~oseYx7wTx2fn@hFm4D#S_r;gL{mVaBXZ_26t1PXa`$0YU(;3RCv_jGM z>RpO*j(A%9bijLfzu2pdBT3Q9bFugS;{lHVV)A#9PMPcF0ATK|RFG*vU*0geI(&IP z#(20T!vNw1x-1%uImp2YI>hlwuF8CaQNBV2ln*yySnt^^=*p4sHbjwyJC^;*H z?>I0}F`VP7M?9I@xTV1ADqi2oCNd`n7BjMer$vlX7oY1NzCg^XlCCCb*7$xvRrixg{(OEz|*EkrmK}HQju3~Cy#d^wX%^_+#K0@k&_jPo&*w{)U z8QzEs+oStY)Zk{tsHe_}5>3{Wt&J z(~Cd-+b{p-)z{W>ekwZL97{r1R-}#sMom3kyld%`%RvwP|9Ls+;|KvmK1zwHBq)De zA<4m)Er>hxfajF^izJhMvHr|X=@IFDlh2bjY)9>cN5Y(9XQ5;udK29$1`uZsG<5AW z#x|}LarBNgyLdQHjCc>dyn9zX3Pd!t-?CTu!x$D9P}17vD^WrzC_9WJPb_ta0&W$~ zc=>rm18?$YCd-R+HO!(ARE*68H7VfpY^g!Df{5F3Bw`ic1*Wmc=m*}lEyzBO3v0|dIRQxHZFSSf6k=|BlBUrm1h0zn?? zFsE;v7)fZoc6YG*o=G$!+`Zz4Z)#;rhPYyTUk15NDST)PT;GnVavs-{bmIDe8SUIYv;S(?NuPNtC-ndb$qPNi|QzM;GYygAkB~E83wD1 z;ij9Vg<=RL4Skwah>0iWj25NKXjwlX2gsEeiqy2>`t}eI_4l;&UB4de%$wg1gip4J4jmBn#0EFoX; zX@(u0ZI8KSIBc(XXQ+F&#&RbghFX26cwwC!TacNax{u{>+MMp$$qw&&dj4Qs_}S|| z=HNwuan(;bI9KH<|0up%kU2c}*;2<>6>-KtuO7L}^{MrowniM#?vjEC_uzY$Z^o9h z3rxE#t53PqM6!Wv?recOd&Irputzw_ig_LMnQ}*#J8J{%IPYf1{!TxKsa0Y}#Ml7p ziWrS`GZsmkwv2&oRuaw(gZA~DnT_5io?ey5BVgp68|}$vnu;fbHwS<{Z%wuO0ZbMf za>Py0OoYsi^w(z@D*@H>VEs|HAU&bC;oK^7pd@3^8+8Tnk{H=0Kj6rm0hZx_jAlH` z5fO-@JZZBC(-~QHO4i*4_uKH~-sCHOLDd3jQsNH7p)1afr_X>Ir4TqWQGXqGz78|p z5n*goIN$0`3u$_ftaF$u5v|u2ezYDY>acMv-eMwiG)jiZ53?RJ?S{p0dI~y`Xc$bw zI-C3@@k~KJIU0b9-5Lidt{&p%j_NwP8F=2TgZ3sFsa9`1#&%5UR$5XXE(D+zEvh)7 zDqr;#l8cP+{U!#5Q-KIkQ)(WCjVW=G82Fj#!YK|rOrJqYukI}Ev+&lqBQ8hwrtlI{ zhB1Y(J@S&Fh#~9SIA%$tt>rPR5Pjc46H$RUnV3(HS7ujyb0&EeCw30RMjCtYx`F_y zfDfI}vhhsKvt&x-NOvi8Q$+4Dg|>W)z>H+^7MvE^qmZRdrOwc__3V~jr{Zxg>xn(% z!?7td8y-fH3OI1tMb&kzM69_TC+pnorYv^maAn-nx6kXFTqmVmcC=$Zid4r;j-#FM zl!#TjCRZDIn04db_bVIX+r^?%%8_ZW)#Bzd#wJ`b?85fy!TA#7DqEOzNi5vUq*t50 z(B@hBiV%}p3(9$Z?1a@_>pS{)SPTFhi-9JwxRP>qClZTBlhz+L7)y!98-MoJy(W!S z0sus-TbJQGoN&!69l?YVYZ-gnfrcDYNL<%ET*{{F#Pklf>!q5fS(OV&f(NW7!0uO> zZ+bY6juVUj)5}2Q(G#n>wmSQr*QkD-KuQn*_c^LRp8w%oi_Z1c}|tgm11T zHB&4v=Ch)6OhGKOY_?6pgW{ zG+X5%$aGo;R*@qWPm449sCsC-y@%XYig401%q6)AO2_y*f4(0Kt++BIGw~KqHYl_f zSZ$xo81x0G3s9PYF^k~kLT%$pF0_@0q>4_OeG>)a4JDO?!%RA;5)$2VI5?54OCf7( z#+z|Z`E>>y7PW+6V5|esB(MD@_%`rS+hnxD{;I8R!O_5b^M-GSS`Ah+eSK)SFQ!no zi9ElYpuv!8P2ein6j54A8qOFf1$JwQu%{DCCVRuW2D*J)wQ2E^%ojF0Lq(|lSw1QX z!0?b#Kh<~>#FBK?1>@YIYb)AMWfi(KMs%xT7Bg|GnbP+mma)LGi20r)tT`<7@QSe^ z?o6z}ELoH85d0l4Ob=?stH##kY3+hvAJ{$^Ul?oKi|p)%3s(y`(JxuYN{b_c=tEI| zBjmmuN4Ed%r*q2rU_UGW?DF4$heC2V{(;n}MM{6%G$AV7P#AXu+x^r{?GGIE{i}%4xnc(ca6V_}MQGMDE_N>{m zg6EVU&t*S&IbVI8H+M$f+#e^!y)=0q4LTy}IH9nB-^ z5tk4+r(#A?;B@~69-(^c1VKFM5rH$ybS8rl-#~LklHr#5X)6(tAYMB)-WdYS9fkuE zCdrLFiZBNnAt|V#%|VkBv6RvpDNn&|Uh1v-35=KpQ^SJYz_a@!5WM)#z7Pn0UtWZc zpgK2khGhw6i7ZTNTNy{}5cpf|IbNTSZCo2BfO58TCl2@FnU-_+jPvK`^I|^;xXB!^ z0v+;bi6lm}z3vd+G+gH$qehY^%^&hY&c*l1v3HWgI*L}6(DD!jm`I}6ZE7f6T&b-L z-yG5&^(zZRIbFvU2Pq`gDnZXqP zXX3soU!Qfh;2{Dw?0?>F|1!vW=_wu*F?{pJa!OSe73w&SiceWaT&mo%yu`Oi$#}){ zF|%n6Chl-9MU<&^pH1{Hl)?yFIg{NJi@{ZyMEHuzT*?83-FIuju&K^yS3~CF`|{nq zD8pawQE4Kf9vRJ%^d5)mgHcjkgb(y?@+gfNobk9e(;vzCOPnn^Fu25tHT5=OG6y+N zBw;*;kcE9xbTR4do6NxA333!f^ZF{Acu=w=6X&mb_r>%!@j%F;>gTnIIcg=Vl?^;V zkCV8jgX5$)TtpsM-M>><)0tD6C&ns?tDa$-Ursj5vZl zGjIdr9dY4mifuHmyvCxYU=CRbyPaX#5fq*!EA-J3IBTVUZ=pi)8K4H(Uq!}60SYpx zu?1$C?A8)TA5-5qyvc4_RG$Kx4nv}lMIJ?CAp6PC%UO2+%kkl!gNl!ymcVZgJ{cwC zE1{g6Zy7UusycYj3)%))23VvyUZ}5B;5f4LW;R7wtz1joulerr&2fBudpBO|u(xCgN;8^4KziU>=_@ z{~uiw7xgN?Tv`5pc(BdxwGxiAVIz?vazY#<{TA>NS#hMhTLjWcYhVzl@}f#Npa5z@bqa2{*1tmtw?CAptih+)ozu;v>ToK&m2Cu$c;s+7Vff9CTg@(`MJ8WqtPhISe$Iqkne`5)I08tLw^`Y z^Sv?-NatgB*qN}s>_2eWU+APyuU>xp>br}lS6@E8?p~RnxS8$dc5^Z z&9?P#&TW0#JMVtnJ3q0ByF|TEc0y&UxK#42dP+x?YBtbakXXx8$5FMWh#mtMv8D>0 zn_(h_@=99%f9n0!e%@#OUp;59V9j&I`RsX>3>0a>`PQ;fo!Ka}-5tHViD4Jwci^v` zdi|DfRGA-tu|&tGBXrJl?{2t*YWTj2;_1>#nD{PiSV-YF*Khmt=8yx54qh(jmNSqA zYg($S#rW&i?hL14DF&BKi9+)xvf1h+p$Mp~vu}Ib|K=?^SD&9~$vmS5bB_J(ue*iG zwQrBtOka0`d(+tNo=-mBJa804@e1#YACyX$OB}E6hFYvRjv?Vtym-QX zWEo*jq0{r1=TFXOoIj`auAzs{Xv3#Hgxg^E90r`-7dB=8sQhrafND$dJTMg&&|1^( zU@~#7ERYWIjiTh6Q+~DW@4)$~x8iAx!|L7X^6i!%)HA!_y%)xjJP@DFMQYl`O_5nQmK53)_2y60Zqg$%|T7mRh$ZP1Yv zd;Zs0_ai4C2fdqri-f4$KMu@Z!@X*m*AgbL|3J1LLbk+yyo^=FdjYw z{pEMR`?lv%efDX>dU|gy@7<7oJZZc6IEn54(v}DA%4{Fn&{8o^J+pFw3LeOAx1g$G zXLbA6tS(R1!<(v{sUJ{1661mA7 z%O@2=+gNR6ENIx*l`Mp8QMj^royKEl&wu5?whJ#QZ21hI z9D;b&x+tllsj_0RwkLd4$$kF_LD^4x1YlD*pCnA%LMSUd8kqnL%i3h@Mw`rv!DYr%OCB-M zx0=+5o=}K>Mwd(99%j}#b6jhk4ByXgJrRsNVl;kY~IZv6r9Yv%% z>qv*q&yvH)XpQ!yno!*^k=-d8I#;-K?G~l>^_oc(&}Nmg1)&O#nP`h#RtB~rurEHG zC6%eDrhz$!2Ii8dqbb8;7G`*Sew_C5Xv0f9W1C`~EPEV#x;rkJy1*X`yMOlT)n9!S zbz$MpM_o{RJniq+lWBe$>fXM)_iF;djOfQf*9MA@)v+IW*{vr@D9~2AO@$Im1U|s2 zY^JmjTHaqNZ8BN;mu;PwS2v@s9&RMnQm{s9x~wv)>M0Lte{e5tK~O5MveXtg)TIaS zQPAV1GI=f+^srWJzv8$w7RPmVl{Y4+r|9a9B)zBR$ujlE8Ln;^u3M@bbh0>r?XhMZNfU?nA$Y32GstzUXbd0=D$;o}WSo7Q8%r=D-7 zkkWNyY3ypMO^mW;HBJQ7SyXUgm6i(fTK23qxXQNV3YHE!qnSbcn|q>!r)gsX&a}nO z#gB(XsJ0}`sh+vvIj!GUT&7;mW%>lGD#IL^)1wE%(OMRqi5cvjMH4pNAdK1USc1W} z0<5TkUdAWS$n|*-X1WfISOS508_Ndbn%@m+IV5JqjId@^V z4FgojE16)S&GX@4LpoBKwMHA3V73v+F-Jm<|C4CkY>)~GzC zia73Wa_4J~3^Q7MYN_5Rm|jnGBz0dk;Wcv^)VK!!&pxJ2-Ib8E^0j=#3}GnXs$kxTk&TFHgG5lMIBHipzYb z(pp}1e>pSZdSrEVHMR7+TLWoQj6G{2#MaTQwR;fTc%HdGEUvUB$F}p|=mA^PQ%ay) z@@d-qvE}zpd9*+XrrY#D{hrEbs8<}&Qz`1eUHGB-jn%6XTT6#I^6hY?mL3^03}|Ae z6j{hWI8t!!J&`||YIoyU2OXE3ae)uoT*ri|%uCl!zY?NM)Y_R*uI~?G)4}2U6lL5a z&_vHUDC5%Th;d}IeszrMAncpBhsLo+vH@OZ0GzO9AY&JINLfHDivoo7xSa%1xYBrP3cwdgYm zH0X!R1X(OED;R+lLH3Kvsy^C$!@xYz6RW+`cN>Uo%##in6nl6mx+A(twkJ>dNKwTQ z1vU84Vkc=+6p@X0wY`P+=s0n^AVZ!DdW<5_)=-&PyrjSYA3^Leg8K>iQx|6@#emoW zqPvd;xzBL;PvPBjAVJIA+E5e>T3YRHb5&2u11<9u$op|y4^B)gfe1fhzMVs@SC3Dm z<>8+`KXE)k?>bxd{GWNHT*WUlQ`S zz{mb>U4IItvo-^1vHTfSTLiMh%ISCJqk-}e<|_SjX>O4W4TJ78#oVs_v&I!y46+TY zVE$-kwKXuN8;_puYQy*5L+l2kfV`(?vRsW4+qfOe;KWq!ydJ1XrX=f}9!N}L(Kxd~ zTiCxn5k>P$T7>oXSJ1(=N7kAgxOS2L&Y%~V62N2ps+`iG@h_ghFd0_Q3if&WK&zcO z!2AG`skksY%7w;|nWf=&xH0Tx8wg$_^Uzh%@Ydsoy$ld%F&S(Rt!2RgwC!H$?2f(W z%z=`2fHzsRuaM@N`aT;u#}*LCD1%9KmnJciBBObxY(aYQi@Z*!Y^OxoiOC{LFd)`e zjR(#?@f^~`0S&{#bl!g7QK4jXK29_buNxG}t;db}{L&I*a zub1Jjf*Lj6vgJ)bQ?+l-B^G6Z8FXX)C$U_<7wAgVOfw# zwrQMznLX3Kx+(bCFyc~A1dyhJR4-<~Mqkss9ZI1gQl z=oGPL;xEDY+qSErS8&U_(=dp&@TGcrT4=)7Nhrim`4eFZkd30pe#-s^hG9Eu9iuPu z8nbRfW5RGolv8!CM>H;529U*qhCB~P>M7=h#6D^#PykB#h#t?`Atsx}tp-F+Yx_(= z2LoI^#L@eS04aT3HqnEE2GL}y$dO{6046gpoYvqBG1f~K)cpNIg{nSI2eQV11R zis zXNrb4eZu9NhRzIH=+~&|oOb)$`o0h*4Py;F&N)5dl}!UW_OzUqv`V);zErCzkpuFa zB$d7@EcAZj>g}Z0HqE7thwJ4*WC9MF(QSBLxvyNRHAHPa$O*NQ?dqkpnx!#b(j0og z&Py-}DkCJf zIDr#k1_9CV%uSGJKOSQS0V0JF2a+44qy}Vv$JCB2VNK zvQOj#B zy7$0l?Ff9vFlJSTAR@9Qtxe5M`KorNoTIE@y4RCF-17tHn2L$s-1PW!-j_wpjRqNy zfflxeH-(Sr1ex)cOLK;5WvS*LWhCH)r@2x#94t=7?8EANut(5?6gSLN56QD<3{yT` zEb3_EGBUg2TpO*#uytK`-lQP22txurmzfQ9I?AYL=QUD@Y-*SQIA|0}1n@)!(Fq^& zTc>5j{psDt_^7stH|SJZYYF)QZmv2^qvgOCgjU*q#vioXR z&BYnw0h|bVD((8qF;9-LZ@Ig;I*scB%=dZxDx75paLOmufRr$T@QLr$bb_?oiJq{y z=JmMNmTSyxhWoeWnV706V=Gxfl*8aBU+j6^S{_XlSe!{kll&WlA{&KQ#!;CA@Ww3a9rH8;Lle&WrK&bcSk zf=!-^3T0^87hVVc0>lle#yXjNoNXmVBBE$KrUfF~v5jr(p!T~aI|hJ&4{U99=h|qE za2%?%J6jz;xfKvhmBLZ$epf-O@tjhstVlAuYp2g-zVbhWBrlpM+dZQqX?ScXG|5 zpQt5en>L*p0Bgr5dfg(PvdAPRzLha~e>*d}qXzmD|x<+C&(NU;%D$S=8#AvLk^1_$zaf`FhCL}~drpTTYIV_a*v)jYH$ED4zW z`U5c!oX5pT<)(PZz`JsgaH#X?(QT(Rm)Yhn`X*qs3{=n!XT`-)L*I@oUrut_&k{LP zrT|?>-1pvdwPj?>ytD}jD{@1?DVp|cQzCE0ylNT%(w)og?Qf$%+ZALJb3HNd`yssLScA7)^xxd`TIr1R-A|Y}T*qKe-hTZiynL&JUJ7Sf-Ic2cTP4){irLFV94VMC?c;7XwEGzgzQdUPI719@euv+rvckp3@e9O#F*06$U9heAAeJ) zrdBY?gxqq)?q@Gl=dM-NC;WL2pnM+kkAQn$N@Fe)<{7>zOzET5Rc8E1-_gs~X$X$c z6+Dc~RNKAt?DXi`*#Tys1RX%FILVMS)=p=`G_rQixCw=%naIW1;e&}B7dI1O%tT8) zs8>TodO3^3_er#iZiflAv;q?*0Sq-BbwHdrbE1P-5*gOPMIL&0pOIuD)5m zJe&34;UzsTqQX>^EDwQduM%Z;UK{=NksAj6~L zSSDkiy-)dMBg5D&ZD@+!*G}l>?uSpeWiO6A`XzH}>rs$YdN}LKFb~ZsbN1%Rr|}8S z>=Xl;PxWwaV8{A&T7Xnx873d)1&ay4-d0c}yI=L-kr50%)wHYn5>4`}8)f*(MYJGsmdf#1(6X53z z<*d&5-bOCdF^{%hPSbV@My&hVc-{Ow4=^OzwqAXB_@s5y>*;Cx1#Fu0zW+i&?PJYO zAprCoogAnC;PA=*uX&7s{`bUp?OK2qgruK8kVNp6BtDq`heu>zFuDU+sDPUXZiEqH z;1XO<9N25mlKCY&bpPy|r>Bns7dZL(zy+<&z~!#Wp9oy`mmPPYEpRoWABQdXU49I< zEUL^>5#yZOHRj$yG=L@vZMM5!`t^Y4w{NC4HNSKzP=sIo`sbs^w!3Gknr+i6BTCsEW6A4S<}=AJ2gU z-6F+$<`%C?stlp3P`}L5{ZxV+aKkb;0{2h>I9tpHteWOyzTrzOh8?+LPYw`4Oi()` zV26{rwbTiOn>@Lw%pfob$@>RSJw35I+F%LtA}aR-uH%K_aU&4C%gSaiQ40#b>^GbY zXWtV=alsvQ^2$FGfmhG?cH&qWIRJxlZi5xb|;o!3FX$9yK5{Pr5$ z*?S3}`q8!4L4ZM9fEU0O_(06?>fXc{LM|RSnF?7z0S<=Mfc^T*UUJ+Pm*CW4CwLJg zC?$J%Gm@4-8ov?n#+H|Bmx*~Qf)Sm%KW(1X;X^AiCYuC`z!~ zj?4n=5AE?irrBo1v8H6Gkw)vA?xH51500LC`Ud6Cc1CM7)$rQ)BxJsHVj-4lh`9&6 zFep4%B-T*b6JsqPBTSyR!l--ClrOoFA^DxP0xxR+v% z4s5oeleTAjVScSHc*JFahyzsP8FKEj4I2VcjN4?a z72#rjv=0esbGKh>GDY#95wM@sls|A0Gb4-f9;=-NB{m!r5z(s377caRpBM!l2h`6B-RL0l_mpOUMc^QpY{wdoN6T=u=3~#LAtmp* zzmQ2~qimw9h^J=-WEn)l%3CQ2?dM@sF{QvSnP$d`g6WDUEPmJ%z95+);PcN1`>rU`XqHE2)zhR4#0ke8WZQOci+sxX#7R-(|-mlKExWC#W8^1zAEwO-~K;V?AW z56feqQ7_-*FY`_B&wv(&t=sqRv{~Sw+hRaB%SWRarqRqD00Nc4XA)z~zpTvg&EH;p zeetK?e*4Yeew?#o(m$WGBkE_)?pY8&k+Z8%e8}0~8`+O@_fP!D*AV6_KdF2DR(&xK zn5UMcTowoA%HtJV5iwQh;<5 z^xQJ+SrFA1jfb}-vd~|j7{J2hn>a-jU|uR741E}X?!&4iW3I=+Aj%9Pq`$v=&9C0} z3v;>>pJ9={Usv1sff%CX@5B)Ic_)SsrSMJ&xWzjmoDV)BgsI2nK4L@vB*%nq=W(Ol zWJm;LXPz2Ud5BJu=<{zcK^l%vC((<1_E_Da`S}Nw^2y1&3lrH#VP)wOC`+ls*E%I) zCt4YPq0ohUU~QyB^FVgN8Z9l*WeNb$%s0hTRf&pBcV5o#W~?(TLz;#f zlW7qpyw2DViiq_@z8g~5-x4J-&)oSZNpPBflEnKq0nGSDd;l$)JahhrBpyLCU$M8S z>+wCm+2=Q9SeOW~6O7{~YjnZxr*7 zqR^3MRVS#JQqH|;$`p_p^&WY+njl-On?&dAw5y)CYC4#6xs$Z8YDgh;l89&s?i8sm zO5mZ=vX=@Fg_KGN0$l`Sne}n1>dS=JGl0Ag5EFH0EV`($j@(YL3?lS=l)ZPNT%kt?8h>ak(8X6#ojD!GE;=`ia~$`45Me~%_2kO z%=;v(n;qpIh{m0@IeWU%7rIbdHvHYo@mcT4n<}*;?oyi0#e9>g-GHZbPHARVGdA0u z!L-yc4>H@M^U%m?5~>yEDz3j}7hZgg6v$tUB;N3QPu_Y>$?u)pF!o%hA5ZCu9n8P? z>?HfC9yK=li_(q%@poVU^{a2b{^;re{{Qnc4e7;^X;@YN$*G1lh4)j9^QeA2%lO0( zh4u_k^s!|hywEcZ=U5Uv<&x2s1lo?O5{359rl-jdv)ZXQiIyo6J(Lp2^C?G7(TX3)Wase? z>~jxVk>kOldQV@QB$@$tgOm}+w~c=|=zv56ujI9rH-A+fjJ7P_OJ?tcwz3;-6?s!C zW2uI)7*@A!*pn6~02Kng7l897Hm@P>3G>LX!g+Np3nISPXX98C)o_V?w-NjL{evet zet9(WFL$AX7Dx!h?}53b3S9MS&HAg8>ZxX$FfCTjV&HIo*Ef0f!Kx8^f+>LGe6~G% zkTPiUkBqCwPN}eqRLH%mHi?k6^XZA2yJS>gitA9Yjnf3MqjQoF?Pjh z`qetMs0u(0Mg^qWmIMndPu)nZd((=ZFI~AL5t4q(mf0&a?TIp#fGa7qX`^RJy1b`k zcXU2+69*%!ma?|h^UDG{7QN?%4kl72ByVw~+)>F~iL!!{&e-YpJwVc-#a&gP*4N$K z-V+=R#g{amK@v}8o#2|32s_i*-!~l%WCs(nLf;D9^y{JcUXG(D)n>C<13JD+YDEL` z4d6|iB`ha3_cFDu=xsk$g|*r|^UIyC)2mfhiVgF(PCDqWn8*u^$>#>b>~{rT>9Z9- zBBQnygte>uc2fC%fT72r%)yhOF>?S3&1=5mfk%zjN9Rm%mUFkXJ>9^KqnmlqO3&F! zKm~E`)!94bA-61%|CuBi$FQ=~If8W3h$+|nrbGsg$- z`{6;3SfMPZTq?o348OlKeoL{Q7Fr_QkGb~r|Mvko<9!FnwQ>M5j+QVEMCPv*%%4Fy zGM(=JY2Y0ukNTf6x$;f&-MIIR$#JoF znCzr?m^=yMGbU%)zlX_q^cj*_ zD9RWnn4+WfHc->zp!ZL@-?H=?wx~Cszoef+=V+i}V(VfS5~2gN-&g20(DvZu_0}s$ zR|WJ~c|8v40QzR_xFuWAIXo(=MO~xl+TcpjLK-6gAqMv0v@N!KSa?^7K%=0dt}nT> z0nBDEF0!KO8sSyi$~8mjD}z^zQ|`=ow<{kE+7T~c)@Zxf@pt5`#7d^{{KN%c^E->n6F|3%Ef+CJy7qigBa zd4GbD91y_(!s@C0vr)2H%3sxW_3d@eT~FR2iCm3uT!j%$ zeS0OcoF_LHYD!)Wj-<3_X>b%-yL$;^7y|{nTC-UpikmvJ8oCZvi_SIG@`ck)+B}+) zm|3831?we@JrHjrV5~-7fXg`5NhERvO?m@InlR~MX|2B)(eCycrZLtl*fbFRmH)Hx zEO~P2?5ZMTAIjd-aj>JE=lt7rt=qVp`i5PRgl zjJIX!BX?;eYcoOZR!~+{kzTD#np(+Y?dXV0+b74=|IU}5j*%5>#vo=jjJ!&n5td1Lw4*{doAR>*-Mz-vweJ(S*um<(e zW?7B)M{g6>b_N9HYxY*s;(M_G^yqgtXO<3*%qNBsdb-IK4Q$@)g)h3?@R$6p0(lLY zkFoVcy13Ht>9K@^-ce$UTbk4B>XoUR;d}2@!uE%w>`@wtwAm#9KWq>OO;M#xM*u7? zl|cfOMnE!@axk!{Unn-AXEIAi?_p+4EjKDKUklRb@aL$|$CyL@*_<%0k4Yqs%7L`e zZ#KAjZVsPEJ1~$5QZPax*3X&8W#@wfwsrDB%>BLk7PZ8wBoxpm1Dwq9n9x)ki0?3i z-EHFxI$siVrU)w`8w+$N$FWhN`dN^F!JCkM=8!m7!c zy-@zZ`^NNxqwddkG1M|V71vpprf%Kwf5RfH@r$-4ZAv{3lY<_!i>qm1@|l_PK`x(3 z$mHpU5=Uch+6=Og;?8iHUma-O))0rWVHyI!kz;mAMPjaTWzW$F)^$ec-F z3YI>2;IHva6(g7DfTD;`uuq@MT7B(81RXy3hsJOpYAJ{b@%3@xz(!G56!( zsPN;hE4bc_ud(!EX;y8dX?-}W9>;QK74qDR1X%Yd9gbDZAeT% zEK{Dbh9InG2+ciD%alqdgGDgG{3MonkY+ZGkuNCYDK4tNP-J$1aJ$@y33J#1$oZ9s&`_?$OpJiF zQKnv!$W-6TQPKwE;DsL?1qO=;j8+LZ2NZZ>P`%^^Bk2fU_(3kr`i2$IjJ{STYY+ zjYH(v+;7Zmwa72-UoA76#|#4rAOJi&OB8!_{uH~orO4Axz&v!&4{>1?c8!=%5}0#bAPY(1VT zk|Bb{ZanLtLhn>_*;nxcj%5g~QbeA>J|}^=OQdC9j9Lw3>Rg2o`QF5|*^~#wB7T~b z9=4I`C>FS&pJJ%jLa_&)O{U1Mx$-zINCbH2P${+u5|h47$dmMdGfl_dG{(O6xty*r zO()Jqq2ggK0%N*WqJkU8=Cl_XWT*0>05*I#ZLg)Rrlo}ap!D^Vc_p=$4ME#~NZxtQK zDrjclj_rv)Wo?aN`3C$)%lU9skv%Yu;_T&{epCXKcHf zO(Q0Ob#)7kmvPAIQ9^#-P;!bmc-G`Lbc6cL^nrcxk4KmK;IE1ay%eUTqb5me%1~2y zL6FPEVi4PSrqVvz{jJj$om_BKM4d-!L~e|{(cqX>!zdoI(OkcjfW(|<8aW0TJCQ_6 z@dBG9KqP?%Z;D~)#B_F~;ga(w%V`0wewwUy6F_?VQ^6FJdqcv4G5SsAyU*N z{ys}+Q`}?2no|k2N@v>_(un~b`XPMql@*MCKh1l_xc>l&U*a7_`e3o4H&=K4u-RVa zz(4I0LrXD(UD*RU>=t!0Yx%&-gtAsjebbbWTxPw*q^2YVUY&r?woQC9sTwx}0SGKJ z$ryAN%|OjQP0&Z8nhbg^G6J=3LDB#u13Bv}8G7#$gPtT~pnu+OMyZXdi`B#y@Yta*-S2@`AHSF5IPymB=J%I9e>FYHZrvc=;p(m+C*C1D|C-t9+aHR zIbCcd4MGeRSps0Qvvv69Pqo$dzJA1xJX&|yKyYb z*a^J_$k@s;;&X5BkJNd#t<4sFw$cv$_osW@Q-O*Bp{U;e2<%wNZfbA=p445dfbQ~j zzacMB_+(hF;6n%iwqUp`Hgi^+7pF0AYAg(77Q3bJtfZMc0VV{NV|bqJTuB}u)M0R@ zmziL{yNm|z7ei%Q8}lQv*AU$+*?rtXQOr*pV|D_z+eb6W^kdWC@%-LMk5lHSb!Sqq zJJTe88HD{Gzx(R9zj^ibcOOMCxbpK63~U_;cIQbaKQWhn_e;x*V9&$)aRB?oPbohh z>xQ%ct`eTzA}!KT(~^%NVG^+-wuc4{e?AWTo$_cX=ZO=0hx@kL1+_NzW6i@xCedzX zi#xY{s*-xS1Y3JP+%?}q@Z=5N+*~ei@h+kwc1PEWvdg11QAC`Z@ggE>Y{+pWE|zDZ z5=W9z9Qpl*aSzs;kN43PO1($zr9|o=J7eLv4T80-re{bPajc}8tB0L2MiN3}bmsv{ zvlMcz*2C7K4H0ZIDjVJ~-70x3NwA(hgMOlUmWK`4sbt;8IM7iUPmU)9pO4yB=BP3| zF{3xl&^r$W_jk%`4yHaqHdUajU*SeLAEpA0D?(6B8{_=vw3>v^HwCx)=|~?NcU`N{f5s`biMUbPK_AL%c!t8(4`?IUx4z^oGc2d?(OE z@|fK;I7$8sMV@8R%oOER;)%KXDR3Ou37@9`BLOAdT6)ARK+AD9s66k zXO`qmUYGNI?-IuTxcwjd3ts>7tEbl=MQPai^HKT=HlJbIb6tKSOk=0-mpo@kKaS9! z`0?*lOWefug(lzk27b%sJ>@0VG~eiW{mY+p|hW*cZJ_V%KTquNrU%UpSGFmx!O0Q zHRhSpcxuShjAjr!9nR{!iU>`7{$@?*v!>KAJ&z&#W=;1HQ|BE$Rvb9@SbBWiD(R6m z&%ERV5^P}IS?M_su(R!6{H0-3f$s1aRW3e*D^u=!`Rw?~ar#twkCqPh6M!FG^^O44 z|EdG!og`WLvruAM0%qG$u1{MAmGcU@Vxh)2IcQS0gakm~)_46DLN$JPdVcDZAU0s+2=Bk(xs3Lwnp5fNm! z%1j!r^QnT_i8nyrHZI6ArN`FCh@=t_{0&p|kgbS;vmiNvs+zq@8Zl>fbEki+Xy&%o zKsHs1*{HCD=x6uk@S}F~(=HCcMYd`(B-k$3(J46=&HFjhqF?chsk7z7XrJFc5ys3p z#n8NnF>UO^4FGO`)|Szyra+yA)zM%*M_Xpyv9U&yiYTQFqnjh$2f>Al32MzQ8-}RD zO~sMXbmfex0W$>1Fp??+k<>^yen6>SULq(t?$+1cI5L|YP<1?>k7+*^P?v@_WQqNn zR@*MPKf$?rS0nfRVIp>UO~}frz4H%w+Ut!i8i+G6%{DY^&0tzJff2DjM-}4sE6+om zGUXm+v!-;E``6A(V{~x5tUpxttm1PVt#|Ycl`a0$tGa2Z6GJeBMU)m7;svd=uIO-x z7FoLMC=a318bucicm+?>k8y2zY7QfUc|)W!Q=fA8oHSJ_?GJ$|R|%|U(P3E`aUaCB ztpq$``WR~F%q7N3LW{=6;$*OZB#igYvD@f4Qh0>dWQAcyzI@Ef`DT(Mni&y@%qG#@ zYkqp7hUbAb6_cZ=O2Gc|KenSL8AFZY^XN*CjIzofR*$@G1UL@JsI`hUZq|(j?u};q z2%*^zYHZr6$j!5vlPp>-wSg{cL3Id{QE)o8FkE<3gms2R81Nar(ijMDcinM^1Y66X zTH~!F&1+<>cw9TK+UYQa1~+p&4t6^R{W&o;45;lHRlYhMWi#=^8WNGQ1I5gGdrbNR zchw*3$Cw?boPn-!ZYKIrd?{{+JoZ}>d`m)WUCa{NoIyvQw9>OW8q^-i2CCqnD;j|q z)eaW3U!yVXc-n$0)-)y|DC}2*VbGaq4)#S8twV_?yN82$u)7Kzo?e{2xnrxiu$*Ct zfSF|y^9hY*3slkaMHWW$2w}Mf6Y`nXn-tAY<`08Fbwh1RiF@8JxzC0)u@&F45KZKo z;dl{cn#za@V$e_8l|N;tGi#_d<=(0LkFZM#radOc}qjuS_l@VwMg=5NdflO>BhI$`PqvqWw96R^)K zT%3Wtr$_*;4!a^RW6T5CC;9M^5-DLZisNNC-Gt@@nZ0<)$O?+)-7-LXIcsRWlJ3#3 zXXs=CmNtig_u#MCHp8r|T`gde6D6W#F4gjgZmO%TVUE$v_AdHwHA4Y$5d#rQgd~}R zLSu4oJ((EdQ+eG%01VPl8K~hKWzZNN3ZNZaN9z&0xmCh(g^OHc|i8FLYSEW+PebXwVM zK%kc0YEi|Xk&qHT7M!BQ0m)SGD7ZD<_3P>+X0&w-d)`Ynlj5!?g9ZCcl zT9AandF`&%nghMhV*S!eml;dX5iAO^j$G5_1o!S;d-RHOg8(cIzHICh{`yCq3X^@$ zQ8Lse?!l$YI6!V3H1#q)jl_)CuHf7sM1#Q>f*|Vti>ku^@|$md?Xgl{eEHq0Z@>ET z&Br%dsRjHIWe2r}bJ@Y8seWSFK}q?8vcnID_v0mqn~y&l_Mug-ZUtQDEcq-JW4ijD4ou?+w5?g^30F_q4sQ@pP%vqDuju*a``xxF$}MLM_+pz?-7h6%UyJoU@dccodT#FA8NVIGCi) zbGDXxDy+?}qbA^sKzF_$3OZ=c`gKx*7Y67+)SVn~`0nf?%;*OZLmiE1ICz>u=o|9P z%i(T?;Hd(TOWluWl&>Wu66RQv|El$G45Nq$=UR$0yQ+c>W4oG)^YDy1?#OlHzc^FE z)plfuM^p~HYj56`SkF-ObU!l|k-3tJ%hU?>%=f1CGeuv{0_L-nmB@_p?SwyEhxS`bNN+SFghmrY zRdayV6Q{?{l8yi|(JK*8kV7EJ{WvPr5OF407Gb<1q_XtO`W>}sPVq@0RwKV#=-Z=JIoNyFo{Du zJm&FE!GnmHMk!dug&{Di|$EMlvXanGHh0^1KapG_t9UM5xZ|Tw_)pbkY>* zfD_kEX=9j6g@x^mZL-Cgn6}Cwr{WO+DN1!o)oz(tmUZmn>=hF6^(XH@tTy9~;CPuUam&RYsZoGrs;pYrOPbEl4)q%w^03^y5o5eqRb_`y4(*r{w6%fYB~Q6rndgNc0j+{`4S(@U|h1VhN2B+g9LKAT=_@c znGwkkqOGDg(V&a8GbSD3i~~%(s)l)(3*TPH>df*cDlxQ*CBr+%^fJ&ftu8El%8aVD zPFTv~qAMT`BCO*DfGm>X>F?cpW_6Tsrpm$A62;_9syj0h&K>LnC@*tm_oLMqi}jK5 zwD`H)!+0}r23(PBt)?i+YKHFPe^5YUdDmwat)tN;|208MPDvj$>-NNr2$(A{L+;1Fbt_E8Z8#3FHIHL_i z9AwHJ*kse(d%*Sdd9bv^b9jli*m-am48#=(s9NV#APATcfCX9XC&|c3a{$n$8gHPk zH8{1cqbEO8meEe>bI8wV0^=jUag**1AWVPE90Z1JE970T#bUDPb+9>L0+V`>?X&B- zUgFIHOf%>TsoGhQ7nCtgCxlcd;YF_2=S`X28+BH&gRk6Kaf{Wpuvfmq2CF*uYr5t4 zeyA?z-=im9KRiP;I=<<-?G1~bjxd4B0-LaDqHKG?Fb{io6syT^hvNc)VwJqL3FD%S7dOM?a;*vUM>zZ7sGVwI zo55Ad->}#`LWhZwd$7TDAe=U$+SC*on_8F1@ciDj75jz_P!l2I3G|#FY%q`X7QflC zp7~sX*qmdN<08ujGU7-Q*#I34m{Iad_iM4oQRL$1uoPT-Y_b5J0h&t+(EakAIJMzT zwFl;h)hv@Dr`(nQ8SsWTP|@Hg*=M|g-Ml}xPNs2B-<=E>0*Z)f3TPcr~5z#%bzeCk*hjjZJqO<~_9Mf0CW=#{)=Bc%jK zY-U6}esP%-$LWZ}d4$}#iG+f(wt(uH)XXPcnvF~p(m0qY_%F9eLL2H*p171>YzSOv zs-)2*Ru{@JrUiqUM}QqMdWFYnBKFCo=Nt5-D)4OS76D7y8D!8GMOb zip$*165j2ixkfDe^<>l`M%~>U<(y0;k#x`U204NmLRCQ8=zloNFag%5)@u_M`x_Cb zhXhnL=iMJCFvaMva;Q*;P4Bx7-tYi|yE7T1`y-+pdZ zO#+`POqEa!HJP;p-mnKypr|m5oCJC9eTJ}ql3hlp5gkpkNaTAkf8WMGVdW&Hqx(&) zl->)q$Et@PjYdh1gGy-wPuT?(&{2OksgZXQ*OzUldEuIBj_?UOpfNySkI<*%u6LX6WYynVn9I-H8 z-qsiBR&DJ;k+%`L3`YW;bq^25Fnn2X=LXIPOc_h72(+g{E=(N5vygu=Ln!N8 zfwWFD%c>t!xgBUVPERNCoMq_SQ9_h4Xce#dY6I_(k|b% zCx+%Dsav)QnL8;rnTRzStHI1^Aa)A`kU5v`*OYQLL#%aq_Kf;khvsXAH?&E5^2|AWx;`)KZb@Xn%s-sl{^>YG*xDUT z?fYR2k?7-Sv@A+bty=L-B%F@N1{!t-#s>E7u_uoiI(5;uJ1Qp!E)UuNr3zf(-RC)- zNn?>5HwG5%X_f+Nz92?MDL`)r64~97vaD8eJ+R=GJ&xKGD_Nr6I4+nf%mPyB=ivLaXne(lx^y|BI21MKZ^TvPse0e5DODb{U1OZqgh$fH3#cXm z18a8yp=Tmh$pwWK8}~oNHW5@Bsh1J`5Y|HtCA%ZrpRLyzP6U`?%N)GM!1-o0tIG6MBDsqFjZRfYydklMVdUNqPMG5H zmI*GEsC<+}r(({u1CFU1&u=g_wYJeyH8~C6-B($L5ixv+`bcnXaxOplt#{Y z&TO+Yini&nkgW?usCp56PbN0+-&&1b13zB)N9Nq$qeQUip^w8qVgchHe6(`t`W2m?i#TYBhFL~5he@_` zsvT&YArIJut51rFw7T+L;_DeLmh9!Ll04wBhnJQ4GGhw))r(!5N%SXw|}5N@2@ zckk=q1Gyg0M0?iP4|Ozm4js4g!c&^%6%^JgR5IpL5kTPsSOKXT14BjUgN^4nj3_2ox@{UB=mN3igBzv_PXlYiCy z?gzi>{;$r%`f&>WiQjcURW0Cd%0x_F?4CSatmQ9&qSpW|wmj>fA0Es1HukgyZ>VY5 z#*YHa?6@ZqSChHX{AP6RndHzI$?&+LBB4@6-|%K2(<=)>uG!Z$91b&XdNP@h`*lIh z3*=Z69x;)O_XQeW;_8))N+0kymUb*TT%&cZ%ZR>B_}Wg3Qq)Ohg_LU}9ahBJ!&LJ% zpk=$*{lqEYFaz0;QFyIvJ5feqj{v(dNRh5^0mf$EiI^HcgcT!)4-Uum7sG#TY;wMIk;FS;{6{CSedx8v&Zn06b!;5xn6JZv$16(2> zI901W?r;TphSk&jH6~fhPT*_h13GJAXiWhw zCcDEdrD3L(HrU(nelK;I*=H};I9l}KMs_gf#CqF4uID)T@I0V0mOK_!scLQrzO9(Y&={ELF)|NQFP|M1a$ zqJ^tJA~Fhx=lYcAsQkqGl%m%A^{E}xkB7y(k5{HnqCqN#Hr?7**1RuO48oC*eR!O5 zylnCOlpUTPK5XQ}6F=JW(SgcQ_C&S6xRGBxk_yYecqBFQQ%7=^^2p+R5Ce@K=i|d` zp=}W+CcBjNtv)a{k@~IZGQTxC9Qa6io->$DczWK( zCz*JKg=wI^hQsLKxq&6ztiCI9u!= zI^!@&_?4$Hvg=>=*wsJ(?$vKTj`4rguS{RP`7_kEx3-gD1>&OP@&h9{VDonhKeGnN~W4oG?}86)SA^q#pi6g+r zWyUAR?QkY z@Tba5R#r!hF%+ayL2U}EAkfg!juDVSNPIwp77p~pD8Y#7Edn*i&fep|K?vhZI7Sz% zJV)Fq0HX%iJ|}6T1%4@8YN<&q zSRkYq^H`M@X7oUj_zxaV4O^zHx`+<^!2pCv^0I_B2uFqEQEF~rh2{f;g>YO_UE&Eh znw|{2(A6o?Ddsk!w$Ff!`7zGAMYbylKz$p~^o}W1FvU&5i3{lsn}{M!8Fa^Px0Het z0!a`>_6+*~a!Ev}|KOA05ToagU2Cm^kQiK+qeO&f^n#NTZWa9SP8*;m3!fj>psfUv za6C%Z+#XLM9B?lK#w?}sH$@4sHA#YCrX(1);#dzJYG~XLQRS7nb)S=}@S?JjI4&vy z$G#5cAt&~pbn!xCFjM3NlNDQvd~>vluuN6CUyusGnnJ^gs2h0%CkEE4pdp+XRo*ZXfkv{9NiPoZ zL^D`;WVBuB2xl^!bTi^L@HgBNnC{q}2+&ZlK~g+WSW%UM5~iq3WW<`rMUw5j={v@4 z=ZJ&)D4O}PqL!Dp?{9zO=BpbUukUTwj`U8``Tk2ySJ<29kg>}{?=&5R>|pD*&wEV` zK&jlZb~uwmnG$I4`^|4P2N`a7OBLnbTc%vQZv-dxk(HQhX>q6yP09bGj5B`}%cnmb z*Vm9%XS=dZ{5c@Iqou4}TRT!AJNqMOyFIej+1gef`a!DdO%J<(hMT zqjhsWzd6^2;|9pR=|CK{;^uO}ZM*n@d4i?OPw)$VL z+$s}J$kxg(_L6PY(b>w1-lg6UL6EG2l2eD4XVHCc))O#A3>f))sp z>Ew*LNxliE$Osu!Amuf6XtG(a#VoK4Iq!>pIH>da$sz1t_dEN~{oTEO@9@`7`?!Ay z7|f5bwLucdWOxOubq?y9f)zn6H>$yitq82U?HRX02PgEDX@J6sC*xQZP6R_MWH4VL zbM@bA!yYw9g)4g$(hgbGVb^g(Z0oO4r0cIJ(z@$++Yxhxak5UfMq8aW0%e#y*C^C= z)={RzP#dN+chJ>sV}!0dFVLiedb0asznjKq!dJt;H)Xi11$rKta&k01nf90n)J2x<--*2-QwDTsNGk zvoeF)An52cNS}GCGz$2_$PaBja8!!wJr?0)!QNXDwu|>zgze(J72(HmkiNKacl-W6 z??KXOIl{C{fBX5BLvKHC@@{b2r3co5?$P2to6kF+?!@^58Cet&FUHM8da?m4E(yVC z#N46yopj)Il$O{2v{xExGEEzI zCx=klnlZPf(dgQ)o~nCiyy+fD8&pE7V@PDT+lRi!(;r_q-um9Pyi$BX1ndoehN$h& zgtzDYd#tGbi+Aqbx%t`KcQ^K`mzP_QAQ=5!%~ub-tGUttkYM!SI#@FH+0`5rRVZ&+ zA6|udE2e8mB9#;*S3=pGbHj_xl9C!sGE!%u0%a&@#VeH|<|0W3HE$f()o=h-geqij zBoHBKYB_x2wlYR?(U6;zk3||}X-o#dr>4ZJ`VgLwka4%&HQEVsya6*ns8haxi)nZg z4=%Wu=#}sCvUOdgZC9M`#+9k$kNH3I>1m(bZe=-BSettQEBQyVLy;4@PNIvscIyp! znkIeOFwQevvYoIbW+ZDNWdBX{>-E1lah@syj5A?GA5 z*(0@5cQ|9>-eMHGtWu9wH$d7=DNX^A87~W&1sSrC1q3w2&R7q>-!QI(zS`^dOQ=L~ zwO6UiEE)tz+d~hfxt6$8jE$2joFI8nq24-F?$shPrJx!DOYCNCFHBhQ6Ef7Na}L}f zSzxug?ynqI6_1O4P$pEyuQ%LQ@g{0Rh*F2p5ETw$0wCMrwSu8qZpV}8Pzx_W3Ry*P z?8u-L6A2dNq_uj~o%~HwrnMa+1lfh>)h21cDF_+>Jd%~pp}GVKpLm_&fo9Sy&h5xG zJZyf6nHP`%pJe_44i|`MLaQ#!8)X*7Sq1W>ScRREg*@)oT=G{v?hLUL0(so(W9J#F z-%Lv6@k-<%7sGj?E~HVh!d8~B5-BT42HmNiM%EG=LKf#Vkp#tu)Ecy{JTdvTl(Z$$ zjB^dlDhZ`6%t|s=vxbQKJccd#Za7>1uVj2xZ6~$sGG+@(>Yz(%#bj14EI*CNTJ}m- z#DW>c8A6Z;XHJc5gT*LtG?*`&Zqh(GbUqtq!+;y|A~i^(sX_!hmLg0{qqJdZEutug zSa4khGp5Di6_u3Pea4f?Hj<1`G~R%-;m%M1uOT?XS}ftr8;k@DdJjzQRBD6YbUt)M zXEpLYa&r4D*bzMJT(*w{ydsb_?#z=Bp*7x5;D(4HJ&+uXM9blxI6dPcQ}3?H8gv4; zl-9sNra%ukWs}UxfB<;K!g%Y$9d0i204|BRWb7(@mjd&6bQIbS*id>k->00TiRGS} zC$bz5S~^968Zo=?WT33%v}Jo!W9Ie{CCF+)At;BDsCNM}=t#@mv>9V|A}gc_PvPV# zXe2uzERvF`o6NU4$5bjxt_5&pD<#?Cqn0~Ern7NC853uc=&M~@a7_oeYlrSvX1bKx z(3mYJPHfLjkS(e}Z8$-Ju$pVCc@zZLX++Nt`~=N9nDRb@^;WP|b^>=M=G3Ynlj$L@ zcdD3RG1adGKoX#^y3mFI>Fu4( z``g?5%Xs%&RLnVy;+TSLD$nf5m&-j%jzOwHH;hZp!9%sgvwKGeHN%75m2ep zBZE=HA@%5Rcuh188UCQ|w9w@A{B zhLvHA7V^=8KRTk~t%b;@qp@$sl2#GvkKhorqhgHRmN%()o^c5`(d~9I@fdmoC_piQ zG9h8dW`>)jR0;(JrNa5mgBWQkBA23PJLm?(D!( zv--Fg$qJcC!OLc@3ERz&0&BM*Z=Q64D= zJZL3Y3oY~~LWhb#h)0KCZqx!ipkasE-ht5`T&*VrdsQgUsop_dWF8sny}M98jsksk zbK}l8Zg1ZF%JwgB+}|@3bfldV7Wz9UtR8yj1an4%x^oz|gVp8_**l?DpU&gynqBZs zTPP4BU~@G2y@h7b* z;W^buBG&L4I4kBvQ>$G;8P#ufw}h&@yS@k==xdcFKqirwOfUF~^2A)tvMiIZ63ImO zzRsCup}AQ*J`Cf43X(hTWjY&;s!>^Hy==;93}W0J&&Qn^Um^?wdK5FXlOW`X2}9UL zHDfmFG@M&-)jj<{XyZ0(dyKaOB*RAw18P_c+iBK>g-A- z6>MPkjzK6Otyb+OTo0&QOYYuhmWA9BF2G}@pI_a)v$3^zL795s2<}>cnds`Fmx&sB z4Xd1j>R@HF&nnSXGDqYkaqw{f*fj@>mvSWnU3~yD2Uc$Sty#qKS^8ODmKa(y$`MmB z+WX{LDGx+eAP-p~#IW6AE)AiVMzFlIF)@trl#|;SARa-=i{I@#YDBf zAZ;S_=taIr(ok<$hkW@2@&iknAOvb4g6xK2ajRhCinz6w2$aKP0JP{J6<8RT{wYdS zgE9cxF!yTRj$ia33zL#VS>Vf9$w6Cbv>X!O%@n@{j4+_ymPz^vpx7_lg6rE~CP%vE zTb;Q)JNy5YSd@2Q#>~|gaG$2c07c#0 z?PlYWV}+tcOh^&tQuM;C8Un1FKDocSr}DNravB%;%#MZzTVj|raCEy{PiC$rb7L)E zToW`*UvM+`0t?0_MkXE)rVimiz}*RI0kdto4{+Qo!-ddDbRF$1xW*4tORUK)xyGRv z@s*%}Q?|{l5rgS)0eP~fX2vso&j7S)4J{dPqcmb+1)d|a*RJix@&Yo763n0>QBvly z4O8fo$F-{VxYB|fFpDlV>+_IGQ0&`|H9eKUpnEETH-vYO;&jD{iT@LYVYjM$8UceQ zJuS#^))0MLL!t~3{$qa8k}d0klVbI!yZU5VKJ)3(rcs=MrW(@+6hU<2Bmxsas^0Qe z8GgpEic8w);X zHx_*!$I>54yr2vvZUuxv8T&Aq02(pq#e6O7*3{v|8qbhX}zJvAZKC80aUj#1Vy?`bYbtx2e*acb9sOsFm zcXmzdPwR1HC05p0;I-(l*?)s2zumqIFx|wE2+8~gNeZo@bs>f^u&djYx_pg3GTn=2 znI|)nb$ntWlpX3sc?*-JUZMe3|-A~$+0fb+|Uj?;no{KBRX6{ zAkKylw@3~do?@GfvfP*od}nez`5t_n`UiPrp1P=0APW0Shjt;H@mBoEx_~25|4a^} zlyo~uvcY$74lt(-IN`JItQjkYM#O4@P8Uasfgn{Aro-b3L|iuWCpcJ;3g3&QnaLcO z(oC+yZ2>Kb7ad6PDWk&Z@qnPQQstCJ=~2427o17Z?qWt$eXPT?#KaYw*{J|F&(-skln4U;^C{ zOaylz{DAEmq`(o0CxMC)bW%(=B!JOHS%6>o4%+o}v{qq}ue_&#PfP@s@-i|Pdn$t;|O!mvKxlJ#C4f6KXpY|L~`k~S&a zP3aH$7Q!_BZ3VmZ5xONMY2p%K@y$V*+ano@$?v2{)bK6)2aFuRho&*2S&f?w;L7Zeb!%a9K?H+U0$IL@ofG#Z zmPjocBZ3qlikKsqveXLCAi*E`NraIrabm$;p{B=uLy7^u-G!S9y`o()6zu@RYx;D? ziUq(K_@vtkV89ttiSo3V5on`58KMy>tW$n0x>?0wT#SfnB|5&S7)YJN8FWNAh2NaP zzebm;3S-;A3+$}{WT0vj`l4Bw6%|^^4paoc69@Ywyv98$mw=O$nXQ-|N$6g@RjFyn z3tz>}0(9pz=olX^iCbhr6z6EbRlw-L_ju3vbCL|jP5&TB4d~s#7k!lon6A}eh$*sA z#L|vB0!}jmLH7;@pnfd-mH~iW@&o8#@u-Z}L}d_RN)SYdtsvFU-~|-=yF)6!J%dCh zT(^J;?|^XIC_pR~ft>i0Kv+5yGCUIlORt$$)&LluWUVCMH#?mcR;7zg%g&PSaZ-eJcc>(I6NRDEz9qIeV1b+sM!9z>;)64Wu&!m7ILR9Q?vDK=%ApuofI1-u5kDi7FkTNnzD zaOCqfeZe_3a14@U$(Y3yDy?BE$u;|vGZ-XIpyxcGbBtLXY{D#HbR8$bTpWRHvJoiW z+=d+}cW6t4h*n}w##~8-5z|NB6YU?^9$Zn`^VN(*XT1pHM=1AL$#m4fq zBWx>?#4g-|>BJ4j1%iOU3NFjV4}0s9;)rCv5SInZ2G6g<&MJU>;)N;rCGp&?ADe?s zJzihvYs2_OX_XACSWBa733REB0zz0{+%Ee0)IkDSMn{Mz-4%)q<9*%JGI?w6Y03eG z;mWQkRaJ3mSL@iApfueR)|iTbSu3ufqDT&gCx_F#Rs~Jr1)tU_oXBm zdS_RpGK6ql>357F65!@ZoC0&}pvk}wSHg2OM}u7p4pNv8WE2p@j=B8`(70GOOwTX@ zy$(dJJJRcjLugpFb>DDSKz2OpN#b}T?5xH>2+!#}HW(14)EOqrT9Gf=4a2qM2%xDublY&sy#mN|pj1P!tHAFgxX~Td9-X0MQ|q?!fxS>CT>GU45z+8ML>wSyZGlLR#Qq6F$!Q zAo*2ui5FvX%I#eZg_P0~@Lk5z%!?6ul7lFTQcXxI$v!{RR_QT~frelykD?EBw2bA0 zdFYX(jnh;DD}F$P>AD7?OH(s=LuhdVqRk*$s2P2ad`I(uXfAjAz8YCODTR=tm7=#z zd4V>Ri)14Q7zLq1$PQf?6r54xAi_Y?YrYoT)XnfAB@Spu4FGVK0?@VarBo~HpgI+m z#ZwF9en7G*9U5OI{?OBMC)(t$i8+#3qSv^CuqTlap=QhO(Yk2!=W87%cLIZ}rZF8X2F2^$Au_^P8JuGzGX=`(cl+*+S!dcVa8vJhchkVR?t$)} zb<-i>#|)Xd7nM>$Le~X_sa9ZWptmuC$lP6n>yEU0TSF)jpM_qvIqmCy*hL;FTK1iy066>UAa!cu>_vA4tND;6>pV zJ@v(YN)f$;J;7SLeiLV9@cy0dc(|F(_IPz7yH)F5Z|xX^(ip3h&2D?_0O+vP1w+?) zJKpV}#@7h%M;*E5>;9JG1?>0pz$&r(J_D3mh! zs}%|smYM1`c3alk;KSpf4StzLL_reR>4nrc2^Wr;;_y4}TGiAh?FMadJoAAoWK5Ue zD02Nf{4Ea+zV%qt@Sfi?M#o313fO$&)L|o%moVbXEX0u;!7>ll8} z_ibHhAnk(On)A8&>_c87=tfrG3EgqdhEUN%P(#?R=wp?Nb4qTF!KN_Iw3wCzZu73{ z7cv#NXK@|L#LQ9JCL~Nq>ZI2fMQEvo1FQJLOT4x#`P_ul7-gJEEOn;IP`R^uFZ$%(X zJhx7AoOhb3fyvci{Z|%c#5zpEdd@`%B;@8(fw*k7D{N_sMyJ2kTltgV4#l#%lt^Xn z77h-vb?ycY1+EcR~X)V)Ye=XD6q1Q6$`8QHGcn&7=KI@k(EO2gv zL=zb@3xAk1om((3Pp-i*m8h3Ux2;8U8xp9?=Vk(Sf@0SgTBSocbt_T2VHP1TvSw0h zZMRaBPQm8<94fJ{_`S*1T_(Y^Hj=>8%$IqA-bCI!Z8Ga;xHh+F`+ReQ*??pqdX*gu z%u%RAvJQ_9a=<5(wsSUOGmDuC1cEeTQ*%rh`pIyZ;=N@Gf&u0CQCZ~E+Yi3_wNGzv ze`7B$k#t8;2>sj;yIX2&f?@h`1f9I{f!FYNmI&MG2-7jYTwc-KocRGDU(QO-wfW&M0wE{v@y-YD zFt~SG zJNMrF+AG_8F7a2Ajv%!CRWfUbUL~Ww9~9a_$PSj>eHO`7Iquv#={@tkP>ISz3nG#s z*8g$ZmFdUb`hxb*)#Rm54*X;fzjlX3iaN6?eZV2e?dHm9#Rl6?r*1IxF19Bq!E;6O zO>IL?QVY(&5ou)xDRGj|sVM@FdlX|xoSq~@9SaT{>BI3fz!wt`@>n-#o|??N$t1i6 zoI_v0VGe;KgCm{vRCi+DtZy;ABfHBeOeE$@?gC2FF(!9w`p49ZDRr_G&SK)Sn6X9X z(y2%JDCbP zNhynzHKdF@3jDk9Eh#EoJt_lqghzflpBgJlxn@v zUYjk9D<=Q94eZt0L3IP03p|sQZ#rCwuU1Jpy5k!3P&I` z4W%$fc+}DaN(i&frxS@NgA}{V5mk?9$>D}%`T8l(jY5ZhV$qIN!=MTfnRee0t#xdR)hbRdJ1U$8CYQ$;w@ z&yo7slj>@16RcnQnRDLkx_;Gxt$|sp_6$`lJPH-umkyXnc5q(&rS*&Q!EEix@ zAx%mss?q`g!89#1^;Ex|Xkh1C6j>g$}2)zLMJVeSstW@11gr(w&*-*4+QE< z1_n1V7|m)KeD2d&)_q$=?`Q-|CpCf2l?a5hk2I|=wVR z4Mhtq&F$iRp#IBYb)FOpo620ds{VXOf<9?GtwTzr=lXC*9E}8WAb|3NgTUS3RZRxT zG&29x#v5XQ80WbeHGEGrk)PlTilUN=U|;|Z_%5?Tm<;wOp{Caa1}u^;zK&9l^@T$6 zY9_*b36yIEaq*n==NW*_q^}y$e~-T5{E)Y4cr-7zWPaRc->buoaVA_jx%=tLrkk%qu zp~O<)iK1q5*tTNHz)h!G5dqKE7upgZL`73yprpWooTQr1G#Psnd zF8X*g-BWl&pmREy632bKano)}Ox}%#0?}T~Cy^g38vX3{>#uL@?0oIj2e%)*y=U!! zQQ{E-(*7FbwL`BlHY+(8kUj+5!7=GR3yg0OW#FdcG4kz3XsvP+FV$ehN+mr^)`j3z z*1?ia4XOUjtC%GQ(X5Tf{?|{l&M5*yka3V~Ri6mk&$Nb#PEIQ11QM8y?ubAO^TgDj z-oU!k57;k^fG#`jy428b0yP2&(}?CC;aZuje!+S;F+PTgaWRWVkD3$|mcNJ@8Bi^x zL^~Gve95L>vW3~QG;6lBWKa>;$1U_~0!v7krB zs3AqF zmfQ6L@Js9hI5okT0dNX_4J>Kb$dkxXgb_KSAi)RrSQOAHV=vm812E%?+E=!8M3^F0?msk`}z)UBw32q{)f zRk-VysV?AWeI~}+JT@ijt^9PQX2kJA5(^=s;HmW`B%BC1dhN#Gs_K^7(s4}+ za;Lmc>w_b-$t)HSc+q-S?hj+$-QZ?8UNMwm9tBlX=kt@p7VUWGE#3D+K@j6$XlY*F z(n6rR)k`>_`M1ND-d&wT^R)wib^qEk9CI^GLVXl1k(9gIpoz?as98{wW!W@tIStZu z(71+9;@5y9W@uFxINSdD5Y`JAXdn;y%PC@Xtwj$ol2*igEX-$G0qjv4plw0L2}ju? zunRCP2}mZ)OLZT2v?wzCshbRJ;2+7Qqys1oe(jErh@me=X}I(#xa5BMi~xgA6L_)__v_4nbaYf5g;caHtI4QIsn=i~bFwCk zusEHG46A>3EpNtS(07Ax&{+mJ1aoe2XP=z%hjOu&Cn#Y|Ap1y6lT>eA3zuP4>L1(n z?i)b*P&F7=pat28prw-~2P@{r4Ns!aqD=4xOo*0Es^3YP=sq)?08#Df>jn;^*uAgR zYCmUWnRir?VrRk-N$Mn>BYT?9DKiGPKrzzBCt6aZ@rlThGRwZYbwE?vY!yD)Qw^eF zF#1OeNVB)Gm zH0*%t6DddU(zffmAc+}4d|EvR+&q(zsFQfO^b?IkM@Y~DT%~xSI^yav$E3mLkO-I1 z)^WsKF^+1--8>v4&+&NOujVl##y9NpoiHr0nUTXQ=|Q30(pmt7xj)ReGe3#~iW-Zj z63oC{+2Oz{sfVdT~AY zcXkN9q0H*IK}a2Noo!qzNnS@TsL*B;tHol7VLe%L@Up3l4ykb80EVGBquHQsRzmqj zdN#wD>z2eoPn<|-)%LmpP_j$#vW@W~;sqEwWqN4J?gFS;YfUscde53SA!F}FcK5WjKuuAuQ!jkmH~5H2F!L7NXC-MoV>eP4=2HlE^I;;xzw1g zA*6&`iIQLAV;M@wqNoME3sf)@3;IOH74VqM9_EX)1e%EDL_+zoP4s9N7e;fy4TA^1 zbh0fF!N5Re+Rw0xL$NcahT~(_1VO}0S0G))IRX(hUP`f80@aWDW?W88CD&cTmeeW} z8qVS9v&*ZxhNV6+6atWf2Sgh|gu}JSh2kcg*mI<$wNYBBbfUJ=JhbYKXAu<@5j^4y zmkJWSgB*jAVOFlj)HjPyen%~L6sW=s+| zb?GVi8C12(;2i7_Ph$um26oH~$**9zbSL3NvkvqD=auTB3&bgc3Vk!X5>F;>u9Rv? zAmGiG%Z#Lw76z~M!{annMGbB6ZmQ&#KdWw1k(os^PsR*vK!$741mG{ zF$Kvu6`Ag&Z18A6Fw>$eX+|i*8^k3D$3%QGy%g#D_xc?~(#64V(hQAx=mt7%E34!lN!zcra4>DJ6N{67w6- zl@J9FK4lbeH}t0=O+F&TLCLT)f66crV_7WIUPP~pHQz~O_qVQLoh;ML*}sWrV1qLG`LO4|(`?353uZ;c{gSiFu* z{NW90VeD8>y<9Uo(Spc(=tt9s_&+6LG@wIQ&IVAJUt|al6+MuIWC2*_Tn0gb)Z+{y zxlO%XV++bdD3bHg2AIhx;SB;My0o=PGF<=_Ndl5SSVsxdXpaY-RI z-ZYYxSx;KRvtTgH#mZE&5FktO2uDl)q0Xt*Ayo|$3b@AO&gDA=t^5=~dMS>ZVaTm9 z5SATj{lS9ySksV3F*tsDT2+n#j^S0+0$hfq@v!L_+9&cw?jCEh;&XTIZGUsmO4lRp ziMZI`6LIa(dm>sBJ2*#CFdaNKvCnphixJO_j4-^3#;gm}iI9PWCs~Mjl-0-W_Vt5T|6^y=xC+<;)DnSPH zIpJ0$C{r&eKt0n+-f>1-2@%xHO>UYSrn*&f88Y&w3NmGgXens;=Sr%U(;zQA@&OzxdpbA@{&nO}l zLemn^4zsStY%aDb>}Gm;VW-9wEHfrdg*=CJC{7`H$tl=(7$xwnLMrYWqm>mfpX$+4 zygo-CvMlVT+Vw6O0|cfQDF!R4EgGA{8QMAU6h`*|BLcR|*{LoEe(z|)WpCOPscMos_=JjP(fTtm`UO|BcHXKro#Z-&Z?zo6C zpg93i@4yY0ZXDoqZG^#zFIL6|@U^1`@ zuhAHa5KOk&oQ$|ph5lvka5Z{jvKUd3jj^&@@iWwm}W0WylFz}_bDf(=5UkQ$P(8aEgMlCy^p=@;;z2d4$|NN2bX zT{#y;iVX8O`V>vz<|OLpGLh8^2eMBvC`bfP$w>-P5S4Xy1lfwYdm8E=Ah0?Ox`e?Z z7>bu7Vnc9K<}u80dKPP{epL`aSds(KrsrZ|jZfe|SWKA=aTrH&RUI@;?bH zoliP72sTHAhpZLhR$5H@rt}BO7vxeXq#I$l>izNYw4r%M4KGvXRU!GcgKw`J3bt}m zo<*eA;UC2tx&(+)5ctEI^y)&-*)F)mjSyU0*XnGfMY#n58`>1uWy=l6Y_&8ift!Fv zo-2qGQE*<6Mg$jn1)q2ug-^IfwFc?+V<<^-TCDliMIQZNl_%sha?l0Wmw+EU%fx%U z(a;<`gytNC5g585iJK1Tu!M6uPU?;a*ba2Uj3mI33tha-tI48pT3A#A8y5j7rEf?V zubn#@zlWOeJ9q12)qD$d5gLL9J+_h{=oksw?S#%15(-vu5B*`UNT((W-?iXKOqV79QeUQX}!Uja=m$$e`jZv;baHl<0Yl0N$fo0cK;& zObqJZ)yNf5XbK`>Z~}v5dQ(^7bQ%x>8yW)!fab`72cRQqO=JX%3?I};RIYJFxzCXi z+d@5`kUdg4k-QRJO1mgWCw^3s6~M-y0OUl^mGd&gmrw_Y0Uuli`sRg$3QU4}2G>PL z$y}GX;O3wLfM{OQ0~~PcM}jf!iKs=w!E9bK@=4HV3@WQYZf?|w=taR|VA8SjFx|k2K2>gu z2l6~#KG>`q(~FW@I<4BM=H=)#Z_im)O3wvU!y!zqTEtKZ4AOzFaoQZNBU#TShJrTQ zLMcjp%>y@^>>v)URI=%0{@=plJBtE`#!p4d>Asa&1O@6g{Mpl}8cfzS+ZjAr zbz&ol5|xpDx<=zOkgh@Idg&TOPMQ=w%l8Vpd+8c&kV1oAQ|JmAQeNRu3}$Q$YWf))+C~AOi_y2up-#re#^nEUP{BqoW23ifasl^5Ek2O3 zQCj*L8}|k5XKb>88+}y92DsIeQPT!gy^M`48+Gw$#zwrp*2Z7*Zf@STi}zJ*kaXC7M!xp^L{;6Lb1#ODAk&O}Gcl;xULiy)9L;}L@(-8*!# zmR?EH1|?&odEp=#8`_aOtIL7klw{)lDDUOwff!RZ&_n5~NKNO{%gN>setT&{q@A7hx@@?%9i7YIP&|2C?LaDA8-Pw}sc?rpkP3e&6Rvru8MR<+ z5y))r3)9iPOgKIqq>J@3-$rFRLqmANNIW;-p1- zRtYg%E^EVJa8ANTHD07T^pnLI1`ujeV`PkLqn0GMMu)!YS9A>oimI3AVB`puL36TE zD3$P~Vqyp-uR=bRqp`iM=~n<4HyATw4)yC5H2N%PH6GA6&Rkh3_?pJ}>p&p5yUM z%PDzSsW2E$6hp;*(MCa^=w?L~0Gc;foY~ph9PI#{O0&|%Tr!9iZuXmLvckk83 z6}bZCnr>8kbOVnBOqwuy1bUi7PlDHgY$PSOR~imr!4V8fIBslMLvMtliOeB{qTGft z=;`dB(j+&iEFpz-xR&KNg${$icgmO|OrQu7qJ=;oVx?h>w*>7HC>Gwr2qG%J6>JCk z&_7bFa-n4NOr8~EHBvEHMUK0<61Ce5Z#-;zg)fWu@ZGotygHH5s1c1&NJG?!(aPrp z!+L@w_hCtxTialz2;!5}W2ILZFm5!O4G#*~(=0rbxBe>VYD&C9o;BE)fF6P{b!JOf zKsluW&Z7k-u^LiesA5#?T3rYq9+oT9VbfoEyHx~4ry)*s{0S@r+D8O3!jhNA+xzPa z-@3Q4=XOxeNgiQ|R{ymfYlnVqhr5dmPJb3m2Tyx{w0_^Mru zpgU^zhj5IzfT}pVLZi6X5o*HNJ;|XqM0It4hz0_1Z7e~Veq@xe0aS(4Q?^FWdZ~sL zsDH44)aj|lFg7$O)rc-uhq)E8U=pNPyVVI0rT|G~aLS;AbGBE93|O1ZAzKhFn71l1 ztU{HUwKzg8tSJw?P^Ko;ttvbimSV3hx-VCJm8=Yqfd~2nb@A_;FG-1F1RgOorow(k zLvo`^QA!AKG|q^r(I9vFeOC*l3r?&cq(6t1x98m@>EMTZl~y zP!zwK#0M1B(4aAb2XmN!nvx5YiK&*jjlyF-h-ON`sAtNQ2!e{G7ni7PV3*u?e< z?eZx}?WkV4n*_2Eg0VUc*#b0nb%`pcrTtR zPf3>zrml{~n;o~<0%wRv(aosKLS-9=Wy_3%+l(ESG23?(V%Vt~xVBp-k$ zs`(`>w}bGLJNm#+EaY~wi8hwuO_Cm}27_?M2gx-KW^{rTv*{%OdX|g>u0+oi%g7}t z7m-)K4^}L>!HU8h5neSEL%?Jo)`n=tfFd1`Lr-~^!IDlkH{%P#Rsg3FrPjtY+LFwo zo-B;v!6>uXI{6wgO!gMUfXzB$UIZD5Q_OIfAXiYml-g(L2eYxZI#a$#lfJSWVFE$* zNOG`xgsgFl!Y%4E1cfmeXx2~^P>rQ%N2gAajV**xBqt_plZtMM7rHH%j?A2qTzCY6$| zKjX|K1@epnkJ<%C`q@ng(cwy_N{)fT!!}heHxeN8fiP~+XJNEpk)gvdNgG7wnnxv} zO!R_GgpN6KrJAWeZ$!X!c%m8U7=8!cfF?nFtEp6~!%d7h#v2>1qhtXje521=4f*Cm z*^ir*h{mB!&KaFt3%SLR&R#2WW5h-XT<3xwo_e;?9BEUl10bV=WY7u$ljay;Xao)7 zvX&n$12B?cll!a(sT=eNluq%Zk^n(T{~}K63wvV_$X(g-1ij!|#Nr9GYeB4`CKxKx zp^D+0#I3=ShT9w`^w&)_*a4iOBc{t^YyeeD3V7xWK_i6KQ_ZviL|3mxO~wUP4WZxN z5+nK;sH1i30PawGBXvj)UJAN989mKg(&Z5`MoHJ{GXm1RlVbsu6$vR7fMPItP?9iT zcE_p5_}vPcZ)ojoH#=Yu3sP&Sw-oKmK#+FGv;dFQPyCTk6BU}dQKSSH1f2z6X}e)- z&<47ws1g}1lY@4Ut!){~M7{wHwB%r?bW)riWVtwko7T~-Q6yB8$>Ih9VK_qYbY)Gn531UBJbiaK4EMB||du9K+C@BKy(T&{(w)w^Qw*W|egTp8kv63=ye> z>1+*@+fFd;VpO392E>R<>J-Rhb#IgUD3<0GMTr1TGz!r8xC#*)&vSLbn2scVc~jK} zcj+ot$JL3#>hxB|PzMb%RR#lEcZeX8)=Ko$#tGZnAS0hxM7oCtKrepi#mzwU0K)WQ z3)-7zN${8$kA-r;gI5`KSrp(NDG+DeBmjy){o=f!yowNqq)2oQaMocX^TmSNR^{Zy zB(NNMF8^SPI6@Mljmk8(S~1pM;z$Y1r3}HpI<2RolB^^6M0NAX;#67(Q>ugVpwt^( z%W-ySB4jm;z$M{k^=ANRZMOrnAg*qumq70iH`4I{wyCkW;%}A03CGM?i{gANH+efl z&O`hfKmjY3{=lF>DP{T)C!eOKBDF(sUwyd08_FT8@KPTZ|+fq&#uBp%0l&D zGIZ;(FBwW#jjbCz2lMkjuNTtOzz5vLk!DAq74)iq#;($aY&qEESN`g1dpk*X0IK^? z-!7tK1vahh`mxo{bk80c+ne|A+}mq&Z_*=2!S+)BfD0#?)r_z5=D9MlKO%7-Wj= zX{(DJ4*uApL214$_FLdxQFWlYh#Y%}s1AMQPC}<>$fd1nt~I`H8p4pWG*mm%ZC@g( zBD0d|;H6iN1~pt?CbX=2nZw~A@pTJMt|P+!=qY{Gw7oEsp`*I{89F2mzMGA7T zM`%<1SI4>x)iEJr23TL{n+(jfp3W%mad6yb@z^FkpTG#{ZtrcjJ;X-+=YS0#;uD$o z)1i#w51p3LcaRC~KS0CA76)@j@QFhwm8hl;yo~|{DCVlbZdBT9Oz4TBG37NOv{%H( z@EsOiQYa-7=y-fm%uuiow@HgkD)E+pouZR5FLbJFFm}I)_J9nOl1+%(dksZLGe;Q``4n-?)G6rCZpytvheBPu_jrp8nFcYcE`T z>;A^>t9O27XBT_jxS}71c^^3U8d}8}F`m(r! zPqHX}^2VS=#B2rUCEvUrVd#+gl`UsyEiR8}gEw%O_fpIdR@>fE3^=`T#+SPZKU0 z65%uv>7n0&DEV%CHm9x42=omZ`JK68wC@labk{&fyiU=Ar%{;q=JE?OAc0hSF72odwRpx^us`4PluHr&#*TVoUzO zr9ml3YHyV4!a?FJ@)vVQ#@gn_`Zw<0zW)vE!MeX++y3Uw{MdMXFJvwp>8(6V{kQVm zI_z6{ZrN3b%pQ~nBXpm)@+{(KQeaMGPEsmMXE?Ez1R2g|yg`^Adk@>M;!2pptFt%< zy!Vmm?aWfGA;UT)N=V&IFZNhOm(XwD`(dO$n#<9D zm&>igzRTs-Lf_@+F<~FJgK56c+gwaV64shQujxYkNfXN;IzKpg_?=q{UH9i3x7?Zt zh3u*9!;>FAmsW{*xSR_%*!@wEfRSX(<9})I6Er2%=X>k#LomU$+KFn8^nZnTNNFI@}>}1WaDwjUd+* zLs4$zWzH@)h~}uaxxtCtUSG_hGA-d-!EASt#j9LoYC_OCV`f7zoT_%f?Ylc>hNE4m z`+A4neZ!}_$GY3PW8?CHUb@ra(_g;x`h(4DFF}zPuHD)B;@evf?yPTbZ4*kqaeHfL zWBBAk@9cxyZxUYq{Ixf3-+X(A!1EVgxc2(S8@GAo|@Sa(k#1U(emo({M#e2?9|HFns8&vCLdwy`w`z+cY-mLzQJ#7vCEG+Uy{0w=%-A6hqHA zF$PwEvPJ=vq^N+5xq8t->OOoNXxmY9=1Q&im3r{*oKz|GpeLCM>0w09x0{hjoqX1* z%#{}|+oRNKh}Cpl{dZv0kz478D!kt)t8EXsyIBCU`H-u%SnYR5b#hlZ?X`aJ{j^rY zN4pi<)sW0>qw>1JCqva6Jag!xz-p1fQMaQ(sm5bEl2pIBP3XF{aeH@z@9noA@VRs6 z&3iZN=f*eR+P?qjt14G0@;X{tpg-ZqZWM<~skXkF%mePh;=a#p-!0eBBLKd!PVeY2 zigS0xeGTEo_r!2C)?{zP#_^p2ImqC+eS3E=VY4RF83T+66{3K9lc{H!YJrrK?oj)- zI46gt39^kd^Yg`y^+-F~G~A+v!y##&;2Xu@hF@v}=Jmugx)UUA3%&5hovn?X zo7;Q%q$`U@@=2Hb6Vgm}98w#kuP%5Ju!Hr%KJ(G8cYwuN4V+MBx5XX@Ta>lprh|1p z;cFQ_5|9=N$b-Y?sU2;0O=@*4?~ENCv})}ndvP|Xmq>@f%74J1W+Lzp2E=lCi{aK* zkLEDHcKiMgVsr2IE}`E&e%;@w2#ls53hGvzYW&gjMb0(0ppN~~4l6+R)dVOY9xOon z&QKEk`(7>dHLvrI$-z*TCU>@4E6^OtA+K|j&0lhrdGjv98ge+Br`dBjyT(ls(`Iv^ znw(Hh5?{Tfxn&N@Y*R;7qSPGl`HIxcB_|DSW6tPQ3uc~esbwi#ClLJ*`?y&Evm1u4 zcx4*6T5C|qb=S=<;?#P%s}^>b@-`csC-3ZGOL!!ettv1RE(p{gbIv#YgKb1jUdcaa~?rA5*8m28V= z>n691%Z3jrCT1ZIvoO%mx_8_{_isbI)|R#)FNH|H!JV~@o9^e>&LKNFr?1HbHJP*?z~>*MV%qnEAH18IgQ)Z7Ohx?)P(*k+Yes;+GjRz@7x`9fVsZ2@!%(Ek&K*P z$4|cgON zdI)A*`cxXGYmcl~P~aW3#Q*`h=HZ%e+#*(9GXz%r9Afk%2+r-D2OIbA?Ch0hUUqu4 zBx)Wjw!cITipZzme(kllx8AtF{U#2$qBan7ng}0|G>%HrNI5N02T`Jg{9tOERAHWb zQngP~xr@(SzYa@L{GXHv>)JpN8;n(crhRwEZ0*x7%-4;*Vef_Ui37Ni%%)&em3=*uucHI4`-~k7jgs zAkAp%S6@Ko8jqoR-@5%^Gt+HfTyudho_gm+9-IVVjp=&LqITkwz<{@}APFwYGhvT4 zBT^`mw^7cH~C2l03pS{|P8tto^bo<-kj(d5Ik z5#3yHHzQCAyi?<$vSq3jsU3bcqDH#akjvupAotyx>nI8xrS@v6p^W^QGTE zs($#woi{fh+~3}IszQa%)KxzVVn$?dl}=v=st20dTRq%rfqIMbdHaOQV(_yuQJe^b zg$Sx9b?XaPy7C$^dV;ZM4zG)Q&mV!5HveMz-cq@v!hu7}7F~Fc?6Pn@8Jf69~d;6`M&JjLZF1)fZ zx7tf&9^OZLmBzmG)_Rj?7UT`cGcMnr@@!8B$}>&vEzgFT&2_DE{6$P9^neT$R!b-p zx^8=+pTL2zS1PkKBKuVFlk7<8ZcJ{YNjtVsLxwK>U^HyIUB1mNRBXCC))7aLYx=Fr zJ-XA2end;wwR$SIegX<+zFLQs%EO2ZA9r(T2v&7g-hTVtbxfz_Mo{HdGP^*y(~LZM zz_=J0I&of$`38(21JwFuXca5g(YwuVn=CrrYYKX4sh4g$6svu9{8-3z$EdvY2TS4JC&00;(P&K3;7>AhfJA3j^M9@RKcyNuFU07cmb1>T^#PD;2} ziQBik!cn@pzmHXH?(4T;eXRS9ut!5Qo4XLWsM@_zScK^6UM!Q}3p8P_&CM++rCnfq zewXpsp?eGr-c4LfkU&eUT5)?5Gc+b=QfN)OY!C|ePjcIQxBrkKvKJn=o8oJS-H_ll z2WQfdQMr3X8y%y`=&D@@i`z`I85|8UJhwhoal36w4X**5Bt2_7ue9Nj*kgF)-ZDPM zwZN(e*Fe?y>UN~h@!3TU&=j7V?__|aF*CpdL@d|%!tmL+#_>Tj2k3EcfMM)Tb^g&` z{RPPXqZjt=Jh+{zzUKA7H$82fCWmuF9dj194kd;L7oDxRDL{*QzwoKAy+X~#?XAJQ z(B4eDPXw!tASYDI_h7IEtST8>=(x7a`U#RPZB4XVls}5=HodmEFt^Dc_UKlf@H;2G z!W}_iSK+w1ebCN53$DF9|Eoa$Q=Ab zsJqkN*$(s5L;i4clo&D%xwy(ITi@WY%;Xz2xVV>o>kcfhT1>mZFBj&b%@+wz7pM+q zO*CODYdEr6#)U_o@MX~Iq57t!oTo&X=UHb=kh?g?<$8|WT%p%HY|XavToy>DOm_vB z2*bzm>V5PG!V>bfynj>K1Dj-Ut0Rsq@vycKwCyl|!0;liUl{+S+Fof=tyZ{>39HTPz7AVb1_xUJhK zMsm>xTUE)5Od6q?U4+g$IPA+BYQSkCc~Ir;lA&BeXXyQN1vQ(K^#~PF?lqq$IFpNh z=Z)CZvAl5Yi>%t>-6g0cn2KVVCEjIUnup&xR&iOP$Nn|mkCeQ3QfTAh)M6NfT;c1> zqKD)e9udumXOFqUUzID~$ z!A%p}ReXwE9a0k;cVA;wU`sM%`5xRg!}(1_n~y?ysm2?6Cmy6rQm4C>q7k+{2vsBs3q-mY~E*dbktI#I`13^Xx57Zt!PwOuvk zNZ`vZcxEzn`J51DF}(h6j+P*mTbq^hnf=0&Fh%{~bY>gC;o}_&LJZGvRcVDU4)J#8 z>;b)$9Wc=-cGMl9g}fsh4Z57riEyG%)+FLMXRqvs4mEt3dR)j=HUeUcH>zB^{k~u` zjHbIT(!4vGr}Tr~=n~ht?Yjk%WTi(M~frvm{d`?4dDU{(b7#N%1TJP-bR=*P#7{Y=>U~FS1v#q2g7^rFL zz+ooD{Q@AUqj3wy_~?APi81iI%$+va#-!Ubkl@GN9VsGk9W#*+A+qn`ta}tj7)KW; zkq_~L@KK(?eQshJqVc5r#}bs#R)Gi*8Hu~Vv`unrvq1V){o6k^4%wiO8{C1oX3C9R zcEBM%Pa~D9?9Chd!kgNy9w1o9?dtZn{hkylAZP`Y7ZC1*9&im?$Rz*@A&T1$Cd|PA zIx>zt2as~RVDD7W#FBZm2t>_Q&hsJ}IUKIH4U8le4AmYrMLg^t1KAb9cqhB2!135C%S;TiVIyqzp-IN5Bs*c>)j+N(0a^q|(4?U&%m? zi0Dp?8d_(sg4_oE(9r-Sj~n47B?3nnvSy(!kAWI^$|(*8LbuuZ0X#CKe73DtWdsH; zY52u$#+YCnWsJj^cusk6TLm`!vNsq79E2T>Rk9bQJ8Ale-EfQ27V^ro-eij*xmyXM zyzN9MQ&tocAgZE6wkO!3N$zUb`4U9h0UgX0(}AUEjt21}91e5T0b0p@xDhRCIPlGb zcV<``dB6zuH}1U$A0W^nh{`Hx45?Hc*{~E1=|&961r*(@qq^Hl5;qPK_b?86gWuU% z0aUu>CmISa1O<`7QV}Gkh}cSDFs%#^GR0K_BdF@v3=($AC=_;>DzarJLH<;?H9jnO z>t47xT<_ivK$utTH~^Ff;sSgy`3}&?x9(n6RX|bx-6kV8pq}8v>Z4Mz!2%qJk%xc* z5OZJn$X3kJ5?nK|AXZR4sw9z2Su(hWEu-Pp4Iv2UVF`dj`?cStnQH$Paw}Q2)H0}V+5L%x?MF2J7;Cd-T1Tz{0$YE`A&Tbxr zuM?uf6tE>(A07`binSw%K!#E+SfPnqN)vhMKu5;~KXQDXQbeI5z#%p848Kd^Di);& zI-^^OqFR5iLWGggBbd5Uo`^EwfJ9&A;Ish5j>^nCo1m3a!vo?riWHN?-DZs-bx>YX z4VNHx%3$q0OiorM<;$2Dn-(~~X-lt*n$yzGjk`*IP=7hhmf@e*N>ZMySsgF<6Bo=yKUXa&h7PY zTzP$aYm4053)eh{$6em_qVeufU&A@2&QUHmdH)QYiy0rvF}?a=`~JqkS-530iJKeF zYF>M(=4bA1Jh=V(?FYB5QD}{lX}-HnUIA!v)8E**zj1H9>c@6Aw}1JwTi<%iN`?pb z-)3pCXMXzaJL}*08B%L|oMUZg|HfB;_OrbQ-`KwQ;1ya=Z3N$U$ag2leG{||0_BZA zar^F_t#8#09cbKh|IT{K+BWXi=2$hN*KY4@upJiQ7z0yUzj^1u#?D)}*WEPB^0*3) zYH>7&ckWUJvM(ra-Fvee0@=gQY>|9{GC5FGUDIa-aQS@7au%$ zV`P-G$47o`WPD`qr(XT=!s#bY|5?ubP5!>V&V=2Ue*bg-y1D6(7n-5C7fB$gllfuCHuzV&*STo*EhX6X!Yp zvCX>=zWLn$I`dl`uhHg`iLSr&k>C2CM@IhS7T5pc-P_-MYvk)=|Ix_EKWF<_Iu-u%1FwfY{8T6nFFiAQ>Eis{#nrjhkB_dd zEH6F(;^^}?=Ff4Jf7hn2U%0+}ZEpVB4bOM~mR}rQUgF-BWu95WR9>{1{99zIh?DuZ zyfpMw|M8{%J&VhW7hW1&>>j6)`HSZ-@bB`d|IP#A)b!M~>jMB>zcwXo`FG)bzv~_h z{P3yq)wwC2o3GDHqrda3{CD-r7q48ocJ-&PU48kPYuCPf?b?;AU%GN-cH-Fd)R~#l z@zG~Tr%z5!9h;n(9v`0=8yy?1|M;F5ADf<-I5s(Ta(Z%RVq%KxqoZTvW1JnIot!+D zf3sZR+&HJErcTXF%uGH@8{SWQldUnoylHBDVrF9U*wh3qOpcAw+-R@4&q+&Tu@#NyP{$(dtM%#8k%-@JD9>XpAZ za%$xE$kp+`H2$@b_l+!!e0=1Uk=I5ZjQr)1e|O|R8Trpf{`-;dj{KjaaQf(t=Wkq_ zh9Rb>&R@Fd{|l=t{=fA6jnPx1jZ5ZlEWv|e{^IDPa3Fj1 z_2{$XAN%x|U;TGp{qmAC(oTb>EGnB ziK{QHec<}i^yui?f74y&iK!El{oC8|m6Mld&z<}EvmbtX`Sa(`{`~BvlP517d*X?U zAA9E6XP^1l$G-5zZ-4O%AG>($(#cSKYioI)Bd#+|63m5j{@6qJ zkA45q0kzS+b7E52m>8RVAA&YH$=91TrjzGTlB3g0*FUiK!c}DR18cuAIWgf4b>HaU zZ1>mMFV4=MTV_<}KfnC+hZ)teV;)~@!>O@doSl8=Z}nRLc8%%j8(;5Efm)tvkIv5i z>`({);v=`C<*`yf`0a@iEZT{Yufo+MqtBpvRgJ4F7cY&XsZNbPKYdY!=FjWbRFtT# ze8H^nm#X>F>J5MNmFR-h@k^AN|y&XJ%(Ucm4YD^B0z$ z9Q&=A*-I}!`*U*>6JPq&r(Qns)QQi3;^RO6)KgDB_0m&Mj*T7viO>G+yZ8Rc&z(DU z^~B{yjisw6Fa69%Kk}2Oo;&sOr#|(iiHW(Nd-ml^ zvokX@vrnB;c^rTC^z;dI465q*<#&GeLzmzGzOnHO=TY1*-2CA15ojHGxOlNym z;$f?%)H41)HM;l`=lR{;#{Jh%jb5sIuHCpEmBKxmv};qBxIfPhHOtkh^Su`4 zyQZ|7D_!qX7Z+E;Ks>%SI)5IMoJ&&|VX=Y@p5XTdZn!KDd6K6V&R36hKUY@)n+0T- zN9W-o_y;ArHcDo0`NqN}e!n#O{1TdO<hU@Wyu%k|^p!t#w38m#--QjnN= zo`Lty03_NKI4?$KfH40gEAXr|z~&jk!j0$W^ zc-pK(_&EMb8&n;xF3l}6y6z-5$aOFwk6?$+>o#$6b-+*ZkS=I;{5NM$&(1t`diIIg zac%YJC?*?gJ3V@0V&dd+9EGvT(edfAv8mBf{$XRsCTAv(ot{1Q{?n(go|%~S_Q~1F znKQGK$8lq(I5Tl<;>5A>(WzrIJ}`;}Mv^hq6SK!O;d(hafk&W!V0Yu#^Kl##RPOl9 z_}Tdrd``?x;P8x(pM3h1fMLc@O--Mip2mp#2rbeh-(19@P(ko}_S~#jJvjy(G!rL5 zM}%i|j7EKi|MVe-{+qH%&*TZ3IyrOZIQ~)`F?|$3cyi%MzG?RCEU1}%V&>SnV^gyX zZ5$77`Z&*mq)8jFU;bs_HrjsB_xQ}z%$XU`N(;DalPB=f1eyQ12!tRUP$wCI&-tOJ zCW`ogN|R$#Cnrywo1UDV8k^Cnw)szO zhp$vH(hS}6z}VEeT$jF#d2D8C)Q0N6CytHHNY)A5Haq~V-|Xbnm>%8Oweuf1fA-?6 zF5%Sp^clEia_ZFd@rx&>Pft&unHoL*#O$%N6S`(&;=~bsAop zngoY*H90kR(|3?eDPD$Ud~OTVQdWI!?VSlr`~t6 z5y!8Y(};|GE+dYPojgA|akBWrwnj&1(k88PeQII~-nYH6>DlSyLIQHQWIO;Q{KRJ8;luo)kuQ(@;gMe)xr>eMf=Ko7Cq`B3 z`qt>{?pyzMdEw&wN6~QYdw#ieV;5^YRe4F67^JA3ui$#c(Kd*#9hj(_Omx$!^$ z`kAvUOUoa8>ZyyDE?v0shfn_T8z;W{)3+~Oy7<&n9|X>`XTCoE+s99Q?dxCvDE6+Xm+LP;l{;8+_{Q4i7dhWTeT)Y0`*RH;`v@}gd zX5^FLjsM9>yf(5m@=GKC{K&sK@?VbpPw`OZSI>3sLYZMdiGVRk`hf;6%g;?O=Qm!< zCq|!NJ)6*bwR}IYx}u@$|6Aqp-qD5e$ymsXm(J-9jh;;)f}Q!Whu4;9m=NRK>f$+? zd!9BmL4*I!$DJ9)s;(~G@S!|dcT9Wd>RcKNS;8;(Mm zO)1rr$EWbn$Da7$g=5z*T>bFqJ3sd_0&MUxJ@pG;f8TS@J~@5nQ&VSeoV#@M;-w$I zc;Q3m&p&_e?6ouh=uXZ)IXiRyGo!yX`NI33{?N?RFU?O*A4BrS(8Z^T z8cq-lz46ZFk34(+Ll-W*08ySC`>}uH#HEX$dGW=MjQ+>({98}|_}O=UVeFO5=fMer zI59ef8k&6a%=ydjymS$&UOw|IX@XCe3FKluviHhfDj$J-~{_?4$EXh#*;P;42zCChsFzfd&R(T*&mi|Y zLF>h-A0NfXsskd}>qovu6IZWIy?^vNKGdFVe`NH+QLkM+yNYxxv3a^^y^nHO+7OJR%7GV^0yOw_P$YP?imMAWP zvc0yFQhfC%kL+A(OVTY$TxW@5>fZU>{Jp7Sg6VPP7D?({S{ijrG&Usn=u$C3M0}er zi6U=(-79$pfk{59g&qP=At}k~GY>tqDfSsv#+!P@hn_jv;o7CRqA}Qv| z|2ZO2EGAYYKXP9!7%%-KF>Rh}f7N3suT`~TqCK^3+f+MI)YR81hUcrRlM6g5rHKsq z!7ogv@&R2B(3!`Y=G_?o#BsWbJHy?}{Q~!2xqoB_*{$q8_BR|CDu)_lG#Ch``Y>B_cgUJE1SOnezoHoZ{VuuEHSH2h6+S0AFG<7_bp+A9 z$W(XRZ?*v~r0nK30~y`Yu&A@LkKqF1(QaV54(bTBac?e`$-@a%3vfdZ2E}E+FTEjF zG7zrLJEFY3O3|fWrk85G@D7uLCd#qF)Ha%Rb!~ z39JMn_$|i+eEuhY(3aHtOS0+ro3dAyr>10?y->*o4^CuHwpu5%69(<01W|DQ_#1R%Ug5=FgRpH8@a~B-Qz_6 z_&g|NM)4JV{&di?K$7SQAPh!y=B~SDq6UHq5GO8+oqvYiDf7}f@Tr3tpTBGB75E0@KpA{6qA{hAf&8B@mQpwq{`)#Qiud%M7Rhpn-X=$ z+(OkA1@Fa(>Ex zPzzc4rf80PgWeP{ST|@b(GA=-g@|!eZ04;%QO_`t^H(KRjc3#Ni5J zb}T4SpVw5~J1z)mF&9Y`!RB`h`AQ`ZdQ zqz_>D&)rf=Bucl;VM-iGgJ5g}=DKj=B9L@bIS;O}M0l0kj(*O#xXLE_y-U zxl*B$q$tudT{12Zn&4l|_-Pb@6lXrg1rjzSGsWu=%~}N1sI-f6uhQi&U+Db)kr~YR zr~f37s-fyw3G69A3qz&p0}v7R%Hc+zln%*3&u%J`om<>~v0ScJ@2=txmvZ^y_Qkm@ zrR|0w=nyD>8d#j${jttpC=o5vG_uu*KM|3==pC1u4yKwQ=>flDz~K4NKq6oT69pgj z1D$S<u?bGLy`doA|}#wONHTXIB$V*{fd8FO!7yWt4S2e6zGPVBZvN&w%yNZ&n+m_R-d z7J_~*$t-FOIZ?(ayVR37tn>nGnV>69rda@8 z#mm5&D8RQ@5=F)pS*FO1r(nF1`O9?+WfO!Bx9Leyy{Lh*j&F`91@#!DHN8L0{M?14sp$WHfUOTi6>$4?u)Q(+1jsm_-B# z>4CGU}{NCzdT~GTT-M9a?RLTfi(XhWSCXU782lws!`K^uS{!}X5;D-)B z{P6#}^Ug8V{h{Ft(>vy7?;NOPeLlw2K;LVZym4)LdU}@`31Rt@eSy`!@$o*K!a)p3 zpUbVP1C~|E9;v$O!w=L)+=DxlW-w@qn0HDly}wrL%QgMlKvbyLAFS71X32f3JUjPT zeZ&jqSS%0-4F1%}iCo?V99u9UNtKmcJeJdeykvdZ93)~!c&b<^d!t@GEj&VKJ)QU- z(81`+qEyg)k8sa${~g?j@3MXD1ilRV4BrGDJIe%w@c|GY}dvFHbh`pf11zFViK_qMf=7i+dF==JKU;&>mJsf`PxW3op_@v5xL!{!~gM~4xp zB0~4bV`CQ@z?u5Siz(gf4FY{ty_Y|s=;F}m=#7@;@mSVTxF-P{VxU^Pv0P5aqNU=o zq2Vg~Lb%^h;)>B9cDaBX(k}@PToldZ&Tb{)kCzgLo(r*G6kPsX5Q55J4(wjK62Dxg zNWuMQnQa9*rj&|>ZCNXmm`I08VYJN`_kv*($YV8;QKd^2QFnSgE(uEio+4;U!1lCd zE#wQO#7NW}G|)4|vrr4Y~I{g&Uxxq-#BYb`A%plU}pT2On4R&U-QF2jGja{yHnb6 z-*khG_gQsMuH1KXvpJ)vDgKDtD^-C>VufVks96IdS&l~I5G%Xl(P;ljFdvYlKt5={ zk>IxighmD|zZ8}Qudfs*WT|d+UgPoz!8{rsKt~$V)qE)TYvr9qnTe@Xde*YCk&0pT z8?sN<5Lf=Q&?4-XVD z7oCy+d1CU8Zj@zKk|Gt#o3bSwdoC^aAPz zo{3iCWx9Y8!dnsogLxYvI5|wJGL+4JF$i8Mmcr;TNMId}FX3JXGg2fFMq20h0=j{PSs!EUzsfh{uXiw z@Po3!U{2HgeoeDHK!yRkenEHZ@ITG6xr2e zE2^OajaCg$vI;pH*a)uN!;8(Kp~bKbO#o07)7(1HKh(IT;P$zg*Yr*uZA>&(E13Xd zwbsK~t?e@Cc3`v_AHV(efc^UUr=RjfJf4_Ow}O?}uvswcF|SAYr`VHI=Lavu5{cLa ztS``1n^WT&K`s#RZa;cdQayf`7*qqM8Bha&4}u)>ARlCQw~Io=r>aREk|3{y7ZzOZ z0Kh3$7s%TJ=oaR;f^sYXF`9m3>TrVaegR4v^ihyW5hXlQLI{Nd?#{Pek}5)&z1H~w z9>7DA2x$P*q*2&KN*enBq_kdfpCsPy!PCK&4?)t*yU{9YT2OR_ykHIl5)dy65YtKO zhnb}7z~|lKpbx;^?Hd%`_ma@cNLQ`Fc;=@80IllQ;Y0+?_+RvejHux+ga)RMFW$0U z5Qh3<)4Ap@9>bah6aIm?=yTztG-m?A>At=yC^CpB0Aj({V8yI8r1^4|8^U4w^M&`7 zTU$rAO-~<>$AL=`|NKj~UQYq=^M??~2U(h6Cc!SSt;3Nnvd}|mh>h;dwmk3?hcqN; zI7}oa0#FC3=WU%4KvjTJXpT66Zr0&k-Gq9YPWl^W2ov7Hxd>>QASM8u8eLsCn(m~V z5iy0>LfL- zi^c(#I4#*sB9%e+^i~h4_qNE%b4%^^aw2K!5i5IOXn1sVc<4aZis+_2+?OEcYc_W= zmTBm1o)=ZIptO|&)YW*ttv8_5NXfY*dpw4@j72W4q%LL#hO*hAgmJGmTu8B#^CSC0 z(UJoG5jYr`3r2!c2QshC1fwnqa|kdg_Bc!CmVLlxj2pKv-g)QZ_8Sc#HolN%5iJA+ z%l@d+F^5W8AzH|$ho~iVS~hME{J!lHG)4A|_(G%;Nt{DWEliM* zZv-g1h9E~Jz{ZJ;=cX4x95dFw_4FLTQczx)&W%TqL^<*kf%`jutQxZJQ`yrOg=!`{ zG?a~%l?$E8cBT%g5}QBSs19+|}$-F&O)9 z=qCTV@B_#-i`*_y%kSl&Bi>`lII9h`oNNNE3|SELa4;l^Y%7&btgfK+>h=;(LF!=~A;Z%DM{Rh+hJHf0q z7d1yMs~}0dM>+!IVBk#&{ruEa9bd;~3a^`+n7APpo1L3GU#S?78}8k^_brV^T;bIl zwl17479vW(+xdNb(fZWXc|8GkEDWfQKmsU91J~weRx{a`kIZimBEOtGHG=5jawJ`{XuuJT0P$1 zpYrnF={Vy9UKLXOObCF~=Ux!S(fGss8@s)oRfl^!G1pedFk; z#8f#lSUKBh_G#MmaD4}AI{uT?#J4Uq!ukB}Ts|auS*Tce?fjOq9$~Ija$lvA)u2fL zzRL#xPXY%}=R)AWWVr@6!)@Vqa(lsnIggRlG9{x`mWnt-n|>MiCq^I(P6}(1G|~Z0 z2obD-4nTl-2xD%uRW1|fg+4Xi;D`7xNTjS4LNkdc1EHpUF|zCrh%HsEcD`@_RIB_a zyMgtpu#zZV26N@}?U06fgR2%=>#QA|-En*8e&n*&ru)kcM!`3g8*9@aMh+Yu4ta41 zEBqxS(fKPlJO8*jzyM4xuL3}4JCdB5$E=ZF# zNH`-U^{~V;*#!)fN+YW1u>wkCn2#IzFonnL$!U`EfKg+TuocU*9QFbU@umI#Y!F0A z5Jx@`$oe6v)?yw2C%<3Uq=1JsjT1T%MsA@{mc@*Aer_&z@4YXbzVXH_f_&E-;okm*bMj_lrj!OBXKXoUvzg%Pl0d^s=wUQ*El;R*c%)de+n zTgwF+Po#(L!b%SrUD;4xZ36!LS$CYppN@hqv8ycr0Bk!mu?qMPbwO+WHZy;;l`2cy9l;#XHjJ zk&%Z+M$}9sl2PqoI(^6Dw*AwM=H7^DM)o!v)0@IC_BfBLy%nIlB7C`*AgrZRw=XUp zICa-upPrneu{bsP>AUVabzpJv_EdU(`4v@mt7rDOMgIGHi|AT!S;e5XYX@xLxMkp1 z7AFBpB*3Mua8u~N8^NEw-2#R3RbSs)7Y8MC*p-;95m(V0A`utx# zhfh{!v(0r{nPv<&rwp3>C*mAQnCeNOBe%Qm80i}uwf>p)KAL)IaAN9+x=pL7H z?_Qrr_W1VR3+osC6%lJcs&Fr!e*>Oh*>dyeoOaFcbei&qPWw79Ilt`N4ojMpZvf?1 zZE!`Gl^+}GT>g;_>$S9V`N!69wSH&GarmAjcapFQ4Pexin`W^oK{pIMcq}!BDFvi} zDV4#PDL2a!bgjw(5aJ{>JG1zF=ZDX)l-l@XD`%cvSs1P@TGnE1cwyz)Giy9xFaNVM z&;FwD>@QCK*;mHL*?r^V=J7MnvNz9kekL<)%tkKy^EVO|mn)r!)3wNhDFEXGy8cFUS5Rj%AiSOp0$j02GfVxv-*ijS zk+>ibm=T0ZfB&vrK1Hk!HRk2@n5Y2rN1d<+AY)np`Etj-be}79WmCsI2Hn4UigMl#A5)W)AsCQcRdb3`-upZ~VB7x-} zm+kAFA`t>GBg6Ib{|srO>IzRMb|wU#W)?qe?VLbBAxZKj)3cc8-k9KKS75$jHuE)SJ8ihQsF)33d`j zZF9BSmP3cO)M|5~peMC7J#|YiZ<_hsEmPA=skE^En^0XS`ljpkeVKG5_u!tL#vONT zZvuZ4&Gop!&rJ9mozjki438VkZe4lJ(r_;_ax+5t*3I5z&ew{(6;t5WCq>Lc6E z-nJd$@6EPri_l+&^tM=czDrLN__}6w7by@3G}1xVJD;sf9kkL!Xwc{{_8Lw+f4mS> zH+snKnA@qOM_$0+Ww`FxDffsBm?N3O{{l$ON6l39m2VwQnbEuoIhL49MMw2mv3OH! zY-(z(byKkz(?_GJoG7l}P2I8MXe@T)L9>pt z38MOGQrYMUaS#Xqxe2Nh?FxefAnzqeooyEG6qA51*=6k!O-K!lHc=e3MHzifiXTqq zt_g!g%Rm=8*@M04m_A4}&K+c~t88q;JxH3ccF^ak8+NM0mZEmzAz-%JkD@0~D?m}> zO5z>};lb*f-Ku4{W63oA#{7P zI7>D;s6!8;Icmb^K?@iHX-W{0D24E8kwlvFQoc#rKzSl2VedgE7fvQpftw=mIR#cc zl_E640sf=C2vS_Pr@u46oZ>Z9O_&HN@>3NA9%h+Y#siC}pGFpCphVL2pJQVU;XOAj zTR;bvZ*YbDd;B3+#A+{FxNlpLZp@uSV0F(<;qF&0JIVT0zTj(SkU0U=jEU$!}%>n(O& zq{kLT+ZN!&skZs$DAij#H_>%am!@jPE*6DML~jXSR@H=LXkfbKb1OHUxWBfX8kp}N z3`6{_s>(_wRcP?bDIuNBE|trbf&Tve#iA9PH^v4rC!scBR;zD0e(e0~-&2T%^U?KP zUA7PZNja5TNG5q-8UzTGIG~%se!)00;tfK0$SReyl}bnp4>l)W4-a4?`_n1^+FB}~ zEUdM?+Hk&58yu`2EEJLvcdY&1RO-OsU}jMeZas0+#kciE^{Hg_meDH7YUoS`Bw2U6 z#GztwKoAUw^}?11^fGtlIjn=vaRzv4`@l&%&ppn)3;kWQxtg}74yFKsbkYejC1|me z($V!;24$exW5R+8NGNeL0fxz$18&J}#4BRJO~YKFg_LF=6!tbVbWD5&T2{zN3nVxy zV2kdgZ}yg$TlK-B5Sp2xox?uRnu++^%c@$4LUZq)rKQ7%mUiBgv8>EJJC_cPovsws zv|4^A50gAeXpn?l92Lbkf`1AE86il$5o@YaOZIr=mZYBZ$P|)2H#U$1a#t|;Q3ztz zGk93+mKi-ELJd?M-Wd{;zONWp%!Ol=ZE={edf-u(sZz+?SC9`In&$OXXm>OPOcmZ?>LHb#@+Q^1D{v@E>e9 zKUe)RsPGd6KS%^jNo9rP1WYKhGFr-n<@u8Vy?v=2u3!GQHnaHsm!>=IakeI`ot#h9 z!${Es>lTb^kn*CPf_LXPaFHkuCzZ<|Q0HlC$i`DfwZgr`6$%)?fN)JF*y>B0~j z_W;--w8g=wCFgF`O>H6J$p#-3p94kncMBC?IP41qbGe(w$LHMcL@<;PU9%J8H|27H zAf*YnUcNmPkB7$Qhxnbf`BpHI2=c!YhNA~R>>R-Af#{LqFn3{r0HX&#r47bIp?GI< zXnuZ(Jx^hDl|7fgZsW8*P=>GP{tEg>aW(-O1A_ze6-+GfRiPUQ6$bj!(Y)Bhod ztF}op-n0wR^9f+V9LJWr+x5^J*qA1X;qh_~!b$l-`(6EM^4!APhxhMa+rNMK?d&x( z!|}9BXqH1|zaAF!*;KO3yW%D(!MMeNc%q+qih)4f)q zOy@y0tm+1|Az=9e6L;vy7&@ZV$x>-j{bMyOYkuHB@N5(yssMs$#{5`vV6@CcKa3P% zp9phqRT4D_TaZZHYuJ!qjp2DGA8HQwxc|Lh(59h+cI)6sq8Nl-1f9jp-yRvfRV#$X zH^n75Z!m57@n@xjUIx|UU|fpK7s_oIsHspXU{GzBT&A$$nJ%niIf1((yzl#27)5p5AI|_g5)P(t>yui zq?m8U1WF8J6%leLn7I&!GUJOO3^E`5MHs?B*wW z45~<-r@M=7SIeNt9@Vv5D-X_FQ1&LE(58z8?e5k22P?N~`gPG37u?YC&0>YTz`c`u zANTXzC%ON|{TBC!@Bwxili>C2qwEjZ5BV}+lrtYvtZd+)tUCcY;7-GaA7yf>LDm_) zp$(MPv3j6Mgrk>)wNo?%69(5^U<3U?1OKE+f(e289IkO4Gs_{xx+|tr@g_sLvd^}J z!+ds()eeos??-3#sZIU|-V(3DFKikBCp zavYjA;8w#U1@v9q?f?wuBv5zmYC1XN6;&A4>8SuDey>uT-}4HaIboAU-N$U3xj^J* z+lVd@clV@VRu4@a?y(!K2-G0@@CV(6$X~)2NFK_7Y9Jx|1-a9w%ZY#r^}sxI=wL?| zgsG{d_-Up=Dph0!7>5@V%Rr%ErxYJl{h;oA5ye}N9{Qk9^nLJ9w64h!NDq0xIv9t6 z6LK!2M3MPnP72u;u(=(5eU(aI-ws%0@QEVKO#SPB@0FFH1nB}Gglbcdq$1}6Nc2gX z0rs5~(ke}Yx6O(c0;-Df7z1N2SPJ4mAeMInqkTWH5)_Ar3mNK5vX?hBa=xOHnH(h5 z=g`;J8!O_A#LE&3bj=#QGbwA3&jIH;hfQr&BIRmYCGPf&WLC=i`}+@+@(C$50FMtm z^e^M1;czq>3f3Ypmxmftde9Xf^a9MElX$uFpI{=-gTe7*s`~DArgVX;Ms|)R-4?^P ztP`sL*cBeu9Hf7U+0czHY>(TW-@ZNXcCYUj#e@smrNOYjDC=g?9}dC?i7O#uiti^W z&3=44`j)u789GcWuz*Pvo9G&sI~^}T;WJncC5yqiSZpp>Ooqx3qPPn2G`x!OtO@uD z<72#2es6#Oo_ra`(a~s@I8)hZ6c*Cu{GR^)z4=e59#2BoGf>I*YqV~_)gN>R6c=nM zq0cJ2__i*z=NO#3CnGW;J}5=*H_U6K{+5Z#B|zpT%V7s1(4pzay1>W$Yx;yx;nh8 z4UpC~9kziU$>@m#(Y3p10g)QwZCI}JNCLt`@YjPU&B)J8}zl3-JX?DlbWO~=P}3R0)j7j+)a9)j{PQ1P)` z=U@DMBC<75v%&*#XO;j;2fLEs02C|11R#3R&IvjU9w$M%!CPj~V+;ntV1sW>Qo}(= z)_@v3zTTA2JAw;pYd9B^*?g8CaxJ(Blb8;I%RtQIrCP z5S(klLl)qj-y_KGH@yiykDx*hfb}SpWAXiB8Q#y7Oe63CBdB^bxF4N~U=6}j=j)F_ zbCy1_Dni>3a}4V;%r(hZ5|)=xk`%u4q$La2M+jqSh3_F~{tILzKpbMU?u;+U2O;bB zr#x=>*rGp0^uXs?O2t^9TZ|W#?qT*#w{TDB_N4q;!i%92o{XG16PXMns6m+H@*=DXEl(K6aDLGH*-eLqD9P|x6N$|B z5|BT?nym;i$;MD6zW6ek$GA|X-kr*tZS=9WYAiO)s=p*VZO_aP6R-Q=0io-jE zH=>TLObs52bZ*K`jNer*kB*OD+|u4AD~i0Wz2zddMK71{g7Vq-jbQC?84f0B<$);< zmQ4%=SkQp4j3~IFC?Bo`jn3DL3G@)GQZ;FXUU-Tp zmf9$WrZcsAb|WBMdt5ew z+iyDYWVx@e{N#z7Zii_kV}~XO76LU8$$o$*zdl|r4+XaNv3GV!k&f@){rm5wldbfW zQ^9MMxuPxG^Kx$l%pzPGQ_=<>MH18!LjaOn$XJ;KBO9dTNvcEL14Im+1@sqLDg@1d zPy@PY_B#w;6{pdHn=FWJNmJVgp&*aTH$}X z^EIGKwMykcp_q$K8l}MR!JK?wi?K+bU-yImkr`wjn7V3mUG_kBn+Er85c=`1Kk!xx z7#6#Z$9#rSkHw={xWn1(p1!{9*jVfA@NhpIjOet=t8xFBFPs9I!hd8RhEy^vX<%)A zm=A)G0t<(%q3>NXP54PmR&u#f7`DfYQZ4{zC4Kw#r7*F|Bo_uA_i^s^!VUZtjx4Rj z5R+uB7QRBv{x$(CVM2&U~=L&csVEqt6Jiy5!zlP{GJvOqVifz6naGp zBFYAMYH%B6=gc}qsU$5%O-DDh{E36Y?t|+;GqHWgyLW7#DB#N%ZW)6))o`hnY8w8y z`VPhWz-YeFIW%zh;Xlq=citVnZ*S)vjT1S4TqY+ra@?Og(YWS5Je(+CaIj$g{^^+q zhSp!ytpKbiUo*HoJbX))tvN>A>o4}-+H9PvuuGFqw6{Dl(XsfDiX^@e>W{>5J9>U_ za9?(?R=c@Y9T48~;)_?f&MJKK!8;$kP<$T0pu zTvrRLzX}#Ouvs^TKa2oKsztT{bW71PKQYZ-8wd+6!3Z{+;NP}@`^H<~9F58HJaC^8 z2&L+Ef7mq&VRy)<3L}EY7u2F+7FZJKl0M0Dm3>(A`XRc5nAl^>h6-2yN_bItCwG7& zZwnw5P1w2M3Sa#QfZT$QP9ux2Tqb-38pucoN^l@Hn;1Bxq>N%itc4oN z0)%OHg=PLT%U?bCww-}vKlk=U7N0y9e)wqd!q%-7c7uv}20$e|JrGMgC9BeIzh-#F zD)@cDw~SS5fvrO$p}mn8=d|5Jm92j=9v}ML+@0}-NjVpOaBe;%ymQ(2^P_#%(A4?Y z4!Rc8d!*@^M-Mh$a{^c;6GiCP#uJ0GN7}Xe`SIi8IG>D|+d_qCCSMGAKGio7%VyX& zns45coWx=|^H}Gz2epK!o!HZtA$bt#zWpxbLBESVJZ8!FS_^<~4&Eg(Qt?`(oXP{7t4DV{9Ue6M&-9yv;iq>Tg^2puXT_lRM?|x+ z_VMFwI{B5SmagVrdg^K=OUHVZ99z0tcjs4*x95%@pKBk-JJ|bj;2oA}PZkCvBm-j2 zQSy&yWCNovZf#|)!>us*V!^Sz#;jG`Tb;GFHP+_v2b+hk>~xCT4u3T7^Ng7 zC`CtDh%Uaq8WV9go{SoZv(gxW&uv;NsK>}&j!$&$jhMI$?I&wrb7OB)8;_TC46LaukP9v?hiBi~XXkt2} z&KY#@aqHkWKyEf?VsFZCNu|LSC-f>_lEid4r+a-4?gCspScw8h%kA#NqUr{{D2huY z<-z&;-E9(tQs21GtLMULQF1mJ052t-+5#>&2u%{s_3h4K5sp@ZK<)_zdhxm%{xnt# zNdXpS0p+}`bp8g8CA?{$q6(8dgj)c4F7=0@T1=7emF-*-dsI?{bft2lI%xIvO_kzi z(5rhZNfyiJZ>ZPD#_IJO^7$A`RuJts;-#s+K5MXgqEblfhs6g@PEDN*2yi2ZI8z@#Y=-uZDt?HI;TlKqA07io6vx+EImhA?Ltfs1kFF^x-xPWHu_`kAaCKO3Gs% zkPz;W3ttnw2EXz+?Gf>~tlz9BRcOX-gW~F=isWAZ1Ec5{yx!*E-~vBBkZiPdO*fet zj}Ph)HTZNGKj0RT?M8B7oL?9mY``3Pcckk^2tH8a(6Em%tYYkz)%qAPD?kmasbD=PDSt#ayo3!TTD^ROw4=) z2uH&6!Dw}`rB(#RTVqr+Jq3D#du#SqhJZLm|3Ulq79ef(sk! zzKh!ht!cafUH+jLg4@JON&rQ4&ZT(0xllE($RQB>-S==_stTHOdZtz76;&%3LsHUj z9;$rP0tw=CSs3lmy*V-52>9_9qFd1Q+8{;3EqSLrG%_+Y_LfB{7#s?P1>Bv2)iGan zFAU!jpH4(GQd~$S3P-|V@5V}{9U;Npfx3PeKC;8`QH_pwUIX;#^H+XT*dlxYdw^A; z`LY+I4<8tx8Mc%dH~8W-Zc4VMIzGG`DAcfMQ)mzwjFnoj;J~23rzc>I!G@twl3Fz2 zASR$YcEck^c&NV*_C1Ye>bAkbs3_I8&i~ZxY>^4Kv*H5u-McVwowyMS0ta6O0uKM+$|XURW4_Uif#| zqx*Fs8p})4mgQs669}{eYAm(|PL!+&I{gSZ%u9E@AdyeYfbQjTfXmtAiS;j z%coLX^P9{=ySAKu|NfQGe{Zkx-xP!k`@pYwTlW|EjKCef^1Sdd;S2auUuEwG-hwrC zcr^e>H&4u(M%UUZ2^1C8t7^q5!F?m&&&5O4NC^W}lsESAI1cZhH;5 zTC>w0>^mbE%p<{-j4uXumM1jejhZB6@q0WGHCTXgf-DAY5hs=x9<(e!$MLVd`w zp-duayZ|%=LT*|hG3~K)f+q*24elgp#y}qzDH2F4tUW|;xfO6Lp`U{dAhKGZ5CR(m z90AoMLHim49(NgnBj`SY(~n}{e}%KK$%cm@w28Uky(WQmE+9@7%h5^=E+>IHebZG9 zm{qfSyc!wwd9a+N;df7nqWWyw?aoSIY#Jc!QW-ylPYUnK$YMWn|G`&M6H3VKQ%q6u z$g1X(peQs3P56j=fae1S=DR< z9lR4rra*UqUd3BO3{Hwj#1Muk2kVLea}J%H(qaD!9-K^1Oas3Wf*-SJs_-j>J!nAH zxtI??X$v?o0OVjNq6X+eNpJ^@wxp6lv|&6+3aTF0H-KVb1p=BYsAvWt9K_b{{*y&L z84Tru{*(?zQg}2P8&)#&mKN8ba1=0uau8Y)aAGU@Yvg0fUkJp;Vp>d(m7>w{P;?;b zi~0O1f23r1AxIpFYB9GI^9M4z4}9Rb7Mn=uSsi=bfDc`m^Cm_Tkv_PE&xMOdzzV=jfKF~EEkCr*fnqBxjSz@`BTtO>HDdZH{ZD_y#CKw z>%#8cM-DzU-g(WZ8q@5%SGaRaxMLs0os%Z4y`osRiVo*EJ(zBMs`Hxhrw%TiV_e6? z9s3~eoHW2;qOJc#_#4Pz`oO;e{}Mouz?2Oky4>5YCjugi9631P3+q{B*`Vq=7X+97 z0h)!Cy5mB?G4pi7+gC=Q81s9HU5U7B{fXvK4Zg0z;lH3BG6k{NNqwEDZn#@ zO=Y?$Dv(*MU}R)L?&?UNoDfjE9u#1o#dOP)E8qND{#d~RyBm8PqQ1Ju(VZ%VZ5A>syBzNBW z<8$cx)w3jv`0HkA2!?J?(9$JXloCC~}*5({fULS!v{=JprL*n~dpzYe6 z8xCT@Q-kNM<&Je}m96kALYqPzgb0Rk1ITxTv*%k8JWFQ63bl+P>_2wy|MG9MU;6U; zf9(7P%kt8(&cWY4Ho)Hc>tAO7`8U?z%ih}g7V8}C9DDw#4U5)nT2hA<2gf!v#r;Q)sI~_9K8Twt`lQxi|c26Zq*h-f1?}@xgz4 zjumd0nLff^u*~%rP0KQaVPo4+4g1oQ%f+B+@!YxTBS)sswK~sHGFvjObB&>)Z3G~< z4GlHUSth<4^yh>-@%$z}V%j#L8zS2(0(CP$;>lPDa~UfFP3R0-(uIaF)`9^M0D`bD z?$?X@RQ!FF^isO=zW5aG{PFj_@71H(Eyy~Dw4SoxnSjq(1@S0tYs*0F9w|A>KIt&NZ91_oTq4aEO87JhDFd3oVEcpnQtR~#EF zengG)LDAj$id&O)1AA9TB0A#?9V$sEB4P|;9Cq!uvRnb0AY+gy+x9oz&pHEW0AK0X z@66+tM&ZQ=wv&!NHu&k(YH-)-MKHC$LLZX8b_XHT|6PB}{Jv=g`us0-zVh*pcb@+E z$M5|##=}djX!`lwi&o?%n8d$eMb`1{E%U<|1S@6>#ZdV3iuUlw*_%K9Tfh3!OQ`Ru zrz7Kfr^!Es`Z`Z>WaqaeoD+(G4H;M)b44_Prjgyp*^x-#|8Osyi|ChMq>d2^bba;k zb4!%Aq#Fh^=!#$@!Xn++NW_`TfGb7x;&$}l#;hPfVnY*L$kx+lYdDuCgo$0Yc~5!W zM*na@cfui3#BgzA#mk>5j%g`>zEIenFXRh1*7(|u_|0#J^bE>9)1_=KyA``OClBZN z+~H(4o7;+*^g^vF>@1G)+0G;l1@^ozrbeUCoruNb&1O6vjg8<|jrl%0d@vq`UJuUD z)Kmyg=xR8_HaQ*24l zU>A5mQX=|Odc+>g1w~r_Q0E02u&l^9N-$)U(cK4R`P{kQx8=By0OfnXfDo4;1*F~c2DHm{5J~T!ri54zi)84)~@~f(3^+8F#K2b2kPIb|8rx$`PMOU z?Bw|8CUO&RpZLV&{N(4RhNl*$Zl8K;>N8V+K3$l8WcqV6-kCEq&(C^hADaE>oH%#J z{=$3s&yYP6{(2+9zUf|k(7v!SELhySWHwb;Ba!4|c;Ic(?rU9jDLVbN>7} z?hfuWOqTD#d7e9Wdb6 z`mkrvn)`>k4Xs@~f9A}^eT$3E*LYJBUkQJ2{JLHIRWADu4UOQl!?7s7I8HsNzy0(* zr|w1E?YRFtI`>}Q@xs|t_alx!jC;yUr~mBT51&CCd=fnle`}9_?VZtoI(z$Vr(VNx zukSsr=i$=kLe;8!vCD zDb2s1M+>=kI=}31xlx9FJg)g;{%dY=)8@E;xM;)7wy;KbPM_kJ{w(`yKLw#A(kPt7 zmD#^8?(6s+Mm`rb85n1McjUV}zx(FzzWuwu^F8nP0^d9Iy_J_;FH0}yU%unzpL+Sr zFMs9bOMf5u`_KQw#VhMqY$I!w;5L=ezjyG*mS9)DWx68YkNk4vlace0p-9#EzVRjh ztbf{{1=jg_{R#bb`W^a&?_Js-b=!#M{X6~`{1pQqwcpMu26)n%pqKrL<6PW7azQ~8 z?nes>u%rAJ6a~k_>~1>MbL2T3xz>wkoqVR^fF_ucZ{~*UpaQ`&=pE43!jeq~I0X$T zCG-Ri4nc-U`yi1`ugK;A3OX5ZB{j01=!9@UXpvzHKOC_8zyVtl!T@tXY&L3eB&XE8 z4e5tn&?)X*sT6#LliDVxr4c!mECJu@FppV*qKTI zRb(4IxWRKKXV@eTpg-bFlQ(%{_G_>XaY299)=>q68GK~y31S-ukTn#!od*+Ifqe-1 z?a!brg;`)?dlK(U^G_?1PAGC^Z#jhE}y@! zW5=$2)oM)?p_3pD4_0^W-m&9CKHs@PCdogH8Q^vt?}O){QZQ!7vIXpL#2_9ohHAU- zhcs-#jduf29gT;D9vPv~{?INDy#)5C!~V?hgT(l3mWm^QtKB(N3p#>W?%j%==h1s2 z8+3W`RJ=OX3oAm%1neiFUhDt_P3?buCYQ}xAH>RYipvT=C)|Sdop!d|56Jxh_aUs6 zpW~kA{si8U{ux^NQs{GHgA8#45A9V|>6^CcdpX`{wOWQRq;9z_^_&WJ?} zRA(?ai09cW0B2>_#gxg&DomP6U5TUVPk9CY*sev*67R@ zn??J|c3|#7kO!tLX3^%d!p!`^L!UTwaDGb`e_J-+tbYcENF;$5;SCbX@zCk>c)r$E zsnH-#$qtV9-9`K%5WCyIqD%F+Cc;N?_)=&sB z9a$>u{J@F^94ljsBI3W|(siq2d(tV}tPV#qY(ipgMDw) z)HE_lplzLdlXvaPJVFi!&s8- zBryWk9>wE{c9^vPlf-hQNR%3}SrurZogb+!((oUyV>=#m+9lc=3%GG!oDi?X)!?Nd413=*yx# zW8H?q)OK{FL>n5{(3xEfBag)Zk-5f349enNC=Z}U zyIv$R(5M5#gd$jY!h|+aV{AoE3iJ+YoA8XHD{>5`sjvtnO#&FIVx8ro$>(xuDp{Gp zwh;OZ5M+}q8`BVbrh9Y+J{KvkOT zhea3`0zxE!PM`_VktlvqZ9qZSz~~DOM6rn)VxWQ`!EA>5$?|1bqh+x_r*KIN`O&C z&R@{O!T!lLjy*QcqRA%@QX|hDsXB? zs2MLneL@L%&>iRqROeP#tCC=Q4AgeTL!3n(8jX#-t@VVVwXocoLtjJsZ<8I zxDPrVG|X_NZh)r=Z2as2qDddemw*C_{c-3Ax*yc3lnbf67IwQdXIxNS*b>366XlRD z!t)tn>i9SkJZ@7<$V3|d_)=&IP8xgkLkD#e@Map9=nZtPDYu zsI_P`5}->0I}Q8^fb+%o z`D4>h?h6Io;nj5TU0Uc%lGpVDIl$v%JSPMjVEtqH_7RtcrAQQa`x?^L_M4;uU z2|97GezuoQY`jJ25DVDE1lAc+2fzY{it+8BrwTRWIvJ(V614e%Uj?)eTzC^Ee^kgW z=;W}KPT>WQ)S68+iiC2ukMI?4PzH_x>slzbUq61rlDq#h}4*5VX;13OD z0dNnVybWubTfz2i;jQe8?!i=iK#ot=-PlP9^AfNaHi989h@mr``P^1W)_@KBu}zBiRYQynno(JJVfVb?VfqQ>V^( z&U2pS_w*+cgS?cqUVX-&O70pSp3{D*{gLcIqXi7h;xa-UF324J40O24}7ISr$^|J=D!1jJ-C zW)|wK5GK(;3Eh%kQJEFA8cd&3nOQ>-YgDUmcQRQA+Nzmy7Ig!VGlxCziZ3I0>?Ewk zU3t4>S-aG}w4SXCdXtulqykBabq`;*^70dFx%Nh`w!+Hx%0lYd^_QOr?4!$dvnLzU zfD5{?v%K>HNI_aC>$%zGYF}EJa7bXFyvs4MQX@h`2eb_*bo0wtSPsHTJ{E{Qf=nUr za{Hcs^tmt@dBi8c)-pB-9)M`vD6wF{i3d;^3)=_iXYB z#hv7q9b}(!{fc@y>jQe(*}1#bTy?fq|9V2T&-v1dNoVQW~?C((&}zl`7Oyy>TGuG z=zxwz2}d3Pl7blp5+8`*BLbi0bOT5Mq9h`;T*=TrH+#}Ib|w@$Gv+(_OWTm&>@UKF z`)nlJP%v<75nx4wjci1(gus^bIbY6=b`&$7V`rTdlLD znPX9yk3uXkR0^%^7Zg)_#1{bTu^5246C~4p2ZH6HK&(*NTnz^N)ucbn!{8}gz=qmY zC;;FUEg*nqiVpjeRevC;a$&XY#(PMy(N0)uE2{(JY2kZuDssDhPL*BzQC1pS)Gx#W z&b0j%*jCy1M_HpdwLdVU#c&XDc{&AW>1Eld+o$iDnJgzjp_2f%%+aA8jmC};J9G{= z$%*ph%stbx{t04)ucgwwgj5_;n3Q#at|x;m=ukYkSOutsiu`bjSt2gH zy~js3G7^^^2Zor;9h{Y%PqJk8hef6-8RR$Yhktn5^g2feNZG&JlMdoK@7RCQC=y2{ zR}+_TqcSj1f!|>TRLe7wOkf)QRKSB;1|LW6Oim!hoD$Q2?rBSKtPl$ibXK-x!r=v5n>@6jTN(z zG6&#_ESe7O!+TeFaMmV@hi7MEbX?Fers^U960+&+pcji#lT=A-eeU=@+D=3cYjghG zB!s0DlvN{uCbHy(LyLtxsgbbm(ayoN%4FZ)Q*3xV`=_S%ivhO$dOVGuV!xati}u8w zvhurR4>{iTof#0j1xu@ui59&gd(izkyDOJ~?dGLewKIkLaZ(jgsZaY0f5_u z{9++2y$Gq076crIKH=7YqgRXOK$6v{>!9Rbm(5>%wf(y%78vnQ{ZXVaOwpM-;wdB# z;BOHT1QHSVyW^9+u3`-6o@?Zi($e024>uY^L-!C3QZ|jo!~6CwmE_ztD1wf&@|TW< zW#~uSf9^>JlFdYEC>hQr-F{lf?kh$MP4Oww92q!xJ=UL#m>}Z@r5)r8%2T)}n97HN z=V7_)NqQq5!~yu{+PywB9^Q1+ABP>Wa-(nR%H%EI&>>sPwuIgE4e$Z0*bZDIg3_z$ zn@Uv#KP;VNi=!Q%a%^$5@uXIXFqH~V>`*-g14U;|x=o1`iQs9Otg=U8rSYWbUtOt* zR*CS(6|DXv6#^)Lny1Vjn=vaXF`-@RY8=+OJKCzHf{1AW06Phq2iGJ!`tlm6o`n0X zfeN{~0g@z39g^DS#>N9bcK?sJZx~uzTgG|+(tF?W-dI3egXqZd+NDl;-|GBY?%P5X z*4pc}+$FGe_-d=QF9^=gdV9USES#FQp{?@UzRg@)U)L^~?NuVot+w;;Usna{8|`%x z*3B!%`vOvf$5o6^Yv5KagL~%hgi`j#X#u6OAbzJBMGP@?7i@&X7vcRRL#UxtB%0hspno9002#E^Y#^ue)l z$KZi{DjH1zexrE`#iPT+z2#;&(4Pjc21*_4vZ!Q&7bUm0-cc88n1Za1!fMibsSbJLYM(x%O6$B~)kg$6 z%_7!PZ$_i4r*)~ikJTGg-lja)u+>rME$V@#emp8$vTW%BNa3SYA>2%a_MPrz<+iS5 ztMZZKiW;@LYg0-EQcm2~ynHsmb#W4&sdu_o0H!qx`|9&Q z|8c-AMVyYy>{cs=#ci=cwfSk^(6Y@I0ZWF@+*o1 zyCiGw_BEbdI9typLgkqD5yKuX6MftjEhFxgt;oyWl4v;ov}aG%o$=Ib)jcH>)U#r& z9;a@>tRI0%q{3|CrbtlUD7!dK7!FV0p&DySXnWB#cUP+Q+;}=Qn4o1uXcP0qd*zx) zB}}{yxR>INvd3_pNaX6-aLyeq>${o#x}WxHcTbYuABZ`fr~wex3m2VsofN;5kOfm6ZxNo~5<9P^eNy=R)u1&^r38(U z3E6J%Sv1{oCygwkDm(4HP%PxLQ#r61(HsF7hL8w1N^VZrVwM8-^hnYfcfT4&E?W=! z6JuA*e@T4FK56>{+t)!^Z)w+ScWRGnZ`Izb32(NITq+kb#sF)v7{VX0(xEaEgYVF?>W(tp<%sx-3u;K?`F?3Y4gxqiR7ZdRw)!YdU^|6Y@YFsB@s+DS3jF&YIx0a{eP<<*~jUk6IW-)Y9Il>?gOJOpxf&!T@xRs7tFO^zEiMcs{F^RtlCSqBf=#C>uVLTJkU*LW%NLl)wmY zlR_s)#Z*SJ$%-G1s!El88Vn7r4907^0d z*`g)nLg*MIQjF+X0NeHC!^mNsDuO9fr!PEqbYQU_`8)Iw2$D*KAq1q2fT`e-=0%gm zs)ndC4#z|BP&StE1dx5+AD{9&0ZR`%{Znzb+epn056`9yxBF4AFO?Y?9~s^m5ZN!F zS)gcnrG9=-tP;@DQCW&&j?h<*y-xQyJ^i(MzZ?Hs-K*)<0`k{z+EJ(yAEK=bhgwXS zL-F~_KHWZKj_yh?RX_v#liZG~Ig@aE=lhpWt*yM$8!Co&Tq+mUjo2v9gy1m z5PCMm2=?-$dz&NT*dx@0KM%l^{e2^oH&-1&yM|Zu+{wwArq9ghV5~N}Jgd16XWE;7GhskTHIbGZ=< zct@BPb@>3obw+)HnBt2-9}N69$%oGFPN0c{K3^Vhbufc@U?M(5Ag9bO0=p?b+F>*5 z&O}h7g>EQZmlM7p_*-GkMa|@Ky0|4sF5m$^O&`%-(2!mm5e#9JB#iz%?;C zI^hav??X%LcOG#$@APtar1Cg+)1Ro7RE-E7F~P0`tpp7fYC4zigPJQ8f}eLd2ZIoI zM{v;TxPT;iW`= z{(0828(3C;()K+R@=>iQG*gI^3e3=97P>5rh|xRV%kU>1W(CSLDoaer3+5my`~hQI zkx~g+-(?{r$7p#hg?U;?k&+k#-r~80Xr@?9K%BrWS8SLJcd^Y#rVLn}t!yC;=WZcI zV?q$Ik1R{X3=C?VE{k32QV>h{FOqQXE2~%01+)}tgv2)?)C8tcBu%b`mRPsgzC>!M zMU$28>OL(wb=%7F@@g)h3MI|bwIibw6Qd*7mds=*rMmkHYCggqYg*4_XjunBz*+Sy zd#aeL>H2bL5~D^rUCwJyWEjg#a#>H|;hug8t&mGxFh{Ee?d;C+Be8THk5I;vujgVS zCujS6Ueyy#+i_bBL6b61X!-JL5N;-M!@j+D-@SL=4G9>VpbGV-MBj;U;KcOKvwA3| z!K(F62Y@M1>!Y=9xR>=V(x%zP^IS%a>T!F=gE6s*l(jQMivbb~j>Do$@MPs5iWnz3 zU7p{~;#kv`Z@F~|vJ`dio-a=)IVHiADl?G>+JERvxI;mo_SD11P>;kK$TU0`+q26( zV`!DMoo8DEj&cgFZTO<6k&*K~L&n4H=R%D%80Bu(;(ZT9W-6O&Yw(gDzYpRIppef` zXhT0MKxU__kB_&`F2(@^nC}m$-iQJm%d-a z58)z_1F<1j_Ge(&ShEdQPHKS$eht84k|xVGfML`mlpIr2yv*gC!&-)aW?JT2$(3w5 zwvH1@#x8l9Rwr$Ys@aT9>*bXdWA;`|gOr>~$`mf8t97EfoA%eylDU*lO_*lY<4hKCOye)HsH)}#Bb-?jUWS~cm3 z_}jnB8y%aQyDvnjYy0r%=m|7{E?3nwCsOGpvlJ!dpC;P zus=*_qD1JPUAwLch72vOeRu!Z=zJj1+nl^(fFL41Tn#7Quxoc;IO?bk4V~)iD-b+z zKC9`3yhMxN6N8Wj9lHsM*4LNyq}=nds2>+L(9Qp<(ARegR3k?;+_!tz8zv@PnvZxS z1HcIN1_JY=WBV!T)XOPJZ(W>>S1Q+(D>0W}i`A;H+PR|L8Np7w**=j?Y+5YRLb57UltI7U|HrL+ho6+_8Cpe1f^9?KE z39gXr0h8-4*>u~rFI>V#Nw(ICU_exp2V78 z#Y1r$7#CnAhrc5xQ7$ZE$dQ^)hdtgKeqz1-#fKj3G4EMfIX>9ecTK63Ykw#3>P2nO z^>78KJ>&6AXn-QKxzh`ady@T$c;1`rDX#SO4RObO#s#0ShV9H6w6a7mU$I?}t-Dyy zSbRd)1w&1)S9)O>FX_r|IhPvSrq|Z@F%@rZ%cI-=kBey!l7Vd%{>sFoErwq}1+V%! z+V2MBvkxdu?dQNS#%oYXgHR1H<1nB*EJp=S2cr~ONV$+o#RO`Y^^%4~K?2HvB-TQ1 zP}c~1BQmMx%RW*FA{4FYiBJ)Sf}$p3K)|i2g|JUbg)1dv=+im)U~UDV5ZS*fXfqU zL|BN6((LxVUu=Kxi)-~|{9e=ZhuC5(?a{ldPWlq*O=xt3yIMl?e>NCtDm|36bQPwv)HIh3EJ@I(1t0S zpaM!H-p6cs&UJ;J!mwEE&K3s)6Ww8~8XaLIBAE{Vo>KN;f(8lU74E$=A|#@aB_Bqv>lzGLNJS);QivAA~*JN(y{Af$WQw(G6B!f-MC)Q2j#blaI@ z$JhG%yaw9oN)={c7~vdlLAvMer5$&QsEz|;cwq2IrGf_A@b>qu9Y1#F15V&X^G>yW zyu*C{YHq-8FXpnct?38_a6XXjuQm@xLmI(99HCMaW>tHvXQfXMryQ>Ic-An4fi=K- z?mJkn6hzbkK%gEX)*+m)PP8-o(%TR8_w^nDg@{@yNrdDwHj2eN_wKtk+3>|9k-XRE zoSdD#qfrmE`ubYn{ogS=JIUOUk4EB{C0@I4@12F>tv z_;ddDr%fb%Ywa~t+Z)LG?|6_C?O!DBNpp?N_j=O)+oOn%18MiImoDAvP6v=?M{oD1 zJ-2q}0xjHK0=K`@O|v<+Y+rk9%lK&@L$}(s8Lq@EswVN%6oc7{S#l#G>`!M7jE^rq^w8q?_<>B?Uw+{F>(1wL z+F6|1mWGFS96!Eec$ip7-oncK+|A`m3O)bLbMq^OqOtjFm@d?U^J8O2dWy;NLx&C| z?z(H=a=n?+{=(Qu#K+@__OZRK>6?0c>-+ZAdwXx1Ztc~6MxEIF%JlH?v0A+`G0~{k zjtvh_Yj-*V{&F-L3?jtz1CR8cwes&GDgF8NZCk%(ap|1?t8ae1H5J7{4iVS#^mKaz>i|zaIyL>8H@Ckhvr_xi z`m6WcaoaxB-`joH_F}*M7DmFD^Qw30guYT%uA(gK9&|^8v zh4e%yQ>)$7nwp!NYTZ<;WkM6_LfPruyhoa2|H(||hS|BDJLhI^$Yf6H`^kHHvNDO6RSQ z?KyqpzQ??^WF#0$xRA#rLcvI~_9X-~LD3im5zg!jX`bz;5sO-~#tkKFtSkT619-@u zrGJzLm(M+%hOIl~uHfD(%vB%w_H51=w->9@wm4-)e@!nv08oVcc?FHL#Umvp3 zXk?+UZ}?`wH;I~j^R~41&sq~){_R)&{>iDewNrKJc5T}##>v_<+A|RrUpA{KtB7|< z#L9PUPicRrJ7r$|s~ufitG7={4_!@Q7~Vcbfw2Z)Y?tXw7<8jEU}2!SVs(lV%Bds- zO3@>Rhpbs8dO3`^^fkqvh;UN~kVB}t#S{@*TTFerv2_W~A|15Tqg6jl3AfMMqCs1W z;fIyEpJORA;YQt`9Eh=N2>9F*fG5mXwQN5DbU0ggR@9rKFzRLRTnsi+pG`G_ zi*Fp=dDmi(J<*&T@O^|*bY%OW$6jONbgMkDBSV`z8qOWzv{?AGYhc6-j7 z35%~6QujbPem-6fu!lF47S4EccDoOtZ{kX=7stkm>&e{312<(-89p~1*nMp>5{pHW z*Y18DFt6{fEG|7dIJBW^wTk#7znHD=Et)&aJ@bXZO1T+lHu%Hh-fDI+k5q<TZ-; z1|MBoth^f?OfVL2mMepW`JVF5`@itUSm2e42AssaDc+XlM2?y#%?GUF4(_%l=#-waxjD)L~|kq=0OV%K`bR?k?4x?YB?pA^FUvVHBdzslM1R$Fxw=Pn83{m z`JC&3SPC0q(a;HNt(jmZ=&^>s)xo5XO5YcYV!>6jiV*U!sHGa*P#{&MXGsP*DVF|% z0c!l{^{XcA!0Pq(SolylW>1>Ss}g{B*-Um)?jAwZy*S6wFPQ3-`3vNmTSUq|LUY5)CR+$;M)K|Wv)xl2?6Ik1D8 zMDOO|&37+@*WfP0AMM6D3;!DDoL5vq;^WxL3E81H(_m{P@U9Q3r4Y2T4^)}`uqBh)@o*EXJTrQF^SnkYG~-q zr*6FOwLeDD2MXb+F`@au{)7o1y(w;>0*HX7HIC7`S6#AQp%Z zHfLTtGc!JZv{(plY!oW_>c+A^Fj}b&4-O6;t5)+#M`romg~GLigFSl<kU`NWjKk%w%MJ7@iju`C8(z+`+ zN^x_UR>Vn5pdjKdZLcFAT)a8s@CETG#4U^K{DGnajP!{@7}vD~|NW#zi#D+liF zG0mQP53C%Yx^8ia zdvBN|2YOco{9J^Z^>%KSxp^U!b7BVS8$A$n=7YbLdt1ZT}S(epRe(8*5TZVShL(It^2DTW+6E?(cJ%6LJMvCsp;-Fd%lO z;#CT^GJZv%q-hn6kWmZ+F~AT?Bds@>MgD=>Ojm@^?ex4lUU&R_$uETRzGB0M| zWWKe~K5$ZVzjN*N|3$(4T*hPYffE#`c4|PuQ`0FlqedhvDr2nfJR1ouUs{fjJ^$~^ znyDYXG~ZsH);5fdvpaKRan6Jyn*ocWqM!?WvKYo0hy4#r{0Vz>&Ei)8?v}E(2EMZEP0n@iM7nVJTLqUF-o6g zrLa@*MwLyXU%7y|cog>;8WuK-}WBJRfp9EPMzSj1a*dJxJ8P*td4ps#MVZA_K5uiwv z&5A&(2VwS-)qoRj2zzcTJ++l6R6wN(BxkEW*%_h*4V5)?K!cdd)da#wA*7Oy2*cO) zX%Q_vlsaWm>qM%cO*xxm*5Dq&rly`+K(?z0JHlj^_f`o|3!y$1!ACqs>r$|o_FR$N zvU02Sf6RJ0-B%=UKwTvF7lMU5j?%iTa%7@coTjMZc{q#Vl>DsyF8?%j+wQlI9zD8o z^yui@wO1^RW{Y;C*#Pl86gNVPg?vM|6P^dfxx?9?&Gl*CS|pMsAg~_~?4{j%E>>#` zliD3CD|cv<3+;z|abGBbH3Xh7xVU2@lL(RIlNd?9KlH`j0irQte}=_1)3J&v5N683 zX;~v$vIm8wgr*~&TmWSYIYokv5BcR3UAOX4a=fcl@BXqjja37;436h&QT!t0TYLT+ zAI!}K_sbtQLJ8_PJT`+PkSlW;NP#o{a>5<(R$#u?zL zI1vuAk#IFAIv`CC1p{$yb??IsELm1p?zm%Rm7T`Jd$kMLnYePuEW;uEWbm8`g^^C? zTxfnOLqiqFk}DHjNWl{0tl~uPgqw?SC=0<1`z-U3FX9LzAq=<#LleAe?D|d-nD53Y zrkkj9J56$CFhy!V)tPK%!j-S~SSWDIz(YGR>Q+QyStx^vb@%$thX!s5gsw_91){D) ze@o1e7m3IA9@|gaK4JSM+ppVx9}KYP83eD@KCJzo_C37;jk3l=fe?%Qi+3lK12_#u zKNJ9?t_{m-c|FJ=;?q6F-04ghDIBgl#0LAo1pi`5!hoPWOKMD{JD0T->&%!| z!P^|=8gM=s05F~{=QxB2T`4x*eY+{imMe%FI0iMfM(?6F5#v6>)po7yn3d}e>MIs^ zO$6F%Nk|??M|X@CxVzr723k!B1ovf{ACPFM*3cEsnVO05Ko^d-;{n*6)M%1~;tPZ~ zfT~zet(XRDP1rRCQbX5b*J?ayw|$iX5cLLIhK0D*#%ep(61mrQqOORGm8C<5EWQUj z3JifLu~U|iAlejLKdE~6)8tic9k6qSb0K%60xe^^H=^-70gr_BSYAG#$mFXsXb?2F{w#JO+xhTOS`5A(nZHgx#W zMR7HCdBQTn&`Q;`D$e1x+$t;-eoEOvUzpWhFzNA+rH{Wq=nTI9czP`0PNF^3!@j{R z4o>7;<%$|1BO;7I9d2%aZ|}fBZ|{CQGW1*xH`DOuKlq6f;zGLsh487>qnOAMU>?Ww zKmzfdD;5}N3cYO(1Y)qN^v4W>xoADghn-9X_}$cd;Yzq1gbO$3OK!iO2nhHJ0nIVG z)3x)o_0`Ubypb#j_mPfUqko}b4(eriuJhBamQR*)!-0XU!#m!y);QYNcWu3ra~1kQ ze9*DK%udAP>2xeQoWxxoO?h$99v}2W=Fhuycl*ELBCjLh_yI+I^D0-m$Ym!x%ad+L zLV4C1L;uuK9uABB5?@VGH`!>19FEGqeHDje69C_w9qZC)oG^ExR4p8jfIT_+d zMN4y(cPHO#)E_4L9y`92 z*t5Fr`f@PqO3~ck~xX1RaR@cV0bK1SyJGAHZL-0`y ze255J2PRN0h=))MF$q=_!J-S>w=ZD}!gVk+B6QmJxjLT|3z6Q+a``;8NQtnZu9oa- zi==g2hZWru9lb~(I(`=|7^x9m(ejYaDM*>nYo%kSK8o@R!R!D_rJP9$Yf%Sg0E@$7 z1|Vb7Nkv5S$ter)N)~V;_oGkOh4X z+b)%f!G+Se`%nIsMAm5W(@OCpyr49rRo08P+nb|vS8hfnw>({>3Ps5D<+(!gQ4Qr& zL+f+iAz`_hb6hyC$)u$|TmFn7e_5r$Ov)*Is>rTBm*;d|wsoO2y1Y@Vs@fwM55tO2 zmD~Rs)^o{Skzq6551d&JmJYv?Xg`LP2mxfhsB*Fn196h28)%t?KpKo9U;|rI%y8HP zT^~~%>=eD?ZUQo3&^bY1&97rO=?5)@i=k|=jZ7&F9sHR1kbr$IiJW4Qhit%)Z6&uz z8u2q{;`}&`Jy|4khCMx*%T1=i3vuXKY?G%nz1Z)J6nrRseMEYg39`Oj9Io#(uN`xF zCXYKaBQe3b%ll&^8Rzjyk8A8&b6d0FpI^K{?e=Jzy|#o+uZvQZVeHsD@qtG38|$Kh#He^ zDsPY}3PKk2F6=ejjyJv$%p*+5Ay|)L9LxL5^yp#D(=!=)Un1)B27n)3NHPa8)dl-9 zSkB5T_BpXO#Poo98Fx*=N@9A6<;CE;B380MAFy?n?^O3nK?pAhtG`7^=KQeJ59e27<-qK?lD-$7Xda>ROO{^GZ&n+k2&UpI7 z#7KWX`a_mZQG0bRa-JeyiPl7WeMb#)k$`P9v|HC{ACRu>^bWjtFn9}QgJ6vDVF!O5 zV$O%mL!GPIKjEt9LPLqk+~7cVGBFg&HJq8)V7#X%J{ZerEC1gc7BAZuHLURxuke>) zEmD0!%qhfC!|r#7`jK`5UPc^R;ALSw97du)gc}qLpJDg8gMBHcC;kYx0DjGrPhznh zC;&Ny%04I%9(21a!qwY)tS3@#VtzLW?~?C*hXG98$!JoL~Uc zA)WaDs{v@|6!D#%L60Exeg;+=HD)n9Gc>d-l?r%>4Lj@!;Ic9_G!rhO;2NUk4cg%;WcM+J^Sh~ ze>`@`8^F;L4jPnMtuE1$uT1W0=hBD(BZ`_w7fn?HllMpHfeR1!N>CqJN zKvKgg(e;GgIOo9n6S|NOI~+22&IhPwrjLyzJG})|WO*4zO`=Qy{ z(ZooOQ#^R`_~6`YCNj-r7M+(5>L>yhXQ~zm$D*J+xM?G4tbmi)hRi(4oS6k3!k_ew zugwh}PquF=&rH9v(U>5v?T+O=ZjZ;kXL$!fd?y->S7LnjtwePAx&{CfGV|by1L3DD z;6a02nIvE+8rKa+6YVe8aDB%fd!qktk}7WyUZ6SZOcYu3_{_95s66 z1YOe_T3x>p7OvgC+Hvkpbp{0M;Es)@>cf^G-Rjj>SiDT{8>d_98n#uhy5``C69=z( zRlPx2PF~E!-g>dn=v{5K78a&ktG&Hg0&jk}Yj~pBcAh=Elkd|Vix(|2dtBp{-g(pM zw>Elv8*e>*)1A0RYTEJH{@syb7Rh1AQ#dr;XpBU5^=d!dS&FoS7mgmiAYW~*>*0Z{ z)orUO-Jaj}256S>(hNyOK5Fo$jk>T(2o8l<;bg;^ifDDDd0@nNP}pCx3s!f-;iD8{07Y*&MKBkd)UV}h;^dD*e7Oc|n zz`(WDS~)$Ns7HPWck&}GO-uHM3E(_c?-|qx1&zD-nA?l)wutm@5c_!h@A(I+bc=(h zGC?8$XR>J~?s%zmh@e+fQ>{BjNBaO63CS$)%Z8_d@dC>f{X<9SQu(+mfN1N3dX$9} zi>)YbdbeE%AV_CM9NV)sS2+S$N$=6n3Xwc|f6O*#C{6?OR9Cl)^A zyY=3CZ}oj<;fc?G{>mfd(^1>07ygZY|7Ns%bu31QvAmeF&4YmWnCqh{M}UoVh^HEJZ?Z80P3?QoC<7qtD<;+`bGrvuhxWXqUAsVI3ZsbU)f{7 z(sZaL481^9{Nlu^CMr6U>Pga>tn@8e4p-q-D-tzf+iSw#%OoPJyjGKoUUY_pMgo}{ zuu&>!$+}dol*y=R*@iYge$2S$*yfMT?A!mY{rhIBy!qHP)BRa5!<_;NX$c z;PCL7;h}!x&0qW43%2$;*nFV#fkN>u7(lOA!@=N@2abZ03ZtmShOv2D8?N$qjO}`L z{TC2{!_7MA{x|`MR!e*V>kusN!Xe~-;7%0 zMc+I%G#uGAG9Eje{Mu6BnvsEBe>9yP`SjA=+1<15a{QsCoiXEwSA#z}(QA&(-S?_N z``+Rq*Zjg`$0lEK8m>}vI-l7APpq2msnjCgPxj7aNH@C>VH7O^lV+8b)k z3BgAsrtyT`wz0O+wykMkvG7^l(9Cs?&GyE|hPG_u51)sQ?0$|IX~&V>zt8s5P?+az zf2>Vuk85wyepLHO?GqN)+)_i<5?#og;-W#e35aDl({zHQJuY;C37Zsn)y6ghg6)7P zHPvz=9J#s}NmG0>C5U8YavaQUnVPn0u)Um?rSnvG5gZX^R8m*?0jLs~3rSG|c*{h~ zMLD7it~*8e(vsPj(-;DCnYV|t61S9B3tHHxX>m@vhoQ!w|^3KO0AQ&l+; zAC)vIXOyBEBBtSlSk;4(F1L~Da92x@NM$)I^?|doZc*Nf+itahjLhwhCMm1eS)C4y zTiA4qN8g@Fdt+rsp@>*q*sE;aYPy25GmhcyY9-lF*quhez*?r%O4QD*=3vQLmr9I~I7{qlvJv3+%9kZTIMg1ZF zKwisKD%X#VO-+rBU0`ZfT=roZa4Ua4C7d@dr-hOrJx|wjwrMn2P zf*+P1IXgFZHevuHM_MX0eO)Scc)}A#T?{mi5x#B;i720`>%vwZWJD8(WA6e2&oAGf z9oxHiOupf?xaOz-wtK?xnu(fW2(Mqu`C{%`xE2qTV-`2)bYun;)LFLSM;z+(>sv7% zOzVnleI3u&av;ui?wHSdQHD`Vm|k5Xs%U=n9Q?%wG7hJ_xGe{ntpfBL5h6KVp2xi` zAsjI~ZxdNV*z<(Mh4=k<^~+!H8X+n@7b6GY>_X3w~^ z>-e6hQ(Rxs(A-W81!K z+rHwHk-Dmpm2#;eChKu9Ib^M@7$+H$4R~`n6m~kp(jhR%ouGm6H1$aV9aiI(G08L_ z%X*7P;{FI)EpDlm(lq`1v=%XR@kPmZ)Odb?s9mk!T1q~uqnA~~}ZmHh@R{$C! zm}YPEq5yz__U2M*Pd0jN;CKp!@JON>@Okv1*1|l?u%WpEe{-`d2i|jFWtR1F%2ERm4pE6$M)Cj8C`3y#HZr1m}~|-c?nm- zMjPooi^Go9G!Gz~f9&o7n>bJ~SP`AKd;I=#Y$)q-$5`xlp2K>mA=aGp3#}pD;|o+1 zBd&Znb$sAYOqL))yGd`y_U82HWF*W}I2}ePG(0GYz>>EcBje*EQ*Ykuibh9baf73C zcpd9Qj@_d-XXkV29#_^V>VXk)G)2O~QUMl}s@JqGL1FTU_=#t!3s z#Qqw>^5rnSj~C2q#O_2`uNVKG$!6iU!NIiCHN0!*4=pa%G~-UKwj2AmW*~ru_^zjo;;Gii z@Sa%Q=OX<0%_Aed|CeKQ^d?qPdivawp*LF7@4n@h|MKe|&)ZI)*0gH%M78=OyLb0v z7yj4UV@E?qI#Y4EcC6lroj_zc;>%=q0HS0jwQI39r}Hg2>TrWYAJB)6BrP7vvaPD& z3n^A_SB4YbGN!LLToVaa9Tf~p$<>`3EiPYX!ishYWYOf|=H&eRWb<$`W$jmX753;C z!avp8Fv3X7k6bj2w{?H@LSa{BduD4t96q`h`@fer^gl6-i${=Gysh&KKV#Ugd*O@5 zM~%<&rk>N@1>d5kWk#!flouKbA{nRM5zTv%up(+;x@yeB)>u`KfH+UaGBa$y8o=FC zk_Ta)HHWjWtO;Ze?`A;%e);ThN2g&`LiGbR)pr->+(Hu7N0m8din&MDTMiG>O6+q8 z08t7=sxibENCbRd7uMG(cpMEBN7z0h>E|-!U-1$?*&qZ_C(RCeO^$gk;+(5B(gVXl zPQp6N6Cd?Gr_{H&=W@a75_5pk?$og~vSZWCfXfkytPky0u(-DeX`vWhz&L^b1r|T108vLUIT)b=*w~3+&z}`(q-q8Y zRf{+2_8Q{Bj_d@@6zdMwt2{Moa4|#@fiS8Z<`n~Xj*x)T5x+u5lIhI^kT;_EN!3z5 zaD|9L!>Z1%1tCg1kibC55hqdtc2F+hfT>F%AEge{c`;D++P?ye!3+eOYxt-J6b`ku zqwj1jl#j;B(QqMzASphP&Ww6`cA9}~0E44QD(a46B>{-7D?BV1Q{iePGnENsLYaCx zJsnH;r-PYbxDZa(6MhtllM9tX#JWKaU0w3$#&gMDVByR0 zS|VablEYDWH#pB=Jr=D+1F1kT7mQXT{WlKz1{1_a!5Scvjrw98@uJH*MYL@e=)wHtC)=-> ze)8DLdCk^NaiqPUBkLS=Sk~5mWc&>>++O5Y$S)y+LZ(#hJJQ>ZWx6bjEIl~%MeBNH zDN@z3UFtlNap@niEF2gs7Vp}-=cwi8Y3=V@8^1NLYjG*?yt5KQ<6<#Qw2p&*lzl`irjXl(Bs-bP~Y;TiXWGfCln`5~!-$#`?zU z#=3E7W4*n)z5$>qTM{%9wDt83)h5Lke#`g^OSmDBsFP<;JnG8!Ohq z$tDXLI58!yc-A&;%Q7BGN@TLmDvfe6b5~ed3Nfqg`_`$aw24#3hGhdU7V^!5&wu0Fr=HZt zMeKG(nXwm_X<&bUMTwZw8@8*8Tf;HHu$i_Sh~(Z!Tlhp8S4(-ID7A(M`6{()7|W~L za(iR-(&qYVdqZ1Zy`=r=-i^JNNR@+2B+6OsuIT16hPcwU3?AdWAWnd$+0_$oaqSlB z0whBgBZ`T0$pTilVK35tpO#3B#^SN)zVV6WgRd)>Uw3eMVtikeq_KEHZ@(W)6A-ht zlX@btXLxvGX?$!?G`k7#`jW$IGAz;cYm!qT{+#Hys0u>t@gX!PevkwqKAdeocN3) z4;mio?VXQA-o1F^jf*ogvuBEh5^AMF@yzVZjP~!=$roQ_)pbRGlDc}te+1g14CM=& zV+&7P$WOQOR<$w5NB;J#R=s{<{)F~bGqw4(lxe1-@x-2y;bwDKAQz)4Q@5R;KXGFI ze5?JeoYq!S=K0Bykv&2n_l%58o;OpxH|*z(ySaapmsnITbR*(hC8TaaRxZdZ8OzKF zGN5~?NrxKZtc3#+1i?6x4Tox>x$JueiYvu|_hjcd3TNN*o|jJ6ZYJvz=T3eSnOpIb zC&|0SH78GgpLE{mu^0Z;7&ab87bg74_>{6(=ABwD4|1q*Zqy;9I>m#iN1zQA$p)%i z{Fz!Z-|7GAA2_$WeSY^jpWENh%>QJ4N)NZc)~2RvAM$1OsMFE@k|W>_C5T;}OolXDB7{j2mpJKz^urgPWjs7< zE7_`8f=r=NR{l4g*SY{TsEgx0=*jKlQPXUHEzW!?(3sDy)~kW+uOlOZ->O%Z{rZ&TirPbH^A?WX=D<+Y!*iJ#w!ao(sw8+!0Iw$-SD z3?tRXrSW9sKR7ndCqvJFO&Z3i%J!xApIwo2E1^U}OURbpWKv6ZQjS@{>&klhx_qfr-bG4r_wbN$pf;tK+OyIXv@ZrTzH}Pf ziA*-zY-Y3R%s7X>Oz^{_$FgbcdiciX=3;=*4fBm(-{@bQs?)p{&7_TmPT8~{K#7d= zmGZ+!kDfk#^ytHta=FsoFITi@B@I92t@E9ItNiE-&l;!cgS$FZurn;I!5|$_`kys6 zF8?Z?P&5>()6u+JzsBiAsQq2d5f42Zj61aUcS9I*|JCc&_F^dEbbOWJg1G*x7;}d% ze8b6Ldi`HH9OpyH+)Q4as`4|rWC())*J`NzmF!DqE@UkgO8%7^PJb=L-mvAU`!}e2 z0Zx7g?b8v9ZgoNGZjBq>XG)vc8tRPyE_r}-;iky*D7BRF4X5*{JK^25hU-cqbRd+_ zYTksqU4GI!_^R~AO&dv=VoP4F_N2CA1n>*I*5yfto(v^bXRdl&n;&R@RXVIz(`<4g z;pUo<<65`-{Q2&?wb>5*ea3ThX#SsVJ{DU1U3%R?sC@Sq3ULW7phV9To4FLu(dyXsuAbF5#LF67me zH2tf5pQO#6wH-3nY{w*x@ubR^U%pY&7+?H(@qsLA_v@F8ce!@D{>(Gz{dnN^;73De z!}Vx?{I`+^Qn#n$=}Vc%vmeNQJD<=0V&SI3zZ4gH^qzN`zhC;FY%d;Vtt`F zEVeGvtbKSV+iGWD(7vWR`*!vp>g)@5m+0&}Nk7=x_u8`HM;N?G4=F*;So=ErcXaj* z_7^()cJ?3d>^p2po7vfSl76hS@5OHFgLmC}-@W(UciwiF?N(ft@8x@+?fi+`?tkE} z`_7wV!=ttnpxWIJuH9X7f^x=?I*h*LRWF%%?6x}|y64>e-1Igo`VgTe&)M#O$((!d zJO7}0$8G0tyZ_vSx4pu=aL z4e~Cpe&d?$otl($%~4g_wv9^W*pvDD1KW~2yTL0Pom6=@+nR}#N zr~mm5j!Apsx9+^{+$(DOpZuZCw)Qp7Pu)p^`vZ=k&GuSclWo;I?|tx*+PB@G;~1u0 zo4n_~ThIN(+~@wnW_#T|oPYnl=N`FWTh)QzeZ7=#o{ zN;++8Miq3qv>%*ixBZhXY6Of2s6iF?%zvdx5u~I#v8*~$IZTtU1P2`xC{{j10Z3Gu z<^GH-5(FAob*}lVtRtC0Woz~UJ2y2OP8j%6{ z;7-B^7ZqVF%kWEEC0Ghssos`SMO|oJZf)f%Ajrj90%K~~rnJxh7ye4-A=50Et}T}i z7R%*h<+52iY?^>nx|{^OGFWUWUkV4JY+MJFmH|<;5_k(pz331EIGxxr%T=bY$gL4i z6KX{H9Eg*ZpxGna_TY9R;Q)HLR`OFG+VQPF$wbUMj3bDnP6;?8h^&9BI2G<$6-N>@ zZfQ6Y9hC2~{@+HIDwT`-_a8hmG&JmVV(Q=;9UMA%&HnutE0y;3ZZRmpM*=i+o`?HT zDDob0m_f=;3h6u;#de;Lb42#$*$~xJc^v=5w?)EE+r9D-1f?VFGw@29UMk7u?66gh zBc;#~BFXO*Y~4?ulWdp>b5|Z+%EdVmRfD<{ef5F&aK)^+pF8^1k^+g)GrJ8SyAsJN+wTMPjisP2G zd)#TLUPSk^dMqheBva7c_1D+Ex^fW zrJ~7&Voy(TVd0uX>xZscND_1SY^V74&vk5xvYmwgM_oV;RgwpYqbu+9#8vtA%@;pV z=jqxwg3zDrx(8%A{`k40>zNCYBt~bYcY3hI*zBEtFFHWUVCB<3+sSXG9wJb3lc$Ow zXl6%vDhwAmPIey0dNu;~w71N6v~|lIDq9Cz$a*lEmTNkfdORntxWSLUC_8kXS*oM% z@dGdXpiM+RqMa7}9ad4w3b#SzBN6Me>7ex}fS!hupeSlNmBJRe(@QOKx6P%*(r7a} zhNTStQ3I=`y7WxZpD^i`)C7<0Ric(Vs8mbR!Xma1RdkU3o;a+K%E%@CoB{`Y&*>ZQ@b0R9&LH zNlSolJJ|p-U`vB<+2SE$NBhq^z-nXLwU(vc_NnFaK3?qBC2A@X7gVQE87U;FEbu|K z1yzy#ZZ`6R?1Ax~#~`iB&9To$;*_#=1qxtU1-W7w>xl<8&)O z3V}FNvO48V(#0g5JF0zgD#(i@QxdsqTuDHvp~}zMmN*WKjuGXDK2(&jL#Q1lz(lN% ziwEp1wh&OdDGU=Eqf=r_VcBd>CFz=%KeTOm659(*DIlg+I$#fpcxU2IU^T-&0fMH+ zw-V)ETNAk$mQIZ^J`jaajmgfbrnQqCZvqw3&5yaLU_kKTTPai$>PkJ8L4{bAs*k)` z>NC};7#_S6<8_IXJWONCmQRJrfW-3TRtnehERqLmT%QyZcr_H|5x_R++H6>dEdmDf zblpTUNUwuo;u0pFxUfx98D$?TJKc}m-FVs)^0+g2yy9pm1`7DUGSBK52-@udpE$4J zvWS@k`f*W_GYkpE?hSc>h76U$DBsDBkvV=t;^qTufn5UN^8kl9y~MERj~SSe%w%o% zcx4I~E=MK65eR=Ew-W^sT74j4b!;0VV}5bn^5ETvLMf0X)-G3oK!PEH%f%!vmrx>i z6e9|*6<&r>i)&&GdsF#`7oZ*#Lq?9QrxM0UVEd$6!b4o~hvg|3@~5t#sDL|+qZt!{ zFcPp6R3SZ{=9gk49-0PUGH^+W%|;5A4KBQKq@644oaO!U%s3xtQjql*_3HTOQ6<P<- zlk_4Cn3*M2E_puAOHt}r?OT_qmXcaXjp!Qz`n?)b(rKi&RGJf*sNnv=pJ9Z1!Z;Ta z#hb0vH;B;=BPM_cy{fV-MsSqJ?F-;F7yQ30RUI~yx%CpO^4*9xP67{mFLSKrduo}n zEonm3g|`-WfX*)j)50f($YH)-KrTGiv}j|;JY>vp3NfAP;G5!X#d;0LD_N4tWZhyC zfRux}MeL@7KY#GxVn0~uN6SURSeGI(h=N3A3=p0L5T|1KXrkBGzo;_)#%eeM3{77q zlLUspelqZyy8ni2&!tkyOs0?eMZ&AbhR=WV>gq@5-+Ck#b;Q?;(RT)7pLhA~?+L_y zSy~H5@I8d?_3xZ#i5L0e%hVFt;w4$D_|xh;RA*F zYt~#%wGY>VMzDqF7pd47(?BU&m37C~oXJj$%eNA6s#eoxG8GecNQ8@H@`llkz zPp;FWAZCCr2(cgnn?sNGCAX(yJI*m?w# zF75g3f%UfO8^r@mK13Y##69Rx+}D;P;n+wCf_v=jZOmy74^iRbyR^?a1`FAKcXoEn zL4YR4CA1jV!HAB`mL6q4bx*W6wKi3lo@DJs(!E}`aI$G|C#6XKZW(Ga<66TEbJ(MszGP?P|- z0%4V?p%G1rYKIf`3g9o+J}1NlN%bvx{Q@)#kEK-VvVz5G=RbLlA~4@5XyEW!8v3it zp3|_!`_G*#MF3*HN)b#yCruPwqKPYLHJCo7iL-_xMy~Qa@-Qlsb)c=9DQ8hPh?3;6 z=Uwq-1dpABwYV#9cPwj{+LzX|bpeIaQjt_32`mIL#qBFEKe3i;Z{%t#tZc6=q@G=W z`H7%Ox?DGVvLOu=q6<6AJ1+o0q=mAcn_aHpAzNa5~WLxUfK4KNIzJKKDvu)cl-a{VZK;mWVA||>gwe}w;h(pX8 z7O&ec%+_B{$}*ss&v_G`SNQ_KZO!f3Gl!RX!1pRo!u#C%>~5VxWgtU8^xdJu zWJf02mVvLWOtXs+XI6BUIDxbDS&Np-bir4JaHKF!S#`E9Vl6a6XD10vNG9l_R%2oz zfx&h&z4`zeKqs(yi2DWhx*2dkj*kFOGiiO#MJ8-}kMTudBMcdaLT%7xk)LEnBuM*|IHpX<3#m z+p=U?vK=oIItf|H1hC;HkPrlucpwQ(9-Dbd9yBlsB&=^>!V&}e5kiJHll*uv1DRlz z-~Zh2E2$+rdEvd`_hv@ws`{4u-S6IW&pG#;bI&<<1lMfW$Ow7Cq9YifnWDq~_p&SB3BE9tJqf6-ohdGp!AwxU&;j4MeqGQ2uDM73eL*=|N&zV0#Aev)5 zzA*l8io;{+(q_?J&QH`JA4bx`ZvH!cNl?} zUJ4lf7s-vWczkSPc6MUy_#zoJ3Jc*wWSK9toT;uqN)itI`X##Efowa%g>K5(Dj2cA zq42_QgM~=xY<}w@9Z4`LdV$@Z45HAn@ZdrVP>PEDaEnBqHCj@4PXtw;`9T+&`JiP2RtP)^pn^3gap~S9}Hd!filj zjq_32OrhA(OOgb%1UV8Q2Up?G;+e{%2F(swF#E7w&C97c&t%Q?BCMIJh_$TcGMS5F z*W(bsFou|<;*MDi#bintV7UPUQ4uaC!z7gVYW5vr7N$Te&Q8=hi&SLtbec#|u*l%( zCQ63qpi!+$(v9|{7=U;dQ{8os7qreVA3me)z~r#8;LkN-EaO4Z8p)F)DlZaREaXYe zhwUEiI6|vT_A_InC68xcyS-2Ry5-m7DUFTJ$UTZ^Z$2%W-{ql@;|KnxMi_PMB`E&IKZ=Z0s5&!=c?!z|X}#EJ1QrqZyW`C%*JzB4 zKsU=H<12giK3yu6%V*eRQoc&1r}yqz8JBxEvk-I`&0i1;htrSs|J;)dBwLB`ax$Dt zy8S?B$Tu1tX-TMx=Exwy+ha4ih(W^Lpuj;sB##P@1yjRevi_j%dXnCV2Xg>nze8Rh zD<0l-)E`G2F-x=FG_c8=A*W?q$F_ny_MON9>nz`&XJe*k!A-SPggh+BaaE$Nw;fj{ z+IUhcM3_oNCUzhZlJ}Z1FUq)&b44}=H9cWDqO$RNQr2HxsYYjHI;rM|Jb zdEtkj_>umd<&BM1aspibq4)hzETC<`bmV;FvQ^*LtY5QsVG0}lOU2w}QugrC){CE& z^gWmQm-?$BscDS;f+GV4^&c=1?{oxN?QWe@a`Ken^kIyf>CZ`$W?f99G0{KzA1pX0}?=NI>_EI%?cJIS&&k z(Sw!BRK67s%%n*J@?@mc!P?BM~Xn)Q3ImVNwQ?1 zmSbHemrO8F@@jL81}TiG$V3#hNpnygGUDnOoKdw|BTP{QL^86O+*aBRHL7-+kE-{W z*r3X`q+b;iQNR|}VQC*-<(nc`*8;f0pIQpxWn#3q(8(-qKFPN#M~UlNM5`<*cT_Uf zNi>|7KTkY`29JrJtZDq&$5FLzSzLTzYPwXKo_b($@s`yu$HtH<6j9y2TN)zeW*Xeg0QJLC(ziM&nMy@Olm7 zu6hH>+A~wG+*vA(X3~?zyXUKA?KAP|geU7sOvi~ebPUO_EF28UWzF5c*^>)rCv%BV zKBoPoJ`~Qgsktkf$J{I5VlQ{gMcwhIW4kBZ8P8;KV)wW~GPTjzWSq7IvwjRFkpi=c zn<_~jN8O`ccK7g1A1IzpI>1$C)9u zcsf->Jk>PARN6JT5j>toXk%;I_Ue0dFr~*Uj`J^-MeilJ4I~nvRYS+zwNkY^< zY5VuKFO$5zqursM)}GPct^JTDve_1PsUp*$0Z1)|@rM-blIE5`Kdy)+NIsyu%SBFK z6|w}2Q1-$mlcOpH`N%@GA{uq+nn6V+&Q@Qsj$Mc~ z2HAi{)>+8m>lqGXhjprrQJFe@;o8C3<;lo@WE}!S(m1;tlKYK)SV?m_EGt=PHEdSn za6B0gWn&3X0Ndvi@wVSd4)(Cq-;TT8dTLvxvMr^%-OqS^smy$RzOo}AwqJ5_k(|pb z?elwLg@BfhiYkgb!gN0NR=daPnJG@rxC!gEdo}yS2=>=-+A%W0wiA83NT{O;qa0r> z?6nV-jq1+yN`WL}f0EliVe}Gi@8Znr(T%l7y`j<2_Q$7U$(vf*hA%-LZacYehs&(9 zVMZ9rKeMMbFY!XcP59>_-{s8oeDnSZM{r0ZSbE{EX0PQlhI0s3n**8E*h>s@2#Izq zXy5x5cz@{Ji!VqZG{N#lbT(5>O{8jULFM@`nRhRon>(M$UHlprK zgk`kQog=sBMD8c6u88Kc%;a&pcqIv9NHgS&IQm~1BIcaM?9Ki+cmaXo0C7kQxEj@J z!xhjz$SSShd8^BL+RNLq$`daRKG7;^8XJGaBqb(EP*|a2na<_=h~^4~kmnuFxggBl z5u9^69>m08TUZnA^c zvM>>z$vVj~YInBShERgb(8yS#fW>0h(2C>6d?1)NB$QwN1>?7tIy>vT7Z;Cav&d3n zKmQeU*-bnvKWY0W3-VEIRCuN^C(PFIq$Mm2L>e)pTS3vtCzh}RXR3;)7wiRh5VflU zw5?bvo+IXgRkWI~rEpIRDOM7L;7yrJxNr((0_H?IbR~ufxr=W`GNmKxTrC#Th#41F zR1=1Xe`H=Z;=rNC=`zKo0S7US|6&QJWupAbT0lp!Mp%3cM$LXVilxc3@DlSCTUDfz zQku-`u0d}pX}7JduCC{XQ=z0We%pMt(WuVfHf|(CDTVH9Ec3COvZjqSL#uW&6F4V4 ztDXtm)$I1wP!p#{xt$-@-kgD!ndGvbk*CLIB)@+y@wic)7}4(AQNJ~oo+Qu|TJnvZ zPvqq8%-B<7(ex0}upxL-=FQr0em#gZlely5o<|GAtuzT_$L z`Pnhij|ONem8-EacXQ8uJK)Ri(WqKSCQ+3UP|76a}(@J;?z{TtwZ zk?@A|Y)FWYxbiQFgMt?K`RHkM=x2H99sM2x7-| z-MhH7FU*cdiO`vyJ8uq#bSRK=+%+AJI*R4;(dp?C z_9R@)YIb(gWEFob1|tnRcCpji^mNvfaxccBej?*Yn*LWK)6+*umgIQekV2AJLjA6LgD6oA?EUHvEsy2JGPfXNo{Ckm|fY&19%c( zce!f+bEzQcm@P%PW|N?o?Y8}-Te_3r51VAHOms@FBA?inUk&?7A~KF8MU!Yvi#2g1 z1{!<-*mDd#ageH#?1-E&)N;a4OP!~r=q$396;{bpva&g@{l1u`%H{so)K9r=|0(O> zN?G5?6<@`;^66D}`($f0Aq~Q?4=wLI-M>I7V{>u3)YRng?WN}C;zuaKU*ASq{`3v| zWp2smXZiI1ZtH;tGkJAW$EtE=!=N-z8hmSI&FFu1<+#(e{w&4cq%HI}r+aq$;+r{( z*%wRZg*Wqr6b~3YciCpQ-S*mLd^CQ@cDu5(D4Exke64RKmdfn3Fap$ind?(X0yG0^|km)--9z`i3 zgDNT$8S7c84rIJACsIiSNbW73#<`FvMh<7Z<@r+ z2I~ac*qd+i#=Yg)nOpMtkw`2R91fZZ7F;f;5t}Pa)G@~d^M3pL#YGFn6aNDr`$C{I zA=}{bB;NdLn-#Z?a{*p*gi+!W<-#L|5~;;>*yFwPM=$k1_vFPf!M2WkWe_MABQBsou>Jz@ zyA%8D1+`N9%cMq@SSZnQSQ=o)fuJpsqrf$sQbdt*VU>zW24nOk4Ud8ZoB>O$nGixf zBjSzNq*~wcnMzDT)ry}87lCLLHxb_eUPUWJd{RreQZtS|*6n}Vd+fur%kH-4-q>Js zswn?15tA_{I?Qi4#v)k|el$F|izuA;OFx%Jvy7{Yp#WYEa^9@|?l44i#wef9_`mcV= zh7DTUfA!neaIJoG$}#PpvhL(!7McNTO086}<-#`%8$44@BISyZLEBZrFjH!kB>QnG zf+8-9W~cUiuK&%?ZA`B6Pun>4(#Ec8WshO(sZ@7uymV@lcz>JyN0wgtN&Tgt-1euR zCrkbl-EQjWsh6~OEcJhQteRN5*)VQiN>s?J(z`_wvQd#~CJ^on zYZo?+F~E#g5!Q|6WFXL6UJj-=Iy#9dy>n{GUsnwwgU7Z!Z?+YI3-VKcG{I%J-FxWp z#>})=XLY(TfiO_PI7e8J-Sf!G_S0gj<3z8_&fQulu!607XQnp}AG-I)on$E;cB=2^ zE#dRman!ibnU$UA5cv4tX%uboZQhF0FYe`b2>R+1ahDrJd~Qt-FY(|h*bmMr<=k;t&u z=WK4<_E2du(3zg@u#Lb&+qN~CJBFi?IBtoz?G>(f!sqvolLOyBP7Zrhu37Mt9EvM}gxOM6O=XuBYA8y`Zk6_@o z4%`mm=lTdMfwp3)#n$R1pki5p1fS$>5WOXqDCmfxIz~kCqA7szY~O(+O@V~_DM=?z z(in`G@>GXh`m8UAqR$Z*umYMh6$G+1W^C)Re&8`<6)pH_R@}F(Hu1-QnuWU!<7s>Y zo2%Qn`ZQYcs_~e|yOAJ$?1{}2WROj4cs*BsO_(E}FI!~u8`k;Z#|*>RXyJ^h?ZYqm z;zRzNzyB!%OW#I+!_f8wvi^rIa-;u?Y^T!Npzvd!wEt8T({Ui}K5_Z-33obxH9LCB zpZ1&>%mrF_paS>*W^m2sxa#{lW?Lov`w(lZ1E1kS%;ajaEt?V?J26w(v6h+e{;`;i zZr!)Ipk8vxI?%jkU53XXlTw_EMY}DRJA3;b7xMmeW`DiD{N$6%_4@uy+MmC0$L(ix zIqg1z+Eyx+?S~I2&Xznws3ZcXDd#o^EH4_S5Rdl`nQHl|#kJQln9t zEFP*z(~?%B<8s zdg1iqnJ)+B|3AefF?Zw{NK9dt%T#SrXg(;Bnk zV)Lg%F6JresL+JNtYn~Gv^vdr&D__1pkxq^l+yn*EVYnMjgV~k#$KmKQt5(^bu4Fo zB;5#Qip6_6?S+MQ=bmCQ6KbSK@=oWKGXjo%cV#knZd=%~V`1B!nao}GeUv@cZ1sAr z<}u0|TkjgrlQj44nVHh~>%nJ~W@hf5pRclZWwe97V8ZY9Vp(KwBNA06xX?Dxbl&~k z?qhfFea>4M4DxT$Q7lPW%TKM}I` zfgj_R5-|V}EC}&nMYFWAnrUvtANMM+X?%-gz0gS&N*;TMaYN)OF;4c4*KC#PX>6m> z$kOz5<$iK{vKjOJTdwtg#+=}W-+ROFpB&xTI65h4*SD?XoUFa1y%a(DvYAzxRlH9& z!hGM>EB(J2OqncrO`(V#yT#RKuw^fMz6gR^7%f5#L7O~|Zczf( z;`m_}wn7+OG7VVVNg;dD41I73o}0p)WSz2BgOt^aJtiQBT0-45%~H}%UZVE5JD+~dt!lI8aO>P zl=Ei766=N4J&=!|jpqX#5e=n%p zoD>olxCLRK3s!DS5hF|<+OYi5nF+>B@;4Doa8z(#Jc?yG!mL8r!?Knt@j}VeDwrh& zb1tgkwWVV|88j^<6cR)|E%*F?BC5aQ5?tx@G)4xk)eopV#rZQ`IS|DLnwM(9r{xR$It{}XB6@pq1cs|(}a&ryOW;hNoPD% z!Ik_Jj^@)&#{~qCRV}m1l@(8z@@#-^_qmo~LyI0Q{SCwTMktdB-L;CGB>#-nyX4$% z`zX$9{$CGe*VVsl=+`;*d^E)RSkvndq=p4Ch^!cnhvjHE6;L-a{r|Lw@XBeDEAJl) zxyNY)c3=lBi9SN-jrXsTufd&1KH5ca7V$OC1+OdxNsPB;*AxxzdBz=`OfiX4Reoje z7Wx$~VzQ8H!#CcN&Ae2pfzX2$Jjm)b*ThmSi?%Y44(84+dL8c4QmxaHq9`Q#mi}3v zFXu`GFuE1;8}}T$P+1?D*)csw!r3_6F>K6^Of>E5Bl_t0_*$tnJ2O3fuvj!QI}+_V zXcD)HRJr`lqj#Ts%MVUu;)V2;n=G@B{ioa`BfEx&?WCw*$>GF-Z-(}-5=ZK6T|>;= z?Ce9cv#~&YuGM=>uUD@h932U7ZjKa&CpK68fofr*GB;N~G%+!pbYxcFKQeOL+}zk6 zU4P)%Jx{-9DjixFF5llMtDTxzuNjU=3hE)}e6cvAlV6)T-teL?4^sRku%+FKCGDK; z&9?6Y-W36^>8S%(7M3nPL2PLxIm})!Wk>;`o)i&O2%%!lM1)r%M!fC{)--5E zCQ>0s9QH)D9vF^Nyj-Rg3DQ!zdR^Kc$8d1@{*1#HB%%<{%-H^F5M48ueQ(LRD`@OQ1sR9~hHx4gBH5M)epu3oB5QSsPfK)KorZ?` zb>&xgtiG-Pk8Jk<@vY-kj<2c2pboulb%)*F-!zQ=@7<+MZM^s5Yc_rJN?%I9N(suZ z;|(j%5xFacm$UCM-aXRaf0yR|zKys23zg>QT0RCJd4kA;#Beg2$kZT(rWe_QhsNmZ zJMN2wRxhu{Yp?#}s%F>^US904cC}4?^S&LqTAVwf$Q6U28t%NJ?$CGpRh=hJ&qEB#o)%qiiWoO7?*5h#;NYxQ$FOkBWNJIE@o7YoUFA5h>*Cf+tXR>LL=!nLWHGDvW znab1buaUw?C5VW?H;8GGRd_gc%H-CG)QHx0wrVDE&*M`wnOefOs~9`RWYl}J2DpWA zACuu@9s{~mEY3XFUGA8rmHrY=zES{@lL*@xKmhlO*8b0(Xc*1W|? zB+EX-ej>0}cI`etQCwoVZl;%ykncX0E;b@6bm*n9;d&g+x{^C4N~;8@`+Q>& zgI#Fqqodo{c_CE5V;llc#o0I^8wpPYWerHPhk}8)w!Y`-5}qvUYY#oNw$4H6={?%x z_?ftJ*et^#;$(=N35Bsv=3K1&6w2iSY{``gE~OBO3085k?nIc2NGMCe49BSX*cS)VFojk5 zGVt!cwByOy2LhoRE*p~4(Bi-2%#i2V=IsNvAG7_G?SHfVy6q3h0ro0H@D}YSwBOgh zX)nQ}OnMk$=SKcZbSIpHbQ+3(lq98wL}v_88jh=W=ylMPU%Umx*CkHd!@ES0raz zCe8zcEVot!;9yb%Bnc%Kh-?5?F?+3q22&>-I0GrtHN~~!7B@xZ07SdVEd$>+VXVGu z9kF|DW$KE#m_;l$WXe7GQQ!y!m$2#*76eT3^^>L#{#p#x)e{b`3ohi1G@zqzjYiae zC*YCYLRMGLCNjelLUO}%&R2K2*t$&6cZiG>_`5h95d!C2Xm^hC=8+_{Jk_rL-^bi~m`2{mG9Xn zhd&f_20wH-T?@FAtRC9KzPT&`PLy2di6T2uM4&)B(%inOsoB}7seMFb*mFg~Ov6|H zFF%`)xL93)L->^TC@ymBTTkG5Ac6VL6${L^gx|Ji12IHZ@G*m7E;Dwj?IoHSx86WKUUuGNecsd=6R+5Cvvr;}fHx!@q!{*Pr?C$>m zLWsN_1IM?i>aTAIrHfn(vNI#;wkK3%onHPsYw@rm{!4r`#ogpfJK%5>_U99PH- zoEyTsG#Y33yilqbjz`HsGL&;d;s<4w<{)DyW69S$@L}2@0wz~%0h%GlXm$dJ&uA$& zT#T+{GAq&IFq^XAm^zUiC99ZSYr#JWKBiBFTc)QE6iNg~r_0iI6T84opwq zQuu_A4b4KKFQ^@oeTXNXuz{8`;Y_SIn4o4CCp6G-Fsgf|-uH-awsYGKk>i(I=8FH$BfxT|Tqy2{eF`ew@-y;vZ`7zUH;AV|&I6)z9jxy3c% z*J_QO_9)IP<*dX~DQA+(I<$cqz?86<0VtSs(hyns`D6#4+`%HqhYGmPch`aIt7S_)qzcY}nD^r<3AGWI+L=S=Z~n zw}QiZD=(vwGF)5!ZY)PLR7?%frtDBjNZ{~>J8C3i+DMtp{JW;sMU;!2`3I96f=5PeaVL=Pk5 zB&r+PGTB*aE{cJT+?wKs!x2gQamB$;(JSF5WCjd68|>HlW&9@nWDDV8I2&RkQwpR* z920+Bz(1FZ+(OC2HsHs%l2;`4_`UbW`ElyIvsmWzp>#8sYo^H;;;?7&O>S%U(HUoC z#K)qqj}0VxLG;_@%H&?-wwlY+JnYQO$0X0)us=4RaUO1ZT(#Sby_1z?6z*V;jV63- zJm+IavYAo4*2XWoHn2|rw0IKXg-T|tun~fCH3E;xr7rn+;H9eF(jwxU1BBH)J$O#L zC7K<|W@ob##OmyYfwq#bWaO z&{&Z{oo)>isVmCvT(VP_#{Sm0Y}0t1LQyhg!SBLe-R*e$+sS!^3potyIhkf~2*-VxO(IlsroM$6Ga6wMN7oVIH_ARHRCv7UwX4GdE=e{1X(Sc8}{(Sn}D(!UW+~LqpNn%FN7s<48L0bl>&B zn4zyVLiqIJy&Gz*>BiUtce$PM^pVE=%na*?s7}$LiG|2ns(6%D6YXu*GRS%MfdkNP zyB+wD>1qh_f%@>#6>ax+Zg>a-x}=o6R;8{|;E9Y+nah{SAijmk=#d(?Q%RBv50>?+(pi?Id{_+uM>}7SY3@CuTx~ zK_T$zLq2zKI>q$FKX!2-f6WUo;ISPTA>|Z-Z#L{f*eN!dtzv8~P$Clav$n6|EkC1S zw;*n>1e<~BxUL>q*I+$}^m3OY_`X$u6H1$W$viMQmU-QLfN!Y;0h@0%tH_t)@xs*9 zT!k*pA&W9RNGSy7E#X5Z(^a9UX6@I1Ut_9VXWAP0KAS>5+*NFg=FF2aO|-gcQ@CEL zw>a^jZp*TuE29xT0&*gC#X)>b zhy?NF!jHj=JwYeCIEy=^m=(DJ0fUfE;{O!^4snZZqn$yIWa#}gqBP5xqv2k;yfc*w zc-V5b;t3G4QZDzxqbzbFQco2F(OY*XM%`X#G>8|c1hxBc{!COJTU~vu!lJYbp;vf- zss3`uO?P-Zx{I#HapYxTv2i={n8 z6&haI(=d#_KfdM9;F2rhHF~+Ry^{!kbUWk?5NL@6O_o`W{j6`i_|w9DlJwKr2#$s_ z^^7;}%W;9rT-(Kk&}h&X_uieZrr2gARY}QOPuNXx4x&FhBJ#%prw|V-Llj`w`BXLi zU*Z4U%graM+qON~Y!$PHk!7{}$!*)JiTND2=y>w*+`@M?GOc8mH7_6BQ4B23R51{a zMak~q21Wv`fRil~nR${qBTIG&f6`aqSeQGU?BA2`bssI28f=%leRa3n<8kj^-Ok>? zjZ*1RoX@_Nh*oYdkzhh*9zth|H?UiVv|9iz85F#oy;0+-Pi?v}@ z#OUiT%Cg2P^vi#|v{!96L%p&+8~EJ-HBHhQ#Eqc14sg{9?oC+)fgWu6SSlPg4e8VY zR$u4w(%oAJE$teBdZ)9r)a|TKP2mZAYAF($rMx-N)`ZO=zU19o{yxD^fv84#S?pp>C-( zAK5vjeXpg8^n;HdJovbLw2gstDz;X)t*F-a{I>6gXNfFL;}!cTBAb@PAOKfkja73I zWW$|;tm+7O5X9&x;x9#Jg_|Kz!(B+8Dsk?>P=vPpWMPu+Uxn*j{pz4(iJYdg+6`cxWF=Dv zLu+ghN>KX{h-dq_?JfEpY!fSyR?bN>1(Ft-tbyYA*iO3mOFB#ZVLaB}|KU6KePR4# z9~=L|zB@kLe5Co|JJxbQ~-IHss^tBS#z;S`MYcfCaL|FF~AYq5_!|CJ8c`*RR@g zc#5c6v8ajIUKIIWCK1u{IxQZ0-5oBJ64=y88>LE)n~%zqG8wf@-_X)04(T@^y7I%l zz59M(-`?H?BR_F}n{cY?WM!n42xooo^Y|||3eEoEnKQTl;kfb0ne-F4^xxM!mJes$ zlElWH4d;(FuRD)da}ywk7Oh=aT)H@a<&}^TA$sz`x%F!G{<5}d2610`W%_|u^Z2ZG zdD~l8x4*U5H|#MVx9k(K>12k}#<{t)I$*1>4WympNJ;1=Q!Znu z6lBhuW{zc<*sIotCSLnX{T2Ot+2B&LEuboTuNZjqxiG0rHnDL2NUlBkY| zB=WPO)%c^7I^&^I3d9j7WgeT?I@D0oSxi$Emh8W<{)I#D*&n(4N8h_g%WgXxf99^@ z`JFpwwL5&!8H`GQaVC>{!R>S191bM>&NBAC=sVlxN@VAJJ$6g-m6gEF^RqkusGFVt z)XF2-UEAFG_>(I;V*2;42Y;+FWy~*}duncI&*%Zy;?i@6nhzdBs??lL{A;thIk(q! z)1^;$k2<^d;bdxeY$82YC`P=Woa$x9$FwiD-m!gn8k7dcd)`8KjkX;f?rCZ{jAU>5YKqg9WLEr=cL{C+gOcqQ;jmN4h%P(KJ zYu}6UxzzNj>C{~O#eH|NME%lB&Zz%eT-MsFM~|+`$G-8x+O^VaFI=l+?e0M(cduQm zyZ^ICS67Z6U0FR!AJo1a^kH50WYGvhO0cZiko<^jmE0JzZEkG#Z5tZ7SomAt)Qn4< z8~x4AO>Nc2KVlv%+x-GtuN}sA|3TZohQoZp_QzUVdtQ5&_Ji7wX+LF3%^gLurs+cF z6c+&5VjvcB26U21yDofz37ad(s--Os1Y6@pisoV=Ail90F_zbv|Q99Yr&IFF`{>5HnpZbUZr}Mgb&VY zSjoFrWqHLH;Z;>!4QnD4SKA2p0)>V(f2t-Y;#IjO^;D^EZU=8dKqzx-ph?QaIuq&0af?7>%II4QX>TuV9~s3gF5*>o(&ZeD z=R^LWDZ3zRM`zQ>X!)C`m{i%woK^faS>@sLyVf=d`s7qM=nv)NqqyN`{2NFy8M}r=pzRk|!7A$Yb z_sv)(<8eRkR;66pb1sk0c9F-*a|WAkPG(b4f5<;OtYr#?J8HFdyH>lSP{?S*vs?}* zvXgAdY0Q<6vB9M7amD?zPUw&KpH1D~3#VLm7u%~4hh>l4x3F+uL??|L*HWSG?Wx!; z4NsWmVp8Mi;oI9-MEPsq9yZHhBWm0d`vFqm`Q`I7wLN=k@(HIUG(Y`+4sPgPBT>|K zk@br?U(8($7vq6^%#;S5j?An|b(SspF^4++_N#k580Hh%$xB4O<^yq_bH{w=E&1cj(^G zun*6;-8im3=W#i%{C=Vs*8Tq0+}tjEcV@V`8VZEioi>}D3$fG?3=#amDHm6p!!up` zuDQ9E->-*@iRBr;rj>e{)+>>3VP;u7nc9_&OeNh!?Ymsv-MhQM7U-o)k?gM2%x$BA zF%oxU6LGb6AV@iOG`VjNxx-_D(c5Nn9(;lT?sx633ta2FKb#6n_&U1>5w$X)?S3jG?Pt9I;`jxnq(RfwceDGct3_#Q(EdIdA!q>n&mAd z`X~uMyO`M8M~{)?bUa8{kl>I3w&Qzq ztlEr(>4npwheDM(xky^_erdj5pKrf&k1HCTkHvM)juUlkFFSTs@6Rsg(qpcyK9ZX_ z634uonVj4g(;a=>_2cBoj+3Jrz?-E%6Puq0`@V$3^TrU;0+_L zkVtu|Gw=>XsH#(GXe=4DCp$!NfD{b9Fl&$vRG4&i1mRdFkTdO$XA|-H=_%rSnyrzO zb8~5@tFm*)_be|LHT|?!+=c&JD-d9X_~8%hqenaQmEEzp&&96h_s`Ey{jZK{^&T`S zd;0i_ZZCDZ?|=og_*|Qo9XrbC7SvF^M!-{&9Qx)}$#TnZ8v;Vj;!r?fPAcuR7CDmRyYlT1Nqg zQc4ZxMpMd{nXsT;CbMYrmR56dYxHMf=g4mR+c!-+DArq7Pb~P zkHg`E8?pa=b<_SQx_=o~^evxN%+wHG?PXCzx8Aj?0+7BSNsA(B$l|L1Q#sZPh z>42gc7ui-s5vHriJZ#dc>H_9Gp=D;+8AZT@TT%vNo;ineth@Q96R^B9q`Jt?;oXQH;2wC4Iht_prBsb%Z?D9OtxtU7J-BWavj z{@MY1)2L#g<&A|^m(2cHHB0>7WJ#s21o^Mk9JD}lT`}G@Xu!3a&GxYGjGoZEE>g(^ zGnliyu^E3lC5tR!uQ%z7P7s{nc1G0_C)0}^-CK)>*r10+eb%vYCUFJqI${Wm+%iEz z_UxSC&11CT%!OwR{KCcV!YZiDMB^HkG zeZA&53oxt{9oka#}y#z2qxzuGyoqvG3@!XVvST_&{%5mCf#0LBG|E=urh_-fxb$w zSq2wJBryoHl*7ED6V4Hmq;%|GVaJl`%>=MFvhb5CrhMcTVhW$ws~oDee;rjdGk_#{n920P5I`6#s%%t zrA-Bs(bs-U{|o)+$ba{sj4zU<5@5y4OKGVHfG*@!CD%$^1khq4Rf;TkkTdly&sZWV z!YnhG1X)PBx~7s`t$KJs`$fpDAgO!{n}xe;wYv-E$z7qjP$+cQ^mM#2Jlu$HPEUtO zg6RFlZ(ATV8@^VRw#zL7$bIGV#Aco-X6yJ)@@mXd@x|$QB0;?ur+Lcd?!W8Xmk5Qf z)di@w&_l?Uv9+*Z$r^w-!i$%j@{5mQmENcAQ(0XCcjZ%|0QfN zwjwrHkH(jp-o<)H&$V&8 z>+b%c-?)25d)KdiR{Ph#cIExryZT?&`gis3{@h)P7i}tCGQ>97HtnisJeHJ5a}q6$ zdU11Cxw2HotiJDSM_<$$NA*q92VOknTQ|M>m9HOtL92_|?YcT+udh?b|Ngofai!O7 zH&nMlV1RBjY@ zmPk}%@mO?ky|H@JTl4w1-n81N?~QV)7EjpwAHvgwjM>^<_C#WLrP5fb*LFu^NAvlk zvFPqveWg*U>_Ot_|D=PFRpZCz?X)FlW4C8nOdc0Yoypo2)9R?*gpvu}nzY`KSnXfh zTkogq``qrC;zYM_tkt}y(4Cl=al2oLL?nwI9ySXSGm1T^Ql6Sxj6~kQeD~eUz23Ha zM@Pn4RvH<-cU!Ng{iAvF^$(eCU9-PHTRjp#0&h_cS|gg{YCdgYKZC}b&Bh%c``gRf z#2rhEN3<^)sVlFf3?mhdCw9+QTCIwtT#Tj+yY1}akt2&|JN=jCwzifs&Nk=gcMF5u zJwM+(Yor)A{O9yXcz=sQ991E7^AcMntZqp(7wnbLGBbh@^cXF%xFNw>1Q5Xx^jovx zP%*TS{lM(#+UV>DvJ0Grvmf}t8(-G$r|1gz?)oG)x6x1DMcEaex$CZPah>rz^x8k@ z75!<}!bCo)x0S~-V`_#x$f?S6qfTMfDLSIM01Oq&CRMq_Gj(LXv;TvC_V}*;*6CVvFK)8+r!T+Qde|gvX`mUGBJ{Etu*lrg; z>dV@rPDlUqj(|IqVDIW=GNjoOAzYGp#0d_9hp)X1J-loiw@u&)(q=_j#ot)Nx&$|v zl)w#vsyV&Lufx?Kix07rraw0JbZIr#b?FGC{dpNk8SOqtsqkNiJE^awjL1~@>;2Dv z{Nw!>KmPH@e-3>3x>ihu?fF-X@QGX{{@@G`K{?^^&-4sjA&z9ktPTkDHxB}lac?2bNy^G^y(`D z7=1#%-}w0DHMzGIN+h&|d~=vgYDw#AGHKE>a4Z7Fy+H6PRR|+d+=MUScXb7sX{g0w zqGdK8IIk=5k1xO}sp%6#ws!H=UnsT%BjLit#NNV0VdBn;y>chNg}tnv;oP%0Ii4Ti z$*#@Ax99Eo+lR-;^EYJ}^Dh9&o&}9=#$QcY&)QD*bd1x z=t71dM*eXR@Gx2YL3F^f93gUgCBrLvNTr-c6oowsYv1I#d zTgO8jKWQC{beFJ>om{`kI`-PKs96w|o>l`mx$3q-HZyh^qNt^^u29oO|rtxwE#1Z6^p>evHpK+u0*0pSbYwxwA&CQnei+tKAdiwR>1@ zP)`l3L-h@xdc%u{PCoSHnd49J(vvjwNw%6iZhPVlOYS*$_M-97$+IV)IDYZugT@2T z7;7ia9iVL$a`ec%FY@+>sOGF{(Q(dCq8}UNe|d)QHPwLwW(Q~^$h37xUVnV>CbD>| z%O{3Deq{7F!~gLUf2P^w6XEJ9T61CEYG~!cQx7e!yy>ws##1I_mhylmZ(O)|{Op6r z&zw7Zaw&iITz+NQyEwk<)}6QCeQ>wIBgVlycHF$S)5w?S=kILnoS)xy`!3_~k-fmR zhFo_`-pHT6c=7RV^Yc$X{dDE&M&;ZS56$m=;`rmIA3kwmo`UmIkcZ}}tX8W$c=5r! z!8@dC8gur-(i=QquU4y4K2O2NPF_6z;PH#cm-oH_SQqE7-u5m&c=FT*9*|xe4?nn+ zw>q9TPM>??;b+UoAAG9(COTcMH>F-FRz7w7#7X1HvkzaqP=5U66XlbSS@(_O7fzf! zdvPh>YXhPOPg-Z?b~A6xOQRmXaN*&z50xJ}^UUL?-=Ka~$h=AIC(b3Is#h0o zXickDr~ak9S?%keIN7VpGwMe9?D5B_$ArU~`ww3{_ryu{@PTHtTWK|$M!Q|FG#c&G zwR)@4?RKAPb}FpIpDqv1%jSh=4-gApA#TuUH`|qVy(uM{m0tTq)u@*1)mEj=cfHbX z$*-KTaZ{zi3%FaWR$BG0QLnWs&3dz3uk(&}^TzWF?PjIU0A*l{UB90BLZ)R+kr-8&&lp>73lFuw8k%S^>W0My0Bb z+tqHlsp_g$NW}0|xdG&wfUrU7R{JSx=r+42c&gED@-4N}8CuVA4~SH1Ex97c-AWHo zR?9VDSZmXF)#qlV+XF6@TC-X1RNBohv?lGSH7iY{AtNfisdu|Z3y5{;G-FNqD#yUP z(`_2fO0B0JXmh76z^47ZhSUmV+Ey7xgeHK3RMewUHJZu0I&~mj>2a(EjVC)4=_rV( zCQ2hzPpZ`30dE9Sa!d!S$;2 zRW+i)x7i3a^t@6Up+IiJNdTlu%8MJ)I387vP~ea@&@-!HG!kr5&A!m7bO3A?qs zS_vk88zNZTg(%PWrFJSYIicAE zU^Sov!3TN0B2ZWj{a1yB;i@k4pzvGJQgL{wf=9t9t_vQ*#%PIotT;0)5pXJYD`n}Q zVxLsqQl@ z+)#5JZD7#pC}`P{$7L`TEErK4ZfO}kHQUOVz*rb2fjMZU#$I3!T5(AcZ5c!mB7kam zr-e?H4$Zarz+lowq(VkZ=5$ppeS_xBVI9e|N2eDzTGEbSrCl?q<-YtbFD}xHu0i2RIfU7VvnkTFUNkGk`inUOLR!BX< z*T7%K1ylyMRw-#F&5&2i%%&&>h=?!%JE1m3=ZfD@0US?8rzcz-)+_uFvV~L1D9P~2 zA>=J!UxNx7=(&$aH0J z-loIClB!VM4MnOz!MtfbG$>&VuEWLU8OT6N$T(I9_ntk_sCFy(=`&5Md0M6)CE}Qa zE|QNq=yaI|Strap%mY<$M5qzUf)2n3C3*^CUSL>Z)ljyY8{sh&g9S9JPgUuxHCL*i z!5PCL@IdZR*bc6m^S7GHMA|jy7_%AX$p!FCghb{8XklvuPnfTex<&jmUo?0Fz!iD| z+hDjd6GBBY&B8PRLsQx>M-2!;op5CSofs74R476yP;jx%pbQ@4j6bt(z$)OBafJV< zc?wu5dZ#l`uaX*@aDI3L95y)w_7I1DfbWsdhIjio;mZFKZZc4-MG~^QWHA!+?83L{Jbi&Zf~Q-) zU)Ot!y_i416jMPRiN^Z9dfr40H+8sH7sgt@Ft{*yz`Sf!&sbz({V2K^^n}@0dIAKc z@yO(iEU%K|XAg)Vj7YAA^`C`p@dC61Ua45T*%nc(IchgA$h@UaFn(~(w_#qAqpO9l z-ZVKO?B<`Ry><8=`nK`k7T0CQU@T<%kRef6Wf6)sJy~ZLOo}pPuffb^BHRguO~%&m z0ZthvMGdOAUZ&pihPZoelK!8LS1Dn>_TLoWq{@FT`uH{iU;T{)z8xn|o-*aV1|qg- z%5|nw=nE^CXsL*$DDVcx1~{e|2%AcuMmG>fCc?iM%|IxTNHJqTU#3l|W@<17WGd3C z*d?jQtWKtKu?m@0ikvNKqgkb>+puY=5upNvM65BgRa%#_NFl${3}v0F^$?%MltU3z zUOLR<0Q9;uCUbQaRS1QcXRXr)Dgjz7QnOWwXnaE4NZgKcXTbdkCXJTtXH_I9CP{WwWGmCTp=epCKmIR}~YoSMmz1%V?51cpj5%0vcvgBa6jA;5*>h*5`bi%8Fl1YLMagac4X zw06_XidHB5UD=;N4}~jY%vBnvfL}?Z0$HX*Q818lMX$f^>;f+kWsPALiJ57gieygf zv`^3;QSlW%7~qxY{z%y(JeZx6=}{~lN)|xN76Tp4H%%jAAELB$R%sfv6tzqgb(td- z3r8&BX;FnyNkr&Hnw57z6!Nfz^H81C3ydfS#G1`#4>X}z0a-(kq%Jxd&nlhF{6$<~ zFw_V!mXI*ph6;-E3LXUfz#kH~et1T#2Q`quq()W7dgOvtm8oFT66-pAK#H9(>oE9{ zIoYg=p;T2_Wd@IYJDs%ghAisLlaHUY)j`UIvtdL29n1b40y987$uej`Dt{d%7!vl$UrehobYh3S}RkW zWfVbpwpCz2+r0*8i2Q`WD%8f1@g@<48t8v*Py`L8BgV&Gt-)~DIz45`=+!97HVJ~? zy^h$QT0QWm$;;7Hn;k*YT3b%Kb)YG<+T)~F?IT5X$_ z!aLhQkKVQ#DAmAMO4YjZJZm`IuR%aEb2Ow4)rMRLJaj=20@wp8cv4$PsSQXONGXLN z-Ko+@Vc5bDYAwo%MYX4F%M3L`z*}TipdtZSvq!mVn`SC@AngO3jap4AW0-&u!j|+N zx)KAbm~g5M=|i{Hqw%6X)3Ok z{IR|VS}-I)3CO@98y!GNRWceTgO<9aSHfrkA+n&sGUS9)HBvMJZ@!g2(gg`DfscTgIdXATes4(fFo z0-(+<=`oZg6HH6c0kWq+7aWAvJ5@CvO`uG*f=FNoAmddHAxAOCB6l#Cg2f!pw|{kY6~UN5MIkX2B5$_1{{onbJ7z? z4_HB^V!x!Filb1gB07Mm2)-*crznpny422dAd29&a6pmoz_pIxRJA8X;Ush$5(DV) z4Bijg!KR@dn%%AO&JORCD|8T?5jFu>X|kv@5RMQslLfK`T}7Oz$&=DC_%+ln^dUfn zU2_b`FVIzaX#@F0h+Oze6&z$VO~Qnyf?m9u;#Ecuh2cLCa$%`T!nAK+P|WmNZTJCTO4ry(e7B!~P?YVk9*< zBO@hdScr^*U5HtU0Q9j7-vMB>QG`5hh{2Ysm2eB-*cM*ozBbonS&PBPFzQlWQ3MDFORWjI&~KS}8VDLPq>61LL_u)#R;QnmCfxXPOtR(TYT+o@7ngW6~nI1X7gnO}fyvk8s?6RH#F32&*=ZEh$8 zm-$)9Ryxua9Y=8?z`>9(Fpv(%G+1y@Nj_@gKu);8Q`93plrD=bA~LhGlOniqQWGcw z9^q%uAHxJ!Y0J3M5N1gbgHF;%;jZ9-08Q4C1pm}*BwSjsjfRliN4`y_D#dFGlx-fR z0wfB?7=XYWfI8y?3_%ITUQkg$43aa_Rgo2IG=XMGdwcXu>QZcs7c}74JWcaCZZNOF zqQG_Vp380IJisQalqQjp3t!4XCdjFLGhS`DJ3pih7g2^W7X0r}9~`dAD8lO-3bX5= z4xLjSV%m~kC_)ov3ILc9P2#4}B9+iwxzeS55H4JXcQ8`{LM2$ik{M!|MrCj*(uEy? zX;l$^s_;&50|8H3R>#bW9?A5=k7C4vF#>zRAut#QidTRdv$jlVKu|;k>VbI!3qZ>^ zq`^1+10oPMOjt=xUGyE9C=`N;me>G488{|slYarPrnso|7-(8UujmhAn_^<(bkK#^ z&G{T{UoeOl$OHoja#HRg(l1bz@DTtvtU-9XKcvV4JIRb8Qx2)J@Z;3_NuK;}dN>`m#>1P}K`MlvZMZ0-nyQWJ^Ez>2vZZ#iUm?e zmvtzm1<8b@^btl=$)+;-brnaff?)tqs8SZ(XpT5XDUMl#?m$sBOkJoF285mjZ-lf& z6Bil;;keRZ=92-H=|XfKx-V0EU8Ebu_!uf#>ZiRjxb&76il&FaBlss=7LOUe&52A_ zOaZ&d=}h4Q5{~IhONa;ARKP2U(XA;X6F6k`2U?d&LQR37IuMtNRkK9#RO8A^n3th8 z;qWM80`L~rX_&0QsG}%`nOAzsKqxe!dQ3cAsUh6ZU!_lllh0Iunvj2PMjfNkjw?h zHzqmB>xF|Vcy;9D|7P#rmh8Ba^v=HuUw|@XA^{{WN3GGpMs23Cmd#ws*eFV%2}SlW zt5TzW`uY9cS0pl7Ae!o~(&(a%VD24zN34S%KL6a;irCF-h@LR(iw53A2Dc2z`-%uY zoqX_alqEy-3BpNduke(yqBAit!-^GeNWbdD16L2fuwC zn1oPfeLt>$FBf7+;77|ydDE)*yq}rNQoR!gAJ*_$JLyutM@w z8_@-XiCIaPUW>uwyuQB^7O29=!p1>+7hia2s0Ousi0O@_v{M;r0d)W@p%2hzV)^Lc zLo1e2GXCCl*l4JCrCc6;2o?)j5@WUmbGzmQR$O zoTK!zEqE^lFp$?7c9Eps$E;)s-oIr_T7&*XZB*Ksa*ncs>3Wu$_TR1H_-mrCU$@;y z3t2=v7pCH2poJ~rEkrb(Dtn@sITNzN5z7(c^Q{q{E(<<5n7YRT1*2ka1U*Rcnwjch zpjeY8KdC0vsf|~W*$L;h(aHr|uWRQ`3esj2{ohotF)_L@sP~ZHd5shzn;Lh_NR1-G z26)0u^DUa?HAynK;NfN-;7Gv@*S>Cc|Asx*TEKQc#4L4~M$?^Xy7JZVgOCgjU*i+4 zq&SSGD6Fw@-kYViqor6Hu$>C%+sPl_f>TnDaa1eJeJWi^S_QpqEX&N8DvV_=Z5w;9 z`6&@32~WnG=#^Y}f81Q0sXEElC$2IFh^PV>&Y!p3U0mJ93&vAek6(qe?4ZgZG$Rxx z49SB!6&I+cQ)>5yiZxF_#?E%f+Psf(WJ3XoRNr596QAr}F_eQE3s$K##J?L&6j+=| zMU(s+gCd(Vm2r&W{aE~#S5%7ii_z;#UB>y9QJ6*rAC#>r-pD^H*v3p!DsC*$t<=+X zv4l?2`>0&W#`|=b!19F3#71cJjrcNz-HfSx*%^!#q5<}BZ4hlfxtqZ4A;}L@^)Qp9 z1`lG0jPUJ;Vh0gYbA=G$yAd-nkT;10dYJ@C-+Z($yrRijZtn}J#yawCbKpvfL-lJ^U6WxIwss7RWK5*>?2A`v^7vTr(D;Ma+g`5@42F4v$yA0A9v zG{KH>H$+oK-UV3pKE;bXHB*R~5e~5v?|45L^NFfu=T?OxPf47%5STV4{{hlK7@@5ddpP5~o*+U>1|tOH8yQ zV={_2Gb6XZm{Hu3TgPq#3Ge+FWd^iiW%`Ob)R$9gX4CaDi=vQyiXpBg7P=_CC%F4n zeJoy|!)mKq7helX@%@5C{U`?e9K`WETu?)p5=B)?qORV*6{~zQY{4>zi*WV+P6?wp z$7Y8`w0v34oF`5F8SBY#-wo`&YXJm*>XYzC=hc+8W6-7@Mn!7!(E)vvslE`MX!%}| zn0*rvssLxGkiX8#!Rw*-cQgJzA8hQ~ba!vC>xw3);T(AMHE9X+^NHd%DOk`U+(FMf z=E`d(8;M7Ho4X5@JfT!&bm@Hy`(qyfAYN-avBCiopEswsAbyc`MNb|EU`|8m-w#XK zb%W5SYF=5^+*SZKls3y;2!UL<2b5>woMTe(S+&a)@)1#J&f;W()TB+X_!YOAP<2a^ z%Yjx95OgYbtL4t8m#uw_YYn$*80=;y^6Gu}sVKOaR9uWyUKbDHWLFLnx+pE)ho~^w zET^<==a6xO|LhTuYk*uO@QcACR3{@EGPnY@d>rnsjtrthk37@%Ur zct(gnSaTmm>P(|~FVZ&8L3Vrs3yUGkP+C8+|DaV!2zMJF%^zzllrj;MwT`vJEOA=&v zKlz;Do5FRa@zzfM{2DE_HFBsZ!oVOFc@TM!>IzF~yq%SHltJCgi>KS9h}fPPVp@zw#EE ziGcHn@W3_BBS}@>N#XSA4Cs{xnQDo|yeN##vL6dD|66USPcw@6n2)r;VB?R(y0b~` zFuVLH!^dK?4nCPxMc=7fcS-K`>#yxkxclP%gr6QBb_>;R*PdG-zr9nA4IoJ3WAs?-*?P1WK^c?z^T#MKyy zc0vO8UVf!58$BeQAIQG#`1x-tgzfOZQpnWYym|2H+$3O@eag0c`q)O1xqioLf6!3# z9k6{IMtjCE1&yJSF18>#5=&Mk);rp3UccTJx!i&K)-#i-AyHk zs&Bx{@K}IEFFpa&TIa&=XwG1njeTW87O$+i_JFZ&7KPLoLBHKIRQ)^S?`;w?9p2iu zzG?bykNetq--Pe{iD0`O;^pCkO1*&?)wlbFV)dM7&nz*2q1m&&|J&2aIsF%h4>k?8 zXS=(M_r%ZbTC5#+|D_~y^-;(3`JcI7(okn#KEa=D;$}rGIn&cg<>Hr;`N~eoH(z%1 z|Mu;V-~Mku|NPT`JMOM*-(m!zDGw8j%~TcHQiiVjrip%j`zb2L&Xg5FQO@y}?%jY6 zc@%)lM%#MA+bqK=z0b;TWm{|gbNVoy%EJmAF$8cS!#WD7B^HP^!U?$G=-? z=o+vRi*BJSxN#+!&s`7|?Z*FQrQ&WIBf+Ro(5TLaA^0V93ZuZ$TBdJUAUTtMyD!ek z8iRkFX+}VM%ogNmU}m#Bjyw<or5LPKy=z#UW;swcf|Pi?(hHlEto4t*w+;Bz(_H%FxF(6;XJ#*cg78EQrO_)CjgM?7|wV&cQ`St zffUpNQm+4DRm!>vF=~=^xo4l;1z)bTmVRhSwrNz z=-YhI8euAV&%IGhiUdJM&m=GyMD+ta(+TvcPMbhT!Z64n-{vnJEIWeycv|bn`L)5f zyP_?@mDXC6aNa48&CaTvrQsK-3@cMvOIsuo;i`lu>KS@#nQ5)1lYw0am1G!T_O_st z3~7UZ`F!|uYA%iu2n~$NcJkwBbQN6lbmG{s!l;|tgczM=RO(=co@>Jir7vmhz-v2* zxap&)!Ew5)GTdViADBfUtk6EoWpILUUPDA#UJ zZ%l)_qAFuI#+Nl3`fvp5#~KIcHYo6MB4MdJ{x$}RKE<}dRE|^_2Yktyg%y4@W^Cel znWTZQD}jv+2MExwyN)UBhH71B<`ShEunw>pPffs_jG{Ud3!9cqEg7`w+kB66jwoja zOYwpIo$1zHNk(n*k)@$ZRJ<^LI1Exjbp;ts{2@ysIxF2pkaIu)LOS>~_Fe_1)cfdj4#wjeLrD1U?MG(!$UWJ@8_t}2CWT2se<6k``aFpt$N4OV zms0pF1kv}i5UztS3t^~k_Eq%tSH_ha7a&oK$rZQ?D@e91WeCpBJrKDS4CbgwJ8Gqk zRqo%-hVl(f?!lt)4EI3b};CJJr10#SucipBxr-sf8 zD~o(Zvv}KH3g9tV(=0Se)r-~3YGz1vd|b0(?SOmZTOXk3QPFX7O`237KnNZK!Qk2M z{XYxhp9S&KA|M%qWXfD(+@VB_$1og5J72M_h;!ffW>6=~&aA|(>XF$j{~VJ$^!^+$ z#Qz`s3m84~uV>x`;-9?BfPcGp9rRe>SQ+`7Kf&OCmd4n{KT9Kme|gbLBUdU2iAJ7# z!?PZ5%fH>huNpeZrMy5`TKDrw70$a?pOou*0z_GNMH4AZMWXWP_%YfzI|X=GMM+k@ zoc`l*!9rb$fZm?F^`oJEKt)R~Y! zo5ODXeenMzy7L*fkuF^*TbUfMx(M0URM4ZTZa1&`AVilA&R|M-%goNvH8cca5{{MT zlQj+HCR%cwrl$-Q+4|*Ubv{xEt|0}Rb2UG+9By{bU6$tWGegOMs~P3`yal)O3hR5b-yYGQ^MXenaa0Nw2V7TSK+exBSzg;zh*S4Mhc$N#SoSXa8p{H zW+V(U^vdRMKd8n`Wh03*lPTIxqEqZ48B?3|A5%=iS(yQ-)1*Q4i@zuXRX>(^M&lR> z>yDZ_dy=BLbNlIFSG*osjG=$nlv5tw%^Ze|npRnz0_*rw#e+WFDvrOEskW5oCG&Jb zYfTjc+<0S7&7*X5{eA8@ttPY!qmoUo7R}7?n8#-K@PQD^yQ+y`e7--lakUwTEoIfU z={-MqV2a}x7&kFcLZx;R@#wz_<2tSyrCF`_^e!SZ)1+y!Xcl8;$&97tm#uNjGUtTU z2D&ou3MfD&38(+ct&;<5nTu3oG_*M5B93fWm3zM;)E&12kwztsBLa8ETeUJ+UQ)S;B={ zw4$V2?(lTtknDz5TE5oRgM0#osV3B5o@6HB8jkNs?wmB$yG)3qjipYL<8&QbU6VCs zpSP+4=4mLtr1HtrnSr?kZ8f)5oAt6$fmRQ^Gn1;Na926Ampyt=x-^@$pz~Eyb4CwX z;T<$7E3ddw!4Ldva{6h>BJFSSuXzHpo$jebXFx%n0!c-;K|)rR#cbl|Z}lDmlGdKW zLPgCLgk_LCchg>rNIm0V4no_R15j|ne#NX#!7rSix8X5CE|6ltb_+XF7x2E`jw zUhbJ<q4?FmAfk2cFtzazvy<#2302t!IU(G)Vv@AoiL(xqtoQ+wEie%2C(l{ z^7BO6%$;<3*n)Z$S?u_&>b=JojQJjbaM`&L<_VLt-p`mkUYYztyK3+kDD&9LuTQv~ zC4I)_s-B;5d2VB67mLfOH+xywh0D3*;Bt^LYXezPDjRDdtEYpPxXfH(*}!sO^%<7a zMx`$@sEqIomW$HW@fMbYuFtS6Q@CKcFGg{*)Nt)rSy)c(Pp~{YXD(RIbq*}+vuu80 zS;GgGTV{HG@bHAn)kqF1lSf6q&#;_tJ;8GN`3%c+om~$sr-IM0JO=Ot%he7BmM8W- z!E)7#&#>&I&#*kD+9z1fy#5rHpP{nF!xyL=7CuAeo&ouc6bwx@<3kEm(bzb7G5yq2 zZEV3u>`eLvRH~}f!{=JT^!`EjTjqqH^SK;!uHOABM+Ljif+0*1Tl~R#xCL1H6wc?c ze(~DO)dAPT&LJfL;7AC1#hHO2NE%idY1}q=llFL*y4P-ysLJ00XKNs?5`;!W8nH;4 z4;0$laN}i{mZ;Q-eOYiAj?pS2+53pI829j?F300rnsIAG_IVBkcQvT&wNzp3esO2d z76`HFc)_tYvZ(CTGmY}!?Uc!%PJshePkO;=`J^LOx4R zS|+&LyGOG_Fn)Dw4nC?0S}N#(y%32;Cs}EIQA(6^8p!PK(j@0%R_WZ5?d zV61eHdRB>B->s-krJS|(E_lrss%BRs8{wYy<%zhdxH+%NNKqWYwWmxNBS=~&nrGEl zXg5tU<{N`3>d%2E)=eTev2nkN>@u4V&~28tH=7%Wj1VTX?W&Zit{7uh2E2@E;Vu2{ zxX-%y%$4Oi3vv4Z(TxC{ConN@R@ikLtQ%gd!eoRywJ|9|y746gDJ;@sDPr%F`a6~N zlF;XAg%A?osN{DTyR~58BIBObb4q{ zZj94xJu7F`UMo$hvUc|p=FmeuV!K+~rQwRcalGP4xH{IWsU_D2qa_N-lRibi$e;ZZ z#vXwBI2gNOOz6zGTg-N6s7L%HZd0I%s38ZUYsw408rawYeKrvNO}KKMDBB~k2b|GX14&z0`0yBfw zQI|a==UC`WhdKg*1VaG)rh~CVon{N3G?9tK)`aAfS;&!o<>}KFMC9VKckXrno$dAr#Q63%+Mnz=r~~6^05FBlB5lC-ihP83@zry&znn|{KqBP-P6XtKUCR1-407a&fNPyC3F3N|N zf|X9@ffIaM*6YYHu3AjzEofG^iMTyMs1KsgVgIakkL$OAhBzu!(Z(xfE;sv3HSKA% z3j>QYqVO>DmYDZ4qnv{?1W zLG@V?IPZf{rQ>tZ=ED4U7iESqi-y;~Ag$PundY*jlJqv>@dR)@Zq%P};|cN?55P(; zRM=cLB#MYKGOE0F+#uN3%tXPV*EASUCM{HfYco3Cne`q5@+GxqQC;AC8%Ko`S^ILY z_9uv6&M?fXKzfU0Pj55m>re60a0lNDU2u&LqABD48TX`bwd0eW`#A{JTu?dH=OeXB zonz@!VOh%%%mvlNU1e=Z{*)zVyLl{WG&U9by)k3eJ+9Md{^IYnf?@MDT^zS1Sqk-%AL@MEN-kwute^YMbq<{`EBOeoKifrX$`zat1DO31+%AJ)!W?!&Mmf(EIx+J#P1Z)4V^XL_VW%90 zrE;6R@WoMJKsMoxIyKk~;_gPdnC zoA$oh_6mIlHys(wQlI6fkQ*L7E<-(u;{0&IZyPt*`NTtynj@|8*ZRY%?+*~H0!^vgA z*?^?`67Fnx9{_v)o<3Dbv!aQH^C~cr#vb=N%mkEfxsm|Wp*tUHkUk%?5&`SW+Zg_I zjAm3W7pz4;NrwEGOY47>Ua(4V#M+*MW4<{1BOaQ8Ab~%e1r%J_PC61crD{M$!N}c=1x(6RlWBk-gx=# zWUUO-2#jz|Bk-J6tb;Zi-uKf30NF$; z2Z?4x0S30B))5PUnurB1kQ&q3d|0^Z)a63QmSX^+M$u~SWHAcXtYwO-7+1@!$pzcm ztvRJat6FvyVQA>W(GTIT%lC%ApX4{+cL+y5oD+ROk(tW@hU>s-KGH7V@4@#A)a-#A zW_$3E{b&@8uupO@=tK2~_%og%{HNvtUG;+eRl(e}qaX|RC&#PeQas6``5XS5Cg@}8 z_*vmtcCmIuCg2ySpCrFjj&8V~(-?7FjA@AOlU}=IQkp7jeNP}8zX^Rz zPuIt-*AR!3n+bC~4mUAzXnVYcD5~a73<#`XmZ&Oyg3=7V{AG)8#m<~;Ea)7}q%?d$ zeyfHv!%1>;{~dodGGt^D_vI)#bKv98_rR+9_m3aHZw8w+(Ont+v_@ z(=QvVG5g{QZ5I+A3ivh7_Wp~U?f?1X4}bT2zXrRMt-CYXjNoMch4+tduH$2#2fTNkEga@G*sJN{B((fr^a72; zUQ&K>#-CJ2esf=Ylj8lWSGyD1By0?SvC(C`m8jZ_HKLp3uzYboEJtihk+inEmFJXk zn29Su@;a*x=QZEV&k4WWDLG5Zehb22xa_Z;^|4s}<$ai{C>+6TaG&k!QBB3bLxdXvJ^p}Jp!d@{vUru`#pEjNe7WG=)Cgrum}2a3 z$m`H!LE<#*;dKN{*pv(g#uhdz=)T|ZmvVGg?KPB9JE$n zZ4mTMc&#d3><_;;C~G2kosD@#HHEX5voL}vgC(M=DjPH9%)P5(f=4j*@i|mvJ6Ufm z|3uELK>q9f<1Jw1*fz5ic}mCdlNdUF@=7B;W|<~yt6LQa(f9U~C* z3A0LQDG6mdxsxHyn$!8^YXrFrvQ2gHUAaOaaoCTXj0%BzXuRRO8~96l1in_9JTPjO zRH{wJmZ`(=%I~h-G~ErUIU%&Ly9tlDf=$Ih424&EpvxrDZCff^&b!JJ{hHkxHt01Ghmo}7pXi&+FiaTA44}{h>xz=@zP7A|VnA9dO9l3sFsIe`Y z&aJJc)US(_W=Sohu`Z6GG8*5(^ZWW50|!lx%XnDHotYXeWL@6n4^~4B4b2 zv74|=(I)X!N6XY=Mf)BnTB5Vu15W{|D94n62^X2ec5eC44}o0pMaBJ+r-xX2V+ zbXgfHy0w2>EYa<(UQRaAX2vGK3rF}A%&3Tv{!mmSiSfm#7^*~5frgH7RTPA3I6)KKYai558r)y z_8gKooO0N}VmYtQ>{xmXZE}y<*haI2kbbZ8vi;BJRkhgs>{QO9bY(|uON*VEUuIGz z;q2c;tFeQU>&&e>cjo9~(g0_s#rm$=r}IoR-5j9rjcZ#v6f{>q!LxV%;i!{~FC9PI zrr2k>Q|srqcUy^4Dio7k0vnq+-|-8>JqL>I z3EWnswF42Zf*7suKh5yODkNFjc&u33A~VZC*AO)S?vbA?M%`CevZ+gXtoXw z{*T-r9U5z}B=yM_>vB}Y|)_bU&a8i3iOY}S-c#dYmGhOD=J zsm{$2Dm{(K@6mck4-uI9tKS?5_QM>Aq}nk~GGJ3Pi8i(;gBNo$xH? zm~upAc2w6_EvGsL+^akN2x* zHPBT`gnGgTr-MX8A(vT?Gw624U|_+>1h{sC){p72wG8U&Nb{yNR;;VYF2IP>!H_(f z!IAYI%=&Tqb7D>~M!#oNJnM8xl8GN{NJNCPwEy%d<2ta`vW5dn%9aAa$u2rG4|Z4XT!ILZtO@0rW6IPYtr8Q$BgP%jWD8>Mti(_L zG|wnnpoV)|k0#K3EQ9&yYYla_lbG4OKb+VsG?CHMri)8?aNBUaX-rdxhAXv2M)D_K zJEZRHcBmGX7!!6zJ?$~E9TIv{!WK-`UIHXjzDW75I<|tILd;cu0n3Ev;KAgJIAbCw zlFb(%E)h)eFe(}6)KSd$l7WuuC%fS4+8JOB6O!dFt&u46!S-o<3Q}9kw^Gdg*VZ$ztLJ%&O(g9Y1SoaSyWqE3s1Hyc6K)#^>L4T zNjRR~KHjW{;HyYjfiG`xCTtvh%Pg#S)jEUkyrJQS6LD{K%LwFFH31}tdE*dT9E%VO{#60#O@=y{}A4?=^ryt+hRR%sx-sRTUhD3IiQB2}w zW-VLtk!YE)m`${>UwSa1xtGac$H*oQ2c&6ntm`ZV#7SHHxS*2>SO-}8Eqg8qEccm; zZ6v%B#89$4Cn!#IQ@RUu$7m8pXi!C2Woi(k-2ww!Fwi=}xZ}hNV(4x-Cg=PSn?VK) zMVUq!G)hXfO+B2O(5NtZPS&Xskt&7S{9e3rrbl{@;fQ#?BC$xKJ8}J=ZA&t9CMK0}R@?E;QwKs#%vw(+zNAXIwH{rO$fk30-5t zS~n%#woX{GDmRZ$@D+b~Ni3XykCTi~&q`l*P0xjqiFt@yF-4!P9TI#1S#0k^T~oI{ z*5q3fgh%6M8vz&T3&RD+A#2B5TC{;t0&pI8Vh$@wo~7sQUT+^t+kG9ewi1}*!y6Q} z3NEraihP2!U2!E;<~=YGZ*8;$)dFo+9Q=$$5Mi?#*#XKp0<{S84k{;a{*I4T7lZl5 z$|-zNFce(l-2KFpNfCe|Vo5XtQ8)druF&J@Wi?GG8XZa`pvE5wIf2f4S&l>RvtGKi zatkv(NUJEsI-GiPhR^TXR7AK_>y1^wml^uRJ~N@t_Daa0ILgMEsrIZJaDd558GY`s zJteV%3M%JH5FHE(f~fn~GV~8$%FzGK&)XiFEAJk$#1D3XS{L^7Op zV;$QbHZd`4Bw_ARfy|Flynp)uBICBIF?nt(q)tXlzT2rUw^vG3S279Rd1+h9vE6+| z9dc7+4m!pO`9SrxJ>XP;=CLIu{_$xHlle?^qM0&B7Vdlg1|v$xO|zh{k>+2uX17I{ zLW5?p^RfgjtYb8~DL$>fyJICLuxv124*<=XsPajTXt+2v)wNH#O&2raSyg3{B*V^| zNp=IeiHVGvofIg_{>d;ZnL>dUK}@fJ*D$uLFpTS%XB~Isy0LDIqHPY^t{%nrTc|{| zlb;Ljm7|PihUZzgd3-y(Mx()22svshG3qL9E;_r%DGGoCsD4MV{v$FDj_wk2+6 zOTr{UOND*oNXAiY(cIK2eQYMZt!|dhE$}{WC48PsONa-y8%bdr$w}xecsdi7it-FI zPCB_=K#YXKSF{fGVVvC&F|mxMYjVD%3_}j+Cja7bvkl3BicF=2#vaGr4FJ5U#e*fV zbUzaouZUAUB0Hnk*-kO74}mp+A=p50M$-Z85}G}ga@Of7e`GP#yx7zvg`B{6BH%GI zuDD55G?svijch%LJ4fMgfSKF_EBGL8woc&hLv`ssap+%#CDVnSAY%H9^b>J9&r}Rz z_G>9@WcZx8p2mDZS}KUgWW{7jT%vUP=dA(NINv#7zC|m8;QJiC$PMcep{1+oT-9jx zl}e1w=!PxOSy74Yw6^2S@hPh+3jjTkHRDV&-?*tP%EpQKCJ-rTfSD>a1QdSq&`QH( zEMZUn)Q~T;d4Ge}CAkDSJe?s#tHPhHAwiDL9D?;kHt2PY3Oq+Nr+@{T$}){?%yMXA zq%u>RG-6BE)XWdI8eotWY+SM@6b(@>qGNu(fC7zUQm^4=Y|1eeY=m`vMFx@~q(waZ za|8Z{ih?Hln=`tzl_&Zep)#?dB;{Ysf<99OA;x895bUJnVKSNlZP8^|Z(5<&VN(~@ zq&nU75+?h~za~Cm>D)4AeKpvT%sgu*s9z0q3ni2J)vY zN%3$nGl&MVkck^I0!DGtBxA@z#>iW{!HMVK6C;lHkW7d$!HY~Be5icdH|$)keOg$w#729kRjM>+{}>$N|DUZ8n`4Pr0{dxrAcX_ta1M`Ba&Y{8$}aT z)P4!$Saj|d9p- zXaHgTF8HGdhNr*J@0pe6*!@&MFXpCMO8|8n+?SO_-LmhljFp{%YOV3Ko<>wz+*-aF zm6fm6gr&x}88gXG`Z7$C!4y`q4&q%KWM~FWLYdnPZRqUUGWlut@|JN4W9K=#UYAJM z?4Qq4qAv*8Ec`X35GT`XnozI%anmZ)16uP8^v-yQed}a=}(rm_OdeGgcXGeM9063#Q_T#R!+20_4Pd8#5aP{kgHU;wfb^> zrnQ~8yiS4(I+@R#aT5dLw6}xLJ_^~4uBDu)JUgl&*Ry&{ef>y|GtSWiryq_%E9aYj z@vq@9f9+t1zF()xSA?jgsv&>P5nTxTu|jDn(Cy0XJMJ0 z7iWk=L?h%Y7*S9b7EV0{DO%r4$uN81XD-qu^{%6EBZbl8SIPtZ;};tN2Q|u`#LARF z)TrIi&pkRuG0SOz6}_jMIVZH~io>m0VklT(q?D4VNWFf_;8?{n_Qn6r2u5)}C~i0G zR+BaIO-}_JAMZZJl12Rhy^x=QPK2X{q_@#%$Awq0V5!9w0*7qdf#8XvxO2hNc z3GA_A38jd0nDoBu@DYHBShMI;;PEXJK#KHh5isH#cexIFu1+>BPL1z0hazEil+?%G zF$I8o4nTm|5`k|Fb-sJl>wMoOxLC}Pq#1Y8m|pkqBeaH-lZ+PeO*ZnWBAt6vQ;Pw9 ztP-0)2Sy;k)+w9tX6&E^v8j>|DDBp{*JOyyJIh|c>d2;D`cznBpsfCsSc~E3t%+m; ziZUQLn$FFV(ooT}uQ{s;%$BKy3XRcdu%zoq(WHnXA2GeCztBg9Q;27$#C6`Qt}%lI z6z_|%4%eE4`G`p|#vU|TC=0U;$~!KHX>MA2sxA;B|J?w*Y$u`>N^P)Qy0QmF_8H*~ z9mO(qZ%Shp-LPb|gw@PoQl?UEJR3M;4NV>%jPmAZ49B( zpHfh?q2Hx()D4H=WU7=rwB&58s$dkVQ?6;6=Oj?XS6Q5*gUWS)Fp*lPEVYJNp{&5* zcMT_Fxymi=5F5U4=wb^otZ8xVQ;1mCCdJ1Xg23PMJQ$o(Y%a}wyD8-&p``P6Y-*s$tpv5cp4N0mtEY{!~Bl3{AMq!I# z?W%qZ5d?rMx-9}tcxgactZ4)k8(dqQGG$_(@B{bC_(do#MPn^ML^@~7i80Pl+__Q+ z99y5!58N~~Ke9aKB3|Rx#+*E3*@A1EB*=&76+fUSfSrZ6DPNGHKq?aPXP#=~|=dJ(B@yi)>RG)jq>w1fS8 z-a0gABunU9W7$cHIaw>5q>D09k?W)#&6tW=WHmRy>`WtP&-oDvH!eLhx9o~>5~_(U zwaf@Nmmj84(LP&TvU8Zie3Zdb0K;xm30N6j6+sIdY#s8HA+{52V$h4j*>6_Gj9-|@ zG3KJCN$mx)C&05V8xzo^QDz+qB8e+7*f*((fm7=P#EyB zwARh46+BvAnbHt=X7UtZoi?6E|?n&^u^9(-w*XL`mzf?-6Cgp;kMQ5 zf6iAe)(6K}xoDX~OG#CGL{%4-{ziHeoSK6HhGDEgi1`F})b zL?&wv|F^NO9 zk&}_YoYBRxm)vv85Hd&tC(Uu~ep6JR`+nWr>SY@2W}HQP&BkS?^2`sz06GcoO%q<| zl_1-5)8a)E9{Y7SSJ|PHw{}sgQeZXsF+J7{8XEslP;bQ5>9KGaWfL4{1)*>J3kS|O za6tFh*BbfdgNT3e(BcI zAm{iv-}>AyT(BGVnm+t1*h5)Ruv#Dunj+TueheTEv35$1=KyO;p^kNfVq3SNly zs9<%qe_yC*Zq#6WK^`=fs_^mbFthOY!OMQsn~*Wkg<5mkp5yO>ldlV1rG^7p@EWHJ zcWu?8y_i6O_543HCas>&3%W~tD#7jNeRlo-&~=|bu9^1#p=9-QcJ^MoI`6J?&PR^@`x;UG{!2vl-+uq|-=3Qs{3P;}58nuPv&~_%IbJ)-dap%^ z2&K{&PknJLYZ!p$w3Hk<4FDKuh%(-P*xGA$w|PMemCQaENUj^MS#ov5oYD+$<(QE+ zWnv%R0;@dBPh!XA91mv_?J$etL~zeWb1g4zg{bThLB(;%dg-GV*KdeQS+^GI!|h3k z81b!<4s&1=xsdr9(2_*ul0j1b6krXmie9*DmA{4JJ4!+lJsafgoROEXIXrl%ERU+j z@$wKQj3dQG3X#?NbSg+0J@R`ZfdH2BC!`LKT zgvoQNU{iL;&$LaG13KN7X&mW{EOr!x3ZZPN*g^XxO2>MPeTy!x01}i_{7?!o+u@UeYuUyzNpg2WV&DV@ zS>3rGM2$!F5Z2M{W#iE!1TbvgsCc}Ft&JCb1Hf~stxQa8n28tsGMZ|F(=`43vr+v< zqq=@3v6}(W-w$n;BjxVDm@33REtFcRlDUVCybM*(H4zu8 z;#PJG$jUgey_j+(HkjFyjAl%R$acHD!dwqZscQ7vjC;L(TJ4iH9BVI>S7SVZ-FN~P zS>o41$bbG)2>Ew^`2P1-2x0&EgS@I6g7UH#FD0U-YhQXfXKumrZX0^p$hqvC__C3g zAF4!9$6J|>(frdI`6rJgwD>2Fq(*-0NG|b?NUno8jq2;$kN$u5pn>On>Cs+@?gz)? z9=*FL)pKSv#3g~B6ggD_`BPx~cljE_IK2#9Gx|f@u!JO{@ zakG;h?oW3Ai9P+&9R5Lj@ocert-pij?I4Mgv%yzi(I9LZ+rz1Z(e-~5dV*# ze*Wpde)~7yfB(A!i}x}vt1Rl3L($F-V%jVjqAr@noy8bfU%oq)G4)EHpA?yeIKcC! zbO5X)x}ro@t!+lWg(5lGlsG19Z^gJ>N=__}ZCqL=*-B##PP*G>kR{ooWrgX@@o=dv z{4Zzhe$|4~1fb%^lwX#gF5}rV$yQ{D4a%`y~)nmvD0@n2q7Xe8dc+ik@u*okX?di+>RVOz5So zcQ2%#!&(!saaMd>8>-QY@RQ}v-5vT%HJU0Umlsq*FV368jx;T#8KUy?;^=`e)5%bb zpp}tLptnv8arpHp=-R`e_u&T=QToDSm=S6b2#VHyww0^q6R)RuN|H56yJD;*<=Tx; zFX4BtH2%Gk!w3N2rM;(P zPL_M94R#l7SSm>=BfXA$#K^TOPEeE!Q3+R`n-#H>k)g+D^(2@3v&ZQ*HmQFr*{+FX zOq-4kZD)Z48R`qpyfbfCXn!iQgUnxx0XJWY0ssD|58wUaho63Y_5g`lgl`YvE*Vd8j%`%{ z?7jcf7!Bmem;tj?9XhYfYsR~&=vB@`TU>bi0J5giJ@LV3E<@kSE2?8{%HR81v>qh| zD0^tHhiq&`u{FoQi$c6nQ=Iqd;`(RSq3oPs!gJYv=8FBd&yD&E3FOzGynA!|B@_PZ z?|=W(&rd&?_h#!rhChDw*lu7qU4ekGdn4ko*2KkU%(V5Y!MT0?xL1(iq{OO?Q65`? zsw#FTWC1yjUQO=2;WF|SqUS#gFI3QJaVSDV{M0QPPt=c(HoV|7_Tuup82gvv^*psW}HEdNa|{^?7Z5u zd{UM-$~^ARI!)AHA!Z~s{WZ?3`xVjE?GfwI!0G(bz;^y8ytK&_RV+uGeCBDs-7Q=K#czihiNbG2n$ozlOKg(R&%_Zv`ELLHNhbS`>mtPY z&B^jVt_v>vm+YcIb+@}+y%%hC=Rns|A{G|6gFQW`8_JU?6`#vuET*Jm#zI!|`d_GxC@?ok|( z@9n-dC*6C9=?6eUt$ ziJ{G>q$|NZ{0bSW$TEcNTiIm8mJCc;Vs0;B4~idC;KAst2U!HA0kSJ)-wi6H7qwgl zrwG#ekVscm#$)@v7+0%Kzw7x8>2y zd$3?t0m)*=)#G=8>Yi&^3K(;)Qc3vN9im%#I_qZY0>)7WTQ0s^;2JaaR0@&qbMSGw zDZ{OMYQ^$m&EfJ>S=sht;4&3?8|9k&2Wo!Wv7+XgA)EaC za5`;K6#_mVq^v!mcj3l--@7^9RqVD--}3D+Fd0<*&9F;vU!PnXY)|tV$KF^y5Dx6GC|9X=e`vAvG zJ{UjSl;T!>PN^=|x!TJVdYF8ijEy&lr)9@%Z!WCvY4a)geAt=H<&|!-Fox#xR(-0@ z&E?r~`5jfPINU6>27EKg>uN3H+9eOW_yS*&61}%EK;ZSy{4Z^2RBLI=8oB&pQ#Dut%Y>6PG?Uw zS#i87a$auwE~wr-)iN;9b`VzLaCT4HRMAW-rPW0xO0q1Y1$T49;RJ{z%SlQlXXRvo z02F6EO5mDkJBo1~duT^w_p4+|v#wIOXfO^rD)!--nV7totgnQ3Di zo5F^=9y;lfqqGLl%vgXT_(D`x%VW7#yDZoHPd!Hcpy4q7u^FXqeVy-a+xW{r&S7^X z;$0O0KgTWYwG}mwhZ;NT5$;yO`EL%}=g-~}b0(GTC)U~F$mVwk(Kyj8eJ1=>t~0|W zCe|uR3ZN_+u2%tp{CBlr^gAe?Vn@H^mpjd}Me%gZ(p;5FDY)p^Pi`8mV{QtaKZDH&$RjW0V zzhtde^JwGqlGC4~R?GJPLIU}UEx-MeE&t8O?|=BO-+lb{KmPRJzW@0=7Hc=ze6x2p zVdZVL3tRS8ZKz*llQh_-QQCEDJB3#ufcB{o%=(_ilBt99eNjpjXK+)7)gJc@M%$1# zH+ar!(x9lI6i&f~y_qC4RhY0tUw9l)2crEvLHpwmZCAjsraHf_$;kp)fF~k}ia>ET zk`DO*7bO`55s1R?p>q$mYB!20P3FQ~pXSpC^Jz}pDNX!bZR``0`VA^r1xiX)io_AA z0_swM)8`JA01ed+4ujw65Jl7RdvXQ#K?#kZ7lG6491N(A1TMK5$;u6{5z;^?#7n@t zj6LsG)QT5c^yOevqRxO)<8)=Jer7L^1b|IhLv~_;?!B-%)2g3;$ zf(FZGD(u5wnMONfN>qkA?boFyg#c|birRFqjw;V!`Mk)jZK9ApwTa?;~~}%5y=~=-JV>8Hbo`e7Kx+K89>qCDMjv8Z-2r#m=Y#7r{qgW+%+V)HD0DL8pB^ z2H!8BnbcyuNIgqR1Zw90(AM(_e$+j&$KPEL66jw(ynb_q5(m4vPvS5Kfwz1?K1;%LS4Ng&-eIx2KNx2I9+V`LMPE_cQ z-Y}aU>|JT&#$Lr9nb3pl#+@bDB~9%QFVUR!b)Jc-_e{lEdF~)8k4D)|z3R+tv&UP6 z7Nxkgs$Gyi&DcQg^fLsRnm()mwqZPG-%aZf@bj3j_bv19hVk}V=L+Mm=7fV$2lJ+q z_Mexhwih{Ci^RnpKeer)dH|d#vFeD8?ok$IL{NiNh~XBGGJMrenY6iMLsn5IICOXoSyhKbB_N-oNvvh>nS>h+yZu)T7x94w*P?dnLTW6 zr;RPvHP@~Oj@Vu1A&=Fq-NOTlQh{ln3gm0E@*!O>wQFZY8+*#l0#L$jqXh#VzG-6# ztNe7VQ#_dvk*?+)$Dd?w$|=B{8DzvJk%JT?;?=C)P(R)Es2O^^k;DsKYsu1|M|x!+WJmPi;bXBBDZOSPobMi^qcv>>%7ow7z;)#JDeA8QYp-l(rUqD zDnK??xB^+{wXD_|onMYG=V?kTgto^ma~GZaD8FEo`5EPV%Rl?ml*sF`xhC>}R5mxL@$W zTDMphHRSX3w9eN}Gb^p(s>}@xCtiBZH>(??K)okXxPBeA$YIL!WS0`>DI3h=sbEGp zQ~@VbGk~BDxD;E}{h9a{hk#h7ct8lEqL;ejq_@IB`=bpf>hoG>n%JX<+kLcf)U$d- z-?6~H6oZx1TAosvX>XXg<%o}7o@QOaH`m`~~J#8tjkx5NMK zMVQDmL}BjV=pkTf)Yg=?V%@)L9lvG5DLwVJd$-%{*y2&JQvp7jV<_8L+yZ1yVaOBX zX1yX#o9udyMbqDJ1!90QCwjt^@YM=UGEd6h?pKfagmQh^oA?P~dsd+uh!WVC4Djth z^3*l+oSv32KF_2`+DtxAWMb<~WP%m7h!S0_kfjk_#iaqz7XQBnJ74^fxWD<~cQ0a9 z_g4xXeorI59O`fZLlv%JKT~3zz4t$F0eF?6AhMlAbzxs3;jY+FP%ZC$-mZv3CaR7jfBvp9ch1@^mWW+U z1V|IO$pCoodN#)#lw)20+I`(hMA3@~u9G`B<#I*AKWmc#_n*1RJLFW8JqYCE(;8`E zZ2zZCng3=atX0RU1Hy zm2r~!DSIw|*=1;<(jnRjqs80oqd%CMnwj`8+3OFrzdeZ|!dU zF6jNon`Pu5u(^cZ0{S2azy|hv<~+ILYC0GzTFpk`wl5a(#$;S^#==im3CK29KwB4 zWqBDLS6F&1fwT^Dn7^s;i(~%@HAxO2=zUqSq8_Y7E z`OHmav{7QwW2LHu-WvTZ?3qkIIK$*;Y3U85(F-vh;TBkiCk5yg@T0`K%ZI#s0Zb5^{Tf5DQ(%V|m zu{r*~Hb=_E`XR)T4ceP!-Z9gbIhic~E2}We$eG01XH)%&5GPTB9f4Lb7>mV3=_#Ja z_t^BMC!uHc1YcZS^?+MWm7;`vo;0vUo1=HpTbtD6MsFx2W3+UYqT69a!;d$3gS`E@ zbf1*C_T6(3)bD0{Q>*p2a#{>Ovc~y1XTAkmS`e$YH7jZPFjAEMr^Z6B0K}}fAYqIl z!aU3=1mzIfYm5VcVl)z2gA^9}Y_atm`K@E(WNT5^fu9!RNTHVYki* zSY(E+hUnljHx@r~QCMRflt^TgFagHUnaDUV=Avw))a6;gZOt$$J}4%e&FojTr+EQ|f2! zIj>fr`p#hmw!4yOcNR?s?n0hm8_OvPG3Al)96cinl1u}^FEO4_2X5=3vkk0kdodb+ zTGWvLFg;#M4AZs0Gi6$)yoLA z_m@z;Ps|*WZBZqO;s#sMolaIk1+)|-&Sj9Hi}0#fX_MFp|C>U~<0+j*e=RBb;t$FE zM?WO<@W-FO|MsswJ{8g4NBx2q=z-{|?D7s`x{XA%el(PI;~R={cHiyCdn!+yQ&j_J zm!o+WN5%waAs&`h5f_X3gr6#Jjeaug$=c3hJByzLOvc`9{Ecqlt9e+ z`|YFqRt;@F={*TQwm=2*=bJfTK@*yNbXuCnd(D!?-tsn9AKJu?w$rI*_Bfmw!Zq3{ zAOQUZ=af0P)4Z}-^BVF#_6CUuTjs|)`KG*l%0!4yrpDIBVOs;x4v-l($U?YFKk>Q6 zw#+L*R*;~Ob~cA*Q&8@@pbRMaD|m#Wgj|JlkD`i08AfAngQrLV@ad>{mT-LPnLEF{_^((@)+YY8srq)MmN$IypQ1rVNPRk8GYnYW9E zxD-`8j}N$L@S}r|=G=-SaEOg`J<-P{B3&XBx>S@tzAKZc0JKMpaXPxl#xLRiYtP^s zL!O%PNumvH^W#mK-TBsN_ajNsBlF@2zZzQpfxc#(<}G1beqL=&`-x`fbizlHpu&~J z3TNbQ(&RoysdSP@C&jY}ymXCBJ*Mt7_pQlKXWBkr0Dei@*PU(ue)m5q+`!QCnHR=47wW5Q#}v#DglNN6zD zdKe1Z6-r(0Lew;>$&uTO*g^^}b%lmF8UHi0;Qky5Mo7yeS1Ybb0B{Dp#b60@Iq}%{ zI6t2h1giV*%Ln!hE9UPc0+c^4ALB#(_TXa_@$H9gn9Xgg_0VY*GpC17B$pTOi_??8 zzfm31Dgoo4URFk>y|a5%S&yL~urLoO+us4&{?0!oKf5f-@>+Y+XIsh9(Mp6RTswuG zP8kgm%tV@Y40aBz_oE8kz{r7uSJjUBKrOC{7s5;cjLK;ICFJ@_3jm;uf3no$-nnnY zsmLn{xc#K3xIhF;JypA6|GF}T&!*-R30Y7E=kF&j(7o^uNUq=a9fCj0S{gM(>|tzv zghg`pw_6fPnETT0Dr5DgIn1(yMB9~3k)rw9*FyOhAGiB|{qX72cmL(wU+}*5LQRz# z^o(2CMY=zF1lp5Xlts>YRV3&+oHPLD5~Q>Y(j_e% z;&74bnK!y=W75 z-C+m37h9e(EWw2j>jVK_iOH-*W7URNA{KYqWVN-jIQ=}Op%`ejm{?At4d)9FQN$t5 zgAWtkc;2`{&CsH`<|UH~8Aob9g`g5#?!w{Vz}KMViw{Wrmp}dfZ+Amoo5gPL=|Y2E zD~sA+(kj>en|I0Z&AXd0!-sXv~S*hSm{-E zXiVp*4A7WBGQv-zO>mrTqd7D>jxu3pE{Va$jk9WS(zSV$hGG`8%HmmJrrs7GbYkND@ zYbL&*9ioZ9I_a}_4y_qnm70jIbqRr1U8B?Al7S^rjRIe7K zSeA(QWC+I|ytpTRTn}NJ(+YBP+BetvjmU`)#g5**eEE1Tzpg&t`boJLy}{jMO7F!A zQhvPp{RhS;qixHGD&!{_Iu2GHTERpf4U{V(9i1MKvMFh z^JAMC$TRzB@SXM2j`#3In^$WGzP=VAzWDsZ|NHyz{_g2PFFif4O_HW^Rxc%-W~W|6j3< z+h0Bk?(e?;@xu?F&R%?KZs)A!N)IqEkhHl=2Jo8r+uS9qoVwC0v7Xr9-^@moH!Xlo z$#E=&I^`3op@02a;k&ybim%=e6MX*;RjP*Nulq9R+!9aRq!=FELm11&7}YlADMwt@ zJ-L7V&Q#xM;EnCLceeyxN-=3gEyWoCdEMG+ZNv%H3Im4@`?(>NV<3lb}Ke)rD2vJ z`r;KXiP4;|Kl=93>R!#D%H^?fXV+~Z`({=IT!ZSqu6?ggpe9Y>>7_N18SHRvb2g5b zj8_Zr*P_L%oARX7fD*c^wvpaH*5a!&CTkq;E8bca>h0Hz?TZiW`72WW;m7~-pZ>#7 z=T4^XR=(xPJqY*J`}>dg@csV&%`T~ipL{AfqIxTg*U^3`SbYBU-bD7)UhZ4mT`TN=r72jc6a<`g^_HkNPRNbC>LiddLj6*`u z;I5+`Rn~n&lXL2pj`j>7dd}$O>$vg7CrSL9pMLkd?;jrilf5&4_~R+}l%xA`wker3 z7h5{2j8D0QHBF6NWKeU25T&KxntnyaRt!GB{pQuQ-Ct@GAk>rfRwmVT zMH*8e^mYhQ1QpM%oLhmI74#~hiA@6Ea*PSZ$;vzfNIZLLd1+t@8Z}O#Z-|a zXV`HuF@7^db;gOi%s3-`0s&hkQxl#A7`>0{oT8%@v21zmZC7@IQ>1FvbTmBWGp2NI z;>cB%XRjqXiFM%v;#UT4ZrMW{-%Pk4nRWpCvkL99c|KiqUt6~F!i;zy2&s~|y-^O6 z3SKDG0r#182a*W5=r)4E<4AVTN}t%NW+NP83I36$=w*7Vy&c8wkZ9>5(-HhkelOUS zr5$($H5a1p%q&ML!C?_2UCQfIG;I;))`tb3~JDWmN- zq0esh*dsZ!lWzl_bSXnA)%QxcGv}O=%L4<0nK}~lo&~HG7Hzhm z$t)P_6hmWPgFXcuX~W2%*w~6|Nv_j)9%x&0m`M1j1Lpi;Fb8Y_8);2pRB^{x2#9mi zw$0b8tn=4&S_p1Aq$RLQom|pidYHPWoj)-`XJ~*`*S{BHTC0Kj>5xB%2yW-tGo_h}SPNIa@-DMh;q zuy{zd_?m8eg{6cIkp!wUvm(CGmh9=Bt!!Og+;he_tFC1%lLQdO*8h#89a&_Ml}?l% zoX}Z&N;r`=dAI0Y1T~(**+z-oTd)hXT$MKGMEf=d(U;iuF=Ds(iO?v`_`k|A%#qd9~DU6Yk z2*S2z*Cv4@%nkBzh=OMIA^Ys%&)ulN&73M!H0)MN5P8X>zkmAkQor%E)?ZS6t!-2O z{^D1tsQfpaCA;XJmsbi-Hvft0l8W*Dk_r>bT}_hGGYROU&tgfdT`dOh%LhD%q0irM z_J&io(r4F^4OWApJ@44#Tl z=T=dgy-a_mhGs-xQk7~wKo}g=Kk3OsANR6V`ih8p*^3(JSv61mJu~kS|u?5~qa|9Ik0cRO3&h$PlNKL~Y0@(+t=u;mT?9vAKG!Cf(> zeLYhot(=vKRKa*zk#W>SwTq6{wF#NIHddk8s%P1ojBh+&VxDsm=NSZZfu zLz?i1HXUFQf;tg_vY~DQQG1hz*a?QSPA%w}G1V08bU1WSQwt?ybFSU+80~Aff;QOW z>?5|}Kx|nKD79-C)D zW{I~TZnl&>TQrG=?%-5h4eO2J|ef-?hhfg z#Qri_?Us|tsoJ3>r-~P~)hL=Ihi@z3sCHvJVYa}2(rz#1_&nEXv(c(lLU8~qS<#>% z!zO&b)X~(Ja}uihv%!*hPyI_d$xZhp29uWw#_xvP#wkc{m@Z5!imfX>d0h`hJseqnB{pE&5M1rBMud7dFbG*_A{ns4k1{%;O;J){W?U3 zfln>VykMCD6gc%Q#p`8{9_X8$VpHtxd^Lp@bexOpPc!sIcuABp*3Yy2_66O^3&~*i z;q<$an7i1kHKbk4%`I|$pA4~idM|s8>lpVU7+2ZtLX(J?stz6kB~ighgHFQ<4t7<_ zo%?5>(raS^J_yOA2^&&Qza=Qsc~Ql1$eq>>7bp&#HLizcW|birkStFclDrK9!z7rd zHI>`A(Px4mxgUbxpI;FFUl9I__@Apg>>~3pwQ0Vhk9ii=1138l@Uu4mc(>(eB^BZG)epZf1K@Ikf{6t_y>|3*iK%=WHfCYz7uceyU!%WRk6hV=3H1~06pG# zzU$rfY#jmN1508dv)aY_if6>vHZ1uJ6l)|CjS{aMYzkz|c$1tx?>cM2rBHu!!F9l}_y+aYsPV3nE zRyL-JyCs2=(y5hJALukhQ`^Jrg8t!#-O8U&DvV5ApCe}lMl_D(u*G7d5o9|{2(ScU z=u?3{KLgP24_mumpyX6$QbJ9x4JVh_qqdPL8&NWuO&Hr|Dk9em#c;L~ne1eqn%kZ4u6WdWXa^jP~2-}R5T`*Bg>9Pmd>wt{JT_b9nmBV zZ-fq{_DJK|N#tR~+G@Z~c3$Ahlv~!+tnMDemySgcN~0a7NRAadCXiJM z5y*I7ra0wtUdn#1-RtK-Qxmj7e%lEdag`1T9G4M&6m&A$a4TyQJLZDTbCopocWP1~ zz1TF2F!or`=8Lt1^x*r$)dOK{mC}H)1LqgBv_1PSkZ32OwFOH|FG>whhUDre*RaPl z$hqaqK`l_IbkOZ?g=~j1K&fBzn1H4KX$KfW0fTa#%lG^+r4=Xiu&#_Zi#4{&RTH<) zD54d`3xlXICV;n1BVPdBd_1q7iFI)k+lm)=j}wfQQyA$l(H|)d8dSX;!NQAS2+l}} z%XwD=qmKym=%X=Iljp=+x-#?Xg`AXYuU==4n|{b5Ops}$ow1N*JdfRlLOU7ObANeW z8j*AU>Q^BToQT^jgE#P*H%nIoZRG@RNVsPGr3?sm`KqiqjSX8EC=2qc3$4&5^6R2cQXzJNXV zr-{!P@Z8xs=5}8?F&wi;$BC#2(`@r>ez=ahB1RPkAjES%Ic+4h$nhmM5-N@n z8wBAg&6$x@Q4Sx$4mUQGscDl%q&?oO<5R~YbQ2$~wsrpb!KV{>QzcfZ`RW#T5>)lL z54xbrv{GdBnKAPCDOCH)K+w*njj9Hg1Y04b-BTj-DUqEcyMe|qRIv>bjJ;gviwlW} zM!BEQTZcl*q1u~FF?W}rE?DF=+Vm%}o<*Sa8)cjgWR01a@L2@-S6b^N8smGcm7G-W++6*AE`qdbncyawjdfrbjN zT*$%taM5mXYin``5=OaDSL-KQFC>_R>n9eoi;!gSbHODapBPr*>D2FMQH&u}e_JSC zm_qm{w|He=Qfvwxy4V+s->|oQ6udN?f{fl8QhIeI>QE>`9U93gmT4XW&~~81IrXdF zR5>5b(aehwlVa$gJSNlq4HqiD2P812Lt&9LP>}vshhR;c$)gD$pj zsT8*_+aqOm$UH{kaPV7>P$A7|pnf-SP69u^GLd;0DaoQCB1}Ak!e;$+a=yGgj5Xxs zJkD{-es!r`yx+bnob;kh;PF_QeU ziVPJl)oOwpZ?{x*YN#7~L9Xb>uEK!f^jDd(TC1tyo%6&XwZ01I?s0N~$|zJEblSMN z(qY(~$UVwD!>oy;q=VO{Su!$`veK{>69f>}68L@U!;F~KhhQilXe*R6L-?5c#>7sP zoAq~yzyKw`C4+EmsSV&AlFq5z8g=DlxvN%(z3Hcj)WW$48$}c#EA!qkw5)nUI(w|v zJD|YAV{u#c@=29@>I}t>jb-J@88n@;-=yVRv1Eo8&)X(O4kZ)06I%#Kt{0e)B|lojlFomPZyx3VGQGHaqpq ziTQ(0;JZueqh=r>JOonWPx}3Ix z?*`&Y(P(i{hnPv;^%))aNROlQaa3nbnkt-^Grxz&5bO)@d$?UYv7YdKk&k%;>~eeUxOKrk|P{NMlfD z?-C#QSo@#fa=a3TK`hdZP!kxhW40=&NoIrbU_lb|$&!#9Fyti(iZS)PZIZJcBMauA z)B_>ScoMHQ9~^<=oK?g>6lr*es|{j;{tSyWn$paLftUn$585U8^dozCI_UYHrW@?_ zaeKdB)LpHFd`4oLE*_bj}tha5lpPK8n+F+mOcl0`Ee^7(tmHh=7h$ zr4XnAib6_?-RS0qLRGm>N}K@;x>G3csJwj-yCWvV)>dpEpoRo0Fu6jlIB{BWz{E*8 z2~Hdzw4D)+pyvJ=87a}0n8N>V0g6YlzcH?K zb!a&$E@#-0%~Tk~Ohs~#WJZN)vWOPk!-=XxK7x_%WHW{F(&0%-AkUs;eZ*kW*~h-; z(x~TS3&b1=IUK4Nd}ei1$x$+!HNU86{THS~;bm-G11OGy8bRfX&2<8ZDU)!E(T3Uc zRwifY(W({J94Oll8EIW+Cxc+RgL#&C_#g!&`>4_c*Srk_^H;_>TP9f&85tal^&%Vc zf^ts^B>J;GwYN#A#*Dgyx`apI%d{*z50?veX?^&WB48S0!~Fmt#{zr*UwiNJBUhf~ z_fa!F1B;f7@mL!_U_`SqT@P21k?%}4S$0)TS9PI^t(qY<1*1J`L`L3Zgeo#36%m;v zTdJMqg$!t+onbA!Gvv{qVH*Yn7~0N8h7AK=*gI{s^yhQV@5U=LlEv(b=^#3*n;CI$ z{GR9eJ?HnkzstP&8?HG7H*j-_S;_5(hl7%|f<0l#@hlvA1Xf_+b{dL`_LvHnLKF(b zY0g0Nf$gOe_SKlYrd-6t8A#|Pt)uuVlX2E_d>auo=nN6KxT(mZQEkM>))W?qlQ|dh zusW4pMD&OtC)k1EYH5aA;Hfl0W!PNju+x?6rEE0~D?yI#Rducd9tg#plW0&{eg!?D zdD0W9(W=3EaTGfV+~XX$Iw%#fLa@i+)+-^nPy%_7X)Ivt*puhbA$YF&h2Wl5;LZt; zauBbCU(bjg&z-4MNaDgD&`zTIXJSyO=S10x^j=iQxhZ0^z%RAp?a4+4OTL=hqyKx`N(vIcRXV5GINTKdue=(>Tjd_fuW z8cAkaRF5dcAk#V;iwQ<%XCoud>+muS*Tm;ECn%0fueA%P|~?Zc##o#2@>N1phjgq zOcpG0NJMk+*{A?bi{?WTZOWeGfjona7?i324H4>W$UG?%6SKL-41dUM^Al6S9Q6=p zxvzhqSF;@iqOp)f<~9D;!{yru@lD`V%$!PqH9~gb5c0x@xiLP>P2@+cO{jYT*BpY_ zpGNe4aSyFm*$Rb?%5@rnQJh$qDLA3Og7G0ou`}AG7m6_lAZ#%a0o*W+3Rh-pXgxGR zt#gZpw2LS)oCPA8`5G5AX7V-YoJq}yxsYsqauPg!R4{syuMs1dD8a6&LP-p*qRPXB zg##2(jF2>A;mp_gbnP@>V~AT8+N3Xv=$yprLEmY<2Fo|e*PzC*AJsPevYgA5j zCu6j*zIp(05mguh?F)8ji(cfuMkx#gG}l(Ao6?wLVZ(G~st=QED1mEMU}i21R3;f4 z9hUZu0OnzGS0YFl6^!%#{Y6ObyRg=xyhh=!TlkHU!8Q7RA)=9|J}$|hZ$(h@mp zgKZ@(Bomp`aEF8-yFxGUiB{a@vXZh=^5$ z4fLv$HcrH3es~kDA9RE$cz2CuV6u|6QC#3M<*^#fTPC2cNVpbhCT$~a4YiOyR@yKx zl8b`j+jOZ2nerdwEZ!DtmU=1EiVQLsxeI0`(GLMm_+Q=Jc2 z!^0?)T)0>Vt-(J!11ya=JCor~c_taYkP8pBk7PKI3`c@VD)@yJ;YltW5C`i}NLCz} zl>3#?8+a}ZXJ$Hjlp)cJjA1OPMi%!65E&KFCUpztHUY{Svh@)#lr#fJg;KRn{$ZcE zz%aSikzS^NCEyW=468_A`7MkM3`$!c4jVxY8!tkPz#1vi1j0(=EoBvhfjvg1qqQP( z77!TW4`W|VdgmOi-b1Wytd-6Rx#kYv5o{%b(bGGc89o6w6#@o|l1P~;5q4^v&92r6 zt5%)b*@m2s7@Sr!6UO|cxpv%~icxfhjISmxbUwCRFaW#pCfzWo;!PudWb`zLp=5k9 zWQU=&BfV5$unb918J0jz!$uTFG3!_*4USR_lrS;cK}ubl9?Id#RY@2&tTt}iv-mzr zZ;CP@4eD`_AGK0b@bDoI`bDgLI5Gu6QB@GQC-<;FdPNk3Ig-wc74{G;HzyRqR58OQ zhS`nw3&f^ZweRmxx>t%=5eyy#(!Q1L~}s)<{J|n!IqAeCT#z zJR)S@vCWI&7W+kR%K$Z94FQyt3uveHVWiG5_2t^5Z?1eL?bqF3{c1QkDyKB;7bv%x zPXM`IC?<|5L1%%DL|9|d01;w@l+S!`1nh87q0wh$rZ7TV&99@+ET-e72(k!OwI?`7 zE|@nx5wx;mX>u)I0|lyMq5@iEMDLE=1Q>-Y^dZ6dElp9e3*6IgB3Z~%2~!v(t_~A` z!th<$<#(74whOncECSz5mjFV+(S{-sQo-CXXU4jbO(|2p+l_Zb>O2P$XSS6cB*bXgNGhV8=oRQ-OFl)-@C~<;}EEIc``U2OL&_b-^B& ztKVZL=r-QQBnZ|>$UsRL!6^0Urn!_2j8kOf_yrmXMDQcFgz+pQ zk$Z>IIR&y5Ccx0h6V&Df{bI22SozA31v;3n(*VLW#^W9`nn`ukD2CyUA*6g47_Vwa zOWHnYKu=OU5g6b(a)%MiFt#8P4cP)LcIIiilp}={IH98qN2SG6^l6t-xNj(%r(oF} z6$;MHm~P?<43btLJ64BG^cEC8Ml&@77#fQjxZ038N?(@_%KbBt}Cb_Kcx!P zN81AuISa7{R*;sH$Z8EXT=T^*7$@VXVmV=%DYs;q&ybh_Guvw02}l_M0^s(*@J^;= zQvhP&0+z#nhNEmVIbMacjb{RGvw%{G6wPlN z?!I@0jkCF88(dP%xZ4=W=P4NkYUs>SZnZJ5SVj;<$Z9M{{-nMd=Q|(Vt53HAwh?s% z+rGqgb&u?n$sV0GUPuzt2YL+gnFEfdOhpCtDqyUJHLxMpEjF+P%Y|b#S-|$ zjWJEgBpeD7B=RZ=8p^7m&Pkc)N^28Ea_gA#2`ACGl-2tC$U=%@a+Fqe@IphjJu+^8 zikTJ3(IRMRp?)Ow(dR&18i9=HQVBKTYNkdG>L9~1IRPpfK=(GQsN><$GN>qnLMMfL z=v=KuOiI%YF_{`m%KAK3#tcVLFy$>QBXW+sLvDs<>cKZ-$)&vP00+VKEMe%c-CT#< zXaTb!U&doLn8IpAk_+Aj8o>lJ$@w=!Jn@irHh8Y~6df!?JXj}Q@BGZpxtru!S! z!?r65$vR9ilH;mJQYjW5wO`@GOqCg6&Rwy(obD)6p2`!JM#~Ii#dVQoXJkrDn8^Ta z=q=oIjnAwCoXdm~CA>g75CN{r}P^0K@D4pMk_ zV12X@(9{JAPmz?()Qzc>IFM>8OX89ksGbid#yikO2w37Ur5w)vOduqzMsD1#;uN)ukmKp3&wH z#y>oSQ!GYZTN=S@t4AlQs%t?xhqx#s(=;%$wo_EEbhH{dY;nefLJgfqOcI`gav*Gk zEf)0@27V1{AuGZAcodM z`ljl0&}KQoRJVX_LFa*kP{Z|DNR+q*8-#hr%lYc=FlXgDe2@nL30u(vtzN)T)DaUN z9^X5W?+&dl2#9VF#0Y&g_ry5#ohsl{MKW*K7*9h-DYe#XLHGyog9-)%a6Np>*f|i+4!HDTSeVR+#n^&IC7~!kgb$(X(Gm%!zoFGR)z_CmW znyn%dBP@_RGPA6v3Uh!}!eGY-C!=AxqOjlifov-IB(#}FcYu0~)<=VQ06X+OzCxrC z!E?YN{X4&ME6x}O8FInF!dX1NTHJ*@-Bi%mbBE*PUkI()AU#kH-=%g82xJgLbR4xE zx1>X4WF$5OM+k917-hiePk zNt-P)N1{|lB*6U$=|}mFaPW(8IuN!9m%=!Z$ve=LxNVfj^gMtGTdto%oqZc5*^f{f zP)g`7e-*dLGo%8<3zo1jA$i1c_!78+(nfj%MKjniWzRNqWEXj0K;cYdgOCWD*bjIK zhKytmW=7b6QZqS*VbFsrsBEY;_NeFHDC0uZL4yH>Bkv<+#Ad1oW(IYC5&PAA|hBRv=C6TKsmVO9;+Ox{xp;xaY9!+D1RerL96wfSp2gcDbaky|sa z6foxGDm{U8z*aE$_(&XLA*jWDj!r;W$@N559kI{`YnmB)(4+(o=^_mM0)^TU42q*` z)EfbQxCdrR49#_78D2RaymE1)31mjk9Wx%IwWd&?i z_>C@Q48{+k$@zK$4Au^b&FIRPxoDbw^)bZRA+VwjbjWDS6)BAuh#pqsmBPyu zXEA$a>M6j!eLx;XAM;>Xg;b$DVX>4C;cMiPAiE|JAy9dex(pRT#DhW@25dIVRqpUW znf;i*G~m!IBJ!FrtTFit6kJsb{|Hsm4NDCKhyog}By|L>nLIJLG2PDZ0Y@SUV5pjT ztKcytK~Apo8;1*ih&Z^BJj z;YGB6;z@IilO9>$44BvN7-ox^VIhZZW_6x2%CKU*3<;R9|k3jKGJ z0(Mln+|n|^zu8f^48kA+PGJsXjfCQY&2m|z9OGDIQ%Pf1v6PgvV>U6nY!|6zayA>2 zqami};zOC9k*^Fqv+BQc!1$!&K*|^~wpl?x6vV35IFo zItL<^bAEWU$RtGoX8ydso=osMIcP1&!Lz~mi(h_S^@<#Xb%3#lC>s)m6%JSc?rnAs zFx#kYeUGVfzzwNaf&>(S6I2O-1hkx4f&i#ll9%`}VOU=6qW7F09tC+WmZL(pa2^IR5ufyh)60Kts$E1ozlUg$gm=PC8tqlKCnsJAso=5(*O-%24klBFlKsD$l^``tcMsS zD7@7nBgNi+VL0hB@=H`h?n;T+kby_#bOc=4{`QWK)$o=uX2H%;VehVK&1h<`v$J)< zTfUxba{&G9?E}uIg)U zpF0ZB?w+BYSXPa+X>qTxjRNR3mWcv*5nh@Aopz09nwU<9NdQvPcw(7k?>N6OYfJYV7L7(MuJGZ|gRW?n)JWRM=~&;xMrw z!8#nR!-RE))7#<_6ceO2OwDikS~TMXRSEl|D?&|! z!;CY&_%J_ygXNQ*9kdgxtL_0Xgqr}3!*JeMT9_$1-$r0jjKg-UnJ^vk2_h?QNA34< z8U+~dqZt~#XxlfE00#C*&w&AuV01-{yp6ChNPvzR6d?dR*Jyvw!N5RYXN9%WrJ)Q= zg<12qHhmJDGo5A+h8u?*=c&f>L>%;C5|rdEh)|Pm;W~(Bx5=dOm7tbA&gi7@A+Zvx zcf1XT3HS?0M{EJUQXrWV;$s3!b4l1jIs@~Ik)(ZRBW7;yx{)3QNA3L$x5r2*!$=rI zlZj&3&^Wy$^ThpOO=TdCoEb=?Xj@xAV6nHm)0V=RL~P)J%(Z5$o>0zkTzTfD(sbe) zw+Ue7C8r5wi`NJ4Y4-6An9hC8A1_TqN>s;VB@^s zZ4Zvg5B~T^FRR0?qXjrpr!zijU6jo*dxQa?5n?~Y!k1P7CwB1`d62Dx6N*z%?w;008Hkhnkm4D=45vCjv=?JmqBoN{lZhs`2*Sj?~%$UNdi_j?C{ zF*(SJOJwa3_1fR%4pkAogA7#7s!DQj6t}c z8P=!@$cBEOzjlsRnh?XByF?Xh;2Hn{rI!&}?C_o*AOu20poG~V=mVK`wy{UN*G$79 z6(jM=*nAHbVtcramLmfSIjF`7$+n&CO&-JFVW|9V?t3PV=Gs(Xm>^$$Q)~+}#};Uk z-4BYtVDf6jF3865P!x%Y;EFN=FN`s7)(m4Ao5=AEVk%=i6O{JCq>-*|-?4^6B0{4- zzRC}hHvm(QRKWPd)L1^X(`1}}9zoS4qNO5o<^*fh21UXI05gOg7<8(Ilj2oHczEFe z2RxZCK4h|lxrYG}@K7Qik%Lekei{{^42Y94q!9{E0>{ox>_+%?j0;y0z+xx%P%#0| zwyEyeErv0dGIW)e1fNOBU@}Eus)RCNZ3bP_srw+X3YtOe4Z4hhAvEJVHdFKq(dZKS zV%zL4Wy9Qu!JfiTU;C*fZu_%c@Lu*_u9+>(3q^z{+IxhIHeuE9_`d)DnraMxl6)) zZ{7@B;Le#CQ&5osLUa>OIl^emBLEp-uM8lT9PxNLwt853H_qnLI>s1dSRPR280VUr zA3!~>HZ!#EH2_NE1Wa;aGe&5zaAV~SI_&UXt~JhS$no#e&+!9Yhc6T zi|uRJ@Uy}BsNe>sk3RZ}WT(u(3)0DO&6gYk>?gO$;}BtP0&aP!V*JYUZyo;mHut>Y z7jO6jC9WITrPpE)tJb))F*w;6cdCuAyS?MGN&}B0xd^E6nQt5sx=Sp8*pS`Q0>F~= z^O3H1Hy*1nJz@fV3h;oX2FwFyszeZ(NeUfSR!DFW66*kI$ZhT}=IW4eVdO?XQ+GfsLF zd@prD5M1!rtVUu-CW?c?zmR#F+yzK7Zf`_B3Z^Ioe0M>|PzFNjl$=uTS`ztDBV4^v zPOR_6<{5OD9&&QoZVooTBNB$m3Ko>hH4V)i7tGCF@1h~B6$~pd8Za11tH6PHL&75y zM0!Sgfus0D^VEiVN`qwJ8^n=ff(_-f{8Dc7QNDR#h)|JQe#=^{3tKB3U1={Gn-uW9 zEl3DKr%$@o;;gJrB(xT1Z%m|_o8>+qMVkFqB%HD?22ABWztNl8hs44>7I{TC=7Fvf zD-a(XlAC}jn2&s$;!ondJ|tFIr^LCLT9N{M99{P$rj@QCCDP93mhY z3&#!BQlp&Yh(Y&f<57VXv!=(AGwsVs^F641j1@t!*mc%m>BOC@j6otJ?_2T`zp~3SSca?H$ z{XP7u1ek2xlXYIel+r()A7?=m#1VPt8*hhbADh>jxJtfZwj zhN>Hvx^)(XW8-TNS&YYm)HvFv2Td?xkqH80rKrsX?ty;vUhc#{}t+UILOjF**Ix-VLwBsxDbiEYq$0MkL zA!-Cay1tY`28vFmNYia3N-(2J2c*j=7Wrh=AoakNS$B!hmK%PIs zST=lTxIOirxdfpU4!2xb!FNGrc*)Ob0AzGr<}*SM@B?P$Xj7$#0ZAMjpYNQ)x-e5D zIS9$XB5aNg1c83(8q;H37}Ix9?0f_|L}$s7!cW(C{COs#+zlj`6^d_sHdOIx!+ zPqBDO5=iT)UD0&p6(8D?kR1H3n@O};>;n}_!S3>n+=D)yd8vN&CwGV)ED5zt=awBW zA>(-g&JLR3+F65x!SoHZqYd(4nsqqm&WcEbVQc|i6X4|LgxVg5-isM={&*fJV*&wj zBun7-H&P1$fHdcB!i`KY_d}s!Bf$u*QOT~Ou+F3uj@%o4!@&S;{MFY)-~6?2=<09; zhqRt!k99!G&0Xb$BaKc50V@KHqzAKRyybh+2C}=F;E#o-ewsCjYJ4YaW~Pg8$p=|L zdR8_fgk*GBYgV9>o3YcH6Z8x7$$IIIH%WUSA+R;TtIN`wvm!C%Q$k|Q1JV-;;(i7* zN$$c402eYSG7+~km&i$DE*&fALo3LlqzcTXR7HWk0{+utVIZG@h6}i59#lo9?SzIB z-o~>bEdZJ$Li!!=mSaf6-i=}zTDMTm( z_5ENOX6)uJGZPtY!tab{&m_~a$O8u5go>catRpeOAwGz zLr_dBKx;5vB*+l)J@^v$#$aCb1v)M|M#W=Eq7X3fR{4&tg9P9*tTLQbDaB|ae45gh zhch!JigzK=n?MnRt96b1GngPRb7QEDAyIM`qKAK@SfmUY6)a{ff>lQ^YF8*r?~dB5 z1jl81g+@6(%Zpmk{8Bi9CFB(;r$5k;o3?~z3N)rp-{cHn9iBTLOn`4Dy5UyrP=OU% z9a#|@E7FUgAa3TP1sAbQm@{ou9Xp|@8Z+v1%Xr~!@%}IsTNKYoB6lEWOb7HTQwg@= z4C6_dV4FLD%q%#kV%!UrlC65-!qrk#eydSrP5nSG!)4$lVqmy()fMJB(7=f>T!RQz zl`d?L1?w+Jm!{ia-6qcnF;H+Ngd>WwZ`H7sTk;MY?p`K5Mlcpa2rTT+>_RYD?`}i} z%Onep(OWXDP%LH&zk@7A1}yHt;c#6zO%GZ@SH^UrT#T8G!gkXFrknf-SnpblR@}k( z)D3zqDa>vw+qyAV61UM`$IK>Qjj}jYCxQn(aM0l%=Ra6NPp3Is#M~~9)M(S{L>5#p zH|IY_rOnwArNxpP(;X3^5#VJkys67ZJIxNLZRN6jj$9+2xsP~e@$wn#)6r1f3cc^>q$z7vn_I6{$1%gO3kTAa<9C_0a-YTwP4*f`NWfjtbCnM{CF@P_ew%>m;La2TiZx78q5MH`o&I@_^Yn* z9mP2$JBsT^xpvq=o;R{gx!C~v&DP29bxm!!HOqDWnD-iNpV>j~Sdotn(!9v1t@5$z zmmi_3Tp0yzyY~sx&SD8Em$*?%mAejOzFN7eYYR23U9QWoc{7Frpg3gB3Zm@q{6mLK#Mdq%^>3GubK7!Z$31>X4BMt;B; zETFLo&RBGz$HX4uBgG3W_8ZfgxUlUKb1ZzaWE&P0z~!oy2xh(nxz#99w}2zga#%-0 zFtJYkiCrTm3_K9MG7^W-bGVc%qXr^Ia2ufubQa=JOqA;+>vR&5ZQJn|k{IB)r`!TT zwMNpgSEwCg=+k$&59*RO!(kQZfj>x2e64#iR)CD)Ro6Euzl$&<9zMWnTt%Kk zjO}6kMpmM7Vlx0rszrSb&xFK!Kl$OXj8pWokP0>D$A~7GhQi11ft(1TpiIIj7#8oV zDOiFQh#C|VrVH9+9RnevYB<{1qb^Yc&jUmv02Fh%dVD! zE6VIZ-$*7S?Jh$&&R7)z8oMrOa|OWbSG7>YXX0E%7}&c_r!>n;Pu!z}=PV}S0 zF7#Pd$H7!o0mM%gPa^<>LZO%`QkjW8150?X*+^O>wD$>va1YFyMl~!@6OLiAM+_Y* z$VY$7oA5#7!>L^Y^+2!SbViHB1^kZ~CjuTo8MetNZ3_w$0mPb^pa_cUY~Y;$y|#mlcA>K(;PbvFm82RvpLKhSvz{LMRIY|`s9oq+8+_Yf-PB7tMI z2-xC}M$P<4Q{{(poj=xv1A@q`sN!D%VyRi0yk@<0ySV_ocr4**)gD&kji*&>)S2u{ zcN3FKg8N7~LWiw|JnRO>FR`=UP?0q%95!BH69|--dqMDR)OFWgH0qnFQUN;LjQEyl zZa?-iVO0*cNyq8P(R#SZ?qf`8bC0b`Xj_v_KnvGQ8ioqTFlL8rA=+jW-i|v`z0Y2n z9pq}4YB?%5R2xqkCAbUB+!zDFzPgoCS#eyt3DulX?9g?0Obrnt+lgZd!5vyz0;><9 z@iGVO1SGYi5#frRGpG=GEOZk#?4ld!Av3oFb{{FXOa(DT0L>8{9=uPc{+3q!QfdEG1A^PQ%6ttw?L>g*qpgG z{lp$wX6GWtj(g?ZsuMvfr9lG3cR(w6iA~*BU$G-wyPHIs=|Q&)KiGV?Ev{i-o{j_i z0Fg1KYytuvGjxEd>2T)l@D6!Y9-U+B6ni;|ak))W!Qn=pU~`-EW*O$D9;NB5F%=A& zn00%ffzY9_fYG5$kQ)}!lo=HEJzXc{n+rl-M;BjIuW~nlhb(A1J$%&&*Zh*HD&<78 z&UpBh4o$6VIOEE40lW7IrPJ9vEgw?W1Q%3&kSN^F> zAOk&2m}l4<_^-6kaknUSnMZz!eM_1%`}33q=@2av&z3Kf{!ku;&bH!f^e2YYDdgf& z_BUyPS(gsW=XD~qwID*zs@8B+Z!7tN=j)FLWdqs1bOx21%*ERC7nXpa^jC&FMh*B- z7!D5B(&(PyVx;l;4Mz}_PTzJd%UKLQK*4f{qNF^5ioHnG}O9)oN#bz8-dMjXRm zgim}VTo##vL!fI-%kZ0pu9>9O%G+a119HS9#Y6ecg(Md&P=A>dY5OS!;u};Ff(HS_ zwzzf3ixI{P5O^dZV5*#ETs|ZbL@l{SSzHqhuB!k>7-~&S1m&=r5@T}5g@zOq(+v<4 ziy+j-eOe3qhc^V z0C8go$RtvNyztj%iYUhzEv^C2Kh}|^C@QnS*@xseOYN zb?_8G@g#;P>lhiKv`Uql<@_m(rKZP}#8L*b1*3D&${-_Ta4+Z zJYoPCGP){a7kmk#<)%IiihE!oa?BOZNc^y;KEfu73sx9>$cW&N4^Uwd@N`VW)o)D# z!wP|-W7^C~PdX(572?H>R5wQi+gb0V|7==UD5+8bWL^MAW}!0Wm_r#2$B561g4kIY zkD_D2Uz-i)z=163m(Z+G7DFd4vBJ&~5aW_b{D~-xi{MGvf?%jA0*Dbr3gLDMPhh4X zK`0mx@Q`*Av(^nfxm;GP8w-Bi@gpTRG6;Dm3G6%8G}J@WEr^* zTac5`n59gHK-Wzi5K#vqwREVA1|J(*&fZ{o!6pKGa}-!N?S72|)c2@erE$ zEkxWtW3+xrdDm2+7;0Uy0MTuDkd#+`s#z2!UI?sjn=lV8%eGRqkR7zVq*Q>K7)2#+ zYVkwEV+0Z|r7u_!f=!A90VIG%+%*-&F*#?Yx!6n-DLyYA5)w9q*g%&be}SoDrqKOt z17!(Ch}q-z%8Wwebb|^-IJ+#SqPyi!=MJ5tGn3s38;ahf_L70pA<(cX0E8O)#WO4M z^hRvDL1gr!le-4(=&AM`+)TeL>Hr+lwFV*y2?BFdQP|<4pwNQAHY`s1SdEstBRn6#+m8eW5{AySMS1f87`ukq3S`b z;_+(eM-#P?k&A(`Qap{`oMd>Y=qiOcMBepY>}ul2FjD$V&8E7kxYQ6d4X7kc_Yh&^W5@P`usj-(r#}Je-d1mrqqK_h)pGEajvD2T>hp;VLCQ3+!j)oB20uX#x zGlSD)Eibil zNX)xnCQ(Jv+tfj=bBrV$aO~y}^)Lucu}obL)+3^7g!rxuxu~Nn?pS*K6Ve#^lL$bu zO(iWm1mG$l7yp44#h=hsXO6n~Jcs>mV%U%sO?9cA;2FS!V5AD-Iha%EUIJ7&gy+Yu z=4{BMLKwkfbP0+m1}xPZpH@RJ$f2JN3lZi!u}P9A_?0eHN2adnf~_nmQ`_<@+N$kK ztB)Z}p-a10AaLORbQGagX+gr<)#8vUogND)iIoo|6JC(fp~E4sc8sP$H$*Go3-bz; zgEUGuMa*?cH9D06(uD@W#G)&zcs{6~C?p~xLlS=kTM9elJChCs zF~xNg--sb4Ux-Br&J~{&;ZbpHq0+cxxR;63}dQ%vsZLYQ0_p`xAv&h!p)1CdH3 zVZaqL4)2F>VsUJ-1Y#6QNTr*P$SZuC79>%%bral1hw&$=qV^XQts}T5o3gWb2uhuh z`($u>)*6j6Dd$H1!#&o?w@`+C7u0>c!(1@W9{QDk9IjeldL*2;{EUn-TLsExsWe+6 z9%*0=iX^a2m`B9%ZtY@1k&f~&-g?e6tCRr>yN1ckJ>p~wl*bt8^DM#iB}6luE^lf7eLG!Qz`4M&#JqofHPvgGh^JZpzmIGMZRE z<#7fJBv>~Tpu(NMguHNl<`pR z2r6(SfQQN*a6EH@?ZPHfAaDVRYoV5GPS{dRYf-}#4ck88ir{zHr>_bpql8KYPw z|6Rxa#V2z|ogqh z;#eG;xv;5dCC{R??lr?}FP@apn;9I=7$@WD_pC%iK5z?bN7`ZNhV^X8KrvJoEVzMJ&MF<_Tq!0dF9D4JD_yf%d!*aJH%`-=T3@@23jG; z<-n*7(AJ@jJgzt^G|YkinT<5%N4QK;}%m%K-1*e!G{H~w4cCA$*bYeoRg2^Nd#|#H!Pxg0_jUXdI zq|}TTiu&yTEa9<*$%ewCt7cTVY0@@%lspH1X0r=aDx|xDSn?;CLu;5GqMSw zDknGrHjQ?2DStz(lS?V=$)q9<+26cyXp{?&iV!YLtmaWlT}^~p$`t0JLP{^8DnqNa zq3GhAZa^N3q<+L18y>Ky8+V0Atvrm)es0f5n}+pU0y;fI!Vr`ST|{#|23%)*JmP?h0Dt|D2}A*s}_EqBTFM z67Lf?m(Eky+U*M#2={j4X>8IKUh&I?zi>OT#tLCt4P^>SgV2$Bs&R!_ZFB{6<90zG zmax(rfss~oaYt%fNbleH?oyLm<5X2{k zhs<5FgfwX)E5~1iecA+3k`cUH1!k{+s9(nYZV_ z5<0z@$;@BZhH7F=$YA0Ka$q)-4#FF+FViwezzzWk;R7f9rCUkhUuPu=BHWB|Bsm-t z{!e0{4l(~AMoz~gcR0eY5P=BB9T+BDNra<6DBDUkMk6%DoxCiGbq8Zq(>&5f*elI4Jh)(B!NVb zAfON>0tP2Vq(V+=JI)i~0GC=YcnUcV*i$G936dZwKtVvVDnu#JRdgK!0Z%wtDEf`{ zqLhBDt0YJbDf~=M=HDa)9VJ1EYSbc2z0Df|=52HXW2M^wV0H7rSAb8<&(b8#?&^#b zmS_$f#c1LS7Z>p>kcy!gZpIHrVHW6EGb?&4evdC!^f%x#^`gPLj-PG{gWf>MokPN3 zJdbuSKN%C*BMxokulsRBfRT>;WLYC^ef^omVv8?3_h63tlAqUPZCbnA3wvNDG@6Lc z8c<0NxuXeEN>0fg{J4hs2aD=gogP)k%%w9Jc7L_eI=0@Xci$r#L>PUnHxGI zVD=w)DnIkC+R4A<8oQi0Hc!d1)TE>}@-8K9(Q^aH@sS}oAYHR_u-PN;66eo>qTTsm z40EuLV3DoBjOVYe8^rdr{1x$uUzbk!1XH}g$r^0_jEu`TCn@eC6QJ>P1E*^f#Gb@B zTSR5VG45p~>^&g7BCUW`aWb!&ON}=NjVu$eCD^9I$?pPha>t(<9dc@{1tBo0Sd9o)pbl+e1XeJ zYlFj-h6`f2zrC3Z;!Bc{T-Od8i%BsjcZixChZ~M%R-E!F8pvyMA91*63^PJe62Y8R zCypa-@M|e4;aN`zw#Rf$a73Dv=Hol|gR0gC0J6G+(U9HFWJyS?1yAv^2#rU zUzF!CS#p{l?pL=>)D--lT+?sKiPFs;yDjO}U6hR14v8@xhOd7M>74&$BX`~~-kd2% z$P?wu?a5_*d*QS6QWvWmy@sJ%i}n(R_6BWy`kY;1KFLsXf>IXE>v+aF)Zz@Wpbbue zWqNMJkv6iZkiLA@*X$oDKj0@6+WNA5ULc0iAlr14j3`g=_5!OE?1QeUxq?J{EaEix z(cvx&o%@^Y(M<^^adKTuvb5xLZ`nY4IlRwkM4iwk%1qdA03_dPKE>C ztTe~Z!`-5w9QPdj+;$fd_Q6#-ZAWbA_nYaUuyt`CD}+4>OX@~rL zV|Tt1#0b8_n!;U{qM#5wWR(UuHC4x=mE{BXn7T)~%>6i!xe7%)FG`cqk7*&BuLs5O zT-kCs<|JY`IfFPTGG}0p+cE3ZN-0bQ$xX*i-T0`R1WA@T#)BRxceWcf=9|{trpOgK z7IM!F#x8YW zKa1ukOf6JizM1``d9av=eolI5P5?nb#Y3RtP@Wa*kg7JZTCD>FNorD2h@x>g`II~M zo~NHnJ4}d?O148jxHb0Dr07eB}`1tOlEnbR5 zVz`6!i=ZK<=q`FbI`v3PQGi#L$~yH`-n=NI#p;si373&{Oqf%KnJi6!cfdLqlqOWH z9a)GxpstwVAWy`(s)BK@#gp&x7h#Di#?$#NtD>Dq3+vw+)gnc6AMWQ*+G_jI{MQvP zeof;-G^u-9yrA(yIpq_k0_mj!9#VShHvo3{8)oYA$ zdv^iCwg+eBVGbSv54)NG>EJt={|m5m7?YK_zrrDMu7&a6(QC#V`il1=SXQ>oCkwTc z!aiiS>5H_&ngfi}swXZor>j|K>yo-YSEXEaj2~&?JJQG}oM@^|tR4EAy{3CJDIzP= zJeI4v{VCkoOZO#i!Ko>Cg9l;~=T(h_uGFJ8|qHXam$H7^PV`~C(5bi7Vy7JL^^#iz+GiGExpXE9Y5b;BX%X3b= zc<FNQFPWe{ zQ>K)3tv&9RD86J^kzyOK?Q=FSrj%L?G%g*`H>wrFgtC zl~_KW^WQXz5Pq332!|6p>&pYGcU_knC$y~!L zoAL|6bgr)fwmb&Q15Y7kImS#kxhD=~$qS!^rkR*CA{;_M7$ylz+?iJhUZ9J)#C%XMmNe=+%+ z2BiDE|MRnUM)QZo^X#*|UsGPZPRMd?lS463tk4Z!Uy(V({BSpDnwI=1i8>c7i}v`Q zIG43vC)F3lSc7+81Kdj9k5|xz?7g;pL2IwWc_MHdtO2<1Bhx?7ek2rJ{6(uK^CCzu zR?(1lk_#;n#&@tpWn8bPOlcC3UxoxC=jZ~w_3{N3P zJFZR#_dDa$-lHEL58C5bXH~;1-eOgMRITF=?>6}F(P=eqHQF6wnQHv_-ud`sDO$b;|3oj;m37*gYF}2mO1EHp8v@wDwWILG6Cy zQ*JbJm26xcH$HylZ5zGc9n_u0II^*eZuR1fx4X`?^rCw_?mRxOF1qb%BQ8E@boIaSBVNR~=R-4)b)danj{3#Dqp|HYJtGURNy| z%EFHxbb@w|jt0lCO4Z};MWfwg=l$b*N6*`vd}kr>r2Dco9c1o!JBplkPEQ-B7pM0= zd^9?1_3PUw)V%j$Q0nK9^dWra*AE-KZ|qd^KN_93dcFD5?|#;Mb=Da@{Bi$iboP_| z?f0l;DTJi6SqArj(On*AJ;cUor`I?e_m&Lxf{~8>ea1W)dq@Jldx{~(Mh-J9iuT5evF!p5v181oJ{%O=yZ>dtNzAGtH*0y zt{7Oie|A1@sGpDTjjNZ4Deqf39`t*!8W*kJId`kWZC28YtW+6R!N5|Xs|fz$!u-OclwQE%2!Noj`ItG zFgwK+%lqUl$8Rp=b=9lLwJ@QeUd_&0AY|TZBzvnh;lrvVd&@_qZYBFFwOtR%uD8y_ z3p3wXxMypxp?n|B$zH8R->2n{7m(h{_xj8Clhzq{?+pP;E#6eVs_Jjpdb83oBY7*4 z?t@$Fy##cvhxPuFP;0dD(TmnMRi8uL-dw^L8dyUq-(S6yo4lIQq+9e|qL~Hzws?sO z)MQ&N`u_OxOEBNqlwWRR4P~7r#u+(WiADDXqceTn%KDngdJQ?sn&gbi|p^Tr* z$=^z3+-DzeWqf@x`4xwBzpU|;pt%b=E6O#yMD6WT)k{JZ)H2wd2QEx zLOwsPs*@XvwpG_qvRA*F*}PrNd>bUYcYao}@Ozbr>Sg8@{bv^KQ!S$MRaF;~MA6b; z-HK*&dk!zG0+Td-EcOJ`n`|53w^1pxHJv-%Tn;YVkpVsx)P{t4EP{c}*if209 zB9%2q;-7X$og0d`Ro76mSO4Tg^Y+Pyx4?RTIv5<2PI=NAS3@3UyeSx8Y-SB5e)Z2n zG(A}1)|RiiE&t5Tv>Ttcy2Bf6NC{Xz)503cImZpm$lyvai|@La>EkxLlF60z%C3BN z-WncvTQ^M~*45Wg!a3o7M*3DF;m5ZUzShtEgdP4_HS}@)t0XjXowE;cFD~Fm-K%OY zq(q~kzrywV)jt8zynO=VEx_fUkE_$0%68OUL)l*alMnIMry1XHi%ixLnS3!A4!+rV zT2;q4mGGGs)=$niSO3&Qym07N&euHB{BqE4c^=hGrF>F<4P|`w`@`c*&RZE@a~Xfa zA!fsyFXGqL*HFS&zfXMgcAxlLfW)70%HPIk9Ef+rNOMwu4P|`wyTvzecZ z+6RLhN1RXU`fDiTJ1fr?Zr<)2e+y*%t3kIv9&HRxHa_QY*kLug>4ufd4XvTnuYM2t z=ItKxw?OKjcB<|-t#N^SzInT!{H>7nI1~BCQXaL}P`+2c zpM3LnKlxiB-@|Ud+W3?6n`4)!ooN$mDCw);Q@(k-r~Ivv^Z@J6ew}TJDeg1vtf9=W zevkR)?H=>DLFT*1zou=UG_ZzJzWV*;zph$mH{Y39YOkSuuYQmD=I!bF>n-1B zRlnWkeWF)M=XK8oWxcCv{brvD+FJd7@~!6W^KR?^yxYfv!8dO%*5x?R!8dCt*{k10 zzIA)b_i3dw-R>oS3*`K>0k7j8jehxb+#37R z>8nKbI*5|TPs}xPRTIBqyt4XT*`czHu1kGg9p+pFJAzID5s{4J2} zFJJYm8^oAlz@zRO%J%B_jBnlU8Gj38`|Iwnel;8%-4vhH)z?tMSHDwy>vpI3dQ14I zY7N^rILtHat)EOEtX`%MZe@DSW!hccH%JZg&?oiQP^MSEzvSR{f602wbniwIZLRf_ z=l1G%2exl_2d=j~w}&@+BU@BkJBe;JSH8|p7q@GYYrQ7f?o{n>PFuqp0FO!4^^@$? zpWfEGJ-uzb=C)eNJ{r8-IPZs~R>yCi#g2+|ZLFcJuYCQzb$g22+al{l(zkvMQLmd= zKS|$R`3ih%_jU#TZL{jXj;v2y!`2!~`^s0~Tf4U_@arw@C#{Y1(M^v0DHYdEs!y8D zRiA@m7q>CzTF0CSXK&EHLBv@quAfwIt=d+fG;eoHtvLpNK6rD`{d}-~vV5@WJoicS z;5N^_-ngSZIJ?1n)vUFC^4wnaj;NDn`*ugvddu@sYj}gxO02bp^1SM^rjX~`v!>Qt zo&myD|Dx&*&Tg>3Z>IA4Nq4pC=Oj;>)$MbVZz|n0&!Rj!?q1YyZfy71hj-F_**NX= z8fRm+Qr|7Fs%kvyY}TbtFHRe$<9_4hd3*ETho23*$Bn1mUsVqqTg^ugI-4_fW}1H9 zdv(@noQ%lsP1=lyYG%qzx<49qTE~MI&BmFp5}Yf4=|P-sd(h_~vqr8dT7t)&g->jdqEqnRNk9u&&TISN9Vnh;o$iVRcPA4y6MqL zb8qz+Yws3gy{R58+W*=|tWe6Iaxm6t<7-aHx}lU$8(2Fj-`rgF&VduUxXs0XPr3LN zO8J)#kyi)Z;JN)kLzDXJC*wye&t`5O-DWf2220+3-v9Yo`=(|*YpT4(A&E~3~)@R4S?bG^iYQa~N5!&2)eN4Nvl9=|( zk2tqzIBwkl=TEAxo9>VgT6G+27q{Nwd-4vek?e_iAF!3|&Ed~n^);06)t~ab_1kvJ zb7yc`ZGX_{C@|BFO}*~(R^zozk-PLF2ePtlH!5pg(=s z;4PE<&-*7g*osz*y|vd)=3C8`FKp4pZyAv3!s!nh{vDpSl=#Uzw%-zguTGDu;~PBw zk@eP3$PZS%_n~SX{I>0VNM3)?Xb+C7@4=$ac>XKbQg5~qVw=a0UbhiqcL6S3+5H3A^wHG+evzIF*ZB3FMA4xDzmI;nvGI%UN#psr@%c|12Y>#d zHxd`m3b<-D!O*8i3mc6-{B+PCH=gmTuErk^yBF1hGWA+VRc{_^M}^#k^e7>B_xSO> z6Poeny#m1d=Qx<*WWwTco&|3ZgM|Uj zj9|P_Yw(a^odX#A>2+#zv@TTZ*ZR}T%8P6q&n4}aW08lC-Q zW^QcHD(rhO{R&SX{qPr6|G0bd=U1`!h@D{*{?6FBM`v|3g#fU1Eb`pr>bP>5PG&p|cXJ>qhD1G(C@BZNK9sg_p;4l6xzLY=z zE}t`P%@_Qi|K;hw`M-bn&K>{#;e5f;DVp%^58r(UDSH|_+TH=4HI4`E^V6z7zV9IJ z2Rq(-ukjCJ5(~dox0G#56FrP->vEnFIvOKxHWuEp!>K{-OsNn01iH{x&8d-EhO;q zxO(}wPu_h;6#CA4(Z(u*z0suvJ?@Zx?^n=c{uY+shTT;koyTxS~lw$R@y z3scaVE}25e@%@_U%%lEV=JB63-Z^{uPR-kByO`(um*n-GcBj>UULosAIlD!8O|q16 zPKb25ZrJ}xRf+zct1fhVx$bm0is`rSzQ^BroA5`!_k;iS(Z6%&j{p9HD{Ml0G*azD z-Om_2jD6T>N)`_7dEV`p3yC+e&ZAa;w83M;-4n~jPx_6Ajm_%RJDjgpZFDNL*4(?l z>%I1%HyA!_{AhPKE{|I6Z=Mea=lx^uot)6nw|Cjm`wte{yT6+)MjtOqi+$tCo;5~% z_7*GM-^>5@t@`cVR{UOfU+wR-x7!X#=e2QMwFkq9O&>P;gMJki9(D#7)$oHx>){EO zaTN7Eqa`;1Ly*Si*~`X{>ZZQEd%uRoM!V+MoW^X8ZhwS5Yc@8vvSPJg?b}t9&hB1Q zr`=}Ir2^tp=K?46svYO+STo1ed43-ahWPj3cj;)Ba@~FhhL5G(RqUPNc5-ae_Wdn* zs6^G%of36$KDMoz^w-gBXXo(b_{c`?=dQfT%!}mhoxOByFS^I$4nkMtri^0aXfPfR zPA3AIRM;4%gzn^s%gu$NC%r)nDehG#F?S_{TQ43qGSeC(igbnpD!m^x|7d0`?N+b- z?q;+3M~#ifmIAG&-o=Gct)F8ELWe-c&4-N`*=(^kZloGsDwnsTU|<{vF|S&iC;Tr8 zxIKQBqdz)4Jgk3c&i&9N=wOIvakG$RJUCk<-yEfwk^Ar+z-*2C`-Kw=)Gha|#m@c3 zTG2hf^gd|ZN5wDwj!jABz7JNvTxK$`X|Yxm1K`edB~QaX&GEko#Y`8S)46$-YFAdO zN7YNKQ6`-=LJ@-CJjoE_sHHP$I~gnw88D}_i)^DVR8MNAnTselo-Y@TO$)i85}nNn zGIXD;w9NiGl{?jnrG>5dwaE3Za!u9pTS`-{aR_+)Scg#$k17&>xXJsIJFSyihIvK; zBnb8IHSYZckvZ;;h%o^E@#^mRc4lh1%JC4(I_^Y~ve+>mo>wuOViXDHODEijq?OWPnS%9O?du za0WULaAF%0b9DFae+lJY4Epbk8~q9bwEC}{gVT%nwqao@1GbYA+z+;A^!t8U{~8Qm zHC}WOiEh8$I~R3E$>*0i7cww-(U*09k8n&@JA&Zd=^0yU8t-SIMi@z0J?Ot59Q+2ZN7$RIGVi_<3GCzQ zc!Os>`(}meDD#T`#^aMof0G6@zpttHVsLUrMeknI+34bV>Fh@}F{Y#D$DDG|a4|Bd z?WUO}(PhR9_aD>-{u0+4(=PNI zqqC~@4HKcGq1Q3#kfTepTS5ww6kWzUTRiaQct|X#DEN!<&!Vd%<YtKnBN#wu$-mV9<#aY)R7c-*2^A@~F(QYDwK1Zk?=IN3HL8y7W8-x2tBt|v<)w01 z=T{?)4I_asCJ%U+60bkn7@TZiOE$isxnrPwqKn`PWeS-1ud2iCt$TJ*$9pBTEDiZo z=GRrPx3uSwCK#;2|B zaJh)Ftz$t3K09v>k1>VI$9TM0YlUecha#01~8Iy`p&f(+I&!?t-zkDhiSk+!_XB|UoT%TTI~ zKf%*qGr&ull+|K-&#ssA%}W~f6r}#T4ln5y?+zsxxQ5Y})ae=OG$NMT_@r~~+%9R< zpAlmKke3tjl0tnvI6Yck{E|L>UA4}xmGfDR%J;J`ZJpPoFX)8t%U)jmk_yedLU?(t zOIkGlO4sETFR4Rm^R+?C%g)LX zDUjtn;Jql*R^v?<%Nq5C6Ej8YHxDc=K4(-fAH}}B-mFwi>ec63FRjM$(hH+=jbM62 z@bZeYV!`P;9@)C2a2$X-?WG)OxwJ6nN=^$uA1p1$nSIl8CPbE&Oq-sblCq?H99FVWetIOtl1gzh!$PI$6ZXq0`JnqkC6+t$iRYztcyM^3 z&eMDbbXg4_#hlit0d_o-x2%fKwoR){o+DaPJRawn7N7LsHvQ#QX03Z&<&)g)ytEQK z%rE!j#^7Z&+@CwGk$dizmSvmcv}`@3*g>|eiW|AC^3@lA?RWmxo$1bt|LOny5C7XQ z|Ks1eiTcK z`~T;Uezy#{u21S|vHE}dFaO~G{TKiGuif$AeD#0)7mL-&-z--D$q)bSKly{dymQBY z=EWkkC!TTF`{>GjEos9h7 I`bS>=|Cdd?S^xk5 literal 0 HcmV?d00001 diff --git a/fonts/icomoon.eot b/fonts/icomoon.eot index a3f14674384f8a01430ce9082ea284e09bde884f..89821251dcbfaf1c7d6fddf1ffcad8a043c8cd61 100644 GIT binary patch delta 3591 zcmZ`+dyG`o89(Qqd(OF!xzCw<@6OEb?9O|iv%51pGrR0#c=%vZ6j2h`jlvd0B(Q)W zU~L>ktBoaESxsrvDm9I5)HbBFt_2#kNll6+@t1LSVbTiO@TbKFvy^9KNvZ>4m$i#sP%T3Aom+-#W4VmM@o{ zMhG_oec_&oo!enH5fUVrrF*tKu<@ye&+h>mcn|$y)7=vr(!%@iA+&D>!6okivj^BB#E4PLx%|0h z=N>zE;N08i1Lv*tx1ZlPE6(!SrH3szWXn%wd@zf3>HMLLB zjy@~6YpXA#hsi2o9>ow!vrHLArsTmW<-L;2VYn;{gC(-~yU(p!dNTgfOYxISS3TFa zx$n7Eqi_4<+oLt|;fIEgtLwLJU9TP=e(23NucaUb8;#BXle|G5hafVj9pz9Sm8xh6 zU56e-kDvqSS@c8nBKkRc75xUCLMX`NS!}tUn=hBjR?^DhYz`+AEIEXW%wbrb zQz#dBp-i1ZvEW}EE`J5$%iNQF;|Vh&F-n;f zF%#o`*U+J!XiD`0*zVmqG`y?(;*8N^SuMtf&UHOKYrF6pk}1KsIMepEV&6muKC@u| z!bSTB=30cH3Vb0IthTvfpbOhNJ8zA5=5lxDy4uO(Gc)sO?y#%E&&BKJK4CIZ6l|yL zy*pP35+gFh!CXtrzJ0kA{8qyKaO&`{6p6}Iq?n4LB1(!P!BiuCwj>M;;oVk( zi%b#AqD&*zvLxY>BrO&w$qS71_L?EFAO?+~u97@abX#j+aY6+a5LiB|?2Unab|?&QiRmRW0_KX3z%ESL;EusXeC$&wDdN+pzF z&d5}IIC@Z0`OT*01XvgL8tunRT{&w>cRqNFJ5$ka?(SIfr~XLyvC8Jibql0KsCs{8 zagaQJC8As{q=N<`!o;Liwj6(lo) zE4bjdMcJ$J7;eUn-xQFejt!jjO9ds!;cn9UQ%)J$kV2B<*_{U31yXn$auH=Z=motc;CS z7LK8#Kbf%QDnWP5zeQdmCr}qUiJt+$sxp=(W6%JyaIZCtqA_k{(xPy+y-F4bH9 z5{zVl>oOi<$#$P}&FJ&N;1VZO0|v0IUREkzEzV)6Ak?xRgZCv8O z8VXs;fTjny0VN*6ML(Qthc77k=|J`2er119g&jcK--iJ})(|FFL$6wnb<1p~l&z^b zA@<+OwWR6^`mP}};D9Z2>prh|)-TneJW{<%4>r3T!4=o_fD+6j4pzA0Dtb5|nM$xd z(BO#z7EDEPRXe51vczma2vHC)7vSB4Z9@+0Mw7*KjvdT3fiMO_g5k#~5xA@*v?>;W zB*kC%_(2-O9ZH4#6F3aoky2iTPPF+!DDW+AqL>j<i@#}PaUD#LkDmXa8U z0N6FvwUi)iAmt^4ag|Ay%v6yD^w}S#2JUph)s33(}D;j12O=+h^{y3 zwL;)PSW{d{A-q<95gRS06Sn}aA#YIv6ozOBKskmwLz!*a2+2xNf(-&*KnZI+z!gXJ z(w^!niY@z)CSu)E!;3;99IYS_4jx3w;7X7|Finj%1kv9JY@&$o>O=r=Wf~_{6#`L| z03|YQyDM!p+QEcvHW`$Qp+ZBrM{Zu+qD3?(>sX#G*^+Ei%DI`dRa-SvR=5<_!bUjL z(9j=jXm8NNy4hs987E*XPQF14Qyw<0W0JWY@4cFJmB)1`Jgq1I3^Yg-Xp4Jx5*(Co66kha)4I=xwt zsu(Rth-@a4s0gpC7yzygKnpF}ffJcw=;ur~&Xg*CuT}5}U^Af2AkMo@00wR|cA0_6 ztr62m8-tNU9kJ0^$Dzm|P-f)Np|57+wV+x7+3F*)j#NkN$ZAlofYIvJR|&4>AARk< z4+NP^LXc4ia_ZMRqE#}POzc^)VtjnXiap6hB6)e8NaAUqmq=cbUt0TbAB^nzX);cx z(GtLG0NZ%%a*#uFKsD*or#HS-93IzhIVbOB)oQ_XVaQV_FYUJokm+ zGJ5ur+I@%NFnXHmoNMefWv;RPBSszLk+YOe8g6u;Q4fXm#(}77aE*TK7?MWM`fFbq z4B;s=+_O}Z4CiC2arjP+Lhv6!@J&_JiWWgSZpc5dB*Z<8`$~oQe@-V3FC1L3>gQOr zYA5EWoAA%G&p%2~E;w=W5o0SPN4ba$*ER5{V=OZqoK_rZE^)9_S*xYYcsk zRIx^%*?&`qzo^gi)8ZL&YU;%O-FW%bh5M(qmqBX`u9UAmb$GXj@0j}K?t$iMw4Cfi zD}63J8t`AHKEv9Eb#&^>-FIGpqUXcjUA^!2{-bYk@mnQUx~u=#Kw{v)z$*(DFE}>X xGkD$Lron@QuMU1Nlp6Z_(6Qmb@W$b{MwF4gBR{RM%0_r#5L$lp$vwZt{|1h0X0ZSO delta 506 zcmey;#dP5lBU?Zv1H+n%iEL&p=~d+~COVYW^ZsC9VAuo13CX#M1*JwVn-~}vWq|xE z>50V!Kw1FE{{W;p(sL@)!oEkH2J(S=ioRr|CZ>p|xW8gxD0u^vH_HGDa4ceFWnd^( z0rFKca!V?hquEXX`5r($0y+7~iIe7(oMB)nivY@ZK#dGqKw%aJE(S&h zg_jyH4JUtK6i@8_aP-5;4-fwT{r?}N87RZ>Qun3T%eI$2FHgVXdBy)K=vBi9mJjS7 zls_P=W&HnGoJE{L?1k7`u@z!jVp?JvqAx`E2v`c33&`+q<*(tddOW|)R|amN4}jq2X2#tJ`u}#82h0a1uW8h0 zbeVjoar@-OO(K(bH<|G_Fa&|rGv_e?J;T5-S)e)AewpDXV+-SLCVVDkCJ#&*OsARg znYEbBFxzAH%$&>I$h^Y*oCTjnhQ$d>9?L4ACPpB3VcNzZ1f&@ln1F5+-h94!DI);= C7NlJO diff --git a/fonts/icomoon.svg b/fonts/icomoon.svg index 7e95a640..51cf895f 100644 --- a/fonts/icomoon.svg +++ b/fonts/icomoon.svg @@ -48,11 +48,16 @@ + + + + + @@ -67,8 +72,12 @@ + + + + \ No newline at end of file diff --git a/fonts/icomoon.ttf b/fonts/icomoon.ttf index 012cd4fb6b042bf03001d398c3bc645ed8da3eb3..8df9431c382a8ff85f0b6cf48698b96b0c7424c2 100644 GIT binary patch delta 3618 zcmZ`+d2Afj8Gmoyy!YnVId^Af4_|xxT-&?eT{}KD2ZtR<2!=?GElAuz2vOn$5|U6V zHiQa#M9|t)O{*4C{y-JbDr!`M5-Ollks2C_e+m_`P}D+DQm70P6;&I%-|RX~($dkp zzVm(Wd-MHf_vO#9f7pKS^gU_e{r3<$G!OF9c3?=)QyrnlLO`ds z@7i}T{Ws}#p!>mR-_G4zS4}@R`1+p_I=mAUezI%&;2yL^com_?{S8`Xrgz=@qqXus zfo=tZC-&^#yAJ||=bOiUIU?k*-+yC7`24^u9<<&8Ru3>mh!CTei}|_r*sI>Z@ZE*q zE&P7r{Abo@r$0Ziba`pXcK~v9aqYz?E*`n~_NBljpUq~)|l?7hhj_awv~VRWyWdK#!ou(Gm0m z^i%W#`Xzb={RW*yD9GbkY`LDBFPF+z(#qj%4kr^VIfRSlBzJVop;?|&C>MC4Or1ip z;CBw)U%@(AqJZXLh;Zv`MTw~EOqv}&~U|%8Gw|GbU&O6_Wx9r#%esKNbQ+-njGb%AknG`h>Q+?Obp`KVu z^#a)L-8(eAulw@6(PCLG#yy=|dU`f@;Ws2xf_8bn?Q6xp=?;8;#o?8!4i7B02tgJ2 zLMm8ob0a_(c6WB(7VpgE?#gwwlPBlrm(b!dSB1yLTNXcMGEo$4r|g4!HwY3VGQ+`K zOUt1{xfDF(Fdj=C`?VrbnTixsQB*`pQ6!jZq|cUwfg!x#3Xw8#>|&8AVp)`Fv|5%V zT#}^K0wsBYk=|Z2Bo@S=5!6+ZCyH)sVHPJ;U;(j}w}@F?<*bd1gixlyOC_Mx(uZW8 zJdJKgQ&5aN%e}JakI7~Xi*C$413Pj5vOVZLTLyWL3q#qf;NB{9P^*z(mG$850UZnM zx^Wp?WQkV>8(${8vgOS9ch*{)o;z|Aj;@#qJv@8@6K1WTe~~f{HZ_MeX6n}dcz7S5vo2^Ssf%#Z_$5NXl>~p z+`Ye3ys2p&9~ypSyzibVA`;9P>1d0_IwghQa_n^fB-QO5>O`l*5x9uWZ^EyLwqZ0v}z3>9F z1OJDOODiWQSNdHzG&^=xdu+DuB<*_{+jPatrm?He7f(#CtV~W;R!*W5WZIUi1l_sx z7I~4phPu!h{0snAt(5BpT`RIuwl7mJqX%Xo+-+kMV; zt$*z8IKS6$ZwN-&Q&SmBDR=#hYAD#7+Z*b@aTn2O@6c1o3H ziP?Y!^0>MxU3|!Di(m`3MLUl01+3djO$=S zWr78XO0potH7gaQ0jfnbRpFvSnJCaKC5$pds+mPpHx%bO7yK;*ENWbh83MN0U^*M_ z$f^Fe!uw*E<#l;olU;77uBfuqq*b{@!r(vNL}{E8i8ugjjm;)iL|G7~|T%ura5YdnwNAM)b4Cg^vN@5%WVAoXFQi8C7l$Q*~ zRVG<7Q$-fgn{H}m3Y9fN1g1(M&NysFY^uAR7DON!a00N4>UyJIO9T!?G{uz^!fW{# zvC(2WaSPxY&MiuS!VnDsD94azNV6>)Az2AZutC5JC=rbZxZAo?4CO%(B6od^J~Oyi`gLLiC~phTu^cc+a8JD9M| zMuT!OR0v0UDtH928PH}B=iNpC1GgEw%)sQfsA;5)!RXPBrm?1u zqtQX2%;?dhU(LpwLA3(1iQ`Qjsg9=O6QEoHqlt-Y1lRIUgdY4rkjV@L8G|6_DmS}T zADmn=lS~}guwiOy!-fONL?U@*ok-%7J};5HDqmjvpCF9vrITceoJ4B?v;lGBO;=9r zV`)5*fvMvECcADPf!|MXKKn-pmfG?V*?F(D5N(G#9V`G^kc`6GzT`3j)&^g9o1@_LEFL2oHR@tol}22Nw-3mgfI40^jH&CJx&?_UC1`$|FSvZoF=8^r4gKmq2S0ddkX+t!4VoIdlI&^GURh975wh58jxX zu0KP!fft*b*niiJul0P`yRY}%-oN*)E`F=TN_Y348b}Nr8F+cc>J_I3dj@Y9+&(xv p_{!i1L#d&!51kqg3~w8LYeX42IP&uft8A8J9w1Ig&P^;RHFDX+z`!U2y2r z^EU%SISWujTS0zt3DBWHP|*XDXJBT2H}QZS(}xF>7_IGr+8DHef-DSNKwl}m)Ocz5 z((7g0%bu5~U-7&Wd=>nv;RDMD_7BP*x<4HKaPq^0|9}7g2N?!b%kWZnavh_%DY6XX z|HtAi;tXOh#MX+f5X%zN64MZUA-YGvQovk5hJP!64SywnGSE4UlOHl_Y-VGUjNiOJ zm5+0AYca=W&6>MRY77i7%B#}j`E9;3a0A^B1UEM`?nco6x3fH8J}{Z1QJ>LevPI)| zL7>waKv))tkAc{eMVc)68yJE>Z00<$9K+@BH4(m!IKho)AKNS1nzNFoNsR2BiAWN8Xu^3*ql~+EwGwrX7>_AcVJq z_!FOQ{%YCTyC!#mOjrZFG*9MT+aK5hvfB`P=npVNb?Mei`)9-%K9iied*-_{znl5}%=yo(&rW^5ckc4s z99TjC7tu8q#-*|UYk}wf;)(93?yucnx;x!&w=3#=>bz-=m_ugVIA@$P4j5JAZeu|I zp7zISUFe?f5!kU|!QD`O2|Y~K3UjClp)|{sVPr}kj8fh!xg3VevM^X8i+}j++GVHX zFTNN*y=?8XecSq;T|4@=&%QlcV;_EK_>{V7$Bs?vso{s-eDit^GP2S5+&{=0(HVq-Jf6jt>$&-Isca>!9M0x&GQpBV zxL8hdN5>q7=*<2MD>kB=l z@(A_^nB_|a3R(_uX$P!}py|P+Tm-BCSOG!SaZ6=7uNkkK`j&-!sa#~7WwM#<%VT84 z*ySG&+_>!NWj79_)To)-PzqE%wI`EnEIMXXeNqnWE+qSAZ*AYc=Dm2!w(a5jZk~Oz zZz5qvB}OTeqGn>E?>auz6HBRH0NcI0hK6@{Up{BFSXPU%xpQMr&xS7ihGa@GE}v`r zX0dOw1D{`TVBw+z1G6ncPzAY=3Rc_P2=IlSot>-Vow?lYxvqBd__=d)X!fY9!sX(P zv!61VCf(-Qr`58Wu!)!^7X6eRWKWDGOsOTbq3#5fGX?BO-DJ z;AjN83X&PY6LnMxPG`^O8&r7{IoAMX7l0at=cUp_cV1{Gx)>T3k@A zI_uwSV_pJtC}b%EnjYW=lz0Re{cx@y{zA!52dWSEtNVj0>;T&SJ`4b|hA_Drdew5Q zTV^w*Y)#Dxv42;tB~?$*cMX|=1Z$*z8IKS6$ZwN-&Q&SmBDR z=#hYAD#7+Z*b@aTn2O@6c1o3HiP?YE%q#^fN?Wsk{Ul*Bj$z^u3Y9fN1g1(M&NysFY^uAR7DON! zkOA05b-huq6#@q$n&L_d;kEjU*l01GxCL+xd5aRDFhoND$}!X#%52L70|i2eo;6GePiCjx*g z(>STB5Qw4#D3NK~9ciP%4km1~(V$!m6~d7oxp{Gm7S)`rV|lh@OR`NV=Vs1UZPiR! zky1p97?Dgk+#d|LhxLeVHkxk63D}C04{H(1Bc|1C=q;uh)gl8iBW^H-Nw%D-1Y-G^ z+gfpwBZ*Mjv05xQXHzH~5%f&ZPTQKN=`r0-S?%k))J`YV8VY7@D{8AjC6o=CUA7X^ z7CXl_Y!jp^Ml0dB;x;mcitxE=0>IS)XrVnNr2?wF({qYzDL$#Cf+7 zz`$+BE;BG$6*Y~tF&I74(KOoBaU?njoEbfG5{>WPWftM?`oiR6`eB8gA zv13RYz2MJ%WiW)d%y2JIO){L1sm9@VY7Bz^2!d~{qE@sB(s4unfh8gCVcb_L#J@hB zIDBw$!K$BQ(W;%8pKiiG&p!VsLAl_>$w!Q>mK^0WGF;cdqmHrMaBy02q}jybI&;=v zxr{)xx~_}UhbQqU(Wpsp;j(KSHr$l2lal%6=V#9vj$`07M*e~$fssLPk))}qTKWA$ zK+8Xg$Qz8IFOVwM`11#D>hLG^=iCYLJUKJH`TlOaa{B4}Po!T0t#P1~uYC_rBZv_rAr&@03{Sj{cJa ziGf1{FE3cU;N)P>;0=RY2M-S(AN*h_HT12alf!}GEyHh(C?oqueod4taM<^#(;2CWDGUsy7C<#-AS|BZ{wf0~2owYA zXHWrQjzz4j8M!4DK(Q%6djvq3IhyT6PJVJCgFi#r5}=|k5S}!rX?BnX6AR3c^K`OK0KK0!)RT<11O{g zG=_zN3+Q`=ml`h(UwXZ4d)f2y^ediMg0F&KHGE+C!2Ut`L-&WHA5MOF@c-}s|3E!J zt6ws_)J0Ou|0)QpTE_p6#aYA|#9oN46;wZ*FGX4Prp(|Jzv} zFdvv4(x}hqGP$L3yCBdf3?M8E#K%DF$q7xC{0$62AU1OzSdL-xj;2`CWrm-OEsVFB z@R^jEJTPT2oo2>o)?zlpY>(M9b1riu^9u8G7JL>N7AGuuEUSQ;L5agmd0>52U3Yg?ch}YT^nFa<_uQA})aV$EZjCIBd`XrqS;iMW;vSpB#_({c zoW%*m2nSdeL)MEN%t8{zESR-%2ph8Iu*2#J3B(5cI3zKISTp;6RXrmqCOmoe$JSI; ze|LSyd%y4e)mPC!JxnsUy^A2e{mu_DEeG%a+13w@-O-WXM-arHz_WbKsbgn$ygB<4 zL7))ie|G%Xt!LoZO%NmpzufVg?z;X1zJERrc__Q@g%j5uyEaAs;JXB|@-o!7PCx>Cr;h=_S9?KS0LX9V>WKO`I=)N8~n=O5X1vFLH$Qh9eev3qP$Fgks#iI zKM*~A?9_F?x0U}_$Y-I$yU*Nw>um%DHN-og#PtM4{nWe`jgY^%)BFS)?0g#vD^To! zIU*wZO6`@cue|$}_r3DXSDmkVUfuob%Il8T+1C@V-|+f-U;p~+&%J)(A3Xo?}^y_ql)6;?tlqp3y& z8G5y%w=3-t)NVB!nG(vRs|wV@9cL0+q8YDL<7r&JaW_k-*?_jKCiH34>NOn?W8L*y z3lC)7%|_>nZkPHuE;Xt*>)HUSZ}f*zs=BJd9YXk4VU7&T#1ogzAQ5NqP@uDAa>k7tIK? zgQX}3iAZE$@av#R*5MFn#>LW{!@)p3LL@~(DaF&YVBI`aKp6!^4AYS~2S@k7Ah-hz zNOwoWKe!b`IXDL`Fb)`kCP^3%ZH^~yjt51QLl`Z2yaoJ>k^iYOnn>I-J3GI#SS&FN z$FXdsP@La3J9|qav9_0UGBit}L{A5ghd%_PA_q*ArfB%8wJ2B`jN4ry)X@|LtK%pN zrtiS>$0aapfng+$_pmI?hk>rK814=Ucw5_pM}e)N5Z(>EF8ndL;p*UaGzlMt`B(!} z(3XUq!yCykE>7@r=wBX-$70cs5)yHYh*2M-juJtlMvM>(#MQ)Y#N)&t5nm#nCB8?z zO1yzc0N`{c9cKY3SVlE;{8wwY@Lwa7MiS~mN;TbRkC;CtuXjT8hTWiMmczE0PbKAF>!;W3Px3ubZF&}dr6Rl>$!?=&h&_@UN z!+Z%80nEaH-)`v!0yvaVhSf2+;$$L@(Ewo5`T-n*sbS1BO**j?_p(=Jtqb7To;WNa zgT{>r&&?(hqN+7~#=u;@>dauY4=O1E@v))N!kvKpcAx^=5*tEu6bM>|CwNp$c4eK^4 zut1hE(k;NyHUoR2w_&AFQ*Bu_8IqWve`C}%jmDW+JfDc~Nu{p#UGs?F|Hw6y zOe(b}p2){zXBrI_SPe0@zDmI#koK#In}}P82Z>J;&l5j1z4CF!A~L#pkNhn<+A|eT znA_aX(T2XIR66hT{F0+?BwjVWfq|e!@6y$cGqw)BOKZ(Tffw|iNQUQUTdi3yT=Owt;Gc4mXE@U^g4-j0J)i!mNXUm(|ef$d&*$HwK06hZ_@fd!UX5qtHK| zhFu1N5A>D#N-&qZw!eR9-~9Yav)LQ#=}m;=i5h)W6l|HEe{RN8@d9t zmXkc^I@!LyEIiaA%W;x}7RBCZG#}enbW|(1Rcmx%Ysm0=4TeF84@VYCrEI+EcJ=zG zYW4PN)nTORW0{fBd#g1k%`kqC$5VK3Z7H5`c)c#l04l`s@qj-rr&U0JSR5f%QwLMY zjML|oBh=j?HK~R|s)|Jvo*>p&9R$FMNcf1miN}aP1t@t1?L>*7)T4K7iqCdLJ zH#Bs0HkZldvR4lc?HF?@PLZb_UZ>OiXtY*vI=v2>7oBf@mY11wy}myh6@+N?K&@V3 zWWKjp+Mmfp{JwPRV7X$x9$lnU$*EY>oQjp{Xmm1>H1CYP)^O=eGb~+pxiAK#^ z<3&K8;Yis0!}ub4_52(0&!dP9a3NIfLsb=^O4nc`DwwY04KcrxG-zul&wnp@2Ib1- zY1R4=e2X`XExoyN<7kqW9LQ-n2M;v*n_@H+Tpk-ce`ESM>Ug|E*=!LZ;O4-s96WH} zR4iI{N%1I6+N@YocV^mKYEwf)hXMgOUIvc$8S8kH#FNCY5re!aLJ%qYIKoKPyBM)? zWO{2D*+NqSHPRrOU_=B8Utu(JD0{!_3UoF9NA_rFY-~9gGGsj(+f}aA>y`4ZSX7q{ zYu;uncgCq}`)8(4o}8Z9uj%F=!USx9F9B7tq` z)$}GQfE*?REg;RAw8eJyHockG7#no;R?{9XgQ>dF!Cz_r#|BeIP}PQU76`3wp$dF% zlUC{IC*D|e)MwPA(Im@~0=utLDLH5|DBnCdSVc&17*uDpzkjdaKQcOcb3U)J9g^9x zW59y;~-ar;}B+k!8oFOKG(78eGo&Wpv}MaSNv4pmgMKwztqi$b*=FN-zMyj=V(ayH zZkf!vy>zNrJe13YouqRpfJl#1lv$=nQJj=SPclqBmkaO)H>7x-hT#*u%#Xvl+@WGI zMSI=3$t~}!*I6WTdLe(j(agGBLzU_*jCAPAks7~wD6)M^Lro;M#S;qaL`o`o$HaI> z){!F|+L_OvzqfD=5_hd%pe|6qN9-XUGG8rj8D|-H)vhD z1xLQw4q(LwE5PEzrJ2Fe(fFA&uU)f${{yMCDCWZ9WHhM7QO|wzf+`gAy*uLZutzbZ zkhE{xwp*exmSv(!A(5;}lKGdViO$E)tv!4DZ9UPO=H_-6a=C4>Sa9ui*WDv%YA;|i z#{zlw%Xttt1Hq-?ktw}bQ$qsq+qqn>$cRkH&jN0*0E=G%tcVfA#2m2~sp@{i#xn7%^z9AB+)!tsKi9NdBBU;HwGnUL zt9YrY7BNBWAPy1N6Za4=Y_7t>AR8k$Q3}|27u7R1|A3?H7MM5Gj{?%;#hK67!`tkh zfRBK}){XTjlDKMd_eyV0pgf*PA_;&}0=57GJ;|RO9Y2AY1Z1dEzOXZqhG6Sq1}g|5uSXTL+O8SAQ|31tyJ>+BxZP%~>F-bu zm%zJRhUgPSzf601-b-7Q{T!VBx&Nor|920cQn7+*i$raU_SelnXh#2k!$a#1)afC{ zh-r|z4+AXN5_dweNqvtkY_SB{pdoKSL5AwWMVB>D8J316mr=JEAOR2_nnPiV zB!a=yd-mQMcl!KWYqgQvZy%}Ew)#6hXZ+T^drk*~=m@VUqovaL?%m_1(x~DU!gE7| zN8<^@NW_m04$Xxl)WxrXHk^`%s@0u65j}qU_O03tH_VKsn||~+)T*Y|RBdf>y4`m; zn@!Kmq_f$>eeG%VM^?qf7yC-3#Z)>|uV>P!#ZsvcouFNLXWZ+RB(FE_bkS>%uEhU> zmAD^0$%xL7>~^UY_uBgx?i|ZxjDqnw^PPPk=}d!|5At-XYJ-0n!Q$YiDwv5^DT}np z-JN2A(pds_t8H&lm&~<+$Blq!ozA3e7zl$**QE-wOO(SwNjxvk$cVqZnx;Ui!h)48H>WM-ek-W=M*vh~UFus6+qS4W>|+9~>Bps z#KWMiofvFqF^>XevkeCb0yl%DyFtY2)^T+Y+&U%mnL*z)q(CCU?@b~K{Zj2_O%Ed$ z^8#CF9YKQ#3}PV4+cHua+sf)y&6crD?@$g1F8;1LI@Ic@D(#Xc6xTUS{#RBc+M`EB z(J4AT!N6!D9w)CCqq>KdR#tEWXf+|ZXjR>k0uxI-kr)jGL40std}z|8O!J&bf&9YL zo=Wg^u;QV4hXOVmFb+*Cu1N$Z<8TB8zZ-!x42B<9Ts>|6ct`?CUE~GxmqQtPWc02= z(ToinokYB;0?vOoGMx;JgrbUT*_z;Lv2fSuNaDkyCP<3fj3)}=p`Q4}+rIuT#dYKJ zC>YvND8y*N;ng%RSjs}l)Lc)G_nSAmly^OgB9VR7YFaXQFr9$_4~8M9EIZ)`G8E(B z4Jlo%?vF$eL7)H3FimzabGsK{1lX00oVL+q)Be|G*@jl%z`j_s65qhHt~d%JtAs3b z3qBA_xP?R9KwC?bwMjV5+GGBAuV)4O42XDUrcawfK;k!5=Or?VG zke}ni;mJ^llp>MQU;sF%K%+m@_SKwT2JD3S{PA`^uej7gv;Y47{#tDz5_Yeyh7+OW z>X_42NhC{!LUA#f4C%Cg?8D*ku0o+_nxd{=I&3~UrsY{qrX5TjQ@@&8a*{Pw`cd<)>A#vXwRvw zbLQjYr#+C3_Vh#{yL->v9HhTB~}CbFkn^p5G*3uRgP?GXuh$f z7Ys;;`}#&{I_On`jANv~?{GYBRwiS+WeKp5q-D+<40>TDB*-{h{ARR}0bU~Qm0 zF;Pa(;xzDfYh~ZI)HVqi;Qhqk5^tga>Id=;CJZ3ROgv*gHrZ$ElIHg&e?>1WtS&5= z-1+n zruJ<8t}_~)&1UoYY<3pZ<@)^Z)9u#jzP9=8`RUD+VOF-S3O-*9)3zAs*Kce)7rbPX zxQTcgrBMwXL#NRD(VOIU^QrAW?5_He9R=E+(pPtY`kT%6OS1X=LY9`L{%rRAKQH_g z(OzW~xWSJWlXPz{aPITM?i4bsdsP1G#7{sI?nM*kjy=~Y-BZODBdieOb((*+XIIQF zuWk}Z>>23F6kQ`=Z0|GPVsVRMxcE{iRN`Hr#TSd_>wC9H28U{h%%_rL!I0nK<~X;* z9}12oQ+X2Ah6c^u`_8)u25xUOQ-NqS0Q~m$fdSLIe_N=(@5W4~-q&~M_}CQ3^W4-y^-Si*zCQD9`*-dGi{4n*w$}h5X&ac*z%_)eSasms_M9)7zO)hGKiIy-c4yvQ z4fs6lPEZ8|1DUHWU#D-T2Bv!wfn<8ew)uVg=C|FE&bWZI33Por9SLW$%kB2?a9?{l zn+28U;-@Vu7Fe&O`1U!#*EnCPlup5cGc;fKVdotN<<~>V?Pl$$y(C&fWNlz)A zX}e{F+;U$gQ}%4hq7RfNCQ2Q6tx0DV7S7-Yt;{!@^Y|f1uxF;Ib!wS#67K{o$c!KZ z7G()FDJv`2bTMK-jPdJ4QkOcsh}0 zY%PD|gn_7H0&6k8lBGdFax(!m9NmzkowOQ4H0|KY53RibE{Re;zbl!F`v$bM=UZUD z+u24)&$?wdYNdM$NZ@%e&s90FZa5=ugbE{wc6`T~PXgDNKjiO7npX7(eBfqKW3lbo zY^>F4AFot$H0zMDrXdF0ElCZ7Q-=KHPOt%mRMzEi(4Qc^*j3@6y)Kvgx;>)dTr0~x z?$&mX+nv=@jbe|>08l#2>rPL^DY}LVF24(X-y5J1eb;n$V4yQHQUR|gS_Rc;Z`^;xz&(H3CtZ}mO*xtEs;_Nr)tnB^w4S!j@=G3Wc#4iuu_slc*b*{() z9rO~1*8c^p*bjogFHQ6kC6KjR#1JtFO5!_+_YuEK`~mSPaHxC%td@TcWSWg-kOy!S zdr&+HkHuvHrxRc=ZYNk9URVz>*mj+*w`pLsb^NgK;8X`Pi6*__|HDQ+Y{#=G0(Ny+ zxCIbpmsc#{0HAClna?g#+ZHeWe*etuBeOI8NjUxF(U#K?E9p|WsksB<`+4VW^+aQBckfMmz8j04 zyvg^r9c%AzEXCacj={20z#U&|T#;8R!6X0(@>Xvh8osT3@nt#c@kHfo3(J*C=V%eF za+p?e7hld@-E17oqYDEMjEz6gzZNAG5z5J=lGFW=t>0WI?2HvkrK?KCUh2V@UtTBH z&gmjtI$B=)Im1(efV@fX+iwNuEd$;|q?Dr3m6cKwu0?pCOP>2S$ciLVHA;}Y zE*}#E_aozUWZ9@ABZ(}N1BWC9Zcu0b&=i1n|seSfg#=ccKHTrNNdF zYsg58VId8hKG{qg8dP+6wT)3!g&SH~Ip~!!0D7Q_2fCF}8%D@bMjN`|I`Rw4&o4f_ z)pPJ;@0&(}fz#?;2U53e*^)jcAML!IXg@d86oe3tzyZurCd{X z=r51Dww3c+zSkEhe`)k&U~+(qtGAC%DAWg*rH|LM(emKUcN84ck?riz@I8x-YnQO& zl3}QPE)Xnm0y}^1%YBEKJ~E^mQ%cg;lSp}lC$s(jSPy!!`R?)1fWPV+zIW}5i>{zB z7VK=#_P`Fo77^=z4&uk3Lu|kZpcSlU1dSrB%fPbP2so8BOmJb1SdUKNoq{bWAy5u5 z!9;nrgwwU7s@wsyTZA1j0{!it#$%THLY9QETkbp)vfBD`)2}HJ>|s zX_UEx8>1YYyEORP`9ou)hYpR79fCz5yb@T%G7i5$8BapXAg%6+0iwq|bqBG!vbsjB zpfT%SUPaM!tDQ9>y0*HyipB`Ik|fhUo+FYA694bmlUNo$YMcUVta3Y|}gJ^1mI& zfHKg|tPj>tLT;)~O5Lyblz*__i$YSei#9 z!^~lQ5uU#Yq|*U-sC2eZa>{Wv!mw6BfORpE@OXk@NCci4lFV+415ftly@Kw$l zv)RFP!0j-zzwoNm_BhfkJ$To4=2S>po7tN)Cx&RhR-()jd4hp)Y<%OSvhhvsoxi zl6}3Q#+dAq4P*oY1sS}#l3WM`APa?KjZkkNIaw$)oleS~(nfln2xa;a>dzqL>>WYZ z8Iu7|R_A0Av25SeR3Gdd?4ObG1SXB%T@hE02X>d_*yaR?R`f)J11}FLbM78jWLIyH z2W1@gw=-44TU(oY%y4@Q!{atG-5LTsw&C@^wzNc%Fo*P8fI9bC;?ICcy$DoK zw^T(OFH*}~mS!(YThcQl1HQ9T2N|q|X;=%oG8)A)vA02HfkYQOL5ZsYMU%ThD(MEj zfxdv6z!HE0KmtomFoDfTmbMPv!5jfNkH4Y-{$k1qce~WFP#Z?E3seT-$QbaRf;`v2 zO0TsN_$Ij@qy!0{q4X|65P~3A3qiw5;TNgocN?A{Th@{;ktd7o;UQ3=ii2Ue1_$Q0 zKDu>o0Ms>w;{!z{4nRzu1__-Cck*jbMjhafr=vKihau^;W^H9Avm=4U2Nx5aPLADH zgeWHpkbp)%D&I9Rad){{rg!e#`4~JJ1HL6A^}i}pjvNyV7z2rBX)ch^aKw-@n@;;l zv^J-o{JQY*6|x3N3_gDB`Gk|PQ*PdTKeO2gxZWiT`)%cTM?q`|nHDc5S{ z)`Qcmx8p4eG%4Q%3STTxY|U5CB5 z7XsY&+4ZkcokhJ7epzY#T$Jp|e=bKzr}j)N&4No!~AEUsovj7`C)!;=LmyDMXz>sYx(DHC-+> zjBa?0iX3W}OH+y}vdLocXt|vIZ*-+{7<4SscWjg*Gwr?)Uw!rOe1qp7URpvZne6OK zCOylzbvsOJVl;y z|6zNTa)bYA=PeZV@WwA04sS_Z=8)?;*WB)f73ELIR>>bw)Ga%me(~Y%F9NC`zz+pX)9wCTM%3{-iwfMH|x|v2AuVDkTvDC2<-pHnaEyIymHz0ckuoiF{nDGXS z-mJ}75t7|37>jL|zR?%BGn7DW$8G@vCVa=91tttIs5K*7afd7}wC-*Rq*cA%O5-Yv zM8R-PJe@0V`?I*tTGXZ4Ss#PO9c$S(Wx`9dJ6uYnTNz960@#GsS2VU3WseBGa01)J z(-{z`@K$!;_ELUBGx!#a+}W5&cWCT>|=(EHA{tt^+w%K$KsGAWG2g zJ0R=Wx){xa>zSiDo+M)~Pf`Ix2bc^*fyMEn4wBA*6NF}D&g$nEbv4FHEQvn>fhjIl z3ZZNp> zq@#ypayYC7j89^aS7?bh7+&B+m&9rawZN;O)4e3=(GXc?DL*HBN#vB(6ch=98$1Vs zmvymj-T`g`SZ7}WhzAOiWFG@!F!D02OQGEy5P1)Hg;<`qr9}F7d$WnF!tim zQfEMt!jiQS$mw?pIww%9WwSwY)C~#=D6_QC0Wk}dR2*81qkCYVVVk|Ytnz{ak*p*{ z1qpr^>tqE@G*X7B3xb!oLscc9PUB#t0isUgXjIn0$*iD202vC0yfBHr5EN5_<3*4; zfE|JGONlTKAayi^MCFd89)HX4^2`3T&)28;dVP{#a);e|T61~@t>$z2Y1Z%d^vF`w?GCv7{XsbTQ<^90(Mw(s=TL_trL^Krd0mD}3QFFjr}tn{ENE(0RWe>rz$+?( zno-)Zu;Gxjy>8vOHLUc|VD)RdkfH!JPGO57_IPzz zCP5M>uR8MHEL`tBa@EPp(ih)|MQ_=*ZQtVAzO`$gYz(1S)``<|kV7AZoLxt)zNK4t zh&95F0~u;Oxpr;e*~Pijh*&cqhdv59yN>ACOyqmi--BB}3sx?$be6CJ)QwZ=T6MdA zBCIhnx}~MH(#Up&|3;2OUHFBPap$Xc0LOwA++n9@R%*!Y`Brc~7;s#Cpt-kPf`Bwt zoi3G|%}eQn-}1N-$U&F)wA0nRJEQy};s^xi5&4#W-7(B-4ooH^>n~7$Lp?>*iEHs0 zflO!#bEBXFS~@5Qb*%Y~12N#JAmo`pJrIVFD=em3;wAbbAV2~KnI={f2dmYC2|IH@ zF37TcAeU3?p-^32&E;g7Q-m-6)&_FkeQ78($zkE(NU@k)jYIH8H@)BO?#Ou<`L>*@ zX)y3@Iq1f6YY$!CUcq(*T_C%jhIiLtTOv6agp_i`vcX@i;#u9v0B4|e;9)U^fZzfLsB ze;1hFTz*UcefC)ApFa3&Kx6oilKqYgRF0rQNdY@b%HY9Tl*;g69YY3{p~jZc*xKsy zg^TBw*TCGed;$IS^y>5lD8-ozP>5^M4c?1m;Ii5<<(vi+FvKo`;lP#*H=!Nd6fQ|w z9n5iAtZ|S8{PV-wN06pf6jkxg)aqmN55(gS%#YP;GhQgFsv5cWQQE~4AkQBlHEpU? zs*l#HQ(omzJbp;=PE~88^-^gXn8MnBp>g017{}oC5_KBF`r)5)QXucdu=T+b7C>{U z*E+4X9RRCQc1+cke#ni9k}u8F)_k>Dj_XY&`w~md#^FR?GTF;^LxGEBkfp;JrxoV)lAN{Lcx!K9L*~^~o9C;RI%M*EXbQ#%80IVBGU9?eJQBKb!HgOGCv9)0vT z6?X!UqNC7u6e)CXRbgweH!KEA>e+KzbQ^?K#@T$=W(0>$;2x zP3By<3j~k=c5FDXWAN`x8E|ck!PGlowSr06bH||N!6Dan97fpsrP(@!UmERZ!a4=8 zX@Ufez`}`_;)zku8PTY5@ns{r1}Ve+io0$6+=zOz?$_3yd*X>T^NAdv~xlKV?!X+QiXX25eGhh0PISUk1`{>LV?Cr-xqbV9LMdw@dSDrmqAd=W_>qpf55x`G_?ew z3tPG*#QGmEiy^>S;#0?mZiD2dUyE5{j&Geb=pgXh$zwf7qn0#z?N^9a<)iv@&>!P8 zZVVkkR+RN0TTuKHOe!fN2$TOin0y$dl+HNpSJw=*fo>QeZ6*h2YM}Zij&&Iyh7=$g z4U7F-7J2IL7-oUfgo`$s%xUsgSwks7bPh(y^G~_ z`K+ubahoL1UVMD*C0WyCltKiq&^YKM)4MqC^y!WBC5Wv*^YcgLp?@Ys;L~tjcwjz% z=@(*4E`SRJ|1XV2^C1OrL9MQ@T9^x2#|0>XFp0~r?eYFzJA zeHZ-q1|AQ*77B&F7(N_+BQnxM_Ixn>KO9O9-97ZB pVdwDm!_STgBX1x1^e8iWy@i6?$uEEl7+)m(E2wh*zaIT0`oBlfGn$hSSoviNFwK{i~m9&R;VNYNeiM0V6 zSQ76e95xPu7|Ns!L(0MjWsZWR;@BkXqPA=Y8xm6+iUeYNwfTCaC8Wy9AF1?o zPrvUS-S2(J@B6*}=pN?B-^1+a0z%)M{}P)~{bqK0;Y%&2Rt;AWLNCEJzwgMxvB&=M zvD*>CE|4ExTsVFV?k14G4R_7r;ad*;_CG#61o9?Adp^H(t$uG}8g?nI)*; zzDGU=`7Fr6r6VWKymm?Tw;->B{Py9a`xah%;{_E$vu8kFIkIr(7>f2V@bKARLxp!` z;mD1T^zy$$Xift!x$D@`<0lY-7Bv6IN;@LtUAi9^m@Aj**KlrO4JutQKZ5iKBky~m z_wIV{zV}{#-~9f_74Ayl%Bxo{U%Ptk8uWs}@1dPmh@&MWo@A6=d4M$|0&4?1VDX)!iqQJmC;FplmJ_ zs{XXJ@iTsrGq#{!G>FC!cp{Do4Bc(6uY&m!HeA3`%!64eoQcQSEE|r;#H@@9IG%yp z2!kGc{z3YEb1(q+AI){E!OmMF-JQbSHWW{RsVx-eXy0 zJcNF1d6P63i}W??tE8@ddgEc+#~QK^{hVHOHwrR|msBk<0c9n>a=#%oMJ(NiyMsaa zvqYNctDfid7f$z29iD=-|MUg=M-{hjXuQYqY8-W<1L$T@f=mMblHKesVpm*;B;$(n z5HJ*+={!lN!Vyj&94j-5!3&JyUz`kvE{y{L&g7?KGSJ%}2J0siqTR-l?>dL~-<%(N zaP45VucA8OF7{8xSB)OiZI9j9Xt#LFY^F*Fn@JA;>ErFogN?Qn6CM5VqaSB<>L+41 z<-5-v-0c$tjCJP9Q$6}}!~B`PIxB17G=h1(vcA3&E;7uS1YWFesqu}~sTNM`Q`h#o zq@bk7n9mJPSNhW?LvD79N-&}idVoy;OG!V(4(VG29zcFmn z`vjjKW3DRKLqG8Q3^$|u(K8Tc|A2G2i@E|{ivSt}RRl_lY{sbqLni`Rr-#@<4~mx; zNHXDJB+#EsYA|Stz7!Z?1VZgWnSqe#2@YA#>>Y|khW4K6Z!uW)I-a+b(dU8*f0>2n zb^70bgEz9#1LG}PZOg=sG1kae?-}p+ILi7a=cp+(OnQo~bTJeqEgfC-E1`a~o>#NH zjHkAd+oQ z6wgeh5R1^YmsJSj!G*q#K0v?4EVdvN0u{Oe*1#!CiWM_WI3+Xm3$+*7ZTF>-x;fk0 zd{#1wtwVFkYgEh7Y5lF{Z?3z1Yqe{kUH&d9er&sH|oIMoct&D_%MWf{Bi@Le~!2`LEWKG4wv(iCLhwvWm*gS zu6uZDDx|iUs_y>$0S@al;`rinWqE#~8%9o*Mn?aKp-lFsl&$lIqLtHQYtO0AMT{a= zH4KbxoQ?0px(BaaCYQ-0s2`oB?n5E*ReX* z<$xT(qBY0>Yv5=OREHW+5e=aka5eCFyUoMIw}Caby#xZVlLoj^g1~MQ7-D0$L5Tic zs@i|=a(@4r{kjTKtk6LrzkKgte!0J{u75edbEnaCFq~VuZ)o8s&!03{t%j4&|72n4 zzNOsN`Oow!^`fo8 z%ea*Ol?;-Ni3${6FYG`gtPHddC!`3DK{HRTjcAG4?CBa9lL^EX!yjyJUE-AxBl7q_ zr^jq2+L5&<>9Y+Zqr-hgH^=jw&Y@?F4wh&2EThpfs^A9jL73WU(xIN_R4*)$6goOOwfhN&^a#yc?dAX}4oOa-!lg+9` z)z)z5(dof(S66s&`e-M97OJlPq<(t1FOp0~`i7_L@sir%4+=ui?@(_&yykz46Ewg0 zCM&rr47QkQ>;A#hEs=;+D?Nh{T`znkT>#p40tXGL`y4ozQ0z)c=PDZ_xyVKc}Ee`QjivCzCEs>AZVj$`+(>g7@O}kXJZ(r4- z)~dC*v}NvSKvc7=-(8k8I(ny%M?Y@Ki^ENUK+~{1$12{=&dJ*{9coR8 zO1&cA&%<&5b%{RS+NPdF=g~jXU$vj68U+6Gc zJIy*)0(xSOIai!9vzk{~wXBirv>H0FMW>;+w!4W&XQhv}M^?|>GPzlL+PuN)brs5k zogQzSzasChEv6#^{;8)kSYB{>tp;ef8rC)^Z#fruNN3jyk#w=vov-k>-TcElt%gId z;cWkePpws1>~;&dgR7^fV0rzJ!FuN_I6t;GEJ(bHCBTswHKR8g^>71$(7_H?y>~p1 z(Z+NK$8;&!d>AZTD1`(l12$g}71wp|VI+HUn~uA&FCFuj*eifSSm^>gHLUE(JedAf zrvoAdumiNNpfdTPPUqz828~T$Tzm1jJnyb>)+N_Y4tKjmwWH;s#-WLdPIm8$r|+pOGv-`% zbIH1>&lgoLm)U6K*=TPyYv&<+y;=mB_1cRN1ur5y%Ay{$2Q8yB=pOoZS5SK$3;-L9 z-RE>IM=p+z&?C*wM=1Sj_lj=2I5K+iNHYb4Z0zqjjw?c_fRNRf$dnvh$#>v}3iK$h z4a9z{x7yS(eXLonc3P}XR#muZx`XEXe7oGDfl(VZ7N^sqF{&AZ=r-8|!B$&twU%!+ zM%&t=_!XtBgl=g|SPES|nn35!W%LOaaT*X0_EumJKmBH3J@9Y(o4!xT`sO-)|Ar*_ z;!Qo&zv~6Y>!m;2RZob~Nge%fBoWZ&9UQ1YyU-DIFM0rd6+Ml7^dj~{u+HFRd=LJF>7oBJ`i`=m zw|3Vu0`uIMnjwP?ZmONAB<_a6jqJofV-ji}rID#18Ep=23{HhG%vFojkcoc>nV5$U zB5o7`ZM}>x!Ct|GGxXw~8+9cDQVIb=wbMfu*eRFL1$LwgaZz^5XQy8lrrKo#FS}ea zZ;;!k=)lY_@pOXJ^t5ChDw9TIQaQ3MJvAh8nto?yLx1Ara;V(vEe|c9JVDRR-e9}w zP=E5+={t%Vp4SxbIDIVHf9M$fr`ds32A2Fb`876y;T%Fdbe&VBMtvk52G zx^_ATN~7X6rik@JkE-0+hndfGE)7ET^^+amk!x>|XUOv?il)H>{K~E+1$m(Wq*y^- z8%>__5vZe+r`#@(S;(+BfWNJ^Y68JvU^6fok52}mNFP4sPC?CtvDRobPE=Ldk}g-$ zwpmpLVvXr~XWXITf>X0o!A*ZC(}DW#YSTqOY(wS2Tp*Ae zl-*xt*?h zQ8TFj(+4W7Sb<>3de=Y0q?HeB1kf6iD_CiVUMGFv|DKXILLKjB%gsP`i8p!as~^FF=*xzLy8%6F@utwA;3 unm@1g)~0GFYR}g`Rr_w8w{Cyk_uzGkW-`nR3jV^uz&Bj$##^6z68|UFKGAFd diff --git a/styles/fonts/icomoon.svg b/styles/fonts/icomoon.svg index 08c06ef0..51cf895f 100644 --- a/styles/fonts/icomoon.svg +++ b/styles/fonts/icomoon.svg @@ -7,54 +7,77 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - + + + + + + + \ No newline at end of file diff --git a/styles/fonts/icomoon.ttf b/styles/fonts/icomoon.ttf index faa6fdae84c41daae000b50c6bd3015db015fb43..8df9431c382a8ff85f0b6cf48698b96b0c7424c2 100644 GIT binary patch delta 15081 zcmch8X_y>md0>52T~}9kRUdWqJ$+aA^nK5LpBhOs8r>QlBVUqbX)NOlpFK8*Is5=o z!Quqg$WF+5F=Q14m|zmddBCiVfn>=7!48i$ArL#kaYz;jSTp;6RXrmqCVBSRAKO#M zch`5k_xsL;=g^g8V<6 zIDY$Cc)JLK)Juqhd^sU#A9{)uDSN@tH9zG2XK7Qu-+s_iq+N^IMB(?&3%H)3sK5WMwIT9ncb`N3?LUK}G8EcihKPv1T77lf ztM7jG(O19mn&UP1Yr9`teZ%$!`$po8o8Nf<8((|lg*Pt!llz~Z{n_0cmp3->kkEs; zs)zL2;(yo!ZTyX9Q-7*{R{e~6t6EYE5#^`KbFLxRfGZ}wB0VcTEVZSZrC#wv&i@H> zM#dA!XIwyh=VpyRLKAHp@y~>Za#FWLizM-P#4li#wMIfqlvxq6j3R3hq^Xs%+A6n( zP^;Of>qVreD_*FDE6ya8L?d3V#M8KZ^J)}PqYiDG4d_#^)~YHV#=L6PCLYMV8uc5l z>2{@m{Ys-+qo(ws+Gc+krJ~9TTp@%n8Rp2aOgwSb3=(k$PtLp)Sv5u&rHxxrtuh1c zD%Mj&&piOYSae4;8jtOY$L1pO_+mUBjqQv^d7GVOTpXfM7h;_>W2bE_McGJ1BI^fl z8%44}rttf`F zaW>k{*kA~nBw;+XHJ-3F9u!eF`*6|i$>V#3{7>cKMB=uYnYsBwp~x^C$Fk*oVQ%}( z%x#Ip`d-e#v}u+?i7q@I{t%3cY%o!pqT#FNqF`w-ZfAv1M^hB6j-x1;z6~x4m%yy; zcon>xWnn%HbdAMucSyj~+#Wm%Yz2kzZs2v{kG0{(KWImj@KKnKIWPrnN!U5OkqqPH z>>dvN>*MiQEc$UmB#sj?>J!v4B1lw;A!32Jj<|z(lK2DSOT_cU_lehtpCc0BHLa)P zEWiNE$eN1(s;wsetLtebA`38#QS!6{8rH3i%j`KUV8^2BM^1Y>1r;G6`>bPJw8yv)ajO%R2`uD?32^0Yo!VunSsu}_S z6p_xV7%p)#5y$Wj&}hB@Szu}y#f*QnCFXH2Yfa{g0P3xY!xD5fszrEiCXoRO~H^q=6CVCGYTsiaA=_!FE&B1)y-huvEF(uB8j_$PCj6bBKp-?zTQi=?S zlP_euugMV?e?*^PJrl$taez2VoPqtYh>CH@+0(SvPBD5K)~%Icfh?n?n}C}w2KGd4 z!AhZ~(ll#yl9-$O+}xb;tTS0MQ~!P0eq&s^6c5&2+n# zsWriIYwd_;ti-;x^(D;wj=q;)lkHc!Du0nQDAb{1zSUnv5rmr=%BXO&u>5FW%w$ z1xMXNyk@NU`+_E6OIJ3}*gW(OQ8m8ce@X3%=sZ8uY|eP#hu=J}1MGY#@L73k`fgn> z6iyf52M=ApdwR;)8NB!63&FRc_8{!${lt4MOx) z_J-cxfqipxtBpo?tgAZ_jwf~&@)arKx^I5r#&B5iM18U=<7b-wz~cP;6XW&9LO3kf z$OFA9hEAb-xkt59*toT;=_@JVlfkMxSZWSs#3YLQn6`i`nWzc ze1E0tpc%&RcDwWMuP((CHjl?iX+VECJ|6JLrL+tP5Q`(kDsq1+sXKfQDMH;Fl8uuQ z&3P~JIPu2-60f3pv}8OQiH1yu1I)$RO`tijIm4)KA@rX_S_SJw6xd6k3YxW-wW@hc z8eqM3mN{hYyW#5E%~(SkH+B`74q^C6*Dl|{z;&6du4gmX4GioYae5sBPun~Whw;m< zYTn`S*l1pGy!mNfVoJ5z{%F*0k46tvYh^~_y9>qrx*qZS(y4=`vavn7NT-sMv8eGx zv_wav6N#kpo#;;3I-aB`;9v~nbxL7@A8a&^WOSn%D`oV|kw#;X7sBK|+QAllJ{c2r z*{2mb2d(>j0orD>1$;iE9os>NBSX=s@$FavFl8_jHa235=(UTB@z0_@3%Ww6(t|28 zfRL)drj#-HHsKaSo2r?m81l51R^F66F4mK0QMOc?lFd)U*Lh7F@6ML$$C9*YLk`W+ zf1uvm5Tc>r^2o@=ucuC+w%aq1$rKO*HV$mc#sk|;#iAvr7?0AV#e+q8UT=+8CkF-& z1p*+8F$A&koQ(h~kR&b;zd{W1pa?;vtOE)oS?wUi<{_%hL1YO>2~J zJv$b)QBIz-S4A)8ufVDia8Ka1Ua<;r>!fVP4cU9`4#CR;@OTA>@uTcad*e^3U&1O< z#2iqvj}jo-b_hqs+H6e*8f=1XtKPKmAE-iF2N;DjP%G&zN&q=b1)4ya^|Z-v)fT;# zR~QSJ)n>yQPRB%DYvZr9{_h6!4xx$#^(@d?)kGfn+!m=)(N8?F=&(<#MWacUCGG6K za=B=u$)I#=e}4rbyG^6o!@a$G{r;ih;ahV#g>93}&Ye3Ssn-KMDeN7eIFU-KyxXz< zZ977h{{CB~AW7Sb?_b@*WXS0V2g%s^^WhchpS*x)~;M9EXM7@!5 zItR*?85rr%wIkJk^H5~#wz`~1Y>y|rtOI#d$-BlzbxB3GaA-c4yZHUw^+?#Yaf!M_ z{Wh_Oc#knv7$0RB5Ac+#c`O}0K*xGOnW>nf_9pd9H{r;)+5xOsV5O?qwr{^J8e>@|>dhyTRZ%pG z#j*A$&aXdz=N(k3=*@%UJx{~cw*u9rp{w=y=&ASDz5vn%+|07dk6Iu z*+dcJ$HiK8a_Z(tq*{G@wJLO}YL{RpBaxe@CKm?kjh!mUCp#PUfveI+e<|6FgilUQ z?K*zTEuZV_cY3|f{=U!Ma?9~uQ&T6yk;}_(>C@?d@m(bkHQ6M_h@HeC;wIug;-#%s zm>6VXu}SLyPXV>f3+q)Rab$7# zYIoL7x!sXO5&)97z=XK7e+33ZAAGJr5Zb0|!a zL@>CrXYcKChtI#QS{=Ic&Y@~`o4@UI#BblbXC)X!M|rPzxL6$By?eA+9QJzb;n{)y zWATKhCE~~W2WG<&>hf1XT~3JumCAfqM2+9MW1DjG&C?_4h9CVkwWi2bSy^A4YV{n> zWYW{q=}hKuPiqSOfmw0+yFJC?Vk)iIYI-`gSSZ)%dqr zk^7qqjNk}KE~i{}t$$$Q?h#$r^4e#NORbMhOo284Vt1-yp-BnB;^3mnnAuk-lLShg zonnC^nsRuvWo=Q192ysTv_X?vbciKD0&Q*XCiQHz>T<<0yKK_Xa=oEZ{{o_J!lxPk z*rT>JUqTQ-K8uHaHOZe!9d0%I`~kySopTN@X!D zMVq3~78QrxE`q3M6YX|~A_`(NDuu=O-Z!~)aQZ%bN_C5p!h#T@NTOR!y&&+sNZD+Z z$n(Oqg!rqgX$nLwEN!is(pK73^|yhte-z*{)*;E88)7n+rh6E5xKPECxRCKiuV(zZ zHyO!h2i+czdoY_V9%C>jGslWo%8W)|HDc9Tr61to_kpWRj0gJ0=p)4YK#luqAE=_H z7HVwtg*G+6aKCQ~rU60;es0lG(5X_bMpX?X7PA9Ok{v?*2y9s+$&9S8)SqH6}V~ zSsqV;g(aRy3UA!gQ(Y_M?-?FSd{j{EqE~Lj6Z!B!SA6VkUwfC=dCQ9^7}}Z7$7s9FqbME#s8BLB z+tuay#w||oyPijp$i7O&_+JANrc&7-iJ*(NL6&S|c6L7i05B*E%`7X)mSwNQq&1~x z(b6!AHOlc#9O^JK5K={C+E?)Yo8l~-8L&010H;jV)gs0;YY{+bgwINgw6S54rM@Nz zK~`~cvLg{+J-l>#aXH*Qmd(pxX%Yl}H5X3S$>lH=iN$7hJ=dMhE~HXX|CrLu!#08n zr4g}yo7b0QT+FCdfO0JDKoaIEan9mm$lgW@u`$s++4)4n6yQV1Wx~0Q+ zzc1sH`a^|dwL&QtE8#ojW;uzrF{M8p51n)D;n)Ovu)N`A6aojHrmw{h3xJ< zv$K#k?jD`J_}u8*ke&qzh499zpu?qe9qmImPobkGSrpJ%9Pb88(&3(-VVVwlyg|k` z)Z2479ycBxkExQVf}}x9oF^Fcz=}waa74-Y%6K@s@n4k;0g$1KDS)(T=Z%d|(8z;YDbHUFDPxa7-1a+ktGUwCGV*g% zoz$Ik-?RICF-)&wpkFU;KOf|`CU}~72BlFI9Y<%-2hf}34#TzMhn*F_u_I4g(~0Z^ zWjB-Qg|UxWO^6J8=r z=wNvI8u1g*gS*j~@u}T6dbi|7jFz1<4D8tzv&t)5v=Q6?JCZ`j0{Fn5=RAeNxTZPz zVklJPouI=P3dZ)mJ0kr9RYc}e$&p~lZ*y^+%jORSN0O-=iK+wr#(&#;(bd;?XT6aM zM5BRJqkd;!pRuxUd#JbP7G1CP^xQowa z&bzkH?b|oE{jRj`1Y5VAu1%#QVLh|lY7Gwdw3ag&(0DFCW!kX7j)jP^qesW!e!OGX zLhioZNKl27hnL=~XEOSGmkys4Gy$RAecco8Vp?yxB!pa2kFJ;8;~Dh9;@DUl^rEqK z@$ACFS$w0_xkh6S-vkNP%oMdjEfWsnoq!U6bsDV7lvPq#fJvL6!D>1bc_RpF5}1tQ z-2mSW>;P+;t#b$(V1WjdqCSMpim+uA^pB?#X{Nn-x*+%ACMLBtnO@OU6d<{k0D_Kg z&e9HA4k4Ph@#JrV7!}eA*5zpk_$D{U3p~Zc`(jZI52KF zA})mTLx{G0$B|2dH(~Bj+b=3g#UJp2dqIxHc4RWKX0vsoT+Y(0O~ML<5O6g`ISkGi z@{{vm0t(5j(`KW8kMv*{g^l(&ovs`A2%2NPBz3u(JKQc;MorZVT}};P=`gQ4+!2T1 z9LPKUPV|?a0EOs#rZRnf?V+JEMYpN6rb#>>%EjX~FeC<2Y}^g*kIaHJE89RTWo-az z#M8t>)LwFfz-A;S4YEZGG-J4$RjsMAaH)(A7Z5D;(Z~1Bycqk`r(!S8?0vj`s{Z)i z*>B+NH)hT3Lk|uIKA=q?`O(8j-l4f_#r>!pcqq6kt|lNcZ- zKu3HB@hI^T;y)9=4~~>CfEn|fK%3c^j@*Ex*mL4exJ{M|NSy#{aVx=E@WQ%*+qPK%68&YkYNi^t9Hy^g@VZ)wD5;i?B7^1B5vWZFn6ws^MtkD2^fNiZ5wgH0Y zP}d;QY5)wrr3MOg1&mO1r)A9Q+Qwb6p|D|EuG0Fa7pd)wmw%^sdgjA3)4fSJ{p7Kx zLlesBVz{BW0>TG)#~rmqeSLTL={?_zMNggfy=~|E2kJ|4SAb)%oD^`ym+IH#<#I3y z0D?S~+Xn{kC|!O4yArxm`Y1Kx-T(R@~)Rvez~0$8+dX-@_xL5BIJ|Nv{Cq zWYU{e{gAEQn$OS2^2OqjVxgOQ%y37L)K>gy;F>`On)qkkA3Lz}#xLac#SugSVN-X3M`WaMx=k`)={QEtD(wBx$1t$8qxP0gEn3wwC zviL+T6D{@MdRN{y71_ZK4Bod`zhMbGEE$H%Wdp%HXJ_ZmKihMN=^;a^Ht9|Jx)Le3 z{X(YKAL~NjZM=Il)aS4G2Jc`0;-WKXA87}7WV&F7V2g;2Z-OlHO$Y-R0Z4HeO@RPRWl73>E z*bRcy$B6#|q~=B9FHsZSkKThmf}TL10V)W~Z<&}2f?-D#WTEUT(GX)b<|=Ycu44KC z%o<9-1g&2szPGP-Mx`vvJM8km9Y=#Q(9Fya)?l~m)kf7cTz0|W*T7h6rKY3 zbDC*T@MSGEggGOWU>g9;yA7o(3nMn`C6s2mz{AtR%(Wvjz_-lxsX!5PsGQb&w(KaD z(8MxjuoqOYE>doG_Mz4hJIpyNav3vUJWd&g(m^e1K?OFFLvTeC`{eM1;Io##1k;6T zJRuNltZ&2<-5piR+5?QBVEVW8AKcjjJqz+ckF~@bP_C|Sgx-}H4M)HehZUIs80I5# zTyltQOPX=0c2CX+PKo&T4DeW*McB$LEB|JMzw{TqtQ*P5&ELxL>wo7Awnaxo7ef9-VsE9=Y*s3J6A3>G<)GN5 z1k(MPOf+9u%H<*y&&rOzbh^(WuivZf>2+x=$wF8N$q1zTXn+4vHzjgy4hl7?XOHIH zS>s)xnt*GPa_wnCFb7=CJuYYjZD`3}+v)wVgX0|d{%mDxs)BEq&*y^swap639#v8l zl@8!-7Q9@_m6DxtuO%Tev_I#?UblemKrGET$UkYDI}E!VwYmh-=X)~VxKoCXoL8_8 zi=t9W)J{4WnneyhfJgA={4|5lZtX1tkOv(hkzx7!?G9#w_S)b;A+E#4KS;yxK~6d% zg#@rDOoCDBKEBP;m%pQ=T$IDn$mb`>p6*b6L~=?R(gK0J1ioBR0!uGsp>U)g>h2*Y z^7)3tLAg@OP`3jiy%(Wg9U({e5V}#D2)HvUCy|I{dnPA)VCP`}G~FGT(7Ja;oLz3% zU6NxPV<1}5V|A|0lBC4Bx}1?+-9a8SbJ*YZWEF31b@Fk|<<>N}OVc|wINB_{@mHqG zC=eQv0JZT9@m|pFK27`y5UKA1)l*Hq5l4$u^{dkCRcTXtW+cFOwhdH;H8BmVLDxp1 zm=^XH$SjcPU?*sFRiJ26CpaZtr#I0TP!m`JPyk3^Asi;K6~WR{p*z?n0O#>nynw%$ zGQ!nrLmDm^#VU{)gd<|WoeJ_?9c#emO5mI1evlGGe1_t?>~?z)Gei+bz0wqrWNLGd6Z_sZpZm=jR`XTVcSpq^176 zJZZ}^!GPA6XcT7y2?a+Ad1umTKZ(|7<)-ZQ;zy1T@pe0YppvV}XI7uZs;(;b3x~ z3~^EZbb7{1(d%I9mRnv~_O@!U_trvy+djYXRce&_7!e{0raOlKLoz1sVCMqZfm6q@ zlQvDyaQHL`Rb|Fh-t=^<*-p18&?7940fbw(lv%cgp-xj-3>;|hy^37QX22s-Z-j5m z=Y0%Y93OlC&`=6dCsAqwY*7uTQx2n>AEzRRTBYKoR~Fc0p>V8J%KRZ+E*}ORi}W2I zrbxZj^U>?Bd*JIl|GuRqgp%##zGU*ZCMLSU82l4---1N>{0WvFT|USl#y#Q|{Ql8& zDj8MLF0e5J1P;?_kPr(`l7)HIlA0{zZ;I##YYM0%2{zHNI4|ak zpnpWL^p6>10$p;s-s&z(jE5)5v##H5tx+y;E6v|VQSaM)li~1q;wpb!$G7HkEv$O~ zcw~+I0Y%+5@9+!n>%2k0p@=;j&r_eGz6^);BKk1VCQ>Gw2CT)GY17r~X}pF_%*Im3 zW)vfv0=8_StcmP8U@hP@Fyl=Yy;ZB5fsman#6wvueX}ocXDHE&?M=>ZqQ5l@Oc-EL zb4Hfp4q04iUY!z1%WAEe##JVXg5er?I@ey-XK|gms4KGr12`6_+Saly%7m9@b-0p9 zH+56+0@#G1@uV&`U&ZYtSo0Ti=K? z8l@mRYgg@}-@&=;-fo9a!x4@yyImDLNpMSWj0Y4buzDllAsYnpNW5Q^!fr-n!Mw*h zNebi=u&-lw3FuFYz4Pg&0*08LX=MoSW1ZuBSP~CPfe1NNR62l4%=jIu~ z#yG^tR2PKfU{ff_QXKGG7CuIKXi?3(VFqB~#UZ7RfGCDVb0d($@3gC&onlR!4U(cR zP)IhFdsqE2|6l#0C zagQr3fwf7l`TS+RYb@#vI2B!SYaY(Sfj^mMSy#~`cm!9{?Qi;>e#xKq`Fgy*ZlCBE zU167+RvaF?QuR6gH0yV{yCgB{as{0J-k=nd7(2sx_~fu7SPiNfB{3A2Q;Iw4R*N1G z=h`5TifOMW<#B3GF(`VH?(TyHA+N|8*{gfp0gvFd%evQ9@YrSNn1a>2O@CXE$boeT zl+|maA2wZ&9sk-UJytautbPqA@_K<9r?ABkyj_6*OoAj%9Xa~`4E)}I^vJ2J(wBc8 zi{7?<`@Y36mppP9v;AGODSiHPguQaQ{Y*LtXlr zS9j$qR{X|-8QWo{r&p`U<^EQ1E*P*~et2J_RD^gmS)MAE8ds$ce#`AbAO~ID(@Ixz zF5UaHh%FGDL*!ffb;dBhvVS5O*?5WiYwB}Ejkp1y5fDsMm>UKa(9}UesAG-9ff#U9 z5b})a1K~K3RzN3HyhL9F1W4cz)5KchV5M>}VP=fg17V1G^mrhlB&3|{N)t4}VWxky zP)M%DA=bi58-IQvOq->~KOOM5x9YLFe+8B#!cR27I)u&Y*zpNba-i^nR_g`h0T>8t z?izJXjLo%BM*Rmzf!0EDR1TSswe|)vGO{+ZdKHje4REI{sIVaGsxC|KP^_24fcq8?QAIvpGg+w)*NVj{py2EOmBzs@fKKpunOcF^d-zwG6bL6VY!ERy zJE$48YP;F8!dDf_iht@jUpL!yD#@3ptLwh%499h+l0Au~M*VQ2Cz;^8 zMvh(fpmP@snaqIO{n4R=2Zwrl`;J7yF)-zaBS-prd(p40%B@bmtzOn_XUTIgTb{@n zzq1r_So5^zV0?MW=a7}jQnAq};=obkl_g)hRGO3(MV>5`>MKzVc7F#5cBf#71{_5M ztaBn*nbv>k@Z0~f$J5xH;x8V^IK0|)+{ayXU6jbBhj>Td8MV3J*JVidzC z1F@&z$--H+298!Ui$f1!CFUC39ZYmv2A>vc11yohaO93ptglQQ7dS^Z(86=+Ch1y# zffZ@gqG?6?qyqm)qJoG$EX*yXjHrWiWXgml;(QX)zW^dMco+3H({q(x=^wVcQ_i|Kw z9i=oE8Gj|JzD@!}N7c)-xMTP4MK!dlwV)sLewKIM^E7(*(_jDm>#xIr=M1$+T5pi& zV8Hcr=MEd~Bv>*D)R}O@4f1ivJ{Q3u9w4!r0EZt9aC>yjdLqKW)6vENa9{y&II3bJ znyELxkZL-^u0%39ok%8<`-^08KfDvuVC9#>&Vh6+9vg@Mg9+`4lkq)lC>D#4$KnP$ zqP2a#ir*gyG#Y_`&tLWVe1czms=OHRX<89(Z-2iR;zf&a%X{_ip=KK6vPoU26%(Ne z^dDd>wUUV6y|A#fw6JhD1f3){)A0m)2A9R#i7O2t>;yNqKH%AShFXG%g7FT$=ztz3 z8_gCzVtm3D{9SpQYz*^a^H@QI-+EI^inRVqM9b1MqD-UpUrH)N|M(qJ8^3Oo6o!5o zKoYEnFVl=Fo&8$|0QMa}rs)+)4fcjaSr$XRK~)0U_!AQxe~i<(F?0kePEvntg6vN) zU8IO0O#W|S@?nr4Mq#@;_L)u8!oX*-v=~6HhH6^~)!}m(kby$fO~!26%BjC)m<3L; zU$$^!R*|+z3QE}(Zasd^%DjxRmn^_AGuC5=)zQjeHURm5hWohjxg-5(m+{7trS=HqIk=yO`w-koxN*D9I}GXP zJNZ3VmE-zICr|#Ha!eFL9G&txD3G792>u>l{Vpl!XT6rgq@Iy z2zncNiTW@*#{Q7c+du8RN&J*_)Rp#h%P*|U3L!r#+cq;MTq$7Dc?aPY!<>E;3PfPDEeYyOj${m&OR(@U|YrLn)G>`Ut zsW;yHXz!={#`>~f>M!?C^q=fM*Z+n79}Xl3?j88jpkwf+!RLqULvJ5?YM2?m$=uf+ L7hga6r|ACx118W= delta 5855 zcmb_gX>c6Jb?%^-`8;;FAb zbsiz?0{Sxt7Ehgk(g^g+P^u3cxo7|He*4~Gpf?cO_0fZOE$-8QUiBP8bKTIMJqQf` zRq`94?*lq`@aXBYuU%375a`Q5zj@^N-j2oBUjK>;q1|VJaqQ^g*%N4hftT<870}*e zi%0Kza!~j^Li1{vyl;oz z{`lLEy#2j*Oz(_c}nkJ<2GH@L<`)DAPu9 z1b4_DLERq+Xsx!io%y<2kcVn#;_Bi1hjb3z;JIDNL|cMkv=_g5g+8PXl%^})RvYVV zZK%If!zxc%6s?}kfBb>y()mQo%=DFSUeq!S43F(x84yF_(EY<|`hnVOX?3zTYj!FW?0X+`I3C;E%?*zCGR>uM9DBvBQ=$OM#~bh%#_+au=wBmKc3 z{Fx)|H01e`?&8Yu%#j(mhgUArUwiId-&cDIuO?70+K=v5tcC>qRbAR##HQE|NhK8P zA)q|CGX;`Kha?Fjzz?DcP(X`MR^R@9x6H z<7Sjdme*7-9=eS@9sS>B_P!|Y<@+3>J)@Dx=$^B~WxYkG6$G=LiovAcZWaWs z?t|w90~gyrS=MOEQ+LHVgV3;Ra@gar4^7Y0Bf$z8=;@%}2*yacyN~`RIBe1hEGK9= zi{9YY3hjsHcF@^S%(G+eP`jXYGZUhMP&L zJx_Dt3jXE#L*XxB2A14WXMrs#YRyWrRkCfWSkB4uY$hFL*3ZA*7jMkf5SX(zV9Kh3o!bmg5oQ7o>tP)s^Lme@v-^(&kg-f*Vh~&DG zJ!faqh(qYsD=Gv|;X+?P@1oyf4x14QfgIfs+`uxc(v`C97}i05*?5WDv|;){)4X+U zAtxK8j?wv4YJRjsGRUw5db8<-x^eR2p+grZ8|l5xopxSt(j-L-A-swZ6;FsoOlnMe zp8mA?UQV{?^%j{fMEh5fj$DU@xKSQWqZM?i>Mscok*!=LN^NSJvvFV*QZ^GMkvP;mIQIvKS&FMTq4=F7OGO4=Sam`P|GT-P z6ibzZBBS9a7NP>2B2_%=7e zc6_~mu~1XDbYN0aYcaq7qYu^_&1`69rsCEyx5W@I2?WH1#E2 zbX%%(_2w%#zx{UU$fdES%C=7D&1?F5i@0Ye7`VYz=P)!9%w%?bq(^G7SzQ{beW23J zX*rhz5&?(SAPua6p*c`9YDGP06wQIDfyLXb9wxErdhyLI5Qse)h&hTA*sLN$tlVZK zqJPs?7epfuFBSHk-KVXUq*^Uh3QG@<6qbgYn}?SQTP1xs9Sr9WJ~F!aqZgO;7K?uQ z#UCw>K5{UBW8p)+s=eu4KDaJq-esZ+@aP1Q&Onj^xTdU4F-&lUs)a(F0EdWFvj$XX zp=F+d;^`K5do>cm9zf1;Lq^~kH22Kfn1+~4p1vIuQ34*s2!~1?2L;8MNOW>Xug7E} znz6NKsHSynyfW0|<^_S*I&_S|!3ms>W7HZ(ReEHwVRXl!pD==eoe4?lLpBNrFOEtP zt<~?cap}_sw(E2C^*R0a1EujSJ59aABtz$b`yGH9UZ1w>?T?Rc}{^RsSKiih_|Gz3{eJ+0nugWM6s!?D~70?7M z9#RWQn&d2CC|D#0tSE*619U|qJPU{{h7}Ua;0;PMj)WMLJ@)J=zb-MjueiKi+&7re z`Ayc7l3u+M=i6Jp-3tf8LG^-;DfBg9~8x)-@)E| zV$J`3UR3|$i=6DL)m!7nn~#pHlp_(jNq!z7`a%0&=!<~cPD3V0L`e)&Q_)rd+XG)# zV2hN6{V9G7`%+*FcynkIgSa6wD~_ThZQ!t5={u84TNB`2Ro{=NGctLfl>#vuD@pya zfW&f~-)&DB9D}n*^ZBE*gAPN=?)G!sjU#)CrN#cK9gi35cw>GNT&{GBfodEwQK-E4aI8@gUP6ggq!b%KFK#aq5p)AwG<)Bn) z4+PpP(RofWac(}kNz>=cNlD==^rHe?kKU%}jdCYDjqXSPLc2S1Dh2)03mvX8up9-* z1Ne);RFHSW0Bbn+CSc}a0X*1KRp_ByCMmfwZxykE5+T3kaZ-W;nxi-ddda2|fRh-C zJL@+mh<9dJ>sV)}MSocdMr&&#Ym&TLtxl^mWlBAMX1~@enOJdcO=*Tcoldr{E5u;p z?=59a(Cx-2y7iV`la`YKTA1R_W6rpV6;u`tXW)A+`fhC2s+}5#5d->QRE*wlJ!bXm zp~e9GFgi3&qSjjI_0GuZxqGHJs?#j!EnZi#CfMuocKT}z?xvnhM8rS#^ag8+F0Vxo z?Xc91>3hxvKBcv3#7L&6$z7=Rci#Q2k6HAGU&FcKDIcp*nQb<+O2fJa28!nI9oAbu z_HA64*b^3ILB$aOJ`ito27?X?Ac&Sz39=a8Gg-iB{pBv6Syck=5m0xr>ZYIrIBW&{ z$_Wc@B{|5p)NM2OW#axSG6jDRD_!7ZhLtl|HSj`Nb&4t|-^>^+59bC56`&|3ER%0( zwNBoqS6g*GYcHLOF1Q<3JL{XQdaER?HM)aoX2DH7odd&-4V95WucOnJZBj9uAkRFw ze*D6p2OZXc{l<_p6mr7DJg;u+ZeheiDFg6I!{WcPO(b<@j<9&*z=TC_ZOXJ>Xl>m$ zk~eN_xC5@>M%fYXi#APH`dt$1D1WMLbgH(u#O--$<)J#eA@6FQPc_GUzL@g3Oa_C% z#ReNVn_w2KUJZgQdg~={lb4VU<1rw~Blt$sfb zTyI@n?_6f9oPNV(#L2b3taX;f9cU9}2?r1X^ z3}qSL&9+cB8^Yff9a?)lk*ul7WNK;>$+%tX5Wf(w)YzlZm~6@CEpjXxwOe;a8j9Jl zq5$QSEnJJUyZ>X}Q20-zg%79*j>G@lbyfLJyH!@B?*@?Ss??MQ7)Um50k1kh`QLh# z(pbH+n=PA!B5a`7=*WdUew;pXVb^MPB=E-IVU)ffewZu3gcCVvr^>IsMT4x!gYRX` z>;^Z;KPFhUZ|GI}m&GY#*8I9PZ4+%@lTJ(T+iUFm9j6`d*F51gI;Wi1U1!~&^IWcN z@gnbt_q_K-pU(fK(5HiSZ#BHoh#I|(f7|43N;ge4-QV>2rnj2C&HI{Ph3S;-WY@(9 HUd8_n3X{jb diff --git a/styles/fonts/icomoon.woff b/styles/fonts/icomoon.woff index 96252dedfc5ee191417d81799d79042556a8ef67..f2fce262f3e7e9ba53ddf74e83ce4eeddb225577 100644 GIT binary patch delta 15149 zcmch8X_y>md0>52U1wK!b$4BTPxV>d)Av0`&!N#A8jX(8=sqlsd`XrqS;iMW;+D-} zFsuQUvp9hmK?2KS$m1Y_S(9VTg0nUbA)71^?C>ZFN9+X0AqkLR&FuSC^^BzedGhR! zt*NiNzO%mLz2A4rjThU3>0#Dh6#)5a-7 ze*2pzp%BWJA)m&H`xxy#dHRmGLfPBlJ58K2uW^5P%dOWPCw3AKeE}MM7^jbn{^4Jr zKK@qt@Z0c*4LdE9UpRC8^bJsU2XuTVPQSL5|Jm7FZ-@Nb-`HqJ!5c;Woh71i@<(@D z+t6t5>rhmMVO)d{R&Tsge`V_{?|kLGuYC1Y@m2q;yI(!`y6biJ_0;P(z5brpzw-L? zuV4B{|37~5M|ZDXUR#5nFo9QyD|$$;F8zl+(AwYVF71cfXSL60w`vuw6jy(!KIAx5$pA35t3lhYxW*M2;nhdpYCz+I*Y9*_+WEPjN->ougHKA?0 z1$~2CuiTPqFMj2L+#;KRHw>7yPEUV(X+n-SHjqC7|F!0WMUznOfDspMq-Cy@GgO6 zd>o?C0Af8fBhW6EqFf{*k#oVXiy~Q=@ldH@E&9biDZKN|jlRun_II2SE2E*OF)Nf-}pjOX4M4~i(4Fj4jgia1S@|Ft@i zO5L_)%fil5smw4O$FkL8X<^%zEw`mot9v<->Cr5OQUiEA{2>?>xnQC+MZ;I^MZwZw z-2Muoj;1JB9Y;|xeHYvmE`eDKcon>#Wnn%HbWJ31cX)xPy*+po*a`~a-N5U@AL~KF z7qp{E_$W-r9+-l*BvSl3=Jc26 zX5A!dcMR%#yQA~ojCWzvrX4Pqb(uDz(O86}R0Y7lSjrDxl_M@znGBmwrfn1SXlVn!h*$m(-r&e ze=Ym`?Pe<<3Te8oW)FCJS#kfa6m#rP%>h$vRG0}bbqinNz zHjyl(l6x|lYlGK4779If-87TQ>`A5y$;8=alf@ila&3izKcK|d61Nby5f2leBwirC zV?E*_dY;y`&E@jN72i)d>Sp3q>zUAqeKJ7p)(_7<%|25?t^w&AaDjtzVDadr^(P1@*>Y zH}5Cj1-ofez-%hH4k@Zl*%Y8#0Lqy7HflgJ9cWo6o2@R;*H$xY0@MJN1IV`z0v>il zyCYi$pj#gl4-`k3_V&Tk&x*uIjhR=uNEr;A&odLW=P3_^S? zzF02jk}aQSFi6#Ech+hyJxd=q$0zQu)kT_NLVmx$_@4UVWXcr?cqkoc2FEAEp`?^m z#Dq7IM2J6wIK{m`h;hB2K=TLXz5uwgt&QNU{$M)pWCH$T>DU6V7d2NIQ>nY*Ud8sptD zavv?SrC?CO9Z(bsmv<&r{U|ou5TX9 zSDMGtwAY11T^v2o9B#RdXk>YE@}itQfqMQxH z&&{4XH9NOo)vSH_DZ@p1cuuH$Wy}eIsUqNWz!hb09iY`ixvZ!1_X?t0W&wC)w`f%d zxAfM&MEw+2ks%gXTDPI};DHuAvdHpr2Neh^3)6G6RU z7-^Oz1$JMxT6WQ7M7ni!w1$x2(y89W@bKPHXnbPg))Dl>p>yFd_R`YA1akHbikLN-u(7PgGFvm zD;7>PTRD%XTdi$@kq%uwQu7xNMRsm$Dyh`AWJ+d5BxllhO>HtI4Y^{`orS{1bn!am z-nDj#xYUAKS#Lz%4GosY%RMnp}bfd>`@MJN>pcO;WBzpQ(s-hJD)-DV_MmNDdF zDqZ(_t$WK;y^ma2eeTXX28>(g=XV$L`E7|rWc78=z2j(RFJLmqMinI_6+j{kM-GpT z&uD|H5*2`@&gb(b#?3@SEa3Jz;Ns^1D-y&QF;DCTkr0a@4sNe&Ck|)3N?d zEr+o8QD0ST6rmKX1_0d$#iU~`Qo6OTBGqSRZ;Hq3^|#jR?g333aNDo(_)W7ji``~x zhXz8)j#jgK#k=)zCEbq4PR`EmI)3xbpBowV$g*d2G!|* zr_3Di?}7Q>nP$PYHwh zbGw(U7aO}lVpvF~Vl2ic^6F znIX)v)}zg#p1_BFK7|hOe1PV>Okg@b0fd1RB4WfNtCY(l@E(uu4hrs&kBxXTE2Qx`uI#0Z! z3n~G~-kF+%HWg%T8d7_GWCIdu3*YUIvn74{*okAT!a{e(p&T&~5Bq@7r>9U(JA<@(wkXxYb;bv=ixYaxi zZH+5yjr*&W%E7@wGZBdJG{{wxLqn@8V7=g@0mB>|JXq;fs@|Anw7qVxDhh%ZU)FG^;Ywjpy@Y{y@M#md}@uF&O)q zW92u?tOrNxai`WPeUyjm(JM===SQaKYlufcweyXFdTMK?*1~A?`ab9*0CCWuOrW(O zAZ9_tXJR1h!kj>^!OsoK3s8{hwCY+6v6!Pc)Os9^A~19T&2=QL3buhYYN{itS@ z{H|$_Jj-)#3Zx#M_E#fkB2_=lyJRrNfYoPK_Dmx<1<>nz-57}YZeFlH(lvYI6ZaHL zEB4sS9@&VFhtsohV=6h&jTKYLmI65b&G>9OJRUV<544ay=T=I^dnU$HA9SmNS5{id zR58{aNKU=wEANm!H@|=)(H+HNf)-o>RSf_fMbnx2fq}qRZ}!OVcn-zm`)akUSLeYj z29m$k8B>^AZGSwDE-sF->fEO&j@uB(l8WJ|QF$#t~qb2|`i zy{LwJ;w`s@VC#vAP|s%aP=JpD&doOceZ}pLu&Res#8mR!k;Au_mt%ud`Jw_wBe$DB zSBRyX{~hmYL-NG>RiMoY&UrAi`E!71uzIf-^Ll}u)k zqEsG8hanJP>{xpmkn3qe1sQ24ahxG;B_1H&Z#_1dmhG+BAW!y=SYMj_6~AGeo}b^d zdw%Qb0mB$Ly>;H&y6KD`vc|xG0omPq=I7zv`k$NTFM6ilg3LUKDukSKw&ft6dH6&ps`HSv}UJ=XbdY^>)iBD>BYsB#YOABnFc*Q zb6YxN{m#tiT|T(1n`Vb-L`q(d^;@$qwgVf4CjmQi8}UBkapI%IXNdnn{1NfzVD5ec zspvuUN%Uvv-$)a{(V+y^Z_aH6>V_>V7yn@{fIJQ;t&33X{O{5{C~=hahw~%-w>Rd$ zDH_I>T&_^a<+gw_{nFN7r#tO4Lmlhc1>JhzLS-ZOO(7UeVCs|r?fZ#s7b5(|ByS;} zMp;xx$I)r@D0+k3ZXMbFo&Ku3JBqY3rBgdV70%^`Vdvhmn4=}{a4vW8Hx~a6(E)j4 zaL{_sQkotd1m=73vr8Ei69^h)pPzy3!xJ(QBTO(oeTDb|Xvu?U%KGu{8{`e)5u;!K z9Bno@WE4(q>)v@a1T<%zHq?FO{sv_im4mcI${NWYUw7 zXvpQ`IG-yNjZCI91rpV}qt?&%Ui6KO+}Uhp!iEtBmU`#Ni1p0AZPDSOn@zJZG<5f- z$r+C4xtYmLcMlCUO!MZUAuGIpXAcZ|lYP@(6Xc$4upDsiU|GHa%-Naqo0czi926W7 z*ci4y^Zsf;Qg%8)6(|E}T_1p~e8oF8G*<^>Jc&SBy=&XTzI_Y5ZFgl&516q9x-pxL z$IRSvr!zJ-)LG8uKt;OzN!!*1_AW$B9X&b)>50Dm3;9QOBe&*0dF1fB&0NlW_u(Ta z-MSm0-6Mn3{&Lpr_#}jU(vWFZ{F`&=edVdCGNe`S*~P`PIH7Y3tzK(kq19R-NHB3` zs5NSt5D9Q`Wz2D;!$NKSE`wQF)`k{VH=#%dDhNhsOhNGmfm;SPg@sM=q5^^jSl|II zY6M|hBkUpt{gc^LmRUb_8C-JP$U!8VA-8G44aCIF4x7pNWMu2=xnx zLS9v^g~CB_94Lvz_FOK}YqvWms?|Krx+JWAxWm4-SBZh2h5YzVuo*=a*5h)~zeNVH z_rXO6JRaW-d)&IXT9F2P?d^V_FQ;Xir2&r);B|!8M1Nd#d%8tW$ba_xwwLsSXCt>L%_}ZYV_6qKAMqsdAhnlVBe30x$%1gv z0aY6Ac3p34EZiDn!VPo`eej9BTV6Qjjqw(NbPd8+xu-ubWM>{sXQ?1K-CebIg0 z>C@M_zc}{5v(H|g15GB-BMz-tce+(p>O_<0Jc#EAP{*>S5wt(j;Fd=tRtOGBs9~fh5Z`9BZk*u=`P7 zyrYq7uI?VZWzRPg#;IF^Z`rZ>X!CH=7v>l&C53&-!_BMmN;Q%O06~G;?cK3EDwkiD z48Pxyt}iZEtH(-cg~Q~FyZmzg+E(*;uYfL%JT$rKq2X17l-*E4rscdAf^6f~VsU4p zST0{vE)7x-zx?tVv3fys!=<6+)gLlEB?u^x4!rgDMUrE{ABg0#VVpZxPQ$eX&kN}b zzbkMcodaZn@Fuu8LEzxW&f;Q@9PV||U4Dh?P->vnVgy$QJm~DnE&>$sgyN4&;Tq9_-6vu;D%;)4tkk7Ko2zWL%#~@zz`;- zcc2TdBR{|V!qOvK{Rcnt-dPkLIiuWjAamR1%>}gA4d@0em$C*!k@K9J-RASCB2z+o zH1Ke{RQ7MK)a4yo@8t>4wn}01w}!%%XC_XCr$@M?a_7X9OucW}`_V?usEpovSJ5>a z-_CZ&?ptbJe;E5B8HOt4!;vBBq?qB`Fk|!ceMz-e$V1r9UFB)UhGSVERbB)?V+vOe)VX3%3Qqwv&URKp;6KicW6lUA z6=0z-Zz$AQ7_i-}pe!>0Du1tonQNa3!nf@8X*Go@pla3}+OVtG6cVUb73>K$yqIdc zzYmSRBx285RjQcz;&G}llnEM92P&`$5aK5AXYhRD*!F-y3ciomif06}j`NLVYOt?G zIeUN+6nq8F2IAfh=sA!FTB{@RfL?WFBlM2crdS*tc380qgC#$%Bqh=72s5H41PVcL zVkEcadcb389+3<)kJUs-e-h4S!;q+KZpbT2NhQv(c0ri+F!9)?6vL1REDj`@+m-~L z94rI`O~gXc%l~eKzX+9O){hkA=Wpfs)xY&bykgwTyQvWp!Xkk9x!nKOlglBVJImS4 zSacuDQ}IIKaH(kIa--R>9uOt55JjO>YHzL9Zr5siQ>hS&7NFRthO?u&oKY+tE)?Pv z&nn_bHaj9JtM}@AhJ89qvJmk>GH%j;baeEnpYlQ^1qq~YXpb)MXz)HzShybNrF?tZ z5T^lmdymg)L`ywS5ShXW+*Bf#@p99YiaT1AGc4%g12(}mYPdEMHX?<{4+%w>Z-6c7;H3gy-J=KJIQsR6A zp7^f82oH)nC-%hNOdW4+edY<>=ht<=PdA+^k$^z6*xFy(nxvc1i4jc8agvg1p@P1X-Eu`Tc&kXhiRkDj39 z)q$c({kW5ClU~PPKuy43paAfKg>aa_MsP|;gYICefRXWMWWZlc8Q}*0fw3M2aq--3)a5Be-OL7u`m^uRzIu$FdK4rMTX-^wCOot)q-fF9UZqD41 z!s3I6F=o?~ca$J-i2}u*Mt@VeXKL!+N~=Qe+`01!NGb!qC_VG1)frcwiG=l$RI5B6 zPN_HuNZyjohDfwJue23e#*YFY{XSR*LsODe zF5*HOY{+J%Uazzto@E1pimXtOI}YAFvP4f;d&k1vNN|7+Q?W>Tp8_FIp=@@GOwp@g z`c^u!qR5>F?7g!PP*$H?`!cnO`VbK%O18U)024eW?_lBr*nv~Wu#>e-(Qx=Q2vt?a zR^H4k5cv)TYJ|fufNq;vvj^~yWjh$^bdAN(f%e|3DwRC=fWW;NyP;SNGHiMC)O*Iq zGl)8gGSgt2YI!_L4Bhku6+hIelxJkc&8ADGW0gwocj#*M2q;-(@c0Bpnw_B!UVH7Y z{1MMTa`-Sp>GZyI`UBI`gJ1{#0lIHdqJq6pie)z~A7l{YpY*#!p-tIL+R)H0urC7y zPS9CXFPA<>mUe26*yP9y8DbQW5BsNVSijmKhY^BpsGyFd*i_5myqGIC9O)nP#T2^a z^I>mV?qs&)Rd;r>Nh9!+HTd27-*ur2%R2jSaZHw%N?$HLPPcmO9o06xj^0 zWd~<%WCwnYaT=KMI*Z<@HSHM3einkH9G1S`7q~N&Y%~V>5@}d1Xj=l zZ%E{Pf;=b&bsW6t69mm2NP|m)V*;Q+K_nvrCbCALfW(KqQq0eIS+M%C9+CpN1gz_r zT>|=(EH5O%t^+w%KvYPAxJc0MLDX?nF`5TYHAizjo+J|zIg6}ZR0 zQ9&3!5vS<{OL1W2rCqTBADG#B(lx*_dAbK-FkpOgM|hd`@;bu{oZI7NRfO7Zx2VyB zBixIu?*#U^( z!4^`Gr8wZXEPRX#&|a#=k8zdP%P)I^%~ zENHplGQ`0^u+2T#<^V4#ydXnxDhW|ULde64tf0E}jPBM1A;3G)r(U2=o4`l|M4iL| zrmTyTSV4v;GZc#kU=l-7D5eD0H$dh9b_BvN<%W3xt)n5RDt|O1MFVm&;EPFMY*HG* zP?aB;>KUG}M>SQy9^e8TIH75l^_2tefZLb$huR@eND5_x!67*~81#m`zL-zTs$xJ; z>p@S5WKrD+fTF198-wl>?c8 zNB4Lm-ay*l8$4KY7gZ&v$Y#JF4!C7OF=byVASj+Gl>mmb?rVz>1+Wf*vU+v6#JVHW z@vZeE->{lMgVnF)K{D7s%?!2}I?)m-k~nqE(f8!wde6~oPW7(HT>f#wxNY0EeM{$u zR9dhWykaOyQ zBxBY4Th!lz{W=FmE~1wKN&*T{Kdz;3>FxWAu*Sq_SWN>$gB*|dFXTAXr60+ruTXR1 zI~MKO59fXETpjuRUyCe6!mi5?wJK$ZUsIIXa;4?GPurP;U-SDA$U#^3blz(PpDF(+ z?g~d15P4R_#QFlA?~7Z1cBU@{P}{_a3%V51sM zb65~KS}LVik`TS&yj!t@G1@M*#tw#h8}--*@FsjoM2KjC#Ryy9vFj5;?LY|zO;-kk z0$2?j{swhbpw88hNBsxKgI1!7frCHbvC>;3CMQ=W&;2|EIgsT*iUVy|yp!+m4-i#W z7oqligFk@)cKD}`{jN(?o}fX?082f;#zc5;PNE+rPggRXTXLF!HS^yJFbfj zaK%P}H^rnLW|=Hj8At;DAz}4HNL8z{A_wN`jmd?FlF5e_CL8s+02I{}m0bNW?O_QJ z$PbXJI#Vt;ChE1BfP5&KJR}EZYW0amxjYMGef7W7w1Z=SXfIJ`Ak=;crUL>?0vkze zCJ(wtqYh?&Ck9rf`efl39v}JATzxfI-@{!nWAST7hKJG5oXU+(y^UTrMIh$M^DtW;NE~=2 zZ5s?Y>uG;~;(iQ~>(h7U9m7baK8@0Q$GZE_ONM^=W!*6JfTGS+%B@xz$EgN%gCx#$ z_wDPR>8w7DtI@n}oM~1nGd)FBm6=MVdB)J;?6!lbcnT)af`g2Mz0V7FJ`jO0_>W;Z z5v)akpFpWFHV?p5`WOOE>H(wyrcyh@J}D!Oh957)=i`OP!=sS%g&%+X7Z;=6F=#sh zl?R>zb4UEC1JHN^IvqIhOUi+6F0K89DpPlZR{}GEdK)7sK39lt0CySAY7Ow{+F2aB zU^ejo%y&sOa>Tw^?BOEN$MIQX_|xxRpLCj3q*+k zZmm1B6A;d8f@fnAPhC@c{i7X27%<^{@y0q-2mjJ+1EMwcPAg@f0+=*GfJR{8#7prf zsORxv;uBwmH{JJ&ucQA^H~cx@Ypc&c`Q)ng+K?t_-3O`!-pO1Gqj#Af&(ndqJ*ncNdiB$AsGNo)HxdM_BPg+k$Qs}&9hL-k-V=ni>5SzQVTb-fHp z9vzh-K(!1>*=r7tx3jS24ke<_*vLCbm=Oh$UPGfNKwie<1~+ECR&@ArJ}?M{gl7QID}x?05L0@M+JD-cLzK zec8aE@}jm?zcHu;FNN+8e=Pi3G#dRv>`3g#@$mt2;Qhv*C;oTxov8z*@-ZMYwioAE!N+qF~?%99SZs6$u zwhm}-vGg#{FU=pg0eB;@$a|FXNU!kup@T<`!gk)hK8`?(kPoO1XPJu^=oZ{Gy$UQB zG9rR>uzT-^!4L2G@PQ9s|H$;w@J0Tj|Kh6`FI>HR^(u^lmwkvfdkr5I{#!4;`b$|Q z{e|?HG%tBHGY;1pk1_DZMTRFyvy&4FtKQaNh+@(beG!S9AT72 zc(CkYl-EXZ7`MtELEY{5Ypu3AJM%-eAorC{MAiLw^ywVB-jkE@SYwP~w5MJ=Pv2Ji zTgD3=RvYVVsI0i&!YWTr6s?|(C;mco>B>aQ#Q6D_PH7nirq^y;?h%7x-yQvG+AVl3 z4Nlf(?I?^_R9%wI3vJi0gmhy=^ARatv6w2GBkS_)I{iCS zG_yV{U;Y-qaHzd1KhnFyzVji6vtrs>x3D3)<*z6eA>76u-#$m7V;N`wg)< zZ0_FQ9SFd~9B!tEJq&B~D< zIt#mQ%#5B{-CJ2!TIqM^`^RG|29NQU$8Kn}nZ0(avE0F>5`{neR{P>$qqUBy9r^f^ ze@JQBZ$}Sjx=-%iRwjxVYfa_HdvqoGxf6Xg7EaHrMbp{x`ucJxq`(_RL8{DEm5tV@ z=8x`Vt9xB?K-OU_G!0Ib`;ta|rJd|JwnHU{*!l3uTXzO^tj^&xRo@?<%&P)=BJ0%} zlP}>jgsfm#Wj>7gil!cV##g4l5j}{W20!~bZo*ykC7;(Ug2X@+{^BNEa9x%;?N2*B z#0Fwe3_nW}aStPd_#&hVgOKPh|1cvG`nUcF177m){vq>;9Yf*p(2f)RIlV=v6$G=L zP6XmUyIBylx-Xs*3|#H*v7APe+kQioGYFNFWBne7y>EP$J|8HMo_s4c1ZzpIql>l& z`%OB5lv8d+bn3^%qXklYob<$vDQY^IyM|F5!5A7dNsI} zG-Y#iC{#mQnw#jIp#pw??d{OBieK<99IMAMD`-%%!JeX4#V|m}DM>DJl(w9fqp4(F zgjsvB{1Eofbe7|dONg`&*VfGjSW$&_vaV@+T|-jqP0y{aO;+x~3LcnxtWtKdc8%aPer;{kd9n}g}6}@8b{0MbkTWY9wJ-0 zaD=4mQV{Yuo(qLR^&T7xUGokw1n`Ln7BSCBX|@;>L!6BR8YmS(lrQcXlhj(w@4oBa3Zt0~PD~WsI!2c%Atu?N zFAeF4$ad%wg%UwlXM(zjU1R1xa2F;ff~?tCaqnHbd8}1SV|y0MOEUA_Fms|fv-W?O z%A^n1Sv$AnExZm}dXC>2Hb_|2Ffh6ni0#DMGgmK=3*-^hk8Y)>niK7o6ZsmE-YpL#vyXeD-wv{U{TzUD!mi?!Ps|#D&oL4UDZ_eWUHZX95tK4Cz zBA7`|-jbIpZB~~?YVIl2a9YmgfULlwRmcgeU}z3hgBnmC4WVf;HL!S_)x*R#LTz+o z3j_jD5(1Fo1U9S45G%J4mgs*pmIu(_{fn7hCw6H|C8<;kjm+ZxgPFztnwtK_%w|mo zngXGwg$IV_-+u0x-eS=od+zP|p$8V4F3){wRB`lLENLbY1%b4II42-m{a|BVicx|a z6s;5D0ysmsm_DFEzfwQTK=qq?cXKf&!umnRa6@X~88rR)>ad2GOrEZR(Fg(WVT8Rc ztqX$UNF*{g(CIOmh-P^8aXQ*CObUH@`b>kPerTZAM;JlC&X~jt0#DX63#W#pu-58x z*|@r+d$#J+6%}dy);&k-c&p2A)t1|aPAxQ1edF+orNnDxAkP||^aLDnnc6;}$K2d4%@U0tEUse_&P8DL$0yMC(B7fvL?eTAudyudnq z0Z|P29PE{cSAB2sqWYKL-WoMtd2nz!7Y@tS^3w>>?(CneWC6ngJ`ctsq*ei$ zaFb}r@8e>m=+6e&E)TA)KpH6p`&HZ;_NhP`aPHs+K5;{!R{Tau=)hq&Q+qO9XN`fg z6+=O^E-8~wSjk`OwriYb!KzuP*txQ^Vvok6F}pN&cdcJyInL*{Ck&3>sRK<-2c~)* zhJ@YijRG(pMaw(0dY zw@C`Vsx^x|FPgPo1}t1-vjlRf5?;{N^DW2(H-cY=+|1)Dg{W> zpR~FZQ2TGK_6C5|JiLep+bb$0m`=teH|DJ(R?sD+!X_M-pn~oQt_7W?5-|W+4BgsR zvGH%Wwxyiqth3FcKdZ#8)m4!-NnWj1r`4H~EqVIWHp_^UEpHDpnD{zdk|yZ5{FM&9 zrPHM4WWXJ!sB_5~HL-%qqTvjDr$yg^&04in<1k`?CX9;F`>ab=pB`EaU=yQ5<5X)c zw4*&tPTn+554Fo%^U1J?f9B~7lw@6Ai+--SlJ)VMPWr#0wQ0m~GGFb^l=|9k{PEou z{l3?5x_^5at5KP4HZv&L)zgzTzrIgzx%*|D8QnoIw0qbcV;PLrR2@9Cq6FFfpqp&b zyurfZqy-iZ*$QqY8OXN8H9Ia#MtwzC3JxAphQP55D+jP*u!Xv4^+iO!ks(+fU>?K< zkhT(v$&a;KCvVfMt-Ac`xg(J|cjZc3MYUCLm4wwQcc6}$a}!TnPk&WqVX)WhXtSlN zRSYM{6Zftiy#4C|ht+St+~*7ioluyk)r}qXjF@Rj0-VyY_|I*lah;hXEFRr6YSCM( zlMS~wH0&B|GOn+?{jR`z&Jpd3RF4#CujsdL?f zRaJxCIVu*uNe(O>q)!(*H*1+1hS#}hnb}+xr9U4&3;RLB^@Z$5=dcf)a2hY-`|u^E zhdwm&p0c0iZPkp(tUbAnWyoNIn?5^MPTUQHYyUjewX_3*y_#G&Qe^J+m*=Wky=l<41gh@P4mSYbd0?~q@?f_=)z zrywkjS1d*G!VNU0oPs#16gB{e92b+wm%!MCk1b(iRZKx$3KCQ5uGKg;n%;EwIZITR z??_H}mX~)@UuWRT;yUk3FgqXCG$1G`Khk(Idw?yu(-DAWxI$ zP%WAQlkh2LjXDV6S%~9GFtyV2$I1xsC_e6X0nI^j#D4s|#-jEI0{(UXcq}&VhbEmr zZqukOn&+>R4#(yI+@a*OQ@7-m z0e}4JB#nDf3&`5ExiOOxWtC70S?k)jlO#k{z#t-qZvdbYIR4)z2fMqv{DH9u6B!Hm zySlmq2Dd&FDr;|VFLRCf7~hCXX;VOQE74fIq$HUvDT&3ScCABvGFm9HM$Y%ZHWgAtjg<#N^HVdwnKfj7hqS69{g3SzTuNi3zIv`0rIgQ3Mg2er%p>bp z*OmCCT=3ldCveZrE49(JK`HZqUZs!T-h|K4cW$3tDNY66FqGowTxI;V!kh;t9F##1 zMPBh=G{}lP_-4k;u5-QoLxNTNre39gUfga>ncuM1*+kn9q@&U&_7eMU$5F>8B@a7| z&h5@it`qKWd(M{Ddy#k0dz<&UGM(?);5P&1A5=b5g{r(&e_8FVuB+Z&eMj{Z)gRP& TYj)MV2(MH2lUkd&^F{n$qfy76 diff --git a/styles/style.css b/styles/style.css index af479a37..b77e604d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('fonts/icomoon.eot?3m8qpl'); - src: url('fonts/icomoon.eot?3m8qpl#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?3m8qpl') format('truetype'), - url('fonts/icomoon.woff?3m8qpl') format('woff'), - url('fonts/icomoon.svg?3m8qpl#icomoon') format('svg'); + src: url('fonts/icomoon.eot?yy9fm4'); + src: url('fonts/icomoon.eot?yy9fm4#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?yy9fm4') format('truetype'), + url('fonts/icomoon.woff?yy9fm4') format('woff'), + url('fonts/icomoon.svg?yy9fm4#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -13,7 +13,7 @@ [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; - speak: none; + speak: never; font-style: normal; font-weight: normal; font-variant: normal; @@ -25,11 +25,15 @@ -moz-osx-font-smoothing: grayscale; } -.icon-General_Store:before { - content: "\e900"; +.icon-Tears-of-the-Kingdom:before { + content: "\e932"; + color: #fff; } -.icon-General_Heart:before { - content: "\f004"; +.icon-TotK_Well:before { + content: "\e92a"; +} +.icon-General_Cave:before { + content: "\e92b"; } .icon-General_Map:before { content: "\e928"; @@ -205,6 +209,27 @@ .icon-fa-envelope:before { content: "\f0e0"; } +.icon-TotK_Chasm:before { + content: "\e92c"; +} +.icon-TotK_Bubbulfrog:before { + content: "\f069"; +} +.icon-TotK_Sages-Will:before { + content: "\f111"; +} +.icon-TotK_Lightroot:before { + content: "\f1bb"; +} +.icon-TotK_SignNpc:before { + content: "\f277"; +} +.icon-General_Heart:before { + content: "\f004"; +} +.icon-LA_Portal:before { + content: "\e929"; +} .icon-General_House:before { content: "\e92d"; } @@ -217,3 +242,6 @@ .icon-embed2:before { content: "\ea80"; } +.icon-General_Store:before { + content: "\e900"; +} From e545a12a0bbfe6e354596d8f069f482670cc5640 Mon Sep 17 00:00:00 2001 From: Danilo Passos Date: Thu, 11 May 2023 12:50:51 -0700 Subject: [PATCH 71/73] Map Icons --- images/icons/totk/hyrule/ground/icon.png | Bin 0 -> 46780 bytes images/icons/totk/hyrule/sky/icon.png | Bin 0 -> 45930 bytes images/icons/totk/hyrule/underground/icon.png | Bin 0 -> 41613 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/icons/totk/hyrule/ground/icon.png create mode 100644 images/icons/totk/hyrule/sky/icon.png create mode 100644 images/icons/totk/hyrule/underground/icon.png diff --git a/images/icons/totk/hyrule/ground/icon.png b/images/icons/totk/hyrule/ground/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a5971f93de0280500cbafb1386c7deb906690e GIT binary patch literal 46780 zcmV)%K#jkNP)004yu1^@s7tEt0200009a7bBm000id z000id0mpBsWB>pGi)lkcP*7-ZbZ>KLZ*U+|Mx-0AiSZsPo{ey2}xAL)3zQX_bd)7@gJOz;uu z>PUY>x=}2Z2_fAr^sQ)Wi}d8>WM|}$W7&p*s+Oi$ zmbov(;g1u{-{oL$IQ;#1I6Qbl>NBs}ll;y;7k-l3n|PT=EZyeC>xoyr$ICk$`_!p) zD(WmtWxje z0000WV@Og>004R=004l4008;_004mL004C`008P>0026e000+nl3&F}006YBNklgna!D|#gv*IZMxP) z)>>V7?}g23*^-9S@@bBsGH8Jc0s;p(Prx~c^YHtf-$NIt%RYa=Ywvx;58r(i*F3(! zS|)*C4^T17XdWMrChlVzWh$mgZ1Wb%?b6boD1jZeHez z-HRg2O2D?vz=hA=1E5qEynE&xT|ImG^!>NkC~NFLc!+zyUdOg!Yx_2IJxF(NH(fn@ zICu6#a_K1oJ_WJiATD3}Jon|flK~-M=k6nfLji_w{m8}!96s95$ldD*0hR@kx+sBw z&cfU*M+RPH`0foXBg?e87frTt90y5JWL8(9V#3P815DH8&6A&S{KV^&%Ld0@c@5Wr zot<5@wLL}ez887p?GKP-53Soe@%n=t+TjvyYy?13H9sGp{{mG5k5@-lRA#3pNvBf? zA-M7LApI|$VCG4d+oNe5$0C)8)6xAb9o>6aU(Zp@r&x){t6-^^qqva;AW~b$#p^31 zQW+GkiQsh-;CX5Kk- zp2@Lcj_-rfTUS|GT44LGy(FAgN`)+8YaGY7iH8$oq>?NA@#hH9h8XE`gsz@m%7t7N zv@0gIRbgoG8m0+rd5hhBePogeewhpqERHkd9%RjbfS8`;VYY?2$5T}DDLfuO1N{g1 zYr2f?0RVa6*#6TWojTR6|2^8=A0KTvz@ptZ(J{{s9KRzeuT&rLn0EB!#w?Mn_BVi>7eGD`-Fr2<`hos+~X0k2P|QZYy-mXT$J?H!$j zCWhG6dw`LDRGiQY)MW<=g?BR_Paz{v^k$akXINO62igG;FCUKPEXxd33KFt>;yoQt?EybgeJNC-~Oen?0wrRqcHw^-+QmWKNBZS9f!n8+cd!q zRaKxA2|AR55QvQt!BD9qONEd+WB@S$su%#lgpd#*B!mzPqA;`|sMMjTl-4atKcS zc9TdnK_D2W-|H~DuuLqGWH{*a&YNd(9H`0_bSd@d`E%#V&W}30e&HfxsYyP1?_J_? z*f+C`Kv7)Jg9j_epJX_+F#Iv<^*Wz__!dHpU;uj0Y>}OZrK3-gn%KvepM6ZNe1|hH zK9AY$P^}bbHA+6)({~~wvIGQHuhK@nk8UeeVkxOJU8HU3>PMvv) z!C-*r4k#BLYNZnMi}QrTVdf4jGCg|`W2V8w6Jaj>_#K(KLrhJN@$KcU5ik;sf(N_p zZT`4k0@Xi zgfC9ixp)6> zn(DJZ>JW@gq3J#>$0c|CX|CQju?dW%_x{^wz2;7vcC(H@7$SRM2`P1cyYvmZ^tfB- z5sQL0Y+w;4{m=r?iJTXDf z>|$F3T6Thjw!?U89OXgYJji0`2FOgpp?yWvO*}Fpx52v`gZ0%3_uDYQJzA%3PZQ>JO@ocb#s&X#T>(7 zkC1sCf944SAxUv3LcLm`R4fn)1rWfDxcwkglyVV(s~m)o2sxTKIiA92NODI{@WoFR zRKAM9KuSSP%i_8UO^&j-gwv8tN)z; z=$!wGH(vW)PimU&4*Nu5gf|*;?(A6>?z^92semFmF1^T@{nx-;;@Gzrcm#dfF;nhF?fp5I> zLmKsU+<`+F#;8)Kzuw?hV+BFN%)$W-O%g;ZS-XU;X=Jil`n@jYi7E1y#m6^S30#MZ z&HX$!@9^G*YxL40UL?q9dy|%yWrI*~gDjTek|v-if~)VpOKEC9L9op1!hJmW@ClxK z@w;5R^frO--c&2bgd`kwkQoD#h=UIt$8`r(_svikt6=5wOib^m z(`pi&d6Qe$Hdv@wWV11?);d=^)Bj}%Kz;e8XP4Z8V?6%k6I?j^7D9nEjkv9Tk+gps zB^h95bF??Fv9Z-)^~MUeoh6Q9E}nY_-H-%9NOfj`cdxc^w$>R8eAYJ{I-$Y1t9*^rc8!^85yMaj2My{2lTEKi^wABx ze3?r89?IZ4LP&aBAJS?z@J1s#o7Zvuh+D%Ni?b%v^M^RUDtPR02{Sj&>B}8Lk=@&a z`9gv1`X;KP&}i)N$KU({DPekUj`C!USTVVL{tUDG7g^hKn3$YG>Go-^e@v=K9M?b% zw<#(EG7FOVyhGB@5NFFQ*nNDzL|r_DxA8iW(5Tc7aHOOlq{3@&o@3Eg8LvEoA`(1V zM2fIk&izLN!tUWIKfbx_^OQ)Pmn2U4E04~v&xEF=Ai!$s(L?J)gxD`@WJxC z+`4`lODr%-?Y$JQUirt8rb|OJ@_gq9r#OD%B#KD*$_wAZE>7~)6Gw@on46#6#4-)6 zj7l_Wk<*5>!wKwk72Plh{2{6;$rmhaJA<1R7>xqPatWq?hoUW+%=t{24w_*y?02}b zZL(FbW2Ft22gf;_UtuRG?*;h4yt0=O?=;Db8QuO(4*U_Bc@nKSExL|FUiS!ln^bG__->m)It4KVqaFiw2EWrrSNlv>_Oa2+F`ie6ye?)g zPjh55TPssgdpug2WcK9KRP}Yv+^(RCc<+G!$&X*`U0?agwsR(dKV)<5HfC-NRZUqu z^f2vChhC?Nl`CRovN+9khOx&ZvkX0DCAq!(Y);ig}6hHa+;!+U!Mw%u> zVSp+nq$z0{0}4VUgswx9rZ}A))^6RP*{EZhS&p6f65aMTomP`d)*7Evk(d( zh@y}<3ITy>={kWB0--2K-D2^&?&GsCDK)*X=^3(?jqCPNgg{XwaU9;0 zNCF`gq?Vyl-N*Lk8fn<)FQ>P6U-^u{0sNa*Gl`Mwy3X)--&ph1UDeeiyPH!}5+zdd zB+HHm7(tu>L6jhZ1Fz!5%WN_r8v~)UFc1TQ4a6|K%_0d9+lcKTup`NeMcZ;Li$E=aZD8Y1c8rXTG*L9WB4(Q`-0Bq5*Ava_?t z-Hltk|AQZ*kk1n*F`8jeD3zH%wSw3Ygn>sAPbwJOwkK9qibAnOF!qQONgPKcaY7XO z2%%#b2EOkzRi8r>0?%^*kTT)w53VAZfQw_;j!$E0;pB)1y<;+&EORTT_|rf9_zxnK^xbfzH@ygZzptboro-@KQAc_Usycb&wetE>-{Q6hYja%z{ z?;BtFU;SX{8eI9}m-yo6KZhxXC*J>ms6T*GlRfVwrj=re>x1Q!L4t}|zwyR{1)0F( z@A)vz`BRJr$0SL_55NBsU;67m!P1~HzsA|~=SXGDOV57~jg(xmOdL*tPd63_f-&PD zBAd;U&u4I)F}~Abx_KH+)7ag*!^+u5xO3|l=NE}b9 zqsHt!n$R$;44P&#Gj9(6oE4u(m&p(wS5oEGMHaF%Z)d$@z$+Z zDV7_UnG8b9(ROVvohwl&mZ;AxOwy;JqXFXtRFd$+=f6P|$JC~#$QP&Z$1yvt7KicT z!xqfu@}%;Yf{p7sOi$NXzj+-}m~PCny}7}e3zyM#kHKJwu0xU}++DwhCKA>je?L(e zQfoE|d%Mik4dN&wMaOeTl*(14Oexf+DBF1~Loj~k6Wn}A;v{9d(V$qXb9nTy z4{Cw$F%Ba7_p{6T^*2zdh6?(GflD@*qgbwS`^Kwuj`kQFPue58ma@OQh3^i@9d(WNj9G+O&`{n zHQTm`!jNa5`#rYqO)CDm**dk^bNujLm4E;7CUf~A-?-XiesKxc8F2N*tE^wYMmC!v z2qlAFhgwl5BL|q8qB&bZ=^5fUnkZ}0h`rV}+ncw!e(hBb_wM2hj%YN>7*+v2U#9Ou zG1*4E>%P*25SXS#xl-k8|M)cw6Sg)tIqn>@+DLIjMY&qxd})jJVTpbK?+zQSBV1=hih)uIaca@# zJWtl%Vtc%Fl5TzGGkZfgyEpi*$WrQ<%_6P zAySDzmeglY76VtUBf_vv^g#={nd35R?4*t&b0vFCE35D}+3m?hrx^v5Y?O;)Ev zo_YELx}kC4m;Z+#2?JCLQc5z}47I8I=}Re8JS2(|q9CABt&`6eNfJd?b4U?nvKA&| z3TmH7O><*!M3lQgB{L#Znk5;vDQCtEdWZD-9q!z^Mv^EN7n+O)$1I(GoR9w6)9mjZ zaQ>0U=(#7;qE;xBafdxLUGU{Ed=4Qdj3N~VcBVo$m&djtl^(|fkGvVOAwERE*TZpq zrsJQHNJT9#nJc*z(p`eILhKw;o>|~-NvM^VUmv5!C0- z@!ju!pY{FZBp>|xKmBbQCyKBB&0p{~p_cMK0njv*(m1ucimnT6+ai$?&lw|xWOtCI znQ3EYvIM@15ISvniWzfa$B|xsq=%a0P}7O|sUj&mQOnC@blIkZ&cm7fkccj^KM zd;3hYPCJ-72@t<^rC6M3CYRs;Q7%38J`N8KID7sP3_FjeTO1v<*c{eatawx#s|e}Q ztipjeg*M&=71F5Zh@%A8b+HOF_@PcM=P@q77j3+Y7IZk*@UU%zt*$|PBxvRbwC>$v zV>C~rn6T%R(8Rkg>gG%a(v+pu3tYT(iMty&`HkQH6d(N9Cn;B(ESx$+b9SC7?qOtV zw2ux5y*6>2kO}XS#1WP$NRkBYZK>98VQ7j(8dOJDan&>zpLi0-jX<+FJtHZqeO_&! z!Llq$>=U~kKtE~0l{x*2k_jLB#IrQ#78&;24Ex6j%^(;%%q=c6yLg5;j_^iZ+U+(| z^(i)w1YzbZPWDL*XB}NSgmHpym^j7?Q|Sh+{O_<>>@!!>2**B^+B84E6R|p%qu!ij zE;nT5+!LHVz07}ZPPzgo04`2*<+pzSk2$+`k(XciHu+M8gVqjXug~t*Cf?y8p$s{D z;UYmKDHXHaYNbqBJ!UdJoZ$dd1lX3u&J`KEF0rVf6A+OD|A?)Aky=5~9mPDpnxWQQ z!5eky`vEH}=g@Q$clQ;JquNP;pZ)BouV^A=Z|5GaGoXFYV&leZ6D@ge9wVD)ZgGXt zpi8b$1?RTPNvVN6L^m@Hjp` zWZ3U+EqHR)B|dvG}XMd@kMDyiFMT^txS=XiRmgj_dl&Ow~zr z6B$RWoV`G6YaLxT3B4X0?L6d~TyE^q8+dq*k5n;95+U-7#BQ7Ag$7CC488Uy;W!|Q zpix#x8DnS)PhVm%jClHq2EOm{!c85Kcn@1}wi;h)A8g~f1C)%>b)6`R&_qi6xJ%%5 z@tgsByIVA77s=)d9PHgCD@Hu?-ZfOJGaB|e$b6il=pg+8Vf8XgHHl_q@Q25=+Z}|S zp`PQW;?w zHr44Fa`_@cvye(~*xH&D_=7f5j&ZCD#JN>wlGoYaA0ddaEravt*U&_Q$V@>hsOEJH z)5IGb@p^k6X*W2Gn#9ULL%v(U%wGXPs!||D(=?<^(KN7a3#A}VB%lb!9)@8t91N&b zt7w{m>p0{JMY`H!)ZG`Lzkx4JgiMHy5}xZ)DwSDYUPeVD%B3u(oh3x9+Sc+P_D0VU+{FLTl?bfit*25ChrbG^Od2gw+rteW0u=r7-RTRZ@ZgO*b$s zgD4y$Rf>ues?&7}Lat2QB9G8|WDaW!32% z?W0Kuv!@Vg%xoHQIJBwTL#pAA7>PC1JB(<=i6l)^-VT%`iQbNwiI|xx!Z1J+8kVII zj6+t>u3=aiOv}c$ZEV}5-#MVKX6W@(5;+k&4WrL?kSCFObgfR@2R)4@tymAhe4s_{ z9LMaicG7~W0@KPOli#6iX#KM@QreMZzG!v`k*Sp+P!(zwIh8 z4Iav?hCca@rN0x@|53mcA|;L{!%>>hK@*dDLx85~C?)R;L<-ZI=p(n+Z?dp>ip`BT zSr0E`3H2)zFb$RBRH`+i(8u?Ev{XYdId35}q>NBXF}JXSlqrM$5x4qH)(0{02$l%> z6+XrPrsm9IEW57r{O!HZeCMI&s_yE6-Az%PG*Ple$FUg6bmRn?BqL7=kh}y&0K+f> zDhLqxAutdK0TLiVkUM2Qrqp1Z5NYaVXh;oRv=d+$8l>Xup* zNxf!ge$#jeqGv*-$8d3Q?(y=ZA!0gfWIR z%TQ80$XdF{k;) z@BFjhrdFF_JPN^BNTxG;fdHaP$Uphb-)3&U&7eQT4+De{gi)C^ojGad<`=nf?J8kZ z=1X7rB9|V2g2`xr7X&Ef^5oNxF&$4%j$#KPCB7e^bul|otic$|!G53XSFiH1kAIw^ zD2V%ATJ0u-UI#x2=yqn?#u!79=SZngj$$|%u(Wy_$8niXhBH0jL<%y-P%1_2Z1?!n z|NTEX+)Cecj$%|j%$}4~VQ$Ki-L!m(luwwSO-fUs5VKnIBc_8Hsp>aI>^7Y2-Z&*kZ z&=$gy%XFOMd$SMzv#g>xkrSK~AFKG02`5cw?`6!4H~h&poj@4!${9I)&%|&S$AsYbeLT@k$=?CosgxeDy;0w_mewC4Eeh^Snnf7oSZeT6q( zdzC!tKaeUK?M3n|AqYzdES?{crBj3e#|y9)g0RG(*TGSOWSWvB6V6_If>OCctvEJp6uLO04#IKCr+sSeWxn^)Us0rES_><@aWs$88efb#GwC)>Qa(uXnkP@vmo?l{VQUGGv^ZW9Hh{=UP!r8rCMuHs?^D|Y{twS>{6~&DVHL&F=!1Nx301^ zHhlE_8b5gX+YEdAcww0=7p$%>Vzfr95VQf4VbUJ`L~)>3>GdWL+0Wlr?Ek~x`1Kd0 zl0Ha+(C4qd{%wNbVZT~fs!^`iI6By)-#sLqPEfAT{L&J;Tbs-+uHm{4-Qz>%msUA* z{t~O}7m(6obV0YX$7C`h%TlBOM>zyhL_FwYttAXYzW42Kpo^Tj#TDik7HKUkQSCzO zY>UeW6};Z-9Gey9O9^gJ!f_m2KO_iB1fd7QVvWZ4eS*LTAt}|`2ruM=ANnwt&YZ#V ze3Wt+4#$kgIZ@=%>2%P=^kiqa#HL9-v_z#U)6P{|@B3A{``d_zRP-MU;BS29`4_A; zzUTS4o=c`-f9v*x^GOJ()S47|PJ4cVot+)59<$wb825IlRI1D`F5-DUK~!ZN_lXAs z2K{3yl^VV7F@x>_y2zP~CwQJaYZ;4_JGXAJvw4fjWWt&A7kTnSA0>*)lxr<)8uQk; z#P(sz@x*6wzKXCZb7c)W#gFO~c|xXWu7d{a9oL$ z9_8{(z*b5jZN{jGAdj&+<k%E z*vAtI+j}uP2UB*Ar<_@BqnrS1CGm8^?$$1+Pp^{Y8l@Zty)Mn>9OLPbJWKICm;K#s zwAO6izJ`*TUbjcH?o*^GxlgchQ*DXa3$NUno~<{xnIzTGC{~ znRDlO>+)UD!xI!*#uLpnKBN-D`a*!?`y}x`!sKWx5PHNnZZ*mCgma66TCEJyqdB*X zE)t5uQZALadie@lx393fv&-_z96|^j*O_@Xq+lHP=}iO!-R9JsVHi&^+E6XK?j2}c~*%VJ1n(YOGurh0(Y(c-*r6^Ly!#+ixvvv12!%>ene)uxOiJ{%9 zP_EWVrzv@sqK6&)(4#Ncse4_lDluQv492{TDtd6lefdkDkCjrDs8ptNcu1a2a9t0r zHCFii$KU%LQ3=K)SU-Q7a{yoEEtHVFK7JZkWbd4Xzw*ESQ!Iq4jEDW1tw>5R`T;?+ySvX9 z{=?^~R6)sEU3LD^NAWy|I35uOipbU6j+a?$8mi@h?|u9059%zV;TL}Smk~m6_x24u z&%<#PUNCE`&;@ChQ4~30RAw}q;JOm5z+!NO#Z?w#Esh)D%8ZSUPf4XSNAL0yi_1%R ze#mxj$YKa-;gF^i;?6Gj(h^NyvpZ<;v2*!J@#nF;dWs*s^cNfs71AqltXDY`T&Gzt zlVt_n{oB0Ke?Oth-n|YC!xGcUm|CNWwHB?R$S0&}j=*y6{29(Y_7r<}Uz<^Ja`yi$ z6XerA8}TKiu;R&*SjmkmZ$SRP!;`ngxePhe!;CE*Peg z$P7tShct`nq*bP+4{%Yu%Jvk}@CisJM3dK%zDK#($MxFuJNtyyI(H8fgxMf14B)Wu zO0E@6j2khpUDnGf{Wz!YN8H{^D9MakE#SuGL(ZIAC%!ddFp>Ptr*n>u=ZM09y`4>Z ziO*xL4!8PsB=5|YsLy`p`4>Fj^L3$Ty{LfUpg$uOjHXW-kJX2f2S2^2#ft8A*-Ay9BN1O_Zbc|9k9u7Ge26WWp z=;0PlwohKZL^FMv3zt3y>6k&>Wm&&OSFcf;zJ(Xn2pkZ?(04A;D&Azflaa&+WO+(q zG%F>E*T07-QsRCOS3!=;xs?*I$8Pnsq0W01H(`m+}^Z{D-CHfPM<0Ra=`Wixj=SMiM zL%F)dg|&73AmV6mljGi93RxyjnuOjy%PWuZktf&r+Mj&|x7MOmj!xuxQ+r8 zox?*awK9WVkEHPN^_Zmo1Z`)RG|j2j8*~o$NNUeuCI|TQPvUQVnNq#YG|?=qwulEA z^}2`WH8|Yu@sa1&*}s#Zs1hz*A&Em|ah7VML^>Yx-~V)j!2j8pRcC*16W0~oxW2(x z{^&mw_%i}Pxsap~l_Ex?geaVq8lI~d#yuR@p|jT~3?wUSD>#nB+WHyxc6RW*kk;Hh zS#f~X8Cpb?++(bkRLV1SZ}lUB@fKBejPPeYw(omrozXu&Bo|d2Gosn9b2~o6a;cyg zPN}t;=y3->5)?V~_wHgY{Zj&)LwAbV|4Y*HC6dVy-}E`y?bB+_G3Za2Tb%O9lWnfO zy3O*+I>SMMn+7;$oo@daAr0~I-p@oL{D_hUzWhJF#Hf3nYSl;UoGdkb@T1Ri_QK;l z`-$gK62AMLZ*u+e4_QC^2*cr!=_ICi+~H{V7TBCLNx6CTO|X_qt$jeFjJuIjB7Vmv*c>}vP8cd)0S^yOn4$5bSY|2 zu(iKOCCEvFHPm<;yZaJ6^7oN>3=7XNiAR*iFHw~Px<@%X>KT^uEnHdU_U0jXx8Go; z9U$d0$H$u-?%m_gbi{7;IX*J~Z3LF@_nyR;@6Kqe4?cDAg*RXR6JN?%0x7iOsSp1m zr_Vjcv!D1BQV4F}yh#*!RGSN|EuJN)lv!9_Ll+6c2|0i9al&#PKk&HMizvD`xcK-7 zxwRQ{dbz@&H{keak8C=iFc6h0sC18UrU*O;qAJ6?#lg=h#xr$IH5~lRLZ4=k&dhrSa4zIS7aN57fYE5c_4pK1XCAAIx5@o)3*gyh=LNvWXa+;Wne!JpckyxRjXHNW zZlk0?ITFWlx%&FcB-1fFTX)&Kvq2cRq)Ec|_9lx9^Hl0}p8b_ivAA}gbTVLWZVsbo zUp^id_$p)L*k>*r;5nAAx`>zVGATVyL+#Qz9y4h@M=DxaGhv}2$kLQjIpi>3g?NW) z4E6BlRj+=j%T6P83D-%W`Qn&%(B_1YJyp-?V5}0gAlBD>aWUk>e zzp%pcnRA>zbCG(ziLtP-Fh?+WnR}C!w+-6-)GYjKA8*DB%cm>LYiFs|Yvj4%i4XlE z62sTO`hSQ@6uKc8VaXQm&NoypVV>px$g#tJN6{jww}Y93LI9 zefK8T8j{I~{mpB5a|3HNp6jCXgi_=&oLX8kVh{*+?#0xi5m|0g5|kG(@h{@a zoN#g(<%CQ`ozQeyK7A4C_>8-oTuVNPtNZxo5NR?3bBJ;yqDqryqk?iHTv_nuuE+b9 zaymynoY3X$>2qi#I?vhP*`(Lm;%2W+VuJS$;J^6ipN{K|W<@zJd6se9>5ykrCX)%t zxW{ywa2w zb&in2qP3yknqzsP#b&=mk&W<*W2Q-lG9#v=5ylCqmK1x%c~&OZ7@3sG!Y{GR4Xki6 zx}egSquE}>4?;F?{E*#z6?^mw((y@#F}3CM45ym5KVYIG96ex^NL)9fSyyBxpjiv3 zHyd2Nc8^wLR`@oWO>W<~#^wGR&UC*H9FKAaHS9 zmm)6!i`E)r4c6${+`2BP)T#{nG3$@KpU&PEE9;NYUOdgH-y!ZF(K$NcXn&9Pd<)-? z7>y?=3H{zNVHlDpQ^xau3v7X~28_lk2P*^Wofiqh0GtX&XB_tu*3Yb=l#A9m)mj~E za&B)8NV;2GeBYx8FCtO}Sz_5g?oh1;NMR99MBsT$l9Zbp+mr$a5jKeP@@zoc9wSOC zl;ZDlD|z1o2g*+k;HN%TiH$BQLMj}kFvg(GiC2{q=}Ria2?~Xj7;R8Wkma*BM=6C; zk|fCx!s2=%X)>kJnx{3lKyz+|a=Far-Fu|dBZP3!MZwb!yF0D`$8F`knzrRn` ze0GL1W2g_m$)NS?SYv4QUc@*prkMp@V6dEBUt&BO;s#~f^NY0GbAaV=f1flNVN{5( z3|F>uE-XTkr*u1qjE6B}TjEHsgVjGa@-_pGONtgQ*1ks;e*EIx3y$OX*3R5n))=fg zxqrqqa+%RE=5}%kN8~3n9OA?>GAmpR>O`v+ z?@cCHlcS`h(8Y`o)EZ+nLRge?Wq$0;TmQCQ1g`x}27gkUlrQ*Tb0j0c3J8bU~1N04NOjXpfRYKf;lO@E(K zwN7s=$j3WKX_#+B?CUkMJFk;Wb5!FLdKeSs4)?k{Sd(xtQH;h=s|FnH?{VtP1;Q|* zJpTxP-5ayI)ZmL>iyzEI-8V^=Yi-7H2O-{F-B+jP^$W%r-(qKzug1)h1|Xz*a9<8< z4PdZVU{B7zf&gjr2aJO~`6Z=9DT%%RIzkYHRnqB*B1>6Wzd*gwB%Mwf^bV+0>-4)F zbde&JVl>XsCTB6|(J@Q3YQaoAw+_?7r&*baJf4_PD(=$HLmG_+X;P4uFEOt+7!A8K zTYvK@&MtZ!bq2^{#NN5B0;hGkQBYz{m(0 z&2w|dq8vq$7pyNTy!?QPS|Fds43ZLOqg$W?5^o8c4%iwm&TI)Lr%*Lo<(y&SlAj1( z_x*3iS}N5xR=UK;TPM5l9Rm2=hl1D-f{IWs>2!k8IgabkP-bUZt9_7>@Be@?C!B@g z#Nm1}b^H_hsZHkt1VM=7x+kK2&SWyd=#0_em>*m@WOq^r>EWw_pNA!$ z`*0WwK}9MTQ{+e`k!NbWY~Ym6GHIJo^48 zuz(Z_Z8VE|+d0RNx5Hw%*N zO7HuA=k811Tx;v0d-Y1@>c}1F41(Ix~j2khwfk$;d(7xuZ7k9E-n;r-0Dt>`{hvsq@kek=D6lPq_mU^kKS~E&8n*4C>w2K;I&suA(p}F36lolz zX^w8$1(*&|A$+MKYs?ZGs7f@1A78!Y#Vi-D(<2Cnc z)5i6E8rh1Cu4yE3jI1jRLq{PfiUQL#P?cnN=N_m6P5)>sqh28{YGI-C(E_XCc^*

    ^3o@~xoV?1MrhXm`o;jIt^S z=u+gxYDH*`7<-i}DI`TMFfEfbS)gfxx+-9$!M7|M!>}ldf;^2Ws|tOUDWDqHjOPU` z7qceW*K~AEM=3#^EXlJJ+x7rKZ_Ps16{Tuq8ujWalCnk<%>oJ9UHo0=k~1~zW&?)gmAovX?_%?;9GDbf1DcQ`}T*$*Z%3> zRk~qeSteCk;F48^h3P)##;;qeU{55LD0c44K_B`$nu&mef1|WO@sH|d5`m#F7ma1^6MzqEbMO9Xf48t%O4v+bJf9r3tw%!QTKfJHp*F=9eU?WW%$*yTW$e145 zmrx3pAq1VqX(fcBu2?y(z;-R-s37QeXn6*4oT2Ij*>tfm3?6uX8`GAC?bzJS&Qho* z;s2PgrTD$y`TJ@ypR;*lgJ1fYU*zoBPcJV2@M@gT;WMBAGC%&)KaFi!Tz<U;9UY zk9Pah{~YxxgY`+T`EG#WcMH*3Z9m^nFIm-Kn>wX2;8uL@BRH0i3!sr@8J49{7A3a( z@xd#K<|ZYy=FNp>;I-Olnqo1T(e1*GH~%fKf9v0p7trqTAb3^Te81(0=H$yHtyZ%_ zzPoY%eO&sYq4y2KaQw!?HX=H(y$D#PIs*WbE=Z8yO?b>T_QUwQiuYP1r?g-hp&w>AjF z1!vBj<=)M^eDSM4${&B@_a1x>p_$m0L7wF}u8Yu`LhR<|2D)jXiBD0Bv6&2ayi0v~MIdSqdul~`uIl1lg+VnAOEo;gk z0=k>0Q1O`IRDE&)h0rL=lKCQRDjwfWMXH+`S(;{)<&xR>Xhr|h**bZFTEdBwXE+`m zvZy;~S>M=b^g8VUeyhu1u!ik8y!OsbzH)hkUwd=L z=lUh@y?d2o<8ySidz?QR@az|UnBmTQtm#KgivUg2sg=*0@9d)K29}|rKDnSOFm0QQ z7tgYYVePwCq2+p>HnzOfiyUG4NpKfoP*I z>@sm2(Hm?sn@+JE4JE;KJv#jjTI~*t*)hZYJq%Ch^*{L*meuT+j^}fFdjrF2b35F? z&SM@wQBWz1IEpxV`ZNfGUVjb4bf~MGx)#hPN1Qr+p7}CFH%y+naFXAAV~=OL28*OZ zVc;yjiQ&17k5e4S#cmCFZjA=oBXf#u#NNVWSe-$Y>BEW%%?evA7Cido6U>g@`RG9+ zOl-$SXckGDBjkcJ=O07X1)WZt*=)+DFYhqI@*N zpsXsac8813oL+E_H(!6N*=IlIOOpy(K?lonm`$eN>r#prq)AE=g~%!;iXv{`c$=bZ z>V)&z0^jd&JUZaUdv9atI)lya2X#ZwZxJr$g!55Ttdz|~KTji$4iB&$izl9amSxnO zgqI$Bl%kLfwoc$4)pR-zuU?B8A`av7L zy}`Nj7uY;`j*YET^!fw3{Y{Ee2PLqb7V&b)av3A25aod^^o4iD~8;;arHKFQ|r zbFUyJMNzVS`W#ok^X-p#$fOjUyZ8vEWm6O-^W(cZ)p}O0q<(pa8-^J-;+nRgpvs!ufqs3PoJdI?NL?=&+`a^ zF7BBDjwm^|1#4{$Gz)dc4o>t#`=7L#Cllr|ppE6?I)u z*xM|p#}5r2fM(eaMV=Ea=afapFaKA6jd1qSiUcxcJQ{Me^A@|_&#^7urN4C^*K>LE zwO5gZ}PGo6R{tq!BZdmQY(M_o&7r+NHs+rV$R*p|oe;4Vns)}gSA#u5nlD7%d$X~OAewAh446k+NUTao?~F@ z3eylMA&AXQToJOI9Wxp2quV~Mb{nhJrWN!F+8w;0jprIH#s|1=Q$X0idxta*(RD#3 zH7wJ_G;QXyIYu;PHlH)oFY@@tl&p4nday$!K3S!&*|y1GeG5(3$1Hoj&I-K8~&n9M>U^ zGx~!*zxA8Hg>Ba8MoC>kQB)7OA#oHDMhT{2kgFE+X^5tQ;zw z{dJ0D!8h-0@cK^8DD5&ZM-0<0FI|#M5}P|m8K*Zrl4Xb{8k6F+H?MH#`ZZh!G}C2$ zt&dcaR?wm`qnb$K1+uP5G#i!7 z86E7AX9?+Y!i|GDmdqQvrmhfJ6xocC^Af%~WG}x!Sa=M)91-86mWuP@Dhul(Y5s{z zu+V?;7k=s$)3gY~1-by;FwiuevaHYykAvN7O^>)P(G3gBc92S=W6b&eH!GsT;PK4_ z$J8+lo3h9mPv)40AWbvA`SstY$Rf5*ZsYn*`Ky6oiUto~uX@ZY1GSD$Az@8FLRkSf zizgA@8nxAj-bHGo-4r-8Nq1nPs)}~Ii$r2*8hTw~I~HCm;M&`7a5T?26V&8Yjpql< zrgJ>sqKT?|vOwHnp@k zhBFsVa{2Mc*xx%K&l4QirLLRKTUAReBPA_Lgb>tK#dI0r*haJ8i3vZ@J3^}FfU`_N zk``oHP8sx>9t~OBJcUAH>lVk$gsx|?n1>u64>5F|ndnpIBX$>pA3W)?wY^1ISv>jt z4|46=o7ifJ)B{4bL0{cuV{41acuZP9GVL@QW>bnPiVP_gXU?5N$&%6jZ5HJ=Ne;U^_o(uW%TGVcGF;Ff^Z=bjn9^I@ zq$*P4IBNWMWzHh1kgaWeZd277bsmz3$IR_>7=}ZU&hg~|n%zMvK`DH+Izji=QTdEa z+Dyhr2vMQyCN0b1`0xPBaj6y~;_f+~QV}<&8x3;E9UwoGSTBFpFZHQ?DB4`Kf&Jrr$ zXEyjeU&#K9Oy~$K5;b6a@H&2f8^bjj9o)j`K1wH=pu1f>3kHLL!-M0dv?fj79~pdt z+ke#;c5S3m$XYh-L|Hd*eXS-n3btkBdY=_E0mPvr65YCjJ%&_bMlXw4*p|$i?8#!;1t7Z zlg|8WWUZG7((g3mjLb*y7w=N(J?>SHbH@B*#s@lH&{%7WEaG%Kpos2rs@!L8xJ2Qc z$2Jw;xZCIQi_a5f8mG^kXF8d%GrGmec7oDudOfEB?sPir?_TG*OK17kJ2~b<0;ox~ zlA<*;jGDV>8iQ)G>GKyZJ-FH_1$h=BG!rFj7PBcyni0k&x8Hk8Q>)N)6FWG?JGU1Yy7us^Tvb+-RgL3#BuN7rYv5y&Q)kZd>%aPs zA9S#U06*yAx*neI63!+Vc8A4ciR-}Ti4)Wk+JT2*ni!g3rk!uN2fD{WdV)LAX_9E! z$Y^yRTTW5qH!-XLKYfcm7@Q-r5!*u`P{Gx6f!eq$qNF{Q*UhGn^Eqc+!!D1gl_HH3G{Ydt z6|ND}@(gBqhb?)PvGF_;^Lcv9KVrKR!r}&t;B%PCEi}<|;atzfWzI5@l-{Gnxxm*W zqUC}jOHe3G)4~fn=$gglr=I6{bi`sd$M4Mf^>2765>y_OOAE_13CtAR^H?q;9zE0M z^_%hPkMr?qjAof8wNgxuhX~Q={5qY0U-{dA2ZQJ%t4}u@MU?A$ltoT&Z42FMvs^R~ z*0RW&lRQpHl7g(Xu`Pqs#to#>n3g@VBB!bau47YXON6i?o06q5qL^U@Yn-*;Vnt z&#Br^q0ip|!& zU#MNrWilF4lm(h@v3v6dx(+ALo?4j_9f~|bN^l*EcH5ySC8t|8QS72C1Jg8`DR0vQ z=B=0U;%nF~3vC4!i=!0G4$C;E9T*7HWnQk)3nr9BMG{{pF;C%AQ57j=S!1O;Xj^Nv zN8ezt^CNV%8)$XH?)5{mqQvvz)VUs$qd8|D>+t@Y2biYC#%4s33LMWM&ombEDTk4R zFh4z#(-5Lbn*aB|`M;4Y?y+JMlH?#1w0m9V(>b6Q~P@VWNqe{#xT& zKRnpu^qKRdX-t-cD0Jqjpk>x1ae-??oz9us&ofy55q4*tEX_f{VzxlnB`TLlr8Ao> zaQzne>qN&p=$1{_Er~0ex~?dSlFIDCg!F^)|H<_`Xdz zpMq-R`CVMc2bG~!XIU;odc6$}_wVuOdd?d&2U~nfWrFMb{Lla0f6u8?_R13n5{n=D z%9p5Wow}}h`neal`sz1PvcmC#)d#6LKH6tLKEalKx0%xsg(Qijt}7PPV|HdO9zW~j z%LS8A5mg@5R3eS@1jZqe>{2BX+i1iZwP6xvE~cJhh>UixPgz#v!#8jp8z~i&*uXZj zM)!xE4qM_nZ@w1u zNJqSO$ctY%PhG;%!5;f}t|K(Xv#l$<6+MF~9xgjJqU93bZ{UcwWl|I+-N8Btlh3~V z1)g~FDems#LzIGzjV{w!h9+wC);8(r z25GF(4+N1YP-p)#^6g*6-F^wxI)gg%1?0`wxa3}=5;|k;DSUSyDMGAj!XF;I%%$?T z*nHw8W|Ikr2lq(A8MQrNS+&@9r}WbiOWAw)A#(oo;FamoJBj|^yp>U-F2RP z<};Y4K~dz4kB@oevCAl>@I0Tb6I)CsQ!K}Ae7L4fl}Aj~c@}X_Ug|u0zK?BtEEaQ$ zBB#irM&@StXvg11nr&w84-#-h5=ZE|KsOqWYF0Gmc};_&HZV1br7Pyc3C6}{tnvUa zXp>jXBoL@j?MJB73G0)8#hDWxlcJ9XI4qG$aqaq?kvvPUxJq41iacX)=Y6y)qVmo# z%KDr(-p6oS)I~~IcOO>LFZ6hL?Uf*K9?*5SPd~=m=4qb(%uDooeaf=tU~h+@j{xM45%eS;eV=f$g?gMk$VMvY1V%@+DP~tp*ipjO8ip zbeAe z=d~~`yU|Mr>#zuEcl%u5nR2gu1d-M}9^BxZxJzl9T%VsuZ$HZ!bB9IMLwpKAwtjxw zeC5Le!M>CC<+el-NAMoG!0C{!E5;lAz0tsVm=-7*ppAOTxQH?$F#fa zAWMooWi*=6as^48AnV3@Fj(7QJ~?J2&ohX=Nu-}(;4Cq{Hd(Hym4)Z(q-lv^cTkAc z^gf*^it&7(x%(obPEq-cz!MmjN2k-qbzRJ2NEQ_g$1&$GoMAYc((g8tv2@+UaeZp3 za9FUY16~~5BIs>$_K|1lu5H5P4MxQ}WhI%Hz3-WE@_irS^Cyf~?we+mf)l4N@|l-D zk7ZeeVaRgXG+y@(@{I|x;hCK-Yf;hkWnKZZa5V>a9|v$9XE zc?1qkrQC6l=oDqa_Q`d0!(pvw^XAQrX(Z{`DT)=nnh;f*(T-u zCc0_U4ZlGuHqm54S(Yrk7cnNUQWp(wK-5bL=TQQ6K)cf>neFph@K3k6Brq_ZZdFuR6Qli zY-AZDL=9y{6+DVzfL)KVjS5lasA|rM6DQFP3)}DGCs)|5o~O*F+zd}Lkk`=77H?gB zgU?>>lGYA+maspH+3efsn!!*-v>hK=H@3FvWW;xivJdLSp==Iy&eD6A%DA_u74%cnbYImt>MXTjemdzZ+I7-RW5TO}3 zj?3}rkQ?t@B}^58U9g-_7;%|^AsZdZouQ7%#u%2}D5U&8j+|1I5=)jS*CDP4RAos= zAF?BBbKYo_FtiLOZ&i-h&fE%J0pmMeU}MP28NmkomX ziA&p9j*shkjY~bxIoQ8Tw3rZwW8Row#xWjhxn1gC`QnqW*tUsOkftd+x86s}g2TIa zh@(0CyYF#4nqrv}$89&5PyxqB2YlyW{7W8v;WLD@5m)~7JCsF?ZCjY8#?k&=u3f)_ ztWpLoNtj4#;ZjGtEUm{dET8l11-9pr#R;vz!l*;?EJM`=rBY~UB(;lM?2<_vPaRWa z3h8g7ylvK6I!`_MIJ)T(PLGJQoHVOQb4k11Vl*xYx^0B2F&&HfG$e2}Ci9 z3E{G_x%Jlugo`C{w4l{)6Q&PkCKURQeC4@UZoYq$-VW8aaeO}Z_43J;S~3fx(9Vdku0#=8w8dj&l8sQfQ~OQg+x%JY0W62-?`SIr|w}n z7D8xr`)gEX#UiN*Q~luqymUHvMb$Cke8%D49(kU#T!uv91WnT)7_g&of|QD?%E{B5 zJd3F{gK#!xba)5bvdPngC~B%OSsHQT)J2p6!}b`D4sbmeF?)k7Nm)OAjz_yg{^0Hf z9v_TYL@9>llg{?gg+%EN(QJ(2`m~2{lIJ5FQ_=4B@f;H`=-{|*46UZ?X~g^AVchu% z#PnTi;ZqrXdd4w36NgLZ)|efS(DD(9c^*rvSfnPMKrG-RG=v75C(hC8tg-D+sH9F3$CQhG##_Hc?p(rK zT;aI?vuNod(z6idl0tbn7PMLcRaIh|CTW@y&X0-W3=!Re&LvXwG;4um5h{YV#Itqk zvLx=jOuM?yvTAc?!=$JL;e3Wt1;abLBw5IGJVnY1S>-J2&cl-FCXr5)@B!ZG{_rZb zqHh#=fngd5O~*71%CgbBR8>{eQv9Ug2ZKK5__6F}99nF)Wwi?se`|7icZ6 z@qXtQ*siZ~CHp)lco*0AnPlDrSJcP$M55*V!7DUPJed3?P*hckZfFn2=2TUQrfF1V zg<#c)H#B_TrPfo~3l=yZDnPMy0< ze`6cH7$P*CVEC^PLZVkuli;s?i9BAS*=>rv#PBys^JaWj6&<1J2D)z2-#Craayk3R z(`;^Sapk>~SBHn3JK1M_bBi=n6nR7It)<3s9iBK;^dG>jM}*E39F-?P zJsbwAUpm>`g$=`cuwkl|wX(7Bi`5{o`^Gl4VkK0ptq%wnVUu>~b#o0fP0}PHOB1T9 zKvosor_K!$$8M_H;XFjGxcco*g98xdf~9_zs&x*bIcVXV82KKRd!D+=8F(f8 zqa0mGq!FN3Gc?o2vh7CiTq!>L;tL=ZcW&R}!l^EsTWj38eZVNP*j{(Z(wu{PH@SNh zp){SiZc`Ttx+chqs&Tca6=@+JN-Y8k&9og1(|pkX&~@X38=zuE*b(8NYiL4J6?v2Rx*ax7Y-3tBbybk1X#@T?T+I2O zQ5u`L2mc?v7WDiYfB4UEiyh*u#>pXS7O`0}SYIG`QYKw8P{$P)*YxzJ-RR1|25BDSI1W`M**vk0A9R66Sz61AERE4c;{|WG zI~2*BUilVItHZe5z^W(cPM53>sH=iP`B=a@0@aim8pw{;P>p1nlGhb^I;Sj~Q#wl$;^l%Q3Tbx+oIG=J zWz2yriE(U`G|8~c8d(*DoM3CsK{s2N1~{f7)iyAzDS44$iwX>%{eux{w4}1v2{V)B z=qBUg4pq6tG$eW6XdVyt?&5hKY1zOso_+o~2EP2BplMn&oJxHP=ebrCd9&K?2TzEm z7N&hLZc~V6?<>ocx~|bRV>Pd+`p~H@RtD;3tc7J+$SOymk;Wme=aVc_1gyTV*(O?n zk3vw_6=*t!p;Ofco(*Z)_)2^;r|dpMRtS1l2vthbdJf;K=$Ij3qPNzdE)nS-aU3<% z*3*hkcb%Z!BVH~z&N{qxucOyX z-0lfHN1y>~y%q;?pH|>fRuac^a12SFm)u#ba}>9bXqblfV2d(zL7{Zy(VuYo;xkm$ zCs$s8rZqAOp;jwZHPat70haAz8Ya47Q zj7-a?6?nATU35dI+g~G&6Oa|-;~~?@F{;W)MF&v0R*fZ7_O)kd6*n+!4_)ZQs>Md% zL1+e}xnf7Wz#?;S#FDLz4o1De_e_q`4yov&nx&ztW?~qE}`-TN-5^`23y7sN5<1If1A7ECV^98 z)FJb@CaDY}>nvGX5at%6B%ro8h;oCy<>0~OLZuXOIHvF)qxLScKh7x1`ja3Rh4>F% zbd_mY$XZfW#ftu;K7cNMA2x|t+2Wg%S3Q^&_ki36s}!hVQ}xzP@%U5EAvADZAIma7 zphut)&W7CG-NmyNMLgkmulbG0X!XZv=HfN?Xr&|?65~U&9EE_a)Ufo5suq~WiixER zRNai-&@}PqN>M&|8XrRKFfF?Q$r=`QT{gL#-q3vO?^=2Hd8+dM&tkg0^#&xHM(F0s6s!> zU0=-}(P$$=_?GMe__QJ9VQuq>Niufy@tK8x8gGMjTdyNLEF#N2;j0gONTlCOl} z(Cc+c;)tTiDDwitG*`)PlNX8=TDDn*&EwllP?IZMX!CemmW^&WR8_tbQ);WzxncF~ zFFRz$I)!pqB;NGXv=9HHel3m0mF_I-x}o*znt^auzx0EG!fJ;7im9sW&FVsdR8@2P z5E?a#R?x$5HK?}fctTyJD5WThl6TXmv5jmMxa@nM_kRxq`2Vx_XV1DN=Xodg%gi;e z^$mL-&Z%=wO{glM3IG8P5=pTwsil_G-L~YmLze9bhr<{4zknNGI2?W9j&7={mfbDU zil)_rXqru_n`W~)h?GQ%69^JOp-}Ug&)MTQuQ69<`Xblfr$7QACbn<5BPswC&e{9h z-l|U=U&Ga*>tnxtc%L=KBTBm#-L`1mULQ#I z`rhgr1A$V*>k!vvsjvCHFGfm(-h2G^zxs8aK6sDi z?DS7e9e2*_tH!BdVfT30-Xap+H-CcVpu`V@$p2yp+SXfZ8Sau=cUbEPBd>PYtk-mH zjZ$*R6?NokMwVrCx~FZsffws=QlfQ#eTZKv>8$l>I|fG(`kt(F{=-x%z&VQ^Oq^0m zR1l&9Kc5QYgtYe^vbwHl>I$VhOs}z~_r}gR9yFA#r#TNzCZz(T3{ZhbfO$NjuN%5f z(=@YzP3tAtLWt{!N^8qiLbqSM(Dyxy`35OHdr}SO?llowNQCl}1m7-ghRRs_g`=J= z>aNq^JPt<%if17bo>L^HKStc(4wh1pW;v;lLsMQ1zmK?{zJR!{iTb`r%0a`57#`;S zTE_~$PPrO^z5DjNJiPZV_3C^;-F}0GH=s3)fpH$ti-eQserEUC~`_e0);75M!M+pMSX1&2W;rZr5($pKAvm{wQob_^`ZuvJ+>kjQ8PW&5e z`rbe1!yDb{j=LY;Bg+yF4t57tZ$B{AI|5}0RKj9*;cF-b9*g zWj|1C{EnwgKcL{uP+NzDVZ?GiyXMZ;hn;loQ2ASnwU#i9 zh?9skO*uWi;Fo^k7kTfkKcKBHs7i0j3%|jP!&;B&En-kv#A$cHS-VFd?Ke#%y}ktg ze}4KWR$-_{!|Z67H9ESky$0o*-mta3McwrL_`m;u<=r>m<><&GBl{t^<$8N|&#onY z`tng!6{bD1z9mh zNrCPvvV6+%bI&oIjHsKIIF5&fYiOI=i+7TE*d4DDZ?3f1#@`?9pi)2*B^i4MM@+Z3 z35QedDlsBXlIv>7S<7Ov00c>r^5pSje&=8RE6$!irfW+uEzWk7<$9=7|2S6k>htUk zj8X+b#@m}0>50B&bItV~@W1`1|Je%MNGX4(Fvj2Uq>{vO#P-fEb<^_?{@&l^*M8xb zIoO9N{`MiY->{k1`6sCF!ODn#_uusnd@5dHEnhaUb z!}qloEYFPT*AJdQ-LA&zAbl6BYoTsHDxc6{3_Bu!I#W9T&O9^4=d0(STJ$g-SY{l)(lDFoYlN1Q%=M7h4CZ%caZ z6Nvi0L$|Get#bJN#n%V;UPYS}vBSxb2lWl+{m!2lpZN_J;4l5+PpzbqBOeDM(0z~T zTV|J+{AWM$<2-opg7FA;_Xj__{Zp#Pg(r&jtE5mEji)7=>q)KU;f9dvaCi` zxh9T6taI!i9Pms3{V(&=|M@>+Z|9p=K40$*{-ZQ#!Lv6;3V-}+Jv?Q@pS$YsU%iP< z4a*f2(}3d}$E4{LAq8!xdHU!9eX}7+zR7EI{>{63s)xoU?tjF^`A6S}ue;c;KIlJ% zhRSvKUi|Ub_4Nvgt4(@{)5SSK5&=QMx!&ip8~dy_(S5JFw(FqnI(n_WZcPcoFl4!0 z@#Y_XoLF2* zk;D-y@ccn*JZGk^8v@0(ar>h?XH)x!cr=MAMk6+>73I3SzB+is{Ie^Ck2MkGqYR9p zDjWa%2SaGUurc%oj1}Zrh7gLzggk8bsB}RrJ7U?Rt)P=vFUk-MV}#%lNZ^u9pqbB>}>;E`-j|q@pZtme-zQ_o?=vRcytUXfLq zvs2&Fa{kV^cf8A|f9O*_eaAr@CnRZ#vzBVTq-$&HR%3NX6i0Lx0;R~a1ZR6%=i6=N z>jklkOG>F9D21N8ekbDB{I~n7}nSCqX6LJ8P*L{VlO| zzJ3+_PyVA7LX33R(Ka=E`@8)5KmSdB?!Wx6xp`xV5&9MuVAsLU!5x0!&;JNpyW3nY zHY9;W35V_tb?sUH*7Q{6n!Y#Oe*R^WG~v;cCn%+u7CDQ>9BX>ou0srE{NqOtd3^tU zn!5FIdKO-K?G=u0+-5wPvVU+$S(a?pOUm_6A(ucN=bwaiQ=5C?QM!t?juux z*<#6~*^2Evr0fN&N)rTKlziq^@TrV|KOV+Lqhl?VX||;E1!6sEK7VUl2j~~E1KGW&oGRMlb9fkNs^4N z>wL^pnhn6>d{7%24~q&T%Ccm3enz=j(X|zM9wVe;vo7hnp66eDg`K^9tn;~JZL^_i zJ67`xl(cl6&+NLId2zyO zaf$94(ljLq{g5~ey)I;XXV<^sO^fatOdJ!%2}zO=MhRgUad>=-S6+LAau`xyoSt(3 z!*@Bp^%952H)*O3UE2&(6-$y8gt0+)ElsuZfc?R*;e1CH6@+BPh~2#doVCnnmsDj* z+jTtn;B79?FMWzj;M+}U=3{s)kY+i%hr1L-O4oL5HVxxk(T2DA(jsAGpOSIPhwUzt zNy_WTHLVGVW6zQ4T0CSsM!}iQ@!gEp=6~wX@BmhYxx3@RU6NCbCuubyJh(Q?|Bu$+DED zsaeb}sLKt#Zm8>WfI40!82YJ)_lV3{uUA-O2Ofi>Z5md~1?%;iD2|y(^dU1<#mSS$ z^j$}u`{K*=P*$*ibij)*y+E2K=+4k|nmoza+1f(mczWrW26Lw2iYQGuE>=7`S2Utv zBxjxhVI^S@AcSvfM^Q)=$7K1$TTAc(h1R&CSkW|f$!NSq6sN3LGeQMhc|xoL!Z<-m zMcZn&cJ|mkyvfn=4Q?GDQ4|F#P~`cDDDiaqwrSBertV|v4g@`6;QfznT@H>6&_>W} zN0RuFV($dl9_jpbC5Td*a>0rnqP>q1qS>rBgKqxYu8g}NPyvMAMu8Kg8R*uJY@#^# zxpc-)J=`}b1%tqgPwT3r?+rvw!#;$Isp2!QJU69%SS%qL%{svlI3!ak^*b> zaO8St#?_!*2+tF`JU^jr>!FzOBQ~WJuYdacSS{!NI3BQsd6qDrFPSgA#btYUN;WFs ztVCbbMEeCVAGXvcV_n9SH8k=$Ub#JI63@|Mn>0{_VGKf{+Y-~axF|-+kgoM7K(94X z91oTpg^&SJBv~%beDvqAII?_1SJjxP;JwQghiS@`Q-(tPak4*O%NqCbxFCJQ?CV51!VmO6?BAAPZ-72jU^5o#$+_DBUU||O@-+@ z%BDe-cTuLKF@C%mhT(U*1OD5ebJoVr`hk2Lg?`X21TVbwG46i&9+#&JqWBvWBLa+Z z?CkCPi9x4PK|o#nu(fl*Wa{H&I&Bz@r)=%)lIA0%43JjSi5eXX;!shf zlCxRM+fPHR47fF(GmSffWDBWc!1zv|v%`2T^vA3UJf^qTAp9Lw2tnKUf-TK5`cAW$ zFPU!b4seALdq;%17y8cR{6jJNjq;Qg;6Tu0yk@xI{I1f!}dCR=+1%Ez+$%X)*r z5UH3+(qMW`+xBE!aCqYmc`-()n48btW_N#|JTD027%3D*k$Z+oxn_QG%7eQf_~iP= z?;vecBc(uh9gD?`wqARIH3A|1&gNxBA)B&63CQvoq++?;(A8^t-EnbI@#x_>O;a68cTW_{*%{{>MY*X6x^vG)HC{ZKrWs)vk&nh$=a^s4iQx2H^!ZNxu&7gx4qZ`@)!no`v@ZBr42Ayw62`i{Etzps?gG$rMF zO}SoDZ)UVE$Egfy{ZSl+k~j{j8|VGa&M-fHNF#C{CqK;n6GOGUKn^ad?`9G!e&v_` zi`8O28(GtN&7}2SGHbk}Xm5X)ci#Sh|JQ%|9}));Mqhs??0Xn*?XbOjKwgXqqma#V z$@$ZJ%qxkW{s6jJb3?qz@$HwH>>ScIHEq)}o_NQm*1eY(WjVU*I6r;L_TE0)#cYpb z0tKh17nJK2X_jDm54r_Q5GEvPPSe!LAqO4@NfKTY;N(z*oS!}6L@**Zq zGL#B1##iP(N<1S76RL7UvwXtix!`Vnhh6;^wz|ZK7}F0XqaZ{D60I$L?{K!KNCZwO zY_BmQWTOsHq2kYdEM&a3M_!CcvYa#T1J!wV>}wXb&Qo6BRNNfF`MNAq~NiAjkAl|OSXj}Q0}{(->lW&{Ga~C&sl3? zV+?)Q4uVYwcxhAHw(RX6^6=h=oIJYxnt-pbnQux(G2TK7ujW`^KH%xejPvY&f(Q$C z>fhw~Jt*xIp(IKe)~gk|tB1>N!olGYVHB~No$~(sA9C;E39&MK{I!>Pc(UPq(Xu}Y zsOyTZDOs=Q7~>dCcG%rN^dS^($YPNYCm|OXYmy{lGM%tktoh)*_gGw3Sm)T~W(zOt(g;Zh=!?zSV1w(cYdWj3+5= z&)}L>I2AL=99D*m5=Wk;s32rHpA#v;>87EsD~vUqFE;$}XFmxz%1wz7enORH1!i?b(4=})Czcg$up)|;N)-EAh*3FGOM zt?h}o>C`2?u^3wsm?d@9pj<`m3ckF2l|pT}Gnug$JY;{QiK39T&atMy78ZZoNAUmp z@BF);OS2-*iVw-EX80X$z7=#(yyZh`P9MCo`rf>Y6RQG;J-&@i&vYtZ!s9Ss^+CmsgvNS;V zmaelzf%o#;z9%V0e6X5wds1?|n;=vILJkQ|DXQsrdP!5GVOeu3^9*6TI*KYWL?lM|}iFdBvE zwjm6|XL32~D0NG2T1J;Gy0=tPlPXw>Tf~_+|L#gEHBu@d%L}T?H!nSD$L9g9S1Y=}7USXmQXqu#QuB66-NM6VMyoAZ5^*r<$kiGl6jl|yKbz9@k{`Hn#?jFM z|J@f8o*R|CbTg-B%>G1>B>`34($o!7TB10^IYCvfz*+9!{eXw}AEDcpBKM=bs)8tv zxbfVP7i1vB zNhxSs!=~)6)d14A^y3%V8#|ugSM+T=IC4P}b%n2J3Hg67n&W%*ynE*i$P*oMH#e8U8xNGE-F+D-3=sLqM{ru1K{#XBiG#<>44o?RkZ8IL{ zNU4a^f}+T&>(2k8w&LB(En1^EyIAnt;RNYA`gV;8c5%*fGrrIEG)09eDnDkeQ(nIv zaK3`RH#~nlVpUl#FD?-nMx&J8Si&%7xmfZCpZ`4T#hOv!$B0seARIxEuy?RW8Y{Fh zK6p?Fq9~v)TdcJNffy9N&f}MrpJYfC5+^Cbl-yg4xX_1utazXG=@U-H3n<$XwP#on zpaMzT_9Ssg5K7kT4n<3-97!6pyT5}9Bc_uPLWN{`PBGd>2+92N1e~Ur?9q3fAKOJS z*7#_WF!Cuwo6UxDy(CE@u$H=Qkyz3w#7TvdAt0$Y3y(Ue*VjF~uIpIM&ar(*H+`MX z28hjL64g+IHLctwv@4`AgmK35^Z}1IBOdoJquY{6RI#6zO!OmG@e4d`juGwR+OzU) zFTkJung4htVC1YndZQ?&>pB**+4cR5!L{WPT99NZn@z=k@*n(1belQjEx!QOaCK@r zI6OWkEyiqWM-dB>G)B?z^wRKQbqCRxY^N2=TCylDRV(=9jfOkBEi%l89f`p-FNoum zC=O9d()U-!P(f97Y*uR?-T#2)d_f#R7$;1oQ_|6d-UiraPF7@eouzAPf67~A|uPE zWW|UmQfyXpo;-RA4qpHCC&}^=j~_q5nTjM1xaw`@qcO(#6wWKVw^Wi&dr6WUiVbf< z8jMjvNF4jQb~l)+0;POf0f;qs%8Bj>Ws8)8)@4+-K--XImk^1by?BOFQ0a))Mr3l0 z>l@a+zgmpKC9!Cjj7Nk~N}3gH@9v_M^cj(1#M!#RG!^4C@Rjs{Pl@6f8HC*Z;9dI7 z3@PAL?Q@)2Vj3=1mL!(!?;i{x>KRd}FfKr))giQx?JV+)(dwyqB`6yhAUJLY5bgcxSf7+#Zt3=DQUFuf;F?{Qq+mMe(T9n$2qN zt6%FYH}Bd~)Yax0l0y!rzQJWS-P+>wzxM@xG1l2;IZp;Z1gTcZs~n zk8-`f79T7(Exjlx-I$r)Bb6n8;bRS>$&@dB@hd$1@E+T{1$mMCjLEYF0Q*OKY;F5U z*F4Ys4m~tdySDM>8|RS9BBexY-)``p3W09cG@ZdkQ)IuqmK8@)f-&A6dF4D8ra}sf z3=43*4;Qr#LyC3YRd!to4z4Uk5B-L<+offKbB0)HOtnC3%ieBIF)E0nm^g_@(j4o& zEHo63AWG&I9VAoH6@X-KNK2+a&( z8zeo-`M~=)u+(aoF1StBen?~=d;bdoDjt)kj?gX8Wl3F)$Oe3AQ+33Nw`(G6nyTV* zu^^C&vFg}p%Sn10UF7WQGme8Ly@f`@Wu4=k=7G6`<32m>`^3coX_gb_9pkn}%rqBS zMxN)m#ghA*+XT@o6y-hs%4?Q5-{RpTNj#advol4ifW>_6;Yt{49a1EM=XM;YYxi9% z%*D_C%->tZQ8183c)yqhZmN;iR8JPhrIXhT^>KUOBzF2!>v2F z**n@Ht3fNMq@`Z1S*|J+9nNS_8GHLXWW|KZIH&8qgRSp7`oTk-rrvl}RV}8gA0a0 zqmZZT0@uum0@&0R8D$)A3%cGRg&-NymdZ`Ze11u{KIO6$Jg$#fRUSDOO8eay)Yd^1 z#e)~)O19(%+ChM^hCnHbVno~4==I9G^>ufxvkODX8{hZ+y!nOS9PEQ%+n|mjSS{v0 zwId19T9ale+e{_m?^O{8!1%6M}39Yg!iE zL?w`xpC^zS6^%VjqN#AYW0|~2!!g_CZxSUb^JT+Kv_x@@3KOJK)Pr9)NmHZ>xiwDd zx;6FY5-9|$Rpd{Ywq~`sBu+D;t%8LfaUeh7<2MzP{aZAR<)v3XO_C+7muuRl_S#G9 z=pNkXv=+R3o^ZGm^TPgM_Y)4OLYl^VKZ@}LXEk4XykOps`OF=OCgIJ8npTUivAllU zlKddJI!?X+H3%c(*q8oVcl6Hd>#qDmfs#Z)im}FEh4+&;fKG)@r~!W+n(~)mrrn76K01r>8ljg3EIF~+$Jl(fDAL@ ztnlW3Cy7FZprCCVisk{zY`Dz-B0JT;8D%SO?T#5oHLl)ZoItl7UE7gn2}v@gK6yl9M$ic|bIB@so{in2 z;DRVhiQ2a@&4P>UlT_I!Sv~p{lx?WfPm_0FV&8n8Vl?8i-$jcFVIZ+6q-n7BN+n{j z&WEP<#^RC*6Bn8I31Q_Kw-z-KE;BIXijGVm_xT8?v+|+lrVsN4&9fOsXo*FV6_m3Ac7%3ZIM>x-=0ke#e!cM?$P0<8^kl5k^N(l#|;IoAY1@LhZ3)c@)K_`m&J7)G&gxA+yK zyNIcL!q>Kl%6n6Mo~De~u*5s3EUZ{*m3UZehB!%XCuUoFvUN zfv!&CC&PR&V?*i70qUj5COXHxj4HZOB|g#L>q@>%_yqa%S(iw z(bgs7amu(*$ohn${5*LcVuCS6{~=+VqtY!R>u1@JRZ|D9c|a(Y=@LRJBRS-wBw)u>M56N#p6dG^6uTIs3_spmu_)7 z@0cx1b|xMvdv>wrxmz~~lMz~Lba}~deBnN4-5#d*eqbj8dMm!0R!k@U`LF(0s~`wR z7w2be);>8r4E=&@n~pe+7>!4?t>#OA_$B_oKljs=izP+jCm>(12YFTfhH=X7-ZnTq zmLl*wS(f1 z>8p+?Nyzhrwkt`q5Nji*TStt?6RdSC78h(*3!Z;q5ydf^O-Z06c@fih9i298N<;4i&Itn7kmMOk2?D&F%o0#l%|M16 zkn1>{_MpX)C&}qpn)wBw{p* z(B+z@H8|y!yV@w6(Foho=P#o3m&q6Zl05OS?B%K>i4}1aP}L1>wL-O;CclM^#-x{T zV)GHR(O)9XbM`jBNMA1qCNEM}8q?1CbARDuRHf#3{?$8VqcK?=5=M@!$k^T6CQf25 zo@(}QMfAF&ZF*LhhS6w`WV}GeGa&M;U|Cbn3S_^B6NX~E!_MxMr}y6D*M9c{PW2&4 z@IA+3tb?vCQ3`aYNs@@0w{CLp-Xs1WfA`0E@WJ~OIUF5*E$`$S12LG*q!>?K zLu;69jR*qY3Q5x#nde^j*EQ&_!y5dEPANv?F>xHxb%r<{vv)Y9Z8ht~4Bb`;84{-% zP2HhX3_>%RL?m%Ikkm6zg+gF@LEE=vS;$B!Hk*n-1xR5iS98w9$B~nasCkIcD`L*D zX+bDJ$N=jMvx|%2x{xB3ATJ_TP0X?bWer)N+1cNsFE2P-O<3>#ZRi%<7QcZlPr*6H zTNB!9$;x%m%~2SPi;)uY#G#G$GWTYK2y*(Jn*?|MCOrKYNC8$VQu7phQFG2N(u718 z4}H^pH04Xb{Z&k_+1uMf2*qa8@Y0>H+D^c zYG~^Xt;xXkWQjq@fH=w7-9I495*G6n%lQROt2sKpL7K*BZCEW=gl@^@%5ZOeNETG6 zeuXBYb1|U`cy6*HRTZ6$Xxx}iYm7*#L%4>-Q%10cuKJtouffKao1@%Mj+$M@eSiWF_z6DJvYkyCEggI7bcS}nb- zzTU8@I$90r4N)kFlFV1UP9R+8%|L0v*7h!86j83{(46r|zeLkne(=_UWO|$4fbM&Q z)hINlmnBbT9m+KvZ+V6C?BtwH@j7DvhX_QCc=!tly}`+d$+SRXDN7IDbk<_5LE>=? z)_LKAKoG|PD$42mo_ez)ieuskRFpGcw1k17H=u;U>Xvr;1E}gTW^)c<#&{%&Lr1lk z(e3;IY`=kMp2Fr4OkP1WXa2#@j_Du#bGY@_P@4}3PJWYm|KFr^`zU=*-n<2_rwNYe zdI2hBY#%ZSD_;53_fzZ``X=Dw>57MU-(qPGS&5q{vtm1(ar-D^JlP&%ZUXM#eSkGB z;8@L0=~YgbK2Pp0$;E;okkoa@dz(9GQq;Eqp!^e$;4lh!_`!WH&(BEG!T&pe0fRw# zYE19jC6jI9G-bTC4Nh@*;|?#p^aAVk8fP7k?%(D0PkkQ;M>qNWZ~aSd-FcB)ckT>m zUO`>gR8`3h2PaP-^Z3DClE{*!66bbtR%7~(cWxIE~0|urM!U z%cs14CnMc?buizwsAf&qIL_w{>(VlfJK|8_WK0+#0gY>9NwWR#;jM;=?Wwro0u zSiXndd4otagm!_h9hjJ6I;ENa9$gsI#|Oyl7%snn%buerK|K0(g1t}R@?C7Vpi6I3 zG;gsZzCaR6nymv`8#6UCVr8-2nz^3vpnIPAA3Wr_odBaN9=B01^Mq&-}#d zzxYQ#IlBAym)O~fu{D8Vz5=Jpek`snLTD;d4rnfB5?()>W zL{CCizfF{Fvz;5_P%+=YcsgQhIw6cxdfo8w!DFPbWQnAzssZt2kxG$e8C6wLujef6 zKGs2D9umYOoRfs1^ih(5qiuUuYfYL4q-lf{VgMX9s8D$t>y-cj2f}d?{W;=%i|x&? zKvz9gm^nzsm)AP_w>dw{t4S5UMF*CUWPy+)`Ak?n&uSfgf+2q7J8P_TzI1$9~)wXxgUXo%IX!#3*6DyB+YS{^391 z{=09ow;vCAQNx|j`eVyE;ic=wF`n*nc=H8be$_(}wf0FBtL1{HPaY8{2&0gr=Wa9J z-sSe;ZIUEq(X3EHuv#wp@V&Qb+J@67j~R`(*gLoht|y9uA+OKSU@(1+aRSp;WKl&C zTgDT~_Vy0*+G`fe#Z%HGLhBYG1>0LW%lVA;su^sM1Dg%Ss*)%aw%cHnkD<&G(`bZh zQ9+2-KCzc1#88mtEz*{>jUz8oblDLEVnBZTxBzRtbrF?wOZ_3C*33FZmwkrbjTrZD zLwio!XebJ7dW@^Tf|QCN-DXcOY486OZEH#M1cyXPM<6Zbyk#}{G?^+n*ojHDULZ+x z+($s@DpWWZV4atV1!heiNAzstx)sv2jPe8Z=y#h&wX*Z0* zhCJ?R+egIWn0cMD&|_{-*Yy1*L0=IDA)DIq?)qam5fX^*yN1e%ANy3WN|In?jQd&y ztJQQG4sX7~ORv7p_kH%WoS&bwe|U=*Uw({z|IHBtqxXw^+Hdxd8WOw0r?l?(_60gqg){i(_$1F!b#$@vw2(!V6 zgj8%u^Bmn<;v~iBhWTvm{k&4)Y{%9#L#lwL(L_-|+xV77nr8?BZPWSyOJfK_MHmEh zUCXBIkfw!Xo2GaJx%?_h^z7ypniT7NsBo710CHyqb-7{H2K4z$i0UziJC2Dcu!}YG zOc6!_aTrsUYvM@xia1CHL%Y{)wymFc>#jou%D1HYhJN*c2lWy6+n3o6FW3*Bkjo8O zF@~T(1_^mlpqmZV#Rr_~9qu(R(f5uQl6Se8TrxKWA675mg#4Bm(0^hP@|V9qUIC*& z4tLaaTCjWgJfHc&KhJb~kL|r9UVq~aHsuB-73SeZq2fMw}#U@9ufeLf0c@ z#Ot5>KH?-E{%p^Bx#Z&fgr?eXc6!R;@eQ`NcgXXcycqHJTVLU;U;YBS2S>DR%VKsx zpak>F3(ED3#e6~68G=BNr2$enn$9p^TJjfng=_%9N5PZ4@Xs81LLORPxn>05><^b35mu8=B32uBzwnm%H+ZrPrOU^}ey>k}F&kKYQ6ouDY8Vlv7W)6`6$-(jS{K#MYxA@d&K0{TOD5b7R`enJ{{PZbF;texl6mxcZ!qdl( zm`u0HixG8Q5yc5bF=8^E@aVyP!cY-MF)9q{wZ>UT5JlA02Hmwd6t8~b4Z5!5i(mLX zY~Qh5EGXBPSnH|yUDNRB=@Jo0Lf0@`8nVn&C(|@Uxr(lBxa4_cHzRlFWJS)V7A&*x zCtv?IJJEtFIOIfpmVLfT)IDTX8c6nVL59#P`utUtS)%$2lwL3@Vy{wm5Jw?ZRb!1K zk{zYkXO{mcQT>Q;{SE?06ljvflI0_o7f zha^cnTqQ!bcJ{A1)=?M^I240a%6p10A9FEV@?mwG)+Qvf`JNF{)eFbL=Y$}3)_7QB zYp5H`*5NDs*kAd#x%0wH+=QIBGzxZWl7Z-zw(@TefC}uvNQEpaV zKNyE}O+}i6GyrWS`L8>1x z&O&CJ2xZo&K(Oq$m+?4@nn+tY!>TG98Ky7E5kmCi8)->cov&w~HbXXBNW z;V8+*Ot<$KO{Uzqd5iI6#A><35pd)7i`;qfW#TBJYdik%_kWl3ll$bwn9*dLqR74F z(ioyB;`HQ%`Nb)DF`^hvsE3L)NmCyPZhIVpB*};1nV2Nc+02(L7c*}ytQscMDLZ@n zo*e2N#c0IA(J_nplKJHcO zBps0#Q>-;yoIarsrsQEwAT3o{6NCyxfUZ|KH9`gn0`0N1%F?x(PTL{W(ji@ko_vO& zet^^$=*}xtR8kPB4k?vSdoltm6oIXnZXb|OcLyTBK{q8vmpnBeqoZI_{SH|o2&ExP z3o3cYY%M6)bN2Fvy{&{!d+OM9I^oeGVyjRb?3 z*DIQ)p{Z8%T2qXQVak!Ry}d&aChY7VQH)0Px?{CmlI3F#k8fbDCCf6bH7u9@`zR?0 zqY%>@gp{Od&U(G(-iPl}tuFoRt-N>Hi4bcvNfL1O=ss^RZX&Y-WO&Zl@5vA2^kkWy^zGA@z`CJlO_g-LD~lCdS>Bg5b>04 z-lkn$uu^xB;h19e+k_!#HD;ZBinxD5Sbl&?x7ga=CQUP}Qv=Pxv01OE7Eh^7f=u@? z(GImdg6a|5`b&gL(%6_Nj>)rx-dN7hF45X@bmNH8DDzPYfuCVpquI2AR!rE7XC%dh zJRjqnW4-ct=J8~k@pR%(haf-&G3(`=YO`Xsm{V6PoT;cg$=&iMwHAcxdn88q-~BIt zVD;+9KQRgd-|6?wXZH~fvZJmWKfl#J8*aT`Q*PFS5l7Or4c54!0C8NL+^6eW4vud# zo^B&$h*Ca>(>j51&@E?lyiIaqCQzC;H(`!zj zJ|++yvx`$6oRqk5gmr>YH0%|cteEiV;ZtUHM63+!psMs6j?>|{lRV|Tf zsTx7wJEAyXoLOw&A*2G~^>0%27^g7CVRcKMr}Wl=(ae+YBeZLZ?j4NrV3RP8iQM2Ajpq&nRc7oIV|TgonojLB#gnKGW%xvfQwm&uN+( z-EMg2!5U1*t9J^j#t{XUMdesmJvXP8^QGZl_i++gVO@Zt;W$5~5xbmh#w0<@C$>+J zLByskS(K921SDoQWEN=8d~u4ZEWvb0=}6M-I*75=u?vz&TBX&N4Q!(+=UnY-w zHm#zwDXH2J2yZrb$sTI_B9W*`qL9`^9PDp%b3f<7dtc(=>57(!xId?=dyn^>ejKVZ z#QFizp!zx8?6Ex!IiB_`*A2#KS`Eo)2f8I~wHh+*0?0dbOmj1dS%MS@fzkCrhz z^(EzcMY}kq&0gS9cN1M+4mH4cu>k-5|MUN5RaN!q z{OpW+vqVbkQ-S-QPWvd)I0~QlFX`7m=TvC-ACX*?X zt?g^iuj^}`%zHX**iCD!F`Un8jL4AvoG|FPb^DVPS;*r>%cIR6%Pymc8lFp^GKni@ z^9t)EQRt^Ay$f)?p>J1c+tc@sqR4P4lv%SDH|U)r?>@xjFVG8x*nWea7A4s@b>!;x%cn{>ja%mk=1>IeufnZ!gV;A(6$n? zEo8ROKJQW)@9zj)N0x;&VnWpgpaQe^wB+Ryh~6V(X>55`94Cov}zBLPKZMo$rVC{n7*cI zdX8=!5-7>V#e$1@3(<%+eVJ(a2c$|f-PX&vgTrIuBxSm_#d^JAvsz+oPp=yu-@ni0#geV95UCV#lF~K? zr6f_3kY*FIVnS2b2n<44FOXd>S#6diX+qyDSh{2S>1UBngX?|Vf=p1&6GFS8i*JAk zz;(#YT}JwS2qH8wCO#&U8$w$Wr8ze@%g7Dd5i>%g<1`_4yKG=@C)L6MtH#p3dm zMhk=~5kW?iyg+DX>?Rv8zHlK;+mXjHc`sOWYi3o)(cv~}?9k1Ird%U}oFK{Q+TP3g z!)W+9f~qW8T%OW36~gw6wx-P220eP2u)a^&UGhYIhUKc_#r!_wEI=tiNX>aY;%<54 zI;2K?r+vU%`{HwTwTZ3uAG$SOZ7QX@&b7S?d;VJ4z4Q=p?ePvl7!ycAue%|V%ZHl@ z;dAMIh_v5DJqRf9`Sxv%lzzDHob{yqG(jmzRr*TRFQSaebV@!NlV$!6mS!X3e22K$ z_KvtsiBu8e=@z$NxPh@DogRn|%2&@m6xy(yoltF-=&q%%N;aznNJW}@!h&uqv{Bgf zCc@caq4o&pa4N@%h)~b5%99>!`W$s|M6h|EJd4;W0+e(}l^}&5KAuzj+2Ne3fbD;VZWO_uoM5*pC7NB(IYqPYW~vd!9C!v zQ+*unSwh}01qHo(f=5UL@sll9znin(*p_ZDjnMUfJOA^ng>-Zl+o*?L2^ z^wFqSYL+1MiIG7VqJoI=beEzi{BO~=9307x5B0e?WfgrKIl6=DPDw9+hb}*&AAJH%j<6kcONhou z*J0HN(XWVSzfKZGjJEf2)^K^*psgZO4ZR%G_ku~hV*l_Et$Qxc&nZS@M&m7dregw5h9tx?=%S4QtUMq!_Sm z+ULbd2qTZ9u+|61n7+d~cioq=0|U?D2*a3SJVDBk(PT=N6&NQ;vz#E1T%Mm(Z{~!N z@HuXA>J!+9qRJRUwOP?LwU48clB}2#hQ5brZI9MH&1S)->S(tA4G5?H7X8~Cr>$fe2>H9Lr&&!I`25zD|q2RvRtfKHx?%o zwhKvJS7_a_+0=B+2G`D+n_V88R}ij4Sc^n|Lsy%(VYq9F-m}xsr^dVQMIZ2Q{pI78 zwf)HFM0oh&RVp&>p83C0;NL6lQG8F0S6bObw{?8e2%_Z z^E>au3pWdnM;popCX*5K*=)EDNTMjfQ_VUyWy49cMUe>hq8aPj@#w7Ma3^AW5>xkz z^~D1&XLC+?ow^eQ()^Koy?^hMSkbg*2*m#0r+9wN9q==+AAPRxO)SLKV)OSuJBSjl zb}c(37h30@?T$n2qjg@S`HTtU2EOuDN~Di(34~SEs)!pmZW6@_`mUny!StF5k3D?6&*-hVw$}R4 z#4E1#Gy3f}Kx$mCgYRY*9E4GXY#Ph}Lp0W5tpRHXi=rEjW^b~&I;xT2ghB#pc#^D@ z*QOpRK`BpG^-b*lBk|$ZFL3t!0^FT`E5WN*BpR<5!tPEOFv65DoIDF~v3G#fFRY>^ipSh=&ag9?0V&}KE~?CC?|&_9G%*f*^` zs>IorDDYs;+GJGnfZLNb&eS;J$n%1_ZsBDiA(IitSQ6IQW~TI_gRePl6Bv6@-3PYMf?OQ>w0t&xxS>e_~`oN?-2 zO^(P_tdJ!CszSm@-P6f55)8l-`7jiIh->eslXj(u!<@vK7y5lG@CHp+CeHs z-}gQyHIT&dnEk_>6k{(BGkwo$IY$V`X0>FwxC8`?**RTXA%sE-i*VK-ODdu>4&9c3 zhYYRDj-}h@#;7EYBr-@*D#Q*kVTzU~mj)S)xv>N5swa&+0CPQm!p4qhG)NUwX0I|? z|2|=PLb`v$%fC#6v^9(96+*jaTRh;h5}n}vb`K6o z(}-Sc??VX#np#s#cG=t8p{gpnP7_5DK^Smxc23)@!NF=dN9)et%fel{6E45V zxPM5Tji^?a%yq$~Ic8SH>`f$x;;X)p$i`R;n@$p|jx=znxWE|)wm}Govzo{5H6G7n z0=F4}=#oxtvs-k$Ab+1EpRio`B%>q(;h=RPr@Tzr=iIPgp$IDSogI`?Y?e!!vL%QF zSVs`RiTWgG>xfWv7?q*Ilu-)f?rn1Y)Q3+>fl(PNd5hD{7^_PkTKSPHksU%Gw|8$4 z$Dv1!SVtl|kP%PL7HrB5aTr`rMZT>C_*Z|ZSXtALu6lV=$?L|kv%Y61hL(&SCK?|- zs>P72bcJray2w4dpo)(i(eAo({@P>okC$71@w)344&qtWebwC=4rG6Cb(SE^7;hbL zaQqz8sc$^DZ3j5gEJX-!z3h84girURX-?C$T%Ml}Xb?@gx*(E07RhS4Ac-aC>yWRU zZy~~hQ21B`AtlaeI-`ivoGk2dA|O%*>lDuRM1iGq5v?8|@6OUz>t`SIM}SURTU1;y zPFmVtQFS3wNwUb&G!1SjJs9Fi8!5GlJL7LJ_tN7zbs7&;clCnE&Gch?8}H-8{qMNvGG(jUKle?`a_!;$MJ5q_j*uUmi4 z*+0^de#Q$H*9%H~hP}OSC|u0)JJwUeLp9w8nZ!Qneur6`eL*o<2s{l8dFIYBfq&PRo>eI~qPL z$De(DkKjb!!PXF{h$PL(^8hIotJR85mjhYq>P|3BHV_`)arHrbR3RfJNRPH~&LXZ$ z3^yD%zMQ{asvj{!UG1({W_P}JeGY*+AIYb?+DU~Z&jU`M-1TF*qeG1G$E**V@khHr zV2s7sewem+6_0a{qR3fXp7YMzZ}YI)X5Nm8LUk=Y7dVvsvxWD){tD!vfOW$$>EYvz zmsKfseIa#@Yl^(JW~fR%$lQOh`dP6uRLyEo#$2r+cRds4x@x*^!@xJJq^@^SK0166 z*MHuBUqKux%FTkNo}whwy783%D?;n=vwEWu&Jo2CaU5Zt;=M2b9$&q`L0t{c<-kJ+!e0AB50SN~~k|E!w6 znh7g~k_zkW^|5~S_pcVob=AzXsf&=}de?Nre9|j+zV^OpT)^S+Ew;BO=w4qR!Ag4S zyfKc8^9xQ-p5U4pM)%z7U!i6~Eb8wifbq}1{-h)LYB4eJPQo}NjuVX07~Rtw4}0wU zZYUhYvj+7L>%es(z(>Y){k6E^YS+B(sypl3GlJ_%`}&?Zv~N5b#Q&Kf2(Ry;e)m*E zXwFq<&{u2L7#t2IdY(RdkIR#gt?7ieZ8^JKQq?W3OQ_r!6(%Gyq;@Z|G81Ca5YhbE z;`<-_2)>#|7-JYsb{UTgKb}$&Ed+G#Iu^6004yu1^@s7tEt0200009a7bBm000id z000id0mpBsWB>pGifKbbP*7-ZbZ>KLZ*U+}6*yUmd!6;o z%LOy**LwlHTWQ5f&;Qk8ZL1d(L|BbG-9EuhT)5Tm^a<`G9dB1^1kZ7%TP&3cJ|bNm z>2F9kils6kq`QUu8etkyV@g-2biCb72+t!^OWHNU;z-wOguBQjtwB7#Gr+=D``RWl zSeA3ex($)4fu@$e6-{lCp1hpwjQj~K+b~eo(iDqavLjK^)TUS}M}M>J)z6(BZCc1O z_hmTzafY-1qbYgrH(0tc06Lfe02gnPU&TfM0I^z0L_t(| z+62K{ZWC7kfZ=~G=gigP8QXD8k`fS7UwA`eCtU(NXxG&DuA$FWRjCqf5g`yljO`iQ zbHAR`?=#;0^7A7Yv$m_z7`Q@WS{8j>VwxsOO$f)sG7Qf73D@(P)Py5lY{#YRd-}3q ztk2jo#+J62X{~2%m7|s7)V9P|x5ywwmpOHwqeIO+2oTfAY4=2uTrhSm()Ah6N9sJo zv<%$9#vaCj^Y#l$O+<@JoG_xvb~IH%uvjro9Ziv;hlZ-D@O_UmPZ=zWulN7qdmiEZ zn*Dx9KOHg4w#IXO)HIQwQq-szWk7QKBaU!bZf*h1q&3Tn4e|0B$>ur3FtJ)+6V77R ze#UyUL8CD}$HQ4%FpCmwAt>sC_kaFDeb}RvqApH|Fa~XL|LK9eIO9vndUHdRtmvAC zZ6V3hjAgRGL@R95pz9ixhA3F_=IvXQInmVxvuKW`6%&Fu3UQ?5cs>yb!7sN$f#CE?Uh%U*}Eh4Wl zb7LnaL*V(Ci`6sMSI=qk6Az!>Q4VQK_&=`E#H@y4l4SpE&;mZ^B zM~1dW3P}_#i05;5=>gNSZJKjRTNfnZ98UM-tX7z69I2WD+q3{peoAS|oa6C;76F!;7}_JDt2rFbJU!eICri3< z;KkZTDZyfW3qY1;m}PlJ3J1^xVMNz82qBS{&FgE)e6c28UZRE`JvBs|ALzTDdFb>0 zZjY2MT5CSu-7$;0^tC zs<$xEc&^LK7qE^$|iMgv4=Ns;b1$nz1f;_mn04WuA=qQdmLO*1+SW`ANbyH%Z z1QQt!#h%sj9E9Ldl@zysvRIr^cc6#Srfq&hwp^2MuDSg53!2Fh0k%HzXf4CglO-A5 z>ACc-@<5u-saudzppzirXnX3eesD1H2$)be6JinO(hN=xgex!gVztJ$X(Xr-Vt0 z7sV89&*b?u<&iK-@RNkosbn#qBNG!dxrw$ZX{wGmn^Tu1ZD*O!mY_Wzwg(Qo0$+vn zeTUPED4h|Sl%}aDPd#apQkEqWAz43ti3tr_K_Et!S%MORhx_-WNs3mID2}mX$K))b z(riE65t|qj8K%jR-{0f;KJri=X@{Pw*rR<9=SI4wA~G>TDq@pT9CMT$`LMmCI3AF8 zK)R4&uoR~wo){29pp`;ODHuw47+06V^$z z_OX4(FTegqRUXk^$nkU{HU`}nJ3hMl1T&jcoDOuwfx2qQ(j{Vox~<6)!(c7rI5JKW zsbH4PD2oGe7}9n}CKu3k9Wu{vFv~S=98o&J&z1~hOW$@VtynM5IXk~1O?{LSB%$O~ zmGsupbRD0+y1=@KFbLV?Ir7EpFKLTC`R1DXxI+SG7tc^y;PnqQ<&MY42fq8}D?l^4 zk;o5_LXgcDyxp{*WgZ=7%?vr!^+YkV4{|`_DAtdp^Z+hfpCV^l{3^6C=0x zM~pwvwmpl*oX5v|o?L!LSyjj+$;f6a_PZ@z+fr2p!_eV{A^A2Zic^wghSDBW5O9+} zkR_TVTQb^?$Sl$Rig!0RD5a2Edu$&z#BqYPJxVGzw}0aX%WQFm6oSdMRGsDS`Woej zxS?aey(7(L?Dq#|vF7EAj|qbS8HN!_Hse(6@jRc%B&^mK1fikr8Uhp3bkMgQXY&<- z)P!b*7cN02jLy+oiM1Bb^U&LE4il`;E@_*Jv9V;?lIpa_XvO+Ge)jI+mQtUSvXE-`K=g_r;Q9`~v!PgO1 zd8j~>XDcj@-+m}r4>@&N;{_>ky5Q~Q8xSCsLI5)G1KM%IIzd$xc%Fx|mg4>jf4rw{ zM}jnC8b_S9tR6o>BIqVb6vtRQ@wRdxCDPYCI)9(fKl>%tS&olRXw8HLES4ZjXsu)2 z)T~a<`Oj^})E)TIQ;@Hwonna?xgFlHX5guZ6#d!!#=CP!5ieDUwEIg}M6layU?&)6RrU5qgeRbAux9;@XN^{dZ6f8l$+_Jkyy=e+yw761D3nl#Y} z;aC?PcB=5a0AnX29Z}q0gH(9FkJceN&~$x^wIfloq#XuE_kc%bwV@k&*4r(4n&IIn zi+lQ^M=6in^`2$EM0k>UqS;qHaU4?=1;!ZUWDLVJp*$a@d_MT-7xaCH89K&sIYReeB4Iz%`}d8pVHYi_=Kg>x1^jA{Fh*Wdh? zp_$NOLN;5H%x2_S&fWF5%#(~DNNDOEW535qi*W7QmoS&T{J)e`ar>r+SoOKvy zQOY5_kSvNA`jVoqIDhnn)$utuH@DPvjq(&v-+K@B;io@;v48iCc0-SJjx<}5&Q~<; z0b>SU{_l=wPtPg$dxWR(m1bLP87GBB;Y?3D&lrcEap);`8q?k zRSc6P2^GGl=(-LIFinI~VXP%dQk-*4(}YwCIc#o0D!RTWKe<3ADbn{?oj)O6p7Z?U z=d_ccKGd{LjSvncEMeftvmCJWU5iqRwrj}p1zwag;Q@kd9%K3)=ac78>HD5T(*U5JK6~ZA$89K>Goex8M&Sha|^mynTI17^esslFA)Mgb1k^CxK7` z9e7|Sg82e#8v0&weY+-(Vxlml?ONoc$In0r%+Pb#t!Z}~MBm`LhV2jU{7i?qabRd_ zoHZD0salD{aC3W&kQ(6zq_m{tj(@xydHM2tq9i9y=LEjsU}nToLb+Sxdlq30#!MvH z0ynfcAvsj<==+{DO|Z_QwMI787Qw@KA%#F7_}ypEsOyq6j1bOpb$v;D*weQM3=h{# zBSF(tj9o=pZScY)KDfxx@dD3|h;+f#)fI^A)R$#}svs3u5kWHjJa7Z7bTUB+#0(qchsN zpxo~nhMq8-0Wgdsec$7I3ibS>pS|e1Mtfd>wU))=n67JRy9R3v&RQljp_D@FkhZPK z@*~>zfYu>tGDk^8o}VBDtQHy7p+qS~vs*Kbf~nc?<7YqN&^oH}nji=XqXl*Gj+4{J z80!!SLM?8IL2Cw=d3{}kFIS9!x&>8LR$)nlnP@E&P@b?W}HTbVW24P8J)v9 zN87hZ8L}^H`hH*-dX82n7-P8U?nvSoYa_P13TGWBrysD{7IgbPo;PQl97;+;9a0?* z%+rKzQJ|#4_dUGD@}%;-fc5$s=N$deF`ws*Lr>Gz%;!t2H3%W;&BV#+1!fvBy`*a< z1cKQ-e;`)R=c{*@q)AFu*Hm?l5CWwXaTN3B@-0FL0zY6fhPG`PhLI==vCbl;Knh8o zWu!^M_3bVH=h0ktEIZOF{OyR?_sco^WM*Z$s@!(lK+6WTPzyCopd|znFMyaL-T?6e zp6~?B88TwP6eNUT0%{?3(+Jx1#gtu@uF5>OJZE1cc3c=7i${nZvHyRqZ>{Lh{^HNi zO2$YL(T_b+NQ97>#Sj7MH>#o=dy*)k@6Qx@iM0z!l8~o4agwor+EbSm(=;;ci4X#L zULvGI3UPTd1d=2t%kqo)Cot%lSSk*$f5ALYtX5YDsVJ)r`{SWjLa2IPG|oBdyhP74 zLC-XGgZB;*Nfu|R@(R7one*T1ByR)i4v@_&9zmKCU^ zqQO z)9)UT0*=QmSz3_i6~Qk=crv9pJv~Ac0WgebR_hJt(~jwMVEgtJA~;UFcYOZu|H6;{ z^&g15;e6Vo;+Q1Om=?v&^@cP_7{-xE3gmBm|F=F%0J~`BX&_5;vT6k?p)4DQc_Q+T zWgZ#E6J^~}uG)(U@}9mwUA%*oq*+0d=Ir(lL_!jPG|LepCW>Izn!KpNdt_E%^+g~j z=?WKO%BV*sHO_lN2xMu7TC61u9c5YLy~pSovOwxA-8fLD5f2l@QAFI_5d9gC%Xsn@r4mG(a`XIKblr?~9h06p505mfE4CfX z``5g8dy6p(%d%VucztunvKX9Q5Lu1{ywjvv&fA9$rDEbV<*&4wahW1XeQOCqHRLeOq*5lYfc1EVomeWZvp*6Wt*>nn!wL{q2SKD(hG z2AaBNv)Le|ikTNfU9S*A;;qFw%l-Wuq#Fs|B9%faMI6WU{fxDmSjCvJV;DQ~X2mcK zs4OGTGj_*EuG(v?a~G>w)>yaTBSF)&)Xkc@eMX$7xWy7n!S!a1jN=Ofau%}~PNy>> zjs#U!uzP$iic~qO zxIc%ZIo>bgSc#o(RegO9(%_T3wb zG~(uJ#i%voxPXiB=0HDa*6lURVmR#{`TDD0p!G}|XRMnwQV0ZrPd~^xj}u9fVHa}& zK55Es|Hz_e#{SI1<2{R+$?^<@qH0=%P-s1~-R+p>835-TN=b!`B9w}G|I_dB@Wtl@ z0?%K5#55TmwmWWaR+#gVC5u?b0huJ+u09}5GXT#039U7C-SX3W!K?*@4!IfN6MmR)&UjG1W{5J4(A+)r{hJiXlI%2!enN&nNdZw2m(#LMj`=8U1T_; z@xhao4PWmjjP8+fLY_K=h-=8@gwmcp8%m$)J(zY$Z&BQ9kdqET&H@EMh$DYISM9hT1f8)Uuf{Lli zn(ut{k|>tEefNfLn0a<{!?)glpK%=7ACIU+N(M7iB`N2zXITtcR3u{dJfg@M`y+K-5vv&)SG@V^=OlSS z)ogfneM8$MeE#Y!-dgJQ2Bi{=S;(>sAp}ZEL{rq4Rpu<)|NR*NdL&lR_anhOhDl?LW3_qC)6>nc}!EU7$!r6BQGkpkM|g@nGG~`K~N2g>CjV$H4{m(K@d0| zw!~6Gw&K*C@pfXEEnR;Z&RLowgdmELENk^Spm^2sOPqnkCiFF$4hn$0ybN%`W- zFL2(|4;{h7y4le66OY>+(>x-i!n?rL)r(6kolD|4B?=49E=1{?YJJC|I}V*CO>>Yb z!9|Scg-Ltryx_x^*ECg45+|HaXRKY&dPZHZTMkc;AQkJTCQ>n*%`@sI=k@(tKK_+Y zu=-4-8m9S)Rh7`TYovfIZyC;87B}O9BLEN)fN2`ZvYfoWW!58gS&;`%9Ipvp(sctN zX#8X`QI6I}v{A&d!vYPA7Eh>r0iWU3ESCr)n zN5Sd%i1(gpJYlUNNmHbdq)Ep4eB$YgAEBhAZZ_y)$23m=FJg^0Xx&klDS3HWn{FAY zih}iOMV94!`T8sNhXdAHToTm(YJWLb&PBW_u!nib9q z0ts2MVKD=4nJLSfU;X$wfAo8w^3zvax>-_JDJn@=^h8lsgrLyNh_(x{3RJ5*BI)?> zy=!LUnWl-hZP8lu>dRM%x^BtVH?->wECy{1eRo2*1-DF~XROf_bwgRLNsAIfj9Vsd z8%q=nF%vS5vB6`s;opApz@Pr{?<2wjA#gaH0l{J{i|dHfg6sC0e&`scGu8`!^3$Kw z^%Fu$rfFicX{qZ5ar^QkvNXlcBlA2mc269)U$fo5C5Q+YMdalrV$AXqJVX*~NSVe7 zJ?uEmg57pUq7;Al{SUdjTl1HH^|vH3Snm<;NN|Q#5wO~jh=}dJ=lOdd&{Q=tg4L=e z5Ge8-?>&9r^TGQsQE8I0+rA|NVx>^tQD5I(l(o?`^%|#VCg%_YA^}Fvc(?HNQ$(yB zX%Z8a75n{`zy7r!=gfwh`4ldRejArt0#B&lvG z>orOW+%jXmWw8ct4U3PN=b6RyNGZ`v!1;ibo>;+E-7xo0WT_(f3$ZAR60Hp?76PSW zq*Nqv!Zd5lVwmTVw!P-*xMMLh);Y#;pv)^mdd+V4j`_H|@IF1#u3DB*ktUYYa9|iG z+9t=CEvxp15J3oj%@I;jmkq1-hQTO`#N(WyDNCe^d3*oJ?s3cR z@quR5B4xy>d*YLCUl9q#sRyMbAw(?3a5x?q$C2PXv5GI@pVl*Fz2bO$q$p~R$1Qhv z?*kE8oDs(<_pg6J6oHH+T2B}6>mBv_nz4JLC`zy$yWNCT3TOSL3wCu)dwq?NlA-U& z^9;P>KR$oM_0=~~*NR5hEM8=P}I-oNErFK+2h zdrVXkY{WctcyB0+E5>QYhlt0+kws6uc>W&aG*J~L^5uu`eWq0M4TVxf5j?zmjZ%^% zPN?gaVeDv{4MKo37NFf=g{&D~U zX}tkSugy} zKlU_rg*JvXO=;I_l#(&`U%%pN^9-dFS=JIKDMCmVYcN_Xn+J!uT5`sL< zS*+oFvNZLE-F`=wrleVlvko&ZmrhteP!t|1Bg(4e>2zXQ?8V#{IYt|llB`z^T5Hbd zGeQXZVL&-=sj7y<;gRc`JCZab%?h@U_q3ZEs%pjQbU;Lcw!Oi7k25m_z#0~xFbq9i ze<7&e2NLH9A+TAu4C8S5r@SXlQ^s+mDoR9E(+@qvFi;c)SQy5MVH_y(f^iyI=LIUy z%8p1}K>9c$WsF@6QpM`cqg zy6@XLCn7R3tI}z^-0d4wtKGKCuI?^3;8r8XAO;8|1Oo&@LV(nxobf~WC5)ILF`-*V z7= zSp13403k+#Ul^w|ookR%>03R+idTP8D(XEFsTBw8s#h=d&JT#K^~A65_*7i(>aDUx!=8AFVL*{}3%hY*rf z3PLKJv8*Yw22W=l?t*-jR4iew_5@)6>NDRmJ$kdO~+lAliPP`yN)m?LRj(B86n_&KGs1&)|VURb49O0Uc?M}=_(p_{f_bRfpM&;;rixT zJ%Y6596iQ5Vk!9ODVH^v=Mkkfi%)E>-UA{^3C3xnYpN6=ge0YiHcBI9VGf>fIuYh0 z?XbB#gul3M6yie0ool}A&9=K+VhqF>>4%Q-@lAbj+cNou-|X+{x`EARcbTRhi78SF zXr;-y7R!_p({!!_p%Ap)fH4kAVVOsivRLbwrZcDGp0?{5hF$$XrLZhBZQGMl;PK%N zPoI5-rshL5yn6jPyX}U? z8DfOC>uSS1&$W;b18v))_vZs87h2~iDKHGXieLR&DSOi)5a@2GnsQDk+t76beqGr( z%@Q(i-`;aNop^Ztif3PYk98c$KJw02o?)D&5fal4-1eDI_XSEukxFs6b3!Ri+qR^X z5h9^}_ro8(6hb<3Mk!4W3)4JZPAW+Z3-Y319S(01DWWdIsFacvGk2eTPXF{>jC1r? zPjFq&)w6d{P0#CBuPHzx)9K89s$yt;(@m{kLU0NiRWi<6+IGNNM=F`)anG70LUnX) zLqBXejYo=*+&p=PZ8}`rk)@>RHb|whO^?tDq~ziF$hI3O848)x;Q?7P$McHH0qrbJ z+o6p^>w@AsI^;4oNKYxvD<91))3YeN}=oeT1tY(8Hg$4w7_H0qA)K@ZIFSsX(^>(jX{0z z(MK;s3U1R4l};K*@+*amREoB(+jsQ~#x;;Lhtr8~n*YnM#~VT%E6+#?scTEVE(@+{ z2cFDg{xtQ()!{W3OMI#*Bk@h&ulgg>%7pk z8&)ss)YtV$CF!~rt*UeT^)I>3FOncwEt{Fl?`AT|?gublrfw>^x^2F-Hmo?^ot| zBm+a+qRf^YC(frMM!}}*`0)?E&8yEJ5kf)Xg8MXDY4*oGssLJ{rDD?$$O1}fN=|gH zibFXD#%W|8PlT`%qi6LKl!A~3zfR<$S=MSGi7~PIm8NM3Az-X#yWL(KqZ#$lPk;I{ zmFz^R6Jkz@VY4GFEAw=sZ9ANE_*e)_ongAZMQKgr2D+}p*%qw@RwPV+%X?pc!7vOM zXK`&u%8`;wJ$X~)yno<)e5BiKi7}v*qVEQj(kM~Y3?B+HdrHdu@OQtf>8>o1Vs(J z|24;x+oz0+XIVX`KIh0bUAN=9(zqHyoZR+AFC2LRCc9?$4{bzqmDUidA zZF*cc;Qhj~3Z`kohlRs&1Tw-ntWk{fnf+l;W8Gzv@EqQJPRX^OOF47> zh$*0?SOVNu+L2qL!G4!vi@dLJX8rIG+z#Z4f}$wD@Ia zIv<$FGi&gOl1ZiRsv<1^?2kG=`D~%xd!vZh zdi@&p`+xr*yj)^%%eqh~Z~eU4v4pj$&G0GLRWT4P)h0ANX;9&((H=(h46I z-afv@V+m=SuUdyM@NeIw^@#Uwn37PG#PE_J;%a_iwS*a{J_l?Pi1e-XH$K%aEc|y8hy7 zV=ow`2`SRJ7Nrb*S0gPI=2T4f_U#>?zMlE~VWpHr-#4UX!nQrzt6P+@+wCa&@(%?>b_P^$_{sqmN#$DY#M!1@JMTl>`b}Duj}Z4|lBV!ufn;UPhXx zBW8h9E6<+oIGou!A zTXI;C0=nTEQY{yavjo2)%ZSn)BG1^S!&=Mn_`nhrtxd#`iGD%ofuZY}qekSw`Fvo% ze~VuiQZ77s@`T%`&nZIVW8mqNo+W@JB1#2u^L(ah2D)~K(T-dSDJERg(6tRpYeEbh zk4LPvs2~5mKYH03>y%JPAqc^vwPs!xj;901SHC92aDj0hn_@?j}$eo(sct$Cc?U~xqiWu>m4yBj;BXb@U%@|zZeS2ST?&W8Y5WNz%=gp z;~&1q?Y7}-H;PyL$UY=Ce?zl*hpWcc zwnr$!{K$T7P)f3U@*W}{nb(QNwya^nxrVS#oK69SV0(SV&;I&>$D`-NzdJC_2h!vj z`yL%U(L>`pro*0;M;hm_u4cECR9JVRPC28#^ZoC=T>R`##{=>BfJy;MVj9m}Uq8hd zM+miPT$hCqea)GeYF>QzcE`I|S+S0a;7y~!A?_9*~(`8{-7I{V6w&dusGIL%$qQH1Q z;A~4Fb3Prpy1r)EY)K&!Q>l)DG1M0)B~nPN)~svwU<`dv*S4%adG}b!48hNo0^WOE(_^he8$&4x3ix%#TF3cxplSQ+!Z(!$ z4gI#thQk%pI8ky&=#F6+5P3xt2wBkdSNI6QpP_iHZRxk~kW=F8S7$!{P1WpES}8>` zPa`rXNS;JTqdi6?if~wK_+p0BTGRJE`l8M#r4j$`Pyh6|o*p*SbgmB5;fj8{!?+IF zG}Xs;q0>@Ggs5T!0>UyQOF?RlGlsWs?^)LfX{6shA^HL;Q*we_2w}lmR~Jr8a+aj% zS;I<6fquBghn4g3u}%=BAOyJfiX3O`@Qm!wNC`Qv#8jmppTJqeI8BV>$n$q<%d{*L zDF%!-gbZ3%j7BL;(+MFY4-a<~{gk#bXbHv?1cg#EnFebNLP$ag%*$N;R_lxqlFep= zdj5R(a$aU{1PB8>*6KpB4U-LLa__B2Dw-J3V~;L%F3 z`jxP(SX<46jdfKRDK&PerM`Gi&q(EvB9jYP+hDY*6uj+F!V-a>eD4K+@csAr@Bib^ z`SI_*$9~eR0s2POouLF;YlhY#Wnw+8_#EiFOTy4Ol#)!#j1TpKg>hPu5}w>Xr|S*I zO30oRBj5P#?{K{t_~^&q<@NoEdGXx6xx2)iPvlZ}&41%aE)W=`g*U%e$VlALN{&C&C{>onw}*r2n5cx7^#Ts%5gk02agt_8iEmc zMvQZuLO^L#h0XDdv5rnD3WD9uv-&Bd$l-J#l+57j6%ZkuxO+J9C+`dX_nW8W=?&9# zqU)|neve-~*(%Pn<)8fH@9;K|+-v0(a`n})g=YREztBvG%o_ObJgLWO(Hk^)c zx!*^mfK8{_4%dvwM-GQaw!0g4yDiSO%*#kf3TvzL&<9WOffqN9--MRFZLwMt^IA_? zrC8=_{tVuegrsR2-g)+n?Pf;&+yDF@kGbRxh>F{D!fHzhE3Ip*G5GNfSx8c-VMuEm ziV&o6q}lE&Hj)~x6(J|2QlywrLXcBN%FJi4_k8f}fxmg3nS9+XA+GeTBZPo6mT4aG zenkp_wGQhVa!zD4FW$Yyu<{q5d{&uWyG1LBv6@6;omb5I8ZU3E4QM*?kAC_gzxc~f z_~oasxw&~pNwM~Zx+R5)cGw~i_^=W}AeTy;)FmvnM8|eJkW#{2dgE!FE`71NG}0ga z;mhC`w=NTDU5H_!q=a8*PNzq5inyktsA1UA*viQIO}}Fs z{vXNSqVU|rk6HCsvBuzoC+9-fw0!*Q*X)loIjy8rNYN8wBnFRj4Jjm)R+X}hBT5R6 zr$@$lA_R~3d>I+kJ5T zDTo4H+tooktgOpSq0|#ssG5^=4MMkk^J(H?k|>e+$ZfXkV@m)9il|0(*eIm{CZ}L9cx&yw&U&M=o&{B5@R|jiT!y`+YM}n0c)!e z)^>gEW5?Rht?R;cK0_|_eb4HlaRbo@r0(ckWV5?PYt1;0#0yA0ozINZgw`7M!G}M3 zsibsGTaorf8l!86FUd)Wkw5s9l_$?$@Z|R08a0U%+74)K8HNrk1KPHrEMc8kvgGQWukg#i z{um_$UElHM%`29A`3aldjx|Q45VWqn#0fG^7xw3cfB4~h{OlLM;`DHbF%8CTNx5bn zQc9N)+D!1Cez@WBanI^k#&KerCycQ*TB=kPmj30x`Bz6NQb8y~w;4D+zUA=tEib+6~`^15CbVeOZVa!iSNsvve4hI)8}z}=gBt}dT% z+qQV`S=SZydmsGZrBd2aO1+;)*E+I)ysx8DiU?V~P)b+pn-r4u5|E3*Bcwtp#b&d^ zTFbnQ9QF@bt4T3IDL7Z%Xw%)V5vHLTb}Yfu7>8>bjM7zW-d@wV7AYjt97t(Gn})_2 z7C&?U>QhjL+vm?24+oCN6T9ncu5X`mIvi^4wH8qljkB~(SFbjBe8YIS=jP^?TnaH2 z`p(icnsu$o!gXC~T!YfJbUZ#huq-RqT8!2RA$Z*H@jkHGY`EI(P~ZOUZ@nxO7h_U>%T>)YYm*|dXo@Pp^N4=DaFQ%CoV=b^s({&pf*CDkg`jwa> z(za-0=$e+sIgDwTrxV6l)^$cJQ*%(;9;q6j)Vt4e!8JY8G~$;^ws+T8tUmC!fAN2K z{_b;jH_zx>!{P9j^J&j#4=extCz_vqva;K5uy!Cv&wl@a4+bd}UDq+5TbHgsKwz8L5(JMjB2yTF%j{gqttn6-5bl#-YW<8-Q};0xFqJX#yN;TofA%x)ZK zq-t4xy!=i}N(pNejk8=`U8B%!hYcbX+M(n6dRLu*J|b0vvkI#spS-OS>>4%3I+i7( zO^?!Gw8I#U5EAEH%`rGb5t1cpZm(-%Piu_;N-iJ@ZPQlL{X5@#|K;uNb60ENN(d`` zx5c`KaXe8jN#Wh@8l^SsGSj#gL^T-6%g=S0XuG;-<9H&)z`RbBQVq`Ha!HG^O}$w# z#X2gMjF1=m+B~uN%s6=vie+7B8wbex6-Zr)wRWsNay*?F#}Oe!MOLxkY{MGrL6?eR zw|jzCh8XKXcQ_vFA=$NbO^cMZtMJ~lEGuo(5M$&#PPDFmw$@fZkPnrM)^k825UB5e z@coy7^UKV9@p4Y{nVcfV)Rcg_s8>Q%^bU|yz`B+%{z)nEzQ(=Uwz~-IsV;b1%fhrw z2ns{n(>PaO0D>G=&ST{5!yZbVZH+a|Q=MH?io}#S9;<)P`%vvBTC*7jw66a7uIreW zY6;c4y26jg(+Jbme^6jHL;TwfMv#TrLUfn}bs)>ZCjECTW61zkRPd{{{#(Dj=dZn?z5 zyRKuJR^HsbMJmfM3|Qv~!qe)E)~ad`T5&#~i8;Z=tyw*@^{^Vpsmh9%`n4|A{P^(j zz-CjO4f{hC@w={LT`H=(+FjLTxe#CSJt@VPLDs(OXuFoSX*iwh=|9gin_&Z@Hr4Na z{p-xj%rwob1WR;N(nD2^S+q-9E^dSG{TRo&s6&h(C1{7+pi8;$OJ z@AsYa4$uF2evkTx|IL40H2REIpcJYU;VJnAA7#`iJ{d(wiI^g_t0*a=jl*cY%1+`q zIL{(BSS1#-QZkp-nBK3%(Z%~UW+y}Os;Zxil9y4eYE30l((LDT=swcajm&JUqpIpB zH?3ON^8xk@utuN{dr9rmzOZduk_-`Vu|GSd7uwbsbwmAmvPD zEXHbauo^>HJOya$n#(j`ln@h!@gixIETdHXLR&RxDnF}6hf>(BYp_De5z9K9F>4-U#(U3Zvjr3>MVh8Z zDR?}O91jOR`r6kd)lv#pX-z7u=0f>F^E}emjr;*o;ir+|@JP4WqO7I1a_|gEo-k{i zDA`4xh!6u=K`ziX{kmB|Wt}*>l6X;2ig}so*LAfr5`Wdk(AHw$(OT20hI-WsSO z#F09M1*>G8@{0!wN^5}$uQGlnp|z$`Mp89ROH);h^Tap}!t_FxgR)xg0!5&k>%@>* z*6V4y;9Nxky1K(Cy{<$utWPeT`nw-cl4Vctu5q;U!`^xG^XxY#t~8^7Qh%ei%uiYp1oii zFGTMtR*XK;FW9PLIu9&fkPOy2g4V=EtRmxT`E^x=Rxphh>Qy8uDar>oj$BR$(K)ro zPXj3@;Q*|z+)^^Sx_xreh8XC(9u^6P=ajK1MPD~8!E+u*=EFTPsumc)2^#9GJx>IRD3Qc4V;7Z9vP^u#%9gs za^}rvKP9Bh_4PGIOX5W-g|e1q8O7F;GtP;9Zoj`K z`D}F(G<5xz^Z7_swSX)G@`Y4b>zF5rn{9VjJbV7Z(>gg%11TlCu4fo7Tuuktwx?-Y zoV6^=#5@no%d`S;X3nPvTvZ9JaT*AI0uri3KL7N`y#Dg91f{Fsd_HhKA2Hg{w!IAO zZOxZ&2aJ^?n$d=)mMi7)aFn@?788~=TFbhYGW-4Qx<<*uI!*F{blqkJGFU;GDNWP# zxT+=RD1PLsVHl2BBB#SWr^|tqBAboOY%k{%&Q_!p(aK_NMOh8v!{tQ1x;{^*1J3>R zF-7Dfc>_Z5;+rPiy3U%mO9uG{eJ`PW#MiTk_P;%V-Bx_-->uRecLU54R^ z(IQ|pO^30S96Qjomaf4fqcp?mfq5R- z?{Dx$GY%&<+iQsrSclRIttEVO|L&da)J^vkGtfq3DjJ z#4o=J5YAP^l%Zt0euL45X_<%xs=CEG3(8{ahPv(9?yo3WNSnL;Eu_deUAT;5sB+E` zLZYiPFK;ToyjuX#19C1nXIU08SB4P1`R;H1<|_(R#xRd3dD<#Dxr3}BsP|{Z1SzhA z=?k%lukZBm7PEU!({;nQ zCgD{}SGVh(Rdav;hLEG&wXLOX1(g@lDnQijlY7C~N`B9rDN2JjVlRoAtK9}=DpH(T z#)04a8}R@Bsc>DrzUBKw+I-x!yWb5Kv=fE9xeYQzqvTYaCUjc=`MW zts$k%X64K|=VCk!c#Knig9*C~$rC z0sCIF?Q2qA&tmJ@R6LDx9gA54iN-m~8a@O_8A1;7chn6^8ETiPt8T?fC+fPQZF-Dr zXkB8MXR6xb+8XB^#%K|sH=uex0Sr!I1r+!E8A{E<0?W*s5OJqv>U3fCuu`5BGYeo z*IZw}kmHlF>r*H4R!KAG(BoW%pGT~9Ow&Y+N%n-gmdzwa7Vn8Eq0wTj%mq}_p_N{p zSepI*W^GN#gcvZc=I+hsa&Qe3!|4%Y4abK&zVYo}647C^k+Y%JJpbS&$A>$1+a2RH za2ZY*qbWJDEF+H(Z^$vQEEDbiX6=MoC@4}&1nr zq$2TJRWcb+My{rnt7)CsI0TJm$V#EiYCA4vrCK=IvCBkLHS(~mYERSDPcxIYX_%%- zhH5EczV|!7{VJu%^=>b;hw-vr#Ki!VVxTDfBv&bInTLswn%6wWt&H|eMGOIBEXyL6 z2yG1G<$@mvcDwD9lfJ5I$#?+IKrp{J8Pv?fNYnRNw{8L{fl`FUqp+kD8K;?l`TzZd zP2Uj0OfLMjjAle2b=Fc@$qO$&kYR;0N`%&|qC#8MvTlYzRW}r1p3cnkL_yw;WjxdF zUh;TS72b=mx;pi}HcHbsEoPOCmLPdBtu>p?j;e0SF_22|AWtoOYv{Ka8@Xe2(;is9)*;BGz;}S`fl4ZuH4DS_lE#@SrHH=|B{)jzy37%z{ z@qXfP_l9M<(9|1@HKY(%F!Ywo`HZ!eaU40FPxO5+e9=wMcC(Q%c?@W4Esd)f=aG4t zsjjXG%d{S3WzeFuoPCH3V{9?ZxT*>FSFjd zX=v+~zLzk~JkM;p{^^g(C1bVWczjsbuAZu@h^a7*7bx(9U;kxtQS@z%${u4Xnx+$g zdCE+eBj<6#2ha6p$FAR?mBMaobjl)itxszVBHLF@E2DzTBU)SL`9hdS=0%}YK`GHZ zofCG;Fbtp+Rpof`{JAVufB1L)_N%xaq_vSl==gAlGDi50TJs0r|CqipyncX6jcoTf za!556V;$BxcAJjku6X|JYE3uEJ+<5HY3oMro>_iITEwNAOO_mnUl^x>?RGCgm@G;N zN|>p}8ct{N>E)7fbw}k4);fGx$VEicD{~^bD-`l`-b+$#T@ynTcWf5ZrdqSlRaK*a z=x15Bl%(G`t;3j1QKEg$^R({5PS!rHIiD|H$MxW8t%F?XT+PdGeh0Pso3*k0*^ln{ z@n;9Je+OExzqGtQ@A>GH&lvxX;1m1(ma1ua{=rA&92pn+#fwrbmlN;aeJKNZB*1dD zyWz$24^eBj4HS!)5BxHWeE+*Y&*ALp+J>&}SVE$#F^Rt4(KxxM&hCYnql)BzmuaN7 zj&U8B<);b=NuL(LRkFc=Wbd@Dx!HC6$}c>_xGgbAq~UZHN9*I`0i`vUi!e8>NZ@Ks zCKZ~dC8xwxcN`DzFxH`z5oXub3kr&9ypWOup;QZBEluYZokFUwT$zH-S(R8cF(dbtFkR3MqL|1G*r4~_q^lt&%Yvsg+M{0*P4*T zWjJG9{bY6`7yL3YdrwTSAq+F=hnW-@{ zbgHVv-MyR%UH2hjeGSHW;&k?G`VA>39^Sn{lSsu;wUXGZ>-uS&Sc)XU$MJ%XL0jxz)-FY5mc9IrJv}=W{cA#p!A4$4F*M`GoX20txMKg>C!G{C$JQ8E1Z9AN`q>@*k zW1y{_9I&;KflL;2+K?^h251PBU34;68PvUQEofFymKtRP|QReMo!0j!ZgsV zg^9b{=NKjAkN2s{l=IpTR-US7LX5OcD~Zdxq3bd+92kcO$%tG(E6aSgSV;uxz7Au7gc!8s*M(27PJPw)8A z&!A)vNm_5THUvN6L&6%diVUON(G`kk&u&-Drl#+DZ+_(mzxk?Kqw$gh5iiSonMoI@ zSNE0o%WCq8lpOhszxXSzu0Q1AIB|PZlYNk}Wy#`iPH7!q7D*_Dz&wvY=5jd$5v2@9 z6^hdMWx+JJk_L|>MfW5e+Ez^CiS2febu~^anzp5?x73Zqu2PtZA@T>``#Q_`h&MOr zysXg*gO6}Iz9ywi)3h{IO;z_)&fuI``F?@J;enC@F)Erh2xPR_NxHtHu4-8#a$=q* zuT#nR5OBsmm8q?lWGZW!&nM33Bgf-C(=V~8k5-CjAAC&HZ78Ny)ST$v~@n8POf0NJdG8u!> zg>f8sJiO)R`Z*;BrqED1MVK$bc~hAPIM<++q@1iZB-KC~={8pwV>sM>hITuex?x!c zoU3tFk8w4ws+j%E>G;U`^nlV1XQ63(+HNEM?-I#IGYvB-&KT>6(WABH`sx{#YiZk_ zX+1#alxf?Bd3n!I@a%UxZ@&L~zxzrnMONZ{tJZMxaX3?q=IvkoIrZ8u31FKo-}(BE zKmY8=ySHER?AZ&VPe5X~mm>yRv)%02v=#s2-@e7zimuyoJddDjZuVQ*kvqw5oE~4x zS&oFZJ>-bd3F|rvRyH*iR_v76M!J5-vP6`M>~`0yVQ5<23z>NuxxafYKANT_mrPZ6 zq?`%!z<>1*|0Dj*k3VOM5oIhT1dhiMW#pl;w#NH_tAsF;OC|;ZWN5AEyPjOK*InJx zRW+OS@$^B|6lD$Xe)40w&F*PXv*~v@YdFtJlv-u^-Y6f|IL#r4fI zP=s+Ii1ctJP7Q0jcUj1Xgz29&yK ziE-w$H}?$Vh5zi2|A>D7oL~OdM{5*H@N_YV4Ol6|Fq|My;(R)t*V2-Px|SPH(?~2~ z({FLs(6(EGKQUdtV#!4koFUTHnOGW>woj4Ru-?ISt z(u>aLBUN4V?(I9an})jWsBDeWij)fH<6CTfO;gDXqp2IFd8BPR9*_4jAyis60+ znXDW3ohBABF_n~Pnhixaa%9q8dP%gH&CjPJUAJLbCX!O(O0|a8I>u$8Z8cxMz9%Nn z)%6F2LGS`OCobcNR*J5bwnC}*5@#w3f)8i=cs}5?VbgCY!@%k7=Zxcp+uK{}x?LRt zk(@L4_is^3FYC6}3 z)9I1PM{;$Gt2fwMcG%fRg1-=BqTlU63FpdH&1xm7NV%~135uhwTQ=J(oYLIfY>6q8 zQ|4-ag|(J>URV}MrM_o#EncFr=2w5`2d}2rpCdP|Oxtc~+YP#|iMg=Z?AhMFpp?Qm z3mmNPTBdoVb`3xN$roH-_xK>)GnEsoS`0H)B?FqAB0ePMIiRpiOJZJ5bnOo31kPie zV;+SSSPB@Uo?!lDx#NmmuEM-$8wQUz*Yswh>90v)ky%C>3F?ZN4Ka9Ocj*e{D*QAH z^JY$zCE!aE51=tvrD>X$zBTv&&dM88IlD&M#IY;4sQ?tOcWqC%5%++#4(}&oPVBeW z=%&MMwxBdk+tajL5{jf8Sy_Jk)1UIM|Ia_=FMsk0T4l)t=SbruU_Fgz&U3(4HT$a@ zu68}vWvrU%HXra_AW1n9y?=ifBj!Me0jK5FHqOc598J@0AQw`|D5Kf-EyZog=T9i6 z!8BXitB+Zx6FS~enMl)J<7-5BkvA@Fuh~RkrV<}L0o1+%FIjRbUvX~dNQg{ zv+M)g%|=@6t)XrtAY^{$_kaIYNx~b|D;}=xw}h0~?XIQ1CTC&{G+od0+YQITQ#Uov zX#VLx`=|8%jt~ROG)VSr^^lwv&p-H{=7*n08fR9|N=4mtTx}Y(aYSn7@jwU*P18zn zagpJ9-AEuuCdh@Vu35%`VezOUWvETlNufq|s|!}6^T2Mu<#e9VMpHT2)V_L%T*g3S zg+>(oBA%YALb+Cgig_YLVQ*aq;bfsC8z(0DNp@<#P{5n-egD^9jnjF(S}nBw9$PiI zrX#B&!;>Jx^SWxdjFNZLAd*$ixVmAt=~(7@CH_rrlz#L9JQpWf7mu>2zApgq7Fl%cIEa zN^w3tviOCVvrO9%{y~f)5?~FsZn?e|nMLgMb-S7@WyZuS@oeZS>+ zknG*OND>n5*2JddNHj_S6HP}U6Z}Hk^u(M5SNG+QaC#=jOv;+B-=GzcXPk+IWx$q< zsoSUEw(wYcF2jj&)f=^Qq^z*@GnC!YHHN;PacUyQfNQS#m0$WMU4P9tK7N5VhL|Gf z%Z2;<2j+REZ9DPL3lF`f1+i01NvEF#vwxe-MG9xijH4Pd=OkQknC36`sqAD#HPUngJ*3xhG zC|ApJvYfbk82RJ>@Q?WHXK&bc6{qveG)*ktb8~(D)cv&POuYHVx4!;LBqrEw_QVX` z{+h08WS(mbAtjosA%;N6N&Y7(@OYefJYT45L54nm`LW1N&Jk055+u*(6K&T^kQ-TQB+HpZ}C!_~r*3F7Wp4J5gcgz%Y)~O+{VR zYX-#9HJZ_TK(X0wNKqUGT4k!br2ykJ(lwU4?WvodkDm3sc^vuR`IfLueD>KJoO68g zvpXpyTzfF8wMq7HI5La_Ax3Y$^WAU1(nHxzMPAFAs^fsl~5t6w^2{Pa~Ut zi&D}%E=&u5A<+*C)R>WR}GrD*hK&qePs^8>&0Yu_Rz#m^3r{cgkScS0rV*IJj! zJBG^xpFApFT<<7JNkhw8uwB)b$$Q$Sp{{$`fyY^Fea1==s1v_<4Dx&DQiRLu+yRSC;8*C$hS+UMqDB_EGI2}Y2^qyrJA!mG)3<$=`Zo3wgZ8v+Y zbEFV(bwg9ta>bhliIwWrvN4``wktRS=P7bJKeFi@qj${H38O12=XkcOuwkI?Z~5Z> z%%A=63;y#z{sI5f|NOs61@&gX{=SZfyH7Zb6^&E4YL6-thtq-Sc%beYkp2m4weVwaJ_= zp1SVo?ZTKWB}azgOxO2JLGjV^o)0z)|G~fi_xR{p!+-aW|Aa_~F;X6**5s2y;YQ6ZorxqNI_g*>k=;5=)IwiD%oM$FnE+K~hZ4l42yKfggXaxVyh&JeP4{ zw~><95F&NeptM}^QY>`aE8d+74v$*tyUe*fNum?(4d$`9J>b-%>fX zVn3ww>cG+M8@l@_gy*M6Cq<^iiU zB?QQs6g;QHJ;QJo&_vUrfvS=tN>ep7)?r-5yo}7#1*7c~__d@+-)&GU<9V7FDy#VV zi^rC33#m0usi!m`ZdBwc9ERZU+x9H0G82NQ zZ5y8LYyRT1H-u8wgt+X06j+v#pew8qc#qNY@6N-Ss%mK3Ey_4_w;`@gIFHAN)k=Z% zBL$C57ux;D{N3*y`6oZRrE4{PdEl(C2;*C-t6M_wobFDvwVcILm>DO9)`q^{GA}1w z+pQQXgQ+aFDufi6XK{gPBay9Aq+KUedu*I2c1v4%g1*Aq>M4XBQ(Rx!C=EMZM_9QD zT56(ejB(_YS5l9ssXIwZD$VJ9CS@r{vDQ8nv>ZnO2CA$E|uX(30*8M{`zy+;NN zmouB~)zgIUayb%XV6)lr!3Q7Fwl!Ks{^Un{_8UuOAes%8)wKPd)7?Ajrlr5W;o;$t z62*pc|L!gGENFo1=O0j229-5cWkkG~2F79G`fAHZFRnP=z2zJ6`bsj61oR^yq&@s4r4JQakVPY21PS<7F3`kMXz zMo@Ki%`jZhXjn6AN@a$45t$j$LV|#6K76@WGE%^aCi^{Q04gc&p*TI z%>7}c?>1<=A!N;_mm0;DYk^`dx{6VN6I(G6z2{}+l4;vkZfk(~)$jf4D^_>9^nweq zR}ko$c^Vi8Nrp@5xg5Ad@G?5odi?+snb)iiuG7JMnE0L>;gnH`t7PvL5 zQ8f+G&sZG^F)}TYWj>*lkqqLuy@f8Wz5~JJIzWo3)}SWf2wxfg%8kaS|uOcC(>v8_@z|c)HTnRV^?KNh5gu zJ}Y6YqiIB~I3DgeA0LS+Fpd}Id027kGB{5$JQbVNO)J{q`XQ#2nCFYc3kvvUL7`~t z22&u+qbSL>G{iJ@$KiO-yo`cI>9^!8jOO9=hG7`d8oVFHz8fZ{K_XoJ^)qf>d;k=l zfBbW}u4Np~%*%q&mcH%i+a9eF=i?oHFK5`QYS{03R63JVUi(DiI?G1jver;J2|}v% zmUbBij;AAc_YY6YlKJ)D`i)n1wdqPkRrpm;ArvhxC1-Db;nzvu4Duh{LjI4drDV~yE~$DY-BVCsN81m(Q7c?Oh7X!rk3hq!?)0EmzmigjJvn-*|3#JWM1s{bnnb z&PD#)_b3ywksuV`rxJw7Y4ngK1DA`U-AECob%uVs+7dxv(2U#(Ih3WL+~u~ zg!eNFjahfts*)Ur$We|I+y`jl-E~9=N%ELDz3Z$zGpqtqOnn z#lVuGZsZ>6Y{m7}GsbC<>t7HdG^f0VbHrs86F3!C-wpVA#8}Il&!y|+&F7zSzI(&< z^%b^~gL~7oJRa}(?Qa%R7CO^@zo+Xq#ON8P#5e^Ozeopg2%Ik$;bS>Rqa*G1Rxr*@ z!#poI=j3LT6362a?>*)hzVkO;&Fe*4E45aU?6pG<;A|c^zg?fsd?yjCwio#jN z<$OWg4J9XrIbgIR6-#9cr69+UYRk>dHJj}gpETRP!d6>S7)i-cRR-1!U0wGqK?q4P zNsuRFh%ti_l+$}ALf1Cdy_^r?a&i?R zc*gO}dOX6qiWGyKeYAOMFnnL9_#WLp4riLC<1(BvRse@)6&^y#)VsZWizz?~?Akq@ zbE}w}#l0F8t}5grg@G|SvY)A%J*Y@73ac}R!x6NSzHhUU9u%`BuPD3C?gPoKEDIqP z;(Q^5z;3r&WwUCX|B8&(Y`4THG?BQ>M3nS4Rn?Oo*woE>>*-`F_nW`{Td#~U4C6&E z=vqLDO3AC!_uIAPxhKR$AUx~Dei$T>H!ni6Y`YD91%RdK2_X=pr>bSf8&iC0XEoYj zlor`bYf1{t3(SjfYQ||^al>l;rS;PVKE%M{Jz2dg-8v!^M^?!h z3bNpK0@?{dup>>|$-rm@y$-`^jq}T{=bU|t%}&#ZUnV)+Hl08lLXhE=YK3X)Jzu?f zi`JTDk)L7K1MD!4oX%$!zdX$)>bjz9Tk5*T7_;6}<7!b6rTualq%%$_s#=&FaC|xs6GcgLK za-L@{!@xW*l5VFkj-woSm3sQa-{Xki*O-+8$Mbo`wmbPyN?~4R7BBbru4&n9d#?9a zlq}lb!{Na3c*3txpZ9$s<0LuZ%P>+`PVT-1ZmzFbmPKkIjmG@?4}Rm7Sz}iP*lc#| zhdEL=?V1281iw6ygr;c_wo42Gk5CG2EW!Kr7&JVko^no4rX@vTnIf0bgQ}_99Yz~m z<>Z*5)VgjpPi&Uc`ApZgPfQo36z9u@WnP{x_udD_aab4pnt7f%UoPt(Y1RRvT+PyY z#vG?<6^7r(V#S63o)_kQShK=b;tgxJT-S9Hbsa7!rMzA5xaZAg&om9hn4X~6%RH^h zbS;FAwX(h-CCO5qEv?w4WYOdNOr@ndtweEnEsNCEUM6U&ma35rVVVWV*!TTY<-~rs zds^r}`Si0VI%eCpoX=&%7RY^f#UjHA%FiJ8# zrq#CGa=Bcn*F<|M8Smelh(uuN`}(Q(?)}m*4x@Yyxt#xhs{Sn2)-=8E!+!7dO>3>a z&pB0fs;aAJQB6{$Oo}4t#E9Vt5uzZF5kWSr0UBZ{wgJnMEXuG!AwVvC=c`-=K>*(b zxk+x6zz7l<5D1G=6o-t&$l~1HY<5+3bq#0Od#&{i@92x?S>I{(RinG=?6cSUzW05G z|Nr+lf9Y@ktw(F^Y1DY{(lqHBgcFFQz;w#<+Z5=JmN%soonWH}vERv%vE-Wp>qqo5 zbq6a-n2N|{vw~u87eQ<2KO<8ZTGO~Tp-Pq_9uf%)kTKb<%$UXl1_3ULN=tfTV~pIU zdIoyuX}edilNF~i`?iBgZsEkYs8vSiC4aB9M$B2hOCx`t0fO_=btxyY zwMJ4HrBSn~QQWC@jhET^0b1*5HIoW#*-}!*YG96c zUXRwQ@d5elNHC-vECpahm zA!|t`v&L08x5FqsLCIW}nNBwq4cXof{Xi*=m{x^}K&J!wn6{n%Y%#K1t3?uq_0O?d zP9KJY=tfmVcq0xrWoF!zG213)`y0SB1iw>RZeB{Ka7}qaMZb`>OWsN*tp$wyo~0@( z!piaAl$uprBNbUXcFu{*B`2JLUVT;#*m9=CNG(Z5ziOG3lWf=ldN<8%EtQmIlGu;^TqR)Y03)8w>KVe7t1RzG|2o{|!Al>t$Vx~;{C zUC=V}`zMpA2H0`oy+MOk=6w}-1LyVB|jb~~ZRAo&#_ zE4Geq4-oQd+q^}Z#v+xeL2@IDb2uaZ_h`4B59+~XE^28~yCD3OTIBaz)276K zzmK?waP!()HO(~&MsFC=*ltrq}bsig`&0lUN;1fH?83f#Ma~#2+Aq01*gM7 zs08h4zWC@5sBytKyBBxf1-&laezo3MCNVB-+f_5Q*S$sYK2Vk`#&@{B7d_nVLqtxR zRAkC|duwih=^K-vQ%zd4j=UyJ$;eO7^tZT$%UQH3&dF7(u{*1VxsS&?jI;aokoDTG zMOqSL&@lJJwyhF%YpfWm^&zb4M9Q_Wv6sCu&Tmgy>%Ebr!_ZZK#H^_ zYXmQfE#CA;ig8l(jMF}rGU^L#O;rCWXI`HTVXHiS(sS^_P7tD-fO+D!v2Br@3$+#* zHur<@Q*&*Sw&1MPcg8RV=`D>`>92qIG4t!snT{v?@Pu`prAAbYogDXe=aa5m-if#= zMdEf5q?1}w=lP7aP6(N)rz~EubjLe}<55?f!rwB@2x6d$%y{gFy=GdjS6+VnJuFi1 zV2pGgh*(`zvZAmz#xP8i_&x4qH(k=kc3oL(6WqJ-aUBqn_AkX2B>`m`a+3D^GhN3gPi&bIhVoYqq`6! z#^h0{$#-|ps5N3tlL=VyIO{p};JrL6%d&`sFh*ibc$GQ6p@TNoO-^xNc+(IJ)`Raz zIdh#ay!`n4V(-vltt4N_7kq#JY!@)pDo=H)f_{lnz-Y!=Lf0`(M~ee45I|Qw$_Ntg)d%xL3g}kILR22S_QFht$c|tP)p|V(@&VMuO-^uxqX;&^8_vP zm3|l*hDj!HijgTL>0oA(X_|MEx2MHclNH8am=eaLPncN0Wx zky_X}%eJlZ^KvE^S@nca6vHhDv7(Y28E&bBF)rAyS3OgsWI2_ZVy}l`&;X5wZIxCl z^YxK!U3H9lVO_-Pa(fwL-01qAX*%JpsQ;{j;GyZ*RuqlGoAgTchges}@dy+i9$#Vo z9Swmu552(fZe$p1EY()}zNae_NO2n&l*17FybH!3tv+ zqaH`Ur^@9Nr3=;2A1O$s8{%KOI)rd#C#OL{2cpJV8DnX+vMg7+exMr$Lf=MISAjXZ99{1l3j6nKR(mJrR%`$e`;z})rK8|np3Uk_jhp0BH z+wEnL=E>-N4ioAc6!p;+XhKFdNR%shQLnl z?*{xZQA?JNEX%c#QzoZbqre=;I~huLs`gBIC9Mm~a^A0ZnW|R26VY=ih0qPSZp2vm zfX89N8qt?{=f$U*qb8DWJ0QYZgSCNHCH6Yys9m4i$zxT`F}((Uwkq>GtGOBLwy>?M zqCdpmDnjhUI$u?lpLIa$FxIi9g!LWwhkLx2IbAJP^Nzy)^ZG$}R@dv9%lScuuuh_L z`>v<&2B}eW}*K5GRgx8n7luE9i+APjH4wI!+ zBSBWz$aT#;IZcd%@Uoqkky=WELJs~Wo(ha^pcdH{N;fTx3BPQsj4hhfaDx|pi&a;+ z_X9Tcnx~2EFZ4~ZIJzJ)KDA_wt}To1dL=*GDozSFeeylmey6LTDJ2jnI$S&|!29>y)mRVx&=6V&(O92>uX(i3AXF-P)pCB;o@LFbqbf(LC?oC!{JEHS!38L+j38Bebi>4* z^8&?dQYPh^IUVolx{>~P&pJO+wn*swj^(elip4k;s_AJBysN55N~~Mt$G_ybJB-BA zIG?Zl-bXLVcakSyvvkPTNH0-J*2zKDS*X>!R<;x=C;TnAS$rji8UpchX1hKzj0c&s z0e5##camm|a$?*<4Q@)0mJ-c*x_+eOA|Ggu*qj);0aGg_%PMtCiRMS%Jr=%teBgIq zOgvsJ=hrWojt63alx1`?j7Q%7;2SL0%Ra=OA70^drW-w8O#{XluFI8_HsL{38_4Kk^m2-t)V^|C06a4z@&Uj#{sYA6;~p zGB~fay$&|UV!fBhyb$Pm8R#0U?BnAmr+q6bXc+g>!dWptIOmoBC{fFTu%5Xtmwo74 z*DGB&(DfQLsS8tCetJ4a>QE^)Q*&bK2WUtv^7&J8YaEYv+&_7XoD%cpk#&BcktuCt zjS25(?(a_f_Sag&=`eAQ@Y&~|alKw>!#%mdjy2t{>tC}n~%UrhQnFra3Qd~enpzkLMhPh=(dXsT}LhQ;H~Q{Q}+JAa1iPE7FXSV zGzN_`khz%56SGFF2t2N%;8?GZ)cFhU-}@S|d6N3oZ%6x02XX6azxd&&JidI%lV{K9 zyMXsrZQd1X#rlrHH@^97TH;`3{ z)vQ8iu~QleqoHCc6>^o(ytvK6EYWl=YegtM^gSsTJ^54!GYohydr_IH8(OPpA9K=O zWWyUrHHBIo-QkGU^;b;d3An9aGV41#ms!;FS;g@{;=8D$dJGbQ^q&8og4MM@mlAkZAK+$1>`e>_-_m z_XDNR*x<3Nj9S(NF*bs$48b!_k_~K35hAW`o0<{q`k?+ZskPn=yl?7zS(9l*gb$3J z=wr4Rndf;2TIY2ps>R>rDCvi{rp7v)^U~174Qn=j>%)Yxp0}R9>A*!eE-(4$J+<{a zHUJurmxyzXv6tybXRScQ*Nx$H&z*Br{kejX4;ncn6M()K@sanQX&iNJD-CKX8TUv3 z)nE7}XI-!4;N6woYhdWM%ouBTg;UCrTI7CTmU-WsHVj=qXu)q)WUh!!+hN=wk>Wnk z`3_^{C|>88SR~;(tt%gX@Aru@^35OrNm7ig^DL<05ERuUC(gF6eCM}*i>L3r&FRS# z&gUzSo2Ba|nIQyG&>QW{s_s5zl;iecviwdmDrq$XqQuzNMaC;uk{`N3uCd#E?56h~ z`hlSvIZgvzuvDN6hEgPc!y@ZLV9((K{#C;%&iQYr{5Jw~cLG zX*tt-FZv;UOV?H6J_PVF@A7Ej`fvNmSacQ_x0QZ6a+nU>cL@&fQS5+;Gu}ILZLIT^ zQY%09(|?o~pMJ`#7oT&yy90BeF9qktHXOH&jWj87yY8B-ROROcFG%fJDn9gb z{pBP6lvq(c*iDfs1L|A3VU2-i@SO`J@|#fDt`p6?^NepjCtc5=JKkD~ z*zUqWYh{O{h{B|*GDGH6SoYxBk|U4j$lwi!;gN^Wen_pQyO;0Ig}`>b(sx0FD;qII=`fAe@kIY4btllI4lOy!b!80B zS*!{4-H5=WtAtEu2|#n+gL9NBK+!G)LKyK)B=y@CdHHJLs~^0}Pk!sm{DWWqCz3*{ z0_dcBQ0FAQF8G2e7OZ8B3*LIs-g+S<<|eLWA9_*P7=y8bKZ~tudcm9c2WKrshsj+h zS6=4=4)&a%oHn+U_JH5p2xp5k-Z_?9H9OM25npsd(B0xjE18-%e1E_X&xp%HFpd6r z((YHO;~`LN(Sf$3R>=%+Rh&juqi_4Z!~B)M{kI-#tEZbp=}v32+o)ih7cQ?pmlck} z@~j@!&N(s8#)Z}_CWv%h=6{Y>3a!YTsntX*9iBvRiQ@0bc@rCZ*UPRjW|n!udbdYq zImIL0BtX_$eCYV(557m7XP&6=Kw? zv1Z5)y|p(GjB2H(20y-oEtRglBv`oUFG)$*Z0WqiwnlRX;{^z@oF94d@S57-aCguB zv$yae@apqV@l@XW(!2D-AS<#`WwfGK*sZ1!U{2kIna()IVU)2;$}}>@8BDdT>nyW7 zEj65zY-4APcJtz#ckxQx5^0lNsY7O5eRsf`j=%rE`$higKmT3+-hcjo;42@zi?a}{ zB_=Sr;G8Cz86%t>V=>MU+qx@8a*R@kdl9fsL9~9Y2|$QuXx2!4?|nz_J>-Jbo2TLR znv*fnE#6ZUOsi@s1tfIKyy^y#Z5tP)E6xjX6Oa z)~d)twUX%IcHI`$VLA@S6Sgcg<8gl2uiGXoDJlAsgq2C5FIq^e^;XUW)7qPILn-)K zHT_sIco}0^x0$#svRSc4&9tv5~CMf2qxFQY;}`ywZ*sm|`Ql;2P^G)3iVp=0uhwlX}Skz7)g5xlq z=)=IWUWFXHC4Aq>IE_j(0~JfxdG5Q+`|rHPhc5#Umz8l`nOB(uK3*2$7I#;97dn<@ z-6i|AHd4x>2h~Z7&!u1xb*%LwOh`%@lVPY~?0SyFM1AWWuIDq``8Dfu=6ZSL*;~)` znkzhBB9B)YC0J8&omXvOpaNUmaMq|wqlYY9foTksyh$!bOgvsI)&}lR16?RwuaTjv zSZ@Fgd~%u?Pm``zV;6TRd#X6&$m^nc8v<M;q;Y9Q71tGKM4cXjK)r*Gv*g52 zyQ8YM$~2uQy{62n!pXXh>(c0h;agvO%5Q(K@}=&Mci)1C%gh#ys+xp}8e;?l&z?LH z;Xy6C=fxONextVx7|dV$#sB!xS$Dbx5Xd;Diae=`IC3Wy>CwN%$mP`+q~(J5UT8!< z(3%QHTh_wU>X!>Kts)Qi2YisG!#L^2YROXIVhMKTz~?OX9SA4=a|$V|YP*y0s#b4< z+pKZk4r*h)JW`9qWLRt2)|Gj=V6EqP|AcWEwf+#%!q6*)qa>BYHzjV$wVbjP%|dYM zsm-&j1@9yztC?N^JV^>`Z!7D%%0m=7i4)OW_SPy`nb$e*wfSinE1RN{qAGkOEnL*u zZ|c_@V!^0y#CfN}iH&8O_qr;oXU4R`*pKv~BkSknt&pW;SUoXynaM6V)A-~(a6BFf z&X95><;3OTrPP!DB+zjqbY$-`l|X47aa)+@Mbj*t2uxC<3qcs$PB8p8)%jd}J;UgfQp>m^mDu2p3$9 zU418biQ5ZPbD|c5H35iBp@%^fJf_JACHO$eiCi~n@M2}^7v7p0pFcV-vFEGLCmv?Y zyfw9U&!Sjwjo?@A4x`l4C6lsY*)rG5G*-vJG5ORhXFrKYIw?uM{~LYb2OtYUPWerd|{<#)jukmq-2))s#E>IG+3N# z3jZ`>3d)9@8aY2o6it61m&$zkjQQNSyMG&JJt-}uw92N!DV5**-Km#y;`RA8H75?! zff5(CnsH8pi0TZb;=LG(R_p0Pr4*U*)mpHIUGvxv16}B)wsem3<7-;J@VI5J7Z`_* zckdcsyly<4uS~-zajd2jrBZF=Rv~3?!~CJX^yP?GbKfyzW*iG>pd@j_z`&%!|*sA zg>N^EvOCRLJ2eTX`@!pl%jJO&KTXsEUwi*4&)<2M?|gX1g@G-tq*<1wI3z2sO8!uaq*ZA{YNlS72TQYz9*%QXbc@2jZCVArXvw={jOP@rUTvy zfMQ)YrY;klVZ50@#(F4l|#kpk1FvyE=zFt_@P0JS{w*}v* zL3#`CJ>xL!W3o~z{$^OYt+sZru9Hr+X{H?d;N1k1N%NLkDGY}r&)#{T?fjaq@6_F0 zw2hbR_NJ9I9RF5F7fI_sp+psI z^Lq_sougDk2u_n28>kFuSuQI0EHvYU?B<({m3+6OTMUik@gxqw+$iSAbpMoABF1@A z8;NVdw5r+e;;*PB?MmrNN5x^=$~0J7>(rfhFE2!r?7D4f!kMs^bzL#ml8T|0E3H<( z{-x)10c^>L3i&I@D(6Geg*x0Sc=NB-x3;urWAzy16C>aYI>&z{|p6Buu>;Y8;G!%4d9ZC&O1 zbB3BKq3f{T5u7Kd47D(?vpfjF+QPN6nx48Gj^Qm!OJ;e(5ET@fY?ub~9rV*^AG*~yG#aL%KPL`B~*Rd@kti3ti zwkB&f*MvnG`i{^^s*(?mlJ8iyl@Kh>IM%pPlE}`MdB)P9W{e3m({s60rh~+f(hR5L ziD?`;U#|Ed+n(S9(K2)cpdE+t!0G9MbzL}L&$82v1)nXo8jgn(&+Z34c>g_q|HB{f@h2}i96T-0G~dZP zRHWdSfvA{xZW$6OMv^-cOou6k-U%eMHR!vJ(HgwT0*I#_1iJEwubYx~?Z~k&-uI;Tc&!KE|G(_}T$a;x|93 zk~Qn0w+UMk=WC`^@&B&#MJEB4Ts_Vj?(dH{|BO}}MLj3A7S<$j>LnIBS8&FVv)9xX z0a;abubnTCDuFv-TBVgnDUNCKbh}@4j)EpUMN`x ztf7~Gm0{?~)sePYg%Abn z1T81>D5Un%`6SAgdG+dZRiO+F(?Ns;YEJ69fxe$aJX{;gwqRP}`O^d6_~0#`Jvs7! z{pJ6T;DdDj+d{2x1jNg7;o-cHQsi*x==uq747E6>!$b&%ZEYGwS(J|`h?QGX>y1)g zl}>&$`{z<5#JTIv-pQUyoa(Avu&NHZA&+B{c_6KESr@hx>4%ZBY|NkkkXlx(3*v)N z7uWrhx3wFyR60I*XX5QA2mXJ*^94&Pq++-`O}sv@{GGr4r}&wl{2Kr1fAN3j@%1Bq zTR0x?v3i0fEfGv>vXAZ$`a+!en2GM}F(i7;M>j3AE|1LHMk)>O1kpDP_fnr}HcF+@ zlS#Fa^F}Qjm7bC;ttFQ26~?}1>H{tusJ0`e1!o)9jg&moxk~Vj6ooC5OJ$pd5Ny26 zP_I|PPTkybAf(J~eI&JxvIWN8^7Pp=oRb@9U1u)W2QHV&Fvv@DS*n{D1$u?{Ykj0`0{?kV!%Fjq|)f zaU2gl&X1HLowW%8Tj6@W$P0$_16>!C{3PD!FnS@oXJPu#*y&To*qz?oXqdn8_x|1^ zt(|UHZK;wg5>ukIqTQZ=Wm>IlO&DOWKmI{Ou=PE|Dk4J3=R89d3*8ZDG@NN$)zW((8+AvB0_6)C?JhK(bO)V(CuWyadTcsS}6Bkn-wJ1P3pN>&}^IE-pr zkYJxBX0A&nxQe$4@4G#GyB1NL%vXu)3mT9%jt9o$+jQO%i(#2Bv~*_KHkRc=7dr0m zpY2rDWx4K~lyy~=c|S6Y6UBJm=^nUl@Q_A)TS$54Iv0NKTVLhJf8xjZgAYIA`+x9# ze*Bxy$<6S1Nj$EV-~8y2V|&HB!{v;zh)78wgxmfGv}!sBP3Q1i-hoPbU+8T<8+aXyGj z#>-$j+&Dl&h&$_~~zbmB-7>vSnU=@fqL${f~J5{2kdd8KXN}IRU-Wxo8Hg z(U)Y~Nvo+OiFXbGxvSqQx5bk;%pf>TQ z^d4_J)@5dkVy+&i6J6+)%en1PJ!>k*p|PzqOLFvXz^@DAD4l#>7f~`>C#VhY*b=lg zlbsM{`(a>fnZ7l;@C0KV%eqK$uk*=m+qhn@bbZfZI?$-hmj|5h_-K||mUbcKOg9~w zPL1v`@LS*h0}jU{Kl{_);G<8z;Macl3l2l4o|wpH2R`R*0v%pe?Q1qvw`X_5mm&u0}`b~KuVkSk)%IZv)hr1zT)U!4q*5JP0!3uNm& zE=ZJ2-%S$bs{VvqOhiTYo;fA9ZPWFjVYxmsZ!=xjGmXlj?AoHl%a!uk={#Q2_b zCg&Sp&ExZ4qCx>@;hB$Jxcu@{GQp~g^G0n zV+zhYZ5aVzAS8ODR$6ge@U7Yc#9lPI7>)0g-4>}|qu zGoRf~yjsP2ASk*w9`Tz;W?Q$j`^i84v%i!|>a)h~G$*0O%gYzE`GP@|u_1Ki99d>* zr>Enc1jxfqZOSF>0?N3p#JmX&DoJQTDv5DCNCepy3Bhy!VYeif38+ueo2?E41G)fCBu@ZA7IE!~}mm)b8h;sX2 zwUb}h1!p}&*YkM3()U55JkG>yFvI%{(>+~K_>U2?!Z;n|ByWvnc_7B5vM<#VT1(B5 zR0`dAhd;bS-exE>p`S3;5x1F~m8(c2mngpHQn1Znz2Cu0v2Nmvu@ilNpdV#OUs9%) zreA(m!K%Z1t3h01gc8Q1>M4!GTamQ3W?7b14<5-9xLH93*CO((TiSQJJ)kNOxp5S& zmG4wNE73Qk!y;u~fBYdetqi03RW(p`(z+vR$TKbwQxf@>a~z*M+c|$ZiOQl0Z%t~) z*1$(vEIBRyOV<Mme(=F6UQ-kU1U?Vkc~luB#Z^QA%Sy|3FAx#uKXpGjQrh#_^y@ z-%RlI{w+e_#LQ;zU$c5$XCAn9zXvx zKgF;7s9ew$xW!7S;3ah8sZkYUT0d( z_@FOBNfdja+5>&(aOF%F0^axg*uW`eAf=6Yky&J~Nbu`?rf5ByOO;`}^Ys0&*MH7R zKDV)!s06VvJ|#HAx?H$kFXR$s)>yLqecZ&cAQs zC9jwwrY_$dWFOx3^qr%WM68zo;Wt-|f&bU<1;`8Fi5XH{={w6Xb~IymFlOEo!OQJo zX!tN-y`=cj1T>ISA|@x+2d(!~O#4fhRquz=b8p^{uIq#?nPuLrGug8r`$1Ah$B~jP zS&RAO@owK7+-kjkln?x2uk+{r?Eeg7EI;`B{|}aR=IQ;B=g;o>;pY#OmMD3ZWRxyYn;~Vx ze0?A_`1*Szzwk}VKlu*4$brG#Y=)NOL9)cHvPfzvI4jCxYbrT;QURRBw5a?-)iXM~ zdt-!%Ra9!eu`KhO>sqfr=d9Ab<=S`3ZRxv#))JSclGa(EkGhK7YQ^M7?v5wM=_Ifx zz|5aW>Eqv~pYE|?#I{T`jiD8S73^7QJ*`=sEew56*BOmd^VGQTkABAyw~ZXH;3izV z;90R)mZh<*M)I0kBga+TdtFD4E7tcC^js^YCe6sq>LKZ=bbCi@omCv$rYkp(wTAn< zd(GO+5^+`=#x;U_gJ3p)^Y8uAW8Jn>+GdvJx{Fa|T~(N-Bg1r(g}IUSPt`2+n$*+#DzOKd5ui))m2E& z4PzUr7>N-lVoIdzMyxYZ4;c1Rz-UzEG#zuuM%An6mRcb;BdT`VQEg}+9)MLjeEX<;Pe~Qa9|iuN8U1ud-TRwB7p*6Wp8#QD|t zfoVGJ^~z1LA*V*(S;hh(^4L}=rBN8HqN`1wZh6|NPhC{6kL9zoa9b4(kV65|jBj4k9YWNax>=yWvQ# zJVSSQhiT~WohP`CfPloKX8znvNK%`Nq>h`%L?!luGcNl)bDLkWrA%QEBayEh1{ivS z_cE?J-reJE!?de3cJ#b@i2TCO{UraJU;Il12jBkQ5BVSb>{t17f9BudPyXwFj9>Y0 ze}kya#kvZB={6T!H*p_M)5tW941LeKZ9ED=A)5c`pZ*h%rIgd4)BL8g=#nGWddA}u z=sJuO>HYC^k5TAk$?CK(a&=V|C1Nb?SZt%aZesjqXrEPU^imsBfV z?h*^z^~`*J%{U#Ih6$QPB;;+QwW4OEoA0+WjuX~;QcU^~xt(z>Vo~`!hVDe)choF1 zy@JE{Pvyg=VojwMQ6PKYsnSQ{CDvt@GT=wdL^+91!%+ES-+InlPbdCwzxN(EMkcj3QZ`r;9~>U|@D+Ua zy3mJ4KaKP^nSIX8^Co1iUghu@Ro<++_L4fTmcqJRS?7!9cO02c_c|k$$g+9cSk@Io zWm^|6kB@qZ!_K9V_TzlLEjGf z15@1orM!w(E4DR?g0Qou7GkwXu7zG{Qnw6@rfa&UO^C8o3^o~!1a1TQg2H?U_+iR*RVNn+=V2v^5pIGaE9Z~jjnp`8qdsJK#dE z3EHyFut8vuoz_Y%WsDUWS1#&&0@=%IdTdkduXPsFgu-rhW00a)D;vm0BWJm`Ly+CF z{<-}yiowVjq01+Uh+EfLNdCIu-o*;av5DKpvK0)CX>ee@rji?6H&H5dUV)C*kg8#s zSJL*1tr+e?;>p4AX?&lS&X{t=h66b+EL-8L@89vw_eN}g;Qjl+N1wdl|Np(2yUFv1 zzWfA$ci+0Fgaa`p{_xkn#Q*)5|0%!o?GJJN6B?e;N1Ur*HFw1{8XcuM3<=K_Z)FX( zY*iue5L97<(rH_3EbEoW^NM$tX$;sKfXMp&G)hT)&^JVI%M}v>evlwttNVU|w@3Ys zifRE1&5rc_wA){AS=6PLodr`{d*e=QV#xBE&a|v6kB?_oWd;Tx&VHJXf@*ah7dk@M zqqg)nK{25dMY0m{YfiK(ll5FHsTO&&BPff17W7^#i{92cI$>Msg7< zqrUh;$g*YDVR&*x-0^& z=8bPv{I`OCK)HA!blUxi*P-p4V1XVr45%+Tgn&~ogw?Q>ruBp%)>M6?qlDX-q!dw} z+^&F{6RCI+lID$)X70L`uRKk>{bb^kf8|^6^Y{Os|Cs;% z|LGs_?ClSD|LqgbB)Z|C)={s`hm4Klwvx7)EhcgWYkR8c=zZfb$n0_3Ha`903+8oY z96F}palT_Z-ZLF0nRTia@^XC?ev9kyPF!nUFQIxj&rDHPx3Ql4p->vUIA-ECCt2?Th%KwCs|J&wfQK@ zH1SR{*Hg)qTy{pww$79yAnsbE*4*O8^?D`*%hUTOq*TdSPu14Zxr*%+%Mlm6aWn#k z$lG_0srP*JqVh1W46dlpxoE7f@c3>>lAG70l!o;uXd9E8`Op6D-{8IX-{t@KU;dYT z`=c-T?eDz;<2fD=v=S+ZVt8-~7o@qnAv#(UsOPdQ%u5ulp|j!}wi57jnK#~f>&V~u ztN#n`2E+g5zxrkV;jez1yMsjY4#R}evPOK}L43L`;3#y#(G6mTy8Ui@=Ul4<-(*>( zwo=5XX3Z{2Hm;{MPb)=!kA5I@B2ZYCW&g7zBjinrZq_}&)j_T%IGxSE|9Ae@qj&y< zrrO??&7yV?{DuD!+LXU_nTm5W#)|A{xlk)~<0PtR^{kerw#gvUt)zcGTcUH8?sP{O zCh?#&FjNg7l#{b6ZQpsXa;{DFiB5EAwcYxh*;}LvCya(E3>>cuJT>z*vaSsI_D&T zK(=R19&cfqMn$9uQ*a!|J#ymK6>l-BddTjlW+%?Lv-w~B?f>Y}U{2n7YDt_gl1Ja` zj45gsh*g{8ty8TftFc&TXE$4;_4@!j#qCFVzWi~_n~857nb>g(||tVL`&!GoyFK*=9+mXS9wu}=?S&LdVPs$(ox%6Hc6>i({Q1u z>w8QPH=Ii^XxC3!>~o48Db>=_1E$GZ(HIC}&|N*mlqu=Vma;@-S7{1Em;^!WM0rwL zz*;D2B?Q@C$%rb0X&S)=Ijv%lat^E^DhR+?M=C`;$F=hEF=0(NN}A>{=^3W+XTzYgU?{2C;?e6)z$03*L*y z(A2`q&pu|H4%{CD)pm65PS`8f;=6)fuWai^&0xlfemIb}g=Lv#o*4quc%bVJs)5_6 zS-5`AS&Er3w#O53p~p87^5*50F!!4LPQ_X*mO}@VPpoy&@rY$wz7I7)|BTQLtY+d6 zKcty~2ls@yWGIVF49tQJy=d)<_)fgD5WILyXjs!IX`>d0^#{mTnT2*8Yg~wNrRztI z$0OF--D_i=W1L2+n)jz+V4i1Qz5J9dZc?*aAdGawor+zn%r2cIj{16gZmMSK-MZqk zhu&v}A{h)Jc+6k;Yk%pn)p{}*wspojD^q&I9z>Y4JiVpnH&Iv`cxP2=a8Y`|U})!5blcCV40gxRuZ!(EkCNB=JFz27pQnH=a-~-#fP3@ zJnXTsIVF}wz(C{Spap(bc({D-+bRLow+uP2b3m)9l{fpW&=Y!EjaVwz)o{67$lD7V zMc|pvF-}kDh9^2HF$()+=PNqBnQjmHx~^hZtyLM`UQ9_%iI|drJ?Y#|I4Sa$W?f_l z0-XfgMC%6D<;rzFQ)}CS zh9zg56JbE3v84^`q==1i6{a>awexnNs_ z|2$i(2n#tyhw%Kf52v+Gjos250uiV#*#5yE;I9^5E8~| z!g`s3j#HuU=Ne0gAAW;r=y#ON1fj93s#%_0OghHrf39ZG?egs&Gm zwNNap5D7GmsnkqNiSs4NR-#H4-m+e)d7)DTa47-}7&?!&9l3g@u><31cslQ?B{MG@ zu?A8sU^@=eg!hi~<;?kfR#iO26m{z%(H^&Sh1<|t$GtM$^x4IdwOZ zfpp(NubNID90^3MO&~=^ZHPBNiuZw9i&_FSCc+1$d2Y<}br02Bmn)a^1I8G}>A;gG z?{GTZOSqq!jJ8EsFJXE|rCaykdB=t|zS**5%BL7q3XAaeVd+TBRFC zjI}&`@i}#!xqtcu7XtI;k!4=+!^kil*_I2z2i|`EuHZgeV_6rR5hnAtuAJ`fDY@}@ zK4ZP(Fm>GZkV@m_1(vPwmFFY>%Rl`S{QZCU8~meR`wmlxtkICo9YY_uKb<%p#$CxW z4g>dhca+*#mU*XI#hAEUFU-rrG>$rg5`@d`pOMi^+5u3`IlX3k^LXhCh6%#n*w=jgr(QNv1YCd*ZFaGrHPJCPL|-Ua^dbd9Pf9AaM$;E z7l={fNu3b`b=8{d=8q7;tK{Y09@cfaNI3SOEq}?(^HrIHqB9hYpcMVL9F0;770J@T zSga2^2C8(!#ItA5_kHP&3nQtYaZgx>Mk}kl48h_}1thJ!D&1A$YBQ!aa$Ka?P6^}0 zd;I<1`E7hZ^8CwR7W?KFd3f=PxNXeW3#Gzz|CD)N`0zWwhc%Al;Rw|#j#t*3r8QcW zT;6qE+2SJcT16%mYwn1(=cm4Lw0Q!Y`4%tZM2MmEed&oy5Y>mFdij?*LX_J zEXyjVRZMKl%G+Q0s>Z)shH>DtAAH1je)G4ufA$t%{>C@(A#ga|k#pj^zxA6;r#pgy z&RNF8kE_8w5J+;VYBy>S@iS;`-_H6#b zU;E3C!TXa4GSS2yy;gK8ej5NU>rIbmIUMf5h=E$_6{)*ICxn2$>-E$Oni;$9G4EB| zcQmT?HmG)9cq6widQ;XQ%B69N7n4^4MXR2C16xl{l+nvQWOVZ zPJm&YP8?2md%~0VZdU_IPRho^!y~N?LM|;;b6&g-=c|ed{2oYMvVc27@T#9wT3Qm& zsF1~slvq(yl+=bfjw4U+pV0Rr0b95A>?NK`?qy>{Qhh7#QMR70DCoOk&+3r%nmGDZ zy0G8<-uHX_yWnI4)_Fo`Y;h&4(gOVu=j)kaIPB;*=lu>7FSU?!s+x|G8c|Im=Xnb-8(;Wy_7wlc9s*l@t!_YgA?>$dWCrU1Rrdcg= zs{6xHj6_v(<5Fo1!=rTeF5o-Ky=!|(BEc-{e8&2~yB~b>_A$zM!a4eJdfXAE#SP8=rT z*xcXW;jCp|770sCY3Bm=eXlfqF(-NF@hNV!QbC)>4~;3atdlTM=pg`Pt&gJ>AGI7xh7X%(BPWebsgi%tWm8}Ge)`Q zM_uSEBuTRAJcsE(jVme7s^61=dDOhMVVDThfpxwR#%YgCt(t=5oW(jxNupM=wHS?j zaZXlx!9kebqP3(+;f>lv^;LcI>IfkEb~RPM&$qN`{50q&dCD)CajemtK|lej!6taMe)UkMv5Z;YAv(Q z3)jm9V=dF+#NAuZd3gDfb(xv&pD=Wuhc7-Mt{bQOXFPrOjJvygTo`DzV93On*s`J3 zMA{xHxv=KSX*3MI=k>KR++Ik)1_6Xqt`fkwEmV4JcPIWGXZNA7HHCSRG|t)@!Fv&7 zlq@j!p@XtPOZu`n1-v z#Z~Kq16}BLNstf(MC%s3tN=wn(J@doj z=snC=nPFOepk5c4KN$pn0 zArkQ(wQJsXg|4+CT(Him49o6aY}3q(oRbbFrTeNH3V46_g!B0|=ksfYVE2j#7CHQl zTyQwu)Aur(X-%Y8rV10K8xQz?U|D8Ty-`nLi5rjC^R6oH`hjkcXjHcV6KTNKeJT+`pbwpN z(LXu|ECru)V(2Fh$GbOdW1R`!0$g&I)tU2>;8Swua(R%3LBj(jC9%;DQq!!2(7wdgZv(roNI|=+yV>L&rF_eaur!-LqzM&bvb`ML89xgLs!qEySFO+f3D5 z-)TDPIxvxIq0?1g)erARyXrJRdR3&a$gL{p%Y|HIpPWZresmc~=;9K@3S&C2j)Hyj_J73VADeO3CDm)NaFo&v{3MNOH4C z*S2lZ%n~>r5A;*NmmOAV7dKDuj{=8oq1$XO_`@{k=VMO42r zMUfmCOU#jUd9z@5lVuvm-D`Y%L2q2dWsyJ^`QnV07P0|aW5jC``aCaqAIW`BNO@13 zlsY$Phi>$!ufL6+-A8Mym&Z!tao&s-Nl5ZB*x(&n~!ZJ zcTDM6qhuxuswN#bP2aT+6Vj;vZj?*3(D9Y=V5IV-` zsKN&|i#M~^k=}bw{S#Hti18_>$Tf)z%o?Xoux^iTaEf`;VW^BpN+zemyg_U7P+2Rh z!I%=`I4}+)-g&O`m2DGtj*_qd(%Z0ov-ko!Mf)jhHX422Z z>F*}y^Yi7bSFYo5nD$+KR$Pa(j_WEg^B869G7KXnXC59NNvZ@Ad`L&NbtkC$X*%vT zRINpl6kBEJWf;1w8z~COvmZtse@uI)nia`mjm(S=htnSJlCsu@+qx%bi(s{w4n6D&kdKTYWd;T-FmL?BRl4*As$dpw06IqaC={aF?58tkGEJ zSz_mn5vH^;tjV$^X-aNp>RaG)Yb)35m1!DxWq9a1HQh_%yr9eK{$SixJz}wJ1f4xf zgjL5liY8D#7(}DW#J<7^N`JGndPiPB#w1UopGZ?zUe?*I&2m zQZ`$eZM$$WyAwma8XB`5ngtSR9F&XGD~ z8Yc;Y_MVs%%k`1Rm~>Fy(G3&F!_%GfVr(D~$z{bF&txs76USGKlHWTF@-VII#uhh$ znD^a2C);Aw`p@At?>Gd{G!885%5}c(4|Pzm_c+|HYnhXkBLDxgES%40wNo~_5EzC* zh+A=!%r*_LX?nt~o5Z$!!;v?t5e%SQ`a9-2@7EcPIIG)wE=d+1I@#XD<07QC%`s59Cq^y%?WM$y^PT zBoR@kyJ_!qjXK$q=KbDs7?9ExSErxNT?+4E32iE1PVpoH6Z&Wr;k^ikVnZ4;Y z0mK1^4v}MuZ0SnpC7C_Ns8>lZS4@r~DhM5=RL)oNdKhz}AKx@EWlf~q6wT%(J>3VM zJsmaUObYrZPww}>*KIQrLSQN*>$>sc0hQt004yu1^@s7tEt0200009a7bBm000id z000id0mpBsWB>pGifKbbP*7-ZbZ>KLZ*U+Glb3;{2_Cr%!Mn>3F+RBY2L}-D0Us@Db_i zNPk1RQ7n}SA>A$HFA}B^HKufRO2^yXgzy|PwWM7mERJ-oM!1Vi(i+6$I|D3kwXba= zgB3YftlJQ&8fa?iTh-JS>B-B<&d49fiVXu*Elsh=B|8!oO>K&$a`ZRbUj6Ku(Wb>L zb606Lfe02gnPU&TfM0HA$IL_t(| z+N_jaOp|vM#(#a^e!cy`7POS|Wz|tCSm!i4q9(&^uq=daTo~ha!R8h+owJ%rgk;$? zYFso%Bx;;7+r<>KWg&4RVKdv@jEa$A8B$;rR$7aw*a8(~ZwuYcLTtKAp1YHr{Bq9u zKhIwQga9M+B;|jwc>@a17FFfdeE3rRT%GW1mUOx$(T*vtQNDa0DrKHy1fnP3}(7oF0jFz$v{Lw`T9!UU%!n}!&B}J4a}`P zrjg9T=@DF8sh>+4S5K&D#}!|IF^*4cjjU+=;jy- zVB*GTyeRyBXNbU-|Tayr4WtA{zesgdwn0hOp@raQu~{+}t`_!{j#59hu*!l&*t z>_72A@`MWwYq;aNjilBiO3)tYCcmm_Sg8bcH%O-+T%=O~v?Mes+Ak zpKG^T@D21N19Ng5j7KKv`J-SCUyYUmpb~V!b zc!c;5zwpE<@Ss0HPVow~>8e!QyjQ)OLW=`wR>CCf2t`MT%F|d)8DwVJxbGig(UcjV zWrRRq5MTH%MXq%;p8M?ov%J=_8j~UoSoENo2e-_`ZJNz!OfZWFV%%X%mTn8OxMdm4AY^eJ{@D_RtP2M)vRZUl zpiJa$6^b=m=|0>4{Q2zz?*p){(wsH0X8|v=`8vx*9fWaUv_oO+=K@4Y_0`pL`p zm)mKvA7kL}+vrQ9)R_-rbJntDYZOlky<9lC{b7Y5()JRr`kW` zh`W`Bl8*^J_G8P;P&b!L)#LzkBVk(S?F9ZBS>KdhPA4-90klbh*`X;)4O$8;g$Vw6 zs&yt};sO=sT4Jdn3Q^|Kq6UjfM6T4M>{pUXr?M5g+jg?FoaXB*7csbOgr^>oi6&XG zsCnm&qwJ`zLaWyzD6~|)xSwl(e2XFp5B#GXZTn#399q=X{NnWynV#nI@86)-$QV>Q zhJ8M~_phN22^hDiC`}d6d8P~RXfH#v0fzl|HjYi#r9MJ8Cy0m%RC+CnG6^ZZ#_@B9 z_@d)GD%Q$5*LwzIwHZ;$=jC(_Jjp!8rD&n={&j+jVa!cd3gS5o{ORSY*R#ReI2ze!aFCJG3{Ky`EE)(F&hy*& zZA3vyoxO=)g&~&mR>M2SMq zFOG1$a?sdfn*gELnB=8 zxIku39i4`i_-{`l`vde&#bF7{WN9O)%yA5T-cFXwz`}2pv8ADgiX}_#ZAo6)`CDQW zjnvma!3)p4jK}B2@AZ?HpG`@Qo#u{KO5}Vdiy$UG7U!sgT*b!j!#~7qk#Kul06h1^ zc9I+?xNcjHFA`!wY7udQfzg2h)QKi0{HO4RjC{MaiULhK8+SbNzn`-IRNE)blrLCG z)w&uK#}p4fT*-)Pg0#8WeE3-l28~3b&P3Y00=_)k#?i(%`PA(oqra>&G(^75INlX7E)d=UDtXz*>-}ehn{Bgi(yXo{RO9U@ZKi)>h^b; z@yfKHzd%jx2CjAYBgX`=g{<7Vc!P{Bi%~g4^oOpKZOdoe^%ZHV6nyAw0|3&ZfIBNwIYvtG-i1 zm>D$rMw;H<&-d$h5t)z~3XgJgd>D&SqW#i20+TY;)pb~t%xGmblGa4%@-0G1N8HCaQ{(n3IU4$v`Ctl*SZNTvSHe7bkeOq!vXdU>(sgku!^86p1&P z=;%0yk|1JN=fhBd>?NfXFRkJMVLnllnpA^@gGcue40@?szKIP#Sk1wwk8teM-`}}G zb4(_NR1<2w8M9<2Z#oIJRm+wB%XAKXNxCKlX;{EgUO-9tVw$^}STcVFf4tC$ep-*& zVC2Kj77S7vCFyot;v^q+w_?e%Q8bmvXsXP)&X3SI1&S&blWQ;GSBH1<Y3Ll%teYOG?33I6&E+(TSmp0`*dyl+8!Avq<*95y>tYrE9 z50SDgk81iZuBeGDJ}qm`9akI^&G!^s;eZ+I%cE@F42S5WFTPIAc`V!J`r&Wa>GgVp6Mc#BJ$2}UM1eG zVe_NUbEfMw!AJma*vGaV&ybR9Vr%U-e*OA31iJ~fPQ$*&1~xxXhwT5i|NgAujsL&6 z6$ALc$#LtS?3(*`)a9MWU*GR{?w8DDW-^&cCNsH_3n2so!2$wWv>}2Z3MvBIQrxp! ztFZM}yHxSOT2YHzT6bGpPsIz$QGs<8&{kSd3KA7f2#|0~$UT{v%r$eL@9YnI&bHm{ zfq0I4&YrXV`~%PXe4gj?`MjUk^L*t*;42Q}SMK@$-#P04^8)`1(fnyV@;A>g7#L;M zs{2?nc?E~t{>XW%Yp1h%%>!INZ3#y|{ZD|Y(-}yoQvhuL$6r%qb)YgDxu$Ue8~*lj zLLooB1D7bXR-(|Th$W&-shq*+*wCM?`}gbD@agC6SEpRJ&YF*{Y#zR7fav)!l1{)> zs6))xu;<`M+;{ylQtBMhp&)r~8w!VpAOHA40G{~4^LXVD+KU+?LYy(;Xop2yE+?OK zog^ap$k$n!{`DCc0w#98yd8a6KCPb}omd9fHg8}wbBdbGG={^&D9jozo$sbIKEPNw zOfnRuytbTVG|HLOW%MZd`Od90-?W17<*lbp*GJolkI~fINuLfd>g|PGH}Pl(qb3KT zWD-%3XsT&MsT3(~XrM1NfUB~GHOtp=^wB>Hj_!Jrp8 z2D99C7%c`O7MXf|IVQ=-vfI|7QRxZgrKrV&-DD>#Wl0CR7|pg)oC$IMqEgF3;7 zGSo|FAd4$!MQhdJj@c1RDux2RobCAH%0+VE_+Hc+Jw-wxg+m%5;V{D&2C4T<##vs3 zqrQZURzl2WDW6w^ak_)^pLU>+sd1Io64t~B>cc$${1!5Kntka?7IIC>k;oP{s)pA*BhROzEjMxf$#lAWu-C zHyAOA2I8S{GGvgu{Tw@Vkf0F99yidu@OEykKc?+WgwGDUcJp^ycrHCTG{m0M%qXIz+%@T_Mdo(U?z^XCZAhZt)zM3 zLWVO#Xg-T!Q<>-}8fALZ912u6v<@rMi2#vm5h)PGWU-UgyBK#hQB&wd>8{6GZ6~ii zg?wa~@!lY*REEVZOD2}VW2X-@Z%#8~zF|hkMyZ&64L2@aMo<%H`Jxui9cah@;Uy%C z0dq)2(k0Q__Zg8?klnxeB}cw^pWD{`9kL>Wlor8eK@zig%3SmgoTet{M%1bC`}#=L zSlF>+6WbpA1<$^)b>cAn`%MqhUk3x{I=G>%g|H)yUZ2Ei!s+%uaQZac?# zZ<-~AE6};j96#~_&Xx5fr>Lk*7cj}`!EV#As^uO8ZHA%lZjPTiNzAOoJ3L5%!ht#} zuy6m%6CZU7i-Cv}E@_8wIb4L*X$JcGdF|*<%IYVhyPU-$7_bUvR=Sq*;(_h#>Uxe{ zPd!Wh^6T;azK1!L*D~e1i_q2=U>H|WHnSXAkz+)iV$#%F#=;}an|~*&WRmXVU0mwv z{1RKdek;xk1}?dywA^|lZ-4ME8E=e|(sDLGeJ>9`{3G&=HeBOoB2o;&W5no{@E64S zto1m}^KRzyiL+Q^YF_&EW!BzxFJ3W3{yCBTgMXmo@^NB5Kh-sJv04h5?VieGKf7<@ z0)O?dd$5=-#B&LHes_+rJxfl`k&7ph4GOeDk&inMv!vw?v{@Aj{b%!zio&zzx86(E?1B1aMwT{6;tteuOeK1UQKl>KQ&&kWGo`3XKL!aZBI;8%rl zxjZOQvh}G45bZjoaw9)~dNW#u4vnbcn|0sj)|*zd_O6HV2v*+Oap>v-Z3ZWSK!)=} zJ#>0|_~J-A!(Bcm6_)bbS9VffQpHhSCw6x!3mR^u`{Fqi86{e`2~Sxmk|>e65Mt0f zgv(WpqS{Vd_epM9F^f8P15e%lQ=-WzyHD<9U*A4%C|SsL%?o()^-Y`!UAVeg(CW*u z+HCZ74RG1pM@k1`T)-TZ$mF#nCmonfCWN3L$uFQbYN#l!LX^QcDx!$W$mDR?tn59w ziy3uIe7(Mz*8Y!~Y^q06iR4sDX4KB)y8JoZ^TK-8RNO%*FUj(vZ}8fYSFU^p?Y0K& z#zJDb1cH#pq%x8aa;OSqYKx{(ulAr+C>hrzIni;LqpgRCBqF@a5E&25c5XZ zf9OsAVdLX0S~iWXcWkFm?<3!7Wzg&6m0xaSHCn2-Cb8^ z)U}>TB>H1`Dk~V1LlosZkZlUWr~OMh7a zX)Fc{Tu5=L?>x5r0%8R@+7ErmoLMczB3|xazm3Z$&rmYI9x0ro-#kh(s^kaXeulfh zv-HYm(5TT+)l|*=Yvn8P#~rn7nb29|2BV{zjxASmhS zzJMYpvU+0+8=v1s+xs7}bpA>PBSSp0^oLZcikV+Bo6@E-8kWxCCp#XZKj=jYC~&5A zMCJIz-i=>;Xg344DESuzlpZ~!{xMQxQQC6-)VeB=#kD#|1F<{14WTVDd z!Rm(=k#DjR3I~vL^3@x4v}+UrFq>?AkbDDOM1v`6ATySrroc_3aSFPS$ha>`Tu@Mv zUqiogjIFJh_xWAaepFQy^`in9lXBJIDLM16d&XIOXXe2dVBRz=z46;Q@@3HgLl~fVaW^h#& z<4jmMnrp{RAsSKQqpqU_eeGnUc4n)Z2sf&+)no~nqljt=bxKJ@m&PL%U@0xZ5jNpV`uMl@BN*Zegux^~dhZFkySgZs z9Ee&q4!e_SQ&+P8*dEGnX<)L|!%z2ZBxD>eaqtc6 zB;0TViAe&(BqZER2ulcIhj_u@4YS$U*vPhIS(YVR*4mO<>U}-kr|%z`x-+?zx}nBN z)l3b~|EKEvo_gy2-uHQ*I{(*u)L%*PD+0g5-;F>~Eh4JL|E~%B(ziEiZOmJ=mh@DZ zxH^SSt;OoGkr;@f&vs*LT25Ka$>#UIkDU5n2IQu7kMi;9L(Fy8AO!_NRbcJOFPr;o@tZoiLnCr3$6#Az$4M$ifjIKw0-BWUAlqR}{^NQ96W zMNmr=DmLnuHZa&T#LlBfs4bY_^V1^t-LZjCC_*|OMl-JFMEV@|j0x+Ue3U(7{O;7B z+tYX5@epO|B3?fDGDl7v=H4~;kghW!d^`oy8K#X%PU~YV3h!l7V z-Fvs4KY@8J4~=cJsSH_YSK7~||D29tQvjXb&g9T`Dr7HxW)}`sj8s}CBrC{cJ(TJtTBFlUsI@Fs zhxlW_f<*}sG^tQcWeLcB%3W3bVaIQ1X`V-^?50FtOxc`z4t=tdmtOgoFEuRvRRVpJ zgWS6MTTJUB$cZSAz4#a#*Zep3pFD`Q#Dz!iLh;90vSbn7Tt07p_B1O?*U)OO!q)7? zKjx=k+JqsgM$xLs$Qjh4#M*@`$Qe~cdQ;%kpiwmBVlpkBdN%#^7FJzcMoHzRG*`{W zQC33JsbaFB1Ro6UL&&Bur42~L8P|D&G=kB{=kYJT*~jYRZeu57!Fw@v=##fqlug=$7psM zToUe(8AYdJx?fAuZ6mM9gFl!@OX?UVO^z~8iIikwN(v_j18S9fj}Z2qpfWrC&o@9nhb0` z_BtQ;?4zk%kF1rM%B8u+dj&elL9$p)xwZ_g%Ro99N03A=U$~6A0ypm*e4Wcz-o)DB05Qo0ti+KtU^LR2dhT1#oDt44}w$a76%cFjOFmBDV#BdwPi zp9-?~#CD#2=5a2We-#0HlA-QXY`p6cuDJAT{Op%M_!}tje`4?6Z5%xMA=h7U3)UG0 z%x+&yIAx%?q=_Bxy^5F?P&o};S-+Udi|eV@6;ZyTp3bR0rVfu0@W@DAabh(hslFhp zp%{`%M_$-~x9)}~CsP$GO1&&~#jEk&I>^Qv*^R&R$iLETEx`uQ#$#AllPmjIIlJ=W8(z6e9 zR7>AjFYVT55+hLxSG7@?b8yW!FZ|oo!2gKL*RLlRl_@lNcn-0z-X$LD{<=62B2*Fnje7W_<5>uO-CFiubBA==#+VzugVloU{( zD&!|ypXAg?2R4VB1x*(bwJD@0!l=?|^d)%|AwAzpv`_c+Q5ShegH!b*aW zHAAtS$DscV)s1a*bnHL>KJY){Yb)-c=;B74U*t%)mfTaR>zrdOME+@Y_eWa`?c9m=+e{9@1kxlVOkkFmJs59QWV;BbF{(!}1%Nx%QIv zSYmm2sw;Wq*>AJ$t;0O{!wo!o*OPSic49dTwuqMR5B`)#|LJLVz5F_}S1%(m5J2vp zCY(s1tF&Mrl8~!(80}Ub`OW<-zxaAibR9>|B`|7SB$IJ$IwLjaGKTe&*oSrKE1U$B z5Px{%amvbS=|0)triT}QSMwM#6rH*wWk{BD@yz|O)+;R7V#A6Zc?ztzk768%<7PBtS-QrK zvEa&;EYh|!kR3%mkRsNsAtPn5s7#EV8oo{G_xBGwWud zmekb99&UViEq8tUeiklU!BtDHr|-})x=tQuVn&9R=D9?L6eW>-_KfUe*S6PKv-WFf z5(17XJs+Rm!|E$;Lz@xEi6Uj9gHKO?NH(20e>0)NISXG-g({n)(BWqBjAq_?;uZ9Y zNS@JxDQKfuV<4M1MY>@Ig}y=rn}Jl%1eI;`d1mv&EV=1shNt~ZjZ9HqP==wr1jB(W z8d1Z(=ij7m&0;KFB2tkFS(_oNRiiy8qnTwV=Sw2nM1Fqv(}at2#C;Jwc~1HccjB$D zp{~cwYk@!Iz@PZl5KD!dbDrFx#G@mbMomA>4~1Eptu4dBU4*hhsLTUosmhpRm@z_hRJ0n zBg5$FlW1#PgvJBd;(CHJ6r_wADJ`H%=h*x1RtoY9+4R7z7?K*AX0=k;-cH({<@1j| z#ALS6P|$$G>Y~hD%B?rvhgRq&f7Zps_nsk^ufpzfp|P1+TsoKXCCylzE;P+H)Fl!> zd}o^+<8BloI*03VCSB<|0;q1X$`b{8qjBrI3zPEK_RQo5RE4gWPyZ` zKw}gz8BHWYGPCTZm}~MW$=Y$(l@m~nq7e*eR1(Qx3`#XrcI44Ha{}YJ6iHi-#f?kZ z-MNzsH7$&q!X%xb1d^yN2Aur@-9x9TtE?t!$&gKFa7`MqRd`u-*8)_MnjH`B<>+`P z;&hfX4JoR|oW#XAA0ORM-RxEre~RhI7-m-ip>q?oFP%+Hl5y@!^GEj5>S#nLwlO?9 zLToHTi?fP=CCE>ne30VOa)t)ZoF9P}y&bo=86l~VQpvOy)iA6~BPY{{DuL-x1W^>Q z3I<9W%INGli8)^&DJv{6v?B;Ps`4xF7bJ+Ml2n#g^2Uo#v;OLhNWC$B`o)vj?I|L% zjUQg}eMYPyZol&~3SGslz4QhOYbz)jvlFtX_?IoeV8gPzd3M`VY`FSPa+PLoy>%te zKl?s?M@}H+)Fh)xI(%<3ulQy{rVvU-MRGbyldgsh&)>{#H*F#nO5iOkB_rmL0|~O- zVNUu6hM6ZEzO+H1HB{*FUvbikY zxP`PchoZ@%Xrkm)0+L$AnBrqN{%* zlBB^<#ikd(LEotn+(ja$deVY$UJ5 z$=SpGv`UrO3JNhq^az7Fj1Ctyl{F;%qqJG-8843@g+vaX{)pE;dYNn>MJgn7%J(jz ztcpTMHGX9PL&QR<*@J32gU+NUBS1>8P*XmOdiN~ink*;Z{gmf-{2E`+AUU^zk--TP zzG?3N+7DQ<@+wA?KIXSB!eGziy${}GMo}5T;5f}vHTsnvdcQc%(uNfbPY$E&&0;Hd zBTdMps&pi#!k7#4`0nzJ{Pw-`w6jJ-BV2R$H%T6yLhmqQjEGoU3UC+aGh^CD$7hG} zp4C%weLcmplfvd1=;I2Gd>1q4)*yAqX%ed$tCcA@;#PR%%^ho9KQG9ZLC;z8HY}OPV2ncEM0pg zm5x$;N6xXhq@5ps{!?0PP3R0pq?CbA5A7snRk1R+knN+ps9HD&-`D_NX9ccP0;lxn zFxMB7meYt^!{v{AwV;b*tC2Xw_=6V^IWOikw47Ru5{mfF`3R z5sP3d^3u`2gZV7QU!7#|)3cP8mC!vozz2u7QB%~w%={|y%??~nJEU?92F5U(Eo8}1 zto5R}RLGGOx7>TxUp&V<|N0RVv1!CSk?7z!!CU|-Yawu807qR3k;8uEQiV?SX|Aom zmNUouNJ-;(sv1cuab#bdoI#B|87HOBp^7VrNflvd7?;LL|70)6j~*cynWnvI9{WDs z#pZi|#ngue4ir-qTgJ_#6rw0(V_FPhDt7RlAKU^eFlY^I z{>P{JhacSxzLjw|h0hor8zk)j#Uda@Rp8a2 z(kmE_WeID7C~5(%)ks>akQCxbqgjGYBG@JJLwXt~OF7mUU{Z;2E-^+rn<6|FBia)t zV-|2@L_kDLDI`rQZd`C9w_bV&9&ZWGvI4GHx(=7Uh>^)5imFR^{x?st^um=44xB+5 z43mkAj0t}71QSY;#A~~MP3yvCeDUEfW-nVwG7+OvDy7(Orne?YOiE)aF!Hm<|LO0) z7mkikkiNZNA9xdcfiM>dNt}e<&-kUgb?Oj*w0j}fO0lPQce*mQ86wB*m-O_`Gp1i_WkEj z73wH$s-dIr827G!h|sAq>g!s0Gx-6>v|G7h-a2}P(^&J2WMXL+RW`G3<9}s_)lFqy zDYNGaKjCJY%wG)Vyop#aJf%Ic(6=WuWL&AIAUy+4?-pWnQ}%!s$vd+V|Pu3ES5 zxAr;vclJJKpMT%voA?UFf6Eg8o>2X24*Y5ee+BR>fL{Up%Dw{l{}e#8!Gccz)h6>V zWDorIRn!e5{LB8|BS}`O0<}~$Pb9EkN2hdxH@7_dpT4`~lnbafRAZf2fpMfj!j$2; zmwrVe9{tNR)2A+E-~O%t;oVwq9e=v+8Q#!7L>SK!jYW9r^*^#;)|t#*bQX1`b*LT_ z(z`*fd*fSwlO{QP`qvSGwYxuSwkH~OX!!z{U-~`Ptbd*HvEl#pn{T?|TK2RJu>0RS zx_@3a<_jgobU{0ZvK{!0r4)2VTz((%&M}UQ?YN9qRxG~`U0k7e{I8|JCVvy>%)geT zoFyRGNa(Xj?P+4p40Gn3MO{e)TBgA5S3kgbc0Z@jyN107H~o#yf9T#P7z_UOiWy|83si^g61ha?hPlksM7xz=hxJ=B6utf~(+U z$%N%p*ETVQN$4xA^z?T8Crb>4;b53VWbE^>;+o7&|fuWj1Q6 zCJ>8-NovF7G!w^;?*7Z~)-*OT(=&rmNrt3BL&?i%u{@*4hZ(h}NQV;Sc8`%Z!_fE$ zk>kTGIPW~Bx#w{3z)`eFmbf9r%JZ(}hd;f9Yi_uMrpiVhd+&aHH37=YCsL$y(;4dE z%1gh^;E8TDqkxi^85#=yJ$PRXpdjkF@}gVlIu<22Dl^B>NX#xXro<6V1zc$>5o?B6 zUyzYtm_d1jc})vgbk2F~TfYORH$qOcqsyrjPpcyDQn9Bb`XeI@4G!V9ILQu=acplJ zoA>^;h*RaP;-1?drK7Wh$6x+6ncc(GFPe_AJCCBs7`G>h328d*K^lhMXIvJ^seSZz zIw?=TMp)3Hx^p;mHN5lsV|;z)H%WxT*lJufPo7MmydG;@qsSP*UtWS84_PlW5O9uYTOaAjoNj4S^?WR)P%U0WT1Sv}_ z?pW$lbs)L zIC+41Rc3i$IVS+3Nh+t;5^#9Q^(PS$3NELI!L9);dn}D6cUq7m~uumhaR)6V^TUm#jF+%9NCEp9S`680>^?KB+@C;LZ0|okWey5 zM|U?f{PRdyQz(Nu42m9eVVJ#QFEcff97(p@8tJw*Vo*iGikZ?>8)__0X||0FNwP6J zHm3#Gag9U~81n@Rtu6{jqf98NBk6#__IBc8o*SlrlT{x*|M$*Q=f6-CHl13;)V@3x zr-#Y4b?n}}lfo<;&4DJ?ZT^Uw>Pq_LF*KuwNCvaPLR`v{Di$&H#}SL|hU(jp&IQ!ZdYO zBh?zv$~2^ag}7VC{B0)k7tQ3zfxUPqmP6t1pGN;eLFCLSD=>EDP|Hmm-}X9(!lRtO z;$jZ%-G@QZb12h;kS&l6CMmX+kkaMQOCsV}f#S*K6ot*CN;G`CMPf}N(s&M+;KbmU zC|3&P^A-|4qZ}LQB%R6=MnIeOa z_uqf*3k&Hlu@g=FXUbKWFFASUaU_A=9YG5)sM!bo7mMkkLlS zN?F953DIjsj%KKH)ZwZqqr9Ps%#l%Y*)e7m!mJ)0roXz0o~(s}!Awvz5RBzG!w_PE zmLwx8e3%PR?*>z%hzfr(S~5jiRB4*fifdRTInh9E(1m+uIrskhc8WX>(wW?sVZRxUtq6tB1*okRWG2$zAB6N!$7iIf+} zx-@hdl_Qg5oHt<+#U*}rzO)71s6zh=9T{T*Lr$PUU%}hEUZel$2$P1I@C+Krwv8dz z3FN|QBHe@Z4!2RWatmU<;`wpTI`wi6e!2zGV#S$~u#CcZZJLZK zbM2K^P$&`@JvvOJS|e*MP__khV=|GM23!LIyMwz4XCtgATf(R(P0`e9R6`z}!2%A6 zch^48>Auq$6vs)N7^SXx65)89dNss=-hrw&6D$-_TUo|zX_zuYhELKnDNp2RoZie> zRUTblht=;SA*HDtaUvHAcn6I<{mGNqEH-LOE7{w5h)87o^93O6ak>bh;_+l1D=L#qWSnQm|C0Aa6 zDXk~b8KvJ4XSj14mc263W|4f2fk}I9glkm(@!DUZDFu#{hS}4|HvaUC_I*#&$9 zdTw0$14fMz%mxFZM?$trOd>>|uMUe^!NMXLUy%(ZpC_WL$KalVufdEX;KG@cFl#34 zJ$ZayKYB%nJdi=HGBfJWqKhgVIedUkJGL-q`s^>q1AF^A*|B{+%g(x(jGDyf_OpKD zTYRwQ0O7%Hw4E4X>GF$-A0MU6QcG1`GiK39Jdnh{UZd>HdM3=MBe^%qo>&|0BgY8@ zO}H$T6#RfFU^1D|8FaMeyV&2qo1Tt#T3i#DHvLpQafwViP10PTU2TI{8hvFE`kV+B z5mVTJ;xSQ~i4qQ25XQaed`A2(AGM{`w2vL+6tRSy-hpTn$q$6_oH2n1es(L zZ~h|(5AUU+p_%0iR}$_Wz#`)xq;TE*(8$*L`meq2k$_Z z^W1vvPw@y&hLv#)36P6*q=pmtj83MWJ`HO^&yk@n1{h^hyd2Y^9Fckm&(z^OT0jzv z7_u4>e}NA>Hsa7ZImJ7Tk9U5++Jo<*7j#H&8>w)N($Xr#JXDocGkfycjAt@b^gc^_ z#RaHl6Iv>Url_PvnbzW3j&<#0(WIpW2Zsr#Vi+6jSTrjWQ^kDhA4Cfu;PIzlX2GJ< zSk$l#SHViQLeIWUAM)0gSO0ER?!Vl-sHLcxg;!pT4J&#{#N!DtJlMy!&FiR|+{$_8 zc_gRmu{iBmWg~6<-L&sIM4h7wy(p3jK*}IPD24NofV;7n!PX4EPjv)~(s*)K48t-h zdjTl{es>v(L=auhh|y&wVNQ^9ii~~Kj(&a#;Z%Y`dk?9~BI0AixU6=RoJ`YbIa;fg zC)Yj3k5@jx$454xxm~!EMh>O7;4KtkuJCd7vRgUlThl1>1^CvD_abf%Aj%9`60ccQD&5%=gbHaCRL#_v}X=Pjk5Q zFsWP~O*C?1WFLC78(pk`UeaTTsEn3n*t%~$4Rw={T_T2Lp1MWTSiAGjq`E>xn>7}A zXOI;YqD>k@-JLi^JMG0ZE9#k3ehQb~eg-$+axbUXoJDuCkDN!Kaq1)v?B2orxl1^5 zZ12ejk^kAgcJ?L2OS4R$e>RSSz>gpNHUQULeJ4e;O0kXT@Z~Lp#02KF1!uR0u~0yC zR&X$JjF^}qZ`M#NEKDwLp`m61&1I7r>g>W;?BeoE7BeH&M8hR>c>3{&IO`XSxbNv7 zGLjfTEjF^((Lw8^>9~9zUSkc(S`|;;jMHYPBI#md=ew-yd7GObxts^*KZLu|kE(}} z-aclQPs2354xJ_v8t>wTe@gPv(Nz1E8&zJIO7J! zylEt(k=yRNg5TcvBv;(D45!;o#BFEws~>Rd((e!zBiwcWqs(>9=J9tQ;g9{I%v`|SuboS5Y!sW@#>~kJS-tfQypx)U_eD6| zcN`@xVm9mPI(`^~&5YUSp?JT@NNJV|uOEZK&aT}XPd*#-zgjdA=IdX-mWVBdHKxND z6A0yonRosIh8gZ@gxo1Q4jtr%1vg==wbF5XFN@}#O~r%;uDSUf?z`<#y2HH$j_A4l#{2mB zsvqO5uE0_d@t9qNbYX*b z60Jqk(CLi01sBPDg1n^g?DLP1&*#2;fTt~9hQk-YFpwv$WLP`=Aq`E<)E3up?A@Kn z6)rN#acn6Yg(3lG&P>O^F+2_rn|G~a%kFht)Nm2eX2?VnY(Ki0TQ0f>Gdd<&8hL-; zyKHLzh{gWN?CRXb#+|DfIo!iffAcuw2m6R5W9SVAvd4mSL{Cs%Qc01km|$cGcSR{V zolJ4k2CWuEbQq&xn^nfZkzo$U_Y*M`SW7MJ+xa0yvl^)w zbrY0g3=N$4@&PVedI>ceVF%%lc=(5omDk5I3Q01(q zbF`gfZTornp_e(k`b@GddfdZ$lBF8zU>cXxiX(1eU33#KFL{PHKYfkOom+VOx;L3~ z#R@K8cm;Rdehn*DUWP0x#EVrFr=GfoN)oy}Z@>Kl{gHkaE3?Q?mT+oT41z?;EF&KX z({2p%>9&Un_|L*qYGvK(-;k6fEk(bx>8=!j2v5znr!3 zU$WBDR*z;zN3SAh-1Wby7-!A$!0H1vP z9%6-s$i80UrBIS~a%kuvrz}_kRVL;I=Ci)#Fu%L_F`j>C6RY;UhLX;)Cw74QUwV z*P2oKG8`Y>{~vCY`%;Fm-R5BV@{5S6DH4aq=ueDtyuF*fYj$C1@{%|nCKFC0SOo^e z0g_6dhV2%DEh^E@5iC;!7+qHCBVJBpHupVz3$HxCnKIdfV_1(krl9CFVpTE|&YVrl z7p}O8vCe)Xi>(+k0xeZjDA;x6Y#O$Zj(r2WS#sSx&cEzD1`4A*`P6$n_{2~6 z;dysbRa#D3(Qs|f(_a~<_sD1WV2vpe>h%*a+pVlzel2M=gK=ky(uN|IPF?w5(#4;< zl+z1(8md}p^vtHNwUR<6Pt1_PFS?LY8pV@qcxTVs%xjs+csfUE&`P*irZ3#i`IQ+_en|u>yjqq7CM8 zWQ}|*?k5~cVh{}k3La)oor%6LO=(p%%YSwnFFv)Nw35tfoj zIRoiB9lre|l1iTY?&~Dm9bGTI(_Qj>x0uHwA{)q9;0ZzGaB^&?zI$O4``?~-? ze-4!G$OZ+SBI0n_Y18$gH<^jWqa;U@n5rG*g9)%Y&?PkddM8h;{XOIPF;sm4i>HL4 zz7v#tt5LNa&Z(uKY6J~YF1z$Px_i3#(LY_sl3C{<`}Jr^1%i3PWeV1S6Z@_l={h~> z?lJTMD}kI7sjP(8w>?9k$b{q%uy5PPB(s0r;$2hIz#o6Kin6kLK0N**u}p+1b55l& zmPVh?^YAP8a@m#NK`k<3ulEs{Q%z-E9jo77#j01I;+K!VK>Wx6F3H9A{hR;p9QdD> zHT60ZDM7|*14*ItnRclD#qE~PMe2GT0quo2t@`gih$A`N1kFu zFAD5AyqDd(_i^;l0e1fJDC^h0LUGeCq(?{DGZCmy7u``BOpwLVN@7ZLMJ~5 z7W?L5l5}Vac$_u{Vne6}Fc&0BYs(lIAEKnJ6z_;c#fl~-jRlA_XaxIrVN)83#3GnH zR*Gd8W>pN>I}ssYro*y7N2*f9U@~GDE0B{4$eMydcVIXVKdv z%uO!r2?=8ocEoq{>~p{SY}eVHf1t6xh3M`cZhq<8lm#leW5thn=*6GYHQM#xAHsql z;;@xt)*CTdB$T9rstL#i4b31BjwdMd3v?Y0ku8Rrn45MXNO4%gQCEjvGUBQ6BN>f| zULy|7$a)jDVkf_Q{sI2<(i+zM?q8XI!`I2|3o>4uN0u~Hi$)&92y3*M6Oha z5i8TMsi(9V{T?NHe(6cF&cG5-)cuVy9}}_ zUV{@~O@NG&#uKsd$i_z)>F(wB%kIL_Sd3k@k`1TumIWA*gJ9QTJec?^6>tFFG}3tbboL$IOT29ixlB(g7^f=dWyaFET>Fy?zNm`%{2<~jsX-sr$XGQdsikNY z5*~{ar`tg;mqjrM*ezD9X#;74j6pA;nscNw1p+}6nehx2=T1fEH6jQ)rq)m9%|ma| znwvn|(E~{JZZ5v?QZ}qx%_;sl{C?AKdG@v6^YS}Sam&o_5{wUFa9J^w*m&*vr!aXO zw3sH6suu{2_H%r&i<0S06m$xunPPSwdx@ly!(UTJq!0m}jv3lyjtqUu@l-cSF-?`T z0=;D9xH^R8aGqdzjGloZ%vLjb2T1*Sj1!!6ceb6pkPal>*d7y+6gPSw2T7uPR!kH?fP|yf7z}Czm#;h4aYdXk(8l}Nf#t$F+E>rbW81+V( zeBGJs*te5SySHPun>l3Z+4B98fn z@dYLJAKb^8r>&q+C{Poq<9m-^&JD}%ClF|)2sg@ToHBC};}r_2bdobCuSBOBp(D+) zL_5|_8T}$ZmgWE{Iv7t6qgO@L*)GNhhQ1sjeeHtVXwM9wnFVSyMJP1}Jc^B|FHd|R zNwa@5y{&aTJrEN8595NAsHki#eJ+ zPN1P0gVBuO5OIW!SWIRtRvYVgy^rK`a^bhGXVo)*!q-s7J1@S#{((<9t#}d1?l6j+ z!x8Xs-_mrl7SdQ*Q7GWTRHp7kCX2Oz_sH`d@-WP;u8mtzga+1hMlxXM#_??vN zJt(bK3~n>4-+T274dKrPc-7MDndq;?BAKv>M#hFi1VR=vMujQMrZcg*iDO6FvB?s1 z{H<6bW)znZ%dm*MrX0giltA2y@05D-`3$lI>vz0M?{E*t`#YIEe=fbF`=}P`QCu?d z@e%3 zH$|)`h{0?mRj-l}azsgE>6g)u%VZ3Bs_PnvyA(7@k9ka`ys{S2XeQ97XTTf9AF<<4 zS{M^T^bhu)9KgELdVHnDhz)jP`$j09R)yx$V^<|2hl1$JO?ZqpTy76lE9%h_&Dp7qFU7ee*z5A$HFqPHsuj0o)`wi3OW`6SY9k}ZPNRplIuJ@^^pGQK; zVzrqu_9=|z!o>4&9)0rXyt(sLPCM&7%&45Q_-m|Kyp(812GJ@YnlkJ=v4`{Ke1qQM z6W9bB-J@HG$8}WnS;#h7*wek8vN_FoMvZ6{7R-u)Y^i|UPlN{|kd~!iVS81V8(9k{@!qr-gnAI>BJFwMz2nc2h?+3A&?X;?;$R#G~OnzD& z6Yx$cW`ez*k--tXeFif7N0@x-TslAah_xG!U@KTTpl{=!?)U@xq#dKf#>}eAkUDcr zpE;9acNyt&krI0ecGbpRSACz$F25Ov)k=O)5E~t&911?On?x#suE>nH z;9x8jp?YEsZOR}AhmO)C4Pvo6DK7KS;Fv@(JdDn)r$3S8*q%3NnR5pASdO&M%#73K zv;3l&ta{^VzJK`-IscY3XsDjRNFm8QrJ0?5yXX!cr$RxroE>z-TdX zM%f}>-SGlj4{o5v+{B0!!auPAuhWIWY~e@0`Zl-Scn|M=`WC0nTF&0CH>hczi$}3g zzj7AFF&VAZissbe3>i2$bnxVaG{B3$dY@Q4hL)1a`ZO%V0WS z1p>V`V)-<2w}OP84-RagfA~0;m0w71mX%pOB@CaUL3f6voWWY*#l0G@N6 z=E-+yJ9dO$JbdThjlzF7p}KYFhs4D=`AR+hZGcI@py@CSR|!eF=H zZ15qa1tL-wqfWvXDCLAVL;;n9sT0_TMEb^t$T~&FPP7rJ5?HtPMWWkBSln_30NTeI z(^_WZb@}+^FQ4F7@BNahl4^Q8y7+k4Hd3;laA<^_slX)r1fr%S5+-_f9z_*0Y(KG& zgu9HNKXg4Cx2&OL(FFPihDenr@WibI{W8Xo!kY(I5luun<+RT(82je+pXC5weC`R} zc;#QeoSKN3Q}Oki5b_!W%LE*48rD$_^YjKrY*9+vB?MKVF4suLuc0X_<)W9C0Uxtk zW;4q_3ptUd;sXu6K~HMiC>e7ev%!SEH;ba=I3vCYi_J=Da~&cA!a{*h5AWjYQ?Fy7 zuLpp~Uwed({to6&na|>ROW3yg0~(7P7>kZzE^^|C7#MS;2_6U&&BSq7ja+;79XRxQ zj%?q<)?M$AF<3Bd4703m0X@;9oap{6L#_VX{+Hmt9sOFr0-)xcfuYLxTtf9a&c%SJ*<q+kK9py6p3IT}99qwhY<)(3X6CAcCx6Z||8i6lq_rfm;S_0o23gQ(u5M)QhPMdJnMjkZ4slx?mU$3# zBGVhE@wKbxeHmvBKVL{+xZ*0Dik(!MMxn-nG8RM9S@71CQ|fQQkWk47^eBQ%zQID) zA!E)ONvSfnjGnARq1Y23e=J7EQs6{-fJ`WhtfmRY6NpAV-Z3N2UIFtcj7(Rk&y;fg z4L_hKHNd+szsU3%3mMUk)46#sMYHSa=xQS+he-}Zsi~{Q9Fa&QG9+9YpX^@ESRzRI z%w}{E6}Mo==LxWF--paO^EBRi>QB_opFvDZvcG*h>1gs~0e-#?^!rMfTtAh9Rfp$O zg>=0UbC*oql*QB`AkVbnY6Bw%9NikKNkp(4(5GeW%>mS7DaNJfn>Gd5}j=7|AZo&k3uxd zjPe-_W<%`k+l5>aVQ@nmIkU_;Q&uuO*o&duOrWR~r^&{Y(pJXGvy{22VIl(^KHsU1()Uh1$(I_6Pm$9yX7S=ALWx_O8J@tEB4mZmx&PFV; z@$%!p$1X~gd75z>+_dl6Lnf8tikX)aXs$sg3#6nxpMJcFv4H_>PABWOeZb5ai}=P_ z7jt;W$Mk*jDWTARJTp9d&Z(4@)SbMLp5>T|(QU!rp^|JhAtV$6BM#z~1uz?t`eo!| z1EN8P6w#2&B%~90WLY6sXGE9NVa7mCP>_dHOlvuZ{CJKoOPKN8Am+3SQQeH?(Am~Ub848&kqC?L+hu4!yC5TyMf@7ns?%hB(97icK)7&(LoE)d#*Fe?6>EwFC z=v*dhCN!cunj~u#d1L#(GNbY|bPj>8q2qjg`i02G0{{4%@6kT^SuI4b*P*I^jim;I z#J8_HmyKI@oZK9E(@j63M;*ec+6WiLG1+Zw-}3?sooAwSgvpoav8D|SqjfHK-FGwlc5SC_+9ViKXq-P4-8gLB zv6h!R-eAF*XEC{U9-1aIVagPK@xUEyIJlNc)h%2w=VDZwh{0)Kbm(ur@HfAHfkfVh zLDT-Xmv4Wem56B6^Uvr1GY@_E2p64y4f%qM*XiLzdk1fFLQq zGow*P(kKH$Bq5S9U^19L7#kZ*G#pH_Ng|41gg}Wb2?=G8G$Uz(CWoHRxvRQz*m=Jn z#;<+OI`-lGK{mYW)m0yAt?pHO*YoVFo;y7EbKTFW_&$f{+`#AXoDF^s&*3=&K8NQB z_#B?Ya|C=2&k^uBJcs`lJnQ=7-CaGTv)$Cn6}+W7Wv4{N{a@2$Ydbb@q)G_a>iEX6CFo;X7Ne^UK^Hqo2uXDHmyL~EMK z!Z`RK2*R1Iy5K+Fu#;7l!Om5z&#fhq%26HtT^~(pK8X(5*-vz zq-8fyG=XqDN@KA`d|p6L$H{G9jSzO(_t=9RJF%By^>+$j)0yh#vU9GZd+l1(f{#C2 zr*2gV5GfD&xM6|BIJjznm66C8SuD+F|DzA_+kO9D1)B|Lxpw%)bX;;SYAnvfPq z?TeJG|1)7%uiwlkuKx@bqe;D7CeTG9;W&clQJ_L%Sw>DrDH(MpPadOB9bolJj>;;S zkCw4(EdX5KMG7fMvdF4u;%Etj@66xK-9P!?k6B!O#Va|#>mr)7WoF_PRAjV3rY6*= zudGmTSIDGtbemZO(G%APqyQK8)9 z&}q%nrF1jb454PibTs31cJxpzEbz;{w=wFB{V$W%-@lq&JFaKGI}nrHCB zH?VHgRebNOf6wI1e=M_~j%N6WYd(P#*J)}l#dr(bv%QMnN7m zDW@C)1w7xyY+5)o4VpC*r%gmsB)n#ehUSp=5~SLb$lYN^#6EOa(inu9(m}e05 z=opC*U9B`BIgOo=nOZ)?9d~@0rrr8a$Nbhme?Mz3I-AmoMUqOAf>>s3;y9aAn-IN# z`FI)07cq(g)=C4@@UaA!=28vAk!htto-wJ)BE^J**sKzSljt5ub{#iJ6Bi(+%PhKe z<}HVWQ)AegVlp;_)2iVq5xR0+Oin(7ENciW7Lq8lv3DDho&>SA8M11M#p7fAKCSaGWOiza4Z)3R)wszuXj5rhRaUB_@`ay>a#b@h=yz0A0`fMScRR90BA z9b{2OQ5=M_$EAbYY1`CARkhF?0+K7DMncq64jivjTrM&n&LjC6F*QnWyc5;+`Im>j zLeu`weXlLs&t=!fE7;b#omRwSVQz*HQSNx`W_CaGAnOJO*s=K%9(wAR#IpU|aQ!=} zPA?!IZ{q0!Zc3tDsbY#QiUn5LWJa@C)jCF-zrtaCn7CgdF1ARuYDB6PM$;phF@g2P zF~qvXBe^yz;VtNnh$ZQCFppnW2xrzJi*;7&c@joDOJ<2|PlkGFw>W(S5%r>`Q36%2K(=NOBkwI#Y!SHg#>}EiZgK zr>mp9=`Gj&!36xBU9JDGu3}b^VEOb&}AGWKv8rQT_tdQ61fycOycYwKJhI&bG-z*Ol7`6aj8H}u`t6PrxuR0dBgdv>WMNtcOU1S{X%A! zn&gjvu1){eBqxluwx6O`;Sqt*02N@(G%!g-@~?@XCV}9d<)8pMGhP| zfD;uM%ytn;M45PUlzF#^nhha@6nx*rkQ4-2V_|xka$^Zq6mVS!ffx=hZIL8{atE#o zZt6^grzZ?Tl1`{86E2AaO`qas0lfmI;u3@;g1UoR7YNHbf)8|PM5+>j>7%Ynv+wk7 z>MKP=O=4YgEoZO4kV$`*a=A$Oq=y*~X!MGN<^t@DK-!2CI^uG`JWA23Q_UASK6`*y z?sygLmuzBu{v_T?4ZRu0bzGco1xJ){N)_UV@20>qE735$EfFWW5nl?}l0VMzL>DKG z5frD1Ac=^wgk=Ua>LxFdkFc*U@=!fXTS!AtWb&4W>!|d~CYy{I=HyPAp+0(JGBL*> zL73G>7ixEuQn*Fb)^NKOWKAI=7+8%K-eiN4VWO%!I6e)h$#`uX8JW5I0!L;J@#6j$ zaLt9!r{3%H&NsfCa=G}Y;REj4bsgK+T}-i2L{J3+$ETyCleiclRO-wHE}#F>2iUrG zC+~dMN0^|z88E#F4aL?i?{ z(>bzQ0$oy33%`!sEBP~a98aCxFkFa7uSR(Bu$Ods*?LPMDDxKvd`=@sEm7`xJ6V7tO z&ezeqb}du&dFq7{O3c7?OvFII_kH}T0QCyB!o8TS5}isK&9#}1uA?SHm(ZXQ#A#X; z8leYG!_Z}B!>i~Gg^4vZ zgq%b!h!OYW*f|JEIywre)twjvDHdmDY1mDwW{LQM27(B(fRk_GwaIMAts&MI=ic4F z;49zw?0=eG`foSE01J!L^bfB`jfPRDY~->}Lw0DBQW#E+;gJnEf`a8Vxj1(r%e%)| zqK>5mtQ?+ap;Dq8Y7y80t`QJad@R3-u`0@7tcQLrMJOA?2(j`4`ijF_^8Lf~tYo^e9&< zSfeGD{bgoYMkz}evPO5dhy1>ieBtJgGI`<{jp;lOJaZ4=hGAXv)``!&R-$x%1Xn3`o)PT~eKG2dm;Rj^%^?P8IzCh%K3!xlMDR23=6 z2@)LWROuAmM_3HKxj^(N_0cXIPDZsc=c_%N4UeJwqu6uF}^L0Dob-asq(D5}7Q z?hQPB>T%xn@z?Xz-p8Mvhh{Snt4Wbli|XX43uV> zXxqjiHAe?a7}he6&9>OMW+#E$pkn%1u0W5q#D-v+AJqHkRULK;MMOs+go_{sM0Asy zqw+(ipNehs!t4Sw&Gm%iokWJhq)P@lJ&w^ALtGsvG~*Fo7MUL~5fu@Cx<$AtW5oib z?hu-)Q=VENGozv9;=J)+UWZdNpUwRJvzrHe(~IB9x{W(?cP-=IB!B<@w=kF* z;Gf?9b!thUpWSl{(XMu)PLv=eBB&ybl_r%!o`w1(Q7^~pj$vw{67FJw5qUEQ>XSS? z`ZKITh3hYW8xd8-uw<09j%zwB7YY>38eL8TuT93yNJLi@tgwd@2@o0q!SNb$ZPR%QK25>KpKqa0c@$$N;k8*(%OYR=-bbm>KvESv z)!}*TuI9?EFXFT`L#0_IJt~qgl6bumz5>o{3$J2PYgBl0>=Am;-%MkCiE~z6gk!>T zV;L(NL6NJRoO*_ED1oM^R7{&pT*2~m1Sv_yv9Vh=qFrH|KgGUgf-yfzOo6o6qJtK8 zAX8N|W=(~xTV*8Wu*7;gR1HxVP$Yv`Iz}p6A>fj3yRt!`_L9Lxp$%=$SB*QU&{EM4- z;^^bF44V!m$GQGaR;(qCR*ulVY8{PM9cQ`8T(VAyCPoQbLo!OpK$a-RboOt{gMNEo?6%xxb;fjPG1Vm1{Xp0`c0F8)4*wq*)r}*K$ z-(bc(BSCh_z@>ccd0(Smt>8>m(OPGG-f%oh=8{2bY6J6EQ>1epG`a&a-Cg8{`uOor zZsOu?SJA$Dn3dWJzUyPR>eQE-w6_mYYZi&5JIG|ZFlz!ci)AopxKcTdhD%XSuwZnO zRXw)ob;PDk8x=C41{EnrL~s~TD-5&+gVYg1$zEHIZ)Ao)8toM306D4TYVuV5rcjXv8ImRy^{5AL%7oWX@ z6B84^w+Vh$2`CFP;jT2zG(Pbod?)Pwr)G?ga5% z8=KlU(n*rK(cyK_=#^ z$VmgW3c|dF6IDoV?d7~pXLIq+^T=)J#8V(-L@CS`IKDj3l6{i>k9~#CP3PftMQQp? zB8vizkcq6Qh#8%>c@3i~kngs+^14^j9qM4;$vsRI$7!z9=-#lNqE#Y71XuT22{jOo z)QL}v$iqqMaSyB3qUpC7TDO6f>JoZWVnFGqLLD>-t7fv|)$pS}10(AIk(MY?t=366 zP130-$Mkj7Oog@Paa6Oxl9{2IOcQR;VTB@0yFG-A5G!_sz{?Q`UBqKq(xC|5PMm0e zg7PrPfs9rJyV+nls1eVmPmoe0?(3pRMWud{ZC-$&u?RKtR_aa^pyNYMV5Awj?pL6Z5Kg0EWlw&n6 zh+K@GjuFyBh&3Be4FD0d+$2#@So_NDod5g_+0Ze9n3h=fN(gff&HLuqcjO=?p-FhO zNhHz9(Dv(aRS)GBFVT}8EIpJA{D-W?{^p)UQbeuF+O{W7mvJ@ z?sA4N?fx7y$|3{V)%d4tcpD?+^*Vwh&|0Z6IWbDA9!8t+=*tcg-k75pG0|HAEul#e zR`CNL%~g>MjZiYi>f?{lQLWQlvl$3xqO4kU=rO3W7KS+#Qux~6jA(9`4#%NXG(=bnElU;n~Sm^e1Z?){Jc=>#GFGhX%T zcW~V`uO>e;%WQFha;?ljTR-Cq$N2g;KaH*$j0|sJXx%!F9X-g2W6yBOW!G}`m9L=G zDB>1csIx9+BEWKNTCPPS?4A(~Sp>5!KnX7@{^5grwhvKrMhhN?IBWB0P0LVpioWJH0>a;j3vxUL7)f_(fB=fadau=41W(;rMfebF)-B&nB{X6u}kA$NO=cRb)j*Z-}@` zfGv4M)G(2T%XDjsi+5hbT|d5=iMdhEIqwqIXU<{f*bG|ICoRO#S`y0x4#q%?u7wC~ zksRN7=G!!Ic**4#fvj@>qfhhD{dfM`^ZU#5{~uPLzm19V1m_k;h;43XDczviYT`r% z?)>gIdF09a{1MQAjuI9&?5rjt1#Qtk2Z@ljMA*LP_}dLo$@)njJ4eN@&bZk2AG$nzQzhEVyjWuH`HD ze2zztKk}y+1^=J$t}XANz^8$JqV&gUl^W)0-RMFFN1A zOuR(y;z72yt!AOL%z~RI6-v|7*@fW4Y<_`-!ZL2frtDNP=3OLP#*Hf&NdqDxS|K20 zDKrNqTCEnL$pF``;TRCw-j9t%^B1GE_jXf1KSFN5gz1_ThCE^ojiBj5N~TSSk(Sad zRr6%WHJWP!1YKd#E#WTIQJVs44g9!5XwGN3y+tCDWH7gipN;*3CwD)Ho{lltIZRLA zFrgDJ2{FQApM~u^G+hN}rG*=ma54&-pkp~ER0NWZDn{i9ma>u7U>oabC)1YWM{{?w zyzewGf6<$%QQ_W)?&RR1r+D>MZ(`%t3)nk<0B@y5M=On%jWXJN0>9{xjQ6o|)A<~m zc$)qDALpuFFX85&eT}7sIfRhPUtjU}WJz+UW0t;^H2#W7>--S?;VzmhMZWl>Pw|Rt z-o!J{Ji()X*eY0)`ES7BzzCae*v0td1X9(-5~?)BGruUuwP;Uv@Whdm%q>j=aMi^x z!P(kQzu&@{5^0Mt`Kza>A79{-H@}K0b%AhMWVy#89#7I0Qi+)= zJ-I%u%V5Z9wpV+N$sU7JM0X54m`>| zkNz`nx$Ny+yZu`HV-=Rf63eM3(OogJa+;1-!1UAvMZbceC8$9Y#?Ln{%`T556p@BsjBx%XSVrs;9s`it4qc$oR+ zN9YS(L|67~;=@U%ci+O)6Ag^PL5`f-&yiF6x%`S3bLsnD#>_nj@FbV%fd-lzVLY-x zIAxHP(u5R)(TNG#)7@-4_hOzr_?thN8~-gU;FTM$;k9pm52N-ZV#7nO`1nx?Pw*)% zEg_6H2@SV%qIiU%#40M4Cf!;&m^rAA(ZwIz84^RAchoXYjdp4uE7~EbI&7pAjMR+ zwQpf;agsZB|M1_&aKp|&W4QAyCPVYA-?)jMg&4Q|^6T6)eh&aU&bf#iUijy%JbH>s ztImn~X%3!v8cosI)VGBNXBkU&(E^=!z2k!vn=AbF`~Dm>c+b`EXTzqQjC-?4nv6c@ z(KJoOnny?vGe0@T{nHQ7Xx1rFp?7eY7q`C{Gq4DC#|W22d@mq3G{`+q{g^u+{yx|4 zd?`CFxQYYQ&k&C#uzVY_=Aolv8J0!Z9MhV0Ztx1!BbD|Qbk5iD%cT|*7QD9Axvsukau^S$G7kQC(>(HvFq|1Xq?Prq*a7i zfS`)lZBR_NP&Jq4_z^z!+4s}Y-p?hMzKCD^{5#a^f0!!Cvzmta&(P7)%MH(e6V^%% z)3s=21p-4rvS7BgK*MeliNsjFV+|u$YzEE8iTmWOI*0Cf5^cq$*(TvAHchicq!y*D zTSSd8tHJ|3e&8WI|KDqR6RW!zx#l8ny8lML^Q$lO+r#&Bj=YUEl^&KyY)WedVh0@L zp*SZ>$9QVbnN{F3@BS(ue(&c{4mMb`VKZV^m_rAiqS7q$_?~-Nlj!B@i(kl^of|n) z+RM)#I@4r$rZU5&yPi+Ju*l6n`8w}={YN-!+j%r4hsJD`Qly3Dxp<>h7VSJ2tiK3l zAkIfV_g=2N^g1@4dk(k!`a6W(5D{A=+>kN46BN}7R=Y$pucD|bLT?1A!$65>sM?uQ zGCL!Z+2i4N>5PSDS<~#LW9?c>^UIV=Wu~gN zstmeg(wMObscDQ-K&W6~4*HmOmGj~|czETpf4kr0!fE`b$)=GVcyl#&uD*cS6$32V z4t`Z2H7yYtj#6nfxVrcGoZPq{O;Oq0vz0G={ZouDo#4`iOKIhodEHfS;+4HG<#YFc zhPw~{f|f7V(W%Xz}NEG(EfC7qgPV_p)a{d5As z3vk+H>S7%+X5a-t-Nx#XktQ2xagn)BiN#ZoQ!`zHSd5Gpqra;Mt;67fM}EoJKS43l!goB>OoY&s!^y|?5<9P#TyGCXL&0zqjPtr_9GvIlpMN)HYOLG5oj1Jk zuP~R&40!E~1=AF21=e@2$Bqj4WeZu7Nv-bTGoSuzY}4XZ&wm3sGl{Vx6UoLoF?W=_ zTw?H&ZA723X)neY6P6h>PqRZ^&jIlSwa$REdbZIhRtZJJ1QD5EJ@iw4eCKz0{r1=M z##g?ZiDaJT(jp!KZqdRUE#MDD2?a5fLW|+;8*yf9y!kV)=JHFf4lg{z zZ^{pI&RILC*IJmeK~hh0!QgpJEzB_8$}>McO|eiS(UGP-5vRYSpJK6sQ1fXM<8*KB zP{@`yXpxDmp4XYTwY6FU%^x;{EUq2xyZj> zMiCTl__KE)rwkr`@E3Gt`&hSj3v=YLLIOj}ZOo63bKm3x^mMPLO^);F&%O^m9_1h3 z{uP?F2F`#&BkNHTN`!keLzGBHxVl? z-SKW-`I>jovtfuk9=Vw>eD1?+TXQyD(N5%&M@WqzahlVk2k7kW;zgHVkCiVIPRA)! zD_D|8Q!`n&b0d59J;=}Rx)p$Cv+-{o2L4bJ{9j7ITD?MVXFogIwxVT1WLM>gh9j75 z0!A{zs#SyRIDb25ZQMfdj#YTe7E7N!!07lmS%@~N%$u_$)EuFLPv*D+ihu}sVG(`WB_fCLHzyGT0dd|WWGQGTO%i&XRBtCr zI)trw$kP_nW2b4_7VFn_ZT?zsIsY&rKl&XG28__uq|wx)?|Q9k#H_mLM1tl4lDt-3=h z(~0N=w5nwi+Xg7NHR;TB^60~NaeDk1-R(VG|JrxZp6=qwCx6Z8*b(xjMVhTTv(uv# ztVPb*av|ZmisnnG(++2k>|lKA5I_C(kNztt@?Yx%-f+X4*>(L(nVg!&s#Z}82A*)H z+Bwk`L-Yikn$4`6XYRx_m2#Q33o>{`hx%NFr4fmw5u*QuL8;s4^tync+Qgf0VT41( zTM8}R$E`FGM4hbBff;VF;N+1)2D#G;(GvkHYjwPePLdF*)!lsjvwy{Magi&}zLx%u zVb-6ujhfe@+s+`(HE2ae$}dpRY68YWfG!GzFX-jLhwtL1*L;TO@4Sw;y#9TRDRcDH zI(g`)KjokP@t*+rn|FSc?E^b;6$2*(Q87ZaCeznGgt93MGZscPhAIlAZKw@6#8XM8 z%QO7)pZv9VF^{motMc=6S| z@RIA8J2iolmg#Dyc=YHVnjP@+;j8Imh&%827JK$T%mtTS#h+jJb|&sU!iqmb*bbxX zAxyK0AP6WSotPU#t;tm44t7f*KWyR3Hg=`;U&fJV)d$=>yo1d{+ZjB2BN-!2^F)D_ zPyYfA0A&vCK>oDCGUcSc4%nGLA5tR%gT}fPBq+D3x z=%ZgG(|0Zd>#kkKI>)n$$@i0OMtQ?K z-$%Z-j3))egAn41%iF*B2CCH(AO7Sw*f7-1%{RV_i*NWaZBh^Nl1*DK%Xjbj8bA2O zx9LcA(cRuhygkJedmbhdiSZBr-%|(8``!?igh>auX(rUC2M2VK$LaW(i-3T4Iex#uYxmE2P*tdu8e*2%P z)+&D*1*x*2vT5LXMAR$|#iCR%Q<*QYb2sde1720ZX3^ZCfkw`jB zaz-HAjM3_sDGoL%KYf6NkwqQqCs1{yWt+Ac1y}cJ#YD!OX@Z78rYA>#Z#TEx@l7nZ z#p~bj0iJsDaad@gMhxVxC~aPhmRVt}I!daqlk*a16PXG~ukYqlKlvE z^(l;0f+j6OqK=M=lLWCDpae3Q9zsMxH+1ABhq`Fdny(O##3%_3f{;X1FlZ)xBIvYA zb=I6R&Jk6@q{SFXFUpsH_BkFs_z+P&%K1a* zGgh5qp|(U{u9xYlF>3$X-29r0uH)U$|0~|`KW<>IGKZmu__M42f@mVaqmSQ9kqVV& zm6tyMb*x#lm7`A{;HKODkn^=2;Ib~#ElAV`Y5??Z2(QY`)v2`IqMRo76j zyG%9a3Hcfr0=lG9wrX^Cw6nc$J^AT*7V0G=M?w#4$T=O|l?a*v$*vSb-MtvG5MEd& zHY;LfK`>-g$Ag?gzEUNdY9pOW5j?hpF_Poa$;Wu`&L6XN``K(g`*I$8;z5>YPm^pL zAe~AQlcN--=LzScY}&XLB@mG+KGDg5P(vo)W^(Jqj~Qtj=G<$p;pe~lA=3ws^Y%;M zg*BqGymt(JI7_G{V^}iPApu2Jkd|zOrcZcn20;-K<}9RBE$V3>YlBYbl!0nVER0xq zdsa}g5yYHMYo^G-B?-@J-vPVf6aPI-6V z055pKE9jKkN%wRUI&Jd!iN`n^pW~v)IrPSRh!3~(&~JXuLr>j9Ze)-btbZ9PA&JbCmnzVd@l6OSc% z_gg=N+K}-o76aSY@$I{B*6 zoV3Px#RadS;x$+oUV~pYIlVlAqxv*E6pH2YnXcMW2&HKgT9ZbN#LpBbv}s5dgsT#z z)gocT;I2D=fNm>X|DxA3UtVUae3Z18q1|jJ7%^~haT+#iNJXiEqxc9>1yL4peV3r= zp|}!a)q{+Ns|Ebchu%o5T;&IU^AkdA+WF+SKfuAqALB1BeH)jYdo_ETM|kAPySe0o z^U1ai(mAx6AAJ8t?)vGizjLlX`jIcOu5Sy!-Tf#=E{$JrB9<&-YdeT6$mHiwA?pfr zvn#ls#W~krO-nR6c4$Anu}%gzt;Y-p9N6;&eVzR%wn(h5A@xT{wPpC~w?4yzzqy-> z&b^$I$B!^G|L+yf&)ao1Z@T_HOpKnU6?f?}+KJf)Z~cc?(rEp`9nXHhtvFHCh=tN% z`ADLTritju6o@Vr!J<*MFl@S{dWCheo8w4=dD@2aEM5kP=0fkz~WM#3)x88a)-Jy2&6!&rax4z86!7*O? zlGm{2dFP<6&T-<)-)GNLkMO#y-hx__Sv)Yt>xW;%-+kacEO(ih`5KOCpM&oPa+F4 zTVorbV#A&iwRnYZe)rRKcJy-Lwp~2>#IKo|9V2kh6jcm#ucD)?hc-RUy|oI(+8GnO zFg49|ZJOw+43THbn6+izf7b_|4f6eAK}a&Q218Dx2m+!g5Vp=7ayDg)u%l74S}ZtK zl#ql3C=z&HK&WA0>mn_6nc?^>Czo>gQihGay(F4C;b@r9V4O%zAqa~Mt{Fye3v+UG z520`hT}$Jd7FOV5Pgf9QDxxZ(CJYjmj$W6Mo3P>(sP%b73lWs#4YqIG$)40vKJ@W- z^3L~un06^cae0|d8+K6DO+vF^$2^G27za!monXs8LExg~BA`lGO_NYwAXF4+CViT# zWwg40(D3mh0)i8uwKNtgqeMy)o#k#4=X7&&?l|xL?3)32_j^9Z71zCt6TjJuqx&RJ zfLFGuwR?zpm#`k@z`{Q6n|*+*)?CAuz8y?NmJl5guWX`f3JujIW$HwhMV1Ew%8e3& zBp@t1D7HZ7#$LpX0V^hEA$6|Z^=`C^{psX5H4 z3VE&0DzS@8&$*0GJ@iR#`|+9ftABavyLt0RKf+HR{1G4e*gO8XL5KjPQX5h9D6-{~ zj>Pa0@vRz~BGRxFT0sj{QmEQZTAoS54-qILK~z9-1XMvsjmIfg7tsP4M{!tQ$g{D3 zJwro%%rzJAESoklPR2|S8cq_;#)!!wY&AftxOi!WOe~8wVKaLCI6+3E)#($7#mE*y z6pa>QM4>m)#Vxmfm7%lNami&bM6p#Kxc_H-^ItwsERiJ9p61$B*Koll*HAE5&?*9E z7GzN(Qq!oWT$*MBwIN_ML>$|p8nTGE8iuHW<>Q4#svRB~BaPDXh)Z!+M(6maAAOQV zC(qko`+lN+h&zA!J$BFR;qswfyy5&eak{IFYuP0Cx-6`B@!}E*E5fa}eT{K{k`G?^ zw}j;cchBEXTe5?Ul*U^&X?96yJz;+QgB$6HcX7?R*Q0hNm?})cSd-1sLE?!R#nk}~ zvq|mXGMQ)!pN6dJP_aShK4kOG|;adKW1y)8o2(GWrkkxYc+ zhn}K9on6m+A*JdHzT-nkL^K2Xqz;r-F~0eO&#|F@6Bn(z3}wz{(O>3EzxoW<|M@#v zwR#)-o_>(;ee<*Y&5J(3^R`~b;*iPMQ-?VH%n_p5G(Y?0&78G*2ZI-EVfBWMw9V<% zQyx|v^n8HW49F`*hDX+O&oA!ed$)dtj`luYcMru32Br}Z?TOPg^3=V6l$s^A5~5fy(@M&w##?nG;NeI6R%69A=)^OgIM$M3KoS% z8P|64Vj@~yz%V6RnuDfjbQ>84x2~ZUY4Xv}{Xdws=Cew`-+L#dEtVytc2jd|h=K^F zkFB|cG=p$l!7~I*!9$41=z&Hkq!Wo5gv1bD%OR?SG1?-elrV`!npaBH+q{um>cB1p6|x%U7&ueySn@iB7AHjMTZ|NO0w za`|P~@|S=4VfLNaLrRRXP$=L;eKG}&Koqe$MADHq?z!cMJbd7OKJun7Vu%vozwc`d z4y-|p=rq-Y-crc7qIi_^|&9(eMntm;`yIG$r+ z<`9h_z_bEFhKAIolM`davS~^}jk@2WP*~;y<7@=Wp_vN!>+3#AD%8pF#ktLXyuo%f8?t$`Wo#B_>Dd%4SjO z0(vrpQirghv36h$&rCnX&rke<>tFRYcC>Ay-mI{q)KIDcv5?N#$^>^l_DdvR;T6~1 zKxt;0)#=rU-4O%}#F&C-I|QnaZTnOv@}%lIX19o(FbJ0<)ESpX+C@PknojeDZ~p^V zT=z112Kq5)YKX}Q`QsC`^>rZjh4C5=aUp_w+QN+rEQD%IEleSM622IajK&EhhfjXy zZwNJIKKY)npsmSbpinPXdGxV+89#m$xi7*6y%*9`%VEkELd$11R_D>_2kB3&A{>pf zP@Ki^40^R5#Hl(n+9GXd4I>5;&Tr&yrD6D56ZJyA4^8;B+0?1reEbBkTC$p3n2t@jax}IG_C3*YUFk zD--hwGbZ7V1a+rQ(JrHxWc<+@vF;Qz;vD6O&H6PP$toGdz+=uX5Gku@hE6l-6SGuY zt3}RjL-l3;;>)k4PLscV;Ri^s>*HVU`xed9dH(5>--D3CGkYHAvp0R1D|Wq@t6%#{ z>W|N1?pvYIX;Wx3k!+FNqE2>7qW{XxoG_-j_uD^Ubnz6^<{WFn!@U1hA0(1VQmB?` z$u>^O#A%aI;u;}OrC2Os;+2+IpI>{)o4YtMce^~nM&Mhiy`2q(h$ zVUgn83gv1QP1cda67^P-lpCVmiW1JnhzbVk`ZN{2&L=+lZW{IaAKM3nE$eskvMb(5 zc{xuTF{~tLQjfja>ln|VNLZV7U&`C$r3~BxJhzX8X4>MbwLXCt_yHo6N zHefB4>D;-B&;In296NdF%)zL4evqNwjrjYk7^2E}Y8j_)(Y1CJ`Q-)7a*dc4M$3lr zjR2#nKp1XW}qUExQ! zd=sH;V;33>ty|B}e|tOOz~H8j+|EgFp2>R-V@E}tc2GT;ST0GIpP;i9!(MM7WON$S zE5zC}_${CEgwW`2?Y7sY^d8*!Zmav*lK_;2Xxv=V(}=^ku+f~M9#?Y$U}E? z(=TrPLKc93mPE-vM%0)>UF|?=a#FkXlwJD62jN*H!IgPe*6sh7e<1BFX z^RHsv`NL?cLQk%jl9xxe1QJq|{^1^WuGvgiB!gD)k=kTj#ltUqXfc)ka3|eLj$CIu zhv#>*BosKi=X|1ron(jliK!84Q;Vbq`LWWKRXoH~CPk}6Wg(A* z$gUe+&Mn`)kuTl&aqijuQ_g+f<)ristHVQ##Mbb#OJBu?o!hwn^>3vwH^8^<_#EkY zn#9%w<<+$BCEv*qQNlUmhK%1{DTlsUNf zQH1^w!y_9J0!Z2+Qo$Kv^`+7*;xec;Xt^dAp1X^Xq_F?wzCUg`)=D`~Zm^raEh8-D zEaZ8I=$wGOI!3ckqN2uZ+H(EUhqN=Kl2EQp%k08UB;0kdpUk;hLD)z%5z>$Dwd$JM4M4&`b)SGhh#d1f`pBaPe7~Dps#;5&rIy4CN)_*xPf9}fel-BFf%*J z&+fj3N_B;|KeT_ zKk+nOoxKdTt)f1�$@U3GGT7B&EC5CZVd*ZwURuii!N=q%;9MYF>vvaH~# zpd@tEK&I9mfDfVh0ACEKR%;m3J`LHX>egxR>mX?xcu57(P-w&)+?arR+@#fPF|Slm z$82)(H03^@Tp~lEP~`BDqXgKjjSQh?qEz%2W}``adpkWw2B|Et*qou<<1i!-qY5H! z6sAtkFn4;9a%~z_Fc{o)7OD0alP69iD;mjcn4sxlN&#)1?YO53+_&d0Ox0y1G0gQZ zd>wf^PpMGi)8G0KlM|!-{k0!v{rdI%cKNro$A{_gvi$VePq_T0FQRns0lXEFgW-e3 z;|jgK7h-xMon1*boVA1B-1Z=)-^^faPNRr2iAbFOjz0E{?P1^aUTTWX%U|^845wG| z;3L1{=;VHqVvI}9zmDj6W-X#VP}Fy@fe9{h>osHuxBgiVU@HLL&)ib90h67rj)dapVdt;(O`UboHZls z7~8#a?1AD*w6dVrM6?B;Mw^ciQ}8vw z1wBxZOeh2;G+Cu>#=r{s_@;}Vis8y0?s5%3?Bj_F)n=Wf7{=^VC=^#H&6QXv&T?$- zAmK!U9kH{>HDl1N(ly)%hKsfcMpL8N4dzmVx?tkqVJ_DwH>w2f5}FY~l@;nojuRUU zGt_%AOLJ57we|6{2XE*0d%pj_jk~{p6_Hq&BZm(DTW0>UZCCME*MEpPJ$9zXCaw(6T%UYa8|(#G)mtt?N?Gx@|x$hm~mIs63^x$aX}nxv9B2IMwQ zuAHPR)I~Gu@x8}y;#^}ZyVhJqzOc;PsxqlaC!!#*xUxuFE=z5(gc3+3)i~j3oQx1- z#VWESmyzczL{Y|USyY`Wh!7+K`Uh6i7RnH6C@kqUmg)=q@aH%2!k(+yx$%7d?8X~t zHX8inTfRsx-iahC42bRgWce;W|D})oaZB1tNixx83_s{Y;e`NFCY_2)36%o zj*2G)oO90ec+G3y#`kak8n-_DeO~nZSJBhf&%-mjIdEh@7i>O{O&hioO{OW*;>6Sm zGIAVo#zr($EIh>HCDxgJ6xBLbT7ZVnQehdjE5l-Sjw6!?xnkgIBH=WLLbEiA3&dA+ ze!c%59(wGTtm*6{oX!w<0)Yt5VuQl+5~utrYF-1`msygVES(-@zA=X1n_=~uwK$^5 z-+lP4++2tUEF=o9R!Y#8#r8j?MwK`H~$LB6L|Eu z_c2?X`Qw`4|1Uo9#!s?s_-vM~6-?1WX$pvD01`z0^*c6m0`-mn!&dNQmmqJVdj?@g zrk3>)WC>%*rx>@0cD7-RwXm=eWsz1+AaDZY(@kpa0j6hDt<MWRx=z-3(Im6bD zO^oE*DaM*qRtvKEium^FeNZ;#MAf;-3F>F1iw3eCX}}NG{REkDj@M zmfPaI;d9A!v{P*q*t6$RQsEpI_MXS-)1w%oj+B!yn|ReotmVYY0|l2ExIKTFKNV9Wm(G4FlVkXd+Ip-;eNV@N2rNSw3I<|R3H@Sh&$sH z$|a&>5(C47uGKt+e&5XK3US%w`d-3EGN6z1>H#CA1p&NfEgz5Sa?jT&v|00J5Qi z5KwAWDTXcTr82F>3ghM+b-T*0+(kr;Fuvs?cIY%D8)vjivaHcuedfSX;05HwH1UFr z=h@V|LCBjZzJi}r5CoCBS*DL1W}C!&KmG<9wSPZ=-5c)W)h~WC7p%L0YQ)7!NIdZK zJ9u>egG^1F=IRSy#Jk`AQT88r0w-`u4YxBpHpWW6gs$r-s!U8y5SSL#r95pNtFToE zVYErB(??QdT8B#HLnd{<$x`(cT0BRp7GuCk(y^_dX=#Ps_xy^vu~Bl{)^PRqYY8V3 zOqVB^ADf_eXoNO1iq;fq#axn!1S4l{!%Xm58_(gpe|sC*lQQ1k z0%jyYbwui&5I8RKl8Ir&vD#(A-EoYL7{~YDOTAHL?WSuG0JSM1)dd{EMryh!fe4yN zs3=kC^Ju6o;?pwqR+DPGgITW9N{XnRVM2nyK%|?v6DDqj$qn~Y^6D&%&!LD4OG1HS zv4kVRq*h?wU7Vef%gT{u{G7pk58Z-M@wsBv3s5Byu_uh& z8^&o`q>jQ+$7(iQcPYcG*3+!lxb4=j(JEDV$-0*zEVuaH;qM^!MCpt5F)@1zJrPBX zYCQ7Dy?-hM{KHJ}d*1O;&fj(^qwW+TOT}5KAjlG7BStIggB_4~$|5}JQ#eP$O$(^5 zhBO!82`#*gggn+j=!p^NB61_ZP6{X$pGF5LvP#6#@Mi1yVt^^N&^i-n5rbN@fi3!k z=6nbO77KaGb1QfncnUOPE_zW!v;w3K9i=VA%G5Gep-II%qlVhq(~gl0V{}BIT_V10 z;94$JUFvEBq2?0~MM-5-$T6Kt)FgRYM3EG38M~dI|NMtsaPDRN^-Dg;;l@d9!)M6v zrZ6*uZ$m5YW5gmv!*O;We4L576I_4IYe|kvL_0IwHt`eWlE>M@7jt;@Nt$krp5$7r zYL$B@?`CUeGsHBWdHit5sdkJt*3Oz?DYLLmDB(aC^%HlWchpo=Pk zERs45%Ctput41s0BOPjB_sF!8eT#|(-j2MyV8k7*2F!v_*-8!^{;HsY)hWLW7tQpH{hvYe1qSg_a8wIp%;DQ0;?UAwt8c^YGCJ zi1y_$;tA&Svj~B}V~2msTVMWmDvc_4{`wB`3)5_lt>*n#zn@cuF`iLIXbR~QFyZ3w+-|(?q zliZw+vf$FxT=M-6p^Aj4iVnC=VWB16IvV|X0FqQ-& z2Tkf7pw&f!kcb@@@M01{;Gxe4h=PD06>%zcLSh(2QE8mni|MW;e>?>uTUgz@4*_U---PPxjtm%aK1{3Rc`_`@_B70k6V|MKXq zh#owD{S}1E3K3K1cyt=IH^D%-heB)R%#U_VMeB%D=x))hH)!P>R0@lv`UlVsH+kUj z-P|>KH<=(wp`7PcuXrnGUwkP{)L1VMF{c#}Jh04Z0QG7}u9 zFmsr}f%O=p?UX7dB3n8+IK7YfseqTi=8Y`2Rhb>$<7sHQm?38FHU zEi!T~AP@sw+ax+AAR*!;1iXld*Av2V9Mmc}9WvM+>YPWt3p~rGT%EyAKqv@fbqIu4 zL>jq(TAx6;B~vt~@H~q)xes~Pr<^b1Of)cc1yA=0T$xg^j2b&lH4|cHxr$de$(_@O zP<8PgXl)6R8<%J#Joe>}A*|SJY+uLvvv%|=3$9#Ik*T^i$9^#tV} zhvoVTo$*fc<1-`+Dy#Zeb9mthpT70uOrAK+NOCpdY?OGq4PmB6vD@MK7rcaBofmWa zf!o0L$*4&#jBH10Gbm(RXsHN#39NWPpo=_w@2~mI{@ZA%^N{K!6HPMIzK-wR@gsh8 z`>kAk?aS!fwVt5RWJ`P_@wN=F_=js5ePTZkJaQKYkL>-we&&fpihugYZ?S#bxjeq- z5j^h?ZrA$zZ^i9D{WMA-v0htEXhlF8j^k9CxG|Ahmrp5KLyU(gIm^_JkJCmwiXc-> zwU81zw&oKZ^AS}ED=QMti!`w@1qWC5i68M0n?B~Cie0SW1U7C~!;a$82oVB-uGaufKuDY>k7hahCilj@d+0WI}R;npDS=6nwD{-BW1^ zO}e}kJsq7?)=P9GJ6SiIqv5oug)N5VF2bsTdeo*^UErxxPjK$}mvhb5tC*Uf;K;;L z3{@fUEGB2?@XJj`PaWo&#bexm^gixA^Z>s(^#qq+{vuX)4zaX2&4Ck7^Mx;egzc9+ zk1MuZ#-qD`&7@l5Wour+OE$fXpX|Mzd{E_*;Y(OJILcc;_ga?c<~e8RT5Kq(}#GzVXkW;Lypv{KH>`4OcSq5W>fD*T*YO% zxWw40qkQvQpCt$a{^nI5;T5^-cx3ERoJ2rHZ*bFnUn4&?M{lf$PrUmJC?hFuf9O^Q zJBNsPDih1&h=xwRTF0t4>FnzxtcU1s>*CH^Z{msnpwoC~TQ^_*!tIpHWkg*>4Qqt$ zFltm`EPsl>``|mNEa&;c-+zZqJI~?tp`!$vfS!qvR1#=U)e#0GRM)}>|ME?oJaPDc zJxm5%f5V%2)0Q`)7!oJNS$_54&D{6kT{LRHyWUkCTXg4$tBDC7}4+96X0VCY~eUb9jz`&*3=&K8NS< h908xh|Nr6tGXQ9C9Y}3Oda3{b002ovPDHLkV1hEN!fXHl literal 0 HcmV?d00001 From ad89cca9f34608da60e736c5eba06d755de99838 Mon Sep 17 00:00:00 2001 From: Danilo Passos Date: Thu, 11 May 2023 14:11:59 -0700 Subject: [PATCH 72/73] Missing Dragon's Tears --- .../sql/20230509201500_add_tot_k_data/5-marker.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql index 457fe720..05a05223 100644 --- a/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql @@ -5183,3 +5183,15 @@ INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `mark (26167, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8181135545038759403', 63.291984375, -71.20648828125, 0, 0, 1, '0000-00-00 00:00:00'), (26168, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2615536536849519248', 69.105568359375, -85.45435546875, 0, 0, 1, '0000-00-00 00:00:00'), (26169, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12689941535998657334', 61.05373125, -84.72404296875, 0, 0, 1, '0000-00-00 00:00:00'); +(26170, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #04', '6387458303628463905', 78.452670703125, -73.9361953125, 0, 0, 1, '0000-00-00 00:00:00'), +(26171, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #07', '7528529693041813384', 109.28587499999998, -100.38808593750001, 0, 0, 1, '0000-00-00 00:00:00'), +(26172, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #06', '1465417235428926954', 34.0273359375, -59.496746367187505, 0, 0, 1, '0000-00-00 00:00:00'), +(26173, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #02', '6573791950893927424', 40.41421875, -36.462421875, 0, 0, 1, '0000-00-00 00:00:00'), +(26174, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #01', '4361806519546376483', 53.7594609375, -47.27242265625, 0, 0, 1, '0000-00-00 00:00:00'), +(26175, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #09', '13865346442814141946', 122.66838281250001, -62.16786328125, 0, 0, 1, '0000-00-00 00:00:00'), +(26176, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #08', '14830347620303916863', 48.4724296875, -16.1508984375, 0, 0, 1, '0000-00-00 00:00:00'), +(26177, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #03', '14942208915668862161', 91.73820703125, -49.95007734375, 0, 0, 1, '0000-00-00 00:00:00'), +(26178, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #12', '10400845031961896588', 123.45324609375, -33.46773046875, 0, 0, 1, '0000-00-00 00:00:00'), +(26179, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #05', '5141801002940544077', 33.06603515625, -78.51195703125, 0, 0, 1, '0000-00-00 00:00:00'), +(26180, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #10', '12307048201774072043', 62.703201562500006, -90.034828125, 0, 0, 1, '0000-00-00 00:00:00'), +(26181, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #11', '7414785464238928762', 80.7659671875, -24.0036328125, 0, 0, 1, '0000-00-00 00:00:00'); From e53647090c76301fea04333081c0714780efb1f1 Mon Sep 17 00:00:00 2001 From: Danilo Passos Date: Thu, 11 May 2023 14:12:18 -0700 Subject: [PATCH 73/73] Syntax --- dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql index 05a05223..97337bdc 100644 --- a/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql +++ b/dev/db/migrate/sql/20230509201500_add_tot_k_data/5-marker.sql @@ -5182,7 +5182,7 @@ INSERT INTO `marker` (`id`, `submap_id`, `overlay_id`, `marker_status_id`, `mark (26166, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '11289240153752802607', 64.78125, -82.48828125, 0, 0, 1, '0000-00-00 00:00:00'), (26167, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '8181135545038759403', 63.291984375, -71.20648828125, 0, 0, 1, '0000-00-00 00:00:00'), (26168, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '2615536536849519248', 69.105568359375, -85.45435546875, 0, 0, 1, '0000-00-00 00:00:00'), -(26169, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12689941535998657334', 61.05373125, -84.72404296875, 0, 0, 1, '0000-00-00 00:00:00'); +(26169, 2101, NULL, 2, 2116, 1, 'Hidden Korok: Ground', '12689941535998657334', 61.05373125, -84.72404296875, 0, 0, 1, '0000-00-00 00:00:00'), (26170, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #04', '6387458303628463905', 78.452670703125, -73.9361953125, 0, 0, 1, '0000-00-00 00:00:00'), (26171, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #07', '7528529693041813384', 109.28587499999998, -100.38808593750001, 0, 0, 1, '0000-00-00 00:00:00'), (26172, 2101, NULL, 2, 2134, 1, 'Dragon\'s Tear #06', '1465417235428926954', 34.0273359375, -59.496746367187505, 0, 0, 1, '0000-00-00 00:00:00'),